pax_global_header00006660000000000000000000000064151011542450014510gustar00rootroot0000000000000052 comment=966132817f090dd71d7bc081b924de85096ed056 gourmand-1.2.0/000077500000000000000000000000001510115424500133245ustar00rootroot00000000000000gourmand-1.2.0/.flatpak/000077500000000000000000000000001510115424500150245ustar00rootroot00000000000000gourmand-1.2.0/.flatpak/io.github.GourmandRecipeManager.Gourmand.yml000066400000000000000000000036551510115424500254210ustar00rootroot00000000000000app-id: io.github.GourmandRecipeManager.Gourmand runtime: org.gnome.Platform # https://release.gnome.org/calendar/ runtime-version: '49' sdk: org.gnome.Sdk command: gourmand finish-args: - --filesystem=host - --socket=fallback-x11 - --socket=pulseaudio - --share=network modules: - name: poppler buildsystem: cmake-ninja config-opts: - -DENABLE_UTILS=OFF - -DENABLE_CPP=OFF - -DENABLE_QT5=OFF - -DENABLE_QT6=OFF - -DENABLE_NSS3=OFF - -DENABLE_GPGME=OFF - -DENABLE_BOOST=OFF - -DCMAKE_INSTALL_LIBDIR=lib sources: - url: https://poppler.freedesktop.org/poppler-25.10.0.tar.xz sha256: 6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0 type: archive # Python 3.11 seems to download too old dependency versions and non-wheels of `reportlab` and `lxml`. # This breaks the build itself. - name: cpython sources: - type: archive url: https://www.python.org/ftp/python/3.10.19/Python-3.10.19.tar.xz sha256: c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076 - name: intltool buildsystem: autotools sources: - type: archive url: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz sha256: 67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd - name: gourmand buildsystem: simple build-options: build-args: - --share=network build-commands: - python3 -m pip install --upgrade pip setuptools wheel - pip3 install --prefix=/app .[epub-export,pdf-export,spellcheck,web-import] - install -Dm644 data/io.github.GourmandRecipeManager.Gourmand.desktop -t /app/share/applications/ - install -Dm644 data/io.github.GourmandRecipeManager.Gourmand.svg -t /app/share/icons/hicolor/scalable/apps/ sources: - type: git branch: main url: https://github.com/GourmandRecipeManager/gourmand gourmand-1.2.0/.git-blame-ignore-revs000066400000000000000000000003271510115424500174260ustar00rootroot00000000000000# This file helps us to ignore style / formatting / doc changes # in git blame. That is useful when we're trying to find the root cause of an # error. # Cleanup code (#177) 1fd3f17bf120cb2e0456b005344466f6aa36072d gourmand-1.2.0/.github/000077500000000000000000000000001510115424500146645ustar00rootroot00000000000000gourmand-1.2.0/.github/ISSUE_TEMPLATE/000077500000000000000000000000001510115424500170475ustar00rootroot00000000000000gourmand-1.2.0/.github/ISSUE_TEMPLATE/bug_report.md000066400000000000000000000011571510115424500215450ustar00rootroot00000000000000--- name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: '' --- ## Describe the bug A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ## Expected behavior A clear and concise description of what you expected to happen. ## Screenshots If applicable, add screenshots to help explain your problem. ## Environment - Operating system: - Version or commit ID: - Installation method: ## Additional context Add any other context about the problem here. gourmand-1.2.0/.github/ISSUE_TEMPLATE/feature_request.md000066400000000000000000000011321510115424500225710ustar00rootroot00000000000000--- name: Feature request about: Suggest an idea for this project title: '' labels: enhancement assignees: '' --- ## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Describe the solution you'd like A clear and concise description of what you want to happen. ## Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. ## Additional context Add any other context or screenshots about the feature request here. gourmand-1.2.0/.github/PULL_REQUEST_TEMPLATE.md000066400000000000000000000023141510115424500204650ustar00rootroot00000000000000 ## Description ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist: - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. gourmand-1.2.0/.github/dependabot.yml000066400000000000000000000002411510115424500175110ustar00rootroot00000000000000# Set update schedule for GitHub Actions version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" gourmand-1.2.0/.github/workflows/000077500000000000000000000000001510115424500167215ustar00rootroot00000000000000gourmand-1.2.0/.github/workflows/appimage.yml000066400000000000000000000052421510115424500212320ustar00rootroot00000000000000name: Create AppImage on: push: tags: - '*' branches: - 'main' pull_request: workflow_dispatch: jobs: AppImage: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v5 - name: Install Ubuntu dependencies run: > sudo apt-get update -q && sudo apt-get install --no-install-recommends -y xvfb python3-dev python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev intltool gir1.2-poppler-0.18 python3-gst-1.0 python3-testresources imagemagick libfuse2 - name: Setup AppImage Environment run: | wget -c https://github.com/$(wget -q https://github.com/niess/python-appimage/releases/expanded_assets/python3.10 -O - | grep "python3.10.*x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) chmod +x ./python3*.AppImage ./python3*.AppImage --appimage-extract wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/655 -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) chmod +x appimagetool-*.AppImage - name: Install Gourmand in AppImage run: | C_INCLUDE_PATH=/usr/include/python3.10 export C_INCLUDE_PATH ./squashfs-root/AppRun -m pip install --upgrade pip build ./squashfs-root/AppRun -m build . ./squashfs-root/AppRun -m pip install .[epub-export,mycookbook,pdf-export,web-import] ./squashfs-root/AppRun -m pip install dist/gourmand*.whl sed -i -e 's|/opt/python3.10/bin/python3.10|/usr/bin/gourmand|g' ./squashfs-root/AppRun rm squashfs-root/*.desktop cp data/io.github.GourmandRecipeManager.Gourmand.desktop squashfs-root/usr/share/applications/io.github.GourmandRecipeManager.Gourmand.desktop cp data/io.github.GourmandRecipeManager.Gourmand.desktop squashfs-root/io.github.GourmandRecipeManager.Gourmand.desktop cp data/io.github.GourmandRecipeManager.Gourmand.appdata.xml squashfs-root/usr/share/metainfo/io.github.GourmandRecipeManager.Gourmand.desktop.appdata.xml convert data/io.github.GourmandRecipeManager.Gourmand.svg squashfs-root/usr/share/icons/hicolor/256x256/apps/io.github.GourmandRecipeManager.Gourmand.png convert data/io.github.GourmandRecipeManager.Gourmand.svg squashfs-root/io.github.GourmandRecipeManager.Gourmand.png - name: Pack AppImage run: | chmod 0775 squashfs-root VERSION=${GITHUB_SHA::8} ./appimagetool-*.AppImage squashfs-root/ - name: Upload AppImage uses: actions/upload-artifact@v5 with: name: gourmand.AppImage path: ./Gourmand-*.AppImage gourmand-1.2.0/.github/workflows/build.yml000066400000000000000000000026001510115424500205410ustar00rootroot00000000000000# This workflow will install Python dependencies, and build the app # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Build on: push: branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: jobs: build: runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v5 - name: set up Python uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} - name: Setup build environment run: | sudo apt-get update -q sudo apt-get install intltool - name: Setup build tools run: python -m pip install --upgrade pip setuptools wheel testresources build - name: Create wheel and source distributions run: | python -m build . mv dist/gourmand-*.tar.gz dist/gourmand-${GITHUB_SHA::8}.tar.gz mv dist/gourmand-*-py3-none-any.whl dist/gourmand-${GITHUB_SHA::8}-py3-none-any.whl - name: Upload artifacts uses: actions/upload-artifact@v5 with: name: gourmand_${{ matrix.python }} path: ./dist/gourmand-* - name: Verify artifacts run: | python -m pip install twine python -m twine check dist/* gourmand-1.2.0/.github/workflows/codeql.yml000066400000000000000000000044221510115424500207150ustar00rootroot00000000000000name: "CodeQL" on: push: branches: [ 'main' ] pull_request: # The branches below must be a subset of the branches above branches: [ 'main' ] schedule: - cron: '22 17 * * 6' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: false matrix: language: [ 'python' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support steps: - name: Checkout repository uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs queries: +security-and-quality # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild uses: github/codeql-action/autobuild@v4 # ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. # - run: | # echo "Run, Build Application using script" # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}" gourmand-1.2.0/.github/workflows/flatpak.yml000066400000000000000000000017451510115424500210750ustar00rootroot00000000000000name: Create Flatpak on: push: tags: - '*' branches: - 'main' # pull_request: workflow_dispatch: jobs: flatpak: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v5 - name: Install Flatpak run: | sudo apt-get update sudo apt install flatpak flatpak-builder - name: Setup Flatpak run: | flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub org.gnome.Platform//49 org.gnome.Sdk//49 -y - name: Build Flatpak run: | flatpak-builder --repo=repo --force-clean build-dir .flatpak/io.github.GourmandRecipeManager.Gourmand.yml - name: Build Bundle run: | flatpak build-bundle repo gourmand-${GITHUB_SHA::8}.flatpak io.github.GourmandRecipeManager.Gourmand - name: Upload Flatpak uses: actions/upload-artifact@v5 with: name: gourmand.flatpak path: ./gourmand-*.flatpak gourmand-1.2.0/.github/workflows/pypi.yml000066400000000000000000000024161510115424500204300ustar00rootroot00000000000000name: Publish Python distribution on: release: types: [published] jobs: build: name: Build distribution runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v6 with: python-version: "3.x" - name: Install OS packages run: | sudo apt-get install --no-install-recommends -y intltool gettext - name: Install pypa/build run: >- python3 -m pip install build --user - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/ publish-to-pypi: name: Publish Python distribution to PyPI needs: - build runs-on: ubuntu-latest environment: name: pypi url: https://pypi.org/p/gourmand permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 gourmand-1.2.0/.github/workflows/tests.yml000066400000000000000000000031761510115424500206150ustar00rootroot00000000000000# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Tests on: push: branches: [main] pull_request: branches: [main] workflow_dispatch: jobs: test: runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v5 - name: set up Python uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} # Reference for SVG and Pixbuf on Ubuntu 24.04: https://github.com/dino/dino/issues/1024 - name: Install Ubuntu dependencies run: | sudo apt-get update -q sudo apt-get install --no-install-recommends -y xvfb gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev gir1.2-gstreamer-1.0 intltool enchant-2 librsvg2-common librsvg2-2 - name: Install build dependencies run: | pip install --upgrade pip setuptools wheel - name: Install Gourmand run: | pip install -r development.in python setup.py build_i18n - name: Test with pytest run: | xvfb-run -a python -c "from gourmand import prefs, gglobals; gglobals.gourmanddir.mkdir(parents=True, exist_ok=True); prefs.copy_old_installation_or_initialize(gglobals.gourmanddir)" LC_ALL=C xvfb-run -a pytest - name: Check code style run: | ruff check src/ tests/ setup.py if: always() gourmand-1.2.0/.gitignore000066400000000000000000000005211510115424500153120ustar00rootroot00000000000000# Byte-compiled / optimized / DLL files __pycache__/ # Distribution / packaging *.egg-info/ *.gourmet-plugin *.mo /build/ /dist/ gourmet.appdata.xml gourmet.desktop /development.txt # Test outputs tests/recipe_files/athenos1.gourmetcleaned.mx2 /Formatted* /Simple* /Uni* # Virtual environments /env/ /venv/ # Editors *.swp .idea/ gourmand-1.2.0/CHANGES000066400000000000000000000670151510115424500143300ustar00rootroot00000000000000Please note that this changelog is outdated and not updated any more in favor of GitHub releases. For all (documented) changes before the Gourmand fork, see https://github.com/thinkle/gourmet/releases For all (documented) changes since the Gourmand fork, see https://github.com/GourmandRecipeManager/gourmand/releases ==== Version 0.13.0 changes since 0.12.2 ==== * Addition of hash fields to help with identification of duplicate recipes. * Addition of last_modified field to recipe database. * Addition of link field to database - now recipes imported from the web will automatically have a link pointing back to the original page. ==== Version 0.12.2 changes since 0.12.1 ==== * Fix Mealmaster importing bug * Fix bug (?) which could cause ingredient search to fail in strange cases (where a DB had ingredients with key=None) ==== Version 0.12.1 changes since 0.12.0-pre1 ==== * Fix buggy trash behavior. * Store version in database for ease of upgrades. * Implement fix for broken databases from pre-0.11.4 installs * Fix-up paragraphing in printing. ==== Version 0.12.0-pre1 changes since 0.11.5 ==== * Fix sort order * Don't drop default entries for Category/Cuisine once user has entered one. * Change version number to reflect intend to create a stable version once we're sure this version doesn't have any show-stoppers. ==== Version 0.11.5 changes since 0.11.4 ==== * Add more PDF Export modes for printing index cards, multiple columns, etc. Also add nice print page-layout widget. * Tweak spacing in recipe card to avoid ugly disappearance of "Edit" buttons * Recognize units in all kinds of capitalized or uncapitalized forms. * Fix up bug in time-scanning code that led to making a link like 3 minutes instead of 3 minutes * Add i18n for Swedish. * Apply patch to fix text-flow in recipe card (Shane Hathaway) * Apply localization patch to simplify translations. (Jens Persson) ==== Version 0.11.4 changes since 0.11.3 ==== * Make deleting an ingredient ungrey "Save" button * Fix various bits of badness with Undo * Fix gravity of cursor for text markup in instructions and notes. * Fix allrecipes.com import * Allow recognition of times written as 01:30 for 1 1/2 hours * Improve testing suites (and therefore improve thoroughness of bug-checking before release) * Fixed generic web import. * PDF Import * Printing support for windows * Fix ugly window placement issues on windows and some other places. * Improve recipezaar import. ==== Version 0.11.3 changes since 0.11.2 ==== * i18n fixes from Simon Darlington * Fix bug that reversed ingredient order when adding ingredients to a group. * Allow fraction-use to be turned off, and make it default to off for German (other locales can default it to off via defaults_foo.py) * Fix bug that caused unicode error on upgrade from metakit. * Fix some other bugginess in handling old upgrades. * Rearrange main index window to work better on small screens. * Update to DTD thanks to Gianpaolo Racca. ==== Version 0.11.2 changes since 0.11.1 ==== * Add new icons from Yula Zubritsky * Add nifty timer. * Parse times written out as words. ==== Version 0.11.1 changes since 0.11.0 ==== * Fix bug that broke changing the shopping category of an ingredient from within the ingredient editing view. * Fix traceback when filling ingredient-editor from a unitless ingredient. * Fix problem with recipe-links not working when they contained unicode (such as the unicode for 1/2, 1/4, etc.) * Make page-chooser in edit-view highlight the first page when we open a new recipe card. Otherwise, the function of the widget is unclear. ==== Version 0.11.0 changes since 0.10.1 ==== * Fix ingredient editing so that changes are no longer automatically committed to the DB. Now the ingredient tab of the recipe edit window works like everything else, with a standard "save" model. * While we're at it, we prevent crashes from happening. * Make Undo work more consistently throughout recipe card. * Make database upgrade happen at runtime rather than install-time -- this allows us to play nicely with RPM and DEB packages. ==== Version 0.10.2 changes since 0.10.1 ==== * Fix bug causing export from recipe card not to multiply ingredients properly. * Fix various problems with ingredient editing (display of updates, undo/redo) * Fix dialog responses so hitting return and escape works more consistently. * Fix bug in addition of ingredients in shopping list. ==== Version 0.10.1 changes since 0.10.0 ==== * Fix bug causing recipe cards to be destroyed when closed. * Fix bug causing "None" to show up in shopping list when there is no unit. * Fix popup menus throughout. ==== Version 0.10.0 changes cince 0.9.0.3 ==== * Switch database backend to SQLite. The backend is still abstract, so if in the future someone wants to switch back to metakit or to something else, it should be simple. * Add new automated backup script into setup.py. This is less than ideal, but there's no real way to import smoothly from the old system to the new. * Make editing of recipe card a separate dialog from viewing recipe card. This allows the recipe card itself to lose the toolbar and look much cleaner. * Make text in recipe card reflow properly when resizing. * Improve import speed drastically by not inserting auto-generated keys into key table. * Only add keys to ingkey table (used for automatic key-guessing) when the user has modified something. This means we actually learn from the user rather than generating our own random noise. * Add support for typing "or" in a search instead of using the or bar (|). * Import sorting of USDA DB searches (in the nutritional info druid) to bring you better results faster. * Many, many more bugfixes along the way. ==== Version 0.9.0.3 changes since 0.9.0.1 ==== * Fix email export * Improve recipe card interface. ==== Version 0.9.0.2 changes since 0.9.0.1 ==== * Support python2.3 ==== Version 0.9.0.1 changes since 0.9.0 ==== * Fixed shopping list handling of ranges. * Fixed up MANIFEST to include all necessary files in our release. ==== Version 0.9.0 Changes since 0.8.x ==== * Implemented nutritional information database. * Fixed a number of bugs causing crashing with the pageable-list view / metakit * Cleaned up SQL code to an almost usable (but not quite usable) state. * Generic HTML import as fallback when we have no filter for a given page * Generic text import. ==== Version 0.8.6.5 Changes since 0.8.6.4 ==== * Fixed bug in recipe card editing that caused changes made in card view not to save properly. * Fix epicurious import. * Fix trash / deletion. * Fix Forward button (desensitize when there are no more pages). * Properly register newly added ingredients in display tab of recipe card. ==== Version 0.8.6.4 Changes since 0.8.6.3 ==== * Improved encoding dialog. * Fixed handling of webpages with screwy encoding. ==== Version 0.8.6.3 Changes since 0.8.6.2 ==== * Added fast add-ingredient box * Fixed some broken stuff * Changed code underlying pageable model so it is much more stable (got rid of nasty error messages and many of the segfaults) * Updated key editor to work with updates to backend/pageable model. ==== Version 0.8.6.2 Changes since 0.8.6.1 ==== * Display recipe in pages (first 25, next 25, so on) to speed up Gourmet. This makes just about everything "feel" faster -- startup, search, etc. * Continue optimization of database. * Properly handle multiple categories. ==== Version 0.8.6.1 Changes since 0.8.6.0 ==== * Database normalized; hopefully this will mean performance improvements * Oodles of magic added to aid normalization of DB * Key lookup improved / interface on recipe card should be less sluggish. * ComboBoxEntry's changed so that one TAB moves focus out of them -- this should improve e.g. recipe entry though it does break consistency with other GTK apps. ==== Version 0.8.6.0 Changes since 0.8.5.x ==== * Changed database format for greater efficiency/speed. * Times (cook/prep) are now stored internally as numbers of seconds, which means sorting just works * Ratings are now done one a star-system, which means sorting just works. * since ratings are done on a star system, we've introduced a dialog to let the user select how they'd like to translate textual ratings into stars ==== Version 0.8.5.12 Changes since 0.8.5.11 ==== * Added quick ingredient editor interface. * Improved encoding dialog. * Fixed handling of webpages with screwy encoding. * Added foodnetwork.com import (preliminary). ======= end ==== Version 0.8.5.11 Changes since 0.8.5.10 ==== * Fixed menus in shopping list so they work without GNOME libraries. * Fixed unit conversion (typo that resulted in e.g. "23 TBS flour" showing up. * Behave better when locales are behaving badly. ==== Version 0.8.5.10 Changes since 0.8.5.9 ==== * Improved/Fixed lag when adding ingredients with the ingredient editor ==== Version 0.8.5.9 Changes since 0.8.5.8 ==== * Fixed nasty segfault when deleting unedited recipe * Fixed problem with markup showing up in some dialogs. ==== Version 0.8.5.8 Changes since 0.8.5.7 ==== * Fixed bug in deletion of new recipe and improved interface for deleting recipes that are already open * Made search interface in select-recipe-as-ingredient dialog and recipe-wastebasket dialog consistent with new main search interface * Removed default serving size of 4 from new recipes. * Fixed mnemonic-activation of preptime and cooktime entries in recipe card view. * Added shortcuts for deletion and printing. * Added extra Control-O shortcut to open recipes, since it's pretty intuitive for a user to hit Control-O * Fixed search-as-you-type in ingredient view of recipe card so that it properly finds group names as well as ingredients * Got rid of some of the many gtk error messages spouted from time to time. * Fixed bug that made recipe trash disappear forever if you closed it by closing the window ==== Version 0.8.5.7 Changes since 0.8.5.6 ==== * Improved automatic mnemonic conflict-resolution. * Fixed hang in import from recipezaar website. * Accept URLs without HTTP:// in webpage import. * Cleaned up error messages for problems with webpage import. ==== Version 0.8.5.6 Changes since 0.8.5.5 ==== * Fixed bug in MM import that was causing instructions to be read as ingredients * Changed look/feel of search interface on index page * Split out HTML import stuff into separate "plugin" files and set up plugin interface for local user plugins. * Added programmatic assignment of mnemonics to reduce mnemonic conflicts w/o increasing translator burden :) * Set minimum width of image column to 0 so that it doesn't take up lots of space when there are no images * Fixed bug in converter that caused conversion errors/inconsistency with mass-to-volume conversions. * Fixed unit conversion in shopping so that we don't display things like 21 tbs. butter (even if all butter units we're combining were originally in tbs.) ==== Version 0.8.5.5 Changes since 0.8.5.4 ==== * Changed search interface to make clearer. ==== Version 0.8.5.4 Changes since 0.8.5.3 ==== * Fixed some recently introduced bugs that broke export * Made updating search-by button automatically update search in search-as-you-type mode. * Fixed i18n bug that broke numbers. ==== Version 0.8.5.3 Changes since 0.8.5.2 ==== * Fixed bug in MealMaster import * Import instructions from krecipes! * Improved handling of recipe references. ==== Version 0.8.5.2 Changes since 0.8.5.1 ==== * Fixed RTF Export * Added support for exporting images in RTF export * Added recognition and production of unicode fraction characters ==== Version 0.8.5.1 Changes since 0.8.5.0 ==== * Fixed compatability issue with pygtk 2.4 * Fixed problem in mastercook import for some malformed ingredient-lists. * Correctly included zip_importer in MANIFEST ==== Version 0.8.5.0 Changes since 0.8.4.4 ==== * New web-page-importing architecture with support for three basic html templates as well as support for importing already supported formats directly from URLs. * Added support for rezkonv import (German mealmaster clone) * Fixed line-wrapping code in mealmaster/rezkonv import * Improved UI of shopping list -- added explicit buttons for moving items between shopping and pantry list. * Added support for importing gzipped, zipped, and tarred files from "Import file" or from "Import Webpage" * Fixed defaults focus on dialogs (e.g. dialogs with Entry's put default focus on the Entry now). * Made mealmaster import do a better job when handling malformed ingredient lists * Added FAQ-style help from menus * Fixed bug in Gourmet XML import ==== Version 0.8.4.4 Changes since 0.8.4.3 ==== * Made new recipes appear immediately again in index view. * Fixed undo for combobox entries is recipe card view. * Made changes in recipe index instantly reflected in reccard. * Fixed alignment of widgets in recipe card "Details" view. ==== Version 0.8.4.3 Changes since 0.8.4.2 ==== * Fixed typo in gglobals in tarball * Fixed bug that broke multiplication in shopping list. ==== Version 0.8.4.2 Changes since 0.8.4.1 ==== * Fixed bug that prevented adding nested recipes to shopping lists. * Fixed export bug that failed on unusual servings values. ==== Version 0.8.4.1 Changes since 0.8.4.0 ==== * Fixed bug that broke on fresh install. * Removed extraneous "print" statements left from testing. ==== Version 0.8.4.0 Changes since 0.8.3.5 ==== * Fixed export from recipe card to properly handle multiplying ingredients and following user preferences for changing unit. * Consolidated preferences dialogs in one dialog with multiple tabs. * Allow user to save choices about optional ingredients (and to forget saved settings). * Added preference to allow user to always include (or always ignore) ingredients. * Change order on exports so ingredients precede instructions. * Properly handle ranges of ingredients throughout Gourmet! * Moved "Preferences" to "Edit" menu where they are in most applications. * Fixed window-position-saving so we don't remember size of maximized position as if they were the window-size coordinates. ==== Version 0.8.3.5 Changes since 0.8.3.4 ==== * Fixed typo in rtfexporter. * Fixed linewrapping of splash screen for i18n'd versions of gourmet w/ longer lines. * Changed to building RPMs with specfiles based on those provided by Michael Peters (who is packaging gourmet for fedora) * Included new Dutch defaults translations. ==== Version 0.8.3.4 Changes from 0.8.3.3 * Made mealmaster import slightly more flexible in recognition of groups. * Fixed bug in mastercook import of recipes with optional ingredients. * Fixed bug that broke on opening a recipe card. * Improved handling of international numbers * Fix mealmaster export to resist i18n of standardized field names. * Fixed mealmaster import to properly recognize numbers with ,s as decimal points (as in German, Spanish, etc.) ==== Version 0.8.3.3 Changes from 0.8.3.2 * Fixed bug that broke renaming of ingredient groups. * Fixed windows directory nonsense * Use psyco if available to speed things up. * Twiddled with sqlite to no end (still needs fix). ==== Version 0.8.3.2 Changes from 0.8.3.1 * Fixed bug that failed on fresh install. ==== Version 0.8.3.1 Changes from 0.8.3 * Fixed nasty nasty bug in DB database for users coming from <0.8.3. * Fixed bug preventing images from saving. * Fixed bug preventing ingredient groups from working properly. ==== Version 0.8.3 Changes from 0.8.2 * Added windows printing support using wx * Fixed bug in which cooking time wasn't exported in Gourmet format * Fixed bug which made gourmet not recognize it's own .grmt extension * Fixed a bug preventing HTML E-mail from working. ==== Version 0.8.2.1 Changes from 0.8.2 * Fixed bug preventing saving of shopping list. * Fixed bug preventing proper saving of ingredient orders. ==== Version 0.8.2 Changes from 0.8.1.2 * Added krecipe import * Added image import/export * Changed Gourmet XML file format to be vastly simplified and to support images. * Fixed bug that made filetype choices disappear on multiple exports ==== Version 0.8.1.2 Changes from 0.8.1.1 * Fixed alignment of "Add to shopping list" button (patch from Mikey Cooper) * Applied patch from calvin@users.sourceforge.net to make mealmaster import more flexible. * Fixed "print" on Windows to show dialog explaining we don't have printing on Windows. * Fixed encoding-detecting code on imports: we query the user when two encodings might work. * Fixed bug that made filetype options disappear from menu on multiple imports/exports. ==== Version 0.8.1.1 Changes from 0.8.1 * Fix handling of "^T" characters in mealmaster/mastercook import. * Fix misaligned icon. * Get rid of "save" calls in metakit, opting for autosave on a timer instead. ==== Version 0.8.1 Changes from 0.8.0 === * Fixed Windows Application Directory * Fixed import of "servings" in Mealmaster import * Fixed line-unwrapping code in Mealmaster import * Fixed typo prevening mealmaster export from working in 0.8.0 * Fixed a number of problems where &s screwed up pango -- including layout and printing. * Fixed search in recipe Wastebasket view. ==== Version 0.8.0 Changes from 0.7.1 === Miscellaneous * Undo introduced across the board. * Recipe's thrown in trash rather than deleted by default (allowing for undoing and rescue of trashed recipes). * Always ask for print command when gnomeprint isn't functional (don't assume lpr, but do give it as the default). Recipe Card * New tabbed interface for recipe card * Support for formatting text in instructions and notes * Support for pasting ingredients * Ask if you want to convert when you change a unit in the ingredient list view. * Added new "Cooking Time" attribute. Backends * Experimental support for sqlite and mysql backends * Automatic committing of DB (user no longer has to "save DB" to save changes). Import/Export * Improved mealmaster(tm) export * Substantially improved speed of mealmaster(tm) import * Multiple imports allowed at a time by selecting multiple imports (and elegantly displayed in new dialog). * Added support for multiple columns of ingredients in mealmaster. ==== Version 0.7.1 Changes from 0.7.0 ==== * RPM spec file fixed so dependencies should be properly worked out now. * Debian files included in source tarball. * Unit Converter improvements with help from Richard Ferguson (more UI improvements soon to come!) * Printing is now properly reported as non-existent across the board on Windows * Non-GNOME printing is now improved -- if LPR doesn't exist, user is prompted for another print command. * Fixed bug in recipe-card making it believe it is modified when a recipe has no servings information. * Fixed bug in shopping list that prevented category info entered in "Add Item To Shopping List" dialog not get saved. * Moved around some files: printing has now been split into lprprinter, winprinter and gnomeprinter; defaults_en_US has been eliminated (defaults_en is now the norm). ==== Version 0.7.0 Changes from 0.6.7 ==== * Gourmet now builds on Windows! Fixed various path-related problems to make this work cleanly. * Fixed bug in saveas dialog for shopping lists. * Fixed bug that meant recipes called as in ingredients broke when they included optional ingredients. * Added unit magic to change to the most readable unit when changing number of servings etc. * Added preference dialog to Recipe Card view to allow selective removal of UI elements the user doesn't want. ==== Version 0.6.7 Changes from 0.6.6 ==== * Added script to properly handle file encodings on Mealmaster import. * Fixed check for import/exports when quitting * Added work around for strange pygtk 2.5 bug that was slowing down mealmaster imports. ==== Version 0.6.6 Changes from 0.6.5 ==== * Added support for printing multiple recipes and interface in main index view for printing selected recipes. * Added e-mail support for e-mailing recipe from card or from index view. ==== Version 0.6.4 Changes from 0.6.3 ==== * Improvements in Mealmaster(tm) import * Improvements in threading code. ==== Version 0.6.3 Changes from 0.6.2 ==== * Made dialog's wrap text rather than getting longer. * Made message dialogs have pretty icons, using gtk.MessageDialog * Made menus only include one "Import" and "Export" option rather than having submenus. * Added filetype selection to fileSelector dialogs * Added gnomeprint interface to printing for printing shopping lists. * Added gnomeprint interface for printing recipes (which allows you to print your multiplications/divisions of recipes) * Fixed threading code. Now imports and exports are pause-able and cancellable on quit. * You can now type to select the searchBy menu. * Changed searchbar in index view to allow proper tabbing between widgets. * Added preview to image selection dialog. ==== Version 0.6.2 Changes from 0.6.1 ==== * Fixed up setup.py to not require gconf stuff (which we weren't using anyway) * Setup gettext before and took a first crack at Spanish translations * Fixed a few minor bugs, including one in Converter interface and one in quit confirmation. * Added debian package. ==== Version 0.6.1 Changes from 0.6.0 ==== * Made sure HTML validates (fixed a number of small HTML bugs) * Added tag to specify correct encoding on HTML, following advice from Fábio Mendes * Fixed dialog_extras.py to properly give an "Okay" button when creating a file or folder and an "Open" button when selecting (before we always gave the "Open" button. * We now make sure we create our .gourmet directory if it doesn't exist. * We now include recipe.dtd in the distribution. ==== Version 0.6.0 Changes from 0.5.0 ==== * Added RTF Export * Added mnemonics for entries as per GNOME HIG * Added KeyEditor to allow editing ingredient keys en masse * Fixed key guessing routine so it is less likely to put together a wildly inaccurate guess * Fixed Add-to-shopping-list dialog to use new ComboBoxEntry widgets and to share code with Ingredient Editor. * Added UnitConverter interface for user's convenience. * Fixed flow of widgets (tabbing) ==== Version 0.5.3 Changes from 0.5.1 ==== * Added Key Manager interface to facilitate fixing keys en masse and pave road for possibly adding a nutritional information database. * Simplified main App interface by removing import/export buttons (these still ==== Version 0.5.2 Changes from 0.5.1 ==== * Added support for re-ordering shopping lists. * Added a button to recipe cards for importing text ingredient lists. ==GourmetRecipeManager.py== revision 1.68 date: 2004/09/12 23:59:00; author: tom; state: Exp; lines: +18 -6 Fixed ABOUT information & added new logo. ---------------------------- revision 1.67 date: 2004/09/12 20:36:37; author: tom; state: Exp; lines: +5 -1 Added new menu-items to list of items to be dimmed when no recipes are selected. ---------------------------- ==reccard.py== revision 1.10 date: 2004/09/12 20:36:03; author: tom; state: Exp; lines: +24 -9 Added support for importing ingredients from plain text files. ==rmetakit.py== revision 1.17 date: 2004/09/13 00:11:53; author: tom; state: Exp; lines: +26 -7 Added support for storing the order of shopping list ingredients and categories. ==shopping.py== revision 1.12 date: 2004/09/11 16:44:04; author: tom; state: Exp; lines: +69 -8 Created the mechanism for sorting our shopping list. Defaults to an alphabetical sort, but will allow users to save custom orders. ==shopgui.py== revision 1.5 date: 2004/09/12 23:59:42; author: tom; state: Exp; lines: +48 -4 Added code to commit order of shopping categories to memory. (Currently, you can reorganize categories but not individual items). ---------------------------- revision 1.4 date: 2004/09/11 16:44:57; author: tom; state: Exp; lines: +3 -12 Simplified list display, thanks to improved interface with shopping.py ==== Version 0.5.1 Changes from 0.5 ==== ==setup.py== Got rid of hard-coding of /usr/share/ and setup a MANIFEST file. Made necessary changes in globals.py to make this work ==GourmetRecipeManager.py== revision 1.66 date: 2004/08/20 01:16:44; author: tom; state: Exp; lines: +3 -4 Got rid of old hard-coded default XML file. date: 2004/08/19 23:42:50; author: tom; state: Exp; lines: +45 -22 Some changes in threading code as well as superficial changes to debugging code, etc. ==reccard.py== revision 1.9 date: 2004/08/12 15:25:36; author: tom; state: Exp; lines: +1 -1 If an empty shopping category is entered, we don't set it to "None", we simply ignore. ---------------------------- revision 1.8 date: 2004/08/12 15:24:12; author: tom; state: Exp; lines: +81 -37 Added functions to be called before and after modifying the tree to avoid bizarre segfaults (pre_modify_tree and post_modify_tree). ==recindex.py== revision 1.2 date: 2004/08/20 00:01:27; author: tom; state: Exp; lines: +39 -7 Added support for toggle-able use of regular expressions. ==rmetakit.py== revision 1.16 date: 2004/08/20 00:04:43; author: tom; state: Exp; lines: +71 -22 Cleaned up system for generating new recipe IDs to avoid potential confusion & problems when recipes are being added from multiple points. Also made some changes to currently hard-coded location of database file and default categories. ==rxml_to_metakit.py== revision 1.8 date: 2004/08/20 00:07:47; author: tom; state: Exp; lines: +29 -15 Made sure we used proper escaping in more spots for writing XML. Also created nicer code for dealing with recipe references as ingredients. ==shopping.py== date: 2004/08/12 15:26:56; author: tom; state: Exp; lines: +16 -158 Moved defaults to another file. Added patch provided by Brett Smith to fix a but when a shopping category is None. ==== Version 0.4 Changes ==== Set up "spatial" feel for application. More than one recipe card are now allowed. Editing works nicely in the ingredient TreeView now. GourmetRecipeManager.py ---------------------------- revision 1.51 date: 2004/06/14 13:15:08; author: tom; state: Exp; lines: +10 -2 Added support for multiple dnd types, making ingredient list accept drags from Mozilla Firefox or from TreeView widgets (e.g. gedit). ---------------------------- revision 1.50 date: 2004/06/14 04:54:44; author: tom; state: Exp; lines: +291 -164 * View menus that update depending on what recipe cards are open. * Behaving properly if users cancel dialogs * Capitalize names of classes * Create Revert-changes button for RecCard view * Add Shopping Category to ingredient list view * Set up editing in ingredient list view to auto-complete keys and shopping categories * Set up popup menu for ingredient list view shopping category * Fix bug that made you lose your image when applying other changes. * Got rid of code for toggle buttons that toggled views. I've replaced this with the new expander widgets. ---------------------------- revision 1.49 date: 2004/06/12 07:16:59; author: tom; state: Exp; lines: +176 -121 Redesigned code to create truly object oriented user interface. Glade files have no been separated for ease of maintenance and to make it easier to create multiple recipe card windows. ---------------------------- revision 1.48 date: 2004/06/12 04:14:02; author: tom; state: Exp; lines: +26 -5 laid basic groundwork for referring to recipe within ingredient list. ---------------------------- rmetakit.py revision 1.13 date: 2004/06/14 04:58:24; author: tom; state: Exp; lines: +23 -18 * Neatened up code in various places. * Fixed but in ingredient parser that made it break when ingredients didn't have amounts. ---------------------------- revision 1.3 date: 2004/06/14 05:01:07; author: tom; state: Exp; lines: +31 -15 * Added padding to labels * Made FileSelector dialog return None on cancel * Made cancelling return None in most/all places, fixing some buggy dialogs that wouldn't die. ---------------------------- gourmand-1.2.0/ChangeLog000066400000000000000000005076511510115424500151140ustar00rootroot00000000000000Please note that this changelog is outdated and not updated any more in favor of GitHub releases. For all (documented) changes since the Gourmand fork, see https://github.com/GourmandRecipeManager/gourmand/releases 2014-08-17 Bernhard Reiter * Bump version to 0.17.5. 2014-08-03 Bernhard Reiter * Get rid of obsolete progress_func argument. 2014-07-27 Bernhard Reiter * Fix twisted logic of of this line's previous change. * When exporting, don't check for linked reciped if all recipes are exported. 2014-06-14 Steffen Pankratz * Fixed crash in MCB importer 2014-06-05 Bernhard Reiter * Mention Unix distributions in INSTALL.md. 2014-06-02 Bernhard Reiter * Merge translations. * Use *.po files from Launchpad. * Remove obsolete po/xx_XX.po files. * Update po/. * When saving a shopping list as a menu, add the time in its title. 2014-06-01 Bernhard Reiter * Fix links in InfoBars under Windows, also for threaded export/import. * Fix links in InfoBars under Windows. * Bump version to 0.17.4. * Move offer_url() to reccard.py. * Fix guess_singulars() in defaults_en_GB.py by copying it from defaults_en.py. * Fix guess_plurals() in defaults_en_GB.py by copying it from defaults_en.py. * Remove obsolete offer_url related functions. 2014-05-29 Jessica Eccles * fixed typo * added appdata file Fixes #759 2014-05-29 Bernhard Reiter * Remove incorrect width and height attributes from gourmet.appdata.xml.in. * Add gourmet.appdata.xml.in to po/POTFILES.in, MANIFEST.in, and setup.py. * I18nize gourmet.appdata.xml.in. * Fix error in gourmet.appdata.xml.in. 2014-05-27 Jessica Eccles * changed keyboard shortcuts as per Tom's comment Fixes #264 * added requested keyboard shortcuts Fixes #264 2014-05-21 Bernhard Reiter * In reccard, import launch_url. * Have xml_importer accept unicode filenames. 2014-05-19 Bernhard Reiter * Little fix in case get_pluralized_form is passed an empty string. * When adding a recipe to the shopping list that's already there, increase the amounts of ingredients accordingly. 2014-05-11 Bernhard Reiter * INSTALL.md: add ReportLab download link. 2014-05-10 Bernhard Reiter * Use InfoBar for message in duplicate finder after website import. * Move import/export progress bar to InfoBar. * Replace Jump to button in successful export infobar by link to file. * When exporting from recipe card, display InfoBar there. * In offer_url(), use InfoBar instead of MessageDialog. 2014-05-06 Bernhard Reiter * I18n offer_url parameters. * Revert "Don't use Gtk.InfoBar yet as it requires pyGtk >= 2.22. We'll keep this in a branch for now." 2014-05-04 Bernhard Reiter * MCB plugin: create XML in temporary directory. * MCB plugin: Handle yields/servings properly. * Add MCB plugin to default_active_plugin_sets. * Add lxml dependencies to setup.py (required for MCB plugin on Windows). * Rename mcb-plugin to mycookbook_plugin. * Update ChangeLog. 2014-05-03 Bernhard Reiter * Fix rating export and import for the MCB plugin. * Update ChangeLog. 2014-05-02 Bernhard Reiter * Fix the MCB plugin's Export all function. 2014-04-28 Bernhard Reiter * Update ChangeLog. 2014-04-20 Bernhard Reiter * Wrap a PIL import. * Add Fink section to INSTALL.md * Change manage.py location and contents for Django 1.6. * Remove a couple of spurious imports from the MCB plugin. * Add MyCookbook plugin files to po/POTFILES.in. 2014-04-20 thierry * timestamp changed * Add MyCookbook export plugin. 2014-04-19 thierry * fix segfault 2014-04-14 Bernhard Reiter * In the web plugin, fix the link to the Gourmet website. * Replace compressed jQuery v1.4.2 by uncompressed v1.11.0. 2014-04-03 Bernhard Reiter * Bump version to 0.17.3. * Add xml.dom to packages included by cx_Freeze. 2014-04-02 Bernhard Reiter * Add FAQ item on setting display resolution. 2014-03-23 Bernhard Reiter * Use playbin2 instead of deprecated playbin for gst sound playback. * More on OS X. * Add MacPorts section to INSTALL.md 2014-03-20 Bernhard Reiter * Update ChangeLog. * Add note about code signing .msi file to INSTALL.md. * Bump version to 0.17.2. 2014-03-16 Bernhard Reiter * Remove a couple of spurious lines from setup.cfg. * Update ChangeLog. * Bump version to 0.17.1. * Remove build_rpms.py and related. * Remove obsolete lines from print plugin code. * Add space to command invoking Adobe reader. 2014-03-09 Bernhard Reiter * Add cx_Freeze requirement to INSTALL.md. * Remove EclipseNSIS paragraph from CODING.md. * Update CODING, rename to CODING.md. * Update README.md and INSTALL.md. 2014-03-08 Bernhard Reiter * Remove some obsolete code meant for PyGTK < 2.6. * Require Python 2.7 in README.md. * Add two imports to plugins/import_export/gxml_plugin/gxml2_importer.py. 2014-02-26 Bernhard Reiter * Fix a number of regressions in html_exporter.py. * Update ChangeLog. 2014-02-25 Bernhard Reiter * Remove redundant newlines from error message. * Update *.po[t] files and add/fix some German and Austrian strings. * Update ChangeLog. * Fix a translation bug in de_DE.po. * Remove *.mo files that ware accidentally added to git. 2014-02-24 Bernhard Reiter * Update gourmet.desktop.in. * Shorten years listing in copyright notice. * Add Flattr donations button to About dialog. 2014-02-23 Bernhard Reiter * Fix loading of FAQ from recipe card and shopping UI. * Fix web browser invocation from About dialog under Windows. * Remove obsolete exception clause. * Under Windows, use Adobe Reader to print reportlab created PDF. 2014-02-22 Bernhard Reiter * Simplify loading of LICENSE file into About dialog. * Add donations text and buttons to the About dialog. * Update ChangeLog. 2014-02-20 Bernhard Reiter * Add 2014 to copyright years. 2014-02-18 Bernhard Reiter * Some gourmet/backends/db.py cleanup. * When connecting to a MySQL database, force UTF-8 charset. 2014-02-09 Bernhard Reiter * Replace deprecated PoolListener by @event.listens_for decorator. 2014-02-08 Bernhard Reiter * Remove \r escape sequence from sl.po. * Change Yield unit accelerator in batch editor, update po files. * Fix a translation bug in nl.po. * Fix bug in Dutch translation. 2014-01-23 Bernhard Reiter * UTF-8-decode ingkey in shopping_key_editor_plugin. 2014-01-21 Bernhard Reiter * Fix a regression introduced by the last commit. 2014-01-20 Bernhard Reiter * When de-activating Browse Recipes plugin, remove its tab. 2014-01-12 Bernhard Reiter * Fix a typo. 2014-01-11 Lyra * FIX: Create a shopping list even if one entry hasn't an amount 2014-01-06 Bernhard Reiter * Some cleanup. * Clean up gourmet/exporters/exporter.py a bit. * Update MANIFEST.in. * Remove tools/ directory. * Remove an obsolete reportlab version check and related code. 2014-01-05 Thomas M. Hinkle * Hackishly remove indents needed after if statement to workaround build error. * Allow null units to be looked up. Otherwise, we can never get conversions for things like "3 eggs." * Remove GourmetWindows.pyw 2014-01-05 Bernhard Reiter * Revert "Fix stupid mistake." 2014-01-04 Bernhard Reiter * Check if active_plugin is really there. 2014-01-03 Bernhard Reiter * Add myself as maintainer in setup.py. * Add 2012, 2013 to copyright years. * Add comment to setup.py. * Remove obsolete README.windows.md. * Fix stupid mistake. * Fix a typo in INSTALL.md. * Update TODO, rename to TODO.md. * Update CODING. * Add more Windows building instructions to INSTALL.md. * Disable the PDFPrintPlugin under Windows as poppler doesn't work there. * Use Python logging instead of printing a traceback. * Migrate from py2exe to cx_Freeze. * Set data_dir correctly if Gourmet is frozen. * Update IPython requirement in INSTALL.md. * Update ChangelLog. 2014-01-02 Bernhard Reiter * Remove NSIS related files. 2014-01-01 Bernhard Reiter * Replace PIL by Pillow requirement. * Move *.gourmet-plugin.in files to gourmet/plugins/. * Remove an obsolete line. * Replace pywin32 requirement by a ctypes function call. * Small whitespace fix. * Remove missing signal handlers. * Bump version to 0.17.0. * Fix a translation bug in po/de.po. 2013-12-15 Bernhard Reiter * Add reportlab packages to setup.py so py2exe includes them. 2013-11-19 Bernhard Reiter * De-dupe AboutDotComWebParser class. * Move duplicate code into a common base class member. * Remove some redundant code. * Remove obsolete KeyManagerOldSchool class. * Remove duplicate code from gourmet/recipeManager.py. * Remove duplicate file gourmet/convertGui.py. 2013-11-15 Bernhard Reiter * Fix wildcard imports. 2013-11-13 Bernhard Reiter * Fix another PIL import. 2013-11-02 Joe Sapp * Remove "Application" from desktop entry 2013-01-11 Bernhard Reiter * s/options/args/ to make bin/gourmet launch. 2013-01-11 Jeff Raber * Replace deprecated optparse with argparse, per issue 683 [1] 2013-10-12 Bernhard Reiter * Fix a typo that broke the nutritional information plugin DB upgrade. 2013-10-11 Bernhard Reiter * Remove some more metakit remnants. * Update po[t] files. * Remove legacy_db (i.e. metakit) stuff. 2013-10-10 Bernhard Reiter * Clean up recindex.py. * Clean up GourmetRecipeManager.py. * Clean up reccard.py 2013-09-30 Bernhard Reiter * In PDF export, print title only once (as heading). 2013-09-20 Bernhard Reiter * Only set_current_folder if get_user_special_dir(USER_DIRECTORY_PICTURES) isn't None. 2013-09-09 Bernhard Reiter * Update *.po[t] files. * Fix batch editing of categories. * Translate attributes in batch editor's confirmation message box. * In Batch Editor, replace "Servings" by "Yield" and "Yield Unit" rows. * Small fix to ui/catalog/README. * Remove some obsolete code checking for old gtk versions. * Remove some spurious imports from recindex.py. 2013-09-06 Bernhard Reiter * s/ui/ui_string/ fix in a couple of files. 2013-09-01 Bernhard Reiter * Remove some spurious Image (i.e. PIL) imports. 2013-08-30 Bernhard Reiter * Update Changelog. 2013-08-29 Bernhard Reiter * Update version to 0.16.1 in gourmet/version.py. * Update MANIFEST.in. * Update translation files. 2013-08-28 Bernhard Reiter * Little schema.org parser improvement. * Properly raise an exception in print_plugin.py. * Fix a translation bug in po/de_AT.po. * Update allrecipes.com test recipe URL. In (commented out and still dysfunctional part of) testImporters.py. 2013-08-27 Bernhard Reiter * Drop Python version 2.6 in INSTALL.md. * Add PYTHON_ARGCOMPLETE_OK string to bin/gourmet. * Remove some obsolete imports from gourmet/importers/html_importer.py. * Fix testImporters.py. * Merge pull request #724 from sappjw/master Replace more 'Image' imports with Pillow-compatible blocks * Fix allrecipes.com importer, by extending our newly created schema_org_parser. Also add a test gourmet/test/test_allrecipes_com_plugin.py which is capable of testing the importer offline, using gourmet/test/recipe_files/allrecipes_com.html. (Trying to integrate such an offline test into the existing, commented-out allrecipes.com test in gourmet/test/testImporters.py proved a nightmare as the importer code is tightly interwoven with the web page download and interactive importer functions.) Fixes #261 * Make ica.se importer aware of a recipe's yields property. * Scrap more schema.org/Recipe fields. * Remove obsolete gtk import from gourmet/importers/generic_recipe_parser.py. * Have ica_se tests check for presence of category field. * Factor schema.org parsing out of ica_se_plugin.py into a newly created schema_org_parser.py. * Have gourmet/test/test_ica_se_plugin.py also test for cooktime parsing. * Small fix for more a expressive test result. * Small fix, mainly for future BeautifulSoup4 compliance. * Move foodnetwork and ica.se importer tests to gourmet/test/. 2013-08-27 Joe Sapp * Replace more 'Image' imports with Pillow-compatible blocks 2013-08-25 Bernhard Reiter * Fix testImporters.py. Among other things, use a temporary in-memory SQLite database for testing. 2013-08-24 Bernhard Reiter * Truncate Source field in PDF export. Fixes #721 2013-08-10 Bernhard Reiter * One more string exception to fix. 2013-08-09 Bernhard Reiter * s/thinkle.github.com/thinkle.github.io/ 2013-08-06 Bernhard Reiter * Merge pull request #723 from gyp/master importing gettext in exportManager as it has localized strings 2013-08-06 Peter Gyongyosi * importing gettext in exportManager as it has localized strings This fixes https://bugs.launchpad.net/gourmet/+bug/1157969 2013-08-04 Bernhard Reiter * Add INSTALL.md. 2013-07-30 Bernhard Reiter * Add db upgrade logic for the fix introduced with the previous commit. Fixes #711. * Merge pull request #722 from rleibman/master Fixing issue with mysql, VARCHAR requires a length 2013-07-30 Roberto Leibman * Fixing issue with mysql, VARCHAR requires a length, I figure 255 is probably good enough 2013-06-01 Bernhard Reiter * Remove obsolete tools/upgrade_pre_script.py. * Remove hardwired sys.path.append('/usr/share/gourmet') lines. 2013-05-27 Bernhard Reiter * Additional fix for plugins/python_shell/ipython_view.py. * Fix interactive shell plugin to work with current IPython versions. Achieved by updating plugins/python_shell/ipython_view.py (which was taken from the Accerciser project) to the commit before Accerciser's Python3 migration [1], reverting their previous PyGI migration [2]. [1] https://git.gnome.org/browse/accerciser/commit/?id=b9bb2f48eebbf9f21ca633b6ecd6a58d6befe04a [2] https://git.gnome.org/browse/accerciser/commit/?id=48b8c06d598f84943ab7a0af1259408b7409484d * Prepare plugins/python_shell/ipython_view.py for update. 2013-05-17 Bernhard Reiter * Remove a bunch of unused imports. * Fix setup.py so it works on non-Windows platforms again. * Remove obsolete checks for PyGTK version < 2.8. * Remove obsolete gtk_extras/ThumbnailGenerator.py. * Remove obsolete gtk_extras/chooserNotebook.py. * Remove obsolete gtk_extras/fauxDruid.py. * Remove obsolete gtk_extras/FauxActionGroups.py. 2013-05-07 jens persson * Buglet found with tests and som whitespace triming in foodnetwork plugin * Add tests for foodnetwork plugin * Fix buglet discovered due to tests * Add tests for ica.se plugin 2013-04-20 Bernhard Reiter * Merge pull request #715 from MrShark/master An importer for ica.se (Swedish storechain) 2013-04-11 jens persson * First shot on an importer for ica.se 2013-04-06 Bernhard Reiter * Revert "Add back gnomeprinter.py." (Accidental commit, meant to be in a new branch.) This reverts commit acad0d848f7c0567bf553dae27d7e6bbd3fe67a4. * Add FAQ item about Gourmet's data storage location. * Add back gnomeprinter.py. * Remove obsolete PIL import. * Add 'Francouzská' and 'Indická' (French and Indian) to defaults_sk.py * Add "French" and "Asian/Indian" to Cuisine defaults. Fixes #713. 2013-03-25 Bernhard Reiter * Add Development Tools section (taken from the Wiki). * Move Windows version warning to README.windows.md. 2013-03-23 Bernhard Reiter * Fix a bug in defaults_ru.py 2013-03-12 Bernhard Reiter * Merge setup_win.py into setup.py. Also add some extra functionality to include required Gtk+ Theme files. * Add __init__.py to web_plugin to turn it into a module. Otherwise, there's an error with py2exe. 2013-03-10 Bernhard Reiter * Add (Eclipse's) .settings/ dir to .gitignore * Fix a bug in get_pluralized_form. 2013-03-09 Bernhard Reiter * Remove some obsolete imports from gourmet/importers/html_importer.py. * Remove obsolete Queue import from gourmet/importers/imageBrowser.py. This was causing problems with py2exe. * Add *.pyo files to .gitignore. 2013-03-06 Bernhard Reiter * Fix a bug that caused gourmet to fail when LC_ALL=C 2013-03-06 Bernhard Reiter * Remove -dev suffix from version in gourmet/version.py. * Update MANIFEST.in. Running "python setup.py sdist" will now exactly reproduce the current git state. * Add .project to .gitignore. * Remove gourmet/.gitignore as omission of *.pyc files is recursively covered by our root .gitignore * Remove bin/gourmet-importer and bin/gourmet-importer-profile. Both are apparently unused, unmaintained and severely outdated. * Remove translation scripts from po/ as they're obsoleted by distutils-extra (see CODING file). * Replace 'import Image' by 'try: from PIL import Image except ImportError: import Image'. Rationale: http://lists.debian.org/debian-python/2013/02/msg00017.html * Update Gourmet and Python version in windows/gourmet-installer.nsi. * Update *.po files to match current source. * Update *.po files from Launchpad Translations. * Add author_email field to setup.py. * Update MANIFEST.in. * Remove windows/Gourmet.pyw from po/POTFILES.in. 2013-03-04 Bernhard Reiter * Remove obsolete files. * Update LICENSE (new FSF address). * Remove windows/Gourmet.pyw as it's obsoleted by bin/gourmet. * Fix some py2exe parameters. 2013-03-03 Bernhard Reiter * Fix directory locations in setup_win.py. * Fix import path in setup_win.py 2013-02-27 Bernhard Reiter * Backup when upgrading the DB to v0.16. * Remove obsolete comment. * Remove obsolete file gourmet/PngImagePluginUpToDate.py. * Simplify a conditional expression. * Avoid a KeyError when pressing Enter on an empty search entry. * Remove gourmet/importers/mealmaster_importer.py from po/POTFILES.in. 2013-02-20 Bernhard Reiter * Remove gourmet/importers/mealmaster_importer.py as it's obsolete. That file lives now in gourmet/plugins/import_export/mealmaster_plugin/. * Remove shebangs from non-executable files. * Change wording of README.md a bit. * Merge pull request #694 from MrShark/master Make working in a virtualenv easier 2013-02-14 jens persson * Update documentation * changed /usr/bin/python to /usr/bin/env python to alow usage in virtualenvs * Remove hardcoded install path 2013-02-06 Bernhard Reiter Fix #288. 2013-02-05 Bernhard Reiter * Remove some clauses that checked for SQLALchemy < 0.6 as we're relying on >= 0.7 anyway now. * Add Integer primary key columns (named 'id') to all remaining tables. 2013-02-04 Bernhard Reiter Remove pickle_key and pickle_val options from dbDic. 2013-02-03 Thomas Mills Hinkle * gourmet/convert.py (integerp): Restore NUMBER_END_NO_RANGE_REGEXP (integerp): Quick fix to NumberEnry * gourmet/backends/db.py (regexp): Fix sqlite custom function error -- regexp searching now works. This closes #691. This bug was caused by a change in SQLAlchemy behavior 0.6->0.7. 2013-02-02 Thomas Mills Hinkle * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_importer.py (mmf_constants.__init__): servings->yields * gourmet/plugins/import_export/krecipe_plugin/krecipe_importer.py (KrecHandler): servingsyields-> * gourmet/importers/importer.py (Importer.commit_rec): Update servings->yields. * gourmet/backends/db.py (RecData.add_rec): Update servings/yields code. * gourmet/exporters/exportManager.py (ExportManager.offer_multiple_export): Fix bug #234, #691. 2013-02-01 Bernhard Reiter Unpickle Booleans and Strings that have erroneously remained pickled in the database during previous Metakit -> SQLite -> SQLAlchemy database migrations. Fixes #678. 2013-01-30 Bernhard Reiter * Rename gourmet/sound_gnome.py to gourmet/sound_gst.py. * Restructure directory layout once again. Move images, icons, sound, and style directories to data/; this is in preparation of a possible future move to DistutilExtra's auto setup (see #679). * Install FAQ and LICENSE to share/doc/gourmet/. * Prepend chromium-browser to list of *.html document launchers. * Prepend libreoffice to list of *.rtf document launchers. * When exporting, point Save as dialog to user's Documents directory by default. 2013-01-29 Thomas Mills Hinkle * gourmet/plugins/nutritional_information/nutrition.py (NutritionData.get_matches): Make sure get_matches returns a list as expected, not None. (NutritionData.get_nutinfo_for_item): Handle empty units correctly. (NutritionData.get_conversion_for_amt): Handle empty units correctly. * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py (mealmaster_exporter.__init__): Fix boneheaded typo. (mealmaster_exporter.write_attr): Update servings-->yields (mealmaster_exporter.write_attr): Reduce padding to conform to MMF standard (mealmaster_exporter.write_categories): Reduce padding to conform to MMF standard (mealmaster_exporter.write_ing): Allow for empty units (fix boneheaded error) * gourmet/plugins/import_export/html_plugin/html_exporter.py (html_exporter.write_text): Fix NAME_TO_ATTR lookup issue w/ plugins. * gourmet/plugins/field_editor/fieldEditor.py (FieldEditor.fieldChangedCB): Fix possible issue with NAME_TO_ATTR lookups and plugins searching for attributes that don't exist there. * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_importer.py (mmf_constants.__init__): Respect new Gourmet norms regarding standard ingredient abbreviations (remove periods, mostly) * gourmet/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py (mealmaster_exporter.__init__): Make sure category comes first as per mealmaster specs. (mealmaster_exporter.__init__): Remove redundant/stupid code (mealmaster_exporter.write_ing): Fix ingredient code and make more robust against future changes in defaults. 2013-01-25 Bernhard Reiter * Mention BeautifulSoup in the Extra Requirements section of README.md. * Merge pull request #689 from jraber/unbundleBeautifulSoup Removed bundled (old) versions of BeautifulSoup.py * Change back perms for bin/gourmet to 755. 2013-01-17 Jeff Raber Removed bundled (old) versions of BeautifulSoup.py BeautifulSoup.py seems to be available in the common linux distros. Otherwise, it can be installed with 'pip install BeautifulSoup' Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=895228 2013-01-15 Bernhard Reiter Add slogan to README.md ;-) 2013-01-12 Thomas Mills Hinkle * gourmet/importers/importManager.py: gettext fix 2013-01-12 Bernhard Reiter * Add new Integer primary keys to the shopcats, shopcatsorder, and pantry tables. Those tables had Text columns as primary keys, which, when used with MySQL, requires an extra parameter specifying the length of the substring that MySQL is supposed to use for the key. Thus, we're adding columns named id of type Integer and make them the new primary keys instead. Fixes #681. * Move *.gourmet-plugin files to plugins/, install to share/gourmet/plugins. This is required for python-distutils-extra to be able to translate and install *.gourmet-plugin files properly. 2013-01-09 Bernhard Reiter * Change data/recipe.dtd perms from 755 to 644. * .gitignore: Remove obsolete lines, add .pydevproject. .cvsignore: Delete. 2013-01-07 Bernhard Reiter * Enable building of *.mo and *.gourmet-plugin files during development. Furthermore, update CODING with instructions, and remove bin/gourmet_in_place as it's now obsolete. * Modify file locations in built settings.py, not the one in the source tree. 2013-01-06 Thomas Mills Hinkle * gourmet/GourmetRecipeManager.py (RecGui.setup_main_window): Make sure search entry has focus. * gourmet/plugins/listsaver/shoppingSaverPlugin.py: gettext fix * gourmet/plugins/key_editor/recipeEditorPlugin.py: gettext fix * gourmet/plugins/import_export/pdf_plugin/print_plugin.py: Fix gettext 2013-01-06 Bernhard Reiter * Remove obsolete cruft from windows/ directory. * Update website, download link and Tom's email address in NSIS script. * In the HTML output, don't translate class names. Otherwise, this would require CSS selectors to be also localized and would not work across languages. That's obviously not how it should be done. * Remove modules_check and other cruft from setup.py This hasn't been used or updated for a while, and as it isn't really supported by distutils, it has been more a source of redundancy (read confusion and maintenance burden) in conjunction with dependencies listed in our README. * Rename README to README.md, and use Markdown to style it. * Remove bin/__init__.py as it's obsolete now. * Minor line layout fix. * Replace our custom tools/gourmet_distutils.py by a python-distutils-extra dependency. * Update po/POTFILES.in and po/gourmet.pot. 2013-01-05 Bernhard Reiter * Replace some wildcard imports. * Remove some cruft from gourmet/__init__.py. 2013-01-02 Bernhard Reiter * Update requirements in the README file. * Update setup.cfg to at least somewhat reflect current RPM based distributions. * Remove rpm/gourmet.fedora.spec and rpm_build.sh. This stuff was severely outdated, duplicates information from setup.py and setup.cfg (if we're really going to keep providing RPMs which hasn't been done during the past releases), and is maintained better at Fedora anyway. * Change more URLS from Sourceforge to GitHub. 2013-01-01 Bernhard Reiter * Change old SourceForge URLs to new GitHub ones where applicable. * Move practically all program information to version.py and import it from there into setup.py and setup_win.py. * Fix some install locations. * Add back toolbar, with an option in the preferences dialog to hide it. * Don't fall back to version = 0.11.0 in setup.py. * Simplify some code. 2012-12-31 Bernhard Reiter Remove BUG_URL link from gglobals.py as its both outdated and not used anywhere. 2012-12-30 Bernhard Reiter * Don't use Gtk.InfoBar yet as it requires pyGtk >= 2.22. We'll keep this in a branch for now. * Remove obsolete line from gglobals.py * Move info.py contents back into version.py as we got rid of the critical circular dependency with OptionParser.py. * Remove checks for gtk.CellRendererCombo as it has been part of GTK since v2.6. * Determine location of installed files properly. * Another stylesheet path fix in html_exporter.py. 2012-12-28 Bernhard Reiter * Add *.html pattern to html_exporter_plugin.py's saveas_filters. * Fix default.css location in HTML exporter plugin. * Remove custom file type widget from FileSelectorDialog. * Remove FileChooserSaveAs.py as it has long been obsoleted by gtk_extras/dialog_extras.py. 2012-12-25 Bernhard Reiter * Let tools.gourmet_distutils.py take care of translation and installation of gourmet.desktop. * Install png and svg icons to locations that enable desktop environments to pick proper file. See http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#directory_layout 2012-12-19 Bernhard Reiter Remove obsolete GourmetFauxThreads.py and GourmetThreads.py. 2012-12-17 Bernhard Reiter * Fix db.py to allow (dev) version suffices like 0.16.0-dev. * Add patch to include schema.org metadata for HTML exporter by SF user freedo. See https://sourceforge.net/tracker/?func=detail&aid=3519632&group_id=108118&atid=649654 and http://www.schema.org/Recipe, respectively. * Add plurals handling fix by A. Katz. "Just a quick patch to fix a bug in default.py. The function for converting a plural to a singular unit had two issues. a) WORD_TO_SING_PLUR_PAIR keys are lowercase but the word being handed to the function could be in any case b) if the word is not in WORD_TO_SING_PLUR_PAIR it does nothing, this patch tries lang.guess_singulars before giving up." See https://sourceforge.net/tracker/?func=detail&aid=3420657&group_id=108118&atid=649654 2012-11-27 Bernhard Reiter Remove obsolete line from setup.py 2012-11-26 Bernhard Reiter * Fix gourmet/backends/db.py so it works with SQLAlchemy >= 0.7. * Remove po/*/LC_MESSAGES/gourmet.mo files as they are generated at build time from po/*.po files. 2012-11-22 Bernhard Reiter Remove obsolete file (now in gourmet/plugins/import_export/mastercook_import_plugin/) 2012-05-25 Thomas Hinkle * Fixed conflict * ++gettext 2012-04-27 Tom * gourmet/plugins/unit_display_prefs/__init__.py: import gettext * gourmet/plugins/python_shell/__init__.py: import gettext * gourmet/plugins/nutritional_information/nutrition.py (NutritionData.get_nutinfo): remove verbosity * gourmet/plugins/nutritional_information/nutPrefsPlugin.py: import gettext * gourmet/plugins/nutritional_information/main_plugin.py: import gettext * gourmet/plugins/field_editor/__init__.py: import gettext * gourmet/plugins/email_plugin/emailer_plugin.py: import gettext * gourmet/plugins/duplicate_finder/recipeMergerPlugin.py: import gettext * gourmet/plugin_gui.py: import gettext * gourmet/info.py: import gettext * gourmet/plugin_loader.py (Pluggable.get_plugin_by_module): Add convenience function for grabbing plugin instances. 2012-04-22 Bernhard Reiter Bump version number to 0.16.0-dev 2012-03-06 Bernhard Reiter * Remove gettext_setup.py as its logic has been split in settings.py and gglobals.py (and info.py) * Remove some obsolete logic from setup.py. * Move localized stuff from version.py to newly created info.py to avoid circular dependencies. * Move logic that searches for the data files path from gglobals.py to newly created settings.py. * Wrap the path finding stuff in bin/_preamble.py in a function * Add __init__.py to the bin/ directory so we can import it as a module. * Rename --data-directory cmdline option to --gourmet-base. * Fix occurrences of HELP_FILE constant. 2012-02-27 Bernhard Reiter * Remove --image-directory and --ui-directory cmd line options, as those are now subdirectories of --data-directory. * Replace custom inquiry if existing file should be overwritten by GTK one. 2012-02-26 Bernhard Reiter * Replace create_manifest.py by MANIFEST.in * Remove some more duplicates 2012-02-20 Bernhard Reiter Minor setup.py fix 2012-02-16 Bernhard Reiter Remove tools/gourmet_distutils as it's unused (there's still tools/gourmet_distutils.py) 2012-02-12 Bernhard Reiter * Move website URL from GRM.py to version.py * Replace old splash screen by new one * Change directory layout once more. Looks good now, but still a lot of code fixes ahead. 2012-02-11 Bernhard Reiter * Un-hardwire intltool's path under windows in setup.py * Fix FAQ and LICENSE locations in code * Update setup.cfg, mostly to use .bz2 compression * Restructure data/ directory * Add images/gourmet.svg, and remove a couple of outdated images. * Rename glade/ directory to ui/ * Restructure directory layout to comply more to http://as.ynchrono.us/2007/12/filesystem-structure-of-python-project_21.html 2012-02-10 Thomas Hinkle * Fixed density of sugar (I think I'd used the density from a chemistry, rather than a cooking, site, which didn't account for the air between the sugar crystals when you measure it) * Don't fail if elib.intl isn't present -- print a warning instead. * Glade-->UI 2012-02-09 Bernhard Reiter Rename i18n/ directory to po/ so intltool-update --maintain will work 2012-02-08 Bernhard Reiter * Images cleanup * Remove a stray .po file * Rename gladed command line option to uid * Rename some more methods from glade to ui (or builder) * s/gladebase/uibase/g * Use updated i18n/de.po from Launchpad 2012-02-07 Bernhard Reiter * Replace custom hack in setup_gettext.py by elib.intl module * Add Lauchpad header to i18n/de.po 2012-02-06 Bernhard Reiter Update i18n/gourmet.pot translation template 2012-02-05 Bernhard Reiter * New German translations by nobody (at) t4b.me * i18n string unification fixes by nobody (at) t4b.me * Another i18n fix 2012-02-01 Bernhard Reiter * Yet another (somewhat prominent) i18n fix. * Internationalize src/lib/plugins/import_export/archive_plugin/zip_importer_plugin.py * s/ = /=/ in the *.gourmet-plugin.in files, which previously impeded localization, as intltool-merge can't deal with whitespaces on the wrong places. 2012-01-31 Bernhard Reiter * Fix i18n/POTFILES.in to properly include .gourmet-plugin.in files * Add Russian localization files i18n/ru.po and src/lib/defaults/defaults_ru.py by Alexander Prokoudine, from our Sourceforge patch tracker: see https://sourceforge.net/tracker/?func=detail&aid=2858486&group_id=108118&atid=649654 and https://sourceforge.net/tracker/?func=detail&aid=2858485&group_id=108118&atid=649654 * Fix sort of a typo * Replace occurrences of .props.someproperty by {g|s}et_property('someproperty') to fix bug #3480177 * Replace occurrences of .props.someproperty by {g|s}et_property('someproperty') to fix bug #3480177 * Another fix to make i18n work. 2012-01-30 Bernhard Reiter Small i18n related fix. 2012-01-29 Bernhard Reiter * Add domain=gourmet attribute to the interface tag in the .ui files * Update i18n/POTFILES.in to reflect .glade -> .ui file conversion * Add [type: gettext/glade] prefix to .ui files in i18n/POTFILES.in so that they're actually searched for strings by intltool. * Add locale.bindtextdomain('gourmet',DIR) so that the strings from our .ui (and glade) files are actually translated -- which they previously weren't. 2012-01-21 Bernhard Reiter * Add i18n/generate_mo.sh as i18n/generate_mo.py doesn't seem to work for me. * In src/lib/version.py, import gettext_setup so trings get translated. * Make ImageSelectorDialog open the user's Pictures directory when launching it. 2012-01-19 Bernhard Reiter * Remove obsolete cmd line options documentation from gourmet.1 * Move LICENSE displaying logic from version.py to GourmetRecipeManager.py as it requires some imports; and add LICENSE to setup.py 2012-01-17 Bernhard Reiter Add LICENSE to MANIFEST as it's needed by the About dialog. 2012-01-12 Bernhard Reiter Comment out an obsolete windows workaround. 2012-01-11 Bernhard Reiter Remove a stray file that had sneaked into MANIFEST and i18n/POTFILES.in 2012-01-10 Bernhard Reiter * Regenerate i18n/gourmet.pot and i18n/*.po files by running i18n/grab_strings.sh * Update i18n/POTFILES.in based on MANIFEST contents * Update MANIFEST * Update POTFILES, translation template (gourmet.pot), and merge into individual *.po files * Fix Nutritional Information plugin 2012-01-07 Bernhard Reiter Remove make_star_button and make_star_image functions as they aren't needed anymore. 2012-01-06 Bernhard Reiter * Replace gnome.sound_* stuff with gstreamer (gst) stuff. This should conclude our removal of (python-)gnome dependencies. We now need pygtk >= 2.16 and (py)gst instead (which is much less heavy-weight than gnome). * Remove gnome stuff from the pdf_exporter.py test code. * Replace gnome-open by the cross-desktop xdg-open command. * Remove gnomeprint import from gglobals.py * Remove obsolete 'printer' command line option. * Remove call to gnome.url_show as we can assume gtk.show_uri to exist in PyGTK >= 2.16 2011-12-30 Bernhard Reiter Replace gnome.ui.About dialog by gtk.AboutDialog 2011-12-27 Bernhard Reiter Use an InfoBar to display deletion warning message 2011-12-19 Bernhard Reiter Add alignment objects to recCardDisplay.ui as that information got lost during gtk.Builder migration. 2011-12-17 Bernhard Reiter Add NutritionLabel widget back to nut_recipe_card_display.ui which got lost in the migration to gtk.Builder 2011-12-16 Bernhard Reiter * Fix a signal handler related bug due to gtk.Builder migration * Remove import gtk.glade statements everywhere. * Remove custom_handlers stuff as it's obsolete now after migrating to gtk.Builder. * Migrate even the faux stuff to gtk.Builder * Remove references to *.glade files in setup.py and create_manifest.py; recreate MANIFEST. * Migrate the Nutritional Information plugin to gtk.Builder. This requires still some polishing. * Change NumberEntry's default_to_fractions argument default value to False (as that's what it's set to practically everywhere, and it will make migration to gtk.Builder easier). * Forgot to add keyeditor.ui and remove keyeditor.glade * Migrate recipeMerger.py to gtk.Builder * Migrate keyEditor.py to gtk.Builder * Remove app.glade (in favor of app.gui) * Migrate chooserNotebook.py to gtk.Builder (though currently unused) * Remove recipeMerger.py from src/lib as it's now in a plugin subdirectory * Replace remaining glade.XML occurrences in GRM.py by gtk.Builder equivalents. * Migration to gtk.Builder: Add app.ui and change remaining occurrences of app.glade to app.ui * Replace checks for app.glade by checks for app.ui * Remove an unnecessary import from src/lib/reccard.py * Migrate batchEditor from glade to gtk.Builder * Remove glade/keyeditor.glade as that files is already in src/lib/plugins/key_editor/ * Remove glade/*.glade and glade/*.gladep files for which conversion to *.ui is complete. * Migrate recipe card to gtk.Builder 2011-12-15 Bernhard Reiter * Fix reccard.py after migration to gtk.Builder; plus two fixes to ratingWidget.py * Add a README to glade/catalog * More recCardDisplay to gtk.Builder fixes * Properly migrate recCardDisplay to gtk.Builder * Create gourmetwidgets catalog for glade, adapt widgets code. 2011-12-13 Bernhard Reiter Start migrating recCardDisplay to gtk.Builder 2011-07-01 Tom * src/lib/convert.py (NUMBER_FINDER_REGEXP): Avoid seeing things with a terminal . or , as numbers, thus avoiding seeing numbered lists as ingredients. 2011-06-28 Tom * src/lib/reccard.py (IngredientController.commit_ingredients.commit_iter): Fix attr lookup error in corner cases. 2011-03-20 Tom * src/lib/version.py (version): Version --> 0.15.9 * src/lib/shopgui.py (ShopGui.show): Make sure window shows up when something's added. * src/lib/backends/db.py (RecData.initialize_connection): Remove threadlocal strategy. This may be a mistake, but it seems to clear up the commit errors numerous people were experiencing. * src/lib/shopgui.py (ShopGui.__init__): Make sure popup menu gets set-up for changing categories in shopping list. * src/lib/reccard.py (shop_for_recipe_cb): Fix shopping list, and improve error messages. * src/lib/GourmetRecipeManager.py (StuffThatShouldBePlugins.shop_recs): fix shopping list. * src/lib/shopping.py: Fix refactoring error. * src/lib/shopgui.py (ShopGui.getOptionalIngDic): Fix refactoring error that broke "add-to-shopping list" behavior 2011-03-08 Tom * src/lib/version.py (version): Version --> 0.15.8 2011-03-07 Tom * src/lib/backends/db.py (RecData._force_unicode): Don't unicode-ify images! 2011-02-02 Tom * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_importer.py: Adapt mealmaster plugin to handle 'Windows Gourmet' file (who knows what this program was, but we appreciate their name!). The adaptations shouldn't do any harm to mealmaster, and may help with imports of some of the many broken mealmaster files that exist on the internet. 2011-01-05 Tom * create_manifest.py: (write_lst_to_file): Include *.ui files! * README: Remove obsolete material about Gnomeprint. * src/lib/plugin.py (RecEditorModule.grab_focus): Add method for editor modules to setup focus for editing. * src/lib/reccard.py (RecEditor.present): Add code to allow each module to grab focus programatically to set up editing. (DescriptionEditorModule.grab_focus): Make DescriptionEditorModule grab focus for the "title" box right away, so that when you open the editor window you can start typing. * src/lib/backends/db.py (RecData.get_unique_values): Fix bug in DB code that caused a SQL error. 2010-12-16 Tom * src/lib/version.py (version): Version->0.15.7 * src/lib/backends/db.py (RecData.get_unique_values): Patch from Steve Langasek for Ubuntu bug #534088 (RecData.get_unique_values): Fix handling of null criteria. 2010-12-10 Tom * src/lib/plugins/web_plugin/gourmetweb/templates/shop.html: Add forms to add/remove from pantry. * src/lib/plugins/web_plugin/gourmetweb/recview/views.py (MyShoppingList.get_shopper): Use database for shopping list so we can store e.g. pantry data. (multiply_rec): Use 'yields' when possible; otherwise use multiply (shop_to_pantry): Add callback to move items to pantry (shop_to_list): Add callback to remove items from pantry * src/lib/plugins/web_plugin/gourmetweb/urls.py: Add shopping list callbacks (move to/from pantry) 2010-12-09 Tom * src/lib/plugins/key_editor/keyEditor.py (KeyEditor.isearchCB): Set cursor to busy while searching. * src/lib/recindex.py (RecIndex.search): Fix busy cursor while searching. * src/lib/backends/db.py (RecData.get_ingkeys_with_count): Fix bug that broke IngredientEditor view entirely. * src/lib/plugins/key_editor/keyEditor.py (KeyStore.reset_views): Don't undo search when resetting view after applying an edit. * src/lib/backends/db.py (RecData.do_modify): Force unicode (Fixes #3120915) 2010-11-28 Thomas Mills Hinkle * src/lib/backends/db.py (RecData.update_version_info): Patch from Jeff Raber to remove sqlite3 reference (RecData.get_unique_values): Patch from buergi to get working with MySQL 2010-11-16 Thomas Mills Hinkle * src/lib/reccard.py (DescriptionEditorModule.update_from_database): Fix signal used for spinbutton for yield and any other spinbuttons. (patch from Saulius Lukauskas) * src/lib/plugins/import_export/mastercook_import_plugin/mastercook_plaintext_importer.py: Patch from Saulius Lukauskas fixing column-matching/dash-matching conflict that broke ingredient import. 2010-10-20 Thomas Hinkle * src/lib/plugins/web_plugin/gourmetweb/templates/rec.html: Start adding some style to web-based recipe view. * src/lib/backends/db.py (RecData.add_column_to_table): Workaround sqlalchemy 0.6.0 incompatability * src/lib/plugins/nutritional_information/nutrition.py (NutritionData.get_nutinfo_for_ing): Take into account amounts on recipes called as ingredients. 2010-08-01 Thomas Mills Hinkle * src/lib/plugins/web_plugin/gourmetweb/templates/rec.html: Add AJAX magic to do multiplication ajax-style when javascript is available. 2010-07-30 Thomas Mills Hinkle * src/lib/shopping.py: Refactor code -- move some code from shopgui classes to front-end neutral ShoppingList class that can be base class for HTML front-end. * src/lib/shopgui.py: Refactor code to allow web-front-end * src/lib/plugins/web_plugin/: Start a django-based web-front-end to Gourmet 2010-07-21 Thomas M. Hinkle * src/lib/version.py (version): Version->0.15.6 2010-07-20 Thomas M. Hinkle * src/lib/plugins/import_export/web_import_plugin/generic_web_importer_plugin.py (GenericWebImporter.mimetypes): Fixed bug in mimetypes, by adding expected application/xhtml+xml type. * src/lib/backends/db.py (RecData.get_criteria): Fix another sqlalchemy-API-change-caused bug. 2010-07-13 Thomas M. Hinkle * src/lib/backends/db.py (RecData.save): Try to work around sqlalchemy bug that seems to through error on some (extra?) commits. 2010-07-10 Thomas M. Hinkle * src/lib/version.py (version): Version-->0.15.5 * src/lib/recindex.py (RecIndex.tree_keypress_cb): Handle Page-Up, Page-Down, Home and End properly for our multiple page interface. 2010-07-09 Thomas M. Hinkle * src/lib/backends/db.py (RecipeManager.parse_ingredient): Fix typo/logic-error that prevented some units from being recognized. * src/lib/* Get rid of raise + string calls, as python 2.6 prohibits them (patch from #2979619) * src/lib/recindex.py (RecIndex.make_search_dic): Look anywhere in text, not just at beginning. (fixes bug #3021913) * src/lib/reccard.py (DescriptionEditorModule.save): Remove old debug statements. Note to self: leaving in print statements is dangerous, as it can raise unicode errors and create bugs where all was well, as in bug #3018283 * glade/recCardIngredientsEditor.glade: Update ingredient editor tooltip. 2010-06-07 Thomas Mills Hinkle * src/lib/backends/db.py (map_type_to_sqlalchemy): Use LargeBinary type if available (sqlalchemy 0.6+) (RecData.get_unique_values): Fix boolean-related sqlalchemy 0.6+ bug. * src/lib/importers/interactive_importer.py (InteractiveImporter.label_selection): Fix error (we needed iter, we got mark) (patch from Jeff Spaleta) (InteractiveImporter.set_text): Fix logic error (remove extra newlines before parsing when it still matters).(patch from Jeff Spaleta) * src/lib/plugins/import_export/web_import_plugin/generic_web_importer_plugin.py (GenericWebImporter.test_url): Check that content_type is iterable (modified version of patch from Jeff Spaleta). 2010-05-19 Thomas M. Hinkle * src/lib/db.py: Change name of ingredient_parser to parse_ingredient (following naming conventions used everyone else by pretty much everyone alive). Make this change throughout other source files. * src/lib/importers/generic_recipe_parser.py (RecipeParser): Fix unicode/regexp issue with ing_matcher 2010-03-25 Thomas M. Hinkle * src/lib/backends/db.py (RecData.update_version_info): Make sure recipe_id doesn't already exist as a column before altering old databases -- apparently we were wrong about when this change was made. 2010-03-05 Thomas M. Hinkle * src/lib/gglobals.py (FLOAT_REC_ATTRS): Add list of recipe attributes that are floats (as opposed to ints, text, etc) * src/lib/reccard.py (DescriptionEditorModule.save): Make sure floating attributes (e.g. yields) get grabbed as values and not as text. * glade/recCardDescriptionEditor.glade: Make yields amount entry accept decimals. * src/lib/defaults/defaults_en.py (UNITS): ++drops * src/lib/defaults/defaults_en_GB.py (UNITS): ++drops * src/lib/reccard.py (IngredientTreeUI.ingtree_keypress_cb): Make delete-key in ingredient editor view only work in treeview (same as change made for main view on 2/9/2010). 2010-03-03 Thomas M. Hinkle * src/lib/GourmetRecipeManager.py (GourmetApplication.get_attribute_model): Don't bother caching the attribute models. It results in inconsistency for the user and it's not that expensive to just regenerate the lists each time we need them. * defaults_en.py defaults_en_GB.py ++T. and t. as abbreviations for Tablespoon and teaspoon 2010-02-09 Thomas M. Hinkle * src/lib/GourmetRecipeManager.py (RecGui): Make delete-key-deletes-recipe behavior a callback on keypresses only in treeview. This prevents users using the delete key in the search box from accidentally deleting recipes. Also, let backspace delete recipes as well for convenience. * src/lib/backends/db.py (RecData.get_criteria): Make sure search strings are proper unicode objects. Fixes bug #2948135. 2010-01-16 Thomas M. Hinkle * src/lib/version.py Version->0.15.4 * src/lib/plugins/import_export/web_import_plugin/webpage_importer.py (WebParser.postparse): Strip extra newlines. (MenuAndAdStrippingWebParser.cut_menus): Add more common website nav class ID's (footer, header, sitemap). (MenuAndAdStrippingWebParser.cut_menus): Don't ignore the whole body tag, no matter what (fixes epicurious import) * src/lib/importers/interactive_importer.py (InteractiveImporter.set_text): Strip extra newlines. 2010-01-15 Thomas M. Hinkle * src/lib/gtk_extras/thumbnail.py (check_for_thumbnail): Catch non-ASCII characters in URLs. 2010-01-06 Thomas M. Hinkle * src/lib/importers/interactive_importer.py (InteractiveImporter): Replace text-tags in buffers with ComboBox widget that allows user to change tag of marked-up region. Also, separated out giant list of buttons into categories and made more suitable for wider and shorter screens. 2010-01-02 Thomas M. Hinkle * src/lib/plugins/key_editor/recipeEditorPlugin.py (IngredientKeyEditor.setup_tree): Wrap text in treeview when it is too long; automatically reflow as window is resized. 2009-12-29 Thomas M Hinkle * src/lib/plugins/import_export/web_import_plugin/generic_web_importer_plugin.py (GenericWebImporter.test_file): Add support for xhtml. Be fallback option whenever we match a file pattern. * src/lib/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py (PlainTextImporterPlugin.test_file): Don't match *all* files as fallback options -- have a list of "antipatterns" to exclude. 2009-12-18 Thomas M. Hinkle * src/lib/gtk_extras/dialog_extras.py (SimpleFaqDialog.NESTED_MATCHER): Fix bug in REGEXP in number-header parsing. * src/lib/plugins/nutritional_information/databaseGrabber.py (DatabaseGrabber.parse_abbrevfile): Remove old code. * FAQ: Update FAQ (which was pretty seriously out-of-date). 2009-12-17 Thomas M. Hinkle * src/lib/backends/db.py (RecData.validate_recdic): Ensure recipe info is unicode. * src/lib/check_encodings.py: Be less verbose. * Version -> 0.15.3 * src/lib/plugins/nutritional_information/parser_data.py (NUTRITION_FIELDS): Update fields for SR21. * src/lib/plugins/nutritional_information/nutritionGrabberGui.py (check_for_db): Update DBs from SR20 (check if there are choline entries to see if the DB is old). * src/lib/plugins/nutritional_information/databaseGrabber.py (DatabaseGrabber.parse_abbrevfile): Update fields when adding doesn't work. * src/lib/plugins/nutritional_information/data_plugin.py (NutritionDataPlugin.update_version): Add new field (choline) * src/lib/backends/db.py (RecData.update_version_info): Fix update from versions < 0.11.x * i18n/gourmet.pot: Update. * i18n/POTFILES.in: Update to reflect current MANIFEST * src/lib/plugins/nutritional_information/parser_data.py (NUTRITION_FIELDS): Reorder fields and add choline for SR21 (they changed more than I had first thought!) 2009-12-14 Thomas M. Hinkle * src/lib/backends/db.py (RecData.update_version_info): Fix update from versions < 0.11.x 2009-12-11 Thomas M. Hinkle * src/lib/plugins/nutritional_information/nutrition.py (foo.SimpleInterface.print_info): Be less verbose. * src/lib/importers/importer.py (Importer.commit_rec): Make sure we provide unicode strings to db. * src/lib/reccard.py (IngredientEditorModule.quick_add): Make sure we provide unicode strings to DB. (DescriptionEditorModule.save): Make sure we provide unicode strings. 2009-12-02 Thomas M. Hinkle * src/lib/check_encodings.py (GetFile.__init__): Divide lines using built-in splitlines() function -- this fixes problems with line breaks on e.g. mac text files. * src/lib/importers/importManager.py (ImportManager.finish_web_import): Print information about importer being used. 2009-12-01 Thomas M. Hinkle * src/lib/GourmetRecipeManager.py (RecGui.setup_main_window): Add right-click menu back to main interface (we use the contents of the action menu for the right-click). * src/lib/reccard.py (RecCardDisplay.update_yields_multiplier): Fix updating of yield_unit on yield_change. 2009-11-29 Thomas M Hinkle * src/lib/prefsGui.py (PreferencesGui): Make PreferencesGui pluggable. * src/lib/plugins/nutritional_information/__init__.py: ++ preferences plugin * src/lib/plugins/nutritional_information/export_plugin.py (NutritionBaseExporterPlugin): Add preference that allows user to turn off nutritional export altogether or to turn it off when information is only partial. * src/lib/plugin.py (BaseExporterPlugin.add_field): Add parameter write_empty_field (which defaults to False) to determine whether we add custom fields with no content. (DatabasePlugin.remove): Change "deactivate" call to "remove", which was what was intended (deactivate is called when the pluggable is destroyed; remove is called when the plugin is deactivated). (PrefsPlugin): Add base class for adding tabs to preferences dialog. * src/lib/plugin_loader.py (MasterLoader.register_pluggable): Fix typo. * glade/preferenceDialog.glade: Remove hardcoded email preferences (if we want them back, they belong in the email plugin). 2009-11-22 Thomas M. Hinkle * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py (CustomUnitOption): Add custom widget for setting margins that allows adjusting of units (cm/inch/points). (PdfPrefGetter.get_args_from_opts): Save page layout preferences correctly. * src/lib/gtk_extras/optionTable.py (OptionTable.createOptionWidgets): Add CustomOption option for callers who want to provide their own widget for setting an option. * src/lib/plugins/nutritional_information/export_plugin.py (NutritionBaseExporterPlugin.get_nutritional_info_as_text_blob): Escape items in case they have &s or other characters that screw up XML. 2009-11-21 Thomas M. Hinkle * src/lib/plugins/import_export/pdf_plugin/print_plugin.py (PDFRecipePrinter.begin_print): Try to raise an error if there's a problem with the PDF. * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py (PdfPrefTable): Use prefs to save pdf settings automatically. * src/lib/gtk_extras/optionTable.py (OptionTable.createOptionWidgets): Fix bug where having a default value of 0 made any other value unsettable. * src/lib/reccard.py (RecCardDisplay.print_cb): Move repetitive code to printmanager. * src/lib/exporters/printer.py (PrintManager.print_recipes): Move basic printing code to PrintManager. * src/lib/GourmetRecipeManager.py (ImporterExporter.print_recs): Move repetitive print code to print manager so we can do things like handle exceptions elegantly there. 2009-11-20 Thomas M. Hinkle * src/lib/plugins/nutritional_information/export_plugin.py (NutritionBaseExporterPlugin.get_nutritional_info_as_text_blob): Fix typo that broke printing. * src/lib/GourmetRecipeManager.py (GourmetApplication.setup_recipes): Clarify code around autosave. * src/lib/plugins/nutritional_information/reccard_plugin.py (NutritionDisplayModule.enter_page): Fix keyError bug on initialization. * src/lib/plugins/nutritional_information/nutritionLabel.py (NutritionLabel.setup_yield_label): Use singular form for "amount per ___" yield unit. * src/lib/plugins/nutritional_information/export_plugin.py (NutritionBaseExporterPlugin.get_nutritional_info_as_text_blob): Use singular form for "amount per ____" yield unit. * src/lib/shopgui.py (ShopGui.setup_main): Don't show window initially. * src/lib/reccard.py (RecCardDisplay.update_yields_multiplier): Use singular forms when settings yields to 1. 2009-11-19 Thomas M. Hinkle * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py (write_ingref): Only write links that will work -- we do this by tracking which recipes are going into our document and checking links against that list of recipes. * src/lib/plugins/import_export/pdf.gourmet-plugin.in: Change name and description to reflect this plugin's new status as the primary printing provider. * src/lib/exporters/printer.py: Add simple message telling user which plugin to install to get printing if there is no printing. * src/lib/exporters/exporter.py (ExporterMultirec.append_referenced_recipes): Add method to automatically append referenced recipes to the list of recipes to be exported. * src/lib/plugin_loader.py (MasterLoader.deactivate_plugin_set): Fix typo that broke deactivation of plugins. 2009-11-17 Thomas M. Hinkle * src/lib/GourmetRecipeManager.py (ImporterExporter.print_recs): Use new printing API to print. * src/lib/plugin.py (PrinterPlugin): Add new plugin for printing. * src/lib/reccard.py (RecCardDisplay.print_cb): Use new printing API to print. * src/lib/shopgui.py (ShopGui.doSave): No longer use "lprprinter" to do text save. (ShopGui.printList): Use new printing API to print. * src/lib/exporters/printer.py: Rewrite printer.py to use a plugin architecture. If no plugins are available, no printing. The expected plugin will be the PDF plugin using Reportlab. * plugins/import_export/pdf_plugin/print_plugin.py: Create plugin for new printing plugin architecture. 2009-11-06 Thomas M Hinkle * src/lib/plugins/import_export/website_import_plugins/__init__.py (plugins): ++new AllRecipes plugin * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py (PdfPrefTable): Add preference widget that can be embedded in print preview dialog (in preparation for new printing back-end using poppler+reportlab) * src/lib/backends/db.py (RecData.update_version_info): Make sure we do updates for 0.14.7 ++ for people updatings from versions before 0.14 2009-11-01 Thomas M. Hinkle * lib/GourmetRecipeManager.py Make sure all actions w/o icons are marked as important (fixes Gourmet in horizontal-toolbar mode) * lib/plugin.py ditto (fix Gourmet in horizontal-toolbar mode) * lib/reccard.py ditto (fix Gourmet in horizontal-toolbar mode) * lib/shopgui.py ditto (fix Gourmet in horizontal-toolbar mode) * lib/gtk_extras/__init__.py (fix_action_group_importance): New convenience method to make sure all actions in an ActionGroup that don't have icons are marked important 2009-10-31 Thomas M Hinkle * src/lib/plugins/key_editor/recipeEditorPlugin.py (IngredientKeyEditor.update_from_ingredient_editor_cb.process_row): Handle groups correctly. * README: Fix sql dependencies. 2009-08-26 Thomas Hinkle * data/ABBREV.txt * data/WEIGHT.txt * data/FOOD_DES.txt update nutritional database version to SR21 2009-08-22 Thomas M Hinkle * glade/recCardDisplay.glade: Fix add-to-shopping-list button (use stock id) 2009-08-18 Thomas M Hinkle * src/lib/shopgui.py (ShopGui.__init__): Fix bug that screwed up positions of panes in shopping list view. 2009-08-15 Thomas M Hinkle * src/lib/version.py (version): Push version to 0.15.0 (will be stable release -- dependencies, alas, have changed enough that 0.13.x has become unstable on up-to-date systems. * create_manifest.py: Add style/ directory to manifest. * src/test_gui.py (BasicTests.tearDown): Make sure processes really die. * src/lib/threadManager.py (ThreadManagerGui.__init__): Add title to default dialog. * src/lib/reccard.py (TextFieldEditor.setup_main_interface): Add a11y names for all entries to help make dogtail-based testing easier. * src/lib/importers/interactive_importer.py: Fix default tags to include tags for all text fields. * src/lib/importers/importManager.py (ImportManager.offer_web_import): Remove "." from dialog title (Enter website address) * src/lib/importers/generic_recipe_parser.py (RecipeParser): Include notes in list of fields automatically parsed. (RecipeParser.ing_matcher): Fix typo in regexp that made any line starting with the letter "a" look like in ingredient (require a space between number or article and word) * src/lib/gglobals.py (REC_ATTRS): Fix typo that put extra colon in yield unit field. 2009-08-06 Thomas M Hinkle * src/lib/plugins/import_export/web_import_plugin/webpage_importer.py (WebParser.IGNORE): Ignore style tag. * src/lib/plugins/import_export/web_import_plugin/generic_web_importer_plugin.py (GenericWebImporter.get_importer): Fix typo (get_web_importer -> self.get_web_importer 2009-08-03 Thomas M Hinkle * src/lib/plugins/key_editor/keyEditor.py (KeyEditor.__init__): Fix case of 'key' (error caused extra search to be run on launching keyEditor.py) (KeyStore.limit): Only limit if text has changed. (KeyStore.get_recs): Fix recipe fetching (old DB change -- id->recipe_id in ingredients table) 2009-07-28 Thomas M Hinkle * src/lib/reccard.py (RecCardDisplay.multiplication_change_cb): Implement multiplication again. 2009-07-15 Thomas M Hinkle * src/lib/ImageExtras.py (get_pixbuf_from_jpg): Create one unique tempfile per session, rather than hardcoding name gourmet_tempfile, which breaks Gourmet in multiuser environments (bug #271712) * windows/gtkrc: Remove custom theme to try to work around bug with vertical notebooks (see bug #2768204) * src/lib/plugin_loader.py (MasterLoader.load_plugin_directories): Fix hardcoded / in glob path. Fix from Julianne Sharer. 2009-07-14 Thomas M Hinkle * src/lib/importers/interactive_importer.py (InteractiveImporter.commit_changes): Fix syntax error in last commit (parens). * src/lib/defaults/defaults_de.py: Unicodify strings (u'') * src/lib/convert.py (float_to_metric): Use integer format code (%i) instead of string format-code which allows decimals to slip through formatting algorithm when they shouldn't (and non-localized decimals at that) (float_string): Allow people with commas as decimal separators to correctly parse recipes from period-separated locales where unambiguous (e.g. 23.00 and not 23.000). 2009-06-27 Thomas Hinkle * src/lib/importers/interactive_importer.py (InteractiveImporter.commit_changes.mark_sorter): Handle markup in title of recipe in imageBrowser dialog window. 2009-06-18 Thomas Hinkle * src/lib/* Get rid of old debugging print statements throughout library. * src/lib/importers/interactive_importer.py (InteractiveImporter.setup_window): Set parent to threadManagerGui dialog. * src/lib/version.py: version->0.14.10 * src/lib/threadManager.py (ThreadManagerGui.__init__): Make thread manager dialog transient for main Gourmet window if not told who its transient for. 2009-06-17 Thomas Hinkle * src/lib/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py (GourmetExportChecker.check_attrs): Fix tests (read files as utf-8) * src/lib/plugins/nutritional_information/reccard_plugin.py: servings->yields * src/lib/plugins/nutritional_information/nutritionLabel.py: servings->yields * src/lib/plugins/nutritional_information/export_plugin.py (NutritionBaseExporterPlugin.get_nutritional_info_as_text_blob): servings->yields * src/lib/GourmetRecipeManager.py (StuffThatShouldBePlugins.batch_edit_recs): Remove obsolete FieldEditor (moved to plugin). 2009-06-17 Thomas M Hinkle * src/lib/keymanager.py (KeyManager.__init__): Initialize categories again. 2009-06-16 Thomas Hinkle * src/lib/plugins/nutritional_information/nutritionDruid.py (NutritionInfoDruid.apply_custom): Fix custom information for fat. 2009-06-07 Thomas M Hinkle * src/lib/recipeManager.py (DatabaseShopper.init_orgdic): Use new initailize method of dbDic (DatabaseShopper.init_pantry): Use new initialize method of dbDic * src/lib/plugin_loader.py (MasterLoader.default_active_plugin_sets): Fix typo in list of plugins (missing comma). * src/lib/backends/db.py (dbDic.initialize): Add fast method for initializing a dbDic from defaults (faster than adding rows one at a time) * src/lib/keyEditor: Get rid of cruft (moved to plugin long ago) * src/lib/keymanager.py (KeyManager.__init__): Speed up initialization of keydic. Don't initialize each word in keydic from defaults (this should be part of the key editor plugin -- in our default mode, our users don't really care about keys (they always get the defaults) so we don't need to worry about setting up the DB for search (which is costly and makes first load seem unduly slow). * src/lib/version.py (version): Version->0.14.9 2009-06-04 Thomas M Hinkle * src/lib/plugin_loader.py (MasterLoader.default_active_plugin_sets): Add spellcheck to plugins that default to on. * src/lib/gtk_extras/TextBufferMarkup.py (PangoBuffer.get_text): Ignore tags that we didn't put there (such as those from gtkspell). * src/lib/plugins/spellcheck*: Add spellcheck plugin (adds automatic spell checking to all TextViews in recipe card editor. * src/lib/convert.py (NUM_AND_FRACTION_REGEXP): Fix typo for langauges without fraction support (ubuntu bug #352678) * test_deb.sh: Wipe out packages installed by python2.6 as well. * src/lib/reccard.py (RecCard.__init__): ++ get app if not handed GRM instance. * src/lib/plugin.py (RecEditorPlugin): ++documentation * src/lib/gtk_extras/dialog_extras.py (MessageDialog.setup_dialog): ++title on dialog (helps out with testing w/ dogtail + just makes sense). 2009-06-04 Thomas Hinkle * src/lib/importers/interactive_importer.py: Add support for old style "servings" tags to support legacy importer/markup scripts. * src/lib/importers/importer.py (Importer.commit_rec): Make sure yields is floated. 2009-05-30 Thomas Hinkle * src/lib/reccard.py (RecSelector.ok): If recipe has a yields value, ask user how much they would like to add (this allows user to specify e.g. "3 cups" or "2 crusts", which is easier than changing the amount of recipes, which is what shows up in the ingredient list. (YieldSelector): Dialog for selecting amount of recipe based on yields value. (getYieldSelection): Convenience function for grabbing amount of recipe based on yields value (or not). 2009-05-30 Thomas M Hinkle * src/lib/test_plugin_loader.py: Add simple plugin_loader test file. * src/lib/gtk_extras/dialog_extras.py (ProgressDialog.setup_buttons): Bypass strange bug in pygtk with python2.6 which effectively changes ToggleButton API * Release 0.14.8 2009-05-29 Thomas M Hinkle * gourmet.desktop.in (_Comment): Update description of app. * setup.py (maybe_intltool): Apply patch from Rupert Swarbrick which avoids running intltool-merge when not necessary. 2009-05-28 Thomas M Hinkle * MANIFEST: Don't include test_* files in MANIFEST. 2009-05-26 Thomas M Hinkle * src/lib/plugins/browse_recipes/browser.py (RecipeBrowserView.build_base_model): Don't include yields in browser. 2009-05-25 Thomas M Hinkle * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py (test_dir): Look for sample recs in src/tests/recipe_files... * src/lib/exporters/test_exportManager.py (TestExports.testSingleExport): Improve error message when plugin's check_export method throws an error. 2009-05-24 Thomas M Hinkle * src/lib/importers/xml_importer.py (Converter.do_run): Make sure we get added_recs from recHandler class. * src/lib/importers/importer.py (Importer.__init__): Get keymanager using new singleton access method. * src/lib/importers/importManager.py (ImportManager.import_filenames): make import_filenames return a list of importer instances that we used. 2009-05-24 Thomas Hinkle * src/lib/exporters/exportManager.py (ExportManager.get_extra_prefs): Add method for handling of extra prefs (through UI or automagically). (do_multiple_export): Use get_extra_prefs / extra_prefs parameter (ExportManager.do_single_export): Use get_extra_prefs / extra_prefs parameter 2009-05-24 Thomas M Hinkle * src/lib/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py (GourmetExportChecker): Add class for testing exports for validity. (GourmetExporterPlugin.check_export): Run export checker. * src/lib/exporters/test_exportManager.py (TestExports.testSingleExport): Run plugin's check_export script if it has one (allows plugins to implement their own test). * src/lib/reccard.py (IngredientController.get_extra_ingredient_attributes): Don't throw error if item is blank/None 2009-05-23 Thomas M Hinkle * src/tests/recipe_files/mealmaster.mmf: Add custom yield (6 puffs for Almond puff) * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_importer.py (mmf_importer.handle_line): Add support for yields units other than servingts. 2009-05-19 Thomas Hinkle * src/lib/exporters/exporter.py (exporter.__init__._grab_attr_): Fix handling of yield/yield unit output. * src/lib/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py (PdfExporterPlugin.get_default_prefs): Use DEFAULT_PDF_ARGS for default PDF prefs. * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py: Update default PDF args. * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py (MealmasterExporterPlugin.get_multiple_exporter): Remove obsolete args (conv/prog) * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py (mealmaster_exporter.__init__): Get mealmaster_importer from plugin, not from obsolete location inside Gourmet's main libraries. * src/lib/plugins/import_export/html_plugin/html_exporter.py (website_exporter): Update servings->yields * (Head): Rename test suites (*_tests.py -> test_*). I had preferred the alphabetization of *_tests.py, but a number of unittest tools are written to work only the other way. 2009-05-17 Thomas Hinkle * src/lib/plugins/nutritional_information/nutrition.py (NutritionData.get_nutinfo_for_ing): Catch very unusual corner case where i.rangeamount and i.amount don't add cleanly (this means something's wrong with the inputs -- but the least we can do is display a nicer error message). * src/lib/backends/db_tests.py (TestMoreDataStuff.test_modify_rec): Add test to make sure modify_rec is working. (TestMoreDataStuff.test_modify_ing): Add test to make sure modify_ing is working (this would have caught the regression in my last commit). * src/lib/backends/db.py (RecData.add_ings): Move fix previously put in validate_ingdic here (putting it in validate_ingdic has bad side effects -- oops) (validate_ingdic): Remove code put here earlier today (it caused modify_ing, etc. to delete data) * src/lib/importers/importer_tests.py: Add new test suites for base import class (including test against regression of today's new bugfix) * src/test_gourmet.py: Add new tests suites. * src/lib/importers/interactive_importer_tests.py: basic test suite for interactive importer (created to track down bug with "disappearing" ingredient units). * src/lib/importers/importer.py (RatingConverter.get_conversions): Fix converter (bad import call) * src/lib/backends/db.py (RecData.validate_ingdic): Make sure ingdic includes keys for all columns. This avoids a very nasty bug when executing an insert statement with more than one row (basically, we'd drop random columns if the rows didn't all have the same columns). 2009-05-16 Thomas Hinkle * src/test_gourmet.py: Add unit testing script (currently tests DB and convert backends.) * src/lib/backends/db_tests.py: Convert db tests to use unittest module. * src/lib/convert_tests.py: Add testing file for our convert module. 2009-05-15 Thomas Hinkle * src/tests/recipe_files/athenos.mx2: Add test mastercook file for importing. src/lib/plugins/import_export/gxml_plugin/gxml2_importer.py (RecHandler.endElement): Add code for parsing yields field into yields and yields_unit. * src/lib/plugins/import_export/gxml_plugin/gxml2_exporter.py (recipe_table_to_xml.__init__): Change servings to yields. * src/lib/backends/db_tests.py (test_unicode): Extend tests of unicode support. 2009-05-10 Thomas Hinkle * src/lib/importers/xml_importer.py (Converter.__init__): Get rid of self.name assignment (Thread throws an error otherwise) * src/lib/backends/db.py (RecData._force_unicode): Force unicode for modify methods as well (fixes traceback on import with non-unicode text that was getting fed straight to sqlite. 2009-05-07 Thomas Hinkle * src/lib/exporters/exporter.py (exporter_mult._grab_attr_): Add yields/yield_unit (exporter.__init__._grab_attr_): Add support for yields/yield_unit 2009-05-05 Thomas Hinkle * src/lib/threadManager.py (SuspendableThread.__init__): Don't set name attribute on Thread (pass it to Thread.__init__() call (setting name throws an error in python 2.6) * src/lib/plugins/import_export/web_import_plugin/webpage_importer.py (WebParser.__init__): No longer set name attribute (this breaks the python 2.6 implementation of Thread) * src/lib/importers/interactive_importer.py: Add yield_unit to buttons. 2009-05-01 Thomas Hinkle * src/lib/recipeIdentifier.py (get_ingredient_hash): md5 -> hashlib (remove deprecated md5 lib) * src/lib/gtk_extras/thumbnail.py (check_for_thumbnail): md5 -> hashlib (remove deprecated md5 lib) * src/lib/backends/db.py : Fix unicode type errors from sqlalchemy. * src/lib/*: Change servings->yields 2009-03-27 Thomas Hinkle * src/lib/exporters/exportManager.py (ExportManager.offer_multiple_export): Include any recipes linked to in your recipes in your export. * src/lib/backends/db.py (RecData.include_linked_recipes): Add convenience method to append linked recipes (from recipe-as-ingredient) to a list of recipes. 2009-03-26 Thomas Hinkle * src/lib/gtk_extras/dialog_extras.py (saveas_file): If we can't guess our file type based on the extension, use whatever is selected in the filetype combo box as fallback. * src/lib/exporters/exportManager.py (ExportManager.offer_multiple_export): Show error message if we don't get an export type. * src/lib/backends/db.py (RecData.get_amount_and_unit): Don't require conv argument to be passed (switching to singleton design pattern...) 2009-03-26 Artis Rozentāls * src/lib/plugins/nutritional_information/nutrition.py (NutritionData.set_key_from_ndbno): Fix association editing. 2009-03-24 Thomas Hinkle * src/lib/plugins/import_export/html_plugin/html_exporter_plugin.py (HtmlExporterPlugin.get_multiple_exporter): Eliminate obsolete arguments (progress_func is no longer needed with our new signal interface and converters are now gotten using a singleton design pattern. 2009-03-14 Thomas Hinkle * src/lib/plugin_gui.py (PluginChooser.do_change_plugin): Display error to user when loading a plugin fails. Give suggestions as to how to install dependencies in case of import error. * src/lib/plugin_loader.py (MasterLoader): Remove key_editor from default plugin set. This is a lot of functionality to put on people who don't want it -- removing it greatly simplifies Gourmet for those not interested. (MasterLoader.__init__): Add class variable 'errors' to keep track of errors raised in instantiating plugins, etc. This allows plugin_gui to display these errors to users. Use this variable when instantiating PluginSets to keep track of error messages our users may want. 2009-03-07 Thomas Hinkle * src/lib/shopgui.py (ShopGui): Prevent ShopGui window from getting destroyed on delete-event (when user closes window from WM control). 2009-03-01 Thomas Hinkle * src/lib/shopgui.py (ShopGui.item_added): Make sure added items don't end up in the pantry. 2009-02-28 Thomas Hinkle * src/lib/plugins/listsaver: Added plugin (this was in the tarball released earlier, but had accidentally not been added to CVS). 2009-02-22 Thomas Mills Hinkle * src/lib/plugins/key_editor/recipeEditorPlugin.py (IngredientKeyEditor.update_from_ingredient_editor_cb): Fix typo that caused weirdness in ingredient key editor view (where key of last ingredient in list got propogated to ingredients as they were added). (IngredientKeyEditor.update_from_ingredient_editor_cb): Actually guess the key using keyManager rather than just cutting off key after the semicolon. * src/lib/reccard.py (IngredientEditor): Remove old IngredientEditor class (This has all been simplified or moved to plugins). * src/lib/keymanager.py (KeyManager.look_for_key): Change math on key lookup slightly so that multi-word keys such as "chocolate chips" get penalized when matching on single-word items ("chocolate"), just as we would punish "chocolate" for being only one word in "chocolate chips". * src/lib/plugins/key_editor/keyEditor.py (KeyEditor.__init__): Create our own keymodel (old use of rg.rd.inginfo is obsolete). 2009-02-21 Thomas Mills Hinkle * src/lib/version.py - Version-> 0.14.7. Released 0.14.7 tarball+deb to SF 2009-02-21 Thomas Mills Hinkle * src/lib/plugins/nutritional_information/main_plugin.py (NutritionMainPlugin.activate): Fix add_icon call. * src/lib/plugins/nutritional_information/__init__.py (plugins): Add shopping list plugin * src/lib/shopgui.py (ui): Add placeholder to file menu for plugins to add things above "close". (ShopGui.__init__): Add ShoppingListPlugin * src/lib/reccard.py (IngredientEditorModule.add_ingredient_from_line): Fix ingredient-adding for lines with no amount. * src/lib/plugin.py (ShoppingListPlugin.__init__): Fix ShoppingListPlugin API (no menu_bars params necessary, just a ui string) * src/lib/gglobals.py (add_icon): Fix add_icon to work as advertised. 2009-02-19 Thomas Hinkle * src/lib/GourmetRecipeManager.py (GourmetApplication.setup_prefs): Use singleton method to get prefs (GourmetApplication.setup_shopping): No arguments necessary now to get ShopGUI 2009-02-18 Thomas Mills Hinkle * src/lib/plugin.py (ShoppingListPlugin): Add ShoppingListPlugin class. * src/lib/shopgui.py: Complete overhaul of the shopping UI -- we now use a UIManager based GUI in place of the glade-based one from previous Gourmet versions. This allows us to be easily pluggable, among other things. In addition to converting the interface, a "Change Category" button has been added to the toolbar so that it does not require right-clicking to discover (those right-clicking still works). 2009-02-16 Thomas Hinkle * src/lib/plugins/python_shell/ipython_view.py: Import IPython outright -- if there's an ImportError, let the plugin fail to instantiate (this makes sense, since the plugin won't work without IPython) * src/lib/exporters/exporter.py (exporter.__init__.handle_markup): Handle case where handle_markup is handed None * Release 0.14.6 tarball and .deb to SF.net * src/lib/check_encodings.py (EncodingDialog): Fix type on encodings. (EncodingDialog.diff_texts): Make sure we base our diffs on the encoding with the most lines. Otherwise, utf-16 screws us up in most cases so the diff-view no longer works properly. * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py (PdfExporter.__init__): Sshhh. * src/lib/gtk_extras/dialog_extras.py (MessageDialog): Allow passing modal=False to make this a non-modal dialog. * src/lib/GourmetRecipeManager.py (RecGui.offer_url): Make dialog non-modal -- the modal dialog was freezing up Gourmet after user clicked "Jump to" button. 2009-02-15 Thomas Mills Hinkle * src/lib/plugins/nutritional_information/databaseGrabber.py (DatabaseGrabber.parse_abbrevfile): Use new do_add_fast and commit_fast_adds method to drastically speed-up initial population of nutritional DB (DatabaseGrabber.parse_weightfile): Use new do_add_fast and commit_fast_adds method to drastically speed-up initial population of nutritional DB. * src/lib/backends/db.py (RecData.do_add_fast): Add method that uses sqlite (bypassing sqlalchemy) to add to the DB. This substantially speeds up adding things to the DB. The method returns nothing (unlike do_add, which returns a reference to the added object) and we need to call commit_fast_adds in order to commit the additions to the DB. (RecData.commit_fast_adds): A method to commit anything added using do_add_fast 2009-02-13 Thomas Mills Hinkle * src/lib/plugins/shopping_associations/shopping_key_editor_plugin.py (KeyEditorPlugin): Add text box that allows editing shopping category for multiple selected ingredient keys at a time. * src/lib/plugins/nutritional_information/data_plugin.py (NutritionDataPlugin.create_tables): Use Text() type from sqlalchemy instead of deprecated String(length=None) * src/lib/plugins/key_editor/recipeEditorPlugin.py (IngredientKeyEditor.setup_main_interface): Make TreeView allow multiple selections so we can do actions on multiple keys at once. (IngredientKeyEditor.setup_main_interface): Setup any extra widgets provided by plugins. * src/lib/plugins/key_editor/keyEditorPluggable.py (KeyEditorPlugin): Update API to allow plugins to provide a widget for changing value for all selected rows. * src/lib/backends/db.py (RecData.alter_table): Use embedded select in insert statement rather than pythonic for-loop to loop through data -- this is enormously faster. * src/lib/reccard.py (RecEditor.ui): Remove KeyEditor (moved to plugin) (UndoableTreeStuff.record_positions): Fix mess with attribute name changes. * src/lib/GourmetRecipeManager.py (GourmetApplication.show_about): Remove colons from strings marked for translation. 2009-02-08 Thomas Mills Hinkle * src/lib/plugins/key_editor/keyEditor.py (KeyEditor.tree_edited): rd.update -> rd.update_by_criteria (correct method name) * src/lib/defaults/defaults.py: Fix SF bug #1947796 where calling Gourmet with an unsupported locale broke Gourmet and made it fail to start. 2009-02-07 Thomas Mills Hinkle * glade/recCardIngredientsEditor.glade: Simplify ingredient interface -- remove detailed expander widget. We now simply have an "Add" textbox and a list of ingredients. All of the complexity of ingredient keys is hidden in this view now, leaving our basic interface simpler and cleaner. * src/lib/plugin.py (RecEditorPlugin): Create RecEditorPlugin class. (RecEditorModule.__gsignals__): Add signals 'saved' and 'toggle-edited' to RecEditorModule for communicating state-changes of individual modules. (IngredientControllerPlugin): ++IngredientControllerPlugin. * src/lib/reccard.py (RecEditor.add_plugin): Rework plugin-interface as part of making ingkey-editor plugin a recipe card editor module. (DescriptionEditorModule.save): Use new signal interface to indicate saved. (IngredientController): Make controller pluggable so that plugins can add info to ingredients if they like. (IngredientTreeUI.setup_columns): Remove ingredient key and shopping category from standard treeview -- these are now only visible with plugins. * src/lib/version.py (version): Version->0.14.6 2009-02-03 Thomas Hinkle * src/lib/defaults/defaults_en_GB.py: Replace missing comma (syntax error) * src/lib/version.py: Version->0.14.5 for release * src/lib/reccard.py: Change icon to new recipe card/editor icons. 2009-02-01 Thomas Mills Hinkle * src/lib/plugins/key_editor/keyeditor.glade: Remove "Edit nutritional info" button. * src/lib/plugins/key_editor/keyEditor.py (KeyEditor): Remove references to nutritional info. Update to work with current DB front-end. * src/lib/gtk_extras/treeview_extras.py (selectionSaver.add_selection): Fix mysterious bug that occurred when we tried to use sqlalchemy 0.5 rowobjects as dictionary keys. (selectionSaver.restore_selections): Fix mysterious bug that occurred when we tried to use sqlalchemy 0.5 rowobjects as dictionary keys. * src/lib/backends/db.py (RecData.get_ingkeys_with_count): Implement the functionality needed for a keyEditor interface. * src/lib/gglobals.py: ++ png icons for reccard and reccard_edit. 2009-01-31 Thomas Mills Hinkle * src/lib/plugins/unit_display_prefs: New plugin that allows user to specify which kinds of units to display, resulting in displaying e.g. all metric units without the need to tinker with the underlying data. * src/lib/defaults/defaults_en_GB.py (CONVERTER_TABLE): Add units for non-American cups (Japanese cup, metric cup, imperial cup, imperial pint). * src/lib/defaults/defaults_en.py (CONVERTER_TABLE): same change as defaults_en.py * src/lib/defaults/defaults.py (unit_rounding_guide): Add parameter unit_rounding_guide (which can be overridden in the defaults_XX files). This allows us to hone what kinds of decimal values we show for different units. * src/lib/backends/db.py (RecData.get_amount_and_unit): Make get_amount_and_unit take arguments favor_current_unit and preferred_unit_group to allow further control over how it handles conversion. Also make pluggable, enabling our new unit_display_prefs plugin to do its work. * src/lib/shopping.py (Shopper._ing_compare): Disable special ingorder comparisons, falling back to alphabetical. In the future, it would be worth looking into what was implemented and why it was failing -- I've simply disabled the functionality since it wasn't working properly anyway. * src/lib/reccard.py (RecCardDisplay.toggle_readable_units_cb): Fix reference to obsolete method resetIngList (replaced by display_ingredients) * src/lib/plugin_loader.py (Pluggable.run_pre_hook): Changed API around pre_hook -- pre-hooks can now modify the args fed to the function they're hooking around by returning args,kwargs as the return value. If they don't return a tuple and a dictionary, then we fail with a warning (this means the old API will fail with a warning until I update old plugins that use this). (pluggable_method._): Changed pre-hook API (see above) * src/lib/convert.py (float_to_metric): Changes to float-to-metric to allow rounding based on an approx value rather than always assuming we want 2 decimal points. (float_to_frac): Return a simple integer if we're within approx of an integer. (Converter.adjust_unit): Accept a parameter preferred_unit_groups. If we have this parameter, we look for conversions within our preferred groups and convert if possible. A group could be, e.g. metric mass, metric volume, imperial volume, etc., as defined in UNIT_GROUPS in defaults. (Converter.readability_score): Adjust scoring algorithm: being a weird decimal is less bad than being out of the defined range (I was getting values like 2034 mL instead of 2 L because it preferred the integer (2034) to the decimal even though the integer was outside the preferred range for mL). 2009-01-28 Thomas Mills Hinkle * src/lib/reccard.py: Add shop-recipe to menus. Add key commands for most menu items. * glade/shopList.glade: Remove nutritional info button/icon (this should become a plugin anyway) * test_deb.sh (LATEST_DEB): Remove python version specificity. * Released 0.14.4 to SF as .deb and .tar.gz * src/lib/gtk_extras/treeview_extras.py (selectionSaver.restore_selections): Change variable names from iter->itr (to avoid unintended consequences). Unsuccessfully trying to get at mysterious traceback in restore_selections and add_selection (somehow builtin dictionary method get() is not working). * images/reccard.ico: Added reccard icon * images/Nutrition.png: Moved to the plugin * src/lib/plugins/nutritional_information/images/Nutrition.png: Moved from images/ 2009-01-27 Thomas Mills Hinkle * create_manifest.py: Add png's to plugin files to include; add images/*.ico to included files. * gourmet.desktop.in (Categories): Category->Utility * setup.py: Apply debian patch; include png etc. * src/lib/plugins/nutritional_information/main_plugin.py (NutritionMainPlugin.activate): Add nutritional icon. * src/lib/plugins/import_export/website_import_plugins/foodnetwork_plugin.py (test_url): Be less verbose. * src/lib/plugins/import_export/website_import_plugins/about_dot_com_plugin.py (test_url): Be less verbose. * src/lib/gtk_extras/treeview_extras.py: Remove python version dependency * src/lib/version.py (version): Version->0.14.4 (copyright): ++2009 * src/lib/threadManager.py (ThreadManagerGui): Fix resizing ugliness on table (it's still ugly, but less so) * src/lib/reccard.py (RecCardDisplay.setup_main_window): Add icon (RecEditor.setup_main_interface): Add icon * src/lib/gglobals.py (add_icon): Rework code for adding icons to make it easy for plugins to add stock icons using the convenience function add_icon * src/lib/gdebug.py: Remove python version dependency. * src/lib/GourmetRecipeManager.py (RecGui.setup_main_window): Add icon to window. 2009-01-19 Thomas Mills Hinkle * src/lib/timeScanner.py (make_time_links): Remove line that escaped text automatically (caller can handle escaping) 2009-01-18 Thomas Mills Hinkle * src/lib/gtk_extras/TextBufferMarkup.py (PangoBuffer.set_text): Give a better error message when we have problems with unescaped text. * src/lib/gtk_extras/LinkedTextView.py (set_text): Remove line that unescapes incoming text (this was an attempt to fix another bug in the wrong place, but it causes problems when the clients are behaving properly...) (set_text): Remove line that unescapes incoming text (see above comment about dumb fixes creating more problems than they solve). * src/lib/plugins/python_shell/ipython_view.py: Eitan Isaacson's IPython console widget, with a few modifications. * src/lib/plugins/python_shell/__init__.py (ConsolePlugin): Plugin to allow access to a python shell from within Gourmet. This is incredibly handy for testing/development. It also allows a super-geeky user to modify their DB on the fly etc. * src/lib/plugins/field_editor/__init__.py (FieldEditorPlugin.show_field_editor): Grab GourmetApplication singleton rather than relying on pluggable being the GourmetApp, which it isn't always. * src/lib/plugins/browse_recipes/browser.py (RecipeBrowserView): to selection-multiple mode (RecipeBrowserView.get_selected_recipes): Add handy method to grab selected recs. (RecipeBrowserView.reset_model): Add handy method to reset model in response to DB updates. * src/lib/plugins/browse_recipes/__init__.py (BrowserPlugin): Set up hooks so that actions-on-recipes work (add-to-shopping list, delete, etc) * src/lib/backends/db.py (RecData.fetch_count): Fix fetch_count to actually work as described. Previously, it ignored criteria. (RecData.fetch_len): Fix fetch_len to actually use criteria. * src/lib/plugin_loader.py (Pluggable.run_post_hook): Post hooks should be allowed to modify the return value -- now they're required to do so (otherwise they change the return value of the method to None, of course. * src/lib/GourmetRecipeManager.py (RecGui.get_selected_recs_from_rec_tree): Add this method here as a pluggable_method so that plugins can implement recipe browsers/search of their own and have it work with actions that require selected recipes. (RecGui.update_recipe): Make pluggable (RecGui.redo_search): Make pluggable (RecGui.delete_open_card_carefully): Use get_selected_recs_from_rec_tree for deletion (this allows plugins to simply modify get_selected_recs_from_rec_tree and have deletion of selected recipes work right) (RecGui.rec_tree_delete_recs): Add call to show user a message telling them they've deleted recipes and offering undo. (RecGui.setup_delete_messagebox): Method to set up a message to user offering undo after delete. 2009-01-16 Thomas Mills Hinkle * src/lib/plugins/field_editor.gourmet-plugin.in: Added field editor plugin (provides material previously in valueEditor module). * src/lib/GourmetRecipeManager.py (showValueEditor): Removed value editor -- this is now a plugin (field-editor). * src/lib/ValueEditor.py - removed file (moved to field_editor plugin) 2009-01-13 Thomas Hinkle * src/lib/plugins/browse_recipes/images/cooktime_empty_clock.png: Adjust pixel height so preptime and cooktime clock-pie-wedges can be drawn with same size and position * src/lib/batchEditor.py (BatchEditor.setup_glade): Use new gglobals-based custom handler system. * src/lib/GourmetRecipeManager.py (StuffThatShouldBePlugins.batch_edit_recs): Fix batch edit callback (self.update_rec_iter -> self.rmodel.update_recipe 2009-01-13 Thomas Mills Hinkle * src/lib/backends/db.py (RecData.fetch_count): Correctly alias select "COUNT AS COUNT" using sqlalchemy's "label" keyword, avoiding ugly hack that fails in 0.5 anyway. * src/lib/exporters/exportManager.py (ExportManager.do_single_export): Fix API for exporting single recipes (this fixes recipe export from recipe card view). 2009-01-12 Thomas Mills Hinkle * src/lib/backends/db.py (make_order_by): Sort nulls last (RecData.search_recipes): Special case sorting of 'rating' (the default feels backwards) 2009-01-11 Thomas Hinkle * src/lib/plugins/browse_recipes/browser.py (RecipeBrowser.append_button): Use i18n'd text rather than attribute names themselves for breadcrumbs buttons. (RecipeBrowserView.get_pixbuf): Use generic icons differentiated by attribute (source, category, etc) (RecipeBrowserView.build_base_model): Don't browse by link attribute. (RecipeBrowserView.get_base_icon): Use base icons from icon_helpers.py * src/lib/plugins/browse_recipes/icon_helpers.py (get_pixbuf_from_image): Add the rest of the icons. 2009-01-11 Thomas Mills Hinkle * src/lib/importers/imageBrowser.py (ImageBrowserDialog.setup_dialog): Fix giant-dialog-window problem caused when Progressbar gets super-long text (e.g. if an image name is gigantic). Fixes Ubuntu bug #289861 * src/lib/backends/db.py (make_simple_select_arg): Update in_() call to comply with SQLAlchemy 0.5 API change. 2009-01-10 Thomas Mills Hinkle * src/lib/backends/db.py (RecData._setup_object_for_table): All tables need an explicit primary key declared now -- sqlalchemy no longer supports implicit oid/rowid in 0.5 (RecData.setup_info_table): Add sqlite rowid column to table explicitly. * src/lib/plugin.py (MainPlugin): Add base methods to MainPlugin to make it easy to add a tab to main interface (add_tab) * src/lib/GourmetRecipeManager.py (RecGui.setup_main_window): Add notebook to which plugins can add tabs. 2009-01-07 Thomas Mills Hinkle * src/lib/plugins/nutritional_information/parser_data.py (ABBREVS): Remove RED as abbreviation (and add more specification abbreviations like RED NA, RED FAT, RED CAL). (bug # 2492442) * src/lib/plugins/browse_recipes/* Implement basic recipe browsing interface as alternative to search (a new plugin). 2009-01-03 Thomas Hinkle * src/lib/plugins/duplicate_finder/recipeMerger.glade: Add auto-merge button to glade file. Rename some buttons for convenient handling from recipeMerger dialog. * src/lib/importers/plaintext_importer.py (TextImporter.pre_run): Change attribute total to total_lines to avoid confusing ourbase class into thinking that we know how many recipes have based on how many lines we have (this fixes a bug where users would see something like "Imported 56 of 5000 recipes" for a 5000 lines text file with 56 recipes in it). * src/lib/importers/importManager.py (ImportManager.__init__): Add support for ImportManager plugins (which are separate from our standard ImporterPlugins). This allows our RecipeMerger plugin to add a post-import hook. * src/lib/plugin.py (ImportManagerPlugin): Add base class for plugings that modify the ImportManager itself (not new import plugins which are already covered by the ImporterPlugin) * src/lib/plugins/duplicate_finder/recipeMergerPlugin.py (RecipeMergerImportManagerPlugin): Separate out plugin that adds a check for duplicates after new imports * src/lib/plugins/duplicate_finder/recipeMerger.py (RecipeMergerDialog.merge_next_recipe): Add label to interface showing how many recipes have been merged so far (giving user a sense of progress). (RecipeMergerDialog): Add last_modified time to list of attributes shown to user so they can see which recipe is older/newer. (RecipeMergerDialog.offer_auto_merge): Add option to automatically merge, always selecting for newer or older recipes. * src/lib/GourmetRecipeManager.py (GourmetApplication.setup_recipes): Remove misleading catchall database connection error message * src/lib/check_encodings.py (getEncoding): Fix typo that broke encoding dialog by always returning ascii 2008-12-28 Thomas Mills Hinkle * README: Cut down README to keep it from going out of date so fast; update README to describe plugin system; add reportlab as a requirement. 2008-12-22 Thomas Hinkle * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py (MealmasterExporterPlugin): Mealmaster file are text/plain, not text/html * src/lib/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py (GourmetExporterPlugin.get_multiple_exporter): Remove obsolete references to progress_func * src/lib/plugins/import_export/gxml_plugin/gxml2_exporter.py (__init__): Remove obsolete references to progress_func * src/lib/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py (PdfExporterPlugin.get_default_prefs): Add method to bypass prefs dialog when necessary. * src/lib/gtk_extras/dialog_extras.py (get_type_for_filters): Separate function to grab the type of a file based on the filters used to save it. Split this out of the functions that get the actual file. * src/lib/exporters/exportManager.py (ExportManager): Split off separate do_multiple_export and do_single_export methods to allow outside functions/plugins to use exporters without having the user select the file name/type through the UI. * src/lib/backends/db.py (RecData.backup_db): Warn user when doing a DB update with little/no feedback on progress. * src/lib/plugin.py (ExporterPlugin): Add get_default_prefs method as alternative to run_extra_prefs_dialog (to enable full automation, for example, of libraries that like to ask users for prefs) * src/lib/plugins/email_plugin/*: Pluginify email functionality. We now just support PDF and plain text (the HTML was a failed attempt to write HTML email anyway) * TESTS: Add some more tests we should do before stable releases. 2008-12-21 Thomas Hinkle * src/lib/plugins/import_export/plaintext.gourmet-plugin.in (_Comment): ++export. * src/lib/plugins/import_export/plaintext_plugin/__init__.py: Add plaintext_exporter to plaintext_plugin. * src/lib/backends/db.py (RecData.backup_db): Let user know when we're doing a potentially slow DB upgrade (note that this is implemented directly in GTK so the DB code now depends on GTK at least in the upgrade spot; if we ever properly abstract the DB for another front-end we'll need to rework this. * src/lib/plugin.py (BaseExporterPlugin.add_field.do_write): Don't pass mark-up to exporters that expect plain text. 2008-12-19 Thomas Hinkle * src/tests/testImporters.py (ImportTestCase.testArchive): Add test of archive plugin * src/lib/plugins/import_export/archive_plugin/zip_importer_plugin.py (ArchiveImporterPlugin.test_file): Fix file pattern matching using fnmatch. * glade/preferenceDialog.glade: Hide label for removing items you don't use from recipe card interface, since this interface isn't currently functional anyway. * src/lib/exporters/exporter.py (exporter): Create new ALLOW_PLUGINS_TO_WRITE_NEW_FIELDS attribute (defaults to True). * src/lib/plugins/import_export/gxml_plugin/gxml2_exporter.py (rec_to_xml): Don't allow plugins to create new fields since supposedly we could be creating valid XML and plugins would create a moving target. * src/lib/plugin.py (BaseExporterPlugin.add_field.do_write): Respect new exporter attribute ALLOW_PLUGINS_TO_WRITE_NEW_FIELDS which allows exporters to prevent their write_attr/write_text methods from being called with new plugin-invented fields * src/lib/importers/importManager.py (ImportManager.get_filters): Remove repeat filetypes in file dialog filter dropdown + add "All importable files" filter as default file filter. * src/lib/check_encodings.py (EncodingDialog.create_options): Make encodings in encoding choosing dialog follow order given in source code for encodings/all_encodings (presumably the order of common to uncommon). (getEncoding): If user cancels dialog, give them the first encoding on the list rather than throwing an error. 2008-12-19 Thomas Mills Hinkle * src/lib/check_encodings.py: Fix bug #2446589 by adding utf-16 to our list of commonly tried encodings. Also, fix a bug in check-encodings/diffy code. 2008-12-16 Thomas Hinkle * src/lib/plugins/import_export/web_import_plugin/webpage_importer.py (WebParser.__init__): Instantiate InteractiveImporter in __init__.py call. * src/lib/importers/imageBrowser.py (grab_thumbnail): Ignore errors in thumbnail creation (with warning). * src/lib/plugins/nutritional_information/data_plugin.py (NutritionDataPlugin.do_add_nutrition): Add do_add_nutrition convenience method (fix bug #2405494) 2008-12-15 Thomas Mills Hinkle * src/lib/plugin_loader.py (MasterLoader.register_pluggable): Fixed warning message. * src/lib/GourmetRecipeManager.py (SuspendableDeletions): Create class for running deletions in their own thread. This used to be in the moribund GourmetThreads module. (purge_selected_recs): Update deletion code to work with new threadManager module. (ImporterExporter): Get rid of unused old code. (purge_rec_tree): Remove old lock-checking code. (RecGui.purge_rec_tree): Update deletion code to work with new threadManager module. * src/lib/gtk_extras/LinkedTextView.py (LinkedPangoBuffer.set_text): Unescape all text so that markup outside of links works properly (fixes bug where tags showed up in recipe card display view.) 2008-12-13 Thomas Hinkle * src/lib/exporters/exportManager.py (ExportManager.offer_single_export): Give us a useful error message when ignoring an invalid file mode. * src/lib/backends/db.py (RecData._format_amount_string_from_amount): Don't set default here to be FRACTIONS_ALL. Instead, default to use the converter default (whatever that has been set to). This will be correct as far as i18n etc. 2008-12-13 Thomas Mills Hinkle * src/tests/testImporters.py: Update testImporters to work with importManager. * src/tests/test.py: Use same method gourmet_in_place uses for making sure we use our version of Gourmet libraries and not ones installed elsewhere in system. (profile): Add convenience function for profiling calls. * src/lib/plugins/unit_converter/convertGui.py (ConvGui.__init__): Use new convert.get_converter() method instead of convert.Converter() * src/lib/plugins/nutritional_information/enter_nutritional_defaults.py: Use new get_converter() method. * src/lib/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py (MastercookTextImporterPlugin.get_importer): Fix typo (actually return an importer object instead of none). * src/lib/plugins/import_export/mastercook_import_plugin/mastercook_importer.py (MastercookXMLHandler.IngR_handler): Update start_ing() call (we no longer set recipe_ids before commit-time. * src/lib/plugins/import_export/gxml_plugin/gxml2_importer.py (RecHandler.endElement): Make sure our keys in our dictionary rec are all strings and not unicode objects (this throws an error on the DB side). * src/lib/version.py (version): 0.14.3 - Get ready for another release soon. * src/lib/importers/importer.py (Importer.__init__): use new get_converter() method to get Converter singleton. This speeds up import by a factor of 3 or so (we were wasting a lot of time instantiating new Converter classes all the time because we weren't passing it around as designed. It's easier just to use the singleton and not have to worry about remembering to pass the converter instance back and forth. (Importer.check_for_sleep): Fix name error (we no longer import anything as gt) (Importer.start_rec): Add a warning when ingredients are left from previous recipe at start of next recipe. (Importer.start_rec): Don't generate new id in start_rec code. (Importer.commit_rec): Fix IDs here -- if we have an ID from our importer, we add it here to our ID converter (or get it from our ID converter if we already created it -- if, for example, another recipe in the import referenced this recipe before it was created). We also add ingredients to the database all at once now rather than making separate INSERT calls for each ingredient. (Importer.start_ing): No longer set recipe_id up in start_ing -- it will be handled in commit_rec now. (Importer.finish_ing): Change commit_ing to finish_ing as we no longer commit our ingredients here (we commit all ingredients together in commit_rec. This should help speed up imports. (Importer.commit_ing): commit_ing is now an alias for finish_ing -- this enables all our old code to keep working. However, if any old code actually depended on commit_ing commiting the ingredient to the database, it will break. The model now is that we run start_ing and finish_ing for each ing before running commit_rec. (MultipleImporter): Remove MultipleImporter class. This is now handled in importManager (and has been for some time) * src/lib/importers/importManager.py (ImportManager.__init__): Singleton exception should be the first thing that happens here. (ImportManager.get_app_and_prefs): Move the get_application() call out of __init__ for convenience of subclassing (this allows the creation of non-gui-dependant subclasses easily. * src/lib/gtk_extras/timeEntry.py (TimeEntry.__init__): use new get_converter() method to get Converter singleton. * src/lib/exporters/exporter.py (exporter.__init__): use new get_converter() method to get Converter singleton. * src/lib/backends/db.py (RecData.initialize_connection): Run commit() once after initialization. This appears to fix a problem where some importers were throwing a "database locked" error on import if no recipe had been created yet in that instance of the application. (RecData.add_rec): Always return ID of recipe (it was unpredictable before whether this would return an ID or an object. * src/lib/timeScanner.py (c): use new get_converter() method to get Converter singleton * src/lib/recipeManager.py (DatabaseShopper.init_converter): use new get_converter() method to get Converter singleton * src/lib/recipeIdentifier.py (hash_recipe): use new get_converter() method to get Converter singleton * src/lib/convertGui.py (ConvGui.__init__): Converter is now a singleton. (get_converter): Convenience method to get the Converter singleton. * src/lib/convert.py (Converter.__single): Converter is now a singleton. (get_converter): Convenience method to get the Converter singleton. * src/lib/GourmetRecipeManager.py (GourmetApplication.__init__): use new get_converter() method to get Converter singleton (GourmetApplication.setup_prefs): Make sure that we set useFractions the same way from prefs and from user toggling. 2008-12-06 Thomas Mills Hinkle * src/lib/importers/importManager.py: Remove broken import of zip_importer (this has moved into a plugin) * test_tarball.sh: Print contents of TESTS as a reminder of what to test. * create_manifest.py (STARTER_LIST): Include TESTS file in MANIFEST * MANIFEST: Include TESTS file in MANIFEST (list of common tests we should run on releases -- this might be something downstream packages want to make sure they run through. * src/lib/plugins/import_export/web_import_plugin/webpage_importer.py (WebParser.get_images): Ignore tags with no src= attribute (I didn't realize there were such tags) * src/lib/recipeIdentifier.py (apply_line_markup): Don't throw error when we get diff markup we don't expect * src/lib/gglobals.py (launch_url): Project Ridley - gnome.url_show -> gtk.show_uri * MANIFEST Update manifest. * src/lib/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py (PdfExporterPlugin.do_single_export): Fix name of method. * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py (PdfExporter.__init__): Fix handling of output arg that is an open file. 2008-12-04 Thomas Mills Hinkle * src/lib/gtk_extras/treeview_extras.py (print_tree): Add a handy convenience function for debugging treeview changes (move_iter): Fix destination description on drag-n-drop calls. This should fix dnd. * src/lib/gdebug.py (debug_decorator): Add handy decorator for quick debugging. 2008-12-02 Thomas Mills Hinkle * src/lib/plugins/import_export/html_plugin/html_exporter_plugin.py (HtmlExporterPlugin.do_single_export): Fix single export (export from recipe card view) * src/lib/reccard.py (RecCardDisplay.ui): Eliminate KeyEditor (it's a plugin now). (IngredientEditorModule.setup_action_groups): Shorten button names for ingredient editing toolbar. (TextEditor): Add generic TextEditor base class with copy/paste/cut support. (DescriptionEditorModule.ui): Add "Cut" item (TextFieldEditor.ui): Add "Cut" item (TextFieldEditor.setup_action_groups): Add rich text editing (bold/italic/underline) (IngredientController.get_path_from_persistent_ref): Avoid throwing error when we don't find an iter (return None instead) (IngredientController.commit_ingredients.commit_iter): Save new ingredient object into ListStore -- this fixes bug that broke editing of new ingredients once committed. (UndoableTreeStuff.record_positions): Fix typo (rc->re) 2008-12-01 Thomas Hinkle * src/lib/backends/db.py (RecData.setup_info_table): String->Text fix to avoid annoying warning. (make_simple_select_arg): Make sure we use unicode in our select args. 2008-11-23 Thomas Hinkle * setup.py: Fix typo that prevented new import/export .in files from being i18n'd. 2008-11-23 Thomas Mills Hinkle * setup.py (crawl): Automate addition of plugin directories to setup.py script. 2008-11-23 Thomas Hinkle * src/lib/plugins/import_export/krecipe_plugin.gourmet-plugin.in: Port old krecipe importer to new plugin system. * src/lib/plugins/import_export/krecipe_plugin/ New krecipe plugin. * src/lib/threadManager.py (ThreadManagerGui.thread_done): Handle case where there is no text when we're done with progress bar; show completed processes as progress 100% no matter what. * src/lib/plugin_loader.py (MasterLoader): Add all import/export as defaults (these don't clog up the interface, so why not include them). * src/lib/GourmetRecipeManager.py (GourmetApplication.quit): Fix error saving recipe card on quit. 2008-11-22 Thomas Hinkle This is the warning-fix edition, where we get rid of all the annoying warnings on Gourmet startup! * src/lib/backends/db.py: Use Text() class explicitly for strings without length limit instead of deprecated String(length=None * src/lib/GourmetRecipeManager.py (RecGui.__init__): Add action group search_action before calling setup_main_window -- this gets rid of annoying warning about missing actions on startup. * src/lib/recindex.py (RecIndex.setup_reccolumns.get_colnum): cell renderers take pango.WRAP_* enums, not gtk.WRAP_* enums * src/lib/reccard.py (IngredientDisplay.setup_widgets): cell renderers take pango.WRAP_ enums, not gtk.WRAP_* enums. * glade/preferenceDialog.glade: Fix deprecation error about setting an adjustment with non-zero page size. 2008-11-20 Thomas Mills Hinkle * src/lib/plugins/import_export/web_import_plugin/webpage_importer.py: Change back to BeautifulSoup instead of BeautifulStoneSoup -- this makes sure we know about, e.g., standard self-closing tags. 2008-11-17 Thomas Mills Hinkle * src/lib/plugins/import_export/gxml_plugin/gxml2_exporter.py (rec_to_xml.write_text): Make sure we don't create element names with spaces in them. 2008-11-15 Thomas Mills Hinkle * src/lib/plugins/import_export/web_import_plugin/webpage_importer.py (WebParser.add_buffer_to_parsed): Add code to cycle through MS chars and eliminate those that remain/were foobarred by beautifupsoup. 2008-11-11 Thomas Mills Hinkle * src/lib/importers/importManager.py (ImportManager.finish_web_import): Recognize mimetypes with ;'s and encoding declarations to fix issue reported at https://sourceforge.net/forum/message.php?msg_id=5619998 2008-11-08 Thomas Mills Hinkle * src/lib/plugin_loader.py: Catch plugin errors and display as warning; don't let plugin failures bring down whole app at start-up. 2008-10-27 Thomas Hinkle * Version->0.14.2 * src/lib/importers/html_importer.py: Don't import old html_plugins directory v * setup.py (result): Add new plugins. (data_files): Fix data files. * src/lib/backends/db.py (RecData.backup_db): Automatically make a copy of the database when we're about to do a DB update, just in case something ugly happens. 2008-10-27 Thomas Hinkle * src/lib/plugin_loader.py: Add debug calls to make it easy to see what plugins are being loaded from where with a -v flag. * src/lib/backends/db.py (RecData.do_add): On ValueError, try coercing our dictionary of column->values into proper types or None and reinserting. This fixes a bug with the update code, where empty strings were being passed where we needed null (None). 2008-10-25 Thomas Hinkle * Release 0.14.1 2008-10-25 Thomas Mills HInkle * src/lib/recindex.py (RecIndex.setup_widgets): Make search-as-you-type the default. * create_manifest.py: Add data directory * src/lib/plugins/import_export/gxml.gourmet-plugin.in: This is an import and export plugin 2008-10-25 Thomas Mills HInkle * MANIFEST: Include data/ directory. * src/lib/legacy_db/db_085/rdatabase.py (mkConverter.create_conv_table): Fix capitalization of converter.Converter 2008-10-18 Thomas Mills HInkle * src/lib/gtk_extras/mnemonic_manager.py: Fix mnemonic-manager's handling of submenus. Automatically add TreeViews to mnemonic manager. * src/lib/GourmetRecipeManager.py: Add mnemonic-manager calls to resolve conflicts. * src/lib/reccard.py: Add mnemonic-manager calls to resolve mnemonic conflicts. 2008-10-16 Thomas Mills HInkle * src/lib/plugins/import_export/web_import_plugin/* - Add web import plugin. We've removed the fully-automated web import in favor of a preparser to the interactive importer; this means that work we do building scrapers can only help, since users can always fall-back to fully manual marking up if the scraper does a bad job. * src/lib/plugins/import_export/website_import_plugins/* - Add web import plugin plugin for helping scrape specific websites (food channel, about.com, etc). * src/lib/importers/interactive_importer.py (InteractiveImporter.commit_changes): Add image browser dialog back to interactive importer (if self.images is populated) * src/lib/plugin_loader.py (MasterLoader.activate_plugin_set): Don't iterate over the dictionary since we might modify it. * src/lib/plugin.py (PluginPlugin): Create PluginPlugin class for allowing Pluggables in plugin classes -- we have plugin plugins specify a target string so that different pluggable plugins can differentiate among themselves. (This is currently used only for allowing the web importer to accept plugins). 2008-10-13 Thomas Mills HInkle * src/lib/plugin_loader.py (Pluggable.__init__): Be less verbose... * src/lib/GourmetRecipeManager.py (print_recs): Remove gt.* calls. * src/lib/exporters/gnomeprinter.py: Correct printing (we were using old exporter API in which exporter's did export on instantiation. We now work with the new API, though printing is not properly threaded (this is a one-line fix to get printing back for now -- printing should be reworked with the different printers written as plug-ins etc). * src/lib/gglobals.py (GladeCustomHandlers.__init__.custom_handler): Be less verbose. 2008-10-12 Thomas Mills HInkle * src/lib/plugins/import_export/pdf_plugin/pdf_exporter.py: Move finish-up code out of PdfExporter.__init__ and into write_foot, so that it happens after writing the recipe (this reflects a change in the design of exporters -- everything used to happen on instantiation, but with threading, everything should happen in the do_run call that can be run as a separate thread. * src/lib/plugin_loader.py: Fix dependency checking. Add check_if_depended_upon and make deactivating a dependee plugin deactivate depender plugins well. * src/lib/plugin_gui.py (PluginChooser): Check dependencies when activating and deactivating and act appropriately. Automatically activate dependencies. Ask users when deactivating a depeneded-upon plugin. * src/lib/sound.py (Player.play_file): Remove debug print statement 2008-10-12 Thomas Mills Hinkle * src/lib/reccard.py (IngredientController.commit_ingredients.commit_iter): Fix null amounts (they should be None, not the empty string). 2008-10-12 Thomas Mills HInkle * src/lib/plugin_loader.py: Remove excess print statements. Don't write duplicate entries for plugins in saved_plugins file. * src/lib/GourmetRecipeManager.py: Remove all obsolete gt.threads calls * style/default.css: Make title sans-serif * src/lib/exporters/gnomeprinter.py (renderer.write_paragraph): Catch IndexErrors if we're trying to break a string with no spaces in it. 2008-10-03 Thomas Mills HInkle * src/lib/importers/interactive_importer.py Add support for 'ignore' tag in parsed data. This will lead to "hidden" text (we display a button to un-hide it if the user so chooses). * src/lib/importers/generic_recipe_parser.py (RecipeParser.parse): Add 'ignored' keyword to base parser (this allows a preparser to mark some text not worth the user seeing (for example, banner ads in HTML import) * src/lib/backends/db * src/lib/plugins/import_export/web_import_plugin Port basic web import plugin to plugin system. Still not clear on how we'll do web import plugin plugins. 2008-08-10 Thomas Hinkle * src/lib/exporters/xml_exporter.py (XmlExporter.append_text): Raise a clear type error when handed non-text. * src/lib/backends/db.py (RecData): Fix alter table and add-column-to-table routines. Add new table plugin_info for storing version info on plugins, so that plugins know the Gourmet version and Plugin version at the last time of instantiation (since a plugin could have been in use, then out of use, then reactivated after an upgrade). * src/lib/plugin_loader.py (MasterLoader.activate_plugin_set): Avoid activating a plugin set twice. * src/lib/plugin.py (DatabasePlugin.activate): Update database plugin code to work with new versioning code for telling plugins about version changes reliably. Fix bug in exporter plugin when we get a None where we expect text. 2008-08-10 Thomas Hinkle * src/lib/exporters/xml_exporter.py (XmlExporter.append_text): Raise a clear type error when handed non-text. * src/lib/backends/db.py (RecData): Fix alter table and add-column-to-table routines. Add new table plugin_info for storing version info on plugins, so that plugins know the Gourmet version and Plugin version at the last time of instantiation (since a plugin could have been in use, then out of use, then reactivated after an upgrade). * src/lib/plugin_loader.py (MasterLoader.activate_plugin_set): Avoid activating a plugin set twice. * src/lib/plugin.py (DatabasePlugin.activate): Update database plugin code to work with new versioning code for telling plugins about version changes reliably. Fix bug in exporter plugin when we get a None where we expect text. 2008-07-24 Thomas Mills HInkle * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py (MealmasterImporterPlugin.test_file): Fix typo but that made no file look like a Mealmaster file. * src/lib/importers/xml_importer.py: Stop passing around recData instances (use singleton pattern instead). Also, fix capitalization of classes. * src/lib/importers/interactive_importer.py: Rewrite interactive importer to allow removing tags once applied and to include auto-markup of recipes. The UI is basic but functional now, with a number of obvious improvements yet-to-be-made. Once this UI is mature, it is likely many imprecise importers will be implemented as preparsers for the interactive importer rather than as their own importers. * src/lib/importers/importManager.py (ImportManager): Add code to handle web-based import (asking user for URL, fetching file, finding importer) * src/lib/importers/generic_recipe_parser.py (RecipeParser.parse): Update code to work with threadManager based progress-reporting * src/lib/backends/db.py (RecData.update_version_info): Fix indentation error bug in version update that meant that in new installations, the version was being set to an old verison, resulting in an attempt to run upgrade code on the 2nd run. * src/lib/threadManager.py (NotThreadSafe): Add class NotThreadSafe for the somewhat hackish purpose of allowing e.g. importer classes that touch the GUI. By inheriting NotThreadSafe, subclasses will ensure that such classes are not run in their own threads, no matter what, even when they look like they should be. * src/lib/plugin.py (ImporterPlugin.test_url): Add web methods test_url and get_web_importer to ImporterPlugin base class. By default, these methods act on normal files (which our importManager will retrieve for us), so nothing special has to happen except for importers that might, for example, need to know the URL whence a file came. * src/lib/GourmetRecipeManager.py (ImporterExporter.import_webpageg): Move import code for web import to importManager where it belongs 2008-07-08 Thomas Mills HInkle * src/lib/importers/importManager.py (ImportFileList): Add a way to handle an importer calling more importers -- specifically, we allow ourselves to raise an exception that contains a list of files, thus circumventing any threading problems that would happen from calling importManager methods within an importer. * src/lib/plugin.py (ImporterPlugin.get_importer): Update method name in accordance with actual usage (we return an importer class rather than doing the import here, so the import manager can handle threading etc. * src/lib/importers/plaintext_importer.py (TextImporter.__init__): Remove rd argument from TextImporter. * src/lib/plugins/import_export/ Add mealmaster plugin to cvs. Add plugin to handle zip archives and tarballs. * src/lib/recipeManager.py (get_recipe_manager): Add get_recipe_manager name as alias for poorly named default_rec_manager (the right thing would be just to replace the name, but I'm lazy just now) * src/lib/importers/importer.py (Importer): Rename class Importer in accord with conventions. Remove rd argument (as we move to singleton pattern to handle this). Remove prog arguments (as we move to SuspendableThread to handle this). Move convenience function add_to_fn to this file 2008-06-01 Thomas Hinkle * Release 0.14.0 * src/lib/plugins/duplicate_finder/recipeMergerPlugin.py: Get rid of all GourmetThreads calls (as we plan to delete that module). * src/lib/importers/importManager.py (ImportManager.offer_import): Call make_rec_visible when we're done importing to show newly imported recipes. * src/lib/version.py (copyright): ++ last 2 years * src/lib/gglobals.py: Get rid of attempts to use gnomevfs * setup.py: Remove obsolete nutrition module * create_manifest.py: Create a script to generate a MANIFEST automatically (this is what MANIFEST.in should do, but trying to use MANIFEST.in was turning into a living hell, so I gave up and hand-coded a script to do the job more easily) * test_tarball.sh: Add call to new MANIFEST-generating script + clear out old directories from /tmp/ before starting. * src/lib/reccard.py (RecCardDisplay.ui): Remove e-mail stuff (this will be reimplemented as a plugin). * src/lib/GourmetRecipeManager.py: Remove all e-mail stuff (this will be reimplemented in a plugin). 2008-05-24 Thomas Mills Hinkle * setup.py (result): Change location of import/export plugins. * src/lib/reccard.py (RecCardDisplay.update_image): Show/hide image when image has been created or removed. (ImageBox.commit): Fix typo that raised error. 2008-05-20 Thomas Mills HInkle * src/lib/backends/db.py (RecData.initialize_connection): Handle newer sqlalchemy API * src/lib/threadManager.py: Add Terminated exception class * src/lib/GourmetRecipeManager.py: Make use of new threading for export and import * src/lib/gglobals.py: Remove old threading stuff * src/lib/prefs.py: Make Prefs a singleton * src/lib/exporters/exportManager.py: Use threadManager * src/lib/exporters/exporter.py: Use threadManager * src/lib/gtk_extras/dialog_extras.py (ModalDialog.setup_expander): Put expander into a scrolled window so we don't create monstrous dialogs that exceed the screenspace. * src/lib/importers/*: Continue working to port importers to threadManager and to plugins... 2008-04-26 Thomas Mills HInkle * src/lib/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py (mealmaster_exporter.write_text): Fix from Christopher Donham (#1151150) 2008-04-23 Thomas Mills HInkle * src/lib/gtk_extras/dialog_extras.py (ModalDialog.setup_expander): Add expander text in scrolled window in case it's too big to fit in one dialog 2008-03-05 Thomas Mills HInkle ** Note - I'm half-way through re-implementing importers and import plugins. * src/lib/threadManager.py : Create a new module to handle threading (so we can move this out of GourmetRecipeManager.py and handle it more carefully. This will lead to the elimination of GourmetThreads.py and GourmetFauxThreads.py * src/lib/importers/__init__.py (Module): Remove importer set-up code from here. It now belongs in the new file name importManager.py * src/lib/keymanager.py (get_keymanager): Make KeyManager a singleton. * src/lib/GourmetRecipeManager.py (GourmetApplication.__init__): Use new import manager to do imports. 2008-02-25 Thomas Mills HInkle * glade/recCardDescriptionEditor.glade: Put recipe card description into its own Glade file (part of UIManager rewrite) * glade/recCardDisplay.glade UIManager rewrite * glade/recCardIngredientsEditor.glade UIManager rewrite * glade/recipe_index.glade - Move recipe index view into its own individual glade file * src/gourmet_in_place Update gourmet_in_place script to i18n .in files. * src/lib/gtk_extras/timeEntry.py (make_time_entry): Rename makeTimeEntry to make_time_entry for consistency with new coding style. * MANIFEST: Add many of plugins to Manifest. (This probably isn't all-the-way-updated yet though). * Various-other-files-I'm-too-lazy-to-track Making the change to a plugin system, this means adding logs of plugins and moving around import/export modules. As of this commit, exporters have been fully plugin-a-fied; importers have yet to be converted properly. 2008-02-24 Thomas Mills HInkle * gourmet.desktop.in: This is now the gourmet desktop file (built into an i18n'd version with intltool). * setup.py : Add calls to intltool to build desktop files. Add new export_plugins. 2008-01-26 Thomas Mills HInkle * src/lib/gglobals.py: Add our own icons as stock icons. * src/lib/backends/db.py (RecData.get_amount_as_float): Our new SQLAlchemy class can make amounts show up as floats *or* integers. 2008-01-18 Thomas Mills HInkle * setup.py: Proper i18n of desktop file and plugin information files. * gourmet.desktop.in: Proper i18n of desktop file. * glade/app.glade Remove app.glade * glade/converter.glade Remove converter.glade -- this now belongs in the UnitConverter plugin. * glade/recCardDescriptionEditor.glade Break recCard.glade into pieces * glade/recCardDisplay.glade Break recCard.glade into pieces. * glade/recCardIngredientsEditor.glade Break recCard.glade up * glade/recipe_index.glade Main search view (replaces app.glade) * src/lib/plugins/key_editor/*: Create keyEditorPlugin (move keyEditor from src/lib/keyEditor to here). * src/lib/plugins/key_editor.gourmet-plugin.in: Add Key Editor plugin. * src/lib/plugins/unit_converter.gourmet-plugin.in: Add Unit Converter plugin. * src/lib/plugins/nutritional_information.gourmet-plugin.in: Add nutritional information plugin. * src/lib/plugins/nutritional_information/* Move files from src/lib/nutrition/ here. Create reccard_plugin, main_plugin and data_plugin * src/lib/plugins/duplicate_finder.gourmet-plugin.in: Add duplicate_finder plugin. * src/lib/gtk_extras/timeEntry.py (make_time_entry): Use proper function_or_method_style name for function (was makeTimeEntry) * src/lib/exporters/*: Fix Converter capitalization. * src/lib/backends/db.py (RecData): Make RecData pluggable. (RecData.__init__): Make RecData a singleton (on a per-file basis -- that is, we keep a dictionary of database files and only allow one instance to be created per file. Also, add a _created flag so plugins can tell if they're being plugged in before or after the creation of the DB. (RecData.setup_tables): Make setup_tables pluggable. (setup_nutrition_tables): Remove all nutrition table setup code - this is now implemented in the nutrition plugin. (RecData.update_version_info): Add code to run the plugin method update_version() (get_database): Add method to grab singleton database. * src/lib/shopgui.py: Remove nutritional information code -- will be reimplemented as part of our plugin. * src/lib/recipeManager.py (default_rec_manager): Return singleton RecipeManager() (singleton for a given db file, that is) * src/lib/reccard.py: Remove nutrition items and import new plugin framework -- nutrition is now a plugin! (GladeCustomHandlers): Remove GladeCustomHandlers -- this is now part of gglobals. Update code to use gglobals.gladeCustomHandlers. (RecCard.set_edited): Allow edited property to be set (when GourmetApplication saves, it does this) (RecCardDisplay): Make RecCardDisplay pluggable. (RecCardDisplay.setup_style): Make widgets white. (RecCardDisplay.remove_plugin_to_left_notebook): Make it possible to remove plugin (RecEditor): Make RecEditor pluggable. (DescriptionEditorModule.setup_main_interface): Use separate glade file - recCardDescriptionEditor.glade (TextFieldEditor.setup_main_interface): Workaround textview bug by setting scroll policy to AUTOMATIC,AUTOMATIC even though we don't really want it that way. * src/lib/GourmetRecipeManager.py (GourmetApplication.__init__): Make GourmetApplication a singleton -- this simplifies life here on out. (setup_nutrition): Remove - nutrition into a plugin (quit): Update reccard calls to work with new recipe card. (ImporterExporter.import_cleanup): Add plugin hook (pluggable_method decorator) so that the recipeMerger plugin can hook into imports. (UnitModel): Move UnitModel from convertGui (which is now a plugin) here. (show_duplicate_finder): Remove - now a plugin (show_duplicate_editor): Remove - now a plugin (RecGui.__init__): Make Pluggable (RecGui.setup_actions): Add show_plugin_chooser action. Remove items that are now plugins (get_application): Create convenience method to get our singleton application. * src/lib/Undo.py (UndoHistoryList.set_sensitive): Be less verbose. (Module): * src/lib/gglobals.py (GladeCustomHandlers): Add custom handler code for glade here. Now anyone who needs a custom handler registers it through the gladeCustomHandlers instance that's instantiated in gglobals. (Module): * src/lib/plugin.py New plugin module. This provides the base classes that plugins need to subclass. (Module): * src/lib/plugin_gui.py Dialog for turning plugins on and off. * src/lib/plugin_loader.py Plugin management module. This provides the base class that pluggables need to subclass, as well as providing a nice decorator function for making individual methods "pluggable" (i.e. for adding pre-hooks and post-hooks) 2008-01-17 Thomas Mills HInkle * src/lib/gtk_extras/timeEntry.py (make_time_entry): Update function name to new underscore_function_name norm 2008-01-09 Thomas Mills HInkle * src/lib/convertGui.py: * src/lib/recipeMerger.py: 2008-01-06 Thomas Mills HInkle * glade/recCard.glade (Module): Reorganize glade file as we move more of the UI construction into code and out of glade. * src/lib/GourmetRecipeManager.py (Module): Reorganize module in preparation for coming change to plugin basis. Separate out various bits of RecGui class into sub-classes that make more sense -- ImporterExporter, GourmetApplication, and so on. Use UIManager and ActionManager to build UI rather than glade -- now we use UIManager's nifty merging to handle our updated Go menu (formerly View menu) * src/lib/Undo.py (Module): Move undo stuff that was in reccard.py here. * src/lib/batchEditor.py (Module): changed method names (from GourmetRecipeManager.py) * src/lib/reccard.py (Module): Completely rearrange module. We break recipe editor and recipe display into separate classes. We use UIManager and ActionManager for the UI in preparation for the coming plugin interface. * src/lib/recindex.py (Module): Setup searchActions action group for user with uimanager. setup_search_views - respect the default_searches parameter. searchentry_activate_cb - this callback belongs here and not in subclasses. * src/lib/backends/db.py: Allow sorting by category. Implement duplicate-finding methods. make_simple_select_arg now supports operators including "in" * src/lib/defaults/defaults_en.py: Remove periods from units. * src/lib/defaults/defaults_en_GB.py: Remove periods from units. * src/lib/gtk_extras/ratingWidget.py: Don't throw an error when we receive a click event w/ no selected row * src/lib/nutrition/nutritionDruid.py: Use proper exception class so that unicode doesn't throw an error in the error-throwing. 2008-01-04 Thomas Mills HInkle * src/lib/exporters/lprprinter.py (Module): Fix import statement for dialog_extras (moved to gtk_extras) * src/lib/exporters/winprinter.py (Module): Fix import statement for dialog_extras (moved to gtk_extras) 2007-12-29 Thomas Mills HInkle * src/lib/convert.py (Module): adjust_amount - if we somehow have units in our unit list that don't convert, print warning rather than defaulting to no conversion. * src/lib/defaults/defaults_en_GB.py (Module): Fix tsp/Tbs. Remove periods after imperial unit names. * src/lib/defaults/defaults_en.py (Module): Fix tsp/Tbs conversion. Remove periods after imperial unit names. * src/lib/backends/db.py (Module): Fix category modifications. Fix amount-fetching convenience methods (apparently sqlalchemy can return an integer out of a float field!?!) Fix dbDic. 2007-12-28 Thomas Mills HInkle * Everywhere Change names of database tables from views (metakit legacy) to table (current reality). Capitalize all classes. * MANIFEST - Remove old database modules; add new one. * test_tarball.sh - Assume python2.5 rather than python2.4 * glade/app.glade - Move search options to menus; hide and simplify search interface by default (now that we have "search anywhere") * src/gourmet_in_place - Some improvements to make sure this gets its glade and data files from the source directory. * src/lib/convertGui.py (Module): Fix import statement to work with the new code organization (gtk_extras.cb_extras) * src/lib/gglobals.py (Module): Remove old database stuff (metakit v sqlite etc), replace with new. * src/lib/GourmetRecipeManager.py (Module) - Break up giant __init__ method so it is more readable. Make hitting return work if we are not in search-as-you-type mode. * src/lib/OptionParser.py (Module) - Remove old database options. Add --database-url argument for custom database arguments. * src/lib/recindex.py (Module): Add "anywhere" to search options -- this allows us to search for a string in any of the columns without specifying! Also, fix search-as-you-type toggle. * src/lib/recipeManager.py (Module): Update to use new database. * src/lib/timeScanner.py (Module): Update to use capitalized Converter class name. * src/lib/upgradeHandler.py (Module): Fix import dialog_extras statement. * src/lib/backends/__init__.py (Module): Remove inaccurate comments * src/lib/backends/db.py (Module) - New database backend class based on sqlalchemy. This provides at least the basis for support for all sql dialects that sqlalchemy supports. You can try other database settings by using the database-url argument to Gourmet. * src/lib/backends/db_tests.py (Module) - Move tests that were at the bottom of rdatabase.py to a separate test file. * src/lib/backends/db/* - Remove old legacy database files. * src/lib/gtk_extras/timeEntry.py (Module): Fix reference to capitalized Converter() class * src/lib/exporters/__init__.py (Module): Change rview_to_xml to recipe_table_to_xml in accordance with our new freedom from metakit semantics. * src/lib/importers/imageBrowser.py (Module): Fix gtk_extras import. * src/lib/importers/importer.py (Module): Fix gtk_extras import. * src/lib/nutrition/nutritionDruid.py (Module): Fix up various import statements for modules now in gtk_extras. 2007-11-19 Thomas Mills HInkle * src/lib/FileChooserSaveAs.py Class renaming - capitalize all class names. * src/lib/convert.py Class renaming - capitalize all class names. * src/lib/convertGui.py Class renaming - capitalize all class names. * src/lib/reccard.py Class renaming - capitalize all class names. * src/lib/recipeManager.py Class renaming - capitalize all class names. * src/lib/shopgui.py Class renaming - capitalize all class names. * src/lib/shopping.py Class renaming - capitalize all class names. * src/lib/backends/rdatabase.py Class renaming - capitalize all class names. * src/tests/reference_setup/recipes.db Class renaming - capitalize all class names. 2007-11-19 Thomas Mills HInkle * src/lib/exporters/gxml2_exporter.py Rearrange order of attributes to be slightly more logical (with link following source, since they are related). 2007-11-11 Thomas Mills HInkle * everything or close to it: Rearrange code -- move all defaults_* files into defaults/. Move all widgety convenience libraries into gtk_extras 2007-10-12 Thomas Mills HInkle * Fix non-GNOME fallback about dialog in GourmetRecipeManager.py 2007-09-12 Thomas M. Hinkle * i18n/ca.po Updated Catalan translation from Raul Cambero. 2007-09-10 Thomas M. Hinkle * src/lib/defaults_de.py patch from SF user enfant_terribly fixing up some problems in the German translation. * src/lib/defaults.py patch from SF user enfant_terrible fixing language support on Windows. * src/lib/gettext_setup.py patch from SF user enfant_terrible fixing language support on Windows. * src/lib/GourmetRecipeManager.py patch from SF user enfant_terrible fixing language support on Windows. * src/lib/recipeMerger.py Properly destroy dialog on close. * src/lib/exporters/html_exporter.py Actually apply the changes logged on 8/25 * i18n/de_AT.po Updates from enfant_terrible * i18n/de_DE.po Updates from enfant_terrible 2007-08-25 Thomas M. Hinkle * src/lib/exporters/html_exporter.py Make recipe links hyperlinks. 2007-08-25 Thomas M. Hinkle * RELEASE 0.13.7 * TODO Update todo list. * glade/nutritionDruid.glade Fix reversion/bug introduced in UI cleanup from Jeff/Kiddo * src/lib/version.py Upped version to 0.13.7 * src/lib/backends/sql_db.py Respect SQL libraries different paramstyles rather than hardcoding the question mark. * src/lib/backends/sqlite_db.py Make sqlite3 (built-into python2.5) the default and fallback to pysqlite2 only as needed. Respect SQL libraries different paramstyles rather than hardcoding the question mark. * src/lib/exporters/exporter.py Update exporter so that if two recipes have the same name, they can both be exported (generate_filename now gets a flag -- if we are exporting multiple recipes, we automatically append ID numbers, otherwise we don't, since they are unnecessarily ugly if someone just wants to e-mail a copy of a single recipe to their mom or whatnot. * src/lib/exporters/pdf_exporter.py Fix bug 1776930 (formatting broken in PDF). Add links for recipe references and for webpages. * src/lib/exporters/html_exporter.py Use the changes in exporter.py to avoid screwing up if more than one recipe have the same name. * src/lib/exporters/gxml2_exporter.py Export the link field. * src/lib/nutrition/nutritionDruid.py Fix nutrition labels per ingredients so they don't say "per recipe". Fix bug that broke the nutrition druid when user changed an ingredient key. * src/tests/testExporters.py Update export tests. * src/tests/reference_setup/recipes.db Add a webpage to export test suite. 2007-08-20 Thomas M. Hinkle * src/lib/defaults_en.py Call granulated sugar granulated sugar, not white sugar. * src/lib/GourmetRecipeManager When threaded quitting fails, save our database just in case the user force-quits and loses data. Also, purge deleted ingredients on quit since they won't be of any use (they're already lost to the UI--why keep them in the DB) * src/lib/backends/sql_db.py Don't return deleted ingredients in list of ingredient keys (in get_ingkeys_with_count) 2007-08-15 Thomas M. Hinkle * src/lib/backends/sql_db.py Applied patch from Anthony Foglia to fix typo bug in find_dupliaces 2007-08-08 Thomas M. Hinkle * src/lib/timer.py Backwards compatability for pre-2.8 versions: set_urgency_hint. 2007-08-08 Thomas M. Hinkle * src/lib/Undo.py Fix potential bug that prevents action_hooks from being run correctly -- we grab a reference to the action directly in case carrying the action out modifies the history list itself. * src/tests/testRecCard.py Reduce repetition of try/except blocks by abstracting out the try/except-with-informative-message pattern. Also, make VERBOSE into a global variable (again, simplifies). 2007-08-04 Thomas M. Hinkle * src/lib/importers/mastercook_importer.py Make Notes import as Notes rather than instructions (bug report from Anthony Foglia). 2007-08-03 Thomas M. Hinkle * src/lib/prefs.py Handle broken config files gracefully. Namely, if there is an error loading, print the error to the screen and save a backup of the broken file. Then proceed as if there had been no original config file (overwriting the old one on a clean close with a new, clean config file). * src/lib/importers/mastercook_importer.py Fix for attributes with < or > signs - path from Anthony Foglia. 2007-07-30 Thomas M. Hinkle * glade/recSelector.glade Fix reversion introduced in Jeff/Kiddo patch (ShowingLabel had gone missing) 2007-07-19 Thomas M. Hinkle * glade/app.glade Glade cleanup from Jeff/Kiddo * glade/generic_importer.glade Glade cleanup from Jeff/Kiddo * glade/nutritionDruid.glade Glade cleanup from Jeff/Kiddo * glade/recMerger.glade Glade cleanup from Jeff/Kiddo * glade/recSelector.glade Glade cleanup from Jeff/Kiddo * glade/valueEditor.glade Glade cleanup from Jeff/Kiddo * src/lib/nutrition/nutritionInfoEditor.py: Add to CVS. 2007-07-19 Thomas M. Hinkle * src/lib/GourmetRecipeManager Use default DEFAULT_HIDDEN_COLUMNS for hidden columns (so that not all columns are shown by default). * src/lib/cb_extras.py Don't screw up the alignment of combo boxes. * src/lib/gglobals.py Add DEFAULT_HIDDEN_COLUMNS so that link, servings, preptime and cooktime are not included in index views by default. * src/lib/recindex.py Use DEFAULT_HIDDEN_COLUMNS variable. Ellipsize links when they are shown rather than wraping them. 2007-07-17 Thomas M. Hinkle * src/gourmet Update copyright dates. * src/gourmet_in_place Add convenient script to run Gourmet from source in tree. * glade/app.glade Change name of ingredient editor, since now it edits nutritional info as well as keys. * src/lib/ImageExtras.py Commit method needed in bugfix committed on on 6/29 2007-07-15 Thomas M. Hinkle * MANIFEST Added nutritionInfoEditor.py * src/lib/defaults_en_GB.py Declared encoding (PEP 263) 2007-06-29 Thomas M. Hinkle * src/lib/reccard.py Fix bug that prevented images from being deleted. While we're at it, remove confirmation dialog on image deletion, since it is undo-able. 2007-06-29 Thomas M. Hinkle * glade/keyeditor.glade Add button to edit nutritional information. * glade/nutritionDruid.glade Fix name collisions between two different treeview setups that are now in this druid. Make various tweaks to nutritional info display page. * glade/recCard.glade Add generic "edit nutritional info" button (in parallel with all other edit buttons). * src/lib/keyEditor.py Add check mark to show whether there is nutritional info. Also add callbacks to handle editing nutritional info from this view. Wrap text if possible to avoid horizontal scrolling. * src/lib/reccard.py Add edit_nutrition callback. * src/lib/backends/rdatabase.py Add fetch_join method. * src/lib/backends/sql_db.py Tweak make_where_statement call to allow "in (foo, bar)" SQL queries. Also change handling of "OR" and "AND" syntax. Add fetch_join method to allow simple joins. * src/lib/nutrition/nutrition.py Allow modifying of existing ingkey->ndbno association and conversions. Change from "g." to "g" everywhere. * src/lib/nutrition/nutritionDruid.py We now allow editing nutritional information (and viewing and searching existing info in the database). Change "g." to "g" everywhere. Added methods for display of nutrtional information. Reconceptualize "back" button to work with a simpler stack model. * src/lib/nutrition/nutritionLabel.py Add generic show_druid method to show druid even when there is no vapor. 2007-06-28 Thomas M. Hinkle * nutritionDruid.py Clean up code for nutrition druid (part way to a complete rewrite). 2007-06-27 Thomas M. Hinkle * src/lib/importers/mastercook_importer.py Fixed order of encodings, fixing bug #1721376 2007-06-23 Thomas M. Hinkle * glade/recipeMerger.glade Add label for possible message when merger window is used as a dialog. Fix close and cancel buttons. * src/lib/backends/sql_db.py Fix behavior of find_duplicates and find_complete_duplicates when given a recipes parameter. * src/lib/importers.py Make MulipleImporter track added_recs * src/lib/importers/xml_importer.py Give converters added_ings and added_rec attributes (references to underlying importer class) * src/lib/GourmetRecipeManager.py Fix typo bug in progress_dialog close callback. Add importer callback to bring up duplicates dialog when we import recipes that look like duplicates. Fix normal RecipeMergerDialog call (from Tools->Find Duplicates) so that it uses our new callbacks that will try to show whatever kind of duplicate there is rather than show an empty list. * src/lib/recipeMerger Merge identical recipes in one-click rather than making user click "Apply". Add show_if_there_are_dups callback to show the dialog only if there are duplicates found (i.e. for use as a post-importer dialog). Also add populate_tree_if_possible callback to attempt to set the searchType combo box so there will be something to show. Add a parameter for a on_close_callback that allows our creator to do something when we're closed. Add very lame image display (namely, text that says "An image" or "No image"). * src/lib/version.py Up version to 0.13.6 2007-06-18 Thomas M. Hinkle * MANIFEST Added recipeMerger stuff. 2007-06-18 Thomas M. Hinkle * glade/app.glade Add button to get to recipe merger tool (duplicate finder) * glade/recipeMerger.glade Make cancel buttons visible. Hide tabs. Improve spacing. * src/lib/GourmetRecipeManager.py Add callback to show duplicate finder/recipe merger. * src/lib/recipeIdentifier.py Added header comment. * src/lib/recipeMerger.py Fix bug that made ingredient selection fail. Add close callback. Remove print statements and add better documentation. * src/lib/version.py Bring version to 0.13.5 -- we'll up to 0.14 when we have a "stable" version with our handy new features. 2007-06-17 Thomas M. Hinkle * src/lib/defaults_* Remove . from SI units (such as g, kg, etc.). 2007-05-19 Thomas Hinkle * src/lib/convert.py Fix bug in regexp in time parser that would through error on some misidentified times. 2007-05-18 Thomas M. Hinkle * src/lib/dialog_extras.py Improve docstring * src/lib/mnemonic_manager.py Improve crawling algorithm for finding mnemonic labels. * src/lib/nutrition/nutritionDruid.py Behave better when user cancels out of a dialog. * src/lib/reccard.py Move selection down when user adds an ingredient. * src/lib/recipeIdentifier.py Rework API as I work on writing a recipeMerger dialog. * src/lib/recipeMerger.py Check in incomplete duplicate-recipe merger/eliminator code. * glade/recipeMerger.glade Check in incomplete duplicate-recipe merger/eliminator code. * src/lib/recindex.py Expand title column by default (rather than letting the last column take up all the extra space) * src/lib/version.py Bump up version number - When we finish this merger stuff &c this will be a new .x version (0.14.0) * src/lib/backends/rdatabase.py Add methods for finding duplicates * src/lib/backends/sql_db.py Improve duplicate-finding SQL * src/lib/exporters/recipe_emailer.py Allow e-mailing PDFs. 2007-03-25 Thomas M. Hinkle * src/lib/importers/rezkonv_importer.py Fix encoding on top. Also fix some other errors -- import convert module and fix a regexp. 2007-03-18 Thomas M. Hinkle * src/lib/mnemonic_manager.py Improve documentation. 2007-03-17 Thomas M. Hinkle * src/lib/exporters/xml_exporter.py Patch [ 1682624 ] Remove double escaping in xml export from Lennart Fricke * src/lib/exporters/exporter.py Fix Bug [ 1682613 ] Export with German locale Servings multiplied by 10. We avoid unnecessary float->text->float conversion in mult_exporter.py. Hopefully this fixes the issue (not yet tested in German Locale) 2007-03-09 Thomas M. Hinkle * src/lib/importers/interactive_importer.py Fix bug where, when unknown units are put into the item string, a space was omitted. 2007-02-11 Thomas M. Hinkle * src/lib/convert.py Fix bug in timestring_to_seconds that threw error in some unparseable times. 2007-02-10 Thomas M. Hinkle * src/lib/recipeIdentifier.py Only round when we have something to round. 2007-01-21 Thomas M. Hinkle * src/lib/backends/rdatabase.py Fix bug in update code that kept us from properly updating if a version was not stored correctly. * src/lib/recipeIdentifier.py Fix bug in standardize_ingredient that threw an exception with g. or ml. and no amount 2007-01-20 Thomas M. Hinkle * src/lib/shopgui.py Clarify logic around optional ingredient adding. * src/lib/recipeIdentifier.py Some more work toward a diff-ing interface (not done) 2007-01-17 Thomas M. Hinkle * src/lib/importers/html_importer.py Raise more useful error message when a rule is malformed. If custom ingdic has ['text'] but not ['item'], make sure we end up with an item. * src/lib/importers/html_plugins/recipezaar.py Update importer script for updated website. Add import for cuisine and category and servings. 2007-01-17 Thomas M. Hinkle * MANIFEST add batchEditor.py and batchEditor.glade * glade/app.glade Add menu items for launching batch editor * glade/recCard.glade Fix alignment of items on Recipe Details page. * src/lib/GourmetRecipeManager.py Add batch editor. Create new methods to store models for attributes (cuisine, category, etc) in one place, rather than re-creating them in each recipe card, etc. that needs them. * src/lib/reccard.py Use new methods for creating global attribute models. * src/lib/recindex.py Fix type error that cropped up in update_recipe * src/lib/backends/sql_db.py * src/lib/importers/html_importer.py When dealing with pre-parsed ingredient dictionaries, only use our own parsing to fill in gaps (this allows html importer scripts to do some but not all parsing on their own). 2007-01-11 Thomas M. Hinkle * src/lib/importers/html_importer.py When scrapers fail, display the error, but fallback to a generic importer -- this is really important since scrapers will certainly fail as websites change. 2007-01-06 Thomas M. Hinkle * MANIFEST add valueEditor.glade and valueEditor.py * glade/app.glade add button to open valueEditor (called fieldEditor) * glade/valueEditor.glade Fix typo in "title" label. Add interface for changing *other* values (i.e. so that you can change the cuisine from foo->bar wherever the source is set to baz.) * src/lib/GourmetRecipeManager.py Add valueEditor to main interface. * src/lib/valueEditor.py Add ability to change *other* fields that the field selected for (i.e. so that you can change the cuisine from foo->bar wherever the source is set to baz.) Make sure the recipe index is updated when we make a change. 2007-01-04 Thomas M. Hinkle * glade/valueEditor.glade Create basic value editor for editing values of e.g. categories throughout the database. * src/lib/backends/sql_db.py Make get_unique_values() sort results. Allow new syntax for criteria for make_where_statement whereby we can have a list of "and"/"or" values for a single column. Add update_by_criteria alias for update since that's what the rdatabase.py parent class uses. * src/lib/defaults_es.py Added gr. abbreviation. * src/lib/defaults_en.py Added gr. abbreviation. * src/lib/valueEditor.py Create basic value editor for editing values of e.g. categories throughout the database. 2007-01-03 Thomas M. Hinkle * src/lib/recindex.py Hide First/Last/Prev/Next buttons when there are only 1 page's worth of recipes. 2007-01-02 Thomas M. Hinkle * src/lib/importers/html_plugins/allrecipes.py Disable this plugin temporarily -- it isn't working properly and I don't have time to fix it. * src/lib/reccard.py Fix up group undo/redo so that ingredient group editing works again. This started with a simple typo fix (self.history->self.rc.history), but in the process of fixing it, I realized the undo was more fundamentally broken and had to be updated to properly use "permanent references" * src/lib/reccard.py Disable ingredient group toggling from the UI since it does not work and cannot be easily made to sensibly work given the structure of our ingredient DB. * src/lib/version.py Version 0.13.3 * src/tests/testExporters.py Update to work with fancy PDF Export. * src/tests/testImporters.py Disable AllRecipes test since it's broken and we're disabling the plugin. Also, improve message on failure of import to produce a recipe with the expected title. * src/tests/reference_setup/recipes.db Update to latest DB. * src/tests/testRecCard.py Add a test for group editing. Exit when tests complete successfully. 2007-01-01 Thomas M. Hinkle * src/lib/convert.py Fix i18n related bug in new unit-parsing regular expression. Also, keep new code for debugging bug (this will make us fail more verbosely if we haven't caught all such bugs with our new unicode() call * src/lib/defaults_es.py Fix some typos in Spanish defaults. 2006-12-29 Thomas M. Hinkle * glade/recCard.glade Move scrollbar inside of notebook so that nutrition/Recipe tabs are always in view. * src/lib/backends/rdatabase.py Only update if we have a new database. * src/lib/backends/sqlite_db.py Set a flag if we are a new database. * src/lib/exports/pdf_exporter.py Fix typo in get_pdf_prefs that required extra nonsense argument. * src/lib/defaults_en.py Fix fl. oz. * src/lib/nutrition/databaseGrabber.py Be less verbose. * src/lib/nutrition/nutritionLabel.py Improve formatting * src/lib/reccard.py Respect "Allow Units to Change" preference (previously, we were always adjusting the units in the recipe card display and never adjusting them in the nutritional info display). Properly handle redrawing and flowing with changed reccard glade layout. * src/lib/version.py Version 0.13.2 2006-12-28 Thomas M. Hinkle * src/lib/defaults_en.py Fix tablespoons (standardized to Tbs.) 2006-12-27 Thomas M. Hinkle * src/lib/backends/rdatabase.py Fix bug in URL-finding code in updater. * src/lib/ratingWidget.py Prevent warning about integer v. float * src/lib/shopgui.py Fix typo which prevented add-to-shopping-list from working with optional ingredients in some cases. * src/lib/shopping.py Fix ingredients when a range is being added to "None" * src/lib/TextBufferMarkup.py Make sure we are using unicode for text we get from textbuffer. (This seems to prevent unicode conversion errors elsewhere). * src/lib/version.py Set version to 0.13.1 2006-12-26 Thomas M. Hinkle * src/lib/backends/rdatabase.py Fix bug in new installations (this change was actually made before 0.13.0 went up to SF but not committed to cvs). Also, fix bug in ingredient parser that meant the space between two words in an ingredient got eliminated. * src/lib/Undo.py Catch all "Too many changes" errors that can happen in our text-change undo routine. 2006-12-24 Thomas M. Hinkle * src/lib/reccard Hide "Website:" label when there is no link. 2006-12-23 Thomas M. Hinkle * data/recipe.dtd Add link * glade/recCard.glade Move title and shopping-list button above other stuff to un-clutter ingredient text and keep title in view at all times. * src/lib/reccard.py Default to highlighting calories, and save last-highlighted nutritional item as a preference. Update flowing to take into account different default widths (so that our title, which is not the width of the whole card, can be wrapped appropriately). Highlight ingredients with boldness as well as color. Also, change color highlighting so that all items with some of the content will have a visible amount of yellow behind them. * src/lib/nutrition/nutritionLabel.py Hide MINOR items for which there is no nutritional content. Also, track toggles in a dictionary so that callers can programatically toggle highlighting (i.e. so that we can store preferences for which nutritional info to highlight) 2006-12-22 Thomas M. Hinkle * glade/recCard.glade Less confusing naming of notebook widgets. * src/lib/nutrition/nutrition.py Allow nested NutritionInfoLists. Handle embedded recipes from here. rather than forcing caller to deal with them. * src/lib/nutrition/nutritionLabel.py Set up label to work as button for selecting one part of nutrition to focus on elsewhere (e.g. to choose "Calories" or "Protein" or what have you. * src/lib/reccard.py Set up nutritional highlighting of ingredients. * src/lib/shopgui.py Use modify_ing method to modify ings (not assignment). * src/lib/TextBufferMarkup.py Fix bug in setting background color. 2006-12-16 Thomas M. Hinkle * glade/recCard.glade Move nutrition into a separate tab to reduce clutter/scrolling. * src/lib/LinkedTextView.py Fix links with escaped characters (e.g. &) * src/lib/defaults_en.py Add fluid ounces * src/lib/reccard.py Comment on text-wrapping code. Fix title display. * src/lib/recindex.py Set up text wrapping for index view * src/lib/backends/rdatabase.py Add last-modified timestamp. Add some methods for dealing with dups. * src/lib/backends/sql_db.py Raise an error if we set attributes on read-only RowObject * src/lib/recipeIdentifier.py Updates in still-experimental-and-incomplete recipeIdentifier code * src/lib/importers/html_importer.py Automatically add 'link' attribute to all HTML imports gourmand-1.2.0/LICENSE000066400000000000000000000432541510115424500143410ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. gourmand-1.2.0/MANIFEST.in000066400000000000000000000002021510115424500150540ustar00rootroot00000000000000graft data graft po graft src graft tests include LICENSE include README.md global-exclude *.py[cod] __pycache__/* *.so *.dylib gourmand-1.2.0/README.md000066400000000000000000000014741510115424500146110ustar00rootroot00000000000000# Gourmand Recipe Manager ![Tests](https://github.com/GourmandRecipeManager/gourmand/workflows/Tests/badge.svg) ![Build](https://github.com/GourmandRecipeManager/gourmand/workflows/Build/badge.svg) Gourmand is a fork of the Gourmet Recipe Manager: a manager, editor, and organizer for recipes. ![recipe view](docs/recipe_view.png) ## Requirements and Installation Installation instruction are found in the [installation guide](docs/installation.md). ## Issues and Contributions See the [contribution guide](docs/contributing.md). ## Tournant for Android If you want to transfer your recipes to your Android device, give [Tournant](https://tournant.zimbelstern.eu) a try. Tournant can parse Gourmand's XML recipe files and serves your recipes wherever you need them – whether in the kitchen or in the grocery store. gourmand-1.2.0/data/000077500000000000000000000000001510115424500142355ustar00rootroot00000000000000gourmand-1.2.0/data/io.github.GourmandRecipeManager.Gourmand.appdata.xml000066400000000000000000000020051510115424500262260ustar00rootroot00000000000000 io.github.GourmandRecipeManager.Gourmand CC0-1.0 GPL-2.0+ Gourmand A recipe manager with the possibilities to import, organize, and tweak recipes

Gourmand is a recipe-organizer that allows you to collect, search, organize, and browse your recipes. Gourmand can also generate shopping lists and calculate nutritional information.

io.github.GourmandRecipeManager.Gourmand.desktop https://github.com/GourmandRecipeManager/gourmand https://github.com/GourmandRecipeManager/gourmand/raw/main/docs/recipe_view.png io.github.GourmandRecipeManager.Gourmand.desktop
gourmand-1.2.0/data/io.github.GourmandRecipeManager.Gourmand.desktop000066400000000000000000000005251510115424500254730ustar00rootroot00000000000000[Desktop Entry] Version=1.0 Type=Application Name=Gourmand GenericName=Recipe Manager X-GNOME-FullName=Gourmand Recipe Manager Categories=GTK;Utility; Comment=Organize recipes, create shopping lists, calculate nutritional information, and more. Icon=io.github.GourmandRecipeManager.Gourmand Exec=gourmand Terminal=false StartupNotify=true gourmand-1.2.0/data/io.github.GourmandRecipeManager.Gourmand.svg000066400000000000000000000154601510115424500246250ustar00rootroot00000000000000gourmand-1.2.0/data/plugins/000077500000000000000000000000001510115424500157165ustar00rootroot00000000000000gourmand-1.2.0/data/plugins/browse_plugin.gourmet-plugin.in000066400000000000000000000003311510115424500240770ustar00rootroot00000000000000[Gourmet Plugin] Module=browse_recipes Version=1.0 API_Version=1.0 _Name=Browse Recipes _Comment=Selecting recipes by browsing by category, cuisine, etc. _Category=Main Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/duplicate_finder.gourmet-plugin.in000066400000000000000000000003431510115424500245240ustar00rootroot00000000000000[Gourmet Plugin] Module=duplicate_finder Version=1.0 API_Version=1.0 _Name=Find duplicate recipes _Comment=A wizard to find and remove or merge duplicate recipes. _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/field_editor.gourmet-plugin.in000066400000000000000000000003141510115424500236520ustar00rootroot00000000000000[Gourmet Plugin] Module=field_editor Version=1.0 API_Version=1.0 _Name=Field Editor _Comment=Edit fields across multiple recipes at a time. _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/import_export/000077500000000000000000000000001510115424500206315ustar00rootroot00000000000000gourmand-1.2.0/data/plugins/import_export/epub.gourmet-plugin.in000066400000000000000000000003131510115424500250660ustar00rootroot00000000000000[Gourmet Plugin] Module=epub_plugin Version=1.0 API_Version=1.0 _Name=EPub Export _Comment=Create an epub book from recipes. _Category=Importer/Exporter Authors=Sven Steckmann gourmand-1.2.0/data/plugins/import_export/gxml.gourmet-plugin.in000066400000000000000000000004431510115424500251060ustar00rootroot00000000000000[Gourmet Plugin] Module=gxml_plugin Version=1.0 API_Version=1.0 _Name=Gourmet XML Import and Export _Comment=Import and Export recipes as Gourmet XML files, suitable for backup or exchange with other Gourmet users. _Category=Importer/Exporter Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/import_export/krecipe_plugin.gourmet-plugin.in000066400000000000000000000003241510115424500271350ustar00rootroot00000000000000[Gourmet Plugin] Module=krecipe_plugin Version=1.0 API_Version=1.0 _Name=KRecipe import _Comment=Import files from the Krecipe program. _Category=Importer/Exporter Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/import_export/mastercook_plugin.gourmet-plugin.in000066400000000000000000000003441510115424500276640ustar00rootroot00000000000000[Gourmet Plugin] Module=mastercook_import_plugin Version=1.0 API_Version=1.0 _Name=Mastercook import _Comment=Import files from the Mastercook program. _Category=Importer/Exporter Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/import_export/mealmaster.gourmet-plugin.in000066400000000000000000000003401510115424500262650ustar00rootroot00000000000000[Gourmet Plugin] Module=mealmaster_plugin Version=1.0 API_Version=1.0 _Name=Mealmaster (tm) Export _Comment=Export recipes as mealmaster text files _Category=Importer/Exporter Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in000066400000000000000000000004321510115424500276670ustar00rootroot00000000000000[Gourmet Plugin] Module=mycookbook_plugin Version=1.0 API_Version=1.0 _Name=My CookBook Import and Export _Comment=Import and Export recipes as My CookBook XML files, suitable for backup or exchange with other My CookBook users. _Category=Importer/Exporter Authors=MaadInfoServices gourmand-1.2.0/data/plugins/import_export/pdf.gourmet-plugin.in000066400000000000000000000004031510115424500247040ustar00rootroot00000000000000[Gourmet Plugin] Module=pdf_plugin Version=1.0 API_Version=1.0 _Name=Printing & PDF Export _Comment=Print recipes or export them as PDF; this plugin allows a variety of page layouts. _Category=Importer/Exporter Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/import_export/plaintext.gourmet-plugin.in000066400000000000000000000004031510115424500261430ustar00rootroot00000000000000[Gourmet Plugin] Module=plaintext_plugin Version=1.0 API_Version=1.0 _Name=Plain Text Guided Import _Comment=Help user mark up and import plain text. Also provides plain text export. _Category=Importer/Exporter Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/key_editor.gourmet-plugin.in000066400000000000000000000004171510115424500233630ustar00rootroot00000000000000[Gourmet Plugin] Module=key_editor Version=1.0 API_Version=1.0 _Name=Key Editor _Comment=Assign and edit ingredient keys (unique identifiers for ingredients, used for consolidating items on shopping lists). _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/listsaver.gourmet-plugin.in000066400000000000000000000003201510115424500232320ustar00rootroot00000000000000[Gourmet Plugin] Module=listsaver Version=1.0 API_Version=1.0 _Name=Shopping List Saver _Comment=Save shopping lists as recipes for future use. _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/nutritional_information.gourmet-plugin.in000066400000000000000000000003411510115424500261760ustar00rootroot00000000000000[Gourmet Plugin] Module=nutritional_information Version=1.1 API_Version=1.0 _Name=Nutritional Information _Comment=Calculate nutritional information for recipes. _Category=Main Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/shopping_associations.gourmet-plugin.in000066400000000000000000000004051510115424500256300ustar00rootroot00000000000000[Gourmet Plugin] Module=shopping_associations Version=1.0 API_Version=1.0 _Name=Shopping Category Editor _Comment=Assign and edit shopping categories for ingredients from within the recipe editor. _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/spellcheck.gourmet-plugin.in000066400000000000000000000003671510115424500233460ustar00rootroot00000000000000[Gourmet Plugin] Module=spellcheck Version=1.0 API_Version=1.0 _Name=Spell Checking _Comment=Adds spell checking to paragraph length text boxes in recipe entry (Instructions, Notes). _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/unit_converter.gourmet-plugin.in000066400000000000000000000003041510115424500242660ustar00rootroot00000000000000[Gourmet Plugin] Module=unit_converter Version=1.0 API_Version=1.0 _Name=Unit Converter _Comment=Provides a simple unit calculator. _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/unit_display_prefs.gourmet-plugin.in000066400000000000000000000003601510115424500251250ustar00rootroot00000000000000[Gourmet Plugin] Module=unit_display_prefs Version=1.0 API_Version=1.0 _Name=Unit Display Preferences _Comment=Allows you to always use metric (or imperial) units for display. _Category=Tools Authors=Thomas M. Hinkle gourmand-1.2.0/data/plugins/utf16.gourmet-plugin.in000066400000000000000000000006141510115424500221710ustar00rootroot00000000000000[Gourmet Plugin] Module=check_for_unicode_16 Version=1.0 API_Version=1.0 _Name=Check for Unicode-16 in text files _Comment=Enable this if your utf-16 text files aren't importing cleanly into Gourmet. Disable this if you never use UTF16 and you're constantly being annoyed by the 'Encoding' dialog when you import files. _Category=Importer/Exporter Authors=Thomas M. Hinkle gourmand-1.2.0/development.in000066400000000000000000000001201510115424500161670ustar00rootroot00000000000000--editable .[epub-export,pdf-export,spellcheck] dogtail mypy ruff==0.8.4 pytest gourmand-1.2.0/docs/000077500000000000000000000000001510115424500142545ustar00rootroot00000000000000gourmand-1.2.0/docs/contributing.md000066400000000000000000000123131510115424500173050ustar00rootroot00000000000000# Contributing Thank you for taking an interest in contributing to Gourmand! We appreciate that you're thinking about offering your time to improving the project, and it's our goal to respect your contribution accordingly. Although this document focuses on code contributions, you can contribute in several ways: - File a bug report. - Add or improve documentation. - Promote the project to others. ## Contributing Code In general, the process for contributing code is: 1. Pick or open an [issue](https://github.com/GourmandRecipeManager/gourmand/issues) to work on 2. Post a comment expressing your intent to make sure nobody else is already working on it 3. Set up a development environment, as described below 4. Do your changes, and when ready 5. Push your changes to your forked repo and create a pull request. ## Setting Up a Development Environment Fork and clone Gourmand. Ensure your system has the necessary prerequisites installed: - [Python](https://www.python.org/), which is what Gourmand is written in. - [PyGObject](https://pygobject.readthedocs.io/en/latest/) for GTK+ 3 and other GNOME libraries. You may either install your system's `pygobject` package(s) or install the necessary system requirements to install `pygobject` from PyPI with `pip`. The latter method is recommended if you plan on doing development within a Python virtual environment. - [intltool](https://freedesktop.org/wiki/Software/intltool/) for internationalization. - (optional) [Enchant](https://abiword.github.io/enchant/) for spell-checking. At least one of the backends must be installed as well. - (optional) [GStreamer](https://gstreamer.freedesktop.org/) for sound. The GStreamer library itself and gst-plugins-base are required. Python bindings are provided through PyGObject, so GObject introspection data is also needed. - (optional) [poppler](https://poppler.freedesktop.org/) for exporting PDFs. Python bindings are provided through PyGObject, so install the GLIB bindings and associated GObject introspection data. **Note:** Although some prerequisites are optional, the development install of Gourmand enables all plugins and features, so you probably want to install all prerequisites to avoid any issues. You may want to set up a [Python virtual environment](https://docs.python.org/3/library/venv.html). This is optional but highly recommended: ```bash $ python -m venv --prompt gourmand venv $ source venv/bin/activate (gourmand) $ pip install -U pip setuptools wheel ``` Then install Gourmand itself: ```bash (gourmand) $ pip install -r development.in ``` This installs the remaining Python dependencies and Gourmand itself in editable mode, which allows you to run Gourmand and see your changes without having to reinstall it. **Note:** If you encounter an error during the installation of `pygtkspellcheck`, first install `pyenchant` and `pygobject` on their own: ```bash (gourmand) $ pip install pyenchant pygobject (gourmand) $ pip install -r development.in ``` You should now be able to launch and run Gourmand: ```bash (gourmand) $ gourmand ``` ## Style Gourmand uses *ruff* for checking the code style, while trying to closely follow [PEP 8](http://www.python.org/dev/peps/pep-0008/). Check the style: ```bash ruff check src/ tests/ setup.py ``` ## Issues and Suggestions We welcome feedback and issue reporting. You can do so by browsing existing issues and commenting on them, or creating a new one. When reporting an issue, please fill in the provided template. For feedback or requests of features, please explain with details, and screenshots if possible, what you would like. ## Translations The following describes how to contribute translation. Update the translation template: ```bash cd po/ intltool-update -p -g gourmand ``` A file `gourmand.pot` should have been modified. Add it to git. If modifying an already existing translation, update the translation file: ```bash msgmerge --update --no-fuzzy-matching --backup=off fr.po gourmand.pot ``` If adding translation for a new language, copy the file for your target language, such as `fr.po` or `de_AT.po`, if translating for a specific region, and add it to git. Once the translation is done, update the translations: ```bash python private/update_i18n.py ``` Launch Gourmand and check the changes. Once satisfied, open a pull request with your work. ## Testing Gourmand have a test suite in the `tests` directory. Patches that expands it are welcome. It is run with [pytest](https://docs.pytest.org/): ```bash LC_ALL=C pytest ``` Most modern python IDEs have support for running the tests using pytest. **Warning:** Running the tests will most likely mess with your local configuration and database file. Please make sure to backup the corresponding directory content manually BEFORE running the tests. **Note:** The current test suite unfortunately is rather small, thus we tend to be careful with changes which might break stuff. The maintainers encourage every contributor to add tests alongside their patches and/or utilize the principles of test-driven development by writing tests before fixing a bug. ## Blaming Consider using ```bash git blame --ignore-revs-file .git-blame-ignore-revs ``` instead of plain blaming to ignore some mostly irrelevant commits. gourmand-1.2.0/docs/installation.md000066400000000000000000000105641510115424500173050ustar00rootroot00000000000000# Installation Gourmand is currently available in the form of Flatpak, AppImage, and Python wheel. For wheels and Flatpak installations, you will need an internet connection. The AppImage can be copied from one computer to another. ## AppImage The AppImage is available from the [release page](https://github.com/GourmandRecipeManager/gourmand/releases/). Download it and mark it as executable: ```sh chmod +x ./Gourmand-1.0.0-x86_64.AppImage ``` It can then be executed by double-clicking on it or launching it from a terminal: ```sh ./Gourmand-1.0.0-x86_64.AppImage ``` ## Flatpak The Flatpak contains the full environment, but depends on other flatpak packages, which will be installed automatically. Install Flatpak if it's not on your system already: ```sh sudo apt-get install flatpak ``` As Gourmand is still under active development, the flatpak is not available from Flathub, and instead must be [downloaded and installed manually](https://github.com/GourmandRecipeManager/gourmand/releases/). In a terminal, execute the following: ```sh flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install gourmand-1.0.0.flatpak ``` You will be prompted with a message regarding the runtime: ```sh Required runtime for io.github.GourmandRecipeManager.Gourmand/x86_64/master (runtime/org.gnome.Platform/x86_64/3.40) found in remote flathub) Do you want to install it? [Y/n] ``` Select `y`, and a list of dependencies will be displayed. Say `y` to install them all. At the end, you will be greeted with an `Installation complete.` message. You can now launch the Flatpak either from your application menu, or from the command line so: ```sh flatpak run io.github.GourmandRecipeManager.Gourmand ``` It can be uninstalled so: ```sh flatpak remove io.github.GourmandRecipeManager.Gourmand ``` ## Python Wheel You can get the wheel from PyPI. Some dependencies must be installed manually and/or require more work, especially for *pygobject* when using virtual environments. The following section is outdated and requires an overhaul for recent Ubuntu versions. Feel free to submit a corresponding PR if you tracked down how to install everything into a dedicated virtual environment. ### Ubuntu 20.04, Linux Mint 20 Install the following packages from `apt`: ```sh sudo apt-get update sudo apt-get install --no-install-recommends python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev enchant python3-bs4 python3-ebooklib python3-keyring python3-lxml python3-pil python3-cairo python3-enchant python3-gi python3-gst-1.0 python3-gtkspellcheck python3-requests python3-reportlab python3-selenium python3-setuptools python3-sqlalchemy python3-pip python3-toml gir1.2-poppler-0.18 ``` Finally, install Gourmand: ```sh sudo pip3 install gourmand-1.0.0-py3-none-any.whl ``` You can now launch Gourmand from a terminal: ```sh $ gourmand First time? Setting you up with yummy recipes. ``` ## Windows 10 Running Gourmand on Windows is still experimental at this stage: the application can run fine, and even exports to PDF. However, there are a couple of issues, and the installation is cumbersome. Download and install [MSYS2](https://www.msys2.org/) Within the MSYS2 terminal, synchronize your software sources: ```sh pacman -Syu ``` Then install parts of the dependencies: ```sh pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-python-pillow mingw-w64-x86_64-python-sqlalchemy mingw-w64-x86_64-gstreamer mingw-w64-x86_64-poppler mingw-w64-x86_64-python-reportlab ``` Install the package from PyPI: ```sh python3 -m pip install gourmand ``` Then launch it: ```sh python3 -m gourmand ``` ### Pipx These instructions have been tested for standalone Ubuntu 24.04.2 and Windows 11 WSL running Ubuntu 24.04.2 and might work on other systems. [Pipx](https://pipx.pypa.io/stable/installation/) is a tool to help you install and run end-user applications written in Python. Below the process for Ubuntu is shown. Please follow the installation instructions on the pipx website for other operating systems. Install pipx: ```sh sudo apt install pipx pipx ensurepath source ~/.bashrc ``` Use pipx to install gourmand: ```sh pipx install gourmand ``` Alternatively, optional extras can be installed as well: ```sh pipx install gourmand[epub-export,pdf-export,spellcheck] ``` Type ```gourmand``` and the program should start. gourmand-1.2.0/docs/recipe_view.png000066400000000000000000016026631510115424500173010ustar00rootroot00000000000000PNG  IHDR(cpsBIT|d IDATxkmKU6k>7T0ɉr DO5 Q0C[ cH1K4"jbP~s4;i.z~W15k}66ZkΚUFSjҳ_k P3F=hy5}:n1jC @b+哙AD+ Lƞ'!e ը4fe3b+禟L}ДUdK$0"'&!Pq|dyb4ܽJ>zW`%e.ۤf¯D0g{y$^Q#W拱ЫdWm5淒|Jo0&e`*w3ٚD-Z>޿1ױV%T:1P4z|6J^WeK`bY=*ygrID2?>Yc\LyYsiL)#>j(!/:5qAUW6ԀbB [0#F+6UjZ~ⱡ,BYyYUQ0FȜ:1m u>yjʨsO 3\.Cԍ $ 3#fh ZɷcЇ{moLGBs-1Hw\Jnq/so4H"!<3I'GQiþr\'Ԇʽlk6،J,#'ZQ-M|\K4ѴrD?y=?,%qw ];ܵox=i5݂ݽ;vaHMQfFW|ћx+\]ܕFABIh6iXPXJ&kl@7ї֟C".=LN!5{_˴񁶽.s"`Y'+sev$q/^j@.}WP45k|`tSE&rbۨ]&wׇ@vpgθYdrѴIQ}g"*kvzy,$=~[en!Fe!Em X;ϗnmO0I6EHr׺J육帢[[_kb׵=@=|u0VR[2`Lh0HMdjg%JVkCJ5K\͟T*18$3"jJIݕ6i֐uijPʴGk׮1'g?3H7ߕ9;Bш@Q;aOd10rOHm2aAL> 3 Qlg!WyDQ$6ɣʪٛ?@WhAP[(2ӽ눁̆WZg*8I\Fs1 O Ϲf&>3~ RYm$&&(la.?YoeTQUOw@`f԰ gsL,(# 98LG9szHkoO]+T[VrVy(jzK{멌{uZK58(zE.fg#}!I6PRvW>Uo&:)itNV*]؍ C2 "`aY a3ys[KghV6_*^4d5%b<"hؒ -D Jmv;1b/T rE~u1Z1F.qF<:%3 >y!qլZLvZXڒy,Tmqox̤˪ b똠MpG ׈2+(ۆaY 1ʟzL4*/)MpS^ `h( r%Ϛ>ua$  +^ۭJ<UgƻF8dT&b]bE\| 3J8A뾯ϭeڀDyRp n0$PjTC˹t{?5bh:լժN̜ƪH'Ml Oڊc̋9\tʚ_L"&#,b'(=8<,y-X8;kdg* ycx+Z0,4"%͓>%֜#[V g!|VrrNzjK2LY58[ ^ W3k婞 }9) (CݑC+I<\e~FeTjD?:2͇Eʁ梅J3 "',IN:=d gQW$γ#}w]=.v;,,7 y+e-$HKZRx\뎎ր=1+Y!21NV0®a޲7So@ɐVPئ3+G4ˆ22:K.Wk&W #*|Srm) ?bUX6)@:wlJ{WHk;9Xy%(A%d ֽ[#:> vM#fה#2EQCCG#Z^ Hhd#[X"5,GRi'trQIF. $TRB)Qu+^uRԻsi  qNTVj֓s4=1h 3I1bp;'b䗢HDPH_U>}ޜ493wdVOV 3ҡ|c,p /v3MYO!]akJ}xrfZHcE˷Rya@bFhUMg~ jU泩 ukⱥfPhlfmHD~;#=z:Sۉt/8rw1H7ƫ2Σˀ0yݮ17*Z#Yckm4]s΅N\Ŧ l5hTq-![J#yi:bYFu*d>0۩x(PH{Z=6]tw햝e߁HH]uM X6cՖ?*nm?1pG o*r9Z"={ӣ^@u[Ka2tDː[4ӣ _v u&nEBM,MD4JOdm!(;~=t ֥~CDٌ.6.1Hv>ɣ(RlcO4#K)JP .Ɖ#uukVUS(}UsDͥy()@[l-m8w( 9) lc89%- ' ,p~҈VvMX H sZjG XH@"qq/.Q"S`[i %j[,bJ/>ĎQhw4Qeɜ"k'm+Τ.59@MQȥ >"MPa|epsZr9i)-=Dl4zDDҘ9Jb5uuC`ɔiHl$W*Ӎt,.@M bSEb!9N$OX(,oMWmhw*eN=&XV+FTf`S*XJpr4c["ɒ,EDpB;)E%)sBi㳆zhT65 v@}jcH]j[RRKόE8i6QRPjfF+HaFi L#CJ[3<n,%1FO5U%3nN 4w&OތV:)IgMn@-dmQG^10g6"r"U 8%n'7-C*S& JD61gS86TVTdƮ,6:Lw lߣHG;_伕q(W[H;ݞ#`X4UC[TOd yc0*eλJ~J |LAo\UA-2 Va)NXvC3Z9zF՜=mp昍n*?dQۃU ؤ'zݷ̘PW)cF' 6@3o:t'yVIZӤe|)%WWtםIn 1$(- _ MKۏj:TI-O,9O&t#ZjmiLM.JM nU E"mGRe~JKUN80vnr͜eCB(M/:޳3Bq+N:ĬIq~AB$1( ʼ:UdF6O-[CڊH'@ګ7>qVLg43B㜈ZvKF?ǭ]әrS;8rfNX-dFFa3|ub\P YV>U9#aΕ6<8Q1(,Jw#zmFu>I!<\auL']5b(htۮ+5yA鬶J=.Y1-1,'f^XYa7@Sbfc(tNsakv("HDEȷDkR~V$ L^DTݸX$zeG5,4Ek#(Oh } @vء5]f#hË҂c0>3ЁykaTfx99=D #"[`q+L qnj먏MΔ٩j-oۜFc:ZlHpj:2x[%3;O6fd6i>&@lNrF,F}):!Ԥ/eQڀwZ 7g*V=olF E д ٸ#d\nq4׶&W*~]k$LԚQkqB4{moz ˎppVm :b!@]U1Srf.x "bt%[8,9wmz#]nco4d@uG0ymv8dVQFM'j7d3I$TήP"z2iT!I;b_%b}YɢES-ЖgV~z3O4JiTIpiݲȎ0;4&٥t*gIېٚr]*dmd+|l.z{^`A;r4o(x3ȗOPjKؙweq̨AۡfQM<73XH8);mgh 䫺^52ֶB*Θa0ضI؛u:mLF5Fd d=)7 FvpH,7)Ȏh+@HEo^M緥v j5umpwSڗ\Wos(F_ʉUf#%^.uA-#"efmEҥS!`xn9nobU HFkO!["+dE?@m 1f4d3̶;+a:fpZެ &M ^ wk9 UVnZ9,ot3@UEZBe&s^ּFN5l^c%'t55pr,>"d${nrā|ע;\z_H Yt\4?^_][N /#ƛ4P;S\;9p91l+oXہjrٵ9@S<"f&+M^S-4d;ly`uJ(&ed~nx1pYEf\1cBS?xA+pl^k\k#IO$Da{QoU'%9h۞WT`,\Hg=9>k}$Ĕ.8_I ۾qŚFߢz0IH@B'J [M@Qp%*wDTR A H+!=c|$f\iA՞^} Z.YyS l_C[dL+" yK@[+ 6I!]I<#tPt]v:fo YU++ 8ot(hmvTVDA(4HCi[FD!d*\xe#-)}flggxmm4}İ429>Iܨ |P:*1!R`ɶ0FHqVϘ~3: dK3-,c5L F y`Sb4#:h}.è7}涍r:x}HM)2kk杠M#_ g)#m3@>؊ɺu /{#A5F[˲⪇2F(Mx1rl-BK2*uu.6 1W8_-_pkIFpak-dѪ;h+ HDaCIdס1v.:p6pbvp)VAYt=Idz0@'q|Q|2Eĕ4q-Xu֗96\賗 #r=pjGKTJD[XgGϕb(ٛ>H+<ԵQgL/UN[T?@WsrͶv=nٶX 47,r5pbIDlW";\e8`NoRkYmG1£6Hd—pF:^i?RjoZdyD6%_4?:\a2ZNfQHgBeg0ʟcNd:'3K,EP ~m]-?n*f@*xr}F!7Tyϻ D9zt 5*̣ҷa=zld9Cn?R_"c=N$#\XdhR`dyȋP*HLj8VjƥI]xeBЊE׈mteculV>W.lN4⫔C*y‡BQP݈Hi$@[<8w_VdCXWeX7!s5yt*r5K<Tʬrrrׂ::fJl.j| zP$5.k\6`LlᬱEUfC'*23.oX&Tj?[|2-UfȺ=E33n4D%qr׏" Xi+۸ on&؊1N(/|Wp) X[WmOGg&G u tYB۵mzؼ 醵'f}-[Ooul8)ȉ, x_ jHk(=ɶgJc";Mumx.G͔JiZ{4ʚ[D_2H `њh^h.F÷C"J|:m5a׷JE4&m6]DVl&S'<9~,$0 ;S4v^g-+U`i&QS򆱆ݲ`iŢpW`l 90p:{$DSc,!+t ý+_kAS40S{ `6$V˜B3X{[r3-v-4] sDYiO>">OELOJz1dIJk+T!xΜ)*0"(ɐOa6v P-4yf[( x^r <VV"FO qӤgq杧 OH8it$HѮR&gT^?>s R3B8>&EEDm?nu+HCCY5߭҄LE}Xah CiULZcguVePiu޲A:Qr&`{͛ek!7nXۚFa=r 2JN>+nvdJoY8vQb3iثnnE0G4/[R|伟Du}'EYVzy³Si{L*Mum=vY\etug(v#׈ʝ\_ݾQV&J{'#?ci- v1.v [tgiti~a,Mx]1øy%>Á%Ĥ%{U?CEtsߖX"?2 )"*F[di{tS#uZP&FI}q>lI{%Uii7 8>P]gsg-Cjg;XxӐyq@036՘mT }qhXHwF@dk~ :f!roymgW2D`ء1[9}9z]єV!LP9Q@cMV 031vŜr`(%h6oN#,z*3;~*Yx8($ &rŬ:%O>:!礍t$ZMϜ/և\_-Ne]bk ):C/Z}*m?Wc}84M+5'ą_mZY?QNle`Q|TelGGW y֬Rh_s2&u^1 5:#ژ,IA$RS8cTmAWs3?EN&SXdK% ̧Stus $ͺ+&xJ_E''MVz ff[@'nI8mm+/W+QۚU-?x0~LyHM2$@L0zC-X[%`oqlS !DqU1=^.Nix&8'ViuC؏S)h'Y+4I<1z=4+erG{;ޘ(sԖS0alvp)[se@e}Ll2 p؍([9=t9cvmlupj&Ég=ORT?)%QLY+FhIٱ^d6pKHhʶZRes/ę=7rKY hx&1ɣcwSGbN>#pvPb=iqX 4*$J"0آmx-Ɓ>J FvG?x96Cj^HϤkp, =nӂ|8а5\uX`b9O.z_RxJgѫzEMMg.Z AT-/yp7Jle q1,Q o/hXKX[+f9WI7RBWd p > 4x#FF P ]Ã_nR-]96Vd%8'7Utb" Ȧ { 1_3EEm/z@PS|qnW麖`:A"&=mD"Y d7>PaGLrarr x$뤬"El=Ws,)=j-g`*SQ.41h+hM0e'l0<V('&-nED2G~8jZ*|D<)+$VLa6 ¸Yڐ,bۑi f#bqέΆgFT41x |1(p/jUri"lxHM.qeO)Jz6O#Knid#]gQ#83 =CLp%:ٞQf8VGf9&gv5 sd(h]j~BCw׳%f}FH )NӶVᅣi/))|v^<Չ' %1r$cMe"шc@+'޾T_7j۸E9GXHz0:]}6h&Y%$_BC` O;"(&l -[`95Pe&g,Y r^@륑l\P.X$Up MjCk@hHE mb$hCMޖ5oQ jmq+8Ou| hccBkU܉XGaY&:K7+=1JCEC<R7l?# }s1tXC\nV5Zڳ^Ԥ78ݏ|rXnUOh/[E\C p#Y&M iTcLNl[UܢVj2BM k٪h.jhS|֩ ,ěЩŮ&6YObf)b5 Sv#@鳷x0ŒLvfN!O%iКb='YSE8ZpmZQ&1bzHXϺPhC N]㚪 ;FklȀGu; '9a# f~B-GgQz0;ۋjw ˜,lRR }Fg|.!lK=6*x4*)։4/Rl{!ɔdw4e=><1V>f4&9Te:}4\a8Pq be0VtҨKbωͳFvqfTyqQ;f <(Xg[i+7eV#UgٳZܔwXoٚ?XMd'Kꜰoܖ|=(Ͷe+Qg2'14s>_o?6y.==HdH[$]U7弨J?ETjRo`c&yu`f7#LEU%TUNԧhzzRfjs7fC \y +>r!s ڢ, |`,!Nݢ3~{?h w=x9lgxg{E`ijtnoZZ8%`kKlm\/0## i2B[c>WgcWc<(p۪u!ffGXu9c(ɉx;(gRE;;\hu ^q [N& 3.d}rboFqaxUtsm¼YW,9{b¬Gȉ-#ȵ350GRc0tNV&ۣ䖕W  idgc9γM.Nl6{D5OiW[3Ra:iZӠ:R&g2nZ6G*w) R:e}Xn6K[@˴3z'VP]ܒˋlMwK|'AURp|FFaPdig+2ͺo'vr[lG4VH?m -menLl,y]FZV _!blcQ^&xlH[mps\ݚ#4+ m'O rM/No9Oej@8A~mX4yhqU`dS "u],4F)g􌌭gCXZ8eE5ƓoN'z;UC'&Tos،%fVYE̮⬧Ŕx>߁|N@! $`Dmu' 2RqE~(]]>Hx0GcV*S3iL1k]ADߚc)7'5GyN BV~~0ewg4\WH}78Z /ʳ]"bSٜg\zX#!\ZMnIztDL20,$9lɛB& IDATQWqBaѧcHD2ܺ-l6A|0VV鹭Ye Zd/ӿm{na[):ȣ3 8og<3PV͛Z91Ї!!*2p F[ft i~2}>F)4uB'm3Lќ'뛥#{fjW-M=~OuPꙉ rO>E$4_0%SO23Q#v[|$eUSjl@k aPl ~l׃1LY$3bLaz:W+_i| Mnt;t} _#,MFc|a=x;kW5..29aҖ~)zn=r4YVc}8>w:+.:hka4(IeHdRqh5$N͕\MA[ qu0oŴN8%el_4r̖_H%f{k55(;S6I9Gsm: S]6kI| "W55ުU'fΤ9x?ݵp쏉*ڸcD(tƫNp޶&Q]u?{pqh_i`\=ކt+ (82H3oY9'94"h/Uر68Nnu`T\"WrD8!Ȁ cbq?q㽤8P2z{Ol0p !Cn!Y_ClݍU=EX(KʂCt#3'mTkl6O<3(nv<g6d<>v*qg,^*['014yilAvfgѐw3&@Eh5s|3nI4+gE w U3 `iJrzr]7sv=RI!j5맍[-ǒfv֊0>͠fwMԇ"(+ZXn܃_,~ EᐍQ8AQ9ĉo? qZ9n!sagi0H6C*S:+6:3%p8{ A}z6 arJ$"Q?n|`70l #fo`ԞT5C7 lP1wco!#0Lq$JİSum$?@]vLg8(NELcAg42U֏i˱+ ]" p諊\^'%7 =EUёcXM RL?ݾ;u 8P]f?q+?_|?>zqNtNtNtNtNtN_*i O3a`qəȋo^8Wٝ_{ 0 %@ 5,5yc`rf8!ْI;=X|`%| 轣Q]vĚeQ?w߈5j @0w<63o3hbx;slIXo@cltX'^ R)G~P5$#"9b_vHʀ#ճ:S1fX˅dh;În4 쩸PKm +8hk3[3]*u -)L4ܛu07kI+=hgI\?Yu@@ g/$@o1A+oBH]+K)|^C$α5YEff;V~U#b\,}# hh 47}070Ȋ~\fnS۴ Zm2Jѣ Т4M-`?/|7EqMN;L-$썠R,|VP@@~^uddy>(!N 0*ftȿRJ[;-JxܭD+)(vY =m2/LJ 8wg9[$^sϯ{G{Y"A'SkgKۚ|lB[X`n>߀s:s:s:s:s:sRO |Y G(G7@>.uZh s6žiga19T̸y 999999}ӽww(hec,e׌証LkQOc{vNkM1v/r.vXo*/`D% J=c.ʌu`P(e `链<0!ETȼ $[煍.zHȢʨɛ^u-.[`x ΀i[o"YyS@%Pq@۝I;c: f6 Mc;Jvs:s:s:s:s:s:MO;F9!4GDLN \"Q@<0 o.[ZŲHt3ĸb]^!P @E T-Fsz)J2jUw;#3**giy`lgL>miU}5r` XW|DqlgұV2+U9Ty>L萗tTڌzinK5J^?bm;Ps*ΣPLqv<ࡷ$*pȢy(mNALp[p;;n]4wqA)O&v ˆ}~G 9$v?@UPTpZ` D C] Ef(6iYDGypq(&Ӻ gX-h;X*@(-jՉetJE+w-9ǜ,`gcwd IS]X149#O???A<||۷}ۿ7Yw,Ǔ$|}_{g<߉~}'~'g??Ÿg>ٟOc?Ry&|V?qu^2|W}^G~G'?j:Id;0@]Jg+``Q%ɷ4hZ9T|.w-{.o܅B:0zw`f?,ͣt.B. ;nװ_K[PRBpF8Dp7νFn KZ`nPBK$RlWlh8Cu n\~d4]^g}eTI$\z:9f[%n~^}CRm*'= g|42Nv׽>eJ`g>}bU2&]bJ `;ٷTb1.9΀O(kt36]ײ0b(LT{ޕ[gAp"^'bcec#עo]O=d@9T?c$&99ӗvzC?Cx衇_?׾_oX{|X]GCs'(7㵯}ciO{|ߎۿ- =z;R99я~??|3{h<zի8^W=y~~ 3[1@D@>$K)v0;WϲjQ8-=,;¾ O_~]7z#`в,pkkˆ{/ ;yna;JFX^k#9.`ޮ&X/ѵ,egL9pCvT*K-^IgK@znLQ08*@EB5i`.5e=|d%kMh}^f!D-ҬzY|}g݂'}i5}k 29,X{z-;`_:Иv`x x67>-$(e" onޥXoXߙk-+7!PF$vOst`n`? soK%ݼyozӛ<ozӛp]wW/D񶷽 ʯ ^w}'>-x󞇧=iy&~7~|3<oy[g?d+zֳ[Ur~ss\(F-p vqDe[sP5M{4,O G_5?M= B(0HQ6y[!(ձLo;<,+7.멞B'JG!vYh3Fɶ52%Vs0`>wS]}2VG:Ͷu;-L+)x "}qakxYs{s9*AtqVv"J@:|;̗lUVlu *u3DXux99ӗJ?}cn IDATx^/^WG 2կ~5[[WW]o?xx3ԧ>WWWxpqq <w|w7'>~x;ށ;nܸO?xMo^:Bk Gxހ?1|C3Lz[r߇<׼z׻pmo{ַo|#...׼~g= o{_%<-|7|˿<wO|">O~WG:~'> |W|w0~<`>WЇ--ާx3?6auf>8s: oxO\^Mx_K˾ =߃;.gOs?s{]s$jtt[w7٧Yc¹--}#ܵkk~(ydk`,LM"[o,EξZ4,/{ofYUޚzfn@ABCkQA$B4?[F F'o1b
D}fc>[=݊SԽ瞳u>]k;Q|3 p:`h{,5,Xw/O.*+esN!T6US%wzKهZ7,iP^90ڎQb'DJj )0ugdd< .]7X+ϺO52՜AUI)6;Z({J7=A{CwGlH*C*_# Vf~I.龳|S pͩyi~ LXq@lu]83pcڵ{q9ओNªUpiMn 6l<80w\~[/~SO 7܀=z+ ⳟ,xr?pXt)77j׾k/{pw6\s58p[op¾u]Xre񎤒BTl^2k)UM2Uҿ7(U[Ez${ƠeZ~\L<IH@=CV;;7~LOb[ o, ZO}h L*)PF0׵-1V/P>Lפg> AֻW}>{E^k{ؘ|{§~iGKFV$ |3J]و:Nedq>O>f;Ȋ\UoKf&|AXN&"3Zc53Ν Xnkbtt?pbڵEam0|VMg/| 166V9c||{`^{a[ԧpwcP 9Yz`bb?pk8~j*]?gV Z?CqN~8&&&`\r%Š+xk-Š+myqqñ[nK,>^Mw#\pz)ms1]|G*xꩧtR<BUp8v}mh- 1+ iųt@ VB-Kb rq# zۅPK`UcCUU;G(ԧ~> gŶ,Ya`` BG}$/_ TlzƌӶώ=X|_G?QZ-}WkmfϞ Xz5k/lܸ1Nac5g3fG>,Y$Ϝ9s^qꪫ0:: TCKYzVL^d V^K/'T[C \HT-hUR@zr`e UQ.-U)!Cl$V,T^2W#;?"#",_:>C 'X- )^xEa| ⪫C=o|ؼy3N\`ق xb}x^(*oߦ>oo/|?m<kg8pYg,K,Yw?֯O}ji\p/^. CCCe]ŋ .ئ2 8%aȉ P*< - QxEQ?ŷ @r^`OZI҅?:h '[z}6 ae);ECӟG{n* xo;1RSTPe@P\؊Jw5SCکωEIA%Nj(;ϖFq W0Z)ԩxB#SeLU=AE=QEe'? "cv8iy=~1q[}xrk]MiAwZUTelw 7 i)q_V;l AѷˆB"ꓞWjU"@0j!yx{ߋK./j*uYk|p϶:(\|?ŋomfϞ}ch׾=yg}3kQ\uU;MΝ.,*ǘfe]Ќ`x);(v$ZpE d7>/0ˑ(HUmL sR;_(Cm?Nc y ;09)^8Qoy/}%O@a#g(Hjh-vˣ]H4yv.)9ʮO{L7 <mC7yI Y}0Ҋp`"z̯J+hw jgw7+JF& Sd݈ hGko :V$yoJHiwKR%*zl`H!$`0&)8)ɘ_|&2X63 tܷ4R++̻٫wg;iTV&$-ʷӎ4:ߪxlgtSwʎC%BG>1kZZFGG122&''hu0{lt:Xj t:$ʲ6oMιʱ(0001036Z6m֯_9s (066"j{ddSSSDQ(hZp΁c(3"0&''|l (2駟0rnPSSSyyXd -[c9cccŀk>κB!~{>s=ao+^񊘆o{Xcnؖoڴi οMo»6^ch-+D{H9;W8Z #x!hZ!"`<a3sG icƀNPJY;e 5%o*C-C-*0"[^R3%P@*Kt:2`0)15UJƀ+E ~Yݥb-.+!DF=$9]L xA۪]QWk(CwLOŒ J{Yfb.3IBXäxQHG0J5S4\1?rV^b3#)K9-l*EY%ʥ*N"SR*)}.!#PT2K{к@V3)4a*N&ԑ;\6 CV ?ܗf֧&G:x(\QD Ӹ(l i+|=>6G@jkk3XxeYbll,@*:NILNN@KO8vv'^c>88,Qeg2`C7Ν~MMMK/;0\N'nS?4h\5鞧BrM,\nsy*Te}f`Ș̌d (K; ay$NRصU?{wSA#l.`'E.7Sԋǜ{"Z%|V8GBr>7*%C SA}3iz.|uXqU1c#sJ IkJ I 2 EK.PTצU[uc*+sŤb7D9k㯅ΰDlqLٞ{siz]7<<~OG$sR>[%Ҫ@r$ILaor +8Xo[M4>:&iEbU!l:6*i F[+RPn ߜR+*F eB!iڥmk6w\ o@YشsKWޖu]|꺗}K Vp%+o#R#4@)pTcMBw}=j RɎUR@s "~3KTlWre MwƢ2,ɈYTyD6e([dDI$* >tI\jrLx1L\{U]FYJ`;V Υݖc@)o'kkk~g-I'SD.azᯄ>EZbS $ } IDATZ0X֖l;Cd簔pL(TR# h9"S%.ۅmG( ݑ, wQa S0:,Ad,̑pH#w|T%X% @j,];a*A/IR|+W9EuL&rTKD\քqR;r2f<lkBF{2uUKj n)Q֢ 3ؽlutRqǟSQlwVI28X]v\SB/iS;CJDHI5~) !Y@0VQ}J~kMVl׃0h=l*@RW,)[\5Xc5Xc5XcT !񈃨e2dABG=P +~MC zA@ BA@A{U-I?y'j@ڪjyB'8')լbXJ2;GL^ҩK:rZӈb$i̤9R**FLUR":FBp*@6}Bc;+V|6J!8o$ę2|'b$Sn=ktQHrDvl/\Rf2ph~$X[$5k12*¹ hY58hR4)i;ks1"wnZ[nGXu(CPqPr=Ra-FkkkvU hKșr{ɕoO:]$l{ ly [0 h9|VyJD Z3ؖBOڅ<J0IlGNcOCTYqm.P8M?D( ŀw FzuF(SWKi%eVڬ~P |CES[3svVU &-Ɇ "`C8ӌ%O vyhPe`w7Òr5U&+=3@ɜC91@ZmU69 Q6>3a9s3p CPWZtе] T*2^S&m5wج֋r·SlKmϋ^;4]F`@fwڵG?Bc5Xc5Xc5FIZ (Jk!$XSzIJcI+ =[3f ~-+2Qp #ޡrhN K}*Owsf2$Ŋts1-KݕR8Oh3EPh\S TqX4'ixR8Lc[^Wc S nC*a {zR/o#OdM mUى e@ R^:T\Yr`p2b8*y>qӯe]OzCi VlNVl1{n 1{;}5Xc5Xc5Xc/aeʝZVH +*b$R)*m51{cMhʒ gxԶUEQ9+P], vXFI Uu1K ek@ p -NX>0E1]/VĜ!Hj#5vźĈ~6!πJ9Pt ~A;} lk228N\F9UAk,Vmv]LĜA#D9Ɯ &"B$NI`.^A8R\2o.*@UMUQQwȱej (*TE8XEJ0k.6=L|Hy+XCPثb!pZ*NBvmw=71gE)?Lw ['gZ^#XKwEc%Q@Bg6Xc5Xc5Xcmr5DHTO5 j B@Z3m@ K!>Q@ ]B\y.*S 8`d$@Wu*(x}R"" )HOQyN 󩩱C #0N[fBܡE%8z !(K#_+Rr (﫠):ؘoB7X`ͷϭ?AĴC\/6.f-n)}APZqmb ʯvT*>3ULEFݗb%ueJ\<%)t=rEUCl,M0.^*08+.iJ9@ mRXzM9cӀjS 2a<=!H96'okkkƶT?/a%T-뒁X]_jIƒD'd˙JCw60.I/I T@QaÀUCa~NvES*t^a(p1gwMGRS+0۔8)eAKBDaU$0MSgl]ޏ rSc*"25NY^=){ʓPFFӻS A$glcNrWԃ@iv5ɉ_'n"q#8fe$ʏdJ8/ Uyc2TZUkTem<'c <e ҡ*#Vvc_v d$c0$=R*XM9FZ뽀NJ{i RT.SPyQIU۳vn`Q+Jž$=/^7v|0 `LkkklLi"hUiyP!'nl.K, {0 #CmB6si9偖:Uyݕ0HT#8gdqMv%`6c-P-a 9HDG(CT'tI__,u0giٰ8TÈl'Ak7ђb!8k?@äTP`0&S~OA`9T8ُyU;oT;Aٯ.\sz_ TqRG5 `&@C4ƤNKЎttu9SRnI=+:;G:WCLme>4.!A[{lk e`˂TLQ\ضPL} iZHk Hez ~ @X._8|*,*'pvTokkN#k^AuZBZ8*af0XHv'S8"D(9PKUktUGi-Ghyhmsyv2l5&%@A%"ہTSztF͊K0^\h,Vr#IB-;/M3eTZQ6֙ B^w֛u׆Պ2WU50EiBz9iX=DnDW7gmX{!K׳@%]{6#C`b{iBd8nUJ˝着kMc:6X@>*1(u;uBͫ:J) ĩ@([1>ഄ;فvTx-zYVTs|U+n$-dHPx s[hhڃ;kkke9Q192CZޡ OS#`0{AHˡB$vN/J OS+[; ")Uŵ߀HYRiYc]V:Jڕ`^/`Μ8ʫ e=7"uʌ!ZT_F~9$طT702T}':! ͸=sTQ :w 1cG?Đwr;Xc5Xc5Xc5PMF4-1T.lQ8Fj6K頑wȀÐ[BX 'w9/Ehwq@Ks5N<(!qi; wt(&0׭p  %V<+! S+MǬ&vk(5v9 K?XMBŕuE)*VP?B śÀ$ *j)Wa7szAET6i*nquvUIVr\vlbZJJ8SwioJsj&+i0[}7p_v!)b*m7k.k˯iE*lgPhiTuКx5ŝaaчw؀kkkƶƄ(zDt$xO\<6THݪ¡U 'vIJ3De\*t@Vʔ^^.+ # ک 6n%XS!CI%;im-TX)L;5f0@U;-|{iv)1ϋD4 we UASEEܪ}Bqat]RZkaA=/T-X=0%9cB{^jm[VW]:Nx=#`7Cx3w{f`,z(055U9>|+_GeW^y%FGGwEFƪU/eG?7͞}Cœ9s 6ҵ3::+?000>'zkm?S>,]rV\w޴{Xc5Xcn)ꎀ¯XJϏ͙X [r(z ‰<اSQΉ m+sV "jMIZb6M7RLǺ1$R$^OOsNv (1+Wą^s=~w>>a8####f٥k .\>7n_ 6Nn >oذ/xW5Xc5IbŞ P%j8@Yl>Ih}-V(tB@2rBQae\G8^Jj^ӭ =\ iQ@&yN==Bu!YyP"j 0p9`90-v]Kz$N}+%0NʩXY R7ɞ/9&=)ҹ^N0:z6c5fqXi.O1%hdk8E% E :Od9rs~ Qf: xc0_7[dvb={ ~q';r-81g?I's {7NQ͙3t㢋.Cr!Xb>l011+_~y\pQx~_|16{ 6mUzoߚl?~6.r_c[u3:nҥKӟz(z?V\翵5/ӟ48t:viѯ5Xc5XcݖSpH1RlC)az2 =C-6N#-e(YK=q$q%f IDAT F/"Z`ޅj& o?e(C@k9?r܊l'AXgqTy4Uh WD9$(;o[.hյm@`B:?p'|vAAQ92"oV*ydQ)s*^Ȕk1Yai>߽y8K($ V sZHeV`@UA,C[$|i`(*Vbe/_N+XA狍m᧯`)OafP9 MW9-Vۚq[gS~3M(n{ Gp߬a368ymcx EWo:,Em|﹫Vm݆{_zxsMNg6lߎ}CE]իWc}ߏ_׾^W6&''qAa8蠃h"]6y㦛nu]=^Wmo{nf|9眃 e/{N8cF̚5 /}K1h8]u:w^/p9c9w.?P}`||3f0k07|gD$ d Jک@2"hQQ@1"ԭ2喤$5F )U* T]=-ʔ2 1 $lzU^@vfKM 搪' Ri TJ@.,-q`EAǦ_|+vxcՈfVE Aw˨hɯJ-3OgREvMBA ‚<&:aiP@QG'u7k,-A \CkXH!)PW*Kž-[ggWo/" 6|~̅IeUϷNfA)e@ZTInVJeQ0^9>o2eOibLnZ_}S7]-6/)B{()`M8 g 52c czϖ Q{ؼy3,ex׻ޅSN9wq/`͚58y l`}s=O?4`x衇ζ|%3aX966ǝ9 8FGG+&''OǶ}Ѩjk|༤9G@@1A)N0X-/0R `N ;iqdI R$,J ֚0:ᜀ(AbI T2@T(ECbSWZU ,@|U1`U"vSmI̫H=۽ȏ'c%dX.*A Gj3J^kySOwG X~R*4ǪZy\(sljig*B[ GMaPEv"[3HKqBF <1{#.+1 # ^s=;lvx;lٲ8 6ooq '{cQ6][;DZ1ql9Lv:-ZM6~DΞض>H ]kkg9 !: 1 -c0U8N< ] C{rYJBX&r` ]J-QS2:%cS,T Fbܝ(Y ,5,eZVoXyǒU:UȯUD<*YR7NA<(%nfnՔ@S-)3N2J`%aE-é:C =ҹՂU'dmYPLuc0qV{z:PZ(1G 9$՗,7vvyMJ)S $8U_U?sʺfb2rd(Ԧ_Q=o$*e9آ0&P1 B֬|PVCm0OxbrΘM'ytO('Z= LfF /֮]s=7>w '`ٲe;+ţGFFpEaҥd]5r[p!Z7q饗 \LϚ˿wm pcɒ%hZذa<"%\wMg?~Gqx_K566o\9wΜ9Xf N=T_<<]:kkc rcot/* PPa y$t>ZCuRo`Hv˔ XiZ‰«r ) -gx'@-81$$HJEjckկj3ϔ9: >O.~=Ld;Y}%CSgv{ގM!k72gVTF滄غpRo܊Uj±āSp{[P}] lgPm++oJ$k  󩪩c'%k2lCQU tU/suXvk3n_W}\߬1< g"Cۛ<ښܥlѕyZf֓am?v=&7L5\'܀VnqǼ=p?1G`pc⑵Oӗv=Ә3gΖ%q;֬Y9st-ؼy3z^vZ̙3g5r(Ν[~=fΜwl3i5c~ !`͚5 Q[u3:ek֬nߟwy8餓bm]d`ڵx[ߊkׯ6k#N/ZpEvLJ])S, `0rh;`m/紽Cc Cˋ2k=J 9׋ʣ༳Qh*` 8Y$51PζW 1O5wpl`:*bZA)>vj!$}DHM^0!0I4 Q8V *;U1\LK ŀbPM T1VG֕& ʈ9Ml9DUI?qde%$ ;:k㒡<ˁao"SN,(3P .^# }KX-;mn{F/ vTkgd/@ui~\ @;2,Nk\Z.vzJ>ɎFu\6gY>ژԦ`|tsG׬Ț0AFrJ̙M? ~k0s0Z3ggo:Pu.7o6jvɜ뻲m{ƾ#mfl;ۏι-`HB__CšXr%;xήZG[Öcc5Xc5~$*Pk Pj9K $M$ 8bNS5xX:j a3`H?Z1!: "8Yj1Irٛ3xEIs}ER-L R `PI`Ny*]R $Sq "Ay^"hRE1CR S{ݵKa%V8\%gXM脤H}e;Daj^i(umFUVx^Wڴ:Gyi6HȯL !/ `;2FGl>*sP췡rUkmem5.YPlFN_QU2tV79 F]a\L={Ͼ0h*~$ɗiФJaCQn،u?P_zg#987*<{=Skr}X?9=gn940{jqc539|3曱b ,X3gM6<ZdLs (9r,O5zfgpChe_N"u%Um ҩ2y2k1 )M|(ʚs:zY" 3XT 2k~*@ZrQI胓RO#$AjP2ʗ%"D@9I RJA)!S.h$u哑$IIq*Ce PC^&s*:fDTV !Wl.S  U9ɩ!z2_#j;Եα<<'**fRFUJh"$0\J˷:Fqc a@9?fY-E UUe­B %`]G&1#vEt&d\5CY{h P;{Ww=$ _>$Kdʷ1[?쮋+o^f5\<r cON``p ?`FTYT Ogof+*|:Zu9:;WbLcf1* + +gé)I"+$Dr ܮ~Fp7s涜wj.b(.ȇi%PAc@2\jM0J\YUAc ^UU.+ ׳@'V 30n]أܣ5v s_(yGƇWz]kcV1} C kP%U&Wy;vڣ&HN 42kT42<,:  !|SJTIAԗS!Bȫvj&׫LPi9~V[U~F MBDY'kƆ(_rv5Dj|=`?[6\NpcھC105]1L#Iú hܺԍ0<: 02`w+x + + l\: RzJ"  xv;eXd QVY @2~U$)W:YqsʈLι'!m] Vv=tϚZ` D[rac.NS$8 *3IbמL Ed9VuV2rp%bm' kRGy>2Lw8j$1E?n9L2'E!br44Da}y|]FbQs]NpԊpC|ʊvXCjQLmw?)\EO_p8gŇ%+2,oΗfuf8^"$~D-dQ'ݩJ.~o`;1 6n ke7:l'\S*LC1' IDAT]W ŚO٤+~Zwr9R ʾ_%}1>KȂ<<}R}Lȩ%=$i'3D %ʽXM MĒ]nNC:ݡdq̑Ǡ2cq +uGl{`#fcO?R8VVXaVXaVXaHcR6}Ns'[YkaIBUAEbL$2L H.ɡ Ȁ$' JT>(ha uΦ:cP)4RXQU !(bƍUŽQ"Fj HB(ǮhShI j6J3rsװX,b~C_Wp*/Up9UvfAGi}1k8'e[ʁBڐOJ߸jB-B ~Y*p-!lqp'7:ubc!Eac5q!v =Dz":(WŜjckn$Q[`!=*-GӐ(&kIdg`AEdXxHD>o[.$τ2lTZ <.PIց<gwgPg *p>$0)b;%f_W! 8y@UΖ w>)d낪ݒ.kn@C{ڈ6e=z{sFRjƲeX=%v + + +ś,|12°<2̰D H%80> ; &!. .yU66 k3~̺!炉,Yup9B$^" E).:+6Qu AD8 N:eUQveք-DP4J|H˰G 3urt{wTx kD |Ș1q]ŏ6)%5C㱋du XX8mdSEUH/c]ms]Lk-!-+3g)(nQ(TEU.zP\.Ԍ? ]jy0%ezfdT 9=Э $Q^@:PY ܳf]0 ԐY.Z59 u,&6!~Eq׭U0q>),rn0jSU>D mϽz=~}!N5 ryDYeY}x"T 1`k=tqmC8=*eDV@?,<]a ҧ\ u˫}j/]Ϻx0 cIsG7KqP l TI1J_L")$5T`S~bXoڏ9}ZnޜWXo;vL/}˛hkۅ1t.ǣ;wafۆ-GGX Vi F&yԅ1 {-1f^"[aVXaV؋0uD=G~CVx(Hq͍sŝqj,YTewL g. ojl lp!B)v,apЌ$B'7pFZUqy\N.J5 @z"R}897,̇^Ii |tX{c"]Oʇ\1+RA n5R.QLd.W37V@JyCzxI@s\G %EmTʩǢbP5j=tRꠑFD 4UG)>6 ٌU!¹\_S^tРLҥL_>I2? y18*m${qnS Wo~*0 x)ظno``o?^q6W,{@Y ;wD3K$IuU+m̌)GZ`!Ơ\.cƍhiiASS+ + + {ur^x$yQ]]XT0&.ɧA932U@yaY đ$z^Yà"$TN" UJhg0[Iޥ )*Ã8"@Rb>}(`)IKv Ѫ$:g$HX[I  o-aj%?T+7d\/QgMH`}Y7p0v^ߡP&VبC9oJkȷlE99$?sH-`à|YuG zks<SY} uU MNU!jIȚ0yM PzT֓c4|x~<Ģ@rTP͌ GJإ̈́T)~#jkJ|}ޗkwazjx˓7p$>D? x/+cn܌c_Ya _=/WFGGsϣZ͐$jI,[֌4-a׮]ž}= 8/פ̠Z掕J%˅c<@ [8餓^VXaϱOGy DAC\tI¨Qn/2kdHO*+11֞DqeV Ut`˂)h4L5\pm+@Wfs v !PM̢n#R27{. ubv^e=<[Wwp?>?z&08<6*#my;z`Ms38:[ {Iy8bݺE_T9zm``hjna 3^a>_R k֬ [nŊE^ ;˲ }}怩YlX5Rثì8Sx%jMaV,Kȁ8G>8֚Xݝ \T>(ܗ 4HH@⠖,. k-` &JHWN#Id@P*8R#!g !"1&Rh4~KA QĄ YQMi#IBww>y'7$.rF)LpAUo~8|q|SCPhW0[c (: jU+d푮w3JD <v|*to MԆfQ3Vvy(7VQ!o]cbpT[ )X `fk]TLF(]q0K!4\Y>R]xp¦cףJ^Xl\ފ! 7Lk:#F = K~nk/Wݍ 6˜YVPnh];AD٢u'›T ;W`U==~?fji23 +j]|XI!`"u4SQ,I95'qC8 Ru .4$.N'6cm0vTv.;n1l6p/!F0{-*-QEFʧhW;!Ffne2HpmН߈΄0Q"0Ip erQ "ܱHf`#kYUx5XbpB{ęC/'KsCSpq4<i!WSVt Y '} U1]#>DR<ԑэ5U>@d6wu!a;5$̋ s?E+=9Lĝ1V&P~>"HH2NG5]l<׺ 1_u } zvu]+;1'tta,4a0#Wb|0>6S? \bKzfj&TNn:9lڼCUF{2܂5GJ7:sJfgg XUXaVXaK e~5Q r@ J8@p 5/"!0L8u @Id-[rdD{_ƪ,܎y_ tHICUlnt42vn2|L21pb`v]r#8$1 pBҤ$N> O`- GQ&)ɅB*kз:5OlCnBg^7<{SiY禂B0>Av:WT AYdkB GY wiQ߯85#8@*Ò`>x Wv){VXa/<|(|V {XbD s]\rv AjZ&yN  !r#9UT}bHL+Wsn?˵ȓ~ZH w1 v1֪ Nj HX6ꓪW`UH{9B>+"h I(ZXgsU DQX3N f "5)}v4?sT? 9A|Gt0N]}JDVh;l<+g^HR$$k}4f?'eN߃*OEcX/C xpkR Y6ίǃ2? \cڝkw1lgI7RkKU zv Upju?(t?fjIC#JhmoBCR `S< ֯Zao~rNzQʪ%mŧ?i,[ 6my_%wR^U*ߏ$)avv;zzfS.G8g02:I a۶XR];wq|A)cے`ʁp5N[t7QdYRN۹s'sAggKRGAòk^g/<(z0л{qً}/ۃ}{Gev]Rî]p 7?~ߢ 6l8}|嘧ZQ4XvԄ&&&c!mhp7og`o}[ؿ?>>ᦛnw܁!l߾Io|#Cý=o>YSa>ź%zT^f_ +c s>1Ncx["C\uS[ȈbDȁIܒ!2^ݣ8,HHK@.7]!i93CFB,Z  ˽U kv96;VF%lx.3Cn>q,WFՋ1;3g|tIs=g>38>vލO~>}Kn+m/<13*hN[ Ci*Ucjj 5k܊g'O>+V|699oJwu.y]lWӅ|###K055Gطo>ORTj{=Cp|*_͛7]wv܉??{+]^XabLvͯs]t a{ IBeqY: ʁ\Kle P\:>AIp5+@\W[!jQ(!!# @hg!!B<gE%rw ZͲGr^0<„aavo``m6> .ik)qr IDAT5NĪ}MOptW8dy,YșW5a$Ї@H89D/`5`M&ƣWf в@U@i}.SR_VfDX7p(j!]IǺތB+ Sy1YQ\J/.b@MZZ|y/ u,8x[cz<1HeZLmۇqk0u`kVc0g<#׮_t~oDXkμ2FD׾{Z;O=֯_/rկ0<<[n---x; qO^r[TlY (FGēShkmE5059Ʀ&0hlhUk1>9qHe{.N;4UW]~}C twg0T~]znvo13}qWE]e˖abbwYgq?ƥ^n Yo;<ȃvZE]O}S1ۿ6$IrH}{ރ;袋q\^Kۃ{J3<3BVN:Tfd#Vpsޒwupbǎ9X5;;[o===x[2Ϋ-]^x!s ࡇ7M}}v y^׬Y~1cPXaʛS(H4-jCMTWQ˰ jBlu/*,p +e@VB #{4UIAT($AlC* +$~&&X;QP*1Jh+_$4~`L?R+sD8dX71HA--ZF,ǻښJP<~]GC\ș)307FɣpdϟwG{H'^ J)0He>gITchUrỵX|vS8Rx@edzD4(ZbEGaRqI2L 8+@"WJ}9r$ C0 `M5B pFmJQڏ(K3p(xQԔ-ynA5 ºܡTa.Xx%,%= X pGnF6iecӘEJ1,>яGZ>9|hnnƭފ??̘u]n $I22"Fttt`ذq#:eQ8#ڂkaUho@{G _|1k|544 >2ۻ}p7~;>򑏠Zr&&&󘞞Ν;qUWa{tJ{bϞ=sT_|1$C=t}/`߾}O\}՘Zjh^֌~E?FFGw^ػ{޽{w^ ]1:Y4Vw-CTnC{kǎx[ߊ .<O|O~r믿?|ΫtMhllĿۿ᪫t~6tuu'?O?s]{سg~ꫯu,4K9?q?6ַpM7XҜ5>> O?4/Zw\b333رc&&&z?Z[[111slсj,>KC +W1ڸжg@B 1DȹR$ ,iYJ%N;c،Y ]l2Fg)Q"cqj!,f]bƒJ3v,#\Jͬ * T, B 0e U`3TmM0k 6Af٠j 2KfbeTؠ„ b]@=\xKUdfvjm7G΍Ųc4[d֩ӜFۑ;%%ou'm $# }y# t=MU2-e? uk֬0:İ,Zơ֌/ZfX b_FW k?zN粄9P$Mhn|)Ż6FI8TXRSiUU+),3` OH|mPTjh?}2}DqT7&F[|U;pub5HZʘ*;%EalxSFCC#L+Zqc06x`/\}%ZG/K?ի|z׻p3~ibժU /;w5! $E\ E(Hƴن w^ ζu{._7o;kll]w݅~ؾ};oP_~9+??~A+c/`kQ _*YZ"||@Dsrcfٳ4:>^vexކ}=yx oӖ<PDw=Z Fe2Cs]4WP*h[VFW{fF044`~Ї>?k׮ŝwމ~x?n݊1=owuc۶m;Nvm~lT*Ǎ7ވ+k׮_/8ºqcpp]t}Qttt[駟>\^qZL=~b˖- Rlpp+}v\pH˗/ύRo$:;;裏.l577رc.%Ӄݻw?яpgL .7ֵk +dL qf,9e@y8Y=9J\. m܇!(ajHH]x!g9,I:sʂ9Ǐ4':n ;‰g=H**|lDTA(abHv< *30(yQ7V$R 8!bٍV>6ji5;FއͩqzLRu椒r$G;Ѵߑo˰XL! ^q eFěq(yT-'j1OV'?͹vi,'퇌N m@]XW3Sh>ݳ-F8zȯfvx\g֪k7.K#v@\sS^Ũp)'ZbZP啉k1ߨ!]xz7g?Э|79-y8)խx'0x8Z;ڐ4YmJ Y7l0=3R*&h-Xf境b@ա //~;w"I9>qiN}݇1s9ػw/><83_JNLPh&;644w-V-6N̵pq-z_\F[[=XJ|.=GSNO=T<#ݮXҼ&)afd}ܼ}/_=Z|LX|9~Ԇs: \׭[r<` 35Hr8,VκLh .er)AU^4w/~ iݻwgիc|s=vl潵۶m.v~!۹s'r'x"v9͛7+_ _{75{]]]CaUT[\l :::e?6%_mڴ \r >c۶mx[ނ.;p_-KVZ%_77H8SgK} +^+Ф6c¤D=N^ɡX$cCCeXv x^Cib Pm"U& 3$Dw7T1. cEd$0Qe@>e 1Y I$1ΰq;CX𩻡J@wB+ULD"ScP89d?B`KOYG植>y9EI8C)m T'Ņ;"%ʎnAlQѓbHBQ]~<(0)5GWSj "@F,`TxpPCۥt>Rga %O8f0AT2B\1%Hw'4fq Yd®4R#sAR}if΃5BLTP*5YFSC3RfX\U\Jhl(٩籿',dKN oOTyeaf>0s.Dp Ykk+199R}}}s` /xߍɟ fffuR7K9[1::Z}SO]Գ~Ї>wݍkbfr[jZ_łvRXaJR@ X\ȟ#խr']˳H`ɍH*㑟SuI*`̚b~#ጮ&JMd@H rNtp5N!drlHámί1 0e`\8dPXcDG C(/\G E6.\T6V$AFţUAUb ;\'xrfb a vsvT8:ᳪ4?V顇ch%k!B!4@e~a8Q0R,ah9}Ruu}` ﳔʌL@'It %RjP61Ϣs_d=r~RC(6" 8x TWfrīutdtWu(r*H\:g/U%@DHR8@aB חc/PE(kriB̠6 㷔?if8yrP(S_?o !1@&@@OsME+QInBƯɹd 蘻ŜvJȡtS2I=`EXKazeDƱrJ֧|7|T.UIy"6Ui;Mb&QՅj`:*_`X0MMZ%]YbN$@{{#J &fV@Y<N~gwʳ`Jpo2Gv>h}Kv:څ穪XNn[jֹ91]Dn~/LRBX#ʕ 6kB!Aq9 aDkoo_K-'"²eXӶ /<`@; ؊AhT8r˥IÏ9fY!IcQ-ẻ++c\BVT/pgG$ַtYc̻*+r FFFTVXaEEƑw73Ȭ R"/PJ %Z7HsuuI{#x6HB 4,҄˵Üh)$p!W_0>kT?c0~:9aA id.l1G_bDޮU+L3glSFC3FSXuG#[ .?zj!\C<2 D}TCg"=5UI9TEpʫs!0$wݜ>S_ øOsfl4-̨NWĐ ONmm-jkA5TL]<b)*fFDB%B4l2`̟hȟٙY׿\w$]淶6|xY*JhXteo>{9|hs˲VZ Ybij~Ps= Xza d f{8s_tY0==,˰l203֬Y}sgMc-;gU}ط66``^b3@LDQb1`0d#I$ R|aJC"("5Hcpsή~XC>k;eݾwU{YO---:ݭQF{ÓȐӂhWd0@iBeL/:Բ?:A)l[ "%!PJU44d@H2T"KIDMʄ)*1O0P-I<L҇@e4wrhA%/)!|-!I\"֤Z/)ud fV 0r0$%fVg2!D 1+T^]I5GfHK_}7hR*QpIyϷޱEߦrcUԜkC PnA={sʯ@ʱ;?B/9y "Iת$>\<ڍ-O/QXb3y&Xm ŴksLYB99w1LXf<ŭ߿iF7i"R 똟߆=mljIGh81D0=@HaX(u4wo;0\K 8t ݋E+"4XXXX@J wy'0Apw~z_0RA|;8e}+W}XΝx ^3lQՑfN~v4?j"/ ЄKu"Vz>Tͺ8łl&} :o<) Y>kl wiFbٙ(F^HA@ )#@h6*G1C:$_ RVc|66#}.ޏw&e L}vS" kWN]DF36D; )tk!#93=֩)pf 񷠺d}:%%  nRW $.H^g{*rBUg9l/sޥ0h)拋lgF. dPu#jrM5,㎻;?kkkر}660cO߃յ,⦛n۱g.l[YF6h&bmm'O8~8v؎G>o'N滴x2qr6>| VUU5;/|>woX5jԨQC`* o\3AÒɜ\dƵ D"0PiTKmA%!*P@ǖҙPX<\)cdK%0gI!nq*1)N1"Elɮ'Aq~47Uœ(S-RH(}Fщi?:JdN[ 1T +)aU~ D=@&&C]lG@Gl Nzí.ɠ*Ɏl+tȀJ}F00uv^3*f+AU=?Vg*UEDFu+lYZ1#*.<1:X\BrmA ym=#zYr.-Ǣic@X gj>N H660$j*4)*?UZ@so;w|{jm; 0ch򑛾?+w}Vc)+O.38!5 ~F3}Іp9ըQF?ʊ ^ T1LSf7e~YX$$jBX|c'2pZ$i20nUr;M$$WIK 5M&MXQm=&{IT!XsaH$T`T'6UX{FJ%@Gg*G[9DAK@_pE f566F4 yDkL_0ZGbߕ-,hФ2.}xw&!ƔXeu Sյ!F:5`m| cNmppb0h6cgɖZlP)5EYlWYKz,'˪zsHif cX}2ad*`(ٺҫPo"_g %1B~|7?@U:w$@ڡP͢vdM\l^t 0 `p^  <ϵbdc  h`o<";,Rq12:F6Zg_?h|/3fF301mik뫈s03N\Gm$,,baawMFF5jԨQF5~Q(p@aBM!#"YB c.@P/ g'(XD]С910JQ0f1HK,=`)Q3@-PNM őNʻ͙XR$j(K!kL"r/F~YxdɤZ1Z~HIMޮh)YP֘f8*/CU!2o++rYnz(DaN& #q3j֯0X\)i@UL({V :2WX Iƕۀ)3TW0Tb,P9j=3AKҪ@3L/dZvĺ ~Δk-Ħgk1X;m۰cf16FcF>U拽F5jԨQF5~1ӴـJP<۩pzEBB -s`8$Rf%US%0|gXĿ8'RBFh|{\76FX#^Qd@l08#Q^Ch#h ]k>( kCJ,gv ԩ,@$J(ITY1JVy7>$`%k^L`^6xde:aa3?+va)ʆe;\Pj$[gaЫx7 *u^O8Iy|KPʻEM,AU߳ekTV9c gN>Mu>6 :nf.v'ό>QZa}CF N&îv,i-܁ haii?lWA#Ɖ X=Ā-B:Ƒ B5jԨQF5j< k Y=nPT~ Hz&Tf\M{vd#ү)0=P?rVd]Kg>VYٶaJXXx<Ơmh--14 k8%֣]wjԨQF5jԨQえ K2)SZkdɯ%@SX-1ca,TRz&~H!+<9%1F̤1u׿q3CTOa-F^idԇNėw }ѻ:>im&v"/A P0͡BA#Ę͖]iac LGJ`+RņAFP(g3Fي? 2T(B d9Ycp0;Iy/\$P멠cyR1F^j1qznho @ɹ=Ep zJsp|VVeCy9ߡ ]k ls☎0+~oDBo< 6CjJgFr(uf@ф=N)uQIEcH֔_2ԏյ]|r d^Tv fFb $`xtiHI>t a1Nt >K i矿ɐרQF5jԨQ%SL|QҞBTX >UASѠIdDz?_fZf'Âƚ|%EuZO c:5&O] A ^(%E%aA|CxgIH脬a `wci-{T5QWRVU&b RZȜz ,dт@9O}H8ԃdJY-QsC tlrɖ_B C+{g8RDestΗq_-~6CrLP r.WRB%^b=8W<8<\(e(sٔr})H"J#IEk Gr }7G]/1R`@Z_=ᬻٳw̴gދ`ȃlp3Β{K!>vNK琾Ti'a{ǖa'0'q!1q2GŶ9 #E,.`a1pbumbP75~jרQF5 IDATjԨ8K-5oFPG"110 _Òfp@C6 -r%L(%tL#xJ?%y`XIs#%l䉪˓}MbC(@BĐ{ .Xw'4$wm?5hc"J!eY&`̧IRԹCLjznX%b"@UȨؙ`/o4leՒ}fEfVڙdpL}?h9 W0)M*q=0VC?P`nw3=U*oUIlX}bE{P;(.$ٽ鎄]'Pt"h tZsY,er}8yL.f U y 3Vf̌&b~0G°caq{Nم?:pk'G8~sGƆloZ~氲mԨQF5jԨǤJdNZy٭3K@N$FP!\` 0;"Ą.i,4P.S>MsugtOr$2t$J:"rbqnQ?L "IF#& ;i{ Qa^F `*"M@$`0R)'sQ)=%*P@Z@I%ARy㈲ d+֝ ꗜ(Ibt?6ͼ@lײ%PGց^!ʪY6tlfӀx (' ʝ/|R" r%_/zZEZ;oWېg3BBL ]F:VϦ JܮW 񵏢bLn1+Cr@X_yM-,sVCoqƩD‘Ǒ:pF1}8:rh"vo˺0pwcb8سgySF5jԨQƃ4r "4FвH`4hCBCh)XरDaTVN1 OH@.ATǒF!ZzWirlm rY]P1ژ)L5bId()S.岄X@XmX%p mCha>$` "`{Av ;cM&͌3R#`|ee=By1΀ad')~@8-]%H! E.k&5dfڛ#iK rODO*J?z+#+r3eI] e.gCsyGϓmuDTi̼?Yȗ}33m=ٴK#ߛ+ J$},sZ~ϊ3%b)Zߒ~2Sd0^=%,auEnaN-?6b>hc -6F#8qvB4UUmk.9rve5jԨQF5~C; W%* "5bD(y&%b}c 9@sd0`Od1 $fB[Q4~ JK"Z,*d:n `;e( PAU* -(cgӮj).O8LN#{L1Uc&z ,Q0j9+꘾-;dLf*/@/)ThvSZ?mb}}}JZXF5jԨQRUIJT=ekt0XHV$5G*gbS3LhD%M(a $ L#V"&H&Ln+#Ta*RD$ˊs0 ljTW$I*^D!ӄ c '|]U$h2  Fg'ۏ:LPp`Pkz뭿y9rB y, UO1/P'eAYz MRLLikьfȋ3H^AU^ڽK{Y8Yvkw70/g11 d>3H\z(g^n@q)P)Aլ1[?[?k@|H*8t)YY8]'Ǫjee;Nr'8f6% tR^gKfcl*NSePNa2rR;6sM=g뎫 pUo.J7N:Vgm2@whB8%Bĸ#0hZ8p;k'8iG< }wy -Mk?|VPUF5jԨQg6 y7PZq,)</xŐؔTfph |1rs~E|$%R*2,YT '2uXc0+ɢKU%S)2B& %$BQ,P@6x¬B@ p啁$I̊Sc^Y"|l3\T鵨4)eQZ;̋))I*>Le2ۅgctjbj T|PPF0~9^  L:֢pU{*钪M]7r>!0a7/mq F^LPͤ Γ:pdY>x2he^B7]:r9qI\_m 828C5jԨQF5j<`AKRؼ[ɧr`3f gF/ 9T5-|z]6Rj!v3dOPxʪHVoļXBIx*2$Q4nqe˶g4))$1WVEWJp#|f RhS'L#eYb/$87(J#}&z5WPȭ,v`)3 6W嫩P8܍,nnsFrff$ B <]3A}B0e{()U5lu=:a`IsbF@BІ\S88qW"82 B i(˥EPB?DB6s^-*gWXSW9XeG. 4`,ϡi":$pJup]vCa4Ɖ'mw8|$VOoe'n?zĉ'?뮻ssscǎ?zǛf|rMx[ߊhXZZӞ4<}eoߎ .7'QF5jԨxʮ0tWΈ .iҫa5e%D^ ;% 30REٟsNm ;JJגYyS=߻c&P( H1>((Iv./J- h!FULIVHU`J0LCiC~T-u`mȄ3J EJX)vD@$ys1i?}39.H~LCj?PAu9Е$s?qX)&!*ĉ~ܗ>رGG>?ooܷoWPUF5jԨ3`KE JD/3ՇblNdҼxgyRTN;ʒeqE8piE@-XY0uR[閌w^E'DRf,՛RQrǜ,{i%c"B1֚3ؽ|zbБEňɟ\« VMqIPBFzBΔFfbR7LiC&•ODR(k@RKIV]*V( O .ka'PHaZL{T;1ԬJQXDP5HyPxn%sovt(+%m} 9$:~f ) 怩\/6~Xo:_j"dyݳm_[Ǡi08ml]qb8;N[؅װzb}j!5\#O:/7t\pWسgo>9ݻwc[5jԨQFNxő3Ѳ$hVG1ȌE!eBJoN^M TwaĄ ijP[^9󆴴d+(3$< &!H?Zxj)ns06)0+j4X&1`!CW@`ߩT"j%;Y)6#oʥrR4;f=@ʮlIzT\91bKH=J1 l Nz&9<ƑA=| Tu R@y:E&MRk@z_Ѫ+|9+Q{^XΕ%)#_N`%FrTHF MεM2g$K3+ujWo'@J5{W8r]Q'Ŏ;N>8!vi[7aܬo6?hcجh}xއnaϛ*G>|#᪫5\?qW"%Q_%?;v`4u{|$O_WUwy^{4a۶m1ެ _Wp[Wu|cßsx__%/y .b~|ħ?ixы^[ng}6 z*`aa׼wصkn|"__?y C ݻysp%Sꪲͭ`qqUre}|_ir 𒗼+++袋8s|xk_ipA<{۽{7n|_ŗ%<_~9O}*wauuw'?7x#u]95/qk|/xd|+_ ;|3xK_ [ַO}sܖoʨ[ogg=kw9jԨQF5jʳmC`q.wmʖX71×ea>B-0M }Bٚ,1O4|Dn3g[l7knvqSV0J kH%b~.b<cN m@xb}W~o|G+~=uz8쳱~?~mm suc^N<ݻfg޽>).>mo'=K3)Oy |&?|\{g>1F|[׾5<ر/Ox]tۯϼַ|ijl/vf^c2 pO~qc߾}[sֽըQF5jxhE.+iR(+֤ T @cd\}.# IDATXP,w;1R-˭@ Ig>;lg+> @X>O vk"ۈ @  .a͍$`L]qסS%1ڸxN\WY^4ZWQQ]Tqy ha&||f ;?2U ٱ%u p9eUK>@Iy`M#Tɞ ߃Tb3PS.k v|ϱ ߘd+Kvqr~ Γ|Xɐ˙s؟E'&9*A#gȐpOZj0+]nSWYSXA@N}5?5NbnnkGN  X^8`k VO qbuKX!ho'd3UǎÝwމG?hx3pg+W\e{x׻;o~~7x#w=yJ߿}{dҺY1YW{ob]wu[^pÇ/ߎ-WUx^nЇpA7dg% '4QcP<(=5R{SAKrNK7ΨjV\'^WR=*H˜& VY&@1@АCJ(y:V rIhzUIwڧ8,lS>hO6ZXZKcYIBN.͐806FCAp4ɵ5MS1be2-/qIZx3Pd=ppW3< OXYYٟF.yxSy|K_d;7|r-fتozf~I|+_^e~; 袋poO,,,,_;pw㦛n npE]ڵ ^x! ;wtuߎXXXӟt\pqy{<۷Oh>iO#ڪ'>S饗n:W_}5k^xovo5jԨQF5ZA 5f/t5 BR+L/FIRNA(=}|396(`QA<ݛ\5sˉ`+HaBf@UPx9RQ0 mQ@UHF,s-% &WVUո4iV ВBPjr&n?k!'zeS9'TPdʓsn?KSC̮ȏ E LSqE^K/*"ID?%1[_9UN>bDU mD)Ai6E2YyˑAVsi|fxCn4X+=¼.oL*}PmK,s1 W+yU1 }M`M*cR;4- Gnt8@ k]1Iy`AeQoYiF ;v s~(|wmo{qIe/."|ӟƥ^s9wx;߉n[_zo6cǎ[wx;Co~sLbǎ8x ^Wѣxsg<i6VF5jԨQbn$!iK~*Uٿ;џ$?UL-dʪIjRB㝘AKt7h;m;ceURFՠ(bDJhҶG)IMS*FP4YlŒ쵣,*,P]OҞ@6![)D"~oRg; 8ʿR2e0ͦ&+=&WJ^egz6r֖M6g)D J} y2R:m_{2!gQL) ʪρcUt$?7Jr 0fMe2%&tc)e /ӻBTyu EJPdccd047:5T<ƦKA-i177X_p؁9`Ϟhn F0a4b2 +2ձݪ>ar^D S)HWDVx5nݵML&w#@xA$``k#ڨAVv{tc5BѥX * ;5j-eBl^*lds\*5X>K +U3`Ŵ ){="* S #jW$RQU70?y \$} hJCQ[}I5V(ϛtMʌ%Ph9%b._$Ǿ8?}  j&gہO7z;͢ZJ)+O &_ץRE(A(>E8碷F; b 10u6#`N'o`ンXX"Qtx@>3hdLSr){\JKmny#~jvSsAڹJK[[5j5jԸaTI6DLpUOEJF0(:+)J UdSŐ(V.DxfBOBQW >XrrI2j&O AAU;Bc"4E&92^NJF]x7\y ?e.#1:SeFJD?rP0 LTqV0|vd&tL̿J{/&r2)P |זS3r4ϻUvXw„HhUD9X^L# A'dti߆fZ1\mk2zM_bҧ!P{7fR2!+kbȲ *iS`Rr&y kBb0C5?Ձm^+X2UsQa&'gh<ېF6V?b\Ym2I\9eNW{Tz1 LX4A /BAcQɠjZ2 Q Im@6AKZQU47tm&N k D >NQ]HYڏ)> keg/zEQ T`T jJ *ϓ_ R=%fCfoRg7юtBFfUqLg5}sssbѶ S"pru aP hnaY2.1??{S&j5f<^<ݨQF TըQO,h%@jz Dd5 jKl>~Y,T&PWD1m+^M@`r9-ͲIU3F|riX`J6bF(>(&2@2rJ .K*LDyd>D]V7=p0CrNTthbStMae0pjTv@`f!VJJ xHݔD5) "搤tS6%,NS:)TKj[AU ~EԃDMR7UZ1奟~j{_~~;= $}:$/5^fk͇@(HEv<4O}M&!"ńYwbKáL&`d%I 9(e(cj #dv PcǼɲ>(=Ƌ ԱZǹ*M7S*ҞΆ`ׁiSY<+NOFΓX_ߐ['81:4qXd7#;4M?;pرCE o+++طoڶF5"qF5e$ZJ]r2CU: M`BRJNM z ,UY8L2_(p*R&̵ (A*3$^#+PH Q]RGucRҾ emp0[έS n6b4m #pHĈQ#E4FnCoSOݻ_-hׁ jԨQo5jԨF^NU '_ ?BKt7-\ =wX uUDLejU*7*tp6q(nĈAck Avp 9$K N6&DI@UDIAL`)q0] HYR#kbO w+@x1L 9BJ:ݮ(}_3G+Y`.LJ,0WV86ؕJO5B;dAS~4P"eXBR>K~ .$pQ4Yi>yeܲzS%CgF) ʁު MEYoƠbPD a4հJC{Tk59Nji/ / @T1!rH9DVv%_`H58tOuk#M8 E L )_ѵyاy5u)a G\K?MۢM#&!焨4UaDEnj+80T3R%PU n9$]k7IgDIIT)cN->&߯>LxC0TiqXG/ j Է3rST\ur u0cMQfL80DPQe6\kP%y_!-I81.͝shTP* 5 5P!塉XmcP8ݦL&l>$*!!!accmkBBB=L֔ndPzԩBk-N!aO];%@#U ~c³JkT@J!r.ӈg-e6x\Y TlLBMHhAn +'鎕Qyk*qX5Yedޕ _1dȤI&i6(2QQ}lhd1(&T?Aq @J2͔'!$"JfȘh\y"2!R˪r' 3JIOӄuJkBpu-Aid,%fĔI CD%ɴcU]gn>,ۼjfԩ(w0Qt!%c#t/01SC޽|ēgɱ!YQ,#ir;Jkn'l}]R!*AY1¬ `OB.+y# cLjam֭"oQ$`֍%~ד(TIHHHHxccm1D0\ Z^Fx! IDATN*,@2'|kyjrZ̾Ǟ3aSPB(6JIP ST.F )[JncZT*EKsfub:6r?+a ,\P$ x,cJ#67( .\)!T? y>2dT?.( qF < @ Ջq<J:$ 䈐WdXI{!{ICKΈzl,D$'x|]Y1s=}0]RrkB>ƈԆ tV? d[ yNBu>:WbsaS+""<g ,hBBBBB»!dx` !LHHH!L&֐,timdnWj]NՋj:"cX`% fBGejL$٠bRrK vlΪV"?¦9Z*9*EdU͕ y92 ia It,B31|-M|f)P+j( 7`&1$ᔺ@V"h`<J-Cא-%ԑTx`e ⟁afZ!Z Be*9/ҋ[  4%Q ۔(M ī0uTVIyASlKk,:Қ7GUzD!a10tNp:.˄{ RqFӲZ#sOI%I(%sn)_TS~bQ͏$: BE̙8fCY_?.$-|] bN灇GfE]i#BTvsmIKr"5p Ҙь]Qj TɸDyy*~x:Y BlIjm CE[CcSC*H4cX can8Mz7K35P%FC|ʔJVebYDX< h,[2T2X+1LXeMr7c* Cyng&( +Q%GyPsbBTo$'2&".+Z($+72VHH5tq_TW~LhQ|asHV{|7ѼR^Q%1VVJ!9=m %Ƅ,Ѯ !D= dZ1i'Ϫ@%Ha<ˆk&9 !xSA!+*Ng:Rˣ *G*ɰ'QBLxtz/D~VL*٤D- ׏-r}7AO mHRk,`rq1 UBhoGx+ϒ<( ynshnA-ӋkVޣ[JV2,dY8'GfLhLBBBBB» [حZKH GFs[CǦdEf%)3Q/Ux2RB uPXXd r XxX2uuf*},`ʈdž2Pܢ)CkC*esukXs ,d(\$({!k0 YJ= Rqu q5Tޗ6#j.y%X4#`DX ͬx޻S6q t4e("7"*dKQnDhE7&1b8 X*3xtyHGHIPhH*MPo o4[Cf !k2pDzP G e($jL0D5iO$rzP b5%>OLPdQtݨIj-O)AH/X#ԧ^rXL^l1qLCE\Mh*Bq~g$~f)|Q[[OS/R1k [c8A8J^=AC*?kd"CbL0Tx Z Z흮NBBB_5hZʧwJH*Nj$秷g%+{uy|/{X( Y_`=u{0ȃŕ̐04,_֭ĉ;]Zlnt^BB#ʕ+'Oۧvj5^T*D5jPֆvLՓC5nPnjzu"|[+$/SbEB,z 7,+r4[5l! ` I=5 &3b.bTk&6U2+-&ZiP*ޔs2&A2z^̓/ʾJ OTxXGGWp*ENu* ׫/ K@t|2)q& 2>70VVQp&ථ_PX5Vrȋ͔5V+c a:lPp_ZG>4 >x?de ^RPҳd{M< J|k$->(|܌DJ :uqyJ$D1*I%#QhUt #U'H.@'V6*Ixg]zIR2Pp s O-qBN;s%S _ianZyUgLXMM(<Ier#͍ASfPMgdd#T f檎2Hge +MVSU2QRe&3#HqmE%yl,,Yɰ`F@W(uEe 4TU7 aL"~?>&U7@VMu*{ĤCOUE| yk`Zc ÇGU98/@N¾ȸGiTT^F_FUV%k$swe`D*9xY%R:}I1SFJPw @+h)S}K@d5*' %Lֿ7CZr(dZ|JԝPx&k^6d6(VzZ,RrJgRB}m+-1U;4W]yѣٹ62VnAm޶ZQF%*!!!PC9fcUCvmc,0bT>wΡV!44IatI5|6B@yQmkϸ J8GJ*OŭK `^XDo!^ U!%E =%UVzRl|A  YS+$w%D +̀3]%#A0^* :7)Y]hL|tI$d`JuUU Lh5;%_Yc{]aB)h}kԶ@r|BX_9˶kEw9zYU>A_6,؏T||j@өg'/sHdo<x$*ϔV<[W#T{rÆynd yJC ȣ CǦd=IHHHHxlgsT%6 5݃ JLAӸ/a#Feն>}}(焅o lʹ1HtD(C"^%' !nQW1bnZVd/PnJh4ꡰXPF V꽫b+"_ d3UT[P,,= Q\xLKX\j#(/#˔RAM]6=z1 9Y~11 WK,,)'}wXPP1!i@TJE9?J7z'9U*j>VoE< 2NL5s~VR(GZߵ$>JҞ@F@0w.(`%ĥ/ށ`UeQWΘKGXIE"\Ih+iG#24˟ $Q%أʱZ͹qBKr;a^=gknnFOO/lͦx_XaV{HHHHHHVD$6>Tlˋ؄md~(Izk -X!@D6 sQ4bH MI1/aZ'VUdB..EB`8UYT2 X0"rEݤ(3EHu꥝)Y,Ⅹ-9[/j!DSX{m%tCF,uQ@`EL/bxP( "#7-&HYJw-Dj@>HYF&ԅ4T<~>e9Kk&tK$1ޡì'%^D,FBH|2DzWD~:SyL1ެ tXRR#g} QeOLW{ ޠH a0g疍oG9̔$ \6dEe ଠBxC2\@@N k3nZWHJO`y\9Be$"Yƍ{1U{̦o֕<[ g\7xllL=6#P +0&hljFHàQJUM)& ؐ Z+VpYd<#6J!(:@%⬀!YD({}mj༃sBTyDپ!mpCSBBkY) OBh.cΤR(1Q#ҸS#OŹ.{ZUJ(٤&a,)=b"&XA#$؏ .C:i,&W4;aT"cǪ[cCD{1W'>H_2ݻ]ܬdRQ%U>.E%P+))wf+}δl>64+K>!Mz,5dČ(m0F2z!| RN}}J&GM@l9q}1Uu1rk֯GSSJjuv(2pIY@p8( 6s.\fva8ӶkkW^9豋-e]f'WBBB»-|6UQ5\jS c8k&AVuvv3<W]uMs9SNy睇)Sl{nS*z)zicĉݞ?C 2n1j ] +@LI:#L2 AbSt8# F>RLbP>h8S[qA%#XCH ,ʡ /h_ Bg5| w5SVp9dHVZxtsKXY4 $S- T&]YI.2ĪB{q U4r#I IDAT=*9QVyB~Q}_$,BJ>Iȗ >Z#!7[f0^L^B˭̮Fg}86;PvR:AM=%D'9B*¼#!@3B}X2U٤GEg|A tR_jߨLSU^W1e+"$W*~d0eOMT*<@6P%*=HҏFB MiUz# Yf,mJٲT<&7`V47Ue9:{;Q`L|8#e~tI?>s8#.%?cոq'bҥ8蠃yu]z5~r)xGn::u*`Ŋxۋߐ$;Cx(V^9`k~ӟv؀DP>9 5{yȼ.xnߟxr|~&=x,GQaIY xnFȄJjrRF+1cJ !gܫ@99=7~R |ݱ9e}fQ 3D|_ȕTrэ I-eV /:mmu]'?v ~:;0XktR,X> ,G}chkkî[n;&.|\ǣ =>XkqG?1UVۋs=SLG?Q-~:u>L8{?,p13O<3fԕ>jET u_6ر1ۆ=/Dl㶾Yk]w݅ƤIp)N@kkk8SNGիW3 /q7 nL>gpƑGN,^֭Ä сe˖ F^W7xL4n1;^uuQ8Ss~b~iӦNòeBUR't8,_K/ag8QT}~ 4\Bt@SS ΕJ>,nV駟>h}00(UQ1D٠S$Ø*&0]*X@QPdP,Syƪܰr*7c[X#2Lt%H(SkAM1[PvDY0FT!/X9e!NJaXa#SVgjd@ IP>績USSQIJU0$&C &2PQ+| %5H v^X^T[1!c9F2MjWP Te-%a{Ƅ z4! vMue:Yw'D?*+ڠQKuE4a9Q4'GӲ} ǹoQ>kTޱd|@@DbNBXdt!pJ"D!t&01G3ⳤ0"UBn-OY&kP@S&! c ҙ@Tg%<1@N䖳ŋ!A K_L^|_#7II+/zÂڐp HBxa]_7D)jd"h=_Պyt7 rl5)iW8""|,ۡ>++!!4vGl(AFʶr1lOlP_=AILfr-¤Iׯ>1TU샗_~{/|OBZEeu GZEwwwT4(~Ûohmm 'NܠχRxbysylkaF (zRz ~6g@,+i2GɀN0<*b/f50π<Ȍ- |9n#D2綒U@c!@h|Ԇ<8ʹ>֙D5}. i/ISP5&)/^=+pVR@/YIƺM#1G$hlU zR5V{BԺ~L~ZJ듬lh Z ~Ƌʾ7q!p(e;]zQ ||i_w]:PIp 4^T?٠*+aCu}*vFC.MN#Q1!dn64.2Vw"GpP~Vj:G+=r$޳XYKw<=1 Djo~TU}Xhogq 7`Xf z̙3 ,=܃n p 7mVg?Y̛7ԧ>k{|w}w(C38\s MVWŇ>!wq'> p }ގ: ~;Z[[7棏><#G/.\ FsBBBB¦apKKV^ŋcxއ &D *TxckxnEMQ#G ıhJE dl!Cψգ iThjmBQU!=*XY5ȳ<;\A pҤI3g?|T*]{PR5 _|1̙#F '1rH|я~O?cƌo9#Ge] .XjfϞ]68\9_~9Ν#F`͚58;bժUu⪫W_}:f̘Q7%$$$$$$$$$l[2uN˗GwF!X͜]2T{/i;MJǍDO@Zt+ z{\', W#a 0o^*+WĈ#Uutt`ܸqH~m;v^r%ƍW5Xjƍ7G~IY)(JTš< &O1cƤлcxyIB_Qyg4FJfC*C85;@R46 Ɓ9edL OA ȷn>7o?㇂=3͏A}Ŋ{챁OBBBBBBBBB»D&MXz ƿg;,s>9ŰqAͺ`n `d4{Yi^ru7FhBn k|!-`3 N`te 2`vqG)LA׶IM:::o~w:蠰%q̙3---H=y?A;naĈ={v]]]\r ,YΝɓ'.>O`{oYڿ}ǁY8W_}?Oka̘18q衇DB_(*: |Ggg+gŊqyav۸qbĉCVQx I_^T hHXARŠ3wG싞^ \YfPɭ(+6?GuF~QG:>aƌn̟?ׯa bԨQ8ꨣڵkqWbѸ+z`ud]f V\UVy~ #veC?~5.KQnVL:7tZZZe.B<8Q0o<r!w#8< :;;q1{_W㤓N,^BB27I- IDATw+Wbĉ裏;f/ .9sl2\z饨Vx7N;aܹú+ 8W*`YIeD; a-ULpBx`>:7h5=5c k*E~=S% c2xǁX$ >蘁啐gsNW^y%ypxCGGG~,\ZOk;3.Bkw}k׮~y}֣Z߰n:|@R Vꪫge Z {7^9rHp WW^y.k_Z[[랟<0G@2eŜʈ:gQKYa.;-`FdQ9feO0;c,t)0!!!!!݇[ FT5n 1q}{gpB8ގ}sO~>0sL| _'|_ij>UVW^Er)x?Dgg'o??>,Pf=P/~38nv ,п"Mގo{'fϞzg}O?4Jpx뭷o~C9gcܸqqcڵ3f̀җO>˖-3跬>:\7u?S}77򗿌'|7|ۡ9Cq]wꫯK/-r&$1k,x8sL ~S`qcaxۋO~ݬ{Cjs]]]NdA qK'2V(PeT  S  VDA]Aހ"uIH"D#!!!!!aKadpHu 7Ƅ-[I&sgq>Owy'g[Dc=?Jz(~ x^: q 7j ԬY0uЖf/ny8zJ1˗c„ jx0iҤˊN; o}(l~_6HjᄿvK.ٳAD袋0r! sz!tuuaҤI[-`R7N;턯cXlnaJՉ Mp UP=/ {(+~f~hnnC=_> *99sLcnCeڊ|_FSSzEU&L̙3xb{C:'~xq- }͘7ocܹx饗Ѷ~/^wmmms7#F?i<_wSN dԖlGB_>SOy睇(ٳ} ǷX]]]5jZ7nӈ9s`̙kPT܌k3gĜ9su-M*1W @Ve"x5ȬEf 3MPs`2!+`z*c&<<_%$$$$$l*B '@苨J }an3f .b\ٻ8s t( 6D?DXbK%D_h $Mb&14*,XQ U..lar;;.Хz3ssϽsfys~;ZN'^z)'N>k~-Z_.]ʌ3CZ*, >nŋse>]+eƌ_ӧ\8HЧO.rx Ǝi֡";;nxk)%ӧOceȐ!Xoϔ)Sصk_>5~nF_~9ÇG)꾚wrxyp8~|{kRp/_8Z:&#Xt)_|!Gs}݄t=`Y{~%P M)@ 4dLe^ٯ4$ ی3L)zaဆex"ݰO+2nܸN?i֒i?&߷hȭ?6lqwR5MjR ~rC)i:Cq(aA(J5"عs'}%//p)pWÁ%D{H&sR[[de8rp~?e j|>B0B|>dggH$p:7|o~,]FFd2]w}rr'##D"A$A)ECѤӉIcAӾ\ܹsX6g.Nϡ&MH,!SCJQR X?a/v֕iq1T4%c%0d˶]=aY(V²S=@/O=UiaәTp4̓S ۴˳eYlذq`i_ÿG"nF0FrnPé9Zs0m4skDJCM~}DJR"-%&Yg|U5PM\?dhrq)0wtסVWW=ï~v[j2~xf̘qHڼ_@Ӊ}i}]uF`Vii^);yʞϮ[eFIPB+7RQ*ʲ˃%${>G7Wv&UuT']<3FXԅ$NRWjv\wu\xᅼ<䓇D Hf͚mzjΝW\iX|9OEqW׊ ^z%8'Of̘1B!pWǹ+sŊlݺ@ @$a-iMmZfTGZ@Uiiuc@%,2]%K)kT3"2/9~6了OWmf@&OIO`H3Nyn<^"Ivn`$fn7}G/&++~ѯ_6wy'xSGp}F+2e {,K.+H$“O>'|I'bѢEaMƻ{C=@8fʔ)|Gp ,^ݓ5sUWq90p@n~ӟҷo_^x&ŋse5O~~>3`V;vl}4MZekTLtbYVt\4M4Mӎ"v$;`˲0a,hNƕ"=l*vR`A>UED(BIIg6Gw'Xstĩ QTo"?}XaK=Oyyꩧ?>C a޼yr)H)),,d,[ 08Ә={6 0G}nݺv멧Jg%E"nVvJAA6lGJɴix3DQ:zřgɌ3h1w!33:-[ƼykNNpy摙ɓztM6lݻwgذa34M:WKueWZuh;iiiG`JUJ)B)PT+;%i%ʱ zV%%K&Wsj1|y냏q;}^Bet>;;믿k?olܸk;vFw>{n @AAO>$7n$7)>;w2bĈt!t)%sIoE^p\ \okÆ x<֬Y駟ܹs^ȅ^ȨQ8s2D7@YM=;v:2dN:r5p9r$~{y<l/~ -Z_Oaa!wyg|׷ڏtu?殻+rW.n:y*++2e X~c$H$:ԏڛ5kVC4Mk=`b뚦iiRT.J(, ,Ha׮!Tj$B ;\%a1('r ;+(ͮbk!u $hnwCBٶmX^{-]jܹJ~G<g߾}׏'vyW[Ϙ1cؾ};}̟??= 8q"k%%%u]x<N .OwBzN|A.V4sLnv6o̽b{i~ՔV 4M4MӴ3eN!.KOXRt e h !bPP4BNWW^9҇ulbي->wW&~.vH(qƵyeQYYMuu5 ٫ ++ ѡUYYIvv6ath/q999,RvOhf{iD:Hj2˲Z=xym[uM6kjii›ooH)T$?aײR"iBM`H 5;eٺy+8^MeII';Lj>q! >r椔嵹MkfkK.]j/:u4UmiudAk+Hiii_WuUԼBR3JiHIb (RJ (MEs *HA"B>]-'{N Wd"U#q>4M4Hֶс*M4M4BTuBaSըP cYKY Cjne׶=X # ( Ah"QXe(L$viv4:,+M4M4MRTa;J-1ePA-J LHb GCIC%XKmHKx#$a D( C qM4Rɠҁ*M4M4 XtfBRvR ei%0 1@td1bBAuP")@ H4D(>b'E4M F}r x,Əό3R~ 3}ZvΝdee1v&p3i$Oީ}[r%wqW\qw;w[o妛n3}fĈs?;O<YۓH$XfM=W> YWW}iiC)0Q]8xe?ZvvD`Ɠ Li"0ҽ'epI|"IfL;z+IQ]9b1\I.٬۲M4MrZ;vkm`G :4=kcѢE`R_[ҷo_f͚e޽{3k,n7x7r ' Xt)z*/"̚5+=n[wX"W^'7>+VuVHٳgwJRw[o夓N`ذan|AN?~ IDATtXo>G3g \rssݛ#G׷^zx<ɓ3fL:rwjiv?!%({(LZ3 fv`k*RvJR0q:KPbB(5kIDk)-Ң00`؈>1cPx+=4MӴ_GTmYwy'|Gf˖-,\0nѢE;1uq7Dxҏz)~s1ǐH$+ma…YѣGonݺ!??l0`@`0T56m˗/O\ho6#Gd˖-\wuXihO[H8W]uNé#Z{׫iiGC{=)0@Jv6)djwju$Ef< H"\$d@0ÈiZT$OI>LNʚ]ѯ{WLE2.pv= 8g TJr&jiGF[m kb荋v,{\`g4'R߄,k;Cff&uuu,[yvիWl2 NcayL6_|X,v@|;Ig޽˗sꩧ~gZLL?'),,dH):u*ַxa޽;Æ Ԍbz~O:$|kaq\||V߻wV׍1"F0$3o<233#yxCjirM4ɇ` >\wus]wqWr|9o ŨN׌*))!##;[׮]Y(++kݚ޽{S[[ݻׯ]v妛n^z=zPTTľ}c~~acFFFok]s]vgݺu<#TVV2k֬Nk̀m]k@ɲ֮WM4Mӎ.R CvTBʵRRbPV*JؤdB ˅4XTFIM@(NU0iidOD={KRt<4M4hZ@&NHy=z4;w2=Twx1cư}v>3.6=$fҤIm852o7;wlq[Eqqqtr饗rۮ׿53g0 FMyy9[n`Ч~ʤI:/ik[II wuO<ǧrZK׫iiGoB #RUf AHihJgJpěE]C%閕yg{A)gJyu%뚦iٙT3:: `v\s9dggoK0d|>vu뭷x⦛njq&l*++Y`̘1)S~g⋛馛83Ώcଳj3gog{}֯  LOD"̘1.\륶GݻЖںt={ppv;,oFliiΨJﳿrP {`CuTj@/mB!r(7SUSr.'Hp8aXo ¿[K=8uIlشw>ڄ4Ǔ7n\ohPgdʕniq}&wd[SҲ?o\eJ)6mߩ稺$;;ʼnM袋xWvrCͲ,mwhwZ~_>boG nk׫iiGޯ~~#@"=韥BvͪjT`]032t隃!#_P< HQ{SRQiSO$#^!I&R{˟84M:Y[Va[.]t泮uCMJc8ُߑ9#_kiy!9J4dV ,RߩEVUC*m`.|nzL +$+/cV83})*5S^^Op pȯflٲuǏ'##owy p8̮]())!++QFp8شi@>&MBJɖ-[(--%33#GbJ)8ׯ'1h vލdȐ!>m߾r^/ tl5M4M4RʂPTغ$@D4 wl, MC)B(񸅲j])>/2$G ObJAUyp F09RQ__G}DϞ= qֶ /ݻ0`7ofڵ\qy{iSQQA]]ӧOo2o̙TUUaedlڴ-[`4@]]˖-?o߾lݺO? dgauV_|v9stJ4M4MSJO%žOR@*B*bTHn'x 3kN=ر3Օ(BJiLZ(+yQhҤIl۶ !g>`}aa!vb޼y <{16o̘1c@5MӾZ 4{^^/J)b'O[nddd[ozjB'p۷oWaa!s9 0|In݊㡢N:1cPQQ>={سg'tC7iiiGe)eGOꇕDH IU**=K`C2{RP 3AJjA $^D(][Yk`(L$ZKeM KD=%9oo^^^^~iz\r:D"PRRH$ضJ {3ٳ'J)|TVV:h5M4MӴTpj(n)HZI..,{RTRv +,{{J TʌbL z(,3ABB}(e JϩA|'x0uYM>pk}t 0زe Æ K/X~=g߾}_bʔ)|رwy>O?t*Aaa!`%5 56 I&aw~h^4M4M;*4PjWeY$4)f)eHTɆ$,;he .Žeb1.7ݻtÛ!^WCU{۽?`oE$~Ws8TTTPTTD>}߿?a~zN>dy938p걦iWf_ffe׮] 0M65iszϞ=0شi'O?SO=>}p8裏bة̩/$N8;wbYcϞ=hiiRd2III -fInn.=zR K){ԝ(²+!IHB* % R"UYLˍ|dd CFN @BF$YyyECt+ t2=ʽ ̪?x|Myn&2333g*B0fd:i4eLdʕl޼0>|8~:ÇO?;n!C4n=~xs50k,|M~iFa̙|ᇬZ#FPVVnqg / ㎣:Xii5²,JJJb9quXq ())A){'}L=;aB`%)@5R-1iTd.nj+s 7Q)ү; G!ފ*2P[Wƍk lʕL<ۏm^`5MZgrpɬ -" xԢj|b~ 1M0PJH$(..&33C,/  SNIٲ, .+lӦM|>gL4M4M;m޼#F|cl޼a{ĮʦJRBڳI!SW_H$h#dgKr zfRE.t\OFOݚ.Z]|W4k(x<%5'МhbYVzY2dŊb1zEEEe5ոmK4M4Mjkh"H$d;p*e!ҞP)"U*U] ;ΦQJ eO>aՄ(ˬ+$ٷ'ʈE#' ecYI<w4MӴ0\mۨk׮ 8 `iil*iA"0!(jQFBHDSRH0 a)$D`8K BH!!E!둉{ >c"Bq9f0^ {oё;+iv9NFθjH4M4MӴo:TP9{@ 2hFz0 .61+F}m%n[y .aPF2f{q1.7T}ضm< xmj>8S0a6mfŊՋkRӴMTԄ1H6YL~ӟR[[˜9s,^{r7Dw@P2 HeFL (R iJi4C ðofUiyp8LLD2B"x \/Cut'VM+׋쬌v Z/q?IJivx<Z`ayh˚ 7=AueY<曔ѷo_?|N @YY7p^n~m۶1rHn&z+W2h |A/СC[Yt)۲e˚.]z6 x;t~VZŠAXhQ:5h  Agyӯ,g}+VPVVF˘0aBz*x VZE8f\zἯXz93{6؃>-Cc=+W_Myy97po;g[ZӟDYY3gK.#^L8Ci#HǛdFQ$4 VݻݟundΜGnNNmVVVn:??'|d:VXAUU3f`Y믳uVzŬYzTWW2gH$>}: h8Mi Ύ $H=eH4nBb2=l$B6lkVٙ|nI^V7<>'爐sģJU$4?7{w͎ۗd2yTNүqMӴ#UmmV`Sgl<3`J);hXqqq_{_0`6lڵk馛7oDݻwt:曩! DmƪUp8pBFDV駟rp-0f̘o#F`|'7}ҽ{wx|6:V;K,k׮p u|r\.C aڵY?L0?яؾ};_~YO?'|2XkλW^lذ 6H$8cݻ 4Y`&M.4G0/IEEC cv\k[o`0ȣ>'|† FX~3^|ţ"OӾ)l߾sү_?( .}$=w(Kǻ+ߎ>Lrssyҥ NNh=ٸq#˖-'vml۶3<7|%KSOQ__SO=ڵk3f 9]v_| !+MHTʶô )0vFH`Z}ԭ!*$IRKR#NJK@Mm=PڵQjo:J4k3`UQIհmS淖gffv4 ~wK/~ IDAT'K/o~{1=X9s`{9z!VZE< =BW^ᮻjwy'D'|Tmܹl޼K2n8/_eY̞=e˖{<#nuvP/**_t^ov?8&L o}N;K/4+ټy3c?祗^BJc=СCYd ??9rdo!'W^M9N v@$'|2\s nSNk{gy&7x#+WdϞ=+rEصk.iQfOA2"PVX4RIdfZ&ͫd{ٴ3Ə{@Gy'x/={rs94 Fϛ7:*f͚ņ 駟fȐ!b1O+vM>yp饗3㔤 0>i`:.41Q%$Rv84B;4P ! ش}`t풋@E{ԅԡ^||Dx7 Tii_ 3XabzL}eo ˥`.iƤI.))a}J)>|8't@={psAJəgC=eYקfff2~xM&nM,S__}ǢE|R^^/Yf}`բE,~:[lA).;w3{lV\OQQ7o  vAGΝ;>!|Ao̩p8z[]vY>SO=0;v,+Wc2p@rss"wu\[?gW>BmBf5~o&2$P=l9n %OiپV۷/wy'7x#裏xү5jJ)rrr! RQQAVVF)`̘1l߾==K1~x6lx=RS*+CJ {]J` T5(,-sgq1} h2L2}TF„?#''˂h2F/oNg(.f5uuO>!e%8331/ɉ'cY" 0MxLaY i8 <>?馾;~ ؁lj$ )oB4M֨:Ti[u@uM:׭ޚ/_:a`n;LFMB 5^ji陛袋8q"_=o&SNeԩGE3g駟[nO>9=X \|9smqJ["`8sgǩ/~1fB[linfz2qO>A2dݺu#Y\K,AJ~&hrcnߞ2M [x|N28h0F823)S{I[vS\V1n-w^VZŬYadggp&C[B}CJKKә%%%M>Z'RnJ qP&!fǴ+*${j,!!) "2L}u%~p2B$,dOqrH(סL"Qw,ʂTp8#8|0Y=KuE%Օx<.B @dR׵;J ,% 1v0o<^KZdfwR8s䚦iG#efliiWC1آ"O>Ig<۷:WkbmذѣG_o<=\/_=ñ{T 쌭G_pBO~z}yD"r-nYjYYY8N}9y衇ꪫ]vQQQA׮]yy0`]vYo4MMo DϞ=O>aСpiG@eY$I 3I2fBϼȋ}rOfo8=ئeY{ٳ .Z^{5zj?ƍvtR,Xի),,LOƍUVu3GJ?nײ+!=SP %!s^TpC!\)2q;DHP[ZAdK$Ыnb}Q ]I.[.Ȗeл! yC38{CM.y!@0pqBC(~IcllܻdV]SJ $[8#M;sfF^{gN(I;(]×'"i LPF:®u_$TurJ҉$55H4hdpHtR&N:O1 ]q s?"$I$IҿLŠ+:u* TeڛS[[ի3gÇ17pK.z~[ee%SN壏>$1b?Oy饗8c͚&N'|œ9s[lgʔ)G۶m^`ƍUɓ㏹k8q"K,!pYg v 7Gٳ)))˲z_5KSчմoFĺQLALQ]0!C]?޽B2dwuox5jTfqM71qD=z4sHO<;o튞 iYEES[6?UdJ@fU=lo!zUE(.򳻵cJ[ !Jh TSW"$I8^Ҋ2t#I8܊fD*VP\B#M:N'yEؾy^—H2NN锗T:(躉iR .r*y!*oرK$I$I>x~W^yͥ^W__<̛7O>̙m6`;`Μ9{=dvn:9>S>S2{l^xx{AP|dhƬYrtI,^87"jʔ)uY꫃:G}wy7q8\r%|?- _KԄfcĉx&YY^ /Um[hީR)SN9O>p8Z;tP>>k:(A0g_N:? * ;OU,\ =RWUM'zϴ@@D& b4[$:Nxarcw9شi3+%HXU%It*H5uq"I^Agg'PhZŎ;hnn#DUU9,^xʯe߾JaN~~~" 2Jwtt Bkt0Y/N{>0Xn݀q=mܴ-e۶L8N,cu73N;sЅ+ :h3the.i*c'et`P@U욆)=5Jæ6B!?Ue(vK-B`u LB j^N ҜP"0Ms3|hê*p= e(h*EqA׮@ϘY'xW{}VR OXt h H777QPbܹ4y":J$I$I*M7Dkk+;e˖aY :Ulh_\\EQ(AfIZcnjŲL6oډ9]wnZF5LS0n\Aq⴩ 6i .nUQzB6gPBAUz*q 6jniiy./-"<.eCф+)5SFSc3#+Xe+G{eeev\4/+02ttv0fW\=֣͛!uD&CO)/ Q1/'Њ2v1c9| ۩6F[k흝;ۉD#4M̈́B!FCEe9CɩƬY 4%IOWh@{?~$}!4M㎣5k'`Yf;kNor$IzGW P1cRXPS]=A+e۷z(-`*w,ˢ|?,`̘1nlK(,.cal,%I$IJ~dMt(M$IKQ*+*,.ui*.MST6 T(KnBAW*6 x:alю˴pʙu;p* ҝ`SFJO=r)'S3KOQy7[H{>XFbZwnm+3fK"a͆rSTV&t*c'cTGƴ Ԃ !nj"Hb16mDCCEEEAzd$I$Iš :&I$}SSJvڟ3ݯwߞSM!P`0-TUTK`KtqXSh(X8^ BKki`߃deSa+)56|u;xp8&NeȰظR#dW[6 GfGXnP@`/\X7!F}P1#+KٰI*0A*mn~nl;!47p8iĆM[شn-w(* p))ȧ~fye;h w{)+.A4:Z1MPɰ?ao0䨣NCb8ܧ\{.q7?h4ʳ>-2v{ۚ?>+Vt2sLfϞޛ{QFqG|mG"z!z/mI|M|y䑜~綾^bذaL4頞G$I$IЛwcq#\3 ;vWÞT6b j ",*jv+{ z  XFKIya!`Wc'5UUlٶ&':NEg#Q"vH-W g. HY.Xn nǓt40 SU_OY[hm ncȑTVVvBƌEgW ֮"TTƒt;K&"L0l:hhh``۲e˸ϧ466rUWz1}tN=,WVVrwvimme͚5Unrn&(>(HdP:[n%pFG}tPږ$aٲew}{nϟO,/>筫K K$I$IEQB*n:,RUMqq1BXXٱO "H+KPLP-,KYͭnj6MQ$:M;m#c']F:شm z1[w7Y>/axlcWS nD btt4JXN[8\nҖ`Gc a2FIUUYh7n$Jz}O>d֬YÑG󵵵?L&1ĉlOR,_%Ki_>eYlܸ*nC$IU TWWc?$}](B*4*uY4\.WχiړJ`(`Sz*eSL TE Mn PqT܉)Uh}2JGzIDc3bx!mEQ&y~eE4lٝ4UsOWwxHD&ϭQRR@T?V Gn $MNB,`N7/5ʹo_uiȏc?\\.UUU<\ve ưars=$Io9ogy$JO|rf̘[orqozjLϡig\v-W^y%$Iy=X>:?H͒H$xsT*œO>9p\{̙3Yt)?I\uU}L0W^yp8e]d_{,Xn&L8>;qٳZ$I$I?EQr(~?^()4` , K(h Ħi@llXJ(+KefsZٶo܁bv-Hkin7XycL#֙$ghU)Kׯ'ҝFq8;ؓ1LҺaQmv^?yUP^QX"?~WV |L;b -MN0e$h/!_Hj(ذ9\رΎ.头$DaahwMЄN:戙;QT='p \=㔔vyꩧꫩȨ=;::r8D /<9<ώzxꩧ8s=z4^x!3gDUUo?Oi袋x3JR}݄B!6o̪UxQUOl6lo)**Bg.c֭Y_~EQ88φaDHӇpUUq:olPI$I N &z TA La M0- !)T=SUUA(՛*; lLҼ Aˆ0TƇ;U\WI-D}]3B]K3:ѕ}ԣik0/LE!PURHaae _xۋi *++54 IDAT13:.T+;5ѡj )/a4FcttGTOHcSAqIS9peKxl6 +$8]w݅f# rGmuuu<䓬Yd2y Ղ ^z)gϦ;>nfz.]Ü9sغu+'OM8#غu>U~?gҤIhŸuuuLba~ KJ)ƈՌ[ZZ6lGu.};N\Occ#{/nc9SysJxM6roUUUƍliʕL>`0oa<NI0a͹oٲ[9&NH<7J$I~m\.Wӥ'LiooU1կ~봶RUUG77~xZ[[ٶm\__@wTrNqC%I$ID`aa)0zXeM ctC1 ҆I*cN2"g۲Xidp޲?}*+E{sxӇ0hn$? z+n~PYY 7ܹs/_>Eܹsq)9\.0o<9?$}s]|ŹD<~я~!sz>}:/"w=q?x<~wMU>l/I$I$},°,@AL #B6'XB D6_]ZPUSP K EE !7P3M6)7uod8b2;YjZ*ǙOHi݆괃f;n;JWwO^E[{h@^>Φ REg$Ng$Aw<:ĒۻHFgW;M,ȑ#uKK2inu0CUU~RSS)++駟]$I?oof…:x Ldl޼ŋkL&Y`6m7 MMM_3-Ge…Xm644O0|"ȠK$I$I:@l?C1,t t3;bJ7Lt$m3ia`&eal@K:D|ԲeF4=JwStRp̌ib-yKR18#ȯI4JKK)//as:P4 fJx8>:ќn4?7O2mLYDw5 ;HR'ܝ+ŠWǗd`Szxxl$[W. OO$I>K>ӡΝ{Gmm-ׯG?Qn=;Yr%r T ~~ꩧ/~1c0 ~twwիYdgR)^z>?b&*++6lTORUU;}lwߥ7r-`YTgyaA]$I$It` 2A)L0EO0 L+;ɴLt0Mt0=~6P1GW|.4v4c׎zhf܈r| ۷`73nZ}U Ch 1l@׋h޽L:DkB%Ѕ XFIFW& t d (V6Dy yG5Z4Ag{۷$J꤭0Xd4J<=O$Iz;Dx饗 l>/h '駟Xz5/22k,^y~sAEQJ&N@}}=/23g#FN;q} @ƌCII GN4z+tvvu^,Y ~WtR\{r1pJBI$I'"P*SHAUDvʟdћd]ACX)*7ul֬YMkN}cMD{]hݎjeH`RBy0~HgMcDY늲<;JƠ]Q[ݎ(!03F6VFG)7 #iATQLnp _"ɪ#d #!Iı>$I$iWv|rNdR$I$I2'9j X J6TfsR) dcY(m\}@G\'kJ\mXi[:k )Z:v4(t&1UyA$li%EMQ4DCdKZ h =eL ہP؜.l.'nORZV@A@0A,q7m-؄ z i'I$I{3g,]{wkӉ磦ad2tttP\\ @cc#>o֥^_'ϖ(d2,BUUt]0`|>kii"I$IGj ȎB`Kd߫)&"ɾ \ EE3xh,bgUUTMJ*- ߇]10Q,廗E'HFb84 ݁2' ="&Ntbq:8l'X2E$İT,RH*I=O؜K*2ASSu[nî)y86,LS` a)٠$I$}َ:( ?@mm-۶m#xu'yf6ldGwyNx7,^>zi'?gͭm;aK/aY*^p8hnnT[SSC[[7oիWsG $IWn+;?G}D}}={.dڋbXL[n3_^ϛ7^{ [2k,D"$ {5~ B7MLa!,iZճd0-̮WMt k#?dg}+vIIy@!ti')f#Im-455PWOGGNP(D*4MJKK, Ŧp8$ (T4M|~@MEs9p8I S^RF2 NFOx1C!֬SO.PU Mpۜ8N/I$I 7^9C0dܹ?ǹ袋zvmn۹[q8>K0$sg k&WPQ:G}K.ON=T>֯_xx|zy t_$_SXBXqRH-[]6L!5aNQR56E&2f-4ۈSf H$Iҡw\]];3[6m*>ۦM… ioo' 7oi[nC?=:묳8묳rgq'|r!MOk,Xt:sn[~~~;yd,X@gg'@ 7,mY$ID_~;z 矟kyNII C _fԩ\z[oi&gn﷝^v\!Dm쭟o66m"J8 ,\]י>}:_1cӦML&ëJSS|mx۷sGxb_~yb1,XϢED"y 239s&w& R]]͂ 8x7ַŘ1cXh6m:+`m۱,v:;;[ommm^#J1u/daY@U#EQ@ b;5PAs\6:"PxrO眉؄N4ɨ61)bNZZ Z2 I$I/ $H pv^?#o~~EI$T~wa~~X &h"ymF*=Æ tr}3a6l>`;Vʝ^7P{gee%`J\uU1ΝO:n&^xoihhmF̟?xSez;w.k!7os'?ɥ5O~s=W_˥Klb\ql޼}믿~wj_v4%In KXX%ՅIv4-b}>S\V)H$44SJX|p _%I$I:<nH$I^b1nF88I&ڵիWo*p\ VO:t(s5j66b~=˹ Yjͣ3ΐYHCeر}~(X χ/|=@ @$@ eY4662eʔ4zOϲeオ>`_smqWb |I뮻u@RP"JUA(%JI(B.+{$gGAmi7xݭ,|sDSCp2~h~CG5l:P{%趰u3-4͞/=7SQC 3f7Pm:0h6]A =nqH$bIvAss+Jo'X*Z{!I$,۶m#,"PWW ɀ$Ie%h"/fڵ;amF{{{.9/Kt]ldGl۶mIcc#MMM<n>hL;蠹9ǩp/b-k`I]]hsa|>~߱yfz)RԀʇ~Hii)hbٗ=w͚5\s5XŬY7n;w\zT7I%zVzIϠ!q%rzV`#N$%6SNg͠EM$ f"*LPMU }U TTzEO' VO02)X(dGa Tԁe1M͞TՉ P-IE" $I﫲;wD0i6<˱2P%I$}%\.ޙWQ}f{nnBHAET .(TAD+n\VnZDZZjUbEDEDLXdO>s@6DAy^7Ye9yx~q2bĈf z\|>0'Op뭷rW ;vuܸqvm[yafVvsp؝ٳg7y}e1uTn&x 1bgqw}7SLo^! `nvƌ7??;ロ 8묳{wkx_|EtԩSI&1gΜ>{ȬG4JmLȚ2V% 8qʊ8y vkUғ:I*q^K2r"$d"7bv4MJ׽ 2@aF`4@ ܮꪷL&!Hry@iC!BUr c˅iYt>w3=wpppp! nuswCJyu?+O3fLc4}lw9vA߾}J:t}}ӟ;c B{~I)&??߶X~}6E,dZmGJW mo)++K.mۜqL4iӦxLkѽwKEJ)βCOEtr Rh"_B!4-:_:B]OE Mz.rx?ҵ#kO?.͡XF t$糭['AȌVhz*QPZ*6ViBK]s L$RDI GB4^1b:qݴ(*,&'Ёں0"\pR>aEfhిRruqsG_蹒%㐦iM _{S;Fȑ#tW~PB̋T&_FR]ҙ>TL@;~ax1- |q#7lP[k#Ieh!D7!NgB@CS lII'0]ߋR۷md)QVlD +AnP8#ݦuH{w{@5Bl`?eJ)8}zaKt=uUU^Ny n;JH$$b1J(iziuJh2R6V"J4RE$\I2^ILM,jlE.yl\F}m5^D~SqF}tC6L42i1]@Yvppppppppppppppp*ЖdDPg"R$Je!cg`GWtڕmU`'|ه4D(ٶfKhp_fL8Mq2禴B&O̐!CκVk宻rS;m/ŋq\?Ie(-- .اxOܹ3ӧO[n{7LJz*cJe4Rq}*mR؆Tf5JbhDw԰rt*c/$]^ Ӆ&HR""UJcv>etUsBJ4t!RaR%l; P XIA؊!%蚛Pn>v"?ɡ]v/!E}(>h(zmFCC믿aǷa2k,JJJ1cx<ŋ:t(*ӦM^{ӥKƏRKmݻwg?=z* ҥK~[l^`ĉ)Rsr-p 'Я_?z̙39RxbFɋ/HNNǏoH$ŋ9x0M:\v_WÇzrnߟbxƌB[_+W,QXQQSN9ݻY羴pGDذa{Έ#]sHL ݛ^z-[гgvC!뙲Me52q @T&/ ikVtVԹ+'#'#x<蚠>%./D/;7 ͎+-PH!AS(!Iy)H;q I "A4AǍ"n%QJaUUUH[f ꃎ |;];w ndX4O÷н{w~ajkkwǩn㭷ޢ[K/)%X{I}mX,O<#<nc\s5fϞ0`֭ 3m4p6h4)..fӦM\~m-1;v젮.kЯ_? ذaXz>}`YӦMWKb1|I,X@ΝOkԪ@Ϟ=뮻Xz5p`=fԨQKمɖֶ 97pGuTwM.]L>=H-z,Y$[3zhnwo Mx衇PSS:88|oضMUUՁF 6cn8|h| BPU@UEx/$FA"F&,ܾj c Db$ C~(&l j_6l,"p@1%-m IE20R6&,+ad2I$! %X-Kqq1:6qt !XU$8. ׹qpppppxxꩧ83ݻ7'OfȑhFii)׿x7uc2e/_ެQcbկ(((k /icƌ_$H_rJ^yt]gь7Rz+Baa~:{G<窫sΜtI3l`Kc_SRRlݝ;w櫯K.sd6m /ȑ#[l' 3())aĈ;h4J<'0yd Ç =&ci]tis,_|7ps}ii5VWWpB;ﭽ ƍK/+@%KkinvGJM7ԩS'4̟?:1c4?}2x=kf\K|(+++dѢE$l;{/ɓ'H$xgx|} >|cZ[t)/r̙C(wa…уYf!}̙~zͼy8q":tpHva| M|EooQ "ǃQjx|rnLM ]:i+tјuI+44,ƶڎaTN2F5J`8Jő,PIL"SY)2)%C.(**|Nv9 cNlXJ^r`4{I('g_;# qW_'|?72x&x:(6n rNNN6TmƍvaY#iL8Hb<6mD=~󹹹tMQQp1eϧٺ.;,mС^Ν;ΠA|rss!yǤI0`gy&{bsn2X,X"_~9ÇCݣ#<2|Ȑ!h69CkzWgϞx~?Zx[`wk֬#W^}?x}Y}:GJ)Z6OMQ@٩W Y NL6`8p@Nd"h~I64D[)RG7RIRJLbX) N]B!AXv>S|d;w.ݻwgK[ٝ}s|ِZk%Hi$1`N=LH$Mn\ uuuر޽{c&<=z`\uUP^^;vеkW$ hF2Ly%7C m׿uro;4b S׮]aӦMtA*6n!@"*k۶m@vZ\)SXz5ϧ|tn6ọ>]wms 7dN>=ر#:999k{7nK,!??SO=!D cVkL:EFehs2o޼|H)6l2ڵkNj^hf 믿Nn?~ibjK[oL0Y}4% RPP@uu5k׮O?n_^x[ÏE{ DfJSiizZe,N^0` l!&%\t"§y14#X𾖐[ݘe. e5HU1dhI\R]; (Zb+\tERF[bd2B^P@!]0EDyŊ uuu|Gퟳ}qvW\ѣwCU'|rM6hѢVDcKc~{-gL>X,F~,徰j*.R9fΜɠA?Д+V0qD.BҥKK aD)sE)k0`;wdl߾իW3lذA~ҥXşsȆ πT֙gI"`|TTTdſ͛oS4 [UUUr-~Yw cy뭷8cl۶9sz>|8C aÆ ?nlݺo;"hmqw{lذI߀믿f^cN:$-[l(b[7̳>͛98|>>VJ ?@h#^hf z)u… >}:k׮{q|jNk{o7i$ ֭c{,m6ʸ;x衇a1.w}Aetndڵ+[nmul?|R*S49T@QP)+-܄PJa|n!""yD:n6'iHi Mbh8BgZ&H:R t:D[J^/u5 ַ"bH+[ys%-*+pwD*X,R֢i.AMMHύKzJqr!FkzZcY/2eee 6D"ANZtC+`ʔ)vi톆>&/n;*Q]]͛oIYYzb„ mzY4ʆF[qwC=4U5vX*0yd |/v֍N;-9W^!3lذL&X"裏~)Xt)6lsΌ3]׉F~L0uQZZJCCXQF}1s7_Emm-z(sRwu_=>ZfΜI.]ٳ/~bf2wYzTVVrrp\̞=3gL2O<gΜ9̝;@1~3ِ,˲4i>P &OeMU0 IDATLMM vw@%JJJ0MI&xwkFJI4eҤIҶ78=zke…ٛnݺqgF9#4ii~o5&77PUUIkmo3SUU<^\s5M*88/v{JN?t>^}UuɓzƭsGr7D9ꨣXnmj* kI]Zueeel̙t]Yp!3fRk׮mꫯߓR2rH"zk 4h >?iӦh"|>W^y%UUUr2yfu;uDEEd1hQ)T@B^tHBe 4!5C3GKI{N7(Sjuu |\Ekd.SQ!`X{m9{ϵ>3ߛ &LR-g \r%,\zcǶYbȐ!XuqǣzV}Kl 3z@IP(ftH{jjj=4e˖fy\.rJ7w 7d5͛7lٲ=??>r?|f̘A2d֬YYXMM ~1TijJR!H eHyTi@S#磡>JUG׳(h8:8}pQL'ThB#mv>TĒ^zXIOHưqݱx4m E)wp]5;ҡCۿ!tXB2i\:mP_oƱi)^RFnmei)֭[Yf K.E4Nk/mc88hOW"g5Ll#F{~z>lorђZuS{%%%l߾HAn޼=zifԩK֓Ra|+))i̟?EqI'˳>5tmݺU.JU(غC1 JCi--nh,֝l̅xފ?7DnN` K#2Oy'3߿Ō?eee H;믿!Ҫ]wٳy衇,K/4k({뭷BduǍǝwމiM{׿ PR`)*Ң&RB`f4&@(07LS'h +ذYv$B u2۶mx,h4N_@qq1^hC&OAbtrt݅- b 0H>.BF:?q#uVWC?H0Ӽa-kYߝYd 'pqb[n;%KpzM0o´Z[Ur: 9,A1p@nv>3Kii)^{-=\W@gCo~CIII6Ҁ5~pp__~7x#gu]TTTУGjkk멨'ছnbذaX7}v~iz9VZƍ/~}ݗSGi hw\.;w_῞B}=3FhN1?yknj1#Fd__z7{}%''۷S\\y4iךy嗛0=ztDP~8k[lmb?,3Y2*5%D4"-P-.CGRA-ueJ! &H1:fb)W.eYt R+0Se/=d(_~I!Jh¦r.P;i00 /d3Dha4MѵAhD(!̔]ܵ]).MGveȑèE p4(Q%^\ڷsle}w<xyG>|x2G|>.R_۞4isϷNӞL;ڪYh?O  3_ِq88r9 3p@~fP n~&Oa&sNC7 ԩSwy'~Yf_ C$a„ |35| 64ῇj}/d@e{זaHJq!jVVD3'6Xr*%SW*L)+8XF"RjJАC< f`KT6I[bY6KѢȳi<9|vECzsǒߡ&Ų$Q W%+Xa_lBHه.ݨUߗM_t[Xqp,x G 2it((( DkޅH Ņ]SpO345*++Θ13<.?'-JTTTeCjh)RK|pp_"brT6ZnnnL)E"hR SJQUUENN@<)bO?IW6֭[G߾}aA2lsI?;‚)M*ҴֹMh"UPۥ1 ]GCBK "!c0Bv46( хva% L4d; "N0O,ZUA"J*4ЅfnsQ*Jlw ǗK!AgL$ R1=\"p PRbt?@I_"eB% +i#5 iHAJ@ H,"0e[ٶfSafp&.mXIIX}IbVW'&Bn ;HLIL]a"O"j" :  uc%hGAJ<.K "5˲4CغwMظty<뚏>4 |r֭[Gqq1+m;88888888888888wT*ΎcoǁmU4ϷeÆ ,[ӧm9|ҥT 2cW%l@!*&jU]KUuuQĭL<.\nM e:z)%IK'ǒDcIb mcXBGbi"tp 4]`l^?S#LV²l\.ܠ MYշo_A9y&r/(]71 x9عnE(G+/L4e۶mM׮]˻b˲XreZƲ,-Z3<y\s5s뭷裏һwoV^MϞ=9ud2?c,X5kpGcѫW&׏?x};xY M}]E:C`ZJ!Q*U&$H븐Hax=)!X $x<)EҊQ4LS&$JEaAEpm,aLS2X#eI\0L" xP+bnWh2 rra:ee]x( ;w-v3uT-ZD4͖EQΝ˼yڕ9lkĉ J)^{5֯_O?~|6#auu5o&eeeՋ &i+V 5ɪ3<7'?!uҥ ǏDXx1CW_eڴiu?3 6_nݺ1~xz-֬YàA=zj唔xӧcǎ% ү_?,Y'|5Vm߾ &п=FA fڵ|SO=EnXp!ӧOgڵtޝ;ٰRu}=i$ ֭c 2$}۶mqwCQUSȈ#xw4hs[nصkWn<:0ɈgBF"–?ۖ(e#e* ж%Җ2h6qpR˶pHin]8?p`|8~!ӦMcѢE|>J{eɔ1G:ud2s1T5)[ؠHeS%x@ZJh]R5Pvإ a`)E CSF"4ihg%+'$ջFmɞ_{ DiJP%5Pt(ĶH@F6K" #cNtC$((( i tN󩨯&G3uH))gSWlܸ 6|A0u1a %>|ϟ /%\… y뭷;vlͥs@VTTD8/ qgFlڴ=zPVVƓO>L4re7nK,C7`-n= `ƍva hLh'NnɆ*K? :tR BP8֘rssiƲeXf <.SN9nkoe IDAT!ߨQؼy3˖-SO ??>r?|f̘A2d֬YYWMM ~1TȐ RiRF)PMhR!BJRo{JI @6B&SnF''㢠CX ЏDG02.u]B4-kQVJCӑB*eKtضĶm\. \.5uJ ;6!B!֣>ٳ#|A\.;vk9v:sMFF-jWn(,,'//sRZZJnnnΔ)S;7n=z ---ou]7v"6RRR8|0`{2`TUeȑx㍼L<M"AtR^{5*bccYre$е8iI P(j(( j$yfU { *fRSt247){i:VՌ1I$9=cXX #mBE ( *J( UUQ |><`ߏ ҂"11=zp\lFu  4Gm_y:xcB!BgڵX,E>̽I}"233ٳgՑD=~ ѣZ{orr2{?*pB^:Ů]رc8}G:H?48}g'VDK5kPQQv9/^wA||<$%%@CCC߿ ]^4FP :DoZ/T?ˊC!k5M!(J%iAs ZPDhmAZ|c|0DQA12QŨ f`TT6;&chnd2ruP1 fv;ǃЉpy>Lj_ʗHݗҝsB!۞={Xr%%%%$%%1sv?܌ln7\1d2332eJdęv._{!8ݪ_ە~DEE]vqM7qe޼yv\.999DEEkƵ^8*FWqG֙2e :$<կl԰`GN+33w}M[x1<K.cDz` wn;ᾋ3A Mu4ELTϨ MTQ#5pYjx`h:}(w8k,q(ܠi: SHOc" #T׺[zQ L&;? Q`RQJJ~*f$1̘L*hhGC:to |*><^fbԘ=v,=R7`0^_`0{w1_|ښF**y%_ !čn|䣣۷3k֬>͛7ssm֭[y7o1x3fL$Ĺd<#8Nywx<,[JBN 8힩Euuu8Σ G3onMM NNv?;s= XNop8z4 }Xd K,9)}'ӯ#>!uJ_kVtzdZG/JY)o܄aPZZIQIhPWUC#K]!jp{[—_"bbzj( r 7v`W FŠaaa^ zPMl4b2т~A>O :58vNsS M 3nwfSÕAKt}~?6`>}׿/qq-F.B3 t-k証?=w\ϟϔ)Sѣ>l6ӳg.;kk'u\WUUERRRdվL݀l液'Mx'y7xp:ݾnHݛ͛7Gc!cXNe4, 'Ngc՚]]iGEQ M ņZA[QM`qvyWzmO!>Ct}v999tR6mZ剉|ZM!@5Ͷ.ך] Gh+M&c4W^ځIt/Nۈi(cɰB\(-܂inf̘ @vv6^{-kPԩSYp!_5K,!77yaq\'|I-[Fvv6_~9QQQ`v; ̛7Tjkk;)SW^)z<,^K.9D^;=ߨ(L&3fB%KayWmyvBTWW`N'7o>9#c~pBl6nM6UܥDJ"T%H]WuqBTY@uC  LՀѸdV5j j0L􈊦f6@Wbȑv\Bq2ys=CӴvm|tT}vf͚uB\__p)ξg^/%򺮮.'@MM saV#tr|+4혗>Y::_ L\\1wVgBq*,,$==@ pR-..aÆqzzjHMMeڴiXV SZZʠA~3~xV^d0PUf۷/SNl6w~ '3 /k˴i0LݶYUU?|>ّ>:k~;f{=ôiذa[laĈL0V\wAmm-3gdݺuشi_i] F]1m:q JkN*=(]QE Z/*.Q~ ٣3u^ (.ˡ}5lVJnX&hx 4|AY%B;vh8|0;wlW #%qqq-1w\?vZ/^̞={ ڽ/>>dp]wL =|L&Sʻj3BرcC0|p /~n|͔իyx?O>}x嗙={6[no߾<#|x<^}.?;wr}1j( TkZkF됩.6[GbQ mA;XNW|"EQЄKP *A-b*(>w?J*!dx裏cO?ƍ),,W^ w[^ruבzR'Bt[o*W^y%o>INNBcc04i999lܸN߿?[laݺuĉ+PާM6j* &L`ʔ)t:;m̙3q8dggcۻl/tڏ#0o<0 ̙3]vuvtdw}< :D?zq 'W%OŤB𺀭 dՊ:zw޽zDU} MohbRA,Nա=TQUU7bi~B!IqQ*::ڱlL6$J!^qq1ÇQUGXm۶v1͑}Dcbb Vu~qq1#G`0D5b222:m#FksĈ@(x"vxnf̘Aff&ӧOK/@ i?p8")IJJs:|.?~ӟ}TMqn BVA(he@䥢mFʀw?d0a6ZF!CSwnR1ڠIx­Ģ$B!B'::rܹs)--%777Xvw~LL IKKhە>|8/##EohnnϷv999tRILL촽͛7wڏMQ.]}ǚ5kN8(u)(ꨑqW:8*Prvq{4,&+~tAU+ +> ]1*Q ڛvJ mbZ!B!/Ů]"KJJ>}:> ѣZ333z 3fLmk. 4LY@6CxᇱldggsEk׮.'fcȐ!'S;Pt[sNѺGKN[Ff FOЊݠb4(hNtZWk %5E3"c0T%ؼs/}bUB!B!N(y~_a٨afy׸kq8jYWfX`v͛Gjj*Cnn.{/qqqY˼y\.rrrvfJJ &3fE>,Ye{@8U  ?>/2O>:߬Uf+* Siw(NCG1a6YM*$Ho m2QM_}]zlTV3W EkdȑvBcu`g;z>riï>|̚5T_!),,$==@ pR=޿Ct:"N欄P[[<4Mt:k%ZOsss+v^w}Og|B迡֤E mjd|Bx(C1~Vj0Pwܧa2/@kS1Fi0@dI!B!gF8Oiݞ]Q;&uV]?8|Szhɿp)hU(7zhC/}zh-VF\n q ?5ՔDٞ}jA */B!B!E#ue0ZcTG&߬؆1茥J56ӻ=5`fĐ:Q#JeΡU LVqB!B!Ĺ%f?֥CۚT:9tU^F&I%ZHJM%ȧFJ$:|ŗDƜB!B!gT@:ʁ둀UdVku b2 >Ifz_fVQ `Q|9x ߓ/G9PE@E58b%Bq2ٳEq뭷`6o|L+--eԩs{饗x駏pB!gBPߌf@bGК*RS #}"j4 z4UTS5s`4ׅ͔@ƌM`GїZ U먩?,B!ɲyfn̼y1boXvmMMMe…ls6K466v[~Bw?1ׯNss3Gy'UPPԩSۏ[gmll׿ x88}xR ۑ<=RV#->/nErI>$'3(-Iq(>8\1#rե>uHr;{JK!Bt]g,\2225kwK.EuZZZxg۽oٲeA~?۶mWUUOW_‹/HYY˖-g]}]x xvܹ3>>c;<ƍǺu|!|믿c=[ouw-B^h IDATo?ϸYx16m:ŋ; d}[9`y9s&ofݾ:fx8‰uu.u:>mWj=SGt Z 4gVj 6zx5]6| R(ӭXz BsUyy9?]_o(x<^}v_z%`}~[oGAAA:+VOӻwoo#qF233),,䗿%^n>]sW3ydyHo,V^s=t-B^/"-"==qƑnڵk)**bڵ[@7Z:aёj-[3<޽{@ o?'|‡~HQQ #i֮QJ[n+WWmk鰍"^z饣ݩ,YNk]/Ӷ#t] =kzk|Ji3֠_~1Ge;%(n9с)wA0tz$Snfcqv8K!tOUjr̙3ꪫx:^ss3saڴiuVn7lڴEqW;wRRRbaժU;[_|=FŁؿ1ba,XI&q7駟v{-B^>Jll,FjW/-- IZZ '55ٳ)))鶍pL֬YSO=Eqqq7TCa222(,,F49s=|Ç_GcΝw}5%g9E$Jo :rm ZWG7~OP Հیڈ!9 5ؙ8B m)*+@PGQTU"B!:Nnf̘Aff&ӧOK/=^lll$@KLL nݻwx"?n7eee 0=z~{$}zͻ]wu[ZZʊ+ضmnTήBӫfx f͚Eee%?Y|9KOOgϞѲj* &L`ʔ)0`/_Nrr26;S>\s5|B^~e|Nصk[laݺuĉ+7Tv+))ᣏ>b &MDNN7nd⋏sOdMG}/))a֭曨ʕW^[o.ݻxG:tQ?8GK(1H+M)Ef0V(zP1WlQ]ՀQt HCa2OIyEӦa1-Q3o~b<#D!8פQ__OYYݻgy<Ei wmCAAK.PJGK dddhѢvg2pϰa"g(rܹs)--%777k!2$x7ݍnX /l_tE<3@7=JKK9rddđ6Jqq1#G`0DFEqqQmubޮ?я"kii?)ٜwyNg!"S5\Ԛvp>+PJ@}s%7`p9E;XC[2\@V< .A!j!N !L&~;<`%99EQp:[@ +aCc梋.b׮]ܗLCuu5|8QQQx^~av+lw$Z?bprM7BqX,\r%2y=ztu7xr7,cƌ鲍,\.k֬uEV=*TVVF>|ƌsL׬]wŎ;ДӧG'm6C #O6551sL֭[m٨,FR[[iB#z)^~e),ęvΌbq((֕S:JvҚ]iThL^R-]}j]L;Ĥdn:L/ZUU$ۢ]V͠}.pBR ͮWB!ĩr*UaMMMl6Ʈs%{^,KuG7ZnX\.E9*zgmԐy=gO9u7jkkq:j%{,}o{Nۛa]983)X5i xpIQBë5~N7Pp @mh6~To5}BjB?YY8{ǣE єhIz&O!Ľ yGOCOBñlj: ̓՝cnC4ΝKff&lٲ={pDLcY۾SYWh5?5՚кzk` ZGW)mG^ q6CzF_zȰ~t3I=bQt?>M# z Fî>}UBsB&UUyٸq#Ջ^xᘃmB|WZ8Iz( KEX):jPQ~E&eźOE.,oĴD&<1hP|u|Y`sh  !B!mԣbaĉL81R]=! :ky N`h z4=:4JAW!c,r-G"l!`FFTYO0 1BC>_|^77 t.B!B!8"B#ZWCQui(JkY Nr]5_7í(+%` u,aCb퇤Jj;O6/7&3p9B!B!ęYHQAe :jhտ#ʃ^ Oc3AՌt oCp7gg\|lX/H>`+k1; Xcػ ~޽hvkg߲B!B! QtȔֲPJm PC1<9ro*D;fP h # _~}FMՁ?#نb^!B!Bq MO faȫqUhskAtMGQ&#ף)W->jgܤ+1YX-` }Թ'4 ktQB!B!MCut蔮ihDt]o RԷu->?Ԥ^̾j^ip+dPq}2pA̖X:|^P_AEB!B!gD83.誂k节 (Mx>PLf&]CA -L#)WM ibbI)%s`)/~#&vDžeHu!B!B6|UZ$hzkpJ RT@TW6Ԃ芎`@G!rZGgeQx^ n)c@gO5gbO\zJJcxk{]2'AUB!1t:=z4p:܌ll6SZZ~3^{5l6y-Bqӵd:ԟ4hsAT) ATUEUU W%U &̬L ;KJIM!iL; FQ L\!3c N&N+³>{թŋ~zRSSYpB![:7CMkݩZ@΃EQUPPJ1**FUU4_9ee(E)شmdg^m<8X^CFJ ^L6㙺"B!ĹΣGXV~sw믿_;M7D=Xz5EEEۗiӦa2"u[oôiHLLSZZʠA~l6wXwڵԄ᪫b۶m\r%hƚ5k"}:u*f9rdzzjL&]wg !BTtPB*P4 &|A/)Jk8 h>gik_7x5|#!%%(pjwX!'b x<:Dtt41w\JKKS***ڕ~!Bs+븚=**`0u*i: dT RkH05p9F7&;1f%IJ.6}ښzIN*|h2dѷW3z-BVٳHr{ f\.6lK/~1zhV+CuطJ8|03B{]̞=x{~KKK:u*n !Bt6j4ֹyhRU,f#6 PiZ(U0XWHb' b8X:l4U;>gAi< hhUB!ęMnn.nr!** ׋餺3gR__5\رc|k\{8;NeݩSpBkxHyTTyyy,XNCC#55]nocʗ-[I2c~qHMMe…'<-qŌ3ɓ'P;B!g%@!*]1(`0(*(Ahh@>B} nƆ&) M˸$%9XWGchb~Wͥf1rm2NEBqu^w|vWvu#o߾Yf9رtF2sL֭[GCCV=Y]]]{Ta8NTU8|\\曼⋑O^uƌ{G>}6m6l`˖-1 &ʕ+;"?~ըtXS{'ʼn#Ǝ@ZOM!.!nǸB! /tGt_\\\S6zwY >>ӝg}q1tv !!].>]=Ê+(**bѼ˼; 6}#t:ׯ*wqG=_5cǎ>?˗/DꅽK~t:IKKc0a~)}O>$~[ok}\pҮB!ry1Cht)B0`2cRCAGUUt=4EPBU2.pb(,ډ5ʊɮiҒz]1;8PYOzH8l2rJ!8 F/]wu;n:V\Iiii}555G㩮>͛GBB_~9sk.nJ~ڽ9s搒e]ƤIgNϞ=IOO'++R6mĪU0 L0)SPRRB||<---̜9Avv6v[\%!BG Э*]@UA14 PTUEh0G@U]AG88`0Rycj'pfFA9\[jҫg4ijh)j*B!j;8it]GaX֣GGGrڕ\.bbbp8HHH/)))tv=66vLLq'_߽{7[o5Rv)++cp ̘1LOΥ^z\ !BvU =t]CE`6C( ( z?4 E BuBSɱ,.O-dOAD/ٻh˪9jv9PJZ PQфƠ6P1/$!9ԫH 7os:V;(-@3f5k=o?8i9oJªU?}XEsUWn:n6ǹ+^ !B\1(ZχgS뺪g*)VWGk"s{ZtTXc7g}uviMet5gO\KR:i4M&7"B!x)~?ЇЇ>ğɟϟٟs3^o|Q/:<Yo~k0 `l߾Pz/| i0r bkrge˖uB!/(MwXPZ[77ʒ7#rs3m0Zyoxl?avzمԫfHןv<,)&L7=1PSWshBcC=w}ľ[n)>яr]wsjZaT*_%ַHӔ|#p /블R|oK_^{-A˹馛xꩧ7 7@TjqUWQ.)ϕW^ %/cB!})jU9PfnƔR (>PkPkͥr8\a+gQ/'?Y϶]3_~o~_901Ů,n:qQ~m[7092ɹYM5ٗ^͚5k8d;l!8~# ?{_}}Æ \}o[Y8z+k֬ /8c=y[XiӦ_rfITB?[(H5Ƙ#?wy"zזiJ|bƍ\y? !}':rk P+Ph5KrAmnKf9cP+3Nfpa'dgؾ}7?͒l߱˗ē8{~c#Bzzzf 6sn~z;<6w}7\pXt)W\q?x93K$}͛YlW\qš~iVXqoXT^sU&|ߗDB!^5v4sEֵ77A*4{&t:0!sHan.bMT&:,?a'׭cŒEÅO匎N7Ż!xEwy'l޼?;{wO?e˖|zΚ5kIӔK.<|+_!c/rE㽠&B!+;/u9ӔmdiU yg ::ʁ O=k%v>Q!|(C_ 'XFAf3&'ٵs;!'v|F!8.mnz{{1pwpe|IyG{0p%pecVX=Cn!Bql9@Vw8%K P: BjZ $'GMxozظC{4g wଳؽ{oL;3d]#tQ*&gjwlB<* VӟanB!׉S(3WYGYVP⌶˘n6{v3Mf-=h~vLB-dJ]%~ v}D(b<3E<0=ѦG-Byzjo8]]]| _ MS|AZ-I!BR8g`uúe՝%1 {%6ZKnsR@زod>12e #GM!bJ46FYyI`S\)B!^* 7|37pW_}5\s yk(q-SO=5B!BͥgC)]9J1`5*P쭎j†MۨBMdr?rG+~((*oٹf͚#BW^Î=Ծa;,):JCmZ/)!6nʕ+2 BލCͤs +,( JͲҞhֹNIqZӘMiuj\~XKcNL^dl8'wjK'72B!tww$Q%B!~g5Ac%S,2hsv@2s5:IJ+h'1Ip8@/hS<}Gw`Ү:ou2vnE'pO=}4&4:@>aB!B!:KY$#9J1h A1Ą>ZkRx()!bZxfݛ7%J~hNLSV]eg>Jә%X<+Pa|F!B!Bu Cgsg)8m4Ȓ37:K̑[R9Zk0儕yfvZ# FF6_T!h0u`f]1t{##B!B!2Pn1?iwb$#,Z1܎ ַᩌZ/W,c4!B!B,} R3xZM9 (!ZAfܒ[o4iniu:8xF6(Vht P/rwlB!B!QiY)KBYȝ#K3,l `n2twmsKXkI,@i{svvO}SG۹s'_~9N!Bq_k|(_+ S.оFS|ÀVS iM! ^۹dmߐ[KX$mpkNP)1X`S8`1;|F!8f<\wu|p y_5fY#= rBHOF\3 9SY{N=4<?3vF O?wlBc=zFo@ww?`ժUlܸ뮻n{O?͍7ȹ瞋֚(;|_elذO|>իWss뭷m۶3,B! Co% y<㡌Aio40$ aSVWKԪuG`<qꩧ&_=-=^z)N{Mozo~_`!BW8QAR-ȝE1fhFA)p8ZQN1YfA90KӘvDACAg44m:&N>u ldjl4n,[Xi8wlBcBOO/xͶmXf ƘCm{.۶m#[jvì]uuuJuuuQVt:ܹ5kJiyk_<B!xk !P*1ƠPY>ڂ0;{cS%t<>g.G l4}?v361ESLʹȓ|F!8&,YivuXݻԧ>sjaZ`Rn'xyǡe^g݇ZB!1Z.S,H(Iqh0e9̑dpVv+8bZZL`_."Jrw'NsIK95+yG?!nj=(kt+G>@\泟,')Jp 7044}cŊ|wqo/iOԫ`^b~G/BW_W_4ZPgs9|errz~Xo~aџsK_OV{ ōPg>O>l޼e˖qv{|k_Cqsws9pr5נ;IvZ8㌗硅B!^F[5yFW<'B@naFUj'tUT) ?}OkE8Z-2 C[-Oh ^Ydݬ$G3s|k5?!DŽM6Za+Wr78!BR+50D)EZqqbUhv22,݉R5b@Pz)6ϱYF vae9ځ gɔfSs:I΁FZhϠg-8"|vxƐ܂ubI t3;IZGPa? 8봕EnnwlBc|&~SJmmo;}7:~ݻя~v]WW/ ChZl۶5k`9t˶m^4YUV-%+dռu{KB!Zkq3(NtbJaH1 HVR-x,̴:xe &WxI q.YFgbP\*uKcT`*/|F!8k-vbŊ-Zk(xjamgɒ%(Hk-Zk4%˞~*֭[m8W\qtB!N ίak*^@+Iq6^(P, sל؁Bn4,-J"6o05y lݱog̬B!K)şs0::C=gcՌyf`غu \1,7[nX,vZ>ll{>B!īOerzi6ͩ E$gg!5)*h0s.G{w_y=cxf)m|V}a)/f{ B!^C=w}ľ[n)>яr]wQ,R~|zdYu])ߣ\.~O~J%fff87|3_җk YhsWsK /)B*iŜwɔzضi:MJFeV'arE4Djo*wi wy\4Xֽ[-,9%?1kN^B1p!^d%90ͣmGiGY}FJ!19W_e=H6lꫯqrranV֬YÅ^ c=y[X3==MVCk;crrzkHauO4Mq!īƍYr .BPgQ߈Hbi*G1t40Zch+)^p68Klgf&"l193 ?} map9!Bzzzj Vn~z;<6w}7\pXt)W\q?x93K$}͛YlW\qš~iVXqiӦM:^ro}g~8/*!BתAH-.uc,3giyi #32UVf(qk1; q2KXföm_=ůNflr)b}t/#-to4y~zB!xiEQĝw?A(_:7o;{Ogٲe|3^fnf4K.?)?0_Wk/~\tEx/o޾W.B!Ǣ$ϘM20NLO-$IC _8e9-9Mf5O2 IDAT&4޳ziga˂~R3ŎMQ&T OlL}B!^fvn^1q\lٲ'|ny1\r%\veر+Vp=?O$!%BZk<4YniFt xT9>,Ä>Y0ۊH,Y2U؜4sx8rJ"Ѿ\u3\xk1CZ)Rî͛ؾwx(yB !V @R9,TI[E{u:vŊ+8B!džfS3:a*CD ۙnR-5p%^'9@wX\/93,aݠL?wۙxX(pbv51Y!JUVOm7A!B骠b|E+JXQ؁rV,;ƹӹݗИJh4#)JA5)n;Z)P@g*6S`t X޿V'?t5',bA5/dBʵzjo8]]]| _ MS|AZ|Q!BJmf19}=:Yv 8βl ?M49{q?uJbiBZC&'ti/_D<֜lZwgvwa PmJBWJ7 7@TjqUWQ.[nwy=T!B*P,vhkn*Қ ĩ=}LD [GY Zt=UΘieLvB!B!8ԫ=r,d("ii!Űd+f&& P||OJcbᡟ=U]ĈM/7?,:՘U0:b!B!B,ІrDbb""({xJT q%9b®&ء{M6W4z{leb{^*e;̉',zIS]>@l¦>q$ B!B!7Ʃ&qL\ӭ+]26:BTcAzz봚m=S*xcM4c]Ui1xƧJ /%iR0io8ٵw7'xf0Hu!B!BNA:qFt|JeBTxA e:x\z.J3^hD8eR,Cf+f-v ^Q:$ˡ݉"^PpX: *kRRGt2.{Yog|ĦivRLfV !B!B~|urjE.JflmG3nI=ܲ@X+,[KTJm芋p:e1Q!*xZmY [-6(M[7)EUB!B!ǛV@(:[-TQERz,JhDtF=KFi^i|X08@WXf9qP)Ҍ@ w4v-JrUB!B!ǝujL6:LN4m(B̑ lM#^x]J16ӡ6PI?X>,\8Hn*]pRf1졧^#My[*c! |8!B!BlӌfEOwhA?xedݢ^ r@LD3HMNmu"޼3N;JW?T ffxG,,o3$1b"2<!B!B?X f XE8y J'&fhˀ"(h :96N%j169Ihwov/ g ;B+JX4PLf8iIV !B!Bz:0V)<㓦FDdVR .tYڌZq3%K?VE\$hȝe Z11 PZshB!B!6=> ^4B 6:Vh6J>BHMzJbfm2h,4Lg6Ex}Iv3NHBQ5ϖ{hERfjj9>܀آ) B!B!ǝcSQhN ]J3>$s$E z t+d4۔,Q xw<ȿbp=LM20Xcb:\(aݱq iM7D^>?J@/鸞{ߝ;wя~b~$ '~+/nKrWuV>XY<ϣT*_w|~)|]z]]]8p|;$Iڵk93͛i4DQ[V?<̎NZtN’ְ 8 ?D+ʠ0Ȁ" (CPGY$twNhӿ;UuO*rOsꡇN෿- .'P>w}7',0 yYr%&L`D=l2N:$`pŋYr%&M /uwO)1U!ؓ|3u]iӦm|GE"mc6ht4von-[??\y啔J%"YjDo#nG?[nn{h{M{G:7pj_B)gn1pܴI{ұu,Lhg\K+M a\&9'f 3aL͘`ƌ)6ofLޚ#ݐ T&` ' -܈s!afԱB!ޖ"\s mmmy晜wyT*jr.t:himme̞=\.GZ+_ raZ~=K.Fk͹#l~_1yd>5K/;-[pEb ƎK.+c=yԴK7nફslO.]O?p1}~rʽs:˖-駟g?SN^s9裏ڗz!āT)Kē jfpSek?Qqb <ϧXTPɀ HfR4EaHuN-9z\330I,/w0nb#QP\r2d uևS6!UNS<1ޡBdkd2R)* |CK/e֬Y\|Ŝz{L#Jܼ׼֮]ˌ3֢Zs%긹sbYg'x"k׮e̙Bg>fΜ9?Od2L צNz@ۑ㇦/O4/Sr9p饗ƌ3FڵkIL>t:_֬YC&̞=5k uVz!b \D\TɑX2"qZ3)ܱMT!σ#Vtfq(Φ%aǏcǦXtغôI8t}d2I>2R)wkhQ]!ۤI:svHR "d0 wQ7x#y~Ǝry0x- 4086FTbH\m۶]:D=b$,P{K3$ B=N&ETR"Z_aLw.-͍Tj>DZa6"4S }j5K;]ҵTyMㄓ梒452=%;B!:;;[b̟?yzj"{<.O><fϞիy׀}_|Г Kw֬Yl۶+WuV,Y)uBz{{ٺuOTbΜ9˃>,^aӈF_BatRJ1]bƌCkd-햖?)u]CN8b/ >Ӟ7ohzc =q]!8P\&ҜIr)̙0F'BֶF\ZbqFŢ-H,`WkEF;zxyRZE\f.z E{ejz+&WQzyh =:6B!a qsD"nv.B/ꫯrM7rRkon}c_җD,믿~hp& -Z_O<g``뮻 &FHuBxg?G?Qn&oO?}K.\r%w2L6v>y|-{gc#3QS |[n{H/}K}ضu]ǜ9sF\#kz!āPH6!rK,Eߧ@d lWSEO#긤(} Kǰ|Sa]'j@2E;aգPc (²5VpTygsWneܹ{,,'@pTG1zgO/_|TQ,ihhm[V# {zi'd=n)\.G6ZA!vfT*JFHOCCnyX50ˑNVu#ZbӧOR.8dN23bj`F. M*uC_o2h*04$SD#E\p|PR髂q1*!W;iB!qSd5bo/gnHuBiGQ#߯Fp?؏t<ّ!oV6${u~@+(tucz@ui2K|Z0vrJ ]r% Um\WF`&*$qQ*MŽ36ÍZ B!v?v7̓X!BvPDEH%keXK*9b{b7Z)Vԍ\)1]rQV4@!B!BMȕjD#.Yo(J@ůcu4h<ú ]|p ГbKk ,  ,eYVH,"P&N%[˳dC!B!Bq9Mk,q5>/_*R)H7 #j}yb(G6cN>5=e<0{rR:袏_rKYh4$\x Fw!>ơ(OB!B!8l撇cX-e&RGNTiDΊ/V쀠nT, Z:u.vkcض O(Tbka#t嶳c3AM1a8\GcyB!B!8,T"NT*5naԊU6ԍ&}]$ca4ZYT`zdq/}4QLH<8WGP(9j8|C!B!Bq5c$R_'5rI li"_M^g[Ot!ѐV0Z3!. JgaP T,cPOwqlsdiƶ可@%ulB!B!AV)2 ClbO(mјrr C#6Ѧ8⎍*^Ũ>&Ԅ&@!V!%|Ƶ5&ib2F!B!Bl5e|0D#LI dezC}C\[r"^Þ~^ڈ(M 2nqV*bVErGculB!B!A6&ɦdx:=:}:*c0$jLZ |5m(6i7BkCg=r Ѹ!!~`Z?6xyjm[R hR2J!B!pӗ/aD(dHT!5=}Ej2$r}8ˡqI$I)juTkD B}˲ ѶEhWS֩ , K(4zPF!B!BdLRbm[ԃ->L >8toF%/@wlƳZk u,M4bJDH]MkK3Sv#.B/SOqۭ/~ ::: T*4|>??FcVS?>P8AX|soVBCO'f9D"Zd6ƼImL%\ L,; /pЎZTٟ:}9q&$Kt $\yZrzSN9'x'`~i^~e̙gK]GrJ^xG#p}}}j{w'ӟO|,]I&^zigժUp x{~ÕVя~3{lq~H$;Xz5ihh ξկ30c ,Y?8?# W9G&dz|r/ {/2k,/^̒%Kx>m{joo&b7RqWpQGhѢ4Gj룉fsG=;`ڵ#yOy6svao`Ά;{x^~PkߣO !ߊ*!e+V.Z$]h9$0*Rb&@U*uվ^mXPaQZlޞ㝓&rƩ2v|Ҷ-MkD"ɘEk[+=׿eݺׯC\뮣 ˲O5\ v,]ɓ'5kp 7o~w{p+ #{Ÿ꫙1cazjNŋ9QJ1sL1{ܶ׳tR~a֜{<#CkTUܼW{ܹCD"#W,khkk3ΣR/Osv;#{#{eaӬje.24'h˛ONkk+ӧOg٬_~W ߘG.ۯ-G29yRiYk=he˖a?a֭[7N:Bqh?$S'g,f&6Ԙtߧ=gbcOTXz_عm%ʺ9yfzJdٔzxaR6vurV[4m1P?ԱB! d:{|ӦMq߽oo{eٲeT*]?,^)Skm[֮]ˌ3Fh'HRC_L9'#dhkkzJ2gΜ]3gΜ}=R̙3l|CK/e֬Y\|Ŝz#begsJܹsw)̙KpkZԎwf{<ϣ=Fj#?H|gyqW5?!x+e.n&rOǙLsۺu{koH+æ pWr嗳dNzzzhnn6_|qT18:)l7T*~}V,Z}.t>aWJQ1Ơ<|p{KB-(lcZiT %BzKUbJaca+cL0f^Cܹ3DLbڄ\p٤R.67m4 ;:mcktl|zB!SN'.첽~O>[oo}_ϟĩʣ>JCCèF0̚5m۶rJ`%Kv[8z֬Y[_ǾbL:o}[vm^zh[gg;Vn&O'L4ؖƏϿr청qqgfռk/x#jL9w5t>֬Y3Fh۾使m[nX,7oW1@:Y$z={6RŋS.y'Ylq#p)RGWͽ< xܞ^#А2Pb׊u.l 0l|}5ua^Y(XrO@ ƄY`]!8.RogV\~;|A$\pvn#,'N1c2p$DEqc„ r$7|3]wxR_N"ط#<믿/| ?%NsM7qUW~pF*yy{K:T?Eqq??q _:_җbrqћ-R7|3gihh LqHv]wTm_)vZm4pK/쐹GiO.B/ꫯr_|;ۿw}7笳~}M74lY\ѶsCCð+k曹>6t}Bzt}G!g{.eghCC6NCT)}b+pl4Ģ>Jy$p|Ju잾(б^zeR,T{+brP!FkLcBqxjll~{R01a„ꨂ=;3o;1;ẃ*ozZQgF%i {pK 7v"1Zf͚ŬYxYnШFh;΁4vuJk<5Ҥb.ie ץؑxέtX^}?},em B+4: udB!F)Lo}PZQG… W Nk]wų>ˊ+7n?IRhB!ct>׽Ϋ]€ y5PQ)V-ll&s412Uza? s4laͪn(zB,ˆPCbYaa@0!îB!FLX bvV%*4TKE '%IJ: -0~H_or"|,öR/#lq^-Ա['L3YDΚ^vMBhA)B D,edB!B![V) `jeVgQX J#Z$cN#n&Rd"6Q'^I$1rᇞd\N:~Wnj`Q` -81PFV !B!Bv&$c4cJk+hoM7De^ &ϔQT|se^CN}b /83iiOhǙ0ۿsVD"p^P*4!B!Bl&p`|[R7*B&O19BBHCξ~Z1fNPa{O|9ڕ\ʫk1ơP-"4gOX&|Lh T' !B!Bvtg$Qe!Y'$iL^awM6|xh4G?QN;4̙C=DOOW_}5j{wW_}N;gy{{PWI!B tlɱωv{2nL0yb;b)ڛR(mQ|i=<5 16EH7^vkqmm(BƠ"45Ji P84B!_P+dlذ~+{bwW_}5bk6ڙ>(hkCWElfOcQM@DiP K[KilFkV " aJ,B /T*Osꩧɓ9䓉F }{IL6mTj5nnVN:餷B!hb&M{s RlF)C\g{FSZ@?q㚰 Gp"M}pM7c|eۄBL`WYam! FD"ZVw}7===d2ڿ'|r4v~3Ϡ>8B!o;/HD,J8ڢXFihK%aEcRLjL/ ({{]E,bOgoMn/߂"Ęe 0 =M(!0sC#B>2?onn紤J!BG4EPPh3Bˢ\yD5ӖNMHQ4J6:3,[iinؓ}e938/,m|RBE0D(B8'u1B!E(ZC=0T/IR^*hƷ6bz+4>Qc)xb Qm>S&a|u8hRJh0&IJіB|ZB!:h b!BJݣ\E7X@RR:XBmS+f'Ndvä('0>۱iH7bL6!J C5]R(B&DB!B!!ׯRjZ-Cc4]y2. MљBZ2y]mk:> [: e vZ) ק֊F[~#]UB!B!"v<4 53wJ ucI%Аc>!ah0a{է1Iw!=;t3)g}.ovBZ .X ֠1!X/<F!B!Blҭl-b49xAH=u U G._Ak\_: =^m$ƨz?e X*!*pIJPC,[X&dlB!B! xJ_ʧ#el&chIA)&$u*Ċ$SIZȀWf{mvR}5MX!a ֨B >Z!!mM}B?qC!B!BqܸTxքY u@X[-EC"Xdlx2@&ۥ$-H(}3+Nc&Iw*1emE`.b|2\!B!B^Ml#8MmY>͸sȸX!K7`„" &_,MIJhmhC{VK%,PJ f1KZݏRJAփS8>Uh̎1a%B!BqرT*W#bk)|F>M(c"1lM96w !ǎk%&L!a%~vjr=",m,5Q "TJ!B!p`KuiX 580˲j84B!B!`Ӗ˒QT"| 0d:F+)^^BƍMM5QQ7b]s-aK/ۋ55my`}SJCpppdeY2.B!B!2i,'Mı G^^h9ĢZ9XQQL2̉6Q bj$4X҉XWؖS <~H"lػ誫;ソs?'9BB AH֪բR<W>>3hV[upNkk7:8}mjEZ(H r 䞜HL Q:ysϾl_<_XaZy> mxV 0}<1 p@ތ4@!B!B[If]˦8BUE%F8xGʲЎE]iWű268SGFa!q]¾064 ދy}?q|__2/s=M:X}K  xoc~BnyG]O~ Z`_& rhf}Xx<~wb9igatU)%I([ 0`0RxC8ql2Xluy\n= ""9x,MMM̚5 ˲bCsTVVR___WVXg>!ۺmG} VC[GKo~:XێC忯8?W^y%uuuCo!5̉DItͥ,e[{{i1fT1 p|:3iEafHӜ֞}p0HcԎ("ȊF(!YXY ۲qо'fBEXv-444կ~|>ύ7Hcc#ӦMcʕ<֒L&eܸqٶ?yƏŋٰa~䥗^bԩ444p뭷yc|g@a@cɒ%Fy衇zo۶~rO=Tc?8Xt)<Fb˖-qw8iC]lG'[naӦMq}?_^*#w멯gժU`;6X![o4lx<yy0 K.sȸq̈#D",[/~L2*LrĬt:M&믧ٳgF+š5k0 / vZ.dx79ihhu]֯_{2uTq饗S2rH }g cPf=p C_!8V pcԴ㢂% J;tA זЊʱPTS&bQ<\C{Op8L[Fyq5emZ+l8*!pR^^~ͽsz-r\ ( fܹqҥKټy3lvХC}%InϟO}}= /wۙ>}z=?|oΜ9s9s&֭.0شi`̝;UV1qD~_ ׉Dl6{\= ཱུAQQeeeq***?fكӧ@k͌3P8۱ھ};guV?{nO:uXx?ֺ3gG?Q/Bq#G0\PTC+吳<"99-alMN.O 8d;1sy ԄАSc+ctgGJӮPv|Z|OB!NWTVV4.3uT~D"׾ŋYp!MMM,ZhXi|,X 6ʇ?DZ.b~߱uV>Ϡ=Zﬢ]y|K_⢋.ѣGqR ˲<5m8N'@p5j Vd2oX:>4~pYgGoXb fz>8;?ִ{g۷D"qB/B~N*+ʉEUV&ť8C&۶csDcc+Hh%CI,Jρ6R4W!5܉chJ4gZٳmyߧPia eP!Ǯ;vڻml3 .p8 /P(ľ}o>"gf̙l۶t<֭[ؿ?6lT} /g}~fȑ|;᪫d2 իq˗w+`KHӦM#Nj*2 Wfͽ׬Ys|I~_qM7oN UÍ1uӦMc۶m/ ͛eY'`y<ִ1q/ɬY;3B!NOm.n3k5O`j 8=Xx1wy'h.nvjjj ѣ9s(--KΝ˷-.+Xp!-.7tӰ6^޻U~=,YٳG? 6z{x|ۂ PJŘ6m=Xz8cP}}1.q}D"ڸ; A?φx,?zh͛G6eƌ̟?@ p?ZBqzPSCMW{7vں:I;U=tlnX<ƤDWp ӠjL_K(mG "-`l&CwwVv]\R:/>}?1B!8|C}y}5-[~uttL&Xuh&`?#NM L22l!K2bT ap%6--]Y&ۑvt)#*A,WlW'|nQ屑LG&K>hģ$>h CKBWcA2@UP5^y}~C2s,Uump"x… 7cǎm'bDP16C꺾~;u0=lc'!85(/flE)>ЕΒIqpo RxVR˪[y0~#AfLL:GWP R?T{4\<;a@JiPZ02@!B|su2.5<k׮#GcH$NvքBqٿt& QRZDiiT"M"YA8@ܘm$,DSRVr==|T&˿-4RF)m8VeJx W(/OB!ĉDxʞ8vx++dgE!f;{vfp\B$b KC:"4 >.(.KA9LPn+ihi4 SBaJ):,eeX<C0gs0ټe*R2|z,NHwaΙ1X,  0<㢴]]]$ !BSߟ750);g=4^D"@,JG&GSYYFEi1&c;yBGG{;;:0MSxe 4p€}R@mhRZB/̊+롇b|~^s܀q_0k,۷S\\Qu 'BqH[G.x;R,MMM̚5kж,b '@e;:Hkk+?m qIg2d9P>>yGĢ!VCP~a+UB!ɔxꩧ{q]\.ǣ>ʒ%K;v,K.GaԨQlٲ;c7y饗:u* zxG]]dZ&NxeY~aFΝ;ۿs-bڵWU<7x#L6+W裏P[[ۛ޸q5}\nȲy睬_zVZņ (Pc8*@~jjj(**[nC}vl<ǏgG!Q\8m~x:;gP6gOO~eu(]F||X1r15tBl̲'x%vŎ0s PÀD'q=\L$0qq}C+|\s0O!'_.崷Jۨ//'yg5@cc# k֬0 .r,Xڵk3gUUUL2;}y0j(>seJOO:=ap%0w\7n?1bHe˖/~)SwlP(4}e߽{77ndh>ƥ^zDYm۶Ac ut\u4O|@a6O<7*O:&pSTTٳF+BS[{O?n|>V4 i AJF11N,s.(L*eٍ   ||RxO.'hxS8wWBW+H.(..u"8bjL>xgۙ3g1_\\̨Q`Oee%tz\.;C vɸqhjjbҥl޼l6;oܹs9w֚s9Xu"hƌgΜɏ~!Pd2 7󩯯g޼y\xG-B!N=gN!+FODKgmRi#Aaʒ$Q>[H=ja˛TVҞ)43`h\# Xbj ϡ\.<1=|u Dd׍BqRJaY硵ƶmI$8p߱fjkk+L:{キH$BCC_Xx1 .E57T^ۿ1*pUGͽ3G"2F2#NY`6lkeB!ĩeoI)JD5IF(Cjɱc~tҝIcu(hy1Fyg1糫5z2Ya4J~a_*vqPpit!$J&^qX|9{|I}}=d֭@a`eÆ Cn<~fmf4m߾c/{:8/5k֐1MF:fժUd2V^͛`=C$a̜9lk֬7%BS[W̲'cæY 9f$a᭷ƞeɄOQTTɓ{Ws]wo?}I$,Zx<W\quC*pT㭣Í=yf1cAca~}%K0{l>яP]]M `@a$s=}hXu/B(SGq qY FPWc{rl2M[* 5F;7"` z؅MוK"ϧ'1Ta~ӧO8<^Y!x/|z/>ÿ:e>Ͼ˶m:I&{:::H&G,;4h%ܚbg;DFTUCF=9Q#Y$qLy]9 m8UJ)(0}P/ S>XL.{F!B!B|>1 M(`fT.^s\5B!B!v֨Q:LN)*G`lv)+.EqEYQ2dH&"$!* qL$(||ʊfy~˸BkF>Z)R(]E\&xU !B!B~TIDIV֡uv6~|ƥK nOIZ2)gmP446L o+52{gLy |a>Ae`y+B!B!N75ՕJ:\Xה4 (E #  !SAҎedmʲ83gABAm;L]=a(CLS|;Lpd׍B!B!uk:QB Umhl1fsDca±(4ͭXnt8B;Պpm~_/Kyh48m;hqpɮ!B!B}^ߵľ89!4ae{N/M"0 F׎IQ!n -Nv!B!BXM2b>LA]]]$ɓ\ץғqd2O,;YB?逗jkʩ(%Kgc&cj/mo%s,PҞ"21kj9ҁiQZӓ,u1MM0}\ y $qi;a'nBS^*??H(#Gk{>  ?lذロP(ˏ;\mxE>w~ /@m-}7q/+-[mp< q}O>$'N`ŊC皚OS"qu8/̉pcttto}zBqz L40>Z)L(,T0 dL0r3.YB!'}C~?k---}',_ .$p72ydq:;;>}:wm3qP}Q.B/^~{0q"t\qTU}7] >XFf81bɓ;|`ۅX'8s=?iӽ< L>I&1zP}x<ĉ3fqu8/̉pc_*FqWKK x (|`BS_`U.c,[*jkk1c\'//B6eʔ)ʕ+yطo'N<عL&)))'? F_$NgybN0_`0O~&L@<g?„ 0e _ ̜ ,ea s O*$wwH YX.{߇W_S!-ַ r0g_wo!_O> ˖ΝACWH m%ݻ (vyx8x gqJ)0_466R]]M]]Wfd2{ށL%K0}tִ|r^{5 UUUC?7vX֬YӛˉF,_f8 ^z%yw} *PuaYVo9*uرcuuuǖ.]J]]Ph~?X\n@? -l6իG?zd(dJo t;9ZزĮݻ8rI rm v}?l`y EƲ0BfP>x.:cg\rPF'nBSZ8tuu0f>zZ$7EvZihh_jor9-[w8 s\owh7M^z%NJCCz+xGYd cǎ%|ڹ[oC4_/ fޱ0jԨwӟO: GI _(MjC|0v,[^WE뿂 oiӦrJ}kN֯_O}}=VbÆ mSOum?ŋaÆ!;cp,m9TtD[!Q[Uc 3N<%Y;ډ\|y̙=ig/?3k?I>nf 7s:S;:0`p8㸸hr- q=p=vF!8ۿ˖-keҤI\|#Ak͔)Sbʔ)L6&^u{9 K.aܹ466\2oiӦsN~?>;<yWXf ap嗳`֮]ԩSr|ߠ|.$M&(̠meeaRR*0€տkܟ ݑ{]uu;>½0cFa﬙3a>X/MMt?B^{zo0 O:ܞ={P(ď%YHe˖/~m۶qFV^֚}c\zCg0tL&_OQQg&ׇ:;d)++0 x n60i&JJJw}Ok5gΜsXrx}M:ضm&MbժU̝;!PL prƍGmm-vV= !;:F!k;twTНÎy.9Jqu`,GR\@Ae(b"ؾ3|i\%mQJ> :sYິvtc'nBS^2d…K.e|+_9ڷz\.o)ͲsN9C0䬳=wyۙ>}zY>۷ogԩ$Ad﮻ o X==#cUq1TW{#)++ Tz}hX᭳ IDATl̻30ukaϚRpojjml6ۻI6:֚s9L&?>̛7 / }"ʀ>P}F$e 'P}`QΝ˪U8q"կ֭[C9gp|/..&`6^/؄0&@@sI0 ٽ{vs^i-ˊ1YE{:LGUbzO*Ck@ЅP+'RcptZ1B!ĩf&MD ࢋ.bܸqr-VqNʽx$aKRXE{{;۷SI$8p߱fjkkq7ᬳ VswfW1ov h]k*l>"8|xU׿_ra׾6﫺׾5/^… ijjbѢEČC/²,-V梨BBgWѣj5 bQ\|5-tʆL2FVўaOg7gV9$KJ1AXѺu   45X'nBSZgޣ*=E "";V6B/cUbRetq3:+Shvt*B p=9}q$MBrHVVNy>p<87x#;v ɰzA >{^Z߻>;w?c?1i|5k]n1gra͛73ota(Jvm /2"G.ۻ7헿|#^~ գf/U<^unB7nv_Zvsˮ[Gǫb߾}:tsyxW;묳8x @vLSSQEQx ,g_㩵9s؇h k}kUcyy9ƍ㡇_?Wnc+\aX߷o]B!S, {{~{8MO,NHKuA1S˫iJCC o5wyA?x5vҝŶTU!N*w9(,+:bB!qq=o~COOSNfѢE,[wyGy˗tRx%K F|-NFiook/O}S9 X@ @OOK.Ҵn1;먯ͿkvIQk^}ppK̯_xe+Je"|~x饣o+ eYF˗/[B!>wyW?c0꫁#<݇14 #zGF[_jqC =0긹я~4b˱U4?+WdܹW!۾}4(F(`(LLRh$?iهc:8(a4F+Wk4}kUc=W_#+V8굑rK\yc9odʕw[#. 1۶mcڴiu7~2{D~ ]]}4!L0~j(iK@ M &O@/Eˤ1 <߯ru|ױuWQp;* t`f,4-\e !bTU_Kj$C?dv4 \{,|~89!ǚ3t<U7t_Œ%Kr.j===?8j\?15uU55~叧C:ã>{{agN䏶r,nȼy/UB!"KMJgG}ioa-BKKWC@&fCٷزeѲ<,FU@^xC3H[_]P\uq\{܅B!׿~s) i͜9RRK/4qri&M5\svSLaʑEB=LDz y %`Bx;v77E`heR{?RSxz D ݫax}x=~>{:gVFyq.8 b(2.B!ćk9ecD'(B|Xzt`G<_1)gK(ࡴwݪκ.2kYUB8BT1Ψ`Y&%|vL~_aM*:ؖEAhBgOtF!B!Bb|*i NzLbgQN^$BWwJ\+?/C,aoevt?L(weX8|fͬbC$L?RU8JL*nhD_U!u]zzzF;!?FյDJ $ bqtbbIt0 +Nfް+r0 Kt WCEE9oO\ Mp#UUAQ0t :,.BNn6n6^^z%9iZ,#ɜ6Γ ͛Yh_Ny^q{{{{NZ{[-ZD2 tuuOo>oFeʕ̛7.줵al>ioG>X\{\ggwW^yEQ˨9feK/¼yd21uTxd2̟?w{W]׹>R>Gς Xz5ap5א7lݟ~i >.Z͙3W^y믿φ6n _zGx4M~mΝ 4شiK,zr/~7'o&N# /={zj*=ÞĈj6bLaq %MTX:CULbeWq\To ǵWA7_22ް:U(*XMƱQUMUplM!c4Mp˗/gֲm6JxygfժU|SSSÃ>țo }Ǻu1c۶m[nq =XF^|EG;PUUh*&N3t:͗e9s&W橧?$p7|6.6mDmm-k֬ 44i+V`ͣ:5558yAy'`֭y@:CϓpqSO=O>$&L~رロs=7@HUUy{#F~o~Æ pxas?;G?Ƕ1~f2gܸqڵ[o߆霔+W?X'w>}:7o;Π׆bGBq4;y~`*^'ml>&s39gp'sIX1S#v*P5qf^_ߤS>z:z|bVV<޽M8.iࢪ`ЗrHM4]9ݵB!>~D??k47n_F4."hnn&H$Xt)hƪUہH}}=h?]MӸKXd ׯgKcc#SLa͚5ձk׮` 0m4ʘ6m3g̙ĉOJii)~gyniؚ\~|s3!VZŽ;blٲ7xUUg>_ @<'HpD?>fuY8gΜAyޜŸ)// /K.!L2c 92^&T{ww}ロy9H:rF]KF~?~|l2x&LpTG 훝ioSQQ^… iooGUA1G<'͘1cJi~t}95]P] 0SΘX?< !f~6mg>j ;J]v1k,"@(L&fϞ=\X`uuuYɓ''x۷7ׇ\N8~i~m$gĶ>s?OFlٳgϢQUh4ʗ%jjkk+?ԟ\Gyyyp8?H1|X7*~& nVϟԩSYӱ>0\*W?h4f̘yx饗گc><***PII xp8<(FsR\}0W5551}Ac?䪯eY]{!x?^?~KQ4 Plk$׾]L)AgL:1lLWŲ]&LF] M:8a˞.$5S҉8*8*h(82J!8%oSRRŸg~nf^/P3f Fv8СC;x UUUqM7qPRRBUU{1n.ݶmϊ+;hiia#umDQv=x<_*K,a<㴷xs,ڧ3׿\@qq1njQpqO~*?w͚5kg?;b ƚ@cw~pRo&eeelڴiL3 eYְv?srz>8=nP1,iӦ㮽B?lC$itUIup`Ϝꥼ$U0J1>S3t'Hdl>BTqzzQ,<>2E誊k((b|(+3BSc<ֲsNdinÇؼy3 z!.1z:9|9>eYk̛7/g3g$foo6̟?s9F֮];Xu*//gܸq>{}GwOϔ)S~Ay5+D;+W#ܣ(oe8?xc뜔+\}pF{fΜIcc#۷o^yd2cS#dd.n&MqHIt&N,%'dR֮f6-[;m-l9>f=载) Ç|:w`'rpMP5-;x(_B1o}[|+ |r.]J  d tzTAVX]wE KRYYٿM]]+V`…@#jѢE,[wyGydߛ?>/+D"ǼD+d2gW_#''|77@v`0+^/<t￟+W2wQsPuuuG?p>mܾAω'r]wqwj*"׾62\A?x/I(/fG;˗|eK?>4RhA|AOGGwussHU^!N s(Q!ЗϋL.cI+ hD2Bg:i{x{Nv7Q*J\EGCqT4 J 866hPu Noo3{aۨ !8\}8ח8y_=uV,G"%EDќwG;޸t{;2k`4(rb#ѿΕW^ٿibAw;rщ> ꫯ?+Vsk}w8'c?Kկ~E$9\q* 4ݿbsHX[GGhtغ9\=m6M6%BO]|e؊K4uUll C'mћLQZqT^{w,* 0  d,Ÿ|MEazoGr(*,/:hiMSQpud*mD:M:#'&!XQPPauq.#( q;-[sN>OocQy@H8>(yF;%pN~BeeU;\1cTXԎ?#u4}pr u<#rdDEB! CبT ?Ǯílj!EAXW5mڋߣ=l9qeLe쩮b8=Ex TUŶLUm4]AU5AU#6ּ&3Bdf8YbׯBN%LٳgҡK}3Y_?ldf.`ʴCARCK$/D{O/ʤQlkxPlWMP@̧.p$o؅ض88 Zvʲ,B>/}1̔o׭*!+B!>XdJQw &tw$I$Sڱ|fL}x ]=J[P( IDAT}D#!ʢfLvXvv*/mJ \]86E:eaY&c86)"cQpJB!B!p }D"Q,MXPR62b(zS)m)lzha' D9 t%n9+*ψ=8n*AgONFxK1JL+:͑ !߶]!BNi 6iPE`Y8VOIY1A̓U9cQ OLA utbW!{若I%3nK޻¶M%e˔O!yf-Z׾5Yhd^bL㝬vB!GWZݯQY]LIQ1)KvUuVs+ںItlŎ]iɞ]5SF݇̐{BAW3%d"ɮS .chhꧻ6B!Gޫʵ^_i,[ O2dƍۭ\yqePՎB!}Dg|T!\Jx_;Tt0O4 :qW!kuѕ2|L+7$c[B0EqA74lbqMqP\χ鮍B+P__OGGsWo3wA۽444G* _zjaA"׿5sW^믧tva͚5,Z3(pm?o<^{5Yx1֭c˖-̚5.`6l J`~qW?l\!Bq El죳Ύ^1%?É8!]'9u<`t(+(U7c1e_'@8ŧk4AѼaײ{ ] NwQn*.6{bf,\4ll‹*!tYgQVVƴiӘ3gn7mڴfΜIKK 7n_F4."hnn&J{)**Nss3Xv-q%d֯_?hV0cO$,]B4McժU~@v੾h434662e֬YC]]v17!Bq⺓)vJ52}MD*^_qink7H^$L{AI"WTuRi,(]\WqtMG]@O'VZXB!>}]R7pCsd]v1k,QUijjbhܹKSSQU TyĶmCqc=”O>FQ\4^EuPpPm MPEQ\xtR$B|B!f̘<0yO,u;pC zTUUn .ػwqB!ɳ@G;a.y=^43MQ8LuI)v93ފzIt]qIv*.x<4Mvml4MpUP:U *X.MKXB!>0^/ֲsN?q1sa8p7of޼y98 z!.Q]v-x|9!BQk0̉AREw:CsAZ؈8묉Ldf93kĤ3XOsYtvAq]Mp]p,]@WPQPp\USq*@!cѢE,[wyGy˗tRx%K IcjgŊu]zzzXt)9B`0xuuuX *ʕ+B!Ç!OL,/p+?K$HUz=xu&h!  {廸 i*.]T]q] M,&`;(*NY̞={6B!NuGp߇>8ΠG~}poݺ뮻.ˈ&(]]]DQE9v:;;F:v7@{9!G۶mӦM{]Bs^Lko0.dRE1'$RzRttvӛ =PY^ yR ( K@Wq,4EX6`Yfv[M\4M$B| `?)W;DcWB!Nbc[7բ70ş@ >U@{SfMFlӤ//pOcBv,«{Pqqw|u](.B!B!eEhFYY!e u{t8LREya! x5^"Ke2R׃踊JvAu^y1TL^ຨ(sk#B!B!NH22 خ2L@oXO7;v/nPU2Mp2Auk::kdLq6B!B!{w*+5>R}q>P$Dw=T\,&614Y;%KnR)+@WTM!J dg[96`6G'鮍B!B!8Κ2qee24PUP`{ K )F:]|ED+aq5ʘm٤)Pk@*ci..m(*(*f&jx (" !B!B|;()G7<.)#2 C`9ӊy :'Q2)M~׵z CT\u\t]rmLBq4CJx 0i:VҤ'{k#B!B!Nigx XURkۄ0c:]4G4G-Nu]cxT+mY\EAQUtCtGP\UQuWOwmB!B!)u yC^>/KfH%2 CM״:5d,6G|_BP7Q\,BQE] =iضuPH'+.C x鮍B!B!8>}yD 1&=CEE!B2dgCT"n;dR%|?qDuy0>tv*.zq `.efgZ qIե6B!B![:&L@o"Q=m"E]$ cxtLn]]Г4 ^=f)$A8....^AƴqUŵX4lDA g}4B!B!T;cDH!Fš|B9a†Ld0 ={?TlUEqm^dLtM?Ēba4_<ݵB!B!X{Wkt\R PH9ǕX6jmj*ғ06a1)5EA3tlEt<*h/MƶPiΨ\g.96B!B!wYbxua2dL38U{(GQ,zzTٛ`g7($)T[% lllFU j͂ {,f͞mo1Kн\!B!Bq ]˴8x^if$S&V G&!B!BSltPYX]#m&ytwѕ8uTNy#B!B!Nx_i d6 TV#/'f\>13MܴP|y^!@ )..]r\tWu]JL&?/Ȟ;oÇ(*>66B!Gކ x)(( ˲e$I6neYG\X\yqe:hs?;)m a>zy,'}PUNJ tسc^[c*PTّħAYiQ\ ǵ1uL$?E%((ҜzPL=e&$[;opx>v|N-&f¤"f~rtF!X:u*%%%K$̝;w/d?>3g4vY`W0 a?744qF/j8̛7^x*9{9,X@4@__T /={zj*00wuYz5 TVVxb|>Q԰xb 8jXv----q|GUcƲ,^z%ZZZ} W~Ck/|aTڏ_xm<|hvRjxđ}ӟ^ xxj8k֬ߗExFl?q8H9icΜ9+\ؿF:.õSZZ p5ohh?b#57o,^uֱef͚E]4655i&,Y@cc#oyyyKG|o风EIIɘOBAӥwGL@퉳̐Jgpx<G=>UAQuTS+a1k|0㢖"L4$X :wt$|DTM(gY3V; ;஦]!c+Jsύz{44i+V`̓IR<<TTTuVΣڱcw}7{*~ wlGg|Iŭ"RUUĉH&<7]vq뭷w>}:7o;Nk˗/gֲm6^:_2̜9իWSO6wu6m5kְyQ\ Wcwo~cI3CqgbY_===='T폦Wu1c m-܂8#8{(WTz'| &rpq59H}$Wm?W G3tF!X[uBx1I$\{D"ϟO {vXor.B.A붼}?3<*g=;vse۶mضͦM={vGL62M̙3$No .R.\H{{QhnnUUYp!/LqF^~e4M㢋.A^O~?< 7tSݻ-[o*gG} ZZZFohmFӞ9c$[JvZH Wڟ]xֹ.wְ?]MӸKXd ׯg86aƌR)^hll;htP;g5G7b9w45u^{K.MXj~;5U__ue˖p50a?|eu܆+Ty/mEqA3RQ4)JkN <{C^˴I.ыʋIb4 Guٺcw:{j޽yeq0Oz:ٵ2鮍B4ڈF|K_ꫯ+@yyy?KD[o3uax<96lm۸ 4z?80\G<^/%%%>}zL/UUꪫ[*ꟅwqUw{Ri,8f4SLah;MW.+MntHB;rC\:C 0;ll˲mɚRu(YAe3%$9>U@iFGG!<l޼\.w4b%K8%KDo*<&r1D"?{|ٲe\@)ϟ?Ot4X5紵tKr mmmSLab\,&{],Yr@;jL&ˑTMp$xnV֮]_<~s/---\}!xyW;g*O4edddm ,[\غu+_Yf 7|3^}Ftww޽{wנjJj{gϞ<E|GJ8;vGC۶'W,6 IDAT߮.Qz2S}N,vwwt<~I&˯^t:=>O?dm[1=xkձaÆqGNNzi~hEZ1zFMcc9#\,7|$7ö= d2!N8h$N&_@JD!e1{a=<C}RAyLP0L"n7]:6iMQWW~;P˗l2Z[[P(ܹsww=/_s=-q<㔗O8#ud'ŋʶmۀt/bȢEx뭷[;FOO3fN# OL .{,;v젭е='z ׿b3Q{G"`ݺu?E" `ժUضm۬^[np8L&k!9pI˗#pe'xX,ի馛(//';l Nڿck6Q{oիWswsu׍M{7bxD"A?W]u\z饜yţ:8k֬aժUa$r G;D&kM_NPxcrD}spwzGyh4ʥ^wիDi:|g8'P 3k49覽m7j(_-HUPDFA箿X= Wylڰ'!>(-q\gTSQň- iZTi$`& gsGǃ$ҼX#hQfȻẏwJ(2 mx3. Nle{aq¼fj8e|B/ԩiieYB-"LEgQVӖ(W^~Lj u MF"-#L)C(Bp|Po5M4MӴanc M4MuU IfW"kәWe,;H;č4a"0ݻ wq TǂMM3ؽ{**hAM.R@HcH6uRW'7dcM4M4* rWnhi4Cԇ4ٻe;={hՌ]( &)0chp}e N^Q\*O]Ȣ`& 93YL;200B~$gi@(dg7KٰJ0a;iiii}w mha:;gV(He epvlgJLcڂF!ӴN=$xd*G!e2M @ L TL) B$*M4M4M4MӴJQp lJFQ[S5眉a l;HSk_SK+R`S)^N R" Ja R`S$ LMuT_+4M4/}K<#B ;;:"Wa CvHMe(=ac,ۄol!B- EtHA%8鴅TE$Eϛ4-  BDCqvDH8 :6i.?8~Ehnng?p͛7sꩧ'FV\I0W_}|>g=Oyl7ϟƍWrqoέ)mp{wV}Q4M4M 抴Qiҳ׏产ٳݻ|,#Z+/+/K/3!l6gZ6+/sk\3eOs_}:g.og9rIһVe+/CpAYhiZp!ݴzmmm$ ֭[<H/m۶i_~4P(ܹsww=v544P__=.ұǟ~i2̻wҚiiŵWOEW]ȹ+a9#]tXx<. Ν;bOGba,#H͑;\d[{73E>w%l}s'ΞI0A[SYnr)%400@"Ҿy'xYf};iڇ֭[7o޸5MhAsC#) :8lar} ʫ+d=E*'R]Ebnlc?`(c85edHs񰻅$tx$BȲ U v՚i~RRYY9#Dms=<{gM4M4MhvZv3ԌmT'He*+( PȻ޻>jj(Ɏ=̞SIWWKs9Lp IO <SN׷1k 3˰0,!|NYǮcM4Mȹ {_Y(5kW^y%5M4MӴ@ Dʹ,[:{ܹl֦H6hjR5 |'C:م2m2͜?\ l !q$!ۗ=Pݝm9Jr\4ucii9gq~P(ʕ+jiiL8 UMuYsu|#44HWD&&% 9.M-oӳg4$0R|;PZdՖ&CC,>Dd8cf4}/$fdpCiiii^Z۰kbIy;}=Cr"?aR}O `-`}<) e-> |# %iPWAcSѲ*.D=:6i"LH$uW4M4MӴʙT5;lItnCUi3Īb"A*+PU'(dFrTW")bK >Đ+U0ӫb,QO98!aFBi}}_n#HqFoxᇱm??3grQ=z|+il>|FFF;;qD{{;_җxGBxyKYryF28eNP ,7KS`B Sdy<~v%}ȑcz>0h@gwE?ֱ4MӴ7lڴLkꫯ9{H$]O'?Il&cϹ0 c?N{{;~|ߟ_}ӟ!k.|I 駟ٳgO} ).ry'rJ,:xyfN=T4rsYr%`mw>~_Q,Y|9/>bwfV\3<믿Β%K'>1߹c=F,cʕcg{p91^$q<:dϟ'|cIJegMCCÄ94^^Nt^O>7|v4MӴt[vw#(,gZ蛕e$'1%زg"n0Ad, )P^y< é]<=<` ݬn=/Pꠠs|ϛjzHi_ON"9s-sʣ>Jyy97ygX`[n}|>Oy{ժUlذEvZ6n8mx~1m4lWUjjjƦ655̙39v./P(;vŋy' @$9$կ(//gռ ,Z[χ|gƍc}5kk֬aƍs_|Ay衇شiӧO;^#}?ug?K2.?3( &o%::v`LW(뻘BstoKNcќFWYgBǮ 2(jiXp!uuư7O>m ,}Z[[;w.k׮eŊOc^x!\s / ,q[[[yYnRJ;(ԧB)dnooR &={>//dYo)֭[< 6tұy9y& <CFiiڇǗHŴi\m0L #).YfXS`uDARi+0&&ئ a&To|iEL2淿TPU>ֱ4M4mԊ+Xv-s=?iiiaҥL;Shkkr%K @Jɒ%KzA_VVFCCeeebbT1m4555d2hoo`rGl۶|>?6BJ#:::&,.1+`ǎG^"oog>âE93/SYY @46cf6v';h8{1,ˣ}&ٶͲexWٺu+guai&^|CNC<,YB,Ӆ*M4#%QHF0-xe(ʂar,aRd4D8L?FP̬ xH$E)CY6tuszE -N=Iy"Af`O\t&]]:6iK9묳Nzzzد&E|GJ8{Hhۻw/Xl#3غu+_Yf 7|3^zl+YgEMM MMM޽ o}뀶&+EQFFF&v\\s5lܸ~PTy` r༜< + ~u]cw4MӴn ]_!dnf7ʥa l;L,H=O]b^ NY~-[p׾aO|Gbppu֑L& o8odjL'TpxCTsTJMںu+wi '_Q,tA2$qgIQ4"&N)H3_Z J{Ra)>}1Efw<#݃d(S/3ٲuii.}Yqyc ~IGH UQ/j}4EhllPBMMTMm~O|i.r༜yBia`ќ78zFȥh 72@yQ13갃!,f8U]4T`,ŷXEWW@ G}4f8ŏHq7?@&C_H>wLiiڨBY+ǦiV4{zp8̍7xt~hin{ݻ7$5UQ`%" $iMvT0~3C.DHbȄMN̏6^AmE7# #r4ż3y_3OEZ,]3O>wcii;\XwCϻ=rj<`+4M4VUSCuE a eJ*PIh4̩O<egwym}giԇd3?IѼ4j`OK-=]M33\ 5Gx&uմwMk8Diڇ֬:yl ׮o}ߋ0hiiJf.-;0Dq}T>upX$N"D)wf BYFmo a{Ed/'f͝wQeqpz8Oiꫮ$:drI_? ]jjd/Ig2tol1/ٴOMU9˖-PP[ ߰4$\zIѶ;q /( 0J Y Ҡa& JyJ1 aa[uB\ 2 K9!d)Ζ i|ôPf H+xؖIs)[,bp|V㸥Ek=CP>v" 2  cP`(^OMdOs!b@>C>C\UpL5o{[ r\*\x7`Hϙi)=.nR^~l}@ EHJ<| `ojC&^'h <b/\{<5 xPP~]{{iYJl&RSm4Qp;x =4YM]+/l`Y'#,'ٲLf) p_O\Î7'5E]nOP 2Yr,FFiTUW3{\m}рM]M9 ZNu7vbJ#0)a a.\U CXw)hAA[ ZVO$RIkGēa˫KT($+x8 `$#]IThh 3T1,&Bы{aƊRrMI `H'SAA$o(5huPCZ?4@ye2 r"?4M4M4eonN'. `,}NeuHh,m ʣqvuه+={^wpPY5{S <ڟ|CUՕn2~_w $ ͧ:\A"QeaֆOW^O mXƮF Ii{ S¤^)H,JeM>]P4I 5Z| X&B(]d[St\7z1y>`"_`HaR 0M2FD"ie2N#|B6R,`\>Cih~F4B`Kё?F\IY*y[*0)!H ! <+];NiӴPTye㕊icQF(UQ*NJ Ҩ&Q!Eh! qKTP0+eFbaaZxt M=0|00BQ;(RT}i}:,j Q*lR ghqO4w5ZTiD ^u0V)buDmE <KeaK G&4nGIeH*DHF1:-lJ!)t:.rC@*}Q< T,ຐIc"!B"F T`eƶĂ6xg)XK]R!^dI$la!""@ sR1W( TJ$!f JJx(^"ըPk.=}ٽ,7Y/boP^>`4Y U>n~:\`%;`1kOHo]Svt.+BF :h2K@!JOBG-",tA0qW5x ,^L{ {h^Rɜ3l-(1"7i5v0ʱn |>\‰0c|:GgS?yp4f4%^kt ~T?117йTOy!bp8L6˱oX#cuiP$aP$B #!Ml\ i*MEm4L|oĶmcJ/1:KG Eж)_O>_- -RI W)%J4؅Y[!9:-b JF<8 GF'7z~𠼱7Rm`?:nt:+=;_`I$930D)\7Ty-kCUzWriK-L{%Yk$p830 4:oo{BީBPun7;}nk Ũ2FQA%noQH%)INE**A^K[k]֭DyJa)+<ֺoS$z'y&YTq;P(k a`Kƺ`ˆUXE=x<%V8E;;/pq .(YCC"}>9TAP)3;z"9qmp6Eg ςPѨN*IщÎZ5H!+8! j~t"ZmhYiJdovwEA(D(bas"fD<{鰲s/.S|󜽾S<*>xF+3? (^5!| SaKظu6lҬWEUKX׿loEV/ɳ4N)ZGR~Y+!a+ 4 *H!$Z>"ZNS)z(O1A2S? caFzͣڬ0RdAdXc5Xc5XykT9No\CKק(3*Gl%O(Gx"W6q9)V Z{Ey8i';Vf ;f&T!q`khkQkN*I:3Cf-;.QҬ05@rlSk=vz/:y|ۯƀg? hh蹀sPy8*oȻ>t/{>JS|M}Ogm 0 !KseJIRBG$LaR%h7()=ir[–i-%6/Z5u5b%UI$DG7I0֢S+]C(.YbLj<8 IDAT(kLBc*=5ga ZkLܨ,b8lYd*/1J Bj̼|gGiY3J㨒f-p#=`R{hE5;:>q JJVV3\ X}|c(M^PX%ː;i3qR?:bTktFA .χ,L8 hO!pi.Yb0IIPk1@֐ |Krk MI"]"dT}4$Q`s71IPm&C"d9 s"ψG0E\^ 7 Ǡ/W9&7J g79^^މ*E%Vk,CC:LсxʣkvzF` ! 0ـI%n""B HQ3 XgNshfFEmBV]E I/Y|$Ϟ}1h%.NIZA|~sfMVW8uj]cao_~rqNAoZJ|]{ynV'ދ9/+7 Rn_[!um ge\ Q$ $-En BΐXZmzYA֍#iSV@{k \axupy#hr%jOq9^|"~mM6WxWr SqGWEÇ~gobu>cOM 9u['O$~ä7y).+\| n\]d6AaҌB Z?q).2{(3'5<v OjV$@$N2m ($ kk믓I=MNc?7<25qi!lVE}-~Sv,Lp'?v"^&H6oskq9mn2+k:s4em2?z[)'\3LɕkkXsZS|셷y&XQ#Vć>0o|5n\*T=$31LHYkLR4g4+WuB'R+H =E-#19R %Tk,Ɣox칓`obJ,Q X/cIFFFR0 uJHa E:H: ezL(ɲޙDɎ7"hጠۏQ#cR8Q.swIL9GB(JPj9,v(}3ZS4LaYgвdw EȄbX$k4, xB?u0xK] = qVИHa'U, %&Z>"'ÌVB#M38aPdƁP L /!+;۠"! 4MJROf 0Ah{4"c$XCҏ)|A-+(@P -_urcX2WkIQ~>fZm*&MP.ݦȇ o"'s/-1t{4&H,lsQnmo HrCa  JP,+*LSPVln.vlm1HP Qcy=19çi[;禸x:i5Eʑ E!/s~><0 q*ʐWaao8$q%' j5;FH3d,m_8 X5rKӗX0Mh:"6 l@Kv"7^_~q% f6 ??~di@(X0\|%~E$E-OÀ^V3`bIf53DU*x(IJoe*5Xc5_ɪG~s谎0 Zj|WaL1Rwljp/=<_3 nn#.Js7q͗/iadmO'1diNAHb2l^ N))JkJ8ȰܸFji-rG% βE+U:<#UAShWK! 3'ٻ0e˕/Fr0y%JX&/SERJ%dgvoE%,]F0ckˏ/0tר2%֚2y%J ?h&&K^8Lf1ã=FhGg,'I 521FuJJޘ5v.F;[&Ȝx?9jd@ɵeGJ$GS@{aYr\%P/R{xb(X.788v`v{3vk!&7 K~U ȠLJ(=8Aͱ"pY 9xK☐DuO9.cQJ%d'F RU:Y[d50KY |J°@n&V n/?$Y},p^-U;Ho(Gɹ~뗮ģ nvE qq߼:Ӝy1n]_k 8zzMՂ#'rYY\">[\}gN2dB㷾%>Rwj3##f/,^Dlnr4  ˄ǠGWHYd QE4nN'?i޸x?/0zGfA ~/ANM{Sް}:g_9逇Nɟ_Eo'>s{>Ş5L6nsqϣg~I CQ@{:7nFAUHyɔ9j~A(\|&>xY'-i/]Ȅ+LeXu<~>g˼-YByoޏWciyg_'?͂ڭ~2󸱲MݯI6;{|ͱY5Xc5Uc5Ï}_;0Eҍ`JTIQk5CIo')B:S"Oф;^!{H#=Ɓs|㛯~'`z#ǥID+C Izl!RkSx#ΒR[Q@?@^@^)WW>%˧JUh_#%D!$RI|TIF[,+GIU T y B|au;?kʊ%J]I)kJ[X-wFy>Xf֎^8_")W%oȌ(VWa3\Oؒ#-N(E6b/Ƙb(s33tR Jk}!YVeiyހk)&;; ֚28tJgQBwzz<Ɇ䄺¡HG[S&}Kˬ$$3!KqO:[A'O"c ^Z\tY{>fus>:\)޾AMw_]ciG}Nf:m^`8#vv6-p-4 j ap\qfb/߸Hؘ?[aeS=o191zE7o+8?Koȧ 8w6ykt{Cco~O>Jyd{т̉*bWro{Na 6)U"Y%1\dIW`m} ǮU,GsMn޺E'8q>vUzŵ56{l~?v?wt|?|=vB)VڸF[;Q1QMpC%\ o-/tk_ai}Ռ>qvHKrs #3հl~I/]+_{|(y;_UP5%#'YC5giy,8WժU<0LHe9 J) diyeur5sW2Kp֑)$ ,9d8)(`T+<]֣x>qh\)"7嚝Ԅ~򴇹sXQ&`+ CxR BLLҙQLJ; kA(YV,EP !0YQWi(VZna`rdB<eym,SmtH?Nɇ)VTjA$nts(-qa1JU:PӄGgI'd5tU gJsvCD5^1JL$l vz[a60noa" BZRPL,0 'I\X!EftԽ&f$ɑG!ɀ"I 0u 2K(b^Aw Yf%n:qJ EAeaN85xaYX0ȠDLvI8(ɉ)ON?Q_ ӇQ=ҜҞnUZYF7{=vZWUSyWP)"lȩŋKe XKKJ6{-BŬu!'>c\~*9SllrhLM զ|nVaCgN[|y:Ycı^;~~WhOsx-{첺'Cty鵷=0?v'ϛ9zxH7o~>G0j3T4359ˉ{k8~cX]C:C=f>~)B *5:Ks":#__KzYG^c3s;[leF55nP__Ouj!q1)Z {=z!S$[-\[]f<sd:ɮV/=nT^[} _^ c5XcWqjzɏ*@ U"/(E3QT+zE KDS g'i'7'iUqpFp~N> Ͽ:KC4 BQZaEld(۷x$H-s ԸAKMR%P(#l7 OgX#֊, .6yq8-g%Ey Oj֢$3%td48la<)dIB:{}LQӍ8kL{+72,X Bh ]02,!{Z`F=cwWBP˝HPaqw*w0JjsBbAj.F012X1J((y>u%oʸ%"/PVr[KҚxx9QVӄ4.=8b < 8+PrK{F,Q."(kK%EXAnJJ̈;&" TeΖ;yAn ر7;̤}c7Pi?N`S[fͦ, b*'ڊ$uU^7L*=ܲnrlb% `P9e_Ɂɒ%c{8K?IIECID'4 |+yDNw J4:}&q ȆY6$7dqR1`j%da{m$s &ZovV#4ejՈL=̾Wv7hLtdEr!KsZIAn Hc*)Sݦpe+ؽ%6w_\8X#Kzt>q%^Dj}!6ß?w)G&fYܾͧo?ʟ#OְC_0ww[+|[fyschְ, :1np Y~'>»?~>t8?%\ê)+tW=k'|O\|)~~)zl/ދ~3Dz*i:}91S}.S5wyscyI}`If; }Cxx kD<ޞjज़WF27JYUc/ 9 NWvYW Ι{rc[|㕫,4sK;.ߺW_{!_Dj* څ<Lj%rkkHi 4C. R^X]a=0o~M)9rQFR$%zԤݚ ,- \P B܀$uh%hvMjUX!+(SBk5|&*aM4YDF   ^V%R2S{H)(祑+ QhԈ#FZ֖ HjOfR*.PyeLFY$4WC@8P7Lh_ywO\gEyXƍK@qpqbdfKPQrɰ&Gl+WBX(ْE+SXT*pt@!st5` b!M4E!)rvFŜu)W c 5Cg T!4PV&(=3 !mL%ll XGMZ5j:4L*aō "^7./#67uǘ?z{j[cXo{|+7ww2rY~5Ov;|c?k<#|S|>4[)O>z?yͭ/~[Ҙ̩kW_u߄BO2j8,?Sqg/${孛k O|db *ҭx<6M3juv);4[g8(ee kk믅833 zqR` $INOju_Oȳ^o;0Ѩ g?~3Nչz_KܼKg3A!@ Js4uLզ{?4rOkM% y'܅8C#W<=DaU'Y둤cWng@*A% ?b֒~c29Ɩj%DGRr.tň%PX|#3H3%$3* cFɡݤ*M-ЁPbF/a:FU7O% u@8եdä$O93}jHoP?HƖeY!j S^;0L)3T,Q7Ks [CAwm1!ac]a fT[nK:,,z*F7QR zh/ass" FM2Ѩ2+3&[d MU՛Ktn- $yQD5FؤHY<}kDvA/I!PVg}&-p`A Ŭ/Ә,O[fjf & lvMsh[n;>8}%Y :}z谊*l\D<PVq(LydaMe"c&s;)v;[EVR$IxCko1L TH£|췿͝-aBVaDہ#uLW\L(:uMSvq5˄,cqlAկoo=KVpp$wG-,-¨ᩐ]ѩ9E6@upmBKlr ^#[.=Dtp x6͉V^lY~X1|~^|U2R0YR >iN? aPȻ=.޸cw/akj45X?e!AcIE(4iN7ɩHNCͳgz8td7nG\L'-$iNhn)pV2?3_Lt].iØvlI7v.NP̶L4hMƳgixαt y" $%;I oa%EҜ 򢀑>zϗޛYv<=wzSwHbBcه76~y L̳&`Xl- @;Z-{wϖG*$b7u3d|䅌PX5b Iu萘 Ȳ 0s5aڭj tkCaȶK_udthi({߽{wqi8ݯ{9Mb0?'h4Ƹ~8Vnhͯzɠrƽw?g?1]|1/,K3'O79ȡ'T)[naRۋHVۜ)f"TΑ*Z#9䣼8qe{%LlƗuGg0?xd̒y[ȶ2c#dqc`vc@H1`&Kr6IzS,,HE RH$EII9P3,A'73^PrfC!N(7W$I (%XShQֱy.P)B -0"1&H)T4.JL?)7mk*xa9,֖ &C Cf 2yJhJDJY9{G+_#o=Ns^0EV ,xR)g3ܨ%taZ:kk~@j\ڬ gxCT |,e[Dgƥ |߬oCVTeʥ&ƔX[]AH~`eNRT`!A+̗!i&>C ,VgDG5s @ 5zA2VITs[>5/x-KgRkxKflj/W7/uDRU<|cN-oKx/?jƶ *ݔ+Y=,>]dHLrQ5EFPM'AdRl/}N={qzcp ,{A^˙{F!KJ\X?@=|<|S}=($Sd.RT l)hx̴bxcm<&v r? Q~P*o2Tafu'DzY?s|YYYYY nџBvkj BHfQVJ2hz.Q8"7&t) ׽5/,]:ZhsFJX9 pY' +_"CK /YLF$%[Yh/u5j$IBZŗ8I!^rbu`MiDg9aLyZ|sIȂ3?O$qRH D! ?PʱfƐgy]L=O T*PrO3sLz? )1M۵./԰4c±pU {.y]H痕[,{Z7o B"q*$B9LyiHs(&\%%K% ɳcI)QRǃ"PE|@SւRU`*$tRBYrm1IP{1%Ar%w̱PQEDB'֎@z.4}ɩSg-` ~dQ) &1*$X$$ED:,ǖQ sIDOB^#JŚABC'+Ge|O$-*C FogXIJ3sGoi3YF<:\A_EQ9 h9|m-ZkB_!cȲO*2cP(zDZ%~,p]cy!ݾγs5>sC l@B&<߬ï]ЁQN:=>4=.I%L% VmāֱHu:wlKdTKʲ ŘQ~;﹕O{j FDe Ż.&RVO0,hɩݬƚ;﹓v(v#9:![.Fέq4I ʫU34ٙ9xQV{NbC\u6ր' e^«y'jLo82(J>w>pCCE0;R';~UR%NqrWċ|l4޹W\qǶ%~D1Į)&g~QR2lQF$mK!(IW(9 PhZ3,\>$lfmfmOZ-/z(Եɬڬڬ$S%#mXX]ڄV.m37=KgKur83Zk딉QLTHoE 04:E \xFkp'J,GxXӋ5/W_C+i3;? 7mԶ k7 _gX8# 9mƀ- 2g^*Y )=14Rd&G)4IT>Q)VR +ɀZB%U/H!Z0B*4ˑJ0*SJ=8/zJCKL)8VEl04qR^!݇\d9"Ն(I+d60H$Y

?v /n?j|~'> ǵ^,\m>?~:T,ao?)arM7=Z~ϖ_ݬڬq5AxQyNy_B% j\P>*DkTYeQ``x9oWIoizZk2B8)XI^Y2Gݽ]:D̿}W|Cfs c%~裭T*d9ILNn Y@*獕 6zxM'JRJ%tz=^$B895X}(sI] HQy- !Z.;cr<|sdxG: 0gnc?`=9@@)8cm()o1pi@ ̸rcp@Y]ކ$P1)$J)DhR`D090@Y29e3.'<ΛL(Cxm,Ib'r勒"U!oq ,? ӆ cuC\}VČA !W%F&XI.:j@.Qu'2U94sգm#̬\u1!ڧN:.rrN8{=䉇9sz΀!di9aňVa~E?2ab| v_x#[ǘ۽ iYY%:1 pU{ޤﮰ|4?t/yo`E5o[̇=ÏBT0D&0 rg>s7AH'uFƐ .Z<(Y7arR81$'s)R|%BP |Gs*B=$Mn-*PQR9Y0e!o-SN"+6I̐J:TXʓ4FH#4^LiУ^hǫ99r'29LhNs igR>ۑ3Cg:pAf}G>)wc{ax IDAT5/W]-N?]*߿7曙kb&/ɭeNpFXk"s|+Nc8J0Y;yo:[[xG>͉ǟ鰶Gg06C{iZʲ^=<Žc?Onb۷R&8]Ef=kmEVX[dazr`qEyވB%= '0! |S p}p T*~qSVZe߾}ڵ?,طo/t?z_5o۟{?h4 ż2/~Ye=üE/Jx폫Eڬe} _dD3.W sՅ{\o'[Zf8R+ BG1^z)NJj_䪫G|;yR™cxO9 Wji^z\fO9BzaI4#{5=ǞH`Ј&Fhc^ MgxB*Y)Jdo:K JKPM:˰F#}RXa܁6<,6C3Hk90`e;b ͆Or*)$BR:9zݺc9#uϙbk, _T:(# 2lbUTSS0(eU\3HhHc'S"PV|tT*!k c ±ᚬs5(etj@Pp6iyeXg߶r8` Sa%AT $elfiwb&h\vj^ҧXk?׼1˿K7)7tFnz={P*6׾Ɨ%Μ9Þ={~赙#~M7D\榛nbnns뭷`ݻI[nrQnf.R9­47|3 vsc{R>uT7twuA099c\sdyZ{\ >l=<W$?֭[V|Ow\OU|ߏǶ^fj\s~ﵧy\~L٧֏׹sCCC|cl߾r|yqe3ZǟŞz6;=u/s7XYYaϞ=O{۹뮻6cLjџ>9V]Z`fmf}cC:V7%duJ^/&CJA%_ѳk->>Cc)G!Cyލ;i'}Bo ʡ; 9T\XY@yFi+ eHj%BnB`d[FqϧOZmSm4`hK4C^|gmEyй&Icl kqrzBߧdVS.$-]O M'sMT*D%v>6m8 rq)RIeQB2I64ZYP CDa u "iOH:th%aXl;)yd@M!߳-I!JAIcX#rD,ԛz"5с S/ k〾hl C(XTkF'%~ ^R p,[E!$!KLxaGQQ@ xq8tG)r=H/uvJH4#ך0(4ϐFb|!h2]J0XPX <NJ :P)1"=@Z!JLEg/LlO\t^mA %$N;葶u]n&<6xb^b5_O)Q'E$ ˙][Eg!P/|3O3j =C$"/;чԦ^^01=w|=]jp߱=OuvvTIG\׾MR* 8" WFǓLfȬCizFrxAb1A;4Ƈm9qG? .ڿ:'pfafs WZ$7+=1Yjrݕද˽f~~!`nnv__|ŌrG>¡Cx_mw͇>!` 7dY+^ Ni}qG>q^/\|ܹ4Mvŧ>)~w~]v .}CCC4Mo\@Yw}\Jg<6,x{سg?ꪧ|sڍ7wWU>!uo{继Ν;7a߾}?^is{СC䢋.ڬڬuqϽTg^e۶1+β\8>1997O%m6Z`)[ 7ȱH_29^n26a~~@TTزkGi)I_4J hU1aa5Ͽ_! O;w% qNf#h4ҁ1:9sM)t)B\ '<<'׺yI$xá H;(K\?Z}T 52Cx_vz[8׺('u,B R1hc.*IYD̋y0ŗŁ 'T$z AkK /(3K*-T"՚;]/ZeenxuVJc[Gaae4mdyF x%4 Iuц( J9;+16R-NBl< \t!rrXa[8cbP:΢:/R@1jn5S4^`?I2Hk 'P Ir7Tρ@X)_8ӔJҘW|'MS{җRW5?"}R|~7XS?Ӥ1}ofݼE/`rrpWr??ctt'N7Mʯ 7pÏ\ǁ6oǏ?gO60CDQG?QwH窟4j\s/8u7g':|;7ɓ|se/{y<xQ{|kw饗>q|3.۸ks{ȑsݟtkfmfmϣ>2Zz +$hdcXS z-*߻.L1}rdVz#*cU.9ڜ85K+?2Gf3׺|?I9+.8!5ozkxޕ#+9z3sHk!B' =.ã1[ni?_Y^^UIsTg(O{\H8ur'A q~9Wə<+,T޺KKyxhrF!HQ6YdattA:``  aF?SaTBkMB 2[+lߺZ`sUJASkY?R$)˜ L(`dF?t^x-GBʤM>8C+hx/w=^̤N6W9ɢ IR/$a84E \p Gf7:4t̺0SR!qv!0XBG9yBt}i |K"}%7@wc 嘔BA`\y^&CaN<}z.Nbi)T<ۄr2U5R4C,.-QDyk\cR2* &KP2)x؋>^G%^<]N+s+Hq𿰜ti6J;0lΥ%̢Oe=V*J-XXa,RDBQ&1A/So20F`ƹb݇2h-15!sΊijkȋja R;=B!Iveuqh:D_ >(XYCXM9\ e2I~=\i2©Q^OC0kkk?FFFh4VѠV1 8z(\rFJF|I8xF'O^oUVxl鏌K/K.ooj׳S7M\~ o|stQ<49ҵ^ѣG=:߸<+|ZW^yOYx'N#<Y5y?Wd\=u͟kgzW^y3n?.䒍׮xmv:q~{ οv^zs`saN8w?׮ڬڬGZQR+~HP}e+K Clgjv}.OzV9N4^{=3}v<[,#X\ݶ77iiIrCK8o칐i&ƶpupU Oad읜bqiǞ!tH)& w]`mt[v^si'%#Ez2\Z tW-sT>ا~NTBFm%HRO IDAT"'1u֞^}Q~~}c|ٳy/m9=lqFNYz=tV%m\s .}9x +ܛgy\W?:z B8?~ x~{~^pOӭ'6!mj^{5kf &E` x|ϻ7yg"k*ʒKnH,&Aa<bS),Ht $a<b"Қ8qaJoC"uZ e:ƒO;1bMX9  'I#Zݔf+!I" $;bN)QPBa!#bDJZIlZV6['w"M@UÓuX,M |,=LBUR"(%khz.$R+xPRD,G^'ZLy,{-AwC(R|`f{<*Qwy1&0œ OZBBY5j  {B|QHsDxba]q7C >Qu+Sۜ)'h|-t ߈LvLHL6O-shvO.r|đ6Geiy7hܒh+:QIk{>ۻtupk/e6Q枿|S'_GҗxB?~ 7^3۹~8W# QLv<'Շi]]Tbo+z%:L7Ҽa iBkВ>V!} 8uU\YDO^CHL9t o4*ƪhKKYhWX(VDƆ6C(Ę S"dht*R!!) 5rT8xz qc^>T!X0; f^)B1L'S|L\C$p 55x'( 0qEo6tH7KP 6l:#Y:XXp+Od;C3~t%="wje lt Ӛ0wt kf:t'Oi,iɅA. ygYbREG?ʥc|wͽ࿿[y'yǀ`y{{CYr-& s=KK=PuPr#ig>~n1?)3 ϬP)>tiuǟ)4;MÿbE3_Oqk9S*) g] W^q?KZD1Zi(39%K]xǹit:&G+C vD @134[ir TH {fGLV*AK,҄$( X@ A@Hݳ6tvhCw5R. RzDK:5^=k5שܷ zgUI`\`RrSAEAh EBzk=IS;D9Br؝j ZgkaE%Z6ĐlΒZQ Ø.;އ{)O,DbK;\F{qoB6 rOJs|{yZ3;Ʉ,, \Y&v9dKwD!&JoÔ2Hdd~p$bDI4zEh[ j{F9f~J:GfO<<0m1ה,? '9y:Rnl ֙6X}pH # np>' dDɔ6q̘ ,z\13õ^êRLDW'xait[']"+c- *c޿sH'YDakH08tSI!YxgTgq65NJGSS@F g,8"@RBbAlX!nFkIc`YI8hvCXlb,lnL=CZOCC8 -[tBWA,Q1l)xC{NG͘S'2.nȴ)Y2t0/gZ]ΠU8w^Z l[͈ޙ>nW٧;K3O0YqԽ#cCQVxoKDDL=2%%.-4(ƅe:0YB%"?u%=ʼn?]w?AN>Opw<j.//E}{뮻^9>Ƈ?a~}C;v y_z͋;jw?>o/4zwtxk^|Brwm^)|]eosff-˻.\_u|G?Q>릔5KXc[c¢^unI3'f1BDB!pGd(8KU wqXc#A^YlSsk_]TR1=D?eg|כ_vL̅SϬDGg8:#y)}C s*2>J=IV%e^#Mf:(%9NHQaVW-@-fPTPN*RCR2{k|x,FC2jvЃIP( J&:MA(9JC)6z̴g:-)ɰ̡jj:% -I9˰,O1C1TrE40cf#[:XH&#*,!p֓%-DT Y"k5\2c*Jcua5Rj(!CGH;3T1e1B AQw (LEŵ6X\8p6t<iQ[|zVW)U)pq\GtV RilYP/ gzBԬ;cB>i~J̩OOt:/庾|}moos~g=ƽ^{G}믿ymuP/~fpRA>RV3c4p.0UtuNHMTXJ5"oҟ[눙pd +6w+kC?u|.'YX0HH|R㘪DZQ%BH5qL\GJU:AU̚zT"8o=l+j(@yjEiT,#UUljh?t&VI {bDn(B]Ś n$XXDuz@F(pxoJZ4Sz[@Y=/jۏ4tV$m2 'uxAFEH_:&q5cg\bHKGؚ!Gq%-.ۃמ:Ř9.ZE5˵ F;̓S<5!W0b˯Yb{bL obFh(*mSPNG4Œ !)G,8˙^Nc 2uV\!&K`euTИK^Gn8E9ܡeY/3C#(GnjqᔍiN9{bĩe<1"aӌސz0`ot`}zr>Xe-urt:tg*FxL0Ou7_?EWא*UST΂P!|`Zw  QP!XokkV`-IB`&kKEYQak#%ޅF8Q9iT&teI4Jk.I$|2XqgCdYъ3ṇ`R 4jIZzՐŹ6.gM-6e)C%GI@J㫊Z 2Nbp`c">q 7^G;b >4b@^e1n:Vy` NXUvsBK^{OnԁXuPuP'esc5Fc\^lj-/rݑli8f{VQnM,/-]h!͹DQsc BGɰ@]n?NJalk-ZG!E0t:VJj7hLi`1h5X!"4i`:Az5))c8Q,LX*ΑR$qRwX*yb4 8/*CT8GҠ!j+H)RU7)o[BˊbgrbZBC% M']J2\"\1$sVJI*3S<%/ǜyf[L%UffQ)K]:"0ڪ%oͩ%1RM\ir̓EA>̙:CexXvC*,j48<ǹYJgHsF;+[^{/W9$, »% }8RJivW$e(1+y(aSlģbit[mv˜t%ų=❜vYZC`f1w{Ɉ(dD"}FT8ӄ hfxkZ?J8:*s>O?nk4/|y~~E9@::cW[p ǎ.rEd7"qyF'xG'/Xp@|lZ>N34 -7^@1ɋ,Nhʄ=/8{k^sq9'؝‘Kl SMD:6tXkP+1$ Zfc-$!Qphv&X'$A8U*/UB%II<64"V2N#b4QiY!m+C"Ác[봻=s!P:ί 1[:JTa)dXt D솑 [AۥќsH! )S[dYK QhuwaaO(;@ާ"K(BzY-2(N J2Bǚ(@ENx2F`B* Q!xđfX#'29{ʳZHk8ubQ$dY \11H:j7Jc:934Ʒ3~j0{ݕ, gHΒ5 ]udr a)Ć|bY3R'8LҰgvFtd&+q:B53~l"A r,vgpU:lN L4eRE4T2QXFTڤksJ Jtf ]Z1yT^HfR3GxYeiw [o(]eiM*-l`80HmYdmU c=ڃN4k,[z|.ͱ~Tiͱ%JSq`4 p _kƙp'ЪN\EQ[_aG:ڐ8k`U5ܸ0ϓ8(plEJE^ɘ^u&0Uyc+!/ IDAT95+<F#IDHJ"hp!6*ܽs{vJ!p`1F.%02-ȆJE5('M_N_ ݛ;^eE.^\ ' ^s#EiY_bk}j4´"ucpsm7^~ ?溳x3TZ3 L^!cA 7U$CdrnpPuPuPmnl9d;tGp%T[ci.v7" GQTDN'$i¡6{M/LRoca^V0a? ϧtӔ m6x{a:￝c3 20S/3_y`BƴN*y(JKGI`9p Ipw࿯*(P"Ewi53"!ؙLX[[GKe-CzI`)Xb%R1$!5i$0nH4tޒ5353^1u3Y󫴖CA2:OEt6p.sT{%:)ٽE`͂2#-R3dTk|UBplV@YR:n'{]LD0,poacI҈566i,tz׾u}߰ TU4祄nac2ez[-PbAAAѡdIBМak0Ԭl!eH۠isqsnaȁN{E ,]G`uYpw9[Ds!sg9 gϳ>10Y#R%;!iAe K"{^@i+<k"BkMՠ4UUQu٤5|îYئt80e:pҔvv+0V1M ,vbKD:d֘`Sh v5爔 AJՐq&QI6$ ~G0{$SafuDPsiX1Wo~lm 8Bwa\ԋlO8/I@XJS!D*#"D+8)0t% &@E: %UBl8\"̫0Em_$tgϞy{;9X㈣J X4$NęX/J)P7ZFβ:(,:O3BxC#TUA5ee@Z7p+cH?%Os9uIޖ49u']Zk[nɧ/_~ UE9 O'k96.n((UŜL`̣weeRvPuP@::_1Go8!nk̦F=,KgR vvȺ ^:D7KhwRyMVzD^g1JjT)Qn8VVw9֞m6ғ%eє9;˟ŗy?b5Npj,-3OO' K NԎ`RݙK> YBY$//Ydn0VVYè#.I2C:EBȄ=`yHqdt#שSGK~JU67XNY7tx;e.#'IQMFti&1sK溜9osKi:tl 8Ҟ瑧Fɪf\b"OkGRb><$zM,vfxi`,`vf|m6xiq)Ed<9J)F!;k*g8ĺp\:/5q{B{ 0 Q3B2_$j6vxXGDf-dm' bXxo#B%` N /% O_H)]Hku>Z}almY\BrőCI)8#i׉USQF&3*FH,"\3GksL-( CYh21s ʠGҥDY#Xiyex4eg8UȲ^A5 3'p[;m{++-ٳgn,{ >>8gs}ȸ?Q7󟾶?S'U˽WVVV_U~:]bAA? ]Llaʊ$N1vt,ZpDF-5ifi7RJ)hڈ5r H fegr;;n|+p4(cbL˂,Ϯ蓛4b"!|T`JNFMFb~f nÐ6RM%Ty&t-Yc*B0ɧxU 傺+XH3)LWJu4-d^PZK1ͩʒtBh>^$T?âN =jK- &RXP4; )|Hyfv&-R/(*8:o_UuPuSZK$FEyfAul1{m]z]s 0`D#-:bkm):vHi R>ධDQBI!`IX!uի=cr>ً@I*Eҫc]>y~[ ,rա\ZۦQTEڍfinQB&v3ysQ SO>>ih3; gWg8y:[L&d_EڮMN^- ZyƁH[Q4eVP4r+i[?# kɍȨ|-NP,eE jRQV%1VԴg6c" 6&8ds1uWDSVi#T$2C%FHmISQQxN Z`/84F?q(yJ)̊FJjqEɋv91*tJ=%862"LW)w/kר w6$&qms2sy*8@2ΐ&h犛1ZW1dq>Bwg:xU ڇfzuдgZ8UX婕s\p]Bv8 O"#T`v i2Ԇ:J1?7l_`bf hbF"qNnl95 vU,-3i? IN,/]9[(=xK_Ny?kup%.8FqLm2{@5T m02(+bUdō+Ir+z,Q7}yF>6TUV)`ݫJr> HNbU{R*#}lks4k"i-NNJ@,"6sLSƛRp=8V֍J89^\ asimp.B4(LS\Xr 1zm@;$cڦθZZVU&2zeV( YCl"5Yk##)'UUUQX ~ V3605}=Fwd!Pc" ck'ОDR]|Λz~!|… \}cqN8ɓ'i4O{5\1hwMȑ#|`vvロ\uU4 ʲcz+ __WW>򑏰x<nxk'>Zy_}t:k2-o}~ǿ?_ӦOn8}Z ~ ^_;h47ÆCG>"_?~1}=Vロ/rug<sW<3>}Vأш??|wr뭷2L11sx+|KKK{-?|Sn9Xp73W\yW/tx ̣[(ZmE帳;&:i[hCdyƥK#>*X\sEOQ,&#j6 %YeFDl%::&QUҸcȥʪ2BɕAGU@`l#Ǡ?¹ `N^8Lh4ID R#V=x9Q~ibT).RQ,k1ɍT+=NyD47xi5_fJ6JFuZA?hm{Npwl#cKC ,O1\92al6L{cNiE*6ə&?WTO.i2n"Xt4\ƠDTڈK|SLY0uѡ_%y p` ƣ]]:C=4&M-4(f}Tzht=u4f9qKw è ~ȁYEl[zUs 5K*E#<_2{&1fSDT`6`c'#6xfafiՕ3zDUl%8c.9phqma YޣG-,#Qڲ;M&~VfGQl j4Osv1FeÍ_\a;[~O *bJkEWN2tԵK<,U*KjPA[ةPUZV(BL눨:籙ƻ=uLNeeV9&!^$TLdA(NyMҾ'oyM⚋> s>* ZH3o#/rN]jGMzq*tZM&Uɴ,KTrzDJTT=S4[V敯|%ԧx|~/r wq/| yӛm^2`pL FW{<0~;{xK_^2>OO:uUzr^|׺~_ӎ U}jΪ+.oEx }\?"4я'>!Nj6a{[Zv!%/QjxD oM^s󒗼=z=nF;}Vӹ?`0xFǸ[-ڟٟrOG IDATyf|AzF9n=|6kC%ͨ؜LX94CVAS Ixb}";nȉ%.Pa_se6!1itGDEi¾ecPN&6K&2E!R UOf30 + =!]0k1@P7$*d%&M2r!n7)4.3GCc~Ms 9*E5Q]h@j0;ƓU1sF3ۖU(b|ױI50T籝bhrwɳwy`(:ʙ.av8Giff[ G`YAYh3OgK5{pXf8uٙ\ZܩGY1ln3Gox h||7|3|Rx㣖8+z1H\d<*́8f i1eD8&cH:9J#!nϵhFg&T"1DHK)g@Pm2]-<\H9!F S+=THeL:x8@CY#ǽ4ZSyGLpZ)a兀VV_e FjioJc3=wn|+o]$؂}{QEĆ^x:%'{c^7O~qyGk?̝wə3gg>?A1;'1Lx[" 7_r^0v<?sZk^W{^%?S?ő#G^W 7CB8w_}7tC{ N}t<]p&_Cn3ϋ(OL`1#.07{N<<[oرcyݑҚ*kYXEǮƖeԩQOlXݬ`%\2V'hE] [ k22]d2&hp (D$JvpUDcT;|sMW`Ot9|8LguW%&F-81ǹPspf fԻ(K'v !ՄXy} ;3LwLgL̠4=*:S #28#OjK0mlw"Q[-\^\2y/n.qsǸg2!]z3cFWw "j(Xu0} CvWJ >Q2? fA+6P\Yf-tc 5ajBThѹ$)Kk.2NXXe<ȅ/)#BJjq^zpD _ZtAa VƐ-k(/sEV(܀!\[5qB/8""O)>@TɳLpuY"E Pλ+zϑ%VR,0̀څ/kM:%d' TE{:*ln ^\D2PnȠZ#FMoj~Lj1.zY)iQ#]՝aP;Jr >^3Ghen`x_9r5eE\p3yǸ[xv=wqwy'kG?s)& ?C?x̙3gxO}3;;޿wݯ@N>ͭޚnJ /x v#GP`8җCk֛n+{:1Jw~Z~,,P:zvw%g}իuĪ^O*E.Fosgp]̰@aiiˎףR|&ճ==,шɲwggg1f4v JG̡9k+}Ν_nQ`0ٸ_͡^3;~80VꏱFiCSZqʃz4Cm,ߋtZD1VZ8^P̐Enn6%n5QQ~vAe]!J\ dExR3.K66\l_>hLڰ)0JMK\TGpN6\*=VDSLKH&!9n2އ=֍U65 *kM*D !WZ\NL^6E/*J繥v:thRhB+=$)-0H)%:鼇Ԡ&9_ͩWG[:bvIK !ʡc+dMgwțlUogt-ǮUCW/9d"zd& fx`{e_ԗ&m1ؙ_m79f@(imF+ [3 &B$6,:nv;q J6:ljL<~{HSk&n\8Ybu4K3 t*lf%:Qd-)cT؋)ѤBI)́i[b,+=I11{ *)"( `^bҞ\.lTz 1ڤVFA@U{v4tz:sl J'QgDc6ūTGOԞtK83r@ &J u]>gt]VWW/r1N~~oo;vgrM7++O{\d0|s\f~zy|SܹY暴n }s3.ѹ۝#հz~5=kNfƨ˙Qa_8;q]i.17B37:&p?qGur TN"(t9%̫L9 ċ0+!J$B+/0{͞qͤ,>QTȠ"FXľVV6I4m5v(0dZѴ":#P\rHzcG/&(T{n]sJ Q1\v@ݚT`28Q1#(c>ؼnbukkrXq֢TsD Rp˸dI>Gs7s%~azVVVɟI<ȑ#GM7=WWY__窫bgg__~yr- C>sw<|w}}lQ\pcǎ裏>E/PtN[_ .sDVxIUگ[ $j׋(L_1g H{˿z=^Wrw?+Ps8zc%/y v9;ٟٟٟ77^w<3ccgD^WEocR4!B+jBx)PɭBeJ&O7DDb49҈ٜ;䴒p\b\sg"982D<=wBf2FVڭBt?$&oSIwM8=~U!mPxX s&m`l2:BxC& O<+q*d R]NN+g!( ŵ#<c>6t]y`-\g,b~#?KW^iF5GoŋgY ơb-6YBf. \w$!ڼDְϝ̹MtlSWr nA6SSS+;}2gPn(ۺ |0X,b.s͕G(s3 .\Bu8yՋk<ڰFvY = ;0fP "ֆ4G*mƢ.mup.ޢ2-uF9:"nONShQF )LG3CsdjQQ!.AmkPk33\}Ս!뫴7e]Ҋ9kX?h"k7D2#-Zq"!\%6*'FS$ĂS!PU˹@D,L!`4N9ws/ Q5E&뉋KK ( )zb.,uUcXR!D&8{=CT1}+_p%!+ UYʚŅE~( w&]΋+.;OgD̛:P}ǖ֚**a;1q 7" #z%FgE(/;QJ?Ӽo~xӛDH`Y=ni Vr5J"ZhP@TdŻཛྷ4mL`١kaPnw2:ypm9ȁCfM]# /}-s {"j;; ] k'Do1 Ѕ^.CǸcuN;j{HUkiD-b]1Z_5t:f YE^ma (֊Fc|LukMmxR6i|EN%+l)-x(L F:RG\D^s94u_}9MUI$PO.kOcKGGy<^pgg pgnw|8EhFEέm'fnB7iñ;T%EٜD=yWt2Cw&g6 Y5[gW1#DGw8-?y'.\Ȍ!Ϛ::O3RXKQW(vw,9hX2ɭ%/~ڀ| 1bMr? iJԋH\Gz  1 >U#}Ocb/096Bi@$,FOToҝ>Lw,1K694"Q!d m3*FaFWb&Ksk5gY=njUFlX6w Glo[ L`vn.bgm:H78~WXm 6RF }_"!> ,Y@tj3E.LJ0V%2EGiJ`4Ki!3qj#צ 3$5YQ%;+QdɬOW\>)gIVZ>:V 7 nR9YۼwϲLrbaNɚa-EnelLŠKLNV%Bc"&3I<~>Gc!ovozӛ曹曹{?ScԩSo|vG{G~GOegg_ڟٟ+oy1L CN45^ű#F;dwwnуK %ά}~mWxEv ꚫVQk Xӿi62Km{0T#U- E發ikAJ7|{6',H1X  _ChQlE]nƁl2*F&3s8r# iv8uQ]Baካ.1O](dIt#\W.rlGyҵXYk2!oeV7{,g{2an~7\=y>p\e8rxq]P90WȆr.Ֆ5~jE贙 F̷؈;b*7Īz2Q.T1c* Ny&_"+khuf+4Iqઓ\w!V^iQ6'a)4jO'{30.62O}x<0wp6Ϝ8'=]f 61!1jFFL!.f1 kpU` bRթ3 ?]"$!aV-͖!H 'wnUbsg_҉8ZkAtM4)+aFGFrꊨ;Ⳛp"^uTyų6fpDUx/˹})gIMAi'Mş(kcD\iJܨWc30ESό!Vwc? "ȫtA,191{M>1Dp6RH %xK*ze]Mr<^'yYXX;s[ _o}l>3؟ٟyf_ڟٟ~e&al%[}wY:|jܧoF4>%-s|Ia|HlrV(!Dq8*n0>iâ8RRDΝP,//s,'{>LTr ?3?t(4JKw[lwUb|ҩhOqQˉHUVdE.mYu'D%2IlIѳB62 B~a ){4]s>O1eL9TUU]Փn $v {`X[vHHWbv ї.T]5eVDfJPf0V ;BA*?f3^]XRxk, {4)a͍ۼ}& Ǜǜ?~Dҁ g(S1f>[p9vn-ҐGSO0Wl4<[70T]^<:~相7jzo޻MюCc;Lg}};[7\|l|Ɍ2/v`Y{D8l^Fƶlbwo <[mp^q-78<=g1BɄA'?;h'Ɩ5Δ];`41>K[f4vw|>'Ϟ Gl&7>KFA[cWu89>b|rњzZk4gܺGj} +t ?իCaM;͞;T:[X(mPK@z:&)MiK|p]Fg2J:)DJkJw"c$׭^8)M>7bp>A 2ε>JFñnkʢ+LZ-|"2GTv 3Nx"Q,Q(Ap`),e*RXKLrkåB)X2Q).'c$EYnѤ.\XsARDB6Fc MQ 3O"dWA x K:*9Mɱt줊!2ofOZJ9b"icQ')>լf5YjVլ_29>{rώu\ܜAACg͍w_Bu3Gc ڻ l^Gx;0>?d|v΀nŔtl$针[tJjWsgk!/_20qO q8uJilad*QlZvx)n%Σ(1dY3J!D >L`oggpcɫWe`k~]~x2kcOo&PkL%"T"4 +-?ft !6֜]Fkz`h4%MJ(D u+).xN( Qh|͝KXGq -N눬^R@L"Da>E=o s JyY A2"N%J\d`[R,;KicA'*_+W߈Uypu xQP-N)4EU2JQA6}R"Ebp>PSegECJiADt:_|+2}>f`rA)J[-&k[AYk-.V%MYjVլf5YXŝ[{\MgluJ~}3ޞ_ϸɻfɂ/^g?KhH(10l_g|㻟pz~!-q.^?O?!s.tP0\O?ՐOt+}Ie)KGXc)˂ZJ:w9`g__xɐ]!s2+#Z;`)*iq(@⤲X 6U}r .PV{K)cKgi+D,( qk,[ZX4*(q {XJU3>ᷴ,+V\Ji ZKaO(~%Q>kta cha=O/S13[:[(æ&`Tg%&`xM8=;aXQsv)vowvy#^}N͛L޾AU,F';EKD ] bU<9\ډ ލ>Ah~ёbhslbB5m6s@ャ0I"H,>f5|民2\&%1Yϔ]Dr,H͋t(`r,Q-XAN#K9[2%kW [yVa)bUDEMBPFvi$]JH6\O[--Rt$Q^V]Kי㊟K/|-1Z|g6&;8S-Ő{h6,svp}wojVլf5gŬZjVq><[hc6)T񘫫 1(`sy9%a`С ϏQ7vӭuzf&z'/xwL.3=zZ[wOO187%qk~tRT>t8|qaec}zY{"x/~"$%87Jx .Anpr㠒=9Fh7%)>%q?FondN,BE fƻ@*rHzٸҵל27_ՋF1۽'HU))ʪ8R+#ླྀ ,! K7X(!)4,~~ ]:SRY |#ՖDpcE a)I\g2FchZA|hY ʢ iIuzdJr>QxqQ,1لXTK+OfH=?(‚>\ǟ֔c<>GO1)$}7s= o1;8<;88|{(U"_W'[Pf,l)G'7AÊv~%WTvn &Qx;AEi E0MiCZ޻uo-ok۳c~LPyMS< {5.ؼXlp䔗OPo]\TFc>fkc,\Ba6sLb r7Ua}cRRcDJH$8CGzX+ײ,pM~@psqq!$zsWTɂ\἗ c4ܥDD A2)%9IjY 4.yRO(tC +/%oqwmWO2E$,觳)t-(٣K$ Y%6yIRhv7Bb!Q벉ynTb8hSJ(+gTB)-|$VS‹+Je1\EHAZcQ\\{$8rVc-!79ek\?% {۲u^Xa(>1\C f5YjVXլwᐇl)qska۷oP{t ì]0qtI+.g>Y j0\O6Hɫ .{7`p?Yqќzz>Kot5n㧯xp ?{,nŇ{@?Uߤ[>/OZHi+EvJr55f)6@aH*-frB%=,qS«IPXC ĐwS^u^{y ;=MKSP PaQgOќMзo1ӆI̞X:gq{kUXoу>mmJ%ϰ2t!O^)Ng\\^\gzf1vXmdu6Sn+Y__<蹧*:!Sy0%9lѡ%DK=LQ`Zǫ>@)~^cK IDAT_-REU: o`G'/.pNxp!S(vF)\ ("")U6 S$Rv1ۍҀݘ"kq*,gњ6#B~fm3YU y4P\^j6REKGUpe)P߲VbuOl:MquSrD̢[LDO?.OuҖHed:2p!;t}e[E3{Maa8B) )fvFpk5"Mxh~ekcujkܛgXjVլάĪլf5οug?s.WW5=T2oţcm>xȻ=dmw6FWSA`Pֿ鳧 >|Nԑͽ=._9J>>*0>zB!^ѻ`>~Λtek{:>ZbOs^{0w ΎNTCs9!fmbt⸦S+k(&gW~x%>y/_"T}yMuq`@[EHK^Ω# ޼:J* 8gcX--mY) S>+c-HIQhΘE?%Pmܦ#ll.Ok֫HݞΝO8`5BGTe=~L|z؏.2l7yW ي;7ug'.N m뱺whC0pD"2 լ0I\EѩX,j0I'Pr!GGY B\QZp>%aJ-3j* =RvD%h]:b<Ƭ :M=G2|Y,VrvtB2B.f0<"[ rF, )- y k{]1{L.FTaQ0,4k[ko^! 0ˏ!gIkTuH8î-#)ucΖ*ָ̿Ufyd 4( I,<̿|sĥcQ/yJKb}լf5YjJZjVsGm2XdQV<I=c4ȱuPqex>}wz恭2|V:`(?1NEgs}<3>o~㨁ќ;S_[4)'/8GLx΀_yɽw0zyģ38-k>\J^8XۭDfl}NoObIpR$BVB\pDV˘0K>@$:º#Ѐ80USR`L2'*H]y6D5jv%Li:&M^Ucn,M1džs{aNA|17NJ9Q1aF !DŽubhMLّĉm*:jgF E6PJPgA0s[1 4%2X{ K1@磴$ kQڐp|ZRr&Y\!._ǁլf5YjVլ1-J~~G?a,X xk4WS6/tZ ^E'wvݭ}|goCdgC rq`try7짿 3*ѫJ\8=9[g{ 1,!٧Oi%.ƿ{|_'/qs%,+f5*Yֲ {jilJQ:$rgeP R2 b^J#NIFRVIL毣2Qctf,H.\c)`゗0[thXk B҄j @V_C}$-NB1f^]x-)DqHB&>q soUU[OU1Rv VtEe^Qbv%NGZ0IHJkr-іd9U,Z\1tBe#$KXgا_dtH#~j0_哇!.E㙼~d6Gu!")66xoc> Y 㫧GDe󖢧!AiAE#\wXSQD?&%GhinR[\{i2&FT[$[bli,:hTRVb^oݝ!شw)wd4BrF N{n[6.W.q|M(m:7rrxB7|r6pk}vp:Ν?w ~{٘q3͂~ϡʠgszӋsJ[-\z[8_QTti[)"L>2UY'1$*e53I\Y#Α)4!z)E@ΑeP؂uQCcKڶ Ԕq@5BPuahV̩Z ɼ%h\ .yNA޳7R)EYdk"QA鐂4}U$S8v椠UGD 0Ipl * GȹLpt;:ԭSJ[|"ۖ-FTF\sn Ko˜tJI|>9c@o-7(<%}ټլf5YjV=ݭ-:UO 5Az…&<$y5/py~8aXbk=>NЦX#.[ӚSOUWNWƷl7ޯob5\y9ܴfb=nIh /?ٛ |ثiZۓ+FsBa8-iPXLQ d{3")a[0QG!!&c %/E- Q@Rفe" )-I t`Zז=P)mےC(r+fWFS.h❿'寛5BCҹHNQv)*Z-!^2:=,Eg)qk\1bᾸ̛UfDHmt6řfGuR,9u|-[7ssO2\m|xWsxtFW->k;m v|F8.mn816dqeŽ21jx5xzȨN<~rHUzC>xc Srz1fΈc2>"kyl`3U5prٰA5vJNOYa5t l,b) 6$[*^{kT]R4enGcL}N旨z|}ga|y笯u͇y'.'_w nrgEM3H9t򤦦o"2t|>A%録\0_,^՘9r/0Z]CϥP! ?KΛny/X"(K|Z 0F\Z$N,b%!9qK-#g(8m1ReJ>GҒeFa>Ie>sքE/k1'eӲIO 5;ie.EŤn1"*bDƀaY| [pwk64de:F_ɍ4ޑ:) T=nOXi]%k'Pu(,"8'ߋFYjVլf5Yߙٲ%] W]_@U5<}sFG)vh 77K&Kaw?ǗNy j}};Aq5xǽ;t4O^%k[[liǏD*6vgP*xłM4UMxyqCr6|tŰ=?"N55ݤ5! 8+ *P #1EԒI#~9PUenʨ$^h)G;2%`쬄 $a?kIIEVeǗDKB$%!Dc҄_qq!e41/y)6;XR e\'yӯč}ίD6`5 N*:i9!Dʪж &ArMHT2=$dҵ5w ski[R:/KK1OmM_>@|Rl_&b۫cn|wrr%m^\Ҷ 9_{鋷&M!Y77IL =&r f2)T ÃhD&j@zXk`ا÷no S& f[q 1bPܪ*ׇزd5Fi+*w,E1Рtv(3f).iMʇլf5Yj.̊Yլf5nݻEog"f}o|=>qvv ftzv:!c.*v.ͩ=i :gKTҨT.0vqJmሤ^d ^ZG0,-mh]H,G,9)$)a7I]י(KF&r#EnkQ% X1kfHC&JZCR)7}ɲEQ$Vh-"J 1Ä%]Y"JnJ1c P)G~R64^'(”P+4cpMUD5A$H(ŖEiq![ꅓzˌʨO<6i0Za #.)(iTF@ъjggmsr ]K Y# !s>/i|bwF Ew`=~{7oqx9ޥՎ!v3q 6.|~7ztD0eMnAawuysn%o/1ҨlM;_X5B7X[ [bpL :60?µsUԮ0"jjBչA#fFU$;],~-\.|_{g_$kDH*R-PJa+Ao]$zGs-jfc|(8{IKVoXUx@W߸˗3oε & &R0ٙnr&l@"4eAI(*g5X ee >`!|W=IP*师2B kmUA [{aEApPQb|ڔu!P],NƤ2x8LPgʬy5UPN+:eAε̊4C&ha0{(F2)e:_4K[.~br52 (%Rn-+K UYP[Tӡa>% ;y}m 6nhhVkhc(%F5~lXrz/(Cݢrvc<,?F>GTÂ!* 7 8:l Q)ԳF[P7mnP` !I1us IDAT9e=Jk1Z`; !f4#&@R_eYFH aHD'r˝\H{ [FZL-TfYcT%vĢ$tc>4ehaK]q%# yʲNg  EQhɜq`@rtH1M\,eQc#'F4eA)RR5$ >oO.raKt#FH b L{s;MR;*63܆b{|x#F^|DSlnmNj ]Q&4.ab/.tilS 9%] Z-׸:n=paAQTOԤMECČHZqJByK./&4͜o~ռ=A>G)i•PbiJ͝!J'NۖKkCXǣ7:s5k@=^ccrc hJ|ughlϷk9 ._f)fZ9DM$)$/ @=y;$kILՉ{L:%lZ캼 dQ~|: d Z ҹdw}|H|6#ta XqE͉֌'M6kQiBfʠceZƲH^fz&@v婎(C:_i(Bx/ʩё x\1HS-*Cą:5I6I(뺚x/ 1RYIs#qYW{W{W{W{W7fUR~`f%cXT#TyEaYU$VwxϿ"9MK,Zyd_m8z!Bм9ڡ=[Dc=wur/܎X;w|_.6xFe]b(Ɖ#QIxNvuY"iL9Ja&3iOukmbi* yバ%P'ENLY\:Nopc3Q(f$Yj{QXhym9R-(92;kSc@[JC.JkBdj\ἃrx/  Wpu{L]Gf-ʲDd ^ y!aTbD! |dE>Mǚ(Ȭj Fz\5;cZ9*kISN6ZYVP6Q)Lkl 嘬]c m2ͰYF3Ϩl^8\<+wf-Gt{9Z.ll)Ze` .Xmau}3gVf]?gg{B&<03C;֮KD`ȭ08EQ8Mk=C6LgZDW!%z&uhAtCmK FC]:5QIgE-`z:h[ѸnmP9Jbqp%*;8&3y (/!1xg`KoLy꭫LV ,`i3*K"{oN?43#3雤žFE)-ͫ !^JƌfLAHZ)H&e]',rI z` !EbnRLa:) MSCE&)&]jSZ<[>͛2G8陵"Gi"5h- -7]RFEȆ~ɵRXS#MΉ'B hRMTa2Wĵ{]Hi0)z0'Hwk#.bDZT15 C@GٔAϼIק.+`jjګګOOEJ.rh EVNLNU]ҚVیDFcn6Ӵ5 ʰv*fŸ˧hkƕ-t<Ӻ@4Kt"7[m-iO@5m3nJ[)M $*/ʁWi ˆx%:pS& W$JMHnI٤eg@e(PkE%%8i[%E ؚ,%oAL Y`P%Zj -I ~M_0D4 0JSWҰ*(r+L)T&B;[Vnӂ'פŹp4M)EvFCR=DQbAʳ4V!ꌪUѸnϾc7GcFn@JvcbuZ3.P1ИH(&"4֢\/5+mwEj|0lԚ~xHS'X^v% -?+=kW<vĭsi|se;f>үFkz]M]7}B Ak=Y*Bίmn;qns aƺa붷PCzխ{-vll\z8p82\ڔļzE;O5PYhs󳔦O]zH9B:<}q<@gОǖcN_Џ5P V9sAο|v(aRSi U) ak"GLQxh9跨J,&XVXTCXm_ɴ"D jwĠ ZxnJ+\ cikS#Eɜ91WdQ=*E`rRJc"Qc}ѧ曙o҄Xc():Ssŧ5a(uN-5$UbMq ,~N36OHM.aAIDiSjHUV'Y ̲~׈Hp.)4)QԘ龆(~aniR0;1ܵ54IU.{W{W{W{W{Wm+S9vnPhh3Y[R7 uYYKG _Vm}XN-'s~82'`2<,XN.QCOtgsXFH-;Clh;Y]/NJq EL )k,uN0]hFU E vɊ"-eYac"M%1RF@Z*^b-h‰FI h]%拼o㲞NOڃE eՠ梀U: 7ˬ(?@I }' ,vtۖ(."/mRZA@V)GT%Ĥx%[MSS7 !JSm Ws$PEn &F5<"/2r, DɡR5ILZ0*o*fhl+!̶8x}k#l0ݡ2YpYD tYiȋyf{x79g_Ev w̨*meIYMø q fh{gv-%-:vV=Ka<t!0k py ʨ1 hRj15mkQ;t9MESVdP6+.|b 2;Juuherz\.rZ]'m'N0X.,F6NAYK4'A15y2P*%[D\SS(=Mˬ%Oƚ .YVEYK*Mdil%:)&LkD&Tb}ŤdR):kH%bH)hk^kƤ{M@ѝE{ QE{םYPPt f[-*ņ9FeMn%To M` Jb%pkcþ}K,v|*V6her:zDwbH`U}`mˁ}}J#*K[ ḱ.݃Aˊpygl JzE`grl # 9UVuizD3f&Y+- t4(vH+J:4*)X$!)@L6K9Kc wŢ&12ϐXLQn%tF5Z``'R-#@;' > ߱L}"DߒYiwy:I"TF^(e' ]&+1YlSM"s$^`L N$B Ag:шugg{H@CTH*Ā~eS@-ܮtJQFQ"ײ+ dthbjT:UJ ,>T8HޡDlZ h%d=W^xz/{W{W{W{W{W+kkk,(kfX\mW_㮻X\:SOhk@+Xt8~? ex}% <9ҀG;._=oYܡҌ*F1KK˄јNY˗^f*Jp%C`D-Ϡ#5(PX'ey5zߔ Lї$@-D1OW:Jc'3C8U@4kXO1F=ӊTu#d9Z[7xD.6ȎTu d KXxn MO ag2?FkeT@)&4, ʳM(:(Lb{q?˙sMYVN)|P7JnRSEj`Ӛr\*2Ph"d5Xcɳ#*Z` DOĹ !Od4.m{n.);_c߂3Ԟ5}Mg{{zn~ب?2Gx}m9 k"ZCwhf/s|yݍ5.׎Vvڴ.mʈ6 ՟U3 #LtDu-n0ةiKǁKÀͅ6^Em YCVh+hw![樤RE ":@n hpVVhHe2;%΀r}Bvr<ϯsYZZb<Q%]̵X"1)qDx("ZnY\wاƍf)|^Tbȼa4.LGw`+DzJ8Hs(ʒ ')Q: [ \&zR%Ε5a9ȴD2Z4 M,CƐLtR)*HQGM:cIi|6o%}5;ǤV)Pwyk/X,CDAc,  :t*\-A1iMd*mX(5q:ԫʠ5&(ҸRlxA ˶&UE*9{Q_:,u}m3 wqǛ>779y$Omr`@yͮgϾ~_z͸ǫ|}_8k޸ګګګ:jwױE.4y6T U<̳󧘙_f)^XqD̃ц7\zn3P:6779|aNqCˋʹY4[%N?".뛻@ ZS;,nU'2ptM%K/vv'jYy \'$@`&$ȱo;,#JjɦQF uEa3i JSJ e]'; *Cfnp}R %NQxɌNlA( Iptx4'' 3eԗl6>F1k e64,r#;O4Uͩ^hk/]#Ԏ]1SsL ǐa5*jIJ\6k5R}+ JPQ^H)QXgQdnjg^$dn ]ΚY&coe)+k䡤|[pL;SVKsݷ+n QdYԚ"ɲԠ7rޓT$S55y|:'oHk%6˜ʮ46&aZ*QUDXUD܃S|SngԵ#3lfӽ #E!qFhV2#:$PJ|SJܓ,Ȅ%Y^"*%uQ6Db7EyZj5r&Ycu6߬7//0}ѣo{uӧO3;;}ǿwM]\yG>ͬ#Gro~5{3x<'_{jjjqIn:qGE3g^ԕ;;_^H94q.)z|wrmD-ˆl"VkF"P(2J*acgAί2Ĭ`\3b\{RTUMrzs3++hkJ8P)kDlD8њ$"ƕN+1)'B|:_DTN0S64ipQjR!uyXۼE'R7U߈eIK)XkMQ1#}*2KV{GW^<c*K^ 1mDp>»׸pp|dӣ_+B,DpŴ6ŮV1`0\JCHP($>5TDfK%MZESkMI+9|M5؆ӝ-p|<-2*C[S+\)l<{og_!} ح̴Zť݆*hy70(6Jvn\?e\0κz!\SS90! g32g4 v7-"GiV98<Uo9A`fZ5< IDATOfw8ηʕu^|"%wɻ3x;)ϋϞՉV738_Y]b lT1խ` ը8FȲV ɥRXa$HQ7 Y4Ӵ6M$ˬ04[yΕm\] I:1BRRzG%NDMU<>r$S'ûf/4h2 5(QH؈Mbr0&'$m̎OekaK%&6G@(+ $fhv̲ H*G4Õ$NhR1dI#ʫf_oO=<$yv +;UlO3f]!́lh(wNyZaX+I1hD&ȪB¿ӆ"D$7Q|pHL?+j pQIbj@M4ٷo5F#_"?s=y衇Ȳ s}677k}Q>]5Y|+_ٳz|cKK׾#Gx衇hZ\Gydom<^\\9{,>']zu}{yɲwu]sn{]ʲGG{o|e{c{~~j__ӟ4UU}=ؿw]ro^8_2ǎ㡇_*?8{/_s|_KKKӸzիu]{wI|?«;?k}?w?u^^_Zo2vbS(N.mbi-#r[iu^]! zKĈAX@ 1DϠuylccG7o7O] nY EgnґX}pf$3IKԫ">(ƔIS4.|520@^Rp4Kբq>bq^ ޫ)Iv%O|si(Iǫ+ĶQd6 3d31 i'0׼B3YL,4ut>od'Y4KlzNJ`yq9P5`km vvF0Q,-1* pΡNr|GjհUi:0;GfFR⭕$Qd1E16}PiR%(kgʬvK4Q7*B 15"Yqnt@:bݭ+kzGo@߹v.ta@s|8]_?Ogu'2$ÇoG{>IYċ\Xz|zn{Npo TW/c[p}89C6'FTC&@.uNl2\Qs ւ6x4s)w{@MQjc eQTH~ X̐Bm&*(%1L\R:1tNT2wd]V򢲌1`Q'EU̢pր$KVH)Y\8"-jhb&Jj b?Q)FU- .Y'߯j5(ieގN" [k7iFT8sw~/zn|jK\?/y=@6%\4ؔJ1DPL@ZQRK_HkPR (RF2aypbމ*˲~_Un&Z?s?׾5nyӿ笵:th~?yuUUŏs~a~~m??;z}_宻g3 !׼>(w}7<=oϟg?Çyٟ}1~ӧO_sGennGr7<_]N__S sr y^=.^78|6αc?ϧ?ix ?//osz2>1+9wǯ7w?7}i n~q:_]ot/;kݏ7z{W{W{Wc͙+ƳynmiFk]^a.,Ƙ3/zwɑu ,"`vJ03}{}}Ăs./~WVloaM$S:YĶ Ỏ--Лi-ZPPMC7he0ӳ6Mh]Ns*;jTc1ǏvӚG!_(hGw;q*3/=z[,147NevsΝǹK; 1k;>x[ϰwQ6CƖ+x)J X1$&GGQ qaIMi ;/^1FiYUYsNTV!$U~GhLbw ꩺGXh|Ce1J${mFh$\4ui>Qb!&&p:4>axIȲIh =MSf,1h(NQ8"!^kZCGOtc0VYz5u4&v(yfi5RH,.pZK2Tt خlc^xX{1Ƥ R&OYG/ɴ.[g>#"gYYZZٳ|0~9su?%xF @Qʞvͯ?̙3<| _@k?A~w~p ?S`Cԧ׾]wuu:u??Fk>~5`0g~g8t{Ї>xAl??Ç??A֦WW\xp8d4O~tyeXظfLh^~TU׹W{W{WuŚr4be6ַ9{0gw2WKTQPgFW~넗6Xci^;llֈswx;%zvKs}}* l97P>i$<5 lfD$@b|Q 5!5B@F:'hT%\c@iz$KRqab=FL֕&JI(]v8 $K͢V}UT4HzUngxQ)^v!"y(H5h6 .*A.JE\niVebZF 4.H^Ќ^^Q xGf3LgfT:eSt=-"ARҔ&*/-mIcZGWP}%,+-&f1_7J*2iISB)I1x> p(^_:/0Mpv@f̵K8fӡ-9;pf-^z냚hTÆm>^byfZng6/ o.NV1vna%LN DfY6ěMLtme;vUgva_:+h1G<˛4Úq{KY^b!m ɒbPQyQ* mc$ԄSAHs bCSuJKsQja^Ns'd<OmpO;k'>񆞻w>}>w{5ǹ{_>rС>gr_s7L^<_ݬG?#<ɓ'?#OAÇi۷pH߿<7=Ϗ؏qww׼2οyFz^^^^թ9k9Ta,i+)xy𭷳5 5;97`kkiw[^XrvU5Ǭy4;8zV9X6@C˸FK<Ɋ!Q_;7xqfxR 5[H:e$M0JRWfE14DO > SrMK c:vAҟ"ՐZt|QUIs'͘ 0A[YXėRJ1R Ecd_낪)#AyUd6MFYL) ~K+i2tf+6knHaBd vjFE&ꅥј!%@wYr',RVx.LEG$$4}))-BGZFaZ-i4@BpD%J6 ƊFRGrmb2YL m-UpI!"xcYgh c}6+.~KcFl+n=4Kϟ ~m z0?Ս5H+f,c}eϓq*lgIR\o8303֘Tdjؑ[w y3!wn]X2V|Gy-bz0D?C=_Z#gXl%6Wv.@;h~˰6s `gq.stax\` fkk訵4ӟ!jPb'+DAT!)Q$>QZ8Q<꓊HF HnI*(6bm' niOTР0DK4ly. i%kj;l.61YO&Jh)P%CՆ"hmf_OM*A Ɗt\ ;#祕Zke 7'  M Ɠ) *£QԖ:Zkb0@iBT!:T o weH11z&w1zwu??vG};}3oͿgqY~~nz\ؕ+W^,r5]|5&r塀9^zkwG>?Gbyycǎq^)E]Ii&mνzF>{9_f}?^{''ԧ>c=ƯʯC=tͱ8裏zFsjjԱ#^ԙgl 8|h]UIݭ!K5lƒ`ژC3ދ eAo-`(G%q\R肵kW7m&5-YA9|%V6*6L$q%$5D%xOdH (*)MX+Q>J9FuG/v?&-&6-'(rHtqTUPEk%jOZm?h{T&)Nۻ#YpkKQZSd9^aB`},=M'8pVnlmˊqͱ8CA|̽h5cqo:ꨁzA.=Oo}zAVy,nf(]>#?ʧ>O|OO~OrȻؾ4fsOgyùGȻ:+ O&0ӗxjweξmt FQZ['?Ixo~l~Վ=oֿ1_uZ>$/f1Yb_߲D IDATakk}Ɲg̩6֜X[9gK|_K_y|iElWC_êd>Af%bl ݥ,~4[w8K-qxӎQ'SCNU9-(4jɕNTUi5k2鎾3Vlւ+zƦZg!Rt +3F[҆iZ\cb(#dvatr2#n(v $q8E)C1=d %U5x`aRNr6Jk **o0)k)p'GCTn4ZGt0r1{MLX2ǨFڋ ˊ,ȍ8ˬNQàRF"~vWF݂d+_w)u$7v"+PZj k4ʰ=ܦU6["""&*hZ%rs <0=oyg.{}N88]:GG|Jv(?rs%$P~D%h8k@i+q?%+rDAfP6":7lLBNp NS] XL"*q^'> >t|#}]=ws?s*O=q~?ooo~~^O|.Ge:}ykծalN:Ee/ "ѧ?o:Aj[__?]|-ϳ*>O[[,f1Y̿z3ֲ.v!{c>UxɔiLm.߾ᄺWNz9jme-A1̅&mwS s{qsCTKDb|eCgI2c * ~J-3R]3nA+]mT9x✙5ol8GE;&x(3x$EI 0Rr<(he9JS5:8lQLJ^0ZEN@\&vמý!2t:e}\<tr[h͠35MmC?@.>\yyr~ .Rt:zJUNIoJ[K&chZ:^brIH4*Fe$2ʌ0Jt*EX;*K8z`kĽ!1DÇ)jB`pB5F&5Acd4A_rbF-_RkpYø<`X87 G1Q:֒xMiUե>*Լ|cQ]S# (@(S:,%`q*~4b#zy{-&Ghp?Ζ8{r+7oyy~<\޼‡!9Ey:{/Mv'؜ش+VX"18JR"(iCi%V!GEHYƴ*)u3]G"YUb.%#J\!]a&~kHw(HDxNmDʩvW{r+3f,BwZ#xc4!Ar:zAi ȵsajƢo5>F SյH5QF>Ss6ˆVS9?wdPQsqdyF=y.Ql'qY%iE\TVֱuq%QNBGzV 4΃Utctr<6߯ LF+ >3j_ao63Fe뻻,//|mooZguuܾf#__wfSUEQ3 >iЩ3v_5jZ]'RϹ>Zq4F#VVVsW;W{yzogyxr$~3 I]i&-1SdG)jiuՐ[=. &udW^G6vHNJv!1Pi-mI-d!]S јRSJX^Ǩl*ɱ fXkerKP*VWNrOӏƥX+0dcRGo{!nޢܹ~rnm'90޲;5SvIt+ȟM)p…F6)5!yA5):zkݦP4F@j4{2+p}!FzP#7_nj{ڥΡV'9 vFl0+ܱF)|!gyѷ0,쏻߼z^M8wfe>@uLbhr%t٦GC]e\{:no9=gpMZoNKX OJtgum+׹ryԘ2фcox}+' 9ͤir"?w7{~9篡c_wRձW{Lz;/pst^5ns9F{GMyEPIN\N =c#2~>M#̍J*pܪJ0!&*Sְ(rB8Kp ཰T;5}_p 3I7b_fE{Xt:LgsIf;8PK7^R̥%7[>4B'$zaefbN\хwRB܄@3Q˘JDg-8dDܹ!] SbCLKjTA)hAi?: ޼##`1L~<<<|OO >wwϟbX,fTeN݂ ~*q,ur-Rf 'hdaIcuٚqdizã e9{n‹aݝ[|/RME.7)&v!7Fb{6#>ĹUFZ͜Kq"2JK()D2;I[ۼ[cffx*5s3X*kGf9 fv'9 ϳwgRO"OPy'.1m!zuCSHlrB:K6Sӆִ&3@3`;orzRS TCG#E/qO> ǗQ+a-'p8=d1nWCڮ.+L6dġoX <%|ۣlx[/.xk_f: D~^ϴrTΠ3GG9tڧU"Ӗ탔"(4U(!P;)C0FĐh5D) RM!>(뚆[h6GM{Qb3+Xr G*Μ[j7FZ5Q3|H81(nNc%1 *ԪBH4O ]$""rΌV($zm2+8 9l]![ AAZkQ*~rQt!iExo*Du#YcQmsё&kp΋p*3Fcʟ\Ĉ2I03%%|fI0z'N@3s%ִ\Ug4/|{5>#y,}\bKŜ{W9j&C KtT" V8srC|0FqbunGm//aT$hĪ(&me,(ml)ڱ'V7_32+.2lE(b\;"Xku:҈l!w,ii]6t9bR9#F?a:Y٨)&9iO[9`X,WFeZBHO! Tӧsᮤ¨H݂NCa-RNxK.r*1,)l K*P!3%Bàs0\@+U]K6K.OJĹ&pE#Q[6Mn~xg:Ш1Zsc4 A3/z*G{;d;7K(|d4 utLʒZr,f1W= j1Y/|#셌Q9f5kc rx_+dTPAK)cPKX]a7`j4Sp⭈`(Vn9<5nCݦ7hH9nmO+'H"Jc\lSOct:j V)U-Yl"})' +M;/l,6KDևh,r1byQ6M`bw4MH2kSxFSU5jȭ@=P !DL&/b/nLRN'mMm::0Mm2lf2>94b4Ԏ9p9O`Q1pg\N(geD[z=;=.U`rtahy:W`M\UAUt]?H9l+xy M]AB'.J,k񾷼ϽO}t\h̊LTB"7'΍iMdƣr\8'7 ]ٻ=y ۇijf\7Ct91vP"FTقN#Q!*Oˊ04nF"kx 6hF9&D8)CS`L Rt-jx#KFC4r:ԪYl('[xo%y#͓XiT1=HD%ދЫ6ǜR $.1yEN Vc]4uITT)ۭ1$)6EXA ꦑk_g'fC 箮14yO!b*ZL1g6ϫ̓e-ZA*X`x{+ &&UH"UH=4V\>ju2$66IS)_)sVҚ^ً!`qB .f1YbY,?Dc:'ڜ.p|Xs:vKVäi)5V2 5蜓VNF IDATi+9GJꊺ;>x2clFfG6:"VYk*VՂipyR}E·D[EkMZiqԡ:"dYV\b5grNe9~͕g)J2cMy6~|@jaHn,uIBE||S{4n{:G#- :n+M9GƵLw >{[d},Oyi9qv7nEk>n2GzLVPI]C6ͨnjBx[n37 _~rý6K.hzG lFU7s"(R 1A=iaZ5o[λ'" DBim*=yNSɲ=DUF iP\ RA[M<0RAfq.&j=1w Yh@ urbҹFf׬XQZӿG0Yzc?%NPk"{kM1+$`&G]bb,,Ī,f1y8u˃>uL.'sQ9C5rOPFnۘ0n<ffةv!+&ՔP8,Nrqw0@ h@6{Y x Ƴ;wWh-X &y2F8FA&QKt#*o4#dfTji3ka89/[HJ+JL-ѹhgX+ hcK-*ĥxd;&BhڮSK]Ը舓 jA6piGG` h:b(B &줸S]7dVD&}`AiOE3$7H$0j6TIEf,K+< ݜAP3Im&S9]7>=ZEKD bUj3K58@J|5ECY4Yncv"\[e#nGγy.ɴGt0OTѥ+\W8>zƥ+\ݺhsp(c;4ȴAgSUl_Ů8b*qE?UAQp|W;ۄ.Bքc uWt<ʹfp{ z׻(+Q]ᔥ. ^ڤs.d-Dp2iSNbaWb?]O/S?q:XPK-a)Ux~se;w=06CqfҢ]a!xcy!3l2$ =?͝=#hpD@p[4dybb< 1m!Gk#("NL \'hBgΛ),>Ťg 64ä.QZ\UӠb\U%Ulrw͹QAn>A5.ERI&)*RؐQ!=07s $0o-$Ŧ0Z弩\C[4j#sЛ XZI1$TĈRQ8fChft^fF51EU9$+QOn/L ޣMmA%i]&Gb,f1Ybi6NmO 8U0Eu0UlbfJ2'#wFBCdZ:xX;NV׎98z#*?K|SxEtP4qΝ}j$i9JcrҠG[{fؠEfq"sGBH VaeT@ȅ4dF(OFMCs̲ExRnBMVEyojtn7rRMTM(i- [qȸSՇh0jJ9Cf>2|()3K9NY. XK&z5Z-MMS_Ѳ11EڴE- xGc w"Z@Hf4KRm n(2M$PhkK{pj}k6or5p8Pf26*1TSrQ`Qrj*n2tFSk:]!d_Y]qc[p8Baz1n: 6 9ಌ7Ȃ g5O 99nQf|@RKsc(ҋ/uuC-kG-Q(M8]S䑍&LEhT -EGFUਂN.ZG5\?c:uEp{{(DU!j`WX)Xq}T=z=ۖ1ܤltGcӂU)~>LT5S.p5v\l0ƅfX+d,(Vkqs!SJfthĥ`)eVi+Pd1gDQ42 ܁( br\g,rm_i#A"1sl!3Zf^s)Tlca!9qy|bja)-lq \nKm0N]p<_Ȃ18a#kV)(`*$YLQQ;J֜%M 揫EĊZ9Ec~nSnx/f1YbY,=O V)-ִ6dLcE?˨%{)E/;hڼibDG4n66ǦwCy[w^?ŗXcXb~w!5_?׮p7{5G_=OP$KIVcwcJrdfnhN*'M@*e֕ Y.pސ{Rx%!Kw#6od :AQUzZfⰘLXIK}hʲ{f|o4o=MIrnqLS"%bMc3Ms1CzN^9Й!FGK }PM+ 6?Ʃx2 _!ʆYνƶ y" ͈:oY#*ȳ>' -h*q)4}H^Dν"&GFKeP64iY64@0,:+ԘAFMgN!ɘao͜adT^!o6mp*PSyz ;wn; lqc*[exh{VtZĖ;׷0Dt=r;X w\gTΉ6vIzQOPm@)>;CCRw)j7侻|v`zmjz {I?͝pB2.M]?)K+y cɨv.[=2A`cј9>X.-'׋IkFyEs&BR Dq@"Vy3x5c2+s.9AžfaN1$D1;Mr9\z T+B)+TO͈^D1)(ZX[ZtqI&0b@q* 96+1_/f D3xs(i AILRZUs'VH.SibȬ5)6 ^oФsZ|~$~_毂,f1YbBZbjEgܼˬ,whwbTdy͹S'@)v]@[NVιwml;ԑ#V}o}u/*7{7䁥(MLE` !.(ܦq$fI|t4KUk,NyK& )"V0&G{̌$"5<Ѭ S=@1Z,-%P;јKVuMۦi$#Q.V >p ׮.WV?wSH6oW.s<B-X\`Ԝfk E6 1JQk6SPh}E2@e{1R-=H<ODhS0vN-jYC=.6cjsd12;jfn0Lfpqsz 3 AkiPZ\Ub!$(%jvT2Ij&H##\XptZ3Qڒ86 r."}  Je91J4// FֈӉQq1 BNK{d Ĩ1˷FKƻZS.ŭMbf7>.gvJ$˒H 6L25@*H1qL$E&SPb\k1%K%k_og}gsZ*Ť&U>sӿ~:8C}pfLwP:ƺ=}z<\M !Y$$8cEQYXAƆEb0TNGg֘ybd&3Lf2HYs# *O]>ὁUZ)dE f"I@I BV WJaLp&-GqSgtJ?B(Kr')/c@+F#$јx;[O|+_ `u^"4* Sqk9/߇%T"W*Df<) Q 4 x/tp(I%j6kDz(LtDh4#1kCY(P:A-As+OIoէV88=Ei( ʙg H.WE$0Z|P3l603[y1dYR]p(^kcH4ԕEV^8s[ u:U(I;ͷ\bf.㥋qe%"D݌q;~ 3MiMͱ #~[93\gn 6X\.۴*M Fa{߾5VV1yQiJˮ \B5,=Iޤ*{ 7Dn9|;751}0p c EWﻓv3Wk̥ 9yGY^6rɛ~ Ks z4}^#(%qe:-FOi-Re6[DvRⵝ.r4`t}~GN9q1[Ma{Tf{2s` z/_+d b~U 5>iyvbjBz#%G EѠ/h%M8z-Lq`0U_9v1<Ocwg{# S3PP;2:4=iPUuxXXiFel`H3Adp(`9E7PW8v>[iEmL/)2: -~| e u,M6YcL*b6q8QBWQU#T"ݻ!hYxAGp9’F˹p7c>TpXd4҄K%Ƅs 8hTgօehXa/eЅ ._)c4cCpEO0vo $8Lf2j2Lp xrf:K S!m\]]IcK,\*M4 3E_u`*9Yg^^h8~hAzňk[7rq4M ZwpT+͢qcUg*6ycc̻1u"u q!c*T-4 W=`E*cgU81)VR- <^/VBQD qJLpc5+&hcf~kky^{?C5\^j>! k%o1aӦWDifWK-CP$Q*TBk37bPB8anWWhcATs4o;i fV ԵeH5eyJXJ*p%N9GVCGJ<,Xԇ?}9"D<Ǜv)Wr#B\TF5lz,/sc}7Ak.W}-ԙ Çэ6GuMY^'u [xY]k=PY L2.odŒ٢,JP7@: B#,<ǧ)6xI9`bJhډ`r7txNIGX> )s4h "(s΍NKDqIBem )S(,f:n$2~ +!$oPLUEAu_)"ky#JxjcbǛz"VMf2dg"VMf2zYl!tɱEC ,-qu{F֤H C繴`h86?僴ò7(&0n:oV4|g?z[W/p CD6HAtxpHf#.vׁe9xͭh%\J$͂㢬,* l>ѿc|EUO IDAT &o0Zs/<.R(<)clol_|Niʊ^dwmhgH[/Nc# 1ڠC/<HCQ'Нw..[}Lw}hngW PC6PA*!k%C4d ҴHc`,^yɓCyegT3ھЉ9L`T8q92Mfĵx1ݒՍ>@puwthg n3 ;yyAYqQ)ֆ;L]v5s mI@x˕83@2;IEFm|=FоgEQf B<9l2J) +ca2C;Re-!: 0o!BFI pFHHPXo^tBx ub̫ qk}PR)1XqYG`AP R};Ēb2SI?\R]az )BKԡ}!TP Ƕ6Sx$Xj!@~YpZ p&o0&3Lf2d&3SPZ#>\do0໛ wF϶927ϑfW/ob, 1Z$Q=2SxS.f8W^"Ip5)g@٩5 V6Rأbl,Z'I0,9j %> 4x "#I4;)kTЉ))H˯<_} f+cdMkKS0t6l cI7s!RECd;Q2Uѱ >L'R`mt^^PHp7` 46g][xo:tҵ=,9бx4pL2-yI'mscV" @"QreI_ߡzn/*LӔWn,!o h JSRF4%jpht5)a* -"K53-9w,dv&gcw 8Ρ7א1n(}I33teͥL@6=MӠHAD.@XCe9sIJ&+O㫊j2js\u% g_iΐ*&E^WAڍpz /I 698k0ܦ*$ HTwz& pyg ?d~n%۵A7H= MZ G#u(X9E]4SZ&;B%h-圍.GNc8xtx"5H3F^ D+/"Xm bԸE:ikdlų>BLXLY#dXVQ 'Ƭ.xP%$QFA4֢T'>n!B.9+=# DwG+I(FE"8xsAQrPb\T!XRcrv8|Ð}d&3Lf2d&=;F ^ ]oy;Q0c4Ҍ0j{C;so-C 4#R*@8˺c/?x^^cs ,="y\",J0'*DmD7N`"K%*as4KCp8* YDr$i`H8?ď+;zMf-9gvW)d!van]HxsH7FFh3y =t(АIMcV;s#IUQ!@KZKEM~;DP!Ot-6;$ӑ`Qea&V8P֦YesE WpCK:7.rt8kn8>2@ ^kMҚeڭm[4(*tnd @p}m%<Ge nsTҞc492M/edk˧_f!qpif{,g015x'3Lf2LbdN.g0iRJEihɁfNb6d^6̛)7z1ȁQ]%AQJ' yGj9ݦ5ɕfMʢ`3+w}ܼx]6F&/^`NZůc01q*\/=65% <% f7^r2`H)c /eiBlἣ&'3j#s< XE D i#AsTyxwx٭zL5)28L1",".ҳ6qКn>#`qT]fUoC1 eIREq>4ux[y?jsm?xHJ B ϙMEC2!ɥͫ\^3xqҐm$Ė2(TRx]p*e_|]0@ID:)Xq O:Мac}x?"QRHJq=ri"+7z/ Sd*k6wPZWo0C 8:@ך',ʢF# X-Ggn\–@J[Tȓ)Oq7.fMKt][3Hsn3sO]ecn+-o;04s-(rVk۸:h7! kւ\AtARHR!.Git1vP1謣4 d&3Lf2d#Qk!:4 A;0PJMuhȔF#O+WY]A{=Y"B*Ag?*:,7ʲ ƌ ,N"Q#qþ]\D7R׏aʛ) -:H܏!J&@nty*!$ Ϩ@e@XDFHǺ{ϨtG#L&>4[mB%Z=vJ/ȳEvn\Fqrevz,5pc0Pљb&Q5Db@9IkД@j~\yUJu _}")1*+JgI|ksLpݼ;v/7-嫏?0a $MRe1(c)Z>8E? HXhtrmnR"33;Hi뛴 6PIc(:#MSFeH;Gդ[( i֦R5 t\Ni#f ?d[fyFGG5-ݤ_ֈDP*W^FbP,<7k7fZ2J2kْZ#4E1D$ ChL5RUE3b8DxTNX3>FהNpRXsJsotJ|d\d\IF-$9+zߵlUZHjgK56DSm θ"C:فD) ) .dxUUGnV  %qun5!Ca5. 3{%d%8 y"\ *"w#,>xg/EY]C3XO8~P_d&3L?qa&ΪLf2.%04sMU״ ffiʨ*mgT.&$I7 V;n56^bsu:ĩwHMFUX_H]9|{ﺛ1lw9s۽>*):mi&Hgoa,Dbth"D|UU>˭-Q1=Ӧh/1XigOf2d*>O~p1~aΝ;~'OvZl6ng"VMf2yC?B0( 'tҔEV>4hR;w#:t6R*TILxW{jiZQ3x+4,aY>:l#݅S&( !eAkƧ u!){G"up(8+9PÂAQUBczd>ݺfi\mmᩗ/Džgnpdjj.|x}sm??1ǟ;cIx'9t5?ϠW3k:ss\9^oDizVu!Mcz元zԹ( 12ZuQR;KQrb!IRFTq]Ha B&0$\&k /D{_!w$iA%G.Ә'%e,t.O45ʒ8.F*uTċ6KX[L0>#S B 06>N%:I6W)Cdpg9GpAaE1Qc Yl=C,/2Ѝ;֐D)ěXl]̷-Ο??y%4SO<?Of2?OS?S8qb[oꫯ_e= r >=9Lf2Z2%S$c;Ut#ڒW^~ j1ZŌF\[M,4xy94o{359:$R:w$yF" wޅ?C+jCJ\m<8dG czÍ2 ?q":C[%BTTK,/0*_ۤl !:4īDKTHT pxwv n}, G l1h +r[qcձ0, ōs(H% ቋp)Ϙ^,%t?@P귟}7E<ڇ>{wK̳Y0͇wS7K.>+~XI9]\u“cLiׯoO0م4%O<.#XSQV#7-sccfTA =EXNDtdR#EY$I'I4^ϗHFtZ ,W57yLX #$effN4Q8${AUczz׳4kBS;A!qZ'okq[xz5ܨ ia-Fm9‡?}w:'h4x&3CMzf: y6Eayt2O/-3,+U,-_@`iic٫kv KY ƶM%i'aU!R6cD{E]W@EAvNɮҵ.\Fv)>) n7b3p,uPϵM\t] )0EX/N.B3Wp9G#ϱ6,2P*~\$ZKekZS\ .^F"&PD:S#ܫ \l,/E!C{my{a??|#,,EǎF#_~/W?07q%s|#`[1;oxAr}kwq@1G·rڒ;Iootda<4X91zpߛxUR e]}V1,צx]a]q[q:ȝF;\pq} КfQ9v]l^(S58T ZXڝ&bJOcZ1bO*r6Is8΅nVq݅]R=|qMʬmǏr56|ʡ%._mz|¡ёNO#+MJJbW6z:Be("k'$YB{MCuHZmQ3yf̔\m]g ֮^iW7)Gj%鄙%9ųWY? znAnsMY^سh;㹳1n0uxs'ƅn(Y|6VWUО Hym"vzzkter/Q 6¹I{!!u84[ 7"HTJ(kJ TX\!./׿FN~hC=7MѣpQN< >)}{O>$=[E], >Or~|2d//~~5 D>?dY5y}o/rM7##j'?ٳgy衇>O~/~/}K|3a8}ロoO}S/?c?1d&;^+?>NYa}c+FY@3"SLMXv+ln"+>qe%xA"Ú<49PIvj{fFVr<õ=f!nkj4owB5u(Գ&VGhT1 Xfvv`scaҡ=̓RiК'E++`Z4Q24KjoedZ)P:K>Op?gYN3?Q?W˧QxJ ZoN6tE:=TA@N A[|ϒ*EjEC*Jci P @I)AQa'%ZwQL'$eʊzV.yvzT7F)uBxhiK/uUx90Fi8weJ8lpۑEzIo"4ۮ NPX它I8yb5>|IB80O3M-Xy*I&o;ҳ< 7Vje$"X2Ig gWf0f8z5f `DP@sMoxU21{uݮK^k25Vژfj2aimE#:#qH#bΪ7 uJ:Wt.z"5I} #15I3w28i5etzNVcXt.X_/vpVm@M4I.|cQuk"'Σ&My3Oјh`%K:9;EyD 4X0 IiRޕmA# 9T8 N"t|mDV^L:RͰ7 k`6 >P [-σKOkbTsr_?ikPɓ'g?Ro/}K/`~~#Gps)~>O/~1x+8y$ C^n[IO3c |8x ^UO~ݻ׽o .W4M>s!%/y ԧx_裏/|O}S7nx9VWWꪫx_g<x~ӻx:h7 uQpvy:VVטXֈTJ3WBOnU)=,eZHA 4YZmFDᬽUՅx`8Ěn=Lsۋ (V 4 bo B msn3(e8IBQLM4iM4)LA4d}b yYXGЕL!;NppR(8F$i!J+L vњ`DAVXTC}k-Enx'0 ɤs薫uG$U[7CEyjƛ_ J|峸s3_/}1QHCD˱5t=e=\9T-G&.M)˒?A9'_ 0xk5lQPk4P:f89s$V W "&5v?\:.㣰%@=/4^;wF@hS-k#m *T8ci;GGsF% o-.UPEbXSJ WA^wyЮ4BBTUliQDG12 Z%x4T ZbMӅTT@AdUQlFRT(<0A$*( #XOc Fm;q&iPTm: mlJ6 ȼ>p(/k+K)!&t]Q8?~檫կ~5{/~7/?~87xcyYzǏ.ֱcȲ{hӧٿ?ozӛx^u]k^~_Sw'1ѐ0c 8 43=զ |^c}e_ХB'F!Pf64R ‚ß{ð!Ax+DZQ'q*{/sϭ tN?E0Slg BwQ.E MN@ɨhoOQ64_V: BRV\$g+Si3H-B%*Z;'q"WI ӴrViRlCUFjU7Et lu:y 7Kt)2<7\g^aVC|%? B–_Dcl`\Y/I\Ҁ0=87Yh-~BƼomo{ԧ6/kZ\|;~ҥK0߿9fk}qo}+wu=2wy3ٳgGZ^~O{]k͈6-~p8t...~OQlnw#'O=y?x3oύ`rv T5Â._k)&vDcZihP0''dV):Mc7'`=Έv|@8E$AF0* QZӈbT ׿ȿX+:tVٻ{K^ 063oJ Ei8&r("Nj!֒F3g /k+ b[ک4AQ0tJ TJom :u#"-C&)ʒT3n>s^C[߼H#ϥs"1_,u.aELDk~9X>sߗdu/+U~s8͔Jx%}Y8@vS1h@>!h)'fHT1.i)-.#׺t '#νX*&;'[LƂ2AsK,=R ܃В(b:"rvqO/bA5윟׹k (2Y[_! d3aVzpuHk?ue%h7C7p=!B2g}% *PzZUB̲C$AxOښ&~N:ŻΛo)%_xѣGЇ>>N8|_*gϞg<[s9$iB;cbzͭΑx طm+SuL.t2E=A^ 8vq:FilҶ6sϹ O^f&mq8_{ #xnev Wʜ>d'%pu6̖:di1t8cH%$8GE kF V^ec=eKEԬ,_<ԚkgDpoDQHj (Et|YlV :4yK*5b>ޣUh8SJ!E,*%Ȋ2g|PҞ?XS;cQÓ)F$1BM:j2=D%Hё:HIؽ}7>|,x78eHuaa)KTbKȍ r1Iwqh(3J#̈́d]a/*[H.\s#EP2 $"Itz#V-l¥Ӵ}# $Sm Nc^S`qqȅzB֣\0QL{~4/>9Jةt{ NZ/|!( ?HC _5v .OJ.^S{1 ͎&Ы] VOY<#bE'p*"M&[YS!H): Iz kw>9cB EU`\_#MwUb}WeBTAa$Ep9 29+^(d\>*ֱ!xB\6VJ(RqGU-i EmjN :xQUDY?6dsKUI΅ V (gs8o}jbZ"P8􄈞 B*b|:5(k1EZ\pzEU PfS4Xb-#ϖCfݼoW~Wh4|~t]v w//c=s=uwuFFAE$I?9g<03 ?Ӽ-o~7m<.׾{シ3v?{^~~ 5s7p~{:zyٵko|)˒ig<63ωsKUOAœ=D3ZU)ţ{5ڈ~6KcMEQ2MU }YD:9Ϡ!UIMQXb~"{/(˂&XKRyn`r 'O;l_vgxO8oG"ޱ᪗r[^cۏOaq)2P)$Ӕ!zh=#6Ev<\(d;^ʼngcИvU|'&/= ZǂנjSTLZ- :;Z'C(UuRHpB`l4֠otanJ30I"m4Y "ql !|U_98RuAKk34[XXZЊXԧfk@9Cw蟻+"cEDԚ`t"QHQKSwϣ,ȹ8Yeoc&_䁝>3'\8}h:`AΤԢH_G =y̵r+]흧3gKl9zn f#=SEg!C0"X0F!2JSrV(݈4Atbl(Y935EE`7F$ 0d N(zy_Ta Gʄ\5#eIsH<4ZP9D:EYUŨ lD X o"D6`7{#-C;U;_xZS5{?*J %[qO`8Yh*YQ*=k{|j`mpZn@pHE8y  LzMhc53Dv\(u*JbEb%RS,Rϖ%J%;w&6\}9hc$ea^8Z 9"`O~};fuuoL$I9)˒~?걎g<?q1 n&};t:LMM}3?8G -x9oݵ +$$ұ: u<΄n52j!qq͑~6==?Ak H(r%АtPH^b;( &yrliD#N'^IڈiO鯎pETŤQhSzaf%4ͩ& w$ZlU+- dH%1hzĪafٳe ,T#26$oAAڂˋtJKE5#$S ^ G%y8%Hwngd4TJOK&1 D9dHU瑉aNMqe", k,ĥbMSBqAΟ<ťj՘΀ǎmvɈǏft,>/ZYtdƳDSSUM b4[vYd1PX+}:õmX5R[,Rs.Z,=ѨrAjxguYp9GEDmp eAPTQ l``zvV/-U{IZc8:3J-!ӍCD6@Ͻ`MδxQRHTEX"DUETHCa@ {pP(!l+oӬ%hfK+Y~UbXQVx:qj/p]#tX\"uq'aGJk06kZ+I ]MTU-ւZ=uaahpyQaML/M:B#*FI#j6wsL ] O<2O*x3cXx3qYzd3\FFkPdQu&B(:ͦ[ S0Ma)!Nu USvCb)[ҔAC ʕc=oCx,wNͲM$l߾G/.q{vyymsip9ȑD*"v (z$o6yJx6a ZTL/U;Wf]j>ރ0&rgբ?jw/;U-bBJ<6ăDQ ‹jc/BżUWU/7 (!)#FTu|TR+eI.,on'\\9-#O1,,brv]hƬ~AJL䝌HG2RarzF,lNqDi=4Ui!(:Cg/ .kf13SKD2 :|@/9xd!{~2IQ B g $%(apqMGQXw߀w2eX/B)d#0#0xcJTM {ؓ!>oo<x3kbx3^rz KL"-N QI;ڌdbxfzzVcM^8..s.A=5?zuns]QتpAN;<-=i&-~~˼gwo 1:ɳ ,X1oFHzfgZ<':p%G/}a?i^>I~KM:е*L/LbW )CEc,R wxcR6EiP&HkMfR^d7qјn(A#qo︋OWNб;^RDJS}Y'+`@Lj> oal\Z/BL<* ,QjRzڰ)!z'DѰOV12%>ZRX/ac(0UFCeiF@ qAr.@"+Ra]<8A(CjLޡDU BI!'(G]Lli'7<aD^wB"lp!M|M33^(;iڍ 12FeJȈk-fٻo?ϼbYw #KBwVLYO R#gB ())D)TVVI1.i:r\}Doh2.2BKA%dA$FX5VN_"J5FV@rZ1\vMI:gVAVKN`$jqif2%sS-Y]>7#|YKqFmve9E"0Yf\0idsg'X] -33F90CiM-(#GԑAVi ! Lc B+$>| sц;G~!Ħo0lSBH 6/<*)Ѷߪ"qxE߃֚4 yg6霱H\[BʕphTJUv8yc6xSM1o=URarTn< Y'"Tք|x*'C ?o N)*H-q&HEktn2VwEgx3g*9*+?y18G,@5Rt= gV]3݌cyCx1lc-/3Nitއ(BJWLM7Y_btY.riFs[c.wWyoc]_s@2ٶu+O"XI,бbf-+Ȇyy@*.y ц4Z(0-,D(q|Zt$q֢ !ޤt 84&bRE:M0BP(7۸iQQV< Bs{'7=7əΈr}K8U@T4ZRR(D‹ /4QR9,-v%G_){8!&[hQcu|c+liy<w fO79rqyӚB5I牵b@7QQAEXi":K45;M&%yYGytY&bz#OQZq̗W2 pyy4k^С\ȰN7YXz̎=\uJ&bK} rN:ɡtع}Y`#فO1Al@!֨3T'awgj^oSD.yS$IJGiŨCZz!qa'@uB@vѤ,rLWV mdZX?ͤ^ '<ֈr +p܄ JBH CU,  n]2Ty/c#t52qUw!QpUzRGiyQyE/nptTӱb~E\k$7~6^7-~|﹧|kꮞw &6;8&XFIJde#cK! &"!͐kuoykx|tTWkg?(1ؼ Lv'V#s66ހ^ ,TdQ!&q,(p^( o y7qضF+CHm~e:>b tnG{{ ]^o ĵ78啫'>,oo'._9?3?G?$G O}Sg>U,amw~{T\F)`eURA|JV 4JjZ%SDbAFg&"V{,*s Oa[DŕC[iRٕ( b Z)qّFeKMX+'~6dhEp4޳V;.Z_ySL ehR &E P RII;sJC 0̨g !/R GNJ{^ lWq |Gsy VT%LaH!3t>E{H&::%D6:=.sfR*E0"b6`L^8kK_M)RN#HN.:閉ktGpj2bN+Q|V1-T0sF<䈦9nTαwce\C;F5k(:E3*MSDFΨ4ABɴlf~"cvDR $3(ZMYMv )0eI GŌ񭼾!4DYP &G\.~\D M* NMHQ!%1Za)f'B+.%mr΋(TJ"f{|3ŲOS-(iRJ)(A0NӴMfQe,f\)Bh-v!+ e*)eN\jZo=YI1YCpUd!ƬB+Jb+⠓VAcXtBR3j3b_A5szr,g9RZrY9n_zƇ%dz:L 4sJ VXs]fJ!iii{snryk)ј1X1ԉý1gހk? y_u79zg^cq!H[WJ` CUW VZZb6jyGxknIr "$G'_g5X|hAk [J(rzN&EO,l;봰MtA:_ߡ Cէ40[G\H8 ?Gy;ޅ%n_7nsڬ^, o #hqo0:KWRBk"k+t\>e0ơbANJRh]QC[VX$J!񥈶A)Y@Uh߉hLԼ]٫_:%UUATV\w@6{Q3BayxJ1qMk GY-Ң>("N&!PM!0Dj-x;qPJW 56:G*U^<'8}DLo@EÝ[WwΘ]:&h y,6JDI!:YzalKns>ǻ :ER H*'-!iW0.]ľfLoy+Ԇp}|yG<80eATNYPEW)@ -*B qJ|$ta(nv+{wY/Q|^v mȐvq~i|0KYL!eIhי4k@*b*t\P(bCK\$ RH]"IufR]ZkuX!ƈд-k)!(PȬEh3V։"Z;R$ߊL/29>$Uh#YL(ǃ(.m{,bץ"'XJvTFCS(:V/Htfqi%mi6Yhֹa24Ɉx?YrX,>;$n9:΀aϰ[ұ%k+]x_nnb+)7qo?ޥu-H8mH>✸jGM|orl}\}?"7ڥŜH  $h6e};|!4L 1J#o5h%,m4!xȣWxW蚂|u7evV f`MhAwmx|(:BCt y뷼gO͎blһ3O}[(ߣ/(??į{&bڈFģ;wr϶q{t,0(M4gTFXTuݲ6T3z>|;]eeu+w | ,Ed<% 'NPZ:e)N Rje:s$Du3m+lXkpڦBDbyZb O B%N(3`:ع|\yXš(FU *4h)*kD RNp(4tǤ N"r [>h&\!Ȱr6VvX Ć篽ͣȬIi}YG=E)14AKP^XpVshjMv" C#aIBQro8Ag 6ӚNc:ڧ0nЀT՝겤?BWuEψEBű EȂ]>e|ЄAq<-0le-E19?)M,IeqHCB+p] LPڊ0_g)EaXH+ZaRP!?W-I^֔Bg!F׶ӥ*LQ|nzq1a85mE۴}Ex#`̑ˮ1'=h'- @)hZI@Y|)zT (J(i '/C>ߓR'0D!a=tKj DR&EP^A%CSUNvN.g9Yr~g)V-g9ygp698s¬% ,< d`} gVͰyED30Z3 v%( E[Ͷ+]b'>lRDE$E[AঔQIIruOq\z񝖭!걠~4>*M6 Պ/r4mD+%zk$dqksT&`yK$Om\9w^zh>@qK8MPNq49կ|ZW?? \>xW_?o~~Ev_EQn8L(a:ARvVMq[i$$~;ݽ0Ƴ'~?OcϟsXW:a8b@[ T{(l:#H zBm#ܨI1ab[8|ɭ`‚r(d- 1 4)i€&DШ^"VE|un3ڀxƙS㼰10; 4oR`iޒ|n@'fo6dEllw^ɡܜH*s| }&:ajgƇaM=)WWyoER;?ר F]ꮮ!|LodMsLj턍ٔ'd2jlr{\q{R:? *P+}.^8Hw8N޾+^W֘!iŇHnh[׮>[T{"6 Bbsӝ-ڣ)60;B#5 A)lH>F+bXĂřVJlIٳTM+# YM\$^8I)YhD\51O%N6Pزk6{(I/n9Z")=N" a©ѥhf m%>@0 Zf1L2a2[+@3έ% OgVm]c: 'xQ8c|];\sK$a)yP1`X)lo带$~Fۄ Fח-l. J+4Ρn'R떘]iq~mc9+] Q,g9Yr,yv(Ub;d{en}g?9bFjZ@l'+ɺ9P\Fzas79\YK- HR)Cf4ˡQEo|K?wLAgmRvQS%Ĉ1h 6n*E~ް09xoȂ[ 'jE펌tYD\%}>&ʢsfH#[hS^cVJ=xwaQ0m[ϼķ>8[O{7߸/_!zB3I;+o>Tw0_{KۆO31^a!&M5<+Rͪޠߙpg:T.\^/y3G<{z[wEܢ(e:͸ /K+wnV ڊd-:*Ƿ 9%%( Zޣ'$ cHSXqI`1;^M L)Bv^:Q55>7m+-4%icʢ]]$V3Bg;4xݲ>0U3˰hZnV30͜Et"&@#@c4%8/G({=lgغFɌEKW_~oq\U30VbZ>mGNOi8~:+ l0!b u)E߬&Ij-\|D(ɔц1;ch%^CE%P0D/<D0Zfi%(\ EG-$vBxPxm,g9j9Ydc!wF='mCg*Zq\U `:!h (Z&kS.>R`ղMT=lQRUh!sS4aٍe( cBL,F$Sxa"n~;6l$$ʲ+KFcX+L{ToƑR"R #Z)%1'i˜"H[/n><ƞZܰn\8۳9[mkx捗ptEy:]crvs7M\}6_~ P8q5FI9LHV\+7iSA!`s$66$)*jsF\Ԏ{q4mK#Q%\l=uK5 OO=Ou~/~y7e&ej,`V)Q[p>3΁)>JCXmDTW&oE.GET&1mIǼ@M# QHL`B*-ۛoSEGɄ-5)9JD4\b2OGQGh'"b.`+촩Y/ݎ~DE>*Kg}*;N6G", :s~6t9ϩtֆn;l)8=,97_UigϬGO ¥L>ɄWFk;=/}ZӶU {=Vc1u1δAƱ1>Ӫe|: 1uYJ:7d)< .Nٔ))tnzJw@PDzkC2Y3)L+Gsػ}WVMzQ2S%7_\W_嵃M ^ImG[*4au=\R h&^dCX]VBHXJkCHހjBhM(MH^udUJS<1ދF!@೻IItŭo*iZ#qa ~Naֲwru??FΜ__}nxQͫ[9M!JbNUNfsءЉj;knOS ޵I3Lvzlw7)xč)W8ju^>M=m;c0X?to%DH>%& z`ZZZ+,V.Fp˩-Or8rktcЅ# dQ9{ΨNGbQ*7.U܀pVUsN2= .%P\@mZBӊl} iA0_b#:7Ar͂E"UJa7ŽL6XHM#_J0I4͔Yr9X,;Ю{luy;@aPՑHGSɜfZ+ ^}]sRr֢u('>ZepDZK!k>v)5) *z}&L#%f)cxFʹ6p  HI.!ִ1h^1,栏jZ|&J~dAFgfQW&C]&=ؽHI&G C.ʩn"hLh4@YqL+øCkF# MD;EUGSMڐӃVyvh-ሱQHC f:W۝Y]aZ:G1bfYpg>C~q;1  W;95頡Cł@b<{Ǭ7mCL#("!Ֆ^k݂wv%>^[/wL՘9dskG7|^ "G5'*8hH3d=EMnc&d9"-gVB jhgW)@DB Χs)zPf=iNeKy@(dkإ&)[YR+{ *)ĺ/ODi̒ MevCiTΡ%y/A@xYhr>8X#bqhfJ%bU{uh $P(P[CZvP$1՜vcAbdnW>Siڊ8ZXTʂhS%l/;.ޔ5K< }Sr,g9g)V-g9_Nekuȴ !! 4ohKGs>0qjs&j|$Ļʇ?ysɏ^A;$#!+5?o~ѭ=ڥ]P[ZUC>%2KA!3N\9tlRI,L'F;Q f,gMn-'m+TcMM٣-ۧN}yÏ|ׇmNGK5}Ütk1JOxm>Ih^q&1"l.(B23)3 Ɉ(BN:P`hMĽ3')`uB;ah^*e\|ҊgL̫s\0_v U̡y bɑ$q˔A/ hhO~HazYRD$n\m.:A4V.uKgmFGn e͘$v69}zySj6(LY[ jceM:Ӫa&$Lzq 6m nCWP&lp}f/Rv=Uш8\>71oC+[یMkwUZ[/,v8!g=FSW'H2j[B'3+5Īa')TCNKh=kVm _k1aUOIQ=,qwg \(ׯ]cԓ|cPZqk5Be .:$ޙ9 >唲0֟D|)y!q0 VbƑ'a"$풪 ? Ch[EtlCҤ&ϔqYd@9Gl*E1mKNR"B\NଈxJᬦ8LQ׵XO)xd-D*rWҢ91ijN$J/6NF\)xR|XVU˒X(bg春y\I:lcg)bO\g .ɱ6 s$br,xbr}1TTW_} t&+Kzk+tBbuuJkSk &SƇܻv9hj}Lj%o=K,;K?5o)ez0%hm".\ݣcg Q Y!c:AcJG7+eq@mDkZ1V0iW TR!4}}#oa_ŏ+W?Og4HS|Fu!4gows|𻾟8xwm}K5M[9QI^ Xx^ Dm[ Y i*, (Q;W 7H\O19q44=b NRR).@J >6b eJYJ+0_RfVnNAXQ@W:6OmrlZ2{y$6O>6^2I1,zA0۫8sjأ#ѝdl&pfqogrsoh(\ѵ-4i{p`nws]vp\K/]%i';j p{8bnHgGZ<5]C+j;QScL:ǢG4PӦ 0Wzq,JB.!A*QʂW G5Õۃu^zq.WP@)Ԃ3:q+e!F!pk6$Yt>(QOZr]^[d𹈭 gH%h`(=7xxʲdmkIURD u2>2 VcXbt-{$P{"&ic8:NA ߴ 33@#D%.2Vĭuy΢@|faɇ h徰-VpƐyXIJ~pڒƒ>q acO" WW#ii,d) xL+eAZC-Ū,g9Y,Ū,g9νTto1.lE%M+1$N=*PNl.rju-QߕMG{Y 7Ͻ|w_?_kw'?ǪL50D;ssjNZL!BVĔ浢SvQ(ޜ󗶸zu=`>fE,.̈ʕE'֢_{.=#Sy[G-O#\ӿ^:lo>~YJgi?s׏2XYTO'^9K6 ًtBV{Ocv:*G3)/1EŶDY88d' o[B8 kUy1E9+ E%4&iJץ5/ѿjqLWTB'ixt'!m~g% [OD V&s,/g?'PqڠTBIpլvw8~iL)f{Lؿ)5ق+N^;<(}VL`&nOPcR[8b rfMs(V6P3́|j2:M(Yg1퀩œ>+Q&3^AL.x%6&t8DٝcN eGm- JN;q_ a#!12< X'N%PV ̪*'D4[b $'M Ѕ%Ե6F[OףlSs"q""+g׈!; Q8'G\r"+5;#0A^M)F!6e$iLm Yx{/›Q'E%a)ceZ !85@$g {Oɉ`Dw!âr\{TQm'ׇ69K}7U3/g9Yr,Ū,g9o෰N^v.%Jrܶ%kbc.n]vpFߦYf'g~ly\/\|>׸w|whRKjm`hV4mKQT "Ր| Ā7Tqᘐo#@Ԅ(MQE!Hg MnOǷ)|%Х1;@z3y:?/Kmeq¬a9zVy4)jB"*^I7_>O/~i&w%.^ʛя:\J%͇Mg)Xz ךhV7191l$9 `\MP:yY ӚD 떇:!|[ q9VyG M-U)/Ѡ(Y)2"9y+[N|ף)TcQZV*W[PZE&́T+Nmq%7s8>I#g4EJ`Û|Wh]g4 w|bmm=t&!( ^0 ږdtvDi]u~^Q0=bk}>֌s'U iu;qEuTōNe!"xh̠C=mT&lNZ(4d*K}vGyPYw$gfeu=T*/74JM"mirL0 !ټmBR` G[rG#F)|ȡ p@҆G׷x-&NndtVZET>;- j1uI_qI;NVJR;Cy#$Hc#) HyQ&%5ŧ(QƢDș\*6WFsFa E2kj(2*U8qGĘGhw}[P1_~F(b>>~_havaJay@ wkG~x$ꢄSB@=kVΟh~qs\sD냼oev1|_}߇'LoOEpeusXRlmp41ڝH#I;V ,}Ȝ&3 3SKe[S?yqNwoế̓<PK5)w9dC<HFcm2Jx/BNT)H| >8ĥ샨ъՕ!|[zQS8+t̫)A{', %Y$n[NڸDɲMF[V ܢf1mfƫ" hipeITZDŹ--/ad B)I3.:Τl&Q8m5N2*E1ŢpֲX9hotJ)1;eI[tV--S"(Eʰ5IMR]7Xqw|EtȮ5gr!duZ,صĿbt1pSf0-DJ O[LgEń+KxhchC;o1z(lnT"-2KH׹O m)ZizT䌦 YLFܔ?gTSXx j%n#et.-Ȯ%rCO΍u˺\K`)/CCj:]BPޓF,&*M8yZ +qfAd;5啕Mo<cb ڙ_~.p<#.Nw]1&]"`,,"-Z;C`Ť1 d,|>x]R D0ɁlH+iVv8&LQN5V,&q /_3vjC&ߒhk %?i7}?k;O=ҍ -(QlO%q yxH#IFzb5\5c+GdizwjW[{C py}CwWZU;lhh͛7󒗼D28z̙g}O>s=w3 'x"wZw׼f_Ї>D$Oh~Ⱥ[ꫩT*\wudY}<|scΝ_WuY1w׽knG>2v};vf^Wq9 ~j;n* {K]⪫r9رi.Rg]Od1g6ϱe~w~a /a?ƍy_JZVjVg<cZ7sĚ?x+9y{O8댧o 6V\ ڎ{<$:9FF(.l$dH  d2T(mH,,EYU5l\@~/||n)\byS9ħܧMW;VWPfx1V"jSi AT`gmd{DI-x*zXr,k.(ihɵ4]tZ*Eb2JN#U7|3'糟,V׼5Oz~mذݾ};lp p;{333p?)KKK@-[Ky^<ٺu+~y+_Jow/k}v:j qqUWUb\y\y啃q~~k򶷽e>l6yC򗿜o=ܱ37=O#|~;~ IDATӴukCv)4;9K{* g}7߳rȲj5-:#,,[los$wW&_$8FI(E:-11vMlkN:,FgWr˭`"PhP Y&jI~gqŢ ljgɲ}BT>lŤzg;%ǖ,8|GAϰm<&p`( @KqAZ4%& VbluYum BҸ#IkTӔeՐfVQo>LbU4[`)5@G#u1 {JJ  JJ^4Mѕ*ݶ0Ô!MV/Ll0^ فp}fDfi֊,MQJ[AE m*PDY1,k%%圐Bq`?N$z0ך%eR1 J9֍bNet+s9c55peСZz]_0݇p/bg]wQrz&esŹ#,TPY 1\66M%xj>%zvu//yR7#mVN   $\ nџ9IKapushR*f0!ϟȲLe $)JW^_[# 4%ud(eIBJN[~e9Q'Z4<2ՀH?}/Ggi% -!@) A%C)ZWb zgASZJ`Ae'v$Mdm´$^a>|B^ ESNaffO?_xk^7L}Z^8?[Z򕯰sNg?6og>sucm޼_ϽƍyK_Jet:/p4Myի^5~v.EQzjN9ch_ognn$I{"B W]uZ?iO㤓N|'>jO<|#=y1C|CꫯsꩧRVG?|`֭? fXv-w}#C9~Y~\tEm544{cXRur)s7W☟Z-.N;/| Y1JJJJJ*d;7ffblWjȳ;[m7naCW{/̒}C.r7^k82?AjFV{.B0?/ [oXSE?ys{9N y7wiw{4Zx<=8ر.PZnz5k*y'Std %\FHɑòwP^U ZBcUB,K=ǼYEVn4Z=n(\X 0I"WR,qUIi RO+6X_* Z$<v41W (L7Fس$4;hP7p2e dg6Ȱ;vy51̶pZn{_>TY=wN֢/Pr ]NvLESDߪ@4!MVS*vGI1ȼl1UPi:07&z/FAL H  [2t:5? 7zT( +r_ע<0{`?,/$`=R<CZŹUXB%JYw:ք¢T Wմ8[* \Cd$(VG(-`*\"Ʉ1VTyڨȶW_F[5,H K[]Fia5iyG֙IR"B#I":7p@U?8mƗ%76l IÆ غu+ۿW_ÇYj[no;}{v\|G?k_ԧk;3<9|G?ԧq.wy'o|V=7ndll;O>QϡCh6ǀ ۶mHַw~Zm袋 ZSVٸq# FGG99>/Eϩ';VY ?lٲLLLO~a`ի^*/^ǿۿqeq}ZZZm۩3Ҩۨ(VШUeөq##{.9|w3n252|7U]PO3fL}4="!PdGWt"IȗnoxmAYT#a4#Wb볟cJkZLX(:({t=*pDWwGEFS$z_,CTqΚqe,;TfFA7︷wN{ Vɣi'&UJ Fi*!'Q[nQQv/n޽{\k?իWsꩧg>1=[ok>֭c߾}Zr5w383N⦛nϧhO~OӼ/gӦM\z*޽{9E/կ~5fog<jVjVjV?ʢǪz0m紏.`n%iYFL055é3s'99\ϡf|DuZdItJ<{= 6'Ɠ 1eJ c3Ô14NYط(mwxxG{ R8ajMcI ',-^GF& 3FK4EPz#ڤi*$>6S,,7qQ=*P@ŷ:B3:1‘2gp`6~yv&,5QM{ !iVLGsy<{2[w%PM N"cH”y: R3Sd&ayiou>adz%!mwvfltr~DysxI%%fZRTQ#SԺ 9glXQn09^6[g4#`* Ѩf4s ᬆ(ED)uD3o$Щ˂CgiTyJ-Ҝ`IZU1FQZ+|pbL MT_)_&sYJI' @ ^X\9Z|>c^d;LdK_pn %EL#JI*2zCiKP"11w%T"-NPGv 7|0z B 2`LEsZd}|RF_"L,Ru+H}mThrYcU|`zz#GOOo0^ss's 7Q?cOӔ]vqg@5g}#~Yz7Yv-g}6g~191l߾}~{l߾O?2::0n;wr93ex9ϲLLLc399y̶=i/OOv<Ϲ;?yccco+?!^{-wqo}[\k?[X~;Z[rr%&HA4fVe}9XWͻ<=D?%HAv,PM GxpΡK+#{iJi-:Fn.i>[G0:J=]ϔFFakR_pUUj6l?yGݦhczzQM444ġCvG3LիW=\>1:::~СC̣1ؽ{1y?zsqDZȮ]ϳ}GoMoz_W֯_8SSS\y,,,YfɡCشiiryq 'p?&Xhsܽ{7'x?Xo}[?!\s _~9JeG;֖-[xӞ޽{ڲe _~1K.~7guy?}ZZZ_FIjzm%ُJj 6Y5|Inp$㓴6)L 3QaNNh}&)J%oJ0ZjM04ef0E#/??}5!`:T) O kVkL/R i2Sr`ՠ)<8~T:ՊMZ=^I畆PFG}u()zf=, {~/x8/l 2+L|FgO`Bxv1iSS0h%-at rޅDAp_+$GiE@L@qF!cD+FS11f$*$ߨhC hi><|4Hs$AW3LciJ<`탒Y|/gqa^Gw9xG!YO"LB_*Cl GP4JaT uLL џ̛`Pi$j(;d}m:F{v{߿bzإx%yKRoūhp`RI*'6p܉'34L}{vͣf兂 ,,+εh/Y\"N#me;C2%rW#ϐbUV &$ס+1ISԲ8(Ö8`uZg4:eC"]ZKbT`j&ǠpR@oRפ X%Ε"S0 &f)8Z@+T3<*@"%hȚ^\sXO9\=E eA(rBa R$88y)%e&,eދpJSo`5^!?AU#a J9P%&y IDATPqtUޏr\[K( \QU d QA–cMP(ePl/@m/2[]]m~ݮ/T%CUt6U~c9 oVQ1^f yK^;38t۶mg폸V_14[ll;3{[ռ_guv믿NÍ78`=O|4MozW_}5ꪫxK_f>OeY*@k/})6o~(lܸ1w^jժ'Ydڼy3<]w߿+++4MێwӦMaÕZZZ+ZV5`ĵl< ?7IFWQCG֟r6)l{?-7Y]$NhhZjB:$ɍ¦y9##46ILJYV?^>z?N^=6U|Js'븢yI JJ3I2] ghh;F|ྟpvFwstZI ?e&PvDjWDfzeK7%XA5bܨ n(=CX9984{T$rY&,$౅Hָ|5y_2kL FD$O$$$k vE!8deXy'U(_2acRiBְe!HҞFDT o}P n "#)+SjjN|Lt!JC\QH2Fyi-#gZ QF~܋ȳQ4E }I2Jmt2^gc0iE$0Xy[>>>GDi&58%8Way' g S6X&oULBtrP/.2tdܮ[???0x_̟ٟqE=quWrGG-oa||!^<7olnݺc=zh4xϕW^I^giiw_GZWW|c_e.X?z<(x_Hj%\rlgkÆ \q|l{k_z`9/yK]֬YpWeKKKr)\s5?\:G=nK.-hɌz[𲗽G=۹袋q/_*Oӏ~%|E?JJJ:Fmls.S:a=eY_ wt"jtKZ-Z`NݴG0Zdd0j Y'glm*Ba1D@+N}y3Oߟ>‘a8gQXǎ?v.97_@yF!H$; gp>3C8`WH`-M=MZlrbJMS7:iތFCF߫I4#,s&VOM=ji(N޹9,,)Iv:T\_g!44E<jI Yiڣ }" x\QeT?"iUR`!@b4@o^! ([1RTUEİEyNa'Zi t$PFqdn艇PRAjpJ%JtiijBiЍTkNJo{ˏI&611.4q>tMqe_b*Z=dTQOQܗ#R%{)2Pz>A|rau$*L8)ЉE:U|φap? qzH"C٘g5Uå 5Ž3¤yWv[(#33gJԈ(k%q}O'_[l>{xB,W󌍍=9CknnmxT/':/3<ZezrZ_4UNYذvZJO>'Lyg\f,[:VZ.zhWdxޯ}ox;GY R³V{ocv&R&sk (.d4Pp<2ˡ" M:T_JIR( *ұJkc IB,"3)~o`PD!ETtJyISu͠QJ GX[*1D1'MR:Fk*Wh/~ $MDv5j,M$/M}ɡB# |J|Y"aV =Se2L']Kzfi { I il!rPe̳(8{Ǐ-jpIC*^ed(h6r6 1- 1@Ȳ*$x =k)=еrԳ3kP칸k"N_z(,a[Ze bQ}`4YVE-wN2b$?Քltt\ft(#J҄G9\`aC‚2$&Ŗ:KDU׫˘Da"kx$P1\HҔP@-Aѣ8[a )#2<FpA_rq4PQ>آUmn6y^tbH n7fF4G=:"(x L/rY_pC$dRaYapth]d 9`Z˳G4 9z?pqb\WG0( xR~΁'g/[vsѨ$(b6 $xks}[A$*Fya+Z+[Y&{})>{:ɈȓWGCp"Zl+g_w˿˟+_33n㦛ns[ZZX+`JJ꯽5|zɑu)-‰؊,.Q#d8kɰdi6nLMa1.{ ?% RF{v;ٵS)[ِ 6naρ9zVma%Fì۴N6F\;FEQ2A O=k nG*[]8}FY#=g8ĈyVvb#8ID44#60 4mM~l:,*#'h;a-6(F5k"w >І%b I0I*DL9ZuS5S t6$J_'1Ow)%PUnWJ= <+*eR!0\`R&.(w%c ݮv:N>y#=ץ7Lm8 > @ĵ1"`Y1#\G510Usؼy` e?ߥshzR%F Oi9T=K`eh/X\l: ro\# q>( >/eg-yI:t&)I%A)=Wb,{\ZnAD6P*2M +tJ\غl@$!*8'NJϥ-z@fd1/{vwqs~uU]UvI7$$! !" .H%7 .qHA$$!{{Wծ:~yc\c~"Plo^9xLr K⫳׵m_'ޙzOF*&E|l1X|,\w|עbz*Lkb֭xs/:ԙ`J-Yؘ+ A$\ B]Ӽ'8ab}p\;|ث0?K0:!b]x=Lل-ދkĉkˋeZٟm Jq1+bB*Ta?L3މ3y(8_?+_\ʈۿMG?ɓ'7897͛7<~'9q9huvA6<}kX /޲ o.o8oJoX3G>Xo*E힯}|מwLH_{?O_oɦO|OO/lw^^%rqc7\KfU$bQȢt݂Rx%  5:nX}+?ma4Us^yeuF\|W 8{r2R9.\"#Au0|pO}񊇧t O.wQ_8{p6wU&\up9U08ln6d-8cRl&mn*-e-6-SJ搙è_ qDS7OIMŸd‚|pRh:[㜽R71xR"s(!4щGԏ8qrrAI,8|$i71 U>\>RjqޜS̽m-)oǪ1AlcvT,TMV&|Dh:i4 44;sΣdL!Y,Yr\B+ealLyKq·&ђ H1"sB 8EJ! 8-km󯥞_]<;#gl^jvݹz-V:kmK*)k 6vq("ؐƩ 2N ʼnNWnK؞|)c30-'\,"Z)=uUwUD2W4As/]70P &?1}0'[}RQWS!.=ok>~!qt('^+tvB K# b8ljVp&s@}ѷ&oRBZ*K>,ŸzM@{!FVj^39ȴ :wC89qs_9:sZi:< P29 Sdc-qVnn+Ţ{{|} ބLx"{/eOk4S7/kDN\moyckk.qyDr2wq2.MG ]#:ՕhhɹʶąYRss8zcyR}X;5(8k&S1V7~aPY,r?#-RxC~qTB̫2gMA\R]ok9bb,ztpٹ0Sw~┶6,'oB^ggNDfMWpzW yGhP| &E<]_[^ݼC:+R7Pי0ZvmuQ#kT ̠!Z61-Ϝ{9]W &Vc9*UA} k_J1xzuMݲ?Ж!̢h7dbdbY1˰41!viEw?sTvFSkN&XEJ]acA i67bw5 _A%M&B_Chf;؃!((륛|kCAȜ9h>F-??qsWbbqsSrvpr&<7?}O;$|%I'_; iǵXk\G!T'iG5rV@)/إo~%>5J&cķ2(n_vt)g%mxuy|t󚝶Mdz@#O>3~ 6 K(SJ1.Tۻ6&VgSsBumN9~G?e}Z^ݤbѼ2rl7;AE1۟5 IDATls9gr}0,0PwHlMZ tMAdj}G\X#{bф\Z!pcڨ͌6evJfP^k꽶X3|pi{QԻڎhˀqDʉ arvYxON~׾1|'_ %Z8'Y1sf\2AxVi4x,*Ygxk~MɁ$dp˖<(.XuxIvٲu n -HQrqJjVQPwD2DZ;N _L2f0_:iBðߣ^2N0 ĩl!T: Rԣq89ίŪ8~[ ޛXUd3p͍V>R^o U3FeިU+ffW!ߘi6&ӈHL !5syoXSBl;Jm*LjLbœ἗Xg#rL 2KW09R^^}I2юTW 4.ڌGȈѩprd~ͬZe4]KЏEK{D=e]G/>y̛[X;>:_p-n]`|:-rGwxQ Y?|VvCB cełp&]JK[oaH.s5f%ŀޠrhW *j8obeTxGI RbN&AG7D%ds1L5N"U 6N1ոN&2ɝEKVYf[s9b}!x )!7mD$b~IS*>`WALsc1As21kH5X!Xh"7kk̮<<1 d,`X3f(C-fu2tv=K d*+1rbH*@?s8UXu{/B옼cwYo7gPu$ Ko< _}γGf1!Cħ\9+)gwVË 4fh!M2 ESr!Lh091.8 'W/v-c/A_}Gh[ʼnRJ&lSWqrx\&syha6O] Į#'wk9T ΞiS"k5uʙ\1j{h x ֏t8>ΟO߲z͐GBRz|07׮RrIm$SpR7B;Խs#rP ]TC {i7gKhܘ\ZkoB]NSaf_4^Ɔ. 6ƪ)V4dG'k>8_!6Mˤ0@ &RzO*)bձſt1@2.xk*&@Q5yb !K<߻_+||}w׸ֳt7o^UXxgq;6~p|ڐֶ ׵U l))[t Z2:Jb$ /\>e+ 1mF VX]3I52MwR2h4Mv]E*T[2q+7S9pFD@άK={<';.V,=P՘|i Ku^R]5!m`ئ9ZTTהƒsk JL)+oL|ŵv@ÒaÑ 4Z29&nBY nqSkDԁk q*pQE2 O89qsWh|7l$/_t'M?Jv3}OE ֚'rfeF>c$~)6p.g({>~xvLxr~ME"wIGOmgnHb6T9[P-rhfx~GTM(9MZ4'HeT'A[5Q\)}{s)˛Kٍchhל>%틹D\@9W*E×|huC^K@" sAn QMzUDB^+kvQR++ElsJ jtŀxOؚTNM]Qs*Hy>'eBS2VWJ$̈́nc":Z[RX'Zd܏&:o),"eGɉiEp%vs!B׵lwxLXC8Eӂ40hk zb,HaP()!DJ"4iJ8A= daLl4iLD &6g\U֎Wh5%v"wS6qeȁ#gs]Ȇá@hk^rtVZ0UIjh֎GuTySם:/C6U!HPeߏ֪3Az8㽁CgO4cơes@}(9\⼵ׅXg*&lk (R\ dK񑢂4Hrj\mY}Uw&249>'kwD'sְguW! pMW#=*+: 4H tZXtHHTam Ʃ&,ֱFs1Ap"jA4gհ?֏s8:qsܼdc6=: rǝ,& $bIl^;=w<<[CNL9g̅}tMO&rA}!)ƴ#?˗L~_#q֌S{^;!xxsB.cf*X<$̕g ޑq44Uo")*Ȝ;D9KvW*+d`l)Y)"h4˙X3iI&M4S2h~zo.VruS,{.'o|~75h'|Ƅ~[EmWfE ^[+` !!U=tRs9+Bvj7HU[sA3e%4 FrvU5h0wGԢ89qs8&tՒG)juc  w)O}!Q Î0´x(%.sBGܡ:8308{i(^eei`NjԬ$IatB&4;bE2emV]hI ׷{k4azsD_-%!ٚ\nUGFkJ X󛛡ڈ<% #! 9fێi"9`}}"mq;JJ͠1X!Qlj,.xύjr'|e{b|L&P̘AG3C*֯3ѫJp!iBwyX{[5$[subX~~EG`0hyqUJL:hu݆3nR7{Jk:u_, 4FfKA|k臁~㻆)%^oo5hs`AEURoZ9X2+8;,9^]_^1) yJrUwoM.܁VqY i)<{.VP-(O;`͏XBSJshW\iLjNXXK_«xR){Q\(EyQ(Sm+ &* *~Vb[c=2;`Rs iM$ =D|/b*JM= ⊵nƈT:=Ĝv.U*py_cB%:ZpL*:Sc=C0$NC}H4],u9YB޻P[{u9qs89# o_hhy~NYFnPOK[/.% 8kHRksE hMZex$sD8T7e{ۈ;ʔoӄ[;$ơ67wV+nQXn$ĉ@PY;*j%у8 =<`:ᗟ*6,kMoL&hL[S #֏zǏ?NZs>@)%cF?17׻ꢐ66Hc"BAr!I_Dr,f5_:ǿ|Cwvgf:4tV'P$퍝w u}+j5UA 蟘 R V@u-Tng5QJ1لxʉE*{N|N͂ktPBӐsuJ0U?*oWG]^1!6 Ė<$:E!Clܡe0|q>90 a(e3#""W !z|\=(~b5v0 R"%Џ IDATH-^i^Q e7!7]>s89qs?k?_zN^r] p~r7 w[w9?)p{0G֯VgUm})OENy;{m0VI5F"dN>N|/x,!1GMBV79(ƞ NL3M d6^QsT 9)%c*~* AegZ7X8$CuM4'93W|>yK6"x)8RYY#PDh[sWb&*xXz6F1'|K'?)` ` *ZA큇5Nx}',;wks80#~c텳˨|&s]ĶagԼ=*rZܠFuz9Kdѩ!/>xBC~mqqv"L]9 0[IW{̀9XSd[3Щ0ܚ Q:{IRqIӈ%j ġ*FPKwx44:‹w eR _E[N,ޙ84xhi4WV욒70iehQTvf.A`ZwHͭzgECA0Sj7ĆqDQeh`ҽ㶨dE!gw^Meevr97$#bUړFspִX3L6ɒF ꃧ o 6\xm \_3m7h)^|)ijۛK;.eDZ6X?8g/5vz=ȅE"[bqh8`nn~iB54XxW/_oKamӲ\{:1휏)1f"pq'HChpX!psyHw_r `K qEH.]c& ! 4P7.D\? 5kQMi"lAH (l4:BdyduR@ qq)v|OSEd)7v!`3d%YZMCp4 S' cthDo;Z̈́Fx ۡ'O=E8?aS6eJ2‹Wokk$xG7W7a`u'+.θ-~E@ +t޺Y\KO^zGϞ?%.=7$xel (M.w;d ]Cќd~lZ ɒ]G<tceYV Ħazw7a j5EӰ@JvK'RSrfoqρZy3@=3H-@.6vw.@>INo{nz W_}ݖ'KJ)-1:.N λH;fDS/J隔 y60R8%6Qz~?B?Hw障loٴ N_\nd=^/W2̃ec]uX_a( Z,;ݖq pZs^n3X^]saL<)GX-|o:k}u*3? ZJT&\BnG>RɄdF"HSBS#L)p!OOX.>JmNRvvh'ҶCc'>sED29VM0ē[1yhk;g/ w zE-&6~*>)'H i"+=b`}uk)Pg3 t(~L=8k[ֱ9a3NWt 6uKMl-' Z֧k60{޽ehY- '{z-$oon9;[yϘ2S? v)q报w|!NNO%n7wtg~7,-y~qLα&/}"I! k!/]u &#~,v<\X{6Y4~o)ӄnC d.s9銘T&+]d iv۱#>MuOfaHqBqX{%&6sND5~,㒻-M.3t v3< ,n",ϗɄ /~KЂL1M BCDGXQm͍ݽx}kvLDԨN `CDFN|mXno39_oh?yvʠyX<6\iZJQ( Kac-8k#maܼd[.>xBwd\  <9x`aB ㋅`ٻk1JRO?clHmYU+,slmigϟƱ\ho'b0/%<>( ?xi܂yS^ϡbՕI-L Q=&iԫ\H]"Glsf x g߁b3qyR 2E.1#ED;ICZU7RJ(INPC̉ɛH HVtIyxpVIi}U tJ n <%*O#"vR*5Kc1Ra 1\Ae1#Qh-BD4cb{6 )贗c3[p>;9]$Ii ]<ӜFy8pwiI&is9ay/Х!(AtIO PHkEZQ~h'1kRj?hx?J| |IhcQq+t*A&5xQ̡*JZ+Jc̊?悿/|pr#Knx*K=BB;2Qf^⺑=gnTf,k3=ư@qǔmv:Z%niGKpP"ocbE . lX%椏g+==)%XhfP1K|!M$%"H.k?> z{˫s&z/~#vw%tvˣ3\tqj΋O}#J֣zA1[˫ ݱg6oxݞHa*TU1c ꌫ͊G ݈e8" =NIHzzq?cF{OQV:UQ<}|NsωaDßdkQZq^,KmgaXr F[?{D4NJ=tEwtvZpg{TVk臖t*EC'Z -q"푁t>o7@H D|Қfj} A)￧&9(tsHnoӰ7Uj>ZkuTuCSWtͬh!>1 cXmhHYHk,';bUYo/.g (BQTDR}t}}C?t2i*8Iv*BZJ,l@ idR-o}GgT**GJ8v%MSFI}4AL*% lj̥ OT]X]5q fZ0YϽQrYs~fU-vR  CIś/j9c#L}O{8sݱ( 9Q㇔BzHQi4@U7,˂{o['Ps}<ZJdEb p.-Ԧ$ZscG -~+>|:rۻ~$j4hz9G=w=͂ټ&L lcg1(}~hG(ԍf DYrd^(j9ǢxG8O5Q U֬Pl%ncP ECUŲ&z3g8Nܼl^@];f%`5+7r~;zTeu4Y/q`^R!3*#|= GyO?%ډmb#GtS)iZ/[aZ, +]<jYM'4_?=O\|o( CR/\/*żd HnؾyݱgF4*=j`b#Ͽ 3Wo aכ9a~dj'1ّ"y֚iHO1X.$#iaӤ4WLJFԸHr=BK2dBJz䃀(sC8?4eS TIyT e1%teL)L 2h!e01"YIAD>!/Y'2ZMi */_Cl"!Rd'9+Ht"de7OdlXDK 1$}KrHɔX0a.GGB>ɒ}wvC&fvƧ[TY= Ud9Z!KmrCLO!o*O5t{ܔ$HR$w.3(D~*KGX][!ߕ߭D|N;,97GYÄ!-`zPu?Kֆ[>Ma"'2$GTFƈǎi hUŚJ;^ݶ),DdQˀ_)gX3=>'Ĝ1NY߷zb^ʈ u pT7/7N,C8ӄQ%/]˧;^}n/#Qyܔuar0|G$fw/ 8y(]( >ڴw*3Kye2!XT<~f9_,W°Y/#Ǜ[޾GS0"G0L⃃R|Vs<}ANF[ef VEwBkЄm.As9@fViSWO., 4b81 J| lG$~Ǔab2PbXPT%c#=//6=j7>nb`quNٵ*C389|vL}ncsyz*)i2P d#tm!pt#XJ, 0Z;p׍'4LY3,mw{ƀ**ibu=YW_;3O! I4yU\EKXHmX*:kjj{ 혈jR{DgOn#]ˤ>6>xQT`ʒf٤~wէO,/~|K9+,*/)=irVFHSJUp6+5uB;{Pet1*H$j dՔ,%৻>ް43Պ7G7c)80=j #۶z;b= v2m\lԉTfwxHy#?q6лx^7GV9BEJځOبUr`k')%գ-"JbSb x `as+Gެp!R5s}ϗBLdJAx0+h0JU#&5Dw1OsZc)5o3P 4)KJ<7gcbh CbnXE!^9[\pH#F LSBUY_1NL3(œ\9%S#U|*ٻHKEUUtDӴ[=&G EL,-K첀K8%Ub@?t@%?j9gDIuCj>7"j1^!uZ%7<Y8xP=R'AZ49”<̺F,+~1o~CY zC|{\9R IDATHL<ŢZ6t41% ]jOк$aJ.DwG ]V8;~Os_qgwO1 kSoeR> c>ڤ&$ۺ&H] !K3kh>11JB%ća&O);AĴbwsCZ~зIjg-{bP*,*I~p]KQ*þͲP_s:fuI-Ax#匧OCд;ah)K2pjՌg ||o/a*J~+,5O7=~PE,>(%nG ˓Zbs?8%Y%E=_btn\.?CG{TeCSU|h;ɣ u#{V$="?~Sb6 ] X |zsI JGa!FI}=oǟ~2@ʏPxwct5%eÏ״ʂAx|7&h{qB5i36lf%7 HKvJqx>B /+v`E]VZY- Fb#ډy(ȟZ-|^* lL,*)4Y!r}<`|{ǼDz8}r|y@s# ˚Y2=@Y1TѢ"x0U Aurs虼O|lp35eIGPE`8kR%ɾl/q@YEX]^a]d;Z,٬*P >. ;xܼeu6s96ߣlsy~푯_ae6e߳, ΗgĨ8+ ǀ=9PB_^cKy?h%'W+C5+- `i Η|z*4 f)0=g 3EK](Or;Ԑ%/J!,Y QGd&JTRB4B{:קGqz`wq(FK$)F( TaH79,ҟVhS inL웳RVCO||\9;﮹~wշ_aOhب # 金;, a1QIPUyeMFbL ];P5LeY3f9|8k aͮE)Y.*8r*ݎI%>b=[P0 Hmt{{ZyMxa {nqmmEbĘ&jWmnY RQ.c6ȕUZEjØ$HSN&O3Je)N<G1$$Պ>J(C4MN ɍ ǘ,r(if5ԗ>]R$)M 'h 1%XYx7ŕC?1bz MMo2Ό @>|yRZ4 R:1r#ʼn)Nsd(7IRf6T;K=tٷ)9(t2%˝=(-2M:DLR*{' ϲ@yH4l(og̟Bbe| 'NI B͍d@'$̛nKs3 ='{Fd9fb#F@ZO̙xSHk!I@"\ l%z&U +ȈjfrE]mX7 9q{8خE5 pS17%VG)+UM$ST%c%vd "j%wL>{ 9SMb@O2Ldiep@JRBecK%JrYPEy@TZZP JAW,2C AGEJ.;)dƀΞUB T鸛* =C&Y(5CtvD!Uf# P BWrJ#!5R 4<1+,egig8=7M!+CUHާɺ&=7tZ"aL@JKtiLU6-3 :+T9'va)/Hm-!|ѢxhD)U,xD4M:ǁϩ^]=f: t73P,רz4ǞWyw>?<>]S C?$UUE>|!Rط)n*拊~O5"H B{a@)M%FY]!ipx9jQX7q,xdT-+膑~ԦEnv[o߼؏[K[wTr>'r,}˸ݥyf_}C 2bD$L#xbԌ1JKF$Q*cxz~aOGbaÀ )9\.ika閾!g/XmΘc Ǹ;2;l|O O ajο՚;P u=H6Jv ɎICKOؔK~3y蒛w78"~94۱|L!#@]w\iżYahێOF_|>ݫqӏ#q *YLguІ} |Zcʒ)!zLbq͂-V\^\O˟Y~7G_7?s}Vuw-bF qb,KujV:.Ý MUuM%#ȽCّKF2JVM͓ 2Xgi s%Fڮg\vƠ Cpy%d9xג)񃣮*qJC!ZkSrS~{G#FDplӡdʬX6kJ$v~pHҠ04F2WSjj:>fr x9㮍tn54껗<q-(8FJ Dt%OiD E+*]g1;ļ2H+#?y~jj5GzVQm̛:1 o^DQH \./iBƀ )^:%sFƱa0p)q0zĬ>-ҤA?CH^Os*FcYW\z' tYqPu$`1Z~RM{sЌ8 %E <[ M7Y.3充Y8w}IGFŇ[f3Vg o;v'W`9 (۞a <[, ~vBbn\XiE(.y>z-b?PZ6rixru.5aŽ]. O6K^s~,{w,:* fwϞ[ 劢.Jй;)c`:tqE@8k5ES#*j9o';9ˋ53%y=qbVV̪+c0L3y9?[0ө~nbްifLBdYL,];RsVYVﳔ4BtW|,r%o1O phA]*19X7qҏn;d*Yu)(tl6fil^@+*^,|-g TAjjdm-DH';R BP%]A1i,LŐEs"G"E95?.Y>r>OI(_$%zfC@Ib^c!3*=oTC'C@gʤ,W䐁%tb0ea j0Ӕk;! E6b 01*-k[bȄ$]!1K)AFhd"O YNݥB*%_UCq$K~Ug, y_BsBP@J8G̞{z>ec61ŔJτ@Z2&tIf'y{-䕒_}(ݔCZ#R$d3[r'm2V UD%$f%/Hg)%'m/a O=!((gs7+nLPDLrOgR>3B^_Vr~dҊb\B/>"bHI y!Sڃd ~8yt׿^sfqClU_7{o=Ͽӿ4Ja򌝋nors}{rsɾX65M1f HU5XX-Js>z5//+5oc.k.2pt*nD>PjW"4OLʠ9₥9[P*I'C"A 1%y# 1Q.\TF1 BfZv)XmV3aT^Ō[#0@ 5~()n P(bYffl6"O~Xpv$:/;tTX@:fFX.g qwϼ(HToJ"Ơ n?O/ha`w߾ƶzV,:Tc;ATz>cBST Doi'Oxt'S~lFg=80+K>7D?Y:wH ₢lΖ0{h4a]hRH&?{P TU LCj8#w7lo?!UEoy[xEyx98$,d=3J0b Hә5*8xquv͇Qf|w( bh1H~ZR7%uY #R\=b Bf"H!8yHrX)bcrQ4 Q0k `:k^[ˊ/6ܴ#o^z?Al1͹, ;7_\-yqq mY,4ǶKhR ՊKF$=ЎINiw(5pdSwX4N8J.We(*d'^m#ZZlC*)%FGBe8o~=ÁC{2 Z4ph{Β!\ J^SpK0E]TFI:QpZdإ*L](JfF1M%=gv'_nTٓ s|GOι}pĢѕ!XIe H{wHق ߝobMS UWiJIN-dߔc=ȠSH<#iXR(#p2',*<ƢKE>å(2k+2fYPڕI~ZY*d뤒trN0%0hpMB2MCO D)MFd6ER1PG145_\\Yk}G[֬ ~[cӖ. ޼zvtX w|wr'e|pDtبSO n>ݠ}w*6{AZZ'_L@H;b j6O ˾o(2d\5)i +bzF1|*6IdatWhwSR)M>zDFFkIڛ|LR1S}jIcQ  ̕ESccRHBăwiOS+ qD*ߜBfj%d.xamemZ(5}|\kBub=\O67D6R `dQ LQ!?%.3el Pit=:dU>H?{!nH B"D4IrA"eM)}NDb4H~B&Fi-;f\Z1Hr`FYʉwǀ%^r$ IDAThdz?EY7HqHǴ_fVk|HKrh'L$9L Ԉmu :Ju˯M;?CU"Ե\.ϸ~8t5&I#q <;P /_>⏯x珹MJSr֬{,YYzvpdźT-#ȌDx,:c` 2险FwuUr׸*׳rx vG'-{+6|}~>;ᬜl{^jD88hƞ$  ^ -b]2PrAS $q#J=Q 8izp=)#7Ogh#ns::2KHJvUjCXE(0{\s9#}gpEF0W]'I3S:81)I9TM8ȗ=YZ9ap5rAX(|L%{R=E 724-cA!f:I5h8Yu#ӳiXjnrG~ bv?IUL^hơdZpkVg(~XI6 |[ꎺ;>~8R7w}GGD z3{8֫;N n?o[O/7RɮnS#-4"rT'3n|{E[q08b!>av ϰ*HX"Jpf<(":UыP0YKh'TuzOY]4TIAuh8\lQ._38x^e؅YF@1ω†yMnnK~}J_XA$~6QDDe:+9vi#,RXkgdd%|Iɾk L[Msnw1Al$|dx_"&%eYq\yQRU;^\߽CE #u#/OIʒm"Ŕ^^u}c,6{6}]RFgyI)[*N>ЍC(Dq_:')%5Ji~yn)07y9E*XI<ؓTGp@gTj"E%ơ bzxe{SioOÙ g$*Wł7w3=Gby4N[HwX餠kp%QN 14HL$)[PΟ!Bo 99aU8RDi@ , Txtb~"0mώ4u%GRPKű ck~bw$)N)&WTglnxF!aV_@eF6Lv[< _ 8t=}cLU|n0"FZ8=l0}RI}c0Qi,?kT24_ޮ=}; *NsDӂU3y57kSy8Ԭ &|[5{{Ōu]/,ӣ,O`X=3x`1^ &r%Ij:Ac-"(kpb>!$C9/yo7IJ>ql7>8!I> W< B и'o"r>k K0 -nl%'`B;.|d`} {=:~DyfQ1RҘx`ljUMRamMބTz-@(=d(!r`{Gq2{7$/:"4Ֆq^,^LnuzD4-I^~zF$tD:cUIf)vC h:8ig—(;`"/AfQJ70uw(!9:jV=Mc8?9Y&<#um'3V[M6EIqR`Xu9߾z\p/jtT^ '}T@`-$1EHtľBbIP4R.ּ- '|y~Nnjdxպa{X3+R"p`GpB B8fa )ϊN$cvwBǑ@& I[r[qi| w1Zp1+9|"/IxÒLȲ@YdDI6ݻ[-Q1PW&I_x%5W\3KYqae4]7`/ڑ%C7`\%tܮ H$e:rgYGvg?q[Z9P$!ٷ\]3Io*ڦ>>>by}DyLZ8Lx\prūjs/ӊC |usOxp28)Sʼt1vXI"1e{"%hڎ bHkX֐h Sc| S$KFrh;4m+N'VG҈,0R,$\\`co^.qX}8(:sX1=iЏ4UK8IcC) t2%o].‘F {#(!F~s~ &/(SӢbWooݬPuDR3 P}q[=}Eë9^9nH\`3biI ۳?apPD"b= Lm| d^nNi)X00zaS|<:E  +i`Dg|3'-Lߎ"'fh^5|WMq2GoiKoH8eÖMcEzMcYIC8Z2QSF9"6MC iIvJ׃#'Ý;"dVѧGٔ!G1#axJ\)1cch '7`PN2YT^"mڳVO\qv ,x:³? cbB*šhpń ┓υAa >.egׄz/^~8:e&e[owkB6=FA*#^7qQ7I#/;e(/Ln633d{Q2=&~΃,GŚm(|ǣwPdI{Tf(I?_LxVB;{D*LRG/F+XrǐVXz'iYnzMHb)k{ SoMlQpɎM(Dp # G? 4N4Ϻ2ɱయ+rMt9ʼnDKb9cz{i8d3ĤIDa|ʰjLo; ˌq1#*o?|pBO/7N |/4{dYiu{\>ƌ%S R@]ŷr##vQgsRZ/FB;c_.4Ei]$\$/4-Z%N&M{b0za, atmZLbـj fOk }4_Jkyj0m|TX T"`M"d4/L3^}:9am N@3(1R*`]i,IPi t°C~-BK ELiՆps /93KqX) )hځ(q.Z)H%IsVLiNw?%y드]]/dD$\,Ds>)(sv0kXpgR3q$Ψj8ћї Yu=sEBdHt=j떿xjq̀-[g~u n3uHU|G9I͚حXL'v;"dkwk;$g E!8ǧDgSIaiϞ?q~4 %:}BUD<@ ăt`b yH HQyfԨE Gd)Q$魄/W|7]C?|ONNX/3X߽cyAl۶EIG%RDęi[&iBH̦%EVGaZPҵ=?|x$dv`DZ3dX0 @"cYoܯL3M8P3ӒWW9b=NȒDJA75i3,RUvs6)(sI_~~#Вn0FΊLq#RP[[*P -BxgW$~3#?L8GRÈV,9k"Y6Пt{r/o}nJFI_Q7ISom};LgS3z< e!45 yF?~^=cC?"M`cH\b~Nu3AX>lC0?YYf;+xjRB0=O RulaXsi!Q!6#Կ1qsB!T;wM)P¥N/L+&)۷8BHvOSmTTo534 cREhaQ-7(<>f6Y\ӟݷβge1ܲoYV=%9l5 kFN./nOѢ4 cdShE(oKTI4}K~Yr9KXnr!Ǎ$罡C Jz<Fh% ޱ$NAVLԸ1m%}7h}h'xΑ_%]vFX?t ߯4v4 +͑R '3'V2 ?aO.IO2bhvrǿ`ߓO :+ԑwcr&xIRگ B"d4o??J8qJjrf.ʿ})4$ڡZ bܦIT5E"iwzc1GF[G92rzC)v=*M(U`1KiGNΞ3+G $wlV+{l7 F1"*%"QPX28(2lײ\ZPNrq14Xyy;8[ ֘0ȦL~~MS(CA [D$ʼb:cbn {b):$Sٜ")c<Ʋ]#淿 (ɪn]ys}N軆ʎLGƔrZ۳_m8IKF1k i8H#9NEa.Mo>{\q#ӜW Lg'Sf1!J1gzq|󏯸*'TmK yNZNafD?geoHtrFKh8fu>fc|_hB u^8B9](lJx/8C;HkF;P\J^Q-jbQշ ",':g0bb8/hi IL2Ұ~D 4h&8pb0$(]E'/Xp?rt} 2,?}պ Pһ\CSw'ו mWCFU?Gܟax8<掀buA5~؎b/0X :r!$=p{<]?ǜRc}]f3jd).}ݻ}]5CgƀAeD]n{86Ѓh_[1WH!Y^}GW'xppl2">}jfdvԵvƟkW hvJToiږx>CúC |.IF%mEzY6$Z+o= xЗ0ɝ4<;8fEh!S[[s<^!ƞN$ޗ.G_Thw4EJXw@CAl6\s!ND.Ѹ:?5G^DZ2ŗHO$CSZE }A0PL$fc߀Rl>tp>ĆӺ%d[Ikq ֦!ߣC0|.$;y ῧȟ럆R{tqz1R7{/tQ޿!aO~z5_/!/R!Mp1.%\ou L$lp ~~\{ÆrlU$m.$3"p|wO7)a)T\Ld>Xp+|C{zw!ג^9T$1MDW{Fnpgm P|{?BE$&s/տe}ˏ_~#qCKK- .:]L^\ܯ3 Ƿ7X3''ad|EE+˳ >~AÚnisO0wO oޱG9Z[N^l J.WKN'V],'I[ӗo2 N3T-UW)d:3AHsR1yA #hA2)(ÎnA)ȥ滷qCg r#$9d,CۘHE? a <섇-8pm_¯Nb" HcDHJ"S~tXBDjlc')ӲV^Yy:L۱? T95d)섺kjD{+4;Pq9s#c7;ǚPL΂bd< o,K,Q`#) \}Dq:7܈. ~ǯXo=da&t ԡ$;=)}x I#!#qFviL*A[8;w1c40!_T8wf5FqO( ~~׵0 tS)GԊPS<# 4c#G=rO҈wuUؿ \#|4vk:^/~dYZo86 NC㿇o?n},X>yq2aH` 15sځmvd&tMb:9OS:k0fd]7|?>\p@y ?"y1/>[Ќ%u,߯yɄn} K4I+\/#tjTM8P29";֦#O#6kd)§T$,94 Ee S{Ω e{u!}Zu$m1(M WH6Np6S~_bWaW?æ$aplRr>-8;6Jݻ[&ӂ0ɕPRJAĬ 9b`T l?;n6LK(Rl㐼Xd,˻vGZN`xV캎oLKwض# pu,#MxY1>ѳ ]DN0!GsU˻oYɯ>{MӂGWRm}N(+*-³R:8t"@^v2JQF)E;x$HGwa/(i%˿o3HHcW=}1LJ?Č=2ҤYRyXw\ S`,ӶO|# ;?ȈXJb0|K(0T`(aϞ[$D{Wz޻?|_{|쟢4pOpod#³Ɔ!} G MKMpTNkÚ pdkċqܱBURk/"/͸=nbz[^:5ك\yȘfX+Hח3lT/:wo9,w_ޑ?|-g,x~c$g\2ϹݮYWzKѤגaC:2nCX3;$QN K>~yBryw747$ԃVtcI`P8ƺ ,?ܦe[Ӭ ѕZ8]? (\~<^=-g<ߣmöUO>@($Cip: vL[#'Q;炀حT $<;@#S.tQ늭xjBgof" Gkأ8|Cfu;kƶMAq)Gm7(Q?;ۑ^vxIL"8E΄00#t v!w+pdA=8CkqFQQtQ~] } H8Οлqi Ae CuR$X"̶EIm{*ά:_Bp݈RR !kP1hF_\'t1Nh(ίlN{4?o9Ā_ҵBq8SZ58b9iWDEfċ+@z$-bqDtyY4y$-H cS1ͦHn8@g4CSTW,W9\|Gwv"EͦF皃"g}sx6-/^wmvfp=ѩ iY$d{ ضŵd1ev8'۫K@h$!qqMPˮ Z]p&jd%JHj{GR8)HE۴a q@T& @yx:!uz C3ZBxƣqvP,4 m]ᄠH&ϞR9ěwX6vD48 E4 {DQ gc4]ug]gSCG d0P5-yBX޻N9pmSn@Fm }tGBػk]\Z<8ݧ[\b1eU¿<ظs=Gdd lWyR vH? uqD8|0TxBC3ͨ=]pqGϞb`n}G3tӜ9ސIIS2P#xxƣS#2TZwTۊV ;Vkް[fRi64U2bSݐ9_FIGﮙ9nuearv@>YMUp0ߵ$Zvl`щb48~8NyNۢIGgK7+6Rv1U ^ݠ=N2) z!ѣ? a5 P|Yv5_vϾ@˪Ãn"/֖KL?.M]ןx$Ȳݢ1vh0-X}m͗yզT]C6;t|~`5g'g1 ]ǗoiMO:.UM/$9I!9LpT^1SWrsdiv)S (Ħ&2=k6HǒOzHZmArZ0> Hr"Vt)3no= Û7gxrz?}0KgZ([gɶLD~Tyv<ͫO lcKаޭ e6 ݊wtbN5O߽i_o`Up{]XH?޿e蘶)P ?s\9FeՊgf\9F?pww5&Z 5%+ >-yT{LTp+aMV<.7>l| kX"p!FȬJ=3g" 05->H' K֫ ` |.0I"nFl0=΢P90`=K<*K6䖣'3E_ N Ż_ܻm0A,5H;qZ9A 5臞7{^~xO.ζ'SRpZL|䌪[.o4E*8=\p'D6g=8.DRICtYz"Dd >Fr1`2s~p@|5nPpE1$IKh5qCo="SIB5t?M` }\E^XsT[ a@ѵ s.6p cIlU I*8qS7[dGE>\PLz@r# BPχe6D (=,Y\6+>~* j֡"ךڵwJ(RE9b1>{ਰN;8 7 , AX4uW xj̠zeW{Lt#I3N>{ R\̱F uoAm@2J%5m јb٬պbnۊgqF9J0;>ӻlo@Jf3IAfGp٨Ĩ-"mz]$I1Ɨ B(Ο1[iڻ 4B]KjCtpq1=va%ڃ ]+&0>5'칢M, J\\}m{鑣)Jzlׁb:!|?B ѩTAg18tiS*<7BW~%rFԁ(;t^rݶͫ75Zd!xtxNS1/J(8 EJݬ.+nӡ<Ç?0lpo$ I`:/责kL9î1c\d/l IDATL$l t輠3Mpy}Pc77Hg#ơN%{W2*7?r}}V Q9') \1,,fc'L&4wh<׆1Ol>L քg- V]OUmݵlн3枣c7|fZsyuraӄb#8-iM B0-Fھeۊ{R)3fP9L|vzo_%mUs4_}F1-iz}eQN?J9@WH&h)eƖ]_~r0\]߳OXZCӴ89]ݰ[n(SՂ$aYIcPфt4w7lC-n9,;.-('mS#F#SF:eY{hg1'i50zrr2c:=k$:;Fjͪbuϟupi~x&X5U1{ӱ\8خv,?2;ZxެvܯkGcz$#æi[V~+%w%sq4n[ŜW ի|' N%ۊ{ӑ 4qm3MzE[5aYqW=9,[ד:O-z|涢tE6)8(r Ʋ8l>~pvg ~?`$a1[ͧ^; LJ upQWMvYKrr~V)n0,j'6fUJ1J ˄HJ0+K1γnx}úh{Ki9cekUnƯvH N( 0ti]ol:!4H'L9Lxr{p`l`I]9kC3Xn@Y%!Ks&W'uXg DlZϢAsUxHc %0|.A|}{ n*)u4j]&#" '̢DI>T6K0mαUcgBޓ*EgByyFQ$5V}4A(1Aǧ >5^Qc*s\CۏKMͦ]|rx P]ݠ JKmQ֠´} Mg^p B a!~F$x {3<4 HfdYfG|}x7Wg%z(pPH\c*BbC$jo>+%5%I/r[&(' ^g%AR<8{F,91~>kt ?\;{Ȼ>>]lg a( Ata0d\Dѕ\k>63Ai+ #IZuס 3T7\7|t>f*TQۯۥt0.= Assxh 'bwv&!=$M_čf_WAԊ$/)^ }; ,7cp"C)BF֣vt2=QJ6QJw"P"0bKu?9AlMG%]>:Dҷ-…O gqۖOK|*C ׼Y"<20w>;G-Ω.7p k4C_ڍ"M v aO1&K6{D ~3@1' ڡGf ZI > C.֢E1C:p;(qik%(qI% z`p *#ytRx`rQ =f0TU;rg)a1.Is<]0@o5Te&JٶTOh@TmH{.Y06|,|zNr:Ls#j`~xbSƅ6=iU|_T5t8I45btr(V]DziX*DQW=n7W+Go1 | HLRcrJy>93Wo9zpiFn9/(m;6ujpi uMl^1i:FYƻ;p||5"9fLJ.ێqR枤񼾻Wәp> Ig9%RyFezӢ`4x<4 JItV͚S~M|ƛVKME"ۊ՗tifE woۊtOizVx&MnZvAZW_0=>$^kEg g'VkVˆtğlME3NҜ߼z7?ǿJeUggLZ%Iz'I>L5O'.<TZHIFb>a-ͮq>!|| WwkOS$񌋂%'Ev4Ic0kՎՆͪLh֮6H% hA2HWdΓ9yt§eŜ|1GXCe Z6-2 d vxtD{ ?3KIdT c??5QhIe^-QGSfs#-Ϟ?9j0xơʸjT1N]K$'c<#/ruX^oPB0. ǘ=&F= ^BR:̶~fH-)Uspq@x#L3~]E?G&Sz(ldu݇- 7 Ub4Fkv-BĩY +zԡ ιLB FhF Y``90lM'頄D P (+Yx.Fx'Գzxg2N!_*LS{O~fvgs^%mU;5߾f4jZ5E7R_ XʅXjPWPZ?3 hp.Z}=!Ib$ClA Ç ~=Dⱉ{aF(߯5E^3!8܃Zga`JD }K<2Iq*^ۈhH "D:ku)2IEXQćxb`t)oCTd9M * јiB̃k۸nA638^ 6Q0!((nx?$rm1l-^8NBds/Y3DvY|z Q\!B |.HIfu H w 4(-1 mp"4rq`C.~SqzxS*Ԁm[~ǯ-/_\8ӆP `>lo+Kq Be}ۏ'9dlpq|̬qwu÷eiΛxӘ@Ӓ% }FےG ӆT}c/K ðV7Z8EGD€'ׅ" .r u4b4pvp) INUi2km74]M9Iyz`4=`V蛊atEeViNhX#J(4-gggcp{1t;ǧ C 3 FGX*.Q" jŠs6cEgn8o(-twmgsG~pDFPIYшW *ƒ98RJDY™y+ j' 17sSb1 2IBhG&ʇbo24^Β3;p:E(Ag'A5 ðEgcZb!\%Hb2͵m`9: ~aS)E߾o>q^y8'$/hdO_nZY jrݺڎVwq_΁Jg8g02聆l>bRNGdYX<~3!)ã9dAk2٭Ȅfh xy4$&"%3YOۑ)wDK8Ibn1Cui =ɒ =Q,rqH wXh5j ?BKfhDlw=]o):G h^}d4#.ݐ6ݖr:ûO>ELng"|~zn6a_,d< ~6ggg͒ggeʇk(`8e$YzגNI;FJjo78)g)Ҕ/o.ȵfJ$={2iM0TR"ƚ] WW뛰71RwMLԿdT`_/Vp8/p}m(HIgL7|tn-!vT#( ?o݇vce;(1BjM$J'Idh .,h.bR)]@`*ڂ8!DAAIВaZ<1Ȣ}`&㒾E)0Tle >r'8=!& qP]# IG%cJ*{t$"XDP=68F*dp8Ⱥ l56]1j/ h { w4-TF{GldJs[)kH- @Fvd!Rj:[~_4ل=  ދ|00$d%KkJy_b}E 7>V[}ta*]*A"!oёA܊pw;DZ;7XۓFa]R.'&2 ^4"'A&-Yb>b;l8 Xo J!~7yegT{#tAdKO\B&%dܚO)R.Ɠ5 ۾ N-AB"@=]`wH%]sdoar4e'n n݅{Tdpزg/P d8ドZt!*s4MՅtB$i lێ,>!/r> GX]'VȈ񵸰2HP 1 T`9~ xd1(xtrȬ^O^^~b4avH`rt|7/Qy}żd7(ߓ!01SM~Ԋ^x4 >p~q@/ `X&K3?}t1Wgcm|:x~qNz85R^]4!B̋,(t`,ۛUHǁVl-fC`i$YHh&?=ﮯy삻펡6=LgY6')+XoTZ&Gc]zuYhMK2Y]_}%ןM0[n;\#%L3&y6%$Td*t놦T|1+2~ˆO=))uB:sPd\BB:2rd c?ذ=yebUuxX`Dݭ8~z_}WՖ|o.oo67ӏriny`]k"AMx|c)^|pt/%?:pik: p}2.pF}r!\lsb<{6 cw4TX3p ooA,M¡Euj>5uC"=;F!H6>FD^UxD߇g".ٓ ~֎e% pXIb)I91k>Иޭߏ0 2 )g5(T]88N #-rY i1'#nsIJlkCcYxMYۇm]8x/DyOct.Tz [F(:A- F":5X^]mX !22Ąb7P{tMZקgVC|&0,a-AKS,Hdpw}U\PDރ퇟'/6?f"SX"~&gW'?91Si&auahI#v _P>ye 4k\ /37z3YBB63.w-Y' 3Xtg=аf:LYͮ u. N4Z!;d1Uitӧy#{K\P}/ ³tv tyؕs/W"ٜfMg`,- ፷Zx!eH$MrŹUU Eֻop4%y~m +vI[h%I^~M4;F5^'3ŊjbpX?Շ>ٖHk{t/?"K 7uG#ō76*_;\TgI8E;mG9^ n Z c|A8ٶAӢCh  311y2\_,h1͒ziJ^qx:搗lVKT4L8*n>kTm۬ڳEk;N (|:jevR9Zh a|3'ӌrF^9UՈ,("e& ~5MMQ):Uz<5#f +V Fkf:8ph q-Ҕ~o$V|tȯ~OV?Ϗׯ) >pP8 F Mtl9-bM&4E æܐiEٴllC4KYv vR tp6 i6^Z4XjWLBt Mӱ|EOIbrE[~T5RXl(qDÃ1:'S>=F)O?yɦ0_`,lP%Ԑ=J滊5H[P6%U%z1Vc[g>︻٭Q,(!ڒ. LaScǟ1%LCf9w8#ˆ8X QF3l-Y!M.@)6X TS&JiοxFK^<9e4M' g^]lw/[ 2d՜> I[{!"n%n'c&U%m]9$HDHo>\PU-p$h:ii ˆ~D8b1 d C s߫>`eO4AHYW֧NNFx!e<"5 ;J+Cڃ H$?NwF1~AdViM% G|=3 |9qrl;h[vE3jӐ%=y>0#Gc{s/A?Pv- v( !8,w ϟPY"]-SVM]! rc9yCrɤ;Ml%E^׷ t$Ŵ =0Lx8`Mz4mœȇĊ݁nR1Epu/xISZǡdC1M(c9 -q/$ #@ B0#JCA VDqD4b?}ij}Ρ{dʋAFsۓXQi9z=UѐLSlq@YOZ'xwwOO&(MSyM.u?/*i}]К  Y A0Yc겠w^$cx:e{,C:Ds7*ˠl mke)ys2\0Za*t-QQ4 1E4??,ūTsvN$ :KZGch_a%,cnIA& JzƐR~vMzX# hT%϶cQM<$" v;봦"Dj!P7V=Uq Њ:?BOZ`5-mS#;?![V!0']1{E3mRBH)rљ2!18{v BjjZitz4d~0W[([8%z :AuCxBv.1R HD)ֻ Z{u_CJ-a#7@>pJBS?N'T~ɷa Wl{P!%m!%4ERJQ9yyR>> ЄaH p3$<]7OV&O1~gAOgC{=ۊ1K[D/$|sTYw%PW! SV?̯.)n3am|wK;y`xJ&3c[_:<3Fvl%'~nK M?'-ÃR <{uZ{ )l(S\%J*,I·Kt >Mљ8 mnz%փu؁*>z@A pG(m%Rz'|>OP蘝ce%} n!LCG=-l*t~ƾc@U{ƨGt*<`G _#Ъb?)_@`FIֱT eb<~BJҒ(+VCDD!eUb $41[t0L2DAH{fB_cI/i[]opnzKB'i?@C ˁGPd)qC,㟯oػ'CRԛ[mN]W$'3N8Zd>pws߼`d옅i-z9g4hvأN##:91l{P!' e3_P4-˛+1-r(e=Qq '3 AA@?ٖ?\{F_8M/_r84? GEސF@FׯQ8d'p94nSr=|ͻ|FmjdY!ˢd`wW^]*a W ̎& SYi ͜Ѯ\\/d0"tb6ec^A 1:IY#~)ꊾ dHejh$4 ESQ6jc.tecY=|:u8+HUF<ȷ[֐2"5g<0Z?u]?U;QP>^t&΄I›X#Mpfh-':Ph)T oX+/GQe,REJt1FH 043lꀻG"R'B g,aQrԱaH@ jg"&|:=C%SCmBG\S+>%f$U{xd9E9gLk<3vYAm!9=3X ke ZIXWӶZ: @h*ƛCU$9cDk"<)VgE!"IQaBݴ]<>c_RBҤt?ZqQʰ.+^ '>~wdH"wQ"DaaS4' :XKp~/" 5AAW9\gYJB9RRrz:%SVjdT~d Tph 40LB!4Ʊ{=4assRb#XC7rܻw'ࣧVCQQXlb?o_9yzJz>n*C9p<E1ۢEQӋBXOX5g MSpY=i&!~),b:,ꖅ3$Z=E1A ߾F ay0I8lv|QN;1|@^uD/bb6׷|S\`mC?Kkڦa2qHXtUPc٭6^F.{6-4{[]ے{ ]'G;Y-,1M0PEz)Pi(p$\ STx4$DG=D0p&(xY!CfCZWbƫg&.|ȶk-PQ(˘Rۜ|Gj˜={^NT98~vJH^}k.B}ͳ/ov@|u:-6gv:dno_% (lk1W;zV,9zzNJ*15NqN`? BFMŠcI슒HD(!z̹!\,p{GS-(Z-EW/[ġgCFbhY;Og Hz)uCB*A`OlT@Koְɔ4 YvE?9?L|W Jb&TUZG*YqXP?\^KB0%'#L׷+TDq-7sABa %M#QPYrr{H? =͙ eIDAՂϞQٖ?s1qh%mmgIENDB`gourmand-1.2.0/docs/releasing.md000066400000000000000000000017001510115424500165450ustar00rootroot00000000000000# Release Tests This lists manual tests to do prior to tagging a new release. ## Shopping List Generation - [ ] From index view - [ ] From card view - [ ] With multiplication - [ ] With optional ingredients - [ ] With saved optional ingredients ## Index View Searching - [ ] Limited Searching ## Imports - [ ] Webpage - [ ] Mealmaster - [ ] Mastercook - [ ] Gourmet - [ ] Text from file - [ ] Text from drag on treeview - [ ] Text from paste on treeview ## Exports - [ ] Several Recipes - [ ] HTML - [ ] Gourmet - [ ] PDF - [ ] Print - [ ] Text: copy from treeview - [ ] Text: drag from treeview ## Customization - [ ] Customize columns in Index View - [ ] Hide recipe widgets ## Plugins - [ ] Enable/Disable plugins ## Recipe Card View - [ ] Export from this view - [ ] Multiply - [ ] Modify image ## Upgrade - [ ] Test upgrade from previous stable version ## Installation and Launch - [ ] From wheel - [ ] From Flatpak - [ ] From AppImage gourmand-1.2.0/po/000077500000000000000000000000001510115424500137425ustar00rootroot00000000000000gourmand-1.2.0/po/POTFILES.in000066400000000000000000000142411510115424500155210ustar00rootroot00000000000000[type: gettext/glade]src/gourmand/ui/app.ui [type: gettext/glade]src/gourmand/ui/batchEditor.ui [type: gettext/glade]src/gourmand/ui/databaseChooser.ui [type: gettext/glade]src/gourmand/ui/preferenceDialog.ui [type: gettext/glade]src/gourmand/ui/recCardDescriptionEditor.ui [type: gettext/glade]src/gourmand/ui/recCardDisplay.ui [type: gettext/glade]src/gourmand/ui/recCardIngredientsEditor.ui [type: gettext/glade]src/gourmand/ui/recipe_index.ui [type: gettext/glade]src/gourmand/ui/shopCatEditor.ui [type: gettext/glade]src/gourmand/ui/timerDialog.ui [type: gettext/glade]src/gourmand/ui/valueEditor.ui [type: gettext/glade]src/gourmand/ui/nutritionDruid.ui src/gourmand/__version__.py src/gourmand/backends/DatabaseChooser.py src/gourmand/backends/db.py src/gourmand/shopgui.py src/gourmand/reccard.py src/gourmand/timer.py src/gourmand/plugin_gui.py src/gourmand/gglobals.py src/gourmand/gtk_extras/validation.py src/gourmand/gtk_extras/ratingWidget.py src/gourmand/gtk_extras/dialog_extras.py src/gourmand/shopping.py src/gourmand/check_encodings.py src/gourmand/main.py src/gourmand/plugins/key_editor/keyEditorPlugin.py src/gourmand/plugins/key_editor/keyEditor.py src/gourmand/plugins/key_editor/recipeEditorPlugin.py [type: gettext/glade]src/gourmand/plugins/key_editor/keyeditor.ui src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py src/gourmand/plugins/unit_display_prefs/__init__.py src/gourmand/plugins/browse_recipes/browser.py src/gourmand/plugins/duplicate_finder/recipeMerger.py src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py [type: gettext/glade]src/gourmand/plugins/duplicate_finder/recipeMerger.ui src/gourmand/plugins/field_editor/fieldEditor.py src/gourmand/plugins/field_editor/__init__.py src/gourmand/plugins/email_plugin/emailer_plugin.py src/gourmand/plugins/email_plugin/recipe_emailer.py src/gourmand/plugins/unit_converter/convertGui.py src/gourmand/plugins/unit_converter/__init__.py [type: gettext/glade]src/gourmand/plugins/unit_converter/converter.ui src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py src/gourmand/plugins/import_export/html_plugin/html_exporter.py src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py src/gourmand/plugins/listsaver/shoppingSaverPlugin.py src/gourmand/plugins/nutritional_information/export_plugin.py src/gourmand/plugins/nutritional_information/nutritionDruid.py src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py src/gourmand/plugins/nutritional_information/reccard_plugin.py src/gourmand/plugins/nutritional_information/nutritionModel.py src/gourmand/plugins/nutritional_information/nutritionDisplay.py src/gourmand/plugins/nutritional_information/nutritionLabel.py src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py src/gourmand/plugins/nutritional_information/databaseGrabber.py src/gourmand/plugins/nutritional_information/main_plugin.py src/gourmand/plugins/nutritional_information/parser_data.py src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py src/gourmand/plugins/nutritional_information/shopping_plugin.py [type: gettext/glade]src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui src/gourmand/exporters/exporter.py src/gourmand/exporters/recipe_emailer.py src/gourmand/exporters/exportManager.py src/gourmand/exporters/printer.py src/gourmand/exporters/rtf_exporter.py src/gourmand/recipeIdentifier.py src/gourmand/importers/generic_recipe_parser.py src/gourmand/importers/importManager.py src/gourmand/importers/plaintext_importer.py src/gourmand/importers/importer.py src/gourmand/importers/interactive_importer.py src/gourmand/recindex.py src/gourmand/threadManager.py src/gourmand/convert.py [type: gettext/ini]data/plugins/browse_plugin.gourmet-plugin.in [type: gettext/ini]data/plugins/duplicate_finder.gourmet-plugin.in [type: gettext/ini]data/plugins/field_editor.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/epub.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/gxml.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/krecipe_plugin.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/mastercook_plugin.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/mealmaster.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/pdf.gourmet-plugin.in [type: gettext/ini]data/plugins/import_export/plaintext.gourmet-plugin.in [type: gettext/ini]data/plugins/key_editor.gourmet-plugin.in [type: gettext/ini]data/plugins/listsaver.gourmet-plugin.in [type: gettext/ini]data/plugins/nutritional_information.gourmet-plugin.in [type: gettext/ini]data/plugins/shopping_associations.gourmet-plugin.in [type: gettext/ini]data/plugins/spellcheck.gourmet-plugin.in [type: gettext/ini]data/plugins/unit_converter.gourmet-plugin.in [type: gettext/ini]data/plugins/unit_display_prefs.gourmet-plugin.in [type: gettext/ini]data/plugins/utf16.gourmet-plugin.in gourmand-1.2.0/po/af.po000066400000000000000000003521131510115424500146750ustar00rootroot00000000000000# Afrikaans translation for grecipe-manager # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2008. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2014-05-08 12:18+0000\n" "Last-Translator: Chris Hand \n" "Language-Team: Afrikaans \n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Resep Indeks" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nuwe Resep" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Voeg by _Inkopieslys" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "_Besigtig Resep" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Soek vir:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Soek vir resepte soos u tik" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_in" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Soek deur middel van ander kriteria binne die huidige soek resultate." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Voeg Soek Kriteria" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Beperk Soektog tot:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Soektog Resultate" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Stel Velde vir Geselekteerde Resepte" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Stel Resep Velde vir " "geselekteerde resepte" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Voeg Beeld By" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Verwyder Beeld:" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Bron" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Gradering:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Kook Kultuur" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategorie:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Voorbereidingstyd:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Gaarmaak Tyd:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Webblad:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Beeld:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Oplewering:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Opleweringseenheid" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "_Stel alle waardes vir geselkteerde resepte" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (by verstek gestoor in 'n lokale lêer)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (gestoor in 'n lokalelêer)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (benodig koppeling aan 'n databasis)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Kies Databasis" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Kies Databasis Stelsel vir Gourmet om te Gebruik" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Databasis Stelsel" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "Bediener:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Gebruikersnaam:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Wagwoord:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Wagwoord vir u gebruikersnaam op die databasis." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "_Databasis Naam:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Lêer" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Bedienernaam van die stelsel waar die databasis bedryf word. Indien u " "databasisbediener op die lokalestelsel bedryf word, gebruik die " "lokalebediener." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "lokalebediener" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Stoor die wagwoord vir volgende keer. Dit beteken dat die wagwoord onveilig " "in u konfigurasielêer gestoor sal word." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Stoor Wagwoord" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Naam van die databasis waar Gourmet sy informasie behoort te stoor. Gourmet " "sal probeer om hierdie databasis te skep indien dit nie alreeds bestaan nie." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "resep" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "U gebruikersnaam op die databasis." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Blaai" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Besonderhede" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Resep Bestuurder Voorkeure" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Indeks Aansig Voorkeure" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "_Wys Keuses" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Resepte per bladsy:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Konfigureer watter kolomme ingesluit moet word in die resep indeks aansig." "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Indeks Aansig" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Kaart Aansig Voorkeure" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "_Laat eenhede verander wanneer daar gemenigvuldig word" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Gebruik breuke" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Waar moontlik gebruik breuke vir vertoon" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Verwyder items van die Resepkaartkoppelvlak wat u nie gebruik nie ." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kaart Aansig" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Inkopieslys Voorkeure" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Wat moet Gourmet met Opsionele Bestandele doen wanneer resepte tot die " "inkopieslys bygevoeg word?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Vra of opsionele bestandele bygevoeg moet word" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Onthou gebruikerskeuses by verstek" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Vee opsionel bestandele wat onthou is uit" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Voeg opsionele bestandele altyd by" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Voeg opsionele bestandele nooit by nie" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Inkopieslys" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "porsies" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Titel:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "_Voorbereidingstyd:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategorie" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "gradering" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Oplewering" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Opleweringseenheid" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Aankoop" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Redigeer_beskrywing" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Gaarmaaktyd:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Voorbereidingstyd:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Kook Kultuur" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategorie:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Webblad:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "Oplewerings:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Link" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Bron:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Gradering:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Vermenigvuldig met:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Aanwysings" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Redigeer_instruksies" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notas" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Redigeer_notas" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Resep" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Bestandele" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Redigeer_bestandele" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Voeg_bestandeel_by:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Bestandele" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Voeg resep by inkopieslys" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "_Voeg by inkopieslys" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Gaan na resep in Resep Kaart Aansig" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Verwyder geslekteerde resep" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Verwyder resep" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Redigeer eienskappe van geslekteerde resep" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "_Grootmaatredigering van resepte" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Maak geselekteerde resep oop" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Maak resep oop" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Druk geslekteerde resep" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Druk resep" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Moet nooit hierdie item koop nie. Indien dit in 'n resep benodig word, sal " "dit in 'n \"spens\" afdeling van die lys wys om u te herinner dat u dit wel " "nodig het, maar dit sal nie ingesluit word sodra u die lys stoor of druk " "nie, tensy u aanwys dit moet gekoop word." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "_Voeg by Spens" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "_Wys Keuses" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "_Soek in" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Gebruik algemene uitdrukkings (gevorderde soektog)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "_Soek soos u tik" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Soek Opsies" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategorie" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Sleutel" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Kategorie Redigerder" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Soek deur middel van" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Soek soos u tik" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Gebruik gewone uitdrukkings" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Gevorderde Soek" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Voeg Kategorie by: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Tydsaanwyser" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Tydsaanwyser" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Tydsaanwyser Klaar!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Tydsaanwyser sal aanhou aanwys totdat hierdie dialoog toegemaak is of die " "tydsaanwyser herstel is." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "_Stel Tydsaanwyser " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Herstel" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Begin" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Klank" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Nota" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Herhaal alarm totdat ek dit afskakel" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Instellings" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Redigeer velde regdeur databasis" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "_Veld om te Redigeer:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Vir elke geselekteerde waarde:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "_Los waarde soos dit is" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" "Nuwe waarde sal aan die einde van enige huidige teks bygevoeg word" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Nuwe waarde sal enige huidige waardes vervang" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Veld:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Waarde:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "_Verander ander veld:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "_Verander waarde tot: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Verwyder waarde" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Hoeveelheid:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Eenheid:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Resep Bestuurder" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Kies Databasis Lêer" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nuwe Resep" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "_Databasis Naam:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Besonderhede" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "'n Rugsteun is gemaak in %s in geval iets verkeerds loop. Sou hierdie " "opgradering nie werk nie, kan u die rugsteun lêer na resepte.db hernoem om " "dit met 'n ouer weergawe van Gourmet te gebruik." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Redigeer" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Hulp" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Gaan na" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Voeg by _Inkopieslys" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Beskrywing" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruksies" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notas" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Resepte" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Byvoegings" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Byvoegings verskaf addisionele funknaliteit aan Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Byvoeging word benodig vir ander byvoegings. Maak byvoeging onaktief in elk " "geval?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Die volgende byvoegings benodig %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Deaktiveer in elk geval?" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Hou byvoeging aktief" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "of" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "'n Fout het onstaan met die aktivering van die byvoeging." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "'n Fout het onstaan met die deaktivering van die byvoeging." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Gradering" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Bron" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Webblad" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Voorbereidingstyd" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Gaarmaaktyd" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Aanpassings" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Ongeldige inset." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Nie 'n nommer nie." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pouse" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Moenie weer vra nie." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Wil u dit rêrig doen?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "uitstekend" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "wonderlik" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "goed" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "nie te sleg nie" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "swak" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Skakel graderings om na 'n 5 ster skaal toe" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Skakel graderings om." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Gee asseblief elkeen van die graderings 'n gelykmatige gradering op 'n skaal " "van 1 to 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Huidige Gradering" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Gradering uit 5 Sterre" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "_Kies Lêersoort" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "Ek is jammer, ek verstaan nie die hoeveelheid \"%s\" nie." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Hoeveelhede moet nommers (breuke of desimale), groepe nommers of skoon wees." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Die \"hoeveelheid\" moet in die \"eenheid\" veld wees op sy eie.\n" "Byvoorbeeld, indien u een en 'n half koppies wil insit,\n" "kan die hoeveelheid veld \"1.5\" of \"1 1/2\" wees. \"koppies\" moet\n" "in die aparte \"eenheid\" veld wees.\n" "\n" "Om 'n reeks nommers te gebruik, gebruik 'n \"-\" om hulle te skei.\n" "Byvoorbeeld, u kon 2-4 of 1 1/2-3 1/2 gebruik.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Gebruikersnaam:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Wagwoord:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Die volgende byvoegings benodig %s:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Kies enkodering" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Ons kan nie die korrekte enkodering bepaal nie. Kies asseblief die korrekte " "enkodering van die volgende lys af." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "_Sien lêer met enkodering" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Invoer tydelik gestaak" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Beïndig invoer" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Resep Indeks" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Inkopieslys" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Chris Hand https://launchpad.net/~chris-hand\n" " Marius Loots https://launchpad.net/~mloots" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Gestoor!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Stoor u regie by %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "'n Invoer is aan die gang." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "'n Uitvoer is aan die gang." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "'n Verwydering is aan die gang." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Verlaat program in elk geval?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Moenie verlaat nie!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s Van %s resepte permanent verwyder" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Asblik" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Blaai, permanent verwyder of herwin verwyderde resepte" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Herwinde resepte " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Hoeveelheid van %(unit)s vir %(title)s om aan te koop" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Vermegigvuldig %s met:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Stel %(attributes)s vir %(num)s geselekteerde resep?" msgstr[1] "Stel %(attributes)s vir %(num)s geselekteerde resepte?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Enige vorige bestaande waardes sal nie verander word nie." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Die nuwe waardes sal enige vorige waardes oorskryf." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Hierdie verandering kan nie herstel word nie." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Stel waardes vir geselekteerde resepte" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Soek resepte" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Maak resep oop" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Maak geselekteerde resep oop" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Verwyder resep" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Verwyder geselekteerde resepte" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Redigeer resep" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Maak geselekteerde resepte in resepredigeerder aansig oop" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "_Voer geselekteerde resepte uit" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Voer geselekteerde resepte uit na lêer" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Druk" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "resepte" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Redigeer resepte op grootmaat" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nuut" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Voer Resep In" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Voer resep in van lêer" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "Verwyder resep" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "_Voer alle resepte uit" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Voer alle resepte uit na lêer" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Beëindig" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Aksies" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Asblik" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Voorkeure" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Aanvulprogramme" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Bestuur aanvulprogramme wat bykomende funksionaliteit gee aan Gourmet." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "_Stellings" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Aangaande" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Gereedskap" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Tydsaanwyser" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Wys tydsaanwyser" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Opsoekbare indeks van resepte in die databasis" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Verwyder %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "U het ongestoorde veranderings aan %s. Is u seker u wil dit verwyder?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Verwyder" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Ongetiteld" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Verwyder resepte permanent?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Verwyder resep permanent?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Is u seker u wil die resep %s verwyder?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Is u seker u die volgende resepte wil verwyder?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Is u seker u wil die %s geselekteerde resepte verwyder?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Sien resepte" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Verwyder Resepte" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Resep Indeks" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Resep %s verwyder" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Klaar!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Besig om in te voer..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Sterre" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s gelede" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Outo-Saamvoeg resepte" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Gebruik altyd die nuutste resep" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Gebruik altyd die oudtse resep" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Geen" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Sommige van die ingevoerde resepte blyk om duplikate te wees. U kan hulle " "hier saamvoeg, of hierdie dialoog los om hulle onverander te laat." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Vind_duplikaat resepte" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Vind en verwyder duplikaat resepte" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Resepte met dieselfde resep informasie" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Resepte met dieselfde bestandele" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Resepte met dieselfde resep informarsie en bestandele" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Sluit resepte in asblik in" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Wys:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Voeg_alle duplikate saam" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Voeg resepte saam" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Outo-saamvoeg" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Vir elke geselekteerde warde" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Waar %(field)s %(value)s is" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Verandering sal %s resep affekteer" msgstr[1] "Verandering sal %s resepte affekteer" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Verwyder %s waar dit %s is?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Verander %s van %s tot %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr " Hierdie verandering is onomkeerbaar." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Veld Redigeerder" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Redigeer velde oor veelvuldige resepte op 'n slag" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "E-Pos resepte" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "E-Pos alle geselekteerde resepte (of alle respte indien geen resepte " "geselkteer is nie)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Wil u rêrig alle %s geselekteerde resepte E-Pos?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ja, E-Pos hulle" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Kan nie %s na %s omskakel nie" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Benodig digtheidsinformasie" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Eenheidsverwerker" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Van" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "_Item:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Digtheid:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Digtheids_Informasie" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Tot" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Uitslag:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML Webblad" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Voer Webblad Uit" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Voer resepte uit na HTML lêers in omslag %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Resep gestoor as HTML lêer %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Oorspronklike Bladsy vanaf %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "Opsioneel" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Voer Webblad Uit" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Voer resepte uit na HTML lêers in omslag %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Resep gestoor as HTML lêer %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML Lêer" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML Uitvoer" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Voer resepte uit na Gourmet XML lêer %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Resep gestoor in Gourmet XML lêer %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML Lêer (Verouderd)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML Lêer" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porsie" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Lêer" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "HTML Uitvoer" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Voer resepte uit na Gourmet XML lêer %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Resep gestoor in Gourmet XML lêer %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Gereedskap" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "sterre" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "%(number)s van %(total)s resepte uitgevoer" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Uitvoer klaar." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" "Sluit Resep in Hoofteks van E-Pos in ('n Goeie idee maak nie saak wat nie)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "E-Pos Resep as HTML Aanhangsel" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "E-Pos Resep as PDF Aanhangsel" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-Pos Keuses" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Moenie vra voor u E-Pos stuur nie." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-Pos nie suksesvol gestuur nie" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "U het versuim om die resep in die hoofteks van die boodskap of as 'n " "aanhangsel in te sluit" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Stoor resep as..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gormet kan nie tipe lêer \"%s\" uitvoer nie" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Voer resepte uit" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "resepte" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Kan nie uitvoer nie: onbekende lêer tipe \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Veseker u kies 'n lêer tipe van die aftrek spyskaart wanneer u stoor." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Voer uit" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Druk %s resep" msgstr[1] "Druk %s resepte" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "Porsie" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Maak resep oop..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Voorsien webblad addres" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Aanpassings" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Vorsien die addres van 'n webblad of resep argief." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Voer In" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alle invoerbare lêers" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "%s Resepte ingevoer." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porsie" msgstr[1] "porsies" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s van %s resepte ingevoer." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "Dis reg" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porsies" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Bestandeel Sub-Groep" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Versteek" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Teks" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Aksies" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Voer resep in" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Maak_Tags Skoon" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Voer Resep In" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "KRecipe invoer" msgstr[1] "KRecipe invoer" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekond" msgstr[1] "sekondes" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuut" msgstr[1] "minute" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "ure" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "uur" msgstr[1] "ure" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dag" msgstr[1] "dae" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "week" msgstr[1] "weke" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "maand" msgstr[1] "maande" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "jaar" msgstr[1] "jare" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " en " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "en" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "tot" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Blaai deur Resepte" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Resepte word gekies deur om te blaai by kategorie, tipe, ens." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Hoof" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Vind duplikaat resepte" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" "'n Towenaar om duplikaat of saamgevoegde resepte te vind en te verwyder." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Voer uit" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Skep resep webblad vanuit resepte." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Invoerder/Uitvoerder" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML Invoer en Uitvoer" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Voer resepte in- en uit- as Gourmet XML lêers, geskik for rugsteun of " "uitruil met ander Gourmet gebruikers." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe invoer" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Voer lêers in van die KRecipe program." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmet XML Invoer en Uitvoer" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Voer resepte in- en uit- as Gourmet XML lêers, geskik for rugsteun of " "uitruil met ander Gourmet gebruikers." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "E-mail selected recipe" #~ msgstr "E-Pos gelekteerde resep" #~ msgid "_E-Mail recipe" #~ msgstr "_E-Pos resep" #~ msgid "Upgrading database" #~ msgstr "Besig on databasis op te gradeer" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Afhangend van die groote van u databasis, kan hierdie 'n intensiewe " #~ "proses wees en mag dalk 'n bietjie tyd neem. U data is outomaties " #~ "gerugsteun in geval iets verkeerds loop. Gaan drink solank 'n koppie " #~ "koffie." #~ msgid "No file selected" #~ msgstr "Geen lêer geselekteer nie" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Geen lêer was geselekteer nie, dus is die aksie gekanseleer" #~ msgid "_Import file" #~ msgstr "_Voer lêer in" #~ msgid "Import _webpage" #~ msgstr "_Voer webblad in" #~ msgid "Import recipe from webpage" #~ msgstr "Voer resep in vanaf webblad" #~ msgid "Open _Trash" #~ msgstr "_Maak Asblik Oop" #~ msgid "Archive (zip, tarball)" #~ msgstr "Argief (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Laai zip argief" #~ msgid "Unzipping zip archive" #~ msgstr "Ontsluit van zip argief" #, python-format #~ msgid "Downloading %s" #~ msgstr "Laai %s af" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Haal %s" #~ msgid "Retrieving file" #~ msgstr "Haal lêer" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Voorsien die URL van 'n resep argief of resep webblad" #~ msgid "Enter URL:" #~ msgstr "Voorsien URL:" #~ msgid "Unable to import URL" #~ msgstr "Ons kan nie die URL invoer nie" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet het nie bykomstighede wat die URL kan laat invoer nie" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Ons kan nie die URL %(url)s of mimetype %(type)s invoer nie. Lêer is " #~ "tydelik by %(fn)s gestoor" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Ons herken nie hierdie webblad nie. ONs gebruik 'n generiese invoerder..." #~ msgid "Import complete." #~ msgstr "Invoer klaar." #~ msgid "Importing recipe" #~ msgstr "Voer resep in" #~ msgid "Processing ingredients" #~ msgstr "Verwerk bestandele" #~ msgid "Processing ingredients." #~ msgstr "Verwerk bestandele." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML Lêer" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Resep Bestuurder" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organiseer resepte, stel inkopieslyste op, bepaal voedingswaardes, en " #~ "meer." #~ msgid "Send to Email" #~ msgstr "Stuur na E-Pos" #~ msgid "Email recipes from Gourmet" #~ msgstr "E-Pos resepte vanuit Gourmet" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Zip, Gzip, en Tarball ondersteuning" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Voer resepte vanaf zip en tar argiewe in" #~ msgid "HTML Export" #~ msgstr "HTML Uitvoer" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Skep resep webblad vanuit resepte." #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "\"Kies teks van die oorspronklike resep and kategoriseer dit deur " #~ "middel van etiketering van watter deel van die resep dit afkomstig is. " #~ "(Kies vanuit die resep elemente op die regtekant)." #~ msgid "_Label" #~ msgstr "_Etiket" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Begin nuwe resep (gebruik hierdie indien die lêer wat u invoer meer as " #~ "een resep het)" #~ msgid "Select recipe image" #~ msgstr "Kies resep beeld" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Kies beeld vir resep \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Onder is al die beelde vir die bladsy wat u wil invoer. Kies enige beelde " #~ "van die resep, of moet niks kies indien u geen van die beelde wil hê nie." #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Resep Betsuurder begin..." #~ msgid "Starting gourmet..." #~ msgstr "Gormet Begin..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "U het so pas %s resep na die asbllik geskyf. U kan hierdie resep enige " #~ "tyd herwin or permanent verwyder deur om op 'Gereedskap->Maak Asblik Oop' " #~ "te kliek." #~ msgstr[1] "" #~ "U het so pas %s resepte na die asbllik geskyf. U kan hierdie resepte " #~ "enige tyd herwin or permanent verwyder deur om op 'Gereedskap->Maak " #~ "Asblik Oop' te kliek." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Oops, dis 'n verleentheid. Iets het verkeerd gegaan met die druk van u " #~ "resep." #~ msgid "Unable to open URL" #~ msgstr "Ons kan nie die URL oopmaak nie" #~ msgid "Unable to launch mail reader." #~ msgstr "Ons kan nie die E-Posleser oopmaak nie" #~ msgid "Unable to open website." #~ msgstr "Ons kan nie die webblad oopmaak nie." #~ msgid "Unable to open file." #~ msgstr "Ons kan nie die bladsy oopmaak nie." #~ msgid "There was an error launching the url: %s" #~ msgstr "Daar was 'n fout met die oopmaak van die url:%s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Tyd moet begin met 'n nommer of 'n breuk gevolg deur 'n eenheid (minutes, " #~ "ure, ens)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Tyd moet in ure, minute, sekondes, ens aangewys word." #~ msgid "_Servings" #~ msgstr "_Porsies" #~ msgid "A file named %s already exists." #~ msgstr "'n Lêer met die naam %s bestaan reeds." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Wil u dit vervang met die een wat u stoor?" #~ msgid "Importing old recipe data" #~ msgstr "Ou resep data word ingevoer" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Resep data van 'n vorige weergawe van Gourmet word in 'n nuwe databasis " #~ "ingevoer" #~ msgid "Export succeeded" #~ msgstr "Uitvoer suksesvol" #~ msgid "webpage" #~ msgstr "webblad" #~ msgid "Exported %s to %s" #~ msgstr "%s tot %s uitgevoer" #~ msgid "%s stopped." #~ msgstr "%s gestaak." #~ msgid "%s was interrupted by user request." #~ msgstr "%s is onderbreek op versoek van gebruiker." #~ msgid "%s interrupted" #~ msgstr "%s onderbreek" #~ msgid "There was an error during %s." #~ msgstr "Daar was 'n fout tydens %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Besig om resepte te verwyder van databasis... (%s van %s verwyder)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "%s resep verwyder" #~ msgstr[1] "%s resepte verwyder" #~ msgid "Export complete!" #~ msgstr "Uitvoer klaar!" #~ msgid "Recipe exported to %s" #~ msgstr "Resep uitgevoer na %s" #~ msgid "Database format has changed" #~ msgstr "Databasisformaat het verander" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s het die formaat van sy databasis verander. u " #~ "databasis sal nie langer met ouer weergawes van %(progname)s werk nie. 'n " #~ "Rugsteun is in %(backupfile)s gestoor" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Net in geval enigeiets verkeerd loop, 'n rugsteun afskrif van u resep " #~ "databasis word uitgevoer na %s" #~ msgid "Transferring data to new database format" #~ msgstr "Plaas data na 'n nuwe databasisformaat oor" gourmand-1.2.0/po/ar.po000066400000000000000000004160031510115424500147100ustar00rootroot00000000000000# Arabic translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-07-08 18:15+0000\n" "Last-Translator: Ibrahim Saed \n" "Language-Team: Arabic \n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= " "3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "و_صفة جديدة" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "أضف إلى قائمة _المشتريات" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "ا_بحث عن:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_في" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "الحد من البحث إلى:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_نتائج البحث" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "ال_تقييم:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "الصورة:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "وحدات المحصول" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_ملف" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "وصفة" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_تفاصيل" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "مدير الوصفات قورمية" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "عرض المؤَقّت" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "قائمة المشتريات" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "العنوان" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "تصنيف" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "المحصول" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "وحدات المحصول" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "وصفة" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "المقادير" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "ا_حذف الوصفة" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "افتح الوصفة المحددة" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "اختر وصفة" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "الفئة" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "مفتاح" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "البحث فيما انت تكتب" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "مؤقت" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "وحدة" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "معلومات القيمة الغذائية" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "مدير الوصفات قورمية" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "مدير الوصفات قورمية هو برنامج لتخزين و تنسيق و بحث عن وصفات الطعام. ايضا " "يقوم قورمية بانشأ قائمة للمشتريات مستنبطة من الوصفات. يقوم قورمية باستيراد " "من مصادر عدة من ضمنها MealMaster ميل ماستر و MasterCook ماستر كوك و عدة " "مواقع علي الانترنت مشهورة. ايضا يستطيع قورمية تصدير الوصفات للصيغ التالية " "text نصي, و الي ملفات MealMaster ميل ماستر, و كصفحة انترنت HTML, و كملف XML " "مخصص للتبادل مع مستخدمين قورمية اخرين. يدعم قورمية ربط الصور بالوصفة, يستطيع " "قورمية ايضا حساب معلومات القيمة الغذائية حسب المقادير." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "اختر ملف قواعد البينات" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "وصفة جديدة" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "تفاصيل" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "لقد تم حفظ نسخة احتياطية من معلوماتك في %s في حالة حدوث خطاء ما. اذا تعثرت " "الترقية, تستطيع يدويا تغير اسم ملف النسخة الاحتياطية الي recipes.db لكي " "تستطيع استخدامها مع نسخة قورمية الاقدم" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "غير _الفئة" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "انشئ فئة جديدة" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "غير الفئة للعنصر المختار" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "مخزن" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "انتقل الي _قائمة المشتريات" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr " لا" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "انقل الي _المخزن" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr " ي" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "ازل من قائمة المشتريات" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "انقل العنصر المختار الي %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "قائمة المشتريات" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "بالفعل موجود (عناصر _المخزن)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "ادخل الفئة" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "تضاف الفئة %s الي" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "الفئة:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_وصفات" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_اضف عنصر" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "ازل الوصفات" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "ازل الوصفات من قائمة المشتريات" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_تحرير" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_مساعدة" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "اضف عناصر" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "اضف عناصر اعتباطية الي قائمة المشتريات" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "ء" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "لم يتيم تحديد اي وصفة. هل تريد ازالة جميع مافي القائمة" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "احفظ قائمة المشتريات بأسم" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "حدد المقادير الاختيارية" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "الرجاء حدد اي من المقادير الاختيارية التالية تريد ان تضيف الي قائمة " "المشتريات" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_وصفة" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_اذهب" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "صدر الوصفة" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "صدر الوصفة المحددة (احفض في ملف)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_امسح الوصفة" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "امسح هذة الوصفة" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "عدل الوحدات عند المضاعفة" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "غير الوحدات حسب الحاجة عن المضاعفة" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "اطبع الوصفة" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "أضف إلى قائمة _المشتريات" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "انسى المقادير الالختيارة الموجودة في الذاكرة" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "قبل الاضافة الي قائمة المشتريات, اسأل عن المقادير الاختيارية, حتي أولأك " "الذين طلبت ان اتذكرهم" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "صدر الوصفة" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "يوجد تغيرات لم تحفظ" #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "هل يوجد تغيرات قبل الطباعة" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "هل يوجد تغيرات قبل الطباعة" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(اختياري)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "تعثر ايجاد الوصفة %s في قواعد البينات" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "حرر الوصفة :" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "احفظ التعديلات الي قواعد البينات" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "اعرض بطاقة الوصفة" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "حرّر" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "احفظ التغيرات الي %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "اضف مقدار" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "اضف مجموعة" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "اضف _وصفة" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "اضف وصفة اخري كمقدار لهذة الوصفة" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "احذف" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "رفع" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "أسفل" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "الوصف" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "التعليمات" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "ملاحظات" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "الكمية" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "وحدة" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "عنصر" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "إختياري" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "الوصفة %s (ID %s) غير موجودة في قواعد البينات." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "تم تحويل: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "لم يتم تحويل: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "غير الوحدة" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "لقد غيرت الوحدة لي %(item)s من %(old)s الي %(new)s. هل ترغب بتحويل الكمية " "ايضا؟" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "تم تحويل %(old_amt)s %(old_unit)s الي %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "فشل التحويل من %(old_unit)s الي %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "اضافة مجموعة للمقادير" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "ادخل الاسم لمجموعة متفرعة جيدية من القادير" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "ايم المجموعة :" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "اختر وصفة" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "الوصفة لاتستطيع ان تدعو نفسها كمقدار" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "التكرار الي مالانهاية غير مسموح بة في الوصفات" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "لم تختار اي وصفة" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "كم من %(title)s تحتاج في وصفتك؟" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "وصفات" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "صوت رنين" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "صوت الانذار" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "صوت الخطاء" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "اوقف المؤقت ؟" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "اوقف _المؤقت" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_استمر باستخدام المؤقت" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "إضافات" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "ادر الاضافات و التي تزيد من وظائف قورمية" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "لابد من توفر الاضافة التي تحتاجها الاضافات الخري. عطل الاضافات علي اي حال" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "الاضافات التالية تحتاج %s :" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "عطل علي اي حال" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "ابقي الاضافات فعالة" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "أو" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "حذث خطأ اثناء تفعيل الاضافة" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "حذث خطأ اثناء تعطيل الاضافة" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "المطبخ" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "تقييم" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "المصدر" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "موقع على الإنترنت" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "مدة الاعداد" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "مدة الطبخ" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "التعديلات" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "إدخال غير صحيح" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "ليس رقم" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_إيقاف مؤقت" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_توقّف" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "لا تسألني عن هذا مرة اخرى" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "هل تود فعلا القيام بهاذا" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "ممتاز" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "عظيم" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "جيد" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "مقبول" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "رديء" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "حول التقيم الي مقياس الخمس نجوم" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "حول التقيم" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "الرجاء منح كل تقيم ما يعادلها على المقياس من 1 إلى 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "التقيم الحالي" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "التقيم من حمس نجوم" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "حدد _نوع الملف" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "عذرا لم افهم\n" "الكمية \"%s\"" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "الكميات لابد ان تكون رقمية (كسر او عشرى) او تسلسل اعداد, او فارغ" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "\"الوحدة يجب ان تكون في خانة \"الوحدة\" بحد ذاته\n" "مثلا, اذا اردت ان تدخل مقدار كوب و نصف\n" "حقل القيمة لابد ان يحتوي علي \"1.5\" كوب او \"1 1/2\" كوب\n" "لابد ان تدخل في حقل مستقل\n" "\n" "لكي تدخل مجموعة من القيم لابد ان تفصل كل قيمة عن الاخرى بالمز \"-\"\n" "مثلا, تستطيع ادخال 2-4 او 1 1/2 - 3 1/2\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "طحين (دقيق) متعدد الاستعمال" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "سكر" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "ملح" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "فلف اسود, مطحون" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "ثلج" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "ماء" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "زيت خضار" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "زيت زيتون" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "مجهول" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "الوصفة تطلب نفسها كمقدار" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "سوف يتم تجاهل وصفة %s" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "قائمة المشتريات لي %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "خاص بالوصفات التالية" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " ء%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "خاص بالوصفات التالية" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "حدد الترميز" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "لم استطيع تحديد الترميز الملائم, الرجاء تحديد الترميز من القائمة التالية" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "اعرض الملف مع الترميز" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "علق الاستيراد" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "اوقف الاستيراد" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_فهرسة الوصفات" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_قائمة المشتريات" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Ahmed M. AbouZaid https://launchpad.net/~skeleton-eel\n" " Ibrahim Saed https://launchpad.net/~ibraheem5000\n" " Khaled Hosny https://launchpad.net/~khaledhosny\n" " Mohammad Saleh https://launchpad.net/~maoaf\n" " Muhammad Negm https://launchpad.net/~ravingeek\n" " zeyad alhendi https://launchpad.net/~all4tux\n" " صقر بن عبدالله https://launchpad.net/~agari" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "حفظ" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "حفظ التعديلات في %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "استيراد قيد التنفيذ" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "تصدير قيد التنفيذ" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "الإلغاء قيد التنفيذ" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "اخرج من البرنامج علي اي حال" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "لا تخرج" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "امسح %s من وصفات %s كليا" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "نفاية" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "تصفح,كليا امسح او ابقي الوصفات المحذوفة" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "وصفات لم تحذف " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "عدد %(unit)s من %(title)s للتبضع" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "ضاعف %s بمقدار :" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "حدد %(attributes)s لكل %(num)s الوصفات المختارة؟" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "اي قيمة موجودة حاليا لن تتغير" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "القيم الجديدة سوف تحل محل القيم الموجودة حاليا" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "لايمكن القيام بالتغير" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "حدد القيم للوصفات المختارة" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "البحث في الوصفات" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "افتح الوصفة" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "افتح الوصفة المحددة" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "امسح الوصفة" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "احذف الوصفات المختارة" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "ص_در الوصفات المختارة" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "صدر الوصفات المختارو الي ملف" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "ا_طبع" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "الوصفات" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "_حرر الوصفات دفعة واحدة" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_جديد" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "استيراد الوصفة" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "استورد وصفة من ملف" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s وصفة" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "صدر _جميع الوصفات" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "صدر جميع الوصفات الي ملف" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_إنهاء" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "الإ_جراءات" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "نفاية" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_تفضيلات" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_إضافات" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "ادر الاضافات و التي تزيد من وظائف قورمية" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "الاعدا_دات" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_عنْ" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "أد_وات" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "المؤقت" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "عرض المؤَقّت" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "فهرسة يمكن البحث فيها في قواعد البينات" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "امسح %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "يوجد تعديلا لم تحفظ لي %s هل انت متأكد من عملية المسح" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "محذوف" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "بدون عنوان" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "احذف الوصفات قطعيا ؟" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "احذف الوصفة قطعيا ؟" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "هل انت متأكد من مسح الوصفة %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "هل انت متأكد من مسح الوصفات التالية ؟" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "هل انت متأكد من انك تريد مسح الوصفات المختارة %s" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "اعرض الوصفات" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "امسح الوصفات" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "_فهرسة الوصفات" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "امسح الوصفة %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "تم!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "جاري الاستيراد..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "محرر _مفتاح المقادير" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "حرر مفاتيح المقادير جملة" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "مفتاح" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "عنصر" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "حقل" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "قيمة" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "عد" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "حول جميع المفاتيح \"%s\" الي \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "لن تستطيع التراجع عن هذة الخطوة. اذا كان هناك مقادير مضافة للمفتاح \"%s\", " "لن تستطيع ان تفرق بين تلك العناصر و العناصر التيتغيرها الان" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "غير جميع العناصر \"%s\" الي \"%s\" ?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "لن تستطيع التراجع عن هذة الخطوة. اذا كانت هناك مقادير ملحقة مع العنصر " "\"%s\", لن تستطيع ان تفرق بين تلك العناصر و العناصر التي تغيرها الان" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "حول _جميع النماذج من \"%(unit)s\"الي \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "حول \"%(unit)s\" الي \"%(text)s\" فقط لل_مقادير \"%(item)s\" والتي تحتوي علي " "المفتاح \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "حول جميع النماذج \"%(amount)s\" %(unit)s الي %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "حول \"%(amount)s\" %(unit)sالي \"%(text)s\" %(unit)s فقط _عندما يكون " "المفتاح %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "حول \"%(amount)s\" %(unit)s الي \"%(text)s\" %(unit)s فقط عندما يكون مفتاح " "المقادير %(key)s _و عندما يكون العنصر هو %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "غير جميع الصفوف المختارة ؟" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "هذا العمل لن يمكن التراجع عنة, هل انت متأكد من ان الصفوف المختارة %s , تريد " "تحديد القيم التالية" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "المفتاح الي %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "العناصر الي %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "الوحدات الي %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "الكميات الي %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "مقدار %s" msgstr[1] "مقادير %s" msgstr[2] "%s ingredients" msgstr[3] "%s ingredients" msgstr[4] "%s ingredients" msgstr[5] "%s ingredients" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "عرض المقاير %(bottom)s الي %(top)s من %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "الكمية" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "مفاتيح المقادير" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "مفاتيح المقادير هيا اسماء المقادير الطبيعية و التي تستخدم في قائمة المشتريات " "و الحسابات" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "تخمين المفاتيح" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "خمن افضل القيم لجميع مفاتيح المقادير بناء علي القيم الموجودة في قواعد البينات" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "حرر مفاتيح الترابط" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "حرر الترابط بين المفاتيح و سمات المتواجدة في قواعد البينات" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "فئة التسوق" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "اعرض الوحدات للوصفات كما هيا (بدون تغير)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "دائما استعرض الوحدات الامريكية" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "استعرض دائما الوحدات المترية" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "عدل الوحدات تلقائيا" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "حدد تفضيلات عرض _الوحدات" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "حول الوحدات تلقائيا حسب التفضيل (متري, إمبريالي, الخ....) عند امكانية ذلك" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "نجوم" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "منذ %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "ادمج الوصفات تلقائيا" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "استحدم الوصفات الجديدة دائما" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "استحدم الوصفات القديمة دائما" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "لايوجد" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "يبدو ان بعض الوصفات المستوردة مكررة, تستطيع دمجهم هنا, او اغلق هذا الحوار " "لتبقيهم كما هم" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "ابحث عن الوصفات _المكررة" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "ابحث عن الوصفات المكررة و ازلها" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "لكل قيمة مختارة" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "حيث %(field)sهو %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "التغير سوف يؤثر علي وصفة %s" msgstr[1] "التغير سوف يؤثر علي وصفات %s" msgstr[2] "Change will affect %s recipes" msgstr[3] "Change will affect %s recipes" msgstr[4] "Change will affect %s recipes" msgstr[5] "Change will affect %s recipes" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "احذف %s عندما تكون %s ?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "غير %s من %s الي \"%s\" ?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "هذا التغير لا يمكن التراجع عنة" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "محرر الحقول" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "حرر حقول مجموعة من الصفات تبعا و في نفس الوقت" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "ارسل الوصفة بالبريد الالكتروني" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "ارسل الوصفات المختارة بالبريد الالكتروني (او ارسل جميع الوصفات اذا لم يتم " "تحديد وصفات)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "هل تريد ان ترسال جميع الوصفات المختارة بالبريد الالكتروني %s" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "نعم, ا_رسلهم بالبريد الالكتروني" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "لا يمكن تحويل %s الي %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "بحاجة الي معلومات الكثافة" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "محول الوحدات" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "احسب تحويل الوحدات" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "من" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "إلى" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "؟" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "صفحة انترنت HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "يتم تصدير صفحة انترنت" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "تصدير الوصفات بصيغة HTML في المجلد %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "حفظت الملفات بصيغة HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "الصفحة الاصلية من %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "اختياري" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "يتم تصدير صفحة انترنت" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "تصدير الوصفات بصيغة HTML في المجلد %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "حفظت الملفات بصيغة HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "ملف نصي" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "صدر النصوص" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "تصدير الوصفات بصيفة ملف نصي text file %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "حفظ الوصفات بصيغة ملف نصي text file %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "ملف كبير" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "الملف %s كبير جدا لايمكن استيرادة" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "هذا الملف تجاوز الحد الأقصى %s لي امتداد طول ألاحرف , يبدو انك لاتريد ان " "تستوردة علي اي حال, اذا كنت تريد ان تستوردة, استخدم محرر نصوص لتجزئة الملف " "الي ملفات اصغر ثم حاول ان تستوردة مرة اخرى." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "ملف XML لقورمية" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "تصدير XML لقورمية" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "تصدير الوصفات الي ملف XML %(file)s" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "الوصفة حفظت في ملف قورمية XML %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "ملف قورمية XML (بائد)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "ملف ال XML الخاص بماستركوك (Mastercook)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "ملف نصي الخاص بماستركوك (Mastercook)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "انتها الاستيراد من ماستركوك (Mastercook)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "ملفات XML لكي رسبي KRecipe" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "تنسيق الصفحة" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "اطبع الوصفة" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF ( نسق ملف PDF)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "صدر لي PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "صدر الوصفات بصيغة PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "الوصفات حفظت بصيغة PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "سنتيمتر" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "نقاط" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x7 بوصة" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "فهرس الكروت (3.5x5) بوصة" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "بطاقة الفهرس (4x6 بوصة)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "بطاقة الفهرس (5x8 بوصة)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "بطاقة الفهرس (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "رسالة" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "قانوني" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "بطاقات الفهرس (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "بطاقات الفهرس (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "بطاقات الفهرس (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "عادي" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "عمود %s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "عمود %s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "عمود %s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "عمود %s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "عمود %s" msgstr[1] "أعمدة %s" msgstr[2] "%s Columns" msgstr[3] "%s Columns" msgstr[4] "%s Columns" msgstr[5] "%s Columns" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "بورتريه" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "مستعرض" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "_مقاس الورق" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_توجيه" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "_استعراض الصفحة" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_حجم الخط" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "الهامش الأيسر" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "الهامش الأيمن" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "الهامش العلوي" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "الهامش السّفلي" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "ملف ميل ماستر (MealMaster)" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "تصدير لميل ماستر (MealMaster)" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "صدر الوصفة الي ملف ميل ماستر MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "الوصفة حفظت كملف ميل ماستر MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "وجبة" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "ملف كبير" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "صدِّر" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "تصدير الوصفات الي ملف XML %(file)s" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "الوصفة حفظت في ملف قورمية XML %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "مدخر قائمة المشتريات" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "احفض القائمة كوصفة" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr " س" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "احفظ قائمة المشتريات الحالية كوصفة لكي تستخدم لاحقا" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "القائمة لي %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "القائمة" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "معلوات القيمة الغذائية تنعكس بالقيمة لكل %s" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "معلومات القيمة الغذائية تعكس القيمة للوصفة كاملة" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "معلومات القيمة الغذائية ناقصة لي %s مقادير : %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "اي مجموعة غذائية" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "الخيار" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "حول الوحدة لي %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "من اجل حساب معلومات القيمة الغذائية. قورمية يحتاج ان تحول \"%s\" الي وحدة " "معروفة لدي قورمية" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "غير مفتاح المقدار" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "غير مفتاح المقادير من %(old_key)s الي %(new_key)s في كل مكان او للوصفة " "%(title)s؟" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "غير في كل مكان" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_فقط في وصفة %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "غير مفاتح المقادير من %(old_key)s الي %(new_key)s في كل مكان؟" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "غير الوحدة" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "غير الوحدة من %(old_unit)s الي %(new_unit)s لكل المقادير %(ingkey)s او فقط " "للوصفة %(title)s؟" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "لكل تحسب معلومات القيمة الغذائية لي \"%(amount)s %(unit)s %(ingkey)s\", " "قورمية يحتاج ان الكثافة بحيث قواعد بينات القيمة الغذائية تحتوي علي اكثر من " "وصف لهذا الطعام بكثافات مختلفة. الرجاء تحديد القيمة المناسبة ادناة." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "لتطبيق معلومات القيمة الغذائية, قورمية يحتاج قيمة صحيحة للمقدار و الوحدة" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "التغذية" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "المقدار" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "مرادف قواعد البينات لي (USDA) وزارة الزراعة الامريكية" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 غرام" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "سعرات حرارية" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "جملة الدهون" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "الدهون المشبعة" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "كوليسترول" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "صوديوم" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "جملة الكربوهيدرات" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "الألياف الغذائية" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "سكر" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "بروتين" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "ألفا كاروتين" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "رماد" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "بيتا كاروتين" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "كريبتوزينثن بيتا" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "كالسيوم" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "نحاس" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "مجموع الفولات" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "حمض الفوليك" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "حمض الفوليك الغذائي" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "بدائل لحمض الفوليك" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "حديد" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "الليكوبين" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "وتين + زيازينثن" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "مغنيزيوم" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "منغنيز" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "النياسين" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "حمض البانتوثنيك" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "فوسفور" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "بوتاسيوم" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "فيتامين (أ)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "ريتينول" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "ريبوفلافين" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "سيلينيوم" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "الثيامين" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "فيتامين (أ) (وحدة دولية)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "فيتامين (أ) (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "فيتامين B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "فيتامين B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "فيتامين ج (سي)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "فيتامين (ه)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "فيتامين ك" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "زنك" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "الفيتامينات والمعادن" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "معلومات القيمة الغذائية مفقودة\n" "لي %(missing)s من %(total)s المقادير." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% القيمة _اليومية" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "النسبة المقترحة للقيمة اليومية مبنية علي %i السعرات الحرارية لكل يوم. انقر " "لتحرير كمية السعرات الحرارية لكل يوم" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "الكمية حسب %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "الكمية حسب الوصفة" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "يتم تحميل معلومات القيمة الغذائية" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "انتها استيراد قواعد بينات معلومات القيمة الغذائية" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" "يتم جلب معلومات قواعد البينات للقيمة الغذائية من ملف الارشيف المضغوط %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "استخراج %s من الارشيف المضغوط" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "تحليل معلومات القيمة الغذائية" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "يتم قراءة معلوات القيمة الغذائية: تم استيراد %s من %s ادخال" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "تحليل معلومات الاوزان" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "يتم قراءة معلوات الاوزان لعناصر القيمة الغذائية: تم استيراد %s من %s ادخال" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "ماء" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "كم للسعرات الحرارية" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "جرام بروتين" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "جرام دهون" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "جرام رماد" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "جرام كربوهيدرات" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "جرام الياف" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "جرام سكر" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "مليجرام كالسيوم" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "مليجرام حديد" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "مليجرام مغنيزيوم" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "مليجرام فسفور" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "مليجرام بوتاسيوم" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "مليجرام صوديوم" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "مليجرام زنك" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "مليجرام نحاس" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "مليجرام منغنيز" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "ميكروجرام سيلينيوم" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "مليجرام فيتامين ج" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "مليجرام ثيامين" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "مليجرام ريبوفلافين" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "مليجرام نياسين" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "مليجرام حمض البانتوثنيك" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "مليجرام فيتامين B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "ميكروجرام حمض الفوليك المجموع" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "ميكروغرام حامض الفوليك" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "ميكروجرام حمض الفوليك الغذائية" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "ميكروجرام مرادفات حمض الفوليك الغذائية" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "ميكروجرام فيتامين B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "فيتامين (أ) وحدة دولية" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "فيتامين أ (مايكروجرام معادل لنشاط شبكية العين)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "مايكروجرام الريتينول" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "ميكروجرام ألفا كاروتين" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "ميكروجرام بيتا كاروتين" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "ميكروجرام بيتا كريبتوزينثن" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "ميكروجرام الليكوبين" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "ميكروجرام وتين + زيازانثن" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "مليجرام فيتامين (ه)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "مليجرام فيتامين ك" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "جرام الأحماض الدهنية المشبعة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "جرام الأحماض الدهنية غير المشبعة الاحادية" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "جرام الأحماض الدهنية المتعددة غير المشبعة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "مليجرام كوليسترول" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "نسبة الرفض" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "الألبان ومنتجات البيض" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "التوابل والأعشاب" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "أغذية أطفال" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "الدهون والزيوت" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "الدواجن" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "الحساء والصلصات" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "النقانق واللحوم الباردة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "حبوب الافطار" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "الفاكهة وعصائر الفاكهة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "خنزير" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "خضروات" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "المكسرات و البذور" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "لحوم البقر" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "مشروبات" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "السمك و القشريات" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "البقوليات" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "لحم الخروف ، لحم العجل" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "المنتجات المخبوزة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "الحلويات" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "الحبوب والمكرونة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "وجبات سريعة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "وجبات الطعام ، وجبات خفيفة ، والأطباق الجانبية" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "وجبات خفيفة" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "الأطعمة العرقية" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "قواعد البنات كاملة" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "مفتاح المقدار" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "لرقم التعريفي لي (USDA) وزارة الزراعة الامريكية" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "شرح عنصر (USDA) وزارة الزراعة الامريكية" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "الكثافة المكافئة" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "معرف (USDA) وزارة الزراعة الامريكية #" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "ادوات" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "اجلب معلومات القيمة الغذائية للقائمة الحالية" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "الكمية لقائمة المشتريات" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "ابداء" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "صدرت %(number)s من %(total)s الوصفات" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "تم التصدير" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "اضف الوصفة في قلب البيرد الالكتروني (هذة فكرة جيدة علي اي حال)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "ارسل الوصفة بالبريد الالكتروني كملحق HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "ارسل الوصفة بالبريد الالكتروني كملحق PDF" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "خيارات البريد الالكتروني" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "لا تسأل قبل ارسال البريد الالكتروني" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "البريد الالكتروني لم يرسل" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "انت لم تختار ان تضمن الوصفة في قلب البريد الالكتروني او كملحق" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "احفظ الوصفة باسم ...." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "قورمية لايستطيع تصدير الملف الي نوع \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "صدر الوصفات" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "الوصفات" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "لايمكن التصدير: نوع الملف غير معروف \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "الرجاء التأكد من اختيار نوع الملف من القائمة المنسدلة عن الحفظ" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "صدِّر" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "لايمكن اجارء الطباعة: لايوجد اضافة طابعة مفعلة" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "اطبع وصفة %s" msgstr[1] "اطبع وصفات %s" msgstr[2] "Print %s recipes" msgstr[3] "Print %s recipes" msgstr[4] "Print %s recipes" msgstr[5] "Print %s recipes" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "محصول" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "افتح الوصفة...." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "ادخل عنوان (رابط) صفحة الانترنت" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "التعديلات" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "ادخل عنوان الموقع علي الانترنت او ارشيف الوصفة" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "إستراد" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "جميع الملفات لايمكن استيرادها" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "الوصفات %s المستوردة" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "وجبة" msgstr[1] "وجبات" msgstr[2] "servings" msgstr[3] "servings" msgstr[4] "servings" msgstr[5] "servings" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "استيراد %s من وصفات %s" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "حسنا" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "الوجبات" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "المقادير الفرعية" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "إخفاﺀ" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "استيراد الوصفة" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "ازل _السمات" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "اي مكان" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "عنوان" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "مقدار" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "تعليمات" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "ملاحظات" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "مطبخ" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "مصدر" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "استخدم العبارات الاعتيادية في البحث" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "استخدم العبارات الاعتيادية في البحث (لغة بحث متقدمة) في البحث النصي" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "البحث فيما انت تكتب (اغلق الخاصية اذا كان البحث بطي)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "اعرض _خصائص البحث" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "اعرض خصائص البحث المتقدمة" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s وصفة" msgstr[1] "%s وصفات" msgstr[2] "%s recipes" msgstr[3] "%s recipes" msgstr[4] "%s recipes" msgstr[5] "%s recipes" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "عرض وصفات %(bottom)s الي %(top)s الي %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s في %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "إيقاف مؤقت" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "ايقاف مؤقت" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "انتهى" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "خطأ: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "خطأ" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "خطاء %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "تتبع" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "ثانية" msgstr[1] "ثواني" msgstr[2] "seconds" msgstr[3] "seconds" msgstr[4] "seconds" msgstr[5] "seconds" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "دقيقة" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "دقيقة" msgstr[1] "minutes" msgstr[2] "دقائق" msgstr[3] "minutes" msgstr[4] "minutes" msgstr[5] "minutes" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "ساعة" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "ساعة" msgstr[1] "hours" msgstr[2] "ساعات" msgstr[3] "hours" msgstr[4] "hours" msgstr[5] "hours" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "يوم" msgstr[1] "days" msgstr[2] "أيام" msgstr[3] "days" msgstr[4] "days" msgstr[5] "days" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "أسبوع" msgstr[1] "اسابيع" msgstr[2] "weeks" msgstr[3] "weeks" msgstr[4] "weeks" msgstr[5] "weeks" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "شهر" msgstr[1] "اشهر" msgstr[2] "months" msgstr[3] "months" msgstr[4] "months" msgstr[5] "months" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "سنه" msgstr[1] "سنوات" msgstr[2] "years" msgstr[3] "years" msgstr[4] "years" msgstr[5] "years" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " و " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr ". " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "و" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "إلى" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "صدر لي PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (مساعد النقل الي منصات واندوس)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (مثبت مناصات واندوس)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (تحسينات واجهة محول الوحدات)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (تحسينات الي مصدر Mealmaster ميل ماستر)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (الشعار و شاشة الولوج)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (القيمة الغذائية و ايقونة اضف الي قائمة المشتريات)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (تحسين التدويل (العولمة) و " #~ "معالجة بعض العلل)" #~ msgid "Upgrading database" #~ msgstr "ترقية قاعدة البيانات" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "قد يكون هذا الاجاراء مكثف وقد يستهلك بعض الوقت, اعتمادا على حجم قاعدة " #~ "البيانات. علي اي حال لقد تم حفظ نسخة احتياطية من معلوماتك في حالة حدوث " #~ "خطاء ما" #~ msgid "Paste ingredients" #~ msgstr "الصق المقادير" #~ msgid "Import from file" #~ msgstr "استورد من ملف" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "اختر ملف يحتوي علي قائمة المقادير" #~ msgid "No file selected" #~ msgstr "لم يتم تحديد الملف" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "لم يتم تحديد الملف, لذلك تم الغاء الاجراء" #~ msgid "_Import file" #~ msgstr "_استورد ملف" #~ msgid "Import _webpage" #~ msgstr "استودر _صفحة علي الانترنت" #~ msgid "Import recipe from webpage" #~ msgstr "استودر وصفة من صفحة علي الانترنت" #~ msgid "Open _Trash" #~ msgstr "افتح _النفايات" #~ msgid "Loading zip archive" #~ msgstr "يتم تحميل ارشيف zip" #~ msgid "Unzipping zip archive" #~ msgstr "فك ضغط ارشيف zip" #~ msgid "Webpage" #~ msgstr "صفحة علي الانترنت" #, python-format #~ msgid "Downloading %s" #~ msgstr "تحميل %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "قائمة المشتريات لي %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "استرداد %s" #~ msgid "ml" #~ msgstr "ملم" #~ msgid "Retrieving file" #~ msgstr "استرداد الملف" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "ادخل رابط الانترنت لي ارشيف الوصفة او موقع الوصفة علي الانترنت" #~ msgid "Enter URL:" #~ msgstr "أدخل الرابط:" #~ msgid "Unable to import URL" #~ msgstr "تعثر الاستيراد من رابط الانترنت" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "قورميو لايحتوي علي الاضافة الخاصة باستيراد روابط الانترنت" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "لم استطع استيراد العنوان %(url)s من نوع %(type)s. الملف حفظ في مكان مؤقت " #~ "الموقع %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "لا استطيع التعرف علي صفحة الانترنت هذة. بداء باستخدام مستورد عام" #~ msgid "Import complete." #~ msgstr "اكتمل الاستيراد" #~ msgid "Importing recipe" #~ msgstr "استيراد الوصفة" #~ msgid "Processing ingredients" #~ msgstr "تحميض المقادر" #~ msgid "Processing ingredients." #~ msgstr "تحميض المقادر." #, fuzzy #~ msgid "Gourmet" #~ msgstr "ملف XML لقورمية" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "مدير الوصفات قورمية" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "تنسيق الوصفات, انشاء قائمة مشتريات, حساب القيمة الغذائية, و المزيد" #~ msgid "Select recipe image" #~ msgstr "اختر صورة الوصفة" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "اختر صورة للوصفة \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "ادناة توجد جميع الصور التي تم العثور عليها في الصفحة المستوردة. حدد صورة " #~ "الوصفة, او لاتحدد شيئ اذا لم ترغب بتضمين اي من الصور التالية" #~ msgid "_Python Console" #~ msgstr "معراض پايثون" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "اظهر معراض پايثون (يعطيك الحق للولوج الي المثال الحالي)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "مدير الوصفات قورمية يبداء....." #~ msgid "Starting gourmet..." #~ msgstr "بدءا قورمية....." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "لقد قمت بحذف وصفة %s الي سلة المهملات. تستطيع التراجع عن ذلك او المسح " #~ "قطعيا عن طريق الذهاب الي ادوان-> افتح سلة المهملات" #~ msgstr[1] "" #~ "لقد قمت بحذف الوصفات %s الي سلة المهملات. تستطيع التراجع عن ذلك او المسح " #~ "قطعيا عن طريق الذهاب الي ادوان-> افتح سلة المهملات" #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "لكي تطبع, فعل الاضافات و التي توفر دعم للطباعة, مثل اضافة (الطباعة و " #~ "تصدير PDF)" #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "انا في غاية الاحراج. حدث خلل ما اثناء الطباعة" #~ msgid "Unable to open URL" #~ msgstr "تعذّر فتح الرابط" #~ msgid "Unable to launch mail reader." #~ msgstr "تعذر تشغيل قاريئ البريد" #~ msgid "Unable to open website." #~ msgstr "تعذر فتح موقع الانترنت" #~ msgid "Unable to open file." #~ msgstr "تعذّر فتح الملف." #~ msgid "There was an error launching the url: %s" #~ msgstr "حث خطاء اثناء اطلاق الرابط : %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "المدة لابد ان تبداء برقم صحيح او رقم عشري متبع بوحدة (دقائق, ساعات, " #~ "الخ...)" #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "الوقت يجب أن يكون معبرا عنها بعدد الساعات والدقائق والثواني ، الخ." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "لم استنتج اي معنى من %s كعدد المحصول" #~ msgid "cancelled" #~ msgstr "ملغى" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "لقد طلبت اغلاق نافذة تحتوي علي مؤقت فعال. تستطيع ايقاف المؤقت, او تستطيع " #~ "ان تغلق النافذة. اذا اغلقت النافذة سوف تعود النافذة عند انتهاء المؤقت" #~ msgid "A file named %s already exists." #~ msgstr "الملف %s موجود" #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "هل تريد استبدال الملف المحفوظ بهذا الملف؟" #~ msgid "Importing old recipe data" #~ msgstr "استيراد معلوات الوصفات القديمة" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "استيراد معلومات الوصفات من اصدار قديم لقورمية الي قواعد بينات جديدة" #~ msgid "Export succeeded" #~ msgstr "تم التصدير بنجاح" #~ msgid "webpage" #~ msgstr "صفحة علي الانترنت" #~ msgid "Exported %s to %s" #~ msgstr "صدر %s الي %s" #~ msgid "%s stopped." #~ msgstr "%s توقفت" #~ msgid "%s was interrupted by user request." #~ msgstr "توقف %s بسبب طلب المستخدم" #~ msgid "%s interrupted" #~ msgstr "توقف %s" #~ msgid "There was an error during %s." #~ msgstr "كان هناك عطل خلال %s" #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "امسح الوصفات من قواعد البينات .... (%s من %s تم المسح)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "تم مسح الوصفة %s" #~ msgstr[1] "تم مسح الوصفات %s" #~ msgid "Export complete!" #~ msgstr "تم التصدير" #~ msgid "Recipe exported to %s" #~ msgstr "الوصفة صدرت الي %s" #~ msgid "Database format has changed" #~ msgstr "بنية قواعد المعلومات تغيرات" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s هيئة قواعد المعلومات قد تغيرات. قواعد البينات " #~ "هذة لن تعمل مع نسخ قديمة من برنامج %(progname)s. حفظت نسخة احتياطية في " #~ "%(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "يتم تصدير نسخة احتياطية من قواعد بينات الوصفات الي %s في حال حدوث خطاء " #~ "ما يمكن الرجوع اليها" #~ msgid "Transferring data to new database format" #~ msgstr "نقل البيانات إلى تنسيق قاعدة بيانات جديدة" #~ msgid "Gourmet Import/Export" #~ msgstr "الاستيراد/التصدير في قورمية" gourmand-1.2.0/po/az.po000066400000000000000000003042001510115424500147130ustar00rootroot00000000000000# Azerbaijani translation for grecipe-manager # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-03-22 20:43+0000\n" "Last-Translator: Rashid Aliyev \n" "Language-Team: Azerbaijani \n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Qurman Resept İdarə edicisi" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Qurman Resept İdarə edicisi" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Fayl_növünü seç" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Rashid Aliyev https://launchpad.net/~rashid" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Qurman Resept İdarə edicisi" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Reseptlərin yer-bə-yer edilməsi, alış-veriş siyahısının yaradılması, " #~ "nurtonal məlumatın hesablanması və daha bir çox şey." #~ msgid "A file named %s already exists." #~ msgstr "%s adlı faylartıq mövcuddur." gourmand-1.2.0/po/bg.po000066400000000000000000004664611510115424500147130ustar00rootroot00000000000000# Bulgarian translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # Rostislav "zbrox" Raykov , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2014-06-02 09:03+0000\n" "Last-Translator: Svetoslav Stefanov \n" "Language-Team: Bulgarian \n" "Language: bg_BG\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Списък с рецепти" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Нова рецепта" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Добавяне към _списъка за пазаруване" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Преглед на рецепта" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Търсене за:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Търсене по време на писане" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "в" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Търсене по друг критерий в рамките на текущите резултати." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "_Добавяне на критерий за търсене" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Ограничаване на търсене до:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_Резултати от търсенето" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Задаване на полета за текущите рецепти" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Задаване на полета за избраните " "рецепти" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Добавяне на изображение" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Премахване на изображение" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Източник:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Оценка:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "_Кухня:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Категория:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Време за _приготвяне:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Време за приготвяне:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Уеб страница:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Изображение:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Количество:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Мерна единица на порцията" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Задаване на стойности само при празно поле" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Задаване на стойности за всички избрани рецепти" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (стандартно, съхранявана в локален файл)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (съхранявана в локален файл)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (изисква връзка към база данни)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Изберете база данни" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" "Изберете система на базата данни, която да се използва от Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Система на базата данни" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Адрес:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Потребителско име:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Парола:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Парола за вашето потребителско име за базата данни." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Име на базата данни:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Файл" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Името на системата, на която работи сървъра за базата данни. Ако той е на " "вашата локална система, използвайте localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Запазване на паролата за следващия път. Това означава, че паролата ви ще " "бъде запазена несигурно във вашия конфигурационен файл." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Запазване на паролата" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Име на базата данни, в която Gourmet ще съхранява информацията си. Ако тя не " "съществува програмата ще се опита да я създаде." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "рецепта" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Потребителското ви име за базата данни." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Преглед" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "По_дробности" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Настройки на мениджъра на рецепти" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Настройка на изгледа Списък с рецепти" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Показване на _настроките" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Рецепти на страница:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Настройте включените колони в списъка с рецепти." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Списък с рецепти" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Настройка на изгледа Единична рецепта" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "При умножение мерните единици да се сменят" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Използване на дроби" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Позволяване на дроби при възможност за показване" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Премахнете елементи, които не използвате от интерфейса за единична " "рецепта." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Единична рецепта" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Настройки на списъка за пазаруване" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Какво да прави Gourmet с незадължителните съставки при добавяне на " "рецепти към списъка за пазаруване?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Питане дали да се включват незадължителни съставки" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "По _подразбиране да се запомня избраното от потребителя" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Изчистване на запомнените незадължителни съставки" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Винаги да се добавят незадължителни съставки" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Никога да не се добавят незадължителни съставки" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Списък за пазаруване" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "порции" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Заглавие" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Заглавие:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Време за приготвяне:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "категория" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "оценка" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Порция" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Мерна единица на порцията" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Пазаруване" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Редактиране на _описание" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Време за приготвяне:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Време за приготвяне:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Кухня:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Категория:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Уеб страница:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Количества:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Връзка" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Източник:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Оценка:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Умножение по:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Инструкции" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Редактиране на _инструкции" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Бележки" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Редактиране на _бележки" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Рецепта" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Съставки" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Редактиране на _съставки" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Добавяне на _съставка:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Съставки" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Добавяне на рецепта към списъка за пазаруване" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Добавяне към _списъка за пазаруване" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Преглеждане на рецептата" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Изтриване на избраната рецепта" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Изтриване на рецепта" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Редактиране свойствата на избраните рецепти" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "_Пакетно редактиране на рецепти" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Отваряне на избраната рецепта" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Изберете рецепта" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Отпечатване на избраната рецепта" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Отпечатване на рецепта" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Този елемент никога да не се купува. Когато е упоменат в рецепта, ще се " "покаже в раздела \"килер\" на списъка, като подсещане, че е необходим, но " "няма да бъде включен при запис или печат, освен ако не кажете, че трябва да " "го купите." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Добавяне в _килера" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Показване на _настроките" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Търсене _в" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Използване на регулярни изрази (разширено търсене)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Търсене при писане" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Настройки на търсене" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Категория" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Ключ" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Редактор на категории" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Търсене по" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Търсене по време на въвеждане" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Използване на регулярни изрази" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Разширено търсене" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Добавяне на категория: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Таймер" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Таймер" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Таймерът приключи!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Таймерът ще продължи да се изключва, докато не затворите този прозорец или " "не го занулите." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Задаване на _таймер: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Нулиране" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Старт" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Звук" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Бележка" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Повторение на алармата до изключване" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Настройки" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Редактиране на полетата в базата данни" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Поле за _редактиране:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "За всяка избрана стойност:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "_Запазване на текущата стойност" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "В краят на всеки текст ще бъде добавена нова стойност" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Новата стойност ще замени всяка съществуваща" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Поле:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Стойност:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Промяна на _другото поле:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "_Промяна на стойността на: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Изтриване на стойност" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Изберете еквивалент на" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "от базата данни USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Промяна на съставка" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "или" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Търсене на съставка в базата данни USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Търсене при писане" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Показване само на храната в групата:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Резултати от търсенето:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "От:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Количество:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Единица:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "единица" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Промяна на мерна единица" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Записване на новата единица" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "До:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Мерна единица:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Въведете хранителната информация за " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Изберете плътност" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ключ на съствка: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA елемент: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Редактиране на _USDA асоциация" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Хранителна информация" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Редактиране на _информацията" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Хранителна информация" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Плътност:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA еквиваленти:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Потребителски еквиваленти:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "Информация за _плътността" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Известна хранителна информация" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Разширено търсене" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Хранителна информация" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "_Игнориране" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet мениджър на рецепти" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Авторски права (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. " "GNU GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Мениджърът на рецепти Gourmet е приложение за съхраняване, организиране и " "търсене на рецепти. С Gourmet е лесно и създаването на списъци за пазаруване " "директно от рецептите. Gourmet внася рецепти от други източници, включително " "MealMaster и MasterCook архиви и от различни популярни уеб сайтове. Gourmet " "може да изнася рецепти като текст, файлове на MealMaster, HTML файлове и в " "специален XML формат за обмяна с други потребители на програмата. Gourmet " "поддържа свързването на изображения с рецепти. Gourmet също така изчислява " "хранителната информация за рецептите, изхождайки от съставките." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Избор на файл с база данни" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Нова рецепта" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Име на базата данни:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Подробности" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "В %s беше направено резервно копие, в случай, че нещо се обърка. Ако това " "надграждане се провали, можете ръчно да преименувате файла recipes.db, за да " "го възстановите за използване с по-стара версия на програмата." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Промяна на _категорията" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Създаване на нова категория" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Промяна на категорията на текущо избрания артикул" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Провизии" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Премести в Списъка за _Пазар" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Преместване при провизиите" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Премахване от списъка за пазаруване" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Преместване на избраните артикули в %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Списък за пазаруване" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Вече го има (_Провизии)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Въведете категория" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Категория, към която да се добави %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Категория:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Рецепти" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Добавяне на артикули:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Махни рецептите" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Махни рецептите от пазарския лист" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Редактиране" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Помощ" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Добавяне на артикули" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Добавяне на задължителни елементи към списъка за пазаруване" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Не са избрани рецепти, да изтрия ли целия лист?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Запазване на списъка за пазаруване като..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Избиране на допълнителни съставки" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Моля посочете кои от следните допълнителни съставки бихте желали да включите " "в списъка си за пазаруване." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Рецепта" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Отиване" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Изнасяне на рецепта" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Изнасяне на избраната рецепта (запис във файл)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Изтриване на рецептата" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Изтриване на тази рецепта" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Нагаждане на единиците при умножаване" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Промяна на единиците, за да се направят по-четими, където е възможно, при " "умножаване." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Печат на рецепта" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Добавяне към _списъка за пазаруване" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Забравяне на запомнените допълнителни съставки" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Преди добавяне в списъка за пазаруване, питане за всички допълнителни " "съставки, дори и за предишно запомнените" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Изнасяне на рецептата" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Имаш незашпазени промени." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Да приложа ли промените преди печат?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Да приложа ли промените преди печат?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Допълнително)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Рецептата %s не може да бъде открита в базата данни." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Редактирай рецепта:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Запазване на редактиранията в базата данни" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Преглед на картата за рецептата" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Редактиране" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Запазване на промените в %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Добавяне на съставка" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Добавяне на група" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Добавяне на _рецепта" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Добавяне на друга рецепта като съставка на тази" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Изтриване" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Нагоре" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Надолу" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Описание" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Инструкции" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Бележки" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Количество" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Единица" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Артикул" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Незадължителни" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Рецептата %s (ID %s) не е в нашата база данни." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Конвертирани %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Неконвертирани %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Променена единица." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Вие променихте единицата за %(item)s от %(old)s на %(new)s. Желаете ли да се " "конвертира количеството или не?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Конвертирано %(old_amt)s %(old_unit)s в %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Не може да се конвертира от %(old_unit)s в %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Добавяне на група съставки" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Въведете име за новата подгрупа съставки" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Име на групата:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Изберете рецепта" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Рецептата не може да се използва себе си като съставка" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Безкрайните рекурсии не са разрешени в рецептите!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Не сте избрали нито една рецепта!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "От колко %(title)s се нуждае рецептата ви?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Рецепти" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Звук за звънене" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Звук за предупреждение" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Звук за грешка" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Спиране на таймера?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Спиране на _таймера" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Запазване на времето" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Приставки" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Приставките добавят допълнителна функционалност към Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Приставката е необходима за други приставки. Да се изключи ли въпреки това?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Следните приставки изискват %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Изключване въпреки това" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Задържане на приставката активна" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "или" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Възникна грешка при включването на приставката." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Възникна грешка при изключването на приставката." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Национална кухня" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Оценка" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Източник" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Уебстраница" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Време за приготвяне" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Време за готвене" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Промени" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Грешно въвеждане." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Не е номер" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Пауза" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Спиране" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Не ме питай отново." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Наистина ли желаете да направите това" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "отлично" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "велико" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "добро" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "безпристрастно" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "слабо" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Конвертиране на рейтинга към петзвездна скала." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Конвертиране на рейтингите." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Моля дайте на всеки от рейтингите еквивалент по скалата от 1 до 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Текущ рейтинг" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Рейтинг от 5 звезди" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Избор на _вид файл" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Съжалявам, не мога да разбера\n" "количеството \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Количеството трябва да е цифра (дроб или десетична), област от номера, или " "празно" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "\"Бройка\" трябва да е само в полето за \"бройки\"\n" "Например, ако искате да въведете 1 и половина чаши,\n" "полето за количество трябва да съдържа \"1.5\" или \"1 1/2\". \"Чаши\"\n" "трябва да отиде в отделно полети за \"бройки\".\n" "\n" "За да въведете голямо количество номера използвайте \"-\" за да ги " "разделите.\n" "На пример можете да въведете 2-4 или 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Потребителско име:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Парола:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "брашно, за всякакви цели" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "захар" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "сол" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "черен пипер" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "лед" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "вода" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "олио" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "зехтин" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Непознато" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Рецептата търси себе си като съставка." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Съставката %s ще бъде игнорирана." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Лист за пазаруване за %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "За следните рецепти:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "За следните рецепти:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Избор на кодова таблица" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Не може да се определи правилното кодиране. Моля изберете правилното " "кодиране от следния списък." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Виж _файл с кодиране" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Внасянето е на пауза" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Спиране на внасянето" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Списък с рецепти" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Списък за п_азаруване" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " George Karavasilev https://launchpad.net/~kokoto-java\n" " Registry Administrators https://launchpad.net/~registry\n" " Rostislav Raykov https://launchpad.net/~zbrox\n" " SKSS team https://launchpad.net/~skss\n" " Svetoslav Stefanov https://launchpad.net/~svetlisashkov\n" " Yasen Pramatarov https://launchpad.net/~yasen\n" " usmiv4o https://launchpad.net/~usmiv4o" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Запазено!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Запазва вашите редакции в %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Извършва се внасяне." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Извършва се изнасяне." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Извършва се изтриване." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Изход от програмата въпреки това?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Не излизай!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Окончателно са изтрити %s от общо %s рецепти" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Кошче" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" "Разглеждане, окончателно изтриване или възстановяване на изтрити рецепти" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Възстановени рецепти " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Номер %(unit)s от %(title)s които да купите" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Умножаване %s по:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Задаване на %(attributes)s за %(num)s избрана рецепта?" msgstr[1] "Задаване на %(attributes)s за %(num)s избрани рецепти?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Всякакви по-рано съществуващи стойности няма да бъдат променени." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" "Новите стойности ще презапишат всякакви по-рано съществуващи стойности." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Тази промяна не може да бъде отменена." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Задаване на стойности за избраните рецепти" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Търсене на рецепти" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Отваряне на рецепта" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Отваряне на избраната рецепта" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Изтриване на рецепта" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Изтриване на избраните рецепти" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Редактиране на рецепта" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Отваряне на избраната рецепта в редактора на рецепти" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "_Изнасяне на избраните рецепти" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Изнасяне на избраните рецепти във файл" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Печат" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "рецепти" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Пакетно _редактиране на рецепти" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Нов" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Внасяне на рецепта" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Внасяне на рецепта от файл" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s рецепта" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Изнасяне на вси_чки рецепти" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Изнасяне на всички рецепти във файл" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "Из_ход" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Действия" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Кошче" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Предпочитания" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Приставки" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" "Управление на приставки, осигуряващи допълнителни възможности на Gourmet." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "_Настройки" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Относно" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Инструмен_ти" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Таймер" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Показване на таймера" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Индескс за търсене на рецепти в базата данни." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Изтриване на %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Имате незапазени промени на %s. Сигурен ли си че искаш да го изтриеш?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Изтрито" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Неозаглавено" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Окончателно изтриване на рецептите?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Окончателно изтриване на рецептата?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "сигурен ли си че искаш да изтриеш рецептата %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Сигурен ли си че искаш да изтриеш следните рецепти?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Сигурен ли си че искаш да изтриеш %s избрани рецепти?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Преглед на рецептите" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Изтриване на рецептите" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Списък с рецепти" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Рецептата %s е изтрита" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Готово!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Внасяне..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Редактор на ключове на съставки" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Редактирай ключовете за съставки в маса" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "ключ" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "артикул" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Поле" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Стойност" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Брой" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Промяна на всички ключове \"%s\" на \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Няма да можете да отмените това действие. Ако вече има съставки с артикула " "\"%s\", няма да можете да направите разлика между тях и тези, които в " "момента променяте." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Промяна на всички артикули \"%s\" на \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Няма да можете да отмените това действие. Ако вече има съставки с артикула " "\"%s\", няма да можете да направите разлика между тях и тези, които в " "момента променяте." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Промени _всички случаи от \"%(unit)s\" на \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Промяна на \"%(unit)s\" на \"%(text)s\" само за _съставките \"%(item)s\" с " "ключа \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Промяна на _всички инстанции на \"%(amount)s\" %(unit)s на %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Смени \"%(amount)s\" %(unit)s на \"%(text)s\" %(unit)s само _където ключа на " "съставките е %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Смени \"%(amount)s\" %(unit)s на \"%(text)s\" %(unit)s само където ключа на " "съставките е %(key)s _и където артикула е %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Промяна на всички избрани редове?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Това действие не може да бъде отменено. Сигурни ли сте, че за всички избрани " "%s реда, желаете да зададете следните стойности:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Ключ към %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Артикул на %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Единици към %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Количество към %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s съставка" msgstr[1] "%s съставки" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Показва съставки %(bottom)s към %(top)s от %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Количество" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ключове за съставки" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ключове за съставки са нормализирани имена на съставки използвани за лист за " "пазаруване и калкулации." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Познаване на ключовете" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Опитва се да познае най-добрите стойности за всички ключове на съставки " "базирани на стойности, които вече са във вашата база от данни." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Редактиране на асоциациите на ключовете" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Редактиране на асоциациите с ключ и други атрибути в база данни" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Редактор на ключове" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Eлемент:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Ключ:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Промяне на избраните съставки" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Категория за пазаруване" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" "Показване на единиците както са записани за всяка рецепта (без промяна)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Винаги да се показвата американски единици" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Винаги да се показват метрични единици" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Автоматично нагаждане на единиците" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Задаване на предпочитания за показване на _мерните единици" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Автоматично конвертиране на единици към предпочитана система (метрична, " "имперска и т. н.), където е възможно." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Оценка" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "преди %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Автоматично сливане на рецепти" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Винаги да се използва най-новата рецепта" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Винаги да се използва най-старата рецепта" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Няма" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Изглежда, че някои от внесените рецепти се повтарят. Може да ги слеете тук " "или да затворите този прозорец и да ги оставите както са си." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Откриване на _повтарящи се рецепти" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Откриване и премахване на повтарящи се рецепти" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Рецепти със сходна информация" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Рецепти със сходни съставки" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Рецепти със сходна информация и съставки" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Повтарящи се рецепти" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Включване на рецепти от кошчето" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Показване:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Сливане на _всички дубликати" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Сливане на рецепти" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Автоматично сливане" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "За всяка избрана стойност" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Където %(field)s е %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Промяната ще се отрази на %s рецепта" msgstr[1] "Промяната ще се отрази на %s рецепти" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Изтриване на %s, където е %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Промяна на %s от %s на \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Тази промяна е необратима." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Редактор на полета" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Едновременно редактиране на полета на множество рецепти" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Изпращане на рецептите по е-поща" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Изпращане по е-поща на всички избрани рецепти (или на всички, ако няма " "избрани)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Наистина ли желаете да изпратите по е-поща всички %s избрани рецепти?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Изпращане" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Не може да конвертира %s в %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Нужна е информацията за плътността." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Прео_бразуване на единици" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Конвертиране на единици" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Конвертор на мерни единици" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "От" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "_Елемент:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Плътност:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "_Информация за плътността" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "До" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Резултат:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML уебстраница" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Изнасяне на уебстраница" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Изнасяне на рецептите към HTML файлове в папката %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Рецептата е запазена като HTML файл %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Оригинална страница от %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "незадължително" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Изнасяне на уебстраница" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Изнасяне на рецептите към HTML файлове в папката %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Рецептата е запазена като HTML файл %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Обикновен текстов файл" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Изнасяне към текст" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Изнасяне на рецептите в текстов файл %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Рецептата е запазена като обикновен текстов файл %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Голям файл" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Файлът %s е прекалено голям за внасяне" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Вашият файл надхвърля максималната дължина от %s знака. Вероятно и без това " "не сте искали да го внасяте. Ако наистина искате да го направите, " "използвайте текстов редактор за да го разделите на по-малки части и опитайте " "да ги внесете повторно." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "XML файл на Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML изнасяне" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Изнасяне на рецепти към XML файл на Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Рецептата е запазена в Gourmet XML file %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "XML файл на Gourmet (остарял)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "XML файл на Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Текстов файл на Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook внасянето завърши." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Подреждане на XML кода" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "XML файл на KRecipe" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Ориентация на страницата" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Разпечатване на рецепти" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (формат за преносими документи)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF експорт" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Експортиране на рецептите към PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Рецептата е запазена като PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "см" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "точки" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Index Card (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Index Card (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Index Card (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Index Card (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Letter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Index Cards (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Index Cards (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Index Cards (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Обикновен" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s колона" msgstr[1] "%s колони" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Портрет" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Пейзаж" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Размер на хартията" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Ориентация" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Ориентация на _страницата" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Размер на шрифта" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Поле отляво" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Поле отдясно" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Поле отгоре" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Поле отдолу" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Настройки на PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster файл" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Изнасяне в MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Изнасяне на рецептите във файл за MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Рецептата е запазена като файл за MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "порция" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Голям файл" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Изнасяне като HTML" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Изнасяне на рецепти към XML файл на Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Рецептата е запазена в Gourmet XML file %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Запазване на списък за пазаруване" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Заразване на списък като рецепта" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" "Запазване на текущия списък за пазаруване като рецепта за бъдещо използване" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Меню за %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Меню" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Хранителната информация отразява количество за %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Хранителната информация е сумарна за цялата рецепта" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Липсва хранителна информация за %s съставки: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Всяка хранителна група" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "избор" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Конвертиране на единица за %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "За да изчисли хранителната информация, Gourmet се нуждае от помощта ви за " "превръщане на \"%s\" в известна на програмата единица." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Промяна на ключа на съставка" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Промяна на ключът на съставката от %(old_key)s на %(new_key)s навсякъде или " "само в рецептата %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Промяна _навсякъде" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Само в рецептата %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" "Промяна на ключът на съставката от %(old_key)s на %(new_key)s навсякъде?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Промяна на единицата" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Промяна на единицата от %(old_unit)s на %(new_unit)s за всички съставки " "%(ingkey)s или само в рецептата %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "За да може да изчисли хранителната информация заr \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmet трябва да знае с каква плътност е. Нашата хранителна " "база данни съдържа няколко описания на тази храна с различна плътност. Моля " "изберете вярната по-долу." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "За да приложи хранителна информация, Gourmet се нуждае от валидно количество " "и единица." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Хранене" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Съставка" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Еквивалент на базата данни USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 грама" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Калории" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Общо мазнини" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Наситени мазнини" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Холестерол" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Натрий" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Общо Карбонхидрат" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Диетични влакна" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Захари" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Протеин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Алфа-Каротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Пепел" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Бета-каротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Бета Криптоксантин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Калций" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Мед" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Фолиева киселина общо" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Фолиева киселина" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Хранителна фолиева киселина" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Диетични еквиваленти на фолиева киселина" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Желязо" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Ликопен" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Лутеин+Зеаксантин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Магнезий" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Манган" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Ниацин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Калциев пантотенат" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Фосфор" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Сода" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Витамин А" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Ретинол" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Рибофлавин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Селен" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Тиамин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Витамин А (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Витамин А (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Витамин B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Витамин B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Витамин С" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Витамин Е" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Витамин К" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Цинк" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Витамини и минерали" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Липсва хранителна информация за\n" " %(missing)s на %(total)s съставки" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Дневна стойност" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Процент от препоръчителна дневна доза, на база %i калории дневно. Натиснете, " "за да редактирате дневния обем калории." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Количество %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Количество за рецепта" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Зареждане на хранителната информация" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Завърши въвеждането на хранителните качества в базата данни!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Получаване на хранителната база данни от zip архива %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Разархивиране %s от zip архив." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Обработка на данните за храненето..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Прочитане на данните за храненео: внесени са %s от %s елемента." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Обработка на информацията за теглото" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Прочитане на данните за тегло на хранителните елементи: внесени са %s of %s " "елемента" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Вода" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Килокалории" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "гр протеин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "гр липид" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "гр пепел" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "гр карбохидрати" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "гр влакна" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "гр захар" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "мг калций" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "мг желязо" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "мг магнезий" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "мг фосфор" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "мг калий" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "мг натрий" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "мг цинк" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "мг селен" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "мг манган" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "микрограм селен" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "мг витамин C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "мг тиарин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "мг рибофлавин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "мг риацин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "мг калциев пантотенат" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "мг витамин B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "микрограма фолиева киселана общо" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "микрограма Фолиева Киселина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "мигрограма хранителна фолиева киселина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "микгрограма диетични еквиваленти на фолиева киселина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Холин, общо" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "микрограма Витамин B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Витамин A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "микрограма Ретинол" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "микрограма Алфа-каротин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "микрограма Бета-каротин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "микрограма Бета Криптоксантин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "микрограма Ликопен" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "микрограма Лутеин+Зеаксантин" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "мг витамин Е" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "мг Витамин К" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "грама Наситена мастна киселина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "грама Мононенаситени мастни киселини" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "грама Полиненаситени мастни киселини" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "мг Холестерол" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Процент откази" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Млечни и яйчени продукти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Подправки и билки" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Бебешка храна" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Масла и мазнини" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Домашни птици" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Супи и Сосове" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Сосове и Обедни менюта" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Зърнени закуски" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Плодове и плодови сокове" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Свинско" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Зеленчуци" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Ядки и семена" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Говеждо" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Напитки" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Риба и Ракообразни" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Зеленчуци" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Агнешко, телешко и дивеч" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Печени продукти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Сладки неща" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Зърнени и паста" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Бързи храни" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Основни, предястия и гарнитури" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Снакове" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Национална кухня" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "цялата база данни" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ключ на съставка" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA ИД номер" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Описание на USDA елемент" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Еквивалент на плътност" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ИД#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Инструменти" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Получаване на хранителната информация за текущия списък" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Количество за списъка за пазаруване" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Редактиране на _хранителната информация" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "звезди" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Експортирани %(number)s от %(total)s рецепти" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Изнасянето завърши." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Включване на рецептата в тялото на e-писмото (добра идея)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Изпращане на е-писмо с рецептата като прикачен HTML файл" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Изпращане на е-писмо с рецептата като прикачен PDF файл" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Опции за електронната поща" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Не питай преди изпращане на e-поща." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Електронното писмо не е изпратено" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Не избрахте да включите рецептата в тялото на съобщението или като прикачен " "файл." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Запазване на рецептата като..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet не може да изнесе файл от вида \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Изнасяне на рецепти" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "рецепти" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Не може да се изнесе: непознат вид на файла \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Моля уверете се, че при запазване сте избрали вид на файла от падащото меню." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Изнасяне" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Невъзможност за печат: няма активни приставки за печат!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Печат на %s рецепта" msgstr[1] "Печат на %s рецепти" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "порция" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Отваряне на рецепта..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Въведете адреса на сайта" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Промени" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Въведете адреса на сайта или архива с резепти." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Внасяне" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Всички възможни за внасяне файлове" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Внесени са %s рецепти" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "порция" msgstr[1] "порции" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Внесени са %s от общо %s рецепти." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "добре" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Порции" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Подгрупа на съставката" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Скриване" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Текст" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Действия" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Внасяне на рецепта" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Изчистване на _етикетите" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Внасяне на рецепта" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "навсякъде" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "заглавие" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "съставка" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "инструкции" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "бележки" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "национална кухня" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "източник" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Използване на регулярни изрази в търсенето" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Използване на регулярни изрази (разширен език за търсене) в търсенето на " "текст" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Търсене при въвеждане (изключете го, ако търсенето е прекалено бавно)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "_Настройки на търсенето" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Показване на разширени настройки за търсене" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s рецепта" msgstr[1] "%s рецепти" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "покажи рецепти %(bottom)s до %(top)s от %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s в %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "На пауза" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Внасяне от KRecipe" msgstr[1] "Внасяне от KRecipe" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "На пауза" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Готово" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Грешка: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Грешка" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Грешка %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Проследяване" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "секунда" msgstr[1] "секунди" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "мин" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "минута" msgstr[1] "минути" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "ч." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "час" msgstr[1] "часа" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "ден" msgstr[1] "дни" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "седмица" msgstr[1] "седмици" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "месец" msgstr[1] "месеца" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "година" msgstr[1] "години" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " и " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "и" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "до" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Разглеждане на рецепти" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Избиране на рецепти, чрез разглежда по категория, кухня и т.н." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Основни" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Откриване на повтарящи се рецепти" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" "Помощник за откриване и премахване или сливане на повтарящи се рецепти." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF експорт" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Създаване на уеб страници от рецепти." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Внасяне/изнасяне" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Внасяне и изнасяне на XML файл на Gourmet" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "IВнасяне и изнасяне на рецепти като XML файлове на Gourmet, подходящи за " "резервно копие или обмен с други потребители на програмата." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Внасяне от KRecipe" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Внасяне на файлове от програмата Krecipe." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Внасяне от Mastercook" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Внасяне на файлове от програмата Mastercook." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Внасяне и изнасяне на XML файл на Gourmet" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "IВнасяне и изнасяне на рецепти като XML файлове на Gourmet, подходящи за " "резервно копие или обмен с други потребители на програмата." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Изнасяне към Mealmaster (tm)" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Изнасяне на рецептите като текстови файлове mealmaster" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Печат и изнасяне на PDF" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Отпечатване на рецептите или отпечатване като PDF; тази приставка има " "различни шаблони на страницата." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Поетапно внасяне на обикновен текст" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Помага на потребителя да избере и внесе обикновен текст. Предлага и изнасяне " "към обикновен текст." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Задаване и редактиране на ключове за съставки (уникални идентификатори за " "съставки, използвани за окрупняване на елементите в списъците за пазаруване)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" "Запазване на списъците за пазаруване като рецепти за бъдещо използване." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Изчисляване на хранителната информация за рецептите." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Редактор на категориите за паразуване" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Задаване и редактиране на категории за пазаруване за съставките директно от " "редактора на рецепти." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Проверка на правописа" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Предоставя прост калкулатор на мерни единици." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Настройка на показването на единиците" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "Позволява да използвате само метрични (или метрични) мерни единици" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Проверка за Unicode-16 в текстовите файлове" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "E-mail selected recipe" #~ msgstr "Изпращане на избраната рецепта по е-поща" #~ msgid "_E-Mail recipe" #~ msgstr "Изпращане на рецепта по _е-поща" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (помощ при портването към Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows инсталатор)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "" #~ "Richard Ferguson (подобрения по интерфейса на конвертора на единици)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (подобрения към изнасянето в Mealmaster формат)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo and splash screen)" #~ msgid "Upgrading database" #~ msgstr "Надграждане на базата данни" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "В зависимост от размера на вашата база данни, това може да интензивен " #~ "процес, отнемащ известно време. На вашите данни бе създадено резервно " #~ "копие, в случай че нещо се обърка." #~ msgid "Paste ingredients" #~ msgstr "Поставяне на съставки" #~ msgid "Import from file" #~ msgstr "Внасяне от файл" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Изберете файл съдържащ списъка със съставки." #~ msgid "No file selected" #~ msgstr "Няма избран файл" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Нямаше избран файл, затова действието беше прекъснато" #~ msgid "_Import file" #~ msgstr "_Внасяне на файл" #~ msgid "Import _webpage" #~ msgstr "Внасяне на уебстраница" #~ msgid "Import recipe from webpage" #~ msgstr "Внасяне на рецепта от уебстраница" #~ msgid "Open _Trash" #~ msgstr "Отваряне на _кошчето" #~ msgid "Archive (zip, tarball)" #~ msgstr "Ар (zip, tarball)хив" #~ msgid "Loading zip archive" #~ msgstr "Зареждане на zip архив" #~ msgid "Unzipping zip archive" #~ msgstr "Разархивиране на zip архива" #~ msgid "Webpage" #~ msgstr "Уеб страница" #, python-format #~ msgid "Downloading %s" #~ msgstr "Изтегляне на %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Лист за пазаруване за %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Получаване на %s" #~ msgid "ml" #~ msgstr "мл" #~ msgid "Retrieving file" #~ msgstr "Получаване на файла" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Въведете адрес на архива на рецептата или страницата на рецептата." #~ msgid "Enter URL:" #~ msgstr "Въведете адрес:" #~ msgid "Unable to import URL" #~ msgstr "Адресът не може да се внесе" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet не разполага с приставка за внясане на URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Неуспешна импортация на URL %(url)s от файлов тип%(type)s. Файловете са " #~ "запазени във временно местонахождение %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Тази уебстраница не е разпозната. Използва се обикновеното внасяне..." #~ msgid "Import complete." #~ msgstr "Внасянето завърши." #~ msgid "Importing recipe" #~ msgstr "Внасяне на рецепта" #~ msgid "Processing ingredients" #~ msgstr "Обработване на съставките" #~ msgid "Processing ingredients." #~ msgstr "Обработване на съставките." #, fuzzy #~ msgid "Gourmet" #~ msgstr "XML файл на Gourmet" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet мениджър на рецепти" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Организиране на рецепти, създаване на списъци за покупки, изчисляване на " #~ "хранителна информация и още." #~ msgid "Send to Email" #~ msgstr "Изпращате по е-поща" #~ msgid "Email recipes from Gourmet" #~ msgstr "Изпращане на рецепти от Gourmet" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Поддръжка на Zip, Gzip и Tarball" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Внасяне на рецепти от zip и tar архиви" #~ msgid "HTML Export" #~ msgstr "Изнасяне като HTML" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Създаване на уеб страници от рецепти." #~ msgid "Webpage import" #~ msgstr "Внасяне на уеб страница" #~ msgid "Import recipes from the web." #~ msgstr "Внасяне на рецепти от Интернет." #~ msgid "Website Importers" #~ msgstr "Внасяне от уеб сайтове" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "IВнасяне от about.com, www.foodnetwork.com и др. подобни" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Изберете текст от грубата рецепта и го категоризирайте, като " #~ "определите с етикет към коя част на рецептата принадлежи (изберете от " #~ "елементите на рецептата от дясно)." #~ msgid "_Raw recipe:" #~ msgstr "_Груба рецепта:" #~ msgid "_Label" #~ msgstr "_Етикет" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Започване на нова рецепта (използвайте това, ако файла, който внасяте " #~ "съдържа повече от една рецепта)" #~ msgid "Select recipe image" #~ msgstr "Изберете изображение за рецептата" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Изберете изображение за рецептата \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "По-долу са всички рецепти, намерени на внасяната страница. Изберете " #~ "изображенията, който са на рецептата или не избирайте нищо, ако не " #~ "желаете тези изображения." #~ msgid "Python Shell" #~ msgstr "Интерактивна обвивка на Python" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Позволява на програмистите да имат достъп до интерактивна обвивка, с " #~ "достъп до компонентите на Gourmet." #~ msgid "_Python Console" #~ msgstr "_Конзола на Python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Показване на конзола на python (осигурява достъп до текущото копие на " #~ "gourmet)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Стартира се Gourmet Recipe Manager..." #~ msgid "Starting gourmet..." #~ msgstr "Стартиране на Gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Току що преместихте %s рецепта в кошчето. По всяко време можете да я " #~ "възстановите или изтриете за постоянно, като изберете Иструменти - " #~ "Отваряне на кошчето." #~ msgstr[1] "" #~ "Току що преместихте %s рецепти в кошчето. По всяко време можете да ги " #~ "възстановите или изтриете за постоянно, като изберете Иструменти - " #~ "Отваряне на кошчето." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "За да печатите, задействайте приставка, осигуряваща поддръжка на печат, " #~ "като приставката 'Печат и изнасяне в PDF'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Това е неприятно. Нещо се обърка при отпечатването на вашата рецепта." #~ msgid "Unable to open URL" #~ msgstr "Адресът не може да се отвори" #~ msgid "Unable to launch mail reader." #~ msgstr "Неуспех при пускането на Пощенската програма" #~ msgid "Unable to open website." #~ msgstr "Неуспех при отварянето на сайта." #~ msgid "Unable to open file." #~ msgstr "Не може да отвори файла." #~ msgid "There was an error launching the url: %s" #~ msgstr "Грешка при зареждане на адреса: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Времето трябва да започва с номер или част, следвана от мерна единица " #~ "(минути, часове, и т.н.)" #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Времето трябва да бъде изразено в часове, минути, секунди и т. н." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "%s не може да се разпознае като брой порции" #~ msgid "cancelled" #~ msgstr "отказан" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Пожелахте да затворите прозорец с активен таймер. Можете да спрете " #~ "таймера или просто да затворите прозореца. Ако изберете второто, " #~ "прозореца ще появи отново при изтичането на времето." #~ msgid "_Servings" #~ msgstr "Пор_ции" #~ msgid "A file named %s already exists." #~ msgstr "Вече има файл с име %s." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Искаш ли да заместиш с това което запазваш?" #~ msgid "Importing old recipe data" #~ msgstr "Импортиране на стара информация за рецепта" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Внасяне на данни за рецептата от по-стара версия на Gourmet в новата база " #~ "данни." #~ msgid "Export succeeded" #~ msgstr "Изнасянето беше успешно" #~ msgid "webpage" #~ msgstr "уебстраница" #~ msgid "Exported %s to %s" #~ msgstr "%s е изнесено към %s" #~ msgid "%s stopped." #~ msgstr "%s спря." #~ msgid "%s was interrupted by user request." #~ msgstr "%s бе прекъснат по искане на потребителя" #~ msgid "%s interrupted" #~ msgstr "%s прекъснат" #~ msgid "There was an error during %s." #~ msgstr "Имаше грешка по време на %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Изтрива рецептите от базата данни (%s oт %s изтрити)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Изтрита %s рецепта" #~ msgstr[1] "Изтрити %s рецепти" #~ msgid "Export complete!" #~ msgstr "Изнасянето завърши!" #~ msgid "Recipe exported to %s" #~ msgstr "Рецептата е изнесена в %s" #~ msgid "Database format has changed" #~ msgstr "Форматът на базата данни е променен" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "Програмата %(progname)s %(version)s е променила формата на своята база " #~ "данни. Вашата база данни повече няма да работи с по-стари версии на " #~ "%(progname)s. В %(backupfile)s беше запазено резервно копие." #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "В случай, че нещо се обърка, в %s се запазва резервно копие на базата " #~ "данни" #~ msgid "Transferring data to new database format" #~ msgstr "Прехвърляне на данните към новия формат на базата данни" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet внасяне/изнасяне" gourmand-1.2.0/po/bs.po000066400000000000000000003125451510115424500147200ustar00rootroot00000000000000# Bosnian translation for grecipe-manager # Copyright (c) 2006 Rosetta Contributors and Canonical Ltd 2006 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2006. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-08 08:38+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Novi recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Dodaj u listu za _kupovinu" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Datoteka" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recepti" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalji" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Naslov" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategorija" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Sastojci" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Izbriši recept" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Obrisati izabrane recepte" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "%s recept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategorija" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Ključ" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "Jedinica:" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Recept" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Novi Recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Lista za kupovinu" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Unesite Kategoriju" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategorija:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recepti" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Izmijeni" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Pomoć" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Dodaj u listu za _kupovinu" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Imate nespremljene promjene." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Primijeni promjene prije štampanja?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Primijeni promjene prije štampanja?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instrukcije" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Bilješke" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Kol." #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Jedinica" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcionalno" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Pretvoreno: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Nije pretvoreno: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Naziv grupe" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Niste izabrali nijedan recept!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recepti" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "ili" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Ocjena" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Izvor" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Vrijeme Pripreme" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Vrijeme Kuhanja" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Izmjene" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Nevažeći unos." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Nije broj." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pauza" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Ne pitaj me ovo ponovo." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Da li stvarno hoćeš da ovo uradiš" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "fantastično" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "odlično" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "dobro" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "prolazno" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "slabo" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "brašno, višenamjensko" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "šećer" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sol" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "crni biber, mljeveni" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "led" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "voda" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "ulje, biljno" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "ulje, maslinovo" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Nepoznat" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Za slijedeće recepte:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Za slijedeće recepte:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Uvoz pauziran" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Zaustavi uvoz" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Kenan Hadžiavdić https://launchpad.net/~kenanh\n" " Miro Glavić https://launchpad.net/~klek\n" " Sanel https://launchpad.net/~sanel-bih\n" " medina https://launchpad.net/~manija843" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Spremljeno!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Uvoz je u toku." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Izvoz je u toku." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Pomnoži %s sa:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Obrisati izabrane recepte" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "Š_tampaj" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recepti" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Uvoz recepta" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recept" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Radnje" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_O" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Alati" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Š_toperica" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Obriši %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Obrisano" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Bez naslova" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Pogledajte recepte" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Recepti" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Obriši recept %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Gotovo!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Uvoz..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "ključ" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "stavka" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Polje" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Vrijednost" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Broj" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s sastojak" msgstr[1] "%s sastojaka" msgstr[2] "%s sastojaka" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Količina" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Nijedan" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Pretvarač mjernih jedinica" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML Web Stranica" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcionalno" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Uvoz recepta" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Izvoz Teksta" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML Datoteka" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML Izvoz" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Štampaj Recepte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF Izvoz" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Pismo" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Običan" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Portret" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Pejzaž" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientacija" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Veličina _Slova" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Lijeva Margina" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Desna Margina" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Gornja Margina" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Donja Margina" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Datoteka" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "PDF Izvoz" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Promijeni _svugdje" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Samo u receptu %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Sastojak" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 grama" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalorije" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Ukupno Masti" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Holesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Ukupno Karbohidrata" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Šećer" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteini" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalcijum" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Bakar" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Željezo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnezijum" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamin A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamin A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Cink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamini i Minerali" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Dnevna Vrijednost" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Količina po receptu" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Voda" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorije" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g karbohidrata" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g šećera" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg kalcijuma" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg željeza" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnezijuma" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfora" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg cinka" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg bakra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangana" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamina c" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamina B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrograma Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamina E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamina K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Kolesterola" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Hrana za Bebe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Masti i Ulja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Piletina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Supe i Sosovi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Voće i Voćni Sokovi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Svinjetina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Povrće" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Govedina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Napitci" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Jagnjetina, Teletina i Divljač" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Slatkiši" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "zvjezdice" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Izvoz završen." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Posalji opcije e-mailom" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Nepitaj prije slanja e-maila" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail nije poslat" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Spremi recept kao..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Izvezi recepte" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recepti" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Izmjene" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Uveženo %s od %s recepata." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "u redu" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "naslov" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "sastojak" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instrukcije" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "bilješke" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "kuhinja" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "izvor" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recept" msgstr[1] "%s recepta" msgstr[2] "%s recepata" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" msgstr[1] "sekunde" msgstr[2] "sekundi" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" msgstr[1] "minute" msgstr[2] "minuta" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "sati" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "sat" msgstr[1] "sata" msgstr[2] "sati" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dan" msgstr[1] "dana" msgstr[2] "dana" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "nedjelja" msgstr[1] "nedjelje" msgstr[2] "nedjelja" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mjesec" msgstr[1] "mjeseca" msgstr[2] "mjeseci" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "godina" msgstr[1] "godine" msgstr[2] "godina" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " i " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "i" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "do" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF Izvoz" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "No file selected" #~ msgstr "Nije odabrana nijedna datoteka" #~ msgid "Enter URL:" #~ msgstr "Unesi URL:" #~ msgid "Import complete." #~ msgstr "Uvoz završen." #~ msgid "Processing ingredients" #~ msgstr "Obrada sastojaka" #~ msgid "Processing ingredients." #~ msgstr "Obrada sastojaka." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML Datoteka" #~ msgid "Select recipe image" #~ msgstr "Izaberi sliku recepta" #~ msgid "Unable to open URL" #~ msgstr "Nije moguće otvoriti URL" #~ msgid "Unable to open file." #~ msgstr "Nije moguće otvoriti datoteku." #~ msgid "Export succeeded" #~ msgstr "Uspješan Izvoz" #~ msgid "webpage" #~ msgstr "web stranica" #~ msgid "%s stopped." #~ msgstr "%s zaustavljen." #~ msgid "%s interrupted" #~ msgstr "%s prekinut" gourmand-1.2.0/po/ca.po000066400000000000000000003504011510115424500146700ustar00rootroot00000000000000# Catalan translation for grecipe-manager # Copyright (C) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # Raül Cambeiro , 2007. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-04-30 06:55+0000\n" "Last-Translator: Lanthera Mobbery \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nova recepta" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Afegeix a la _llista de la compra" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Unitat de rendiment" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fitxer" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recepta" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalls" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gestor de receptes Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Llista de la compra" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Títol" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categoria" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Rendiment" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Unitat de rendiment" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recepta" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredients" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Elimina la recepta" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Obrir la recepta seleccionada" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Obrir recepta" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categoria" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Clau" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Temporitzador" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unitat" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gestor de receptes Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "El gestor de receptes Gourmet és una aplicació per a emmagatzemar, " "organitzar i cercar receptes. El Gourmet també facilita l'elaboració de " "llistes de la compra a partir de receptes. El Gourmet importa receptes de " "diverses fonts, incloent arxius MealMaster i MasterCook i diversos llocs web " "coneguts. El Gourmet pot exportar receptes com a text, fitxers MealMaster, " "pàgines web HTML i un format XML propi per a l'intercanvi amb altres usuaris " "del Gourmet. El Gourmet permet enllaçar imatges a les receptes. A més, el " "Gourmet pot calcular informació nutricional de les receptes en base als " "ingredients." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nova recepta" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detalls" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "La copia de seguretat s'ha creat en %s en cas de que qualsevol cosa vagi " "malament. Si aquesta actualizació falla, pots manualment renombrar la teva " "copia de seguretat de l'archiu recipes.db per recuperar-lo per poder usar un " "Gourmet anterior." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Mou a la _llista de la compra" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Llista de la compra" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Ja en teniu (elements del _rebost)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Introduïu la categoria" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Categoria a la qual afegir %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Categoria:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Receptes" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Elimina les receptes" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Elimina les receptes de la llista de la compra" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Edita" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "A_juda" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "No heu seleccionat cap recepta. Voleu netejar la llista sencera?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Anomena i desa la llista de la compra..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Especifiqueu quins dels ingredients opcionals següents voleu incloure a la " "llista de la compra." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recepta" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "Vé_s" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Imprimeix la recepta" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Afegeix a la _llista de la compra" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Teniu canvis sense desar." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Voleu aplicar els canvis abans d'imprimir?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Voleu aplicar els canvis abans d'imprimir?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opcional)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "No s'ha pogut trobar la recepta %s a la base de dades." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Edita la recepta:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Visualitza la targeta de la recepta" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruccions" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notes" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Quantitat" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unitat" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Element" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "La recepta %s (ID %s) no és a la base de dades." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "S'ha convertit: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "No s'ha convertit: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "S'ha canviat la unitat." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Heu canviat la unitat de %(item)s de %(old)s a %(new)s. Voleu convertir la " "quantitat?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "S'ha convertit %(old_amt)s %(old_unit)s a %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "No s'ha pogut convertir de %(old_unit)s a %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "S'està afegint el grup d'ingredients" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Introduïu un nom per al nou subgrup d'ingredients" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nom del grup:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "La recepta no es pot cridar a ella mateixa com a ingredient." #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "La recurrència infinita no està permesa en les receptes." #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "No heu seleccionat cap recepta." #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Receptes" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Timbre" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "So d'avís" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "So d'error" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Voleu aturar el temporitzador?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Atura el _temporitzador" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Continua comptant" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "o" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cuina" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Puntuació" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Font" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Web" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Temps de preparació" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Temps de cocció" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modificacions" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Entrada no vàlida." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "No és un nombre." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "Fes una _pausa" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Atura" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "No ho tornis a demanar." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "De debò voleu fer-ho?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "exceŀlent" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "molt bo" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "bo" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "regular" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "pobre" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Converteix les puntuacions a una escala de 5 estrelles." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Converteix les puntuacions." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Proporcioneu a cadascuna de les puntuacions un equivalent en una escala d'1 " "a 5." #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Puntuació actual" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Puntuació sobre 5 estrelles" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Seleccioneu el _tipus de fitxer" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Malauradament, no s'ha pogut\n" "interpretar la quantitat «%s»." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Les quantitats han de ser nombres (fraccions o decimals), rangs de nombres o " "s'han de deixar en blanc." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "La «unitat» ha d'estar en el camp «unitat» tota sola.\n" "Per exemple, si voleu introduir «una tassa i mitja»,\n" "el camp «quantitat» pot contenir «1.5» o «1 1/2». «Tasses»\n" "ha d'anar separat en el camp «unitat».\n" "\n" "Per a introduir un rang de nombres, empreu «-» per a separar-los.\n" "Per exemple, podeu introduir «2-4» or «1 1/2 - 3 1/2».\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "farina, tots els usos" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sucre" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sal" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "pebre negre, mòlt" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "gel" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "aigua" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "oli, vegetal" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "oli, oliva" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Desconegut" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "La recepta es crida a ella mateixa com a ingredient." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "S'ignorarà l'ingredient %s." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Llista de la compra per a %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Per a les següents receptes:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Per a les següents receptes:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Seleccioneu la codificació" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "No es pot determinar la codificació adequada. Seleccioneu la codificació " "correcta de la llista següent:" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Mira el _fitxer amb aquesta codificació" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "S'ha aturat la importació" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Atura la importació" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Índex de receptes" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Llista de la compra" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Daniel Hernández https://launchpad.net/~dhernan2\n" " KeyStorm https://launchpad.net/~keystorm\n" " Lanthera Mobbery https://launchpad.net/~ichinosenokibine\n" " Miguel https://launchpad.net/~molon\n" " Raül Cambeiro https://launchpad.net/~raulcambeiro\n" " Richy https://launchpad.net/~richy\n" " dgimeno https://launchpad.net/~info-sima-pc\n" " edu https://launchpad.net/~chefuri" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "S'ha desat." #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Desa les edicions a %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Hi ha una importació en procés." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Hi ha una exportació en procés." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Hi ha una eliminació en procés." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Voleu sortir del programa igualment?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "No surtis" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s de %s receptes esborrades permanentment" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Paperera" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Cercar, eliminar permanentment o recuperar receptes" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Receptes recuperades " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplica %s per:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Qualsevol valor anterior existent no es cambiarà." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Els nous valors sobreescriuràn qualsevol valor anterior existent." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Aquest cambi no es pot desfer." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Cercar receptes" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Obrir recepta" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Obrir la recepta seleccionada" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Elimina les receptes seleccionades" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Exportar les receptes seleccionades a un archiu" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "Im_primeix" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "receptes" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nou" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "S'està important la recepta" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recepta" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Tanca" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Accions" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Paperera" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferències" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Extensions" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Quant a" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Ei_nes" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Temporitzador" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Voleu eliminar %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Teniu canvis per desar a %s. Segur que voleu eliminar-ho?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "S'ha eliminat" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Sense títol" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Voleu eliminar les receptes permanentment?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Voleu eliminar la recepta permanentment?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "De debò voleu eliminar la recepta %s?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "De debò voleu eliminar les receptes següents?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "De debò voleu eliminar les %s receptes seleccionades?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Mira les receptes" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "_Índex de receptes" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "S'ha eliminat la recepta %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Fet!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "S'està important..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "clau" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "element" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Camp" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Valor" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Recompte" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Voleu canviar totes les claus «%s» a «%s»?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "No podreu desfer aquesta acció. Si ja hi ha ingredients amb la clau «%s», no " "podreu distingir entre aquests elements i els que esteu canviant ara." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Voleu canviar tots els elements «%s» a «%s»?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "No podreu desfer aquesta acció. Si ja hi ha ingredients amb l'element «%s», " "no podreu distingir entre aquests elements i els que esteu canviant ara." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Canvia _totes les instàncies de «%(unit)s» a «%(text)s»" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Canvia «%(unit)s» a «%(text)s» només per als _ingredients «%(item)s» amb " "clau «%(key)s»" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Canvia _totes les instàncies de «%(amount)s» %(unit)s a %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Canvia «%(amount)s» %(unit)s a %(text)s %(unit)s només _quan la clau de " "l'ingredient és %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Canvia «%(amount)s» %(unit)s a %(text)s %(unit)s només quan la clau de " "l'ingredient és %(key)s _i quan l'element és %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Voleu canviar totes les files seleccionades?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Aquesta acció no es podrà desfer. Confirmeu que, per a les %s files " "seleccionades, voleu establir els valors següents:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Clau a %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Element a %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Unitat a %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Quantitat a %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingredient" msgstr[1] "%s ingredients" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Es mostren els ingredients %(bottom)s a %(top)s de %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Quantitat" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Categoria de compra" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Cap" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "No es pot convertir %s a %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Es necessita informació de densitat." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Convertidor d'_unitats" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Pàgina web HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "S'està exportant la pàgina web" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "S'estan exportant les receptes a fitxers HTML en el directori %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "S'ha desat la recepta en el fitxer HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "S'està exportant la pàgina web" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "S'estan exportant les receptes a fitxers HTML en el directori %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "S'ha desat la recepta en el fitxer HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Exportació a text" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Fitxer XML del Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Exportació a l'XML del Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "S'estan exportant les receptes al fitxer XML del Gormet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "S'ha desat la recepta al fitxer XML del Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "S'ha finalitzat la importació de MasterCook." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "S'està ordenant l'XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Imprimeix les receptes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Format de Document Portable)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Exportació a PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "S'estan exportant les receptes al fitxer PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "S'ha desat la recepta al fitxer PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Targeta d'índex (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Targeta d'índex (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Targeta d'índex (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Targeta d'índex (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Carta" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Targeta d'índex (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Targeta d'índex (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Targeta d'índex (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Senzill" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s columna" msgstr[1] "%s columnes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Retrat" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Apaïsat" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientació" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "_Disposició de la pàgina" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Mida del _tipus de lletra" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Marge esquerre" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Marge dret" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Marge superior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Marge inferior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Fitxer MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Exportació a MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "S'estan exportant les receptes al fitxer MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "S'ha desat la recepta al fitxer MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Racions" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Fitxer" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Exportació a PDF" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "S'estan exportant les receptes al fitxer XML del Gormet %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "S'ha desat la recepta al fitxer XML del Gourmet %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Qualsevol grup de menjar" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Converteix la unitat de %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Per tal de calcular la informació nutricional, el Gourmet necessita que " "l'ajudeu a convertir «%s» a una unitat que pugui interpretar." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Voleu canviar la clau de l'ingredient de %(old_key)s a %(new_key)s a tot " "arreu o només a la recepta %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Canvia-ho a tot _arreu" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "Canvia-ho _només a la recepta %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Canvia la unitat" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Voleu canviar la unitat de %(old_unit)s a %(new_unit)s per a tots els " "ingredients %(ingkey)s o només a la recepta %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Per tal de calcular la informació nutricional per a «%(amount)s %(unit)s " "%(ingkey)s», el Gourmet necessita saber-ne la densitat. La base de dades " "nutricional té diverses descripcions d'aquest menjar amb diferents " "densitats. Trieu l'opció correcta a sota." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Per a aplicar la informació nutricional, el Gourmet necessita una quantitat " "i una unitat vàlides." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingredient" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Equivalent a la base de dades de l'USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 grams" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calories" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Greixos totals" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Greixos saturats" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Colesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodi" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Hidrats de carboni totals" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Fibra dietètica" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sucres" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteïnes" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-carotè" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Carbonats" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-carotè" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta-criptoxantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calci" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Coure" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folats totals" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Àcid fòlic" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Folat alimentari" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Equivalents dietètics de folats" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Ferro" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Licopè" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteïna i zeaxantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesi" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganès" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Àcid pantotènic" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fòsfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potassi" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamina A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Seleni" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamina A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamina A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamina B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamina C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamina E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamina K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinc" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamines i minerals" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Falta informació nutricional\n" "per a %(missing)s de %(total)s ingredients." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% Valor _diari" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Percentatge de valor diari recomanat basat en %i calories per dia. Feu clic " "per a editar el nombre de calories per dia." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Quantitat per recepta" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "S'estan carregant les dades nutricionals" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "S'ha completat la importació de la base de dades nutricional." #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "S'està recollint la base de dades nutricional de l'arxiu zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "S'està extraient %s de l'arxiu zip." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "S'estan analitzant les dades nutricionals..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "S'han llegit les dades nutricionals: s'han importat %s de %s entrades." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "S'estan analitzant les dades de pes..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "S'han llegit les dades de pes per als elements nutricionals: s'han importat " "%s de %s entrades" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Aigua" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilocalories" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g. de proteïnes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g. de lípids" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g. de cendres" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g. d'hidrats de carboni" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g. de fibra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g. de sucre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg. de calci" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg. de ferro" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg. de magnesi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg. de fòsfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg. de potassi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg. de sodi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg. de zinc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg. de coure" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg. de manganès" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "µg. de seleni" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg. de vitamina C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg. de tiamina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg. de riboflavina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg. de niacina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg. d'àcid pantotènic" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg. de vitamina B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "µg. de folats totals" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "µg. d'àcid fòlic" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "µg. de folat alimentari" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "µg. d'equivalents dietètics de folats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "µg. de vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamina A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamina A (µg. d'equivalents de l'activitat del retinol)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "µg. de retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "µg. d'alfa-carotè" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "µg. de beta-carotè" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "µg. de beta-criptoxantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "µg. de licopè" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "µg. de luteïna i zeaxantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg. de vitamina E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg. de vitamina K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g. d'àcids grassos saturats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g. d'acids grassos monoinsaturats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g. d'àcids grassos poliinsaturats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg. de colesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Percentatge de rebuig" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Productes làctics i ous" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Espècies i herbes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Aliments infantils" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Greixos i olis" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Aviram" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Sopes i salses" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Embotits i carns fredes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cereals d'esmorzar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Fruites i sucs" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Porc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Verdures i hortalisses" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Fruita seca i llavors" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Bou" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Begudes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Peix i marisc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Llegums" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Xai, vedella i caça" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Pastisseria" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Dolços" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Cereals i pastes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Menjar ràpid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Àpats, entrants i guarnicions" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Mossades" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Aliments ètnics" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "estrelles" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "S'han exportat %(number)s receptes de %(total)s" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "S'ha completat l'exportació." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Inclou la recepta en el cos del missatge (sempre és bona idea)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Envia la recepta com a adjunció en HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Opcions del correu" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "No preguntis res abans d'enviar el correu." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "No s'ha enviat el correu." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "No heu triat incloure la recepta en el cos del missatge ni com a adjunció." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Anomena i desa la recepta..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "El Gourmet no pot exportar un fitxer del tipus «%s»" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exporta receptes" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "receptes" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Imprimeix %s recepta" msgstr[1] "Imprimeix %s receptes" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Introduïu l'URL de l'arxiu de receptes o del lloc web de receptes." #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modificacions" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Tots els fitxers importables" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "S'han importat %s receptes." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "S'han importat %s de %s receptes." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "Correcte" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Racions" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "títol" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingredient" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instruccions" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notes" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cuina" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "font" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recepta" msgstr[1] "%s receptes" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Es mostren les receptes %(bottom)s a %(top)s de %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Fet" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Error: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Error" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Error %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "segon" msgstr[1] "segons" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min." #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minut" msgstr[1] "minuts" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "h." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "hora" msgstr[1] "hores" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dia" msgstr[1] "dies" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "setmana" msgstr[1] "setmanes" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "mesos" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "any" msgstr[1] "anys" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " i " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "i" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "a" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Exportació a PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (assistència en el port a Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "" #~ "Daniel Folkinshteyn (instaŀlador per a Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "" #~ "Richard Ferguson (millores en la interfície del convertidor d'unitats)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (millores en l'exportació a Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo i pantalla de presentació)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (icones de nutrició i d'afegeix a la llista de la compra)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (millores en la " #~ "internacionalització, diverses correccions d'errades)" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Trieu un fitxer que contingui la llista d'ingredients." #~ msgid "No file selected" #~ msgstr "No heu seleccionat cap fitxer" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Com que no heu seleccionat cap fitxer, s'ha canceŀlat l'acció." #~ msgid "Open _Trash" #~ msgstr "Obrir _Paperera" #~ msgid "Loading zip archive" #~ msgstr "S'està carregant l'arxiu zip" #~ msgid "Unzipping zip archive" #~ msgstr "S'està descomprimint l'arxiu zip" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Llista de la compra per a %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "S'està obtenint %s" #~ msgid "Retrieving file" #~ msgstr "S'està obtenint el fitxer" #~ msgid "Enter URL:" #~ msgstr "Introduïu l'URL:" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "No s'ha pogut reconèixer aquesta pàgina web. S'emprarà l'importador " #~ "genèric..." #~ msgid "Import complete." #~ msgstr "S'ha completat la importació." #~ msgid "Processing ingredients" #~ msgstr "S'estan processant els ingredients" #~ msgid "Processing ingredients." #~ msgstr "S'estan processant els ingredients." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Fitxer XML del Gourmet" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gestor de receptes Gourmet" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organitzeu receptes, realitzeu llistes de la compra, calculeu informació " #~ "nutricional i molt més." #~ msgid "Select recipe image" #~ msgstr "Seleccioneu la imatge de la recepta" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "A sota trobareu totes les imatges trobades a la pàgina que esteu " #~ "important. Seleccioneu les imatges que són de la recepta, o bé no " #~ "seleccioneu res si no voleu fer servir cap d'aquestes imatges." #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "S'està iniciant el gestor de receptes Gourmet..." #~ msgid "Starting gourmet..." #~ msgstr "S'està iniciant el Gourmet..." #~ msgid "Unable to open URL" #~ msgstr "No s'ha pogut obrir l'URL" #~ msgid "Unable to launch mail reader." #~ msgstr "No s'ha pogut obrir el lector de correu." #~ msgid "Unable to open website." #~ msgstr "No s'ha pogut obrir el lloc web." #~ msgid "Unable to open file." #~ msgstr "No s'ha pogut obrir el fitxer." #~ msgid "There was an error launching the url: %s" #~ msgstr "S'ha produït un error en obrir l'URL: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "El temps ha de començar amb un nombre o una fracció seguits d'una unitat " #~ "(minuts, hores, etc.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "El temps s'ha d'expressar en hores, minuts, segons, etc." #~ msgid "cancelled" #~ msgstr "cancel·lat" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Heu demanat tancar una finestra amb un temporitzador actiu. Podeu aturar " #~ "el temporitzador o directament tancar la finestra. Si tanqueu la " #~ "finestra, tornarà a aparèixer quan el temporitzador arribi a zero." #~ msgid "A file named %s already exists." #~ msgstr "Ja existeix un fitxer amb el nom %s." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Voleu reemplaçar-lo amb el que esteu desant?" #~ msgid "Importing old recipe data" #~ msgstr "S'estan important dades antigues de receptes" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "S'estan important dades d'una versió anterior del Gourmet a la nova base " #~ "de dades." #~ msgid "Export succeeded" #~ msgstr "S'ha exportat amb èxit" #~ msgid "webpage" #~ msgstr "lloc web" #~ msgid "Exported %s to %s" #~ msgstr "S'ha exportat %s a %s" #~ msgid "%s stopped." #~ msgstr "S'ha aturat %s." #~ msgid "%s was interrupted by user request." #~ msgstr "%s ha estat interromput a petició de l'usuari." #~ msgid "%s interrupted" #~ msgstr "%s ha estat interromput" #~ msgid "There was an error during %s." #~ msgstr "S'ha produït un error en %s" #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "" #~ "S'estan eliminant receptes de la base de dades... (%s de %s eliminades)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "S'ha eliminat %s recepta" #~ msgstr[1] "S'han eliminat %s receptes" gourmand-1.2.0/po/cs.po000066400000000000000000003735121510115424500147220ustar00rootroot00000000000000# Czech translations for gourmet package. # Copyright (C) 2005 THE gourmet'S COPYRIGHT HOLDER # This file is distributed under the same license as the gourmet package. # Zbynek Mrkvicka , 2005. # # msgid "" msgstr "" "Project-Id-Version: gourmet 0.6.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2014-12-10 15:31+0100\n" "Last-Translator: Michal Hrušecký \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Poedit 1.5.5\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Seznam receptů" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nový recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Přidat do nákupního _seznamu" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Zobrazit re_cept" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "Hleda_t" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Pište a vyhledávejte recepty" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_v" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Vyhledávat podle jiných kritérií v současných výsledcích." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Přid_at vzhledávací criterium" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Omezit vyhledávání na:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Vý_sledky hledání" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Přid_at obrázek" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Odeb_rat obrázek" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Zdr_oj:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Hodnocení:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "K_uchyně:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategorie:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Čas na _přípravu:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Čas _vaření:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Web:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Obrázek:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Jednotka výnosu" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (výchozí, uloženo v souboru)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (uloženo v souboru)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (vyžaduje připojení k databázi)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Vyberte databázi" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Zvolte databázový systém který bude Gourmet používat" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Databázový systém" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Uživatelské jméno" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Heslo" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Heslo k uživatelskému jménu od databáze." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Soubor" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Procházet" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "Po_drobnosti" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Správce receptů Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "Zobrazi_t nástrojovou lištu" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Receptů na stránku:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Seznamový pohled" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Nastavení kartového pohledu" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "Po_uživat zlomky" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Používat zlomky při zobrazení kdykoliv to je možné" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kartový pohled" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Možnosti nákupního seznamu" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Nákupní Seznam" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Název" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "Náze_v:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Čas _přípravy:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategorie" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "hodnocení" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Výnos" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Jednotka výnosu" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "_Upravit popis" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Doba vaření:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Čas na přípravu:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Kuchyně:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategorie:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Web:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Odkaz" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Zdroj:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Hodnocení:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Vynásobte:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instrukce" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Upravit _instrukce" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Poznámky" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Upravit poz_námky" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Přísady" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Smazat vybrané recepty" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "O_dstranit recept" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Otevřít vybraný recept" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Vybrat recept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Vytisknout vybrané recepty" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Hledat _v" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Možnosti vyhledávání" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategorie" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Klíč" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Editor ketegorií" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Vyhledávat podle" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Vyhledávat v průběhu psaní" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Používat regulární výrazy" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Pokročilé vyhledávání" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Přidat ketegorii:" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Časoměřič" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "jednotka" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Nutriční hodnoty" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Správce receptů Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Správce Receptů je aplikace pro ukládání, organizování a vyhledávání " "receptů.\n" "\n" "Vlastnosti:\n" "* Jednoduché vytváření nákupních seznamů z receptů.\n" "* Import receptů z různých zdrojů jako jsou MealMaster a MasterCook\n" " archívy nebo některé populární webové stránky.\n" "* Export receptů jako PDF, text, MealMaster soubory, HTML stránky\n" " nebo uživatelský XML formát pro výměnu receptů s ostatními uživateli " "Gourmetu.\n" "* Podporuje přidávání obrázků k receptům.\n" "* Dokáže vypočítat nutriční hodnoty receptu na základě přísad.\n" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Vybrat soubor s databází" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nový recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Podrobnosti" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Pro jistotu byla vytvořena záloha v %s. V případě problémů s povýšením " "zálohu přejmenujte na recipes.db a můžete ji využívat se starým Gourmetem." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Změnit _kategorii" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Vytvořit novou kategorii" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Změnit kategorii vybrané položky" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Spíž" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Přesuň do nákupního _seznamu" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Dát do s_píže" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Odstranit z nákupního seznamu" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Přesunout vybrané do %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Nákupní _seznam" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Již máte (_položky spíže)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Vložit kategorii" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategorie, do které vložit %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategorie:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recepty" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "Přid_at položky" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Odstranit recepty" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Odstranit recepty z nákupního seznamu" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Upravit" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Nápověda" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Přidat položky" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Přidat volitelné přísady do nákupního seznamu" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Nebyl vybrát recept. Chcete vyčistit celý seznam?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Uložit nákupní seznam jako..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Označit volitelné přísady" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Specifikujte, prosím, které z volitelných přísad chcete zahrnout do " "nákupního seznamu." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Přejít" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Exportovat recept" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Exportovat vybraný recept (uložit do souboru)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "O_dstranit recept" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Odstranit tento recept" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Upravit jednotky při násobení" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Při násobení upravit jednotky pro lepší přehlednost kdekoliv je to možno." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Vytisknout recept" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Přidat do nákupního _seznamu" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Zapomenout volitelné přísady" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Před přidáním do nákupního seznamu potvrzovat všechny volitelné přísady (i " "dříve potvrzené)" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Exportovat Recept" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Neuložili jste změny." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Použít změny před vytištěním?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Použít změny před vytištěním?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Volitelné)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Recept %s nebyl nalezen v databázi." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Upravit recept:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Uložit změny do databáze" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Zobrazit kartu receptu" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Upravit" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Uložit změny do %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Přidat přísadu" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Přidat skupinu" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Přidat _recept" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Přídat jiný recept jako přísadu tohoto" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Odstranit" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Nahoru" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Dolů" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Popis" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Pokyny" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Poznámky" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Množ." #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Jednotka" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Položka" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Volitelné" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "V databázi není recept %s (ID %s)." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Převedeno: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Nepřevedeno: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Jednotky byly změněny." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Změněna jednotka %(item)s z %(old)s na %(new)s. Chcete přepočítat množství?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Převedeno z %(old_amt)s %(old_unit)s na %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Nelze převést z %(old_unit)s na %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Přidává se skupina přísad" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Vložit název podskupiny přísad" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Jméno skupiny:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Vybrat recept" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Recept nemůže mít sám sebe jako přísadu!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Nekonečná rekurze není v receptech povolena!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Nevybrali jste žádný recept!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Kolik %(title)s je třeba pro recept?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recepty" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Zvuk budíku" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Varovný signál" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Zvuk při chybě" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Zastavit časoměřič?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Zas_tavit časoměřič" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Po_kračovat" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Zásuvné moduly" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Spravovat zásuvné moduly, které přidávájí do Gourmetu další funkce." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "Zásuvný modul je vyžadován jiným modulen. Má být přesto deaktivován?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Následující zásuvné moduly vyžadují %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Přesto deaktivovat" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Ponechat zásuvný modul aktivovaný" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "nebo" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Při aktivaci zásuvného modulu nastala chyba." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Při ukončování zásuvného modulu nastala chyba." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Kuchyně" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Hodnocení" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Zdroj" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Web" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Čas přípravy" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Čas vaření" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Úpravy" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Neplatný vstup." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Není číslo." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Přerušit" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "Za_stavit" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Neptat se mě znovu." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Opravdu provést" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "vynikající" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "skvělé" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "dobré" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "ucházející" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "nic moc" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Změnit hodnocení na 5-ti hvězdičkovou stupnici." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Změnit hodnocení" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Prosím, přidělte každému hodnocení ekvivalent ze stupnice 1 až 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Současné hodnocení" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Hodnocení z 5 hvězdiček" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Vybrat _typ souboru" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Promiňte, ale nerozumím\n" "množství \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Množství musí být číslo (zlomek nebo decimální), číselný rozsah nebo prázdné." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "V poli \"Jednotka\" musí být pouze označení jednotky.\n" "Např. jestliže chcete zadat jeden a půl hrnku, pak\n" "pole pro množství bude obsahovat \"1.5\" nebo \"1 1/2\".\n" "\"Hrnek\" by měl být zadán do dalšího pole \"Jednotka\".\n" "\n" "Pro zadání rozsahu čísel použijte znaménko \"-\".\n" "Např. můžete zadat 2-4 nebo 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Uživatelské jméno" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Heslo" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "hrubá mouka" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "cukr" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sůl" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "mletý černý pepř" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "led" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "voda" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olej, rostlinný" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olej, olivový" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Neznámý" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Recept má sám sebe jako přísadu." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Přísada %s bude ignorována." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Nákupní seznam pro %s" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "Pro následující recepty:\n" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Pro následující recepty:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Vybrat kodování" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "Nelze zjistit správné kódování. Vyberte ho, prosím, ručně ze seznamu." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Zobrazit _soubor v kódování" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import přerušen" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Zastavit import" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Seznam _receptů" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Nákupní Sezna_m" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Zbynek MrkvickaZbynek Mrkvicka \n" "\n" "Launchpad Contributions:\n" " Chrizofilax https://launchpad.net/~chrizofilax\n" " Dan Matyas https://launchpad.net/~daniel-matyas\n" " Jaroslav Lichtblau https://launchpad.net/~dragonlord\n" " Mank https://launchpad.net/~freedcpp\n" " Radek Šprta https://launchpad.net/~radek-sprta\n" " Zbynek Mrkvicka https://launchpad.net/~zbynek" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Uloženo!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Uložit změny do %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Probíhá import." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Probíhá export." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Probíhá mazání." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Přesto ukončit program?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Neukončovat!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Nevratně odstraněno %s z %s receptů" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Koš" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Prohlížejte, mažte a obnovujte recepty" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Obnovené recepty " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Nakoupit %(unit)s na %(title)s" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Násobit %s:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Nastavit %(attributes)s %(num)s vybranému receptu?" msgstr[1] "Nastavit %(attributes)s %(num)s vybraným receptům?" msgstr[2] "Nastavit %(attributes)s %(num)s vybraným receptům?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Stávající hodnoty zůstanou nezměněny." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Nové hodnoty přepíšou stávající." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Tato změna je nevratná." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Nastavit hodnoty vybraným receptům" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Hledat recepty" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Otevřít recept" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Otevřít vybraný recept" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Odstranit recept" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Odstranit vybrané recepty" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Upravit recept" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Otevřít vybrané recepty v editoru" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xportovat vybrané recepty" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Exportuje vybrané recepty do souboru" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Tisk" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recepty" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Dávkově upravit r_ecepty" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nový" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importovat recept" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importovat recept ze souboru" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recept" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Exportovat všechny recepty" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Exportovat všechny recepty do souboru" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Ukončit" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Akce" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Koš" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Předvolby" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Zásuvné moduly" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Spravovat zásuvné moduly, které přidávájí do Gourmetu další funkce." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Nastavení" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "O _aplikaci" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Nás_troje" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Č_asoměřič" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Zobrazit časoměřič" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Prohledávatelný seznam receptů v databázi." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Odstranit %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Některé změny nejsou v %s uloženy. Opravdu odstranit?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Odstraněno" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Bez názvu" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Trvale odstranit recepty?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Trvale odstranit recept?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Opravdu chcete odstranit recept %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Opravdu chcete odstranit následující recepty?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Opravdu chcete odstranit %s vybraných receptů?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Zobrazit recepty" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Odstranit recepty" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "Recepty smazány" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Odstraněn recept %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Hotovo!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importuje se..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Editor _klíčů přísad" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Upravit klíče přísad hromadně" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "klíč" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "položka" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Pole" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Hodnota" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Počet" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Změnit všechny klíče \"%s\" na \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Tato akce je nevratná. Jestliže existují přísady s klíčem \"%s\", pak " "nebudete moci rozlišit mezi původními položkami a těmi, které právě měníte." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Změnit všechny položky \"%s\" na \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Tato akce je nevratná. Jestliže existují přísady s položkou \"%s\", pak " "nebudete moci rozlišit mezi původními položkami a těmi, které právě měníte." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Změnit všechny výskyty \"%(unit)s\" na \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Změnit \"%(unit)s\" na \"%(text)s\" jen pro _přísady \"%(item)s\" s klíčem " "\"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Změnit všechny výskyty \"%(amount)s\" %(unit)s na %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Změnit \"%(amount)s\" %(unit)s na \"%(text)s\" %(unit)s jen _kde klíč " "přísady je %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Změnit \"%(amount)s\" %(unit)s na \"%(text)s\" %(unit)s jen kde klíč přísady " "je %(key)s _a kde položka je %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Změnit všechny vybrané řádky?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Tato akce je nevratná. Opravdu chcete všechny %s vybrané řádky změnit na " "následující hodnoty:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Klíč na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Položku na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Jednotku změnit na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Množství změnit na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s přísada" msgstr[1] "%s přísady" msgstr[2] "%s přísad" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Zobrazené přísady od %(bottom)s do %(top)s z %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Množství" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Klíče přísad" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Klíče přísad jsou normalizovaná jména přísad používaná v nákupních listech a " "pro výpočty." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Odhadnout klíče" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Odhadne nejlepší hodnoty pro klíče přísad na základě hodnot ve vaší databázi" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Upravit asociace klíčů" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Upravit asociace s klíčem a dalšími atributy v databázi" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Nákupní kategorie" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Zobrazovat jednotky jak jsou v receptu (žádná změna)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Vždy zobrazovat americké jednotky" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Vždy zobrazovat metrické jednotky" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Automaticky upravovat jednotky" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Nastavit předvolby zobrazení _jednotek" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Automaticky převádět do preferovaných jednotek (metrické, imerialní, aj.) " "kdekoliv je to možné." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Hvězdiček" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "před %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Automaticky spojovat recepty" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Vždy použít nejnovější recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Vždy použít nejstarší recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Nic" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Zdá se, že mezi importovanými recepty jsou duplikáty. Můžete je spojit nebo " "ponechat jak jsou." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Najít _duplicitní recepty" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Najít a odstranit duplicitní recepty" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Pro každou vybranou hodnotu" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Kde %(field)s je rovno %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Změna se dotkne %s receptu" msgstr[1] "Změna se dotkne %s receptů" msgstr[2] "Změna se dotkne %s receptů" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Odstranit %s kde se rovná %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Změnit %s z %s na \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Tato změna je nevratná." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Editor polí" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Upravte pole v několika receptech zároveň." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Zaslat recepty emailem" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Odeslat emailem označené recepty (v případě, že nejsou označené žádné, " "všechny" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Opravdu chcete emailem poslat všech %s vybraných receptů?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ano, odeslat e_mailem" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Nemohu převést %s na %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Doplňte informaci o hustotě." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Převod jednotek" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Spočítat převod jednotek" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Převodník mezi jednotkami" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Od" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Do" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML stránka" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exportuji stránku" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exportuji recepty do HTML v adresáři %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Recept byl uložen jako HTML soubor %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Původní stránka z %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "volitelný" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Exportuji stránku" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exportuji recepty do HTML v adresáři %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recept byl uložen jako HTML soubor %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Textový soubor" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "_Exportovat" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Recepty jsou exportovány do textového souboru %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Recept uložen jako textový soubor %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Velký soubor" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Soubor %s je na import příliš velký" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Tento soubor přesahuje maximální povolenou délku %s znaků. Pravděpodobně " "jste ani importovat nechtěli. Pokud jej skutečně chcete importovat, rozdělte " "jej v textovém editoru na menší soubory a zkuste to znova." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Soubor Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Export Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Recepty jsou exportovány Gourmet XML souboru %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recept uložen jako Gourmet XML soubor %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "XML soubor Gourmetu (zastaralý)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML soubor" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook textový soubor" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Import z Mastercook byl dokončen." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Čistím XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML soubor" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Rozvržení stránky" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Tisknout recepty" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF export" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exportuji recepty do PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Recept uložen jako PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "body" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Kartička (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Kartička (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Kartička (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Kartička (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Dopis" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Právní (216 × 356 mm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Kartička (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Kartička (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Kartička (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Jednoduchý" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Sloupec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Sloupec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Sloupec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Sloupec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Sloupec" msgstr[1] "%s Sloupce" msgstr[2] "%s Sloupců" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Na výšku" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Na šířku" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Veliko_st papíru" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientace" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Vzh_led strany" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Velikost _písma" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Levý okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Pravý okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Horní okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Spodní okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Soubor Mealmaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Exportovat pro Mealmaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exportuji recepty pro MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recept byl uložen jako soubor Mealmaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porce" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "MCB soubor" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "MCB Export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Recepty jsou exportovány Gourmet XML souboru %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recept uložen jako Gourmet XML soubor %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Uložit nákupní seznam" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Uložit seznam jako recept" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Uložit nákupní seznam pro využití do budoucna jako recept" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "Nabídka %s (%s)" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Nabídka" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Nutriční hodnoty ukazují množství na %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Nutriční hodnoty jsou pro celý recept" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Chybí nutriční hodnoty pro %s přísady: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Jakákoliv skupina jídel" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "výběr" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Převod jednotky pro %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Pro výpočet nutričních hodnot převěďte \"%s\" na jednotku, které Gourmet " "rozumí." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Změnit klíč přísady" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Změnit klíč přísady z %(old_key)s na %(new_key)s všude nebo jen v receptu " "%(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Změnit všud_e" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Jen v receptu %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Chcete změnit klíč přísady z %(old_key)s na %(new_key)s všude?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Změnit jednotku" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Změnit jednotku z %(old_unit)s na %(new_unit)s pro všechny přísady " "%(ingkey)s nebo jen pro recept %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Pro vypočet nutričních hodnot \"%(amount)s %(unit)s %(ingkey)s\" potřebuje " "Gourmet znát hustotu. V databázi je pro tuhle přísadu několik hodnot, zvolte " "prosím níže tu správnou." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "Pro nutniční hodnoty je potřeba zadat množství a jednotku." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Nutriční hodnoty" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Přísada" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Ekvivalent databáze USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramů" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalorie" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Tuk celkem" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Nasycené tuky" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Cholesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodík" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Karbohydrátů celkem" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Vlákniny" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Cukry" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protein" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-karoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Popel" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-karoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Provitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Vápník" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Měď" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Celkem folátů" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Vitamín B9" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Foláty v jídle" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Potravinové ekvivalenty folátů" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Železo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lykopen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein+Zeazantin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Hořčík" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Vitamín B3" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Vitamín B5" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Draslík" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamín A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Vitamín A1" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Vitamín B2" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Vitamín B2" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamín A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamín A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamín B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamín B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamín C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamín E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamín K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinek" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamíny a minerály" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Chybějící nutriční hodnoty\n" "pro %(missing)s z %(total)s přísad." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Denní Dávka" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Procentuální množství doporučené denní dávky založené na %i kalorií denně. " "Počet kalorií na den změníte kliknutím." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Množství na %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Množství na recept" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Nahrávám Nutriční data" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Import nutriční databáze ukončen!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Načítá se databáze nutričních hodnot ze zip archívu %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Rozbaluji %s ze zip archívu." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Analyzují se nutriční hodnoty..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Načítání nutričních hodnot: importováno %s z %s záznamů." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Analyzují se hmotnosti..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Načítání hmotností pro nutriční hodnoty: importováno %s z %s záznamů." #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Voda" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorií" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteinů" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipidů" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g popela" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g sacharidů" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g vlákniny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g cukrů" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg vápníku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg železa" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnézia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosforu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg draslíku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodíku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zinku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg mědi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg manganu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mg selenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamínu C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg vitamínu B1" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg vitamínu B2" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg vitamínu B3" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg vitamínu B5" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamínu B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "Celkem folátů v mikrogramech" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "Vitamínu B9 v mikrogramech" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "Foláty v jídle v mikrogramech" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "Potravinové ekvivalenty folátů v mikrogramech" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Celkem Cholinu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mg vitamínu B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamín A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamín A (ekvivalent retinal v mg" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "Vitamínu A v mikrogramech" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mg Alfa-karotenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mg Beta-karotenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "mg Provitamínu A" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "mg Lykopenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "mg Luteinu a Zeazantinu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg vitamínu E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg vitamínu K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g nasycených mastných kyselin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g mononenasycených mastných kyselin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g polynenasycených mastných kyselin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg cholesterolu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Odmítnuto procent" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Mléčné produkty a vejce" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Koření a bylinky" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Jídla pro děti" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Tuky a oleje" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Drůbež" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Polévky a omáčky" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Uzeniny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cereálie" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Ovoce a ovocné sťávy" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Vepřové" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Zelenina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Ořechy a semínka" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Hovězí" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Nápoje" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Ryby a mušle" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Lustěniny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Jehněčí, telecí a zvěřina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Pečivo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Sladkosti" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Obilniny a těstoviny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Rychlá jídla" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Hlavní chody, předkrmy a přílohy" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Svačiny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Národní jídla" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "celá databáze" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Klíč přísady" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "ID číslo USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA popisek" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Hustota" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Nástroje" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Nutriční hodnoty pro tento seznam" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Množství do nákupního seznamu" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "hvězdiček" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Exportováno %(number)s z %(total)s receptů" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Export dokončen." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Vložit recept do těla emailu (dobrý nápad)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Poslat recept jako HTML přílohu" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Poslat recept emailem jako PDF přílohu." #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Možnosti emailu" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Neptat se před odesláním emailu." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Email nebyl odeslán" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Nebyla zvolena možnost vložení receptu do těla zprávy, ani jako příloha." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Uložit recept jako..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet nemůže exportovat typ souboru \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exportovat recepty" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recepty" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Export se nezdařil: neznámý typ souboru \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Při ukládání nezapomeňte vybrat typ souboru." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Export" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Tisk se nezdařil: nejsou aktivní žádné tiskové zásuvné moduly!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Vytisknout %s recept" msgstr[1] "Vytisknout %s recepty" msgstr[2] "Vytisknout %s receptů" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "výnos" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Otevřít recept..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Zadejte adresu stránky" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Úpravy" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Zadejte adresu stránky či archívu receptu." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Import" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Všechny importovatelné soubory" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Importováno %s receptů." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porce" msgstr[1] "porce" msgstr[2] "porcí" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importováno %s z %s receptů" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "v pořádku" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porce" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Podskupina přísad" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Skrýt" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Text" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Akce" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importovat recept" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Odstranit ští_tky" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importovat recept" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "kdekoliv" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "název" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "přísady" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instrukce" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "poznámky" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "kuchyně" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "zdroj" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Používat při vyhledávání regulární výrazy" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Používat regulární výrazy a další pokročilé vyhledávání" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" "Vyhledává v průběhu psaní (vypněte, pokud je vyhledávání příliš pomalé)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Zobrazit m_ožnosti vyhledávání" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Zobrazí pokročilé možnosti vyhledání" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recept" msgstr[1] "%s recepty" msgstr[2] "%s receptů" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Zobrazuji recepty %(bottom)s až %(top)s z %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s z %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Přerušeno" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Přerušit" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Dokončeno" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Chyba: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Chyba" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Chyba %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Vysledovat zpětně" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" msgstr[1] "sekundy" msgstr[2] "sekund" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" msgstr[1] "minuty" msgstr[2] "minut" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "hod." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "hodina" msgstr[1] "hodiny" msgstr[2] "hodin" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "den" msgstr[1] "dny" msgstr[2] "dní" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "týden" msgstr[1] "týdny" msgstr[2] "týdnů" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "měsíc" msgstr[1] "měsíce" msgstr[2] "měsíců" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "rok" msgstr[1] "roky" msgstr[2] "let" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " a " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "a" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "do" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Procházet recepty" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Vytvořit stránku s recepty z receptů." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importer/Exporter" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Nabízí jednoduchou jednotkovou kalkulačku." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (pomoc při portování pro Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Instalátor pro Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (vylepšení rozhraní převodu jednotek)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (vylepšení exportu do Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo and úvodní obrazovka)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (nutriční hodnoty a ikony pro přidání do nákupního seznamu)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (vylepšení překladu, různé " #~ "opravy)" #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (správce od verze 0.16.0 a nový design " #~ "webu)" #~ msgid "Upgrading database" #~ msgstr "Aktualizuje se databáze" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "V závislosti na velikosti databáze to může chvíli trvat. Vaše data byla " #~ "pro jistotu automaticky zálohována." #~ msgid "Paste ingredients" #~ msgstr "Vložit přísady" #~ msgid "Import from file" #~ msgstr "Importovat ze souboru" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Vyberte soubor obsahující seznam přísad" #~ msgid "No file selected" #~ msgstr "Nebyl vybrán žádný soubor" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Nebyl vybrán soubor, proto byla akce zrušena" #~ msgid "_Import file" #~ msgstr "_Importovat soubor" #~ msgid "Import _webpage" #~ msgstr "Importovat _stránku" #~ msgid "Import recipe from webpage" #~ msgstr "Importovat recept ze stránky" #~ msgid "Open _Trash" #~ msgstr "O_tevřít koš" #~ msgid "Loading zip archive" #~ msgstr "Načítá se zip archiv" #~ msgid "Unzipping zip archive" #~ msgstr "Rozbaluje se zip archiv" #~ msgid "Webpage" #~ msgstr "Webová stránka" #, python-format #~ msgid "Downloading %s" #~ msgstr "Stahuje se %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Nákupní seznam pro %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Získává se %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Získává se soubor" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Zadejte URL archívu receptu nebo stránku s receptem." #~ msgid "Enter URL:" #~ msgstr "Zadejte URL:" #~ msgid "Unable to import URL" #~ msgstr "Import URL se nezdařil" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet neobsahuje zásuvný modul umožňující importovat URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Nebylo možno importovat URL %(url)s mimetypu %(type)s. Soubor byl dočasně " #~ "uložen do %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Stránka nebyla rozpoznána. Použit základní import ..." #~ msgid "Import complete." #~ msgstr "Import kompletní." #~ msgid "Importing recipe" #~ msgstr "Importuje se recept" #~ msgid "Processing ingredients" #~ msgstr "Zpracovávají se přísady" #~ msgid "Processing ingredients." #~ msgstr "Zpracovávají se přísady." #~ msgid "Gourmet" #~ msgstr "Gourmet" #~ msgid "Recipe Manager" #~ msgstr "Správce receptů" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Správa receptů, vytváření nákupních seznamů, výpočet nutričních hodnot a " #~ "mnohem více" #~ msgid "HTML Export" #~ msgstr "HTML Export" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Vytvořit stránku s recepty z receptů." #~ msgid "Select recipe image" #~ msgstr "Vyberte obrázek k receptu" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Vybrat obrázek pro recept \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Níže jsou zobrazeny všechny obrázky, které byly nalezeny na stránce, " #~ "kterou importujete. Vyberte obrázky, které souvisí s receptem nebo " #~ "nechcete-li, nevybírejte žádný." #~ msgid "_Python Console" #~ msgstr "Konzola _Pythonu" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Zobrazovat konzolu Pythonu (umožňuje přístup k aktuální instanci Gourmetu)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Spouští se Správce receptů Gourmet..." #~ msgid "Starting gourmet..." #~ msgstr "Spouští se Gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Vyhodili jste %s recept do koše. Obnovit nebo nevratně odstranit jej " #~ "můžete přes Nástroje -> Otevřít koš." #~ msgstr[1] "" #~ "Vyhodili jste %s recepty do koše. Obnovit nebo nevratně odstranit je " #~ "můžete přes Nástroje -> Otevřít koš." #~ msgstr[2] "" #~ "Vyhodili jste %s receptů do koše. Obnovit nebo nevratně odstranit je " #~ "můžete přes Nástroje -> Otevřít koš." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Pro tisk je třeba aktivovat zásuvný modul, který ho podporuje, například " #~ "'Printing & PDF export'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Toto je ale nepříjemné. Při tištění receptu nastala chyba." #~ msgid "Unable to open URL" #~ msgstr "Nemohu otevřít URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Nemohu spustit poštovní aplikaci." #~ msgid "Unable to open website." #~ msgstr "Nemohu otevřít stránku." #~ msgid "Unable to open file." #~ msgstr "Nemohu otevřít soubor." #~ msgid "There was an error launching the url: %s" #~ msgstr "Nastala chyba při otevírání adresy: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Časový údaj musí začínat číslem nebo zlomkem následovaným jednotkou " #~ "(minut, hodin, atd.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Čas musí být vyjádřen v hodinách, minutách, sekundách atd." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Nerozpoznáno jaký výnos udává %s" #~ msgid "cancelled" #~ msgstr "zrušeno" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Pokoušíte se zavřit okno s aktivním časoměřičemi. Můžete zastavit čas " #~ "nebo jen zavřít okno. Jestliže jen zavřete okno, objeví se jakmile se " #~ "ozve signál." #~ msgid "A file named %s already exists." #~ msgstr "Soubor s názvem %s již existuje." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Chcete ho nahradit souborem, který ukládáte?" #~ msgid "Importing old recipe data" #~ msgstr "Importují se stará data receptů" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "Importují se recepty z předchozí verze Gourmetu do nové databáze." #~ msgid "Export succeeded" #~ msgstr "Export byl úspěšný" #~ msgid "webpage" #~ msgstr "webová stránka" #~ msgid "Exported %s to %s" #~ msgstr "Exportován %s do %s" #~ msgid "%s stopped." #~ msgstr "%s zastaveno." #~ msgid "%s was interrupted by user request." #~ msgstr "%s bylo přerušeno uživatelem." #~ msgid "%s interrupted" #~ msgstr "%s přerušeno" #~ msgid "There was an error during %s." #~ msgstr "Nastala chyba během %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Odstraňují se recepty z databáze... (%s z %s odstraněno)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Odstraněn %s recept" #~ msgstr[1] "Smazány %s recepty" #~ msgstr[2] "Odstraněno %s receptů" #~ msgid "Export complete!" #~ msgstr "Export byl dokončen!" #~ msgid "Recipe exported to %s" #~ msgstr "Recept exportován do %s" #~ msgid "Database format has changed" #~ msgstr "Formát databáze se změnil" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "V %(progname)s %(version)s se změnil formát databáze. Databáze už nebude " #~ "fungovat se staršími verzemi %(progname)s. Její záloha byla uložena v " #~ "%(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "Záložní kopie databáze byla pro jistotu uložena do %s" #~ msgid "Transferring data to new database format" #~ msgstr "Převádím data do nového formátu" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Import/Export" gourmand-1.2.0/po/da.po000066400000000000000000004115121510115424500146720ustar00rootroot00000000000000# Danish translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2013-02-19 18:18+0000\n" "Last-Translator: Tine Bisballe Nyeng \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Opskrift Indeks" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Ny Opskrift" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Tilføj til Indkøbsliste" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Vis Opskrift" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Søg efter:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Søg efter opskrifter mens du taster" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_i" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Søg med andre kriterier indenfor de nuværende søgeresultater" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Tilføj Søgekriterier" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Begræns Søgning til:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Søge_resultater" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Sæt Felter for Valgte Opskrifter" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Sæt Opskrift Felter for de valgte " "opskrifter" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Tilføj Billede" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Fjern Billede" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Kilde:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Bedømmelse:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Verdenskøkken:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategori:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Forberedningstid" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Til_beredningstid:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Internetside:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Billede:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Udbytte:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Udbytte Enhed" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Sæt _kun værdier hvor feltet i forvejen er tomt" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Sæt alle værdier for _alle de valgte opskrifter" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (gemt i en lokal fil)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (behøver forbindelse til en database)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Vælg Database" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Vælg Database System som Gourmet skal bruge" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Database System" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Vært:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Brugernavn:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Adgangskode:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Adgangskode for dit brugernavn til databasen." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Database _Navn" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fil" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Værtsnavn af det system, hvor din databaseserver kører. Hvis din " "databaseserver kører på dit lokale system, brug localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Gem din adgangskode til næste gang. Det betyder at din adgangskode vil blive " "gemt usikret i din konfigurationsfil." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Gem Adgangskode" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Navn på databasen, hvor Gourmet skal lagre sine informationer. Gourmet vil " "forsøge at oprette databasen, hvis den ikke allerede eksisterer." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "opskrift" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Dit brugernavn til databasen." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Gennemse" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detaljer" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Recipe Manager Opsætning" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Opsætning for Indeks Visning" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Vis _Valgmuligheder" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Opskrifter per side:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Opsæt hvilke søjler der inkluderes i opskriftindeks-visningen." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Indeks Visning" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Opsætning for Kort Visning" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "_Tillad enheder at skifte når der ganges" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Brug brøkdele" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Brug brøker til visning hvor det er muligt" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "Fjern emner, som du ikke bruger, fra opskriftskort-interfacet." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kortvisning" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Indkøbsliste Præferencer:" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Hvad skal Gourmet gøre med Valgfrie Ingredienser når der tilføjes " "opskrifter til indkøbslisten?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Husk brugervalg som standard" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Slet gemte valgfrie ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Tilføj altid valgfrie ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Tilføj aldrig valgfrie ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Indkøbsliste" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "portioner" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Titel:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "For_beredningstid:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategori" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "bedømmelse" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Udbytte" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Udbytte Enhed" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Butik" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Rediger _beskrivelse" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Tilberedningstid:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Forberedelsestid:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Køkken:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategori:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Internetside:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Portioner" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Link" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Kilde:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Bedømmelse:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Gang med:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instruktioner" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Rediger _instruktioner" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Noter" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Rediger _noter" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Opskrift" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredienser" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Rediger _ingredienser" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Tilføj _ingrediens:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredienser" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Tilføj opskrift til indkøbsliste" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Tilføj til _indkøbsliste" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Gå til opskriften i Opskriftskort visning" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Slet valgte opskrift" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Slet Opskrift" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Rediger egenskaber til valgte opskrifter" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Redigér opskrifter samlet" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Åben valgte opskrift" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Vælg opskrift" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Udskriv valgte opskrift" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Udskriv opskrift" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Tilføj til _Spisekammer" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Vis _Valgmuligheder" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Søg _i" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Brug regulære udtryk (avanceret søgning)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Søg i mens du _taster" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Søgemuligheder" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategori" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Nøgle" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Kategoriredigering" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Søg af" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Søg mens du taster" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Brug regulære udtryk" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Avanceret Søgning" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Tilføj Kategori: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Stopur" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Stopur" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Stopur Slut!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Minuturet vil blive ved med at ringe, indtil du lukker denne dialog eller " "nulstiller uret." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Indstil _Stopur: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Nulstil" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Start" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "Lyd" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Bemærk" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Gen_tag alarm indtil jeg slår den fra" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Indstillinger" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Redigér felter i hele databasen" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Redigér dette felt:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "For hver valgte værdi:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Ingen ændringer" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" "Den nye værdi vil blive tilføjet til slutningen i eksisterende tekst" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Den nye værdi vil erstatte eksisterende værdier" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Felt:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Værdi:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Skift _andet felt" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Skift værdi til: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Slet værdi" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Vælg hvad der svarer til" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "fra USDA databasen" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Udskift ingrediens" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "eller" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Søg i USDA Ingrediens-databasen" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Søg mens du taster" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Vis kun mad i _gruppe" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Søge_resultater:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Fra:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Beløb:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Enhed:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "element" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Udskift enhed" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Gem nye enhed" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Til:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Enhed:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Indtast ernæringsmæssig information for" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Vælg en Massefylde" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ingrediensnøgle:" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA Ingrediens: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Redigér _USAD-tilknytning" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Ernæringsmæssig Information" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Redigér _information" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Erneringsmæssig Information" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Massefylde:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA-ækvivalenter:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Brugerdefineret ækvivalent:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "_Tætheds-information" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Kendt Ernæringsmæssig Information" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Avanceret Søgning" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Ernæringsmæssige Oplysninger" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnorer" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet - Opskrifthåndtering" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Recipe Manager er et program du kan bruge til at lagre opskrifter og " "søge efter dem. Gourmet gør det let at skabe indkøbslister ud fra en " "opskrift. Gourmet gør det muligt at importere opskrifter fra et antal " "kilder, f.eks. MealMaster og Master Cook og flere populære hjemmesider. " "Gourmet kan eksportere opskrifter som tekst, MealMaster filer, HTML web " "sider og et specielt XML format til udveksling med andre Gourmet brugere. I " "Gourmet kan du linke billeder til opskrifterne. Gourmet kan også beregne " "næringsværdier for en opskrift beregnet på grundlag af ingredienserne." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Vælg database-fil" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Ny Opskrift" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Database _Navn" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detaljer" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Der er lavet en sikkerhedskopi i %s i tilfælde af at noget går galt. Hvis " "denne opgradering fejler kan du manuelt omdøbe din sikkerhedskopi til " "recipes.db for at genskabe den til brug med en ældre version af Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Skift _Kategori" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Opret ny kategori" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Ændre kategorien på den i øjeblikket valgte post" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Spisekammer" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Flyt til Indkøbslisten" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Flyt til _spisekammer" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Fjern fra indkøbsseddel" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Flyt valgte post ind i %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Indkøbsliste" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Har allerede (\"Fadeburs\"-emne)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Skriv Kategori" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategori at tilføje %s til" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategori:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "Opskrifter" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Tilføj poster:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Fjern opskrift" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Fjern opskrifter fra indkøbsliste" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Rediger" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Hjælp" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Tilføj poster" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Tilføj vilkårlige poster til indkøbsseddel" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Ingen opskrifter er valgt. Vil du tømme hele listen?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Gem indkøbsliste som..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Vælg valgfrie ingredienser" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Venligst specificér hvilke af disse valgfrie ingredienser du vil inkludere i " "din indkøbsliste." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Opskrift" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Start" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Eksportér opskrift" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Eksportér valgt opskrift (gem som fil)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Slet opskrift" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Slet denne opskrift" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Justér enheder ved multiplicering" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Ændre enheder for at gøre dem mere læselige når det er muligt ved " "multiplicering" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Udskriv opskrift" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Tilføj til Indkøbsliste" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Glem de huskede valgfri ingredienser" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Spørg om alle valgfri ingredienser før tilføjelse til indkøbsseddel, selv " "dem du før vil have husket." #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Eksportér opskrift" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Du har ikke-gemte ændringer." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Tilføj ændringer før print?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Tilføj ændringer før print?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Valgfri)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Kunne ikke finde opskriften %s i databasen." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Rediger opskrift:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Gem ændringer i databasen" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Vis opskriftskort" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Redigér" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Gem ændringer til %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Tilføj Ingrediens" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Tilføj gruppe" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Tilføj _opskrift" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Tilføj en anden opskrift som ingredisens i denne opskrift" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Slet" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Op" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Ned" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Beskrivelse" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruktioner" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Noter" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Mgd" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Enhed" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Vare" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Valgfri" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Opskriften %s (ID %s) er ikke i vores database." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Konverterede: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Ikke konverterede: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Ændret enhed." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Du har ændret enheden for %(item)s fra %(old)s til %(new)s. Skal mængden " "konverteres?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Konverterede %(old_amt)s %(old_unit)s til %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Kunne ikke konvertere fra %(old_unit)s til %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Tilføjer ingrediensgruppe" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Skriv navn for ny undergruppe af ingredienser" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Navn på gruppe:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Vælg opskrift" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Opskriften kan ikke kalde sig selv for en ingrediens!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Dette er ikke tilladt i opskrifter!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Du har ikke valgte nogle opskrifter!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Hvor meget af %(title)s er din opskrift en opfordring til?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Opskrifter" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Ringelyd" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Advarsels lyd" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Fejl lyd" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "top minutur?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Stop _minutur" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Lad minutur fortsætte" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Udvidelser" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Plugins tilføjer ekstra funktionalitet til Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Udvidelse er nødvendig for andre udvidelser. Deaktiver udvidelse alligevel?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "De følgende udvidelser kræver %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Deaktivér alligevel" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Behold udvidelse aktiv" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "eller" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Der opstod en fejl ved aktiveringen af udvidelsen." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Der opstod en fejl ved deaktivéringen af udvidelsen." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Køkken" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Bedømmelse" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Kilde" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Hjemmeside" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Forberedelsestid" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Kogetid" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modifikationer" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Ugyldig indtastning." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Ikke et tal" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pause" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Spørg mig ikke om dette igen." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Vil du virkelig gøre dette" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "fremragende" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "storartet" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "god" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "nogenlunde" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "dårlig" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Konvertér bedømmelser til 5-stjerne-skala." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Konvertér bedømmelser." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Anfør venligst en tilsvarende bedømmelse på en skala fra 1 til 5 for hver af " "bedømmelserne" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Aktuel Bedømmelse" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Bedømmelse ud over 5 stjerner" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Vælg Filtype" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Beklager, jeg forstår ikke\n" "mængden \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Mængder skal være tal (brøker eller decimaltal), række af tal eller blank" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Kun \"enhed\" skal være i \"enhedsfeltet\".\n" "F.eks., hvis du vil bruge en og en halv kop, \n" "kan mængdefeltet indeholde \"1.5\" eller \"1 1/2\". \"kopper\"\n" "som skal stå i det seperate \"enhedsfelt\".\n" "\n" "Til at angive en række af tal, brug \"-\" for at seperere tallene.\n" " F.eks. kan du skrive 2-4 eller 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Brugernavn:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Adgangskode:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "mel" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sukker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "salt" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "sort peber, kværnet" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "is" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "vand" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olie, vegetabilsk" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olie, oliven" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Ukendt" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Opskrift kalder sig selv for en ingrediens." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ingrediens %s ignoreres." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Indkøbsliste for %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "For følgende opskrifter:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "For følgende opskrifter:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Vælg tegnsæt" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Kan ikke bestemme rigtige tegnsæt. Vælg venligst det rigtige tegnsæt fra den " "følgende liste." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Se _fil med tegnsæt" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import på pause" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Stop import" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Opskriftsindeks" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Indkøbliste" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "oversættelsekredit\n" "\n" "Launchpad Contributions:\n" " AJenbo https://launchpad.net/~ajenbo\n" " Aputsiaq Niels Janussen https://launchpad.net/~aj\n" " Christian Flintrup https://launchpad.net/~christianflintrup\n" " Dkzoffy https://launchpad.net/~dkzoffy\n" " Mads D. Mortensen https://launchpad.net/~mads-mortensen\n" " Mikkel Struntze https://launchpad.net/~mikkel-struntze\n" " Nick Østergaard https://launchpad.net/~nickoe\n" " Nicolai https://launchpad.net/~nicojorg\n" " Soren Roensberg https://launchpad.net/~launch\n" " Steen Pudselykke https://launchpad.net/~steen-pudselykke\n" " Thomas M. Hinkle https://launchpad.net/~thomas-hinkle\n" " Tine Bisballe Nyeng https://launchpad.net/~tine-h\n" " ddv https://launchpad.net/~simon-dalsgaard\n" " krc https://launchpad.net/~krc-greenpc\n" " nanker https://launchpad.net/~nanker\n" " olsendk https://launchpad.net/~jensol\n" " sabeltand https://launchpad.net/~sabeltand\n" " sunsmurf https://launchpad.net/~jot12\n" " tolletrolden https://launchpad.net/~henrik-michelsens" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Gemt!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Gem dine ændringer til %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "En import er i gang." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "En eksport er i gang." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "En sletning er i gang." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Afslut program alligevel?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Afslut ikke!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Slettede permanent %s af %s opskrifter" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Papirkurv" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Navigér, slet permanent eller gendan slettede opskrifter" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Gendannede opskrifter " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Antal %(unit)s af %(title)s at købe" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplicér %s med:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Angiv %(attributes)s for %(num)s valgt opskrift?" msgstr[1] "Angiv %(attributes)s for %(num)s valgte opskrifter?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Ingen tidligere eksisterende værdier vil blive ændret." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "De nye værdier vil overskrive alle tidligere eksisterende værdier." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Denne ændring kan ikke fortrydes." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Angiv værdier for valgte opskrifter" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Søg opskrifter" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Åben opskrift" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Åben valgte opskrift" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Slet opskrift" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Slet valgte opskrifter" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Rediger opskrift" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Åben valgte værdier i opskrift redigeringsvisning" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_ksportér valgte opskrifter" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Eksportér valgte opskrifter til en fil" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Udskriv" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "opskrifter" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Batch-_rediger opskrifter" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Ny" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importer opskrifter" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importér opskrift fra fil" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s opskrift" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Eksportér _alle opskrifter" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Eksportér alle opskrifter til en fil" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Afslut" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Handlinger" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Papirkurv" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Indstillinger" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Udvidelser" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Administrer udvidelser som tilføjer ekstra funktionalitet til Gourmet." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "I_ndstillinger" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Om" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Værktøjer" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Stopur" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Vis Stopur" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Søgbart indeks med opskrifter i databasen." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Slet %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Der er ændringer til %s, som ikke er gemt. Er du sikker på du vil slette dem?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Slettet" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Unavngivet" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Slet opskrifterne permanent?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Slet opskriften permanent?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Er du sikker på at du vil slette opskriften %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Er du sikker på at du vil slette følgende opskrifter?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Er du sikker du på at vil slette følgende %s opskrifter?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Se opskrifter" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Slet opskrifter" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Opskrift Indeks" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Slettet opskrift %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Færdig!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importerer..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Ingrediens _Nøgle Redigering" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Rediger ingrediensnøgler en masse" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "nøgle" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "vare" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Felt" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Værdi" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Tæl" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Ændre alle nøgler \"%s\" til \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Du vil ikke være i stand til at fortryde denne handling. Hvis der allerede " "er ingredienser med nøglen \"%s\", vil du ikke være i stand til at skelne " "mellem disse elementer og de elementer, du er ved at ændre nu." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Ændre alle emnerne \"%s\" til \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Du vil ikke være i stand til at fortryde denne handling. Hvis der allerede " "er ingredienser med punktet \"%s\", vil du ikke være i stand til at skelne " "mellem disse elementer og de elementer, du er ved at ændre nu." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Ændre _alle forekomster af \"%(unit)s\" til \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Ændre \"%(unit)s\" til \"%(text)s\" kun for _ingredienser \"%(item)s\" med " "nøglen \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Ændre _alle forekomster af \"%(amount)s\" %(unit)s til %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Ændre \"%(amount)s\" %(unit)s til \"%(text)s\" %(unit)s kun _når " "ingrediensens nøgle er %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Ændre \"%(amount)s\" %(unit)s til \"%(text)s\" %(unit)s kun når " "ingrediensens nøgle er %(key)s _og når emnet er %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Skift alle valgte rækker" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Denne handling vil ikke kunne fortrydes. Er du sikker på, at du for alle %s " "udvalgte rækker, ønsker at indstille følgende værdier:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Nøgle til %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Emne til %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Enhed til %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Mængde til %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrediens" msgstr[1] "%s ingredienser" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Viser ingredienser %(bottom)s til %(top)s af %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Mængde" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ingrediens Nøgler" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ingrediens Nøgler er normaliserede navne på ingredienser som bruges til " "indkøbssedler og beregninger." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Gæt nøgler" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Gæt bedste værdier for alle ingrediens nøgler baseret på de værdier som " "allerede findes i din database." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Rediger Nøgle Sammenslutninger" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Rediger sammenslutninger med nøgle og andre attributter i databasen" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Nøgleredigering" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Genstand:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Nøgle:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Udskift valgte ingredienser" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Handlekategori" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Vis enheder som de er skrevet for hver opskrift (ingen ændring)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Vis altid U.S. enheder" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Vis altid metriske enheder" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Justér automatisk enheder" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Angiv _enhedens visningsindstillinger" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Konverter automatisk enheder til foretrukne system (metrisk, empirisk, osv.) " "hvor det er muligt." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Stjerner" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s siden" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Auto-Flet opskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Brug altid nyeste opskrift" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Brug altid ældste opskrift" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Ingen" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Nogle af de importerede opskrifter ligner duplikater. Du kan flette dem her, " "eller lukke denne dialog og lade dem være som de er." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Find_duplikat opskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Find og fjern duplikat opskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Opskrifter med ligende opskriftinformation" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Opskrifter med ligende opskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Opskrifter med ens opskriftsinformationer og ingredienser" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Kopier Opskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Inkludér opskrifter i papirkurv" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Viser:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Sammenknyt _alle kopier" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Sammenknyt opskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Auto-sammenknyt" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "For hver valgte værdi" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Hvor %(field)s er %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Ændring vil påvirke %s opskrift" msgstr[1] "Ændring vil påvirke %s opskrifter" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Slet %s hvor den er %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Ændre %s fra %s til \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Denne ændring er ikke reversibel." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Felt Redigering" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Rediger felter på flere opskrifter på én gang." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "E-mail opskrifter" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "E-mail valgte opskrifter (eller alle opskrifter hvis ingen opskrifter er " "valgt" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Ønsker du at e-maile alle %s valgte opskrifter?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ja, e-_mail dem" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Kan ikke konvertere %s til %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Behøver densitetsinformation." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Enhedskonvertering" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Beregn enhedskonverteringer" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Enhedskonvertering" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Fra" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Gen_stande:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Tæthed:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Tætheds _Information" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Til" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultat:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML Webside" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Eksporterer webside" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Eksporterer opskrifter til HTML-filer i %(file)s biblioteket" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Opskrift gemt som HTML-fil %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Original Side fra %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "valgfrit" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Eksporterer webside" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Eksporterer opskrifter til HTML-filer i %(file)s biblioteket" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Opskrift gemt som HTML-fil %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Almindelig Tekstfil" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Teksteksport" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Eksportering af opskrifter til tesktfil %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Opskriften blev gemt som almindelig tekstfil %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Stor Fil" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Fil %s er for stor til at importere" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Din fil overskrider den maksimale længde af %s tegn. Du ville sandsynligvis " "ikke importere det alligevel. Hvis du virkelig ønsker at importere denne " "fil, skal du bruge en teksteditor til at dele den op i mindre filer og prøve " "at importere igen." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML-fil" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML-eksport" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Eksporterer opskrifter til Gourmet XML-fil %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Opskrift gemt i Gourmet XML-fil %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML-fil (Forældet)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML-fil" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook Tekstfil" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook import færdig." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Renser XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML-fil" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Sideopsætning" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Print Opskrifter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF Eksport" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Eksporterer opskrifter til PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Opskrift gemt som PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "punkter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Indekskort (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Indekskort (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Indekskort(5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Indekskort (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Brev" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Lovligt" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Indekskort (9x13 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Indekskort (10x15 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Indekskort (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Almindelig" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Kolonne" msgstr[1] "%s Kolonner" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Stående" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Liggende" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Papir _Størrelse" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientering" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Side _Layout" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Skrift størrelse" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Venstre margen" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Højre margen" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Top margen" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Bund margen" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "PDF Muligheder" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster-fil" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster Eksport" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Eksporterer opskrifter til MealMaster(tm)-fil %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Opskrift gemt som MealMaster(tm)-fil %(file)s." #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "portion" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Stor Fil" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "HTML Eksport" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Eksporterer opskrifter til Gourmet XML-fil %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Opskrift gemt i Gourmet XML-fil %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Indkøbsseddel Gemmer" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Gem Liste som Opskrift" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Gem nuværende indkøbsseddel som en opskrift til fremtidig brug" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Menu for %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Ernæringsmæssige oplysninger afspejler mængde pr. %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Ernæringsmæssige oplysninger afspejler mængden for hele opskriften" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Ernæringsmæssige oplysninger savnes for %s ingredienser: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Alle mad grupper" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "valgt" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Konverterer enhed for %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "For at kunne beregne ernæringsoplysninger så har Gourmet brug for hjælp til " "ændre \"%s\" til en enhed den kender." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Ændre ingrediensnøgle" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Ændr ingrediens nøgle fra %(old_key)s til %(new_key)s overalt, eller blot i " "opskriften %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Udskift _overalt" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Kun i opskrift %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Ændre ingrediensnøgle fra %(old_key)s til %(new_key)s over alt?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Skift enhed" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Ændr enheden fra %(old_unit)s til %(new_unit)s for alle ingredienser " "%(ingkey)s eller blot i opskriften %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "For at kunne udregne næringsinformation for \"%(amount)s %(unit)s " "%(ingkey)s\", skal Gourmet kende densiteten. Vores næringsdatabase har flere " "beskrivelser af denne madvare, med forskellige densiteter. Vælg venligst den " "korrekte herunder." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "For at anvende ernæringsmæssige oplysninger, har Gourmet brug for en gyldig " "størrelse og enhed." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Ernæring" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrediens" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Database ækvivalent fra USDA (U.S. Department of Agriculture)" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gram" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalorier" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Total mængde fedt" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Mættet fedt" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Kolesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Natrium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Total Kulhydrater" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Kostfibre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sukker" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protein" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-catoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Aske" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Betacaroten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calcium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Kobber" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Total Folat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Folinsyre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Madfolat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Diætale folin ekvilalente" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Jern" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lycopen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein + Zeaxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacin (B3 vitamin)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Pantothensyre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Kalium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "A vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol (A vitamin)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin (B2 vitamin)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamin (B1 vitamin)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "A-vitamin (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "A-vitamin (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminer og mineraler" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Mangler information om næringsværdi\n" "for %(missing)s af %(total)s ingredienser." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Daglig indtagelse" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Procent af anbefalet daglig indtagelse baseret på %i kalorier pr. dag. Klik " "for at redigere antal kalorier pr. dag." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Mængde pr. %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Mængde per opskrift" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Indlæser næringsværdier" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Import af ernæringsinformation udført!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Henter næringsdata fra zip-arkiv %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Udpakker %s fra zip-arkiv." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Fortolker ernæringsinformation..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Læser ernæringsinformation: har importeret %s af %s emner." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Fortolker vægtdata..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Indlæser vægt data for ernæringsmæssige emner: Importeret %s af %s poster" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Vand" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorier" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g protein" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g Lipid (fedtstof)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g aske" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "gram kulhydrat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "gram fiber" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "gram sukker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg kalcium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg jern" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg kalium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg natrium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zink" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg kobber" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "microgram selen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamin c" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg Tiamin (B1 vitamin)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg Riboflavin (B2 vitamin)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg Niacin (B3 vitamin)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg Pantothensyre (B5 vitamin)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg B6 vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "µg Folat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "µ Folinsyre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "µg Madfolat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "µg Diætere folatækvilalenter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Cholin, total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mg B12 vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "A vitamin (µg anbefalet daglig indtagelse)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "µg retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "µg Alpha-caroten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "µg Beta-caroten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "µg Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "µg Lycopen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "µg Lutein + Zeaxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg E vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamin K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g Mættede fedtsyrer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Enkeltmættede fedtsyrer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Flerumættede fedtsyrer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg kolesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Procent afvis" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Mejeri og æggeprodukter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Krydderier og urter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Babymad" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Fedt og olier" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Fjerkræ" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Supper og sovser" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Pølser og frokostkød" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Morgenmadsprodukter (korn)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frugter og frugtjuicer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Svinekød" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Grøntsager" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Nødder og frø" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Oksekød" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Drikkevarer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Fisk og Skaldyr" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Bælgplanter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Lam, Kalv og Vildt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Bagede produkter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Slik" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Korn og pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Hurtig mad" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Hovedretter, forretter og småretter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snacks" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Etnisk mad" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "hele databasen" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ingrediens Nøgle" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA ID Nummer" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA Element Beskrivelse" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Massefylde Ækvivalent" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Værktøjer" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Få ernæringsmæssig information for nuværende liste" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Mængde for Indkøbsseddel" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Redigér _ernærings info" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "stjerner" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Eksporterede %(number)s af %(total)s opskrifter" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Eksport fuldført." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Inkludér opskrift i e-mail (altid en god idé)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "E-mail opskrift som vedhæftet html-fil" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "E-mail opskrift som vedhæftet pdf-fil" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-mail-indstillinger" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Spørg mig ikke før e-mail sendes." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail ikke sendt" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Du har valgt ikke at inkludere opskriften i beskeden eller som vedhæftet fil." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Gem opskrift som..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet kan ikke eksportere fil af typen \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Eksportér opskrifter" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "opskrifter" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Ude af stand til at eksportere: ukendt filtype \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Sørg for at vælge en filtype fra rullemenuen når der gemmes." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Eksportér" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Ude af stand til at udskrive: ingen plugins til udskrivning er aktive!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Print %s opskrift" msgstr[1] "Print %s opskrifter" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "udbytte" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Åben opskrift..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Indtast internetadresse" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modifikationer" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Indtast adressen på en hjemmside eller opskrift arkiv" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importér" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alle importérbare filer" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Importerede %s opskrift" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "portion" msgstr[1] "portioner" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importerede %s af %s opskrifter" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "okay" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Portioner" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Ingrediensundergruppe" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Skjul" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Tekst" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Handlinger" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importér opskrift" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Ryd _mærker" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importer opskrifter" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "overalt" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "tittel" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediens" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instruktioner" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "Noter" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "køkken" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "kilde" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Brug regulære udtryk i søgning" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Brug regulære udtryk (et avanceret søgesprog) i tekstsøgning" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Søg imens du taster (slå fra hvis søgning er for langsom)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Vis Søge_indstillinger" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Vis avancerede søgeindstillinger" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s opskrift" msgstr[1] "%s opskrifter" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Viser opskrifter %(bottom)s til %(top)s af %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s i %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "På pause" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "KRecipe importering" msgstr[1] "KRecipe importering" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pause" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Udført" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Fejl: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Fejl" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Fejl %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Sporing" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekund" msgstr[1] "sekunder" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min." #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minut" msgstr[1] "minutter" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "tim." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "time" msgstr[1] "timer" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dag" msgstr[1] "dage" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "uge" msgstr[1] "uger" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "måned" msgstr[1] "måneder" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "år" msgstr[1] "år" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " og " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "og" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "til" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Gennemse Opskrifter" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Hjem" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Find ens opskrifter" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" "En guide til finde og fjerne eller sammenslå dobbelte forekomster af " "opskrifter." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF Eksport" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Opret opskrift-webside fra opskrifter." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importér/Eksportér" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML Import og Eksport" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importér og Eksportér opskrifter som Gourmet XML filer, brugbare til backup " "eller udveksling med andre Gourmet brugere." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe importering" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importér filer fra Krecipe programmet." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Mastercook importering" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importér filer fra Mastercook programmet." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmet XML Import og Eksport" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Importér og Eksportér opskrifter som Gourmet XML filer, brugbare til backup " "eller udveksling med andre Gourmet brugere." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster (tm) Eksportering" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Eksportér opskrifter som mealmaster tekstfiler" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Udskrivning & PDF Eksportering" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Print opskrifter eller eksportér dem som PDF; dette plugin giver mulighed " "for forskellige side-opsætninger." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Standard Tekstguided Importering" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Hjælper brugeren med at markere og importere ren tekst. Giver også mulighed " "for eksport af ren tekst." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Tildel og redigér ingrediens-koder (unikke identifikationer for " "ingredienser, bruges til at samle ens ingredienser på indkøbslisten)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Gem indkøbslister som opskrifter til fremtidig brug." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Udregn ernæringsmæssig information i opskrifterne." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Indkøbs Kategoriredigering" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Tildel og redigér indkøbskategorier for ingredienser, fra " "opskriftsredigeringsvinduet." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Stavekontrol" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Tilføjer stavekontrol til tekstfelter af afsnitslængde i " "opskriftsredigeringen (Instruktioner, Noter)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Giver en simpel enhedsudregner." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Enhedsvisnings-opsætning" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Tjek for Unicode-16 i tekstfiler" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Slå denne til, hvis dine UTF-16 tekstfiler ikke bliver importeret rent ind i " "Gourmet. Slå fra, hvis du aldrig bruger UTF-16 og du konstant bliver " "irriteret over \"Kodning\"-dialogen når du importerer filer." #~ msgid "E-mail selected recipe" #~ msgstr "E-mail valgte opskrift" #~ msgid "_E-Mail recipe" #~ msgstr "_E-Mail opskrift" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows porting assistance)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (forbedringer til Enhedsomsætterinterface)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (forbedringer til Mealmaster eksport)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo og splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (ikoner til ernæringsinformation og føj-til-indkøbsliste)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (forbedringer til " #~ "internationalisering, forskellige fejlrettelser)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Windows version maintenance and " #~ "website re-design)" #~ msgid "Upgrading database" #~ msgstr "Opgraderer database" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Afhængigt af størrelsen på din database kan dette være en intensiv proces " #~ "som kan tage lidt tid. Dine data er automatisk blevet sikkerhedskopieret " #~ "i tilfælde af, at noget går galt." #~ msgid "Paste ingredients" #~ msgstr "Indsæt ingredienser" #~ msgid "Import from file" #~ msgstr "Importér fra fil" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Vælg en fil der indeholder din ingrediensliste." #~ msgid "No file selected" #~ msgstr "Ingen fil valgt" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Ingen fil var valgt, så handlingen blev afbrudt" #~ msgid "_Import file" #~ msgstr "_Importér fil" #~ msgid "Import _webpage" #~ msgstr "Importér _internetside" #~ msgid "Import recipe from webpage" #~ msgstr "Importér opskrift fra internetside" #~ msgid "Open _Trash" #~ msgstr "Åben _Papirkurv" #~ msgid "Archive (zip, tarball)" #~ msgstr "Arkivér (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Indlæser zip-arkiv" #~ msgid "Unzipping zip archive" #~ msgstr "Udpakker zip-arkiv" #~ msgid "Webpage" #~ msgstr "Webside" #, python-format #~ msgid "Downloading %s" #~ msgstr "Henter %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Indkøbsliste for %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Modtager %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Modtager fil" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Indtast URL til et opskrift-arkiv eller opskrift-internetside." #~ msgid "Enter URL:" #~ msgstr "Indtast URL:" #~ msgid "Unable to import URL" #~ msgstr "Ude af stand til at importere URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet har ikke et plugin der er i stand til at importere URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Ude af stand til at importere URL %(url)s af mimetype %(type)s. Filen er " #~ "gemt til midlertidig placering %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Kan ikke genkende denne internetside. Bruger generel import-metode..." #~ msgid "Import complete." #~ msgstr "Importering færdig." #~ msgid "Importing recipe" #~ msgstr "Importerer opskrift" #~ msgid "Processing ingredients" #~ msgstr "Bearbejder ingredienser" #~ msgid "Processing ingredients." #~ msgstr "Bearbejder ingredienser." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML-fil" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet - Opskrifthåndtering" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organisér opskrifter, lav indkøbslister, udregn ernæringsmæssig " #~ "information og mere." #~ msgid "Send to Email" #~ msgstr "Send til Email" #~ msgid "Email recipes from Gourmet" #~ msgstr "Email opskrifter fra Gourmet" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Zip, Gzip og Tarball understøttelse" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Importér opskrifter fra zip og tar arkiver" #~ msgid "HTML Export" #~ msgstr "HTML Eksport" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Opret opskrift-webside fra opskrifter." #~ msgid "Webpage import" #~ msgstr "Internetside importering" #~ msgid "Import recipes from the web." #~ msgstr "Importér opskrifter fra internettet." #~ msgid "Website Importers" #~ msgstr "Hjemmeside-importværktøjer" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importværktøjer til about.com, www.foodnetwork.com, med flere" #~ msgid "_Raw recipe:" #~ msgstr "_Rå opskrift:" #~ msgid "_Label" #~ msgstr "_Etiket" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Opret ny opskrift (brug dette hvis den fil du importerer indeholder mere " #~ "end en opskrift)" #~ msgid "Select recipe image" #~ msgstr "Vælg opskriftsbillede" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Vælg billede til opskrift \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Nedenunder er alle billeder for siden du er i gang med at importere. Vælg " #~ "de billeder der er af opskriften, eller undlad at vælge noget, hvis du " #~ "ikke ønsker nogle af billederne." #~ msgid "Python Shell" #~ msgstr "Python Shell" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Tillader programmører at tilgå en interaktiv shell med adgang til " #~ "Gourmet's indre funktioner." #~ msgid "_Python Console" #~ msgstr "_Python-konsol" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "Vis Python-konsol (giver adgang til nuværende gourmet eksempel)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Recipe Manager starter..." #~ msgid "Starting gourmet..." #~ msgstr "Starter gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Du har lige flyttet %s opskrift til papirkurven. Du kan genskabe denne " #~ "opskrift eller slette den permanent til enhver tid ved at trykke på " #~ "Værktøjer->Åben Papirkurv." #~ msgstr[1] "" #~ "Du har lige flyttet %s opskrifter til papirkurven. Du kan genskabe disse " #~ "opskrifter eller slette dem permanent til enhver tid ved at trykke på " #~ "Værktøjer->Åben Papirkurv." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Hvis du vil udskrive, skal du aktivere et plugin som giver støtte til at " #~ "udskrive, såsom 'Printing & PDF export' plugin." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Nå det er pinligt. Noget gik galt under udskrivningen af din opskrift." #~ msgid "Unable to open URL" #~ msgstr "Kunne ikke åbne URL." #~ msgid "Unable to launch mail reader." #~ msgstr "Kunne ikke åbne maillæser." #~ msgid "Unable to open website." #~ msgstr "Kunne ikke åbne internetside." #~ msgid "Unable to open file." #~ msgstr "Kunne ikke åbne fil." #~ msgid "There was an error launching the url: %s" #~ msgstr "Der var en fejl ved åbning af url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "En tidsangivelse skal begynde med et tal eller en brøk efterfulgt af en " #~ "enhed (minut(ter), time(r), osv.)" #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Tidsangivelse skal udtrykkes i timer, minutter, sekunder, osv." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Kunne ikke få mening ud af %s som antallet af udbytter" #~ msgid "cancelled" #~ msgstr "afbrudt" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Du har forsøgt at lukke et vindue med en aktiv timer. Du kan stoppe " #~ "timeren, eller bare lukke vinduet. Hvis du lukker vinduet, kommer det " #~ "frem igen når timeren når nul." #~ msgid "_Servings" #~ msgstr "_Portioner" #~ msgid "A file named %s already exists." #~ msgstr "En fil ved navn %s findes allerede." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Vil du overskrive den med den du gemmer?" #~ msgid "Importing old recipe data" #~ msgstr "Importerer gamle opskriftsdata" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importerer opskriftsdata fra en foregående version af Gourmet til ny " #~ "database." #~ msgid "Export succeeded" #~ msgstr "Eksport er gennemført." #~ msgid "webpage" #~ msgstr "internetside" #~ msgid "Exported %s to %s" #~ msgstr "Eksporterede %s til %s" #~ msgid "%s stopped." #~ msgstr "%s stoppet." #~ msgid "%s was interrupted by user request." #~ msgstr "%s var afbrudt af bruger." #~ msgid "%s interrupted" #~ msgstr "%s afbrudt" #~ msgid "There was an error during %s." #~ msgstr "Der var en fejl under %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Sletter opskrifter fra database... (%s af %s slettet)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Slet %s opskrift" #~ msgstr[1] "Slet %s opskrifter" #~ msgid "Export complete!" #~ msgstr "Eksportering fuldført!" #~ msgid "Recipe exported to %s" #~ msgstr "Opskrift eksporteret til %s" #~ msgid "Database format has changed" #~ msgstr "Databaseformat er blevet ændret" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s har ændret formatet på dets database. Din " #~ "database vil ikke længere fungere med ældre versioner af %(progname)s. En " #~ "sikkerhedskopi er gemt i %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "I tilfælde af at noget går galt, bliver en sikkerhedskopi af din opskrift " #~ "database eksporteret til %s" #~ msgid "Transferring data to new database format" #~ msgstr "Overfører data til nyt databaseformat" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Import/Eksport" gourmand-1.2.0/po/de.po000066400000000000000000004204741510115424500147050ustar00rootroot00000000000000# German translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2014-05-15 12:33+0000\n" "Last-Translator: Jessica Eccles \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Rezept-Index" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Neues Rezept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Zur _Einkaufsliste hinzufügen" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "_Rezept anzeigen" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Suche nach:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Nach Rezepten während der Eingabe suchen" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_in" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Das Suchergebnis mit anderen Suchkriterien durchsuchen" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Suchkriterium h_inzufügen" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Suche wird begrenzt auf:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_Suchergebnisse" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Felder für ausgewählte Rezepte festlegen" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Rezeptfelder für ausgewählte Rezepte " "festlegen" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Bild hinzufügen" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Bild entfernen" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Quelle:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "Bewe_rtung:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "K_üche" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategorie:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Zubereitungszeit:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "_Kochzeit:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Webseite:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Bild:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Portionen:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Einhe_it des Ertrags" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Werte n_ur setzen, wenn das Feld derzeit leer ist" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Alle Werte für _alle gewählten Rezepte festlegen" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (in lokaler Datei gespeichert)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (in lokaler Datei gespeichert)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (erfordert Verbindung zu einer Datenbank)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Wählen Sie eine Datenbank aus" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Wählen Sie ein Datenbanksystem zur Benutzung mit Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Datenbanksystem" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Rechner" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Benutzername:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Passwort:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Passwort für Ihren Benutzer auf der Datenbank." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Datenbank_name:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Datei" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Rechnername des Systems, wo der Datenbankserver läuft. Läuft Ihr " "Datenbankserver auf Ihrem lokalen Rechner, nehmen Sie localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Das Passwort wird für zukünftige Zugriffe abgespeichert. Achtung: Das " "Passwort wird unverschlüsselt in der Konfigurationsdatei abgelegt." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Passwort _speichern" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Name der Datenbank, wo Gourmet seine Informationen speichern soll. Gourmet " "wird versuchen, diese Datenbank anzulegen, falls sie nicht existiert." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "Rezept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Ihr Benutzername auf der Datenbank." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Durchblättern" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Details" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Rezept Manager Einstellungen" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Index-Ansicht Einstellungen" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Zeige _Optionen" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Rezepte pro Seite" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Stellen Sie ein, welche Spalten im Rezept Index angezeigt werden sollen." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Index Ansicht" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Ansicht Karten Einstellungen" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Bei Multiplikation Einheiten_wechsel erlauben" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Nutze Brüche" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Wenn möglich Brüche zur Darstellung benutzen" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "Remove items you don't use from the Recipe Card interface." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kartenansicht" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Einkaufsliste Einstellungen" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Was soll Gourmet mit optionalen Zutaten tun, wenn Rezepte zur " "Einkaufsliste hinzugefügt werden?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Fragen, ob optionale Zutaten hinzugefügt werden sollen" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Speichere Einstellungen des Benutzers standardmäßig" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Lösche die gemerkten optionalen Zutaten" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "Optionale Zutaten _immer hinzufügen" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "Optionale Zutaten _niemals hinzufügen" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Einkaufsliste" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "Portionen" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Bezeichnung:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Zubereitungs_zeit:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "Kategorie" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "Bewertung" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Ertrag" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Einheit des Ertrags" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Einkauf" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "_Beschreibung editieren" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Garzeit:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Zubereitungszeit:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Küche:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategorie:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Webseite:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Ergibt Portionen:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Link" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Quelle:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Bewertung:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Multipliziere mit:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Anweisungen" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "_Anleitung editieren" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notizen" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "A_nmerkungen editieren" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Rezept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Zutaten" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "_Zutaten editieren" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Zutat h_inzufügen:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Zutaten" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Rezept zur Einkaufsliste hinzufügen" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Zu _Einkaufsliste hinzufügen" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Rezept in Rezeptkarten-Ansicht aufrufen" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Ausgewähltes Rezept löschen" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Rezept _löschen" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Attribute zu ausgewählten Rezepten bearbeiten" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "_Stapelverarbeitung von Rezepten" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Ausgewähltes Rezept öffnen" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Rezept auswählen" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Ausgewähltes Rezept drucken" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "Rezept _drucken" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Diese Zutat niemals kaufen. Wenn ein Rezept diese Zutat verlangt, wird es in " "der \"Speisekammer\" als Erinnerung aufgelistet, dass Sie es benötigen, aber " "es wird nicht ohne Ihr Zutun beim Speichern oder Drucken auf der " "Einkaufsliste erscheinen." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Zu _Speisekammer hinzufügen" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Zeige _Optionen" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Suche _in" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "Reguläre Ausdrücke verwenden (eine erweiterte Suchmethode)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Suchen während der _Eingabe" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Sucheinstellungen:" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategorie" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Stichwort" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Kategorie-Editor" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Suchen nach" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Suchen während der Eingabe" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Reguläre Ausdrücke benutzen" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Erweiterte Suche" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Kategorie hinzufügen: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Kurzzeitwecker" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Stoppuhr" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Zeit abgelaufen!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Alarmsignal wird ausgelöst, bis dieser Dialog geschlossen oder die Uhr " "zurückgesetzt wird." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Uhr s_tellen: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "Zu_rücksetzen" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Start" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "T_on" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Notiz" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Alarm wiederholen, bis er _abgeschaltet wird" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Einstellungen" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Bearbeite Felder in gesamter Datenbank" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Feld zu b_earbeiten:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Für jeden gewählten Wert:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Wert unverändert _lassen" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Neuer Wert wird hinter existierenden Text angefügt" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Neuer Wert wird existierenden Wert ersetzen" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Feld:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Wert:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Bearbeite _anderes Feld:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "_Wert ändern zu: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "Wert l_öschen" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Wähle Entsprechung von" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "aus USDA Datenbank" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "Zutat _ändern" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "oder" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "Durch_suche USDA Zutaten Datenbank:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "beim _Tippen suchen" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Zeige nur Essen in _Gruppe:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Suche_rgebnisse:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Von:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Menge:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Einheit:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "Einheit" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Einheit ändern" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "Neue Einheit _speichern" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Zu:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Einheit:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Nährwertinformationen eingeben für" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Wählen Sie eine Dichte" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Zutaten-Schlüssel: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA-Artikel: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "_USDA Verbindung bearbeiten" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Nährwertinformationen" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "_Informationen bearbeiten" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Nährwertinformationen" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Dichte:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA Entsprechungen:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Eigene Entsprechungen" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "_Dichte Informationen" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Nährwertinformationen" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Erweiterte Suche" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Nährwertinformationen" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnorieren" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Rezepteverwaltung" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Recipe Manager ist eine Anwendung, die es Ihnen erlaubt Rezepte zu " "speichern, zu organisieren und aufzufinden. Gourment stellt Ihnen auf Basis " "der gewünschten Rezepte eine Einkaufliste für die benötigten Zutaten " "zusammen. Gourmet ist in der Lage Rezepte aus unterschiedlichen Quellen und " "aus unterschiedlichen Formaten zu importieren (Text, Meal Master Format, " "HTML, sowie ein spezielles XML-Format zum Datenaustausch mit anderen Gourmet " "Benutzern). Gourmet unterstützt die Einbindung von Bildern zur Illustration " "Ihres Rezeptes. Gourmet ermittelt den Nährstoffgehalt des Rezeptes auf Basis " "der enthaltenen Zutaten." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Datenbankdatei auswählen" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Neues Rezept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Datenbank_name:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Details" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Eine Sicherheitskopie wurde in %s erstellt. Falls die Aktualisierung " "fehlschlägt kann das Backup in recipes.db umbenannt werden, um es mit einer " "älteren Version von Gourmet weiterverwenden." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "_Kategorie wählen" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Neue Kategorie erstellen" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Wähle die Kategorie des markierten Artikels" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Vorratskammer" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "In die _Einkaufsliste verschieben" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "In die Vorratskammer verschieben" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Von der Einkaufsliste entfernen" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Ausgewählte Artikel nach %s verschieben" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Einkaufsliste" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Schon vorhanden (_Speisekammer-Einträge)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Kategorie eingeben" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategorie, zu der %s hinzugefügt werden soll" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategorie:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Rezepte" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Artikel hinzufügen:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Rezepte löschen" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Rezepte von Einkaufsliste löschen" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Bearbeiten" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Hilfe" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Artikel hinzufügen" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Füge zusätzliche Artikel zur Einkaufsliste hinzu" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Keine Rezepte ausgewählt. Wollen Sie die gesamte Liste löschen?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Einkaufsliste speichern unter..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Optionale Zutaten auswählen" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Bitte geben Sie an, welche der folgenden optionalen Zutaten Sie in die " "Einkaufsliste mit aufnehmen wollen." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Rezept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Gehe zu" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Rezept exportieren" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Ausgewähltes Rezept exportieren (In Datei speichern)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "Rezept löschen" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Dieses Rezept löschen" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Einheiten beim Multiplizieren anpassen" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Einheiten, wenn möglich, beim multiplizieren ändern um sie lesbarer zu " "machen." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Rezept drucken" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Zur _Einkaufsliste hinzufügen" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Gespeicherte, optionale Zutaten löschen" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Vor dem Hinzufügen zur Einkaufsliste nach allen optionalen Zutaten fragen, " "auch wenn diese vorher angewählt wurden" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Rezept exportieren" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Sie haben ungespeicherte Änderungen." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Vor dem Drucken die Änderungen anwenden?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Vor dem Drucken die Änderungen anwenden?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Optional)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Rezept %s konnte in der Datenbank nicht gefunden werden." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Rezept bearbeiten:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Speichere Änderungen in der Datenbank" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Ansicht Rezeptkarte" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Bearbeiten" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Speichere Änderungen nach %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Zutat hinzufügen" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Gruppe hinzufügen" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "_Rezept hinzufügen" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Ein anderes Rezept als Zutat zu diesem Rezept hinzufügen" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Löschen" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Hoch" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Runter" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Beschreibung" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Anweisungen" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notizen" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Menge" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Einheit" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Artikel" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Optional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Das Rezept %s (ID %s) ist nicht in der Datenbank enthalten." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Konvertiert: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Nicht konvertiert: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Einheit geändert." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Sie haben die Einheiten für %(item)s von %(old)s to %(new)s geändert. Wollen " "Sie die Mengen umrechnen oder nicht?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s zu %(new_amt)s %(new_unit)s konvertiert." #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Konvertierung von %(old_unit)s zu %(new_unit)s nicht möglich." #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Zutatengruppe hinzufügen" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Namen für die neue Zutaten-Untergruppe eingeben" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Name der Gruppe:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Rezept auswählen" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Das Rezept kann nicht selbst als Zutat ausgewählt werden!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Unendliche Rekursionen sind in Rezepten nicht erlaubt!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Sie haben keine Rezepte ausgewählt!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Wie viele %(title)s erfordert das Rezept?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Rezepte" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Klingelton" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Warnton" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Fehlerton" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Kurzzeitwecker anhalten?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Kurzzeitwecker _anhalten" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Kurzzeitwecker _laufen lassen" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Plugins" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Plugins fügen zusätzliche Funktionen zu Gourmet hinzu." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Dieses Plugin wird von einem anderen Plugin benötigt. Soll das Plugin " "trotzdem deaktiviert werden?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Folgende Plugins benötigen %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Trotzdem deaktivieren" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Plugin aktiviert lassen" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "oder" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Ein Fehler trat beim Aktivieren des Plugins auf." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Ein Fehler trat beim Deaktivieren des Plugins auf." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Küche" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Bewertung" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Quelle" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Webseite" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Zubereitungszeit" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Garzeit" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Änderungen" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Ungültige Eingabe." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Das ist keine Zahl." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Unterbrechen" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Nicht noch einmal nachfragen." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Wollen Sie dies wirklich tun" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "Exzellent" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "Großartig" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "Gut" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "Geht so" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "Schlecht" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "In 5 Sterne-Rating umwandeln" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Konvertiere Bewertungen." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Bitte vergeben Sie jeder Bewertung eine Entsprechung auf der Skala von 1 bis " "5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Aktuelle Bewertung" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Bewertung mit 1-5 Sternen" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Datei_typ auswählen" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Leider verstehe ich die\n" "Menge %s nicht." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Mengenangaben müssen Zahlen (Brüche oder Dezimalzahlen), Zahlenreihen oder " "leer sein." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Die Maßeinheit muss im \"Maßeinheiten\"-Feld eingegeben werden.\n" "Geben Sie z.B. für eine anderthalbe Tasse in das Mengenfeld \"1.5\"\n" "oder \"1 1/2\" ein. Wählen Sie \"Tasse\" als Maßeinheit.\n" "\n" "Für einen Bereich verwenden Sie als Trennzeichen \"-\".\n" "Geben Sie z.B.: \"2-4\" oder \"1 1/2 - 3 1/2\" ein.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Benutzername:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Passwort:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "Mehl, Mehrzweck" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "Zucker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "Salz" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "Schwarzer Pfeffer, gemahlen" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "Eis" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "Wasser" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "Pflanzenöl" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "Olivenöl" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Unbekannt" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Das Rezept enthält sich selbst als Zutat." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Zutat %s wird ignoriert." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Einkaufsliste für %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Für die folgenden Rezepte:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Für die folgenden Rezepte:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Codierung auswählen" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Die Codierung konnte nicht bestimmt werden. Bitte wählen Sie die richtige " "Codierung aus der folgenden Liste aus." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Siehe _Datei mit Kodierung" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import unterbrochen" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Import anhalten" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Rezept_index" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Einkaufs_liste" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Dank an Übersetzer\n" "\n" "Launchpad Contributions:\n" " AgnesO https://launchpad.net/~a-ostheimer\n" " Andrea https://launchpad.net/~schweerelos\n" " Andreas Bürki https://launchpad.net/~abuerki\n" " Benjamin Jochheim https://launchpad.net/~benjamin-jochheim\n" " Bericender https://launchpad.net/~lord-bericender\n" " Bernhard Reiter https://launchpad.net/~ockham-razor\n" " Cassadi https://launchpad.net/~cassadi\n" " Christian Dywan https://launchpad.net/~kalikiana\n" " Christian Obkircher https://launchpad.net/~christian-obkircher\n" " D.Schäfer https://launchpad.net/~trash4you\n" " Daniel Winzen https://launchpad.net/~q-d\n" " Dominik Grothaus https://launchpad.net/~battlemage\n" " Eduard Gotwig https://launchpad.net/~gotwig\n" " Felix Kaechele https://launchpad.net/~felix-kaechele\n" " Frederik Elwert https://launchpad.net/~frederik-elwert\n" " Guido Arnold https://launchpad.net/~watsolldat\n" " Helge Plaschke https://launchpad.net/~phoenixh\n" " Highlander https://launchpad.net/~daniel-eugster-eugster\n" " Jannis https://launchpad.net/~aslanidis\n" " Jessica Eccles https://launchpad.net/~jgit\n" " KlausMoschner https://launchpad.net/~klaus-moschner\n" " Marc Altmann https://launchpad.net/~mail-marcaltmann\n" " Marcus Dapp https://launchpad.net/~digisus\n" " Marek Tomczyk https://launchpad.net/~gw-marek-tomczyk\n" " Mario Blättermann https://launchpad.net/~mario.blaettermann\n" " Mario Rometsch https://launchpad.net/~mario-rometsch\n" " Monika Kellermann https://launchpad.net/~moni-sunpig\n" " Peer Janssen https://launchpad.net/~peer\n" " Peter Hürlimann https://launchpad.net/~phnet-li\n" " Richard Geißler https://launchpad.net/~rig291\n" " RobbyBer https://launchpad.net/~robert-steffens\n" " Sebastian Aust https://launchpad.net/~ryanthara\n" " Susann Frauendorf https://launchpad.net/~fr-n-dorf\n" " Sven Dolderer https://launchpad.net/~sven-d0l\n" " T4b https://launchpad.net/~t4b\n" " Tobias Frederick https://launchpad.net/~tbfr\n" " akswift https://launchpad.net/~akswift\n" " basramm https://launchpad.net/~basramm\n" " callamon https://launchpad.net/~clifton-callamon\n" " feric https://launchpad.net/~info-komval\n" " flohri https://launchpad.net/~floh-strobel\n" " kette45 https://launchpad.net/~kette45\n" " potzblitz7 https://launchpad.net/~mjkarsch\n" " prion https://launchpad.net/~claus-boehmer\n" " stingray https://launchpad.net/~tim-liebrecht\n" " vonshtupp https://launchpad.net/~gilap\n" " willy_94 https://launchpad.net/~selmeier-albin" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Gespeichert!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Änderungen nach %s speichern" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Es läuft gerade ein Import." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Es läuft gerade ein Export." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Es läuft gerade ein Löschvorgang." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Die Anwendung dennoch verlassen?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Nicht verlassen!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s von %s Rezepten unwiderruflich gelöscht." #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Mülleimer" # "wieder her" zusammen oder auseinander? #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" "Durchsuche gelöschte Rezepte, lösche sie permanent oder stelle sie wieder her" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Wiederhergestellte Rezepte " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "%(unit)s %(title)s einkaufen" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multipliziere %s mit:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "%(attributes)s für %(num)s gewähltes Rezept setzen?" msgstr[1] "%(attributes)s für %(num)s ausgewählte Rezepte setzen?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Kein vorheriger Wert wird geändert." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Die neuen Werte überschreiben jeweils die alten." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Diese Änderung kann nicht rückgängig gemacht werden." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Werte für gewählte Rezepte setzen" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Rezepte suchen" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Rezept anzeigen" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Ausgewähltes Rezept öffnen" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Rezept _löschen" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Ausgewählte Rezepte löschen" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Rezept bearbeiten" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Gewähltes Rezept im Editor öffnen" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "Ausgewählte Rezepte e_xportieren" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Ausgewählte Rezepte in Datei exportieren" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Drucken" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "Rezepte" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "B_earbeite mehrere Rezepte" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Neu" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Rezept importieren" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Rezept aus Datei importieren" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s Rezept" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "_Alle Rezepte exportieren" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Alle Rezepte in eine Datei exportieren" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Beenden" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Aktionen" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Mülleimer" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Optionen" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Plugins" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Plugins verwalten, die Gourmet um Funktionen erweitern." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "_Einstellungen" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Über" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Werkzeuge" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Stoppuhr" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Kurzzeitwecker anzeigen" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Durchsuchbarer Index der Rezeptdatenbank." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "%s löschen?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Es existieren noch ungespeicherte Änderungen bei %s. Sind Sie sicher, dass " "Sie diese löschen wollen?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Gelöscht" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Unbenannt" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Rezepte dauerhaft löschen?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Rezept dauerhaft löschen?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Sind Sie sicher, dass Sie das Rezept %s löschen wollen?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Sind Sie sicher, dass Sie die folgenden Rezepte löschen wollen?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Sind Sie sicher, dass Sie die %s ausgewählten Rezepte löschen wollen?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Rezepte anzeigen" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Rezepte löschen" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Rezept-Index" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Rezept %s gelöscht" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Fertig!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Import läuft …" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Zutatenschlüssel-Editor" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Massenbearbeitung der Zutatenschlüssel" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "Stichwort" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "Artikel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Feld" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Wert" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Anzahl" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Alle Schlüssel von \"%s\" nach \"%s\" ändern" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Diese Aktion kann nicht rückgängig gemacht werden. Wenn bereits Zutaten mit " "dem Schlüssel \"%s\" existieren, lassen sie sich nicht mehr von den bereits " "existierenden unterscheiden." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Ändere alle Einträge von \"%s\" zu \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Diese Aktion kann nicht rückgängig gemacht werden. Wenn bereits Zutaten mit " "dem Schlüssel \"%s\" existieren, lassen sie sich nicht mehr von den bereits " "existierenden unterscheiden." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Ändere _alle Vorkommen von \"%(unit)s\" to \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Ändere \"%(unit)s\" zu \"%(text)s\", nur für _Zutaten \"%(item)s\" mit " "Schlüssel \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Ändere _alle Vorkommen von \"%(amount)s\" %(unit)s zu %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Ändere \"%(amount)s\" %(unit)s zu \"%(text)s\" %(unit)s nur _wo der " "ZutatenSchlüssel %(key)s ist." #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Ändere \"%(amount)s\" %(unit)s zu \"%(text)s\" %(unit)s, nur bei " "Zutatenschlüssel %(key)s _und Artikel %(item)s." #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Alle ausgewählten Zeilen ändern?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Diese Aktion kann nicht rückgängig gemacht werden. Sollen in allen %s " "ausgewählten Reihen die folgenden Werte gesetzt werden:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Schlüssel zu %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Eintrag zu %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Einheit zu %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Menge zu %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s Zutat" msgstr[1] "%s Zutaten" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Zeige Zutaten %(bottom)s bis %(top)s von %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Menge" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Zutatenschlüssel" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Zutatenschlüssel sind normalisierte Namen von Zutaten, die für " "Einkaufslisten und Berechnungen herangezogen werden." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Schlüssel ermitteln" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "Den besten Schlüssel auf Basis der Datenbankeinträge ermitteln" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Schlüsselverknüpfungen bearbeiten" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Verknüpfungen von Schlüsseln und anderen Attributen bearbeiten" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Schlüssel bearbeiten" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "Art_ikel:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Schlüssel:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "Gewählte Zutaten _ändern" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Einkaufskategorie" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Einheiten wie im Rezept angegeben anzeigen (Keine Umrechnung)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Immer U.S. Einheiten anzeigen" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Immer metrische Einheiten anzeigen" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Einheiten automatisch anpassen" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Einheiten Anzeigeeinstellungen" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Einheiten, wenn möglich, automatisch in bevorzugtes System (metrisch, " "imperial, etc.) umrechnen." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Sterne" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "vor %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Rezepte automatisch zusammenführen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "_Immer das neueste Rezept verwenden" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "_Immer das älteste Rezept verwenden" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Keine" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Einige der importierten Rezepte scheinen Duplikate zu sein. Diese können " "entweder hier zusammengeführt werden oder durch Schließen des Dialogs " "belassen werden." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "_Doppelte Rezepte finden" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Doppelte Rezepte finden und löschen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Rezepte mit ähnlichen Inhalten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Rezepte mit ähnlichen Zutaten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Rezepte mit ähnlichen Inhalten und benötigten Zutaten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Doppelte Rezepte" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "Rezepte aus Papierkorb e_inbeziehen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Zeige:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "_Alle Duplikate zusammenführen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Rezepte zusammenfügen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_automatisch Zusammenführen" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Für jedes Feld" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "dessen %(field)s %(value)s ist" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Änderung betrifft %s Rezept" msgstr[1] "Änderung betreffen %s Rezepte" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "%s löschen wo es %s ist?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "%s von %s nach \"%s\" ändern?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Diese Änderung kann nicht widerrufen werden." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Feldeditor" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Felder von mehreren Rezepten gleichzeitig bearbeiten" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Rezepte per E-_Mail versenden" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Versende das ausgewählte Rezept (oder alle Rezepte wenn kein Rezept " "ausgewählt ist) per E-_Mail" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" "Sind Sie sicher, dass Sie die %s ausgewählten Rezepte per e-Mail versenden " "wollen?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ja, als E-Mail schicken" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "%s kann nicht in %s umgewandelt werden" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Die Dichtedaten sind erforderlich." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Einheiten-Umrechner" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Einheitenumrechnung berechnen" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Einheitenrechner" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Von" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "_Element:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Dichte:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "_Dichteangaben" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Zu" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Ergebnis:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML-Webseite" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Webseite exportieren" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exportiere Rezepte in HTML-Dateien in Verzeichnis %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Rezept wurde als HTML-Datei %(file)s gespeichert" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Originalseite von %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "optional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Webseite exportieren" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exportiere Rezepte in HTML-Dateien in Verzeichnis %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Rezept wurde als HTML-Datei %(file)s gespeichert" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Textdatei" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Textexport" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Rezepte werden in Textdatei %(file)s exportiert." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Rezept als Textdatei %(file)s gespeichert" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Große Datei" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Datei %s ist für den Import zu groß" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Die Datei überschreitet die maximale Länge von %s Zeichen. Wahrscheinlich " "ist die Datei nicht für den Import vorgesehen. Falls doch, sollte sie in " "einem Texteditor aufgeteilt und erneut zum Import geladen werden." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML-Datei" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML-Export" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Rezepte werden in Gourmet XML-Datei %(file)s exportiert." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Rezept wurde in Gourmet XML-Datei %(file)s gespeichert" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML-Datei (veraltet)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "MasterCook XML-Datei" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "MasterCook Textdatei" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "MasterCook-Import beendet." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Aufräumen der XML-Daten" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML-Datei" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Seitenlayout" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Rezepte drucken" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF Export" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exportiere Rezept als PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Rezept als PDF %(file)s gesichert" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "Punkte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Karteikarte (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Karteikarte (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Karteikarte (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Karteikarte (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Letter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Karteikarte (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Karteikarte (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Karteikarte (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Eben" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Spalte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Spalte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Spalte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Spalte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Spalte" msgstr[1] "%s Spalten" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Hochformat" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Querformat" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Papiergröße" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Ausrichtung" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Seiten-Layout" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Schriftgröße" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Linker Rand" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Rechter Rand" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Oberer Rand" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Unterer Rand" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "PDF-Optionen" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster-Datei" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster-Export" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exportiere Rezepte nach MealMaster(tm)-Datei %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Rezept gespeichert als MealMaster-Datei %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Portion" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Große Datei" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "HTML Export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Rezepte werden in Gourmet XML-Datei %(file)s exportiert." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Rezept wurde in Gourmet XML-Datei %(file)s gespeichert" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Einkaufslistenspeicher" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Liste als Rezept speichern" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Eine Einkaufsliste als Rezept für den späteren Gebrauch speichern" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Menü für %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menü" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Nährwertangaben geben Werte pro %s an" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Nährwertangaben geben Werte für das gesamte Rezept an" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Nährwertangaben für %s Zutaten fehlen: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Irgendeine Speisengruppe" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "Auswahl" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Konvertiere Einheit für %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Um Ernährungsinformationen berechnen zu können, legen Sie Einheit, in die " "Sie \"%s\" konvertieren wollen, fest." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Zutatenschlüssel ändern" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Möchten Sie den Zutatenschlüssel von %(old_key)s auf %(new_key)s überall " "oder nur in diesem Rezept %(title)s ändern?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Ändere üb_erall" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Nur in diesem Rezept %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Zutatenschlüssel überall von %(old_key)s auf %(new_key)s ändern?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Ändere Einheit" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Möchten Sie die Einheit von %(old_unit)s zu %(new_unit)s für alle Zutaten " "%(ingkey)s oder nur im Rezept %(title)s ändern?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Um Ernährungsinformationen für \"%(amount)s %(unit)s %(ingkey)s\" berechnen " "zu können muss Gourmet die Dichte kennen. Unsere Ernährungsdatenbank hat " "mehrere Beschreibungen der Nahrung mit verschiedenen Dichten. Bitte wählen " "sie unten die richtige aus." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Um Nährwertangaben hinzuzufügen, benötigt Gourmet eine gültige Menge und " "Einheit." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Ernährung" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Zutat" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "USDA Datenbank Entsprechung" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 Gramm" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalorien" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Gesamtfettgehalt" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "gesättigtes Fett" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Cholesterin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Natrium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Kohlehydrate gesamt" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Ballaststoffe" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Zucker" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alpha-Carotin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Potasche" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-Carotin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalzium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Kupfer" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folsäure gesamt" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Folsäure" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Folsäure" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "empfohlene Tagesdosis an Folsäure" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Eisen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lycopin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Pantothensäure" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Phosphor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Kalium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Thiamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamin A (IE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamin A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamine und Mineralien" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Nährwertangaben fehlen\n" "für %(missing)s von %(total)s Zutaten." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _täglicher Wert" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Anteil der empfohlenen Tagesmenge, basierend auf %i Kalorien pro Tag. " "Klicken Sie, um die Kalorienmenge pro Tag zu ändern." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Menge pro %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Menge pro Rezept" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Lade Nährwerttabelle" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Nährwerttabelle vollständig importiert!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Hole Nährwerttabelle aus Zip-Archiv %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Entpacke %s aus Zip-Archiv." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Einlesen der Nährwerttabelle..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Lese Nährwerttabelle: %s von %s Datensätze gelesen." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Einlesen der Gewichtstabelle..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Lese Gewichtsdaten für Nährwertsätze: %s von %s Einträge gelesen." #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Wasser" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorien" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g Protein" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g Lipid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g Asche" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g Kohlenhydrate" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g Ballaststoffe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g Zucker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg Kalzium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg Eisen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg Magnesium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg Phosphor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg Kalium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg Natrium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg Zink" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg Kupfer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg Mangan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mg Selen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg Vitamin C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg Thiamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg Riboflavin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg Niacin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg Pantothensäure" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "Mikrogramm Vitamin B9 gesamt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "Mikrogramm Folsäure" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "Mikrogramm Vitamin B9 im Lebensmittel" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "Diätetische Vit.B9-Äquivalente in Mikrogramm" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Choline, total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "Mikrogramm Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IE" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamin A (Retinal-Aktivitäts-Äquivalente in Mikrogramm)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "Mikrogramm Retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "µg Alpha-Carotin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "Mikrogramm Beta-Carotin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "Mikrogramm Beta-Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "Mikrogramm Lycopen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "Mikrogramm Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamin E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamin K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g gesättigte Fettsäuren" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g einfach ungesättigte Fettsäuren" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Ungesättigte Fettsäure" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Cholesterin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Prozent abgewiesen" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Milch- & Ei-Produkte" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Gewürze & Kräuter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Kindernahrung" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Fette und Öle" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Geflügel" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Suppen & Soßen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Würstchen & Frühstücksfleisch" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Müsli" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Früchte % Fruchtsäfte" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Schweinefleisch" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Gemüse" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Nüsse & Samen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Rindfleisch" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Getränke" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Fisch & Schalentiere" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Hülsenfrüchte" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Lamm, Kalb & Wild" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Gebackene Produkte" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Süßigkeiten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Getreide und Nudeln" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Fast Food" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Hauptgerichte, Vorspeisen und Beilagen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snacks" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Nationale Gerichte" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "gesamte Datenbank" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Zutatenschlüssel" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA ID Nummer" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA Artikelbeschreibung" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Entsprechung der volumenabhängige Masse" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Werkzeuge" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Nährwertinformationen eingeben für" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Anzahl für Einkaufsliste" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "_Nährstoff-Informationen ändern" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "Sterne" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "%(number)s von %(total)s Rezepten wurden exportiert" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Export fertig." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Rezept in Hauptteil der E-Mail eintragen (Immer eine gute Idee)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Rezept als HTML-Anhang senden" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Rezept als PDF per E-Mail verschicken" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-Mail-Optionen" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Vor dem Versenden als E-Mail nicht nachfragen." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-Mail nicht gesendet" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Sie haben das Rezept weder für den Hauptteil noch für den Anhang der E-Mail " "eingetragen." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Rezept speichern unter..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet kann keine Datei vom Typ \"%s\" exportieren." #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Rezepte exportieren" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "Rezepte" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Export fehlgeschlagen: Unbekannter Dateityp \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Es sollte sichergestellt werden, dass bei der Speicherung ein Dateityp aus " "dem Menü gewählt wird." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exportieren" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Drucken fehlgeschlagen: Keine Druck-Plugins aktiv!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "%s Rezept drucken" msgstr[1] "%s Rezepte drucken" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "ergibt" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Rezept öffnen..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Weibseitenadresse eingeben" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Änderungen" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Bitte die Adresse einer Webseite oder eines Rezeptarchives eingeben." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importieren" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alle importierbaren Dateien" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "%s Rezepte importiert." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "Portion" msgstr[1] "Portionen" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s von %s Rezepten importiert." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "in Ordnung" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Portionen" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Zutaten-Untergruppe" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Verbergen" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Text" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Aktionen" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Rezept importieren" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "_Tags löschen" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Rezept importieren" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "Überall" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "Titel" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "Zutat" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "Anweisungen" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "Notizen" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "Küche" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "Quelle" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Reguläre Ausdrücke zur Suche verwenden" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Reguläre Ausdrücke (Erweiterte Suche) in Volltextsuche verwenden" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" "Während der Eingabe suchen (deaktivieren, falls die Suche zu langsam ist)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Zeige Such_optionen" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Erweiterte Suchoptionen anzeigen" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s Rezept" msgstr[1] "%s Rezepte" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Zeige Rezepte %(bottom)s bis %(top)s von %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s in %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Angehalten" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "KRecipe Import" msgstr[1] "KRecipe Import" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pause" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Fertig" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Fehler: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Fehler" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Fehler %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Fehlerprotokoll" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "Sekunde" msgstr[1] "Sekunden" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "Minute" msgstr[1] "Minuten" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "Std." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "Stunde" msgstr[1] "Stunden" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "Tag" msgstr[1] "Tage" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "Woche" msgstr[1] "Wochen" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "Monat" msgstr[1] "Monate" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "Jahr" msgstr[1] "Jahre" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " und " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "und" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "bis" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Rezepte durchsuchen" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Rezepte nach Kategorie, Küche usw. auswählen" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Hauptmenü" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Finde doppelte Rezepte" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" "Assistent um doppelte Rezepte zu finden und zu löschen oder zusammenführen" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF Export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Erstelle Webseiten aus Rezepten." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Import/Export" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML-Import und -Export" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importiere und Exportiere Rezepte als Gourmet-XML-Dateien, geeignet als " "Backup oder zum Austausch mit anderen Gourmet-Benutzern." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe Import" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importiere Dateien des KRecipe Programms" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "MasterCook-Import" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importiere Dateien des Mastercook Programms" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmet XML-Import und -Export" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Importiere und Exportiere Rezepte als Gourmet-XML-Dateien, geeignet als " "Backup oder zum Austausch mit anderen Gourmet-Benutzern." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster (tm) Export" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Exportiere Rezepte als MealMaster-Textdatei" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Druck- und PDF-Support" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Drucke Rezepte oder exportiere sie als PDF; dieses Plugin ermöglicht eine " "Auswahl an Seiten-Layouts" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Geführter Import von Text-Dateien" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Hilft dem Benutzer Rezepte aus Textdateien zu importieren. Bietet auch " "Reintext-Export." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Zutatenschlüssel bestimmen und bearbeiten (Eindeutige Identifikation von " "Zutaten um Einkaufslisten zusammenzustellen)" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Einkaufslisten als Rezepte zur späteren Verwendung speichern" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Nährwertinformationen von Rezepten berechnen." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Einkaufskategorien bearbeiten" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Einkaufskategorien aus dem Rezepteditor heraus zuordnen und bearbeiten." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Rechtschreibprüfung" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Wendet Rechtschreibprüfung in Textfeldern eines Rezeptes an (Anweisungen, " "Notizen)" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Stellt einen einfachen Einheitenrechner zur Verfügung" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Voreinstellung der Einheitenanzeige" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Erlaubt es Ihnen die Anzeige der Einheiten ständig auf das metrische (oder " "imperiale) System zu setzen." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Prüfe Textdateien auf Unicode-16" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Dies sollte aktiviert werden, wenn UTF-16-Dateien nicht sauber importiert " "werden. Wenn man nie UTF-16 nutzt und nicht immer beim Import danach gefragt " "werden will sollte man dies deaktivieren." #~ msgid "E-mail selected recipe" #~ msgstr "Ausgewähltes Rezept per E-Mail versenden" #~ msgid "_E-Mail recipe" #~ msgstr "Rezept per E-_Mail versenden" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Unterstützung Windows Portierung)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows Installation)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "" #~ "Richard Ferguson (Verbesserungen der Schnittstelle des " #~ "Einheitenkonverters)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (Verbesserungen des Mealmaster-Exports)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo and splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (Ernährungsexperte und \"zur Einkaufsliste hinzufügen " #~ "Piktogramme)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (Verbesserungen an der " #~ "Internationalisierung des Programms, verschiedene Fehlerbereinigungen)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Betreuung der Windowsversion und " #~ "Überarbeitung der Webseite)" #~ msgid "Upgrading database" #~ msgstr "Aktualisiere Datenbank" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Je nach Größe der Datenbank kann dieser Prozess einige Zeit in Anspruch " #~ "nehmen. Zur Sicherheit wurde eine automatische Kopie der Datenbank " #~ "angelegt." #~ msgid "Paste ingredients" #~ msgstr "Zutat einfügen" #~ msgid "Import from file" #~ msgstr "Datei importieren" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Datei mit der Zutatenliste auswählen." #~ msgid "No file selected" #~ msgstr "Keine Datei ausgewählt" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "" #~ "Es wurde keine Datei ausgewählt, daher wurde der Vorgang abgebrochen" #~ msgid "_Import file" #~ msgstr "Datei _importieren" #~ msgid "Import _webpage" #~ msgstr "_Webseite importieren" #~ msgid "Import recipe from webpage" #~ msgstr "Rezept von Webseite importieren" #~ msgid "Open _Trash" #~ msgstr "_Mülleimer öffnen" #~ msgid "Archive (zip, tarball)" #~ msgstr "Archivieren (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Lade Zip-Archiv" #~ msgid "Unzipping zip archive" #~ msgstr "Entpacke Zip-Archiv" #~ msgid "Webpage" #~ msgstr "Webseite" #, python-format #~ msgid "Downloading %s" #~ msgstr "%s wird heruntergeladen" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Einkaufsliste für %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Rufe %s ab" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Rufe Datei ab" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "" #~ "Geben Sie die URL eines archivierten Rezeptes oder einer Webseite eines " #~ "Rezeptes ein." #~ msgid "Enter URL:" #~ msgstr "URL eingeben" #~ msgid "Unable to import URL" #~ msgstr "Importieren der URL fehlgeschlagen" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet hat kein Plugin um URL zu importieren" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Import von URL %(url)s mit MIME-Typ %(type)s fehlgeschlagen. Importdatei " #~ "in %(fn)s zwischengespeichert." #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Webseite konnte nicht erkannt werden. Wähle allgemeinen Importer..." #~ msgid "Import complete." #~ msgstr "Import vollständig." #~ msgid "Importing recipe" #~ msgstr "Rezept importieren" #~ msgid "Processing ingredients" #~ msgstr "Zutaten bearbeiten" #~ msgid "Processing ingredients." #~ msgstr "Zutaten bearbeiten." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML-Datei" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Rezepteverwaltung" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Rezepte organisieren, Einkaufslisten erstellen, Nährwertangaben berechnen " #~ "und mehr." #~ msgid "Send to Email" #~ msgstr "Verschicke als Email" #~ msgid "Email recipes from Gourmet" #~ msgstr "Rezepte aus Gourmet per E-Mail versenden" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Zip-, Gzip- und Tar-Support" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Importiere Rezepte aus zip- und tar-Archiven" #~ msgid "HTML Export" #~ msgstr "HTML Export" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Erstelle Webseiten aus Rezepten." #~ msgid "Webpage import" #~ msgstr "Webseitenimport" #~ msgid "Import recipes from the web." #~ msgstr "Importiere Rezept aus dem Internet" #~ msgid "Website Importers" #~ msgstr "Webseiten-Importer" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importer für about.com, www.foodnetwork.com und andere" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Markieren Sie Text aus dem Rezept und kategorisieren Sie es, indem Sie " #~ "es einem Element (auf der rechten Seite) zuordnen." #~ msgid "_Raw recipe:" #~ msgstr "_Rohkost Rezept" #~ msgid "_Label" #~ msgstr "_Bezeichner" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Neues Rezept beginnen (Nutzen Sie dies, falls Sie eine Datei importieren, " #~ "die mehr als ein Rezept enthält)" #~ msgid "Select recipe image" #~ msgstr "Wählen Sie ein Bild für das Rezept" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Bild für Rezept \"%s\" auswählen" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Auf der zu importierende Seite sind folgende Bilder verfügbar. Sie können " #~ "ein Bild wählen, welches Sie zum Rezept hinzufügen möchten." #~ msgid "Python Shell" #~ msgstr "Python Shell" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Gewährt Programmierern Zugriff auf eine interaktive Shell mit Zugriff auf " #~ "Gourmets Innenleben." #~ msgid "_Python Console" #~ msgstr "_Python-Konsole" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Python-Konsole anzeigen (ermöglicht Zugang zur aktuellen Gourmet-Instanz)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Rezeptverwaltung startet …" #~ msgid "Starting gourmet..." #~ msgstr "Gourmet startet …" #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "%s Rezept wurde in den Papierkorb verschoben. Es kann jederzeit im Menü " #~ "Werkzeuge -> Papierkorb öffnen wiederhergestellt oder dauerhaft gelöscht " #~ "werden." #~ msgstr[1] "" #~ "%s Rezepte wurden in den Papierkorb verschoben. Sie können jederzeit im " #~ "Menü Werkzeuge -> Papierkorb öffnen wiederhergestellt oder dauerhaft " #~ "gelöscht werden." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Um Rezepte zu Drucken muss ein Plugin aktiviert werden, das " #~ "Druckerunterstützung bereitstellt (z.B. Drucken & PDF Export)." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Das ist aber peinlich... Beim Drucken des Rezeptes ist etwas " #~ "schiefgelaufen." #~ msgid "Unable to open URL" #~ msgstr "Kann URL nicht öffnen" #~ msgid "Unable to launch mail reader." #~ msgstr "E-Mail-Programm konnte nicht gestartet werden." #~ msgid "Unable to open website." #~ msgstr "Die Webseite kann nicht geöffnet werden." #~ msgid "Unable to open file." #~ msgstr "Die Datei kann nicht geöffnet werden." #~ msgid "There was an error launching the url: %s" #~ msgstr "Fehler beim Aufruf der URL: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Zeit muss mit einer Zahl oder einem Bruch gefolgt von der Einheit " #~ "(Minuten, Stunden, usw.) beginnen." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Zeit muss in Stunden, Minuten, Sekunden, usw. angegeben werden." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "%s als Kochergebnis erscheint ungültig" #~ msgid "cancelled" #~ msgstr "abgebrochen" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Sie möchten ein Fenster mit aktivem Kurzzeitwecker schließen. Sie können " #~ "den Kurzzeitwecker anhalten oder nur das Fenster schließen. Wenn Sie das " #~ "Fenster schließen, erscheint es bei Ablauf des Kurzzeitweckers wieder." #~ msgid "_Servings" #~ msgstr "_Portionen" #~ msgid "A file named %s already exists." #~ msgstr "Es ist bereits eine Datei mit dem Namen %s vorhanden." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Wollen Sie sie durch die Datei ersetzen, die Sie speichern möchten?" #~ msgid "Importing old recipe data" #~ msgstr "Alte Rezepte importieren" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Rezepte von einer älteren Gourmet-Version in die neue Datenbank " #~ "importieren" #~ msgid "Export succeeded" #~ msgstr "Export erfolgreich" #~ msgid "webpage" #~ msgstr "Webseite" #~ msgid "Exported %s to %s" #~ msgstr "%s wurde nach %s exportiert" #~ msgid "%s stopped." #~ msgstr "%s gestoppt." #~ msgid "%s was interrupted by user request." #~ msgstr "%s wurde auf Benutzeranforderung unterbrochen." #~ msgid "%s interrupted" #~ msgstr "%s unterbrochen" #~ msgid "There was an error during %s." #~ msgstr "Während %s ist ein Fehler aufgetreten." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Rezepte werden aus der Datenbank gelöscht … (%s von %s gelöscht)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "%s Rezept gelöscht" #~ msgstr[1] "%s Rezepte gelöscht" #~ msgid "Export complete!" #~ msgstr "Export erfolgreich!" #~ msgid "Recipe exported to %s" #~ msgstr "Rezept nach %s exportiert" #~ msgid "Database format has changed" #~ msgstr "Datenbankformat hat sich geändert" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s hat sein Datenbankformat geändert. Die Datenbank " #~ "wird nicht mehr in früheren Versionen von %(progname)s %(version)s " #~ "funktionieren. Eine Sicherheitskopie wurde in %(backupfile)s angelegt." #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Für den Fall, dass etwas schief geht wurde eine Sicherheitskope in %s " #~ "angelegt" #~ msgid "Transferring data to new database format" #~ msgstr "Übertrage Daten ins neue Datenbankformat" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Import/Export" gourmand-1.2.0/po/de_AT.po000066400000000000000000003175541510115424500152750ustar00rootroot00000000000000# German (Austria) translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2014-02-25 13:49+0100\n" "Last-Translator: Bernhard Reiter \n" "Language-Team: German (Austria) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2013-03-06 00:05+0000\n" "X-Generator: Poedit 1.5.4\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Neues Rezept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Zur _Einkaufsliste hinzufügen" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Datei" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "Rezept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Details" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Rezept Manager" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Einkaufsliste" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "Kategorie" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Rezept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Zutaten" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Rezept löschen" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Rezept %s gelöscht" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Rezept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategorie" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Schlüssel" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Rezept Manager" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Neues Rezept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Einkaufsliste" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Kategorie eingeben" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategorie, zu der %s hinzugefügt werden soll" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Bearbeiten" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Hilfe" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Kein Rezept ausgewählt. Wollen Sie die ganze Liste löschen?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Speichere Einkaufsliste als ..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Bitte wählen sie welche der folgenden Zutaten sie ihrer Einkaufsliste " "hinzufügen wollen." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Zur _Einkaufsliste hinzufügen" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Sie haben ihre Änderungen nicht gespeichert." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Sollen die Änderungen vor dem Drucken gespeichert werden?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Sollen die Änderungen vor dem Drucken gespeichert werden?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(wahlweise)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Anweisungen" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notizen" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Mng" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Einheit" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Artikel" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Wahlweise" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Das Rezept %s (ID %s) ist nicht in der Datenbank." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Umgerechnet: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Nicht Umgerechnet: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Geänderte Einheiten." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Sie haben die Einheiten für %(item)s von %(old)s to %(new)s geändert. Wollen " "sie die Mengen umrechnen oder nicht?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s nach %(new_amt)s %(new_unit)s umgerechnet" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Kann von %(old_unit)s nach %(new_unit)s nicht umrechnen" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Zutatengruppe hinzufügen" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Name für eine neue Zutaten-untergruppe eingeben" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Rezept kann sich nicht selbst als Zutat aufrufen!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Unendliche Rekursion ist in Rezepten nicht erlaubt!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Sie haben kein Rezept ausgewählt!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Rezepte" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Küche" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Bewertung" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Quelle" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Zubereitungszeit" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Kochzeit" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Änderungen" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pause" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Nicht wieder fragen." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Sind sie sicher?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Datei_typ auswählen" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Entschuldigung, ich kann die\n" "Mengeangabe \"%s\" nicht verstehen." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "Mehl, Mehrzweck" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "Zucker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "Salz" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "Schwarzer Pfeffer, gemahlen" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "Eis" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "Wasser" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "Pflanzenöl" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "Olivenöl" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Unbekannt" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Rezept ruft sich selbst als Zutat auf." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Zutat %s wird ignoriert." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Einkaufsliste für %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Für die folgenden Rezepte:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Für die folgenden Rezepte:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Umschlüsselung auswählen" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Die korrekte Umschlüsselung kann nicht erkannt werden. Bitte wählen Sie die " "richtige Umschlüsselung aus der folgenden Liste." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "_Datei mit Umschlüsselung ansehen" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import angehalten" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Import gestoppt" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Rezept _Index" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Einkaufs_liste" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Übersetzer\n" "\n" "Launchpad Contributions:\n" " Erich Oswald https://launchpad.net/~e-oswald" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Gesichert!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Eingaben nach %s speichern" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Ein Import läuft gerade." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Ein Export läuft gerade." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Eine Löschung läuft gerade." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Das Programm dennoch verlassen?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Nicht verlassen!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Ungelöschte Rezepte " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "Rezepte" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Rezepte exportieren" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "Rezepte anzeigen" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Aktionen" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Über" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Werkzeuge" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Rezepte dauerhaft löschen?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Rezept dauerhaft löschen?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Wollen Sie dieses Rezept %s wirklich löschen?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Wollen Sie die die folgenden Rezepte löschen?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Sind sie sicher, dass Sie das Rezept %s löschen wollen?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Rezepte anzeigen" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Rezept _Index" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Rezept %s gelöscht" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Fertig!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importiere...." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "Schlüssel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "Artikel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Anzahl" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Menge" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Einkaufskategorie" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Kein" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Kann nicht von %s nach %s umrechnen" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Benötige Information über Physische Dichte" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Einheitenrechner" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML Webseite" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Webseite exportieren" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exportiere Rezepte in HTML Dateien in das Verzeichniss %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Rezept als HTML Datei %(file)s gespeichert" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "wahlweise" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Webseite exportieren" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exportiere Rezepte in HTML Dateien in das Verzeichniss %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Rezept als HTML Datei %(file)s gespeichert" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Text Export" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML Datei" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML Export" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exportiere Rezepte als Gourmet XML Datei %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Rezept als Gourmet XML Datei %(file)s gespeichert." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook Import fertig." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "XML aufräumen" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Rezepte drucken" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Portionen" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Datei" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Text Export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exportiere Rezepte als Gourmet XML Datei %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Rezept als Gourmet XML Datei %(file)s gespeichert." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "%(number)s von %(total)s Rezepten exportiert" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Export fertig." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Rezept als Text in der E-Mail einfügen." #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Rezept als HTML-Anhang mailen." #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-Mail Optionen" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Vor dem Mail-Versand nicht fragen." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail nicht gesendet" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Sie haben nicht ausgesucht ob Sie das Rezept als Text oder Anhang einfügen " "wollen." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Rezept speichern als..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet kann Datei vom Typ \"%s\" nicht exportieren" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Rezepte exportieren" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "Rezepte" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "%s Rezept gedruckt" msgstr[1] "%s Rezepte gedruckt" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Änderungen" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alle importierbaren Dateien" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s von %s Rezepten importiert." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Portionen" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "Titel" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "Zutat" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "Anweisungen" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "Küche" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "Quelle" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Text Export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Assistent für Windows Portierung)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (Verbesserungen zum \"Einheiten Umrechner\")" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (Verbesserungen des Mealmaster Export)" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Wähle eine Datei die Ihre Zutatenliste enthält." #~ msgid "No file selected" #~ msgstr "Keine Datei ausgewählt" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Keine Datei ausgewählt, daher wurde die Aktion nicht ausgeführt" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Einkaufsliste für %s" #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML Datei" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Rezept Manager" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Rezept Manager startet...." #~ msgid "Starting gourmet..." #~ msgstr "Starte Gourmet...." #~ msgid "Unable to open URL" #~ msgstr "Kann URL nicht öffnen" #~ msgid "Unable to launch mail reader." #~ msgstr "Kann das E-Mailprogramm nicht starten." #~ msgid "Unable to open website." #~ msgstr "Kann die Webseite nicht öffnen." #~ msgid "Unable to open file." #~ msgstr "Kann die Datei nicht öffnen." #~ msgid "There was an error launching the url: %s" #~ msgstr "Es gab einen Fehler bei der URL: %s" #~ msgid "Export succeeded" #~ msgstr "Export erfolgreich" #~ msgid "webpage" #~ msgstr "Webseite" #~ msgid "Exported %s to %s" #~ msgstr "%s wurden nach %s exportiert" #~ msgid "A file named %s already exists." #~ msgstr "Eine Datei %s existiert bereits." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Wollen Sie es mit der aktuellen überschreiben?" #~ msgid "%s stopped." #~ msgstr "%s gestoppt." #~ msgid "%s was interrupted by user request." #~ msgstr "%s wurde durch den Benutzer unterbrochen." #~ msgid "%s interrupted" #~ msgstr "%s unterbrochen" #~ msgid "There was an error during %s." #~ msgstr "Bei %s gab es einen Fehler." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Lösche Rezepte von der Datenbank... (%s von %s gelöscht)" gourmand-1.2.0/po/el.po000066400000000000000000005003501510115424500147050ustar00rootroot00000000000000# Greek, Modern (1453-) translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-12-31 23:31+0000\n" "Last-Translator: Panagiotis Ligopsychakis \n" "Language-Team: Greek, Modern (1453-) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" "X-Poedit-SourceCharset: utf-8\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Κατάλογος Συνταγών" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Νέα Συνταγή" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Προσθήκη στον _Κατάλογο Αγορών" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Προβολή _Συνταγής" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Αναζήτηση για:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Αναζήτηση συνταγών κατά την πληκτρολόγηση" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_Μέσα" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Αναζήτηση με διαφορετικά κριτήρια στα υπάρχοντα αποτελέσματα" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "_Προσθέστε Κριτήρια Αναζήτησης" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Περιορισμός Αναζήτησης σε:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_Αποτελέσματα Αναζήτισης" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Καθορισμός πεδίων στις Επιλεγμένες Συνταγές" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Καθορίστε τα Πεδία Συνταγών για τις " "επιλεγμένες συνταγές" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Προσθήκη _Είκονας" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Διαγραφή Εικόνας" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Πηγή:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "Α_ξιολόγηση" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "_Κουζίνα" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Κατηγορία:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Χ_ρόνος Προετοιμασίας" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "_Χρόνος Μαγειρέματος" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Ιστοσελίδα" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Εικόνα:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Μερίδες" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Μονάδα Μέτρησης Μερίδας" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Καθορισμός _τιμών μόνο σε κενά πεδία" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Καθορισμός όλων των τιμών για _όλες τις επιλεγμένες συνταγές" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (προεπιλεγμένο, αποθηκεύεται σε τοπικό αρχείο)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (αποθηκεύεται σε τοπικό αρχείο)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (απαιτείται σύνδεση σε βάση δεδομένων)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Επιλέξτε Βάση Δεδομένων" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" "Επιλέξτε το Σύστημα Βάσης Δεδομένων που θα χρησιμοποιήσει το Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Σύστημα _Βάσης Δεδομένων" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Κεντρικός υπολογιστής:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Όνο_μα Χρήστη:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Κωδικός:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Κωδικός πρόσβασης χρήστη στην βάση δεδομένων." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Όνομα _Βάσης Δεδομένων:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Αρχείο" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Το όνομα του συστήματος όπου λειτουργεί ο διακομιστής της βάσης δεδομένων. " "Εάν ο διακομιστής της βάσης δεδομένων σας λειτουργεί στο τοπικό σύστημα " "χρησιμοποιήστε το όνομα localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Αποθήκευση κωδικού για την επόμενη φορά. Αυτό σημαίνει ότι ο κωδικός θα " "αποθηκευτεί χωρίς ασφάλεια στο αρχείο ρυθμίσεων σας." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Απο_θήκευση Κωδικού" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Το όνομα της βάσης δεδομένων στην οποία το Gourmet πρέπει να αποθηκεύει τις " "πληροφορίες. Το Gourmet θα προσπαθήσει να δημιουργήσει αυτή τη βάση " "δεδομένων, εάν δεν υπάρχει ήδη." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "Συνταγή" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Το όνομα χρήστη στην βάση δεδομένων." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "Π_εριήγηση" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Λεπτομέρειες" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Προτιμήσεις του Διαχειριστή Συνταγών Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Επιλογές Προβολής Λίστας" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Εμφάνιση _Επιλογών" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Συνταγές ανά σελίδα:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Επιλογή στηλών που θα περιέχονται στην προβολή λίστας συνταγών ." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Προβολή Λίστας" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Επιλογές Προβολής Καρτέλας" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Επιτ_ρέπεται η μετατροπή μονάδων κατά τον πολλαπλασιασμό" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Χρήση κλασμάτων" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Χρησιμοποίηση κλασμάτων, όταν είναι δυνατόν" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Απομάκρυνση αντικειμένων που δεν χρησιμοποιούνται από το περιβάλλον Κάρτα " "Συνταγής." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Προβολή Κάρτας" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Επιλογές Λίστας Αγορών" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Τι πρέπει να κάνει το Gourmet με τα προαιρετικά συστατικά όταν προσθέτει " "συνταγές στην λίστα αγορών;" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "Ερώτηση εάν θα συμπεριληφθούν τα προαιρετικά συστατικά" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Απομνημόνευση των επιλογών χρήστη" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Καθαρισμός των αποθηκευμένων προαιρετικών συστατικών" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "Π_άντα να προστίθενται τα προαιρετικά συστατικά" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "Να μην προστίθενται τα προαιρετικά συστατικά" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Κατάλογος Αγορών" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "μερίδες" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Τίτλος" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Τίτλος:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Χρόνος _Προετοιμασίας:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "κατηγορία" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "αξιολόγηση" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Μερίδες" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Μονάδα Μέτρησης Μερίδας" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Αγορά" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Επεξεργασία _Περιγραφής" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Χρόνος Μαγειρέματος:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Χρόνος Προετοιμασίας:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Κουζίνα:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Κατηγορία:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Ιστοσελίδα:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Μερίδες:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Σύνδεσμος" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Πηγή:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr " Αξιολόγηση:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Πολλαπλασιασμός επί:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Οδηγίες" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Επεξεργασία _Οδηγιών Παρασκευής" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Σημειώσεις" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Επεξεργασία Σ_ημειώσεων" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Συνταγή" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Συστατικά:" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Επεξεργασία _Συστατικών" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Προσθήκη _Συστατικού:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Συστατικά" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Προσθήκη συνταγής στην λίστα αγορών" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Προσθήκη στην _λίστα αγορών" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Εμφάνιση συνταγής στην Προβολή Κάρτας" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Διαγραφή επιλεγμένης συνταγής" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Διαγραφή Συνταγής" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Επεξεργασία ιδιοτήτων των επιλεγμένων συνταγών" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "_Ομαδική επεξεργασία συνταγών" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Άνοιγμα της επιλεγμένης συνταγής" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Επιλέξτε συνταγή" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "_Εκτύπωση επιλεγμένης συνταγής" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "Εκτύ_πωση συνταγής" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Ποτέ να μην αγοραστεί αυτό το συστατικό. Όταν ζητείται σε μία συνταγή, θα " "εμφανιστεί στο \"ντουλάπι\" ως υπενθύμιση ότι το χρειάζεστε αλλά δεν θα " "περιλαμβάνεται στην λίστα που αποθηκεύεται η εκτυπώνεται εκτός και αν " "ζητηθεί να αγοραστεί." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Προσθήκη στο _Ντουλάπι" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Εμφάνιση _Επιλογών" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Αναζήτηση _σε:" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Χρήση κανονικών εκφράσεων (προηγμένη αναζήτηση)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Αναζήτηση κατά την _πηκτρολόγιση" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Επιλογές Αναζήτησης" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Κατηγορία" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Κλειδί" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Επεξεργαστής Κατηγοριών" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Αναζήτηση με" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Αναζήτηση κατά την πληκτρολόγηση" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Χρήση κανονικών εκφράσεων" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Προηγμένη Αναζήτηση" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Προσθήκη Κατηγορίας: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Χρονόμετρο" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Χρονοδιακόπτης" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Τέλος Χρόνου!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Η υπενθύμιση θα χτυπά μέχρι να κλείσετε αυτό το παράθυρο ή μηδενίσετε το " "χρονόμετρο." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Ρύθμιση _ Χρονομέτρου: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Επαναφορά" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Έναρξη" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Ήχος" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Σημείωση" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Επανάληψη υπενθύμισης μέχρι να την απενεργοποιήσω" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Ρυθμίσεις" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Επεξεργασία πεδίων σε όλη την βάση δεδομένων" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Πεδίο για _επεξεργασία:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Για κάθε επιλεγμένη τιμή:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Η τιμή αυτή να π_αραμείνει ως έχει" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Η νέα τιμή θα προστεθεί στο τέλος κάθε υπάρχοντος κειμένου" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Η νέα τιμή θα αντικαταστήσει την τυχόν υπάρχουσα τιμή" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Πεδίο:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Τιμή:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Α_λλαγή διαφορετικού πεδίου:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "_ Αλλαγή τιμής σε: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Διαγραφή τιμής" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Επιλογή ισοδύναμου του" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "Από την USDA βάση δεδομένων" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Άλλαγή συστατικού" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "ή" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Αναζήτηση στην Βάση Συστατικών USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Αναζήτηση κατά την π_ληκτρολόγηση" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Εμφάνισε φαγητό μόνο στην _ομάδα:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "_Αποτελέσματα Αναζήτησης:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Από:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "Π_οσότητα" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Μονάδα:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "μονάδα" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Αλλαγή μονάδας" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Αποθήκευση νέας μονάδας" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr " Προς:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Μονάδα:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Εισαγωγή διατροφικών πληροφοριών για " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Choose a Density" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Πλήκτρο Συστατικού: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA ατνικείμενο: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Επεξεργασία του _USDA Association" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Διατροφικές πληροφορίες" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Επεξεργασία _Πληροφοριών" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Διατροφικές πληροφορίες" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Πυκνότητα:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA ισοδύναμα:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Προσαρμοσμένα ισοδύναμα:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "_Πληροφορίες Πυκνότητας" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Γνωστές Διατροφικές Πληροφορίες" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Προηγμένη Αναζήτηση" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Διατροφικές Πληροφορίες" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "Α_γνόησε" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Διαχείριση συνταγών Gourmet" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Πνευματική Ιδιοκτησία (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. " "Hinkle. GNU GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Ο Διαχειριστής Συνταγών Gourmet είναι μία εφαρμογή για αποθήκευση, οργάνωση " "και αναζήτηση συνταγών. Επίσης, με τον Gourmet είναι εύκολη η δημιουργία " "καταλόγων αγορών από συνταγές. Ο Gourmet επιτρέπει την εισαγωγή συνταγών από " "έναν ευρύ αριθμό πηγών, συμπεριλαμβανομένων των αρχέιων MealMaster και " "MasterCook, αλλά και αρκετούς δημοφιλείς ιστοχώρους. Ο Gourmet μπορεί να " "εξάγει συνταγές ως κείμενο, αρχεία MealMaster, ιστοσελίδες HTML και μία " "προσαρμοσμένη μορφή XML για ανταλλαγή με άλλους χρήστες του Gourmet. Ο " "Gourmet υποστηρίζει την σύνδεση εικόνων με τις συνταγές. Επίσης, ο Gourmet " "μπορεί να υπολογίσει διατροφικές πληροφορίες από τις συνταγές, βασιζόμενος " "στα συστατικά τους." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Επιλογή Βάσης Δεδομένων" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Νέα Συνταγή" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Όνομα _Βάσης Δεδομένων:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Λεπτομέρειες" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Ένα αντίγραφο δημιουργήθηκε στο %s σε περίπτωση που κάτι συμβεί. Αν αποτύχει " "αυτή η αναβάθμιση, μπορείτε να μετονομάσετε χειροκίνητα το αντίγραφο αρχείο " "recipes.db για να το επαναφέρετε για χρήση με το παλαιότερο Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Αλλαγή _Κατηγορίας" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Δημιουργία νέας κατηγορίας" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Αλλάζει την κατηγορία του επιλεγμένου αντικειμένου" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Κελάρι" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Μετακίνηση στον Κατάλογο Αγορών" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Μετακίνηση στο κελλά_ρι" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Απομάκρυνση από τη λίστα αγορών" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Μετακίνηση των επιλεγμένων αντικειμένων στο %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Κατάλογος Αγορών" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Υπάρχουν ήδη (Αντικείμενα Κελαριού)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Εισάγετε Κατηγορία" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Κατηγορία για Προσθήκη του %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Κατηγορία:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Συνατγές" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Προσθήκη στοιχείων" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Απομάκρυνση Συνταγών" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Απομάκρυνση Συνταγών από τον Κατάλογο Αγορών" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "Επεξεργασία" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "Βοήθεια" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Προσθήκη στοιχείων" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Προσθήκη τυχαίων στοιχείων στο λίστα αγορών" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "Χ" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" "Δέν έχει επιλεχθεί καμμία συνταγή. Θέλεις να γίνει καθαρισμός όλης της " "λίστας;" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Αποθήκευση Λίστας Αντικειμένων προς Αγορά ως..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Επιλογή προαιρετικών συστατικών" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Παρακαλώ διευκρινήστε ποιο από τα ακόλουθα Προαιρετικά Συστατικά θα θέλατε " "να συμπεριλάβετε στον Κατάλογο Αγορών." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "Συνταγή" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Πήγαινε" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Εξαγωγή συνταγής" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Εξαγωγή επιλεγμένης συνταγής (αποθήκευση σε αρχείο)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Διαγραφή συνταγής" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Διαγραφή αυτής της συνταγής" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Προσαρμογή μονάδων όταν πολλαπλασιάζονται" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Αλλάζει τις μονάδες μέτρησης για να γίνουν πιο ευανάγνωστες όπου είναι " "δυνατόν όταν πολλαπλασιάζονται." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Εκτύπωση Συνταγής" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Προσθήκη στον _Κατάλογο Αγορών" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Ξέχνα τα προαιρετικά συστατικά" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Πριν γίνει προσθήκη στη λίστα αγορών, ρωτά για όλα τα προαιρετικά συστατικά, " "ακόμη και αν κάποιο προηγουμένως θέλατε να υπάρχει στη μνήμη." #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Εξαγωγή Συνταγής" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Έχετε μη αποθηκευμένες αλλαγές." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Εφαρμογή των αλλαγών πριν την εκτύπωση;" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Εφαρμογή των αλλαγών πριν την εκτύπωση;" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Προαιρετικό)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Αδύνατη η εύρεση της Συνταγής %s στην Βάση Δεδομένων" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Αλλαγή Συνταγής:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Αποθήκευση αλλαγών στη βάση δεδομένων" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Προβολή Καρτέλας Συνταγής" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Επεξεργασία" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Αποθήκευση αλλαγών στο %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Προσθήκη συστατικού" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Προσθήκη ομάδας" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Προσ_θήκη συνταγής" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Προσθήκη μιας άλλης συνταγής ως ένα συστατικό αυτής της συνταγής" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Διαγραφή" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Πάνω" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Κάτω" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Περιγραφή" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Οδηγίες" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Σημειώσεις" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Ποσότητα" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Μονάδα" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Αντικείμενο" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Προαιρετικό" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Η Συνταγή %s (ID %s) δεν είναι στην Βάση Δεδομένων μας." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Μετατραπείσες: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Μη Μετατραπείσες: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Αλλαγμένη Μονάδα." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Έχετε αλλάξει την Μονάδα για %(item)s από %(old)s σε %(new)s. Θα θέλετε να " "μετατραπεί και η ποσότητα ή όχι;" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Μετατραπείσες %(old_amt)s %(old_unit)s σε %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Αδύνατη η Μετατροπή από %(old_unit)s σε %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Προσθήκη Ομάδας Συστατικών" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Εισάγετε το όνομα για τη νέα υποομάδα συστατικών" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Όνομα Ομάδας:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Επιλέξτε συνταγή" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Μια συνταγή δεν μπορεί να αποκαλεί τον εαυτό της συστατικό!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Δεν επιτρέπεται άπειρη αναδρομή στις Συνταγές!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Δεν έχεις επιλέξει καμμία συνταγή!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Πόσους από %(title)s καλεί η συνταγή σας;" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Συνταγές" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Ήχος Κουδουνίσματος" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Προειδοποιητικός Ήχος" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Ήχος Σφάλματος" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Παύση Χρονόμετρου;" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Διακοπή _χρονόμετρου" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Διατήρηση Χρονομέτρησης" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Πρόσθετα" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Τα πρόσθετα παρέχουν επιπλέον λειτουργικότητα στο Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Το πρόσθετο χρειάζεται για τη λειτουργία άλλων προσθέτων. Να απενεργοποιηθεί " "οπωσδήποτε;" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Τα ακόλουθα πρόσθετα χρειάζονται %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Απενεργοποίηση οπωσδήποτε" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Κράτησε το πρόσθετο ενεργό" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "ή" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Παρουσιάστηκε σφάλμα κατά την ενεργοποίηση του προσθέτου." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Παρουσιάστηκε σφάλμα κατά την απενεργοποίηση του προσθέτου." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Κουζίνα" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Αξιολόγηση" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Πηγή" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Ιστοσελίδα" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Χρόνος Προετοιμασίας" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Χρόνος Ψησίματος" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Τροποποιήσεις" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Λανθασμένη εισαγωγή δεδομένων." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Μη αριθμητικό στοιχείο." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Παύση" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Σταμάτημα" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Μή με ρωτήσεις ξανά για αυτό." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Είσαι σίγουρος ότι θές να το κάνεις" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "άριστη" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "σπουδαία" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "καλό" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "καλό" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "φτωχή" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Μετατροπή Αξιολογήσεων σε Κλίμακα 5 Αστέρων." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Μετατροπή Αξιολογήσεων." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Παρακαλώ δώστε σε κάθε μία από τις Αξιολογήσεις το ισοδύναμό της σε Κλίμακα " "από 1 έως 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Τρέχουσα Αξιολόγηση" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Αξιολόγηση βάσει 5 Αστέρων" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Επιλογή Τύπου _Αρχείου" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "Συγγνώμη, αλλά είναι αδύνατο να καταλάβω το ποσό \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Οι ποσότητες πρέπει να είναι αριθμοί (κλάσματα ή δεκαδικοί), διαστήματα " "αριθμών ή κενα" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Η \"Μονάδα\" πρέπει να βρίσκεται μόνη της στο πεδίο \"Μονάδα\".\n" "Για παράδειγμα, εάν θέλετε να εισάγετε μιάμιση κούπες, το πεδίο \"Ποσότητα\" " "πρέπει να περιέχει το ποσό \"1.5\" ή \"1 1/2\" και η λέξη \"κούπες\" να πάει " "στο πεδίο \"Μονάδα\".\n" "\n" "Για να εισάγετε ένα εύρος αριθμών, χρησιμοποιείστε μία \"-\" για να τους " "διαχωρίσετε.\n" "Για παράδειγμα, μπορείτε να εισάγετε \"2-4\" ή \"1 1/2 -3 1/2\".\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Όνο_μα Χρήστη:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Κωδικός:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "αλεύρι, για όλες τις χρήσεις" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "ζάχαρη" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "αλάτι" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "μαύρο πιπέρι, του εδάφους" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "πάγος" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "νερό" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "λάδι, φυτικό" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "λάδι, ελαιόλαδο" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Αγνωστο" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Η Συνταγή αναφέρει τον εαυτό της ως Συστατικό." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Το συστατικό %s θα αγνοηθεί." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Λίστα αντικειμένων προς αγορά για %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Για τις ακόλουθες συνταγές:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " Χ%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Για τις ακόλουθες συνταγές:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Επιλογή κωδικοποίησης" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Αδύνατος ο καθορισμός της κατάλληλης κωδικοποίησης. Παρακαλώ επιλέξτε τη " "σωστή κωδικοποίηση απο τη παρακάτω λίστα." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Δες το Αρχείο με Κωδικοποίηση" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Η εισαγωγή είναι σε παύση" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Διακοπή εισαγωγής" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Κατάλογος Συνταγών" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Λίστα _Αντικειμένων προς Αγορά" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Kostas Koniaris \n" "\n" "Launchpad Contributions:\n" " Allamanis Miltiadis https://launchpad.net/~mallamanis\n" " Andriopoulos Nikolaos https://launchpad.net/~sirnicolas21\n" " Constantinos Koniaris https://launchpad.net/~kostkon\n" " DimitrisT https://launchpad.net/~dimitris.t\n" " K. Marmatakis https://launchpad.net/~marmako\n" " Mardas Giannis https://launchpad.net/~giannismardas\n" " Michail Dim. Drakomathioulakis https://launchpad.net/~bagera\n" " Panagiotis Ligopsychakis https://launchpad.net/~panligo\n" " Thomas M. Hinkle https://launchpad.net/~thomas-hinkle\n" " attikon https://launchpad.net/~attikon\n" " fotiniv https://launchpad.net/~fotiniv\n" " mxa055 https://launchpad.net/~mxa055\n" " p2esp https://launchpad.net/~p2esp\n" " tzem https://launchpad.net/~athmakrigiannis" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Αποθηκεύτηκε!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Σώσιμο των αλλαγών σε %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Μια εισαγωγή είναι ήδη σε πρόοδο." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Μια εξαγωγή είναι ήδη σε πρόοδο." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Μια διαγραφή είναι ήδη σε πρόοδο." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Εξοδος από το πρόγραμμα έτσι κι αλλιώς;" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Οχι έξοδος!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Διαγράφηκαν οριστικά %s από %s συνταγές" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Απορίμματα" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Περιήγηση, μόνιμη διαγραφή ή επαναφορά των διαγραμένων συνταγών" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Συνταγές που δεν έχουν διαγραφεί " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Αριθμός από %(unit)s από %(title)s για αγορά" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Πολλαπλασιασμός %s επί:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Ορισμός %(attributes)s για την %(num)s επιλεγμένη συνταγή;" msgstr[1] "Ορισμός %(attributes)s για τις %(num)s επιλεγμένες συνταγές;" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Τυχόν προϋπάρχουσες τιμές δεν θα αλλάξουν." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Η νέα τιμή θα αντικαταστήσει τις προϋπάρχουσες τιμές." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Αυτή η αλλαγή δεν αναιρείται" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Ορισμός τιμών για τις επιλεγμένες συνταγές" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Αναζήτηση συνταγών" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Άνοιγμα συνταγής" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Άνοιγμα της επιλεγμένης συνταγής" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Διαγραφή συνταγής" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Διαγραφή επιλεγμένων Συνταγών" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Επεξεργασία συνταγής" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Άνοιγμα επιλεγμένων συνταγών στον επεξεργαστή συνταγών" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "Ε_ξαγωγή επιλεγμένων συνταγών" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Εξαγωγή των επιλεγμένων συνταγών σε αρχείο" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "Εκτύπωση" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "συνταγές" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Ομα_δική επεξεργασία συνταγών" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Νέο" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Εισαγωγή Συνταγής" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Εισαγωγή συνταγής από αρχείο" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s συνταγή" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Ε_ξαγωγή όλων των συνταγών" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Εξαγωγή όλων των συνταγών σε αρχείο" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "Έ_ξοδος" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "Ενέργειες" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Απορίμματα" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "Π_ροτιμήσεις" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Πρόσθετα" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" "Διαχείριση προσθέτων που πρσθέτουν επιπλέον λειτουργικότητα στο Gourmet" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Ρυ_θμίσεις" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "Περί" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Εργαλεία" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Χρονόμετρο" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Εμφάνιση χρονομέτρου" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Δείκτες συνταγών που μπορούν να αναζητηθούν στη βάση δεδομένων." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Να διαγραφεί %s;" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Έχετε μη σωθείσες αλλαγές στο %s. Είστε σίγουρος ότι θέλετε να το διαγράψετε;" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Διαγράφηκε" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Χωρίς Τίτλο" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Διαγραφή των συνταγών για πάντα;" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Διαγραφή της συνταγής για πάντα;" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Είσαι σίγουρος ότι θές να διαγράψεις τη %s συνταγή" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Είσαι σίγουρος ότι θες να διαγράψεις τις ακόλουθες συνταγές;" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Είσαι σίγουρος ότι θες να διαγράψεις τις %s επιλεγμένες συνταγές;" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Προβολή Συνταγών" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Διαγραφή Συνταγών" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Κατάλογος Συνταγών" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Διαγραφή συνταγής %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Ολοκληρώθηκε!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Εισαγωγή..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Επεξεργαστής Κ_λειδιού Συστατικού" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Μαζική επεξεργασία κλειδιών συστατικού" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "κλειδί" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "αντικείμενο" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Πεδίο" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Τιμή" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Πλήθος" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Αλλαγή όλων των Κλειδιών \"%s\" σε \"%s\";" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Δεν θα μπορείτε να αναιρέσετε αυτή την ενέργεια. Εάν υπάρχουν ήδη Συστατικά " "με το Κλειδί \"%s\", δεν θα μπορείτε να διακρίνετε ανάμεσα σε αυτά και σ' " "εκείνα που αλλάζετε τώρα." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Αλλαγή όλων των αντικειμένων από \"%s\" σε \"%s\";" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Δεν θα μπορείτε να αναιρέσετε αυτή την ενέργεια. Εάν υπάρχουν ήδη Συστατικά " "με το Αντικείμενο \"%s\", δεν θα μπορείτε να διακρίνετε ανάμεσα σε αυτά και " "σ' εκείνα που αλλάζετε τώρα." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Αλλαγή όλων των περιπτώσεων του \"%(unit)s\" σε \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Αλλαγή του \"%(unit)s\" σε \"%(text)s\" μόνο για Συστατικά \"%(item)s\" με " "Κλειδί \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Αλλαγή όλων των περιπτώσεων του \"%(amount)s\" %(unit)s σε %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Αλλαγή του \"%(amount)s\" %(unit)s σε \"%(text)s\" %(unit)s μόνο όπου το " "Κλειδί Συστατικού είναι %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Αλλαγή του \"%(amount)s\" %(unit)s σε \"%(text)s\" %(unit)s μόνο όπου το " "Κλειδί Συστατικών είναι %(key)s και όπου το Αντικείμενο είναι %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Αλλαγή όλων των επιλεγμένων σειρών;" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Αυτή η ενέργεια είναι μη αναστρέψιμη. Είστε σίγουρος ότι για όλες τις %s " "επιλεγμένες γραμμές, θέλετε να εισάγετε τις ακόλουθες τιμές:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Κλειδί σε %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Αντικείμενο σε %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Μονάδα σε %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Ποσότητες σε %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s συστατικό" msgstr[1] "%s συστατικά" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Παρουσίαση συστατικών από %(bottom)s μέχρι %(top)s με σύνολο %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Ποσό" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Κλειδιά συστατικού" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Τα κλειδιά συστατικού είναι βελτιστοποιημένα ονοματα συστατικών που " "χρησιμοποιούνται για τις λίστες αγορών και για τους υπολογισμούς." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Μάντεψε τα κλειδιά" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Μάντεψε τις καλύτερες τιμές για όλα τα κλειδιά συστατικού βασισμένα σε τιμές " "που ήδη υπάρχουν" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Επεξεργασία Συσχετισμών Πλήκτρων" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" "Επεξεργάζεται τις συσχετίσεις του κλειδιού και άλλων ιδιοτήτων στη βάση " "δεδομένων." #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Επεξεργαστής Πλήκτων" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Αντικέιμενο" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Πλήκτρο:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Αλλαγή επιλεγμένων συστατικών" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Κατηγορία Αγορών" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" "Εμφανίζει τις μονάδες μέτρησης όπως είναι γραμμένες για κάθε συνταγή (καμμία " "αλλαγή)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Πάντοτε να εμφανίζονται μονάδες μετρήσεως Η.Π.Α" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Πάντοτε να εμφανίζονται μετρικές μονάδες μετρήσεως" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Αυτόματη ρύθμιση μονάδων" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Ορισμός προτιμήσεων εμφάνισης _μονάδων" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Μετατρέπει αυτόματα τις μονάδες στο προτιμώμενο σύστημα (μετρικό, αγγλικό, κ." "τ.λ.) όπου είναι δυνατόν" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Αστέρια" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "από %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Αυτόματση Συγχώνευση συνταγών" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Πάντοτε να χρησιμοποιείται η νεότερη συνταγή" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Πάντοτε να χρησιμοποιείται η παλαιότερη συνταγή" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Τίποτα" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Μερικές από τις εισαχθείσες συνταγές φαίνεται να είναι διπλές. Μπορείτε να " "τις συγχνεύσετε εδώ, ή να κλείσετε αυτό το διάλογο και να τις αφήσετε όπως " "είναι." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Εύρεση _διπλών συνταγών" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Εύρεση και διαγραφή διπλών συνταγών" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Συνταγές με παρόμοιες πληροφορίες" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Συνταγές με παρόμοια συστατικά" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Συνταγές με παρόμοιες πληροφορίες και συστατικά" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Διπλότυπες συνταγές" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Συμπεριέλαβε συνταγές που βρίσκονται στον κάδο" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Εμφάνιση:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Συγχώνευση _όλων των διπλότυπων" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr " Συγχώνευση συνταγών" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Αυτόματη συγχώνευση" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Για κάθε επιλεγμένη τιμή" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Όπου το %(field)s είναι %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Η αλλαγή θα γίνει %s συνταγή" msgstr[1] "Η αλλαγή θα γίνει %s συνταγές" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Διαγραφή %s όπου αυτό είναι %s;" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Αλλαγή του %s από %s σε \" %s\"" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Αυτή η αλλαγή δεν είναι αντιστρέψιμη." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Επεξεργαστής Πεδίου" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Επεξεργασία πεδίων μεταξύ πολλαπλών συνταγών μονομιάς." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Αποστολή συνταγών με Email" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Αποστολή όλων των επιλεγμένων συνταγών με Email (ή όλες οι συνταγές αν δεν " "έχει επιλεχθεί κάποια)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" "Θέλετε πραγματικά να στείλετε με email όλες τις %s επιλεγμένες συνταγές;" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ναι, στείλε τις με e_mail" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Αδύνατη η μετατροπή από %s σε %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Απαιτούνται πληροφορίες για την πυκνότητα." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Μετατροπέας Μονάδων" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Υπολογίζει τις μετατροπές μονάδων" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Μετατροπέας Μονάδων" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Από" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Α_ντικείμενο" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "Πυκνό_τητα" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Πληροφορία Π_υκνότητας" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Σε" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "Αποτέ_λεσμα" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr ";" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Ιστοσελίδα τύπου HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Εξαγωγή Ιστοσελίδας" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Εξαγωγή συνταγών σε αρχεία τύπου HTML στον κατάλογο %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Η συνταγή αποθηκεύτηκε στο αρχείο τύπου HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Πρωτότυπη Σελίδα από %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "προαιρετικό" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Εξαγωγή Ιστοσελίδας" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Εξαγωγή συνταγών σε αρχεία τύπου HTML στον κατάλογο %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Η συνταγή αποθηκεύτηκε στο αρχείο τύπου HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Αρχείο Απλού Κειμένου" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Εξαγωγή σε Αρχείο Κειμένου" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Εξαγωγή συνταγών στο αρχείο κειμένου %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Η συνταγή αποθηκεύτηκε ως αρχείο απλού κειμένου %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Μεγάλο Αρχείο" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Το αρχείο %s είναι πολύ μεγάλο για να εισαχθεί" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Το αρχείο σας υπερβαίνει το μέγιστο μήκος των %s χαρακτήρων. Προφανώς δεν " "θέλετε να το εισαγάγετε έτσι και αλλιώς. Αν πραγματικά θέλετε να το " "εισαγάγετε, χρησιμοποιείστε έναν επεξεργαστή κειμένου για να χωρίσετε το " "αρχείο σε μικρότερα αρχεία και δοκιμάστε να το εισαγάγετε ξανά." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Αρχείο τύπου Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Εξαγωγή σε αρχείο τύπου Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Εξαγωγή Συνταγών στο Αρχείο Gourmet XML %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Η Συνταγή αποθηκεύθηκε ως Αρχείο Gourmet XML %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Αρχείο Gourmet XML (Απαρχαιομένο)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Αρχείο Mastercook XML" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Αρχείο Κειμένου Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Η εισαγωγή του αρχείου τύπου Mastercook ολοκληρώθηκε." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Συγύρισμα της XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "Αρχείο KRecipe XML" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Διαμόρφωση Σελίδας" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Εκτύπωση των Συνταγών" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Τύπος Φορητού Εγγράφου)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Εξαγωγή σε PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Εξαγωγή Συνταγών σε PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Η Συνταγή αποθηκεύθηκε ως PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "points" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Κατάλογος Καρτών (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Κατάλογος Καρτών (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Κατάλογος Καρτών (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Κατάλογος Καρτών (Α7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Γράμμα" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Νομικά Θέματα" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Κατάλογος Καρτών (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Κατάλογος Καρτών (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Κατάλογος Καρτών (Α7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Απλό" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Στήλη" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Στήλη" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Στήλη" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Στήλη" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Στήλη" msgstr[1] "%s Στήλες" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Κατακόρυφος" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Οριζόντιος" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Μέγεθος _Σελίδας" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "Προσανατολισμός" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Σχεδιάγραμμα Σελίδας" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Μέγεθος Γραμματοσειράς" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Αριστερό Περιθώριο" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Δεξιό Περιθώριο" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Άνω Περιθώριο" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Κάτω Περιθώριο" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Επιλογές PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Αρχείο MealΜaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Εξαγωγή σε αρχείο MealΜaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Εξαγωγή Συνταγών σε αρχεία τύπου MealMaster %(file)s" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Η Συνταγή αποθηκεύτηκε ως Αρχείο Τύπου MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "σερβίρισμα" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Μεγάλο Αρχείο" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Εξαγωγή HTML" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Εξαγωγή Συνταγών στο Αρχείο Gourmet XML %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Η Συνταγή αποθηκεύθηκε ως Αρχείο Gourmet XML %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Αποθήκευση Λίστας Αγορών" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Αποθήκευση Λίστας ως Συνταγή" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Αποθήκευση της τρέχουσας λίστας αγορών ως συνταγή για μελλοντική χρήση" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Μενού για %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Μενού" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Διατροφικές Πληροφορίες αντικατοπτρίζουν το ποσό για %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" "Διατροφικές Πληροφορίες αντικατοπτρίζουν το ποσό για ολόκληρη τη συνταγή." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Λείπουν οι διατροφικές πληροφορίες για %s συστατικά: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Οποιαδήποτε Ομάδα Τροφών" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "επιλογή" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Μετατροπή Μονάδας για %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Προκειμένου να υπολογίσει τις Διατροφικές Πληροφορίες ο Gourmet, χρειάζεται " "να μετατρέψετε την \"%s\" σε μια Μονάδα που να αντιλαμβάνεται." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Αλλαγή κλειδιού συστατικού" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Αλλαγή του Κλειδιού Συστατικών από %(old_key)s σε %(new_key)s παντού ή μόνο " "στην Συνταγή %(title)s;" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Αλλαγή _παντού" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Μόνο στην συνταγή %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" "Αλλαγή του κλειδιού συστατικού έτσι και αλλιώς από %(old_key)s σε " "%(new_key)s;" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Αλλαγή μονάδας" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Αλλαγή μονάδας από %(old_unit)s σε %(new_unit)s για όλα τα συστατικά " "%(ingkey)s ή μόνο για την συνταγή %(title)s;" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Προκειμένου να υπολογίσει τις Διατροφικές Πληροφορίες για \"%(amount)s " "%(unit)s %(ingkey)s\", ο Gourmet χρειάζεται να γνωρίζει την Πυκνότητά του. Η " "Διατροφική Βάση Δεδομένων μας έχει διάφορες περιγραφές αυτού του Φαγητού με " "διαφορετικές Πυκνότητες. Παρακαλώ επιλέξτε την σωστή από τις παρακάτω." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Για να εφαρμόσει τις Διατροφικές Πληροφορίες, το Gourmet χρειάζεται έγκυρα " "ποσό και μονάδα." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Διατροφή" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Συστατικό" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Ισοδύναμο στην Βάση Δεδομένων USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 γραμμάρια" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Θερμίδες" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Ολικό Λίπος" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Κορεσμένα Λιπαρά" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Χοληστερόλη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Νάτριο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Συνολικοί Υδρογονάνθρακες" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Διαιτητικές Ίνες" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Σάκχαρα" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Πρωτεΐνες" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "α-Καροτένιο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Τέφρα" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "β-Κατοτένιο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "β-Κρυπτοξανθίνη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Ασβέστιο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Χαλκός" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Ολικό Φολικό" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Φολικό Οξύ" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Φολικό Τροφής" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Ισοδύναμα Διαιτητικού Φολικού" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Σίδηρος" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Λυκοπένη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Λουτεΐνη+Ζεαζανθίνη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Μαγνήσιο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Μαγγάνιο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Νιασίνη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Παντοθενικό Οξύ" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Φώσφορος" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Κάλλιο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Βιταμίνη Α" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Ρετινόλη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Ριβοφλαβίνη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Σελήνιο" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Θειαμίνη" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Βιταμίνη A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Βιταμίνη Α (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Βιταμίνη B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Βιταμίνη B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Βιταμίνη C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Βιταμίνη Ε" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Βιταμίνη Κ" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Ψευδάργυρος" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Βιταμίνες και μεταλλικά στοιχεία" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Απούσες Διατροφικές Πληροφορίες\n" "για %(missing)s των %(total)s Συστατικών." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Καθημερινή Ποσότητα" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Ποσοστό Συνιστωμένης Ημερήσιας Παροχής βαρισμένο στο %i Θερμίδων ανά Ημέρα. " "Κάντε κλικ για να επεξεργαστείτε τον αριθμό Θερμίδων ανά Ημέρα." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Ποσό για %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Ποσό ανά Συνταγή" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Φόρτωση Διατροφικών Δεδομένων" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Ολοκληρώθηκε η Εισαγωφή της Διατροφικής Βάσης Δεδομένων!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Προσκόμιση Διατροφικής Βάσης Δεδομένων από το αρχείο zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Εξαγωγή %s από αρχείο zip." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Ανάλυση Διατροφικών Δεδομένων..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Ανάγνωση Διατροφικών Δεδομένων: Εισήχθησαν %s από %s εγγραφές." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Ανάλυση Δεδομένων Βάρους..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Ανάγνωση Δεδομένων Βάρους φια Διατροφικά Αντικείμενα: Εισήχθησαν %s από %s " "εγγραφές." #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Νερό" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Χιλιοθερμίδες" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g Πρωτεΐνη" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g Λιπίδια" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g Τέφρα" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g Yδρογονάνθρακες" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g Ίνες" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g Σακχάρων" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg Ασβεστίου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg Σιδήρου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg μαγνήσιου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg φωσφόρου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg Καλίου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg Νατρίου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg Ψευδαργύρου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg Χαλκού" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg Μαγγανίου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "μg Σεληνίου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg βταμίνη c" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg Θειαμίνη" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg Ριβοφλαβίνης" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg Νιασίνης" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg Παντοθενικού Οξέος" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg βιταμίνη B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "μg Ολικού Φολικού" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "μg Φολικού Οξέος" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "μg Φολικού Τροφής" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "μg Ισοδύναμα Διαιτητικού Φολικού" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Συνολική Χολίνη" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "μg Βιταμίνης B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "IU Βιταμίνης A" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Βιταμίνη Α (Ισοδύναμο σε μg Ρετιναλικής Δραστηριότητας)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "μg Ρετινόλης" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "μg α-Καροτένιου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "μg β-Καροτένιου" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "μg β-Κρυπτοξαθίνης" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "μg Λυκοπένης" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "μg Λουτεΐνης+Ζεαζανθίνης" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Βιταμίνη Ε" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Βιταμίνη Κ" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g Κεκορεσμένων Λιπαρών Οξέων" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Μονοακόρεστων Λιπαρών Οξέων" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Πολυακόρεστων Λιπαρών Οξέων" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Χοληστερόλης" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Ποσοστό Άρνησης" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Γαλακτοκομικά Προϊόντα & Αυγά" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Μπαχαρικά & Βότανα" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Βρεφικές Τροφές" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Λιπαρά και Έλαια" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Πουλερικά" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Σούπες & Σάλτσες" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Λουκάνικα & Κρέας" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Δημητριακά Πρωινού" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Φρούτα & Χυμοί Φρούτων" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Χοιρινό" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Λαχανικά" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Ξηροί Καρποί & Σπόροι" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Μπιφτέκι" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Ποτά" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Ψαρια & Όστρακα" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Όσπρια" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Αρνί, Μοσχάρι & Game" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Ψημένα Προϊόντα" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Γλυκά" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Δημητριακά και Ζυμαρικά" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Φαστ Φουντ" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Γεύματα, Ορεκτικά και Συνοδευτικά" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Σνακς" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Έθνικ Φαγητά" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "ολόκληρη η βάση" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Κλειδί Συστατικού" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "Αριθμός USDA ID" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Περιγραφή Στοιχεόυ USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Ισοδύναμο Πυκνότητας" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Εργαλεία" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Ανάκτηση διατροφικών πληροφοριών για την τρέχουσα λίστα" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Σύνολο για την Λίστα Αγορών" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Επεξεργασία _διατροφικών πλαροφοριών" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "Αστέρια" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Εξαχθείσες %(number)s από %(total)s Συνταγές" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Η εξαγωγή ολοκληρώθηκε." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Συμπερίληψη Συνταγής στο Σώμα του e-Mηνύματος" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "e-Ταχυδρόμηση Συνταγής ως Συνvημένο HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Αποστολή Συνταγής με E-mail ως PDF Συννημένο" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Επιλογές e-Ταχυδρομείου" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Χωρίς ερώτηση πριν την αποστολή e-Μηνύματος." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Το e-Μήνυμα Ηλεκτρονικού δεν στάλθηκε" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Δεν έχετε επιλέξει να συμπεριληφθεί η Συνταγή στο Σώμα του Μηνύματος ή ως " "Συννημμένο." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Αποθήκευση συνταγής ως..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Το Gourmet δεν μπορεί να εξάγει σε αρχείο τύπου \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Εξαγωγή συνταγών" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "συνταγές" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Αδύνατον να εξαχθεί: άγνωστος τύπος αρχείου \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Παρακαλώ σιγουρευτείτε ότι θα επιλέξετε ένα τύπο αρχείου από το πτυσσόμενο " "μενού όταν το αποθηκεύετε." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Εξαγωγή" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Αδυναμία εκτύπωσης: δεν υπάρχουν ενεργοποιημένα πρόσθετα εκτύπωσης!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Εκτύπωση %s συνταγής" msgstr[1] "Εκτύπωση %s συνταγών" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "απόδοση" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Άνοιγμα συνταγής..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Εισάγετε διεύθυνση ιστοσελίδας" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Τροποποιήσεις" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Εισάγετε την διεύθυνση μιας ιστοσελίδας ή ενός αρχείου συνταγής." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Εισαγωγή" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Όλα τα Εισαγώγιμα Αρχεία" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Εισαχθείσες %s συνταγές." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "σερβίρισμα" msgstr[1] "σερβιρίσματα" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Εισήχθησαν %s από %s συνταγές." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "Εντάξει" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Σερβιρίσματα" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Υποομάδα συστατικού" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Απόκρυψη" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Κείμενο" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Ενέργειες" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Εισαγωγή συνταγής" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Καθαρισμός Ε_τικετών" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Εισαγωγή Συνταγής" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "οπουδήποτε" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "Τίτλος" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "Συστατικό" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "Οδηγίες" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "σημειώσεις" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "Κουζίνα" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "πηγή" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Χρήση κανονικών παραστάσεων κατά την αναζήτηση" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Χρήση κανονικών παραστάσεων (μια προχωρημένη γλώσσα αναζήτησης) για " "αναζήτηση κειμένου" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" "Αναζήτηση κατά την πληκτρολόγηση (απενεργοποιείστε αν η αναζήτηση είναι πολύ " "αργή)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Εμφάνιση _Επιλογών Αναζήτησης" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Εμφανίζει προχωρημένες επιλογές αναζήτησης" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s συνταγή" msgstr[1] "%s συναταγές" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Παρουσίαση Συνταγών %(bottom)s έως %(top)s από %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s σε %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Παύση" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Εισαγωγή από KRecipe" msgstr[1] "Εισαγωγή από KRecipe" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Παύση" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Ολοκληρώθηκε" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Σφάλμα: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Σφάλμα" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Σφάλμα %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "ανατρέξτε" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "δευτερόλεπτο" msgstr[1] "δευτερόλεπτα" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "λεπτά" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "λεπτό" msgstr[1] "λεπτά" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "ώρες." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "ώρα" msgstr[1] "ώρες" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "ημέρα" msgstr[1] "ημέρες" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "εβδομάδα" msgstr[1] "εβδομάδες" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "μήνας" msgstr[1] "μήνες" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "έτος" msgstr[1] "έτη" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " και " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "και" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "προς" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Προσπέλαση Συνταγών" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Επιλογή συνταγών με προσπέλαση ανά κατηγορία, κουζίνα, κλπ." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Κύριο" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Εύρεση διπλότυπων συνταγών" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Ένας οδηγός εύρεσης και αφαίρεσης ή συγχώνευσης διπλότυπων συνταγών." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Εξαγωγή σε PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Δημιουργία ιστοσελίδων συνταγών από συνταγές." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Εισαγωγέας/Εξαγωγέας" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Εισαγωγή και Εξαγωγή XML αρχείων στο Gourmet" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Εισαγωγή και Εξαγωγή συνταγών ως XML αρχείων του Gourmet, κατάλληλα για " "αντίγραφα ασφαλείας ή ανταλλαγή με άλλους χρήστες του Gourmet." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Εισαγωγή από KRecipe" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Εισαγωγή αρχείων από το πρόγραμμα Krecipe." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Εισαγωγή από Mastercook" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Εισαγωγή αρχείων από το πρόγραμμα Mastercook." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Εισαγωγή και Εξαγωγή XML αρχείων στο Gourmet" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Εισαγωγή και Εξαγωγή συνταγών ως XML αρχείων του Gourmet, κατάλληλα για " "αντίγραφα ασφαλείας ή ανταλλαγή με άλλους χρήστες του Gourmet." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Εξαγωγή αρχείων Mealmaster(tm)" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Εξαγωγή συνταγών ως αρχεία κειμένου mealmaster" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Εκτύπωση και εξαγωγή PDF" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Εκτύπωση συνταγών ή εξαγωγή αυτών ως PDF' αυτό το πρόσθετο επιτρέπει μια " "ποικιλία από μορφοποιήσεις σελίδας." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Καθοδηγούμενη εισαγωγή απλού κειμένου" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Βοήθεια χρήστη να επιλέξει και να εισάγει απλό κείμενο. Επιπλέον παρέχει " "εξαγωγή απλού κειμένου." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Καθορισμός και επεξεργασία πλήκτρων συστατικών (μοναδικών αναγνωριστικών για " "τα συστατικά, για τη προσθήκη αντικειμένων στις λίστες αγορών)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Αποθήκευση λιστών αγορών ως συνταγές για μελλοντική χρήση." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Υπολογισμός διατροφικών πληροφοριών για συνταγές." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Επεξεργαστής Κατηγορίας Αγορών" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Καθορισμός και επεξεργασία των κατηγοριών αγορών για συστατικά από τον " "επεξεργαστή συνταγών." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Ορθογραφικός Έλεγχος" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Προσθέτει ορθογραφικό έλεγχο σε πλαίσια κειμένου παραγράφων στην εισαγωγή " "συνταγής (Οδηγίες, Σημειώσεις)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Παρέχει έναν απλό υπολογιστή μονάδων." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Προτιμήσεις Εμφάνισης Μονάδων" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Επιτρέπει να χρησιμοποιούνται πάντα οι μετρικές (ή αυτοκρατορικές) μονάδες " "για την εμφάνιση." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Έλεγχος για Unicode-16 σε αρχεία κειμένου" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Ενεργοποιήστε αυτό εάν τα utf-16 αρχεία κειμένου δεν εισάγονται καθαρά στο " "Gourmet. Απενεργοποιήστε το αν ποτέ δεν χρησιμοποιείτε το UTF16 και " "ενοχλείστε από την συνεχή εμφάνιση του διαλόγου \"Κωδικοποίηση\" όταν " "εισάγετε αρχεία." #~ msgid "E-mail selected recipe" #~ msgstr "Αποστολή επιλεγμένης συνταγής με E-mail" #~ msgid "_E-Mail recipe" #~ msgstr "Αποστολή Συνταγής με E-mail" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (βοήθεια στη μεταφορά του προγράμματος στα Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "" #~ "Daniel Folkinshteyn (πρόγραμμα εγκατάστασης για τα " #~ "Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (βελτιώσεις στο περιβάλλον του Μετατροπέα Μονάδων)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (βελτιώσεις στην εξαγωγή σε τύπο αρχείου Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "" #~ "ixat (λογότυπος και οθόνη παφλασμών (splash " #~ "screen) )" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (εικονίδια \"Διατροφή\" και \"Προσθήκη στον Κατάλογο " #~ "Αγορών\")" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (βελτιώσεις στην " #~ "διεθνοποίηση, ανάμεικτες διορθώσεις λαθών κώδικα)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Επιμέλεια έκδοσης για Windows και " #~ "επανασχεδίαση Ιστοτόπου)" #~ msgid "Upgrading database" #~ msgstr "Αναβάθμιση βάσης δεδομένων" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Αναλόγως του μεγέθους της βάσης δεδομένων, αυτό μπορεί να διαρκέσει λίγο " #~ "παραπάνω. Τα δεδομένα σας έχουν αυτόματα αποθηκευτεί σε εφεδρικό αρχείο " #~ "σε περίπτωση που κάτι πάει στραβά." #~ msgid "Paste ingredients" #~ msgstr "Επικόλληση συστατικών" #~ msgid "Import from file" #~ msgstr "Εισαγωγή από αρχείο" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "" #~ "Επιλέξτε ένα αρχείο που να περιλαμβάνει τον Κατάλογο Συστατικών σας." #~ msgid "No file selected" #~ msgstr "Κανένα αρχείο δεν έχει επιλεχθεί" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Δεν επιλέχθηκε αρχείο, γι'αυτό η ενέργεια ακυρώθηκε" #~ msgid "_Import file" #~ msgstr "_Εισαγωγή αρχείου" #~ msgid "Import _webpage" #~ msgstr "Εισα_γωγή Ιστοσελίδας" #~ msgid "Import recipe from webpage" #~ msgstr "Εισαγωγή συνταγής από Ιστοσελίδα" #~ msgid "Open _Trash" #~ msgstr "Άνοιγμα Α_πορριμάτων" #~ msgid "Archive (zip, tarball)" #~ msgstr "Αρχείο (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Φόρτωση Αρχείου zip" #~ msgid "Unzipping zip archive" #~ msgstr "Αποσυμπίεση Αρχείου zip" #~ msgid "Webpage" #~ msgstr "Ιστοσελίδα" #, python-format #~ msgid "Downloading %s" #~ msgstr "Κατέβασμα %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Λίστα αντικειμένων προς αγορά για %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Ανάκτηση %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Ανάκτηση αρχείου" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Εισάγετε το URL ενός Αρχείου ή Ιστοχώρου Συνταγών." #~ msgid "Enter URL:" #~ msgstr "Εισαγωγή URL:" #~ msgid "Unable to import URL" #~ msgstr "Αδύνατον να εισάγω το URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Η εφαρμογή Gourmet δεν έχει πρόσθετο ικανό για την ισαγωγή URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Αδύνατον να εισαχθεί το URL %(url)s του τύπου %(type)s. Το αρχείο " #~ "αποθηκεύτηκε προσωρινά στην τοποθεσία %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Δεν είναι δυνατή η αναγνώριση του wesite. Χρήση γενικού εισαγωγέα..." #~ msgid "Import complete." #~ msgstr "Η εισαγωγή δεδομένων ολοκληρώθηκε." #~ msgid "Importing recipe" #~ msgstr "Εισαγωγή Συνταγής" #~ msgid "Processing ingredients" #~ msgstr "Επεξεργασία υλικών" #~ msgid "Processing ingredients." #~ msgstr "Επεξεργασία υλικών." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Αρχείο τύπου Gourmet XML" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Διαχείριση συνταγών Gourmet" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Οργανώστε συνταγές, δημιουργήστε καταστάσεις αγορών, υπολογίστε τις " #~ "διατροφικές πληροφορίες και άλλα" #~ msgid "Send to Email" #~ msgstr "Αποστολή στο E-mail" #~ msgid "Email recipes from Gourmet" #~ msgstr "Αποστολή συνταγών από το Gourmet με E-mail" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Υποστήριξη για Zip, Gzip και Tarball αρχεία" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Εισαγωγή συνταγών από zip ή tar αρχεία" #~ msgid "HTML Export" #~ msgstr "Εξαγωγή HTML" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Δημιουργία ιστοσελίδων συνταγών από συνταγές." #~ msgid "Webpage import" #~ msgstr "Εισαγωγή Ιστοσελίδας" #~ msgid "Import recipes from the web." #~ msgstr "Εισαγωγή συνταγών από το διαδίκτυο." #~ msgid "Website Importers" #~ msgstr "Εισαγωγείς Ιστοσελίδων" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Εισαγωγείς για about.com, www.foodnetwork.com, και άλλων" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Επιλέξτε κείμενο από την συνταγή και κατηγοριοποιήστε το βάζοντας του " #~ "ετικέτα ανάλογα με ποιο στοιχείο της συνταγής είναι ( επιλέξτε από τα " #~ "στοιχεία συνταγής στα δεξιά)." #~ msgid "_Raw recipe:" #~ msgstr "Π_ρόχειρη συνταγή" #~ msgid "_Label" #~ msgstr "Ε_τικέτα" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Ξεκινήστε νέα συνταγή (χρησιμοποιήστε αυτό εάν το αρχείο που θα εισάγετε " #~ "περιέχει περισσότερες από μία συνταγές)" #~ msgid "Select recipe image" #~ msgstr "Επιλέξτε φωτογραφία συνταγής." #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Επιλογή εικόνας για τη συνταγή \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Παρακάτω είναι όλες οι εικόνες που βρέθηκαν στην σελίδα που εισάγετε. " #~ "Επιλέξτε όποιες είναι από την Συνταγή ή μην επιλέξετε καμμία εάν δεν " #~ "θέλετε καμμία από αυτές τις εικόνες." #~ msgid "Python Shell" #~ msgstr "Κέλυφος Python" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Επιτρεπει στους προγραμματιστές την πρόσβαση σε ένα διαδραστικό κέλυφος " #~ "με πρόσβαση στο εσωτερικό του Gourmet." #~ msgid "_Python Console" #~ msgstr "Κονσόλα _Python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Εμαφανίζει την κονσόλα της Python (προσφέρει πρόσβαση το τρέχον " #~ "στιγμιότυπο της εφαρμογής)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Εκκίνηση του Gourmet Recipe Manager..." #~ msgid "Starting gourmet..." #~ msgstr "Εκκίνηση του gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Μόλις μετακινήθηκε %s συνταγή στα απορρίματα. Μπορείτε να επαναφέρετε την " #~ "συνταγή ή να την διαγράψετε μόνιμα όποτε θέλετε πατώντας Εργαλεία-> " #~ "Άνοιγμα Απορριμάτων." #~ msgstr[1] "" #~ "Μόλις μετακινήθηκαν %s συνταγές στα απορρίματα. Μπορείτε να επαναφέρετε " #~ "τις συνταγές ή να τις διαγράψετε μόνιμα όποτε θέλετε πατώντας Εργαλεία-> " #~ "Άνοιγμα Απορριμάτων." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Για να εκτυπώσετε, ενεργοποιήστε ένα πρόσθετο που παρέχει υποστήριξη " #~ "εκύπωσης, όπως το πρόσθετο 'Printing & PDF export'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Λοιπόν αυτό είναι ενοχλητικό. Κάτι πήγε στραβά κατά την εκτύπωση της " #~ "συνταγής σας." #~ msgid "Unable to open URL" #~ msgstr "Ηταν αδύνατο να ανοιχθεί αυτό το URL" #~ msgid "Unable to launch mail reader." #~ msgstr "" #~ "Ηταν αδύνατο να γίνει το φόρτωμα του προγράμματος για το διάβασμα " #~ "ηλεκτρονικού ταχυδρομείου." #~ msgid "Unable to open website." #~ msgstr "Ηταν αδύνατο να ανοιχθεί αυτό το ιστολόγιο." #~ msgid "Unable to open file." #~ msgstr "Ηταν αδύνατο να ανοιχθεί αυτό το αρχείο." #~ msgid "There was an error launching the url: %s" #~ msgstr "Παρουσιάσθηκε σφάλμα κατά την φόρτωση του url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Ο χρόνος πρέπει να ξεκινά με έναν αριθμό ή ενα κλάσμα ακολουθούμενο από " #~ "μονάδες (λεπτά, ώρες κτλ.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Ο χρόνος πρέπει να εκφράζεται σε ώρες, λεπτά, δευτερόλεπτα, κτλ." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Δεν βγάζει νόημα το %s ως αριθμός αποδόσεων" #~ msgid "cancelled" #~ msgstr "ακυρώθηκε" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Ζητήσατε να κλείσει ένα παράθυρο με ενεργό χρονόμετρο. Μπορείτε να " #~ "σταματήσετε το χρονόμετρο ή απλώς να κλείσετε το παράθυρο. Εάν κλείσετε " #~ "το παράθυρο, αυτό θα επανεμφανισθεί όταν τερματίσει το χρονόμετρο." #~ msgid "_Servings" #~ msgstr "_Μερίδες" #~ msgid "A file named %s already exists." #~ msgstr "Το αρχείο με το όνομα %s υπάρχει ήδη." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Θέλετε να το αντικαταστήσετε με αυτό που αποθηκεύετε;" #~ msgid "Importing old recipe data" #~ msgstr "Εισαγωγή δεδομένων Παλαιάς Συνταγής" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Εισαγωγή δεδομένων Συνταγής από μία προηγούμενη έκδοση του Gourmet στην " #~ "νέα Βάση Δεδομένων." #~ msgid "Export succeeded" #~ msgstr "Η εξαγωγή ήταν επιτυχής" #~ msgid "webpage" #~ msgstr "ιστοσελίδα" #~ msgid "Exported %s to %s" #~ msgstr "Εγινε εξαγωγή από %s σε %s" #~ msgid "%s stopped." #~ msgstr "Το %s σταμάτησε." #~ msgid "%s was interrupted by user request." #~ msgstr "Το %s διακόπηκε ύστερα από αίτηση του χρήστη." #~ msgid "%s interrupted" #~ msgstr "Το %s διακόπηκε" #~ msgid "There was an error during %s." #~ msgstr "Ενα λάθος συνέβη κατά τη διάρκεια του %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "" #~ "Διαγραφή συνταγών από τη βάση δεδομένων (%s από τις %s έχουν διαγραφεί)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Διαγραφή %s συνταγής" #~ msgstr[1] "Διαγραφή %s συνταγών" #~ msgid "Export complete!" #~ msgstr "Η εξαγωγή ολοκληρώθηκε!" #~ msgid "Recipe exported to %s" #~ msgstr "Η συνταγή εξήχθηκε στο %s" #~ msgid "Database format has changed" #~ msgstr "Η μορφή της βάσης δεδομένων άλλαξε" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "Το %(progname)s %(version)s έχει αλλάξει την μορφοποίηση της βάσης " #~ "δεδομένων. Η βάση δεδομένων σας δεν μπορεί να λειτουργήσει με παλαιότερες " #~ "εκδόσης του %(progname)s. Ένα αντίγραφο ασφαλείας έχει σωθεί στο " #~ "%(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Σε περίπτωση που κάτι δεν πάει σωστά, ένα αντίγραφο ασφαλείας της βάσης " #~ "συνταγών έχει εξαχθεί στο %s" #~ msgid "Transferring data to new database format" #~ msgstr "Μεταφορά δεδομένων σε νέα μορφή βάσης δεδομένων" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Εισαγωγή/Εξαγωγή" gourmand-1.2.0/po/en_AU.po000066400000000000000000003034161510115424500153000ustar00rootroot00000000000000# English (Australia) translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-06-20 00:25+0000\n" "Last-Translator: Vincent Lhote \n" "Language-Team: English (Australia) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Add to Shopping List" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Add to Shopping List" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Vincent Lhote https://launchpad.net/~vincent.lhote\n" " jamie edgar https://launchpad.net/~jolt76" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster™ Export" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/en_CA.po000066400000000000000000003042161510115424500152550ustar00rootroot00000000000000# English (Canada) translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2013-10-02 23:45+0000\n" "Last-Translator: cne007 \n" "Language-Team: English (Canada) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Recipe Index" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Add to _Shopping List" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "View Re_cipe" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Search for:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_in" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "A_dd Search Criteria" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Limiting Search to:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Search _Results" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Rating:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Image:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Host:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Username" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Password:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_File" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Browse" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Details" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Card View" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Amount:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "Unit" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Recipe Index" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Add to _Shopping List" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Username" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Password:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Registry Administrators https://launchpad.net/~registry\n" " Vincent Lhote https://launchpad.net/~vincent.lhote\n" " cne007 https://launchpad.net/~lepelerin2002" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Recipe Index" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "None" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Unit Converter" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_File" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster™ Export" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "_Label" #~ msgstr "_Label" gourmand-1.2.0/po/en_GB.po000066400000000000000000003655041510115424500152710ustar00rootroot00000000000000# English (United Kingdom) translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 - 2009 # This file is distributed under the same licence as the grecipe-manager package. msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-06-20 00:24+0000\n" "Last-Translator: Vincent Lhote \n" "Language-Team: British English \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_New Recipe" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Add to _Shopping List" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Yield Unit" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_File" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recipe" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Details" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Recipe Manager" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Show timer" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Shopping List" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Title" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "category" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Yield" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Yield Unit" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recipe" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredients" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Delete Recipe" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Open selected recipe" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Choose recipe" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Category" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Key" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Search as you type" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Timer" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unit" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Nutritional Information" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Recipe Manager" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Recipe Manager is an application to store, organise and search " "recipes. Gourmet also makes it easy to create shopping lists from recipes. " "Gourmet imports recipes from a number of sources, including MealMaster and " "MasterCook archives and several popular websites. Gourmet can export recipes " "as text, MealMaster files, HTML web pages, and a custom XML format for " "exchange with other Gourmet users. Gourmet supports linking images with " "recipes. Gourmet can also calculate nutritional information for recipes " "based on the ingredients." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Choose Database File" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "New Recipe" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Details" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "A backup has been made in %s in case something goes wrong. If this upgrade " "fails, you can manually rename your backup file recipes.db to recover it for " "use with older Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Change _Category" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Create new category" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Change the category of the currently selected item" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Pantry" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Move to _Shopping List" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Move to _pantry" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Remove from shopping list" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Move selected items into %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Shopping List" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Already Have (_Pantry Items)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Enter Category" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Category to add %s to" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Category:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recipes" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Add items:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Remove Recipes" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Remove recipes from shopping list" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Edit" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Help" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Add items" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Add arbitrary items to shopping list" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "No recipes selected. Do you want to clear the entire list?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Save Shopping List As..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Select optional ingredients" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recipe" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Go" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Export recipe" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Export selected recipe (save to file)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Delete recipe" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Delete this recipe" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Adjust units when multiplying" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Change units to make them more readable where possible when multiplying." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Print recipe" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Add to _Shopping List" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Forget remembered optional ingredients" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Export Recipe" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "You have unsaved changes." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Apply changes before printing?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Apply changes before printing?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Optional)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Unable to find recipe %s in database." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Edit Recipe:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Save edits to database" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "View Recipe Card" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Edit" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Save changes to %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Add ingredient" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Add group" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Add _recipe" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Add another recipe as an ingredient in this recipe" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Delete" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Up" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Down" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Description" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instructions" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notes" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Amt" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unit" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Item" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Optional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "The recipe %s (ID %s) is not in our database." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Converted: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Not Converted: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Changed unit." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Unable to convert from %(old_unit)s to %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Adding Ingredient Group" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Enter a name for new subgroup of ingredients" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Name of group:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Choose recipe" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Recipe cannot call itself as an ingredient!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Infinite recursion is not allowed in recipes!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "You haven't selected any recipes!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "How much of %(title)s does your recipe call for?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recipes" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Ringing Sound" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Warning Sound" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Error Sound" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Stop timer?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Stop _timer" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Keep timing" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Plugins" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Manage plugins which add extra functionality to Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "Plugin is needed for other plugins. Deactivate plugin anyway?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "The following plugins require %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Deactivate anyway" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Keep plugin active" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "or" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "An error occurred activating plugin." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "An error occurred deactivating plugin." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cuisine" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Rating" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Source" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Website" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Preparation Time" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Cooking Time" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modifications" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Invalid input." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Not a number." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pause" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Don't ask me this again." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Do you really want to do this" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "excellent" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "great" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "good" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "fair" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "poor" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Convert ratings to 5 star scale." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Convert ratings." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Please give each of the ratings an equivalent on a scale of 1 to 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Current Rating" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Rating out of 5 Stars" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Select File_type" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "I'm sorry, I can't understand\n" "the amount \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "flour, all purpose" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sugar" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "salt" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "black pepper, ground" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "ice" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "water" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "oil, vegetable" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "oil, olive" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Unknown" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Recipe calls for itself as an ingredient." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ingredient %s will be ignored." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Shopping list for %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "For the following recipes:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "For the following recipes:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Select encoding" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "See _file with encoding" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import paused" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Stop import" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Recipe _Index" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Shopping _List" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Ben Turley https://launchpad.net/~cameraman-ben\n" " Bruce Cowan https://launchpad.net/~bruce89-deactivatedaccount\n" " Chris Jones https://launchpad.net/~cmsj\n" " Ferran Orga https://launchpad.net/~skrux\n" " Isabell Long https://launchpad.net/~issyl0\n" " John McGuckian https://launchpad.net/~jaymac\n" " Registry Administrators https://launchpad.net/~registry\n" " Stemby https://launchpad.net/~carlo-stemberger\n" " Stephen Paulger https://launchpad.net/~stephen-paulger\n" " Thomas Kluyver https://launchpad.net/~takluyver\n" " Vincent Lhote https://launchpad.net/~vincent.lhote\n" " eadmund https://launchpad.net/~eadmund" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Saved!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Save your edits to %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "An import is in progress." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "An export is in progress." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "A delete is in progress." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Exit program anyway?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Don't exit!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Permanently deleted %s of %s recipes" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Trash" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Browse, permanently delete or undelete deleted recipes" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Undeleted recipes " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Number of %(unit)s of %(title)s to shop for" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiply %s by:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Set %(attributes)s for %(num)s selected recipe?" msgstr[1] "Set %(attributes)s for %(num)s selected recipes?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Any previously existing values will not be changed." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "The new values will overwrite any previously existing values." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "This change cannot be undone." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Set values for selected recipes" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Search recipes" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Open recipe" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Open selected recipe" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Delete recipe" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Delete selected recipes" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Edit recipe" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Open selected recipes in recipe editor view" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xport selected recipes" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Export selected recipes to file" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Print" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recipes" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Batch _edit recipes" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_New" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Import Recipe" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Import recipe from file" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recipe" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Export _all recipes" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Export all recipes to file" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "Quit" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Actions" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Trash" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferences" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Plugins" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Manage plugins which add extra functionality to Gourmet." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Setti_ngs" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_About" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Tools" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Timer" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Show timer" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Searchable index of recipes in the database." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Delete %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "You have unsaved changes to %s. Are you sure you want to delete?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Deleted" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Untitled" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Permanently delete recipes?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Permanently delete recipe?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Are you sure you want to delete the recipe %s?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Are you sure you want to delete the following recipes?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Are you sure you want to delete the %s selected recipes?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "See recipes" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Delete Recipes" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Recipe _Index" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Deleted recipe %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Done!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importing..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Ingredient _Key Editor" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Edit ingredient keys en masse" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "key" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "item" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Field" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Value" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Count" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Change all keys \"%s\" to \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Change all items \"%s\" to \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Change _all instances of \"%(unit)s\" to \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Change all selected rows?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Key to %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Item to %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Unit to %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Amount to %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingredient" msgstr[1] "%s ingredients" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Showing ingredients %(bottom)s to %(top)s of %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Amount" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ingredient Keys" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Guess keys" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Guess best values for all ingredient keys based on values already in your " "database" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Edit Key Associations" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Edit associations with key and other attributes in database" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Shopping Category" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Display units as written for each recipe (no change)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Always display U.S. units" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Always display metric units" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Automatically adjust units" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Set _unit display preferences" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Stars" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s ago" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Auto-Merge recipes" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Always use newest recipe" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Always use oldest recipe" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "None" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Find _duplicate recipes" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Find and remove duplicate recipes" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "For each selected value" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Where %(field)s is %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Change will affect %s recipe" msgstr[1] "Change will affect %s recipes" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Delete %s where it is %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Change %s from %s to \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "This change is not reversable." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Field Editor" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Edit fields across multiple recipes at a time." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Email recipes" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "Email all selected recipes (or all recipes if no recipes are selected" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Do you really want to email all %s selected recipes?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Yes, e_mail them" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Cannot convert %s to %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Need density information." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Unit Converter" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Calculate unit conversions" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML Web Page" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exporting Webpage" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exporting recipes to HTML files in directory %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Recipe saved as HTML file %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Original Page from %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "optional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Exporting Webpage" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exporting recipes to HTML files in directory %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recipe saved as HTML file %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Plain Text file" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Text Export" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Exporting recipes to text file %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Recipe saved as plain text file %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Big File" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "File %s is too big to import" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML File" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML Export" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exporting recipes to Gourmet XML file %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recipe saved in Gourmet XML file %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML File (Obsolete)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML File" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook Text File" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook import finished." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Tidying up XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML File" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Page Layout" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Print Recipes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF Export" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exporting recipes to PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Recipe saved as PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "points" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Index Card (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Index Card (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Index Card (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Index Card (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Letter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Index Cards (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Index Cards (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Index Cards (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Plain" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Column" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Column" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Column" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Column" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Column" msgstr[1] "%s Columns" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Portrait" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Landscape" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Paper _Size" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientation" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Page _Layout" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Font Size" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Left Margin" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Right Margin" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Top Margin" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Bottom Margin" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster file" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster Export" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exporting recipes to MealMaster file %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recipe saved as MealMaster file %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "serving" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Big File" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exporting recipes to Gourmet XML file %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recipe saved in Gourmet XML file %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Shopping List Saver" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Save List as Recipe" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Save current shopping list as a recipe for future use" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Menu for %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Nutritional information reflects amount per %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Nutritional information reflects amounts for entire recipe" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Nutritional information is missing for %s ingredients: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Any food group" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "selection" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Convert unit for %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "In order to calculate nutritional information, Gourmet needs you to help it " "convert \"%s\" into a unit it understands." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Change ingredient key" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Change _everywhere" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Just in recipe %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Change unit" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmet needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "To apply nutritional information, Gourmet needs a valid amount and unit." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Nutrition" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingredient" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "USDA Database Equivalent" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 grams" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calories" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Total Fat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Saturated Fat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Cholesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Total Carbohydrate" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Dietary Fibre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sugars" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protein" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alpha-carotene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Ash" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-carotene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calcium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Copper" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folate Total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Folic acid" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Food Folate" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Dietary folate equivalents" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Iron" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lycopene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganese" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Pantothenic Acid" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Phosphorus" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potassium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selenium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Thiamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamin A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamin A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinc" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamins and minerals" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Daily Value" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Amount per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Amount per recipe" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Loading Nutritional Data" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Nutritonal database import complete!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Fetching nutritional database from zip archive %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Extracting %s from zip archive." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Parsing nutritional data..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Reading nutritional data: imported %s of %s entries." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Parsing weight data..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Reading weight data for nutritional items: imported %s of %s entries" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Water" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilocalories" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g protein" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g ash" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g carbohydrates" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fibre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g sugar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg calcium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg iron" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg phosphorus" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potassium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zinc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg copper" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg manganese" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "microgram selenium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamin c" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg thiamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg pantothenic acid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamin B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "microgram Folate Total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "microgram Folic acid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "microgram Food Folate" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "microgram dietary folate equivalents" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Choline, total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "microgram Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamin A (microgram Retinal Activity Equivalents" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "microgram Retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "microgram Alpha-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "microgram Beta-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "microgram Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "microgram Lycopene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "microgram Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamin E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamin K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g Saturated Fatty Acid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Monounsaturated Fatty Acids" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Polyunsaturated Fatty Acids" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Cholesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Percent refuse" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Dairy & Egg Products" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Spices & Herbs" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Baby Foods" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Fats and Oils" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Poultry" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Soups & Sauces" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Sausages & Lunch Meats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Breakfast Cereals" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Fruits & Fruit Juices" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Pork" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Vegetables" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Nuts & Seeds" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Beef" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Beverages" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Fish & Shellfish" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Legumes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Lamb, Veal & Game" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Baked Products" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Sweets" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Grains and Pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Fast Foods" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Meals, Entrees, and Sidedishes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snacks" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Ethnic Foods" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "entire database" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ingredient Key" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA ID Number" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA Item Description" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Density Equivalent" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Tools" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Get nutritional information for current list" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Amount for Shopping List" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "stars" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Exported %(number)s of %(total)s recipes" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Export complete." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Include Recipe in Body of E-mail (A good idea no matter what)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "E-mail Recipe as HTML Attachment" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "E-mail Recipe as PDF Attachment" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-mail Options" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Don't ask before sending e-mail." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail not sent" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Save recipe as..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet cannot export file of type \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Export recipes" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recipes" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Unable to export: unknown filetype \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Please make sure to select a filetype from the dropdown menu when saving." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Export" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Unable to print: no print plugins are active!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Print %s recipe" msgstr[1] "Print %s recipes" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "yield" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Open recipe..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Enter website address" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modifications" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Enter the address of a website or recipe archive." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Import" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "All importable files" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Imported %s recipes." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "serving" msgstr[1] "servings" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Imported %s of %s recipes." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "okay" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Servings" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Ingredient Subgroup" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Hide" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Text" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Actions" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Import recipe" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Clear _Tags" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Import Recipe" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "anywhere" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "title" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingredient" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instructions" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notes" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cuisine" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "source" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Use regular expressions in search" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Use regular expressions (an advanced search language) in text search" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Search as you type (turn off if search is too slow)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Show Search _Options" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Show advanced searching options" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recipe" msgstr[1] "%s recipes" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Showing recipes %(bottom)s to %(top)s of %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s in %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Paused" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pause" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Done" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Error: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Error" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Error %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Traceback" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "second" msgstr[1] "seconds" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minute" msgstr[1] "minutes" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "hrs." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "hour" msgstr[1] "hours" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "day" msgstr[1] "days" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "week" msgstr[1] "weeks" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "month" msgstr[1] "months" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "year" msgstr[1] "years" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " and " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "and" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "to" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF Export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster™ Export" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows porting assistance)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (improvements to Unit Converter interface)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (improvements to Mealmaster export)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo and splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Windows version maintenance and " #~ "website re-design)" #~ msgid "Upgrading database" #~ msgstr "Upgrading database" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgid "Paste ingredients" #~ msgstr "Paste ingredients" #~ msgid "Import from file" #~ msgstr "Import from file" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Choose a file containing your ingredient list." #~ msgid "No file selected" #~ msgstr "No file selected" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "No file was selected, so the action has been cancelled" #~ msgid "_Import file" #~ msgstr "_Import file" #~ msgid "Import _webpage" #~ msgstr "Import _webpage" #~ msgid "Import recipe from webpage" #~ msgstr "Import recipe from webpage" #~ msgid "Open _Trash" #~ msgstr "Open _Trash" #~ msgid "Loading zip archive" #~ msgstr "Loading zip archive" #~ msgid "Unzipping zip archive" #~ msgstr "Unzipping zip archive" #~ msgid "Webpage" #~ msgstr "Webpage" #, python-format #~ msgid "Downloading %s" #~ msgstr "Downloading %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Shopping list for %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Retrieving %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Retrieving file" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Enter the URL of a recipe archive or recipe website." #~ msgid "Enter URL:" #~ msgstr "Enter URL:" #~ msgid "Unable to import URL" #~ msgstr "Unable to import URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet does not have a plugin capable of importing URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Don't recognise this webpage. Using generic importer..." #~ msgid "Import complete." #~ msgstr "Import complete." #~ msgid "Importing recipe" #~ msgstr "Importing recipe" #~ msgid "Processing ingredients" #~ msgstr "Processing ingredients" #~ msgid "Processing ingredients." #~ msgstr "Processing ingredients." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML File" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Recipe Manager" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organise recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgid "Select recipe image" #~ msgstr "Select recipe image" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Select image for recipe \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgid "_Python Console" #~ msgstr "_Python Console" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "Show python console (provides access to current gourmet instance)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Recipe Manager starting up..." #~ msgid "Starting gourmet..." #~ msgstr "Starting gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools->Open Trash." #~ msgstr[1] "" #~ "You just moved %s recipes to the trash. You can recover these recipes or " #~ "permanently delete them at any time by clicking Tools->Open Trash" #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Well this is embarassing. Something went wrong printing your recipe." #~ msgid "Unable to open URL" #~ msgstr "Unable to open URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Unable to launch mail reader." #~ msgid "Unable to open website." #~ msgstr "Unable to open website." #~ msgid "Unable to open file." #~ msgstr "Unable to open file." #~ msgid "There was an error launching the url: %s" #~ msgstr "There was an error launching the url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Time must be expressed in hours, minutes, seconds, etc." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Couldn't make sense of %s as number of yields" #~ msgid "cancelled" #~ msgstr "cancelled" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgid "A file named %s already exists." #~ msgstr "A file named %s already exists." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Do you want to replace it with the one you are saving?" #~ msgid "Importing old recipe data" #~ msgstr "Importing old recipe data" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgid "Export succeeded" #~ msgstr "Export succeeded" #~ msgid "webpage" #~ msgstr "Web page" #~ msgid "Exported %s to %s" #~ msgstr "Exported %s to %s" #~ msgid "%s stopped." #~ msgstr "%s stopped." #~ msgid "%s was interrupted by user request." #~ msgstr "%s was interrupted by user request." #~ msgid "%s interrupted" #~ msgstr "%s interrupted" #~ msgid "There was an error during %s." #~ msgstr "There was an error during %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Deleting recipes from database... (%s of %s deleted)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Deleted %s recipe" #~ msgstr[1] "Deleted %s recipes" #~ msgid "Export complete!" #~ msgstr "Export complete!" #~ msgid "Recipe exported to %s" #~ msgstr "Recipe exported to %s" #~ msgid "Database format has changed" #~ msgstr "Database format has changed" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgid "Transferring data to new database format" #~ msgstr "Transferring data to new database format" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Import/Export" gourmand-1.2.0/po/eo.po000066400000000000000000003044601510115424500147140ustar00rootroot00000000000000# Esperanto translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2013-06-05 03:44+0000\n" "Last-Translator: Leo Arias \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Indekso de receptoj" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nova recepto" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Aldoni al aĉetli_sto" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Vidi re_cepton" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Serĉi:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Serĉi receptojn dume vi tajpas" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Al_doni serĉkriterojn" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Limigi serĉon al:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Serĉ_rezultoj" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Bildo:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Forviŝu recepton" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Forviŝu elektatajn receptojn" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "_Nova recepto" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Indekso de receptoj" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Aldoni al aĉetli_sto" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Leo Arias https://launchpad.net/~elopio\n" " Michael Moroni https://launchpad.net/~airon90\n" " Pau Climent i Pérez https://launchpad.net/~pclimentperez\n" " Registry Administrators https://launchpad.net/~registry\n" " صقر بن عبدالله https://launchpad.net/~agari" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Forviŝu elektatajn receptojn" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "_Forviŝu recepton" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "_Forviŝu recepton" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Agoj" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Pri" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Indekso de receptoj" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/es.po000066400000000000000000004242711510115424500147230ustar00rootroot00000000000000# Spanish translations for PACKAGE package. # Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Thomas Mills Hinkle , 2004. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2015-09-30 12:03+0200\n" "Last-Translator: Rafa Soler \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Poedit 1.8.4\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Índice de recetas" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nueva Receta" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Añadir a li_sta de la compra" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Ver Re_ceta" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Buscar por:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Buscar recetas según se escribe" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_en" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Buscar por otros criterios en los resultados de la búsqueda actual" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "A_ñadir criterio de búsqueda" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Limitar búsqueda a:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_Resultados de la búsqueda" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Establecer campos para las Recetas Seleccionadas" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Establecer campos para las Recetas " "Seleccionadas" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Añadir imagen" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Eliminar imagen" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Fuente:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Puntuación:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Coc_ina:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Categoría:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Tiempo de _Preparación:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Tie_mpo de cocción :" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "Página _web:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Imagen:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Porciones:" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "Unidad de porció_n" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Sól_o establecer valores para campos actualmente vacíos" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Establecer todos los valores para tod_as las recetas seleccionadas" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (por defecto, almacenado en un archivo local)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (almacenado en un archivo local)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (requiere conexión a base de datos)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Seleccione la base de datos" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Elegir sistema de base de datos para ser utilizado por Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Sistema de base de _datos" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "Anfi_trión:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Nombre de _usuario:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "Contraseña:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Contraseña de usuario de la base de datos." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "_Nombre de la base de datos:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "Archivo" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Nombre del equipo donde corre el servidor de base de datos. Si el servidor " "se ejecuta en la maquina local, use localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Guardar la contraseña para la próxima vez. Esto implica que la contraseña se " "almacenará de forma no segura en su archivo de configuración." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Guardar contra_seña" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Nombre de la base de datos en la que Gourmet guardará la información. " "Gourmet intentará crear esta base de datos si no existe ya." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "receta" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Su nombre de usuario en la base de datos." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Examinar" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalles" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Preferencias del gestor de recetas Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Preferencias de la Vista de índice" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Mostrar _Opciones" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Recetas por página:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Configurar qué columnas se incluyen en la vista de índice de recetas." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Vísta de índice" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Preferencias de la Vista de tarjeta" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "_Permitir cambiar las unidades al multiplicar" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Usar fracciones" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Usar fracciones cuando sea posible para la visualización" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Eliminar elementos que no usa del interfaz de Tarjetas de recetas." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Vista de tarjeta" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Preferencias de la Lista de la compra" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "¿Qué debe hacer Gourmet con los ingredientes opcionales cuando añada " "recetas a la lista de la compra?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Preguntar si incluir los ingredientes adicionales" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Recordar las selecciones del usuario por defecto" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Limpiar los ingredientes opcionales recordados" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Añadir siempre los ingredientes opcionales" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Nunca añadir los ingredientes opcionales" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Listas de compra" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "raciones" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Título" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Título:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Tiempo de _preparación:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categoría" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "valoración" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Porciones" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Unidad de porción" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Tienda" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Editar _descripción" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Tiempo de cocina:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Tiempo de preparación:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Cocina:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Categoría:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Página web:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Porciones:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Enlace" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Fuente:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Valoración:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Multiplicar por:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instrucciones" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Editar _instrucciones" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notas" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Editar _notas" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Receta" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredientes" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Editar _ingredientes" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Añadir _ingrediente:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredientes" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Añadir receta a la lista de compra" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Añadir a la lista de la _compra" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Saltar a la receta en la vista Tarjeta de receta" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Borrar la receta seleccionada" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Borrar Receta" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Editar los atributos de las recetas seleccionadas" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Editar recetas en _lotes" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Abrir receta seleccionada" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Seleccione receta" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Imprimir la receta seleccionada" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Imprimir la receta" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "No comprar nunca este elemento. Cuando se requiera para una receta, " "aparecerá en una sección \"despensa\" de la lista, como recordatorio de que " "se necesita, pero no será incluido cuando se guarde o imprima la lista, a " "menos que se indique que hace falta comprarlo." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Añadir a _Despensa" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Mostrar _Opciones" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Bus_car" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Usar expresiones regulares (búsqueda avanzada)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Buscar mientras _teclea" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Opciones de búsqueda" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categoría" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Clave" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Editor de categorías" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Buscar por" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Buscar mientras teclea" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Usar expresiones regulares" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Búsqueda avanzada" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Añadir categoría: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Temporizador" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Temporizador" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "¡Temporizador finalizado!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "El temporizador continuará hasta que se cierre este diálogo o se reinicie el " "temporizador." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Establecer _temporizador " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Reiniciar" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Iniciar" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "S_onido" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Nota" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Re_petir la alarma hasta que sea desactivada" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Configuración" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Editar los campos a través de la base de datos" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Campo a _Editar:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Para cada valor seleccionado:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "_Dejar valor como está" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "El nuevo valor se añadirá al final de cualquier texto existente" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "El nuevo valor reemplazará cualquier valor existente" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Campo:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Valor:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Cambiar _otro campo:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Ca_mbiar valor a: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Borrar valor" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Seleccionar equivalente de" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "desde la base de datos USDA " #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Cambiar ingrediente" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "o" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Buscar ingrediente en la base de datos USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Buscar mientras t_eclea" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Mostrar comida únicamente del _grupo:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Buscar en _resultados:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Desde:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Cantidad:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Unidad:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unidad" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Cambiar unidad" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Guardar nueva unidad" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "A:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Unidad:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Introducir información nutricional para " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Elegir una densidad" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ingrediente clave: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "Elemento USDA: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Editar asociación _USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Información nutricional" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Editar _información" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "Información _nutricional" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Densidad:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "Equivalentes USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Equivalencias personalizadas:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "Información de _densidad" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Información nutricional conocida" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "Búsqueda _Avanzada" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Información nutricional" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnorar" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gestor de recetas Gourmet" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "Copyright (c) 2004-2014 Thomas M. Hinkle. GNU GPL v2" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Seleccionar Archivo de Base de Datos" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nueva receta" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "_Nombre de la base de datos:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detalles" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Una copia de resguardo ha sido creada en %s en caso de que algo salga mal. " "Si esta actualización falla, puede renombrar manualmente el archivo de su " "copia de respaldo recipes.db para recuperarla para usar con una versión más " "antigüa de Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Cambiar _Categoría" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Crear una nueva categoría" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Cambiar la categoría del artículo seleccionado" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Despensa" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Mover a la li_sta de la Compra" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Mover a la des_pensa" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Quitar de la lista de compras" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Mover los artículos seleccionados dentro de %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Li_sta de la Compra" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Ya Hay (Artículos en la _Despensa)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Introduzca Categoría" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Categoría a la cual agregar %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Categoría:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recetas" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Añadir artículos:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Borrar Recetas" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Borrar recetas de la lista de la compra" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Editar" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "A_yuda" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Añadir artículos" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Agregar artículos arbitrariamente a la lista de compras" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" "No ha seleccionado ninguna receta. ¿Quiere limpiar todos los contenidos de " "la lista?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Guardar la Lista de la Compra Como..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Seleccionar ingredientes opcionales" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Por favor indique cuales de los siguientes ingredientes opcionales quiere " "incluir en su lista de Compras." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Receta" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Ir" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Exportar receta" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Exportar la receta seleccionada (guardar a un archivo)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "Borrar receta" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Borrar esta receta" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Ajustar unidades cuando se multiplican" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Cambia las unidades para hacerlas más legibles al multiplicar cuando que sea " "posible." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Imprimir la receta" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Añadir a li_sta de la compra" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Olvidar los ingredientes opcionales" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Antes de añadir a la lista de la compra, pregunte acerca de todos los " "ingredientes opcionales, incluso los que ya ha querido recordar" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Exportar receta" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "Receta satisfactoriamente exportada a %s" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Tiene cambios que no se han guardado." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "¿Aplicar cambios antes de imprimir?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "¿Aplicar cambios antes de imprimir?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opcional)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Imposible encontrar la receta %s en la base de datos." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Editar receta:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Guardar ediciones en la base de datos" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Vista de la Tarjeta de Receta" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Editar" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Guardar cambios a %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Añadir ingrediente" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Añadir grupo" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Añadir _receta" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Agregar otra receta como ingrediente en esta receta" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Suprimir" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Arriba" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Abajo" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Descripción" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instrucciones" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notas" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Cant." #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unidad" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Artículo" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "La receta %s (ID %s) no está en el base de datos." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Convertido: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "No Convertido: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Unidad cambiada." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Ha cambiado la unidad para %(item)s de %(old)s a %(new)s. ¿Desea convertir " "la cantidad o no?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s convertido a %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "No fue posible convertir de %(old_unit)s a %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Agregando el Grupo de ingredientes" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Introduzca un nombre para el nuevo subgrupo de ingredientes" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nombre del grupo:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Seleccione receta" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "¡La Receta no puede requerirse a si misma como ingrediente!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "¡No se permite recursión infinita en recetas!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "¡No ha seleccionado ninguna receta!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "¿Cuánto de %(title)s tu receta necesita?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recetas" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Timbre" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Sonido de Alarma" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Sonido de Error" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Detener el temporizador?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "De_tener alarma" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Sigue cronometrando" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Complementos" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Los complementos añaden funciones adicionales a Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "El complemento es necesitado por otros complementos. Desactivar el " "complemento de todos modos?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Los siguientes complementos requieren %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Desactivar de todas formas." #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Mantener el plugin activado" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "o" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Un error ocurrio al activar el plugin" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Un error ocurrio al desactivar el plugin" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cocina" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Valoración" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Fuente" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Sitio web" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Tiempo de preparación" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Tiempo de cocción" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modificaciones" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Entrada inválida" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "No es un número" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pausar" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Parar" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "No preguntar otra vez." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "¿Realmente desea hacer esto?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "excelente" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "genial" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "buena" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "justo" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "pobre" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Convertir puntuaciones a una escala de 5 estrellas." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Convertir puntuaciones." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Por favor dé a cada una de estas valoraciones un equivalente en una escala " "de 1 a 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Valoración actual" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Valoración sobre 5 estrellas" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Selecciona tipo de archivo" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Lo siento. No puedo entender\n" "la cantidad \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Las cantidades deben ser numeros (fracciones o decimales), rangos de " "números, o dejar en blanco." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "La \"unidad\" debe ir en el campo \"unidad\".\n" "Por ejemplo, si usted desea ingresar una taza y media,\n" "el campo \"cantidad\" puede contener \"1.5\" o \"1 1/2\". \"tazas\"\n" "debe ir aparte, en el campo \"unidad\".\n" "\n" "Para ingresar un rango de numeros, use un \"-\" como separador.\n" "Por ejemplo, uted podria ingresar \"2-4\" o \"1 1/2 - 3 1/2\".\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Nombre de _usuario:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "Contraseña:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "harina, para todos los propósitos" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "azucar" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sal" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "pimienta negra, molida" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "hielo" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "agua" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "aceite, vegetal" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "aceite, de oliva" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Desconocido" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "La receta se requiere a si misma como un ingrediente." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Los Ingredientes %s serán ignorados." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Lista de compras para %s" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "Para las siguientes recetas:\n" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Para las siguientes recetas:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Seleccionar codificación" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "No se puede determinar la codificación correcta. Seleccionar la codificación " "correcta de la lista." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Ver _archivo con la codificación." #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importación pausada" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Parar importación" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Índice de recetas" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista de la compra" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Alvaro MuñozCarlos Perelló MarínPablo QuirósRicardo Barrios from Organica " "Design StudioThomas M. Hinkle \n" "\n" "Launchpad Contributions:\n" " Adolfo Jayme https://launchpad.net/~fitoschido\n" " Alejandro Morales Lepe https://launchpad.net/~aml240sx\n" " Alvaro Gonzalez https://launchpad.net/~andor\n" " Alvaro Muñoz https://launchpad.net/~alvaro-munoz\n" " Antonio Maldonado https://launchpad.net/~a.m.\n" " Arturo Gómez https://launchpad.net/~argoz\n" " Benzo https://launchpad.net/~benzo\n" " Chinchillesco https://launchpad.net/~kantaru\n" " Diego Martínez Castañeda https://launchpad.net/~n1mh\n" " Ezequiel Sapo https://launchpad.net/~ezesapo\n" " Fernando Ossandon https://launchpad.net/~ferossan\n" " Félix Velasco https://launchpad.net/~felix-velasco\n" " Gonzalo L. Campos Medina https://launchpad.net/~gcamposm\n" " Helq https://launchpad.net/~linuxero789\n" " Hernán Pastoriza https://launchpad.net/~hernan-cab\n" " Iván Campaña https://launchpad.net/~ivan-campana\n" " Jorge (kad) Gallegos https://launchpad.net/~thekad\n" " Jorge Dardón https://launchpad.net/~jdardon\n" " Jose Luis Tirado https://launchpad.net/~txelu70\n" " Julio Rebatta https://launchpad.net/~julio-rebatta-zavala\n" " Lanthera Mobbery https://launchpad.net/~ichinosenokibine\n" " Manuel Xosé Lemos https://launchpad.net/~mxlemos\n" " Mato https://launchpad.net/~mato-ar\n" " Miguel Pérez Colino https://launchpad.net/~migpc\n" " Noe Trevino https://launchpad.net/~ntlozano\n" " Pedro Herrero García https://launchpad.net/~pedro-hgsa\n" " Rafa Domenech https://launchpad.net/~rafadose\n" " Rafa Soler https://launchpad.net/~rasomu\n" " Raul Salitrero https://launchpad.net/~raulsalitrero\n" " Ricardo Barrios from Organica Design Studio https://launchpad.net/" "~ricardobarrios\n" " Rikardo https://launchpad.net/~rikardoubuntu\n" " Sanatas https://launchpad.net/~foffy-69\n" " Santicluke https://launchpad.net/~santicluke\n" " Thomas M. Hinkle https://launchpad.net/~thomas-hinkle\n" " Thureos https://launchpad.net/~thureos\n" " XaniloM https://launchpad.net/~xanilom\n" " alegna https://launchpad.net/~angelalegna\n" " arquaim https://launchpad.net/~marcopolomeza\n" " ceba https://launchpad.net/~cebaman\n" " cognhuepan https://launchpad.net/~javiergalaz\n" " david.hilton.p https://launchpad.net/~david.hilton.p\n" " fzipi https://launchpad.net/~funezto\n" " iLugo https://launchpad.net/~isra\n" " jomacho https://launchpad.net/~jose-ochotorena\n" " juxmix https://launchpad.net/~juxmix\n" " llanter https://launchpad.net/~eresunmelo\n" " remialdo https://launchpad.net/~remialdo" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "¡Guardado!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Guardar sus cambios a %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Una importación está en proceso." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Una exportación está en proceso." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Un borrado está en proceso." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "¿Salir del programa de todas formas?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "¡No Salir!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Borrados permanentemente %s de %s recetas" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Papelera" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Navegar, borrar permanentemente o recuperar recetas borradas" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Recetas no borradas " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Número de %(unit)s de %(title)s a comprar" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplica %s por:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "¿Establecer %(attributes)s para %(num)s receta seleccionada?" msgstr[1] "¿Establecer %(attributes)s para %(num)s recetas seleccionadas?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Cualquier valor previo no será cambiado" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Los nuevos valores sobreescribirán los valores existentes" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Este cambio no se puede deshacer" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Fijar valores para las recetas seleccionadas" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Buscar recetas" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Abrir receta" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Abrir receta seleccionada" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Eliminar receta" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Eliminar las recetas seleccionadas" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Editar receta" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Abrir recetas seleccionados en el editor" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xportar las recetas seleccionadas" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Exportar las recetas seleccionadas a un archivo" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Imprimir" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recetas" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "_Editar las recetas en grupo" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nuevo" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importar receta" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importar receta desde un archivo" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s receta" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Export_ar todas las recetas" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Exportar todas las receta a un archivo" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Salir" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Acciones" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Papelera" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferencias" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "Com_plementos" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Manejar complementos que agregan funcionalidad extra a Gourmet" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Configuracio_nes" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Acerca de ..." #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Herramientas" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Temporizador" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Mostrar temporizador" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Índice de búsqueda de recetas en la base de datos." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "¿Borrar %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "No has guardado los cambios en %s. ¿estás seguro que lo quieres borrar?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Eliminado" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Sin título" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "¿Borrar las recetas definitivamente?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "¿Borrar la receta definitivamente?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "¿Esta seguro que desea borrar la receta %s?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "¿Esta seguro que desea borrar las siguientes recetas?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "¿Esta seguro que desea borrar las %s recetas seleccionadas?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Ver recetas" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Eliminar Recetas" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "Recetas eliminadas" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Se borró la receta %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "Ver la papelera" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "¡Hecho!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importando..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Editor de ingrediente clave" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Editar ingredientes clave en masa" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "clave" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "artículo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Campo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Valor" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Cantidad" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Cambiar todas las claves \"%s\" a \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "No serás capaz de deshacer esta acción. Si ya hay ingredientes con la clave " "\"%s\", no serás capaz de distinguir entre esos elementos y los elementos " "que estás cambiando ahora." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Cambiar todos los elementos \"%s\" a \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "No serás capaz de deshacer esta acción. Si ya hay ingredientes con el " "elemento \"%s\", no serás capaz de distinguir entre esos elementos y los " "elementos que estás cambiando ahora." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Cambiar _todas las apariciones de \"%(unit)s\" a \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Cambiar \"%(unit)s\" a \"%(text)s\" solamente para _ingredientes " "\"%(item)s\" con la clave \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Cambiar todas las apariciones de \"%(amount)s\" %(unit)s a %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Cambiar %(amount)s\" %(unit)s a \"%(text)s\" %(unit)s solamente _donde la " "clave es %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Cambiar \"%(amount)s\" %(unit)s a \"%(text)s\" %(unit)s solamente donde la " "clave es %(key)s _y el ingrediente es %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Cambiar todas las filas seleccionadas?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Esta acción no se podrá deshacer. ¿Está seguro de que, para las %s filas " "seleccionadas, quiere cambiar los siguientes valores?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Clave para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Elemento para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Unidad para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Monto para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "ingrediente %s" msgstr[1] "ingredientes %s" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Mostrar ingredientes %(bottom)s hacia %(top)s del %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Cantidad" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ingredientes clave" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Las entradas de ingredientes son estándar para su uso en la lista de compras " "y cálculos." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Suposiciones clave" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Adivina el mejor valor para las entradas de ingredientes basado en los " "valores actuales de su base de datos" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Editar asociación de clave" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Editar asociaciones con clave y otros" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Editor de claves" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Elemento:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Clave:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Cambiar ingredientes seleccionados" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Categoría de Compras" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" "Muestra la unidades de los ingredientes para cada receta tal cual aparecen " "(sin cambio)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Siempre despliega unidades anglosajonas" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Siempre despliega unidades métricas" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Ajustar las unidades automáticamente" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Establezca preferencias de despliegue de _unidades" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Convertir unidades al sistema de preferencia (metrico, anglosajón, etc.) " "automáticamente cuando sea posible." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Estrellas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "hace %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Auto-Mezclar recetas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Siempre usar la receta mas reciente" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Siempre usar la receta mas antigua" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Ninguno" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Algunas de las recetas importadas parecen estar duplicadas. Puede mezclarlas " "aquí, o cerrar esta ventana de diálogo para dejarlas como están." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Buscar recetas _duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Buscar y eliminar recetas duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Recetas con información de receta similar" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Recetas con ingredientes similares" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Recetas con información de receta similar e ingredientes" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Recetas duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Incluir recetas en la papelera" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Mostrando:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Fusionar _todas las duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Fusionar recetas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "Fusión _automática" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Para cada valor seleccionado" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Donde %(field)s es %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "El cambio afectará %s receta" msgstr[1] "El cambio afectará %s recetas" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Borrar %s donde eso es %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "¿Cambiar %s de %s a \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Este cambio no es reversible." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Editor de campos" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Editar campos a través de multiples recetas a la vez" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Enviar por correo las recetas" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Mandar por correo todas las recetas seleccionadas (o todas las recetas si no " "hay selección)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Realmente quiere enviar por email las %s recetas seleccionadas?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Si, envíalas por _correo" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "No se puede convertir %s a %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Necesita información de densidad." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Conversor de _unidades" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Calcular conversión de unidades" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Conversor de unidades" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "De" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "_Elemento" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Densidad:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "_Información de densidad" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "A" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultado:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Página Web (HTML)" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exportando página web" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exportando recetas a archivos HTML en la carpeta %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Receta guardada como el archivo HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Página original de %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "Opcional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Exportando página web" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exportando recetas a archivos HTML en la carpeta %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Receta guardada como el archivo HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Archivo de texto plano" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Exportar como Texto" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Exportando recetas al archivo de texto %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Receta guardada como archivo de texto plano %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Archivo grande" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "El archivo %s es muy grande para importarlo" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Su archivo excede el largo máximo de %s caracteres. Probablemente no era su " "intención importarlo. Si realmente quiere importar este archivo, use un " "editor de texto para dividirlo entre varios archivos más pequeños y trate de " "importar de nuevo." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Archivo XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Exportar como XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exportando Recetas al archivo XML de Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Receta guardada en el archivo XML de Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Archivo XML Gourmet (Obsoleto)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Archivo XML Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Archivo de texto Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Se ha terminado la importación de MasterCook." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Limpiando XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "Archivo XML KRecipe" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Diseño de página" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Imprimir recetas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Formato de Documento Portable)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Exportar como PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exportando recetas a PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Receta guardada como PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "puntos" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Tarjeta Indice (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Tarjeta Indice (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Tarjeta Indice (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Tarjeta Indice (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Carta" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Oficio" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Tarjetas Indice (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Tarjeta Indice (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Tarjetas Indice (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Simple" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s columna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s columna" msgstr[1] "%s columnas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Retrato" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Horizontal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Tamaño del papel" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientación" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Esquema de Página" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Tamaño de _Fuente" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Margen Izquierdo" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Margen Derecho" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Margen Superior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Margen Inferior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Opciones de PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Archivo de Mealmaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Archivos de Mealmaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exportando recetas al archivo %(file)s de MealMaster." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Receta guardada en archivo %(file)s de MealMaster" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "ración" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "Archivo MCB" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "Archivo My CookBook MCB" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "MCB Export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exportando Recetas al archivo My CookBook MCB %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Receta guardada en el archivoMy CookBook MCB %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Lista de compras" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Guardar lista como receta" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Guardar la lista de compras actual como receta para uso futuro" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "Menú para %s (%s)" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menú" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Información nutrimental refleja la cantidad por %s" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "La información nutricional refleja las cantidades para toda la receta" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Falta información nutricional para %s ingredientes: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Culquier grupo de comida" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "selección" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Convertir unidad para %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Con la finalidad de calcular la información nutricional, Gourmet necesita " "que lo ayudes a convertir %s en una unidad que entienda" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Cambiar el ingrediente clave" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "¿Cambiar las claves de los ingredientes de %(old_key)s a %(new_key)s de " "todas o sólo de la receta %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Cambiar _donde sea" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Sólo en la receta %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" "¿Cambiar la entrada de ingrediente de %(old_key)s a %(new_key)s en todas " "partes?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Cambiar unidad" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Cambiar la unidad de %(old_unit)s a %(new_unit)s para todos los ingredientes " "%(ingkey)s o sólo de la receta %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Para calcular la información nutricional de \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmet necesita saber su densidad. Nuestra base de datos " "nutricional tiene varias descripciones de este ingrediente con diferentes " "densidades. Por favor, seleccione la correcta." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Para aplicar la información nutricional, Gourmet necesita un monto y unidad " "válidos" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Nutrición" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrediente" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Equivalente en el base de datos del USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramos" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calorías" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Grasa Total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Grasa Saturada" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Colesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Carbohidratos Totales" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Fibra nutricional" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Azúcares" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteína" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa caroteno" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Ceniza" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-caroteno" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Criptoxanthina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calcio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Cobre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Total de Folato" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Ácido Fólico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Ácido fólico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Equivalentes dietéticos de folato" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Hierro" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Licopeno" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Carotenos" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganeso" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Ácido Pantoténico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fósforo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potasio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamina A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selenio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamina A (UI)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamina A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamina B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamina C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamina E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamina K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinc" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminas y minerales" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Falta información nutricional\n" "para %(missing)s de los %(total)s ingredientes." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% Valor _diario" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Porcentaje del valor diario recomendado, basado en %i calorías por día. Haga " "clic para editar el número de calorías por día." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Cantidad por %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Cantidad por receta" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Cargando Información Nutricional" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Importación de la base de datos nutricional completada!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Recuperando base de datos nutricional del archivo zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Extrayendo %s del archivo zip." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Analizando datos nutricionales..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Leyendo información nutricional: importado %s de entradas %s." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Analizando datos de peso..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Cargando información de peso para la información de nutrición: %s de %s " "importados." #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Agua" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilocalorías" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteínas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lípidos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g ceniza" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g carbohidratos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fibra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g azúcar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg calcio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg hierro" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fósforo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potasio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zinc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg cobre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg manganeso" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "Slenio microgramo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg Vitamina C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiamina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg ácido pantoténico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamina B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "microgramos de Folato Total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "microgramo de Ácido Fólico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "microgramos de ácido fólico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "microgramo de equivalentes dietéticos de folato" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Colina, total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "microgramo de Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamina A UI" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamina A (microgramo de Equivalentes de Actividad Retinal" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "microgramo de Retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "microgramo de Alfa-caroteno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "microgramo de Beta-caroteno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "micrograma betacriptoxantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "micrograma licopeno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "microgramos de carotenos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamina E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg de Vitamina K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g Ácido saturado graso" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Ácidos Grasos Monoinsaturados" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Ácidos Grasos Poliinsaturados" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Colesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Porcentaje de rechazo" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Productos perecederos y huevos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Especias y hierbas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Comida de Bebés" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Grasas y Aceites" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Aves" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Sopas y salsas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Carnes y salchichonería" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cereales para el desayuno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frutas y zumos de frutas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Cerdo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Vegetales" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Nueces y semillas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Carne de Res" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Bebidas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Pescados y Mariscos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Legumbres" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Cordero, ternera y caza" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Productos Enlatados" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Dulces" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Granos y pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Comida Rápida" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Comidas, entradas y acompañantes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Pasabocas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Comidas étnicas" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "bases de datos completa" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ingrediente clave" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "Número identificador del USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Descripción del artículo USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Densidad equivalente" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Herramientas" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Obtener información nutrimental para la lista actual" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Cantidad para la lista de compras" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Editar información _nutricional" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "estrellas" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Ha exportado %(number)s de %(total)s recetas." #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Exportacion Completa" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Incluir la Receta en el Cuerpo del e-mail (siempre es una buena idea)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Adjuntar receta al e-mail como archivo HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Mandar por correo electronico la Receta como un adjunto en PDF" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Opciones de e-mail" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "No preguntar antes de enviar e-mail." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "No se mandó el e-mail." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "No ha escogido incluir la receta en el cuerpo del mensaje o como archivo " "adjunto." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Guardar receta como..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet no puede exportar un archivo de tipo \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exportar recetas" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recetas" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Imposible exportar: el tipo de archivo \"%s\" es desconocido" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Por favor asegúrese de seleccionar un tipo de archivo en el menú desplegable " "cuando lo guarde." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exportar" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "Recetas correctamente exportadas a %s" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "No se puede imprimir: ¡no hay agregados de impresión activos!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Imprimir %s receta" msgstr[1] "Imprimir %s recetas" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "porción" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Abrir receta..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Introduzca la direccion de la página web" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modificaciones" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Introduzca la direccion de la página web o el archivo de recetas" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importar" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Todos los Archivos Importables." #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "%s recetas importadas." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "ración" msgstr[1] "raciones" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s de %s recetas importadas." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "Bien" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Raciones" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Subgrupo de ingredientes" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Ocultar" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Texto" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Acciones" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importar receta" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Limpiar etiquetas" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importar receta" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "en cualquier lugar" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "título" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediente" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instrucciones" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "Notas" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cocina" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "fuente" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Usar expresiones regulares en la busqueda" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Usar expresiones regulares (un lenguaje de busquedas avanzadas) en el texto" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Buscar a medida que escribes (desactivar si la busqueda es muy lenta)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Mostrar _opciones de busqueda" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Mostrar opciones avanzadas de busquedas" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s receta" msgstr[1] "%s recetas" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Mostrar ingredientes %(bottom)s hacia %(top)s del %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s en %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Pausado" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Recetas importadas satisfactoriamente" msgstr[1] "Recetas importadas satisfactoriamente" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pausa" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Hecho" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Error: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Error" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Error %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Rastrear" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "segundo" msgstr[1] "segundos" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" msgstr[1] "minutos" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "hrs." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "hora" msgstr[1] "horas" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "día" msgstr[1] "días" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "semana" msgstr[1] "semanas" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "año" msgstr[1] "años" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " y " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "y" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "a" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Explorar las recetas" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Seleccionando recetas explorándolas por categoría, cocina, etc." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Principal" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Buscar recetas duplicadas" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Un asistente para buscar y eliminar o fusionar recetas duplicadas." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Exportar como PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Crear página web de recetas." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importador/Exportador" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Importar y exportar XML de Gourmet" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importar y exportar recetas como archivos XML de Gourmet, apropiados para " "copias de seguridad o intercambiar con otros usuarios de Gourmet." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Importación de Krecipes" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importar archivos del programa Krecipes." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Importación de Mastercook" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importar archivos del programa Mastercook." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "My CookBook Importar y Exportar" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Importar y exportar recetas como archivos My CookBook XML, apropiado para " "copas de seguridad o intercambiar con otros usuarios de My CookBook" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Exportación a Mealmaster (tm)" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Exportar recetas como archivos de texto de Mealmaster" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Impresión y exportación a PDF" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Imprimir recetas o exportarlas como PDF; este complemento permite una " "variedad de diseños de página." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Importar texto plano guiado" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Ayudar al usuario a dar formato e importar texto plano. También permite " "exportar a texto plano." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Asignar y editar claves de ingredientes (identificadores únicos para los " "ingredientes, usados para consolidar los elementos en las listas de compras)" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Guardar las listas de la compra como recetas para su uso futuro." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Calcular la información nutricional de las recetas." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Editor de categorías de compra" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Asignar y editar categorías de compras para los ingredientes dentro del " "editor de recetas." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Revisión ortográfica" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Añade revisión ortográfica a los campos de texto de longitud de párrafo en " "las entradas de recetas (Instrucciones, Notas)" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Proporciona una calculadora de unidades sencilla." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Preferencias para la visualización de unidades" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Permite usar siempre unidades métricas (o anglosajón) para su visualización." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Comprobar Unicode-16 en los archivos de texto" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Actívela si sus archivos de UTF16 no se están importando limpiamente en " "Gourment. Desactívela si nunca usa UTF16 y considera una molestia constante " "el diálogo «Codificación» cuando importa archivos." #~ msgid "E-mail selected recipe" #~ msgstr "Enviar por correo electrónico la receta seleccionada" #~ msgid "_E-Mail recipe" #~ msgstr "_Enviar la receta por correo electrónico" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (ayuda con la versión Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (instalador para Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (mejoras del convertidor de unidades)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (mejoras de exportación de Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo e imagen de inicio)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (Iconos nutricional y agregar-a-lista de compras)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (Mejoras a la " #~ "internacionalizacion, diversos bugfixes)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Versión de Windows en mantenimiento y " #~ "rediseño de la web)" #~ msgid "Upgrading database" #~ msgstr "Actualizar base de datos" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Dependiendo del tamaño de su base de datos, este puede ser un proceso " #~ "intenso y puede tardar un tiempo. Sus datos han sido automáticamente " #~ "respaldados en caso de que algo salga mal." #~ msgid "Paste ingredients" #~ msgstr "Pegar ingredientes" #~ msgid "Import from file" #~ msgstr "Importar desde un archivo" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Escoja un fichero con su lista de ingredientes." #~ msgid "No file selected" #~ msgstr "No hay ningún archivo seleccionado" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "" #~ "No se seleccionó ningún archivo, por lo que la acción ha sido cancelada" #~ msgid "_Import file" #~ msgstr "_Importar Archivo" #~ msgid "Import _webpage" #~ msgstr "Importar página _web" #~ msgid "Import recipe from webpage" #~ msgstr "Importar recetas desde una página web" #~ msgid "Open _Trash" #~ msgstr "Abrir papelera" #~ msgid "Archive (zip, tarball)" #~ msgstr "Archivo (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Cargando archivo zip" #~ msgid "Unzipping zip archive" #~ msgstr "Descomprimiendo archivo zip" #~ msgid "Webpage" #~ msgstr "Página web" #, python-format #~ msgid "Downloading %s" #~ msgstr "Descargando %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Lista de compras para %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Descargando %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Descargando archivo" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "" #~ "Introduzca la dirección del archivo de recetas o página web con receta" #~ msgid "Enter URL:" #~ msgstr "Introduzca la URL:" #~ msgid "Unable to import URL" #~ msgstr "No se pudo importar el URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet no tiene un complemento capaz de importar URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Imposible importar dirección URL %(url)s del tipo %(type)s. Archivo " #~ "guardado temporalmente en %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "No reconoce esta página web. Usando importador genérico..." #~ msgid "Import complete." #~ msgstr "Importación completa" #~ msgid "Importing recipe" #~ msgstr "Importando receta" #~ msgid "Processing ingredients" #~ msgstr "Procesando ingredientes" #~ msgid "Processing ingredients." #~ msgstr "Procesando ingredientes." #~ msgid "" #~ "Gourmet Recipe Manager is a recipe-organizer that allows you to collect, " #~ "search, organize, and browse your recipes. Gourmet can also generate " #~ "shopping lists and calculate nutritional information." #~ msgstr "" #~ "El gestor de recetas Gourmet es un organizador de recetas que te permite " #~ "guardar, buscar, organizar, y navegar por tus recetas. Gourmet también " #~ "puede generar listas de la comprar y calcular la información nutricional." #~ msgid "" #~ "A simple index view allows you to look at all your recipes as a list and " #~ "quickly search through them by ingredient, title, category, cuisine, " #~ "rating, or instructions." #~ msgstr "" #~ "Un índice simple que te permite ver todas tus recetas como una lista y " #~ "buscar rapidamente a través de ellas por ingredientes, título, categoría, " #~ "cocina, valoración o instrucciones." #~ msgid "Gourmet" #~ msgstr "Gourmet" #~ msgid "Recipe Manager" #~ msgstr "Gestor de recetas" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organiza recetas, crea listas de la compra, calcula información " #~ "nutricional, y más." #~ msgid "recipes;cooking;nutrition;nutritional information;shopping lists;" #~ msgstr "" #~ "recetas;cocina;nutrición;información nutricional;listas de la compra;" #~ msgid "Send to Email" #~ msgstr "Enviar al correo electrónico" #~ msgid "Email recipes from Gourmet" #~ msgstr "Enviar recetas por correo electrónico desde Gourmet" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Soporte de Zip, Gzip y Tarball" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Importar recetas de archivos zip y tar" #~ msgid "HTML Export" #~ msgstr "Exportar a HTML" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Crear página web de recetas." #~ msgid "Webpage import" #~ msgstr "Importar página web" #~ msgid "Import recipes from the web." #~ msgstr "Importar recetas desde la web." #~ msgid "Website Importers" #~ msgstr "Importadores de páginas web" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importadores para about.com, www.foodnetwork.com y otros" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Seleccione texto de la receta en bruto y categorícela etiquetando de " #~ "qué parte de la receta se trata (elija de los elementos de receta a la " #~ "derecha)." #~ msgid "_Raw recipe:" #~ msgstr "_Receta en bruto:" #~ msgid "_Label" #~ msgstr "Eti_queta" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Comenzar una nueva receta (úsela si el archivo que está importando " #~ "contiene más de una receta)" #~ msgid "Select recipe image" #~ msgstr "Seleccionar imágen de la receta" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Seleccionar imagen para la receta\"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Debajo están todas las imágenes encontradas en la página que está " #~ "importando. Seleccione cualquier imagen que sea de la receta o no " #~ "seleccione ninguna si no quiere estas imágenes." #~ msgid "Python Shell" #~ msgstr "Intérprete de órdenes de Python" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Permitir a los programadores acceder a un intérprete de órdenes " #~ "interactivo con acceso interno a Gourmet." #~ msgid "_Python Console" #~ msgstr "Consola _Python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Mostrar la consola python (provee acceso a la instancia gourmet actual)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Recipe Manager está iniciando..." #~ msgid "Starting gourmet..." #~ msgstr "Gourmet está iniciando..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Acaba de mover %s receta a la papelera. Puede recuperar esta receta o " #~ "eliminarla permanentemente cuando lo desee haciendo clic en Herramientas -" #~ "> Abrir Papelera." #~ msgstr[1] "" #~ "Acaba de mover %s recetas a la papelera. Puede recuperar estas recetas o " #~ "eliminarlas permanentemente cuando lo desee haciendo clic en Herramientas " #~ "-> Abrir Papelera" #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Para imprimir, active el plugin que da soporte de impresión, como el " #~ "agregado 'Imprimiendo y exportar a PDF'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Bueno esto es embarazoso. Algo salió mal al imprimir su receta." #~ msgid "Unable to open URL" #~ msgstr "No se puede abrir la URL" #~ msgid "Unable to launch mail reader." #~ msgstr "No se puede lanzar el programa lector de e-mail." #~ msgid "Unable to open website." #~ msgstr "No se puede abrir el sitio web." #~ msgid "Unable to open file." #~ msgstr "No se pudo abrir el archivo." #~ msgid "There was an error launching the url: %s" #~ msgstr "Hubo un error al lanzar el url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Tiempo debe empezar con un número o fracción seguido por una unidad " #~ "(minutos, horas, etc)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "La hora tiene que estar en horas, minutos, segundos, etc." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "No tienes sentido %s como cantidad de raciones" #~ msgid "cancelled" #~ msgstr "cancelado" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Ha solicitado cerrar una ventana con un temporizador activo. Puede " #~ "detener el temporizar o puede simplemente cerrar la ventana. Si cierra la " #~ "ventana, ésta reaparecerá cuando su temporizador finalice." #~ msgid "_Servings" #~ msgstr "Raciones" #~ msgid "A file named %s already exists." #~ msgstr "Un archivo llamado %s ya existe." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "¿Quiere reemplazarlo con el que está guardando ahora?" #~ msgid "Importing old recipe data" #~ msgstr "Importando datos de receta antigua" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importando datos de recetas desde una versión anterior de Gourmet a la " #~ "nueva base de datos." #~ msgid "Export succeeded" #~ msgstr "Exportación exitosa" #~ msgid "webpage" #~ msgstr "página web" #~ msgid "Exported %s to %s" #~ msgstr "Se ha exportado %s a %s" #~ msgid "%s stopped." #~ msgstr "%s terminado." #~ msgid "%s was interrupted by user request." #~ msgstr "Se interrumpió %s por petición del usuario." #~ msgid "%s interrupted" #~ msgstr "Se interrumpió %s" #~ msgid "There was an error during %s." #~ msgstr "Hubo un error durante %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Borrando recetas de la base de datos... (%s de %s borradas)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Borrar la receta %s" #~ msgstr[1] "Borrar las recetas %s" #~ msgid "Export complete!" #~ msgstr "Exportación Completa" #~ msgid "Recipe exported to %s" #~ msgstr "Recetas exportadas a %s" #~ msgid "Database format has changed" #~ msgstr "El formato de la base de datos ha cambiado" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s ha cambiado el formato de su base de datos. Su " #~ "base de datos no funcionará con versiones antiguas de %(progname)s. Una " #~ "copia de seguridad ha sido guardada en %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "En caso de que algo vaya mal, una copia de tu base de datos de recetas " #~ "está siendo exportada a %s" #~ msgid "Transferring data to new database format" #~ msgstr "Transfiriendo datos al nuevo formato de base de datos" #~ msgid "Gourmet Import/Export" #~ msgstr "Importación/Exportación Gourmet" gourmand-1.2.0/po/et.po000066400000000000000000003042501510115424500147160ustar00rootroot00000000000000# Estonian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-06 19:28+0000\n" "Last-Translator: Registry Administrators \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Uus retsept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Lisa _ostunimekirja" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fail" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "Ü_ksikasjad" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Ostunimekiri" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Koostisained" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Kustuta Retsept" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Kustuta valitud retseptid" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "_Retsept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "ühik" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Vaata retseptikaarti" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Ostunimekiri" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Redigeeri" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Abi" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Retsept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Lisa _ostunimekirja" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Vaata retseptikaarti" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Juhised" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Märkmed" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Ahti Hinnov https://launchpad.net/~sipelgas\n" " Hans3090 https://launchpad.net/~hans3090\n" " Registry Administrators https://launchpad.net/~registry" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Kustuta valitud retseptid" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Prindi" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "_Retsept" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "_Retsept" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "_Kustuta Retsept" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Tegevused" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Programmist" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Tööriistad" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Taimer" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Ühikute teisendaja" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Fail" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/fa.po000066400000000000000000003035651510115424500147040ustar00rootroot00000000000000# Persian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-06 19:29+0000\n" "Last-Translator: Iman Rahmatizadeh \n" "Language-Team: Persian \n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "افزودن به ليست خريد" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_پرونده" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_ویرایش" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_راهنما" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "افزودن به ليست خريد" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Artin https://launchpad.net/~artin\n" " Iman Rahmatizadeh https://launchpad.net/~i-rahmati" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_چاپ" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_کنش‌ها" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_درباره" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_ابزارها" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "هیچ‌کدام" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_پرونده" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/fi.po000066400000000000000000004124741510115424500147140ustar00rootroot00000000000000# Finnish translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-05-07 22:46+0000\n" "Last-Translator: Samuli Seppänen \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Reseptiluettelo" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Uusi resepti" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Lisää ostoslistaan" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Näytä resepti" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "Hakusana:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Etsi reseptejä kirjoitettaessa" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Hae hakutuloksista" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Hakuehdot" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Hakutuloksten rajoitus:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Hakutulokset" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Aseta valittujen reseptien kentät" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Määritä valittujen reseptien näkyvät " "kentät" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Lisää kuva" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Poista kuva" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Lähde:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Arvostelu:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Tyyppi:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Luokka:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Valmisteluaika:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Kypsymisaika" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "Verkkosivu:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Kuva:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "Määrä" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Määrän yksikkö" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Aseta arvot vain tyhjille kentille" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Aseta valittujen reseptien kaikki arvot" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (oletus, tallennus paikalliseen tiedostoon)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (tallennus paikalliseen tiedostoon)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (vaatii tietokantayhteyden)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Valitse tietokanta" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Valitse Gourmetin käyttämä tietokantajärjestelmä" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Tietokantajärjestelmä" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Verkkonimi:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Käyttäjätunnus:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Salasana:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Tietokantakäyttäjän salasana" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Tietokannan nimi:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "Tiedosto" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Tietokantapalvelimen IP-osoite. Jos tietokantapalvelin on paikallisella " "koneella, valitse \"localhost\"." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "Tallenna salasana tiedostoon (ei turvallista)" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Tallenna salasana" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Gourmetin käyttämän tietokannan nimi. Jos sitä ei ole olemassa, Gourmet luo " "sen automaattisesti." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "resepti" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Tietokantakäyttäjän käyttäjänimi" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "Selaa" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "Yksityiskohdat" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmetin asetukset" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Luettelonäkymän asetukset" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Näytä valinnat" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "Reseptejä sivulla:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Määritä luettelonäkymässä näkyvät palstat" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Luettelonäkymä" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Reseptinäkymän asetukset" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Salli yksikkömuunnokset annoskokoa muutettaessa" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "Käytä murtolukuja" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Näytä määrät murtolukuina jos mahdollista" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "Poista käyttämättömät kohdat reseptinäkymästä" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Reseptinäkymä" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Ostoslistan asetukset" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "Valinnaisten ainesosien käsittely ostoslistaa luodessa" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "Kysy lisätäänkö valinnaiset ainesosat" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "Muista käyttäjän valinnat" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "Tyhjennä muistissa olevat valinnaiset ainesosat" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "Lisää aina valinnaiset ainesosat" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "Älä lisää valinnaisia ainesosia ikinä" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Ostoslista" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "annoksia" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Nimi" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Nimi:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Valmisteluaika:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "luokka" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "arvostelu" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Määrä" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Määrän yksikkö" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "Ostokset" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Muokkaa kuvausta" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Kypsennysaika:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Valmisteluaika:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Tyyppi:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Luokka:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Verkkosivu" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "Määrä:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Linkki" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Lähde:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Arvostelu:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "Kerro luvulla:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Ohjeet" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Muokkaa ohjeita" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Muistiinpanot" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Muokkaa muistiinpanoja" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Resepti" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ainesosat" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Muokkaa ainesosia" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Lisää ainesoa:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ainekset" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Lisää resepti ostoslistaan" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Lisää ostoslistaan" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Siirry reseptinäkymässä olevaan reseptiin" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Poista valittu resepti" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Poista resepti" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Muokkaa valittujen reseptien ominaisuuksia" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Reseptien massamuokkaus" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Avaa valittu resepti" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Valitse resepti" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Tulosta valittu resepti" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "Tulosta resepti" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Älä ikinä osta tätä aineosaa. Jos sitä tarvitaan jossakin reseptissä, se " "näytetään ainoastaan \"Ruokakomero\"-kohdassa, ellei sitä erikseen lisätä " "ostoslistaan." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Lisää ruokakomeroon" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Näytä valinnat" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Etsi kohteesta" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "Käytä säännöllisiä lausekkeita (tarkennettu haku)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Etsi kirjoitettaessa" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Hakuasetukset" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Luokka" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Avain" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Luokkien muokkaus" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Hakuperuste" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Etsi kirjoitettaessa" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Käytä säännöllisiä lausekkeita" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Tarkennettu haku" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Lisää luokka: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Ajastin" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Ajastin" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Ajastin valmis!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Ajastin hälyttää kunnes tämä valintaikkuna suljetaan tai ajastin nollataan." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Aseta ajastin: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "Tyhjennä" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Käynnistä" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "Ääni" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "Muistiinpano" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Toista hälytys kunnes se poistetaan käytöstä" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "Asetukset" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Muokka kaikkia tietokannan kenttiä" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Muokattava kenttä:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Jokaiselle valitulle arvolle:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Älä muuta arvoa" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Uusi arvo lisätään olemassa olevan tekstin loppuun" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Uusi arvo korvaa olemassa olevan arvon" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Kenttä:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Arvo:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Muuta toinen kenttä:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Muuta arvoksi: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "Poista arvo" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Valitse vastaava kuin" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "USDA-tietokannasta" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "Muuta ainesosa" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "tai" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "Etsi USDA-ainesosatietokannasta" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Etsi kirjoitettaessa" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Näytä vain ruoat ryhmässä:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Hakutulokset:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Lähettäjä:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Määrä:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Yksikkö:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "yksikkö" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "Muuta yksikkö" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "Tallenna uusi yksikkö" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Vastaanottaja:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Yksikkö:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Määritä ravintoarvo kohteelle " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Valitse tiheys" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ainesosan avain" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA-nimike:" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Muokkaa USDA-liitäntää" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Ravintoarvo" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Muokkaa tietoja" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "Ravintoarvot" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Tiheys:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA-vastaavuudet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Omat vastaavuudet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "TIheystiedot" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Tunnetut ravintoarvot" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "Tarkennettu haku" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Ravinnetiedot" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "Ohita" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet-reseptienhallinta" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Recipe Manager on ohjelma, joka säilöö, järjestää ja etsii " "reseptejä. Gourmet tekee myös puolestasi ostoslistat reseptien pohjalta. " "Voit tuoda ja viedä (import/export) reseptejä ohjelmaan ja ohjelmasta " "monessa muodossa. Gourmet osaa mm. tuoda reseptejä monilta suosituilta " "reseptisivustoista kuten MealMaster ja MasterCook -arkistoista sekä " "Epicurious.comista. Gourmesta voit viedä (export) reseptejä mm. tekstinä, " "MealMaster-tiedostoina, HTML-verkkosivuina sekä XML:nä, mikä mahdollistaa " "tietojen vaihdon esimerkiksi muiden Gourmet-käyttäjien kanssa. Ohjelma tukee " "myös kuvien linkittämistä resepteihin ja se osaa laskea reseptien " "ravintotiedot sen ainesosien perusteella." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Valitse tietokantatiedosto" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Uusi resepti" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Tietokannan nimi:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Yksityiskohdat" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Siltä varalta että jotain menee vikaan, ohjelma on tehnyt varmuuskopion " "polkuun %s. Jos päivitys epäonnistuu, voit nimetä ksäin varmuustiedoston " "nimelle recipes.db käyttääksesi sitä vanhemman Gourmet:n kanssa." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Muuta _Kategoriaa" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Tee uusi kategoria" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Muuta valityn kohteen kategoriaa" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Ruokakomero" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Siirrä ostoslistalle." #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Siirrä _ruokakomeroon" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Poista ostoslistasta" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Siirrä valittu kohde %s:ään" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Ostoslista" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" "Ruokakaapissa olevat ainekset (? tarvitseeko olla sama muoto kuin " "englanniksi ?)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Syötä luokka" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Luokka, johon %s lisätään" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategoria (vai Luokka??):" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "Reseptit" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Lisää kohteet:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Poista reseptit" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Poista reseptit ostoslistalta" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "Muokkaa" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Ohje" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Lisää kohteet" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Lisää mielivaltaiset kohteet ostoslistaan" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Reseptejä ei ole valittuna. Haluatko tyhjentää koko listan?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Tallenna ostoslista nimellä..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Valitse valinnaiset ainekset" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Määritä ne valinnaiset ainesosat, jotka haluat sisällyttää ostoslistallesi." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Resepti" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Siirry" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Vie resepti" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Vie ulos valittu resepti (talleta tiedostoon)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Poista resepti" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Poista tämä resepti" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Muunna yksiköitä, kun suurennat reseptejä" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Kun suurennat reseptien määriä, muuta yksiköitä luettavampaan muotoon jos " "mahdollista." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Tulosta resepti" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Lisää ostoslistaan" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Poista muistista vapaaehtoiset ainekset" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Ennen ostoslistalle lisäämistä, kysy kaikista vapaaehtoisista aineiksista, " "myös niistä, jotka halusit mukaa aikaisemmin" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Vie resepti" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Muutoksia on tallentamatta." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Toteuta muutokset ennen tulostamista?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Toteuta muutokset ennen tulostamista?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Valinnainen)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Reseptiä %s ei löytynyt tietokannasta." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Muokkaa reseptiä:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Talleta muutokset tietokantaan" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Katso reseptikorttia" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Muokkaa" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Talleta muutokset kohteeseen %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Lisää aines" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Lisää ryhmä" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Lisää _resepti" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Lisää toinen resepti tämän reseptin ainekseksi" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Poista" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Ylös" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Alas" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Kuvaus" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Ohjeet" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Huomautukset" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Määrä" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Mittayksikkö" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Tarvike" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Valinnainen" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Reseptiä %s (ID %s) ei löydy tietokannasta." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Muunnettu: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Ei muunnettu: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Yksikkö vaihdettu." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Vaihdoit %(item)s:n yksikön %(old)s:sta %(new)s:ksi. Haluatko muuntaa määrän?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s muunnettu %(new_amt)s:ksi %(new_unit)s:ksi" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Muunnos epäonnistui: %(old_unit)s -> %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Ainesosaryhmän lisääminen" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Anna uuden ainesosaryhmän nimi" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Ryhmän nimi:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Valitse resepti" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Resepti ei voi sisältää itseään ainesosana!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Resepteissä ei sallita päättymätöntä rekursiota!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Reseptejä ei ole valittuna!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Kuinka monta ainesta %(title)s reseptisi tarvitsee?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Reseptit" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Hälytysääni (? riippuen siitä mikä käyttöyhteys ?)" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Varoitusääni" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Virheääni" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Pysäytä ajastin?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Pysäytä _ajastin" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Jatka _ajastusta" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Lisäosat" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Liitännäiset lisäävät Gourmetiin toiminnallisuutta" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Lisäosaa tarvitaan muissa lisäosissa. Haluatko poistaa lisäosan tästä " "huolimatta käytöstä?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Seuraavat lisäosat vaativat %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Poista päältä kuitenkin" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Pidä lisäosa aktiivisena" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "tai" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Lisäosan aktivoinnissa tapahtui virhe." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Lisäosan käytöstä poistamisessa tapahtui virhe." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Keittiö" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Arvosana" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Lähde" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Verkkosivu" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Valmistusaika" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Keittoaika" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Muutokset" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Virheellinen syöte." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Ei ole numero." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "Tauko" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Lopeta" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Älä kysy uudestaan." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Haluatko varmasti tehdä tämän" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "erinomainen" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "mainio" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "hyvä" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "kohtalainen" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "huono" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Muunna arvosanat viiden tähden asteikkoon." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Muunna arvosanat." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Ole hyvä ja anna jokaiselle arvosanalle vastine asteikolla yhdestä viiteen." #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Tämänhetkinen arvosana" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Arvostelu viiden tähden asteikolla" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Valitse tiedoston tyyppi" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "Virheellinen määrä: %s" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Määrien täytyy olla numeroita (murto- tai desimaalilukuja), lukualueita " "(esim. 1-5) tai tyhjiä." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Attribuutti \"yksikkö\" täytyy kirjoittaa \"yksikkö\" kentään yksinään.\n" "Jos esimerkiksi haluat kirjoittaa yksi puoli kuppia, \n" "lukumäärä kentän tulisi olla \"1.5\" tai \"1 1/2\". \"kuppi\"\n" "laitetaan erilliseen \"yksikkö\" kenttään.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Käyttäjätunnus:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Salasana:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "vehnäjauhoja" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sokeria" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "suolaa" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "mustapippuria" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "jäätä" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "vettä" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "rypsiöljyä" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "oliiviöljyä" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Tuntematon" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Resepti sisältää itsensä ainesosana." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ainesosa %s jätetään huomioimatta." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Ostoslista (%s)" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Seuraaville resepteille:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Seuraaville resepteille:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Valitse merkistökoodaus" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Merkistöjärjestelmän koodausta ei voitu määrittää. Valitse oikea " "merkistökoodaus listasta." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Näytä tiedosto merkistökoodauksella" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Tuonti pysäytetty" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Peruuta tuonti" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Reseptihakemisto" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Ostoslista" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "kääntäjät\n" "\n" "Launchpad Contributions:\n" " Eetu Huisman https://launchpad.net/~eh\n" " Jaro Larnos https://launchpad.net/~ambyr00\n" " Miia Ranta https://launchpad.net/~myrtti\n" " Samuli Seppänen https://launchpad.net/~samuli-seppanen\n" " Tuomas Lähteenmäki https://launchpad.net/~lahtis\n" " aijoovai https://launchpad.net/~aijoovai\n" " hpiili https://launchpad.net/~harri-piili\n" " raula https://launchpad.net/~lauraputkivaara" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Tallennettu!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Tallenna muutoksesi %s:aan" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Tuonti on käynnissä." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Vienti on käynnissä." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Poisto on käynnissä." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Poistu silti?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Älä poistu!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Poistettiin pysyvästi %s/%s reseptiä" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Roskakori" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Selaa, poista pysyvästi tai palauta tuhottuja reseptejä" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Palautetut reseptit " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Ostettavana on %(unit)s tavaraa %(title)s" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Kerro %s arvolla:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Aseta %(attributes)s %(num)s valittuun reseptiin?" msgstr[1] "Aseta %(attributes)s %(num)s valittuihin resepteihin?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Olemassa olevia arvoja ei muuteta" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Uudet arvot korvaavat jo olemassa olevat" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Tätä muutosta ei pysty peruuttamaan" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Aseta arvot valituille resepteille" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Etsi reseptejä" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Avaa resepti" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Avaa valittu resepti" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Poista resepti" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Poista valitut reseptit" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Muokkaa reseptiä" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Avaa valitut reseptit reseptien muokkausnäkymässä" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "_Vie valitut reseptit" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Vie valitut reseptit tiedostoon" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Tulosta" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "reseptit" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Reseptien massamuokkaus" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Uusi" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Tuo resepti" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Tuo resepti tiedostosta" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s resepti" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Vie _kaikki reseptit" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Vie kaikki reseptit tiedostoon" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Lopeta" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "Toiminnot" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Roskakori" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Asetukset" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Liitännäiset" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Hallitse Gourmetin liitännäisiä" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "_Asetukset" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Tietoja" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Ty_ökalut" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Ajastin" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Näytä ajastin" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Reseptien sisällysluettelo hakutoiminnolla" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Poista %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Sinulla on tallentamattomia muutoksia tiedostoon %s. Oletko varma että " "haluat poistaa sen?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Poistettu" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Nimetön" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Poista reseptit pysyvästi?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Poista resepti pysyvästi?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Haluatko varmasti poistaa reseptin %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Haluatko varmasti poistaa seuraavat reseptit?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Haluatko varmasti poistaa %s valittua reseptiä?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Näytä reseptit" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Poista reseptit" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Reseptiluettelo" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Poista resepti %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Valmis!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Tuodaan..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Ainesavainten Editori" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Muokkaa ainesavaimia massana" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "avaimen" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "tarvikkeen" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Kenttä" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Arvo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Lukumäärä" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Muuta kaikki \"%s\" avaimet \"%s\":ksi?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Et pysty peruttamaan tätä toimintoa. Jos on jo olemassa resepti avaimella " "\"%s\", et pysty erottamaan tuloksia toisistaan." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Muuta kaikki \"%s\" kohteet \"%s\":ksi?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Et pysty peruttamaan tätä toimintoa. Jos on jo olemassa aines \"%s\", et " "pysty erottamaan tuloksia toisistaan." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Muuta kaikki \"%(unit)s\" esiintymät arvoksi \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Muuta \"%(unit)s\" arvoon \"%(text)s\" vain aineksille \"%(item)s\" " "avaimella \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Muuta kaikki esiintymät \"%(amount)s\" %(unit)s arvoon %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Muuta \"%(amount)s\" %(unit)s arvoon \"%(text)s\" %(unit)s vain aineksille " "joilla avaimella arvo \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Muuta \"%(amount)s\" %(unit)s arvoon \"%(text)s\" %(unit)s vain aineksilla " "%(key)s ja esiintymillä %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Haluatko muuttaa kaikki valitut rivit?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Tätä toimintoa ei voi peruuttaa. Oletko varma, että %s valitulle riville " "haluat arvot:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Avain arvoon %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Esiintymä arvoon %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Yksikkö arvoon %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Lukumäärä arvoon %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s aines" msgstr[1] "%s ainekset" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Näytetään aineksia %(bottom)s - %(top)s / %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Määrä" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ainesavaimet" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ainesavaimet ovat normalisoituja aineksien nimiä, joita käytetään " "ostoslistojen ja laskelmien tekemiseen." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Arvaa avaimet" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Arvaa parhaat arvot aineksien avaimille tietokannassa jo olevan sisällön " "perusteella" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Muokkaa avainten yhteyksiä" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Muokkaa avainten ja muiden attribuuttien yhteyksiä tietokannassa" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Avainten muokkaus" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "Kohta:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "Avain:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "Muuta valitut ainesosat" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" "... Ostoslistan luokka ... tai ostoslistan kategoria (miten muualla on " "käytetty?)..." #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Näytä yksiköt niin kuin ne on reseptiin kirjoitettu (ei muunnoksia)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Näytä aina U.S. yksiköt" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Näytä aina metriset yksiköt" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Säädä automaattisesti yksiköitä" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Aseta yksiköiden näyttöasetukset" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Muunna automaattisesti yksiköt valittuun mittajärjestelmään (metrinen, " "imperial tms.) kun mahdollista." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Tähtiä" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s sitten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Yhdistä reseptit automaattisesti" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Käytä aina uusinta reseptiä" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Käytä aina vanhinta reseptiä" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Ei mikään" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Osa tuoduista resepteistä näyttävät olevan päällekäisiä. Voit yhdistää ne " "tässä yhteydessä tai sulkea ruudun ja jättää ne ennalleen." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Etsi _päällekkäiset reseptit" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Etsi ja poista päällekkäiset reseptit" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Reseptit, joissa on samankaltaisia ohjeita" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Reseptit, joissa on samankaltaisia ainesosia" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Reseptit, joissa on samankaltaisia ainesosia ja ohjeita" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Reseptien kaksoiskappaleet" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "Huomioi roskakorissa olevat reseptit" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "Näytetään:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Yhdistä kaikki kaksoiskappaleet" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Yhdistä reseptit" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "Automaattinen yhdistäminen" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Jokaiselle valitulle arvolle" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Jossa %(field)s:llä on arvo %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Muutos vaikuttaa %s reseptiin" msgstr[1] "Muutos vaikuttaa %s reseptiin" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Poista %s missä arvo on %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Muuta %s arvosta %s arvoon \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Tämä muutos ei ole peruttavissa." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Kenttä editori" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Muokkaa kenttiä useassa reseptissä yhtä aikaa." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Lähetä reseptejä sähköpostilla" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Lähetä sähköpostilla valitut reseptit (tai kaikki reseptit jos mitään ei ole " "valittuna" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Haluatko todella lähettää sähköpostilla kaikki %s valittua reseptiä?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Kyllä, _lähetä ne" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Ei voitu muuntaa: %s %s:ksi" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Tiheystieto tarvitaan." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Mittayksikkömuunnin" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Laske yksiköiden muunnokset" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Yksikkömuunnin" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Mistä" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Ainesosa:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "Tiheys:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Tiheystiedot" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Mihin" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "Tulos:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML-sivu" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Viedään HTML-sivua" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Viedään reseptejä HTML-tiedostoihin hakemistossa %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Resepti tallennettu HTML-tiedostoon %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Alkuperäinen sivu kohteesta %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "valinnainen" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Viedään HTML-sivua" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Viedään reseptejä HTML-tiedostoihin hakemistossa %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Resepti tallennettu HTML-tiedostoon %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Tavallinen tekstitiedosto" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Tekstivienti" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Vien reseptit tekstiedostoon %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Resepti talletettu tekstitiedostoon %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Iso tiedosto" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Tiedosto %s on liian iso sisään tuotavaksi" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Tiedostosi ylittää suurimman sallitun pituuden %s merkkiä. Uskon, ettet " "todella halunnut tuoda sitä sisään. Jos todella tarkoitit tuoda tämän " "tiedoston, voisit pilkkoa sen pienempiin tiedostoihin ja yrittää uudelleen." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML -tiedosto" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML -vienti" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Viedään reseptejä Gourmet XML -tiedostoon %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Resepti tallennettu Gourmet XML -tiedostoon %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML tiedosto (Vanhentunut)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML tiedosto" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook Text tiedosto" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook-vienti onnistui." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "XML:ää siivotaan" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML tiedosto" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Sivun asettelu" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Tulosta reseptit" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" "???: Muunna PDF:ksi (tai Tallenna PDF-muotoon - tai Vie PDF:ksi, tai PDF " "vienti... tai jotain. Riippuen onko valikossa vai missä...)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "???: Tallennetaan reseptejä PDF-tiedostoksi %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Resepti tallennettu PDF-tiedostoksi %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "pistettä" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Indeksikortti (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Indeksikortti (10x15 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Indeksikortti (13x20 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Indeksikortti (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Letter (8x11\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal/USA" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Indeksikortit (9x13 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Indeksikortit (10x15 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Indeksikortit (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Raaka (tekstistä)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Sarake" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Sarake" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Sarake" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Sarake" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Sarake" msgstr[1] "%s Sarakkeet" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Pystysuora" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Vaakasuora" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "_Paperikoko" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "Si_vun suunta" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Sivun ase_mointi" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Kirjasinkoko" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Vasen marginaali" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Oikea marginaali" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Ylämarginaali" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Alamariginaali" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "PDF-valinnat" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster tiedosto" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster Vientitiedosto" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Vien reseptit MealMaster tiedostoon %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Resepti tallennettu MealMaster tiedostoksi %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "annos" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Iso tiedosto" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "HTML-vienti" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Viedään reseptejä Gourmet XML -tiedostoon %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Resepti tallennettu Gourmet XML -tiedostoon %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Ostoslista Tallennin" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Tallenna lista reseptiksi" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Tallenna nykyinen ostoslista reseptiksi tulevaa käyttöä varten" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "%s:n menu" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Ravintosisältö heijastaa määrä per %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Ravitsemuksellisia tietoja heijastavat määrät koko reseptissä" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Ravinnetieto puuttuu %s ainekselle : %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Mikä tahansa ruokaryhmä" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "valinta" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Muunna yksikkö %s:ksi" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Gourmet tarvitsee apuasi muuttamaan \"%s\" (mitta)yksiköksi, jota ohjelma " "ymmärtää, että ravitsemustiedot voidaan laskea." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Muuta aineksen avainta" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Muuta aineksen %(old_key)s avain avroon %(new_key)s kaikkialla tai vain " "reseptissä %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Muuta kaikkialla" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "Vain reseptissä %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Muuta aines %(old_key)s arvoon %(new_key)s kaikkialla?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Muuta (mitta)yksikkö" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Muuta yksikkö %(old_unit)s arvoon %(new_unit)s kaikille aineksille " "%(ingkey)s tai vain reseptissä %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Laskeaksesi ravinnetiedot \"%(amount)s %(unit)s %(ingkey)s\", Gourmet " "tarvitsee aineen tiheyden. Ravinnetietokannassamme on useita kuvauksia tälle " "ruoalle eri tiheyksille. Ole hyvä ja valitse oikea alla olevasta listasta." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Ottaakseen käyttöön ravinnetiedot, Gourmet tarvitsee oikean määrän ja " "yksikön." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Ravinteet" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Aines" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "USDA tietokannan vasttaavuudet" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 grammaa" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kaloreita" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Rasvaa yhteensä" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Tyydyttynyttä rasvaa" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Kolesterolia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Natriumia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Hiilihydraatteja yhteensä" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Ravintokuituja" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sokereita" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteiinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-karoteenia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Tuhkaa" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-karoteenia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalsiumia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Kupari" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folaatit yhteensä" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Foolihappo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Ruoan folaatit" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Ruokavalion vastineet" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Rautaa" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lykopeeneja" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteiini+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesiumia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangaania" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niasiini" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Pantoteenihappo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosforia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Kalium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "A-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinolia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Seleeniä" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamiiniä" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "A-vitamiinia (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "A-vitamiinia (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "B6-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "B12-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "C-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "E-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "K-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Sinkkiä" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamiineja ja mineraaleja" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Ravitsemustietoja puuttuu\n" "%(missing)s/%(total)s aineksesta." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% päivittäisestä tarpeesta" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Prosenttiosuus päivittäisestä tarpeesta perustuu %i kalorin päivädiettiin. " "Klikkaa (napauta) muuttaaksesi päivittäistä kalorimäärää." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Määrä per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Määrä per resepti" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Lataan Ravinnetietoja" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Ravitsemustietotietokannan tuonti valmis!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Puran ravinnetietokantaa zip paketista %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Puran tiedoston %s zip paketista." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Jäsentää (käsittelee) ravitsemustietoja..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Luetaan ravintoaine tietoja: tuotu %s / %s tiedosta." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Jäsentää (käsittelee) painotietoja..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Luetaan ravintoaineiden painotietoja: tuotu %s / %s tiedosta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Vesi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalori" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipidejä" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g tuhkaa" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g hiilihydraatteja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g kuituja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g sokeria" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg kalsiumia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg rautaa" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesiumia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosforia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potassiumia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg natriumia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg sinkkiä" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg kuparia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangaania" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogrammaa seleeniä" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg C-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiamiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavafiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niasiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg pantoteenihappoa" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg B6-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "mikrogrammaa Folaatteja yhteensä" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "mikrogrammaa foolihappoja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "mikrogrammaa Folaatteja ruoasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "mikrogrammaa ruokavalion foolihapon vastineista" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Choline, koko" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogrammaa B12-vitamiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamiini A" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamiini A (mikrogrammoiksi muutettuna)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "mikrogrammaa Retinolin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mikrogrammaa Alpha-karoteenia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogrammaa beta-karoteenia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "mikrogrammaa beta kryptoksantiinia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "mikrogrammaa lykopeenejä" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "mikrogrammaa Luteiini+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamiinia E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamiinia K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g tyydyttyneitä rasvahappoja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g (kerta)tyydyttymättömiä rasvahappoja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g monityydyttymättömiä rasvahappoja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg kolesterolia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Prosenttijäte" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Maitotuotteet ja munatuotteet" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Mausteet ja yrtit" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Lasten ruoat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Rasvat ja öljyt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Siipikarja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Keitot ja kastikkeet" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Makkarat ja \"lounaslihat\"" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Murot ja puurot" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Hedelmät ja hedelmämehut" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Sianliha" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Vihannekset (ja juurekset)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Pähkinät ja siemenet" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Naudanliha" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Juomat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Kalat & Äyriäiset" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Palkokasvit" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Lammas, Nauta & Riista" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Leivotut tuotteet" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Makeiset" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Viljat ja Pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Pikaruoat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Ateriat, pääruoat ja höysteet (eli lisukkeet)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Välipalat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Etniset ruoat" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "koko tietokanta" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ainesavain" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA ID numero" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA aines kuvaus" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Vastaava tiheys" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Työkalut" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Hae ravinnetiedot nykyiselle listalle" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Määrä ostoslistaa varten" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Muokkaa ravintoarvoja" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "tähteä" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Vietiin %(number)s/%(total)s reseptiä" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Vienti valmis." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Sisällytä resepti itse viestiin." #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Lähetä resepti HTML-liitteenä" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Lähetä resepti sähköpostin PDF liitteenä" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Sähköpostiasetukset" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Älä varmista sähköpostin lähetystä" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Sähköpostia ei lähetetty" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Reseptiä ei ole valittu sisällytettäväksi itse viestiin eikä sen liitteeksi." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Tallenna resepti nimellä..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet ei voi viedä tiedostotyyppiin \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Vie reseptejä" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "reseptit" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Vienti epäonnisti: tuntematon tiedostotyyppi \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Olen hyvä ja varmista, että olet valinnut tiedostotyypin alasvetovalikosta " "tallennuksen yhteydessä." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Vienti" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "En pystynyt tulostamaan: tulostuksen lisäosia ei ole aktiivisena!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Tulosta %s resepti" msgstr[1] "Tulosta %s reseptiä" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "saanti" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Avaa resepti..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Kirjoita sivuston osoite" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Muutokset" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Kirjoita sivuston tai reseptiarkiston osoite." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Tuonti" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Kaikki tuotavissa olevat tiedostot" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Tuotiin %s reseptiä." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "annos" msgstr[1] "annoksia" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Tuotiin %s/%s reseptiä" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "ok" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Annosmäärä" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Raaka-aineiden alaryhmä" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Piilota" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Teksti" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Toiminnot" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Tuo resepti" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Tyhjennä _Tagit" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Tuo resepti" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "missä vain" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "otsikko" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "aines" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "ohjeet" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "huomautukset" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "keittiö" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "lähde" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Käytä säännöllisiä lausekkeita haussa" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Käytä säännöllisiä lausekkeita (edistynyt merkintätapa, hakukieli) " "tekstihakujen kanssa" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Hae kirjoittaessasi (poista päältä, jos haku on liian hidas)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Näytä _hakuasetukset" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Näytä edistyneet hakuasetukset" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s resepti" msgstr[1] "%s reseptit" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Näytetään reseptiä %(bottom)s - %(top)s / %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s yhteensä %s:tä" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Pysäytetty" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "KRecipe-tuonti" msgstr[1] "KRecipe-tuonti" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pysäytä" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Valmis" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Virhe: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Virhe" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Virhe %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Jäljitä" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekunti" msgstr[1] "sekuntia" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min." #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuutti" msgstr[1] "minuuttia" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "h." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "tunti" msgstr[1] "tuntia" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "päivä" msgstr[1] "päivää" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "viikko" msgstr[1] "viikkoa" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "kuukausi" msgstr[1] "kuukautta" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "vuosi" msgstr[1] "vuotta" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " ja " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "ja" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "-" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Selaa reseptejä" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Valitaan reseptejä luokan, tyypin, yms. mukaan" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Pääikkuna" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Etsi reseptien kaksoiskappaleita" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Ohjattu toiminto reseptien kaksoiskappaleiden käsittelyyn" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "" "???: Muunna PDF:ksi (tai Tallenna PDF-muotoon - tai Vie PDF:ksi, tai PDF " "vienti... tai jotain. Riippuen onko valikossa vai missä...)" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Luo resepteistä verkkosivut." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Tuonti/Vienti" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmetin XML tuonti ja vienti" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Tuo ja vie reseptejä Gourmetin XML-muodossa. Käytännöllinen " "varmuuskopioidessa tai siirrettäessä reseptejä toisille Gourmet-käyttäjille." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe-tuonti" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Tuo tiedostoja KRecipe-ohjelmasta." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Mastercook-tuonti" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Tuo tiedostoja Mastercook-ohjelmasta" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmetin XML tuonti ja vienti" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Tuo ja vie reseptejä Gourmetin XML-muodossa. Käytännöllinen " "varmuuskopioidessa tai siirrettäessä reseptejä toisille Gourmet-käyttäjille." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster(tm) -vienti" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Vie reseptit mealmaster-tekstitiedostoiksi" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Tulostus ja PDF-vienti" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Tulosta reseptit tai vie ne PDF-tiedoina haluttuja sivuasetteluja käyttäen" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Tekstitiedostojen ohjattu tuonti" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Helpottaa tekstitiedostojen tuontia. Tukee myös vientiä tekstitiedostoina." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Määritä ja muokkaa ainesosien avaimia, joita käytetään yhdistämään samat " "ainesosat toisiinsa." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Tallenna ostoslistat resepteinä tulevaa käyttöä varten." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Laske reseptien ravintoarvot" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Ostoslistojen luokkien muokkausnäkymä" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Määritä ja muokkaa ostoslistan ainesosien luokkia suoraan reseptien " "muokkausnäkymästä" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Oikoluku" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "Lisää oikoluvun reseptien ohjeisiin ja muistiinpanoihin" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Lisää yksinkertaisen yksikkömuuntimen" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Yksiköiden näyttöasetukset" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "Sallii yksiköiden näyttämisen aina halutussa mittajärjestelmässä" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Tarkista, onko tekstitiedostoissa Unicode-16-merkkejä" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Ota tämä käyttöön, jos Gourmet ei saa tuotua utf-16 -tekstitiedostoja " "oikein. Ota tämä pois käytöstä, jos UTF-16 ei ole käytössä, etkä halua nähdä " "merkkikoodaus-valintaikkunaa joka kerta tiedostoja tuotaessa." #~ msgid "E-mail selected recipe" #~ msgstr "Lähetä valittu resepti sähköpostilla" #~ msgid "_E-Mail recipe" #~ msgstr "Lähetä resepti sähköpostilla" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (apu Windows-käännöksessä)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (parannuksia yksikkömuuntimen käyttöliittymään)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (parannuksia Mealmaster-vientiin)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo ja splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (ravitsemus- ja lisää ostoslistalle -ikonit)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (parannukset ohjelman " #~ "kansainvälistämiseen sekä sekalaiset ohjelmavirheiden korjaukset " #~ "(bugfixes))" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Windows version ylläpito ja sivuston " #~ "uudelleen suunnittelu)" #~ msgid "Upgrading database" #~ msgstr "Päivitetään tietokantaa" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Tietokantasi koosta riippuen, tämä saattaa olla raskas operaatio ja voi " #~ "ottaa jonkin aikaa. Tietosi on automaattisesti varmistettu siltä varalta, " #~ "että jotain menee vikaan." #~ msgid "Paste ingredients" #~ msgstr "Liitä aines" #~ msgid "Import from file" #~ msgstr "Tuo tiedostosta" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Valitse ainesosaluettelon sisältävä tiedosto." #~ msgid "No file selected" #~ msgstr "Ei tiedostoa valittuna" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Tiedostoa ei ollut valittu, joten toiminto peruutettiin." #~ msgid "_Import file" #~ msgstr "_Tuo tiedosto" #~ msgid "Import _webpage" #~ msgstr "Tuo _verkkosivu" #~ msgid "Import recipe from webpage" #~ msgstr "Tuo resepti verkkosivulta" #~ msgid "Open _Trash" #~ msgstr "Avaa _Roskalaatikko" #~ msgid "Archive (zip, tarball)" #~ msgstr "Arkisto (zip, tar)" #~ msgid "Loading zip archive" #~ msgstr "Ladataan pakattua zip-arkistotiedostoa..." #~ msgid "Unzipping zip archive" #~ msgstr "Puretaan pakattua zip-arkistotiedostoa..." #~ msgid "Webpage" #~ msgstr "Sivusto" #, python-format #~ msgid "Downloading %s" #~ msgstr "Noudetaan %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Ostoslista (%s)" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Haetaan %s:ää..." #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Haetaan tiedostoa" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Syötä reseptiarkiston tai reseptisivuston internet-osoite (URL)." #~ msgid "Enter URL:" #~ msgstr "Syötä verkko-osoite (URL):" #~ msgid "Unable to import URL" #~ msgstr "Osoitetta ei pysty tuomaan sisään" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Goumet:ssa ei ole lisäosaa osoitteen sisään tuomiseen" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "En pysty tuomaan osoitetta %(url)s tyyppiä %(type)s. Tiedosto talletettu " #~ "väliaikaiseen paikkaan %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "En tunnista tätä verkkosivua. Käytän yleistä tuontisuodatinta..." #~ msgid "Import complete." #~ msgstr "Tuonti valmis." #~ msgid "Importing recipe" #~ msgstr "Tuodaan reseptiä" #~ msgid "Processing ingredients" #~ msgstr "Käsitellään ainesosia (???)" #~ msgid "Processing ingredients." #~ msgstr "Käsittelen raaka-aineita." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML -tiedosto" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet-reseptienhallinta" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "Järjestä reseptejä, luo ostoslistoja, laske ravintoarvoja ja muuta." #~ msgid "Send to Email" #~ msgstr "Lähetä sähköpostiosoitteeseen" #~ msgid "Email recipes from Gourmet" #~ msgstr "Lähetä reseptit sähköpostilla" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Zip, Gzip ja Tar-tuki" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Tuo reseptit zip- tai tar-arkistoista" #~ msgid "HTML Export" #~ msgstr "HTML-vienti" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Luo resepteistä verkkosivut." #~ msgid "Webpage import" #~ msgstr "Verkkosivujen tuonti" #~ msgid "Import recipes from the web." #~ msgstr "Tuo reseptejä verkosta" #~ msgid "Website Importers" #~ msgstr "Verkkosivujen ohjattu tuonti" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Ohjattu tuonti mm. sivustoilta about.com ja www.foodnetwork.com" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Valitse tekstiä raakareseptistä ja luokittele sen osat oikealla " #~ "näkyviä merkintöjä käyttäen" #~ msgid "_Raw recipe:" #~ msgstr "Raakaresepti:" #~ msgid "_Label" #~ msgstr "_Merkintä" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Luo uusi resepti (käytä tätä jos tuotavassa reseptissä on useita " #~ "reseptejä)" #~ msgid "Select recipe image" #~ msgstr "Valitse reseptin kuva" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Valitse kuva reseptille \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Alla on listattu kuvat, jotka löytyvät tuomastasi sivusta. Valitse kuvat, " #~ "jotka kuvaavat reseptiä tai älä valitse mitään jos et halua näitä kuvia " #~ "liitettäväksi." #~ msgid "Python Shell" #~ msgstr "Python-komentotulkki" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Mahdollistaa pääsyn Gourmetin vuorovaikutteiseen komentotulkkiin, jolla " #~ "voi muokata Gourmetin sisäistä toimintaa." #~ msgid "_Python Console" #~ msgstr "_Python-konsoli" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Näytä python-konsoli (mahdollistaa pääsyn nykyiseen Gourmet instanssiin)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet-reseptienhallinta käynnistyy..." #~ msgid "Starting gourmet..." #~ msgstr "Käynnistetään Gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Siirsit %s reseptiä roskiin. Voit palauttaa tämän reseptin tai hävittää " #~ "sen pysyvasti valitsemalla Työkalut->Avaa roskalaatikko." #~ msgstr[1] "" #~ "Siirsit %s reseptiä roskiin. Voit palauttaa tämän reseptit tai hävittää " #~ "ne pysyvasti valitsemalla Työkalut->Avaa roskalaatikko." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Jotta voisit tulostaa, aktivoi lisäosa, joka tarjoaa tulostustoiminnon, " #~ "kuten lisäosa \"Printing & PDF export\"." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Tämä on hieman noloa. Jotain meni pieleen reseptin tulostuksessa." #~ msgid "Unable to open URL" #~ msgstr "URL:n avaaminen epäonnistui" #~ msgid "Unable to launch mail reader." #~ msgstr "Sähköpostiohjelman avaaminen epäonnistui." #~ msgid "Unable to open website." #~ msgstr "Sivuston avaaminen epäonnistui." #~ msgid "Unable to open file." #~ msgstr "Tiedoston avaaminen epäonnistui." #~ msgid "There was an error launching the url: %s" #~ msgstr "URL:n %s avaaminen epäonnistui" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Ajan pitää alkaa numerolla tai murtoluvulla ja sitä pitää seurata yksikkö " #~ "(minuutti, tunti, jne.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Aika pitää ilmaista tunneissa, minuuteissa tai sekunneissa." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "En saanut selvää %s määristä annoksina" #~ msgid "cancelled" #~ msgstr "peruttu" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Olet pyytänyt sulkemaan ikkunan, jossa on aktiivinen ajastin. Voit " #~ "pysäyttää ajastimen tai voit vain sulkea ikkunan. Jos suljet ikkunan, se " #~ "tulee talaksin, kun ajastin hälyyttää." #~ msgid "_Servings" #~ msgstr "Annoksia" #~ msgid "A file named %s already exists." #~ msgstr "Tiedosto %s on jo olemassa." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Kirjoitetaanko sen päälle?" #~ msgid "Importing old recipe data" #~ msgstr "Tuo vanhat reseptitiedostot" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Tuodaan reseptitietoja vanhasta Gourmet:n versiosta uuteen tietokantaan..." #~ msgid "Export succeeded" #~ msgstr "Vienti onnistui" #~ msgid "webpage" #~ msgstr "sivusto" #~ msgid "Exported %s to %s" #~ msgstr "%s viety %s:ään." #~ msgid "%s stopped." #~ msgstr "%s pysäytetty." #~ msgid "%s was interrupted by user request." #~ msgstr "%s keskeytettiin käyttäjän pyynnöstä." #~ msgid "%s interrupted" #~ msgstr "%s keskeytetty" #~ msgid "There was an error during %s." #~ msgstr "%s:n aikana ilmeni virhe." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Poistetaan reseptejä tietokannasta... (%s/%s poistettu)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Poista %s resepti" #~ msgstr[1] "Poista %s reseptiä" #~ msgid "Export complete!" #~ msgstr "Vienti on valmis!" #~ msgid "Recipe exported to %s" #~ msgstr "Resepti viety polkuun %s" #~ msgid "Database format has changed" #~ msgstr "Tietokannan muoto on muuttunut" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s on muuttanut tietokannan muotoa. Tietokantasi ei " #~ "enää toimi ohjelman %(progname)s vanhempien versioiden kanssa. " #~ "Varmuuskopio on tehty tiedoston %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Siltä varalta, että jotain menee pieleen, reseptitietokannan varmuuskopio " #~ "on viety tiedostoon %s" #~ msgid "Transferring data to new database format" #~ msgstr "Muunnetaan tietokantaa uuteen tiedostomuotoon" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Tuonti/Vienti" gourmand-1.2.0/po/fr.po000066400000000000000000003727731510115424500147340ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Gourmand Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2021-11-16 22:06+0100\n" "Last-Translator: \n" "Language-Team: French team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 2.4.2\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Index des recettes" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nouvelle recette" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Ajouter à la liste des courses" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Voir la re_cette" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Rechercher:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Rechercher des recettes en mode autocomplétion" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_dans" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" "Rechercher avec un autre critère parmi les résultats de la recherche actuels." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Ajouter un critère de recherche" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Limiter la recherche à:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Résultats de la recherche" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Grouper les champs pour les recettes sélectionnées" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Mettre les champs de critères de " "recherche pour les recettes sélectionnées" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Ajouter une image" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Supprimer l'image" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Source:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Note:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Cuisine:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Catégorie:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Temps de préparation:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Temps de cuisson:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Page Internet:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Image:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Part:" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "Type de part:" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "_Modifie uniquement les valeurs des champs actuellement vides" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Initialiser toutes les valeurs pour toutes les recettes sélectionnées" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (par défaut, stocké dans un fichier local)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (stocké dans un fichier local)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (une connexion à la base de données est obligatoire)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Choisir la base de données" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Choisir la base de données qui sera utilisée par Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Sytème de base de données" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Hôte :" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Nom d'utilisateur :" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Mot de passe :" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Mot de passe pour votre login de base de données." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Nom de la base de données:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fichier" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Nom du système où le serveur de base de données se situe. Si votre serveur " "est sur votre système local, utilisez localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Enregistre le mot de passe pour votre prochaine connexion. Cela signifie que " "le mot de passe sera sauvegardé de manière non sécurisée dans votre fichier " "de configuration." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Enregistre le mot de passe" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Nom de la base de données dans laquelle Gourmet devrait enregistrer ses " "informations. Gourmet essaiera de créer cette base de données si celle-ci " "n'existe pas déjà." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recette" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Votre login sur la base de données." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Parcourir" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Détails" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "Préférences du gestionnaire de recettes Gourmand" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Préférences de la vue par index" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "Afficher les _options" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Recettes par page :" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Paramétrer les colonnes à inclure dans la vue recette par index ." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Vue par liste" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Préférences de la vue par fiche" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "_Autoriser les unités à changer lors des multiplications" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Utiliser des fractions" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Utiliser des fractions pour l’affichage lorsque c'est possible" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Supprimer les éléments que vous n’utilisez pas depuis l’affichage par " "fiche." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Vue par fiches" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Préférences de la liste de courses" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Que faire avec les ingrédients facultatifs lorsque vous ajoutez des " "recettes à la liste de courses ?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "Demander s’il faut inclure les ingrédients facultatifs" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Se souvenir des sélections de l’utilisateur⋅trice par défaut" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Supprimer les ingrédients facultatifs enregistrés" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Toujours ajouter les ingrédients facultatifs" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Ne jamais ajouter les ingrédients facultatifs" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Liste de courses" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "portions" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titre" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Titre:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "_Temps de préparation:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "catégorie" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "note" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Part" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Type de part" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Ajouter aux courses" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Modifier _la description" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Temps de cuisson :" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Temps de préparation :" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Cuisine :" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Catégorie :" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Page internet :" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Parts :" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Lien" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Source :" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Note :" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Multiplier par :" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instructions" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Modifier _les instructions" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notes" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Modifier _les notes" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recette" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingrédients" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Modifier _les ingrédients" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Ajouter _un ingrédient :" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingrédients" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Ajouter la recette à la liste de courses" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Ajouter à _la liste de courses" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Passer à la vue par fiche recette" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Supprimer la recette sélectionnée" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Supprimer la recette" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Modifier les propriétés de la recette sélectionnée" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "_Modifier des recettes par lot" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "Copier la recette sélectionnée" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "Copier la recette" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Imprimer la recette sélectionnée" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Imprimer la recette" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Ne jamais acheter cet élément. Quand il sera nécessaire pour une recette, il " "sera affiché dans la section « garde-manger » de la liste afin de vous " "rappeler que vous en avez besoin, mais il ne sera pas inclus lorsque vous " "enregistrerez ou imprimerez la liste à moins que vous n’indiquiez qu’il faut " "l’acheter." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Ajouter au garde-manger" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Afficher les _options" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Rechercher _dans" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Utiliser les expressions rationnelles (recherche avancée)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Rechercher au fur et à mesure que vous _tapez" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Options de recherche" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Catégorie" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Clef" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Éditeur de catégories" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Chercher par" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Rechercher lors de la saisie" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Utiliser des expressions rationnelles" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Recherche avancée" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Ajouter une catégorie : " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Minuteur" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Minuteur" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Temps écoulé !" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Le minuteur continuera de sonner jusqu'à ce que vous fermiez ce dialogue ou " "que que vous redémarriez le minuteur." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Programmer le minu_teur : " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Réinitialiser" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Démarrer" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "S_on" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Note" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Ré_péter l’alarme jusqu’à ce que je l’éteigne" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Paramètres" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Modifier les champs au moyen de la base de données" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Champ à _modifier :" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Pour chaque valeur sélectionnée :" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "_Laisser la valeur telle quel" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "La nouvelle valeur sera ajoutée à la fin de tout texte" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "La nouvelle valeur remplacera toute valeur existante" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Champ :" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Valeur :" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Changer un _autre champ :" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "C_hanger la valeur pour : " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Supprimer la valeur" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Selectionner l’équivalent de" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "depuis la base de données USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Changer l’ingrédient" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "ou" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Rechercher dans la base d’ingrédient USDA :" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Chercher au fur et à mesure de la _saisie" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Afficher uniquement les aliments du _groupe :" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Résultats de la recherche :" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "De:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Quantité :" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Unité :" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unité" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Changer l’unité" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Enregistrer la nouvelle unité" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "À :" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Unité :" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Entrer les informations nutritionnelles de " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Choisir une densité" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Clef d’ingrédient : " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "Élément USDA : " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Modifier l’association _USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Informations nutritionnelles" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Modifier les _informations" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "Informations _nutritionnelles" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Densité :" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "Équivalents USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Équivalents personnalisés:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "Information de _densité" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Informations nutritionnelles connues" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "Recherche _avancée" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Information nutritionnelle" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnorer" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "Gourmand Recipe Manager" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "Nyall Dawson (icône du cookie)" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "Kati Pregartner (image de démarrage)" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Choisir un fichier de base de données" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nouvelle recette" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "Sauvegarde de la base de données" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" "En fonction de la taille de la base de données, cela peut prendre du temps." #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Détails" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Une sauvegarde va être faite en %s en cas d'erreur. Si la mise à niveau " "échoue, vous pouvez renommer le fichier de sauvegarde en recipes.db pour " "retrouver vos recettes." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Changer la _catégorie" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Créer une nouvelle catégorie" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Changer la catégorie de l’élément sélectionné" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Garde-manger" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Déplacer vers la _liste de courses" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Déplacer vers le _garde-manger" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Supprimer de la liste de courses" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Déplacer les éléments sélectionnés vers %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Liste de cour_ses" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Déjà en stock (ingrédient du _garde-manger)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Entrer une catégorie" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Catégorie dans laquelle ajouter %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Catégorie :" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recettes" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Ajouter des éléments :" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Supprimer les recettes" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Supprimer les recettes de la liste de courses" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Édition" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Aide" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Ajouter des éléments" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Ajouter des éléments arbitraires à la liste de courses" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Aucune recette sélectionnée. Voulez-vous effacer la liste entière ?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Sauvegarder la liste de courses sous…" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Sélectionner des ingrédients facultatifs" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Veuillez indiquer quels ingrédients facultatifs vous voudriez ajouter sur " "votre liste de courses." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recette" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Aller" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Exporter la recette" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Exporter la recette sélectionnée (enregistrer dans un fichier)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Supprimer la recette" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Supprimer cette recette" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Ajuster les unités après multiplication" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "Changer les unités pour les rendre plus lisibles après multiplication." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "Copier dans le presse papier" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Imprimer la recette" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "Ajouter à la liste des courses" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Oublier les ingrédients optionels" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Avant d’ajouter à la liste de courses, vérifier tous les ingrédients " "optionels, même ceux dont vous vouliez précédemment vous rappeler" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Exporter la recette" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "Recette exportée vers %s avec succès" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Vous avez des changements non enregistrés." #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "Sauvegarder avant de copier?" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "Sauvegarder avant d'imprimer?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Facultatif)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Impossible de trouver la recette %s dans la base de donnée." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Modifier la recette :" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Enregisrer les modifications apportées à la base de données" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Voir la fiche recette" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Éditer" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Enregistrer les changements vers %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Ajouter un ingrédient" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Ajouter un groupe" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Ajouter une _recette" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Ajouter une autre recette comme ingrédient de cette recette" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Supprimer" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Vers le haut" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Vers le bas" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Description" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instructions" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notes" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Qté" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unité" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Élément" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Optionnel" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "La recette %s (ID %s) n’est pas dans notre base de données." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Converti : %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Non converti : %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Unité changée." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Vous avez changé l’unité de l’ingrédient %(item)s de %(old)s à %(new)s. " "Voulez-vous une conversion de la quantité ?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s converti en %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Impossible de convertir des %(old_unit)s en %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Ajouter un groupe d’ingrédients" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Entrer un nom pour le nouveau sous-groupe d’ingrédients" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nom du groupe :" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Choisir une recette" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Une recette ne peut pas servir d’ingrédient à elle-même !" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "La récursion infinie n’est pas autorisée dans les recettes !" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Vous n’avez pas sélectionné de recette !" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "De combien de %(title)s votre recette a-t-elle besoin ?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recettes" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Sonnerie" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Son d’avertissement" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Son d’erreur" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Arrêter le minuteur ?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Arrêter le _minuteur" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Conserver le minutage" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Modules d’extension" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "Les modules d’extension ajoutent de nouvelles fonctionnalités." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Le module est nécessaire au fonctionnement d’autres modules. Voulez-vous " "tout de même le désactiver ?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Les modules suivants requièrent %s :" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Désactiver quand même" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Garder le module actif" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "ou" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Une erreur est survenue durant l’activation du module." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Une erreur est survenue durant la désactivation du module." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cuisine" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Note" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Source" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Site sur la toile" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Temps de préparation" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Temps de cuisson" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modifications" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "Le temps doit être composé d'un nombre et d'une unité." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Entrée invalide." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Ce n'est pas un nombre." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pause" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Arrêter" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Ne plus poser la question." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Voulez-vous vraiment faire cela" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "excellent" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "super" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "bon" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "assez bon" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "mauvais" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Convertir les notes vers une échelle de un à cinq étoiles." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Convertir les notes." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Merci de donner à chacune des notes un équivalent sur une échelle de 1 à 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Note actuelle" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Note sur un maximum de 5 étoiles" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "Fichier(s) sélectionné(s)" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Désolé, je ne comprends pas\n" "la quantité « %s »." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Les quantités doivent être des nombres (fractions ou décimales), plages de " "valeurs ou rien." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "L' \"unité\" doit être entrée dans le champs \"unité\" séparé.\n" "Par exemple, si vous voulez entrer une tasse et demi, le champ montant peut " "contenir \"1.5\" ou \"1 1/2\".\n" "\"tasse\" doit aller dans le champs \"unité\" séparé.\n" "\n" "Pour entrer une suite de nombres, utilisez un \"-\" pour les séparer.\n" "Par exemple, vous pouvez entrer 2-4 ou 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "Nom d'utilisateur" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "Mot de passe" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "farine, tous types" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sucre" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sel" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "poivre noir, moulu" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "glace" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "eau" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "huile végétale" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "huile d'olive" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Inconnu" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "La recette s’indique comme un de ses ingrédients." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "L’ingrédient %s sera ignoré." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Liste de courses pour %s" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "Pour les recettes suivantes :\n" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Pour les recettes suivantes :" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Choisir l’encodage" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Impossible de déterminer l’encodage. Merci de sélectionner un encodage " "valide dans la liste suivante." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Voir le _fichier avec l’encodage" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importation en pause" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Arrêter l’importation" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Index des recettes" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Liste de courses" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "traducteurs" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Enregistré !" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Enregistrer vos éditions dans %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Importation en cours." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Exportation en cours." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Suppression en cours." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Quitter l’application quand même ?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Ne pas quitter !" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s des %s recettes ont été supprimées définitivement" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Corbeille" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" "Explorer, supprimer définitivement ou annuler la suppression de recettes" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Recettes récupérées après effacement " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Nombre de %(unit)s de %(title)s à acheter" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplier %s par :" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Assigner %(attributes)s pour %(num)s recette sélectionnée ?" msgstr[1] "Assigner %(attributes)s pour %(num)s recettes sélectionnées ?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Aucune des valeurs déjà existantes ne seront modifiées." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Les nouvelles valeurs écraseront les valeurs existantes." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Cette modification ne pourra pas être annulée." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Compléter les valeurs des recettes sélectionnées" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Rechercher" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Ouvrir" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Ouvrir la recette sélectionnée" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Supprimer la recette" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Effacer les recettes sélectionnées" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Éditer la recette" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Ouvrir les recettes sélectionnées dans l’éditeur" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xporter les recettes sélectionnées" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Exporter les recettes sélectionnées dans un fichier" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "Im_primer" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "_Copier la recette" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Modifi_er des recettes par lot" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nouveau" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "Importer une recette" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "Importer une recette depuis un fichier ou une page" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "Coller la recette" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Exporter _toutes les recettes" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Exporter toutes les recettes dans un fichier" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Quitter" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Actions" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Corbeille" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Préférences" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Extensions" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Gérer les modules qui ajoutent des fonctionnalités à Gourmand." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Préfére_nces" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_À propos" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Outils" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Minuteur" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Afficher le minuteur" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Index de recherche des recettes dans la base de données." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Supprimer %s ?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Des modifications de %s n’ont pas été enregistrées. Êtes-vous sûr de vouloir " "supprimer ?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Supprimé" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Sans titre" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Supprimer définitivement les recettes ?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Supprimer définitivement la recette ?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Êtes-vous sûr⋅e de vouloir supprimer la recette %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Êtes-vous sûr⋅e de vouloir supprimer les recettes suivantes ?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Êtes-vous sûr⋅e de vouloir supprimer les %s recettes sélectionnées ?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Voir les recettes" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Supprimer les recettes" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "Recettes supprimées" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Recette supprimée %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "Voir la corbeille" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Terminé !" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importation…" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Éditeur de _clef d’ingrédient" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Modifier les clefs d’ingrédients en masse" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "clef" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "élément" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Champ" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Valeur" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Nombre" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Remplacer toutes les clefs « %s » par « %s » ?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Cette action est irréversible. S’il existe déjà des ingrédients avec la clef " "« %s », vous ne pourrez pas les distinguer de ceux que vous êtes en train de " "changer." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Remplacer tous les éléments « %s » par « %s » ?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Cette action est irréversible. S’il existe déjà des ingrédients avec " "l’élément « %s », vous ne pourrez pas les distinguer de ceux que vous êtes " "en train de changer." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Rempl_acer toutes les occurences de « %(unit)s » en « %(text)s »" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Remplacer « %(unit)s » en « %(text)s » uniquement pour les ingrédients " "« %(item)s » avec la clef « %(key)s »" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Rempl_acer toutes les occurences de « %(amount)s » %(unit)s par %(text)s " "%(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Remplacer « %(amount)s » %(unit)s par %(text)s %(unit)s _seulement pour les " "ingrédients dont la clef est %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Remplacer « %(amount)s » %(unit)s par « %(text)s » %(unit)s uniquement " "lorsque la clef est %(key)s _et lorsque l’élément est %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Changer toutes les lignes séléctionées ?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Cette action n'est pas réversible. Êtes-vous sûr de vouloir changer les " "valeurs des %s lignes par les valeurs suivantes :" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Clef en %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Élément en %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Unité en %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Quantité en %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrédient" msgstr[1] "%s ingrédients" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Montrer les ingrédients %(bottom)s à %(top)s de %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Quantité" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Clefs d’ingrédient" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Les clefs d’ingrédient sont des noms d’ingrédients normalisés utilisés pour " "les listes de courses et les calculs." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Deviner les clefs" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Deviner les meilleures valeurs pour toutes les clefs d'ingrédient selon les " "valeurs actuellement dans la base de donnée" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Modifier les associations de clef" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" "Modifier les associations avec la clef et d’autres attributs dans la base de " "donnée" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Éditeur de clef" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "Élém_ent :" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Touche :" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Changer les ingrédients sélectionnés" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Catégorie d’achat" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" "Afficher les unités comme elles sont écrites dans chaque recette (pas de " "modification)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Toujours utiliser les unités US" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Toujours utiliser les unités du système métrique" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Ajuster automatiquement les unités" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Assigner les préférences d’affichage d’unité" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Convertir automatiquement les unités vers le système préféré (métrique, " "impérial, etc.) quand c'est possible." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "Sans Étoiles" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Étoiles" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "Il y a %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Fusion automatique des recettes" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Toujours utiliser la recette la plus récente" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Toujours utiliser la recette la plus ancienne" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Aucun" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Certaines recettes importées semblent être des doublons. Vous pouvez les " "combiner entre elles, ou fermer cette boîte de dialogue en les laissant " "telles quelles." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Trouver les recettes en _double" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Trouver et supprimer les recettes en double" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Recettes aux informations similaires" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Recettes aux ingrédients similaires" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Recettes aux informations et ingrédients similaires" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Recettes en double" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Inclure les recettes de la corbeille" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Affichage :" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Fusionner _tous les doublons" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Fusionner des recettes" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "Fusion _automatique" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Pour chaque valeur sélectionnée" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Où %(field)s est %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Le changement affectera %s recette" msgstr[1] "Le changement affectera %s recettes" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Supprimer %s lorsqu’il vaut %s ?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Changer %s de %s à « %s » ?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Ce changement n’est pas réversible." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Éditeur de champs" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Modifier les champs de plusieurs recettes en une fois." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Envoyer par courriel les recettes" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Envoyer par courriel toutes les recettes sélectionnées (ou toutes les " "recettes si aucune n’est sélectionnée)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" "Voulez-vous réellement envoyer par courriel %s recettes sélectionnées ?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Oui, les _envoyer par courriel" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Impossible de convertir %s en %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Besoin de l’information de densité." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Convertisseur d’_unité" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Calculer les conversions d’unité" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Convertisseur d'unité" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Depuis" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Élément:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Densité :" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Information sur la densité" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Vers" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Résultat :" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Page HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Export de la page" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Export des recettes en fichier HTML dans le dossier %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Recette enregistrée comme un fichier HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Page originale de %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "optionelle" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "Fichier Epub" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "Export epub" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Export des recettes en fichier epub dans le dossier %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recette enregistrée comme un fichier epub %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Fichier texte brut" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Exporter au format texte" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Exportation des recettes vers le fichier texte %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Recette enregistrée dans le fichier texte %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Gros fichier" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Le fichier %s est trop gros pour être importé" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Votre fichier dépasse la longueur maximale de %s caractères. Vous n’aviez " "sans doute pas l’intention de l’importer. Si vous voulez vraiment importer " "ce fichier, utilisez un éditeur de texte pour le découper en fichiers plus " "petits et essayez à nouveau d’importer." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Fichier XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Exporter au format XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exportation des recettes vers le fichier XML Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recette enregistrée dans le fichier XML Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Fichier XML Gourmet (obsolète)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Fichier XML Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Fichier texte Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Fin de l’importation Mastercook." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Nettoyage du XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "Fichier XML KRecipe" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "Could not find Adobe Reader on your system." #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Mise en page" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Imprimer des recettes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Exporter au format PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exportation des recettes dans le fichier PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Recette enregistrée dans le fichier PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "points" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11×17″" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Fiche d’index (3½×5″)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Fiche d’index (4×6″)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Fiche d’index (5×8″)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Fiche d’index (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Lettre" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Légal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Fiche d’index (3½×5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Fiche d’index (4×6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Fiche d’index (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Brut" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "2 colonnes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "3 colonnes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "4 colonnes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "5 colonnes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s colonne" msgstr[1] "%s colonnes" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Portrait" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Paysage" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "_Taille du papier" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientation" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Mise en page" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Taille de la _police" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Marge de gauche" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Marge de droite" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Marge du haut" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Marge du bas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Options PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Fichier MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Exporter au format Mealmaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exportation des recettes en fichier MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recette enregistrée en fichier Mealmaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "%s portion(s)" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "Fichier MCB" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "Fichier My CookBook MCB" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "Exportation en MCB" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exportation des recettes vers le fichier XML Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recette enregistrée dans le fichier XML Gourmet %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Historique de la liste de courses" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Enregistrer la liste en tant que recette" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" "Enregistrer la liste de courses actuelle comme une recette pour une " "utilisation ultérieure" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "Menu pour %s(%s)" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "L'information nutritionnelle reflète la quantité par %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "L’information nutritionnelle reflète la quantité de la recette entière" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "L’information nutritionnelle est manquante pour %s ingrédients : %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Pas de groupe d’aliments" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "sélection" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Convertir l’unité en %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Pour calculer les informations nutritionnelles, Gourmand a besoin d'aide " "pour convertir \"%s\" dans un format connu." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Changer la clef d’ingrédient" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Remplacer la clef d’ingrédient %(old_key)s par %(new_key)s partout ou " "seulement dans la recette %(title)s ?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Remplacer _partout" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Seulement dans la recette %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Changer la clef d’ingrédient de %(old_key)s à %(new_key)s partout ?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Changer l’unité" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Convertir l’unité de %(old_unit)s à %(new_unit)s pour tous les ingrédients " "de type %(ingkey)s ou seulement dans la recette %(title)s ?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Pour calculer I’information nutritionnelle pour \"%(amount)s %(unit)s " "%(ingkey)s\": Gourmand a besoin de connaître la densité. La base de donnée " "nutritionnelle a plusieurs descriptions for cet ingrédient avec différentes " "densités, Choisissez l'un d'entre eux." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Pour appliquer I’information nutritionnelle : Gourmand a besoin d'une unité " "et d'une quantité." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Nutrition" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrédient" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" "Équivalent de la base de données USDA (Ministère américain de l'agriculture)" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 grammes" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calories" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Matière grasse totale" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Graisse saturée" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Cholesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Total d’hydrates de carbone" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Fibres alimentaires" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sucres" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protéine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alpha-carotène" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Cendre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Bêta-carotène" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Bêta-cryptoxanthine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calcium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Cuivre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Acide folique total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Acide folique" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Folacine alimentaire" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Équivalents diététiques de folacine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Fer" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lycopène" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutéine+Zeazanthine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnésium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganèse" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Vitamine B3" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Acide pantothénique" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Phosphore" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potassium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamine A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Rétinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Sélénium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Thiamine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamine A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamine A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamine B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamine B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamine C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamine E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamine K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinc" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamines et minéraux" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Informations nutritionnelles manquantes\n" "pour %(missing)s des %(total)s ingrédients." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Valeur journalière" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Pourcentage de la valeur journalière recommandée basé sur %i calories par " "jour. Cliquer pour modifier le nombre de calories par jour." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Quantité par %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Quantité par recette" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Chargement des informations nutritionnelles" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Importation de la base de données nutritionnelles terminée !" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Lecture de la base de données nutritionelles depuis une archive zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Extraction de %s depuis l’archive zip." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Analyse des informations nutritionnelles…" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Lecture des valeurs nutritionelles : %s sur %s entrées importées." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Analyse des données de poids…" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Lecture des données de poids pour les aliments : %s sur %s entrées importées" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Eau" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilocalories" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g de protéines" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g de lipides" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g de cendre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g d’hydrates de carbones" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g de fibres" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g de sucre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg de calcium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg de fer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg de magnésium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg de phosphore" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg de potassium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg de sodium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg de zinc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg de cuivre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg de manganèse" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "µg de Sélénium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg de vitamine C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg de thiamine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg de riboflavine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg de vitamine B3" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg d’acide pantothénique" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg de vitamine B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "µg de folacine au total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "µg d’acide folique" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "µg de folacine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "µg d’équivalents diététiques folacine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Total choline" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "µg de vitamine B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamine A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamine A (microgramme de rétinol-équivalent)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "microgramme de Rétinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "microgramme d’alpha-carotène" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "microgramme de bêta-carotène" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "microgramme de bêta-cryptoxanthine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "microgramme de Lycopène" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "microgramme Lutéine+Zeazanthine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg de Vitamine E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg de Vitamine K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g d’acides gras saturés" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g d’acides gras mono-insaturés" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g d’acides gras poly-insaturés" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg de cholestérol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Pourcentage de déchet" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Œufs et produits laitiers" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Épices et herbes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Aliments pour bébé" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Graisses et huiles" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Volaille" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Soupes et sauces" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Viandes et saucisses" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Céréales de petit-déjeuner" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Fruits et jus de fruit" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Porc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Légumes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Noix et graines" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Bœuf" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Boissons" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Poissons et coquillages" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Légumineux" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Agneau, veau et gibier" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Plats cuisinés" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Sucreries" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Céréales et pâtes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Restauration rapide" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Repas, plats principaux, et accompagnement" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snacks" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Cuisines du monde" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "base de donnée complète" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Clef d’ingrédient" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "Identifiant USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Description d’élément USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Équivalent de densité" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "Numéro USDA" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Outils" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Obtenir les informations nutritionnelles pour cette liste" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Quantité pour la liste de courses" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Modifier les informations _nutritionnelles" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "étoiles" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Exportation de la recette %(number)s sur %(total)s" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Exportation complète." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Inclure la recette dans le corps du message (recommandé)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Envoyer la recette par courriel en tant que fichier HTML joint" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Envoyer la recette par courriel en tant que fichier PDF joint" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Options courriel" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Ne pas demander de confirmation avant d’envoyer un courriel." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Courriel non envoyé" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Vous n’avez pas choisi d’inclure la recette dans le corps du message ou " "comme pièce jointe." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Sauvegarder la recette sous…" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet ne peut pas exporter vers le fichier « %s »" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exporter les recettes" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recettes" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Exportation impossible : type de fichier inconnu « %s »" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Prenez soin de sélectionner un type de fichier dans le menu déroulant lors " "de l’enregistrement." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exporter" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "Recette exporte dans %s" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Impression impossible : aucun module d’impression n'est actif !" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Imprimer %s recette" msgstr[1] "Imprimer %s recettes" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "rendement" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Ouverture de la recette…" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "Entrer un fichier de recette ou l’adresse d'un site." #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "Source:" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Entrer l’adresse d'un site ou d’une archive de recette." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importer" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Tous les fichiers pouvant être importés" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "%s recettes importées." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "portion" msgstr[1] "portions" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s recettes sur %s importées." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "ok" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Couverts" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Sous-catégorie d’ingrédients" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Masquer" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Texte" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Actions" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importer une recette" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Effacer les é_tiquettes" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importer une recette" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "n’importe où" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "titre" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrédient" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instructions" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notes" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cuisine" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "source" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Utiliser les expressions rationnelles dans la recherche" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Utiliser les expressions rationnelles (un language de recherche avancée) " "dans la recherche de texte" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" "Chercher lors de la saisie (désactivez si la recherche est trop lente)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Afficher les _options de recherche" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Afficher les options de recherche avancée" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recette" msgstr[1] "%s recettes" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Affichage des recettes %(bottom)s à %(top)s sur %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s dans %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Suspendu" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Recette importée avec succès" msgstr[1] "Recettes importées avec succès" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "Import échoué" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Suspendre" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Terminé" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Erreur : %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Erreur" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Erreur %s : %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Trace" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "seconde" msgstr[1] "secondes" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minute" msgstr[1] "minutes" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "h." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "heure" msgstr[1] "heures" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "jour" msgstr[1] "jours" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "semaine" msgstr[1] "semaines" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mois" msgstr[1] "mois" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "an" msgstr[1] "ans" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " et " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "et" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "vers" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Afficher les recettes" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Sélectionner des recettes en parcourant par catégorie, cuisine, etc." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Principal" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Rechercher les recettes en double" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" "Un assistant pour trouver puis supprimer ou fusionner les recettes en double." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "Exporter au format EPUB" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "Créer un livre au format epub." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importation et exportation" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Importer et exporter du XML Gourmet" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importer et exporter des recettes en tant que fichiers XML Gourmet, afin de " "les sauvegarder ou de les échanger avec d’autres utilisateurs Gourmet." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Importation de KRecipe" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importer des fichiers du logiciel Krecipe." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Importation depuis Mastercook" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importer des fichiers du logiciel Mastercook." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "Importer/Exporter des fichiers au format My CookBook" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "Importer/Exporter des fichiers au format My CookBook XML." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Exportation vers Mealmaster™" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Exporter des recettes comme fichiers texte mealmaster" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Impression et exportation en PDF" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Imprimer des recettes ou les exporter comme PDF ; ce module propose de " "nombreuses options de mise en page." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Importation de fichier texte brut" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Aide l’utilisateur⋅trice à baliser et importer des fichiers au format texte " "brut. Permet aussi l’exportation en fichier texte brut." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Assigner et éditer les clefs d’ingrédients (des identifiants uniques pour " "les ingrédients, utilisés lors de la fusion des éléments de liste de " "courses)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" "Enregistrer les listes de courses comme recettes pour une utilisation " "ultérieure." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Calculer les informations nutritionnelles des recettes." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Éditeur de catégorie d’achat" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Assigner et éditer les catégories d’ingrédients depuis l’éditeur de recettes." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Vérificateur orthographique" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Ajoute un vérificateur orthographique aux grands champs d’entrée " "(Instructions, Notes)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Fournit un calculateur d’unités simple." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Préférences d’affichage des unités" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Permet d’utiliser des unités métriques (ou impériales) pour l’affichage." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Vérifier l’Unicode-16 des fichiers textes" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Activer si vos fichiers textes sont en utf-16 et ne s’importent pas " "proprement dans Gourmet. Désactiver si vous n’utilisez jamais UTF16 et que " "la fenêtre « Encodage » vous dérange à chaque importation." #~ msgid "Open _Trash" #~ msgstr "Ouvrir la _corbeille" #~ msgid "ml" #~ msgstr "ml" gourmand-1.2.0/po/ga.po000066400000000000000000003167041510115424500147040ustar00rootroot00000000000000# Irish translation for grecipe-manager # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-05-06 00:35+0000\n" "Last-Translator: Seanan \n" "Language-Team: Irish \n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Oideas Nua" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "Comhad" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "oideas" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Sonraí" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Bainisteoir Oidis Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Taispeáin uaineadóir" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Teideal" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Oideas" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Comhábhair" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Scrios an tOideas" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Oscail an t-oideas roghnaithe" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Roghnaigh oideas" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Aicme" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Cuardaigh agus tú ag clóscríobh" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Uaineadóir" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "aonad" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Faisnéis Bheathaithe" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Bainisteoir Oidis Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Roghnaigh Comhad Bhunachair Shonraí" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Oideas Nuas" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Sonraí" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Athraigh an _Aicme" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Cruthaigh aicme nua" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Athraigh an aicme ina bhfuil an ní roghnaithe reatha" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Cuile" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Bog na nithe roghnaithe isteach go %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Cuir Isteach Aicme" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Aicme:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Oidis" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Bain Oidis" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "Cuir in _Eagar" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "Cab_hair" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Cuir nithe leis" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Roghnaigh comhábhair roghnacha" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Téigh" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Scrios an t-oideas seo" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Clóbhuail an t-oideas" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Cuir na hathruithe i bhfeidhm roimh é a chlóbhualadh?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Cuir na hathruithe i bhfeidhm roimh é a chlóbhualadh?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Roghnach)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Féach an Cárta Oidis" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Cuir in Eagar" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Cuir comhábhar leis" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Cuir oideas leis" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Scrios" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Suas" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Síos" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Cur síos" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Treoracha" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Nótaí" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Méid" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Aonad" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Mír" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Roghnach" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Tiontaithe: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Gan tiontú: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Athraíodh an t-aonad." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Ní féidir tiontú ó %(old_unit)s go %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Roghnaigh oideas" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Níl oidis roghnaithe agat!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Oidis" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Stad an t-uaineadóir?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Breiseáin" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Coinnigh an breiseán gníomhach" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "nó" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cócaireacht" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Measúnú" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Foinse" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Suíomh Idirlín" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Am ullmhúcháin" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Am cócaireachta" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Mionathruithe" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Ní uimhir í sin." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Cur ar sos" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stad" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Ná fiafraigh seo orm arís." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "An bhfuil tú cinnte gur mian leat seo a dhéanamh" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "ar fheabhas" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "iontach" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "maith" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "measartha" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "dona" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Is dona liom, ní thuigim\n" "an méad \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "plúr bán" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "siúcra" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "salann" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "piobar dubh, meilte" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "oighear" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "uisce" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "ola, phlándúil" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "ola, ológach" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Anaithnid" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Déanfar neamhaird den comhábhar %s." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Do na hoidis seo a leanas:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Do na hoidis seo a leanas:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Treorán na nOideas" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Seanan https://launchpad.net/~seananoc-gmail" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Ná scoir!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Bosca Bruscair" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Oidis nár scriosadh " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Socraigh luachanna do oidis roghnaithe" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Cuardaigh oidis" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Oscail oideas" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Oscail an t-oideas roghnaithe" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Scrios oideas" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Scrios na hoidis roghnaithe" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Cuir oideas in eagar" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Clóbhuail" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "oidis" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nua" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Clóbhuail Oidis" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recipe" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Scoir" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Gníomhartha" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Bosca Bruscair" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Sainroghanna" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Breiseáin" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Socruithe" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Maidir Leis" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Uirlísí" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Uaineadóir" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Taispeáin uaineadóir" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Scrios %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Scriosta" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Gan Teideal" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Scrios na hoidis go buan?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Scrios an t-oideas go buan?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "An bhfuil tú cinnte gur mian leat an t-oideas %s a scriosadh?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "An bhfuil tú cinnte gur mian leat na hoidis seo a leanas a scriosadh?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" "An bhfuil tú cinnte gur mian leat na %s (h)oidis roghnaithe a scriosadh?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Féach ar oidis" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Srios na hOidis" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Treorán na nOideas" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Oideas scriosta %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Déanta!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "mír" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Réimse" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Luach" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Líon" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Athraigh gach mír \"%s\" go \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Athraigh gach sraith roghnaithe?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Mír go %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Aonad go %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Méid go %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Méid" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Réalta" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s ó shin" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Bain feidhm as an oideas is úire i gcónaí" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Bain feidhm as an oideas is sine i gcónaí" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Dada" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Do gach luach roghnaithe" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "San áit a bhfuil %(field)s %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Scrios %s san áit a bhfuil sé %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Ní féidir an t-athrú seo a chealú." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Eagarthóir Réimse" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Seol oidis i ríomhphost" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "An bhfuil tú cinnte gur mian leat na %s oidis roghnaithe a sheoladh?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Cinnte, seol iad" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Ní féidir %s a thiontú go %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Leathanac Bunaidh ó %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "roghnach" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Comhad Mór" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Leagan Amach Leathanaigh" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Clóbhuail Oidis" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "poncanna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Cárta Treoráin (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Cárta Treoráin (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Cárta Treoráin (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Cárta Treoráin (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Litir" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Dlí" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Cártaí Treoráin (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Cártaí Treoráin (4X6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Cártaí Treoráin (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Gnáth" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Portráid" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Tírdhreach" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Méid an Pháipéir" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Treoshuíomh" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Leagan Amach an Leathanaigh" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Méid na Clófhoirne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Imeall ar chlé" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Imeall ar dheis" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Imeall ag an mbarr" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Imeall ag an mbun" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Comhad Mór" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Oideas do %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Biachlár" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "roghnúchán" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Tiontaigh an t-aonad do %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Athraigh gach áit" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_San oideas %s amháin" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Athraigh an t-aonad" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Comhábhar" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 graim" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calraí" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Saill Iomlán" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Colaistéaról" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sóidiam" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Siúcraí" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Copar" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Iarann" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Maignéisiam" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangainéis" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfar" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potaisiam" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Seiléiniam" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Sinc" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Luach Laethúil" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Méad an %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Méad i ngach oideas" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Uisce" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g siúcra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "réalta" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Seol an t-oideas mar iatán HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Seol an t-oideas mar iatán PDF" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Roghanna ríomhphoist" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Ná fiafraigh roimh an ríomhphost a sheoladh." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Níor seoladh an ríomhphost" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "oidis" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Oscail oideas..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Cuir isteach seoladh an tsuímh" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Mionathruithe" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "Tá go maith" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Folaigh" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Téacs" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Gníomhartha" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Glan na Clibeanna" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Taispeáin Roghanna Cuardaigh" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recipe" msgstr[1] "%s oideas" msgstr[2] "%s n-oidis" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s i %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Curtha ar sos" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Cuir ar Shos" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Déanta" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Botún: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Botún" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Botún %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "soicind" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "nóim" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "nóiméad" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "uair" msgstr[1] "uair" msgstr[2] "huaire" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "lá" msgstr[1] "lá" msgstr[2] "lá" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mhí" msgstr[1] "mhí" msgstr[2] "mhí" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "bhliain" msgstr[1] "bhliain" msgstr[2] "bliana" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "agus" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "go" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Suiteálaí Windows)" #~ msgid "Upgrading database" #~ msgstr "Ag feabhsú an bunachar sonraí" #~ msgid "Paste ingredients" #~ msgstr "Greamaigh comhábhair" #~ msgid "No file selected" #~ msgstr "Níl comhad roghnaithe" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Níor roghnaíodh comhad, mar sin cuireadh an gníomh ar ceal" #, python-format #~ msgid "Downloading %s" #~ msgstr "Ag íosluchtú %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Ag aisghabháil %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Ag aisghabháil comhad" #~ msgid "Enter URL:" #~ msgstr "Cuir isteach URL:" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Bainisteoir Oidis Gourmet" #~ msgid "Select recipe image" #~ msgstr "Roghnaigh íomhá an oidis" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Roghnaigh íomhá don oideas \"%s\"" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Tá Bainisteoir Oidis Gourmet ag tosú..." #~ msgid "Starting gourmet..." #~ msgstr "Ag tosú gourmet..." #~ msgid "Unable to open URL" #~ msgstr "Ní féidir an tURL a oscailt" #~ msgid "Unable to open website." #~ msgstr "Ní féidir an suíomh idirlín a oscailt." #~ msgid "Unable to open file." #~ msgstr "Ní féidir an comhad a oscailt." #~ msgid "cancelled" #~ msgstr "cealaithe" #~ msgid "webpage" #~ msgstr "leathanach gréasáin" #~ msgid "%s stopped." #~ msgstr "% stadtha." gourmand-1.2.0/po/gl.po000066400000000000000000003170661510115424500147210ustar00rootroot00000000000000# Galician translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-04-29 12:42+0000\n" "Last-Translator: Rafael Ávila Coya \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nova receita" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Engadir á _lista da compra" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Categoría:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Imaxe:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Sistema de Base de _Datos" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Equipo:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Nome do usuario:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Contrasinal:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "_Nome da base de datos:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Ficheiro" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Gardar contrasinal" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "receita" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Explorar" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalles" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Xestor de Receitas Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Lista da Compra" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Título" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categoría" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Receita" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredientes" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Eliminar _receita" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Borrar as receitas seleccionadas" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "receita" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categoría" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Clave" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "C_antidade:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unidade" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Unidade:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Xestor de Receitas Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nova Receita" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "_Nome da base de datos:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Lista da compra" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Introduza a Categoría" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Borrar Receitas" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Borrar receitas dende a lista de compras" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Editar" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Axuda" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Gardar Lista da Compra Como..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Receita" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Imprimir receita" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Engadir á _lista da compra" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Ver Tarxeta da Receita" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruccións" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notas" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Amt" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unidade" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Artigo" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Engadindo Grupo de Ingredientes" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Introduza un nome para o novo subgrupo de ingredientes" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Receitas" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Estilo de cociña" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Puntuación" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Orixe" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Tempo de preparación" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Tempo de cocción" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modificacións" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pausa" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Parar" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Non me pregunte esto máis." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Seguro que quere facer esto" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Seleccione _tipo de Ficheiro" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Nome do usuario:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Contrasinal:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "fariña, para calquera uso" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "azucre" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sal" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "pementa negra, moída" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "xeo" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "auga" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "aceite, vexetal" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "aceite, de oliva" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Descoñecido" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "O Ingrediente %s será ignorado." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Lista da compra para %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Para as seguintes receitas:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Para as seguintes receitas:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Seleccionar codificación" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Non se pode precisar a codificación correcta. Por favor, seleccione a " "codificación precisa da seguinte lista." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Ver _ficheiro con codificación" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importación detida" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Importación parada" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Índice de Receitas" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista da Compra" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Carlos Garcia\n" "\n" "Launchpad Contributions:\n" " Manuel Xosé Lemos https://launchpad.net/~mxlemos\n" " Rafael Ávila Coya https://launchpad.net/~ravila-edu\n" " Thomas M. Hinkle https://launchpad.net/~thomas-hinkle\n" " carlisg https://launchpad.net/~carlisgg\n" " estevo https://launchpad.net/~estevo" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "¡Gardado!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Garde os seus cambios a %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Estase a producir unha importación." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Estase a producir unha exportación." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Estase a producir un borrado." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "¿Saír do programa de tódolos xeitos?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "¡Non saír!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Receitas recuperadas " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Borrar as receitas seleccionadas" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "Im_primir" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "receitas" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Exportar receitas" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "Imprimir receita" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Accións" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Sobre" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Ferramentas" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Temporizador" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "¿Borrar receitas permanentemente?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "¿Borrar receita permanentemente?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Seguro que desexa borrar a receita %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "¿Seguro que desexa borrar as receitas seguintes?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "¿Seguro que desexa borrar as %s receitas seleccionadas?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Ver receitas" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "_Índice de Receitas" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Borradas receita %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "¡Feito!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importando..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "clave" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "artigo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Conta" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Cantidade" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Categoría de Compra" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "NIngún" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Non se pode convertir %s en %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Necesítase densidade de información" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Conversor de _unidades" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Conversor de unidades" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Densidade:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultado:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Páxina Web HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exportando Páxina Web" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exportando receitas a ficheiros HTML no directorio %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Gardouse a receita no ficheiro HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Exportando Páxina Web" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exportando receitas a ficheiros HTML no directorio %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Gardouse a receita no ficheiro HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Exportar a texto" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Ficheiro XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Exportar a Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Importación de Mastercook rematada." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Imprimir Receitas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Marxe Esquerda" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Marxe Superior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Marxe Inferior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Porcións" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Ficheiro" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Exportar a texto" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exportando receitas a ficheiros HTML no directorio %(file)s" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Gardouse a receita no ficheiro HTML %(file)s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Incluír a Receita no Corpo do correo (Unha boa idea de tódolos xeitos)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Enviar Receita como ficheiro HTML Adxunto" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Opcións de Correo" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Non pregunte antes de enviar o correo." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail non enviado" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Non decidiu incluír a receita no corpo da mensaxe ou como un ficheiro " "adxunto." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet non pode exportar o ficheiro de tipo \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exportar receitas" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "receitas" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Imprimir %s receita" msgstr[1] "Imprimir %s receitas" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modificacións" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Tódolos ficheiros importables" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importadas %s de %s receitas." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porcións" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "título" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediente" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instruccións" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "Notas" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "estilo de cociña" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "orixe" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Exportar a texto" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Asistente de transferencia de Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (melloras no interfaz do conversor de unidades)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (melloras na exportación a Mealmaster)" #~ msgid "No file selected" #~ msgstr "Ficheiro non seleccionado" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Non se seleccionou ningún ficheiro, polo que se cancelou a acción" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Lista da compra para %s" #, fuzzy #~ msgid "Gourmet" #~ msgstr "Ficheiro XML Gourmet" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Xestor de Receitas Gourmet" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Xestor de Receitas de Gourmet está a arrancar..." #~ msgid "Starting gourmet..." #~ msgstr "Arrancando gourmet..." #~ msgid "Unable to open URL" #~ msgstr "Non é posible abrir a URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Non é posible executar o lector de correo." #~ msgid "Unable to open website." #~ msgstr "Non é posible abrir o sitio web." #~ msgid "Unable to open file." #~ msgstr "Non é posible abrir o ficheiro." #~ msgid "There was an error launching the url: %s" #~ msgstr "Sucedeu un erro ó abrir a url: %s" #~ msgid "A file named %s already exists." #~ msgstr "Un ficheiro con nome %s xa existe" #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "¿Quere substituílo co que está a gardar?" #~ msgid "Export succeeded" #~ msgstr "Exportación correcta" #~ msgid "webpage" #~ msgstr "páxina web" #~ msgid "Exported %s to %s" #~ msgstr "Exportado %s a %s" #~ msgid "%s stopped." #~ msgstr "%s parado." #~ msgid "%s was interrupted by user request." #~ msgstr "%s foi interrompido a petición do usuario." #~ msgid "%s interrupted" #~ msgstr "%s interrompido" #~ msgid "There was an error during %s." #~ msgstr "Sucedeu un erro durante %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Borrando receitas da base de datos... (%s de %s borradas)" gourmand-1.2.0/po/gourmand.pot000066400000000000000000003026411510115424500163100ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/he.po000066400000000000000000003531771510115424500147160ustar00rootroot00000000000000# Hebrew translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-12-10 16:02+0000\n" "Last-Translator: Dror Mor \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "מתכון _חדש" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "הוסף לרשימת _הקניות" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "יחידת תנובה" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_קובץ" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "מתכון" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_פרטים" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "מנהל המתכונים גורמה" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "הצג טיימר" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "רשימת קניות" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "כותרת" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "קטגוריה" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "תנובה" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "יחידת תנובה" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "מתכון" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "מרכיבים" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_מחק מתכון" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "פתח את המתכון שנבחר" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "פתח מתכון" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "קטגוריה" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "יחידה" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "מנהל המתכונים גורמה" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "יש לבחור את קובץ מסד-הנתונים" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "מתכון חדש" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "פרטים" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "נעשה גיבוי אל %s על כל מקרה שיהיה. במידה והשידרוג נכשל, יש ביכולתך לשנות את " "שם קובץ הגיבוי ל-recipes.db על מנת לשחזר אותו לשימוש עם גירסה ישנה של גורמה." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "רשימת _קניות" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "קיים בבית (פריט _מהמזווה)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_מתכונים" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_ערוך" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_עזרה" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_עבור" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "הדפס מתכון" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "הוסף לרשימת _הקניות" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "תיאור" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "הוראות" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "רשימות" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "יחידה" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "פריט" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "מתכונים" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "תוספים" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "נהל תוספים המוסיפים עוד יכולות לגורמה." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "תוסף זה נחוץ עבור תוספים אחרים. לכבות את התוסף בכל-זאת?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "%s נחוץ עבור התוספים להלן:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "לכבות בכל-זאת" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "אפשר לתוסף להמשיך לפעול" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "או" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "שגיאה בעת הפעלת התוסף." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "שגיאה בעת כיבוי התוסף." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "מטבח" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "דירוג" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "מקור" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "אתר אינטרנט" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "זמן הכנה" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "זמן בישול" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "שינויים" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "קלט שגוי." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "לא מספר." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_הפסק" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_עצור" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "אל תשאל שוב בעתיד." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "האם באמת ברצונך לעשות זאת" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "מצויין" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "טוב מאוד" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "טוב" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "פחות טוב" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "גרוע" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "המר ציונים לטווח של 5 כוכבים." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "המרת ציונים." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "יש לתת לכל ציון ערך מקביל בתחום 1 עד 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "ציון נוכחי" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "ציון מתוך 5 כוכבים" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "בחר סוג_קובץ" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "אני מתנצל, אבל איני מבין את משמעות\n" "הכמות \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "כמויות מוכרחות להיות מספרים (שברים או עשרוניים), טווחי מספרים, או ריקות." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "על ה\"יחידה\" להיות הערך היחיד בשדה ה\"יחידה\".\n" "לדוגמה, אם ברצונך להזין אחד וחצי כוסות,\n" "על שדה הכמות להכיל \"1.5\" או \"1 1/2\". \"כוסות\"\n" "צריך להיות בנפרד בשדה ה\"יחידה\".\n" "\n" "על מנת להזין טווח של ערכים, יש להשתמש בסימן \"-\"\n" "להפריד ביניהם. לדוגמא, ניתן להזין 2-4 או 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "%s נחוץ עבור התוספים להלן:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "בחירת קידוד" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "אין ביכולתי לזהות את הקידוד הנכון. יש לבחור את הקידוד המתאים מהרשימת להלן." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "צפייה בקובץ עם _קידוד" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "ייבוא הופסק" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "עצור ייבוא" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "אינדקס_מתכונים" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "רשימת_קניות" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Baruch Even https://launchpad.net/~baruch-ev-en\n" " Dror Mor https://launchpad.net/~insanelyhappy\n" " Oren Segal https://launchpad.net/~tintys\n" " Penguincsc https://launchpad.net/~amichai\n" " Pichirichi https://launchpad.net/~launchpad-pichirichi\n" " Shalom Craimer https://launchpad.net/~scraimer\n" " jarondl https://launchpad.net/~jarondl\n" " matt1988 https://launchpad.net/~matt1988-nana" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "נשמר!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "שמור את השנויים ל-%s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "תהליך ייבוא בביצוע." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "תהליך ייצוא בביצוע." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "מחיקה מתבצעת." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "לצאת מהתוכנה בכל זאת?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "לא לצאת!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "מתכונים %s מתוך %s נמחקו לצמיתות" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "השלכה לאשפה" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "עיון, מחיקה לצמיתות וביטול מחיקה של מתכונים שנמחקו" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "ביטול מחיקת מתכונים " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "הכפל %s ב:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "ערכים קיימים לא ישונו." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "הערכים החדשים יחליפו ערכים קיימים." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "שינוי זה לא ניתן לבטל." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "קביעת ערכים עבור המתכונים שנבחרו" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "חיפוש מתכונים" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "פתח מתכון" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "פתח את המתכון שנבחר" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "מחק מתכון" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "מחק מתכונים שנבחרו" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "ערוך מתכון" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "פתח את המתכונים שנבחרו בתצוגת עורך-המתכונים" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "יי_צא את המכונים שנבחרו" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "מייצא את המתכונים שנבחרו לקובץ" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_הדפס" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "מתכונים" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "ערוך קבוצת מתכונים _בו-זמנית" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_חדש" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "יבא מתכון" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "ייבא מתכון מתוך קובץ" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "הדפס מתכון" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "ייצא את _כל המתכונים" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "מייצא את כל המתכונים לקובץ" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "י_ציאה" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_פעולות" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "השלכה לאשפה" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_העדפות" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "תו_ספים" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "נהל תוספים המוסיפים עוד יכולות לגורמה." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "ה_גדרות" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_אודות" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_כלים" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_טיימר" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "הצג טיימר" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "אינדקס בר-חיפוש של מתכונים במסד-הנתונים." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "מחק %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "יש לך שינויים שלא נשמרו אל %s. האם ברצונך למחוק?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "נמחק" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "ללא כותרת" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "האם למחוק את המתכונים לצמיתות?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "האם למחוק את המתכון לצמיתות?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "הינך בטוח/ה שברצונך למחוק את המתכון %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "הינך בטוח/ה שברצונך למחוק את המתכונים להלן?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "הינך בטוח/ה שברצונך למחוק את %s המתכונים שנבחרו?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "ראיית מתכונים" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "מחיקת מתכונים" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "אינדקס_מתכונים" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "מחיקת מתכון %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "בוצע!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "מייבא..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "מפתח" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "פריט" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "שדה" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "ערך" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "ספירה" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "לשנות את כל המפתחות \"%s\" להיות \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "לא תוכל/י לבטל פעולה זו. אם יש כבר רכיבים פעילים עם המפתח \"%s\", לא תוכל/י " "להבחין בינם לבין הפריטים שאת/ה משנה כעת." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "לשנות את כל הפריטים \"%s\" להיות \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "לא תוכל/י לבטל פעולה זו. אם יש כבר רכיבים פעילים עם הפריט \"%s\", לא תוכל/י " "להבחין בינם לבין הפריטים שאת/ה משנה כעת." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "כמות" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "קטגוריית קניות" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "כוכבים" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "לפני %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "מזג מתכונים אוטומטית" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "תמיד השתמש במתכון החדש ביותר" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "תמיד השתמש במתכון הישן ביותר" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "כלום" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "ככל הנראה יש כפילויות במתכונים המיובאים. באפשרותך למזג אותם כאן, או לסגור את " "החלון ולהשאירת כמות-שהם." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "ח_פש מתכונים כפולים" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "חפש והסר מתכונים כפולים" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "עבור כל ערך שנבחר" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "כאשר %(field)s הינו %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "השינוי ישפיע על %s מתכון" msgstr[1] "השינוי ישפיע על %s מתכונים" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "למחוק את %s כאשר הוא %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "לשנות את %s מ-%s להיות \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "שינוי זה הינו בלתי-הפיך." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "עורך השדות" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "ערוך שדות בכמה מתכונים בו-זמנית" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "שלח מתכונים באימייל" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "שלח באימייל את כל המתכונים המסומנים (או כל המתכונים, אם לא סומנו" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "האם ברצונך לשלוח באימייל את כל %s המתכונים שסומנו?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "_כן, שלח אותם" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "לא יכול להמיר %s ל %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "חסר מידע על משקל סגולי." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "המרת _יחידות" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "דף HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "מייצא דף אינטרנט" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "מייצא מתכונים לקבצי HTML בספריה %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "המתכון נשמר כקובץ HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "הדף המקורי מתוך %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "לא מחייב" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "מייצא דף אינטרנט" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "מייצא מתכונים לקבצי HTML בספריה %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "המתכון נשמר כקובץ HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "קובץ טקסט רגיל" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "ייצוא טקסט" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "מייצא מתכונים לקובץ טקסט %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "המתכונים נשמרו בקובץ טקסט רגיל %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "קובץ גדול" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "הקובץ %s גדול מכדי לייבא" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "הקובץ שלך גדול מעבר לאורך המקסימלי של %s תוים. בטח לא התכוונת לייבא אותו. אם " "באמת רצית לייבא את הקובץ הזה, יש להשתמש בעורך טקסט על מנת לפצל את הקובץ " "לקבצים יותר קטנים, ולנסות שוב." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "קובץ XML של גורמט" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "גורמה ייצוא XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "מייצא מתכונים אל קובץ XML של גורמט %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "המתכון נשמר בקובץ XML של גורמט %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "קובץ XML של גורמט (מיושן)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "קובץ XML של Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "קובץ טקסט של Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "הייבוא מ-Mastercook הסתיים." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "מנקה XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "קובץ XML של KRecipe" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "פריסת העמוד" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "הדפסת מתכונים" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "ייצוא PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "מייצא את המתכונים לקובץ PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "המתכון נשמר בקובץ PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "ס״מ" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "נקודות" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17 אינצ'ים" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "דף כרטסת (3.5x5 אינצ'ים)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "דף כרטסת (4x6 אינצ'ים)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "דף כרטסת (5x8 אינצ'ים)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "דף כרטסת (A4)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "מכתב" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "דף Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "דף כרטסת (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "דף כרטסת (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "דף כרטסת (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "רגיל" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s עמודה" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s עמודה" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s עמודה" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s עמודה" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s עמודה" msgstr[1] "%s עמודות" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "דיוקן" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "לרוחב" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "גו_דל נייר" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_כיוון הדפסה" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_גודל הגופן" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "שוליים שמאליים" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "שוליים ימניים" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "שוליים עליונים" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "שוליים תחתונים" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "קובץ MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "ייצוא MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "מייצא מתכונים לקובץ MealMaster %(file)s" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "המתכון נשמר כקובץ MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "מנה" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "קובץ גדול" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "ייצוא" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "מייצא מתכונים אל קובץ XML של גורמט %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "המתכון נשמר בקובץ XML של גורמט %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "כוכבים" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "הייצוא הסתיים." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "כלול מתכון בגוף הדואל (מומלץ בחום)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "שלח מתכון כקובץ HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "שליחת המתכון כדבוקת PDF בדואר אלקטרוני" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "אפשרויות דואל" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "אל תשאל לפני משלוח דואל" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "דואל לא נשלח" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "לא בחרת לצרף את המתכון בגוף ההודעה או כקובץ נילווה להודעה." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "שמור מתכון בשם..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "גורמה לא יכול לייצא קבצים מסוג \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "ייצוא מתכונים" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "מתכונים" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "לא ניתן לייצא: סוג הקובץ \"%s\" לא מוכר" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "יש לוודא בעת השמירה שבחרת את סוג הקובץ מתוך הרשימה." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "ייצוא" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "לא ניתן להדפיס: אין תוספי-הדפסה פעילים!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "הדפס מתכון %s" msgstr[1] "הדפסת %s מתכונים" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "תנובה" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "פותח מתכון..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "יש להזין את כתובת אתר האינטרנט" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "שינויים" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "יש להזין את כתובת האתר או ארכיון המתכונים." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "ייבוא" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "כל הקבצים שניתן לייבא" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "יובאו %s מתכונים." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "מנה" msgstr[1] "מנות" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "יובאו %s מתוך %s מתכונים." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "בסדר" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "מנות" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "תת-רשימת מרכיבים" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "הסתר" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "מלל" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "פעולות" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "ייבא מתכון" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "מחק תגיות" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "יבא מתכון" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "כותרת" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "מרכיב" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "הוראות" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "מטבח" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "מקור" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "שנייה" msgstr[1] "שניות" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "דק'" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "דקה" msgstr[1] "דקות" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "ש'" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "שעה" msgstr[1] "שעות" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "יום" msgstr[1] "ימים" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "שבוע" msgstr[1] "שבועות" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "חודש" msgstr[1] "חודשים" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "שנה" msgstr[1] "שנים" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " ו " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "וגם" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "אל" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "ייצוא PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "דניאל פולקשטיין (תוכנת התקנה בחלונות)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "ריצ'רד פרגסון (שיפורים לממשק המרת היחידות)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "ר. ס. בורן (שיפורים לייצוא ל-Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (לוגו ותמונת פתיחה" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "יולה זובריצקי (צלמיות עבור תזונה והוספה-לרשימת-קניות)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "סיימון דארלינגטון (שיפורים לתמיכה בבינלאומיות, " #~ "תיקוני-באגים אחרים)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "ברנארד רייטר (תחזוקת גירסאת חלונות ועיצוב מחדש של האתר)" #~ msgid "Upgrading database" #~ msgstr "משדרג את מסד-הנתונים" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "ייתכן והתהליך יהיה מסובך ויקח זמן, תלוי בגודל מסד-הנתונים שלך. המידע שלך " #~ "מגובה אוטומטית, על כל מקרה שיהיה." #~ msgid "No file selected" #~ msgstr "לא נבחר קובץ" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "הפעולה בוצעה, כיוון שלא נבחר קובץ." #~ msgid "_Import file" #~ msgstr "יי_בא קובץ" #~ msgid "Import _webpage" #~ msgstr "ייבא _דף אינטרנט" #~ msgid "Import recipe from webpage" #~ msgstr "ייבא מתכון מדף אינטרנט" #~ msgid "Open _Trash" #~ msgstr "פתח את פ_ח האשפה" #~ msgid "Loading zip archive" #~ msgstr "טוען קובץ zip" #~ msgid "Unzipping zip archive" #~ msgstr "פותח קובץ zip" #~ msgid "Webpage" #~ msgstr "דף אינרטנט" #, python-format #~ msgid "Downloading %s" #~ msgstr "מתבצעת הורדת %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "מאחזר %s" #~ msgid "Retrieving file" #~ msgstr "מאחזר קובץ" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "יש להזין את הכתובת של ארכיון המתכונים או אתר דף המתכון." #~ msgid "Enter URL:" #~ msgstr "הזנ/י כתובת:" #~ msgid "Unable to import URL" #~ msgstr "לא ניתן לייבא את הכתובת" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "אין לגורמה תוסף המסוגל לייבא את הכתובת" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "דף האינטרנט לא מזוהה. משתמש במייבא כללי..." #~ msgid "Import complete." #~ msgstr "הייבוא הושלם." #~ msgid "Importing recipe" #~ msgstr "מייבא מתכון" #~ msgid "Processing ingredients" #~ msgstr "מעבד רשימת מרכיבים" #~ msgid "Processing ingredients." #~ msgstr "מעבד רשימת מרכיבים." #, fuzzy #~ msgid "Gourmet" #~ msgstr "קובץ XML של גורמט" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "מנהל המתכונים גורמה" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "סידור מתכונים, עריכת רשימת קניות, חישובי ערכים תזונתיים, ועוד." #~ msgid "Select recipe image" #~ msgstr "בחירת תמונה למתכון" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "בחירת תמונה למתכון \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "להלן כל התמונות שנמצאו בדף שהינך מייבא/ת. יש לבחור את כל התמונות של " #~ "המתכון, או לא לבחור אף תמונה אם אינך רוצה את התמונות הללו." #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "מנהל המתכונים גורמה מאתחל..." #~ msgid "Starting gourmet..." #~ msgstr "מפעיל את גורמה..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "כרגע העברת %s מתכון לאשפה. ניתן לאחזר את המתכון, או למחוק אותו לצמיתות, " #~ "על-ידי לחצה על כלים->פתח אשפה." #~ msgstr[1] "" #~ "כרגע העברת %s מתכונים לאשפה. ניתן לאחזר את המתכון, או למחוק אותו לצמיתות, " #~ "על-ידי לחצה על כלים->פתח אשפה." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "על מנת להדפיס, יש להפעיל תוסף המספק תמיכה בהדפסה, כדוגמת התוסף 'Printing " #~ "& PDF export'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "אני נבוך להודות, אבל משהו השתבש בהדפסת המתכון שלך." #~ msgid "Unable to open URL" #~ msgstr "לא ניתן לפתוח את הכתובת" #~ msgid "Unable to launch mail reader." #~ msgstr "לא ניתן להריץ תוכנת דואר." #~ msgid "Unable to open website." #~ msgstr "לא ניתן לפתוח את האתר." #~ msgid "Unable to open file." #~ msgstr "לא ניתן לפתוח את הקובץ." #~ msgid "There was an error launching the url: %s" #~ msgstr "חלה שגיאה בעת הפעלת הכתובת: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "זמן חייב להתחיל במספר או שבר שאחריו יחידה (דקות, שעות, וכו')." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "זמן מוכרח להתבטא בשעות, דקות, שניות, וכו'." #~ msgid "A file named %s already exists." #~ msgstr "קיים קובץ עם השם %s." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "האם ברצונך להחליפו עם הקובץ שהינך שומרת כעת?" #~ msgid "Importing old recipe data" #~ msgstr "ייבא נתוני-מתכונים ישנים" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "ייבוא נתוני-מתכונים מגירסא קודמת של גורמה אל מסד-הנתונים." #~ msgid "Export succeeded" #~ msgstr "הייצוא הצליח" #~ msgid "webpage" #~ msgstr "דף אינטרנט" #~ msgid "Exported %s to %s" #~ msgstr "%s יוצא אל %s" #~ msgid "%s stopped." #~ msgstr "%s עצר." #~ msgid "%s was interrupted by user request." #~ msgstr "%s נעצר באמצע עקב בקשת המשתמש." #~ msgid "%s interrupted" #~ msgstr "%s נעצר באמצע." #~ msgid "There was an error during %s." #~ msgstr "הייתה שגיאה במהלך %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "מוחק מתכונים ממסד-הנתונים... (%s מתוך %s נמחקו)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "נמחק מתכון %s" #~ msgstr[1] "נמחקו %s מתכונים" #~ msgid "Export complete!" #~ msgstr "הייצוא הושלם!" #~ msgid "Recipe exported to %s" #~ msgstr "מתכון ייוצא אל %s" #~ msgid "Database format has changed" #~ msgstr "פורמט מסד-הנתונים השתנה" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "גירסה %(version)s של %(progname)s שינתה את פורמט מסד-הנתונים שלה. " #~ "מסד-הנתונים שלך כבר לא תואם עם גירסאות ישנות של %(progname)s. נשמר עותק " #~ "בקובץ %(backupfile)s." #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "על כל מקרה, עותק של מסד-הנתונים של המתכונים שלך מיוצא כעת אל %s" #~ msgid "Transferring data to new database format" #~ msgstr "מעביר את הנתונים לפורמט החדש של מסד-הנתונים" gourmand-1.2.0/po/hi.po000066400000000000000000003033371510115424500147130ustar00rootroot00000000000000# Hindi translation for grecipe-manager # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2008. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-18 06:49+0000\n" "Last-Translator: PriyaKumar \n" "Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "चुने हुए नुस्खा को हटाएँ" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " PriyaKumar https://launchpad.net/~sweetcorncake" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "चुने हुए नुस्खा को हटाएँ" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/hr.po000066400000000000000000003051741510115424500147250ustar00rootroot00000000000000# Croatian translation for grecipe-manager # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-02-22 19:18+0000\n" "Last-Translator: perki \n" "Language-Team: Croatian \n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Recipe Manager" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Recipe Manager" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Odaberi tip datoteke" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Uvoz pauziran" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Zaustavi uvoz" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Index_Recepata" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " perki https://launchpad.net/~peric-tomislav" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Uvoz pauziran" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Index_Recepata" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Recipe Manager" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organiziraj recepte, kreiraj liste za kupovinu, izračunaj " #~ "nutricionističke vrijednosti i više." #~ msgid "A file named %s already exists." #~ msgstr "Datoteka sa imenom %s već postoji." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Želite li ju zamijeniti sa onom koju spremate?" #~ msgid "Importing old recipe data" #~ msgstr "Uvozim stare podatke o receptima" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "Uvozim podatke iz starije verzije Gourmeta u novu bazu podataka." gourmand-1.2.0/po/hu.po000066400000000000000000004236631510115424500147340ustar00rootroot00000000000000# Hungarian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2014-03-05 10:48+0000\n" "Last-Translator: Úr Balázs \n" "Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Recept index" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Ú_j recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Hozzáadás a _bevásárlólistához" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Recept _megtekintése" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "Keresés _erre:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Recept keresése gépelés közben" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_ebben" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Keresés egyéb feltétel szerint a jelenlegi keresési eredményben." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Keresési _feltétel hozzáadása" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Keresés korlátozása erre:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Keresés _eredménye" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Mezők beállítása a kijelölt receptekhez" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Receptmezők beállítása a kijelölt " "receptekhez" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Kép _hozzáadása" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Kép _eltávolítása" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Forrás:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "É_rtékelés:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "_Konyha:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategória:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Előkészítés ideje:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "_Főzés ideje:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Weboldal:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Kép:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Adag:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Adag egység" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "_Csak azon értékek beállítása, ahol a mező jelenleg üres" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "_Minden érték beállítása az összes kijelölt recepthez" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (alapértelmezett, helyi fájlban tárolva)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (helyi fájlban tárolva)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (kapcsolat szükséges az adatbázishoz)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Adatbázis választása" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Válasszon adatbázis-rendszert a Gourmet használatához" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Adatbázis-rendszer" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Gép:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Felhasználónév:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Jelszó:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Az adatbázis felhasználójának jelszava." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Adatbázis _neve:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fájl" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "A rendszer gépneve, ahol az adatbázis-kiszolgáló fut. Ha az adatbázis-" "kiszolgáló a helyi rendszeren fut, használja a localhostot." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Jelszó elmentése a következő belépéshez. Ez azt jelenti, hogy a jelszó a " "beállítófájlban lesz tárolva nem biztonságos módon." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Jelszó _mentése" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Az adatbázis neve, amelyben a Gourmet az információit tárolja. A Gourmet " "megpróbálja létrehozni ezt az adatbázist, ha az még nem létezik." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Felhasználónév az adatbázishoz." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Tallózás" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Részletek" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "A Gourmet receptkezelő beállításai" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Indexnézet beállítások" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "_Beállítások megjelenítése" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Receptek oldalanként:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Annak beállítása, hogy mely oszlopokat tartalmaza a recept indexnézet." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Indexnézet" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Kártyanézet beállítások" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "_Mértékegységek váltásának lehetővé tétele szorszáskor" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Törtek használata" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Törtek használata a megjelenítéshez, ha lehetséges" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Azon elemek eltávolítása a recept kártyafelületről, amelyeket nem használ." "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kártyanézet" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Bevásárlólista beállítások" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Mit csináljon a Gourmet az opcionális hozzávalókkal a receptek " "hozzáadásakor a bevásárlólistához?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Kérdezzen rá, hogy vegye-e fel az opcionális hozzávalókat" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Emlékezzen a felhasználói kiválasztásokra alapértelmezetten" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "Megjegyzett _opcionális hozzávalók törlése" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Mindig adja hozzá az opcionális hozzávalókat" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Soha ne adja hozzá az opcionális hozzávalókat" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Bevásárlólista" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "adag" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Cím" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Cím:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "_Előkészítés ideje:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategória" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "értékelés" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Adag" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Adag egység" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Bolt" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "_Leírás szerkesztése" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Főzés ideje:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Előkészítés ideje:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Konyha:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategória:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Weboldal:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Adagok:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Hivatkozás" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Forrás:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Értékelés:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Szorozva ezzel:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Elkészítés módja" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "El_készítés módjának szerkesztése" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Megjegyzések" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "_Megjegyzések szerkesztése" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Hozzávalók" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "_Hozzávalók szerkesztése" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "_Hozzávaló hozzáadása:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Hozzávalók" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Recept hozzáadása a bevásárlólistához" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Hozzáadás a _bevásárlólistához" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Ugrás a recepthez a recept kártyanézetben" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "A kijelölt recept törlése" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Recept _törlése" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "A kijelölt receptek jellemzőinek szerkesztése" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Receptek _kötegelt szerkesztése" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "A kijelölt recept megnyitása" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Recept választása" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "A kijelölt recept nyomtatása" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "Recept _nyomtatása" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Hozzáadás az élés_kamrához" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "_Beállítások megjelenítése" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Keresés _ebben" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Reguláris kifejezés használata (speciális keresés)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Keresés _gépelés közben" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Keresési beállítások" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategória" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Kulcs" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Kategória szerkesztő" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Keresési kulcs" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Keresés gépelés közben" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Reguláris kifejezések használata" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Speciális keresés" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Kategória hozzáadása: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Stopper" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Stopper" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "A stopper befejeződött!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "A stopper tovább fog menni, amíg be nem zárja ezt a párbeszédablakot vagy " "vissza nem állítja a stoppert." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "_Stopper beállítása: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Visszaállítás" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Indítás" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Hang" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Megjegyzés" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Riasztás _ismétlése, amíg ki nem kapcsolom" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Beállítások" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Mezők szerkesztése az egész adatbázisban" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "_Szerkesztendő mező:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Minden egyes kijelölt értékhez:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "_Hagyja úgy az értéket, ahogy van" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Az új érték hozzá lesz adva bármely meglévő szöveg végéhez" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Az új érték le fog cserélni bármilyen meglévő értéket" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Mező:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "É_rték:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "_Egyéb mező cseréje:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Érték _cseréje erre: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "Érték _törlése" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Egyenértékű kiválasztása ehhez" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "az USDA adatbázisból" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Hozzávaló változtatása" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "vagy" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Keresés az USDA hozzávaló adatbázisban:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Keresés gé_pelés közben" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Csak a _csoportban lévő étel megjelenítése:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Keresési _eredmények:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Erről:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Mennyiség:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Mértékegység:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "mértékegység" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Mértékegység változtatása" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "Új mértékegység _mentése" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Erre:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Egység:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Tápanyag információk megadása a következőhöz " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Sűrűség kiválasztása" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Hozzávalókulcs: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA elem: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "_USDA társítás szerkesztése" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Tápanyag információk" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "_Információk szerkesztése" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Tápanyag információk" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Sűrűség:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA egyenértékesek:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Egyéni egyenértékesek:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "_Sűrűség információk" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Ismert tápanyag információk" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Speciális keresés" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Tápanyag információk" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "_Mellőzés" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet receptkezelő" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "Copyright © Thomas M. Hinkle, 2004-2011. GNU GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "A Gourmet receptkezelő receptek tárolásához, szervezéséhez és kereséséhez " "használható alkalmazás. A Gourmet megkönnyíti a bevásárlólista létrehozását " "a receptekből. A Gourmet képes receptek importálására számos forrásból, " "beleértve a MealMaster és MasterCook archívumokat és számos népszerű " "weboldalt. Exportálhatja receptjeit szövegfájlba, MealMaster fájlokba, HTML " "weboldalakba és egyéni XML formátumba más Gourmet felhasználóval történő " "adatcseréhez. A Gourmet támogatja a képek összekapcsolását a receptekkel. " "Képes továbbá a receptek tápanyag információinak számítására a hozzávalókon " "alapulva." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Adatbázisfájl kiválasztása" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Új recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Adatbázis _neve:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Részletek" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Biztonsági mentés készült a(z) %s helyre arra az esetre, ha valami rosszul " "sikerülne. Ha ez a frissítés nem sikerül, átnevezheti kézzel a biztonsági " "mentés fájlt recipies.db névre a visszaállításhoz és a régebbi Gourmet " "programmal való használathoz." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Kategória _módosítása" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Új kategória létrehozása" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "A jelenleg kiválasztott elem kategóriájának módosítása" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Éléskamra" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Áthelyezés a _bevásárlólistára" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Áthelyezés az élés_kamrába" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Eltávolítás a bevásárlólistáról" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "A kijelölt elemek áthelyezése ebbe: %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Bevásárlólista" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Már van (élés_kamra elemek)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Kategória megadása" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "A hozzáadandó kategória ehhez: %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategória:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Receptek" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Elemek hozzáadása:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Receptek eltávolítása" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Receptek eltávolítása a bevásárlólistáról" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Szerkesztés" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Súgó" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Elemek hozzáadása" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Tetszőleges elemek hozzáadása a bevásárlólistához" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Nincs recept kiválasztva. Szeretné törölni az egész listát?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Bevásárlólista mentése másként…" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Opcionális hozzávalók kiválasztása" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Adja meg, hogy az alábbi opciónális hozzávalók közül melyik kerüljön rá a " "bevásárlólistára." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Ugrás" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Recept exportálása" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Kijelölt recept exportálása (mentés fájlba)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "Recept _törlése" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "A recept törlése" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Mértékegységek igazítása szorzáskor" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Mértékegységek változtatása szorzáskor, hogy olvashatóbbak legyenek, ahol " "lehetséges." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Recept nyomtatása" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Hozzáadás a _bevásárlólistához" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "A megjegyzett opcionális hozzávalók elfelejtése" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "A bevásárlólistához adás előtt kérdezzen rá minden opcionális hozzávalóra " "akkor is, ha korábban szerette volna megjegyezni" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Recept exportálása" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Mentetlen módosításai vannak." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Alkalmazza a változtatásokat nyomtatás előtt?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Alkalmazza a változtatásokat nyomtatás előtt?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opcionális)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Nem található a(z) %s recept az adatbázisban." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Recept szerkesztése:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Szerkesztések mentése az adatbázisba" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Receptkártya megtekintése" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Szerkesztés" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Változások mentése ide: %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Hozzávaló hozzáadása" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Csoport hozzáadása" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "_Recept hozzáadása" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Másik recept hozzáadása hozzávalóként ehhez a recepthez" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Törlés" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Fel" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Le" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Leírás" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Elkészítés" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Megjegyzések" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Egység" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Mértékegység" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Elem" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcionális" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "A(z) %s recept (azonosító: %s) nincs az adatbázisban." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Átváltva: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Nincs átváltva: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Átváltott mértékegység." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Átváltotta a(z) %(item)s mértékegységet %(old)s értékről %(new)s értékre. " "Szeretné a mennyiséget is átváltani vagy sem?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "A(z) %(old_amt)s %(old_unit)s átváltva erre: %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Nem lehet átváltani a(z) %(old_unit)s egységet %(new_unit)s egységre" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Hozzávalócsoport hozzáadása" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Adjon nevet a hozzávalók új alcsoportjának" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Csoport neve:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Recept választása" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "A recept nem hivatkozhat önmagára mint hozzávalóra!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Hivatkozási hurok nem lehet a receptek között!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Nem választott ki receptet!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Receptek" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Csengőhang" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Figyelmeztető hang" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Hiba hang" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Stopper leállítása?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "_Stopper leállítása" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Időzítés _folytatása" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Bővítmények" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "A bővítmények további funkciókat adnak a Gourmet programhoz." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "A bővítmény szükséges más bővítményekhez. Mindenképpen deaktiválja a " "bővítményt?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "A következő bővítményekhez a(z) %s szükséges:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Deaktiválás mindenképp" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Maradjon a bővítmény aktív" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "vagy" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Hiba történt a bővítmény aktiválása során." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Hiba történt a bővítmény deaktiválása során." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Konyha" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Értékelés" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Forrás" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Weboldal" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Előkészítési idő" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Főzési idő" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Módosítások" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Érvénytelen bemenet." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Ez nem szám." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Szünet" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Leállítás" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Ne kérdezze meg többet." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Biztosan ezt akarja tenni" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "tökéletes" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "nagyszerű" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "jó" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "közepes" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "szegényes" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Értékelések átalakítása 5-csillagos skálára." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Értékelések átalakítása." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Kérem adjon meg minden értékeléshez egyenértékűt az 1-től 5-ig tartó skálán" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Jelenlegi értékelés" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Az értékelés 5 csillagon kívül van" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Fájl_típus kiválasztása" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Elnézést, nem értem\n" "a(z) „%s” mennyiséget." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "A mennyiség szám (egész vagy tört), számtartomány, vagy üres lehet." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Az „egységnek” az „egység” mezőben kell szerepelnie.\n" "Például ha másfél csészét szeretne megadni, akkor a\n" "mennyiség mezőben csak „1.5” vagy „1 1/2” állhat. A\n" "„csészének” a különálló „egység” mezőbe kell kerülnie.\n" "\n" "Számtartomány megadásához a számokat a „-” jellel válassza el.\n" "Például megadhat 2-4 vagy 1 1/2-3 1/2 értékeket.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Felhasználónév:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Jelszó:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "liszt, minden célra" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "cukor" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "só" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "fekete bors, őrölt" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "jég" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "víz" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olaj, növényi" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olaj, olíva" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Ismeretlen" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "A recept önmagára hivatkozik mint hozzávaló." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "A(z) %s hozzávaló mellőzve lesz." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Bevásárlólista ehhez: %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "A következő receptekhez:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "A következő receptekhez:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Kódolás kiválasztása" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Nem sikerült meghatározni a megfelelő karakterkódolást. Kérem válassza ki a " "helyes kódolást a következő listából." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "_Fájl megtekintése a kódolással" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importálás szüneteltetve" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Importálás leállítása" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Recept _index" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Bevásárló_lista" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Borzsák Bánk https://launchpad.net/~borzsakb\n" " Buvár Kund https://launchpad.net/~bkund12\n" " Csörföly Dániel https://launchpad.net/~csorfolydaniel\n" " Gabor Kelemen https://launchpad.net/~kelemeng\n" " KBB https://launchpad.net/~taramis\n" " Kecsi https://launchpad.net/~kecskemethy\n" " Krasznecz Zoltán https://launchpad.net/~krasznecz-zoltan\n" " LT https://launchpad.net/~tlaloc\n" " Melczer Gábor https://launchpad.net/~melczer\n" " Mohácsi Pál https://launchpad.net/~mohacsipal1-deactivatedaccount\n" " Peter Pusztai https://launchpad.net/~pusztaipeter\n" " Szuts Attila https://launchpad.net/~attb2\n" " TÖRÖK Attila https://launchpad.net/~torokati44\n" " Zsolt.Pataky https://launchpad.net/~zsolt.pataky\n" " batyu https://launchpad.net/~a1batyu\n" " gthomas https://launchpad.net/~gulacsitamas\n" " kaiju https://launchpad.net/~kaiju\n" " maci https://launchpad.net/~monyesz\n" " worxefoz https://launchpad.net/~worxefoz\n" " Úr Balázs https://launchpad.net/~urbalazs" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Elmentve!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Módosítások mentése ide: %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Egy importálás folyamatban van." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Egy exportálás folyamatban van." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Egy törlés folyamatban van." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Mindenképpen kilép a programból?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Ne lépjen ki!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s/%s recept véglegesen törölve" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Kuka" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Tallózás, azonnali törlés, vagy törölt receptek visszaállítása" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Helyreállított receptek " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "%s szorzási tényezője:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "%(attributes)s beállítása %(num)s kijelölt recepthez?" msgstr[1] "%(attributes)s beállítása %(num)s kijelölt recepthez?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Bármely korábban meglévő érték változatlanul marad." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Az új értékek felülírnak minden korábban létezőt." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Ez a változás nem vonható vissza." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Értékek beállítása a kijelölt receptekhez" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Receptek keresése" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Recept megnyitása" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "A kijelölt recept megnyitása" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Recept törlése" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "A kijelölt receptek törlése" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Recept szerkesztése" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "A kijelölt receptek megnyitása receptszerkesztő nézetben" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "A kiválasztott receptek e_xportálása" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "A kiválasztott receptek exportálása fájlba" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Nyomtatás" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "receptek" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Receptek kötegelt _szerkesztése" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "Ú_j" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Recept importálása" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Recept importálása fájlból" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recept" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "_Minden recept exportálása" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Az összes recept exportálása fájlba" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Kilépés" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Műveletek" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Kuka" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Beállítások" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Bővítmények" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Bővítmények kezelése, amelyek további funkciókat adnak a Gourmethez." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Beállí_tások" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Névjegy" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Eszközök" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Stopper" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Stopper megjelenítése" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "A receptek kereshető indexe az adatbázisban." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Törli ezt: %s ?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Nem mentett változtatásai vannak ehhez: %s. Biztosan törölni szeretné?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Törölve" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Névtelen" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Véglegesen törli a recepteket?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Véglegesen törli a receptet?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Biztosan törölni szeretné ezt a receptet: %s?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Biztosan törölni szeretné a következő recepteket?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Biztosan törölni szerete %s kiválasztott receptet?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Receptek megtekintése" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Receptek törlése" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Recept index" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Törölt recept: %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Kész!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importálás…" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Hozzávaló_kulcs szerkesztő" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Hozzávalókulcsok tömeges szerkesztése" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "kulcs" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "elem" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Mező" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Érték" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Mennyiség" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Minden „%s” kulcs cseréje erre: „%s”?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Nem lesz képes visszavonni ezt a műveletet. Ha már létezik hozzávaló „%s” " "kulccsal, akkor nem lesz képes különbséget tenni azon elemek és a most " "megváltoztatottak között." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Minden „%s” elem cseréje erre: „%s”?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Nem lesz képes visszavonni ezt a műveletet. Ha már létezik hozzávaló „%s” " "elemmel, akkor nem lesz képes különbséget tenni azon elemek és a most " "megváltoztatottak között." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "A(z) „%(unit)s” _minden példányának cseréje erre: „%(text)s”" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "A(z) „%(unit)s” cseréje „%(text)s” értékre csak a(z) „%(key)s” kulcsú " "„%(item)s” _hozzávalóknál" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "A(z) „%(amount)s” %(unit)s _minden példányának cseréje erre: %(text)s " "%(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "A(z) „%(amount)s” %(unit)s cseréje „%(text)s” %(unit)s értékre csak ott, " "_ahol a hozzávaló kulcs értéke %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "A(z) „%(amount)s” %(unit)s cseréje „%(text)s” %(unit)s értékre csak ott, " "ahol a hozzávaló kulcs értéke %(key)s és ahol az _elem értéke %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Minden kijelölt sor változtatása?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Ez a művelet nem lesz visszavonható. Biztos benne, hogy az összes %s " "kijelölt sort a következő értékekre szeretné beállítani:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Kulcs erre: %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Elem erre: %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Mértékegység erre: %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Mennyiség erre: %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s hozzávaló" msgstr[1] "%s hozzávaló" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Hozzávalók megjelenítése: %(bottom)s - %(top)s / %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Mennyiség" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Hozzávalókulcsok" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "A hozzávalókulcsok a bevásárlólistákhoz és a számításokhoz használt " "normalizált hozzávalónevek." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Kulcsok kitalálása" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "A legjobb értékek kitalálása minden hozzávalókulcshoz az adatbázisban már " "meglévő értékeken alapulva" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Kulcstársítások szerkesztése" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" "A kulcs és egyéb attribútumok társításainak szerkesztése az adatbázisban" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Kulcsszerkesztő" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Elem:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Kulcs:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Kiválasztott hozzávalók változtatása" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Vásárlási kategória" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" "Mértékegységek megjelenítése minden receptnél úgy, ahogy vannak (nincs " "változtatás)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Mindig U.S. mértékegységek megjelenítése" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Mindig metrikus mértékegységek megjelenítése" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Mértékegységek automatikus igazítása" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "_Mértékegység megjelenítési beállítások megadása" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Mértékegységek automatikus átalakítása az előnyben részesített rendszerre " "(metrikus, birodalmi, stb.), ahol lehetséges." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Csillagok" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "ennyi ideje: %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Receptek automatikus egyesítése" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Mindig az újabb receptet használja" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Mindig a régebbi receptet használja" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Nincs" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Az importált receptek közül néhány azonosnak tűnik. Egyesítheti őket itt, " "vagy meghagyhatja őket a párbeszédablak bezárásával." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "_Azonos receptek keresése" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Azonos receptek keresése és eltávolítása" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Hasonló recept információkkal rendelkező receptek" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Hasonló hozzávalókkal rendelkező receptek" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Hasonló recept információkkal és hozzávalókkal rendelkező receptek" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Azonos receptek" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "Receptek _felvétele a kukából" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Megjelenítés:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "_Minden azonos recept egyesítése" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Receptek egyesítése" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Automatikus egyesítés" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Minden egyes kijelölt értékhez" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Ahol %(field)s = %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "A módosítás %s receptet fog érinteni" msgstr[1] "A módosítás %s receptet fog érinteni" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "%s törlése, ahol az %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "%s módosítása %s értékről „%s” értékre?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Ez a változtatás nem vonható vissza." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Mezőszerkesztő" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Mezők szerkesztése egyszerre több receptnél." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Receptek küldése e-mailben" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Minden kiválasztott recept küldése e-mailben (vagy az összes recept küldése, " "ha nincs recept kiválasztva" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Biztosan el akarja küldeni e-mailben a kiválasztott %s receptet?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Igen, küldd el e-_mailben" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Nem sikerült %s átalakítása erre: %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Sűrűséginformáció szükséges." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Mértékegység-átváltó" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Mértékegység-átváltások számítása" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Mértékegység-átváltó" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Innen" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "_Elem:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Sűrűség:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Sűrűség _információ" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Ide" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "Ere_dmény:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML weboldal" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Weboldal exportálása" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Receptek exportálása HTML fájlokba a(z) %(file)s könyvtárba." #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "A recept elmentve %(file)s HTML fájlként" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Eredeti oldal innen: %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcionális" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Weboldal exportálása" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Receptek exportálása HTML fájlokba a(z) %(file)s könyvtárba." #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "A recept elmentve %(file)s HTML fájlként" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Egyszerű szövegfájl" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Szöveg exportálás" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Receptek exportálása a(z) %(file)s szövegfájlba." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "A recept elmentve %(file)s egyszerű szövegfájlként" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Nagy fájl" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "A(z) %s fájl túl nagy az importáláshoz" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "A fájl túllépte a legnagyobb %s karakteres hosszúságot. Ez valószínűleg nem " "azt jelenti, hogy semmiképp sem tudja importálni. Ha valóban importálni " "szeretné ezt a fájlt, akkor egy szövegszerkesztő használatával darabolja fel " "kisebb fájlokra és próbálja meg importálni ismét." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML fájl" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML exportálás" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Receptek exportálása Gourmet XML fájlként ide: %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "A recept elmentve a(z) %(file)s Gourmet XML fájlba." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML fájl (elavult)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML fájl" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook szövegfájl" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook importálás befejezve." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "XML rendezése" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML fájl" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Oldalelrendezés" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Receptek nyomtatása" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF exportálás" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Receptek exportálása a(z) %(file)s PDF fájlba." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "A recept elmentve %(file)s PDF fájlként" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "pont" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Katalóguscédula (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Katalóguscédula (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Katalóguscédula (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Katalóguscédula (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Levél" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Katalóguscédulák (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Katalóguscédulák (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Katalóguscédulák (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Sima" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s oszlop" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s oszlop" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s oszlop" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s oszlop" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s oszlop" msgstr[1] "%s oszlop" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Álló" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Fekvő" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "_Papírméret" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Tájolás" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "_Oldalelrendezés" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Betűméret" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Bal margó" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Jobb margó" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Felső margó" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Alsó margó" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "PDF-beállítások" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster fájl" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster exportálás" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Receptek exportálása a(z) %(file)s MealMaster fájlba." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "A recept elmentve %(file)s MealMaster fájlként" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "adag" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Nagy fájl" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "HTML exportálás" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Receptek exportálása Gourmet XML fájlként ide: %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "A recept elmentve a(z) %(file)s Gourmet XML fájlba." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Bevásárlólista mentő" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Lista mentése receptként" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "A jelenlegi bevásárlólista mentése receptként későbbi használatra" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "%s menüje" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menü" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "A tápanyag információk a mennyiség / %s arányt tükrözik." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" "A tápanyag információk az teljes recepthez tartozó mennyiségeket tükrözik" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "A tápanyag információk hiányoznak %s hozzávalóhoz: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Bármely ételcsoport" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "kiválasztás" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Mértékegység átalakítása ehhez: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "A tápanyag információk kiszámítása érdekében a Gourmet programnak szüksége " "van ön segítségére, hogy átalakítsa a(z) „%s” értéket olyan mértékegységre, " "amelyet megért." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Hozzávalókulcs változtatása" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Hozzávalókulcs változtatása a meglévő %(old_key)s értékről %(new_key)s " "értékre mindenhol vagy csak a(z) %(title)s receptben?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Változtatás _mindenhol" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Csak a(z) %s receptben" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" "Hozzávalókulcs változtatása a meglévő %(old_key)s értékről %(new_key)s " "értékre mindenhol?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Mértékegység változtatása" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Mértékegység változtatása a meglévő %(old_unit)s értékről %(new_unit)s " "értékre minden %(ingkey)s hozzávalónál vagy csak a(z) %(title)s receptben?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "A(z) „%(amount)s %(unit)s %(ingkey)s” tápanyag információinak kiszámítása " "érdekében a Gourmet programnak szüksége van annak sűrűségére. A tápanyag " "adatbázisunk ennek az ételnek számos leírásával rendelkezik különböző " "sűrűségekkel. Kérjük válassza ki lent a helyeset." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "A tápanyag információk alkalmazásához a Gourmet programnak szüksége van egy " "érvényes mennyiségre és mértékegységre." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Tápanyag" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Hozzávaló" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "USDA adatbázis egyenértékes" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramm" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalóriák" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Teljes zsírtartalom" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Telített zsírtartalom" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Koleszterin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Nátrium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Teljes szénhidrát" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Rost tartalom" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Cukor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Fehérje" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-karotin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Hamu" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Béta-karotin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Béta-kriptoxantin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalcium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Réz" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folsav tartalom" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Folsav" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Étel folsav" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Étrendi folsav egyenértékes" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Vas" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Likopin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnézium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangán" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Pantoténsav" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Foszfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Kálium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "A-vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Szelén" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "A-vitamin (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "A-vitamin (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "B6-vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "B12-vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "C-vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "E-vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "K-vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Cink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminok és ásványi anyagok" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Hiányzó tápanyag információk\n" "%(missing)s hozzávalóhoz az összes %(total)s hozzávalóból." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Napi adag" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Az ajánlott napi érték százaléka napi %i kalórián alapulva. Kattintson a " "napi kalória értékének szerkesztéséhez." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Mennyiség per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Mennyiség per recept" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Tápanyag adatok betöltése" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "A tápanyag adatbázis importálása kész!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Tápanyag adatbázis lekérése a(z) %s zip archívumból" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "%s kibontása zip archívumból." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Tápanyag adatok feldolgozása…" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Tápanyag adatok olvasása: %s/%s bejegyzés importálva." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Súlyadatok feldolgozása…" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Súlyadatok olvasása a tápanyag elemekhez: %s/%s bejegyzés importálva" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Víz" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalóriák" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g protein" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g hamu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g carbohidrát" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g rost" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g cukor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg kalcium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg vas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnézium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg foszfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg kálium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg nátrium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg cink" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg réz" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangán" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogramm szelén" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg c-vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg pantoténsav" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg B6-vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "mikrogramm folsav tartalom" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "mikrogramm folsav" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "mikrogramm étkezési folsav" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "mikrogramm étrendi folsav egyenértékes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Kolin, összesen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogramm B12-vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "A-vitamin IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "A-vitamin (mikrogramm retina aktivitás egyenértékes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "mikrogramm retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mikrogramm alfa-karotin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogramm béta-karotin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "mikrogramm béta-kriptoxantin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "mikrogramm likopin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "mikrogramm lutein+zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg E-vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg K-vitamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g telített zsírsav" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g monotelítetlen zsírsav" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g politelítetlen zsírsav" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg koleszterin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Emészthetetlen százalék" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Tej- és tojáskészítmények" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Fűszerek és gyógynövények" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Bébiételek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Zsírok és olajok" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Baromfi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Levesek és szószok" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Felvágottak és löncshúsok" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Reggeli gabonafélék" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Gyümölcsök és gyümölcslevek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Sertéshús" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Zöldségek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Diófélék és magvak" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Marhahús" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Italok" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Halak és kagylók" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Hüvelyesek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Bárány-, borjú- és vadhús" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Sültek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Édességek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Gabonaételek és tészták" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Gyorsételek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Ételek, előételek és köretek" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Rágcsálnivalók" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Etnikai ételek" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "teljes adatbázis" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Hozzávalókulcs" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA azonosítószám" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA elem leírás" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Sűrűség egyenértékes" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA azonosító" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Eszközök" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Tápanyag információk lekérése a jelenlegi listához" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Mennyiség a bevásárlólistához" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "_Tápanyag információk szerkesztése" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "csillag" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "%(number)s recept exportálva %(total)s receptből" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Exportálás befejezve." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" "Recept felvétele az e-mail törzsébe (nem számít, hogy miért, de jó ötlet)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Recept küldése e-mailben HTML mellékletként" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Recept küldése e-mailben PDF mellékletként" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-mail beállítások" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Ne kérdezzen e-mail küldés előtt." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Az e-mail nincs elküldve" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Nem választotta ki, hogy a receptet a levél törzsébe szertné felvenni vagy " "mellékletként küldi." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Recept mentése másként…" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "A Gourmet nem tudta exportálni a(z) „%s” formátumú fájlt" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Receptek exportálása" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "receptek" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Nem lehet exportálni: ismeretlen fájltípus: „%s”" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Győződjön meg arról, hogy mentéskor választott-e fájltípust a lenyíló " "menüből." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exportálás" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Nem lehet nyomtatni: nincs aktív nyomtatás bővítmény!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "%s recept nyomtatása" msgstr[1] "%s recept nyomtatása" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "adag" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Recept megnyitása…" #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Írja be a weboldal címét" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Módosítások" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Adja meg a weboldal vagy receptarchívum címét." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importálás" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Minden importálható fájl" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "%s recept importálva." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "adag" msgstr[1] "adag" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s recept importálva a(z) %s receptből." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "rendben" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Adag" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Hozzávalók alcsoportja" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Elrejt" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Szöveg" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Műveletek" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Recept importálása" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "_Címkék törlése" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Recept importálása" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "bárhol" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "cím" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "hozzávaló" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "elkészítés" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "jegyzetek" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "konyha" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "forrás" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Reguláris kifejezések használata a keresésnél" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Reguláris kifejezések (egy speciális keresési nyelv) használata a szöveges " "keresésnél" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Keresés gépelés közben (kapcsolja ki, ha a keresés túl lassú)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Keresési _beállítások megjelenítése" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Speciális keresési beállítások megjelenítése" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recept" msgstr[1] "%s recept" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Receptek megjelenítése: %(bottom)s - %(top)s / %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s ebben: %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Szüneteltetve" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "KRecipe importálás" msgstr[1] "KRecipe importálás" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Szünet" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Kész" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Hiba: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Hiba" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Hiba %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Visszakövetés" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "másodperc" msgstr[1] "másodperc" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "perc" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "perc" msgstr[1] "perc" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "óra" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "óra" msgstr[1] "óra" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "nap" msgstr[1] "nap" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "hét" msgstr[1] "hét" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "hónap" msgstr[1] "hónap" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "év" msgstr[1] "év" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " és " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "és" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "-" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Receptek tallózása" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Receptek kiválasztása böngészéssel kategória, konyha, stb. szerint." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Fő" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Azonos receptek keresése" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" "Egy varázsló azonos receptek kereséséhez, eltávolításához vagy egyesítéséhez." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF exportálás" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Receptweblapok létrehozása a receptekből." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importáló/Exportáló" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML importálás és exportálás" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Receptek importálása és exportálása Gourmet XML fájlként, amely megfelelő " "biztonsági mentéshez vagy más Gourmet felhasználóval való adatcseréhez." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe importálás" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Fájlok importálása a Krecipe programból." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Mastercook importálás" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Fájlok importálása a Mastercook programból." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmet XML importálás és exportálás" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Receptek importálása és exportálása Gourmet XML fájlként, amely megfelelő " "biztonsági mentéshez vagy más Gourmet felhasználóval való adatcseréhez." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster (tm) exportálás" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Receptek exportálása mealmaster szövegfájlként" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Nyomtatás és PDF exportálás" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Receptek nyomtatása vagy exportálás PDF-be. Ez a bővítmény változatos " "oldalelrendezéseket tesz lehetővé." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Egyszerű szövegfájl vezetett importálás" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Segítség a felhasználói jelöléshez és egyszerű szöveg importálása. Továbbá " "egyszerű szöveges exportálást biztosít." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Hozzávalókulcsok hozzárendelése és szerkesztése (egyedi azonosítók a " "hozzávalókhoz, elemek megerősítéséhez használható a bevásárlólistán)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Bevásárlólisták mentése receptként későbbi használatra." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Tápanyag információk számítása a receptekhez." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Vásárlási kategória szerkesztő" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Vásárlási kategóriák hozzárendelése és szerkesztése a hozzávalókhoz a " "receptszerkesztőn belülről." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Helyesírás-ellenőrzés" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Helyesírás-ellenőrzést ad hozzá a bekezdés hosszúságú szövegdobozokhoz a " "recept bejegyzésben (Elkészítés, Megjegyzések)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Egyszerű mértékegység-számítót biztosít." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Mértékegység megjelenítési beállítások" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Lehetővé teszi, hogy mindig metrikus (vagy birodalmi) mértékegységeket " "használjon a megjelenítéshez." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Unicode-16 ellenőrzése a szövegfájlokban" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Akkor engedélyezze ezt, ha az UTF-16 szövegfájlok nem tisztán lettek " "importálva a Gourmet programba. Tiltsa le, ha sohasem használt UTF-16 " "kódolást és állandóan zavarja a „Kódolás” párbeszédablak, amikor fájlokat " "importál." #~ msgid "E-mail selected recipe" #~ msgstr "A kijelölt recept küldése e-mailben" #~ msgid "_E-Mail recipe" #~ msgstr "Recept küldése _e-mailben" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (segítség az átíráshoz Windowsra)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows telepitő)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (mértékegység átváltó felület javítása)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (a Mealmaster exportálás továbbfejlesztése)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logó és indítóképernyő)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (tápanyag és a hozzáadás a bevásárlólistához ikonok)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (a nemzetköziesítés " #~ "továbbfejlesztése, válogatott hibajavítások)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (a Windows verzió karbantartása és a " #~ "weboldal kinézetének átalakítása)" #~ msgid "Upgrading database" #~ msgstr "Adatbázis frissítése" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Az adatbázis méretétől függően ez hosszú folyamat lehet és eltarthat egy " #~ "ideig. Az adatai automatikusan mentésre kerültek arra az esetre, ha " #~ "valami rosszul sikerülne." #~ msgid "Paste ingredients" #~ msgstr "Hozzávalók beillesztése" #~ msgid "Import from file" #~ msgstr "Importálás fájlból" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Válassza ki a hozzávalólistát tartalmazó fájlt." #~ msgid "No file selected" #~ msgstr "Nincs fájl kiválasztva" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Nincs kiválasztott fájl, ezért a művelet megszakadt" #~ msgid "_Import file" #~ msgstr "Fájl _importálása" #~ msgid "Import _webpage" #~ msgstr "_Weboldal importálása" #~ msgid "Import recipe from webpage" #~ msgstr "Recept importálása weboldalról" #~ msgid "Open _Trash" #~ msgstr "_Kuka megnyitása" #~ msgid "Archive (zip, tarball)" #~ msgstr "Archívum (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Zip archívum betöltése" #~ msgid "Unzipping zip archive" #~ msgstr "Zip archívum kibontása" #~ msgid "Webpage" #~ msgstr "Weboldal" #, python-format #~ msgid "Downloading %s" #~ msgstr "%s letöltése" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Bevásárlólista ehhez: %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "%s lekérése" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Fájl letöltése" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Adja meg a receptarchívum vagy recept weboldal URL-jét." #~ msgid "Enter URL:" #~ msgstr "Adja meg az URL-t:" #~ msgid "Unable to import URL" #~ msgstr "Nem lehetséges az URL importálása" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "" #~ "A Gourmet programnak nincs olyan bővítménye, amely alkalmas URL " #~ "importálására" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Nem lehet importálni a(z) %(type)s MIME-típusú %(url)s URL-t. A fájl az " #~ "átmeneti %(fn)s helyre lett elmentve." #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Ne ismerje fel ezt a weboldalt. Általános importáló használata…" #~ msgid "Import complete." #~ msgstr "Importálás kész." #~ msgid "Importing recipe" #~ msgstr "Recept importálása" #~ msgid "Processing ingredients" #~ msgstr "Hozzávalók feldolgozása" #~ msgid "Processing ingredients." #~ msgstr "Hozzávalók feldolgozása." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML fájl" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet receptkezelő" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Receptek rendezése, bevásárlólisták készítése, tápérték-információk " #~ "számítása és egyéb szolgáltatások." #~ msgid "Send to Email" #~ msgstr "Küldés e-mailben" #~ msgid "Email recipes from Gourmet" #~ msgstr "Receptek küldése e-mailben a Gourmet programból" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Zip, gzip és tarball támogatás" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Receptek importálása zip és tar archívumokból" #~ msgid "HTML Export" #~ msgstr "HTML exportálás" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Receptweblapok létrehozása a receptekből." #~ msgid "Webpage import" #~ msgstr "Weboldal importálás" #~ msgid "Import recipes from the web." #~ msgstr "Receptek importálása a webről." #~ msgid "Website Importers" #~ msgstr "Weboldal importálók" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importálók az about.com, www.foodnetwork.com és egyéb oldalakhoz" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Szöveg kiválasztása a nyers receptből és kategorizálása címkézéssel, " #~ "hogy melyik recept része (válasszon a receptelemek közül a jobb oldalon)." #~ "" #~ msgid "_Raw recipe:" #~ msgstr "_Nyers recept:" #~ msgid "_Label" #~ msgstr "_Címke" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Új recept kezdése (akkor használja, ha az importált fájl több mint egy " #~ "receptet tartalmaz)" #~ msgid "Select recipe image" #~ msgstr "Receptkép kiválasztása" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Válasszon képet az alábbi recepthez: „%s”" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Lent látható az importált oldalhoz talált összes kép. Válassza ki bármely " #~ "képet, amely a recepthez tartozik, vagy ne válasszon semmit, ha egyik " #~ "képet sem szeretné." #~ msgid "Python Shell" #~ msgstr "Python parancsértelmező" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Hozzáférést tesz lehetővé a programozóknak egy interaktív " #~ "parancsértelmezőhöz, amely hozzáfér a Gourmet belső részeihez." #~ msgid "_Python Console" #~ msgstr "_Python konzol" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Python konzol megjelenítése (hozzáférést biztosít a jelenlegi gourmet " #~ "példányhoz)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "A Gourmet receptkezelő indítása…" #~ msgid "Starting gourmet..." #~ msgstr "A Gourmet indítása…" #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "%s receptet helyezett át a kukába. A recept visszaállításához vagy " #~ "azonnali törléséhez kattintson az Eszközök -> Kuka megnyitása menüpontra!" #~ msgstr[1] "" #~ "%s receptet helyezett át a kukába. A receptek visszaállításához vagy " #~ "azonnali törléséhez kattintson az Eszközök -> Kuka megnyitása menüpontra!" #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "A nyomtatáshoz aktiváljon egy bővítményt, amely nyomtatási támogatást " #~ "nyújt, mint például a „Nyomtatás és PDF exportálás” bővítmény." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Hoppá, ez kínos! Valami nem sikerült a recept nyomtatásakor." #~ msgid "Unable to open URL" #~ msgstr "Az URL nem nyitható meg" #~ msgid "Unable to launch mail reader." #~ msgstr "A levelezőt nem sikerült elindítani." #~ msgid "Unable to open website." #~ msgstr "A weboldal nem nyitható meg." #~ msgid "Unable to open file." #~ msgstr "A fájl nem nyitható meg." #~ msgid "There was an error launching the url: %s" #~ msgstr "Hiba lépett fel az URL megnyitása közben: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Az időnek a számmal vagy a törttel kell kezdődnie, amelyet egy " #~ "mértékegység követ (perc, óra, stb.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Az időnek órának, percnek, másodpercnek, stb. kell lennie." #~ msgid "cancelled" #~ msgstr "megszakítva" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Olyan ablak bezárását kérte, amelyben aktív stopper van. Leállíthatja a " #~ "stoppert, vagy egyszerűen bezárhatja az ablakot. Ha bezárja az ablakot, " #~ "akkor az újra meg fog jelenni, amikor a stopper lejár." #~ msgid "_Servings" #~ msgstr "_Adag" #~ msgid "A file named %s already exists." #~ msgstr "Már létezik %s nevű fájl." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Felül kívánja írni a jelenleg mentés alatt állóval?" #~ msgid "Importing old recipe data" #~ msgstr "Régi receptadatok importálása" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Receptadatok importálása egy korábbi verziójú Gourmet programból az új " #~ "adatbázisba." #~ msgid "Export succeeded" #~ msgstr "Exportálás sikerült" #~ msgid "webpage" #~ msgstr "weboldal" #~ msgid "Exported %s to %s" #~ msgstr "%s exportálva ide: %s" #~ msgid "%s stopped." #~ msgstr "%s leállítva." #~ msgid "%s was interrupted by user request." #~ msgstr "%s megszakítva a felhasználó kérésére." #~ msgid "%s interrupted" #~ msgstr "%s megszakítva" #~ msgid "There was an error during %s." #~ msgstr "Hiba lépett fel %s közben." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Receptek törlése az adatbázisból… (%s/%s törölve)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "%s recept törölve" #~ msgstr[1] "%s recept törölve" #~ msgid "Export complete!" #~ msgstr "Exportálás kész!" #~ msgid "Recipe exported to %s" #~ msgstr "A recept exportálva ide: %s" #~ msgid "Database format has changed" #~ msgstr "Adatbázis formátum megváltoztatva" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "A(z) %(progname)s %(version)s megváltoztatta az adatbázisának formátumát. " #~ "Az ön adatbázisa többé nem fog működni a(z) %(progname)s régebbi " #~ "verziójával. Biztonsági mentés készült erre a helyre: %(backupfile)s." #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "A recept adatbázisának biztonsági mentése exportálva lett a(z) %s helyre " #~ "arra az esetre, ha valami rosszul sikerülne." #~ msgid "Transferring data to new database format" #~ msgstr "Adatok átvitele az új adatbázis formátumra" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet importálás/exportálás" gourmand-1.2.0/po/id.po000066400000000000000000003155671510115424500147170ustar00rootroot00000000000000# Indonesian translation for grecipe-manager # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-17 20:30+0000\n" "Last-Translator: reza \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Resep _baru" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Tambah ke _Shopping List" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Recipe Manager" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Daftar Belanja" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Hapus resep-resep yang dipilh" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "%s resep" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "timer" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Recipe Manager" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Resep baru" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Sudah punya(barang_Pantry)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Masukkan kategori" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategori untuk menambah %s ke" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategori:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Resep" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Tidak ada resep yang dipilih. Anda ingin membersihkan seluruh daftar?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Cetak Resep" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Tambah ke _Shopping List" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Anda tidak menyimpan perubahan" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opsional)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Sunting Resep:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "dikonversi: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Tidak dikonversi: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Ubah unit" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Tidak dapat mengkonversi dari %(old_unit)s ke %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Menambahkan grup bahan dasar" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Resep-resep" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "hentikan _timer" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "atau" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Sumber" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Waktu persiapan" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Waktu memasak" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modifikasi" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Input tidak valid." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Bukan nomor" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Apakah anda yakin untuk melakukan ini" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "Bagus sekali" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "Hebat" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Pilih tipe_berkas" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Maafkan saya, Saya tidak mengerti\n" "Jumlah \"%s\"" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "Tepung, untuk apa saja" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "gula" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "garam" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Resep Menyebut dirinya sebagai bahan dasar" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Bahan dasar %s akan diacuhkan" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Mengimpor resep" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Impor di-pause" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Hentikan impor" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " reza https://launchpad.net/~edja-kun" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Tersimpan!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Sumpan suntingan anda ke %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Impor dalam proses" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Expor dalam proses" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Penghapusan dalam proses" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Keluar program?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Jangan Keluar!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Resep yang takdihapus " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multplikasikan %s dengan:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Hapus resep-resep yang dipilh" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "Lihat resep" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Mengimpor resep" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s resep" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Apakah anda yakin ingin menghapus %s resep yang dipilih?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Lihat resep" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Resep-resep" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Hapus resep %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Mengimpor..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "barang" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Bagian" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Nilai" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Hitung" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Ubah semua kunci \"%s\" ke \"%s\":" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Anda tidak akan dapat kembali ke aksi ini. Jika sudah ada bahan dasar dengan " "kunci \"%s\", anda tidak akan dapat membedakan antara barang-barang tersebut " "dan Barang-barang yang anda ubah sekarang." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Ubah semua barang \"%s\" ke \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Anda tidak akan dapat kembali ke aksi ini. Jika sudah ada bahan dasar dengan " "barang \"%s\", anda tidak akan dapat membedakan antara barang-barang " "tersebut dan Barang-barang yang anda ubah sekarang." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Ubah semua instansi dari \"%(unit)s\" ke \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s bahan dasar" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Jumlah" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Kategori belanja" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Membutuhkan informasi yang detail." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "halaman Web HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Mengimpor resep" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Ekspor teks" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "berkas Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Ekspor Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Impor Mastercook selesai" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Cetak resep" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Ekspor PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "berkas MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Pelayanan" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Ekspor PDF" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "ada Grup makanan" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Untuk mengapikasikan informasi nutrisional, Gourmet membutuhkan sebuah " "jumlah yang valid dan unit" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Ubah unit" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Untuk mengapikasikan informasi nutrisional, Gourmet membutuhkan sebuah " "jumlah yang valid dan unit" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gram" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalori" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Lemak Total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protein" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alpha-carotene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Debu" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-carotene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalsium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Tembaga" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Total Folat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Asam Folic" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Food Folate" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selenium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Thiamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamin A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamin A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "SEng" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamin dan mineral" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _nilai harian" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Persentase dari nilai harian yang direkomendasikan berdasarkan pada %i " "kalori per hari. Klik untuk menyunting jumlah kalori per hari" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Jumlah per resep" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "impor Basis data nutrisional selesai!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Mengambil basis sata nutrisional dari arsip zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fiber" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g gula" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "g kalsium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg besi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potassium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg seng" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg tembaga" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "mikrogram Food Folate" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogram Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "mikrogram Retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mikrogram Alpha-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogram Beta-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamin E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamin K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Rempah-rempah dan herbal" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Makanan bayi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Lemak dan minyak" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Poultry" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Sup dan Saus" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Sosis dan Daging" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Sereal sarapan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Buah dan jus buah" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Babi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Makanan cepat saji" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Makanan ringan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Makanan Etnis" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Simpan resep sebagai..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Cetak resep %s" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Masukkan URL dari sebuah arsip resep atau website resep" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modifikasi" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "semua Berkas-berkas yang dapat diimpor" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Pelayanan" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "Judul" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "Catatan" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s resep" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "Jam." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "untuk" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Ekspor PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Pilih berkas yang berisi daftar bahan dasar anda:" #~ msgid "No file selected" #~ msgstr "Tidak ada berkas yang dipilih" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Tidak ada file yang dipilih, maka aksi dibatalkan" #~ msgid "Loading zip archive" #~ msgstr "Memuat arsip zip" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Medapatkan kembali %s" #~ msgid "Retrieving file" #~ msgstr "Medapatkan kembali berkas" #~ msgid "Enter URL:" #~ msgstr "Masukkan URL:" #~ msgid "Import complete." #~ msgstr "Impor selesai." #~ msgid "Processing ingredients" #~ msgstr "Memproses bahan-bahan dasar" #, fuzzy #~ msgid "Gourmet" #~ msgstr "berkas Gourmet XML" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Recipe Manager" #~ msgid "Unable to open URL" #~ msgstr "Tidak dapat membuka URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Tidak dapat meluncurkan surat pembaca" #~ msgid "Unable to open website." #~ msgstr "Tidak dapat membuka website" #~ msgid "Unable to open file." #~ msgstr "Tidak dapat membuka berkas." #~ msgid "There was an error launching the url: %s" #~ msgstr "Ada kesalahan pada peluncuran URL: %s" #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Waktu harus diekspresikan dalam jam, menit, detik, dll." #~ msgid "A file named %s already exists." #~ msgstr "Sebuah file bernama %s sudah ada." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Apakah anda ingin menimpa ini dengan yang anda simpan?" #~ msgid "Export succeeded" #~ msgstr "Export berhasil" #~ msgid "webpage" #~ msgstr "webpage" #~ msgid "Exported %s to %s" #~ msgstr "Ekspor %s ke %s" gourmand-1.2.0/po/is.po000066400000000000000000003031721510115424500147230ustar00rootroot00000000000000# Icelandic translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-06 19:29+0000\n" "Last-Translator: Salvör \n" "Language-Team: Icelandic \n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Salvör https://launchpad.net/~salvor" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/it.po000066400000000000000000004203311510115424500147210ustar00rootroot00000000000000# Italian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-08-19 17:24+0000\n" "Last-Translator: Gianfranco Frisani \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Indice delle ricette" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nuova ricetta" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Aggiungi alla Lista della _Spesa" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Visualizza Ri_cetta" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "C_erca:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Ricerca delle ricette durante la digitazione" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_in" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Cerca con un altro parametro nei risultati correnti" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Aggiungi criteri _di ricerca" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Limita la ricerca a:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_Risultati della ricerca" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Imposta i Campi per le Ricette Selezionate" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Imposta i Campi per le ricette " "selezionate" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Aggiungi immagine" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Rimuovi Immagine" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "S_orgente:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Giudizio:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "C_ucina:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Categoria:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Tempo di _Preparazione" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Tempi di cottura:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "Pagina _Web:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Immagine:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Quantità:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Unità di misura" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Imposta valori solo dove i campi sono vuoti" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Imposta tutti i valori per tutte le ricette selezionate" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (predefinito, salvato su file locale)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (salvato su file locale)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (richiede una connessione al database)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Scegli Database" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Scegli il Tipo di Database da usare in Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Tipo di _Database" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Host:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Nome _Utente:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Password:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Password per il tuo nome utente sul database." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "_Nome Database:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_File" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Nome dell'host del sistema dove è in esecuzione il server del database. Se " "il server è in esecuzione in locale, usa \"localhost\"." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Ricorda la password. Questo significa che la password sarà salvata in chiaro " "nel tuo file di configurazione." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Salva Password" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Nome del database dove Gourmet salverà le informazioni. Gourmet proverà a " "crearlo se non esiste." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "ricetta" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Nome utente sul database." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Sfoglia" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Dettagli" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Preferenze del Gestore di Ricette Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Preferenze di Visualizzazione dell'Indice" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Mostra _Opzioni" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Ricette per pagina:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Imposta le colonne visibili nalla vista a indice delle ricette." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Vista a Indice" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Preferenze di Visualizzazione della Scheda" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Moltiplic_ando permetti il cambio di unità" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Usa frazioni" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Usa frazioni quando possibile per le quantità" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Rimuovi elementi non usati nell'interfaccia a Scheda delle Ricette." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Vista a Scheda" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Preferenze della Lista della spesa" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Cosa deve farne Gourmet degli ingredienti Opzionali quando si aggiungono " "ricette alla lista della spesa?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "Chiedi se includere ingredienti opzionali" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Ricorda le scelte dell'utente in maniera predefinita" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "Pulis_ci gli ingredienti opzionali memorizzati" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Aggiungi sempre gli ingredienti opzionali" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Non aggiungere mai ingredienti opzionali" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Lista della Spesa" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "porzioni" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titolo" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Titolo:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Tempo di Pre_parazione:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categoria" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "giudizio" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Quantità" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Unità di misura" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Spesa" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Modifica _descrizione" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Tempo di cottura:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Tempo di preparazione:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Cucina:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Categoria:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Pagina Web:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Quantità:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Collegamento" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Sorgente:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Giudizio:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "Fattore di _moltiplicazione:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Procedimento" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Modifica proced_imento" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Note" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Modifica _note" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Ricetta" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredienti" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Modifica _ingredienti" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Aggiungi _ingrediente:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredienti" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Aggiungi ricetta alla lista della spesa" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Aggiungi alla lista della _spesa" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Vai alla ricetta nella vista a Scheda" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Cancella ricetta selezionata" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Eliminazione _della ricetta" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Modifica le caratteristiche delle ricette selezionate" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Modifica in batch le ricette" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Apri la ricetta selezionata" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Scegli ricetta" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Stampa la ricetta selezionata" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "Stam_pa ricetta" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Non comprare mai questo elemento. Quando viene richiesto in una ricetta, " "verrà mostrato in una sezione \"dispensa\" della lista come promemoria del " "fatto che serve, ma non verrà incluso quando si salverà e/o stamperà la " "lista a meno che non venga specificato il bisogno di acquistarlo." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Aggiungi alla dis_pensa" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Mostra _Opzioni" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Cerca _in" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Usa espressioni regolari (ricerca avanzata)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Cerca quando si digi_ta qualcosa" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Opzioni di ricerca" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categoria" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Chiave" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Editor delle Categorie" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Cerca per" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Cerca quando si digita qualcosa" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Usa espressioni regolari" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Ricerca avanzata" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Aggiungi categoria: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Timer" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Tempo" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Tempo terminato!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Il timer continuerà a scorrere a meno che questa finestra di dialogo non " "venga chiusa o il timer venga azzerato." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Imposta _Timer: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Azzera" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Avvia" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "Su_ono" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Note" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Ri_petere l'allarme finché non lo spengo" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Impostazioni" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Modifica i campi in tutto il database" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Campo da Modificar_e:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Per ogni valore selezionato:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "_Lascia valore così com'è" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Il nuovo valore verrà inserito alla fine del testo esistente" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Il nuovo valore rimpiazzerà quello esistente" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Campo:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Valore:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Cambia altr_o campo:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Modifica valore in: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "Elimina valore" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Seleziona equivalente di" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "dal database USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Modifica ingrediente" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "o" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Cerca Database Ingredienti USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Cerca quando di digita qualcosa" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Visualizza solo il cibo in _group" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Cerca_risultati:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Da:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Ammontare:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Unità:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unità" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Modifica unità di misura" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Salva unità di misura" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "A:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Unità:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Inserisci informazioni nutrizionali" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Scegli una Densità" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ingrediente Chiave:" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "elemento USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Edita associazione _USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Informazioni nutrizionali" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Modifica _informazione" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Informazioni Nutrizionali" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Densità:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA equivalente" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Usi equivalenti:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "_Densità Informazioni" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Informazioni Nutrizionali Conosciute" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "Ricerca _Avanzata" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Informazioni Nutrizionali" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnora" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet - Gestore ricette" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Recipe Manager è un programma che consente di memorizzare, ordinare " "e cercare ricette. Gourmet inoltre facilita la creazione di liste della " "spesa a partire dalle ricette. Gourmet consente di importare ricette da " "svariate fonti, tra le quali gli archivi di MealMaster e MasterCook e da " "diversi siti di ricette. Gourmet consente di esportare ricette come file di " "testo, archivi MealMaster, pagine web HTML e in formato XML per scambiarle " "con altri utenti di Gourmet. Gourmet supporta l'assegnamento di immagini " "alle ricette. Gourmet permette anche di calcolare i fattori nutrizionali per " "le ricette, sulla base degli ingredienti." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Scegli il Database" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nuova ricetta" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "_Nome Database:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Dettagli" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Un backup è stato fatto in %s nel caso qualcosa vada storto. Se questo " "aggiornamento fallisce potrai rinominare manualmente il file di backup " "recipes.db per recuperarlo ed usarlo con la vecchia versione di Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Cambia _Categoria" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Crea nuova categoria" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Cambia la categoria dell'articolo selezionato" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Dispensa" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Muovi alla Lista della _Spesa" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Muovi in _dispensa" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Rimuovi dalla lista della spesa" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Muovi gli oggetti selezionati in %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Lista della _Spesa" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Già Presenti (Oggetti _Dispensa)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Inserisci la Categoria" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Categoria a cui aggiungere %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Categoria:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Ricette" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Aggiungi oggetti" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Rimuovi Ricette" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Rimuovi le ricette dalla lista della spesa" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Modifica" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Aiuto" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Aggiungi oggetti" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Aggiungi oggetti a tua scelta alla lista della spesa" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "X" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Nessuna ricetta selezionata. Vuoi cancellare l'intera lista?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Salva la lista della spesa come..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Seleziona ingredienti opzionali" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Specifica quali dei seguenti ingredienti opzionali vuoi includere nella " "lista della spesa." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Ricetta" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "Vai" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Esporta ricetta" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Esporta ricetta selezionata (salva su file)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Cancella ricetta" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Cancella questa ricetta" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Converti automaticamente le unità durante le moltiplicazioni" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Cambia le unità per renderle più leggibili (dove possibile) mentre " "moltiplichi." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Stampa Ricetta" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Aggiungi alla Lista della _Spesa" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Dimentica gli ingrendienti opzionali ricordati" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Prima di aggiungere alla lista della spesa, chiedi riguardo a tutti gli " "ingredienti opzionali, anche quelli che volevi precedentemente che fossero " "ricordati" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Esporta Ricetta" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Non hai salvato le modifiche." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Applicare le variazioni prima di stampare?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Applicare le variazioni prima di stampare?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opzionale)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Impossibile trovare la ricetta %s nel database." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Modifica Ricetta:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Salva le modifiche nel database" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Mostra Scheda Ricetta" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Modifica" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Salva cambiamenti in %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Aggiungi ingrediente" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Aggiungi gruppo" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Aggiungi _ricetta" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Aggiungi un'altra ricetta come un ingrediente in questa ricetta" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Elimina" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Su" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Giù" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Descrizione" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Procedimento" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Note" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Qta" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unità" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Articolo" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opzionale" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "La ricetta %s (ID %s) non e` presente nel database." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Convertito: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Non Convertito: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Unità cambiata" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Hai cambiato l'unità per %(item)s da %(old)s a %(new)s. Vuoi che la quantità " "sia convertita oppure no?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Convertito %(old_amt)s %(old_unit)s in %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Impossibile convertire da %(old_unit)s a %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Aggiungi gruppo di ingredienti" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Inserisci un nome per il nuovo sottogruppo di ingredienti" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nome del gruppo:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Scegli ricetta" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Il nome della ricetta non puo' essere quello di un ingrediente!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "La ricorsione infinita non e' ammessa nelle ricette!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Non hai selezionato alcuna ricetta!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Quanti %(title)s richiama la tua ricetta?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Ricette" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Suono Campanello" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Suono Allarme" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Suono errore" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Fermare il timer?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Arresta il _timer" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Prosegui il _conteggio" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Plugins" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Aggiungi Plugins extra a Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Un plugin è richiesto per altri plugin. Vuoi disattivare comunque il plugin?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Il seguente plugin richiede %s" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Disattiva comunque" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Mantieni attivo il plugin" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "o" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Si è verificato un errore nell'attivazione del plugin" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Si è verificato un errore nella disattivazione del plugin." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cucina" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Giudizio" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Fonte" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Sito web" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Tempo di preparazione" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Tempo di cottura" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modifiche" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Input non valido" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Non un numero." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pausa" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Non chiedermelo più." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Vuoi realmente farlo" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "eccellente" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "ottimo" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "buono" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "giusto" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "scarso" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Converti Valutazioni in una scala di 5 stelle" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Converti valutazioni" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Dai ad ogni valutazione una equivalente su una scala di 1 - 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Valutazione Corrente" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Valuta su 5 stelle" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Seleziona il _tipo di File" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Mi spiace, non capisco \n" "la quantità \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Le quantità devono essere numeri (frazioni o decimali), intervalli di " "numeri, o vuote." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "La \"unità\" deve essere nel campo \"unità\" da sola.\n" "Per esempio, se vuoi inserire una tazza e mezza,\n" "il campo quantità deve contenere \"1.5\" oppure \"1 1/2\"; \"tazze\"\n" "deve andare nel campo \"unità\".\n" "\n" "Per inserire un intervallo di numeri, usa un \"-\" per separarli.\n" "Per esempio, potresti inserire 2-4 oppure 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Nome _Utente:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Password:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "farina, comune" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "zucchero" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sale" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "pepe nero, macinato" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "ghiaccio" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "acqua" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olio, vegetale" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olio, d'oliva" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Sconosciuto" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "La ricetta fa riferimento a se stessa come ingrediente." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "L'ingrediente %s verrà ignorato." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Lista della spesa per %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Per le seguenti ricette:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Per le seguenti ricette:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Seleziona codifica" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Non riesco a determinare la codifica esatta. Per cortesia seleziona la " "corretta codifica dalla seguente lista." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Vedi _file con codifica" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importazione in pausa" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Interrompi importazione" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Indice ricette" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista della spesa" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "translator-credits\n" "\n" "Launchpad Contributions:\n" " Alessandro Cattelan https://launchpad.net/~acattelan\n" " Alessandro Cresto Miseroglio https://launchpad.net/~alex179ohm\n" " Alessandro Gheda https://launchpad.net/~alessandro-gheda\n" " Andrea V. https://launchpad.net/~vezza\n" " Babbino06 https://launchpad.net/~teoden44\n" " Cookingfool https://launchpad.net/~shibarinogaijin\n" " Daniele https://launchpad.net/~daniele-tagliaferri\n" " Enrico Carraro https://launchpad.net/~gimbo\n" " Gabriele De Luca https://launchpad.net/~gabrieledeluca\n" " Gianfranco Frisani https://launchpad.net/~gfrisani\n" " Giuda Falso https://launchpad.net/~giudafalso\n" " Guybrush88 https://launchpad.net/~guybrush\n" " Ivo Devo https://launchpad.net/~ivano-devoti\n" " Maria Elena https://launchpad.net/~meba411\n" " Massimo Romanini https://launchpad.net/~konrad-lorenz\n" " Milo Casagrande https://launchpad.net/~milo\n" " Nicholas https://launchpad.net/~roundtrip\n" " Nicolò Barbon https://launchpad.net/~smilzoboboz\n" " Non sono fatti tuoi https://launchpad.net/~bettini2009\n" " Nuccio https://launchpad.net/~ly2k\n" " Paolo Massa https://launchpad.net/~massa\n" " Simone https://launchpad.net/~tsutomu83\n" " Sirsly https://launchpad.net/~sirsly\n" " Stemby https://launchpad.net/~carlo-stemberger\n" " Thomas M. Hinkle https://launchpad.net/~thomas-hinkle\n" " Viscio https://launchpad.net/~viscio\n" " bilo https://launchpad.net/~d-barbuio\n" " dies3l https://launchpad.net/~davide-mereu\n" " febo https://launchpad.net/~cenacchi\n" " gave https://launchpad.net/~gave\n" " gianlorenzo https://launchpad.net/~gianlorenzo\n" " gino https://launchpad.net/~diorkyolve\n" " giovanni parisi https://launchpad.net/~giovanni-parisi\n" " gnuckx https://launchpad.net/~gnuckx\n" " igor altieri https://launchpad.net/~igor-altieri\n" " jaeger https://launchpad.net/~jaeger\n" " k3rb3r0s https://launchpad.net/~si-ma\n" " oniric https://launchpad.net/~stefano-angaran\n" " ranespa https://launchpad.net/~felici-alex\n" " renatoram https://launchpad.net/~renato-ramonda\n" " sadwings https://launchpad.net/~sadwings\n" " scrax https://launchpad.net/~scrax\n" " sinus_asperitatis https://launchpad.net/~sinus-asperitatis\n" " stefanomasini https://launchpad.net/~stefano-stefanomasini" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Salvato!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Salva le modifiche a %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Un importazione è in corso." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Un esportazione è in corso." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Una cancellazione è in corso." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Uscire ugualmente?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Non uscire!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s di %s ricette eliminate definitivamente" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Cestino" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Naviga, cancella definitivamente o recupera ricette cancellate" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Ricette recuperate " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Numero di %(unit)s di %(title)s da acquistare" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Moltiplica %s per:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Impostare %(attributes)s per %(num)s ricetta selezionata?" msgstr[1] "Impostare %(attributes)s per %(num)s ricette selezionate?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "I valori preesistenti non saranno modificati." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "I nuovi valori sovrascriveranno quelli preesistenti." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Questa modifica non può essere annullata." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Imposta i valori per le ricette selezionate" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Cerca ricette" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Apri ricetta" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Apri la ricetta selezionata" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Elimina ricetta" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Elimina ricette selezionate" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Modifica ricetta" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Apri la ricetta selezionata nel visualizzatore ricette" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_sporta le ricette selezionate" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Esporta le ricette selezionate su file" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Stampa" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "ricette" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Modifica più ricette" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nuova" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importa ricetta" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importa ricetta da file" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s ricetta" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Esporta _tutte le ricette" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Esporta tutte le ricette su file" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Esci" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Azioni" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Cestino" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferenze" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Plugin" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Gestisci i plugin che aggiungono funzionalità extra a Gourmet." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Opzi_oni" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "Informazioni su" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Strumenti" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Timer" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Mostra timer" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Indice per la ricerca delle ricette nel database" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Cancellare %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Hai dei cambiamenti non salvati in %s. Cancellare ugualmente?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Cancellato" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Senza nome" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Cancello definitivamente le ricette?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Cancello definitivamente le ricette?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Sei sicuro di voler cancellare la ricetta %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Sei sicuro di voler cancellare queste ricette?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Sei sicuro di voler cancellare le %s ricette selezionate?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Vedi ricette" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Elimina Ricette" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Indice delle ricette" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Ricetta cancellata %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Fatto!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importazione in corso ..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Editor per _Chiave Ingrediente" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Modifica categorie in blocco" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "chiave" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "articolo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Campo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Valore" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Numero" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Cambiare tutte le chiavi \"%s\" in \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Non sarà possibile annullare questa operazione. Se esistono già ingredienti " "con la chiave \"%s\", non sarà possibile distinguere questi ingredienti da " "quelli che state per modificare." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Cambiare tutti gli articoli \"%s\" in \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Non sarà possibile annullare questa operazione. Se esistono già ingredienti " "con la voce \"%s\", non sarà possibile distinguere questi ingredienti da " "quelli che state per modificare." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Cambi_a tutte le occorrenze di \"%(unit)s\" in \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Cambia \"%(unit)s\" in \"%(text)s\" solo per gli _ingredienti \"%(item)s\" " "con chiave \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Cambi_a tutte le occorrenze di \"%(amount)s\" %(unit)s in %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Cambia \"%(amount)s\" %(unit)s in \"%(text)s\" %(unit)s solo _dove la chiave " "ingrediente è %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Cambia \"%(amount)s\" %(unit)s in \"%(text)s\" %(unit)s solo dove la chi_ave " "ingrediente è %(key)s e dove l'oggetto è %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Modificare tutte le righe selezionate?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Questa operazione non può essere annullata. Stai per impostare i seguenti " "valori per tutte le %s righe selezionate:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Chiave in %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Articolo in %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Unità in %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Valori in %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrediente" msgstr[1] "%s ingredienti" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Visualizzazione ingredienti %(bottom)s a %(top)s di %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Ammontare" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ingredienti chiave" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Gli ingredienti chiave sono nomi di ingredienti normalizzati per la lista " "della spesa e per i calcoli." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Categorie automatiche" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Intuisci i valori migliori per tutte le chiavi di ingredienti basandoti sui " "valori che sono già nel tuo database" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Modifica le associazioni di chiave" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Modifica le associazioni con la chiave e altri attributi nel database" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Editor delle Chiavi" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "Elemento:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Chiave:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Modifica ingrediente selezionato" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Categoria di spesa" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Mostra le unità come scritte per ogni ricetta (nessun cambiamento)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Mostra sempre unità U.S." #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Mostra sempre unità metriche" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Regola automaticamente le unità di misura" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Seleziona _unità di misura visualizzate" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Converti automaticamente le unità al sistema preferito (metrico, imperiale, " "etc.) dove possibile." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Stelle" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s fà" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Unisci automaticamente le ricette" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Usa sempre la ricetta più recente" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Usa sempre la ricetta più vecchia" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Nulla" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Alcune delle ricette importate sembrano essere doppioni. Puoi unirle qui, o " "chiudere questa finestra di dialogo per lasciarle come sono." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Trova ricette _doppioni" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Trova e rimuovi ricette doppioni" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Ricette con informazioni simili" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Ricette con ingredienti simili" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Ricette con ingredienti e informazioni simili" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Duplica le ricette" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Inserisci le ricette nel cestino" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Mostra:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Unisci tutti _i doppioni" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Unisci le ricette" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Unione automatica" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Per ogni valore selezionato" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Dove %(field)s sono %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "La modifica avrà effetto su %s ricetta" msgstr[1] "La modifica avrà effetto su %s ricette" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Vuoi cancellare %s dove è %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Vuoi cambiare %s da %s a %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Questo cambiamento non è reversibile." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Modifica i campi" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Modifica i campi per più di una ricetta alla volta." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Manda ricette via e-mail" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Manda tutte le ricette selezionate via e-mail (o tutte le ricette se non è " "selezionata alcuna ricetta" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Vuoi davvero inviare %s ricette selezionate?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Si, mandale via e-mail" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Non posso convertire %s a %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Mancano informazioni" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Convertitore" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Calcola le conversioni di unità" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Convertitore di unità" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Da" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Elemento:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Densità:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Valor_i di densità" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "A" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Risultato:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Pagina WEB HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Esportazione pagina web" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Esportazione ricette su file HTML nella directory %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Ricette salvate in formato HTML su file %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Pagina originale da %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opzionale" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Esportazione pagina web" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Esportazione ricette su file HTML nella directory %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Ricette salvate in formato HTML su file %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "File di testo normale" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Esporta testo" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Esporta le ricette sul file di testo %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Ricetta salvata come file di testo semplice %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "File Grande" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Il file %s è troppo grande per essere importato" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Il tuo file supera la lunghezza massima di %s caratteri. Probabilmente non " "avevi intenzione di importarlo in ogni caso. Se veramente vuoi importare " "questo file, usa un editor di testo per dividerlo in file più piccoli e " "prova ad importare nuovamente." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML File" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet esportazione XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Espostazione ricette su file tipo Gourmet XML %(file)s" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Ricette salvate in formato Gourmet XML su file %(file)s" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML File (Obsoleto)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML File" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook Text File" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Importazione Mastercook terminata" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Pulizia XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML File" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Aspetto pagina" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Stampa ricette" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Esporta in PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Esportazione ricette nei file PDF %(file)s in corso..." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Ricetta salvata come PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "punti" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "27,9x43,1 cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Scheda (8,9x12,7 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Scheda (10,2X15,2 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Scheda (12,7x20,3 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Scheda (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Lettera" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legale" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Schede (8,9x12,7 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Schede (10,2X15,2 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Schede (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Normale" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Colonna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Colonna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Colonna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Colonna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Colonna" msgstr[1] "%s Colonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Orientamento verticale" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Orientamento orizzontale" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "_Dimensione Foglio" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientamento" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "_Layout della pagina" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Dimensione carattere" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Margine sinistro" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Margine destro" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Margine superiore" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Margine inferiore" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Opzioni PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "File tipo MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Esportazione MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Esportazione ricette in formato MealMaster su file %(file)s" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Ricetta salvata in formato MealMaster su file %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porzione" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "File Grande" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Esporta HTML" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Espostazione ricette su file tipo Gourmet XML %(file)s" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Ricette salvate in formato Gourmet XML su file %(file)s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Salva la Lista della Spesa" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Salva Lista come Ricetta" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Salva la lista della spesa corrente come una ricetta per riutilizzarla" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Menu per %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Le informazioni nutrizionali riflettono l'ammontare per %s" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" "Le informazioni nutrizionali riflettono l'ammontare per l'intera ricetta" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Manca l'informazione nutrizionale per %s ingredienti: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Qualsiasi gruppo di alimenti" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "selezione" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Converti l'unità per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Per poter calcolare le informazioni nutrizionali, Gourmet ha bisogno di un " "aiuto epr convertire \"%s\" in una unità di misura riconosicuta." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Cambia ingrediente chiave" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Cambio la chiave ingredienti da %(old_key)s a %(new_key)s dappertutto o solo " "nella ricetta %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Cambia tutto" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Solo nella ricetta %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Cambia categoria da %(old_key)s a %(new_key)s ovunque?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Modifica unità" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Cambio l'unità di misura %(old_unit)s in %(new_unit)s in tutti gli " "ingredienti %(ingkey)s o solo nella ricetta %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Allo scopo di calcolare le informazioni nutrizionali per \"%(amount)s " "%(unit)s %(ingkey)s\", Gourmet necessita di conoscerne la densità. Il nostro " "database nutrizionale contiene diverse descrizioni di questo cibo, con " "densità differenti. Si prega di scegliere la voce corretta fra quelle sotto " "elencate." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Per poter applicare le informazioni nutrizionali, Gourmet necessita di " "valori e unità corretti." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Nutrizione" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingredienti" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Equivalente Database USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 grammi" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calorie" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Grassi Totali" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Grasso saturo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Colesterolo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Carboidrati totali" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Fibre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Zuccheri" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-carotene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Cenere" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-carotene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Criptoxantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calcio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Rame" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folati Totali" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Acido folico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Folati" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Folati equivalenti" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Ferro" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Licopene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteina+Zeaxantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganese" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Acido pantotenico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosforo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potassio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamina A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinolo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selenio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamina A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamina A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamina B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamina C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamina E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamina K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinco" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamine e minerali" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Informazioni nutrizionali mancanti\n" "per %(missing)s su %(total)s ingredienti." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Valore Giornaliero" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Percentuale del valore giornaliero raccomandato in base alle %i calorie " "giornaliere. Clicca per modificare il valore delle calorie giornaliere." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Importo per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Quantità per ricetta." #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Caricamento dei Dati Nutrizionali" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Caricamento del database nutrizionale completato!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Recupero il database nutrizionale dall'archivio zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Estrazione di %s dall'archivio zip." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Elaborazione dati nutizionali..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Lettura dei dati nurizionali: importati %s di %s elementi." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Elaborazione dati di peso..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Lettura dati peso degli elementi nutrizionali: importati %s di %s elementi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Acqua" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Chilocalorie" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipidi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g ceneri" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g carboidrati" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fibre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g glucidi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg calcio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg ferro" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosforo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potassio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zinco" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg rame" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg manganese" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "μg selenio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamina C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiamina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg acido pantotenico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamina B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "μg Folati Totali" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "μg acido Folico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "μg folati" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "μg folati equivalenti" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Choline, totale" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "μg Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamina A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamina A (equivalente al retinale attivo microgrammo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "μg Retinolo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "μg Alfa-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "μg Beta-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "μg Beta-criptoxantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "μg Licopene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "μg Luteina+Zeaxantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamina E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamina K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g Acidi Grassi Saturi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Acidi Grassi Monoinsaturi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Acidi Grassi Polinsaturi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Colesterolo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Percentuale rifiutata" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Uova & Latticini" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Spezie ed Erbe Aromatiche" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Alimenti per Bambini" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Grassi ed Oli" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Pollame" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Zuppe e Salse" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Salsiccie e Carni da Pranzo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cereali per la Colazione" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frutta e Succhi di Frutta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Maiale" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Verdura" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Frutta Secca e Sementi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Manzo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Bevande" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Pesce e Molluschi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Legumi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Agnello, Vitello e Cacciagione" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Prodotti da Forno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Dolciumi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Pasta e Legumi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Spuntini" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Secondi, antipasti e contorni" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snack" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Cucina Etnica" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "tutto il database" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Chiave Ingrediente" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "Numero ID secondo USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Descrizione articolo USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Densità equivalente" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA Numero#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Strumenti" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Ottieni le informazioni nutrizionali per la lista corrente" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Ammontare per Lista della Spesa" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Modifica_le informazioni nutrizionali" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "stelle" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Esportato %(number)s ricette su %(total)s" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Esportazione completata." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Inserisci ricetta nel testo del messaggio" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Invia ricetta come allegato HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Manda la ricetta via e-mail come Allegato PDF" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Opzini Email" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Non chiedere conferma prima di inviare la mail" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Messaggio non inviato" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Non avete selezionato l'invio della ricetta nel testo del messaggio o come " "allegato" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Salva ricetta come ..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet non puo' esportare file di tipo \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Esporta ricette" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "ricette" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Impossibile esportare: tipo di file sconosciuto \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Per favore assicurarsi di selezionare un tipo di file dal menu a discesa " "mentre si salva." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Esporta" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Impossibile stampare: non ci sono plugin di stampa attivi!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Stampa %s ricetta" msgstr[1] "Stampa %s ricette" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "quantità" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Apri ricetta..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Inserire l'indirizzo web" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modifiche" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Inserisci l'indirizzo di un sito web o di un archivio di ricette" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importa" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Tutti i file importabili" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Importate %s ricette." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porzione" msgstr[1] "porzioni" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importato %s ricette su %s." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "OK" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porzioni" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Sottogruppo Ingredienti" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Nascondi" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Testo" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Azioni" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importa ricetta" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Pulisci _Etichette" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importa ricetta" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "ovunque" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "titolo" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediente" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "Procedimento" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "Note" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cucina" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "fonte" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Usa espressioni regolari nella ricerca" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Usa espressioni regolari nella ricerca (linguaggio di ricerca avanzato)" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Ricerca mentre digiti (disattivare se la ricerca è troppo lenta)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Mostra _Opzioni di Ricerca" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Mostra opzioni di ricerca avanzate" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s ricetta" msgstr[1] "%s ricette" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Visualizzazione ricette %(bottom)s a %(top)s di %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s in %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "In pausa" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Importa da KRecipe" msgstr[1] "Importa da KRecipe" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pausa" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Fatto" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Errore: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Errore" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Errore %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Traccia" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "secondo" msgstr[1] "secondi" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" msgstr[1] "minuti" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "h." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "ora" msgstr[1] "ore" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "giorno" msgstr[1] "giorni" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "settimana" msgstr[1] "settimane" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mese" msgstr[1] "mesi" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "anno" msgstr[1] "anni" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " e " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "e" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "a" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Cerca nelle ricette" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Seleziona la ricerca per Categoria, Cucina, ecc..." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Principale" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Ceca le ricette doppioni" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Una utility cerca e rimuove o unisce le ricette doppioni" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Esporta in PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Crea pagina web dalla ricetta" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importatore/Esportatore" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Importa ed Esporta Gourmet XML" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importa ed Esporta le ricette come file XML di Gourmet, adatti per backup o " "per lo scambio con altri utenti Gourmet." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Importa da KRecipe" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importa file dal programma Krecipe." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Importa da Mastercook" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importa file dal programma Mastercook" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Importa ed Esporta Gourmet XML" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Importa ed Esporta le ricette come file XML di Gourmet, adatti per backup o " "per lo scambio con altri utenti Gourmet." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Esporta in Mealmaster (tm)" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Esporta le ricette come file di testo mealmaster" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Stampa & Esporta PDF" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Stanpa o esporta ricette come PDF; questo plugin permette vari formati di " "pagina." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Importazione Guidata di Testo Semplice" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Aiuta l'utente ad annotare e importare del testo semplice. Prevede anche " "l'esportazione di testo." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Assegna e modifica gli ingredienti chiave (unica identificazione per gli " "ingredienti usata per redigere la lista della spesa)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Salva la lista della spesa per riutilizzarla." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Informazioni nutrizionali calcolati per le ricette." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Editor Categoria Shopping" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Assegnare e modificare le categorie commerciali per gli ingredienti da " "dentro l'editor ricetta." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Controllo ortografico" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Istruztioni, Note)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Fornisce una semplice calcolatrice." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Preferenze di visualizzazione delle unità" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Consente di utilizzare unità metriche (o imperiali) per la visualizzazione." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Controlla nel file di testo Unicode-16" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Attivare questa funzione se i file di testo in UTF-16 non si importano in " "modo pulito in Gourmet. Disattivare questa opzione se non si utilizzano mai " "l'UTF16 e si è continuamente infastiditi dalla finestra di dialogo " "'Codifica' quando si importano i file." #~ msgid "E-mail selected recipe" #~ msgstr "Invia ricetta selezionata per e-mail" #~ msgid "_E-Mail recipe" #~ msgstr "Invia ricetta via _e-mail" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (assistenza in porting su Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (installatore Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (migliorie all'interfaccia di Unit Converter)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (migliorie all'esportazione Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo e schermata d'avvio)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (icone nutrizione ed aggiungi-alla-lista-della-spesa)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (miglioramenti " #~ "all'internazionalizzazione, correzioni varie)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Manutenzione della versione per " #~ "windows e re-progettazzione sito web)" #~ msgid "Upgrading database" #~ msgstr "Aggiornamento database in corso" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "A seconda della dimensione del tuo database, questo potrebbe essere un " #~ "processo lungo e richiedere del tempo. E' stato effettuato " #~ "automaticamente un back-up dei tuoi dati nel caso in cui qualcosa andasse " #~ "storto." #~ msgid "Paste ingredients" #~ msgstr "Incolla ingredienti" #~ msgid "Import from file" #~ msgstr "Importa da file" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Seleziona un file contenente la tua lista ingredienti." #~ msgid "No file selected" #~ msgstr "Nessun file selezionato" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Nessun file è stato selezionato. Azione cancellata" #~ msgid "_Import file" #~ msgstr "_Importa file" #~ msgid "Import _webpage" #~ msgstr "Importa _pagina web" #~ msgid "Import recipe from webpage" #~ msgstr "Importa ricetta da pagina web" #~ msgid "Open _Trash" #~ msgstr "Apri il _Cestino" #~ msgid "Archive (zip, tarball)" #~ msgstr "Archivio (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Carcamento archivio zip" #~ msgid "Unzipping zip archive" #~ msgstr "Unzipping archivio zip" #~ msgid "Webpage" #~ msgstr "Pagina web" #, python-format #~ msgid "Downloading %s" #~ msgstr "Download di %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Lista della spesa per %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Ricezione %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Ricezione file" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Inserisci l'URL di un archivio di ricette o di un sito di ricette." #~ msgid "Enter URL:" #~ msgstr "Inserisci l'URL:" #~ msgid "Unable to import URL" #~ msgstr "Non è possibile importare l'URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet non ha un plugin capace di importare l'URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Impossibile importare %(url)s di tipo MIME %(type)s. File salvato " #~ "temporaneamente in %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Non comprendo questa pagina web. Uso un importatore generico..." #~ msgid "Import complete." #~ msgstr "Import completato." #~ msgid "Importing recipe" #~ msgstr "Importazione della ricetta" #~ msgid "Processing ingredients" #~ msgstr "Elaborazione degli ingredienti" #~ msgid "Processing ingredients." #~ msgstr "Elaborazione degli ingredienti." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML File" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet - Gestore ricette" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organizza ricette, crea liste della spesa, calcola informazioni " #~ "nutrizionali e molto altro ancora" #~ msgid "Send to Email" #~ msgstr "Invia a Email" #~ msgid "Email recipes from Gourmet" #~ msgstr "Invia le ricette via email da Gourmet" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Supporto Zip, Gzip, and Tarball" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Importa ricette da un archivio zip o tar" #~ msgid "HTML Export" #~ msgstr "Esporta HTML" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Crea pagina web dalla ricetta" #~ msgid "Webpage import" #~ msgstr "Importa pagina web" #~ msgid "Import recipes from the web." #~ msgstr "Importa ricette dal web" #~ msgid "Website Importers" #~ msgstr "Importatori da Sito Web" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importatori per about.com, foodnetwork.com e altri" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Seleziona il testo dalla ricetta \"grezza\" e categorizzalo " #~ "etichettandone le parti (prendi le etichette dagli elementi della ricetta " #~ "sulla destra)." #~ msgid "_Raw recipe:" #~ msgstr "_Ricetta \"grezza\":" #~ msgid "_Label" #~ msgstr "_Etichetta" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Inizia una nuova ricetta (da usare se il file che si sta importando " #~ "contiene più di una ricetta)" #~ msgid "Select recipe image" #~ msgstr "Seleziona un'immagine per la ricetta" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Seleziona l'immagine per la ricetta \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Qui sotto sono visualizzate tutte le immagini trovate per la pagina che " #~ "si sta importando. Selezionare le immagini che appartengono alla ricetta, " #~ "o non selezionarne affatto se non si desidera nessuna di queste immagini." #~ msgid "Python Shell" #~ msgstr "Shell Python" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Consente ai programmatori di accedere ad una shell interattiva con " #~ "accesso a Gourmet's internals." #~ msgid "_Python Console" #~ msgstr "Console _Python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Mostra la console python (fornisce accesso alla istanza di gourmet " #~ "corrente)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Recipe Manager in fase di avvio ..." #~ msgid "Starting gourmet..." #~ msgstr "Avvio Gourmet ..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Hai appena spostato la ricetta %s nel cestino. Puoi ripristinare questa " #~ "ricetta o cancellarla in modo permanente in ogni momento cliccando su " #~ "Strumenti -> Apri il Cestino" #~ msgstr[1] "" #~ "Hai appena spostato le ricette %s nel cestino. Puoi ripristinare queste " #~ "ricette o cancellarle in modo permanente in ogni momento cliccando su " #~ "Strumenti -> Apri il Cestino" #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Per stampare, attiva un plugin che fornisca supporto per la stampa, come " #~ "il plugin 'Stampa & Esportazione PDF'" #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Ooops!!!. Qualcosa è andato storto mentre stampavo la tua ricetta." #~ msgid "Unable to open URL" #~ msgstr "Non riesco ad aprire l'URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Non riesco a lanciare il programma di posta" #~ msgid "Unable to open website." #~ msgstr "Non riesco ad aprire il sito web." #~ msgid "Unable to open file." #~ msgstr "Non riesco ad aprire il file" #~ msgid "There was an error launching the url: %s" #~ msgstr "C'è stato un errore lanciando l'URL: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Il tempo deve cominciare con un numero o una frazione seguita da un'unità " #~ "(minuti, ore, ecc.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Il tempo deve essere espresso in ore, minuti, secondi, ecc." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Impossibile interpretare %s come rendimento" #~ msgid "cancelled" #~ msgstr "cancellato" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Avete richiesto di chiudere una finestra con un timer attivo. Potete " #~ "arrestare il timer, oppure chiudere semplicemente la finestra. Se " #~ "chiudete le finestra, questa riapparirà al termine del conteggio del " #~ "timer." #~ msgid "_Servings" #~ msgstr "_Porzioni" #~ msgid "A file named %s already exists." #~ msgstr "Un file chiamato %s esiste già." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Vuoi sostituirlo con quello che stai salvando?" #~ msgid "Importing old recipe data" #~ msgstr "Caricamento dati vecchia ricetta" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importazione dati ricetta da una versione precedente di Gourmet nel nuovo " #~ "database." #~ msgid "Export succeeded" #~ msgstr "Esportazione avvenuta con successo" #~ msgid "webpage" #~ msgstr "WebPage" #~ msgid "Exported %s to %s" #~ msgstr "Esportato %s a %s" #~ msgid "%s stopped." #~ msgstr "%s interrotto" #~ msgid "%s was interrupted by user request." #~ msgstr "%s è stato interrotto per richiesta dell'utente" #~ msgid "%s interrupted" #~ msgstr "%s interrotto" #~ msgid "There was an error during %s." #~ msgstr "C'è stato un errore durante %s" #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Cancellazione ricette dal database ... (%s di %s cancellate)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Cancella %s ricetta" #~ msgstr[1] "Cancella %s ricette" #~ msgid "Export complete!" #~ msgstr "Esportazione completa!" #~ msgid "Recipe exported to %s" #~ msgstr "Ricetta esportata in %s" #~ msgid "Database format has changed" #~ msgstr "Il formato del database è cambiato" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s ha cambiato il formato del suo database. Il tuo " #~ "database non funzionerà più con versioni precedenti di %(progname)s. Un " #~ "backup è stato salvato in %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "In caso di errore, una copia di backup del tuo database di ricette sarà " #~ "salvato in %s" #~ msgid "Transferring data to new database format" #~ msgstr "Trasferimento di dati a un nuovo formato database" #~ msgid "Gourmet Import/Export" #~ msgstr "Importa/Esporta" gourmand-1.2.0/po/ja.po000066400000000000000000003043241510115424500147020ustar00rootroot00000000000000# Japanese translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-06-20 00:33+0000\n" "Last-Translator: Vincent Lhote \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "新しいレシピ(_N)" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "買い物リストに追加(_S)" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "カテゴリ(_C):" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "ホスト(_H):" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "パスワード(_P):" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "ファイル(_F)" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "レシピ" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "詳細(_D)" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "買い物リスト" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "レシピを削除(_D)" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "選択された(複数の)レシピを削除" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "レシピ" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "単位" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "買い物リスト(_S)" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "編集(_E)" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "ヘルプ(_H)" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "買い物リストに追加(_S)" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "パスワード(_P):" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Tetsuya https://launchpad.net/~dr.hornet\n" " Vincent Lhote https://launchpad.net/~vincent.lhote" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "選択された(複数の)レシピを削除" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "印刷" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "レシピ" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "レシピを削除(_D)" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "レシピ" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "終了(_Q)" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "操作(_A)" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "情報(_A)" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "ツール(_T)" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "タイマ (_T)" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "単位変換器(_U)" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "ファイル(_F)" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/lt.po000066400000000000000000003110221510115424500147200ustar00rootroot00000000000000# Lithuanian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-05-18 10:46+0000\n" "Last-Translator: Algimantas Margevičius \n" "Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "(n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Receptų rodyklė" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Naujas receptas" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Įtraukti į Pirkinių _Sąrašą" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Rodyti Re_ceptą" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Ieškoti:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Ieškoti receptų taip kaip jus parašėte" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_į" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Ieškoti pagal naują kriterijų, praleidžiant surastus rezultatus" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Pri_dėti paieškos kriterijų" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Riboti paiešką iki:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_R Paieškos rezultatai" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Įdėti nuotrauką" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Pašalinti Nuot_rauką" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_o Šaltinis" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "Įve_rtinimas:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategorija:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Paruošimo Laikas" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Pagaminymo lai_kas" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_WWW puslapis" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Nuotrauka:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Kiekis:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Kiekis vnt." #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (reikia prisijungimo prie duomenų bazės)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Pasirinkti duomenų bazę" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Kompiuteris:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Naudotojo vardas:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Slaptažodis:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Duomenu Bazės _Vardas" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Byla" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Išsaugoti slaptažodį" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Duomenų bazė kurioje Gourmet saugos jūsų informaciją. Gourmet pamėgins " "sukurti duomenų bazę, jei ji neegzistuoja." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "receptas" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Jūsų prisijungimo vardas duomenų bazėje" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Naršyti" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detaliau" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Receptų Menedžerio Nuostatos" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Receptai per visą puslapį:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Peržiūrėti Pagrindinį puslapį" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Prekių sąrašo nuostatos" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Išvalyti pasirenkamus ingredientus" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Visada pridėti pasirenkamus ingredientus" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Niekad nepridėti pasirenkamus ingredientus" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Pirkinių sąrašas" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "porcijos" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Pavadinimas" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Pavadinimas:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategorija" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "įvertinimas" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Kiekis" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Kiekis vnt." #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Parduotuvė" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Redaguoti _aprašymą" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Gaminimo Laikas:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Paruošimo laikas:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategorijos:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "WWW puslapis:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Kiekis:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Šaltinis:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Įvertinimas:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instrukcijos" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Redaguoti _instrukcijas" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Pastabos" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Receptas" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredientai" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Redaguoti _ingredientus" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Pridėti _ingredientą:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredientai" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Pridėti receptą į pirkinių sąrašą" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Pridėti į _pirkinių sarašą" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Ištrinti pažymėtą receptą" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Trinti receptą" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Redaguoti pažymėtų receptų atributus" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Ištrinti pažymėtą receptą" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "receptas" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Paieškos Parametrai" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategorija" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Išplėstinė paieška" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Kiekis:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Vienetas:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gurmanų Receptų Manedžeris" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Duomenu Bazės _Vardas" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Pirkinių _sąrašas" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "K_eisti" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Pagalba" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Įtraukti į Pirkinių _Sąrašą" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Naudotojo vardas:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Slaptažodis:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Algimantas Margevičius https://launchpad.net/~gymka\n" " Mariukenas https://launchpad.net/~mariukenas\n" " ebabytux https://launchpad.net/~gimimas" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "receptas" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "_Trinti receptą" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "receptas" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Veiksmai" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Apie" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Įran_kiai" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Receptų rodyklė" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Joks" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Vienetų konvertavimas" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Produk_tai:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Į" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultatas:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porcijos" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Byla" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "E-mail selected recipe" #~ msgstr "Pažymėtą receptą siųsti el. paštu" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gurmanų Receptų Manedžeris" #~ msgid "_Label" #~ msgstr "_Pavadinimas" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Pridėti naują receptą (naudoti tai, jei jūsų gaminamame patiekale yra " #~ "daugiau nei vienas receptas)" #~ msgid "Starting gourmet..." #~ msgstr "Paleidžiama gourmet..." #~ msgid "_Servings" #~ msgstr "_Porcijos" gourmand-1.2.0/po/lv.po000066400000000000000000003035001510115424500147240ustar00rootroot00000000000000# Latvian translation for grecipe-manager # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2006. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2010-06-23 08:52+0000\n" "Last-Translator: Jelena \n" "Language-Team: Latvian \n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Pievienot _Iepirkšanās Sarakstam" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Dzēst izvēlētās receptes" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Pievienot _Iepirkšanās Sarakstam" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Jelena https://launchpad.net/~ilingua\n" " Raivis Dejus https://launchpad.net/~orvils" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Dzēst izvēlētās receptes" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/mk.po000066400000000000000000003050211510115424500147120ustar00rootroot00000000000000# Macedonian translation for grecipe-manager # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-10-01 22:43+0000\n" "Last-Translator: pyropingvin \n" "Language-Team: Macedonian \n" "Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:53+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet менаџер на рецепти" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet менаџер на рецепти" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Оди" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "шопинг _листа" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Веб-локација" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Одберете _тип на датотека" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Увозот на податоци е паузиран" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Индекс на рецепти" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "шопинг _листа" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " pyropingvin https://launchpad.net/~pyropingvin" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Зачувано!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Зачувајте ги вашите промени во %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Отпадоци" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Увозот на податоци е паузиран" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Отпадоци" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "_Индекс на рецепти" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet менаџер на рецепти" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Увоз на рецепти од претходната верзија на Gourmet во нова база на " #~ "податоци." gourmand-1.2.0/po/ms.po000066400000000000000000003036741510115424500147360ustar00rootroot00000000000000# Malay translation for grecipe-manager # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-13 22:11+0000\n" "Last-Translator: Shaiffulnizam Mohamad \n" "Language-Team: Malay \n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Resipi _Baru" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Tambah ke _Senarai Pembelian" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fail" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "resipi" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Keterangan" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Hapus Resipi" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Hapus Resipi yang Dipilih" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "resipi" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Senarai Pembelian" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Edit" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Bantuan" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Tambah ke _Senarai Pembelian" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Shaiffulnizam Mohamad https://launchpad.net/~shaifful-md" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Hapus Resipi yang Dipilih" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Cetak" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "resipi" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "_Hapus Resipi" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "resipi" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Tindakan" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Perihal" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Alatan" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Pemasa" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Tiada" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Penukar _Unit" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Fail" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/nb.po000066400000000000000000004105141510115424500147060ustar00rootroot00000000000000# translation of nb.po to # Bokmål, Norwegian translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2014-02-19 15:24+0000\n" "Last-Translator: John Andre Gjerde \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Oppskrifts Liste" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Ny Oppskrift" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Legg til Handleliste" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Se oppskrift" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "Søk etter:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Søk etter oppskrifter når du skriver" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "i" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Søk med andre søkeord i søkeresultatet" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Legg til Søkekriterie" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Begrens søk til:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Søke Resultater" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Sett Felt for Valgte Oppskrifter" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Setter Opprkiftsfelt for Valgte " "oppskrifter" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Legg til bilde" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Fjern Bilde" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Kilde:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "Vurdering:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Kjøkken" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "Kategori:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Forberedelsestid" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Koketid" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "Nettside" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Bilde:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "Utbytte:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Utbytteenhet" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Sett kun verdier der felt er foreløpig tomt" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Sett alle verdier for _alle de valgte oppskriftene" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metasett (standard, lagret i en lokal fil)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (Lagret på lokal fil)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (krever kontakt med database)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Velg Database" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Velg Database System for Gourmet " #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Database System" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "Vert:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Brukernavn:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "Passord:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Passord for dit brukernavn på databasen." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Databasenavn:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "Fil" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Vertsnavn på systemet som kjører din databaseserver. Dersom databaseserveren " "kjører lokalt bruker du \"localhost\"." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Lagre passord til neste gang. Passord blir lagret usikkert i din " "konfigurasjons-fil." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Lagre Passord" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Navn på database hvor Gourmet skal lagre data. Gourmet forsøker å opprette " "denne dersom den ikke eksisterer fra før." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "oppskrift" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Brukernavnet ditt på databasen." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "Bla gjennom" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "Detaljer" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Recipe Manager Preferanser" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Innstillinger for kartotekvisning" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Vis Alternativer" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "Oppskrifter per side" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Konfigurer hvilke kolonner som er inkludert i kartotekvisning." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Kartotekvisning" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Innstillinger for kortvisning" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Tillat at enheter forandres ved multiplikasjon" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "Bruk brøker" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Bruk brøker til visning når mulig" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "Fjerne elementer som du ikke bruker fra kortvinduet." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kortvisning" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Instillinger for handleliste" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Hva skal Gourmet gjøre med valgfrie ingredienser når en oppskrift blir " "lagt til i handlelisten?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "Spør om å inkludere valgfrie ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "Husk brukervalg som standard" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "Nullstill huskede valgfrie ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "Alltid legg til valgfrie ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "Aldri legg til valgfrie ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Handleliste" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "porsjoner" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Tittel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "Tittel:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Tilberedningstid" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategori" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "Vurdering" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Utbytte" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Utbytteenhet" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "Handle" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Rediger_beskrivelse" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Tilberedningstid:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Tilberedningstid" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Kjøkken:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategori" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Nettside:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Utbytte:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Nettadresse" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Kilde" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Vurdering:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Multipliser med:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instruksjoner" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Rediger_instruksjoner" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notater" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Rediger_notater" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Oppskrift" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredienser" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Rediger_ingrediens" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Legg til ingrediens:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredienser" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Legg oppskrift til i handleliste" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Legg til Handleliste" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Hopp til oppskrift i Kortvisning" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Slett valgt oppskrift" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Slett oppskrift" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Rediger egenskaper for valgt oppskrift" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Satsvis redigere oppskrifter" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Åpne valgt oppskrift" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Velg oppskrift" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Skriv ut valgt oppskrift" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "Skriv ut oppskrift" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Aldri kjøp denne varen. Når den er påkrevd av en oppskrift, vil den vises i " "en \"spiskammer\"-seksjon av listen som en påminnelse om at du trenger den. " "Den vil ikke bli inkludert når du lagrer eller skriver ut listen med mindre " "du forteller meg at du behøver å kjøpe den." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Legg til i _Spiskammer" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Vis Alternativer" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Søk i" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "Bruk vanlige uttrykk (avansert søking)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Søk mens du skriver" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Søkealternativer" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategori" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Nøkkel" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Kategoriredigering" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Søk etter" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Søk mens du skriver" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Bruk vanlige uttrykk" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Avansert søk" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Legg til kategori: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Tidtaker" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Stoppeklokke" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Stoppeklokke ferdig!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Stoppeklokken vil fortsette til du lukker dette vinduet eller nullstiller " "stoppeklokken." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Sett_Stoppeklokke: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "Nullstill" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "Start" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "Lyd" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "Notat" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Gjenta alarm til jeg skrur den av" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "Innstillinger" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Redigere felt gjennom databasen" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Felt å Redigere:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "For hver valgte verdi:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "La verdi være uendret" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Ny verdi vil bli lagt til i slutten av eksisterende tekst" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Ny verdi vil erstatte eksisterende verdi" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "Felt:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "Verdi:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Forandre annet felt:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Forandre verdi til: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "Slett verdi" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Velg tilsvarende for" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "fra USDA database" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "Forandre ingrediens" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "eller" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "Søk i USDA ingrediensdatabase" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Søk mens du skriver" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Vis kun mat i gruppe:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Søkeresultater:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Fra:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "Mengde:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Enhet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "enhet" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "Forandre enhet" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "Lagre ny enhet" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Til:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "Enhet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Skriv inn ernæringsinformasjon for " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Velg en tetthet" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ingrediensnøkkel: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA vare: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Rediger USDA-assosiasjon" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Næringsinformasjon" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Rediger informasjon" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "Ernæringsinformasjon" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Tetthet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA tilsvarende:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Egendefinerte tilsvarende:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "Tetthetsinformasjon" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Kjent næringsinformasjon" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "Avansert Søk" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Næringsinformasjon" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "Ignorer" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Recipe Manager" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Recipe Manager er et program for å lagre, organisere og søke i " "oppskrifter. Gourmet gjør det også enkelt å lage handlelister fra " "oppskrifter. Gourmet kan importere oppskrifter fra en rekke kilder, " "inkludert MealMaster og MasterCook-arkiv og flere populære nettsteder. " "Gourmet kan eksportere oppskrifter som tekst, MealMaster-filer, HTML-" "nettsider, og et tilpasset XML-format for utveksling med andre Gourmet-" "brukere. Gourmet lar deg lenke bilder til oppskriftene. Gourmet kan også " "kalkulerere næringsinformasjon for oppskrifter basert på ingrediensene." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Velg Databasefil" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Ny oppskrift" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Databasenavn:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detaljer" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "En sikkerhetskopi har blitt laget i %s i tilfelle noe går galt. Hvis denne " "oppgraderingen feiler, kan du manuellt gi sikkerhetskopien recipies.db nytt " "navn for å bruke den med en eldre versjon av Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Endre kategori" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Lag ny kategori" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Forandre kategorien for det valgte elementet" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Spiskammer" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Flytt til handleli_sten" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Flytt til spiskammer" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Fjern fra handleliste" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Flytt valgt element til %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Handleliste" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Har Allerede (varer spiskammer)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Skriv inn Kategori" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategori å legge %s til" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategori:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "Oppskrifter" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "Legg til element:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Fjern oppskrifter" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Fjern oppskrifter fra handlelisten" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "Rediger" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "Hjelp" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Legg til element" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Legg vilkårlige varer til i handlelisten" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Ingen oppskrift er valgt. Vil du slette hele listen?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Lagre handleliste som..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Velg valgfrie ingredienser" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Vennligst velg hvilke av de følgende valgfrie ingrediensene du vil ha med i " "handlelisten." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "Oppskrift" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "Gå" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Eksporter oppskrift" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Eksporter valgt oppskrift (lagre til fil)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "Slett oppskrift" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Slett denne oppskriften" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Juster enheter ved multiplisering" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Endre enheter for å gjøre dem enklere å lese, der det er mulig, når det " "multipliseres." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Skriv ut oppskrift" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Legg til Handleliste" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Glem huskede valgfrie ingredienser" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Før det blir lagt til i handleliste, spør om alle valgfrie ingredienser, " "selv de du tidligere ville ha husket" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Eksporter oppskrift" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Du har ulagrede endringer" #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Lagre endringer før utskrift?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Lagre endringer før utskrift?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Valgfri)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Finner ikke oppskrift %s i databasen" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Endre oppskrift:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Lagre endringer i databasen" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Vis oppskrifskort" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Rediger" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Lagre endringer i %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Legg til ingrediens" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Legg til gruppe" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Legg til oppskrift" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Legg til en annen oppskrift som ingrediens i denne oppskriften" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Slett" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Opp" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Ned" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Beskrivelse" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruksjoner" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notater" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Mengde" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Enhet" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Vare" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Valgfritt" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Oppskriften %s (ID %s) er ikke i databasen vår." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Konvertert: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Ikke Konvertert: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Endret enhet." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Du har forandret enheten for %(item)s fra %(old)s til %(new)s. Ønsker du " "mengden konvertert, eller ikke?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Konvertert %(old_amt)s %(old_unit)s til %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Klarte ikke konvertere fra %(old_unit)s til %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Legger til Ingrediensgruppe" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Legg til et navn for ny undergruppe av ingredienser" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Navn på gruppe:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Velg oppskrift" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Oppskrift kan ikke kreve seg selv som en oppskrift!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Uendelig rekursjon er ikke tillatt i oppskrifter!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Du har ikke valgt noen oppskrifter!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Hvor mye av %(title)s krever oppskriften din?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Oppskrifter" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Ringelyd" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Alarmlyd" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Feilmeldingslyd" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Stoppe stoppeklokke?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Stopp stoppeklokke" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "Fortsett nedtelling" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Programmtillegg" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Programmtillegg legger til ekstra funksjonalitet i Gourmet" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Programtillegget kreves av andre tillegg. Deaktivere tillegget allikevel?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Det følgende programmtillegget krever %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Deaktiver allikevel" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Beholdt programmtillegg aktivt" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "eller" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "En feil skjedde under aktivering av programmtillegget." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "En feil skjedde under deaktivering av programmtillegget." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Kjøkken" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Vurdering" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Kilde" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Nettsted" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Tilberedningstid" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Tilberedningstid" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Endringer" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Ugyldig data." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Ikke et tall." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "Pause" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "Stopp" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Ikke spør om dette igjen." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Er du sikker på at du vil gjøre dette" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "utmerket" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "flott" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "god" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "grei" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "dårlig" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Konverter vurderinger til femstjerners-skala." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Konverter vurderinger." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Vennligst gi hver vurdering en ekvivalent verdi på en skala fra 1 til 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Nåværende vurdering" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Vurdering ut fra 5 stjerner" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Velg fil_type" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Beklager, men jeg kan ikke forstå\n" "mengden \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Mengder må være tall (brøker eller desimaler), et intervall eller blankt." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Enheten må være i et separat felt.\n" "For eksempel, hvis du vil skrive inn en og en halv kopp,\n" "må mengdefeltet inneholde \"1,5\" eller \"1 1/2\".\n" "Enheten \"kopp\" må gå i enhetsfeltet.\n" "\n" "For å skrive inn et intervall, bruk \"-\" for å separere tallene.\n" "For eksempel kan du skrive \"2-4\" eller \"1 1/2-3 1/2\".\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Brukernavn:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "Passord:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "Hvetemel, siktet" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sukker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "salt" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "sort pepper, malt" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "is" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "vann" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olje, vegetabilsk" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olje, oliven" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Ukjent" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Oppskriften krever seg selv som en ingrediens." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ingrediens %s vil bli ignorert." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Handleliste for %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "For de følgende oppskriftene:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "For de følgende oppskriftene:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Velg encoding" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Kan ikke finne passende enconding. Vennligst velg korrekt encoding fra " "listen under." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Se encoded _fil" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importering satt på vent" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Stopp importering" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Oppskriftsoversikt" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Handleliste" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Anders K. https://launchpad.net/~anders-f-k\n" " Joacom https://launchpad.net/~joacom\n" " John Andre Gjerde https://launchpad.net/~john-andre-gjerde\n" " Kjetil Koksvik https://launchpad.net/~kkoksvik\n" " Kristian Haga Karstensen https://launchpad.net/~kristianhk\n" " Per Øyvind https://launchpad.net/~fudgeboy-\n" " Registry Administrators https://launchpad.net/~registry\n" " Stein-Aksel https://launchpad.net/~stein-aksel\n" " Tor Egil Hoftun Kvæstad https://launchpad.net/~toregilhk\n" " raskall https://launchpad.net/~rolfas" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Lagret!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Lagre dine endringer til %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Importering pågår." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "En eksport pågår." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "En sletting pågår." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Avslutt programmet likevel?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Ikke avslutt!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Permanent slettet %s fra %s oppskrifter" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Søppelbøtte" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Bla gjennom, permanent slette eller gjenopprett slettede oppskrifter" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Gjenopprettede oppskrifter " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Anntall %(unit)s av %(title)s å handle" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multipliser %s med:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Sett %(attributes)s for %(num)s valgt oppskrift?" msgstr[1] "Sett %(attributes)s for %(num)s valgte oppskrifter?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Enhver eksisterende verdi vil ikke bli endret." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "De nye verdiene vil overskrive alle eksisterende verdier." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Denne endringen kan ikke angres." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Sett verdier for valgte oppskrifter" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Søk i oppskrifter" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Åpne oppskrift" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Åpne valgt oppskrift" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Slett oppskrift" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Slett merkede oppskrifter" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Rediger oppskrift" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Åpne valgte oppskrifter i redigeringsvisning" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "Eksporter valgte oppskrifter" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Eksporter valgte oppskrifter til fil" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "Skriv ut" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "oppskrifter" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Satsvis redigere oppskrifter" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "Ny" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importer oppskrift" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importer oppskrift fra fil" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s oppskrift" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Eksporter alle oppskrifter" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Eksporter alle oppskrifter til fil" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "Avslutt" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "Handlinger" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Søppelbøtte" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "Preferanser" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "Programmtillegg" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" "Administrere programmtillegg som legger til ekstra funksjonalitet til i " "Gourmet" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Innstillinger" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "Om" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Verktøy" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Stoppeklokke" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Vis stoppeklokke" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Søkbar indeks av oppskrifter i databasen." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Vil du slette %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Du har ulagrede endringer for %s. Er du sikker på at du vil slette?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Slettet" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Uten tittel" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Slett oppskrifter permanent?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Slett oppskriften permanent?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Er du sikker på at du vil slette oppskriften %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Er du sikker på at du vil slette de følgende oppskriftene?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Er du sikker på at du vil slette de %s valgte oppskriftene?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Se oppskrifter" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Slette Oppskrifter" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Oppskrifts Liste" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Slett oppskrift %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Ferdig!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importerer..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Ingrediensnøkkel redigering" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Masseredigering av ingrediensnøkler" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "nøkkel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "vare" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Felt" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Verdi" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Antall" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Endre alle nøkler \"%s\" til \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Du vil ikke kunne angre dette valget. Hvis det allerede finnes ingredienser " "med nøkkelen \"%s\" vil du ikke kunne skille disse fra de du endrer nå." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Endre alle varer \"%s\" til \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Du vil ikke kunne angre dette valget. Hvis det allerede finnes ingredienser " "med objektet \"%s\" vil du ikke kunne skille disse fra de du endrer nå." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Endre _alle forekomster av \"%(unit)s\" til \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Endre \"%(unit)s\" til \"%(text)s\" kun for _ingredienser \"%(item)s\" med " "nøkkel \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Endre _alle forekomster av \"%(amount)s\" %(unit)s til %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Endre \"%(amount)s\" %(unit)s til \"%(text)s\" %(unit)s kun der hvor " "ingrediensnøkkelen er %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Endre \"%(amount)s\" %(unit)s til \"%(text)s\" %(unit)s kun der hvor " "ingrediensnøkkelen er %(key)s og der hvor objektet er %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Endre alle valgte rader?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Du vil ikke kunne angre dette valget. Er du sikker på at du vil gi alle de " "%s valgte radene følgende verdier:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Nøkkel til %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Vare til %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Enhet til %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Mengde av %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrediens" msgstr[1] "%s ingredienser" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Vis ingredienser %(bottom)s til %(top)s av %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Mengde" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ingrediensnøkler" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ingrediensnøkler er normaliserte ingrediensnavn som blir brukt for " "handlelister og kalkulasjoner" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Gjett nøkler" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Gjett beste verdier for alle ingrediensnøkler basert på verdier allerede i " "din database" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Rediger nøkkelassosiasjoner" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Redigere assosiasjoner med nøkkel og andre egenskaper i databasen" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Nøkkelredigering" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "Element:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "Nøkkel:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "Endre valgte ingredienser" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Innkjøpskategori" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Vis enheter som skrevet for hver oppskrift (ingen endring)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Vis alltid imperiske enheter" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Vis alltid metriske enheter" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Juster enheter automatisk" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Sett preferanser for enhetsvisning" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Automatisk konvertere enheter til foretrukket system (metrisk, imerisk, " "osv.) når mulig." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Stjerner" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s siden" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Auto-flett oppskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Bruk alltid den nyeste oppskriften" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Bruk alltid den eldste oppskriften" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Ingen" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Noen av de importerte oppskriftene virker som å være duplikater. Du kan " "flette dem her, eller lukke dette vinduet og la dem være som de er." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Finn duplikate oppskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Finn og fjern duplikate oppskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Oppskrifter med lignende oppskriftsinformasjon" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Oppskrifter med lignende ingredienser" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Oppskrifter med lignende oppskriftsinformasjon og ingredienser" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Duplikate oppskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "Inkludere oppskrifter i søppelbøtten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "Viser:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Slå sammen alle duplikater" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Slå sammen oppskrifter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "Slå sammen automatisk" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "For hver valgte verdi" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Hvor %(field)s er %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Endring vil påvirke %s oppskrift" msgstr[1] "Endring vil påvirke %s oppskrifter" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Slette %s hvor den er %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Endre %s fra %s til \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Denne endringen kan ikke angres." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Feltredigering" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Endre felt på tvers av flere oppskrifter på en gang." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Sende oppskrifter som e-post" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Send alle valgte oppskrifter som e-post (eller alle oppskrifter hvis ingen " "er valgt)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Ønsker du virkelig å sende alle %s valgte oppskrifter som e-post?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ja, send dem" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Kan ikke konvertere %s til %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Trenger tetthetsinformasjon." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Enhetskalkulator" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Kalkuler enhetskonverteringer" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Enhetskonverterer" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Fra" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Vare" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "Tetthet" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Tetthetsinformasjon" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Til" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "Resultat" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML-side" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Eksporterer webside" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Eksporterer oppskrifter til HTML-filer i mappen %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Oppskrift lagret som HTML-fil %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Ogrinal Side fra %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "valgfri" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Eksporterer webside" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Eksporterer oppskrifter til HTML-filer i mappen %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Oppskrift lagret som HTML-fil %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Ren tekstfil" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Teksteksport" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Eksporterer oppskrifter til tekstfil %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Oppskrift lagret som ren tekstfil %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Stor Fil" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Filen %s er for stor for å importere" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Filen din overskrider den maksimale lengden på %s tegn. Du mente sikkert " "ikke å importere den allikevel. Hvis du virkelig vil importere denne filen, " "bruk et tekstredigeringsprogram for å dele den i mindre filer og prøv å " "importere igjen." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML-fil" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML-eksport" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Eksporterer oppskrifter til Gourmet XML-fil %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Oppskrift lagret i Gourmet XML-filen %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML-fil (Utgått)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML-fil" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook Tekstfil" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook-importering fullført" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Rydder opp XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML-fil" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Sideoppsett" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Skriv ut oppskrifter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF-eksport" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Eksporterer oppskrifter til PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Oppskrift lagret som PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "poeng" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Kartotekkort (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Kartotekkort (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Kartotekkort (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Kartotekkort (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Brev" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Kartotekkort (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Kartotekkort (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Kartotekkort (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Enkel" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s kolonne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s kolonne" msgstr[1] "%s kolonner" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Stående" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Liggende" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Papir_Størrelse" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "Orientering" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Utforming" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Skriftstørrelse" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Venstre marg" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Høyre marg" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Toppmarg" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Bunnmarg" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "PDF-innstillinger" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster-fil" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster-eksport" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Eksporterer oppskrifter til MealMaster-fil %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Oppskrift lagret som MealMaster-fil %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porsjon" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Stor Fil" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "HTML Eksport" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Eksporterer oppskrifter til Gourmet XML-fil %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Oppskrift lagret i Gourmet XML-filen %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Handlelistelagrer" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Lagre Liste som Oppskrift" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Lagre gjeldende handleliste som oppskrift for fremtidig bruk" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Meny for %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Meny" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Ernæringsinformasjon reflekterer mengde per %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Ernæringsinformasjon reflekterer mengde for hele oppskriften" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Ernæringsinformasjon mangler for %s ingredienser: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Alle matgrupper" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "utvalg" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Konverter enhet for %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "For å kunne beregne næringsinforsjon trenger Gourmet at du endrer \"%s\" til " "en enhet den forstår." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Endre ingrediensnøkkel" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Endre ingrediensnøkkel fra %(old_key)s til %(new_key)s overalt eller kun i " "oppskriften %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Endre overalt" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "Kun i oppskriften %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Endre ingrediensnøkkel fra %(old_key)s til %(new_key)s over alt?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Endre enhet" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Endre enhet fra %(old_unit)s til %(new_unit)s for alle ingredienser " "%(ingkey)s eller kun i oppskriften %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "For å kunne beregne næringsinformasjon for \"%(amount)s %(unit)s " "%(ingkey)s\" trenger Gourmet å vite tettheten. Næringsdatabasen har flere " "beskrivelser av denne matvaren med forskjellige tettheter. Vennligst velg " "korrekt under." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "For å legge til ernæringsinformasjon, trenger Gourmet en gyldig verdi og " "enhet." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Ernæring" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrediens" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Tilsvarende i USDA database" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gram" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalorier" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Total mengde fett" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Mettet fett" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Kolesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Natrium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Total mengde karbohydrat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Kostfiber" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sukker" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protein" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfakaroten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Askeinnhold" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Betakaroten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta cryptoxantin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalsium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Kobber" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folat Total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Folatsyre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Matfolat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Dietetiske folatekvivalenter" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Jern" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lycopen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein+Zeazantin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Pantotensyre (Vitamin B5)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Kalium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamin A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamin A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Sink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminer og mineraler" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Mangler ernæringsinformasjon\n" " for %(missing)s av %(total)s ingredienser." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Daglig inntak" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Prosent av anbefalt daglig inntak basert på %i kalorier per dag. Klikk for å " "redigere anntall kalorier per dag." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Mengde per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Mengde per oppskrift" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Laster næringsinformasjon" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Ernæringsdatabase import fullført!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Henter næringsinformasjon fra arkivet %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Pakker ut %s fra zip-arkiv." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Bearbeider næringsinformasjon..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Leser næringsinformasjon: importert %s av %s." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Bearbeider vektdata..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Leser vektdata for ernæringsvarer: importert %s av %s" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Vann" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorier" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g protein" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g aske" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g karbohydrater" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fiber" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g sukker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg kalsium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg jern" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg kalium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg natrium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg sink" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg kobber" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogram selen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamin c" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg pantotenisk syre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamin B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "mikrogram Folat Total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "mikrogram Folsyre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "mikrogram Matfolat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "mikrogram dietetiske folatekvivalenter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Kolin, Total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogram Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamin A (mikrogram retinal aktivitet ekvivalenter)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "mikrogram retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mikrogram alfakaroten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogram betakaroten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "mikrogram Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "mikrogram Lycopene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "mikrogram Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamin E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg vitamin K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g mettet fettsyre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Enumettede Fettsyrer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Flerumettede Fettsyrer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Kolesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Prosent avfall" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Meieri- og eggprodukter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Krydder & Urter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Babymat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Fett og olje" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Fjærfe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Supper og saus" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Pølser og enkle kjøttretter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Frokostblandinger" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frukt & Fruktjuicer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Svinekjøtt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Grønnsaker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Nøtter & Frø" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Storfe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Drikke" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Fisk og skalldyr" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Belgfrukter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Lam, kalv og vilt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Bakevarer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Søtsaker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Korn og pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Hurtigmat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Måltider, Hovedretter og Tilbehør" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Småretter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Etnisk mat" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "hele databasen" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ingrediensnøkkel" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA ID-nummer" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA varebeskrivelse" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Tilsvarende tetthet" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Verktøy" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Hent ernæringsinformasjon for gjeldende liste" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Mengde for Handleliste" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Rediger_næringsinformasjon" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "stjerner" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Eksportert %(number)s av %(total)s oppskrifter" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Eksportering fullført." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Inkluder oppskrift i e-postens brødtekst (en god idé uansett)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Send oppskrift via e-post som HTML-vedlegg" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Send oppskrift via e-post som PDF-vedlegg" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-post-valg" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Ikke spør før sending av e-post." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-post ikke sendt" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Du har ikke valgt å inkludere oppskriften i meldingens brødtekst eller som " "et vedlegg." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Lagre oppskrift som..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet kan ikke eksportere filer av type \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Eksporter oppskrifter" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "oppskrifter" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Kan ikke eksportere: ukjent filtype \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Vennligst velg filtype i nedtrekksliste under lagring." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Eksporter" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Kan ikke skrive ut: ingen programmtillegg for utskrift er aktive!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Skriv ut %s oppskrift" msgstr[1] "Skriv ut %s oppskrifter" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "utbytte" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Åpne oppskrift..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Skriv inn nettadresse" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Endringer" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Skriv inn adressen for et nettsted eller oppskriftsarkiv." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Import" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alle importerbare filer" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Importert %s oppskrifter." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porsjon" msgstr[1] "porsjoner" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importert %s av %s oppskrifter." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "OK" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porsjoner" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Ingrediens Undergruppe" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Skjul" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Tekst" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Handlinger" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importer oppskrift" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Slett Merkelapper" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importer oppskrift" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "hvor som helst" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "tittel" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediens" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instruksjoner" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notater" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "kjøkken" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "kilde" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Bruk vanlige uttrykk i søk" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Bruk vanlige uttrykk (et avansert søkespråk) i tekstsøk" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Søk mens du skriver (skru av dette hvis søk går sakte)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Vis søkealternativer" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Vis avanserte søkealternativer" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s oppskrift" msgstr[1] "%s oppskrifter" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Viser oppskrifter %(bottom)s til %(top)s av %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s i %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Pauset" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "KRecipe import" msgstr[1] "KRecipe import" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pause" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Ferdig" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Feil: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Feil" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Feil %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Tilbakesporing" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekund" msgstr[1] "sekunder" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minutt" msgstr[1] "minutter" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "t." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "time" msgstr[1] "timer" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dag" msgstr[1] "dager" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "uke" msgstr[1] "uker" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "måned" msgstr[1] "måneder" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "år" msgstr[1] "år" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " og " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "og" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "til" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Bla Gjennom Oppskrifter" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Valg av oppskrifter ved å bla gjennom kategorier, kjøkken osv." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Hoved" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Finn duplikate oppskrifter" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "En veiviser for å finne og fjerne eller flette duplikate oppskrifter." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF-eksport" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Lag nettside fra oppskrifter." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importerer/Eksporterer" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML-import og eksport" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importere og eksportere oppskrifter som Gourmet XML-fil, egnet som " "sikkerhetskopi og utveksling med andre Gourmet-brukere." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe import" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importere filer fra programmet KRecipe" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Mastercock import" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importer filer fra programmet Mastercook." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmet XML-import og eksport" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Importere og eksportere oppskrifter som Gourmet XML-fil, egnet som " "sikkerhetskopi og utveksling med andre Gourmet-brukere." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster (tm) Eksport" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Eksportere oppskrifter som Mealmaster tekstfiler" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Utskrift & PDF Eksport" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Skriv ut oppskrifter eller eksporter dem som PDF; dette tillegget tillater " "en rekke forskjellige sideoppsett." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Ren tekst veiledet import" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "Hjelp bruker" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Tildele og redigere ingrediensnøkler (unike identifikatore for ingredienser, " "brukt for å konsolidere elementer på handlelister)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Lagre handlelister som oppskrifter for fremtidig bruk." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Regn ut næringsinformasjon for oppskrifter" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Handlekategoriredigering" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Tilordne og redigere handlekategorier for ingredienser fra inne i " "oppskriftsredigeringsverktøyet." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Stavekontroll" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Legger til stavekontroll i tekstbokser av avsnittsstørrelse i vinduet for " "oppskriftsredigering (Instruksjoner, Notater)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Tilbyr en enkel enhetskalkulator" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Preferanser for enhetsvisning" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Tillater deg å alltid bruke metriske (eller imperiske) enheter for visning." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Sjekk for Unicode-16 i tekstfiler" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Aktiver dette hvis dine utf-16 tekstfiler ikke importerer skikkelig inn til " "Gourmet. Deaktiver denne hvis du aldri bruker utf-16 og du blir irritert av " "\"Koder\"-dialogen når du importerer filer." #~ msgid "E-mail selected recipe" #~ msgstr "Send valgt oppskrift som e-post" #~ msgid "_E-Mail recipe" #~ msgstr "Send oppskrift som e-post" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows porting assistance)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "" #~ "Richard Ferguson (forbedringer av brukergrensesnitt til " #~ "enhetskalkualtoren)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (forbedringer av MealMaster-eksport)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo og splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (næring- and legg-til-handleliste-ikoner)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (forbedringer av " #~ "internasjonalisering, bugfiksing)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Windows-versjon vedlikehold og " #~ "nettstedutvikler)" #~ msgid "Upgrading database" #~ msgstr "Oppgraderer database" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Avhengig av størrelsen på databasen din, kan dette være en omfattende " #~ "prossess og kan ta noe tid. Databasen din er sikkerhetskopiert i tilfelle " #~ "noe går galt." #~ msgid "Paste ingredients" #~ msgstr "Lim inn ingredienser" #~ msgid "Import from file" #~ msgstr "Importer fra fil" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Velg en fil som inneholder ingredienslisten din." #~ msgid "No file selected" #~ msgstr "Ingen fil valgt" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Ingen fil ble valgt så handlingen har blitt avbrutt" #~ msgid "_Import file" #~ msgstr "Importer fil" #~ msgid "Import _webpage" #~ msgstr "Importer nettside" #~ msgid "Import recipe from webpage" #~ msgstr "Importer oppskrift fra nettside" #~ msgid "Open _Trash" #~ msgstr "Åpne Søppelbøtte" #~ msgid "Archive (zip, tarball)" #~ msgstr "Komprimert fil (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Laster ziparkiv" #~ msgid "Unzipping zip archive" #~ msgstr "Pakker ut ziparkiv" #~ msgid "Webpage" #~ msgstr "Nettside" #, python-format #~ msgid "Downloading %s" #~ msgstr "Laster ned %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Handleliste for %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Henter %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Henter fil" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Skriv inn URL'en til et oppskriftsarkiv eller webside." #~ msgid "Enter URL:" #~ msgstr "Skriv inn URL:" #~ msgid "Unable to import URL" #~ msgstr "Kunne ikke importere URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet har ikke et programmtillegg som kan importere URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Kan ikke importere URL %(url)s av mimetype %(type)s. Filen er lagret i " #~ "midlertidig plassering %(fn)s." #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Gjenkjenner ikke denne websiden. Bruker generisk importering..." #~ msgid "Import complete." #~ msgstr "Importerer fullført." #~ msgid "Importing recipe" #~ msgstr "Importerer oppskrift" #~ msgid "Processing ingredients" #~ msgstr "Behandler ingredienser" #~ msgid "Processing ingredients." #~ msgstr "Behandler ingredienser." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML-fil" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Recipe Manager" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organiser oppskrifter, lage handlelister, kalkulere næringsinformasjon og " #~ "mer." #~ msgid "Send to Email" #~ msgstr "Send til e-post" #~ msgid "Email recipes from Gourmet" #~ msgstr "Send oppskrifter fra Gourmet som e-post" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Zip, Gzip, og Tarball-støtte" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Importer oppskrifter fra zip og tar-arkiv" #~ msgid "HTML Export" #~ msgstr "HTML Eksport" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Lag nettside fra oppskrifter." #~ msgid "Webpage import" #~ msgstr "Importer fra nettside" #~ msgid "Import recipes from the web." #~ msgstr "Importerer oppskrifter fra nettet." #~ msgid "Website Importers" #~ msgstr "Nettsted importeringsverktøy" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importeringsverktøy for about.com, foodnetwork.com og andre" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Velg teks fra råoppskriften og kategoriser den ved å merke hvilken del " #~ "av oppskriften den er (velg fra oppskriftselemeter til høyre)." #~ msgid "_Raw recipe:" #~ msgstr "_Rå oppskrift:" #~ msgid "_Label" #~ msgstr "Navn" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Lag en ny Oppskrift (Bruk denne hvis filen du importerer inneholder mer " #~ "en 1 oppskrift)" #~ msgid "Select recipe image" #~ msgstr "Velg oppskriftsbilde" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Velg bilde for oppskrift \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Under er alle bildene som ble funnet på siden du importerer. Velg bilder " #~ "som hører til denne oppskriften, eller ikke velg noen hvis du ikke ønsker " #~ "noen av disse bildene." #~ msgid "Python Shell" #~ msgstr "Python Skall" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Gir programmerere tilgang til et interaktivt skall med tilgang til " #~ "Gourmet's interne funksjoner." #~ msgid "_Python Console" #~ msgstr "Pythonkonsoll" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "Vis Python-konsoll (gir tilgang til gjeldende Gourmet instans)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Recipe Manager starter opp..." #~ msgid "Starting gourmet..." #~ msgstr "Starter gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Du har akkurat flyttet %s oppskrift til søppelbøtta. Du kan gjenopprette " #~ "denne oppskriften eller slette den permanent når som helst ved å klikke " #~ "Verktøy->Åpne Søppelbøtte" #~ msgstr[1] "" #~ "Du har akkurat flyttet %s oppskrifter til søppelbøtta. Du kan " #~ "gjenopprette disse oppskriftene eller slette dem permanent når som helst " #~ "ved å klikke Verktøy->Åpne Søppelbøtte" #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "For å skrive ut, aktiver programmtillegget som støtte for utskrift, slik " #~ "som tillegget 'Utskrift og PDF-eksport'" #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Vel dette er flaut. Noe gikk galt under utksrift av oppskriften din." #~ msgid "Unable to open URL" #~ msgstr "Kunne ikke åpne URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Kunne ikke åpne e-postleser." #~ msgid "Unable to open website." #~ msgstr "Kunne ikke åpne webside." #~ msgid "Unable to open file." #~ msgstr "Kunne ikke åpne fil." #~ msgid "There was an error launching the url: %s" #~ msgstr "Det var en feil under åpning av URL'en: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Tid må starte med et tall eller en brøk etterfulgt av en enhet (minutt, " #~ "time etc.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Tiden må være uttrykt i timer, minutter, sekunder, etc." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Forstår ikke %s som nummer for utbytte" #~ msgid "cancelled" #~ msgstr "avbrutt" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Du har prøvd å lukke et vindu med en aktiv stoppeklokke. Du kan stoppe " #~ "klokken, eller du kan lukke vinduet. Hvis du lukker vinduet vil det dukke " #~ "opp igjen når alarmen går." #~ msgid "_Servings" #~ msgstr "Porsjoner" #~ msgid "A file named %s already exists." #~ msgstr "En fil med navnet %s eksisterer allerede." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Vil du erstatte den med den du lagrer?" #~ msgid "Importing old recipe data" #~ msgstr "Importere gamle oppskriftsdata" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importerere oppskriftsdata fra en tidligere versjon av Gourmet til ny " #~ "database." #~ msgid "Export succeeded" #~ msgstr "Eksportering fullført" #~ msgid "webpage" #~ msgstr "webside" #~ msgid "Exported %s to %s" #~ msgstr "Eksporterte %s til %s" #~ msgid "%s stopped." #~ msgstr "%s stoppet." #~ msgid "%s was interrupted by user request." #~ msgstr "%s ble avbrutt av brukeren." #~ msgid "%s interrupted" #~ msgstr "%s avbrutt" #~ msgid "There was an error during %s." #~ msgstr "Det skjedde en feil under %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Sletter oppskrifter fra databasen... (%s av %s slettet)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Slettet %s oppskrift" #~ msgstr[1] "Slettet %s oppskrifter" #~ msgid "Export complete!" #~ msgstr "Eksport fullført!" #~ msgid "Recipe exported to %s" #~ msgstr "Oppskrift eksportert til %s" #~ msgid "Database format has changed" #~ msgstr "Databaseformat er endret" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s har forandret formatet på databasen sin. Din " #~ "database vil ikke lengre virke med eldre versjoner av %(progname)s. En " #~ "sikkerhetskopi har blitt lagret i %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Hvis noe skulle gå galt, er en sikkerhetskopi av oppskriftsdatabasen din " #~ "i ferd med å bli eksportert til %s" #~ msgid "Transferring data to new database format" #~ msgstr "Overfører data til nytt databaseformat" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Import/Eksport" gourmand-1.2.0/po/nl.po000066400000000000000000004165641510115424500147330ustar00rootroot00000000000000# Dutch translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-04-03 08:29+0000\n" "Last-Translator: rob \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Receptenindex" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nieuw recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Toevoegen aan _boodschappenlijst" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Re_cept bekijken" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Zoeken naar:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Zoeken naar recepten terwijl u typt" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_in" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Zoeken op andere critera binnen de huidige zoekresultaten." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Zoekcriteria _toevoegen" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Zoeken beperken tot:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Zoek_resultaten" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Velden instellen voor geselecteerde recepten" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Receptvelden voor geselecteerde " "recepten instellen" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Afbeelding _toevoegen" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Afbeelding _verwijderen" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Br_on:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Waardering:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Ke_uken:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Categorie:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Voorbereidingstijd:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "_Kooktijd:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Website:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Afbeelding:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Aantal:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Eenheid" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "_Alleen waarden instellen waarvan het veld momenteel leeg is" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Alle waarden instellen voor _alle geselecteerde recepten" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (wordt standaard opgeslagen in een lokaal bestand)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (wordt standaard opgeslagen in een lokaal bestand)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (vereist een databank)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Databank selecteren" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Selecteer databanksysteem om te gebruiken door Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Databanksysteem" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Computernaam:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Gebruikersnaam:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "Wa_chtwoord:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Wachtwoord voor gebruikersnaam voor databank." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Databank_naam:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Bestand" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Computernaam van het systeem waarop uw databankserver draait. Indien uw " "databankserver op uw lokale systeem draait, gebruik dan ´lokaal´." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "lokaal" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Dit wachtwoord opslaan voor de volgende keer. Dit betekent dat uw wachtwoord " "onveilig opgeslagen zal worden in uw configuratiebestand" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Wachtwoord op_slaan" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Naam van de databank waarin Gourmet informatie moet opslaan. Gourmet zal " "proberen om deze databank aan te maken indien deze nog niet bestaat." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Uw gebruikersnaam voor de databank." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Bladeren" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Details" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Voorkeuren Gourmet-receptbeheer" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Indexweergavevoorkeuren" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "_Opties tonen" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Recepten per pagina:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Instellen welke kolommen weergegeven worden in de receptenindexweergave." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Indexweergave" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Kaartweergavevoorkeuren" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Maten _toestaan te veranderen tijdens het vermenigvuldigen" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "Breuken gebr_uiken" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Indien mogelijk breuken gebruiken voor weergave" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Verwijder items die u niet langer gebruikt in de receptkaartinterface." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kaartweergave" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Boodschappenlijstvoorkeuren" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Wat moet Gourmet doen met optionele ingrediënten wanneer er recepten " "toegevoegd worden aan de boodschappenlijst?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Vragen of de optionele ingrediënten ook toegevoegd moeten worden" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "Gebruikerskeuzes standaard _onthouden" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "Onthouden optionele ingrediënten _wissen" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Altijd optionele ingrediënten toevoegen" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Nooit optionele ingrediënten toevoegen" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Boodschappenlijst" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "personen" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Titel:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "_Voorbereidingstijd:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categorie" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "waardering" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Aantal" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Eenheid" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "Boodschappenlijst maken" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Omschrijving be_werken" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Kooktijd:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Voorbereidingstijd:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Keuken:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Categorie:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Website:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Aantallen:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Link" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Bron:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Waardering:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Vermenigvuldigen met:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instructies" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "_Instructies bewerken" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notities" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "_Notities bewerken" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingrediënten" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "_Ingrediënten bewerken" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "_Ingrediënt toevoegen:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingrediënten" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Recept aan boodschappenlijst toevoegen" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Aan _boodschappenlijst toevoegen" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Ga naar recept in receptkaartweergave" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Geselecteerde recept verwijderen" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Recept _verwijderen" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Attributen van geselecteerd recept bewerken" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Recepten in _bulk bewerken" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Geselecteerd recept openen" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Selecteer recept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Geselecteerd recept afdrukken" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "Recept af_drukken" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Dit item nooit kopen. Wanneer het voorkomt in een recept, zal het getoond " "worden in de sectie \"Voorraadkast\" van de lijst om u eraan te herinneren " "dat u het nodig heeft. Het zal echter niet in de lijst opgenomen worden " "wanneer u deze afdrukt of opslaat, tenzij u mij vertelt dat u het moet kopen." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Aan _voorraadkast toevoegen" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "_Opties tonen" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Zoeken _in" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "Normale uitdrukkingen gebr_uiken (geavanceerd zoeken)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Zoeken terwijl u _typt" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Zoekopties" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categorie" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Sleutel" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Categoriebeheer" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Zoeken op" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Zoeken terwijl u typt" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Normale uitdrukkingen gebruiken" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Geavanceerd zoeken" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Categorie toevoegen: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Kookwekker" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Kookwekker" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Kookwekker afgelopen!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Alarm zal herhaald worden totdat u deze dialoog sluit of de kookwekker " "terugzet." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "_Kookwekker instellen: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Terugzetten" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Starten" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Geluid" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Notitie" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Alarm _herhalen totdat ik het uitzet" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Instellingen" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Velden door gehele databank bewerken" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Veld om te be_werken:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Voor elke geselecteerde waarde:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Waarde _laten zoals deze is" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" "Nieuwe waarde zal toegevoegd worden aan het einde van een bestaande " "tekst" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Nieuwe waarde zal bestaande waarde vervangen" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Veld:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Waarde:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Veld _ander veranderen:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Waarde _veranderen in: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Waarde verwijderen" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Selecteer equivalent van" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "uit USDA-databank" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "Ingrediënt _veranderen" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "of" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "USDA-ingrediëntendatabank door_zoeken:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Zoeken terwijl u t_ypt" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Alleen voedsel uit de volgende _groep tonen:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Zoek_resultaten:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "van:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Hoeveelheid:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Maat:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "maat" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "Maat _veranderen" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "Nieuwe maat op_slaan" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "naar:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Maat:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Voedingswaarde invoeren voor " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Selecteer een dichtheid" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ingrediëntsleutel: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA-item: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "_USDA-associatie bewerken" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Voedingswaarde" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "_Informatie bewerken" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Voedingswaarde" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Dichtheid:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA-equivalenten" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Aangepaste equivalenten:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "_Dichtheidsinformatie" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Bekende voedingswaarde" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Geavanceerd zoeken" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Voedingswaarde" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "Ne_geren" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet-receptbeheer" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet-receptbeheer is een programma om recepten op te slaan, te " "organiseren en te zoeken. Gourmet maakt het ook eenvoudig " "boodschappenlijsten aan te maken van recepten. Gourmet kan recepten " "importeren uit verschillende bronnen, zoals MealMaster- en MasterCook-" "archieven en vanaf verschillende populaire websites. Gourmet kan recepten " "exporteren als tekst, MealMaster-bestanden, HTML-websites en een eigen XML-" "formaat om recepten uit te kunnen wisselen met andere Gourmet-gebruikers. " "Gourmet ondersteunt het toevoegen van afbeeldingen aan recepten, en kan de " "voedingswaarde berekenen op basis van de ingrediënten." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Selecteer databankbestand" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nieuw recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Databank_naam:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Details" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Er is een back-up gemaakt in %s voor als er iets fout mocht gaan. Wanneer " "het bijwerken mislukt, dan kunt u het back-upbestand recipes.db handmatig " "hernoemen om het terug te zetten voor het gebruik met de oudere Gourmet" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "_Categorie veranderen" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Nieuwe categorie aanmaken" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Categorie van momenteel geselecteerd item veranderen" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Voorraadkast" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Naar _boodschappenlijst verplaatsen" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Naar _voorraadkast verplaatsen" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Van boodschappenlijst verwijderen" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Geselecteerde items verplaatsen naar %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Bood_schappenlijst" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Reeds aanwezig (_voorraadkastitems)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Categorie invoeren" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Categorie om %s aan toe te voegen" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Categorie:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recepten" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "Items _toevoegen:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Recepten verwijderen" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Recepten verwijderen van boodschappenlijst" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Bewerken" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Help" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Items toevoegen" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Willekeurige items aan boodschappenlijst toevoegen" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Geen recepten geselecteerd. Wilt u de volledige lijst wissen?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Boodschappenlijst opslaan als..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Optionele ingrediënten selecteren" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Gelieve te specifiëren welke ingrediënten u op uw boodschappenlijst wilt " "plaatsen." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Bekijken" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Recept exporteren" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Geselecteerd recept exporteren (opslaan naar bestand)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "Recept _verwijderen" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Dit recept verwijderen" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Maten aanpassen tijdens het vermenigvuldigen" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Verander, waar mogelijk, de maten om ze makkelijker leesbaar te maken bij " "het vermenigvuldigen." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Recept afdrukken" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Toevoegen aan _boodschappenlijst" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Onthouden optionele ingrediënten vergeten" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Vraag naar alle optionele ingrediënten, zelfs diegene die u voorheen " "onthouden wilde hebben, voordat u ze toevoegt aan een boodschappenlijst" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Recept exporteren" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "U heeft niet opgeslagen veranderingen." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Veranderingen toepassen voordat u afdrukt?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Veranderingen toepassen voordat u afdrukt?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Optioneel)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Kon recept %s niet vinden in databank." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Recept bewerken:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Veranderingen opslaan naar databank" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Receptkaart bekijken" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Bewerken" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Veranderingen opslaan naar %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Ingrediënt toevoegen" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Groep toevoegen" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "_Recept toevoegen" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Een ander recept als een ingrediënt toevoegen aan dit recept" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Verwijderen" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Omhoog" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Omlaag" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Omschrijving" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Bereiding" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notities" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Aantal" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Maat" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Item" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Optioneel" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Het recept %s (ID %s) bevindt zich niet in onze databank." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Omgerekend: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Niet omgerekend: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Veranderde maat." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "U heeft de maat van %(item)s van %(old)s naar %(new)s veranderd. Wilt u de " "hoeveelheid ook omzetten?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s omgerekend naar %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Kan niet van %(old_unit)s naar %(new_unit)s omrekenen" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Ingrediëntengroep toevoegen" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Voer een naam in voor de nieuwe subgroep van ingrediënten" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Groepsnaam:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Selecteer recept" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Recept kan niet bij zichzelf als een ingrediënt gebruikt worden!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Oneindige recursie is niet toegestaan in recepten!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "U heeft geen recepten geselecteerd!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Hoeveel %(title)s heeft uw recept nodig?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recepten" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Belgeluid" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Waarschuwingsgeluid" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Foutgeluid" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Kookwekker stoppen?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "_Kookwekker stoppen" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Kookwekker niet stoppen" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Plug-ins" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Plug-ins voegen extra functionaliteit toe aan Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Plug-in wordt gebruikt door andere plug-ins. Plug-in toch uitschakelen?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "De volgende plug-ins gebruiken %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Toch uitschakelen" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Plug-in ingeschakeld laten" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "of" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Er is een fout opgetreden bij het inschakelen van de plug-in." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Er is een fout opgetreden bij het uitschakelen van de plug-in." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Keuken" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Waardering" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Bron" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Website" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Voorbereidingstijd" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Kooktijd" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Wijzigingen" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Onjuiste invoer." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Geen getal." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pauzeren" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stoppen" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Vraag me dit niet opnieuw." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Weet u zeker dat u dit wilt doen" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "voortreffelijk" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "uitstekend" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "goed" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "redelijk" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "onvoldoende" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Waardering omzetten in 5-sterrenschaal." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Waardering omzetten." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Geef de waardering op een schaal van 1 tot 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Huidige waardering" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Waardering op een 5-sterrenschaal" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Selecteer bestands_type" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Het spijt me, ik begrijp de \n" "hoeveelheid \"%s\" niet." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Hoeveelheden moeten getallen zijn (breuken of decimalen), een getallenreeks, " "of leeg." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "De maat moet apart in het 'maat'-veld staan.\n" "Stel dat u bijvoorbeeld anderhalf kopje wilt invoeren,\n" "het 'hoeveelheid'-veld kan dan \"1.5\" of \"1 1/2\" bevatten.\n" "\"kopjes\" moet in het aparte 'maat'-veld komen.\n" "\n" "Om een getallenreeks in te voeren kunt u '-' gebruiken\n" "om ze te scheiden. U kunt bijvoorbeeld '2-4' of '1 1/2 - 3 1/2'\n" "invullen.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Gebruikersnaam:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "Wa_chtwoord:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "bloem, alle doeleinden" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "suiker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "zout" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "zwarte peper, gemalen" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "ijs" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "water" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "plantaardige olie" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olijfolie" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Onbekend" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Recept wil zichzelf als een ingrediënt gebruiken." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ingrediënt %s zal genegeerd worden." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Boodschappenlijst voor %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Voor de volgende recepten:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Voor de volgende recepten:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Kies een codering" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Kan de juiste codering niet bepalen. Selecteer de juiste codering uit de " "volgende lijst." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "_Bestand met codering bekijken" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importeren gepauzeerd" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Stop importeren" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Recepten_index" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Boodschappen_lijst" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "vertalers\n" "\n" "Launchpad Contributions:\n" " Danuvius https://launchpad.net/~daans\n" " Desikn https://launchpad.net/~desikn\n" " Edde Beket https://launchpad.net/~edde-beket\n" " Jan Claeys https://launchpad.net/~janc\n" " LittlePanda https://launchpad.net/~lpmbx-sf\n" " Mike https://launchpad.net/~info-mik3\n" " Nikivich https://launchpad.net/~niki-driessen\n" " Nom du Clavier https://launchpad.net/~jvrnix\n" " P. Hamming https://launchpad.net/~hamming8\n" " daav https://launchpad.net/~david-cheyns\n" " itronic https://launchpad.net/~itronic\n" " killer https://launchpad.net/~bert-creugers\n" " raboof https://launchpad.net/~launchpad-bzzt\n" " rob https://launchpad.net/~rvdb" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Opgeslagen!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Uw veranderingen opslaan naar %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Een import is bezig." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Een export is bezig." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Een verwijdering is bezig." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Het programma toch afsluiten?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Niet afsluiten!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s van %s recepten zijn permanent verwijderd" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Prullenbak" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" "Doorbladeren, recepten permanent verwijderen of verwijderde recepten " "terugzetten" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Teruggeplaatste recepten " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Aantal %(unit)s van %(title)s om boodschappen voor te gaan doen" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "%s vermenigvuldigen met:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "%(attributes)s voor %(num)s geselecteerd recept instellen?" msgstr[1] "%(attributes)s voor %(num)s geselecteerde recepten instellen?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Reeds bestaande waarden zullen niet worden veranderd." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" "Alle bestaande waarden zullen vervangen worden door de nieuwe waarden.." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Deze verandering kan niet ongedaan gemaakt worden." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Waarden instellen voor geselecteerde recepten" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Recepten zoeken" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Recept openen" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Geselecteerd recept openen" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Recept verwijderen" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Geselecteerde recepten verwijderen" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Recept bewerken" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Geselecteerde recepten openen in bewerkingsvenster" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "Geselecteerd recepten e_xporteren" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Recepten exporteren naar bestand" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "Af_drukken" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recepten" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Recepten in bulk be_werken" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nieuw" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Recept importeren" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Recept importeren vanaf bestand" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recept" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "_Alle recepten exporteren" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Alle recepten exporteren naar bestand" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Afsluiten" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Acties" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Prullenbak" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Voorkeuren" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Plug-ins" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Plug-ins beheren die extra functionaliteit toevoegen aan Gourmet." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "I_nstellingen" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "I_nfo" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Gereedschappen" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Kookwekker" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Kookwekker tonen" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Doorzoekbare index van recepten in de database" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "%s verwijderen?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Er zijn niet opgeslagen veranderingen gemaakt aan %s. Weet u zeker dat u " "door wilt gaan met verwijderen?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Verwijderd" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Naamloos" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Recepten definitief verwijderen?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Recept definitief verwijderen?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Weet u zeker dat u het recept %s wilt verwijderen?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Weet u zeker dat u de volgende recepten wilt verwijderen?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Weet u zeker dat u de %s geselecteerde recepten wilt verwijderen?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Recepten bekijken" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Recepten verwijderen" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Receptenindex" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Recept %s is verwijderd" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "Prullenbak openen" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Klaar!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importeren…" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Ingrediëntsleutelbeheer" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Ingrediëntsleutel in bulk bewerken" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "sleutel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "item" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Veld" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Waarde" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Aantal" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Alle sleutels veranderen van \"%s\" in \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Deze actie kan niet ongedaan gemaakt worden. Als er al ingrediënten met de " "sleutel \"%s\" zijn, dan zult u deze niet meer kunnen onderscheiden van de " "ingrediënten die u nu verandert." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Alle items veranderen van \"%s\" in \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Deze actie kan niet ongedaan gemaakt worden. Als er al ingrediënten met het " "item \"%s\" zijn, dan zult u deze niet meer kunnen onderscheiden van de " "ingrediënten die u nu verandert." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "_Alle voorkomens van \"%(unit)s\" veranderen in \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "\"%(unit)s\" veranderen in \"%(text)s\" alleen voor _ingredienten " "\"%(item)s\" met sleutel \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "_Alle voorkomens van \"%(amount)s\" %(unit)s veranderen in %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Verander \"%(amount)s\" %(unit)s in \"%(text)s\" %(unit)s alleen daar _waar " "de ingredientsleutel %(key)s is" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Verander \"%(amount)s\" %(unit)s in \"%(text)s\" %(unit)s _alleen daar waar " "de ingredientsleutel %(key)s en het item %(item)s is." #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Alle geselecteerde rijen veranderen?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Deze actie kan niet ongedaan gemaakt worden. Weet u zeker dat u voor alle %s " "geselecteerde rijen de volgende waarden wilt instellen:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Sleutel naar %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Item naar %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Maat naar %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Hoeveelheid naar %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrediënt" msgstr[1] "%s ingrediënten" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Ingrediënten %(bottom)s tot %(top)s van %(total)s worden getoond" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Hoeveelheid" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ingrediëntsleutels" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ingrediëntsleutels zijn genormaliseerde ingrediëntnamen die worden gebruikt " "voor boodschappenlijsten en berekeningen." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Geschatte sleutels" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Beste waarden schatten voor alle ingrediëntsleutels, gebaseerd op reeds " "aanwezige waarden in uw databank" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Sleutelassociaties bewerken" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Associaties bewerken met sleutel en andere attributen in databank" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Sleutelbeheer" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Item:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Sleutel:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "Geselecteerde ingrediënten _veranderen" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Boodschappencategorie" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Maten weergeven zoals geschreven voor elk recept (geen veranderingen)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Altijd U.S.-maten weergeven" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Altijd metrische maten weergeven" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Maten automatisch aanpassen" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Voorkeuren _maatweergave instellen" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Maten automatisch omrekenen naar gewenst systeem (metrisch, imperaial, enz.) " "indien mogelijk." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Sterren" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s geleden" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Recepten auto-samenvoegen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Gebruik altijd het nieuwste recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Gebruik altijd het oudste recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Geen" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Sommige geimporteerde recepten schijnen duplicaten te zijn. U kunt ze hier " "samenvoegen, of deze dialoog sluiten en ze laten." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "_Duplicaatrecepten zoeken" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Duplicaatrecepten zoeken en verwijderen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Recepten met gelijksoortige receptinformatie" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Recepten met gelijksoortige ingrediënten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Recepten met gelijksoortige receptinformatie en ingrediënten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Duplicaatrecepten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Inclusief de recepten in de prullenbak" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Tonen:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "_Alle duplicaatrecepten samenvoegen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Recepten samenvoegen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Auto-samenvoegen" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Voor elke geselecteerde waarde" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Waar %(field)s is %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Veranderingen zullen effect hebben op %s recept" msgstr[1] "Veranderingen zullen effect hebben op %s recepten" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "%s verwijderen waar het %s is?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "%s van %s naar \"%s\" veranderen?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Deze verandering kan niet teruggedraaid worden." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Veldbeheer" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Velden tegelijkertijd bewerken in meerdere recepten." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Recepten e-mailen" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Alle geselecteerde recepten e-mailen (of alle recepten indien er geen " "geselecteerd zijn)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Wilt u echt alle %s geselecteerde recepten e-mailen?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ja, _e-mail ze" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Kan %s niet omrekenen naar %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Dichtheidsinformatie nodig." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Maten omrekenen" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Maten omrekenen" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Maten omrekenen" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "van" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "I_tem:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Dichtheid:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Dichtheids_informatie" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "naar" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultaat:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML webpagina" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Bezig met exporteren van webpagina" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Bezig met exporteren van recepten naar HTML-bestanden in map %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Recept als HTML-bestand %(file)s opgeslagen" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Originele pagina van %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "optioneel" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Bezig met exporteren van webpagina" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Bezig met exporteren van recepten naar HTML-bestanden in map %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recept als HTML-bestand %(file)s opgeslagen" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Platte tekstbestand" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Tekst export" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Recepten exporteren naar tekstbestand %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Recepten opgeslagen als tekstbestand %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Groot bestand" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Bestand %s is te groot om te importeren" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "U bestand bevat teveel %s tekens. Waarschijnlijk wilde u het helemaal niet " "importeren, maar als u het bestand toch wilt importen, gebruik dan een " "tekstverwerker om het te splitsen in kleinere delen, probeer het daarna " "opnieuw te importeren." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML-bestand" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML-export" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Recepten exporteren naar Gourmet XML-bestand %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recept opgeslagen in Gourmet XML-bestand %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML-bestand (verouderd)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML-bestand" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook-tekstbestand" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "MasterCook-import voltooid." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "XML schoonmaken" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML-bestand" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Pagina-opmaak" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Recepten afdrukken" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF-export" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Recepten exporteren naar PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Recept opgeslagen als PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "punten" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Indexkaart (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Indexkaart (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Indexkaart (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Indexkaart (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Rechtop" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Indexkaarten (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Indexkaarten (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Index-kaarten (A7" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Normaal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Kolom" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Kolom" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Kolom" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Kolom" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Kolom" msgstr[1] "%s Kolommen" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Liggend" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Liggend" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Papier_formaat" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Oriëntatie" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Pagina-inde_ling" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Grootte _Lettertype" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Linkermarge" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Rechtermarge" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Bovenmarge" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Ondermarge" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "PDF-opties" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster-bestand" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster export" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Bezig met exporteren van recepten naar MealMaster-bestand %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recept opgeslagen als MealMaster-bestand %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "persoon" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Groot bestand" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "HTML-export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Recepten exporteren naar Gourmet XML-bestand %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recept opgeslagen in Gourmet XML-bestand %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Opslaan boodschappenlijst" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Boodschappenlijst opslaan als recept" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" "Huidige boodschappenlijst opslaan als een recept voor toekomstig gebruik" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Menu voor %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Voedingswaarde is hoeveelheid per %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Voedingswaarde is hoeveelheid voor gehele recept" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Voedingswaarde ontbreekt voor %s ingrediënten: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Iedere groep" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "Selectie" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Maat omrekenen voor %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Om de voedingswaarde te berekenen heeft Gourmet uw hulp nodig om \"%s\" om " "te rekenen naar een bekende maat." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Ingrediëntsleutel veranderen" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Ingrediëntsleutel overal veranderen van %(old_key)s in %(new_key)s of alleen " "in recept %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Ov_eral veranderen" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "Alleen in recept %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Ingrediëntsleutel overal van %(old_key)s naar %(new_key)s veranderen?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Maat veranderen" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Maat van %(old_unit)s in %(new_unit)s veranderen voor alle ingrediënten " "%(ingkey)s of alleen in recept %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Om de voedingswaarde te berekenen voor \"%(amount)s %(unit)s %(ingkey)s\" " "moet Gourmet de dichtheid weten. Onze databank met voedingswaarden heeft " "verschillende beschrijvingen van dit voedingsmiddel met verschillende " "dichtheden. Selecteer de juiste hieronder:" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Om de voedingswaarde te berekenen heeft Gourmet een bekende hoeveelheid en " "maat nodig." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Voeding" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrediënt" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Equivalent USDA-databank" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gram" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calorieën" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Totale vetgehalte" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Verzadigd vet" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Cholesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Zout" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Totale hoeveelheid koolhydraten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Voedingsvezels" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Suikers" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteïne" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alpha-caroteen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "As" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-caroteen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta-cryptoxanthine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calcium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Koper" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Totale hoeveelheid foliumzuur" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Foliumzuur" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Foliumzuur in voeding" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Foliumzuurequivalenten in dieet" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "IJzer" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "lycopeen (natuurlijk geel)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteïne+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangaan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Vitamine B5" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Kalium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamine A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selenium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Thiamine (vitamine B1)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamine A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamine A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamine B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamine B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamine C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamine E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamine K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminen en mineralen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Voedingswaarde onbekend van \n" "%(missing)s van de %(total)s ingrediënten." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Dagelijkse hoeveelheid" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Het percentage van de aanbevolen dagelijkse hoeveelheid is gebaseerd op %i " "calorieën per dag. Klik om het aantal calorieën per dag aan te passen." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Hoeveelheid per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Hoeveelheid per recept" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Gegevens voedingswaarde laden" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Importeren voedingswaarde-databank voltooid!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Voedingswaardedatabank uit zip-archief %s halen" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "%s wordt uit zip-archief gehaald" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Gegevens voedingswaarde worden verwerkt..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" "Gegevens voedingswaarde worden gelezen: %s van de %s regels geïmporteerd." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Gegevens gewicht worden verwerkt..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Gegevens gewicht voor voedingswaarde worden gelezen: %s van de %s regels " "geïmporteerd." #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Water" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilocalorieën" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteïnen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipiden (vetten)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g as" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g koolhydraten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g vezels" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g suiker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg calcium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg ijzer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg kalium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg zout" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zink" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg koper" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangaan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "microgram seleen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamine C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg thiamine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavine (vitamine B2)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg pantotheenzuur" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamine B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "microgram Folium in totaal" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "microgram Foliumzuur" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "microgram Voedingsfolium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "microgram foliumzuurequivalenten in dieet" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Totale hoeveelheid choline" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "microgram Vitamine B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamine A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamine A (microgram 'Netvlies activiteiten equivalenten'" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "microgram Retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "microgram Alpha-caroteen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "microgram Beta-caroteen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "microgram Beta-cryptoxanthine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "microgram lycopeen (natuurlijk geel)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "microgram Luteïne+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamine E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamine K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g Verzadigde Vetzuren" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Enkelvoudig Onverzadigde Vetzuren" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Meervoudig Onverzadigde Vetzuren" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Cholesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Percenten afval" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Zuivel- & Eierproducten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Kruiden & Specerijen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Babyvoeding" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Vetten & Oliën" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Gevogelte" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Soepen & Sauzen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Worst & Fijne vleeswaren" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Ontbijtgranen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Fruit en Fruitsappen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Varkensvlees" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Groenten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Noten & Zaden" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Rundvlees" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Dranken" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Vis & Schaaldieren" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Peulvruchten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Lam, Kalf & Wild" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Gebakken producten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Snoep" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Rijst & Pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Fastfood" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Hoofdgerechten, Voorgerechten & Bijgerechten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snacks" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Uitheems Eten" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "Gehele databank" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ingrediëntsleutel" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA-ID-nummer" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA-itemomschrijving" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Dichtheidsequivalent" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA-ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Hulpmiddelen" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Voedingswaarde voor huidige lijst verkrijgen" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Hoeveelheid voor boodschappenlijst" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "_Voedingswaarde bewerken" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "sterren" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "%(number)s van %(total) recepten geëxporteerd" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Exporteren voltooid" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" "Recept aan de tekst van het e-mailbericht toevoegen (in alle gevallen een " "goed idee)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Recept e-mailen als HTML-bijlage." #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Recept e-mailen als PDF-bijlage" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-mailopties" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Niet vragen voor het verzenden van e-mail." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail niet verzonden" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "U heeft niet gekozen om het recept aan de tekst van het bericht toe te " "voegen of als bijlage aan het bericht toe te voegen." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Recept opslaan als..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet kan geen bestand van het type \"%s\" exporteren" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Recepten exporteren" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recepten" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Kon niet exporteren: onbekend bestandstype \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Selecteer a.u.b. een bestandstype uit het keuzemenu bij het opslaan." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exporteren" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Kon niet afdrukken: er zijn geen afdrukplug-ins ingeschakeld!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "%s recept afdrukken" msgstr[1] "%s recepten afdrukken" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "aantal" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Recept openen..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Voer website-adres in" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Wijzigingen" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Voer website-adres of receptenarchief in." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importeren" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alle bestanden die geïmporteerd kunnen worden" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "%s recepten geïmporteerd." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "persoon" msgstr[1] "personen" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s van %s recepten geïmporteerd." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "ok" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Personen" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Ingrediëntensubgroup" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Verbergen" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Tekst" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Acties" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Recept importeren" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "_Labels verwijderen" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Recept importeren" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "Overal" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "titel" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediënt" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "aanwijzingen" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notities" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "keuken" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "bron" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Normale uitdrukkingen gebruiken voor het zoeken" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Normale uitdrukkingen gebruiken (een geavanceerde zoektaal) om tekst te " "zoeken" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Zoeken terwijl u typt (schakel dit uit als zoeken langzaam gaat)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Zoek_opties tonen" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Geavanceerde zoekopties tonen" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recept" msgstr[1] "%s recepten" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Recepten %(bottom)s t/m %(top)s van %(total)s worden getoond" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s in %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Gepauzeerd" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "KRecipe-import" msgstr[1] "KRecipe-import" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pauze" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Klaar" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Fout: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Fout" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Fout %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Herleiden" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "seconde" msgstr[1] "seconden" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min." #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuut" msgstr[1] "minuten" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "uur" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "uur" msgstr[1] "uren" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dag" msgstr[1] "dagen" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "week" msgstr[1] "weken" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "maand" msgstr[1] "maanden" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "jaar" msgstr[1] "jaren" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " en " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "en" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "tot" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Recepten doorbladeren" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" "Recepten selecteren d.m.v. het doorbladeren van categorie, keuken, enz." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Algemeen" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Duplicaatrecepten zoeken" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" "Een assistent om duplicaatrecepten te zoeken verwijderen of samen te voegen" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF-export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Receptwebsites van recepten aanmaken." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importeren/Exporteren" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML-import en export" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Recepten importeren en exporten als Gourmet XML-bestanden, toepasbaar voor " "back-up of uitwisseling met andere Gourmet-gebruikers." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe-import" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Bestanden importeren uit het Krecipe-programma." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Mastercook-import" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Bestanden importeren uit het Mastercook-programma." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmet XML-import en export" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Recepten importeren en exporten als Gourmet XML-bestanden, toepasbaar voor " "back-up of uitwisseling met andere Gourmet-gebruikers." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Mealmaster(tm)-export" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Recepten exporteren als Mealmaster-tekstbestanden" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Afdrukken & PDF-export" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Recepten afdrukken of exporteren als PDF; deze plug-in geeft de mogelijkheid " "voor diverse pagina-indelingen." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Begeleide import platte tekst" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Helpt gebruiker bij markeren en importeren van platte tekst. Geeft ook de " "mogelijkheid voor het exporteren als platte tekst." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Ingrediëntsleutels toewijzen en bewerken (unieke identificatoren voor " "ingrediënten, die gebruikt worden om items te consolideren op " "boodschappenlijsten)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Boodschappenlijsten opslaan als recepten voor toekomstig gebruik." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Voedingswaarden van recepten berekenen" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Boodschappencategoriebeheer" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Boodschappencategorieën voor ingrediënten toewijzen en bewerken binnen het " "receptbeheer." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Spellingscontrole" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Voegt spellingscontrole toe bij tekstinvoer in recepten (instructies, " "notities)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Voorziet in een simpele maatomrekenaar" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Maatweergavevoorkeuren" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "Geeft u de optie om altijd metrische (of imperiaal) maten te gebruiken" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Zoeken naar Unicode-16 in tekstbestanden" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Schakel dit in wanneer uw utf-16 tekstbestanden niet correct in Gourmet " "geïmporteerd worden. Schakel dit uit wanneer u nooit UTF16 gebruikt en u " "voortdurend de 'Coderingsdialoog' te zien krijgt bij het importeren van " "bestanden." #~ msgid "E-mail selected recipe" #~ msgstr "Geselecteerd recept e-mailen" #~ msgid "_E-Mail recipe" #~ msgstr "Recept _e-mailen" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (assistentie bij het poorten naar Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (verbeteringen aan maatomrekeninterface)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (verbeteringen aan MealMaster export)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo en welkomstscherm)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (voedingswaarde en ´Toevoegen aan boodschappenlijst´-" #~ "pictogrammen)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (verbeteringen aan " #~ "internationalisatie, verschillende bugfixes)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Windows-versie onderhoud en website " #~ "redesign)" #~ msgid "Upgrading database" #~ msgstr "Databank bijwerken" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Afhankelijk van de grootte van uw databank kan dit een langdurig proces " #~ "zijn. Er wordt automatisch een back-up van uw data gemaakt, voor als er " #~ "iets fout mocht gaan." #~ msgid "Paste ingredients" #~ msgstr "Ingrediënten plakken" #~ msgid "Import from file" #~ msgstr "Importeren vanaf bestand" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Selecteer een bestand dat uw ingrediëntenlijst bevat." #~ msgid "No file selected" #~ msgstr "Geen bestand geselecteerd" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Er werd geen bestand geselecteerd, de actie is geannuleerd" #~ msgid "_Import file" #~ msgstr "Bestand _importeren" #~ msgid "Import _webpage" #~ msgstr "_Website importeren" #~ msgid "Import recipe from webpage" #~ msgstr "Recept importeren vanaf website" #~ msgid "Open _Trash" #~ msgstr "_Prullenbak openen" #~ msgid "Archive (zip, tarball)" #~ msgstr "Archief (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Zip-archief laden" #~ msgid "Unzipping zip archive" #~ msgstr "Zip-archief uitpakken" #~ msgid "Webpage" #~ msgstr "Website" #, python-format #~ msgid "Downloading %s" #~ msgstr "Bezig met downloaden van %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Boodschappenlijst voor %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "%s wordt opgehaald" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Bestand ophalen" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "De URL van een receptenarchief of receptenwebsite invoeren." #~ msgid "Enter URL:" #~ msgstr "URL invoeren:" #~ msgid "Unable to import URL" #~ msgstr "Kon URL niet importeren" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Er is geen plug-in beschikbaar voor het importeren van de URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Kon URL %(url)s met mimetype %(type)s niet importeren. Bestand opgeslagen " #~ "naar tijdelijke locatie %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Deze webpagina wordt niet herkend. De generieke importeur wordt " #~ "gebruikt..." #~ msgid "Import complete." #~ msgstr "Importeren voltooid" #~ msgid "Importing recipe" #~ msgstr "Recept importeren" #~ msgid "Processing ingredients" #~ msgstr "Ingrediënten worden verwerkt" #~ msgid "Processing ingredients." #~ msgstr "Ingrediënten worden verwerkt." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML-bestand" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet-receptbeheer" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Recepten organiseren, boodschappenlijsten maken, voedingswaarden " #~ "berekenen en meer." #~ msgid "Send to Email" #~ msgstr "Verzenden naar e-mail" #~ msgid "Email recipes from Gourmet" #~ msgstr "Recepten e-mailen met Gourmet" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Ondersteuning voor Zip, Gzip, en Tarball" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Recepten importeren uit zip- en tar-archieven" #~ msgid "HTML Export" #~ msgstr "HTML-export" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Receptwebsites van recepten aanmaken." #~ msgid "Webpage import" #~ msgstr "Webpagina importeren" #~ msgid "Import recipes from the web." #~ msgstr "Recepten importeren vanaf het web." #~ msgid "Website Importers" #~ msgstr "Website-importeerders" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importeerders voor about.com, www.foodnetwork.com, en andere" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Selecteer tekst uit het ruwe recept en categoriseer deze door te " #~ "labelen welk deel van het recept dit is (kies uit de receptelementen aan " #~ "de rechterkant)." #~ msgid "_Raw recipe:" #~ msgstr "_Ruwe recept:" #~ msgid "_Label" #~ msgstr "_Label" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Nieuw recept starten (gebruik dit wanneer het bestand dat u importeert " #~ "meer dan één recept bevat)" #~ msgid "Select recipe image" #~ msgstr "Selecteer een afbeelding voor dit recept" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Selecteer afbeelding voor recept \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Hieronder staan alle afbeeldingen die gevonden werden op de pagina die " #~ "geïmporteerd werd. Selecteer de afbeelding die u wilt gebruiken voor het " #~ "recept, of selecteer niets als u geen van deze afbeeldingen wilt " #~ "gebruiken." #~ msgid "Python Shell" #~ msgstr "Python-shell" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Geeft programmeurs de mogelijkheid om via een interactieve shell toegang " #~ "te krijgen tot de kern van Gourmet." #~ msgid "_Python Console" #~ msgstr "_Python-console" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "Python-console tonen (verschaft toegang tot huidige gourmet)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet-receptbeheer wordt opgestart..." #~ msgid "Starting gourmet..." #~ msgstr "Bezig met starten van Gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "U heeft zojuist het recept %s naar de prullenbak verplaatst. U kunt dit " #~ "recept op elk moment terugzetten of permanent verwijderen door te klikken " #~ "op Extra´s->Prullenbak openen." #~ msgstr[1] "" #~ "U heeft zojuist de recepten %s naar de prullenbak verplaatst. U kunt deze " #~ "recepten op elk moment terugzetten of permanent verwijderen door te " #~ "klikken op Extra´s->Prullenbak openen." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Om te kunnen afdrukken, dient u een plug-in te schakelen die afdrukken " #~ "mogelijk maakt, zoals de plug-in 'Afdrukken- & PDF-export'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Dit is heel vervelend, er is iets misgegaan bij het afdrukken van uw " #~ "recept." #~ msgid "Unable to open URL" #~ msgstr "Kan URL niet openen" #~ msgid "Unable to launch mail reader." #~ msgstr "Openen van e-mailprogramma is mislukt." #~ msgid "Unable to open website." #~ msgstr "De website kan niet geopend worden." #~ msgid "Unable to open file." #~ msgstr "Kan het bestand niet openen." #~ msgid "There was an error launching the url: %s" #~ msgstr "Er is een fout opgetreden bij het openen van adres: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "De tijd moet beginnen met een getal of breuk gevolgd door een eenheid " #~ "(minuten, uur, etc)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "De tijd moet uitgedrukt worden in uur, minuten, seconden, etc." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Kon geen wijs worden uit %s als getal van aantallen" #~ msgid "cancelled" #~ msgstr "Geannuleerd" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "U wilt een scherm sluiten met een nog actieve kookwekker. U kunt de " #~ "kookwekker stoppen, of u kunt het scherm sluiten. Als u het scherm sluit " #~ "zal het weer tevoorschijn komen wanneer de wekker afgaat." #~ msgid "_Servings" #~ msgstr "Per_sonen" #~ msgid "A file named %s already exists." #~ msgstr "Er bestaat al een bestand met de naam %s." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Wilt u het vervangen met hetgene u gaat opslaan?" #~ msgid "Importing old recipe data" #~ msgstr "Bezig met importeren van oude receptgegevens" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Bezig met importeren van receptgegevens van een vorige versie van Gourmet " #~ "in de nieuwe databank." #~ msgid "Export succeeded" #~ msgstr "Export is voltooid" #~ msgid "webpage" #~ msgstr "webpagina" #~ msgid "Exported %s to %s" #~ msgstr "%s naar %s geëxporteerd" #~ msgid "%s stopped." #~ msgstr "%s werd gestopt." #~ msgid "%s was interrupted by user request." #~ msgstr "%s werd onderbroken door de gebruiker." #~ msgid "%s interrupted" #~ msgstr "%s werd onderbroken" #~ msgid "There was an error during %s." #~ msgstr "Fout tijdens %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "" #~ "Bezig met het verwijderen van recepten uit de databank...(%s van %s " #~ "verwijderd)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "%s recept verwijderd" #~ msgstr[1] "%s recepten verwijderd" #~ msgid "Export complete!" #~ msgstr "Exporteren voltooid!" #~ msgid "Recipe exported to %s" #~ msgstr "Recept geëxporteerd naar %s" #~ msgid "Database format has changed" #~ msgstr "Databankformaat is veranderd" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "In %(progname)s %(version)s is het databankformaat veranderd. U databank " #~ "zal niet langer werken met oudere versies van %(progname)s. Er is een " #~ "back-up gemaakt in %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Voor het geval er iets misgaat, is er een back-up van uw receptendatabank " #~ "geëxporteerd naar %s" #~ msgid "Transferring data to new database format" #~ msgstr "Data overzetten naar nieuw databankformaat" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet importeren/exporteren" gourmand-1.2.0/po/nl_BE.po000066400000000000000000003222261510115424500152700ustar00rootroot00000000000000# Dutch (Belgium) translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2007-04-01 15:19+0000\n" "Last-Translator: Desikn \n" "Language-Team: Dutch (Belgium) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2013-03-06 00:05+0000\n" "X-Generator: Launchpad (build 16514)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nieuw recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Aan _boodschappenlijstje toevoegen" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Bestand" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Details" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Receptenbeheerder" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Boodschappenlijstje" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categorie" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingrediënten" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Recept verwijderen" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Geselecteerde recepten verwijderen" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "recept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categorie" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Sleutel" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Kookwekker" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "eenheid" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Receptenbeheerder" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nieuw recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Naar _boodschappenlijstje verplaatsen" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Boodschappenlijstje" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Al reeds in bezit (_Provisiekast items)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Geef categorie in" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Categorie %s toe te voegen aan" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recepten" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Recepten verwijderen" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Recepten van boodschappenlijstje verwijderen" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Bewerk" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Hulp" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Geen recepten geselecteerd. Wilt u de volledige lijst leeg maken?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Sla boodschappenlijstje op als ..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Gelieve te specifiëren welke ingrediënten u wilt op uw boodschappenlijstje " "plaatsen." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Recept afdrukken" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Aan _boodschappenlijstje toevoegen" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "U heeft niet opgeslagen veranderingen." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Pas veranderingen toe voordat u afdrukt?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Pas veranderingen toe voordat u afdrukt?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Optioneel)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Receptenkaart bekijken" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instructies" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notities" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Aantal" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Eenheid" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Item" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Optioneel" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Het recept %s (ID %s) bevindt zich niet in onze databank." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Omgezet: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Niet omgezet: %(amt)s % (unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Veranderde eenheid." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "U heeft de eenheid van %(item)s van %(old)s naar %(new)s veranderd. Wilt u " "het aantal omzetten of niet?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s omgezet naar %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Kan niet van %(old_unit)s naar %(new_unit)s omzetten" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Bezig met ingrediëntengroep aan het toevoegen" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Geef een nieuwe naam in voor subgroep van ingrediënten" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Recept kan zichzelf niet als een ingrediënt aanroepen!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Oneindige recursie is niet toegestaan in recepten!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "U heeft geen recepten geselecteerd!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recepten" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Keuken" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Waardering" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Bron" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Tijd om klaar te maken" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Kooktijd" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Wijzigingen" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Gepauzeerd" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Me dit niet meer vragen." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Wilt u dit echt doen" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "fair" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "arm" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Waarderingen omzetten in 5-sterrenschaal" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Waarderingen omzetten." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Geef iedere waardering een getal op een schaal van 1 tot 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Selecteer bestands_type" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "Het spijt me, ik begrijp het aantal \"%s\" niet." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "bloem, alle doeleinden" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "suiker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "zout" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "zwarte peper, gemaald" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "ijs" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "water" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olie, plantaardig" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olie, olijf" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Onbekend" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Recept roept zichzelf aan als ingrediënt." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ingrediënten %s zullen genegeerd worden." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Boodschappenlijstje voor %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Voor de volgende recepten:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Voor de volgende recepten:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Selecteer encodering" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Kan de correcte encodering niet bepalen. Selecteer de correcte encodering " "uit de volgende lijst." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Bekijk _bestand met encodering" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importeren gepauzeerd" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Stop importeren" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Recepten_index" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Boodschappen_lijstje" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Gregory Deseck\n" "\n" "Launchpad Contributions:\n" " Desikn https://launchpad.net/~desikn\n" " Jan Dante Meulemeester https://launchpad.net/~jandante" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Opgeslagen!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Sla uw bewerkingen op %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Een import is bezig." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Een export is bezig." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Een verwijdering is bezig." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Toch programma sluiten?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Niet sluiten!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Teruggezette recepten " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Geselecteerde recepten verwijderen" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Afdrukken" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recepten" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Exporteer recepten" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "Recept afdrukken" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Acties" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Info" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Extra" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "%s verwijderen?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Er zijn niet opgeslagen veranderingen gemaakt aan %s. Weet u zeker dat u " "deze wilt verwijderen?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Verwijder recepten definitief?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Verwijder het recept definitief?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Bent u zeker dat u het recept %s wilt verwijderen?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Bent u zeker dat u de volgende recepten wilt verwijderen?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Bent u zeker dat u de %s geselecteerde recepten wilt verwijderen?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Zie recepten" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Recepten_index" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Verwijder recept %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Gedaan!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Bezig aan het importeren ..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "sleutel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "item" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Tel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Aantal" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Boodschappencategorie" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Geen" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Kan %s niet omzetten naar %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Densiteitsinformatie nodig." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Eenhedenomzetter" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML Webpagina" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Bezig webpagina aan het exporteren" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Recepten naar HTML-bestanden in map %(file)s aan het exporteren" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Recept als HTML-bestand %(file)s opgeslagen" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "optioneel" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Bezig webpagina aan het exporteren" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Recepten naar HTML-bestanden in map %(file)s aan het exporteren" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recept als HTML-bestand %(file)s opgeslagen" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Tekst export" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML-bestand" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML export" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Recepten naar Gourmet XML-bestand %(file)s aan het exporteren." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recept opgeslagen in Gourmet XML-bestand %(bestand)en." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "MasterCook import beëindigd." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "XML schoonmaken" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Druk recepten af" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster bestand" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster export" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Bezig recepten naar MealMaster-bestand %(file)s aan het exporteren." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recept als MealMaster-bestand %(file)s opgeslaan" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Porties" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Bestand" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Tekst export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Recepten naar Gourmet XML-bestand %(file)s aan het exporteren." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recept opgeslagen in Gourmet XML-bestand %(bestand)en." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Geëxporteerd %(number)s van %(total) recepten" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Export compleet." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Plaats recept in de kern van de e-mail (een goed idee)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "E-mail recept als HTML bijlage" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-mail opties" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Vraag niet voor het zenden van e-mail." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail niet verzonden" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "U heeft niet gekozen om het recept in de body van het bericht te plaatsen of " "als een bijlage bij het bericht te voegen." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Sla recept op als ..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet kan geen bestand van het type \"%s\" exporteren" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exporteer recepten" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recepten" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Druk %s recept af" msgstr[1] "Druk %s recepten af" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Vul de URL van een receptenarchief of receptenwebsite in" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Wijzigingen" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alle bestanden die geïmporteerd kunnen worden" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s van %s recepten geïmporteerd." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porties" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "titel" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediënt" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instructies" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notities" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "keuken" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "bron" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "seconden" msgstr[1] "seconden" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuten" msgstr[1] "minuten" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "u." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "uren" msgstr[1] "uren" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dagen" msgstr[1] "dagen" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "jaren" msgstr[1] "jaren" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Tekst export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows porting assistentie)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (verbeteringen aan eenhedenomzetter interface)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (verbeteringen aan MealMaster export)" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Kies een bestand die uw ingrediëntenlijst bevat." #~ msgid "No file selected" #~ msgstr "Geen bestand geselecteerd" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Geen bestand was geselecteerd, dus de actie werd afgebroken." #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Boodschappenlijstje voor %s" #~ msgid "Enter URL:" #~ msgstr "URL invullen:" #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML-bestand" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Receptenbeheerder" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Opstarten Gourmet Receptenbeheerder ..." #~ msgid "Starting gourmet..." #~ msgstr "Bezig Gourmet aan het starten ..." #~ msgid "Unable to open URL" #~ msgstr "Openen van locatie mislukte." #~ msgid "Unable to launch mail reader." #~ msgstr "Openen van e-mail programma mislukte." #~ msgid "Unable to open website." #~ msgstr "Openen van website mislukte." #~ msgid "Unable to open file." #~ msgstr "Openen van bestand mislukte." #~ msgid "There was an error launching the url: %s" #~ msgstr "Er is een fout opgetreden openen locatie: %s" #~ msgid "Export succeeded" #~ msgstr "Export succesvol" #~ msgid "webpage" #~ msgstr "webpagina" #~ msgid "Exported %s to %s" #~ msgstr "%s naar %s geëxporteerd" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Bezig receptgegevens van een vorige versie van Gourmet in de nieuwe " #~ "databank te importeren." #~ msgid "A file named %s already exists." #~ msgstr "Een bestand met naam %s bestaat reeds." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Wilt u het vervangen met hetgene u gaat opslaan?" #~ msgid "%s stopped." #~ msgstr "%s werd gestopt." #~ msgid "%s was interrupted by user request." #~ msgstr "%s werd onderbroken door de gebruiker." #~ msgid "%s interrupted" #~ msgstr "%s werd onderbroken" #~ msgid "There was an error during %s." #~ msgstr "Er was een fout gedurende %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "" #~ "Bezig recepten aan het verwijderen uit de databank ... (%s van %s " #~ "verwijderd)" gourmand-1.2.0/po/oc.po000066400000000000000000003273271510115424500147210ustar00rootroot00000000000000# translation of po_gourmet-oc.po to Occitan (lengadocian) # Occitan (post 1500) translation for grecipe-manager # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the grecipe-manager package. # # FIRST AUTHOR , 2007. # Yannig Marchegay (Kokoyaya) , 2008. msgid "" msgstr "" "Project-Id-Version: po_gourmet-oc\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2013-12-03 10:33+0000\n" "Last-Translator: Cédric VALMARY (Tot en òc) \n" "Language-Team: Occitan (lengadocian) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Indèx de las recèptas" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Recèpta _novèla" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Apondre a la lista de _crompas" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Veire la recèpta" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Recercar :" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_dins" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Apondre un critèri de recèrca" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Limitar la recèrca a :" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Resultats de la recèrca" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Apondre un imatge" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Suprimir l'imatge" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Font :" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Nòta :" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Cosina" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Categoria :" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Temps de preparacion" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Temps de coseson :" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Pagina Internet" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Imatge :" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Part :" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Rendament unitari" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Causir la banca de donadas" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Sistèma de banca de donadas" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Òste :" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Nom d'_utilizaire :" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "Se_nhal :" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Nom de la banca de donadas" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fichièr" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Enregistra lo senhal" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recèpta" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Percórrer" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalhs" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gestionari de recèptas Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Preferéncias de la vista per indèx" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Afichar las _opcions" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Recèptas per pagina :" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Vista per lista" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Preferéncias de la vista per ficha" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Utilizar de fraccions" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Afichatge de la carta" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Preferéncias de la lista de crompas" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Lista de crompas" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "porcions" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Títol" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Títol :" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "_Temps de preparacion :" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categoria" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "nòta" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Rendament" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Rendament unitari" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Apondre a las crompas" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Modificar _la descripcion" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Temps de coseson :" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Temps de preparacion :" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Cosina :" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Categoria :" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Pagina internet :" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Parts :" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Ligam" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Font :" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Nòta :" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Multiplicar per :" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instruccions" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Modificar _las instruccions" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Nòtas" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Modificar _las nòtas" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recèpta" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredients" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Modificar _los ingredients" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Apondre _un ingredient :" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredients" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Suprimir la recèpta" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Suprimir las recèptas seleccionadas" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Causir una recèpta" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Imprimir la recèpta" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Afichar las _opcions" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Recercar _dins" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Opcions de recèrca" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categoria" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Clau" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Cercar per" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Recercar al moment de la picada" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Utilizar las expressions racionalas" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Recèrca avançada" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Apondre una categoria : " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Cronomètre" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Minutador" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Temps passat !" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Programar lo minu_tador : " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Reïnicializar" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Aviar" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "S_on" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Nòta" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Paramètres" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Camp a _modificar :" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Per cada valor seleccionada :" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Camp :" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Valor :" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Suprimir la valor" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Seleccionar l’equivalent de" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "dempuèi la banca de donadas USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Cambiar l’ingredient" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "o" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Resultats de la recèrca :" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "De :" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Quantitat :" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Unitat :" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unitat" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "A :" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Unitat :" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "Element USDA : " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Modificar l’associacion _USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Modificar las _informacions" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Densitat :" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "Equivalents USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Equivalents personalizats" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnorar" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gestionari de recèptas Gourmet" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Copyright (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Nom de la banca de donadas" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detalhs" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Cambiar la _categoria" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Lista de las cr_ompas" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Entrar una categoria" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Categoria :" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recèptas" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Apondre d'elements :" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Suprimir las recèptas" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Edicion" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Ajuda" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Apondre d'elements" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recèpta" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Anar" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Exportar la recèpta" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Suprimir la recèpta" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Suprimir aquesta recèpta" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Estampar la recèpta" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Apondre a la lista de _crompas" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Exportar la recèpta" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Falcutatiu)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Modificar la recèpta :" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Veire la ficha recèpta" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Editar" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Apondre un ingredient" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Apondre un grop" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Apondre una _recèpta" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Suprimir" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Montar" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Davalar" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Descripcion" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruccions" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Nòtas" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Qtat" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unitat" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Element" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Convertit : %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Unitat cambiada." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s convertit en %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Impossible de convertir de %(old_unit)s en %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nom del grop :" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Causir una recèpta" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recèptas" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Sonariá" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Son d’avertiment" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Son d’error" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Arrestar lo minutador ?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Arrestar lo minutador" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Conservar lo minutatge" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Empeutons" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "o" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Classificacion" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Font" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Site web" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Temps de preparacion" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modificacions" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pausa" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Arrestar" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Me pausar pas pus la question" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "corrècte" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Seleccionar lo tipe de fichièr" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Nom d'_utilizaire :" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "Se_nhal :" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "farina, totes tipes" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sucre" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sal" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "pebre negre, molut" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "glaç" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "aiga" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "òli vegetal" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "òli d'oliva" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Desconegut" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "L’ingredient %s serà ignorat." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Lista de crompas per %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Per las recèptas seguentas :" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Per las recèptas seguentas :" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importacion en pausa" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Arrestar l'importacion" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Indèx de las recèptas" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista de crompas" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Yannig Marchegay (Kokoyaya) \n" "\n" "Launchpad Contributions:\n" " Cédric VALMARY (Tot en òc) https://launchpad.net/~cvalmary\n" " Yannig MARCHEGAY (Kokoyaya) https://launchpad.net/~yannick-marchegay" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Salvat !" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Importacion en cors." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Exportacion en cors." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Supression en cors." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Quitar l'aplicacion malgrat tot ?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Quitar pas !" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Escobilhièr" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Nombre de %(unit)s de %(title)s de crompar" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplicar %s per :" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Cercar de recèptas" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Dobrir una recèpta" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Suprimir la recèpta" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Suprimir las recèptas seleccionadas" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Imprimir" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recèptas" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Novèl" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Exportar la recèpta" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importer une recette depuis une page web" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s recèpta" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Quitar" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Accions" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Escobilhièr" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferéncias" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "Em_peutons" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Preferé_ncias" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_A prepaus" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Aisinas" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Minu_tador" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Suprimir %s ?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Suprimit" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Sens títol" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Indèx de las recèptas" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Acabat !" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importacion..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "clau" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "element" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Zòna" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Valor" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Comptar" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Quantitat" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Clau :" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Categoria de crompas" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Estelas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "i a %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Pas cap" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Impossible de convertir %s en %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Convertidor d’_unitat" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Convertidor d'unitats" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Dempuèi" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Element" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Densitat :" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Informacion sus la densitat" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Cap a" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultat :" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Pagina HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Expòrt de la pagina" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Pagina originala de %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Expòrt de la pagina" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Fichièr XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Exportar al format XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Fichièr XML Gourmet (obsolet)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Organizacion de la pagina" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Exportar al format PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "punts" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Letra" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Informacions legalas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Simpla" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s colomna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s colomna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s colomna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s colomna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s colomna" msgstr[1] "%s colomnas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Retrach" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Païsatge" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientacion" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Marge d'esquèrra" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Marge de drecha" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Opcions PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porcions" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Fichièr" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Exportacion HTML" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menú" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "seleccion" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Nutricion" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingredient" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 grames" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calorias" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Matèria grassa totala" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Grais saturat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Colesteròl" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sòdi" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Total d’idrats de carbòni" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Fibras alimentàrias" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sucres" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteïna" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfacarotèn" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Ash" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Bètacarotèn" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Bètacriptoxantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Calci" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Coire" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Acid folic total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Acid folic" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Folacina alimentària" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Equivalents dietetics de folacina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Fèrre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Licopèn" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteïna+Zeazantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnèsi" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganès" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Vitamina B3" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Acid pantotenic" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfòr" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potassi" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamina A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinòl" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selèni" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamina A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamina A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamina B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamina C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamina E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamina K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinc" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminas e minerals" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Valor jornalièra" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Quantitat per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Quantitat per recèpta" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Aiga" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Quilocalorias" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g de proteïnas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g de lipids" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g de cendre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g d’idrats de carbòni" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g de fibras" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g de sucre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg de calci" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg de fèrre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg de magnèsi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg de fosfòr" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg de potassi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg de sòdi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg de zinc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg de coire" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg de manganès" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "µg de Seleni" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg de vitamina C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg de tiamina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg de riboflavina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg de vitamina B3" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg d’acid pantotenic" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg de vitamina B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "µg de folacina al total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "µg d’acid folic" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "µg de folacina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "µg d’equivalents dietetics folacina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Total colina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "µg de vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamina A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamina A (micrograma de retinòl-equivalent)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "micrograma de Retinòl" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "micrograma d’alfacarotèn" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "micrograma de bètacarotèn" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "micrograma de bètacriptoxantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "micrograma de Licopèn" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "micrograma Luteïna+Zeazantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg de Vitamina E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg de Vitamina K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g d’acids grasses saturats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g d’acids grasses monoinsaturats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g d’acids grasses insaturats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg de colesteròl" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Percentatge de descais" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Uòus e produches lachièrs" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Espècias e èrbas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Aliments per nenon" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Graisses e òlis" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Polalha" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Sopas e sauças" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Carns e saucissas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cerealas de dejunar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frucha e chucs de frucha" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Pòrc" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Legums" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Noses e granas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Buòu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Bevendas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Peisses e cauquilhatges" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Leguminoses" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Anhèl, vedèl e salvatgina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Plats cosinats" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Sucrariás" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Cerealas e pastas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Restauracion rapida" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Repais, plats principals, e acompanhament" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snacks" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Cosinas del mond" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Clau d’ingredient" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "Identificant USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Descripcion d’element USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Equivalent de densitat" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "Numèro USDA" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Aisinas" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Obténer las informacions nutricionalas per aquesta lista" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Quantitat per la lista de crompas" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "estelas" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Exportacion acabada." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recèptas" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exportar" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Estampar %s recèpta" msgstr[1] "Estampar %s recèptas" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modificacions" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importar" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Cobèrts" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Amagar" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Tèxte" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Accions" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "títol" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingredient" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instruccions" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "nòtas" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cosina" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "font" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recèpta" msgstr[1] "%s recèptas" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s dins %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "En pausa" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pausa" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Acabat" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Error : %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Error" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Error %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "segonda" msgstr[1] "segondas" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" msgstr[1] "minutas" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "oras" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "ora" msgstr[1] "oras" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "jorn" msgstr[1] "jorns" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "setmana" msgstr[1] "setmanas" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "annada" msgstr[1] "annadas" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " e " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "e" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "cap a" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Principal" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Exportar al format PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Editor de categoria de crompas" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Verificacion ortografica" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (assisténcia de portatge Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (lògo e vidèo d'aviada)" #~ msgid "Paste ingredients" #~ msgstr "Pegar los ingredients" #~ msgid "Import from file" #~ msgstr "Importar dempuèi un fichièr" #~ msgid "No file selected" #~ msgstr "Pas de fichièr seleccionat" #~ msgid "_Import file" #~ msgstr "_Importar un fichièr" #~ msgid "Import _webpage" #~ msgstr "Importar una pagina _web" #~ msgid "Webpage" #~ msgstr "Pagina Web" #, python-format #~ msgid "Downloading %s" #~ msgstr "Telecargament de %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Lista de crompas per %s" #~ msgid "ml" #~ msgstr "ml" #, fuzzy #~ msgid "Gourmet" #~ msgstr "Fichièr XML Gourmet" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gestionari de recèptas Gourmet" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organizar de recèptas, crear de listas de corsas, calcular de " #~ "caracteristicas nutricionalas, e plan mai de causas encara." #~ msgid "HTML Export" #~ msgstr "Exportacion HTML" #~ msgid "_Raw recipe:" #~ msgstr "_Recèpta bruta :" #~ msgid "_Label" #~ msgstr "_Etiqueta" #~ msgid "Python Shell" #~ msgstr "Convit de comanda Python" #~ msgid "_Python Console" #~ msgstr "Consòla _Python" #~ msgid "Starting gourmet..." #~ msgstr "Aviada de Gourmet..." #~ msgid "Unable to open URL" #~ msgstr "Impossible de dobrir l'URL" #~ msgid "Unable to open website." #~ msgstr "Impossible de dobrir lo siti web." #~ msgid "Unable to open file." #~ msgstr "Impossible de dobrir lo fichièr." #~ msgid "cancelled" #~ msgstr "anullat" #~ msgid "_Servings" #~ msgstr "_Porcions" #~ msgid "A file named %s already exists." #~ msgstr "Un fichièr nomenat %s existís ja." #~ msgid "webpage" #~ msgstr "Pagina internet" #~ msgid "%s stopped." #~ msgstr "%s arrestat..." #~ msgid "%s interrupted" #~ msgstr "%s interromput" #~ msgid "Export complete!" #~ msgstr "Exportacion acabada" #~ msgid "Gourmet Import/Export" #~ msgstr "Importacion e exportacion Gourmet" gourmand-1.2.0/po/pl.po000066400000000000000000004146421510115424500147300ustar00rootroot00000000000000# Polish translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2013-07-18 10:17+0000\n" "Last-Translator: wir3k \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Lista Przepisów" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nowy Przepis" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Dodaj do li_sty zakupów" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Zobacz Prze_pis" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "Wy_szukiwanie:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Szukaj przepisów w trakcie pisania" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_w" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Szukaj poprzez inne kryteria w obecnych wynikach wyszukiwania." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "_Dodaj Kryterium Wyszukiwania" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Ogranicz wyszukiwanie do:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Wyniki _Wyszukiwania" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Ustaw pola dla wybranych przepisów" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Ustaw pola receptur do wybranych " "przepisów" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Dodaj obraz" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Usuń Ob_razek" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Źródł_o:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Ocena:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "K_uchnia" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategoria:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Czas _Przygotowania" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Czas Go_towania:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "Strona interneto_wa" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Grafika:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "W_ydajność:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Jednostka wydajności" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Tylko określone wartości, gdzie pole jest obecnie pustye" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Ustaw wszystkie wartości dla wszystkich wybranych przepisów" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (domyślne, zapisane w lokalnym pliku)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQL (przechowuje w lokalnym pliku)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (wymaga połączenia z bazą danych)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Wybierz Bazę Danych" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Wybierz System Bazodanowy dla użycia przez Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "System Baz _Danych" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Gospodarz" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Nazwa _użytkownika:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Hasło:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Hasło dla nazwy użytkownika w bazie danych." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "_Nazwa Bazy Danych:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Plik" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Nazwę hosta systemu, w którym jest uruchomiony serwer bazy danych. Jeśli " "serwer bazy danych jest uruchomiony w systemie lokalnym, należy użyć " "localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Zapisz hasło do użycia ponownie. Oznacza to że hasło będzie przechowane " "niezabezpieczone w lokalnym pliku konfiguracyjnym." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Zapisz Ha_sło" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Nazwa bazy danych, w której Gourmet powinien przechowywać swoje informacje. " "Gourmet spróbuje stworzyć bazę danych, jeśli nie istnieje." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "przepis" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Nazwa użytkownika w bazie danych." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Przeglądaj" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Szczegóły" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Preferencje Menedżera Receptur Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Preferencje Widoku Indeksu" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Pokaż _Opcje" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "Przepisów na st_ronię:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Skonfiguruj kolumny, które są zawarte w indeksie przepisu." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Widok Indeksu" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Preferencje Widoku Karty" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Pozwól jednostkom zmienić się, gdy są mnożone" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Użyj ułamków" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Użyj ułamków, jeśli to możliwe na ekranie" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Usuń elementy, które nie korzystają z interfejsu karty przepisu." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Widok karty" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Preferencje Widoku Listy Zakupów" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Co powinienem Gourmet zrobić z opcjonalnymi składnikami podczas dodawania " "przepisów do listy zakupów?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "Zap_ytaj, czy uwzględnić ewentualne składniki" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "Zapamiętaj wybó_r użytkownika domyślnie" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "Wyczyść zapamiętane składniki opcjonalne" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "Zawsze dodawaj dodatkowe składniki" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Nigdy nie dodawaj opcjonalnych składników" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Lista Zakupów" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "porcji" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Tytuł" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Tytuł:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Czas _Przygotowania:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategoria" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "ocena" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Wydajność" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Jednostka wydajności" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Sklep" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "E_dytuj opis" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Czas Gotowania:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Czas Przygotowania:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Kuchia:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategoria:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Strona internetowa:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "W_ydajność" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Link" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Źródło:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Ocena:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "Po_mnuż przez:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instrukcje:" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Edytuj _instrukcje" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notatki" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Edytuj _notatki" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Przepis" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Składniki" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Edytuj składn_iki" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Dodaj składn_iki:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Składniki" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Dodaj przepis do listy zakupów" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Dodaj do li_sty zakupów" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Skocz do przepisu w widoku Karty Receptur" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Usuń wybrany przepis" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Usuń Przepis" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Edycja atrybutów wybranych przepisów" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "_Wsadowa edycja przepisów" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Otwórz wybrany przepis" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Wybierz przepis" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Drukuj wybrany przepis" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Drukuj przepis" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Nigdy nie kupować tego przedmiotu. Po wywołaniu w recepturze, pokaże się w " "\"spiżarni\" w liście jako przypomnienie, że trzeba, ale to nie będzie " "uwzględnione podczas zapisywania lub drukowania listy, jeżeli nie powiesz " "mi, że trzeba to kupić." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Dodaj do s_piżarni" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Pokaż _Opcje" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Szukaj _w" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "Użyj wyrażeń regularnych (wyszukiwanie zaawansowane)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Szu_kaj podczas wpisywania" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Opcje Wyszukiwania" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategoria" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Klucz" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Edytor kategorii" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Szukaj za pomocą" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Szukaj w trakcie wpisywania" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Użyj wyrażeń regularnych" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Zaawansowane Wyszukiwanie" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Dodaj Kategorię: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Minutnik" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Minutnik" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Czas się skończył!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Minutnik będzie kontynuował odliczanie do momentu zamknięcia tego okna lub " "wyzerowania stopera." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Us_taw Minutnik " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Resetuj" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Uruchom" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Dźwięk" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Notatka" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "_Powtarzaj alarm dopóki go nie wyłączę" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Ustawienia" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Edycja pól w całej bazie danych" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Pole do _edycji:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Dla każdej wybranej wartości:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Z_ostaw wartość tak jak" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Nowa wartość będzie dodana na końcu aktualnego tekstu" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Nowa wartość zastąpi każdą wartość aktualną" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Pole:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Wartość:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Zmień _inne pola:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Z_mień wartość na: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Usuń wartość" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "wybierz odpowiednik" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "z bazy USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "lub" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Wyszukuj podczas w_pisywania" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Wyszukaj_wyniki:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Od:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "K_wota:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "jednostka" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Do:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Jednostka:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Wpisz informacje odżywcze dla " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Wybierz gęstość" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Składnik kluczowy: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "Składniki USDA: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Informacje o wartości odżywczej" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Wiadome informacje odżywcze" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Zaawansowane wyszukiwanie" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Wartości odżywcze" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet - menedżer szefa kuchni" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet Recipe Manager jest aplikacją do przechowywania, katalogowania i " "wyszukiwania przepisów kulinarnych. Gourmet ułatwia tworzenie list zakupów " "na podstawie przepisów. Gourmet importuje przepisy z wielu źródeł, takich " "jak archiwa MealMaster i MasterCook oraz kilku popularnych serwisów " "Internetowych. Gourmet potrafi eksportować przepisy w formie plików " "tekstowych, MealMaster, HTML, oraz XML do wymiany z innymi użytkownikami " "Gourmet. Gourmet obsługuje dołączanie zdjęć do przepisów, potrafi także na " "podstawie składników obliczyć wartość odżywczą przepisów." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Wybierz plik bazy danych" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nowy Przepis" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "_Nazwa Bazy Danych:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Szczegóły" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Kopia bezpieczeństwa została utworzona w %s w przypadku gdyby coś poszło " "źle. Jeżeli aktualizacja się nie powiedzie, możesz ręcznie zmienić nazwę " "pliku kopii bezpieczeństwa - recipes.db aby przywrócić dane, lub aby użyć go " "ze starszą wersją programu Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Zmień _kategorię" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Utwórz nową kategorię" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Zmień kategorię aktualnie zaznaczonej pozycji" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Spiżarnia" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Przenieś do Li_sty Zakupów" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Przenieś do _spiżarni" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Usuń z listy zakupów" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Przenieś zaznaczone pozycje do %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Lista zakupów" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Już masz (Pozycje S_piżarni)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Wprowadź Kategorię" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Katagoria do której chcesz dodać %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategoria:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "P_rzepisy" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Dodaj pozycje:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Usunięte przepisy" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Usuń przepisy z listy zakupów" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Edycja" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "Po_moc" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Dodaj pozycje" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Dodaj dowolne pozycje do listy zakupów" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Nie wybrano żadnych przepisów. Czy chcesz wymazać całą listę?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Zapisz Listę Zakupów Jako..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Wybierz składniki dodatkowe" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Proszę sprecyzuj które z wymienionych opcjonalnych składników chciałbyś " "dołączyć do listy zakupów." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Przepis" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Idź" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Eksportuj przepis" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Eksportuj zaznaczony przepis (zapis do pliku)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Usuń przepis" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Usuń ten przepis" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Dostosuj jednostki podczas przemnażania" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Zmień jednostki (gdzie możliwe) podczas przemnażania, by były bardziej " "czytelne." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Drukuj przepis" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Dodaj do li_sty zakupów" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Zapomnij zapamiętane składniki dodatkowe" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Przed dodawaniem do listy zakupów, pytaj o wszystkie składniki dodatkowe, " "nawet te, które poprzednio chciałeś by były zapamiętane" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Eksportuj przepis" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Nie zapisałeś zmian." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Zachować zmiany nim przystąpisz do wydruku?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Zachować zmiany nim przystąpisz do wydruku?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opcjonalne)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Nie można znaleźć przepisu %s w bazie." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Edytuj przepis:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Zapisz zmiany do bazy" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Zobacz kartę przepisu" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Edycja" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Zapisz zmiany w %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Dodaj składnik" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Dodaj grupę" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Dodaj p_rzepis" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Dodaj kolejny przepis jako składnik w tym przepisie" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Usuń" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "W górę" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "W dół" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Opis" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instrukcje" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notatki" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Il." #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Jednostka" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Pozycja" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcjonalne" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Przepisu %s (ID %s) nie ma w naszej bazie danych." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Skonwertowane: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Nie skonwertowane: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Zmienione jednostki." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Zmieniłeś jednostkę %(item)s z %(old)s na %(new)s. Czy chcesz również " "przekonwertować ilość?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Przekonwertowano %(old_amt)s %(old_unit)s na %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Nie można przekonwertować z %(old_unit)s na %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Dodaję Grupę Składników" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Podaj nazwę nowej podgrupy składników" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nazwa grupy" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Wybierz przepis" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Przepis nie może odwoływać się do siebie jako składnika!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Nieskończona rekurencja jest nie dozwolona w przepisach!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Nie wybrałeż żadnych przepisów!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Przepis" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Dźwięk dzwonka" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Dźwięk ostrzegawczy" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Dźwięk błędu" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Zatrzymać minutnik?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "_Zatrzymaj minutnik" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Odliczaj dalej" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Wtyczki" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Pluginy dodają ekstra funkcjonalność do Groumet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Wtyczka jest potrzebna dla innych wtyczek. Dezaktywować wtyczkę mimo to?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Następujące wtyczki wymagają %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Dezaktywuj mimo wszystko" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Zostaw wtyczkę aktywną" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "lub" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Pojawił się błąd podczas aktywowania wtyczki" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Wystąpił błąd podczas dezaktywacji wtyczki." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Kuchnia" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Ocena" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Źródło" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Strona Internetowa" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Czas Przygotowania" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Czas Gotowania" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modyfikacje" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Nieprawidłowe dane wejściowe." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "To nie jest liczba" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pauza" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stop" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Nie pytaj mnie o to ponownie." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Czy naprawdę chcesz to zrobić" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "doskonały" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "znakomity" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "dobry" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "zadawalający" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "słaby" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Konwertuj rankingi do skali 5 gwiazdek." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Konwertuj rankingi." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Proszą podaj dla każdej oceny jej odpowiednik w skali od 1 do 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Obecna Ocena" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Ocena w skali pięciogwiazdkowej" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Wybierz Typ_Pliku" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "Przepraszam, ale nie mogę zrozumieć ilości \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Ilości muszą być liczbami (ułamki zwykłe lub dziesiętne), zakresami liczb, " "lub puste." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "\"Jednostka\" musi być w polu \"jednostka\".\n" "Na przykład, jeśli chcesz wpisać półtorej szklanki,\n" "pole ilości może zawierać \"1.5\" lub \"1 1/2\". \"Szklanki\"\n" "powinno znaleść się w odzielnym polu \"jednostki\".\n" "\n" "Aby wprowadzić zakres licz, używaj \"-\" aby je oddzielić.\n" "Na przykład, możesz wprowadzić 2-4 lub 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Nazwa _użytkownika:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Hasło:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "mąka, wszystkie zastosowania" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "cukier" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sól" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "czarny pieprz, zmielony" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "lód" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "woda" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olej, warzywa" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "oliwa" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Nieznany" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Przepis wywołuje sam siebie jako składnik." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Składnik %s zostanie zignorowany." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Lista zakupów dla %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Dla następujących przepisów:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Dla następujących przepisów:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Wybierz kodowanie" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Nie można ustalić odpowiedniego kodowania. Proszę wybrać odpowiednie " "kodowanie z poniższej listy." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Obejrzyj _plik z kodowaniem" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import wstrzymany" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Zatrzymaj import" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Indeks Przepisów" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista Zakupów" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "tłumacze\n" "\n" "Launchpad Contributions:\n" " Adrian (Sauron) Siemieniak https://launchpad.net/~sauron-rpg\n" " Jakub Ambrożewicz https://launchpad.net/~jakub-ambrozewicz\n" " Maciej Groman https://launchpad.net/~maciej-groman\n" " Miłosz https://launchpad.net/~mprzyw\n" " Pawouek https://launchpad.net/~pawouek\n" " Piotr Rzepka https://launchpad.net/~piotr-rzepka\n" " Prokop https://launchpad.net/~istilidion\n" " Robert Kurowski https://launchpad.net/~koorek\n" " Super Grey https://launchpad.net/~supergrey\n" " Thomas M. Hinkle https://launchpad.net/~thomas-hinkle\n" " Tomasz Dominikowski https://launchpad.net/~dominikowski\n" " a https://launchpad.net/~aaaafda\n" " arek https://launchpad.net/~arek-arise\n" " b139c https://launchpad.net/~b139c\n" " domcio https://launchpad.net/~dczechowski\n" " emol007 https://launchpad.net/~emol007\n" " makruchemia https://launchpad.net/~bustard63-deactivatedaccount\n" " rarydzu https://launchpad.net/~rarydzu\n" " wir3k https://launchpad.net/~wir1990\n" " wojtek https://launchpad.net/~wojtek-zymonik\n" " wookpl https://launchpad.net/~wookieepl\n" " Łukasz Daniel https://launchpad.net/~lukasz-daniel\n" " Łukasz Nowak https://launchpad.net/~shufla" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Zapisane!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Zapisz swoje zmiany do %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Import w trakcie." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Eksport w trakcie." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Usuwanie w trakcie." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Czy na pewno wyjść z progamu?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Nie wychodź!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Trwale usunięto %s z %s przepisów" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Kosz" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Przeglądaj, usuń trwale lub przywróć usunięte przepisy" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Nieusunięte przepisy " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Ilość %(unit)s %(title)s do zakupienia" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Pomnóż %s przez:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Ustawić %(attributes)s dla %(num)s wybranego przepisu?" msgstr[1] "Ustawić %(attributes)s dla %(num)s wybranych przepisów?" msgstr[2] "Ustawić %(attributes)s dla %(num)s wybranych przepisów?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Wszelkie istniejące wartości nie zostaną zmienione." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Nowe wartości nadpiszą wszystkie uprzednio istniejące wartości." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Ta zmiana nie może być cofnięta" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Ustaw wartości dla wybranych przepisów" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Szukaj przepisów" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Otwórz przepis" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Otwórz wybrany przepis" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Usuń przepis" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Usuń zaznaczone przepisy" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Edytuj przepis" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Otwórz wybrany przepis w widoku edytora przepisów" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_ksportuj wybrane przepisy" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Eksportuj wybrane przepisy do pliku" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Drukuj" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "przepisy" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "_Grupowa edycja przepisów" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nowy" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importuj przepis" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importuj przepis z pliku" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s przepis" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Eksportuj _wszystkie przepisy" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Eksportuj wszystkie przepisy do pliku" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Wyjdź" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Akcje" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Kosz" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferencje" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Wtyczki" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Zarządzaj wtyczkami, które dodają ekstra funkcjonalności do Gourmet" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Ustawie_nia" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_O programie" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Narzędzia" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Minutnik" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Pokaż zegar" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Indeks przepisów w bazie" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Usunąć %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Masz niezapisane zmiany w %s. Czy na pewno usunąć?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Usunięto" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Bez tytułu" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Czy usunąć trwale przpisy?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Czy usunąć trwale przepis?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Czy jesteś pewien, że chcesz usunąć przepis %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Czy jesteś pewien, że chcesz usunąć następujące przepisy?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Czy jesteś pewien, że chcesz usunąć %s wybrane przepisy?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Zobacz przepisy" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Usuń przepisy" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Lista Przepisów" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Usunięty przepis %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Wykonane!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importuję..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Edytor składników" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Grupowo edytuj składniki" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "klucz" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "pozycja" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Pole" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Wartość" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Oblicz" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Zmienić wszystkie klawisze \"%s\" na \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Tej akcji nie będzie można cofnąć. Jeżeli istnieją już składniki o kluczu " "\"%s\", nie będzie możliwości odróżnienia ich od elementów, które są właśnie " "zmieniane." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Zmienić wszystkie elementy \"%s\" na \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Tej akcji nie będzie można cofnąć. Jeżeli istnieją już składniki o elemencie " "\"%s\", nie będzie możliwości odróżnienia ich od elementów, które są właśnie " "zmieniane." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Zmień wszystkie wystąpieni_a \"%(unit)s\" na \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Zamień \"%(unit)s\" na \"%(text)s\" tylko dla składn_ików \"%(item)s\" o " "kluczu \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Zmień wszystkie wystąpieni_a \"%(amount)s\" %(unit)s na %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Zmień \"%(amount)s\" %(unit)s na \"%(text)s\" %(unit)s tylko gdy kluczem " "składnika jest %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Zmień \"%(amount)s\" %(unit)s na \"%(text)s\" %(unit)s tylko gdy kluczem " "składnika jest %(key)s _a elementem jest %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Zmienić wszystkie wybrane rzędy?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Tej akcji nie da się cofnąć. Czy jesteś pewny, że dla wszystkich %s " "wybranych wierszy chcesz ustawić następujące wartości:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Klucz do %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Element na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Jednostka na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Ilość na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s składnik" msgstr[1] "%s składniki" msgstr[2] "%s składników" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Wyświetlono skłądników od %(bottom)s do %(top)s z %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Ilość" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Składniki" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Składnikami kluczowymi są znormalizowane składniki używane do listy zakupów " "i do obliczeń" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Odgadnij wartości" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Odgadnij najlepsze wartości dla wszystkich składnków bazując na danych " "pobranych z Twojej bazy" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Zmień skojarzenia" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Edytuj skojarzenia z kluczem i innymi atrybytami w bazie" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Edycja klawiszy" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Rzecz" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Klawisz:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Zmień zaznaczone składniki" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Kategoria Zakupów" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Wyświetl jednostki takie jakie są dla każdego przepisu (bez zmian)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Zawsze wyświetla jednostki U.S." #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Zawsze wyświetlaj jednostki metryczne" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Automatycznie dostosuj jednostki" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "_Ustaw preferowane jednostki" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Automatycznie konwertuj jednostki do preferowanego systemu (metryczny, " "angielski, etc.) gdzie tylko możliwe." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Gwiazdki" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s temu" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Automatyczne łączenie przepisów" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Zawsze używaj najnowszego przepisu" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Zawsze używaj najstarszego przepisu" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Nic" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Niektóre z zaimportowanych przepisów mogą być duplikatami. Możesz je scalić " "tutaj, albo zamknąć to okno aby pozostawić je w takiej postaci." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Znajdź _powtarzające się przepisy" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Znajdź i usuń powtarzające się przepisy" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Receptury z podobnymi informacjami o przepisie" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Receptury z podobnymi składnikami" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Receptury z podobnymi informacjami o przepisie oraz składnikami" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Duplikaty receptur" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Razem z recepturami z kosza" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Pokazuj" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Połącz _wszystkie duplikaty" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Scalanie receptur" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Auto-połącz" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Dla każdej zaznaczonej wartości" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Gdzie %(field)s to %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Zmiana będzie dotyczyć %s przepisu" msgstr[1] "Zmiana będzie dotyczyć %s przepisów" msgstr[2] "Zmiana będzie dotyczyć %s przepisów" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Usunąć %s, gdzie podane jest %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Zmienić %s z %s na \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Ta zmiana jest nieodwracalna." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Edytor pól" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Edycja pól w wielu przepisach na raz" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Wyślij przepisy poprzez e-mail" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Wyślij wszystkie zaznaczone przepisy emailem (lub wszystkie przepisy jeśli " "żaden przepis nie jest zaznaczony)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" "Czy naprawdę chcesz wysłać poprzez e-mail wszystkie %s zaznaczonych " "przepisów?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Tak, wyślij je poprzez e_mail" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Nie można skonwertować %s do %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Potrzebna informacja o gęstości." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Konwerter _Jednostek" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Przelicz konwersję jednostek" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Przelicznik jednostek" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Z" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Po_zycja:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Gęstość:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "_Informacje o gęstość" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Do" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Wynik:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Strona HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Eksportowanie strony." #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Eksportowanie przepisów do pliku HTML w katalogi %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Przepis zapisany jako plik HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Oryginalna strona z %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcjonalne" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Eksportowanie strony." #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Eksportowanie przepisów do pliku HTML w katalogi %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Przepis zapisany jako plik HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Płaski plik tekstowy" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Eksport tekstowy" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Eksportowanie przepisów do pliku tekstowego %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Przepis zapisany jako płaski plik tekstowy %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Duży plik" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Plik %s jest zbyt duży by go zaimportować" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Twój plik przekracza maksymalną długość %s znaków. Prawdopodobnie nie " "chciałeś go zaimportować. Jeśli naprawdę chcesz zaimportować ten plik, użyj " "jakiegoś edytora tekstowego, by rozdzielić plik na mniejsze części i spróbuj " "ponownie." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Plik XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Eksport Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Eksportowanie przepisów do pliku Gourmet XML %(file)s" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Przepis zapisany w pliku Gourmet XML %(file)s" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet plik XML (przestarzałe)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Plik XML Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Plik tekstowy Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Import pliku Mastercook zakończony." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Czyszczenie pliku XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "Plik XML KRecipe" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Układ strony" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Drukuj Przepisy" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Export PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Eksport przepisów do PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Przepis zapisany jako PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "punkty" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17''" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Strona indeksu (3.5x5'')" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Strona indeksu (4x6'')" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Strona indeksu (5x8'')" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Strona indeksu (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "List" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Prawne" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Strona indeksu (3,5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Strona indeksu (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Strona indeksu (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Zwykły" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Kolumna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Kolumna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Kolumna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Kolumna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Kolumna" msgstr[1] "%s Kolumny" msgstr[2] "%s Kolumn" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Pionowo" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Orientacja pozioma" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "_Rozmiar papieru" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientacja" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "_Układ Strony" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Rozmiar _Czcionki" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Lewy Margines" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Prawy Margines" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Margines Górny" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Margines Dolny" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Ustawienia PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Plik MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Eksport MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Eksportowanie przepisów do pliku MealMaster (tm) %(file)s" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Przepis zapisany jako plik MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porcja" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Duży plik" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Eksport HTML" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Eksportowanie przepisów do pliku Gourmet XML %(file)s" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Przepis zapisany w pliku Gourmet XML %(file)s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Zapisywanie Listy Zakupów" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Zapisz listę jako przepis" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Zapisz bieżącą listę zakupów jako przepis dla przyszłego użytku" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Menu dla %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Informacja o wartości odżywczej uwzględnia ilość na %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Informacja o wartości odżywczej uwzględnia ilość dla całego przepisu." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Brakuje informacja o wartościach odżywczych dla %s składników: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Każda grupa żywności" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "zaznaczenie" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Konwertuj jednostkę dla %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Aby przeliczyć informacje o składnikach odżywczych, musisz pomóc zamienić " "\"%s\" na jednostkę którą Gourmet rozumie." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Zmień składnik" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Zmienić klucz składnika z %(old_key)s na %(new_key)s wszędzie, czy tylko w " "przepisie %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Zmień _wszędzie" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "Tylko w przepisie %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Zmień jednostkę" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Zmienić jednostkę z %(old_unit)s na %(new_unit)s dla wszystkich składników " "%(ingkey)s, czy tylko w przepisie %(title)s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "W celu wyliczenia kalorycznosci dla \"%(amount)s %(unit)s %(ingkey)s\", " "Gourmet musi znać gestość produktu. W naszej bazie istnieje kilka wpisów " "dotyczacych tego składnika z podaną różną gestościa. Prosze wybrać poniżej " "włąściwą gęstość." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Żeby zastosować informacje dietetyczne, Gourmet musi dysponować poprawną " "ilością i jednostką miary." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Wartości odżywcze" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Składnik" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Odpowiednik bazy USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramów" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalorie" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Całkowity tłuszcz" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Tłuszcze Nasyconw" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Cholesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sód" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Ogółem Węglowadanów" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Błonnik pokarmowy" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Cukry" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Białka" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-karoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Jesion" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-karoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta-karoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Wapń" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Miedź" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Ogółem Kwasu Foliowego" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Kwas foliowy" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Kwas foliowy" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Żywieniowe Odpowiedniki Kwasu Foliowego" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Żelazo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Likopen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteina+Zeaksantyna" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnez" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacyna" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Kwas pantotenowy" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potas" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Witamina A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Ryboflawina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Witamina A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Witamina A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "WItamina B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Witamina B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Witamina C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Witamina E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Witamina K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Cynk" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Witaminy i minerały" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Brakuje informacji dietetycznych\n" "dla %(missing)s z %(total)s składników." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Dzienna dawka" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Procent rekomendowanej dziennej dawki oparty o %i kalorii dziennie. Kliknij " "aby zmienić ilość dziennej dawki kalorii." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Ilość na %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Ilość na przepis" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Ładowanie danych dietetycznych" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Import bazy dietetycznej zakończony!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Pobieranie bazy dietetycznej z archiwum zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Rozpakowywanie %s z archwium zip." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Analizowanie danych dietetycznych" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Odczytywanie danych dietetycznych: zaimportowano %s z %s wpisów." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Analizowanie danych o wadze..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Odczyt informacji wagowych dla elementów dietetycznych: zaimportowano %s z " "%s pozycji" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Woda" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorie" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g białka" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipidów" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g popiołu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g węglowodorów" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g błonnika" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g cukrów" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg wapnia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg żelaza" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnezu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosforu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potasu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg cynku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg miedzi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg manganu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogram selenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg witaminy C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiaminy" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg ryboflawiny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niecyny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg kwasu pantotenowego" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg witaminy B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "mikrogramy kwasu foliowego sumarycznie" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "mikrogram kwasu foliowego" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "mikrogramy kwasu foliowego" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "Odpowiedniki kwasu foliowego w mikrogramach" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogram witaminy B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Witamina A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Witamina A (odpowiedniki witaminy A w mikrogramach)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "mikrogram witaminy A" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mikrogram Alfa-karotenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogram Beta-karotenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "mikrogram Beta-karotenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "mikrogram likopenu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "mikrogram luteiny z zeaksantyną" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Witaminy E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg witaminy K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g nasyconych kwasów tłuszczowych" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g jednonienasyconych kwasów tłuszczowych" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g wielonienasyconych kwasów tłuszczowych" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg cholesterolu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Procent odrzucony" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Produkty Nabiałowe i Jaja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Przyprawy & Zioła" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Jedzenie Dziecięce" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Tłuszcze i oleje" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Drób" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Zupy i sosy" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Kiełbasy i wędliny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Płatki Śniadaniowe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Owoce & Soki owocowe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Wieprzowina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Warzywa" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Orzechy i nasiona" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Wołowina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Napoje" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Ryby & Skorupiaki" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Warzywa strączkowe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Jagnięcina, Cielęcina i Dziczyzna" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Produkty Wypiekane" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Słodycze" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Zboża i makarony" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Fast Food" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Potrawy, Przystawki i Przekąski" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Przekąski" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Potrawy etniczne" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "cała baza danych" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Składnik" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "Numer ID USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Odpowiednik gęstości" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Narzędzia" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Pobierz wartości odżywcze dla aktualnej listy" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Ilość pozycji Listy zakupów" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Edytuj info wartości od_żywczych" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "gwiazdki" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Wyeksportowano %(number)s z %(total)s przepisów" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Eksport zakończony" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" "Załącz Przepis w Treści E-maile (Bardzo dobry pomysł bez różnicy na wszystko)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Wyślij Przepis E-mailem jako załącznik HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Wyślij przepis w formacie PDF poprzez e-mail." #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Opcje E-mail" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Nie pytaj przed wysyłaniem e-maili." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail nie wysłany" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Nie wybrałeś aby dołączyć przepis jako treść wiadomości lub jako załącznik" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Zapisz przepis jako..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet nie może eksportować plików typu \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Eksportuj przepisy" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "przepisy" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Nie można eksportować: nieznany format pliku \"%s\"." #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Upewnij się, że zaznaczyłeś format pliku z listy podczas zapisu." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Eksport" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Nie można drukować: brak aktywnych wtyczek druku!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Wydrukuj %s przepis" msgstr[1] "Wydrukuj %s przepisy" msgstr[2] "Wydrukuj %s przepisów" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "wydajność" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Otwórz przepis..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Wpisz adres strony www" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modyfikacje" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Wpisz adres strony www lub archiwum przepisów" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Import" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Wszystkie importowalne pliki" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Przepis %s został pobrany" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porcja" msgstr[1] "porcje" msgstr[2] "porcje" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Zaimportowano %s z %s przepisów." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "OK" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Serwowanie" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Podgrupa składników" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Ukryj" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Tekst" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Czynności" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importuj przepis" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Wyczyść _znaczniki" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importuj przepis" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "gdziekolwiek" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "tytuł" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "składnik" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instrukcje" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notatki" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "kuchnia" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "źródło" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Użyj wyrażeń regularnych podczas wyszukiwania" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Użyj wyrażeń regularnych (zaawansowany język wyszukiwania) w wyszukiwaniu " "tekstu" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" "Wyszukuj podczas wpisywania (wyłącz, jeśli wyszukiwanie jest zbyt wolne)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Pokaż _opcje wyszukiwania" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Pokaż zaawansowane opcje wyszukiwania" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s przepis" msgstr[1] "%s przepisów" msgstr[2] "%s przepisów" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Pokazuję przepisy %(bottom)s do %(top)s z %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s w %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Wstrzymano" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Import KRecipe" msgstr[1] "Import KRecipe" msgstr[2] "Import KRecipe" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Wstrzymaj" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Wykonano" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Błąd: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Błąd" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Błąd %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Prześledź" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekunda" msgstr[1] "sekundy" msgstr[2] "sekund" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuta" msgstr[1] "minuty" msgstr[2] "minut" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "godz." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "godzina" msgstr[1] "godziny" msgstr[2] "godzin" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dzień" msgstr[1] "dni" msgstr[2] "dni" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "tydzień" msgstr[1] "tygodnie" msgstr[2] "tygodni" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "miesiąc" msgstr[1] "miesięce" msgstr[2] "miesięcy" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "rok" msgstr[1] "lata" msgstr[2] "lat" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " i " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "i" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "do" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Przeglądaj Przepisy" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Wybierz przepisy przeglądając kategorie, kuchnie, itd." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Główny" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Znajdź duplikaty przepisów" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Kreatorna znajdzie i usunie lub scali duplikaty przepisów." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Export PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Stwórz stronę przepisu z receptury" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importer/Exporter" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML Import oraz Export" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Import oraz Export przepisów Gourmet jako plik XML, odpowiednie do " "tworzenia kopii zapasowych lub wymiany z innymi użytkownikami Gourmet." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Import KRecipe" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importuj pliki z programu KRecipe" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Import Mastercook" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "DImportuj pliki z programu Mastercook" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Gourmet XML Import oraz Export" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Import oraz Export przepisów Gourmet jako plik XML, odpowiednie do " "tworzenia kopii zapasowych lub wymiany z innymi użytkownikami Gourmet." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Export Mealmaster (tm)" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Eksportuj przepisy jako plik tekstowy mealmaster" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Druk i eksport PDF" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Drukuj przepisy albo eksportuj je jako PDF, ten plugin pozwana na różne " "układy strony." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Poradnik importowania zwykłego tekstu" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Pomoże użytkownikowi oznaczyć i zaimportować zwykły tekst. Pozwala również " "wyeksportować zwykły tekst." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Ustal i edytuj kluczowe składniki (unikalne identyfikatory dla składników, " "użyte w celu scalenia rzeczy w liście zakupów)" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Zapisz listę zakupów jako przepis do przyszłego użytku." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Oblicz wartość odżywczą dla przepisu." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "E-mail selected recipe" #~ msgstr "E-mail wybrany przepis" #~ msgid "_E-Mail recipe" #~ msgstr "_E-Mail przepis" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (pomoc przy przenoszeniu na platoformę Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "" #~ "Daniel Folkinshteyn \n" #~ "(instalator dla systemu Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Fergusin (ulepszenie interfejsu Konwertera Jednostek)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (ulepszenie eksportu z Mealmastera)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo i splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (dietetyka i ikony dodawania do listy zakupów)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (udoskonalenia w " #~ "umiędzynarodowieniu, różnego rodzaju poprawki)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Windows version maintenance and " #~ "website re-design)" #~ msgid "Upgrading database" #~ msgstr "Aktualizacja bazy danych" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "W zależności od rozmiarów twojej bazy danych, może to być intensywny " #~ "proces i może zająć trochę czasu. Dla twoich danych została " #~ "automatycznie utworzona kopia zapasowa w przypadku, gdyby coś poszło nie " #~ "tak." #~ msgid "Paste ingredients" #~ msgstr "Wklej składniki" #~ msgid "Import from file" #~ msgstr "Importuj z pliku" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Wybierz plik zawierający twoją listę składników." #~ msgid "No file selected" #~ msgstr "Nie wybrano plików" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Nie wybrano plików, dlatego akcja została wstrzymana" #~ msgid "_Import file" #~ msgstr "_Importuj plik" #~ msgid "Import _webpage" #~ msgstr "Importuj _stronę www" #~ msgid "Import recipe from webpage" #~ msgstr "Importuj przepis ze strony www" #~ msgid "Open _Trash" #~ msgstr "Otwórz _kosz" #~ msgid "Archive (zip, tarball)" #~ msgstr "Archiwum (zip, tarbal)" #~ msgid "Loading zip archive" #~ msgstr "Ładowanie archiwum zip" #~ msgid "Unzipping zip archive" #~ msgstr "Rozpakowywanie archizum zip" #~ msgid "Webpage" #~ msgstr "Strona www" #, python-format #~ msgid "Downloading %s" #~ msgstr "Pobieranie %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Lista zakupów dla %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Pobieranie %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Pobieranie pliku" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Wprowadź URL archiwum przepisów lub strony z przepisami." #~ msgid "Enter URL:" #~ msgstr "Wprowadź URL:" #~ msgid "Unable to import URL" #~ msgstr "Nie można zaimportować adresu URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet nie posiada wtyczki umożliwiającej importowanie adresów URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Nie można zaimportować %(type)s z URL%(url)s. Plik został zapisany w " #~ "położeniu %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Strona nie została rozpoznana. Zostanie użyty ogólny importer..." #~ msgid "Import complete." #~ msgstr "Import zakończony." #~ msgid "Importing recipe" #~ msgstr "Importowanie przepisu" #~ msgid "Processing ingredients" #~ msgstr "Przetwarzanie składników" #~ msgid "Processing ingredients." #~ msgstr "Przetwarzanie składników." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Plik XML Gourmet" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet - menedżer szefa kuchni" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Porządkuj przepisy, twórz listy zakupów, obliczaj informacje odżywcze i " #~ "dużo więcej." #~ msgid "Send to Email" #~ msgstr "Wyślij email" #~ msgid "Email recipes from Gourmet" #~ msgstr "Wyślij receptury z Gourmet" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Wsparcie Zip, Gzip, oraz Tarball" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Importuj przepisy z archiwum zip oraz tar" #~ msgid "HTML Export" #~ msgstr "Eksport HTML" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Stwórz stronę przepisu z receptury" #~ msgid "Webpage import" #~ msgstr "Import strony internetowej" #~ msgid "Import recipes from the web." #~ msgstr "Importuj receptury z internetu." #~ msgid "Website Importers" #~ msgstr "Importowanie z sieci" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importuje dla about.com, www.foodnetwork.com, i innych" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Zaznacz tekst z surowego przepisu i kategoryzuj ją przez " #~ "etykietowanie, którą częścią przepisu jest (wybierz z elementów przepisu " #~ "na prawo)." #~ msgid "_Raw recipe:" #~ msgstr "Su_rowy przepis:" #~ msgid "_Label" #~ msgstr "_Etykieta" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Utwórz nowy przepis (wykorzystaj to, jeśli plik który masz importowować " #~ "zawiera więcej niż jeden przepis)" #~ msgid "Select recipe image" #~ msgstr "Wybierz obrazek dla przepisu" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Wybierz obraz dla przepisu \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Poniżej są wszystkie zdjęcia znalezione na stronie, którą pobierasz. " #~ "Wybierz zdjęcia dotyczące przepisu. Nie wybieraj nic jeżeli obrazki ci " #~ "nie odpowiadają." #~ msgid "_Python Console" #~ msgstr "Konsola _Python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "Pokaż konsolę (python)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Reipe Manager uruchamia się..." #~ msgid "Starting gourmet..." #~ msgstr "Uruchamianie gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Właśnie przeniosłeś %s przepis do kosza. Możesz przywrócić ten przepis " #~ "lub trwale go usunąć, w dowolnym czasie poprzez kliknięcie Narzędzia -> " #~ "Otwórz kosz." #~ msgstr[1] "" #~ "Właśnie przeniosłeś %s przepisów do kosza. Możesz przywrócić te przepisy " #~ "lub trwale je usunąć, w dowolnym czasie poprzez kliknięcie Narzędzia -> " #~ "Otwórz kosz." #~ msgstr[2] "" #~ "Właśnie przeniosłeś %s przepisów do kosza. Możesz przywrócić te przepisy " #~ "lub trwale je usunąć, w dowolnym czasie poprzez kliknięcie Narzędzia -> " #~ "Otwórz kosz." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "By drukować, aktywuj wtyczkę wspierającą drukowanie, taką jak wtyczka " #~ "'Drukowanie oraz eksport PDF'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Trochę to krępujące. Coś poszło nie tak podczas drukowania przepisu." #~ msgid "Unable to open URL" #~ msgstr "Nie można otworzyć URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Nie można uruchomić czytnika poczty." #~ msgid "Unable to open website." #~ msgstr "Nie można otworzyć strony www." #~ msgid "Unable to open file." #~ msgstr "Nie można otworzyć pliku." #~ msgid "There was an error launching the url: %s" #~ msgstr "Wystąpił błąd podczas otwierania url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Czas musi zaczynać sie liczbą lub ułamkiem a następnie powinna być " #~ "jednostka (minuty, godziny, itp.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Czas musi być wyrażany w godzinach, minutach, sekundach, itp." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Nie można z %s utworzyć ilości porcji" #~ msgid "cancelled" #~ msgstr "anulowano" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Zażądano zamknięcia okna z aktywnym zegarem. Możesz zatrzymać zegar, lub " #~ "po prostu zamknąć okno. Jeśli zamkniesz okno, pojawi się ono ponownie po " #~ "upłynięciu czasu ustawionego na zegarze." #~ msgid "_Servings" #~ msgstr "_Porcje" #~ msgid "A file named %s already exists." #~ msgstr "Plik o nazwie %s już istnieje." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Czy chcesz go zastąpić aktualnie zapisywanym plikiem?" #~ msgid "Importing old recipe data" #~ msgstr "Importowanie starych przepisów" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "Import przepisów z poprzedniej wersji Gourmet do nowej bazy." #~ msgid "Export succeeded" #~ msgstr "Export zakończony pomyślnie" #~ msgid "webpage" #~ msgstr "strona" #~ msgid "Exported %s to %s" #~ msgstr "Wyeksportowano %s do %s" #~ msgid "%s stopped." #~ msgstr "%s zatrzymany." #~ msgid "%s was interrupted by user request." #~ msgstr "%s zostało przerwane na życzenie użytkownika." #~ msgid "%s interrupted" #~ msgstr "%s przerwane" #~ msgid "There was an error during %s." #~ msgstr "Wystąpił błąd podczas %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Usuwanie przepisów z bazy danych... (%s z %s usunięto)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Usunięto %s przepis" #~ msgstr[1] "Usunięto %s przepisy" #~ msgstr[2] "Usunięto %s przepisów" #~ msgid "Export complete!" #~ msgstr "Eksport zakończono!" #~ msgid "Recipe exported to %s" #~ msgstr "Przepis wyeksportowano do %s" #~ msgid "Database format has changed" #~ msgstr "Format bazy danych zmienił się" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s zmienił format bazy danych. Twoja baza nie " #~ "będzie współpracować ze starszymi wersjami %(progname)s. Kopia " #~ "bezpieczeństwa została zapisana w %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "W przypadku gdyby coś poszło źle, kopia bezpieczeństwa została zapisana w " #~ "%s" #~ msgid "Transferring data to new database format" #~ msgstr "Przenoszenie danych do nowego formatu bazy danych" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Import/Eksport" gourmand-1.2.0/po/pt.po000066400000000000000000003463341510115424500147420ustar00rootroot00000000000000# Portuguese translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-06-24 21:55+0000\n" "Last-Translator: Nuno Rodrigues \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nova Receita" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Adicionar à _Lista de Compras" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Ficheiro" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "receita" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalhes" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gestor de Receitas Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Lista de Compras" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Título" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categoria" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Receita" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredientes" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Apagar Receita" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Abrir receita seleccionada" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Abrir receita" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categoria" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Chave" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Temporizador" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unidade" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gestor de Receitas Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "O Gourmet Recipe Manager é uma aplicação para armazenar, organizar e " "pesquisar receitas. O Gourmet também torna fácil a criação de listas de " "compras através das receitas. O Gourmet importa receitas de diversas fontes, " "incluindo Mealmaster e MasterCook e de outris sites. O Gourmet pode exportar " "receitas como texto, ficheiros Mealmaster, páginas HTML e um formato XML " "próprio para troca com outros utilizadores Gourmet. O Gourmet suporta a " "linkagem de imgens com receitas. O Gourmet pode também calcular a informação " "nutricional para as receitas baseando-se nos seus ingredientes" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nova Receita" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detalhes" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Mover para lista de _Compras" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Li_sta de Compras" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Já possui (_Itens de Despensa)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Entre Categoria" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Categoria onde acrescentar %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Categoria:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Receitas" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Remover Receitas" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Remover receitas da lista de compras" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Editar" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Ajuda" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "×" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Nenhuma receita selecionada. Você quer limpar toda a lista?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Salvar Lista de Compras Como" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Por favor especifique quais dos ingredientes opcionais a seguir gostaria de " "incluir em sua lista de compras." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Receita" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Imprimir receita" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Adicionar à _Lista de Compras" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Você tem mudanças a salvar." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Aplicar mudanças antes de imprimir?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Aplicar mudanças antes de imprimir?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opcional)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Incapaz de encontrar receita %s na base de dados." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Editar Receita:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Ver Cartão de Receitas" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruções" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notas" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Qtd" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unidade" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Item" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "A receita %s (ID %s) não está em nossa base de dados." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Converter: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Não Convertido: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Unidade alterada." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "Você alterou a unidade para %(item)s de %(old)s para %(new)s." #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "%(old_amt)s %(old_unit)s convertidos para %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Incapaz de converter de %(old_unit)s para %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Acrescentar Grupo de Ingredientes" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Entrar um nome para o novo subgrupo de ingredientes" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nome do grupo:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "A própria receita não pode incluir-se como um ingrediente!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Recursão infinita é proibida em receitas!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Você não selecionou nenhuma receita!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Receitas" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Som de Toque" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Som de Aviso" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Som de Erro" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Parar temporizador?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Parar _temporizador" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Manter temporizador" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "ou" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cozinha" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Classificação" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Fonte" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Tempo de Preparação" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Tempo de Cocção" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Alterações" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Entrada inválida." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Não é um número." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Suspender" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Parar" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Não me pergunte isto novamente." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Você realmente quer fazer isto" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "excelente" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "muito bom" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "bom" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "mais ou menos" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "mau" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Converter classificação para a escala de 5 estrelas" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Converter classificações." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Por favor, atribua a cada uma das classicações um equivalente na escala de 1 " "a 5." #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Classficação Actual" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Classificação" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Selecionar _Tipo de Arquivo" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Sinto muito, não consigo entender\n" "a quantidade \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Quantidades devem ser números (frações ou decimais), faixas de números, ou " "ficar em branco." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "A \"unidade\" precisa estar sozinha no campo \"unidade\".\n" "Por exemplo, se você quer digitar uma xícara e meia,\n" "o campo de quantidade pode conter \"1,5\" ou \"1 1/2\". \"xícaras\"\n" "deve ir no campo \"unidade\" em separado.\n" "\n" "Para entrar uma faixa de números, use um \"-\"para separá-los.\n" "Por exemplo, você pode digitar 2-4 ou 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "farinha branca" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "açúcar" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sal" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "pimenta preta moída" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "gelo" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "água" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "óleo vegetal" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "azeite" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Desconhecido" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "A receita pede a si mesma como um ingrediente" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "O ingrediente %s será ignorado." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Lista de compras para %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Para as seguintes receitas:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " ×%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Para as seguintes receitas:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Selecionar codificação" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Não pude determinar a codificação correta. Por favor, selecione a " "codificação correta da lista a seguir." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Ver _arquivo com codificação" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importação pausada" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Parar importação" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Índice de Receitas" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista de Compras" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "créditos de tradutores\n" "\n" "Launchpad Contributions:\n" " Eduardo Silva https://launchpad.net/~jobezone\n" " Flávio Martins https://launchpad.net/~xhaker\n" " Henrique Maia https://launchpad.net/~henriquemaia\n" " Israel G. Lugo https://launchpad.net/~ilugo\n" " Leandro Guimarães Faria Corcete DUTRA https://launchpad.net/~leandro\n" " Luciano https://launchpad.net/~lmartins\n" " Luis Reis https://launchpad.net/~luis-marafado\n" " Nuno Rodrigues https://launchpad.net/~atchim73\n" " Thomas M. Hinkle https://launchpad.net/~thomas-hinkle\n" " Tiago Silva https://launchpad.net/~tiagosilva\n" " arkeo_jsf https://launchpad.net/~jerome-sf\n" " iLugo https://launchpad.net/~isra" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Salvo!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Guardar suas edições em %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Uma importação está em curso." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Uma exportação está em curso." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Uma remoção está em curso." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Sair do programa mesmo assim?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Não saia!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Recuperando receitas " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplique %s por:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Abrir receita" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Abrir receita seleccionada" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Apagar as receitas seleccionadas" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xportar receitas seleccionadas" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "E_xportar receitas seleccionadas para ficheiro" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Imprimir" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "receitas" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nova" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importar receita" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s receita" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Acções" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferências" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Acerca" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Ferramen_tas" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Temporizador" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Apagar %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Existem alterações não guardadas em %s. Tem a certeza que deseja apagar?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Apagado" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Sem título" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Remover permanentemente as receitas?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Remover permanentemente a receita?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Tem certeza de querer remover a receita %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Tem certeza de querer remover as seguintes receitas?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Tem certeza de querer remover as %s receitas selecionadas?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Ver receitas" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Apagar Receitas" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "_Índice de Receitas" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Remover a receita %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Pronto!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importando…" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "chave" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "item" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Campo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Valor" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Contagem" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Mudar todas as chaves \"%s\" para \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Você não poderá desfazer esta acção. Se há já ingredientes com a chave " "\"%s\", você não poderá distinguir entre esses itens e os itens você muda " "agora." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Mudar todos os itens \"%s\" para \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Você não poderá desfazer esta acção. Se há já ingredientes com o item " "\"%s\", você não poderá distinguir entre esses itens e os itens você muda " "agora." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Mude _todas as instâncias de \"%(unit)s\" a \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Mude \"%(unit)s\" a \"%(text)s\" só para _ingredientes \"%(item)s\" com " "\"%(key)s\" chave" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Mude _todos exemplos de \"%(amount)s\" %(unit)s a %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Mude \"%(amount)s\" %(unit)s a \"%(text)s\" %(unit)s só _onde a tecla de " "ingrediente é %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Mude \"%(amount)s\" %(unit)s a \"%(text)s\" %(unit)s só onde a tecla de " "ingrediente é %(key)s _e onde o item é %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Mudar todas as colunas selecionadas?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Esta ação não será impossível de desfazer. Têm a certeza que para todas as " "%s colunas, você quer pôr os seguintes valores:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Chave para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Item para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Unidade para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Quantidade para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrediente" msgstr[1] "%s ingredientes" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Mostrar ingredients %(bottom)s para %(top)s do %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Quantidade" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Categoria de Compras" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Estrelas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Nenhum" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Não pude converter %s para %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Preciso da informação sobre densidade." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Conversor de Unidades" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Página HTML para a Teia" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exportando página para a Teia" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exportando receitas para arquivos HTML no diretório %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Receita salva como arquivo HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Exportando página para a Teia" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exportando receitas para arquivos HTML no diretório %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Receita salva como arquivo HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Exportação Texto" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Arquivo XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Exportação XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exportando receitas para arquivo XML Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Receita salva em arquivo XML Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Terminada importação do Mastercook." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Limpando XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Imprimir Receitas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Exportar PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exportando as receitas para PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Receita salva como PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Index Card (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Index Card (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Index Card (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Index Card (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Carta" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Index Cards (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Index Cards (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Index Cards (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Simples" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Coluna" msgstr[1] "%s Colunas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Retrato" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Paisagem" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientação" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "_Layout da Página" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Tamanho Fonte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Margem Esquerda" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Margem Direita" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Margem de Cima" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Margem de Baixo" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Ficheiro Mealmaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Exportação MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exportando receitas para ficheiros MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Receita salva como ficheiro MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porção" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Ficheiro" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Exportar" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exportando receitas para arquivo XML Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Receita salva em arquivo XML Gourmet %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Qualquer grupo de comida" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Converter unidade para %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "De forma a calcular a informação nutricional, o Gourmet necessita da sua " "ajuda para converter \"%s\" para uma unidade perceptível por si." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Mudar a chave do ingrediente de %(old_key)s para %(new_key)s em todo o lado " "ou só no título da receita %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Mudar _em todo o lado" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Somente na receita %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Mudar unidade" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Mudar unidades de %(old_unit)s para %(new_unit)s para todos os ingredientes " "%(ingkey)s ou somente no %(title)s da receita?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "De forma a calcular a informação nutricional para %(amount)s %(unit)s " "%(ingkey)s\", vGourmet necessita de conhecer a sua densidade. A nossa base " "de dados nutricional têm várias descrições desta comida com diferentes " "densidades. Por favor seleccione a correcta abaixo." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Para aplicar a informação nutricional, o Gourmet precisa de uma quantidade e " "unidade válidas." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrediente" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Base de dados USDA equivalente" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramas" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calorias" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Gordura Total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Gordura Saturada" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Colesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sódio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Total de Carbohidratos" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Fibra de Dietas" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Açucares" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteína" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alpha-carotenos" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Cinza" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-caroteno" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Cryptoxantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Cálcio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Cobre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Total de Fólicos" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Ácido fólico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Food Folate" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Dietary folate equivalents" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Ferro" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lycopene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteína+Zeazantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnêsio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganêsio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Ácido Pantotênico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fósforo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potássio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamina A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selénio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamina A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamina A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamina B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamina C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamina E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamina K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinco" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminas e minerais" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Informação Nutricional em falta\n" "para %(missing)s do %(total)s de ingredientes." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Valor Diário" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Percentagem do valor diário recomendado baseado nas %i calorias diárias. " "Clique para editar o número de calorias diárias." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Quantidade por receita" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Carregando os Dados Nutricionais" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Importação da base de dados nutricional completa!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Obtendo a base de dados nutricional do arquivo zip %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "A extrair %s do arquivo zip." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "A processar dados nutricionais..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "A ler dados nutricionais: %s de %s entradas importadas." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "A processar dados de peso..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "A ler dados de peso para os itens nutricionais: %s de %s entradas importadas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Água" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilocalorias" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteínas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipídos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g cinza" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g carbohidratos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fibras" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g açúcar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg cálcio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg ferro" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnésio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fósforo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potássio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sódio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zinco" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg cobre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg manganêsio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "microgramas de selênio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamina c" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg de tiamina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg de riboflavina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg de niacina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg ácido pantoténico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg de vitamina B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "microgramas de Fólicos Totais" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "microgramas de Ácido Fólico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "microgramas de Food Folate" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "microgram dietary folate equivalents" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "microgramas de Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamina A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamina A (microgramas de Equivalentes Actividade Retinal" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "microgramas de Retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "microgramas de Alfa-carotenos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "microgramas Beta-caroteno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "microgramas de Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "microgramas de Licopene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "microgramas de Luteína+Zeazantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamina E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamina K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g de Ácidos Gordos Saturados" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g de Ácidos Gordos Monoinsaturados" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g de Ácidos Gordos Polinsaturados" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Colesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Percentagem de recusa" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Lacticínios e Produtis Diários" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Especiarias" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Comida de Bêbe" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Gorduras e Olêos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Aves" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Sopas & Molhos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Salsichas & Almoço Carnes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cereais de Pequeno Almoço" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frutas e Sumos de Fruta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Porco" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Vegetais" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Frutos Secos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Bife" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Bebidas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Peixe & Marisco de Casca" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Legumes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Borrego, Vitela & Game" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Produtos Confecionados" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Doces" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Grãos e Massas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Fast Foods" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Refeições e Entradas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Snacks" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Comidas Etnicas" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "estrelas" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Exportadas %(number)s de %(total)s receitas" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Exportação completa." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Incluir Receita no Corpo do Correio Eletrônica (sempre uma boa idéia)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Envia Receita por Correio Eletrônico como Anexo HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Opções de Correio Eletrônico" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Não me pergunte antes de enviar correio eletrônico." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Correio eletrônico não enviado" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Você não pediu para enviar a receita no corpo da mensagem ou como um anexo." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Salvar receita como…" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet não consegue exportar arquivos do tipo \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exportar receitas" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "receitas" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exportar" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Imprimir %s receita" msgstr[1] "Imprimir %s receitas" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Abrir receita..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "" "Introduza o URL de um arquivo de receitas ou de uma página web de receitas." #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Alterações" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importar" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Todos os arquivos importáveis" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Importas %s receitas." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porção" msgstr[1] "porções" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importadas %s de %s receitas." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "okay" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porções" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importar receita" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "título" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediente" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instruções" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notas" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cozinha" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "fonte" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s receita" msgstr[1] "%s receitas" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Mostrar receitas da %(bottom)s to %(top)s do %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "segundo" msgstr[1] "segundos" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" msgstr[1] "minutos" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "hrs." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "hora" msgstr[1] "horas" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dia" msgstr[1] "dias" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "semana" msgstr[1] "semanas" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mês" msgstr[1] "meses" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "ano" msgstr[1] "anos" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " e " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "e" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "para" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Exportar PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (assistência ao porte para MS Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Instalador para Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (melhorias à interface do Conversor de Unidades)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "RS Born (melhorias à exportação para Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logótipo e ecrã de entrada)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (nutritição e ícones da lista de compras )" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (melhorias a " #~ "internacionalização,algumas correcções)" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Escolha um arquivo contendo sua lista de ingredientes." #~ msgid "No file selected" #~ msgstr "Nenhum arquivo selecionado" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Nenhum arquivo foi selecionado, portanto a ação foi cancelada" #~ msgid "_Import file" #~ msgstr "_Importar ficheiro" #~ msgid "Loading zip archive" #~ msgstr "Carrregando arquivo zip" #~ msgid "Unzipping zip archive" #~ msgstr "Descomprimindo arquivo zip" #, python-format #~ msgid "Downloading %s" #~ msgstr "A transferir %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Lista de compras para %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Obtendo %s" #~ msgid "Retrieving file" #~ msgstr "Obtenfo ficheiro" #~ msgid "Enter URL:" #~ msgstr "Insira a URL:" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Esta página web não é reconhecível. Utilizando a importação genérica" #~ msgid "Import complete." #~ msgstr "Importação completa." #~ msgid "Importing recipe" #~ msgstr "Importando receita" #~ msgid "Processing ingredients" #~ msgstr "Processando ingredientes" #~ msgid "Processing ingredients." #~ msgstr "Processando ingredientes." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Arquivo XML Gourmet" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gestor de Receitas Gourmet" #~ msgid "Select recipe image" #~ msgstr "Seleccione imagem para a receita" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Embaixo estão todas as imagens achadas para a página que você importa. " #~ "Seleccione quaisquer imagens que são da receita, ou não seleccione nada " #~ "se você não quiser qualquer uma destas imagens." #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gestor de Receitas Gourmet iniciando…" #~ msgid "Starting gourmet..." #~ msgstr "Iniciando Gourmet…" #~ msgid "Unable to open URL" #~ msgstr "Incapaz de abrir URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Incapaz de lançar cliente de correio." #~ msgid "Unable to open website." #~ msgstr "Incapaz de abrir sítio da Teia." #~ msgid "Unable to open file." #~ msgstr "Incapaz de abrir arquivo." #~ msgid "There was an error launching the url: %s" #~ msgstr "Houve um erro ao lançar a URL: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "O tempo deve começar com um número ou uma fracção seguida de uma unidade " #~ "(minutos, horas, etc.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "O tempo deve ser expresso em horas, minutos, segundos, etc." #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Pediu o encerramento de uma janela com um temporizador activo. Pode parar " #~ "o temporizador ou simplesmente fechar a janela. Se fechar a janela, ela " #~ "reaparecerá quando o temporizador terminar." #~ msgid "A file named %s already exists." #~ msgstr "Um arquivo chamado %s já existe." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Você quer substituí-lo pelo que está guardando?" #~ msgid "Importing old recipe data" #~ msgstr "Importar dados de receitas antigas" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importar dados da receita de uma versão posterior do Gourmet para uma " #~ "nova base de dados." #~ msgid "Export succeeded" #~ msgstr "Exportação bem sucedida" #~ msgid "webpage" #~ msgstr "página da Teia" #~ msgid "Exported %s to %s" #~ msgstr "%s exportado para %s" #~ msgid "%s stopped." #~ msgstr "%s parado." #~ msgid "%s was interrupted by user request." #~ msgstr "%s foi interrompido a pedido do usuário." #~ msgid "%s interrupted" #~ msgstr "%s interrompido" #~ msgid "There was an error during %s." #~ msgstr "Houve um erro durante %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Removendo receitas da base de dados… (%s de %s removidas)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "%s receita apagada" #~ msgstr[1] "%s receitas apagadas" gourmand-1.2.0/po/pt_BR.po000066400000000000000000004253311510115424500153200ustar00rootroot00000000000000# Portuguese (Brazil) translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # Felipe Braga , 2015. msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2015-05-15 20:13-0200\n" "Last-Translator: Felipe Braga \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Virtaal 0.7.1\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Índice de receitas" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nova receita" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Adicionar à _lista de compras" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Ver re_ceita" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Pesquisar por:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Procurar por receitas ao digitar" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_em" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Pesquisar com outros critérios dentro dos resultados." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Adicionar critério de busca" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Limitar busca a:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "_Resultados da busca" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Configurar Campos para Receitas Selecionadas" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Definir atributos de receita para as " "receitas selecionadas" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Adicionar imagem" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Remover imagem" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "F_onte:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Avaliação:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "C_ozinha:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Categoria:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Tempo de _preparo:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Tempo de co_zimento:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Página web:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Imagem:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Rendimento:" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "U_nidade de rendimento:" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "_Apenas definir valores que estiverem vazios" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Defina todos os valores para _todas as receitas selecionadas" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (padrão, armazenado em um arquivo local)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (armazenado em um arquivo local)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (requer conexão a um banco de dados)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Escolha o banco de dados" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Escolha o sistema de banco de dados para o Gourmet usar" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Sistema de _banco de dados" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Servidor:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Nome de _usuário:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Senha:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Senha para seu usuário no banco de dados." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "_Nome da base de dados:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Arquivo" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Hostname do sistema onde o servidor de banco de dados está sendo executado. " "Se o servidor de banco de dados está sendo executado no sistema local, use " "\"localhost\"." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Salvar a senha para a próxima vez. Isto significa que a senha será " "armazenada de forma insegura no seu arquivo de configuração." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Salvar Senha" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Nome do banco de dados no qual o Gourmet deverá armazenar suas informações. " "O Gourmet tentará criar este banco de dados se ele já não existir." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "receita" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Seu nome de usuário no banco de dados." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Navegar" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalhes" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Preferências do gestor de receitas Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Preferências da visão do índice de receitas" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "Mostrar _barra de ferramentas" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Receitas por página:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" "Configure quais as colunas que aparecem na visão do índice de receitas." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Lista de receitas" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Preferências da visão de cartão das receitas" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "_Permitir que unidades mudem quando multiplicadas" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Usar frações" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Mostrar frações sempre que possível" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" "Remover os itens que você não usa da janela de cartão da receita." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Receita" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Preferências da lista de compras" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "O que o Gourmet deve fazer com ingredientes opcionais quando adicionando " "receitas à lista de compras?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Perguntar se deve incluir os ingredientes opcionais" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Lembrar das escolhas do usuário por padrão" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "Limpar a _memória ingredientes opcionais" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Sempre adicionar ingredientes opcionais" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Nunca adicionar ingredientes opcionais" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Lista de compras" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "porções" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Título" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Título:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Tempo de _preparo:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "categoria" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "avaliação" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Rendimento" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Rendimento unitário" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Comprar" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Editar _descrição" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Tempo de cozimento:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Tempo de preparo:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Cozinha:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Categoria:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Página web:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Rende:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Link" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Fonte:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Avaliação:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Multiplicar por:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Modo de preparo" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Editar modo de _preparo" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Notas" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Editar _notas" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Receita" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredientes" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Editar _ingredientes" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Adicionar _ingrediente:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredientes" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Adicionar receita à lista de compras" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Adicionar à _lista de compras" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Ir para a visualização do cartão da receita" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Apagar receita selecionada" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Apagar Receita" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Editar atributos das receitas selecionadas" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Editar _várias receitas" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Abrir receita selecionada" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Escolha a receita" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Imprimir receita selecionada" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Imprimir receita" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Nunca comprar este item. Quando necessário em uma receita, ele vai aparecer " "na seção \"despensa\" da lista como lembrete, mas não será incluído quando " "você salvar ou imprimir a lista de compras a menos que você diga que precisa " "comprá-lo." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Adicionar à _despensa" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Mostrar _opções" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Procurar _em" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Usar expressões regulares (busca avançada)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Pesquisa ao digitar" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Opções de busca" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Categoria" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Código" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Editor de categorias" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Procurar por" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Pesquisa ao digitar" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Usar expressões regulares" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Pesquisa avançada" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Adicionar categoria: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Temporizador" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Temporizador" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Tempo alcançado!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "O temporizador continuará a contar até você fechar esta janela ou reiniciá-" "lo." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Ajustar _temporizador: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Reiniciar" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Iniciar" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "S_om" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Nota" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Re_petir o alarme até que eu o desligue" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "Confi_gurações" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Editar campos pela base de dados" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Campo para _editar:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "Para cada valor selecionado:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Deixar o valor _como está" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "O novo valor será adicionado no final do existente" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "O novo valor substituirá o existente" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Campo:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Valor:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Mudar _outro campo:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "_Mudar o valor para: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Excluir valor" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Selecione o equivalente de" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "da base de dados da USDA" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Alterar ingrediente" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "ou" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Procurar na base de dados de ingredientes da USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Pesquisa ao _digitar" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Mostrar apenas alimentos no _grupo:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "_Resultados da busca:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "De:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Quantidade:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Unidade:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "unidade" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Mudar a unidade" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Salvar nova unidade" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Para:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Unidade:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Entre com a informação nutricional para " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Escolha uma densidade" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Chave do ingrediente: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "Item USDA: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Informação nutricional" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Editar _informação" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "Informação _nutricional" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Densidade:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "Equivalentes USDA:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "Informação de _densidade" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Informação nutricional conhecida" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "Pesquisa _avançada" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Informação nutricional" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnorar" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gestor de receitas Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "O gestor de receitas Gourmet é um aplicativo para armazenar, organizar e " "buscar receitas. O Gourmet também torna fácil de criar listas de compras a " "partir das receitas. O Gourmet importa receitas de várias fontes, incluindo " "arquivos MealMaster e MasterCook e vários websites populares. O Gourmet pode " "exportar receitas como texto, arquivos MealMaster, páginas da web HTML ou um " "formato XML próprio para trocar com outros usuários do Gourmet. O Gourmet " "suporta vincular imagens às receitas. O Gourmet também pode calcular as " "informações nutricionais das receitas com base nos ingredientes.\n" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Escolha Arquivo de Banco de Dados" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nova Receita" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "_Nome da base de dados:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detalhes" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Uma cópia de segurança foi feita em %s para o caso de ocorrer algum erro. Se " "esta atualização falhar, você poderá renomear manualmente sua cópia de " "segurança \"recipes.db\" para recuperá-la e usar com a versão antiga do " "Gourmet." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Alterar _Categoria" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Criar nova categoria" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Alterar a categoria do item selecionado" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Despensa" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Mover para a _lista de compras" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Mover para a _despensa" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Remover da lista de compras" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Mover itens selecionados para %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Lista de compras" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Já possuo (Itens da des_pensa)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Entre a Categoria" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Categoria para adicionar %s para" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Categoria:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Receitas" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Adicione itens:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Remover Receitas" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Remover receitas da lista de compras" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Editar" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Ajuda" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Adicione itens" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Adicionar itens arbitrários a lista de compras" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Nenhuma receita selecionada. Você quer limpar a lista inteira?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Salvar lista de compras Como..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Selecione ingredientes opcionais" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Favor especificar quais dos seguintes ingredientes você gostaria de incluir " "em sua lista de compras." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Receita" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Ir" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Exportar receita" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Exporte receitas selecionadas (salvar para arquivo)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Apagar receita" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Apagar esta receita" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Ajustar unidades ao multiplicar" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Alterar as unidades ao multiplicar, sempre que possível, para torná-las mais " "legível." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Imprimir receita" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Adicionar à _lista de compras" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Não memorizar ingredientes opcionais" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Antes de adicionar à lista de compras, perguntar sobre todos os ingredientes " "opcionais, inclusive os anteriormente memorizados" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Exportar receita" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "Receita exportada com sucesso para %s" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Você tem mudanças não salvas." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Aplicar mudanças antes de imprimir?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Aplicar mudanças antes de imprimir?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Opcional)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Não foi possível encontrar a receita %s no banco de dados." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Editar receita:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Salvar alterações no banco de dados" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Ver cartão da receita" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Editar" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Salvar alterações em %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Adicionar ingrediente" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Adicionar grupo" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Adicionar _receita" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Adicione uma outra receita como um ingrediente nesta receita" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Excluir" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Subir" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Descer" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Descrição" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Modo de preparo" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notas" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Qtd" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Unidade" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Item" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Opcional" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "A receita %s (ID %s) não está no seu banco de dados." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Convertido: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Não convertido: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Unidade alterada." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Você mudou a unidade para %(item)s de %(old)s para %(new)s. Você gostaria da " "quantidade convertida ou não?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Convertido %(old_amt)s %(old_unit)s para %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Impossível converter de %(old_unit)s para %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Adicionar Grupo de Ingrediente" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Informe o nome do novo subgrupo de ingredientes" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Nome do grupo:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Escolha a receita" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Uma receita não pode ser seu próprio ingrediente!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Recursão infinita não é permitida em receitas!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Você não selecionou quaisquer receitas!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Quanto de %(title)s sua receita precisa?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Receitas" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Som Soando" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Som de aviso" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Som de erro" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Parar temporizador?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Parar _temporizador" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Manter cronometragem" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Complementos" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Plugins adicionam funcionalidades extras ao Gourmet." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Complemento necessário para outros complementos. Desativar complemento assim " "mesmo?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Os seguintes plugins exigem %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Desativar de qualquer maneira" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Manter complemento ativo" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "ou" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Ocorreu um erro na ativando o complemento." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Ocorreu um erro na desativando o complemento." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Cozinha" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Avaliação" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Fonte" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Página Web" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Tempo de preparação" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Tempo de cozimento" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Modificações" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Entrada inválida." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Não numérico." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pausa" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Parar" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Não pergunte novamente." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Você realmente quer fazer isso" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "ótimo" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "muito bom" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "bom" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "razoável" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "fraco" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Converte avaliações para escala de 5 estrelas." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Converter avaliações." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Por favor avalie em uma escala de 1 a 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Nota Atual" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Nota até 5 estrelas" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Selecione Tipo de arquivo" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Eu sinto muito, eu não entendo\n" "o valor \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Valores devem ser números (frações ou decimais), faixas de números, ou " "espaço em branco." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "A \"unidade\" deve estar sozinha no campo de \"unidade\".\n" "Por exemplo, se você quer entrar uma e meia xícaras,\n" "o campo de quantidade poderá conter \"1.5\" ou \"1 1/2\".\"xícaras\"\n" "deverá entrar no campo de \"unidade\"\n" "separado.\n" "Para entrar uma faixa de números, use um \"-\" para separa-los.\n" "Por exemplo, você poderá entrar 2-4 ou 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Nome de _usuário:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Senha:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "farinha, todos os propósitos" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "açúcar" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sal" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "pimenta preta, moída" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "gelo" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "água" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "óleo vegetal" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "Azeite" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Desconhecido" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Receita se pede como um ingrediente." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ingrediente %s será ignorado." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Lista de compras para %s" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "Para as seguintes receitas:\n" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Para as seguintes receitas:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Selecionar codificação" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Impossível determinar o tipo de codificação. Por favor selecione a " "codificação correta nesta lista." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Ver _arquivo com codificação" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importação em pausa" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Parar importação" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Índice de receitas" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista de compras" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Agner Olson https://launchpad.net/~agner\n" " Alex Antão https://launchpad.net/~alexcarlosantao\n" " Alexandre https://launchpad.net/~arosas\n" " Augusta Carla Klug https://launchpad.net/~augusta-klug\n" " Danilo Jeremias da Silva https://launchpad.net/~dannnylo\n" " Drovetto https://launchpad.net/~drovetto\n" " Elias https://launchpad.net/~livre1\n" " Felipe \"Juca\" Sanches https://launchpad.net/~felipe-sanches\n" " Giovani Junior https://launchpad.net/~giojr\n" " Guilherme Makowiecky https://launchpad.net/~guilhermekm\n" " Jonh Wendell https://launchpad.net/~wendell\n" " Lucio Maciel https://launchpad.net/~luciofm\n" " Luiz Fernando Palacios https://launchpad.net/~sapo-mano\n" " Luiz Gonzaga dos Santos Filho https://launchpad.net/~marelox\n" " MDefante https://launchpad.net/~mdefante1\n" " Márcio Vinícius https://launchpad.net/~marcioviniciusmp\n" " Pedro M. V. Martins https://launchpad.net/~pmvm-hqfl\n" " Rafael https://launchpad.net/~qe47ct6n318407t6n\n" " Raphael de Paula Horta https://launchpad.net/~raphaelhorta\n" " Registry Administrators https://launchpad.net/~registry\n" " Ricardo Galvão https://launchpad.net/~ricardogalvao\n" " Rogério Ferro https://launchpad.net/~rogerioferro\n" " Samir Koosah https://launchpad.net/~binlade\n" " Stênio Ferraz https://launchpad.net/~stenioferraz\n" " jrsena https://launchpad.net/~josemarsena\n" " kraudio https://launchpad.net/~kraudio\n" " leandro https://launchpad.net/~leandro526\n" " millemiglia https://launchpad.net/~dnieper650\n" " tgriffo https://launchpad.net/~tiago-griffo\n" " Felipe Braga https://launchpad.net/~fbobraga-gmail" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Salvo!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Salve suas edições para %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Uma importação está em progresso." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Uma exportação está em progresso." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Uma exclusão está em progresso." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Sair do programa assim mesmo?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Não saia!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Permanentemente excluída %s de %s receitas" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Lixeira" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Navegue, exclua permanentemente ou restaure receitas excluídas" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Receitas restauradas " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Quantidade de %(unit)s de %(title)s para comprar" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplicar %s por:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Definir %(attributes)s para %(num)s receita selecionada?" msgstr[1] "Definir %(attributes)s para %(num)s receitas selecionadas?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Nenhum valor já existente será alterado." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Os novos valores vão substituir os valores existentes." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Esta mudança não pode ser desfeita." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Defina os valores de receitas selecionadas" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Procurar receitas" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Abrir Receita" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Abrir receita selecionada" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Apagar receita" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Apagar receitas selecionadas" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Editar receitas" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Abra as receitas selecionadas no editor de receitas" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xportar receitas selecionadas" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Exportar receitas selecionadas para arquivo" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Imprimir" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "receitas" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Editar _várias receitas" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nova" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importar Receita" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importar receita a partir do arquivo" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s receita" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Exportar _todas as receitas" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Exportar todas as receitas para arquivo" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Sair" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Ações" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Lixeira" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Preferências" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Plugins" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Gerenciar plugins que adicionam funcionalidades extras ao Gourmet." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Confi_gurações" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Sobre" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Ferramentas" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Temporizador" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Mostrar Tempo" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "índice pesquisável de receitas na base de dados." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Apagar %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Você tem modificações não salvas em %s. Tem certeza que quer apagar?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Deletado" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Sem título" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Apagar permanentemente as receitas?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Apagar permanentemente a receita?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Você tem certeza que quer apagar a receita %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Você tem certeza que quer apagar as seguintes receitas?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Você tem certeza que quer apagar as %s receitas selecionadas?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Ver receitas" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Apagar Receitas" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "Receitas apagadas" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Apagar receita %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "Ver o conteúdo da lixeira agora" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Concluído!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importando..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Editor de Identificadores de Ingrediente" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Editar em série os identificadores de ingredientes" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "chave" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "item" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Campo" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Valor" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Conta" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Trocar todas chaves \"%s\" por \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Você não poderá desfazer esta ação. Caso já haja ingredientes com a chave " "\"%s\", você não conseguirá distingui-los dos itens que você está " "modificando agora." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Trocar todos itens \"%s\" por \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Você não poderá desfazer esta ação. Caso já haja ingredientes com o item " "\"%s\", você não conseguirá distingui-los dos itens que você está " "modificando agora." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Trocar tod_as instâncias de \"%(unit)s\" por \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Trocar \"%(unit)s\" por \"%(text)s\" apenas para _ingredientes \"%(item)s\" " "com chave \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Alterar _todas as instâncias de \"%(amount)s\" %(unit)s para %(text)s " "%(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Alterar \"%(amount)s\" %(unit)s para \"%(text)s\" %(unit)s somente onde o " "ingrediente chave é %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Alterar \"%(amount)s\" %(unit)s para \"%(text)s\" %(unit)s somente onde o " "ingrediente chave é %(key)s e onde o item é %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Alterar todas as linhas selecionadas?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Esta ação não poderá ser desfeita. Tem certeza que deseja definir os " "seguintes valores para todas as colunas %s selecionadas:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Chave para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Item para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Unidade para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Quantidade para %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrediente" msgstr[1] "%s ingredientes" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Mostrando ingredientes %(bottom)s a %(top)s de %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Quantidade" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Identificadores de Ingredientes" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Identificadores de Ingredientes são nomes de ingredientes normalizados, " "utilizados em listas de compras e em cálculos." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Sugerir identificadores" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Sugerir os valores mais adequados para todos os identificadores de " "ingredientes com base em valores já presentes na base de dados" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Editar Associações de Identificadores" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" "Editar associações com identificador e outros atributos presentes na base de " "dados" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Editor de chaves" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Item:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Chave:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Alterar os ingredientes selecionados" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Categoria de Compras" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" "Exibição de unidades conforme escrito para cada receita (sem alterações)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Sempre exibir as unidades no sistema americano" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Sempre exibir unidades métricas" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Ajustar automaticamente as unidades" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Definir preferências de exibição de _unidades" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Converter automaticamente as unidades, sempre que possível, para o sistema " "preferido (métrico, imperial etc.)." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Estrelas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s anterior" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Auto-Mesclar receitas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Sempre usar a receita mais recente" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Sempre usar a receita mais antiga" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Nenhum" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Algumas das receitas importados parecem ser duplicados. Você pode mesclar-" "los aqui, ou fechar esta janela para deixá-las como elas são." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Procurar _receitas duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Encontre e remova receitas duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Receitas com informações similares" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Receitas com ingredientes similares" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Receitas com informações e ingredientes similares" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Receitas duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Incluir receitas da lixeira" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Mostrando:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Juntar _todas as duplicadas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Juntar receitas" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "Juntar _automaticamente" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Para cada valor selecionado" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Onde %(field)s é %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "A alteração afetará %s receita" msgstr[1] "A alteração afetará %s receitas" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Apagar %s onde seja %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Mudar %s de %s para \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Esta mudança não é reversível." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Editor de Campo" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Editar campos entre múltiplas receitas simultaneamente." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Enviar receitas por e-mail" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Enviar por e-mail todas as receitas selecionadas (ou todas as receitas, caso " "não exista seleção)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" "Você deseja realmente enviar por e-mail todas as %s receitas selecionadas?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Sim, envie-as por e-mail" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Impossível converter %s para %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "É necessária informação da densidade." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Conversor de _unidade" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Calcular conversões de unidade" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Conversor de Unidades" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "De" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "I_tem:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Densidade:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Informação_de_Densidade" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Para" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultado:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "Página web HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exportando Webpage" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exportando receitas para arquivos HTML no diretório %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Receita salva como arquivo HTML %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Página original de %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "opcional" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Exportando Webpage" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exportando receitas para arquivos HTML no diretório %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Receita salva como arquivo HTML %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Arquivo de texto simples" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Exportar como Texto" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Exportando receitas para o arquivo de texto %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Receita salva como arquivo de texto simples %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Arquivo Grande" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "O arquivo %s é grande demais para importação" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Seu arquivo excede a extensão máxima de %s caracteres. Provavelmente, você " "não queria importá-lo, de qualquer maneira. Se você deseja realmente " "importar esse arquivo, use um editor de textos para dividi-lo em arquivos " "menores e tente importá-lo novamente." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Arquivo XML Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Exportar XML do Gourmet" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exportando receitas para arquivo XML do Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Receitas salvas em arquivo XML do Gourmet %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Arquivo Gourmet XML (Obsoleto)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Arquivo XML do Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Arquivo de texto do Mastercook" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Importação Mastercook terminada." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Arrumando XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "Arquivo XML do KRecipe" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "Não é possível encontrar o \"Adobe Reader\" em seu sistema." #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Layout de Página" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Imprimir Receitas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Exportar para PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exportando receitas para PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Receita salva como PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "pontos" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Cartão de Índice (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Cartão de Índice (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Cartão de Índice (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Cartão de Índice (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Carta" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Ofício" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Índice de Cartões (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Índice de Cartões (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Índice de Cartões (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Puro" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Coluna" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Coluna" msgstr[1] "%s Colunas" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Retrato" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Paisagem" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Tamanho do Papel" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientação" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Configuração da Página" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Tamanho da _Fonte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Margem Esquerda" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Margem Direita" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Margem Superior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Margem Inferior" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Opções PDF" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Arquivo MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Exportar para MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exportando receitas para Arquivos MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Receitas salvas como Arquivo MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porção" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "Arquivo MCB" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "Arquivo MCB do My CookBook" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "Exportar MCB" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exportando receitas para o arquivo MCB do My CookBook %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Receita salva no arquivo MCB do My CookBook %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Armazenador de listas de compras" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Salvar lista como receita" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Salvar a lista de compras atual como uma receita para uso futuro" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "Menu para %s (%s)" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menu" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Informações nutricionais refletem a quantidade por %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Informação nutricional reflete valores para toda a receita" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Estão faltando as informações nutricionais dos %s ingredientes: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Qualquer grupo alimentar" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "seleção" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Converter unidade para %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Para calcular informações nutricionais, o Gourmet precisa que você ajude-o a " "converter \"%s\" para uma unidade que ele entenda." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Alterar identificador do ingrediente" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Trocar chave de ingrediente de %(old_key)s para %(new_key)s em todos os " "lugares ou apenas na receita %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Mudar _em todos lugares" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "Ape_nas na receita %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" "Alterar identificador do ingrediente de %(old_key)s para %(new_key)s em " "todas as ocorrências?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Mudar a unidade" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Mudar a unidade de %(old_unit)s para %(new_unit)s para todos os ingredientes " "%(ingkey)s ou apenas na receita %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "O Gourmet precisa saber a densidade de \"%(amount)s %(unit)s %(ingkey)s\", " "para calcular sua informação nutricional . Nosso banco de dados nutricional " "possui várias descrições dessa comida com diferentes densidades. Por favor, " "escolha a correta abaixo." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Para aplicar a informação nutricional, Gourmet precisa de uma quantidade e " "uma unidade válidas." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Nutrição" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrediente" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Equivalente na base de dados USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramas" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Calorias" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Gordura total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Gordura Saturada" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Colesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sódio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Total de carboidratos" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Fibra de dieta" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Açúcares" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteína" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-caroteno" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Ash" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-caroteno" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta-criptoxantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Cálcio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Cobre" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Total de Folato" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Ácido Fólico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Folato" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Dieta equivalente de folato" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Ferro" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Licopene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Luteina+Zeazantina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnésio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Manganês" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Ácido Pantotênico" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fósforo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potássio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamina A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavina (Vitamina B2)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selênio" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamina A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamina A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamina B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamina B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamina C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamina E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamina K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinco" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminas e minerais" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Faltando informação nutricional\n" "para %(missing)s de %(total)s ingredientes." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% do valor _diário" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Porcentagem de valores diários recomendados em %i calorias por dia. Clique " "para editar o número de calorias diárias." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Quantidade por %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Quantidade por receita" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Carregando Dados Nutricionais" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Importação dos dados nutricionais completada!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Buscando banco de dados nutricional do arquivo %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Extraindo %s do arquivo." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Analisando informação nutricional..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Lendo dados nutricionais: importadas %s de %s entradas." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Analisando dados de peso..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Lendo dados de peso para itens nutricionais: importadas %s de %s entradas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Água" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Quilocalorias" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteínas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipídios" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g ash" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g carboidratos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fibra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g açúcar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg cálcio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg iron" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnésio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fósforo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg de potássio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg de sódio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg de zinco" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg de cobre" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg de manganês" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mg de selênio" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg de vitamina C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg de tiamina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg de riboflavin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg de niacina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg de ácido pantotênico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamina B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "micrograma Ácido Fólico Total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "micrograma ácido Fólico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "Micrograma de Folato Alimentar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "micrograma de equivalentes de ácido fólico na dieta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Colina total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "micrograma de vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamina A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamina A (micrograma Equivalentes de Atividade Retinal)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "micrograma de retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "microgramas de Alfa-caroteno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "microgramas de Beta-caroteno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "micrograma Beta Criptoxantina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "microgramas de Licopeno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "micrograma Luteína+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg de vitamina E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg de vitamina K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g de Ácido de Gordura Saturada" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g de Ácidos de Gordura Mono-dessaturada" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g de Ácidos de Gordura Poli-dessaturada" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg de colesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Percentual de recusa" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Produtos granjeiros" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Temperos e ervas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Comidas de bebê" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Gorduras e Óleos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Aves Domésticas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Sopas & Molhos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Linguiças e carnes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cereais de café da manhã" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frutas & Sucos de fruta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Suínos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Vegetais" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Nozes & Sementes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Carne bovina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Bebidas" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Peixes & Moluscos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Legumes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Cordeiro, Vitela & Caça" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Produtos Cozidos" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Doces" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Grãos e Pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Fast foods" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Refeições, Entradas e Acompanhantes" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Lanches" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Comidas étnicas" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "Banco de dados inteiro" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Identificador do ingrediente" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "Número de identificação do Ministério da Agricultura" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Descrição do item no Ministério da Agricultura" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Densidade Equivalente" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "Identificação do Ministério da Agricultura" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Ferramentas" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Obter informações nutricionais para a lista atual" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Montante para a lista de compras" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Editar informações _nutricionais" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "estrelas" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Exportadas %(number)s de %(total)s receitas" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Exportação completa." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Incluir a Receita no Corpo do E-Mail" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Enviar receita por e-mail anexada como HTML" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Enviar a Receita como anexo em formato PDF" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Opções de e-mail" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Não pergunte antes de enviar e-mail." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail não enviado" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Você não escolheu incluir a receita no corpo da mensagem ou como um anexo." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Salvar receita como..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "O Gourmet não pode exportar arquivo do tipo \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exportar Receitas" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "receitas" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Não é possível exportar Tipo de arquivo: Desconhecido \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Por favor, certifique-se de selecionar um tipo de arquivo a partir do menu " "ao salvar." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exportar" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "Receitas exportadas com sucesso para %s" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Não é possível imprimir: sem plugins de impressão ativos!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Imprimir %s receita" msgstr[1] "Imprimir %s receitas" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "rendimento" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Abrir receita..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Digite o endereço do site" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Modificações" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Digite o endereço de um site ou arquivo de receita." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importar" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Todos os arquivos importáveis" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "%s receitas importadas." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porção" msgstr[1] "porções" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importado %s de %s receitas." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "Ok" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porções" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Ingrediente Subgrupo" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Ocultar" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Texto" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Ações" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importar receita" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Limpar _Tags" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importar Receita" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "em qualquer lugar" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "título" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediente" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "modo de preparo" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notas" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "cozinha" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "origem" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Usar expressões regulares na busca" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Use expressões regulares (uma linguagem de pesquisa avançada) em busca de " "texto" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Pesquisa na medida que você digita (desligar se busca é muito lenta)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Mostrar _opções de pesquisa" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Mostrar opções de buscas avançadas" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s receita" msgstr[1] "%s receitas" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Mostrando receitas %(bottom)s a %(top)s de %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s em %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Pausado" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Receitas importadas com sucesso" msgstr[1] "Receitas importadas com sucesso" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pausa" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Concluído" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Erro: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Erro" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Erro %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Traceback" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "segundo" msgstr[1] "segundos" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" msgstr[1] "minutos" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "hs." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "hora" msgstr[1] "horas" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dia" msgstr[1] "dias" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "semana" msgstr[1] "semanas" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mês" msgstr[1] "meses" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "ano" msgstr[1] "anos" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " e " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "e" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "para" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Navegar pelas receitas" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Selecione receitas navegando por categorias, tipo de cozinha, etc." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Principal" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Procurar receitas duplicadas" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Um assistente para encontrar e remover ou juntar receitas duplicadas." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Exportar para PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Criar páginas web a partir de receitas." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Importação/Exportação" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Importar e exportar arquivos XML do Gourmet" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importação e exportação de receitas como arquivos XML do Gourmet, adequados " "para backup ou troca com outros usuários do Gourmet." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Importação do KRecipe" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importar arquivos do programa Krecipe." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Importação do Mastercook" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importar arquivos do programa Mastercook." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "Importação e exportação do My CookBook" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Importação e exportação de receitas como arquivos XML do My CookBook, " "adequados para backup ou troca com outros usuários do My CookBook." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Exportação para MealMaster ®" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Exportar receitas como arquivos texto do mealmaster" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Impressão e exportação em PDF" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Imprimir receitas ou exportá-las para arquivos PDF; este plugin permite " "vários layouts de página." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Importação orientada à arquivos de texto puro" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Ajuda o usuário a identificar trechos na importação de texto simples. Também " "fornece exportação de texto simples." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Definir e editar chaves de ingredientes (identificadores únicos de " "ingredientes, usados para juntar itens nas listas de compras)" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Salvar listas de compras de receitas para uso futuro." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Calcular informações nutricionais de receitas." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Editor de categoria de compras" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Atribuir e editar categorias de compras para os ingredientes dentro do " "gestor de receitas." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Verificação ortográfica" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Adiciona verificação ortográfica em caixas de texto de várias linhas (Modo " "de preparo, Notas)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Provê uma calculadora simples de unidades." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Preferências de exibição de unidades" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Permite que sempre sejam usadas unidades métricas (ou imperiais) para " "exibição." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Verificar a existência de caracteres Unicode-16 nos arquivos texto" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Habilite isto se seus arquivos de texto UTF-16 não são importados " "corretamente no Gourmet. Desative isso se você nunca usa UTF16 e está sendo " "constantemente incomodado com diálogo \"Codificação\" ao importar arquivos." #~ msgid "E-mail selected recipe" #~ msgstr "Enviar a receita selecionada por e-mail" #~ msgid "_E-Mail recipe" #~ msgstr "Enviar receita por _e-mail" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Assistência para Converter para Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Instalador Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "" #~ "Richard Ferguson (aperfeiçoamentos na interface do conversor de unidades)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (aperfeiçoamentos na exportação para Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (telas de logo e \"splash screen\")" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (ícones de nutrição e adicionar à lista de compras)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (melhorias na " #~ "internacionalização, correções diversas)" #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Mantenedor dede a versão 0.16.0, " #~ "redesenho do site)" #~ msgid "Upgrading database" #~ msgstr "Atualizando banco de dados" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Dependendo do tamanho do seu banco de dados, este pode ser um processo " #~ "intensivo e pode demorar algum tempo. Foi feito backup automático de seus " #~ "dados no caso de algo correr errado." #~ msgid "Paste ingredients" #~ msgstr "Colar ingredientes" #~ msgid "Import from file" #~ msgstr "Importar de um arquivo" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Escolher um arquivo contendo sua lista de ingredientes." #~ msgid "No file selected" #~ msgstr "Nenhum arquivo selecionado" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Nenhum arquivo selecionado, a ação foi cancelada" #~ msgid "" #~ "Please consider making a donation to support our continued effort to fix " #~ "bugs, implement features, and help users!" #~ msgstr "" #~ "Por favor, considere fazer uma doação para apoiar o nosso esforço " #~ "contínuo para corrigir problemas, implementar recursos e ajudar os " #~ "usuários!" #~ msgid "Donate via PayPal" #~ msgstr "Doar via PayPal" #~ msgid "Micro-donate via Flattr" #~ msgstr "Micro-doar via Flattr" #, fuzzy #~ msgid "Donate weekly via Gratipay" #~ msgstr "Doe semanalmente via Gittip" #~ msgid "_Import file" #~ msgstr "_Importar arquivo" #~ msgid "Import _webpage" #~ msgstr "Importar _página web" #~ msgid "Import recipe from webpage" #~ msgstr "Importar receita de página da web" #~ msgid "Open _Trash" #~ msgstr "Abrir _Lixeira" #~ msgid "Archive (zip, tarball)" #~ msgstr "Pacote (zip, tarball)" #~ msgid "Loading zip archive" #~ msgstr "Carregando arquivo ZIP" #~ msgid "Unzipping zip archive" #~ msgstr "Descompactando arquivo ZIP" #~ msgid "Webpage" #~ msgstr "Página Web" #, python-format #~ msgid "Downloading %s" #~ msgstr "Baixando %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Lista de compras para %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Recebendo %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Recebendo arquivo" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Informe a URL do arquivo de receita ou da página de receita." #~ msgid "Enter URL:" #~ msgstr "Entrar com URL:" #~ msgid "Unable to import URL" #~ msgstr "Não é possível importar URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet não tem um plug-in capaz de importar a URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Não foi possível importar a URL %(url)s do mimetype %(type)s. Arquivo " #~ "salvo em local temporário %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Página não reconhecida. Usando importador genérico..." #~ msgid "Import complete." #~ msgstr "Importação completa." #~ msgid "Importing recipe" #~ msgstr "Importando receita" #~ msgid "Processing ingredients" #~ msgstr "Processando ingredientes" #~ msgid "Processing ingredients." #~ msgstr "Processando ingredientes." #~ msgid "" #~ "Gourmet Recipe Manager is a recipe-organizer that allows you to collect, " #~ "search, organize, and browse your recipes. Gourmet can also generate " #~ "shopping lists and calculate nutritional information." #~ msgstr "" #~ "O gestor de receitas Gourmet é uma aplicação que permite coletar, " #~ "pesquisar, organizar e encontrar facilmente as suas receitas. O Gourmet " #~ "também pode gerar listas de compras e calcular informação nutricional." #~ msgid "" #~ "A simple index view allows you to look at all your recipes as a list and " #~ "quickly search through them by ingredient, title, category, cuisine, " #~ "rating, or instructions." #~ msgstr "" #~ "Uma visão simples do índice de suas receitas lhe permite ver todas as " #~ "suas receitas como uma lista e encontrar rapidamente alguma delas por " #~ "ingrediente, título, categoria, culinária, classificação, ou modo de " #~ "preparo." #~ msgid "" #~ "Individual recipes open in their own windows, just like recipe cards " #~ "drawn out of a recipe box. From the recipe card view, you can instantly " #~ "multiply or divide a recipe, and Gourmet will adjust all ingredient " #~ "amounts for you." #~ msgstr "" #~ "Receitas são abertas em suas próprias janelas, cartões tiradas de uma " #~ "caixa de receitas. Da visão do cartão da receita, você pode multiplicar " #~ "ou dividir instantaneamente uma receita, e o Gourmet irá ajustar todas as " #~ "quantidades dos ingredientes." #~ msgid "Gourmet" #~ msgstr "Gourmet" #~ msgid "Recipe Manager" #~ msgstr "Gestor de receitas" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organize as receitas, criar listas de compras, calcular as informações " #~ "nutricionais, e muito mais." #~ msgid "recipes;cooking;nutrition;nutritional information;shopping lists;" #~ msgstr "" #~ "receitas;cozinhar;nutrição;informação nutricional;listas de compras;" #~ msgid "Send to Email" #~ msgstr "Enviar por e-mail" #~ msgid "Email recipes from Gourmet" #~ msgstr "Enviar receitas do Gourmet por e-mail" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Suporte à arquivos Zip, Gzip, e Tarball" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Importar receitas de arquivos ZIP ou TAR" #~ msgid "HTML Export" #~ msgstr "Exportação HTML" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Criar páginas web a partir de receitas." #~ msgid "Webpage import" #~ msgstr "Importação de página web" #~ msgid "Import recipes from the web." #~ msgstr "Importar receitas da web." #~ msgid "Website Importers" #~ msgstr "Importadores de websites" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Importadores para o about.com, www.foodnetwork.com, e outros" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Selecione o texto base da receita e categorize partes dele rotulando-" #~ "os com as partes da receita que eles pertencem (as partes da receita " #~ "ficam na direita)." #~ msgid "_Raw recipe:" #~ msgstr "Texto _base da receita:" #~ msgid "_Label" #~ msgstr "_Rótulo" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Começar nova receita (use isto se o arquivo que você está importando " #~ "contém mais de uma receita)" #~ msgid "Select recipe image" #~ msgstr "Selecione a imagem da receita" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Selecionar imagem para receita \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Abaixo estão imagens encontradas na página que você está importando. " #~ "Selecione quaisquer imagens que sejam da receita ou não selecione nada se " #~ "você não quiser nenhuma destas imagens." #~ msgid "Python Shell" #~ msgstr "Shell do Python" #~ msgid "_Python Console" #~ msgstr "Console _Python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "Exibir console python (fornece acesso a instância atual do Gourmet)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gerenciador de receitas Gourmet inicializando..." #~ msgid "Starting gourmet..." #~ msgstr "Iniciando gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Você acaba de mover %s receita para a lixeira. Você pode recuperar essa " #~ "receita ou apagá-la definitivamente a qualquer momento clicando em " #~ "Ferramentas->Abrir lixeira." #~ msgstr[1] "" #~ "Você acaba de mover %s receitas para a lixeira. Você pode recuperar essas " #~ "receitas ou apagá-las definitivamente a qualquer momento clicando em " #~ "Ferramentas->Abrir lixeira." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Para imprimir, ative um plugin que permita a impressão, como o " #~ "'Exportação Impressa & em PDF'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Bem, isso é embaraçoso. Algo deu errado ao imprimir a sua receita." #~ msgid "Unable to open URL" #~ msgstr "Impossível de abrir URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Não foi possível executar o programa de e-mail." #~ msgid "Unable to open website." #~ msgstr "Não foi possível abrir a página." #~ msgid "Unable to open file." #~ msgstr "Não foi possível abrir o arquivo." #~ msgid "There was an error launching the url: %s" #~ msgstr "Existe um erro ao tentar abrir a url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Tempo deve iniciar com um número ou fração seguido por uma unidade " #~ "(minutos, horas, etc.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Tempo deve ser expresso em horas, minutos, segundos, etc." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Não foi possível interpretar %s como medida de rendimento" #~ msgid "cancelled" #~ msgstr "cancelado" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Você requisitou o fechamento de uma janela com um temporizador ativo. " #~ "Você pode optar por parar o temporizador, ou simplesmente fechar a " #~ "janela. Se você apenas fechar a janela, ela reaparecerá quando o " #~ "temporizador chegar ao tempo limite." #~ msgid "A file named %s already exists." #~ msgstr "Um arquivo com %s já existe" #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Gostaria de substituir por este que está salvando?" #~ msgid "Importing old recipe data" #~ msgstr "Importando dados de receitas antigas" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importando dados da receita de uma versão anterior do Gourmet na nova " #~ "base de dados." #~ msgid "Export succeeded" #~ msgstr "Sucesso na exportação" #~ msgid "webpage" #~ msgstr "página web" #~ msgid "Exported %s to %s" #~ msgstr "Exportado %s para %s" #~ msgid "%s stopped." #~ msgstr "%s parado." #~ msgid "%s was interrupted by user request." #~ msgstr "%s foi interrompido por solicitação do usuário" #~ msgid "%s interrupted" #~ msgstr "%s interrompido" #~ msgid "There was an error during %s." #~ msgstr "Houve um erro durante %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Excuindo receitas do Banco de dados...(%s de %s excluidas)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Receita %s apagada" #~ msgstr[1] "Receitas %s apagadas" #~ msgid "Export complete!" #~ msgstr "Exportação completa!" #~ msgid "Recipe exported to %s" #~ msgstr "Receitas exportadas para %s" #~ msgid "Database format has changed" #~ msgstr "Formato de banco de dados foi alterado" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s alterou o formato de sua base de dados. Sua base " #~ "de dados não mais funcionará com as versões mais antigas do %(progname)s. " #~ "Uma cópia de segurança foi salva em %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Em caso algo der errado, uma cópia de backup do banco de dados da receita " #~ "está sendo exportado para %s" #~ msgid "Transferring data to new database format" #~ msgstr "Transferindo dados para o novo formato de banco de dados" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Importe/Exporte" gourmand-1.2.0/po/ro.po000066400000000000000000003061701510115424500147310ustar00rootroot00000000000000# Romanian translation for grecipe-manager # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2011-03-13 08:16+0000\n" "Last-Translator: Bădilă Alin-Petrişor \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n % 100 > 19) || ((n % 100 " "== 0) && (n != 0))) ? 2: 1));\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Reteta _Noua" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Adăugați în li_sta de cumpărături" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Fişier" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detalii" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Administrator rețete culinare Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Ș_tergere rețeta" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Ștergeți rețetele selectate" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Reteta _Noua" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Administrator rețete culinare Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Lista cumparaturi" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Editează" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Ajutor" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Du-te" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Adăugați în li_sta de cumpărături" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Importul oprit momentan" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Opriți importul" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "_Index reţete" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Lista de cumpărături" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Bădilă Alin-Petrişor https://launchpad.net/~demon981\n" " Claudia Cotună https://launchpad.net/~special4ti\n" " Memo https://launchpad.net/~memo-cj-ro\n" " Paperkite https://launchpad.net/~ub2l\n" " SERGUY https://launchpad.net/~serguy-the-seeker" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Coș de gunoi" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Ștergeți rețetele selectate" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importul oprit momentan" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "Ș_tergere rețeta" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Acțiuni" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Coș de gunoi" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Despre" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "Unelte" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Cronometru" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "_Index reţete" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Niciunul" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Convertor _unitati de masura" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Fişier" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Administrator rețete culinare Gourmet" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organizați rețete culinare, creați liste de cumpărături, calculați " #~ "informații nutriționale și altele." #~ msgid "Importing old recipe data" #~ msgstr "Se încarcă reţete existente" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Se importă reţete dintr-o versiune anterioară Gourmet în noua bază de " #~ "date." gourmand-1.2.0/po/ru.po000066400000000000000000004405551510115424500147450ustar00rootroot00000000000000# Russian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-08-27 07:16+0000\n" "Last-Translator: Beatrix Kiddo \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Индекс рецепта" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "Новый рецепт" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Добавить в список покупок" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Посмотреть рецепт" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Поиск:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Поиск рецептов по мере ввода" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "в" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Поиск по другим критериям, в текущих результатах поиска." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Добавить критерий поиска" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Ограничить поиск по:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Р_езультаты поиска" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Добавить _изображение" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Удалить изображение" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "Источник:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "О_ценка:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Кухня" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "Категория:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "Время подготовки" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Время готовки" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "Веб-страница" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Изображение:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Мера Выхода" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Установить все значения для_ всех выбранных рецептов" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (хранится в локальном файле)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (требует соединения с базой данных)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Выберите базу данных" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Выберите систему базы данных для использования в Gourmet" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "Система базы _данных" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Хост:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "Имя _пользователя:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "Пароль" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Пароль к вашему логину в базе данных" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Имя базы данных" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Файл" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Имя узла системы, где расположен ваш сервер базы данных. Если сервер базы " "данных находится на локальной системе, используйте localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Сохранить пароль. Это значит, что пароль будет храниться небезопасно в вашем " "конфигурационном файле." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "Сохранить пароль" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Имя базы данных, в которой Gourmet должен хранить информацию. Gourmet " "попытается создать базу с таким именем, если она еще не существует." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "рецепт" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Ваш логин в базе данных" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "Просмотр" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "Свойства" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Менеджер рецептов Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Показать таймер" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "Количество рецептов на страницу" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Разрешить менять величины измерения во время умножения" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Что должен делать Gourmet с необязательными ингридиентами при добавлении " "рецептов в список покупок? " #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "Всегда добавлять необязательные ингридиенты" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "Никогда не добавлять необязательные ингридиенты" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Список покупок" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Заголовок" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "Заголовок" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "Время подготовки" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "категории" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "оценка" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Порций" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Мера Выхода" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Изменить описание" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Время готовки:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Время подготовки:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Кухняe:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Категория:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Веб-страница:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Ссылка" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Источник:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Оценка:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "Умножить на:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Инструкции" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Изменить инструкции" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Примечания" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Изменить примечания" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Рецепт" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ингредиенты" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Изменить ингредиенты" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Добавить ингредиент" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Продукты" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Добавить рецепт в список покупок" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Добавить в список покупок" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Удалить выбранный рецепт" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Удалить рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Открыть выбранный рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Выбрать рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Категория" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Ключ" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Поиск в процессе набора" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Таймер" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Величина:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "единица" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "Единица _измерения:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Информация о каллориях" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Менеджер рецептов Gourmet" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Копирайт (c) 2004,2005,2006,2007,2008,2009,2010,2011 Thomas M. Hinkle. GNU " "GPL v2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Менеджер Рецептов Гурман это приложения для сбора, сортировки и поиска " "кулинарных рецептов. Также Гурман позволяет с легкостью создать лист покупок " "для нужных рецептов. Гурман может импортировать рецепты из многих " "источников, включая архивы MealMaster и MasterCook а так же несколько " "популярных веб-сайтов. Гурман может экспортировать рецепты как текст, файлы " "MealMaster, HTML страницы и специальный XML формат для обмена с другими " "пользователями Гурмана. Гурман поддерживает привязку изображений к рецепту, " "и кроме этого может подсчитать пищевую информацию для рецепта, основываясь " "на ингредиентах." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Выбрать файл базы данных" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Новый Рецепт" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Имя базы данных" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Подробности" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Изменить категорию" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Создать новую категорию" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Сменить категорию выбранного элемента" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Кладовка" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Перенести в список _покупок" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Отправить в кладовку" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Удалить из списка покупок" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Переместить выбранный элемент в %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Список покупок" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Уже есть (_Товары в буфете )" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Введите категорию" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Категория для добавления %s в" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Категория:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Рецепты" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Добавить элементы:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Удалить рецепты" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Удалить рецепты из списка покупок" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Правка" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Справка" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Добавить элементы" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Добавить элементы в список покупок" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Нет выделенных рецептов. Вы хотите очистить весь список?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Сохранить Лист Покупок Как..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Выбрать необязательные ингридиенты" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Пожалуйста укажите, какие из следующих необязательных ингредиентов вы хотели " "бы добавить в лист покупок." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Рецепт" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Перейти" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Экспортировать рецепт" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Экспортировать выбранный рецепт (сохранить в файл)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Удалить рецепт" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Удалить этот рецепт" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Корректировать единицы измерения при умножении" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "При умножении изменить единицы измерения на более читаемые" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Печать рецепта" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Добавить в список покупок" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Прежде, чем добавить в список покупок, спросить обо всех дополнительных " "компонентах, даже о тех которые Вы ранее помнили." #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Экспортировать рецепт" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Имеются несохраненные изменения" #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "применить изменения перед печатью?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "применить изменения перед печатью?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "Необязательный" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "невозможно найти рецепт %s в базе данных" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Редактировать Рецепт:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Сохранить правки в базе данных" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Просмотр карточки рецепта" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Редактировать" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Сохранить изменения в %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Добавить ингридиент" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Добавить группу" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Добавить _рецепт" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Добавить другой рецепт как ингридиент в этот рецепт" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Удалить" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Вверх" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Вниз" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Описание" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Приготовление" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "&Заметки" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Кол-во" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Единицы измерения" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Элемент" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Дополнительно" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Рецепт %s (ID %s) не содержиться в базе данных." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Сконвертировано: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Не изменено: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Изменена еденица." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Вы изменили единицу для %(item)s с %(old)s на %(new)s. Желаете ли вы " "переконвертировать количество?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "переведено из %(old_amt)s %(old_unit)s в %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Невозможно перевести из %(old_unit)s в %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Добавить группу ингредиентов" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Введите имя для новой подгруппы ингредиентов" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Имя группы:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Выбрать рецепт" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Рецепт не может использовать сам себя как ингредиент!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Бесконечные рекурсии недопустимы в рецепте!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Не выделено ни одного рецепта!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Рецепты" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Звук Звонка" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Звук Предупреждения" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Звук Ошибки" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Остановить таймер?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Остановить _таймер" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Продолжить отсчет" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Модули" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Управление модулями с дополнительными возможностями к Gourmet" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Плагин необходим для работы других плагинов. Все равно отключить плагин?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Следующие плагины требуют %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Отключить в любом случае" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Активировать плагин" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "или" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Ошибка при активации плагина" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Ошибка при отключении плагина" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Кухня" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Рейтинг" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Источник" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Веб-сайт" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Время подготовки" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Время приготовления" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Варианты" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "ошибка ввода" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Нет номера" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Пауза" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Остановить" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Больше не спрашивать об этом." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Вы действительно хотите это сделать?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "превосходный" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "отличный" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "хороший" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "чистый" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "скудный" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Конвертировать рейтинг в 5 звезд" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Конвертировать рейтинг" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Пожалуйста оцените рейтинг по шкале от 1 до 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Текущий рейтинг" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Рейтинг из 5 звезд" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Выберите тип файла" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "Ппостите, Я не могу понять величину \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Величины должны быть числами (обыкновенными или десятичными дробями), серией " "цифр, или пустыми." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "\"Единицы\" должна содержать только \"Единицы\" \n" "Например, если вы хотите ввести полторы чашки,\n" "поле количество должно содержать \"1.5\" или \"1 1/2\". \"чашек\"\n" "дожно быть отдельно в поле \"единицы\".\n" "\n" "Для ввода диапозона чисел используйте \"-\" для их разделения.\n" "Например, вы можете ввести 2-4 или 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "Имя _пользователя:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "Пароль" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "Мука, на все нужды" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "сахар" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "соль" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "Перец черный молотый" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "лёд" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "вода" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "Растительное Масло" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "Оливковое Масло" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Неизвестно" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Рецепт требует себя в качестве ингридиента" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ингридиент %s будет проигнорирован." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Лист Покупок Для %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Для Следующих рецептов:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Для Следующих рецептов:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Выберите кодировку" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Невозможно опредлелить кодировку. Пожалуйста выберите правильную кодировку " "списка." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Просмотр _файла в кодировке" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Импорт приостановлен" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Остановить импорт" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Список рецептов" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Список покупок" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Aleksey Slabchenko https://launchpad.net/~alexslabchenko\n" " Alexandr Boyko https://launchpad.net/~pereklychatel\n" " Andrey Yegozov https://launchpad.net/~ye\n" " Anton Bondarenko https://launchpad.net/~bond-anton\n" " Artiom https://launchpad.net/~ar-molchanov\n" " Beatrix Kiddo https://launchpad.net/~mashksharn\n" " Eugene Marshal https://launchpad.net/~lowrider\n" " Kotik https://launchpad.net/~kotikg\n" " Mikhail Kashkin https://launchpad.net/~mkashkin\n" " Novichkov Alexander https://launchpad.net/~berkut\n" " Oleg Koptev https://launchpad.net/~koptev-oleg\n" " Omega9 https://launchpad.net/~nullnine\n" " Peshko Fedor https://launchpad.net/~pfv\n" " Rashid Aliyev https://launchpad.net/~rashid\n" " Registry Administrators https://launchpad.net/~registry\n" " Rogowsky Alexander https://launchpad.net/~rogowsky.a\n" " Sergei Medvedev https://launchpad.net/~smedvedeff\n" " Strekalov Aleksandr https://launchpad.net/~strekalov-list-" "deactivatedaccount\n" " Veski https://launchpad.net/~tut-hlam\n" " Vladimir Doroshenko https://launchpad.net/~vovktt\n" " lansio https://launchpad.net/~aspost\n" " maynich https://launchpad.net/~maynichev\n" " nikolay.olyunin@gmail.com https://launchpad.net/~nikolay-olyunin\n" " Рей https://launchpad.net/~ray-no-gay" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Сохранен" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Сохранить изменения для %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Импорт в процессе" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Экпорт в процессе" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Удаление в процессе" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Выйти из программы?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Не выходить" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s рецептов из %s безвозвратно удалены" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Корзина" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Посмотреть, удалить или восстановить удалённые рецепты" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Восстановленные рецепты " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Количество %(unit)s из %(title)s нужное для покупуи" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Различные %s благодаря:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Установить %(attributes)s для %(num)s выбранного рецепта?" msgstr[1] "Установить %(attributes)s для %(num)s выбранных рецептов?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Существующие значения не будут изменены." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Новые значения заместят предыдущие" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Это изменение не может быть отменено" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Установить значения для выбранных рецептов" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Поиск рецептов" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Открыть рецепт" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Открыть выбранный рецепт" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Удалить рецепт" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Удалить выбранные рецепты" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Редактировать рецепт" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Открыть выбранные рецепты в редакторе рецептов" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "_Экспортировать рецепты" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Экспортировать выбранные рецепты в файл" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Печать" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "рецепты" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Пакетное _редактирование рецептов" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Новый" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Импортировать рецепт" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Импортировать рецепт из файла" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s рецепт" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Экспортировать _все рецепты" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Экспортировать все рецепты в файл" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "В_ыйти" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Действия" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Корзина" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Настройки" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Модули" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Управление модулями с дополнительными возможностями к Gourmet" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Настройки" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "О программе" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Инструменты" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "Таймер" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Показать таймер" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Индекс для поиска рецептов в базе данных" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Удалить %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Имеются несохраненные изменения в %s. Вы действительно желаете удалить?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Удалено" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Без названия" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Удалить рецепты навсегда?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Удалить рецепт навсегда?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Вы и правда хотите удалить рецепт %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Вы действительно хотите удалить перечисленные рецепты?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Вы действительно хотите удалить все отмеченные рецепты (%s шт.)?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Посмотреть рецепты" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Удалить рецепты" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Индекс рецепта" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Удален рецепт %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Готово!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Импортируется..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Редактор ключевых ингридиентов" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Пакетное редактирование ключевых ингридиентов" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "ключ" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "элемент" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Поле" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Значение" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Количество" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Изменить все ключи %s на %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Изменить вс элементы %s на %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Вы не сможете отменить это действие. Если уже существуют ингредиенты с " "ключом \"%s\", вы не сможете разделить пункты которые были раньше и пункты " "которые вы измените сейчас." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Изменить _все примеры \"%(unit)s\" на \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Изменить \"%(unit)s\" на \"%(text)s\" только для _ингредиентов \"%(item)s\" " "с ключом \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Изменить _все примеры \"%(amount)s\" \"%(text)s\" на %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Изменить \"%(amount)s\" %(unit)s на \"%(text)s\" %(unit)s только там, _где " "ингредиенты с ключом %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Изменить \"%(amount)s\" %(unit)s на \"%(text)s\" %(unit)s только для " "ингредиентов с ключом %(key)s _и там где пункты равны %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Изменить все выделенные строки" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Это действие не может быть невыполненно. Вы уверены что для всех %s " "выделенных рядов, вы хотите выставить следующие значения:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Ключ для %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Элемент для %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Еденица для %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Количество для %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ингредиент" msgstr[1] "%s ингредиенты" msgstr[2] "%s ингредиенты" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Показать ингредиенты %(bottom)s для %(top)s для %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Сумма" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "ключевые ингридиенты" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ключевые ингридиенты это нормализованные названия используемые в списках " "закупок и для расчётов" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Отредактировать ассоциации ключей" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Отредактировать ассоциации ключа и других атрибутов в базе данных" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Категория покупок" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Отображать единицы измерения в рецептах как написано (без изменений)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Всегда показывать в американских единицах" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Всегда отображать в метрической системе" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Автоматически корректировать единицы измерения" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Установка предпочтений по единицам измерения" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Автоматически, где возможно, переводить единицы измерения в предпочитаемую " "систему (метрическую, имперскую, и т.п.)" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Звёздочки" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s назад" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Автообъединение рецептов" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Всегда использовать более новый рецепт" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Всегда использовать более старый рецепт" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Нет" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Некоторые из импортированных рецептов дублируются в базе данных. Вы можете " "объединить эти рецепты или закрыть этот диалог чтобы оставить все как есть." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Поиск _дупликатов рецептов" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Поиск и удаление дупликатов рецептов" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Для каждго выбранного значения" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Где %(field)s в %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Изменение затронет %s рецепт" msgstr[1] "Изменение затронет %s рецепта" msgstr[2] "Изменение затронет %s рецептов" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Удалить %s там где есть %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Сменить %s с %s на %s ?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Это изменение невозможно отменить." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Редактор Атрибутов" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Редактировать атрибуты в нескольких рецептах одновременно." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Электронная почта для рецептов:" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Отправить по электронной почте выбранные рецепты (или все рецепты если не " "выбрано не одного рецепта)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Отправить все %s выбранных рецептов по электронной почте?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Да, отправить" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Невозможно конвертировать %s в %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Требуется инофрмация о концентрации" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Конвертор величин" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Перевести едниницы измерения" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Преобразование величин" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Из" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "Ингредиент" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Плотность_информации" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "В" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "Результат:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "веб-страница HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Экспортировать в Веб-страницу" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Экпортировать рецепты в HTML файлы в директорию %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Рецепты сохранены как HTML файлы %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Оригинальная Страница от %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "необязательный" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Экспортировать в Веб-страницу" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Экпортировать рецепты в HTML файлы в директорию %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Рецепты сохранены как HTML файлы %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Простой текстовый файл" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Экспорт в текст" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Экспорт рецептов в текстовый файл %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "рецепты сохранены в текстовый файл %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Большой Файл" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Файл %s очень большой для импорта" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Ваш файл превышает максимальную длину %s символов. Вы вероятно не хотели его " "импортировать. Если Вы действительно хотите импортировать этот файл, " "используйте редактора текста, чтобы разделить его на меньшие файлы и " "попытаться импортировать снова." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Файл Гурман XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Экспорт в Гурман XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Экспортируются рецепты в файл Гурман XML %(file)s" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Рецепты сохранены как файл Гурман XML %(file)s" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML файл (Устаревший)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML файл" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook текстовый файл" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "импорт из MasterCook завершен" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Чистка XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML файл" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Формат страницы" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Печать Рецептов" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Экспорт в PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Экпортируются рецепты в файл PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Рецепт сохранен как файл PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "см." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "пункты" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Учетная Карточка (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Учетная Карточка (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Учетная Карточка (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Учетная Карточка (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Letter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Учетная Карточка (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Учетная Карточка (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Учетная Карточка (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Простой" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Столбец" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Столбец" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Столбец" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Столбец" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Столбец" msgstr[1] "%s Столбцы" msgstr[2] "%s Столбцы" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Книжная" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Альбомная" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "_Размер Бумаги" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Ориентация" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Схема _Страницы" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Размер _Шрифта" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Левый Отступ" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Правый Отступ" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Верхний Отступ" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Нижний Отступ" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "файл MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Экспорт в MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Экпортируются рецепты в файлы MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Рецепты сохранены как MealMaster файлы %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "порции" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Большой Файл" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Экспорт" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Экспортируются рецепты в файл Гурман XML %(file)s" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Рецепты сохранены как файл Гурман XML %(file)s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Сохранить список покупок" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Сохранить список как рецепт" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Сохранить список покупок как рецепт для дальнейшего использования" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Меню" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Информация о каллорийности для всего рецепта" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Информация о каллорийности отсутствует для %s компонентов: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Любая группа еды" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "выделение" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Изменить еденицу для %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Для того, чтобы подсчитать пищевую информацию, Гурману необходимо помочь " "переконвертировать \"%s\" в единицы, которые он понимает." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Изменить ключ ингридиента" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Изменить ключ ингредиента с %(old_key)s на %(new_key)s для всех или только в " "рецепте %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Изменить_везде" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Только в рецепте %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Изменить единицу" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Изменить единицу из %(old_unit)s в %(new_unit)s для всех ингредиентов " "%(ingkey)s или только в рецепте %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Для того, чтобы подсчитать пищевую информацию для \"%(amount)s %(unit)s " "%(ingkey)s\", Гурману необходимо знать концентрацию. Эта база данных пищевой " "информации содержит несколько вариантов плотности для данного продукта. " "Пожалуйста, выберите верный из предложенных." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Для подсчета диетической информации Гурману нужны правильные количество и " "единица." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Каллорийность" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ингредиент" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Эквивалент базы данных USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 граммов" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Калории" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Всего Жиров" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Насыщенных Жиров" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Холестерин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Соль" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Всего Углеводов" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Клетчатка" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Сахар" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Белок" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Альфа-каротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Поташ" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Бета-каротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Бета Криптоксантин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Кальций" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Медь" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Всего Фолатома" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Фолиевая кислота" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Пищевой Фолатом" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Диетичейский эквивалент фолатома" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Железо" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Ликопин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Лютеин+Зексантин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Магний" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Марганец" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Никотиновая кислота" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Пантотеновая кислота" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Фосфор" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Калий" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Витамин А" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Ретинол" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Рибофлавин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Селен" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Тиамин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Витамин А (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Витамин А (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Витамин B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Витамин B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Витамин C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Витамин E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Витамин К" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Цинк" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Витамины и минералы" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "отсутсвующая пищевая информация\n" "для %(missing)s за %(total)s ингридиентов." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Дневная Норма" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Процент от рекомендуемого значения ежедневной нормы в %i калорий в день. " "Нажмите для того, чтобы изменить количество калорий в день." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Количество на %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Количество на рецепт" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Загружается Пищевая Информация" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Импорт диетной базы данных завершен!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Извлечение пищевой базы данных из zip архива %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Извлечение %s из zip архива." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Анализ пищевой информации..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Чтение пищевой информации: Импорт %s из %s записей." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Анализ весовой информации..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Чтение весовой информации для пищевых единиц : Импорт %s из %s записей." #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Вода" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Килокалорий" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "граммов белка" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "граммов липида" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "граммов поташа" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "граммов углеводов" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "граммов грубых волокон" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "граммов сахара" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "миллиграммов кальция" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "миллиграммов железа" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "миллиграммов магния" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "миллиграммов фосфора" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "миллиграммов калия" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "миллиграммов натрия" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "миллиграммов цинка" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "миллиграммов меди" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "миллиграммов марганца" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "микрограмм селена" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "миллиграммов витамина с" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "миллиграммов тиамина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "миллиграммов рибофлавина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "миллиграммов никотиновой кислоты" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "миллиграммов пантотеновой кислоты" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "миллиграммов витамина B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "Всего микрограммов Фолата" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "Микрограммов Фолиевой кислоты" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "Микрограммов пищевого фолата" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "микрограммов диетического эквивалента фолата" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "миллиграммов витамина B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "витамина A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Витамина А (миллиграммов RAE)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "микрограммов Ретинола" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "микрограммов Альфа-каротина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "микрограммов Бета-каротина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "микрограммов Бета Криптоксантина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "Микрограммов Ликопина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "Микрограммов Лютеина+Зезантина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "миллиграммов Витамина E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "миллиграммов Витамина К" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "граммов Насыщенных жирных кислот" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "граммов Мононасыщенных жирных кислот" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "граммов Полинасыщенных жирных кислот" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "миллиграммов Холестерина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Процент отходов" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Молочные и Яичные Продукты" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Специи и Зелень" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Детское Питание" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Жиры и Масла" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Домашняя птица" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Супы и Соусы" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Колбасы и Бутербродное мясо" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Хлеб для завтрака" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Фрукты и Фруктовые Соки" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Свинина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Овощи" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Орехи и Семечки" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Говядина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Напитки" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Рыба и Морепродукты" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Бобовые" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Баранина, Телятина и Дичь" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Печеные Продукты" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Сладкое" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Крупы и Макаронные изделия" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Фастфуд" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Еда, Закуски и Блюда" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Закуски" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Национальная Пища" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "всю базу данных" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ключ ингридиента" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA описание пункта" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Инструменты" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Получить информацию о каллорийности для текущего списка" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Количество для Списка Покупок" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "звезды" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Экспортированно %(number)s из %(total)s рецептов" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Экспорт завершён." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Включить рецепт в текст письма (универсальный вариант)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Отправить рецепт как приложенный html-файл" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "отправить рецепт по электронной почте как PDF вложение" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Настройки e-mail" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Отправлять e-mail без лишних вопросов" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Письмо не отправлено" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Вы не выбрали, включить рецепт в тело письма или прикрепить как вложение." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Сохранить рецепт как..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Гурман не может экспортировать файл типа \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Экспорт рецептов" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "рецепты" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Невозможно экспортировать: Неизвестный тип файла \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Пожалуйста, проверьте, что выбран верный тип файла в выпадающем меню при " "сохранении." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Экспорт" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Ошибка печати: нет активных плагинов печати" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Печать %s рецепта" msgstr[1] "Печать %s рецепты" msgstr[2] "Печать %s рецептов" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "порций" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Открыть рецепт..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Введите адрес сайта" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Варианты" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Введите адрес сайта или архива с рецептами" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Импорт" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Все возможные для импорта файлы" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Импортированно %s рецептов." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "порции" msgstr[1] "порций" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Импортированно %s из %s рецептов." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "Ок" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Персоны" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Подгруппа ингридиентов" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Скрыть" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Текст" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Действия" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Импортировать рецепт" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Очистить _метки" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Импортировать рецепт" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "везде" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "название" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "продукт" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "приготовление" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "комментарии" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "кухня" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "сырье" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Использовать регулярные выражения в поиске" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Использовать регулярные выражения (специальный поисковый язык) в текстовом " "поиске" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Поиск в процессе набора (отключить если поиск слишком медленный)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Показать _опции поиска" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Показать дополнительные опции поиска" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s рецепт" msgstr[1] "%s рецепты" msgstr[2] "%s рецептов" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Показать рецепты %(bottom)s в %(top)s из %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s в %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Приостановлено" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Приостановить" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Готово" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Ошибка: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Ошибка" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Ошибка %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Traceback" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "секунда" msgstr[1] "секунд" msgstr[2] "секунды" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "мин" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "минута" msgstr[1] "минуты" msgstr[2] "минут" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "ч" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "час" msgstr[1] "часа" msgstr[2] "часов" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "день" msgstr[1] "дня" msgstr[2] "дней" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "неделя" msgstr[1] "недели" msgstr[2] "недель" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "месяц" msgstr[1] "месяца" msgstr[2] "месяцев" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "год" msgstr[1] "года" msgstr[2] "лет" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " и " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "и" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "до" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Экспорт в PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Убедитесь, что текст в файлах написан на Unicode-16" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Помощь при портировании на Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Установщик для Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (Совершенствование интерфейса конвертера)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (Совершенствование экпорта в Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (логотип и экран-заставка)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (пищевые и добавть-в -лист-покупок иконки)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (Совершенствование " #~ "интернационализации, множественные исправления )" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Бернхард Райтер (Bernhard Reiter) (поддержка версии " #~ "для Windows и изменение дизайна веб-сайта)" #~ msgid "Upgrading database" #~ msgstr "Oбновление базы данных" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "В зависимости от размера Вашей базы данных это может занять время. Ваши " #~ "данные были автоматически сохранены, в случае, если что-то пойдет не так " #~ "база данных восстановится." #~ msgid "Paste ingredients" #~ msgstr "Вставить ингридиенты" #~ msgid "Import from file" #~ msgstr "Импортировать из файла" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Выберите файл содержащий ваш список ингредиентов" #~ msgid "No file selected" #~ msgstr "Файл не выбран" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Файл не выбран, действие отменено" #~ msgid "_Import file" #~ msgstr "Импортировать файл" #~ msgid "Import _webpage" #~ msgstr "Импортировать веб-страницу" #~ msgid "Import recipe from webpage" #~ msgstr "Импортировать рецепт из веб-страницы" #~ msgid "Open _Trash" #~ msgstr "Открыть корзину" #~ msgid "Loading zip archive" #~ msgstr "Загрузка zip архива" #~ msgid "Unzipping zip archive" #~ msgstr "Распаковка zip архива" #~ msgid "Webpage" #~ msgstr "Вебстраница" #, python-format #~ msgid "Downloading %s" #~ msgstr "Загрузка %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Лист Покупок Для %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Восстановление %s" #~ msgid "ml" #~ msgstr "мл" #~ msgid "Retrieving file" #~ msgstr "Восстановление файла" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Введите URL: рархива рецептов или сайта рецептов." #~ msgid "Enter URL:" #~ msgstr "Введите URL:" #~ msgid "Unable to import URL" #~ msgstr "Не могу импортировать URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Нет плагина способного импортировать URL" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Не распознавать эту веб-страницу. использовать стандартный мастер " #~ "импорта..." #~ msgid "Import complete." #~ msgstr "Импорт завершен" #~ msgid "Importing recipe" #~ msgstr "Импорт рецепта" #~ msgid "Processing ingredients" #~ msgstr "Обработка ингредиентов" #~ msgid "Processing ingredients." #~ msgstr "Обработка ингредиентов." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Файл Гурман XML" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Менеджер рецептов Gourmet" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Управляйте своими рецепты, создавайте списки покупок, расчитывайте " #~ "информацию о питательной ценности продуктов и т.д." #~ msgid "_Label" #~ msgstr "Метка" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Начать новый рецепт (используйте эту оптцию, если файл, который вы " #~ "загрузили, содержит больше одного рецепта)" #~ msgid "Select recipe image" #~ msgstr "Выбор изображения рецепта" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Выбрать картинку для рецепта \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Ниже приведены все найденные изображения на этой импортируемой странице . " #~ "Выберите любые изображения для рецепта, или не выбирайте ничего если не " #~ "хотите использовать ни одну из них." #~ msgid "_Python Console" #~ msgstr "Консоль _Python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Показать консоль python (обеспечивает доступ к текущему запуску gourmet)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Менеджер рецептов Gourmet запускается..." #~ msgid "Starting gourmet..." #~ msgstr "Запускается Gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Вы только что отправили рецепт %s в корзину. Вы можете восстановить этот " #~ "рецепт или окончательно удалить его в любой момент при помощи меню " #~ "«Инструменты -> Открыть корзину»." #~ msgstr[1] "" #~ "Вы только что отправили рецепты %s в корзину. Вы можете восстановить этот " #~ "рецепт или окончательно удалить его в любой момент при помощи меню " #~ "«Инструменты -> Открыть корзину»." #~ msgstr[2] "" #~ "Вы только что отправили рецепты %s в корзину. Вы можете восстановить этот " #~ "рецепт или окончательно удалить его в любой момент при помощи меню " #~ "«Инструменты -> Открыть корзину»." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Чтобы напечатать, подключите плагин, который обеспечивает поддержку " #~ "печати, такой как 'Печать & экспорт вPDF'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Что-то пошло не так при печати вашего рецепта." #~ msgid "Unable to open URL" #~ msgstr "Не удаётся открыть URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Невозможно запустить почтовый ридер" #~ msgid "Unable to open website." #~ msgstr "Не удается открыть сайт" #~ msgid "Unable to open file." #~ msgstr "Невозможно открыть файл." #~ msgid "There was an error launching the url: %s" #~ msgstr "Ошибка при обращении по адресу: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Время должно начинаться с числа дроби и заканчиваться еденицей измерения " #~ "(минуты, часы и т.д.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Время должно быть выражено в часах, минутах, секундах и т.д." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "%s не имеет смысла как количество порций" #~ msgid "cancelled" #~ msgstr "отменено" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Вы хотите закрыть окно с активным таймером. Вы можете остановить таймер " #~ "или просто закрыть окно. Если просто его закрыть, оно появиться снова, " #~ "когда выйдет время таймера." #~ msgid "_Servings" #~ msgstr "Порции" #~ msgid "A file named %s already exists." #~ msgstr "Файл с именем %s уже существует" #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Вы хотите заменить его на новый?" #~ msgid "Importing old recipe data" #~ msgstr "Импорт старой базы рецептов" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "Импорт базы рецептов из предыдущей версии Гурмана в новую базу." #~ msgid "Export succeeded" #~ msgstr "Экспорт выполнен" #~ msgid "webpage" #~ msgstr "веб-сайт" #~ msgid "Exported %s to %s" #~ msgstr "Экспорт %s в %s" #~ msgid "%s stopped." #~ msgstr "%s остановлен." #~ msgid "%s was interrupted by user request." #~ msgstr "%s было прервано по запросу пользователя." #~ msgid "%s interrupted" #~ msgstr "%s прерван" #~ msgid "There was an error during %s." #~ msgstr "Возникла ошибка во время %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Удаление рецептов из базы данных... (%s из %s удалено)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Удален %s рецепт" #~ msgstr[1] "Удалены %s рецепты" #~ msgstr[2] "Удалено %s рецептов" #~ msgid "Export complete!" #~ msgstr "Экспорт окончен" #~ msgid "Recipe exported to %s" #~ msgstr "Рецепт экспортирован в %s" #~ msgid "Database format has changed" #~ msgstr "Формат базы данных изменился" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s изменился формат базы данных. Ваша база данных " #~ "больше не будет работать в старых версиях программы. Архивная копия " #~ "сохранена в %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "В случае, если что-то идет не так, резервная копия Вашей базы данных " #~ "рецептов сохраняется в %s" #~ msgid "Transferring data to new database format" #~ msgstr "Перенос данных в базу данных нового формата" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Импорт/Экспорт" gourmand-1.2.0/po/sk.po000066400000000000000000003712641510115424500147340ustar00rootroot00000000000000# Slovak translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-10-26 16:23+0000\n" "Last-Translator: Eduard Hummel <22edel22@gmail.com>\n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" "X-Language: sk_SK\n" "X-Source-Language: C\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nový recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Pridať do _nákupného zoznamu" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Jednotka výnosu" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Súbor" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detaily" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Správca receptov Gourmet" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Zobraziť časovač" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Nákupný zoznam" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Názov" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategóriách" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Výnos" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Jednotka výnosu" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Prísady" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Odstrániť recept" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Otvoriť vybraný recept" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Vybrať recept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategória" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Kľúč" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Vyhľadávať v priebehu písania" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Minútky" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "jednotka" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Nutričné hodnoty" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Správca receptov Gourmet" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gourmet správca receptov je aplikácia pre ukladanie, orgranizovanie a " "vyhľadávanie receptov. Gourmet tiež dokáže jednoducho vytvárať nákupné " "zoznamy z receptov. gourmet vie importovať recepty z rôznych zdrojov ako sú " "MealMaster a MasterCook archívy, alebo niektoré populárne webové stránky. " "Gourmet dokáže exportovať recepty ako text, MealMaster súbory, HTML stránky " "a vlastný XML formáte pre výmenu receptov s ostatnými používateľmi Gourmetu. " "Gourmet podporuje pridávanie obrázkov k receptom. Tiež dokáže vypočítať " "nutričné hodnoty pre recept na základe prísad." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Vybrať súbor s databázou" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nový recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detaily" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Pre istotu bola v %s vytvorená záloha. V prípade problémov s povýšením " "zálohu premenujte na recipes.db a môžete ju používať zo starým Gourmetom." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Zmeniť _kategóriu" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Vytvoriť novú kategóriu" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Zmeniť kategóriu vybranej pložky" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Zásobáreň" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Presunúť do _nákupného zoznamu" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Presunúť do _zásobárne" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Odstrániť z nákupného zoznamu" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Presunúť vybrané položky do %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Nákupný zoznam" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Už mám (_Položky zo špajze)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Vložiť kategóriu" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Pridať %s do kategórie" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategórie:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recepty" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Pridať položky:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Odstrániť recepty" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Odstrániť recepty z nákupného zoznamu" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Uverejniť" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Pomocník" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Pridať položky" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Pridať ľubovoľné položky do nákupného zoznamu" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Nebol vybraný žiadny recept. Prajete si vyprázdniť celý zoznam?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Uložiť nákupný zoznam ako..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Označiť voliteľné prísady" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Špecifikujte, prosim, ktoré z nasledovných voliteľných prísad by ste radi " "vložili do vášho nákupného zoznamu." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Prejsť" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Exportovať recept" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Exportovať vybraný recept (uložiť do súboru)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "O_dstrániť recept" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Odstráni tento recept" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Upraviť jednotky pri násobení" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Pri násobení upraviť jednotky pre lepšiu prehľadnosť kdekoľvek je to možné." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Vytlačiť recept" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Pridať do _nákupného zoznamu" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Zabudnúť voliteľné prísady" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Pred pridaním do nákupného zoznamu potvrdzovať všetky voliteľné prísady, i " "tie, ktoré boli pôvodne zapamätané" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Exportovať recept" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Máte neuložené zmeny." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Aplikovať z pred tlačou?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Aplikovať z pred tlačou?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Voliteľné)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Recept %s nebol nájdený v databáze." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Zmeniť recept:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Uložiť úpravy do databázy" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Ukáž kartu receptu" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Upraviť" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Uložiť zmeny do %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Pridať prísadu" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Pridať skupinu" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Pridať _recept" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Pridať iný recept ako prísadu tohto" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Odstrániť" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Nahor" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Dole" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Popis" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Postup" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Poznámky" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Mnž." #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Jednotka" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Položka" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Voliteľné" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Recept %s (ID %s) nie je v databáze." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Prevedené: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Neprevedené: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Zmenená jednotka." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Zmenili ste jednotku pre %(item)s z %(old)s na %(new)s. Želáte si tiež " "previesť aj množstvo?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Prevedené %(old_amt)s %(old_unit)s na %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Prevod z %(old_unit)s na %(new_unit)s nie je možný." #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Pridať skupinu prísad" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Vložiť meno pre novú podskupinu prísad" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Meno skupiny:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Vybrať recept" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Recept nie je možné použiť ako prísadu v sebe samom!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "V receptoch nie je povolená nekonečná rekurzia!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Nevybrali ste žiadny recept!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recepty" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Zvuk budíku" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Zvuk varovania" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Zvuk chyby" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Zastaviť minútky?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "_Zastaviť minútky" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Pokračuj" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Zásuvné moduly" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Spravovať zásuvné moduly, ktoré pridávajú do Gourmetu ďalšie funkcie." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "Zásuvný modul je vyžadovaný iným modulom. Má byť aj tak deaktivovaný?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Nasledujúce zásuvné moduly vyžadujú %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Aj tak deaktivovať" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Ponechať zásuvný modul aktivovaný" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "alebo" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Pri aktivácii zásuvného modulu nastala chyba." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Pri ukončovaní zásuvného modulu nastala chyba." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Kuchyňa" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Hodnotenie" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Zdroj" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Webová stránka" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Čas prípravy" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Čas varenia" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Zmeny" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Neplatný vstup." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Nieje číslo." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pozastaviť" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Zastaviť" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Nepýtaj sa ma to znovu." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Naozaj to chcete?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "vynikajúce" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "prima" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "dobré" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "ujde" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "nič moc" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Zmeniť hodnotenie na 5 hviezdičkovú stupnicu." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Zmeniť hodnotenie." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Prideľte, prosím, každému hodnoteniu ekvivalent zo stupnice 1 až 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Aktuálne hodnotenie" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Hodnotenie z 5 hviezdičiek" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Vybrať _typ súboru" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Ľutujem, ale nerozumiem\n" "množstvo \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Množstvo musí byť číslo (zlomok alebo desatinné číslo), rozsah čísel alebo " "prázdne." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "\"Jednotka\" musí byž v poli \"Jednotka\" osamote.\n" "Napríklad, ak chcete zadať jeden a pol šálky,\n" "pole množstvo môže obsahovať \"1.5\" alebo \"1 1/2\". \"Šálka\" príde do " "poľa \"Jednotka\"\n" "AK chcete vložiť rozsah čísel, oddeľte ich znakom \"-\".\n" "Napríklad, môžete zadať 2-4 alebo 1 1/2-3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "múka, na každé použitie" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "cukor" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "soľ" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "čierne korenie, mleté" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "ľad" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "voda" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olej, rastlinný" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olej, olivový" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Neznáme" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Recept používa sám seba ako prísadu." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Prísada %s sa ignoruje." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Nákupný list pre %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Pre nasledujúce recepty:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Pre nasledujúce recepty:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Vybrať kódovanie" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Nie je možné určiť správne kódovanie. Vyverte, prosím, správne kódovanie zo " "zoznamu." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Prezrieť _súbor s kódovaním" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import je pozastavený" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Zastaviť import" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Zoznam _receprov" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Nákupný _zoznam" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "translator-credits\n" "\n" "Launchpad Contributions:\n" " Branislav Hanacek https://launchpad.net/~brango\n" " Eduard Hummel https://launchpad.net/~eduardhummel\n" " Laco Gubík https://launchpad.net/~laco\n" " Marek Krempa https://launchpad.net/~markus-kaa\n" " Pavol Babinčák https://launchpad.net/~scrool" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Uložené!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Uložiť vaše zmeny do %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Práve prebieha import." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Práve prebieha export." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Práve prebieha odstraňovanie." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Naozaj ukončiť program?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Nekončiť!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Nenávratne zmazaných %s z %s receptov" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Kôš" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Prechádzajte, mažte a obnovujte recepty" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Obnovené recepty " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Nakúpiť %(unit)s na %(title)s" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Vynásobiť %s:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Nastaviť %(attributes)s %(num)s vybraným receptom?" msgstr[1] "Nastaviť %(attributes)s %(num)s vybranému receptu?" msgstr[2] "Nastaviť %(attributes)s %(num)s vybraným receptom?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Žiadna z predchádzajúcich hodnôt nebude zmenená." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Nové hodnoty prepíšu predchádzajúe hodnoty." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Táto zmena je nevratná." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Nastaviť hodnoty označeným receptom" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Hľadať recepty" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Otvoriť recept" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Otvoriť vybraný recept" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Zmazať recept" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Odstrániť vybrané recepty" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Upraviť recept" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Otvoriť označené recepty v editore" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xportovať vybrané recepty" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Exportovať vybrané recepty do súboru" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Tlačiť" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recepty" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Dávkovo upraviť r_ecepty" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nový" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Importovať recept" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Importovať recept zo súboru" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s receptov" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Exportovať _všetky recepty" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Exportovať všetky recepty do súboru" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Ukončiť" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Akcie" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Kôš" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "Na_stavenia" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Zásuvné moduly" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Spravovať zásuvné moduly, ktoré pridávajú do Gourmetu ďalšie funkcie." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "_Nastavenia" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_O programe" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Nástroje" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Časovač" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Zobraziť časovač" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Prehľadávateľný zoznam receptov v databáze." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Zmazať %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Máte neuložené zmeny v %s. Želáte si ich zahodiť?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Zmazané" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Bez názvu" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Odstrániť recepty natrvalo?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Odstrániť recept natrvalo?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Naozaj chcete odstrániť recept %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Naozaj chcete odstrániť nasledovné recepty?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Naozaj chcete odstrániť %s vybraných receptov?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Pozrieť recepty" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Zmazať recepty" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Zoznam _receprov" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Odstrániť recept %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Hotovo!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importuje sa..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Editor _kľúčov prísad" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Upraviť kľúče prísad hromadne" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "kľúč" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "položka" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Pole" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Hodnota" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Počet" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Zmeniť všetky kľúče \"%s\" na \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Táto akcia nebude môcť byť vrátená späť. Ak existujú prísady s kľúčom " "\"%s\", potom nebudete môcť rozlíšiť medzi pôvodnými položkami a tými, ktoré " "práve meníte." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Zmeniť všetky položky \"%s\" na \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Táto akcia nebude môcť byť vrátená späť. Ak existujú prísady s položkou " "\"%s\", potom nebudete môcť rozlíšiť medzi pôvodnými položkami a tými, ktoré " "práve meníte." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Zmeniť _všetky výskyty \"%(unit)s\" na \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Zmeniť \"%(unit)s\" na \"%(text)s\" iba pre _prísady \"%(item)s\" s kľúčom " "\"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Zmeniť všetky výskyty \"%(amount)s\" %(unit)s na %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Zmeniť \"%(amount)s\" %(unit)s na \"%(text)s\" %(unit)s iba _kde kľúč " "prísady je %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Zmeniť \"%(amount)s\" %(unit)s na \"%(text)s\" %(unit)s iba kde kľúč prísady " "je %(key)s _a kde položka je %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Zmeniť všetky vybrané riadky?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Táto akcia nebude môcť byť vrátená. Ste si istí, že pre všetky %s vybraných " "riadkov chcete zmeniť nasledujúce hodnoty:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Kľúč na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Položku na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Jednotku zmeniť na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Množstvo zmeniť na %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s prísad" msgstr[1] "%s prísada" msgstr[2] "%s prísady" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Zobrazené ingrediencie od %(bottom)s do %(top)s z %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Množstvo" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Kľúče prísad" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Kľúče prísad sú normalizované mená prísad používané v nákupných listoch a " "pre výpočty." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Odhadnúť kľúče" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Odhadne najlepšie hodnoty pre kľúče prísad na základe hodnôt vo vašej " "databáze" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Upraviť asociácie kľúčov" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Upraviť asociácie s kľúčom a ďalšími atribútmi v databáze" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Nákupná kategória" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Zobrazovať jednotky ako sú v recepte (bez zmeny)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Vždy zobrazovať americké jednotky" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Vždy zobrazovať metrické jednotky" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Automaticky upravovať jednotky" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Nastaviť predvoľby zobrazenia _jednotiek" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Automaticky prevádzať jednotky do preferovaných jednotiek (metrické, " "britských, atď.) kdekoľvek je to možné." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Hviezd" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "pred %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Automaticky spojovať recepty" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Vždy použiť najnovší recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Vždy použiť najstarší recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Žiadne" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Niektoré z importovaných receptov vyzerajú duplicitne. Môžete ich teraz " "spojiť, alebo zatvoriť toto okno a nechať ich ako sú." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Nájsť _duplicitné recepty" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Nájsť a odstrániť duplicitné recepty" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Pre každú vybranú hodnotu" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Kde %(field)s je %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Zmena sa dotkne %s receptu" msgstr[1] "Zmena sa dotkne %s receptu" msgstr[2] "Zmena sa dotkne %s receptov" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Zmazať %s kde je %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Zmeniť %s z %s na \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Táto zmena je nevratná." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Editor polí" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Upravte pole v niekoľkých receptoch zároveň." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Odoslať recepty e-mailom" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Odoslať e-mailom všetky označené recepty (alebo všetky recepty ak niesú " "žiadne vybrané)" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Naozaj chete poslať e-mail z %s vybranými receptami?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Áno, odoslať ich" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Nie je možné previesť %s na%s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Je potrebná informácia o hustote" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Prevodník jednotiek" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Spočítať prevod jednotiek" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML web-stránka" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exportuje sa Web-stránka" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Recepty z adresára %(file)s sa exportujú do HTML" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Recept bol uložený ako HTML súbor %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Pôvodná stránka z %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "voliteľný" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Exportuje sa Web-stránka" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Recepty z adresára %(file)s sa exportujú do HTML" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recept bol uložený ako HTML súbor %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Textový súbor" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Textový export" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Recepty sú exportované do textového súboru %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Recept uložený ako textový súbor %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Veľký súbor" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Súbor %s je na import príliš veľký" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Tento súbor presahuje maximálnu povolenú dĺžku %s znakov. Pravdepodobne ste " "ho ani importovať nechceli. Ak ho skutočne chcete importovať, rozdeľte ho v " "textovom editore na menšie súbory a skúste to znovu." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Súbor MasterCook XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Export Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exportujú sa recepty do Gourmet XML súboru %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recept uložený v Gourmet XML súbore %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "XML súbor Gourmetu (zastaralý)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML súbor" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook textový súbor" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Import súboru vo formáte MasterCook dokončený." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Čistí sa XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecpie XML súbor" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Rozloženie stránky" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Tlačiť recepty" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF export" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exportujem recepty do PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Recept uložený ako PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "bodov" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17''" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Kartička (3.5x5'')" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Kartička (4x6'')" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Kartička (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Kartička (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "List" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Kartička (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Kartička (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Kartička (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Jednoduchý" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s Stĺpcov" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s Stĺpcov" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s Stĺpcov" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s Stĺpcov" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Stĺpcov" msgstr[1] "%s Stĺpec" msgstr[2] "%s Stĺpce" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Na výšku" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Na šířku" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Veľko_sť papiera" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientácia" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Vz_hľad strany" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Veľkosť _písma" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Ľavý okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Pravý okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Horný okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Spodný okraj" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Súbor MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Export do MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Recepty sa exportuju do súboru pre MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recept bol uložený do súboru MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "porcií" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Veľký súbor" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exportujú sa recepty do Gourmet XML súboru %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recept uložený v Gourmet XML súbore %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Uložiť nákupný zoznam" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Uložiť zoznam ako recept" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Uložiť nákupný zoznam ako recept do budúcna" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Ponuka %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Ponuka" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Nutričné hodnoty zodpovedajú množstvu %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Nutričné hodnoty zodpovedajú množstvu pre celý recept" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Chýbajú nutrične hodnoty pre %s prísad: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Akákoľvek skupina jedál" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "výber" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Prevod jednotky pre %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Pre výpočet nutričných informácií Gourmet potrebuje vašu pomoc s prevodom " "\"%s\" na jednotku ktorej rozumie." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Zmeniť kľúč prísady" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Zmeniť kľúč prísady z %(old_key)s na %(new_key)s všade, alebo iba v recepte " "%(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Zmeniť _všade" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Iba v recepte %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Chcete zmeniť kľúč prísady z %(old_key)s na %(new_key)s všade?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Zmena jednotky" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Zmeniť jednotku z %(old_unit)s na %(new_unit)s pre všetky ingrediencie " "%(ingkey)s, alebo iba pre recept %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Pre výpočet nutričných hodnôt \"%(amount)s %(unit)s %(ingkey)s\" potrebuje " "Gourmet poznať hustotu. V našej databáze máme pre túto prísadu niekoľko " "hodnôt, prosím , zvoľte nižšie tú správnu." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "Pre nutričné hodnoty je potrebné zadať množstvo a jendotku." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Výživa" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Prísada" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Ekvivalent databazy USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramov" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalórie" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Tuk celkom" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Nasýtené tuky" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Cholesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodík" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Karbohydrátov spolu" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Vlákniny" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Cukry" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteín" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-karotén" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Popoľ" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-karotén" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Vápnik" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Meď" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Vitamín B9" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Železo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Horčík" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangán" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Niacín" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Vitamín B9" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Draslík" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamín A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Vitamín A1" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavín" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selén" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamín" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamín A(IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamín A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamín B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamín B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamín C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamín E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamín K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zinok" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamíny a minerály" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Chýbajú nutričné hodnoty \n" "pre %(missing)s z %(total)s prísad." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Dennej dávky" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Percentuálne množstvo odporúčanej dennej dávky zaležené na %i kalórií na " "deň. Počet kalórií na deň zmeníte kliknutím." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Množstvo na %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Množstvo na recept" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Nahrávam nutričné dáta" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Import nutričnej databázy ukončený!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Načítam nutričnú databázu zo zip archívu %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Rozbaľujem %s zo zip archívu." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Analyzujem nutričné dáta ..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Načítanie nutričných dát: importovaných %s z %s záznamov." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Analyzujem dáta o hmotnostiach ..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Načítanie dát o hmotnostiach pre nutričné položky: importovaných %s z %s " "záznamov" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Voda" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalórií" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g proteínov" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipidov" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g popola" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g karbohydrátov" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g vlákniny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g cukru" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg vápniku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg železa" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnézia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosforu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg draslíku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodíku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zinku" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg medi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg magnézia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogram selénu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamínu C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiamínu (vit. B1)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavínu (vit. B2)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacínu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg kyseliny pantoténovej" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamínu B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "spolu mikrogramov kyseliny listovej" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "mikrogramov kyseliny listovej" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "cholínu, celkom" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogramov vitamínu B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "vitamín A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "vitamín A v mikrogramoch" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mikrogram Alfa-karoténu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogram Beta-karoténu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg vitamínu E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg vitamínu K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g nasýtaných mastných kyselín" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg cholesterolu" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Mliečne produkty a vajcia" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Korenia a bylinky" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Jedlá pre deti" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Tuky a oleje" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Hydina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Polievky & omáčky" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Údeniny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Cerálie" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Ovocie a ovocné šťavy" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Bravčové" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Zelenina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Orechy a semená" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Hovädzie" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Nápoje" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Ryby a mušle" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Strukoviny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Jahňacie, telacie a zverina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Pečené produkty" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Sladkosti" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Obilniny a cestoviny" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Rýchle jedlá" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Jedlá, hlavné chody a prílohy" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Ľahké jedlá" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Národné jedlá" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "celá databáza" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Kľúč prísady" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA ID číslo" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA popis položky" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Zodpovedajúca hustota" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA ID#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Nástroje" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Získať nutričné hodnoty pre tento zoznam" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Množstvo do nákupného zoznamu" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "hviezdičiek" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Exportovaných %(number)s z %(total)s receptov" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Export dokončený." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Vložiť recept do E-mailu (Dobrý nápad v každom ohľade)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Odoslať recept E-mailom ako HTML prílohu" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Poslať recept e-amilom ako PDF prílohu." #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Voľby pre E-mail" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Nepýtať sa pred odoslaním E-mailu." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "E-mail nebol odoslaný." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "Nezvolili ste vloženie receptu do E-mailu ani pripojenie ako prílohu." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Uložiť recept ako..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet nemôže exportovať súbor typu \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exportovať recepty" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recepty" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Export sa nepodaril: neznámy typ súboru \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Pri ukladaní nezabudnite z rozbaľovacieho menu vybrať typ súboru." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Export" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Tlač sa nepodarila: niesú aktívne žiadne tlačové zásuvné moduly!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Vytlačiť %s receptov" msgstr[1] "Vytlačiť %s recept" msgstr[2] "Vytlačiť %s recepty" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "výnos" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Otvoriť recept ..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Vložte adresu web stránky" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Zmeny" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Zadajte webovú adresu stránky či archívu receptov." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Import" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Všetky importovateľné súbory" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Importovaných %s receptov" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "porcií" msgstr[1] "porcia" msgstr[2] "porcie" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importovaných %s z %s receptov." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "v poriadku" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porcií" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Podskupina prísad" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Skryť" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Text" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Akcie" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importovať recept" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Odstrániť ští_tky" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importovať recept" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "kdekoľvek" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "názvoch" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "prísadách" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "postupoch" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "poznámkach" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "kuchyniach" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "zdrojoch" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Používať regulárne výrazy vo vyhľadávaní" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" "Používať regulárne výrazy (pokročilý vyhľadávací jazyk) vo vyhľadávaní textu" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" "Vyhľadáva v priebehu písania (vypnite, ak je vyhľadávanie príliš pomalé)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Zobraziť m_ožnosti vyhľadávania" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Zobrazí pokročilé možnosti vyhľadávania" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s receptov" msgstr[1] "%s recept" msgstr[2] "%s recepty" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Zobrazujem recepty %(bottom)s do %(top)s %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s in %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Prerušené" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Prerušiť" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Dokončené" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Chyba: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Chyba" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Chyba %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Spätné sledovanie" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekúnd" msgstr[1] "sekunda" msgstr[2] "sekundy" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minút" msgstr[1] "minúta" msgstr[2] "minúty" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "hod" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "hodín" msgstr[1] "hodina" msgstr[2] "hodiny" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dní" msgstr[1] "deň" msgstr[2] "dni" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "týždňov" msgstr[1] "týždeň" msgstr[2] "týždne" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mesiacov" msgstr[1] "mesiac" msgstr[2] "mesiace" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "rokov" msgstr[1] "rok" msgstr[2] "roky" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " a " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "a" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "do" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (podpora pri portovaní do Windows)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Inštalátor pre Windows)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (vylepšenia rozhrania na prevod jednotiek)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (vylepšenia v exporte Mealmastert)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo a úvodná obrazovka)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Yula Zubritsky (nutričné hodnoty a ikony pre pridanie do nákupného " #~ "zoznamu)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (vylepšenie prekladu, rôzne " #~ "bugfixy)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (Udržovanie verzie pre Windows a nový " #~ "dizajn webových stránok)" #~ msgid "Upgrading database" #~ msgstr "Aktualizujem databázu" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "V závislosti na veľkosti vašej databázy to môže chvíľu trvať. Vaše dáta " #~ "boli pre istotu automaticky zálohované." #~ msgid "Paste ingredients" #~ msgstr "Vložiť prísady" #~ msgid "Import from file" #~ msgstr "Importovať zo súboru" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Vybrať súbor obsahujúci zoznam prísad." #~ msgid "No file selected" #~ msgstr "Nie je vybraný žiadny súbor" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Nebol vybraný žiadny súbor, takže akcia bola zrušená." #~ msgid "_Import file" #~ msgstr "_Importovať súbor" #~ msgid "Import _webpage" #~ msgstr "Importovať _webstránku" #~ msgid "Import recipe from webpage" #~ msgstr "Importovať recept z webstránky" #~ msgid "Open _Trash" #~ msgstr "Otvoriť _koš" #~ msgid "Loading zip archive" #~ msgstr "Načítam zip archív" #~ msgid "Unzipping zip archive" #~ msgstr "Rozbaľujem zip archív" #~ msgid "Webpage" #~ msgstr "Webová stránka" #, python-format #~ msgid "Downloading %s" #~ msgstr "Sťahuje sa %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Nákupný list pre %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Získavam %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Získavam súbor" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Zadajte URL archívu receptov alebo Web-stránku receptov" #~ msgid "Enter URL:" #~ msgstr "Zadajte URL:" #~ msgid "Unable to import URL" #~ msgstr "Import URL sa nepodaril." #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet neobsahuje zásuvný modul umožňujúci importovať URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Nepodarilo sa importovať URL %(url)s mimetypu %(type)s. Súbor bol dočasne " #~ "uložený do %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Web stránka nebola rozpoznaná. Používam univerzálny importér ..." #~ msgid "Import complete." #~ msgstr "Import kompletný." #~ msgid "Importing recipe" #~ msgstr "Importujem recept" #~ msgid "Processing ingredients" #~ msgstr "Spracovávam prísady" #~ msgid "Processing ingredients." #~ msgstr "Spracovávam prísady." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Súbor MasterCook XML" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Správca receptov Gourmet" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Zorganizujte svoje recepty, vytvárajte si nákupné zoznamy, spočítajte si " #~ "nutričné hodnoty a omnoho viac." #~ msgid "Select recipe image" #~ msgstr "Vyberte obrázok k receptu" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Vybrať obrázok k receptu \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Nižšie sú zobrazené všetky obrázky, ktoré boli nájdené na stránke, ktorú " #~ "importujete. Vyberte obrázky, ktoré súvisia s receptom, alebo ak " #~ "nechcete, nevyberte žiaden." #~ msgid "_Python Console" #~ msgstr "Konzola _Pythontu" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Zobrazovať konzolu Pythonu (umožňuje prístup k aktuálnej inštancie " #~ "Gourmetu)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Správca receptov Gourmet práve štaruje..." #~ msgid "Starting gourmet..." #~ msgstr "Gourmet práve štartuje..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Práve ste presunuli %s recept do koša. Môžete ho obnoviť, alebo " #~ "kedykoľvek zmazať otvorením Nástroje -> Otvoriť kôš." #~ msgstr[1] "" #~ "Práve ste presunuli %s recepty do koša. Môžete ich obnoviť, alebo " #~ "kedykoľvek zmazať otvorením Nástroje -> Otvoriť kôš." #~ msgstr[2] "" #~ "Práve ste presunuli %s receptov do koša. Môžete ich obnoviť, alebo " #~ "kedykoľvek zmazať otvorením Nástroje -> Otvoriť kôš." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Pre tlač je potrebné aktivovať zásuvný modul, ktorý ho podporuje, " #~ "napríklad 'Printing & PDF export'." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Toto je ale nepríjemné. Pri tlači receptu sa vyskytla chyba." #~ msgid "Unable to open URL" #~ msgstr "Nie je možné otvoriť URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Nie je možné spustiť prezerač mailov." #~ msgid "Unable to open website." #~ msgstr "Nie je možné otvoriť Web-stránku." #~ msgid "Unable to open file." #~ msgstr "Nie je ožné otvoriť súbor." #~ msgid "There was an error launching the url: %s" #~ msgstr "Pri otváraní URL vznikla chyba: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Časový údaj musí začínať čislom alebo zlomkom nasledovaný jednotkou " #~ "(minúty, hodiny, atď.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Čas musí byť vyjadrený v hodinách, minútach, sekundách, atď." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Nepodarilo sa nájsť zmysel %s ako číslo výnosu" #~ msgid "cancelled" #~ msgstr "zrušené" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Chcete zatvoriť okno s aktívnymi minútkami. Môžete zastaviť minútky, " #~ "alebo iba zatvoriť okno. Ak zatvoríte okno, objaví sa znovu, len čo sa " #~ "ozve signál." #~ msgid "A file named %s already exists." #~ msgstr "Súbor s menom %s už existuje." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Želáte si ho prepísať tým, ktorý práve ukladáte?" #~ msgid "Importing old recipe data" #~ msgstr "Nahrajte staré dáte s receptami" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importujem recepty z predchádzajúcej verzie Gourmetu do novej databázy." #~ msgid "Export succeeded" #~ msgstr "Export sa podaril" #~ msgid "webpage" #~ msgstr "web-stránka" #~ msgid "Exported %s to %s" #~ msgstr "Exportované %s do %s" #~ msgid "%s stopped." #~ msgstr "%s zastavený" #~ msgid "%s was interrupted by user request." #~ msgstr "%s bol prerušený na žiadosť užívateľa" #~ msgid "%s interrupted" #~ msgstr "%s prerušený" #~ msgid "There was an error during %s." #~ msgstr "Počas %s sa vyskytla chyba." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Z databázy sa odstraňujú recepty... (Odstránene %s z %s)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Zmazaných %s receptov" #~ msgstr[1] "Zmazaný %s recept" #~ msgstr[2] "Zmazané %s recepty" #~ msgid "Export complete!" #~ msgstr "Export bol dokončený!" #~ msgid "Recipe exported to %s" #~ msgstr "Recept exportovaný do %s" #~ msgid "Database format has changed" #~ msgstr "Formát databázy sa zmenil" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "V %(progname)s %(version)s sa zmenil formát databázy. Vaša databáza už " #~ "nebude fungovať zo staršími verziami %(progname)s. Jej záloha bola " #~ "uložená v %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "Záložná kópia vašej databázy bola pre istotu uložená do %s" #~ msgid "Transferring data to new database format" #~ msgstr "Prevádzam dáta do nového formátu" #~ msgid "Gourmet Import/Export" #~ msgstr "Gourmet Import/Export" gourmand-1.2.0/po/sl.po000066400000000000000000003727171510115424500147410ustar00rootroot00000000000000# Slovenian translation for grecipe-manager # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2006. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2013-12-08 23:53+0000\n" "Last-Translator: Kristijan \n" "Language-Team: Slovenian \n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || " "n%100==4 ? 3 : 0);\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Kazalo receptov" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nov Recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Dodaj v _Nakupovalni seznam" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Pokaži recept" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Poišči:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Iskanje receptov med tipkanjem" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_v" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Iskanje po drugih merilih, znotraj trenutnih rezultatih iskanja." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "A_dd Iskalni kriterij" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Omejevanje iskanja na:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Iskanje _rezultati" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Nastavite polja za izbrane recepte" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Dodajte sliko" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Odstranite sliko" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Ocena:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategorija:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Čas priprave:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Spletna stran" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Slika:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Enota izkoristka" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "_Samo določi vrednosti kjer je polje trenunto prazno" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Nastavite vse vrednosti za _vse izbrane recepte" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Izberite podatkovno zbirko" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Sistem podatkovne zbirke" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Gostitelj:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Uporabniško ime:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Geslo:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Datoteka" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Shrani geslo" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Brskanje" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Podrobnosti" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gurman, upravljalnik receptov" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Prikaži odštevalnik časa" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Nakupovalni seznam" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Ime" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategorija" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Izkoristek" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Enota izkoristka" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Sestavine" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Izbriši Recept" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Odpri izbran recept" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Izberi recept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategorija" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Ključ" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Išči med tipkanjem" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Odštevalnik" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Količina:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "enota" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Enota:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Podatki o hranilni vrednosti" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gurman, upravljalnik receptov" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gurman Urejevalnik Receptov je pripomoček za shranjevanje, organizacijo in " "iskanje receptov. Gurman prav tako omogoča enostavno uporabo nakupovalnih " "seznamov iz receptov. Gurman uvaža recepte iz številnih virov in " "priljubljenih spletnih strani, vključno z arhivi MealMaster-ja in MasterCook-" "a. Gurman lahko izvaža recepte kot tekst, MealMaster datoteke, HTML spletne " "strali in po meri narejene XML formate za izmenjavo z drugimi uporabniki " "Gurmana. Gurman podpira povezavo slik z recepti. Gurman lahko prav tako " "izračuna hranilno vrednost za recepte, izhajajoč iz sestavin." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Izberi datoteko iz zbirke podatkov" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nov Recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Podrobnosti" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "V primeru, da gre kaj narobe, je bila narejena arhivska kopija v %s. \r\n" "Če posodobitev ne uspe, lahko ročno preimenujete arhivsko datoteko recipes." "db in jo obnovite za uporabo s starejšim Gurmanom." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Spremeni _kategorijo" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Ustvari novo kategorijo" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Spremeni kategorijo trenutno izbrane postavke" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Shramba" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Premakni v _Nakupovalni seznam" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Premakni v _skladišče" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Izbriši iz nakupovalnega seznama" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Premakni izbrane postavke v %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Nakupovalni Seznam" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Že Imam (_Stvari v shrambi)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Vstavite Kategorijo" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategorija za dodati %s k" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategorija:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recepti" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Dodaj podatke:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Odstrani Recepte" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Odstrani recepte iz nakupovalnega seznama" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Uredi" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Pomoč" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Dodaj podatke" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Dodaj arbitrarne podatke na nakupovalni seznam" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Izbrani niso nobeni recepti. Želite izbrisati celotni seznam?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Shrani nakupovalni seznam kot..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Izberi opcijske sestavine" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Prosim določite katero od sestavin, bi rdi dodali na nakupovalni seznam." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "Pojdi" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Izvozi recept" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Izvozi izbran recept (shrani v datoteko)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Izbriši recept" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Izbriši ta recepti" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Prilagodi enote pri pomnoževanju" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Kjer je mogoče, sremeni enote pri pomnoževanju, da postanejo lažje berljive." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Natisni recept" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Dodaj v _Nakupovalni seznam" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Ignoriraj shranjenje pomožne sestavine" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Preden dodaš na nakupovalni seznam, vprašaj za vse pomožne sestave, tudi " "tiste, ki si jih hotel prej shraniti." #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Izvozi Recept" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Imete neshranjene spremembe." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Uporabim spremembe preden natisnem?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Uporabim spremembe preden natisnem?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Po želji)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Ne najdem recepta %s v bazi." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Uredi Recept:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Shrani podatke v bazo" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Poglej Kartico Recepta" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Uredi" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Shrani spremembe v %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Dodaj sestavino" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Dodaj skupino" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Dodaj recept" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Dodaj drug recept kot sestavino v ta recept" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Izbriši" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Gor" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Dol" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Opis" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Navodila" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Opombe" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Znesek" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Enota" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Stvar" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Po želji" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Recept %s (ID %s) ni v bazi." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Pretvorjeno: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Nepretvorjeno: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Spremenjena enota." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Spremenili ste enoto za %(item)s iz %(old)s v %(new)s. Želite količino " "spremeniti ali ne?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Spremenjene %(old_amt)s %(old_unit)s v %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Ne morem spremeniti iz %(old_unit)s v %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Dodajanje skupine za sestavine" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Vpiši ime za novo podskupino sestavin" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Ime skupine:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Izberi recept" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Recept ne more biti sestavina!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Neskončno ponavljanje ni dovoljeno v receptih!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Niste izbrali nobenih receptov!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Koliko %(title)s zahteva tvoj recept?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recepti" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Zvok Zvonenja" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Zvok Opozorila" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Zvok Napake" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Ustavim Odštevalnik?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Zaustavi_odštevalnik" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Nadaljuj z timingom" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Vtičniki" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Upravljaj dodatke, ki dodajo Gurmanu funkcionalnost" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" "Ta vtičnik je nujen za delovanje ostalih vtičnikov. Ga želite vseeno " "izklopiti?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Naslednji vtičniki zahtevajo %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Vseeno izključi" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Ne izključi vtičnika" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "ali" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Ob izklopu vtičnika je prišlo do napake." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Ob vklopu vtičnika je prišlo do napake." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Kuhinja" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Ocena" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Izvor" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Spletna stran" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Čas priprave" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Čas kuhanja" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Spremembe" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Nepravilen vnos." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Ni številka." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Premor" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Ustavi" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Ne sprešuj več tega." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Ali želite to res storiti" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "odlično" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "zelo dobro" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "dobro" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "v redu" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "slabo" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Pretvori ocene v petstopenjsko lestvico." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Pretvori ocene." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Prosim, dodaj vsaki oceni ustreznik na lestvici od 1 do 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Trenutna ocena" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Ocena od 1-5" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Izberi tip _datoteke" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Oprostite, ne razumem\n" "\n" "količine \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Količine morajo biti številke (ulomki ali decimalke), skupine številk, ali " "prazno polje." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "\"Enota\" mora biti v polju \"enota\".\n" "\n" "Na primer, če želite vstaviti ena in pol skodelice,\n" "\n" "mora količinsko polje vsebovati \"1.5\" ali \"1 1/2\". \"skodelice\"\n" "\n" "moramo dati v ločeno polje \"enota\".\n" "\n" "\n" "\n" "Za vpis več številk, uporabite\"-\" za ločevanje.\n" "\n" "Na primer, vpišete lahko 2-4 ali 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Uporabniško ime:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Geslo:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "moka, večnamenska" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "sladkor" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "sol" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "Črni poper, celi" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "led" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "voda" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olje, rastlinsko" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olje, olivno" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Neznano" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Recept je koz sestavina." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Sestavina %s ne bo upoštevana." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Nakupovalni seznam za %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Za sledeče recepte:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Za sledeče recepte:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Izberi kodiranje" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Ne morem določiti pravilnega kodiranja. Prosim, izberite pravilno kodiranje " "iz naslednjega seznama." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Poglej _datoteko z naslednjim kodiranjem" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Uvoz trenutno zaustavljen" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Ustavi uvoz" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Seznam _Receptov" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Nakupovalni _Seznam" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Anita Gorse https://launchpad.net/~anita-gorse\n" " Kristijan https://launchpad.net/~lapor\n" " debeli747 https://launchpad.net/~ales-visic\n" " niko https://launchpad.net/~sajko\n" " orto https://launchpad.net/~ortosplet" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Shranjeno!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Shrani moje spremembe v %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Trenutno se izvaja uvoz." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Trenutno se izvaja izvoz." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Trenutno se izvaja brisanje." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Vseeno končam program?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Prekliči!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Začasno je izbrisano %s od %s receptov" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Pošlji v Smeti" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Preglej, trajno izbriši ali povrni izbrisane recepte" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Neizbrisani recepti " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Število %(unit)s od %(title)s nakupovanja" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Pomnoži %s z:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Nastavi %(attributes)s za %(num)s izbran recept?" msgstr[1] "Nastavi %(attributes)s za %(num)s izbrana recepta?" msgstr[2] "Nastavi %(attributes)s za %(num)s izbrane recepte?" msgstr[3] "Nastavi %(attributes)s za %(num)s izbranih receptov?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Predhodno nastavljene vrednosti se ne bodo spremenile." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Stare obstoječe vrednosti bodo prepisane z novimi vrednostmil." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Te spremembe ne bo mogoče razveljaviti." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Nastavi vrednosti za izbrane recepte." #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Brskaj po receptih" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Odpri recept" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Odpri izbran recept" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Izbriši recept" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Izbriši izbrane recepte" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Uredi recept" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Odpri izbrane recepte v urejevalniku" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "I_zvozi izbrane recepte" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Izvozi izbrane recepte v datoteko" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Natisni" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "recepti" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Uredi _več receptov hkrati" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Nov" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Uvozi recept" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Uvozi recept iz datoteke" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s receptov" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Izvozi _vse recepte" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Izvozi vse recepte v datoteko" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Izhod" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Dejanja" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Pošlji v Smeti" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Nastavitve" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Razširitve" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Upravljaj dodatke, ki dodajo Gurmanu funkcionalnost" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "Nasta_vitve" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_O programu" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Orodja" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Odštevalnik časa" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Prikaži odštevalnik časa" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Iskalnik po receptih v datoteki" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Izbriši %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Imate neshranjene spremembe v %s. Ste prepričani, da želite izbrisati?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Izbrisano" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Brez naslova" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Dokončno izbrišem recepte?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Dokončno izbrišem recept?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Ali res želite izbrisati recept %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Ali res želite izbrisati naslednje recepte?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Ali res želite izbrisat %s izbranih receptov?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Poglej recepte" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Izbriši recepte" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Kazalo receptov" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Izbriši recept %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Končano!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Uvažam..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Urejevalnik _sestavin" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Uredi ključe sestavin po teži" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "ključ" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "stvar" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Polje" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Vrednost" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Števec" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Spremenim vse ključe \"%s\" v \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Tega dejanja ni možno razveljaviti. Če že obstajajo sestavine z ključem " "\"%s\", ne bo možno razlikovati med temi predmeti in predmeti, ki jih sedaj " "spreminjate." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Spremenim vse predmete \"%s\" v \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Tega dejanja ni možno razveljaviti. Če že obstajajo sestavine z ključem " "\"%s\", ne bo možno razlikovati med temi predmeti in predmeti, ki jih sedaj " "spreminjate." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Spremeni _vse primere \"%(unit)s\" v \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Spremeni \"%(unit)s\" v \"%(text)s\" samo za _sestavine \"%(item)s\" z " "ključem \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Spremeni _vse količine od \"%(amount)s\" %(unit)s do %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Spremeni \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Spremenim vse označene vrste?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Tega dejanja se ne da povrniti. Ste prepričani, da želite za vse %s označene " "vrste dodati naslednje vrednosti:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Ključi do %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Predmeti do %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Enote do %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Količine do %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s sestavine" msgstr[1] "%s sestavina" msgstr[2] "%s sestavine" msgstr[3] "%s sestavine" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Sestavine so prikazane od %(bottom)s do %(top)s od %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Znesek" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ključi sestavin" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ključi sestavin so normalizirana imena sestavin, uporabljena za nakupovalni " "list in za izračune." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Predstavi ključe" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Predstavi najboljše vrednosti za vse ključe sestavin, ki temeljijo na " "vrednostih v tvoji zbirki podatkov" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Uredi zveze ključev" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Uredi zveze s ključi in ostalimi atributi v zbirki podatkov" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Kategorija nakupa" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Prikaži enote kot pisane za vsak recept (brez spremembe)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Vedno prikazuj enote ZDA" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Vedno prikazuj metrične enote" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Avtomatično prilagodi enote" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Nastavi _enotam izbirne prikaze" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Avtomatično pretvori enote v nastavljeni sistem (metrični, imperialni, ipd), " "kjer je mogoče." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Zvezdice" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "pred %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Samodejno spoji recepte" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Vedno uporabi najnovejši recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Vedno uporabi najstarejši recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Brez" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Nekateri uvoženi recepti so morda podvojeni. Lahko jih spojite tukaj ali pa " "zaprete okno in jih pustite v trenutni obliki." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Najdi _podvojene recepte." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Najdi in izbriši podvojene recepte" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "Za vsako izbrano vrednost" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Kjer je %(field)s je %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Sprememba bo vplivala na %s recept" msgstr[1] "Sprememba bo vplivala na %s recepta" msgstr[2] "Sprememba bo vplivala na %s recepte" msgstr[3] "Sprememba bo vplivala na %s receptov" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Izbrišem %s, če je %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Spremenim %s iz %s v \"%s\"?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Ta sprememba je NEpovratna." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Urejevalnik polj" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Uredi polja v več receptih hkrati" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Pošlji recepte po e-pošti" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "Pošlji vse izbrane recepte (ali vse recepte, če ni izbran noben" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Ali želite vse %s izbrane recepte poslati po e-pošti?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Da, pošlji." #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Ne morem pretvoriti %s v %s." #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Potrebujem informacije o gostoti." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Pretvornik Enot" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Izračunaj pretvorbe enot" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Pretvornik enot" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Gostota:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Informacija o gostoti" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Rezultat:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML spletna stran" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Izvažanje spletne strani" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Izvažanje receptov v HTML datoteke v direktorij %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Recept shranjen kot HTML datoteka %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Originalna stran iz %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "po izbiri" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Izvažanje spletne strani" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Izvažanje receptov v HTML datoteke v direktorij %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recept shranjen kot HTML datoteka %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Datoteka z neoblikovanim tekstom" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Izvoz teksta" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Izvažam recepte v besedilno datoeko %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Recept je shranjen kot datoteka z neoblikovanim besedilom %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Velika datoteka" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Datoteka %s je prevelika za uvoz" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Vaša datoteka presega maksimalno dolžino %s črk. Če jo res hočete uvoziti, " "uporabite urejevalnik teksta, jo razdelite v manjše datoteke in ponovno " "poskusite uvoziti." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML datoteka" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML Izvoz" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Izvažanje receptov v Gurman XML datoteko %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recept shranjen kot Gurmet XML datoteka %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gurman XML datoteka (zastarela)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML datoteka" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook tekstovna datoteka" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook uvoz končan." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Sestavljam XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML File" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Podoba strani" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Natisni Recepte" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Izvoz PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Izvažanje receptov v PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Recept shranjen kot PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "točke" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "27,9x43,2 cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Kartica (8,9x7,6 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Kartica (10,2x15,2 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Kartica (12,7x20,3 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Kartica (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Črka" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "legalno" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Kartica (8,9x7,6 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Kartica (10,2x15,2 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Kartica (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Navadni" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s stolpec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s stolpec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s stolpec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s stolpec" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s stolpec" msgstr[1] "%s stolpca" msgstr[2] "%s stolpci" msgstr[3] "%s stolpcev" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Pokončno" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Ležeče" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Velikost papairja" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "Orientacija" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Izgled strani" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Velikost pisave" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Levi odmik" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Desni odmik" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Vrhnji rob" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Spodnji rob" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster datoteka" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster Izvoz" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Izvažanje receptov v MealMaster datoteko %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recepti shranjeni kot MealMaster datoteka %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Obrok" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Velika datoteka" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Izvozi" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Izvažanje receptov v Gurman XML datoteko %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recept shranjen kot Gurmet XML datoteka %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Shranjevalnik nakupovalnega lista" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Shrani seznam kot recept" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Shrani trenutni nakupovalni list kot recept za prihodnjo uporabo" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Meni za %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Meni" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Podatki o hranilni vrednosti odražajo količino po %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Podatki o hranilni vrednosti odražajo količino za celoten recept" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Hranilni podatki manjkajo za %s sestavin: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Katerakoli skupina hrane" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "izbor" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Spremeni enoto za %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Da lahko izračuna kalorično vrednost, potrebuje Gourmet vašo pomoč, da " "spremeni \"%s\" v enoto, ki jo pozna." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Spremeni ključ sestavin" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Spremeni ključ sestavine %(old_key)s do %(new_key)s vseposod ali samo v " "receptu %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Spremeni _vseposod" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_samo v receptu %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Spremeni ključ sestavin od %(old_key)s v %(new_key)s povsod?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Spremeni enoto" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Spremeni enoto od %(old_unit)s v %(new_unit)s za vse sestavine %(ingkey)s " "ali samo v receptu %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Ida bi izračunali hranilne vrednosti za \"%(amount)s %(unit)s %(ingkey)s\", " "potrebuje Gurman njihovo gostoto. Naša baza hranilnih vrednosti vsebuje več " "različnih opisov te hrane z različnimi gototami. Prosim, izberite ustrezno " "na spodnjem seznamu." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Da bi apliciral podatke o hranilnih vrednostih, potrebuje Gurman pravilno " "količino in enoto." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "vsebnost hranil" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Sestavina" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "ekvivalent USDA Bazi" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gramov" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "kalorije" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Skupna maščoba" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Nasičene Maščobe" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Holesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Natrij" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Vsi Ogljikovi Hidrati" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Predpisane vlaknine" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Sladkorji" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Proteini" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-karotin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Ash" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-karotin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalcij" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "baker" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Folate Total" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Folna kislina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Food Folate" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Dietary folate equivalents" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Železo" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lycopene" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "magnezij" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "vitamin B3" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "pantotenska kislina" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "kalij" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Vitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "vitamin A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Vitamin B2" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "selen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamin A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamin A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Cink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitamini in minerali" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Manjka podatek o kalorični vrednosti\n" "\n" "za %(missing)s do %(total)s sestavin." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Dnevne Potrebe" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Procent priporočene količine po %i kalorijah na dan. Pritisni za spremembo " "kalorij na dan." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Količina za %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Količina na recept" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Nalagam podatke o hranilni vrednosti" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Uvoz baze hranilnih podatkov je končan!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Pridobivam bazo hranilnih podatkov iz zip arhiva %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Pridobivam %s iz zip arhiva." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Obdelujem podatke o kalorični vrednosti" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Berem podatke o kalorični vrednosti: uvoženo %s od %s vnosov" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Pridobivam podatke o teži..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Berem podatke o teži: uvoženo %s od %s vnosov" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Voda" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorije" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g protein" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g ash" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g ogljikovi hidrati" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g vlaknine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g sladkor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg kalcija" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg železo" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnezij" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg kalij" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg natrija" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg cinka" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg bakra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangana" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogram selena" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamina C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg vitamina B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg vitamina B2" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacina (nikotinske kisline)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg pantotetske kisline" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamin B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "mikrogram Folate Total" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "mikrogram folne kisline" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "mikrogram Food Folate" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "mikrogram dietary folate equivalents" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "holin, skupno" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogram Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamin A" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "mikrogram Retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "mikrogram Alpha-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogram Beta-carotene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "mikrogram Beta Cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "mikrogram Lycopene" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "microgram Lutein+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamin E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamin K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g Nasičenih Maščobnih Kislin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g Enoenasičenih Maščobnih Kislin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g Polinenasičenih Maščobnih Kislin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Holesterola" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Procent odklona" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Mlečni in Jačni Izdelki" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Začimbe in Zelišča" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Otroška Hrana" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Maščobe in Olja" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Perutnina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Juhe in Omake" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Klobasice in Meso za malico" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Kosmiči" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Sadje in sadni sokovi" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "svinjina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "zelenjava" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "oreščki & semena" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "govedina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Pijače" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Ribe & Morski sadeži" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "stročnice" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "jagnetina, teletina & divjačina" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Pekarski izdelki" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Sladkarije" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Testenine" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Hitropripravljena hrana" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Malice, Začetne jedi in Priloge" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Prigrizki" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Etnična Hrana" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "celotna baza" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Ključ sestavin" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "identifikacija številka osebne izkaznice (ZDA)" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "opis postavke ZDA" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "ekvivalent gostote" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "ID za ZDA" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Orodja" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Pridobi hranilne vrednost za trenuten seznam" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Količina za nakupovalni seznam" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "zvezdic" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Izvožene %(number)s od %(total)s receptov" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Izvoz končan." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Uporabi recept v tekstu E-pošte (Vedno dobra ideja)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Pošlji recept po elektronski pošti kot HTML priponko" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Pošlji recept po elektronski pošti kot PDF priponko" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Nastavitve elektronske pošte" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Ne sprašuje pred pošiljanjem elektronske pošte." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Elektronska pošta ni bila poslana." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Niste odločili, ali vključite recept v tekst elektronskega sporočila ali kot " "priponko." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Shrani recept kot..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet ne more izvoziti datoteke tipa \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Izvozi recepte" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recepti" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Izvoz ni mogoč: neznan tip datoteke \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Prosim, izberite tip datoteke iz padajočega seznama, ko shranjujete." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Izvozi" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Tiskanje ni mogoče: aktiven ni noben dodatek za tiskanje!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Natisni %s receptov" msgstr[1] "Natisni %s recept" msgstr[2] "Natisni %s recepta" msgstr[3] "Natisni %s recepte" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "izkoristek" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Odpri recept..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Vnesite naslov spletne strani" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Spremembe" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Vnesite naslov spletne strani ali arhiva receptov." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Uvoz" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Vse datoteke za uvoz" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Uvoženo %s receptov" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "Obrok" msgstr[1] "Obroka" msgstr[2] "Obroki" msgstr[3] "Obrokov" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Uvoženo %s od %s receptov." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "v redu" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Število obrokov" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Podskupina sestavin" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Skrij" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Besedilo" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Dejanja" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Uvozi recept" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Počisti _Vnose" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Uvozi recept" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "kjerkoli" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "ime" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "sestavina" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "priprava" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "beležke" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "kuhinja" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "izvor" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Uporabi običajne izraze pri iskanju" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Uporabi običajne izraze (napredni jezik iskanja) v tekstovnem iskanju" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Išči med tipkanjem (izklopi, čle je iskanje prepočasno)" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Pokaži možnosti _iskanja" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Pokaži napredne možnosti iskanja" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s receptov" msgstr[1] "%recept" msgstr[2] "%s receptov" msgstr[3] "%s receptov" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Prikazujem recepte %(bottom)s do %(top)s od %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s v %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Začasno ustavljeno" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Premor" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Končano" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Napaka: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Napaka" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Napaka %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Traceback" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekund" msgstr[1] "sekunda" msgstr[2] "sekundi" msgstr[3] "sekunde" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min." #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minut" msgstr[1] "minuta" msgstr[2] "minut" msgstr[3] "minute" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "ur" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "ur" msgstr[1] "ura" msgstr[2] "ur" msgstr[3] "ure" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dni" msgstr[1] "dan" msgstr[2] "dni" msgstr[3] "dnevi" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "tednov" msgstr[1] "teden" msgstr[2] "tedna" msgstr[3] "tedni" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "mesecev" msgstr[1] "mesec" msgstr[2] "meseca" msgstr[3] "meseci" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "let" msgstr[1] "leto" msgstr[2] "leti" msgstr[3] "leta" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " in " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "in" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "do" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Izvoz PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows porting assistance)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installer)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (izboljšave vmesnika za Pretvornik enot)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (izboljšave za izvoz v Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo and splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (mednarodne izboljšave, " #~ "odpravljanje različnih težav s hrošči)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Bernhard Reiter (vzdrževanje verzije za Windowa in " #~ "oblikovanje spletne strani)" #~ msgid "Upgrading database" #~ msgstr "Posodobitev zbirke podatkov" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Glede na velikost vaše datoteke lahko proces traja dalj časa. Vaši " #~ "podatki so bili avtomatično shranjeni v arhivski kopiji, v primeru, da " #~ "gre kaj narobe." #~ msgid "Paste ingredients" #~ msgstr "Prilepi sestavine" #~ msgid "Import from file" #~ msgstr "Uvozi iz datoteke" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Izberite datoteko ki vsebuje seznam sestavin." #~ msgid "No file selected" #~ msgstr "Izbrana ni nobena datoteka" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Dejanje je bilo preklicani, ker ni izbrana nobena datoteka." #~ msgid "_Import file" #~ msgstr "_Uvozi datoteko" #~ msgid "Import _webpage" #~ msgstr "Uvozi _spletno stran" #~ msgid "Import recipe from webpage" #~ msgstr "Uvozi recept s spletne strani" #~ msgid "Open _Trash" #~ msgstr "Odpri _Koš" #~ msgid "Loading zip archive" #~ msgstr "Nalagam zip arhiv" #~ msgid "Unzipping zip archive" #~ msgstr "Odpiram zip arhih" #~ msgid "Webpage" #~ msgstr "Spletna stran" #, python-format #~ msgid "Downloading %s" #~ msgstr "Prenašam %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Nakupovalni seznam za %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Pridobivam %s" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Sprejemam datoteko" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Vpišite URL naslov za arhiv receptov, oz. spletno stran z recepti." #~ msgid "Enter URL:" #~ msgstr "Vnesite URL:" #~ msgid "Unable to import URL" #~ msgstr "Ne morem uvoziti URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gurman nima dodatka, ki bi lahko uvozil URL" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Ne morem uvoziti URL %(url)s internetnega medijskega %(type)s. Datoteka " #~ "je shranjena na začasno lokacijo %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Ne prepoznam te spletne strani. Uporaba splošnega uvoza..." #~ msgid "Import complete." #~ msgstr "Uvoz končan." #~ msgid "Importing recipe" #~ msgstr "Uvažam recept" #~ msgid "Processing ingredients" #~ msgstr "Obdelujem sestavine" #~ msgid "Processing ingredients." #~ msgstr "Obdelujem sestavine." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML datoteka" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gurman, upravljalnik receptov" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organizirajte recepte, ustvarjajte nakupovalne sezname, izračunajte " #~ "hranljive vrednosti in več." #~ msgid "_Raw recipe:" #~ msgstr "_Surovi recept:" #~ msgid "_Label" #~ msgstr "_Oznaka" #~ msgid "Select recipe image" #~ msgstr "Izberite sliko recepta" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Izberi sliko za recept \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Spodaj so najdene slike za stran ki jo uvažate. Izmerite sliko, ki je iz " #~ "recepta ali pa ne izberite ničesar, če slik nočete." #~ msgid "_Python Console" #~ msgstr "Konzola _python" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Pokaži python konzolo (omogoča dostop do trenutnega gurmanovega primera)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Recipe Manager se zaganja..." #~ msgid "Starting gourmet..." #~ msgstr "Zaganjam gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Premaknili ste %s recept v koš. Ta recept lahko obnovite ali dokončno " #~ "izbrišete kadarkoli če kliknete Orodja->Odpri koš." #~ msgstr[1] "" #~ "Premaknili ste %s recepta v koš. Te recepta lahko obnovite ali dokončno " #~ "izbrišete kadarkoli če kliknete Orodja->Odpri koš" #~ msgstr[2] "" #~ "Premaknili ste %s recepte v koš. Te recepte lahko obnovite ali dokončno " #~ "izbrišete kadarkoli če kliknete Orodja->Odpri koš" #~ msgstr[3] "" #~ "Premaknili ste %s receptov v koš. Te recepta lahko obnovite ali dokončno " #~ "izbrišete kadarkoli če kliknete Orodja->Odpri koš" #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Za tiskanje aktivirajte dodatek, ki omogoča podporo za tiskanje, kot je " #~ "na primer \"Printing & PDF export\" dodatek." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Oprostite, prišlo je do težav pri tiskanju vašega recepta." #~ msgid "Unable to open URL" #~ msgstr "Ne morem odpreti URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Ne morem zagnadi preglednika E-pošte." #~ msgid "Unable to open website." #~ msgstr "Ne morem odpreti spletne strani." #~ msgid "Unable to open file." #~ msgstr "Ne morem odpreti datoteke." #~ msgid "There was an error launching the url: %s" #~ msgstr "Prišlo je do napake pri odpiranju url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Čas se mora začeti s številko ali ulomkom, ki jima sledi enota (minute, " #~ "ure, itd.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Čas mora biti izražen v urah, minutah, sekundah, itd. ." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Ne razberem %s kot število izvržkov" #~ msgid "cancelled" #~ msgstr "Preklicano" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Poskušate zapreti okno z aktivnim odštevalnikom. Lahko zaustavite " #~ "odštevalnik, ali zaprete okno. Če boste zaprli okno, se bo spet pojavilo " #~ "ko se bo odštevalnik izklopil." #~ msgid "_Servings" #~ msgstr "_Obroki" #~ msgid "A file named %s already exists." #~ msgstr "Datoteka z imenom %s že obstaja." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Želite zamenjati obstoječo datoteko s trenutno?" #~ msgid "Importing old recipe data" #~ msgstr "Uvoz starih podatkov recepta" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Uvoz receptov iz starejših verzij Gourmet-a v novo podatkovno zbirko." #~ msgid "Export succeeded" #~ msgstr "Izvoz je bil uspešen" #~ msgid "webpage" #~ msgstr "spletna stran" #~ msgid "Exported %s to %s" #~ msgstr "Izvoženi %s v %s" #~ msgid "%s stopped." #~ msgstr "%s zaustavljeno." #~ msgid "%s was interrupted by user request." #~ msgstr "%s je bil prekinjen na uporabnikovo željo." #~ msgid "%s interrupted" #~ msgstr "%s prekinjen" #~ msgid "There was an error during %s." #~ msgstr "Prišlo je do napake med %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Brišem recepte iz baze... (%s od %s izbrisano)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Izbrisano %s receptov" #~ msgstr[1] "Izbrisan %s recept" #~ msgstr[2] "Izbrisano %s receptov" #~ msgstr[3] "Izbrisano %s receptov" #~ msgid "Export complete!" #~ msgstr "Izvoz končan!" #~ msgid "Recipe exported to %s" #~ msgstr "Recept je izvožen v %s" #~ msgid "Database format has changed" #~ msgstr "Oblika podatkovne baze se je spremenila" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s je spremenila format podatkovne baze. Vaša " #~ "podatkovna zbirka ne deluje več s starejšimi različicami %(progname)s. " #~ "Arhivska kopija je bila shranjena v %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "V primeru težav, je arhivska kopija podatkovne baze vaših receptov " #~ "izvožena v %s" #~ msgid "Transferring data to new database format" #~ msgstr "Prenos podatkov v novo obliko podatkovne baze" #~ msgid "Gourmet Import/Export" #~ msgstr "Gurman Uvoz/Izvoz" gourmand-1.2.0/po/sr.po000066400000000000000000004642471510115424500147470ustar00rootroot00000000000000# Serbian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # Мирослав Николић , 2012. msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-11-17 12:46+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Попис рецепта" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Нови рецепт" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Додај на _списак за куповину" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Прикажи _рецепт" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Потражи:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Потражите рецепте како будете куцали" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_у" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Потражите према другом правилу у резултатима текуће претраге." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Додај _критеријум претраге" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Ограничавам претрагу на:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Резултати _претраге" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Подеси поља за изабране рецепте" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Подесите поља рецепта за изабране " "рецепте" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "Додај _слику" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "_Уклони слику" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Извор:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Пласман:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "_Кухиња:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Категорија:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Време спремања:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "Време _кувања:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Веб страница:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Слика:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Принос:" #: ../src/gourmand/ui/batchEditor.ui.h:14 #, fuzzy msgid "Yield U_nit:" msgstr "Јединица приноса" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "_Постави вредности само за тренутно празно поље" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Постави све вредности за _све изабране рецепте" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Метакит (основно, ускладиштен у месној датотеци)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "СКуЛајт (ускладиштен у месној датотеци)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "МајСКуЛ (захтева везу са базом података)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Изаберите базу података" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Изабери систем базе података за Гурманка да користи" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Систем базе података" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Рачунар:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Корисничко име:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Лозинка:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Лозинка за ваше корисничко име на бази података." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Назив _базе података:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Датотека" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Назив домаћина система на коме ради ваш сервер базе података. Ако ваш сервер " "базе података ради на вашем месном систему, користите месног домаћина." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "локални домаћин" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Сачувајте лозинку за следећи пут. Ово значи да ће лозинка бити ускладиштена " "несигурно у датотеци подешавања." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Сачувај лозинку" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Назив базе података у којој Гурманко треба да чува своје податке. Гурманко " "ће покушати да направи ову базу података ако већ не постоји." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "рецепт" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Ваше корисничко име на бази података." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Разгледај" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Детаљи" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Поставке Гурманковог управника рецептима" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Поставке прегледа пописа" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Прикажи _опције" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Рецепта по страници:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Подесите које колоне су укључене у прегледу пописа рецепта." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Преглед пописа" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Поставке прегледа картице" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "_Допусти јединицама да се промене приликом множења" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "_Користи разломке" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Користи разломке за приказ када је могуће" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "Уклоните ставке које не користите из сучеља картице рецепта." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Преглед картице" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Поставке списка куповине" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 #, fuzzy msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Шта Гурманко треба да уради са додатним састојцима када додаје рецепте на " "списак за куповину?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "Питај _да ли да укључиш додатне састојке" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "_Запамти корисникове изборе по основи" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Очисти упамћене додатне састојке" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "_Увек додај додатне састојке" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "_Никада не додај додатне састојке" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Списак за куповину" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "служење" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Назив" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Назив:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "_Време спремања:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "категорија" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "пласман" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Принос" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Јединица приноса" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Купи" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Уреди _опис" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Време кувања:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Време спремања:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Кухиња:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Категорија:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Веб страница:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Приноси:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Веза" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Извор:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Пласман:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Помножи са:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Упутства" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Уреди _упутства" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Напомене" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Уреди _напомене" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Рецепт" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Састојци" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Уреди _састојке" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Додај _састојак:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Састојци" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Додајте рецепт на списак за куповину" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Додај на _списак за куповину" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Скочи на рецепт у прегледу картице рецепта" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Обриши изабрани рецепт" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Обриши рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Уредите особине изабраних рецепта" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "_Групно уреди рецепте" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Отворите изабрани рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "Изабери рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Штампајте изабрани рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Штампај рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Никада не купујте овај артикал. Када је потребан у рецепту, појавиће се у " "одељку списка „шпајз“ као подсетник да вам је потребан, али неће бити " "укључен када сачувате или одштампате списак осим ако ми не кажете да треба " "да га купите." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Додај у _шпајз" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Прикажи _опције" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Потражи _у" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "_Користи регуларне изразе (напредна претрага)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Тражи док _куцам" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Опције претраге" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Категорија" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Кључ" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Уређивач категорије" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Тражи према" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Тражи док куцам" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Користи регуларне изразе" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Напредна претрага" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Додај категорију: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Одбројавач" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Одбројавач" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Одбројавач је завршио!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Одбројавач ће настави да ради све док не затворите ово прозорче или " "поништите одбројавач." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Постави _одбројавач: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Поништи" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Покрени" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Звук" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "_Напомена" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "Понављај _аларм док га не искључим" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Подешавања" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Уреди поља широм базе података" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Поље за _уређивање:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "За сваку изабрану вредност:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "_Остави вредност таквом" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "Нова вредност ће бити додата на крају сваког постојећег текста" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Нова вредност ће заменити све постојеће вредности" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Поље:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Вредност:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Уреди _друго поље:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "Уреди _вредност у: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Обриши вредност" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Изабери еквивалент за" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "из УСДА базе података" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Измени састојак" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "или" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Претражи базу података УСДА састојака:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Тражи док _куцам" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Прикажи само храну у _групи:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Резултати _претраге:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Из:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Износ:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Јединица:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "јединици" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Измени јединицу" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Сачувај нову јединицу" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "У:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Јединица:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Унесите хранљиве вредности за " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Изаберите густину" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Кључ састојка: " #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "УСДА ставка: " #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Уреди _УСДА придруживања" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Хранљиве вредности" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Уреди _податке" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Хранљиве вредности" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Густина:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "УСДА еквиваленти:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Произвољни еквиваленти:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "Подаци о _густини" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Познате хранљиве вредности" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Напредна претрага" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Хранљиве вредности" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "_Занемари" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Управник рецепта Гурманко" #: ../src/gourmand/__version__.py:4 #, fuzzy msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" "Ауторска права (c) 2004,2005,2006,2007,2008,2009,2010,2011 Томас М. Хинкле. " "ГНУ ОЈЛ в2" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Управник рецепата Гурманко је програм за складиштење, организовање и " "претраживање рецепата. Такође олакшава прављење спискова за куповину из " "рецепата. Може да увезе рецепте из бројних извора, укључујући архиве " "Мајстора јела и Мајстора кувања и неколико популарних веб сајтова. Може да " "извезе рецепте у облику текста, датотека Мајстора јела, ХТМЛ веб страница и " "прилагођеног ИксМЛ записа за размену са другим корисницима Гурманка. " "Подржава повезивање слика са рецептима. Може такође да израчуна хранљиве " "вредности рецепата на основу састојака." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Изаберите датотеку базе података" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Нови рецепт" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 #, fuzzy msgid "Database Backup" msgstr "Назив _базе података:" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Детаљи" #: ../src/gourmand/backends/db.py:2188 #, fuzzy, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "Резерва је направљена у %s у случају да нешто крене наопако. Ако ова " "надоградња не успе, можете ручно да преименујете датотеку резерве „recipes." "db“ да је повратите за коришћење са старијим Гурманком." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Промени _категорију" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Направите нову категорију" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Измените категорију тренутно изабране ставке" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Шпајз" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Премести на _списак за куповину" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "<Ктрл>Б" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Премести у _шпајз" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "<Ктрл>Д" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Уклони са списка за куповину" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Премести изабране ставке у %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Списак за куповину" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Већ имам (Ставке у _шпајзу)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Унеси категорију" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Категорија у коју додати „%s“" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Категорија:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Рецепти" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "_Додај ставке:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Уклони рецепте" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Уклоните рецепте са списка за куповину" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Уреди" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "По_моћ" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Додај ставке" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Додај произвољне ставке на списак за куповину" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "количина" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Није изабран ниједан рецепт. Да ли желите да очистите читав списак?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Сачувај списак за куповину као..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Изабери додатне састојке" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Наведите који од необавезних састојака желите да додате на списак за " "куповину." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Рецепт" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Иди" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Извези рецепт" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Извези изабране рецепте (сачувај у датотеку)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "_Обриши рецепт" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Обришите овај рецепт" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Дотерај јединице приликом множења" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" "Измените јединице да их учините читљивијим где је могуће приликом множења." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Штампај рецепт" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Додај на _списак за куповину" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Заборави упамћене додатне састојке" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Пре додавања на списак за куповину, питаће о свим додатним састојцима, чак и " "онима које сте претходно заборавили" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Извези рецепт" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Имате несачуване измене." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Да применим измене пре штампања?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Да применим измене пре штампања?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Необавезно)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Не могу да пронађем рецепт „%s“ у бази података." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Уреди рецепт:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Сачувај измене у базу података" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Прикажи картицу рецепта" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Уреди" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Сачувај измене у „%s“" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Додај састојак" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Додај групу" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Додај _рецепт" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Додајте још један рецепт као састојак овом рецепту" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Обриши" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Горе" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Доле" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Опис" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Упутства" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Белешке" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Кол" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Јединица" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Ставка" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Необавезно" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Рецепт „%s“ (ИБ %s) није у нашој бази података." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Претворени: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Нису претворени: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Измени јединицу." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Изменили сте јединицу за „%(item)s“ из %(old)s у %(new)s. Да ли желите да " "претворите и количину или не?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Претворио сам %(old_amt)s %(old_unit)s у %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Не могу да претворим из %(old_unit)s у %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Додавање групе састојака" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Унесите назив за нову подгрупу састојака" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Назив групе:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Изабери рецепт" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Рецепт не може сам себе да позове као састојак!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Неограничено дубачење није дозвољено у рецептима!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Нисте изабрали ниједан рецепт!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Колико „%(title)s“ ваш рецепт позива?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Рецепти" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Звук звоњаве" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Звук упозорења" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Звук грешке" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Да зауставим одбројавач?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Заустави _одбројавач" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Настави одбројавање" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Прикључци" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Прикључци дају Гурманку посебне функције." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "Прикључак је потребан другим прикључцима. Да га ипак искључим?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Следећи прикључци захтевају %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Ипак искључи" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Остави га укљученим" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "или" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Дошло је до грешке покретања прикључка." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Дошло је до грешке искључивања прикључка." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Кухиња" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Пласман" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Извор" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Веб страница" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Време спремања" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Време кувања" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Измене" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Неисправан улаз." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Није број." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Застани" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Заустави" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Не питај ме поново." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Да ли заиста желите да урадите ово" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "сјајно" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "одлично" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "добро" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "просечно" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "оскудно" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Претворите пласмане у лествицу са 5 звездица." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Претворите пласмане." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Дајте сваком пласману еквивалент на лествици од 1 до 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Тренутни пласман" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Пласман од 5 звездица" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Изаберите врсту _датотеке" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Жао ми је, не могу да разумем\n" "количину „%s“." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Количине морају бити бројеви (разломци или децимални), опсези бројева, или " "празне." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "„Јединица“ мора бити у засебном пољу „јединица“.\n" "На пример, ако желите да унесете једну и пола шоље,\n" "поље количине може да садржи „1.5“ или „1 1/2“.\n" "\n" "„шоља“ треба да иде у засебно поље „јединице“.\n" "\n" "Да унесете опсег бројева, користите „-“ за раздвајање.\n" "На пример, можете да унесете 2-4 или 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Username" msgstr "_Корисничко име:" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 #, fuzzy msgid "Password" msgstr "_Лозинка:" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "брашно, за сваку употребу" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "šećer" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "со" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "црни бибер, основа" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "лед" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "вода" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "уље, биљно" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "уље, оливе" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Непознато" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Рецепт сам себе позива као састојак." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Састојак „%s“ ће бити занемарен." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Списак за куповину за %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "За следеће рецепте:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "За следеће рецепте:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Изабери кодирање" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Не могу да одредим одговарајуће кодирање. Изаберите тачно кодирање са списка." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Види _датотеку са кодирањем" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Увоз је заустављен" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Заустави увоз" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Попис _рецепта" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Списак за _куповину" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Mags https://launchpad.net/~mags-sezampro\n" " Vesper https://launchpad.net/~alyx\n" " homoludens https://launchpad.net/~marko-homoludens\n" " Мирослав Николић https://launchpad.net/~lipek" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Сачувано је!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Сачувајте измене у %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Један увоз је у току." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Један извоз је у току." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Брисање је у току." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Да ипак изађем из програма?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Не излази!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "За стално је обрисано %s од %s рецепта" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Смеће" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Разгледајте, трајно обришите или повратите обрисане рецепте" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Необрисани рецепти " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Укупно %(unit)s %(title)s за куповину" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Помножи %s са:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Да поставим %(attributes)s за %(num)s изабрани рецепт?" msgstr[1] "Да поставим %(attributes)s за %(num)s изабрана рецепта?" msgstr[2] "Да поставим %(attributes)s за %(num)s изабраних рецепата?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Било која претходно постојећа вредност неће бити измењена." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "Нове вредности ће преписати било коју претходно постојећу вредност." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Ова измена не може бити поништена." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Постави вредности за изабране рецепте" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Потражите рецепте" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Отвори рецепт" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Отворите изабрани рецепт" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Обриши рецепт" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Обришите изабране рецепте" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Уреди рецепт" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Отворите изабране рецепте у прегледу уређивача рецепта" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "_Извези изабране рецепте" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Извезите изабране рецепте у датотеку" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Штампај" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "рецепти" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "Групно _уреди рецепте" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Нови" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Увезите рецепт" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Увезите рецепт из датотеке" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s рецепт" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Извези _све рецепте" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Извезите све рецепте у датотеку" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Изађи" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Радње" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Смеће" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Поставке" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Прикључци" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Управљајте прикључцима који Гурманку додају посебне функције." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "_Подешавања" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_О програму" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Алати" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Одбројавач" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Прикажите одбројавач" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Претраживи попис рецепта у бази података." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Да обришем %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" "Имате несачуваних измена у %s. Да ли сте сигурни да желите да обришете?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Обрисан" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Неименован" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Да ли трајно да обришем рецепте?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Да ли трајно да обришем рецепт?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Да ли сте сигурни да желите да обришете рецепт %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Да ли сте сигурни да желите да обришете следеће рецепте?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Да ли сте сигурни да желите да обришете %s изабрана рецепта?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Види рецепте" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Обриши рецепте" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Попис рецепта" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Обрисан рецепт %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Готово!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Увозим..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Уређивач _кључа састојка" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Уредите кључеве састојака на гомили" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "кључу" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "ставки" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Поље" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Вредност" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Укупност" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Да изменим све „%s“ кључеве у „%s“?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Нећете бити у стању да поништите ову радњу. Ако већ постоје састојци са " "кључем „%s“, нећете бити у могућности да разликујете те ставке од ставки " "које сада мењате." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Да изменим све „%s“ ставке у „%s“?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Нећете бити у стању да поништите ову радњу. Ако већ постоје састојци са " "ставком „%s“, нећете бити у могућности да разликујете те ставке од ставки " "које сада мењате." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Измени _све примерке „%(unit)s“ у „%(text)s“" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Измени „%(unit)s“ у „%(text)s“ само за _састојке „%(item)s“ са кључем " "„%(key)s“" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Измени _све примерке „%(amount)s“ %(unit)s у %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Промени „%(amount)s“ %(unit)s у „%(text)s“ %(unit)s само _где је кључ " "састојка %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Промени „%(amount)s“ %(unit)s у „%(text)s“ %(unit)s само где је кључ " "састојка %(key)s _а где је ставка %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Да изменим све изабране редове?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Ова радња неће бити поништљива. Да ли ви то за све изабране редове — %s, " "желите да поставите следеће вредности:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Кључ у %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Ставка у %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Јединица у %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Количина у %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s састојак" msgstr[1] "%s састојка" msgstr[2] "%s састојака" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Приказујем састојке %(bottom)s на %(top)s од %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Количина" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Кључеви састојка" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Кључеви састојака су нормализовани називи састојака који се користе за " "спискове за куповину и за прорачуне." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Погоди кључеве" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Погодите најбоље вредности за све кључеве састојака на основу вредностима " "које су већ у вашој бази података" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Уредите придруживања кључа" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Уредите придруживања са кључем и другим особинама у бази података" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Уређивач кључа" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Ставка:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Кључ:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Измени изабране састојке" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Категорија за куповину" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Прикажите јединице како су написане за сваки рецепт (без промена)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Увек прикажи америчке јединице" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Увек прикажи метричке јединице" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Сам подеси јединице" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Подеси поставке приказа _јединица" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Самостално претворите јединице у жељени систем (метрички, царски, итд.) где " "је то могуће." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Звездице" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "Пре %s" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Сам стопи рецепте" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Увек користи новији рецепт" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Увек користи старији рецепт" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Ништа" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Неки од увезених рецепата изгледа да су дупликати. Можете их обједините " "овде, или затворити ово прозорче да их остави таквим какви су." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Пронађи _дуплиране рецепте" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Пронађи и уклони дуплиране рецепте" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Рецепти са сличним подацима о рецепту" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Рецепти са сличним састојцима" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Рецепти са сличним подацима о рецепту и састојцима" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Удвостручи рецепте" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Укључи рецепте из смећа" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Приказујем:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Стопи _све дупликате" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Стопи рецепте" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "_Сам стопи" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "За сваку изабрану вредност" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Где %(field)s је %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Измена ће утицати на %s рецепт" msgstr[1] "Измена ће утицати на %s рецепта" msgstr[2] "Измена ће утицати на %s рецепата" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Да обришем „%s“ где је %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Да изменим „%s“ из „%s“ у „%s“?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Ова измена није повратна." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Уређивач поља" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Уредите поља у више рецепта у исто време." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "Пошаљи рецепте ел. поштом" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" "Пошаљи ел. поштом све изабране рецепте (или све рецепте ако није изабран " "иједан рецепт" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Да ли заиста желите да пошаљете ел. поштом свих %s изабраних рецепта?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Да, пошаљи их _ел. поштом" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Не могу да претворим %s у %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Треба ми податак о густини." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Претварач јединица" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Израчунавање претварања јединица" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Претварач јединица" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Из" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "_Ставка:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Густина:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Подаци о _густини" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "У" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Резултат:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "ХТМЛ веб страница" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Извозим веб страницу" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Извозим рецепте у ХТМЛ датотеке у директоријуму %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Рецепт је сачуван као ХТМЛ датотека %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Оригинална страница из %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "необавезно" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Извозим веб страницу" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Извозим рецепте у ХТМЛ датотеке у директоријуму %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Рецепт је сачуван као ХТМЛ датотека %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Датотека обичног текста" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Извоз у текст" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Извозим рецепте у текстуалну датотеку %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Рецепт је сачуван као датотека обичног текста %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Велика датотека" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Датотека %s је исувише велика за увоз" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Ваша датотека премашује највећу дужину од %s знака. Ипак вероватно нисте " "мислили да је увезете. Ако заиста желите да увезете ову датотеку, користите " "уређивач текста да је поделите на мање датотеке и покушајте опет да је " "увезете." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Гурманкова ИксМЛ датотека" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Гурманков ИксМЛ извоз" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Извозим рецепте у Гурманкову ИксМЛ датотеку %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Рецепт је сачуван у Гурманковој ИксМЛ датотеци %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Гурманкова ИксМЛ датотека (застарело)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "ИксМЛ датотека Мајстора кувања" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Текстуална датотека Мајстора кувања" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Завршен је увоз Мајстора кувања." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Сређујем ИксМЛ" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "ИксМЛ датотека КРецепта" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Распоред странице" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Штампај рецепт" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "ПДФ (запис преносивог документа)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Извоз у ПДФ" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Извозим рецепте у ПДФ %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Рецепт је сачуван као ПДФ %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "цм" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "тачака" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Пописна картица (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Пописна картица (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Пописна картица (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Пописна картица (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Писмо" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Правни" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Пописне картице (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Пописне картице (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Пописне картице (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Равно" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s колона" msgstr[1] "%s колоне" msgstr[2] "%s колона" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Портрет" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Положено" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Величина _папира" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Усмерење" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Распоред _странице" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Величина слова" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Лева маргина" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Десна маргина" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Горња маргина" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Доња маргина" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "Опције ПДФ‑а" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Датотека Мајстора јела" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Извоз Мајстора јела" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Извозим рецепте у датотеку Мајстора јела %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Рецепт је сачуван као датотека Мајстор јела %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "служење" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Велика датотека" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Извоз у ХТМЛ" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Извозим рецепте у Гурманкову ИксМЛ датотеку %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Рецепт је сачуван у Гурманковој ИксМЛ датотеци %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Складиштар списка за куповину" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Сачувајте списак као рецепт" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "<Ктрл><Помак>С" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Сачувајте текући списак куповине као рецепт за будућу употребу" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, fuzzy, python-format msgid "Menu for %s (%s)" msgstr "Јеловник за %s" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Јеловник" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Подаци о хранљивости осликавају количину за %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Подаци о хранљивости осликавају количину за читав рецепт" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Подаци о хранљивости недостају за %s састојка: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Било која група хране" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "избор" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Претвори јединицу за %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Да би израчунао хранљиву вредност, Гурманку је потребна ваша помоћ да би " "претворио „%s“ у јединицу коју разуме." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Измени кључ састојка" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Да изменим кључ састојка из %(old_key)s у %(new_key)s свуда или само у " "рецепту %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Измени _свуда" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Само у рецепту „%s“" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "Да ли свуда да изменим кључ састојка из %(old_key)s у %(new_key)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Измени јединицу" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Да изменим јединицу из %(old_unit)s у %(new_unit)s за све састојке " "%(ingkey)s или само у рецепту %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Да би израчунао хранљиву вредност за „%(amount)s %(unit)s %(ingkey)s“, " "Гурманко мора да зна њихове густине. Наша база података о хранљивости има " "неколико описа ове хране са различитим густинама. Изаберите испод ону праву." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Да би применио хранљиве вредности, Гурманку требају исправна количина и " "јединица." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Исхрана" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Састојак" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Еквивалент УСДА базе података" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 грама" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Калорије" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Укупно масти" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Засићене масти" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Холестерол" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Натријум" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Укупно угљених хидрата" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Дијетална влакна" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Шећери" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Протеини" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Алфа-каротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Пепео" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Бета-каротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Бета криптоксантин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Калцијум" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Бакар" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Укупно витамина Б9" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Витамин Б9" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Витамин Б9 у храни" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Дијететски еквивалент витамина Б9" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Гвожђе" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Ликопен" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Лутеин+Зеаксантин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Магнезијум" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Манган" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Витамин Б3" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Витамин Б5" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Фосфор" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Калијум" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Витамин А" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Ретинол" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Витамин Б2" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Селен" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Витамин Б1" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Витамин А (ИУ)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Витамин А (РАЕ)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Витамин Б6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Витамин Б12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Витамин Ц" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Витамин Е" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Витамин К" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Цинк" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Витамини и минерали" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Недостају хранљиве вредности за\n" "%(missing)s од %(total)s састојка." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _дневне вредности" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Проценат препоручене дневне вредности на основу %i калорије по дану. " "Кликните да уредите број калорија по дану." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Количина за %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Количина по рецепту" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Учитавам податке о хранљивости" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Завршен је увоз базе података о хранљивости!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Довлачим базу података о хранљивости из зип архиве %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Извлачим „%s“ из зип архиве." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Обрађујем податке о хранљивости..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Читам податке о хранљивости: увезох %s од %s ставке." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Обрађујем податке тежине..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Читам податке о тежини за хранљиве ставке: увезох %s од %s ставке" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Вода" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Килокалорија" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g протеина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g масти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g пепела" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g угљених хидрата" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g влакна" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g шећера" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg калцијума" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg гвожђа" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg магнезијума" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg фосфора" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg калијум" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg натријума" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg цинка" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg бакра" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg мангана" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "микрограма селена" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg витамина ц" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg витамина Б1" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg витамина Б2" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg витамина Б3" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg витамина Б5" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg витамина Б6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "микрограма витамина Б9" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "микрограма витамина Б9" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "микрограма витамина Б9 у храни" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "микрограма дијететских еквивалената витамина Б9" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Холина, укупно" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "микрограма витамина Б12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Витамин А ИУ" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Витамин А (микрограма еквивалената активности мрежњаче" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "микрограма ретинола" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "микрограма Алфа-каротина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "микрограма Бета-каротина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "микрограма бета криптоксантина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "микрограма ликопена" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "микрограма Лутеина+Зеаксантина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg витамина Е" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg витамина К" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g засићених масних киселина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g мононезасићених масних киселина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g вишенезасићених масних киселина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg холестерола" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Проценат отпада" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Производи од млека и јаја" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Зачини и мирођије" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Дечја храна" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Масти и уља" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Живина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Супе и умаци" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Кобасице и месо" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Житарице за доручак" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Воће и воћни сокови" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Свињетина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Поврће" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Језгра и семенке" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Говедина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Напици" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Риба и остриге" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Махунарке" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Јагњетина, телетина и игра" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Пекарски производи" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Слаткиши" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Зрневље и тестенина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Брза храна" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Оброци, предјела, и прилози" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Грицкалице" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Народна јела" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "читава база података" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "Кључ састојка" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "ИБ број УСДА" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "Опис УСДА ставке" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Еквивалент густине" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "УСДА ИБ#" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Алати" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Добавите хранљиве вредности за тренутни списак" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Количина за списак за куповину" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Уреди податке о _хранљивсти" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "звездице" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Извезох %(number)s од %(total)s рецепта" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Извоз је завршен." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Укључи рецепт у тело ел. поште (Одлична замисао без обзира шта ли је)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Пошаљи рецепт ел. поштом као ХТМЛ прилог" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Пошаљи рецепт ел. поштом као ПДФ прилог" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Опције ел. поште" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Не питај пре слања ел. поште." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Е-пошта није послата" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "Нисте изабрали да укључите рецепт у тело поруке или као прилог." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Сачувај рецепт као..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Гурманко не може да извезе датотеку „%s“ врсте" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Извези рецепте" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "рецепти" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Не могу да извезем: непозната врста датотеке „%s“" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" "Уверите се да сте изабрали врсту датотеке из падајућег изборника приликом " "чувања." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Извези" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Не могу да штампам: није покренут прикључак штампања!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Штампај %s рецепт" msgstr[1] "Штампај %s рецепта" msgstr[2] "Штампај %s рецепата" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "принос" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Отвори рецепт..." #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Унеси веб страницу" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Измене" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Унесите адресу веб сајта или архиве рецепта." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Увези" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Све увозиве датотеке" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Увезох %s рецепта." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "служење" msgstr[1] "служења" msgstr[2] "служења" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Увезох %s од %s рецепта." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "у реду" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Служење" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Подгрупа састојка" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Сакриј" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Текст" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Радње" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Увези рецепт" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Очисти _ознаке" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Увезите рецепт" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "било где" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "наслову" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "састојку" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "упутствима" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "белешкама" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "кухињи" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "извору" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Користи регуларне изразе код претраге" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Користи регуларне изразе (напредни језик претраге) у претрази текста" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Тражите док куцате (искључите ако је претрага превише спора)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Прикажи _опције претраге" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Прикажите напредне опције претраге" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s рецепт" msgstr[1] "%s рецепта" msgstr[2] "%s рецепата" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Приказујем рецепте %(bottom)s до %(top)s од %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s у %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Заустављено" #: ../src/gourmand/threadManager.py:269 #, fuzzy msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Увоз из Крецепта" msgstr[1] "Увоз из Крецепта" msgstr[2] "Увоз из Крецепта" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Паузирај" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Урађено" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Грешка: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Грeшкa" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Грешка %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "Повратно праћење" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "секунда" msgstr[1] "секунде" msgstr[2] "секунди" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "мин" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "минут" msgstr[1] "минута" msgstr[2] "минута" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "сати" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "сат" msgstr[1] "сата" msgstr[2] "сати" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "дан" msgstr[1] "дана" msgstr[2] "дана" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "седмица" msgstr[1] "седмице" msgstr[2] "седмица" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "месец" msgstr[1] "месеца" msgstr[2] "месеци" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "година" msgstr[1] "године" msgstr[2] "година" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " и " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "и" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "до" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Разгледај рецепте" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Бирајте рецепте разгледањем категорије, кухиње, итд." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "Главно" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Пронађи дуплиране рецепте" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Чаробњак који проналази и уклања или стапа удвојене рецепте." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Извоз у ПДФ" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 #, fuzzy msgid "Create an epub book from recipes." msgstr "Направите веб страницу рецепта из рецепта." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Увозник/Извозник" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Гурманков ИксМЛ увоз и извоз" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Увезите и извезите рецепте као Гурманкове ИксМЛ датотеке, пригодне за " "резерву или размену са другим корисницима Гурманка." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "Увоз из Крецепта" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Увезите датотеке из програма Крецепти." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Увоз Мајстора кувања" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Увезите датотеке из програма Мајстор кувања." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 #, fuzzy msgid "My CookBook Import and Export" msgstr "Гурманков ИксМЛ увоз и извоз" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 #, fuzzy msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Увезите и извезите рецепте као Гурманкове ИксМЛ датотеке, пригодне за " "резерву или размену са другим корисницима Гурманка." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "Извоз Мајстора јела (tm)" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Извезите рецепте као текстуалну датотеку мајстора јела" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Штампање и извоз у ПДФ" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Штампајте рецепте или их извезите као ПДФ; овај прикључак омогућава " "разноврсне распореде странице." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Вођени увоз обичног текста" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Помаже кориснику да означи и извезе обичан текст. Такође обезбеђује извоз у " "обичан текст." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Доделите и уредите кључеве састојака (јединствени одредници за састојке, " "који се користе за спајање ставки на списковима за куповину)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Сачувајте спискове куповине као рецепте за будућу употребу." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Израчунајте хранљиве вредности за рецепте." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Уређивач категорије за куповину" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Доделите и уредите категорије куповине за састојке из оквира уређивача " "рецепта." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Провера правописа" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Додајте проверу правописа оквирима текста дужине пасуса у уносу рецепта " "(упутства, белешке)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "Обезбеђује једноставан израчунавач јединица." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Поставке приказа јединица" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" "Омогућава вам да увек користите метричке (или царске) јединице за приказ." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Провера за Уникодом-16 у датотекама текста" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Укључите ово ако се ваше утф-16 текстуалне датотеке не увозе исправно у " "Гурманка. Искључите ово ако никада не користите УТФ16 и ако вам стално смета " "прозорче „Кодирања“ када увозите датотеке." #~ msgid "E-mail selected recipe" #~ msgstr "Пошаљи ел. поштом изабрани рецепт" #~ msgid "_E-Mail recipe" #~ msgstr "_Пошаљи рецепт ел. поштом" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Роланд Дихејм (испомоћ за прилагођавање на Виндоуз)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Данијел Фолкинштајн (Инсталација за Виндоуз)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Ричард Фергусон (побољшања сучеља претварача јединица)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "Р.С. Борн (побољшања за извоз Мајстора јела)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "иксат (логотип и поздравни екран)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "" #~ "Јула Зубрицки (иконице хранљивости и додавања на списак за куповину)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Сајмно Дарлингтон (побољшања за " #~ "интернационализацију, разне исправке грешака)" #, fuzzy #~ msgid "" #~ "Bernhard Reiter (maintenance since 0.16.0, website re-" #~ "design)" #~ msgstr "" #~ "Бернард Рајтер (Одржавање издања за Виндоуз и " #~ "осмишљавање веб сајта)" #~ msgid "Upgrading database" #~ msgstr "Надограђујем базу података" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "У зависности од величине базе података, ово може да буде интензиван " #~ "поступак и може да потраје неко време. У случају да нешто крене наопако " #~ "резерва ваших података бива направљена самостално." #~ msgid "Paste ingredients" #~ msgstr "Убаци састојак" #~ msgid "Import from file" #~ msgstr "Увези из датотеке" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Изаберите датотеку која садржи ваш списак састојака." #~ msgid "No file selected" #~ msgstr "Није изабрана ниједна датотека" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Није изабрана ниједна датотека, тако да је радња отказана" #~ msgid "_Import file" #~ msgstr "_Увези датотеку" #~ msgid "Import _webpage" #~ msgstr "Увези _веб страницу" #~ msgid "Import recipe from webpage" #~ msgstr "Увезите рецепт са веб странице" #~ msgid "Open _Trash" #~ msgstr "_Отвори смеће" #~ msgid "Archive (zip, tarball)" #~ msgstr "Архива (зип, тарбал)" #~ msgid "Loading zip archive" #~ msgstr "Учитавам зип архиву" #~ msgid "Unzipping zip archive" #~ msgstr "Распакујем зип архиву" #~ msgid "Webpage" #~ msgstr "Веб страница" #, python-format #~ msgid "Downloading %s" #~ msgstr "Преузимам %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Списак за куповину за %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Довлачим „%s“" #~ msgid "ml" #~ msgstr "ml" #~ msgid "Retrieving file" #~ msgstr "Довлачим датотеку" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Унесите адресу архиве рецепта или веб страницу рецепта." #~ msgid "Enter URL:" #~ msgstr "Унеси адресу:" #~ msgid "Unable to import URL" #~ msgstr "Не могу да увезем адресу" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Гурманко нема прикључак за увоз адреса" #, python-format #~ msgid "" #~ "Unable to import URL %(url)s of mimetype %(type)s. File saved to " #~ "temporary location %(fn)s" #~ msgstr "" #~ "Не могу да увезем %(url)s миме врсте %(type)s. Датотека је сачувана на " #~ "привремено место %(fn)s" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Не препознајем ову веб страницу. Користим општег увозника..." #~ msgid "Import complete." #~ msgstr "Увоз је завршен." #~ msgid "Importing recipe" #~ msgstr "Увозим рецепт" #~ msgid "Processing ingredients" #~ msgstr "Обрађујем састојке" #~ msgid "Processing ingredients." #~ msgstr "Обрађујем састојке." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Гурманкова ИксМЛ датотека" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Управник рецепта Гурманко" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Организујте рецепте, направите спискове за куповину, израчунајте хранљиве " #~ "вредности и још много тога." #~ msgid "Send to Email" #~ msgstr "Пошаљи ел. поштом" #~ msgid "Email recipes from Gourmet" #~ msgstr "Пошаљи ел. поштом рецепте из Гурманка" #~ msgid "Zip, Gzip, and Tarball support" #~ msgstr "Зип, Гзип, и Тарбал подршка" #~ msgid "Import recipes from zip and tar archives" #~ msgstr "Увезите рецепте из зип и тар архива" #~ msgid "HTML Export" #~ msgstr "Извоз у ХТМЛ" #~ msgid "Create recipe webpages from recipes." #~ msgstr "Направите веб страницу рецепта из рецепта." #~ msgid "Webpage import" #~ msgstr "Увоз са веб странице" #~ msgid "Import recipes from the web." #~ msgstr "Увезите рецепте са веб странице." #~ msgid "Website Importers" #~ msgstr "Увозници веб сајта" #~ msgid "Importers for about.com, www.foodnetwork.com, and others" #~ msgstr "Увозници за „about.com“, „www.foodnetwork.com“, и друге" #~ msgid "" #~ "Select text from the raw recipe and categorize it by labelling which " #~ "part of the recipe it is (choose from the recipe elements on the right)." #~ msgstr "" #~ "Изаберите текст из сировог рецепта и категоришите га етикетирањем који " #~ "део рецепта јесте (изаберите из елемената рецепта на десној страни)." #~ msgid "_Raw recipe:" #~ msgstr "_Сирови рецепт:" #~ msgid "_Label" #~ msgstr "_Натпис" #~ msgid "" #~ "Start new recipe (use this if the file you're importing contains more " #~ "than one recipe)" #~ msgstr "" #~ "Започните нови рецепт (користите ово ако датотека коју увозите садржи " #~ "више од једног рецепта)" #~ msgid "Select recipe image" #~ msgstr "Изаберите слику рецепта" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Изаберите слику за рецепт „%s“" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Испод су све слике пронађене за страницу коју увозите. Изаберите било " #~ "које слике које су од рецепта, или немојте изабрати ништа ако не желите " #~ "ниједну од ових слика." #~ msgid "Python Shell" #~ msgstr "Питонова конзола" #~ msgid "" #~ "Allows programmers to access an interactive shell with access to " #~ "Gourmet's internals." #~ msgstr "" #~ "Омогућава програмерима да приступе међудејственој конзоли са приступом " #~ "Гурманковој унутрашњости." #~ msgid "_Python Console" #~ msgstr "_Питонова конзола" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Прикажите питонову конзолу (обезбеђује приступ тренутном примерку " #~ "гурманка)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Управник рецепта Гурманко се покреће..." #~ msgid "Starting gourmet..." #~ msgstr "Покрећем гурманка..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Управо сте преместили %s рецепт у смеће. Можете да повратите тај рецепт " #~ "или да их трајно обришете у било које време кликом на „Алати—>Отвори " #~ "смеће“." #~ msgstr[1] "" #~ "Управо сте преместили %s рецепта у смеће. Можете да повратите те рецепте " #~ "или да га трајно обришете у било које време кликом на „Алати—>Отвори " #~ "смеће“." #~ msgstr[2] "" #~ "Управо сте преместили %s рецепaта у смеће. Можете да повратите те рецепте " #~ "или да их трајно обришете у било које време кликом на „Алати—>Отвори " #~ "смеће“." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "Да одштампате, покрените прикључак који обезбеђује подршку штампања, као " #~ "што је прикључак „Штампање и извоз у ПДФ“." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "" #~ "Ово је непријатно. Нешто је пошло наопако приликом штампања вашег рецепта." #~ msgid "Unable to open URL" #~ msgstr "Не могу да отворим адресу" #~ msgid "Unable to launch mail reader." #~ msgstr "Не могу да покренем читача поште." #~ msgid "Unable to open website." #~ msgstr "Не могу да отворим веб сајт." #~ msgid "Unable to open file." #~ msgstr "Не могу да отворим датотеку." #~ msgid "There was an error launching the url: %s" #~ msgstr "Дошло је до грешке покретања адресе: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Време мора да почне бројем или разломком за којим следи јединица (минути, " #~ "сати, итд.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Време мора бити изражено у сатима, минутима, секундама, итд." #~ msgid "Couldn't make sense of %s as number of yields" #~ msgstr "Не могу да осмислим %s као број приноса" #~ msgid "cancelled" #~ msgstr "отказано" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Затражили сте да затворите прозор са радним одбројавачем. Можете да " #~ "зауставите одбројавач, или једноставно можете да затворите прозор. Ако " #~ "затворите прозор, поново ће се појавити када се одбројавач угаси." #~ msgid "_Servings" #~ msgstr "_Служење" #~ msgid "A file named %s already exists." #~ msgstr "Датотека под називом „%s“ већ постоји." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Да ли желите да је замените оном коју чувате?" #~ msgid "Importing old recipe data" #~ msgstr "Увозим податке старог рецепта" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Увозим податке рецепта из претходног издања Гурманка у нову базу података." #~ msgid "Export succeeded" #~ msgstr "Извоз је успео" #~ msgid "webpage" #~ msgstr "веб страница" #~ msgid "Exported %s to %s" #~ msgstr "Извезох %s у %s" #~ msgid "%s stopped." #~ msgstr "%s је заустављен." #~ msgid "%s was interrupted by user request." #~ msgstr "%s је прекинут на захтев корисника." #~ msgid "%s interrupted" #~ msgstr "%s је прекинут" #~ msgid "There was an error during %s." #~ msgstr "Дошло је до грешке за време %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Бришем рецепте из базе података... (обрисаних: %s од %s)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Обрисах %s рецепт" #~ msgstr[1] "Обрисах %s рецепта" #~ msgstr[2] "Обрисах %s рецепата" #~ msgid "Export complete!" #~ msgstr "Извоз је завршен!" #~ msgid "Recipe exported to %s" #~ msgstr "Рецепт је извезен у %s" #~ msgid "Database format has changed" #~ msgstr "Запис базе података је измењен" #~ msgid "" #~ "%(progname)s %(version)s has changed the format of its database. Your " #~ "database will no longer work with older versions of %(progname)s. A " #~ "backup has been saved in %(backupfile)s" #~ msgstr "" #~ "%(progname)s %(version)s је променио запис своје базе података. Ваша база " #~ "података више неће радити са старијим издањима програма %(progname)s. " #~ "Резерва је сачувана у %(backupfile)s" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "У случају да нешто крене наопако, примерак резерве ваше базе података је " #~ "извезен у „%s“" #~ msgid "Transferring data to new database format" #~ msgstr "Преносим податке у нови запис базе података" #~ msgid "Gourmet Import/Export" #~ msgstr "Гурманков увоз/извоз" gourmand-1.2.0/po/sv.po000066400000000000000000004037651510115424500147510ustar00rootroot00000000000000# Swedish translation for Gourmet Recipe Manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the Gourmet Recipe Manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: Gourmet Recipe Manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2022-08-15 17:26+0200\n" "Last-Translator: jens persson \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Poedit 2.4.2\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "Receptindex" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Nytt recept" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Lägg till i _inköpslistan" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "Se re_cept" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "_Sök efter:" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "Sök efter recept när du skriver" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "_i" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "Förbättra sökningen med fler kriterier." #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "Lägg till ett _sökbegrepp" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "Begränsa sökning till:" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "Sök_resultat" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "Sätt fält för valda recept" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" "Sätt receptfält för valda recept" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "_Lägg till bild" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "Tag _bort bild" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "_Källa:" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "_Betyg:" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "Matk_ultur:" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "_Kategori:" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "_Förberedelsetid:" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "_Tillagningstid:" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "_Webbsida:" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "Bild:" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "_Avkastning:" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "E_nhet för avkastning:" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "Sätt _endast värden där fältet för tillfället är tomt" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "Sätt alla värden för _alla valda recept" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "Metakit (standard, sparad i en fil lokalt)" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "SQLite (sparad i en fil lokalt)" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "MySQL (kräver ansluing till databasen)" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "Välj databas" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "Välj Databas för Gourmand" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "_Databassystem" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "_Värd:" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "_Användarnamn:" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "_Lösenord:" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "Lösenord för din användare till databasen." #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "*" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "Databas_namn:" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Arkiv" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" "Värdnamn för systemet där din databasserver kör. Om din databasserver kör på " "ditt lokala system, använd localhost." #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "localhost" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" "Spara lösenordet till nästa gång. Detta betyder att lösenordet lagras " "osäkert i din konfigurationsfil." #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "_Spara lösenord" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" "Namn på databasen i vilken Gourmet ska lagra informationen. Gourmet kommer " "bara att försöka skapa denna databas om den inte redan existerar." #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "recept" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "Ditt användarnamn till databasen." #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "_Bläddra" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Detaljer" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "Inställningar för recepthanteraren Gourmand" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "Inställningar för översikten" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "_Visa verktygsrad" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "_Recept per sida:" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "Konfigurera vilka kolumner som visas i översiktsvyn." #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "Översikten" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "Inställningar för receptkort" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "Tillåt _enheter att ändras vid mångfaldigande" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "Använd _bråkform" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "Använd bråkform när det är möjligt" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "Dölj icke använda fält på receptkort." #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "Kortvy" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "Inställningar för inköpslista" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" "Vad ska Gourmand göra med valfria ingredienser när recept läggs till i " "inköpslistan?" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "_Fråga om valfria ingredienser ska _ingå" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "Kom _ihåg användarval" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "_Rensa lagrade valfria ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "Lägg all_tid till valfria ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "Lägg al_drig till valfria ingredienser" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Inköpslista" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "portioner" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Titel" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "_Titel:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "_Förberedelsetid:" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategori" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "betyg" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "Avkastning" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "Enhet för avkastning" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "_Inköpslista" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "Redigera _beskrivning" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "Tillagningstid:" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "Förberedelsetid:" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "Matkultur:" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "Kategori:" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "Webbsida:" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "_Avkastning:" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "Länk" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "Källa:" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "Betyg:" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "_Multiplicera med:" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "Instruktioner" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "Redigera i_nstruktioner" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "Anteckningar" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "Redigera _anteckningar" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Recept" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "Ingredienser" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "Redigera _ingredienser" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "Lägg _till ingrediens:" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Ingredienser" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "Lägg till recept till inköpslistan" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "Lägg till i _inköpslista" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "Visa receptkort" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "Radera valt recept" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Ta bort recept" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "Redigera egenskaper hos valt recept" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "Redigera recept i _grupp" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "Kopiera valt recept" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "_Kopiera recept" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "Skriv ut valt recept" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "_Skriv ut recept" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" "Köp aldrig denna ingrediens. När den förekommer i ett recept kommer den att " "visas i \"skafferi\"sektionen som en påminnelse att du behöver det men den " "kommer inte att sparas eller skrivas ut, såvida du inte speciellt ber om det." #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "Lägg till i _skafferiet" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "Visa _alternativ" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "Sök _i" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "Använd reguljära uttryck (avancerad sökning)" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "Sök medan du _skriver" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "Sökinställningar" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategori" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Tangent" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "Kategoriredigerare" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "Sök i" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "Sök medan du skriver" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "Använd reguljära uttryck" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "Avancerad sökning" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "Lägg till kategori: " #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Tidtagarur" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "Tidtagarur" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "Tidtagarur färdigt!" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" "Tidtagaruret kommer att fortsätta signalera tills du stänger denna dialog " "eller återställer tidtagaruret." #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "Sätt _tid: " #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "_Återställ" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "_Start" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "_Ljud" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "A_nteckning" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "U_pprepa signalen tills jag stänger av det" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "_Inställningar" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "Redigera fält i hela databasen" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "Fält att _redigera:" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "För varje valt värde:" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "Ändra _inte värde" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" "Nytt värde kommer att lägga på till slutet av eventull existerande text" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "Nytt värde kommer att ersätta eventuella existerande värden" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "_Fält:" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "_Värde:" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "Ändra _annat fält:" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "_Ändra värde till: " #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "_Radera värde" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "Välj motsvarighet till" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "Från USDA databasen" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "_Ändra ingrediens" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "eller" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "_Sök i USDAs ingrediens databas:" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "Sök medan du _skriver" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "Visa endast mat i _gruppen:" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "Sök_resultat:" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "Från:" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "_Mängd:" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "Enhet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "enhet" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "_Byt enhet" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "_Spara ny enhet" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "Till:" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "_Enhet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "Ange näringsinformation för " #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "Välj en densitet" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "Ingrediensnyckel:" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "USDA produkt:" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "Ändra _USDA koppling" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "Näringsinformation" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "Redigera _information" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "_Näringsvärde" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "Densitet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "USDA databas motsvarighet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "Special motsvarighet:" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "_Densitets information" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "Känd näringsinformation" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "_Avancerad sökning" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "Näringsvärde" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "I_gnorera" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "Gourmand Recepthanterare" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Gormand recepthanteraren är ett program för att lagra, organisera och söka " "recept.\n" "\n" "Funktioner:\n" "* Skapa enkelt inköpslistor från recept.\n" "* Importera recept från många källor, bland annat MealMaster och MasterCook\n" " arkiv och flera populära hemsidor.\n" "* Exportera recept som text, MealMaster filer, HTML-sidor och ett speciellt " "XML-format för utbyte med andra Gourandanvändare.\n" "* Länka bilder till recepten.\n" "* Beräkna näringsvärdet för recept baserat på dess ingredienser.\n" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "Nyall Dawson (kakicon)" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "Kati Pregartner (Startskärmsbild)" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "Välj databas fil" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Nytt recept" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "Databas backup" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "Beroende på databasstorleken så kan detta ta lång tid." #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Detaljer" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" "En backup har skapats i %s i fall att någonting går fel. Om denna " "uppgradering går fel kan du manuellt byta namn på din backup-fil till " "recipes.db för att återskapa den." #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "Ändra _kategori" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "Skapa ny kategori" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "Byt kategori på den valda produkten" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "Skafferi" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Flytta till _inköpslista" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "B" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "Flytta till _skafferit" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "D" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "Flytta från inköpslistan" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "Flytta valda artiklar till %s" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Inköpslista" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Har redan (_skafferivaror)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Ange kategori" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Kategori att lägga till %s till" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Kategori:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Recept" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "Lägg till _artiklar:" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Ta bort recept" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Ta bort recept från inköpslista" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "Re_digera" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "_Hjälp" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "Lägg till artiklar" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "Lägg till andra produkter till inköpslistan" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Inga recept är valda. Du kanske vill tömma hela listan?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Spara inköpslista som..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "Välj valfria ingredienser" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Var god och välj vilka valbara ingredienser du vill behålla på din " "inköpslista." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Recept" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Visa" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Exportera receptet" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "Exportera valda receptet (spara till fil)" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "Ra_dera recept" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "Radera det här receptet" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "Justera enheter vid mångfaldigande" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "Ändra på enheter för att göra dem mer läsbara vid mångfaldigande." #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "Kopiera till urklipp" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Skriv ut recept" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "Lägg till på inköpslistan" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "Rensa lagrade valfria ingredienser" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" "Innan produkten läggs till på inköpslistan, fråga om alla valfria " "ingredienser, även de som tidigare lagrats" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "Exportera recept" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "Receptet exorterades till %s" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Du har osparade ändringar." #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "Spara ändringar innan kopiering?" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "Spara ändringar innan utskrift?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(alternativ)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Kan inte hitta recept %s i databasen." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Redigera recept:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "Spara ändrigar till databas" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Visa receptkort" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Ändra" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "Spara ändringar till %s" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "Lägg ingrediens" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Lägg till grupp" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "Lägg till _recept" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "Lägg ett annat recept som ingrediens i detta recept" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Radera" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "Upp" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Ner" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Beskrivning" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Instruktioner" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Kommentarer" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Mängd" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Enhet" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Produkt" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Valbar" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Receptet %s (ID %s) finns inte i vår databas." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Omvandlat: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Ej konverterat: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Ändrade enhet." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Du har bytt enhet för %(item)s från %(old)s till %(new)s. Vill du att " "mängden skall konverteras också?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Konverterade %(old_amt)s %(old_unit)s till %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Kunde inte konvertera från %(old_unit)s till %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Lägger till ingrediensgrupp" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Ge ett namn åt denna undergrupp av ingredienser" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Namn på grupp:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "Välj recept" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Recept kan inte räknas som ingrediens!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Oändliga rekursioner är inte tillåtna i recept!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Du har inte valt något recept!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "Hur mycket av %(title)s kräver ditt recept?" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Recept" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Ringande ljud" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Varningsljud" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Ljud vid fel" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Stoppa tidtagarur?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Stoppa _timer" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Fortsätt timer" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Tillägg" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "Tillägg ger extra funktioner till Gourmand." #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "Detta tillägg behövs för andra tillägg. Deaktivera tillägget ändå?" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "Följande tillägg kräver %s:" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "Deaktivera ändå" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "Behåll tillägget aktivt" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "eller" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "Ett fel inträffade när tillägget aktiverades." #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "Ett fel inträffade när tillägget deaktiverades." #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Matkultur" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Gradering" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Källa" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Webbsida" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Förberedelsetid" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Tillagningstid" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Ändringar" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "Tid måste bestå av ett nummer och en enhet." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Ogiltig inmatning." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Inte ett nummer." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Pausa" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Stoppa" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Fråga mig inte igen." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Vill du verkligen göra detta" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "suverän" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "kanon" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "bra" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "skaplig" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "dålig" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Konvertera bedömning till 5 stjärnors skala." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Omvandla graderingar." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" "Var god och ange varje gradering en motsvarighet på en skala från 1 till 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Nuvarande gradering" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Gradering av 5 stjärnor" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "Välj fil(er)" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Jag är ledsen, jag kan inte förstå\n" "mängden \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" "Mängder måste vara nummer (bråk- eller decimaltal), ett nummerområdet (tex. " "1-5) eller tomt." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "\"enhet\" bör vara i \"enhet\" fält för sig själv.\n" "Till exempel, om du vill skriva en och en halv kopp,\n" "kan mängdfältet innehålla \"1.5\" eller \"1 1/2\". \"koppar\"\n" "bör vara i ett skilt \"enhet\" fält.\n" "\n" "För att skriva in en rad numror, använd ett \"-\" för att skilja dem åt.\n" "Till exempel, kan du skriva in 2-4 eller 1 1/2 - 3 1/2.\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "Användarnamn" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "Lösenord" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "mjöl, (generellt)" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "socker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "salt" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "svart peppar, malet" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "is" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "vatten" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "olja, vegetabilisk" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "olja, oliv" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Okänd" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Receptet anropar sigsjälv som en ingrediens." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Ingrediensen %s ignoreras." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Spara inköpslista för %s" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "För följande recept:\n" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "För följande recept:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Välj teckenkodning" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Kan inte definiera teckenkodningen rätt. Välj den rätta teckenkodningen från " "listan." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Se _fil med teckenkodning" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Import pausad" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Stoppa import" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Recept_index" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Inköps_lista" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Arto Kemppainen https://launchpad.net/~arto-kemppainen\n" " Calle https://launchpad.net/~calle13\n" " Daniel Nylander https://launchpad.net/~yeager\n" " David Björklund https://launchpad.net/~david-bjorklund\n" " Elias Johansson https://launchpad.net/~eliasjo\n" " Jan-Eric Lindh https://launchpad.net/~jelh\n" " Magnus https://launchpad.net/~koma-lysator\n" " Magnus Malmsten https://launchpad.net/~magnus-malmsten\n" " Maria Ahlfors https://launchpad.net/~maria-ahlfors\n" " Mikael B https://launchpad.net/~mikael79+launch\n" " Mikael Olofsson https://launchpad.net/~michlos\n" " Mårten Woxberg https://launchpad.net/~maxmc\n" " Petri Pennanen https://launchpad.net/~suvarin\n" " Tomas Gustavsson https://launchpad.net/~tomplast\n" " Zirro https://launchpad.net/~magne-andersson\n" " boxar https://launchpad.net/~martin-boxar\n" " jens persson https://github.com/MrShark" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Sparad!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Spara dina ändringar till %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Import pågår." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "En exportering pågår." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Radering pågår." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Avsluta programmet i alla fall?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Avsluta inte!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "Permanent raderat %s av %s recept" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Papperskorg" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Bläddra, permanent radera eller återställa raderade recept" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Återställer recept " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "Antal %(unit)s av %(title)s att köpa" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Multiplicera %s med:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "Sätt %(attributes)s för %(num)s valt recept?" msgstr[1] "Sätt %(attributes)s för %(num)s valda recept?" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "Inga tidigare existerande värden kommer att ändras." #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "De nya värdena kommer att skriva över alla tidigare värden." #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "Denna förändring kan inte ångras." #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Ställ in värden för utvalda recept" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "Sök recept" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "Öppna receptet" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Öppna valt recept" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Radera receptet" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Ta bort markerade recept" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "Ändra receptet" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "Öppna utvalda recept i receptet redigeringsvyn" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "E_xportera valda recept" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "Exportera valda recept till fil" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Skriv ut" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "_Kopiera recept" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "_Batchredigera recept" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Ny" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "_Importera recept" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "Importera recept från fil eller sida" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "Klistra in recept" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "Exportera _alla recept" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "Exportera alla recept till fil" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Avsluta" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Åtgärder" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "_Papperskorg" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Inställningar" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Tillägg" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Hantera tillägg som ger extra funktioner för Gourmand." #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "I_nställningar" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Om" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "V_erktyg" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Tidtagarur" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Visa timer" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "Sökbart index över recept i databasen." #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Ta bort %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Du har osparade ändringar till %s. Är du säker på att du vill radera?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Borttagen" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Namnlös" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Ta bort recept permanent?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Ta bort recept permanent?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Är du säker på att du vill tabort receptet %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Är du säker på att du vill ta bort följande recept?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Är du säker på att du vill ta bort det %s valda recepten?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Se recept" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Radera recepten" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "Recept borttaget" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Tog bort recept %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "Se papperskorgen nu" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Färdig!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Importerar..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "Ingrediens_nyckel redigerare" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "Redigera ingrediens nycklar i klump" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "nyckel" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "sak" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Fält" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Värde" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Antal" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Ändra alla nycklar \"%s\" till \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Du kan inte ångra denna åtgärd. Om det redan finns ingredienser med denna " "nyckel \"%s\", kommer du inte att kunna skilja mellan dessa saker och de " "saker du ändrar nu." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Byt alla saker \"%s\" till \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Du kan inte ångra enna åtgärd. Om det redan finns ingredienser med denna sak " "\"%s\", kan du inte skilja på dessa saker och de saker du ändrar just nu." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Ändra _alla förekomster av \"%(unit)s\" till \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Ändra \"%(unit)s\" till \"%(text)s\" endast för _ingredienser \"%(item)s\" " "med nyckeln \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" "Ändra _alla förekomster av \"%(amount)s\" %(unit)s till %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Ändra \"%(amount)s\" %(unit)s till \"%(text)s\" %(unit)s endast _där " "ingrediens nyckeln är %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Ändra \"%(amount)s\" %(unit)s till \"%(text)s\" %(unit)s ändast där " "ingrediens nyckeln är %(key)s _och där saken är %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Ändra alla valda rader?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Denhär åtgärden kan inte ångras. Är du säker på att du vill för alla valda " "%s rader, ändra på följande värden:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Nyckel till %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Sak för %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Enhet till %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Antal att %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s ingrediens" msgstr[1] "%s ingredienser" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Visar ingredienser %(bottom)s till %(top)s av %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Mängd" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "Ingrediensnyckel" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" "Ingrediensnycklar är normaliserade ingrediensnamn som används i inköpslistor " "och för beräkningar." #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "Gissa nycklar" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" "Gissa bästa värde på alla ingrediensnycklas baserat på innehållet i din " "databas" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "Redigera nyckelkopplingar" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "Redigera nyckelkopplingar och andra attribut i databasen" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "Nyckelredigerare" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "_Produkt:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "_Tangent:" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "_Ändra valda ingredienser" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Inköpskategori" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "Visa enheter som skrivna i varje recept (ingen förändring)" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "Visa alltid amerikanska enheter" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "Visa alltid SI-enheter" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "Justera enheter automatiskt" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "Inställningar _enhetsvisning" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" "Konvertera automatiskt enheter till föredraget system (SI-systemet, Engelska " "enheter, osv.) när möjligt." #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "Obedömd" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Stjärnor" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "%s sedan" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "Sammanfoga recept automatiskt" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "Använd alltid senaste recepten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "Använd alltid äldsta recepten" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Ingen" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" "Några av de importerade recept verkar vara dubbletter. Du kan sammanfoga dem " "här, eller stänga denna dialogruta att lämna dem som de är." #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "Hitta _dubbletter av recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "Hitta och ta bort dubblerade recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "Recept med liknande information" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "Recept med liknande ingredienser" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "Recept med liknande information och ingredienser" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "Dubblerade recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "_Inkludera recept i papperskorgen" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "_Visar:" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "Slå samman _alla dubbletter" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "Slå samman recept" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "Slå samman _automatiskt" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "För varje valt värde" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "Där %(field)s är %(value)s" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "Ändringarna kommer att påverka %s recept" msgstr[1] "Ändringarna kommer att påverka %s recept" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "Radera %s när det är %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "Ändra %s från %s till %s?" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "Denna ändring går inte att ångra." #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "Fältredigerare" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "Redigera fält i flera recept samtidigt." #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "E-posta recept" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "E-posta alla utvalda recept (eller alla recept om inga recept välts" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "Vill du verkligen e-posta alla %s utvalda recept?" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "Ja, _e-posta dom" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Kan inte konvertera %s till %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Behöver uppgift om densitet." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "_Enhetskonverterare" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "Beräkna enhets-omvandlingar" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "Enhetskonvertering" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "Från" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "1" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "_Produkt:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "_Densitet:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "Densitets_information" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "Till" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "_Resultat:" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "?" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML-sida" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Exporterar webbsida" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Exporterar recept till HTML filer i katalogen %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Receptet sparat som HTML-fil i katalogen %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "Orginals sida från %s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "alternativ" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "Epubfil" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "Exporterar epub" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Exporterar recept som en epub-fil i katalogen %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Recept sparat som epub %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "Ren textfil" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Text export" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "Exporterar recept till textfil %(file)s." #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "Receptet sparat som ren textfil %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "Stor fil" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "Filen %s är för stor för att importera" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" "Filen överskrider den maximala längden för %s tecken. Du har förmodligen " "inte menade att importera det ändå. Om du verkligen vill importera den här " "filen, använda en textredigerare för att dela upp det i mindre filer och " "försök importera igen." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML Fil" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML Export" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Exporterar recept till Gourmet XML fil %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Recept sparat i Gourmet XML fil %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "Gourmet XML Fil (Föråldrad)" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "Mastercook XML-fil" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "Mastercook Text-file" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook import avslutades." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Städar upp XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "KRecipe XML Fil" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "Kunde inte hitta Adobe Reader på ditt system." #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" "Denna version av Gourmand kräver Adobe Reader för att kunna skriva ut; andra " "PDF-visare fungerar inte.\n" "Installera Adobe Reader från http://get.adobe.com/reader/. \n" "Eller ecportera dina recept som PDF och skriv ut dem med en annan PDF-visare." #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Sidlayout" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Skriv ut recept" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (Portable Document Format)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF export" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Exporterar recept till PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Recept sparat som PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "poäng" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Indexkort (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Indexkort (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Indexkort(5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Indexkort (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Letter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Indexkort (9x13 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Indexkort (10x15 cm)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Indexkort (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Normal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "2 spalter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "3 spalter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "4 spalter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "5 spalter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s Spalt" msgstr[1] "%s Spalter" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Stående" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Liggande" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "Pappers_storlek" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Orientering" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "_Sidutkast" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Typsnittsstorlek" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Vänstermarginal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Högermarginal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Övre marginal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Nedre marginal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "PDF inställningar" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster fil" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster export" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Exporterar recept till MealMaster fil %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Recept sparat som MealMaster fil %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "%s portion" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "MCB-fil" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "My CookBook MCB-fil" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "MCB export" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Exporterar recept till My CookBook MCB-fil %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Recept sparat i My CookBook MCB-fil %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "Inköpslistspararen" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "Spara listan som recept" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "S" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "Spara inköpslistan som recept för använding i framtiden" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "Meny för %s (%s)" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Meny" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "Näringsvärde reflekterar mängd per %s." #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "Näringsvärde speglar mängden för hela receptet" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "Näringsinformation saknas för %s ingredienser: %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Vilken somhelst matgrupp" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "val" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Konvertera enhet för %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "För att beräkna näringsvärdet behöver Gourmand din hjälp för att konvertera " "\"%s\" till en enhet den förstår." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "Ändra ingrediensnyckel" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Ändra ingrediensnyckel från %(old_key)s till %(new_key)s på alla ställen i " "detta recept %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Ändra _överallt" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Bara i recept %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" "Ändra ingrediensnyckel från %(old_key)s till %(new_key)s på alla ställen?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Byt enhet" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Ändra enhet från %(old_unit)s till %(new_unit)s för alla ingredienser " "%(ingkey)s eller bara i detta recept %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "För att kunna räkna ut näringsinformation för \"%(amount)s %(unit)s " "%(ingkey)s\", behöver Gourmand veta dess densitet. Vår näringsdatabas har " "fler beskrivningar för denna mat med olika densiteter. Vänligen välj det " "korrekta alternativet nedan." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "För att lägga till näringsvärden, behöver Gourmand en giltig mängd och enhet." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "Näring" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Ingrediens" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "USDA databas motsvarighet" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 gram" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalorier" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Total mängd fett" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Mättat fet" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Kolesterol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Natrium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Totala kolhydrater" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Kostfiber" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Socker" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protein" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfakaroten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "Kol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Betakaroten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "beta crytptoxanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalcium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Koppar" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "Vitamin B9 Totalt" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Folsyra" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "Vitamin B9 i mat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "Motsvarighet till kostrelaterad folsyra" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Järn" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Lykopen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "Lutein + Zeaxantin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnesium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Nikotinsyra" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Pantotensyra" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Kalium" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "A vitamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Retinol" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Riboflavin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Tiamin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Vitamin A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Vitamin A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Vitamin B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Vitamin C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Vitamin E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Vitamin K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Zink" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminer och mineraler" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Saknar information om näringsvärden\n" "för %(missing)s av %(total)s ingredienser." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Dagligt intag" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Procent av rekommenderat dagligt intag baserat på %i kalorier per dag. " "Klicka för att ändra antalet kalorier per dag." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "Belopp per %s" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Mängd per recept" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Laddar näringsdata" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Färdig med Import av näringsdatabas!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Hämtar näringsdatabas från zip-arkiv %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Extraherar %s från zip-arkiv." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Går igenom näringsvärden..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Läser näringsvärden: importerat %s of %s poster." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Går igenom viktvärden..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "Läser vikt data för närings-saker: importerat %s av %s värden" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Vatten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalorier" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "g protein" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "g lipid" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "g natriumkarbonat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g kolhydrater" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "g fibrer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g socker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg kalcium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg järn" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnesium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg kalium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg natrium" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg zink" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg koppar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogram selen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "mg vitamin c" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "mg tiamin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "mg riboflavin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "mg niacin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "mg vitamin B5" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "mg vitamin B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "mikrogram folat sammanlagt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "mikrogram folsyra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "mg vitamin B9" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "mikrogram folsyra" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "Kolin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "mikrogram Vitamin B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "Vitamin A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Vitamin A (mikrogram Retinol)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "mikrogram retinol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "migrogram alfakaroten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "mikrogram betakaroten" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "mikrogram beta cryptoxanthin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "mikrogram lykopen" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "mikrogram lutein+zeaxantin" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "mg Vitamin E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "mg Vitamin K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "g mättade fettsyror" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "g omättade fettsyror" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "g fleromättade fettsyror" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg kolesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Procent avfall" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Mjölk och äggprodukter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Kryddor & Örter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Barnmat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Fett och oljor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Höns" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Soppor och såser" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Korvar & Kött till lunch" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Frukostflingor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Frukter och fruktjuicer" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "Fläsk" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Grönsaker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Nötter & Frön" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Nöt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Drycker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Fisk & Skaldjur" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Ärtväxter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Lamm, Kalvkött & Vildt" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Bakat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Sötsaker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Spannmål & Pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Snabbmat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Måltider, Förrätter, och Sidorätter" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Tilltugg" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Etniska maträtter" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "hela databasen" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "ingrediensnyckel" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "USDA idnummer" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "USDA Beskrivning" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "Densitet motsvarande" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "USDA idnummer" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Verktyg" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "Få näringsinformation för aktuell lista" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "Belopp för inköpslista" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "Redigera _näringsinformation" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "stjärnor" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Exporterade %(number)s av %(total)s recept" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Export klar." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Inkludera receptet i själva meddelandet." #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Skicka receptet per e-post som en HTML-bilaga" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "Skicka recept som PDF-bilaga med Epost" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Epostinställningar" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Fråga inte före e-post skickas." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Eposten skickades inte" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Du har inte valt att inkludera receptet i meddelandet eller som bilaga." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Spara recept som..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet kan inte exportera filer av typen \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Exportera recept" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "recept" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Kan inte exportera: okänd filtyp \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "Se till att välja en filtyp i rullgardinsmenyn när du sparar." #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Exportera" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "Recepten exporterades till %s" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "Det går inte att skriva ut: inga utskriftstillägg är aktiva!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Skriv ut %s recept" msgstr[1] "Skriv ut %s recept" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "avkastning" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Öppna recept..." #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "Ange adressen till receptfil eller hemsidan." #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "Plats:" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "Ange adressen till hemsidan eller receptarkiv." #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "Importera" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Alla importerade filer" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Importerade %s recept." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "portion" msgstr[1] "portioner" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Importerade %s av %s recept." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "okej" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Portioner" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "Undergrupp av ingredienser" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Dölj" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "Text" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "Åtgärder" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "Importera recept" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "Rensa _taggar" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "Importera recept" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "alltid" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "titel" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "ingrediens" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "instruktioner" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "anteckningar" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "matkultur" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "källa" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "Använd reguljära uttryck i sökningen" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "Använd reguljära uttryck (ett avancerat sökspråk) i textsökningen" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "Sök medans du skriver (stäng av om sökningen är för långsam)." #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "Visa sök_inställningar" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "Visa avancerade sökinställningar" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s recept" msgstr[1] "%s recept" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Visar recept %(bottom)s till %(top)s av %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "%s i %s" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "Pausad" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "Receptet importerades lyckligt" msgstr[1] "Recepteten importerades lyckligt" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "Importen misslyckades" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "Pausa" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "Klar" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "Fel: %s" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "Fel" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "Fel %s: %s" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "sekund" msgstr[1] "sekunder" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "min" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "minut" msgstr[1] "minuter" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "tim." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "timme" msgstr[1] "timmar" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "dag" msgstr[1] "dagar" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "vecka" msgstr[1] "veckor" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "månad" msgstr[1] "månader" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "år" msgstr[1] "år" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " och " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "och" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "till" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "Bläddra bland recept" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "Välj recept genom att bläddra efter kategori, matkultur med mera." #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "Hitta dubbletter av recept" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "Hitta och ta bort dubblerade recept." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "EPub export" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "Skapa en epubbok med recept." #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "Import och export" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "Gourmet XML import och export" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" "Importera och exportera recept som Gourmet XML-filer, lämpligt för backup " "eller byte med andra Gourmet användare." #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "KRecipe import" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "Importera filer från Krecipe." #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "Mastercook-import" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "Importera filer från Mastercook." #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "My CookBook import och export" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" "Importera och exportera recept som My CookBook XML-filer, lämpiga för backup " "eller byte med My CookBook användare." #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "MealMaster export" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "Exportera recept som mealmasters textfiler" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "Utskrift och PDF export" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" "Skriv ut recept eller exportera dem som PDF; detta tillägg stödjer flera " "layouter." #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "Ren text importguide" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" "Hjälper till med att importera och tolka ren text. Exporterar också som ren " "text." #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" "Tilldela och editera ingrediensnycklar (unika id för ingredienser, används " "för att konsolidera produkter på inköpslistor)." #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "Spara inköpslistan som recept för använding i framtiden." #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "Beräkna näringsinformation för recept." #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "Inköpskategoriredigerare" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" "Lägg till och redigera inköpskategorier för ingredienser i receptredigeraren." #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "Rättstavning" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" "Lägg till rättstavning för längre texter i receptredigeraren (instruktioner, " "anteckningar)." #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "En enkel enhetsräknare." #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "Inställningar för enhetensvisning" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "Låter dig välja att alltid visa SI eller amerikanska enheter." #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "Leta efter Unicode-16 i textfiler" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" "Använd detta om dina utf-16 textfiler inte importeras rent i Gourmand. Stäng " "av om du inte använder utf-16 och du ständigt irriteras av \"kodning\"s " "dialogen när du importerar filer." #~ msgid "ml" #~ msgstr "ml" #~ msgid "Open _Trash" #~ msgstr "Öppna papperskorgen" #~ msgid "E-mail selected recipe" #~ msgstr "E-posta valt recept" #~ msgid "_E-Mail recipe" #~ msgstr "_E-posta recept" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (hjälp med Windows-översättning)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows installerare)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "" #~ "Richard Ferguson (förbättringar till enhetskonverteringsverktygets " #~ "användargränssnitt)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (förbättringar till Mealmaster export)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (logo och splash screen)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (näringsämne och lägg till inköpslistan ikoner)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (förbättringar till " #~ "internationalisering och diverse felkorrigeringar)" #~ msgid "Upgrading database" #~ msgstr "Uppgraderar databasen" #~ msgid "" #~ "Depending on the size of your database, this may be an intensive process " #~ "and may take some time. Your data has been automatically backed up in " #~ "case something goes wrong." #~ msgstr "" #~ "Beroende på storleken på databasen, kan detta vara en intensiv process " #~ "och kan ta lite tid. Din data har säkerhetskopieras automatiskt om något " #~ "går fel." #~ msgid "Paste ingredients" #~ msgstr "Klistra in ingredienser" #~ msgid "Import from file" #~ msgstr "Importera från fil" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Välj en fil som innehåller din ingredienslista." #~ msgid "No file selected" #~ msgstr "Ingen fil vald" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Ingen fil är vald, så processen har avbrutits" #~ msgid "_Import file" #~ msgstr "_Importera fil" #~ msgid "Import _webpage" #~ msgstr "Imporerta _hemsida" #~ msgid "Import recipe from webpage" #~ msgstr "Importera recept från hemsida" #~ msgid "Loading zip archive" #~ msgstr "Laddar zip-arkiv" #~ msgid "Unzipping zip archive" #~ msgstr "Packar upp zip-arkiv" #~ msgid "Webpage" #~ msgstr "Hemsida" #, python-format #~ msgid "Downloading %s" #~ msgstr "Hämtar %s" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Spara inköpslista för %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Hämtar %s" #~ msgid "Retrieving file" #~ msgstr "Hämtar fil" #~ msgid "Enter the URL of a recipe archive or recipe website." #~ msgstr "Skriv in URL till receptarkiv eller webbplats." #~ msgid "Enter URL:" #~ msgstr "Skriv in URL:" #~ msgid "Unable to import URL" #~ msgstr "Det går inte att importera URL" #~ msgid "Gourmet does not have a plugin capable of importing URL" #~ msgstr "Gourmet har inget tillägg som stödjer import av URL:er" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "Känner inte igen denna hemsida. Använder generell import..." #~ msgid "Import complete." #~ msgstr "Import fullföljd." #~ msgid "Importing recipe" #~ msgstr "Importerar recept" #~ msgid "Processing ingredients" #~ msgstr "Bearbetar ingredienser" #~ msgid "Processing ingredients." #~ msgstr "Bearbetar ingredienser." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML Fil" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet recepthanteraren" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Organisera recept, skapa inköpslistor och beräkna näringsinformation med " #~ "mera" #~ msgid "HTML Export" #~ msgstr "HTML-export" #~ msgid "_Label" #~ msgstr "_Etikett" #~ msgid "Select recipe image" #~ msgstr "Välj bild för recept" #, python-format #~ msgid "Select image for recipe \"%s\"" #~ msgstr "Välj bild för \"%s\"" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Här nedanom är alla bilder som hittades på sidan som du importerar.Välj " #~ "de bilder du som hör till receptet, eller välj ingenting om du inte vill " #~ "ha några av dessa bilder." #~ msgid "_Python Console" #~ msgstr "_Python-konsoll" #~ msgid "Show python console (provides access to current gourmet instance)" #~ msgstr "" #~ "Visa python-konsollen (ger tillgång till aktuell instans av gourmet)" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Recipe Manager startar..." #~ msgid "Starting gourmet..." #~ msgstr "Startar gourmet..." #, fuzzy #~ msgid "" #~ "You just moved %s recipe to the trash. You can recover this recipe or " #~ "permanently delete it at any time by clicking Tools-" #~ ">Open Trash." #~ msgid_plural "" #~ "You just moved %s recipes to the trash. You can recover these recipes " #~ "or permanently delete them at any " #~ "time by clicking Tools->Open Trash" #~ msgstr[0] "" #~ "Du flyttade just %s receptet till papperskorgen. Du kan återställa detta " #~ "recept eller ta bort det permanent när som helst genom att klicka Verktyg-" #~ ">Öppna Papperskorgen." #~ msgstr[1] "" #~ "Du flyttade just %s recepten till papperskorgen. Du kan återställa dessa " #~ "recept eller ta bort det permanent när som helst genom att klicka Verktyg-" #~ ">Öppna Papperskorgen." #~ msgid "" #~ "To print, activate a plugin that provides printing support, such as the " #~ "'Printing & PDF export' plugin." #~ msgstr "" #~ "För att skriva ut måste du aktivera ett tillägg som ger stöd för " #~ "utskrifter, såsom tillägget \"Printing & PDF export\"." #~ msgid "Well this is embarassing. Something went wrong printing your recipe." #~ msgstr "Ja detta är pinsamt. Något gick fel med att skriva ut ditt recept." #~ msgid "Unable to open URL" #~ msgstr "Kan inte öppna URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Kan inte starta e-post läsaren." #~ msgid "Unable to open website." #~ msgstr "Kan inte öppna hemsidan." #~ msgid "Unable to open file." #~ msgstr "Kan inte öppna fil." #~ msgid "There was an error launching the url: %s" #~ msgstr "Det uppstod ett fel vid körning av url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Tiden måste börja med ett nummer eller ett bråktal och den bär fäljas av " #~ "en enhet (minut, timme osv.)." #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Tid måste anges i timmar, minuter, sekunder etc." #~ msgid "cancelled" #~ msgstr "avbruten" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Du har begärt att stänga ett fönster med en aktiv timer. Du kan stoppa " #~ "timern, eller så kan du bara stänga fönstret. Om du väljer att " #~ "stängafönstret, kommer det att öppnas på nytt när timern går av." #~ msgid "_Servings" #~ msgstr "_Portioner" #~ msgid "A file named %s already exists." #~ msgstr "En fil med namnet %s finns redan." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Vill du ersätta den med den du håller på att spara?" #~ msgid "Importing old recipe data" #~ msgstr "Importerar data från gammalt recept" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Importera receptdata från en tidigare version av Gourmet till nya " #~ "databasen." #~ msgid "Export succeeded" #~ msgstr "Exporten lyckades" #~ msgid "webpage" #~ msgstr "hemsida" #~ msgid "Exported %s to %s" #~ msgstr "Exporterade %s till %s" #~ msgid "%s stopped." #~ msgstr "%s stoppad." #~ msgid "%s was interrupted by user request." #~ msgstr "%s avbröts på användarens begäran." #~ msgid "%s interrupted" #~ msgstr "%s avbröts" #~ msgid "There was an error during %s." #~ msgstr "Det uppstod ett fel under %s." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Tar bort recept från databasen... /%s av %s borttagna)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Tog bort %s recept" #~ msgstr[1] "Tog bort %s recept" #~ msgid "Export complete!" #~ msgstr "Exporteringen klar!" #~ msgid "Recipe exported to %s" #~ msgstr "Recepen är exporterade till %s" #~ msgid "Database format has changed" #~ msgstr "Databasformat har förändrats" #~ msgid "" #~ "In case anything goes wrong, a backup copy of your recipe database is " #~ "being exported to %s" #~ msgstr "" #~ "Utifall att någonting går fel exporteras en backup-kopia av din " #~ "receptdatabas till %s" #~ msgid "Transferring data to new database format" #~ msgstr "Överför data till nytt databasformat" gourmand-1.2.0/po/th.po000066400000000000000000003046171510115424500147300ustar00rootroot00000000000000# Thai translation for grecipe-manager # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2006. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-08 06:21+0000\n" "Last-Translator: Manatsawin Hanmongkolchai \n" "Language-Team: Thai \n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "ส่วนผสมใหม่" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "เพิ่มไปยังรายการซื้อของ" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "ไฟล์" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "สูตร" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "รายละเอียด" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "รายการซื้อของ" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "ลบสูตร" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "ลบสูตรที่เลือก" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "สูตร" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "รายการซื้อของ" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "แก้ไข" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "ช่วยเหลือ" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "เพิ่มไปยังรายการซื้อของ" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Manatsawin Hanmongkolchai https://launchpad.net/~whs\n" " Peerumporn Jiranantanagorn https://launchpad.net/~peerumporn" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "ลบสูตรที่เลือก" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "พิมพ์" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "สูตร" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "ลบสูตร" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "สูตร" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "การกระทำ" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "เกี่ยวกับ" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "เครื่องมือ" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "ตัวจับเวลา" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "ไม่มี" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "ตัวแปลงหน่วย" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "ไฟล์" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/tr.po000066400000000000000000003266631510115424500147470ustar00rootroot00000000000000# Turkish translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-04-09 13:53+0000\n" "Last-Translator: Hasan Yılmaz \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Yeni Tarif" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "_Alışveriş listesine ekle" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "Dosya" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "tarif" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Ayrıntılar" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet Tarif Yöneticisi" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "Zamanlayıcıyı göster" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Alış veriş Listesi" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Başlık" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "kategori" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Yemek Tarifi" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Malzeme" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "_Tarifi Sil" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Seçili yemek tarifini Aç" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "tarif" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Kategori" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Anahtar" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Kronometre" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "birim" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet Tarif Yöneticisi" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Yeni Tarif" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "Ayrıntılar" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "Alışveriş listesi" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Kategori giriniz" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "%s'ye eklenecek kategori" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "_Değiştir" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "Yardım" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" "Hiçbir tarif seçilmedi. Tüm listeyi temizlemek istediğinizten emin misiniz?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Alışveriş listesini farklı kaydet..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Lütfen aşağıdaki zorunlu olmayan malzemeden hangilerini alış veriş listenize " "eklemek istediğinizi belirleyiniz." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Yemek tarifi" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "_Git" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "Yemek tarifi dışarı çıkar" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "Yemek tarifi _sil" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "_Alışveriş listesine ekle" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "Değişiklikleri kaydetmediniz." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Yazdırmadan önce değişiklikler uygulansın mı?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Yazdırmadan önce değişiklikler uygulansın mı?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Seçimlik)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "Düzenle" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "Grup ekle" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "Sil" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "Aşağı" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "Açıklama" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Talimatlar" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Notlar" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Mik" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Birim" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Madde" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Seçmeli (Zorunlu değil)" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Tarif %s (ID %s) veri tabanında yok." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "%(amt) %(unit) çevrildi" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Çevrilmedi: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Değişmiş birim." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "%(kalem)s için %(eski)s den %(yeni)ye kadar birimi değiştirdiniz. Miktarın " "çevrilmesini istiyor veya istemiyor musunuz?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" "%(eski_mik)s %(eski_birim)s den %(yeni_mik)s %(yeni_birim)s'e kadar çevrildi" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "%(eski_birim den)s %(yeni_birim e)s çevirme yapılamadı" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Malzeme grubu ekleniyor" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Malzemenin yeni alt grubu için bir isim giriniz" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Tarif kendisini malzeme olarak alamaz!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Tariflerde sonsuz döngüye izin verilmez!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Hiçbir tarif seçmediniz!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Tarifler" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "Eklentiler" #: ../src/gourmand/plugin_gui.py:39 #, fuzzy msgid "Plugins add extra functionality to Gourmand." msgstr "Gourmet'ye ek özellikler katan eklentileri yönet" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "veya" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Yemek" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Değerleme" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Kaynak" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "Web sitesi" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Hazırlama süresi" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Pişirme süresi" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Değişiklikler" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Geçesiz giriş." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Durakla" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Dur" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Bunu bana tekrar sorma." #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Bunu yapmayı gerçekten istiyor musunuz?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "iyi" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Dosya _tipi seç" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "Özür dilerim, \"%s\" miktarı anlaşılamadı." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "un, genel amaçlı" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "şeker" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "tuz" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "karabiber, çekilmiş" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "buz" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "su" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "yağ, bitkisel" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "yağ, zeytin" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Bilinmiyor" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Tarif kend kendini iç malzeme olarak dahil ediyor." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "İç malzemesi %s göz önüne alınmadı." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "%s için alış veriş listesi" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Aşağıdaki tarifler için:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Aşağıdaki tarifler için:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Karakter seti seç" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Uygun karakter seti belirlenemedi. Lütfen aşağıdaki listeden doğru karakter " "setini seçiniz." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "_Dosyayı karakter seti ile gör" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Dıştan alma durakladı" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "İçe aktarmayı durdur" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Yemek Tarif _Fihiristi" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "Alış veriş _Listesi" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "çevirmenler\n" "\n" "Launchpad Contributions:\n" " Deniz Kurt https://launchpad.net/~deniz-kurt\n" " Halil Ibrahim ÇELİK https://launchpad.net/~halilicelik\n" " Hasan Yılmaz https://launchpad.net/~hasanyilmaz\n" " Namık ERDOĞAN https://launchpad.net/~erdogannamik\n" " kayya https://launchpad.net/~kayya\n" " linuxseven https://launchpad.net/~linuxseven" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Kaydedildi!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Değişiklikleri %s kaydet" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Dışarıdan alma sürüyor" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Dışarı verme sürüyor" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Bir silme işlemi sürüyor" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Yine de programdan çıkılsın mı?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Çıkmayınız!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "%s tarif (toplam %s tarif içinden) kalıcı olarak silindi" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "Çöp Kutusu" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "Silinmiş tarifleri incele, kalıcı olarak sil ya da geri getir" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Silinmemiş tarifler " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "Seçili tarifler için değer gir" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "Seçili yemek tarifini Aç" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "Yemek tarifini Sil" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Seçili tarifleri sil" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "Yemek tarifini _dışarı çıkar" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Yazdır" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "tarifler" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "_Yeni" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Yemek tarifi dışarı çıkar" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "Import recipe from file or page" msgstr "Dosyadan içeri al" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "Yemek tarifini Sil" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "_Tüm yemek tariflerini dışarı çıkar" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "_Çıkış" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "_Eylemler" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "Çöp Kutusu" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "_Tercihler" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "_Eklentiler" #: ../src/gourmand/main.py:1032 #, fuzzy msgid "Manage plugins which add extra functionality to Gourmand." msgstr "Gourmet'ye ek özellikler katan eklentileri yönet" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Hakkında" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "_Araçlar" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Saat Tutucu" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "Zamanlayıcıyı göster" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Sil %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Silindi" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Başlıksız" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Tarifler temelli silinsin mi?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Tarif temelli silinsin mi?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "%sTarifi silmek istiyor musunuz?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Aşağıdaki tarifleri silmek istediğinize emin misiniz?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Seçtiğiniz %s tarifleri silmek istediğinize emin misiniz?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Yemek tariflerine bakınız" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "Yemek tarifi Sil" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Yemek Tarif _Fihiristi" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Silinmiş tarif %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Yapıldı!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "İçeriye aktarılıyor..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "anahtar" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "kalem" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Alan" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Değer" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Sayı" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Miktar" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Alış veriş kategorisi" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "Yıldızlar" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Hiç yok" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "%s %s'ye çevrilemedi" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Yoğunluk bilgisine ihtiyaç var" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Birim Çevi_rici" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML Web Sayfası" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Web sayfası dışa veriliyor" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Dizindeki %(file) HTML dosyaları olarak dışa aktarılıyor." #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "%(file) Tarif HTML dosyası olarak kaydedildi" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "Seçmeli" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Web sayfası dışa veriliyor" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Dizindeki %(file) HTML dosyaları olarak dışa aktarılıyor." #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "%(file) Tarif HTML dosyası olarak kaydedildi" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Düz metin olarak dışarı ver" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML Dosyası" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML olarak dışarı ver." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Tarifler Gourmet XML dosyası olarak dışarı veriliyor." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Tarif Gourmet XML dosyası olarak kaydedildi." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "MasterCook içe aktarımı tamamlandı." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "XML düzenleniyor." #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "Sayfa Yerleşimi" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Yemek tariflerini yazdır" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "PDF olarak dışarı aktar" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "cm" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Yasal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Düz" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Dikey" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Yatay" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Sayfa _Düzeni" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "_Yazıtipi Boyutu" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Sol Kenar Boşluğu" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Sağ Kenar Boşluğu" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Üst Kenar Boşluğu:" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Alt Kenar Boşluğu:" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Porsiyon" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "Dosya" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Dışarıya Aktar" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Tarifler Gourmet XML dosyası olarak dışarı veriliyor." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Tarif Gourmet XML dosyası olarak kaydedildi." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "Menü" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "seçim" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Birim değiştir" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Kalori" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Sodyum" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Toplam Karbonhidrat" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Şekerler" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Protein" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Alfa-karoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Beta-karoten" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Kalsiyum" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Bakır" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Demir" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "Likopen" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Magnezyum" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Mangan" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Fosfor" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Potasyum" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Selenyum" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Çinko" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Vitaminler ve mineraller" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Su" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Kilokalori" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "g karbonhidratlar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "g şeker" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "mg Kalsiyum" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "mg demir" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "mg magnezyum" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "mg fosfor" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "mg potasyum" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "mg sodyum" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "mg çinko" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "mg bakır" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "mg mangan" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "mikrogram selenyum" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "mg Kolesterol" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Baharatlar & Bitkiler" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Bebek Yemekleri" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Katı ve sıvı yağlar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Kümes hayvanları" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Çorbalar ve Soslar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Kahvaltı Tahıllar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Meyve & Meyve Suları" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Domuz eti" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Kuruyemiş & Tohumlar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Sığır eti" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Içkiler" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Balık & Kabuklu balık" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Bakliyat Sözlük ad 1. Bakliyat" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Fırında Ürünler" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Şekerleme" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Tahıllar ve Pasta" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Hızlı Gıdalar" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Etnik Yemekler" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "Araçlar" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "%(total) tarifin %(number)'ı dışa aktarıldı." #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Dışa aktarım tamamlandı." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" "Tarifi e-posta gövde metnine dahil et. (Ne olursa olsun, iyi bir fikir.)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Tarifi HTML Eklentisi olarak E-posta ile gönder" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "E-posta Seçenekleri" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "e-posta göndermeden önce sormayınız." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "e-posta gönderilmedi" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "Tarifi mesaj gövdesinde eklemediniz veya eklenti olarak seçmediniz." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Tarifi farklı kaydet" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet \"%s\" türü dosyayı dışarıya veremez" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Tarifleri dışarı ver" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "tarifler" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "Dosyaya kaydetme başarısız: bilinmeyen dosya türü \"%s\"" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "Dışarıya Aktar" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "%s tarifi bas" msgstr[1] "%s tarifi bas" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "Yemek tarifi aç..." #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Değişiklikler" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "İçeri al" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Bütün içe aktarılabilir dosyalar" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "%s tarifin %s i içe aktarıldı." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Porsiyon" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "Gizle" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "başlık" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "iç malzeme" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "talimatlar" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "notlar" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "Yemekler" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "kaynak" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "saniye" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "dak." #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "dakika" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "saat" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "saat" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "gün" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "hafta" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "ay" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "yıl" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " ve " #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "ve" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "PDF olarak dışarı aktar" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows'a taşıma yardımcısı)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (Birim Çevirici ara yüzünde iyileştirmeler)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born ( Mealmaster dışa aktarmada iyileştirmeler)" #~ msgid "Upgrading database" #~ msgstr "Veritabanı güncelleniyor" #~ msgid "Import from file" #~ msgstr "Dosyadan içeri aktar" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "İç malzemelistenizi içeren dosyayı seçiniz." #~ msgid "No file selected" #~ msgstr "Hiçbir dosya seçilmedi" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Hiçbir dosya seçilmediği için eylem iptal edildi" #~ msgid "Import _webpage" #~ msgstr "Websitesi _içeri al" #~ msgid "Import recipe from webpage" #~ msgstr "Web sitesinden yemek tarifi al" #~ msgid "Loading zip archive" #~ msgstr "zip arşivi yükleniyor" #~ msgid "Unzipping zip archive" #~ msgstr "zip arşivi açılıyor" #~ msgid "Webpage" #~ msgstr "Web sayfası" #, python-format #~ msgid "Downloading %s" #~ msgstr "%s indiriliyor" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "%s için alış veriş listesi" #~ msgid "ml" #~ msgstr "mL" #~ msgid "Enter URL:" #~ msgstr "URL Gir:" #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML Dosyası" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet Tarif Yöneticisi" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "" #~ "Tarifleri düzenle, alışveriş listeleri yarat, beslenmeye ait bilgileri " #~ "hesapla, ve daha fazlası" #~ msgid "_Python Console" #~ msgstr "_Python Uçbirimi" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet Tarif Yöneticisi başlatılıyor..." #~ msgid "Starting gourmet..." #~ msgstr "gourmet başlatılıyor..." #~ msgid "Unable to open URL" #~ msgstr "URL açılamadı" #~ msgid "Unable to launch mail reader." #~ msgstr "Posta okuyucusu başlatılamadı." #~ msgid "Unable to open website." #~ msgstr "Web sitesi açılamadı." #~ msgid "Unable to open file." #~ msgstr "Dosya açılamadı." #~ msgid "There was an error launching the url: %s" #~ msgstr "URL açılırken bir hata oluştu: %s" #~ msgid "A file named %s already exists." #~ msgstr "%s isimli dosya zaten var" #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Onu kaydettiğinizle değiştirmek istiyor musunuz?" #~ msgid "Importing old recipe data" #~ msgstr "Eski tarifler aktarılıyor" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "Tarifler Gourmet'nin eski sürümünden yeni veritabanına aktarılıyor." #~ msgid "Export succeeded" #~ msgstr "Dışa aktarım başarılı oldu." #~ msgid "webpage" #~ msgstr "web sayfası" #~ msgid "Exported %s to %s" #~ msgstr "%s'den %s'ye kadar dışa aktarıldı" #~ msgid "%s stopped." #~ msgstr "%s durduruldu." #~ msgid "%s was interrupted by user request." #~ msgstr "%s kullanıcı isteğiyle kesildi." #~ msgid "%s interrupted" #~ msgstr "%s kesildi" #~ msgid "There was an error during %s." #~ msgstr "%s işlemi sırasında bir hata meydana geldi." #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Tarifler veri tabanından siliniyor...(%s nin %s silindi)" #~ msgid "Export complete!" #~ msgstr "Dışarı çıkarma tamamlandı!" #~ msgid "Recipe exported to %s" #~ msgstr "Tarif %s olarak kaydedildi" gourmand-1.2.0/po/uk.po000066400000000000000000003651651510115424500147410ustar00rootroot00000000000000# Ukrainian translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # alhim , 2005. # , fuzzy # # # Sergey Panasenko , 2009. msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-05-22 11:19+0000\n" "Last-Translator: Sergey Panasenko \n" "Language-Team: Russian <>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "_Новий рецепт" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "Додати до _Списку покупок" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "_Файл" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "рецепт" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "_Детальніше" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet менеджер рецептів" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "Список покупок" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "Назва" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "категорія" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "Рецепт" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "Інгредієнти" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "Ви_далити рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "Видалити вибрані рецепти" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "%s рецепт" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "Категорія" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "Ключ" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "Таймер" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "од.вим." #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet менеджер рецептів" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 #, fuzzy msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" "Менеджер рецептів Гурман - це програма для збору,сортування та пошуку " "кулінарних рецептів. Також Гурман дозволяє з легкістю створити список " "покупок для необхідних рецептів. Гурман може імпортувати рецепти з багатьох " "джерел,включаючи MealMaster та MasterCook, а також з декількох популярних " "сайтів. Гурман може експортувати рецепти як текст, файли MealMaster, HTML-" "сторінки та окремий XML-формат для обміну з іншими користувачами Гурману. " "Гурман підтримує причеплення зображень до рецепту, може розраховувати " "харчову інформацію для рецепту, базуючись на інформації про інгредієнти." #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "Новий рецепт" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "Перемістити до _списку покупок" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "_Список покупок" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "Вже маєм (з _комори)" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "Введіть категорію" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "Категоря для додавання %s" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "Категорія:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "_Рецепти" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "Видалити рецепт" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "Видалити рецепти з списку покупок" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "Р_едагувати" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "До_помога" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "Жодного рецепту не вибрано. Ви хочете очистити весь список?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "Зберегти список покупок як..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" "Будь ласка, вкажіть які з наступних необов'язкових інгредієнтів, ви ба жаєте " "включити до списку покупок." #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "_Рецепт" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "Роздрукувати рецепт" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "Додати до _Списку покупок" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "У вас є незбережені зміни." #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "Зберегти зміни, перед роздрукуванням?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "Зберегти зміни, перед роздрукуванням?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(Необов'язково)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "Не можу знайти рецепт %s у базі даних." #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "Редагувати рецепт" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "Показати рецепт" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "Вказівки" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "Нотатки" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Клк." #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "Од. вим." #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "Елемент" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "Необов'язково" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "Рецепт %s (ID %s) не знайдено в нашій базі даних." #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "Перераховано: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "Не перераховано: %(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "Змінено од.вим." #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" "Ви змінили одиниці вимірювання для %(item)s з %(old)s на %(new)s. Ви хочете " "перерахувати кількість?" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "Пререховано %(old_amt)s %(old_unit)s на %(new_amt)s %(new_unit)s" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "Не можу перерахувати з %(old_unit)s до %(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "Додавання групи інгредієнтів" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "Введіть ім'я для нової підгрупи інгредієнтів" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "Ім'я групи:" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "Рецепт не може включати сам себе як інгредієнт." #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "Бескінечна рекурсія не припустиме в рецептах!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "Ви не вибрали жодного рецепту!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "Рецепти" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "Звук дзвоника" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "Звук попередження" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "Звук помилки" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "Зупинити таймер?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "Зупинити _таймер" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "_Притримати рахування" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "чи" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "Кухня" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "Рейтинг" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "Джерело" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "Час приготування" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "Час готування" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "Варіації" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "Неправильний ввід." #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "Не є числом." #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "_Призупинити" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "_Зупинити" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "Більше про це мене не питати" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "Ви дійсно бажаєте це зробити" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "неперевершено" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "чудово" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "добре" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "середньо" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "погано" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "Перетворити рейтинг до 5 зіркової шкали." #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "Конвертувати рейтинг." #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "Будь ласка, дайте оцінку рейтингу за шкалою від 1 до 5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "Поточний рейтинг" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "Рейтинг більший за 5 зірок" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "Виберіть _тип файлу" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "Я перепрошую, я не розумію\n" "кількість \"%s\"." #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "Кількість повинна бути числом, діапазоном чисел, або пустим." #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "Одиниця вимірювання повинна бути в полі од.вим.\n" "Як зразк, якщо ви хочете ввести одну та ще \n" "половину чашки, поле кількості повинно містити \n" "\"1.5\" чи \"1 1/2\". \"чашки\" має бути в окремому полі.\n" "\n" "Для введення діапазону чисел, використовуйте знак \"-\".\n" "Як зразок, ви можете ввести 2-4 чи 1 1/2 - 3 1/2\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "мука, для всього" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "цукор" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "сіль" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "чорний перець, основа" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "лід" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "вода" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "олія, соняшникова" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "олія, оливкова" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "Невідомо" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "Рецепт включає себе, як інгредієнт." #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "Інгредієнт %s буде проігноровано." #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "Список покупок для %s" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "Для наступних рецептів:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "Для наступних рецептів:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "Виберіть кодировку" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" "Неможу визничити правильну кодировку. Будьласка віберіть правильну кодировку " "зі списку." #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "Дивитися _файл з кодировкою" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "Імпорт призупинено" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "Зупинити імпорт" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "Покажчик рецепт_ів" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "_Список покупок" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Alhim https://launchpad.net/~azinchuk\n" " Black_W https://launchpad.net/~black-w\n" " Sergey Panasenko https://launchpad.net/~nitay\n" " ov3rseer https://launchpad.net/~ov3rseer\n" " svv https://launchpad.net/~skrypnychuk" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "Збережено!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "Зберегти ваші зміни в %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "Йде процес імпорту." #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "Йде процес експорту." #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "Йде процес видалення." #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "Вий з програми в будь-якому разі?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "Не виходити!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "Відновлені рецепти " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "Різні %s завдяки:" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "Видалити вибрані рецепти" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "_Роздрукуати" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "рецепти" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "Імпортувати рецепт" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s рецепт" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "Дії" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "_Про програму" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "С_ервіс" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "_Таймер" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "Видалити %s?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "Ви маєте незбережені змвни для %s. Ви впевнені, що ви хочете видалити?" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "Видалено" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "Без заголовка" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "Видалити рецепти назавжди?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "Видалити рецепт назавжди?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "Ви впевнені, що ви хочете видалити рецепт %s" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "Ви впевнені, що ви хочете видалити ці рецепти?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "Ви впевнені, що ви хочете видалити виділені (%s) рецепти?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "Дивитися рецепти" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "Покажчик рецепт_ів" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "Видалені рецепти %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "Зроблено!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "Імпорт..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "ключ" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "елемент" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "Поле" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "Значення" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "Кількість" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "Змінити всі ключі з \"%s\" на \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "Ви не зможете відмінити цю дію. Якщо вже існують інгредієнти з ключем " "\"%s\", Ви не зможете розподілити елементи, які були раніше та ті, що ви " "змінюєте зараз." #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "Змінити всі елементи з \"%s\" на \"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "Ви не зможете відмінити цю дію. Якщо вже існують інгредієнти з елементом " "\"%s\", Ви не зможете розподілити елементи, які були раніше та ті, що ви " "змінюєте зараз." #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "Змінити _всі приклади \"%(unit)s\" на \"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "Змінити \"%(unit)s\" на \"%(text)s\" лише для _інгридіентів \"%(item)s\" з " "ключем \"%(key)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "Змінити всі приклади \"%(amount)s\" %(unit)s на %(text)s %(unit)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "Змінити \"%(amount)s\" %(unit)s на \"%(text)s\" %(unit)s лише там, де є " "інгридіенти з ключем %(key)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "Змінити \"%(amount)s\" %(unit)s на \"%(text)s\" %(unit)s лише для " "інгредієнтів з ключем %(key)s та там, де пункти дорівнюють %(item)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "Змінити всі вибрані рядки?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" "Цю дію неможливо виконати. Ви впевнені, що для всіх %s обраних рядків " "бажаєте встановити наступні значення:" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "Ключі до %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "Елементи до %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "Одиниця до %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "Кількість до %s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s інгредієнт" msgstr[1] "%s інгредіентів" msgstr[2] "%s інгредієнти" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "Показувати інгредієнти %(bottom)s до %(top)s з %(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "Кількість" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "Категорія покупок" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "Пусто" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "Неможу конвертувати %s в %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "Необхідна інформація про консистенцію." #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "Конвертер величин" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML веб-сторінка" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "Експортування веб-сторінки" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "Експортування рецептів до HTML-файлів у папці %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "Рецепт збережено як HTML-файл %(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "необов'язково" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "Експортування веб-сторінки" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "Експортування рецептів до HTML-файлів у папці %(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "Рецепт збережено як HTML-файл %(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "Експорт в текстовий файл" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Файл Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Експорт в Gourmet XML" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "Експортування рецептів в Gourmet XML %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "Рецепт збережено в Gourmet XML %(file)s." #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Імпорт у формат Mastercook закінчено." #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "Впорядкування XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "Роздрукувати рецепти" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF (переносимий формат документів)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "Експорт у PDF" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "Рецепт експортовано у PDF %(file)s." #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "Рецепт збережено як PDF %(file)s" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Облікова картка (3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "Облікова картка (4x6\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "Облікова картка (5x8\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "Облікова картка (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "Лист" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "Legal" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "Облікова картка (3.5x5)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "Облікова картка (4x6)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "Облікова картка (A7)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "Портрет" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 #, fuzzy msgid "2 Columns" msgstr "%s стовпець" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 #, fuzzy msgid "3 Columns" msgstr "%s стовпець" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 #, fuzzy msgid "4 Columns" msgstr "%s стовпець" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 #, fuzzy msgid "5 Columns" msgstr "%s стовпець" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "%s стовпець" msgstr[1] "%s стовпця" msgstr[2] "%s стовпців" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "Книжкова" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "Ланшафт" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "_Оріентація" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "Формат _сторінки" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "Розмір _шрифту" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "Поле зліва" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "Поле справа" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "Поле зверху" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "Поле знизу" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "Файл для MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "Експорт до MealMaster" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "Експортування рецептів до файлу для MealMaster %(file)s." #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "Рецепт збережено як файлу для MealMaster %(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "Порцій" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "_Файл" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "Експорт у PDF" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "Експортування рецептів в Gourmet XML %(file)s." #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "Рецепт збережено в Gourmet XML %(file)s." #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "Будь-яка група їжі" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "Змінити одиницю для %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "Для того, щоб підрахувати харчову інформацію, Гурману необхідно допомогти " "конвертувати \"%s\" у одиниці, які він розуміє." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "Змінити ключ інгредієнту з %(old_key)s на %(new_key)s для всіх, чи лише у " "рецепті %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "Змінити _всюди" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "_Лише у рецепті %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "Змінити одиницю" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" "Змінити одиницю з %(old_unit)s на %(new_unit)s для всіх інгредієнтів " "%(ingkey)s, чи лише у рецепті %(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Для того, щоб підрахувати харчову інформацію для \"%(amount)s %(unit)s " "%(ingkey)s\", Ґурману потрібно знати концентрацію. Ця база харчової " "інформації має декілька варіантів густини (щільності) для цього продукту." "Будь ласка, оберіть вірний з запропонованих." #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" "Для підрахунку дієтетичної інформації Гурману потрібні вірні кількість та " "одиниця." #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "Складові" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "Еквівалент бази даних USDA" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 грам" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "Кілокалорії" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "Всього жирів" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "Насичені жири" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "Холестерин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "Натрій" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "Всього вуглеводнів" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "Клітковина" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "Цукри" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "Білок" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "Альфакарротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "Бетакарротин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "Бета Кріптоксантин" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "Кальцій" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "Мідь" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "Фолієва кислота" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "Залізо" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "Магній" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "Марганець" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "Нікотинова кислота" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "Пантотенова кислота" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "Фосфор" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "Калій" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "Вітамін А" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "Ретинол" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "Рибофлавін" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "Селен" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "Тиамін" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "Вітамін А (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "Вітамін А (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "Вітамін B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "Вітамін B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "Вітамін C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "Вітамін E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "Вітамін K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "Цинк" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "Вітаміни та мінерали" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "Відсутня харчова інформація\n" "для %(missing)s з %(total)s інгредієнтів." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "% _Денна норма" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" "Відсоток від рекомендованого значення денної норми у %i калорій на день. " "Натисніть. для того, щоб змінити кількість калорій на день." #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "Кількість на рецепт" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Завантажується харчова інформація" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "Імпорт дієтної бази даних завершено!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "Витяг харчової бази даних з zip-архіву %s" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "Витяг %s з zip-архіву." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "Аналіз харчової інформації..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "Читання харчової інформації: імпортовано %s з %s позицій." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "Аналіз вагової інформації..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" "Читання вагової інформації для харчових одиниць: імпортовано %s з %s записів" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "Вода" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "Кілокалорій" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "грам білка" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "грам ліпіду" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "грам поташу" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "грам вуглеводів" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "грам грубих волокон" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "грам цукру" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "мг кальцію" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "мг заліза" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "мг марганцю" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "мг фосфору" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "міліграм калія" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "міліграм натрія" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "міліграм цінку" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "міліграм міді" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "міліграм марганцу" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "міліграм селену" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "мг. вітаміну С" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "міліграм тіаміну" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "мг рибовлавіну" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "міліграм нікотинової кислоти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "міліграм пантотенової кіслоти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "міліграм вітаміну B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "мікрограм фолієвої кислоти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "мікрограм харчового фолату" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "мікрограм дієтичного еквіваленту фолату" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "мікрограм вітаміну B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "вітаміну A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "Вітамін A (мікрограм RAE)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "мікрограм ретинола" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "мікрограм Альфа-каротину" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "мікрограм Бета-каротину" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "мікрограм бета-кріптосаніну" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "мікрограм лікопіну" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "Мікрограм Лютеїну+Зезантину" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "міліграм вітаміну E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "міліграм вітаміну K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "грам насичених жирних кислот" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "грам мононасичених жирних кислот" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "грам полінасичених жирних кислот" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "міліграм холестерину" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "Відсоток відходів" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "Молочні продукти та яйця" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "Спеції та зелень" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "Дитяче харчування" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "Жири та Рослинні олії" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "Птиця" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "Супи та соуси" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "Ковбаси та бутербродне мясо" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "Хліб до сніданку" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "Фрукти та фруктові соки" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "свинина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "Овочі" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "Горіхи та насіння" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "Яловичина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "Напої" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "Риба та морепродукти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "Боби" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "Баранина, телятина та дичина" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "Печені продукти" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "Солодощі" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "Крупи та макарони" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "Фастфуд" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "Їжа,закуски та блюда" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "Закуски" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "Національна кухня" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "зірок" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "Експортовано %(number)s з %(total)s рецептів" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "Експорт закінчено." #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "Включити рецепт в текст ел. листа (найкращий варіант)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "Послати рецепт ел. поштою як HTML-прикріплення" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "Настроювання ел. пошти" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "Не питати перед відправкою ел. пошти." #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "Електронного листа не надіслано" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" "Ви не вказали як включити рецепт до листа, як текст листи чи як прикріплення." #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "Зберегти рецепт як..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet не може експортувати тип файлу \"%s\"" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "Експорт рецептів" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "рецепти" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "Рздрукувати %s рецепт" msgstr[1] "Рздрукувати %s рецепти" msgstr[2] "Рздрукувати %s рецепти" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "Введіть URL архіву рецептів або веб-сайт рецепту." #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "Варіації" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "Всі файли з яких можливий імпорт" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "Імпортовано %s рецептів." #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "Імпортовано %s з %s рецептів." #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "ОК" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "Порцій" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "назва" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "інгредієнт" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "вказівки" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "нотатки" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "кухня" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "джерело" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s рецепт" msgstr[1] "%s рецептів" msgstr[2] "%s рецепти" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "Показувати рецепти %(bottom)s до %(top)s з %(total)s" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "секунда" msgstr[1] "секунд" msgstr[2] "секунди" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "хв." #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "хвилина" msgstr[1] "хвилин" msgstr[2] "хвилини" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "год." #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "година" msgstr[1] "годин" msgstr[2] "години" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "день" msgstr[1] "днів" msgstr[2] "дні" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "тиждень" msgstr[1] "тижні" msgstr[2] "тижні" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "місяць" msgstr[1] "місяців" msgstr[2] "місяці" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "рік" msgstr[1] "років" msgstr[2] "роки" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " та " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "і" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "до" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "Експорт у PDF" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows-версія)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (Windows установщик)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (покращення для інтерфейсу конвертера величин)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (покращення для експорту в Mealmaster)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (логотип і заставка)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (іконки харчів та додати-у-лист-покупок)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "" #~ "Simon Darlington (вдосконалення " #~ "інтернаціоналізації, багато виправлень)" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "Оберіть файл який містить список інгредієнтів." #~ msgid "No file selected" #~ msgstr "Жодного файлу не вибрано" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "Жодного файлу не було вибрано, отже дія була скасована" #~ msgid "Loading zip archive" #~ msgstr "Завантаження zip-архиву" #~ msgid "Unzipping zip archive" #~ msgstr "Розпакування zip-архіву" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "Список покупок для %s" #, python-format #~ msgid "Retrieving %s" #~ msgstr "Відновлення %s" #~ msgid "Retrieving file" #~ msgstr "Відновлення файлу" #~ msgid "Enter URL:" #~ msgstr "Введіть URL:" #~ msgid "Don't recognize this webpage. Using generic importer..." #~ msgstr "" #~ "Не розпізнав цю сторінку. Використовую стандартний майстер імпорту..." #~ msgid "Import complete." #~ msgstr "Імпорт завершено." #~ msgid "Processing ingredients" #~ msgstr "Обчислення інгредієнтів" #~ msgid "Processing ingredients." #~ msgstr "Обчислення інгредієнтів." #, fuzzy #~ msgid "Gourmet" #~ msgstr "Файл Gourmet XML" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet менеджер рецептів" #~ msgid "Select recipe image" #~ msgstr "Оберіть зображення" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "Нижче показані усі зображення які можна імпортувати на сторінку. Оберіть " #~ "зображення для рецепту, не обирайте нічого, якщо не бажаєте " #~ "використовувати жодне." #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet менеджер рецептів, запускається..." #~ msgid "Starting gourmet..." #~ msgstr "Запуск gourmet..." #~ msgid "Unable to open URL" #~ msgstr "Не вдається відкрити URL" #~ msgid "Unable to launch mail reader." #~ msgstr "Не можу запустити програму перегляду ел. пошти." #~ msgid "Unable to open website." #~ msgstr "Не можу відкрити веб-сайт." #~ msgid "Unable to open file." #~ msgstr "Не можу відкрити файл." #~ msgid "There was an error launching the url: %s" #~ msgstr "Сталася помилка при відкритті url: %s" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "Час має починатися числом, після якого має стояти од.вим. (хвилина, " #~ "година, тощо)" #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "Час має бути виржений в годинах, хвилинах, секундах, тощо." #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "Ви бажаєте закрити вікно з активним таймером. Ви можете зупинити таймер " #~ "або просто закрити вікно. Якщо Ви просто закроїте його, воно з'явиться " #~ "знов, коли закінчиться час таймеру." #~ msgid "A file named %s already exists." #~ msgstr "Файл з ім'ям %s вже існує." #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "Ви хочете замінити його на цей?" #~ msgid "Importing old recipe data" #~ msgstr "Імпортувати дані старих рецептів" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "" #~ "Імпорт бази рецептів з попередніх версій програми Гурман в нову базу." #~ msgid "Export succeeded" #~ msgstr "Експорт виконано" #~ msgid "webpage" #~ msgstr "веб-сторінка" #~ msgid "Exported %s to %s" #~ msgstr "Експортовано %s в %s" #~ msgid "%s stopped." #~ msgstr "%s зупинено." #~ msgid "%s was interrupted by user request." #~ msgstr "%s було перервно за запитом користувача." #~ msgid "%s interrupted" #~ msgstr "%s перервано" #~ msgid "There was an error during %s." #~ msgstr "Сталася помилка під час %s" #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "Видалення рецептів з бази данних... (%s з %s видалено)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "Видалено %s рецепт" #~ msgstr[1] "Видалено %s рецептів" #~ msgstr[2] "Видалено %s рецепти" gourmand-1.2.0/po/yi.po000066400000000000000000003032171510115424500147310ustar00rootroot00000000000000# Yiddish translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-06 19:28+0000\n" "Last-Translator: Registry Administrators \n" "Language-Team: Yiddish \n" "Language: yi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Registry Administrators https://launchpad.net/~registry" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/zh.po000066400000000000000000003036001510115424500147250ustar00rootroot00000000000000# Chinese translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-06 19:29+0000\n" "Last-Translator: itsnotvalid \n" "Language-Team: Chinese \n" "Language: zh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "新食譜" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "加到購物清單(_S)" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "文件" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "刪除食譜" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "刪除食譜" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "新食譜" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "購物單" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "更改" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "加到購物清單(_S)" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Eddie Chan https://launchpad.net/~eddie-c\n" " itsnotvalid https://launchpad.net/~itsnotvalid" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "刪除食譜" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "刪除食譜" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "執行" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "工具" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "單位轉換器" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "文件" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/po/zh_CN.po000066400000000000000000003215701510115424500153130ustar00rootroot00000000000000# Chinese (China) translation for grecipe-manager # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the grecipe-manager package. # <>, 2006. # , fuzzy # <>, 2006. # # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2010-12-14 16:04+0000\n" "Last-Translator: grampscn \n" "Language-Team: Chinese (China) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "新食谱(_N)" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "加入购物单" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "文件(_F)" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "食谱" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "详细信息(_D)" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet食谱管理软件" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 #, fuzzy msgid "Show _toolbar" msgstr "显示计时器" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "购物单" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "标题" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "种类" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "食谱" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "原料" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "删除食谱" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "打开选定的食谱" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "打开食谱" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "种类" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "即时搜索" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "计时器" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "单位" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet食谱管理软件" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "选择数据库文件" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "新食谱" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "详细信息" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "移动到购物清单(_S)" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "购物单(_S)" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "已经拥有(储物室条目(_P))" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "输入类目" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "类目:" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "食谱" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "移除食谱" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "从购物清单中移除食谱" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "编辑(_E)" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "帮助(_H)" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "没有选择食谱。您想清除整个目录吗?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "令存购物清单为..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "食谱(_R)" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "转到(_G)" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "打印食谱" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "加入购物单" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "您有尚未保存的更改。" #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "在打印前应用更改吗?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "在打印前应用更改吗?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(选项)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "编辑食谱:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "浏览食谱卡片" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "添加原料" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "将另外一个食谱当原料添加到当前食谱中" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "做法" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "备注" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "单位" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "条目" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "选项" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "已经改变单位。" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "食谱不能够作为原料加载自己" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "您还没有选择任何食谱!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "食谱" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "铃声" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "警告声音" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "声音错误" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "停止计时?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "停止计时(_t)" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "继续时间(_K)" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "或者" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "烹调法" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "评价" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "源" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "网址" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "准备时间" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "烹调时间" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "修改" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "非法输入。" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "不是一个数字。" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "暂停" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "停止" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "不要再问我" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "您确认要这么做吗?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "优秀" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "良好" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "好" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "可以" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "差" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "转换评价到5星级。" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "转换评价。" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "请给每个评价1到5" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "当前的评价" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "评价高出5颗星" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "选择文件类型(_t)" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "对不起,我不能理解\n" "这个数量“%s”。" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "数量必须是数字(分数或者十进制),数字范围,或者空格。" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "糖" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "盐" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "黑胡椒,磨过的" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "冰" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "水" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "植物油" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "橄榄油" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "未知的" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "%s 的购物清单" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "如下的食谱:" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "如下的食谱:" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "选择编码" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "不能自动识别代码。请从以下列表中选择正确的代码。" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "导入暂停" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "停止导入" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "食谱目录(_I)" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "购物单" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "翻译人员\n" "\n" "Launchpad Contributions:\n" " Feng Chao https://launchpad.net/~chaofeng\n" " LittlePanda https://launchpad.net/~lpmbx-sf\n" " Tao Wei https://launchpad.net/~weitao1979\n" " grampscn https://launchpad.net/~grampscn" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "已经保存!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "保存您的编辑到 %s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "一个导入正在进行中。" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "一个导出正在进行中。" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "一个删除正在进行中。" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "退出程序?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "不退出!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "永久删除%s 从 %s 菜谱" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "垃圾箱" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "浏览、永久删除或取消删除的食谱" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "未删除的食谱 " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "任何现有的定值将不变。" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "所有现在的定值将被新的值代替。" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "给选定的食谱设值" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "寻找食谱" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "打开食谱" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "打开选定的食谱" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "删除食谱" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "删除选定的食谱" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "打印(_P)" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "食谱" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "成批编辑食谱 (_e)" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "新建(_N)" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "导入文件 (_I)" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s 食谱" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "导出所有食谱 (_a)" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "退出 (_Q)" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "操作" #: ../src/gourmand/main.py:1025 #, fuzzy msgid "_Trash" msgstr "垃圾箱" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "首选项 (_P)" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "插件(_P)" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "设置 (_n)" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "关于" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "工具(_T)" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "计时器(_T)" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "显示计时器" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "删除 %s ?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "删除" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "未命名" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "永久删除食谱?" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "永久删除食谱?" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "您确认要删除食谱 %s 吗?" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "您确认要删除一下食谱吗?" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "您确认要删除%s条选择的食谱吗?" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "观看食谱" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "删除食谱" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "食谱目录(_I)" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "删除食谱 %s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "完成!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "输入中..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "条目" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "值" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "计数" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s 营养" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "数量" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "购物分类" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "没有" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "不能从 %s 转换到 %s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "需要密度信息。" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "单位转换(_U)" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML网页" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "导出网页" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "选项" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "导出网页" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "文本导出" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML文件" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML导出" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook导入结束。" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "整理XML" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "打印食谱" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "PDF(Portable 文档格式)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "11x17\"" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "Index Card·(3.5x5\")" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "信封" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "方向(_O)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "字体大小(F)" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "左边界" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "右边界" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "上边界" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "下边界" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster文件" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster导出" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "一人份" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "文件(_F)" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "导出" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "任何食物组" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "转换单位为 %s" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "改变单位" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "原料" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100 克" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "卡路里" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "总脂肪" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "饱和脂肪" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "胆固醇" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "钠" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "总碳水化合物" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "食纤维质" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "糖" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "蛋白质" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "α-胡萝卜素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "灰分" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "β-葫萝卜素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "β-隐黄质" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "钙" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "铜" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "总叶酸盐" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "叶酸" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "食物叶酸盐" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "铁" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "番茄红素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "叶黄素+Zeazanthin" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "镁" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "锰" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "烟酸" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "泛酸" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "磷" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "钾" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "维他命 A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "维生素A1" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "核黄素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "硒" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "硫胺" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "维他命 A (IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "维他命 A (RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "维他命 B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "维他命 B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "维他命 C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "维他命 E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "维他命 K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "锌" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "维他命和矿物质" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "每个食谱的数量" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "营养数据库导入结束!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "水" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "千卡" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "克蛋白质" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "克脂肪" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "克灰分" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "克炭水化合物" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "克纤维" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "克糖" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "克钙" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "毫克铁" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "毫克镁" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "维他命 A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "毫克维他命 E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "毫克维他命 K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "儿童食物" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "水果和水果汁" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "快餐" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "星" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "导出结束。" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "电子邮件选项" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "在发送电子邮件前不询问" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "电子邮件没有送出" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "食谱另存为..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "输出食谱" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "食谱" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "导出" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "无法打印:没有打印插件!" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "打印食谱 %s" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "修改" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "所有可以导入的文件" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "导入了 %s 个食谱。" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "好" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "一人份" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "标题" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "原料" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "做法" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "备注" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "烹调法" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "来源" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s 食谱" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "秒" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "分钟" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "分钟" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "小时" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "小时" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "天" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "周" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "月" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "年" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " 和 " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "和" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "到" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "导出" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (Windows porting assistance)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (微软视窗安装)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard·Ferguson·(improvements·to·Unit·Converter·interface)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S.·Born·(improvements·to·Mealmaster·export)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (图标和启动界面)" #~ msgid "Upgrading database" #~ msgstr "正在升级数据库" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "选择一个含有您原料列表的文件" #~ msgid "No file selected" #~ msgstr "没有选定文件" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "没有选定文件,因此操作被取消" #~ msgid "Open _Trash" #~ msgstr "打开垃圾箱 (_T)" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "%s 的购物清单" #~ msgid "Enter URL:" #~ msgstr "输入网址:" #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML文件" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet食谱管理软件" #~ msgid "" #~ "Organize recipes, create shopping lists, calculate nutritional " #~ "information, and more." #~ msgstr "整理食谱、创建购物单、计算营养信息、等等。" #~ msgid "Select recipe image" #~ msgstr "选择食谱图片" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet 食谱管理软件正在加载..." #~ msgid "Starting gourmet..." #~ msgstr "开始 gourmet..." #~ msgid "Unable to open URL" #~ msgstr "不能够打开链接" #~ msgid "Unable to launch mail reader." #~ msgstr "不能加载邮件阅读器" #~ msgid "Unable to open website." #~ msgstr "不能打开网址" #~ msgid "Unable to open file." #~ msgstr "不能打开文件" #~ msgid "There was an error launching the url: %s" #~ msgstr "当加载地址:%s时出现错误" #~ msgid "A file named %s already exists." #~ msgstr "文件名称 %s 已经存在。" #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "您想用保存的文件来覆盖以前的么?" #~ msgid "Importing old recipe data" #~ msgstr "导入旧的食谱数据" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "将旧版本Gourmet的食谱数据导入新的数据库。" #~ msgid "Export succeeded" #~ msgstr "成功导出" #~ msgid "webpage" #~ msgstr "网页" #~ msgid "Exported %s to %s" #~ msgstr "导出 %s 到 %s" #~ msgid "%s stopped." #~ msgstr "%s 停止" #~ msgid "%s interrupted" #~ msgstr "%s 中断" #~ msgid "There was an error during %s." #~ msgstr "发生了错误在 %s。" #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "从数据库中删除食谱...(%s 从 %s 删除)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "删除 %s 食谱" #~ msgid "Export complete!" #~ msgstr "导出完毕!" gourmand-1.2.0/po/zh_HK.po000066400000000000000000003344751510115424500153250ustar00rootroot00000000000000# Chinese (Hong Kong) translation for grecipe-manager # Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2006. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2012-05-10 19:11+0000\n" "Last-Translator: Daniel Cheung \n" "Language-Team: Chinese (Hong Kong) \n" "Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "新增食譜(_N)" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "加入至購物清單(_S)" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "檔案(_F)" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "食譜" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "詳細內容(_D)" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 #, fuzzy msgid "Gourmand Recipe Manager Preferences" msgstr "Gourmet食譜管理員" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "購物清單" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "標題" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "類別" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "食譜" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "材料" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "刪除食譜(_D)" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 #, fuzzy msgid "Copy selected recipe" msgstr "刪除已選食譜" #: ../src/gourmand/ui/recipe_index.ui.h:10 #, fuzzy msgid "_Copy recipe" msgstr "%s 食譜" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "分類" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "按鍵" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "計時器" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "單位" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 #, fuzzy msgid "Gourmand Recipe Manager" msgstr "Gourmet食譜管理員" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "新增食譜" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "移動至購物清單(_S)" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "購物清單(_S)" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "已擁有(餐具室項目(_P))" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "輸入類別" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "食譜(_R)" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "移除食譜" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "從購物清單中移除食譜" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "編輯(_E)" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "說明(_H)" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "x" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "沒有選擇任何食譜。你要清除整個清單嗎?" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "另存購物清單..." #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "請仔細說明" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "食譜(_R)" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "列印食譜" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 #, fuzzy msgid "Add to Shopping List" msgstr "加入至購物清單(_S)" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "你有未儲存的變更。" #: ../src/gourmand/reccard.py:547 #, fuzzy msgid "Save changes before copying?" msgstr "要於列印前應用變更嗎?" #: ../src/gourmand/reccard.py:559 #, fuzzy msgid "Save changes before printing?" msgstr "要於列印前應用變更嗎?" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "(自選)" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "無法從資料庫尋找%s食譜。" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "編製食譜:" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "查看食譜卡片" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "指示說明" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "備註" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "Amt" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "單位" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "項目" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "自選" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "食譜%s (ID %s)不存在於我們的資料庫。" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "已轉換:%(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "沒被轉換:%(amt)s %(unit)s" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "已改變單位。" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "你已經把%(item)s的單位由%(old)s變更成%(new)s。你要不要將數量變更﹖" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "已把%(old_amt)s %(old_unit)s轉換成%(new_amt)s %(new_unit)s。" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "無法把%(old_unit)s轉換成%(new_unit)s" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "加入材料類別中" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "為新的材料類別輸入一個名稱" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "食譜不能將自己當作材料!" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "食譜不容許任何無限遞迴!" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "你沒有選擇任何食譜!" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "食譜" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "鬧響聲音" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "警告聲響" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "錯誤聲響" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "停止計時器?" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "停止計時器(_T)" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "繼續計時(_K)" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "或" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "菜餚/烹調法" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "評分" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "来源" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "准备时间" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "煮食時間" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "修改" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "不合法輸入。" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "不是一个数字。" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "暂停(_P)" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "停止(_S)" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "不要再问我。" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "您确认要这么做吗?" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "幾乎完美!" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "良好" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "好" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "還可以" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "差" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "转换評分準則到五星制度。" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "转换评分。" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "请以1至5給予評分。" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "現時的評分" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "以五星為最高的評分" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 #, fuzzy msgid "Select File(s)" msgstr "選擇檔案類型(_T)" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" "对不起,無法理解\n" "这个数量“%s”。" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "数量必须是数字(分数或者十进制),数字范围,或者空格。" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" "\n" "“單位”本身必須已存在於“單位”範疇內。\n" "例如:如果你想輸入一又二分之一杯,\n" "數量範疇可以使用“1.5”或“1 1/2”。“杯”\n" "應該分隔輸入於另外“單位”範疇。\n" "\n" "要輸入一系列數字,用“-”來分隔它們。\n" "例如:你可以輸入2-4 或 1 1/2 - 3 1/2。\n" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "多用途麵粉" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "糖" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "鹽" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "黑胡椒粒" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "冰" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "水" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "植物油" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "橄欖油" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "未知" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "食譜以自己作為一個材料。" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "材料%s將被忽視。" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "%s的購物清單" #: ../src/gourmand/shopping.py:353 #, fuzzy msgid "For the following recipes:\n" msgstr "載入食譜中" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr " x%s" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "選擇編碼" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "沒法分辨適當編碼。請從下列清單選擇正確的編碼。" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "以編碼閱讀檔案(_F)" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "載入暫停中" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "停止載入" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "食譜索引(_I)" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "購物清單(_L)" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Daniel Cheung https://launchpad.net/~daniel-2345\n" " rachaiii https://launchpad.net/~rockgirlx13" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "已儲存!" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "把編輯項目儲存到%s" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "一個載入指令正在进行中。" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "一个輸出指令正在进行中。" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "一个删除指令正在进行中。" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "退出程式?" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "不退出!" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "取消刪除的食譜 " #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "刪除已選食譜" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "列印(_P)" #: ../src/gourmand/main.py:1000 #, fuzzy msgid "_Copy recipes" msgstr "食譜" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 #, fuzzy msgid "_Import Recipe" msgstr "載入食譜中" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 #, fuzzy msgid "Paste recipe" msgstr "%s 食譜" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "操作(_A)" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "關於(_A)" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "工具(_T)" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "計時器(_T)" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "删除%s ?" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "你有未儲存的變更至%s, 你確定你要刪除﹖" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "已刪除" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "未標題" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "永久刪除食譜﹖" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "永久刪除食譜﹖" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "你確定你要刪除食譜%s﹖" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "你確定你要刪除以下食譜﹖" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "你確定你要刪除%s的已選食譜﹖" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "查看食譜" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 #, fuzzy msgid "Recipes deleted" msgstr "食譜索引(_I)" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "刪除食譜%s" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "完成!" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "載入中..." #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "key" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "項目" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "範疇" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "價值" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "次數" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "將所有按鍵由\"%s\" 變更成\"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" "你將無法復原此動作。如果其他材料已經有\"%s\"按鍵﹐你將無法識辨那些材料以及你" "現在更改的項目。" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "將所有項目由\"%s\" 變更成\"%s\"?" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" "你將無法復原此動作。如果其他材料已經有\"%s\"項目﹐你將無法識辨那些項目以及你" "現在更改的項目。" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "將所有\"%(unit)s\"的情況 變更至 \"%(text)s\"(_A)" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" "只將擁有按鍵\"%(key)s\"的材料\"%(item)s\" 從\"%(unit)s\" 變更至\"%(text)s\"" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "將所有\"%(amount)s\" %(unit)s的情況變更至%(text)s %(unit)s(_A)" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" "只將擁有按鍵\"%(key)s\"的材料從\"%(amount)s\" %(unit)s 變更至\"%(text)s\" " "%(unit)s (_W)" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" "只將材料按鍵是\"%(key)s\"及項目是從%(item)s從\"%(amount)s\" %(unit)s 變更至" "\"%(text)s\" %(unit)s (_A)" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "變更所有已選橫列﹖" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "此動作將無法復原。你確定要為已選的%s橫列作出以下的設定﹖" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" "\n" "按鍵至%s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" "\n" "項目至%s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" "\n" "單位至%s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" "\n" "數量至%s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "%s材料" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "正顯示材料%(bottom)s 至 %(top)s,總數為%(total)s" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "數量" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "購物分類" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "無" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "沒法把%s轉換成%s" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "需要密度資料。" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "單位轉換器(_U)" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "HTML網頁" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "輸出網頁中" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "匯出食譜至HTML檔案到%(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "已將食譜儲存成HTML檔%(file)s" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "自選" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 #, fuzzy msgid "Exporting epub" msgstr "輸出網頁中" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, fuzzy, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "匯出食譜至HTML檔案到%(file)s" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, fuzzy, python-format msgid "Recipe saved as epub file %(file)s" msgstr "已將食譜儲存成HTML檔%(file)s" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "文字輸出" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "Gourmet XML 檔案" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "Gourmet XML 輸出" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "輸出食譜至Gourmet XML%(file)s檔案中。" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "食譜已被儲存在Gourmet XML%(file)s檔案。" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "Mastercook 載入完成。" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "整理XML中" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "列印食譜" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "MealMaster 檔案" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "MealMaster輸出" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "正在將食譜輸出成MealMaster檔案%(file)s。" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "已將食譜儲存成MealMaster檔%(file)s" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, fuzzy, python-format msgid "%s serving" msgstr "份量" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 #, fuzzy msgid "MCB File" msgstr "檔案(_F)" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 #, fuzzy msgid "MCB Export" msgstr "文字輸出" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, fuzzy, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "輸出食譜至Gourmet XML%(file)s檔案中。" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, fuzzy, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "食譜已被儲存在Gourmet XML%(file)s檔案。" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "任何食物類別" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "轉換%s的單位" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, fuzzy, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" "為計算營養資料,Gourmet需要你幫助把\"%s\" 轉換成一個Gourmet能理解的單位。" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" "把所有地方的材料按鍵由%(old_key)s 變更成 %(new_key)s,或只是於食譜%(title)s?" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "於所有地方進行變更(_E)" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "只是食譜%s(_J)" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "變更單位" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, fuzzy, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" "Gourmet需要知道它的密度,以便計算\"%(amount)s %(unit)s %(ingkey)s\"之營養資" "料。現存的資料庫有數個屬於這個項目的描述,各有不同的密度。請從下列項目選擇正確" "的。" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 #, fuzzy msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "如要應用營養資料,Gourmet需要一個合法化的數量及單位。" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "材料" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "美国农业部" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "100克" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "卡路里" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "總脂肪" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "飽和脂肪" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "膽固醇" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "鈉" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "總碳水化合物" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "膳食纖維" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "糖" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "蛋白質" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "α-胡蘿蔔素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "灰質" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "β-胡蘿蔔素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "β-隱黃質" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "鈣" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "銅" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "總葉酸量" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "叶酸" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "食物叶酸含量" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "膳食叶酸当量" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "鐵" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "茄紅素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "葉黃素+玉米黃素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "鎂" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "錳" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "菸鹼酸" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "泛酸" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "磷" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "鉀" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "維他命A" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "維他命A醛" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "核黃素" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "硒" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "硫胺素(維他命B1)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "維他命A(IU)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "維他命A(RAE)" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "維他命B6" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "維他命B12" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "維他命C" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "維他命E" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "維他命K" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "鋅" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "維他命及礦物質" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" "缺乏的營養資料\n" "包括%(missing)s ,屬於%(total)s 材料。" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "%每日需求量" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "每個食譜含量" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "Loading Nutritional Data" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "營養資料庫載入完成!" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "正從壓縮檔案%s讀取營養資料" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "從壓縮檔案提取%s中。" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "正分析營養資料的語法..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "正閱讀營養資料:已載入%s項目,總數為%s。" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "正分析重量數據..." #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "正閱讀重量數據:已載入%s項目,總數為%s。" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "水" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "卡路里(kcal)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "克 蛋白" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "克 脂質" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "克 灰質" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "克 碳水化合物" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "克 纖維" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "克 糖" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "毫克 鈣" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "毫克 鐵" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "毫克 鎂" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "毫克 磷" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "毫克 鉀" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "毫克 鈉" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "毫克 鋅" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "毫克 銅" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "毫克 錳" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "微克 硒" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "毫克 維他命C" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "毫克 硫胺素(維他命B1)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "毫克 核黃素" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "毫克 菸鹼酸" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "毫克 泛酸" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "毫克 維他命B6" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "微克 總葉酸量" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "微克 葉酸" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "微克 食物葉酸含量" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "微克 膳食叶酸当量" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "微克 維他命B12" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "維他命A IU" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "維他命A (微克視網醇活性當量)" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "微克 維他命A醛" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "微克 α-胡蘿蔔素" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "微克 β-胡蘿蔔素" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "微克 β-隱黃質" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "微克 茄紅素" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "微克 葉黃素+玉米黃素" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "毫克 維他命E" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "毫克 維他命K" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "克 飽和脂肪酸" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "克 单不饱和脂肪酸" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "克 多元不飽和脂肪酸" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "毫克 膽固醇" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "渣滓百分比" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "奶乳類及蛋類食品" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "香料及調味品" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "嬰兒食品" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "脂肪及食油" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "家禽" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "湯及醬汁" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "香腸及午餐肉" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "穀類營養早餐" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "水果及果汁" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "豬肉" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "蔬菜" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "果仁及種子" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "牛肉" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "飲品" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "魚類及介殼類海產" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "豆類" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "羊肉, 小牛肉及野味" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "烘烤食品" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "甜食" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "穀物及麵條" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "快餐食品" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "膳食,主菜,小菜" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "零食" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "種族特色食品" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "星星" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "已輸出%(number)s個食譜,共%(total)s個" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "輸出完成。" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "把食譜包含在電郵的內容裡(這經常是一個好主意)" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "將食譜當作HTML附件並以電郵寄出" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "電郵選項" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "寄出電郵前不要再問我。" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "電郵沒被寄出" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "你沒有選擇把食譜包含在電郵的內容裡或將食譜當作電郵的HTML附件。" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "另存食譜為..." #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "Gourmet 無法輸出\"%s\"類型的檔案" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "輸出食譜" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "食譜" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "列印%s食譜" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 #, fuzzy msgid "Enter a recipe file path or website address." msgstr "輸入食譜的URL或食譜的網站。" #: ../src/gourmand/importers/importManager.py:62 #, fuzzy msgid "Location:" msgstr "修改" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "所有可載入檔案" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "已載入%s個食譜。" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "已載入%s個食譜,共%s個。" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "份量" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "標題" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "材料" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "指示說明" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "備註" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "菜餚/烹調法" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "來源" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "%s 食譜" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "正顯示食譜由%(bottom)s至%(top)s,共%(total)s個" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "秒" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "分鐘" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "小時" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "小時" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "天" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "星期" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "月" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "年" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr " , " #: ../src/gourmand/convert.py:681 msgid ", " msgstr ", " #: ../src/gourmand/convert.py:683 msgid " " msgstr " " #: ../src/gourmand/convert.py:813 msgid "and" msgstr "及" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "至" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 #, fuzzy msgid "EPub Export" msgstr "文字輸出" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" #~ msgid "Roland Duhaime (Windows porting assistance)" #~ msgstr "Roland Duhaime (視窗連接支援)" #~ msgid "Daniel Folkinshteyn (Windows installer)" #~ msgstr "Daniel Folkinshteyn (視窗安裝)" #~ msgid "Richard Ferguson (improvements to Unit Converter interface)" #~ msgstr "Richard Ferguson (單位轉換器界面修飾)" #~ msgid "R.S. Born (improvements to Mealmaster export)" #~ msgstr "R.S. Born (Mealmaster輸出改進)" #~ msgid "ixat (logo and splash screen)" #~ msgstr "ixat (標誌及載入圖示設計)" #~ msgid "Yula Zubritsky (nutrition and add-to-shopping list icons)" #~ msgstr "Yula Zubritsky (營養及購物清單顯示圖)" #~ msgid "" #~ "Simon Darlington (improvements to " #~ "internationalization, assorted bugfixes)" #~ msgstr "Simon Darlington (改進國際化及各種錯誤)" #~ msgid "Choose a file containing your ingredient list." #~ msgstr "選擇含有你的材料清單之檔案。" #~ msgid "No file selected" #~ msgstr "沒有任何已選檔案" #~ msgid "No file was selected, so the action has been cancelled" #~ msgstr "由於沒有任何已選檔案﹐所以動作被取消。" #~ msgid "Loading zip archive" #~ msgstr "進入壓縮檔案中" #~ msgid "Unzipping zip archive" #~ msgstr "解壓壓縮檔案中" #, fuzzy, python-format #~ msgid "Logging into %s" #~ msgstr "%s的購物清單" #, python-format #~ msgid "Retrieving %s" #~ msgstr "檢索%s中" #~ msgid "Retrieving file" #~ msgstr "檢索檔案中" #~ msgid "Import complete." #~ msgstr "載入完成。" #~ msgid "Processing ingredients" #~ msgstr "處理材料中" #~ msgid "Processing ingredients." #~ msgstr "處理材料中。" #, fuzzy #~ msgid "Gourmet" #~ msgstr "Gourmet XML 檔案" #, fuzzy #~ msgid "Recipe Manager" #~ msgstr "Gourmet食譜管理員" #~ msgid "Select recipe image" #~ msgstr "選擇食譜圖片" #~ msgid "" #~ "Below are all the images found for the page you are importing. Select any " #~ "images that are of the recipe, or don't select anything if you don't want " #~ "any of these images." #~ msgstr "" #~ "以下是配合你現在載入的食譜所有找到的圖片。選擇任何符合食譜的圖片,或假如你" #~ "不要以下的圖片,不要選擇任何東西。" #~ msgid "Gourmet Recipe Manager starting up..." #~ msgstr "Gourmet食譜管理正在起始..." #~ msgid "Starting gourmet..." #~ msgstr "開始Gourmet中..." #~ msgid "Unable to open URL" #~ msgstr "無法打開URL" #~ msgid "Unable to launch mail reader." #~ msgstr "無法開始電郵閱讀器。" #~ msgid "Unable to open website." #~ msgstr "無法打開網頁。" #~ msgid "Unable to open file." #~ msgstr "無法開啟檔案。" #~ msgid "There was an error launching the url: %s" #~ msgstr "當下載網址的時候:%s时出现错误" #~ msgid "" #~ "Time must begin with a number or fraction followed by a unit (minutes, " #~ "hours, etc.)." #~ msgstr "" #~ "時間一定要以一個數字或分數開始,然後加上時間的單位(分鐘,小時,等等...)。" #~ msgid "Time must be expressed in hours, minutes, seconds, etc." #~ msgstr "時間必須以小時,分鐘,秒...等等來表達。" #~ msgid "" #~ "You've requested to close a window with an active timer. You can stop the " #~ "timer, or you can just close the window. If you close the window, it will " #~ "reappear when your timer goes off." #~ msgstr "" #~ "你要求關上一個附有活動中的計時器的視窗。你可以停止計時器,或直接關上視窗。" #~ "如果你直接關上視窗,它會於計時完成時重新出現。" #~ msgid "A file named %s already exists." #~ msgstr "檔案名称 %s 已经存在。" #~ msgid "Do you want to replace it with the one you are saving?" #~ msgstr "你想儲存此檔案以覆蓋以前的檔案﹖" #~ msgid "Importing old recipe data" #~ msgstr "載入舊食譜資料" #~ msgid "" #~ "Importing recipe data from a previous version of Gourmet into new " #~ "database." #~ msgstr "正從上一個Gourmet版本載入食譜資料至新資料庫。" #~ msgid "Export succeeded" #~ msgstr "輸出成功" #~ msgid "webpage" #~ msgstr "網頁" #~ msgid "Exported %s to %s" #~ msgstr "從%s輸出至%s" #~ msgid "%s stopped." #~ msgstr "%s 已停止。" #~ msgid "%s was interrupted by user request." #~ msgstr "%s被用戶請求中斷了。" #~ msgid "%s interrupted" #~ msgstr "%s已中斷" #~ msgid "There was an error during %s." #~ msgstr "%s時有錯誤發生。" #~ msgid "Deleting recipes from database... (%s of %s deleted)" #~ msgstr "正從資料庫刪除食譜中...(已刪除%s,從%s)" #~ msgid "Deleted %s recipe" #~ msgid_plural "Deleted %s recipes" #~ msgstr[0] "已刪除%s食譜" gourmand-1.2.0/po/zh_TW.po000066400000000000000000003031711510115424500153420ustar00rootroot00000000000000# Chinese (Taiwan) translation for grecipe-manager # Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 # This file is distributed under the same license as the grecipe-manager package. # FIRST AUTHOR , 2005. # msgid "" msgstr "" "Project-Id-Version: grecipe-manager\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-05 14:04+0200\n" "PO-Revision-Date: 2009-11-06 19:29+0000\n" "Last-Translator: smingko \n" "Language-Team: Chinese (Taiwan) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2014-06-02 11:52+0000\n" "X-Generator: Launchpad (build 17031)\n" "X-Rosetta-Version: 0.1\n" #: ../src/gourmand/ui/app.ui.h:1 msgid "Recipe Index" msgstr "" #. Set up hard-coded functional buttons... #: ../src/gourmand/ui/app.ui.h:2 #: ../src/gourmand/importers/interactive_importer.py:142 msgid "_New Recipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:3 ../src/gourmand/gglobals.py:102 msgid "Add to _Shopping List" msgstr "" #: ../src/gourmand/ui/app.ui.h:4 ../src/gourmand/ui/recipe_index.ui.h:4 msgid "View Re_cipe" msgstr "" #: ../src/gourmand/ui/app.ui.h:5 ../src/gourmand/ui/recipe_index.ui.h:15 #: ../src/gourmand/ui/nutritionDruid.ui.h:31 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:2 msgid "_Search for:" msgstr "" #: ../src/gourmand/ui/app.ui.h:6 ../src/gourmand/ui/recipe_index.ui.h:16 #: ../src/gourmand/ui/shopCatEditor.ui.h:5 #: ../src/gourmand/ui/nutritionDruid.ui.h:32 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:3 msgid "Search for recipes as you type" msgstr "" #: ../src/gourmand/ui/app.ui.h:7 ../src/gourmand/ui/nutritionDruid.ui.h:30 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:4 msgid "_in" msgstr "" #: ../src/gourmand/ui/app.ui.h:8 ../src/gourmand/ui/recipe_index.ui.h:19 msgid "Search by other critera within the current search results." msgstr "" #: ../src/gourmand/ui/app.ui.h:9 ../src/gourmand/ui/recipe_index.ui.h:20 msgid "A_dd Search Criteria" msgstr "" #: ../src/gourmand/ui/app.ui.h:10 ../src/gourmand/ui/recipe_index.ui.h:24 msgid "Limiting Search to:" msgstr "" #: ../src/gourmand/ui/app.ui.h:11 ../src/gourmand/ui/recipe_index.ui.h:25 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:8 msgid "Search _Results" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:1 msgid "Set Fields for Selected Recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:2 msgid "" "Set Recipe Fields for selected recipes" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:3 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:3 msgid "_Add Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:4 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:5 msgid "_Remove Image" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:5 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:14 msgid "S_ource:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:6 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:13 msgid "_Rating:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:7 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:12 msgid "C_uisine:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:8 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:9 msgid "_Category:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:9 msgid "_Preparation Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:10 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:11 msgid "Coo_king Time:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:11 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:2 msgid "_Webpage:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:12 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:4 msgid "Image:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:13 #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:8 msgid "_Yield:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:14 msgid "Yield U_nit:" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:15 msgid "_Only set values where field is currently blank" msgstr "" #: ../src/gourmand/ui/batchEditor.ui.h:16 msgid "Set all values for _all selected recipes" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:1 msgid "Metakit (default, stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:2 msgid "SQLite (stored in a local file)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:3 msgid "MySQL (requires connection to a database)" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:4 msgid "Choose Database" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:5 msgid "Choose Database System for Gourmet to Use" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:6 msgid "_Database System" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:7 msgid "_Host:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:8 msgid "_Username:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:9 msgid "_Password:" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:10 msgid "Password for your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:11 #: ../src/gourmand/ui/shopCatEditor.ui.h:6 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:7 msgid "*" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:12 msgid "Database _Name:" msgstr "" #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #. name # stock # text # key-command # tooltip # callback #: ../src/gourmand/ui/databaseChooser.ui.h:13 ../src/gourmand/shopgui.py:681 #: ../src/gourmand/main.py:1009 msgid "_File" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:14 msgid "" "Hostname of the system where your database server is running. If your " "database server is running on your local system, use localhost." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:15 msgid "localhost" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:16 msgid "" "Save the password for next time. This means the password will be stored " "insecurely in your configuration file." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:17 msgid "_Save Password" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:18 msgid "" "Name of the database in which Gourmet should store its information. Gourmet " "will try to create this database if it does not already exist." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:19 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:22 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:72 msgid "recipe" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:20 msgid "Your username on the database." msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:21 msgid "_Browse" msgstr "" #: ../src/gourmand/ui/databaseChooser.ui.h:22 #: ../src/gourmand/gtk_extras/dialog_extras.py:838 #: ../src/gourmand/gtk_extras/dialog_extras.py:1253 msgid "_Details" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:1 msgid "Gourmand Recipe Manager Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:2 msgid "Index View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:3 msgid "Show _toolbar" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:4 msgid "_Recipes per page:" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:5 msgid "Configure which columns are included in the recipe index view." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:6 msgid "Index View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:7 msgid "Card View Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:8 msgid "_Allow units to change when multiplying" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:9 msgid "_Use fractions" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:10 msgid "Use fractions when possible for display" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:11 msgid "Remove items you don't use from the Recipe Card interface." msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:12 msgid "Card View" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:13 msgid "Shopping List Preferences" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:14 msgid "" "What should Gourmand do with Optional Ingredients when adding recipes to " "the shopping list?" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:15 msgid "As_k whether to include optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:16 msgid "_Remember user selections by default" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:17 msgid "_Clear remembered optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:18 msgid "_Always add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:19 msgid "_Never add optional ingredients" msgstr "" #: ../src/gourmand/ui/preferenceDialog.ui.h:20 ../src/gourmand/shopgui.py:157 #: ../src/gourmand/shopgui.py:552 ../src/gourmand/shopgui.py:858 #: ../src/gourmand/shopgui.py:1014 msgid "Shopping List" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:1 msgid "servings" msgstr "" #. renderer.set_property('editable',True) #. renderer.connect('edited',tst) #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:6 #: ../src/gourmand/shopgui.py:754 ../src/gourmand/gglobals.py:29 #: ../src/gourmand/exporters/rtf_exporter.py:93 msgid "Title" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:7 msgid "_Title:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:10 msgid "Pre_paration Time:" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:15 #: ../src/gourmand/recindex.py:45 ../src/gourmand/recindex.py:53 msgid "category" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:16 msgid "rating" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:17 #: ../src/gourmand/gglobals.py:35 msgid "Yield" msgstr "" #: ../src/gourmand/ui/recCardDescriptionEditor.ui.h:18 #: ../src/gourmand/gglobals.py:36 msgid "Yield Unit" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:1 msgid "_Shop" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:2 msgid "Edit _description" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:3 msgid "Cooking Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:4 msgid "Preparation Time:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:5 msgid "Cuisine:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:6 msgid "Category:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:7 msgid "Webpage:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:8 msgid "_Yields:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:9 msgid "Link" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:10 msgid "Source:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:11 msgid "Rating:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:12 msgid "_Multiply by:" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:13 msgid "Instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:14 msgid "Edit _instructions" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:15 msgid "Notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:16 msgid "Edit _notes" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:17 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:507 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:83 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:168 #: ../src/gourmand/exporters/exporter.py:625 msgid "Recipe" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:18 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recCardDisplay.ui.h:19 msgid "Edit _ingredients" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:1 msgid "Add _ingredient:" msgstr "" #: ../src/gourmand/ui/recCardIngredientsEditor.ui.h:2 #: ../src/gourmand/reccard.py:1008 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:504 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:545 #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:117 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:180 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:598 #: ../src/gourmand/exporters/exporter.py:251 #: ../src/gourmand/importers/interactive_importer.py:40 #: ../src/gourmand/importers/interactive_importer.py:47 msgid "Ingredients" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:1 msgid "Add recipe to shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:2 msgid "Add to _shopping list" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:3 msgid "Jump to recipe in Recipe Card vew" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:5 msgid "Delete selected recipe" msgstr "" #. saveEdits #: ../src/gourmand/ui/recipe_index.ui.h:6 ../src/gourmand/reccard.py:819 msgid "_Delete Recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:7 msgid "Edit attributes of selected recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:8 msgid "_Batch edit recipes" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:9 msgid "Copy selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:10 msgid "_Copy recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:11 msgid "Print selected recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:12 msgid "_Print recipe" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:13 msgid "" "Never buy this item. When called for in a recipe, it will show up in a " "\"pantry\" section of the list as a reminder that you need it, but it won't " "be included when you save or print the list unless you tell me you need to " "buy it." msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:14 msgid "Add to _Pantry" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:17 msgid "Show _Options" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:18 msgid "Search _in" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:21 msgid "_Use regular expressions (advanced searching)" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:22 msgid "Search as you _type" msgstr "" #: ../src/gourmand/ui/recipe_index.ui.h:23 msgid "Search Options" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:1 ../src/gourmand/gglobals.py:30 msgid "Category" msgstr "" #. __gsignals__ = { #. 'view-changed':(GObject.SignalFlags.RUN_LAST, #. None, #. ()), #. } #: ../src/gourmand/ui/shopCatEditor.ui.h:2 ../src/gourmand/reccard.py:2039 #: ../src/gourmand/reccard.py:2100 #: ../src/gourmand/plugins/key_editor/keyEditor.py:508 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:128 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:209 msgid "Key" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:3 msgid "Category Editor" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:4 msgid "Search by" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:7 ../src/gourmand/recindex.py:104 msgid "Search as you type" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:8 #: ../src/gourmand/ui/nutritionDruid.ui.h:33 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:7 msgid "Use regular expressions" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:9 msgid "Advanced Search" msgstr "" #: ../src/gourmand/ui/shopCatEditor.ui.h:10 msgid "Add Category: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:1 ../src/gourmand/timer.py:184 #: ../src/gourmand/timer.py:186 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:2 msgid "Timer" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:3 msgid "Timer Finished!" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:4 msgid "" "Timer will continue to go off until you close this dialog or reset the timer." msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:5 msgid "Set _Timer: " msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:6 msgid "_Reset" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:7 msgid "_Start" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:8 msgid "S_ound" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:9 msgid "_Note" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:10 msgid "Re_peat alarm until I turn it off" msgstr "" #: ../src/gourmand/ui/timerDialog.ui.h:11 msgid "_Settings" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:1 msgid "Edit fields throughout database" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:2 msgid "Field to _Edit:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:3 msgid "For each selected value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:4 msgid "_Leave value as is" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:5 msgid "New value will be added to the end of any existing text" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:6 msgid "New value will replace any existing value" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:7 msgid "_Field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:8 msgid "_Value:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:9 msgid "Change _other field:" msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:10 msgid "C_hange value to: " msgstr "" #: ../src/gourmand/ui/valueEditor.ui.h:11 msgid "_Delete value" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:1 msgid "Select equivalent of" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:2 msgid "from USDA database" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:3 msgid "_Change ingredient" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:4 msgid "or" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:5 msgid "_Search USDA Ingredient Database:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:6 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:5 msgid "Search as you t_ype" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:7 msgid "Show only food in _group:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:8 msgid "Search _results:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:9 msgid "From:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:10 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:9 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:4 msgid "_Amount:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:11 msgid "Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:12 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 msgid "unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:13 msgid "_Change unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:14 msgid "_Save new unit" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:15 msgid "To:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:16 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:10 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:5 msgid "_Unit:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:17 msgid "Enter nutritional information for " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:18 msgid "Choose a Density" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:19 msgid "Ingredient Key: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:20 msgid "USDA Item: " msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:21 msgid "Edit _USDA Association" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:22 #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:23 msgid "Edit _information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:24 msgid "_Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:25 msgid "Density:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:26 msgid "USDA equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:27 msgid "Custom equivalents:" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:28 msgid "_Density Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:29 msgid "Known Nutritonal Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:34 #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:6 msgid "_Advanced Search" msgstr "" #. name #. stock #: ../src/gourmand/ui/nutritionDruid.ui.h:35 #: ../src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py:13 #: ../src/gourmand/plugins/nutritional_information/main_plugin.py:14 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:36 #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:71 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:1 msgid "Nutritional Information" msgstr "" #: ../src/gourmand/ui/nutritionDruid.ui.h:36 msgid "I_gnore" msgstr "" #: ../src/gourmand/__version__.py:3 msgid "Gourmand Recipe Manager" msgstr "" #: ../src/gourmand/__version__.py:4 msgid "" "Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors" msgstr "" #: ../src/gourmand/__version__.py:9 msgid "" "Gourmand is an application to store, organize and search recipes.\n" "\n" "Features:\n" "* Makes it easy to create shopping lists from recipes.\n" "* Imports recipes from a number of sources, including MealMaster and " "MasterCook\n" " archives and several popular websites.\n" "* Exports recipes as PDF files, plain text, MealMaster files, HTML web " "pages,\n" " and a custom XML format for exchange with other Gourmet users.\n" "* Supports linking images with recipes.\n" "* Can calculate nutritional information for recipes based on the " "ingredients.\n" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Nyall Dawson (cookie icon)" msgstr "" #: ../src/gourmand/__version__.py:26 msgid "Kati Pregartner (splash screen image)" msgstr "" #: ../src/gourmand/backends/DatabaseChooser.py:99 msgid "Choose Database File" msgstr "" #: ../src/gourmand/backends/db.py:1514 ../src/gourmand/reccard.py:887 #: ../src/gourmand/importers/interactive_importer.py:88 msgid "New Recipe" msgstr "" #: ../src/gourmand/backends/db.py:2182 ../src/gourmand/backends/db.py:2183 msgid "Database Backup" msgstr "" #: ../src/gourmand/backends/db.py:2184 msgid "Depending on the size of your database, this may take some time." msgstr "" #: ../src/gourmand/backends/db.py:2186 ../src/gourmand/threadManager.py:354 msgid "Details" msgstr "" #: ../src/gourmand/backends/db.py:2188 #, python-format msgid "" "A backup will be made as %s in case something goes wrong. If this upgrade " "fails, you can manually rename the backup file to recipes.db to recover it." msgstr "" #: ../src/gourmand/shopgui.py:125 ../src/gourmand/shopgui.py:138 msgid "Change _Category" msgstr "" #: ../src/gourmand/shopgui.py:129 msgid "Create new category" msgstr "" #: ../src/gourmand/shopgui.py:138 msgid "Change the category of the currently selected item" msgstr "" #: ../src/gourmand/shopgui.py:144 msgid "Pantry" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:148 msgid "Move to _Shopping List" msgstr "" #. text #: ../src/gourmand/shopgui.py:149 msgid "B" msgstr "" #. name #. stock #: ../src/gourmand/shopgui.py:161 msgid "Move to _pantry" msgstr "" #. text #: ../src/gourmand/shopgui.py:162 msgid "D" msgstr "" #. key-command #: ../src/gourmand/shopgui.py:163 msgid "Remove from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:185 #, python-format msgid "Move selected items into %s" msgstr "" #: ../src/gourmand/shopgui.py:223 ../src/gourmand/main.py:1024 msgid "_Shopping List" msgstr "" #: ../src/gourmand/shopgui.py:224 msgid "Already Have (_Pantry Items)" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Enter Category" msgstr "" #: ../src/gourmand/shopgui.py:490 #, python-format msgid "Category to add %s to" msgstr "" #: ../src/gourmand/shopgui.py:490 msgid "Category:" msgstr "" #: ../src/gourmand/shopgui.py:588 msgid "_Recipes" msgstr "" #: ../src/gourmand/shopgui.py:616 msgid "_Add items:" msgstr "" #: ../src/gourmand/shopgui.py:668 msgid "Remove Recipes" msgstr "" #: ../src/gourmand/shopgui.py:670 msgid "Remove recipes from shopping list" msgstr "" #: ../src/gourmand/shopgui.py:677 ../src/gourmand/reccard.py:221 #: ../src/gourmand/reccard.py:815 ../src/gourmand/main.py:1023 msgid "_Edit" msgstr "" #: ../src/gourmand/shopgui.py:682 ../src/gourmand/shopgui.py:683 #: ../src/gourmand/reccard.py:223 ../src/gourmand/reccard.py:228 #: ../src/gourmand/reccard.py:817 ../src/gourmand/main.py:1036 #: ../src/gourmand/main.py:1038 msgid "_Help" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add items" msgstr "" #: ../src/gourmand/shopgui.py:688 msgid "Add arbitrary items to shopping list" msgstr "" #: ../src/gourmand/shopgui.py:755 msgid "x" msgstr "" #: ../src/gourmand/shopgui.py:843 msgid "No recipes selected. Do you want to clear the entire list?" msgstr "" #: ../src/gourmand/shopgui.py:853 msgid "Save Shopping List As..." msgstr "" #: ../src/gourmand/shopgui.py:917 msgid "Select optional ingredients" msgstr "" #: ../src/gourmand/shopgui.py:918 msgid "" "Please specify which of the following optional ingredients you'd like to " "include on your shopping list." msgstr "" #. menus #: ../src/gourmand/reccard.py:220 ../src/gourmand/reccard.py:814 msgid "_Recipe" msgstr "" #: ../src/gourmand/reccard.py:222 ../src/gourmand/main.py:199 msgid "_Go" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export recipe" msgstr "" #: ../src/gourmand/reccard.py:224 msgid "Export selected recipe (save to file)" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "_Delete recipe" msgstr "" #: ../src/gourmand/reccard.py:225 msgid "Delete this recipe" msgstr "" #: ../src/gourmand/reccard.py:236 msgid "Adjust units when multiplying" msgstr "" #: ../src/gourmand/reccard.py:238 msgid "" "Change units to make them more readable where possible when multiplying." msgstr "" #: ../src/gourmand/reccard.py:246 msgid "Copy to clipboard" msgstr "" #: ../src/gourmand/reccard.py:247 msgid "Print recipe" msgstr "" #: ../src/gourmand/reccard.py:248 ../src/gourmand/main.py:1002 msgid "Add to Shopping List" msgstr "" #: ../src/gourmand/reccard.py:252 msgid "Forget remembered optional ingredients" msgstr "" #: ../src/gourmand/reccard.py:254 msgid "" "Before adding to shopping list, ask about all optional ingredients, even " "ones you previously wanted remembered" msgstr "" #: ../src/gourmand/reccard.py:259 msgid "Export Recipe" msgstr "" #: ../src/gourmand/reccard.py:526 #, python-format msgid "Recipe successfully exported to %s" msgstr "" #: ../src/gourmand/reccard.py:547 ../src/gourmand/reccard.py:559 msgid "You have unsaved changes." msgstr "" #: ../src/gourmand/reccard.py:547 msgid "Save changes before copying?" msgstr "" #: ../src/gourmand/reccard.py:559 msgid "Save changes before printing?" msgstr "" #: ../src/gourmand/reccard.py:658 ../src/gourmand/recipeIdentifier.py:115 msgid "(Optional)" msgstr "" #: ../src/gourmand/reccard.py:703 #, python-format msgid "Unable to find recipe %s in database." msgstr "" #: ../src/gourmand/reccard.py:797 msgid "Edit Recipe:" msgstr "" #: ../src/gourmand/reccard.py:818 msgid "Save edits to database" msgstr "" #. show_pref_dialog #: ../src/gourmand/reccard.py:823 msgid "View Recipe Card" msgstr "" #: ../src/gourmand/reccard.py:887 msgid "Edit" msgstr "" #: ../src/gourmand/reccard.py:978 ../src/gourmand/reccard.py:979 #, python-format msgid "Save changes to %s" msgstr "" #: ../src/gourmand/reccard.py:1065 msgid "Add ingredient" msgstr "" #: ../src/gourmand/reccard.py:1067 msgid "Add group" msgstr "" #: ../src/gourmand/reccard.py:1071 msgid "Add _recipe" msgstr "" #: ../src/gourmand/reccard.py:1073 msgid "Add another recipe as an ingredient in this recipe" msgstr "" #: ../src/gourmand/reccard.py:1085 msgid "Delete" msgstr "" #: ../src/gourmand/reccard.py:1093 msgid "Up" msgstr "" #: ../src/gourmand/reccard.py:1094 msgid "Down" msgstr "" #: ../src/gourmand/reccard.py:1228 #: ../src/gourmand/importers/interactive_importer.py:45 msgid "Description" msgstr "" #: ../src/gourmand/reccard.py:1565 ../src/gourmand/gglobals.py:44 #: ../src/gourmand/gglobals.py:50 msgid "Instructions" msgstr "" #: ../src/gourmand/reccard.py:1572 ../src/gourmand/gglobals.py:45 #: ../src/gourmand/gglobals.py:51 msgid "Notes" msgstr "" #: ../src/gourmand/reccard.py:2036 ../src/gourmand/reccard.py:2067 msgid "Amt" msgstr "" #: ../src/gourmand/reccard.py:2037 ../src/gourmand/reccard.py:2068 #: ../src/gourmand/plugins/key_editor/keyEditor.py:510 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:11 msgid "Unit" msgstr "" #: ../src/gourmand/reccard.py:2038 ../src/gourmand/reccard.py:2069 #: ../src/gourmand/plugins/key_editor/keyEditor.py:509 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:120 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:210 msgid "Item" msgstr "" #: ../src/gourmand/reccard.py:2040 ../src/gourmand/reccard.py:2070 msgid "Optional" msgstr "" #: ../src/gourmand/reccard.py:2175 #, python-format msgid "The recipe %s (ID %s) is not in our database." msgstr "" #: ../src/gourmand/reccard.py:2485 #, python-format msgid "Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2486 #, python-format msgid "Not Converted: %(amt)s %(unit)s" msgstr "" #: ../src/gourmand/reccard.py:2490 msgid "Changed unit." msgstr "" #: ../src/gourmand/reccard.py:2491 #, python-format msgid "" "You have changed the unit for %(item)s from %(old)s to %(new)s. Would you " "like the amount converted or not?" msgstr "" #: ../src/gourmand/reccard.py:2504 #, python-format msgid "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2517 #, python-format msgid "Unable to convert from %(old_unit)s to %(new_unit)s" msgstr "" #: ../src/gourmand/reccard.py:2568 msgid "Adding Ingredient Group" msgstr "" #: ../src/gourmand/reccard.py:2569 msgid "Enter a name for new subgroup of ingredients" msgstr "" #: ../src/gourmand/reccard.py:2570 msgid "Name of group:" msgstr "" #: ../src/gourmand/reccard.py:2837 msgid "Choose recipe" msgstr "" #: ../src/gourmand/reccard.py:2869 msgid "Recipe cannot call itself as an ingredient!" msgstr "" #: ../src/gourmand/reccard.py:2869 ../src/gourmand/shopping.py:304 msgid "Infinite recursion is not allowed in recipes!" msgstr "" #: ../src/gourmand/reccard.py:2884 msgid "You haven't selected any recipes!" msgstr "" #: ../src/gourmand/reccard.py:2893 #, python-format msgid "How much of %(title)s does your recipe call for?" msgstr "" #: ../src/gourmand/reccard.py:2899 #: ../src/gourmand/plugins/key_editor/keyEditor.py:121 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:34 #: ../src/gourmand/plugins/email_plugin/recipe_emailer.py:50 #: ../src/gourmand/exporters/recipe_emailer.py:68 msgid "Recipes" msgstr "" #: ../src/gourmand/timer.py:141 ../src/gourmand/timer.py:163 msgid "Ringing Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Warning Sound" msgstr "" #: ../src/gourmand/timer.py:141 msgid "Error Sound" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop timer?" msgstr "" #: ../src/gourmand/timer.py:262 msgid "Stop _timer" msgstr "" #: ../src/gourmand/timer.py:262 msgid "_Keep timing" msgstr "" #: ../src/gourmand/plugin_gui.py:37 msgid "Plugins" msgstr "" #: ../src/gourmand/plugin_gui.py:39 msgid "Plugins add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/plugin_gui.py:121 msgid "Plugin is needed for other plugins. Deactivate plugin anyway?" msgstr "" #: ../src/gourmand/plugin_gui.py:122 #, python-format msgid "The following plugins require %s:" msgstr "" #: ../src/gourmand/plugin_gui.py:123 msgid "Deactivate anyway" msgstr "" #: ../src/gourmand/plugin_gui.py:124 msgid "Keep plugin active" msgstr "" #: ../src/gourmand/plugin_gui.py:139 ../src/gourmand/recindex.py:450 msgid "or" msgstr "" #: ../src/gourmand/plugin_gui.py:145 msgid "An error occurred activating plugin." msgstr "" #: ../src/gourmand/plugin_gui.py:147 msgid "An error occurred deactivating plugin." msgstr "" #: ../src/gourmand/gglobals.py:31 msgid "Cuisine" msgstr "" #: ../src/gourmand/gglobals.py:32 #: ../src/gourmand/gtk_extras/ratingWidget.py:299 msgid "Rating" msgstr "" #: ../src/gourmand/gglobals.py:33 msgid "Source" msgstr "" #: ../src/gourmand/gglobals.py:34 msgid "Website" msgstr "" #: ../src/gourmand/gglobals.py:37 msgid "Preparation Time" msgstr "" #: ../src/gourmand/gglobals.py:38 msgid "Cooking Time" msgstr "" #: ../src/gourmand/gglobals.py:52 msgid "Modifications" msgstr "" #: ../src/gourmand/gtk_extras/validation.py:151 msgid "Time must consist of a number and a unit." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Invalid input." msgstr "" #: ../src/gourmand/gtk_extras/validation.py:185 msgid "Not a number." msgstr "" #. setup pause button #: ../src/gourmand/gtk_extras/dialog_extras.py:415 msgid "_Pause" msgstr "" #. setup stop button #: ../src/gourmand/gtk_extras/dialog_extras.py:427 msgid "_Stop" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:502 #: ../src/gourmand/gtk_extras/dialog_extras.py:607 msgid "Don't ask me this again." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:563 msgid "Do you really want to do this" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:771 #: ../src/gourmand/importers/importer.py:488 msgid "excellent" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:772 #: ../src/gourmand/importers/importer.py:489 msgid "great" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:773 #: ../src/gourmand/importers/importer.py:490 msgid "good" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:774 #: ../src/gourmand/importers/importer.py:491 msgid "fair" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:775 #: ../src/gourmand/importers/importer.py:493 msgid "poor" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:789 msgid "Convert ratings to 5 star scale." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:790 msgid "Convert ratings." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:791 msgid "Please give each of the ratings an equivalent on a scale of 1 to 5" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:805 msgid "Current Rating" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:811 msgid "Rating out of 5 Stars" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1188 msgid "Select File(s)" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1247 #, python-format msgid "" "I'm sorry, I can't understand\n" "the amount \"%s\"." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1251 msgid "" "Amounts must be numbers (fractions or decimals), ranges of numbers, or blank." msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1255 msgid "" "\n" "The \"unit\" must be in the \"unit\" field by itself.\n" "For example, if you want to enter one and a half cups,\n" "the amount field could contain \"1.5\" or \"1 1/2\". \"cups\"\n" "should go in the separate \"unit\" field.\n" "\n" "To enter a range of numbers, use a \"-\" to separate them.\n" "For example, you could enter 2-4 or 1 1/2 - 3 1/2.\n" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Username" msgstr "" #: ../src/gourmand/gtk_extras/dialog_extras.py:1270 msgid "Password" msgstr "" #: ../src/gourmand/shopping.py:25 msgid "flour, all purpose" msgstr "" #: ../src/gourmand/shopping.py:26 msgid "sugar" msgstr "" #: ../src/gourmand/shopping.py:27 msgid "salt" msgstr "" #: ../src/gourmand/shopping.py:28 msgid "black pepper, ground" msgstr "" #: ../src/gourmand/shopping.py:29 msgid "ice" msgstr "" #: ../src/gourmand/shopping.py:30 msgid "water" msgstr "" #: ../src/gourmand/shopping.py:31 msgid "oil, vegetable" msgstr "" #: ../src/gourmand/shopping.py:32 msgid "oil, olive" msgstr "" #: ../src/gourmand/shopping.py:142 ../src/gourmand/shopping.py:162 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:14 msgid "Unknown" msgstr "" #: ../src/gourmand/shopping.py:303 msgid "Recipe calls for itself as an ingredient." msgstr "" #: ../src/gourmand/shopping.py:304 #, python-format msgid "Ingredient %s will be ignored." msgstr "" #: ../src/gourmand/shopping.py:352 ../src/gourmand/shopping.py:371 #, python-format msgid "Shopping list for %s" msgstr "" #: ../src/gourmand/shopping.py:353 msgid "For the following recipes:\n" msgstr "" #: ../src/gourmand/shopping.py:358 ../src/gourmand/shopping.py:376 #, python-format msgid " x%s" msgstr "" #: ../src/gourmand/shopping.py:372 msgid "For the following recipes:" msgstr "" #: ../src/gourmand/check_encodings.py:156 msgid "Select encoding" msgstr "" #: ../src/gourmand/check_encodings.py:157 msgid "" "Cannot determine proper encoding. Please select the correct encoding from " "the following list." msgstr "" #: ../src/gourmand/check_encodings.py:158 msgid "See _file with encoding" msgstr "" #. Convenience method for showing progress dialogs for import/export/deletion #: ../src/gourmand/main.py:99 msgid "Import paused" msgstr "" #: ../src/gourmand/main.py:99 msgid "Stop import" msgstr "" #: ../src/gourmand/main.py:179 ../src/gourmand/main.py:1050 msgid "Recipe _Index" msgstr "" #: ../src/gourmand/main.py:180 msgid "Shopping _List" msgstr "" #: ../src/gourmand/main.py:323 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " smingko https://launchpad.net/~smingko" #: ../src/gourmand/main.py:374 msgid "Saved!" msgstr "" #: ../src/gourmand/main.py:384 #, python-format msgid "Save your edits to %s" msgstr "" #: ../src/gourmand/main.py:396 msgid "An import is in progress." msgstr "" #: ../src/gourmand/main.py:398 msgid "An export is in progress." msgstr "" #: ../src/gourmand/main.py:400 msgid "A delete is in progress." msgstr "" #: ../src/gourmand/main.py:401 msgid "Exit program anyway?" msgstr "" #: ../src/gourmand/main.py:401 msgid "Don't exit!" msgstr "" #: ../src/gourmand/main.py:447 #, python-format msgid "Permanently deleted %s of %s recipes" msgstr "" #: ../src/gourmand/main.py:470 ../src/gourmand/main.py:493 msgid "Trash" msgstr "" #: ../src/gourmand/main.py:493 msgid "Browse, permanently delete or undelete deleted recipes" msgstr "" #: ../src/gourmand/main.py:543 msgid "Undeleted recipes " msgstr "" #: ../src/gourmand/main.py:678 #, python-format msgid "Number of %(unit)s of %(title)s to shop for" msgstr "" #: ../src/gourmand/main.py:691 #, python-format msgid "Multiply %s by:" msgstr "" #: ../src/gourmand/main.py:720 #, python-format msgid "Set %(attributes)s for %(num)s selected recipe?" msgid_plural "Set %(attributes)s for %(num)s selected recipes?" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/main.py:726 msgid "Any previously existing values will not be changed." msgstr "" #: ../src/gourmand/main.py:728 msgid "The new values will overwrite any previously existing values." msgstr "" #: ../src/gourmand/main.py:729 msgid "This change cannot be undone." msgstr "" #: ../src/gourmand/main.py:731 msgid "Set values for selected recipes" msgstr "" #: ../src/gourmand/main.py:956 msgid "Search recipes" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open recipe" msgstr "" #: ../src/gourmand/main.py:988 msgid "Open selected recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete recipe" msgstr "" #: ../src/gourmand/main.py:989 msgid "Delete selected recipes" msgstr "" #: ../src/gourmand/main.py:990 msgid "Edit recipe" msgstr "" #: ../src/gourmand/main.py:990 msgid "Open selected recipes in recipe editor view" msgstr "" #: ../src/gourmand/main.py:994 msgid "E_xport selected recipes" msgstr "" #: ../src/gourmand/main.py:996 msgid "Export selected recipes to file" msgstr "" #: ../src/gourmand/main.py:999 msgid "_Print" msgstr "" #: ../src/gourmand/main.py:1000 msgid "_Copy recipes" msgstr "" #: ../src/gourmand/main.py:1001 msgid "Batch _edit recipes" msgstr "" #: ../src/gourmand/main.py:1010 msgid "_New" msgstr "" #: ../src/gourmand/main.py:1011 msgid "_Import Recipe" msgstr "" #: ../src/gourmand/main.py:1011 msgid "Import recipe from file or page" msgstr "" #: ../src/gourmand/main.py:1012 msgid "Paste recipe" msgstr "" #: ../src/gourmand/main.py:1016 msgid "Export _all recipes" msgstr "" #: ../src/gourmand/main.py:1018 msgid "Export all recipes to file" msgstr "" #: ../src/gourmand/main.py:1021 msgid "_Quit" msgstr "" #: ../src/gourmand/main.py:1022 msgid "_Actions" msgstr "" #: ../src/gourmand/main.py:1025 msgid "_Trash" msgstr "" #: ../src/gourmand/main.py:1026 msgid "_Preferences" msgstr "" #: ../src/gourmand/main.py:1030 msgid "_Plugins" msgstr "" #: ../src/gourmand/main.py:1032 msgid "Manage plugins which add extra functionality to Gourmand." msgstr "" #: ../src/gourmand/main.py:1035 msgid "Setti_ngs" msgstr "" #: ../src/gourmand/main.py:1037 msgid "_About" msgstr "" #: ../src/gourmand/main.py:1045 msgid "_Tools" msgstr "" #: ../src/gourmand/main.py:1046 msgid "_Timer" msgstr "" #: ../src/gourmand/main.py:1046 msgid "Show timer" msgstr "" #: ../src/gourmand/main.py:1050 msgid "Searchable index of recipes in the database." msgstr "" #: ../src/gourmand/main.py:1160 #, python-format msgid "Delete %s?" msgstr "" #: ../src/gourmand/main.py:1161 #, python-format msgid "You have unsaved changes to %s. Are you sure you want to delete?" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Deleted" msgstr "" #: ../src/gourmand/main.py:1192 msgid "Untitled" msgstr "" #: ../src/gourmand/main.py:1201 msgid "Permanently delete recipes?" msgstr "" #: ../src/gourmand/main.py:1203 msgid "Permanently delete recipe?" msgstr "" #: ../src/gourmand/main.py:1204 #, python-format msgid "Are you sure you want to delete the recipe %s" msgstr "" #: ../src/gourmand/main.py:1206 msgid "Are you sure you want to delete the following recipes?" msgstr "" #: ../src/gourmand/main.py:1210 #, python-format msgid "Are you sure you want to delete the %s selected recipes?" msgstr "" #: ../src/gourmand/main.py:1212 msgid "See recipes" msgstr "" #: ../src/gourmand/main.py:1220 msgid "Delete Recipes" msgstr "" #: ../src/gourmand/main.py:1221 msgid "Recipes deleted" msgstr "" #. gt.gtk_enter() #: ../src/gourmand/main.py:1247 #, python-format msgid "Deleted recipe %s" msgstr "" #: ../src/gourmand/main.py:1274 msgid "See Trash Now" msgstr "" #: ../src/gourmand/main.py:1316 msgid "Done!" msgstr "" #. gt.gtk_leave() #: ../src/gourmand/main.py:1324 msgid "Importing..." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Ingredient _Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditorPlugin.py:19 msgid "Edit ingredient keys en masse" msgstr "" #. to set our regexp_toggled variable #: ../src/gourmand/plugins/key_editor/keyEditor.py:74 #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:269 msgid "key" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:98 #: ../src/gourmand/plugins/key_editor/keyEditor.py:267 #: ../src/gourmand/plugins/key_editor/keyEditor.py:538 msgid "item" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:118 msgid "Field" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:119 msgid "Value" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:120 msgid "Count" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:167 #, python-format msgid "Change all keys \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:169 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the key \"%s\", you won't be able to distinguish between those items and the " "items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:177 #, python-format msgid "Change all items \"%s\" to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:179 #, python-format msgid "" "You won't be able to undo this action. If there are already ingredients with " "the item \"%s\", you won't be able to distinguish between those items and " "the items you are changing now." msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:191 #, python-format msgid "Change _all instances of \"%(unit)s\" to \"%(text)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:192 #, python-format msgid "" "Change \"%(unit)s\" to \"%(text)s\" only for _ingredients \"%(item)s\" with " "key \"%(key)s\"" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:217 #, python-format msgid "Change _all instances of \"%(amount)s\" %(unit)s to %(text)s %(unit)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:218 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only _where the " "ingredient key is %(key)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:220 #, python-format msgid "" "Change \"%(amount)s\" %(unit)s to \"%(text)s\" %(unit)s only where the " "ingredient key is %(key)s _and where the item is %(item)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:360 msgid "Change all selected rows?" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:362 #, python-format msgid "" "This action will not be undoable. Are you that for all %s selected rows, you " "want to set the following values:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:363 #, python-format msgid "" "\n" "Key to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:364 #, python-format msgid "" "\n" "Item to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:365 #, python-format msgid "" "\n" "Unit to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:366 #, python-format msgid "" "\n" "Amount to %s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:493 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:183 #, python-format msgid "%s ingredient" msgid_plural "%s ingredients" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/plugins/key_editor/keyEditor.py:497 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:187 #, python-format msgid "Showing ingredients %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/plugins/key_editor/keyEditor.py:511 #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:10 msgid "Amount" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:20 #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "Ingredient Keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:44 msgid "" "Ingredient Keys are normalized ingredient names used for shopping lists and " "for calculations." msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:93 msgid "Guess keys" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:95 msgid "" "Guess best values for all ingredient keys based on values already in your " "database" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:105 msgid "Edit Key Associations" msgstr "" #: ../src/gourmand/plugins/key_editor/recipeEditorPlugin.py:107 msgid "Edit associations with key and other attributes in database" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:1 #: ../data/plugins/key_editor.gourmet-plugin.in.h:1 msgid "Key Editor" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:11 msgid "_Item:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:12 msgid "_Key:" msgstr "" #: ../src/gourmand/plugins/key_editor/keyeditor.ui.h:13 msgid "_Change selected ingredients" msgstr "" #: ../src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py:11 msgid "Shopping Category" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:9 msgid "Display units as written for each recipe (no change)" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:10 msgid "Always display U.S. units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:11 msgid "Always display metric units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py:21 msgid "Automatically adjust units" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:34 msgid "Set _unit display preferences" msgstr "" #: ../src/gourmand/plugins/unit_display_prefs/__init__.py:36 msgid "" "Automatically convert units to preferred system (metric, imperial, etc.) " "where possible." msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:105 msgid "Unrated" msgstr "" #: ../src/gourmand/plugins/browse_recipes/browser.py:111 msgid "Stars" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:32 #, python-format msgid "%s ago" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:218 msgid "Auto-Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:220 msgid "Always use newest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:221 msgid "Always use oldest recipe" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:460 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:512 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:611 #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.py:636 #: ../src/gourmand/plugins/unit_converter/convertGui.py:170 #: ../src/gourmand/plugins/unit_converter/converter.ui.h:1 msgid "None" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:26 #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:59 msgid "" "Some of the imported recipes appear to be duplicates. You can merge them " "here, or close this dialog to leave them as they are." msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find _duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py:66 msgid "Find and remove duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:1 msgid "Recipes with similar recipe information" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:2 msgid "Recipes with similar ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:3 msgid "Recipes with similar recipe information and ingredients" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:4 msgid "Duplicate recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:5 msgid "_Include recipes in trash" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:6 msgid "_Showing:" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:7 msgid "Merge _all duplicates" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:8 msgid "Merge recipes" msgstr "" #: ../src/gourmand/plugins/duplicate_finder/recipeMerger.ui.h:9 msgid "_Auto-merge" msgstr "" #. len(vals)==0 #: ../src/gourmand/plugins/field_editor/fieldEditor.py:99 msgid "For each selected value" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:102 #, python-format msgid "Where %(field)s is %(value)s" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:164 #, python-format msgid "Change will affect %s recipe" msgid_plural "Change will affect %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:166 #, python-format msgid "Delete %s where it is %s?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:169 #, python-format msgid "Change %s from %s to \"%s\"?" msgstr "" #: ../src/gourmand/plugins/field_editor/fieldEditor.py:173 msgid "This change is not reversable." msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:1 msgid "Field Editor" msgstr "" #: ../src/gourmand/plugins/field_editor/__init__.py:20 #: ../data/plugins/field_editor.gourmet-plugin.in.h:2 msgid "Edit fields across multiple recipes at a time." msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:29 #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:53 msgid "Email recipes" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:31 msgid "Email all selected recipes (or all recipes if no recipes are selected" msgstr "" #. only called for l>20, so fancy gettext methods #. shouldn't be necessary if my knowledge of #. linguistics serves me #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:57 #, python-format msgid "Do you really want to email all %s selected recipes?" msgstr "" #: ../src/gourmand/plugins/email_plugin/emailer_plugin.py:58 msgid "Yes, e_mail them" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:125 #, python-format msgid "Cannot convert %s to %s" msgstr "" #: ../src/gourmand/plugins/unit_converter/convertGui.py:127 msgid "Need density information." msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "_Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/__init__.py:16 msgid "Calculate unit conversions" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:2 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:1 msgid "Unit Converter" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:3 msgid "From" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:6 msgid "1" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:8 msgid "I_tem:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:9 msgid "_Density:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:10 msgid "Density _Information" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:11 msgid "To" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:12 msgid "_Result:" msgstr "" #: ../src/gourmand/plugins/unit_converter/converter.ui.h:13 msgid "?" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:6 msgid "HTML Web Page" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:11 msgid "Exporting Webpage" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to HTML files in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py:13 #, python-format msgid "Recipe saved as HTML file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:142 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:208 #, python-format msgid "Original Page from %s" msgstr "" #: ../src/gourmand/plugins/import_export/html_plugin/html_exporter.py:207 #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py:270 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:625 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:638 #: ../src/gourmand/exporters/exporter.py:383 #: ../src/gourmand/exporters/exporter.py:479 msgid "optional" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:6 msgid "Epub File" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:10 msgid "Exporting epub" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:11 #, python-format msgid "Exporting recipes an epub file in directory %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py:12 #, python-format msgid "Recipe saved as epub file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:5 #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:48 msgid "Plain Text file" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:10 msgid "Text Export" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:11 #, python-format msgid "Exporting recipes to text file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py:12 #, python-format msgid "Recipe saved as plain text file %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:26 msgid "Big File" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:27 #, python-format msgid "File %s is too big to import" msgstr "" #: ../src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py:29 #, python-format msgid "" "Your file exceeds the maximum length of %s characters. You probably didn't " "mean to import it anyway. If you really do want to import this file, use a " "text editor to split it into smaller files and try importing again." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:9 #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:59 msgid "Gourmet XML File" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:38 msgid "Gourmet XML Export" msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:39 #, python-format msgid "Exporting recipes to Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py:40 #, python-format msgid "Recipe saved in Gourmet XML file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py:72 msgid "Gourmet XML File (Obsolete)" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:10 msgid "Mastercook XML File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer_plugin.py:23 msgid "Mastercook Text File" msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:121 msgid "Mastercook import finished." msgstr "" #: ../src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py:254 msgid "Tidying up XML" msgstr "" #: ../src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py:10 msgid "KRecipe XML File" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:64 msgid "Could not find Adobe Reader on your system." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:66 msgid "" "This version of Gourmet Recipe Manager requires Adobe Reader to be able to " "print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF and print it with another PDF " "viewer." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:92 msgid "Page Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py:188 msgid "Print Recipes" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:6 msgid "PDF (Portable Document Format)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:11 msgid "PDF Export" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to PDF %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py:13 #, python-format msgid "Recipe saved as PDF %(file)s" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:723 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:742 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:744 msgid "cm" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:724 msgid "points" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:821 msgid "11x17\"" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:822 msgid "Index Card (3.5x5\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:823 msgid "Index Card (4x6\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:824 msgid "Index Card (5x8\")" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:825 msgid "Index Card (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:826 msgid "Letter" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:827 msgid "Legal" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:852 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:867 msgid "Index Cards (3.5x5)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:853 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:868 msgid "Index Cards (4x6)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:845 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:854 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:869 msgid "Index Cards (A7)" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:847 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:862 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1000 msgid "Plain" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:848 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:863 msgid "2 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:849 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:864 msgid "3 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:850 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:865 msgid "4 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:851 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:866 msgid "5 Columns" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:857 #, python-format msgid "%s Column" msgid_plural "%s Columns" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1004 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1033 msgid "Portrait" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:874 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:986 #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:1031 msgid "Landscape" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:901 msgid "Paper _Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:905 msgid "_Orientation" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:909 msgid "Page _Layout" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:914 msgid "_Font Size" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:916 msgid "Left Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:917 msgid "Right Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:918 msgid "Top Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:919 msgid "Bottom Margin" msgstr "" #: ../src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py:935 msgid "PDF Options" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py:22 #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:7 msgid "MealMaster file" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:12 msgid "MealMaster Export" msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:13 #, python-format msgid "Exporting recipes to MealMaster file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py:14 #, python-format msgid "Recipe saved as MealMaster file %(file)s" msgstr "" #. MealMaster format mandates numeric yield information #: ../src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py:48 #, python-format msgid "%s serving" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py:16 msgid "MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:6 msgid "My CookBook MCB File" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:11 msgid "MCB Export" msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:12 #, python-format msgid "Exporting recipes to My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py:13 #, python-format msgid "Recipe saved in My CookBook MCB file %(file)s." msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:28 #: ../data/plugins/listsaver.gourmet-plugin.in.h:1 msgid "Shopping List Saver" msgstr "" #. name #. stock #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:37 msgid "Save List as Recipe" msgstr "" #. text #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:38 msgid "S" msgstr "" #. key-command #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:39 msgid "Save current shopping list as a recipe for future use" msgstr "" #. print rr #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 #, python-format msgid "Menu for %s (%s)" msgstr "" #: ../src/gourmand/plugins/listsaver/shoppingSaverPlugin.py:52 msgid "Menu" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:36 #, python-format msgid "Nutritional information reflects amount per %s." msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:37 msgid "Nutritional information reflects amounts for entire recipe" msgstr "" #: ../src/gourmand/plugins/nutritional_information/export_plugin.py:42 #, python-format msgid "Nutritional information is missing for %s ingredients: %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:98 msgid "Any food group" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:277 msgid "selection" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:670 #, python-format msgid "Convert unit for %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:673 #, python-format msgid "" "In order to calculate nutritional information, Gourmand needs you to help it " "convert \"%s\" into a unit it understands." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:755 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:766 msgid "Change ingredient key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:756 #, python-format msgid "" "Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in " "the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:758 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:801 msgid "Change _everywhere" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:759 #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:802 #, python-format msgid "_Just in recipe %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:767 #, python-format msgid "Change ingredient key from %(old_key)s to %(new_key)s everywhere?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:798 msgid "Change unit" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:799 #, python-format msgid "" "Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s " "or just in the recipe %(title)s?" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:818 #, python-format msgid "" "In order to calculate nutritional information for \"%(amount)s %(unit)s " "%(ingkey)s\", Gourmand needs to know its density. Our nutritional database " "has several descriptions of this food with different densities. Please " "select the correct one below." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDruid.py:987 msgid "" "To apply nutritional information, Gourmand needs a valid amount and unit." msgstr "" #: ../src/gourmand/plugins/nutritional_information/reccard_plugin.py:21 msgid "Nutrition" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:12 msgid "Ingredient" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionModel.py:13 msgid "USDA Database Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionDisplay.py:139 msgid "100 grams" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:13 msgid "Calories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:15 msgid "Total Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:16 msgid "Saturated Fat" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:17 msgid "Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:18 msgid "Sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:19 msgid "Total Carbohydrate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:20 msgid "Dietary Fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:21 msgid "Sugars" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:22 msgid "Protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:26 msgid "Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:27 msgid "Ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:28 msgid "Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:29 msgid "Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:30 msgid "Calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:31 msgid "Copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:32 msgid "Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:33 msgid "Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:34 msgid "Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:35 msgid "Dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:36 msgid "Iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:37 msgid "Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:38 msgid "Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:39 msgid "Magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:40 msgid "Manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:41 msgid "Niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:42 msgid "Pantothenic Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:43 msgid "Phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:44 msgid "Potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:45 msgid "Vitamin A" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:46 msgid "Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:47 msgid "Riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:48 msgid "Selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:49 msgid "Thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:50 msgid "Vitamin A (IU)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:51 msgid "Vitamin A (RAE)" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:52 msgid "Vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:53 msgid "Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:54 msgid "Vitamin C" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:55 msgid "Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:56 msgid "Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:57 msgid "Zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:164 msgid "Vitamins and minerals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:273 #, python-format msgid "" "Missing nutritional information\n" "for %(missing)s of %(total)s ingredients." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:290 msgid "% _Daily Value" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:331 #, python-format msgid "" "Percentage of recommended daily value based on %i calories per day. Click to " "edit number of calories per day." msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:420 #, python-format msgid "Amount per %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionLabel.py:422 msgid "Amount per recipe" msgstr "" #. filename=None #. if de.getBoolean( #. label=_('Load nutritional database.'), #. sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 #. custom_yes=_('Browse for ABBREV.txt file'), #. custom_no=_('Download file automatically')): #. filename=de.select_file( #. 'Find ABBREV.txt file', #. filters=[['Plain Text',['text/plain'],['*txt']]] #. ) #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:37 msgid "Loading Nutritional Data" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:40 msgid "Nutritonal database import complete!" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:59 #, python-format msgid "Fetching nutritional database from zip archive %s" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py:63 #, python-format msgid "Extracting %s from zip archive." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:141 msgid "Parsing nutritional data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:156 #, python-format msgid "Reading nutritional data: imported %s of %s entries." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:180 msgid "Parsing weight data..." msgstr "" #: ../src/gourmand/plugins/nutritional_information/databaseGrabber.py:188 #, python-format msgid "Reading weight data for nutritional items: imported %s of %s entries" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:55 msgid "Water" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:56 msgid "Kilocalories" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:57 msgid "g protein" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:58 msgid "g lipid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:59 msgid "g ash" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:60 msgid "g carbohydrates" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:61 msgid "g fiber" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:62 msgid "g sugar" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:63 msgid "mg calcium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:64 msgid "mg iron" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:65 msgid "mg magnesium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:66 msgid "mg phosphorus" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:67 msgid "mg potassium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:68 msgid "mg sodium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:69 msgid "mg zinc" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:70 msgid "mg copper" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:71 msgid "mg manganese" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:72 msgid "microgram selenium" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:73 msgid "mg vitamin c" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:74 msgid "mg thiamin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:75 msgid "mg riboflavin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:76 msgid "mg niacin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:77 msgid "mg pantothenic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:78 msgid "mg vitamin B6" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:79 msgid "microgram Folate Total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:80 msgid "microgram Folic acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:81 msgid "microgram Food Folate" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:82 msgid "microgram dietary folate equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:83 msgid "Choline, total" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:84 msgid "microgram Vitamin B12" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:85 msgid "Vitamin A IU" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:86 msgid "Vitamin A (microgram Retinal Activity Equivalents" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:87 msgid "microgram Retinol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:88 msgid "microgram Alpha-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:89 msgid "microgram Beta-carotene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:90 msgid "microgram Beta Cryptoxanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:91 msgid "microgram Lycopene" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:92 msgid "microgram Lutein+Zeazanthin" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:93 msgid "mg Vitamin E" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:94 msgid "mg Vitamin K" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:95 msgid "g Saturated Fatty Acid" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:96 msgid "g Monounsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:97 msgid "g Polyunsaturated Fatty Acids" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:98 msgid "mg Cholesterol" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:103 msgid "Percent refuse" msgstr "" #. the DB Food Group Numbers seem to be inline with the group IDs #. (numbers > 1000 are in group 100, etc.) #. Since that's true, we can use the following table to properly add groups. #: ../src/gourmand/plugins/nutritional_information/parser_data.py:394 msgid "Dairy & Egg Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:395 msgid "Spices & Herbs" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:396 msgid "Baby Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:397 msgid "Fats and Oils" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:398 msgid "Poultry" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:399 msgid "Soups & Sauces" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:400 msgid "Sausages & Lunch Meats" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:401 msgid "Breakfast Cereals" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:402 msgid "Fruits & Fruit Juices" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:403 msgid "Pork" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:404 msgid "Vegetables" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:405 msgid "Nuts & Seeds" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:406 msgid "Beef" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:407 msgid "Beverages" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:408 msgid "Fish & Shellfish" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:409 msgid "Legumes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:410 msgid "Lamb, Veal & Game" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:411 msgid "Baked Products" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:412 msgid "Sweets" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:413 msgid "Grains and Pasta" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:414 msgid "Fast Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:415 msgid "Meals, Entrees, and Sidedishes" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:416 msgid "Snacks" msgstr "" #: ../src/gourmand/plugins/nutritional_information/parser_data.py:417 msgid "Ethnic Foods" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:80 msgid "entire database" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:94 msgid "Ingredient Key" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:95 msgid "USDA ID Number" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:96 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:212 msgid "USDA Item Description" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:97 #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:213 msgid "Density Equivalent" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py:211 msgid "USDA ID#" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:32 #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:3 #: ../data/plugins/field_editor.gourmet-plugin.in.h:3 #: ../data/plugins/key_editor.gourmet-plugin.in.h:3 #: ../data/plugins/listsaver.gourmet-plugin.in.h:3 #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:3 #: ../data/plugins/spellcheck.gourmet-plugin.in.h:3 #: ../data/plugins/unit_converter.gourmet-plugin.in.h:3 #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:3 msgid "Tools" msgstr "" #. label #. key-command #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:38 msgid "Get nutritional information for current list" msgstr "" #: ../src/gourmand/plugins/nutritional_information/shopping_plugin.py:82 msgid "Amount for Shopping List" msgstr "" #: ../src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui.h:2 msgid "Edit _nutritional info" msgstr "" #: ../src/gourmand/exporters/exporter.py:215 #: ../src/gourmand/exporters/exporter.py:217 #: ../src/gourmand/exporters/exporter.py:538 #: ../src/gourmand/exporters/exporter.py:540 msgid "stars" msgstr "" #: ../src/gourmand/exporters/exporter.py:577 #, python-format msgid "Exported %(number)s of %(total)s recipes" msgstr "" #: ../src/gourmand/exporters/exporter.py:597 msgid "Export complete." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:123 msgid "Include Recipe in Body of E-mail (A good idea no matter what)" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:124 msgid "E-mail Recipe as HTML Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:125 msgid "E-mail Recipe as PDF Attachment" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:143 msgid "Email Options" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:146 msgid "Don't ask before sending e-mail." msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "E-mail not sent" msgstr "" #: ../src/gourmand/exporters/recipe_emailer.py:167 msgid "" "You have not chosen to include the recipe in the body of the message or as " "an attachment." msgstr "" #: ../src/gourmand/exporters/exportManager.py:46 msgid "Save recipe as..." msgstr "" #: ../src/gourmand/exporters/exportManager.py:54 #, python-format msgid "Gourmet cannot export file of type \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "Export recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:96 msgid "recipes" msgstr "" #: ../src/gourmand/exporters/exportManager.py:108 #, python-format msgid "Unable to export: unknown filetype \"%s\"" msgstr "" #: ../src/gourmand/exporters/exportManager.py:109 msgid "" "Please make sure to select a filetype from the dropdown menu when saving." msgstr "" #: ../src/gourmand/exporters/exportManager.py:147 msgid "Export" msgstr "" #: ../src/gourmand/exporters/exportManager.py:148 #, python-format msgid "Recipes successfully exported to %s" msgstr "" #: ../src/gourmand/exporters/printer.py:16 #: ../src/gourmand/exporters/printer.py:25 msgid "Unable to print: no print plugins are active!" msgstr "" #: ../src/gourmand/exporters/printer.py:70 #, python-format msgid "Print %s recipe" msgid_plural "Print %s recipes" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/generic_recipe_parser.py:129 msgid "yield" msgstr "" #: ../src/gourmand/importers/importManager.py:60 msgid "Open recipe..." msgstr "" #: ../src/gourmand/importers/importManager.py:61 msgid "Enter a recipe file path or website address." msgstr "" #: ../src/gourmand/importers/importManager.py:62 msgid "Location:" msgstr "" #: ../src/gourmand/importers/importManager.py:63 msgid "Enter the address of a website or recipe archive." msgstr "" #: ../src/gourmand/importers/importManager.py:135 msgid "Import" msgstr "" #: ../src/gourmand/importers/importManager.py:184 msgid "All importable files" msgstr "" #: ../src/gourmand/importers/plaintext_importer.py:44 #, python-format msgid "Imported %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:188 msgid "serving" msgid_plural "servings" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/importers/importer.py:269 #, python-format msgid "Imported %s of %s recipes." msgstr "" #: ../src/gourmand/importers/importer.py:492 msgid "okay" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Servings" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Ingredient Subgroup" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:40 msgid "Hide" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:46 msgid "Text" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:48 msgid "Actions" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:90 msgid "Import recipe" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:144 msgid "Clear _Tags" msgstr "" #: ../src/gourmand/importers/interactive_importer.py:182 msgid "Import Recipe" msgstr "" #: ../src/gourmand/recindex.py:40 ../src/gourmand/recindex.py:50 #: ../src/gourmand/recindex.py:472 msgid "anywhere" msgstr "" #: ../src/gourmand/recindex.py:41 ../src/gourmand/recindex.py:51 msgid "title" msgstr "" #: ../src/gourmand/recindex.py:42 ../src/gourmand/recindex.py:52 msgid "ingredient" msgstr "" #: ../src/gourmand/recindex.py:43 ../src/gourmand/recindex.py:56 msgid "instructions" msgstr "" #: ../src/gourmand/recindex.py:44 ../src/gourmand/recindex.py:57 msgid "notes" msgstr "" #: ../src/gourmand/recindex.py:46 ../src/gourmand/recindex.py:54 msgid "cuisine" msgstr "" #: ../src/gourmand/recindex.py:47 ../src/gourmand/recindex.py:55 msgid "source" msgstr "" #: ../src/gourmand/recindex.py:95 msgid "Use regular expressions in search" msgstr "" #: ../src/gourmand/recindex.py:97 msgid "Use regular expressions (an advanced search language) in text search" msgstr "" #: ../src/gourmand/recindex.py:106 msgid "Search as you type (turn off if search is too slow)." msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show Search _Options" msgstr "" #: ../src/gourmand/recindex.py:110 msgid "Show advanced searching options" msgstr "" #: ../src/gourmand/recindex.py:267 #, python-format msgid "%s recipe" msgid_plural "%s recipes" msgstr[0] "" msgstr[1] "" #. Do not translate bottom, top and total -- I use these fancy formatting #. strings in case your language needs the order changed! #: ../src/gourmand/recindex.py:275 #, python-format msgid "Showing recipes %(bottom)s to %(top)s of %(total)s" msgstr "" #: ../src/gourmand/recindex.py:473 #, python-format msgid "%s in %s" msgstr "" #: ../src/gourmand/threadManager.py:236 msgid "Paused" msgstr "" #: ../src/gourmand/threadManager.py:269 msgid "Recipe successfully imported" msgid_plural "Recipes successfully imported" msgstr[0] "" #: ../src/gourmand/threadManager.py:271 msgid "Import Unsuccessful" msgstr "" #: ../src/gourmand/threadManager.py:294 msgid "Pause" msgstr "" #: ../src/gourmand/threadManager.py:335 msgid "Done" msgstr "" #: ../src/gourmand/threadManager.py:353 #, python-format msgid "Error: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Error" msgstr "" #: ../src/gourmand/threadManager.py:391 #, python-format msgid "Error %s: %s" msgstr "" #: ../src/gourmand/threadManager.py:391 msgid "Traceback" msgstr "" #: ../src/gourmand/convert.py:108 ../src/gourmand/convert.py:629 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" #. min. = abbreviation for minutes #: ../src/gourmand/convert.py:110 msgid "min" msgstr "" #: ../src/gourmand/convert.py:110 ../src/gourmand/convert.py:628 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" #. hrs = abbreviation for hours #: ../src/gourmand/convert.py:112 msgid "hrs." msgstr "" #: ../src/gourmand/convert.py:112 ../src/gourmand/convert.py:627 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:113 ../src/gourmand/convert.py:626 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:114 ../src/gourmand/convert.py:625 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" #: ../src/gourmand/convert.py:115 ../src/gourmand/convert.py:624 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" #. 'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #. 'centuries':lambda decades: ngettext("century","centuries",round(decades)) #. 'decades':lambda decades: ngettext("decade","decades",round(decades)) #: ../src/gourmand/convert.py:116 ../src/gourmand/convert.py:623 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" #. Translators... this is a messay way of concatenating #. lists. In English we do lists this way: 1, 2, 3, 4, 5 #. and 6. This set-up allows for variations of this system only. #. You can of course make your language only use commas or #. ands or spaces or whatever you like by translating both #. ", " and " and " with the same string. #: ../src/gourmand/convert.py:681 msgid " and " msgstr "" #: ../src/gourmand/convert.py:681 msgid ", " msgstr "" #: ../src/gourmand/convert.py:683 msgid " " msgstr "" #: ../src/gourmand/convert.py:813 msgid "and" msgstr "" #. Note: the order matters on this range regular expression in order #. for it to properly split things like 1 - to - 3, which really do #. show up sometimes. #: ../src/gourmand/convert.py:836 msgid "to" msgstr "" #. i=InteractiveConverter() #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:1 msgid "Browse Recipes" msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:2 msgid "Selecting recipes by browsing by category, cuisine, etc." msgstr "" #: ../data/plugins/browse_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:3 msgid "Main" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:1 msgid "Find duplicate recipes" msgstr "" #: ../data/plugins/duplicate_finder.gourmet-plugin.in.h:2 msgid "A wizard to find and remove or merge duplicate recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:1 msgid "EPub Export" msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:2 msgid "Create an epub book from recipes." msgstr "" #: ../data/plugins/import_export/epub.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:3 #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:3 #: ../data/plugins/utf16.gourmet-plugin.in.h:3 msgid "Importer/Exporter" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:1 msgid "Gourmet XML Import and Export" msgstr "" #: ../data/plugins/import_export/gxml.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as Gourmet XML files, suitable for backup or " "exchange with other Gourmet users." msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:1 msgid "KRecipe import" msgstr "" #: ../data/plugins/import_export/krecipe_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Krecipe program." msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:1 msgid "Mastercook import" msgstr "" #: ../data/plugins/import_export/mastercook_plugin.gourmet-plugin.in.h:2 msgid "Import files from the Mastercook program." msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:1 msgid "My CookBook Import and Export" msgstr "" #: ../data/plugins/import_export/mycookbook_plugin.gourmet-plugin.in.h:2 msgid "" "Import and Export recipes as My CookBook XML files, suitable for backup or " "exchange with other My CookBook users." msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:1 msgid "Mealmaster (tm) Export" msgstr "" #: ../data/plugins/import_export/mealmaster.gourmet-plugin.in.h:2 msgid "Export recipes as mealmaster text files" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:1 msgid "Printing & PDF Export" msgstr "" #: ../data/plugins/import_export/pdf.gourmet-plugin.in.h:2 msgid "" "Print recipes or export them as PDF; this plugin allows a variety of page " "layouts." msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:1 msgid "Plain Text Guided Import" msgstr "" #: ../data/plugins/import_export/plaintext.gourmet-plugin.in.h:2 msgid "" "Help user mark up and import plain text. Also provides plain text export." msgstr "" #: ../data/plugins/key_editor.gourmet-plugin.in.h:2 msgid "" "Assign and edit ingredient keys (unique identifiers for ingredients, used " "for consolidating items on shopping lists)." msgstr "" #: ../data/plugins/listsaver.gourmet-plugin.in.h:2 msgid "Save shopping lists as recipes for future use." msgstr "" #: ../data/plugins/nutritional_information.gourmet-plugin.in.h:2 msgid "Calculate nutritional information for recipes." msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:1 msgid "Shopping Category Editor" msgstr "" #: ../data/plugins/shopping_associations.gourmet-plugin.in.h:2 msgid "" "Assign and edit shopping categories for ingredients from within the recipe " "editor." msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:1 msgid "Spell Checking" msgstr "" #: ../data/plugins/spellcheck.gourmet-plugin.in.h:2 msgid "" "Adds spell checking to paragraph length text boxes in recipe entry " "(Instructions, Notes)." msgstr "" #: ../data/plugins/unit_converter.gourmet-plugin.in.h:2 msgid "Provides a simple unit calculator." msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:1 msgid "Unit Display Preferences" msgstr "" #: ../data/plugins/unit_display_prefs.gourmet-plugin.in.h:2 msgid "Allows you to always use metric (or imperial) units for display." msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:1 msgid "Check for Unicode-16 in text files" msgstr "" #: ../data/plugins/utf16.gourmet-plugin.in.h:2 msgid "" "Enable this if your utf-16 text files aren't importing cleanly into Gourmet. " "Disable this if you never use UTF16 and you're constantly being annoyed by " "the 'Encoding' dialog when you import files." msgstr "" gourmand-1.2.0/private/000077500000000000000000000000001510115424500147765ustar00rootroot00000000000000gourmand-1.2.0/private/update_i18n.py000066400000000000000000000017231510115424500174740ustar00rootroot00000000000000""" Create/update po/pot translation files. """ import shutil import subprocess from pathlib import Path PACKAGE = "gourmand" CURRENT_DIRECTORY = Path(__file__).parent PACKAGEDIR = CURRENT_DIRECTORY.parent / "src" / PACKAGE PODIR = CURRENT_DIRECTORY.parent / "po" LANGS = sorted(f.stem for f in PODIR.glob("*.po")) def main(): print("Creating POT files") intltool_update = shutil.which("intltool-update") cmd = [intltool_update, "--pot", f"--gettext-package={PACKAGE}"] if not intltool_update: print(f"intltool-update not found, skipping {cmd!r} call ...") else: subprocess.run(cmd, cwd=PODIR) for lang in LANGS: print(f"Updating {lang}.po") cmd = [intltool_update, "--dist", f"--gettext-package={PACKAGE}", lang] if not intltool_update: print(f"intltool-update not found, skipping {cmd!r} call ...") else: subprocess.run(cmd, cwd=PODIR) if __name__ == "__main__": main() gourmand-1.2.0/pyproject.toml000066400000000000000000000014611510115424500162420ustar00rootroot00000000000000[build-system] requires = [ "setuptools", ] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] addopts = "-vv" testpaths = [ "tests", ] [tool.black] line-length = 160 # https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#t-target-version target-version = ["py38", "py39", "py310", "py311", "py312", "py313"] [tool.ruff] line-length = 160 target-version = "py38" [tool.ruff.lint] extend-select = [ "E", # All pycodestyle errors "W", # pycodestyle warnings "PGH004", # blanket-noqa "I", # isort # "N", # pep8-naming # TODO: 338 violations in main API as of 2024-12-30. # "A", # flake8-builtins # TODO: 112 violations in main API as of 2024-12-30. # "B", # flake8-bugbear # TODO: 122 violations in main API as of 2024-12-30. ] gourmand-1.2.0/setup.cfg000066400000000000000000000000421510115424500151410ustar00rootroot00000000000000[sdist] owner = root group = root gourmand-1.2.0/setup.py000066400000000000000000000160731510115424500150450ustar00rootroot00000000000000import ast import os import shutil import subprocess from pathlib import Path from typing import Union from setuptools import Command, find_packages, setup from setuptools.command.build_py import build_py from setuptools.command.develop import develop from setuptools.command.sdist import sdist from wheel.bdist_wheel import bdist_wheel PACKAGE = "gourmand" PACKAGEDIR = Path("src") / PACKAGE DATADIR = Path("data") PODIR = Path("po") LANGS = sorted(f.stem for f in PODIR.glob("*.po")) LOCALEDIR = PACKAGEDIR / "data" / "locale" def get_info(prop: str) -> str: with open(PACKAGEDIR / "__version__.py") as versfile: content = versfile.read() parsed = ast.parse(content) for node in parsed.body: if not isinstance(node, ast.Assign): continue for name in node.targets: if not isinstance(name, ast.Name): continue if name.id != prop: continue if isinstance(node.value, ast.Constant): # "String" return node.value.value elif isinstance(node.value, ast.Call): # _("String") return node.value.args[0].value raise RuntimeError(f"Unable to find {prop} string") def refresh_metadata(cmd: Command) -> None: # distutils remembers what commands are run during a build so that # subsequent calls to the command are skipped. This means that metadata is # normally only created once even if multiple builds are being done (e.g., # 'python setup.py sdist bdist_wheel'). Since package data is dynamically # built depending on the type of build, we need to ensure that any stale # metadata is refreshed. if cmd.distribution.have_run.get("egg_info", 0): cmd.distribution.reinitialize_command("egg_info") cmd.run_command("egg_info") def rmfile(filepath: Union[Path, str]) -> None: try: os.remove(filepath) except FileNotFoundError: pass class BuildI18n(Command): description = "Build localized message catalogs" user_options = [] def initialize_options(self): # Command subclasses must implement this "abstract" method pass def finalize_options(self): # Command subclasses must implement this "abstract" method pass def run(self): # compile message catalogs to binary format msgfmt = shutil.which("msgfmt") for lang in LANGS: pofile = PODIR / f"{lang}.po" mofile = LOCALEDIR / lang / "LC_MESSAGES" mofile.mkdir(parents=True, exist_ok=True) mofile /= f"{PACKAGE}.mo" cmd = [msgfmt, pofile, "-o", mofile] if not msgfmt: self.warn(f"msgfmt not found, skipping {cmd!r} call ...") else: subprocess.run(cmd) # merge translated strings into various file types cachefile = PODIR / ".intltool-merge-cache" custom_environment = os.environ.copy() custom_environment["LC_ALL"] = "C" intltool_merge = shutil.which("intltool-merge") cmd = [intltool_merge, "-u", "-c", cachefile, PODIR] for infile in DATADIR.rglob("*.in"): # trim '.in' extension outfile = infile.with_suffix("") extension = outfile.suffix if "desktop" in extension: flag = "-d" # TODO: is '.schema' used? elif "schema" in extension: flag = "-s" elif "xml" in extension: flag = "-x" elif "gourmet-plugin" in extension: flag = "-k" outfile = PACKAGEDIR / outfile.relative_to(DATADIR) else: assert False, f"Unknown file type: {infile}" full_cmd = cmd + [flag, infile, outfile] if not intltool_merge: self.warn(f"intltool-merge not found, skipping {full_cmd!r} call ...") else: subprocess.run(full_cmd) rmfile(cachefile) rmfile(f"{cachefile}.lock") class BuildSource(sdist): def run(self): # Exclude localization files that are created at build time # NOTE: We can't use MANIFEST.in for this because these files will then # also be excluded from built distributions for lang in LANGS: mofile = LOCALEDIR / lang / "LC_MESSAGES" / f"{PACKAGE}.mo" rmfile(mofile) for infile in DATADIR.rglob("*.in"): # trim '.in' extension outfile = infile.with_suffix("") extension = outfile.suffix if ( "desktop" in extension or "xml" in extension # TODO: is '.schema' used? or "schema" in extension ): # these files aren't moved after they're built pass elif "gourmet-plugin" in extension: outfile = PACKAGEDIR / outfile.relative_to(DATADIR) else: assert False, f"Unknown file type: {infile}" rmfile(outfile) refresh_metadata(self) super().run() class BuildWheel(bdist_wheel): def run(self): self.run_command("build_i18n") refresh_metadata(self) super().run() class Develop(develop): def run(self): self.run_command("build_i18n") super().run() class BuildPy(build_py): def run(self): self.run_command("build_i18n") super().run() setup( name=PACKAGE, version=get_info("version"), description=get_info("description"), long_description=get_info("long_description"), long_description_content_type="text/markdown", author=get_info("author"), maintainer=get_info("maintainer"), maintainer_email=get_info("maintainer_email"), url=get_info("url"), license=get_info("license"), package_dir={"": "src"}, packages=find_packages("src"), include_package_data=True, data_files=[ ("share/metainfo", ["data/io.github.GourmandRecipeManager.Gourmand.appdata.xml"]), ("share/applications", ["data/io.github.GourmandRecipeManager.Gourmand.desktop"]), ("share/icons/hicolor/scalable/apps", ["data/io.github.GourmandRecipeManager.Gourmand.svg"]), ], install_requires=[ "beautifulsoup4>=4.10.0", 'importlib-metadata; python_version<"3.10"', "lxml>=4.6.3", "pillow>=8.3.2", "pygobject>=3.40.1,<=3.50.0", # Issues with Ubuntu 22.04: https://github.com/beeware/toga/issues/3143 "sqlalchemy>=1.4.36,<2", "tomli-w>=1.0.0", 'tomli; python_version<"3.11"', "recipe-scrapers>=14.27.0", ], extras_require={ "epub-export": ["ebooklib==0.17.1"], "pdf-export": ["reportlab<4"], "spellcheck": ["pyenchant", "pygtkspellcheck"], }, cmdclass={ "bdist_wheel": BuildWheel, "build_i18n": BuildI18n, "build_py": BuildPy, "develop": Develop, # TODO: Drop later. "sdist": BuildSource, }, entry_points={ "gui_scripts": [ "gourmand = gourmand.main:launch_app", ] }, ) gourmand-1.2.0/src/000077500000000000000000000000001510115424500141135ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/000077500000000000000000000000001510115424500157275ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/Undo.py000066400000000000000000000635261510115424500172220ustar00rootroot00000000000000import difflib import re from enum import Enum from typing import List, Optional from gi.repository import Gtk from gourmand.gdebug import debug class UndoMode(Enum): ADD = "add" DELETE = "delete" class TooManyChanges(Exception): def __init__(self, value): self.value = value def __str__(self): return repr(self.value) class UndoableObject: """An UndoableObject. It must be provided an action, an inverse and a history. Alternatively, it can be supplied a `get_reapply_action_args` or `get_reundo_action_args` which will allow the action to be "reapplied" with new arguments. For example, if the action is setting a text attribute, reapply might set that attribute for the currently highlighted text. """ def __init__( self, action: callable, inverse: callable, history: "UndoableObject", action_args: Optional[List] = None, undo_action_args: Optional[List] = None, get_reapply_action_args: Optional[List] = None, get_reundo_action_args: Optional[List] = None, reapply_name=None, reundo_name=None, is_undo: Optional[bool] = False, widget: Gtk.Widget = None, ): """ history is an object derived from this class. widget is used to keep track of where this action began, for GUIs to check if actions have changed values from their "saved" state. is_undo is used as a flag to know whether this is an undo of a previous UndoableObject. """ if action_args is None: action_args = [] if undo_action_args is None: undo_action_args = [] self.history = history self.action = action self.inverse_action = inverse self.get_reapply_action_args = get_reapply_action_args self.undo_action_args = undo_action_args self.get_reundo_action_args = get_reundo_action_args self.reapply_name = reapply_name self.reundo_name = reundo_name self.is_undo = is_undo self.widget = widget if self.get_reapply_action_args: self.reapplyable = True else: self.reapplyable = False self.action_args = action_args def perform(self): self.action(*self.action_args) self.history.append(self) def inverse(self): u = UndoableObject( self.inverse_action, self.action, self.history, action_args=self.undo_action_args, undo_action_args=self.action_args, get_reapply_action_args=self.get_reundo_action_args, get_reundo_action_args=self.get_reapply_action_args, is_undo=not self.is_undo, widget=self.widget, ) self.history.remove(self) u.perform() def reapply(self): if self.get_reapply_action_args: args, undoargs = self.get_reapply_action_args() u = UndoableObject( self.action, self.inverse_action, self.history, action_args=args, undo_action_args=undoargs, get_reapply_action_args=self.get_reapply_action_args, reapply_name=self.reundo_name, reundo_name=self.reapply_name, ) u.perform() def __repr__(self): return "" % (self.is_undo, self.widget) class UndoableTextChange(UndoableObject): def __init__(self, set_text_action, history, initial_text="", text="", txt_id=None, is_undo=False): self.txt_id = txt_id self.blob_matcher = re.compile(r"\s+\S+\s+") self.initial_text = initial_text if initial_text is not None else "" self.text = text self._set_text = set_text_action UndoableObject.__init__( self, lambda *args: self._set_text(self.text), lambda *args: self._set_text(self.initial_text), history, is_undo=is_undo, widget=self.txt_id ) self.mode = self.determine_mode() try: self.cindex, self.clen = self.find_change(self.text) except TooManyChanges: debug("Too many changes - assume 0,0", 0) self.cindex, self.clen = 0, 0 def determine_mode(self, current: Optional[str] = "", initial: Optional[str] = "") -> UndoMode: current = current if current else self.text initial = initial if initial else self.initial_text if len(current) > len(initial): return UndoMode.ADD return UndoMode.DELETE def find_change(self, text2=None, initial_text=None): if initial_text is None: initial_text = self.initial_text if not self.mode: self.text = text2 self.mode = self.determine_mode() if text2 is None: text2 = self.text blocks = difflib.SequenceMatcher(None, initial_text, text2).get_matching_blocks() # we only are interested in similar blocks at different positions # (which tell us where the changes happened). ch_blocks = [x for x in blocks if x[0] != x[1] and x[2] != 0] if ch_blocks and len(ch_blocks) > 1: raise TooManyChanges("More than one block changed from '%s' to '%s': %s" % (initial_text, text2, ch_blocks)) if ch_blocks: i, j, n = ch_blocks[0] change_length = j - i change_index = i return [change_index, change_length] else: if self.mode is UndoMode.DELETE: return [len(initial_text), len(initial_text) - len(text2)] else: return [len(initial_text), len(text2) - len(initial_text)] def add_text(self, new_text): mode = self.determine_mode(new_text, self.text) contmode = self.determine_mode(new_text, self.text) if mode == contmode == self.mode: try: # This whole thing is in a try/except box because # there are multiple places where "Too many changes" # could crop up as an error. cindex, clen = self.find_change(new_text) if ( (cindex == self.cindex) or (self.mode == UndoMode.ADD and cindex == self.cindex) or (self.mode == UndoMode.DELETE and cindex == self.cindex - clen) ): if self.mode == UndoMode.ADD: changed_text = new_text[cindex : cindex + (self.clen + clen)] else: changed_text = "" # Now we make sure the addition is at the end or middle of our new text... relative_cindex, relative_clen = self.find_change(new_text, self.text) # We only consider a word at a time to be a continuous change... if ( # Adding text to the end ( relative_cindex == cindex + (clen - relative_clen) or # Adding text to the beginning (relative_cindex == self.clen or relative_cindex == self.cindex) ) and not self.blob_matcher.search(changed_text) ): self.text = new_text self.cindex, self.clen = self.find_change(new_text) ## End here if we've worked return except TooManyChanges: pass # We'll go to the end of the method & create a new action # If the mode has changed or we have too many changes to # handle simply, we just create a new undo action for this new # change self.new_action(new_text) def new_action(self, new_text): self.history.append( UndoableTextChange( self._set_text, self.history, initial_text=self.text, text=new_text, txt_id=self.txt_id, ) ) def inverse(self): # self._set_text(self.initial_text) u = UndoableTextChange( self._set_text, self.history, initial_text=self.text, text=self.initial_text, txt_id=self.txt_id, is_undo=not self.is_undo, ) self.history.remove(self) u.perform() def perform(self): self._set_text(self.text) self.history.append(self) def __repr__(self): return ( "" + repr(self.text) + "clen" + str(self.clen) + "cindex" + str(self.cindex) + ">" ) def __eq__(self, obj): """We are equal too objects that represent the same txt_id and are either the same action as us or the inverse of us """ if not hasattr(obj, "txt_id"): return False else: return self.txt_id == obj.txt_id and ( (self.initial_text == obj.initial_text and self.text == obj.text) or (self.initial_text == obj.text and self.text == obj.initial_text) ) class UndoableTextContainer: def __init__(self, container: Gtk.Widget, history): self.history = history self.container = container self.setup_widgets() self.txt = None if isinstance(container, Gtk.ComboBoxText): self.txt = self.container.get_active_text() self._setting = False def change_event_cb(self, *args): # if the last change is the same as us... if self._setting: return txt = self.get_text() if txt == self.txt: return if len(self.history) >= 1 and hasattr(self.history[-1], "txt_id") and self.history[-1].txt_id == self.container: self.change = self.history[-1] self.history[-1].add_text(txt) else: self.change = UndoableTextChange(self._set_text, self.history, initial_text=self.txt, text=txt, txt_id=self.container) self.history.append(self.change) self.txt = txt def setup_widgets(self): pass def get_text(self): raise NotImplementedError def _set_text(self, txt): self._setting = True # Set flag so we don't trigger our own # callbacks orig = self.get_text() # Get current text for comparison # (helps with placement of cursor) if len(txt) > len(orig): # If we're adding try: index, length = self.change.find_change(txt, orig) cursor_index = index + length except TooManyChanges: # If we changed more than one block, there is no obvious # place to put the cursor, so we put it at the end cursor_index = len(txt) else: # If we're Removing try: # We get the *index* of the inverse of our action # i.e. If we go from Thhis -> This, then we reverse to # This -> Thhis (which is the same as where it would # have been after hitting backspace) and we put it # there. index, length = self.change.find_change(orig, txt) cursor_index = index except TooManyChanges: cursor_index = len(txt) self.set_text(txt, cursor_index) self._setting = False # Unset flag def set_text(self, txt, cursor_index): raise NotImplementedError class UndoableEntry(UndoableTextContainer): def __init__(self, entry: Gtk.Widget, history): self.entry = entry if isinstance(entry, Gtk.ComboBoxText): self.get_text = entry.get_active_text elif isinstance(entry, Gtk.Entry): self.get_text = entry.get_text UndoableTextContainer.__init__(self, self.entry, history) def setup_widgets(self): self.entry.connect("changed", self.change_event_cb) def set_text(self, txt, cursor_index): self.entry.grab_focus() self.entry.set_text(txt) self.entry.set_position(cursor_index) class UndoableGenericWidget: """Wrap a widget in an Undo class. We take a set_method, a get_method, and a signal, as well as a history list to append our Undo objects to. """ def __init__(self, widget, history, set_method="set_value", get_method="get_value", signal="changed"): self.w = widget self.set_method = set_method self.get_method = get_method self.im_doing_the_setting = False self.history = history self.last_value = self.get() self.w.connect(signal, self.changecb) def set(self, val): self.im_doing_the_setting = True getattr(self.w, self.set_method)(val) self.im_doing_the_setting = False def get(self): return getattr(self.w, self.get_method)() def changecb(self, *args): if self.im_doing_the_setting: # If we are doing the setting, presumably this is from one # of the Undo objects we created, in which case we don't # want to add a new item to the Undo queue return old_val = self.last_value new_val = self.get() if old_val == new_val: return # Ignore redundant changes... if new_val != old_val: # We don't perform because we're being called after the action has happened. # We simply append ourselves to the history list. u = UndoableObject(lambda *args: self.set(new_val), lambda *args: self.set(old_val), self.history, widget=self.w) self.history.append(u) self.last_value = new_val class UndoableTextView(UndoableTextContainer): def __init__(self, textview, history): self.tv = textview UndoableTextContainer.__init__(self, self.tv, history) def setup_widgets(self): self.buffer = self.tv.get_buffer() self.buffer.connect("changed", self.change_event_cb) self.buffer.connect("apply-tag", self.change_event_cb) self.buffer.connect("remove-tag", self.change_event_cb) def set_text(self, text, cursor_index): self.buffer.set_text(text) self.tv.grab_focus() self.buffer.place_cursor(self.buffer.get_iter_at_offset(cursor_index)) def get_text(self): return self.buffer.get_text(self.buffer.get_start_iter(), self.buffer.get_end_iter()) class UndoHistoryList(list): """An UndoHistoryList.""" def __init__(self, undo_widget, redo_widget, reapply_widget=None, signal="activate"): self.undo_widget = undo_widget self.redo_widget = redo_widget self.reapply_widget = reapply_widget self.action_hooks = [] list.__init__(self) self.gui_update() if signal: if self.undo_widget: self.undo_widget.connect(signal, self.undo) if self.redo_widget: self.redo_widget.connect(signal, self.redo) if self.reapply_widget: self.reapply_widget.connect(signal, self.reapply) def add_action_hook(self, hook): """Add action hook Hook will be a callback as follows hook(undo_history,action,type) where undo_history is this instance of UndoHistory and type is 'perform','undo','redo', or 'reapply' """ self.action_hooks.append(hook) def undo(self, *args): index = -1 if len(self) == 0: return False try: while self[index].is_undo: index -= 1 except IndexError: debug("All %s available action are .is_undo=True" % len(self), 0) print("There is nothing to undo!") print("All %s actions are undos" % len(self)) print(self, index) raise action = self[index] action.inverse() for h in self.action_hooks: h(self, action, "undo") def redo(self, *args): if len(self) == 0: return False index = -1 try: while not self[index].is_undo: index = index - 1 except IndexError: debug("All %s available actions are is_undo=False" % len(self), 0) print("There is nothing to redo!") print("All %s available actions are is_undo=False" % len(self)) raise action = self[index] action.inverse() for h in self.action_hooks: h(self, action, "redo") def reapply(self, *args): debug("Reapplying", 0) action = self[-1] action.reapply() for h in self.action_hooks: h(self, action, "reapply") def set_sensitive(self, w: Gtk.Action, is_sensitive: bool): # FIXME: this function should not exist. # It's only here to deal with the case where self.reapply_widget is # None. This function is only used within this object. debug("set_sensitive", 0) if not w: return w.set_sensitive(is_sensitive) def gui_update(self): debug("gui_update", 0) if len(self) >= 1: undoables = [x.is_undo for x in self] if False in undoables: self.set_sensitive(self.undo_widget, True) debug("Sensitizing undo_widget", 0) else: self.set_sensitive(self.undo_widget, False) debug("Desensizing undo_widget", 0) if True in undoables: debug("Sensitizing redo_widget", 0) self.set_sensitive(self.redo_widget, True) else: debug("Desensitizing redo widget", 0) self.set_sensitive(self.redo_widget, False) if self[-1].reapplyable: debug('Sensitizing "reapply" widgets', 0) self.set_sensitive(self.reapply_widget, True) if self[-1].reapply_name: if isinstance(self.reapply_widget, Gtk.MenuItem): alabel = self.reapply_widget.get_children()[0] alabel.set_text_with_mnemonic(self[-1].reapply_name) alabel.set_use_markup(True) else: debug("Nothing to undo, desensitizing widgets", 0) self.set_sensitive(self.redo_widget, False) self.set_sensitive(self.undo_widget, False) self.set_sensitive(self.reapply_widget, False) def append(self, obj): debug("Appending %s" % obj, 0) list.append(self, obj) if not obj.is_undo: # Is this necessary? Not sure... for h in self.action_hooks: h(self, obj, "perform") self.gui_update() def remove(self, obj): debug("Removing %s" % obj, 0) list.remove(self, obj) self.gui_update() class MultipleUndoLists: """For tabbed interfaces and other places where it makes sense for one Action (menu item, etc.) to control multiple UndoLists (since presumably nobody wants to undo things they can't see)""" def __init__(self, undo_widget, redo_widget, reapply_widget=None, signal="activate", get_current_id=None): self.undo_widget = undo_widget self.redo_widget = redo_widget self.reapply_widget = reapply_widget self.signal = signal self.get_current_id = get_current_id self.histories = {} self.action_hooks = [] if signal: if self.undo_widget: self.undo_widget.connect(signal, self.undo) if self.redo_widget: self.redo_widget.connect(signal, self.redo) if self.reapply_widget: self.reapply_widget.connect(signal, self.reapply) # attempts to implement the following programatically are failing me... # it feels awful to write each of these methods out here, but here goes... def add_action_hook(self, hook): self.action_hooks.append(hook) for h in self.get_all_histories(): h.add_action_hook(hook) def __add__(self, *args, **kwargs): return self.get_history().__add__(*args, **kwargs) def __contains__(self, *args, **kwargs): return self.get_history().__contains__(*args, **kwargs) def __delitem__(self, *args, **kwargs): return self.get_history().__delitem__(*args, **kwargs) def __doc__(self, *args, **kwargs): return self.get_history().__doc__(*args, **kwargs) def __eq__(self, *args, **kwargs): return self.get_history().__eq__(*args, **kwargs) def __ge__(self, *args, **kwargs): return self.get_history().__ge__(*args, **kwargs) def __getitem__(self, *args, **kwargs): return self.get_history().__getitem__(*args, **kwargs) def __gt__(self, *args, **kwargs): return self.get_history().__gt__(*args, **kwargs) def __hash__(self, *args, **kwargs): return self.get_history().__hash__(*args, **kwargs) def __iadd__(self, *args, **kwargs): return self.get_history().__iadd__(*args, **kwargs) def __imul__(self, *args, **kwargs): return self.get_history().__imul__(*args, **kwargs) def __iter__(self, *args, **kwargs): return self.get_history().__iter__(*args, **kwargs) def __le__(self, *args, **kwargs): return self.get_history().__le__(*args, **kwargs) def __len__(self, *args, **kwargs): return self.get_history().__len__(*args, **kwargs) def __lt__(self, *args, **kwargs): return self.get_history().__lt__(*args, **kwargs) def __mul__(self, *args, **kwargs): return self.get_history().__mul__(*args, **kwargs) def __ne__(self, *args, **kwargs): return self.get_history().__ne__(*args, **kwargs) def __new__(self, *args, **kwargs): return self.get_history().__new__(*args, **kwargs) def __reduce__(self, *args, **kwargs): return self.get_history().__reduce__(*args, **kwargs) def __reduce_ex__(self, *args, **kwargs): return self.get_history().__reduce_ex__(*args, **kwargs) def __repr__(self, *args, **kwargs): return self.get_history().__repr__(*args, **kwargs) def __rmul__(self, *args, **kwargs): return self.get_history().__rmul__(*args, **kwargs) def __setitem__(self, *args, **kwargs): return self.get_history().__setitem__(*args, **kwargs) def __str__(self, *args, **kwargs): return self.get_history().__str__(*args, **kwargs) def append(self, *args, **kwargs): return self.get_history().append(*args, **kwargs) def count(self, *args, **kwargs): return self.get_history().count(*args, **kwargs) def extend(self, *args, **kwargs): return self.get_history().extend(*args, **kwargs) def index(self, *args, **kwargs): return self.get_history().index(*args, **kwargs) def insert(self, *args, **kwargs): return self.get_history().insert(*args, **kwargs) def pop(self, *args, **kwargs): return self.get_history().pop(*args, **kwargs) def remove(self, *args, **kwargs): return self.get_history().remove(*args, **kwargs) def reverse(self, *args, **kwargs): return self.get_history().reverse(*args, **kwargs) def sort(self, *args, **kwargs): return self.get_history().sort(*args, **kwargs) def redo(self, *args, **kwargs): return self.get_history().redo(*args, **kwargs) def undo(self, *args, **kwargs): return self.get_history().undo(*args, **kwargs) def reapply(self, *args, **kwargs): return self.get_history().reapply(*args, **kwargs) def get_all_histories(self): return list(self.histories.values()) def get_history(self): hid = self.get_current_id() if hid in self.histories: # debug('Returning history %s for id %s'%([repr(i) for i in self.histories[hid]],hid),0) return self.histories[hid] else: # debug('Creating new history for id %s'%hid,0) self.histories[hid] = self.make_history() return self.histories[hid] def make_history(self): uhl = UndoHistoryList(self.undo_widget, self.redo_widget, None, None) for h in self.action_hooks: uhl.add_action_hook(h) return uhl def switch_context(self, hid): # set sensitivity for current context debug("switching context...", 0) self.get_history().gui_update() if __name__ == "__main__": # txt = raw_input('Text: ') # history = [] # utc = UndoableTextChange(None,None,history,text=txt) # history.append(utc) # while txt: # txt = raw_input('Text: ') # history[-1].add_text(txt) from gi.repository import Gtk w = Gtk.Window() e = Gtk.Entry() sb = Gtk.SpinButton() adj = sb.get_adjustment() adj.upper = 100 adj.lower = -100 adj.step_increment = 1 adj.page_increment = 10 tv = Gtk.TextView() ub = Gtk.Button(stock=Gtk.STOCK_UNDO) rb = Gtk.Button(stock=Gtk.STOCK_REDO) sc = Gtk.Button("show changes") vb = Gtk.VBox() bb = Gtk.HButtonBox() bb.add(ub) bb.add(rb) bb.add(sc) vb.add(bb) vb.add(e) vb.add(tv) vb.add(sb) sb.show() w.add(vb) uhl = UndoHistoryList(ub, rb, signal="clicked") UndoableTextView(tv, uhl) UndoableEntry(e, uhl) UndoableGenericWidget(sb, uhl) w.show_all() w.connect("delete-event", lambda *args: Gtk.main_quit()) def show_changes(*args): for c in uhl: if hasattr(c, "initial_text"): print(c, " initial: ", c.initial_text, " current: ", c.text) else: print(c) ub.connect("clicked", lambda *args: debug("Undo clicked!", 0)) sc.connect("clicked", show_changes) rb.connect("clicked", lambda *args: debug("Redo clicked!", 0)) Gtk.main() gourmand-1.2.0/src/gourmand/__init__.py000066400000000000000000000002321510115424500200350ustar00rootroot00000000000000from gi import require_version require_version("Gdk", "3.0") require_version("Gst", "1.0") require_version("Gtk", "3.0") require_version("Pango", "1.0") gourmand-1.2.0/src/gourmand/__main__.py000066400000000000000000000001261510115424500200200ustar00rootroot00000000000000if __name__ == "__main__": from gourmand.main import launch_app launch_app() gourmand-1.2.0/src/gourmand/__version__.py000066400000000000000000000022371510115424500205660ustar00rootroot00000000000000from gourmand.i18n import _ appname = _("Gourmand Recipe Manager") copyright = _("Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" "Copyright (c) 2021 The Gourmand Team and Contributors") version = "1.2.0" url = "https://github.com/GourmandRecipeManager/gourmand" description = "Recipe Organizer and Shopping List Generator" long_description = _( """\ Gourmand is an application to store, organize and search recipes. Features: * Makes it easy to create shopping lists from recipes. * Imports recipes from a number of sources, including MealMaster and MasterCook archives and several popular websites. * Exports recipes as PDF files, plain text, MealMaster files, HTML web pages, and a custom XML format for exchange with other Gourmet users. * Supports linking images with recipes. * Can calculate nutritional information for recipes based on the ingredients. """ ) author = "Gourmand Team and Contributors" authors = [] # FIXME: get list of contributors maintainer = "Cyril Danilevski, FriedrichFröbel" maintainer_email = "gourmand@cyril.wtf" artists = [_("Nyall Dawson (cookie icon)"), _("Kati Pregartner (splash screen image)")] license = "GPL-2.0-only" gourmand-1.2.0/src/gourmand/backends/000077500000000000000000000000001510115424500175015ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/backends/DatabaseChooser.py000066400000000000000000000101271510115424500231030ustar00rootroot00000000000000import os.path from pkgutil import get_data from gi.repository import Gtk from gourmand import cb_extras as cb from gourmand import dialog_extras as de from gourmand import gglobals from gourmand.gdebug import debug from gourmand.i18n import _ class DatabaseChooser: """This is a simple interface for getting database information from the user.""" def __init__(self, okcb=lambda x: debug(x, 0), modal=True): self._okcb = okcb self.modal = modal self.possible_dbs = ["sqlite", "mysql"] self.need_connection_info = ["mysql"] self.need_file_info = ["sqlite"] self.default_file_directory = gglobals.gourmanddir self.default_files = {"sqlite": "recipes.db"} self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/databaseChooser.ui").decode()) self.connection_widgets = ["hostEntry", "userEntry", "pwEntry", "dbEntry", "hostLabel", "userLabel", "pwLabel", "dbLabel", "pwCheckButton"] self.file_widgets = ["fileEntry", "fileButton", "fileLabel"] self.widgets = self.file_widgets + self.connection_widgets + ["dbComboBox", "connectionExpander", "window"] for w in self.widgets: setattr(self, w, self.ui.get_object(w)) self.ui.connect_signals({"ok_clicked": self.ok_cb, "cancel_clicked": self.cancel_cb, "dbChanged": self.change_db_cb, "browse_clicked": self.browse_cb}) self.pwEntry.set_visibility(False) self.dbComboBox.set_active(0) self.connectionExpander.set_expanded(False) self.change_db_cb() self.window.show() if self.modal: self.window.set_modal(True) def run(self): if self.modal: Gtk.mainloop() return self.retdic def ok_cb(self, *args): if not self.current_db: de.show_message(label="No database selected.", sublabel="You need to select a database system.") else: self.retdic = {"db_backend": self.current_db} if self.current_db in self.need_connection_info: for e in self.connection_widgets: if e.find("Entry") >= 0: self.retdic[e[0 : e.find("Entry")]] = getattr(self, e).get_text() self.retdic["store_pw"] = self.pwCheckButton.get_active() if self.current_db in self.need_file_info: fi = self.fileEntry.get_text() if fi and fi.find(os.path.sep) < 0: fi = os.path.join(self.default_file_directory, fi) self.retdic["file"] = fi self.window.hide() self.window.destroy() if self._okcb: self._okcb(self.retdic) if self.modal: Gtk.mainquit() return self.retdic def cancel_cb(self, *args): self.window.hide() self.window.destroy() if self.modal: Gtk.mainquit() def change_db_cb(self, *args): self.current_db = None text = cb.cb_get_active_text(self.dbComboBox) if not text: return for db in self.possible_dbs: if text.lower().find(db.lower()) >= 0: self.current_db = db break if self.current_db in self.need_connection_info: self.connectionExpander.set_expanded(True) for w in self.connection_widgets: getattr(self, w).show() else: for w in self.connection_widgets: getattr(self, w).hide() for w in self.file_widgets: if self.current_db in self.need_file_info: getattr(self, w).show() else: getattr(self, w).hide() if self.current_db in self.default_files: self.fileEntry.set_text(self.default_files[self.current_db]) def browse_cb(self, *args): fi = de.select_file(_("Choose Database File"), filename=self.default_file_directory, action=Gtk.FileChooserAction.OPEN) if fi: self.fileEntry.set_text(fi) if __name__ == "__main__": d = DatabaseChooser(None, modal=True) print(d.run()) gourmand-1.2.0/src/gourmand/backends/__init__.py000066400000000000000000000000741510115424500216130ustar00rootroot00000000000000# Database backend stuff should all be in this directory. # gourmand-1.2.0/src/gourmand/backends/db.py000066400000000000000000002547741510115424500204630ustar00rootroot00000000000000import re import shutil import time from pathlib import Path from typing import Any, Dict, List, Optional, Tuple import sqlalchemy import sqlalchemy.orm from gi.repository import Gtk from sqlalchemy import Boolean, Column, Float, ForeignKey, Integer, LargeBinary, Numeric, String, Table, Text, event, func, select from sqlalchemy.sql import and_, case, or_ import gourmand.__version__ import gourmand.gglobals as gglobals import gourmand.recipeIdentifier as recipeIdentifier from gourmand import Undo, convert, image_utils from gourmand.defaults import lang as defaults from gourmand.gdebug import TimeAction, debug from gourmand.gtk_extras.dialog_extras import show_message from gourmand.i18n import _ from gourmand.keymanager import KeyManager from gourmand.plugin import DatabasePlugin from gourmand.plugin_loader import Pluggable, pluggable_method Session = sqlalchemy.orm.sessionmaker() def map_type_to_sqlalchemy(typ): """A convenience method -- take a string type and map it into a sqlalchemy type. """ if typ == "int": return Integer() if typ.find("char(") == 0: return String(length=int(typ[typ.find("(") + 1 : typ.find(")")])) if typ == "text": return Text() if typ == "bool": return Boolean() if typ == "float": return Float() if typ == "binary": return LargeBinary() def fix_colnames(dict, *tables): """Map column names to sqlalchemy columns.""" # This is a convenience method -- throughout Gourmet, the column # names are handed around as strings. This converts them into the # object sqlalchemy prefers. newdict = {} for k, v in list(dict.items()): got_prop = False for t in tables: try: newdict[getattr(t.c, k)] = v except Exception: pass else: got_prop = True if not got_prop: raise ValueError("Could not find column %s in tables %s" % (k, tables)) return newdict def make_simple_select_arg(criteria, *tables): args = [] for k, v in list(fix_colnames(criteria, *tables).items()): if isinstance(v, str): v = str(v) if isinstance(v, tuple): operator, value = v if isinstance(value, str): value = str(value) if operator == "in": args.append(k.in_(value)) elif hasattr(k, operator): args.append(getattr(k, operator)(value)) elif hasattr(k, operator + "_"): # for keywords like 'in' args.append(getattr(k, operator + "_")(value)) else: args.append(k.op(operator)(value)) else: args.append(k == v) if len(args) > 1: return [and_(*args)] elif args: return [args[0]] else: return [] def make_order_by(sort_by, table, count_by=None, join_tables=None): if join_tables is None: join_tables = [] ret = [] for col, direction in sort_by: if col == "count" and not hasattr(table.c, "count"): col = sqlalchemy.func.count(getattr(table.c, count_by)) else: if hasattr(table.c, col): col = getattr(table.c, col) elif join_tables: broken = True for t in join_tables: if hasattr(t.c, col): broken = False col = getattr(t.c, col) break if broken: raise ValueError("No such column for tables %s %s: %s" % (table, join_tables, col)) if isinstance(col.type, Text): # Sort nulls last rather than first using case statement... col = case( [ (col is None, '"%s"' % "z" * 20), (col == "", '"%s"' % "z" * 20), ], else_=func.lower(col), ) if direction == 1: # Ascending ret.append(sqlalchemy.asc(col)) else: ret.append(sqlalchemy.desc(col)) return ret class DBObject: pass # CHANGES SINCE PREVIOUS VERSIONS... # categories_table: id -> recipe_id, category_entry_id -> id # ingredients_table: ingredient_id -> id, id -> recipe_id def db_url(filename: Optional[str] = None, custom_url: Optional[str] = None) -> str: if custom_url is not None: return custom_url else: if filename is None: filename = gglobals.gourmanddir / "recipes.db" return "sqlite:///" + str(filename) class RecData(Pluggable): """RecData is our base class for handling database connections. Subclasses implement specific backends, such as sqlite, etc.""" # constants for determining how to get amounts when there are ranges. AMT_MODE_LOW = 0 AMT_MODE_AVERAGE = 1 AMT_MODE_HIGH = 2 _instance_by_db_url = {} @classmethod def instance_for(cls, file: Optional[str] = None, custom_url: Optional[str] = None) -> "RecData": url = db_url(file, custom_url) if url not in cls._instance_by_db_url: cls._instance_by_db_url[url] = cls(file, url) return cls._instance_by_db_url[url] def __init__(self, file: str, url: str): # hooks run after adding, modifying or deleting a recipe. # Each hook is handed the recipe, except for delete_hooks, # which is handed the ID (since the recipe has been deleted) # We keep track of IDs we've handed out with new_id() in order # to prevent collisions self.new_ids = [] self._created = False self.filename = file self.url = url self.add_hooks = [] self.modify_hooks = [] self.delete_hooks = [] self.add_ing_hooks = [] timer = TimeAction("initialize_connection + setup_tables", 2) self.initialize_connection() Pluggable.__init__(self, [DatabasePlugin]) self.setup_tables() self.metadata.create_all() self.update_version_info(gourmand.__version__.version) self._created = True timer.end() # Basic setup functions def initialize_connection(self): """Initialize our database connection. This should also set self.new_db accordingly""" debug("Initializing DB connection", 1) self.new_db = False # TODO: this bool can be refactored out if self.url.startswith("mysql"): self.db = sqlalchemy.create_engine(self.url, connect_args={"charset": "utf8"}) else: self.db = sqlalchemy.create_engine(self.url) if self.url.startswith("sqlite"): # Workaround to create REGEXP function in sqlite # New way of adding custom function ensures we create a custom # function for every connection created and fixes problems # using regexp. Based on code found here: # http://stackoverflow.com/questions/8076126/have-an-sqlalchemy-sqlite-create-function-issue-with-datetime-representation def regexp(expr, item): if item: return re.search(expr, item, re.IGNORECASE) is not None else: return False @event.listens_for(self.db, "connect") def on_connect(dbapi_con, con_record): dbapi_con.create_function("REGEXP", 2, regexp) self.base_connection = self.db.connect() self.base_connection.begin() self.metadata = sqlalchemy.MetaData(self.db) # Be noisy... (uncomment for debugging/fiddling) # self.metadata.bind.echo = True Session.configure(bind=self.db) debug("Done initializing DB connection", 1) def save(self): """Save our database (if there is a separate 'save')""" row = self.fetch_one(self.info_table) if row: self.do_modify(self.info_table, row, {"last_access": time.time()}, id_col=None) else: self.do_add(self.info_table, {"last_access": time.time()}) def _setup_object_for_table(self, table, klass): self.__table_to_object__[table] = klass # print 'Mapping ',repr(klass),'->',repr(table) if True in [col.primary_key for col in table.columns]: sqlalchemy.orm.mapper(klass, table) else: # if there's no primary key... raise Exception("All tables need a primary key -- specify 'rowid'/Integer/Primary Key in table spec for %s" % table) @pluggable_method def setup_tables(self): """ Subclasses should do any necessary adjustments/tweaking before calling this function.""" # Info table - for versioning info self.__table_to_object__ = {} self.setup_base_tables() self.setup_shopper_tables() # could one day be part of a plugin def setup_base_tables(self): self.setup_info_table() self.setup_recipe_table() self.setup_category_table() self.setup_ingredient_table() def setup_info_table(self): self.info_table = Table( "info", self.metadata, Column("version_super", Integer(), **{}), # three part version numbers 2.1.10, etc. 1.0.0 Column("version_major", Integer(), **{}), Column("version_minor", Integer(), **{}), Column("last_access", Integer(), **{}), Column("rowid", Integer(), **{"primary_key": True}), ) class Info(object): pass self._setup_object_for_table(self.info_table, Info) self.plugin_info_table = Table( "plugin_info", self.metadata, Column("plugin", Text(), **{}), # three part version numbers # 2.1.10, etc. 1.0.0 -- these # contain the Gourmet version # at the last time of # plugging-in Column("id", Integer(), **{"primary_key": True}), Column("version_super", Integer(), **{}), Column("version_major", Integer(), **{}), Column("version_minor", Integer(), **{}), # Stores the last time the plugin was used... Column("plugin_version", String(length=32), **{}), ) class PluginInfo(object): pass self._setup_object_for_table(self.plugin_info_table, PluginInfo) def setup_recipe_table(self): self.recipe_table = Table( "recipe", self.metadata, Column("id", Integer(), **{"primary_key": True}), Column("title", Text(), **{}), Column("instructions", Text(), **{}), Column("modifications", Text(), **{}), Column("cuisine", Text(), **{}), Column("rating", Integer(), **{}), Column("description", Text(), **{}), Column("source", Text(), **{}), Column("preptime", Integer(), **{}), Column("cooktime", Integer(), **{}), # Note: we're leaving servings # around as a legacy column... it is # replaced by yields/yield_unit, but # update is much easier if it's # here, and it doesn't do much harm # to have it around. Column("servings", Float(), **{}), Column("yields", Float(), **{}), Column("yield_unit", String(length=32), **{}), Column("image", LargeBinary(), **{}), Column("thumb", LargeBinary(), **{}), Column("deleted", Boolean(), **{}), # A hash for uniquely identifying a recipe (based on title etc) Column("recipe_hash", String(length=32), **{}), # A hash for uniquely identifying a recipe (based on ingredients) Column("ingredient_hash", String(length=32), **{}), Column("link", Text(), **{}), # A field for a URL -- we ought to know about URLs Column("last_modified", Integer(), **{}), ) # RECIPE_TABLE_DESC class Recipe(object): pass self._setup_object_for_table(self.recipe_table, Recipe) def setup_category_table(self): self.categories_table = Table( "categories", self.metadata, Column("id", Integer(), primary_key=True), Column("recipe_id", Integer, ForeignKey("recipe.id"), **{}), # recipe ID Column("category", Text(), **{}), # Category ID ) # CATEGORY_TABLE_DESC class Category(object): pass self._setup_object_for_table(self.categories_table, Category) def setup_ingredient_table(self): self.ingredients_table = Table( "ingredients", self.metadata, Column("id", Integer(), primary_key=True), Column("recipe_id", Integer, ForeignKey("recipe.id"), **{}), Column("refid", Integer, ForeignKey("recipe.id"), **{}), Column("unit", Text(), **{}), Column("amount", Float(), **{}), Column("rangeamount", Float(), **{}), Column("item", Text(), **{}), Column("ingkey", Text(), **{}), Column("optional", Boolean(), **{}), # Integer so we can distinguish unset from False Column("shopoptional", Integer(), **{}), Column("inggroup", Text(), **{}), Column("position", Integer(), **{}), Column("deleted", Boolean(), **{}), ) class Ingredient(object): pass self._setup_object_for_table(self.ingredients_table, Ingredient) def setup_keylookup_table(self): # Keylookup table - for speedy keylookup self.keylookup_table = Table( "keylookup", self.metadata, Column("id", Integer(), primary_key=True), Column("word", Text(), **{}), Column("item", Text(), **{}), Column("ingkey", Text(), **{}), Column("count", Integer(), **{}), ) # INGKEY_LOOKUP_TABLE_DESC class KeyLookup(object): pass self._setup_object_for_table(self.keylookup_table, KeyLookup) def setup_shopcats_table(self): # shopcats - Keep track of which shoppin category ingredients are in... self.shopcats_table = Table( "shopcats", self.metadata, Column("id", Integer(), primary_key=True), Column("ingkey", Text(32)), Column("shopcategory", Text()), Column("position", Integer()), ) class ShopCat(object): pass self._setup_object_for_table(self.shopcats_table, ShopCat) def setup_shopcatsorder_table(self): # shopcatsorder - Keep track of the order of shopping categories self.shopcatsorder_table = Table( "shopcatsorder", self.metadata, Column("id", Integer(), primary_key=True), Column("shopcategory", Text(32)), Column("position", Integer()), ) class ShopCatOrder(object): pass self._setup_object_for_table(self.shopcatsorder_table, ShopCatOrder) def setup_pantry_table(self): # pantry table -- which items are in the "pantry" (i.e. not to # be added to the shopping list) self.pantry_table = Table( "pantry", self.metadata, Column("id", Integer(), primary_key=True), Column("ingkey", Text(32)), Column("pantry", Boolean()), ) class Pantry(object): pass self._setup_object_for_table(self.pantry_table, Pantry) def setup_density_table(self): # Keep track of the density of items... self.density_table = Table( "density", self.metadata, Column("id", Integer(), primary_key=True), Column("dkey", String(length=150)), Column("value", String(length=150)) ) class Density(object): pass self._setup_object_for_table(self.density_table, Density) def setup_crossunitdict_table(self): self.crossunitdict_table = Table( "crossunitdict", self.metadata, Column("id", Integer(), primary_key=True), Column("cukey", String(length=150)), Column("value", String(length=150)), ) class CrossUnit(object): pass self._setup_object_for_table(self.crossunitdict_table, CrossUnit) def setup_unitdict_table(self): self.unitdict_table = Table( "unitdict", self.metadata, Column("id", Integer(), primary_key=True), Column("ukey", String(length=150)), Column("value", String(length=150)), ) class Unitdict(object): pass self._setup_object_for_table(self.unitdict_table, Unitdict) def setup_convtable_table(self): self.convtable_table = Table( "convtable", self.metadata, Column("id", Integer(), primary_key=True), Column("ckey", String(length=150)), Column("value", String(length=150)) ) class Convtable(object): pass self._setup_object_for_table(self.convtable_table, Convtable) def setup_shopper_tables(self): self.setup_keylookup_table() self.setup_shopcats_table() self.setup_shopcatsorder_table() self.setup_pantry_table() self.setup_density_table() self.setup_crossunitdict_table() self.setup_unitdict_table() self.setup_convtable_table() def update_version_info(self, version_string: str): """Report our version to the database. If necessary, we'll do some version-dependent updates to the GUI """ version = version_string.split(".") current_super = int(version[0]) current_major = int(version[1]) current_minor = int(version[2]) stored_info = self.fetch_one(self.info_table) if not stored_info or not (stored_info.version_super or stored_info.version_major): # Default info -- the last version before we added the # version tracker... default_info = {"version_super": 0, "version_major": 11, "version_minor": 0} if not stored_info: if not self.new_db: self.do_add(self.info_table, default_info) else: self.do_add(self.info_table, {"version_super": current_super, "version_major": current_major, "version_minor": current_minor}) else: self.do_modify(self.info_table, stored_info, default_info, id_col=None) stored_info = self.fetch_one(self.info_table) # Code for updates between versions... if not self.new_db: sv_text = f"{stored_info.version_super}.{stored_info.version_major}.{stored_info.version_minor}" # Change from servings to yields! ( we use the plural to avoid a headache with keywords) if stored_info.version_super == 0 and stored_info.version_major < 16: print("Database older than 0.16.0 -- updating", sv_text) backup_database(self.filename) from sqlalchemy.sql.expression import func # We need to unpickle Booleans that have erroneously remained # pickled during previous Metakit -> SQLite -> SQLAlchemy # database migrations. self.pantry_table.update().where(self.pantry_table.c.pantry == "I01\n.").values(pantry=True).execute() self.pantry_table.update().where(self.pantry_table.c.pantry == "I00\n.").values(pantry=False).execute() # Unpickling strings with SQLAlchemy is clearly more complicated: self.shopcats_table.update().where( and_(self.shopcats_table.c.shopcategory.startswith("S'"), self.shopcats_table.c.shopcategory.endswith("'\np0\n.")) ).values( { self.shopcats_table.c.shopcategory: func.substr( self.shopcats_table.c.shopcategory, 3, func.char_length(self.shopcats_table.c.shopcategory) - 8 ) } ).execute() # The following tables had Text columns as primary keys, # which, when used with MySQL, requires an extra parameter # specifying the length of the substring that MySQL is # supposed to use for the key. Thus, we're adding columns # named id of type Integer and make them the new primary keys # instead. self.alter_table("shopcats", self.setup_shopcats_table, {}, ["ingkey", "shopcategory", "position"]) self.alter_table("shopcatsorder", self.setup_shopcatsorder_table, {}, ["shopcategory", "position"]) self.alter_table("pantry", self.setup_pantry_table, {}, ["ingkey", "pantry"]) self.alter_table("density", self.setup_density_table, {}, ["dkey", "value"]) self.alter_table("crossunitdict", self.setup_crossunitdict_table, {}, ["cukey", "value"]) self.alter_table("unitdict", self.setup_unitdict_table, {}, ["ukey", "value"]) self.alter_table("convtable", self.setup_convtable_table, {}, ["ckey", "value"]) if stored_info.version_super == 0 and ((stored_info.version_major <= 14 and stored_info.version_minor <= 7) or (stored_info.version_major < 14)): print("Database older than 0.14.7 -- updating", sv_text) # Don't change the table defs here without changing them # above as well (for new users) - sorry for the stupid # repetition of code. self.add_column_to_table(self.recipe_table, ("yields", Float(), {})) self.add_column_to_table(self.recipe_table, ("yield_unit", String(length=32), {})) # self.db.execute('''UPDATE recipes SET yield = servings, yield_unit = "servings" WHERE EXISTS servings''') self.recipe_table.update(whereclause=self.recipe_table.c.servings).values( {self.recipe_table.c.yield_unit: "servings", self.recipe_table.c.yields: self.recipe_table.c.servings} ).execute() if stored_info.version_super == 0 and stored_info.version_major < 14: print("Database older than 0.14.0 -- updating", sv_text) backup_database(self.filename) # Name changes to make working with IDs make more sense # (i.e. the column named 'id' should always be a unique # identifier for a given table -- it should not be used to # refer to the IDs from *other* tables print("Upgrade from < 0.14", sv_text) self.alter_table("categories", self.setup_category_table, {"id": "recipe_id"}, ["category"]) # Testing whether somehow recipe_id already exists # (apparently the version info here may be off? Not # sure -- this is coming from an odd bug report by a # user reported at... # https://sourceforge.net/projects/grecipe-manager/forums/forum/371768/topic/3630545?message=8205906 try: self.db.connect().execute("select recipe_id from ingredients") except sqlalchemy.exc.OperationalError: self.alter_table( "ingredients", self.setup_ingredient_table, {"id": "recipe_id"}, ["refid", "unit", "amount", "rangeamount", "item", "ingkey", "optional", "shopoptional", "inggroup", "position", "deleted"], ) else: print("Odd -- recipe_id seems to already exist") self.alter_table("keylookup", self.setup_keylookup_table, {}, ["word", "item", "ingkey", "count"]) # Add recipe_hash, ingredient_hash and link fields # (These all get added in 0.13.0) if stored_info.version_super == 0 and stored_info.version_major <= 12: backup_database(self.filename) print("UPDATE FROM < 0.13.0...", sv_text) # Don't change the table defs here without changing them # above as well (for new users) - sorry for the stupid # repetition of code. self.add_column_to_table(self.recipe_table, ("last_modified", Integer(), {})) self.add_column_to_table(self.recipe_table, ("recipe_hash", String(length=32), {})) self.add_column_to_table(self.recipe_table, ("ingredient_hash", String(length=32), {})) # Add a link field... self.add_column_to_table(self.recipe_table, ("link", Text(), {})) print("Searching for links in old recipe fields...", sv_text) URL_SOURCES = ["instructions", "source", "modifications"] recs = self.search_recipes([{"column": col, "operator": "LIKE", "search": "%://%", "logic": "OR"} for col in URL_SOURCES]) for r in recs: rec_url = "" for src in URL_SOURCES: blob = getattr(r, src) if blob: m = re.search(r"\w+://[^ ]*", blob) if m: rec_url = blob[m.start() : m.end()] if rec_url[-1] in [".", ")", ",", ";", ":"]: # Strip off trailing punctuation on # the assumption this is part of a # sentence -- this will break some # URLs, but hopefully rarely enough it # won't harm (m)any users. rec_url = rec_url[:-1] break if rec_url: if r.source == rec_url: new_source = rec_url.split("://")[1] new_source = new_source.split("/")[0] self.do_modify_rec( r, { "link": rec_url, "source": new_source, }, ) else: self.do_modify_rec( r, { "link": rec_url, }, ) # Add hash values to identify all recipes... for r in self.fetch_all(self.recipe_table): self.update_hashes(r) if stored_info.version_super == 0 and stored_info.version_major <= 11 and stored_info.version_minor <= 3: print("version older than 0.11.4 -- doing update", sv_text) backup_database(self.filename) print("Fixing broken ingredient-key view from earlier versions.") # Drop keylookup_table table, which wasn't being properly kept up # to date... self.delete_by_criteria(self.keylookup_table, {}) # And update it in accord with current ingredients (less # than an ideal decision, alas) for ingredient in self.fetch_all(self.ingredients_table, deleted=False): self.add_ing_to_keydic(ingredient.item, ingredient.ingkey) for plugin in self.plugins: self.update_plugin_version(plugin, (current_super, current_major, current_minor)) # Finally, update version stored in database self.do_modify( self.info_table, stored_info, {"version_super": current_super, "version_major": current_major, "version_minor": current_minor}, id_col=None ) def update_plugin_version(self, plugin, current_version=None): if current_version: current_super, current_major, current_minor = current_version else: i = self.fetch_one(self.info_table) current_super, current_major, current_minor = (i.version_super, i.version_major, i.version_minor) existing = self.fetch_one(self.plugin_info_table, plugin=plugin.name) if existing: sup, maj, minor, plugin_version = ( int(existing.version_super), int(existing.version_major), int(existing.version_minor), int(existing.plugin_version), ) else: # Default to the version before our plugin system existed sup, maj, minor = 0, 13, 9 plugin_version = 0 try: plugin.update_version( gourmand_stored=(sup, maj, minor), plugin_stored=plugin_version, gourmand_current=(current_super, current_major, current_minor), plugin_current=plugin.version, ) except: print("Problem updating plugin", plugin, plugin.name) raise # Now we store the information so we know we've done an update info = { "plugin": plugin.name, "version_super": current_super, "version_major": current_major, "version_minor": current_minor, "plugin_version": plugin.version, } if existing and (current_minor != minor or current_major != maj or current_super != sup or plugin.version != plugin_version): self.do_modify(self.plugin_info_table, existing, info) else: self.do_add(self.plugin_info_table, info) def run_hooks(self, hooks, *args): """A basic hook-running function. We use hooks to allow parts of the application to tag onto data-modifying events and e.g. update the display""" for h in hooks: t = TimeAction("running hook %s with args %s" % (h, args), 3) h(*args) t.end() # basic DB access functions def fetch_all(self, table, sort_by=None, **criteria): if sort_by is None: sort_by = [] return table.select(*make_simple_select_arg(criteria, table), **{"order_by": make_order_by(sort_by, table)}).execute().fetchall() def fetch_one(self, table, **criteria): """Fetch one item from table and arguments""" return table.select(*make_simple_select_arg(criteria, table)).execute().fetchone() def fetch_count(self, table, column, sort_by=None, **criteria): """Return a counted view of the table, with the count stored in the property 'count'""" if sort_by is None: sort_by = [] result = ( sqlalchemy.select( [sqlalchemy.func.count(getattr(table.c, column)).label("count"), getattr(table.c, column)], *make_simple_select_arg(criteria, table), **{ "group_by": column, "order_by": make_order_by(sort_by, table, count_by=column), }, ) .execute() .fetchall() ) return result def fetch_len(self, table, **criteria): """Return the number of rows in table that match criteria""" if criteria: return select(func.count(criteria)).select_from(table).scalar() else: return select(func.count()).select_from(table).scalar() def fetch_join(self, table1, table2, col1, col2, column_names=None, sort_by=None, **criteria): # TODO: this function might be unused if column_names is not None: raise Exception("column_names KWARG NO LONGER SUPPORTED BY fetch_join!") return ( table1.join(table2, getattr(table1.c, col1) == getattr(table2.c, col2)) .select(*make_simple_select_arg(criteria, table1, table2)) .execute() .fetchall() ) def fetch_food_groups_for_search(self, words): """Return food groups that match a given set of words.""" where_statement = or_(*[self.nutrition_table.c.desc.like("%%%s%%" % w.lower()) for w in words]) return [r[0] for r in sqlalchemy.select([self.nutrition_table.c.foodgroup], where_statement, distinct=True).execute().fetchall()] def search_nutrition(self, words: List[str], group=None): """Search nutritional information for ingredient keys.""" where_statement = and_(*[self.nutrition_table.c.desc.like("%%%s%%" % w) for w in words]) if group: where_statement = and_(self.nutrition_table.c.foodgroup == group, where_statement) return self.nutrition_table.select(where_statement).execute().fetchall() def __get_joins(self, searches): joins = [] for s in searches: if isinstance(s, tuple): joins.append(self.__get_joins(s[0])) else: if s["column"] == "category": if self.categories_table not in joins: joins.append(self.categories_table, self.categories_table.c.id, self.recipe_table.c.id) elif s["column"] == "ingredient": if self.ingredients_table not in joins: joins.append(self.ingredients_table) return joins def get_criteria(self, crit): if isinstance(crit, tuple): criteria, logic = crit if logic == "and": return and_(*[self.get_criteria(c) for c in criteria]) elif logic == "or": return or_(*[self.get_criteria(c) for c in criteria]) elif not isinstance(crit, dict): raise TypeError else: # join_crit = None # if we need to add an extra arg for a join if crit["column"] == "category": subtable = self.categories_table col = subtable.c.category elif crit["column"] in ["ingkey", "item"]: subtable = self.ingredients_table col = getattr(subtable.c, crit["column"]) elif crit["column"] == "ingredient": d1 = crit.copy() d1.update({"column": "ingkey"}) d2 = crit.copy() d2.update({"column": "item"}), return self.get_criteria(([d1, d2], "or")) elif crit["column"] == "anywhere": searches = [] for column in ["ingkey", "item", "category", "cuisine", "title", "instructions", "modifications", "source", "link"]: d = crit.copy() d.update({"column": column}) searches.append(d) return self.get_criteria((searches, "or")) else: subtable = None col = getattr(self.recipe_table.c, crit["column"]) if crit.get("operator", "LIKE") == "LIKE": retval = col.like(crit["search"]) elif crit["operator"] == "REGEXP": retval = col.op("REGEXP")(crit["search"]) else: retval = col == crit["search"] if subtable is not None: retval = self.recipe_table.c.id.in_(sqlalchemy.select([subtable.c.recipe_id], retval)) return retval def search_recipes(self, searches, sort_by: Optional[List[Tuple]] = None): """Search recipes for columns of values. "category" and "ingredient" are handled magically sort_by is a list of tuples (column,1) [ASCENDING] or (column,-1) [DESCENDING] """ # TODO: convert `sort_by` to be a dict. # The reason it's not a dict is that sqlalchemy takes a list of key value pairs # The rest of the application treats it like a dictionary, though. if sort_by is None: sort_by = [] sort_keys = [param[0] for param in sort_by] if "rating" in sort_keys: sort_by_rating = sort_keys.index("rating") # Convert ascending flag to boolean d = sort_by[sort_by_rating][1] == 1 and -1 or 1 sort_by[sort_by_rating] = ("rating", d) criteria = self.get_criteria((searches, "and")) debug("backends.db.search_recipes - search criteria are %s" % searches, 2) if "category" in sort_keys: return ( sqlalchemy.select( [c for c in self.recipe_table.c], criteria, distinct=True, from_obj=[sqlalchemy.outerjoin(self.recipe_table, self.categories_table)], order_by=make_order_by(sort_by, self.recipe_table, join_tables=[self.categories_table]), ) .execute() .fetchall() ) else: return ( sqlalchemy.select( [self.recipe_table], criteria, distinct=True, order_by=make_order_by( sort_by, self.recipe_table, ), ) .execute() .fetchall() ) def get_unique_values(self, colname, table=None, **criteria): """Get list of unique values for column in table.""" if table is None: table = self.recipe_table if criteria: criteria = make_simple_select_arg(criteria, table)[0] else: criteria = None if colname == "category" and table == self.recipe_table: print("WARNING: you are using a hack to access category values.") table = self.categories_table table = table.alias("ingrtable") retval = [r[0] for r in sqlalchemy.select([getattr(table.c, colname)], distinct=True, whereclause=criteria).execute().fetchall()] return [x for x in retval if x is not None] # Don't return null values def get_ingkeys_with_count(self, search: Optional[Dict[str, Any]] = None) -> List[Tuple[int, str]]: """Get unique list of ingredient keys and counts for number of times they appear in the database.""" if search is None: search = {} if search: col = getattr(self.ingredients_table.c, search["column"]) operator = search.get("operator", "LIKE") if operator == "LIKE": criteria = col.like(search["search"]) elif operator == "REGEXP": criteria = col.op("REGEXP")(search["search"]) elif operator == "CONTAINS": criteria = col.contains(search["search"]) else: criteria = col == search["search"] result = ( sqlalchemy.select( [sqlalchemy.func.count(self.ingredients_table.c.ingkey).label("count"), self.ingredients_table.c.ingkey], criteria, **{ "group_by": "ingkey", "order_by": make_order_by([], self.ingredients_table, count_by="ingkey"), }, ) .execute() .fetchall() ) else: # return all ingredient keys with counts result = ( sqlalchemy.select( [sqlalchemy.func.count(self.ingredients_table.c.ingkey).label("count"), self.ingredients_table.c.ingkey], **{ "group_by": "ingkey", "order_by": make_order_by([], self.ingredients_table, count_by="ingkey"), }, ) .execute() .fetchall() ) return result def delete_by_criteria(self, table, criteria): """Table is our table. Criteria is a dictionary of criteria to delete by. """ criteria = fix_colnames(criteria, table) delete_args = [] for k, v in list(criteria.items()): delete_args.append(k == v) if len(delete_args) > 1: delete_args = [and_(*delete_args)] table.delete(*delete_args).execute() def update_by_criteria(self, table, update_criteria, new_values_dic): try: to_del = [] for k in new_values_dic: if not isinstance(k, str): to_del.append(k) for k in to_del: v = new_values_dic[k] del new_values_dic[k] new_values_dic[str(k)] = v table.update(*make_simple_select_arg(update_criteria, table)).execute(**new_values_dic) except: print("update_by_criteria error...") print("table:", table) print("UPDATE_CRITERIA:") for k, v in list(update_criteria.items()): print("", "KEY:", k, "VAL:", v) print("NEW_VALUES_DIC:") for k, v in list(new_values_dic.items()): print("", "KEY:", k, type(k), "VAL:", v) raise def add_column_to_table(self, table, column_spec): """table is a table, column_spec is a tuple defining the column, following the format for new tables. """ name = table.name new_col = column_spec[0] coltyp = column_spec[1] coltyp = coltyp.compile(dialect=self.db.dialect) sql = "ALTER TABLE %(name)s ADD %(new_col)s %(coltyp)s;" % locals() try: self.db.execute(sql) except Exception: print("FAILED TO EXECUTE", sql) print("Ignoring error in add_column_to_table") import traceback traceback.print_exc() def alter_table(self, table_name, setup_function, cols_to_change={}, cols_to_keep=[]): """Change table, moving some columns. table is the table object. table_name is the table name. setup_function is a function that will setup our correct table. cols_to_change is a dictionary of columns that are changing names (key=orig, val=new). cols_to_keep is a list of columns that should be copied over as is. This works by renaming our table to a temporary name, then recreating our initial table. Finally, we copy over table data and then delete our temporary table (i.e. our old table) This is much less efficient than an alter table command, but will allow us to e.g. change/add primary key columns to sqlite tables """ print("Attempting to alter ", table_name, setup_function, cols_to_change, cols_to_keep) try: self.db.execute("ALTER TABLE %(t)s RENAME TO %(t)s_temp" % {"t": table_name}) except Exception: do_raise = True import traceback traceback.print_exc() try: self.db.execute("DROP TABLE %(t)s_temp" % {"t": table_name}) except Exception: 1 else: do_raise = False self.db.execute("ALTER TABLE %(t)s RENAME TO %(t)s_temp" % {"t": table_name}) if do_raise: raise # SQLAlchemy >= 0.7 doesn't allow: del self.metadata.tables[table_name] self.metadata._remove_table(table_name, self.metadata.schema) setup_function() getattr(self, "%s_table" % table_name).create() TO_COLS = cols_to_keep[:] FROM_COLS = cols_to_keep[:] for fro, to_ in list(cols_to_change.items()): FROM_COLS.append(fro) TO_COLS.append(to_) stmt = """INSERT INTO %(t)s (%(to_cols)s) SELECT %(from_cols)s FROM %(t)s_temp """ % { "t": table_name, "from_cols": ", ".join(FROM_COLS), "to_cols": ", ".join(TO_COLS), } self.db.execute(stmt) self.db.execute("DROP TABLE %s_temp" % table_name) # Metakit has no AUTOINCREMENT, so it has to do special magic here def increment_field(self, table, field): """Increment field in table, or return None if the DB will do this automatically. """ return None def row_equal(self, r1, r2): """Test whether two row references are the same. Return True if r1 and r2 reference the same row in the database. """ return r1 in [r2, str] def find_duplicates(self, by="recipe", recipes=None, include_deleted=True): """Find all duplicate recipes by recipe or ingredient. Returns a nested list of IDs, where each nested list is a list of duplicates. This uses the recipe_hash and ingredient_hash respectively. To find only those recipes that have both duplicate recipe and ingredient hashes, use find_all_duplicates """ if by == "recipe": col = self.recipe_table.c.recipe_hash elif by == "ingredient": col = self.recipe_table.c.ingredient_hash args = [] if not include_deleted: args.append(not self.recipe_table.c.deleted) kwargs = dict(having=sqlalchemy.func.count(col) > 1, group_by=col) duped_hashes = sqlalchemy.select([col], *args, **kwargs) query = sqlalchemy.select( [self.recipe_table.c.id, col], include_deleted and col.in_(duped_hashes) or and_(col.in_(duped_hashes), not self.recipe_table.c.deleted), order_by=col, ).execute() recs_by_hash = {} for result in query.fetchall(): rec_id = result[0] hsh = result[1] if hsh not in recs_by_hash: recs_by_hash[hsh] = [] recs_by_hash[hsh].append(rec_id) results = list(recs_by_hash.values()) if recipes: rec_ids = [r.id for r in recipes] results = [reclist for reclist in results if True in [(rid in rec_ids) for rid in reclist]] return results def find_complete_duplicates(self, recipes=None, include_deleted=True): """Find all duplicate recipes (by recipe_hash and ingredient_hash).""" args = [] if not include_deleted: args.append(not self.recipe_table.c.deleted) ing_hashes, rec_hashes = [ sqlalchemy.select([col], *args, **dict(having=sqlalchemy.func.count(col) > 1, group_by=col)) for col in [self.recipe_table.c.ingredient_hash, self.recipe_table.c.recipe_hash] ] if not include_deleted: select_statements = [not self.recipe_table.c.deleted] else: select_statements = [] select_statements.append(self.recipe_table.c.ingredient_hash.in_(ing_hashes)) select_statements.append(self.recipe_table.c.recipe_hash.in_(rec_hashes)) query = sqlalchemy.select( [self.recipe_table.c.id, self.recipe_table.c.recipe_hash, self.recipe_table.c.ingredient_hash], and_(*select_statements), order_by=[self.recipe_table.c.recipe_hash, self.recipe_table.c.ingredient_hash], ).execute() recs_by_hash = {} for result in query.fetchall(): rec_id = result[0] rhsh = result[1] ihsh = result[2] if (rhsh, ihsh) not in recs_by_hash: recs_by_hash[(rhsh, ihsh)] = [] recs_by_hash[(rhsh, ihsh)].append(rec_id) results = list(recs_by_hash.values()) if recipes: rec_ids = [r.id for r in recipes] results = [reclist for reclist in results if True in [(rid in rec_ids) for rid in reclist]] return results # convenience DB access functions for working with ingredients, # recipes, etc. def delete_ing(self, ing): """Delete ingredient permanently.""" self.delete_by_criteria(self.ingredients_table, {"id": ing.id}) def modify_rec(self, rec, dic): """Modify recipe based on attributes/values in dictionary. Return modified recipe. """ self.validate_recdic(dic) debug("validating dictionary", 3) if "category" in dic: newcats = dic["category"].split(", ") newcats = [x for x in newcats if x] # Make sure our categories are not blank curcats = self.get_cats(rec) for c in curcats: if c not in newcats: self.delete_by_criteria(self.categories_table, {"recipe_id": rec.id, "category": c}) for c in newcats: if c not in curcats: self.do_add_cat({"recipe_id": rec.id, "category": c}) del dic["category"] debug("do modify rec", 3) retval = self.do_modify_rec(rec, dic) self.update_hashes(rec) return retval def validate_recdic(self, recdic): if "last_modified" not in recdic: recdic["last_modified"] = time.time() if "image" in recdic and "thumb" not in recdic: # if we have an image but no thumbnail, we want to create the thumbnail. try: img = image_utils.bytes_to_image(recdic["image"]) thumb = img.copy() thumb.thumbnail((40, 40)) recdic["thumb"] = image_utils.image_to_bytes(thumb) except Exception: del recdic["image"] print( """Warning: Gourmand couldn't recognize the image. Proceding anyway, but here's the traceback should you wish to investigate. """ ) import traceback traceback.print_stack() for k, v in recdic.items(): if isinstance(v, str): recdic[k] = v.strip() def modify_ings(self, ings, ingdict): # allow for the possibility of doing a smarter job changing # something for a whole bunch of ingredients... for i in ings: self.modify_ing(i, ingdict) def modify_ing_and_update_keydic(self, ing, ingdict): """Update our key dictionary and modify our dictionary. This is a separate method from modify_ing because we only do this for hand-entered data, not for mass imports. """ # If our ingredient has changed, update our keydic... if ing.item != ingdict.get("item", ing.item) or ing.ingkey != ingdict.get("ingkey", ing.ingkey): if ing.item and ing.ingkey: self.remove_ing_from_keydic(ing.item, ing.ingkey) self.add_ing_to_keydic(ingdict.get("item", ing.item), ingdict.get("ingkey", ing.ingkey)) return self.modify_ing(ing, ingdict) def update_hashes(self, rec): rhash, ihash = recipeIdentifier.hash_recipe(rec, self) self.do_modify_rec(rec, {"recipe_hash": rhash, "ingredient_hash": ihash}) def find_duplicates_of_rec(self, rec, match_ingredient=True, match_recipe=True): """Return recipes that appear to be duplicates""" if match_ingredient and match_recipe: perfect_matches = self.fetch_all(ingredient_hash=rec.ingredient_hash, recipe_hash=rec.recipe_hash) elif match_ingredient: perfect_matches = self.fetch_all(ingredient_hash=rec.ingredient_hash) else: perfect_matches = self.fetch_all(recipe_hash=rec.recipe_hash) matches = [] if len(perfect_matches) == 1: return [] else: for r in perfect_matches: if r.id != rec.id: matches.append(r) return matches def find_all_duplicates(self): """Return a list of sets of duplicate recipes.""" raise NotImplementedError def merge_mergeable_duplicates(self): """Merge all duplicates for which a simple merge is possible. For those recipes which can't be merged, return: [recipe-id-list,to-merge-dic,diff-dic] """ dups = self.find_all_duplicates() unmerged = [] for recs in dups: rec_objs = [self.fetch_one(self.recipe_table, id=r) for r in recs] merge_dic, diffs = recipeIdentifier.merge_recipes(self, rec_objs) if not diffs: if merge_dic: self.modify_rec(rec_objs[0], merge_dic) for r in rec_objs[1:]: self.delete_rec(r) else: unmerged.append([recs, merge_dic, diffs]) return unmerged def modify_ing(self, ing, ingdict): return self.do_modify_ing(ing, ingdict) def add_rec(self, dic: Dict[str, Any]): # Returns "RowProxy" """Add a recipe to the database. The function expect a dictionary of column values for the recipe, and returns the entry in the database as a RowProxy. """ cats = [] if dic.get('category'): cats = [v.strip() for v in dic["category"].split(",") if v] del dic["category"] if "servings" in dic: if "yields" in dic: del dic["yields"] else: try: dic["servings"] = float(dic["servings"]) dic["yields"] = dic["servings"] dic["yield_unit"] = "servings" del dic["servings"] except Exception: del dic["servings"] if "deleted" not in dic: dic["deleted"] = False self.validate_recdic(dic) try: ret = self.do_add_rec(dic) except: print("Problem adding recipe with dictionary...") for k, v in list(dic.items()): print("KEY:", k, "of type", type(k), "VALUE:", v, "of type", type(v)) raise else: if isinstance(ret, int): ID = ret ret = self.get_rec(ID) else: ID = ret.id for c in cats: if c: self.do_add_cat({"recipe_id": ID, "category": c.strip()}) self.update_hashes(ret) return ret def add_ing_and_update_keydic(self, dic): if "item" in dic and "ingkey" in dic and dic["item"] and dic["ingkey"]: self.add_ing_to_keydic(dic["item"], dic["ingkey"]) return self.add_ing(dic) def add_ing(self, dic): if "deleted" not in dic: dic["deleted"] = False try: return self.do_add_ing(dic) except: print("Problem adding", dic) raise def add_ings(self, dics: List[Dict[str, Any]]): """Add multiple ingredient dictionaries at a time.""" for d in dics: if "deleted" not in d: d["deleted"] = False for key in ["refid", "unit", "amount", "rangeamount", "item", "ingkey", "optional", "shopoptional", "inggroup", "position"]: if key not in d: d[key] = None try: # Warning: this method relies on all the dictionaries # looking identical. validate_ingdic should be taking care # of this for us now, but if parameters change in the # future, this rather subtle bug could well rear its ugly # head again. self.ingredients_table.insert().execute(*dics) except ValueError: for d in dics: self.coerce_types(self.ingredients_table, d) self.ingredients_table.insert().execute(*dics) # Lower level DB access functions -- hopefully subclasses can # stick to implementing these def coerce_types(self, table, dic): """Modify dic to make sure types are correct for table.""" type_to_pytype = { Float: float, Integer: int, String: str, Boolean: bool, Numeric: float, } for k, v in list(dic.copy().items()): column_obj = getattr(table.c, k) if column_obj.type.__class__ in type_to_pytype: try: v = type_to_pytype[column_obj.type.__class__](v) except Exception: v = None if dic[k] != v: dic[k] = v def commit_fast_adds(self): if hasattr(self, "extra_connection"): self.extra_connection.commit() def do_add_fast(self, table, dic): """Add fast -- return None""" if not hasattr(self, "extra_connection"): self.extra_connection = self.db.connect().connection try: tname = table.name SQL = "INSERT INTO " + tname + "(" + ", ".join(list(dic.keys())) + ")" SQL += " VALUES (" + ", ".join(["?"] * len(dic)) + ")" self.extra_connection.execute(SQL, list(dic.values())) except Exception: return self.do_add(table, dic) def do_add(self, table, dic): insert_statement = table.insert() try: result_proxy = insert_statement.execute(**dic) except ValueError: print("Had to coerce types", table, dic) self.coerce_types(table, dic) result_proxy = insert_statement.execute(**dic) return result_proxy def do_add_and_return_item(self, table, dic, id_prop="id"): result_proxy = self.do_add(table, dic) select = table.select(getattr(table.c, id_prop) == result_proxy.inserted_primary_key[0]) return select.execute().fetchone() def do_add_ing(self, dic): return self.do_add_and_return_item(self.ingredients_table, dic, id_prop="id") def do_add_cat(self, dic): return self.do_add_and_return_item(self.categories_table, dic) def do_add_rec(self, rdict): """Add a recipe based on a dictionary of properties and values.""" self.changed = True if "deleted" not in rdict: rdict["deleted"] = 0 if "id" in rdict: # If our dictionary has an id, then we assume we are a # reserved ID if rdict["id"] in self.new_ids: rid = rdict["id"] del rdict["id"] self.new_ids.remove(rid) self.update_by_criteria(self.recipe_table, {"id": rid}, rdict) return self.recipe_table.select(self.recipe_table.c.id == rid).execute().fetchone() else: raise ValueError("New recipe created with preset id %s, but ID is not in our list of new_ids" % rdict["id"]) insert_statement = self.recipe_table.insert() select = self.recipe_table.select(self.recipe_table.c.id == insert_statement.execute(**rdict).inserted_primary_key[0]) return select.execute().fetchone() def do_modify_rec(self, rec, dic): """This is what other DBs should subclass.""" return self.do_modify(self.recipe_table, rec, dic) def do_modify_ing(self, ing, ingdict): """modify ing based on dictionary of properties and new values.""" return self.do_modify(self.ingredients_table, ing, ingdict) def do_modify(self, table, row, d, id_col="id"): # sqlalchemy.sql.schema.Table # sqlalchemy.engine.result.RowProxy # Dict[str, Any] # Optional[str] if id_col is not None: # Saving a particular entry in the recipe try: table_val = getattr(table.c, id_col) row_val = getattr(row, id_col) table.update(table_val == row_val).execute(**d) except Exception as e: print("do_modify failed with args") print("table=", table, "row=", row) print("d=", d, "id_col=", id_col) print(e) raise select = table.select(getattr(table.c, id_col) == getattr(row, id_col)) else: # Saving the recipe as a whole table.update().execute(**d) select = table.select() return select.execute().fetchone() def get_ings(self, rec): """Handed rec, return a list of ingredients. rec should be an ID or an object with an attribute ID)""" if hasattr(rec, "id"): id = rec.id else: id = rec return self.fetch_all(self.ingredients_table, recipe_id=id, deleted=False) def get_cats(self, rec): svw = self.fetch_all(self.categories_table, recipe_id=rec.id) cats = [c.category or "" for c in svw] # hackery... while "" in cats: cats.remove("") return cats def get_referenced_rec(self, ing): """Get recipe referenced by ingredient object.""" if hasattr(ing, "refid") and ing.refid: rec = self.get_rec(ing.refid) if rec: return rec # otherwise, our reference is no use! Something's been # foobared. Unfortunately, this does happen, so rather than # screwing our user, let's try to look based on title/item # name (the name of the ingredient *should* be the title of # the recipe, though the user could change this) if hasattr(ing, "item"): rec = self.fetch_one(self.recipe_table, **{"title": ing.item}) if rec: self.modify_ing(ing, {"refid": rec.id}) return rec else: print("Very odd: no match for", ing, "refid:", ing.refid) def include_linked_recipes(self, recs): """Handed a list of recipes, append any recipes that are linked as ingredients in those recipes to the list. Modifies the list in place. """ ids = [r.id for r in recs] extra_ings = self.ingredients_table.select(and_(self.ingredients_table.c.refid, self.ingredients_table.c.recipe_id.in_(ids))).execute().fetchall() for i in extra_ings: if i.refid not in ids: recs.append(self.get_referenced_rec(i)) def get_rec(self, id, recipe_table=None): """Handed an ID, return a recipe object.""" if recipe_table: print("handing get_rec an recipe_table is deprecated") print("Ignoring recipe_table handed to get_rec") recipe_table = self.recipe_table return self.fetch_one(self.recipe_table, id=id) def delete_rec(self, rec): """Delete recipe object rec from our database.""" if not isinstance(rec, int): rec = rec.id debug("deleting recipe ID %s" % rec, 0) self.delete_by_criteria(self.recipe_table, {"id": rec}) self.delete_by_criteria(self.categories_table, {"recipe_id": rec}) self.delete_by_criteria(self.ingredients_table, {"recipe_id": rec}) debug("deleted recipe ID %s" % rec, 0) def new_rec(self): """Create and return a new, empty recipe""" return self.add_rec({"title": _("New Recipe")}) def new_id(self) -> int: rec = self.do_add_rec({"deleted": 1}) self.new_ids.append(rec.id) return rec.id # Convenience functions for dealing with ingredients def order_ings(self, ings): """Handed a view of ingredients, we return an alist: [['group'|None ['ingredient1', 'ingredient2', ...]], ... ] """ defaultn = 0 groups = {} group_order = {} n = 0 group = 0 for i in ings: # defaults if not hasattr(i, "inggroup"): group = None else: group = i.inggroup if group is None: group = n n += 1 position = getattr(i, "position", None) if position is None: print("Bad: ingredient without position", i) position = defaultn defaultn += 1 if group in groups: groups[group].append(i) # the position of the group is the smallest position of its members # in other words, positions pay no attention to groups really. if position < group_order[group]: group_order[group] = position else: groups[group] = [i] group_order[group] = position # now we just have to sort an i-listify alist = list(sorted(groups.items(), key=lambda x: group_order[x[0]])) for g, lst in alist: lst.sort(key=lambda x: x.position) final_alist = [] last_g = -1 for g, ii in alist: if isinstance(g, int): if last_g is None: final_alist[-1][1].extend(ii) else: final_alist.append([None, ii]) last_g = None else: final_alist.append([g, ii]) last_g = g return final_alist def replace_ings(self, ingdicts): """Add a new ingredients and remove old ingredient list.""" ## we assume (hope!) all ingdicts are for the same ID id = ingdicts[0]["id"] debug("Deleting ingredients for recipe with ID %s" % id, 1) self.delete_by_criteria(self.ingredients_table, {"id": id}) for ingd in ingdicts: self.add_ing(ingd) def ingview_to_lst(self, view): """Handed a view of ingredient data, we output a useful list. The data we hand out consists of a list of tuples. Each tuple contains amt, unit, key, alternative?""" ret = [] for i in view: ret.append( [ self.get_amount(i), i.unit, i.ingkey, ] ) return ret def get_amount(self, ing, mult=1): """Given an ingredient object, return the amount for it. Amount may be a tuple if the amount is a range, a float if there is a single amount, or None""" amt = getattr(ing, "amount") try: ramt = getattr(ing, "rangeamount") except AttributeError: # this blanket exception is here for our lovely upgrade # which requires a working export with an out-of-date DB ramt = None if mult != 1: if amt: amt = amt * mult if ramt: ramt = ramt * mult if ramt: return (amt, ramt) else: return amt @pluggable_method def get_amount_and_unit(self, ing, mult=1, conv=None, fractions=None, adjust_units=False, favor_current_unit=True, preferred_unit_groups=[]): """Return a tuple of strings representing our amount and unit. If we are handed a converter interface, we will adjust the units to make them readable. """ amt = self.get_amount(ing, mult) unit = ing.unit ramount = None if isinstance(amt, tuple): amt, ramount = amt if adjust_units or preferred_unit_groups: if not conv: conv = convert.get_converter() amt, unit = conv.adjust_unit(amt, unit, favor_current_unit=favor_current_unit, preferred_unit_groups=preferred_unit_groups) if ramount and unit != ing.unit: # if we're changing units... convert the upper range too ramount = ramount * conv.converter(ing.unit, unit) if ramount: amt = (amt, ramount) famount = self.format_amount_string_from_amount(amt, fractions=fractions, unit=unit) return famount, unit def get_amount_as_string( self, ing, mult=1, fractions=None, ): """Return a string representing our amount. If we have a multiplier, multiply the amount before returning it. """ amt = self.get_amount(ing, mult) return self.format_amount_string_from_amount(amt, fractions=fractions) @staticmethod def format_amount_string_from_amount(amt, fractions=None, unit=None): """Format our amount string given an amount tuple. If fractions is None, we use the default setting from convert.USE_FRACTIONS. Otherwise, we will override that setting. If you're thinking of using this function from outside, you should probably just use a convenience function like get_amount_as_string or get_amount_and_unit """ if fractions is None: # None means use the default value fractions = convert.USE_FRACTIONS if unit: approx = defaults.unit_rounding_guide.get(unit, 0.01) else: approx = 0.01 if isinstance(amt, tuple): return "%s-%s" % ( convert.float_to_frac(amt[0], fractions=fractions, approx=approx).strip(), convert.float_to_frac(amt[1], fractions=fractions, approx=approx).strip(), ) elif isinstance(amt, (float, int)): return convert.float_to_frac(amt, fractions=fractions, approx=approx) else: return "" def get_amount_as_float(self, ing, mode=1): # 1 == self.AMT_MODE_AVERAGE """Return a float representing our amount. If we have a range for amount, this function will ignore the range and simply return a number. 'mode' specifies how we deal with the mode: self.AMT_MODE_AVERAGE means we average the mode (our default behavior) self.AMT_MODE_LOW means we use the low number. self.AMT_MODE_HIGH means we take the high number. """ amt = self.get_amount(ing) if isinstance(amt, (float, int, type(None))): return amt else: # otherwise we do our magic amt = list(amt) amt.sort() # make sure these are in order low, high = amt if mode == self.AMT_MODE_AVERAGE: return (low + high) / 2.0 elif mode == self.AMT_MODE_LOW: return low elif mode == self.AMT_MODE_HIGH: return high # mode==self.AMT_MODE_HIGH else: raise ValueError("%s is an invalid value for mode" % mode) @pluggable_method def add_ing_to_keydic(self, item, key): # print 'add ',item,key,'to keydic' if not item or not key: return # Make sure we have unicode... if isinstance(item, bytes): item = item.decode("utf-8", "replace") else: item = str(item) if isinstance(key, bytes): key = key.decode("utf-8", "replace") else: key = str(key) row = self.fetch_one(self.keylookup_table, item=item, ingkey=key) if row: self.do_modify(self.keylookup_table, row, {"count": row.count + 1}) else: self.do_add(self.keylookup_table, {"item": item, "ingkey": key, "count": 1}) # The below code should move to a plugin for users who care about ingkeys... for w in item.split(): w = w.casefold() row = self.fetch_one(self.keylookup_table, word=str(w), ingkey=str(key)) if row: self.do_modify(self.keylookup_table, row, {"count": row.count + 1}) else: self.do_add(self.keylookup_table, {"word": str(w), "ingkey": str(key), "count": 1}) def remove_ing_from_keydic(self, item, key): # print 'remove ',item,key,'to keydic' row = self.fetch_one(self.keylookup_table, item=item, ingkey=key) if row: new_count = row.count - 1 if new_count: self.do_modify(self.keylookup_table, row, {"count": new_count}) else: self.delete_by_criteria(self.keylookup_table, {"item": item, "ingkey": key}) for word in item.split(): word = word.lower() row = self.fetch_one(self.keylookup_table, item=item, ingkey=key) if row: new_count = row.count - 1 if new_count: self.do_modify(self.keylookup_table, row, {"count": new_count}) else: self.delete_by_criteria(self.keylookup_table, {"word": word, "ingkey": key}) def ing_shopper(self, view): from gourmand.recipeManager import DatabaseShopper return DatabaseShopper(self.ingview_to_lst(view)) # functions to undoably modify tables def get_dict_for_obj(self, obj, keys): orig_dic = {} for k in keys: if k == "category": v = ", ".join(self.get_cats(obj)) else: v = getattr(obj, k) orig_dic[k] = v return orig_dic def undoable_modify_rec(self, rec, dic, history=[], get_current_rec_method=None, select_change_method=None): """Modify our recipe and remember how to undo our modification using history.""" orig_dic = self.get_dict_for_obj(rec, list(dic.keys())) reundo_name = "Re_apply" reapply_name = "Re_apply " reundo_name += "".join(["%s %s" % (k, v) for k, v in list(orig_dic.items())]) reapply_name += "".join(["%s %s" % (k, v) for k, v in list(dic.items())]) redo, reundo = None, None if get_current_rec_method: def redo(*args): r = get_current_rec_method() odic = self.get_dict_for_obj(r, list(dic.keys())) return ([r, dic], [r, odic]) def reundo(*args): r = get_current_rec_method() odic = self.get_dict_for_obj(r, list(orig_dic.keys())) return ([r, orig_dic], [r, odic]) def action(*args, **kwargs): """Our actual action allows for selecting changes after modifying""" self.modify_rec(*args, **kwargs) if select_change_method: select_change_method(*args, **kwargs) obj = Undo.UndoableObject( action, action, history, action_args=[rec, dic], undo_action_args=[rec, orig_dic], get_reapply_action_args=redo, get_reundo_action_args=reundo, reapply_name=reapply_name, reundo_name=reundo_name, ) obj.perform() def undoable_delete_recs(self, recs, history, make_visible=None): """Delete recipes by setting their 'deleted' flag to True and add to UNDO history.""" def do_delete(): for rec in recs: debug("rec %s deleted=True" % rec.id, 1) self.modify_rec(rec, {"deleted": True}) if make_visible: make_visible(recs) def undo_delete(): for rec in recs: debug("rec %s deleted=False" % rec.id, 1) self.modify_rec(rec, {"deleted": False}) if make_visible: make_visible(recs) obj = Undo.UndoableObject(do_delete, undo_delete, history) obj.perform() def undoable_modify_ing(self, ing, dic, history, make_visible=None): """modify ingredient object ing based on a dictionary of properties and new values. history is our undo history to be handed to Undo.UndoableObject make_visible is a function that will make our change (or the undo or our change) visible. """ orig_dic = self.get_dict_for_obj(ing, list(dic.keys())) key = dic.get("ingkey", None) item = key and dic.get("item", ing.item) def do_action(): debug("undoable_modify_ing modifying %s" % dic, 2) self.modify_ing(ing, dic) if key: self.add_ing_to_keydic(item, key) if make_visible: make_visible(ing, dic) def undo_action(): debug("undoable_modify_ing unmodifying %s" % orig_dic, 2) self.modify_ing(ing, orig_dic) if key: self.remove_ing_from_keydic(item, key) if make_visible: make_visible(ing, orig_dic) obj = Undo.UndoableObject(do_action, undo_action, history) obj.perform() def undoable_delete_ings(self, ings, history, make_visible=None): """Delete ingredients in list ings and add to our undo history.""" def do_delete(): modded_ings = [self.modify_ing(i, {"deleted": True}) for i in ings] if make_visible: make_visible(modded_ings) def undo_delete(): modded_ings = [self.modify_ing(i, {"deleted": False}) for i in ings] if make_visible: make_visible(modded_ings) obj = Undo.UndoableObject(do_delete, undo_delete, history) obj.perform() def get_default_values(self, colname): try: return defaults.fields[colname] except Exception: return [] class RecipeManager: _instance_by_db_url = {} @classmethod def instance_for(cls, file: Optional[str] = None, custom_url: Optional[str] = None) -> "RecipeManager": url = db_url(file, custom_url) if url not in cls._instance_by_db_url: cls._instance_by_db_url[url] = cls(file, custom_url) return cls._instance_by_db_url[url] def __init__(self, *args, **kwargs): debug("recipeManager.__init__()", 3) self.rd = get_database(*args, **kwargs) self.km = KeyManager.instance(recipe_manager=self) def __getattr__(self, name): # RecipeManager was previously a subclass of RecData. # This was changed as they're both used as singletons, and there's # no good way to have a subclassed singleton (unless the parent class # is an abstract thing that's never used directly, which it wasn't). # However, lots of code uses RecData methods on RecipeManager objects. # This ensures that that code keeps working. if name.startswith("_"): raise AttributeError(name) return getattr(self.rd, name) def key_search(self, ing): """Handed a string, we search for keys that could match the ingredient.""" result = self.km.look_for_key(ing) if isinstance(result, str): return [result] elif isinstance(result, list): # look_for contains an alist of sorts... we just want the first # item of every cell. if len(result) > 0 and result[0][1] > 0.8: return [a[0] for a in result] else: ## otherwise, we make a mad attempt to guess! k = self.km.generate_key(ing) ll = [k] ll.extend([a[0] for a in result]) return ll else: return None def parse_ingredient(self, s, conv=None, get_key=True): """Handed a string, we hand back a dictionary representing a parsed ingredient (sans recipe ID)""" # if conv: # print 'parse_ingredient: conv argument is now ignored' debug("ingredient_parser handed: %s" % s, 0) # Strip whitespace and bullets... d = {} if isinstance(s, bytes): s = s.decode("utf8") s = s.strip("\u2022\u2023\u2043\u204C\u204D\u2219\u25C9\u25D8\u25E6\u2619\u2765\u2767\u29BE\u29BF\n\t #*+-") option_m = re.match(r"\s*optional:?\s*", s, re.IGNORECASE) if option_m: s = s[option_m.end() :] d["optional"] = True debug('ingredient_parser handed: "%s"' % s, 1) m = convert.ING_MATCHER.match(s) if m: debug("ingredient parser successfully parsed %s" % s, 1) a, u, i = (m.group(convert.ING_MATCHER_AMT_GROUP), m.group(convert.ING_MATCHER_UNIT_GROUP), m.group(convert.ING_MATCHER_ITEM_GROUP)) if a: asplit = convert.RANGE_MATCHER.split(a) if len(asplit) == 2: d["amount"] = convert.frac_to_float(asplit[0].strip()) d["rangeamount"] = convert.frac_to_float(asplit[1].strip()) else: d["amount"] = convert.frac_to_float(a.strip()) if u: conv = convert.get_converter() if conv and u.strip() in conv.unit_dict: # Don't convert units to our units! d["unit"] = u.strip() else: # has this unit been used prev_uses = self.rd.fetch_all(self.rd.ingredients_table, unit=u.strip()) if prev_uses: d["unit"] = u else: # otherwise, unit is not a unit i = u + " " + i if i: optmatch = re.search(r"\s+\(?[Oo]ptional\)?", i) if optmatch: d["optional"] = True i = i[0 : optmatch.start()] + i[optmatch.end() :] d["item"] = i.strip() if get_key: d["ingkey"] = self.km.get_key(i.strip()) debug("ingredient_parser returning: %s" % d, 0) return d else: debug("Unable to parse %s" % s, 0) d["item"] = s return d ingredient_parser = parse_ingredient def ing_search(self, ing, keyed=None, recipe_table=None, use_regexp=True, exact=False): """Search for an ingredient.""" if not recipe_table: recipe_table = self.rd.recipe_table vw = self.joined_search(recipe_table, self.rd.ingredients_table, search_by="ingkey", search_str=ing, use_regexp=use_regexp, exact=exact) if not keyed: vw2 = self.joined_search(recipe_table, self.rd.ingredients_table, search_by="item", search_str=ing, use_regexp=use_regexp, exact=exact) if vw2 and vw: vw = vw.union(vw2) else: vw = vw2 return vw def joined_search(self, table1, table2, search_by, search_str, use_regexp=True, exact=False, join_on="id"): raise NotImplementedError def ings_search(self, ings, keyed=None, recipe_table=None, use_regexp=True, exact=False): """Search for multiple ingredients.""" raise NotImplementedError def clear_remembered_optional_ings(self, recipe=None): """Clear our memories of optional ingredient defaults. If handed a recipe, we clear only for the recipe we've been given. Otherwise, we clear *all* recipes. """ if recipe: vw = self.rd.get_ings(recipe) else: vw = self.rd.ingredients_table # this is ugly... vw1 = vw.select(shopoptional=1) vw2 = vw.select(shopoptional=2) for v in vw1, vw2: for i in v: self.rd.modify_ing(i, {"shopoptional": 0}) class DatabaseConverter(convert.Converter): def __init__(self, db): self.db = db convert.converter.__init__(self) ## FIXME: still need to finish this class and then ## replace calls to convert.converter with ## calls to DatabaseConverter def create_conv_table(self): self.conv_table = dbDic("ckey", "value", self.db.convtable_table, self.db) for k, v in list(defaults.CONVERTER_TABLE.items()): if k not in self.conv_table: self.conv_table[k] = v def create_density_table(self): self.density_table = dbDic("dkey", "value", self.db.density_table, self.db) for k, v in list(defaults.DENSITY_TABLE.items()): if k not in self.density_table: self.density_table[k] = v def create_cross_unit_table(self): self.cross_unit_table = dbDic("cukey", "value", self.db.crossunitdict_table, self.db) for k, v in defaults.CROSS_UNIT_TABLE: if k not in self.cross_unit_table: self.cross_unit_table[k] = v def create_unit_dict(self): self.units = defaults.UNITS self.unit_dict = dbDic("ukey", "value", self.db.unitdict_table, self.db) for itm in self.units: key = itm[0] variations = itm[1] self.unit_dict[key] = key for v in variations: self.unit_dict[v] = key class dbDic: def __init__(self, keyprop, valprop, view, db): """Create a dictionary interface to a database table.""" self.vw = view self.kp = keyprop self.vp = valprop self.db = db self.just_got = {} def has_key(self, k): try: self.just_got = {k: self.__getitem__(k)} return True except Exception: try: self.__getitem__(k) return True except Exception: return False def __setitem__(self, k, v): store_v = v row = self.db.fetch_one(self.vw, **{self.kp: k}) if row: self.db.do_modify(self.vw, row, {self.vp: store_v}, id_col=self.kp) else: self.db.do_add(self.vw, {self.kp: k, self.vp: store_v}) self.db.changed = True return v def __getitem__(self, k): if k in self.just_got: return self.just_got[k] v = getattr(self.db.fetch_one(self.vw, **{self.kp: k}), self.vp) return v def __repr__(self): retstr = " {" # for i in self.vw: # retstr += getattr(i,self.kp) # retstr += ":" # retstr += "%s"%getattr(i,self.vp) # retstr += ", " retstr += "}" return retstr def initialize(self, d): """Initialize values based on dictionary d We assume the DB is known to be empty. """ dics = [] for k in d: store_v = d[k] dics.append({self.kp: k, self.vp: store_v}) self.vw.insert().execute(*dics) def keys(self): ret = [] for i in self.db.fetch_all(self.vw): ret.append(getattr(i, self.kp)) return ret def values(self): ret = [] for i in self.db.fetch_all(self.vw): val = getattr(i, self.vp) ret.append(val) return ret def items(self): ret = [] for i in self.db.fetch_all(self.vw): try: key = getattr(i, self.kp) val = getattr(i, self.vp) except AttributeError: print("TRYING TO GET", self.kp, self.vp, "from", self.vw) print("ERROR!!!") import traceback traceback.print_exc() print("IGNORING") continue ret.append((key, val)) return ret # TODO: # fetch_one -> use whatever syntax sqlalchemy uses throughout # fetch_all -> # recipe_table -> recipe_table def get_database(*args, **kwargs): return RecData.instance_for(*args, **kwargs) def backup_database(filename: Path) -> Path: if not filename: return backup_name = filename.with_name(filename.name + ".backup-" + time.strftime("%d-%m-%y")) while backup_name.is_file(): backup_name = backup_name.with_name(backup_name.name + "I") show_message( title=_("Database Backup"), label=_("Database Backup"), sublabel=_("Depending on the size of your database, this may take some time."), expander=( _("Details"), _( "A backup will be made as %s in case something goes wrong." " If this upgrade fails, you can manually rename the " "backup file to recipes.db to recover it." ) % backup_name, ), message_type=Gtk.MessageType.INFO, ) shutil.copy(filename, backup_name) assert backup_name.is_file() return backup_name gourmand-1.2.0/src/gourmand/backends/default.db000066400000000000000000004400001510115424500214320ustar00rootroot00000000000000SQLite format 3@ $ .Z B_ u 8 sIY ##ytableingredientsingredientsCREATE TABLE ingredients ( id INTEGER NOT NULL, recipe_id INTEGER, refid INTEGER, unit TEXT, amount FLOAT, rangeamount FLOAT, item TEXT, ingkey TEXT, optional BOOLEAN, shopoptional INTEGER, inggroup TEXT, position INTEGER, deleted BOOLEAN, PRIMARY KEY (id), FOREIGN KEY(recipe_id) REFERENCES recipe (id), FOREIGN KEY(refid) REFERENCES recipe (id), CHECK (optional IN (0, 1)), CHECK (deleted IN (0, 1)) )< !!Ctablecategoriescategories CREATE TABLE categories ( id INTEGER NOT NULL, recipe_id INTEGER, category TEXT, PRIMARY KEY (id), FOREIGN KEY(recipe_id) REFERENCES recipe (id) ) itableconvtableconvtable CREATE TABLE convtable ( id INTEGER NOT NULL, ckey VARCHAR(150), value VARCHAR(150), PRIMARY KEY (id) ) gtableunitdictunitdict CREATE TABLE unitdict ( id INTEGER NOT NULL, ukey VARCHAR(150), value VARCHAR(150), PRIMARY KEY (id) ) ''stablecrossunitdictcrossunitdict CREATE TABLE crossunitdict ( id INTEGER NOT NULL, cukey VARCHAR(150), value VARCHAR(150), PRIMARY KEY (id) )etabledensitydensity CREATE TABLE density ( id INTEGER NOT NULL, dkey VARCHAR(150), value VARCHAR(150), PRIMARY KEY (id) )tablepantrypantryCREATE TABLE pantry ( id INTEGER NOT NULL, ingkey TEXT(32), pantry BOOLEAN, PRIMARY KEY (id), CHECK (pantry IN (0, 1)) )''utableshopcatsordershopcatsorderCREATE TABLE shopcatsorder ( id INTEGER NOT NULL, shopcategory TEXT(32), position INTEGER, PRIMARY KEY (id) ) tableshopcatsshopcatsCREATE TABLE shopcats ( id INTEGER NOT NULL, ingkey TEXT(32), shopcategory TEXT, position INTEGER, PRIMARY KEY (id) )tablekeylookupkeylookupCREATE TABLE keylookup ( id INTEGER NOT NULL, word TEXT, item TEXT, ingkey TEXT, count INTEGER, PRIMARY KEY (id) )g)tablereciperecipeCREATE TABLE recipe ( id INTEGER NOT NULL, title TEXT, instructions TEXT, modifications TEXT, cuisine TEXT, rating INTEGER, description TEXT, source TEXT, preptime INTEGER, cooktime INTEGER, servings FLOAT, yields FLOAT, yield_unit VARCHAR(32), image BLOB, thumb BLOB, deleted BOOLEAN, recipe_hash VARCHAR(32), ingredient_hash VARCHAR(32), link TEXT, last_modified INTEGER, PRIMARY KEY (id), CHECK (deleted IN (0, 1)) )`##tableplugin_infoplugin_infoCREATE TABLE plugin_info ( plugin TEXT, id INTEGER NOT NULL, version_super INTEGER, version_major INTEGER, version_minor INTEGER, plugin_version VARCHAR(32), PRIMARY KEY (id) );YtableinfoinfoCREATE TABLE info ( version_super INTEGER, version_major INTEGER, version_minor INTEGER, last_access INTEGER, rowid INTEGER NOT NULL, PRIMARY KEY (rowid) ) AwG;.  0 0VEMII^MM Hong Kong Milk Tea Ice CreamMix whole milk, heavy cream and condensed milk together in a sauce-pan. Heat slowly until steaming. Do not let it come to boil. Turn off heat and add tea bags. Steep for 30 minutes (adjust time to suit your taste). Remove tea bags. If any tea bags break, strain mixture through a coffee filter to remove. Fill sink with ice and set sauce-pan into it in order to cool the mixture quickly. If you don't have ice, simply use cold water. Once mixture is cooled to at least room temperature, store in refrigerator overnight (or 4 hours minimum). Freeze according to your ice cream machine's directions.By Ed Wong of WONGS ICE CREAMAsian The Opensource Cookbook Vol. 2 `FPlitresJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?l)خCQsKM1G!y:Vv*jP i&Yr2(*kFBy)*՜$+ #ĥՉw8\gk曌ӑ4Qv(+Q9恉1Na i)i.U:VV6Rӂ҅j=*QV ǀTҟEV9T!IHwu 1Vtc^zeJv;*JlqrrЂjF.'|0ijmQ…P|[ y`+2-X橝%:fῷfTvwj²CY,H^PRlxsXZיM_UWYː:pA>B*F;vR7šxyq* v N.@*#IbP1N"(LSiˌx=AU)%f9$}ʫֹjԔH,c.=iS#duYKQm4r"0xq~H~5|2N7uKѰWqMhRّȺ7R]kNQlr`@pڵe/Y&e L].`"g+ЏZZ\Ϩؒ6F۹w6OOj.\Ʋ#u85eil3  Ks{pڈHc81JN(m&ͫ;K 41y~q`;WH +mJi>BvUvKhYA$W̜L,Fk3QTUxBz$ ϐjޕ-lgCoSžtwqMlx\'y$wmt{hcIKIX Z( `}Cr՛Ф!l㊕P{UiF<3z6R!O\J7 r*K wnRԌnFm>Es=t(Ie31`zT#U^_4Jyyœd8T.ߐ=k"WcVsVǵy>gI1bDO W4 p@ھLY}r2Es> >zrviGk$2pOaRSz HmRyg Ig ~+4- .Iq־,cb ;JڙJ[Mu,#&Cگ{_5D2WګBbX$ r³+Ms=z\#FtLYNzUؔ,`1\-[#5r@onN~V+1ii3Fh?9nip5=-QCކ4d쓍WKdB1٢9:~D`,9'%:W[fK'hϵr[2Y?T/Νr=]M'{lj\/7IlMMqPatti's SourdoughMaking the Dough In a medium size bowl mix together the flour and water by hand, making sure the flour is fully hydrated. Rest for 20 minutes, Add salt and culture. Mix by hand for 5 – 7 minutes, making sure the salt and culture are fully incorporated and the dough has structure, and smooth surface. Round up the dough and cover with plastic. Fermentation Your dough will start to ferment immediately after mixing. During this time fold the dough every 20-30 minutes for the first 2 hours. To fold the dough you need to take a side of the dough and fold it towards the center,repeat this motion on all sides of the dough until it starts to resist. Wet your han#<  ! oil, olive) oil, vegetable  water ice5 black pepper, ground salt  sugar1 flour, all purpose      Dessert+  Bread }?;77tea bags of black teatea bags of black tea/ ))cancondensed milkcondensed milk:// l?heavy cream (35%)heavy cream (35%)<11l?whole milk (3.25%)whole milk (3.25%) gsaltsalt gdstarterstarter  clwaterwater' ##g^bread flourbread flour `lS; rG' } e =  l M 1  } m X G 1 !  W + r X A ' lYC'a@$}kQ;!oW=# aCaI0~hJ, `## broad beansbroad beans")) borlotti beansborlotti beans$++ black-eyed peasblack-eyed peas## black beansblack beans%% bean sproutsbean sprouts%% bean sproutsbean sprouts## green beansgreen beans~## green beansgreen beans} avocadoavocado| avocadoavocado{ asparagusasparagusz artichokeartichokey aniseanise$x++ alfalfa sproutsalfalfa sproutsw zucchinizucchiniv zucchinizucchiniu courgettezucchinit zucchinizucchini&s-- velvet persimmonvelvet persimmonr- mabolovelvet persimmon&q-- velvet persimmonvelvet persimmonp sunberrysunberryo# wonderberrysunberryn sunberrysunberry'm-/ granulated sugarsugar, granulatedl/ sugarsugar, granulated(k// sugar, granulatedsugar, granulatedj# carambolastart fruiti## start fruitstart fruith soursopsoursopg guanabanasoursopf soursopsoursope snap peassnap peasd mangetoutsnap peasc snap peassnap peasb scallionscalliona scallionscallion`% spring onionscallion_# green onionscallion^ scallionscallion] sapodillasapodilla\ sawosapodilla[# snake fruitsapodillaZ sapadillasapodillaY chikusapodillaX sapodillasapodillaW salaksalakV! snakefruitsalakU salaksalakT rutabagarutabagaS swederutabagaR rutabagarutabagaQ!! rose applerose appleP#! malay applerose appleO!! rose applerose appleN!+ red pepperred bell pepper$M++ red bell pepperred bell pepperL!! nannyberrynannyberryK!! sheepberrynannyberryJ!! nannyberrynannyberryI!! mamoncillomamoncilloH! genipmamoncilloG! quenepamamoncilloF!! mamoncillomamoncilloE langsatlangsatD dukulangsatC longkonglangsatB langsatlangsat"A1! chinese gooseberrykiwi fruit@!! kiwi fruitkiwi fruit? juneberryjuneberry> saskatoonjuneberry= juneberryjuneberry< jackfruitjackfruit; nangkajackfruit: jackfruitjackfruit)9/1 all-purpose flourflour, all purpose81 flourflour, all purpose)7/1 all purpose flourflour, all purpose#6#1 white flourflour, all purpose51 flourflour, all purpose*411 flour, all-purposeflour, all purpose*311 flour, all purposeflour, all purpose2 eggplanteggplant1 aubergineeggplant0 eggplanteggplant/## dragonfruitdragonfruit.# pitayadragonfruit-## dragonfruitdragonfruit, corncorn+! sweet corncorn* maizecorn) sweetcorncorn( corncorn"')) collard greenscollard greens!&') spring greenscollard greens"%)) collard greenscollard greens$ cilantrocilantro# coriandercilantro" cilantrocilantro!!! chokeberrychokeberry '! cooking applechokeberry!! chokeberrychokeberry '' chilli pepperchilli pepper' capsicumchilli pepper '' chilli pepperchilli pepper&-- chilean sea basschilean sea bass*5- patagonian toothfishchilean sea bass&-- chilean sea basschilean sea bass bok choybok choy) chinese leavesbok choy bok choybok choy black codblack cod sablefishblack cod black codblack cod$%1 green pepperbell pepper, green1 pepperbell pepper, green)/1 green bell pepperbell pepper, green##1 bell pepperbell pepper, green$%1 green pepperbell pepper, green* 11 bell pepper, greenbell pepper, green  beetbeet  beetrootbeet  beetbeet ## azuki beansazuki beans# azukiazuki beans# adzukiazuki beans%# adzuki beansazuki beans## azuki beansazuki beans arugulaarugula arugulaarugula rocketarugula arugulaarugula y\?"|cJ! v a L 7   f K &  o B /   Y /  z e < # kT=bK! rQ@1 vaL-}bE& eD% dA& m@ '' prickly pear prickly pear * 11 american persimmonamerican persimmon  pawpawpawpaw %% buffaloberrybuffaloberry !! persimmon persimmon  ## kiwi fruit kiwi fruit  goumigoumi mulberrymulberry crowberrycrowberry wolfberrywolfberry '' sea-buckthornsea-buckthorn## gooseberry gooseberry ## elderberry elderberry !') white currantcurrant, white!') black currantcurrant, black#% red currantcurrant, red~ barberry barberry }## lingonberrylingonberry|%% huckleberry huckleberry {!! cranberry cranberry z!! blueberry blueberry y bilberrybilberryx bearberrybearberryw wineberrywineberryv!! cloudberrycloudberryu raspberryraspberryt## boysenberryboysenberrys!! blackberryblackberryr nectarinenectarineq peachpeachp plumplumo cherrycherryn apricotapricotm rose hiprose hipl rowanrowank quincequincej## pomegranatepomegranatei## pomegranatepomegranateh medlarmedlarg loquatloquatf hawthornhawthorne crabapplecrabappled## green applegreen applec appleappleb appleapplea!! watercresswatercress"`)) water chestnutwater chestnut _ yamyam^ tarotaro]%% sweet potatosweet potato\ potatopotato[ potatopotato,Z33 jerusalem artichokejerusalem artichokeY jicamajicamaX tomatotomatoW tomatotomatoV tat soitat soi'U-/ spaghetti squashsquash, spaghettiT pumpkinpumpkinS!! patty panspatty pansR!# gem squashsquash, gemQ cucumbercucumberP cucumbercucumber'O-/ butternut squashsquash, butternutN%' acorn squashsquash, acornM%' acorn squashsquash, acornL spinachspinachK spinachspinachJ skirretskirretI%% white radishwhite radishH wasabiwasabiG turnipturnipF radishradishE parsnipparsnipD gingergingerC daikondaikonB celeriacceleriac&A-- cassava (manioc)cassava (manioc)@ carrotcarrot? carrotcarrot$>++ root vegetablesroot vegetables= rhubarbrhubarb< rhubarbrhubarb; rapinirapini: radicchioradicchio9 radicchioradicchio'8-/ habañero pepperpepper, habañero'7-/ jalapeño pepperpepper, jalapeño%6+- bell red pepperbell pepper, red%5+- red bell pepperbell pepper, red4 parsleyparsley3 parsleyparsley2 shallotshallot1 shallotshallot0 oniononion*/11 leek allium porrumleek allium porrum. garlicgarlic- garlicgarlic, chiveschives+%% onion familyonion family* okraokra,)33 new zealand spinachnew zealand spinach( nettlesnettles"')) mustard greensmustard greens& mushroomsmushrooms2%99 lettuce lactuca sativalettuce lactuca sativa$## lemon grasslemon grass### lemon grasslemon grass" kohlrabikohlrabi! kalekale  friseefrisee## fiddleheadsfiddleheads fennelfennel fennelfennel endiveendive!! corn saladcorn salad chardchard celerycelery celerycelery## cauliflowercauliflower calabresecalabrese cabbagecabbage&-- brussels sproutsbrussels sprouts broccolibroccoli broccolibroccoli%% broccoflowerbroccoflower!! breadfruitbreadfruit!! breadfruitbreadfruit peaspeas  soybeanssoybeans %% runner beansrunner beans !! navy beansnavy beans !! mung beansmung beans # lima beanbutter bean lentilslentils%% kidney beanskidney beansLSS chickpeas, garbanzos, or ceci beanschickpeas, garbanzos, or ceci beans R~_F5" u^K:) z e P -   o X 5 m > #  x _ H 9 *   \ K 4  g@!sXA2}fQ<%l[F7"tcP+hQ<e>vR!#') dijon mustardmustard, dijon"%' dried shrimpshrimp, dried!%% curry powdercurry powder, 33 roasted chili pasteroasted chili paste%+- powdered gingerginger, powdered+13 red potato-skinnedpotato, red-skinned$++ vanilla extractvanilla extract! olive oiloil, olive%+- flour tortillastortillas, flour ricerice couscouscouscous galangagalanga'-/ provolone cheesecheese, provolone%+- coriander seedscoriander, seeds walnutwalnut zuchinizuchini'-/ balsamic vinegarvinegar, balsamic)/1 light sugar brownsugar, light brown#% fresh basilbasil, fresh%+- vegetable brothbroth, vegetable")) tamarind juicetamarind juice")) tamarind watertamarind water  goosegoose  duckduck  turkeyturkey  turkeyturkey  chickenchicken!! roast beefroast beef hamburgerhamburger steaksteak vealveal lamblamb muttonmutton  hamham salamisalami fuetfuet chorizochorizo~ baconbacon} scallopscallop| squidsquid{ snailsnailz oysteroystery octopusoctopusx musselmusselw clamclamv abaloneabaloneu prawnsprawnst shrimpshrimps lobsterlobsterr crayfishcrayfishq snow crabsnow crabp king crabking crab o'' dungness crabdungness crabn crabcrabm!! salmon roesalmon roel caviarcaviar k roeroej whitingwhitingi whitefishwhitefishh tunatunag trouttroutf tilefishtilefishe tilapiatilapiad swordfishswordfishc surimisurimib sturgeonsturgeona solesole`## red snapperred snapper$_++ pacific snapperpacific snapper^ rock codrock cod] rockfishrockfish\ snappersnapper[ sharksharkZ sea basssea bassY salmonsalmonX salmonsalmonW sardinesardineV sanddabsanddabU pollockpollockT pikepike S'' orange roughyorange roughyR monkfishmonkfishQ monkfishmonkfishP mahi mahimahi mahiO lingcodlingcodN halibuthalibutM haddockhaddockL flounderflounder K eeleel J codcodI catfishcatfishH blowfishblowfishG%% striped bassstriped bassF bassbassE anchovyanchovyD tamarindtamarindC## sugar applesugar appleB rambutanrambutanA pohapoha@ pineapplepineapple,?33 peanut butter fruitpeanut butter fruit> papayapapaya= marangmarang<!! mangosteenmangosteen; mangomango:%% mamey sapotemamey sapote9%% keppel fruitkeppel fruit8 guaranaguarana7 duriandurian 6'' custard applecustard apple5 coconutcoconut4 cherimoyacherimoya3 cempedakcempedak2!! star fruitstar fruit1 camucamucamucamu0 plantainplantain/ bananabanana. akeeakee- feijoafeijoa ,'' passion fruitpassion fruit+ lycheelychee* longanlongan) guava guava (!! ugli fruitugli fruit' orangeorange& tangerinetangerine% tangelotangelo$!! clementineclementine# mandarinmandarin" limelime! limelime  lemonlemon kumquatkumquat key limekey lime pommelopommelo!! grapefruitgrapefruit citroncitron datedate")) black mulberryblack mulberry jujubejujube grapegrape fig fig  angelicaangelica## strawberry strawberry ## watermelon watermelon  honeydewhoneydew!! cantaloupecantaloupe pitayapitaya saguarosaguaro us^6{U5 | N $   Z 9  p J ; +  v F "  n Q & hA$`@$rQ-pS2\<!cjJ9 u6lM() condensedcondensed milk")) condensed milkcondensed milk/ (35%)heavy cream (35%)/ creamheavy cream (35%)/ heavyheavy cream (35%)(// heavy cream (35%)heavy cream (35%)1 (3.25%)whole milk (3.25%)1 milkwhole milk (3.25%)1 wholewhole milk (3.25%)*11 whole milk (3.25%)whole milk (3.25%)saltsalt  starterstarter  starterstarter<waterwater # flourbread flour # breadbread flour## bread flourbread flour porkpork#% ground beefbeef, ground beefbeef#% chicken legchicken, leg!') whole chickenchicken, whole#)+ chicken breastchicken, breast turmericturmeric%' fresh gingerginger, fresh saltsalt~%% sesame seedssesame seeds} soy saucesoy sauce|#% seeds cumincumin, seeds-{35 black ground pepperblack pepper, groundz!# white winewine, whitey## rolled oatsrolled oatsx salsasalsaw%' ground cumincumin, ground1v79 lasagna pasta noodlespasta, lasagna noodlesu%% coconut milkcoconut milkt!! lime juicelime juice-s35 smoked cheese Goudacheese, smoked Goudar leekleekq!! mayonnaisemayonnaise%p+- parmesan cheesecheese, parmesan4o;; flat rice flour noodlesflat rice flour noodles!n') seeds mustardmustard, seedsm%% tomato saucetomato sauce l'' baking powderbaking powder%k+- tahitian squashsquash, tahitianj milkmilk)i/1 peppered linguinilinguini, peppered'h-/ shredded coconutcoconut, shreddedg! red oniononion, redf#% penne pastapasta, pennee## lemon juicelemon juice!d') russet potatopotato, russetc honeyhoney#b)+ fresh cilantrocilantro, fresh%a+- roasted peanutspeanuts, roasted`#% brown sugarsugar, brown_!! star anisestar anise$^++ chocolate chipschocolate chips] paprikapaprika%\+- yellow cornmealcornmeal, yellow"[)) cilantro stemscilantro stems5Z;= fresh cheese white goatcheese, fresh white goatY%' curly endiveendive, curly(X// green curry pastegreen curry pasteW!! fish saucefish sauceV squashsquash)U/1 mozzarella cheesecheese, mozzarella#T)+ cheddar cheesecheese, cheddarS mushroommushroomR butterbutterQ## lime leaveslime leaves!P') nappa cabbagecabbage, nappa-O35 portobello mushroommushroom, portobello)N/1 chiles, dried redchiles, red, driedM%' yellow oniononion, yellow#L)+ ricotta cheesecheese, ricotta)K/1 basil, thai freshbasil, fresh, thaiJ olivesolives I eggsegg H eggegg#G)+ linguine pastapasta, linguineF cayennecayenneE%' seeds ajowanajowan, seeds D'' peanut butterpeanut butter!C') vegetable oiloil, vegetableB%% salad greenssalad greens%A+- ground cinnamoncinnamon, ground@%% shrimp pasteshrimp paste#?)+ stick cinnamoncinnamon, stick>%% orange juiceorange juice=!! sour creamsour cream  waterwater;!# sesame oiloil, sesame: pastapasta9%' rice vinegarvinegar, rice'8-/ dark sugar brownsugar, dark brown+713 curly lettuce leaflettuce, curly leaf6%% chili powderchili powder'5-/ ground coriandercoriander, ground4 croutonscroutons3 yogurtyogurt2%% garam masalagaram masala1## baking sodabaking soda0#% white oniononion, white#/)+ cottage cheesecheese, cottage. spaghettispaghetti!-') cherry tomatotomato, cherry,%' grape tomatotomato, grape+#% jack cheesecheese, jack*#% feta cheesecheese, feta) corn oiloil, corn%(+- sourdough breadbread, sourdough' nutmegnutmeg-&35 green canned chilesgreen chiles, canned%%' shells pastapasta, shells8$?? whole rock cod or snapperwhole rock cod or snapper QwbI0z`K2 { a K -   w c O 6 "  x c B 0   { [ = "  u a C -  oZ?  zfR1iQ;$}kXA)mS9!cK3hQ<# nQ)black mulberryproducejujubeproducegrapeproducefig produceangelicaproduce#strawberry produce#watermelon producesunberryproducehoneydewproduce!cantaloupeproducepitayaproducesaguaro produce'prickly pear produce1american persimmonproducepawpawproduce%buffaloberryproduce!persimmon produce #kiwi fruit produce goumiproduce mulberryproduce crowberryproduce wolfberryproduce'sea-buckthornproduce!nannyberryproduce#gooseberry produce#elderberry produce)currant, whiteproduce)currant, blackproduce%currant, redproducebarberry produce#lingonberryproduce%huckleberry produce~!cranberry produce}!blueberry produce|bilberryproduce{bearberryproducezwineberryproducey!cloudberryproducexraspberryproducew#boysenberryproducev!blackberryproduceunectarineproducetpeachproducesplumproducercherryproduceqapricotproduceprose hipproduceorowanproducenquinceproducem#pomegranateproducelmedlarproducekloquatproducejjuneberryproduceihawthornproduceh!chokeberryproducegcrabappleproducef#green appleproduceeappleproduced!watercressproducec)water chestnutproducebyamproduceataroproduce`%sweet potatoproduce_potatoproduce^3jerusalem artichokeproduce]jicamaproduce\tomatoproduce[tat soiproduceZ/squash, spaghettiproduceYpumpkinproduceX!patty pansproduceW#squash, gemproduceVcucumberproduceUzucchiniproduceT/squash, butternutproduceS'squash, acornproduceRspinachproduceQskirretproduceP%white radishproduceOwasabiproduceNturnipproduceMrutabagaproduceLradishproduceKparsnipproduceJgingerproduceIdaikonproduceHceleriacproduceG-cassava (manioc)produceFcarrotproduceEbeetproduceD+root vegetablesproduceCrhubarbproduceBrapiniproduceAradicchioproduce@/pepper, habañeroproduce?/pepper, jalapeñoproduce>'chilli pepperproduce=-bell pepper, redproduce<1bell pepper, greenproduce;parsleyproduce:scallionproduce9shallotproduce8onionproduce71leek allium porrumproduce6garlicproduce5chivesproduce4%onion familyproduce3okraproduce23new zealand spinachproduce1nettlesproduce0)mustard greensproduce/mushroomsproduce.cornproduce"-9lettuce lactuca sativaproduce,#lemon grassproduce+kohlrabiproduce*kaleproduce)friseeproduce(#fiddleheadsproduce'fennelproduce&endiveproduce%!corn saladproduce$)collard greensproduce#cilantroproduce"chardproduce!celeryproduce #cauliflowerproducecalabreseproducecabbageproduce-brussels sproutsproducebroccoliproduce%broccoflowerproduce!breadfruitproducebok choyproducesnap peasproducepeasproducesoybeansproduce%runner beansproduce!navy beansproduce!mung beansproduce#butter beanproducelentilsproduce%kidney beansproduce/Schickpeas, garbanzos, or ceci beansproduce#broad beansproduce )borlotti beansproduce +black-eyed peasproduce #black beansproduce %bean sproutsproduce #azuki beansproduce#green beansproduceavocadoproduceeggplantproduceasparagusproducearugulaproduceartichokeproduceaniseproduce+alfalfa sproutsproduce [|hU>%nYF1 o Z D ,  { f Q /   x a K 8   q [ C ,  p \ F / s\H5hQ;&jXD3 udR/ t`B$nP(`L/v[<%onion, whiteproduce;+cheese, cottagedairy:spaghettipastas9)tomato, cherryproduce8'tomato, grapeproduce7%cheese, jackdairy6%cheese, fetadairy5!oil, cornwines&oils4-bread, sourdoughbread3nutmegspices&25'green chiles, cannedinternational1'pasta, shellspastas%0?whole rock cod or snapperseafood/)!mustard, dijoncondiments.''shrimp, driedinternational-%curry powderspices%,3'roasted chili pasteinternational+-ginger, powderedspices*3potato, red-skinnedproduce)+vanilla extractbaking(!!oil, olivewines&oils'-tortillas, flourdairy&ricepastas%couscouspastas$galangaproduce#/cheese, provolonedairy"-coriander, seedsspices!walnutbaking zuchiniproduce /!vinegar, balsamicwines&oils1sugar, light brownbaking%basil, freshproduce!-%broth, vegetablesoups&sauces )'tamarind juiceinternational )'tamarind waterinternationalgoosemeatsduckmeatsturkeymeatschickenmeats!roast beefmeatshamburgermeatssteakmeatsvealmeatslambmeatsmuttonmeats hammeatssalamimeats fuetmeats chorizomeats baconmeats scallopseafood squidseafoodsnailseafoodoysterseafoodoctopusseafoodmusselseafoodclamseafoodabaloneseafoodprawnsseafoodshrimpseafoodlobsterseafoodcrayfishseafood~snow crabseafood}king crabseafood|'dungness crabseafood{crabseafoodz!salmon roeseafoodycaviarseafoodxroeseafoodwwhitingseafoodvwhitefishseafoodutunaseafoodttroutseafoodstilefishseafoodrtilapiaseafoodqswordfishseafoodpsurimiseafoodosturgeonseafoodnsoleseafoodm#red snapperseafoodl+pacific snapperseafoodkrock codseafoodjrockfishseafoodisnapperseafoodhsharkseafoodgsea bassseafoodfsalmonseafoodesardineseafooddsanddabseafoodcpollockseafoodbpikeseafooda-chilean sea bassseafood`'orange roughyseafood_monkfishseafood^mahi mahiseafood]lingcodseafood\halibutseafood[haddockseafoodZflounderseafoodYeelseafoodXcodseafoodWcatfishseafoodVblowfishseafoodUblack codseafoodT%striped bassseafoodSbassseafoodRanchovyseafoodQtamarindproduceP#sugar appleproduceOsoursopproduceNsapodillaproduceMsalakproduceL!rose appleproduceKrambutanproduceJpohaproduceIpineappleproduceH3peanut butter fruitproduceGpapayaproduceFmarangproduceE!mangosteenproduceDmangoproduceC!mamoncilloproduceB%mamey sapoteproduceA-velvet persimmonproduce@langsatproduce?%keppel fruitproduce>jackfruitproduce=guaranaproduce<durianproduce;#dragonfruitproduce:'custard appleproduce9coconutproduce8cherimoyaproduce7cempedakproduce6!star fruitproduce5camucamuproduce4plantainproduce3bananaproduce2akeeproduce1feijoaproduce0'passion fruitproduce/lycheeproduce.longanproduce-guava produce,!ugli fruitproduce+orangeproduce*tangerineproduce)tangeloproduce(!clementineproduce'mandarinproduce&limeproduce%lemonproduce$kumquatproduce#key limeproduce"pommeloproduce!!grapefruitproduce citronproducedateproduce XlJ+ }\># w V :  y ] > ) g I 4  x ^ D + e 9  rR7lZ>( porkmeats%beef, groundmeatsbeefmeats%chicken, legmeats)chicken, wholemeats+chicken, breastmeatsturmericspices 'ginger, freshproduce saltbaking %'sesame seedsinternational 'soy sauceinternational %cumin, seedsspices5black pepper, groundspices#!wine, whitewines&oils#rolled oatspastas'salsainternational'cumin, groundspices1flour, all purposebaking!9pasta, lasagna noodlespastas%'coconut milkinternational!lime juiceproduce5cheese, smoked Goudadairy~leekproduce}!mayonnaisebread|-cheese, parmesanpastas){;'flat rice flour noodlesinternationalz)mustard, seedsspicesy%%tomato saucesoups&saucesx'baking powderbakingw-squash, tahitianproducevmilkdairyu1linguini, pepperedpastast/coconut, shreddedbakings!onion, redproducer%pasta, pennepastasq#lemon juiceproducep)potato, russetproduceohoneybakingn+cilantro, freshproducem-peanuts, roastedproducel%sugar, brownbakingk!star anisespicesj+chocolate chipsbakingipaprikaspicesh-cornmeal, yellowbakingg)cilantro stemsproduce"f=cheese, fresh white goatdairye/sugar, granulatedbakingd'endive, curlyproduce#c/'green curry pasteinternationalb!'fish sauceinternationalasquashproduce`1cheese, mozzarelladairy_+cheese, cheddardairy^mushroomproduce]butterdairy\#lime leavesproduce[)cabbage, nappaproduce Z5mushroom, portobelloproduceY1chiles, red, driedproduceX'onion, yellowproduceW+cheese, ricottadairyV1basil, fresh, thaiproduceUolivesproduce TeggdairyS+pasta, linguinepastasRcayennespicesQ'ajowan, seedsspicesP'peanut butterbreadO)!oil, vegetablewines&oilsN%salad greensproduceM-cinnamon, groundspicesL%'shrimp pasteinternationalK+cinnamon, stickspicesJ%orange juiceproduceI!sour creamdairy H waterG#!oil, sesamewines&oilsFpastapastasE''vinegar, riceinternationalD/sugar, dark brownbakingC3lettuce, curly leafproduceB%chili powderspicesA/coriander, groundspices@croutonsbread?yogurtdairy>%garam masalaspices=#baking sodabakingLA%b;^wmbV]\ĸw\V]v77nRtb%y+]D\H0p>c^ii''haGlz@*(J-7r5Rܨδm/%12[8^oki5Vglem@}} y-f5^-W E*5ΜWHF+>7. {ȸw f,ܶO&6ڛ\}Zih]76Ф x+E QWT˸@$u+V"w$dbu)٫}d\v$mdV꣩)0۸=5C@˸T/8vlʮgEtːI{'a ּTtGTa<9Ȭ8$f88}+ciGN?AUuT۲%Y%7o5$BDm'@)0 ֶ۪F~BJ!HH݁FZmB//r" FJ)0bIXQ,gMfk1PjP=aҬ>$OC;cuEx?#"ZG'rK}rŠa(5zmFct89=)Õ4̼A\1rr6kon |q\KgZ4`Mjl9 :R[mE¨;,kR( m&-&&)9;GJzS`fǽRD|w\r*0rjCqZ0$z5#J$U `ƴo 0B;cکݗ6K3&>:QYIr:40W鎵޾bqGZ׉ic5O"&U3u,ϘY͚Fhp0=^A޸㉚~hE2,>q3~WYk0{#9#z $T-<)\~t)&|6˟Mtы2H¸j8;nJ{ZE*__< B#13vcjI y (K2vyM\es"c2zQEZ,Ҧ.d{ hр(=A(F1qL9cb9e18abdb17b55f994718e61821b7c1832bc585d2f0fc040128ac45b88a897Av>G%   oO,7teatea bags of black tea 7 blacktea bags of black tea7 oftea bags of black tea7 bagstea bags of black tea!077 tea bags of black teatea bags of black tea) milkcondensed milk $#" ds before folding so dough won’t stick to them. Moving forward, fold gently at every remaining hour. At this point, the dough should feel aerated, and will have increased in volume. Try your best not to degas too much while you are folding. Once the dough has doubled in size, (3-4 hours in total for bulk fermentation*) you will then shape your dough. Shaping Find a bowl 6-8” diameter, and 3” deep. If you don’t have a bowl this size ere on a size larger. Line bowl with a clean linen and allow the edges of the linen to overhang the bowl. Lightly dust the linen with flour. Turn the dough onto a lightly dusted work surface, keep the exposed dough un-floured. Start to pull and pinch the sides into the centre. The moisture in the dough should encourage the dough to stick to the center, if there is too much flour, it will not stick. Continue this gesture until you have created a ball, that has tension, and ideally a smooth surface underneath. Carefully transfer the shaped dough into the linen covered bowl, seam side up. Loosely wrap up the dough with the overhung linen, and place in the fridge overnight. Baking Preheat oven to 525ºF, place a Dutch oven with lid into oven. Cut a piece of parchment roughly the size of your Dutch oven. Once the oven is to temperature, pull your dough out of the fridge, and transfer the dough to the parchment, seam side down. Using a sharp paring knife, score your loaf. Cut an X on the top of your dough. Pull out the Dutch oven, and transfer the parchment into the Dutch oven. Put the lid the Dutch oven and put back into oven. After 20 min, take the lid off the Dutch oven and turn the temperature to 475ºF. Continue baking for 20 – 25 min, or until the bread is a dark amber color. Remove from oven, take loaf out of Dutch oven and place on cooling rack.Use flour that is high in gluten, like bread, strong or hard flour. You can also use high gluten whole wheat flour, but make sure to only use 85g of culture instead, and also note the bulk fermentation will be faster with whole wheat flour. Make sure your culture is mature before using. An easy test to determine its maturity is to carefully drop it in some water; if it floats it is ready to be used. In warmer environments the bulk fermentation will be a shorter, and in colder temperatures the bulk fermentation will be longer.WesternThe Opensource Cookbook Vol. 2 FPgramsJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?{:-tHA5M9nOgM2ޚ%Ⱦn{ҥ\VnjhnC֤Zی\@=+t ݳN;Pya\]'OZ!)$ ]zś1< ]ۤ."/cdi=Y{1\-Ȏv6hlTC%>*K م67d9fvʮ;YbFGѕӑYKduSݕ]Zld\*$z MODn颚NXpN3}n|-a%m HA}.<+B6˽T\7ɧ =*7cni^ ,s1ӏZv e(s kViwW#*}V% 猞*°_x?ˠiUm9?Ҹѡ7R duS؊njHJ"v#+D嫹'Җ5D '>ƔB1׳%Ɠnk&4匚kVmmSOL6ώ"kӼ75׺+y'k^x6adnc)rw5$Wd̬s"0ykUzu*lh~9bYĒe R\bTL㧽I{ǜBRP9$}O ;pJRQ2MܲHjʲ-،A}("8mda?)( 9kOXnxb>b$zݼ$!t!@yVk٥^ }i2I,)"978>ʑ|*F2+=ڽ̖r":cy6o0dDw+A=k2\B82CӞZ~r#˅}$?QUc3.MwJM+p[ч]CSDq_ƼM:~/{."HHc2WiM" Tn<΀d!ЪF/TVxV,هR&5E+>FdgKb@UO*5(9uB39+"s^YU#Ryr:c5 QByakfJҳ0}éƖzww@/ >h=EM}-wz=jbkVC/kImrESrU(ֶx@C0+{j4q%Tr.3+[UMRgiJ-vP jZ%ٮ"s5sE1 cvU(ݱez=$5ig\QDmFy+~LheotlK?'Ѕ¼JLU$&pF^jޑwkw*jw2N(Wcӯ.$+K ׂ@L;T!Ig.ؾb z)]4gx<}i$Ix|f#\{FiI 1ᜩFPB ItM-F靔T4DlaVT.rF dK9Z+nKm^C96zzƲH!yڜw0]-md d)Ub3L"e, W(hMsRi2;Hc}O ~1[1l`W#u 4R^WfX3?#: ?hB^Ci!+&˸eզ `,gX coy= zim#Vhbe=|4F-B:3Ҽ$10`AaZHROƈ̙B4KihtC>_Vƻ{`fnT e|b~$qf°zNO8Nwfqo)3.Iv\W[x6_ɨL`s-v6i0 sn=e%#̙[)8mc^ RK魄Qʪ:mКETmc{Vp;د;;6Mܳ3c]pCpVL}ݧ PsXZ֙Kh8$cj14-.I'[hQgJnu%}p@ר[ x˃=z=#P@ *T鎘9:߼`/Jʫ36IS:V%eIU=yh$@0 l==+/mSy*:Ƶ46zs]FXv(2E`j/4q:B\(n} hXp)H?W5ԱhVHz+ה[Z = Vmjb0Vit[g]*ʘ#Z߻)OAU[ʎZHqX5rc_CPJnC>Q-*8"3K jy>CCF pi/ H$UY5X`v5jgq1LzG:gx]j=̍Չ$>ns+^(q;t_#LѡnczZ%iyA.1ۂON.6@<8+۶[Z,/}qҭ6w+oo[;\cA7jb]o$zLUZcvG21$3z^V`%ȿ'SRKy,&Zu)XFa^uI)Jʐ˷i$ńk;+/_\ $KZyfk;7>])sRgFms8c(A^j2 #g?^]H+^.ϸXs%buFDkזl Y0GեhuՈ8޿7^~Y{rFݼ;Ma)hz9l_n6О\և?ו9i<MeJGgJrڅ[+llں JM5{^QΜNGVTԚ[wg W*vҵuy'<YPz+osү.m_EF$etP5Z[ub1ߌ1X>iSE y9Jٽ:\+3ƣi2s5ochmU[Ŝ{tV M)F1`\y$RvEl=xT"WP!zƑv:XK;XriV`Tp Z\5P,I'8x8z~5ˬCN@_ޣ$H"U(#0>[C2= Co}80Ho똠q;I隵/",6pO`5'Ρn\itrHAQS#(mFkPZƨBO2GֳdDH7xg=:Ywn6MݲF>_7_F3yNK$({#~+p.UΨӇY#B FO~?;k,l BnJdMlIXnOn IKq̷hF;%2.JpOFXm-lNzjĄ "?{2Mm,!>Mxwl<֛jh)4, v],Q'#t:UBn 4y9 W4uHZ%<ʁJ<*H89Öp:ID`1]8xh9ɨ3u!Mo?,|d; Sun4϶JAՆsc^۶}+< O"6a2@");$Ҳ4`ٿtgfGmAw to:kT_3#UC"* rw;7 j,dH1zj *U“=jkyb 2m)/5?* /n/E*_!rm! }7еCZ#}'8-_NIb}[s~Gv(§j۽dڨ|0ʶ[ Mbi$n-+/>^ hVU6xO#Nxљ-s5 <7Gq_cڳ\ ByWti p|; Lۀc4׶D9cN&xh%w36>bNJD{Ht.rc늲5ekSo3)+#u8<ۥfMwka.FY$rx =nuP|sCM3GX=qyeO Hmn*Ŭs iƖAJ"o-(.maF?=3&Fiu l̅V)+ȭO -Ξc%U+=R,판$bcB2ONyub]=r^w2g%Au׆RG%y{6E4L{qUb(e݇pԉfVA#zj l<,H\D.˨휒҇$":۹1R}֥%\{wt2En%]Vzszg.,_km5On@,d)#g8e^=돘$iT+X2Fj)vL(bw$ƻ 0\Y ŒRLhJm +O(rA `vGKEE|aw#M7NQ<|~^0͟Z`yS+q'>F{+uʺT=h#%r x'r0鏯z!v\j_5HUHl6HUcp#{Q,1ػ6XMx5yY`% ^}ym57@!W=+lMNrsβlޅ;Hl~ ҠEl/0j:!T89-sGF}1})FJJ%4W9co7S3S ?KJk qdKyl*Ozedc.'ߠǥikvl[ 59,c$Y9'=Aj4:xh=k9X ke(7rG5Lm|SiV%֢BƧb]`ݸ[eJ5{<5w :`ZNXzQw$E&1M/MfNHmҐ1ȩ8I~»B#[; OQ۾j/v:}$A*p:9?G{W!Yҗ3=Y[=040Ɛ n1ϽXT ` zK3F:ti_yr}iʊs ГYR/_7D ],{PIH另c<+ќ-7<%Ψ6Hk}4'D݁ӎWy_.P$DA8\dIeK1 36]98Noq4r ¯x^yXp88}?ƹ;-!aBYǜ~c'|3$wMtPe\sްCWeN*= 9gZ{p ,Ir?E|sMv2I-讹Tm#Gbeb5def2e2092dbeeac9af743ad5b59b3924d0c1ffe8156468ac0bfc1c53daa5https://docs.google.com/presentation/d/1vRtejOar2wbApFN6lHHmDryQ-JG7ZIyHoyk2E5QjXhw/edit#slide=id.g82ddc2580f_0_85ACgourmand-1.2.0/src/gourmand/batchEditor.py000066400000000000000000000064321510115424500205360ustar00rootroot00000000000000from pkgutil import get_data from gi.repository import Gtk from . import gglobals from .gtk_extras import cb_extras class BatchEditor: def __init__(self, rg): self.rg = rg self.setup_ui() def setup_ui(self): self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/batchEditor.ui").decode()) self.dialog = self.ui.get_object("batchEditorDialog") self.setFieldWhereBlankButton = self.ui.get_object("setFieldWhereBlankButton") self.setup_boxes() self.dialog.connect("response", self.response_cb) def setup_boxes(self): self.attribute_widgets = {} self.get_data_methods = {} for a, ll, w in gglobals.REC_ATTRS: checkbutton = self.ui.get_object("%sCheckButton" % a) if checkbutton: setattr(self, "%sCheckButton" % a, checkbutton) box = self.ui.get_object("%sBox" % a) self.attribute_widgets[a] = box setattr(self, "%sBox" % a, box) checkbutton.connect("toggled", self.toggle_cb, a) box.set_sensitive(False) if w == "Combo": # If this is a combo box, we'll get info via the child's get_text method... self.get_data_methods[a] = (checkbutton, getattr(self, "%sBox" % a).get_children()[0].get_text) box.set_model(self.rg.get_attribute_model(a)) box.set_entry_text_column(0) cb_extras.setup_completion(box) elif w == "Entry": if hasattr(box, "get_value"): method = box.get_value else: method = box.get_text self.get_data_methods[a] = (checkbutton, method) def set_values_from_recipe(self, recipe): for attribute, box in list(self.attribute_widgets.items()): if hasattr(recipe, attribute): val = getattr(recipe, attribute) elif attribute == "category": val = ", ".join(self.rg.rd.get_cats(recipe)) if val: if hasattr(box, "set_value"): box.set_value(val) elif hasattr(box, "set_text"): box.set_text(val) elif hasattr(box.get_children()[0], "set_text"): box.get_children()[0].set_text(val) else: print("Can't figure out how to set value for ", attribute, box) def toggle_cb(self, widg, attr): box = self.attribute_widgets[attr] if widg.get_active(): box.set_sensitive(True) else: box.set_sensitive(False) def get_values(self): changed = {} for attribute in list(self.get_data_methods.keys()): cb, get_method = self.get_data_methods[attribute] if cb.get_active(): val = get_method() changed[attribute] = val return changed def response_cb(self, dialog, resp): if resp == Gtk.ResponseType.OK: self.setFieldWhereBlank = self.setFieldWhereBlankButton.get_active() self.values = self.get_values() else: self.setFieldWhereBlank = None self.values = None gourmand-1.2.0/src/gourmand/check_encodings.py000066400000000000000000000245661510115424500214240ustar00rootroot00000000000000from typing import Dict from gi.repository import Gtk from gourmand.i18n import _ from .gdebug import debug from .gtk_extras import dialog_extras as de from .prefs import Prefs class CheckEncoding: """A class to read a file and guess the correct text encoding.""" encodings = ["iso8859", "ascii", "latin_1", "cp850", "cp1252", "utf-8"] all_encodings = [ "ascii", "cp037", "cp424", "cp437", "cp500", "cp737", "cp775", "cp850", "cp852", "cp855", "cp856", "cp857", "cp860", "cp861", "cp862", "cp863", "cp864", "cp865", "cp869", "cp874", "cp875", "cp1006", "cp1026", "cp1140", "cp1250", "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256", "cp1258", "latin_1", "iso8859_2", "iso8859_3", "iso8859_4", "iso8859_5", "iso8859_6", "iso8859_7", "iso8859_8", "iso8859_9", "iso8859_10", "iso8859_13", "iso8859_14", "iso8859_15", "koi8_r", "koi8_u", "mac_cyrillic", "mac_greek", "mac_iceland", "mac_latin2", "mac_roman", "mac_turkish", "utf_16", "utf_16_be", "utf_16_le", "utf_7", "utf_8", ] def __init__(self, filename, encodings=None): if Prefs.instance().get("utf-16", False): self.encodings.extend(["utf_16", "utf_16_le", "utf_16_be"]) if encodings is not None: self.encodings = encodings with open(filename, "rb") as fin: self.txt = fin.read() def test_encodings(self): """Move through self.encodings one at a time and return the first encoding that decodes our text cleanly. We return a tuple (encoding, decoded_text)""" for e in self.encodings: try: t = self.txt.decode(e) return (e, t) except UnicodeDecodeError: pass def get_encodings(self): encs = self.test_all_encodings(self.encodings) if encs: return encs else: return self.test_all_encodings(self.all_encodings) def test_all_encodings(self, encodings=None): """Test all encodings and return a dictionary of possible encodings.""" if encodings is None: encodings = self.all_encodings possible_encodings = {} for e in encodings: try: d = self.txt.decode(e) if d and (d not in possible_encodings.values()): # if we don't already have this possibility, add possible_encodings[e] = d except UnicodeDecodeError: pass return possible_encodings class GetFile(CheckEncoding): """Handed a filename, return a list of lines.""" def __init__(self, filename: str, encodings=None): super().__init__(filename, encodings) encs: Dict[str, str] = self.get_encodings() self.lines = None if encs: if len(list(encs.keys())) > 1: encoding = getEncoding(encodings=encs) else: encoding = list(encs.keys())[0] if encoding is None: return self.enc = encoding self.lines = encs[self.enc].splitlines() debug(f"reading file {filename} as encoding {self.enc}") else: raise Exception(f"Cannot decode file {filename}") def get_file(filename: str, encodings=None): return GetFile(filename, encodings).lines class EncodingDialog(de.OptionDialog): """Create a dialog to allow user to select correct encoding for an input file.""" context_lines = 2 def __init__( self, default=None, label=_("Select encoding"), sublabel=_("Cannot determine proper encoding. Please select the correct encoding from the following list."), expander_label=_("See _file with encoding"), encodings=None, ): self.diff_lines = {} self.cursor_already_set = False self.expander_label = expander_label self.encodings = encodings if encodings is not None else {} self.current_error = 0 self.diff_texts() self.options = self.create_options() expander = self.create_expander() self.setup_buffers() super().__init__(default=default, label=label, sublabel=sublabel, options=self.options, expander=expander) self.set_default_size(700, 500) self.combobox.connect("changed", self.change_encoding) self.change_encoding() self.created = False self.expander.set_expanded(True) def setup_motion_buttons(self): self.hbb = Gtk.HButtonBox() self.fb = Gtk.Button("Next Difference") self.pb = Gtk.Button("Previous Difference") self.pb.connect("clicked", lambda *args: self.move_to_difference(forward=False)) self.fb.connect("clicked", lambda *args: self.move_to_difference(forward=True)) self.hbb.add(self.pb) self.hbb.add(self.fb) self.evb.add(self.hbb) self.hbb.show_all() def get_option(self, widget): super().get_option(widget) self.change_encoding() def create_options(self): options = list(self.encodings.keys()) masterlist = CheckEncoding.encodings + CheckEncoding.all_encodings options.sort(key=lambda x: masterlist.index(x)) # Make utf-8 the default value if available, as it is likely right # format if "utf-8" in options: options.remove("utf-8") options.insert(0, "utf-8") return options def create_expander(self): self.evb = Gtk.VBox(vexpand=True) self.tv = Gtk.TextView() self.tv.set_editable(False) self.buffer = self.tv.get_buffer() self.evb.pack_start(self.tv, expand=True, fill=True, padding=0) self.evb.show_all() return self.expander_label, self.evb def setup_buffers(self): self.encoding_buffers = {} for k, t in list(self.encodings.items()): self.encoding_buffers[k] = Gtk.TextBuffer() self.highlight_tags = [self.encoding_buffers[k].create_tag(background="yellow")] self.line_highlight_tags = [self.encoding_buffers[k].create_tag(background="green")] self.set_buffer_text(self.encoding_buffers[k], t) def change_encoding(self, _widget=None): if self.cursor_already_set: # TODO: Actually use `offset` or drop condition. pass # im = self.buffer.get_insert() # ti = self.buffer.get_iter_at_mark(im) # offset = ti.get_offset() self.tv.set_buffer(self.encoding_buffers[self.ret]) self.buffer = self.encoding_buffers[self.ret] debug("changed text to encoding %s" % self.ret, 0) def move_to_difference(self, forward=True): dkeys = list(self.diff_lines.keys()) dkeys.sort() if forward: self.current_error += 1 else: self.current_error = self.current_error - 1 if self.current_error > len(dkeys): self.current_error = 0 if self.current_error < 0: self.current_error = len(dkeys) - 1 mark = self.buffer.create_mark( None, self.buffer.get_iter_at_line_index(dkeys[self.current_error], 0), False, ) self.tv.scroll_to_mark(mark, 0) def set_buffer_text(self, buffer, text): """Set buffer text to show encoding differences.""" lines = text.splitlines() totl = len(lines) shown = [] for line, diffs in list(self.diff_lines.items()): if line in shown: continue start_at = line - self.context_lines if start_at < 0: start_at = 0 end_at = line + self.context_lines if end_at >= totl: end_at = totl - 1 if start_at != 0: buffer.insert_with_tags( buffer.get_end_iter(), "\n...\n", ) for n in range(start_at, end_at): if n in shown: continue shown.append(n) ll = lines[n] if n == line: start = 0 for sdiff, ediff in diffs: buffer.insert_with_tags(buffer.get_end_iter(), ll[start:sdiff], *self.line_highlight_tags) buffer.insert_with_tags(buffer.get_end_iter(), ll[sdiff:ediff], *self.highlight_tags) start = ediff buffer.insert_with_tags(buffer.get_end_iter(), ll[start:], *self.line_highlight_tags) else: buffer.insert_with_tags(buffer.get_end_iter(), ll) def diff_texts(self): """Compare different encoding for characters where they differ.""" encoded_buffers = list(self.encodings.values()) # Sort by number of newlines (most first) encoded_buffers.sort(key=lambda x: len(x.splitlines()), reverse=True) enc1 = encoded_buffers[0] enc_rest = [e.splitlines() for e in encoded_buffers[1:]] for linenum, line in enumerate(enc1.splitlines()): other_lines = [len(e) > linenum and e[linenum] for e in enc_rest] # Remove any Falses returned by above other_lines = [x for x in other_lines if not isinstance(x, bool)] # If not all lines are the same, create a diff marking where they # differ. if not all(line == ol for ol in other_lines): ranges = [] for chnum, ch in enumerate(line): # Check that the lines are the same. If not, mark where if not all([len(line) > chnum and ch == line[chnum] for line in other_lines]): if ranges and ranges[-1][1] == chnum: ranges[-1][1] = chnum + 1 else: ranges.append([chnum, chnum + 1]) self.diff_lines[linenum] = ranges def getEncoding(*args, **kwargs): dialog = EncodingDialog(*args, **kwargs) result = dialog.run() return result gourmand-1.2.0/src/gourmand/convert.py000066400000000000000000001225631510115424500177720ustar00rootroot00000000000000import collections.abc import locale import math import re from functools import cmp_to_key from gettext import ngettext from typing import Optional from gourmand.i18n import _ from .defaults.defaults import lang as defaults from .gdebug import debug # TODO: these should be turned into Enums FRACTIONS_ALL = 1 FRACTIONS_NORMAL = 0 FRACTIONS_ASCII = -1 FRACTIONS_OFF = -2 USE_FRACTIONS = FRACTIONS_NORMAL class PossiblyCaseInsensitiveDictionary(collections.abc.MutableMapping): """ Maps all capitalisation variants of a key to a single value using str.casefold() where possible Invariant 1: two keys that have a variant in common, map to the same value (__mapping) Invariant 2: a key that is added can be recalled in its original (__orig) Invariant 3: keys(__orig) == keys(__mapping) """ @staticmethod def __normalization(x): try: return x.casefold() except AttributeError: return x def __init__(self, *args, **kwargs): constructor_dict = dict(*args, **kwargs) self.__orig = {} self.__mapping = {} for k, v in constructor_dict.items(): self[k] = v def __repr__(self): return repr({self.__orig[k]: self.__mapping[k] for k in self.__mapping}) def __delitem__(self, key): norm = self.__normalization(key) if norm in self.__mapping: del self.__orig[norm] del self.__mapping[norm] else: raise KeyError(key) def __getitem__(self, key): norm = self.__normalization(key) if norm in self.__mapping: return self.__mapping[norm] else: raise KeyError(key) def __iter__(self): # this does not return all items for which 'in' is true return iter(self.__orig.values()) def __len__(self): return len(self.__mapping) def __setitem__(self, key, value): norm = self.__normalization(key) self.__orig[norm] = key self.__mapping[norm] = value class Converter: __single = None @classmethod def instance(cls): if Converter.__single is None: Converter.__single = cls() return Converter.__single unit_to_seconds = { "seconds": 1, "minutes": 60, "hours": 60 * 60, "days": 24 * 60 * 60, "weeks": 7 * 24 * 60 * 60, "months": 31 * 24 * 60 * 60, "years": 365.25 * 24 * 60 * 60, #'decades':10*365.25*24*60*60, #'centuries':100*365.25*24*60*60, #'millenia':1000*365.25*24*60*60, } # this is a bit of a hackish attempt to make a matcher for all # plural forms of time units. We use range(5) since as far as I # can see, enumerating the forms for 0 through 5 should give you # all possible forms in all languages. # # See http://www.sbin.org/doc/glibc/libc_8.html time_units = [ ("seconds", [ngettext("second", "seconds", n) for n in range(5)] + ["s.", "sec", "secs", "s"]), # min. = abbreviation for minutes ("minutes", [_("min"), "min.", "min", "mins", "m"] + [ngettext("minute", "minutes", n) for n in range(5)]), # hrs = abbreviation for hours ("hours", [_("hrs."), "hrs", "hr", "h"] + [ngettext("hour", "hours", n) for n in range(5)]), ("days", [ngettext("day", "days", n) for n in range(5)]), ("weeks", [ngettext("week", "weeks", n) for n in range(5)]), ("months", [ngettext("month", "months", n) for n in range(5)]), ("years", [ngettext("year", "years", n) for n in range(5)]), # ('decades',[ngettext('decade','decades',n) for n in range(5)]), # ('centuries',[ngettext('century','centuries',n) for n in range(5)]), # ('millenia',[ngettext('millenium','millenia',n) for n in range(5)]), ] def __init__(self): self.create_conv_table() self.create_density_table() self.create_cross_unit_table() self.create_vol_to_mass_table() # right now we only track densities, but we might convert # between other kinds of units eventually self.cross_unit_dicts = {"density": self.density_table} ## This allows for varied spellings of units to be entered. self.create_unit_dict() self.add_time_table() self.build_converter_dictionary() self.build_converter_dictionary(self.v2m_table, density=True) def add_time_table(self): for u, conv in list(self.unit_to_seconds.items()): self.conv_table[(u, "seconds")] = conv def create_conv_table(self): self.conv_table = defaults.CONVERTER_TABLE.copy() def create_density_table(self): self.density_table = defaults.DENSITY_TABLE.copy() def create_vol_to_mass_table(self): self.v2m_table = defaults.VOL_TO_MASS_TABLE.copy() def create_cross_unit_table(self): self.cross_unit_table = defaults.CROSS_UNIT_TABLE.copy() def create_unit_dict(self): self.units = defaults.UNITS[0:] for u, alts in self.time_units: lst = [] for a in alts: if a not in lst: lst.append(a) if a.title() not in lst: lst.append(a.title()) if a.capitalize() not in lst: lst.append(a.capitalize()) if a.upper() not in lst: lst.append(a.upper()) if a.lower() not in lst: lst.append(a.lower()) self.units.append((u, lst)) self.unit_dict = PossiblyCaseInsensitiveDictionary() for itm in self.units: key = itm[0] variations = itm[1] self.unit_dict[key] = key for v in variations: self.unit_dict[v] = key def build_converter_dictionary(self, table=None, density=False): # first, make a list of all units in our dictionaries if not density: convert = self.convert_simple else: def convert(u1, u2): # Ignore anything that doesn't need density if self.convert_simple(u1, u2): return None return self.convert_w_density(u1, u2, density=1) units = [] if not table: table = self.conv_table # else: # print "We were handed a table: ",table for u1, u2 in [x for x in list(table.keys()) if len(x) == 2]: if u1 not in units: units.append(u1) if u2 not in units: units.append(u2) # print 'done looping through list' for u in units: # print 'grabbing possible conversions for ',u debug("unit=%s" % u) d = self.possible_conversions(u, dict=table) to_expand = list(d.keys()) # keep a list of what we've expanded expanded = [] while len(to_expand) >= 1: itm = to_expand.pop() if itm not in expanded: # debug('Expanding %s'%itm) factor = convert(itm, u) # debug('There are %s %s in a %s'%(factor,u,itm)) d2 = self.possible_conversions(itm) if factor: for k, v in list(d2.items()): if not convert(u, k): # debug('and there are %s %s in a %s'%(v,itm,k)) conversion = float(v) * float(factor) # If we're doing density, we want to # make sure we always have our tuples # (volume,density) if density and itm not in [key[0] for key in list(table.keys())]: table[(u, k)] = float(1) / conversion else: table[(k, u)] = conversion if k not in expanded and k not in to_expand and k != itm and k != u: to_expand.append(k) expanded.append(itm) def convert_simple(self, u1, u2, item=None): if u1 == u2: return 1.0 else: dict = self.conv_table if (u1, u2) in dict: return dict[(u1, u2)] elif (u2, u1) in dict: return float(1) / float(dict[(u2, u1)]) else: return 0 def convert_w_density(self, u1, u2, density=None, item=None): if u1 == u2: return 1.0 if not density: if item in self.density_table: density = self.density_table[item] else: return None if (u1, u2) in self.v2m_table: conv = self.v2m_table[(u1, u2)] return conv * density elif (u2, u1) in self.v2m_table: conv = float(1) / float(self.v2m_table[(u2, u1)]) return conv / density else: return None def list_of_cu_tables(self, dictcu=None): if not dictcu: dictcu = self.cross_unit_table values = list(dictcu.values()) ret = [] for v in values: if v[0] not in ret: ret.append(v[0]) return ret def conv_dict_for_item(self, item=None, dictcu=None, mult=None): """item overrides mult""" if not dictcu: dictcu = self.cross_unit_table # tbls = self.list_of_cu_tables(dictcu) # my_tbls = [] ret = {} for itm in list(dictcu.items()): k = itm[0] v = itm[1] dct = self.cross_unit_dicts[v[0]] conv = v[1] if item and item in dct: mult = dct[item] if mult: ret[k] = conv * mult return ret def converter(self, u1, u2, item=None, density=None): ## Just a front end to convert_fancy that looks up units if u1 in self.unit_dict: unit1 = self.unit_dict[u1] else: unit1 = u1 if u2 in self.unit_dict: unit2 = self.unit_dict[u2] else: unit2 = u2 ## provide some kind of item lookup? return self.convert_fancy(unit1, unit2, item=item, density=density) def convert_fancy(self, u1, u2, item=None, density=None): simple = self.convert_simple(u1, u2, self.conv_table) if simple: return simple # otherwise, we need to grab use a density table debug("using density data") return self.convert_w_density(u1, u2, item=item, density=density) def get_conversions(self, u, item=None, density=None): dct = None if item or density: dct = self.conv_table.copy() if item: dct.update(self.conv_dict_for_item(item)) elif density: dct.update(self.conv_dict_for_item(mult=density)) return self.possible_conversions(u, dct) def get_all_conversions(self, u, item=None, density=None): dict = self.get_conversions(u, item, density) expanded = [] conversions = list(dict.keys()) lst = conversions[0:] # make another copy to chew up while len(lst) >= 1: itm = lst.pop() if itm not in conversions: conversions.append(itm) if itm not in expanded: d = self.get_conversions(u, itm, density) lst.extend(list(d.keys())) expanded.append(itm) return conversions def possible_conversions(self, u, dict=0): """Return a dictionary of everything that unit u can convert to The keys are what it can convert to and the values are the conversion factor.""" if not dict: dict = self.conv_table ret = {} entries = list(dict.items()) for item in entries: i1 = item[0][0] i2 = item[0][1] if u == i1: ret[i2] = float(1) / item[1] elif u == i2: ret[i1] = float(item[1]) return ret def readability_score(self, amt, unit=None): """We rate the readability of a number and unit This is rather advanced. We presume a few things -- such as that we like integers and simple fractions 1/2 1/3 1/4 better than other things. We also learn from the defaults module what the bounds are for readability for each amount given. """ readability = 0 ## We like our numbers whole or in normal fractions if integerp(amt): readability += 1 elif integerp(amt * 2): readability += 1 elif integerp(amt * 4): readability += 1 elif integerp(amt * 3): readability += 1 elif integerp(amt * 8): readability += 0.8 elif integerp(amt * 6): readability += 0.3 elif integerp(amt * 5): readability += 0.2 elif integerp(amt * 10): readability += 0.05 ## If it is not a normal fraction, readability takes a hit else: readability += -2 ## If it is exactly 1 it gets a bump: if amt == 1: readability += 0.5 if unit: # if we are beyond the min or max for our group, we take # a substantial readability hit (this is worse than anything # else) try: u = self.unit_dict[unit] except KeyError: debug("KeyError looking up unit", 1) u = unit try: ugroup, n = defaults.unit_group_lookup[u] except KeyError: debug("Key Error for %s in \nunit_group_lookup: %s" % (unit, defaults.unit_group_lookup), 0) # raise return -10 else: u, rng = defaults.UNIT_GROUPS[ugroup][n] mn, mx = rng debug("Readability range for %s = %s:%s" % (u, mn, mx), 8) if mn and amt and amt < mn: readability += -2 # we add a penalty proportional to the undersizedness if mn - amt: readability += -(2 * (mn - amt)) / amt if mx and amt > mx: readability += -2 # now we get clever and add a penalty proportional to the oversizedness if amt - mx: readability += -((amt - mx) / float(mx)) * 2 else: # otherwise, we'll make some assumptions about numbers # we don't like things over a thousand and we really don't # or under a hundredth if amt > 1000: readability += -2 elif amt < 0.1: readability += -1 if amt < 0.01: readability += -1 if amt < 0.001: readability += -1 if amt < 0.0001: readability += -1 ## And we like numbers between 1/8 and 4 # if 0.25 <= amt <= 4: # readability += 1 ### Less than 1/10th is getting too small # elif 0.1 >= amt: # readability += -1 ## And we rather dislike numbers over 10 # elif 20 >= amt > 10: # readability += -0.9 ## And we really can't have numbers over 20 # elif 100 >= amt > 20: # readability += -5 ## And we really, really, really can't have numbers over 100 # elif 1000 >= amt > 100: # readability += -10 # elif amt >= 1000: # readability += -20 return readability def adjust_unit(self, amt, unit, item=None, favor_current_unit=True, preferred_unit_groups=[]): """Return the most readable equivalent of amount and unit for item ITM amt - our amount unit - our current unit item - the item (in case it makes a difference -- currently not implemented) favor_current_item - a flag; if True (default) we give our current unit a slight preference, to avoid changing the unit if unnecessary. Here we do our best to provide readable units, so that the user is presented with 1/2 cup rather than 8 tablespoons, for example. """ if not amt: return amt, unit try: u = self.unit_dict[unit] ugroup, n = defaults.unit_group_lookup[u] except KeyError: return amt, unit else: units = defaults.UNIT_GROUPS[ugroup] if preferred_unit_groups: if ugroup not in preferred_unit_groups: for ug in preferred_unit_groups: conv = self.converter(u, defaults.UNIT_GROUPS[ug][0][0]) if conv: units = defaults.UNIT_GROUPS[ug] amt = conv * amt u = unit = defaults.UNIT_GROUPS[ug][0][0] break else: continue ret_readability = self.readability_score(amt, unit) if favor_current_unit: ret_readability += 1 ret_amt = amt ret_unit = unit ret_distance = 0 n1 = 0 for u2, rng in units: conv = self.converter(u, u2) if not conv: continue new_amt = conv * amt readability = self.readability_score(new_amt, u2) debug("%s %s, Readability = %s" % (new_amt, u2, readability), 6) use_us = False if readability > ret_readability: use_us = True elif readability == ret_readability and abs(n - n1) < ret_distance: use_us = True if use_us: ret_amt = new_amt ret_distance = abs(n - n1) ret_unit = u2 ret_readability = readability n1 += 1 debug("adjust unit called with %s %s, returning %s %s (R:%s)" % (amt, unit, ret_amt, ret_unit, ret_readability), 3) return ret_amt, ret_unit def use_reasonable_unit(self, amt1, u1, amt2, u2, conv): """Given the conversion factor and the amounts, we're going to try to figure out which unit is the most human-readable. conv is what converts from amt1 into amt2. We return a list of amt unit, where the amount is our total, and the unit is our chosen unit.""" u1amt = amt1 + amt2 * (1 / float(conv)) u2amt = amt2 + amt1 * conv if self.readability_score(u1amt) >= self.readability_score(u2amt): return [u1amt, u1] else: return [u2amt, u2] def add_reasonably(self, a1, u1, a2, u2, item=None): """Return a list with amount and unit if conversion is possible. Else return None""" if not (a1 and a2): # we give up if these aren't numbers return None conv = self.converter(u1, u2, item) if conv: ## Don't bother with all the work if the conversion factor is 1 if conv == 1: return [a1 + a2, u1] else: return self.use_reasonable_unit(a1, u1, a2, u2, conv) else: return None def amt_string(self, amt, approx=0.01): """Given list of [amount unit], hand back a string representing amount. We'll do our best to turn numbers back into fractions here so that they will look easily readable. We can also handle amounts handed to us as tuples (as ranges)!""" num = amt[0] un = amt[1] if isinstance(num, (tuple, list)): nstring = float_to_frac(num[0], approx=approx).strip() if len(num) > 1 and num[1]: nstring += "-" nstring += float_to_frac(num[1], approx=approx).strip() else: nstring = float_to_frac(num, approx=approx) if un: return "%s %s" % (nstring, un) else: return "%s" % nstring def timestring_to_seconds(self, timestring: str) -> int: """Take a time string and parse it into seconds. We assume numbers come before time units - surely this will break some languages(?). We'll build the parameter in when the time comes... Return 0 if timestring is unparsable """ # Before we do our real work, parse times that look like this 0:30 # Note the following will be true # 1:30 = 1 1/2 hours # 00:00:20 = 20 seconds if re.match(r"^\d\d?:\d\d(:\d\d)?$", timestring): times = [locale.atof(s) for s in timestring.split(":")] if len(times) == 3: h, m, s = times else: h, m = times s = 0 return h * 60 * 60 + m * 60 + s numbers = [] for match in NUMBER_FINDER.finditer(timestring): if numbers: numbers[-1].append(match.start()) numbers.append([match.start(), match.end()]) if numbers: numbers[-1].append(None) secs = 0 for num_start, num_end, section_end in numbers: num = frac_to_float(timestring[num_start:num_end]) unit = timestring[num_end:section_end].strip() if unit in self.unit_dict: conv = self.converter(unit, "seconds") if conv and num: secs += (num * conv) return secs def get_converter(): return Converter.instance() # Each of our time formatting functions takes two arguments, which # allows us to handle fractions in the outside world time_formatters = { #'millennia':lambda decades: ngettext("millenium","millenia",round(decades)) #'centuries':lambda decades: ngettext("century","centuries",round(decades)) #'decades':lambda decades: ngettext("decade","decades",round(decades)) "years": lambda years: ngettext("year", "years", years), "months": lambda months: ngettext("month", "months", months), "weeks": lambda weeks: ngettext("week", "weeks", weeks), "days": lambda days: ngettext("day", "days", days), "hours": lambda hours: ngettext("hour", "hours", hours), "minutes": lambda minutes: ngettext("minute", "minutes", minutes), "seconds": lambda seconds: ngettext("second", "seconds", seconds), } def seconds_to_timestring(time: int, round_at: Optional[int] = None, fractions: int = FRACTIONS_NORMAL): time_strings = [] units = list(Converter.unit_to_seconds.items()) units.sort(key=lambda x: x[1], reverse=True) for unit, divisor in units: time_covered = time // int(divisor) # special case hours, which we English speakers anyway are # used to hearing in 1/2s -- i.e. 1/2 hour is better than 30 # minutes. add_half = 0 if time % divisor == 0.5 * divisor and not time_strings: add_half = 0.5 time_covered += 0.5 if time_covered or add_half: # print time_covered,'(rounds to ',round(time_covered),')' if round_at and len(time_strings) + 1 >= round_at: if not add_half: time_covered = int(round(float(time) / divisor)) time_strings.append( " ".join( [ float_to_frac(time_covered, fractions=fractions), # round because 1/2 = 1 as far as plural formas are concerned time_formatters[unit](round(time_covered)), ] ) ) break else: time_strings.append( " ".join( [ float_to_frac(time_covered, fractions=fractions), # round because 1/2 = 1 as far as plural forms are concerned time_formatters[unit](round(time_covered)), ] ) ) time = time - time_covered * divisor if time == 0: break if len(time_strings) > 2: # Translators... this is a messay way of concatenating # lists. In English we do lists this way: 1, 2, 3, 4, 5 # and 6. This set-up allows for variations of this system only. # You can of course make your language only use commas or # ands or spaces or whatever you like by translating both # ", " and " and " with the same string. return _(" and ").join([_(", ").join(time_strings[0:-1]), time_strings[-1]]) else: return _(" ").join(time_strings) def integerp(num, approx=0.01): """approx can be a decimal that is a guide to rounding. That is, if approx is 0.001, then we will consider 0.9991 and 1.0009 both to be the integer 1. This feature will only work for positive, non-zero numbers.""" try: if int(num) == float(num): return int(num) elif approx: bigside = int(num + approx) smallside = int(num - approx) if bigside != smallside: return bigside else: return None except Exception: return None # Fractions used in most charsets -- for certain exports, etc., we # want to limit special fractions to these and use straight-up ascii # fractions otherwise. These fractions must also be keys in # NUM_TO_FRACTIONS NUMBER_WORDS = {} if hasattr(defaults, "NUMBERS"): for n, words in list(defaults.NUMBERS.items()): for w in words: NUMBER_WORDS[w] = n all_number_words = list(NUMBER_WORDS.keys()) all_number_words.sort(key=cmp_to_key(lambda x, y: ((len(y) > len(x) and 1) or (len(x) > len(y) and -1) or 0))) NUMBER_WORD_REGEXP = "|".join(all_number_words).replace(" ", r"\s+") FRACTION_WORD_REGEXP = "|".join([n for n in all_number_words if NUMBER_WORDS[n] < 1.0]).replace(" ", r"\s+") NORMAL_FRACTIONS = [(1, 2), (1, 4), (3, 4)] NUM_TO_FRACTIONS = { (1, 2): "\u00BD", (1, 4): "\u00BC", (3, 4): "\u00BE", (1, 3): "\u2153", (2, 3): "\u2154", (1, 5): "\u2155", (2, 5): "\u2156", (3, 5): "\u2157", (4, 5): "\u2158", (1, 6): "\u2159", (5, 6): "\u215A", (1, 8): "\u215B", (3, 8): "\u215C", (5, 8): "\u215D", (7, 8): "\u215E", } UNICODE_FRACTIONS = { # a dictionary of funky unicode numbers not recognized by standard # python float() and int() functions "\u00BD": 1.0 / 2, "\u00BC": 1.0 / 4, "\u00BE": 3.0 / 4, "\u2153": 1.0 / 3, "\u2154": 2.0 / 3, "\u2155": 1.0 / 5, "\u2156": 2.0 / 5, "\u2157": 3.0 / 5, "\u2158": 4.0 / 5, "\u2159": 1.0 / 6, "\u215A": 5.0 / 6, "\u215B": 1.0 / 8, "\u215C": 3.0 / 8, "\u215D": 5.0 / 8, "\u215E": 7.0 / 8, } SUP_DICT = { 1: "\u00B9", 2: "\u00B2", 3: "\u00B3", } SLASH = "\u2044" SUB_DICT = { 1: "\u2081", 2: "\u2082", 3: "\u2083", 4: "\u2084", 5: "\u2085", 6: "\u2086", 7: "\u2087", 8: "\u2088", 9: "\u2089", } # nonstandard integers (sub or sup) that may be used in fractions UNICODE_INTEGERS = {} for d in SUB_DICT, SUP_DICT: for k, v in list(d.items()): UNICODE_INTEGERS[v] = k NUMBER_REGEXP = r"[\d" # for k in UNICODE_INTEGERS.keys(): NUMBER_REGEXP+=k # COVERED by re.UNICODE for k in list(UNICODE_FRACTIONS.keys()): NUMBER_REGEXP += k NUMBER_START_REGEXP = NUMBER_REGEXP + ",." + "]" NUMBER_END_NO_RANGE_REGEXP = NUMBER_START_REGEXP # Is this right -- quick fix here. NUMBER_MID_REGEXP = NUMBER_REGEXP + ",." + SLASH NUMBER_MID_NO_RANGE_REGEXP = NUMBER_MID_REGEXP + " /]" NUMBER_MID_REGEXP += " /-" NUMBER_MID_REGEXP += "]" NUMBER_END_REGEXP = NUMBER_START_REGEXP NUMBER_REGEXP = "(" + NUMBER_START_REGEXP + "*" + NUMBER_MID_REGEXP + "*" + NUMBER_END_REGEXP if NUMBER_WORD_REGEXP: NUMBER_REGEXP = NUMBER_REGEXP + "|" + NUMBER_WORD_REGEXP + ")" NUMBER_NO_RANGE_REGEXP = "(" + NUMBER_START_REGEXP + "+|" + NUMBER_WORD_REGEXP + ")" else: NUMBER_REGEXP = NUMBER_REGEXP + ")" NUMBER_NO_RANGE_REGEXP = NUMBER_START_REGEXP + "+" NUMBER_MATCHER = re.compile("^%s$" % NUMBER_REGEXP, re.UNICODE) UNICODE_FRACTION_REGEXP = "[" + "".join(list(UNICODE_FRACTIONS.keys())) + "]" DIVIDEND_REGEXP = "[0-9" + "".join(list(SUP_DICT.values())) + "]+" SLASH_REGEXP = "[/" + SLASH + "]" SLASH_MATCHER = re.compile(SLASH_REGEXP) DIVISOR_REGEXP = "[0-9" + "".join(list(SUB_DICT.values())) + "]+" FRACTION_REGEXP = "(" + UNICODE_FRACTION_REGEXP + "|" + DIVIDEND_REGEXP + SLASH_REGEXP + DIVISOR_REGEXP + ")" AND_REGEXP = r"(\s+%s\s+|\s*[&+]\s*|\s+)" % _("and") # Match a fraction if NUMBER_WORD_REGEXP: NUM_AND_FRACTION_REGEXP = "((?P%s+|%s)%s)?(?P(%s|%s))" % ( NUMBER_START_REGEXP, NUMBER_WORD_REGEXP, AND_REGEXP, FRACTION_REGEXP, FRACTION_WORD_REGEXP, ) else: NUM_AND_FRACTION_REGEXP = r"((?P%s)+\s+)?(?P%s)" % (NUMBER_START_REGEXP, FRACTION_REGEXP) FRACTION_MATCHER = re.compile(NUM_AND_FRACTION_REGEXP, re.UNICODE) NUMBER_FINDER_REGEXP = r"(%(NUM_AND_FRACTION_REGEXP)s|%(NUMBER_NO_RANGE_REGEXP)s)(?=($| |[\s]|-))" % locals() NUMBER_FINDER = re.compile(NUMBER_FINDER_REGEXP, re.UNICODE) # Note: the order matters on this range regular expression in order # for it to properly split things like 1 - to - 3, which really do # show up sometimes. RANGE_REGEXP = r"([ -]*%s[ -]*|\s*-\s*)" % _("to") # for 'to' used in a range, as in 3-4 RANGE_MATCHER = re.compile(RANGE_REGEXP[1:-1]) # no parens for this one all_units = set() for base, units in Converter.time_units: for u in units: u = re.escape(str(u)) all_units.add(u) time_matcher = re.compile( "(?P" + NUMBER_FINDER_REGEXP + ")(?P" + RANGE_REGEXP + ")?(?P" + NUMBER_FINDER_REGEXP.replace("int", "int2").replace("frac", "frac2") + ")?" + r"\s*" + "(?P" + "|".join(all_units) + r")(?=$|\W)", re.UNICODE, ) # We need a special matcher to match known units when they are more # than one word. The assumption remains that units should be one word # -- but if we already know about two word units, then we should # recognize them. multi_word_units = [] for canonical_name, other_names in defaults.UNITS: if " " in canonical_name: multi_word_units.append(canonical_name) for n in other_names: if " " in n: multi_word_units.append(n) MULTI_WORD_UNIT_REGEXP = "(" + "|".join([re.escape(str(u)) for u in multi_word_units]) + ")" # generic ingredient matcher. This is far from a good matcher -- it's # used as a fallback to test for things that obviously look like # ingredients (e.g. 1 cup milk) that get misparsed by other ingredient # parsers. This is often necessary because formats like mealmaster and # mastercook are rarely actually followed. NUMBER_FINDER_REGEXP2 = NUMBER_FINDER_REGEXP.replace("int", "int2").replace("frac", "frac2") try: ING_MATCHER_REGEXP = r""" \s* # opening whitespace (?P %(NUMBER_FINDER_REGEXP)s # a number \s* # Extra whitespace (%(RANGE_REGEXP)s # a possible range delimiter \s* #More extra whitespace %(NUMBER_FINDER_REGEXP2)s)? # and more numbers )? # and of course no number is possible \s* # Whitespace between number and unit (?P\s*(%(MULTI_WORD_UNIT_REGEXP)s|[\w.]+))?\s+ # a unit (?P.*?)$ # and the rest of our stuff... """ ING_MATCHER_REGEXP = ING_MATCHER_REGEXP % locals() except: print("Failure with local vars...") for s in [ "NUMBER_FINDER_REGEXP", "NUMBER_FINDER_REGEXP2", "RANGE_REGEXP", "MULTI_WORD_UNIT_REGEXP", ]: try: print("DOUBLE CHECK", s, "%%(%s)s" % s % locals()) except Exception: print("Failed with ", s, locals()[s]) raise ING_MATCHER = re.compile(ING_MATCHER_REGEXP, re.VERBOSE | re.UNICODE) ING_MATCHER_AMT_GROUP = "amount" ING_MATCHER_UNIT_GROUP = "unit" ING_MATCHER_ITEM_GROUP = "item" def convert_fractions_to_ascii(s): """Convert all unicode-like fractions in string S with their ASCII equivalents""" for nums, uni in list(NUM_TO_FRACTIONS.items()): s = re.sub(uni, "%s/%s" % (nums[0], nums[1]), s) for d in SUB_DICT, SUP_DICT: for num, uni in list(d.items()): s = re.sub(uni, str(num), s) s = re.sub(SLASH, "/", s) return s def fractify(decimal, divisor, approx=0.01, fractions=FRACTIONS_NORMAL): """Return fraction equivalent of decimal using divisor If we don't have a fit within our approximation, return the fraction. Otherwise, return False. """ dividend = integerp(decimal * divisor) if dividend == divisor: return 1 if dividend: if fractions == FRACTIONS_ASCII: return "%s/%s" % (dividend, divisor) elif fractions == FRACTIONS_ALL: # otherwise, we have to do nice unicode magic if (dividend, divisor) in NUM_TO_FRACTIONS: return NUM_TO_FRACTIONS[(dividend, divisor)] else: if dividend in SUP_DICT: dividend = SUP_DICT[dividend] if divisor in SUB_DICT: divisor = SUB_DICT[divisor] return "%s%s%s" % (dividend, SLASH, divisor) else: # fractions==FRACTIONS_NORMAL # fallback to "normal" fractions -- 1/4, 1/2, 3/4 are special if (dividend, divisor) in NORMAL_FRACTIONS: return NUM_TO_FRACTIONS[(dividend, divisor)] else: return "%s/%s" % (dividend, divisor) def float_to_frac(n, d=[2, 3, 4, 5, 6, 8, 10, 16], approx=0.01, fractions=FRACTIONS_NORMAL): """Take a number -- or anything that can become a float -- and attempt to return a fraction with a denominator in the list `d'. We approximate fractions to within approx. i.e. if approx=0.01, then 0.331=1/3""" if USE_FRACTIONS == FRACTIONS_OFF: return float_to_metric(n, approx) else: if not n: return "" n = float(n) i = int(n) if i >= 1: i = "%s" % int(n) else: i = "" rem = n - int(n) if rem == 0 or rem < approx: if i: return "%i" % round(n) else: return "0" else: for div in d: f = fractify(rem, div, approx=approx, fractions=fractions) if f == 1: i = int(i) + 1 return "%s.00" % i if f: return " ".join([i, f]).strip() # use locale-specific metric formatting if fractions don't work return float_to_metric(n, approx) def float_to_metric(n, approx=0.01): """Returns a formatted string in metric format, using locale-specific formatting""" decimals_to_preserve = int(round(math.log(float(1) / approx, 10))) if n is not None: if int(n) != n: if (n - int(n) < approx) or ((n - int(n) + approx) > 1): rounded = round(n) if rounded == 0: return float_to_metric(n, approx * 0.01) return locale.format_string("%i", int(rounded), True) else: rounded = round(n, decimals_to_preserve) if rounded == 0: return float_to_metric(n, approx * 0.01) return locale.format_string("%." + str(decimals_to_preserve) + "f", rounded, True) # format(formatstring, number, use_thousands_separator) else: return locale.format_string("%i", n, True) else: return "" def float_string(s): """Convert string to a float, assuming it is some sort of decimal number locale.atof should handle this, but we wrote our own to be a bit more flexible. Specifically, we assume most numbers are decimals since recipes calling for thousands and thousands of things are rare. Also, we recognize items outside of our locale, since e.g. American might well be importing British recipes and viceversa. """ if s.lower() in NUMBER_WORDS: print("We have key", s.lower()) return NUMBER_WORDS[s.lower()] THOUSEP = locale.localeconv()["thousands_sep"] DECSEP = locale.localeconv()["decimal_point"] if s.count(",") > 1 and s.count(".") <= 1: # if we have more than one comma and less than one . # then we assume ,s are thousand-separators s = s.replace(",", "") return float(s) elif s.count(",") <= 1 and s.count(".") > 1: # if we have more than one . and less than one ,, # then we assume . is the thousand-separators s = s.replace(".", "") s = s.replace(",", ".") return float(s) # otherwise let's check if this actually looks like a thousands separator # before trusting our locale elif re.search("[0-9]+%s[0-9][0-9][0-9]" % re.escape(THOUSEP), s): return locale.atof(s) elif THOUSEP and s.find(THOUSEP) > -1: # otherwise, perhaps our thousand separator is really a # decimal separator (we're out of our locale...) print("Warning: assuming %s is a decimal point in %s" % (THOUSEP, s)) s = s.replace(DECSEP, "!!!") s = s.replace(THOUSEP, DECSEP) s = s.replace("!!!", THOUSEP) # and remove any commas for good measure return locale.atof(s) else: # otherwise just trust our locale float return locale.atof(s) def frac_to_float(s): """We assume fractions look like this (I )?N/D""" if isinstance(s, str): s = s.replace(",", ".") if s in NUMBER_WORDS: return NUMBER_WORDS[s] if hasattr(s, "lower") and s.lower() in NUMBER_WORDS: return NUMBER_WORDS[s.lower()] s = str(s) m = FRACTION_MATCHER.match(s) if m: i = m.group("int") frac = m.group("frac") if i: i = float_string(i) else: i = 0 if frac in UNICODE_FRACTIONS: return i + UNICODE_FRACTIONS[frac] elif frac in NUMBER_WORDS: return i + NUMBER_WORDS[frac] else: n, d = SLASH_MATCHER.split(frac) n = SUP_DICT.get(n, n) d = SUB_DICT.get(d, d) return float(i) + (float(n) / float(d)) # else... try: return float_string(s) except Exception: None else: # If this isn't a fraction, we're just using float try: return float_string(s) except Exception: None # class ConverterSingleton: # # __impl == Converter # # def __init__ ( if __name__ == "__main__" and False: class InteractiveConverter: def __init__(self): self.c = get_converter() self.options = {"Convert": self.converter, "Add": self.adder, "Adjust": self.adjuster, "Quit": self.quit} while 1: self.offer_options() def offer_options(self): print("Choose one of the following actions:") for k in list(self.options.keys()): print(k) choice = input("Type your choice: ") if choice in self.options: self.options[choice]() else: print("I'm afraid I didn't understand your choice!") self.return_to_continue() self.offer_options() def get_unit(self, prompt="Enter unit: "): u = input(prompt).strip() if u in self.c.unit_dict: return u elif u == "list": for u in list(self.c.unit_dict.keys()): print(u, ", ", end=" ") print("") return self.get_unit(prompt) else: print(u, "Is not a unit I know about! Please try again.") print('(Type "list" for a list of valid units)') return self.get_unit(prompt) def get_amount(self, prompt="Enter amount: "): amt = frac_to_float(input(prompt)) if not amt: print("Please enter an amount!") return self.get_amount(prompt) else: return amt def converter(self): u1 = self.get_unit("Enter source unit: ") amt = self.get_amount("Enter source amount: ") u2 = self.get_unit("Enter target unit: ") conv = self.c.converter(u1, u2) print("%s %s = %s %s" % (amt, u1, conv * amt, u2)) self.return_to_continue() def adjuster(self): u1 = self.get_unit("Original unit: ") a1 = self.get_amount("Original amount: ") a, u = self.c.adjust_unit(a1, u1) print("Most readable unit = %s %s" % (a, u)) def return_to_continue(self): print("Enter return to continue: ") input() def adder(self): u1 = self.get_unit("Enter unit 1: ") a1 = self.get_amount("Enter amount 1: ") u2 = self.get_unit("Enter unit 2: ") a2 = self.get_amount("Enter amount 2: ") result = self.c.add_reasonably(a1, u1, a2, u2) if result: print("%s %s + %s %s = %s" % (u1, a1, u2, a2, result)) else: print("I'm sorry, I couldn't add that together!") self.return_to_continue() def quit(self): import sys sys.exit() # i=InteractiveConverter() gourmand-1.2.0/src/gourmand/data/000077500000000000000000000000001510115424500166405ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/data/ABBREV.txt000066400000000000000000071634301510115424500203600ustar00rootroot00000000000000~06425~^~SOUP,CHICK VEG,CND,PREP W/ EQ VOLUME H2O~^92.64^31^1.50^1.18^1.13^3.56^0.4^0.54^7^0.36^3^17^64^392^0.15^0.051^0.152^2.2^0.4^0.018^0.023^0.510^0.070^0.020^2^0^2^2^4.3^0.05^768^42^4^163^369^3^54^47^0.17^3.5^0.350^0.530^0.250^4^247.90^~1 cup, (8 fl oz)~^^~~^0 ~06426~^~SOUP,CHILI BF,CND,PREP W/ EQ VOLUME H2O~^85.68^57^2.49^1.24^1.37^9.23^1.2^2.49^18^0.79^10^55^196^388^0.77^0.152^0.392^2.4^1.5^0.022^0.028^0.398^0.108^0.059^4^0^4^4^10.6^0.15^563^28^0^13^295^72^1265^87^0.53^1.6^0.608^0.496^0.046^5^260.67^~1 cup~^32.58^~1 fl oz~^0 ~06427~^~CAMPBELL'S CHUNKY SOUPS,ITALIAN SAUSAGE & PEPPERS SOUP~^86.00^62^2.86^2.04^0.94^8.16^1.2^3.27^8^0.44^^^^327^^^^^1.0^^^^^^^^^^^^204^^^^^^^^^^0.612^^^8^245.00^~1 cup~^245.00^~1 serving~^0 ~06428~^~SOUP,CLAM CHOWDER,MANHATTAN,CND,PREP W/EQ VOLUME H2O~^92.26^30^0.85^0.86^1.26^4.77^0.6^1.32^11^0.64^4^16^74^226^0.36^0.054^0.147^3.7^1.6^0.012^0.016^0.318^0.073^0.039^4^0^4^4^7.9^1.58^373^20^2^42^195^7^3147^13^0.50^2.7^0.149^0.149^0.503^1^249.15^~1 serving, 1 cup~^31.14^~1 fl oz~^0 ~06429~^~CAMPBELL'S CHUNKY SOUPS,MANHATTEN CLAM CHOWDER~^87.90^52^2.04^1.43^0.88^7.76^1.2^1.63^16^0.44^^^^339^^^^^0.0^^^^^^^^^^^^1633^^^^^^^^^^0.408^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06430~^~SOUP,CLAM CHOWDER,NEW ENGLAND,CND,PREP W/ EQ VOLUME H2O~^90.89^35^1.55^1.01^1.50^5.05^0.3^0.19^9^1.22^7^127^108^344^0.18^0.122^0.081^3.1^2.0^0.061^0.081^0.759^0.113^0.051^7^0^7^7^3.4^4.63^29^8^8^0^0^0^0^2^0.20^0.4^0.468^0.000^0.469^3^247.90^~1 serving, 1 cup~^30.99^~1 fl oz~^0 ~06431~^~CAMPBELL'S CHUNKY SOUPS,NEW ENGLAND CLAM CHOWDER~^81.10^86^2.86^3.67^2.17^10.20^2.0^0.82^8^0.29^^^^363^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06432~^~SOUP,BF BROTH,BOUILLON,CONSOMME,PREP W/ EQ VOLUME H2O~^96.24^12^2.22^0.00^0.81^0.73^0.0^^4^0.22^0^13^64^264^0.15^0.102^0.152^^0.4^0.009^0.012^0.295^0.020^0.010^1^0^1^1^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^241.00^~1 cup, (8 fl oz)~^586.00^~1 can, (10.5 oz), prepared~^0 ~06433~^~CAMPBELL'S CHUNKY SOUPS,OLD FASHIONED POTATO HAM CHOWDER~^83.80^78^2.45^4.49^2.32^6.94^0.8^0.41^8^0.15^^^^327^^^^^1.0^^^^^^^^^^^^0^^^^^^^^^^1.633^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06434~^~CAMPBELL'S CHUNKY SOUPS,OLD FASHIONED VEG BF SOUP~^86.90^53^3.67^1.02^1.06^7.35^1.6^1.63^16^0.44^^^^363^^^^^0.0^^^^^^^^^^^^2041^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06435~^~CAMPBELL'S CHUNKY SOUPS,PEPPER STEAK SOUP~^88.10^48^3.27^0.61^0.68^7.35^1.2^1.63^8^0.44^^^^327^^^^^0.5^^^^^^^^^^^^510^^^^^^^^^^0.204^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06436~^~CAMPBELL'S CHUNKY SOUPS,PORK RST CARROTS POTATOES SOUP~^85.60^50^3.27^1.22^3.38^6.53^1.2^1.22^8^0.15^^^^363^^^^^0.0^^^^^^^^^^^^1224^^^^^^^^^^0.612^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06437~^~CAMPBELL'S CHUNKY SOUPS,ROADHOUSE - BF BEAN CHILI~^78.70^95^6.12^3.27^1.71^10.20^3.3^4.49^16^0.73^^^^355^^^^^0.5^^^^^^^^^^^^204^^^^^^^^^^1.429^^^12^245.00^~1 cup~^245.00^~1 serving~^0 ~06438~^~CAMPBELL'S CHUNKY SOUPS,SALISBURY STEAK MUSHRMS ONIONS SOUP~^85.20^62^3.67^1.84^1.53^7.76^2.0^2.45^8^0.44^^^^363^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^1.020^^^6^245.00^~1 serving~^245.00^~1 cup~^0 ~03045~^~BABYFOOD,DINNER,MACARONI&TOMATO&BF,JR~^86.70^59^2.50^1.10^0.30^9.40^1.1^2.43^14^0.36^7^44^72^17^0.36^0.039^^8.4^1.5^0.048^0.055^0.751^^0.047^9^3^7^11^10.4^0.24^691^35^0^154^338^0^250^12^0.81^6.7^0.411^0.447^0.079^4^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03046~^~BABYFOOD,RAVIOLI,CHS FILLED,W/TOMATO SAU~^76.50^99^3.60^2.20^1.40^16.30^0.1^0.59^54^0.80^7^56^32^297^0.35^0.040^^13.4^0.1^0.120^0.140^1.650^^0.090^36^0^36^36^8.0^0.05^494^51^32^2^230^3^1632^69^0.42^9.4^0.960^0.570^0.480^7^16.00^~1 tbsp~^8.00^~1 piece~^0 ~03047~^~BABYFOOD,DINNER,BF NOODLE,STR~^86.84^63^2.44^2.26^0.28^8.18^1.3^1.42^10^0.41^10^38^87^15^0.60^0.050^0.120^3.6^0.1^0.035^0.035^0.616^0.101^0.036^8^4^4^11^8.6^0.19^716^36^0^159^350^0^476^23^0.31^1.6^0.937^0.941^0.141^8^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03048~^~BABYFOOD,MACARONI&CHS,TODD~^81.70^83^3.50^2.60^1.00^11.20^0.5^0.79^102^0.60^9^81^18^230^0.43^0.041^^6.6^0.0^0.040^0.090^0.790^^0.050^25^23^3^41^3.2^0.06^11^3^3^0^0^0^0^0^0.01^0.0^1.530^0.700^0.170^7^28.35^~1 oz~^^~~^0 ~03049~^~BABYFOOD,DINNER,BF&RICE,TODD~^81.90^82^5.00^2.90^1.40^8.80^^0.00^11^0.69^8^35^120^357^0.92^0.054^^8.4^3.9^0.016^0.069^1.343^^0.139^6^0^6^6^^0.51^502^25^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~03050~^~BABYFOOD,DINNER,SPAGHETTI&TOMATO&MEAT,JR~^84.17^68^2.57^1.37^0.47^11.42^1.1^2.72^15^0.53^11^35^122^75^0.53^0.030^0.120^8.4^0.2^0.048^0.068^0.967^0.086^0.064^27^24^3^44^7.7^0.03^1255^63^0^304^601^0^0^0^0.07^0.8^0.543^0.497^0.185^5^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03051~^~BABYFOOD,DINNER,SPAGHETTI&TOMATO&MEAT,TODD~^81.60^75^5.30^1.00^1.30^10.80^^^22^0.90^15^45^163^358^0.48^0.020^^8.4^4.1^0.062^0.101^1.558^^0.083^32^26^6^50^^0.23^443^22^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~03052~^~BABYFOOD,DINNER,BF STEW,TODD~^86.90^51^5.10^1.20^1.40^5.50^1.1^1.39^9^0.72^11^44^142^345^0.87^0.072^^4.5^3.0^0.014^0.065^1.313^^0.074^6^0^6^6^16.5^0.51^1649^82^0^346^816^0^2575^26^0.50^2.5^0.580^0.440^0.100^13^28.35^~1 oz~^170.00^~1 jar~^0 ~03053~^~BABYFOOD,DINNER,VEG&BF,STR~^84.94^77^2.21^3.60^0.41^8.84^1.3^2.34^17^0.35^10^33^145^21^0.38^0.030^0.180^2.2^0.2^0.008^0.048^0.789^0.099^0.063^6^3^3^7^16.5^0.18^4926^246^0^810^2545^11^627^51^0.49^5.2^1.367^1.289^0.298^7^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03054~^~BABYFOOD,DINNER,VEG&BF,JR~^84.94^77^2.21^3.60^0.41^8.84^1.3^2.34^17^0.35^10^33^145^21^0.38^0.030^0.106^2.2^0.2^0.008^0.048^0.789^0.099^0.063^6^3^3^7^16.5^0.33^3600^246^0^810^2545^11^627^51^0.49^5.2^1.367^1.289^0.298^7^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03055~^~BABYFOOD,DINNER,BF W/VEG~^84.30^96^2.03^6.93^0.38^6.36^1.8^2.16^19^0.33^15^24^127^23^0.35^0.036^0.006^2.2^0.0^0.030^0.060^0.700^0.259^0.083^11^0^11^11^9.9^0.09^4436^222^0^993^2165^0^0^58^0.57^11.6^2.840^3.120^0.900^12^113.00^~1 jar, Beech-Nut Stage 2 (4 oz)~^^~~^0 ~03059~^~BABYFOOD,DINNER,VEG&BACON,STR~^85.75^69^1.92^2.95^0.40^8.81^1.7^1.77^14^0.30^10^28^116^49^0.30^0.040^0.140^1.7^0.3^0.032^0.039^0.474^0.160^0.058^3^0^3^3^16.4^0.06^2284^114^0^515^1112^0^1^225^0.51^9.1^1.063^1.347^0.377^4^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03061~^~BABYFOOD,DINNER,VEG&HAM,STR~^87.47^59^2.19^2.14^0.41^7.80^1.6^1.37^16^0.41^12^33^141^16^0.32^0.070^0.140^2.4^1.6^0.035^0.054^0.676^0.151^0.072^3^0^3^3^12.7^0.06^2872^144^0^645^1401^0^685^49^0.31^2.7^0.764^0.963^0.234^5^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03062~^~BABYFOOD,DINNER,VEG&HAM,JR~^87.00^60^2.02^1.89^0.45^8.65^1.0^0.99^14^0.24^8^33^97^87^0.30^0.030^0.070^2.4^1.1^0.032^0.040^0.512^^0.046^8^0^8^8^4.2^0.03^2872^144^0^645^1401^0^685^49^0.31^2.7^0.483^0.811^0.448^3^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03066~^~BABYFOOD,DINNER,VEG&LAMB,STR~^88.60^52^2.00^2.00^0.50^6.90^1.1^0.94^12^0.35^7^49^94^20^0.22^0.029^^2.4^1.2^0.018^0.034^0.529^0.160^0.046^4^0^4^4^9.5^0.16^1995^100^0^443^976^0^947^34^0.24^2.3^0.828^0.822^0.167^6^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03067~^~BABYFOOD,DINNER,VEG&LAMB,JR~^88.60^51^2.10^1.70^0.50^7.10^1.1^0.94^13^0.34^7^49^95^13^0.22^0.029^^2.4^1.7^0.021^0.032^0.554^0.159^0.044^4^0^4^4^^0.16^1483^138^76^^^^^^0.24^^0.696^0.690^0.154^5^28.35^~1 oz~^170.00^~1 jar~^0 ~03068~^~BABYFOOD,DINNER,CHICK NOODLE,STR~^85.64^66^2.69^2.06^0.53^9.08^2.1^2.50^27^0.64^14^46^139^23^0.55^0.070^0.160^3.7^0.1^0.044^0.061^0.723^0.198^0.064^11^3^8^13^10.5^0.02^2182^110^1^495^1060^0^0^40^0.21^1.9^0.595^0.854^0.461^16^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03069~^~BABYFOOD,DINNER,CHICK NOODLE,JR~^87.25^55^2.37^1.18^0.41^8.79^0.9^1.07^21^0.38^7^79^39^78^0.40^0.030^0.100^3.7^0.1^0.032^0.040^0.703^0.178^0.052^7^2^5^8^7.7^0.01^1729^87^1^392^840^0^0^32^0.15^1.6^0.338^0.467^0.272^9^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03070~^~BABYFOOD,DINNER,CHICK SOUP,STR~^89.10^50^1.60^1.70^0.40^7.20^1.1^1.72^37^0.27^5^24^66^16^0.22^0.279^^1.4^1.0^0.017^0.032^0.293^^0.037^5^0^5^5^6.4^0.12^1384^69^0^313^674^0^0^40^0.51^6.9^0.278^0.425^0.900^4^^~~^16.00^~1 tbsp~^0 ~03072~^~BABYFOOD,DINNER,CHICK STEW,TODD~^83.30^78^5.20^3.70^1.40^6.40^0.6^1.68^36^0.66^10^51^92^200^0.41^0.020^^5.5^1.9^0.031^0.074^1.153^^0.046^16^15^1^27^20.6^0.14^1010^52^2^214^495^0^0^178^0.22^3.7^1.100^1.700^0.770^29^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03073~^~BABYFOOD,DINNER,VEG CHICK,STR~^86.90^59^2.47^1.73^0.49^8.42^2.1^1.58^27^0.53^14^47^158^24^0.48^0.070^0.150^2.8^0.1^0.032^0.052^0.720^0.107^0.072^5^0^5^5^9.7^0.01^4132^207^0^938^2009^0^0^72^0.32^3.4^0.496^0.712^0.374^11^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03075~^~BABYFOOD,DINNER,VEG,NOODLES&CHICK,STR~^87.20^63^2.00^2.50^0.40^7.90^1.1^^28^0.35^10^31^55^20^0.25^0.054^^3.2^0.7^0.032^0.049^0.407^0.190^0.021^3^0^3^3^^0.08^1417^71^0^^^^^^^^^^^^28.35^~1 oz~^113.00^~1 jar~^0 ~03076~^~BABYFOOD,DINNER,VEG,NOODLES&CHICK,JR~^86.20^64^1.70^2.20^0.70^9.10^1.1^^26^0.49^11^33^59^26^0.32^0.058^^3.2^0.8^0.042^0.037^0.675^0.204^0.023^3^0^3^3^^0.09^1051^53^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~04654~^~OIL,INDUS,SOY (PART HYDROG) & CTTNSD,TORTILLA SHORTENING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^12.10^24.7^25.883^59.133^10.305^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04655~^~MARGARINE-LIKE SHORTENING,INDUS,SOY(PART HYDR),CTTNSD,& SOY~^28.00^628^0.00^71.00^1.00^0.00^0.0^0.00^0^0.00^0^0^0^864^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^22.869^37.243^7.512^0^14.00^~1 tbsp~^^~~^0 ~04656~^~OIL,VEG,INDUS,PALM KERNEL,CONFECTION FAT~^0.05^884^0.00^100.00^0.01^0.00^0.0^0.00^1^0.29^0^0^2^6^0.04^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^3.81^24.7^87.558^5.406^0.834^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04657~^~OIL,VEG,INDUSTRIAL,PALM KERNEL (HYDROGENATED),CONFECTION FAT~^0.05^884^0.00^100.00^0.01^0.00^0.0^0.00^1^0.15^0^0^1^6^0.08^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^3.81^24.7^93.701^0.257^0.000^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04658~^~OIL,VEG,INDUS,PALM KERNEL (HYDROG),CONFECTION FAT~^0.04^884^0.00^100.00^0.01^0.00^0.0^0.00^1^0.15^0^0^1^6^0.04^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^3.81^24.7^92.614^1.271^0.037^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04659~^~OIL,INDUS,COCNT,CONFECTION FAT,ICE CRM COATINGS~^0.08^884^0.00^100.00^0.01^0.00^0.0^0.00^2^0.15^0^0^2^5^0.04^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.09^0.5^86.503^5.681^1.450^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04660~^~OIL,VEG,INDUSTRIAL,PALM KERNEL (HYDROG) WHIPPED TOPPINGS~^0.04^884^0.00^100.00^0.01^0.00^0.0^0.00^1^0.15^0^0^2^6^0.04^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^3.81^24.7^88.965^4.934^0.000^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04661~^~OIL,INDUS,COCNT (HYDR),WHIPPED TOPPINGS&COFFEE WHITENERS~^0.07^880^0.00^99.50^0.01^0.00^0.0^0.00^1^0.15^0^0^2^7^0.04^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.09^0.5^93.536^0.267^0.000^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04662~^~OIL,VEG,INDUSTRIAL,PALM & PALM KERNEL,FILLING FAT~^0.04^880^0.00^99.50^0.01^0.00^0.0^0.00^1^0.15^0^0^4^6^0.04^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^24.0^0.00^0^0^0^0^0^0^0^0^3.81^24.7^71.444^19.702^3.247^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04663~^~OIL,INDUSTRIAL,PALM KERNEL (HYDROGENATED),FILLING FAT~^0.08^884^0.00^100.00^0.01^0.00^0.0^0.00^2^0.15^0^0^1^6^0.04^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^3.81^24.7^88.209^5.705^0.000^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04664~^~OIL,INDUS,SOY (PARTIALLY HYDR ),PALM,FOR ICINGS & FILLINGS~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.10^24.7^28.421^59.715^7.095^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04665~^~MARGARINE,INDUS,NON-DAIRY,CTTNSD,SOY OIL (PART HYDR )~^15.80^714^1.90^80.20^2.00^0.00^0.0^0.00^66^0.00^6^51^94^879^0.00^0.000^^0.0^0.4^0.022^0.081^0.050^0.187^0.019^3^0^3^3^^0.21^4286^1032^981^0^610^0^0^^4.60^106.2^20.442^46.692^9.265^0^14.00^~1 tbsp~^^~~^0 ~04666~^~SHORTENING,INDUSTRIAL,SOY (PARTIALLY HYDR )&CORN FOR FRYING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.80^43.0^17.416^40.824^36.038^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04667~^~SHORTENING,INDUS,SOY (PART HYDR ) FOR BAKING & CONFECTIONS~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.80^43.0^18.788^71.023^5.400^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04668~^~MARGARINE,INDUS,SOY & PART HYDR SOY OIL,BAKING,SAUCES,CANDY~^17.17^714^0.18^80.00^1.94^0.71^0.0^0.00^3^0.12^1^5^18^886^0.11^^^^^0.012^0.000^0.003^0.000^0.000^1^0^1^1^^0.21^3571^^^^^^^^6.23^75.0^16.321^37.460^22.422^0^227.00^~1 cup~^14.00^~1 tbsp~^0 ~04669~^~USDA CMDTY FD,OIL,VEG,SOYBN,REFINED~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.02^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.18^183.9^15.251^22.727^57.333^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04670~^~USDA CMDTY FD,OIL,VEG,LO SATURATED FAT~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.02^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^9.21^197.6^7.429^22.730^65.138^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04671~^~USDA CMDTY FD,SHORTENING,SOYBN & SOYBN (PARTIALLY HYDROG)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^17.139^32.666^45.209^0^205.00^~1 cup~^12.80^~1 tablespoon~^0 ~04672~^~USDA CMDTY FD,SHORTENING,ALLPURP,SOYBN (PART HYDROG)&CTTNSD~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^23.243^64.431^6.968^0^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04673~^~MARGARINE-LIKE SPRD,SMART BALANCE REG BUTTERY SPRD~^30.80^605^0.00^66.90^1.29^0.00^0.0^0.00^^^^4^28^646^^^^^^^^^^^^^^^^^3819^^^^^^^^11.10^55.5^19.510^25.640^17.700^0^14.00^~1 tablespoon~^^~~^0 ~04674~^~MARGARINE-LIKE SPRD,SMART BALANCE LT BUTTERY SPRD~^59.89^337^0.02^36.41^1.70^1.98^^^3^0.00^1^1^32^580^0.00^0.000^0.000^^^0.000^0.000^0.000^^0.000^^^^^^^5161^1433^1410^^275^^^^15.75^46.8^10.087^13.699^9.651^^14.00^~1 tbsp~^^~~^0 ~04675~^~MARGARINE-LIKE SPRD,SMART BEAT SUPER LT WO/ SATURATED FAT~^80.83^158^0.00^17.10^1.91^0.00^0.0^0.00^^^^0^12^755^^^^^^^^^^^^^^^^^4489^^^^^^^^1.70^12.3^2.220^7.600^3.980^0^14.00^~1 tablespoon~^^~~^0 ~04676~^~MARGARINE-LIKE SPRD,SMART BEAT SMART SQUEEZE~^87.91^47^0.00^2.10^2.45^7.10^0.0^1.00^^^^0^26^829^^^^^^^^^^^^^^^^^5772^^^^^^^^0.20^4.2^0.310^0.470^1.180^0^14.00^~1 tablespoon~^^~~^0 ~04677~^~MARGARINE-LIKE SPRD,SMART BALANCE OMEGA PLUS SPRD~^27.10^605^0.00^66.80^1.96^0.00^0.0^0.00^^^^23^71^729^^^^^^^^^^^^^^^^^5407^^^^^^^^10.00^52.5^19.350^25.310^18.140^0^14.00^~1 tablespoon~^^~~^0 ~04678~^~OIL,VEG,NATREON CANOLA,HI STABILITY,NON TRANS,HI OLEIC (70%)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^^^^^^0^^^^^0.0^0.000^0.000^0.000^^^^^^^^^0^^^^^^^^21.80^^6.511^71.991^17.098^0^14.00^~1 tbsp~^^~~^0 ~04679~^~OIL,PAM COOKING SPRAY,ORIGINAL~^0.11^792^0.26^78.69^0.25^20.69^0.0^0.00^0^0.00^^^^59^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^11.600^55.790^9.820^0^0.27^~1 spray, , about 1/3 second (1 NLEA serving)~^^~~^0 ~04683~^~MARGARINE,MARGARINE-LIKE VEG OIL SPRD,67-70% FAT,TUB~^29.52^606^0.07^68.29^1.53^0.59^^^^^^^^536^^^^^^^^^^^^^^^^^3571^^^^^^^^13.00^^16.688^24.748^23.794^^14.00^~1 tbsp, (1 NLEA serving)~^^~~^0 ~04684~^~MARGARINE,80% FAT,TUB,CANOLA HARVEST SOFT SPRD~^16.06^730^0.41^80.32^1.82^1.39^^^^^^^^714^^^^^^^^^^^^^^^^^^^^^^^^^26.63^^11.648^45.262^21.344^^14.00^~1 tablespoon, (1 NLEA serving)~^^~~^0 ~04685~^~OIL,COOKING & SALAD,ENOVA,80% DIGLYCERIDES~^0.00^884^0.00^100.00^0.00^0.00^^^^^^^^0^^^^^^^^^^^^^^^^^^^^^^^^^21.64^^4.630^37.016^53.370^^14.00^~1 tbsp, (1 NLEA serving)~^214.47^~1 cup~^0 ~04686~^~SALAD DRSNG,HONEY MUSTARD DRSNG,RED CAL~^57.19^207^0.98^10.00^2.56^29.27^0.8^18.33^67^0.41^12^28^55^900^0.17^0.025^0.144^6.8^0.4^0.070^0.013^0.118^0.071^0.020^2^0^2^2^4.9^0.00^14^1^0^0^6^5^0^4^1.46^13.3^0.833^5.573^3.152^0^30.00^~2 tbsp, (1 serving)~^^~~^0 ~04687~^~MARGARINE-LIKE SPRD,BENECOL LT SPRD~^53.73^357^0.00^38.71^1.86^5.71^^^4^0.00^1^4^4^670^0.00^0.000^0.000^^^0.012^0.000^0.000^^0.000^^^^^^^4567^1370^1370^^^^^^37.22^56.5^4.770^18.932^11.948^^14.00^~1 tablespoon, (1 NLEA serving)~^^~~^0 ~05641~^~OSTRICH,GROUND,RAW~^71.07^165^20.22^8.70^0.73^0.00^0.0^0.00^7^2.91^20^199^291^72^3.51^0.128^0.017^33.0^0.0^0.182^0.267^4.377^1.080^0.475^7^0^7^7^^4.61^0^0^0^0^0^0^0^0^0.24^^2.177^2.654^0.910^71^108.79^~1 patty~^435.15^~4 patty~^0 ~05642~^~OSTRICH,GROUND,CKD,PAN-BROILED~^67.12^175^26.15^7.07^0.83^0.00^0.0^0.00^8^3.43^23^224^323^80^4.33^0.136^0.017^33.5^0.0^0.213^0.268^6.557^1.210^0.501^14^0^14^14^65.7^5.74^0^0^0^0^0^0^0^0^0.24^3.5^1.793^2.156^0.739^83^93.25^~1 patty~^85.00^~1 serving, ( 3 oz )~^0 ~05643~^~OSTRICH,FAN,RAW~^75.93^117^21.81^2.65^0.61^0.00^0.0^0.00^6^4.38^22^211^308^75^3.71^0.136^0.017^34.9^0.0^0.196^0.288^4.722^1.165^0.513^8^0^8^8^^4.97^0^0^0^0^0^0^0^0^0.20^^0.950^0.950^0.500^73^^~~^^~~^0 ~05644~^~OSTRICH,INSIDE LEG,RAW~^75.97^111^22.39^1.72^0.61^0.00^0.0^0.00^5^2.30^22^220^320^72^3.87^0.141^0.018^36.4^0.0^0.201^0.295^4.847^1.196^0.526^8^0^8^8^^5.10^0^0^0^0^0^0^0^0^0.20^^0.600^0.600^0.380^66^85.00^~1 serving, ( 3 oz )~^^~~^0 ~05645~^~OSTRICH,INSIDE LEG,CKD~^69.95^141^29.01^1.94^0.76^0.00^0.0^0.00^6^3.12^25^244^352^83^4.71^0.148^0.018^36.5^0.0^0.237^0.298^7.274^1.342^0.555^16^0^16^16^^6.36^0^0^0^0^0^0^0^0^0.22^^0.700^0.670^0.320^73^85.00^~1 serving, ( 3 oz )~^^~~^0 ~05646~^~OSTRICH,INSIDE STRIP,RAW~^74.16^127^23.69^2.87^1.22^0.00^0.0^0.00^5^4.20^23^226^330^76^3.98^0.145^0.019^37.5^0.0^0.213^0.312^5.129^1.266^0.557^9^0^9^9^^5.40^0^0^0^0^0^0^0^0^0.21^^0.923^1.179^0.591^73^^~~^^~~^0 ~05647~^~OSTRICH,INSIDE STRIP,CKD~^66.53^164^29.37^4.26^0.85^0.00^0.0^0.00^5^4.80^26^253^366^73^4.90^0.153^0.019^37.9^0.0^0.240^0.301^7.364^1.359^0.562^16^0^16^16^^6.44^0^0^0^0^0^0^0^0^0.24^^1.710^1.740^0.740^97^85.00^~1 serving, ( 3 oz )~^^~~^0 ~05648~^~OSTRICH,OUTSIDE LEG,RAW~^75.59^115^22.86^1.96^0.62^0.00^0.0^0.00^5^2.65^23^221^322^90^3.89^0.142^0.018^36.6^0.0^0.205^0.302^4.949^1.221^0.537^8^0^8^8^^5.21^0^0^0^0^0^0^0^0^0.20^^0.610^0.590^0.430^65^^~~^^~~^0 ~05649~^~OSTRICH,OUTSIDE STRIP,RAW~^74.58^120^23.36^2.21^1.13^0.00^0.0^0.00^5^3.69^23^229^333^70^4.02^0.147^0.019^37.9^0.0^0.210^0.308^5.058^1.248^0.549^8^0^8^8^^5.33^0^0^0^0^0^0^0^0^0.21^^0.771^0.874^0.462^79^^~~^^~~^0 ~05650~^~OSTRICH,OUTSIDE STRIP,CKD~^66.88^156^28.55^3.83^0.83^0.00^0.0^0.00^5^4.30^26^254^367^72^4.91^0.154^0.019^38.0^0.0^0.233^0.293^7.158^1.321^0.546^16^0^16^16^^6.26^0^0^0^0^0^0^0^0^0.24^^1.430^1.590^0.440^93^85.00^~1 serving, ( 3 oz )~^^~~^0 ~05651~^~OSTRICH,OYSTER,RAW~^75.62^125^21.55^3.67^0.62^0.00^0.0^0.00^6^3.86^21^204^297^83^3.59^0.131^0.017^33.8^0.0^0.194^0.284^4.665^1.151^0.507^8^0^8^8^^4.91^0^0^0^0^0^0^0^0^0.20^^1.220^1.250^0.610^73^^~~^^~~^0 ~05652~^~OSTRICH,OYSTER,CKD~^67.55^159^28.81^3.97^0.82^0.00^0.0^0.00^6^4.90^29^281^409^81^4.94^0.180^0.023^46.5^0.0^0.235^0.296^7.224^1.333^0.551^16^0^16^16^^6.32^0^0^0^0^0^0^0^0^0.23^^1.690^1.450^0.510^90^85.00^~1 serving, ( 3 oz )~^^~~^0 ~05653~^~OSTRICH,RND,RAW~^75.68^116^21.99^2.40^0.62^0.00^0.0^0.00^5^3.54^22^216^315^72^3.80^0.139^0.018^35.8^0.0^0.198^0.290^4.761^1.175^0.517^8^0^8^8^^5.01^0^0^0^0^0^0^0^0^0.20^^0.810^0.850^0.520^71^^~~^^~~^0 ~05654~^~OSTRICH,TENDERLOIN,RAW~^74.50^123^22.07^3.19^0.73^0.00^0.0^0.00^6^4.88^22^220^320^86^3.87^0.141^0.018^36.4^0.0^0.198^0.291^4.778^1.179^0.519^8^0^8^8^^5.03^0^0^0^0^0^0^0^0^0.21^^1.170^1.230^0.750^80^^~~^^~~^0 ~05655~^~OSTRICH,TIP RAW~^76.12^114^21.85^2.30^0.61^0.00^0.0^0.00^5^2.86^22^213^310^67^3.74^0.137^0.018^35.2^0.0^0.196^0.288^4.730^1.167^0.514^8^0^8^8^^4.98^0^0^0^0^0^0^0^0^0.20^^0.860^0.790^0.450^72^^~~^^~~^0 ~06439~^~CAMPBELL'S CHUNKY SOUPS,SAVORY CHICK WHITE WILD RICE SOUP~^88.00^48^2.86^0.82^0.98^7.35^0.8^0.41^8^0.00^^^^331^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.204^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06440~^~SOUP,MINESTRONE,CND,PREP W/ EQ VOLUME H2O~^91.33^34^1.77^1.04^1.19^4.66^0.4^^14^0.38^3^23^130^378^0.31^0.051^0.152^^0.5^0.022^0.018^0.391^0.140^0.041^15^8^7^21^^0.00^970^49^0^^^^^^^^0.230^0.290^0.460^1^241.00^~1 cup, (8 fl oz)~^586.00^~1 can, (10.5 oz), prepared~^0 ~06441~^~CAMPBELL'S CHUNKY SOUPS,SAVORY POT RST SOUP~^87.30^48^3.27^0.61^1.48^7.35^1.2^1.63^8^0.29^^^^359^^^^^0.5^^^^^^^^^^^^1429^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06442~^~SOUP,MUSHROOM BARLEY,CND,PREP W/ EQ VOLUME H2O~^92.40^30^0.77^0.93^1.10^4.80^0.3^^5^0.21^4^25^38^365^0.20^0.100^0.050^^0.0^0.010^0.036^0.360^0.050^0.070^2^0^2^2^^0.00^81^4^0^^^^^^^^0.180^0.410^0.290^0^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06443~^~SOUP,CRM OF MUSHROOM,CND,PREP W/ EQ VOLUME H2O~^92.04^42^0.79^2.88^1.00^3.29^0.0^0.72^7^0.54^2^13^30^318^0.10^0.080^0.040^1.2^0.0^0.021^0.022^0.208^0.114^0.000^1^0^1^1^4.7^0.00^14^4^4^0^1^0^0^0^0.40^0.8^0.676^0.543^0.702^0^247.90^~1 serving, 1 cup~^30.99^~1 fl oz~^0 ~06444~^~SOUP,MUSHROOM W/ BF STOCK,CND,PREP W/ EQ VOLUME H2O~^92.08^35^1.29^1.65^1.17^3.81^0.3^^4^0.34^4^15^65^397^0.57^0.103^0.154^^0.4^0.014^0.039^0.494^0.100^0.015^4^0^4^4^^0.00^514^26^0^^^^^^^^0.640^0.580^0.320^3^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06445~^~SOUP,ONION,CND,PREP W/ EQ VOLUME H2O~^93.26^23^1.50^0.70^1.27^3.27^0.3^1.33^12^0.27^1^4^28^423^0.25^0.054^0.098^1.7^0.5^0.013^0.010^0.240^0.000^0.020^6^0^6^6^2.0^0.00^5^1^1^0^1^0^0^0^0.11^0.2^0.103^0.299^0.260^0^243.39^~1 serving, 1 cup~^30.42^~1 fl oz~^0 ~06446~^~SOUP,CRM OF ONION,CND,PREP W/ EQ VOLUME H2O~^90.50^44^1.13^2.16^1.10^5.20^0.4^^14^0.26^2^15^49^380^0.06^0.060^0.100^^0.5^0.021^0.031^0.206^0.120^0.010^3^0^3^3^^0.02^121^6^0^^^^^^^^0.600^0.860^0.600^6^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06447~^~CAMPBELL'S CHUNKY SOUPS,SAVORY VEG SOUP~^88.20^44^1.22^0.41^1.19^8.98^1.6^2.45^16^0.29^^^^314^^^^^0.0^^^^^^^^^^^^1633^^^^^^^^^^0.204^^^0^245.00^~1 cup~^245.00^~1 serving~^0 ~06448~^~SOUP,OYSTER STEW,CND,PREP W/ EQ VOLUME H2O~^94.86^24^0.87^1.59^0.99^1.69^^^9^0.41^2^20^20^407^4.27^0.661^0.152^^1.3^0.009^0.015^0.097^0.050^0.005^1^0^1^1^^0.91^29^8^7^^^^^^^^1.040^0.380^0.070^6^241.00^~1 cup, (8 fl oz)~^586.00^~1 can, (10.5 oz), prepared~^0 ~06449~^~SOUP,PEA,GRN,CND,PREP W/ EQ VOLUME H2O~^84.55^61^3.20^1.09^1.28^9.88^1.9^3.19^12^0.73^15^47^71^344^0.64^0.146^0.245^3.6^0.6^0.040^0.025^0.462^0.049^0.020^1^0^1^1^13.2^0.00^12^3^3^0^1^0^0^0^0.09^0.2^0.524^0.372^0.142^0^259.48^~1 serving, 1 cup~^32.44^~1 fl oz~^0 ~06451~^~SOUP,PEA,SPLIT W/ HAM,CND,PREP W/ EQ VOLUME H2O~^81.77^75^4.08^1.74^1.36^11.05^0.9^^9^0.90^19^84^158^398^0.52^0.146^0.265^^0.6^0.058^0.030^0.583^0.100^0.027^1^0^1^1^^0.10^176^9^0^^^^^^^^0.700^0.710^0.250^3^253.00^~1 cup, (8 fl oz)~^614.00^~1 can, (11.5 oz), prepared~^0 ~06452~^~SOUP,PEPPERPOT,CND,PREP W/ EQ VOLUME H2O~^90.46^41^2.54^1.85^1.40^3.75^0.2^0.00^11^0.36^2^17^61^390^0.49^0.054^0.245^0.0^0.5^0.021^0.019^0.489^0.137^0.024^4^0^4^4^5.0^0.07^346^19^0^79^190^2^576^13^0.03^0.0^0.822^0.803^0.142^4^243.26^~1 serving, 1 cup~^30.41^~1 fl oz~^0 ~06453~^~SOUP,CRM OF POTATO,CND,PREP W/ EQ VOLUME H2O~^92.49^30^0.72^0.97^1.14^4.70^0.2^^8^0.20^1^19^56^410^0.26^0.103^0.154^^0.0^0.014^0.015^0.221^0.340^0.015^1^0^1^1^^0.02^118^29^27^^^^^^^^0.500^0.230^0.170^2^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06454~^~CAMPBELL'S CHUNKY SOUPS,SIZZLIN' STEAK- GRLD STK CHILI BNS~^80.00^81^6.53^1.22^1.22^11.02^2.9^3.67^16^0.73^^^^355^^^^^0.5^^^^^^^^^^^^306^^^^^^^^^^0.408^^^6^245.00^~1 serving~^245.00^~1 cup~^0 ~06455~^~SOUP,SCOTCH BROTH,CND,PREP W/ EQ VOLUME H2O~^91.84^33^2.03^1.07^1.20^3.87^0.5^0.26^8^0.34^2^23^65^415^0.65^0.105^0.150^1.1^0.4^0.008^0.019^0.475^0.140^0.030^4^0^4^4^5.1^0.11^0^0^0^0^0^0^0^0^0.03^0.0^0.455^0.315^0.225^2^241.00^~1 cup~^586.00^~1 can, (10.5 oz), prepared~^0 ~03077~^~BABYFOOD,DINNER,PASTA W/VEG~^87.30^60^1.70^2.10^0.41^8.40^1.5^1.20^14^0.50^24^50^133^11^0.40^0.110^0.390^6.4^2.9^0.060^0.050^0.560^0.178^0.110^9^0^9^9^6.4^0.00^555^41^16^39^282^0^290^341^0.23^2.1^1.230^0.580^0.144^5^113.00^~1 jar, Gerber (4 oz)~^^~~^0 ~03079~^~BABYFOOD,DINNER,VEG&NOODLES&TURKEY,STR~^90.30^44^1.20^1.20^0.40^6.80^1.1^^32^0.19^8^25^63^21^0.27^0.022^^2.8^0.8^0.018^0.044^0.250^0.186^0.016^2^0^2^2^^0.10^991^50^0^^^^^^^^^^^^28.35^~1 oz~^113.00^~1 jar~^0 ~03081~^~BABYFOOD,DINNER,VEG&NOODLES&TURKEY,JR~^88.70^52^1.80^1.50^0.40^7.60^1.1^^32^0.26^9^29^73^17^0.30^0.026^^2.8^0.8^0.024^0.040^0.299^0.217^0.018^3^0^3^3^^0.12^994^50^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~03082~^~BABYFOOD,DINNER,TURKEY&RICE,STR~^88.22^52^2.27^1.24^0.33^7.94^0.9^1.66^18^0.29^8^34^91^20^0.40^0.030^0.130^3.0^0.2^0.022^0.040^0.648^0.177^0.052^4^0^4^4^6.8^0.02^1622^81^0^368^789^0^0^38^0.14^1.5^0.338^0.446^0.308^5^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03083~^~BABYFOOD,DINNER,TURKEY&RICE,JR~^86.64^56^2.37^0.92^0.50^9.57^1.0^1.25^24^0.41^9^37^86^80^0.47^0.030^0.120^3.3^0.3^0.033^0.044^0.692^0.200^0.052^8^0^8^8^7.7^0.02^1886^94^0^410^927^0^1127^134^0.31^3.0^0.239^0.304^0.233^4^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03084~^~BABYFOOD,DINNER,VEG&TURKEY,STR~^88.82^48^2.32^0.90^0.35^7.62^1.5^1.54^27^0.37^13^44^102^20^0.70^0.090^0.140^1.9^0.7^0.020^0.024^0.466^0.224^0.044^10^0^10^10^6.7^0.02^4396^220^0^998^2139^0^0^76^0.30^3.9^0.236^0.294^0.241^4^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03085~^~BABYFOOD,DINNER,VEG&TURKEY,JR~^88.50^53^1.72^1.74^0.49^7.55^0.9^1.36^16^0.36^9^32^98^89^0.30^0.020^0.060^1.9^0.4^0.022^0.032^0.539^0.162^0.052^7^0^7^7^9.4^0.01^4325^216^0^976^2107^0^0^174^0.31^4.8^0.485^0.687^0.391^4^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03086~^~BABYFOOD,DINNER,VEG&TURKEY,TODD~^82.30^80^4.80^3.40^1.40^8.00^^0.00^46^0.60^16^57^166^334^0.32^0.042^^1.9^3.4^0.020^0.090^0.586^^0.060^3^0^3^3^^0.44^2099^105^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~03089~^~BABYFOOD,DINNER,MACARONI&CHS,STR~^85.25^67^3.14^2.11^0.55^8.95^0.7^1.27^66^0.21^8^86^67^87^0.40^0.020^0.090^3.8^0.1^0.038^0.076^0.516^0.176^0.036^11^6^5^15^3.2^0.13^86^24^23^0^5^0^0^1^0.03^0.2^1.291^0.581^0.103^7^28.35^~1 oz~^113.00^~1 jar~^0 ~03090~^~BABYFOOD,DINNER,MACARONI&CHS,JR~^86.50^61^2.60^2.00^0.70^8.20^0.3^1.32^51^0.30^7^59^44^76^0.32^0.021^^3.8^1.3^0.056^0.064^0.545^^0.016^11^10^2^18^3.2^0.03^106^30^29^0^5^0^0^1^0.03^0.2^1.175^0.534^0.132^6^28.35^~1 oz~^170.00^~1 jar~^0 ~03091~^~BABYFOOD,VEG,GRN BNS,STR~^91.85^27^1.20^0.17^0.49^6.29^2.2^1.88^39^0.67^20^41^146^5^0.22^0.030^0.265^0.1^0.3^0.026^0.079^0.361^0.041^0.038^24^0^24^24^22.6^0.00^355^18^0^15^197^17^0^526^0.07^42.4^0.039^0.000^0.116^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~03092~^~BABYFOOD,VEG,GRN BNS,JR~^92.50^24^1.20^0.10^0.40^5.70^1.9^1.08^65^1.08^22^19^128^2^0.19^0.049^^0.3^8.4^0.021^0.102^0.321^0.151^0.035^33^0^33^33^22.6^0.00^433^24^0^0^292^0^0^493^0.32^11.1^0.023^0.004^0.052^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~03093~^~BABYFOOD,GRN BNS,DICES,TODD~^92.60^29^1.20^0.20^0.40^5.70^1.3^1.06^27^0.40^19^22^116^37^0.10^0.030^0.080^0.4^1.7^0.020^0.040^0.230^0.051^0.030^32^0^32^32^22.6^0.00^481^24^0^0^288^0^0^487^0.31^11.0^0.044^0.008^0.102^0^28.35^~1 oz~^127.50^~1 jar~^0 ~03096~^~BABYFOOD,VEG,GRN BNS&POTATOES~^86.20^62^2.20^1.90^0.70^9.00^1.4^2.35^60^0.50^20^61^148^18^0.30^0.040^0.280^0.7^1.1^0.040^0.110^0.460^0.286^0.080^10^0^10^10^10.0^0.15^85^14^12^0^28^0^0^50^0.08^1.4^1.117^0.539^0.132^5^113.00^~1 jar, Gerber (4 oz)~^^~~^0 ~03098~^~BABYFOOD,VEG,BEETS,STR~^90.10^34^1.30^0.10^0.90^7.70^1.9^6.09^14^0.32^14^14^182^83^0.12^0.070^^0.1^2.4^0.011^0.043^0.132^0.100^0.024^31^0^31^31^4.8^0.00^27^1^0^0^16^0^0^0^0.03^0.2^0.016^0.019^0.036^0^224.00^~1 cup~^14.00^~1 tbsp~^0 ~03099~^~BABYFOOD,VEG,CARROTS,STR~^92.30^27^0.80^0.10^0.80^6.00^1.7^3.64^22^0.37^9^20^196^37^0.15^0.041^^0.2^5.7^0.023^0.040^0.463^0.240^0.073^15^0^15^15^6.9^0.00^11461^573^0^2602^5575^0^0^0^0.52^14.4^0.018^0.004^0.047^0^224.00^~1 cup~^14.00^~1 tbsp~^0 ~03100~^~BABYFOOD,VEG,CARROTS,JR~^91.00^32^0.80^0.20^0.70^7.20^1.7^3.16^23^0.39^11^20^202^49^0.18^0.047^^0.2^5.5^0.024^0.041^0.497^0.278^0.080^17^0^17^17^8.0^0.00^11810^591^0^2682^5745^0^0^230^0.52^12.5^0.036^0.009^0.093^0^224.00^~1 cup~^14.00^~1 tbsp~^0 ~03104~^~Babyfood, vegetables, squash, strained~^92.66^28^0.81^0.20^0.60^5.73^0.9^3.37^24^0.32^14^21^185^6^0.19^0.030^0.083^0.2^0.3^0.029^0.048^0.683^0.212^0.070^8^0^8^8^7.6^0.00^1703^85^0^242^896^9^0^3527^0.55^4.7^0.020^0.020^0.040^0^16.46^~1 tbsp~^28.35^~1 oz~^0 ~03105~^~BABYFOOD,VEG,SQUASH,JR~^92.66^24^0.81^0.20^0.60^5.73^0.9^3.24^24^0.32^14^21^185^6^0.19^0.030^0.083^0.2^0.3^0.029^0.048^0.683^0.212^0.070^8^0^8^8^7.6^0.00^1703^85^0^242^896^9^0^3527^0.55^4.7^0.020^0.020^0.040^0^16.46^~1 tbsp~^28.35^~1 oz~^0 ~03108~^~BABYFOOD,VEG,SWT POTATOES,STR~^84.80^57^1.10^0.10^0.80^13.20^1.5^4.05^16^0.37^13^24^263^20^0.21^0.081^^0.7^9.9^0.028^0.033^0.358^0.390^0.093^10^0^10^10^13.1^0.00^6438^322^0^0^3863^0^0^0^0.52^1.4^0.021^0.004^0.044^0^224.00^~1 cup~^14.00^~1 tbsp~^0 ~03109~^~BABYFOOD,VEG,SWT POTATOES,JR~^84.10^60^1.10^0.10^0.70^13.90^1.5^4.24^16^0.39^12^24^243^22^0.11^0.100^^0.7^9.6^0.026^0.034^0.384^0.408^0.113^10^0^10^10^13.1^0.00^6636^332^0^0^3982^0^0^0^0.52^1.5^0.021^0.004^0.044^0^224.00^~1 cup~^14.00^~1 tbsp~^0 ~03112~^~BABYFOOD,POTATOES,TODDLER~^86.80^52^1.00^0.10^0.37^11.73^0.9^0.91^4^0.20^15^23^110^57^0.17^0.070^0.070^0.8^10.5^0.020^0.010^0.350^0.305^0.070^6^0^6^6^13.2^0.00^0^0^0^0^0^0^0^0^0.02^0.2^0.015^0.002^0.025^0^163.00^~1 cup~^10.00^~1 tbsp~^0 ~03114~^~BABYFOOD,VEG,BUTTERNUT SQUASH&CORN~^87.30^50^2.00^0.60^0.84^9.30^2.0^2.93^32^0.40^26^35^352^5^0.30^0.100^0.120^0.6^4.9^0.060^0.060^0.560^0.314^0.110^23^0^23^23^12.5^0.00^2793^140^0^362^1476^38^0^970^0.08^2.4^0.095^0.166^0.280^0^113.00^~1 jar, Gerber (4 oz)~^^~~^0 ~03115~^~BABYFOOD,APPLS,DICES,TODD~^87.50^51^0.20^0.10^0.13^12.10^0.9^10.83^10^0.20^6^13^50^13^0.04^0.020^0.040^0.3^31.3^0.010^0.020^0.080^0.039^0.050^1^0^1^1^3.4^0.00^31^2^0^0^14^10^0^19^0.23^0.6^0.020^0.004^0.030^0^28.35^~1 oz~^^~~^0 ~04688~^~SALAD DRSNG,SPRAY-STYLE DRSNG,ASSORTED FLAVORS~^71.00^165^0.16^10.75^1.50^16.60^0.3^14.29^6^0.18^^^^1102^^^^^0.7^^^^^^^^^^^^347^^^^^^^^^^1.643^^^0^8.00^~1 serving, (approximately 10 sprays)~^^~~^0 ~05001~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,RAW~^66.34^213^18.33^14.83^0.80^0.13^0.0^^11^1.31^20^149^189^70^1.48^0.064^0.029^11.8^2.6^0.061^0.186^6.639^1.072^0.340^30^0^30^30^^1.11^771^232^232^^^^^^^^4.240^6.080^3.190^90^1046.00^~1 chicken~^^~~^31 ~05002~^~CHICKEN,BROILER OR FRYER,MEAT&SKN&GIBLETS&NECK,FRIED,BATTER~^49.29^291^22.84^17.53^1.31^9.03^^^21^1.79^21^158^190^284^1.91^0.089^0.064^20.3^0.4^0.113^0.248^7.083^1.039^0.320^32^9^23^38^^0.83^603^181^181^^^^^^^^4.670^7.130^4.150^103^1028.00^~1 chicken~^308.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^21 ~05003~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,FRIED,FLR~^51.88^272^28.57^15.27^1.01^3.27^^^17^1.99^25^194^237^86^2.36^0.100^0.047^16.6^0.5^0.088^0.278^8.930^1.283^0.420^31^2^29^32^^1.11^826^248^248^^^^^^^^4.160^5.990^3.510^112^708.00^~1 chicken~^212.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^28 ~05004~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,RSTD~^60.11^234^26.78^13.27^0.90^0.06^0.0^0.00^15^1.66^23^182^212^79^2.16^0.080^0.031^15.9^0.5^0.063^0.224^7.908^1.128^0.380^29^0^29^29^73.3^0.94^636^191^191^0^0^0^0^0^0.33^2.4^3.700^5.170^2.900^107^682.00^~1 chicken~^205.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^31 ~05005~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,STWD~^64.04^216^24.49^12.37^0.76^0.06^0.0^^14^1.53^19^144^163^66^1.98^0.071^0.029^15.9^0.5^0.048^0.201^5.389^0.796^0.220^27^0^27^27^^0.79^579^174^174^^^^^^^^3.450^4.820^2.700^97^751.00^~1 chicken~^225.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^33 ~05006~^~CHICKEN,BROILERS OR FRYERS,MEAT & SKN,RAW~^65.99^215^18.60^15.06^0.79^0.00^0.0^0.00^11^0.90^20^147^189^70^1.31^0.048^0.019^14.4^1.6^0.060^0.120^6.801^0.910^0.350^6^0^6^6^59.7^0.31^140^42^41^0^0^0^0^0^0.30^1.5^4.310^6.240^3.230^75^276.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^460.00^~.5 chicken, bone removed~^32 ~05007~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,FRIED,BATTER~^49.39^289^22.54^17.35^1.30^9.42^0.3^0.00^21^1.37^21^155^185^292^1.67^0.072^0.057^25.5^0.0^0.115^0.189^7.043^0.889^0.310^18^10^8^25^63.5^0.28^93^28^28^0^0^0^0^0^1.24^2.4^4.610^7.090^4.100^87^280.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^466.00^~.5 chicken, bone removed~^22 ~05008~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,FRIED,FLR~^52.41^269^28.56^14.92^0.98^3.15^0.1^0.00^17^1.38^25^191^234^84^2.04^0.075^0.034^21.7^0.0^0.087^0.193^8.992^1.079^0.410^9^3^6^11^79.8^0.31^89^27^27^0^0^0^0^0^0.63^2.4^4.060^5.890^3.410^90^188.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^314.00^~.5 chicken, bone removed~^29 ~05009~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,RSTD~^59.45^239^27.30^13.60^0.92^0.00^0.0^0.00^15^1.26^23^182^223^82^1.94^0.066^0.020^23.9^0.0^0.063^0.168^8.487^1.030^0.400^5^0^5^5^65.9^0.30^161^48^48^0^0^0^0^0^0.27^2.4^3.790^5.340^2.970^88^140.00^~1 cup, chopped or diced~^178.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^33 ~05010~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,STWD~^63.93^219^24.68^12.56^0.76^0.00^0.0^0.00^13^1.16^19^139^166^67^1.76^0.057^0.019^18.0^0.0^0.046^0.148^5.594^0.667^0.220^5^0^5^5^57.4^0.20^146^44^44^0^0^0^0^0^0.27^2.1^3.500^4.930^2.740^78^140.00^~1 cup, chopped or diced~^200.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^34 ~05011~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,RAW~^75.46^119^21.39^3.08^0.96^0.00^0.0^0.00^12^0.89^25^173^229^77^1.54^0.053^0.019^15.7^2.3^0.073^0.142^8.239^1.058^0.430^7^0^7^7^65.7^0.37^52^16^16^0^0^0^0^0^0.21^1.8^0.790^0.900^0.750^70^197.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^329.00^~.5 chicken, bone and skin removed~^52 ~05012~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,CKD,FRIED~^57.53^219^30.57^9.12^1.09^1.69^0.1^0.00^17^1.35^27^205^257^91^2.24^0.075^0.028^24.5^0.0^0.085^0.198^9.663^1.166^0.480^7^0^7^7^91.2^0.34^59^18^18^0^0^0^0^0^0.46^2.8^2.460^3.350^2.150^94^140.00^~1 cup, chopped or diced~^155.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^42 ~05013~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,RSTD~^63.79^190^28.93^7.41^1.02^0.00^0.0^0.00^15^1.21^25^195^243^86^2.10^0.067^0.019^22.0^0.0^0.069^0.178^9.173^1.104^0.470^6^0^6^6^78.8^0.33^53^16^16^0^0^0^0^0^0.27^2.4^2.040^2.660^1.690^89^140.00^~1 cup, chopped or diced~^8.70^~1 tbsp~^46 ~05014~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,STWD~^66.81^177^27.29^6.71^0.85^0.00^0.0^0.00^14^1.17^21^150^180^70^1.99^0.061^0.019^20.9^0.0^0.049^0.163^6.117^0.746^0.260^6^0^6^6^72.4^0.22^50^15^15^0^0^0^0^0^0.27^2.4^1.840^2.390^1.540^83^140.00^~1 cup, chopped or diced~^8.70^~1 tbsp~^48 ~05015~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,RAW~^54.22^349^13.33^32.35^0.41^0.00^0.0^0.00^11^1.08^13^100^103^63^0.93^0.041^0.019^12.3^0.0^0.033^0.069^3.987^0.692^0.090^3^0^3^3^^0.23^262^76^76^0^6^0^0^0^0.00^2.9^9.080^13.540^6.810^109^47.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^79.00^~.5 chicken, skin only~^0 ~05016~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,FRIED,BATTER~^36.11^394^10.32^28.83^1.59^23.15^^^26^1.43^12^80^75^581^0.72^0.071^0.108^53.9^0.0^0.174^0.178^3.342^0.453^0.060^40^31^9^62^^0.17^138^41^41^^^^^^^^7.610^12.350^6.830^74^114.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^190.00^~.5 chicken, skin only~^0 ~05017~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,FRIED,FLR~^28.54^502^19.09^42.58^0.45^9.34^^^14^1.52^17^126^125^53^1.15^0.079^0.060^62.9^0.0^0.097^0.165^5.818^0.674^0.100^33^29^4^53^^0.18^232^70^70^^^^^^^^11.670^18.010^9.440^73^33.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^56.00^~.5 chicken, skin only~^0 ~05018~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,RSTD~^40.29^454^20.36^40.68^0.50^0.00^0.0^0.00^14^1.51^15^125^136^65^1.23^0.064^0.022^137.0^0.0^0.036^0.127^5.581^0.710^0.100^2^0^2^2^45.7^0.20^262^79^78^0^0^0^0^0^0.40^2.4^11.420^17.030^8.570^83^34.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^56.00^~.5 chicken, skin only~^0 ~05019~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,STWD~^53.27^363^15.22^33.04^0.43^0.00^0.0^^12^1.13^13^99^117^56^0.96^0.046^0.018^112.1^0.0^0.034^0.094^3.756^0.391^0.050^2^0^2^2^^0.11^198^59^59^^^^^^^^9.280^13.830^6.960^63^44.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^72.00^~.5 chicken, skin only~^0 ~05020~^~CHICKEN,BROILERS OR FRYERS,GIBLETS,RAW~^74.87^124^17.88^4.47^0.99^1.80^0.0^^10^5.86^18^197^228^77^3.32^0.243^0.149^55.2^16.2^0.088^0.987^6.662^3.208^0.420^345^0^345^345^^11.41^8847^2657^2657^^^^^^^^1.360^1.120^1.090^262^23.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^75.00^~1 giblets~^0 ~05021~^~CHICKEN,BROILERS OR FRYERS,GIBLETS,CKD,FRIED~^47.89^277^32.54^13.46^1.77^4.35^0.0^^18^10.32^25^286^330^113^6.27^0.422^0.222^104.2^8.7^0.097^1.524^10.987^4.453^0.610^379^0^379^379^^13.31^11929^3582^3582^^^^^^^^3.800^4.420^3.380^446^145.00^~1 cup, chopped or diced~^13.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^0 ~05022~^~CHICKEN,BROILERS OR FRYERS,GIBLETS,CKD,SIMMRD~^67.72^158^27.15^4.50^1.12^0.43^0.0^0.00^14^7.04^14^289^224^67^4.23^0.331^0.199^59.6^12.5^0.143^1.052^6.625^3.274^0.397^257^0^257^257^178.1^9.44^5869^1753^1751^5^13^5^12^37^0.46^0.0^1.322^0.962^0.812^442^145.00^~1 cup, chopped or dice~^^~~^0 ~05023~^~CHICKEN,GIZZARD,ALL CLASSES,RAW~^79.33^94^17.66^2.06^0.95^0.00^0.0^0.00^11^2.49^15^148^237^69^2.72^0.116^0.055^25.5^3.7^0.028^0.231^3.680^0.631^0.112^5^0^5^5^^1.21^64^19^19^0^0^0^0^0^0.33^0.0^0.529^0.512^0.357^240^^~~^^~~^0 ~05024~^~CHICKEN,GIZZARD,ALL CLASSES,CKD,SIMMRD~^67.93^154^30.39^2.68^0.89^0.00^0.0^0.00^17^3.19^3^189^179^56^4.42^0.161^0.074^41.1^0.0^0.026^0.210^3.120^0.468^0.071^5^0^5^5^104.4^1.04^0^0^0^0^0^0^0^0^0.20^0.0^0.670^0.528^0.353^370^145.00^~1 cup, chopped or dice~^^~~^11 ~05656~^~OSTRICH,TIP CKD~^68.51^145^28.49^2.57^0.83^0.00^0.0^0.00^6^2.79^25^251^362^80^4.85^0.152^0.019^37.5^0.0^0.232^0.292^7.143^1.318^0.545^15^0^15^15^^6.25^0^0^0^0^0^0^0^0^0.23^^1.000^0.970^0.440^85^85.00^~1 serving, ( 3 oz )~^^~~^0 ~05657~^~OSTRICH,TOP LOIN,RAW~^75.35^119^21.67^2.95^0.73^0.00^0.0^0.00^6^3.13^22^214^312^81^3.76^0.137^0.018^35.4^0.0^0.195^0.286^4.691^1.158^0.509^8^0^8^8^^4.94^0^0^0^0^0^0^0^0^0.20^^1.200^1.060^0.580^75^^~~^^~~^0 ~05658~^~OSTRICH,TOP LOIN,CKD~^67.95^155^28.12^3.87^0.83^0.00^0.0^0.00^6^3.31^25^245^353^77^4.72^0.148^0.018^36.6^0.0^0.229^0.289^7.051^1.301^0.538^15^0^15^15^^6.17^0^0^0^0^0^0^0^0^0.23^3.4^1.320^1.270^0.380^93^85.00^~1 serving, ( 3 oz )~^^~~^0 ~05661~^~CHICKEN,LIVER,ALL CLASSES,CKD,PAN-FRIED~^65.22^172^25.78^6.43^1.47^1.11^0.0^0.00^10^12.88^27^442^315^92^4.01^0.535^0.375^88.2^2.7^0.292^2.313^13.925^8.315^0.840^560^0^560^560^326.8^21.13^14378^4296^4293^11^31^11^25^0^0.77^0.0^2.033^1.387^1.265^564^^~~^^~~^0 ~06001~^~SOUP,CRM OF ASPARAGUS,CND,COND~^84.05^69^1.82^3.26^2.35^8.52^0.4^0.72^23^0.64^3^31^138^661^0.70^0.100^0.300^1.9^2.2^0.043^0.062^0.620^0.110^0.010^19^0^19^19^13.0^0.04^441^26^5^0^256^0^13^326^0.49^22.0^0.820^0.750^1.460^4^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06002~^~SOUP,BLACK BEAN,CND,COND~^75.33^91^4.83^1.32^3.10^15.42^6.8^2.49^35^1.50^33^75^250^970^1.10^0.300^0.500^^0.2^0.042^0.039^0.410^0.160^0.070^66^0^66^66^15.5^0.00^445^22^0^80^219^12^463^36^0.36^1.8^0.340^0.480^0.410^0^257.00^~1 cup, (8 fl oz)~^312.00^~1 can, (11 oz), undiluted~^0 ~06003~^~CAMPBELL,CAMPBELL'S RED & WHITE,BEEFY MUSHROOM SOUP,COND~^88.00^40^2.38^1.59^3.27^4.76^0.0^0.79^0^0.29^^^^706^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.397^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06004~^~SOUP,BEAN W/ PORK,CND,COND~^70.17^129^5.88^4.42^2.57^16.97^5.9^3.00^60^1.53^33^98^300^709^0.77^0.300^0.500^6.4^1.2^0.065^0.025^0.421^0.070^0.031^24^0^24^24^26.7^0.03^662^34^1^118^336^0^5946^9^0.87^2.4^1.140^1.620^1.360^2^326.03^~1 can, 11.5 oz~^130.41^~.5 cup~^0 ~06006~^~SOUP,BEAN W/ FRANKFURTERS,CND,COND~^67.70^142^7.60^5.31^2.64^16.75^4.6^^66^1.78^37^126^363^831^0.90^0.300^0.600^6.9^0.7^0.083^0.049^0.780^0.070^0.100^24^0^24^24^^0.06^662^33^0^^^^^^^^1.610^2.080^1.250^9^263.00^~1 cup, (8 fl oz)~^319.00^~1 can, (11.25 oz)~^0 ~06007~^~SOUP,BEAN W/ HAM,CND,CHUNKY,RTS~^78.63^95^5.19^3.50^1.52^11.16^4.6^^32^1.33^19^59^175^400^0.44^0.160^0.290^6.9^1.8^0.060^0.060^0.700^0.040^0.050^12^0^12^12^^0.03^1626^81^0^^^^^^^^1.370^1.580^0.390^9^243.00^~1 cup, (8 fl oz)~^546.00^~1 can, (19.25 oz)~^0 ~06008~^~SOUP,BF BROTH OR BOUILLON CND,RTS~^97.55^7^1.14^0.22^1.05^0.04^0.0^0.00^6^0.17^2^13^54^326^0.00^0.000^0.010^0.7^0.0^0.002^0.021^0.780^0.020^0.010^2^0^2^2^2.9^0.07^0^0^0^0^0^0^0^0^0.00^0.0^0.110^0.090^0.010^0^240.00^~1 cup~^435.00^~1 can, 14.5 oz~^0 ~06009~^~SOUP,BF NOODLE,CND,COND~^84.42^67^3.85^2.46^2.12^7.16^0.6^2.06^12^0.88^5^37^79^653^1.23^0.110^0.218^5.9^0.3^0.055^0.047^0.849^0.160^0.030^15^12^4^23^14.0^0.16^202^11^1^0^120^0^8507^4^1.00^1.6^0.910^0.990^0.390^4^125.00^~.5 cup~^305.00^~1 can, (10.75 oz)~^0 ~06010~^~SOUP,CRM OF CELERY,CND,COND~^84.96^72^1.32^4.46^2.23^7.03^0.6^1.35^32^0.50^5^30^98^685^0.12^0.113^0.200^1.8^0.2^0.023^0.039^0.265^0.920^0.010^2^0^2^2^9.0^0.04^282^22^9^0^151^0^0^155^1.39^17.2^1.120^1.030^2.000^11^125.50^~.5 cup~^305.00^~1 can, (10.75 oz)~^0 ~06011~^~SOUP,CHS,CND,COND~^77.15^121^4.22^8.15^2.29^8.19^0.8^0.60^111^0.58^3^106^120^693^0.50^0.100^0.200^3.6^0.0^0.013^0.105^0.310^0.070^0.020^3^0^3^3^13.3^0.00^297^73^69^0^39^0^0^1^0.56^4.7^5.190^2.310^0.230^23^128.50^~.5 cup~^312.00^~1 can, (11 oz), undiluted~^0 ~06012~^~SOUP,CHICK W/ DUMPLINGS,CND,COND~^83.82^79^4.58^4.51^2.16^4.93^0.4^0.46^12^0.51^3^50^95^618^0.30^0.100^0.400^9.8^0.0^0.013^0.059^1.430^0.120^0.030^2^0^2^2^12.3^0.13^281^25^13^48^119^0^0^18^0.44^2.6^1.070^2.060^1.060^27^123.00^~.5 cup, (4 fl oz)~^298.00^~1 can, (10.5 oz)~^0 ~06013~^~SOUP,CHICK BROTH,CND,COND~^91.96^31^4.42^1.04^1.83^0.75^0.0^0.35^6^0.41^2^60^170^626^0.20^0.100^0.200^2.3^0.0^0.006^0.046^2.230^0.040^0.020^4^0^4^4^9.4^0.20^0^0^0^0^0^0^0^0^0.01^0.0^0.310^0.470^0.220^1^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06014~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,BROCCOLI CHS SOUP,COND~^83.10^81^1.61^3.63^1.98^9.68^0.0^1.61^32^0.00^^^^661^^^^^1.0^^^^^^^^^^^^806^^^^^^^^^^1.613^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06015~^~SOUP,CHICK,CND,CHUNKY,RTS~^84.12^71^5.06^2.64^1.31^6.88^0.6^0.87^10^0.69^3^45^70^354^0.40^0.100^0.100^2.5^0.5^0.034^0.069^1.760^0.160^0.020^2^0^2^2^7.5^0.10^511^27^2^104^249^3^73^56^0.13^2.5^0.790^1.180^0.550^12^245.00^~1 cup~^^~~^0 ~06016~^~SOUP,CRM OF CHICK,CND,COND~^82.75^90^2.38^5.77^1.95^7.16^0.0^0.54^14^1.06^4^31^49^655^0.29^0.128^0.068^1.9^0.1^0.013^0.046^0.392^0.192^0.000^2^0^2^2^10.3^0.00^182^43^41^0^28^0^0^1^0.54^4.1^1.602^2.045^1.048^8^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06456~^~SOUP,CRM OF SHRIMP,CND,PREP W/ EQ VOLUME H2O~^92.38^36^1.11^2.07^1.18^3.27^0.1^0.24^9^0.21^4^13^24^391^0.30^0.055^0.150^2.3^0.0^0.008^0.011^0.170^0.055^0.015^2^0^2^2^3.4^0.24^63^16^15^0^0^0^0^0^0.00^0.0^1.290^0.595^0.075^7^244.00^~1 cup~^593.00^~1 can, (10.75 oz), prepared~^0 ~06457~^~CAMPBELL'S CHUNKY SOUPS,SLOW RSTD BF W/ MUSHROOMS SOUP~^87.10^48^3.27^0.61^1.68^7.35^1.2^2.04^8^0.44^^^^339^^^^^0.5^^^^^^^^^^^^1224^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06458~^~CAMPBELL'S CHUNKY SOUPS,SMOKED CHICK W/ RSTD CORN CHOWDER~^82.20^84^4.08^4.08^1.88^7.76^2.0^1.22^8^0.15^^^^363^^^^^0.0^^^^^^^^^^^^510^^^^^^^^^^0.816^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06459~^~CAMPBELL'S CHUNKY SOUPS,SPLIT PEA 'N' HAM SOUP~^81.90^69^4.90^1.02^1.16^11.02^1.6^2.04^8^0.59^^^^318^^^^^1.0^^^^^^^^^^^^1020^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06460~^~SOUP,STOCKPOT,CND,PREP W/ EQ VOLUME H2O~^90.58^40^1.97^1.58^1.22^4.65^^^9^0.35^2^22^96^424^0.47^0.052^0.104^^0.8^0.018^0.021^0.494^0.140^0.036^4^0^4^4^^0.00^1611^81^0^^^^^^^^0.350^0.410^0.710^2^247.00^~1 cup, (8 fl oz)~^600.00^~1 can, (11 oz), prepared~^0 ~06461~^~SOUP,TOMATO BF W/ NOODLE,CND,PREP W/ EQ VOLUME H2O~^86.99^56^1.78^1.71^1.09^8.44^0.6^0.73^9^0.45^3^23^88^367^0.30^0.055^0.100^2.0^0.0^0.034^0.036^0.745^0.075^0.035^8^5^3^11^8.2^0.08^219^12^1^30^114^2^2929^21^0.31^0.0^0.635^0.690^0.270^2^244.00^~1 cup~^593.00^~1 can, (10.75 oz), prepared~^0 ~06462~^~CAMPBELL'S CHUNKY SOUPS,STEAK 'N' POTATO SOUP~^86.50^53^4.08^0.82^1.26^7.35^0.8^0.82^0^0.44^^^^376^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.204^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06463~^~SOUP,TOMATO RICE,CND,PREP W/ EQ VOLUME H2O~^88.52^47^0.82^1.06^1.07^8.54^0.7^2.95^11^0.31^2^13^129^319^0.20^0.055^0.150^0.9^5.8^0.024^0.020^0.411^0.050^0.030^6^0^6^6^7.8^0.00^210^12^1^0^124^0^8591^1^0.86^1.5^0.200^0.235^0.525^1^247.00^~1 cup~^600.00^~1 can, (11 oz), prepared~^0 ~06464~^~CAMPBELL'S CHNKY SOUPS,TANTALIZIN' TRKY - TRKY CHILI BNS SP~^80.60^78^6.12^1.02^1.24^11.02^3.3^3.67^24^0.73^^^^359^^^^^1.0^^^^^^^^^^^^408^^^^^^^^^^0.408^^^6^245.00^~1 serving~^245.00^~1 cup~^0 ~06465~^~SOUP,TURKEY NOODLE,CND,PREP W/ EQ VOLUME H2O~^92.99^28^1.60^0.82^1.06^3.54^0.3^^5^0.39^2^20^31^334^0.24^0.051^0.103^4.4^0.1^0.030^0.026^0.572^0.070^0.015^8^7^1^13^^0.06^120^6^0^^^^^^^^0.230^0.330^0.200^2^244.00^~1 cup~^30.50^~1 fl oz~^0 ~06466~^~SOUP,TURKEY VEG,CND,PREP W/ EQ VOLUME H2O~^92.89^30^1.28^1.26^0.99^3.58^0.2^^7^0.32^2^17^73^376^0.25^0.051^0.102^^0.0^0.012^0.016^0.417^0.200^0.020^2^0^2^2^^0.07^1014^51^0^^^^^^^^0.370^0.550^0.280^1^241.00^~1 cup, (8 fl oz)~^30.10^~1 fl oz~^0 ~06468~^~SOUP,VEGETARIAN VEG,CND,PREP W/ EQ VOLUME H2O~^92.41^28^0.86^0.79^1.06^4.89^0.3^1.57^10^0.44^3^14^86^338^0.19^0.055^0.188^1.8^0.6^0.022^0.019^0.374^0.140^0.023^4^0^4^4^3.9^0.00^1421^71^0^205^750^0^965^80^0.58^2.1^0.120^0.340^0.295^0^241.00^~1 cup~^586.00^~1 can, (10.5 oz), prepared~^0 ~06471~^~SOUP,VEG BF,CND,PREP W/ EQ VOLUME H2O~^91.80^31^2.23^0.76^1.18^4.06^0.8^0.45^8^0.45^3^16^69^317^0.62^0.077^0.125^1.1^1.0^0.015^0.020^0.412^0.140^0.030^4^0^4^4^5.0^0.13^1552^78^0^245^809^0^182^46^0.24^2.8^0.340^0.320^0.045^2^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06472~^~SOUP,VEG W/ BF BROTH,CND,PREP W/ EQ VOLUME H2O~^91.59^33^1.21^0.78^1.08^5.35^0.7^0.82^9^0.40^3^16^79^332^0.33^0.067^0.138^1.1^1.0^0.021^0.019^0.395^0.140^0.023^4^0^4^4^5.1^0.00^853^43^0^193^415^0^14^18^0.06^1.2^0.180^0.225^0.320^1^241.00^~1 cup, (8 fl oz)~^586.00^~1 can, (10.5 oz), prepared~^0 ~06474~^~SOUP,BEAN W/ BACON,DRY,MIX,PREP W/ H2O~^89.73^40^2.07^0.81^1.21^6.18^3.4^0.23^21^0.50^11^34^123^350^0.26^0.100^0.200^2.2^0.4^0.020^0.100^0.150^0.020^0.010^3^0^3^3^9.2^0.01^20^1^0^0^11^0^752^0^0.21^0.6^0.360^0.350^0.060^1^264.90^~1 cup, (8 fl oz)~^^~~^0 ~06475~^~SOUP,BF BROTH OR BOUILLON,PDR,PREP W/H2O~^98.69^3^0.21^0.08^0.77^0.25^0.0^0.20^4^0.02^2^3^6^260^0.01^0.010^0.006^0.3^0.0^0.002^0.003^0.049^0.004^0.003^0^0^0^0^1.4^0.01^0^0^0^0^0^0^0^0^0.01^0.0^0.040^0.033^0.003^0^239.56^~1 serving, 1 cup~^29.95^~1 fl oz~^0 ~06476~^~SOUP,BF BROTH,CUBED,PREP W/H2O~^98.69^3^0.21^0.08^0.77^0.25^0.0^0.20^4^0.02^2^3^6^260^0.01^0.010^0.006^0.3^0.0^0.002^0.003^0.049^0.004^0.003^0^0^0^0^1.4^0.01^0^0^0^0^0^0^0^0^0.01^0.0^0.040^0.033^0.003^0^239.56^~1 serving, 1 cup~^29.95^~1 fl oz~^0 ~03116~^~BABYFOOD,FRUIT,APPLSAUC,STR~^88.60^41^0.20^0.20^0.20^10.80^1.7^9.87^4^0.22^3^7^71^2^0.02^0.038^^0.3^38.3^0.012^0.028^0.061^0.110^0.031^2^0^2^2^3.4^0.00^17^1^0^0^12^9^0^17^0.60^0.5^0.032^0.008^0.056^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03117~^~BABYFOOD,FRUIT,APPLSAUC,JR~^89.50^37^0.00^0.00^0.20^10.30^1.7^8.48^5^0.22^3^6^77^2^0.04^0.035^^0.3^37.8^0.012^0.027^0.063^0.100^0.030^2^0^2^2^3.4^0.00^9^0^0^0^2^2^0^9^0.60^0.3^0.000^0.000^0.000^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03118~^~BABYFOOD,FRUIT,APRICOT W/TAPIOCA,STR~^83.10^60^0.30^0.00^0.30^16.30^1.5^1.41^9^0.30^4^10^121^8^0.05^0.034^^0.3^21.6^0.008^0.013^0.195^0.130^0.030^2^0^2^2^1.3^0.00^725^36^0^7^412^39^0^11^0.10^0.4^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03119~^~BABYFOOD,VEG,CORN,CRMD,STR~^83.60^57^1.40^0.40^0.50^14.10^2.1^1.23^20^0.28^8^33^90^43^0.19^0.034^^1.3^2.1^0.013^0.047^0.512^0.290^0.041^17^0^17^17^8.6^0.02^69^5^2^20^26^5^0^357^0.04^0.0^0.076^0.116^0.176^1^240.00^~1 cup~^15.00^~1 tbsp~^0 ~03120~^~BABYFOOD,VEG,CORN,CRMD,JR~^81.40^65^1.40^0.40^0.55^16.25^2.1^1.48^4^0.27^8^33^81^52^0.23^0.038^^1.3^2.2^0.013^0.048^0.504^0.327^0.041^20^0^20^20^8.6^0.02^34^2^0^10^13^3^0^423^0.04^0.0^0.074^0.116^0.178^1^240.00^~1 cup~^15.00^~1 tbsp~^0 ~03121~^~BABYFOOD,VEG,PEAS,STR~^87.52^50^3.27^0.43^0.42^8.36^2.0^2.01^18^0.95^17^50^106^7^0.47^0.061^0.218^0.1^0.6^0.087^0.065^1.119^0.075^0.016^28^0^28^28^32.2^0.00^216^11^0^11^124^0^0^1465^0.02^15.5^0.070^0.050^0.200^0^15.60^~1 tbsp~^28.35^~1 oz~^0 ~03122~^~BABYFOOD,PEAS,DICES,TODD~^84.60^64^3.90^0.80^0.35^10.30^3.9^4.13^21^1.00^19^67^81^48^0.50^0.080^0.150^0.1^6.0^0.100^0.060^0.850^0.345^0.060^35^0^35^35^14.7^0.00^304^15^0^8^178^0^0^1805^0.45^18.0^0.140^0.070^0.370^0^28.35^~1 oz~^^~~^0 ~03127~^~BABYFOOD,VEG,SPINACH,CRMD,STR~^89.60^37^2.50^1.30^1.00^5.70^1.8^2.33^89^0.62^55^54^191^49^0.31^0.060^^2.4^8.7^0.015^0.104^0.216^^0.075^61^0^61^61^16.1^0.06^4170^227^23^0^2456^0^0^4505^0.83^196.7^0.702^0.332^0.133^5^240.00^~1 cup~^15.00^~1 tbsp~^0 ~03128~^~BABYFOOD,FRUIT,APRICOT W/TAPIOCA,JR~^82.10^63^0.30^0.00^0.40^17.30^1.5^1.40^8^0.27^4^10^125^6^0.04^0.036^^0.3^17.9^0.008^0.013^0.196^0.138^0.028^2^0^2^2^1.2^0.00^723^36^0^7^411^39^0^12^0.60^0.4^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03129~^~BABYFOOD,FRUIT,BANANAS W/TAPIOCA,STR~^84.00^56^0.40^0.10^0.30^15.30^1.6^0.38^5^0.20^10^7^88^9^0.06^0.040^^0.6^16.7^0.012^0.031^0.183^0.150^0.115^6^0^6^6^4.1^0.00^43^2^0^17^17^0^0^0^0.60^0.0^0.035^0.010^0.019^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03130~^~BABYFOOD,FRUIT,PEACHES,STR~^83.65^65^0.94^0.33^0.59^14.48^1.3^11.50^4^0.23^7^15^195^6^0.11^0.030^0.037^0.1^46.1^0.015^0.077^1.640^0.083^0.018^21^0^21^21^8.5^0.00^234^34^0^0^378^68^0^163^1.99^6.6^0.020^0.010^0.040^0^16.72^~1 tbsp~^28.35^~1 oz~^0 ~03131~^~BABYFOOD,FRUIT,PEACHES,JR~^83.65^65^0.94^0.33^0.59^14.48^1.3^11.50^4^0.23^7^15^195^6^0.11^0.030^0.037^0.1^46.1^0.015^0.077^1.640^0.083^0.018^21^0^21^21^8.5^0.00^686^34^0^0^378^68^0^163^1.99^6.6^0.020^0.010^0.040^0^16.72^~1 tbsp~^28.35^~1 oz~^0 ~03132~^~BABYFOOD,FRUIT,PEARS,STR~^88.40^42^0.30^0.20^0.30^10.80^3.6^6.98^8^0.24^8^12^130^2^0.08^0.065^^0.4^24.5^0.013^0.028^0.189^0.090^0.008^4^0^4^4^3.6^0.00^33^1^0^0^9^1^0^36^0.09^3.2^0.012^0.042^0.046^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03133~^~BABYFOOD,FRUIT,PEARS,JR~^87.80^43^0.30^0.10^0.20^11.60^3.6^7.34^8^0.25^9^12^115^2^0.08^0.080^^0.4^22.0^0.014^0.030^0.188^0.095^0.010^4^0^4^4^2.3^0.00^18^1^0^0^10^1^0^38^0.60^3.4^0.006^0.021^0.023^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03134~^~BABYFOOD,FRUIT,PLUMS W/TAPIOCA,WO/VIT C,STR~^80.00^71^0.10^0.00^0.24^19.70^1.2^13.34^6^0.20^4^6^85^6^0.08^0.037^^0.4^1.1^0.008^0.028^0.213^0.110^0.024^2^0^2^2^1.1^0.00^142^7^0^0^78^14^0^30^0.14^3.5^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03135~^~BABYFOOD,FRUIT,PLUMS W/TAPIOCA,WO/VIT C,JR~^79.20^74^0.10^0.00^0.20^20.50^1.2^13.64^6^0.22^4^6^83^8^0.08^0.038^^0.4^0.8^0.006^0.030^0.206^0.114^0.029^1^0^1^1^1.1^0.00^94^5^0^0^52^10^0^29^0.60^3.4^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03136~^~BABYFOOD,FRUIT,PRUNES W/TAPIOCA,WO/VIT C,STR~^80.30^69^0.60^0.10^0.50^18.50^2.7^10.97^15^0.35^10^15^177^5^0.09^0.061^^0.5^0.8^0.022^0.075^0.525^0.140^0.081^0^0^1^1^1.1^0.00^453^23^0^33^228^54^0^39^0.60^15.6^0.008^0.066^0.022^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03137~^~BABYFOOD,FRUIT,PRUNES W/TAPIOCA,WO/VIT C,JR~^80.10^70^0.60^0.10^0.78^18.70^2.7^10.97^15^0.33^10^15^162^2^0.10^0.062^^0.5^0.8^0.022^0.083^0.526^0.141^0.086^1^0^1^1^^0.00^208^10^0^15^105^25^0^39^0.11^15.8^0.008^0.066^0.022^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03139~^~BABYFOOD,PRUNES,WO/VIT C,STR~^74.30^101^1.00^0.20^0.98^23.52^2.7^21.21^21^0.40^17^30^306^6^0.20^0.164^^0.8^1.3^0.020^0.210^0.720^^0.110^1^0^1^1^3.7^0.00^60^3^0^4^30^7^0^55^0.55^22.1^0.020^0.130^0.040^0^15.00^~1 tbsp~^71.00^~1 jar, Gerber First Foods (2.5 oz)~^0 ~03140~^~BABYFOOD,FRUIT DSSRT,MANGO W/ TAPIOCA~^80.00^70^0.30^0.20^0.33^19.00^1.1^13.00^8^0.20^6^4^66^4^0.03^0.030^^0.4^15.8^0.020^0.020^0.200^0.100^0.080^8^0^8^8^4.5^0.00^450^23^0^10^262^6^0^0^0.66^2.5^0.039^0.060^0.030^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03141~^~BABYFOOD,PEARS,DICES,TODD~^85.60^57^0.30^0.10^0.20^13.60^1.2^8.66^10^0.20^7^13^51^6^0.09^0.040^0.030^0.4^31.3^0.010^0.020^0.130^^0.040^1^0^1^1^3.6^0.00^21^1^0^0^12^2^0^44^0.11^4.0^0.010^0.043^0.046^0^28.35^~1 oz~^127.50^~1 jar, Gerber~^0 ~03142~^~BABYFOOD,FRUIT,APPLSAUC&APRICOTS,STR~^87.70^44^0.20^0.20^0.26^11.64^1.8^9.25^6^0.25^4^9^120^3^0.04^0.041^^0.3^18.9^0.014^0.029^0.140^0.119^0.030^2^0^2^2^3.1^0.00^339^17^0^3^189^26^0^28^0.18^1.0^0.024^0.037^0.045^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~05025~^~CHICKEN,HEART,ALL CLASSES,RAW~^73.56^153^15.55^9.33^0.85^0.71^0.0^^12^5.96^15^177^176^74^6.59^0.346^0.089^4.3^3.2^0.152^0.728^4.883^2.559^0.360^72^0^72^72^^7.29^30^9^9^^^^^^^^2.660^2.370^2.710^136^6.10^~1 heart~^1.80^~1 unit, (yield from 1 lb ready-to-cook chicken)~^0 ~05026~^~CHICKEN,HEART,ALL CLASSES,CKD,SIMMRD~^64.85^185^26.41^7.92^0.72^0.10^0.0^^19^9.03^20^199^132^48^7.30^0.502^0.107^8.0^1.8^0.070^0.741^2.803^2.654^0.320^80^0^80^80^^7.29^28^8^8^^^^^^^^2.260^2.010^2.300^242^145.00^~1 cup, chopped or diced~^1.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^0 ~05027~^~CHICKEN,LIVER,ALL CLASSES,RAW~^76.46^116^16.92^4.83^1.06^0.00^0.0^0.00^8^8.99^19^297^230^71^2.67^0.492^0.255^54.6^17.9^0.305^1.778^9.728^6.233^0.853^588^0^588^588^194.4^16.58^11078^3296^3290^11^56^11^40^0^0.70^0.0^1.563^1.249^1.306^345^^~~^^~~^0 ~05028~^~CHICKEN,LIVER,ALL CLASSES,CKD,SIMMRD~^66.81^167^24.46^6.51^1.36^0.87^0.0^0.00^11^11.63^25^405^263^76^3.98^0.496^0.359^82.4^27.9^0.291^1.993^11.045^6.668^0.755^578^0^578^578^290.0^16.85^13328^3981^3978^11^30^11^21^83^0.82^0.0^2.060^1.416^1.988^563^^~~^^~~^0 ~05029~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT & SKN,RAW~^68.60^186^20.27^11.07^0.86^0.00^0.0^0.00^11^0.79^23^163^204^65^0.93^0.040^0.018^16.4^0.0^0.059^0.086^8.908^0.794^0.480^4^0^4^4^^0.34^99^30^29^0^0^0^0^0^0.27^2.4^3.160^4.520^2.340^67^116.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^194.00^~.5 chicken, bone removed~^28 ~05030~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,FRIED,BATTER~^50.23^277^23.55^15.44^1.29^9.50^^^20^1.26^22^168^185^287^1.06^0.061^0.055^27.2^0.0^0.113^0.147^9.156^0.794^0.390^16^10^6^23^^0.28^79^24^24^^^^^^^^4.120^6.370^3.600^84^113.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^188.00^~.5 chicken, bone removed~^21 ~05031~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,FRIED,FLR~^54.66^246^30.45^12.09^0.98^1.82^0.1^0.00^16^1.21^27^213^239^77^1.26^0.058^0.026^29.1^0.0^0.076^0.133^12.035^0.970^0.540^7^3^4^9^81.3^0.33^68^20^20^0^0^0^0^0^0.57^2.4^3.320^4.800^2.690^87^78.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^130.00^~.5 chicken, bone removed~^28 ~05032~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,RSTD~^60.51^222^29.02^10.85^0.93^0.00^0.0^^15^1.14^25^200^227^75^1.23^0.053^0.018^24.1^0.0^0.060^0.118^11.134^0.926^0.520^3^0^3^3^^0.32^110^33^33^^^^^^^^3.050^4.260^2.310^84^79.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^132.00^~.5 chicken, bone removed~^29 ~05033~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,STWD~^65.13^201^26.14^9.97^0.78^0.00^0.0^^13^0.98^20^146^167^63^1.14^0.044^0.018^21.2^0.0^0.041^0.112^6.935^0.535^0.270^3^0^3^3^^0.20^96^29^29^^^^^^^^2.800^3.920^2.120^74^90.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^150.00^~.5 chicken, bone removed~^29 ~05034~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT & SKN,RAW~^65.42^237^16.69^18.34^0.76^0.00^0.0^0.00^11^0.98^19^136^178^73^1.58^0.054^0.019^12.7^0.0^0.061^0.146^5.211^0.994^0.250^7^0^7^7^^0.29^170^49^49^0^0^0^0^0^0.30^2.4^5.260^7.650^3.960^81^160.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^266.00^~.5 chicken, bone removed~^35 ~05035~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,FRIED,BATTER~^48.82^298^21.85^18.64^1.31^9.38^^^21^1.44^20^145^185^295^2.08^0.080^0.058^23.6^0.0^0.117^0.218^5.607^0.953^0.250^18^9^9^24^^0.27^103^31^31^^^^^^^^4.950^7.580^4.430^89^167.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^278.00^~.5 chicken, bone removed~^23 ~05036~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,FRIED,FLR~^50.82^285^27.22^16.91^0.97^4.08^0.0^0.00^17^1.50^24^176^230^89^2.60^0.088^0.039^20.5^0.0^0.095^0.235^6.842^1.157^0.320^11^3^8^13^^0.30^104^31^31^0^0^0^0^0^^2.4^4.580^6.660^3.910^92^110.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^184.00^~.5 chicken, bone removed~^30 ~05037~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,RSTD~^58.63^253^25.97^15.78^0.92^0.00^0.0^^15^1.36^22^168^220^87^2.49^0.077^0.021^20.2^0.0^0.066^0.207^6.359^1.111^0.310^7^0^7^7^^0.29^201^60^60^^^^^^^^4.370^6.190^3.490^91^101.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^167.00^~.5 chicken, bone removed~^36 ~05038~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,STWD~^62.99^233^23.50^14.66^0.74^0.00^0.0^^14^1.31^18^133^166^70^2.26^0.068^0.019^18.4^0.0^0.050^0.177^4.513^0.773^0.170^6^0^6^6^^0.20^186^56^56^^^^^^^^4.060^5.750^3.240^82^110.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^184.00^~.5 chicken, bone removed~^38 ~05039~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,RAW~^74.86^114^23.20^1.65^0.98^0.00^0.0^0.00^12^0.73^27^187^239^68^0.97^0.040^0.018^17.8^0.0^0.068^0.092^10.604^0.822^0.540^4^0^4^4^^0.38^27^8^8^0^0^0^0^0^0.22^2.4^0.440^0.390^0.370^58^88.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^147.00^~.5 chicken, bone and skin removed~^45 ~05040~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,CKD,FRIED~^60.14^192^32.82^5.54^1.09^0.42^0.0^^16^1.14^29^231^263^81^1.27^0.054^0.020^26.2^0.0^0.073^0.126^13.365^1.030^0.630^4^0^4^4^^0.36^30^9^9^^^^^^^^1.520^1.970^1.260^90^140.00^~1 cup~^64.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^41 ~05041~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,CKD,RSTD~^64.76^173^30.91^4.51^1.02^0.00^0.0^0.00^15^1.06^27^216^247^77^1.23^0.050^0.017^24.4^0.0^0.065^0.116^12.421^0.972^0.600^4^0^4^4^84.0^0.34^29^9^9^0^0^0^0^0^0.27^0.3^1.270^1.540^0.980^85^140.00^~1 cup, chopped or diced~^64.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^42 ~05042~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,CKD,STWD~^68.02^159^28.88^3.99^0.87^0.00^0.0^0.00^13^0.93^22^159^180^65^1.19^0.044^0.018^22.3^0.0^0.042^0.117^7.790^0.573^0.330^3^0^3^3^76.6^0.23^27^8^8^0^0^0^0^0^0.27^0.2^1.120^1.350^0.870^77^140.00^~1 cup, chopped or diced~^71.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^44 ~05043~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,RAW~^75.99^125^20.08^4.31^0.94^0.00^0.0^0.00^12^1.03^23^162^222^85^2.00^0.063^0.021^13.5^3.1^0.077^0.184^6.246^1.249^0.330^10^0^10^10^^0.36^72^22^22^0^0^0^0^0^0.21^2.4^1.100^1.340^1.070^80^109.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^182.00^~.5 chicken, bone and skin removed~^56 ~05044~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,CKD,FRIED~^55.70^239^28.99^11.62^1.08^2.59^0.0^^18^1.49^25^187^253^97^2.91^0.089^0.033^20.5^0.0^0.093^0.249^7.070^1.261^0.370^9^0^9^9^^0.33^79^24^24^^^^^^^^3.120^4.320^2.770^96^140.00^~1 cup~^91.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^42 ~05045~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,CKD,RSTD~^63.06^205^27.37^9.73^1.02^0.00^0.0^0.00^15^1.33^23^179^240^93^2.80^0.080^0.021^18.0^0.0^0.073^0.227^6.548^1.210^0.360^8^0^8^8^74.4^0.32^72^22^22^0^0^0^0^0^0.27^3.9^2.660^3.560^2.260^93^140.00^~1 cup, chopped or diced~^81.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^48 ~05046~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,CKD,STWD~^65.83^192^25.97^8.98^0.84^0.00^0.0^0.00^14^1.36^20^143^181^74^2.66^0.075^0.020^17.3^0.0^0.055^0.202^4.737^0.890^0.210^7^0^7^7^68.9^0.22^69^21^21^0^0^0^0^0^0.27^3.6^2.450^3.260^2.090^88^140.00^~1 cup, chopped or diced~^86.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^52 ~05047~^~CHICKEN,BROILERS OR FRYERS,FAT,RAW~^28.91^629^3.73^67.95^0.28^0.00^0.0^0.00^7^0.70^6^54^64^32^0.45^0.029^0.014^9.7^0.0^0.021^0.059^2.041^0.190^0.020^1^0^1^1^15.7^0.07^509^130^125^0^55^0^0^0^2.73^2.4^20.250^30.300^14.200^58^12.80^~1 tbsp~^32.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^0 ~05048~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,RAW~^58.10^319^14.05^28.74^0.64^0.00^0.0^0.00^13^0.94^15^113^144^64^1.26^0.047^0.018^12.1^1.6^0.051^0.116^4.835^0.819^0.190^6^0^6^6^^0.25^251^75^75^0^0^0^0^0^0.37^2.4^8.340^12.250^6.140^79^59.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^99.00^~.5 back, bone removed~^44 ~06017~^~SOUP,CHICK GUMBO,CND,COND~^88.02^45^2.10^1.14^2.07^6.67^1.6^1.93^19^0.71^3^20^60^693^0.30^0.100^0.200^6.7^4.0^0.200^0.300^0.530^0.160^0.050^5^0^5^5^^0.02^98^5^0^0^57^2^1416^74^0.36^5.7^0.260^0.520^0.280^3^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06018~^~SOUP,CHUNKY CHICK NOODLE,CND,RTS~^90.66^37^3.27^0.90^1.08^4.00^0.4^0.75^8^0.33^5^63^100^343^0.19^0.049^0.111^2.8^0.4^0.044^0.063^1.792^0.094^0.050^9^3^6^11^6.2^0.08^1224^62^1^266^593^14^0^58^0.12^1.7^0.408^0.194^0.112^5^245.00^~1 cup~^527.00^~1 can, (18.6 oz)~^0 ~06019~^~SOUP,CHICK NOODLE,CND,COND~^87.48^52^2.59^1.94^1.96^6.03^0.3^0.54^9^1.35^8^35^44^538^0.32^0.121^0.104^9.9^0.0^0.113^0.093^1.103^0.152^0.041^16^12^4^25^11.2^0.04^410^22^2^0^243^0^0^7^0.05^0.0^0.536^0.855^0.540^11^126.00^~.5 cup~^303.35^~1 can, (10.7oz)~^0 ~06022~^~SOUP,CHICK RICE,CND,CHUNKY,RTS~^86.78^53^5.11^1.33^1.37^5.41^0.4^0.60^14^0.78^4^30^45^370^0.40^0.100^0.100^4.5^1.6^0.010^0.041^1.710^0.150^0.020^2^0^2^2^4.9^0.13^2418^122^1^529^1183^1^13^96^0.24^7.2^0.400^0.600^0.280^5^240.00^~1 cup~^539.00^~1 can, 19 oz~^0 ~06023~^~SOUP,CHICK W/ RICE,CND,COND~^87.84^49^2.89^1.56^1.88^5.84^0.5^0.16^14^0.61^0^17^82^665^0.21^0.096^0.300^4.1^0.1^0.014^0.020^0.918^0.140^0.020^1^0^1^1^9.8^0.13^349^18^0^77^165^0^0^6^0.07^0.3^0.370^0.740^0.340^5^119.07^~.5 cup~^297.68^~1 can, (10.5 oz)~^0 ~06024~^~SOUP,CHICK VEG,CHUNKY,CND,RTS~^83.44^69^5.13^2.01^1.54^7.87^^^11^0.61^4^44^153^347^0.90^0.100^0.100^5.1^2.3^0.017^0.069^1.371^0.140^0.040^5^0^5^5^^0.10^2496^^^^^^^^^^0.600^0.900^0.420^7^240.00^~1 cup, (8 fl oz)~^539.00^~1 can, (19 oz)~^0 ~06025~^~SOUP,CHICK VEG,CND,COND~^85.52^61^2.94^2.32^2.22^7.01^0.7^1.26^14^0.71^5^33^126^733^0.30^0.099^0.300^4.5^0.8^0.036^0.046^1.004^0.140^0.039^4^0^4^4^8.9^0.10^2136^109^2^466^1042^3^328^73^0.25^3.3^0.690^1.040^0.490^7^121.34^~.5 cup~^303.35^~1 can, (10.7 oz)~^0 ~06026~^~SOUP,CHILI BF,CND,COND~^70.86^117^5.09^2.53^2.69^18.86^2.5^5.09^33^1.62^19^113^400^788^1.56^0.300^0.800^5.0^3.1^0.045^0.058^0.813^0.221^0.120^9^0^9^9^21.7^0.30^1149^57^0^27^603^147^2584^178^1.08^3.2^1.242^1.013^0.095^10^263.00^~1 cup, (8 fl oz)~^319.00^~1 can, (11.25 oz)~^0 ~06027~^~SOUP,CLAM CHOWDER,MANHATTAN STYLE,CND,CHUNKY,RTS~^86.04^56^3.02^1.41^1.69^7.84^1.2^1.67^28^1.10^8^35^160^417^0.70^0.100^0.100^6.7^5.1^0.024^0.026^0.770^0.100^0.110^4^0^4^4^7.9^3.30^1340^70^3^270^662^0^5112^33^0.67^3.3^0.880^0.410^0.050^6^240.00^~1 cup, (8 fl oz)~^539.00^~1 can, (19 oz)~^0 ~06028~^~SOUP,CLAM CHOWDER,MANHATTAN,CND,COND~^84.30^61^1.74^1.76^2.46^9.74^1.2^2.70^19^1.30^8^33^150^457^0.74^0.100^0.300^7.5^3.2^0.024^0.032^0.650^0.150^0.080^8^0^8^8^^3.23^762^41^3^87^399^15^6426^27^1.03^5.5^0.305^0.305^1.027^2^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06029~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CHICK W/ RICE,COND~^88.80^58^1.59^1.19^1.23^7.19^0.8^0.79^0^0.00^4^33^167^381^0.20^0.054^0.182^1.7^4.8^0.010^0.025^1.059^0.111^0.037^3^0^3^3^9.8^0.07^595^33^0^123^293^4^0^10^0.07^0.7^0.397^0.397^0.000^4^126.00^~.5 cup~^^~~^0 ~06030~^~SOUP,CLAM CHOWDER,NEW ENGLAND,CND,COND~^81.49^72^3.17^2.06^2.96^10.32^0.7^0.38^16^2.48^13^260^221^699^0.37^0.239^0.165^6.3^4.1^0.125^0.165^1.550^0.231^0.104^14^0^14^14^6.9^9.47^58^17^17^0^0^0^0^3^0.42^0.8^0.959^0.000^0.959^6^126.00^~.5 cup~^303.35^~1 can, (10.7 oz)~^0 ~06032~^~SOUP,BF BROTH BOUILLON & CONSOMME,CND,COND~^94.76^13^2.52^0.00^2.14^0.84^0.0^0.00^7^0.43^4^26^125^653^0.01^0.002^0.019^1.4^0.7^0.017^0.023^0.580^0.039^0.020^5^0^5^5^^0.14^0^0^0^0^0^0^0^0^0.01^0.0^0.000^0.000^0.000^0^124.00^~.5 cup~^310.00^~1 can, (10.5 oz)~^0 ~06034~^~SOUP,CRAB,CND,RTS~^91.50^31^2.25^0.62^1.41^4.22^0.3^^27^0.50^6^36^134^506^0.60^0.200^0.200^2.6^0.0^0.080^0.030^0.550^0.120^0.050^6^0^6^6^^0.08^207^10^0^^^^^^^^0.160^0.280^0.160^4^244.00^~1 cup, (8 fl oz)~^369.00^~1 can, (13 oz)~^0 ~06035~^~SOUP,ESCAROLE,CND,RTS~^96.89^11^0.62^0.73^1.04^0.72^^^13^0.30^2^32^107^1558^0.90^0.150^0.500^^1.8^0.030^0.020^0.930^0.070^0.090^14^0^14^14^^0.20^875^44^0^^^^^^^^0.220^0.330^0.150^1^248.00^~1 cup, (8 fl oz)~^553.00^~1 can, (19.5 oz)~^0 ~06480~^~SOUP,CHICK BROTH OR BOUILLON,DRY,PREP W/ H2O~^98.28^4^0.28^0.23^0.92^0.30^0.0^0.29^6^0.02^2^3^6^313^0.01^0.010^0.003^0.5^0.0^0.002^0.007^0.041^0.010^0.002^1^0^1^1^1.9^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.057^0.089^0.074^0^240.56^~1 cup, 8 fl oz~^30.07^~1 fl oz~^0 ~06481~^~SOUP,CHICK BROTH CUBES,DRY,PREP W/ H2O~^97.43^5^0.39^0.12^1.44^0.62^^^5^0.05^1^5^10^326^0.01^0.000^0.010^^0.0^0.005^0.010^0.103^0.020^0.000^1^0^1^1^^0.01^7^1^1^^^^^^^^0.030^0.050^0.040^0^243.00^~1 cup, (8 fl oz)~^182.00^~1 cube, (6 fl oz prepared)~^0 ~06483~^~SOUP,CRM OF CHICK,DRY,MIX,PREP W/ H2O~^90.94^41^0.68^2.04^1.22^5.11^0.1^1.59^29^0.10^2^37^82^454^0.60^0.100^0.300^3.1^0.2^0.040^0.078^1.000^0.300^0.020^2^0^2^2^5.4^0.10^156^8^0^5^82^18^1^50^0.23^5.6^1.300^0.450^0.160^1^261.10^~1 cup, 8 fl oz~^32.60^~1 fl oz~^0 ~06485~^~SOUP,CHICK RICE,DRY,MIX,PREP W/ H2O~^93.84^24^0.97^0.57^0.97^3.66^0.3^0.29^3^0.00^0^4^4^388^0.05^0.020^0.080^2.1^0.0^0.000^0.000^0.144^0.030^0.010^0^0^0^0^4.9^0.03^2^0^0^0^1^0^0^1^0.02^0.1^0.130^0.250^0.170^1^240.00^~1 cup, 8 fl oz~^30.00^~1 fl oz~^0 ~06489~^~SOUP,CONSOMME W/ GELATIN,DRY,MIX,PREP W/ H2O~^94.75^7^0.87^0.08^3.52^0.78^0.0^0.45^5^0.09^3^6^23^1325^0.02^0.022^0.012^0.8^0.1^0.047^0.070^0.506^0.009^0.011^5^0^5^5^2.4^0.02^3^0^0^0^2^0^127^0^0.01^0.0^0.000^0.000^0.000^0^249.00^~1 cup, 8 fl oz~^31.10^~1 fl oz~^0 ~06493~^~SOUP,MUSHROOM,DRY,MIX,PREP W/ H2O~^92.36^33^0.66^1.82^1.19^4.40^0.2^0.18^5^0.18^3^9^38^403^0.05^0.031^0.027^1.3^0.4^0.007^0.013^0.239^0.076^0.009^2^0^2^2^4.7^0.02^39^7^6^0^12^0^507^0^0.22^1.1^0.320^0.890^0.610^0^253.00^~1 cup~^194.00^~1 packet, (6 fl oz prepared)~^0 ~06494~^~SOUP,ONION,DRY,MIX,PREP W/ H2O~^95.80^12^0.32^0.01^1.10^2.77^0.3^0.20^9^0.05^4^9^31^346^0.05^0.025^0.029^0.2^0.1^0.012^0.012^0.063^0.036^0.025^0^0^0^0^1.2^0.00^1^0^0^0^0^0^0^1^0.01^0.1^0.004^0.003^0.007^0^229.80^~1 serving, 1 cup~^28.73^~1 fl oz~^0 ~06495~^~SOUP,OXTAIL,DRY,MIX,PREP W/ H2O~^92.96^28^1.11^1.01^1.38^3.54^0.1^0.98^8^0.19^3^14^13^475^0.07^0.029^0.033^0.8^0.1^0.008^0.005^0.079^0.011^0.011^3^0^3^3^1.0^0.01^4^0^0^0^2^0^11^1^0.13^0.3^0.500^0.420^0.040^0^244.00^~1 cup~^^~~^0 ~06497~^~CAMPBELL'S RED & WHITE - MCRWVEABLE BOWLS,CHICK NOODLE SOUP~^92.40^30^1.63^0.82^1.07^4.08^0.4^0.00^0^0.29^^^^355^^^^^0.0^^^^^^^^^^^^204^^^^^^^^^^0.204^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06498~^~SOUP,TOMATO,DRY,MIX,PREP W/ H2O~^89.88^38^0.93^0.61^1.41^7.17^0.4^3.90^29^0.18^10^33^111^356^0.13^0.034^0.036^1.1^2.0^0.105^0.175^0.926^0.183^0.058^11^0^11^11^7.5^0.06^314^20^5^0^174^8^649^32^0.22^0.8^0.286^0.237^0.063^2^265.00^~1 cup, 8 fl oz~^^~~^0 ~03143~^~BABYFOOD,FRUIT,APPLSAUC&APRICOTS,JR~^86.90^47^0.20^0.20^0.24^12.40^1.8^8.72^6^0.26^4^10^109^3^0.03^0.044^^0.3^17.9^0.014^0.030^0.145^0.125^0.030^1^0^1^1^3.1^0.00^33^2^0^0^15^11^0^15^0.04^0.5^0.028^0.030^0.051^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03144~^~BABYFOOD,FRUIT,APPLSAUC&CHERRIES,STR~^85.63^51^0.00^0.00^0.25^14.10^1.1^10.81^1^0.30^4^8^132^1^0.03^0.045^^0.3^42.8^0.010^0.030^0.140^0.131^0.037^0^0^0^0^4.6^0.00^45^2^0^0^25^4^0^56^0.12^2.0^0.000^0.000^0.000^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03145~^~BABYFOOD,FRUIT,APPLSAUC&CHERRIES,JR~^85.60^51^0.00^0.00^0.30^14.10^1.1^10.61^1^0.30^4^8^132^1^0.03^0.046^^0.3^42.8^0.010^0.030^0.140^0.130^0.039^0^0^0^0^4.6^0.00^45^2^0^0^24^6^0^47^0.06^1.2^0.000^0.000^0.000^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03147~^~BABYFOOD,FRUIT,APPLSAUC W/BANANA,JR~^83.14^66^0.37^0.10^0.26^16.16^1.6^4.35^5^0.24^9^12^131^3^0.05^0.040^0.100^0.4^17.3^0.010^0.031^0.163^0.135^0.100^3^0^3^3^4.9^0.00^6^0^0^0^3^2^0^8^0.02^0.3^0.040^0.010^0.050^0^16.00^~1 tbsp~^170.00^~1 jar, NFS~^0 ~03150~^~BABYFOOD,FRUIT,APPLSAUC&PNAPPL,STR~^89.50^37^0.10^0.10^0.20^10.10^1.5^^4^0.10^3^6^78^2^0.02^0.035^^0.3^28.1^0.021^0.026^0.078^0.101^0.039^2^0^2^2^^0.00^0^0^0^^^^^^0.60^^0.010^0.009^0.032^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03151~^~BABYFOOD,FRUIT,APPLSAUC&PNAPPL,JR~^89.10^39^0.10^0.10^0.20^10.50^1.5^^4^0.10^4^6^76^2^0.03^0.036^^0.3^26.8^0.022^0.027^0.079^0.104^0.039^2^0^2^2^^0.00^21^1^0^^^^^^0.60^^0.011^0.009^0.032^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03152~^~BABYFOOD,FRUIT,APPL & RASPBERRY,STR~^83.80^58^0.20^0.20^0.20^15.60^2.1^12.96^5^0.22^4^8^80^2^0.03^0.054^^0.3^26.8^0.014^0.028^0.106^0.090^0.034^1^0^1^1^3.5^0.00^22^1^0^0^10^7^0^21^0.21^0.8^0.033^0.008^0.062^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03153~^~BABYFOOD,FRUIT,APPL & RASPBERRY,JR~^84.00^58^0.20^0.20^0.20^15.40^2.1^12.96^5^0.22^4^8^72^2^0.03^0.053^^0.3^28.9^0.012^0.029^0.104^0.088^0.034^1^0^1^1^3.5^0.00^34^2^0^1^15^9^0^21^0.07^0.8^0.032^0.008^0.063^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03154~^~BABYFOOD,FRUIT & VEG,APPL & SWT POTATO~^84.00^64^0.30^0.22^0.30^15.30^1.4^11.60^8^0.20^6^17^149^2^0.10^0.090^0.060^0.3^6.4^0.010^0.020^0.100^0.103^0.050^2^0^2^2^4.4^0.00^2050^103^0^0^1225^9^0^13^0.16^0.8^0.041^0.008^0.079^0^113.00^~1 jar, Gerber (4 oz)~^^~~^0 ~03156~^~BABYFOOD,FRUIT,BANANAS&PNAPPL W/TAPIOCA,JR~^81.10^68^0.20^0.10^0.20^18.40^1.6^8.41^7^0.13^6^5^78^8^0.03^0.040^^0.6^21.2^0.015^0.019^0.182^0.148^0.092^6^0^6^6^6.9^0.00^40^2^0^1^23^0^0^2^0.02^0.6^0.036^0.009^0.020^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03157~^~BABYFOOD,FRUIT,BANANAS&PNAPPL W/TAPIOCA,STR~^81.70^65^0.20^0.00^0.53^17.80^1.6^10.73^7^0.23^6^5^68^6^0.04^0.039^^0.6^19.2^0.019^0.019^0.168^0.143^0.082^18^0^18^18^6.9^0.00^60^3^0^12^30^0^0^11^0.06^0.6^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03158~^~BABYFOOD,FRUIT,PEARS&PNAPPL,STR~^88.50^41^0.30^0.10^0.30^10.90^2.6^7.79^10^0.25^7^9^116^4^0.07^0.140^^0.4^27.5^0.021^0.028^0.207^0.089^0.016^3^0^3^3^3.2^0.00^29^1^0^0^17^1^0^15^0.04^1.6^0.007^0.016^0.029^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03159~^~BABYFOOD,FRUIT,PEARS&PNAPPL,JR~^87.80^44^0.30^0.20^0.30^11.40^2.6^7.36^10^0.21^7^10^118^1^0.13^0.105^^0.4^16.8^0.024^0.023^0.183^0.095^0.013^3^0^3^3^3.2^0.00^32^2^0^0^18^2^0^32^0.08^3.0^0.013^0.031^0.058^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03160~^~BABYFOOD,FRUIT,GUAVA&PAPAYA W/TAPIOCA,STR~^82.50^63^0.20^0.10^0.20^17.00^^^7^0.20^5^6^74^4^0.06^^^0.4^80.9^0.010^0.022^0.263^^0.014^2^0^2^2^^0.00^184^9^0^^^^^^^^^^^^28.35^~1 oz~^113.00^~1 jar~^0 ~03161~^~BABYFOOD,PEACHES,DICES,TODD~^87.40^51^0.50^0.20^0.20^11.80^0.8^9.49^6^0.20^8^17^83^5^0.12^0.030^0.050^0.4^31.3^0.010^0.020^0.470^0.170^0.040^5^0^5^5^8.5^0.00^138^7^0^0^69^28^0^103^0.83^2.9^0.016^0.046^0.078^0^28.35^~1 oz~^127.50^~1 jar, Gerber~^0 ~03162~^~BABYFOOD,FRUIT,PAPAYA&APPLSAUC W/TAPIOCA,STR~^80.60^70^0.20^0.10^0.20^18.90^1.4^^7^0.44^5^5^79^5^0.03^0.044^^0.4^113.1^0.010^0.028^0.108^0.280^0.023^2^0^2^2^^0.00^76^4^0^^^^^^^^^^^^28.35^~1 oz~^113.00^~1 jar~^0 ~03163~^~BABYFOOD,FRUIT,BANANAS W/APPLS&PEARS,STR~^79.00^84^0.90^0.22^0.57^19.70^1.4^12.76^5^0.30^25^19^233^7^0.10^0.080^0.082^0.6^13.9^0.010^0.030^0.550^0.145^0.290^5^0^5^5^7.1^0.00^56^3^0^15^23^6^0^10^0.08^0.6^0.106^0.028^0.085^0^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~03164~^~BABYFOOD,FRUIT,APPL&BLUEBERRY,STR~^83.10^61^0.20^0.20^0.20^16.30^1.8^13.93^4^0.20^3^8^69^2^0.03^0.056^^0.4^27.8^0.017^0.034^0.120^0.163^0.037^4^0^4^4^3.2^0.00^20^1^0^0^10^5^0^24^0.12^3.5^0.024^0.019^0.073^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03165~^~BABYFOOD,FRUIT,APPL&BLUEBERRY,JR~^82.80^62^0.20^0.20^0.19^16.60^1.8^8.83^5^0.40^3^7^65^13^0.04^0.057^^0.4^13.9^0.018^0.043^0.103^0.164^0.042^3^0^3^3^3.2^0.00^41^2^0^0^22^6^0^43^0.27^8.8^0.024^0.019^0.073^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03166~^~BABYFOOD,JUICE,APPLE~^88.00^47^0.00^0.10^0.20^11.70^0.1^10.70^4^0.57^3^5^91^3^0.03^0.040^^0.1^57.9^0.007^0.016^0.083^0.116^0.029^0^0^0^0^1.8^0.00^18^1^0^0^8^6^0^16^0.60^0.0^0.018^0.002^0.031^0^31.70^~1 fl oz~^127.00^~1 jar~^0 ~03167~^~BABYFOOD,APPLE-BANANA JUC~^87.10^51^0.20^0.10^0.26^12.30^0.2^11.00^7^0.20^6^8^123^4^0.04^0.020^0.080^0.3^27.9^0.010^0.010^0.140^0.125^0.060^1^0^1^1^2.3^0.00^9^0^0^3^4^0^0^16^0.02^0.0^0.018^0.004^0.034^0^31.20^~1 fl oz~^131.00^~1 bottle, Earth's Best (4.2 fl oz)~^0 ~03168~^~BABYFOOD,JUC,APPL&PEACH~^89.00^43^0.20^0.10^0.30^10.50^0.1^9.59^3^0.56^3^4^97^1^0.03^0.037^^0.3^58.5^0.008^0.011^0.213^0.082^0.022^1^0^1^1^2.5^0.00^63^3^0^0^31^13^0^29^0.15^0.5^0.018^0.002^0.031^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03169~^~BABYFOOD,APPLE-CRANBERRY JUC~^88.30^46^0.00^0.02^0.19^11.49^0.0^6.88^6^0.22^3^7^97^5^0.05^0.010^0.160^0.1^27.9^0.000^0.020^0.070^^0.030^0^0^0^0^3.4^0.00^28^1^0^0^17^0^0^49^0.56^2.4^0.007^0.001^0.012^0^31.20^~1 fl oz~^^~~^0 ~03170~^~BABYFOOD,JUC,APPL&PLUM~^87.30^49^0.10^0.00^0.30^12.30^0.1^11.54^5^0.62^3^3^101^1^0.03^0.042^^0.3^58.2^0.020^0.017^0.195^0.123^0.028^0^0^0^0^1.6^0.00^43^2^0^0^24^5^0^21^0.04^0.8^0.000^0.000^0.000^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~05049~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,FRIED,BATTER~^44.51^331^21.97^21.91^1.37^10.25^^^26^1.49^19^137^180^317^1.96^0.081^0.062^29.0^0.0^0.119^0.213^5.837^0.899^0.230^20^11^9^28^^0.26^119^36^36^^^^^^^^5.830^8.910^5.200^88^72.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^120.00^~.5 back, bone removed~^23 ~05050~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,FRIED,FLR~^43.96^331^27.79^20.74^1.01^6.50^^^24^1.62^23^166^226^90^2.47^0.091^0.050^23.7^0.0^0.107^0.236^7.297^1.093^0.300^15^7^8^20^^0.28^123^37^37^^^^^^^^5.610^8.180^4.810^89^44.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^72.00^~.5 back, bone removed~^33 ~05051~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,RSTD~^53.52^300^25.95^20.97^0.92^0.00^0.0^0.00^21^1.42^20^154^210^87^2.25^0.076^0.022^22.5^0.0^0.061^0.195^6.718^1.012^0.270^6^0^6^6^62.3^0.27^348^105^105^0^0^0^0^0^0.27^4.9^5.820^8.290^4.620^88^32.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^53.00^~.5 back, bone removed~^47 ~05052~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,STWD~^60.93^258^22.18^18.14^0.64^0.00^0.0^0.00^18^1.22^16^120^145^64^1.93^0.063^0.020^19.9^0.0^0.043^0.151^4.343^0.696^0.150^5^0^5^5^51.1^0.18^308^88^88^0^0^0^0^0^0.27^4.1^5.020^7.130^4.000^78^160.00^~1 cup, chopped or diced~^36.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^48 ~05053~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,RAW~^75.31^137^19.56^5.92^0.92^0.00^0.0^0.00^17^1.04^22^151^204^82^1.85^0.060^0.021^13.5^0.0^0.074^0.164^6.672^1.224^0.330^9^0^9^9^^0.36^99^30^30^0^0^0^0^0^0.22^2.4^1.520^1.840^1.470^81^31.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^51.00^~.5 back, bone and skin removed~^71 ~05054~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,FRIED~^47.87^288^29.99^15.32^1.15^5.68^0.0^^26^1.65^25^176^251^99^2.80^0.095^0.047^19.9^0.0^0.109^0.253^7.680^1.198^0.350^9^0^9^9^^0.31^98^29^29^^^^^^^^4.120^5.730^3.640^93^35.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^58.00^~.5 back, bone and skin removed~^46 ~05055~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,RSTD~^58.75^239^28.19^13.16^1.08^0.00^0.0^0.00^24^1.39^22^165^237^96^2.65^0.081^0.022^17.3^0.0^0.068^0.217^7.069^1.130^0.340^7^0^7^7^^0.30^95^28^28^0^0^0^0^0^0.27^2.4^3.600^4.830^3.050^90^24.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^40.00^~.5 back, bone and skin removed~^60 ~05056~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,STWD~^64.33^209^25.31^11.19^0.73^0.00^0.0^0.00^21^1.27^17^130^158^67^2.38^0.071^0.020^16.5^0.0^0.047^0.173^4.556^0.836^0.200^7^0^7^7^^0.21^90^27^27^0^0^0^0^0^0.27^2.4^3.040^4.020^2.620^85^26.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^42.00^~.5 back, bone and skin removed~^64 ~05057~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,RAW~^69.46^172^20.85^9.25^1.01^0.00^0.0^0.00^11^0.74^25^174^220^63^0.80^0.039^0.018^16.6^0.0^0.063^0.085^9.908^0.804^0.530^4^0^4^4^67.1^0.34^83^25^24^0^0^0^0^0^0.31^0.0^2.660^3.820^1.960^64^87.00^~.5 breast, bone removed (yield from 1 lb ready-to-cook chicken)~^145.00^~.5 breast, bone removed~^20 ~05058~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,FRIED,BATTER~^51.64^260^24.84^13.20^1.33^8.99^0.3^0.00^20^1.25^24^185^201^275^0.95^0.060^0.054^28.0^0.0^0.115^0.146^10.523^0.823^0.430^15^9^6^21^64.8^0.30^67^20^20^0^0^0^0^0^1.06^2.4^3.520^5.460^3.080^85^84.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^140.00^~.5 breast, bone removed~^12 ~05059~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,FRIED,FLR~^56.59^222^31.84^8.87^1.06^1.64^0.1^^16^1.19^30^233^259^76^1.10^0.057^0.026^23.9^0.0^0.082^0.131^13.742^1.001^0.580^6^2^4^7^^0.34^50^15^15^^^^^^^^2.450^3.500^1.960^89^59.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^98.00^~.5 breast, bone removed~^17 ~05060~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,RSTD~^62.44^197^29.80^7.78^0.99^0.00^0.0^0.00^14^1.07^27^214^245^71^1.02^0.050^0.018^24.7^0.0^0.066^0.119^12.710^0.936^0.560^4^0^4^4^72.8^0.32^93^28^28^0^0^0^0^0^0.27^0.3^2.190^3.030^1.660^84^140.00^~1 cup, chopped or diced~^58.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^19 ~05061~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,STWD~^66.21^184^27.39^7.42^0.84^0.00^0.0^0.00^13^0.92^22^156^178^62^0.97^0.044^0.018^21.8^0.0^0.041^0.115^7.807^0.547^0.290^3^0^3^3^64.4^0.21^82^25^25^0^0^0^0^0^0.27^0.2^2.080^2.900^1.580^75^140.00^~1 cup, chopped or diced~^66.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^18 ~05062~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,RAW~^74.76^110^23.09^1.24^1.02^0.00^0.0^0.00^11^0.72^28^196^255^65^0.80^0.041^0.018^17.8^1.2^0.070^0.092^11.194^0.819^0.550^4^0^4^4^73.4^0.38^21^6^6^0^0^0^0^0^0.13^0.2^0.330^0.300^0.280^58^71.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^118.00^~.5 breast, bone and skin removed~^35 ~05063~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,FRIED~^60.21^187^33.44^4.71^1.14^0.51^0.0^0.00^16^1.14^31^246^276^79^1.08^0.054^0.021^26.2^0.0^0.079^0.125^14.782^1.040^0.640^4^0^4^4^95.9^0.37^23^7^7^0^0^0^0^0^0.42^2.4^1.290^1.720^1.070^91^52.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^86.00^~.5 breast, bone and skin removed~^27 ~05064~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,RSTD~^65.26^165^31.02^3.57^1.06^0.00^0.0^0.00^15^1.04^29^228^256^74^1.00^0.049^0.017^27.6^0.0^0.070^0.114^13.712^0.965^0.600^4^0^4^4^85.3^0.34^21^6^6^0^0^0^0^0^0.27^0.3^1.010^1.240^0.770^85^140.00^~1 cup, chopped or diced~^52.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^28 ~05065~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,STWD~^68.27^151^28.98^3.03^0.91^0.00^0.0^0.00^13^0.88^24^165^187^63^0.97^0.043^0.018^22.3^0.0^0.042^0.119^8.469^0.573^0.330^3^0^3^3^78.5^0.23^19^6^6^0^0^0^0^0^0.27^0.2^0.850^1.030^0.660^77^140.00^~1 cup, chopped or diced~^57.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^30 ~05066~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,RAW~^72.46^161^19.27^8.68^0.86^0.00^0.0^0.00^11^1.03^21^154^206^83^2.00^0.059^0.021^13.2^2.7^0.074^0.178^5.449^1.182^0.300^9^0^9^9^59.4^0.35^95^29^29^0^0^0^0^0^0.30^2.8^2.390^3.370^1.940^81^44.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^73.00^~1 drumstick, bone removed~^33 ~05067~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,FRIED,BATTER~^52.77^268^21.95^15.75^1.25^8.28^0.3^^17^1.35^20^147^186^269^2.33^0.076^0.052^21.9^0.0^0.112^0.215^5.096^1.007^0.270^18^9^9^24^^0.28^86^26^26^^^^^^^^4.140^6.430^3.790^86^43.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^72.00^~1 drumstick, bone removed~^26 ~05068~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,FRIED,FLR~^56.73^245^26.96^13.72^0.96^1.63^0.1^^12^1.34^23^176^229^89^2.89^0.080^0.028^18.4^0.0^0.081^0.225^6.037^1.215^0.350^10^2^8^11^^0.32^84^25^25^^^^^^^^3.660^5.420^3.230^90^29.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^49.00^~1 drumstick, bone removed~^34 ~05069~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,RSTD~^62.60^216^27.03^11.15^0.96^0.00^0.0^0.00^12^1.33^23^175^229^90^2.87^0.077^0.021^18.6^0.0^0.069^0.216^5.994^1.211^0.340^8^0^8^8^64.1^0.32^100^30^30^0^0^0^0^0^0.27^4.0^3.050^4.250^2.500^91^140.00^~1 cup, chopped or diced~^31.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^35 ~05070~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,STWD~^65.12^204^25.32^10.64^0.82^0.00^0.0^0.00^11^1.33^20^141^184^76^2.65^0.071^0.019^17.0^0.0^0.050^0.190^4.204^0.858^0.190^7^0^7^7^59.2^0.22^91^27^27^0^0^0^0^0^0.27^4.0^2.910^4.070^2.380^83^140.00^~1 cup, chopped or diced~^34.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^36 ~05071~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,RAW~^76.38^119^20.59^3.42^0.93^0.00^0.0^0.00^11^1.03^23^166^226^88^2.21^0.063^0.021^13.5^3.2^0.082^0.199^5.778^1.287^0.340^10^0^10^10^61.8^0.37^57^17^17^0^0^0^0^0^0.31^2.9^0.880^1.060^0.850^77^37.00^~1 drumstick, bone and skin removed (yield from 1 lb ready-to-cook chicken)~^62.00^~1 drumstick, bone and skin removed~^44 ~06036~^~SOUP,GAZPACHO,CND,RTS~^93.77^19^2.90^0.10^1.43^1.80^0.2^0.59^10^0.40^3^15^92^303^0.10^0.060^0.300^1.5^2.9^0.020^0.010^0.380^0.070^0.060^8^0^8^8^3.2^0.00^122^6^0^1^69^8^915^26^0.18^1.9^0.010^0.010^0.030^0^244.00^~1 cup, (8 fl oz)~^369.00^~1 can, (13 oz)~^0 ~06037~^~SOUP,LENTIL W/HAM,CND,RTS~^85.75^56^3.74^1.12^1.24^8.16^^^17^1.07^9^74^144^532^0.30^0.070^0.120^0.3^1.7^0.070^0.045^0.545^0.140^0.090^20^0^20^20^^0.12^145^7^0^^^^^^^^0.450^0.520^0.130^3^248.00^~1 cup, (8 fl oz)~^567.00^~1 can, (20 oz)~^0 ~06038~^~CAMPBELL COMPANY,CAMPBELL'S RED&WHITE,CHEDDAR CHS SOUP,COND~^83.20^89^1.61^4.03^1.48^9.68^0.8^1.61^32^0.00^^^^718^^^^^0.0^^^^^^^^^^^^605^^^^^^^^^^1.613^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06039~^~SOUP,MINESTRONE,CND,CHUNKY,RTS~^86.72^53^2.13^1.17^1.35^8.64^2.4^2.17^25^0.74^6^46^255^360^0.60^0.100^0.300^2.2^2.0^0.023^0.049^0.491^0.300^0.100^22^9^13^28^6.9^0.00^1783^89^0^370^885^0^5963^45^0.67^3.2^0.620^0.380^0.110^2^240.00^~1 cup~^539.00^~1 can, (19 oz)~^0 ~06040~^~SOUP,MINESTRONE,CND,COND~^82.95^68^3.48^2.05^2.35^9.17^0.8^1.50^28^0.75^6^46^255^744^0.60^0.100^0.300^2.8^0.9^0.044^0.036^0.770^0.280^0.080^29^16^13^40^8.9^0.00^1708^85^0^210^920^0^1480^150^0.46^7.8^0.440^0.560^0.910^1^123.00^~.5 cup, (4 fl oz)~^298.00^~1 can, (10.5 oz)~^0 ~06041~^~CAMPBELL,CAMPBELL'S RED&WHITE,CHICK & DUMPLINGS SOUP,COND~^86.40^56^2.38^1.98^1.30^7.94^0.8^0.79^0^0.29^^^^603^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.794^^^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06042~^~SOUP,MUSHROOM BARLEY,CND,COND~^84.90^61^1.50^1.80^2.20^9.60^^^10^0.40^7^50^76^573^0.40^0.160^0.100^^0.0^0.020^0.070^0.700^0.100^0.140^5^0^5^5^^0.00^158^8^0^^^^^^^^0.350^0.800^0.570^0^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06043~^~SOUP,CRM OF MUSHROOM,CND,COND~^83.85^85^1.61^5.89^1.93^6.72^0.0^1.46^12^1.11^4^26^62^645^0.20^0.153^0.082^2.4^0.0^0.043^0.045^0.424^0.234^0.000^2^0^2^2^9.7^0.00^29^8^8^0^2^0^0^1^0.81^1.7^1.380^1.110^1.434^0^121.34^~.5 cup~^303.35^~1 can, (10.7 oz)~^0 ~06044~^~SOUP,MUSHROOM W/ BF STOCK,CND,COND~^84.60^68^2.51^3.21^2.27^7.41^0.1^2.28^8^0.67^7^29^126^773^1.10^0.200^0.300^3.7^0.8^0.028^0.076^0.960^0.190^0.030^7^0^7^7^8.9^0.00^194^17^8^0^100^0^6632^0^0.89^2.3^1.240^1.120^0.620^6^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06045~^~SOUP,ONION,CND,COND~^86.35^46^3.06^1.42^2.49^6.68^0.7^2.72^22^0.55^2^9^56^732^0.50^0.100^0.200^3.5^1.0^0.027^0.020^0.490^0.000^0.040^12^0^12^12^4.0^0.00^11^3^3^0^1^0^0^1^0.22^0.4^0.210^0.610^0.530^0^123.00^~.5 cup, (4 fl oz)~^298.00^~1 can, (10.5 oz)~^0 ~06046~^~SOUP,CRM OF ONION,CND,COND~^81.00^88^2.20^4.20^2.20^10.40^0.4^3.64^27^0.50^5^30^98^637^0.12^0.110^0.200^2.3^1.0^0.040^0.060^0.400^0.240^0.020^6^0^6^6^11.4^0.04^113^28^27^0^13^0^0^10^0.43^2.2^1.170^1.670^1.160^12^125.50^~.5 cup~^305.00^~1 can, (10.75 oz)~^0 ~06047~^~CAMPBELL'S RED & WHITE,CHICK & STARS SOUP,COND~^86.00^56^2.38^1.59^2.10^7.94^0.8^0.79^0^0.29^^^^508^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^0.397^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06048~^~SOUP,OYSTER STEW,CND,COND~^89.88^48^1.72^3.13^1.95^3.32^0.0^^18^0.80^4^39^40^740^8.40^1.300^0.300^6.8^2.6^0.017^0.029^0.190^0.100^0.010^2^0^2^2^^1.79^58^3^0^^^^^^^^2.040^0.740^0.130^11^123.00^~.5 cup, (4 fl oz)~^298.00^~1 can, (10.5 oz)~^0 ~06049~^~SOUP,PEA,GRN,CND,COND~^68.54^125^6.54^2.23^2.51^20.18^3.9^6.52^21^1.48^30^95^145^680^1.30^0.288^0.500^7.4^1.3^0.082^0.052^0.943^0.100^0.040^1^0^1^1^27.0^0.00^25^7^7^0^2^0^0^0^0.18^0.4^1.070^0.760^0.290^0^127.60^~.5 cup~^319.00^~1 can, (11.2 oz)~^0 ~06050~^~SOUP,PEA,SPLIT W/HAM,CND,CHUNKY,RTS~^80.95^77^4.62^1.66^1.60^11.17^1.7^1.91^14^0.89^16^74^127^402^1.30^0.100^0.250^4.1^2.9^0.048^0.039^1.050^0.200^0.090^2^0^2^2^16.9^0.10^2030^102^0^445^995^0^0^78^0.20^7.5^0.660^0.680^0.240^3^240.00^~1 cup~^539.00^~1 can, (19 oz)~^0 ~06051~^~SOUP,PEA,SPLIT W/ HAM,CND,COND~^65.67^141^7.68^3.28^2.57^20.81^1.7^^16^1.70^36^159^297^630^0.99^0.275^0.500^7.4^1.1^0.110^0.056^1.098^0.200^0.050^2^0^2^2^^0.20^331^17^0^^^^^^^^1.310^1.340^0.470^6^135.00^~.5 cup, (4 fl oz)~^326.00^~1 can, (11.5 oz)~^0 ~06052~^~SOUP,PEPPERPOT,CND,COND~^80.62^84^5.19^3.78^2.75^7.66^0.4^^19^0.73^4^34^124^792^1.00^0.100^0.500^^1.1^0.043^0.039^1.000^0.280^0.050^8^0^8^8^^0.14^706^35^0^^^^^^0.07^^1.680^1.640^0.290^8^123.00^~.5 cup, (4 fl oz)~^298.00^~1 can, (10.5 oz)~^0 ~06053~^~SOUP,CRM OF POTATO,CND,COND~^85.39^59^1.39^1.88^2.21^9.14^0.4^1.69^16^0.38^1^37^109^637^0.50^0.200^0.300^1.9^0.0^0.028^0.029^0.430^0.700^0.030^2^0^2^2^8.7^0.04^68^19^19^0^4^0^0^5^0.07^1.1^0.970^0.440^0.330^5^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06054~^~CAMPBELL'S RED & WHITE,CHICK ALPHABET SOUP,COND~^84.40^56^3.17^1.19^2.50^8.73^0.8^1.59^0^0.29^^^^524^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^0.397^^^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06055~^~SOUP,SCOTCH BROTH,CND,COND~^83.78^66^4.05^2.14^2.30^7.73^1.0^^12^0.68^3^45^130^716^1.30^0.200^0.300^2.2^0.7^0.015^0.037^0.950^0.280^0.060^8^0^8^8^^0.22^1779^89^0^^^^^^0.06^^0.910^0.630^0.450^4^123.00^~.5 cup, (4 fl oz)~^298.00^~1 can, (10.5 oz)~^0 ~06056~^~SOUP,CRM OF SHRIMP,CND,COND~^84.85^72^2.22^4.14^2.26^6.53^0.2^^14^0.42^7^26^47^685^0.60^0.100^0.300^4.5^0.0^0.015^0.022^0.340^0.110^0.030^3^0^3^3^6.9^0.47^126^32^30^^^^^^^^2.580^1.190^0.150^13^125.50^~.5 cup, (8 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06057~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED&WHITE,CHICK BROTH,COND~^95.90^16^0.81^0.81^0.62^0.81^0.0^0.81^0^0.00^^^^621^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06058~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,CHICK GUMBO SOUP,COND~^86.40^48^1.59^0.79^3.28^7.94^0.8^1.59^16^0.00^^^^690^^^^^0.0^^^^^^^^^^^^79^^^^^^^^^^0.397^0.000^0.000^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06499~^~SOUP,TOMATO VEG,DRY,MIX,PREP W/ H2O~^94.24^22^0.79^0.34^0.59^4.04^0.3^0.99^8^0.24^4^14^67^132^0.08^0.045^0.046^0.8^1.2^0.025^0.038^0.498^0.046^0.026^5^1^4^5^4.7^0.02^75^4^0^0^44^0^1589^36^0.17^1.2^0.150^0.120^0.030^0^245.00^~1 cup, 8 fl oz~^^~~^0 ~06500~^~SOUP,VEG BF,DRY,MIX,PREP W/ H2O~^94.20^21^1.16^0.44^1.07^3.17^0.3^0.36^6^0.21^5^14^72^312^0.11^0.035^0.030^0.7^0.8^0.064^0.081^0.730^0.058^0.044^8^0^8^8^3.6^0.03^94^5^0^18^47^1^139^8^0.08^0.5^0.220^0.180^0.020^0^253.00^~1 cup, 8 fl oz~^^~~^0 ~06502~^~CAMPBELL'S RED & WHITE - MICROWAVEABLE BOWLS,CHICK RICE SOUP~^92.00^30^0.82^0.41^1.06^5.71^0.4^0.41^8^0.29^^^^327^^^^^0.0^^^^^^^^^^^^204^^^^^^^^^^0.204^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06503~^~CAMPBELL'S RED & WHITE - MCRWVEABLE BOWLS,CREAMY TOMATO SOUP~^84.70^64^1.22^2.04^1.83^10.20^1.2^6.53^16^0.15^^^^306^^^^^2.4^^^^^^^^^^^^204^^^^^^^^^^0.408^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06504~^~CAMPBELL'S RED & WHITE - MICROWAVEABLE BOWLS,TOMATO SOUP~^87.40^44^1.22^0.00^1.58^9.80^1.2^7.35^8^0.15^^^^322^^^^^2.4^^^^^^^^^^^^163^^^^^^^^^^0.000^^^0^245.00^~1 cup~^245.00^~1 serving~^0 ~06505~^~CAMPBELL'S RED & WHITE - MICROWAVEABLE BOWLS,VEG BF SOUP~^90.60^34^2.04^0.20^1.03^6.12^1.2^0.82^0^0.15^^^^359^^^^^0.0^^^^^^^^^^^^408^^^^^^^^^^0.204^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06507~^~CAMPBELL'S SEL GOLD LABEL SOUPS,BLNDED RED PEPP BLK BEAN SP~^87.30^49^1.22^0.61^1.47^9.39^1.6^4.08^16^0.29^^^^335^^^^^1.5^^^^^^^^^^^^306^^^^^^^^^^0.408^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06508~^~CAMPBELL'S SEL GOLD LABEL SOUPS,CRMY PORTOBELLO MSHRM SOUP~^90.10^42^1.22^1.63^1.33^5.71^0.8^0.82^8^0.15^^^^322^^^^^0.0^^^^^^^^^^^^41^^^^^^^^^^1.224^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06509~^~CAMPBELL'S SEL GOLD LABEL SOUPS,GOLDEN BUTTERNUT SQSH SOUP~^89.80^37^0.82^0.61^1.42^7.35^1.2^3.27^16^0.15^^^^331^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.408^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06513~^~CAMPBELL'S SEL MCRWVABLE BOWLS,98% FT FR NEW ENGL CLAM CHDER~^88.90^43^2.45^0.82^1.30^6.53^1.2^0.41^24^0.44^^^^355^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.204^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06514~^~CAMPBELL'S SEL MCRWVABLE BOWLS,CHICK W/ EGG NOODLES SOUP~^89.80^38^3.27^0.61^1.42^4.90^0.8^0.82^8^0.00^^^^392^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.204^^^8^245.00^~1 cup~^245.00^~1 serving~^0 ~06516~^~CAMPBELL'S SEL MCRWVABLE BWLS,ITAL SSGE PSTA & PEPRNI SOUP~^87.50^53^2.86^2.45^1.07^6.12^0.8^2.04^16^0.44^^^^355^^^^^0.0^^^^^^^^^^^^122^^^^^^^^^^1.020^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06517~^~CAMPBELL'S SEL MCRWVABLE BOWLS,ITALIAN-STYLE WEDDING SOUP~^89.10^45^2.86^1.02^0.90^6.12^0.8^2.04^16^0.00^^^^322^^^^^0.0^^^^^^^^^^^^306^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06519~^~CAMPBELL'S SEL MCRWVABLE BOWLS,MEX STYLE CHICK TORTILLA SOUP~^86.90^52^3.27^1.02^1.47^7.35^1.2^1.22^24^0.15^^^^376^^^^^0.0^^^^^^^^^^^^122^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06521~^~CAMPBELL'S SEL MICROWAVEABLE BOWLS,MINESTRONE SOUP~^88.70^39^1.63^0.20^1.71^7.76^1.6^2.04^16^0.44^^^^367^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.000^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06525~^~CAMPBELL'S SEL MCRWVABLE BOWLS,SVRY CHK & LONG GRN RICE SOUP~^89.40^38^2.86^0.20^1.42^6.12^0.4^1.22^8^0.00^^^^396^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~03171~^~BABYFOOD,JUC,APPL&PRUNE~^81.30^72^0.20^0.10^0.30^18.00^0.1^10.58^9^0.95^7^15^148^5^0.05^0.062^^0.3^67.5^0.005^0.002^0.301^0.181^0.035^0^0^0^0^1.8^0.00^16^1^0^1^8^2^0^22^0.05^1.3^0.018^0.006^0.031^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03172~^~BABYFOOD,JUICE,ORANGE~^88.50^45^0.60^0.30^0.40^10.20^0.1^8.26^12^0.17^9^11^184^1^0.06^0.046^^0.1^62.5^0.045^0.028^0.239^0.137^0.054^26^0^26^26^6.2^0.00^55^3^0^2^9^47^0^113^0.04^0.1^0.035^0.050^0.060^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03173~^~BABYFOOD,JUC,ORANGE&APPL~^88.90^43^0.40^0.20^0.40^10.10^^^10^0.20^5^7^138^3^0.03^0.040^^0.1^76.9^0.038^0.028^0.185^0.120^0.038^12^0^12^12^^0.00^73^4^0^^^^^^^^^^^^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03174~^~BABYFOOD,JUC,ORANGE&APPL&BANANA~^87.60^47^0.40^0.10^0.40^11.50^0.1^10.03^5^0.35^6^8^134^4^0.03^0.044^^0.1^32.1^0.043^0.027^0.263^0.134^0.062^10^0^10^10^4.1^0.00^27^1^0^1^5^22^0^59^0.02^0.1^0.016^0.007^0.027^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03175~^~BABYFOOD,JUC,ORANGE&APRICOT~^87.80^46^0.80^0.10^0.40^10.90^0.1^^6^0.38^7^12^199^6^0.04^0.084^^0.1^85.9^0.058^0.028^0.267^0.096^0.056^20^0^20^20^^0.00^216^11^0^^^^^^0.60^^0.011^0.022^0.020^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03176~^~BABYFOOD,JUC,ORANGE&BANANA~^86.90^50^0.70^0.10^0.40^11.90^^^17^0.11^14^13^200^3^0.09^0.042^^0.1^34.0^0.051^0.042^0.180^0.148^0.054^24^0^24^24^^0.00^46^2^0^^^^^^^^^^^^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03177~^~BABYFOOD,JUC,ORANGE&PNAPPL~^87.30^48^0.50^0.10^0.40^11.70^0.1^^8^0.42^9^9^141^2^0.04^0.044^^0.1^53.4^0.050^0.023^0.194^0.059^0.062^19^0^19^19^^0.00^31^2^0^^^^^^0.60^^0.010^0.014^0.024^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03178~^~BABYFOOD,JUC,PRUNE&ORANGE~^81.90^70^0.60^0.30^0.40^16.80^^^12^0.87^8^10^181^2^0.04^0.046^^0.1^63.8^0.044^0.120^0.396^0.137^0.061^13^0^13^13^^0.00^131^7^0^^^^^^^^^^^^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03179~^~BABYFOOD,JUC,MXD FRUIT~^87.90^47^0.10^0.10^0.20^11.60^0.1^8.46^8^0.34^5^5^101^4^0.03^0.040^^0.5^63.6^0.023^0.014^0.123^0.115^0.043^7^0^7^7^3.5^0.00^42^2^0^11^19^1^0^21^0.04^0.9^0.015^0.006^0.039^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03181~^~BABYFOOD,CRL,BARLEY,DRY~^6.80^365^11.10^3.40^3.40^75.30^8.2^3.10^795^47.50^115^439^395^47^3.13^0.467^^30.2^2.2^2.737^2.699^35.988^0.527^0.374^29^0^29^29^45.4^0.00^0^0^0^0^0^0^0^170^5.00^2.3^0.418^0.666^1.759^0^2.40^~1 tbsp~^15.00^~.5 oz~^0 ~03184~^~BABYFOOD,CRL,WHL WHEAT,W/APPLS,DRY~^1.70^402^12.60^4.80^3.70^77.10^12.2^22.20^600^45.00^140^500^516^25^2.60^0.620^2.520^64.7^58.3^1.500^1.800^13.330^0.953^0.300^20^0^20^20^42.1^0.00^20^1^0^0^10^4^0^203^1.13^8.3^0.639^1.277^1.866^0^15.00^~.5 oz~^^~~^0 ~03185~^~BABYFOOD,CEREAL,MIXED,DRY~^6.70^379^12.20^4.40^3.30^73.30^7.5^0.87^733^47.50^100^392^437^39^2.40^0.334^^25.9^2.3^2.438^2.717^34.714^1.074^0.189^43^0^43^43^23.2^0.00^20^1^0^6^9^0^0^148^3.68^1.5^0.769^1.206^1.697^0^2.50^~1 tbsp~^15.00^~.5 oz~^0 ~03186~^~BABYFOOD,CRL,MXD,W/BANANAS,DRY~^4.50^391^10.70^4.60^3.10^77.10^7.8^6.68^696^47.50^90^367^668^118^1.40^0.256^^20.0^3.6^3.780^3.560^20.560^^0.408^17^0^17^17^28.6^0.24^125^6^0^49^51^0^0^96^0.51^3.5^0.846^1.223^1.734^0^2.50^~1 tbsp~^15.00^~.5 oz~^0 ~03187~^~BABYFOOD,CRL,MXD,W/APPLSAUC&BANANAS,STR~^80.00^82^1.20^0.50^0.30^17.90^1.2^7.79^6^6.62^8^23^41^2^0.19^0.054^^2.6^25.5^0.280^0.350^3.963^0.195^0.137^4^0^4^4^3.5^0.00^18^1^0^1^8^5^0^10^0.03^0.3^0.090^0.135^0.191^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03188~^~BABYFOOD,CRL,MXD,W/ APPLSAUC & BANANAS,JR~^79.60^83^1.20^0.40^0.40^18.40^1.2^7.79^4^5.61^7^29^32^36^0.22^0.055^^2.6^9.1^0.285^0.356^4.039^0.195^0.139^4^0^4^4^3.5^0.00^19^1^0^1^8^6^0^10^0.03^0.3^0.072^0.108^0.152^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03189~^~BABYFOOD,CRL,OATMEAL,DRY~^5.90^399^13.07^8.00^3.38^69.65^9.0^3.84^707^51.25^138^610^420^5^5.39^0.458^3.400^29.6^0.0^2.805^3.313^28.434^0.482^0.563^35^0^35^35^32.1^0.00^0^0^0^0^0^0^0^185^4.95^4.1^1.370^2.570^2.470^0^3.18^~1 tbsp~^15.00^~.5 oz~^0 ~03190~^~BABYFOOD,CRL,OATMEAL,W/BANANAS,DRY~^4.70^393^12.00^6.00^3.90^73.40^5.2^13.75^651^47.50^118^444^731^119^1.90^0.391^^20.5^4.7^3.600^3.710^20.110^^0.423^19^0^19^19^28.7^0.22^69^3^0^27^28^0^0^157^5.00^3.0^1.267^1.429^2.186^0^2.50^~1 tbsp~^15.00^~.5 oz~^0 ~03191~^~BABYFOOD,CRL,OATMEAL,W/APPLSAUC&BANANAS,STR~^82.20^74^1.30^0.70^0.40^15.40^0.8^10.49^9^5.65^11^41^47^2^0.35^0.073^^3.0^21.8^0.420^0.365^5.042^0.227^0.200^4^0^4^4^4.1^0.00^30^2^0^2^13^8^0^90^0.16^2.2^0.125^0.216^0.253^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03192~^~BABYFOOD,CRL,OATMEAL,W/APPLSAUC&BANANAS,JR~^81.80^75^1.30^0.70^0.40^15.70^0.8^9.48^6^7.50^11^41^48^31^7.50^0.075^^3.0^24.5^0.250^0.484^5.600^0.227^0.240^4^0^4^4^4.1^0.00^28^1^0^7^12^4^0^17^0.10^0.6^0.126^0.216^0.253^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03193~^~BABYFOOD,CRL,OATMEAL,W/HONEY,DRY~^5.80^391^13.50^7.00^4.40^69.30^^^1154^67.23^146^733^259^47^3.70^0.529^^36.4^0.0^2.771^2.842^36.292^1.540^0.154^35^0^35^35^^0.00^23^1^0^^^^^^^^^^^^2.40^~1 tbsp~^14.20^~.5 oz~^0 ~03194~^~BABYFOOD,CEREAL,RICE,DRY~^6.70^391^7.10^4.90^3.60^77.60^0.5^0.12^850^47.50^206^590^385^32^1.98^0.331^^11.6^2.4^2.645^2.221^31.243^^0.479^24^0^24^24^18.0^0.00^0^0^0^0^0^0^0^0^5.00^0.0^0.919^1.260^2.016^0^2.50^~1 tbsp~^15.00^~.5 oz~^0 ~03195~^~BABYFOOD,CRL,RICE,W/APPLSAUC&BANANAS,STR~^81.00^80^1.20^0.40^0.30^17.10^1.0^2.24^17^6.73^3^12^28^28^0.08^0.051^^2.1^31.6^0.260^0.422^4.017^^0.234^3^0^1^1^1.9^0.00^21^1^0^0^9^7^0^4^0.04^0.2^0.114^0.104^0.102^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03197~^~BABYFOOD,CRL,W/EGG YOLKS,STR~^88.80^51^1.90^1.80^0.50^7.00^0.9^^24^0.47^3^40^39^33^0.29^0.022^^^0.7^0.009^0.044^0.049^0.878^0.021^3^0^3^3^^0.07^141^40^39^^^^^^^^0.610^0.790^0.300^63^28.35^~1 oz~^113.00^~1 jar~^0 ~03198~^~BABYFOOD,CRL,W/EGG YOLKS,JR~^88.70^52^1.90^1.80^0.40^7.10^0.9^^24^0.51^3^40^35^33^0.29^0.022^^^0.7^0.008^0.045^0.048^0.878^0.020^3^0^3^3^^0.06^144^41^40^^^^^^^^0.610^0.790^0.300^63^28.35^~1 oz~^170.00^~1 jar~^0 ~03199~^~BABYFOOD,CRL,W/EGGS,STR~^87.20^58^2.20^1.50^0.60^8.00^^^27^0.54^3^46^44^38^0.33^0.025^^^0.8^0.010^0.050^0.056^1.003^0.024^9^0^9^9^^0.08^161^^^^^^^^^^0.490^0.610^0.330^51^28.35^~1 oz~^113.00^~1 jar~^0 ~03201~^~BABYFOOD,CRL,EGG YOLKS&BACON,JR~^85.90^79^2.50^5.00^0.40^6.20^0.9^^28^0.47^5^50^35^48^0.27^0.020^^^0.9^0.050^0.077^0.266^1.105^0.026^4^0^4^4^^0.09^94^28^28^^^^^^^^1.640^2.207^0.641^94^28.35^~1 oz~^170.00^~1 jar~^0 ~03205~^~BABYFOOD,OATMEAL CRL W/FRUIT,DRY,INST,TODD~^5.40^402^10.50^7.05^2.95^74.15^7.8^11.09^286^14.30^107^429^346^200^5.70^0.340^2.800^20.5^2.7^0.750^0.860^9.600^^0.380^18^0^18^18^31.6^0.00^89^4^0^12^41^13^0^32^2.48^7.5^1.572^3.008^2.290^0^5.30^~1 tbsp~^21.00^~1 packet, (.75 oz)~^0 ~05072~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,FRIED~^62.24^195^28.62^8.08^1.06^0.00^0.0^^12^1.32^24^186^249^96^3.22^0.080^0.021^19.6^0.0^0.077^0.236^6.146^1.320^0.390^9^0^9^9^^0.35^61^18^18^^^^^^^^2.130^2.940^1.970^94^25.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^42.00^~1 drumstick, bone and skin removed~^44 ~05073~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,RSTD~^66.74^172^28.29^5.66^1.05^0.00^0.0^0.00^12^1.30^24^184^246^95^3.18^0.079^0.021^19.0^0.0^0.076^0.233^6.075^1.305^0.390^9^0^9^9^75.5^0.34^60^18^18^0^0^0^0^0^0.27^3.5^1.480^1.870^1.370^93^140.00^~1 cup, chopped or diced~^26.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^46 ~05074~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,STWD~^67.58^169^27.50^5.71^0.91^0.00^0.0^0.00^11^1.37^21^150^199^80^3.02^0.077^0.019^18.0^0.0^0.054^0.213^4.300^0.961^0.230^8^0^8^8^73.1^0.24^57^17^17^0^0^0^0^0^0.27^3.4^1.510^1.930^1.370^88^160.00^~1 cup, chopped or diced~^28.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^48 ~05075~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,RAW~^69.91^187^18.15^12.12^0.85^0.00^0.0^0.00^10^1.01^21^149^198^79^1.77^0.058^0.020^13.1^2.5^0.067^0.164^5.435^1.110^0.290^11^0^11^11^56.6^0.32^123^37^37^0^0^0^0^0^0.44^2.9^3.410^4.890^2.650^83^101.00^~1 leg, bone removed (yield from 1 lb ready-to-cook chicken)~^167.00^~1 leg, bone removed~^27 ~05076~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,FRIED,BATTER~^52.08^273^21.77^16.17^1.26^8.72^0.3^^18^1.40^20^152^189^279^2.17^0.080^0.054^26.6^0.0^0.116^0.221^5.433^0.994^0.270^18^9^9^24^^0.28^91^27^27^^^^^^^^4.280^6.580^3.850^90^95.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^158.00^~1 leg, bone removed~^22 ~05077~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,FRIED,FLR~^55.28^254^26.84^14.43^0.95^2.50^0.1^^13^1.43^24^182^233^88^2.68^0.085^0.032^20.8^0.0^0.088^0.235^6.546^1.198^0.340^11^3^8^13^^0.31^92^28^28^^^^^^^^3.900^5.680^3.330^94^67.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^112.00^~1 leg, bone removed~^28 ~05078~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,RSTD~^60.92^232^25.96^13.46^0.92^0.00^0.0^0.00^12^1.33^23^174^225^87^2.60^0.077^0.021^20.7^0.0^0.068^0.213^6.196^1.156^0.330^7^0^7^7^62.6^0.30^135^41^41^0^0^0^0^0^0.27^4.1^3.720^5.240^3.000^92^140.00^~1 cup, chopped or diced~^69.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^29 ~05079~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,STWD~^64.01^220^24.17^12.92^0.79^0.00^0.0^0.00^11^1.35^20^139^176^73^2.43^0.071^0.019^18.9^0.0^0.054^0.191^4.590^0.812^0.180^6^0^6^6^56.4^0.20^124^37^37^0^0^0^0^0^0.27^3.5^3.570^5.040^2.870^84^140.00^~1 cup, chopped or diced~^75.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^30 ~05080~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,RAW~^76.13^120^20.13^3.81^0.94^0.00^0.0^0.00^11^1.02^23^167^229^86^2.06^0.064^0.021^13.5^0.0^0.079^0.193^6.067^1.178^0.330^10^0^10^10^61.8^0.36^61^18^18^0^0^0^0^0^0.32^2.9^0.980^1.180^0.950^80^78.00^~1 leg, bone and skin removed (yield from 1 lb ready-to-cook chicken)~^130.00^~1 leg, bone and skin removed~^43 ~05081~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,CKD,FRIED~^60.61^208^28.38^9.32^1.05^0.65^0.0^^13^1.40^25^193^254^96^2.98^0.086^0.025^18.8^0.0^0.083^0.247^6.688^1.301^0.390^9^0^9^9^^0.34^66^20^20^^^^^^^^2.490^3.430^2.220^99^56.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^94.00^~1 leg, bone and skin removed~^40 ~05082~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,CKD,RSTD~^64.70^191^27.03^8.43^1.00^0.00^0.0^0.00^12^1.31^24^183^242^91^2.86^0.080^0.021^22.1^0.0^0.075^0.232^6.319^1.241^0.370^8^0^8^8^73.5^0.32^63^19^19^0^0^0^0^0^0.27^3.7^2.290^3.050^1.970^94^140.00^~1 cup, chopped or diced~^57.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^41 ~05083~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,CKD,STWD~^66.44^185^26.26^8.06^0.88^0.00^0.0^0.00^11^1.40^21^149^190^78^2.78^0.077^0.019^26.5^0.0^0.059^0.216^4.798^0.913^0.210^8^0^8^8^69.7^0.23^60^18^18^0^0^0^0^0^0.27^3.6^2.200^2.930^1.880^89^160.00^~1 cup, chopped or diced~^60.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^43 ~05084~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,RAW~^59.99^297^14.07^26.24^0.55^0.00^0.0^^18^1.90^13^112^137^64^1.86^0.080^0.033^12.0^0.0^0.047^0.191^3.608^0.850^0.170^5^0^5^5^^0.26^216^65^65^^^^^^0.30^^7.270^10.550^5.680^99^15.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^50.00^~1 neck, bone removed~^36 ~05085~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,CKD,FRIED,BATTER~^46.92^330^19.82^23.52^1.04^8.70^^^31^2.15^16^115^151^276^2.50^0.113^0.065^21.3^0.0^0.100^0.237^4.528^0.839^0.210^15^8^7^21^^0.24^170^51^51^^^^^^^^6.220^9.790^5.560^91^16.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^52.00^~1 neck, bone removed~^25 ~05086~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,CKD,FRIED,FLR~^47.49^332^24.01^23.61^0.65^4.24^^^31^2.42^19^132^180^82^3.07^0.130^0.052^18.6^0.0^0.078^0.259^5.348^0.982^0.250^11^5^6^15^^0.26^190^57^57^^^^^^^^6.320^9.700^5.470^94^11.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^36.00^~1 neck, bone removed~^29 ~05087~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,CKD SIMMRD~^61.73^247^19.61^18.10^0.61^0.00^0.0^0.00^27^2.30^13^122^108^52^2.72^0.097^0.046^17.3^0.0^0.040^0.248^3.319^0.525^0.100^3^0^3^3^49.3^0.14^161^48^48^0^0^0^0^0^0.27^3.9^5.000^7.220^3.940^70^11.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^38.00^~1 neck, bone removed~^32 ~05088~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,RAW~^71.17^154^17.55^8.78^0.69^0.00^0.0^^27^2.06^17^113^175^81^2.68^0.109^0.035^13.5^0.0^0.054^0.228^4.119^1.090^0.290^8^0^8^8^^0.32^146^44^44^^^^^^^^2.250^2.730^2.180^83^6.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^20.00^~1 neck, bone and skin removed~^75 ~05089~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,CKD,FRIED~^58.71^229^26.87^11.88^0.78^1.77^0.0^^41^2.98^20^135^213^99^4.24^0.161^0.050^20.5^0.0^0.070^0.318^5.027^1.165^0.350^8^0^8^8^^0.30^162^49^49^^^^^^^^3.000^4.570^3.040^105^7.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^22.00^~1 neck, bone and skin removed~^56 ~05090~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,CKD,SIMMRD~^67.05^179^24.56^8.18^0.77^0.00^0.0^^44^2.63^16^128^140^64^3.77^0.129^0.048^20.5^0.0^0.046^0.283^3.956^0.671^0.160^6^0^6^6^^0.17^121^36^36^^^^^^^^2.100^2.540^2.030^79^5.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^18.00^~1 neck, bone and skin removed~^67 ~05091~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,RAW~^67.68^211^17.27^15.25^0.81^0.00^0.0^0.00^10^0.99^20^145^192^76^1.60^0.058^0.019^12.9^2.3^0.062^0.153^5.426^1.032^0.260^8^0^8^8^53.8^0.30^149^44^41^0^7^0^0^0^0.28^2.9^4.386^6.511^3.381^84^57.00^~1 thigh, bone removed (yield from 1 lb ready-to-cook chicken)~^94.00^~1 thigh, bone removed~^21 ~05092~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,FRIED,BATTER~^51.50^277^21.61^16.53^1.27^9.08^0.3^^18^1.45^21^155^192^288^2.04^0.082^0.057^23.2^0.0^0.119^0.227^5.715^0.982^0.260^19^10^9^26^^0.28^95^29^29^^^^^^^^4.410^6.700^3.900^93^52.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^86.00^~1 thigh, bone removed~^19 ~05093~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,FRIED,FLR~^54.14^262^26.75^14.98^0.94^3.18^0.1^^14^1.49^25^187^237^88^2.52^0.089^0.036^19.9^0.0^0.094^0.243^6.946^1.185^0.330^12^4^8^15^^0.30^98^29^29^^^^^^^^4.090^5.870^3.410^97^38.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^62.00^~1 thigh, bone removed~^23 ~05094~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,RSTD~^59.42^247^25.06^15.49^0.88^0.00^0.0^0.00^12^1.34^22^174^222^84^2.36^0.078^0.021^19.5^0.0^0.067^0.212^6.365^1.108^0.310^7^0^7^7^61.3^0.29^165^50^50^0^0^0^0^0^0.27^4.3^4.330^6.150^3.420^93^140.00^~1 cup, chopped or diced~^37.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^23 ~06060~^~SOUP,STOCKPOT,CND,COND~^81.89^78^3.79^3.04^2.34^8.95^^^17^0.68^3^42^185^816^0.90^0.100^0.200^^1.6^0.034^0.040^0.950^0.280^0.070^8^0^8^8^^0.00^3100^155^0^^^^^^^^0.670^0.790^1.370^3^129.00^~.5 cup, (4 fl oz)~^312.00^~1 can, (11 oz), undiluted~^0 ~06061~^~SOUP,TOMATO BF W/ NOODLE,CND,COND~^74.08^112^3.55^3.42^2.08^16.87^1.2^^14^0.89^6^45^176^731^0.60^0.100^0.200^4.0^0.0^0.067^0.071^1.490^0.150^0.070^15^9^6^21^^0.15^425^21^0^^^^^^0.62^^1.270^1.380^0.540^3^251.00^~1 cup, (8 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06062~^~CAMPBELL'S RED & WHITE,CHICK NOODLE SOUP,COND~^87.70^48^2.38^1.59^1.98^6.35^0.8^0.79^0^1.59^^^^706^^^^^0.0^^^^^^^^^^^^3^^^^^^^^^^0.397^^^12^126.00^~1 serving, 1/2 cup~^^~~^0 ~06063~^~SOUP,TOMATO RICE,CND,COND~^77.13^93^1.64^2.12^2.03^17.08^1.3^5.90^18^0.62^4^26^257^635^0.40^0.100^0.300^1.8^11.5^0.048^0.039^0.822^0.100^0.060^11^0^11^11^15.6^0.00^421^23^2^0^248^0^17183^3^1.73^3.0^0.400^0.470^1.050^1^128.50^~.5 cup, (4 fl oz)~^312.00^~1 can, (11 oz), undiluted~^0 ~06064~^~SOUP,TURKEY,CHUNKY,CND,RTS~^86.37^57^4.33^1.87^1.47^5.96^^^21^0.81^10^44^153^391^0.90^0.100^0.100^^2.7^0.015^0.045^1.520^0.390^0.130^5^0^5^5^^0.90^3032^152^0^^^^^^^^0.520^0.750^0.460^4^236.00^~1 cup, (8 fl oz)~^532.00^~1 can, (18.75 oz)~^0 ~06065~^~SOUP,TURKEY NOODLE,CND,COND~^86.37^55^3.11^1.59^2.06^6.88^0.6^0.41^9^0.75^4^38^60^650^0.46^0.100^0.200^8.9^0.1^0.059^0.051^1.112^0.140^0.030^15^13^2^24^12.2^0.13^197^13^3^27^97^0^0^44^0.14^4.4^0.440^0.640^0.390^4^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06066~^~SOUP,TURKEY VEG,CND,COND~^86.01^60^2.52^2.47^1.95^7.05^0.5^1.09^14^0.62^3^33^143^739^0.50^0.100^0.200^4.3^0.0^0.024^0.032^0.820^0.390^0.040^4^0^4^4^8.6^0.14^1987^106^8^428^961^0^301^50^0.34^4.3^0.730^1.080^0.550^1^123.00^~.5 cup, (4 fl oz)~^298.00^~1 can, (10.5 oz)~^0 ~06067~^~SOUP,CHUNKY VEG,CND,RTS~^87.58^51^1.46^1.54^1.50^7.92^0.5^1.83^23^0.68^3^30^165^359^1.30^0.100^0.200^2.9^2.5^0.030^0.027^0.500^0.140^0.080^7^0^7^7^6.9^0.00^2449^122^0^512^1198^3^2953^124^0.53^8.1^0.230^0.660^0.580^0^245.00^~1 cup~^539.00^~1 can, (19 oz)~^0 ~06068~^~SOUP,VEGETARIAN VEG,CND,COND~^84.91^59^1.72^1.58^2.02^9.78^0.5^3.13^17^0.88^6^28^171^672^0.38^0.100^0.375^3.5^1.2^0.044^0.037^0.747^0.280^0.045^9^0^9^9^7.9^0.00^2842^142^0^410^1500^0^1930^160^1.17^4.2^0.240^0.680^0.590^0^123.00^~.5 cup~^298.00^~1 can, (10.5 oz)~^0 ~06069~^~SOUP,PEA,GRN,CND,COND,PREP W/ EQ VOLUME H2O~^84.55^62^3.20^1.09^1.28^9.88^1.9^3.19^12^0.73^15^47^71^344^0.64^0.146^0.245^3.6^0.6^0.040^0.025^0.462^0.049^0.020^1^0^1^1^13.2^0.00^12^3^3^0^1^0^0^0^0.09^0.2^0.524^0.372^0.142^0^259.48^~1 serving~^32.44^~1 fl oz~^0 ~06070~^~SOUP,CHUNKY BF,CND,RTS~^83.34^66^3.97^1.11^1.49^10.08^0.6^0.67^13^0.97^2^50^140^359^1.10^0.100^0.100^2.5^2.9^0.024^0.063^1.127^0.180^0.055^6^0^6^6^10.2^0.26^1088^54^0^234^536^0^1325^36^0.28^3.1^0.554^0.465^0.047^6^245.00^~1 cup~^539.00^~1 can, (19 oz)~^0 ~06071~^~SOUP,VEG BF,CND,COND~^83.69^63^4.45^1.51^2.25^8.11^1.6^0.89^13^0.89^5^32^138^631^1.23^0.145^0.250^2.2^1.9^0.029^0.039^0.823^0.280^0.060^8^0^8^8^10.0^0.25^3104^155^0^489^1618^0^364^92^0.48^5.6^0.680^0.640^0.090^4^125.50^~.5 cup~^305.00^~1 can, (10.75 oz)~^0 ~06072~^~SOUP,VEG W/ BF BROTH,CND,COND~^83.27^66^2.42^1.56^2.06^10.70^1.3^1.64^14^0.79^5^32^157^661^0.65^0.125^0.275^2.2^1.9^0.042^0.037^0.789^0.280^0.046^9^0^9^9^10.3^0.00^1707^85^0^387^831^0^29^35^0.12^2.3^0.360^0.450^0.640^1^123.00^~.5 cup~^298.00^~1 can, (10.5 oz)~^0 ~06075~^~SOUP,BF BROTH OR BOUILLON,PDR,DRY~^3.27^238^15.97^8.89^48.22^23.65^0.0^16.71^60^1.00^51^320^446^16982^0.00^0.000^0.459^27.6^0.0^0.070^0.243^4.467^0.300^0.200^32^0^32^32^113.4^1.00^0^0^0^0^0^0^0^0^2.17^3.2^4.320^3.616^0.332^10^3.60^~1 cube~^6.00^~1 packet~^0 ~06076~^~SOUP,BEEF BROTH,CUBED,DRY~^3.30^170^17.30^4.00^59.30^16.10^0.0^14.51^60^2.23^50^225^403^24000^0.21^0.000^0.386^27.6^0.0^0.200^0.240^3.300^0.300^0.200^32^0^32^32^113.4^1.00^1^0^0^0^0^0^0^0^0.00^0.0^1.990^1.670^0.160^4^3.60^~1 cube~^^~~^0 ~06077~^~SOUP,BF NOODLE,DRY,MIX~^4.97^324^17.93^6.39^22.06^48.64^2.7^5.10^48^2.68^76^320^656^8408^0.81^0.300^0.700^36.0^4.0^0.988^0.494^5.574^0.020^0.275^122^109^13^199^85.2^0.02^1984^103^5^309^1026^0^893^537^0.60^137.2^2.070^2.710^1.330^13^9.20^~1 packet~^^~~^0 ~06080~^~SOUP,CHICK BROTH OR BOUILLON,DRY~^2.27^267^16.66^13.88^49.18^18.01^0.0^17.36^187^1.03^56^166^309^18586^0.09^0.000^0.150^28.0^1.1^0.100^0.430^2.460^0.600^0.100^32^0^32^32^114.6^0.30^2^0^0^0^0^0^0^0^0.46^0.0^3.430^5.360^4.480^13^4.00^~1 cube~^2.00^~1 teaspoon~^0 ~06081~^~SOUP,CHICK BROTH CUBES,DRY~^2.50^198^14.60^4.70^54.70^23.50^0.0^0.00^190^1.87^56^191^374^24000^0.20^0.000^0.377^27.9^1.0^0.190^0.380^3.900^0.600^0.100^32^0^32^32^^0.30^2^0^0^0^0^0^0^0^0.09^0.0^1.200^1.920^1.620^13^4.80^~1 cube~^^~~^0 ~06082~^~CAMPBELL'S RED & WHITE,CHICK NOODLEO'S SOUP,COND~^83.00^63^3.17^1.98^2.32^9.52^0.8^1.59^0^0.57^^^254^492^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^0.794^^^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06084~^~CAMPBELL COMPANY,CAMPBELL'S RED & WHITE,CHICK VEG SOUP,COND~^83.20^63^2.38^0.79^1.72^11.90^1.6^2.38^16^0.29^^^^706^^^^^0.0^^^^^^^^^^^^1984^^^^^^^^^^0.397^0.000^0.000^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~01001~^~BUTTER,WITH SALT~^15.87^717^0.85^81.11^2.11^0.06^0.0^0.06^24^0.02^2^24^24^576^0.09^0.000^0.000^1.0^0.0^0.005^0.034^0.042^0.110^0.003^3^0^3^3^18.8^0.17^2499^684^671^0^158^0^0^0^2.32^7.0^51.368^21.021^3.043^215^227.00^~1 cup~^14.20^~1 tbsp~^0 ~01002~^~BUTTER,WHIPPED,WITH SALT~^15.87^717^0.85^81.11^2.11^0.06^0.0^0.06^24^0.16^2^23^26^827^0.05^0.016^0.004^1.0^0.0^0.005^0.034^0.042^0.110^0.003^3^0^3^3^18.8^0.13^2499^684^671^0^158^0^0^0^2.32^7.0^50.489^23.426^3.012^219^151.00^~1 cup~^9.40^~1 tbsp~^0 ~01003~^~BUTTER OIL,ANHYDROUS~^0.24^876^0.28^99.48^0.00^0.00^0.0^0.00^4^0.00^0^3^5^2^0.01^0.001^0.000^0.0^0.0^0.001^0.005^0.003^0.010^0.001^0^0^0^0^22.3^0.01^3069^840^824^0^193^0^0^0^2.80^8.6^61.924^28.732^3.694^256^205.00^~1 cup~^12.80^~1 tbsp~^0 ~01004~^~CHEESE,BLUE~^42.41^353^21.40^28.74^5.11^2.34^0.0^0.50^528^0.31^23^387^256^1395^2.66^0.040^0.009^14.5^0.0^0.029^0.382^1.016^1.729^0.166^36^0^36^36^15.4^1.22^763^198^192^0^74^0^0^0^0.25^2.4^18.669^7.778^0.800^75^28.35^~1 oz~^17.30^~1 cubic inch~^0 ~01005~^~CHEESE,BRICK~^41.11^371^23.24^29.68^3.18^2.79^0.0^0.51^674^0.43^24^451^136^560^2.60^0.024^0.012^14.5^0.0^0.014^0.351^0.118^0.288^0.065^20^0^20^20^15.4^1.26^1080^292^286^0^76^0^0^0^0.26^2.5^18.764^8.598^0.784^94^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01006~^~CHEESE,BRIE~^48.42^334^20.75^27.68^2.70^0.45^0.0^0.45^184^0.50^20^188^152^629^2.38^0.019^0.034^14.5^0.0^0.070^0.520^0.380^0.690^0.235^65^0^65^65^15.4^1.65^592^174^173^0^9^0^0^0^0.24^2.3^17.410^8.013^0.826^100^240.00^~1 cup, melted~^144.00^~1 cup, sliced~^0 ~01007~^~CHEESE,CAMEMBERT~^51.80^300^19.80^24.26^3.68^0.46^0.0^0.46^388^0.33^20^347^187^842^2.38^0.021^0.038^14.5^0.0^0.028^0.488^0.630^1.364^0.227^62^0^62^62^15.4^1.30^820^241^240^0^12^0^0^0^0.21^2.0^15.259^7.023^0.724^72^246.00^~1 cup~^28.35^~1 oz~^0 ~01008~^~CHEESE,CARAWAY~^39.28^376^25.18^29.20^3.28^3.06^0.0^^673^0.64^22^490^93^690^2.94^0.024^0.021^14.5^0.0^0.031^0.450^0.180^0.190^0.074^18^0^18^18^^0.27^1054^271^262^^^^^^^^18.584^8.275^0.830^93^28.35^~1 oz~^^~~^0 ~01009~^~CHEESE,CHEDDAR~^36.75^403^24.90^33.14^3.93^1.28^0.0^0.52^721^0.68^28^512^98^621^3.11^0.031^0.010^13.9^0.0^0.027^0.375^0.080^0.413^0.074^18^0^18^18^16.5^0.83^1002^265^258^0^85^0^0^0^0.29^2.8^21.092^9.391^0.942^105^132.00^~1 cup, diced~^244.00^~1 cup, melted~^0 ~01010~^~CHEESE,CHESHIRE~^37.65^387^23.37^30.60^3.60^4.78^0.0^^643^0.21^21^464^95^700^2.79^0.042^0.012^14.5^0.0^0.046^0.293^0.080^0.413^0.074^18^0^18^18^^0.83^985^233^220^^^^^^^^19.475^8.671^0.870^103^28.35^~1 oz~^^~~^0 ~01011~^~CHEESE,COLBY~^38.20^394^23.76^32.11^3.36^2.57^0.0^0.52^685^0.76^26^457^127^604^3.07^0.042^0.012^14.5^0.0^0.015^0.375^0.093^0.210^0.079^18^0^18^18^15.4^0.83^994^264^257^0^82^0^0^0^0.28^2.7^20.218^9.280^0.953^95^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01012~^~CHEESE,COTTAGE,CRMD,LRG OR SML CURD~^79.79^98^11.12^4.30^1.41^3.38^0.0^2.67^83^0.07^8^159^104^364^0.40^0.029^0.002^9.7^0.0^0.027^0.163^0.099^0.557^0.046^12^0^12^12^18.4^0.43^140^37^36^0^12^0^0^0^0.08^0.0^1.718^0.778^0.123^17^113.00^~4 oz~^210.00^~1 cup, large curd (not packed)~^0 ~01013~^~CHEESE,COTTAGE,CRMD,W/FRUIT~^79.64^97^10.69^3.85^1.20^4.61^0.2^2.38^53^0.16^7^113^90^344^0.33^0.040^0.003^7.7^1.4^0.033^0.142^0.150^0.181^0.068^11^0^11^11^17.5^0.53^146^38^37^0^14^0^0^0^0.04^0.4^2.311^1.036^0.124^13^226.00^~1 cup, (not packed)~^113.00^~4 oz~^0 ~01014~^~CHEESE,COTTAGE,NONFAT,UNCRMD,DRY,LRG OR SML CURD~^81.01^72^10.34^0.29^1.71^6.66^0.0^1.85^86^0.15^11^190^137^330^0.47^0.030^0.022^9.4^0.0^0.023^0.226^0.144^0.446^0.016^9^0^9^9^17.9^0.46^8^2^2^0^0^0^0^0^0.01^0.0^0.169^0.079^0.003^7^145.00^~1 cup, (not packed)~^113.00^~4 oz~^0 ~01015~^~CHEESE,COTTAGE,LOWFAT,2% MILKFAT~^80.69^86^11.83^2.45^1.36^3.66^0.0^3.67^91^0.15^7^163^84^330^0.41^0.030^0.007^9.9^0.0^0.041^0.198^0.108^0.253^0.022^10^0^10^10^16.3^0.45^74^20^19^0^6^0^0^0^0.04^0.0^0.979^0.443^0.070^10^226.00^~1 cup, (not packed)~^113.00^~4 oz~^0 ~01016~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT~^82.48^72^12.39^1.02^1.39^2.72^0.0^2.72^61^0.14^5^134^86^406^0.38^0.028^0.003^9.0^0.0^0.021^0.165^0.128^0.215^0.068^12^0^12^12^17.5^0.63^41^11^11^0^3^0^0^0^0.01^0.1^0.645^0.291^0.031^4^226.00^~1 cup, (not packed)~^113.00^~4 oz~^0 ~01017~^~CHEESE,CREAM~^54.44^342^5.93^34.24^1.32^4.07^0.0^3.21^98^0.38^9^106^138^321^0.51^0.019^0.011^2.4^0.0^0.020^0.125^0.145^0.570^0.035^11^0^11^11^27.2^0.25^1265^362^359^0^41^0^0^0^0.65^3.4^19.292^8.620^1.437^110^232.00^~1 cup~^14.50^~1 tbsp~^0 ~01018~^~CHEESE,EDAM~^41.56^357^24.99^27.80^4.22^1.43^0.0^1.43^731^0.44^30^536^188^965^3.75^0.036^0.011^14.5^0.0^0.037^0.389^0.082^0.281^0.076^16^0^16^16^15.4^1.54^825^243^242^0^11^0^0^0^0.24^2.3^17.572^8.125^0.665^89^28.35^~1 oz~^198.00^~1 package, (7 oz)~^0 ~01019~^~CHEESE,FETA~^55.22^264^14.21^21.28^5.20^4.09^0.0^4.09^493^0.65^19^337^62^1116^2.88^0.032^0.028^15.0^0.0^0.154^0.844^0.991^0.967^0.424^32^0^32^32^15.4^1.69^422^125^125^0^3^0^0^0^0.18^1.8^14.946^4.623^0.591^89^150.00^~1 cup, crumbled~^28.35^~1 oz~^0 ~01020~^~CHEESE,FONTINA~^37.92^389^25.60^31.14^3.79^1.55^0.0^1.55^550^0.23^14^346^64^800^3.50^0.025^0.014^14.5^0.0^0.021^0.204^0.150^0.429^0.083^6^0^6^6^15.4^1.68^913^261^258^0^32^0^0^0^0.27^2.6^19.196^8.687^1.654^116^132.00^~1 cup, diced~^108.00^~1 cup, shredded~^0 ~01021~^~CHEESE,GJETOST~^13.44^466^9.65^29.51^4.75^42.65^0.0^^400^0.52^70^444^1409^600^1.14^0.080^0.040^14.5^0.0^0.315^1.382^0.813^3.351^0.271^5^0^5^5^^2.42^1113^334^334^^^^^^^^19.160^7.879^0.938^94^28.35^~1 oz~^227.00^~1 package, (8 oz)~^0 ~01022~^~CHEESE,GOUDA~^41.46^356^24.94^27.44^3.94^2.22^0.0^2.22^700^0.24^29^546^121^819^3.90^0.036^0.011^14.5^0.0^0.030^0.334^0.063^0.340^0.080^21^0^21^21^15.4^1.54^563^165^164^0^10^0^0^0^0.24^2.3^17.614^7.747^0.657^114^28.35^~1 oz~^198.00^~1 package, (7 oz)~^0 ~01023~^~CHEESE,GRUYERE~^33.19^413^29.81^32.34^4.30^0.36^0.0^0.36^1011^0.17^36^605^81^336^3.90^0.032^0.017^14.5^0.0^0.060^0.279^0.106^0.562^0.081^10^0^10^10^15.4^1.60^948^271^268^0^33^0^0^0^0.28^2.7^18.913^10.043^1.733^110^132.00^~1 cup, diced~^108.00^~1 cup, shredded~^0 ~01024~^~CHEESE,LIMBURGER~^48.42^327^20.05^27.25^3.79^0.49^0.0^0.49^497^0.13^21^393^128^800^2.10^0.021^0.038^14.5^0.0^0.080^0.503^0.158^1.177^0.086^58^0^58^58^15.4^1.04^1155^340^339^0^15^0^0^0^0.23^2.3^16.746^8.606^0.495^90^134.00^~1 cup~^28.35^~1 oz~^0 ~01025~^~CHEESE,MONTEREY~^41.01^373^24.48^30.28^3.55^0.68^0.0^0.50^746^0.72^27^444^81^536^3.00^0.032^0.011^14.5^0.0^0.015^0.390^0.093^0.210^0.079^18^0^18^18^15.4^0.83^769^198^192^0^78^0^0^0^0.26^2.5^19.066^8.751^0.899^89^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01026~^~CHEESE,MOZZARELLA,WHL MILK~^50.01^300^22.17^22.35^3.28^2.19^0.0^1.03^505^0.44^20^354^76^627^2.92^0.011^0.030^17.0^0.0^0.030^0.283^0.104^0.141^0.037^7^0^7^7^15.4^2.28^676^179^174^0^57^0^0^0^0.19^2.3^13.152^6.573^0.765^79^112.00^~1 cup, shredded~^28.35^~1 oz~^0 ~03206~^~BABYFOOD,COOKIE,BABY,FRUIT~^5.70^435^6.80^12.60^1.20^73.70^3.4^24.20^83^2.90^30^189^425^9^0.80^0.040^0.220^20.5^1.5^0.440^0.420^3.600^0.389^0.210^110^82^28^167^12.0^0.22^2348^117^0^810^1002^2^0^175^1.48^3.2^2.700^4.865^4.334^4^8.00^~1 cookie~^^~~^0 ~03209~^~BABYFOOD,CRACKERS,VEG~^2.00^476^8.40^19.60^3.15^66.90^4.0^13.00^41^4.20^37^198^245^1074^0.90^0.130^0.770^13.7^50.5^0.350^0.330^4.050^0.466^0.120^107^76^31^160^10.4^0.00^3572^179^0^636^1825^1^1883^359^2.96^35.0^3.469^5.728^9.325^0^0.70^~1 cracker~^^~~^0 ~03210~^~BABYFOOD,CRL,RICE,W/MXD FRUIT,JR~^80.40^82^0.90^0.20^0.40^18.30^0.6^10.50^16^2.60^5^21^50^10^0.14^0.025^^2.1^9.3^0.130^0.160^2.120^0.272^0.110^1^0^1^1^6.4^0.02^15^1^0^0^7^5^0^4^0.04^0.2^0.060^0.040^0.050^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03211~^~BABYFOOD,CRL,HI PROT,W/APPL&ORANGE,DRY~^5.30^374^25.40^6.50^5.20^57.60^7.1^^751^47.50^159^539^1330^104^2.70^0.964^^28.3^3.1^3.790^4.330^23.830^^0.351^190^0^190^190^^0.30^54^3^0^^^^^^^^0.960^1.231^3.429^0^2.40^~1 tbsp~^14.20^~.5 oz~^0 ~03212~^~BABYFOOD,CRL,RICE,W/BANANAS,DRY~^4.70^404^8.70^4.20^2.50^79.90^1.0^16.70^691^47.50^141^410^769^96^1.50^0.254^^11.6^2.0^3.970^3.800^23.320^^0.686^12^0^12^12^25.8^0.21^29^1^0^11^12^0^0^39^0.37^3.8^0.978^0.986^1.503^0^2.50^~1 tbsp~^15.00^~.5 oz~^0 ~03213~^~BABYFOOD,COOKIES~^5.90^433^11.80^13.20^2.00^67.10^0.2^24.90^101^4.18^49^179^501^192^1.10^0.074^^17.2^7.0^1.459^3.229^15.966^0.529^5.899^70^54^16^108^28.3^4.59^23^6^6^0^1^0^0^6^0.46^5.5^3.700^7.380^1.110^0^28.35^~1 oz~^6.50^~1 cookie~^0 ~03214~^~BABYFOOD,COOKIES,ARROWROOT~^5.60^442^7.60^14.30^1.40^71.20^0.2^^32^3.00^22^116^156^370^0.53^0.074^^17.2^5.5^0.499^0.429^5.739^0.531^0.040^35^25^10^53^^0.07^0^^^^^^^^^^3.330^8.980^0.840^1^28.35^~1 oz~^5.00^~1 cookie~^0 ~03215~^~BABYFOOD,PRETZELS~^4.00^397^10.80^2.00^1.00^82.20^2.3^3.08^25^3.77^28^110^137^269^0.78^0.145^^7.6^3.8^0.463^0.357^3.560^0.540^0.083^85^65^20^131^36.7^0.00^8^0^0^1^4^1^0^72^0.28^0.5^0.316^0.188^0.833^0^28.35^~1 oz~^6.00^~1 pretzel~^0 ~03216~^~BABYFOOD,TEETHING BISCUITS~^6.40^398^9.00^5.00^1.57^78.03^1.9^28.50^100^3.55^35^164^323^258^0.93^0.142^^23.5^9.1^0.233^0.537^4.330^0.526^0.111^49^29^20^69^33.8^0.07^116^28^27^6^13^0^0^169^0.23^0.6^1.534^1.425^0.863^0^28.35^~1 oz~^11.00^~1 biscuit~^0 ~03217~^~ZWIEBACK~^4.50^426^10.10^9.70^1.50^74.20^2.5^12.40^20^0.60^14^55^305^232^0.54^0.145^^28.7^5.3^0.208^0.239^1.319^0.537^0.082^87^67^20^134^19.8^0.00^58^16^15^0^4^1^0^16^0.18^3.0^3.950^3.840^1.290^21^28.35^~1 oz~^7.00^~1 piece~^0 ~03220~^~BABYFOOD,DSSRT,DUTCH APPL,STR~^79.50^75^0.20^0.40^0.16^19.74^1.4^17.89^5^0.20^2^3^33^16^0.01^0.059^^0.2^21.4^0.011^0.013^0.048^^0.011^1^0^1^1^2.5^0.00^49^2^0^0^21^16^0^15^0.04^0.5^0.190^0.080^0.010^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03221~^~BABYFOOD,DSSRT,DUTCH APPL,JR~^80.32^79^0.20^0.16^0.14^19.29^1.4^17.89^3^0.11^4^7^67^3^0.03^0.030^0.020^0.2^18.0^0.010^0.012^0.048^0.017^0.017^0^0^0^0^2.5^0.00^18^1^0^0^8^6^0^11^0.04^0.5^0.025^0.006^0.045^0^28.35^~1 oz~^170.00^~1 jar~^0 ~03222~^~BABYFOOD,CHERRY COBBLER,JR~^79.80^78^0.30^0.10^0.19^19.20^0.2^10.39^5^0.10^2^6^45^43^0.05^0.010^0.020^0.9^9.3^0.010^0.010^0.060^0.043^0.020^2^0^2^2^1.5^0.00^31^2^0^0^19^0^0^20^0.03^0.5^0.020^0.020^0.030^0^28.35^~1 oz~^^~~^0 ~03224~^~BABYFOOD,DSSRT,CHERRY VANILLA PUDD,STR~^81.50^68^0.20^0.30^0.20^17.80^0.3^9.15^5^0.19^2^7^34^16^0.04^0.050^^0.6^1.1^0.008^0.011^0.038^^0.011^0^0^0^0^4.7^0.01^261^18^6^0^145^0^0^9^0.01^0.2^0.087^0.105^0.053^10^28.35^~1 oz~^113.00^~1 jar~^0 ~03225~^~BABYFOOD,DSSRT,CHERRY VANILLA PUDD,JR~^81.00^69^0.20^0.20^0.20^18.40^0.3^16.98^5^0.17^2^7^33^15^0.03^0.051^^0.6^1.1^0.007^0.011^0.038^^0.012^0^0^0^0^4.7^0.01^261^18^6^0^145^0^0^9^0.01^0.2^0.058^0.070^0.036^10^28.35^~1 oz~^170.00^~1 jar~^0 ~03226~^~BABYFOOD,DSSRT,FRUIT PUDD,ORANGE,STR~^79.80^80^1.10^0.90^0.60^17.70^0.6^^32^0.10^5^28^86^20^0.17^0.050^^0.6^9.1^0.040^0.057^0.119^0.251^0.027^8^0^8^8^^0.01^115^6^0^^^^^^^^0.545^0.257^0.038^3^28.35^~1 oz~^113.00^~1 jar~^0 ~03227~^~BABYFOOD,DSSRT,PEACH COBBLER,STR~^81.80^65^0.30^0.00^0.24^17.80^0.7^10.62^4^0.10^2^5^54^7^0.30^0.190^^1.0^20.5^0.009^0.014^0.259^^0.007^2^0^2^2^1.1^0.00^138^7^0^0^69^28^0^39^0.31^1.1^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03228~^~BABYFOOD,DSSRT,PEACH COBBLER,JR~^81.20^67^0.30^0.00^0.24^18.30^0.7^11.89^4^0.10^2^6^56^9^0.03^0.196^^1.0^20.5^0.010^0.015^0.259^^0.007^3^1^2^4^1.1^0.00^138^7^0^0^68^28^0^39^0.31^1.1^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03233~^~BABYFOOD,DSSRT,FRUIT PUDD,PNAPPL,STR~^77.60^81^1.30^0.30^0.50^20.30^0.7^10.28^31^0.18^9^31^81^19^0.20^0.023^^1.2^27.2^0.038^0.046^0.107^0.192^0.040^5^0^5^5^5.4^0.06^40^11^11^0^0^0^0^0^0.00^0.0^0.099^0.109^0.041^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03235~^~BABYFOOD,DSSRT,FRUIT DSSRT,WO/VIT C,STR~^83.40^59^0.30^0.00^0.30^16.00^0.6^12.60^9^0.22^5^7^94^14^0.04^0.030^^0.4^2.5^0.016^0.009^0.143^0.104^0.037^3^0^3^3^4.5^0.00^132^7^0^2^64^27^0^43^0.29^1.5^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03236~^~BABYFOOD,DSSRT,FRUIT DSSRT,WO/VIT C,JR~^82.20^63^0.30^0.00^0.30^17.20^0.6^12.00^9^0.21^5^8^95^13^0.05^0.030^^0.4^3.0^0.021^0.012^0.144^0.100^0.033^4^0^4^4^4.5^0.00^132^7^0^2^64^27^0^43^0.29^1.5^0.000^0.000^0.000^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03238~^~BABYFOOD,DSSRT,TROPICAL FRUIT,JR~^83.20^60^0.20^0.00^0.20^16.40^^^10^0.26^5^8^58^7^0.05^0.028^^0.4^18.8^0.011^0.031^0.080^0.094^0.031^3^0^3^3^^0.00^20^1^0^^^^^^^^^^^^28.35^~1 oz~^113.00^~1 jar~^0 ~03245~^~BABYFOOD,DSSRT,CUSTARD PUDD,VANILLA,STR~^79.90^85^1.60^2.00^0.50^16.00^0.0^11.50^55^0.24^5^45^66^28^0.28^0.050^^2.4^0.8^0.012^0.080^0.040^0.250^0.020^6^0^6^6^29.9^0.01^64^18^18^1^2^1^0^39^0.23^0.0^1.010^0.680^0.160^8^229.00^~1 cup~^14.00^~1 tbsp~^0 ~05095~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,STWD~^63.11^232^23.26^14.74^0.78^0.00^0.0^0.00^11^1.37^19^139^170^71^2.25^0.070^0.019^17.9^0.0^0.057^0.191^4.894^0.776^0.170^6^0^6^6^54.1^0.19^151^45^45^0^0^0^0^0^0.27^3.9^4.110^5.840^3.250^84^41.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^68.00^~1 thigh, bone removed~^24 ~05096~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,RAW~^75.81^119^19.65^3.91^0.96^0.00^0.0^0.00^10^1.04^24^168^231^86^1.91^0.067^0.020^13.5^0.0^0.076^0.188^6.328^1.233^0.330^10^0^10^10^62.0^0.35^65^20^20^0^0^0^0^0^0.31^2.9^1.000^1.210^0.970^83^41.00^~1 thigh, bone and skin removed (yield from 1 lb ready-to-cook chicken)~^69.00^~1 thigh, bone and skin removed~^43 ~05097~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,FRIED~^59.31^218^28.18^10.30^1.04^1.18^0.0^^13^1.46^26^199^259^95^2.79^0.090^0.027^20.5^0.0^0.088^0.255^7.120^1.285^0.380^9^0^9^9^^0.33^70^21^21^^^^^^^^2.780^3.820^2.430^102^31.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^52.00^~1 thigh, bone and skin removed~^36 ~05098~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,RSTD~^62.87^209^25.94^10.88^0.95^0.00^0.0^0.00^12^1.31^24^183^238^88^2.57^0.081^0.021^29.0^0.0^0.074^0.231^6.525^1.184^0.350^8^0^8^8^71.8^0.31^65^20^20^0^0^0^0^0^0.27^3.9^3.030^4.150^2.480^95^140.00^~1 cup, chopped or diced~^31.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^35 ~05099~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,STWD~^65.59^195^25.00^9.79^0.86^0.00^0.0^0.00^11^1.42^21^149^183^75^2.58^0.077^0.020^17.1^0.0^0.063^0.218^5.200^0.874^0.210^7^0^7^7^67.3^0.21^62^19^19^0^0^0^0^0^0.27^3.6^2.710^3.700^2.240^90^140.00^~1 cup, chopped or diced~^33.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^39 ~05100~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,RAW~^66.21^222^18.33^15.97^0.69^0.00^0.0^0.00^12^0.95^18^132^156^73^1.33^0.041^0.018^15.5^0.7^0.048^0.088^5.926^0.766^0.350^4^0^4^4^56.1^0.32^147^44^44^0^0^0^0^0^0.30^0.0^4.480^6.350^3.390^77^29.00^~1 wing, bone removed (yield from 1 lb ready-to-cook chicken)~^49.00^~1 wing, bone removed~^46 ~05101~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,FRIED,BATTER~^46.21^324^19.87^21.81^1.17^10.94^0.3^^20^1.29^16^121^138^320^1.38^0.063^0.060^25.7^0.0^0.106^0.152^5.265^0.710^0.300^18^12^6^26^^0.25^113^34^34^^^^^^^^5.830^8.960^5.070^79^29.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^49.00^~1 wing, bone removed~^38 ~05102~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,FRIED,FLR~^48.62^321^26.11^22.16^0.72^2.39^0.1^^15^1.25^19^150^177^77^1.76^0.061^0.028^21.3^0.0^0.058^0.137^6.697^0.874^0.410^6^3^3^8^^0.28^125^38^38^^^^^^^^6.060^8.890^4.950^81^19.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^32.00^~1 wing, bone removed~^47 ~05103~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,RSTD~^55.04^290^26.86^19.46^0.75^0.00^0.0^0.00^15^1.27^19^151^184^82^1.82^0.057^0.018^22.2^0.0^0.042^0.128^6.648^0.897^0.420^3^0^3^3^62.3^0.29^158^47^47^0^0^0^0^0^0.27^0.3^5.450^7.640^4.140^84^140.00^~1 cup, chopped or diced~^21.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^48 ~05104~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,STWD~^62.18^249^22.78^16.82^0.62^0.00^0.0^0.00^12^1.13^16^121^139^67^1.63^0.046^0.018^18.5^0.0^0.040^0.103^4.621^0.504^0.220^3^0^3^3^51.3^0.18^133^40^40^0^0^0^0^0^0.27^0.2^4.710^6.600^3.580^70^140.00^~1 cup, chopped or diced~^24.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^48 ~05105~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,RAW~^74.95^126^21.97^3.54^0.83^0.00^0.0^0.00^13^0.88^22^155^194^81^1.63^0.041^0.018^17.8^1.2^0.059^0.101^7.359^0.836^0.530^4^0^4^4^65.8^0.38^59^18^18^0^0^0^0^0^0.13^0.0^0.940^0.850^0.800^57^17.00^~1 wing, bone and skin removed (yield from 1 lb ready-to-cook chicken)~^29.00^~1 wing, bone and skin removed~^68 ~05106~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,FRIED~^59.83^211^30.15^9.15^0.87^0.00^0.0^^15^1.14^21^164^208^91^2.12^0.053^0.016^25.4^0.0^0.046^0.128^7.239^0.989^0.590^4^0^4^4^^0.34^61^18^18^^^^^^^^2.500^3.080^2.070^84^12.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^20.00^~1 wing, bone and skin removed~^66 ~05107~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,RSTD~^62.78^203^30.46^8.13^0.89^0.00^0.0^0.00^16^1.16^21^166^210^92^2.14^0.054^0.016^24.7^0.0^0.047^0.129^7.312^0.999^0.590^4^0^4^4^79.6^0.34^61^18^18^0^0^0^0^0^0.27^0.3^2.260^2.610^1.780^85^13.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^21.00^~1 wing, bone and skin removed~^68 ~05108~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,STWD~^67.01^181^27.18^7.18^0.73^0.00^0.0^0.00^13^1.12^18^134^153^73^2.02^0.047^0.017^21.7^0.0^0.044^0.110^5.200^0.571^0.320^3^0^3^3^70.6^0.22^54^16^16^0^0^0^0^0^0.27^0.2^2.000^2.310^1.570^74^140.00^~1 cup, chopped or diced~^14.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^68 ~05109~^~CHICKEN,ROASTING,MEAT&SKN&GIBLETS&NECK,RAW~^65.98^213^17.09^15.46^0.86^0.09^0.0^^10^1.37^19^165^196^69^1.28^0.060^0.027^11.6^2.4^0.059^0.171^6.427^1.019^0.320^26^0^26^26^^0.99^843^253^253^^^^^^^^4.410^6.390^3.330^86^1509.00^~1 chicken~^^~~^27 ~05110~^~CHICKEN,ROASTING,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^62.35^220^23.96^13.07^0.85^0.05^0.0^^13^1.61^20^179^204^71^1.71^0.071^0.027^15.7^0.4^0.057^0.189^7.031^1.003^0.340^23^0^23^23^^0.78^597^179^179^^^^^^^^3.660^5.220^2.850^94^1072.00^~1 chicken~^235.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^29 ~05111~^~CHICKEN,ROASTING,MEAT&SKN,RAW~^65.50^216^17.14^15.85^0.87^0.00^0.0^0.00^10^1.01^19^166^196^68^1.07^0.046^0.018^15.3^0.0^0.058^0.115^6.572^0.885^0.320^6^0^6^6^^0.31^131^38^38^0^0^0^0^0^0.30^2.4^4.530^6.640^3.400^73^293.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^668.00^~.5 chicken, bone removed~^28 ~05112~^~CHICKEN,ROASTING,MEAT&SKN,CKD,RSTD~^62.10^223^23.97^13.39^0.86^0.00^0.0^^12^1.26^20^179^211^73^1.45^0.058^0.018^23.6^0.0^0.057^0.143^7.418^0.918^0.350^5^0^5^5^^0.27^83^^^^^^^^^^3.740^5.400^2.920^76^210.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^480.00^~.5 chicken, bone removed~^30 ~05113~^~CHICKEN,ROASTING,MEAT ONLY,RAW~^74.94^111^20.33^2.70^1.07^0.00^0.0^0.00^10^1.03^23^198^238^75^1.19^0.050^0.018^16.9^0.0^0.069^0.134^7.875^1.032^0.420^7^0^7^7^^0.36^45^13^13^0^0^0^0^0^0.22^2.4^0.670^0.830^0.670^65^209.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^477.00^~.5 chicken, bone and skin removed~^49 ~05114~^~CHICKEN,ROASTING,MEAT ONLY,CKD,RSTD~^67.41^167^25.01^6.63^0.95^0.00^0.0^^12^1.21^21^192^229^75^1.52^0.057^0.017^24.6^0.0^0.062^0.147^7.881^0.972^0.410^5^0^5^5^^0.29^41^12^12^^^^^^^^1.810^2.500^1.510^75^140.00^~1 cup, chopped or diced~^171.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^43 ~05115~^~CHICKEN,ROASTING,GIBLETS,RAW~^74.73^127^18.14^5.04^0.95^1.14^0.0^^10^5.40^17^184^227^77^3.39^0.218^0.130^54.1^13.1^0.080^0.818^6.208^2.696^0.360^276^0^276^276^^9.40^9592^2880^2880^^^^^^^^1.540^1.280^1.260^236^25.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^113.00^~1 giblets~^0 ~05116~^~CHICKEN,ROASTING,GIBLETS,CKD,SIMMRD~^66.32^165^26.77^5.22^0.83^0.86^0.0^^12^6.09^20^213^160^60^4.63^0.236^0.147^100.1^6.5^0.074^0.808^4.032^2.512^0.300^303^0^303^303^^8.45^8136^2443^2443^^^^^^^^1.640^1.330^1.220^357^145.00^~1 cup, chopped or diced~^15.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^0 ~05117~^~CHICKEN,ROASTING,LT MEAT,MEAT ONLY,RAW~^74.30^109^22.20^1.63^1.10^0.00^0.0^0.00^11^0.89^25^223^252^51^0.66^0.038^0.017^17.8^0.0^0.066^0.089^10.217^0.854^0.550^4^0^4^4^^0.39^27^8^8^0^0^0^0^0^0.22^2.4^0.370^0.480^0.400^57^99.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^220.00^~.5 chicken, bone and skin removed~^43 ~05118~^~CHICKEN,ROASTING,LT MEAT,MEAT ONLY,CKD,RSTD~^67.85^153^27.13^4.07^0.95^0.00^0.0^0.00^13^1.08^23^217^236^51^0.78^0.042^0.015^25.8^0.0^0.061^0.093^10.469^0.907^0.540^3^0^3^3^76.8^0.31^25^8^8^0^0^0^0^0^0.27^0.3^1.080^1.520^0.930^75^140.00^~1 cup, chopped or diced~^78.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^40 ~06091~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,BF BROTH,COND~^94.90^12^2.42^0.00^0.69^0.81^0.0^0.81^0^0.00^^^^694^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^124.00^~1 serving, 1/2 cup~^^~~^0 ~06094~^~SOUP,ONION,DRY,MIX~^3.79^293^7.48^0.34^23.31^65.07^6.6^4.65^143^1.25^60^211^721^8031^1.12^0.353^0.665^5.0^3.4^0.279^0.274^1.472^0.854^0.582^0^0^0^0^28.4^0.00^15^1^0^0^9^0^0^27^0.13^1.4^0.089^0.067^0.164^0^7.53^~1 serving, 1 tbsp~^39.12^~1 packet~^0 ~06097~^~CAMPBELL SOUP COMPANY,CAMPBELLS RED & WHITE,BF CONSOMME,COND~^93.50^16^3.23^0.00^0.65^0.81^0.0^0.81^0^0.00^^^^653^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^124.00^~1 serving, 1/2 cup~^^~~^0 ~06099~^~SOUP,TOMATO VEG,DRY,MIX~^3.73^325^11.73^5.09^19.54^59.90^3.0^3.77^46^3.71^115^173^605^6722^0.98^0.190^0.980^22.6^35.3^0.340^0.266^4.625^0.848^0.300^60^0^60^60^58.0^0.00^1557^78^0^319^774^0^893^285^0.48^25.0^2.320^1.910^0.500^3^1.20^~1 tbsp~^38.50^~1 packet~^0 ~06101~^~SOUP,CRM OF VEG,DRY,PDR~^2.90^446^8.00^24.10^12.90^52.10^3.0^17.51^134^2.60^48^228^408^4957^1.60^0.400^0.800^20.7^16.6^5.180^0.450^2.200^0.700^0.100^30^0^30^30^58.0^0.50^11996^600^0^2820^5620^334^2^920^2.41^32.9^6.030^10.730^6.290^2^17.70^~1 packet~^^~~^0 ~06103~^~SAUCE,CHS,DRY,PDR~^4.09^448^22.69^25.44^14.12^33.66^1.1^25.13^795^0.42^44^597^519^4110^2.50^0.020^0.010^13.6^1.0^0.160^0.476^0.324^1.000^0.100^13^0^13^13^55.8^0.80^238^64^62^0^19^0^0^0^0.07^0.6^12.050^8.440^3.660^51^35.00^~1 packet~^^~~^0 ~06105~^~CAMPBELL'S RED & WHITE,BATMAN FUN SHAPES SOUP,COND~^85.70^56^2.38^1.59^2.40^7.94^0.8^0.79^0^0.29^^^^460^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.397^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06112~^~SAUCE,TERIYAKI,RTS~^67.69^89^5.93^0.02^10.43^15.56^0.1^14.10^25^1.70^61^154^225^3833^0.10^0.100^0.000^1.1^0.0^0.030^0.070^1.270^0.200^0.100^8^0^8^8^19.5^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^288.00^~1 cup~^18.00^~1 tbsp~^0 ~06114~^~GRAVY,AU JUS,CANNED~^94.50^16^1.20^0.20^1.60^2.50^0.0^^4^0.60^2^30^81^50^1.00^0.100^0.200^0.4^1.0^0.020^0.060^0.900^0.020^0.010^2^0^2^2^^0.10^0^0^0^^^^^^^^0.100^0.080^0.010^0^238.40^~1 cup~^298.00^~1 can~^0 ~06115~^~GRAVY,AU JUS,DRY~^2.74^313^9.20^9.63^30.94^47.49^^^140^9.30^56^153^279^11588^0.70^0.120^0.268^6.2^1.0^0.472^0.324^4.087^0.157^0.174^81^0^81^81^^0.32^10^0^0^^^^^^^^2.026^4.683^0.230^4^3.00^~1 tsp~^^~~^0 ~06116~^~GRAVY,BF,CND,RTS~^87.48^53^3.75^2.36^1.60^4.81^0.4^0.21^6^0.70^2^30^81^560^1.00^0.100^0.200^1.0^0.0^0.032^0.036^0.660^0.020^0.010^2^0^2^2^6.3^0.10^3^1^1^0^0^0^0^1^0.02^0.1^1.153^0.962^0.080^3^233.00^~1 cup~^291.00^~1 can~^0 ~06117~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,BEAN W/ BACON SOUP,COND~^70.20^133^6.25^3.13^0.89^19.53^6.3^3.13^78^^^^^672^^^^^2.8^^^^^^^^^^^^391^^^^^^^^^^1.172^0.781^0.391^4^128.00^~1 serving, 1/2 cup~^^~~^0 ~06118~^~GRAVY,BROWN,DRY~^5.00^367^10.74^9.61^15.27^59.38^2.0^^132^1.72^34^203^262^4843^1.11^0.190^0.412^6.1^0.3^0.180^0.390^3.700^0.100^0.100^31^17^14^43^^0.70^27^8^8^^^^^^^^3.319^4.452^0.405^3^6.00^~1 tbsp~^^~~^0 ~06119~^~GRAVY,CHICK,CND,RTS~^85.34^79^1.93^5.71^1.60^5.42^0.4^0.78^20^0.47^2^29^109^577^0.80^0.100^0.200^0.8^0.0^0.017^0.043^0.443^0.020^0.010^2^0^2^2^3.7^0.10^3^1^1^0^0^0^0^1^0.13^0.2^1.410^2.550^1.500^2^238.00^~1 cup~^298.00^~1 can~^0 ~06120~^~GRAVY,CHICKEN,DRY~^3.85^381^11.27^9.73^13.06^62.09^^^146^1.33^40^249^404^4152^1.39^0.112^0.219^5.2^0.6^0.249^0.634^4.018^1.286^0.202^125^16^109^136^^0.48^308^38^27^^^^^^^^2.920^4.648^1.877^19^8.00^~1 tbsp~^8.00^~1 serving~^0 ~06121~^~GRAVY,MUSHROOM,CANNED~^89.00^50^1.26^2.71^1.56^5.47^0.4^^7^0.66^2^15^106^570^0.70^0.100^0.300^1.9^0.0^0.033^0.063^0.671^1.100^0.020^12^0^12^12^^0.00^0^0^0^^^^^^^^0.400^1.170^1.020^0^238.40^~1 cup~^298.00^~1 can~^0 ~06122~^~GRAVY,MUSHROOM,DRY,PDR~^3.34^328^10.00^4.00^18.00^64.66^4.8^3.26^230^1.00^34^203^262^6580^1.54^0.535^0.400^5.3^7.0^0.200^0.400^3.700^0.100^0.100^31^17^14^43^24.4^0.70^1^0^0^0^1^0^0^9^0.15^0.2^2.360^1.310^0.140^3^21.30^~1 cup, (8 fl oz)~^^~~^0 ~06123~^~GRAVY,ONION,DRY,MIX~^4.36^322^9.00^3.00^16.00^67.64^6.0^^280^1.00^34^203^262^4186^0.88^0.170^0.400^6.1^7.0^0.200^0.400^3.700^0.100^0.100^31^17^14^43^^0.70^0^0^0^^^^^^^^1.860^0.900^0.140^2^24.00^~1 cup, (8 fl oz)~^^~~^0 ~06124~^~GRAVY,PORK,DRY,PDR~^4.43^367^8.78^8.63^14.59^63.57^2.4^24.73^139^3.94^34^188^235^5356^1.06^0.154^0.311^6.1^1.4^0.160^0.283^2.270^0.326^0.086^31^15^16^42^24.1^0.51^117^34^34^0^2^0^0^10^0.26^0.4^4.290^3.881^0.454^10^6.70^~1 serving~^^~~^0 ~06125~^~GRAVY,TURKEY,CND,RTS~^88.60^51^2.60^2.10^1.60^5.10^0.4^0.21^4^0.70^2^29^109^577^0.80^0.100^0.200^0.6^0.0^0.020^0.080^1.300^0.020^0.010^2^0^2^2^2.9^0.10^0^0^0^0^0^0^0^1^0.05^0.0^0.620^0.900^0.490^2^238.40^~1 cup~^14.90^~1 tbsp~^0 ~06126~^~GRAVY,TURKEY,DRY~^4.67^367^10.42^7.19^12.61^65.12^^^146^3.29^44^254^428^4392^1.26^0.133^0.219^5.2^0.2^0.211^0.450^2.770^1.012^0.204^82^16^66^93^^0.58^35^8^7^^^^^^^^1.975^2.575^2.196^14^7.00^~1 serving~^^~~^0 ~06127~^~GRAVY,UNSPEC TYPE,DRY~^4.00^344^13.00^8.00^17.00^58.00^^^150^1.00^45^203^262^5730^1.40^0.100^0.400^6.1^7.0^0.200^0.432^3.700^0.100^0.100^31^17^14^43^^0.70^0^0^0^^^^^^^^2.860^3.150^1.620^4^24.80^~1 cup, (8 fl oz)~^^~~^0 ~06128~^~SOUP,CHICK NOODLE,DRY,MIX~^4.94^377^15.42^6.51^10.80^62.32^3.2^1.90^55^2.44^38^195^306^3643^1.65^0.286^0.468^32.4^0.0^0.575^0.381^4.880^0.895^0.236^71^62^9^115^61.7^0.75^44^8^8^4^9^1^0^43^0.33^0.1^1.947^2.263^1.390^74^74.40^~1 packet~^11.10^~1 packet, (6 fl oz)~^0 ~06137~^~SAUCE,MOLE POBLANO,DRY MIX,SINGLE BRAND~^4.12^571^7.48^41.58^5.12^41.70^10.1^^302^5.71^127^254^602^1164^2.50^0.684^1.137^^0.0^0.136^0.573^2.544^0.232^0.752^74^0^74^74^^^15^1^^0^9^0^^^^^^^^^264.81^~1 cup, sauce~^^~~^0 ~06142~^~SAUCE,SOFRITO,PREP FROM RECIPE~^59.66^237^12.80^18.20^3.88^5.46^1.7^^20^0.94^25^139^401^1145^1.41^0.165^0.191^^20.4^0.284^0.212^2.918^0.597^0.364^43^0^43^43^^^^^^^^^^^^^^^^^102.84^~.5 cup~^^~~^0 ~06143~^~USDA COMMODITY,SPAGHETTI SAU,MEATLESS,CND~^87.10^48^1.20^0.90^2.10^8.70^^4.70^20^0.90^13^25^292^590^0.21^^^^3.9^0.030^0.120^0.730^^0.060^^^^^^0.00^335^17^0^^^^^^^^0.162^0.210^0.510^0^^~~^^~~^0 ~06145~^~CAMPBELL COMPANY,CAMPBELL'S RED & WHITE,BF NOODLE SOUP,COND~^85.20^56^3.17^1.59^3.69^6.35^0.8^0.79^0^0.57^^^^651^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.397^^^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~01027~^~CHEESE,MOZZARELLA,WHL MILK,LO MOIST~^48.38^318^21.60^24.64^2.91^2.47^0.0^1.01^575^0.20^21^412^75^415^2.46^0.022^0.009^16.1^0.0^0.016^0.270^0.094^0.071^0.062^8^0^8^8^15.4^0.73^745^197^192^0^63^0^0^0^0.21^2.5^15.561^7.027^0.778^89^28.35^~1 oz~^17.50^~1 cubic inch~^0 ~01028~^~CHEESE,MOZZARELLA,PART SKIM MILK~^53.78^254^24.26^15.92^3.27^2.77^0.0^1.13^782^0.22^23^463^84^619^2.76^0.025^0.010^14.4^0.0^0.018^0.303^0.105^0.079^0.070^9^0^9^9^15.4^0.82^481^127^124^0^41^0^0^0^0.14^1.6^10.114^4.510^0.472^64^28.35^~1 oz~^^~~^0 ~01029~^~CHEESE,MOZZARELLA,PART SKIM MILK,LO MOIST~^46.46^302^25.96^20.03^3.72^3.83^0.0^0.60^731^0.25^26^524^95^528^3.13^0.027^0.011^16.3^0.0^0.101^0.329^0.119^0.090^0.079^10^0^10^10^14.2^2.31^517^137^133^0^44^0^0^0^0.37^1.3^12.670^5.730^0.626^54^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01030~^~CHEESE,MUENSTER~^41.77^368^23.41^30.04^3.66^1.12^0.0^1.12^717^0.41^27^468^134^628^2.81^0.031^0.008^14.5^0.0^0.013^0.320^0.103^0.190^0.056^12^0^12^12^15.4^1.47^1012^298^297^0^13^0^0^0^0.26^2.5^19.113^8.711^0.661^96^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01031~^~CHEESE,NEUFCHATEL~^63.11^253^9.15^22.78^1.37^3.59^0.0^3.19^117^0.13^10^138^152^334^0.82^0.027^0.011^3.0^0.0^0.022^0.155^0.210^0.575^0.041^14^0^14^14^^0.30^841^241^239^0^27^0^0^^0.40^1.7^12.790^5.784^0.970^74^28.35^~1 oz~^85.00^~1 package, (3 oz)~^0 ~01032~^~CHEESE,PARMESAN,GRATED~^20.84^431^38.46^28.61^8.03^4.06^0.0^0.90^1109^0.90^38^729^125^1529^3.87^0.238^0.085^17.7^0.0^0.029^0.486^0.114^0.325^0.049^10^0^10^10^15.4^2.26^442^120^117^0^31^0^0^0^0.26^1.9^17.301^8.375^1.173^88^100.00^~1 cup~^5.00^~1 tbsp~^0 ~01033~^~CHEESE,PARMESAN,HARD~^29.16^392^35.75^25.83^6.04^3.22^0.0^0.80^1184^0.82^44^694^92^1602^2.75^0.032^0.020^22.5^0.0^0.039^0.332^0.271^0.453^0.091^7^0^7^7^15.4^1.20^399^108^106^0^28^0^0^0^0.23^1.7^16.410^7.515^0.569^68^28.35^~1 oz~^10.30^~1 cubic inch~^0 ~01034~^~CHEESE,PORT DE SALUT~^45.45^352^23.78^28.20^2.00^0.57^0.0^0.57^650^0.43^24^360^136^534^2.60^0.022^0.011^14.5^0.0^0.014^0.240^0.060^0.210^0.053^18^0^18^18^15.4^1.50^1092^315^313^0^29^0^0^0^0.24^2.4^16.691^9.338^0.729^123^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01035~^~CHEESE,PROVOLONE~^40.95^351^25.58^26.62^4.71^2.14^0.0^0.56^756^0.52^28^496^138^876^3.23^0.026^0.010^14.5^0.0^0.019^0.321^0.156^0.476^0.073^10^0^10^10^15.4^1.46^880^236^230^0^68^0^0^0^0.23^2.2^17.078^7.393^0.769^69^132.00^~1 cup, diced~^28.35^~1 oz~^0 ~01036~^~CHEESE,RICOTTA,WHOLE MILK~^71.70^174^11.26^12.98^1.02^3.04^0.0^0.27^207^0.38^11^158^105^84^1.16^0.021^0.006^14.5^0.0^0.013^0.195^0.104^0.213^0.043^12^0^12^12^17.5^0.34^445^120^117^0^33^0^0^0^0.11^1.1^8.295^3.627^0.385^51^246.00^~1 cup~^124.00^~.5 cup~^0 ~01037~^~CHEESE,RICOTTA,PART SKIM MILK~^74.41^138^11.39^7.91^1.15^5.14^0.0^0.31^272^0.44^15^183^125^125^1.34^0.034^0.010^16.7^0.0^0.021^0.185^0.078^0.242^0.020^13^0^13^13^17.5^0.29^384^107^105^0^20^0^0^0^0.07^0.7^4.927^2.314^0.260^31^246.00^~1 cup~^28.35^~1 oz~^0 ~01038~^~CHEESE,ROMANO~^30.91^387^31.80^26.94^6.72^3.63^0.0^0.73^1064^0.77^41^760^86^1200^2.58^0.030^0.020^14.5^0.0^0.037^0.370^0.077^0.424^0.085^7^0^7^7^15.4^1.12^415^96^90^0^69^0^0^0^0.23^2.2^17.115^7.838^0.593^104^28.35^~1 oz~^142.00^~5 package, (5 oz)~^0 ~01039~^~CHEESE,ROQUEFORT~^39.38^369^21.54^30.64^6.44^2.00^0.0^^662^0.56^30^392^91^1809^2.08^0.034^0.030^14.5^0.0^0.040^0.586^0.734^1.731^0.124^49^0^49^49^^0.64^1047^294^290^^^^^^^^19.263^8.474^1.320^90^28.35^~1 oz~^85.00^~1 package, (3 oz)~^0 ~01040~^~CHEESE,SWISS~^37.12^380^26.93^27.80^2.77^5.38^0.0^1.32^791^0.20^38^567^77^192^4.36^0.043^0.005^18.2^0.0^0.063^0.296^0.092^0.429^0.083^6^0^6^6^15.5^3.34^830^220^214^0^70^0^0^0^0.38^2.5^17.779^7.274^0.972^92^132.00^~1 cup, diced~^244.00^~1 cup, melted~^0 ~01041~^~CHEESE,TILSIT~^42.86^340^24.41^25.98^4.87^1.88^0.0^^700^0.23^13^500^65^753^3.50^0.026^0.013^14.5^0.0^0.061^0.359^0.205^0.346^0.065^20^0^20^20^^2.10^1045^249^236^^^^^^^^16.775^7.136^0.721^102^28.35^~1 oz~^170.00^~1 package, (6 oz)~^0 ~01042~^~CHEESE,PAST PROCESS,AMERICAN,W/DI NA PO4~^39.16^375^22.15^31.25^5.84^1.60^0.0^0.51^552^0.19^27^513^169^1489^2.84^0.016^0.008^14.4^0.0^0.027^0.353^0.069^0.482^0.071^8^0^8^8^36.2^0.70^961^254^247^0^82^0^0^0^0.27^2.7^19.694^8.951^0.990^94^140.00^~1 cup, diced~^244.00^~1 cup, melted~^0 ~01043~^~CHEESE,PAST PROCESS,PIMENTO~^39.08^375^22.13^31.20^5.84^1.73^0.1^0.63^614^0.42^22^744^162^1428^2.98^0.033^0.016^14.5^2.3^0.027^0.354^0.078^0.485^0.071^8^0^8^8^36.2^0.70^1045^248^235^12^151^0^0^20^0.29^2.9^19.663^8.937^0.988^94^140.00^~1 cup, diced~^244.00^~1 cup, melted~^0 ~01044~^~CHEESE,PAST PROCESS,SWISS,W/DI NA PO4~^42.31^334^24.73^25.01^5.85^2.10^0.0^1.23^772^0.61^29^762^216^1370^3.61^0.027^0.014^15.9^0.0^0.014^0.276^0.038^0.260^0.036^6^0^6^6^36.2^1.23^746^198^192^0^63^0^0^0^0.34^2.2^16.045^7.046^0.622^85^140.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01045~^~CHEESE FD,COLD PK,AMERICAN~^43.12^331^19.66^24.46^4.44^8.32^0.0^^497^0.84^30^400^363^966^3.01^0.030^0.010^16.2^0.0^0.030^0.446^0.074^0.977^0.141^5^0^5^5^^1.28^705^159^148^^^^^^^^15.355^7.165^0.719^64^28.35^~1 oz~^227.00^~1 package, (8 oz)~^0 ~01046~^~CHEESE FD,PAST PROCESS,AMERICAN,WO/DI NA PO4~^43.21^330^18.40^25.18^5.38^7.83^0.0^7.43^570^0.57^31^439^291^1265^3.19^0.085^0.073^16.1^0.0^0.068^0.517^0.170^0.974^0.073^7^0^7^7^36.2^1.26^761^201^196^0^65^0^0^0^0.22^3.4^14.895^7.214^1.108^80^113.00^~1 cup~^28.35^~1 oz~^0 ~01047~^~CHEESE FD,PAST PROCESS,SWISS~^43.67^323^21.92^24.14^5.77^4.50^0.0^^723^0.60^28^526^284^1552^3.55^0.030^0.010^16.1^0.0^0.014^0.400^0.104^0.500^0.035^6^0^6^6^^2.30^856^237^233^^^^^^^^15.487^6.801^0.600^82^28.35^~1 oz~^227.00^~1 package, (8 oz)~^0 ~01048~^~CHEESE SPRD,PAST PROCESS,AMERICAN,WO/DI NA PO4~^47.65^290^16.41^21.23^5.98^8.73^0.0^7.32^562^0.33^29^712^242^1345^2.59^0.033^0.020^11.3^0.0^0.048^0.431^0.131^0.686^0.117^7^0^7^7^36.2^0.40^653^173^168^0^55^0^0^0^0.19^1.8^13.327^6.219^0.624^55^140.00^~1 cup, diced~^244.00^~1 cup~^0 ~01049~^~CREAM,FLUID,HALF AND HALF~^80.57^130^2.96^11.50^0.67^4.30^0.0^0.16^105^0.07^10^95^130^41^0.51^0.010^0.001^1.8^0.9^0.035^0.149^0.078^0.289^0.039^3^0^3^3^18.7^0.33^354^97^95^0^22^0^0^0^0.33^1.3^7.158^3.321^0.427^37^242.00^~1 cup~^15.00^~1 tbsp~^0 ~03246~^~BABYFOOD,DSSRT,CUSTARD PUDD,VANILLA,JR~^79.31^86^1.76^0.98^0.37^17.58^0.2^12.20^54^0.22^5^55^68^26^0.30^0.010^0.010^2.4^0.4^0.012^0.054^0.076^0.232^0.030^6^0^6^6^29.9^0.23^47^13^13^1^1^1^0^39^0.09^0.0^0.325^0.364^0.128^38^229.00^~1 cup~^14.00^~1 tbsp~^0 ~03265~^~BABYFOOD,JUC,APPL&GRAPE~^88.10^46^0.10^0.20^0.26^11.34^0.1^10.90^6^0.39^6^5^90^3^0.04^0.078^^0.1^31.5^0.007^0.021^0.109^0.075^0.034^1^0^1^1^1.9^0.00^4^0^0^0^2^0^0^0^0.00^0.0^0.040^0.009^0.059^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03267~^~BABYFOOD,JUC,FRUIT PUNCH,W/CA~^86.50^52^0.20^0.10^0.52^12.70^0.4^10.60^64^0.30^7^11^86^4^0.04^0.020^0.090^0.1^21.2^0.010^0.020^0.100^0.056^0.050^1^0^1^1^2.2^0.00^3^0^0^0^2^0^0^21^0.01^0.1^0.020^0.004^0.029^0^31.20^~1 fl oz~^^~~^0 ~03268~^~BABYFOOD,JUC,APPL&CHERRY~^89.50^41^0.10^0.20^0.30^9.90^0.1^8.98^5^0.66^3^6^98^3^0.03^0.043^^0.1^58.3^0.008^0.015^0.094^0.102^0.031^0^0^0^0^2.4^0.00^5^0^0^0^3^0^0^26^0.02^0.4^0.035^0.011^0.060^0^31.20^~1 fl oz~^127.00^~1 jar~^0 ~03269~^~BABYFOOD,JUC,APPL,W/CA~^88.30^46^0.06^0.10^0.48^11.10^0.4^9.00^127^0.20^6^8^92^3^0.03^0.010^0.290^0.1^21.2^0.020^0.020^0.080^0.060^0.030^0^0^0^0^1.8^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.018^0.005^0.032^0^189.00^~1 serving~^^~~^0 ~03274~^~BABYFOOD,DINNER,VEG&CHICK,JR~^87.76^53^2.04^1.12^0.42^8.66^1.1^1.46^27^0.33^8^32^83^76^0.30^0.020^0.110^2.1^0.2^0.025^0.046^0.628^0.127^0.046^3^0^3^3^9.4^0.02^2612^131^0^592^1270^0^0^36^0.16^2.1^0.302^0.402^0.269^7^256.00^~1 cup~^16.00^~1 tbsp~^0 ~03278~^~BABYFOOD,DINNER,MXD VEG,STR~^88.70^41^1.20^0.10^0.50^9.50^^^22^0.33^11^24^121^8^0.16^0.044^^0.7^2.8^0.015^0.031^0.502^0.277^0.075^8^0^8^8^^0.00^2728^136^0^^^^^^^^^^^^28.35^~1 oz~^113.00^~1 jar~^0 ~03279~^~BABYFOOD,DINNER,MXD VEG,JR~^90.60^33^1.00^0.00^0.40^7.90^^^17^0.31^10^22^112^9^0.24^0.036^^0.7^3.3^0.014^0.024^0.414^0.230^0.075^7^0^7^7^^0.00^2444^122^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~03280~^~BABYFOOD,FRUIT,BANANAS W/TAPIOCA,JR~^81.50^67^0.40^0.20^0.20^17.80^1.6^7.10^8^0.30^12^9^108^9^0.07^0.046^^0.6^25.7^0.015^0.020^0.218^0.173^0.139^6^0^6^6^3.1^0.00^44^2^0^17^18^0^0^6^0.60^0.2^0.076^0.018^0.037^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03282~^~BABYFOOD,VEG,MIX VEG JR~^89.40^36^1.40^0.40^0.60^8.20^1.5^1.78^11^0.41^11^25^170^36^0.27^0.041^^0.7^2.5^0.029^0.032^0.665^0.259^0.081^4^0^4^4^9.7^0.00^4195^210^0^915^2060^0^0^497^0.52^7.4^0.079^0.025^0.186^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~03283~^~BABYFOOD,VEG,GARDEN VEG,STR~^90.00^32^2.30^0.20^0.70^6.80^1.5^2.57^28^0.83^21^28^168^35^0.26^0.070^^0.7^5.7^0.061^0.069^0.779^0.260^0.100^40^0^40^40^13.4^0.00^6067^303^0^740^3270^0^0^1374^0.52^24.5^0.035^0.011^0.090^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03286~^~BABYFOOD,VEG,MIX VEG STR~^89.80^36^1.20^0.50^0.45^8.05^1.5^1.57^13^0.32^10^22^127^13^0.15^0.040^^0.7^1.7^0.022^0.025^0.327^0.250^0.055^4^0^4^4^9.8^0.00^3166^158^0^699^1550^0^0^381^0.24^7.0^0.089^0.118^0.194^0^28.35^~1 oz~^113.00^~1 jar~^0 ~03287~^~BABYFOOD,DINNER,BF NOODLE,JR~^87.80^57^2.50^1.90^0.50^7.40^1.1^1.45^8^0.43^7^30^46^17^0.40^0.032^^5.7^1.4^0.028^0.036^0.582^0.230^0.031^12^7^6^17^12.1^0.10^656^33^0^146^320^0^1030^163^0.47^4.6^0.766^0.838^0.094^8^16.00^~1 tbsp~^28.35^~1 oz~^0 ~03289~^~BABYFOOD,APPLS W/HAM,STR~^85.30^62^2.60^0.90^0.30^10.90^1.8^7.98^4^0.30^7^34^120^9^0.40^0.040^0.020^4.6^0.1^0.060^0.060^0.730^0.097^0.070^2^0^2^2^11.8^0.02^6^0^0^0^3^2^0^14^0.07^0.5^0.250^0.360^0.111^8^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~03290~^~BABYFOOD,CARROTS&BF,STR~^87.30^59^3.40^2.50^0.70^5.70^2.6^2.04^22^0.50^13^45^226^58^0.80^0.054^0.140^2.8^0.8^0.020^0.060^0.930^^0.100^17^0^17^17^15.9^0.30^14452^723^0^3716^6813^0^1^139^0.65^7.4^0.960^1.060^0.130^8^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~03293~^~BABYFOOD,PLUMS,BANANAS&RICE,STR~^85.60^57^1.10^0.30^0.43^12.70^1.3^9.30^3^0.00^11^32^265^1^0.13^0.054^^2.4^12.3^0.040^0.050^0.800^^0.130^6^0^6^6^3.4^0.00^133^7^0^0^73^13^0^65^0.24^5.7^0.060^0.120^0.070^0^28.35^~1 oz~^113.40^~1 jar, Earth's Best~^0 ~03296~^~BABYFOOD,DINNER,TURKEY,RICE,AND VEG,TODD~^86.30^59^3.80^1.60^0.80^7.50^0.8^0.66^11^0.40^14^63^107^183^0.61^0.100^0.230^3.3^0.3^0.070^0.070^2.110^0.264^0.130^3^0^3^3^11.6^0.10^2268^113^0^489^1116^0^65^153^0.15^3.9^0.500^0.555^0.309^7^28.35^~1 oz~^170.10^~1 jar, Beech nut~^0 ~03297~^~BABYFOOD,DINNER,APPLS&CHICK,STR~^85.40^65^2.16^1.38^0.18^10.87^1.8^7.90^18^0.38^6^32^95^12^0.36^0.040^0.030^2.5^0.2^0.020^0.057^0.577^0.098^0.083^1^0^1^1^9.1^0.02^30^2^0^0^13^10^0^16^0.07^0.6^0.347^0.411^0.350^5^28.35^~1 oz~^113.00^~1 jar~^0 ~03298~^~BABYFOOD,DINNER,BROCCOLI & CHICK,JR~^86.92^62^3.59^2.48^0.67^6.34^1.4^1.43^37^0.52^12^58^170^17^0.39^0.030^0.120^2.2^17.7^0.019^0.098^0.964^0.273^0.052^69^10^59^76^31.1^0.33^474^24^1^9^278^0^0^511^0.60^73.5^0.510^0.770^0.430^13^28.88^~1 tbsp~^161.93^~1 container~^0 ~03303~^~BABYFOOD,DINNER,SWT POTATOES&CHICK,STR~^83.70^74^2.51^2.17^0.58^11.04^1.3^5.37^30^0.45^13^25^200^22^0.37^0.081^0.153^1.7^0.0^0.020^0.040^1.040^0.329^0.137^6^0^6^6^11.8^0.05^4318^216^1^0^2590^0^0^0^0.58^1.3^0.572^0.980^0.480^11^16.00^~1 tbsp~^113.00^~1 jar, Beech-Nut Stage 2 (4 oz)~^0 ~03304~^~BABYFOOD,DINNER,POTATOES W/CHS&HAM,TODD~^81.50^78^3.50^2.00^1.03^11.50^1.2^0.80^53^0.40^14^108^143^205^0.60^0.060^0.018^5.5^0.1^0.050^0.100^1.060^0.345^0.160^6^0^6^6^15.4^0.10^31^8^8^0^3^0^0^5^0.02^1.3^1.100^0.733^0.163^6^28.35^~1 oz~^^~~^0 ~03681~^~BABYFOOD,CRL,BARLEY,PREP W/WHL MILK~^74.70^111^4.60^3.30^1.20^16.30^^^230^12.34^30^150^192^49^0.83^0.084^^^^0.481^0.578^5.984^0.348^0.096^9^0^9^9^^0.30^105^^^^^^^^^^^^^^28.35^~1 oz~^^~~^0 ~03682~^~BABYFOOD,CRL,HI PROT,PREP W/WHL MILK~^74.50^111^8.70^3.80^1.50^11.60^^^218^12.14^48^177^349^49^1.04^0.217^^^^0.470^0.579^5.668^0.465^0.113^35^0^35^35^^0.30^105^^^^^^^^^^^^^^28.35^~1 oz~^^~~^0 ~03685~^~BABYFOOD,CRL,MXD,PREP W/WHL MILK~^74.60^113^4.80^3.50^1.10^15.90^1.3^^220^10.43^27^142^199^47^0.71^0.063^^^1.2^0.432^0.581^5.775^0.438^0.066^11^0^11^11^^0.30^105^25^23^^^^^^^^1.927^^^11^28.35^~1 oz~^^~~^0 ~05119~^~CHICKEN,ROASTING,DK MEAT,MEAT ONLY,RAW~^75.48^113^18.74^3.61^1.04^0.00^0.0^0.00^9^1.15^21^178^227^95^1.65^0.059^0.020^13.5^0.0^0.072^0.173^5.878^1.183^0.320^9^0^9^9^^0.34^60^18^18^0^0^0^0^0^0.21^2.4^0.930^1.120^0.900^72^113.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^258.00^~.5 chicken, bone and skin removed~^53 ~05120~^~CHICKEN,ROASTING,DK MEAT,MEAT ONLY,CKD,RSTD~^67.05^178^23.25^8.75^0.94^0.00^0.0^^11^1.33^20^171^224^95^2.13^0.070^0.019^19.6^0.0^0.063^0.192^5.736^1.026^0.310^7^0^7^7^^0.27^54^16^16^^^^^^^^2.430^3.310^2.000^75^140.00^~1 cup, chopped or diced~^94.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^46 ~05121~^~CHICKEN,STEWING,MEAT&SKN,&GIBLETS&NECK,RAW~^62.50^251^17.48^19.52^1.02^0.19^0.0^^10^1.51^20^173^204^71^1.37^0.092^0.031^12.5^3.1^0.111^0.251^6.383^1.129^0.350^37^0^37^37^^1.26^1102^331^331^^^^^^^^5.480^7.820^4.270^87^905.00^~1 chicken~^^~~^32 ~05122~^~CHICKEN,STEWING,MEAT & SKN,& GIBLETS & NECK,CKD,STWD~^64.24^214^24.88^11.91^0.79^0.03^0.0^0.00^13^1.64^19^151^171^67^1.96^0.079^0.034^21.4^1.0^0.054^0.221^5.677^0.878^0.234^25^0^25^25^67.2^0.95^604^181^180^0^1^0^1^3^0.28^1.9^3.232^4.554^2.510^107^160.00^~1 cup, chopped or diced~^202.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^31 ~05123~^~CHICKEN,STEWING,MEAT&SKN,RAW~^61.84^258^17.55^20.33^1.04^0.00^0.0^0.00^10^1.04^20^172^204^71^1.19^0.074^0.019^14.4^0.0^0.114^0.167^6.262^0.920^0.330^6^0^6^6^^0.32^178^52^52^0^0^0^0^0^0.33^2.4^5.710^8.240^4.440^71^271.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^398.00^~.5 chicken, bone removed~^30 ~05124~^~CHICKEN,STEWING,MEAT&SKN,CKD,STWD~^53.07^285^26.88^18.87^1.18^0.00^0.0^^13^1.37^20^180^182^73^1.77^0.100^0.021^19.7^0.0^0.094^0.235^5.798^0.753^0.250^5^0^5^5^^0.23^131^39^39^^^^^^^^5.110^7.190^4.230^79^178.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^261.00^~.5 chicken, bone removed~^32 ~05125~^~CHICKEN,STEWING,MEAT ONLY,RAW~^72.54^148^21.26^6.32^1.27^0.00^0.0^0.00^10^1.09^24^209^251^79^1.40^0.089^0.019^15.7^3.3^0.149^0.207^7.477^1.090^0.440^7^0^7^7^^0.38^105^32^32^0^0^0^0^0^0.24^2.0^1.570^1.940^1.570^63^194.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^284.00^~.5 chicken, bone and skin removed~^50 ~05126~^~CHICKEN,STEWING,MEAT ONLY,CKD,STWD~^56.35^237^30.42^11.89^1.35^0.00^0.0^0.00^13^1.43^22^204^202^78^2.06^0.116^0.022^25.2^0.0^0.112^0.277^6.408^0.861^0.310^6^0^6^6^^0.26^112^34^34^0^0^0^0^0^0.30^3.1^3.100^4.050^2.830^83^140.00^~1 cup, chopped or diced~^137.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^48 ~05127~^~CHICKEN,STEWING,GIBLETS,RAW~^69.80^168^17.89^9.21^0.97^2.13^0.0^^10^5.93^18^198^226^77^3.01^0.275^0.151^56.1^11.4^0.097^1.106^8.530^3.275^0.520^350^0^350^350^^10.83^10497^3152^3152^^^^^^^^2.630^2.750^2.100^240^28.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^81.00^~1 giblets~^0 ~05128~^~CHICKEN,STEWING,GIBLETS,CKD,SIMMRD~^64.00^194^25.73^9.30^0.87^0.11^0.0^^13^6.44^20^223^154^56^4.28^0.299^0.177^90.4^5.5^0.090^1.047^4.971^2.971^0.410^367^0^367^367^^9.48^9536^2864^2864^^^^^^^^2.660^2.940^1.890^355^145.00^~1 cup, chopped or diced~^17.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^0 ~05129~^~CHICKEN,STEWING,LT MEAT,MEAT ONLY,RAW~^73.24^137^23.10^4.21^1.10^0.00^0.0^0.00^11^0.92^26^231^261^53^0.60^0.067^0.018^17.8^1.8^0.132^0.123^9.915^0.887^0.570^4^0^4^4^^0.40^70^21^21^0^0^0^0^0^0.23^2.4^0.970^1.250^1.040^47^89.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^130.00^~.5 chicken, bone and skin removed~^44 ~05130~^~CHICKEN,STEWING,LT MEAT,MEAT ONLY,CKD,STWD~^57.79^213^33.04^7.98^1.19^0.00^0.0^^14^1.19^23^225^199^58^0.83^0.085^0.020^28.7^0.0^0.094^0.196^8.538^0.690^0.390^4^0^4^4^^0.27^73^22^22^^^^^^^^1.980^2.690^1.890^70^140.00^~1 cup, chopped or diced~^64.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^42 ~05131~^~CHICKEN,STEWING,DK MEAT,MEAT ONLY,RAW~^71.94^157^19.70^8.12^1.41^0.00^0.0^0.00^10^1.22^23^190^242^101^2.08^0.107^0.021^13.5^4.6^0.163^0.279^5.405^1.262^0.340^10^0^10^10^^0.37^135^41^41^0^0^0^0^0^0.24^2.4^2.080^2.520^2.020^77^105.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^154.00^~.5 chicken, bone and skin removed~^54 ~05132~^~CHICKEN,STEWING,DK MEAT,MEAT ONLY,CKD,STWD~^55.09^258^28.14^15.28^1.49^0.00^0.0^^12^1.64^22^187^204^95^3.12^0.144^0.023^21.8^0.0^0.128^0.347^4.556^1.010^0.240^8^0^8^8^^0.25^145^44^44^^^^^^^^4.070^5.240^3.650^95^140.00^~1 cup, chopped or diced~^73.00^~1 unit, (yield from 1 lb ready-to-cook chicken)~^51 ~05133~^~CHICKEN,CAPONS,MEAT&SKN&GIBLETS&NECK,RAW~^63.66^232^18.51^16.90^0.94^0.08^0.0^^11^1.41^21^181^213^47^1.32^0.063^0.028^12.2^2.6^0.065^0.183^7.074^1.101^0.360^27^0^27^27^^1.01^905^272^272^^^^^^^^4.890^7.160^3.600^87^2152.00^~1 capon~^^~~^27 ~05134~^~CHICKEN,CAPONS,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^59.25^226^28.35^11.67^1.01^0.04^0.0^^15^1.79^23^239^243^50^1.94^0.081^0.031^19.3^0.4^0.070^0.219^8.415^1.184^0.410^26^0^26^26^^0.36^734^220^220^^^^^^^^3.280^4.710^2.520^103^1418.00^~1 capon~^218.00^~1 unit, (yield from 1 lb ready-to cook capon)~^28 ~05135~^~CHICKEN,CAPONS,MEAT&SKN,RAW~^63.24^234^18.77^17.07^0.96^0.00^0.0^0.00^11^1.09^21^183^217^45^1.17^0.050^0.020^14.6^1.7^0.064^0.127^7.273^0.965^0.360^6^0^6^6^^0.34^129^37^37^0^0^0^0^0^0.32^2.4^4.950^7.310^3.620^75^964.00^~.5 capon, bone removed~^297.00^~1 unit, (yield from 1 lb ready-to cook capon)~^28 ~05136~^~CHICKEN,CAPONS,MEAT&SKN,CKD,RSTD~^58.70^229^28.96^11.65^1.04^0.00^0.0^^14^1.49^24^246^255^49^1.74^0.069^0.021^21.6^0.0^0.070^0.170^8.947^1.104^0.430^6^0^6^6^^0.33^68^^^^^^^^^^3.260^4.750^2.520^86^637.00^~.5 capon, bone removed~^196.00^~1 unit, (yield from 1 lb ready-to cook capon)~^29 ~05137~^~CHICKEN,CAPONS,GIBLETS,RAW~^74.12^130^18.28^5.18^1.00^1.42^0.0^^10^6.25^18^207^226^77^3.38^0.268^0.163^55.3^18.4^0.097^1.119^6.984^3.618^0.470^394^0^394^394^^12.95^14566^4374^4374^^^^^^^^1.640^1.320^1.190^292^115.00^~1 giblets~^18.00^~1 unit, (yield from 1 lb ready-to cook capon)~^0 ~05138~^~CHICKEN,CAPONS,GIBLETS,CKD,SIMMRD~^66.54^164^26.39^5.40^0.91^0.76^0.0^^13^6.80^20^235^153^55^4.67^0.294^0.192^95.0^9.0^0.095^1.061^4.120^3.296^0.380^414^0^414^414^^1.14^13266^3984^3984^^^^^^^^1.770^1.370^1.130^434^145.00^~1 cup, chopped or diced~^11.00^~1 unit, (yield from 1 lb ready-to cook capon)~^0 ~05139~^~DUCK,DOMESTICATED,MEAT&SKN,RAW~^48.50^404^11.49^39.34^0.68^0.00^0.0^0.00^11^2.40^15^139^209^63^1.36^0.236^0.017^12.4^2.8^0.197^0.210^3.934^0.951^0.190^13^0^13^13^31.0^0.25^168^50^50^0^0^0^0^0^0.70^5.5^13.220^18.690^5.080^76^287.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^634.00^~.5 duck~^28 ~05140~^~DUCK,DOMESTICATED,MEAT&SKN,CKD,RSTD~^51.84^337^18.99^28.35^0.82^0.00^0.0^0.00^11^2.70^16^156^204^59^1.86^0.227^0.019^20.0^0.0^0.174^0.269^4.825^1.098^0.180^6^0^6^6^50.4^0.30^210^63^63^0^0^0^0^0^0.70^5.1^9.670^12.900^3.650^84^140.00^~1 cup, chopped or diced~^173.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^35 ~05141~^~DUCK,DOMESTICATED,MEAT ONLY,RAW~^73.77^132^18.28^5.95^1.06^0.00^0.0^0.00^11^2.40^19^203^271^74^1.90^0.253^0.019^13.9^5.8^0.360^0.450^5.300^1.600^0.340^25^0^25^25^53.6^0.40^79^24^24^0^0^0^0^0^0.70^2.8^2.320^1.540^0.750^77^137.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^303.00^~.5 duck~^66 ~06146~^~CAMPBELL,CAMPBELL'S RED & WHITE,BF W/ VEG & BARLEY SOUP,COND~^80.60^71^3.97^1.19^2.34^11.90^2.4^1.59^0^0.57^^^^706^^^^^0.0^^^^^^^^^^^^992^^^^^^^^^^0.794^0.397^0.000^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06147~^~SOUP,BF MUSHROOM,CND,COND~^85.50^61^4.60^2.40^2.30^5.20^0.2^^4^0.70^7^29^126^709^1.10^0.200^0.300^^0.0^0.020^0.060^0.900^0.190^0.040^7^0^7^7^^0.16^0^0^0^^^^^^^^1.200^1.000^0.100^5^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06149~^~SOUP,CHICK MUSHROOM,CND,COND~^80.40^109^3.50^7.30^1.20^7.60^0.2^1.31^23^0.70^7^22^126^661^0.80^0.040^0.100^2.9^0.0^0.020^0.090^1.300^0.200^0.040^2^0^2^2^11.0^0.05^33^9^8^0^3^0^0^1^0.64^1.1^1.920^3.210^1.850^8^125.50^~.5 cup, (4 fl oz)~^305.00^~1 can, (10.75 oz)~^0 ~06150~^~SAUCE,BARBECUE~^60.34^150^0.00^0.29^3.11^36.25^0.6^26.06^12^0.21^12^17^208^1119^0.13^0.079^0.225^1.3^0.7^0.010^0.032^0.487^0.037^0.041^2^0^2^2^2.9^0.00^235^12^0^4^139^0^4431^0^0.66^1.8^0.000^0.074^0.170^0^34.51^~1 serving, 2 tbsp~^250.00^~1 cup, (8 fl oz)~^0 ~06151~^~SAUCE,PLUM,READY-TO-SERVE~^53.71^184^0.89^1.04^1.56^42.81^0.7^^12^1.43^12^22^259^538^0.19^0.078^0.114^0.4^0.5^0.018^0.084^1.014^0.059^0.078^6^0^6^6^^0.00^43^2^0^0^26^0^^^^^0.153^0.240^0.588^0^305.00^~1 cup~^19.00^~1 tbsp~^0 ~06152~^~SAUCE,PIZZA,CND,RTS~^86.71^54^2.18^1.15^1.30^8.67^2.0^1.75^54^0.90^21^50^354^185^0.25^0.137^0.221^^11.3^0.061^0.053^1.421^0.374^0.136^10^^10^^^0.02^667^^^^^^^^^^0.460^0.461^0.099^3^63.00^~.25 cup~^^~~^0 ~06158~^~SOUP,TOMATO BISQUE,CND,COND~^75.32^96^1.76^1.95^2.49^18.47^0.8^^31^0.64^7^47^325^685^0.46^0.100^0.200^^4.6^0.051^0.055^0.894^0.100^0.070^12^0^12^12^^0.00^562^32^4^^^^^^^^0.420^0.530^0.870^4^128.50^~.5 cup, (4 fl oz)~^312.00^~1 can, (11 oz), undiluted~^0 ~06159~^~SOUP,TOMATO,CND,COND~^82.50^60^1.61^0.56^1.91^13.41^1.2^8.11^13^1.11^14^29^229^551^0.25^0.159^0.119^5.1^12.9^0.039^0.063^1.032^0.053^0.086^0^0^0^0^12.8^0.00^392^20^0^0^235^0^10920^90^0.34^3.2^0.155^0.179^0.189^0^121.34^~.5 cup~^303.35^~1 can, (10.7 oz)~^0 ~06164~^~SAUCE,SALSA,RTS~^89.88^27^1.54^0.16^2.17^6.26^1.6^3.06^27^0.46^15^31^297^600^0.37^0.132^0.121^0.9^1.9^0.022^0.032^0.075^0.007^0.175^4^0^4^4^11.7^0.00^292^15^0^0^175^0^10515^0^1.18^4.5^0.030^0.025^0.115^0^259.00^~1 cup~^16.00^~1 tbsp~^0 ~06165~^~SAUCE,HOMEMADE,WHITE,THIN~^80.66^105^3.77^6.73^1.45^7.40^0.1^4.77^126^0.21^15^101^163^328^0.42^0.013^0.024^3.3^0.8^0.055^0.184^0.261^0.339^0.041^13^7^6^17^14.1^0.30^208^57^56^0^12^0^0^1^0.16^0.5^2.152^2.670^1.586^8^250.00^~1 cup~^125.00^~.5 cup~^0 ~06166~^~SAUCE,HOMEMADE,WHITE,MED~^74.89^147^3.84^10.63^1.47^9.17^0.2^4.36^118^0.33^14^98^156^354^0.41^0.016^0.043^4.1^0.8^0.069^0.185^0.402^0.326^0.040^8^3^5^10^14.2^0.28^327^90^88^0^20^0^0^1^0.28^0.9^2.854^4.420^2.862^7^250.00^~1 cup~^125.00^~.5 cup~^0 ~06167~^~SAUCE,HOMEMADE,WHITE,THICK~^69.10^186^3.99^13.83^1.47^11.61^0.3^3.96^111^0.50^14^96^149^373^0.40^0.021^0.067^5.2^0.7^0.088^0.190^0.589^0.315^0.038^11^5^6^15^14.3^0.26^424^117^114^0^26^0^0^2^0.37^1.2^3.416^5.851^3.914^6^250.00^~1 cup~^125.00^~.5 cup~^0 ~06168~^~SAUCE,RTS,PEPPER OR HOT~^89.98^11^0.51^0.37^7.39^1.75^0.3^1.26^8^0.48^5^11^144^2643^0.11^0.028^0.049^0.0^74.8^0.036^0.082^0.254^0.110^0.157^6^0^6^6^^0.00^162^8^0^6^91^7^0^121^0.12^2.4^0.052^0.030^0.196^0^4.70^~1 tsp~^1.20^~.25 tsp~^0 ~06169~^~SAUCE,RTS,PEPPER,TABASCO~^95.17^12^1.29^0.76^1.98^0.80^0.6^0.13^12^1.16^12^23^128^633^0.16^0.075^0.107^0.5^4.5^0.032^0.084^0.178^0.110^0.154^1^1^0^2^0.0^0.00^1640^82^0^62^919^68^0^10^0.01^0.2^0.106^0.061^0.401^0^4.70^~1 tsp~^1.20^~.25 tsp~^0 ~06170~^~SOUP,STOCK,BEEF,HOME-PREPARED~^95.89^13^1.97^0.09^0.70^1.20^0.0^0.54^8^0.27^7^31^185^198^0.17^0.050^^1.2^0.0^0.033^0.091^0.872^^0.055^2^0^2^2^4.8^0.00^0^0^0^0^0^0^0^1^0.01^0.1^0.035^0.043^0.005^0^240.00^~1 cup~^^~~^0 ~06172~^~SOUP,STOCK,CHICK,HOME-PREPARED~^92.15^36^2.52^1.20^0.63^3.53^0.0^1.58^3^0.21^4^27^105^143^0.14^0.054^^2.2^0.2^0.035^0.085^1.584^^0.061^5^0^5^5^9.2^0.00^3^1^1^0^0^0^0^1^0.03^0.2^0.321^0.582^0.213^3^240.00^~1 cup~^^~~^0 ~06174~^~SOUP,STOCK,FISH,HOME-PREPARED~^96.96^17^2.26^0.81^0.74^0.00^0.0^0.00^3^0.01^7^56^144^156^0.06^0.058^0.052^1.0^0.1^0.033^0.076^1.186^0.329^0.037^2^0^2^2^7.0^0.69^6^2^2^0^0^0^0^0^0.17^0.0^0.203^0.236^0.138^1^233.00^~1 cup~^^~~^0 ~06175~^~SAUCE,HOISIN,RTS~^44.23^220^3.31^3.39^4.98^44.08^2.8^27.26^32^1.01^24^38^119^1615^0.32^0.128^0.254^1.8^0.4^0.004^0.217^1.170^0.068^0.062^23^0^23^23^8.0^0.00^6^0^0^0^4^0^0^45^0.28^0.5^0.568^0.963^1.698^3^16.00^~1 tbsp~^^~~^0 ~06176~^~SAUCE,OYSTER,RTS~^80.00^51^1.35^0.25^7.49^10.92^0.3^0.00^32^0.18^4^22^54^2733^0.09^0.147^0.053^4.4^0.1^0.010^0.124^1.474^0.016^0.016^15^0^15^15^3.5^0.41^0^0^0^0^0^0^0^0^0.00^0.0^0.043^0.073^0.066^0^18.00^~1 tbsp~^^~~^0 ~06177~^~SOUP,MINESTRONE,CND,RED NA,RTS~^87.30^50^2.00^0.80^1.26^9.00^2.4^2.13^20^0.72^13^34^186^215^0.32^0.083^^2.1^5.7^0.060^0.040^0.640^^0.060^16^1^14^17^6.6^0.00^665^33^0^99^349^0^6359^90^0.70^5.8^0.140^0.280^0.250^0^^~~^^~~^0 ~06178~^~USDA COMMODITY,SALSA~^89.70^36^1.50^0.20^1.60^7.00^1.4^^12^2.24^16^30^270^430^0.17^0.096^^0.4^4.0^0.050^0.030^1.080^^0.149^19^0^19^19^^0.00^550^28^0^^^^^^^^0.029^0.016^0.107^0^^~~^^~~^0 ~06179~^~SAUCE,FISH,READY-TO-SERVE~^71.07^35^5.06^0.01^20.22^3.64^0.0^3.64^43^0.78^175^7^288^7720^0.20^0.050^0.233^9.1^0.5^0.012^0.057^2.313^0.118^0.396^51^0^51^51^13.2^0.48^12^4^4^0^0^0^0^0^0.00^0.0^0.003^0.002^0.003^0^18.00^~1 tbsp~^^~~^0 ~06180~^~SOUP,SHARK FIN,REST-PREP~^90.13^46^3.20^2.00^0.87^3.80^0.0^^10^0.94^7^21^53^501^0.82^0.108^0.024^^0.1^0.027^0.039^0.493^0.130^0.026^9^0^9^9^^0.19^0^0^0^^^^^^^^0.501^0.583^0.341^2^216.00^~1 cup~^^~~^0 ~01050~^~CREAM,FLUID,LT (COFFEE CRM OR TABLE CRM)~^73.75^195^2.70^19.31^0.58^3.66^0.0^0.14^96^0.04^9^80^122^40^0.27^0.008^0.001^0.6^0.8^0.032^0.148^0.057^0.276^0.032^2^0^2^2^16.8^0.22^656^181^178^0^37^0^0^0^0.55^1.7^12.020^5.577^0.717^66^240.00^~1 cup~^15.00^~1 tbsp~^0 ~01052~^~CREAM,FLUID,LT WHIPPING~^63.50^292^2.17^30.91^0.46^2.96^0.0^0.11^69^0.03^7^61^97^34^0.25^0.007^0.001^0.5^0.6^0.024^0.125^0.042^0.259^0.028^4^0^4^4^16.8^0.20^1013^279^274^0^60^0^0^0^0.88^2.7^19.337^9.093^0.884^111^120.00^~1 cup, whipped~^239.00^~1 cup, fluid (yields 2 cups whipped)~^0 ~01053~^~CREAM,FLUID,HVY WHIPPING~^57.71^345^2.05^37.00^0.45^2.79^0.0^0.11^65^0.03^7^62^75^38^0.23^0.006^0.001^0.5^0.6^0.022^0.110^0.039^0.255^0.026^4^0^4^4^16.8^0.18^1470^411^405^0^72^0^0^0^1.06^3.2^23.032^10.686^1.374^137^119.50^~1 cup, whipped~^238.00^~1 cup, fluid (yields 2 cups whipped)~^0 ~01054~^~CREAM,WHIPPED,CRM TOPPING,PRESSURIZED~^61.33^257^3.20^22.22^0.76^12.49^0.0^8.00^101^0.05^11^89^147^130^0.37^0.010^0.001^1.4^0.0^0.037^0.065^0.070^0.305^0.041^3^0^3^3^16.8^0.29^685^188^184^0^43^0^0^0^0.64^1.9^13.831^6.418^0.825^76^60.00^~1 cup~^3.00^~1 tbsp~^0 ~01055~^~CREAM,SOUR,RED FAT,CULTURED~^80.14^135^2.94^12.00^0.66^4.26^0.0^0.16^104^0.07^10^95^129^41^0.50^0.016^0.003^2.1^0.9^0.035^0.149^0.067^0.363^0.016^11^0^11^11^19.2^0.30^372^102^100^0^23^0^0^0^0.34^0.6^7.470^3.466^0.446^39^242.00^~1 cup~^15.00^~1 tbsp~^0 ~01056~^~CREAM,SOUR,CULTURED~^74.46^193^2.07^19.73^0.85^2.88^0.0^3.50^110^0.17^10^115^141^80^0.38^0.019^0.011^2.6^0.9^0.036^0.172^0.109^0.336^0.057^7^0^7^7^19.2^0.28^576^162^160^0^26^0^0^0^0.44^1.8^11.507^5.068^0.840^52^230.00^~1 cup~^12.00^~1 tbsp~^0 ~01057~^~EGGNOG~^74.37^135^3.81^7.48^0.80^13.54^0.0^8.41^130^0.20^19^109^165^54^0.46^0.013^0.005^4.2^1.5^0.034^0.190^0.105^0.417^0.050^1^0^1^1^52.2^0.45^161^46^45^0^6^1^0^54^0.20^0.2^4.443^2.233^0.339^59^254.00^~1 cup~^31.80^~1 fl oz~^0 ~01058~^~SOUR DRSNG,NON-BUTTERFAT,CULTURED,FILLED CREAM-TYPE~^74.79^178^3.25^16.57^0.71^4.68^0.0^4.68^113^0.03^10^87^162^48^0.37^0.010^0.002^2.3^0.9^0.038^0.163^0.074^0.398^0.017^12^0^12^12^14.9^0.33^10^3^3^0^0^0^0^0^1.34^4.1^13.272^1.958^0.468^5^235.00^~1 cup~^12.00^~1 tbsp~^0 ~01059~^~MILK,FILLED,FLUID,W/BLEND OF HYDR VEG OILS~^87.67^63^3.33^3.46^0.80^4.74^0.0^^128^0.05^13^97^139^57^0.36^0.010^0.002^2.0^0.9^0.030^0.123^0.087^0.301^0.040^5^0^5^5^^0.34^7^2^2^^^^^^^^0.768^1.783^0.750^2^244.00^~1 cup~^976.00^~1 quart~^0 ~01060~^~MILK,FILLED,FLUID,W/LAURIC ACID OIL~^87.73^63^3.33^3.40^0.80^4.74^0.0^4.74^128^0.05^13^97^139^57^0.36^0.010^0.002^2.0^0.9^0.030^0.123^0.087^0.301^0.040^5^0^5^5^15.0^0.34^7^2^2^0^0^0^0^0^0.13^0.8^3.101^0.100^0.010^2^244.00^~1 cup~^30.50^~1 fl oz~^0 ~01067~^~CREAM SUB,LIQ,W/HYDR VEG OIL&SOY PROT~^77.27^136^1.00^9.97^0.38^11.38^0.0^11.38^9^0.03^0^64^191^79^0.02^0.000^0.000^1.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^15^1^0^0^9^0^0^0^0.81^2.5^1.937^7.551^0.027^0^240.00^~1 cup~^30.00^~1 fl oz~^0 ~01068~^~CREAM SUB,LIQ,W/LAURIC ACID OIL&NA CASEINATE~^77.27^136^1.00^9.97^0.38^11.38^0.0^^9^0.03^0^64^191^79^0.02^0.025^0.040^1.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^89^4^0^^^^^^^^9.304^0.106^0.003^0^15.00^~1 container, individual~^120.00^~.5 cup~^0 ~01069~^~CREAM SUBSTITUTE,POWDERED~^2.21^545^4.79^35.48^2.64^54.88^0.0^54.88^22^1.15^4^422^812^181^0.51^0.115^0.220^0.6^0.0^0.000^0.165^0.000^0.000^0.000^0^0^0^0^2.3^0.00^33^2^0^0^20^0^0^0^0.59^8.8^32.525^0.968^0.014^0^94.00^~1 cup~^2.00^~1 tsp~^0 ~01070~^~DESSERT TOPPING,POWDERED~^1.47^577^4.90^39.92^1.17^52.54^0.0^52.54^17^0.03^7^74^166^122^0.08^0.118^0.225^0.6^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.1^0.00^180^9^0^0^108^0^0^0^1.52^9.9^36.723^0.600^0.447^0^42.50^~1.5 oz~^1.30^~1 portion, amount to make 1 tbsp~^0 ~01071~^~DESSERT TOPPING,PDR,1.5 OZ PREP W/1/2 CUP MILK~^66.65^188^3.60^12.41^0.81^16.53^0.0^16.53^90^0.04^10^86^151^66^0.27^0.012^0.005^4.8^0.7^0.027^0.117^0.060^0.226^0.030^4^0^4^4^10.6^0.26^122^23^21^0^32^0^0^0^0.44^2.7^10.684^0.843^0.201^10^80.00^~1 cup~^4.00^~1 tbsp~^0 ~01072~^~DESSERT TOPPING,PRESSURIZED~^60.37^264^0.98^22.30^0.28^16.07^0.0^16.07^5^0.02^1^18^19^62^0.01^0.024^0.045^1.5^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^78^4^0^0^47^0^0^0^0.85^5.5^18.912^1.927^0.241^0^70.00^~1 cup~^4.00^~1 tbsp~^0 ~01073~^~DESSERT TOPPING,SEMI SOLID,FRZ~^50.21^318^1.25^25.31^0.18^23.05^0.0^23.05^6^0.12^2^8^18^25^0.03^0.030^0.058^2.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^143^7^0^0^86^0^0^0^0.96^6.3^21.783^1.616^0.523^0^75.00^~1 cup~^4.00^~1 tbsp~^0 ~01074~^~SOUR CRM,IMITN,CULTURED~^71.15^208^2.40^19.52^0.30^6.63^0.0^6.63^3^0.39^6^45^161^102^1.18^0.058^0.110^2.5^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.74^4.8^17.791^0.588^0.056^0^230.00^~1 cup~^28.35^~1 oz~^0 ~01075~^~MILK SUBSTITUTES,FLUID W/HYDR VEG OILS~^88.18^61^1.75^3.41^0.50^6.16^0.0^6.16^33^0.39^6^74^114^78^1.18^0.051^0.097^1.9^0.0^0.012^0.088^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.28^0.8^0.767^1.998^0.488^0^244.00^~1 cup~^30.50^~1 fl oz~^0 ~01076~^~MILK SUBSTITUTES,FLUID,W/LAURIC ACID OIL~^88.18^61^1.75^3.41^0.50^6.16^0.0^^33^0.39^6^74^114^78^1.18^0.051^0.097^1.9^0.0^0.012^0.088^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^3.037^0.176^0.008^0^244.00^~1 cup~^976.00^~1 quart~^0 ~01077~^~MILK,WHL,3.25% MILKFAT~^88.32^60^3.22^3.25^0.69^4.52^0.0^5.26^113^0.03^10^91^143^40^0.40^0.011^0.003^3.7^0.0^0.044^0.183^0.107^0.362^0.036^5^0^5^5^14.3^0.44^102^28^28^0^5^0^0^0^0.06^0.2^1.865^0.812^0.195^10^244.00^~1 cup~^15.20^~1 tbsp~^0 ~01078~^~MILK,PRODUCER,FLUID,3.7% MILKFAT~^87.69^64^3.28^3.66^0.72^4.65^0.0^^119^0.05^13^93^151^49^0.38^0.010^0.004^2.0^1.5^0.038^0.161^0.084^0.313^0.042^5^0^5^5^^0.36^138^33^31^^^^^^^^2.278^1.057^0.136^14^244.00^~1 cup~^976.00^~1 quart~^0 ~01079~^~MILK,RED FAT,FLUID,2%MILKFAT,W/ADDED VIT A~^89.33^50^3.30^1.97^0.71^4.68^0.0^5.06^117^0.03^11^94^150^41^0.43^0.012^0.003^2.5^0.2^0.039^0.185^0.092^0.356^0.038^5^0^5^5^16.4^0.46^189^55^55^0^3^0^0^0^0.03^0.2^1.257^0.560^0.073^8^244.00^~1 cup~^30.50^~1 fl oz~^0 ~01080~^~MILK,RED FAT,FLUID,2% MILKFAT,W/ NONFAT MILK SOL&VIT A~^88.86^51^3.48^1.92^0.77^4.97^0.0^^128^0.05^14^100^162^52^0.40^0.008^0.002^2.3^1.0^0.040^0.173^0.090^0.336^0.045^5^0^5^5^^0.38^204^56^55^^^^^^^^1.195^0.555^0.071^8^245.00^~1 cup~^980.00^~1 quart~^0 ~01081~^~MILK,RED FAT,FLUID,2% MILKFAT,PROT FORT,W/ VIT A~^87.71^56^3.95^1.98^0.87^5.49^0.0^5.26^143^0.06^16^112^182^59^0.45^0.008^0.002^2.6^1.1^0.045^0.194^0.101^0.376^0.051^6^0^6^6^^0.43^5^0^^0^3^0^0^0^0.04^0.1^1.232^0.572^0.074^8^246.00^~1 cup~^984.00^~1 quart~^0 ~01082~^~MILK,LOWFAT,FLUID,1% MILKFAT,W/ VIT A~^89.92^42^3.37^0.97^0.75^4.99^0.0^5.20^119^0.03^11^95^150^44^0.42^0.010^0.003^3.3^0.0^0.020^0.185^0.093^0.361^0.037^5^0^5^5^17.7^0.44^196^58^58^0^2^0^0^0^0.01^0.1^0.633^0.277^0.035^5^244.00^~1 cup~^30.50^~1 fl oz~^0 ~01083~^~MILK,LOWFAT,FLUID,1% MILKFAT,W/ NONFAT MILK SOL&VIT A~^89.81^43^3.48^0.97^0.77^4.97^0.0^^128^0.05^14^100^162^52^0.40^0.010^0.002^2.3^1.0^0.040^0.173^0.090^0.336^0.045^5^0^5^5^^0.38^204^59^58^^^^^^^^0.604^0.280^0.036^4^245.00^~1 cup~^980.00^~1 quart~^0 ~03686~^~BABYFOOD,CRL,MXD,W/BANANAS,PREP W/WHL MILK~^74.30^115^4.50^3.60^1.10^16.60^1.3^^214^11.15^26^138^237^60^0.55^0.050^^^1.4^0.653^0.720^3.449^^0.102^7^0^7^7^^0.34^108^22^20^^^^^^^^1.982^^^11^28.35^~1 oz~^^~~^0 ~03689~^~BABYFOOD,CRL,OATMEAL,PREP W/WHL MILK~^74.50^116^5.00^4.10^1.10^15.30^1.1^^220^12.14^35^160^204^46^0.92^0.094^^^1.3^0.506^0.563^5.981^0.514^0.060^10^0^10^10^^0.30^105^22^19^^^^^^^^2.258^^^11^28.35^~1 oz~^^~~^0 ~03690~^~BABYFOOD,CRL,OATMEAL,W/BANANAS,PREP W/WHL MILK~^74.30^116^4.70^3.80^1.20^16.00^^^206^11.23^30^151^247^61^0.63^0.072^^^1.6^0.623^0.745^3.375^^0.104^7^0^7^7^^0.33^99^23^21^^^^^^^^^^^^28.35^~1 oz~^^~~^0 ~03693~^~BABYFOOD,CRL,OATMEAL,W/HONEY,PREP W/WHL MILK~^74.50^115^5.00^3.90^1.30^15.30^^^289^11.09^35^198^170^49^0.93^0.095^^^^0.487^0.602^6.034^0.514^0.060^10^0^10^10^^0.30^^^^^^^^^^^^^^^28.35^~1 oz~^^~~^0 ~03694~^~BABYFOOD,CRL,RICE,PREP W/WHL MILK~^74.60^115^3.90^3.60^1.20^16.70^0.1^^239^12.19^45^175^190^46^0.64^0.062^^^1.2^0.466^0.500^5.205^^0.113^8^0^8^8^^0.30^105^22^19^^^^^^^^2.325^^^11^28.35^~1 oz~^^~~^0 ~03696~^~BABYFOOD,CRL,RICE,W/HONEY,PREP W/WHL MILK~^74.40^115^3.90^3.30^1.30^17.10^^^291^10.81^45^181^141^49^0.65^0.063^^^0.0^0.476^0.608^6.083^^0.115^8^0^8^8^^0.30^108^21^19^^27^^^^^^^^^^28.35^~1 oz~^^~~^0 ~03704~^~BABYFOOD,CRL,MXD,W/HONEY,PREP W/WHL MILK~^74.20^115^5.00^3.60^1.20^15.90^^^294^11.27^28^184^171^48^0.72^0.064^^^^0.447^0.583^6.260^0.443^0.067^11^0^11^11^^0.30^^^^^^^^^^^^^^^28.35^~1 oz~^^~~^0 ~03711~^~BABYFOOD,CRL,HI PROT,W/APPL&ORANGE,PREP W/WHL MILK~^74.40^112^6.90^3.90^1.50^13.40^^^223^14.42^37^166^346^58^0.76^0.166^^^^0.655^0.847^3.987^^0.092^28^0^28^28^^0.35^^^^^^^^^^^^^^^28.35^~1 oz~^^~~^0 ~03712~^~BABYFOOD,CRL,RICE,W/BANANAS,PREP W/WHL MILK~^74.30^117^4.20^3.50^1.00^17.00^0.2^^213^11.04^34^145^253^57^0.56^0.050^^^1.1^0.684^0.759^3.902^^0.147^6^0^6^6^^0.33^100^23^21^^18^^^^^^2.261^^^11^28.35^~1 oz~^^~~^0 ~03800~^~INF FORMULA,NESTLE,GOOD START SUPREME,W/ IRON,RTF~^87.50^66^1.45^3.37^0.29^7.39^0.0^5.00^42^0.99^5^24^71^18^0.53^0.053^^1.3^5.9^0.066^0.092^0.693^^0.050^10^10^0^17^8.0^0.22^200^60^60^0^0^0^0^0^0.99^5.3^1.470^1.080^0.740^4^30.50^~1 fl oz~^^~~^0 ~03801~^~INF FORMULA,NES,G START SUPR,W/ IRON,LIQ CONC,NOT RECON~^75.80^127^2.79^6.50^0.71^14.20^0.0^9.70^81^1.90^9^46^137^34^1.02^0.100^^1.6^11.0^0.127^0.178^1.330^^0.095^19^19^0^32^15.4^0.42^381^114^114^0^0^0^0^0^1.91^10.0^2.970^2.060^1.420^2^31.40^~1 fl oz~^^~~^0 ~03802~^~INF FORMULA,NESTLE,GOOD START SUPREME,W/ IRON,PDR~^2.50^509^11.30^26.10^2.78^57.32^0.0^39.30^343^7.70^36^184^553^138^4.10^0.410^^10.2^46.1^0.512^0.717^5.380^^0.384^77^77^0^131^61.4^1.10^1537^461^461^0^0^0^0^0^7.70^41.0^11.660^8.500^5.880^32^8.70^~1 scoop~^^~~^0 ~03803~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,W/IRON,RTF~^88.35^63^1.38^3.50^0.32^7.18^0.0^7.18^51^1.18^5^35^71^18^0.66^0.050^^1.8^7.9^0.052^0.092^0.660^^0.040^11^11^0^18^16.0^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.469^1.330^0.670^1^30.50^~1 fl oz~^^~~^0 ~03804~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,W/IRON,LIQ CONC, NOT REC~^75.47^128^2.68^7.31^0.62^13.96^0.0^13.96^100^2.30^10^68^138^35^1.28^0.096^0.019^3.6^15.3^0.102^0.179^1.283^^0.077^20^20^0^34^23.5^0.38^377^113^113^0^0^0^0^0^1.70^10.2^3.093^2.800^1.410^1^31.40^~1 fl oz~^^~~^0 ~03805~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,W/ IRON,PDR~^3.30^520^10.80^27.00^2.70^56.20^0.0^56.00^400^9.30^41^270^560^139^5.20^0.390^^14.5^62.0^0.410^0.720^5.200^^0.310^83^83^0^141^124.0^1.55^1550^470^470^0^0^0^0^0^6.90^41.0^11.500^10.300^5.200^17^8.30^~1 scoop~^^~~^0 ~03806~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,LO IRON,RTF~^88.35^63^1.38^3.50^0.32^7.18^0.0^7.18^51^0.46^5^35^71^18^0.66^0.050^0.010^1.8^7.9^0.052^0.092^0.660^0.294^0.040^11^11^0^18^8.0^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.479^1.291^0.689^1^30.50^~1 fl oz~^^~~^0 ~03807~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,LO IRON,LIQ CNC, NOT REC~^75.34^131^2.76^7.25^0.60^14.31^0.0^14.00^102^0.92^11^70^142^35^1.31^0.098^^3.6^15.8^0.105^0.184^1.313^^0.079^21^21^0^36^17.0^0.39^394^118^118^0^0^0^0^0^1.22^10.3^3.084^2.693^1.437^1^31.40^~1 fl oz~^^~~^0 ~03808~^~INF FORMULA,MEAD JOHNSON,ENFAMILLIPIL,W/IRN,PDR,W/ ARA & DHA~^3.30^511^10.80^27.00^2.70^56.20^0.0^56.00^400^9.30^41^270^560^139^5.20^0.390^^14.5^62.0^0.410^0.720^5.200^^0.310^83^83^0^141^62.0^1.55^1550^470^470^0^0^0^0^0^6.90^41.0^11.221^9.899^5.240^17^8.50^~1 scoop~^^~~^0 ~03809~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,LO IRON,PDR,NOT RECON~^3.30^511^10.80^27.00^2.70^56.20^0.0^56.00^400^3.60^41^270^560^139^5.20^0.390^^14.5^62.0^0.410^0.720^5.200^^0.310^83^83^0^141^62.0^1.55^1550^470^470^0^0^0^0^0^6.90^41.0^11.500^10.000^5.300^17^8.30^~1 scoop~^^~~^0 ~03810~^~INF FORMULA,MEAD JOHNSON,LOFENALAC,W/ IRON,PDR,NOT RECON~^3.40^462^15.00^18.00^3.60^60.00^0.0^50.40^430^8.60^50^320^470^220^3.60^0.430^^10.6^37.0^0.360^0.430^5.800^^0.290^72^72^0^122^60.0^1.43^1430^429^429^0^0^0^0^0^10.60^72.0^2.360^4.640^10.920^0^9.60^~1 scoop~^^~~^0 ~03812~^~INF FORM,MEAD JOHNS,ENFAM,LIP,W/ IR,LIQ CONC,W/ ARA & DHA~^75.34^131^2.76^6.96^0.60^14.34^0.0^14.00^102^2.36^11^70^142^35^1.31^0.098^^3.6^15.8^0.105^0.184^1.313^^0.079^21^21^0^36^17.9^0.39^394^118^118^0^0^0^0^0^1.22^10.3^3.080^2.656^1.418^1^31.34^~1 oz~^^~~^0 ~03813~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,W/ IRON,RTF~^87.38^66^1.83^3.50^0.48^6.81^0.0^5.13^62^1.18^7^42^72^31^0.66^0.050^^1.8^7.9^0.052^0.059^0.660^^0.040^11^11^0^18^8.2^0.19^194^58^59^0^0^0^0^0^0.87^5.2^1.364^1.206^0.617^0^107.00^~1 Serving, 100 ml~^30.80^~1 fl oz~^0 ~03814~^~INF FORM,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,W/IRON,PDR,NOTRECN~^2.50^502^14.20^25.00^2.90^55.00^0.0^55.00^470^8.90^55^310^550^230^5.00^0.370^0.124^13.9^60.0^0.400^0.450^5.000^^0.300^79^79^0^134^59.0^1.49^1490^450^450^0^0^0^0^0^6.60^40.0^10.990^9.520^4.930^0^9.60^~1 scoop~^^~~^0 ~03815~^~INF FORMMEAD JOHN,ENFAMIL LIPIL,W/ IRON,RTF,W/ ARA & DHA~^88.35^65^1.38^3.50^0.32^7.18^0.0^7.18^51^1.18^5^35^71^18^0.66^0.050^0.010^1.8^7.9^0.052^0.092^0.660^0.330^0.040^11^11^0^18^8.0^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.453^1.255^0.670^1^106.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~03816~^~INF FORM,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,W/IRON,LC,NOT RECON~^75.70^127^3.53^6.73^0.92^13.12^0.0^13.08^120^2.28^14^80^138^60^1.27^0.095^^3.5^15.1^0.101^0.114^1.270^^0.077^20^20^0^34^23.0^0.37^374^112^112^0^0^0^0^0^1.68^10.1^2.879^2.493^1.159^0^31.50^~1 fl oz~^^~~^0 ~03817~^~INF FORM,ME JOHNS,ENFAMIL,LIPIL,LO IRON,PDR,W/ ARA & DHA~^3.30^511^10.80^27.00^2.70^56.20^0.0^56.00^400^3.60^41^270^560^139^5.20^0.390^^14.5^62.0^0.410^0.720^5.200^^0.310^83^83^0^141^62.0^1.55^1550^470^470^0^0^0^0^0^6.90^41.0^11.200^9.630^5.200^17^8.50^~1 scoop~^^~~^0 ~03818~^~INF FORM,ME JOHNS,ENFAM,LIP,LO IRON,LIQ CONC,W/ ARA & DHA~^75.32^131^2.76^7.16^0.72^14.24^0.0^14.24^102^0.92^11^70^142^39^1.31^0.098^^3.6^15.8^0.105^0.184^1.313^^0.079^21^21^0^36^17.0^0.39^394^118^118^0^0^0^0^0^1.22^10.0^3.078^2.659^1.419^2^31.34^~1 oz~^^~~^0 ~03819~^~CHILD FORMULA,MEAD JOHNSON,PORTAGEN,W/ IRON,PDR,NOT RECON~^3.00^483^16.50^22.00^3.70^54.80^0.0^54.00^440^8.80^98^330^590^260^4.40^0.740^^0.0^38.0^0.740^0.880^9.800^^0.980^74^74^0^126^61.0^2.90^3700^1110^1110^0^0^0^0^0^9.80^74.0^19.186^0.683^1.609^4^9.40^~1 scoop~^^~~^0 ~03820~^~CHILD FORMULA,MEAD JOHNSON,PORTAGEN,W/ IRON,PREP FROM PDR~^82.86^88^3.33^4.48^0.76^8.57^0.0^7.40^88^1.75^19^66^118^52^0.88^0.148^^0.0^7.6^0.148^0.176^1.944^^0.194^15^15^0^25^11.3^0.57^400^222^222^0^0^0^0^0^2.00^15.1^3.953^0.143^0.333^1^31.00^~1 fl oz~^^~~^0 ~03821~^~INFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,W/IRON,PDR,NOT RECON~^2.00^519^14.00^28.00^3.20^52.80^0.0^51.00^580^9.40^55^380^550^240^5.00^0.380^^14.0^60.0^0.400^0.450^5.000^^0.300^80^80^0^136^60.0^1.50^1900^570^570^0^0^0^0^0^13.40^60.0^16.800^4.600^6.500^2^8.80^~1 scoop~^^~~^0 ~03822~^~INFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,W/IRON,PREP FROM PDR~^87.50^67^1.82^3.65^0.41^6.63^0.0^6.63^75^1.17^7^49^71^31^0.65^0.049^^1.8^7.8^0.052^0.059^0.654^^0.039^10^10^0^18^8.0^0.19^250^75^75^0^0^0^0^0^1.74^7.8^2.172^0.583^0.809^0^103.00^~1 serving, 100 ml~^30.75^~1 fl oz~^0 ~03823~^~INF FORMULA,MEAD JOHNSON,PROSOBEE,W/ IRON,RTF~^88.35^63^1.64^3.50^0.40^6.11^0.0^6.11^69^1.18^7^54^79^23^0.79^0.050^^1.8^7.9^0.052^0.059^0.660^^0.040^11^11^0^18^8.2^0.19^194^58^59^0^0^0^0^0^0.87^5.2^1.443^1.292^0.651^0^106.00^~1 Serving, 100 ml~^30.50^~1 fl oz~^0 ~05142~^~DUCK,DOMESTICATED,MEAT ONLY,CKD,RSTD~^64.22^201^23.48^11.20^1.11^0.00^0.0^0.00^12^2.70^20^203^252^65^2.60^0.231^0.019^22.4^0.0^0.260^0.470^5.100^1.500^0.250^10^0^10^10^65.0^0.40^77^23^23^0^0^0^0^0^0.70^3.8^4.170^3.700^1.430^89^140.00^~1 cup, chopped or diced~^100.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^62 ~05143~^~DUCK,DOMESTICATED,LIVER,RAW~^71.78^136^18.74^4.64^1.32^3.53^0.0^^11^30.53^24^269^230^140^3.07^5.962^0.258^67.0^4.5^0.562^0.892^6.500^6.184^0.760^738^0^738^738^^54.00^39907^11984^11984^^^^^^^^1.440^0.710^0.630^515^44.00^~1 liver~^10.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^0 ~05144~^~DUCK,WILD,MEAT&SKN,RAW~^66.52^211^17.42^15.20^1.16^0.00^0.0^^5^4.16^20^168^249^56^0.77^0.312^0.019^12.8^5.2^0.351^0.269^3.317^0.701^0.530^21^0^21^21^^0.65^88^26^26^^^^^^^^5.040^6.800^2.020^80^239.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^270.00^~.5 duck~^40 ~05145~^~DUCK,WILD,BREAST,MEAT ONLY,RAW~^75.51^123^19.85^4.25^1.33^0.00^0.0^^3^4.51^22^186^268^57^0.74^0.330^0.019^13.9^6.2^0.416^0.310^3.444^0.770^0.630^25^0^25^25^^0.76^53^16^16^^^^^^^^1.320^1.210^0.580^77^73.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^83.00^~.5 breast, bone and skin removed~^46 ~05146~^~GOOSE,DOMESTICATED,MEAT&SKN,RAW~^49.66^371^15.86^33.62^0.87^0.00^0.0^^12^2.50^18^234^308^73^1.72^0.270^0.020^14.4^4.2^0.085^0.245^3.608^1.294^0.390^4^0^4^4^^0.34^55^17^17^^^^^^^^9.780^17.770^3.760^80^320.00^~1 unit, (yield from 1 lb ready-to-cook goose)~^1319.00^~.5 goose~^19 ~05147~^~GOOSE,DOMESTICATED,MEAT&SKN,CKD,RSTD~^51.95^305^25.16^21.92^0.97^0.00^0.0^0.00^13^2.83^22^270^329^70^2.62^0.264^0.023^21.8^0.0^0.077^0.323^4.168^1.530^0.370^2^0^2^2^66.5^0.41^70^21^21^0^0^0^0^0^1.74^5.1^6.870^10.250^2.520^91^140.00^~1 cup, chopped or diced~^188.00^~1 unit, (yield from 1 lb ready-to-cook goose)~^28 ~05148~^~GOOSE,DOMESTICATED,MEAT ONLY,RAW~^68.30^161^22.75^7.13^1.10^0.00^0.0^^13^2.57^24^312^420^87^2.34^0.306^0.024^16.8^7.2^0.129^0.377^4.278^1.973^0.640^31^0^31^31^^0.49^40^12^12^^^^^^^^2.790^1.850^0.900^84^185.00^~1 unit, (yield from 1 lb ready-to-cook goose)~^766.00^~.5 goose~^53 ~05149~^~GOOSE,DOMESTICATED,MEAT ONLY,CKD,RSTD~^57.23^238^28.97^12.67^1.14^0.00^0.0^^14^2.87^25^309^388^76^3.17^0.276^0.024^25.5^0.0^0.092^0.390^4.081^1.834^0.470^12^0^12^12^^0.49^40^12^12^^^^^^^^4.560^4.340^1.540^96^143.00^~1 unit, (yield from 1 lb ready-to-cook goose)~^591.00^~.5 goose~^45 ~05150~^~GOOSE,LIVER,RAW~^71.78^133^16.37^4.28^1.25^6.32^0.0^^43^30.53^24^261^230^140^3.07^7.522^0.000^68.1^4.5^0.562^0.892^6.500^6.184^0.760^738^0^738^738^^54.00^30998^9309^9309^^^^^^^^1.590^0.810^0.260^515^94.00^~1 liver~^11.00^~1 unit, (yield from 1 lb ready-to-cook goose)~^0 ~05151~^~GUINEA HEN,MEAT&SKN,RAW~^68.90^158^23.40^6.45^1.25^0.00^0.0^^11^0.84^22^153^193^67^1.13^0.043^0.018^16.3^1.3^0.059^0.102^7.667^0.879^0.380^5^0^5^5^^0.34^92^28^28^^^^^^^^1.770^2.430^1.410^74^359.00^~1 unit, (yield from 1 lb ready-to-cook guinea)~^345.00^~.5 guinea~^17 ~05152~^~GUINEA HEN,MEAT ONLY,RAW~^74.44^110^20.64^2.47^1.25^0.00^0.0^^11^0.77^24^169^220^69^1.20^0.044^0.018^17.5^1.7^0.067^0.112^8.782^0.936^0.470^6^0^6^6^^0.37^41^12^12^^^^^^^^0.640^0.680^0.590^63^275.00^~1 unit, (yield from 1 lb ready-to-cook guinea)~^264.00^~.5 guinea~^36 ~05153~^~PHEASANT,RAW,MEAT&SKN~^67.77^181^22.70^9.29^1.27^0.00^0.0^^12^1.15^20^214^243^40^0.96^0.065^0.017^15.7^5.3^0.072^0.143^6.426^0.928^0.660^6^0^6^6^^0.77^177^53^53^^^^^^^^2.700^4.320^1.180^71^371.00^~1 unit, (yield from 1 lb ready-to-eat pheasant)~^400.00^~.5 pheasant~^14 ~05154~^~PHEASANT,RAW,MEAT ONLY~^72.77^133^23.57^3.64^1.35^0.00^0.0^^13^1.15^20^230^262^37^0.97^0.069^0.016^16.2^6.0^0.077^0.153^6.759^0.960^0.740^6^0^6^6^^0.84^165^50^50^^^^^^^^1.240^1.170^0.620^66^326.00^~1 unit, (yield from 1 lb ready-to-eat pheasant)~^352.00^~.5 pheasant~^24 ~05155~^~PHEASANT,BREAST,MEAT ONLY,RAW~^72.40^133^24.37^3.25^1.30^0.00^0.0^^3^0.79^21^200^242^33^0.63^0.046^0.015^16.7^6.0^0.081^0.119^8.554^0.960^0.740^4^0^4^4^^0.84^147^44^44^^^^^^^^1.100^1.040^0.550^58^169.00^~1 unit, (yield from 1 lb ready-to-eat pheasant)~^182.00^~.5 breast, bone and skin removed~^0 ~05156~^~PHEASANT,LEG,MEAT ONLY,RAW~^73.40^134^22.20^4.30^1.44^0.00^0.0^^29^1.78^20^280^296^45^1.53^0.108^0.020^15.3^6.0^0.070^0.210^3.700^0.960^0.740^10^0^10^10^^0.84^195^59^59^^^^^^^^1.460^1.380^0.730^80^99.00^~1 unit, (yield from 1 lb ready-to-eat pheasant)~^107.00^~1 leg, bone and skin removed~^0 ~05157~^~QUAIL,MEAT AND SKIN,RAW~^69.65^192^19.63^12.05^0.90^0.00^0.0^^13^3.97^23^275^216^53^2.42^0.507^0.019^16.6^6.1^0.244^0.260^7.538^0.772^0.600^8^0^8^8^^0.43^243^73^73^^^^^^^^3.380^4.180^2.980^76^109.00^~1 quail~^405.00^~1 unit, (yield from 1 lb ready-to cook quail)~^10 ~05158~^~QUAIL,MEAT ONLY,RAW~^70.03^134^21.76^4.53^1.32^0.00^0.0^^13^4.51^25^307^237^51^2.70^0.594^0.019^17.4^7.2^0.283^0.285^8.200^0.787^0.530^7^0^7^7^^0.47^57^17^17^^^^^^^^1.320^1.280^1.170^70^92.00^~1 quail~^342.00^~1 unit, (yield from 1 lb ready-to cook quail)~^24 ~05159~^~QUAIL,BREAST,MEAT ONLY,RAW~^71.67^123^22.59^2.99^1.27^0.00^0.0^^10^2.31^28^228^260^55^2.70^0.433^0.018^18.8^5.1^0.240^0.243^8.200^0.787^0.530^4^0^4^4^^0.47^37^11^11^^^^^^^^0.870^0.840^0.770^58^208.00^~1 unit, (yield from 1 lb ready-to cook quail)~^56.00^~1 breast~^0 ~05160~^~SQUAB,(PIGEON),MEAT&SKN,RAW~^56.60^294^18.47^23.80^1.40^0.00^0.0^^12^3.54^22^248^199^54^2.20^0.437^0.019^13.3^5.2^0.212^0.224^6.046^0.760^0.410^6^0^6^6^^0.40^243^73^73^^^^^^^^8.430^9.720^3.070^95^297.00^~1 unit, (yield from 1 lb ready-to-cook squab)~^199.00^~1 squab~^23 ~05161~^~SQUAB,(PIGEON),MEAT ONLY,RAW~^72.80^142^17.50^7.50^1.17^0.00^0.0^^13^4.51^25^307^237^51^2.70^0.594^0.019^13.5^7.2^0.283^0.285^6.860^0.787^0.530^7^0^7^7^^0.47^94^28^28^^^^^^^^1.960^2.660^1.600^90^251.00^~1 unit, (yield from 1 lb ready-to-cook squab)~^168.00^~1 squab~^35 ~05162~^~SQUAB,(PIGEON),LT MEAT WO/SKN,RAW~^72.82^134^21.76^4.52^1.28^0.00^0.0^^10^2.31^28^228^260^55^2.70^0.433^0.018^15.5^5.1^0.240^0.243^7.322^0.787^0.530^4^0^4^4^^0.47^57^17^17^^^^^^^^1.180^1.610^0.960^90^101.00^~1 breast, bone removed~^151.00^~1 unit, (yield from 1 lb ready-to-cook squab)~^0 ~05163~^~TURKEY,ALL CLASSES,MEAT&SKN&GIBLETS&NECK,RAW~^70.61^157^20.37^7.77^0.90^0.08^0.0^^15^1.69^22^180^269^67^2.31^0.114^0.026^23.3^0.2^0.065^0.203^4.148^0.953^0.410^23^0^23^23^^1.62^341^102^102^^^^^^^^2.200^2.760^1.930^78^5554.00^~1 turkey~^^~~^21 ~05164~^~TURKEY,ALL CLASSES,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^62.00^205^27.98^9.45^0.98^0.07^0.0^^26^2.01^24^200^272^67^3.15^0.107^0.027^31.9^0.1^0.056^0.206^4.939^0.955^0.400^20^0^20^20^^1.28^230^69^69^^^^^^^^2.770^3.050^2.420^95^260.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^4023.00^~1 turkey~^21 ~05165~^~TURKEY,ALL CLASSES,MEAT&SKN,RAW~^70.40^160^20.42^8.02^0.88^0.00^0.0^0.00^15^1.43^22^178^266^65^2.20^0.103^0.020^24.4^0.0^0.064^0.155^4.085^0.807^0.410^8^0^8^8^68.0^0.40^6^2^2^0^0^0^0^0^0.35^3.1^2.260^2.900^1.980^68^332.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^2565.00^~.5 turkey, bone removed~^21 ~05166~^~TURKEY,ALL CLASSES,MEAT&SKN,CKD,RSTD~^61.70^208^28.10^9.73^1.00^0.00^0.0^0.00^26^1.79^25^203^280^68^2.96^0.093^0.021^32.9^0.0^0.057^0.177^5.086^0.858^0.410^7^0^7^7^69.8^0.35^0^0^0^0^0^0^0^0^0.34^0.9^2.840^3.190^2.480^82^140.00^~1 cup, chopped or diced~^240.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^21 ~05167~^~TURKEY,ALL CLASSES,MEAT ONLY,RAW~^74.16^119^21.77^2.86^0.97^0.00^0.0^0.00^14^1.45^25^195^296^70^2.37^0.109^0.021^26.5^0.0^0.072^0.168^4.544^0.907^0.470^9^0^9^9^70.3^0.43^0^0^0^0^0^0^0^0^0.35^2.7^0.950^0.610^0.830^65^281.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^2174.00^~.5 turkey, bone and skin removed~^33 ~05168~^~TURKEY,ALL CLASSES,MEAT ONLY,CKD,RSTD~^64.88^170^29.32^4.97^1.05^0.00^0.0^0.00^25^1.78^26^213^298^70^3.10^0.094^0.021^36.8^0.0^0.062^0.182^5.443^0.943^0.460^7^0^7^7^82.5^0.37^0^0^0^0^0^0^0^0^0.33^3.7^1.640^1.030^1.430^76^140.00^~1 cup, chopped or diced~^208.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^31 ~05169~^~TURKEY,ALL CLASSES,SKN ONLY,RAW~^49.55^387^12.71^36.91^0.40^0.00^0.0^^18^1.35^8^82^102^36^1.27^0.076^0.012^12.4^0.0^0.019^0.081^1.484^0.253^0.070^4^0^4^4^^0.24^38^11^11^^^^^^^^9.630^15.730^8.450^91^51.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^392.00^~.5 turkey, skin only~^0 ~06182~^~SOUP,CRM OF MUSHROOM,CND,COND,RED NA~^87.26^52^1.21^1.69^1.69^8.10^0.6^2.13^13^0.48^5^51^374^383^0.36^0.220^0.059^1.8^0.0^0.042^0.192^0.170^^0.040^10^2^8^11^9.7^0.02^8^2^2^0^0^0^0^0^0.16^0.4^0.530^0.440^0.560^3^251.00^~1 cup~^^~~^0 ~06183~^~SOUP,CHICK BROTH,CND,LESS/REDUCED NA~^97.32^7^1.36^0.00^0.89^0.38^0.0^0.22^8^0.26^1^18^85^231^0.08^0.035^0.062^0.0^0.4^0.002^0.014^0.686^0.012^0.006^3^0^3^3^3.1^0.06^0^0^0^0^0^0^0^0^0.01^0.0^0.000^0.000^0.000^0^240.00^~1 cup~^^~~^0 ~06189~^~SAUCE,TERIYAKI,RTS,RED NA~^69.70^89^5.93^0.02^8.40^15.58^0.1^14.10^25^1.70^61^154^225^1778^0.10^0.100^^0.8^0.0^0.030^0.070^1.270^^0.100^8^0^8^8^19.5^0.00^1^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~06190~^~SOUP,BEAN&HAM,CND,RED NA,PREP W/H2O OR RTS~^79.91^74^4.19^1.03^1.21^13.66^4.0^3.17^38^1.02^19^13^158^187^0.53^0.082^0.228^4.3^1.1^0.056^0.029^0.324^0.128^0.046^29^0^29^29^18.0^0.03^702^35^0^145^349^0^915^36^0.39^5.1^0.252^0.415^0.269^2^^~~^^~~^0 ~06192~^~SPLIT PEA SOUP,CND,RED NA,PREP W/ H2O OR READY-TO SERVE~^82.40^71^3.85^0.92^1.00^11.83^1.9^5.06^17^0.77^14^54^183^166^0.40^0.110^0.200^0.3^0.0^0.070^0.029^0.457^0.237^0.073^20^0^20^20^18.2^0.01^552^28^0^35^313^1^7^1286^0.20^36.1^0.300^0.370^0.168^2^253.00^~1 cup~^^~~^0 ~06193~^~SPLIT PEA W/ HAM SOUP,CND,RED NA,PREP W/ H2O OR RTS~^82.80^68^4.00^0.70^1.00^11.40^1.9^1.57^16^0.70^14^54^204^196^0.49^0.100^0.198^0.3^1.0^0.083^0.038^0.695^0.250^0.048^29^0^29^29^22.3^0.03^415^21^0^90^201^5^0^18^0.06^2.6^0.294^0.282^0.135^3^^~~^^~~^0 ~06194~^~SOUP,CHICK BROTH,CND,RTS~^97.80^7^1.00^0.10^0.70^0.40^0.4^0.00^6^0.20^1^13^80^158^0.07^0.027^0.046^0.0^7.0^0.001^0.010^0.505^0.009^0.005^0^0^0^0^^0.04^0^0^0^0^0^0^0^0^0.00^0.0^0.029^0.045^0.021^0^^~~^^~~^0 ~06195~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CRM OF CHICK SOUP,COND~^85.60^65^1.61^2.02^1.09^9.68^0.8^1.61^0^0.00^^^306^371^^^^^0.0^^^^^^^^^^^^403^^^^^^^^^^0.806^0.403^0.403^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06201~^~SOUP,CRM OF ASPARAGUS,CND,PREP W/ EQ VOLUME MILK~^86.00^65^2.55^3.30^1.55^6.61^0.3^^70^0.35^8^62^145^420^0.37^0.056^0.153^^1.6^0.041^0.111^0.355^0.210^0.026^12^0^12^12^^0.20^242^25^16^^^^^^^^1.340^0.840^0.900^9^248.00^~1 cup, (8 fl oz)~^602.00^~1 can, (10.75 oz), prepared~^0 ~06208~^~SOUP,CHICK VEG W/POTATO&CHS,CHUNKY,RTS~^87.90^65^1.16^4.46^1.31^5.20^0.3^0.64^15^0.16^5^19^73^416^0.16^0.040^^3.7^4.0^0.015^0.017^0.346^^0.042^9^0^9^9^12.0^0.02^375^19^0^77^186^0^54^33^0.06^2.3^1.636^1.605^0.974^7^^~~^^~~^0 ~06209~^~CAMPBELL'S RED&WHITE,98% FAT FREE CRM OF BROCCOLI SOUP,COND~^86.60^56^1.61^1.61^2.11^8.06^1.6^0.81^16^0.00^^^^565^^^^^0.0^^^^^^^^^^^^81^^^^^^^^^^0.403^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06210~^~SOUP,CRM OF CELERY,CND,PREP W/ EQ VOLUME MILK~^86.46^66^2.29^3.91^1.49^5.86^0.3^^75^0.28^9^61^125^407^0.08^0.062^0.102^1.9^0.6^0.030^0.100^0.176^0.610^0.026^3^0^3^3^^0.20^186^46^44^^^^^^^^1.590^0.990^1.070^13^248.00^~1 cup, (8 fl oz)~^602.00^~1 can, (10.75 oz), prepared~^0 ~06211~^~SOUP,CHS,CND,PREP W/ EQ VOLUME MILK~^82.44^92^3.77^5.80^1.52^6.47^0.4^^115^0.32^8^100^136^406^0.27^0.056^0.103^2.8^0.5^0.025^0.133^0.200^0.190^0.031^4^0^4^4^^0.17^495^143^142^^^^^^^^3.630^1.630^0.180^19^251.00^~1 cup~^609.00^~1 can, (11 oz), prepared~^0 ~06212~^~CAMPBELL SOUP COMPANY,RED&WHITE,25% LESS NA CHIC NOODL,COND~^87.80^48^2.38^1.59^1.88^6.35^0.8^0.79^0^0.29^^^^524^^^^^0.0^^^^^^^^^^^^159^^^^^^^^^^0.397^^^12^126.00^~1 serving, 1/2 cup~^^~~^0 ~06213~^~CAMPBELL SOUP COMPANY,RED&WHITE,25% LESS NA TOMATO SOUP,COND~^80.60^73^1.61^0.00^1.66^16.13^0.8^9.68^0^0.29^^^^427^^^^^4.8^^^^^^^^^^^^403^^^^^^^^^^0.000^^^0^124.00^~1 serving, 1/2 cup~^^~~^0 ~06214~^~CAMPBELL SOUP COMPANY,RED&WHITE,25% LESS NA CRM OF MSHR,COND~^84.20^89^0.81^6.45^1.30^7.26^1.6^0.81^0^0.00^^^^524^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.403^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06215~^~CAMPBELL SOUP COMPANY,RED&WHITE,98% FAT FR BRCCLI CHS,COND~^86.60^56^2.38^1.19^0.63^9.52^0.8^1.59^32^0.00^^^^627^^^^^0.0^^^^^^^^^^^^992^^^^^^^^^^0.794^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06216~^~SOUP,CRM OF CHICK,CND,PREP W/ EQ VOLUME MILK~^84.83^77^3.01^4.62^1.51^6.04^0.1^^73^0.27^7^61^110^422^0.27^0.056^0.153^^0.5^0.030^0.104^0.372^0.230^0.027^3^0^3^3^^0.22^288^72^69^^^^^^^^1.870^1.800^0.660^11^248.00^~1 cup, (8 fl oz)~^31.00^~1 fl oz~^0 ~06217~^~SOUP,VEG,CND,LO NA,COND~^82.79^65^2.20^0.90^2.00^12.11^2.1^4.31^20^0.66^25^45^433^385^0.40^0.232^0.250^4.0^0.8^0.109^0.092^1.540^0.346^0.167^12^1^12^13^9.0^0.00^1721^86^0^314^875^2^13848^45^1.43^4.2^0.147^0.203^0.403^0^^~~^^~~^0 ~06218~^~CAMPBELL'S RED & WHITE,98% FAT FREE CRM OF CELERY SOUP,COND~^85.90^48^0.81^2.42^4.42^6.45^0.8^0.81^0^0.00^^^250^468^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.806^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06219~^~CAMPBELL'S RED & WHITE,98% FAT FREE CRM OF CHICK SOUP,COND~^85.90^56^1.61^2.02^2.41^8.06^0.8^0.81^0^0.00^^^69^476^^^^^0.0^^^^^^^^^^^^323^^^^^^^^^^0.806^^^8^124.00^~1 serving, 1/2 cup~^^~~^0 ~01084~^~MILK,LOWFAT,FLUID,1% MILKFAT,PROT FORT,W/ VIT A~^88.74^48^3.93^1.17^0.86^5.52^0.0^^142^0.06^16^111^180^58^0.45^0.010^0.002^2.5^1.2^0.045^0.192^0.100^0.373^0.050^6^0^6^6^^0.43^203^61^61^^^^^^^^0.728^0.338^0.043^4^246.00^~1 cup~^984.00^~1 quart~^0 ~01085~^~MILK,NONFAT,FLUID,W/ VIT A (FAT FREE OR SKIM)~^90.84^34^3.37^0.08^0.75^4.96^0.0^5.09^125^0.03^11^101^156^42^0.42^0.013^0.003^3.1^0.0^0.045^0.182^0.094^0.357^0.037^5^0^5^5^15.6^0.53^204^61^61^0^0^0^0^0^0.01^0.0^0.051^0.021^0.003^2^245.00^~1 cup~^30.60^~1 fl oz~^0 ~01086~^~MILK,NONFAT,FLUID,W/ NONFAT MILK SOL&VIT A (FAT FREE/SKIM)~^90.38^37^3.57^0.25^0.78^5.02^0.0^5.02^129^0.05^15^104^171^53^0.41^0.011^0.002^2.2^1.0^0.041^0.175^0.091^0.339^0.046^5^0^5^5^16.0^0.39^203^61^61^0^0^0^0^0^0.00^0.0^0.162^0.065^0.009^2^245.00^~1 cup~^30.60^~1 fl oz~^0 ~01087~^~MILK,NONFAT,FLUID,PROT FORT,W/ VIT A (FAT FREE/SKIM)~^89.36^41^3.96^0.25^0.87^5.56^0.0^^143^0.06^16^112^182^59^0.45^0.011^0.002^2.4^1.1^0.045^0.194^0.101^0.376^0.050^6^0^6^6^^0.43^203^61^61^^^^^^^^0.162^0.065^0.009^2^246.00^~1 cup~^984.00^~1 quart~^0 ~01088~^~MILK,BTTRMLK,FLUID,CULTURED,LOWFAT~^90.13^40^3.31^0.88^0.89^4.79^0.0^4.79^116^0.05^11^89^151^105^0.42^0.011^0.002^2.0^1.0^0.034^0.154^0.058^0.275^0.034^5^0^5^5^16.0^0.22^26^7^7^0^1^0^0^0^0.05^0.1^0.548^0.254^0.033^4^245.00^~1 cup~^30.60^~1 fl oz~^0 ~01089~^~MILK,LOW SODIUM,FLUID~^88.20^61^3.10^3.46^0.78^4.46^0.0^4.46^101^0.05^5^86^253^3^0.38^0.010^0.004^2.0^0.9^0.020^0.105^0.043^0.304^0.034^5^0^5^5^16.0^0.36^103^28^28^0^6^0^0^0^0.06^0.2^2.154^0.999^0.128^14^244.00^~1 cup~^30.50^~1 fl oz~^0 ~01090~^~MILK,DRY,WHOLE~^2.47^496^26.32^26.71^6.08^38.42^0.0^38.42^912^0.47^85^776^1330^371^3.34^0.080^0.040^16.3^8.6^0.283^1.205^0.646^2.271^0.302^37^0^37^37^119.3^3.25^915^257^253^0^43^0^0^0^0.48^1.8^16.742^7.924^0.665^97^128.00^~1 cup~^32.00^~.25 cup~^0 ~01091~^~MILK,DRY,NONFAT,REG,WO/ VIT A~^3.16^362^36.16^0.77^7.93^51.98^0.0^51.98^1257^0.32^110^968^1794^535^4.08^0.041^0.020^27.3^6.8^0.415^1.550^0.951^3.568^0.361^50^0^50^50^169.2^4.03^22^6^6^0^1^0^0^0^0.00^0.1^0.499^0.201^0.030^20^120.00^~1 cup~^30.00^~.25 cup~^0 ~01092~^~MILK,DRY,NONFAT,INST,W/ VIT A~^3.96^358^35.10^0.72^8.03^52.19^0.0^52.19^1231^0.31^117^985^1705^549^4.41^0.041^0.020^27.3^5.6^0.413^1.744^0.891^3.235^0.345^50^0^50^50^167.8^3.99^2365^709^709^0^1^0^0^0^0.01^0.0^0.467^0.187^0.028^18^68.00^~1 cup~^91.00^~1 envelope, (1-1/3 cup)~^0 ~01093~^~MILK,DRY,NONFAT,CA RED~^4.90^354^35.50^0.20^7.60^51.80^0.0^^280^0.32^60^1011^680^2280^4.03^0.016^0.008^27.3^6.7^0.163^1.642^0.665^3.312^0.298^50^0^50^50^^3.98^8^2^1^^^^^^^^0.124^0.058^0.007^2^28.35^~1 oz~^113.00^~.25 lb~^0 ~01094~^~MILK,BUTTERMILK,DRIED~^2.97^387^34.30^5.78^7.95^49.00^0.0^49.00^1184^0.30^110^933^1592^517^4.02^0.111^0.023^20.3^5.7^0.392^1.579^0.876^3.170^0.338^47^0^47^47^118.7^3.82^175^49^48^0^9^0^0^0^0.10^0.4^3.598^1.669^0.215^69^120.00^~1 cup~^6.50^~1 tbsp~^0 ~01095~^~MILK,CND,COND,SWTND~^27.16^321^7.91^8.70^1.83^54.40^0.0^54.40^284^0.19^26^253^371^127^0.94^0.015^0.006^14.8^2.6^0.090^0.416^0.210^0.750^0.051^11^0^11^11^89.1^0.44^267^74^73^0^14^0^0^0^0.16^0.6^5.486^2.427^0.337^34^306.00^~1 cup~^38.20^~1 fl oz~^0 ~01096~^~MILK,CND,EVAP,WO/ VIT A~^74.04^134^6.81^7.56^1.55^10.04^0.0^10.04^261^0.19^24^203^303^106^0.77^0.016^0.006^2.3^1.9^0.047^0.316^0.194^0.638^0.050^8^0^8^8^31.8^0.16^233^65^64^0^12^0^0^0^0.14^0.5^4.591^2.335^0.245^29^252.00^~1 cup~^31.50^~1 fl oz~^0 ~01097~^~MILK,CND,EVAP,NONFAT~^79.40^78^7.55^0.20^1.50^11.35^0.0^11.35^290^0.29^27^195^332^115^0.90^0.016^0.006^2.5^1.2^0.045^0.309^0.174^0.738^0.055^9^0^9^9^25.2^0.24^394^118^118^0^0^0^0^0^0.00^0.0^0.121^0.062^0.006^4^256.00^~1 cup~^31.90^~1 fl oz~^0 ~01102~^~MILK,CHOC,FLUID,COMM,~^82.30^83^3.17^3.39^0.80^10.34^0.8^9.54^112^0.24^13^101^167^60^0.41^0.065^0.077^1.9^0.9^0.037^0.162^0.125^0.295^0.040^5^0^5^5^17.0^0.33^95^26^26^0^5^0^0^0^0.06^0.2^2.104^0.990^0.124^12^250.00^~1 cup~^31.20^~1 fl oz~^0 ~01103~^~MILK,CHOC,FLUID,COMM,RED FAT~^82.17^76^2.99^1.90^0.81^12.13^0.7^9.55^109^0.24^14^102^169^66^0.39^0.075^0.062^3.4^0.0^0.045^0.183^0.164^0.539^0.024^2^0^2^2^17.1^0.33^227^64^63^0^11^0^0^0^0.04^0.2^1.177^0.455^0.089^8^250.00^~1 cup~^31.20^~1 fl oz~^0 ~01104~^~MILK,CHOC,FLUID,COMM,LOWFAT~^84.50^63^3.24^1.00^0.82^10.44^0.5^9.94^115^0.24^13^103^170^61^0.41^0.065^0.077^1.9^0.9^0.038^0.166^0.127^0.302^0.041^5^0^5^5^17.0^0.34^196^58^58^0^2^0^0^0^0.02^0.1^0.616^0.300^0.035^3^250.00^~1 cup~^1000.00^~1 quart~^0 ~01105~^~MILK,CHOC BEV,HOT COCOA,HOMEMADE~^82.57^77^3.52^2.33^0.65^10.63^1.0^9.67^105^0.48^23^105^197^44^0.63^0.103^0.013^2.7^0.2^0.039^0.182^0.133^0.328^0.040^5^0^5^5^^0.42^175^51^51^0^3^0^0^0^0.03^0.2^1.431^0.677^0.034^8^250.00^~1 cup~^31.20^~1 fl oz~^0 ~01106~^~MILK,GOAT,FLUID~^87.03^69^3.56^4.14^0.82^4.45^0.0^4.45^134^0.05^14^111^204^50^0.30^0.046^0.018^1.4^1.3^0.048^0.138^0.277^0.310^0.046^1^0^1^1^16.0^0.07^198^57^56^0^7^0^0^0^0.07^0.3^2.667^1.109^0.149^11^244.00^~1 cup~^30.50^~1 fl oz~^0 ~01107~^~MILK,HUMAN,MATURE,FLUID~^87.50^70^1.03^4.38^0.20^6.89^0.0^6.89^32^0.03^3^14^51^17^0.17^0.052^0.026^1.8^5.0^0.014^0.036^0.177^0.223^0.011^5^0^5^5^16.0^0.05^212^61^60^0^7^0^0^0^0.08^0.3^2.009^1.658^0.497^14^246.00^~1 cup~^30.80^~1 fl oz~^0 ~01108~^~MILK,INDIAN BUFFALO,FLUID~^83.39^97^3.75^6.89^0.79^5.18^0.0^^169^0.12^31^117^178^52^0.22^0.046^0.018^^2.3^0.052^0.135^0.091^0.192^0.023^6^0^6^6^^0.36^178^53^53^^^^^^^^4.597^1.787^0.146^19^244.00^~1 cup~^976.00^~1 quart~^0 ~01109~^~MILK,SHEEP,FLUID~^80.70^108^5.98^7.00^0.96^5.36^0.0^^193^0.10^18^158^137^44^0.54^0.046^0.018^1.7^4.2^0.065^0.355^0.417^0.407^0.060^7^0^7^7^^0.71^147^44^44^^^^^^^^4.603^1.724^0.308^27^245.00^~1 cup~^980.00^~1 quart~^0 ~01110~^~MILK SHAKES,THICK CHOC~^72.20^119^3.05^2.70^0.90^21.15^0.3^20.85^132^0.31^16^126^224^111^0.48^0.065^0.039^1.9^0.0^0.047^0.222^0.124^0.363^0.025^5^0^5^5^^0.32^67^18^18^0^4^0^0^0^0.05^0.2^1.681^0.780^0.100^11^28.35^~1 fl oz~^300.00^~1 container, (10.6 oz)~^0 ~01111~^~MILK SHAKES,THICK VANILLA~^74.45^112^3.86^3.03^0.91^17.75^0.0^17.75^146^0.10^12^115^183^95^0.39^0.051^0.014^2.3^0.0^0.030^0.195^0.146^0.368^0.042^7^0^7^7^^0.52^91^25^25^0^5^0^0^0^0.05^0.2^1.886^0.875^0.113^12^28.35^~1 fl oz~^313.00^~1 container, (11 oz)~^0 ~01112~^~WHEY,ACID,FLUID~^93.42^24^0.76^0.09^0.61^5.12^0.0^5.12^103^0.08^10^78^143^48^0.43^0.003^0.002^1.8^0.1^0.042^0.140^0.079^0.381^0.042^2^0^2^2^16.0^0.18^7^2^2^0^0^0^0^0^0.00^0.0^0.057^0.025^0.004^1^246.00^~1 cup~^984.00^~1 quart~^0 ~01113~^~WHEY,ACID,DRIED~^3.51^339^11.73^0.54^10.77^73.45^0.0^73.45^2054^1.24^199^1349^2289^968^6.31^0.050^0.015^27.3^0.9^0.622^2.060^1.160^5.632^0.620^33^0^33^33^225.0^2.50^59^17^17^0^1^0^0^0^0.00^0.0^0.342^0.149^0.021^3^57.00^~1 cup~^2.90^~1 tbsp~^0 ~03824~^~INFANT FORMULA,MEAD JOHNSON,PROSOBEE,W/IRON,LIQ CNC, NOT REC~^75.47^131^3.19^7.13^0.77^13.58^0.0^13.58^134^2.30^14^106^153^45^1.53^0.096^^3.6^15.3^0.102^0.115^1.280^^0.077^20^20^0^34^16.8^0.38^377^113^113^0^0^0^0^0^1.70^10.2^3.038^2.720^1.371^0^30.75^~1 fl oz~^^~~^0 ~03825~^~INF FOR,ME JOHN,ENFAM,LIPIL,LO IRON,READY TO FE,W/ ARA & DHA~^88.35^64^1.38^3.50^0.32^7.18^0.0^7.18^51^0.46^5^35^71^18^0.66^0.050^0.010^1.8^7.9^0.052^0.092^0.660^^0.040^11^11^0^18^8.2^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.453^1.255^0.670^1^106.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~03826~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,PROSOBEE,IRON,PDR,NOT RECON~^3.00^510^12.50^27.00^3.20^54.30^0.0^53.00^530^9.00^55^420^600^180^6.00^0.380^^14.0^60.0^0.400^0.450^5.000^^0.300^80^80^0^136^61.0^1.50^1500^450^450^0^0^0^0^0^6.70^40.0^11.370^10.320^5.200^0^8.80^~1 scoop~^^~~^0 ~03827~^~INF FOR,ME JOHNS,ENFAMIL,LACTOF LIPIL,W/ IR,PDR,W/ ARA & DHA~^2.20^521^10.90^28.00^2.60^57.00^0.0^57.00^430^9.40^42^290^570^156^5.20^0.390^^14.6^62.0^0.420^0.730^5.200^^0.310^83^83^0^141^60.0^1.56^1560^470^470^0^0^0^0^0^4.70^42.0^11.900^10.400^5.500^7^31.34^~1 oz~^^~~^0 ~03830~^~INF FOR,MEA JO,ENF,LACT,LIPIL,W/ IR,LI CO,NO REC,W/ AR & DH~^75.47^132^2.68^7.11^0.64^14.42^0.0^13.96^104^2.30^10^70^140^38^1.28^0.096^^3.6^15.3^0.102^0.179^1.283^^0.077^20^20^0^34^15.0^0.38^377^113^113^0^0^0^0^0^1.70^10.2^3.059^2.642^1.411^2^31.34^~1 oz~^^~~^0 ~03832~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LIPIL,RTF,W/ ARA & DHA~^88.35^66^1.38^3.50^0.33^6.44^0.0^6.44^54^1.18^5^36^72^19^0.66^0.050^^1.8^7.9^0.052^0.092^0.660^^0.040^11^11^0^18^8.0^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.453^1.255^0.670^1^106.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~03837~^~INF FORM,AB NUTR,SIMIL,PM 60/40,PDR,NOT RECON (FORM RO)~^2.25^524^11.40^28.71^2.70^54.94^0.0^52.38^288^1.13^31^144^411^123^3.85^0.462^0.026^9.8^46.2^0.514^0.770^5.392^2.311^0.308^77^77^0^131^61.6^1.28^1541^462^462^0^0^0^0^0^8.61^41.1^12.214^5.242^10.835^17^8.70^~1 scoop~^^~~^0 ~03838~^~INF FOR,ME JOH,ENF,NUTR LIPIL,W/ IRO,PDR,NOT RE,W/ ARA & DHA~^3.00^494^13.90^26.00^5.20^51.00^0.0^51.00^470^8.90^55^310^550^230^5.00^0.370^0.124^13.9^60.0^0.400^0.450^5.000^^0.300^79^79^0^134^60.0^1.49^1490^450^450^0^0^0^0^0^6.60^40.0^11.200^9.600^5.200^0^9.00^~1 scoop~^^~~^0 ~03839~^~INF FOR,ABB NUT,SIMI NAT CA,ADVA,RTF,W/ ARA & DHA,(FOR ROS)~^85.07^78^2.12^4.24^0.75^8.27^0.0^8.20^163^0.29^9^91^101^34^1.17^0.195^0.009^1.4^28.9^0.195^0.484^3.902^1.483^0.195^29^29^0^49^6.0^0.43^973^292^292^0^0^0^0^0^2.09^9.4^2.544^0.402^0.842^2^30.50^~1 fl oz~^^~~^0 ~03840~^~INF FOR,ABB NU,SIM,SP CA,AD 24,W/ IRO,R,W/ ARA & DHA,(FO RO)~^85.61^70^1.80^3.26^0.60^8.33^0.0^8.30^141^1.41^9^79^101^34^1.18^0.196^0.009^1.4^29.1^0.196^0.487^3.927^1.492^0.196^29^29^0^49^7.0^0.43^982^294^294^0^0^0^0^0^2.11^9.4^2.120^0.324^0.737^2^30.80^~1 fl oz~^^~~^0 ~03841~^~INF FORM,ABB NUTR,SIMI,ISO,W/ IRON,RTF,(FOR RO)~^87.54^66^1.61^3.59^0.66^6.70^0.0^6.70^69^1.18^5^49^71^29^0.49^0.049^0.016^1.4^5.9^0.039^0.059^0.887^0.493^0.039^10^10^0^17^8.0^0.30^197^59^59^0^0^0^0^0^1.32^7.2^1.166^1.371^0.838^0^30.50^~1 fl oz~^^~~^0 ~03842~^~INF FORM,ABBOTT NUTR,SIMI,ISO,W/ IRON,LIQ CONC,(FORM ROSS)~^75.81^128^3.13^6.98^0.88^13.21^0.0^13.10^134^2.30^10^96^138^56^0.96^0.096^0.032^2.7^11.5^0.077^0.115^1.725^0.958^0.077^19^19^0^33^15.5^0.58^380^114^114^0^0^0^0^0^1.20^14.1^2.262^2.660^1.625^0^31.40^~1 fl oz~^^~~^0 ~03843~^~INF FORMULA,A NUTR,SIM,IS,W/ IRON,PDR,NOT RECON,(FORROSS)~^2.50^517^12.60^28.09^3.24^53.57^0.0^52.97^540^9.26^39^386^555^226^3.86^0.386^0.129^10.8^46.3^0.309^0.463^6.943^3.857^0.309^77^77^0^131^60.0^2.31^1543^462^463^0^0^0^0^0^5.10^56.6^9.167^10.778^6.584^0^8.70^~1 scoop~^^~~^0 ~03844~^~INF FO,ME JO,ENF,NUTR,LIPIL,W/ IR,LIQ CO NOT RE,W/ ARA & DHA~^75.70^126^3.53^6.73^0.92^13.12^0.0^9.87^123^2.28^14^80^138^60^1.27^0.095^^3.5^15.1^0.101^0.114^1.271^^0.077^20^20^0^34^15.4^0.37^374^112^112^0^0^0^0^0^1.68^10.1^2.798^2.486^1.327^0^31.64^~1 oz~^^~~^0 ~03845~^~INF FO,ME JOHN,EN,NUTR LIPIL,W/ IRON,RE TO FE,W/ ARA & DHA~^87.38^66^1.83^3.50^0.48^6.81^0.0^5.13^62^1.18^7^42^72^31^0.66^0.050^^1.8^7.9^0.052^0.059^0.660^^0.040^11^11^0^18^8.0^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.453^1.255^0.670^0^107.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~03846~^~INF FORM,ABBO NUTR,SIMILAC,ALIMENTUM,W/ IRON,RTF,(FORM RO)~^87.32^66^1.80^3.63^0.48^6.77^0.0^4.40^69^1.18^5^49^77^29^0.49^0.049^0.006^1.2^5.9^0.039^0.059^0.885^0.491^0.039^10^10^0^17^8.0^0.30^197^59^59^0^0^0^0^0^1.32^9.8^1.838^0.294^1.113^1^30.50^~1 fl oz~^^~~^0 ~03849~^~INF FORM,MEAD JOHNSON,ENFAMIL,ENFACARE LIPIL,PDR,ARA&DHA~^2.50^508^14.00^26.00^2.90^54.60^0.0^51.00^590^8.90^39^330^^173^6.20^0.590^^^79.0^0.990^0.990^9.900^4.200^0.490^128^^128^^118.0^1.48^2200^^^^^^^^9.00^^10.800^9.100^5.900^^104.00^~1 Serving, 100 ml~^30.46^~1 oz~^0 ~03850~^~INF FORMULA,ABBOTT NUTR,SIMILAC,W/ IRON,RTF,(FORMERLY ROSS)~^87.79^65^1.36^3.55^0.38^6.92^0.0^6.90^51^1.18^4^28^69^16^0.49^0.059^0.003^1.2^5.9^0.066^0.099^0.690^0.296^0.039^10^10^0^17^8.0^0.16^197^59^59^0^0^0^0^0^1.32^5.3^1.237^1.314^0.801^2^30.40^~1 fl oz~^^~~^0 ~03851~^~INF FORM,ABB NUTR,SIMI,W/ IRON,LIQ CONC,NOT RECON,(FORM RO)~^76.16^127^2.64^6.89^0.79^13.76^0.0^13.76^99^2.30^8^54^134^31^0.96^0.115^0.006^2.8^11.5^0.127^0.191^1.339^0.574^0.076^19^19^0^33^15.6^0.32^382^114^114^0^0^0^0^0^1.28^10.2^2.401^2.551^1.555^3^31.40^~1 fl oz~^^~~^0 ~03852~^~INF FO,ME JOHN,EN,PROS LIPIL,W/ IRON,PDR,NOT RE,W/ ARA & DHA~^3.50^510^12.50^27.00^3.90^53.00^0.0^53.00^530^9.50^55^420^600^171^6.00^0.380^0.125^13.3^60.0^0.400^0.450^5.000^^0.300^80^80^0^136^60.0^1.42^1420^430^430^0^0^0^0^0^6.40^40.0^11.370^10.320^5.200^0^8.80^~1 scoop~^^~~^0 ~03853~^~INF FORM,ABBONUTR,SIMIL,W/ IRON,PDR,NOT REC,(FORME RO)~^2.25^522^10.89^28.87^3.26^54.73^0.0^54.73^410^9.47^32^221^552^126^3.94^0.473^0.026^11.6^47.3^0.526^0.789^5.522^2.367^0.316^79^79^0^134^64.0^1.32^1577^473^473^0^0^0^0^0^5.29^42.1^9.873^10.491^6.396^14^8.50^~1 scoop~^^~~^0 ~03854~^~INF FORM,MEJOH,ENFA,PROSO,LIPIL,LIQ CONC,NOT RE W/ ARA & DHA~^75.47^131^3.19^7.11^0.77^13.58^0.0^13.58^134^2.30^14^106^153^45^1.53^0.096^^3.6^15.3^0.102^0.115^1.283^^0.077^20^20^0^34^16.8^0.38^377^113^113^0^0^0^0^0^1.16^10.2^2.969^2.598^1.378^0^31.34^~1 oz~^^~~^0 ~03855~^~INF FORMULA,ABBOTT NUTR,SIMILAC,LO IRON,RTF,(FORMERLY ROSS)~^87.79^65^1.36^3.55^0.38^6.93^0.0^6.93^51^0.14^4^28^69^16^0.49^0.059^0.003^1.4^5.9^0.066^0.099^0.690^0.296^0.039^10^10^0^17^11.0^0.16^197^59^59^0^0^0^0^0^1.32^5.3^1.237^1.314^0.801^2^31.00^~1 fl oz~^^~~^0 ~03856~^~INF FORM,AB NUTR,SIMILAC,LO IRON,LIQ CONC,NOT REC,(FORM RO)~^76.16^127^2.64^6.89^0.79^13.76^0.0^13.76^99^0.89^8^54^134^31^0.96^0.115^0.006^2.8^11.5^0.127^0.191^1.339^0.579^0.076^19^19^0^33^21.6^0.32^382^114^114^0^0^0^0^0^1.28^10.2^2.401^2.551^1.555^3^31.40^~1 fl oz~^^~~^0 ~03857~^~INF FOR,MEJOHN,PROSOBEE LIPIL,W/ IRON,RE TO FE,W/ ARA & DHA~^88.35^64^1.64^3.50^0.40^6.11^0.0^6.11^69^1.18^7^54^79^23^0.79^0.050^^1.8^7.9^0.052^0.059^0.660^^0.040^11^11^0^18^8.0^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.453^1.255^0.671^0^106.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~03858~^~INF FORM,ABBO NUTR,SIMI,LO IRON,PDR,NOT REC,(FORM R)~^2.25^522^10.85^28.87^3.25^54.78^0.0^54.70^410^3.68^32^221^552^126^3.94^0.473^0.026^11.6^47.3^0.526^0.789^5.522^2.367^0.316^79^79^0^134^88.9^1.32^1578^473^473^0^0^0^0^0^5.29^42.1^9.873^10.491^6.396^14^8.70^~1 scoop~^^~~^0 ~03860~^~CHILD FORMULA,ABBOTT NUTR,PEDIASURE,RTF,(FORMERLY ROSS)~^80.47^99^2.86^4.77^0.75^11.15^0.0^10.50^93^1.34^19^76^125^36^1.15^0.095^0.239^2.2^9.5^0.258^0.201^1.614^0.955^0.248^35^36^0^60^29.0^0.57^246^74^74^0^0^0^0^0^1.46^3.6^1.256^1.936^1.068^2^31.00^~1 fl oz~^^~~^0 ~03861~^~INF FORMU,MEAD JOHNS,NEXT STEP,PROSO LIPIL,PDR,W/ ARA & DHA~^3.00^480^15.60^21.00^3.30^57.10^0.0^56.00^920^9.50^52^620^570^171^5.70^0.360^0.240^13.3^57.0^0.380^0.430^4.700^^0.280^76^76^0^129^57.0^1.42^1420^430^430^0^0^0^0^0^6.40^38.0^8.905^7.800^4.200^0^27.70^~3 scoop~^^~~^0 ~03864~^~INF FORM,ME JO,NEXT STEP,PROSO,LIPIL,REATO FEED,W/ ARA & DHA~^86.40^67^2.14^2.91^0.46^8.09^0.0^7.77^128^1.31^7^85^79^23^0.79^0.050^0.033^1.8^7.9^0.052^0.059^0.660^0.330^0.040^11^11^0^18^^0.19^194^58^58^0^0^0^0^0^0.60^5.2^1.242^1.078^0.573^0^103.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~05170~^~TURKEY,ALL CLASSES,SKN ONLY,CKD,RSTD~^39.65^442^19.70^39.66^0.66^0.00^0.0^^35^1.79^16^137^160^53^2.07^0.086^0.021^124.3^0.0^0.022^0.146^2.656^0.306^0.080^4^0^4^4^^0.24^0^0^0^^^^^^^^10.340^16.900^9.080^113^32.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^248.00^~.5 turkey, skin only~^0 ~05171~^~TURKEY,ALL CLASSES,GIBLETS,RAW~^73.18^129^19.36^4.20^1.16^2.09^0.0^^8^6.84^19^220^316^87^2.39^0.313^0.157^142.0^3.8^0.076^1.145^6.327^3.952^0.430^342^0^342^342^^28.39^7665^2302^2302^^^^^^^^1.260^0.910^1.030^282^16.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^244.00^~1 giblets~^0 ~05172~^~TURKEY,ALL CLASSES,GIBLETS,CKD,SIMMRD,SOME GIBLET FAT~^65.26^199^20.89^11.86^1.18^0.80^0.0^0.00^6^7.71^18^231^270^64^3.12^0.269^0.159^57.9^13.7^0.027^1.503^6.998^2.447^0.581^335^0^335^335^156.8^33.25^35790^10737^10737^0^0^0^3^0^0.08^0.6^3.923^4.954^1.293^289^145.00^~1 cup, chopped or dice~^10.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^0 ~05173~^~TURKEY,GIZZARD,ALL CLASSES,RAW~^76.18^118^19.14^4.58^1.00^0.00^0.0^0.00^6^4.31^16^140^322^72^2.86^0.114^0.048^29.2^6.2^0.040^0.179^4.780^0.914^0.120^6^0^6^6^89.7^6.86^0^0^0^0^0^0^0^0^0.05^0.0^1.312^1.588^0.777^197^98.67^~1 gizzard~^^~~^0 ~05174~^~TURKEY,GIZZARD,ALL CLASSES,CKD,SIMMRD~^72.97^129^21.72^3.87^1.06^0.38^0.0^0.00^7^4.95^17^154^332^67^3.37^0.126^0.054^33.4^6.3^0.013^0.207^4.270^0.525^0.106^13^0^13^13^82.2^8.08^0^0^0^0^0^0^0^0^0.05^0.0^1.163^1.210^0.503^203^83.69^~1 gizzard~^^~~^0 ~05175~^~TURKEY,HEART,ALL CLASSES,RAW~^76.62^113^17.13^4.79^1.05^0.41^0.0^0.00^6^4.18^22^222^295^94^3.37^0.394^0.058^35.9^3.0^0.212^0.970^4.750^3.120^0.441^6^0^6^6^126.8^15.40^107^23^21^0^23^0^21^^0.04^0.0^1.316^1.391^1.272^147^27.15^~1 heart~^271.50^~10 hearts~^0 ~05176~^~TURKEY,HEART,ALL CLASSES,CKD,SIMMRD~^71.98^136^21.47^4.64^1.23^0.68^0.0^0.00^7^5.20^26^259^291^90^4.45^0.492^0.065^45.5^2.8^0.034^1.040^3.380^1.580^0.423^8^0^8^8^172.5^21.70^64^19^19^0^0^0^32^0^0.05^0.0^1.289^1.138^1.191^184^20.71^~1 heart~^207.05^~10 hearts~^0 ~05177~^~TURKEY,LIVER,ALL CLASSES,RAW~^62.29^228^17.84^16.36^1.25^2.26^0.0^0.00^5^12.00^15^279^255^71^2.26^0.407^0.195^70.8^24.5^0.153^2.590^13.500^6.280^1.470^677^0^677^677^221.8^49.40^72382^21702^21700^0^29^0^0^0^0.12^0.8^5.507^7.397^1.650^331^100.47^~1 liver~^^~~^0 ~05178~^~TURKEY,LIVER,ALL CLASSES,CKD,SIMMRD~^56.95^273^20.02^20.54^1.29^1.21^0.0^0.00^5^10.70^17^294^211^56^2.62^0.349^0.273^82.5^22.6^0.038^2.760^10.200^4.350^1.040^691^0^691^691^220.2^58.20^75333^22600^22600^0^0^0^0^0^0.11^1.2^6.947^9.108^2.022^388^83.12^~1 liver~^^~~^0 ~05179~^~TURKEY,ALL CLASSES,NECK,MEAT ONLY,RAW~^72.88^135^20.14^5.42^1.05^0.00^0.0^^34^2.00^19^186^302^93^5.08^0.143^0.026^28.6^0.0^0.089^0.234^3.169^1.055^0.370^11^0^11^11^^0.41^0^0^0^^^^^^^^1.820^1.230^1.630^79^12.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^180.00^~1 neck, bone and skin removed~^42 ~05180~^~TURKEY,ALL CLASSES,NECK,MEAT ONLY,CKD,SIMMRD~^65.19^180^26.84^7.26^0.61^0.00^0.0^0.00^37^2.30^15^122^149^56^7.12^0.154^0.022^36.2^0.0^0.036^0.192^1.704^0.701^0.210^8^0^8^8^75.4^0.23^0^0^0^0^0^0^0^0^0.64^3.7^2.440^1.650^2.180^122^10.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^152.00^~1 neck, bone and skin removed~^41 ~05181~^~TURKEY,ALL CLASSES,LT MEAT,MEAT&SKN,RAW~^69.83^159^21.64^7.36^0.90^0.00^0.0^^13^1.21^24^184^271^59^1.57^0.075^0.018^22.4^0.0^0.056^0.115^5.137^0.615^0.480^7^0^7^7^^0.42^6^2^2^^^^^^^^2.000^2.810^1.730^65^180.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1388.00^~.5 turkey, bone removed~^15 ~05182~^~TURKEY,ALL CLASSES,LT MEAT,MEAT&SKN,CKD,RSTD~^62.83^197^28.57^8.33^1.02^0.00^0.0^0.00^21^1.41^26^208^285^63^2.04^0.048^0.020^29.1^0.0^0.056^0.132^6.289^0.626^0.470^6^0^6^6^70.5^0.35^0^0^0^0^0^0^0^0^0.13^0.0^2.340^2.840^2.010^76^140.00^~1 cup, chopped or diced~^136.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^14 ~05183~^~TURKEY,ALL CLASSES,DK MEAT,MEAT&SKN,RAW~^71.13^160^18.92^8.80^0.86^0.00^0.0^^17^1.69^20^170^261^71^2.95^0.137^0.021^26.4^0.0^0.073^0.202^2.855^1.033^0.320^10^0^10^10^^0.38^5^2^2^^^^^^^^2.580^3.000^2.280^72^152.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1176.00^~.5 turkey, bone removed~^26 ~05184~^~TURKEY,ALL CLASSES,DK MEAT,MEAT&SKN,CKD,RSTD~^60.23^221^27.49^11.54^0.97^0.00^0.0^0.00^33^2.27^23^196^274^76^4.16^0.150^0.023^37.8^0.0^0.058^0.235^3.530^1.160^0.320^9^0^9^9^71.9^0.36^0^0^0^0^0^0^0^0^0.61^4.2^3.490^3.650^3.090^89^140.00^~1 cup, chopped or diced~^104.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^27 ~05185~^~TURKEY,ALL CLASSES,LT MEAT,RAW~^73.82^115^23.56^1.56^1.00^0.00^0.0^^12^1.19^27^204^305^63^1.62^0.075^0.019^24.4^0.0^0.064^0.122^5.844^0.688^0.560^8^0^8^8^^0.45^0^0^0^^^^^^^^0.500^0.270^0.420^60^150.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1156.00^~.5 turkey, bone and skin removed~^29 ~05186~^~TURKEY,ALL CLASSES,LT MEAT,CKD,RSTD~^66.27^157^29.90^3.22^1.08^0.00^0.0^0.00^19^1.35^28^219^305^64^2.04^0.042^0.020^32.1^0.0^0.061^0.129^6.838^0.677^0.540^6^0^6^6^83.4^0.37^0^0^0^0^0^0^0^0^0.09^0.0^1.030^0.560^0.860^69^140.00^~1 cup, chopped or diced~^117.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^26 ~05187~^~TURKEY,ALL CLASSES,DK MEAT,RAW~^74.48^125^20.07^4.38^0.93^0.00^0.0^^17^1.75^22^184^286^77^3.22^0.147^0.022^28.6^0.0^0.081^0.221^3.075^1.155^0.360^11^0^11^11^^0.40^0^0^0^^^^^^^^1.470^0.990^1.310^69^132.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1017.00^~.5 turkey, bone and skin removed~^36 ~05188~^~TURKEY,ALL CLASSES,DK MEAT,CKD,RSTD~^63.09^187^28.57^7.22^1.02^0.00^0.0^0.00^32^2.33^24^204^290^79^4.46^0.160^0.023^40.9^0.0^0.063^0.248^3.649^1.286^0.360^9^0^9^9^78.5^0.37^0^0^0^0^0^0^0^0^0.64^3.9^2.420^1.640^2.160^85^140.00^~1 cup, chopped or diced~^91.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^37 ~05189~^~TURKEY,ALL CLASSES,BACK,MEAT&SKN,RAW~^67.78^196^18.11^13.11^0.79^0.00^0.0^^17^1.63^18^157^236^66^2.67^0.127^0.020^26.4^0.0^0.065^0.183^2.682^0.917^0.290^9^0^9^9^^0.36^10^3^3^^^^^^^^3.660^4.940^3.230^74^361.00^~.5 back, bone removed~^47.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^40 ~05190~^~TURKEY,ALL CLASSES,BACK,MEAT&SKN,CKD,RSTD~^57.94^243^26.59^14.38^0.93^0.00^0.0^0.00^33^2.19^22^189^260^73^3.92^0.142^0.023^37.8^0.0^0.054^0.224^3.446^1.073^0.300^8^0^8^8^67.6^0.34^0^0^0^0^0^0^0^0^0.59^4.5^4.180^5.000^3.700^91^140.00^~1 cup, chopped or diced~^262.00^~.5 back, bone removed~^41 ~05191~^~TURKEY,ALL CLASSES,BREAST,MEAT&SKN,RAW~^70.05^157^21.89^7.02^0.91^0.00^0.0^^13^1.20^24^186^275^59^1.57^0.074^0.018^22.4^0.0^0.058^0.115^5.200^0.621^0.480^7^0^7^7^^0.42^6^2^2^^^^^^^^1.910^2.660^1.660^65^146.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1132.00^~.5 breast, bone removed~^10 ~05192~^~TURKEY,ALL CLASSES,BREAST,MEAT&SKN,CKD,RSTD~^63.22^189^28.71^7.41^1.03^0.00^0.0^^21^1.40^27^210^288^63^2.03^0.047^0.020^29.1^0.0^0.057^0.131^6.365^0.634^0.480^6^0^6^6^^0.36^0^0^0^^^^^^^^2.100^2.450^1.800^74^112.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^864.00^~.5 breast, bone removed~^8 ~05193~^~TURKEY,ALL CLASSES,LEG,MEAT&SKN,RAW~^72.69^144^19.54^6.72^0.89^0.00^0.0^^17^1.72^21^177^273^74^3.09^0.142^0.022^26.4^0.0^0.077^0.211^2.947^1.090^0.340^10^0^10^10^^0.39^3^1^1^^^^^^^^2.060^2.060^1.830^71^105.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^816.00^~1 leg, bone removed~^17 ~05194~^~TURKEY,ALL CLASSES,LEG,MEAT&SKN,CKD,RSTD~^61.19^208^27.87^9.82^0.99^0.00^0.0^0.00^32^2.30^23^199^280^77^4.27^0.154^0.023^37.8^0.0^0.060^0.241^3.561^1.205^0.330^9^0^9^9^70.8^0.36^0^0^0^0^0^0^0^0^0.62^4.1^3.060^2.870^2.720^85^71.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^546.00^~1 leg, bone removed~^19 ~05195~^~TURKEY,ALL CLASSES,WING,MEAT&SKN,RAW~^66.49^197^20.22^12.32^0.81^0.00^0.0^^14^1.26^21^165^240^55^1.54^0.077^0.017^22.4^0.0^0.050^0.110^4.425^0.554^0.410^7^0^7^7^^0.39^11^3^3^^^^^^^^3.280^4.970^2.860^70^33.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^256.00^~1 wing, bone removed~^33 ~05196~^~TURKEY,ALL CLASSES,WING,MEAT&SKN,CKD,RSTD~^59.49^229^27.38^12.43^0.97^0.00^0.0^0.00^24^1.46^25^197^266^61^2.10^0.056^0.020^29.9^0.0^0.050^0.134^5.732^0.584^0.420^6^0^6^6^68.6^0.34^0^0^0^0^0^0^0^0^0.17^0.0^3.390^4.660^2.940^81^24.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^186.00^~1 wing, bone removed~^34 ~06220~^~CAMPBELL,PREGO PASTA,CHNKY GRD MSHRM & GRN PPPR ITAL SAU,RTS~^81.60^85^1.54^3.08^0.71^13.08^3.1^7.69^15^0.55^^^308^362^^^^^2.8^^^^^^^^^^^^385^^^^^^^^^^0.769^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06221~^~CAMPBELL,PREGO PASTA,CHUNKY GARDEN MUSHROOM ITALIAN SAU,RTS~^78.80^69^1.54^2.31^7.35^10.00^2.3^7.69^0^0.55^^^354^354^^^^^1.8^^^^^^^^^^^^385^^^^^^^^^^0.385^0.385^1.154^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06222~^~CAMPBELL SOUP,PREGO PASTA,DICED ONION & GARLIC ITAL SAU,RTS~^79.70^92^1.54^3.46^1.45^13.85^2.3^9.23^31^0.55^^^338^369^^^^^0.9^^^^^^^^^^^^577^^^^^^^^^^1.154^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06223~^~CAMPBELL SOUP COMPANY,PREGO PASTA,FLAV W/ MEAT ITAL SAU,RTS~^78.50^100^1.54^3.85^1.50^14.62^2.3^9.23^15^0.83^^^277^438^^^^^1.8^^^^^^^^^^^^385^^^^^^^^^^0.769^^^4^130.00^~1 serving, 1/2 cup~^^~~^0 ~06224~^~CAMPBELL SOUP COMPANY,PREGO PASTA,FRSH MUSHROOM ITAL SAU,RTS~^78.90^85^1.54^2.69^3.02^13.85^2.3^8.46^15^0.55^^^269^423^^^^^1.8^^^^^^^^^^^^385^^^^^^^^^^0.769^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06225~^~CAMPBELL SOUP, PREGO PASTA,GARLIC SUPREME ITAL SAU,RTS~^80.60^85^1.54^3.08^1.71^13.08^2.3^10.00^31^0.83^^^315^408^^^^^0.9^^^^^^^^^^^^385^^^^^^^^^^1.154^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06226~^~CAMPBELL SOUP,PREGO PASTA,ITAL SAUSGE & GARLIC ITAL SAU,RTS~^78.60^96^2.40^4.00^2.20^12.80^2.4^8.00^16^0.58^^^312^400^^^^^1.0^^^^^^^^^^^^400^^^^^^^^^^1.200^^^8^125.00^~1 serving, 1/2 cup~^^~~^0 ~06228~^~CAMPBELL SOUP,PREGO PASTA,MINI MEATBALL ITAL SAU,RTS~^74.10^115^3.08^4.62^2.82^15.38^2.3^9.23^15^0.83^^^277^500^^^^^1.8^^^^^^^^^^^^385^^^^^^^^^^1.538^^^8^130.00^~1 serving, 1/2 cup~^^~~^0 ~06229~^~CAMPBELL SOUP,PREGO PASTA,MUSHRM & GRLIC ITAL SAU,RTS~^80.70^77^1.54^1.54^2.38^13.85^2.3^10.00^15^0.55^^^331^392^^^^^0.9^^^^^^^^^^^^385^^^^^^^^^^0.385^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06230~^~SOUP,CLAM CHOWDER,NEW ENG,CND,PREP W/ EQ VLM LOFAT (2%) MILK~^85.55^61^3.24^2.01^1.40^7.40^0.3^2.81^68^1.21^12^174^184^358^0.40^0.121^0.081^4.4^2.1^0.081^0.176^0.794^0.296^0.070^9^0^9^9^11.8^4.80^126^37^37^0^2^0^0^1^0.22^0.5^0.843^0.290^0.229^7^251.88^~1 serving, 1 cup~^31.49^~1 fl oz~^0 ~06231~^~CAMPBELL SOUP,PREGO PASTA,MUSHRM & PARMESAN ITALIAN SAU,RTS~^76.60^104^2.40^2.80^0.60^17.60^2.4^10.40^48^0.86^^^376^384^^^^^1.0^^^^^^^^^^^^600^^^^^^^^^^1.200^^^4^125.00^~1 serving, 1/2 cup~^^~~^0 ~06232~^~CAMPBELL SOUP,PREGO PASTA,ORGANIC MUSHROOM ITALIAN SAU,RTS~^84.50^72^1.60^2.00^1.50^10.40^3.2^7.20^16^0.58^^^360^432^^^^^3.8^^^^^^^^^^^^600^^^^^^^^^^0.000^^^0^125.00^~1 serving, 1/2 cup~^^~~^0 ~06233~^~CAMPBELL SOUP,PREGO PASTA,ORGNIC TOMATO & BASIL ITAL SAU,RTS~^82.50^72^1.60^2.00^1.90^12.00^3.2^8.80^32^0.58^^^360^432^^^^^4.8^^^^^^^^^^^^600^^^^^^^^^^0.000^^^0^125.00^~1 serving, 1/2 cup~^^~~^0 ~06234~^~CAMPBELL SOUP,PREGO PASTA,RICOTTA PARMESAN ITALIAN SAU,RTS~^79.80^88^2.40^2.40^1.00^14.40^2.4^9.60^48^0.58^^^360^440^^^^^1.9^^^^^^^^^^^^400^^^^^^^^^^0.800^^^4^125.00^~1 serving, 1/2 cup~^^~~^0 ~06235~^~CAMPBELL SOUP,PREGO PASTA,RSTD GARLIC & HERB ITAL SAU,RTS~^80.30^85^1.54^3.08^2.01^13.08^2.3^8.46^15^0.55^^^308^408^^^^^1.8^^^^^^^^^^^^577^^^^^^^^^^0.769^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06236~^~CAMPBELL SOUP,PREGO PASTA,RSTD GARLIC PARMESAN ITAL SAU,RTS~^79.20^77^2.31^0.77^2.34^15.38^2.3^10.00^31^0.55^^^323^423^^^^^0.9^^^^^^^^^^^^577^^^^^^^^^^0.385^^^4^130.00^~1 serving, 1/2 cup~^^~~^0 ~06237~^~CAMPBELL SOUP,PREGO PASTA,RSTD RED PEPPR & GRLC ITAL SAU,RTS~^79.10^96^1.60^3.20^0.90^15.20^2.4^9.60^16^0.58^^^320^424^^^^^1.9^^^^^^^^^^^^800^^^^^^^^^^0.400^^^0^125.00^~1 serving, 1/2 cup~^^~~^0 ~06239~^~CAMPBELL SOUP,PREGO PASTA,TOMATO,BASIL & GARLIC ITAL SAU,RTS~^83.00^72^1.60^1.60^1.00^12.80^2.4^8.80^16^0.58^^^304^336^^^^^1.0^^^^^^^^^^^^400^^^^^^^^^^0.400^^^0^125.00^~1 serving, 1/2 cup~^^~~^0 ~06240~^~CAMPBEL COMPANY,PREGO PASTA,ZESTY MUSHROOM ITALIAN SAU,RTS~^80.20^85^1.54^2.69^1.72^13.85^2.3^9.23^15^0.28^^^354^408^^^^^0.0^^^^^^^^^^^^385^^^^^^^^^^0.769^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06241~^~CAMPBELL SOUP COMPANY,CHNKY MICRO BOWLS,BF W/ CONTRY VEG,RTS~^85.30^61^4.08^1.22^0.82^8.57^2.0^1.22^8^0.29^^^^367^^^^^0.5^^^^^^^^^^^^2041^^^^^^^^^^0.612^^^8^245.00^~1 serving, 1 cup~^^~~^0 ~06242~^~CAMPBELL'S CHUNKY MICROWAVABLE BWLS,CHCK DMPLINGS SOUP~^84.70^78^3.27^3.67^1.01^7.35^1.2^0.82^8^0.00^^^^363^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.816^^^10^245.00^~1 serving, 1 cup~^^~~^0 ~01114~^~WHEY,SWEET,FLUID~^93.12^27^0.85^0.36^0.53^5.14^0.0^5.14^47^0.06^8^46^161^54^0.13^0.004^0.001^1.9^0.1^0.036^0.158^0.074^0.383^0.031^1^0^1^1^16.0^0.28^12^3^3^0^1^0^0^0^0.00^0.0^0.230^0.100^0.011^2^246.00^~1 cup~^984.00^~1 quart~^0 ~01115~^~WHEY,SWEET,DRIED~^3.19^353^12.93^1.07^8.35^74.46^0.0^74.46^796^0.88^176^932^2080^1079^1.97^0.070^0.009^27.2^1.5^0.519^2.208^1.258^5.620^0.584^12^0^12^12^225.0^2.37^30^8^8^0^2^0^0^0^0.02^0.1^0.684^0.297^0.034^6^145.00^~1 cup~^7.50^~1 tbsp~^0 ~01116~^~YOGURT,PLN,WHL MILK,8 GRAMS PROT PER 8 OZ~^87.90^61^3.47^3.25^0.72^4.66^0.0^4.66^121^0.05^12^95^155^46^0.59^0.009^0.004^2.2^0.5^0.029^0.142^0.075^0.389^0.032^7^0^7^7^15.2^0.37^99^27^27^0^5^0^0^0^0.06^0.2^2.096^0.893^0.092^13^245.00^~1 cup, (8 fl oz)~^227.00^~1 container, (8 oz)~^0 ~01117~^~YOGURT,PLN,LOFAT,12 GRAMS PROT PER 8 OZ~^85.07^63^5.25^1.55^1.09^7.04^0.0^7.04^183^0.08^17^144^234^70^0.89^0.013^0.004^3.3^0.8^0.044^0.214^0.114^0.591^0.049^11^0^11^11^15.2^0.56^51^14^14^0^2^0^0^0^0.03^0.2^1.000^0.426^0.044^6^245.00^~1 cup, (8 fl oz)~^227.00^~1 container, (8 oz)~^0 ~01118~^~YOGURT,PLN,SKIM MILK,13 GRAMS PROT PER 8 OZ~^85.23^56^5.73^0.18^1.18^7.68^0.0^7.68^199^0.09^19^157^255^77^0.97^0.015^0.005^3.6^0.9^0.048^0.234^0.124^0.641^0.053^12^0^12^12^15.2^0.61^7^2^2^0^0^0^0^0^0.00^0.2^0.116^0.049^0.005^2^245.00^~1 cup, (8 fl oz)~^227.00^~1 container, (8 oz)~^0 ~01119~^~YOGURT,VANILLA,LOFAT,11 GRAMS PROT PER 8 OZ~^79.00^85^4.93^1.25^1.02^13.80^0.0^13.80^171^0.07^16^135^219^66^0.83^0.013^0.004^4.9^0.8^0.042^0.201^0.107^0.552^0.045^11^0^11^11^15.2^0.53^43^12^12^0^2^0^0^0^0.02^0.1^0.806^0.343^0.036^5^245.00^~1 cup, (8 fl oz)~^227.00^~1 container, (8 oz)~^0 ~01120~^~YOGURT,FRUIT,LOFAT,9 GRAMS PROT PER 8 OZ~^75.30^99^3.98^1.15^0.93^18.64^0.0^18.64^138^0.06^13^109^177^53^0.67^0.079^0.064^2.8^0.6^0.034^0.162^0.086^0.446^0.037^9^0^9^9^15.2^0.43^40^11^11^0^2^0^0^0^0.02^0.1^0.742^0.316^0.033^5^245.00^~1 cup, (8 fl oz)~^125.00^~1 container, (4.4 oz)~^0 ~01121~^~YOGURT,FRUIT,LOFAT,10 GRAMS PROT PER 8 OZ~^74.48^102^4.37^1.08^1.02^19.05^0.0^19.05^152^0.07^15^119^195^58^0.74^0.080^0.065^3.1^0.7^0.037^0.178^0.095^0.489^0.040^9^0^9^9^14.0^0.47^36^10^10^0^2^0^0^0^0.02^0.1^0.697^0.297^0.031^4^245.00^~1 cup, (8 fl oz)~^170.00^~1 container, (6 oz)~^0 ~01122~^~YOGURT,FRUIT,LOFAT,11 GRAMS PROT PER 8 OZ~^74.10^105^4.86^1.41^1.03^18.60^0.0^^169^0.07^16^133^216^65^0.82^0.080^0.065^3.1^0.7^0.041^0.198^0.105^0.544^0.045^10^0^10^10^^0.52^60^^^^^^^^^^0.909^0.387^0.040^6^227.00^~1 container, (8 oz)~^113.00^~.5 container, (4 oz)~^0 ~01123~^~EGG,WHOLE,RAW,FRESH~^75.84^143^12.58^9.94^0.86^0.77^0.0^0.77^53^1.83^12^191^134^140^1.11^0.102^0.038^31.7^0.0^0.069^0.478^0.070^1.438^0.143^47^0^47^47^251.1^1.29^487^140^139^0^10^9^0^331^0.97^0.3^3.099^3.810^1.364^423^243.00^~1 cup, (4.86 large eggs)~^56.00^~1 extra large~^12 ~01124~^~EGG,WHITE,RAW,FRESH~^87.57^48^10.90^0.17^0.63^0.73^0.0^0.71^7^0.08^11^15^163^166^0.03^0.023^0.011^20.0^0.0^0.004^0.439^0.105^0.190^0.005^4^0^4^4^1.1^0.09^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^243.00^~1 cup~^33.40^~1 large~^0 ~01125~^~EGG,YOLK,RAW,FRSH~^52.31^317^15.86^26.54^1.71^3.59^0.0^0.56^129^2.73^5^390^109^48^2.30^0.077^0.055^56.0^0.0^0.176^0.528^0.024^2.990^0.350^146^0^146^146^682.3^1.95^1442^381^371^38^88^33^0^1094^2.58^0.7^9.551^11.738^4.204^1234^243.00^~1 cup~^16.60^~1 large~^0 ~01126~^~EGG,YOLK,RAW,FROZEN~^56.20^303^15.50^25.60^1.55^1.15^0.0^0.51^138^3.34^9^417^118^67^2.88^0.024^0.062^41.8^0.0^0.155^0.520^0.045^3.530^0.345^116^0^116^116^682.3^1.82^1609^433^423^36^85^32^0^1055^2.49^0.7^7.820^9.747^3.628^1075^227.00^~.5 lb~^^~~^0 ~01127~^~EGG,YOLK,RAW,FRZ,SUGARED~^51.25^307^13.80^22.75^1.40^10.80^0.0^^123^3.14^10^384^103^67^2.81^0.012^0.059^37.7^0.0^0.135^0.530^0.023^3.200^0.284^139^0^139^139^^1.77^1315^395^395^^^^^^^^6.970^8.614^3.244^959^227.00^~.5 lb~^^~~^0 ~01128~^~EGG,WHL,CKD,FRIED~^69.13^196^13.63^15.31^1.05^0.88^0.0^0.83^59^1.98^13^208^147^204^1.20^0.111^0.041^34.2^0.0^0.075^0.518^0.077^1.558^0.155^51^0^51^51^272.6^1.39^729^198^193^0^46^10^0^358^1.22^5.6^4.294^6.346^2.660^457^46.00^~1 large~^^~~^0 ~01129~^~EGG,WHL,CKD,HARD-BOILED~^74.62^155^12.58^10.61^1.08^1.12^0.0^1.12^50^1.19^10^172^126^124^1.05^0.013^0.026^30.8^0.0^0.066^0.513^0.064^1.398^0.121^44^0^44^44^225.3^1.11^586^169^168^0^11^10^0^353^1.03^0.3^3.267^4.077^1.414^424^136.00^~1 cup, chopped~^8.50^~1 tbsp~^12 ~01130~^~EGG,WHOLE,COOKED,OMELET~^75.87^157^10.59^12.03^0.84^0.68^0.0^0.65^47^1.55^10^162^114^161^0.93^0.088^0.032^26.7^0.0^0.058^0.404^0.060^1.210^0.121^39^0^39^39^211.7^1.09^572^155^152^0^36^8^0^279^1.22^4.5^3.296^4.971^2.252^356^15.20^~1 tbsp~^61.00^~1 large~^0 ~01131~^~EGG,WHL,CKD,POACHED~^75.54^142^12.53^9.90^1.26^0.76^0.0^0.77^53^1.83^12^190^133^294^1.10^0.102^0.039^31.6^0.0^0.055^0.405^0.059^1.433^0.121^35^0^35^35^200.1^1.28^485^139^138^0^10^9^0^330^0.96^0.3^3.087^3.795^1.359^422^50.00^~1 large~^^~~^0 ~01132~^~EGG,WHL,CKD,SCRMBLD~^73.15^167^11.09^12.21^1.36^2.20^0.0^1.73^71^1.20^12^170^138^280^1.00^0.014^0.022^22.5^0.2^0.052^0.437^0.079^1.007^0.118^30^0^30^30^189.5^0.77^526^143^140^0^33^7^0^245^1.09^4.0^3.679^4.768^2.148^352^220.00^~1 cup~^13.70^~1 tbsp~^0 ~01133~^~EGG,WHOLE,DRIED~^3.10^594^47.35^40.95^3.65^4.95^0.0^3.08^231^6.79^42^831^493^523^5.28^0.196^0.125^119.6^0.0^0.195^1.540^0.305^5.905^0.388^171^0^171^171^1007.2^3.95^997^275^270^0^41^36^0^1329^3.88^1.2^12.727^15.337^5.804^1715^85.00^~1 cup, sifted~^5.00^~1 tbsp~^0 ~03868~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LACTOFREE,RTF~^88.35^63^1.38^3.50^0.33^7.18^0.0^7.18^53^1.18^5^36^72^19^0.66^0.050^^1.8^7.9^0.052^0.092^0.660^^0.040^11^11^0^18^8.2^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.495^1.291^0.689^1^30.46^~1 oz~^^~~^0 ~03869~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LACTOFREE,W/ IRN,PDR,NOTREC~^2.20^523^10.85^28.00^2.60^57.00^0.0^57.00^430^9.40^42^290^580^156^5.20^0.390^^14.6^62.0^0.420^0.130^5.200^^0.310^83^83^0^141^60.0^1.56^1567^470^470^0^0^0^0^0^6.90^42.0^11.900^10.400^5.500^8^30.40^~1 oz~^^~~^0 ~03871~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LACTOFREE,W/ IRN,LQCN,NOREC~^75.47^130^2.68^6.79^0.64^14.42^0.0^13.96^104^2.30^10^70^140^38^1.28^0.096^^3.6^15.3^0.102^0.118^1.283^^0.077^20^20^0^34^17.3^0.38^377^113^113^0^0^0^0^0^1.70^10.2^2.906^2.509^1.283^2^30.40^~1 oz~^^~~^0 ~03880~^~INF FORMU,PBM PRO,ULTRA BRI BEGINN,RTF (FORME WYETH-AYERST)~^88.10^63^1.40^3.50^0.61^6.40^0.0^6.40^41^1.18^5^28^55^14^0.53^0.046^^1.4^5.6^0.070^0.100^0.490^^0.040^5^5^0^9^10.0^0.13^197^59^59^0^0^0^0^0^0.41^5.3^1.600^1.400^0.500^4^30.40^~1 fl oz~^^~~^0 ~03881~^~INF FOR,PBM PR,UL BRI BEGI,LIQ CONC,NOT (FOR WYETH-AYERST)~^76.00^130^2.90^7.00^0.61^13.90^0.0^13.90^83^2.36^9^55^109^29^1.06^0.092^^2.6^11.2^0.130^0.200^0.990^^0.080^10^10^0^17^20.0^0.26^393^118^118^0^0^0^0^0^0.83^10.6^3.200^2.800^1.000^8^31.40^~1 fl oz~^^~~^0 ~03883~^~INF FORM, PBM PROD, ULTRA BRIG BEGINN, PDR, ( WYETH-AYERST)~^2.00^524^12.00^28.00^2.00^56.00^0.0^56.00^331^9.50^36^221^441^118^3.90^0.370^^11.0^43.3^0.530^0.790^3.940^^0.330^39^39^0^66^81.7^1.02^1577^473^473^0^0^0^0^0^3.38^43.0^12.761^11.131^3.951^32^8.40^~1 scoop~^^~~^0 ~03890~^~INF FORM,PBM,ULTRABRIGHTBEGIN,SOY,RTF,(FORM WY-AY)~^88.00^63^1.80^3.50^0.61^6.09^0.0^6.10^59^1.18^7^41^69^18^0.53^0.046^^1.4^5.4^0.070^0.100^0.490^^0.040^5^5^0^9^9.0^0.20^247^59^56^0^37^0^0^0^0.42^5.1^1.600^1.400^0.500^0^30.40^~1 fl oz~^^~~^0 ~03891~^~INF FOR,PBM PROD,ULTRA BRIGHT BEGI,S,LIQ CO,(FORME WYE-AYER)~^76.00^126^3.60^7.00^1.22^12.18^0.0^12.18^118^2.36^14^82^138^36^1.06^0.092^^3.6^10.8^0.140^0.200^0.980^^0.080^10^10^0^17^18.0^0.40^393^118^118^0^0^0^0^0^0.83^10.2^3.200^2.800^1.000^0^31.40^~1 fl oz~^^~~^0 ~03893~^~INF FORM,PBM,ULTRA BRIGHT BEGIN,SOY,PDR (FORM WYETH-AYERST)~^2.00^508^13.60^27.20^5.00^52.20^0.0^52.20^453^9.10^51^317^528^151^3.80^0.355^^11.0^42.0^0.500^0.760^3.780^^0.320^38^38^0^64^73.0^1.50^1577^473^473^0^0^0^0^0^3.24^41.6^12.370^10.780^3.830^0^8.70^~1 scoop~^^~~^0 ~03900~^~INF FORMULA,NESTLE,GOOD START 2 ESSENTIALS,W/ IRON,RTF~^86.60^65^1.70^2.70^0.47^8.54^0.0^6.19^78^1.20^5^52^88^25^0.52^0.055^^1.3^5.9^0.052^0.091^0.650^^0.042^10^10^0^17^8.0^0.16^163^48^48^0^0^0^0^0^0.91^5.2^1.180^0.870^0.600^1^30.50^~1 fl oz~^^~~^0 ~03901~^~INF FOR,NE,GOOD START 2 ESSENT,W/ IRON,LIQ CONC,NOT RECON~^74.20^125^3.25^5.13^0.93^16.50^0.0^11.90^150^2.25^10^100^169^49^1.00^0.106^^2.5^11.0^0.100^0.175^1.250^^0.081^19^19^0^32^15.4^0.31^313^98^98^0^0^0^0^0^1.75^10.0^2.213^1.582^1.213^2^31.90^~1 fl oz~^^~~^0 ~03913~^~INF FORMULA,NESTLE,GOOD START 2 ESSENTIALS,W/ IRON,PDR~^2.50^471^12.20^19.30^3.77^62.23^0.0^44.30^565^8.50^38^377^636^184^4.00^0.400^^9.4^42.0^0.377^0.659^4.710^^0.306^71^71^0^121^56.5^1.20^1178^354^354^0^0^0^0^0^6.60^38.0^8.540^6.230^4.310^6^9.40^~1 scoop~^^~~^0 ~03925~^~INF FORMULA,NESTLE,GOOD START ESSENTIALS SOY,W/ IRON,RTF~^87.50^65^1.63^3.30^0.40^7.17^0.0^5.69^68^1.25^7^41^75^23^0.60^0.078^^1.6^7.8^0.039^0.061^0.845^^0.039^10^10^0^17^8.0^0.20^195^50^50^0^0^0^0^0^0.95^5.2^1.400^1.000^0.800^0^30.50^~1 fl oz~^^~~^0 ~03926~^~INF FORMULA,NES,G START ES,SOY,W/ IRON,LIQ CONC,NOT RECON~^75.40^128^3.20^6.50^0.80^14.10^0.0^11.20^133^2.29^14^80^146^46^1.14^0.152^^2.5^15.2^0.076^0.119^1.650^^0.076^20^20^0^35^15.7^0.38^381^100^100^0^0^0^0^0^1.86^10.2^2.800^2.030^1.317^0^31.40^~1 fl oz~^^~~^0 ~03928~^~INF FORMULA,NESTLE,GOOD START ESSENTIALS SOY,IRON,PDR~^2.50^502^12.50^25.50^3.80^55.70^0.0^44.38^526^9.00^55^316^581^180^4.51^0.601^^10.0^60.1^0.301^0.471^6.513^^0.301^80^80^0^136^61.3^1.50^1503^466^466^0^0^0^0^0^7.34^40.1^11.000^8.100^6.000^0^4.30^~1 scoop~^^~~^0 ~03929~^~INF FORMULA,MEAD JOHNSON,NEXT STEP PROSOBEE,PDR,NOT RECON~^3.00^480^15.60^21.00^3.30^57.10^0.0^56.00^920^9.50^52^620^570^171^5.70^0.360^0.240^13.3^57.0^0.380^0.430^4.700^^0.280^76^76^0^129^62.0^1.42^1420^430^430^0^0^0^0^0^4.28^38.0^8.905^7.800^4.200^0^30.40^~1 oz~^^~~^0 ~03930~^~INF FORMULA,MEAD JOHNSON,NEXT STEP PROSOBEE,PREP FROM PDR~^86.41^67^2.14^2.91^0.46^8.08^0.0^7.77^128^1.31^7^85^79^23^0.79^0.050^0.033^1.8^7.9^0.052^0.059^0.660^0.330^0.040^11^11^0^18^8.0^0.19^194^58^58^0^0^0^0^0^0.87^5.2^1.243^1.078^0.544^0^30.50^~1 fl oz~^^~~^0 ~03934~^~BABYFOOD,CORN & SWT POTATOES,STR~^82.62^68^1.26^0.28^0.61^15.23^1.8^4.00^18^0.31^10^29^154^33^0.19^0.051^0.000^1.1^5.0^0.018^0.041^0.444^0.323^0.060^14^0^14^14^10.2^0.01^2496^126^1^12^1488^3^0^215^0.51^0.6^0.053^0.071^0.123^1^28.35^~1 oz~^^~~^0 ~03935~^~Infa for, A N, SI, ALI, ADVA ready, withARA and DHA, (fo R)~^87.32^67^1.80^3.63^0.48^6.77^0.0^4.40^69^1.18^5^49^77^29^0.49^0.049^0.006^1.2^5.9^0.039^0.059^0.885^0.491^0.039^10^10^0^17^8.0^0.30^197^59^59^0^0^0^0^0^1.32^9.8^1.838^0.294^1.126^1^30.50^~1 fl oz~^^~~^0 ~03936~^~INF FORM,PBM PRODU,STORE BRAND,RTF (FORM WYETH-AYERST)~^88.10^63^1.40^3.50^0.61^6.39^0.0^6.40^41^1.18^5^28^55^14^0.53^0.046^^1.4^5.6^0.070^0.100^0.490^^0.040^5^5^0^9^10.0^0.13^197^59^59^0^0^0^0^0^0.41^5.1^1.600^1.400^0.500^4^30.40^~1 fl oz~^^~~^0 ~03937~^~INF FORM,PBM PROD,STORE BRAND,LC,NOT REC (FORM WYETH-AYERST)~^76.00^130^2.90^7.00^0.61^13.90^0.0^13.90^83^2.36^9^55^109^29^1.06^0.092^^2.6^11.2^0.130^0.200^0.990^^0.080^10^10^0^17^20.0^0.26^393^118^118^0^0^0^0^0^0.83^10.6^3.200^2.800^1.000^8^31.40^~1 fl oz~^^~~^0 ~03938~^~INF FORMULA,PBM PRODUCTS,STORE BR,PDR,(FORME WYETH-AYERST)~^2.00^524^12.00^28.00^2.00^56.00^0.0^56.00^331^9.50^36^221^441^118^3.90^0.370^^11.0^43.3^0.530^0.790^3.940^^0.330^39^39^0^66^81.7^1.02^1577^473^473^0^0^0^0^0^3.38^43.0^12.761^11.131^3.951^32^8.40^~1 scoop~^^~~^0 ~03939~^~INF FORMULA,PBM PRO,STORE BRAND,SOY,RTF,(FOR WYETH-AYERST)~^88.00^63^1.80^3.50^0.61^6.09^0.0^6.10^59^1.18^7^41^69^18^0.53^0.046^^1.4^5.4^0.070^0.100^0.490^^0.040^5^5^0^9^9.0^0.20^247^59^56^0^37^0^0^0^0.42^5.1^1.600^1.400^0.500^0^30.40^~1 fl oz~^^~~^0 ~03940~^~INF FOR,PBM PR,STORE BR,SOY,LIQ CONC,NOT RE (FOR WY-AYERST)~^76.00^126^3.60^7.00^1.22^12.18^0.0^12.18^118^2.36^14^82^138^36^1.06^0.092^^3.6^10.8^0.140^0.200^0.980^^0.080^10^10^0^17^18.0^0.40^393^118^118^0^0^0^0^0^0.83^10.2^3.200^2.800^1.000^0^31.40^~1 fl oz~^^~~^0 ~03941~^~INF FORM,PBM PRODU,STORE BRA,SOY,PDR,(FORMER WYETH-AYERST)~^2.00^508^13.60^27.20^5.00^52.20^0.0^52.20^453^9.10^51^317^528^151^3.80^0.355^^11.0^42.0^0.500^0.760^3.780^^0.320^38^38^0^64^73.0^1.50^1577^473^473^0^0^0^0^0^3.24^41.6^12.370^10.780^3.830^0^8.70^~1 scoop~^^~~^0 ~03942~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,AR LIPIL,RTF,W/ ARA & DHA~^87.00^68^1.71^3.49^0.33^7.53^0.0^6.44^53^1.23^5^36^74^27^0.68^0.051^^1.9^8.2^0.055^0.096^0.684^^0.041^11^11^0^19^8.0^0.21^205^58^58^0^0^0^0^0^0.62^5.5^1.453^1.255^0.670^1^106.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~03943~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,AR LIPIL,PDR,W/ ARA & DHA~^3.00^509^12.73^25.97^2.46^56.03^0.0^56.03^397^9.16^41^269^550^204^5.09^0.382^^14.3^61.1^0.408^0.713^5.088^^0.306^82^82^0^139^62.0^1.53^1528^459^459^0^0^0^0^0^4.60^40.9^10.942^9.292^5.124^17^106.00^~1 serving, 100 ml~^30.46^~1 oz~^0 ~03944~^~INF FORM,ABB NUTR,SIMI NEOS ADV,RTF,W/ ARA & DHA,(FORM ROSS)~^87.00^69^1.92^3.77^0.38^6.92^0.0^6.90^72^1.23^6^42^97^23^0.82^0.082^0.006^1.6^10.3^0.151^0.102^1.336^0.548^0.068^17^17^0^29^11.0^0.27^315^94^94^0^0^0^0^0^1.11^7.5^2.447^0.387^0.844^2^30.50^~1 fl oz~^^~~^0 ~05197~^~TURKEY,FRYER-ROASTERS,MEAT&SKN&GIBLETS&NECK,RAW~^72.90^133^22.15^4.25^0.92^0.05^0.0^^13^1.75^22^175^246^61^2.09^0.152^0.030^24.6^0.2^0.043^0.215^4.085^1.030^0.420^26^0^26^26^^1.85^395^119^119^^^^^^^^1.220^1.470^1.070^92^2410.00^~1 turkey~^^~~^25 ~05198~^~TURKEY,FRYER-ROASTERS,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^65.95^171^28.08^5.64^0.97^0.04^0.0^^23^2.22^24^196^242^65^3.09^0.161^0.031^34.2^0.1^0.042^0.216^4.780^0.999^0.400^21^0^21^21^^1.32^224^67^67^^^^^^^^1.640^1.890^1.440^118^251.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1772.00^~1 turkey~^25 ~05199~^~TURKEY,FRYER-ROASTERS,MEAT&SKN,RAW~^72.74^134^22.37^4.25^0.90^0.00^0.0^^13^1.42^22^173^243^58^1.97^0.139^0.021^24.8^0.0^0.041^0.151^4.039^0.865^0.430^9^0^9^9^^0.42^4^1^1^^^^^^^^1.210^1.520^1.060^81^310.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1093.00^~.5 turkey, bone removed~^25 ~05200~^~TURKEY,FRYER-ROASTERS,MEAT&SKN,CKD,RSTD~^65.76^172^28.26^5.72^0.99^0.00^0.0^0.00^22^1.95^25^198^250^66^2.89^0.146^0.024^33.8^0.0^0.043^0.183^4.922^0.903^0.420^7^0^7^7^69.7^0.37^0^0^0^0^0^0^0^0^0.35^0.8^1.650^1.960^1.450^105^229.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^808.00^~.5 turkey, bone removed~^25 ~05201~^~TURKEY,FRYER-ROASTERS,MEAT ONLY,RAW~^75.42^110^22.32^1.58^0.93^0.00^0.0^^12^1.44^24^184^260^61^2.03^0.140^0.022^26.5^0.0^0.044^0.159^4.357^0.939^0.470^9^0^9^9^^0.44^0^0^0^^^^^^^^0.530^0.350^0.470^73^272.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^990.00^~.5 turkey, bone and skin removed~^34 ~05202~^~TURKEY,FRYER-ROASTERS,MEAT ONLY,CKD,RSTD~^67.57^150^29.56^2.63^1.04^0.00^0.0^^20^1.96^26^207^263^67^3.04^0.150^0.025^36.5^0.0^0.046^0.188^5.326^1.012^0.480^8^0^8^8^^0.39^0^0^0^^^^^^^^0.870^0.560^0.770^98^140.00^~1 cup, chopped or diced~^195.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^36 ~05203~^~TURKEY,FRYER-ROASTERS,SKN ONLY,RAW~^59.86^283^16.60^23.54^0.48^0.00^0.0^^19^1.29^10^97^121^35^1.60^0.134^0.015^15.2^0.0^0.021^0.093^1.765^0.329^0.090^5^0^5^5^^0.31^33^10^10^^^^^^^^6.140^10.030^5.390^139^38.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^133.00^~.5 turkey, skin only~^0 ~05204~^~TURKEY,FRYER-ROASTERS,SKN ONLY,CKD,RSTD~^55.46^299^20.94^23.28^0.73^0.00^0.0^^35^1.86^17^150^181^61^2.05^0.129^0.020^153.1^0.0^0.025^0.159^2.634^0.278^0.070^4^0^4^4^^0.22^0^0^0^^^^^^^^6.070^9.920^5.330^144^34.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^121.00^~.5 turkey, skin only~^0 ~05205~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT&SKN,RAW~^72.49^133^23.09^3.81^0.90^0.00^0.0^^12^1.23^24^182^253^50^1.42^0.120^0.019^23.0^0.0^0.036^0.115^5.178^0.651^0.500^8^0^8^8^^0.44^5^2^2^^^^^^^^1.020^1.520^0.890^76^159.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^561.00^~.5 turkey, bone removed~^19 ~05206~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT&SKN,CKD,RSTD~^66.54^164^28.77^4.58^1.04^0.00^0.0^^18^1.61^26^205^262^57^2.08^0.092^0.024^29.9^0.0^0.038^0.139^6.275^0.648^0.490^6^0^6^6^^0.36^0^0^0^^^^^^^^1.250^1.700^1.090^95^123.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^433.00^~.5 turkey, bone removed~^19 ~05207~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT&SKN,RAW~^74.56^129^20.06^4.79^0.84^0.00^0.0^^14^1.62^20^163^232^66^2.55^0.160^0.023^27.3^0.0^0.046^0.189^2.838^1.090^0.340^10^0^10^10^^0.40^3^1^1^^^^^^^^1.430^1.550^1.270^87^151.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^532.00^~.5 turkey, bone removed~^30 ~05208~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT&SKN,CKD,RSTD~^64.82^182^27.69^7.06^0.94^0.00^0.0^^27^2.33^23^190^237^76^3.83^0.209^0.024^39.0^0.0^0.048^0.235^3.350^1.199^0.330^9^0^9^9^^0.37^0^0^0^^^^^^^^2.120^2.270^1.880^117^106.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^374.00^~.5 turkey, bone removed~^31 ~05209~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT ONLY,RAW~^74.61^108^24.18^0.49^0.98^0.00^0.0^^10^1.22^26^196^276^52^1.39^0.118^0.020^24.4^0.0^0.039^0.119^5.751^0.705^0.570^8^0^8^8^^0.46^0^0^0^^^^^^^^0.160^0.090^0.130^66^136.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^481.00^~.5 turkey, bone and skin removed~^31 ~05210~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT ONLY,CKD,RSTD~^68.56^140^30.19^1.18^1.09^0.00^0.0^^15^1.57^28^216^277^56^2.08^0.086^0.025^32.1^0.0^0.041^0.136^6.936^0.715^0.570^6^0^6^6^^0.39^0^0^0^^^^^^^^0.380^0.210^0.310^86^140.00^~1 cup, chopped or diced~^104.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^31 ~05211~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT ONLY,RAW~^76.22^111^20.46^2.67^0.88^0.00^0.0^^13^1.66^22^171^244^69^2.66^0.162^0.024^28.6^0.0^0.049^0.200^2.957^1.173^0.370^11^0^11^11^^0.41^0^0^0^^^^^^^^0.900^0.610^0.800^81^136.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^479.00^~.5 turkey, bone and skin removed~^37 ~05212~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT ONLY,CKD,RSTD~^66.39^162^28.84^4.31^0.98^0.00^0.0^^26^2.41^24^196^246^79^4.13^0.223^0.025^40.9^0.0^0.051^0.248^3.471^1.353^0.380^10^0^10^10^^0.39^0^0^0^^^^^^^^1.450^0.980^1.290^112^140.00^~1 cup, chopped or diced~^91.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^41 ~05213~^~TURKEY,FRYER-ROASTERS,BACK,MEAT&SKN,RAW~^72.47^151^19.89^7.27^0.76^0.00^0.0^^19^1.40^19^155^204^60^1.92^0.137^0.018^26.4^0.0^0.042^0.161^3.257^1.032^0.320^10^0^10^10^^0.39^6^2^2^^^^^^^^2.120^2.500^1.880^86^183.00^~.5 back, bone removed~^52.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^41 ~05214~^~TURKEY,FRYER-ROASTERS,BACK,MEAT&SKN,CKD,RSTD~^63.27^204^26.15^10.24^0.85^0.00^0.0^^36^1.85^20^170^208^70^3.34^0.166^0.023^37.7^0.0^0.040^0.193^3.517^1.127^0.310^9^0^9^9^^0.36^0^0^0^^^^^^^^2.990^3.530^2.640^108^130.00^~.5 back, bone removed~^37.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^41 ~05215~^~TURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,RAW~^75.37^120^20.66^3.51^0.83^0.00^0.0^^19^1.44^21^168^222^65^2.02^0.134^0.019^28.6^0.0^0.047^0.176^3.594^1.182^0.370^11^0^11^11^^0.41^0^0^0^^^^^^^^1.180^0.800^1.050^74^43.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^150.00^~.5 back, bone and skin removed~^51 ~05216~^~TURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,CKD,RSTD~^66.01^170^28.02^5.64^0.90^0.00^0.0^^36^1.85^22^177^217^73^3.80^0.179^0.025^40.9^0.0^0.045^0.205^3.829^1.422^0.400^10^0^10^10^^0.41^0^0^0^^^^^^^^1.890^1.280^1.690^95^27.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^99.00^~.5 back, bone and skin removed~^56 ~05217~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT&SKN,RAW~^72.88^125^23.76^2.65^0.97^0.00^0.0^0.00^11^1.19^26^195^276^48^1.28^0.117^0.020^23.5^0.0^0.039^0.116^5.809^0.679^0.530^8^0^8^8^^0.46^3^1^1^^^^^^^^0.720^1.000^0.630^70^123.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^433.00^~.5 breast, bone removed~^12 ~05218~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT&SKN,CKD,RSTD~^67.63^153^29.07^3.20^1.10^0.00^0.0^^15^1.57^28^216^279^53^1.77^0.076^0.024^30.5^0.0^0.041^0.135^6.962^0.661^0.510^6^0^6^6^^0.37^0^0^0^^^^^^^^0.870^1.200^0.760^90^98.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^344.00^~.5 breast, bone removed~^11 ~05219~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,RAW~^74.12^111^24.60^0.65^1.02^0.00^0.0^^10^1.17^28^206^293^49^1.24^0.116^0.021^24.4^0.0^0.041^0.118^6.255^0.717^0.580^8^0^8^8^^0.47^0^0^0^^^^^^^^0.210^0.110^0.170^62^111.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^390.00^~.5 breast, bone and skin removed~^21 ~05220~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,CKD,RSTD~^68.40^135^30.06^0.74^1.14^0.00^0.0^0.00^12^1.53^29^224^292^52^1.74^0.070^0.024^32.1^0.0^0.043^0.131^7.493^0.708^0.560^6^0^6^6^84.4^0.39^0^0^0^0^0^0^0^0^0.09^0.0^0.240^0.130^0.200^83^87.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^306.00^~.5 breast, bone and skin removed~^21 ~05221~^~TURKEY,FRYER-ROASTERS,LEG,MEAT&SKN,RAW~^75.61^118^20.13^3.57^0.88^0.00^0.0^^11^1.74^21^168^246^69^2.90^0.167^0.026^27.8^0.0^0.048^0.203^2.621^1.120^0.350^10^0^10^10^^0.40^2^1^1^^^^^^^^1.100^1.080^0.970^87^99.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^349.00^~1 leg, bone removed~^23 ~05222~^~TURKEY,FRYER-ROASTERS,LEG,MEAT&SKN,CKD,RSTD~^65.62^170^28.49^5.41^0.99^0.00^0.0^^23^2.59^24^200^252^80^4.09^0.233^0.025^39.7^0.0^0.052^0.257^3.262^1.237^0.340^9^0^9^9^^0.37^0^0^0^^^^^^^^1.670^1.610^1.480^70^70.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^245.00^~1 leg, bone removed~^25 ~05223~^~TURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,RAW~^76.62^108^20.35^2.37^0.90^0.00^0.0^^10^1.77^22^172^254^71^2.98^0.143^0.027^28.6^0.0^0.050^0.210^2.675^1.169^0.370^11^0^11^11^^0.41^0^0^0^^^^^^^^0.800^0.540^0.710^84^93.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^329.00^~1 leg, bone and skin removed~^28 ~06243~^~SOUP,CRM OF MUSHROOM,CND,PREP W/ EQ VOLUME LOFAT (2%) MILK~^86.69^67^2.49^3.86^1.30^5.66^0.0^3.33^66^0.55^8^62^108^332^0.32^0.080^0.041^2.4^0.1^0.041^0.118^0.252^0.297^0.020^3^0^3^3^13.2^0.24^112^33^32^0^2^0^0^0^0.41^0.9^1.317^0.825^0.728^4^251.88^~1 serving, 1 cup~^31.49^~1 fl oz~^0 ~06244~^~CAMPBELL SOUP COMPANY,CHNKY MICRO BOWLS,CLSSC CHIC NOODL,RTS~^88.90^45^3.27^0.82^1.30^5.71^0.8^1.22^8^0.00^^^^343^^^^^0.0^^^^^^^^^^^^1224^^^^^^^^^^0.408^^^10^245.00^~1 serving, 1 cup~^^~~^0 ~06245~^~CAMPBELL SOUP COMP,CHNKY MICRO BOWL,GRLLD CHIC&SAUS GMBO,RTS~^87.80^49^2.86^1.02^0.98^7.35^1.2^2.04^16^0.15^^^^318^^^^^0.0^^^^^^^^^^^^163^^^^^^^^^^0.408^^^6^245.00^~1 serving, 1 cup~^^~~^0 ~06246~^~SOUP,CRM OF ONION,CND,PREP W/ EQ VOLUME MILK~^84.50^75^2.74^3.78^1.50^7.40^0.3^^72^0.28^9^62^125^405^0.25^0.060^0.100^^1.0^0.039^0.110^0.244^0.280^0.030^9^0^9^9^^0.20^182^21^14^^^^^^^^1.630^1.320^0.640^13^248.00^~1 cup, (8 fl oz)~^602.00^~1 can, (10.75 oz), prepared~^0 ~06247~^~CAMPBELL SOUP COMP,CHNKY MICRO BOWL,GRLD CHIC W/VEG&PSTA,RTS~^88.70^45^2.86^1.02^1.71^5.71^1.2^0.82^8^0.00^^^^347^^^^^0.5^^^^^^^^^^^^1020^^^^^^^^^^0.204^^^6^245.00^~1 serving, 1 cup~^^~~^0 ~06248~^~SOUP,OYSTER STEW,CND,PREP W/ EQ VOLUME MILK~^88.94^55^2.51^3.24^1.34^3.99^0.0^^68^0.43^8^66^96^425^4.22^0.655^0.151^^1.8^0.027^0.095^0.137^0.200^0.026^4^0^4^4^^1.07^92^23^22^^^^^^^^2.060^0.850^0.130^13^245.00^~1 cup, (8 fl oz)~^595.00^~1 can, (10.5 oz), prepared~^0 ~06249~^~SOUP,PEA,GRN,CND,PREP W/ EQ VOLUME MILK~^77.93^94^4.97^2.77^1.65^12.69^1.1^^68^0.79^22^94^148^382^0.69^0.154^0.260^^1.1^0.061^0.105^0.528^0.220^0.041^3^0^3^3^^0.17^140^26^22^^^^^^^^1.580^0.860^0.210^7^254.00^~1 cup, (8 fl oz)~^616.00^~1 can, (11.25 oz), prepared~^0 ~06250~^~CAMPBELL SOUP COMPANY,CHNKY MICRO BOWL,NEW ENGL CLM CHOW,RTS~^84.20^82^2.45^4.90^1.11^7.35^1.2^0.82^33^0.73^^^^355^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.020^^^6^245.00^~1 serving, 1 cup~^^~~^0 ~06251~^~CAMPBELL SOUP COMPANY,CHUNKY MICRO BOWLS,OLD FASH VEG BF,RTS~^89.00^45^3.67^0.61^1.41^5.31^1.2^1.63^16^0.44^^^^359^^^^^0.0^^^^^^^^^^^^1224^^^^^^^^^^0.204^^^6^245.00^~1 serving, 1 cup~^^~~^0 ~06252~^~CAMPBELL SOUP,CHUNKY MICRO BOWLS,SIRL BRGER W/CNTRY VEG,RTS~^85.30^65^4.08^1.63^1.64^7.35^1.6^1.63^8^0.44^^^^355^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.816^^^6^245.00^~1 serving, 1 cup~^^~~^0 ~06253~^~SOUP,CRM OF POTATO,CND,PREP W/ EQ VOLUME MILK~^86.67^60^2.33^2.60^1.47^6.92^0.2^^67^0.22^7^65^130^428^0.27^0.106^0.153^^0.5^0.033^0.095^0.259^0.680^0.036^4^0^4^4^^0.20^179^21^15^^^^^^^^1.520^0.700^0.230^9^248.00^~1 cup, (8 fl oz)~^602.00^~1 can, (10.75 oz), prepared~^0 ~06256~^~SOUP,CRM OF SHRIMP,CND,PREP W/ EQ VOLUME LOFAT (2%) MILK~^87.17^60^2.78^3.02^1.46^5.57^0.1^2.62^67^0.22^9^61^101^396^0.51^0.054^0.146^3.5^0.1^0.028^0.107^0.211^0.237^0.034^4^0^4^4^11.8^0.46^158^44^43^0^2^0^0^0^0.02^0.1^1.895^0.864^0.110^10^253.15^~1 cup, (8 fl oz)~^31.64^~1 fl oz~^0 ~06264~^~SAUCE,WHITE,THIN,PREPARED-FROM-RECIPE,W/ BUTTER~^84.02^72^3.95^2.56^1.18^8.29^0.1^5.29^131^0.22^12^110^167^184^0.47^0.019^0.031^4.7^0.0^0.068^0.208^0.319^0.392^0.037^10^4^5^13^^0.55^286^84^83^0^5^0^0^1^0.08^0.2^1.600^0.656^0.112^8^^~~^^~~^0 ~06285~^~SAUCE,SWT & SOUR,PREPARED-FROM-RECIPE~^78.56^79^1.84^0.58^1.90^16.72^0.4^10.81^16^0.67^13^30^193^347^0.18^0.100^0.247^1.6^5.0^0.042^0.063^1.178^0.057^0.087^10^0^10^10^^0.00^110^6^0^2^65^0^2032^1^0.32^1.0^0.144^0.253^0.117^1^^~~^^~~^0 ~01134~^~EGG,WHL,DRIED,STABILIZED,GLUCOSE RED~^1.87^615^48.17^43.95^3.63^2.38^0.0^^222^8.28^49^715^515^548^5.71^0.270^0.150^121.1^0.0^0.325^1.232^0.259^6.710^0.420^193^0^193^193^^10.51^2050^616^616^^^^^^^^13.198^17.564^5.713^2017^85.00^~1 cup, sifted~^5.00^~1 tbsp~^0 ~01135~^~EGG,WHITE,DRIED,FLAKES,GLUCOSE RED~^14.62^351^76.92^0.04^4.25^4.17^0.0^4.17^83^0.23^67^83^1042^1156^0.15^0.230^0.070^116.8^0.0^0.035^2.162^0.675^1.829^0.023^89^0^89^89^^0.49^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^227.00^~.5 lb~^^~~^0 ~01136~^~EGG,WHITE,DRIED,PDR,GLUCOSE RED~^8.54^376^82.40^0.04^4.55^4.47^0.0^4.47^89^0.24^72^89^1116^1238^0.16^0.170^0.050^125.1^0.0^0.037^2.316^0.723^1.958^0.024^96^0^96^96^8.4^0.53^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^107.00^~1 cup, sifted~^7.00^~1 tbsp~^0 ~01137~^~EGG,YOLK,DRIED~^2.95^666^34.25^55.80^3.40^3.60^0.0^3.60^284^5.42^13^920^244^135^4.93^0.012^0.119^86.8^0.0^0.290^1.880^0.095^7.765^0.660^244^0^244^244^1388.3^5.33^1751^417^395^79^186^70^0^2299^5.42^1.5^17.154^21.129^7.895^2335^67.00^~1 cup, sifted~^4.00^~1 tbsp~^0 ~01138~^~EGG,DUCK,WHOLE,FRESH,RAW~^70.83^185^12.81^13.77^1.14^1.45^0.0^0.93^64^3.85^17^220^222^146^1.41^0.062^0.038^36.4^0.0^0.156^0.404^0.200^1.862^0.250^80^0^80^80^263.4^5.40^674^194^192^0^14^12^0^459^1.34^0.4^3.681^6.525^1.223^884^70.00^~1 egg~^^~~^12 ~01139~^~EGG,GOOSE,WHOLE,FRESH,RAW~^70.43^185^13.87^13.27^1.08^1.35^0.0^0.94^60^3.64^16^208^210^138^1.33^0.062^0.038^36.9^0.0^0.147^0.382^0.189^1.759^0.236^76^0^76^76^263.4^5.10^650^187^185^0^13^12^0^442^1.29^0.4^3.595^5.747^1.672^852^144.00^~1 egg~^^~~^13 ~01140~^~EGG,QUAIL,WHOLE,FRESH,RAW~^74.35^158^13.05^11.09^1.10^0.41^0.0^0.41^64^3.65^13^226^132^141^1.47^0.062^0.038^32.0^0.0^0.130^0.790^0.150^1.761^0.150^66^0^66^66^263.4^1.58^543^156^155^0^11^10^0^369^1.08^0.3^3.557^4.324^1.324^844^9.00^~1 egg~^^~~^8 ~01141~^~EGG,TURKEY,WHL,FRSH,RAW~^72.50^171^13.68^11.88^0.79^1.15^0.0^^99^4.10^13^170^142^151^1.58^0.062^0.038^34.3^0.0^0.110^0.470^0.024^1.889^0.131^71^0^71^71^^1.69^554^166^166^^^^^^^^3.632^4.571^1.658^933^79.00^~1 egg~^^~~^12 ~01142~^~EGG SUBSTITUTE,FROZEN~^73.10^160^11.29^11.11^1.30^3.20^0.0^3.20^73^1.98^15^72^213^199^0.98^0.022^0.006^41.3^0.5^0.120^0.386^0.140^1.660^0.133^16^0^16^16^2.5^0.34^225^11^0^0^135^0^0^0^1.59^0.2^1.930^2.435^6.241^2^240.00^~1 cup~^60.00^~.25 cup~^0 ~01143~^~EGG SUBSTITUTE,LIQUID~^82.75^84^12.00^3.31^1.30^0.64^0.0^0.64^53^2.10^9^121^330^177^1.30^0.023^0.007^24.9^0.0^0.110^0.300^0.110^2.700^0.003^15^0^15^15^1.6^0.30^360^18^0^0^216^0^0^0^0.27^0.8^0.659^0.896^1.603^1^251.00^~1 cup~^15.70^~1 tbsp~^0 ~01144~^~EGG SUBSTITUTE,POWDER~^3.86^444^55.50^13.00^5.84^21.80^0.0^21.80^326^3.16^65^478^744^800^1.82^0.207^0.080^127.7^0.8^0.226^1.760^0.577^3.384^0.143^125^0^125^125^117.6^3.52^1230^369^369^0^0^0^0^0^1.26^0.4^3.766^5.341^1.683^572^9.90^~.35 oz~^19.80^~.7 oz~^0 ~01145~^~BUTTER,WITHOUT SALT~^17.94^717^0.85^81.11^0.04^0.06^0.0^0.06^24^0.02^2^24^24^11^0.09^0.016^0.004^1.0^0.0^0.005^0.034^0.042^0.110^0.003^3^0^3^3^18.8^0.17^2499^684^671^0^158^0^0^0^2.32^7.0^51.368^21.021^3.043^215^227.00^~1 cup~^14.20^~1 tbsp~^0 ~01146~^~CHEESE,PARMESAN,SHREDDED~^25.00^415^37.86^27.34^6.39^3.41^0.0^^1253^0.87^51^735^97^1696^3.19^0.037^0.023^23.9^0.0^0.041^0.352^0.287^0.527^0.105^8^0^8^8^^1.40^639^122^108^^^^^^^^17.370^8.734^0.661^72^5.00^~1 tbsp~^^~~^0 ~01147~^~CHEESE,PAST PROCESS,AMERICAN,WO/DI NA PO4~^39.16^375^22.15^31.25^5.84^1.60^0.0^0.51^616^0.39^22^444^162^650^2.99^0.030^0.015^14.4^0.0^0.027^0.353^0.069^0.482^0.071^8^0^8^8^^0.70^961^254^247^0^82^0^0^0^0.27^2.7^19.694^8.951^0.990^94^28.35^~1 oz~^17.50^~1 cubic inch~^0 ~01148~^~CHEESE,PAST PROCESS,SWISS,WO/DI NA PO4~^42.31^334^24.73^25.01^5.85^2.10^0.0^^772^0.61^29^540^216^681^3.61^0.027^0.014^15.9^0.0^0.014^0.276^0.038^0.260^0.036^6^0^6^6^^1.23^808^225^221^^^^^^^^16.045^7.046^0.622^85^28.35^~1 oz~^17.90^~1 cubic inch~^0 ~01149~^~CHEESE FD,PAST PROCESS,AMERICAN,W/DI NA PO4~^43.15^328^19.61^24.60^5.35^7.29^0.0^7.43^574^0.84^31^754^279^1596^2.99^0.030^0.010^16.0^0.0^0.029^0.442^0.140^0.558^0.141^7^0^7^7^^1.12^762^201^196^^65^^^^0.22^^15.443^7.206^0.723^64^28.35^~1 oz~^227.00^~1 package, (8 oz)~^0 ~01150~^~CHEESE SPRD,PAST PROCESS,AMERICAN,W/DI NA PO4~^47.65^290^16.41^21.23^5.98^8.73^0.0^^562^0.33^29^875^242^1625^2.59^0.033^0.020^11.3^0.0^0.048^0.431^0.131^0.686^0.117^7^0^7^7^^0.40^788^^^^^^^^^^13.327^6.219^0.624^55^28.35^~1 oz~^142.00^~1 jar, (5 oz)~^0 ~01151~^~MILK,NONFAT,FLUID,WO/ VIT A (FAT FREE OR SKIM)~^90.80^35^3.41^0.18^0.76^4.85^0.0^5.09^123^0.04^11^101^166^52^0.40^0.011^0.002^2.1^1.0^0.036^0.140^0.088^0.329^0.040^5^0^5^5^^0.38^7^2^2^^^^^^0.04^^0.117^0.047^0.007^2^245.00^~1 cup~^980.00^~1 quart~^0 ~01152~^~MILK,RED FAT,FLUID,2% MILKFAT,W/ NONFAT MILK SOL,WO/ VIT A~^87.71^56^3.95^1.98^0.87^5.49^0.0^^143^0.06^15^112^182^59^0.41^0.011^0.002^2.6^1.1^0.045^0.194^0.101^0.339^0.046^5^0^5^5^^0.39^75^17^16^^^^^^^^1.232^0.065^0.009^8^245.00^~1 cup~^980.00^~1 quart~^0 ~01153~^~MILK,CND,EVAP,W/ VIT A~^74.04^134^6.81^7.56^1.55^10.04^0.0^^261^0.19^24^203^303^106^0.77^0.016^0.006^2.3^1.9^0.047^0.316^0.194^0.638^0.050^8^0^8^8^^0.16^397^^^^^^^^^^4.591^2.335^0.245^29^31.50^~1 fl oz~^126.00^~.5 cup~^0 ~01154~^~MILK,DRY,NONFAT,REG,W/ VIT A~^3.16^362^36.16^0.77^7.93^51.98^0.0^51.98^1257^0.32^110^968^1794^535^4.08^0.041^0.020^27.3^6.8^0.415^1.550^0.951^3.568^0.361^50^0^50^50^169.2^4.03^2179^653^653^0^1^0^0^0^0.00^0.1^0.499^0.200^0.030^20^120.00^~1 cup~^30.00^~.25 cup~^0 ~01155~^~MILK,DRY,NONFAT,INST,WO/ VIT A~^3.96^358^35.10^0.72^8.03^52.19^0.0^52.19^1231^0.31^117^985^1705^549^4.41^0.041^0.020^27.3^5.6^0.413^1.744^0.891^3.230^0.345^50^0^50^50^^3.99^15^4^4^0^1^0^0^0^0.01^0.0^0.470^0.190^0.030^18^68.00^~1 cup~^91.00^~1 envelope, (1-1/3 cup)~^0 ~01156~^~CHEESE,GOAT,HARD TYPE~^29.01^452^30.52^35.59^3.72^2.17^0.0^2.17^895^1.88^54^729^48^346^1.59^0.627^0.252^5.5^0.0^0.140^1.190^2.400^0.410^0.080^4^0^4^4^15.4^0.12^1745^486^478^0^91^0^0^0^0.31^3.0^24.609^8.117^0.845^105^28.35^~1 oz~^^~~^0 ~01157~^~CHEESE,GOAT,SEMISOFT TYPE~^45.52^364^21.58^29.84^2.94^2.54^0.0^2.54^298^1.62^29^375^158^515^0.66^0.564^0.093^3.8^0.0^0.072^0.676^1.148^0.190^0.060^2^0^2^2^15.4^0.22^1464^407^401^0^77^0^0^0^0.26^2.5^20.639^6.808^0.709^79^28.35^~1 oz~^^~~^0 ~01159~^~CHEESE,GOAT,SOFT TYPE~^60.75^268^18.52^21.08^1.58^0.89^0.0^0.89^140^1.90^16^256^26^368^0.92^0.732^0.100^2.8^0.0^0.070^0.380^0.430^0.680^0.250^12^0^12^12^15.4^0.19^1033^288^283^0^54^0^0^0^0.18^1.8^14.575^4.807^0.501^46^28.35^~1 oz~^^~~^0 ~01160~^~EGG,YOLK,RAW,FRZ,SALTED~^50.80^274^14.00^23.00^10.60^1.60^0.0^^114^3.75^10^431^117^3780^2.84^0.109^0.062^37.7^0.0^0.130^0.430^0.040^3.230^0.261^107^0^107^107^^2.52^1190^357^357^^^^^^^^7.028^8.849^3.150^955^227.00^~.5 lb~^^~~^0 ~01161~^~CHEESE SUB,MOZZARELLA~^47.36^248^11.47^12.22^5.27^23.67^0.0^23.67^610^0.40^41^583^455^685^1.92^0.110^0.028^19.2^0.1^0.026^0.444^0.317^0.083^0.051^11^0^11^11^13.7^0.81^1457^437^437^0^0^0^0^0^0.11^1.0^3.711^6.243^1.738^0^113.00^~1 cup, shredded~^28.35^~1 oz~^0 ~01163~^~CHEESE FONDUE~^61.61^229^14.23^13.47^1.85^3.77^0.0^^476^0.39^23^306^105^132^1.96^0.026^0.099^9.0^0.0^0.027^0.196^0.190^0.233^0.055^8^4^4^11^^0.83^414^109^107^^^^^^^^8.721^3.563^0.484^45^215.00^~1 cup~^108.00^~.5 cup~^0 ~03945~^~INF FORM,ABBOTT NUTR,NEOSURE ADVANCE,PDR,ARA&DHA (FORM ROSS)~^2.25^521^14.42^28.33^3.26^52.02^0.0^52.02^541^9.26^46^319^731^170^6.18^0.618^51.499^11.8^77.2^1.133^0.773^10.043^4.120^0.515^128^128^0^218^82.4^2.06^2371^711^711^0^0^0^0^0^8.34^56.7^9.871^10.492^6.660^14^30.50^~1 fl oz~^^~~^0 ~03946~^~INF FOR,ABBOTT NUTR,LA F ADVA,RTF,W/ ARA & DHA,(FORME RO)~^87.00^69^1.48^3.74^0.75^7.40^0.0^7.40^58^1.24^3^39^74^21^0.52^0.060^0.003^1.2^6.0^0.069^0.104^0.726^0.311^0.042^10^10^0^18^11.1^0.17^207^62^62^0^0^0^0^0^0.93^5.5^2.430^0.384^0.832^2^30.50^~1 fl oz~^^~~^0 ~03947~^~INF FOR NUTR,SI LAC ADVA,LIQ CONCENTW/ ARA & DHA,(FORME R)~^75.88^129^2.73^6.95^0.80^13.78^0.0^13.78^108^2.32^8^72^138^39^0.97^0.062^0.006^2.9^11.5^0.129^0.279^1.351^0.579^0.077^19^19^0^33^20.6^0.32^385^116^116^0^0^0^0^0^0.84^10.3^4.522^0.715^1.548^4^30.50^~1 fl oz~^^~~^0 ~03948~^~INF FORM,ABBNUTR,LACT FREE ADVA,PDR,W/ ARA & DHA,(FOR RO)~^2.20^520^11.13^28.14^3.00^55.67^0.0^55.67^436^9.33^30^293^557^158^3.91^0.451^0.023^9.0^45.1^0.519^0.782^5.462^2.330^0.316^75^75^0^128^83.5^1.28^1557^468^468^0^0^0^0^0^7.07^41.4^18.305^2.894^6.270^15^30.50^~1 fl oz~^^~~^0 ~03949~^~INF FORM,ABB NUTR,SIMI,ADVA,W/ IRON,RTF,(FORM ROSS)~^87.79^66^1.36^3.70^0.38^6.92^0.0^6.90^53^1.18^4^28^69^16^0.49^0.059^0.003^1.2^5.9^0.066^0.099^0.690^0.296^0.039^10^10^0^17^8.0^0.16^197^59^59^0^0^0^0^0^1.32^5.3^1.237^1.314^0.801^2^30.40^~1 fl oz~^^~~^0 ~03950~^~INF FORM,ABB NUTR,SIMI,ADVA,W/ IRON,PDR,N REC(FORMERLY ROSS)~^2.25^522^10.89^28.87^3.26^54.73^0.0^54.73^410^9.47^32^221^552^126^3.94^0.473^0.026^11.6^47.3^0.526^0.789^5.522^2.367^0.316^79^79^0^134^64.0^1.32^1578^473^473^0^0^0^0^0^5.29^42.1^9.873^10.491^6.396^14^8.50^~1 scoop~^^~~^0 ~03951~^~INF FOR,AB N,SII,ADVANCE,W/ IR,LIQ CO,NOT RECON,(FORME ROS)~^76.16^127^2.64^6.89^0.79^13.52^0.0^13.52^99^2.30^8^54^134^31^0.96^0.115^0.006^2.8^11.5^0.127^0.191^1.339^0.574^0.076^19^19^0^33^15.6^0.32^382^114^114^0^0^0^0^0^1.28^10.2^2.401^2.551^1.555^3^31.40^~1 fl oz~^^~~^0 ~03952~^~INF FORM,ABB NUTR,SIMI,ISO,ADVANCE W/ IR,LI CONC,(FORM RO)~^75.81^128^3.13^6.98^0.88^13.21^0.0^13.10^134^2.30^10^96^138^56^0.96^0.096^0.032^2.7^11.5^0.077^0.115^1.725^0.958^0.077^19^19^0^33^15.5^0.58^380^114^114^0^0^0^0^0^1.20^14.1^2.262^2.660^1.625^0^31.40^~1 fl oz~^^~~^0 ~03953~^~INF FORMULA,ABB NUTR,SIMI,ISO,ADVA W/ IRON,RTF,(FORM RO)~^87.54^66^1.61^3.59^0.66^6.70^0.0^6.70^69^1.18^5^49^71^29^0.49^0.049^0.016^1.4^5.9^0.039^0.059^0.887^0.493^0.039^10^10^0^17^8.0^0.30^197^59^59^0^0^0^0^0^1.32^7.2^1.166^1.371^0.838^0^30.50^~1 fl oz~^^~~^0 ~03954~^~INF FORM,AB NUTR,SIMI,ISOMIL,ADV W/ IRON,PDR,NOT RE,(FOR RO)~^2.50^517^12.60^28.09^3.24^53.57^0.0^52.97^540^9.26^39^386^555^226^3.86^0.386^0.129^10.8^46.3^0.309^0.463^6.943^3.857^0.309^77^77^0^131^60.0^2.31^1543^462^463^0^0^0^0^0^5.10^56.6^9.167^10.778^6.584^0^8.70^~1 scoop~^^~~^0 ~03955~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,ENFACARE LIPIL,RTF, ARA&DHA~^86.00^71^2.00^3.80^0.80^7.40^0.0^7.40^86^1.28^6^47^75^25^0.88^0.086^0.011^2.0^11.3^0.141^0.141^1.423^0.605^0.071^19^19^0^31^17.1^0.21^317^58^58^0^0^0^0^0^1.32^5.7^1.578^1.330^0.862^1^30.75^~1 fl oz~^^~~^0 ~04001~^~FAT,BEEF TALLOW~^0.00^902^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^79.8^0.00^0^0^0^0^0^0^0^0^2.70^0.0^49.800^41.800^4.000^109^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04002~^~LARD~^0.00^902^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.11^0.000^0.000^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^49.7^0.00^0^0^0^0^0^0^0^0^0.60^0.0^39.200^45.100^11.200^95^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04011~^~SALAD DRSNG,KRAFT MAYO LT MAYO~^55.40^334^0.60^32.90^2.10^8.50^0.1^4.20^6^0.20^^58^52^797^^^^^0.3^^^^^^^^^^^^185^^^^^^^^^155.1^5.000^^^35^15.00^~1 tbsp~^^~~^0 ~04012~^~SALAD DRSNG,KRAFT MIRACLE WHIP LT DRSNG~^63.30^231^0.60^18.60^2.20^14.40^0.1^9.90^5^0.17^^13^23^821^^^^^0.0^^^^^^^^^^^^34^^^^^^^^^83.6^2.900^^^26^16.00^~1 tbsp~^^~~^0 ~04013~^~SALAD DRSNG,KRAFT MAYO FAT FREE MAYO DRSNG~^81.80^70^0.20^2.70^2.20^12.40^2.0^6.80^6^0.10^^27^50^750^^^^^0.0^^^^^^^^^^^^99^^^^^^^^^155.1^0.500^^^10^16.00^~1 tbsp~^^~~^0 ~04014~^~SALAD DRSNG,KRAFT MIRACLE WHIP FREE NONFAT DRSNG~^78.70^84^0.20^2.70^1.90^15.50^1.9^10.30^6^0.12^^5^49^788^^^^^0.0^^^^^^^^^^^^69^^^^^^^^^83.6^0.600^^^9^16.00^~1 tbsp~^^~~^0 ~04015~^~SALAD DRSNG,RUSSIAN DRSNG~^38.53^355^0.69^26.18^2.70^31.90^0.7^17.68^13^0.60^10^20^173^993^0.22^0.058^0.063^1.6^6.0^0.029^0.046^0.594^0.400^0.097^5^0^5^5^4.6^0.00^577^29^0^2^320^49^3576^173^3.32^53.7^2.390^5.928^14.830^0^245.00^~1 cup~^15.30^~1 tbsp~^0 ~04016~^~SALAD DRSNG,SESAME SD DRSNG,REG~^39.20^443^3.10^45.20^3.90^8.60^1.0^8.32^19^0.60^0^37^157^1000^0.10^0.000^^1.6^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^4.0^0.00^36^2^0^0^21^2^16^0^5.00^56.0^6.200^11.900^25.100^0^15.30^~1 tablespoon~^245.00^~1 cup~^0 ~04017~^~SALAD DRSNG,1000 ISLAND,COMM,REG~^46.51^370^1.09^35.06^2.69^14.64^0.8^15.18^17^1.18^8^27^107^863^0.26^0.000^0.040^1.5^0.0^1.445^0.058^0.418^0.000^0.000^0^0^0^0^16.0^0.00^211^14^4^0^92^52^2597^29^4.00^69.1^5.092^7.881^18.220^26^250.00^~1 cup~^15.60^~1 tbsp~^0 ~04018~^~SALAD DRSNG,MAYO TYPE,REG,W/SALT~^39.90^390^0.90^33.40^1.90^23.90^0.0^6.40^14^0.20^2^26^9^711^0.18^0.010^0.088^1.6^0.0^0.013^0.024^0.004^0.243^0.017^6^0^6^6^14.6^0.21^220^21^12^1^94^27^0^87^2.06^42.2^4.900^9.000^18.000^26^235.00^~1 cup~^14.70^~1 tbsp~^0 ~04020~^~SALAD DRSNG,FRENCH DRSNG,RED FAT~^54.28^222^0.58^11.52^2.40^31.22^1.5^16.86^11^0.73^8^16^107^788^0.20^0.160^0.110^1.6^4.8^0.024^0.052^0.467^0.000^0.055^2^0^2^2^4.0^0.00^541^27^0^0^289^70^2530^124^1.00^17.8^0.842^4.518^3.852^0^16.30^~1 tablespoon~^260.00^~1 cup~^0 ~04021~^~SALAD DRSNG,ITALIAN DRSNG,RED FAT~^84.68^75^0.47^6.38^3.90^4.57^0.0^4.55^9^0.65^4^11^85^1366^0.19^0.000^0.000^8.0^0.0^0.000^0.015^0.000^0.000^0.070^0^0^0^0^3.3^0.00^12^1^0^0^7^0^0^0^0.20^12.5^0.451^2.190^1.704^6^15.00^~1 tablespoon~^240.00^~1 cup~^0 ~04022~^~SALAD DRSNG,RUSSIAN DRSNG,LO CAL~^65.00^141^0.50^4.00^2.90^27.60^0.3^21.87^19^0.60^0^37^157^868^0.10^0.010^^1.6^6.0^0.007^0.013^0.002^0.135^0.009^3^0^3^3^4.6^0.12^33^2^0^1^20^0^628^0^0.40^6.7^0.600^0.900^2.300^6^16.30^~1 tablespoon~^260.00^~1 cup~^0 ~04023~^~SALAD DRSNG,1000 ISLAND DRSNG,RED FAT~^60.73^195^0.83^11.32^3.07^24.06^1.2^17.31^27^0.90^7^14^202^833^0.19^0.000^0.120^0.0^1.5^0.049^0.043^0.437^0.000^0.000^0^0^0^0^16.0^0.00^311^16^0^0^154^65^3097^100^1.00^27.6^0.746^6.468^2.692^11^15.30^~1 tablespoon~^245.00^~1 cup~^0 ~04025~^~SALAD DRSNG,MAYO,SOYBN OIL,W/SALT~^15.06^718^0.90^79.39^1.48^3.16^0.0^1.08^7^0.22^1^25^12^568^0.17^0.029^0.008^1.7^0.0^0.034^0.056^0.000^0.194^0.577^5^0^5^5^21.8^0.33^280^81^80^0^6^5^0^190^5.22^42.2^11.885^19.598^42.380^38^220.00^~1 cup~^13.80^~1 tbsp~^0 ~05224~^~TURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,CKD,RSTD~^66.54^159^29.19^3.77^1.02^0.00^0.0^^22^2.66^25^204^258^81^4.28^0.242^0.026^40.9^0.0^0.054^0.266^3.319^1.324^0.370^10^0^10^10^^0.38^0^0^0^^^^^^^^1.270^0.860^1.130^119^64.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^224.00^~1 leg, bone and skin removed~^31 ~05225~^~TURKEY,FRYER-ROASTERS,WING,MEAT&SKN,RAW~^71.19^159^20.85^7.72^0.68^0.00^0.0^^14^1.39^17^138^178^56^1.91^0.129^0.016^21.6^0.0^0.025^0.112^3.044^0.557^0.400^7^0^7^7^^0.40^10^3^3^^^^^^^^2.060^3.090^1.800^98^36.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^128.00^~1 wing, bone removed~^37 ~05226~^~TURKEY,FRYER-ROASTERS,WING,MEAT&SKN,CKD,RSTD~^62.30^207^27.65^9.87^0.81^0.00^0.0^^29^1.81^20^166^196^73^3.25^0.154^0.024^28.1^0.0^0.028^0.159^3.640^0.596^0.420^6^0^6^6^^0.35^0^0^0^^^^^^^^2.710^3.620^2.350^115^25.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^90.00^~1 wing, bone removed~^39 ~05227~^~TURKEY,FRYER-ROASTERS,WING,MEAT ONLY,RAW~^75.82^106^22.49^1.12^0.77^0.00^0.0^^12^1.43^21^156^201^65^2.04^0.126^0.017^24.4^0.0^0.027^0.120^3.574^0.651^0.530^7^0^7^7^^0.43^0^0^0^^^^^^^^0.360^0.200^0.300^81^26.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^90.00^~1 wing, bone and skin removed~^56 ~05228~^~TURKEY,FRYER-ROASTERS,WING,MEAT ONLY,CKD,RSTD~^65.60^163^30.85^3.44^0.85^0.00^0.0^0.00^26^1.78^22^174^204^78^3.83^0.166^0.027^32.1^0.0^0.030^0.159^4.122^0.748^0.590^7^0^7^7^84.7^0.41^0^0^0^0^0^0^0^0^0.09^0.3^1.100^0.600^0.920^102^17.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^60.00^~1 wing, bone and skin removed~^59 ~05229~^~TURKEY,YOUNG HEN,MEAT&SKN&GIBLETS&NECK,RAW~^69.74^166^20.15^8.78^0.90^0.11^0.0^^16^1.89^22^178^267^63^2.23^0.119^0.029^23.2^0.2^0.061^0.208^3.956^0.958^0.400^24^0^24^24^^1.70^400^120^120^^^^^^^^2.490^3.130^2.180^73^4457.00^~1 turkey~^^~~^22 ~05230~^~TURKEY,YOUNG HEN,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^61.34^215^28.00^10.55^0.99^0.07^0.0^^26^1.97^24^199^272^63^3.05^0.101^0.028^29.0^0.1^0.052^0.197^5.147^0.931^0.390^20^0^20^20^^1.28^185^56^56^^^^^^^^3.100^3.390^2.700^94^263.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^3300.00^~1 turkey~^20 ~05231~^~TURKEY,YOUNG HEN,MEAT&SKN,RAW~^69.50^168^20.18^9.09^0.88^0.00^0.0^^15^1.60^22^175^263^61^2.14^0.109^0.022^24.2^0.0^0.060^0.158^3.849^0.804^0.410^8^0^8^8^^0.40^4^1^1^^^^^^^^2.560^3.300^2.250^63^327.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^2052.00^~.5 turkey, bone removed~^22 ~05232~^~TURKEY,YOUNG HEN,MEAT&SKN,CKD,RSTD~^61.04^218^28.09^10.88^1.02^0.00^0.0^^26^1.78^25^203^282^64^2.90^0.086^0.022^31.4^0.0^0.053^0.170^5.307^0.831^0.400^7^0^7^7^^0.34^0^^^^^^^^^^3.180^3.540^2.780^78^243.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1524.00^~.5 turkey, bone removed~^20 ~05233~^~TURKEY,YOUNG HEN,MEAT ONLY,RAW~^73.77^122^21.76^3.18^0.97^0.00^0.0^^15^1.62^25^193^293^66^2.30^0.115^0.023^26.5^0.0^0.068^0.172^4.307^0.909^0.470^9^0^9^9^^0.43^0^0^0^^^^^^^^1.050^0.680^0.920^60^276.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1731.00^~.5 turkey, bone and skin removed~^34 ~05234~^~TURKEY,YOUNG HEN,MEAT ONLY,CKD,RSTD~^64.43^175^29.25^5.51^1.07^0.00^0.0^^25^1.76^26^212^299^67^3.03^0.087^0.022^34.4^0.0^0.058^0.175^5.647^0.909^0.440^7^0^7^7^^0.36^0^0^0^^^^^^^^1.820^1.140^1.580^73^140.00^~1 cup, chopped or diced~^212.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^30 ~05235~^~TURKEY,YOUNG HEN,SKN ONLY,RAW~^46.80^417^11.79^40.62^0.40^0.00^0.0^^19^1.52^8^81^107^32^1.26^0.080^0.015^11.6^0.0^0.019^0.083^1.368^0.235^0.060^4^0^4^4^^0.22^27^8^8^^^^^^^^10.600^17.310^9.300^81^51.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^321.00^~.5 turkey, skin only~^0 ~05236~^~TURKEY,YOUNG HEN,SKN ONLY,CKD,RSTD~^35.53^482^19.03^44.45^0.63^0.00^0.0^^32^1.82^15^133^155^44^2.06^0.078^0.022^144.1^0.0^0.021^0.133^2.801^0.297^0.070^4^0^4^4^^0.24^0^0^0^^^^^^^^11.590^18.940^10.180^106^31.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^196.00^~.5 turkey, skin only~^0 ~05237~^~TURKEY,YOUNG HEN,LT MEAT,MEAT&SKN,RAW~^69.13^165^21.51^8.10^0.90^0.00^0.0^^13^1.41^24^180^267^55^1.54^0.081^0.021^22.3^0.0^0.053^0.123^4.938^0.616^0.480^7^0^7^7^^0.42^5^2^2^^^^^^^^2.190^3.100^1.910^62^175.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1099.00^~.5 turkey, bone removed~^16 ~05238~^~TURKEY,YOUNG HEN,LT MEAT,MEAT&SKN,CKD,RSTD~^62.14^207^28.64^9.40^1.05^0.00^0.0^^23^1.39^26^208^286^58^1.98^0.044^0.021^28.5^0.0^0.052^0.129^6.583^0.610^0.460^6^0^6^6^^0.34^0^0^0^^^^^^^^2.650^3.150^2.280^74^137.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^859.00^~.5 turkey, bone removed~^14 ~05239~^~TURKEY,YOUNG HEN,DK MEAT,MEAT&SKN,RAW~^69.92^172^18.65^10.25^0.87^0.00^0.0^^18^1.83^20^170^259^67^2.83^0.141^0.023^26.1^0.0^0.068^0.199^2.599^1.020^0.320^10^0^10^10^^0.38^4^1^1^^^^^^^^2.990^3.530^2.640^65^152.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^953.00^~.5 turkey, bone and skin removed~^27 ~05240~^~TURKEY,YOUNG HEN,DK MEAT,MEAT&SKN,CKD,RSTD~^59.61^232^27.37^12.78^0.98^0.00^0.0^^31^2.28^23^196^276^72^4.10^0.139^0.023^37.2^0.0^0.055^0.223^3.659^1.117^0.310^8^0^8^8^^0.34^0^0^0^^^^^^^^3.860^4.060^3.420^84^106.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^665.00^~.5 turkey, bone and skin removed~^27 ~05241~^~TURKEY,YOUNG HEN,LT MEAT,MEAT ONLY,RAW~^73.57^116^23.64^1.66^1.00^0.00^0.0^^12^1.38^27^199^299^60^1.59^0.082^0.022^24.4^0.0^0.060^0.131^5.631^0.690^0.560^8^0^8^8^^0.45^0^0^0^^^^^^^^0.530^0.290^0.440^58^147.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^919.00^~.5 turkey, bone and skin removed~^30 ~05242~^~TURKEY,YOUNG HEN,LT MEAT,MEAT ONLY,CKD,RSTD~^65.74^161^29.89^3.74^1.10^0.00^0.0^^21^1.31^28^218^304^60^1.96^0.039^0.020^32.1^0.0^0.057^0.127^7.114^0.656^0.520^6^0^6^6^^0.36^0^0^0^^^^^^^^1.190^0.660^1.000^68^140.00^~1 cup, chopped or diced~^119.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^25 ~05243~^~TURKEY,YOUNG HEN,DK MEAT,MEAT ONLY,RAW~^74.03^130^20.07^4.88^0.95^0.00^0.0^^18^1.90^23^185^287^74^3.10^0.152^0.024^28.6^0.0^0.076^0.219^2.817^1.156^0.360^11^0^11^11^^0.40^0^0^0^^^^^^^^1.640^1.110^1.460^62^130.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^812.00^~.5 turkey, bone and skin removed~^38 ~05244~^~TURKEY,YOUNG HEN,DK MEAT,MEAT ONLY,CKD,RSTD~^62.74^192^28.42^7.79^1.02^0.00^0.0^^30^2.33^25^204^292^75^4.39^0.148^0.024^40.9^0.0^0.059^0.235^3.760^1.236^0.340^9^0^9^9^^0.36^0^0^0^^^^^^^^2.610^1.770^2.330^80^140.00^~1 cup, chopped or diced~^93.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^36 ~05245~^~TURKEY,YOUNG HEN,BACK,MEAT&SKN,RAW~^65.61^218^17.51^15.93^0.78^0.00^0.0^^18^1.78^18^153^231^61^2.53^0.130^0.021^24.0^0.0^0.058^0.177^2.369^0.871^0.270^9^0^9^9^^0.35^8^2^2^^^^^^^^4.410^6.120^3.890^68^298.00^~.5 back, bone removed~^47.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^43 ~05246~^~TURKEY,YOUNG HEN,BACK,MEAT&SKN,CKD,RSTD~^56.91^254^26.41^15.64^0.94^0.00^0.0^^31^2.22^23^189^263^69^3.89^0.133^0.023^34.3^0.0^0.051^0.213^3.554^1.035^0.290^8^0^8^8^^0.33^0^0^0^^^^^^^^4.540^5.450^4.010^85^217.00^~.5 back, bone removed~^35.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^41 ~05247~^~TURKEY,YOUNG HEN,BREAST,MEAT&SKN,RAW~^69.00^167^21.62^8.30^0.89^0.00^0.0^^13^1.41^24^179^266^55^1.54^0.082^0.021^21.8^0.0^0.053^0.123^4.904^0.612^0.480^7^0^7^7^^0.41^5^2^2^^^^^^^^2.250^3.190^1.950^62^139.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^874.00^~.5 breast, bone removed~^11 ~05248~^~TURKEY,YOUNG HEN,BREAST,MEAT&SKN,CKD,RSTD~^62.69^194^28.80^7.86^1.06^0.00^0.0^^22^1.36^26^210^289^58^1.97^0.043^0.021^27.9^0.0^0.053^0.128^6.678^0.620^0.470^6^0^6^6^^0.35^0^0^0^^^^^^^^2.250^2.500^1.930^72^109.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^686.00^~.5 breast, bone removed~^8 ~05249~^~TURKEY,YOUNG HEN,LEG,MEAT&SKN,RAW~^72.04^151^19.46^7.50^0.91^0.00^0.0^^18^1.87^22^178^273^70^2.96^0.147^0.023^27.3^0.0^0.072^0.209^2.711^1.089^0.340^10^0^10^10^^0.39^2^1^1^^^^^^^^2.290^2.290^2.040^63^105.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^656.00^~1 leg, bone removed~^17 ~05250~^~TURKEY,YOUNG HEN,LEG,MEAT&SKN,CKD,RSTD~^60.73^213^27.73^10.50^0.99^0.00^0.0^^30^2.29^24^198^282^73^4.22^0.143^0.024^38.6^0.0^0.056^0.227^3.689^1.166^0.320^9^0^9^9^^0.35^0^0^0^^^^^^^^3.280^3.040^2.910^82^71.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^448.00^~1 leg, bone removed~^17 ~05251~^~TURKEY,YOUNG HEN,WING,MEAT&SKN,RAW~^65.18^210^19.93^13.87^0.81^0.00^0.0^^14^1.43^21^162^238^51^1.49^0.081^0.020^21.5^0.0^0.047^0.116^4.295^0.547^0.400^7^0^7^7^^0.38^8^2^2^^^^^^^^3.680^5.620^3.220^65^36.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^224.00^~1 wing, bone removed~^31 ~06309~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,CHICK W/ RICE SOUP,COND~^84.80^56^1.59^1.19^2.10^10.32^0.8^0.79^0^0.00^^^^651^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^0.397^0.397^0.000^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06311~^~CAMPBELL SOUP,CAMPBELL'S RED&WHITE,CHICK WON TON SOUP,COND~^89.10^48^3.17^0.79^0.69^6.35^0.0^0.79^0^0.29^^^^690^^^^^0.0^^^^^^^^^^^^159^^^^^^^^^^0.397^^^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06312~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF ASPARAGUS SOUP,COND~^83.90^89^1.61^5.65^1.58^7.26^2.4^1.61^0^0.00^^^^669^^^^^0.0^^^^^^^^^^^^161^^^^^^^^^^1.210^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06314~^~SOUP,HEALTHY CHOIC CHICK NOODLE SOUP,CND~^89.73^41^3.69^0.63^0.75^5.20^0.8^0.57^8^0.00^^^^195^^^^^0.0^^^^^^^^^^^^568^^^^^^^^^^0.400^0.000^0.180^5^243.00^~1 serving, 1 cup~^^~~^0 ~06315~^~SOUP,HEALTHY CHOIC CHICK & RICE SOUP,CND~^90.31^37^2.53^0.55^0.90^5.71^0.8^0.37^15^0.09^^^^181^^^^^1.0^^^^^^^^^^^^334^^^^^^^^^^0.170^0.230^0.130^7^240.00^~1 serving, 1 cup~^^~~^0 ~06316~^~SOUP,HEALTHY CHOIC GARDEN VEG SOUP,CND~^86.82^51^2.13^0.21^0.80^10.04^1.9^2.13^16^0.00^^^^195^^^^^1.0^^^^^^^^^^^^618^^^^^^^^^^0.050^0.070^0.080^1^246.00^~1 serving, 1 cup~^^~~^0 ~06317~^~CAMPBELL SOUP COMPANY,CAMPBELL'S FAT FREE BF GRAVY~^91.10^25^1.69^0.00^2.20^5.08^0.0^^^^^^^508^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^0^59.00^~.25 cup~^^~~^0 ~06318~^~CAMPBELL SOUP COMPANY,CAMPBELL'S COUNTRY STYLE CRM GRAVY~^86.80^76^1.69^5.08^1.34^5.08^0.0^1.69^0^0.00^^^^322^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.695^^^8^59.00^~.25 cup~^^~~^0 ~06319~^~CAMPBELL SOUP COMPANY,CAMPBELL'S COUNTRY STYLE SAUSAGE GRAVY~^78.30^119^3.39^10.17^3.06^5.08^0.0^1.69^0^0.00^^^^458^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.542^^^17^59.00^~.25 cup~^^~~^0 ~06320~^~CAMPBELL SOUP COMPANY,CAMPBELL'S FAT FREE CHICK GRAVY~^91.70^25^1.69^0.00^1.52^5.08^^^^^^^^525^^^^^^^^^^^^^^^^^169^^^^^^^^^^0.000^^^8^59.00^~.25 cup~^^~~^0 ~06321~^~CAMPBELL SOUP COMPANY,CAMPBELL'S GOLDEN PORK GRAVY~^87.40^76^1.69^5.08^0.74^5.08^0.0^1.69^0^0.00^^^^525^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.542^^^8^59.00^~.25 cup~^^~~^0 ~06322~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MUSHROOM GRAVY~^91.90^34^0.00^1.69^1.32^5.08^^1.69^^^^^^475^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^8^59.00^~.25 cup~^^~~^0 ~06323~^~CAMPBELL SOUP COMPANY,CAMPBELL'S FAT FREE TURKEY GRAVY~^90.60^33^1.67^0.00^1.07^6.67^^^^^^^^483^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^8^60.00^~.25 cup~^^~~^0 ~06324~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MICROWAVABLE BF GRAVY~^90.00^42^1.69^1.69^1.53^5.08^0.0^1.69^0^0.00^^^^475^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.847^^^0^59.00^~.25 cup~^^~~^0 ~06325~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MICROWAVABLE CHICK GRAVY~^88.50^67^0.00^5.00^1.50^5.00^0.0^1.67^0^0.00^^^^433^^^^^0.0^^^^^^^^^^^^333^^^^^^^^^^1.667^^^8^60.00^~.25 cup~^^~~^0 ~06326~^~CAMPBELL SOUP COMPANY,CAMPBELL'S TURKEY GRAVY~^89.80^42^1.69^1.69^1.73^5.08^0.0^1.69^0^0.00^^^^458^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.847^^^0^59.00^~.25 cup~^^~~^0 ~06327~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICN FAT FR SLW RST BF GRAVY~^89.60^34^1.69^0.00^3.62^5.08^^^^^^^^508^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^8^59.00^~.25 cup~^^~~^0 ~06328~^~CAMPBELL COMPANY,FRANCO-AMERICAN FT FE SLW RST CHICK GRVY~^91.20^34^1.69^0.00^0.33^6.78^^^^^^^^424^^^^^^^^^^^^^^^^^169^^^^^^^^^^0.000^^^8^59.00^~.25 cup~^^~~^0 ~06329~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICAN SLOW RST BF GRAVY~^89.50^42^1.69^0.85^2.87^5.08^0.0^0.00^0^0.00^^^^525^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^8^59.00^~.25 cup~^^~~^0 ~06330~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICAN SLOW RST CHICK GRAVY~^90.50^34^1.69^0.85^1.87^5.08^^^^^^^^407^^^^^^^^^^^^^^^^^169^^^^^^^^^^0.000^^^8^59.00^~.25 cup~^^~~^0 ~06331~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICAN SLOW RST TURKEY GRAVY~^88.60^42^1.69^0.85^2.08^6.78^^^^^^^^542^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^8^59.00^~.25 cup~^^~~^0 ~06332~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MICROWAVABLE TURKEY GRAVY~^89.60^42^1.67^1.67^2.07^5.00^0.0^1.67^0^0.00^^^^450^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.833^^^0^60.00^~.25 cup~^^~~^0 ~06333~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF BROCCOLI SOUP,COND~^84.80^73^1.61^2.82^1.09^9.68^0.8^2.42^16^0.29^^^^605^^^^^1.0^^^^^^^^^^^^242^^^^^^^^^^0.806^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06334~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF CELERY SOUP,COND~^84.40^73^0.81^4.84^2.70^7.26^2.4^0.81^16^0.00^^^^694^^^^^0.0^^^^^^^^^^^^242^^^^^^^^^^0.403^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06336~^~CAMPBELL, CAMPBELL'S RED & WHITE,CRM OF CHICK SOUP,COND~^83.80^97^2.42^6.45^0.70^8.06^1.6^0.81^0^0.00^^^^702^^^^^0.0^^^^^^^^^^^^242^^^^^^^^^^2.016^^^8^124.00^~1 serving, 1/2 cup~^^~~^0 ~06337~^~CAMPBELL,CAMPBELL'S RED&WHITE,CRM OF CHIC W/ HERBS SOUP,COND~^84.30^65^1.61^2.82^4.01^7.26^1.6^0.81^0^0.00^^^^653^^^^^0.0^^^^^^^^^^^^403^^^^^^^^^^0.806^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06338~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF MUSHROOM SOUP,COND~^84.00^81^0.81^4.84^3.10^7.26^1.6^0.81^0^0.00^^^^702^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.210^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~01164~^~CHEESE SAU,PREP FROM RECIPE~^66.86^197^10.33^14.92^2.41^5.48^0.1^^311^0.35^19^229^142^493^1.26^0.019^0.040^6.6^0.6^0.044^0.243^0.204^0.233^0.045^10^2^8^11^^0.35^606^166^163^^^^^^^^8.034^4.735^1.397^38^243.00^~1 cup~^30.00^~2 tbsp~^0 ~01165~^~CHEESE,MEXICAN,QUESO ANEJO~^38.06^373^21.44^29.98^5.89^4.63^0.0^4.63^680^0.47^28^444^87^1131^2.94^0.008^0.037^14.5^0.0^0.020^0.209^0.032^0.252^0.047^1^0^1^1^15.4^1.38^187^54^54^0^4^0^0^0^0.26^2.5^19.033^8.528^0.901^105^132.00^~1 cup, crumbled~^28.35^~1 oz~^0 ~01166~^~CHEESE,MEXICAN,QUESO ASADERO~^42.16^356^22.60^28.26^4.11^2.87^0.0^2.87^661^0.51^26^443^86^655^3.02^0.026^0.036^14.5^0.0^0.021^0.223^0.181^0.231^0.053^8^0^8^8^15.4^1.00^190^55^55^0^4^0^0^0^0.24^2.4^17.939^8.038^0.850^105^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01167~^~CHEESE,MEXICAN,QUESO CHIHUAHUA~^39.13^374^21.56^29.68^4.06^5.56^0.0^5.56^651^0.47^23^442^52^617^3.50^0.024^0.071^14.5^0.0^0.018^0.225^0.150^0.279^0.055^2^0^2^2^15.4^1.03^193^56^56^0^4^0^0^0^0.26^2.5^18.843^8.443^0.892^105^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01168~^~CHEESE,LOFAT,CHEDDAR OR COLBY~^63.10^173^24.35^7.00^3.64^1.91^0.0^0.52^415^0.42^16^484^66^612^1.82^0.021^0.006^14.5^0.0^0.012^0.221^0.051^0.183^0.045^11^0^11^11^15.4^0.49^207^60^60^0^4^0^0^0^0.06^0.6^4.342^2.082^0.222^21^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01169~^~CHEESE,LOW-SODIUM,CHEDDAR OR COLBY~^38.98^398^24.35^32.62^2.13^1.91^0.0^0.49^703^0.72^27^484^112^21^3.09^0.036^0.011^14.5^0.0^0.021^0.375^0.086^0.311^0.076^18^0^18^18^15.4^0.83^996^264^257^0^84^0^0^0^0.28^2.7^20.768^9.189^0.972^100^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01171~^~EGG,WHOLE,RAW,FROZEN~^75.85^148^11.95^10.20^0.95^1.05^0.0^^59^1.85^11^202^130^133^1.38^0.053^0.034^30.8^0.0^0.060^0.460^0.075^1.480^0.162^73^0^73^73^^1.07^525^158^158^^^^^^^^3.147^3.886^1.412^432^^~~^^~~^0 ~01172~^~EGG,WHITE,RAW,FROZEN~^88.55^47^9.80^0.00^0.60^1.05^0.0^^7^0.05^10^13^136^158^0.02^0.012^0.007^17.6^0.0^0.005^0.400^0.100^0.155^0.004^3^0^3^3^^0.06^0^0^0^^^^^^^^0.000^0.000^0.000^0^^~~^^~~^0 ~01173~^~EGG,WHITE,DRIED~^5.80^382^81.10^0.00^5.30^7.80^0.0^5.40^62^0.15^88^111^1125^1280^0.10^0.114^0.007^125.1^0.0^0.005^2.530^0.865^0.775^0.036^18^0^18^18^^0.18^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~01178~^~SOUR CREAM,REDUCED FAT~^71.00^181^7.00^14.10^0.90^7.00^0.0^0.30^141^0.06^11^85^211^70^0.27^0.010^^4.1^0.9^0.040^0.240^0.070^^0.020^11^0^11^11^19.2^0.30^436^119^117^0^27^0^0^0^0.40^0.7^8.700^4.100^0.500^35^^~~^^~~^0 ~01179~^~SOUR CREAM,LIGHT~^78.10^136^3.50^10.60^0.70^7.10^0.0^0.22^141^0.07^10^71^212^71^0.50^0.016^^3.1^0.9^0.040^0.120^0.070^^0.020^11^0^11^11^19.2^0.42^328^90^88^0^21^0^0^0^0.30^0.5^6.600^3.100^0.400^35^^~~^^~~^0 ~01180~^~SOUR CREAM,FAT FREE~^80.60^74^3.10^0.00^0.70^15.60^0.0^0.39^125^0.00^10^95^129^141^0.50^0.016^^5.3^0.0^0.040^0.150^0.070^^0.020^11^0^11^11^19.2^0.30^255^73^72^0^9^0^0^0^0.00^0.0^0.000^0.000^0.000^9^^~~^^~~^0 ~01182~^~USDA COMMODITY,CHS,CHEDDAR,RED FAT~^48.20^282^27.20^18.30^4.30^2.00^0.0^0.58^905^0.13^35^583^93^725^4.30^0.021^^15.5^0.0^0.030^0.300^0.060^^0.084^20^0^20^20^15.4^1.66^633^150^142^0^95^0^0^0^0.16^1.5^11.600^5.020^0.750^56^^~~^^~~^0 ~01184~^~YOGURT,VAN OR LEM FLAV,NONFAT MILK,SWTND W/LOW-CALORIE SWTNR~^87.43^47^3.86^0.18^1.00^7.50^0.0^7.50^143^0.12^13^109^177^59^0.67^0.079^^3.1^1.1^0.034^0.162^0.086^^0.037^8^0^8^8^15.2^0.43^0^0^0^0^0^0^0^0^0.00^0.0^0.116^0.049^0.005^2^^~~^^~~^0 ~01185~^~PARMESAN CHS TOPPING,FAT FREE~^8.60^370^40.00^5.00^6.40^40.00^0.0^1.50^800^5.00^40^700^600^1150^3.00^0.020^^43.3^0.0^0.050^0.050^0.200^^0.100^25^0^25^25^15.4^1.10^151^40^39^0^13^0^0^0^0.04^0.4^3.110^1.446^0.186^20^^~~^^~~^0 ~01186~^~CHEESE,CREAM,FAT FREE~^71.87^105^15.69^1.00^3.77^7.66^0.0^5.48^351^0.19^22^523^278^702^1.50^0.036^0.017^4.9^0.0^0.040^0.265^0.230^0.840^0.050^35^0^35^35^65.2^0.95^53^11^10^0^11^0^0^0^0.02^0.2^0.644^0.250^0.057^12^^~~^^~~^0 ~01187~^~YOGURT,CHOC,NONFAT MILK~^71.57^108^3.53^0.00^1.37^23.53^1.2^14.97^88^0.42^40^166^339^135^1.13^0.209^^7.0^0.0^0.047^0.215^0.223^^0.047^12^0^12^12^15.2^0.50^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^1^^~~^^~~^0 ~01188~^~KRAFT CHEEZ WHIZ PAST PROCESS CHS SAU~^51.50^276^12.00^21.00^5.80^9.20^0.3^6.70^359^0.19^^806^240^1638^1.64^^^^0.4^^0.240^^^^^^^^^^649^^^^^^^^^^13.100^^^75^33.00^~2 tbsp~^^~~^0 ~01189~^~KRAFT CHEEZ WHIZ LT PAST PROCESS CHS PRODUCT~^51.50^215^16.30^9.50^6.40^16.20^0.2^8.20^418^0.16^^943^297^1705^2.36^^^^0.4^^0.330^^^^^^^^^^628^^^^^^^^^^6.400^^^35^35.00^~2 tbsp~^^~~^0 ~01190~^~KRAFT FREE SINGLES AMERICAN NONFAT PAST PROCESS CHS PRODUCT~^58.00^148^22.70^1.00^6.10^11.70^0.2^6.70^712^0.05^^923^236^1298^2.50^^^^0.2^^0.280^^^^^^^^^^2166^^^^^^^^^^0.700^^^16^21.00^~1 slice~^^~~^0 ~01191~^~KRAFT VELVEETA PAST PROCESS CHS SPRD~^45.80^303^16.30^22.00^6.00^9.80^0.0^8.10^466^0.18^^863^335^1499^1.84^^^^0.2^^0.350^^^^^^^^^^1107^^^^^^^^^^14.400^^^80^28.00^~1 oz~^^~~^0 ~01192~^~KRAFT VELVEETA LT RED FAT PAST PROCESS CHS PRODUCT~^51.30^222^19.60^10.60^6.60^11.80^0.0^8.50^574^0.14^^1024^345^1586^2.49^^^^0.1^^0.650^^^^^^^^^^982^^^^^^^^^^7.100^^^42^28.00^~1 oz~^^~~^0 ~01193~^~KRAFT BREAKSTONE'S RED FAT SOUR CRM~^76.20^152^4.50^12.00^0.80^6.50^0.1^6.40^161^0.06^^110^210^59^^^^^1.1^^^^^^^^^^^^1053^^^^^^^^^^7.600^^^50^31.00^~2 tbsp~^^~~^0 ~01194~^~KRAFT BREAKSTONE'S FREE FAT FREE SOUR CRM~^77.70^91^4.70^1.30^1.20^15.10^0.0^7.20^141^0.05^^116^219^72^^^^^1.2^^^^^^^^^^^^679^^^^^^^^^^0.800^^^9^32.00^~2 tbsp~^^~~^0 ~01195~^~KRAFT BREYERS LOWFAT STRAWBERRY YOGURT (1% MILKFAT)~^76.50^96^3.80^0.80^0.70^18.20^0.2^17.40^125^0.10^^89^192^52^^^^^0.0^^0.190^^^^^^^^^0.53^34^^^^^^^^^^0.500^^^9^227.00^~1 container, (8 oz)~^^~~^0 ~01196~^~KRAFT BREYERS LT N' LVLY LOWFAT STR'BERY YOGURT (1% MILKFAT)~^73.30^108^3.20^0.80^0.60^21.90^0.2^19.60^91^0.11^^67^151^45^^^^^0.0^^0.140^^^^^^^^^0.46^30^^^^^^^^^^0.500^^^9^125.00^~1 container, (4.4 oz)~^^~~^0 ~01197~^~KRAFT BREYERS SMOTH&CRMY LOWFAT STR'BERY YOGURT (1% MILKFAT)~^74.80^102^3.80^0.90^0.70^19.90^0.3^17.20^108^0.13^^78^177^55^^^^^0.0^^0.180^^^^^^^^^0.52^31^^^^^^^^^^0.500^^^9^227.00^~1 container, (8 oz)~^^~~^0 ~01198~^~KRAFT BREYERS LT NONFAT STR'BERY YOGURT (W/ASPRT&FRUCT SW'T)~^86.00^55^3.40^0.20^0.60^9.90^0.0^7.70^95^0.11^^68^146^45^^^^^0.6^^0.140^^^^^^^^^0.41^4^^^^^^^^^^0.100^^^5^227.00^~1 container, (8 oz)~^^~~^0 ~01199~^~CREAM,HALF & HALF,FAT FREE~^86.00^59^2.60^1.40^1.00^9.00^0.0^5.00^96^0.00^16^151^206^144^0.81^0.016^0.002^2.9^0.7^0.056^0.237^0.124^0.459^0.062^4^0^4^4^15.0^0.52^43^12^12^0^3^0^0^0^0.04^0.2^0.841^0.384^0.052^5^^~~^^~~^0 ~01200~^~REDDI WIP FAT FREE WHIPPED TOPPING~^66.44^149^3.00^5.00^0.56^25.00^0.4^16.00^108^0.03^8^68^108^72^0.31^0.019^^3.0^0.0^0.148^0.619^0.364^^0.123^17^0^17^17^0.0^1.48^175^49^48^0^9^0^0^0^0.09^0.3^2.869^1.250^0.299^16^^~~^^~~^0 ~04026~^~SALAD DRSNG,MAYO,SOYBN&SAFFLOWER OIL,W/SALT~^15.30^717^1.10^79.40^1.50^2.70^0.0^0.48^18^0.50^1^28^34^568^0.12^^^1.6^0.0^0.000^0.000^0.005^0.297^0.577^8^0^8^8^^0.26^280^84^84^0^0^0^0^0^22.00^24.7^8.600^13.000^55.000^59^13.80^~1 tablespoon~^220.00^~1 cup~^0 ~04027~^~SALAD DRSNG,MAYO,IMITN,SOYBN~^62.70^232^0.30^19.20^1.80^16.00^0.0^6.00^0^0.00^0^0^10^497^0.11^0.010^^1.6^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^14.6^0.00^0^0^0^0^0^0^0^0^2.00^42.2^3.300^4.500^10.600^24^240.00^~1 cup~^15.00^~1 tbsp~^0 ~04028~^~SALAD DRSNG,MAYO,IMITN,MILK CRM~^79.60^97^2.10^5.10^2.10^11.10^0.0^^72^0.50^7^57^97^504^0.25^0.010^0.001^1.6^0.3^0.024^0.097^0.054^0.194^0.021^3^0^3^3^^0.23^13^4^4^^^^^^0.40^^2.800^1.700^0.300^43^15.00^~1 tablespoon~^240.00^~1 cup~^0 ~04029~^~SALAD DRSNG,MAYO,IMITN,SOYBN WO/CHOL~^34.60^482^0.10^47.70^1.80^15.80^0.0^6.00^0^0.01^0^0^10^353^0.11^0.001^^1.6^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.7^0.00^0^0^0^0^0^0^0^0^5.00^42.2^7.500^10.500^27.600^0^14.10^~1 tablespoon~^225.00^~1 cup~^0 ~04030~^~SANDWICH SPRD,W/CHOPD PICKLE,REG,UNSPEC OILS~^40.80^389^0.90^34.00^2.00^22.40^0.4^15.18^14^0.20^2^26^35^1000^0.81^0.010^^1.6^0.0^0.010^0.020^0.010^0.000^0.020^6^0^6^6^14.6^0.21^223^22^13^1^94^27^0^87^4.00^24.7^5.100^7.400^20.000^76^15.30^~1 tablespoon~^245.00^~1 cup~^0 ~04031~^~SHORTENING,HOUSEHOLD,SOYBN (HYDR) -COTTONSEED (HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.80^43.0^25.000^44.500^26.100^0^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04034~^~OIL,SOYBN,SALAD OR COOKING,(PARTIALLY HYDROGENATED)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.10^24.7^14.900^43.000^37.600^0^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04037~^~OIL,VEG,RICE BRAN~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.07^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^32.30^24.7^19.700^39.300^35.000^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04038~^~OIL,WHEAT GERM~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^20.0^0.00^0^0^0^0^0^0^0^0^149.40^24.7^18.800^15.100^61.700^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04042~^~OIL,PNUT,SALAD OR COOKING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.03^0^0^0^0^0.01^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^15.69^0.7^16.900^46.200^32.000^0^216.00^~1 cup~^13.50^~1 tbsp~^0 ~04044~^~OIL,SOYBN,SALAD OR COOKING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.05^0^0^0^0^0.01^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.18^183.9^15.650^22.783^57.740^0^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04047~^~VEGETABLE OIL,COCONUT~^0.00^862^0.00^100.00^0.00^0.00^0.0^0.00^0^0.04^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.09^0.5^86.500^5.800^1.800^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04053~^~OIL,OLIVE,SALAD OR COOKING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^1^0.56^0^0^1^2^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^14.35^60.2^13.808^72.961^10.523^0^13.50^~1 tablespoon~^216.00^~1 cup~^0 ~04055~^~OIL,VEGETABLE,PALM~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.01^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^15.94^8.0^49.300^37.000^9.300^0^13.60^~1 tbsp~^216.00^~1 cup~^0 ~04058~^~OIL,SESAME,SALAD OR COOKING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^1.40^13.6^14.200^39.700^41.700^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04060~^~OIL,VEG,SUNFLOWER,LINOLEIC (LESS THAN 60%)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.03^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^41.08^5.4^10.100^45.400^40.100^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04073~^~MARGARINE,REG,HARD,SOYBN (HYDR)~^15.70^719^0.90^80.50^2.00^0.90^0.0^0.00^30^0.00^3^23^42^943^0.00^^^0.0^0.2^0.010^0.037^0.023^0.084^0.009^1^0^1^1^^0.10^3577^819^768^0^610^0^0^0^3.10^93.0^16.700^39.300^20.900^0^4.70^~1 tsp~^113.00^~1 stick~^0 ~04105~^~MARGARINE,REG,LIQ,SOYBN (HYDR®)&CTTNSD~^15.80^721^1.90^80.60^2.00^0.00^0.0^0.00^66^0.00^6^51^94^781^0.00^0.000^^0.0^0.4^0.022^0.081^0.050^0.187^0.019^3^0^3^3^12.4^0.21^3577^819^768^0^610^0^0^0^4.60^106.2^13.200^28.100^35.800^0^227.00^~1 cup~^14.20^~1 tbsp~^0 ~04114~^~SALAD DRSNG,ITALIAN DRSNG,COMM,REG~^56.40^291^0.38^28.37^4.42^10.43^0.0^8.32^7^0.63^3^9^48^1654^0.13^0.000^0.017^2.0^0.0^0.013^0.021^0.000^0.000^0.060^0^0^0^0^2.6^0.00^36^2^0^0^21^2^16^0^5.00^56.0^4.474^6.315^12.941^0^235.00^~1 cup~^14.70^~1 tbsp~^0 ~04115~^~SALAD DRSNG,KRAFT RANCH DRSNG~^36.80^510^1.40^53.70^2.60^4.60^0.3^4.00^29^0.18^^91^49^990^^^^^0.2^^^^^^^^^^^^38^^^^^^^^^^8.200^^^28^29.00^~2 tbsp~^^~~^0 ~04116~^~SALAD DRSNG,KRAFT ZESTY ITALIAN DRSNG~^52.70^351^0.30^35.90^4.20^5.70^0.5^4.30^4^0.16^^14^29^1630^^^^^0.5^^^^^^^^^^^^36^^^^^^^^^^4.000^^^0^31.00^~2 tbsp~^^~~^0 ~04117~^~SALAD DRSNG,KRAFT LT DONE RIGHT! RANCH DRSNG~^61.30^256^1.20^22.80^2.70^10.50^0.5^4.20^26^0.19^^155^134^1009^^^^^0.1^^^^^^^^^^^^41^^^^^^^^^^1.900^^^28^30.00^~2 tbsp~^^~~^0 ~04118~^~SALAD DRSNG,KRAFT LT DONE RIGHT! ITALIAN DRSNG~^73.00^170^1.10^14.40^2.10^8.00^1.3^4.90^28^0.33^^25^90^736^^^^^1.8^^^^^^^^^^^^179^^^^^^^^^^1.300^^^1^31.00^~2 tbsp~^^~~^0 ~04119~^~SALAD DRSNG,KRAFT FREE FAT FREE RANCH DRSNG~^63.60^138^0.70^1.00^3.00^30.60^0.6^6.10^26^0.06^^79^88^1011^^^^^0.1^^^^^^^^^^^^8^^^^^^^^^^0.200^^^1^35.00^~2 tbsp~^^~~^0 ~04120~^~SALAD DRSNG,FRENCH DRSNG,COMM,REG~^36.56^457^0.77^44.81^2.29^15.58^0.0^15.95^24^0.80^5^19^67^836^0.29^0.000^0.021^0.0^3.6^0.019^0.053^0.188^0.000^0.000^0^0^0^0^4.6^0.14^464^23^0^0^232^92^373^0^5.00^121.4^5.648^8.433^21.029^0^250.00^~1 cup~^15.60^~1 tbsp~^0 ~04121~^~SALAD DRSNG,KRAFT FREE FAT FREE ITALIAN DRSNG~^81.60^62^1.40^0.90^3.60^11.00^0.7^6.60^42^0.24^^205^115^1302^^^^^1.3^^^^^^^^^^^^158^^^^^^^^^^0.500^^^3^33.00^~2 tbsp~^^~~^0 ~04128~^~MARGARINE-LIKE SPRD,(APPROXIMATELY 37% FAT),UNSPEC OILS~^59.55^339^0.51^37.77^1.52^0.66^0.0^0.00^6^0.02^1^5^34^589^0.02^0.000^0.000^0.0^0.1^0.011^0.005^0.000^0.696^0.000^1^0^1^1^12.4^0.06^4322^1297^1297^0^0^0^0^0^13.45^74.6^8.637^13.958^12.407^0^232.00^~1 cup~^4.80^~1 tsp~^0 ~04131~^~MARGARINE,REG,UNSPEC OILS,WO/ SALT~^18.50^714^0.50^80.30^0.20^0.50^0.0^0.00^17^0.00^2^13^25^2^0.00^0.000^0.000^0.0^0.1^0.006^0.021^0.013^0.049^0.005^1^0^1^1^12.4^0.06^3577^819^768^0^610^0^0^0^12.80^93.0^15.000^36.700^25.000^0^4.70^~1 tsp~^113.40^~1 stick~^0 ~04132~^~MARGARINE,REG,UNSPEC OILS,W/SALT~^16.52^717^0.16^80.71^1.92^0.70^0.0^0.00^30^0.06^3^23^42^943^0.00^0.000^^0.0^0.2^0.010^0.037^0.023^0.084^0.009^1^0^1^1^12.4^0.10^3571^819^768^0^610^0^0^0^9.00^93.0^15.189^38.877^24.302^0^4.70^~1 tsp~^113.40^~1 stick~^0 ~04133~^~SALAD DRSNG,FRENCH,HOME RECIPE~^24.20^631^0.10^70.20^1.80^3.40^0.0^^6^0.20^0^3^24^658^0.00^^^1.6^0.6^0.010^0.020^0.130^0.000^0.000^0^0^0^0^^0.00^514^26^0^^^^^^8.00^^12.600^20.700^33.700^0^14.00^~1 tablespoon~^220.00^~1 cup~^0 ~04134~^~SALAD DRSNG,HOME RECIPE,CKD~^69.20^157^4.20^9.50^2.40^14.90^0.0^9.07^84^0.50^8^87^121^734^0.35^0.010^^1.6^0.6^0.060^0.150^0.250^0.000^0.030^17^7^11^22^47.9^0.35^171^50^49^0^3^1^0^50^0.80^13.8^2.900^3.800^2.100^57^255.00^~1 cup~^16.00^~1 tbsp~^0 ~04135~^~SALAD DRSNG,HOME RECIPE,VINEGAR&OIL~^47.40^449^0.00^50.10^0.00^2.50^0.0^2.50^0^0.00^0^0^8^1^0.00^0.000^^1.6^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^4.61^98.8^9.100^14.800^24.100^0^16.00^~1 tablespoon~^250.00^~1 cup~^0 ~04141~^~SALAD DRSNG,FRENCH DRSNG,COMM,REG,WO/ SALT~^36.56^459^0.77^44.81^2.29^15.58^0.0^15.95^24^0.80^5^19^67^0^0.29^0.000^0.021^0.0^0.0^0.019^0.053^0.188^0.000^0.000^0^0^0^0^^0.00^464^23^0^0^232^92^373^0^4.12^121.4^5.648^8.433^21.029^0^15.00^~1 tablespoon~^^~~^0 ~04142~^~SALAD DRSNG,FRENCH DRSNG,RED FAT,WO/ SALT~^54.28^233^0.58^13.46^2.40^29.28^1.1^28.45^11^0.87^8^16^107^30^0.20^0.160^0.110^1.6^0.0^0.024^0.052^0.467^0.026^0.055^2^0^2^2^^0.00^541^27^0^0^289^70^2530^124^2.86^4.8^1.099^5.898^5.029^0^16.30^~1 tablespoon~^260.00^~1 cup~^0 ~04143~^~SALAD DRSNG,ITALIAN DRSNG,COMM,REG,WO/ SALT~^56.40^292^0.38^28.37^4.42^10.43^0.0^8.32^7^0.63^3^9^48^30^0.13^0.000^0.017^2.0^0.0^0.013^0.021^0.000^0.000^0.060^0^0^0^0^^0.00^36^2^0^0^21^2^16^0^2.61^56.0^4.474^6.315^12.941^67^14.70^~1 tablespoon~^235.00^~1 cup~^0 ~05252~^~TURKEY,YOUNG HEN,WING,MEAT&SKN,CKD,RSTD~^58.53^238^27.30^13.46^0.99^0.00^0.0^^24^1.43^25^198^268^56^1.99^0.049^0.021^27.6^0.0^0.048^0.128^6.084^0.570^0.410^5^0^5^5^^0.33^0^0^0^^^^^^^^3.680^5.020^3.190^77^28.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^174.00^~1 wing, bone removed~^31 ~05253~^~TURKEY,YOUNG TOM,MEAT&SKN&GIBLETS&NECK,RAW~^71.14^152^20.39^7.21^0.89^0.08^0.0^^15^1.50^22^182^274^70^2.39^0.106^0.022^23.3^0.2^0.071^0.193^4.334^0.943^0.410^22^0^22^22^^1.55^289^87^87^^^^^^^^2.050^2.550^1.790^81^8399.00^~1 turkey~^^~~^20 ~05254~^~TURKEY,YOUNG TOM,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^62.18^199^27.97^8.81^0.97^0.10^0.0^^26^2.00^24^201^276^72^3.24^0.105^0.026^32.9^0.1^0.061^0.211^4.759^0.972^0.410^20^0^20^20^^1.27^285^86^86^^^^^^^^2.580^2.860^2.260^96^258.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^5957.00^~1 turkey~^21 ~05255~^~TURKEY,YOUNG TOM,MEAT&SKN,RAW~^70.96^154^20.45^7.43^0.88^0.00^0.0^^15^1.28^22^180^271^68^2.28^0.095^0.017^24.5^0.0^0.070^0.152^4.295^0.805^0.410^8^0^8^8^^0.40^7^2^2^^^^^^^^2.100^2.680^1.840^72^338.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^3895.00^~.5 turkey, bone removed~^19 ~05256~^~TURKEY,YOUNG TOM,MEAT&SKN,CKD,RSTD~^61.92^202^28.09^9.06^0.99^0.00^0.0^^27^1.78^25^203^282^72^3.02^0.094^0.020^34.5^0.0^0.062^0.183^4.900^0.879^0.420^7^0^7^7^^0.36^0^^^^^^^^^^2.640^2.980^2.310^82^239.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^2750.00^~.5 turkey, bone removed~^20 ~05257~^~TURKEY,YOUNG TOM,MEAT ONLY,RAW~^74.38^117^21.72^2.70^0.97^0.00^0.0^^14^1.30^24^198^302^73^2.46^0.100^0.019^26.5^0.0^0.079^0.165^4.768^0.902^0.470^9^0^9^9^^0.43^0^0^0^^^^^^^^0.890^0.570^0.780^68^286.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^3302.00^~.5 turkey, bone and skin removed~^31 ~05258~^~TURKEY,YOUNG TOM,MEAT ONLY,CKD,RSTD~^65.05^168^29.36^4.68^1.03^0.00^0.0^^25^1.78^26^214^301^74^3.17^0.095^0.020^36.8^0.0^0.068^0.188^5.265^0.968^0.470^8^0^8^8^^0.38^0^0^0^^^^^^^^1.540^0.980^1.350^77^140.00^~1 cup, chopped or diced~^206.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^31 ~05259~^~TURKEY,YOUNG TOM,SKN ONLY,RAW~^51.25^368^13.24^34.56^0.39^0.00^0.0^^18^1.20^8^82^96^40^1.26^0.068^0.009^13.0^0.0^0.019^0.079^1.568^0.263^0.070^4^0^4^4^^0.25^49^15^15^^^^^^^^9.020^14.730^7.920^95^51.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^592.00^~.5 turkey, skin only~^0 ~05260~^~TURKEY,YOUNG TOM,SKN ONLY,CKD,RSTD~^41.54^422^20.14^37.25^0.67^0.00^0.0^^37^1.76^17^140^161^60^2.08^0.087^0.021^152.9^0.0^0.022^0.155^2.534^0.316^0.080^4^0^4^4^^0.25^0^0^0^^^^^^^^9.720^15.870^8.530^117^32.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^374.00^~.5 turkey, skin only~^0 ~05261~^~TURKEY,YOUNG TOM,LT MEAT,MEAT&SKN,RAW~^70.20^156^21.63^7.04^0.90^0.00^0.0^^13^1.04^24^188^277^63^1.60^0.065^0.016^22.4^0.0^0.061^0.108^5.302^0.612^0.470^7^0^7^7^^0.42^8^2^2^^^^^^^^1.910^2.680^1.660^67^185.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^2137.00^~.5 turkey, bone removed~^14 ~05262~^~TURKEY,YOUNG TOM,LT MEAT,MEAT&SKN,CKD,RSTD~^63.13^191^28.48^7.70^1.00^0.00^0.0^^21^1.41^27^209^287^67^2.10^0.048^0.019^30.7^0.0^0.061^0.134^6.024^0.639^0.480^6^0^6^6^^0.36^0^0^0^^^^^^^^2.150^2.660^1.860^75^136.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1566.00^~.5 turkey, bone removed~^14 ~05263~^~TURKEY,YOUNG TOM,DK MEAT,MEAT&SKN,RAW~^71.88^152^19.05^7.89^0.86^0.00^0.0^^17^1.57^20^172^265^75^3.11^0.131^0.019^26.6^0.0^0.080^0.205^3.087^1.039^0.330^10^0^10^10^^0.38^6^2^2^^^^^^^^2.320^2.660^2.060^77^152.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1758.00^~.5 turkey, bone removed~^24 ~05264~^~TURKEY,YOUNG TOM,DK MEAT,MEAT&SKN,CKD,RSTD~^60.33^216^27.58^10.85^0.97^0.00^0.0^^35^2.26^23^197^276^80^4.25^0.154^0.022^39.7^0.0^0.062^0.247^3.429^1.196^0.330^9^0^9^9^^0.37^0^0^0^^^^^^^^3.280^3.410^2.910^91^103.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1184.00^~.5 turkey, bone removed~^27 ~05265~^~TURKEY,YOUNG TOM,LT MEAT,MEAT ONLY,RAW~^73.96^114^23.43^1.57^1.00^0.00^0.0^^12^1.01^27^209^314^67^1.67^0.064^0.017^24.4^0.0^0.070^0.114^6.036^0.684^0.550^8^0^8^8^^0.45^0^0^0^^^^^^^^0.500^0.280^0.420^62^154.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1771.00^~.5 turkey, bone and skin removed~^29 ~05266~^~TURKEY,YOUNG TOM,LT MEAT,MEAT ONLY,CKD,RSTD~^66.56^154^29.88^2.92^1.05^0.00^0.0^^18^1.36^28^220^308^68^2.10^0.042^0.019^32.1^0.0^0.067^0.131^6.575^0.693^0.550^6^0^6^6^^0.38^0^0^0^^^^^^^^0.930^0.510^0.780^69^140.00^~1 cup, chopped or diced~^117.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^26 ~05267~^~TURKEY,YOUNG TOM,DK MEAT,MEAT ONLY,RAW~^74.70^123^20.04^4.11^0.93^0.00^0.0^^17^1.62^21^185^290^80^3.38^0.141^0.021^28.6^0.0^0.089^0.224^3.313^1.153^0.360^11^0^11^11^^0.40^0^0^0^^^^^^^^1.380^0.930^1.230^75^133.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1532.00^~.5 turkey, bone and skin removed~^34 ~05268~^~TURKEY,YOUNG TOM,DK MEAT,MEAT ONLY,CKD,RSTD~^63.07^185^28.68^6.98^1.01^0.00^0.0^^35^2.33^23^205^293^82^4.56^0.164^0.022^40.9^0.0^0.068^0.261^3.563^1.325^0.370^10^0^10^10^^0.38^0^0^0^^^^^^^^2.340^1.580^2.090^88^140.00^~1 cup, chopped or diced~^90.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^36 ~05269~^~TURKEY,YOUNG TOM,BACK,MEAT&SKN,RAW~^69.29^179^18.47^11.14^0.80^0.00^0.0^^17^1.53^18^161^245^71^2.89^0.124^0.018^25.5^0.0^0.073^0.191^2.910^0.948^0.300^9^0^9^9^^0.37^11^3^3^^^^^^^^3.140^4.120^2.780^79^524.00^~.5 back, bone removed~^45.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^38 ~05270~^~TURKEY,YOUNG TOM,BACK,MEAT&SKN,CKD,RSTD~^58.33^238^26.80^13.65^0.94^0.00^0.0^^35^2.21^22^191^264^77^4.01^0.147^0.022^38.0^0.0^0.058^0.238^3.336^1.103^0.310^8^0^8^8^^0.35^0^0^0^^^^^^^^3.970^4.730^3.510^94^380.00^~.5 back, bone removed~^33.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^40 ~05271~^~TURKEY,YOUNG TOM,BREAST,MEAT&SKN,RAW~^70.68^151^21.96^6.34^0.91^0.00^0.0^^13^1.04^24^191^282^63^1.61^0.065^0.016^22.0^0.0^0.063^0.109^5.391^0.623^0.480^7^0^7^7^^0.42^7^2^2^^^^^^^^1.730^2.360^1.500^67^155.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1789.00^~.5 breast, bone removed~^9 ~05272~^~TURKEY,YOUNG TOM,BREAST,MEAT&SKN,CKD,RSTD~^63.30^189^28.61^7.39^1.00^0.00^0.0^^21^1.41^27^210^289^67^2.10^0.048^0.019^30.2^0.0^0.061^0.134^6.048^0.644^0.490^6^0^6^6^^0.36^0^0^0^^^^^^^^2.080^2.510^1.790^75^115.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1329.00^~.5 breast, bone removed~^8 ~05273~^~TURKEY,YOUNG TOM,LEG,MEAT&SKN,RAW~^72.98^141^19.54^6.34^0.89^0.00^0.0^^17^1.59^20^177^275^77^3.22^0.136^0.020^27.6^0.0^0.084^0.213^3.185^1.088^0.340^10^0^10^10^^0.39^4^1^1^^^^^^^^1.940^1.940^1.720^76^107.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^1234.00^~1 leg, bone removed~^17 ~05274~^~TURKEY,YOUNG TOM,LEG,MEAT&SKN,CKD,RSTD~^61.18^206^27.93^9.63^0.98^0.00^0.0^^35^2.28^23^200^281^80^4.34^0.157^0.022^41.1^0.0^0.064^0.252^3.473^1.237^0.340^9^0^9^9^^0.37^0^0^0^^^^^^^^2.990^2.830^2.660^90^805.00^~1 leg, bone removed (yield after cooking)~^70.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^19 ~05275~^~TURKEY,YOUNG TOM,WING,MEAT&SKN,RAW~^67.32^188^20.45^11.22^0.82^0.00^0.0^^13^1.07^21^172^250^60^1.55^0.065^0.015^22.0^0.0^0.055^0.104^4.730^0.561^0.410^7^0^7^7^^0.39^14^4^4^^^^^^^^2.990^4.500^2.610^72^30.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^348.00^~1 wing, bone removed~^34 ~05276~^~TURKEY,YOUNG TOM,WING,MEAT&SKN,CKD,RSTD~^60.31^221^27.45^11.50^0.96^0.00^0.0^^23^1.46^25^200^271^66^2.10^0.053^0.020^30.2^0.0^0.056^0.137^5.565^0.599^0.430^6^0^6^6^^0.35^0^0^0^^^^^^^^3.130^4.350^2.720^81^21.00^~1 unit, (yield from 1 lb ready-to-cook turkey)~^237.00^~1 wing, bone removed~^37 ~05277~^~CHICKEN,CND,MEAT ONLY,W/BROTH~^68.65^165^21.77^7.95^1.81^0.00^0.0^0.00^14^1.58^12^111^138^503^1.41^0.046^0.015^15.8^2.0^0.015^0.129^6.329^0.850^0.350^4^0^4^4^64.0^0.29^117^34^34^0^0^0^0^0^0.26^1.8^2.200^3.150^1.750^62^142.00^~1 can, (5 oz)~^^~~^0 ~05282~^~PATE DE FOIE GRAS,CND (GOOSE LIVER PATE),SMOKED~^37.04^462^11.40^43.84^3.05^4.67^0.0^^70^5.50^13^200^138^697^0.92^0.400^0.120^44.0^2.0^0.088^0.299^2.510^1.200^0.060^60^0^60^60^^9.40^3333^1001^1001^^^^^^^^14.450^25.610^0.840^150^13.00^~1 tbsp~^28.35^~1 oz~^0 ~05284~^~TURKEY,CND,MEAT ONLY,W/BROTH~^66.07^163^23.68^6.86^1.92^0.00^0.0^0.00^12^1.86^20^162^224^467^2.37^0.074^0.017^25.9^2.0^0.014^0.171^6.622^0.686^0.330^6^0^6^6^74.0^0.28^0^0^0^0^0^0^0^0^0.27^0.7^2.000^2.260^1.750^66^135.00^~1 cup, drained~^142.00^~1 can, (5 oz)~^0 ~05285~^~TURKEY,DICED,LT&DK MEAT,SEASONED~^71.70^138^18.70^6.00^2.60^1.00^0.0^^1^1.80^17^240^310^850^2.02^0.063^0.013^26.1^0.0^0.040^0.110^4.800^0.589^0.280^5^0^5^5^^0.24^0^0^0^^^^^^^^1.750^1.980^1.530^55^28.35^~1 oz~^227.00^~.5 lb~^0 ~06339~^~CAMPBELL,CAMPBELLS RED&WHITE,CRM OF MSHRM W/ RSTD GARLC,COND~^86.20^56^1.61^2.02^1.30^8.87^1.6^0.81^16^0.00^^^^573^^^^^0.0^^^^^^^^^^^^81^^^^^^^^^^0.806^^^0^124.00^~1 serving, 1/2 cup~^^~~^0 ~06340~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF ONION SOUP,COND~^82.20^81^0.81^4.84^4.09^8.06^2.4^3.23^0^0.00^^^^645^^^^^0.0^^^^^^^^^^^^161^^^^^^^^^^1.210^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06341~^~CAMPBELL, CAMPBELL'S RED & WHITE,CRM OF POTATO SOUP,COND~^83.00^73^1.61^1.61^1.68^12.10^1.6^0.81^0^0.29^^^^645^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.806^0.403^0.403^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06342~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF SHRIMP SOUP,COND~^85.80^73^1.61^4.03^2.10^6.45^0.8^0.00^0^0.00^^^^694^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.806^^^8^124.00^~1 serving, 1/ 2 cup~^^~~^0 ~06343~^~CAMPBELL,CAMPBELL'S RED&WHITE,CREAMY CHICK NOODLE SOUP,COND~^79.10^97^3.23^5.65^3.16^8.87^3.2^0.81^16^0.29^^^^702^^^^^0.0^^^^^^^^^^^^806^^^^^^^^^^1.210^^^12^124.00^~1 serving, 1/2 cup~^^~~^0 ~06344~^~CAMPBELL,CAMPBELL'S RED&WHITE,CREAMY CHICK VERDE SOUP,COND~^82.20^89^1.61^5.65^2.48^8.06^2.4^0.81^16^0.00^^^^629^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.016^2.016^1.613^8^124.00^~1 serving, 1/2 cup~^^~~^0 ~06346~^~COMPANY,CAMPBELL'S RED & WHITE,CURLY NOODLE SOUP,COND~^85.40^63^3.17^1.59^1.11^8.73^0.8^1.59^16^0.57^^^^500^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^0.000^^^12^126.00^~1 serving, 1/2 cup~^^~~^0 ~06347~^~CAMPBELL'S RED & WHITE,DANNY PHANTOM SHAPED PASTA~^85.70^56^3.17^1.59^1.60^7.94^0.8^0.79^0^0.29^^^^444^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.397^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06349~^~CAMPBELL'S RED & WHITE,DORA THE EXPLORER SOUP,COND~^85.70^56^2.38^1.59^2.40^7.94^0.8^0.79^0^0.29^^^^460^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.397^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06350~^~CAMPBELL'S RED & WHITE,DOUBLE NOODLE IN CHICK BROTH SOP,COND~^79.50^79^3.17^1.19^2.64^13.49^1.6^1.59^0^0.57^^^^492^^^^^0.0^^^^^^^^^^^^794^^^^^^^^^^0.397^^^8^126.00^~1 serving, 1/ 2 cup~^^~~^0 ~06351~^~CAMPBELL'S RED & WHITE,OLD FASHIONED TOMATO RICE SOUP,COND~^74.50^87^0.79^1.59^4.87^18.25^0.8^7.94^0^0.29^^^^611^^^^^1.9^^^^^^^^^^^^595^^^^^^^^^^0.397^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06353~^~CAMPBELL'S RED & WHITE,FIESTA NACHO CHS SOUP,COND~^80.30^97^2.42^6.45^2.76^8.06^0.8^1.61^65^0.00^^^^637^^^^^0.0^^^^^^^^^^^^403^^^^^^^^^^2.419^^^8^124.00^~1 serving, 1/2 cup~^^~~^0 ~06354~^~CAMPBELL'S RED & WHITE,FRENCH ONION SOUP,COND~^91.00^36^1.59^1.19^1.46^4.76^0.8^3.17^2^0.00^^^^714^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.794^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06355~^~CAMPBELL'S RED & WHITE,GOLDEN MUSHROOM SOUP,COND~^87.20^65^1.61^2.82^0.72^8.06^0.8^0.81^0^0.00^^^^718^^^^^0.0^^^^^^^^^^^^605^^^^^^^^^^0.806^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06357~^~CAMPBELL'S RED & WHITE,GOLDFISH PASTA W/ CHICK~^85.70^56^2.38^1.19^2.00^8.73^0.8^1.59^0^0.00^^^^476^^^^^0.0^^^^^^^^^^^^317^^^^^^^^^^0.397^0.397^0.000^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06358~^~SOUP,TOMATO BISQUE,CND,PREP W/ EQ VOLUME MILK~^81.51^79^2.51^2.63^1.63^11.73^0.2^^74^0.35^10^69^241^442^0.25^0.056^0.103^^2.8^0.045^0.107^0.499^0.200^0.056^9^0^9^9^^0.17^350^25^9^^^^^^^^1.250^0.750^0.490^9^251.00^~1 cup, (8 fl oz)~^609.00^~1 can, (11 oz), prepared~^0 ~06359~^~SOUP,TOMATO,CND,PREP W/ EQ VOLUME LOFAT (2%) MILK~^86.04^55^2.49^1.29^1.29^8.89^0.6^6.53^67^0.55^12^63^188^287^0.34^0.082^0.059^3.7^6.3^0.039^0.126^0.545^0.210^0.061^2^0^2^2^14.7^0.24^286^38^29^0^115^0^5261^43^0.18^1.6^0.726^0.377^0.129^4^251.88^~1 serving, 1 cup~^31.49^~1 fl oz~^0 ~06360~^~CAMPBELL'S RED & WHITE,GOLDFISH PASTA W/ MEATBALL~^84.00^63^3.17^1.98^2.11^8.73^1.6^0.79^0^0.29^^^^444^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^1.190^^^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06361~^~CAMPBELL'S RED & WHITE,GRN PEA SOUP,COND~^66.80^141^7.03^2.34^1.95^21.88^3.1^4.69^16^1.13^^^^680^^^^^0.0^^^^^^^^^^^^156^^^^^^^^^^0.781^^^0^128.00^~1 serving, 1/2 cup~^^~~^0 ~01202~^~MILK,CHOC,FLUID,COMM,RED FAT,W/ ADDED CA~^82.17^78^2.99^1.90^0.81^12.13^0.7^9.55^194^0.24^14^76^123^66^0.39^0.075^0.062^3.4^0.0^0.045^0.565^0.164^0.539^0.024^2^0^2^2^^0.33^227^64^63^0^11^0^0^0^0.04^0.2^1.177^0.455^0.089^8^250.00^~1 cup~^31.20^~1 fl oz~^0 ~01203~^~YOGURT,FRUIT,LOFAT,W/LO CAL SWEETENER~^74.10^105^4.86^1.41^1.03^18.60^0.0^2.90^152^0.07^16^133^194^58^0.82^0.080^0.065^3.1^0.7^0.041^0.180^0.105^0.544^0.045^10^0^10^10^15.2^0.52^441^131^131^0^4^0^0^0^0.06^1.2^0.909^0.387^0.040^6^227.00^~1 8 oz container, (8 oz)~^245.00^~1 cup, (8 fl oz)~^0 ~01204~^~CHEESE,PARMESAN,DRY GRATED,RED FAT~^50.60^265^20.00^20.00^8.03^1.37^0.0^0.00^1109^0.90^38^729^125^1529^3.87^0.238^0.085^17.7^0.0^0.029^0.486^0.114^0.325^0.049^10^0^10^10^20.7^2.26^605^160^156^0^51^0^0^0^0.17^1.7^13.317^6.098^0.462^88^100.00^~1 cup~^5.00^~1 tbsp~^0 ~01205~^~CREAM SUB,FLAV,LIQ~^50.06^251^0.69^13.50^0.55^35.07^1.1^33.04^6^0.59^19^28^96^80^0.25^0.142^0.142^0.7^0.0^0.004^0.024^0.091^0.010^0.004^1^0^1^1^0.5^0.00^0^0^0^0^0^0^0^1^1.58^3.3^2.635^4.002^6.269^0^^~~^^~~^0 ~01206~^~CREAM SUB,FLAV,POWDERED~^1.52^495^0.00^21.47^0.79^75.42^1.2^58.01^5^0.63^17^28^90^196^0.23^0.135^0.140^1.3^0.0^0.004^0.027^0.084^0.009^0.004^1^0^1^1^0.5^0.00^0^0^0^0^0^0^0^1^0.41^9.1^19.446^0.618^0.229^0^^~~^^~~^0 ~01208~^~CHEESE,PROVOLONE,RED FAT~^50.60^274^24.70^17.60^3.60^3.50^0.0^0.55^756^0.52^28^496^138^876^3.23^0.026^0.010^14.5^0.0^0.019^0.321^0.156^0.476^0.073^10^0^10^10^12.9^1.46^532^141^137^0^45^0^0^0^0.15^1.5^11.300^4.890^0.510^55^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~01209~^~CHEESE,MEXICAN,BLEND,RED FAT~^48.20^282^24.69^19.40^4.30^3.41^0.0^0.56^1146^0.13^35^583^93^776^4.30^0.021^^15.5^0.0^0.030^0.300^0.060^^0.084^20^0^20^20^13.5^1.66^586^155^151^0^50^0^0^0^0.17^1.6^11.580^5.020^0.750^62^^~~^^~~^0 ~01210~^~EGG MIX,USDA CMDTY~^2.78^549^35.60^34.50^3.15^23.97^^2.46^171^3.23^11^451^373^576^2.76^0.149^0.056^118.0^^0.190^1.277^0.267^6.500^0.207^138^0^138^138^602.5^2.90^398^117^116^0^0^13^0^^2.04^0.7^10.305^13.745^7.555^1110^^~~^^~~^0 ~02001~^~ALLSPICE,GROUND~^8.46^263^6.09^8.69^4.65^72.12^21.6^^661^7.06^135^113^1044^77^1.01^0.553^2.943^2.7^39.2^0.101^0.063^2.860^^0.210^36^0^36^36^^0.00^540^27^0^^^^^^^^2.550^0.660^2.360^0^6.00^~1 tbsp~^1.90^~1 tsp~^0 ~02002~^~ANISE SEED~^9.54^337^17.60^15.90^6.95^50.02^14.6^^646^36.96^170^440^1441^16^5.30^0.910^2.300^5.0^21.0^0.340^0.290^3.060^0.797^0.650^10^0^10^10^^0.00^311^16^0^^^^^^^^0.586^9.780^3.150^0^6.70^~1 tbsp, whole~^2.10^~1 tsp, whole~^0 ~02003~^~SPICES,BASIL,DRIED~^6.43^251^14.37^3.98^14.27^60.96^40.5^1.71^2113^42.00^422^490^3433^34^5.82^1.367^3.167^2.8^61.2^0.148^0.316^6.948^^2.320^274^0^274^274^54.9^0.00^9375^469^0^0^5584^81^393^1150^7.48^1714.5^0.240^0.453^2.168^0^0.70^~1 tsp, leaves~^2.10^~1 tbsp, leaves~^0 ~02004~^~SPICES,BAY LEAF~^5.44^313^7.61^8.36^3.62^74.97^26.3^^834^43.00^120^113^529^23^3.70^0.416^8.167^2.8^46.5^0.009^0.421^2.005^^1.740^180^0^180^180^^0.00^6185^309^0^^^^^^^^2.280^1.640^2.290^0^1.80^~1 tbsp, crumbled~^0.60^~1 tsp, crumbled~^0 ~02005~^~CARAWAY SEED~^9.87^333^19.77^14.59^5.87^49.90^38.0^0.64^689^16.23^258^568^1351^17^5.50^0.910^1.300^12.1^21.0^0.383^0.379^3.606^^0.360^10^0^10^10^24.7^0.00^363^18^0^0^189^58^6^205^2.50^0.0^0.620^7.125^3.272^0^6.70^~1 tbsp~^2.10^~1 tsp~^0 ~02006~^~SPICES,CARDAMOM~^8.28^311^10.76^6.70^5.78^68.47^28.0^^383^13.97^229^178^1119^18^7.47^0.383^28.000^^21.0^0.198^0.182^1.102^^0.230^^^^^^0.00^0^0^0^^^^^^^^0.680^0.870^0.430^0^5.80^~1 tbsp, ground~^2.00^~1 tsp, ground~^0 ~02007~^~CELERY SEED~^6.04^392^18.07^25.27^9.27^41.35^11.8^0.67^1767^44.90^440^547^1400^160^6.93^1.370^7.567^12.1^17.1^0.340^0.290^3.060^^0.890^10^0^10^10^24.7^0.00^52^3^0^0^31^0^0^0^1.07^0.0^2.190^15.930^3.720^0^6.50^~1 tbsp~^2.00^~1 tsp~^0 ~02008~^~CHERVIL,DRIED~^7.20^237^23.20^3.90^16.60^49.10^11.3^^1346^31.95^130^450^4740^83^8.80^0.440^2.100^29.3^50.0^0.380^0.680^5.400^^0.930^274^0^274^274^^0.00^5850^293^0^^^^^^^^0.169^1.399^1.800^0^1.90^~1 tbsp~^0.60^~1 tsp~^0 ~02009~^~CHILI POWDER~^7.79^314^12.26^16.76^8.53^54.66^34.2^7.19^278^14.25^170^303^1916^1010^2.70^0.429^2.165^6.0^64.1^0.349^0.794^7.893^^3.670^100^0^100^100^66.5^0.00^29650^1483^0^2090^15000^3490^21^310^29.05^105.7^2.953^3.574^7.458^0^7.50^~1 tbsp~^2.60^~1 tsp~^0 ~02010~^~CINNAMON,GROUND~^10.58^247^3.99^1.24^3.60^80.59^53.1^2.17^1002^8.32^60^64^431^10^1.83^0.339^17.466^3.1^3.8^0.022^0.041^1.332^0.358^0.158^6^0^6^6^11.0^0.00^295^15^0^1^112^129^15^222^2.32^31.2^0.345^0.246^0.068^0^7.85^~1 tbsp~^2.61^~1 tsp~^0 ~02011~^~CLOVES,GROUND~^6.86^323^5.98^20.07^5.88^61.21^34.2^2.38^646^8.68^264^105^1102^243^1.09^0.347^30.033^5.9^80.8^0.115^0.267^1.458^^0.590^93^0^93^93^37.4^0.00^530^27^0^0^84^468^0^0^8.52^141.8^5.438^1.471^7.088^0^6.60^~1 tbsp~^2.10^~1 tsp~^0 ~02012~^~CORIANDER LEAF,DRIED~^7.30^279^21.93^4.78^14.08^52.10^10.4^7.27^1246^42.46^694^481^4466^211^4.72^1.786^6.355^29.3^566.7^1.252^1.500^10.707^^0.610^274^0^274^274^97.1^0.00^5850^293^0^31^3407^175^0^5530^1.03^1359.5^0.115^2.232^0.328^0^1.80^~1 tbsp~^0.60^~1 tsp~^0 ~02013~^~CORIANDER SEED~^8.86^298^12.37^17.77^6.02^54.99^41.9^^709^16.32^330^409^1267^35^4.70^0.975^1.900^26.2^21.0^0.239^0.290^2.130^^^0^0^0^0^^0.00^0^0^0^^^^^^^^0.990^13.580^1.750^0^5.00^~1 tbsp~^1.80^~1 tsp~^0 ~02014~^~CUMIN SEED~^8.06^375^17.81^22.27^7.62^44.24^10.5^2.25^931^66.36^366^499^1788^168^4.80^0.867^3.333^5.2^7.7^0.628^0.327^4.579^^0.435^10^0^10^10^24.7^0.00^1270^64^0^0^762^0^0^448^3.33^5.4^1.535^14.040^3.279^0^6.00^~1 tbsp, whole~^2.10^~1 tsp, whole~^0 ~02015~^~CURRY POWDER~^9.52^325^12.66^13.81^5.57^58.15^33.2^2.76^478^29.59^254^349^1543^52^4.05^0.815^4.289^17.1^11.4^0.253^0.281^3.467^^1.150^154^0^154^154^64.2^0.00^986^49^0^0^592^0^0^0^21.99^99.8^2.237^5.551^2.557^0^6.30^~1 tbsp~^2.00^~1 tsp~^0 ~02016~^~DILL SEED~^7.70^305^15.98^14.54^6.62^55.17^21.1^^1516^16.33^256^277^1186^20^5.20^0.780^1.833^12.1^21.0^0.418^0.284^2.807^^0.250^10^0^10^10^^0.00^53^3^0^^^^^^^^0.730^9.410^1.010^0^6.60^~1 tbsp~^2.10^~1 tsp~^0 ~02017~^~DILL WEED,DRIED~^7.30^253^19.96^4.36^12.56^55.82^13.6^^1784^48.78^451^543^3308^208^3.30^0.490^3.950^^50.0^0.418^0.284^2.807^^1.710^^^^^^0.00^5850^293^0^^^^^^^^0.234^^^0^3.10^~1 tbsp~^1.00^~1 tsp~^0 ~02018~^~FENNEL SEED~^8.81^345^15.80^14.87^8.22^52.29^39.8^^1196^18.54^385^487^1694^88^3.70^1.067^6.533^^21.0^0.408^0.353^6.050^^0.470^^^^^^0.00^135^7^0^^^^^^^^0.480^9.910^1.690^0^5.80^~1 tbsp, whole~^2.00^~1 tsp, whole~^0 ~02019~^~FENUGREEK SEED~^8.84^323^23.00^6.41^3.40^58.35^24.6^^176^33.53^191^296^770^67^2.50^1.110^1.228^6.3^3.0^0.322^0.366^1.640^^0.600^57^0^57^57^^0.00^60^3^0^^^^^^^^1.460^^^0^11.10^~1 tbsp~^3.70^~1 tsp~^0 ~02020~^~GARLIC POWDER~^6.45^332^16.80^0.76^3.29^72.71^9.9^24.30^80^2.75^58^417^1101^26^2.63^0.147^0.545^38.0^18.0^0.466^0.152^0.692^^2.940^2^0^2^2^67.5^0.00^0^0^0^0^0^0^0^0^0.63^0.0^0.135^0.017^0.378^0^8.40^~1 tbsp~^2.80^~1 tsp~^0 ~04144~^~SALAD DRSNG,ITALIAN DRSNG,RED FAT,WO/ SALT~^84.68^76^0.47^6.38^3.90^4.57^0.0^4.55^9^0.65^4^11^85^30^0.19^0.000^0.000^8.0^0.0^0.000^0.015^0.000^0.000^0.070^0^0^0^0^^0.00^12^1^0^0^7^0^0^0^0.59^12.5^0.451^2.190^1.704^6^15.00^~1 tablespoon~^240.00^~1 cup~^0 ~04145~^~SALAD DRSNG,MAYO,SOYBN OIL,WO/SALT~^16.70^717^1.10^79.40^0.10^2.70^0.0^^18^0.50^^28^34^30^^^^1.6^0.0^0.000^0.000^0.000^^^^^^^^^280^84^84^^^^^^^^11.800^22.700^37.100^59^13.80^~1 tablespoon~^220.00^~1 cup~^0 ~04146~^~SALAD DRSNG,FRENCH,CTTNSD,OIL,HOME RECIPE~^24.20^631^0.10^70.20^1.80^3.40^0.0^^6^0.20^^3^24^658^^^^1.6^0.0^0.010^0.020^0.130^^^^^^^^^0^0^0^^^^^^^^18.200^^^0^14.00^~1 tablespoon~^220.00^~1 cup~^0 ~04367~^~SALAD DRSNG,FRENCH DRSNG,FAT-FREE~^65.04^132^0.20^0.27^2.35^32.14^2.2^16.45^5^0.58^3^0^84^799^0.10^0.121^0.024^2.0^0.0^0.011^0.026^0.112^0.002^0.000^14^0^14^14^4.0^0.00^75^4^0^0^38^15^319^0^0.02^0.1^0.037^0.141^0.062^0^16.00^~1 tablespoon~^256.00^~1 cup~^0 ~04501~^~OIL,VEG,COCOA BUTTER~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^1.80^24.7^59.700^32.900^3.000^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04502~^~OIL,VEG,CTTNSD,SALAD OR COOKING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^35.30^24.7^25.900^17.800^51.900^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04506~^~OIL,VEG,SUNFLOWER,LINOLEIC,(APPROX. 65%)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^41.08^5.4^10.300^19.500^65.700^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04510~^~OIL,VEG SAFFLOWER,SALAD OR COOKING,LINOLEIC,(OVER 70%)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^34.10^7.1^6.203^14.355^74.623^0^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04511~^~OIL,VEG SAFFLOWER,SALAD OR COOKING,OLEIC,OVER 70%~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^34.10^7.1^6.203^74.646^14.350^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04513~^~VEGETABLE OIL,PALM KERNEL~^0.00^862^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^3.81^24.7^81.500^11.400^1.600^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04514~^~OIL,VEGETABLE,POPPYSEED~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^11.40^^13.500^19.700^62.400^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04515~^~OIL,VEGETABLE,TOMATOSEED~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^3.80^^19.700^22.800^53.100^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04516~^~OIL,VEGETABLE,TEASEED~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^^21.100^51.500^23.000^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04517~^~OIL,VEGETABLE,GRAPESEED~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^28.80^^9.600^16.100^69.900^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04518~^~OIL,VEG,CORN,INDUSTRIAL & RTL,ALLPURP SALAD OR COOKING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^14.30^1.9^12.948^27.576^54.677^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04520~^~FAT,MUTTON TALLOW~^0.00^902^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^79.8^0.00^0^0^0^0^0^0^0^0^2.80^0.0^47.300^40.600^7.800^102^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04521~^~MARGARINE,REG,HARD,SUNFLOWER&SOYBN (HYDR)&CTTNSD (HYDR)~^15.70^719^0.90^80.50^2.00^0.90^0.0^0.00^30^0.00^3^23^42^943^0.00^0.000^^0.0^0.2^0.010^0.037^0.023^0.084^0.009^1^0^1^1^12.4^0.10^3577^819^768^0^610^0^0^0^11.00^103.3^11.900^28.500^36.600^0^4.70^~1 tsp~^113.40^~1 stick~^0 ~04528~^~OIL,VEGETABLE,WALNUT~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.4^0.00^0^0^0^0^0^0^0^0^0.40^15.0^9.100^22.800^63.300^0^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04529~^~OIL,VEGETABLE,ALMOND~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.4^0.00^0^0^0^0^0^0^0^0^39.20^7.0^8.200^69.900^17.400^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04530~^~OIL,VEG,APRICOT KERNEL~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^4.00^^6.300^60.000^29.300^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04531~^~VEGETABLE OIL,SOYBN LECITHIN~^0.00^763^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^350.0^0.00^0^0^0^0^0^0^0^0^8.18^183.9^15.005^10.977^45.318^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04532~^~OIL,VEGETABLE,HAZELNUT~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^47.20^^7.400^78.000^10.200^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04534~^~OIL,VEGETABLE,BABASSU~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^19.10^^81.200^11.400^1.600^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04536~^~OIL,VEGETABLE,SHEANUT~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^^46.600^44.000^5.200^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04539~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS DRSNG,COMM,REG~^39.71^476^1.37^51.10^3.20^4.62^0.4^3.48^37^0.09^8^74^88^930^0.21^0.009^0.006^1.0^0.7^0.010^0.100^0.100^0.388^0.037^8^0^8^8^17.9^0.16^73^19^19^1^4^1^0^26^4.28^85.9^8.275^13.279^27.545^31^245.00^~1 cup~^15.30^~1 tbsp~^0 ~04541~^~OIL,VEGETABLE,CUPU ASSU~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.60^^53.200^38.700^3.800^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04542~^~FAT,CHICKEN~^0.20^900^0.00^99.80^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^122.4^0.00^0^0^0^0^0^0^0^0^2.70^0.0^29.800^44.700^20.900^85^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04543~^~OIL,SOYBN,SALAD OR COOKING,(HYDR)&CTTNSD~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^12.10^24.7^18.000^29.500^48.100^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04544~^~SHORTENING,HOUSEHOLD,LARD&VEG OIL~^0.00^900^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^25.0^0.00^0^0^0^0^0^0^0^0^1.00^21.5^40.300^44.400^10.900^56^12.80^~1 tablespoon~^205.00^~1 cup~^0 ~04545~^~OIL,VEG,SUNFLOWER,LINOLEIC,(HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^41.08^5.4^13.000^46.200^36.400^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04546~^~SHORTENING BREAD,SOYBN (HYDR)&CTTNSD~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^8.00^^22.000^33.000^40.600^0^12.80^~1 tablespoon~^205.00^~1 cup~^0 ~04547~^~SHORTENING FRYING (REG),SOYBN (HYDR)&CTTNSD (HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^15.400^58.200^22.000^0^12.80^~1 tablespoon~^205.00^~1 cup~^0 ~04548~^~SHORTENING CAKE MIX,SOYBN (HYDR)&CTTNSD (HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.80^43.0^27.200^54.200^14.100^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04549~^~SHORTENING INDUSTRIAL,LARD&VEG OIL~^0.00^900^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^1.00^^35.700^40.700^19.200^56^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04550~^~SHORTENING FRYING (HVY DUTY),BF TALLOW&CTTNSD~^0.00^900^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^4.00^^44.900^38.500^8.800^100^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04551~^~SHORTENING CONFECTIONERY,COCNT (HYDR)&OR PALM KERNEL (HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^1.95^43.0^91.300^2.200^1.000^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04552~^~SHORTENING FRYING HVY DUTY,SOYBN HYDR,LINOLEIC 30% W/SILICON~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^18.400^43.700^33.500^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04554~^~SHORTENING INDUSTRIAL,SOYBN (HYDR)&CTTNSD~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.80^43.0^25.600^58.000^12.000^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~05286~^~TURKEY AND GRAVY,FROZEN~^85.07^67^5.88^2.63^1.81^4.61^0.0^^14^0.93^8^81^61^554^0.70^0.022^0.005^19.2^0.0^0.024^0.127^1.799^0.213^0.100^4^0^4^4^^0.24^42^13^13^^^^^^^^0.850^0.970^0.470^18^240.00^~1 cup~^142.00^~1 package, (net weight, 5 oz)~^0 ~05292~^~TURKEY PATTIES,BREADED,BATTERED,FRIED~^49.70^283^14.00^18.00^2.60^15.70^0.5^0.32^14^2.20^15^270^275^800^1.44^0.093^0.077^22.1^0.0^0.100^0.190^2.300^0.520^0.197^41^29^12^61^54.8^0.23^36^10^9^1^2^1^0^0^0.93^15.4^4.690^7.470^4.710^75^28.00^~1 medium, slice (approx 3" x 2" x 1/4")~^42.00^~1 thick, slice (approx 3" x 2" x 3/8")~^0 ~05293~^~TURKEY BREAST,PRE-BASTED,MEAT&SKN,CKD,RSTD~^70.91^126^22.16^3.46^2.06^0.00^0.0^^9^0.66^21^214^248^397^1.53^0.041^0.015^25.7^0.0^0.053^0.133^9.067^0.489^0.320^5^0^5^5^^0.32^0^0^0^^^^^^^^0.980^1.140^0.840^42^864.00^~.5 breast, bone removed~^^~~^8 ~05294~^~TURKEY THIGH,PRE-BASTED,MEAT&SKN,CKD,RSTD~^70.60^157^18.80^8.54^2.06^0.00^0.0^^8^1.51^17^171^241^437^4.12^0.139^0.015^27.9^0.0^0.083^0.255^2.409^0.812^0.230^6^0^6^6^^0.24^0^0^0^^^^^^^^2.650^2.530^2.350^62^314.00^~1 thigh, bone removed~^^~~^13 ~05295~^~TURKEY RST,BNLESS,FRZ,SEASONED,LT&DK MEAT,RAW~^70.40^120^17.60^2.20^3.40^6.40^0.0^^1^2.10^20^158^360^678^1.91^0.088^0.017^26.5^0.0^0.040^0.120^4.400^0.733^0.380^7^0^7^7^^0.35^0^0^0^^^^^^^^0.730^0.470^0.640^53^1134.00^~1 box, (net weight, 2.5 lb)~^284.00^~.25 box, (net weight, 0.625 lb)~^0 ~05296~^~TURKEY RST,BNLESS,FRZ,SEASONED,LT&DK MEAT,RSTD~^67.84^155^21.32^5.78^1.99^3.07^0.0^0.00^5^1.63^22^244^298^680^2.54^0.060^0.015^36.5^0.0^0.047^0.163^6.271^0.806^0.270^5^0^5^5^64.2^1.52^0^0^0^0^0^0^0^0^0.38^0.7^1.900^1.200^1.660^53^135.00^~1 cup, chopped or diced~^782.00^~1 box, (net weight, 1.72 lb)~^0 ~05300~^~TURKEY STKS,BREADED,BATTERED,FRIED~^49.40^279^14.20^16.90^2.50^17.00^^^14^2.20^15^234^260^838^1.46^0.073^0.083^20.7^0.0^0.100^0.180^2.100^0.533^0.200^29^20^9^43^^0.23^40^12^12^^^^^^^^4.380^6.920^4.390^64^64.00^~1 stick, (2.25 oz)~^^~~^0 ~05301~^~POULTRY,MECHANICALLY DEBONED,FROM BACKS&NECKS W/SKN,RAW~^62.66^272^11.39^24.73^0.96^0.00^0.0^^138^1.57^12^132^104^40^1.29^0.065^0.019^10.7^1.5^0.050^0.129^4.630^0.824^0.190^6^0^6^6^^0.25^245^74^74^^^^^^^^7.450^10.440^4.960^130^227.00^~.5 lb~^^~~^0 ~05302~^~POULTRY,MECHANICALLY DEBONED,FROM BACKS&NECKS WO/SKN,RAW~^69.29^199^13.79^15.48^1.00^0.00^0.0^^123^1.73^13^154^128^51^1.82^0.069^0.020^14.4^3.0^0.071^0.175^6.246^1.202^0.320^9^0^9^9^^0.35^107^32^32^^^^^^^^4.710^7.410^2.280^104^227.00^~.5 lb~^^~~^0 ~05303~^~POULTRY,MECHANICALLY DEBONED,FROM MATURE HENS,RAW~^62.95^243^14.72^19.98^1.15^0.00^0.0^^187^1.22^12^132^104^40^1.90^0.065^0.019^15.7^2.0^0.096^0.140^5.254^0.772^0.280^5^0^5^5^^0.27^149^45^45^^^^^^^^4.730^9.300^4.550^143^227.00^~.5 lb~^^~~^0 ~05304~^~TURKEY,MECHANICALLY DEBONED,FROM TURKEY FRAMES,RAW~^69.09^201^13.29^15.96^1.10^0.00^0.0^^145^1.61^13^115^173^48^2.90^0.093^0.015^26.5^0.0^0.048^0.134^1.969^0.673^0.210^7^0^7^7^^0.26^0^0^0^^^^^^^^5.310^5.020^4.510^95^227.00^~.5 lb~^^~~^0 ~05305~^~POULTRY FD PRODUCTS,GROUND TURKEY,RAW~^71.97^149^17.46^8.26^0.87^0.00^0.0^0.00^13^1.25^19^156^233^94^1.93^0.090^0.018^18.9^0.0^0.055^0.133^3.493^0.690^0.350^7^0^7^7^^0.34^5^2^2^0^0^0^0^0^0.35^0.6^2.250^3.100^2.000^79^453.60^~1 lb~^114.00^~1 patty, 4 oz~^0 ~05306~^~POULTRY FD PRODUCTS,GROUND TURKEY,CKD~^59.42^235^27.36^13.15^1.19^0.00^0.0^0.00^25^1.93^24^196^270^107^2.86^0.090^0.020^37.2^0.0^0.054^0.168^4.819^0.813^0.390^7^0^7^7^75.0^0.33^0^0^0^0^0^0^0^0^0.34^0.9^3.390^4.890^3.230^102^82.00^~1 patty, (4 oz, raw) (yield after cooking)~^330.00^~1 unit, yield from 1 lb raw~^0 ~05307~^~CHICKEN,CORNISH GAME HENS,MEAT&SKN,RAW~^68.18^200^17.15^14.02^0.80^0.00^0.0^0.00^11^0.78^18^140^236^61^1.15^0.049^0.016^11.8^0.5^0.073^0.170^5.675^0.609^0.295^3^0^3^3^^0.33^108^32^32^0^0^0^0^0^0.28^2.4^3.890^6.160^2.770^101^168.00^~.5 bird~^^~~^39 ~05308~^~CHICKEN,CORNISH GAME HENS,MEAT&SKN,CKD,RSTD~^58.68^260^22.27^18.21^1.04^0.00^0.0^0.00^13^0.91^18^146^245^64^1.49^0.061^0.015^15.5^0.5^0.067^0.199^5.897^0.593^0.307^2^0^2^2^56.5^0.28^106^32^32^0^0^0^0^0^0.36^2.4^5.050^8.000^3.600^131^257.00^~1 bird, whole~^129.00^~.5 bird~^37 ~05309~^~CHICKEN,CORNISH GAME HENS,MEAT ONLY,RAW~^75.84^116^20.04^3.33^0.90^0.00^0.0^0.00^12^0.74^21^160^269^68^1.31^0.053^0.017^15.8^0.6^0.092^0.216^6.744^0.636^0.385^3^0^3^3^^0.40^75^22^22^0^0^0^0^0^0.21^2.4^0.850^1.070^0.810^91^239.00^~1 bird, whole~^120.00^~.5 bird~^57 ~05310~^~CHICKEN,CORNISH GAME HENS,MEAT ONLY,CKD,RSTD~^71.90^134^23.30^3.87^1.04^0.00^0.0^0.00^13^0.77^19^149^250^63^1.53^0.059^0.015^20.8^0.6^0.075^0.227^6.273^0.555^0.358^2^0^2^2^66.3^0.30^65^20^20^0^0^0^0^0^0.24^2.4^0.990^1.240^0.940^106^220.00^~1 bird, whole~^110.00^~.5 bird~^46 ~05311~^~CHICKEN,CANNED,NO BROTH~^64.90^184^25.30^8.10^0.80^0.80^0.0^0.00^14^1.30^19^153^153^135^2.50^0.050^^18.4^0.0^0.000^0.100^2.400^^0.190^2^0^2^2^73.8^1.00^177^53^53^0^0^0^0^0^0.32^2.3^2.250^3.279^1.978^50^205.00^~1 cup~^125.00^~1 can, (5 oz) yields~^0 ~05312~^~CHICKEN,WING,FRZ,GLAZED,BARBECUE FLAV~^61.79^211^19.67^12.67^2.53^3.34^0.6^2.04^28^2.41^20^205^190^615^1.14^0.039^0.000^33.2^0.0^0.074^0.242^5.500^0.545^0.142^10^0^10^10^^0.40^58^17^17^0^0^0^0^0^0.36^^3.321^5.766^2.359^126^29.33^~1 piece~^86.18^~1 serving~^33 ~05313~^~CHICKEN,WING,FRZ,GLAZED,BARBECUE FLAV,HTD (MICROWAVE)~^53.89^248^25.34^13.90^3.04^3.84^0.9^2.10^38^2.74^27^272^254^837^1.55^0.049^0.000^41.7^0.5^0.081^0.296^7.100^0.711^0.210^12^0^12^12^^0.48^68^20^20^0^0^0^0^0^0.38^^3.655^6.297^2.599^156^74.32^~1 serving~^^~~^33 ~05315~^~DUCK,YNG DUCKLING,DOM,WH PEKIN,BRST,MEAT&SKN,BNLESS,CKD,RSTD~^63.25^202^24.50^10.85^1.15^0.00^^^8^3.26^^^^84^^^^26.4^2.8^^^7.855^^^^^^^^^^^^^^^^^^^2.922^5.428^1.632^136^56.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^85.00^~3 oz~^0 ~05316~^~DUCK,YNG DUCKL,DOM,WH PEKIN,BRST,MEAT,BNLESS,CKD WO/SKN,BRLD~^68.25^140^27.60^2.50^1.40^0.00^^^9^4.49^^^^105^^^^29.0^3.2^^^10.350^^^^^^^^^^^^^^^^^^^0.578^0.871^0.378^143^174.00^~1 cup, chopped or diced~^44.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^0 ~05317~^~DUCK,YNG DUCKLING,DOM,WH PEKIN,LEG,MEAT&SKN,BONE IN,CKD,RSTD~^60.90^217^26.75^11.40^1.00^0.00^^^10^2.08^^^^110^^^^21.8^1.5^^^5.770^^^^^^^^^^^^^^^^^^^2.975^5.617^1.896^114^92.00^~1 leg, bone removed (yield after cooking)~^43.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^31 ~05318~^~DUCK,YNG DUCKL,DOM,WH PEKIN,LEG,MEAT,BONE IN,CKD WO/SKN,BRSD~^64.60^178^29.10^5.96^1.10^0.00^^^10^2.33^^^^108^^^^21.6^2.3^^^5.330^^^^^^^^^^^^^^^^^^^1.339^2.637^0.909^105^174.00^~1 cup, chopped or diced, cooked~^35.00^~1 unit, (yield from 1 lb ready-to-cook duck)~^34 ~05320~^~CHICKEN,WING,FRZ,GLAZED,BBQ FLAV,HTD (CONVENTIONAL OVEN)~^57.25^242^22.24^14.87^2.28^3.36^0.5^1.94^28^1.97^21^233^218^559^1.30^0.000^0.000^34.2^0.0^0.117^0.260^6.030^0.603^0.183^10^0^10^10^^0.55^69^21^21^0^0^0^0^0^0.44^^3.966^6.737^2.838^136^95.96^~1 serving~^^~~^33 ~05321~^~CHICKEN NUGGETS,FRZ,CKD~^48.59^296^15.27^19.82^2.24^14.09^2.1^0.00^31^1.18^26^198^265^557^1.24^0.139^0.301^17.3^0.0^0.100^0.063^4.461^1.017^0.174^3^0^3^3^40.8^0.12^0^0^0^0^0^0^0^0^1.27^11.0^3.992^8.862^4.376^43^^~~^^~~^0 ~05322~^~CHICKEN NUGGETS,FRZ,UNCKD~^51.55^276^13.89^18.06^2.13^14.38^2.4^0.00^22^1.06^17^169^249^424^0.81^0.135^0.279^17.0^0.0^0.106^0.055^6.736^0.832^0.331^5^0^5^5^45.5^0.23^53^16^16^0^0^0^0^0^1.18^10.0^3.575^8.266^4.393^36^^~~^^~~^0 ~06362~^~CAMPBELL'S RED & WHITE,HEARTY VEG W/ PASTA SOUP,COND~^80.50^71^2.38^0.40^1.64^15.08^1.6^6.35^16^0.57^^^^706^^^^^0.0^^^^^^^^^^^^1984^^^^^^^^^^0.000^0.000^0.000^0^126.00^~1 serving, 1/2 cup~^^~~^0 ~06363~^~CAMPBELL'S RED & WHITE,HOMESTYLE CHICK NOODLE SOUP,COND~^86.60^56^3.17^1.59^2.29^6.35^0.8^0.79^0^0.29^^^^560^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.794^0.397^0.000^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06364~^~CAMPBELL'S RED & WHITE,MANHATTAN CLAM CHOWDER,COND~^86.40^56^1.59^0.40^2.09^9.52^1.6^1.59^16^0.57^^^^698^^^^^1.0^^^^^^^^^^^^794^^^^^^^^^^0.397^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06365~^~CAMPBELL'S RED & WHITE,MEGA NOODLE IN CHICK BROTH,COND~^82.80^71^3.17^1.59^1.33^11.11^1.6^1.59^0^0.29^^^^476^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^0.397^^^12^126.00^~1 serving, 1/2 cup~^^~~^0 ~06366~^~CAMPBELL'S RED & WHITE,MINESTRONE SOUP,COND~^79.70^71^3.17^0.79^2.84^13.49^2.4^2.38^16^0.86^^^^762^^^^^0.0^^^^^^^^^^^^1587^^^^^^^^^^0.397^0.000^0.000^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06367~^~CAMPBELL'S RED & WHITE,NEW ENGLAND CLAM CHOWDER,COND~^83.30^71^3.17^1.98^1.22^10.32^0.8^0.79^16^0.57^^^^698^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.397^0.000^0.397^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06369~^~COMPANY,CAMPBELL'S RED & WHITE,OYSTER STEW,COND~^89.60^63^1.59^4.76^0.72^3.97^0.0^0.00^0^1.43^^^^722^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.778^^^16^126.00^~1 serving, 1/2 cup~^^~~^0 ~06370~^~SOUP COMPANY,CAMPBELL'S RED & WHITE,PEPPER POT SOUP,COND~^83.00^71^3.97^3.17^2.71^7.14^0.8^0.79^16^0.57^^^^778^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^1.190^^^20^126.00^~1 serving, 1/2 cup~^^~~^0 ~06371~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHT,SCOTCH BRTH,COND~^86.80^56^2.42^1.61^1.91^7.26^1.6^0.81^0^0.29^^^^710^^^^^0.0^^^^^^^^^^^^1613^^^^^^^^^^0.806^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06372~^~CAMPBELL'S RED & WHITE,STHWEST STYLE PEPPER JCK SP,COND~^80.30^89^1.61^4.84^2.76^10.48^3.2^2.42^16^0.00^^^^710^^^^^0.0^^^^^^^^^^^^81^^^^^^^^^^1.613^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06373~^~CAMPBELL'S RED & WHITE,VEGETARIAN VEG SOUP,COND~^81.60^71^2.38^0.40^1.34^14.29^1.6^4.76^16^0.57^^^^627^^^^^0.0^^^^^^^^^^^^1984^^^^^^^^^^0.000^0.000^0.000^0^126.00^~1 serving, 1/2 cup~^^~~^0 ~06374~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,VEG SOUP,COND~^78.70^79^3.17^0.40^1.86^15.87^2.4^5.56^16^0.57^^^^706^^^^^0.0^^^^^^^^^^^^2381^^^^^^^^^^0.397^0.000^0.000^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06375~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,VEG BF SOP,COND~^81.60^63^3.97^0.79^1.73^11.90^2.4^1.59^16^0.57^^^^706^^^^^0.0^^^^^^^^^^^^2381^^^^^^^^^^0.397^0.000^0.000^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06377~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,TOMATO SOP,COND~^80.30^73^1.61^0.00^1.96^16.13^0.8^9.68^0^0.58^^^^573^^^^^4.8^^^^^^^^^^^^403^^^^^^^^^^0.000^^^0^124.00^~1 serving, 1/2 cup~^^~~^0 ~06379~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,TOMATO BISQUE,COND~^75.40^103^1.59^2.78^1.98^18.25^0.8^11.90^32^0.29^^^^698^^^^^4.8^^^^^^^^^^^^238^^^^^^^^^^1.190^^^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06380~^~CAMPBELL'S RED & WHITE,SPLIT PEA W/ HAM & BACON SOUP,COND~^66.00^141^7.81^2.73^2.36^21.09^3.9^3.13^16^1.13^^^^664^^^^^0.0^^^^^^^^^^^^313^^^^^^^^^^1.563^0.000^0.391^4^128.00^~1 serving, 1/2 cup~^^~~^0 ~06381~^~CAMPBELL'S RED & WHITE,SOUTHWESTERN-STYLE CHICK VEG SOP,COND~^76.00^87^3.97^0.79^2.57^16.67^3.2^2.38^32^0.86^^^^659^^^^^1.0^^^^^^^^^^^^397^^^^^^^^^^0.397^0.000^0.000^4^126.00^~1 serving, 1/2 cup~^^~~^0 ~06383~^~CAMPBELL'S CHUNKY SOUPS,BKD POTATO CHEDDAR BACON BITS SOUP~^83.80^65^1.63^2.44^2.74^9.39^0.8^1.25^16^0.29^^^^355^^^^^0.0^^^^^^^^^^^^41^^^^^^^^^^0.408^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06384~^~CAMPBELL'S CHUNKY SOUPS,BKD POTATO W/ STEAK & CHS SOUP~^82.30^86^3.67^4.08^1.37^8.57^1.2^1.22^8^0.59^^^^384^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.020^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06385~^~CAMPBELL'S CHUNKY SOUPS,BARBEQUE SEASONED BURGER SOUP~^80.70^84^4.08^2.45^1.34^11.43^2.0^4.08^24^0.59^^^^367^^^^^0.0^^^^^^^^^^^^122^^^^^^^^^^1.020^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~02021~^~GINGER,GROUND~^9.38^347^9.12^5.95^4.77^70.79^12.5^3.39^116^11.52^184^148^1343^32^4.72^0.480^26.500^38.5^7.0^0.046^0.185^5.155^^0.840^39^0^39^39^41.2^0.00^147^7^0^0^88^0^0^0^18.02^0.8^1.940^1.000^1.310^0^5.40^~1 tbsp~^1.80^~1 tsp~^0 ~02022~^~MACE,GROUND~^8.17^475^6.71^32.38^2.23^50.50^20.2^^252^13.90^163^110^463^80^2.30^2.467^1.500^2.7^21.0^0.312^0.448^1.350^^0.160^76^0^76^76^^0.00^800^40^0^^^^^^^^9.510^11.170^4.390^0^5.30^~1 tbsp~^1.70^~1 tsp~^0 ~02023~^~MARJORAM,DRIED~^7.64^271^12.66^7.04^12.10^60.56^40.3^4.09^1990^82.71^346^306^1522^77^3.60^1.133^5.433^4.5^51.4^0.289^0.316^4.120^^1.190^274^0^274^274^43.6^0.00^8068^403^0^0^4806^70^0^862^1.69^621.7^0.529^0.940^4.405^0^1.70^~1 tbsp~^0.60^~1 tsp~^0 ~02024~^~MUSTARD SEED,YELLOW~^6.86^469^24.94^28.76^4.51^34.94^14.7^6.79^521^9.98^298^841^682^5^5.70^0.410^1.767^133.6^3.0^0.543^0.381^7.890^^0.430^76^0^76^76^122.7^0.00^62^3^0^0^37^0^0^448^2.89^5.4^1.460^19.830^5.390^0^11.20^~1 tbsp~^3.30^~1 tsp~^0 ~02025~^~NUTMEG,GROUND~^6.23^525^5.84^36.31^2.34^49.29^20.8^28.49^184^3.04^183^213^350^16^2.15^1.027^2.900^1.6^3.0^0.346^0.057^1.299^^0.160^76^0^76^76^8.8^0.00^102^5^0^0^16^90^0^0^0.00^0.0^25.940^3.220^0.350^0^7.00^~1 tbsp~^2.20^~1 tsp~^0 ~02026~^~ONION POWDER~^5.01^347^10.12^1.05^3.15^80.67^5.7^35.48^363^2.56^122^340^943^54^2.33^0.177^0.374^2.1^14.7^0.418^0.056^0.647^^1.215^166^0^166^166^39.0^0.00^0^0^0^0^0^0^0^0^0.27^4.1^0.183^0.158^0.439^0^6.90^~1 tbsp~^2.40^~1 tsp~^0 ~02027~^~SPICES,OREGANO,DRIED~^7.16^306^11.00^10.25^7.15^64.43^42.8^4.09^1576^44.00^270^200^1669^15^4.43^0.943^4.667^5.9^50.0^0.341^0.320^6.220^^1.210^274^0^274^274^32.3^0.00^6903^345^0^0^4112^60^0^862^18.86^621.7^2.660^0.670^5.230^0^1.00^~1 tsp, leaves~^1.80^~1 tsp, ground~^0 ~02028~^~PAPRIKA~^9.54^289^14.76^12.95^7.02^55.74^37.4^10.34^177^23.59^185^345^2344^34^4.06^0.607^0.843^4.0^71.1^0.645^1.743^15.320^1.780^4.020^106^0^106^106^51.5^0.00^52735^2637^0^0^27679^7923^0^13157^29.83^80.3^2.100^1.230^8.320^0^6.90^~1 tbsp~^2.10^~1 tsp~^0 ~02029~^~PARSLEY,DRIED~^9.02^276^22.42^4.43^12.47^51.66^30.4^7.27^1468^97.86^249^351^3805^452^4.75^0.640^10.500^29.3^122.0^0.172^1.230^7.929^^1.002^180^0^180^180^97.1^0.00^10184^509^0^1430^5380^30^397^5530^6.91^1359.5^0.115^3.247^0.458^0^0.48^~1 tsp~^1.60^~1 tbsp~^0 ~02030~^~PEPPER,BLACK~^10.51^255^10.95^3.26^4.33^64.81^26.5^0.64^437^28.86^194^173^1259^44^1.42^1.127^5.625^3.1^21.0^0.109^0.240^1.142^^0.340^10^0^10^10^11.3^0.00^299^15^0^0^156^48^6^205^0.72^163.7^0.980^1.010^1.130^0^6.40^~1 tbsp~^2.10^~1 tsp~^0 ~02031~^~PEPPER,RED OR CAYENNE~^8.05^318^12.01^17.27^6.04^56.63^27.2^10.34^148^7.80^152^293^2014^30^2.48^0.373^2.000^8.8^76.4^0.328^0.919^8.701^^2.450^106^0^106^106^51.5^0.00^41610^2081^0^0^21840^6252^0^13157^29.83^80.3^3.260^2.750^8.370^0^5.30^~1 tbsp~^1.80^~1 tsp~^0 ~02032~^~PEPPER,WHITE~^11.42^296^10.40^2.12^1.59^68.61^26.2^^265^14.31^90^176^73^5^1.13^0.910^4.300^3.1^21.0^0.022^0.126^0.212^^0.100^10^0^10^10^^0.00^0^0^0^^^^^^^^0.626^0.789^0.616^0^7.10^~1 tbsp, ground~^2.40^~1 tsp, ground~^0 ~02033~^~POPPY SEED~^5.95^525^17.99^41.56^6.37^28.13^19.5^2.99^1438^9.76^347^870^719^26^7.90^1.627^6.707^13.5^1.0^0.854^0.100^0.896^0.324^0.247^82^0^82^82^8.8^0.00^0^0^0^0^0^0^0^0^1.77^0.0^4.517^5.982^28.569^0^8.80^~1 tbsp~^2.80^~1 tsp~^0 ~02034~^~POULTRY SEASONING~^9.31^307^9.59^7.53^5.92^65.59^11.3^3.08^996^35.30^224^171^684^27^3.14^0.843^6.857^7.2^12.0^0.264^0.191^2.970^^1.320^138^0^138^138^30.3^0.00^2632^132^0^0^1568^23^2^503^1.32^805.4^3.290^1.206^1.936^0^4.40^~1 tbsp~^1.50^~1 tsp~^0 ~02035~^~PUMPKIN PIE SPICE~^8.46^342^5.76^12.60^3.90^69.28^14.8^7.76^682^19.71^136^118^663^52^2.37^0.484^15.844^9.3^23.4^0.131^0.137^2.243^^0.400^51^0^51^51^20.8^0.00^261^13^0^0^36^241^13^189^0.83^28.4^6.530^1.102^0.780^0^5.60^~1 tbsp~^1.70^~1 tsp~^0 ~02036~^~ROSEMARY,DRIED~^9.31^331^4.88^15.22^6.53^64.06^42.6^^1280^29.25^220^70^955^50^3.23^0.550^1.867^4.6^61.2^0.514^0.428^1.000^^1.740^307^0^307^307^^0.00^3128^156^0^^^^^^^^7.371^3.014^2.339^0^3.30^~1 tbsp~^1.20^~1 tsp~^0 ~02037~^~SAFFRON~^11.90^310^11.43^5.85^5.45^65.37^3.9^^111^11.10^264^252^1724^148^1.09^0.328^28.408^5.6^80.8^0.115^0.267^1.460^^1.010^93^0^93^93^^0.00^530^27^0^^^^^^^^1.586^0.429^2.067^0^2.10^~1 tbsp~^0.70^~1 tsp~^0 ~02038~^~SAGE,GROUND~^7.96^315^10.63^12.75^7.95^60.73^40.3^1.71^1652^28.12^428^91^1070^11^4.70^0.757^3.133^3.7^32.4^0.754^0.336^5.720^^2.690^274^0^274^274^43.6^0.00^5900^295^0^0^3485^109^0^862^7.48^1714.5^7.030^1.870^1.760^0^2.00^~1 tbsp~^0.70^~1 tsp~^0 ~02039~^~SAVORY,GROUND~^9.00^272^6.73^5.91^9.63^68.73^45.7^^2132^37.88^377^140^1051^24^4.30^0.847^6.100^4.6^50.0^0.366^^4.080^^1.810^^^^^^0.00^5130^257^0^^^^^^^^3.260^^^0^4.40^~1 tbsp~^1.40^~1 tsp~^0 ~02041~^~SPICES,TARRAGON,DRIED~^7.74^295^22.77^7.24^12.03^50.22^7.4^^1139^32.30^347^313^3020^62^3.90^0.677^7.967^4.4^50.0^0.251^1.339^8.950^^2.410^274^0^274^274^^0.00^4200^210^0^^^^^^^^1.881^0.474^3.698^0^0.60^~1 tsp, leaves~^1.77^~1 tbsp, leaves~^0 ~02042~^~SPICES,THYME,DRIED~^7.79^276^9.11^7.43^11.74^63.94^37.0^1.71^1890^123.60^220^201^814^55^6.18^0.860^7.867^4.6^50.0^0.513^0.399^4.940^^0.550^274^0^274^274^43.6^0.00^3800^190^0^0^2264^33^0^862^7.48^1714.5^2.730^0.470^1.190^0^1.00^~1 tsp, leaves~^2.70^~1 tbsp, leaves~^0 ~02043~^~TURMERIC,GROUND~^11.36^354^7.83^9.88^6.02^64.93^21.1^3.21^183^41.42^193^268^2525^38^4.35^0.603^7.833^4.5^25.9^0.152^0.233^5.140^^1.800^39^0^39^39^49.2^0.00^0^0^0^0^0^0^0^0^3.10^13.4^3.120^1.660^2.180^0^6.80^~1 tbsp~^2.20^~1 tsp~^0 ~02044~^~BASIL,FRESH~^92.06^23^3.15^0.64^1.49^2.65^1.6^0.30^177^3.17^64^56^295^4^0.81^0.385^1.148^0.3^18.0^0.034^0.076^0.902^0.209^0.155^68^0^68^68^11.4^0.00^5275^264^0^0^3142^46^0^5650^0.80^414.8^0.041^0.088^0.389^0^5.30^~2 tbsp, chopped~^2.50^~5 leaves~^36 ~02045~^~DILL WEED,FRSH~^85.95^43^3.46^1.12^2.45^7.02^2.1^^208^6.59^55^66^738^61^0.91^0.146^1.264^^85.0^0.058^0.296^1.570^0.397^0.185^150^0^150^150^^0.00^7718^386^0^^^^^^^^0.060^0.802^0.095^0^8.90^~1 cup, sprigs~^1.00^~5 sprigs~^41 ~02046~^~MUSTARD,PREPARED,YELLOW~^82.65^67^4.37^4.01^3.64^5.33^3.3^0.86^58^1.51^49^106^138^1135^0.64^0.085^0.417^32.9^1.5^0.343^0.030^0.523^0.300^0.063^7^0^7^7^22.4^0.00^71^4^0^0^29^26^0^18^0.36^1.8^0.248^2.627^0.954^0^5.00^~1 tsp, or 1 packet~^249.42^~1 cup~^0 ~02047~^~SALT,TABLE~^0.20^0^0.00^0.00^99.80^0.00^0.0^0.00^24^0.33^1^0^8^38758^0.10^0.030^0.100^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^292.00^~1 cup~^18.00^~1 tbsp~^0 ~02048~^~VINEGAR,CIDER~^93.81^21^0.00^0.00^0.17^0.93^0.0^0.40^7^0.20^5^8^73^5^0.04^0.008^0.249^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^239.00^~1 cup~^14.90^~1 tbsp~^0 ~02049~^~THYME,FRSH~^65.11^101^5.56^1.68^3.20^24.45^14.0^^405^17.45^160^106^609^9^1.81^0.555^1.719^^160.1^0.048^0.471^1.824^0.409^0.348^45^0^45^45^^0.00^4751^238^0^^2851^^^^^^0.467^0.081^0.532^0^0.80^~1 tsp~^0.40^~.5 tsp~^32 ~02050~^~VANILLA EXTRACT~^52.58^288^0.06^0.06^0.26^12.65^0.0^12.65^11^0.12^12^6^148^9^0.11^0.072^0.230^0.0^0.0^0.011^0.095^0.425^0.035^0.026^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.010^0.010^0.004^0^208.00^~1 cup~^13.00^~1 tbsp~^0 ~02051~^~VANILLA EXTRACT,IMITN,ALCOHOL~^64.46^237^0.05^0.00^0.22^2.41^0.0^^0^0.13^5^22^98^4^0.06^0.023^0.482^^0.0^0.008^0.071^0.318^0.026^0.019^0^0^0^0^^0.00^0^0^0^^^^^^^^^^^0^13.00^~1 tbsp~^4.20^~1 tsp~^0 ~02052~^~VANILLA EXTRACT,IMITN,NO ALCOHOL~^85.58^56^0.03^0.00^0.00^14.40^0.0^14.40^3^0.05^1^0^0^3^0.01^0.003^0.001^0.0^0.0^0.003^0.029^0.129^0.011^0.008^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^13.00^~1 tbsp~^4.20^~1 tsp~^0 ~04556~^~SHORTENING FRYING (HVY DUTY),PALM (HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^19.00^^47.500^40.600^7.500^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04559~^~SHORTENING HOUSEHOLD SOYBN (HYDR)&PALM~^0.00^884^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^12.00^^25.020^42.510^26.640^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04560~^~SHORTENING FRYING HVY DUTY,SOYBN HYDR,LINOLEIC (LESS THAN 1%~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^21.100^73.700^0.400^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04570~^~SHORTENING,CONFECTIONERY,FRACTIONATED PALM~^0.00^884^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^19.00^^65.500^29.600^0.500^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04572~^~OIL,VEG,NUTMEG BUTTER~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.20^^90.000^4.800^0.000^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04573~^~OIL,VEG,UCUHUBA BUTTER~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.60^^85.200^6.700^2.900^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04574~^~FAT,DUCK~^0.20^882^0.00^99.80^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^122.4^0.00^0^0^0^0^0^0^0^0^2.70^0.0^33.200^49.300^12.900^100^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04575~^~FAT,TURKEY~^0.20^900^0.00^99.80^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^122.4^0.00^0^0^0^0^0^0^0^0^2.90^0.0^29.400^42.900^23.100^102^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04576~^~FAT,GOOSE~^0.20^900^0.00^99.80^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^^^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^2.70^^27.700^56.700^11.000^100^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04581~^~VEGETABLE OIL,AVOCADO~^0.00^884^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^11.560^70.554^13.486^^14.00^~1 tbsp~^218.00^~1 cup~^0 ~04582~^~OIL,VEG,CANOLA~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^17.46^71.3^7.365^63.276^28.142^0^218.00^~1 cup~^14.00^~1 tbsp~^0 ~04583~^~VEGETABLE OIL,MUSTARD~^0.00^884^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^11.582^59.187^21.230^^14.00^~1 tbsp~^218.00^~1 cup~^0 ~04584~^~OIL,VEG,SUNFLOWER,HI OLEIC (70% & OVER)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^41.08^5.4^9.748^83.594^3.798^0^14.00^~1 tbsp~^218.00^~1 cup~^0 ~04585~^~MARGARINE-BUTTER BLEND,SOYBN OIL & BUTTER~^17.07^714^0.31^80.32^1.53^0.77^0.0^0.00^10^0.04^1^10^22^633^0.03^0.010^0.006^0.4^0.1^0.009^0.023^0.022^0.041^0.009^2^0^2^2^6.5^0.00^3577^819^768^0^610^0^0^0^3.88^86.5^14.198^30.292^24.170^12^227.00^~1 cup~^14.14^~1 tbsp~^0 ~04586~^~SHORTENING,SPL PURPOSE FOR CAKES&FROSTINGS,SOYBN (HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^20.001^36.555^37.991^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04587~^~SHORTENING,SPL PURPOSE FOR BAKING,SOYBN (HYDR) PALM&CTTNSD~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.80^43.0^28.843^29.583^37.174^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04588~^~VEGETABLE OIL,OAT~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^14.40^24.7^19.620^35.110^40.870^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04589~^~FISH OIL,COD LIVER~^0.00^902^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^100000^30000^30000^^^^^^^^22.608^46.711^22.541^570^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04590~^~FISH OIL,HERRING~^0.00^902^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^21.290^56.564^15.604^766^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04591~^~FISH OIL,MENHADEN~^0.00^902^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^30.427^26.694^34.197^521^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04592~^~FISH OIL,MENHADEN,FULLY HYDR~^0.00^902^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^95.600^0.000^0.000^500^205.00^~1 cup~^12.50^~1 tbsp~^0 ~04593~^~FISH OIL,SALMON~^0.00^902^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^19.872^29.037^40.324^485^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04594~^~FISH OIL,SARDINE~^0.00^902^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^29.892^33.841^31.867^710^218.00^~1 cup~^13.60^~1 tbsp~^0 ~04595~^~SHORTENING,MULTIPURPOSE,SOYBN (HYDR)&PALM (HYDR)~^0.00^884^0.00^100.00^0.00^0.00^0.0^^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^30.423^50.973^14.204^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04600~^~VEGETABLE OIL-BUTTER SPRD,TUB,SALTED~^56.00^362^1.00^40.00^2.00^1.00^0.0^0.00^24^0.04^2^20^36^786^0.01^0.002^^0.5^0.1^0.010^0.030^0.020^^0.010^1^0^1^1^6.5^0.09^3571^819^768^0^610^0^0^0^4.47^46.1^7.238^18.438^12.573^0^14.00^~1 tablespoon~^^~~^0 ~04601~^~BUTTER,LT,STK,W/SALT~^42.10^509^3.30^55.10^1.00^0.00^0.0^0.00^48^1.09^5^34^71^450^0.26^0.000^^1.0^0.0^0.010^0.070^0.020^^0.010^1^0^1^1^12.9^0.13^1698^465^456^0^107^0^0^0^1.58^4.8^34.321^15.927^2.046^106^^~~^^~~^0 ~04602~^~BUTTER,LT,STK,WO/SALT~^43.20^499^3.30^55.10^0.50^0.00^0.0^0.00^48^1.09^5^34^71^36^0.26^0.000^^1.0^0.0^0.010^0.070^0.020^^0.010^1^0^1^1^12.9^0.13^1698^465^456^0^107^0^0^0^1.58^4.8^34.321^15.927^2.046^106^^~~^^~~^0 ~04606~^~MEAT DRIPPINGS (LARD,BF TALLOW,MUTTON TALLOW)~^0.00^889^0.00^98.59^1.40^0.00^0.0^0.00^0^0.00^0^0^0^545^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^49.0^0.00^0^0^0^0^0^0^0^0^0.59^0.0^44.790^41.770^7.560^101^^~~^^~~^0 ~04609~^~ANIMAL FAT,BACON GREASE~^0.00^896^0.00^99.50^0.50^0.00^0.0^0.00^0^0.00^0^0^0^150^0.11^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^42.2^0.00^0^0^0^0^0^0^0^0^0.60^0.0^39.004^44.874^11.144^95^4.30^~1 tsp~^^~~^0 ~04610~^~MARGARINE,REG,STK,COMP,80% FAT,W/SALT~^16.52^717^0.16^80.71^1.92^0.70^0.0^0.00^3^0.06^3^5^18^943^0.00^0.000^^0.0^0.2^0.010^0.037^0.023^0.000^0.009^1^0^1^1^12.4^0.10^3571^819^768^0^610^0^0^0^9.00^93.0^15.189^38.877^24.302^0^227.00^~1 cup~^14.00^~1 tbsp~^0 ~04611~^~MARGARINE,REG,TUB,COMP,80% FAT,W/SALT~^17.07^713^0.22^80.17^1.78^0.75^0.0^0.00^3^0.00^1^5^17^657^0.00^0.000^0.000^0.0^0.1^0.000^0.000^0.000^0.085^0.000^1^0^1^1^12.4^0.08^3571^819^768^0^610^0^0^0^15.43^91.7^14.224^36.435^26.741^0^227.00^~1 cup~^14.20^~1 tbsp~^0 ~04612~^~MARGARINE,VEG OIL SPRD,60% FAT,STK~^36.95^537^0.12^60.39^1.84^0.69^0.0^0.00^21^0.00^2^16^30^785^0.00^0.008^0.000^0.0^0.1^0.007^0.026^0.016^0.059^0.006^1^0^1^1^12.4^0.07^3571^819^768^0^610^0^0^0^5.00^101.3^10.884^29.664^16.718^0^229.00^~1 cup~^14.30^~1 tbsp~^0 ~04613~^~MARGARINE,MARGARINE-LIKE VEG OIL SPRD,60% FAT,TUB~^37.58^533^0.17^59.81^1.59^0.86^0.0^0.00^21^0.00^2^16^30^785^0.00^0.000^^0.0^0.1^0.007^0.026^0.016^0.001^3.750^1^0^1^1^10.2^10.80^3571^819^768^0^610^0^0^0^21.12^101.3^12.086^19.348^26.477^1^229.00^~1 cup~^4.80^~1 tsp~^0 ~04614~^~MARGARINE,VEG OIL SPRD,STICK/TUB/BOTTLE,60% FAT~^38.68^526^0.60^59.17^1.70^0.00^0.0^0.00^21^0.00^2^16^30^785^0.00^0.000^^0.0^0.1^0.007^0.026^0.016^0.030^0.006^1^0^1^1^12.4^0.07^3571^819^768^0^610^0^0^0^5.00^101.3^10.042^20.316^24.686^1^229.00^~1 cup~^14.30^~1 tbsp~^0 ~04615~^~SHORTENING,VEG,HOUSEHOLD,COMP~^0.00^884^0.00^99.97^0.03^0.00^0.0^0.00^1^0.07^0^0^0^4^0.00^0.000^0.000^0.0^0.0^0.020^0.000^0.000^0.680^0.001^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.80^53.2^24.980^41.186^28.097^0^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04616~^~SHORTENING,INSTITUTIONAL,COMP~^0.00^894^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.80^43.0^23.950^59.560^12.090^0^12.80^~1 tbsp~^205.00^~1 cup~^0 ~04617~^~MARGARINE,REG,STK,UNSALTED,COMP,80% FAT~^17.50^719^0.90^80.50^0.20^0.90^0.0^0.00^17^0.00^2^13^25^2^0.00^0.000^^0.0^0.1^0.006^0.021^0.013^^0.005^1^0^1^1^12.4^0.06^3577^819^768^0^610^0^0^0^5.00^93.0^15.520^39.020^22.340^0^227.00^~1 cup~^14.20^~1 tbsp~^0 ~04618~^~MARGARINE,REG,TUB,UNSALTED,COMP,80% FAT~^17.07^713^0.22^80.17^1.78^0.75^0.0^0.00^3^0.00^1^5^17^28^0.00^0.000^^0.0^0.1^0.000^0.000^0.000^^0.000^1^0^1^1^12.4^0.08^3577^819^768^0^610^0^0^0^15.43^91.7^14.224^36.435^26.741^0^227.00^~1 cup~^14.20^~1 tbsp~^0 ~05323~^~CHICKEN PATTY,FRZ,UNCKD~^50.04^292^14.33^20.04^1.98^13.61^1.2^0.00^20^0.93^25^196^248^518^0.94^0.207^0.254^21.4^0.0^0.073^0.054^6.630^1.081^0.155^5^0^5^5^44.8^0.23^37^11^11^0^0^0^0^0^1.18^11.1^4.013^8.980^5.204^45^^~~^^~~^0 ~05324~^~CHICKEN PATTY,FRZ,CKD~^50.82^287^14.85^19.58^1.92^12.84^0.3^0.00^19^0.95^24^208^261^532^1.05^0.090^0.260^23.3^0.0^0.083^0.072^4.764^1.090^0.183^7^0^7^7^33.8^0.29^0^0^0^0^0^0^0^0^1.28^4.2^3.662^8.337^4.805^43^^~~^^~~^0 ~05325~^~CHICKEN BREAST TENDERS,CKD,CONVENTIONAL OVEN~^47.76^293^15.78^17.69^1.77^17.00^1.3^0.41^18^1.14^24^210^218^457^0.77^0.233^0.231^24.6^0.0^0.256^0.084^5.559^0.915^0.040^8^0^8^8^39.4^0.34^0^0^0^0^0^0^0^0^0.40^4.5^3.786^6.787^3.038^44^^~~^^~~^0 ~05326~^~CHICKEN BREAST TENDERS,CKD,MICROWAVED~^51.34^252^16.35^12.89^1.87^17.56^0.0^0.00^14^1.00^26^216^225^446^0.77^0.316^0.235^30.6^0.0^0.324^0.098^6.514^0.994^0.037^12^0^12^12^40.8^0.44^0^0^0^0^0^0^0^0^0.37^4.2^3.200^5.710^2.790^45^^~~^^~~^0 ~05327~^~CHICKEN BREAST TENDERS,UNCKD~^52.74^263^14.73^15.75^1.77^15.01^1.1^0.37^19^1.11^23^211^214^451^0.78^0.205^0.229^24.7^0.8^0.211^0.091^5.710^0.855^0.041^12^0^12^12^96.4^0.27^0^0^0^0^0^0^0^0^0.08^14.7^3.260^6.480^3.340^41^^~~^^~~^0 ~05332~^~CHICKEN,GROUND,RAW~^73.24^143^17.44^8.10^1.17^0.04^0.0^0.00^6^0.82^21^178^522^60^1.47^0.065^0.016^10.2^0.0^0.109^0.241^5.575^1.092^0.512^1^0^1^1^58.8^0.56^0^0^0^0^0^0^0^0^0.27^0.8^2.301^3.611^1.508^86^112.00^~4 oz, crumbled~^^~~^0 ~05333~^~CHICKEN,GROUND,CRUMBLES,CKD,PAN-BROWNED~^64.92^189^23.28^10.92^1.57^0.00^0.0^0.00^8^0.93^28^234^677^75^1.92^0.062^0.016^14.3^0.0^0.121^0.302^7.107^1.327^0.538^2^0^2^2^59.0^0.51^0^0^0^0^0^0^0^0^0.39^2.1^3.110^4.879^2.080^107^85.05^~3 oz, crumbled~^^~~^0 ~05335~^~CHICK,FEET,BOILED~^65.80^215^19.40^14.60^0.00^0.20^0.0^0.00^88^0.91^5^83^31^67^0.69^0.102^^3.6^0.0^0.060^0.200^0.400^^0.010^86^0^86^86^13.3^0.47^100^30^30^0^0^0^0^0^0.27^0.2^3.920^5.500^2.980^84^^~~^^~~^0 ~05336~^~USDA CMDTY CHICK,CND,MEAT ONLY,DRND~^67.29^162^27.52^5.72^0.89^0.00^0.0^0.00^12^1.16^22^156^189^271^1.94^0.061^0.019^24.5^0.0^0.051^0.171^6.505^0.755^0.266^6^0^6^6^73.8^0.23^41^12^12^0^0^0^0^0^0.27^2.0^1.572^2.047^1.313^83^^~~^^~~^0 ~05337~^~USDA CMDTY,CHICK,CND,MEAT ONLY,W/ H2O~^73.31^129^22.02^4.58^1.23^0.00^0.0^0.00^10^0.93^18^125^151^251^1.55^0.051^0.015^19.6^0.0^0.041^0.137^5.204^0.604^0.213^5^0^5^5^59.1^0.18^33^10^10^0^0^0^0^0^0.21^1.6^1.258^1.637^1.050^67^^~~^^~~^0 ~05338~^~USDA CMDTY,CHICK,CND,MEAT ONLY,W/ BROTH~^72.55^133^22.41^4.69^1.25^0.23^0.0^0.03^10^0.97^18^131^168^256^1.57^0.059^0.015^19.6^0.0^0.041^0.143^5.471^0.604^0.215^5^0^5^5^59.7^0.20^33^10^10^0^0^0^0^0^0.21^1.6^1.293^1.691^1.075^67^^~~^^~~^0 ~05341~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,ROTISSERIE,ORI~^61.24^205^25.34^11.54^2.61^0.00^0.0^0.00^38^0.97^21^250^309^661^2.04^0.079^0.024^48.3^0.0^0.080^0.210^6.000^1.200^0.140^8^0^8^8^63.9^0.71^57^17^17^0^0^0^0^0^0.25^0.0^3.007^4.898^1.701^123^^~~^^~~^56 ~05342~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,ROTISSERIE,O~^66.67^148^29.07^3.49^1.72^0.00^0.0^0.00^14^0.48^26^256^296^341^0.91^0.042^0.015^32.6^0.0^0.084^0.135^9.987^1.442^0.325^11^0^11^11^64.5^0.28^18^5^5^0^0^0^0^0^0.17^0.0^0.843^1.412^0.480^89^^~~^^~~^24 ~05343~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,ROTISSERIE,~^63.05^176^28.74^6.81^1.91^0.00^0.0^0.00^21^1.09^24^257^301^417^2.96^0.092^0.023^38.2^0.0^0.067^0.237^5.958^1.333^0.190^10^0^10^10^86.1^0.49^34^10^10^0^0^0^0^0^0.30^0.0^1.594^2.855^1.041^160^^~~^^~~^41 ~05344~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,ROTISSERIE,ORIGINAL~^43.76^406^17.66^37.24^1.70^0.12^0.0^0.11^25^0.98^26^248^245^381^1.03^0.045^0.029^18.5^0.0^0.036^0.121^5.737^1.200^0.138^11^0^11^11^45.7^0.59^186^56^56^0^0^0^0^0^0.36^0.0^9.994^16.793^5.423^141^^~~^^~~^0 ~05345~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,ROTISSERIE,OR~^63.89^196^24.06^11.09^1.56^0.00^0.0^0.00^13^0.97^21^217^264^337^2.01^0.084^0.018^27.0^0.0^0.055^0.233^5.433^1.262^0.176^12^0^12^12^67.9^0.45^45^13^13^0^0^0^0^0^0.25^0.0^2.866^4.878^1.673^130^^~~^^~~^29 ~05346~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,ROTISSERIE,ORI~^61.13^197^27.69^9.53^2.65^0.00^0.0^0.00^32^0.97^24^264^322^725^2.05^0.066^0.023^51.1^0.0^0.090^0.135^7.500^1.300^0.180^7^0^7^7^67.9^0.38^37^11^11^0^0^0^0^0^0.28^0.0^2.223^3.766^1.323^140^^~~^^~~^57 ~05347~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT & SKN,CKD,ROTISSERIE,OR~^56.44^260^23.23^18.59^2.36^0.03^0.0^0.03^35^0.97^23^249^291^584^1.77^0.069^0.026^40.1^0.0^0.068^0.185^5.928^1.200^0.139^9^0^9^9^58.9^0.68^92^28^28^0^0^0^0^0^0.28^0.0^4.924^8.162^2.723^128^^~~^^~~^0 ~05348~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT & SKN,CKD,ROTISSERIE,~^63.49^184^27.48^8.18^1.72^0.02^0.0^0.02^15^0.55^26^255^289^347^0.92^0.043^0.017^30.6^0.0^0.078^0.133^9.397^1.408^0.299^11^0^11^11^61.9^0.32^41^12^12^0^0^0^0^0^0.20^0.0^2.114^3.548^1.166^96^^~~^^~~^0 ~05349~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT & SKN,CKD,ROTISSERIE~^59.78^215^26.86^11.98^1.87^0.02^0.0^0.02^21^1.07^25^255^291^411^2.63^0.084^0.024^34.8^0.0^0.062^0.218^5.921^1.311^0.181^11^0^11^11^79.2^0.51^60^18^18^0^0^0^0^0^0.31^0.0^3.020^5.220^1.785^156^^~~^^~~^0 ~05351~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT & SKN,CKD,ROTISSERIE,O~^60.34^233^22.93^15.70^1.58^0.02^0.0^0.02^15^0.97^22^222^260^345^1.84^0.077^0.020^25.5^0.0^0.052^0.213^5.487^1.251^0.169^12^0^12^12^64.0^0.47^70^21^21^0^0^0^0^0^0.27^0.0^4.123^6.979^2.334^132^^~~^^~~^0 ~06386~^~CAMPBELL'S CHUNKY SOUPS,BBQ SEASONED PORK SOUP~^83.30^68^4.90^1.43^1.39^8.98^2.0^2.04^16^0.44^^^^376^^^^^0.0^^^^^^^^^^^^204^^^^^^^^^^0.612^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06387~^~CAMPBELL'S CHUNKY SOUPS,BF RIB RST POTATOES HERBS SOUP~^87.70^44^3.27^0.41^1.69^6.94^1.2^2.45^8^0.29^^^^363^^^^^0.5^^^^^^^^^^^^918^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06388~^~CAMPBELL'S CHUNKY SOUPS,BF W/ COUNTRY VEG SOUP~^85.30^60^4.08^1.02^1.03^8.57^1.6^1.63^8^0.59^^^^363^^^^^0.0^^^^^^^^^^^^2449^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06389~^~CAMPBELL'S CHUNKY SOUPS,BF W/ WHITE & WILD RICE SOUP~^84.30^65^3.27^1.02^1.62^9.80^1.2^2.04^8^0.44^^^^404^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06391~^~CAMPBELL'S CHUNKY SOUPS,CHICK & DUMPLINGS SOUP~^84.70^74^3.67^2.86^1.01^7.76^1.6^1.22^8^0.15^^^^363^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.816^^^12^245.00^~1 cup~^245.00^~1 serving~^0 ~06392~^~CAMPBELL'S CHUNKY SOUPS,CHICK BROCCOLI CHS & POTATO SOUP~^85.70^82^2.86^4.49^1.24^5.71^0.4^0.82^8^0.00^^^^371^^^^^0.0^^^^^^^^^^^^204^^^^^^^^^^1.633^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06393~^~CAMPBELL'S CHUNKY SOUPS,CHICK CORN CHOWDER~^83.80^79^3.27^3.67^1.10^8.16^1.2^1.63^8^0.29^^^^347^^^^^0.0^^^^^^^^^^^^816^^^^^^^^^^0.612^^^10^245.00^~1 cup~^245.00^~1 serving~^0 ~06394~^~CAMPBELL'S CHUNKY SOUPS,CHICK MUSHROOM CHOWDER~^83.20^78^3.27^3.67^2.10^7.76^1.2^1.63^8^0.15^^^^347^^^^^0.0^^^^^^^^^^^^510^^^^^^^^^^0.612^^^10^245.00^~1 cup~^245.00^~1 serving~^0 ~06395~^~CAMPBELL'S CHUNKY SOUPS,CLASSIC CHICK NOODLE SOUP~^88.30^47^3.27^1.02^1.29^6.12^0.8^0.82^8^0.15^^^^363^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.408^^^8^245.00^~1 cup~^245.00^~1 serving~^0 ~06396~^~CAMPBELL'S CHUNKY SOUPS,FAJITA CHICK W/ RICE & BNS SOUP~^83.90^58^3.67^0.61^2.43^9.39^1.6^2.86^8^0.44^^^^347^^^^^0.0^^^^^^^^^^^^1224^^^^^^^^^^0.204^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06398~^~CAMPBELL'S CHUNKY SOUPS,FIREHOUSE - HOT SPICY BF BEAN CHILI~^78.70^95^6.12^3.27^1.71^10.20^3.3^4.49^16^0.73^^^^355^^^^^0.5^^^^^^^^^^^^204^^^^^^^^^^1.429^^^12^245.00^~1 cup~^245.00^~1 serving~^0 ~06399~^~CAMPBELL'S CHUNKY SOUPS,GRILLED CHICK SAUSAGE GUMBO SOUP~^85.60^57^3.27^1.02^1.54^8.57^1.2^1.63^8^0.15^^^^347^^^^^0.0^^^^^^^^^^^^163^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06400~^~CAMPBELL'S CHUNKY SOUPS,GRILLED CHICK VEG & PASTA SOUP~^88.80^41^3.27^0.82^1.00^6.12^0.8^0.82^8^0.15^^^^359^^^^^0.0^^^^^^^^^^^^1224^^^^^^^^^^0.204^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06401~^~SOUP,CRM OF ASPARAGUS,CND,PREP W/ EQ VOLUME H2O~^91.80^35^0.94^1.68^1.21^4.38^0.2^^12^0.33^2^16^71^402^0.36^0.051^0.154^^1.1^0.022^0.032^0.319^0.050^0.005^9^0^9^9^^0.02^182^15^7^^^^^^^^0.430^0.390^0.760^2^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06402~^~SOUP,BLACK BEAN,CND,PREP W/ EQ VOLUME H2O~^87.62^46^2.42^0.66^1.60^7.71^3.4^1.24^19^0.75^17^38^125^487^0.55^0.155^0.250^0.0^0.1^0.021^0.020^0.205^0.080^0.035^33^0^33^33^7.8^0.00^222^11^0^40^110^6^232^18^0.18^0.9^0.170^0.240^0.205^0^247.00^~1 cup~^600.00^~1 can, (11 oz), prepared~^0 ~06403~^~CAMPBELL'S CHUNKY SOUPS,GRILLED SIRLOIN STEAK HEARTY VEG SP~^87.00^51^3.27^0.82^1.16^7.76^1.6^1.63^8^0.44^^^^363^^^^^0.5^^^^^^^^^^^^1224^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06404~^~SOUP,BEAN W/ PORK,CND,PREP W/ EQ VOLUME H2O~^85.35^63^2.88^2.16^1.31^8.31^2.9^1.47^31^0.75^17^48^147^349^0.38^0.152^0.245^3.1^0.6^0.032^0.012^0.206^0.034^0.015^12^0^12^12^13.1^0.01^324^17^1^58^164^0^2910^4^0.43^1.2^0.558^0.793^0.666^1^266.43^~1 serving, 1 cup~^33.30^~1 fl oz~^0 ~02053~^~VINEGAR,DISTILLED~^94.78^18^0.00^0.00^0.00^0.04^0.0^0.04^6^0.03^1^4^2^2^0.01^0.006^0.055^0.5^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^238.20^~1 cup~^14.90^~1 tbsp~^0 ~02054~^~CAPERS,CANNED~^83.85^23^2.36^0.86^8.04^4.89^3.2^0.41^40^1.67^33^10^40^2964^0.32^0.374^0.078^1.2^4.3^0.018^0.139^0.652^0.027^0.023^23^0^23^23^6.5^0.00^138^7^0^0^83^0^0^0^0.88^24.6^0.233^0.063^0.304^0^8.60^~1 tbsp, drained~^^~~^0 ~02055~^~HORSERADISH,PREPARED~^85.08^48^1.18^0.69^1.76^11.29^3.3^7.99^56^0.42^27^31^246^314^0.83^0.058^0.126^2.8^24.9^0.008^0.024^0.386^0.093^0.073^57^0^57^57^6.5^0.00^2^0^0^0^1^0^0^10^0.01^1.3^0.090^0.130^0.339^0^15.00^~1 tbsp~^5.00^~1 tsp~^0 ~02063~^~ROSEMARY,FRESH~^67.77^131^3.31^5.86^2.35^20.70^14.1^^317^6.65^91^66^668^26^0.93^0.301^0.960^^21.8^0.036^0.152^0.912^0.804^0.336^109^0^109^109^^0.00^2924^146^0^^^^^^^^2.838^1.160^0.901^0^1.70^~1 tbsp~^0.70^~1 tsp~^35 ~02064~^~PEPPERMINT,FRESH~^78.65^70^3.75^0.94^1.76^14.89^8.0^^243^5.08^80^73^569^31^1.11^0.329^1.176^^31.8^0.082^0.266^1.706^0.338^0.129^114^0^114^114^^0.00^4248^212^0^^^^^^^^0.246^0.033^0.508^0^3.20^~2 tbsp~^0.10^~2 leaves~^39 ~02065~^~SPEARMINT,FRESH~^85.55^44^3.29^0.73^2.03^8.41^6.8^^199^11.87^63^60^458^30^1.09^0.240^1.118^^13.3^0.078^0.175^0.948^0.250^0.158^105^0^105^105^^0.00^4054^203^0^^^^^^^^0.191^0.025^0.394^0^11.40^~2 tbsp~^^~~^59 ~02066~^~SPEARMINT,DRIED~^11.30^285^19.93^6.03^10.70^52.04^29.8^^1488^87.47^602^276^1924^344^2.41^1.542^11.482^^0.0^0.288^1.421^6.561^1.399^2.579^530^0^530^530^^0.00^10579^529^0^^^^^^^^1.577^0.210^3.257^0^1.60^~1 tbsp~^0.50^~1 tsp~^0 ~02068~^~VINEGAR,RED WINE~^94.47^19^0.04^0.00^0.17^0.27^0.0^0.00^6^0.45^4^8^39^8^0.03^0.010^0.046^^0.5^^^^^^^0^^^^^0^0^^^^^^^^^0.000^^^^239.00^~1 cup~^14.90^~1 tbsp~^0 ~02069~^~VINEGAR,BALSAMIC~^76.45^88^0.49^0.00^0.37^17.03^^14.95^27^0.72^12^19^112^23^0.08^0.026^0.131^^0.0^^^^^^^^^^^^0^0^^^^^^^^^0.000^^^^255.00^~1 cup~^15.90^~1 tbsp~^0 ~02073~^~CAMPBELL SOUP CO,PACE,DRY TACO SEAS MIX~^5.70^188^0.00^0.00^38.01^56.29^18.8^18.76^^6.75^^^^8068^^^^^45.0^^^^^^^^^^^^9381^^^^^^^^^^0.000^^^0^5.33^~2 tbsp~^5.33^~1 serving~^0 ~03002~^~BABYFOOD,MEAT,BF,STR~^82.44^81^12.03^2.52^0.57^2.43^0.0^0.00^5^0.98^11^93^187^46^2.22^0.148^0.037^2.9^2.1^0.013^0.135^2.495^0.083^0.039^8^0^8^8^37.6^1.26^0^0^0^0^0^0^0^0^0.37^0.6^1.180^0.950^0.160^51^14.66^~1 tbsp~^28.35^~1 oz~^0 ~03003~^~BABYFOOD,MEAT,BF,STR~^82.44^81^12.03^2.52^0.57^2.43^0.0^0.00^5^0.98^11^93^187^46^2.22^0.148^0.037^2.9^2.1^0.013^0.135^2.495^0.083^0.039^8^0^8^8^37.6^1.26^0^0^0^0^0^0^0^0^0.37^0.6^1.180^0.950^0.160^51^28.35^~1 oz~^14.66^~1 tbsp~^0 ~03005~^~BABYFOOD,MEAT,VEAL,STR~^82.37^81^13.12^2.45^0.54^1.51^0.0^0.00^6^0.76^11^98^170^39^2.50^0.148^0.037^3.5^0.0^0.023^0.116^2.850^0.155^0.049^5^0^5^5^49.5^1.65^0^0^0^0^0^0^0^0^0.28^0.0^1.063^1.054^0.157^33^16.16^~1 tbsp~^28.35^~1 oz~^0 ~03007~^~BABYFOOD,MEAT,PORK,STR~^78.40^124^14.00^7.10^1.10^0.00^0.0^0.00^5^1.00^10^94^223^42^2.27^0.072^^12.9^1.8^0.146^0.203^2.269^0.272^0.205^2^0^2^2^^0.99^38^11^11^0^0^0^0^0^0.40^^2.400^3.580^0.780^48^28.35^~1 oz~^71.00^~1 jar~^0 ~03008~^~BABYFOOD,MEAT,HAM,STR~^80.50^97^11.30^3.80^0.70^3.70^0.0^0.00^6^1.03^13^81^204^41^2.25^0.065^^14.2^2.1^0.139^0.154^2.633^0.510^0.252^2^0^2^2^45.2^0.10^5^2^2^0^0^0^0^0^0.13^0.0^1.267^1.803^0.510^24^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03009~^~BABYFOOD,MEAT,HAM,JUNIOR~^80.50^97^11.30^3.80^0.70^3.70^0.0^0.00^5^1.01^11^89^210^67^1.70^0.068^^15.0^2.1^0.142^0.194^2.840^0.531^0.200^2^0^2^2^45.2^0.10^0^0^0^0^0^0^0^0^0.40^0.0^1.271^1.804^0.516^29^28.35^~1 oz~^71.00^~1 jar~^0 ~03010~^~BABYFOOD,MEAT,LAMB,STR~^81.06^87^14.07^3.41^0.60^0.85^0.0^0.00^7^1.19^13^104^193^43^2.43^0.148^0.037^2.2^1.2^0.020^0.174^2.908^0.112^0.037^0^0^0^0^54.7^1.90^0^0^0^0^0^0^0^0^0.19^0.6^1.650^1.270^0.310^36^21.51^~1 tbsp~^28.35^~1 oz~^0 ~03011~^~BABYFOOD,MEAT,LAMB,JUNIOR~^79.60^112^15.20^5.20^0.90^0.00^0.0^0.00^7^1.66^10^91^211^73^2.60^0.057^^7.0^1.7^0.019^0.191^3.193^0.424^0.183^2^0^2^2^54.7^2.27^27^8^8^^0^^^^0.40^^2.560^2.060^0.220^38^28.35^~1 oz~^71.00^~1 jar~^0 ~03012~^~BABYFOOD,MEAT,CHICK,STR~^77.50^130^13.70^7.90^0.49^0.10^0.0^0.00^64^1.40^13^97^141^47^1.21^0.045^^11.0^1.7^0.014^0.152^3.255^0.680^0.200^3^0^3^3^43.2^0.40^21^6^6^0^0^0^0^0^0.25^1.0^2.030^3.560^1.920^61^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03013~^~BABYFOOD,MEAT,CHICK,JR~^76.00^146^14.00^9.60^0.49^0.00^0.0^0.00^55^0.99^11^90^122^51^1.01^0.045^^10.3^1.5^0.014^0.163^3.420^0.726^0.188^11^0^11^11^43.2^0.40^40^11^11^0^0^0^0^0^0.40^1.7^2.470^4.330^2.330^59^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03014~^~BABYFOOD,MEAT,CHICK STKS,JR~^68.30^188^14.60^14.40^1.20^1.50^0.2^1.40^73^1.56^14^121^106^479^1.01^0.045^^10.3^1.7^0.017^0.197^2.005^0.726^0.103^11^0^11^11^43.2^0.40^11^3^3^0^0^0^0^0^0.37^0.4^4.094^6.267^2.986^78^10.00^~1 stick~^71.00^~1 jar~^0 ~03015~^~BABYFOOD,MEAT,TURKEY,STR~^80.32^111^11.50^6.20^0.58^1.40^0.0^0.00^41^0.70^12^117^135^47^1.77^0.148^0.037^12.0^2.2^0.008^0.163^2.610^0.410^0.029^8^0^8^8^39.8^1.11^0^0^0^0^0^0^0^0^0.08^0.0^1.641^2.384^1.741^58^15.00^~1 tbsp~^28.35^~1 oz~^0 ~03016~^~BABYFOOD,MEAT,TURKEY,JR~^80.32^111^11.50^6.20^0.58^1.40^0.0^0.00^41^0.70^12^117^135^47^1.77^0.148^0.037^12.0^0.0^0.008^0.163^2.610^0.410^0.029^8^0^8^8^39.8^1.11^0^0^0^0^0^0^0^0^0.08^0.0^1.641^2.384^1.741^58^18.86^~1 tbsp~^67.71^~1 container~^0 ~03017~^~BABYFOOD,MEAT,TURKEY STKS,JR~^69.80^182^13.70^14.20^0.90^1.40^0.5^1.40^72^1.24^16^103^91^483^1.83^0.040^^10.1^1.5^0.010^0.155^1.752^0.570^0.076^11^0^11^11^53.3^1.00^19^6^6^0^0^0^0^0^0.37^0.4^4.143^4.671^3.615^65^10.00^~1 stick~^71.00^~1 jar~^0 ~03021~^~BABYFOOD,MEAT,MEAT STKS,JR~^69.50^184^13.40^14.60^1.40^1.10^0.2^0.80^34^1.38^11^103^114^547^1.90^0.068^^13.3^2.4^0.059^0.172^1.481^0.481^0.080^3^0^3^3^56.8^0.29^69^21^21^0^0^0^0^0^0.28^0.5^5.820^6.480^1.590^70^10.00^~1 stick~^71.00^~1 jar~^0 ~03041~^~BABYFOOD,DINNER,VEG&DUMPLINGS&BF,STR~^88.90^48^2.00^0.90^0.50^7.70^^0.00^14^0.39^6^28^46^49^0.40^0.029^^2.1^0.8^0.049^0.040^0.574^0.208^0.047^7^0^7^7^^0.09^416^21^0^^^^^^0.24^^^^^^28.35^~1 oz~^113.00^~1 jar~^0 ~03042~^~BABYFOOD,DINNER,VEG&DUMPLINGS&BF,JR~^88.60^48^2.10^0.80^0.60^8.00^^0.00^14^0.47^7^29^47^52^0.33^0.030^^2.1^0.8^0.039^0.036^0.490^0.214^0.048^7^0^7^7^^0.09^660^33^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~03043~^~BABYFOOD,DINNER,BF LASAGNA,TODD~^82.30^77^4.20^2.10^1.40^10.00^^0.00^18^0.87^11^40^122^454^0.70^0.097^^8.4^1.9^0.072^0.089^1.353^^0.071^6^0^6^6^^0.51^1163^58^0^^^^^^^^^^^^28.35^~1 oz~^170.00^~1 jar~^0 ~03044~^~BABYFOOD,DINNER,MACARONI&TOMATO&BF,STR~^86.34^61^2.36^1.47^0.37^9.45^1.2^2.09^17^0.46^12^39^112^38^0.54^0.050^0.130^8.4^0.3^0.038^0.043^0.715^0.140^0.056^9^4^5^12^10.4^0.15^878^44^0^213^420^0^42^0^2.62^29.3^0.486^0.594^0.193^7^16.00^~1 tbsp~^28.35^~1 oz~^0 ~04619~^~MARGARINE,VEG OIL SPRD,60% FAT,STK,NO SALT~^36.95^537^0.12^60.39^1.84^0.69^0.0^0.00^21^0.00^2^16^30^2^0.00^0.008^^0.0^0.1^0.007^0.026^0.016^^0.006^1^0^1^1^12.4^0.07^3577^819^768^0^610^0^0^0^5.00^101.3^10.884^29.664^16.718^0^14.00^~1 tbsp~^^~~^0 ~04620~^~MARGARINE, VEG OIL SPRD,60% FAT,TUB/BOTTLE,UNSALTED~^37.58^533^0.17^59.81^1.59^0.86^0.0^0.00^21^0.00^2^16^30^28^0.00^0.000^^0.0^0.1^0.007^0.026^0.016^^3.750^1^0^1^1^12.4^10.80^3577^819^768^0^610^0^0^0^21.12^101.3^12.086^19.348^26.477^1^14.00^~1 tbsp~^^~~^0 ~04624~^~MARGARINE-LIKE SPRD,FAT FREE,LIQ,SALTED~^91.00^43^1.50^3.00^2.00^2.50^0.0^0.00^38^0.03^4^30^50^833^0.14^0.008^^0.0^0.3^0.010^0.040^0.030^^0.010^2^0^2^2^12.4^0.11^3571^819^768^0^610^0^0^0^5.00^0.3^0.416^0.740^1.764^1^15.00^~1 tbsp~^^~~^0 ~04626~^~MARGARINE-LIKE SPRD,MADE W/YOGURT,STK,SALTED~^28.00^630^0.30^70.00^2.00^0.50^0.0^0.00^20^0.01^2^16^25^590^0.10^0.002^^0.0^0.1^0.005^0.020^0.010^^0.050^1^0^1^1^12.4^0.06^3577^819^768^0^610^0^0^0^5.00^93.0^13.300^39.900^14.000^0^14.00^~1 tablespoon~^^~~^0 ~04627~^~MARGARINE-LIKE SPRD,RED CAL,40% FAT,MADE W/YOGURT,TUB,SALTED~^59.00^330^2.00^35.00^2.00^2.00^0.0^0.00^50^0.02^5^39^64^630^0.24^0.004^^1.0^0.2^0.010^0.060^0.030^^0.010^3^0^3^3^12.4^0.15^3577^819^768^0^610^0^0^0^5.00^93.0^7.000^9.800^16.800^0^14.00^~1 tablespoon~^^~~^0 ~04628~^~MARGARINE,80% FAT,STK,INCL REG & HYDR CORN & SOYBN OILS~^16.52^717^0.16^80.71^1.92^0.70^0.0^^3^0.12^1^5^18^654^0.11^^^^^0.012^0.000^0.003^0.000^0.000^1^0^1^1^^^^^^^^^^^5.23^75.0^15.189^38.877^24.302^0^14.00^~1 tbsp~^^~~^0 ~04629~^~MARGARINE, VEG OIL SPRD,70% FAT,SOYBN & PART HYDR SOYBN,STK~^26.23^622^0.26^70.22^1.76^1.53^^^7^0.12^2^10^46^700^0.06^^0.014^^^0.052^0.025^^0.001^0.003^1^0^1^1^^^3571^^^^^^^^5.59^^13.631^33.468^20.248^0^14.00^~1 tbsp, (1 NLEA serving)~^^~~^0 ~04630~^~MARGARINE SPRD,APPROX 48% FAT,TUB~^49.66^424^0.20^47.53^1.75^0.86^0.0^^4^0.21^1^4^36^646^0.06^0.008^0.000^0.0^0.0^0.000^0.019^0.000^0.001^0.001^2^0^2^2^^^^^^^^^^^3.94^101.3^8.792^16.416^20.235^1^14.00^~1 tbsp~^^~~^0 ~04631~^~MARGARINE SPRD,FAT-FREE,TUB~^90.69^44^0.10^3.04^1.83^4.34^0.0^0.00^8^0.08^1^2^36^580^0.07^0.000^0.000^0.0^0.0^1.011^0.000^0.883^0.271^0.001^0^0^0^0^8.3^0.00^3307^993^993^0^0^0^0^0^0.52^0.1^2.128^0.356^0.422^0^233.00^~1 cup~^14.60^~1 tbsp~^0 ~04633~^~MARGARINE,VEG OIL SPRD,20% FAT~^78.80^175^0.00^19.50^1.30^0.40^0.0^0.00^0^0.00^1^14^25^733^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^12.4^0.00^3577^819^768^0^610^0^0^0^4.50^70.9^2.870^7.480^8.040^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~04634~^~MARGARINE,VEG OIL SPRD,20% FAT,WO/ SALT~^78.80^175^0.00^19.50^1.30^0.40^0.0^0.00^0^0.00^1^14^25^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^12.4^0.00^3577^819^768^0^610^0^0^0^4.50^93.0^2.870^7.480^8.040^0^205.00^~1 cup~^12.80^~1 tbsp~^0 ~04635~^~SALAD DRSNG,1000 ISLAND DRSNG,FAT-FREE~^66.14^132^0.55^1.45^2.59^29.27^3.3^16.83^11^0.28^4^1^122^729^0.09^0.178^0.021^2.0^0.0^0.236^0.049^0.261^0.000^0.000^12^0^12^12^4.6^0.00^11^1^0^0^0^13^1587^0^0.75^3.7^0.198^0.342^0.630^5^16.00^~1 tbsp~^256.00^~1 cup~^0 ~04636~^~SALAD DRSNG,ITALIAN DRSNG,FAT-FREE~^85.95^47^0.97^0.87^3.47^8.75^0.6^8.85^30^0.40^5^109^102^1129^0.36^0.116^0.032^2.0^0.4^0.031^0.053^0.135^0.000^0.000^12^0^12^12^4.0^0.31^77^4^0^0^40^11^5^0^0.76^1.6^0.295^0.235^0.192^2^231.00^~1 cup~^14.00^~1 tbsp~^0 ~04638~^~SALAD DRSNG,RANCH DRSNG,FAT-FREE~^68.33^119^0.25^1.92^3.00^26.51^0.1^5.35^50^1.05^8^113^111^755^0.40^0.195^0.111^0.8^0.0^0.030^0.025^0.007^0.771^0.024^6^0^6^6^^0.00^3^1^1^0^0^0^0^4^0.18^2.3^^^^7^14.00^~1 tablespoon~^^~~^0 ~04639~^~SALAD DRSNG,RANCH DRSNG,COMM,REG~^38.18^484^1.03^51.39^2.71^6.69^0.7^2.45^31^0.62^5^161^62^816^0.40^0.043^0.042^2.4^3.4^0.096^0.055^0.007^0.798^0.023^4^0^4^4^^0.33^38^10^10^1^2^1^0^29^4.73^125.2^8.019^11.394^28.329^33^15.00^~1 tablespoon~^^~~^0 ~04640~^~SALAD DRSNG,RANCH DRSNG,RED FAT~^62.04^196^1.25^12.42^2.96^21.33^1.1^3.77^40^0.69^6^193^132^909^0.62^0.162^0.053^2.9^0.6^0.022^0.027^0.007^0.861^0.029^4^0^4^4^^0.00^67^18^17^2^4^2^0^49^1.60^34.8^1.250^2.794^4.213^16^15.00^~1 tablespoon~^30.00^~1 serving, (2 tbsp)~^0 ~04641~^~SALAD DRSNG,MAYO,LT~^55.91^324^0.88^33.09^1.91^8.20^0.0^4.34^8^0.32^2^35^40^673^0.18^0.112^0.006^2.6^0.0^0.018^0.000^0.000^0.066^0.000^4^0^4^4^^0.00^220^21^12^1^94^27^0^87^3.07^24.7^5.209^8.135^17.953^35^15.00^~1 tablespoon~^^~~^0 ~04642~^~OIL,VEG,INDUSTRIAL,MID-OLEIC,SUNFLOWER~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.03^0^0^0^0^0.00^^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^41.08^5.4^9.009^57.334^28.962^0^13.60^~1 tablespoon~^4.50^~1 teaspoon~^0 ~04643~^~OIL,INDUSTRIAL,CANOLA W/ ANTIFOAMING AGENT~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^17.10^122.0^7.615^62.093^25.588^0^13.60^~1 tablespoon~^218.00^~1 cup~^0 ~04644~^~OIL,VEG,INDUSTRIAL,CANOLA FOR SALADS,WOKS & LT FRYING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^17.46^71.3^7.758^61.150^26.397^0^13.60^~1 tablespoon~^4.50^~1 teaspoon~^0 ~04645~^~OIL,INDUS,CANOLA (PART HYDR) OIL FOR DEEP FAT FRYING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^17.46^71.3^10.117^71.075^14.038^0^218.00^~1 cup~^13.60^~1 tablespoon~^0 ~04646~^~OIL,INDUSTRIAL,COCNT~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.04^0^0^0^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.09^0.5^86.002^5.935^1.657^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04648~^~OIL,VEG,INDUS,SOY (PART HYDR),FOR FLAVORING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.10^24.7^17.683^41.929^35.638^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04649~^~SHORTENING,INDUS,SOY (PART HYDROG),POURABLE LIQ FRY~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.10^24.7^18.358^38.870^38.009^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04650~^~OIL,VEG,INDUSTRIAL,SOY,REFINED,FOR WOKS & LT FRYING~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.02^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.18^183.9^15.340^21.701^58.208^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04651~^~OIL,VEG,INDUSTRIAL,SOY (PART HYDR),NON-DAIRY BUTTER FLAVOR~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.10^24.7^18.101^40.262^36.847^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04652~^~OIL,VEG,INDUSTRIAL,SOY ( PART HYDROGENATED),ALLPURP~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.10^24.7^24.750^61.248^9.295^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~04653~^~OIL,INDUS,SOY (PART HYDR ) & SOY (WINTERIZED),POURABLE FRY~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^8.10^24.7^15.341^34.630^45.228^0^13.60^~1 tbsp~^218.00^~1 cup~^0 ~05352~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT & SKN,CKD,ROTISSERIE,OR~^55.34^266^24.34^18.77^2.33^0.04^0.0^0.04^29^0.97^24^258^296^610^1.71^0.059^0.025^40.2^0.0^0.072^0.130^6.912^1.267^0.166^8^0^8^8^60.5^0.45^87^26^26^0^0^0^0^0^0.30^0.0^4.814^8.109^2.690^140^^~~^^~~^0 ~05353~^~USDA CMDTY,CHICK FAJITA STRIPS,FRZ~^70.60^135^18.56^5.73^2.88^2.23^0.0^0.00^13^0.99^22^277^284^799^1.37^0.030^0.066^16.7^0.0^0.100^0.213^4.779^0.726^0.387^4^0^4^4^67.8^0.54^0^0^5^0^0^0^0^0^0.22^0.2^1.596^2.333^1.089^88^9.39^~1 strip~^^~~^0 ~05354~^~USDA CMDTY,TURKEY TACO MEAT,FRZ,CKD~^70.00^148^16.80^7.58^2.58^3.03^0.0^0.00^69^1.80^27^180^297^632^2.52^0.030^0.165^17.9^0.0^0.078^0.334^2.982^0.595^0.300^25^0^25^25^53.2^2.17^0^0^0^0^0^0^0^0^0.25^0.7^1.765^2.590^2.110^71^183.43^~1 cup~^^~~^0 ~05600~^~USDA COMMODITY,TURKEY HAM,DK MEAT,SMOKED,FRZ~^73.50^118^16.30^4.00^3.20^3.10^0.0^1.20^7^1.00^16^289^253^909^2.10^^^38.2^0.0^0.230^0.270^4.120^^0.060^^^^^^0.80^53^16^16^^^^^^^^1.200^1.337^0.873^64^28.35^~1 oz~^28.35^~1 serving~^0 ~05621~^~EMU,GROUND,RAW~^72.87^134^22.77^4.03^1.00^0.00^0.0^0.00^7^4.02^24^222^320^56^3.48^0.199^0.027^30.5^0.0^0.270^0.457^7.485^2.740^0.642^13^0^13^13^^6.75^0^0^0^0^0^0^0^0^0.24^^1.022^1.607^0.557^69^116.99^~1 patty~^^~~^0 ~05622~^~EMU,GROUND,CKD,PAN-BROILED~^65.83^163^28.43^4.65^1.17^0.00^0.0^0.00^8^5.01^29^269^375^65^4.56^0.238^0.030^43.5^0.0^0.318^0.545^8.925^3.080^0.833^9^0^9^9^^8.52^0^0^0^0^0^0^0^0^0.24^3.6^1.242^1.953^0.677^87^109.44^~1 patty, (yield from 135.8 g raw meat)~^85.00^~1 serving, ( 3 oz )~^0 ~05623~^~EMU,FAN FILLET,RAW~^74.62^103^22.50^0.80^1.10^0.00^0.0^0.00^3^4.50^42^236^300^120^3.50^0.211^0.029^32.5^0.0^0.267^0.451^7.397^2.708^0.634^13^0^13^13^^6.67^0^0^0^0^0^0^0^0^0.22^^0.201^0.319^0.109^71^513.02^~1 fan fillet~^85.00^~1 serving, ( 3 oz )~^0 ~05624~^~EMU,FAN FILLET,CKD,BRLD~^66.43^154^31.27^2.30^1.30^0.00^0.0^0.00^6^4.56^30^272^397^53^3.19^0.232^0.026^46.1^0.0^0.350^0.599^9.814^3.387^0.916^9^0^9^9^^9.37^0^0^0^0^0^0^0^0^0.23^^0.583^0.917^0.318^82^393.67^~1 steak~^85.00^~1 serving, ( 3 oz )~^0 ~05625~^~EMU,FLAT FILLET,RAW~^75.40^102^22.25^0.74^0.93^0.00^0.0^0.00^3^5.00^31^229^240^150^3.00^0.205^0.028^31.5^0.0^0.245^0.414^6.786^2.484^0.582^12^0^12^12^^6.12^0^0^0^0^0^0^0^0^0.22^^0.187^0.295^0.102^71^354.12^~1 flat fillet~^^~~^0 ~05626~^~EMU,FULL RUMP,RAW~^73.79^112^22.83^1.64^1.14^0.00^0.0^0.00^4^4.96^40^236^330^90^3.59^0.211^0.029^32.5^0.0^0.360^0.458^7.504^2.747^0.643^13^0^13^13^^2.24^15^4^4^0^0^0^0^0^0.23^^0.448^0.516^0.329^85^694.62^~1 full rump~^^~~^0 ~05627~^~EMU,FULL RUMP,CKD,BRLD~^61.97^168^33.67^2.68^1.35^0.00^0.0^0.00^7^6.89^34^323^324^110^4.32^0.285^0.036^52.1^0.0^0.430^0.645^10.569^3.647^0.987^10^0^10^10^^2.20^11^3^3^0^0^0^0^0^0.26^^0.870^1.079^0.613^129^495.96^~1 full rump, cooked ( yield from 695 g raw meat )~^85.00^~1 serving, ( 3 oz )~^0 ~05628~^~EMU,INSIDE DRUM,RAW~^74.73^108^22.22^1.49^1.15^0.00^0.0^0.00^4^5.23^26^229^318^102^4.33^0.205^0.028^31.4^0.0^0.420^0.446^7.304^2.674^0.626^12^0^12^12^^2.26^17^5^5^0^0^0^0^0^0.22^^0.386^0.532^0.256^67^572.04^~1 inside drum~^^~~^0 ~05629~^~EMU,INSIDE DRUMS,CKD,BRLD~^64.31^156^32.38^2.01^1.30^0.00^0.0^0.00^6^7.27^33^307^312^118^5.09^0.272^0.034^49.6^0.0^0.410^0.621^10.164^3.508^0.949^10^0^10^10^^2.40^10^3^3^0^0^0^0^0^0.25^^0.654^0.859^0.408^91^416.39^~1 inside drum, cooked ( yield from 572 g raw meat )~^85.00^~1 serving, ( 3 oz )~^0 ~05630~^~EMU,OUTSIDE DRUM,RAW~^74.87^103^23.08^0.48^1.00^0.00^0.0^0.00^3^4.50^29^225^320^100^4.50^0.199^0.025^36.3^0.0^0.258^0.442^7.245^2.500^0.676^7^0^7^7^^6.92^0^0^0^0^0^0^0^0^0.17^^0.122^0.202^0.070^78^422.22^~1 outside drum~^^~~^0 ~05631~^~EMU,OYSTER,RAW~^72.57^141^22.81^4.86^0.95^0.00^0.0^0.00^4^5.50^30^217^250^150^6.00^0.194^0.027^29.8^0.0^0.271^0.458^7.499^2.745^0.643^13^0^13^13^^6.76^0^0^0^0^0^0^0^0^0.24^^1.231^1.937^0.671^81^299.64^~1 steak~^^~~^0 ~05632~^~EMU,TOP LOIN,CKD,BRLD~^67.37^152^29.07^3.13^1.27^0.00^0.0^0.00^9^5.07^30^274^374^58^3.42^0.280^0.031^43.5^0.0^0.325^0.557^9.124^3.149^0.852^9^0^9^9^^8.71^0^0^0^0^0^0^0^0^0.23^^0.794^1.249^0.433^88^244.13^~1 steak~^85.00^~1 serving, ( 3 oz )~^0 ~06405~^~CAMPBELL'S CHUNKY SOUPS,HEALTHY REQUEST CHICK NOODLE SOUP~^88.90^49^2.86^1.02^1.30^6.12^0.4^0.82^8^0.29^^^^196^^^^^1.0^^^^^^^^^^^^408^^^^^^^^^^0.204^^^8^245.00^~1 cup~^245.00^~1 serving~^0 ~06406~^~SOUP,BEAN W/ FRANKFURTERS,CND,PREP W/ EQ VOLUME H2O~^83.03^75^3.99^2.79^1.39^8.80^^^35^0.94^19^66^191^437^0.47^0.158^0.315^3.4^0.4^0.044^0.026^0.410^0.040^0.053^12^0^12^12^^0.03^348^17^0^^^^^^^^0.850^1.090^0.660^5^250.00^~1 cup, (8 fl oz)~^607.00^~1 can, (11.25 oz), prepared~^0 ~06408~^~CAMPBELL'S CHUNKY SOUPS,HEALTHY REQUEST VEG SOUP~^87.70^48^1.63^0.20^0.67^9.80^1.6^3.27^24^0.44^^^^196^^^^^0.0^^^^^^^^^^^^1633^^^^^^^^^^0.000^^^0^245.00^~1 cup~^245.00^~1 serving~^0 ~06409~^~SOUP,BF NOODLE,CND,PREP W/ EQ VOLUME H2O~^92.16^34^1.93^1.23^1.11^3.58^0.3^1.03^8^0.44^3^19^40^381^0.62^0.060^0.109^3.0^0.2^0.028^0.024^0.425^0.080^0.015^8^6^2^12^7.0^0.08^101^5^0^0^60^0^4253^2^0.50^0.8^0.455^0.495^0.195^2^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06410~^~SOUP,CRM OF CELERY,CND,PREP W/ EQ VOLUME H2O~^92.27^37^0.68^2.29^1.15^3.62^0.3^^16^0.26^3^15^50^389^0.06^0.058^0.103^0.9^0.1^0.012^0.020^0.136^0.460^0.005^1^0^1^1^^0.10^126^23^20^^^^^^^^0.580^0.530^1.030^6^244.00^~1 cup~^593.00^~1 can, (10.75 oz), prepared~^0 ~06411~^~SOUP,CHS,CND,PREP W/ EQ VOLUME H2O~^88.12^63^2.19^4.24^1.19^4.26^0.4^^57^0.30^2^55^62^388^0.26^0.052^0.104^1.8^0.0^0.007^0.055^0.161^0.040^0.010^2^0^2^2^^0.00^440^120^117^^^^^^^^2.700^1.200^0.120^12^247.00^~1 cup, (8 fl oz)~^600.00^~1 can, (11 oz), prepared~^0 ~06412~^~SOUP,CHICK W/ DUMPLINGS,CND,PREP W/ EQ VOLUME H2O~^91.78^40^2.33^2.29^1.10^2.51^0.2^0.33^6^0.26^2^25^48^357^0.15^0.051^0.203^4.9^0.0^0.007^0.030^0.727^0.060^0.015^1^0^1^1^6.2^0.07^218^19^9^38^93^0^0^10^0.23^1.7^0.540^1.050^0.540^14^241.00^~1 cup, (8 fl oz)~^586.00^~1 can, (10.5 oz), prepared~^0 ~06413~^~SOUP,CHICK BROTH,CND,PREP W/ EQ VOLUME H2O~^95.95^16^2.02^0.57^1.02^0.38^0.0^0.29^4^0.21^1^30^86^318^0.10^0.051^0.102^0.0^0.0^0.004^0.029^1.372^0.020^0.010^2^0^2^2^4.7^0.10^0^0^0^0^0^0^0^0^0.02^0.0^0.160^0.240^0.110^0^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06414~^~CAMPBELL'S CHUNKY SOUPS,HEARTY BEAN 'N' HAM SOUP~^81.60^74^4.49^0.82^0.85^12.24^3.3^2.04^24^0.73^^^^318^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.204^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06415~^~CAMPBELL'S CHUNKY SOUPS,HEARTY BF BARLEY SOUP~^82.60^68^4.08^1.02^1.69^10.61^1.6^2.04^8^0.44^^^^363^^^^^0.5^^^^^^^^^^^^612^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06416~^~SOUP,CRM OF CHICK,CND,PREP W/ EQ VOLUME H2O~^90.62^48^1.41^3.02^1.17^3.80^0.1^^14^0.25^1^15^36^404^0.26^0.051^0.154^^0.1^0.012^0.025^0.336^0.080^0.007^1^0^1^1^^0.04^230^67^66^^^^^^^^0.850^1.340^0.610^4^244.00^~1 cup~^30.50^~1 fl oz~^0 ~06417~^~SOUP,CHICK GUMBO,CND,PREP W/ EQ VOLUME H2O~^93.84^23^1.08^0.59^1.06^3.43^0.8^1.02^10^0.37^2^10^31^391^0.15^0.051^0.103^3.3^2.0^0.010^0.020^0.272^0.080^0.026^2^0^2^2^3.6^0.01^55^3^0^0^32^2^990^28^0.15^2.6^0.130^0.270^0.140^2^244.00^~1 cup~^593.00^~1 can, (10.75 oz), prepared~^0 ~06418~^~CAMPBELL'S CHUNKY SOUPS,HEARTY CHICK W/ VEG SOUP~^89.70^38^2.86^0.61^1.52^5.31^0.8^1.22^8^0.00^^^^322^^^^^0.0^^^^^^^^^^^^1224^^^^^^^^^^0.204^^^6^245.00^~1 serving~^245.00^~1 cup~^0 ~06419~^~SOUP,CHICK NOODLE,CND,PREP W/ EQ VOLUME H2O~^93.82^25^1.27^0.95^1.01^2.95^0.2^0.27^6^0.66^4^17^22^265^0.16^0.064^0.051^4.8^0.0^0.055^0.045^0.540^0.074^0.020^8^6^2^12^5.5^0.02^201^11^1^0^119^0^0^4^0.03^0.0^0.262^0.418^0.264^5^247.90^~1 serving, 1 cup~^^~~^0 ~06420~^~CAMPBELL'S CHUNKY SOUPS,HEARTY VEG W/ PASTA SOUP~^86.70^51^1.63^0.82^1.46^9.39^1.2^3.67^16^0.44^^^^380^^^^^1.0^^^^^^^^^^^^1224^^^^^^^^^^0.000^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06421~^~CAMPBELL'S CHUNKY SOUPS,HERB RSTD CHICK POTATOES GARLIC SOUP~^87.20^46^3.27^0.61^1.98^6.94^1.2^1.63^8^0.29^^^^355^^^^^0.0^^^^^^^^^^^^1837^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06423~^~SOUP,CHICK W/ RICE,CND,PREP W/ EQ VOLUME H2O~^93.87^24^1.45^0.78^0.99^2.92^0.3^0.08^9^0.31^0^9^41^334^0.11^0.053^0.150^2.1^0.1^0.007^0.010^0.459^0.070^0.010^0^0^0^0^4.9^0.07^175^9^0^39^83^0^0^3^0.03^0.1^0.185^0.370^0.170^3^243.26^~1 serving, 1 cup~^^~~^0 ~06424~^~CAMPBELL'S CHUNKY SOUPS,HONEY RSTD HAM W/ POTATOES SOUP~^86.10^55^3.27^1.02^1.45^8.16^1.2^2.86^16^0.29^^^^331^^^^^0.5^^^^^^^^^^^^1224^^^^^^^^^^0.408^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~10931~^~PORK,CURED,HAM,RUMP,BONE-IN,LN,HTD,RSTD~^67.68^132^26.02^3.07^3.09^0.15^0.0^0.68^8^1.59^24^275^394^846^3.16^1.197^0.029^24.5^0.0^0.566^0.310^7.387^0.745^0.479^0^0^0^0^105.2^0.65^0^0^0^0^0^0^0^0^0.33^0.0^0.917^1.067^0.562^71^2874.17^~1 roast, rump~^85.00^~1 serving, (3 oz)~^23 ~10932~^~PORK,CURED,HAM,RUMP,BONE-IN,LN,UNHTD~^69.56^125^24.46^2.92^2.74^0.32^0.0^0.00^7^1.08^24^267^385^737^2.61^0.868^0.022^21.4^0.0^0.519^0.225^6.987^0.632^0.514^1^0^1^1^91.9^0.56^0^0^0^0^0^0^0^0^0.26^0.0^0.874^1.017^0.535^63^28.35^~1 oz~^453.60^~1 lb~^26 ~10933~^~PORK,CURED,HAM,SHANK,BONE-IN,LN,HTD,RSTD~^67.46^139^26.49^3.68^2.88^0.00^0.0^0.68^7^1.54^23^269^378^828^2.78^0.135^0.027^24.4^0.0^0.484^0.326^7.397^0.680^0.472^1^0^1^1^106.0^0.61^0^0^0^0^0^0^0^0^0.33^0.0^1.134^1.433^0.592^70^2799.63^~1 roast, shank~^85.00^~1 serving, (3 oz)~^22 ~10934~^~PORK,CURED,HAM,SHANK,BONE-IN,LN,UNHTD~^69.79^125^23.79^3.19^3.05^0.18^0.0^0.00^6^0.99^22^258^364^846^2.34^0.386^0.022^21.2^0.0^0.476^0.249^6.970^0.662^0.467^0^0^0^0^90.5^0.58^0^0^0^0^0^0^0^0^0.24^0.0^0.981^1.240^0.512^61^28.35^~1 oz~^453.60^~1 lb~^23 ~10935~^~PORK,CURED,HAM,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^63.67^183^24.39^9.35^2.80^0.24^0.0^0.64^7^1.42^22^257^356^810^2.59^0.158^0.026^23.4^0.0^0.460^0.298^6.885^0.648^0.440^1^0^1^1^93.5^0.58^5^1^1^0^0^0^0^0^0.33^0.0^3.018^4.082^1.288^70^2799.63^~1 roast, shank~^85.00^~1 serving, (3 oz)~^12 ~10936~^~PORK,CURED,HAM,SHANK,BONE-IN,LN & FAT,UNHTD~^65.23^177^21.61^9.85^2.91^0.41^0.0^0.06^6^0.92^20^243^339^816^2.18^0.347^0.022^20.5^0.0^0.444^0.218^6.382^0.620^0.429^0^0^0^0^82.5^0.54^6^2^2^0^0^0^0^0^0.31^0.0^3.180^4.269^1.366^61^28.35^~1 oz~^453.60^~1 lb~^11 ~10937~^~PORK,CURED,HAM,SLICE,BONE-IN,LN & FAT,HTD,PAN-BROIL~^62.57^180^25.48^8.48^3.08^0.39^0.0^0.70^14^1.34^25^285^405^852^2.87^0.417^0.022^24.4^0.0^0.547^0.296^7.333^0.726^0.509^2^0^2^2^102.4^0.63^4^1^1^0^0^0^0^0^0.30^0.0^2.714^3.665^1.183^73^366.23^~1 slice~^85.00^~1 serving, (3 oz)~^5 ~10938~^~PORK,CURED,HAM,SLICE,BONE-IN,LN,UNHTD~^69.97^130^24.36^3.59^2.79^0.00^0.0^0.00^13^1.23^23^263^370^760^2.43^0.148^0.022^22.3^0.0^0.492^0.251^6.493^0.683^0.482^1^0^1^1^93.1^0.60^0^0^0^0^0^0^0^0^0.29^0.3^1.099^1.414^0.565^65^425.08^~1 slice~^85.00^~1 serving, (3 oz)~^16 ~10939~^~PORK,CURED,HAM,SLICE,BONE-IN,LN & FAT,UNHTD~^66.09^173^22.45^9.17^2.70^0.21^0.0^0.05^12^1.15^22^250^348^744^2.29^0.142^0.022^21.5^0.0^0.462^0.225^6.050^0.645^0.448^1^0^1^1^86.0^0.57^5^1^1^0^0^0^0^0^0.34^0.3^2.945^3.955^1.281^65^425.08^~1 slice~^85.00^~1 serving, (3 oz)~^5 ~10940~^~PORK,FRSH,SPARERIBS,LN & FAT,CKD,RSTD~^48.11^361^20.89^30.86^0.82^0.00^0.0^0.00^19^1.43^18^162^265^91^3.26^0.114^0.010^30.6^0.0^0.418^0.328^6.103^0.808^0.590^0^^0^^71.0^0.45^0^0^0^0^0^0^0^0^0.14^0.0^9.242^10.709^2.996^105^1532.89^~1 rack~^^~~^32 ~10942~^~PORK,FRSH,ENHANCED,COMP OF FAT,RAW~^38.32^508^9.27^52.33^0.72^0.00^0.0^0.00^22^0.47^9^121^191^81^0.90^0.055^0.006^11.1^0.0^0.204^0.103^3.230^0.611^0.275^0^0^0^0^34.3^1.47^0^0^0^0^0^0^0^0^0.04^0.0^18.488^21.538^7.532^83^^~~^^~~^ ~10943~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN,CKD,RSTD~^73.07^116^21.61^3.15^1.86^0.31^0.0^0.00^5^0.98^25^316^567^231^2.00^0.106^0.012^45.7^0.0^0.789^0.360^7.392^0.836^0.610^0^0^0^0^73.5^0.47^0^0^0^0^0^0^0^0^0.07^0.0^1.077^1.199^0.455^57^508.28^~1 roast~^^~~^5 ~10944~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN,RAW~^76.91^106^20.39^2.09^1.56^0.00^0.0^0.00^4^0.92^23^290^527^243^1.73^0.103^0.011^35.2^0.0^0.757^0.337^6.450^0.824^0.756^0^0^0^0^78.7^0.50^0^0^0^0^0^0^0^0^0.21^0.0^0.671^0.762^0.352^48^537.05^~1 roast~^^~~^5 ~10945~^~PORK,FRSH,ENHCED,SHLDR,(BOSTON BUTT),BLDE (STKS),LN,CKD,BRSD~^59.20^227^27.58^12.14^1.21^0.00^0.0^0.00^26^1.82^21^234^388^154^4.85^0.208^0.012^45.3^0.0^0.424^0.381^3.575^1.419^0.488^0^0^0^0^112.8^0.94^0^0^0^0^0^0^0^0^0.11^0.0^4.620^5.702^1.290^98^264.18^~1 steak~^^~~^35 ~10946~^~PORK,FRSH,ENHANCED,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN,RAW~^74.85^122^18.29^5.36^1.32^0.18^0.0^0.00^14^1.04^19^223^419^165^3.10^0.125^0.010^28.8^0.0^0.512^0.367^3.837^1.531^0.509^0^0^0^0^76.9^0.89^0^0^0^0^0^0^0^0^0.23^0.0^1.873^2.329^0.581^59^392.78^~1 steak~^^~~^32 ~10947~^~PORK,FRSH,ENHANCED,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,BRLD~^70.39^131^24.81^3.53^1.77^0.00^0.0^0.00^5^0.50^25^308^524^237^1.69^0.053^0.006^46.0^0.0^0.522^0.190^9.035^0.623^0.650^0^0^0^0^70.5^0.50^0^0^0^0^0^0^0^0^0.08^0.0^1.206^1.539^0.351^52^134.27^~1 chop~^^~~^12 ~10948~^~PORK,FRSH,ENHANCED,LOIN,TOP LOIN (CHOPS),BNLESS,LN,RAW~^74.88^110^21.78^2.51^1.69^0.00^0.0^0.00^5^0.44^24^296^489^232^1.43^0.068^0.006^40.6^0.0^0.540^0.202^8.795^0.725^0.735^0^0^0^0^57.9^0.50^0^0^0^0^0^0^0^0^0.12^0.0^0.886^1.134^0.269^47^157.56^~1 chop~^^~~^13 ~07916~^~SAUSAGE POLISH PORK & BF SMOKED~^56.58^301^12.07^26.56^2.81^1.98^0.0^0.00^7^1.00^12^107^189^848^2.11^0.060^0.037^13.1^0.0^0.260^0.170^3.227^0.440^0.170^4^0^4^4^^1.51^0^0^0^0^0^0^0^0^^^9.207^12.302^2.826^71^75.60^~1 serving, 2.67 oz~^^~~^0 ~07917~^~SAUSAGE PORK & BF W/ CHEDDAR CHS SMOKED~^56.11^296^12.89^25.84^3.03^2.13^0.0^0.11^57^0.73^13^178^206^848^2.25^0.070^0.032^7.5^0.0^0.249^0.160^2.900^0.760^0.130^3^0^3^3^^1.73^0^0^0^0^0^0^0^0^^^9.482^12.357^2.735^63^76.55^~12 oz, serving 2.7 oz~^^~~^0 ~07918~^~SAUSAGE SMMR PORK & BF STKS W/ CHEDDAR CHS~^36.20^426^19.43^37.91^4.83^1.82^0.2^0.12^81^2.26^13^178^206^1483^2.25^0.070^0.032^7.5^0.0^0.249^0.160^2.900^0.760^0.130^7^0^7^7^^1.73^749^225^225^0^0^0^0^0^^^10.470^13.680^3.020^89^28.35^~1 oz~^^~~^0 ~07919~^~SAUSAGE TURKEY BRKFST LINKS MILD~^63.12^231^15.42^18.09^1.81^1.56^0.0^0.00^32^1.07^16^155^229^585^2.98^0.111^^0.0^0.5^0.054^0.165^3.692^^0.208^4^0^4^4^33.9^0.79^0^0^0^0^0^0^0^0^0.19^1.6^3.839^5.158^4.657^160^56.00^~2 oz, 2 links~^^~~^0 ~07920~^~SWISSWURST PORK & BF W/ SWISS CHS SMOKED~^55.31^307^12.69^27.37^3.03^1.60^0.0^0.00^74^0.72^13^178^206^827^2.25^0.070^0.032^7.5^0.0^0.249^0.160^2.900^0.760^0.130^3^0^3^3^^1.73^334^100^100^0^0^0^0^0^^^^13.680^3.020^61^76.55^~1 serving, 2.7 oz~^^~~^0 ~07921~^~BACON & BF STKS~^21.60^517^29.10^44.20^4.30^0.80^0.0^0.80^14^1.86^17^142^385^1420^3.23^0.080^0.038^26.1^0.0^0.600^0.285^4.867^1.060^0.500^2^0^2^2^^1.90^0^0^0^0^0^0^0^0^^1.6^16.000^21.900^4.300^102^28.00^~1 oz~^^~~^0 ~07922~^~BRATWURST BF & PORK SMOKED~^56.65^297^12.20^26.34^2.81^2.00^0.0^0.00^7^1.00^15^130^283^848^2.47^0.080^0.041^14.1^0.0^0.380^0.213^3.110^0.690^0.200^4^0^4^4^^2.67^0^0^0^0^0^0^0^0^^^6.080^8.000^1.580^78^66.00^~1 serving, 2.33 oz~^^~~^0 ~07923~^~BRATWURST,CHICK,CKD~^70.28^176^19.44^10.35^0.88^0.00^0.0^0.00^11^0.87^23^160^211^72^1.43^0.050^^^2.0^0.067^0.133^7.551^0.964^0.385^6^0^6^6^^0.34^101^30^30^0^0^0^0^0^^^^^^71^84.00^~1 serving, 2.96 oz~^^~~^0 ~07924~^~BRATWURST PORK BF & TURKEY LITE SMOKED~^65.89^186^14.45^13.53^4.51^1.62^0.0^1.57^14^0.94^14^132^246^982^2.68^0.063^0.015^20.2^0.0^0.090^0.166^1.847^0.413^0.213^5^0^5^5^^1.60^1^0^0^0^0^0^0^0^^^^7.165^0.846^56^66.00^~1 serving, 2.33 oz~^^~~^0 ~07925~^~PASTRAMI BF 98% FAT-FREE~^74.30^95^19.60^1.16^3.40^1.54^0.0^0.00^9^2.78^18^150^228^1010^4.26^0.079^0.013^10.4^34.6^0.095^0.170^5.065^0.300^0.180^7^0^7^7^^1.76^0^0^0^0^0^0^0^0^^^0.000^0.560^0.040^47^57.00^~1 serving, 6 slices~^^~~^0 ~07926~^~SALAMI ITALIAN PORK~^34.60^425^21.70^37.00^5.50^1.20^0.0^1.20^10^1.52^22^229^340^1890^4.20^0.160^0.070^25.4^0.0^0.930^0.330^5.600^1.060^0.550^2^0^2^2^^2.80^0^0^0^0^0^0^0^0^^^13.100^18.200^3.600^80^28.00^~1 oz~^^~~^0 ~07927~^~SAUSAGE ITALIAN TURKEY SMOKED~^68.50^158^15.05^8.75^3.05^4.65^0.9^3.20^21^9.60^25^185^197^928^2.13^0.111^0.066^22.2^30.4^0.071^0.173^3.675^0.797^0.381^8^0^8^8^^0.43^144^43^43^0^0^0^0^0^^^^^^53^56.00^~1 serving, 2 oz~^^~~^0 ~07928~^~SAUSAGE CHICK BF PORK SKINLESS SMOKED~^60.50^216^13.60^14.30^3.50^8.10^0.0^1.90^100^4.80^14^132^246^1034^2.68^0.063^0.015^20.2^0.0^0.090^0.166^1.847^0.413^0.213^6^0^6^6^^1.60^0^0^^0^0^0^0^0^^^4.800^7.165^0.846^120^84.00^~1 link~^^~~^0 ~07929~^~SAUSAGE TURKEY HOT SMOKED~^68.50^158^15.05^8.75^3.05^4.65^0.9^3.20^21^9.60^25^185^197^928^2.13^0.111^^22.2^30.4^0.071^0.173^3.675^^0.381^8^0^8^8^41.1^0.43^144^43^43^0^0^0^0^0^0.09^0.8^3.401^2.380^1.572^53^56.00^~2 oz~^^~~^0 ~07930~^~YACHTWURST,W/ PISTACHIO NUTS,CKD~^58.20^268^14.80^22.60^3.00^1.40^0.0^0.00^19^1.00^^^^936^^^^^0.0^^^^^^^^^^^^0^0^0^0^0^0^0^0^^^7.900^^^64^56.00^~1 serving, 2 oz~^^~~^0 ~07931~^~BEERWURST PORK & BF~^56.71^276^14.00^22.53^2.50^4.27^0.9^0.00^27^1.73^19^135^244^732^2.21^0.103^0.155^17.4^0.6^0.246^0.173^2.975^0.297^0.230^5^0^5^5^^1.16^10^3^3^0^0^0^0^0^^1.6^8.438^10.105^2.080^62^56.00^~1 serving, 2 oz~^^~~^0 ~07932~^~CHICKEN BREAST FAT-FREE MESQ FLAVOR SLICED~^76.73^80^16.80^0.39^3.83^2.25^0.0^0.20^4^0.30^36^256^316^1040^0.60^0.230^0.034^6.1^0.0^0.014^0.023^2.742^0.193^0.120^1^0^1^1^^0.07^0^0^0^0^0^0^0^0^^0.0^0.130^0.160^0.060^36^42.00^~1 serving, 2 slices~^^~~^0 ~07933~^~CHICKEN BREAST OVEN-ROASTED FAT-FREE SLICED~^76.71^79^16.79^0.39^3.94^2.17^0.0^0.10^6^0.32^9^60^67^1087^0.30^0.034^0.043^7.6^0.0^0.018^0.029^3.428^0.241^0.150^1^0^1^1^^0.09^0^0^0^0^0^0^0^0^^0.0^0.130^0.121^0.073^36^42.00^~1 serving, 2 slices~^^~~^0 ~07934~^~KIELBASA,POLISH,TURKEY & BF,SMOKED~^62.00^226^13.10^17.60^3.40^3.90^0.0^0.00^^1.24^^^^1200^^^^^14.8^^^^^^^^^^^^0^0^^0^0^0^0^0^^^6.230^8.270^2.330^70^56.00^~1 serving, 2 oz~^^~~^0 ~07935~^~OVEN-ROASTED CHICK BREAST ROLL~^72.98^134^14.59^7.65^2.99^1.79^0.0^0.43^6^0.32^17^121^324^883^0.65^0.069^0.017^11.7^0.0^0.043^0.062^6.536^0.565^0.298^3^0^3^3^^0.24^0^0^0^0^0^0^0^0^0.07^0.5^2.480^2.816^1.456^39^56.00^~1 serving, 2 oz~^^~~^0 ~07936~^~BOLOGNA PORK & TURKEY LITE~^64.87^211^13.06^16.06^2.56^3.45^0.0^0.00^48^1.15^17^94^138^716^0.73^0.082^0.155^5.6^0.0^0.159^0.097^3.072^0.340^0.163^18^0^18^18^^0.29^2^1^1^0^0^0^0^0^^^5.460^7.548^3.051^79^56.00^~1 serving, 2 oz~^^~~^0 ~07937~^~BOLOGNA PORK TURKEY & BF~^45.37^336^11.56^29.25^7.15^6.66^0.0^1.35^31^1.20^14^128^222^1055^2.22^0.093^0.265^12.4^11.0^0.152^0.150^3.310^0.360^0.388^4^0^4^4^^1.08^0^0^0^0^0^0^0^0^0.00^^11.700^12.789^2.512^75^28.35^~1 oz~^^~~^0 ~07938~^~HAM HONEY SMOKED CKD~^69.94^122^17.93^2.37^2.49^7.27^0.0^0.00^6^0.39^8^384^165^900^0.91^0.041^0.028^10.4^0.6^0.402^0.101^2.276^0.238^0.231^2^0^2^2^^0.38^0^0^0^0^0^0^0^0^^^1.167^1.670^0.314^22^55.00^~1.94 oz, (1 serving)~^^~~^0 ~07939~^~FRANKFURTER,PORK~^59.85^269^12.81^23.68^3.35^0.28^0.1^0.00^267^3.70^15^171^264^816^2.09^0.074^0.016^27.8^2.0^0.593^0.179^2.773^0.509^0.322^3^0^3^3^^0.49^263^79^79^0^0^0^0^0^^^8.719^10.890^2.233^66^76.00^~1 link~^^~~^0 ~08424~^~CLS,QKR,INSTOAT,DIN EGSW/ DINBNS,BRNSGRCINN,PRP W/ BOIL H2O~^72.05^119^2.28^2.22^0.94^22.51^1.7^11.57^67^2.35^23^78^65^150^0.52^0.058^0.721^5.9^0.0^0.176^0.209^2.481^0.119^0.261^52^45^7^84^^0.00^653^196^196^0^0^0^0^0^0.11^0.6^1.039^0.451^0.359^0^167.00^~1 packet, prepared~^^~~^0 ~08425~^~CEREALS,QUAKER,INST OATMEAL,FRENCH VANILLA,PREP W/ BOIL H2O~^75.13^102^2.41^1.31^0.98^20.16^1.8^7.88^70^2.45^25^84^70^154^0.56^0.064^0.778^5.6^0.0^0.182^0.220^2.588^0.128^0.272^55^48^6^88^^0.00^681^205^204^0^0^0^0^0^0.12^0.5^0.237^0.471^0.391^0^162.00^~1 packet, prepared~^^~~^0 ~08426~^~CEREALS,QUAKER,INST OATMEAL,BKD APPL,PREP W/ BOILING H2O~^76.27^96^2.02^1.11^1.14^19.45^1.8^8.78^141^2.50^21^70^76^144^0.47^0.061^0.636^4.4^0.2^0.186^0.223^2.637^0.114^0.278^56^50^6^90^^0.00^694^208^208^0^0^0^0^0^0.10^0.6^0.190^0.384^0.321^0^159.00^~1 packet, prepared~^^~~^0 ~08427~^~CEREALS,QUAKR,INST OATMEAL,TREASURE HUNT,PREP W/ BOILING H2O~^73.53^108^2.19^1.35^1.07^21.85^1.6^10.27^65^2.29^26^76^63^155^0.51^0.056^0.699^5.4^0.0^0.171^0.216^2.541^0.116^0.267^54^47^7^86^^0.00^669^201^201^0^0^0^0^0^0.11^1.1^0.327^0.446^0.352^0^166.00^~1 packet, prepared~^^~~^0 ~08428~^~CEREALS,QUAKER,INST OATMEAL,HONEY NUT,PREP W/ BOILING H2O~^75.02^107^2.47^2.23^0.95^19.32^1.7^7.97^67^2.35^26^83^71^147^0.56^0.079^0.759^5.4^0.0^0.175^0.210^2.471^0.128^0.258^52^46^6^84^^0.00^651^195^195^0^0^0^0^0^0.18^0.5^0.306^0.570^1.118^0^162.00^~1 packet, prepared~^^~~^0 ~08429~^~CEREALS,QUAKR,INST OATMEAL,EXPR BKD APPL,PREP W/ BOILING H2O~^70.61^120^2.53^1.45^1.17^24.24^2.3^10.82^65^2.30^26^90^95^186^0.59^0.074^0.799^5.5^0.2^0.172^0.205^2.421^0.141^0.254^51^44^7^82^^0.00^638^191^191^0^0^0^0^0^0.13^1.7^0.247^0.485^0.429^0^173.00^~1 packet, prepared~^^~~^0 ~08430~^~CEREALS,QUAKER,INST OATMEAL, CINN ROLL,PREP W/ BOILING H2O~^70.75^121^2.77^1.58^1.00^23.90^2.1^9.70^65^2.30^29^99^82^144^0.65^0.070^0.892^7.1^0.0^0.172^0.205^2.424^0.147^0.254^51^44^7^82^^0.00^638^192^192^0^0^0^0^37^0.14^0.7^0.267^0.542^0.470^0^173.00^~1 packet, prepared~^^~~^0 ~08431~^~CRLS,QUAKR INST OTML,NUTR FOR WMN,VNLA CINN,PREP W/ BOIL H2O~^74.19^104^3.22^1.28^1.48^19.82^1.7^8.10^240^4.25^25^88^73^177^0.58^0.076^0.743^6.2^0.0^0.181^0.217^2.557^0.121^0.471^94^88^6^156^^0.81^673^202^202^0^0^0^0^0^3.18^0.6^0.220^0.449^0.388^0^^~~^^~~^0 ~09307~^~RHUBARB,RAW~^93.61^21^0.90^0.20^0.76^4.54^1.8^1.10^86^0.22^12^14^288^4^0.10^0.021^0.196^1.1^8.0^0.020^0.030^0.300^0.085^0.024^7^0^7^7^6.1^0.00^102^5^0^0^61^0^0^170^0.27^29.3^0.053^0.039^0.099^0^122.00^~1 cup, diced~^51.00^~1 stalk~^25 ~09309~^~RHUBARB,FROZEN,UNCOOKED~^93.51^21^0.55^0.11^0.72^5.10^1.8^1.10^194^0.29^18^12^108^2^0.10^0.023^0.097^1.1^4.8^0.031^0.029^0.203^0.065^0.025^8^0^8^8^6.1^0.00^107^5^0^0^64^0^0^170^0.27^29.3^0.029^0.021^0.054^0^137.00^~1 cup, diced~^^~~^0 ~09310~^~RHUBARB,FRZ,CKD,W/SUGAR~^67.79^116^0.39^0.05^0.56^31.20^2.0^28.70^145^0.21^12^8^96^1^0.08^0.027^0.073^0.9^3.3^0.018^0.023^0.200^0.050^0.020^5^0^5^5^4.4^0.00^73^4^0^0^44^0^0^123^0.19^21.1^0.014^0.010^0.025^0^240.00^~1 cup~^^~~^0 ~09311~^~ROSELLE,RAW~^86.58^49^0.96^0.64^0.51^11.31^^^215^1.48^51^37^208^6^^^^^12.0^0.011^0.028^0.310^^^^^^^^0.00^287^14^0^^^^^^^^^^^0^57.00^~1 cup, without refuse~^^~~^39 ~09312~^~ROSE-APPLES,RAW~^93.00^25^0.60^0.30^0.40^5.70^^^29^0.07^5^8^123^0^0.06^0.016^0.029^^22.3^0.020^0.030^0.800^^^^^^^^0.00^339^17^0^^^^^^^^^^^0^^~~^^~~^33 ~09313~^~SAPODILLA,RAW~^78.00^83^0.44^1.10^0.50^19.96^5.3^^21^0.80^12^12^193^12^0.10^0.086^^0.6^14.7^0.000^0.020^0.200^0.252^0.037^14^0^14^14^^0.00^60^3^0^^^^^^^^0.194^0.521^0.011^0^241.00^~1 cup, pulp~^170.00^~1 sapodilla~^20 ~09314~^~SAPOTES,(MARMALADE PLUM),RAW~^62.43^134^2.12^0.60^1.10^33.76^2.6^^39^1.00^30^28^344^10^^^^^20.0^0.010^0.020^1.800^^^^^^^^0.00^410^21^0^^^^^^^^^^^0^225.00^~1 fruit, without refuse~^^~~^29 ~09315~^~SOURSOP,RAW~^81.16^66^1.00^0.30^0.70^16.84^3.3^13.54^14^0.60^21^27^278^14^0.10^0.086^^0.6^20.6^0.070^0.050^0.900^0.253^0.059^14^0^14^14^7.6^0.00^2^0^0^0^1^0^0^0^0.08^0.4^0.051^0.090^0.069^0^225.00^~1 cup, pulp~^625.00^~1 fruit, (7" x 5-1/4" dia)~^33 ~09316~^~STRAWBERRIES,RAW~^90.95^32^0.67^0.30^0.40^7.68^2.0^4.89^16^0.41^13^24^153^1^0.14^0.048^0.386^0.4^58.8^0.024^0.022^0.386^0.125^0.047^24^0^24^24^5.7^0.00^12^1^0^0^7^0^0^26^0.29^2.2^0.015^0.043^0.155^0^152.00^~1 cup, halves~^232.00^~1 cup, pureed~^6 ~09317~^~STRAWBERRIES,CND,HVY SYRUP PK,SOL&LIQUIDS~^75.35^92^0.56^0.26^0.30^23.53^1.7^21.83^13^0.49^8^12^86^4^0.09^0.063^0.200^0.3^31.7^0.021^0.034^0.057^0.179^0.049^28^0^28^28^3.8^0.00^26^1^0^0^16^0^0^18^0.19^1.5^0.014^0.036^0.129^0^254.00^~1 cup~^^~~^0 ~09318~^~STRAWBERRIES,FRZ,UNSWTND~^89.97^35^0.43^0.11^0.37^9.13^2.1^4.56^16^0.75^11^13^148^2^0.13^0.049^0.290^0.7^41.2^0.022^0.037^0.462^0.108^0.028^17^0^17^17^5.7^0.00^45^2^0^0^27^0^0^26^0.29^2.2^0.006^0.015^0.054^0^221.00^~1 cup, thawed~^149.00^~1 cup, unthawed~^0 ~09319~^~STRAWBERRIES,FRZ,SWTND,WHL~^78.05^78^0.52^0.14^0.30^21.00^1.9^18.61^11^0.47^6^12^98^1^0.05^0.019^0.249^0.7^39.5^0.015^0.077^0.293^0.108^0.028^4^0^4^4^4.8^0.00^27^1^0^0^16^0^0^23^0.24^1.9^0.007^0.019^0.068^0^255.00^~1 cup, thawed~^284.00^~1 package, (10 oz)~^0 ~09320~^~STRAWBERRIES,FRZ,SWTND,SLICED~^73.18^96^0.53^0.13^0.24^25.92^1.9^24.01^11^0.59^7^13^98^3^0.06^0.020^0.250^0.7^41.4^0.016^0.051^0.401^0.108^0.030^15^0^15^15^4.6^0.00^24^1^0^0^14^0^0^21^0.23^1.7^0.007^0.018^0.064^0^255.00^~1 cup, thawed~^284.00^~1 package, (10 oz)~^0 ~09321~^~SUGAR-APPLES,(SWEETSOP),RAW~^73.23^94^2.06^0.29^0.78^23.64^4.4^^24^0.60^21^32^247^9^0.10^0.086^^0.6^36.3^0.110^0.113^0.883^0.226^0.200^14^0^14^14^^0.00^6^0^0^^^^^^^^0.048^0.114^0.040^0^250.00^~1 cup, pulp~^155.00^~1 fruit, (2-7/8" dia)~^45 ~09322~^~TAMARINDS,RAW~^31.40^239^2.80^0.60^2.70^62.50^5.1^57.40^74^2.80^92^113^628^28^0.10^0.086^^1.3^3.5^0.428^0.152^1.938^0.143^0.066^14^0^14^14^8.6^0.00^30^2^0^0^18^0^0^0^0.10^2.8^0.272^0.181^0.059^0^120.00^~1 cup, pulp~^2.00^~1 fruit, (3" x 1")~^66 ~09325~^~FRUIT SALAD,TROPICAL,CND,HVY SYRUP,SOL&LIQUIDS~^76.78^86^0.41^0.10^0.35^22.36^1.3^^13^0.52^13^7^131^2^0.11^0.080^^0.5^17.5^0.054^0.045^0.562^^0.120^9^0^9^9^^0.00^127^6^0^^^^^^^^0.019^0.018^0.032^0^257.00^~1 cup~^^~~^0 ~09326~^~WATERMELON,RAW~^91.45^30^0.61^0.15^0.25^7.55^0.4^6.20^7^0.24^10^11^112^1^0.10^0.042^0.038^0.4^8.1^0.033^0.021^0.178^0.221^0.045^3^0^3^3^4.1^0.00^569^28^0^0^303^78^4532^8^0.05^0.1^0.016^0.037^0.050^0^154.00^~1 cup, balls~^152.00^~1 cup, diced~^48 ~09328~^~MARASCHINO CHERRIES,CND,DRND~^57.27^165^0.22^0.21^0.34^41.97^3.2^38.77^54^0.43^4^3^21^4^0.26^0.143^0.012^0.2^0.0^0.000^0.000^0.004^0.054^0.005^0^0^0^0^4.3^0.00^45^2^0^0^27^0^0^59^0.05^1.5^0.039^0.049^0.055^0^5.00^~1 cherry, (NLEA serving)~^^~~^0 ~09334~^~FEIJOA,RAW~^86.60^49^1.24^0.78^0.74^10.63^^^17^0.08^9^20^155^3^0.04^0.055^0.085^^20.3^0.008^0.032^0.289^0.228^0.050^38^0^38^38^^0.00^0^0^0^^^^^^^^^^^0^243.00^~1 cup, pureed~^50.00^~1 fruit, without refuse~^25 ~09340~^~PEARS,ASIAN,RAW~^88.25^42^0.50^0.23^0.37^10.65^3.6^7.05^4^0.00^8^11^121^0^0.02^0.050^0.060^0.1^3.8^0.009^0.010^0.219^0.070^0.022^8^0^8^8^5.1^0.00^0^0^0^0^0^0^0^50^0.12^4.5^0.012^0.049^0.055^0^122.00^~1 fruit, 2-1/4" high x 2-1/2" dia~^275.00^~1 fruit, 3-3/8" high x 3" diameter~^9 ~09351~^~FRUIT COCKTAIL,CND,HVY SYRUP,DRND~^80.40^70^0.47^0.10^0.24^18.80^1.7^17.14^7^0.29^5^12^90^6^0.08^0.086^^0.5^1.9^0.019^0.021^0.374^^0.051^3^0^3^3^2.4^0.00^273^14^0^0^138^52^0^112^0.60^3.9^0.014^0.018^0.042^0^214.00^~1 cup~^^~~^0 ~09352~^~BLUEBERRIES,CND,LT SYRUP,DRND~^75.72^88^1.04^0.40^0.18^22.66^2.6^17.45^6^0.43^4^12^54^3^0.09^^0.440^^0.5^0.046^0.132^0.363^0.041^0.049^^^^^^^^^^^^^^^1.38^19.9^^^^^243.57^~1 cup~^^~~^0 ~09353~^~BLUEBERRIES,WILD,CND,HVY SYRUP,DRND~^70.63^107^0.56^0.34^0.15^28.32^4.9^19.28^19^2.20^6^14^46^1^0.12^^2.300^^0.3^0.033^0.313^0.469^0.041^0.035^8^0^8^8^^^^^^^^^^^^14.8^^^^^318.58^~1 cup~^^~~^0 ~09354~^~PINEAPPLE,CND,JUC PK,DRND~^83.51^60^0.51^0.11^0.31^15.56^1.3^14.26^16^0.28^15^7^124^1^0.10^0.107^^0.4^9.4^0.102^0.021^0.284^^0.075^5^0^5^5^5.5^0.00^50^3^0^0^30^0^0^0^0.02^0.7^0.008^0.014^0.040^0^181.00^~1 cup, chunks~^195.00^~1 cup, crushed~^0 ~09357~^~APRICOTS,CND,HVY SYRUP,DRND~^77.56^83^0.64^0.11^0.38^21.31^2.7^18.65^10^0.30^7^13^143^4^0.11^0.097^^0.1^3.1^0.021^0.024^0.376^^0.055^2^0^2^2^2.8^0.00^2924^146^0^0^1746^16^0^39^0.89^3.3^0.007^0.045^0.021^0^219.00^~1 cup, halves~^182.00^~1 cup, whole~^0 ~09367~^~CHERRIES,SWT,CND,PITTED,HVY SYRUP,DRND~^77.61^83^0.73^0.21^0.39^21.07^2.3^16.18^10^0.35^9^20^148^3^0.10^0.176^0.048^0.0^3.6^0.022^0.043^0.396^0.060^0.022^5^0^5^5^2.7^0.00^237^12^0^0^142^0^0^57^0.17^0.9^0.041^0.049^0.055^0^179.00^~1 cup~^^~~^0 ~09370~^~PEACHES,CND,HVY SYRUP,DRND~^79.28^77^0.54^0.14^0.25^19.79^2.2^17.63^3^0.27^5^12^94^6^0.09^0.063^^0.3^2.8^0.012^0.026^0.614^^0.019^3^0^3^3^3.8^0.00^764^38^0^0^399^118^0^33^0.73^2.6^0.004^0.015^0.021^0^222.00^~1 cup~^73.00^~1 half~^0 ~09374~^~PEARS,CND,HVY SYRUP,DRND~^80.35^74^0.24^0.18^0.15^19.08^2.7^16.42^6^0.22^4^8^66^5^0.08^0.061^^0.1^1.1^0.011^0.024^0.242^^0.014^1^0^1^1^1.3^0.00^8^0^0^0^4^2^0^50^0.12^0.3^0.010^0.037^0.041^0^201.00^~1 cup~^48.00^~1 half~^0 ~09379~^~PLUMS,CND,HVY SYRUP,DRND~^76.06^89^0.44^0.14^0.25^23.12^1.5^21.58^10^0.84^5^15^93^19^0.07^0.046^^0.0^0.4^0.017^0.041^0.291^^0.028^3^0^3^3^0.8^0.00^399^20^0^0^219^40^0^73^0.26^6.4^0.011^0.090^0.030^0^183.00^~1 cup, with pits yields~^^~~^0 ~10949~^~PORK,FRSH,ENHANCED,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,RAW~^73.63^123^21.35^4.21^1.66^0.00^0.0^0.00^5^0.44^23^290^479^226^1.41^0.068^0.006^39.6^0.0^0.529^0.199^8.605^0.721^0.719^0^0^0^0^57.1^0.53^0^0^0^0^0^0^0^0^0.12^0.0^1.486^1.830^0.516^48^157.56^~1 chop~^^~~^10 ~10950~^~PORK,FRSH,ENHCD,LN,TOP LOIN (CHOPS),BNLESS,LN & FAT,CKD,BRLD~^69.40^142^24.46^4.86^1.75^0.01^0.0^0.00^6^0.51^24^304^517^234^1.67^0.053^0.006^45.3^0.0^0.516^0.189^8.916^0.620^0.640^0^0^0^0^69.9^0.52^0^0^0^0^0^0^0^0^0.09^0.0^1.678^2.085^0.542^53^134.27^~1 chop~^^~~^10 ~10951~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN & FAT,RAW~^76.10^109^20.16^3.14^1.54^0.00^0.0^0.00^5^0.91^23^286^519^239^1.72^0.102^0.010^34.7^0.0^0.745^0.333^6.382^0.819^0.746^0^0^0^0^77.7^0.52^0^0^0^0^0^0^0^0^0.21^0.0^1.045^1.198^0.503^49^537.05^~1 roast~^^~~^3 ~10952~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN & FAT,CKD,RSTD~^72.64^121^21.50^3.70^1.85^0.31^0.0^0.00^5^0.97^25^315^563^230^1.99^0.105^0.012^45.4^0.0^0.784^0.358^7.360^0.833^0.607^0^0^0^0^73.2^0.48^0^0^0^0^0^0^0^0^0.07^0.0^1.270^1.424^0.531^57^508.28^~1 roast~^^~~^4 ~10953~^~PORK,FRSH,ENHCD,SHLDR,(BOSTON BUTT),BLDE (STKS),LN & FAT,RAW~^70.36^169^17.19^11.12^1.25^0.16^0.0^0.00^15^0.97^18^211^391^155^2.83^0.116^0.010^26.6^0.0^0.474^0.335^3.763^1.418^0.480^0^0^0^0^71.7^0.96^0^0^0^0^0^0^0^0^0.21^0.0^3.912^4.686^1.434^62^392.78^~1 steak~^^~~^23 ~10954~^~PORK,FRSH,ENHCD,SHLDR,(BSTN BUTT),BLDE (STKS),LN & FAT,BRSD~^56.13^256^25.84^16.94^1.19^0.03^0.0^0.00^27^1.72^20^227^370^151^4.48^0.192^0.012^42.3^0.0^0.406^0.357^3.610^1.329^0.463^0^0^0^0^106.2^0.98^0^0^0^0^0^0^0^0^0.12^0.0^6.288^7.613^2.006^97^264.18^~1 steak~^^~~^28 ~10955~^~PORK,CURED,HAM,RUMP,BONE-IN,LN & FAT,UNHTD~^65.19^176^22.27^9.38^2.65^0.52^0.0^0.06^7^1.01^22^251^358^722^2.42^0.769^0.022^20.6^0.0^0.482^0.199^6.417^0.595^0.472^1^0^1^1^84.0^0.53^6^2^2^0^0^0^0^0^0.32^0.0^3.008^3.966^1.356^62^453.60^~1 lb, rump~^28.35^~1 oz, rump~^13 ~10956~^~PORK,LOIN,LEG CAP STEAK,BNLESS,LN & FAT,CKD,BRLD~^68.72^158^27.57^4.41^1.07^0.00^0.0^0.00^7^0.97^23^221^366^76^4.11^0.073^0.010^32.1^0.0^0.481^0.387^8.205^0.772^0.430^1^0^1^1^88.4^0.69^0^0^0^0^0^0^0^0^0.10^0.0^1.358^1.928^0.578^81^194.33^~1 piece~^^~~^0 ~10957~^~PORK,LEG CAP STEAK,BNLESS,LN & FAT,RAW~^75.18^123^21.64^3.39^1.02^0.00^0.0^0.00^7^0.84^22^207^365^73^3.18^0.057^0.009^25.2^0.0^0.525^0.423^7.092^0.802^0.553^1^0^1^1^71.9^0.64^0^0^0^0^0^0^0^0^0.08^0.0^1.187^1.688^0.509^63^230.75^~1 piece~^^~~^0 ~10958~^~PORK,SHLDR BREAST,BNLESS,LN & FAT,RAW~^74.37^127^22.54^3.40^1.07^0.00^0.0^0.00^7^0.89^26^229^378^54^1.95^0.076^0.014^25.8^0.0^0.645^0.465^9.602^0.982^0.722^0^0^0^0^88.9^0.87^0^0^0^0^0^0^0^0^0.08^0.0^1.074^1.473^0.488^60^430.04^~1 piece~^^~~^0 ~10959~^~PORK,SHLDR BREAST,BNLESS,LN & FAT,CKD,BRLD~^67.26^162^28.47^4.49^1.13^0.00^0.0^0.00^7^0.92^26^240^364^54^2.43^0.070^0.012^33.7^0.0^0.542^0.432^10.412^0.720^0.541^2^0^2^2^99.0^0.61^0^0^0^0^0^0^0^0^0.10^0.0^1.325^1.802^0.578^78^373.15^~1 piece~^^~~^0 ~10960~^~PORK,SHLDR,PETITE TENDER,BNLESS,LN & FAT,CKD,BRLD~^68.70^155^27.47^4.23^1.21^0.00^0.0^0.00^8^1.25^27^254^415^53^2.74^0.099^0.012^27.0^0.0^0.733^0.465^6.345^0.977^0.594^1^0^1^1^111.9^0.76^0^0^0^0^0^0^0^0^0.10^0.0^1.322^1.724^0.616^82^92.10^~1 piece~^^~~^0 ~10961~^~PORK,SHLDR PETITE TENDER,BNLESS,LN & FAT,RAW~^74.57^128^21.65^3.91^1.08^0.00^0.0^0.00^6^1.07^24^229^391^50^2.16^0.090^0.011^21.5^0.0^0.831^0.600^5.312^0.982^0.650^2^0^2^2^84.6^0.59^0^0^0^0^0^0^0^0^0.08^0.0^1.012^1.324^0.469^66^104.80^~1 piece~^^~~^0 ~10962~^~PORK,LEG SIRLOIN TIP RST,BNLESS,LN & FAT,CKD,BRSD~^66.99^156^31.11^2.56^1.14^0.00^0.0^0.00^5^1.06^25^237^363^43^2.86^0.068^0.009^37.7^0.0^0.603^0.510^7.685^0.802^0.491^1^0^1^1^106.6^0.58^0^0^0^0^0^0^0^0^0.11^0.0^0.791^1.022^0.474^84^609.38^~1 ckd pr g~^609.38^~1 piece~^0 ~07915~^~SAUSAGE POLISH BF W/ CHICK HOT~^55.20^259^17.60^19.40^4.20^3.60^0.0^0.00^12^0.88^14^136^237^1540^1.93^0.090^0.049^17.7^0.0^0.502^0.148^3.443^0.450^0.190^2^0^2^2^^0.98^0^0^0^0^0^0^0^0^^^8.010^9.700^0.790^66^55.00^~1 serving, 5 pieces~^55.00^~5 pieces~^0 ~07940~^~MACARONI & CHS LOAF CHICK PORK & BF~^57.63^228^11.76^14.96^4.03^11.63^0.0^0.00^122^1.20^27^173^313^3^1.51^0.110^0.277^23.0^16.7^0.237^0.249^2.840^0.528^0.329^24^13^12^33^^0.68^0^0^0^0^0^0^0^0^^^5.614^7.614^1.657^44^38.00^~1 slice~^^~~^0 ~07941~^~SALAMI ITALIAN PORK & BF DRY SLICED 50% LESS NA~^40.50^350^21.80^26.40^4.90^6.40^0.0^0.00^8^1.51^17^142^378^936^3.23^0.080^0.038^26.1^0.0^0.600^0.285^4.867^1.060^0.500^2^0^2^2^^1.90^0^0^0^0^0^0^0^0^^1.3^9.750^13.200^2.290^89^28.00^~1 serving, 5 slices~^^~~^0 ~07942~^~PATE TRUFFLE FLAVOR~^51.80^327^11.20^28.50^2.20^6.30^^^70^3.94^13^200^138^807^2.85^0.400^0.120^41.6^2.0^0.030^0.600^3.300^1.200^0.060^60^0^60^60^^3.20^15000^4505^991^^0^^^^^^10.100^13.600^3.420^105^56.00^~1 serving, 2 oz~^^~~^0 ~07943~^~TURKEY,BREAST,SMOKED,LEMON PEPPER FLAVOR,97% FAT-FREE~^73.50^95^20.90^0.69^3.60^1.31^0.0^0.00^^^^^^1160^^^^^^^^^^^^^^^^^0^0^0^0^0^0^0^0^^0.0^0.220^0.250^0.190^48^28.00^~1 slice~^^~~^0 ~07944~^~TURKEY WHITE ROTISSERIE DELI CUT~^72.00^112^13.50^3.00^3.80^7.70^0.4^4.00^16^2.20^20^158^349^1200^2.10^0.039^0.020^29.9^10.0^0.033^0.114^5.159^0.584^0.294^4^0^4^4^^0.22^8^2^2^0^0^0^0^0^^0.0^0.118^0.591^0.370^55^48.00^~1.69 oz, (1 serving)~^^~~^0 ~07945~^~FRANKFURTER BF HTD~^52.18^326^11.54^29.46^3.06^3.77^0.0^3.39^12^1.56^14^171^147^1154^2.35^0.153^0.077^12.1^^0.039^0.144^2.354^0.250^0.093^7^0^7^7^^1.65^0^0^0^0^0^0^0^0^0.20^1.8^11.436^14.321^1.064^56^52.00^~1 serving~^^~~^0 ~07949~^~FRANKFURTER MEAT HTD~^57.82^278^9.77^24.31^3.19^4.90^0.0^^99^1.22^15^211^141^1013^1.08^0.151^0.051^12.5^0.0^0.055^0.120^2.654^0.309^0.165^6^0^6^6^^1.57^0^0^0^^^^^^0.18^^^^^73^52.00^~1 serving, (1 hot dog)~^^~~^0 ~07950~^~FRANKFURTER MEAT~^56.31^290^10.26^25.76^3.50^4.17^0.0^^99^1.09^15^206^152^1090^1.20^0.097^0.045^12.5^0.0^0.055^0.121^2.665^0.310^0.166^6^0^6^6^^1.57^0^0^0^^^^^^0.19^^^^^77^52.00^~1 serving, (1 hot dog)~^^~~^0 ~07951~^~SCRAPPLE,PORK~^62.47^213^8.06^13.87^1.53^14.06^0.3^0.20^7^1.89^13^76^158^659^1.06^0.212^^17.4^2.5^0.116^0.287^2.273^^0.120^5^0^5^5^72.4^0.31^2086^626^626^0^0^0^0^0^0.15^3.4^4.732^6.156^1.664^49^17.20^~1 cubic inch~^25.00^~1 oz, cooked~^0 ~07952~^~BOLOGNA,CHICK,TURKEY,PORK~^55.25^298^9.88^26.18^3.03^5.65^0.0^0.00^82^1.16^15^185^152^922^1.28^0.060^0.044^0.0^19.7^0.042^0.132^3.320^0.696^0.180^9^0^9^9^53.3^0.79^75^13^11^11^11^11^11^0^0.41^0.0^7.990^10.555^4.672^80^28.00^~1 serving~^28.00^~1 slice~^0 ~07953~^~PORK SAUSAGE,PRE-COOKED~^47.97^378^14.49^35.04^2.84^0.00^0.0^0.00^137^0.92^13^275^307^752^1.50^0.067^0.041^0.0^0.7^0.208^0.156^4.050^0.503^0.149^1^0^1^1^52.2^0.71^94^19^17^11^11^11^11^0^0.53^2.1^11.662^15.170^4.869^74^^~~^^~~^0 ~07954~^~BEEF SAUSAGE,PRE-COOKED~^43.75^405^15.50^37.57^3.16^0.03^0.0^0.00^15^1.53^13^185^234^910^2.92^0.066^0.042^0.0^0.7^0.028^0.117^3.210^0.401^0.192^5^0^5^5^42.8^2.03^114^25^23^11^11^11^15^0^0.49^2.1^15.098^16.387^0.879^83^^~~^^~~^0 ~07955~^~TURKEY SAUSAGE,FRSH,RAW~^70.42^155^18.79^8.08^2.24^0.47^0.0^0.00^19^1.17^19^177^262^593^3.06^0.086^0.021^0.0^2.3^0.077^0.234^4.600^1.020^0.431^5^0^5^5^^1.30^75^13^11^11^11^11^11^11^0.13^0.0^1.963^2.624^2.386^75^^~~^^~~^0 ~07956~^~BEEF SAUSAGE,FRSH,CKD~^51.12^332^18.21^27.98^2.34^0.35^0.0^0.00^11^1.57^14^141^258^652^4.38^0.069^0.000^0.0^0.0^0.048^0.150^3.600^0.515^0.313^3^0^3^3^51.4^2.01^81^13^11^11^15^11^11^0^0.24^1.1^10.905^12.639^0.663^82^^~~^^~~^0 ~07957~^~PORK & TURKEY SAUSAGE,PRE-COOKED~^50.68^342^12.05^30.64^3.01^3.63^0.0^0.00^74^1.30^25^136^230^876^1.34^0.113^0.239^0.0^0.7^0.089^0.099^2.730^0.490^0.124^10^0^10^10^^0.58^102^21^19^11^11^11^11^71^0.52^5.7^9.881^13.054^4.504^72^^~~^^~~^0 ~07958~^~TURKEY SAUSAGE,FRSH,CKD~^65.06^196^23.89^10.44^2.65^0.00^0.0^0.00^22^1.49^21^202^298^665^3.88^0.145^0.024^0.0^0.7^0.084^0.255^5.720^1.080^0.322^6^0^6^6^^1.23^75^13^11^11^11^11^11^11^0.18^1.5^2.266^2.990^2.706^92^^~~^^~~^0 ~07959~^~BOLOGNA,CHICK,PORK,BF~^56.42^272^11.33^22.73^3.93^5.61^0.0^0.00^92^1.25^15^227^313^1120^1.22^0.064^0.043^0.0^15.8^0.074^0.135^3.463^0.721^0.227^7^0^7^7^59.1^0.59^75^13^11^11^11^11^11^0^0.25^0.1^6.997^9.698^3.475^83^28.00^~1 serving~^28.00^~1 slice~^0 ~07960~^~BOLOGNA,CHICK,PORK~^50.85^336^10.31^30.61^4.04^4.19^0.0^0.00^196^1.12^16^223^162^1240^1.04^0.039^0.042^0.0^13.2^0.063^0.129^3.680^0.776^0.190^13^0^13^13^^0.50^75^13^11^11^11^11^11^0^0.64^0.6^9.863^13.172^4.348^87^28.00^~1 serving~^28.00^~1 slice~^0 ~08001~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN ORIGINAL~^2.12^260^13.14^4.90^5.60^74.24^29.3^15.69^389^17.60^362^1150^1020^242^12.40^1.040^7.410^9.4^20.0^2.270^2.710^14.800^1.060^12.000^1310^1269^41^2198^49.4^18.80^1747^525^525^0^4^0^0^180^1.24^5.2^0.630^0.670^2.110^0^31.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08002~^~CEREALS RTE,OATS,CORN PUFFED MIXTURE,PRESWEETENED~^1.30^405^8.50^4.10^2.50^83.50^4.1^39.00^30^8.44^78^208^194^661^4.69^0.310^1.880^13.1^0.0^1.170^1.330^15.630^0.514^1.560^312^293^19^517^22.6^4.69^2344^704^704^0^0^0^0^0^0.06^1.4^0.800^1.175^1.487^0^32.00^~1 cup, (1 NLEA serving)~^21.30^~1 box, single serving (.75 oz)~^0 ~08003~^~CEREALS RTE,KELLOGG,KELLOGG'S APPL JACKS~^2.98^390^4.22^1.35^1.40^90.04^1.6^41.65^11^18.65^21^78^107^443^7.54^0.094^0.543^5.6^59.4^1.720^2.200^27.025^0.345^2.525^396^377^19^659^3.3^6.00^2731^802^799^20^31^0^0^448^0.13^0.5^0.254^0.359^0.496^0^33.00^~1 cup, ( 1 NLEA serving)~^^~~^0 ~08005~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN BRAN BUDS~^3.00^250^7.00^2.15^7.85^80.00^43.0^27.00^63^15.00^205^500^1000^676^5.00^0.480^8.204^28.9^20.0^1.200^1.400^17.000^1.488^6.700^1345^1304^41^2258^52.0^20.00^1700^511^511^0^0^0^0^0^1.58^0.9^0.400^0.500^1.300^0^30.00^~.333 cup, (1 NLEA serving)~^^~~^0 ~08432~^~CEREALS,QKR,INST OATMEAL,FOR WOMEN,BRSUGR,PREP W/H2O~^73.79^105^3.24^1.32^1.61^20.04^1.7^7.82^239^4.22^28^91^88^199^0.58^0.075^0.761^6.4^0.0^0.179^0.215^2.540^0.123^0.467^94^87^6^155^^0.80^669^201^201^0^0^0^0^0^3.16^0.6^0.226^0.456^0.389^0^165.00^~1 packet, prepared~^^~~^0 ~08433~^~CERLS,QUKR,INST OATML,NUTR FOR WMN,APL SPCE,PREP W/ BOIL H2O~^73.23^107^3.00^1.19^1.55^21.02^1.9^9.66^242^4.28^22^81^83^192^0.52^0.079^0.662^5.7^0.2^0.181^0.219^2.576^0.116^0.474^95^88^7^157^^0.81^678^204^203^0^0^0^0^0^3.21^0.7^0.198^0.400^0.358^0^166.00^~1 packet, prepared~^^~~^0 ~08434~^~CERLS,QUKR,INST OATML,EXPR,GLDN BRN SUGR,PREP W/ BOIL H2O~^70.69^121^2.66^1.50^1.04^24.10^2.0^10.16^65^2.30^28^95^78^170^0.62^0.070^0.858^6.6^0.0^0.172^0.205^2.421^0.141^0.254^51^44^7^82^^0.00^638^192^191^0^0^0^0^0^0.13^1.2^0.259^0.520^0.451^0^173.00^~1 packet, prepared~^^~~^0 ~08435~^~CEREALS RTE,UNCLE SAM CRL~^4.43^431^15.98^11.60^2.21^65.78^20.3^1.56^95^4.03^206^374^446^206^3.87^0.752^3.610^88.3^61.5^2.270^2.640^16.300^0.621^0.956^53^0^53^53^49.5^0.00^0^0^0^0^0^0^0^0^0.72^1.8^1.320^1.980^8.350^0^55.00^~1 cup, (1 serving)~^^~~^0 ~08436~^~CEREALS,QUAKER,INST OATMEAL,RAISIN & SPICE,DRY~^8.23^360^7.76^4.27^3.42^76.31^6.2^36.31^256^9.20^80^268^361^562^1.70^0.240^2.350^21.7^0.7^0.760^0.860^10.220^0.380^1.020^205^176^29^327^^0.00^2556^768^768^0^0^0^0^0^0.42^2.4^0.800^1.490^1.340^0^43.00^~1 packet~^^~~^0 ~08437~^~CEREALS,QUAKER,INST OATMEAL,RAISIN & SPICE,PREP~^75.49^100^2.07^1.14^0.98^20.32^1.6^9.67^70^2.45^22^71^96^151^0.46^0.069^0.626^5.8^0.2^0.182^0.218^2.585^0.101^0.272^54^47^8^87^^0.00^681^204^204^0^0^0^0^0^0.11^0.6^0.198^0.397^0.357^0^162.00^~1 packet, prepared~^^~~^0 ~08444~^~CERLS,QUAKER,INST GRIT PRDCT W/ RDEYE GRVY&IMITN HAM BIT,DRY~^7.13^346^9.93^1.75^4.55^76.62^4.6^^9^28.93^31^80^173^1764^0.48^0.090^0.100^0.0^0.0^0.620^0.710^8.350^0.470^0.140^166^^^^^0.00^0^0^^^^^^^^^0.250^0.520^0.730^0^28.00^~1 packet~^^~~^0 ~08446~^~CEREALS,QUAKER,MOTHER'S INST OATMEAL (NON-FORTIFIED),DRY~^11.50^359^13.70^7.10^1.89^65.81^9.5^1.42^52^3.81^136^460^384^3^3.08^0.310^4.300^^0.0^0.560^0.130^0.870^0.710^0.100^27^0^27^27^^0.00^0^0^0^^^^^^^^1.340^2.590^2.140^0^40.00^~.25 cup, (1 NLEA serving)~^^~~^0 ~08448~^~CERLS,QUKR,INST GRIT PRDCT W/ IMITN BACN BIT&CHDR FLVR,DRY~^6.96^363^10.29^5.35^4.88^72.49^4.7^2.27^24^28.93^24^99^209^1557^0.56^0.110^0.090^0.0^0.0^0.570^0.650^7.640^0.430^0.160^152^^^^^0.38^12^1^^^^^^^^^1.200^2.530^1.430^0^28.00^~1 packet~^^~~^0 ~08449~^~CEREALS,QUAKER,INST GRITS PRODUCT W/ AMERICAN CHS FLAVOR,DRY~^6.80^364^8.90^4.67^4.46^75.15^4.4^2.01^12^28.93^25^77^135^1518^0.41^0.060^0.090^0.0^0.0^0.610^0.690^8.150^0.410^0.140^162^^^^^0.29^9^0^^^^^^^^^1.080^2.290^1.120^1^28.00^~1 packet~^^~~^0 ~08450~^~CEREALS,QUAKER,INST GRITS PRODUCT--HAM 'N' CHS~^6.82^359^10.83^4.69^5.66^71.98^4.2^^23^28.93^34^95^212^1930^0.58^0.110^0.090^0.0^0.0^0.560^0.640^7.560^0.460^0.180^150^^^^^0.42^13^1^^^^^^^^^1.060^2.260^1.050^1^28.00^~1 packet~^^~~^0 ~08456~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST APPL CINN~^3.00^397^7.00^5.00^2.00^83.00^6.0^37.00^42^7.00^71^172^317^490^2.40^0.296^1.534^^^0.600^0.700^8.000^0.607^0.800^160^141^19^259^^2.40^800^240^240^^^^^^^1.1^0.522^3.304^1.130^0^52.00^~1 cup~^^~~^0 ~08457~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST PEACH/STRAWBERRY~^3.00^368^7.00^1.20^1.80^87.00^5.0^30.00^23^11.00^50^170^280^550^3.00^0.232^1.859^7.0^3.0^1.000^1.000^12.000^0.706^1.200^265^246^19^437^12.6^3.80^1330^399^399^0^0^0^0^0^0.35^0.8^0.300^0.300^0.600^0^30.00^~.75 cup~^^~~^0 ~08458~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST STRAWBERRY/BLUEBERRY~^3.00^368^6.00^1.20^2.80^87.00^4.6^34.00^26^17.00^52^181^284^472^6.00^0.191^1.523^7.0^4.0^1.500^1.600^18.100^0.725^1.900^375^356^19^624^12.6^5.60^1963^589^589^0^0^0^0^0^0.28^1.6^0.300^0.300^0.600^0^29.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08459~^~CEREALS RTE,KELLG'S,FRSTD MINI-WHTS,MPLE & BRWN SGR,BTE SZE~^6.00^356^8.00^1.50^2.50^82.00^9.6^24.00^33^31.20^88^285^338^1^2.90^0.341^2.933^^0.0^0.700^0.800^9.600^0.724^1.000^192^164^28^307^^2.90^0^0^^0^0^0^0^0^^1.4^0.300^0.200^1.000^0^52.00^~24 biscuit, (1 NLEA serving)~^^~~^0 ~08460~^~CEREALS RTE,KELLOGG'S,TONY'S CINN KRUNCHERS~^3.00^448^4.00^12.00^1.00^79.00^1.0^36.00^22^16.00^23^77^78^531^1.00^0.093^0.851^^21.0^1.300^1.500^17.000^0.579^1.700^348^329^19^578^^5.20^1724^518^518^0^0^0^0^0^1.02^2.9^2.000^4.000^0.000^0^29.00^~.75 cup~^^~~^0 ~08461~^~CEREALS RTE,KASHI,CINNA-RAISIN CRUNCH BY KELLOGG~^5.00^330^7.90^2.80^2.30^82.00^15.1^25.00^32^2.60^62^136^442^208^0.90^0.314^2.394^^^^^^0.395^^^^^^^^71^^^^^^^^0.78^3.1^0.400^1.000^1.400^0^50.00^~1 cup~^^~~^0 ~08462~^~CEREALS RTE,KASHI,ORGANIC PROMISE AUTUMN WHEAT~^3.90^353^9.70^2.10^1.30^83.00^11.2^13.40^0^2.90^^^334^10^^^^^0.0^^^^^^^^^^^^0^0^^0^0^0^0^0^^^0.400^0.400^1.300^0^54.00^~1 cup, (1 NLEA serving)~^^~~^0 ~09383~^~TANGERINES,(MANDARIN ORANGES),CND,JUC PK,DRND~^89.51^38^0.75^0.04^0.29^9.41^1.2^8.25^12^0.27^11^11^136^5^0.53^0.041^^0.4^33.9^0.088^0.031^0.445^^0.043^5^0^5^5^6.0^0.00^1312^66^0^204^298^775^0^243^0.15^0.0^0.004^0.007^0.007^0^189.00^~1 cup~^^~~^0 ~09400~^~APPLE JUC,CND OR BTLD,UNSWTND,W/ ADDED VIT C~^88.24^46^0.10^0.13^0.23^11.30^0.2^9.62^8^0.12^5^7^101^4^0.02^0.012^0.074^0.1^38.5^0.021^0.017^0.073^0.049^0.018^0^0^0^0^1.8^0.00^1^0^0^0^0^0^0^16^0.01^0.0^0.022^0.006^0.039^0^248.00^~1 cup~^31.00^~1 fl oz~^0 ~09401~^~APPLESAUCE,CND,UNSWTND,W/ VIT C~^88.22^42^0.17^0.10^0.24^11.27^1.1^9.39^4^0.23^3^5^74^2^0.03^0.027^0.025^0.3^21.2^0.026^0.030^0.084^0.041^0.027^3^0^3^3^2.2^0.00^29^1^0^^^^^^0.16^0.5^0.008^0.002^0.014^0^243.79^~1 cup~^^~~^0 ~09402~^~APPLESAUCE,CND,SWTND,W/SALT~^79.58^76^0.18^0.18^0.14^19.91^1.2^^4^0.35^3^7^61^28^0.04^0.043^0.075^0.3^1.7^0.013^0.028^0.188^0.052^0.026^1^0^1^1^^0.00^11^1^0^^^^^^^^0.030^0.007^0.054^0^255.00^~1 cup~^^~~^0 ~09403~^~APRICOT NECTAR,CND,W/ VIT C~^84.87^56^0.37^0.09^0.29^14.39^0.6^^7^0.38^5^9^114^3^0.09^0.073^0.032^0.2^54.4^0.009^0.014^0.260^0.096^0.022^1^0^1^1^^0.00^1316^66^0^^^^^^^^0.006^0.038^0.017^0^251.00^~1 cup~^31.40^~1 fl oz~^0 ~09404~^~GRAPEFRUIT JUICE,PINK,RAW~^90.00^39^0.50^0.10^0.20^9.20^^^9^0.20^12^15^162^1^0.05^0.033^0.020^^38.0^0.040^0.020^0.200^0.189^0.044^10^0^10^10^^0.00^440^22^0^^^^^^^^0.014^0.013^0.024^0^247.00^~1 cup~^196.00^~1 fruit, yields~^0 ~09405~^~KIWIFRUIT,(CHINESE GOOSEBERRIES),HELD IN STORAGE,RAW~^83.05^61^0.99^0.44^0.64^14.88^3.4^^26^0.41^30^40^332^5^^^^^75.0^0.020^0.050^0.500^^^^^^^^0.00^175^9^0^^^^^^^^^^^0^91.00^~1 fruit, without skin large~^76.00^~1 fruit, without skin medium~^14 ~09406~^~ORANGE JUC,CALIFORNIA,CHILLED,INCL FROM CONC~^88.40^44^0.80^0.27^0.48^10.06^^^10^0.17^11^11^190^1^0.04^0.040^0.023^^42.7^0.111^0.021^0.280^0.191^0.054^29^0^29^29^^0.00^146^7^0^^^^^^^^0.029^0.046^0.064^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09407~^~PEACH NECTAR,CND,W/ VIT C~^85.64^54^0.27^0.02^0.15^13.92^0.6^^5^0.19^4^6^40^7^0.08^0.069^0.019^0.2^26.8^0.003^0.014^0.288^0.068^0.007^1^0^1^1^^0.00^258^13^0^^^^^^^^0.002^0.008^0.011^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09408~^~PEAR NECTAR,CND,W/ VIT C~^84.01^60^0.11^0.01^0.10^15.76^0.6^^5^0.26^3^3^13^4^0.07^0.067^0.030^0.5^27.0^0.002^0.013^0.128^0.022^0.014^1^0^1^1^^0.00^1^0^0^^^^^^^^0.001^0.003^0.003^0^250.00^~1 cup~^31.20^~1 fl oz~^0 ~09409~^~PINEAPPLE JUC,CND,UNSWTND,W/ ADDED VIT C~^86.37^53^0.36^0.12^0.28^12.87^0.2^9.98^13^0.31^12^8^130^2^0.11^0.069^0.504^0.1^43.8^0.058^0.021^0.199^0.056^0.100^18^0^18^18^3.3^0.00^5^0^0^0^3^0^0^0^0.02^0.3^0.008^0.014^0.042^0^250.00^~1 cup~^31.30^~1 fl oz~^0 ~09410~^~APPLE JUC,FRZ CONC,UNSWTND,UNDIL,W/ VIT C~^57.00^166^0.51^0.37^1.12^41.00^^38.83^20^0.91^17^25^448^25^0.13^0.050^0.225^0.4^88.9^0.011^0.054^0.135^0.223^0.116^1^0^1^1^^0.00^0^0^0^^^^^^^^0.060^0.015^0.108^0^211.00^~1 can, (6 fl oz)~^^~~^0 ~09411~^~APPLE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O,W/ VIT C~^87.90^47^0.14^0.10^0.32^11.54^0.1^^6^0.26^5^7^126^7^0.04^0.014^0.063^0.1^25.0^0.003^0.015^0.038^0.063^0.033^0^0^0^0^^0.00^0^0^0^^^^^^^^0.018^0.002^0.031^0^239.00^~1 cup~^29.90^~1 fl oz~^0 ~09420~^~JACKFRUIT,CND,SYRUP PK~^75.28^92^0.36^0.14^0.28^23.94^0.9^^44^0.29^10^6^96^11^0.11^0.050^0.078^^0.5^0.033^0.036^0.677^0.072^0.044^14^0^14^14^^0.00^2^0^0^^^^^^^^^^^0^178.00^~1 cup, drained~^^~~^0 ~09421~^~DATES,MEDJOOL~^21.32^277^1.81^0.15^1.74^74.97^6.7^66.47^64^0.90^54^62^696^1^0.44^0.362^0.296^^0.0^0.050^0.060^1.610^0.805^0.249^15^0^15^15^9.9^^149^7^^0^89^0^0^23^^2.7^^^^^23.52^~1 date, pitted~^^~~^ ~09422~^~DURIAN,RAW OR FROZEN~^64.99^147^1.47^5.33^1.12^27.09^3.8^^6^0.43^30^39^436^2^0.28^0.207^0.325^^19.7^0.374^0.200^1.074^0.230^0.316^36^^36^^^0.00^44^2^0^6^23^0^^^^^^^^0^243.00^~1 cup, chopped or diced~^602.00^~1 fruit~^68 ~09423~^~PRUNE PUREE~^30.00^257^2.10^0.20^2.60^65.10^3.3^39.00^31^2.80^^72^852^23^^^^^4.3^0.040^^2.500^0.430^^^^^^^^2000^100^0^^^^^^^^0.016^^^0^36.00^~2 tbsp~^^~~^0 ~09426~^~CANDIED FRUIT~^16.70^322^0.34^0.07^0.14^82.74^1.6^80.68^18^0.17^4^5^56^98^0.05^0.029^0.111^0.6^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^2.2^0.00^19^1^0^0^9^5^0^11^0.04^0.3^0.010^0.008^0.020^0^^~~^^~~^0 ~09427~^~ABIYUCH,RAW~^79.90^69^1.50^0.10^0.90^17.60^5.3^8.55^8^1.61^24^47^304^20^0.31^0.057^0.182^^54.1^^^^^^^^^^^^100^5^0^0^60^^^^^^0.014^^^^114.00^~.5 cup~^^~~^ ~09428~^~ROWAL,RAW~^71.40^111^2.30^2.00^0.40^23.90^6.2^14.10^15^2.20^32^52^131^4^0.43^1.060^0.155^^25.8^^^^^^^^^^^^383^19^0^0^230^^^^^^0.245^^^^114.00^~.5 cup~^^~~^ ~09429~^~PINEAPPLE,RAW,TRADITIONAL VAR~^87.24^45^0.55^0.13^0.27^11.82^^8.29^13^0.25^12^9^125^1^0.08^0.081^1.593^0.0^16.9^0.078^0.029^0.470^0.193^0.106^11^^11^^5.6^^52^3^^0^31^0^0^0^^0.7^^^^^164.53^~1 cup, chunks~^174.76^~1 slice, (4-2/3" dia x 3/4" thick)~^42 ~09430~^~PINEAPPLE,RAW,EX SWT VAR~^85.66^51^0.53^0.11^0.20^13.50^1.4^10.32^13^0.28^12^8^108^1^0.12^0.113^0.818^0.1^56.4^0.080^0.033^0.507^0.217^0.114^19^0^19^19^5.4^^57^3^^0^34^0^0^0^0.02^0.7^^^^^164.53^~1 cup, chunks~^165.86^~1 slice, (4-2/3" dia x 3/4" thick)~^49 ~09431~^~USDA CMDTY,MXD FRUIT (PEACH,PEARS,GRAPES),CND,LT SYRUP,DRND~^84.60^57^0.46^0.10^0.19^14.65^1.6^11.25^5^0.31^5^12^89^5^0.09^0.075^0.027^^2.2^0.012^0.024^0.392^0.041^0.016^2^0^2^2^^^302^15^^0^110^142^0^0^^4.6^0.010^^^0^^~~^^~~^0 ~09432~^~USDA CMDTY,MXD FRUIT (PEACH,PEAR,GRAPE),CND,LT SYR,SOL & LIQ~^85.02^55^0.41^0.08^0.19^14.30^1.2^11.46^5^0.29^5^13^85^6^0.08^0.075^0.029^^3.1^0.013^0.038^0.385^0.041^0.016^2^0^2^2^^^198^10^^0^79^80^0^0^^2.9^0.010^^^0^^~~^^~~^0 ~09433~^~CLEMENTINES,RAW~^86.58^47^0.85^0.15^0.40^12.02^1.7^9.18^30^0.14^10^21^177^1^0.06^0.043^0.023^0.1^48.8^0.086^0.030^0.636^0.151^0.075^24^0^24^24^14.0^^^^^^^^^^0.20^0.0^^^^^74.05^~1 fruit~^^~~^23 ~09434~^~GUANABANA NECTAR,CND~^84.72^59^0.11^0.17^0.08^14.93^0.1^13.07^7^0.36^3^2^25^8^0.02^0.010^0.010^0.4^11.1^0.003^0.011^0.120^0.070^0.007^6^0^6^6^2.2^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.029^0.051^0.039^0^251.00^~1 cup~^^~~^0 ~09435~^~GUAVA NECTAR,CND~^84.89^57^0.09^0.06^0.10^14.87^1.0^12.37^11^1.25^3^2^38^7^0.03^0.017^0.040^^19.7^0.003^0.003^0.185^0.085^0.010^3^0^3^3^1.1^^35^2^^0^17^8^18^0^0.05^0.8^^^^^251.00^~1 cup~^^~~^0 ~09436~^~MANGO NECTAR,CND~^86.63^51^0.11^0.06^0.08^13.12^0.3^12.45^17^0.36^3^2^24^5^0.02^0.015^0.028^0.4^15.2^0.003^0.003^0.080^0.070^0.015^7^0^7^7^1.5^0.00^692^35^0^0^402^26^0^0^0.21^0.8^0.014^0.022^0.011^0^251.00^~1 cup~^^~~^0 ~09437~^~TAMARIND NECTAR,CND~^84.97^57^0.09^0.12^0.09^14.73^0.5^12.70^10^0.75^4^2^27^7^0.02^0.014^0.020^^7.1^0.003^0.003^0.070^0.037^0.007^1^0^1^1^1.3^0.00^0^0^^0^0^0^0^0^0.12^0.1^^^^0^251.00^~1 cup~^^~~^0 ~10963~^~PORK,LEG SIRLOIN TIP RST,BNLESS,LN & FAT,RAW~^75.88^113^22.88^1.71^1.11^0.00^0.0^0.00^5^0.80^25^232^399^50^2.05^0.067^0.009^26.4^0.0^0.654^0.357^7.183^0.900^0.689^0^0^0^0^79.9^0.53^0^0^0^0^0^0^0^0^0.08^0.0^0.524^0.687^0.323^62^764.58^~1 raw pr g~^764.58^~1 piece~^0 ~11001~^~ALFALFA SEEDS,SPROUTED,RAW~^92.82^23^3.99^0.69^0.40^2.10^1.9^0.18^32^0.96^27^70^79^6^0.92^0.157^0.188^0.6^8.2^0.076^0.126^0.481^0.563^0.034^36^0^36^36^14.4^0.00^155^8^0^6^87^6^0^0^0.02^30.5^0.069^0.056^0.409^0^33.00^~1 cup~^3.00^~1 tbsp~^0 ~11003~^~AMARANTH LEAVES,RAW~^91.69^23^2.46^0.33^1.50^4.02^^^215^2.32^55^50^611^20^0.90^0.162^0.885^0.9^43.3^0.027^0.158^0.658^0.064^0.192^85^0^85^85^^0.00^2917^146^0^^^^^^^1140.0^0.091^0.076^0.147^0^28.00^~1 cup~^14.00^~1 leaf~^6 ~11004~^~AMARANTH LEAVES,CKD,BLD,DRND,WO/SALT~^91.49^21^2.11^0.18^2.11^4.11^^^209^2.26^55^72^641^21^0.88^0.158^0.861^0.9^41.1^0.020^0.134^0.559^0.062^0.177^57^0^57^57^^0.00^2770^139^0^^^^^^^^0.050^0.041^0.080^0^132.00^~1 cup~^^~~^0 ~11005~^~ARROWHEAD,RAW~^72.48^99^5.33^0.29^1.67^20.23^^^10^2.57^51^174^922^22^0.28^0.171^0.360^0.7^1.1^0.170^0.073^1.650^0.599^0.260^14^0^14^14^^0.00^0^0^0^^^^^^^^^^^0^25.00^~1 large~^12.00^~1 medium~^25 ~11006~^~ARROWHEAD,CKD,BLD,DRND,WO/SALT~^77.08^78^4.49^0.10^2.19^16.14^^^7^1.21^49^197^881^18^0.22^0.135^0.285^0.6^0.3^0.144^0.060^1.160^0.449^0.206^9^0^9^9^^0.00^0^0^0^^^^^^^^^^^0^12.00^~1 medium~^^~~^0 ~11007~^~ARTICHOKES,(GLOBE OR FRENCH),RAW~^84.94^47^3.27^0.15^1.13^10.51^5.4^0.99^44^1.28^60^90^370^94^0.49^0.231^0.256^0.2^11.7^0.072^0.066^1.046^0.338^0.116^68^0^68^68^34.4^0.00^13^1^0^0^8^0^0^464^0.19^14.8^0.036^0.005^0.064^0^128.00^~1 artichoke, medium~^162.00^~1 artichoke, large~^60 ~11008~^~ARTICHOKES,(GLOBE OR FRENCH),CKD,BLD,DRND,WO/SALT~^84.08^53^2.89^0.34^0.74^11.95^8.6^0.99^21^0.61^42^73^286^60^0.40^0.127^0.225^0.2^7.4^0.050^0.089^1.110^0.240^0.081^89^0^89^89^34.4^0.00^13^1^0^0^8^0^0^464^0.19^14.8^0.081^0.011^0.143^0^120.00^~1 artichoke, medium~^84.00^~.5 cup, hearts~^60 ~11009~^~ARTICHOKES,(GLOBE OR FRENCH),FRZ,UNPREP~^88.59^38^2.63^0.43^0.60^7.76^3.9^^19^0.50^27^58^248^47^0.32^0.054^0.243^0.2^5.3^0.058^0.140^0.860^0.188^0.082^126^0^126^126^^0.00^154^8^0^^^^^^^^0.099^0.012^0.179^0^255.00^~1 package, (9 oz)~^^~~^0 ~11010~^~ARTICHOKES,(GLOBE OR FRENCH),FRZ,CKD,BLD,DRND,WO/SALT~^86.50^45^3.11^0.50^0.71^9.18^4.6^0.84^21^0.56^31^61^264^53^0.36^0.061^0.273^0.2^5.0^0.062^0.158^0.915^0.200^0.087^119^0^119^119^29.2^0.00^11^1^0^0^7^0^0^394^0.16^12.6^0.119^0.015^0.216^0^168.00^~1 cup~^240.00^~1 package, (9 oz), yields~^0 ~11011~^~ASPARAGUS,RAW~^93.22^20^2.20^0.12^0.58^3.88^2.1^1.88^24^2.14^14^52^202^2^0.54^0.189^0.158^2.3^5.6^0.143^0.141^0.978^0.274^0.091^52^0^52^52^16.0^0.00^756^38^0^9^449^0^0^710^1.13^41.6^0.040^0.000^0.050^0^134.00^~1 cup~^12.00^~1 spear, small (5" long or less)~^47 ~11012~^~ASPARAGUS,CKD,BLD,DRND~^92.63^22^2.40^0.22^0.63^4.11^2.0^1.30^23^0.91^14^54^224^14^0.60^0.165^0.154^6.1^7.7^0.162^0.139^1.084^0.225^0.079^149^0^149^149^26.1^0.00^1006^50^0^0^604^0^30^771^1.50^50.6^0.048^0.000^0.105^0^90.00^~.5 cup~^60.00^~4 spears, (1/2" base)~^0 ~11013~^~ASPARAGUS,CND,REG PK,SOL&LIQUIDS~^94.32^15^1.80^0.18^1.22^2.47^1.0^^15^0.60^9^38^172^284^0.47^0.107^0.152^1.6^16.5^0.054^0.089^0.851^0.124^0.098^85^0^85^85^^0.00^526^26^0^^^^^^^^0.044^0.006^0.085^0^122.00^~.5 cup~^411.00^~1 can, (300 x 407)~^0 ~11015~^~ASPARAGUS,CND,DRND SOL~^93.98^19^2.14^0.65^0.77^2.46^1.6^1.06^16^1.83^10^43^172^287^0.40^0.096^0.170^1.7^18.4^0.061^0.100^0.954^0.139^0.110^96^0^96^96^21.4^0.00^822^41^0^0^493^0^24^630^1.22^41.3^0.147^0.021^0.284^0^242.00^~1 cup~^18.00^~1 spear, (about 5" long)~^0 ~11018~^~ASPARAGUS,FRZ,UNPREP~^91.82^24^3.23^0.23^0.62^4.10^1.9^^25^0.73^14^64^253^8^0.59^0.137^0.203^1.7^31.8^0.121^0.131^1.202^0.184^0.111^191^0^191^191^^0.00^948^47^0^^^^^^^^0.052^0.007^0.101^0^284.00^~1 package, (10 oz)~^58.00^~4 spears~^0 ~11019~^~ASPARAGUS,FRZ,CKD,BLD,DRND,WO/SALT~^94.10^18^2.95^0.42^0.61^1.92^1.6^0.32^18^0.56^10^49^172^3^0.41^0.105^0.140^3.9^24.4^0.065^0.103^1.038^0.158^0.020^135^0^135^135^20.9^0.00^806^40^0^0^483^0^24^618^1.20^80.0^0.096^0.013^0.185^0^180.00^~1 cup~^293.00^~1 package, (10 oz) yields~^0 ~11022~^~BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,RAW~^89.25^30^5.30^0.69^1.47^3.29^^^84^2.04^85^99^608^11^0.30^0.201^0.536^0.9^88.0^0.181^0.362^1.110^0.063^0.803^128^0^128^128^^0.00^1734^87^0^^^^^^^^^^^0^4.00^~1 leaf~^24.00^~.5 cup~^62 ~11023~^~BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,CKD,BLD,DRND,WO/SALT~^88.69^34^3.60^0.20^0.83^6.68^1.9^1.04^42^1.02^94^77^602^13^0.30^0.201^0.536^0.9^55.6^0.147^0.282^0.995^0.060^0.760^88^0^88^88^21.0^0.00^2416^121^0^0^1450^0^0^2638^1.45^163.1^0.032^0.005^0.083^0^58.00^~1 cup~^^~~^0 ~11024~^~BALSAM-PEAR (BITTER GOURD),PODS,RAW~^94.03^17^1.00^0.17^1.10^3.70^2.8^^19^0.43^17^31^296^5^0.80^0.034^0.089^0.2^84.0^0.040^0.040^0.400^0.212^0.043^72^0^72^72^^0.00^471^24^0^185^190^^^170^^^^^^0^93.00^~1 cup, (1/2" pieces)~^124.00^~1 balsam-pear~^17 ~11025~^~BALSAM-PEAR (BITTER GOURD),PODS,CKD,BLD,DRND,WO/SALT~^93.95^19^0.84^0.18^0.71^4.32^2.0^1.95^9^0.38^16^36^319^6^0.77^0.033^0.086^0.2^33.0^0.051^0.053^0.280^0.193^0.041^51^0^51^51^10.8^0.00^113^6^0^0^68^0^0^1323^0.14^4.8^0.014^0.033^0.078^0^124.00^~1 cup, (1/2" pieces)~^62.00^~.5 cup, (1/2" pieces)~^0 ~11026~^~BAMBOO SHOOTS,RAW~^91.00^27^2.60^0.30^0.90^5.20^2.2^3.00^13^0.50^3^59^533^4^1.10^0.190^0.262^0.8^4.0^0.150^0.070^0.600^0.161^0.240^7^0^7^7^0.0^0.00^20^1^0^0^12^0^0^0^1.00^0.0^0.069^0.007^0.134^0^151.00^~1 cup, (1/2" slices)~^76.00^~.5 cup, (1/2" pieces)~^71 ~11027~^~BAMBOO SHOOTS,CKD,BLD,DRND,WO/SALT~^95.92^12^1.53^0.22^0.41^1.92^1.0^^12^0.24^3^20^533^4^0.47^0.082^0.113^0.4^0.0^0.020^0.050^0.300^0.066^0.098^2^0^2^2^^0.00^0^0^0^^^^^^^^0.051^0.005^0.098^0^120.00^~1 cup, (1/2" slices)~^144.00^~1 shoot~^0 ~11028~^~BAMBOO SHOOTS,CND,DRND SOL~^94.32^19^1.72^0.40^0.34^3.22^1.4^1.89^8^0.32^4^25^80^7^0.65^0.114^0.157^0.5^1.1^0.026^0.026^0.140^0.092^0.136^3^0^3^3^0.0^0.00^13^1^0^0^8^0^0^0^0.63^0.0^0.092^0.009^0.178^0^131.00^~1 cup, (1/8" slices)~^262.00^~1 can, (303 x 406)~^0 ~11029~^~BEANS,KIDNEY,MATURE SEEDS,SPROUTED,RAW~^90.70^29^4.20^0.50^0.50^4.10^^^17^0.81^21^37^187^6^0.40^0.159^0.182^0.6^38.7^0.370^0.250^2.920^0.368^0.085^59^0^59^59^^0.00^2^0^0^^^^^^^^0.072^0.039^0.276^0^184.00^~1 cup~^^~~^0 ~11030~^~BEANS,KIDNEY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^89.30^33^4.83^0.58^0.58^4.72^^^19^0.89^23^38^194^7^0.44^0.174^0.199^0.6^35.6^0.362^0.273^3.024^0.381^0.093^47^0^47^47^^0.00^2^0^0^^^^^^^^0.083^0.045^0.318^0^^~~^^~~^0 ~11031~^~LIMA BNS,IMMAT SEEDS,RAW~^70.24^113^6.84^0.86^1.89^20.17^4.9^1.48^34^3.14^58^136^467^8^0.78^0.318^1.215^1.8^23.4^0.217^0.103^1.474^0.247^0.204^34^0^34^34^40.0^0.00^209^10^0^0^126^0^0^0^0.32^5.6^0.198^0.050^0.419^0^156.00^~1 cup~^^~~^56 ~11032~^~LIMA BNS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^67.17^123^6.81^0.32^2.06^23.64^5.3^1.63^32^2.45^74^130^570^17^0.79^0.305^1.252^2.0^10.1^0.140^0.096^1.040^0.257^0.193^26^0^26^26^44.1^0.00^303^15^0^0^182^0^0^0^0.14^6.2^0.073^0.019^0.154^0^170.00^~1 cup~^^~~^0 ~08010~^~CEREALS RTE,QUAKER,CAP'N CRUNCH~^2.50^402^4.37^5.89^2.46^84.78^2.5^43.84^11^19.24^54^166^185^748^16.01^0.150^0.650^6.5^0.0^1.600^1.810^21.280^0.360^2.120^1555^1538^16^2630^9.9^0.00^147^7^0^43^66^0^0^986^0.72^0.3^4.200^0.700^0.790^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08011~^~CEREALS RTE,QUAKER,CAP'N CRUNCH W/ CRUNCHBERRIES~^2.50^402^4.41^5.64^2.26^85.19^2.5^44.73^14^19.30^54^166^188^699^16.06^0.150^0.640^0.0^0.1^1.600^1.810^21.340^0.370^2.130^1539^1520^19^2602^14.1^0.01^144^7^0^43^65^0^0^969^0.63^0.5^3.910^0.720^0.800^0^26.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08012~^~CEREALS RTE,QUAKER,CAP'N CRUNCH'S PNUT BUTTER CRUNCH~^2.50^416^7.10^9.16^2.52^78.72^2.7^33.12^9^18.36^70^195^237^742^15.29^0.200^0.720^0.0^0.0^1.530^1.730^20.360^0.480^2.040^1554^1535^19^2629^14.7^0.00^151^8^0^45^68^0^0^1010^0.69^0.5^4.010^2.630^2.160^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08013~^~CEREALS RTE,GENERAL MILLS,CHEERIOS~^3.76^367^11.33^5.90^4.32^74.68^10.1^4.02^408^31.77^120^435^609^665^15.85^0.246^3.391^28.5^24.4^1.932^1.608^19.100^1.073^1.775^975^956^19^1644^26.2^6.20^2888^867^866^0^0^0^0^176^0.68^3.2^0.954^1.917^1.973^0^28.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08014~^~CEREALS RTE,KELLOGG,KELLOGG'S COCOA KRISPIES~^2.81^381^5.22^2.90^3.02^86.05^1.9^33.96^17^22.20^38^102^197^635^4.80^0.332^1.100^16.1^48.4^1.490^2.270^16.000^0.249^3.280^637^633^4^1080^8.7^6.92^1640^492^492^0^0^0^0^0^0.26^0.1^1.990^0.400^0.230^0^31.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08015~^~CEREALS RTE,RICE,PUFFED,PRESWEETENED,W/ COCOA,SINGLE BRAND~^2.90^398^3.50^4.20^1.90^87.90^1.6^44.00^12^6.21^37^81^146^541^5.17^0.215^0.655^14.0^0.0^1.290^1.470^17.240^0.514^1.720^345^326^19^573^8.7^5.17^2586^776^776^0^0^0^0^0^0.12^0.8^3.700^0.131^0.128^0^29.00^~.75 cup, (1 NLEA serving)~^32.00^~1 cup~^0 ~08017~^~CEREALS RTE,GENERAL MILLS,COOKIE CRISP~^2.30^400^3.33^5.00^3.18^86.67^4.0^43.33^333^15.00^27^133^133^567^12.50^0.115^0.959^7.3^20.0^1.250^1.420^16.670^0.446^1.667^333^314^19^553^11.7^5.00^1667^488^485^15^23^0^0^347^0.88^4.9^0.000^1.670^0.000^0^30.00^~1 cup~^28.35^~1 oz~^0 ~08018~^~CEREALS RTE,QUAKER,QUAKER CRUNCHY BRAN~^2.00^333^6.40^4.07^3.41^84.11^17.3^20.75^71^30.98^61^187^239^872^15.30^0.160^0.800^12.0^0.0^0.510^1.730^20.390^0.400^2.040^1554^1535^19^2629^14.4^0.00^155^8^0^46^70^0^0^943^0.71^0.3^2.033^0.761^1.204^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08019~^~CEREALS RTE,GENERAL MILLS,CORN CHEX~^2.50^367^6.67^1.67^4.10^85.06^4.0^10.00^333^30.00^50^72^150^933^12.50^0.123^0.187^9.7^20.0^1.250^1.420^16.670^0.373^1.667^667^648^19^1120^12.0^5.00^1667^455^446^54^82^0^0^1154^0.25^0.4^0.381^0.381^0.657^0^31.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08020~^~CEREALS RTE,KELLOGG,KELLOGG'S CORN FLAKES~^3.76^361^6.61^0.59^1.93^87.11^2.5^10.50^4^29.00^9^37^79^723^0.18^0.108^0.164^8.3^22.0^2.130^2.640^24.400^0.079^3.440^480^446^34^792^3.9^9.47^1791^456^440^19^162^50^0^339^0.13^0.0^0.190^0.110^0.320^0^28.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08022~^~CEREALS RTE,CORN FLAKES,LO NA~^3.00^399^7.70^0.30^0.20^88.80^1.1^6.11^43^2.22^13^49^73^10^0.27^0.088^0.082^5.1^0.0^0.010^0.180^0.420^0.123^0.063^33^0^32^32^3.0^0.00^205^10^0^61^93^0^0^1300^0.14^0.3^0.041^0.075^0.129^0^25.00^~1 cup~^28.35^~1 oz~^0 ~08023~^~CEREALS RTE,KELLOGG,KELLOGG'S CRACKLIN' OAT BRAN~^3.00^402^8.00^13.90^3.30^71.80^12.7^32.00^60^3.70^155^397^450^309^3.10^0.400^0.200^10.7^31.0^0.800^0.900^10.200^^1.000^204^185^19^334^32.0^3.10^1531^460^459^0^0^0^0^49^0.56^3.2^6.100^4.700^3.000^0^49.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08025~^~CEREALS RTE,RALSTON CRISPY RICE~^3.62^364^6.69^1.26^2.22^86.22^0.7^7.65^5^32.73^23^98^110^763^1.30^0.149^1.100^18.0^64.5^2.050^2.827^28.967^0.317^1.937^606^602^4^1027^8.4^5.45^2346^704^704^0^0^0^0^0^0.06^0.0^0.360^0.243^0.293^0^33.00^~1 serving, (NLEA serving size = 1.25 cup)~^27.90^~1 cup~^0 ~08026~^~CEREALS RTE,GENERAL MILLS,WHEATIES RAISIN BRAN~^7.00^333^7.00^1.70^2.71^81.00^9.0^33.00^0^13.60^77^255^413^457^13.60^0.320^2.624^7.0^0.0^1.360^1.550^18.200^0.651^1.820^364^323^41^590^16.0^5.50^909^273^273^0^0^0^0^0^0.63^1.4^0.400^0.169^0.644^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08028~^~CEREALS RTE,KELLOGG'S ALL-BRAN COMPLETE WHEAT FLAKES~^3.00^318^10.00^2.00^6.00^79.00^17.5^17.00^52^62.00^191^479^590^715^52.00^0.500^^10.5^207.0^5.200^5.900^69.000^34.500^7.000^1379^1360^19^2331^27.6^20.70^2586^777^775^0^0^0^0^171^46.35^1.6^0.400^0.500^1.100^0^29.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08029~^~CEREALS RTE,BRAN FLAKES,SINGLE BRAND~^3.70^320^9.40^2.20^4.00^80.40^17.6^18.90^56^27.00^214^508^616^732^5.00^0.642^3.568^10.5^0.0^1.250^1.420^16.670^0.868^1.670^333^314^19^553^27.6^5.00^2500^751^751^0^0^0^0^0^0.85^1.4^0.400^0.295^1.025^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08030~^~CEREALS RTE,KELLOGG,KELLOGG'S FROOT LOOPS~^3.00^393^3.40^4.10^2.00^87.50^3.1^45.00^78^14.10^23^64^109^471^4.70^0.089^0.560^5.9^47.0^1.200^1.300^15.600^0.347^1.600^313^294^19^519^10.5^4.70^1610^483^463^20^30^0^0^425^0.10^0.1^1.900^1.000^1.200^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08031~^~CEREALS RTE,KELLOGG'S FRSTD MINI-WHEATS,ORIGINAL~^6.00^343^9.00^1.60^1.40^82.00^10.0^21.00^33^32.00^93^300^352^10^3.00^0.000^2.788^4.1^0.0^1.000^1.000^10.000^0.739^1.000^201^182^19^328^20.0^3.00^0^0^0^0^0^0^0^0^0.67^1.5^0.360^0.240^1.000^0^51.00^~5 biscuits, (1 NLEA serving)~^^~~^0 ~08032~^~CEREALS RTE,KELLOGG,KELLOGG'S FRSTD RICE KRISPIES~^2.90^384^5.00^0.90^2.20^89.00^0.3^39.00^10^18.00^27^93^91^643^0.00^0.000^0.749^15.4^20.0^1.300^1.400^17.000^0.693^1.700^333^329^4^563^8.4^5.00^2474^743^0^0^0^0^0^0^0.08^0.0^0.300^0.300^0.300^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08034~^~CEREALS RTE,RICE,PUFFED,PRESWEETENED,FRUIT FLAV,SINGLE BRAND~^3.00^401^3.60^3.90^1.60^87.90^0.7^44.00^5^6.67^19^58^110^584^5.56^0.120^0.609^15.4^0.0^1.390^1.570^18.520^0.562^1.850^370^351^19^616^8.4^5.56^2778^834^834^0^0^0^0^0^1.38^0.2^0.900^1.632^1.294^0^27.00^~.75 cup, (1 NLEA serving)~^21.30^~1 box, single serving (.75 oz)~^0 ~08035~^~CEREALS RTE,GENERAL MILLS,GOLDEN GRAHAMS~^2.20^400^3.33^3.33^4.61^86.53^3.3^33.33^333^15.00^27^133^200^900^12.50^0.140^1.376^5.6^20.0^1.250^1.420^16.670^0.371^1.667^333^314^19^553^11.0^5.00^1667^501^487^12^20^0^0^324^0.73^3.9^0.323^1.670^0.982^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08463~^~CEREALS RTE,KASHI ORGANIC PROMISE STRAWBERRY FIELDS~^2.40^369^7.80^0.43^2.27^87.10^3.5^29.30^16^1.46^^^122^625^^^^^22.5^^^^^^^^^^^^18^^^^^^^^^^0.000^0.000^0.000^0^32.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08464~^~CEREALS RTE,KASHI,SEVEN IN THE MORNING BY KELLOGG~^3.00^356^12.00^2.80^1.40^81.00^11.7^5.00^41^23.00^139^298^375^448^3.05^0.423^3.837^54.0^0.0^0.243^0.170^4.554^1.096^0.300^32^0^32^32^32.4^0.00^8^0^0^0^0^0^0^0^0.88^2.2^0.600^0.600^1.600^0^50.00^~.5 cup~^^~~^0 ~08466~^~CEREALS RTE,KELLOGG,SCOOBY-DOO! BERRY BONES~^2.90^386^5.80^2.80^2.50^86.00^2.4^37.00^18^6.20^46^103^148^706^5.20^0.100^0.448^8.5^52.0^1.300^1.500^17.000^0.184^1.700^345^326^19^573^8.8^5.20^1724^518^517^0^0^0^0^0^0.26^0.7^0.400^0.700^1.500^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08467~^~CEREALS RTE,KASHI ORGANIC PROMISE CRANBERRY SUNSHINE~^3.00^401^5.50^3.00^1.10^88.00^9.9^25.00^^1.40^^^286^71^^^^^^^^^^^^^^^^^^^^^^^^^^^0.500^0.800^1.700^0^29.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08468~^~CEREALS RTE,KELLOGG'S,RED SUGAR FROOT LOOPS~^2.50^394^6.20^3.40^1.90^86.00^3.2^31.50^17^19.00^38^92^137^561^6.00^0.146^0.825^8.8^47.0^1.600^1.800^21.000^0.154^2.000^421^402^19^702^6.9^5.00^1611^484^484^0^0^0^0^0^0.34^1.0^1.400^0.500^0.600^0^32.00^~1.25 cup, (l NLEA serving)~^^~~^0 ~08469~^~CEREALS RTE,KELLOGG'S,RED SUGAR FRSTD FLAKES CRL~^3.00^377^5.30^0.17^1.33^90.20^1.1^27.00^6^23.00^9^40^83^575^0.93^0.250^0.190^8.3^23.0^1.400^1.800^19.000^0.233^1.900^384^365^19^640^3.0^5.70^1962^557^550^38^58^0^0^817^0.20^0.2^0.050^0.030^0.090^0^31.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08470~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST BANANA BERRY~^3.00^396^5.40^5.90^0.70^85.00^5.5^29.00^35^15.00^54^142^285^454^5.00^0.246^1.354^^4.0^1.300^1.400^17.000^0.450^1.700^333^314^19^553^^5.00^1667^501^501^^^^^^0.39^1.6^4.700^0.500^0.700^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08471~^~CEREALS RTE,KELLOGG'S,SPL K LO CARB LIFESTYLE PROT PLUS~^3.00^349^33.70^9.70^5.80^47.80^17.0^6.70^135^28.00^236^671^1111^380^4.80^0.500^1.000^26.0^72.0^1.800^2.100^24.000^1.227^2.300^483^464^19^808^53.5^7.20^2586^776^776^0^0^0^0^0^16.20^12.4^2.000^2.300^5.400^0^29.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08472~^~CEREALS RTE,KELLOGG'S,CORN FLAKES W/ REAL BANANAS~^3.00^417^3.00^8.60^1.40^84.00^2.6^25.00^29^6.00^25^29^185^452^0.30^0.188^0.226^^27.0^1.300^1.400^21.000^0.018^2.000^339^320^19^563^^5.00^1671^464^457^52^63^0^0^440^0.19^0.8^7.600^0.600^0.400^0^26.00^~.75 cup~^^~~^0 ~08476~^~CEREALS RTE,MALT-O-MEAL,HONEY BUZZERS~^1.88^395^6.30^2.14^2.05^87.60^2.9^37.40^14^7.86^31^101^120^711^7.43^0.167^0.603^10.8^1.9^1.870^2.040^21.700^0.067^2.150^1059^1040^19^1787^^7.30^3600^1081^1081^0^0^0^0^0^0.21^0.7^0.650^0.550^0.650^1^29.00^~1.333 cup~^^~~^0 ~08478~^~CEREALS RTE,MALT-O-MEAL,GOLDEN PUFFS~^2.76^397^5.77^0.89^0.86^89.72^2.6^51.34^11^7.92^46^140^154^176^7.30^0.168^0.852^27.2^27.6^1.740^2.167^25.167^0.317^2.067^445^432^13^747^14.4^6.67^4023^1206^1206^0^2^0^0^94^0.43^1.1^0.161^0.220^0.349^0^27.00^~.75 cup, (1 NLEA serving)~^36.50^~1 cup~^0 ~08481~^~CEREALS RTE,MALT-O-MEAL HONEY GRAHAM CRL~^3.60^379^5.03^3.02^5.53^82.83^5.2^31.03^1190^16.50^38^636^158^909^13.37^0.094^0.661^14.6^21.3^1.110^1.440^21.870^0.276^2.660^373^354^19^621^^2.84^1350^405^405^0^0^0^0^0^0.37^1.0^0.520^1.110^1.250^0^30.00^~.75 cup~^^~~^0 ~08483~^~CEREALS RTE,MALT-O-MEAL,PUFFED WHEAT CRL~^2.10^396^15.60^2.03^1.50^78.80^7.3^1.10^25^53.00^146^399^412^10^3.08^0.450^4.290^77.9^1.0^3.870^3.310^63.700^1.081^0.318^^^^^^^100^^^^^^^^1.01^2.0^0.442^0.353^1.150^1^15.00^~1 cup~^^~~^0 ~08484~^~CEREALS RTE,MALT-O-MEAL,RAISIN BRAN CRL~^8.50^361^9.00^1.98^3.60^76.90^13.5^30.30^45^9.81^142^405^578^664^11.10^0.489^5.120^34.6^13.0^0.940^1.360^23.600^0.982^1.480^273^245^28^445^^3.27^1260^378^378^0^0^0^0^0^0.69^1.9^0.476^0.401^1.010^1^59.00^~1 cup~^^~~^0 ~08487~^~CEREALS RTE,MALT-O-MEAL,BLUEBERRY MUFFIN TOPS CRL~^1.10^443^4.90^11.50^2.50^80.00^4.8^35.40^356^16.70^39^291^158^415^13.70^0.169^0.426^16.6^35.4^1.570^1.560^20.600^0.278^2.440^502^483^19^840^^7.69^2100^631^631^0^0^0^0^0^0.98^4.8^1.840^4.490^4.630^0^30.00^~.75 cup~^^~~^0 ~08488~^~CEREALS RTE,MALT-O-MEAL,FARINA HOT WHEAT CRL,DRY~^9.70^362^13.30^1.28^1.40^74.30^3.9^0.70^377^39.60^^^140^10^^^^^1.0^1.670^0.970^13.000^^1.850^990^962^28^1663^^^100^^^^^^^^^^0.306^0.151^0.759^1^35.00^~3 tbsp~^^~~^0 ~08489~^~CEREALS RTE,MALT-O-MEAL,MAPLE & BRWN SGR HOT WHT CRL,DRY~^5.90^377^8.00^0.75^0.90^84.50^3.1^35.60^314^31.90^^125^130^10^^^^^1.0^1.200^0.720^22.500^^1.670^882^854^28^1480^^^100^^^^^^^^^^0.190^0.096^0.428^1^45.00^~.25 cup~^^~~^0 ~08490~^~CEREALS RTE,MALT-O-MEAL,HI FIBER BRAN FLAKES~^2.50^388^10.60^2.51^3.60^80.80^14.9^19.50^44^35.20^169^484^598^672^13.40^0.519^6.516^63.2^57.1^1.560^2.030^30.300^1.357^9.680^^1290^^^^28.30^5910^^^^^^^^26.64^1.6^0.588^0.464^1.360^1^29.00^~.75 cup~^^~~^0 ~08491~^~CEREALS RTE,MALT-O-MEAL,HONEY NUT TOASTY O'S CRL~^1.90^390^9.63^2.16^4.10^81.53^5.6^38.73^397^17.07^102^358^309^836^16.25^0.270^4.106^25.4^30.6^1.490^2.360^23.370^0.538^2.670^881^862^19^1484^^2.32^3133^941^941^0^0^0^0^0^1.83^1.9^0.435^0.831^0.871^0^30.00^~1 cup~^^~~^0 ~08492~^~CEREALS RTE,MALT-O-MEAL,PUFFED RICE CRL~^0.60^401^7.80^0.97^0.40^90.20^1.0^0.80^5^44.50^30^115^103^5^1.16^0.228^1.246^17.0^1.0^3.730^2.620^52.300^1.098^0.233^^^^^^^100^^^^^^^^0.12^0.1^0.297^0.255^0.377^1^15.00^~1 cup~^^~~^0 ~08493~^~CEREALS RTE,MALT-O-MEAL,APPL ZINGS~^2.20^395^5.40^2.66^2.40^87.30^2.8^42.90^429^17.10^36^123^140^514^14.40^0.129^0.818^14.3^59.7^1.320^1.970^20.100^^2.600^350^331^19^582^^6.44^2790^838^838^0^0^0^0^0^0.26^0.6^0.447^1.260^0.835^1^33.00^~1 cup~^^~~^0 ~09438~^~USDA CMDTY PEACHES,CND,LT SYRUP,DRND~^83.43^61^0.56^0.15^0.21^15.65^0.7^10.61^3^0.25^5^10^87^7^0.16^0.030^0.037^^2.5^0.023^0.020^0.585^0.045^0.016^8^0^8^8^^^493^25^^0^283^26^0^^1.23^2.8^^^^^^~~^^~~^0 ~09439~^~USDA CMDTY PEARS,CND,JUC PK,DRND~^86.26^51^0.34^0.19^0.29^12.91^2.2^8.27^9^0.34^7^9^99^4^0.14^0.030^0.042^^0.3^0.020^0.046^0.218^0.041^0.016^1^0^1^1^^^^^^^^^^^0.20^0.3^^^^^^~~^^~~^0 ~09440~^~USDA CMDTY PEARS,CND,LT SYRUP,DRND~^83.16^62^0.28^0.15^0.19^16.21^1.6^11.22^5^0.28^4^7^61^5^0.09^0.030^0.037^^0.9^0.020^0.014^0.115^0.041^0.016^3^0^3^3^^^^^^^^^^^0.11^0.3^^^^^^~~^^~~^0 ~09442~^~POMEGRANATE JUC,BTLD~^85.95^54^0.15^0.29^0.49^13.13^0.1^12.65^11^0.10^7^11^214^9^0.09^0.021^0.095^0.3^0.1^0.015^0.015^0.233^0.285^0.040^24^0^24^24^4.8^0.00^0^0^0^0^0^0^0^0^0.38^10.4^0.077^0.059^0.050^0^249.03^~1 cup~^31.37^~1 fl oz~^0 ~09443~^~JUICE,APPL & GRAPE BLEND,W/ ADDED VIT C~^87.05^50^0.16^0.12^0.22^12.46^^10.92^11^0.11^7^9^96^7^0.05^0.010^0.041^^28.2^0.006^0.015^0.087^0.035^0.021^^^^^^^^^^^^^^^^^^^^^250.40^~8 fl oz~^^~~^0 ~09444~^~JUICE,APPL,GRAPE & PEAR BLEND,W/ ADDED VIT C & CA~^86.44^52^0.17^0.12^0.31^12.96^^9.95^72^0.14^6^11^89^5^0.06^0.013^0.086^^50.7^0.005^0.015^0.094^0.030^0.018^^^^^^^^^^^^^^^^^^^^^250.40^~8 fl oz~^^~~^0 ~10000~^~PORK,FRSH,ENHANCED,COMP OF FAT,CKD~^28.28^585^10.06^60.42^0.93^0.32^0.0^0.00^36^0.82^12^160^214^125^1.13^0.045^0.007^15.1^0.0^0.246^0.139^3.930^0.513^0.234^0^0^0^0^46.0^1.40^0^0^0^0^0^0^0^0^0.24^0.0^21.382^24.900^8.490^81^^~~^^~~^ ~10001~^~PORK,FRSH,CARCASS,LN&FAT,RAW~^49.83^376^13.91^35.07^0.72^0.00^0.0^0.00^19^0.69^13^155^253^42^1.59^0.055^0.011^28.4^0.4^0.595^0.207^3.846^0.526^0.284^4^0^4^4^^0.61^8^2^2^0^0^0^0^0^0.29^^12.440^15.930^3.800^74^28.35^~1 oz~^453.60^~1 lb~^18 ~10002~^~PORK,FRSH,COMP OF RTL CUTS (LEG,LOIN,SHLDR),LN,RAW~^72.34^143^21.07^5.88^1.04^0.00^0.0^0.00^16^0.91^23^211^380^57^2.08^0.069^0.013^32.3^0.7^0.966^0.273^4.829^0.788^0.508^5^0^5^5^74.4^0.67^7^2^2^0^0^0^0^0^0.18^0.0^2.030^2.660^0.630^61^28.35^~1 oz~^453.60^~1 lb~^30 ~10003~^~PORK,FRSH,COMP OF LEG,LOIN,SHLDR,&SPARERIBS,LN&FAT,RAW~^64.25^227^18.25^16.48^0.91^0.00^0.0^0.00^15^0.89^20^197^324^54^2.11^0.068^0.015^28.5^0.6^0.800^0.242^4.413^0.718^0.415^6^0^6^6^64.4^0.67^7^2^2^0^0^0^0^0^0.23^0.0^5.770^7.320^1.730^69^28.35^~1 oz~^453.60^~1 lb~^24 ~10004~^~PORK,FRESH,BACKFAT,RAW~^7.69^812^2.92^88.69^0.70^0.00^0.0^0.00^2^0.18^2^38^65^11^0.37^0.018^0.002^8.0^0.1^0.084^0.051^0.985^0.115^0.040^1^0^1^1^15.4^0.18^15^5^5^0^0^0^0^0^0.00^0.0^32.210^41.950^10.350^57^28.35^~1 oz~^453.60^~1 lb~^11 ~10005~^~PORK,FRSH,BELLY,RAW~^36.74^518^9.34^53.01^0.49^0.00^0.0^0.00^5^0.52^4^108^185^32^1.02^0.052^0.006^8.0^0.3^0.396^0.242^4.647^0.256^0.130^1^0^1^1^^0.84^10^3^3^0^0^0^0^0^0.39^0.0^19.330^24.700^5.650^72^28.35^~1 oz~^453.60^~1 lb~^7 ~10006~^~PORK,FRSH,FAT,RAW~^23.97^665^5.82^70.99^0.35^0.00^0.0^0.00^36^0.39^7^84^125^23^0.67^0.037^0.000^8.6^0.0^0.189^0.082^2.937^0.383^0.173^0^0^0^0^25.2^0.92^81^24^24^0^0^0^0^0^0.05^0.0^25.082^29.220^10.218^77^28.35^~1 oz~^113.00^~4 oz~^0 ~10007~^~PORK,FRSH,FAT,CKD~^22.08^635^8.86^66.20^0.42^0.00^0.0^0.00^42^0.64^11^115^167^29^0.96^0.042^0.000^13.5^0.0^0.231^0.111^3.197^0.452^0.206^0^0^0^0^32.9^1.24^95^29^29^0^0^0^0^0^0.26^0.0^23.430^27.285^9.303^83^28.35^~1 oz~^113.00^~4 oz~^0 ~10008~^~PORK,FRSH,LEG (HAM),WHL,LN&FAT,RAW~^62.47^245^17.43^18.87^0.88^0.00^0.0^^5^0.85^20^199^315^47^1.93^0.065^0.023^29.4^0.7^0.736^0.200^4.574^0.685^0.401^7^0^7^7^^0.63^7^2^2^^^^^^^^6.540^8.380^2.010^73^28.35^~1 oz~^453.60^~1 lb~^17 ~10009~^~PORK,FRSH,LEG (HAM),WHL,LN&FAT,CKD,RSTD~^55.04^273^26.83^17.61^1.06^0.00^0.0^0.00^14^1.01^22^263^352^60^2.96^0.100^0.032^45.3^0.3^0.635^0.313^4.574^0.617^0.402^10^0^10^10^92.2^0.68^10^3^3^0^0^0^0^0^0.22^0.0^6.470^7.880^1.680^94^135.00^~1 cup, diced~^85.00^~3 oz~^20 ~10010~^~PORK,FRSH,LEG (HAM),WHL,LN,RAW~^72.90^136^20.48^5.41^1.05^0.00^0.0^0.00^6^1.01^25^229^369^55^2.27^0.075^0.029^35.4^0.9^0.875^0.228^5.338^0.805^0.500^9^0^9^9^72.3^0.71^6^2^2^0^0^0^0^0^0.17^0.0^1.870^2.440^0.580^68^28.35^~1 oz~^453.60^~1 lb~^35 ~10011~^~PORK,FRSH,LEG (HAM),WHL,LN,CKD,RSTD~^60.66^211^29.41^9.44^1.11^0.00^0.0^0.00^7^1.12^25^281^373^64^3.26^0.108^0.037^49.9^0.4^0.690^0.349^4.935^0.670^0.450^12^0^12^12^101.1^0.72^9^3^3^0^0^0^0^0^0.26^0.0^3.300^4.450^0.850^94^135.00^~1 cup, diced~^85.00^~3 oz~^32 ~10012~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN&FAT,RAW~^64.73^222^18.74^15.69^0.94^0.00^0.0^0.00^5^0.77^21^207^333^61^1.75^0.069^0.009^30.8^1.1^0.931^0.253^4.345^0.598^0.392^3^0^3^3^^0.64^7^2^2^0^0^0^0^0^0.29^^5.440^6.980^1.680^66^28.35^~1 oz~^453.60^~1 lb~^17 ~10013~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN&FAT,CKD,RSTD~^56.80^252^28.88^14.28^1.10^0.00^0.0^0.00^12^1.05^27^272^374^62^2.82^0.103^0.023^46.8^0.2^0.750^0.329^4.655^0.623^0.316^3^0^3^3^99.2^0.72^9^3^3^0^0^0^0^0^0.22^0.0^5.250^6.370^1.380^96^135.00^~1 cup, diced~^85.00^~3 oz~^18 ~10014~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN,RAW~^72.83^137^21.24^5.19^1.08^0.00^0.0^0.00^6^0.87^25^230^376^69^1.96^0.077^0.010^35.9^1.3^1.073^0.284^4.859^0.668^0.464^3^0^3^3^^0.71^6^2^2^0^0^0^0^0^0.29^^1.790^2.340^0.560^61^28.35^~1 oz~^453.60^~1 lb~^31 ~10015~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN,CKD,RSTD~^60.95^206^30.94^8.14^1.15^0.00^0.0^^7^1.14^29^285^391^65^3.01^0.109^0.026^49.2^0.2^0.803^0.356^4.917^0.660^0.339^3^0^3^3^^0.75^9^3^3^0^0^0^0^0^0.26^^2.870^3.770^0.760^96^135.00^~1 cup, diced~^85.00^~3 oz~^27 ~10016~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN&FAT,RAW~^60.87^263^17.08^21.02^0.84^0.00^0.0^^6^0.78^19^192^285^55^1.91^0.063^0.011^28.7^0.7^0.726^0.233^3.909^0.672^0.393^4^0^4^4^^0.60^7^2^2^^^^^^^^7.290^9.340^2.240^68^28.35^~1 oz~^453.60^~1 lb~^18 ~10017~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN&FAT,CKD,RSTD~^53.77^289^25.34^20.06^1.00^0.00^0.0^^15^0.98^22^257^338^59^3.06^0.098^0.028^43.3^0.3^0.578^0.302^4.460^0.620^0.401^5^0^5^5^^0.66^9^3^3^^^^^^^^7.360^9.020^1.890^92^135.00^~1 cup, diced~^85.00^~3 oz~^22 ~10018~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN,RAW~^72.83^139^20.62^5.63^1.03^0.00^0.0^0.00^7^0.94^25^226^340^67^2.31^0.075^0.014^35.2^0.9^0.890^0.277^4.605^0.811^0.510^5^0^5^5^^0.69^6^2^2^0^0^0^0^0^0.29^^1.940^2.540^0.610^60^28.35^~1 oz~^453.60^~1 lb~^38 ~10019~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN,CKD,RSTD~^60.43^215^28.21^10.50^1.05^0.00^0.0^^7^1.11^25^278^360^64^3.45^0.108^0.034^49.8^0.4^0.633^0.344^4.881^0.685^0.460^6^0^6^6^^0.71^8^2^2^0^0^0^0^0^0.26^^3.630^5.020^0.910^92^135.00^~1 cup, diced~^85.00^~3 oz~^36 ~10020~^~PORK,FRSH,LOIN,WHL,LN&FAT,RAW~^66.92^198^19.74^12.58^0.96^0.00^0.0^0.00^18^0.79^21^197^356^50^1.74^0.056^0.011^33.2^0.6^0.901^0.248^4.580^0.723^0.472^1^0^1^1^69.7^0.53^7^2^2^0^0^0^0^0^0.21^0.0^4.360^5.610^1.340^63^453.60^~1 lb~^117.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^22 ~10021~^~PORK,FRSH,LOIN,WHL,LN&FAT,CKD,BRSD~^58.27^239^27.23^13.62^1.35^0.00^0.0^0.00^21^1.07^19^181^374^48^2.38^0.077^0.012^45.3^0.6^0.632^0.254^4.419^0.648^0.366^3^0^3^3^93.6^0.54^7^2^2^0^0^0^0^0^0.24^0.0^5.110^6.060^1.170^80^85.00^~3 oz~^89.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^21 ~11033~^~BEANS,LIMA,IMMAT SEEDS,CND,REG PK,SOL&LIQUIDS~^81.17^71^4.07^0.29^1.14^13.33^3.6^^28^1.61^34^71^285^252^0.64^0.162^0.700^1.1^7.3^0.029^0.043^0.532^0.095^0.062^16^0^16^16^^0.00^150^8^0^^^^^^^^0.066^0.016^0.139^0^124.00^~.5 cup~^454.00^~1 can, (303 x 406)~^0 ~11037~^~LIMA BNS,IMMAT SEEDS,FRZ,FORDHOOK,UNPREP~^72.05^106^6.40^0.35^1.37^19.83^5.5^1.39^24^1.51^38^74^478^58^0.49^0.062^0.345^1.7^19.3^0.092^0.067^1.187^0.191^0.136^32^0^32^32^37.6^0.00^223^11^0^0^134^0^0^0^0.72^5.3^0.081^0.021^0.172^0^80.00^~.5 cup~^284.00^~1 package, (10 oz)~^0 ~11038~^~LIMA BNS,IMMAT SEEDS,FRZ,FORDHOOK,CKD,BLD,DRND,WO/SALT~^72.98^103^6.07^0.34^1.30^19.32^5.8^1.34^30^1.82^42^97^304^69^0.74^0.170^0.648^0.6^12.8^0.074^0.061^1.069^0.163^0.122^21^0^21^21^36.3^0.00^190^10^0^0^114^0^0^0^0.29^5.1^0.078^0.020^0.167^0^311.00^~1 package, (10 oz) yields~^85.00^~.5 cup~^0 ~11039~^~LIMA BNS,IMMAT SEEDS,FRZ,BABY,UNPREP~^65.46^132^7.59^0.44^1.37^25.13^6.0^^35^2.21^50^104^452^52^0.63^0.128^0.702^2.1^8.3^0.114^0.075^1.023^0.187^0.160^28^0^28^28^^0.00^189^9^0^^^^^^^^0.102^0.026^0.216^0^82.00^~.5 cup~^284.00^~1 package, (10 oz)~^0 ~11040~^~LIMA BNS,IMMAT SEEDS,FRZ,BABY,CKD,BLD,DRND,WO/SALT~^72.35^105^6.65^0.30^1.25^19.45^6.0^1.37^28^1.96^56^112^411^29^0.55^0.197^0.813^1.7^5.8^0.070^0.055^0.770^0.177^0.115^16^0^16^16^37.2^0.00^167^8^0^0^100^0^0^0^0.64^5.2^0.068^0.017^0.145^0^311.00^~1 package, (10 oz) yields~^90.00^~.5 cup~^0 ~11043~^~MUNG BNS,MATURE SEEDS,SPROUTED,RAW~^90.40^30^3.04^0.18^0.44^5.94^1.8^4.13^13^0.91^21^54^149^6^0.41^0.164^0.188^0.6^13.2^0.084^0.124^0.749^0.380^0.088^61^0^61^61^14.4^0.00^21^1^0^6^6^6^0^0^0.10^33.0^0.046^0.022^0.058^0^104.00^~1 cup~^340.00^~1 package, (12 oz)~^0 ~11044~^~MUNG BNS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^93.39^21^2.03^0.09^0.30^4.19^0.8^2.84^12^0.65^14^28^101^10^0.47^0.122^0.140^0.6^11.4^0.050^0.102^0.817^0.243^0.054^29^0^29^29^9.9^0.00^13^1^0^4^4^4^0^0^0.07^22.7^0.025^0.012^0.032^0^124.00^~1 cup~^^~~^0 ~11045~^~MUNG BNS,MATURE SEEDS,SPROUTED,CKD,STIR-FRIED~^84.30^50^4.30^0.21^0.60^10.59^1.9^^13^1.90^33^79^219^9^0.90^0.255^0.292^0.6^16.0^0.140^0.180^1.200^0.559^0.130^70^0^70^70^^0.00^31^2^0^^^^^^^^0.039^0.056^0.068^0^124.00^~1 cup~^^~~^0 ~11046~^~BEANS,NAVY,MATURE SEEDS,SPROUTED,RAW~^79.15^67^6.15^0.70^0.95^13.05^^^15^1.93^101^100^307^13^0.89^0.356^0.408^0.6^18.8^0.390^0.215^1.220^0.825^0.191^132^0^132^132^^0.00^4^0^0^^^^^^^^0.085^0.052^0.407^0^104.00^~1 cup~^^~~^0 ~11047~^~BEANS,NAVY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^76.02^78^7.07^0.81^1.09^15.01^^^16^2.11^111^103^317^14^0.97^0.389^0.446^0.6^17.3^0.381^0.235^1.263^0.854^0.198^106^0^106^106^^0.00^4^0^0^^^^^^^^0.098^0.060^0.468^0^^~~^^~~^0 ~11048~^~BEANS,PINTO,IMMAT SEEDS,FRZ,UNPREP~^55.80^170^9.80^0.50^1.40^32.50^5.7^^58^3.00^60^117^756^92^0.77^0.098^0.546^1.5^1.0^0.340^0.120^0.700^0.302^0.215^50^0^50^50^^0.00^0^0^0^^^^^^^^0.061^0.037^0.291^0^284.00^~1 package, (10 oz)~^94.00^~.333 package, (10 oz)~^0 ~11049~^~BEANS,PINTO,IMMAT SEEDS,FRZ,CKD,BLD,DRND,WO/SALT~^58.01^162^9.31^0.48^1.33^30.88^8.6^^52^2.71^54^100^646^83^0.69^0.088^0.493^1.4^0.7^0.274^0.108^0.632^0.258^0.194^34^0^34^34^^0.00^0^0^0^^^^^^^^0.058^0.035^0.276^0^284.00^~1 package, (10 oz) yields~^94.00^~.333 package, (10 oz) yields~^0 ~11050~^~BEANS,SHELLIE,CND,SOL & LIQUIDS~^90.69^30^1.76^0.19^1.17^6.19^3.4^0.63^29^0.99^15^30^109^334^0.27^0.080^0.382^2.1^3.1^0.032^0.054^0.205^0.133^0.049^18^0^18^18^13.2^0.00^228^11^0^0^137^0^0^331^0.03^8.0^0.023^0.014^0.110^0^245.00^~1 cup~^^~~^0 ~11052~^~BEANS,SNAP,GREEN,RAW~^90.27^31^1.82^0.12^0.66^7.13^3.4^1.40^37^1.04^25^38^209^6^0.24^0.069^0.214^0.6^16.3^0.084^0.105^0.752^0.094^0.074^37^0^37^37^15.3^0.00^690^35^0^69^379^0^0^640^0.41^14.4^0.026^0.005^0.059^0^110.00^~1 cup~^55.00^~10 beans, (4" long)~^12 ~11053~^~BEANS,SNAP,GRN,CKD,BLD,DRND,WO/SALT~^89.22^35^1.89^0.28^0.73^7.88^3.2^1.55^44^0.65^18^29^146^1^0.25^0.057^0.285^0.2^9.7^0.074^0.097^0.614^0.074^0.056^33^0^33^33^16.9^0.00^700^35^0^0^420^0^0^709^0.45^16.0^0.062^0.012^0.145^0^125.00^~1 cup~^^~~^0 ~11054~^~BEANS,SNAP,GRN VAR,CND,REG PK,SOL&LIQUIDS~^94.68^15^0.80^0.10^0.92^3.50^1.5^^24^0.90^13^19^92^259^0.20^0.070^0.335^0.2^3.4^0.025^0.051^0.200^0.106^0.030^18^0^18^18^^0.00^321^16^0^^^^^^^^0.023^0.004^0.052^0^120.00^~.5 cup~^439.00^~1 can, (303 x 406)~^0 ~11056~^~BEANS,SNAP,GRN,CND,REG PK,DRND SOL~^93.29^23^1.18^0.11^1.00^4.41^2.3^0.78^28^0.87^13^20^111^262^0.28^0.039^0.204^0.4^4.3^0.015^0.060^0.202^0.038^0.029^32^0^32^32^14.7^0.00^353^18^0^156^122^24^0^441^0.03^38.9^0.025^0.004^0.056^0^156.00^~1 cup~^62.00^~10 beans~^0 ~11058~^~BEANS,SNAP,CND,ALL STYLES,SEASONED,SOL&LIQUIDS~^94.30^16^0.83^0.20^1.18^3.49^1.5^^22^0.47^13^16^93^373^0.14^0.060^0.312^0.2^3.1^0.025^0.049^0.233^0.098^0.044^18^0^18^18^^0.00^525^26^0^^^^^^^^0.045^0.008^0.102^0^114.00^~.5 cup~^439.00^~1 can, (303 x 406)~^0 ~11060~^~BEANS,SNAP,GRN,FRZ,ALL STYLES,UNPREP~^89.93^39^1.79^0.21^0.53^7.54^2.6^2.21^42^0.85^22^32^186^3^0.26^0.049^0.369^0.6^12.9^0.098^0.091^0.496^0.104^0.044^15^0^15^15^^0.00^547^27^0^72^292^0^0^663^0.42^44.8^0.047^0.008^0.108^0^121.02^~1 cup~^284.00^~1 package, (10 oz)~^0 ~11061~^~BEANS,SNAP,GRN,FRZ,CKD,BLD,DRND WO/SALT~^91.42^28^1.49^0.17^0.47^6.45^3.0^1.23^42^0.66^19^29^159^1^0.24^0.059^0.288^0.4^4.1^0.035^0.090^0.383^0.049^0.060^23^0^23^23^13.5^0.00^557^28^0^0^334^0^0^564^0.04^12.7^0.042^0.007^0.084^0^135.00^~1 cup~^^~~^0 ~11062~^~BEANS,SNAP,GRN,FRZ,ALL STYLES,MICROWAVED~^89.93^40^1.98^0.41^0.70^6.98^3.4^2.60^61^0.80^29^42^237^3^0.31^0.066^0.330^1.0^11.0^0.073^0.103^0.485^0.168^0.063^12^^12^^^^519^26^^68^277^0^0^629^0.42^57.7^0.047^0.008^0.108^^111.01^~1 cup~^^~~^0 ~11080~^~BEETS,RAW~^87.58^43^1.61^0.17^1.08^9.56^2.8^6.76^16^0.80^23^40^325^78^0.35^0.075^0.329^0.7^4.9^0.031^0.040^0.334^0.155^0.067^109^0^109^109^6.0^0.00^33^2^0^0^20^0^0^0^0.04^0.2^0.027^0.032^0.060^0^136.00^~1 cup~^82.00^~1 beet, (2" dia)~^33 ~11081~^~BEETS,CKD,BLD,DRND~^87.06^44^1.68^0.18^1.12^9.96^2.0^7.96^16^0.79^23^38^305^77^0.35^0.074^0.326^0.7^3.6^0.027^0.040^0.331^0.145^0.067^80^0^80^80^6.3^0.00^35^2^0^0^21^0^0^0^0.04^0.2^0.028^0.035^0.064^0^85.00^~.5 cup, slices~^100.00^~2 beets, (2" dia, sphere)~^0 ~11082~^~BEETS,CND,REG PK,SOL&LIQUIDS~^91.30^30^0.73^0.09^0.74^7.14^1.2^6.53^18^0.73^18^15^159^143^0.34^0.043^0.411^0.1^2.8^0.010^0.038^0.151^0.150^0.055^29^0^29^29^7.2^0.00^23^1^0^0^14^0^0^0^0.03^0.2^0.013^0.016^0.030^0^246.00^~1 cup~^^~~^0 ~11084~^~BEETS,CND,DRND SOL~^90.96^31^0.91^0.14^0.78^7.21^1.8^5.51^15^1.82^17^17^148^194^0.21^0.059^0.287^0.5^4.1^0.010^0.040^0.157^0.156^0.057^30^0^30^30^7.5^0.00^24^1^0^0^15^0^0^0^0.03^0.2^0.022^0.027^0.049^0^157.00^~1 cup, diced~^195.00^~1 cup, shredded~^0 ~08037~^~CEREALS RTE,GRANOLA,HOMEMADE~^5.40^489^14.85^24.06^2.43^53.25^9.0^20.00^78^4.23^175^456^540^25^4.03^0.635^4.053^27.8^1.2^0.735^0.292^2.143^1.563^0.294^82^0^82^82^49.1^0.00^19^1^0^0^11^0^0^137^11.11^8.7^4.058^9.527^9.218^0^122.00^~1 cup~^28.35^~1 oz~^0 ~08038~^~CEREALS RTE,KRAFT,POST GRAPE-NUTS CRL~^3.00^359^12.48^1.85^2.57^80.10^8.8^12.61^39^38.06^103^302^338^547^5.55^0.375^3.236^9.1^0.0^1.002^0.698^14.600^0.872^2.400^488^446^42^800^27.2^6.33^1769^529^529^0^4^0^0^173^0.64^1.5^0.305^0.261^0.871^0^58.00^~.5 cup, (1 NLEA serving)~^115.48^~1 cup~^0 ~08039~^~CEREALS RTE,WHEAT&MALT BARLEY FLAKES~^3.20^365^10.00^2.90^2.40^81.50^8.8^17.60^39^27.93^103^302^340^482^4.14^0.500^2.046^9.6^0.0^1.290^1.470^17.240^0.626^1.730^345^326^19^573^29.0^5.17^2586^776^776^0^0^0^0^0^1.21^1.5^0.600^0.816^1.050^0^29.00^~.75 cup, (1 NLEA serving)~^21.30^~1 box, single serving (.75 oz)~^0 ~08045~^~CEREALS RTE,GENERAL MILLS,HONEY NUT CHEERIOS~^2.20^393^10.71^5.36^4.40^77.33^7.1^32.14^357^16.07^114^357^411^679^13.39^0.254^2.744^23.5^21.4^1.340^1.520^17.860^0.848^1.786^714^695^19^1201^25.8^5.36^1786^536^536^0^0^0^0^116^0.96^2.1^0.000^1.790^1.790^0^28.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08046~^~CEREALS RTE,CORN&OAT FLOURS,PUFFED PRESWEETENED,SINGLE BRAND~^1.50^395^5.20^2.10^2.20^88.90^2.5^38.30^17^9.31^37^93^120^743^5.17^0.068^0.152^20.1^0.0^1.290^1.470^17.240^0.198^1.730^345^326^19^573^14.4^5.17^2583^748^742^32^50^0^0^721^0.19^0.7^0.600^0.490^0.690^0^29.00^~1.333 cup, (1 NLEA serving)~^^~~^0 ~08047~^~CEREALS RTE,QUAKER,KING VITAMAN~^2.00^386^6.54^3.47^3.00^85.00^3.5^20.18^10^29.00^84^255^274^837^12.71^0.210^0.910^6.5^40.0^1.270^1.430^16.840^0.560^1.670^1334^1315^19^2255^14.5^5.00^3352^959^950^52^80^0^0^1124^4.55^0.3^1.580^0.650^1.140^0^31.00^~1.5 cup, (1 NLEA serving)~^^~~^0 ~08048~^~CEREALS RTE,GENERAL MILLS,KIX~^2.79^367^7.69^3.46^3.23^82.82^8.9^9.76^570^32.00^51^189^188^662^17.42^0.142^1.130^8.5^25.4^1.955^2.000^24.250^0.522^2.300^787^768^19^1324^18.9^5.70^3013^876^870^33^51^0^0^794^0.25^0.6^0.576^0.990^1.277^0^30.00^~1.25 cup, (1 NLEA serving)~^23.85^~1 cup~^0 ~08049~^~CEREALS RTE,QUAKER,QUAKER OAT LIFE,PLN~^4.30^373^9.89^4.39^3.61^77.81^6.6^19.48^349^28.10^95^414^285^512^12.68^0.270^2.730^3.2^0.0^1.280^1.490^17.560^0.570^1.760^839^820^19^1413^28.5^0.00^40^2^0^12^19^0^0^120^0.60^1.4^0.820^1.490^1.420^0^32.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08050~^~CEREALS RTE,GENERAL MILLS,LUCKY CHARMS~^3.17^407^7.02^3.63^3.29^82.90^4.7^39.93^399^18.40^59^237^182^679^16.24^0.166^1.874^16.4^23.3^1.732^1.908^22.300^0.657^1.925^745^726^19^1253^16.2^5.92^1860^559^558^0^0^0^0^81^0.27^1.2^0.602^1.195^1.183^0^27.00^~.75 cup, (1 NLEA serving)~^35.10^~1 cup~^0 ~08053~^~CEREALS RTE,BRAN,MALTED FLR,SINGLE BRAND~^2.80^287^12.70^2.10^4.40^78.20^28.6^24.40^76^27.93^278^813^947^417^12.93^0.918^9.030^8.0^0.0^1.290^1.470^17.240^1.930^1.730^345^326^19^573^29.0^0.00^2586^776^776^0^0^0^0^0^2.32^1.6^0.300^0.316^1.101^0^29.00^~.333 cup, (1 NLEA serving)~^^~~^0 ~08054~^~CEREALS RTE,QUAKER,100% NAT GRANOLA OATS & HONEY~^2.21^429^10.38^12.86^1.91^72.64^6.9^25.79^117^2.69^112^366^463^50^2.71^0.360^2.640^2.0^0.2^0.380^0.280^2.170^0.910^0.210^35^0^35^35^35.4^0.24^7^0^0^0^2^0^0^112^1.63^1.3^7.940^2.640^1.690^1^48.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08057~^~CEREALS RTE,GENERAL MILLS,HONEY NUT CHEX~^2.20^400^6.67^1.67^3.46^86.00^1.0^30.00^333^30.00^17^65^117^733^12.50^0.140^1.448^1.7^20.0^1.250^1.420^16.670^0.665^1.667^667^648^19^1120^16.4^5.00^66^3^0^20^30^0^0^419^0.56^0.8^0.278^0.585^0.615^0^32.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08058~^~CEREALS RTE,KELLOGG,KELLOGG'S PRODUCT 19~^3.00^333^7.70^1.40^4.90^83.00^3.3^13.30^16^60.30^53^133^167^690^51.00^0.120^1.127^12.0^204.0^5.000^5.700^66.700^33.600^6.900^1333^1314^19^2253^19.3^20.00^2500^714^707^43^66^0^0^942^45.00^0.6^0.300^0.400^0.700^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08059~^~CEREALS RTE,QUAKER,SWT CRUNCH/QUISP~^2.00^405^4.50^6.07^2.39^85.03^2.3^43.36^9^18.35^55^168^187^740^15.29^0.210^0.660^6.5^0.0^1.530^1.730^20.380^0.360^2.040^1555^1536^19^2630^9.3^0.00^148^45^17^26^39^0^0^572^0.15^0.4^4.440^0.690^0.850^0^27.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08060~^~CEREALS RTE,KELLOGG,KELLOGG'S RAISIN BRAN~^8.77^322^8.59^2.19^3.09^77.36^11.1^29.90^47^12.77^126^365^567^580^3.48^0.418^2.842^3.6^0.0^1.115^1.600^14.650^0.922^1.775^255^236^19^421^29.0^5.12^1472^442^442^0^3^0^0^120^0.74^2.3^0.353^0.291^0.730^0^59.00^~1 cup, ( 1 NLEA serving)~^^~~^0 ~08061~^~CEREALS RTE,KRAFT,POST RAISIN BRAN CRL~^8.13^317^9.33^2.50^3.20^76.84^12.1^28.06^54^24.00^157^393^613^489^7.81^0.527^3.210^5.9^8.0^1.640^1.690^13.100^0.206^1.810^341^322^19^566^28.5^5.44^1271^382^382^0^0^0^0^0^0.82^1.9^0.390^0.460^1.050^0^56.00^~1 cup~^28.35^~1 oz~^0 ~08064~^~CEREALS RTE,GENERAL MILLS,RICE CHEX~^2.50^382^6.45^1.61^4.02^85.42^1.0^7.41^370^33.33^89^114^167^889^13.89^0.204^2.464^3.9^22.2^1.389^1.574^18.519^1.151^1.852^741^737^4^1256^8.4^5.56^1852^556^556^0^0^0^0^0^0.65^0.9^0.348^0.552^0.525^0^27.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08494~^~CEREALS RTE,MALT-O-MEAL,CINN TOASTERS~^2.40^431^5.80^10.10^2.60^79.10^4.7^34.80^388^16.40^48^336^150^461^15.20^0.185^1.607^29.5^21.0^1.420^1.890^23.200^0.467^3.030^392^373^19^653^^4.92^1560^468^468^0^0^0^0^0^1.11^5.2^1.670^3.910^4.070^1^30.00^~.75 cup~^^~~^0 ~08495~^~CEREALS RTE,MALT-O-MEAL,COCOA DYNO-BITES~^1.50^402^4.10^3.06^1.90^89.40^1.2^45.20^8^6.81^25^70^179^609^5.45^0.193^0.670^9.0^1.0^1.600^2.300^39.900^0.580^3.320^495^491^4^839^^8.19^3450^1036^1036^0^0^0^0^0^0.12^0.4^2.430^0.256^0.211^1^29.00^~.75 cup~^^~~^0 ~08497~^~CEREALS RTE,MALT-O-MEAL,CORN FLAKES~^3.00^380^6.50^0.35^2.50^87.70^2.9^7.80^2^28.60^18^59^91^1020^0.37^0.140^0.058^7.9^67.1^1.680^1.730^19.700^0.051^2.110^379^345^34^621^^^4189^1211^1200^56^85^0^0^1198^0.15^0.3^0.090^0.060^0.180^1^30.00^~1 cup~^^~~^0 ~08500~^~CEREALS RTE,MALT-O-MEAL,FRSTD WHL WHEAT CRL~^4.40^388^9.40^2.08^1.20^82.90^10.5^17.90^27^38.70^106^311^340^18^6.09^0.349^^^1.0^0.760^1.030^16.100^^1.470^^811^^^^2.65^100^^^^^^^^^^0.393^0.367^1.230^1^55.00^~1 cup~^^~~^0 ~08501~^~CEREALS RTE,MALT-O-MEAL,FRUITY DYNO-BITES~^1.20^404^3.90^3.15^1.70^90.10^1.0^42.60^3^7.62^15^67^76^642^5.99^0.128^0.634^^1.0^1.460^2.510^26.500^0.588^2.740^496^492^4^840^^6.90^3630^1090^1090^0^0^0^0^0^1.27^0.2^0.640^2.120^0.258^1^27.00^~.75 cup~^^~~^0 ~08502~^~CEREALS RTE,NATURE'S PATH,OPTIMUM~^3.67^345^14.55^4.55^3.86^73.37^18.2^29.09^455^4.91^249^475^751^364^3.09^1.133^4.270^37.6^2.2^0.331^0.269^5.782^1.139^0.587^727^708^19^1223^56.0^10.91^0^0^0^0^0^0^0^0^0.62^2.3^0.000^0.962^3.110^0^55.00^~1 cup~^^~~^0 ~08503~^~CEREALS RTE,NATURE'S PATH,OPTIMUM SLIM~^4.07^327^16.36^4.55^5.50^69.09^20.0^18.18^455^4.91^246^420^956^455^3.02^1.136^3.794^34.8^0.0^0.324^0.357^5.050^1.212^0.487^82^0^82^82^56.0^0.00^0^0^0^0^0^0^0^0^0.84^13.5^0.000^1.130^2.903^0^55.00^~1 cup~^^~~^0 ~08504~^~CEREALS RTE,RALSTON ENR BRAN FLAKES~^2.53^310^10.21^3.36^4.13^79.77^16.9^17.17^45^67.67^190^533^630^813^64.33^0.537^3.467^9.2^239.7^4.713^7.290^90.567^29.800^6.800^^^^^27.6^^1771^531^531^^^^^^80.46^2.7^0.433^0.443^1.383^^29.00^~1 serving, (NLEA serving size = 0.75 cup)~^41.57^~1 cup~^0 ~08505~^~CEREALS RTE,RALSTON CORN BISCUITS~^3.59^367^5.83^1.05^3.74^85.79^2.6^9.51^378^38.37^15^38^90^1070^17.13^0.073^0.223^2.2^18.5^1.520^1.697^21.833^0.117^2.230^^^^^^^1170^307^298^0^73^66^0^^0.10^0.0^0.193^0.133^0.347^^30.00^~1 serving, (NLEA serving size = 1 cup)~^30.83^~1 cup~^0 ~08506~^~CEREALS RTE,RALSTON CORN FLAKES~^3.31^357^5.90^0.91^1.88^88.01^2.7^7.84^2^19.40^7^33^86^710^0.20^0.075^0.095^2.2^65.0^4.483^1.740^21.033^0.099^1.907^^^^^2.2^^2115^581^570^22^85^66^0^^0.02^0.0^0.227^0.107^0.293^^28.00^~1 serving, (NLEA serving size = 1 cup)~^31.10^~1 cup~^0 ~08507~^~CEREALS RTE,RALSTON CRISPY HEXAGONS~^4.07^379^5.94^0.95^2.26^86.78^1.5^9.57^8^34.67^16^63^99^816^7.43^0.131^0.653^2.2^43.8^7.550^3.570^29.900^0.230^7.720^^^^^^^2691^784^779^0^40^33^0^^0.05^0.0^0.263^0.193^0.350^^29.00^~1 serving, (NLEA serving size = 1 cup)~^28.13^~1 cup~^0 ~08508~^~CEREALS RTE,USDA CMDTY CORN & RICE (INCLUDES ALL BRANDS)~^3.78^378^6.06^1.08^2.23^86.85^1.4^10.35^10^34.06^19^77^105^795^7.60^0.137^0.790^6.3^38.5^6.288^3.870^29.620^0.226^5.986^^^^^^^2792^814^810^0^39^33^0^^0.08^0.0^0.260^0.204^0.354^^28.98^~1 cup~^29.00^~1 serving, (NLEA serving = 1 cup)~^0 ~08509~^~CEREALS RTE,USDA CMDTY RICE CRISPS (INCLUDES ALL BRANDS)~^3.85^381^6.45^1.27^2.39^86.04^0.7^8.35^5^10.53^24^96^108^850^1.19^0.158^1.057^13.6^46.0^2.052^2.518^26.217^0.311^2.683^^^^^^^2028^608^608^^^^^^0.08^0.0^0.355^0.253^0.325^^33.00^~1.25 serving, (NLEA serving = 1.25 cup)~^28.25^~1 cup~^0 ~08510~^~MILK & CRL BAR~^8.69^413^6.47^10.98^1.76^72.05^0.4^45.97^410^5.99^21^155^254^319^0.84^0.049^0.206^7.7^15.4^0.615^0.696^8.194^0.495^0.819^98^87^11^159^31.0^2.00^627^188^188^0^0^0^0^0^0.42^2.5^9.114^1.186^0.239^6^^~~^^~~^0 ~08511~^~CEREALS,MALT-O-MEAL,PLN,PREP W/ H2O,WO/ SALT~^89.51^42^1.36^0.15^0.26^8.72^0.5^0.13^61^6.43^2^25^20^3^0.07^0.015^0.000^2.7^0.1^0.212^0.104^2.826^0.048^0.194^167^164^3^282^^^^^^^^^^^^^0.035^0.020^0.086^0^267.90^~1 serving, (3 T dry cereal plus 1 cup water)~^^~~^0 ~10022~^~PORK,FRSH,LOIN,WHL,LN&FAT,CKD,BRLD~^57.87^242^27.32^13.92^1.35^0.00^0.0^0.00^19^0.87^28^246^423^62^2.39^0.073^0.009^45.3^0.6^0.877^0.321^5.037^0.698^0.464^5^0^5^5^93.9^0.70^7^2^2^0^0^0^0^0^0.29^0.0^5.230^6.190^1.200^80^85.00^~3 oz~^87.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^21 ~10023~^~PORK,FRSH,LOIN,WHL,LN&FAT,CKD,RSTD~^57.51^248^27.09^14.65^1.21^0.00^0.0^0.00^19^0.99^26^242^408^59^2.32^0.056^0.011^33.4^0.6^0.988^0.313^5.572^0.760^0.516^6^0^6^6^93.1^0.71^9^3^3^0^0^0^0^0^0.19^0.0^5.370^6.510^1.210^82^85.00^~3 oz~^89.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^21 ~10024~^~PORK,FRSH,LOIN,WHL,LN,RAW~^72.23^143^21.43^5.66^1.05^0.00^0.0^0.00^17^0.84^23^211^389^52^1.84^0.062^0.012^36.1^0.6^0.989^0.267^4.915^0.781^0.527^5^0^5^5^75.6^0.63^7^2^2^0^0^0^0^0^0.18^0.0^1.950^2.560^0.610^59^453.60^~1 lb~^106.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^30 ~10025~^~PORK,FRSH,LOIN,WHL,LN,CKD,BRSD~^61.40^204^28.57^9.12^1.40^0.00^0.0^0.00^18^1.13^20^183^387^50^2.48^0.079^0.013^48.2^0.6^0.659^0.267^4.588^0.677^0.387^4^0^4^4^98.2^0.55^7^2^2^0^0^0^0^0^0.21^0.0^3.380^4.160^0.700^79^85.00^~3 oz~^80.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^28 ~10026~^~PORK,FRSH,LOIN,WHL,LN,CKD,BRLD~^60.72^210^28.57^9.80^1.40^0.00^0.0^0.00^17^0.91^29^253^438^64^2.48^0.075^0.009^48.2^0.7^0.923^0.338^5.243^0.729^0.492^6^0^6^6^98.2^0.72^7^2^2^0^0^0^0^0^0.27^0.0^3.640^4.450^0.770^79^85.00^~3 oz~^79.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^28 ~10027~^~PORK,FRSH,LOIN,WHL,LN,CKD,RSTD~^61.02^209^28.62^9.63^1.25^0.00^0.0^0.00^18^1.09^28^249^425^58^2.53^0.059^0.016^35.1^0.6^1.017^0.329^5.893^0.782^0.552^1^0^1^1^98.4^0.73^8^2^2^0^0^0^0^0^0.20^0.0^3.510^4.320^0.760^81^85.00^~3 oz~^81.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^28 ~10028~^~PORK,FRSH,LOIN,BLADE (CHOPS OR ROASTS),BONE-IN,LN&FAT,RAW~^59.20^285^15.82^24.12^0.80^0.00^0.0^0.00^29^0.83^16^164^281^54^2.35^0.062^0.010^26.2^0.6^0.654^0.231^3.650^0.622^0.370^3^0^3^3^^0.09^8^2^2^0^0^0^0^0^0.29^^8.370^10.730^2.580^72^453.60^~1 lb~^110.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^27 ~10029~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^51.83^323^21.91^25.43^1.16^0.00^0.0^0.00^31^1.11^15^162^304^55^3.27^0.085^0.011^36.0^0.6^0.476^0.232^3.590^0.562^0.297^2^0^2^2^^0.65^8^2^2^0^0^0^0^0^0.27^0.0^9.540^10.950^2.330^85^85.00^~3 oz~^83.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^26 ~10030~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^51.83^320^22.47^24.85^1.19^0.00^0.0^^29^0.93^22^212^344^70^3.37^0.083^0.008^37.1^0.7^0.652^0.296^4.109^0.615^0.381^4^0^4^4^^0.83^8^2^2^^^^^^^^9.310^10.700^2.260^86^85.00^~3 oz~^80.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^27 ~10031~^~PORK,FRSH,LOIN,BLADE (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^51.21^323^23.72^24.63^1.09^0.00^0.0^^34^1.11^20^210^326^30^3.30^0.079^0.011^37.1^0.2^0.524^0.296^4.237^0.486^0.378^4^0^4^4^^0.73^9^3^3^^^^^^^^9.150^10.640^2.160^93^265.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~10032~^~PORK,FRSH,LOIN,BLADE (CHOPS OR ROASTS),BONE-IN,LN,RAW~^71.80^157^19.27^8.25^1.00^0.00^0.0^^23^1.02^21^191^340^67^2.95^0.075^0.013^32.6^0.8^0.808^0.279^4.324^0.757^0.490^4^0^4^4^^0.84^7^2^2^^^^^^^^2.850^3.730^0.890^64^453.60^~1 lb~^82.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^46 ~10033~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN,CKD,BRSD~^61.02^225^25.03^13.07^1.30^0.00^0.0^0.00^24^1.35^18^161^326^62^3.91^0.096^0.014^42.3^0.8^0.525^0.272^3.931^0.639^0.350^3^0^3^3^86.0^0.71^7^2^2^0^0^0^0^0^0.21^0.0^4.740^5.680^1.030^83^85.00^~3 oz~^63.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^44 ~10034~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN,CKD,BRLD~^59.86^234^25.36^13.89^1.32^0.00^0.0^^23^1.09^26^226^374^80^3.97^0.092^0.009^42.9^0.8^0.744^0.349^4.552^0.697^0.451^4^0^4^4^^0.94^7^2^2^^^^^^^^5.060^6.040^1.110^84^85.00^~3 oz~^63.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^43 ~10035~^~PORK,FRSH,LOIN,BLADE (ROASTS),BONE-IN,LN,CKD,RSTD~^58.20^247^26.60^14.81^1.18^0.00^0.0^^29^1.29^24^221^349^29^3.81^0.086^0.013^42.3^0.3^0.574^0.342^4.664^0.528^0.440^5^0^5^5^^0.80^8^2^2^^^^^^^^5.310^6.460^1.100^93^213.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^40 ~10036~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN & FAT,RAW~^69.70^170^20.71^9.03^0.96^0.00^0.0^0.00^19^0.63^25^209^343^55^1.77^0.063^0.007^33.8^0.0^0.485^0.189^6.619^0.704^0.697^0^0^0^0^55.8^0.53^6^2^2^0^0^0^0^0^0.12^0.0^2.993^3.548^1.190^69^198.55^~1 chop, without refuse (Yield from 1 raw chop, with refuse, weighing 259g)~^453.60^~1 lb~^25 ~10037~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^57.40^247^27.94^14.15^1.41^0.00^0.0^^26^1.05^19^179^353^59^2.16^0.073^0.015^41.0^0.9^0.769^0.215^4.611^0.705^0.373^3^0^3^3^^0.50^8^2^2^^^^^^^^5.320^6.200^1.240^86^85.00^~3 oz~^83.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^24 ~10038~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^62.27^209^25.61^11.06^1.01^0.00^0.0^0.00^24^0.79^25^220^344^55^2.14^0.078^0.009^43.6^0.0^0.599^0.234^8.147^0.658^0.669^0^0^0^0^73.2^0.59^6^2^2^0^0^0^0^0^0.11^0.0^3.518^4.220^1.359^84^156.82^~1 chop, without refuse (Yield from 1 cooked chop, with refuse, weighing 209g)~^85.00^~3 oz~^25 ~10039~^~PORK,FRSH,LOIN,CNTR LOIN (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^59.76^234^26.31^13.46^1.32^0.00^0.0^^27^0.99^20^215^352^63^2.02^0.068^0.015^41.0^0.9^0.864^0.253^5.217^0.664^0.352^4^0^4^4^^0.57^7^2^2^^^^^^^^5.060^5.890^1.180^80^252.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^26 ~10040~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,RAW~^73.62^127^21.99^3.71^1.01^0.00^0.0^0.00^18^0.65^26^220^362^58^1.86^0.066^0.008^36.0^0.0^0.510^0.198^6.934^0.732^0.742^0^0^0^0^58.5^0.50^0^0^0^0^0^0^0^0^0.13^0.0^1.098^1.346^0.415^69^178.46^~1 chop, without refuse (Yield from 1 raw chop, with refuse, weighing 259g)~^453.60^~1 lb~^31 ~11086~^~BEET GREENS,RAW~^91.02^22^2.20^0.13^2.33^4.33^3.7^0.50^117^2.57^70^41^762^226^0.38^0.191^0.391^0.9^30.0^0.100^0.220^0.400^0.250^0.106^15^0^15^15^0.4^0.00^6326^316^0^3^3794^0^0^1503^1.50^400.0^0.020^0.026^0.046^0^38.00^~1 cup~^32.00^~1 leaf~^44 ~11087~^~BEET GRNS,CKD,BLD,DRND,WO/SALT~^89.13^27^2.57^0.20^2.64^5.46^2.9^0.60^114^1.90^68^41^909^241^0.50^0.251^0.514^0.9^24.9^0.117^0.289^0.499^0.329^0.132^14^0^14^14^0.5^0.00^7654^383^0^4^4590^0^0^1819^1.81^484.0^0.031^0.038^0.070^0^144.00^~1 cup, (1" pieces)~^72.00^~.5 cup, (1" pieces)~^0 ~11088~^~BROADBEANS,IMMAT SEEDS,RAW~^81.00^72^5.60^0.60^1.10^11.70^4.2^^22^1.90^38^95^250^50^0.58^0.074^0.320^1.2^33.0^0.170^0.110^1.500^0.086^0.038^96^0^96^96^^0.00^350^18^0^^^^^^^^0.138^0.017^0.310^0^109.00^~1 cup~^8.00^~1 broadbean~^3 ~11089~^~BROADBEANS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^83.70^62^4.80^0.50^0.90^10.10^3.6^^18^1.50^31^73^193^41^0.47^0.060^0.261^1.0^19.8^0.128^0.090^1.200^0.066^0.029^58^0^58^58^^0.00^270^14^0^^^^^^^^0.142^0.020^0.303^0^^~~^^~~^0 ~11090~^~BROCCOLI,RAW~^89.30^34^2.82^0.37^0.87^6.64^2.6^1.70^47^0.73^21^66^316^33^0.41^0.049^0.210^2.5^89.2^0.071^0.117^0.639^0.573^0.175^63^0^63^63^18.7^0.00^623^31^0^25^361^1^0^1403^0.78^101.6^0.039^0.011^0.038^0^90.93^~1 cup, chopped~^608.00^~1 bunch~^39 ~11091~^~BROCCOLI,CKD,BLD,DRND,WO/SALT~^89.25^35^2.38^0.41^0.77^7.18^3.3^1.39^40^0.67^21^67^293^41^0.45^0.061^0.194^1.6^64.9^0.063^0.123^0.553^0.616^0.200^108^0^108^108^40.1^0.00^1548^77^0^0^929^0^0^1080^1.45^141.1^0.079^0.040^0.170^0^280.00^~1 stalk, large (11"-12" long)~^180.00^~1 stalk, medium (7-1/2" - 8" long)~^0 ~11092~^~BROCCOLI,FRZ,CHOPD,UNPREP~^91.46^26^2.81^0.29^0.66^4.78^3.0^1.35^56^0.81^18^50^212^24^0.48^0.038^0.294^2.8^56.4^0.053^0.096^0.470^0.279^0.130^67^0^67^67^14.9^0.00^1034^52^0^20^610^1^0^1120^1.22^81.1^0.044^0.020^0.136^0^156.00^~1 cup~^284.00^~1 package, (10 oz)~^0 ~11093~^~BROCCOLI,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^90.72^28^3.10^0.12^0.71^5.35^3.0^1.47^33^0.61^13^49^142^11^0.28^0.034^0.223^0.7^40.1^0.055^0.081^0.458^0.274^0.130^56^0^56^56^16.2^0.00^1011^51^0^19^597^1^0^1095^1.32^88.1^0.018^0.008^0.055^0^184.00^~1 cup~^^~~^0 ~11094~^~BROCCOLI,FRZ,SPEARS,UNPREP~^90.55^29^3.06^0.34^0.70^5.35^3.0^1.47^41^0.72^16^59^250^17^0.34^0.036^0.256^1.9^68.3^0.072^0.114^0.462^0.242^0.175^94^0^94^94^^0.00^1138^57^0^15^675^1^0^1525^1.35^101.4^0.052^0.024^0.162^0^284.00^~1 package, (10 oz)~^907.00^~1 package, (2 lb)~^0 ~11095~^~BROCCOLI,FRZ,SPEARS,CKD,BLD,DRND,WO/SALT~^90.72^28^3.10^0.11^0.71^5.36^3.0^1.47^51^0.61^20^55^180^24^0.30^0.043^0.325^1.9^40.1^0.055^0.081^0.458^0.274^0.130^30^0^30^30^16.2^0.00^1011^51^0^19^597^1^0^1095^1.32^88.1^0.018^0.008^0.055^0^250.00^~1 package, (10 oz) yields~^92.00^~.5 cup~^0 ~11096~^~BROCCOLI RAAB,RAW~^92.55^22^3.17^0.49^0.93^2.85^2.7^0.38^108^2.14^22^73^196^33^0.77^0.042^0.395^1.0^20.2^0.162^0.129^1.221^0.322^0.171^83^^83^^18.3^^2622^131^^0^1573^0^0^1121^1.62^224.0^0.050^0.026^0.130^^40.30^~1 cup, chopped~^18.83^~1 stalk~^0 ~11097~^~BROCCOLI RAAB,CKD~^91.41^33^3.83^0.52^1.11^3.12^2.8^0.62^118^1.27^27^82^343^56^0.54^0.075^0.380^1.3^37.0^0.169^0.140^2.015^0.448^0.220^71^^71^^33.6^^4533^227^^0^2720^0^0^1683^2.53^256.0^0.057^0.030^0.150^^436.83^~1 bunch, cooked~^85.00^~1 NLEA serving~^0 ~11098~^~BRUSSELS SPROUTS,RAW~^86.00^43^3.38^0.30^1.37^8.95^3.8^2.20^42^1.40^23^69^389^25^0.42^0.070^0.337^1.6^85.0^0.139^0.090^0.745^0.309^0.219^61^0^61^61^19.1^0.00^754^38^0^6^450^0^0^1590^0.88^177.0^0.062^0.023^0.153^0^88.00^~1 cup~^19.00^~1 sprout~^10 ~11099~^~BRUSSELS SPROUTS,CKD,BLD,DRND,WO/SALT~^88.90^36^2.55^0.50^0.95^7.10^2.6^1.74^36^1.20^20^56^317^21^0.33^0.083^0.227^1.5^62.0^0.107^0.080^0.607^0.252^0.178^60^0^60^60^40.6^0.00^775^39^0^0^465^0^0^1290^0.43^140.3^0.102^0.038^0.255^0^21.00^~1 sprout~^78.00^~.5 cup~^0 ~11100~^~BRUSSELS SPROUTS,FRZ,UNPREP~^87.07^41^3.78^0.41^0.88^7.86^3.8^^26^0.93^20^62^370^10^0.31^0.033^0.311^1.5^74.1^0.105^0.122^0.638^0.285^0.202^123^0^123^123^^0.00^617^31^0^^370^^^^^^0.084^0.031^0.207^0^284.00^~1 package, (10 oz)~^907.00^~1 package, (2 lb)~^0 ~11101~^~BRUSSELS SPROUTS,FRZ,CKD,BLD,DRND,WO/SALT~^86.74^42^3.64^0.39^0.91^8.32^4.1^2.08^26^0.48^18^56^290^15^0.24^0.034^0.206^0.6^45.7^0.103^0.113^0.537^0.342^0.289^101^0^101^101^18.1^0.00^926^46^0^0^555^0^0^1541^0.51^193.5^0.081^0.030^0.200^0^155.00^~1 cup~^^~~^0 ~11104~^~BURDOCK ROOT,RAW~^80.09^72^1.53^0.15^0.89^17.34^3.3^2.90^41^0.80^38^51^308^5^0.33^0.077^0.232^0.7^3.0^0.010^0.030^0.300^0.321^0.240^23^0^23^23^11.7^0.00^0^0^0^0^0^0^0^0^0.38^1.6^0.025^0.037^0.059^0^118.00^~1 cup, (1" pieces)~^156.00^~1 root~^25 ~11105~^~BURDOCK ROOT,CKD,BLD,DRND,WO/SALT~^75.64^88^2.09^0.14^0.98^21.15^1.8^3.55^49^0.77^39^93^360^4^0.38^0.089^0.270^0.9^2.6^0.039^0.058^0.320^0.353^0.279^20^0^20^20^14.3^0.00^0^0^0^0^0^0^0^0^0.46^2.0^0.023^0.035^0.055^0^125.00^~1 cup, (1" pieces)~^166.00^~1 root~^0 ~11106~^~BUTTERBUR,(FUKI),RAW~^94.50^14^0.39^0.04^1.46^3.61^^^103^0.10^14^12^655^7^0.16^0.103^0.274^0.9^31.5^0.020^0.020^0.200^0.032^0.096^10^0^10^10^^0.00^50^3^0^^^^^^^^^^^0^94.00^~1 cup~^5.00^~1 petiole~^12 ~11107~^~BUTTERBUR,CKD,BLD,DRND,WO/SALT~^96.70^8^0.23^0.02^0.88^2.16^^^59^0.10^8^7^354^4^0.09^0.059^0.156^0.9^18.9^0.010^0.010^0.100^0.018^0.052^4^0^4^4^^0.00^27^1^0^^^^^^^^^^^0^^~~^^~~^0 ~11108~^~BUTTERBUR,CANNED~^97.92^3^0.11^0.13^1.46^0.38^^^34^0.63^2^4^12^4^0.06^0.037^0.098^0.9^11.9^0.006^0.006^0.140^0.011^0.033^3^0^3^3^^0.00^0^0^0^^^^^^^^^^^0^124.00^~1 cup, chopped~^45.00^~3 stalks~^0 ~11109~^~CABBAGE,RAW~^92.18^25^1.28^0.10^0.64^5.80^2.5^3.20^40^0.47^12^26^170^18^0.18^0.019^0.160^0.3^36.6^0.061^0.040^0.234^0.212^0.124^43^0^43^43^10.7^0.00^98^5^0^33^42^0^0^30^0.15^76.0^0.034^0.017^0.017^0^89.00^~1 cup, chopped~^70.00^~1 cup, shredded~^20 ~11110~^~CABBAGE,CKD,BLD,DRND,WO/SALT~^92.57^23^1.27^0.06^0.59^5.51^1.9^2.79^48^0.17^15^33^196^8^0.20^0.017^0.205^0.6^37.5^0.061^0.038^0.248^0.174^0.112^30^0^30^30^20.3^0.00^80^4^0^0^48^0^0^27^0.14^108.7^0.000^0.019^0.023^0^1262.00^~1 head~^75.00^~.5 cup, shredded~^0 ~11112~^~CABBAGE,RED,RAW~^90.39^31^1.43^0.16^0.64^7.37^2.1^3.83^45^0.80^16^30^243^27^0.22^0.017^0.243^0.6^57.0^0.064^0.069^0.418^0.147^0.209^18^0^18^18^17.1^0.00^1116^56^0^0^670^0^20^329^0.11^38.2^0.021^0.012^0.080^0^89.00^~1 cup, chopped~^70.00^~1 cup, shredded~^20 ~08065~^~CEREALS RTE,KELLOGG,KELLOGG'S RICE KRISPIES~^4.13^387^6.84^0.96^2.83^85.24^0.8^9.46^7^34.40^26^126^111^907^1.26^0.173^1.377^18.1^27.8^1.822^2.225^21.325^0.602^3.000^539^535^4^913^8.4^9.47^1889^567^567^0^0^0^0^0^0.10^0.0^0.216^0.279^0.295^0^33.00^~1.25 cup, (1 NLEA serving)~^28.05^~1 cup~^0 ~08066~^~CEREALS RTE,QUAKER,QUAKER PUFFED RICE~^3.91^383^7.00^0.90^0.40^87.77^1.4^0.00^9^2.86^30^118^116^5^1.10^0.940^0.940^10.5^0.0^0.440^0.260^3.520^0.340^0.000^154^150^4^259^8.4^0.00^0^0^0^0^0^0^0^0^0.12^0.1^0.320^0.180^0.340^0^14.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08067~^~CEREALS RTE,KELLOGG,KELLOGG'S SPL K~^3.00^379^22.50^1.55^1.95^71.00^2.4^12.90^30^27.00^62^219^196^721^2.90^0.200^2.772^54.9^67.7^1.700^1.900^23.000^^6.400^1290^1271^19^2180^37.8^19.50^2474^743^743^0^0^0^0^0^15.30^0.5^0.350^0.400^0.800^0^31.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08068~^~CEREALS RTE,KELLOGG,KELLOGG'S CORN POPS~^3.00^378^3.70^0.75^2.55^90.00^0.8^47.90^17^6.20^7^31^85^386^4.90^0.040^0.244^6.5^19.4^1.200^1.400^16.100^0.293^1.600^329^310^19^546^3.0^4.90^1614^462^458^26^40^0^0^556^0.07^0.1^0.180^0.240^0.200^0^31.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08069~^~CEREALS RTE,KELLOGG,KELLOGG'S FRSTD FLAKES~^3.27^367^4.34^0.26^1.26^90.86^1.8^38.72^3^23.41^7^41^73^462^0.14^0.037^0.043^4.4^26.7^2.057^1.892^26.750^0.215^2.925^382^362^19^635^3.0^8.00^1961^589^554^34^52^0^0^731^0.09^0.2^0.069^0.040^0.102^0^30.00^~.75 cup, ( 1 NLEA serving)~^39.38^~1 cup~^0 ~08071~^~CEREALS RTE,KELLOGG,KELLOGG'S HONEY SMACKS~^2.50^387^6.40^1.85^0.50^89.00^3.7^56.00^24^1.30^59^171^151^186^1.30^0.200^1.401^48.6^22.6^1.400^1.600^18.500^0.371^1.900^375^356^19^624^20.0^5.60^1885^566^566^0^0^0^0^0^0.47^1.2^0.300^0.650^0.900^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08073~^~CEREALS RTE,WHEAT,PUFFED,PRESWEETENED,SINGLE BRAND~^2.90^398^5.50^1.40^0.80^90.90^0.0^53.90^15^6.67^61^136^125^150^5.56^0.220^1.029^48.6^0.0^1.390^1.570^18.520^0.256^1.850^370^351^19^616^20.0^5.56^2778^834^834^0^0^0^0^0^0.33^0.4^0.200^0.450^0.553^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08074~^~CEREALS RTE,RALSTON TASTEEOS~^3.68^398^11.83^5.97^4.29^74.22^10.7^4.64^357^30.00^123^523^307^853^14.33^0.327^2.700^47.0^14.9^1.673^1.903^24.033^0.393^2.273^667^648^19^1120^14.9^5.30^1711^513^513^0^0^0^0^0^0.43^1.3^1.023^1.746^1.870^0^30.00^~1 serving, (NLEA serving size = 1 cup)~^28.27^~1 cup~^0 ~08076~^~CEREALS RTE,CORN FLAKES,PLN,SINGLE BRAND~^3.50^360^6.70^0.10^2.80^86.70^4.5^6.50^3^19.29^16^52^117^949^0.48^0.031^0.082^5.1^0.0^1.340^1.520^17.860^0.123^1.790^357^338^19^594^3.0^5.36^2681^764^756^48^74^0^0^1032^0.25^0.3^0.000^0.030^0.051^0^28.00^~1 cup, (1 NLEA serving)~^21.30^~1 box, single serving (.75 oz)~^0 ~08077~^~CEREALS RTE,GENERAL MILLS,WHL GRAIN TOTAL~^2.67^333^6.67^1.67^11.81^77.18^9.0^16.67^3333^60.00^80^267^300^633^50.00^0.267^^3.9^200.0^5.000^5.670^66.670^33.330^6.667^1333^1314^19^2253^19.0^20.00^1667^501^498^0^4^0^0^172^45.00^0.6^0.407^0.315^0.698^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08078~^~CEREALS RTE,GENERAL MILLS,TRIX~^2.00^400^3.33^5.00^2.99^86.67^3.3^43.33^313^14.06^25^125^109^563^11.72^0.047^0.081^6.5^20.0^1.172^1.328^15.625^0.125^1.563^313^294^19^518^4.1^4.69^1563^469^453^15^22^0^0^315^1.19^3.4^0.670^2.334^1.596^0^32.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08079~^~CEREALS RTE,WAFFELOS~^2.50^405^5.60^4.20^1.40^86.30^^^28^15.90^21^815^88^416^0.81^0.113^^^53.0^1.300^1.500^17.600^0.176^1.800^11^0^11^11^^5.30^4409^1324^1324^^^^^^^^^^^0^30.00^~1 cup~^28.35^~1 oz~^0 ~08081~^~CEREALS RTE,WHL WHEAT,SHREDDED,PRESWEETENED,SINGLE BRAND~^3.82^385^9.82^3.77^1.37^81.22^7.7^23.08^27^3.46^89^237^253^22^2.18^0.311^2.851^40.9^0.0^0.721^0.817^9.615^0.615^0.962^192^150^42^297^20.0^2.88^0^0^0^0^0^0^0^0^1.80^1.5^0.469^1.759^1.196^0^52.00^~1 cup~^^~~^0 ~08082~^~CEREALS RTE,GENERAL MILLS,WHEAT CHEX~^2.50^360^10.00^2.00^4.41^81.09^10.8^10.00^200^28.80^80^300^380^840^7.50^0.320^3.574^5.0^12.0^0.750^0.850^10.000^0.948^1.000^800^781^19^1347^23.1^3.00^1000^300^298^0^5^0^0^207^0.77^1.7^0.328^0.248^0.832^0^47.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08083~^~CEREALS RTE,MALT-O-MEAL,CORN BURSTS~^0.90^394^4.00^0.34^1.10^93.70^1.8^43.60^5^6.56^4^19^59^399^5.70^0.090^0.139^6.4^60.5^2.830^3.060^38.500^0.153^4.700^443^409^34^729^3.9^5.75^3018^872^865^39^60^0^0^842^0.10^0.2^0.165^0.042^0.113^1^31.00^~1 cup~^^~~^0 ~08084~^~CEREALS RTE,WHEAT GERM,TSTD,PLN~^5.60^382^29.10^10.70^5.00^49.60^15.1^7.80^45^9.09^320^1146^947^4^16.67^0.620^19.956^65.0^6.0^1.670^0.820^5.590^1.387^0.978^352^0^352^352^177.7^0.00^103^5^0^0^62^0^0^790^15.99^4.0^1.830^1.500^6.620^0^113.00^~1 cup~^28.35^~1 oz~^0 ~08085~^~CEREALS RTE,QUAKER,KRETSCHMER HONEY CRUNCH WHEAT GERM~^3.40^372^26.55^7.78^4.14^58.11^10.2^24.85^50^8.05^272^1011^964^11^13.88^0.720^15.880^58.0^0.0^1.340^0.690^4.730^1.100^0.500^606^587^19^1016^124.0^0.00^0^0^0^0^0^0^0^0^20.22^0.0^1.360^1.040^4.840^0^14.00^~1.667 tbsp, (1 NLEA serving)~^^~~^0 ~08086~^~CEREALS RTE,GENERAL MILLS,FRENCH TOAST CRUNCH~^2.05^438^6.25^10.94^3.21^77.55^3.1^34.38^313^14.06^25^125^141^719^11.72^0.046^0.082^3.9^18.8^1.170^1.330^15.630^0.152^1.563^313^294^19^518^3.0^4.69^1563^446^442^27^42^0^0^583^1.92^13.3^0.592^7.810^1.560^0^31.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08087~^~CEREALS RTE,GENERAL MILLS,MULTI-GRAIN CHEERIOS~^2.50^379^6.90^3.45^3.81^83.34^9.3^20.69^345^62.07^83^276^293^690^51.72^0.138^1.679^16.8^51.7^5.170^5.860^68.970^34.480^6.897^1379^1360^19^2332^25.9^20.69^1724^518^495^23^35^0^0^571^46.55^1.3^0.531^1.011^1.380^0^30.00^~1 cup~^^~~^0 ~08088~^~CEREALS RTE,GENERAL MILLS,TEAM CHEERIOS~^2.38^370^7.41^3.70^3.63^82.88^6.7^37.04^370^40.00^59^222^241^667^27.78^0.148^1.483^15.7^22.2^3.330^3.780^37.040^18.520^4.444^889^869^19^1496^^11.11^1852^556^554^2^4^0^0^158^22.50^^0.634^0.559^1.952^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08512~^~CEREALS,MALT-O-MEAL,CHOC,PREP W/ H2O,WO/ SALT~^89.15^44^1.22^0.15^0.26^9.22^0.5^2.81^45^4.58^2^19^36^3^0.07^0.015^0.000^^0.1^0.168^0.116^1.869^0.048^0.435^139^136^3^235^^^^^^^^^^^^^0.054^0.031^0.061^0^267.90^~1 serving, (3 T dry cereal plus 1 cup water)~^^~~^0 ~08513~^~CEREALS RTE,GENERAL MILLS,CHOC LUCKY CHARMS~^2.34^400^3.33^3.33^2.96^88.04^3.3^50.00^333^15.00^53^133^167^533^12.50^^^^20.0^1.250^1.420^16.670^^1.667^667^648^19^1120^^5.00^1667^^^^^^^^^^^^^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08514~^~CEREALS RTE,GENERAL MILLS,FRSTD CHEX~^2.20^367^3.65^1.67^3.22^89.26^0.0^33.33^333^30.00^37^94^100^600^12.50^0.091^0.885^9.2^20.0^1.250^1.420^16.670^0.443^1.667^667^660^6^1129^7.7^5.00^1667^501^501^0^0^0^0^0^0.25^0.3^0.317^0.503^0.589^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08515~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP,TRIPLE BERRY~^2.56^382^9.09^4.55^2.64^81.16^8.6^29.09^36^8.18^73^273^345^473^6.82^^^^10.9^0.680^0.770^9.090^^0.909^182^163^19^296^^2.73^0^^^^^^^^^^0.910^1.820^0.910^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08516~^~CEREALS RTE,GENERAL MILLS,PNUT BUTTER COOKIE CRISP~^2.75^433^6.67^11.67^2.90^76.01^3.3^43.33^333^15.00^27^67^200^450^12.50^^^^20.0^1.250^1.420^16.670^^1.667^333^314^19^553^^5.00^1667^^^^^^^^^^1.670^3.330^1.670^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08517~^~CEREALS RTE,GENERAL MILLS MILLS PNUT BUTTER TOAST CRUNCH~^2.10^433^6.67^11.67^3.51^76.00^3.3^43.33^333^15.00^27^67^200^450^12.50^0.161^1.056^15.2^20.0^1.250^1.420^16.670^0.471^1.667^333^313^20^553^16.3^5.00^1667^500^500^0^1^0^0^36^2.16^2.6^1.670^6.670^3.330^0^30.00^~.75 cup~^^~~^0 ~08518~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN YOGURT BITES~^2.32^342^11.00^5.24^2.74^78.80^18.0^13.00^64^8.00^151^443^521^420^7.00^0.400^^0.0^11.0^0.700^0.800^9.000^0.000^3.600^727^^^^^11.00^909^^^^^^^^0.00^^3.000^0.600^1.400^0^56.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08519~^~CEREALS RTE,KELLOGG,BERRY RICE KRISPIES~^2.90^382^5.50^1.00^2.60^88.00^0.3^31.00^8^18.00^31^106^101^726^1.10^0.200^^^20.0^1.300^1.400^16.700^^1.700^333^329^4^563^^5.00^1667^^^^^^^^^^0.300^0.300^0.400^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08520~^~CEREALS RTE,KELLOGG,KELLOGG'S CINN MINI SWIRLZ~^1.80^406^5.70^6.90^2.60^83.00^3.4^11.00^24^6.00^36^133^151^386^5.00^0.000^0.000^0.0^50.0^1.300^1.400^16.700^^1.700^333^314^19^553^^5.00^1667^^^^^^^^0.00^^1.100^2.600^1.900^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08521~^~CEREALS RTE,KELLOGG,CRAN-VANILLA CRUNCH~^3.50^373^6.00^2.20^2.30^86.00^4.7^33.00^27^8.00^47^156^175^428^2.70^0.000^0.000^0.0^0.0^0.700^0.800^9.100^^0.900^182^163^19^296^^2.70^909^^^^^^^^^^1.300^0.200^0.700^0^55.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08524~^~CEREALS RTE,KELLOGG,EGGO CRUNCH CRL,MAPLE FLAV~^2.50^376^6.60^4.40^3.50^83.00^5.9^40.00^167^13.60^39^236^212^480^4.50^0.100^0.000^0.2^45.5^1.100^1.300^15.200^^1.500^303^284^19^502^^4.50^1515^^^^^^^^0.00^^1.500^1.600^1.300^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08525~^~CEREALS RTE,KELLOGG,FRSTD MINI-WHEATS BITE SIZE VANILLA~^6.00^346^8.00^1.70^1.30^83.00^9.6^24.00^33^31.00^118^294^330^1^3.20^0.300^^^0.0^0.800^0.900^10.000^^1.000^195^176^19^318^^2.90^0^^^^^^^^0.00^^0.300^0.400^1.000^0^52.00^~24 biscuit, (1 NLEA serving)~^^~~^0 ~08526~^~CEREALS RTE,KELLOGG,MARSHMLLW FROOT LOOPS,RAINBOW BREEZE~^2.50^390^4.00^2.40^2.10^89.00^1.5^53.00^11^15.00^23^57^84^356^5.00^^^^50.0^1.300^1.400^16.700^^1.600^333^^19^^^5.00^1667^^^^^^^^^^1.300^0.300^0.800^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08527~^~CEREALS RTE,KELLOGG,ROBOTS~^3.00^388^6.00^3.00^2.00^86.00^2.8^38.00^17^15.50^52^127^^543^5.20^^^^52.0^1.300^1.500^17.200^^1.700^345^326^19^573^^5.20^1724^^^^^^^^^^0.500^1.500^0.800^0^29.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08528~^~CEREALS RTE,KELLOGG,SMART START HEALTHY HEART,ORIGINAL~^3.50^366^10.00^3.80^3.70^79.00^8.9^28.00^35^7.50^135^416^632^234^6.30^^^^25.0^0.600^0.700^8.300^4.200^0.800^170^151^19^276^^2.50^2083^^^^^^^^22.50^^0.700^1.100^2.000^0^60.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08529~^~CEREALS RTE,KELLOGG,SMART START HEALTHY HEART, BRN SUGAR~^3.50^367^10.00^3.70^3.80^79.00^8.5^28.00^36^7.50^131^423^633^233^6.30^0.270^^0.1^25.0^0.600^0.700^8.300^4.200^0.800^170^^^^^2.50^2083^^^^^^^^22.50^^0.700^1.100^1.900^0^60.00^~1.25 cup, (l NLEA serving)~^^~~^0 ~08530~^~CEREALS RTE,KELLOGG,SMORZ~^2.70^406^4.90^6.90^2.50^83.00^2.5^43.00^22^15.00^31^68^97^456^5.00^0.177^0.461^6.9^50.0^1.300^1.400^16.700^0.265^1.700^333^319^14^556^8.4^5.00^1666^500^500^0^1^1^0^11^0.29^1.3^1.800^1.000^3.900^1^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08531~^~CEREALS RTE,KELLOGG,SPL K,FRUIT & YOGURT~^3.00^381^7.00^2.90^1.00^86.00^4.7^33.00^31^8.10^46^152^167^429^1.40^0.226^1.353^23.4^21.0^0.500^0.600^7.000^0.730^0.700^140^130^10^231^14.5^2.10^750^226^225^0^8^5^0^52^0.53^1.8^1.500^0.200^1.200^0^32.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08532~^~CEREALS RTE,KELLOGG,SPONGEBOB SQUAREPANTS~^2.75^395^5.00^3.60^1.70^87.00^2.0^42.00^16^16.00^37^117^136^404^5.40^^^^46.0^0.880^2.100^21.200^^1.700^400^381^19^667^^4.30^1130^^^^^^^^^^0.800^1.600^0.400^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08533~^~CEREALS RTE,KELLOGG,STAR WARS~^2.90^375^6.00^3.30^3.80^84.00^5.3^43.00^25^6.20^72^193^181^626^5.20^0.100^^^21.0^1.300^1.500^17.200^^1.700^345^326^19^573^^5.00^2586^^^^^^^^^^0.400^1.800^1.100^0^29.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08534~^~CEREALS RTE,KELLOGG,TIGER POWER~^2.50^350^18.90^1.90^6.00^71.00^8.4^25.50^303^13.60^82^328^373^843^4.50^^^^45.5^1.100^1.300^15.200^^1.500^303^284^19^502^^4.50^1515^^^^^^^^^^0.300^0.300^1.300^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08535~^~CEREALS RTE,KELLOGG,TSTD HONEY CRUNCH~^3.00^388^6.00^2.20^2.80^86.00^3.9^32.00^18^7.80^33^111^134^545^2.60^0.200^^^7.5^0.600^0.700^8.600^0.000^0.900^172^153^19^279^^2.60^862^^^^^^^^^^0.800^0.100^1.300^0^58.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08536~^~CEREALS RTE,KELLOGG,MINI SWIRLZ FUDGE RIPPLE~^2.50^391^6.00^4.60^2.90^84.00^3.1^41.00^20^15.00^40^133^164^449^10.00^0.100^^^50.0^1.300^1.400^16.700^^1.700^333^314^19^553^^5.00^1667^^^^^^^^^^1.000^1.800^0.900^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08537~^~CEREALS RTE,KASHI 7 WHL GRAIN FLAKES BY KELLOGG~^3.40^350^11.00^1.95^1.85^81.80^11.3^8.60^30^3.00^99^285^319^303^2.50^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.400^0.400^1.200^0^50.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08538~^~CEREALS RTE,KASHI,HEART TO HEART,WILD BLUEBERRY~^3.00^370^10.90^4.70^5.40^76.00^7.0^22.00^45^3.30^85^264^211^241^2.70^^^^54.5^^^^^3.600^727^^^^^10.90^2288^114^0^^1373^^^^36.52^^0.900^1.200^2.600^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08539~^~CEREALS RTE,KASHI ORGANIC PROMISE CINN HARVEST~^5.90^340^8.30^2.00^2.80^81.00^10.3^16.50^0^2.80^^^313^10^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.400^0.400^1.200^0^54.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08540~^~CEREALS RTE,KASHI MIGHTY BITES,CINN CRL~^2.80^356^17.00^3.90^6.30^70.00^9.0^16.00^455^25.00^121^335^336^492^11.40^^^^46.0^1.100^1.300^15.200^^1.500^303^284^19^502^^5.00^1515^^^^^^^^6.03^^0.800^1.600^1.500^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~10041~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,CKD,BRSD~^61.41^202^29.78^8.31^1.49^0.00^0.0^0.00^23^1.13^20^181^367^62^2.26^0.076^0.016^43.9^1.0^0.822^0.227^4.856^0.750^0.401^3^0^3^3^102.3^0.51^7^2^2^0^0^0^0^0^0.21^0.0^3.070^3.710^0.640^85^85.00^~3 oz~^74.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^32 ~10042~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,CKD,BRLD~^65.01^180^26.76^7.29^1.05^0.00^0.0^0.00^23^0.80^26^228^356^56^2.22^0.081^0.009^45.7^0.0^0.624^0.243^8.485^0.672^0.701^0^0^0^0^76.0^0.54^0^0^0^0^0^0^0^0^0.10^0.0^2.156^2.643^0.816^84^146.36^~1 chop, without refuse (Yield from 1 cooked chop, with refuse, weighing 209g)~^85.00^~3 oz~^30 ~10043~^~PORK,FRSH,LOIN,CNTR LOIN (ROASTS),BONE-IN,LN,CKD,RSTD~^62.98^199^27.55^9.01^1.37^0.00^0.0^^25^1.04^22^219^362^66^2.09^0.070^0.016^43.2^1.0^0.912^0.266^5.454^0.694^0.371^4^0^4^4^^0.58^7^2^2^^^^^^^^3.340^4.000^0.720^79^231.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^32 ~10044~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BONE-IN,LN&FAT,RAW~^67.83^186^20.28^11.04^0.95^0.00^0.0^0.00^25^0.59^23^203^337^56^1.85^0.065^0.008^35.5^0.0^0.456^0.177^6.331^0.693^0.682^0^0^0^0^54.8^0.54^8^2^2^0^0^0^0^0^0.12^0.0^3.824^4.566^1.438^58^133.12^~1 chop, without refuse (Yield from 1 raw chop, with refuse, weighing 201g)~^453.60^~1 lb~^34 ~10045~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^56.99^250^26.67^15.07^1.23^0.00^0.0^^25^0.91^18^177^387^40^2.01^0.072^0.010^41.0^0.3^0.593^0.232^4.939^0.514^0.315^2^0^2^2^^0.53^7^2^2^^^^^^^^5.840^6.870^1.270^73^85.00^~3 oz~^75.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^33 ~10046~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^61.66^222^24.42^13.04^0.97^0.00^0.0^0.00^28^0.68^24^209^329^55^2.15^0.084^0.006^42.8^0.0^0.541^0.210^7.478^0.632^0.637^0^0^0^0^70.0^0.58^8^2^2^0^0^0^0^0^0.11^0.0^4.486^5.410^1.593^67^112.10^~1 chop, without refuse (Yield from 1 cooked chop, with refuse, weighing 172g)~^85.00^~3 oz~^35 ~10047~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^55.99^255^27.43^15.28^1.26^0.00^0.0^^28^0.94^21^231^421^46^2.06^0.074^0.010^41.0^0.3^0.724^0.300^6.116^0.526^0.324^3^0^3^3^^0.66^6^2^2^^^^^^^^5.920^6.980^1.280^73^224.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^36 ~10048~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BONE-IN,LN,RAW~^72.40^136^21.79^4.80^1.01^0.00^0.0^0.00^24^0.61^25^216^359^60^1.97^0.068^0.009^38.3^0.0^0.484^0.186^6.685^0.725^0.735^0^0^0^0^57.9^0.50^0^0^0^0^0^0^0^0^0.13^0.0^1.610^1.999^0.524^56^121.03^~1 chop, without refuse (Yield from 1 raw chop, with refuse, weighing 201g)~^453.60^~1 lb~^40 ~10049~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN,CKD,BRSD~^60.91^206^28.35^9.40^1.28^0.00^0.0^0.00^22^0.97^19^179^405^41^2.10^0.075^0.010^43.9^0.3^0.624^0.247^5.219^0.536^0.337^2^0^2^2^97.4^0.54^6^2^2^0^0^0^0^0^0.22^0.0^3.670^4.490^0.680^71^85.00^~3 oz~^67.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^40 ~10050~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN,CKD,BRLD~^65.14^186^25.79^8.36^1.02^0.00^0.0^0.00^26^0.68^25^218^343^57^2.25^0.088^0.007^45.4^0.0^0.569^0.219^7.855^0.648^0.675^0^0^0^0^73.3^0.52^0^0^0^0^0^0^0^0^0.10^0.0^2.816^3.482^0.913^66^103.48^~1 chop, without refuse (Yield from 1 cooked chop, with refuse, weighing 172g)~^85.00^~3 oz~^40 ~10051~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BONE-IN,LN,CKD,RSTD~^58.77^223^28.72^11.16^1.30^0.00^0.0^^26^0.98^22^237^437^47^2.13^0.076^0.011^43.2^0.3^0.758^0.316^6.419^0.543^0.341^3^0^3^3^^0.68^6^2^2^^^^^^^^4.350^5.250^0.850^71^206.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^41 ~10052~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BONE-IN,LN&FAT,RAW~^70.29^168^20.48^8.96^0.95^0.00^0.0^0.00^14^0.82^23^209^336^57^1.95^0.088^0.012^29.2^0.0^0.492^0.277^6.093^0.839^0.756^0^0^0^0^79.2^0.56^6^2^2^0^0^0^0^0^0.22^0.0^2.978^3.581^1.147^70^1326.68^~1 roast, without refuse (Yield from 1 raw roast, with refuse, weighing 1817g)~^453.60^~1 lb~^27 ~10053~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^58.73^245^25.36^15.11^1.33^0.00^0.0^^18^1.17^19^174^325^51^2.45^0.058^0.013^40.5^0.8^0.655^0.262^3.797^0.649^0.409^3^0^3^3^^0.56^7^2^2^^^^^^^^5.560^6.560^1.400^82^85.00^~3 oz~^80.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^28 ~10054~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^56.40^259^26.65^16.09^1.39^0.00^0.0^0.00^17^0.99^29^246^383^68^2.57^0.058^0.010^47.7^0.9^0.949^0.345^4.516^0.732^0.544^5^0^5^5^91.6^0.75^8^2^2^0^0^0^0^0^0.30^0.0^5.930^6.990^1.500^86^85.00^~3 oz~^75.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^28 ~06528~^~SOUP,CHICK NOODLE,DRY,MIX,PREP W/ H2O~^94.16^23^0.84^0.55^0.78^3.67^0.1^0.31^2^0.20^3^12^13^229^0.08^0.014^0.032^3.8^0.0^0.081^0.030^0.431^0.042^0.010^7^6^1^11^4.9^0.02^11^1^0^1^5^0^0^8^0.05^1.4^0.122^0.205^0.155^4^245.00^~1 cup~^^~~^0 ~06529~^~CAMPBELL'S SEL SOUP,98% FAT FREE NEW ENGLAND CLAM CHOWDER~^88.70^43^2.04^0.61^1.30^7.35^0.8^0.82^8^0.29^^^^347^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06531~^~CAMPBELL'S SEL SOUP,BF W/ RSTD BARLEY SOUP~^85.60^54^3.67^0.41^1.34^8.98^0.8^1.63^8^0.29^^^^376^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.204^^^4^245.00^~1 serving~^245.00^~1 cup~^0 ~06532~^~CAMPBELL'S SEL SOUP,CHICK & PASTA W/ RSTD GARLIC SOUP~^88.10^46^3.27^0.41^0.88^7.35^0.8^0.82^0^0.00^^^^335^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.204^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06533~^~CAMPBELL'S SEL SOUP,CHICK VEG MEDLEY SOUP~^88.00^44^2.86^0.20^1.18^7.76^0.8^1.63^8^0.00^^^^355^^^^^0.0^^^^^^^^^^^^714^^^^^^^^^^0.204^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06535~^~CAMPBELL'S SEL SOUP,CREAMY CHICK ALFREDO SOUP~^83.00^71^4.08^2.86^2.71^7.35^0.8^0.41^16^0.29^^^^380^^^^^0.0^^^^^^^^^^^^510^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06537~^~CAMPBELL'S SEL SOUP,HEALTHY REQUEST MEX STYLE CHICK TORTILLA~^87.00^55^3.27^1.02^0.55^8.16^1.2^0.82^16^0.15^^^^196^^^^^0.0^^^^^^^^^^^^163^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06540~^~CAMPBELL'S SEL SOUP,ITALIAN SAUSAGE W/ PASTA PEPPERONI SOUP~^86.20^63^2.86^2.45^1.15^7.35^1.2^2.04^16^0.44^^^^355^^^^^0.0^^^^^^^^^^^^122^^^^^^^^^^1.020^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06541~^~CAMPBELL'S SEL SOUP,ITALIAN-STYLE WEDDING SOUP~^89.20^47^2.86^1.22^0.60^6.12^0.8^1.22^16^0.59^^^^343^^^^^0.0^^^^^^^^^^^^306^^^^^^^^^^0.612^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06542~^~CAMPBELL'S SEL SOUP,MEDITERRANEAN MEATBALL BOWTIE PASTA SOUP~^88.80^47^2.86^1.43^1.20^5.71^1.2^1.63^16^0.29^^^^327^^^^^0.0^^^^^^^^^^^^408^^^^^^^^^^0.612^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06543~^~CAMPBELL'S SEL SOUP,MEXICAN STYLE CHICK TORTILLA SOUP~^86.40^53^3.27^0.82^1.36^8.16^1.2^0.41^16^0.15^^^^327^^^^^0.0^^^^^^^^^^^^163^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06544~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SEL SOUP,MINESTRONE SOUP~^88.30^43^2.04^0.20^1.29^8.16^1.2^2.04^16^0.44^^^^388^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.000^^^0^245.00^~1 cup~^245.00^~1 serving~^0 ~06545~^~CAMPBELL'S SEL SOUP,NEW ENGLAND CLAM CHOWDER~^87.10^64^2.45^3.27^1.06^6.12^0.8^0.41^8^0.44^^^^355^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.816^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06546~^~CAMPBELL'S SEL SOUP,POTATO BROCCOLI CHS SOUP~^89.20^49^1.22^1.63^0.60^7.35^1.6^0.82^16^0.15^^^^363^^^^^1.0^^^^^^^^^^^^0^^^^^^^^^^0.408^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06547~^~SOUP,BF MUSHROOM,CND,PREP W/ EQ VOLUME H2O~^92.60^30^2.37^1.23^1.20^2.60^0.1^^2^0.36^4^14^63^386^0.60^0.100^0.200^^1.9^0.016^0.023^0.391^0.090^0.020^4^0^4^4^^0.08^0^0^0^^^^^^^^0.610^0.510^0.050^3^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06548~^~CAMPBELL'S SEL SOUP,RSTD CHICK W/ LONG GRAIN WILD RICE SOUP~^88.70^43^2.86^0.20^0.89^7.35^0.8^0.82^8^0.00^^^^355^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.204^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06549~^~SOUP,CHICK MUSHROOM,CND,PREP W/ EQ VOLUME H2O~^90.00^54^1.80^3.75^0.60^3.80^0.1^^12^0.36^4^11^63^386^0.40^0.100^0.100^^0.0^0.010^0.046^0.668^0.100^0.020^0^0^0^0^^0.02^465^23^0^^^^^^^^0.980^1.650^0.950^4^244.00^~1 cup, (8 fl oz)~^593.00^~1 can, (10.75 oz), prepared~^0 ~06550~^~CAMPBELL'S SEL SOUP,RSTD CHICK W/ ROTINI & PENNE PASTA SOUP~^88.70^41^3.27^0.20^1.30^6.53^0.8^0.82^8^0.00^^^^351^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.204^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~06553~^~CAMPBELL'S SEL SOUP,SAVORY WHITE BEAN W/ RSTD HAM SOUP~^83.10^67^3.67^0.41^0.57^12.24^2.9^1.63^24^0.73^^^^278^^^^^0.5^^^^^^^^^^^^714^^^^^^^^^^0.204^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06554~^~CAMPBELL'S SEL SOUP,SLOW RSTD BF & VEG SOUP~^89.00^41^2.45^0.61^1.41^6.53^0.8^1.63^16^0.29^^^^371^^^^^0.5^^^^^^^^^^^^2041^^^^^^^^^^0.204^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~08089~^~CEREALS RTE,GENERAL MILLS,WHEATIES~^2.59^367^10.00^3.33^3.31^80.77^10.0^13.33^67^28.00^107^333^350^700^25.00^0.267^3.336^4.7^20.0^2.500^2.830^33.330^0.881^3.333^667^648^19^1121^32.9^10.00^1667^501^498^0^4^0^0^173^1.18^3.0^0.489^1.076^1.168^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08090~^~CEREALS,CORN GRITS,WHITE,REG & QUICK,ENR,DRY~^10.00^371^8.80^1.20^0.40^79.60^1.6^0.64^2^3.91^27^73^137^1^0.41^0.075^0.106^17.0^0.0^0.640^0.380^4.960^0.485^0.147^205^200^5^345^14.4^0.00^3^0^0^0^1^1^0^5^0.12^0.3^0.155^0.300^0.516^0^156.00^~1 cup~^9.70^~1 tbsp~^0 ~08091~^~CEREALS,CORN GRITS,WHITE,REG & QUICK,ENR,CKD W/ H2O,WO/ SALT~^85.35^59^1.42^0.19^0.16^12.87^0.3^0.10^3^0.60^5^11^21^2^0.07^0.018^0.018^3.1^0.0^0.083^0.055^0.722^0.078^0.021^33^32^1^55^2.6^0.00^0^0^0^0^0^0^0^1^0.02^0.0^0.025^0.048^0.083^0^242.00^~1 cup~^15.10^~1 tbsp~^0 ~08092~^~CEREALS,QUAKER,CORN GRITS,INST,PLN,DRY~^8.44^342^8.43^0.97^3.32^78.82^4.8^0.29^21^30.38^36^110^146^1089^0.67^0.100^0.310^17.0^0.0^0.660^0.750^8.900^0.430^0.210^177^171^6^297^14.4^0.00^3^0^0^0^1^1^0^5^0.12^0.3^0.100^0.140^0.300^0^28.00^~1 packet~^^~~^0 ~08093~^~CEREALS,QUAKER,CORN GRITS,INST,PLN,PREP W/H2O~^82.42^68^1.61^0.19^0.72^15.06^0.9^0.06^6^5.81^7^21^28^210^0.13^0.025^0.060^3.2^0.0^0.114^0.136^1.616^0.082^0.040^34^33^1^57^^0.00^1^0^0^0^0^0^0^1^0.02^^0.019^0.027^0.057^0^245.00^~1 cup~^15.30^~1 tbsp~^0 ~08094~^~CEREALS,QUAKER,CORN GRITS,INST,CHEDDAR CHS FLAVOR,DRY~^7.60^366^8.37^5.97^4.97^73.08^4.2^2.13^46^28.93^37^139^170^1865^0.75^0.110^0.270^15.7^0.0^0.580^0.660^7.830^0.400^0.160^156^142^14^255^14.8^0.20^13^3^3^0^2^1^0^4^0.40^1.2^1.760^1.570^0.870^2^28.00^~1 packet~^^~~^0 ~08095~^~CEREALS,QUAKER,CORN GRITS,INST,CHEDDAR CHS FLAVOR,PREP W/H2O~^82.26^72^1.60^1.10^1.03^14.01^0.8^0.41^11^5.53^8^27^33^358^0.15^0.026^0.052^3.1^0.0^0.113^0.126^1.500^0.076^0.031^30^27^3^49^^0.04^3^1^1^0^0^0^0^1^0.08^0.2^0.308^0.284^0.142^0^28.35^~1 packet~^142.00^~1 packet, prepared~^0 ~08096~^~CEREALS,QUAKER,CORN GRITS,INST,W/IMITN BACON BITS,DRY~^7.30^349^9.85^1.65^3.84^77.35^5.3^0.27^38^28.93^34^141^252^1219^0.92^0.070^0.100^16.0^0.0^0.630^0.710^8.380^0.410^0.230^167^161^6^280^^0.00^0^0^0^^^^^^^^0.240^0.420^0.640^0^28.00^~1 packet~^^~~^0 ~08097~^~CEREALS,QUAKER,CRNGRIT,INST,CNTRYBCN(IMTATN BCN BIT)PRPW/H2O~^82.20^69^1.92^0.33^0.93^14.61^1.0^0.07^4^5.53^5^18^40^293^0.11^0.028^0.019^0.0^0.0^0.120^0.136^1.602^0.086^0.027^32^0^32^32^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.044^0.077^0.167^0^141.00^~1 packet, prepared~^^~~^0 ~08100~^~CEREALS,CRM OF RICE,DRY~^10.50^370^6.30^0.50^0.40^82.40^0.7^0.12^24^1.30^23^124^143^6^1.12^0.244^1.033^19.0^0.0^0.200^0.100^3.000^0.550^0.195^29^0^29^29^^0.00^0^0^0^0^0^0^0^0^0.11^0.1^0.136^0.156^0.134^0^46.00^~.25 cup, (1 NLEA serving)~^^~~^0 ~08101~^~CEREALS,CRM OF RICE,CKD W/H2O,WO/SALT~^87.50^52^0.90^0.10^0.10^11.40^0.1^0.02^3^0.20^3^17^20^1^0.16^0.034^0.144^3.0^0.0^0.000^0.000^0.400^0.076^0.027^3^0^3^3^0.8^0.00^0^0^0^0^0^0^0^0^0.02^0.0^0.027^0.031^0.027^0^244.00^~1 cup~^15.20^~1 tbsp~^0 ~08102~^~CEREALS,CREAM OF WHEAT,REG,DRY~^10.90^370^10.50^1.50^0.60^76.50^3.8^0.20^303^28.60^27^115^120^7^0.88^0.206^^20.0^0.0^0.500^0.200^4.200^0.518^0.108^121^87^34^182^23.1^0.00^0^0^0^0^0^0^0^16^0.11^0.5^0.238^0.205^0.829^0^173.00^~1 cup~^10.60^~1 tbsp~^0 ~08103~^~CEREALS,CREAM OF WHEAT,REG,CKD W/ H2O,WO/ SALT~^87.10^52^1.51^0.22^0.17^11.00^0.5^0.03^46^4.12^4^17^17^3^0.13^0.035^0.000^2.9^0.0^0.072^0.029^0.604^0.074^0.016^17^13^5^26^^0.00^0^0^0^0^0^0^0^2^0.02^0.1^0.034^0.029^0.119^0^251.00^~1 cup~^15.70^~1 tbsp~^0 ~08104~^~CEREALS,CREAM OF WHEAT,QUICK,DRY~^10.40^361^10.20^1.30^3.20^75.00^2.8^0.40^303^28.60^33^282^130^391^0.97^0.185^^20.0^0.0^0.500^0.200^4.200^0.474^0.091^121^87^34^182^23.1^0.00^0^0^0^0^0^0^0^16^0.11^0.5^0.207^0.178^0.718^0^176.00^~1 cup~^11.00^~1 tbsp~^0 ~08105~^~CEREALS,CREAM OF WHEAT,QUICK,CKD W/ H2O,WO/ SALT~^86.60^54^1.50^0.20^0.50^11.20^0.5^^21^4.30^5^42^19^58^0.14^0.028^^12.8^0.0^0.100^0.000^0.600^0.071^0.012^45^41^4^74^3.5^0.00^0^0^0^^^^^^^^0.034^0.027^0.110^0^239.00^~1 cup~^14.90^~1 tbsp~^0 ~08106~^~CEREALS,CREAM OF WHEAT,INST,DRY~^10.40^366^10.60^1.40^2.10^75.50^3.3^0.40^357^28.60^34^103^115^15^0.98^0.216^^20.0^0.0^1.339^1.214^17.857^0.474^1.786^357^323^34^583^23.1^0.00^4464^1341^1341^0^0^0^0^16^0.11^0.5^0.222^0.192^0.774^0^178.00^~1 cup~^11.50^~1 tbsp~^0 ~08107~^~CEREALS,CREAM OF WHEAT,INST,PREP W/ H2O,WO/ SALT~^84.40^62^1.84^0.24^0.45^13.08^0.6^0.07^64^4.96^6^18^20^4^0.17^0.043^0.000^3.5^0.0^0.232^0.210^3.093^0.082^0.309^62^56^6^101^^0.00^773^232^232^0^0^0^0^3^0.02^0.1^0.038^0.033^0.134^0^241.00^~1 cup~^15.10^~1 tbsp~^0 ~08108~^~CEREALS,CREAM OF WHEAT,MIX'N EAT,PLN,DRY~^10.70^361^9.70^1.20^2.80^75.60^2.3^^71^28.60^27^71^135^850^0.85^0.144^^20.0^0.0^1.300^0.900^17.600^0.462^1.800^353^319^34^576^^0.00^4409^1324^1324^^^^^^^^0.203^0.166^0.666^0^28.35^~1 packet~^^~~^0 ~08109~^~CEREALS,CREAM OF WHEAT,MIX'N EAT,PLN,PREP W/ H2O~^82.10^72^1.90^0.20^0.60^15.10^0.3^^14^5.70^5^14^27^170^0.17^0.029^^^0.0^0.300^0.200^3.500^0.092^0.400^71^64^7^116^^0.00^882^265^265^^^^^^^^0.034^0.028^0.111^0^142.00^~1 packet, prepared~^^~~^0 ~08110~^~CEREALS,CRM OF WHEAT,MIX'N EAT,APPL,BANANA&MAPLE FLAV,DRY~^8.00^373^6.90^1.10^2.40^81.60^2.5^^113^22.90^26^57^155^680^0.65^0.159^^20.0^0.0^1.100^0.700^14.100^0.329^1.400^282^255^27^461^^0.00^3531^1060^1060^^^^^^^^^^^0^35.40^~1 packet~^^~~^0 ~08111~^~CEREALS,CRM OF WHEAT,MIX'N EAT,APPL,BANANA&MAPLE FLAV,PREP~^78.30^88^1.60^0.30^0.60^19.30^0.3^^27^5.40^6^13^37^161^0.15^0.038^^^0.0^0.300^0.200^3.300^0.078^0.300^67^61^6^110^^0.00^834^250^250^^^^^^^^0.044^^^0^150.00^~1 packet, prepared~^^~~^0 ~08541~^~CEREALS RTE,KASHI MIGHTY BITES,HONEY CRUNCH CRL~^2.80^353^17.00^4.00^7.20^69.00^9.0^17.00^455^30.00^121^340^330^482^11.40^0.000^0.000^0.0^46.0^1.100^1.300^15.200^0.000^1.500^303^^^^^4.50^1515^^^^^^^^6.10^^0.800^1.600^1.600^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08542~^~CEREALS RTE,KELLOGG,FRSTD MINI-WHEATS BITE SIZE STRAWBERRY~^6.00^347^8.30^1.70^1.30^83.00^9.6^23.50^31^31.00^^^^0^2.90^0.300^^^^0.700^0.800^9.600^^1.000^192^173^19^313^^2.90^^^^^^^^^^^0.300^0.300^1.100^0^52.00^~24 biscuits, (1 NLEA serving)~^^~~^0 ~08543~^~CEREALS RTE,KELLOGG'S,SPL K VANILLA ALMOND~^2.30^384^7.00^4.90^2.80^83.00^5.6^28.00^38^27.00^51^169^232^545^1.50^0.237^1.630^23.1^70.0^1.800^2.000^23.300^^2.300^468^449^19^782^14.0^7.00^2500^750^750^0^1^0^0^45^0.90^0.4^0.600^2.800^1.500^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08544~^~CEREALS,RTE,KRAFT,POST SELECTS CRANBERRY ALMOND CRUNCH~^6.00^386^7.40^5.55^2.00^79.06^6.0^25.89^29^3.16^56^175^228^351^2.63^0.140^1.710^26.7^26.3^0.658^0.746^8.772^0.697^0.877^175^158^18^286^14.5^0.00^1316^395^395^0^2^0^0^84^1.91^3.7^0.000^2.974^1.778^0^57.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08545~^~CEREALS RTE,QUAKER,TSTD OATMEAL SUPREME CRL,STRAWBERRY MANGO~^2.58^383^9.07^4.34^3.30^80.72^6.4^26.61^316^16.24^78^249^295^476^13.01^0.240^2.200^1.3^20.9^1.350^1.430^17.000^0.620^1.710^790^^^^^0.00^0^^^^^^^^4.27^^1.430^1.230^^^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08546~^~RICE & WHEAT CRL BAR~^7.50^409^9.09^9.09^1.60^72.73^1.8^31.80^31^2.56^46^136^143^500^1.78^0.185^1.407^24.9^0.0^0.682^0.773^9.091^0.064^0.909^15^0^15^15^22.4^0.00^0^0^0^0^0^0^0^0^2.94^1.2^0.000^6.567^2.049^0^22.00^~1 bar~^^~~^0 ~08547~^~CEREALS RTE,QUAKER,PNUT BUTTER CHOCOLATEY CRUNCH CRL~^2.50^415^7.37^8.65^2.08^79.40^2.9^32.53^11^18.88^71^203^262^523^15.69^0.200^0.730^0.0^0.0^1.570^1.770^20.970^0.490^2.080^1554^^^^^0.00^153^^^^^^^^0.00^^3.380^2.650^2.180^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08548~^~CEREALS RTE,QUAKER,QUAKER TSTD OATMEAL CRL~^2.50^383^9.38^4.22^3.51^80.39^5.6^23.76^357^18.65^75^250^234^560^14.56^0.210^2.190^1.0^4.1^1.490^1.650^19.410^0.530^1.900^896^^^^^0.00^0^^^^^^^^0.00^^1.270^1.240^1.170^^49.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08549~^~CEREALS RTE,QUAKER,QUAKER HONEY GRAHAM LIFE CRL~^4.30^373^9.33^4.14^3.67^78.56^6.3^23.12^366^29.73^90^391^269^488^13.82^0.250^2.570^3.0^0.0^1.380^1.570^18.420^0.530^1.840^1311^^^^^0.00^38^^^^^^^^0.57^^0.770^1.400^1.340^0^32.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08550~^~CEREALS RTE,QUAKER,CHRISTMAS CRUNCH~^2.50^401^4.43^5.53^2.28^85.27^2.5^44.07^12^19.77^55^168^188^709^16.46^0.150^0.650^0.0^0.1^1.640^1.860^21.860^0.370^2.180^1538^^^^^0.00^147^^^^^^^^0.71^^3.870^0.680^0.790^0^26.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08551~^~CEREALS RTE,QUAKER,QUAKER LIFE VANILLA YOGURT CRUNCH CRL~^3.98^382^9.50^5.58^3.35^77.59^6.4^22.09^311^24.68^92^392^282^450^11.27^0.270^2.620^3.1^0.0^1.150^1.310^15.480^0.570^1.550^870^^^^^0.01^35^^^^^^^^0.62^^1.920^1.560^1.390^0^55.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08552~^~CEREALS RTE,QUAKER,SUPERMAN LIFE CRL~^3.94^373^9.17^3.96^3.73^79.19^6.0^23.88^350^27.94^89^371^376^557^13.40^0.250^2.360^2.6^0.0^1.350^1.580^18.580^0.540^1.860^888^^^^^0.00^62^^^^^^^^0.62^^0.740^1.310^1.300^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08553~^~CEREALS RTE,GENERAL MILLS,CHEERIOS,YOGURT BURST~^2.23^400^6.67^5.23^4.22^81.75^6.7^33.33^333^30.00^80^267^233^633^15.00^0.227^^17.8^50.0^2.500^1.700^20.000^0.684^2.000^667^652^15^1123^22.6^10.00^2500^750^750^0^0^0^0^92^0.33^1.7^1.667^1.667^1.667^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08554~^~CEREALS RTE,ROLLED OATS,WHL WHEAT,RICE,MAPLE FLAV,W/ PECANS~^2.60^422^8.30^10.50^1.70^76.90^6.0^24.50^45^3.46^90^287^298^279^2.89^0.361^^24.4^0.0^0.720^0.820^9.620^^0.960^192^173^19^313^23.6^2.89^1442^431^431^0^4^1^0^81^0.55^2.0^3.500^4.000^2.200^0^52.00^~1 serving, (1 NLEA serving)~^^~~^0 ~08555~^~CEREAL WAFER STRAWS,KELLOGG,APPL JACKS CRL STRAWS~^2.00^439^5.70^11.40^2.50^78.40^0.0^40.00^30^0.00^0^10^6^50^0.00^0.000^^^0.0^0.500^0.500^6.500^0.000^0.600^0^^0^^^1.90^1612^^^^^^^^^^5.800^3.200^2.400^10^31.00^~3 straws, (1 NLEA serving)~^^~~^0 ~08556~^~CEREAL WAFER STRAWS,KELLOGG,FROOT LOOPS CRL STRAWS~^2.00^438^5.40^11.40^2.80^78.40^0.0^38.60^0^0.00^0^15^8^49^0.00^0.000^^^0.0^0.500^0.500^6.500^^0.600^0^^0^^^1.90^1612^^^^^^^^^^5.900^3.300^2.160^0^31.00^~3 straws, (1 NLEA serving)~^^~~^0 ~08557~^~CEREALS RTE,KELLOGG'S MINI-WHEATS FRSTD STRAWBERRY DELIGHT~^6.00^347^8.30^1.70^1.30^83.00^9.6^23.50^31^31.00^87^283^330^0^2.90^0.300^^^0.0^0.700^0.800^9.600^^1.000^192^^192^^^2.90^0^^^^^^^^0.32^^0.300^0.300^1.100^0^52.00^~24 biscuit, (1 NLEA serving)~^^~~^0 ~08558~^~CEREALS RTE,KELLOGG,MINI SWIRLZ PNUT BUTTER CRL~^2.50^437^8.00^13.00^1.50^75.00^3.9^38.00^18^15.00^^22^101^667^10.00^^^^50.0^1.300^1.400^16.700^^1.700^333^19^314^346^^5.00^1667^^^^^^^^0.00^^2.800^5.800^3.500^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08559~^~CEREAL WAFER STRAWS,KELLOGG,COCOA KRISPIES CRL STRAWS~^2.00^439^5.90^11.80^3.10^77.20^1.5^39.00^9^1.60^25^47^236^50^0.40^0.000^^^0.0^0.500^0.500^6.500^^0.600^0^^^^^1.90^1612^^^^^^^^^^6.300^3.400^2.070^0^31.00^~3 straws, (1 NLEA serving)~^^~~^0 ~08560~^~CEREALS RTE,KASHI GO LN CRUNCH!,HONEY ALMOND FLAX~^3.50^381^16.60^8.30^4.60^67.00^16.2^23.00^101^3.00^72^207^486^261^0.80^^^^0.0^^^^^^^^^^^^17^^^^^^^^^^0.700^4.100^3.500^0^53.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08561~^~CEREALS,KASHI GO LN HOT CRL,HEARTY HONEY & CINN,DRY~^5.00^362^22.00^5.50^4.50^63.00^19.4^15.00^70^3.10^^128^636^249^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.000^1.500^3.000^1^40.00^~1 packet, (1 NLEA serving)~^^~~^0 ~08562~^~CEREALS,KASHI,KASHI GO LN HOT CRL,TRULY VANILLA,DRY~^5.00^362^19.00^5.30^5.70^65.00^12.8^18.00^73^3.80^48^224^532^247^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.700^1.800^2.800^0^40.00^~1 packet, (1 NLEA serving)~^^~~^0 ~08563~^~CEREALS RTE,KASHI GRANOLA,COCOA BEACH CRL~^4.00^410^11.00^16.70^7.30^61.00^12.7^19.80^51^2.70^^^272^214^^^^^0.0^^^^^^^^^^^^11^^^^^^^^^^3.200^8.100^5.400^0^55.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08564~^~CEREALS RTE,KASHI GRANOLA,ORCHARD SPICE CRL~^3.00^403^11.00^13.40^5.60^67.00^11.4^20.00^40^2.40^^^279^234^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.700^6.990^4.700^0^55.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08565~^~CEREALS RTE,KASHI GRANOLA,SMMR BERRY CRL~^4.00^390^12.00^11.60^5.80^66.60^12.4^17.00^38^2.60^^^235^240^^^^^0.0^^^^^^^^^^^^8^^^^^^^^^^1.600^5.500^4.500^0^55.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08566~^~CEREALS RTE,KASHI GRANOLA,MOUNTAIN MEDLEY CRL~^3.00^397^11.00^13.00^6.50^66.50^11.5^22.00^32^2.30^^^255^200^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.100^7.200^3.700^0^55.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08567~^~CEREALS RTE,KASHI 7 WHL GRAIN NUGGETS~^3.00^356^11.80^2.80^1.40^81.00^11.7^5.00^41^24.00^84^271^^448^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.600^0.600^1.600^0^58.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~10055~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^59.34^230^26.64^12.87^1.07^0.00^0.0^0.00^15^0.94^25^228^340^57^2.52^0.116^0.009^44.4^0.0^0.639^0.360^7.865^1.037^0.750^0^0^0^0^90.7^0.64^6^2^2^0^0^0^0^0^0.11^0.0^4.113^5.042^1.499^89^1045.56^~1 roast, without refuse (Yield from 1 cooked roast, with refuse, weighing 1515g)~^85.00^~3 oz~^31 ~10056~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BONE-IN,LN,RAW~^73.98^129^21.65^4.02^1.00^0.00^0.0^0.00^12^0.85^25^219^353^59^2.05^0.092^0.013^30.9^0.0^0.517^0.292^6.344^0.875^0.803^0^0^0^0^83.5^0.53^0^0^0^0^0^0^0^0^0.24^0.0^1.217^1.537^0.424^69^1217.31^~1 roast, without refuse (Yield from 1 raw roast, with refuse, weighing 1818g)~^453.60^~1 lb~^33 ~10057~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN,CKD,BRSD~^63.16^197^27.00^9.01^1.40^0.00^0.0^^13^1.27^20^176^336^53^2.60^0.059^0.014^42.6^0.9^0.696^0.281^3.955^0.690^0.444^3^0^3^3^^0.57^7^2^2^^^^^^^^3.200^3.970^0.780^81^85.00^~3 oz~^72.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^36 ~10058~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN,CKD,BRLD~^60.54^213^28.46^10.12^1.47^0.00^0.0^0.00^13^1.07^31^257^401^72^2.74^0.059^0.010^51.6^1.0^1.027^0.375^4.764^0.783^0.596^1^0^1^1^97.8^0.79^7^2^2^0^0^0^0^0^0.27^0.0^3.610^4.450^0.890^85^85.00^~3 oz~^67.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^36 ~10059~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BONE-IN,LN,CKD,RSTD~^61.74^204^27.78^9.44^1.12^0.00^0.0^0.00^13^0.96^26^235^352^59^2.62^0.121^0.010^46.4^0.0^0.665^0.376^8.165^1.075^0.785^0^0^0^0^94.4^0.61^0^0^0^0^0^0^0^0^0.10^0.0^2.871^3.612^0.997^89^85.00^~3 oz, (Yield from 1 cooked roast, with refuse, weighing 1515g)~^984.95^~1 roast, without refuse~^35 ~10060~^~PORK FRSH LOIN TENDERLOIN LN ONLY RAW~^76.00^109^20.95^2.17^1.03^0.00^0.0^0.00^5^0.98^27^247^399^53^1.89^0.090^0.015^30.8^0.0^0.998^0.342^6.684^0.846^0.777^0^0^0^0^80.8^0.51^0^0^0^0^0^0^0^0^0.22^0.0^0.698^0.792^0.367^65^247.22^~1 roast, without refuse (Yield from 1 raw roast, with refuse, weighing 504g)~^^~~^5 ~10061~^~PORK,FRSH,LOIN,TENDERLOIN,LN,CKD,RSTD~^69.45^143^26.17^3.51^1.21^0.00^0.0^0.00^6^1.15^29^267^421^57^2.42^0.111^0.013^38.2^0.0^0.950^0.387^7.432^1.012^0.739^0^0^0^0^88.9^0.57^0^0^0^0^0^0^0^0^0.08^0.0^1.198^1.334^0.506^73^^~~^85.00^~3 oz~^4 ~10062~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,RAW~^70.38^155^21.55^6.94^0.97^0.00^0.0^0.00^7^0.50^26^226^373^48^1.55^0.056^0.007^33.1^0.0^0.667^0.185^7.988^0.727^0.726^0^0^0^0^57.8^0.53^4^1^1^0^0^0^0^0^0.13^0.0^2.450^2.985^0.878^67^184.67^~1 chop~^453.60^~1 lb~^12 ~10063~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,CKD,BRSD~^58.22^233^27.82^12.68^1.27^0.00^0.0^0.00^21^0.96^19^185^407^42^2.11^0.076^0.010^41.3^0.3^0.552^0.256^4.540^0.638^0.329^4^0^4^4^^0.46^7^2^2^0^0^0^0^0^0.24^0.0^4.710^5.700^1.040^75^148.10^~1 chop, boneless (yield from 193g raw meat)~^85.00^~3 oz~^0 ~10064~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,CKD,BRLD~^62.86^197^26.60^9.23^1.00^0.00^0.0^0.00^7^0.63^26^230^357^44^2.09^0.081^0.007^43.6^0.0^0.635^0.190^8.234^0.680^0.695^0^0^0^0^76.0^0.59^5^1^1^0^0^0^0^0^0.11^0.0^3.196^3.942^1.061^73^144.93^~1 chop~^85.00^~3 oz~^10 ~10065~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN&FAT,CKD,RSTD~^63.76^192^26.45^8.82^0.98^0.00^0.0^0.00^7^0.64^25^223^349^46^2.11^0.077^0.007^34.9^0.0^0.547^0.232^7.104^0.674^0.692^0^0^0^0^75.5^0.58^4^1^1^0^0^0^0^0^0.11^0.0^2.839^3.517^0.999^80^848.41^~1 roast~^85.00^~3 oz~^8 ~10066~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,RAW~^72.93^127^22.41^3.42^1.01^0.00^0.0^0.00^5^0.51^27^234^387^49^1.59^0.057^0.008^34.5^0.0^0.693^0.190^8.265^0.746^0.756^0^0^0^0^59.6^0.51^0^0^0^0^0^0^0^0^0.13^0.0^1.208^1.546^0.366^66^184.67^~1 chop~^453.60^~1 lb~^17 ~10067~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,BRSD~^61.01^202^29.07^8.59^1.31^0.00^0.0^0.00^23^1.01^20^186^421^42^2.18^0.078^0.011^43.3^0.3^0.571^0.268^4.700^0.664^0.345^5^0^5^5^^0.46^6^2^0^0^0^0^0^0^0.25^0.0^3.130^3.970^0.610^73^85.00^~3 oz~^74.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^7 ~10068~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,BRLD~^65.11^173^27.58^6.08^1.03^0.00^0.0^0.00^5^0.63^27^237^367^45^2.15^0.083^0.007^45.3^0.0^0.658^0.195^8.512^0.692^0.722^0^0^0^0^78.3^0.56^0^0^0^0^0^0^0^0^0.10^0.0^2.077^2.651^0.605^72^144.93^~1 chop~^^~~^14 ~10069~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN,CKD,RSTD~^65.60^173^27.23^6.28^1.01^0.00^0.0^0.00^6^0.64^26^227^357^47^2.16^0.079^0.007^35.8^0.0^0.561^0.237^7.277^0.684^0.713^0^0^0^0^77.3^0.55^0^0^0^0^0^0^0^0^0.10^0.0^1.927^2.464^0.631^79^848.41^~1 roast~^85.00^~3 oz~^12 ~10070~^~PORK,FRSH,SHLDR,WHL,LN&FAT,RAW~^64.02^236^17.18^17.99^0.88^0.00^0.0^0.00^15^1.05^18^182^302^65^2.70^0.084^0.011^25.5^0.7^0.767^0.275^3.833^0.719^0.348^5^0^5^5^60.6^0.74^7^2^2^0^0^0^0^0^0.19^0.0^6.240^8.010^1.920^71^28.35^~1 oz~^453.60^~1 lb~^25 ~06556~^~CAMPBELL'S SEL SOUP,SPLIT PEA W/ RSTD HAM SOUP~^82.80^67^4.08^0.41^0.87^11.84^2.0^2.04^16^0.59^^^^339^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.000^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06558~^~SOUP,TOMATO BISQUE,CND,PREP W/ EQ VOLUME H2O~^87.17^50^0.92^1.02^1.29^9.60^0.2^^16^0.33^4^24^169^424^0.24^0.052^0.104^^2.4^0.027^0.029^0.465^0.050^0.036^6^0^6^6^^0.00^292^18^4^^^^^^^^0.220^0.280^0.450^2^247.00^~1 cup, (8 fl oz)~^600.00^~1 can, (11 oz), prepared~^0 ~06559~^~SOUP,TOMATO,CND,PREP W/EQ VOLUME H2O,COMM~^91.38^30^0.79^0.28^0.99^6.57^0.6^3.97^8^0.54^7^14^112^272^0.12^0.083^0.058^2.5^6.3^0.019^0.031^0.505^0.026^0.042^0^0^0^0^6.3^0.00^192^10^0^0^115^0^5345^44^0.17^1.5^0.076^0.088^0.093^0^247.90^~1 serving, 1 cup~^30.99^~1 fl oz~^0 ~06578~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SEL SOUP,TOMATO GARDEN SOUP~^88.60^41^1.22^0.20^1.40^8.57^0.8^4.90^16^0.29^^^^286^^^^^0.0^^^^^^^^^^^^1224^^^^^^^^^^0.204^^^2^245.00^~1 cup~^245.00^~1 serving~^0 ~06580~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SEL SOUP,VEG MEDLEY SOUP~^88.90^41^1.22^0.20^1.10^8.57^1.2^2.45^16^0.29^^^^367^^^^^0.0^^^^^^^^^^^^1429^^^^^^^^^^0.000^^^0^245.00^~1 cup~^245.00^~1 serving~^0 ~06583~^~SOUP,RAMEN NOODLE,ANY FLAVOR,DRY~^4.70^453^9.30^17.10^3.40^65.50^2.4^0.73^16^4.27^24^108^120^1160^0.63^0.140^^28.2^0.0^0.660^0.440^5.400^^0.061^147^120^28^231^85.5^0.01^11^1^0^2^6^0^0^20^2.03^5.7^7.630^6.400^2.605^0^43.00^~1 serving~^85.00^~1 package~^0 ~06584~^~SOUP,BROCCOLI CHS,CND,COND,COMM~^82.70^87^2.10^5.30^2.30^7.70^1.8^2.12^41^0.30^13^42^207^683^0.26^0.030^^1.5^2.0^0.020^0.040^0.248^^0.064^40^0^40^40^18.4^0.02^825^66^30^0^435^0^0^540^0.72^51.8^1.600^2.000^1.700^4^303.35^~1 can, 10.7 oz (10.75 oz)~^121.34^~1 serving, 1/2 cup~^0 ~06585~^~CAMPBELL'S SOUP AT HAND,BLENDED VEG MEDLEY SOUP~^91.10^33^0.98^0.49^1.20^6.23^1.3^2.95^7^0.00^^^^292^^^^^9.8^^^^^^^^^^^^1475^^^^^^^^^^0.164^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06586~^~CAMPBELL'S SOUP AT HAND,CHICK & STARS SOUP~^94.00^21^0.98^0.49^1.25^3.28^0.7^0.33^0^0.12^^^^292^^^^^0.0^^^^^^^^^^^^328^^^^^^^^^^0.164^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06587~^~CAMPBELL'S SOUP AT HAND,CHICK W/ MINI NOODLES SOUP~^93.50^26^1.31^0.66^0.93^3.61^0.7^0.66^0^0.00^^^^321^^^^^0.8^^^^^^^^^^^^492^^^^^^^^^^0.164^^^3^305.00^~1 serving~^305.00^~1 container~^0 ~06589~^~CAMPBELL'S SOUP AT HAND,CRM OF BROCCOLI SOUP~^90.20^47^0.98^2.30^0.95^5.57^2.3^0.98^7^0.24^^^^292^^^^^0.0^^^^^^^^^^^^33^^^^^^^^^^0.656^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06590~^~CAMPBELL'S SOUP AT HAND,CREAMY CHICK SOUP~^90.50^43^1.31^2.95^0.98^4.26^1.3^0.33^0^0.24^^^^292^^^^^0.0^^^^^^^^^^^^492^^^^^^^^^^0.492^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06592~^~CAMPBELL'S SOUP AT HAND,CREAMY TOMATO SOUP~^84.80^62^1.31^1.31^1.43^11.15^1.3^7.54^20^0.00^^^^308^^^^^7.9^^^^^^^^^^^^131^^^^^^^^^^0.328^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06593~^~CAMPBELL'S SOUP AT HAND,ITALIAN STYLE WEDDING SOUP~^93.40^24^0.98^0.82^1.52^3.28^0.3^0.98^7^0.12^^^^282^^^^^0.4^^^^^^^^^^^^328^^^^^^^^^^0.328^^^3^305.00^~1 serving~^305.00^~1 container~^0 ~06594~^~CAMPBELL'S SOUP AT HAND,NEW ENGLAND CLAM CHOWDER~^91.60^40^1.31^1.97^0.86^4.26^1.3^0.00^7^0.35^^^^292^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.328^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06595~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SOUP AT HAND,VEG BF SOUP~^94.00^20^0.98^0.33^1.41^3.28^0.3^1.64^7^0.12^^^^305^^^^^0.0^^^^^^^^^^^^131^^^^^^^^^^0.164^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06596~^~CAMPBELL'S SOUP AT HAND,VELVETY POTATO SOUP~^89.30^51^0.66^2.30^0.86^6.89^1.3^1.64^7^0.12^^^^285^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.328^^^2^305.00^~1 serving~^305.00^~1 container~^0 ~06597~^~CAMPBELL SOUP COMPANY,PACE,CHIPOTLE CHUNKY SALSA~^88.60^25^0.00^0.00^5.15^6.25^3.1^6.25^0^0.00^^^^719^^^^^0.0^^^^^^^^^^^^625^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~06598~^~CAMPBELL SOUP COMPANY,PACE,CILANTRO CHUNKY SALSA~^88.60^25^0.00^0.00^5.15^6.25^3.1^6.25^0^0.00^^^^844^^^^^0.0^^^^^^^^^^^^313^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~08112~^~CEREALS,FARINA,ENR,DRY~^10.50^369^10.60^0.50^0.40^78.00^1.9^0.27^14^3.72^13^88^94^3^0.53^0.079^0.693^23.5^0.0^0.570^0.360^4.050^0.416^0.058^255^231^24^416^10.4^0.00^0^0^0^0^0^0^0^18^0.11^0.3^0.080^0.060^0.220^0^176.00^~1 cup~^10.90^~1 tbsp~^0 ~08113~^~CEREALS,FARINA,ENR,CKD W/ H2O,WO/ SALT~^87.90^48^1.42^0.07^0.14^10.47^0.3^0.04^4^0.50^2^12^13^2^0.08^0.016^0.093^9.1^0.0^0.061^0.043^0.489^0.056^0.007^34^32^2^57^1.4^0.00^0^0^0^0^0^0^0^2^0.01^0.0^0.010^0.010^0.030^0^233.00^~1 cup~^14.60^~1 tbsp~^0 ~08114~^~CEREALS,MALTEX,DRY~^7.50^352^11.20^2.10^1.90^77.30^4.2^0.66^36^3.50^111^349^521^17^3.64^0.657^^70.7^0.0^0.520^0.200^4.660^0.683^0.150^57^0^57^57^19.2^0.00^0^0^0^0^0^0^0^167^2.19^2.8^0.321^0.243^0.813^0^151.00^~1 cup~^38.00^~.25 cup~^0 ~08115~^~CEREALS,MALTEX,CKD W/ H2O,WO/ SALT~^81.00^76^2.29^0.43^0.47^15.81^0.9^0.13^9^0.72^23^71^107^5^0.75^0.140^0.000^14.5^0.0^0.085^0.037^0.858^0.140^0.028^8^0^8^8^^0.00^0^0^0^0^0^0^0^31^0.45^0.6^0.069^0.050^0.167^0^249.00^~1 cup~^15.50^~1 tbsp~^0 ~08116~^~CEREALS,MALT-O-MEAL,PLN,DRY~^9.80^361^11.80^1.27^1.50^75.60^4.0^1.10^508^55.70^13^213^170^10^0.53^0.079^^23.5^1.0^1.840^0.900^24.500^0.416^1.680^1448^1420^28^2442^^^100^^^^^^^^^^0.299^0.168^0.743^1^165.00^~1 cup~^10.30^~1 tbsp~^0 ~08118~^~CEREALS,MAYPO,DRY~^6.30^385^13.20^5.30^3.20^72.00^10.8^34.05^282^19.00^115^562^478^19^3.35^0.360^^41.7^64.0^1.600^1.800^21.200^0.768^2.100^27^0^27^27^25.2^6.30^5291^1589^1589^0^0^0^0^124^0.38^3.0^0.686^1.510^1.260^0^94.00^~1 cup~^47.00^~.5 cup~^0 ~08119~^~CEREALS,MAYPO,CKD W/ H2O,WO/ SALT~^82.70^71^2.40^1.00^0.60^13.30^2.4^6.26^52^3.50^21^103^88^4^0.62^0.066^^7.7^12.0^0.300^0.300^3.900^0.141^0.400^4^0^4^4^4.4^1.20^974^292^292^0^0^0^0^20^0.07^0.6^0.175^0.305^0.368^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~08120~^~CEREALS,OATS,REG & QUICK & INST,NOT FORT,DRY~^10.84^379^13.15^6.52^1.77^67.70^10.1^0.99^52^4.25^138^410^362^6^3.64^0.391^3.630^28.9^0.0^0.460^0.155^1.125^1.120^0.100^32^0^32^32^40.4^0.00^0^0^0^0^0^0^0^180^0.42^2.0^1.110^1.980^2.300^0^81.00^~1 cup~^27.00^~.333 cup~^0 ~08121~^~CEREALS,OATS,REG & QUICK & INST,UNENR,CKD W/ H2O,WO/ SALT~^83.61^71^2.54^1.52^0.34^12.00^1.7^0.27^9^0.90^27^77^70^4^1.00^0.074^0.580^5.4^0.0^0.076^0.016^0.225^0.311^0.005^6^0^6^6^7.4^0.00^0^0^0^0^0^0^0^180^0.08^0.3^0.310^0.435^0.559^0^234.00^~1 cup~^14.60^~1 tbsp~^0 ~08122~^~CEREALS,OATS,INST,FORT,PLN,DRY~^10.37^375^12.72^6.25^3.10^67.55^10.0^1.51^352^29.27^138^424^359^258^3.54^0.374^2.920^26.8^0.0^2.050^1.200^16.550^1.100^1.600^286^254^32^464^40.6^0.00^3571^1072^1072^0^0^0^0^0^0.47^1.9^1.537^2.129^2.426^0^28.00^~1 packet~^^~~^0 ~08123~^~CEREALS,OATS,INST,FORT,PLN,PREP W/ H2O~^84.03^68^2.37^1.36^0.56^11.67^1.7^0.46^80^5.96^26^77^61^49^0.62^0.066^0.558^5.0^0.0^0.260^0.215^3.025^0.317^0.290^44^39^6^71^7.1^0.00^621^186^186^0^0^0^0^0^0.07^0.4^0.267^0.370^0.422^0^234.00^~1 cup, cooked~^501.00^~1 cup, dry, yields~^0 ~08124~^~CEREALS,QUAKER,INST OATMEAL,APPLS & CINN,DRY~^6.30^365^8.00^4.39^3.36^77.92^7.9^35.53^314^11.31^81^278^318^480^1.86^0.220^2.510^22.5^1.2^0.940^1.070^12.600^0.460^1.260^252^229^23^412^^0.00^3150^946^945^0^0^0^0^0^0.38^2.2^0.734^1.510^1.260^0^35.00^~1 packet~^^~~^0 ~08125~^~CEREALS,QUAKER,INST OATMEAL,APPLS & CINN,PREP W/ BOILING H2O~^78.56^87^1.82^1.00^0.84^17.77^1.8^8.10^74^2.58^19^63^73^111^0.43^0.055^0.573^5.1^0.2^0.193^0.232^2.729^0.105^0.287^57^52^5^94^^0.00^718^216^215^0^0^0^0^0^0.09^0.5^0.167^0.344^0.287^0^149.00^~1 packet, prepared~^^~~^0 ~08128~^~CEREALS,OATS,INST,FORT,W/ CINN & SPICE,DRY~^6.56^370^8.59^4.67^3.19^76.97^6.6^33.70^239^8.60^89^300^251^535^2.00^0.210^2.770^21.7^0.1^0.710^0.810^9.560^0.450^0.950^191^168^23^309^24.8^0.00^2391^718^717^0^0^0^0^0^0.42^2.0^0.808^1.670^1.380^0^46.00^~1 packet~^^~~^0 ~08129~^~CEREALS,OATS,INST,FORT,W/ CINN & SPICE,PREP W/ H2O~^73.80^107^2.40^1.31^0.96^21.52^1.8^9.42^69^2.41^25^84^70^151^0.56^0.064^0.775^0.0^0.0^0.179^0.215^2.540^0.126^0.266^54^47^6^86^^0.00^669^201^201^0^0^0^0^0^0.12^0.5^0.226^0.467^0.386^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~08130~^~CEREALS,QUAKER,INST OATMEAL,MAPLE & BROWN SUGAR,DRY~^6.87^366^8.93^4.83^4.07^75.28^6.6^30.43^256^9.21^93^312^258^606^2.08^0.220^2.880^21.7^0.0^0.760^0.870^10.230^0.470^1.020^205^182^23^332^^0.00^2558^768^767^0^0^0^0^0^0.44^2.0^0.835^1.740^1.440^0^43.00^~1 packet~^^~~^0 ~08131~^~CEREALS,QUAKER,INST OAT, MAPLE & BR SUGAR,PREP W/ BOIL H2O~^75.13^101^2.38^1.29^1.16^20.04^1.8^8.10^70^2.46^25^83^69^163^0.56^0.064^0.767^5.8^0.0^0.182^0.220^2.588^0.125^0.272^55^48^6^89^^0.00^681^205^204^0^0^0^0^0^0.12^0.5^0.222^0.463^0.383^0^155.00^~1 packet, prepared~^^~~^0 ~08568~^~CEREALS,KASHI HEART TO HEART,INST OATMEAL,APPL CINN,DRY~^5.30^374^10.70^4.90^1.10^78.00^11.4^28.00^233^4.20^^^721^251^3.50^^^^70.0^^^^^4.700^930^^^^^14.00^1273^64^^^764^^^^46.90^^1.000^1.700^2.200^0^43.00^~1 packet, (1 NLEA serving)~^^~~^0 ~08569~^~CEREALS,KASHI HEART TO HEART,INST OATMEAL,MAPLE,DRY~^5.40^376^10.90^5.00^1.70^77.00^11.6^27.00^233^4.20^^^605^231^3.50^^^^70.0^^^^^4.700^930^^^^^14.00^1270^64^^^762^^^^31.50^^1.000^1.800^2.200^0^43.00^~1 packet, (1 NLEA serving)~^^~~^0 ~08570~^~CEREALS,KASHI HEART TO HEART,INST OATMEAL,RAISIN SPICE,DRY~^7.50^354^8.10^3.90^3.50^77.00^10.1^38.00^233^4.20^^^555^232^3.50^^^^70.0^0.200^0.100^0.100^^4.700^930^^^^^14.00^1277^64^^^766^^^^46.90^^1.000^1.300^1.600^0^43.00^~1 packet, (1 NLEA serving)~^^~~^0 ~09001~^~ACEROLA,(WEST INDIAN CHERRY),RAW~^91.41^32^0.40^0.30^0.20^7.69^1.1^^12^0.20^18^11^146^7^0.10^0.086^^0.6^1677.6^0.020^0.060^0.400^0.309^0.009^14^0^14^14^^0.00^767^38^0^^^^^^^^0.068^0.082^0.090^0^98.00^~1 cup~^4.80^~1 fruit, without refuse~^20 ~09002~^~ACEROLA JUICE,RAW~^94.30^23^0.40^0.30^0.20^4.80^0.3^4.50^10^0.50^12^9^97^3^0.10^0.086^^0.1^1600.0^0.020^0.060^0.400^0.205^0.004^14^0^14^14^^0.00^509^25^0^0^305^0^0^17^0.18^1.4^0.068^0.082^0.090^0^242.00^~1 cup~^30.20^~1 fl oz~^0 ~09003~^~APPLES,RAW,WITH SKIN~^85.56^52^0.26^0.17^0.19^13.81^2.4^10.39^6^0.12^5^11^107^1^0.04^0.027^0.035^0.0^4.6^0.017^0.026^0.091^0.061^0.041^3^0^3^3^3.4^0.00^54^3^0^0^27^11^0^29^0.18^2.2^0.028^0.007^0.051^0^125.00^~1 cup, quartered or chopped~^108.76^~1 cup, slices~^10 ~09004~^~APPLES,RAW,WITHOUT SKIN~^86.67^48^0.27^0.13^0.17^12.76^1.3^10.10^5^0.07^4^11^90^0^0.05^0.031^0.038^0.0^4.0^0.019^0.028^0.091^0.071^0.037^0^0^0^0^3.4^0.00^38^2^0^0^17^13^0^18^0.05^0.6^0.021^0.005^0.037^0^110.00^~1 cup, slices~^216.14^~1 large, (3-1/4" dia)~^23 ~09005~^~APPLES,RAW,WO/SKN,CKD,BLD~^85.47^53^0.26^0.36^0.28^13.64^2.4^11.01^5^0.19^3^8^88^1^0.04^0.035^0.118^0.3^0.2^0.016^0.012^0.095^0.046^0.044^1^0^1^1^3.4^0.00^44^2^0^0^19^14^0^19^0.05^0.6^0.058^0.014^0.104^0^171.00^~1 cup, slices~^^~~^0 ~09006~^~APPLES,RAW,WO/ SKN,CKD,MICROWAVE~^84.63^56^0.28^0.42^0.26^14.41^2.8^11.61^5^0.17^3^8^93^1^0.04^0.046^0.142^0.3^0.3^0.017^0.011^0.061^0.046^0.046^1^0^1^1^3.4^0.00^40^2^0^0^17^13^0^21^0.05^0.7^0.068^0.017^0.122^0^170.00^~1 cup, slices~^^~~^0 ~09007~^~APPLES,CND,SWTND,SLICED,DRND,UNHTD~^82.36^67^0.18^0.49^0.27^16.70^1.7^15.00^4^0.23^2^5^68^3^0.03^0.053^0.153^0.3^0.4^0.009^0.010^0.073^0.031^0.044^0^0^0^0^3.2^0.00^51^3^0^0^22^17^0^18^0.21^0.6^0.080^0.020^0.144^0^204.00^~1 cup, slices~^^~~^0 ~09008~^~APPLES,CND,SWTND,SLICED,DRND,HTD~^82.28^67^0.18^0.43^0.27^16.84^2.0^14.84^4^0.24^3^6^70^3^0.05^0.051^0.165^0.3^0.2^0.009^0.010^0.081^0.032^0.044^0^0^0^0^3.2^0.00^56^3^0^0^24^18^0^18^0.21^0.6^0.070^0.017^0.126^0^204.00^~1 cup, slices~^^~~^0 ~09009~^~APPLES,DEHYD (LO MOIST),SULFURED,UNCKD~^3.00^346^1.32^0.58^1.57^93.53^12.4^81.13^19^2.00^22^55^640^124^0.29^0.271^0.128^1.8^2.2^0.046^0.130^0.680^0.432^0.280^1^0^1^1^23.1^0.00^81^4^0^0^35^27^0^25^0.75^4.3^0.095^0.024^0.171^0^60.00^~1 cup~^^~~^0 ~09010~^~APPLES,DEHYD (LO MOIST),SULFURED,STWD~^79.36^74^0.28^0.12^0.33^19.91^2.6^^4^0.43^5^12^136^26^0.06^0.058^0.027^0.4^0.6^0.008^0.029^0.140^0.080^0.054^0^0^0^0^^0.00^19^1^0^^^^^^^^0.020^0.005^0.036^0^193.00^~1 cup~^^~~^0 ~09011~^~APPLES,DRIED,SULFURED,UNCKD~^31.76^243^0.93^0.32^1.10^65.89^8.7^57.19^14^1.40^16^38^450^87^0.20^0.191^0.090^1.3^3.9^0.000^0.159^0.927^0.245^0.125^0^0^0^0^17.6^0.00^0^0^0^0^0^0^0^18^0.53^3.0^0.052^0.013^0.093^0^86.00^~1 cup~^6.40^~1 ring~^0 ~09012~^~APPLES,DRIED,SULFURED,STWD,WO/ SUGAR~^84.13^57^0.22^0.07^0.26^15.32^2.0^13.32^3^0.33^4^9^105^20^0.05^0.044^0.021^0.3^1.0^0.006^0.019^0.129^0.057^0.050^0^0^0^0^3.8^0.00^17^1^0^0^7^6^0^4^0.12^0.7^0.012^0.003^0.022^0^255.00^~1 cup~^^~~^0 ~09013~^~APPLES,DRIED,SULFURED,STWD,W/ SUGAR~^78.76^83^0.20^0.07^0.24^20.73^1.9^^3^0.31^3^8^98^19^0.04^0.042^0.020^^0.9^0.006^0.018^0.121^0.054^0.047^0^0^0^0^^0.00^16^1^0^^^^^^^^0.011^0.003^0.020^0^280.00^~1 cup~^^~~^0 ~09014~^~APPLES,FRZ,UNSWTND,UNHTD~^86.85^48^0.28^0.32^0.24^12.31^1.9^^4^0.18^3^8^77^3^0.05^0.058^0.169^0.2^0.1^0.013^0.011^0.042^0.054^0.034^1^0^1^1^^0.00^34^2^0^^^^^^^^0.053^0.013^0.095^0^173.00^~1 cup, slices~^^~~^0 ~09015~^~APPLES,FRZ,UNSWTND,HTD~^87.16^47^0.29^0.33^0.23^12.00^1.9^^5^0.19^3^8^76^3^0.05^0.065^0.146^0.2^0.4^0.014^0.011^0.043^0.057^0.032^1^0^1^1^^0.00^20^1^0^^^^^^^^0.053^0.013^0.095^0^206.00^~1 cup, slices~^^~~^0 ~09016~^~APPLE JUC,CND OR BTLD,UNSWTND,WO/ ADDED VIT C~^88.24^46^0.10^0.13^0.23^11.30^0.2^9.62^8^0.12^5^7^101^4^0.02^0.012^0.074^0.1^0.9^0.021^0.017^0.073^0.049^0.018^0^0^0^0^1.8^0.00^1^0^0^0^0^0^0^16^0.01^0.0^0.022^0.006^0.039^0^248.00^~1 cup~^31.00^~1 fl oz~^0 ~09017~^~APPLE JUC,FRZ CONC,UNSWTND,UNDIL,WO/ VIT C~^57.00^166^0.51^0.37^1.12^41.00^0.4^38.83^20^0.91^17^25^448^25^0.13^0.050^0.225^0.4^2.1^0.011^0.054^0.135^0.223^0.116^1^0^1^1^6.5^0.00^0^0^0^0^0^0^0^57^0.04^0.0^0.060^0.015^0.108^0^211.00^~1 can, (6 fl oz)~^^~~^0 ~09018~^~APPLE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O WO/ VIT C~^87.90^47^0.14^0.10^0.32^11.54^0.1^10.93^6^0.26^5^7^126^7^0.04^0.014^0.063^0.1^0.6^0.003^0.015^0.038^0.063^0.033^0^0^0^0^1.8^0.00^0^0^0^0^0^0^0^16^0.01^0.0^0.018^0.002^0.031^0^239.00^~1 cup~^29.90^~1 fl oz~^0 ~09019~^~APPLESAUCE,CND,UNSWTND,WO/ADDED VIT C (INCLUDES USDA COMMOD)~^88.22^42^0.17^0.10^0.24^11.27^1.1^9.39^4^0.23^3^5^74^2^0.03^0.027^0.025^0.3^1.0^0.026^0.030^0.084^0.041^0.027^3^0^3^3^2.2^0.00^29^1^0^0^13^9^0^18^0.16^0.5^0.008^0.002^0.014^0^243.79^~1 cup~^^~~^0 ~09020~^~APPLESAUCE,CND,SWTND,WO/ SALT (INCLUDES USDA COMMODITY)~^81.98^68^0.16^0.17^0.21^17.49^1.2^14.67^3^0.12^3^6^75^2^0.03^0.032^0.030^0.3^1.7^0.017^0.022^0.072^0.044^0.027^1^0^1^1^3.3^0.00^6^0^0^0^3^2^0^18^0.18^0.6^0.030^0.007^0.054^0^245.50^~1 cup~^^~~^0 ~09021~^~APRICOTS,RAW~^86.35^48^1.40^0.39^0.75^11.12^2.0^9.24^13^0.39^10^23^259^1^0.20^0.078^0.077^0.1^10.0^0.030^0.040^0.600^0.240^0.054^9^0^9^9^2.8^0.00^1926^96^0^19^1094^104^0^89^0.89^3.3^0.027^0.170^0.077^0^155.00^~1 cup, halves~^165.00^~1 cup, sliced~^7 ~09022~^~APRICOTS,CND,H2O PK,W/SKN,SOL&LIQUIDS~^92.36^27^0.71^0.16^0.38^6.39^1.6^4.79^8^0.32^7^13^192^3^0.11^0.082^0.053^0.1^3.4^0.021^0.023^0.395^0.092^0.054^2^0^2^2^1.8^0.00^1959^98^0^0^1170^11^0^26^0.60^2.2^0.011^0.069^0.031^0^243.00^~1 cup, halves~^36.00^~1 apricot, half with liquid~^0 ~09023~^~APRICOTS,CND,H2O PK,WO/SKN,SOL&LIQUIDS~^93.43^22^0.69^0.03^0.38^5.48^1.1^^8^0.54^9^16^154^11^0.11^0.068^0.053^^1.8^0.020^0.024^0.437^0.092^0.054^2^0^2^2^^0.00^1810^91^0^^^^^^^^0.002^0.013^0.006^0^227.00^~1 cup, whole, without pits~^^~~^6 ~10071~^~PORK,FRSH,SHLDR,WHL,LN&FAT,CKD,RSTD~^54.80^292^23.28^21.39^1.11^0.00^0.0^0.00^24^1.32^18^212^329^68^3.71^0.113^0.022^33.4^0.5^0.581^0.329^3.991^0.600^0.288^5^0^5^5^80.0^0.80^8^2^2^0^0^0^0^0^0.19^0.0^7.860^9.470^2.050^90^135.00^~1 cup, diced~^85.00^~3 oz~^25 ~10072~^~PORK,FRSH,SHLDR,WHL,LN,RAW~^72.63^148^19.55^7.14^1.02^0.00^0.0^^14^1.22^21^202^341^76^3.14^0.097^0.012^29.5^0.8^0.884^0.314^4.275^0.822^0.415^5^0^5^5^^0.84^6^2^2^^^^^^^^2.470^3.230^0.770^67^28.35^~1 oz~^453.60^~1 lb~^39 ~10073~^~PORK,FRSH,SHLDR,WHL,LN,CKD,RSTD~^60.64^230^25.33^13.54^1.18^0.00^0.0^0.00^18^1.50^20^221^346^75^4.16^0.124^0.026^37.4^0.6^0.628^0.370^4.260^0.651^0.317^5^0^5^5^87.0^0.86^7^2^2^0^0^0^0^0^0.25^0.0^4.790^6.170^1.250^90^135.00^~1 cup, diced~^85.00^~3 oz~^39 ~10074~^~PORK,FRSH,SHLDR,ARM PICNIC,LN&FAT,RAW~^62.06^253^16.69^20.19^0.84^0.00^0.0^^5^0.99^17^189^291^68^2.37^0.081^0.011^24.4^0.7^0.727^0.259^3.983^0.656^0.387^4^0^4^4^^0.64^6^2^2^^^^^^^^7.000^8.970^2.160^71^28.35^~1 oz~^453.60^~1 lb~^27 ~10075~^~PORK,FRSH,SHLDR,ARM PICNIC,LN&FAT,CKD,BRSD~^47.65^329^27.99^23.22^1.16^0.00^0.0^0.00^18^1.61^19^212^369^88^4.18^0.138^0.014^32.6^0.3^0.541^0.307^5.214^0.595^0.350^4^0^4^4^96.2^0.65^9^3^3^0^0^0^0^0^0.30^0.0^8.490^10.380^2.280^109^135.00^~1 cup, diced~^85.00^~3 oz~^25 ~10076~^~PORK,FRSH,SHLDR,ARM PICNIC,LN&FAT,CKD,RSTD~^52.04^317^23.47^24.01^0.99^0.00^0.0^^19^1.18^17^228^325^70^3.45^0.111^0.033^33.6^0.2^0.522^0.302^3.918^0.532^0.348^4^0^4^4^^0.71^8^2^2^^^^^^^^8.780^10.720^2.350^94^135.00^~1 cup, diced~^85.00^~3 oz~^27 ~10077~^~PORK,FRSH,SHLDR,ARM PICNIC,LN,RAW~^73.13^140^19.75^6.16^1.01^0.00^0.0^0.00^6^1.19^21^218^341^82^2.86^0.097^0.013^30.2^0.9^0.874^0.306^4.628^0.776^0.490^4^0^4^4^^0.73^7^2^2^0^0^0^0^0^0.17^0.0^2.130^2.780^0.660^65^28.35^~1 oz~^453.60^~1 lb~^44 ~10078~^~PORK,FRSH,SHLDR,ARM PICNIC,LN,CKD,BRSD~^54.26^248^32.26^12.21^1.27^0.00^0.0^0.00^8^1.95^22^226^405^102^4.97^0.161^0.017^37.0^0.4^0.600^0.360^5.940^0.670^0.410^5^0^5^5^110.9^0.71^8^2^2^0^0^0^0^0^0.29^0.0^4.160^5.780^1.160^114^198.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^41 ~10079~^~PORK,FRSH,SHLDR,ARM PICNIC,LN,CKD,RSTD~^60.27^228^26.68^12.62^1.06^0.00^0.0^^9^1.42^20^247^351^80^4.07^0.128^0.041^38.5^0.3^0.578^0.357^4.314^0.592^0.410^5^0^5^5^^0.78^7^2^2^^^^^^^^4.300^5.980^1.200^95^191.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^43 ~10080~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN & FAT,RAW~^69.18^186^17.42^12.36^0.83^0.00^0.0^0.00^16^1.12^20^190^318^61^3.09^0.096^0.011^26.2^0.0^0.520^0.353^4.239^1.447^0.486^0^0^0^0^73.3^0.91^8^2^2^0^0^0^0^0^0.22^0.0^4.348^5.206^1.597^62^288.33^~1 steak, without refuse (Yield from 1 raw steak, with refuse, weighing 380g)~^453.60^~1 lb~^24 ~10081~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STKS),LN & FAT,CKD,BRSD~^54.95^267^25.07^17.69^0.82^0.00^0.0^0.00^26^1.75^23^208^305^58^4.84^0.129^0.012^42.4^0.0^0.501^0.365^3.872^1.290^0.448^0^0^0^0^102.3^0.93^8^2^2^0^0^0^0^0^0.12^0.0^6.584^7.987^2.072^98^184.57^~1 steak, without refuse (Yield from 1 cooked steak, with refuse, weighing 249g)~^85.00^~3 oz~^26 ~10082~^~PORK,FRSH,SHLDR,BLADE,BOSTON (STEAKS),LN&FAT,CKD,BRLD~^57.25^259^25.58^16.61^1.08^0.00^0.0^0.00^36^1.40^21^210^326^69^4.51^0.058^0.003^36.3^0.3^0.695^0.397^4.070^0.727^0.277^4^0^4^4^87.9^1.06^9^3^3^0^0^0^0^0^0.29^0.0^5.950^7.420^1.460^95^85.00^~3 oz~^169.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)~^23 ~10083~^~PORK,FRSH,SHLDR,BLADE,BOSTON (ROASTS),LN&FAT,CKD,RSTD~^57.47^269^23.11^18.86^1.23^0.00^0.0^0.00^28^1.45^18^197^332^67^3.96^0.114^0.012^34.3^0.7^0.638^0.355^4.061^0.665^0.230^5^0^5^5^79.4^0.88^7^2^2^0^0^0^0^0^0.19^0.0^6.970^8.270^1.760^86^262.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~10084~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN,RAW~^74.31^132^18.73^5.71^0.88^0.00^0.0^0.00^14^1.20^22^202^339^65^3.36^0.102^0.013^28.2^0.0^0.558^0.384^4.387^1.567^0.521^0^0^0^0^78.8^0.91^0^0^0^0^0^0^0^0^0.24^0.0^1.998^2.484^0.620^60^257.98^~1 steak, without refuse (Yield from 1 raw steak, with refuse, weighing 379g)~^453.60^~1 lb~^32 ~10085~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN,CKD,BRSD~^58.00^233^26.57^13.20^0.85^0.00^0.0^0.00^25^1.85^24^217^318^60^5.20^0.137^0.013^45.0^0.0^0.526^0.388^3.935^1.367^0.470^0^0^0^0^108.7^0.90^0^0^0^0^0^0^0^0^0.11^0.0^5.023^6.199^1.402^100^169.60^~1 steak, without refuse (Yield from 1 cooked steak, with refuse, weighing 249g)~^85.00^~3 oz~^32 ~10086~^~PORK,FRSH,SHLDR,BLADE,BOSTON (STEAKS),LN,CKD,BRLD~^60.07^227^26.74^12.54^1.10^0.00^0.0^0.00^33^1.56^24^220^343^74^5.02^0.059^0.009^39.3^0.3^0.750^0.440^4.300^0.816^0.310^5^0^5^5^91.9^1.13^8^2^2^0^0^0^0^0^0.27^0.0^4.450^5.640^1.080^94^85.00^~3 oz~^147.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)~^33 ~10087~^~PORK,FRSH,SHLDR,BLADE,BOSTON (ROASTS),LN,CKD,RSTD~^60.94^232^24.21^14.30^1.27^0.00^0.0^0.00^27^1.56^26^235^427^88^4.23^0.121^0.015^36.1^1.0^1.116^0.400^4.960^1.077^0.437^8^0^8^8^83.2^1.16^9^3^3^0^0^0^0^0^0.24^0.0^5.190^6.340^1.290^85^238.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^31 ~10088~^~PORK,FRSH,SPARERIBS,LN&FAT,RAW~^59.75^277^15.47^23.40^0.67^0.00^0.0^0.00^15^0.91^16^141^242^81^2.50^0.080^0.010^22.0^0.0^0.319^0.251^4.662^0.625^0.574^0^0^0^0^59.7^0.38^0^0^0^0^0^0^0^0^0.37^0.0^7.529^8.542^3.953^80^1296.70^~1 rack, without refuse (Yield from 1 raw rack, with refuse, weighing 1852g)~^28.35^~1 oz~^30 ~10089~^~PORK,FRSH,SPARERIBS,LN&FAT,CKD,BRSD~^40.42^397^29.06^30.30^1.12^0.00^0.0^0.00^47^1.85^24^261^320^93^4.60^0.142^0.014^37.4^0.0^0.408^0.382^5.475^0.750^0.350^4^0^4^4^99.9^1.08^10^3^3^0^0^0^0^0^0.34^0.0^11.120^13.480^2.730^121^177.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^38 ~06599~^~CAMPBELL SOUP COMPANY,PACE,ENCHILADA SAU~^87.10^40^1.67^0.00^2.90^8.33^1.7^6.67^^0.60^^^^867^^^^^2.0^^^^^^^^^^^^667^^^^^^^^^^0.000^^^0^60.00^~.25 cup~^60.00^~1 serving~^0 ~06600~^~CAMPBELL SOUP COMPANY,PACE,GRN TACO SAU~^90.70^25^0.00^0.00^3.05^6.25^^6.25^^^^^^625^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^0^16.00^~1 serving~^16.00^~2 tbsp~^0 ~06601~^~CAMPBELL SOUP COMPANY,PACE,LIME & GARLIC CHUNKY SALSA~^86.60^38^0.00^0.00^4.03^9.38^3.1^6.25^0^0.00^^^^656^^^^^5.6^^^^^^^^^^^^625^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~06602~^~CAMPBELL SOUP COMPANY,PACE,ORGANIC PICANTE SAU~^89.30^25^0.00^0.00^4.45^6.25^3.1^6.25^^^^^^688^^^^^^^^^^^^^^^^^625^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~06603~^~CAMPBELL SOUP COMPANY,PACE,PICANTE SAU~^89.90^25^0.00^0.00^3.85^6.25^3.1^6.25^^^^^^781^^^^^^^^^^^^^^^^^313^^^^^^^^^^^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~06604~^~CAMPBELL SOUP COMPANY,PACE,RED TACO SAU~^85.30^50^0.00^0.00^2.20^12.50^0.0^6.25^0^0.00^^^^813^^^^^0.0^^^^^^^^^^^^625^^^^^^^^^^0.000^^^0^16.00^~1 tbsp~^16.00^~1 serving~^0 ~06605~^~CAMPBELL SOUP COMPANY,PACE,THICK & CHUNKY SALSA~^88.70^25^0.00^0.00^5.05^6.25^3.1^6.25^^^^^^719^^^^^^^^^^^^^^^^^313^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~06609~^~CAMPBELL SOUP COMPANY,SWANSON BROTH,CERT ORGANIC VEG BROTH~^98.20^5^0.00^0.00^0.52^1.28^0.0^0.85^0^0.00^^^^234^^^^^0.0^^^^^^^^^^^^213^^^^^^^^^^0.000^^^0^235.00^~1 cup~^235.00^~1 serving~^0 ~06615~^~CAMPBELL SOUP COMPANY,SWANSON BROTH,VEG BROTH~^97.60^5^0.00^0.00^1.12^1.28^0.0^0.85^0^0.00^^^^400^^^^^0.0^^^^^^^^^^^^213^^^^^^^^^^0.000^^^0^235.00^~1 cup~^235.00^~1 serving~^0 ~06617~^~CAMPBELL SOUP COMPANY,HLTHY RQUST STYLE WEDDING SP~^89.40^45^2.86^1.02^0.60^6.12^0.8^1.22^16^0.44^^^^196^^^^^0.0^^^^^^^^^^^^204^^^^^^^^^^0.612^^^6^245.00^~1 cup~^245.00^~1 serving~^0 ~06720~^~SAUCE,CHS SAU MIX,DRY~^3.78^438^7.68^18.33^9.67^60.52^1.0^10.26^204^0.50^36^283^428^3202^1.11^0.085^0.052^^0.9^0.211^0.678^2.399^1.499^0.182^134^0^134^134^^0.46^202^56^55^^^^^^^^8.440^6.868^0.983^23^^~~^^~~^0 ~06725~^~SOUP,CHICK CORN CHOWDER,CHUNKY,RTS,SINGLE BRAND~^82.10^99^3.10^6.30^1.00^7.50^0.9^^^^^^^299^^^^^^^^^^^^^^^^^1150^58^^^690^^^^^^1.750^1.270^1.900^11^539.00^~1 package, yields~^240.00^~1 serving~^0 ~06726~^~SOUP,CHICK MUSHROOM CHOWDER,CHUNKY,RTS,SINGLE BRAND~^84.20^80^3.00^4.40^1.30^7.10^1.4^^^0.48^^^^339^^^^^2.0^^^^^^^^^^^^0^^^^^^^^^^1.150^0.837^1.740^6^539.00^~1 package, yields~^240.00^~1 serving~^0 ~06728~^~SOUP,POTATO HAM CHOWDER,CHUNKY,RTS,SINGLE BRAND~^85.30^80^2.70^5.20^1.20^5.60^0.6^^^0.70^^^^364^^^^^^^^^^^^^^^^^0^^^^^^^^^^1.620^2.460^0.320^9^539.00^~1 package, yields~^240.00^~1 serving~^0 ~06729~^~SOUP,SIRLOIN BURGER W/VEG,RTS,SINGLE BRAND~^84.10^77^4.20^3.70^1.20^6.80^2.3^^^0.87^^^^361^^^^^^^^^^^^^^^^^1250^^^^750^^^^^^1.330^1.320^0.523^11^539.00^~1 package, yields~^240.00^~1 serving~^0 ~06730~^~SOUP,SPLIT PEA W/ HAM,CHUNKY,RED FAT,RED NA,RTS,SINGLE BRAND~^81.00^76^5.20^1.10^1.40^11.30^^^^0.92^^^^343^^^^^4.2^^^^^^^^^^^^2625^131^0^750^1200^^^^^^0.300^0.404^0.198^6^539.00^~1 package, yields~^243.00^~1 serving~^0 ~06731~^~SOUP,BEAN W/BACON,COND,SINGLE BRAND~^70.90^117^6.50^2.10^2.50^18.00^4.6^^^1.37^^^^736^^^^^^^^^^^^^^^^^183^^^^110^^^^^^0.601^0.747^0.446^3^326.00^~1 package, yields~^135.00^~1 serving~^0 ~06733~^~SOUP,BF W/VEG&BARLEY,CND,COND,SINGLE BRAND~^84.60^61^3.90^1.40^1.90^8.20^^^^^^^^707^^^^^^^^^^^^^^^^^567^^^^340^^^^^^0.480^0.567^0.098^6^312.00^~1 package, yields~^127.00^~1 serving~^0 ~06734~^~SOUP,CHICK W/STAR-SHAPED PASTA,CND,COND,SINGLE BRAND~^86.80^50^2.30^1.40^2.40^7.10^^^^^^^^732^^^^^^^^^^^^^^^^^433^^^^260^^^^^^0.342^0.546^0.303^4^298.00^~1 package, yields~^125.00^~1 serving~^0 ~06736~^~SOUP,CRM OF CHICK,CND,COND,SINGLE BRAND~^81.40^99^2.40^6.50^2.00^7.70^^^^^^^^788^^^^^^^^^^^^^^^^^0^^^^^^^^^^1.610^1.640^2.050^7^305.00^~1 package, yields~^126.00^~1 serving~^0 ~06738~^~SOUP,SPLIT PEA W/HAM&BACON,CND,COND,SINGLE BRAND~^65.40^140^8.60^2.30^2.50^21.20^3.0^^^1.59^^^^729^^^^^^^^^^^^^^^^^150^^^^90^^^^^^0.676^0.892^0.439^3^326.00^~1 package, yields~^135.00^~1 serving~^0 ~06739~^~SOUP,VEG BF,CND,COND,SINGLE BRAND~^86.00^53^3.80^0.80^1.70^7.70^^^^^^^^555^^^^^^^^^^^^^^^^^1367^^^^820^^^^^^0.231^0.176^0.237^5^298.00^~1 package, yields~^136.00^~1 serving~^0 ~06740~^~SOUP,CHICK VEG,CHUNKY,RED FAT,RED NA,RTS,SINGLE BRAND~^89.50^40^2.70^0.50^1.00^6.30^^^^^^^^192^^^^^^^^^^^^^^^^^1283^^^^770^^^^^^0.121^0.168^0.107^4^454.00^~1 package, yields~^240.00^~1 serving~^0 ~06742~^~SOUP,VEG BF,MICROWAVABLE,RTS,SINGLE BRAND~^88.60^44^6.20^0.70^1.20^3.30^1.5^^^^^^^376^^^^^^^^^^^^^^^^^650^33^^^390^^^^^^0.221^0.223^0.112^3^292.00^~1 package, yields~^292.00^~1 serving~^0 ~06749~^~SOUP,CHUNKY BF W/ COUNTRY VEG,RTS~^85.30^62^4.08^1.22^0.82^8.57^^^^0.89^^^^367^^^^^^^^^^^^^^^^^1800^90^^^1080^^^^^^0.612^0.443^0.511^10^539.00^~1 package, yields~^243.00^~1 serving~^0 ~06930~^~SAUCE,CHS,RTS~^70.50^174^6.71^13.29^2.67^6.83^0.5^0.42^184^0.21^9^157^30^828^0.98^0.018^0.010^3.2^0.4^0.006^0.114^0.024^0.125^0.017^4^0^4^4^^0.14^316^80^77^^^^^^^^6.010^3.823^2.599^29^63.00^~.25 cup~^^~~^0 ~06931~^~SAUCE,PASTA,SPAGHETTI/MARINARA,RTS~^80.01^87^1.78^2.69^2.01^13.76^2.6^8.84^22^0.72^21^36^316^410^0.54^0.188^0.160^1.4^2.0^0.024^0.061^3.917^0.076^0.173^13^0^13^13^13.7^0.00^752^38^0^0^448^7^12655^176^2.40^13.9^0.699^0.589^1.184^2^128.26^~1 serving, 1/2 cup~^256.52^~1 cup~^0 ~06932~^~CAMPBELL SOUP COMP,PREGO PASTA,TRADITIONAL ITALIAN SAU,RTS~^78.95^62^1.54^2.31^7.20^10.00^2.3^8.46^15^0.55^^^292^446^^^^^1.8^^^^^^^^^^^^385^^^^^^^^^^0.769^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06955~^~SOUP,CRM OF CHICK,CND,COND,RED NA~^85.80^58^1.80^1.30^1.50^9.50^0.4^0.39^11^0.20^2^23^272^357^0.13^0.034^0.055^6.3^0.0^0.005^0.022^0.637^0.040^0.012^4^0^4^4^8.5^0.05^432^25^4^94^205^0^0^7^0.08^0.7^0.500^0.400^0.400^6^^~~^^~~^0 ~06956~^~SOUP,TOMATO,CND,COND,RED NA~^82.50^65^1.61^0.56^1.91^13.41^1.2^8.11^13^1.11^14^29^229^22^0.25^0.159^^5.1^12.9^0.039^0.063^1.032^^0.086^0^0^0^0^12.8^0.00^392^20^0^0^235^0^10920^90^0.34^3.2^0.155^0.179^0.189^0^303.35^~1 can, 10.7 oz~^121.34^~1 serving, 1/2 cup~^0 ~06957~^~GRAVY,BROWN INST,DRY~^5.51^380^8.53^11.85^14.34^59.78^3.2^9.23^116^7.40^32^212^367^5053^0.96^0.149^0.202^9.3^1.9^0.236^0.473^2.261^1.014^0.282^69^43^26^99^47.3^0.33^1^0^0^0^1^0^0^10^0.38^0.3^5.866^5.488^0.499^12^454.00^~1 package~^6.70^~1 serving~^0 ~08132~^~CEREALS,OATS,INST,FORT,W/ RAISINS & SPICE,DRY~^8.23^360^7.76^4.27^3.42^76.31^6.2^36.31^256^9.20^80^268^361^562^1.70^0.240^2.350^21.7^0.7^0.760^0.860^10.220^0.380^1.020^205^176^29^327^24.5^0.00^2556^768^768^0^0^0^0^0^0.42^2.4^0.800^1.490^1.340^0^42.50^~1 packet~^^~~^0 ~08133~^~CEREALS,OATS,INST,FORT,W/ RAISINS & SPICE,PREP W/ H2O~^75.49^100^2.07^1.14^0.98^20.32^1.6^9.67^70^2.45^22^71^96^151^0.46^0.069^0.626^5.8^0.2^0.182^0.218^2.585^0.101^0.272^54^47^8^87^^0.00^681^204^204^0^0^0^0^0^0.11^0.6^0.198^0.397^0.357^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~08134~^~CEREALS,RALSTON,DRY~^9.90^341^14.10^2.10^1.70^72.10^13.4^^35^4.20^152^377^392^11^3.60^0.508^^70.7^0.0^0.540^0.480^5.220^0.741^0.289^60^0^60^60^^0.28^0^0^0^^^^^^^^^^^0^118.00^~1 cup~^30.00^~.25 cup~^0 ~08135~^~CEREALS,RALSTON,CKD W/ H2O,WO/ SALT~^86.10^53^2.20^0.30^0.30^11.20^2.4^^5^0.65^23^58^61^2^0.56^0.079^^^0.0^0.080^0.070^0.810^0.130^0.045^7^0^7^7^^0.04^0^0^0^^^^^^^^0.052^0.040^0.146^0^253.00^~1 cup~^15.80^~1 tbsp~^0 ~08136~^~CEREALS,ROMAN MEAL,PLN,DRY~^9.10^322^14.40^2.20^2.40^72.00^17.9^^65^4.64^237^470^660^6^3.89^0.700^^44.0^0.0^0.500^0.250^6.720^0.810^0.250^70^0^70^70^^0.00^0^0^0^^^^^^^^0.326^0.288^1.005^0^93.00^~1 cup~^5.80^~1 tbsp~^0 ~08137~^~CEREALS,ROMAN MEAL,PLN,CKD W/ H2O,WO/ SALT~^82.70^61^2.70^0.40^0.50^13.70^3.4^^12^0.88^45^89^125^1^0.74^0.133^^^0.0^0.100^0.050^1.280^0.154^0.047^10^0^10^10^^0.00^0^0^0^^^^^^^^0.053^^^0^241.00^~1 cup~^181.00^~.75 cup~^0 ~08138~^~CEREALS RTE,MALT-O-MEAL,MARSHMLLW MATEYS~^1.70^394^7.20^3.60^4.20^83.30^4.6^42.80^457^19.30^60^251^197^735^14.50^0.250^1.693^15.1^29.7^1.660^1.870^20.100^0.087^2.640^745^726^19^1253^22.7^7.29^2970^892^892^0^0^0^0^0^0.29^1.4^0.719^1.420^1.300^1^30.00^~1 cup~^^~~^0 ~08139~^~CEREALS RTE,GENERAL MILLS,CINN GRAHAMS~^2.63^378^5.00^2.80^3.21^86.00^3.2^38.00^333^15.00^27^67^147^789^12.50^0.087^0.000^4.4^20.0^1.250^1.420^16.700^0.000^1.670^333^314^19^553^14.0^5.00^1667^501^501^0^0^0^0^0^0.31^0.8^0.500^1.012^1.040^0^30.00^~.75 cup~^^~~^0 ~08140~^~CEREALS RTE,CHOC FLAV RINGS,PRESWEETENED,SINGLE BRAND~^2.50^415^4.80^8.80^2.00^81.90^5.5^47.00^19^6.67^55^119^183^475^5.56^0.300^^15.2^0.0^1.390^1.570^18.520^^1.850^370^351^19^616^9.9^5.56^2778^834^834^0^0^0^0^0^1.57^0.6^1.600^3.346^3.304^0^27.00^~.75 cup~^^~~^0 ~08142~^~CEREALS,WHEATENA,DRY~^6.50^357^13.10^2.90^1.90^75.60^12.8^1.60^28^3.57^130^384^492^13^4.41^0.330^5.262^70.7^0.0^0.070^0.140^3.520^0.271^0.120^59^0^59^59^^0.00^22^1^0^0^13^0^0^292^3.44^2.3^0.430^0.410^1.460^0^141.00^~1 cup~^35.00^~.25 cup~^0 ~08143~^~CEREALS,WHEATENA,CKD W/ H2O~^85.40^56^2.00^0.50^0.30^11.80^2.7^^4^0.56^20^60^77^2^0.69^0.052^0.822^^0.0^0.010^0.020^0.550^0.042^0.019^7^0^7^7^^0.00^0^0^0^^^^^^^^0.075^0.071^0.252^0^243.00^~1 cup~^182.00^~.75 cup~^0 ~08144~^~CEREALS,WHL WHEAT HOT NAT CRL,DRY~^9.90^342^11.20^2.00^1.60^75.20^9.5^0.42^40^3.39^122^379^389^2^2.66^0.458^3.200^70.7^0.0^0.400^0.300^4.900^0.915^0.391^78^0^78^78^23.1^0.00^0^0^0^0^0^0^0^227^1.31^2.4^0.300^0.283^1.008^0^94.00^~1 cup~^31.00^~.333 cup~^0 ~08145~^~CEREALS,WHL WHEAT HOT NAT CRL,CKD W/ H2O,WO/ SALT~^83.60^62^2.00^0.40^0.30^13.70^1.6^0.08^7^0.62^22^69^71^0^0.48^0.083^^12.8^0.0^0.070^0.050^0.890^^0.073^14^0^14^14^4.2^0.00^0^0^0^0^0^0^0^41^0.24^0.4^0.060^0.057^0.202^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08146~^~CEREALS RTE,QUAKER,QUAKER PUFFED WHEAT~^3.69^366^16.26^2.15^1.50^76.39^9.4^1.36^24^4.40^133^331^364^5^3.07^0.610^2.000^123.1^0.0^0.630^0.390^5.280^0.480^0.130^154^150^4^259^23.1^0.00^0^0^0^0^0^0^0^0^0.00^2.0^0.410^0.310^1.070^0^15.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08147~^~CEREALS RTE,WHEAT,SHREDDED,PLN,SUGAR & SALT FREE~^6.10^337^11.37^2.21^1.56^78.76^12.0^0.94^50^2.95^133^370^376^6^3.00^0.362^2.520^2.8^10.1^0.255^0.128^5.246^0.308^1.155^43^0^43^43^23.1^0.00^0^0^0^0^0^0^0^0^0.00^1.4^0.450^0.350^1.260^0^46.00^~2 biscuits, (1 NLEA serving)~^46.00^~1 serving~^0 ~08148~^~CEREALS RTE,WHEAT,SHREDDED,PLN,SUGAR&SALT FREE,SPOON SIZE~^4.10^340^10.30^1.10^1.60^83.00^11.4^0.90^43^3.18^116^357^415^7^2.67^0.330^3.993^5.9^0.0^0.270^0.120^5.570^0.997^0.410^42^0^42^42^23.1^0.00^0^0^0^0^0^0^0^0^0.00^1.5^0.200^0.119^0.439^0^49.00^~1 cup, (1 NLEA serving)~^24.80^~1 box, single serving (.875 oz)~^0 ~08155~^~CEREALS,ROMAN MEAL WITH OATS,CKD W/ H2O,WO/ SALT~^81.50^71^3.00^0.80^0.40^14.20^2.9^^11^0.58^31^98^107^4^0.81^0.062^^^0.0^0.130^0.090^1.360^0.104^0.158^10^0^10^10^^0.00^9^0^0^^^^^^^^0.072^^^0^240.00^~1 cup~^180.00^~.75 cup~^0 ~08156~^~CEREALS RTE,RICE,PUFFED,FORT~^3.00^402^6.30^0.50^0.40^89.80^1.7^^6^31.70^25^98^113^3^1.03^0.169^1.500^10.5^0.0^2.600^1.800^35.300^0.320^0.075^19^0^19^19^^0.00^0^0^0^^^^^^^^0.130^^^0^14.00^~1 cup~^14.20^~.5 oz~^0 ~08157~^~CEREALS RTE,WHEAT,PUFFED,FORT~^3.00^364^14.70^1.20^1.50^79.60^4.4^^28^31.70^145^355^348^4^2.36^0.409^1.755^123.1^0.0^2.600^1.800^35.300^0.518^0.170^32^0^32^32^^0.00^0^0^0^^^^^^^^0.200^^^0^12.00^~1 cup~^14.20^~.5 oz~^0 ~08158~^~CEREALS,CORN GRITS,WHITE,REG & QUICK,UNENR,DRY~^10.00^371^8.80^1.20^0.40^79.60^1.6^0.64^2^1.00^27^73^137^1^0.41^0.075^0.106^17.0^0.0^0.130^0.040^1.200^0.485^0.147^5^0^5^5^^0.00^3^0^0^0^1^1^0^5^0.12^0.3^0.155^0.300^0.516^0^156.00^~1 cup~^9.70^~1 tbsp~^0 ~08159~^~CEREALS,CORN GRITS,YEL,REG & QUICK,ENR,DRY~^10.00^371^8.80^1.20^0.40^79.60^1.6^0.64^2^3.91^27^73^137^1^0.41^0.075^0.106^17.0^0.0^0.640^0.380^4.960^0.485^0.147^205^200^5^345^14.4^0.00^214^11^0^63^97^0^0^1355^0.12^0.3^0.155^0.300^0.516^0^156.00^~1 cup~^9.70^~1 tbsp~^0 ~08160~^~CEREALS,CORN GRITS,YEL,REG & QUICK,UNENR,DRY~^10.00^371^8.80^1.20^0.40^79.60^1.6^0.64^2^1.00^27^73^137^1^0.41^0.075^0.106^17.0^0.0^0.130^0.040^1.200^0.485^0.147^5^0^5^5^^0.00^214^11^0^63^97^0^0^1355^0.12^0.3^0.155^0.300^0.516^0^156.00^~1 cup~^9.70^~1 tbsp~^0 ~08161~^~CEREALS,CORN GRITS,WHITE,REG,QUICK,ENR,CKD W/ H2O,W/ SALT~^85.35^59^1.42^0.19^0.16^12.87^0.3^0.10^3^0.60^5^11^21^223^0.07^0.018^0.018^3.1^0.0^0.083^0.055^0.722^0.078^0.021^33^32^1^56^^0.00^0^0^0^0^0^0^0^1^0.02^0.0^0.025^0.048^0.083^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~09024~^~APRICOTS,CND,JUC PK,W/SKN,SOL&LIQUIDS~^86.62^48^0.63^0.04^0.37^12.34^1.6^10.74^12^0.30^10^20^165^4^0.11^0.054^0.052^0.1^4.9^0.018^0.019^0.344^0.092^0.054^2^0^2^2^1.8^0.00^1691^85^0^0^1010^10^0^26^0.60^2.2^0.003^0.017^0.007^0^244.00^~1 cup, halves~^36.00^~1 apricot, half with liquid~^0 ~09025~^~APRICOTS,CND,EX LT SYRUP PK,W/SKN,SOL&LIQUIDS~^86.30^49^0.60^0.10^0.50^12.50^1.6^^10^0.30^6^12^140^2^0.08^0.040^0.052^^4.0^0.020^0.020^0.600^0.092^0.054^2^0^2^2^^0.00^1271^64^0^^^^^^^^0.007^0.043^0.020^0^247.00^~1 cup, halves~^^~~^0 ~09026~^~APRICOTS,CND,LT SYRUP PK,W/SKN,SOL&LIQUIDS~^82.56^63^0.53^0.05^0.37^16.49^1.6^14.89^11^0.39^8^13^138^4^0.11^0.079^0.052^0.1^2.7^0.016^0.020^0.304^0.092^0.054^2^0^2^2^1.8^0.00^1322^66^0^0^789^7^0^26^0.60^2.2^0.003^0.021^0.010^0^253.00^~1 cup, halves~^40.00^~1 apricot, half with liquid~^0 ~09027~^~APRICOTS,CND,HVY SYRUP PK,W/SKN,SOL&LIQUIDS~^77.56^83^0.53^0.08^0.37^21.47^1.6^19.87^9^0.30^7^12^140^4^0.11^0.078^0.051^0.1^3.1^0.020^0.022^0.376^0.092^0.054^2^0^2^2^1.8^0.00^1230^62^0^0^735^7^0^26^0.60^2.2^0.005^0.033^0.015^0^258.00^~1 cup, halves~^240.00^~1 cup, whole~^0 ~09028~^~APRICOTS,CND,HVY SYRUP PK,WO/SKN,SOL&LIQUIDS~^77.66^83^0.51^0.09^0.29^21.45^1.6^^9^0.43^8^13^134^11^0.10^0.065^0.051^^2.8^0.019^0.023^0.416^0.092^0.054^2^0^2^2^^0.00^1240^62^0^^^^^^^^0.006^0.037^0.017^0^258.00^~1 cup, whole, without pits~^^~~^6 ~09029~^~APRICOTS,CND,EX HVY SYRUP PK,WO/SKN,SOL&LIQUIDS~^74.33^96^0.55^0.04^0.23^24.85^1.6^^8^0.62^8^15^126^13^0.10^0.064^0.050^^2.4^0.016^0.022^0.340^0.092^0.054^2^0^2^2^^0.00^1471^74^0^^^^^^^^0.003^0.017^0.008^0^246.00^~1 cup, whole, without pits~^^~~^6 ~09030~^~APRICOTS,DEHYD (LOW-MOISTURE),SULFURED,UNCKD~^7.50^320^4.90^0.62^4.09^82.89^^^61^6.31^63^157^1850^13^1.00^0.576^0.369^^9.5^0.043^0.148^3.580^1.067^0.520^4^0^4^4^^0.00^12669^633^0^^^^^^^^0.043^0.268^0.121^0^119.00^~1 cup~^^~~^0 ~09031~^~APRICOTS,DEHYD (LOW-MOISTURE),SULFURED,STWD~^63.60^126^1.93^0.24^1.61^32.62^^^24^2.48^25^62^728^5^0.39^0.227^0.145^^7.1^0.013^0.067^1.630^0.468^0.161^2^0^2^2^^0.00^4407^220^0^^^^^^^^0.017^0.105^0.047^0^249.00^~1 cup~^^~~^0 ~09032~^~APRICOTS,DRIED,SULFURED,UNCKD~^30.89^241^3.39^0.51^2.57^62.64^7.3^53.44^55^2.66^32^71^1162^10^0.39^0.343^0.235^2.2^1.0^0.015^0.074^2.589^0.516^0.143^10^0^10^10^13.9^0.00^3604^180^0^0^2163^0^0^0^4.33^3.1^0.017^0.074^0.074^0^130.00^~1 cup, halves~^3.50^~1 half~^0 ~09033~^~APRICOTS,DRIED,SULFURED,STWD,WO/ SUGAR~^75.56^85^1.20^0.18^0.91^22.15^2.6^19.57^19^0.94^11^25^411^4^0.14^0.121^0.083^0.8^0.3^0.005^0.026^0.915^0.211^0.051^3^0^3^3^4.9^0.00^1275^64^0^0^765^0^0^0^1.53^1.1^0.006^0.026^0.026^0^250.00^~1 cup, halves~^^~~^0 ~09034~^~APRICOTS,DRIED,SULFURED,STWD,W/ SUGAR~^68.45^113^1.17^0.15^0.98^29.26^4.1^^15^1.52^15^38^443^3^0.24^0.138^0.088^^1.4^0.005^0.027^0.853^0.191^0.103^0^0^0^0^^0.00^2139^107^0^^^^^^^^0.010^0.064^0.029^0^270.00^~1 cup, halves~^^~~^0 ~09035~^~APRICOTS,FROZEN,SWEETENED~^73.30^98^0.70^0.10^0.80^25.10^2.2^^10^0.90^9^19^229^4^0.10^0.064^0.050^0.4^9.0^0.020^0.040^0.800^0.200^0.060^2^0^2^2^^0.00^1680^84^0^^^^^^^^0.007^0.044^0.020^0^242.00^~1 cup~^^~~^0 ~09036~^~APRICOT NECTAR,CND,WO/ VIT C~^84.87^56^0.37^0.09^0.29^14.39^0.6^13.79^7^0.38^5^9^114^3^0.09^0.073^0.032^0.0^0.6^0.009^0.014^0.260^0.096^0.022^1^0^1^1^1.0^0.00^1316^66^0^0^786^7^0^14^0.31^1.2^0.006^0.038^0.017^0^251.00^~1 cup~^31.40^~1 fl oz~^0 ~09037~^~AVOCADOS,RAW,ALL COMM VAR~^73.23^160^2.00^14.66^1.58^8.53^6.7^0.66^12^0.55^29^52^485^7^0.64^0.190^0.142^0.4^10.0^0.067^0.130^1.738^1.389^0.257^81^0^81^81^14.2^0.00^146^7^0^24^62^28^0^271^2.07^21.0^2.126^9.799^1.816^0^150.00^~1 cup, cubes~^230.00^~1 cup, pureed~^26 ~09038~^~AVOCADOS,RAW,CALIFORNIA~^72.33^167^1.96^15.41^1.66^8.64^6.8^0.30^13^0.61^29^54^507^8^0.68^0.170^0.149^0.4^8.8^0.075^0.143^1.912^1.463^0.287^89^0^89^89^14.2^0.00^147^7^0^24^63^27^0^271^1.97^21.0^2.126^9.799^1.816^0^230.00^~1 cup, pureed~^135.63^~1 fruit, without skin and seed~^33 ~09039~^~AVOCADOS,RAW,FLORIDA~^78.81^120^2.23^10.06^1.08^7.82^5.6^2.42^10^0.17^24^40^351^2^0.40^0.311^0.095^^17.4^0.021^0.053^0.672^0.931^0.078^35^0^35^35^^0.00^140^7^0^27^53^36^^^2.66^^1.960^5.513^1.676^0^230.00^~1 cup, pureed~^304.00^~1 fruit, without skin and seeds~^33 ~09040~^~BANANAS,RAW~^74.91^89^1.09^0.33^0.82^22.84^2.6^12.23^5^0.26^27^22^358^1^0.15^0.078^0.270^1.0^8.7^0.031^0.073^0.665^0.334^0.367^20^0^20^20^9.8^0.00^64^3^0^25^26^0^0^22^0.10^0.5^0.112^0.032^0.073^0^225.00^~1 cup, mashed~^150.00^~1 cup, sliced~^36 ~09041~^~BANANAS,DEHYD,OR BANANA PDR~^3.00^346^3.89^1.81^3.02^88.28^9.9^47.30^22^1.15^108^74^1491^3^0.61^0.391^0.574^3.9^7.0^0.180^0.240^2.800^^0.440^14^0^14^14^19.6^0.00^248^12^0^96^101^0^0^84^0.39^2.0^0.698^0.153^0.337^0^100.00^~1 cup~^6.20^~1 tbsp~^0 ~09042~^~BLACKBERRIES,RAW~^88.15^43^1.39^0.49^0.37^9.61^5.3^4.88^29^0.62^20^22^162^1^0.53^0.165^0.646^0.4^21.0^0.020^0.026^0.646^0.276^0.030^25^0^25^25^8.5^0.00^214^11^0^0^128^0^0^118^1.17^19.8^0.014^0.047^0.280^0^144.00^~1 cup~^^~~^4 ~09043~^~BLACKBERRY JUC,CND~^90.90^38^0.30^0.60^0.40^7.80^0.1^7.70^12^0.48^21^12^135^1^0.41^0.114^^0.3^11.3^0.012^0.018^0.446^^0.021^10^0^10^10^6.6^0.00^123^6^0^0^74^0^0^68^0.90^15.2^0.018^0.058^0.344^0^250.00^~1 cup~^^~~^0 ~09046~^~BLACKBERRIES,CND,HVY SYRUP,SOL&LIQUIDS~^75.06^92^1.31^0.14^0.39^23.10^3.4^19.70^21^0.65^17^14^99^3^0.18^0.133^0.697^0.3^2.8^0.027^0.039^0.287^0.151^0.036^27^0^27^27^5.7^0.00^219^11^0^0^131^0^0^79^0.78^13.3^0.005^0.014^0.080^0^256.00^~1 cup~^^~~^0 ~10093~^~PORK,FRSH,COMP OF RTL CUTS (LEG,LOIN,&SHLDR),LN,CKD~^60.31^212^29.27^9.66^1.18^0.00^0.0^0.00^21^1.10^26^237^375^59^2.97^0.061^0.018^45.0^0.3^0.846^0.345^5.172^0.684^0.434^1^0^1^1^100.6^0.75^7^2^2^0^0^0^0^0^0.18^0.0^3.410^4.350^0.750^86^231.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^31 ~10096~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^78.36^127^10.28^9.21^1.13^0.00^0.0^^10^1.60^14^282^258^120^1.27^0.240^0.094^15.9^13.5^0.155^0.275^4.275^2.800^0.190^6^0^6^6^^2.19^0^0^0^^^^^^^^2.079^1.659^1.429^2195^28.35^~1 oz~^113.00^~4 oz~^2 ~10097~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,BRSD~^75.88^138^12.14^9.51^1.40^0.00^0.0^^9^1.82^12^220^195^91^1.48^0.263^0.085^18.5^14.0^0.078^0.223^3.330^1.823^0.140^4^0^4^4^^1.42^0^0^0^^^^^^^^2.150^1.720^1.470^2552^382.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~10098~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,CHITTERLINGS,RAW~^76.11^182^7.64^16.61^0.20^0.00^0.0^0.00^16^1.02^6^48^18^24^1.02^0.076^0.051^15.1^1.1^0.020^0.091^0.215^0.227^0.014^3^0^3^3^^0.82^0^0^0^0^0^0^0^0^0.18^0.0^7.619^5.367^0.968^154^28.35^~1 oz~^^~~^18 ~10099~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,CHITTERLINGS,CKD,SIMMRD~^67.87^233^12.49^20.32^0.30^0.00^0.0^0.00^25^1.47^9^66^14^18^1.85^0.046^0.089^27.0^0.0^0.014^0.046^0.087^0.087^0.000^1^0^1^1^471.0^0.42^0^0^0^0^0^0^0^0^0.23^0.0^9.520^7.073^1.217^277^85.00^~3 oz~^^~~^0 ~10100~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,EARS,FRZ,RAW~^61.25^234^22.45^15.10^0.60^0.60^0.0^^21^2.40^7^41^55^191^0.19^0.006^0.012^4.3^0.0^0.080^0.110^0.780^0.068^0.020^0^0^0^0^^0.07^0^0^0^^^^^^^^5.390^6.860^1.610^82^28.35^~1 oz~^113.00^~1 ear~^5 ~10101~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,EARS,FRZ,CKD,SIMMRD~^72.65^166^15.95^10.80^0.40^0.20^0.0^^18^1.50^7^24^40^167^0.20^0.006^0.010^4.4^0.0^0.020^0.070^0.560^0.037^0.010^0^0^0^0^^0.04^0^0^0^^^^^^^^3.860^4.910^1.150^90^111.00^~1 ear, (yield after cooking)~^422.00^~1 unit, cooked (yield from 1 lb raw meat)~^0 ~10102~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,FEET,RAW~^64.99^212^23.16^12.59^0.68^0.00^0.0^0.00^70^0.58^6^75^63^132^0.76^0.070^0.000^23.3^0.0^0.026^0.106^1.130^0.303^0.053^10^0^10^10^^0.52^0^0^0^0^0^0^0^0^0.02^0.0^3.570^6.289^1.092^88^28.35^~1 oz~^^~~^29 ~10103~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,HEART,RAW~^76.21^118^17.27^4.36^0.84^1.33^0.0^0.00^5^4.68^19^169^294^56^2.80^0.408^0.063^10.4^5.3^0.613^1.185^6.765^2.515^0.390^4^0^4^4^^3.79^25^8^8^0^0^0^0^0^0.63^^1.160^1.020^1.120^131^28.35^~1 oz~^226.00^~1 heart~^0 ~10104~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,HEART,CKD,BRSD~^68.08^148^23.60^5.05^1.00^0.40^0.0^^7^5.83^24^178^206^35^3.09^0.508^0.073^18.3^2.0^0.555^1.702^6.050^2.470^0.390^4^0^4^4^^3.79^22^7^7^^^^^^^^1.340^1.180^1.300^221^145.00^~1 cup~^129.00^~1 heart~^0 ~10105~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,JOWL,RAW~^22.19^655^6.38^69.61^0.32^0.00^0.0^0.00^4^0.42^3^86^148^25^0.84^0.040^0.005^1.5^0.0^0.386^0.236^4.535^0.250^0.090^1^0^1^1^^0.82^9^3^3^0^0^0^0^0^0.29^^25.260^32.890^8.110^90^28.35^~1 oz~^113.00^~4 oz~^0 ~10106~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^80.06^100^16.46^3.25^1.17^0.00^0.0^^9^4.89^17^204^229^121^2.75^0.622^0.123^190.0^13.3^0.340^1.697^8.207^3.130^0.440^42^0^42^42^^8.49^198^59^59^^^^^^^^1.040^1.070^0.260^319^28.35^~1 oz~^233.00^~1 kidney~^7 ~10107~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,BRSD~^68.70^151^25.40^4.70^1.30^0.00^0.0^^13^5.29^18^240^143^80^4.15^0.683^0.149^311.5^10.6^0.396^1.586^5.785^2.873^0.460^41^0^41^41^^7.79^260^78^78^^^^^^^^1.510^1.550^0.380^480^140.00^~1 cup~^85.00^~3 oz~^0 ~10109~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LEAF FAT,RAW~^4.09^857^1.76^94.16^0.10^0.00^0.0^^1^0.09^1^19^31^5^0.18^0.009^0.001^8.0^0.0^0.106^0.065^1.249^0.000^0.030^0^0^0^0^^0.23^0^0^0^^^^^^^^45.230^37.220^7.280^110^28.35^~1 oz~^113.00^~4 oz~^0 ~10110~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^71.06^134^21.39^3.65^1.44^2.47^0.0^^9^23.30^18^288^273^87^5.76^0.677^0.344^52.7^25.3^0.283^3.005^15.301^6.650^0.690^212^0^212^212^^26.00^21650^6502^6502^^^^^^^^1.170^0.520^0.870^301^28.35^~1 oz~^113.00^~4 oz~^0 ~10111~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LIVER,CKD,BRSD~^64.32^165^26.02^4.40^1.50^3.76^0.0^^10^17.92^14^241^150^49^6.72^0.634^0.300^67.5^23.6^0.258^2.196^8.435^4.774^0.570^163^0^163^163^^18.67^17997^5405^5405^^^^^^^^1.410^0.630^1.050^355^354.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~10112~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^79.52^85^14.08^2.72^0.80^0.00^0.0^^7^18.90^14^196^303^153^2.03^0.083^0.017^17.8^12.3^0.085^0.430^3.345^0.900^0.100^3^0^3^3^^2.75^0^0^0^^^^^^^^0.960^0.610^0.340^320^28.35^~1 oz~^453.60^~1 lb~^13 ~10113~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^80.00^99^16.60^3.10^0.90^0.00^0.0^^8^16.41^12^186^151^81^2.45^0.080^0.015^23.4^7.9^0.079^0.322^1.364^0.663^0.080^2^0^2^2^^2.03^0^0^0^^^^^^^^1.090^0.700^0.380^387^300.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~10114~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,MECHANICALLY SEPARATED,RAW~^56.87^304^15.03^26.54^1.56^0.00^0.0^^315^4.25^16^200^298^50^2.44^0.082^0.011^32.9^0.7^0.697^0.201^3.171^0.590^0.370^3^0^3^3^^0.58^10^3^3^^^^^^^^9.820^12.260^2.440^77^28.35^~1 oz~^453.60^~1 lb~^0 ~10115~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^67.18^199^18.56^13.24^1.12^0.00^0.0^^11^2.13^17^234^197^44^2.62^0.090^0.157^40.8^15.3^0.105^0.460^3.450^4.555^0.460^3^0^3^3^^16.40^0^0^0^^^^^^^^4.580^4.600^2.480^193^28.35^~1 oz~^113.00^~4 oz~^0 ~10116~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^60.30^219^28.50^10.80^1.20^0.00^0.0^^16^2.69^23^291^168^42^4.29^0.110^0.198^72.8^5.7^0.092^0.658^3.206^4.741^0.440^5^0^5^5^^17.07^0^0^0^^^^^^^^3.730^3.750^2.030^315^245.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~10117~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^78.43^100^17.86^2.59^1.53^0.00^0.0^^10^22.32^13^260^396^98^2.54^0.131^0.072^32.8^28.5^0.130^0.300^5.867^1.055^0.060^4^0^4^4^^3.26^0^0^0^^^^^^^^0.860^0.690^0.190^363^28.35^~1 oz~^113.00^~4 oz~^0 ~10118~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^66.70^149^28.20^3.20^1.70^0.00^0.0^^13^22.23^15^283^227^107^3.54^0.133^0.045^49.6^11.6^0.139^0.258^5.938^0.892^0.060^4^0^4^4^^2.76^0^0^0^^^^^^^^1.060^0.860^0.230^504^299.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~10119~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,STOMACH,RAW~^73.50^159^16.85^10.14^0.63^0.00^0.0^0.00^11^1.01^11^130^140^75^1.85^0.169^0.038^31.1^0.0^0.051^0.201^2.480^1.220^0.034^3^0^3^3^194.8^0.30^0^0^0^0^0^0^0^0^0.04^0.0^4.025^3.590^0.892^223^28.35^~1 oz~^113.00^~4 oz~^0 ~10120~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN,CKD,PAN-FRIED~^59.31^241^24.74^15.08^1.28^0.00^0.0^0.00^22^1.07^26^221^365^78^3.87^0.090^0.009^42.3^0.8^0.726^0.358^4.441^0.778^0.409^4^0^4^4^85.0^0.97^7^2^2^0^0^0^0^0^0.22^0.0^5.160^6.250^1.950^82^85.00^~3 oz~^63.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^48 ~10121~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^65.90^225^16.30^17.20^0.90^0.00^0.0^0.00^16^3.35^18^193^243^110^3.01^0.070^0.011^10.4^4.4^0.490^0.485^5.300^0.641^0.240^4^0^4^4^^2.84^0^0^0^0^0^0^0^0^0.29^^5.960^8.130^1.780^101^28.35^~1 oz~^113.00^~4 oz~^16 ~10122~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,BRSD~^56.90^271^24.10^18.60^0.80^0.00^0.0^^19^4.99^20^174^237^109^4.53^0.110^0.010^15.5^1.7^0.317^0.510^5.340^0.507^0.230^4^0^4^4^^2.39^0^0^0^^^^^^^^6.449^8.759^1.930^146^231.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~10123~^~PORK,CURED,BACON,RAW~^40.20^458^11.60^45.04^2.51^0.66^0.0^0.00^6^0.48^12^188^208^833^1.17^0.070^0.022^20.2^0.0^0.281^0.113^3.828^0.520^0.210^2^0^2^2^46.6^0.69^37^11^11^0^0^0^0^0^0.27^0.0^14.993^20.047^5.034^68^^~~^^~~^0 ~10124~^~PORK,CURED,BACON,CKD,BRLD,PAN-FRIED OR RSTD~^12.32^541^37.04^41.78^7.43^1.43^0.0^0.00^11^1.44^33^533^565^2310^3.50^0.164^0.022^62.0^0.0^0.404^0.264^11.099^1.171^0.349^2^0^2^2^123.2^1.23^37^11^11^0^0^0^0^0^0.31^0.1^13.739^18.520^4.548^110^8.02^~1 slice, cooked~^^~~^0 ~10128~^~PORK,CURED,BRKFST STRIPS,RAW OR UNHTD~^47.41^388^11.74^37.16^3.00^0.70^0.0^^8^0.94^12^137^204^987^1.66^0.063^0.030^25.0^27.2^0.475^0.180^3.650^0.476^0.210^3^0^3^3^^0.99^0^0^0^^^^^^^^12.910^16.790^5.550^69^340.00^~1 package, (12 oz)~^68.00^~3 slices~^0 ~06958~^~GRAVY,INST BF,DRY~^4.65^369^9.80^9.48^14.97^61.10^4.3^23.90^141^6.27^41^239^450^5203^0.76^0.146^0.154^18.0^0.9^0.187^0.514^1.075^1.218^0.138^34^20^15^48^47.8^0.62^8^2^2^0^0^0^0^2^0.01^0.4^4.880^3.659^0.938^11^6.70^~1 serving~^454.00^~1 package, (16 oz)~^0 ~06959~^~GRAVY,INST TURKEY,DRY~^5.24^409^11.72^14.66^10.82^57.56^3.8^7.60^115^9.57^30^203^306^4090^1.13^0.169^0.186^19.4^0.9^0.130^0.264^1.181^0.630^0.205^45^15^30^56^23.9^0.37^63^18^17^0^3^0^0^6^0.74^2.0^4.931^5.250^4.478^24^6.70^~1 serving~^454.00^~1 package, (16 oz)~^0 ~06960~^~SAUCE,ALFREDO MIX,DRY~^2.05^535^15.32^36.35^9.76^36.52^2.0^5.40^467^0.94^32^415^254^2590^1.49^0.064^0.056^9.3^0.0^0.156^0.054^2.070^1.044^0.134^4^0^4^4^^0.38^213^54^52^0^23^0^0^0^1.84^6.2^13.180^13.669^8.610^56^^~~^^~~^0 ~06961~^~SAUCE,PEPPERS,HOT,CHILI,MATURE RED,CND~^94.10^21^0.90^0.60^0.54^3.90^0.7^2.55^9^0.50^12^16^564^25^0.15^0.087^^0.2^30.0^0.010^0.090^0.600^^0.140^11^0^11^11^6.1^0.00^458^23^0^17^257^19^0^341^0.36^6.7^0.080^0.411^0.074^0^245.00^~1 cup~^15.30^~1 tbsp~^0 ~06962~^~SAUCE,CHILI,PEPPERS,HOT,IMMAT GRN,CND~^93.90^20^0.70^0.10^0.67^5.00^1.9^2.55^5^0.40^12^14^564^25^0.15^0.087^^0.2^68.0^0.030^0.030^0.700^^0.140^12^0^12^12^4.8^0.00^584^29^0^11^333^25^0^358^0.34^7.1^0.013^0.068^0.012^0^245.00^~1 cup~^15.30^~1 tbsp~^0 ~06963~^~FISH BROTH~^96.00^16^2.00^0.60^0.97^0.40^0.0^0.09^30^0.21^1^30^86^318^0.10^0.051^^0.7^0.0^0.000^0.030^1.370^^0.010^4^0^4^4^9.2^0.10^4^1^1^0^0^0^0^0^0.15^0.2^0.142^0.121^0.162^0^244.00^~1 cup~^30.50^~1 fl oz~^0 ~06964~^~SOUP,TOMATO,LO NA,W/H2O~^91.38^30^0.79^0.28^0.99^6.57^0.6^3.97^8^0.54^7^14^112^24^0.12^0.083^0.058^2.5^6.3^0.019^0.031^0.505^^0.042^0^0^0^0^6.3^0.00^192^10^0^0^115^0^5345^44^0.17^1.5^0.076^0.088^0.093^0^247.90^~1 serving, 1 cup~^30.99^~1 fl oz~^0 ~06965~^~SOUP,PEA,LO NA,PREP W/ EQ VOLUME H2O~^84.55^62^3.20^1.09^1.28^9.88^1.9^3.19^12^0.73^15^47^71^10^0.64^0.146^^3.6^0.6^0.040^0.025^0.462^^0.020^1^0^1^1^13.2^0.00^12^3^3^0^1^0^0^0^0.09^0.2^0.524^0.372^0.142^0^259.48^~1 cup~^32.44^~1 fl oz~^0 ~06966~^~SOUP,CHICK NOODLE,LO NA,CND,PREP W/ EQ VOLUME H2O~^93.82^25^1.27^0.95^1.01^2.95^0.2^0.27^6^0.66^4^17^22^173^0.16^0.064^0.051^4.8^0.0^0.055^0.045^0.540^0.074^0.020^8^6^2^12^5.5^0.02^201^11^1^0^119^0^0^4^0.03^0.0^0.262^0.418^0.264^5^247.90^~1 serving, 1 cup~^30.99^~1 fl oz~^0 ~06967~^~SOUP,VEG SOUP,COND,LO NA,PREP W/ EQ VOLUME H2O~^91.35^33^1.10^0.45^1.05^6.06^1.1^2.15^12^0.33^13^23^217^194^0.20^0.121^0.125^2.0^0.4^0.055^0.046^0.770^0.173^0.084^6^0^6^6^4.5^0.00^860^43^0^157^437^1^6924^23^0.72^2.1^0.074^0.102^0.202^0^253.00^~1 cup~^^~~^0 ~06968~^~SOUP,CRM OF MUSHROOM,LO NA,RTS,CND~^90.30^53^1.00^3.70^0.47^4.53^0.2^1.72^19^0.21^2^20^41^20^0.24^0.051^^0.6^0.4^0.020^0.040^0.300^^0.010^8^2^5^9^5.8^0.02^24^7^7^0^1^0^0^0^0.37^0.8^1.005^0.704^1.739^1^244.00^~1 cup~^304.70^~1 can, (10.75 oz)~^0 ~06969~^~POTATO SOUP,INST,DRY MIX~^5.80^343^9.20^3.10^5.76^76.14^7.6^10.00^172^2.38^62^279^1248^612^0.91^0.250^^12.3^16.0^0.110^0.220^4.270^^0.160^61^4^57^64^56.3^0.00^60^3^0^7^32^0^2^59^0.54^13.9^0.613^1.185^1.025^12^38.98^~1 serving, 1/3 cup~^^~~^0 ~06970~^~SOUP,CHICK BROTH,LO NA,CND~^96.00^16^2.00^0.60^0.20^1.20^0.0^0.13^4^0.21^1^30^86^30^0.10^0.051^^0.0^0.0^0.000^0.030^1.370^^0.010^0^0^0^0^3.1^0.10^0^0^0^0^0^0^0^0^0.00^0.0^0.179^0.274^0.126^0^240.00^~1 cup~^^~~^0 ~08162~^~CEREALS,CORN GRITS,WHITE,REG & QCK,UNENR,CKD W/ H2O,WO/ SALT~^85.35^59^1.42^0.19^0.16^12.87^0.3^0.10^3^0.16^5^11^21^2^0.07^0.018^0.018^3.1^0.0^0.017^0.006^0.175^0.078^0.021^1^0^1^1^^0.00^1^0^0^0^0^0^0^1^0.02^0.0^0.025^0.048^0.083^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08163~^~CEREALS,CORN GRITS,WHITE,REG,QUICK,UNENR,CKD W/ H2O,W/ SALT~^85.30^60^1.40^0.20^0.10^13.00^0.2^^0^0.20^4^12^22^223^0.07^0.012^0.017^^0.0^0.020^0.010^0.200^0.064^0.024^1^0^1^1^^0.00^0^0^0^^^^^^0.02^^0.030^0.050^0.080^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08164~^~CEREALS,CORN GRITS,YEL,REG & QUICK,ENR,CKD W/ H2O,WO/ SALT~^85.35^59^1.42^0.19^0.16^12.87^0.3^0.10^3^0.60^5^11^21^2^0.07^0.018^0.018^2.7^0.0^0.083^0.055^0.722^0.078^0.021^33^32^1^56^^0.00^31^2^0^9^14^0^0^197^0.02^0.0^0.025^0.048^0.083^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08165~^~CEREALS,CORN GRITS,YEL,REG,QUICK,ENR,CKD W/ H2O,W/ SALT~^85.35^59^1.42^0.19^0.16^12.87^0.3^0.10^3^0.60^5^11^21^223^0.07^0.018^0.018^2.7^0.0^0.083^0.055^0.722^0.078^0.021^33^32^1^56^^0.00^31^2^0^9^14^0^0^197^0.02^0.0^0.025^0.048^0.083^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08166~^~CEREALS,CORN GRITS,YEL,REG & QUICK,UNENR,CKD W/ H2O,WO/ SALT~^85.35^59^1.42^0.19^0.16^12.87^0.3^0.10^3^0.16^5^11^21^2^0.07^0.018^0.018^2.7^0.0^0.017^0.006^0.175^0.078^0.021^1^0^1^1^^0.00^31^2^0^9^14^0^0^197^0.02^0.0^0.025^0.048^0.083^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08167~^~CEREALS,CORN GRITS,YEL,REG,QUICK,UNENR,CKD W/ H2O,W/ SALT~^85.35^59^1.42^0.19^0.16^12.87^0.3^0.10^3^0.16^5^11^21^223^0.07^0.018^0.018^^0.0^0.017^0.006^0.175^0.078^0.021^1^0^1^1^^0.00^31^2^0^9^14^0^0^197^0.02^0.0^0.025^0.048^0.083^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08168~^~CEREALS,CREAM OF RICE,CKD W/ H2O,W/ SALT~^87.50^52^0.90^0.10^0.30^11.50^0.1^0.02^3^0.20^3^17^20^173^0.16^0.034^0.144^3.0^0.0^0.000^0.000^0.400^0.076^0.027^3^0^3^3^^0.00^0^0^0^0^0^0^0^0^0.02^0.0^0.020^0.031^0.027^0^244.00^~1 cup~^183.00^~.75 cup~^0 ~08169~^~CEREALS,CRM OF WHEAT,REG,CKD W/ H2O,W/ SALT,(WHEAT)~^87.10^52^1.51^0.22^^11.00^0.5^0.03^46^4.12^4^17^17^^0.13^0.035^0.000^2.9^0.0^0.072^0.029^0.604^0.074^0.016^17^13^5^26^^0.00^0^0^0^0^0^0^0^2^0.02^0.1^0.034^0.029^0.119^0^251.00^~1 cup~^188.00^~.75 cup~^0 ~08170~^~CEREALS,CREAM OF WHEAT,QUICK,CKD W/ H2O,W/ SALT~^86.60^54^1.50^0.20^0.50^11.20^0.5^^21^4.30^5^42^19^194^0.14^0.028^^^0.0^0.100^0.000^0.600^0.071^0.012^45^41^4^74^^0.00^0^0^0^^^^^^^^0.031^^^0^239.00^~1 cup~^179.00^~.75 cup~^0 ~08171~^~CEREALS,CRM OF WHEAT,INST,PREP W/ H2O,W/ SALT,(WHEAT)~^84.40^62^1.84^0.24^0.45^13.08^0.6^0.07^64^4.96^6^18^20^151^0.17^0.043^0.000^3.5^0.0^0.232^0.210^3.093^0.082^0.309^62^56^6^101^^0.00^773^232^232^0^0^0^0^3^0.02^0.1^0.038^0.033^0.134^0^241.00^~1 cup~^181.00^~.75 cup~^0 ~08172~^~CEREALS,FARINA,UNENR,DRY~^10.50^369^10.60^0.50^0.40^78.00^1.9^^14^1.50^13^88^94^3^0.53^0.079^0.693^23.5^0.0^0.060^0.100^0.700^0.416^0.058^24^0^24^24^^0.00^0^0^0^^^^^^0.11^^0.080^0.060^0.220^0^176.00^~1 cup~^10.90^~1 tbsp~^0 ~08173~^~CEREALS,FARINA,ENR,CKD W/ H2O,W/ SALT~^87.90^48^1.42^0.07^0.14^10.47^0.3^0.04^4^0.50^2^12^13^329^0.08^0.016^0.093^9.1^0.0^0.061^0.043^0.489^0.056^0.007^34^32^2^57^^0.00^0^0^0^0^0^0^0^2^0.01^0.0^0.010^0.010^0.030^0^233.00^~1 cup~^175.00^~.75 cup~^0 ~08176~^~CEREALS,MALTEX,CKD W/ H2O,W/ SALT~^81.00^76^2.29^0.43^0.47^15.81^0.9^0.13^9^0.72^23^71^107^76^0.75^0.140^0.000^14.5^0.0^0.106^0.041^0.953^0.140^0.031^12^0^12^12^^0.00^0^0^0^0^0^0^0^34^0.45^0.6^0.061^0.046^0.155^0^249.00^~1 cup~^187.00^~.75 cup~^0 ~08177~^~CEREALS,MALT-O-MEAL,CHOC,DRY~^6.70^374^10.60^1.31^1.50^79.90^4.3^24.40^369^39.70^13^166^315^10^0.53^0.079^^^1.0^1.460^1.010^16.200^0.416^3.770^1208^1180^28^2034^^0.00^0^0^0^0^0^0^0^0^^^0.462^0.265^0.521^1^165.00^~1 cup~^10.30^~1 tbsp~^0 ~08179~^~CEREALS,MAYPO,CKD W/ H2O,W/ SALT~^82.70^71^2.43^0.97^0.67^13.23^2.0^6.26^54^3.49^22^103^88^108^0.62^0.072^0.000^7.7^11.8^0.294^0.331^3.896^0.141^0.386^5^0^5^5^^1.16^973^292^292^0^0^0^0^23^0.07^0.6^0.185^0.255^0.212^0^240.00^~1 cup~^180.00^~.75 cup~^0 ~09048~^~BLACKBERRIES,FRZ,UNSWTND~^82.21^64^1.18^0.43^0.51^15.67^5.0^10.67^29^0.80^22^30^140^1^0.25^0.120^1.223^0.4^3.1^0.029^0.046^1.207^0.151^0.061^34^0^34^34^8.5^0.00^114^6^0^0^68^0^0^118^1.17^19.8^0.015^0.041^0.245^0^151.00^~1 cup, unthawed~^510.00^~1 package, (18 oz)~^0 ~09050~^~BLUEBERRIES,RAW~^84.21^57^0.74^0.33^0.24^14.49^2.4^9.96^6^0.28^6^12^77^1^0.16^0.057^0.336^0.1^9.7^0.037^0.041^0.418^0.124^0.052^6^0^6^6^6.0^0.00^54^3^0^0^32^0^0^80^0.57^19.3^0.028^0.047^0.146^0^147.72^~1 cup~^68.00^~50 berries~^5 ~09052~^~BLUEBERRIES,CND,HVY SYRUP,SOL&LIQUIDS~^76.78^88^0.65^0.33^0.17^22.06^1.6^20.46^5^0.33^4^10^40^3^0.07^0.053^0.203^0.1^1.1^0.034^0.053^0.113^0.089^0.036^2^0^2^2^4.0^0.00^36^2^0^0^22^0^0^53^0.38^6.4^0.027^0.047^0.144^0^256.00^~1 cup~^^~~^0 ~09053~^~BLUEBERRIES,WILD,FRZ~^85.80^51^0.00^0.16^0.19^13.85^4.4^^17^0.58^7^13^68^3^0.67^^2.870^^1.7^0.030^0.007^0.610^^0.020^^^^^^^59^3^^2^35^^^^0.26^^0.030^0.020^0.090^^140.00^~1 cup, frozen~^^~~^0 ~09054~^~BLUEBERRIES,FRZ,UNSWTND~^86.59^51^0.42^0.64^0.18^12.17^2.7^8.45^8^0.18^5^11^54^1^0.07^0.033^0.147^0.1^2.5^0.032^0.037^0.520^0.125^0.059^7^0^7^7^5.1^0.00^46^2^0^0^28^0^0^68^0.48^16.4^0.053^0.091^0.279^0^155.00^~1 cup, unthawed~^567.00^~1 package, (20 oz)~^0 ~09055~^~BLUEBERRIES,FRZ,SWTND~^77.40^81^0.40^0.13^0.12^21.95^2.2^19.72^6^0.39^2^7^60^1^0.06^0.039^0.262^0.2^1.0^0.020^0.052^0.253^0.125^0.059^7^0^7^7^5.5^0.00^49^2^0^0^30^0^0^73^0.52^17.7^0.011^0.018^0.057^0^230.00^~1 cup, thawed~^284.00^~1 package, (10 oz)~^0 ~09056~^~BOYSENBERRIES,CND,HVY SYRUP~^76.26^88^0.99^0.12^0.32^22.31^2.6^^18^0.43^11^10^90^3^0.19^0.070^0.250^0.4^6.2^0.026^0.029^0.230^0.131^0.038^34^0^34^34^^0.00^40^2^0^^^^^^^^0.004^0.012^0.068^0^256.00^~1 cup~^^~~^0 ~09057~^~BOYSENBERRIES,FRZ,UNSWTND~^85.90^50^1.10^0.26^0.54^12.19^5.3^6.89^27^0.85^16^27^139^1^0.22^0.080^0.547^0.2^3.1^0.053^0.037^0.767^0.250^0.056^63^0^63^63^10.2^0.00^67^3^0^0^40^0^0^118^0.87^7.8^0.009^0.025^0.148^0^132.00^~1 cup, unthawed~^284.00^~1 package, (10 oz)~^0 ~09059~^~BREADFRUIT,RAW~^70.65^103^1.07^0.23^0.93^27.12^4.9^11.00^17^0.54^25^30^490^2^0.12^0.084^0.060^0.6^29.0^0.110^0.030^0.900^0.457^0.100^14^0^14^14^9.8^0.00^0^0^0^0^0^0^0^22^0.10^0.5^0.048^0.034^0.066^0^220.00^~1 cup~^96.00^~.25 fruit, small~^22 ~09060~^~CARAMBOLA,(STARFRUIT),RAW~^91.38^31^1.04^0.33^0.52^6.73^2.8^3.98^3^0.08^10^12^133^2^0.12^0.137^0.037^0.6^34.4^0.014^0.016^0.367^0.391^0.017^12^0^12^12^7.6^0.00^61^3^0^24^25^0^0^66^0.15^0.0^0.019^0.030^0.184^0^132.07^~1 cup, cubes~^107.60^~1 cup, sliced~^3 ~09061~^~CARISSA,(NATAL-PLUM),RAW~^84.17^62^0.50^1.30^0.40^13.63^^^11^1.31^16^7^260^3^^0.210^^^38.0^0.040^0.060^0.200^^^^^^^^0.00^40^2^0^^^^^^^^^^^0^150.00^~1 cup, slices~^20.00^~1 fruit, without skin and seeds~^14 ~09062~^~CHERIMOYA,RAW~^79.39^74^1.65^0.62^0.64^17.70^2.3^^8^0.30^16^26^269^4^0.18^0.073^0.083^^11.5^0.091^0.119^0.574^0.237^0.212^18^0^18^18^^0.00^0^0^0^0^0^0^^^^^^^^0^312.11^~1 fruit, without skin and seeds~^156.49^~1 cup, diced~^21 ~09063~^~CHERRIES,SOUR,RED,RAW~^86.13^50^1.00^0.30^0.40^12.18^1.6^8.49^16^0.32^9^15^173^3^0.10^0.104^0.112^0.0^10.0^0.030^0.040^0.400^0.143^0.044^8^0^8^8^6.1^0.00^1283^64^0^0^770^0^0^85^0.07^2.1^0.068^0.082^0.090^0^155.00^~1 cup, without pits~^103.00^~1 cup, with pits yields~^10 ~09064~^~CHERRIES,SOUR,RED,CND,H2O PK,SOL&LIQUIDS (INCL USDA CMDTY)~^89.93^36^0.77^0.10^0.26^8.94^1.1^7.60^11^1.37^6^10^98^7^0.07^0.070^0.076^0.0^2.1^0.017^0.041^0.177^0.105^0.044^8^0^8^8^4.1^0.00^754^38^0^0^452^0^0^57^0.23^1.4^0.023^0.027^0.030^0^244.00^~1 cup~^^~~^0 ~09065~^~CHERRIES,SOUR,RED,CND,LT SYRUP PK,SOL&LIQUIDS~^79.62^75^0.74^0.10^0.25^19.30^0.8^^10^1.32^6^10^95^7^0.07^0.068^0.073^^2.0^0.016^0.039^0.170^0.105^0.044^8^0^8^8^^0.00^726^36^0^^^^^^^^0.022^0.026^0.029^0^252.00^~1 cup~^^~~^0 ~09066~^~CHERRIES,SOUR,RED,CND,HVY SYRUP PK,SOL&LIQUIDS~^75.66^91^0.73^0.10^0.25^23.27^1.1^22.17^10^1.30^6^10^93^7^0.06^0.066^0.072^0.0^2.0^0.016^0.039^0.168^0.105^0.044^8^0^8^8^4.1^0.00^714^36^0^0^428^0^0^57^0.23^1.4^0.021^0.026^0.029^0^256.00^~1 cup~^^~~^0 ~09067~^~CHERRIES,SOUR,RED,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^69.73^114^0.71^0.09^0.24^29.23^0.8^^10^1.26^5^9^91^7^0.06^0.065^0.070^^1.9^0.016^0.038^0.163^0.105^0.044^7^0^7^7^^0.00^696^35^0^^^^^^^^0.021^0.025^0.028^0^261.00^~1 cup~^^~~^0 ~09068~^~CHERRIES,SOUR,RED,FRZ,UNSWTND~^87.20^46^0.92^0.44^0.42^11.02^1.6^9.02^13^0.53^9^16^124^1^0.10^0.090^0.057^0.0^1.7^0.044^0.034^0.137^0.178^0.067^5^0^5^5^5.6^0.00^870^44^0^0^522^0^0^61^0.05^1.5^0.100^0.120^0.132^0^155.00^~1 cup, unthawed~^510.00^~1 package, (18 oz)~^0 ~09070~^~CHERRIES,SWEET,RAW~^82.25^63^1.06^0.20^0.48^16.01^2.1^12.82^13^0.36^11^21^222^0^0.07^0.060^0.070^0.0^7.0^0.027^0.033^0.154^0.199^0.049^4^0^4^4^6.1^0.00^64^3^0^0^38^0^0^85^0.07^2.1^0.038^0.047^0.052^0^137.73^~1 cup, with pits yields~^153.90^~1 cup, without pits~^8 ~09071~^~CHERRIES,SWT,CND,H2O PK,SOL&LIQUIDS~^87.05^46^0.77^0.13^0.29^11.76^1.5^10.26^11^0.36^9^15^131^1^0.08^0.075^0.062^0.0^2.2^0.022^0.041^0.410^0.127^0.030^4^0^4^4^4.1^0.00^160^8^0^0^96^0^0^57^0.23^1.4^0.028^0.034^0.038^0^248.00^~1 cup, pitted~^^~~^8 ~09072~^~CHERRIES,SWT,CND,JUC PK,SOL&LIQUIDS~^84.95^54^0.91^0.02^0.31^13.81^1.5^12.31^14^0.58^12^22^131^3^0.10^0.073^0.061^0.0^2.5^0.018^0.024^0.406^0.127^0.030^4^0^4^4^4.7^0.00^125^6^0^0^75^0^0^57^0.23^1.4^0.004^0.005^0.006^0^250.00^~1 cup, pitted~^^~~^8 ~09073~^~CHERRIES,SWT,CND,LT SYRUP PK,SOL&LIQUIDS~^81.56^67^0.61^0.15^0.38^17.29^1.5^15.79^9^0.36^9^18^148^3^0.10^0.145^0.060^0.0^3.7^0.021^0.041^0.403^0.127^0.030^4^0^4^4^4.1^0.00^157^8^0^0^94^0^0^57^0.23^1.4^0.034^0.042^0.046^0^252.00^~1 cup, pitted~^^~~^8 ~09074~^~CHERRIES,SWT,CND,PITTED,HVY SYRUP PK,SOL & LIQUIDS~^77.61^83^0.60^0.15^0.38^21.27^1.4^16.18^9^0.35^9^18^145^3^0.10^0.142^0.048^0.0^3.6^0.021^0.040^0.396^0.057^0.022^4^0^4^4^4.1^0.00^154^8^0^0^92^0^0^57^0.17^0.9^0.034^0.041^0.045^0^253.00^~1 cup~^^~~^0 ~09075~^~CHERRIES,SWT,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^72.66^102^0.59^0.15^0.37^26.23^1.5^^9^0.35^8^17^142^3^0.10^0.139^0.058^^3.6^0.021^0.039^0.388^0.127^0.030^4^0^4^4^^0.00^151^8^0^^^^^^^^0.033^0.040^0.045^0^261.00^~1 cup, pitted~^^~~^8 ~09076~^~CHERRIES,SWT,FRZ,SWTND~^75.53^89^1.15^0.13^0.83^22.36^2.1^20.26^12^0.35^10^16^199^1^0.04^0.024^0.109^0.0^1.0^0.027^0.047^0.177^0.127^0.036^4^0^4^4^5.6^0.00^189^9^0^0^113^0^0^85^0.07^2.1^0.030^0.036^0.040^0^259.00^~1 cup, thawed~^284.00^~1 package, (10 oz)~^0 ~09077~^~CRABAPPLES,RAW~^78.94^76^0.40^0.30^0.42^19.95^^^18^0.36^7^15^194^1^^0.067^0.115^^8.0^0.030^0.020^0.100^^^^^^^^0.00^40^2^0^^^^^^^^0.048^0.012^0.088^0^110.00^~1 cup, slices~^^~~^8 ~09078~^~CRANBERRIES,RAW~^87.13^46^0.39^0.13^0.15^12.20^4.6^4.04^8^0.25^6^13^85^2^0.10^0.061^0.360^0.1^13.3^0.012^0.020^0.101^0.295^0.057^1^0^1^1^5.5^0.00^60^3^0^0^36^0^0^91^1.20^5.1^0.011^0.018^0.055^0^110.00^~1 cup, chopped~^99.88^~1 cup, whole~^2 ~10129~^~PORK,CURED,BRKFST STRIPS,CKD~^26.93^459^28.95^36.70^6.37^1.05^0.0^0.00^14^1.97^26^265^466^2099^3.68^0.153^0.044^24.7^0.0^0.737^0.368^7.592^0.922^0.340^4^0^4^4^96.3^1.77^0^0^0^0^0^0^0^0^0.25^0.0^12.770^16.400^5.650^105^170.00^~1 package, (12 oz)~^34.00^~3 slices, cooked (raw product packed 15 per 12-oz bag)~^0 ~10130~^~PORK,CURED,CANADIAN-STYLE BACON,UNHTD~^66.93^157^20.64^6.97^3.79^1.68^0.0^0.00^8^0.68^17^243^344^1409^1.39^0.045^0.023^25.0^0.0^0.751^0.172^6.231^0.520^0.390^4^0^4^4^68.6^0.67^0^0^0^0^0^0^0^0^0.21^0.0^2.220^3.150^0.630^50^170.00^~1 package, (6 oz)~^56.70^~2 slices, (6 per 6-oz pkg.)~^0 ~10131~^~PORK,CURED,CANADIAN-STYLE BACON,GRILLED~^61.70^185^24.24^8.44^4.27^1.35^0.0^0.00^10^0.82^21^296^390^1546^1.70^0.054^0.027^24.7^0.0^0.824^0.197^6.915^0.520^0.450^4^0^4^4^80.6^0.78^0^0^0^0^0^0^0^0^0.34^0.0^2.840^4.040^0.810^58^139.00^~1 package, (6 oz) yields~^46.50^~2 slices, (6 per 6-oz pkg.)~^0 ~10132~^~PORK,CURED,FEET,PICKLED~^75.00^140^11.63^10.02^3.35^0.01^0.0^0.00^32^0.31^11^87^13^560^0.20^0.037^0.022^15.8^0.0^0.006^0.015^0.220^0.262^0.007^1^0^1^1^44.5^0.21^37^11^11^0^0^0^0^0^0.21^0.0^2.945^5.677^0.784^83^28.35^~1 oz~^453.60^~1 lb~^66 ~10134~^~PORK,CURED,HAM,BNLESS,EX LN (APPROX 5% FAT),RSTD~^67.67^145^20.93^5.53^4.37^1.50^0.0^0.00^8^1.48^14^196^287^1203^2.88^0.079^0.054^19.5^0.0^0.754^0.202^4.023^0.403^0.400^3^0^3^3^85.1^0.65^0^0^0^0^0^0^0^0^0.25^0.0^1.810^2.620^0.540^53^140.00^~1 cup~^85.00^~3 oz~^0 ~10136~^~PORK,CURED,HAM,BNLESS,REG (APPROX 11% FAT),RSTD~^64.54^178^22.62^9.02^3.96^0.00^0.0^0.00^8^1.34^22^281^409^1500^2.47^0.145^0.041^19.8^0.0^0.730^0.330^6.150^0.720^0.310^3^0^3^3^88.4^0.70^0^0^0^0^0^0^0^0^0.31^0.0^3.120^4.440^1.410^59^140.00^~1 cup~^85.00^~3 oz~^0 ~10137~^~PORK,CURED,HAM,EX LN (APPROX 4% FAT),CND,UNHTD~^73.52^120^18.49^4.56^3.63^0.00^0.0^0.00^6^0.94^17^224^364^1255^1.93^0.084^0.025^14.5^0.0^0.836^0.230^5.302^0.492^0.450^6^0^6^6^70.2^0.82^0^0^0^0^0^0^0^0^0.17^0.0^1.510^2.210^0.390^38^140.00^~1 cup~^28.35^~1 oz~^0 ~10138~^~PORK,CURED,HAM,EX LN (APPROX 4% FAT),CND,RSTD~^69.45^136^21.16^4.88^4.00^0.52^0.0^^6^0.92^21^209^348^1135^2.23^0.050^0.024^17.4^0.0^1.035^0.247^4.892^0.570^0.450^5^0^5^5^^0.71^0^0^0^^^^^^^^1.600^2.490^0.440^30^140.00^~1 cup~^85.00^~3 oz~^0 ~10139~^~PORK,CURED,HAM,REG (APPROX 13% FAT),CND,UNHTD~^66.54^190^16.97^12.99^3.48^0.02^0.0^0.00^6^0.83^14^175^316^1240^1.66^0.067^0.023^29.8^0.0^0.963^0.231^3.218^0.394^0.480^5^0^5^5^64.9^0.78^0^0^0^0^0^0^0^0^0.21^0.0^4.250^6.180^1.470^39^140.00^~1 cup~^28.35^~1 oz~^0 ~10140~^~PORK,CURED,HAM,REG (APPROX 13% FAT),CND,RSTD~^60.93^226^20.53^15.20^2.93^0.42^0.0^^8^1.37^17^243^357^941^2.50^0.130^0.029^35.9^14.0^0.820^0.260^5.300^0.730^0.300^5^0^5^5^^1.06^0^0^0^^^^^^^^5.040^7.070^1.780^62^140.00^~1 cup~^85.00^~3 oz~^0 ~10141~^~PORK,CURED,HAM,CNTR SLICE,COUNTRY-STYLE,LN,RAW~^55.93^195^27.80^8.32^7.65^0.30^0.0^0.00^10^1.11^25^318^510^2695^2.81^0.108^0.048^25.8^0.0^0.567^0.242^3.881^0.402^0.420^5^0^5^5^105.5^0.88^0^0^0^0^0^0^0^0^0.28^0.0^2.780^3.821^0.970^70^28.35^~1 oz~^113.00^~4 oz~^15 ~10142~^~PORK,CURED,HAM,CNTR SLICE,LN&FAT,UNHTD~^63.46^203^20.17^12.90^3.42^0.05^0.0^^7^0.75^16^215^337^1386^1.88^0.074^0.031^22.6^0.0^0.845^0.205^4.809^0.498^0.470^4^0^4^4^^0.80^0^0^0^^^^^^^^4.572^6.092^1.411^54^28.35^~1 oz~^113.00^~4 oz~^3 ~10146~^~PORK,CURED,HAM,PATTIES,UNHTD~^54.40^315^12.78^28.19^2.93^1.69^0.0^^8^1.05^10^149^239^1088^1.57^0.070^0.023^15.8^0.0^0.460^0.154^3.014^0.302^0.160^3^0^3^3^^1.08^0^0^0^^^^^^^^10.130^13.260^3.040^70^28.35^~1 oz~^65.20^~1 patty~^0 ~10147~^~PORK,CURED,HAM,PATTIES,GRILLED~^51.35^342^13.30^30.85^2.80^1.70^0.0^0.00^9^1.61^10^101^244^1063^1.90^0.100^0.022^21.1^0.0^0.350^0.185^3.245^0.262^0.160^3^0^3^3^52.0^0.70^0^0^0^0^0^0^0^0^0.46^0.0^11.090^14.670^3.330^72^59.50^~1 patty, cooked~^413.00^~1 unit, cooked (yield from 1 lb raw meat)~^0 ~10149~^~PORK,CURED,HAM,STEAK,BNLESS,EX LN,UNHTD~^72.24^122^19.56^4.25^3.95^0.00^0.0^^4^1.00^19^260^325^1269^2.02^0.080^0.037^15.5^32.3^0.800^0.200^5.080^0.620^0.370^4^0^4^4^^0.79^0^0^0^^^^^^^^1.440^1.960^0.470^45^28.35^~1 oz~^56.70^~1 slice~^0 ~10150~^~PORK,CURED,HAM,WHL,LN&FAT,UNHTD~^59.71^246^18.49^18.52^3.23^0.06^0.0^0.00^7^0.71^15^201^310^1284^1.76^0.071^0.028^15.3^34.9^0.777^0.189^4.463^0.467^0.410^1^0^1^1^^0.74^0^0^0^0^0^0^0^0^0.27^0.0^6.620^8.700^1.640^56^140.00^~1 cup~^28.35^~1 oz~^18 ~10151~^~PORK,CURED,HAM,WHL,LN&FAT,RSTD~^58.40^243^21.57^16.77^3.33^0.00^0.0^0.00^7^0.87^19^214^286^1187^2.32^0.083^0.014^22.7^0.0^0.601^0.221^4.461^0.457^0.380^3^0^3^3^84.3^0.64^0^0^0^0^0^0^0^0^0.36^0.0^5.980^7.880^1.810^62^140.00^~1 cup~^85.00^~3 oz~^24 ~10152~^~PORK,CURED,HAM,WHL,LN,UNHTD~^68.26^147^22.32^5.71^3.66^0.05^0.0^0.00^7^0.81^18^232^371^1516^2.04^0.079^0.035^18.8^0.0^0.932^0.226^5.252^0.538^0.530^4^0^4^4^84.7^0.87^0^0^0^0^0^0^0^0^0.20^0.0^1.920^2.620^0.660^52^140.00^~1 cup~^28.35^~1 oz~^37 ~10153~^~PORK,CURED,HAM,WHL,LN,RSTD~^65.78^157^25.05^5.50^3.74^0.00^0.0^0.00^7^0.94^22^227^316^1327^2.57^0.087^0.016^25.4^0.0^0.680^0.254^5.020^0.498^0.470^4^0^4^4^101.9^0.70^0^0^0^0^0^0^0^0^0.26^0.0^1.840^2.530^0.630^55^140.00^~1 cup~^85.00^~3 oz~^39 ~10158~^~USDA CMDTY,PORK,CND~^65.82^196^19.40^12.95^1.24^0.59^0.0^0.00^5^1.05^20^173^243^213^2.77^0.030^0.037^46.0^0.0^0.052^0.180^5.767^0.452^0.311^1^0^1^1^101.9^0.93^0^0^0^0^0^0^0^0^0.28^0.0^4.225^5.935^1.790^75^815.17^~1 can~^^~~^ ~10165~^~PORK,CURED,SALT PORK,RAW~^11.00^748^5.05^80.50^3.65^0.00^0.0^0.00^6^0.44^7^52^66^1424^0.90^0.050^0.005^5.8^0.0^0.215^0.061^1.620^0.205^0.080^1^0^1^1^19.3^0.29^0^0^0^0^0^0^0^0^0.00^0.0^29.380^37.940^9.400^86^28.35^~1 oz~^227.00^~8 oz~^0 ~10166~^~PORK,CURED,FAT (FROM HAM&ARM PICNIC),UNHTD~^31.06^579^5.68^61.41^1.77^0.09^0.0^0.00^5^0.39^6^98^105^505^0.80^0.044^0.005^4.7^0.0^0.241^0.068^1.820^0.230^0.030^1^0^1^1^23.2^0.33^0^0^0^0^0^0^0^0^0.00^0.0^22.520^29.470^6.530^68^28.35^~1 oz~^85.00^~3 oz~^0 ~10167~^~PORK,CURED,FAT (FROM HAM&ARM PICNIC),RSTD~^28.89^591^7.64^61.86^1.68^0.00^0.0^^8^0.61^9^160^164^624^1.31^0.069^0.007^11.7^0.0^0.287^0.091^2.228^0.293^0.030^2^0^2^2^^0.42^0^0^0^^^^^^^^22.690^29.690^6.580^86^28.35^~1 oz~^85.00^~3 oz~^0 ~10168~^~PORK,CURED,SHLDR,ARM PICNIC,LN&FAT,RSTD~^54.73^280^20.43^21.35^3.51^0.00^0.0^0.00^10^0.95^14^221^258^1072^2.51^0.113^0.024^33.6^0.0^0.612^0.190^4.127^0.559^0.280^3^0^3^3^79.8^0.93^0^0^0^0^0^0^0^0^0.24^0.0^7.670^10.140^2.320^58^140.00^~1 cup~^85.00^~3 oz~^27 ~10169~^~PORK,CURED,SHLDR,ARM PICNIC,LN,RSTD~^63.86^170^24.94^7.04^4.16^0.00^0.0^0.00^11^1.08^16^243^292^1231^2.94^0.128^0.030^41.3^0.0^0.727^0.226^4.798^0.654^0.370^4^0^4^4^101.4^1.11^0^0^0^0^0^0^0^0^0.26^0.0^2.360^3.230^0.810^48^140.00^~1 cup~^85.00^~3 oz~^46 ~10170~^~PORK,CURED,SHLDR,BLADE ROLL,LN&FAT,UNHTD~^59.13^269^16.47^21.98^3.85^0.00^0.0^^7^0.82^13^199^295^1250^2.35^0.090^0.033^22.0^0.3^0.540^0.220^2.720^0.710^0.260^3^0^3^3^^1.30^0^0^0^^^^^^^^7.939^9.755^2.334^53^28.35^~1 oz~^113.00^~4 oz~^0 ~10171~^~PORK,CURED,SHLDR,BLADE ROLL,LN&FAT,RSTD~^56.18^287^17.28^23.48^2.70^0.37^0.0^^7^0.89^13^156^194^973^2.45^0.076^0.023^28.6^3.2^0.460^0.285^2.377^0.770^0.210^3^0^3^3^^1.05^0^0^0^^^^^^^^8.380^11.030^2.510^67^376.00^~1 piece, cooked (yield from 1 lb unheated product)~^85.00^~3 oz~^0 ~10173~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,FEET,CKD,SIMMRD~^62.85^232^21.94^16.05^0.66^0.00^0.0^0.00^0^0.98^5^82^33^73^1.05^0.062^0.018^23.0^0.0^0.016^0.057^0.585^0.240^0.038^2^0^2^2^75.4^0.41^0^0^0^0^0^0^0^0^0.09^0.0^4.343^8.005^1.540^107^85.00^~3 oz~^^~~^60 ~10174~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TAIL,RAW~^46.05^378^17.75^33.50^0.50^0.00^0.0^^18^0.99^8^50^349^63^2.31^0.084^0.011^2.7^0.0^0.210^0.110^2.060^0.673^0.370^5^0^5^5^^0.88^0^0^0^^^^^^^^11.640^15.800^3.680^97^28.35^~1 oz~^113.00^~4 oz~^30 ~10175~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TAIL,CKD,SIMMRD~^46.70^396^17.00^35.80^0.40^0.00^0.0^^14^0.79^7^47^157^25^1.64^0.067^0.006^3.1^0.0^0.070^0.070^1.120^0.423^0.270^4^0^4^4^^0.55^0^0^0^^^^^^^^12.450^16.890^3.940^129^275.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^32 ~06971~^~SAUCE,WORCESTERSHIRE~^78.54^78^0.00^0.00^2.00^19.46^0.0^10.03^107^5.30^13^60^800^980^0.19^0.200^^0.5^13.0^0.070^0.130^0.700^^0.000^8^0^8^8^2.7^0.00^79^5^1^1^43^3^0^48^0.08^1.0^0.000^0.000^0.000^0^275.00^~1 cup~^17.00^~1 tbsp~^0 ~06972~^~SAUCE,TOMATO CHILI SAU,BTLD,W/SALT~^68.00^104^2.50^0.30^9.47^19.79^5.9^10.54^20^0.80^12^52^370^1338^0.16^0.130^^1.1^16.0^0.090^0.070^1.600^^0.160^9^0^9^9^13.7^0.00^680^34^0^13^402^0^12819^1^1.92^5.2^0.045^0.038^0.154^0^273.00^~1 cup~^6.00^~1 packet~^0 ~06973~^~SAUCE,TOMATO CHILI SAU,BTLD,NO SALT,LO NA~^68.00^104^2.50^0.30^0.48^28.73^0.5^8.96^20^0.80^12^52^370^20^0.16^0.130^^1.1^16.0^0.090^0.070^1.600^^0.160^10^0^10^10^13.7^0.00^199^10^0^0^119^0^1103^33^0.25^1.2^0.044^0.042^0.137^0^273.00^~1 cup~^17.00^~1 tbsp~^0 ~06974~^~SOUP,VEG CHICK,CND,PREP W/ H2O,LO NA~^83.40^69^5.10^2.00^0.74^8.76^0.4^1.42^11^0.61^4^44^153^35^0.90^0.100^^5.1^2.3^0.020^0.070^1.370^^0.040^18^2^16^19^4.3^0.10^2496^138^15^536^1195^8^139^116^0.30^6.2^0.597^0.895^0.418^7^241.00^~1 cup~^^~~^0 ~06975~^~SAUCE,BARBECUE,LO NA~^60.34^150^0.00^0.29^3.11^36.25^0.6^26.06^12^0.21^12^17^208^133^0.13^0.079^0.225^1.3^0.7^0.010^0.032^0.487^0.037^0.041^2^0^2^2^2.9^0.00^235^12^0^4^139^0^4431^0^0.66^1.8^0.000^0.074^0.170^0^34.51^~1 serving, 2 tbsp~^250.00^~1 cup~^0 ~06976~^~SAUCE,PASTA,SPAGHETTI/MARINARA,RTS,LO NA~^80.01^87^1.78^2.69^2.01^13.76^2.6^8.84^22^0.72^21^36^316^30^0.54^0.188^0.160^1.1^2.0^0.024^0.061^3.917^^0.173^13^0^13^13^13.7^0.00^752^38^0^0^448^7^12655^35^2.40^13.9^0.699^0.589^1.184^2^128.26^~1 serving, 1/2 cup~^256.52^~1 cup~^0 ~06977~^~GRAVY,MEAT OR POULTRY,LO NA,PREP~^87.50^53^3.80^2.40^0.14^6.16^0.3^0.01^6^0.70^2^30^81^18^1.00^0.100^^0.6^0.0^0.030^0.040^0.660^^0.010^25^0^25^25^6.3^0.10^0^0^0^0^0^0^0^1^0.06^0.0^1.003^1.068^0.095^3^236.00^~1 cup~^^~~^0 ~06978~^~SOUP,BF & MUSHROOM,LO NA,CHUNK STYLE~^83.30^69^4.30^2.30^0.52^9.58^0.2^0.84^13^0.97^2^50^140^25^1.10^0.100^^2.2^3.0^0.040^0.110^1.130^^0.060^5^0^5^5^9.7^0.26^1967^98^0^438^961^0^722^47^0.22^3.5^1.621^0.394^0.068^6^251.00^~1 cup~^^~~^0 ~06979~^~ADOBO FRESCO~^22.10^271^2.00^20.90^36.40^18.60^1.3^2.03^123^3.20^23^38^187^17152^0.25^0.030^^3.0^5.8^0.040^0.030^0.470^^0.000^9^0^9^9^2.4^0.00^219^11^0^5^126^6^411^123^2.69^7.7^2.910^14.963^2.044^0^288.00^~1 cup~^18.00^~1 tbsp~^0 ~06980~^~SOUP,BF STROGANOFF,CND,CHUNKY STYLE,RTS~^79.90^98^5.10^4.60^1.40^9.00^0.6^1.68^20^0.88^2^50^140^435^1.10^0.100^^7.6^0.0^0.040^0.090^0.100^^0.060^67^10^56^74^18.0^0.26^820^84^51^49^365^1^14^386^0.41^102.8^2.324^1.556^0.246^21^240.00^~1 cup~^^~~^0 ~06981~^~SOUP,BOUILLON CUBES&GRANULES,LO NA,DRY~^2.30^438^16.70^13.89^2.00^64.88^0.2^14.47^187^1.03^56^166^309^1067^0.09^0.000^^27.6^1.1^0.100^0.430^2.460^^0.100^21^0^21^21^114.5^0.30^500^25^0^70^264^1^19^272^0.72^66.9^3.433^5.365^4.485^13^2.60^~1 tsp~^3.60^~1 cube~^0 ~06982~^~SOUP,RAMEN NOODLE,BF FLAVOR,DRY~^5.52^436^10.29^15.71^5.21^63.27^2.2^1.78^30^4.11^24^121^185^2002^1.08^0.150^0.530^10.7^0.6^1.500^0.267^4.196^0.302^0.087^109^84^24^168^^0.18^0^0^0^0^0^0^0^10^1.56^^7.965^6.784^1.528^^43.00^~1 serving~^85.00^~1 package~^0 ~06983~^~SOUP,RAMEN NOODLE,CHICK FLAVOR,DRY~^4.26^437^10.66^15.55^5.96^63.57^2.4^1.35^27^3.92^22^118^173^2071^0.61^0.198^0.475^9.4^0.0^0.558^0.251^3.975^0.249^0.088^117^85^31^176^^0.31^1^0^0^0^1^0^0^12^1.45^^7.095^6.148^1.387^^43.00^~1 serving~^85.00^~1 package~^0 ~06984~^~Soup, Swanson chickne broth~^98.10^4^0.54^0.17^1.05^0.14^0.0^0.15^4^0.14^1^11^30^409^0.02^0.019^0.011^2.2^0.0^0.007^0.021^0.558^0.120^0.014^1^^1^^^0.20^^^^^^^^^^0.0^0.000^0.000^0.000^0^226.80^~1 serving, 1 cup 8 oz~^^~~^0 ~06985~^~GRY, HNZ Home style beef gravy~^89.97^39^1.09^1.13^1.59^6.24^0.7^0.52^6^0.13^3^10^22^587^0.15^0.019^0.027^2.2^0.0^0.007^0.022^0.172^0.086^0.014^4^^4^^^0.09^^^^^^^^^^^0.400^0.432^0.046^2^56.70^~1 serving, 1/4 cup 2 oz~^^~~^0 ~06986~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CHICK NOODLE SOUP,COND~^88.20^48^2.38^1.59^1.48^6.35^0.8^0.79^0^0.00^^^198^373^^^^^0.0^^^^^^^^^^^^595^^^^^^^^^^0.397^0.397^0.397^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06987~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CRM OF CELERY,COND~^86.50^54^0.81^1.61^1.40^9.68^0.8^1.61^81^0.00^^^323^387^^^^^0.0^^^^^^^^^^^^161^^^^^^^^^^0.000^0.403^0.806^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~08180~^~CEREALS,OATS,REG & QUICK & INST,UNENR,CKD W/ H2O,W/ SALT~^83.61^71^2.54^1.52^0.34^12.00^1.7^0.27^9^0.90^27^77^70^71^1.00^0.074^0.580^5.4^0.0^0.076^0.016^0.225^0.311^0.005^6^0^6^6^7.4^0.00^0^0^0^0^0^0^0^180^0.08^0.3^0.310^0.435^0.559^0^234.00^~1 cup~^175.00^~.75 cup~^0 ~08181~^~CEREALS,ROMAN MEAL,PLN,CKD W/ H2O,W/ SALT~^82.70^61^2.70^0.40^0.50^13.70^3.4^^12^0.88^45^89^125^82^0.74^0.133^^^0.0^0.100^0.050^1.280^0.154^0.047^10^0^10^10^^0.00^0^0^0^^^^^^^^0.053^^^0^241.00^~1 cup~^181.00^~.75 cup~^0 ~08182~^~CEREALS,WHEATENA,CKD W/ H2O,W/ SALT~^85.40^59^2.03^0.45^0.38^11.74^2.0^0.25^6^0.56^21^60^77^238^0.69^0.057^0.817^11.0^0.0^0.011^0.022^0.546^0.042^0.019^9^0^9^9^^0.00^3^0^0^0^2^0^0^45^0.53^0.4^0.091^0.067^0.240^0^243.00^~1 cup~^182.00^~.75 cup~^0 ~08183~^~CEREALS,WHL WHEAT HOT NAT CRL,CKD W/ H2O,W/ SALT~^83.60^62^2.00^0.40^0.30^13.70^1.6^0.08^7^0.62^22^69^71^233^0.48^0.083^0.583^12.8^0.0^0.070^0.050^0.890^0.167^0.073^14^0^14^14^4.2^0.00^0^0^0^0^0^0^0^41^0.24^0.4^0.060^0.057^0.202^0^242.00^~1 cup~^182.00^~.75 cup~^0 ~08184~^~CEREALS,ROMAN MEAL WITH OATS,CKD W/ H2O,W/ SALT~^81.50^71^3.00^0.80^0.40^14.20^3.4^^11^0.58^31^98^107^225^0.81^0.062^^^0.0^0.130^0.090^1.360^0.104^0.158^10^0^10^10^^0.00^9^0^0^^^^^^^^0.072^^^0^240.00^~1 cup~^180.00^~.75 cup~^0 ~08185~^~CEREALS,RALSTON,CKD W/ H2O,W/ SALT~^86.10^53^2.20^0.30^0.30^11.20^2.4^^5^0.65^23^58^61^188^0.56^0.079^^^0.0^0.080^0.070^0.810^0.130^0.045^7^0^7^7^^0.04^0^0^0^^^^^^^^0.056^^^0^253.00^~1 cup~^190.00^~.75 cup~^0 ~08189~^~CEREALS RTE,KELLOGG,KELLOGG'S LOFAT GRANOLA WO/ RAISINS~^3.50^387^8.00^5.20^1.80^81.50^6.1^28.00^39^3.70^76^240^249^219^7.70^0.600^^17.3^2.0^0.800^0.900^10.200^^4.100^816^797^19^1374^22.6^12.20^1531^460^460^0^0^0^0^0^2.43^1.3^1.300^2.200^1.700^0^49.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08190~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP,APPL CINN~^2.59^382^7.27^3.64^2.50^84.00^7.3^34.55^36^8.18^73^182^309^491^6.82^0.145^2.407^17.3^10.9^0.680^0.770^9.090^0.703^0.909^182^163^19^296^21.4^2.73^5^0^0^0^1^3^0^111^0.82^2.4^0.910^1.820^0.910^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08191~^~CEREALS RTE,WHEAT,SHREDDED,PRESWEETENED,SINGLE BRAND~^6.00^352^7.80^1.90^1.10^83.80^9.6^22.30^13^3.46^93^276^327^19^2.88^0.173^4.198^4.1^0.0^0.720^0.820^9.620^0.883^0.960^192^173^19^313^20.0^2.88^0^0^0^0^0^0^0^0^0.32^1.0^0.300^0.271^0.925^0^52.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08192~^~CEREALS RTE,CORN,RICE,WHEAT,OAT,PRESWEETENED,W/FRUIT&ALMONDS~^7.20^383^6.60^4.50^2.00^78.90^3.8^20.80^27^3.27^43^128^166^484^1.64^0.135^0.832^7.3^0.0^0.680^0.770^9.090^0.418^0.910^182^163^19^296^14.5^2.73^1364^410^410^0^0^0^0^0^4.38^8.6^0.600^2.008^1.466^0^55.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08194~^~CEREALS RTE,GENERAL MILLS,REESE'S PUFFS~^2.67^433^6.67^11.67^3.13^75.86^4.0^40.00^333^15.00^27^200^217^667^12.50^0.116^0.300^6.5^20.0^1.250^1.420^16.670^0.334^1.667^333^314^19^553^12.7^5.00^1667^482^479^21^33^0^0^458^2.61^6.3^1.670^5.000^3.330^0^29.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08195~^~CEREALS RTE,HEALTHY CHOIC,KELLOGG'S ALMOND CRUNCH W/RAISINS~^5.84^360^8.70^4.66^2.20^78.60^8.4^28.10^49^10.90^89^236^360^391^2.60^0.300^2.191^8.3^0.0^0.900^1.000^12.100^6.000^1.200^200^180^20^326^14.5^3.60^862^258^258^0^0^0^0^0^3.49^1.5^0.680^2.260^1.420^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08200~^~CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,DRY~^11.07^333^11.30^2.58^1.59^73.44^12.0^0.60^34^2.98^115^346^411^3^3.20^0.440^2.620^44.4^0.0^0.290^0.130^3.570^0.500^0.240^26^0^26^26^27.0^0.00^10^1^0^0^6^0^0^193^0.75^3.3^0.520^0.570^1.280^0^40.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08202~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP W/ ALMONDS~^2.86^400^9.09^8.18^2.62^77.25^7.5^29.09^36^8.18^109^273^327^455^6.82^0.218^2.633^17.3^10.9^0.680^0.770^9.090^0.710^0.909^182^163^19^296^24.7^2.73^5^0^0^0^2^3^0^108^3.51^1.9^0.910^3.640^2.730^0^60.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08204~^~CEREALS RTE,CHOCOLATE-FLAVORED FRSTD PUFFED CORN~^3.42^405^3.34^3.50^2.25^87.20^3.8^47.00^70^15.87^36^141^176^670^0.56^0.240^0.246^6.5^52.9^1.323^1.499^17.637^0.101^1.764^353^334^19^587^4.5^5.29^4409^1324^1324^0^0^0^0^0^0.11^0.6^0.961^2.079^0.231^0^30.00^~1 cup~^^~~^0 ~08206~^~CEREALS RTE,MALT-O-MEAL,COCO-ROOS~^2.00^396^3.70^2.60^2.00^89.50^1.8^46.50^406^19.50^23^141^195^568^17.20^0.121^0.108^6.5^20.5^1.190^1.980^19.500^0.096^2.530^400^381^19^667^4.5^6.21^2059^594^589^28^43^0^0^609^0.21^0.6^0.464^1.610^0.419^1^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08210~^~CEREALS RTE,QUAKER,QUAKER OAT CINN LIFE~^4.30^373^8.93^4.01^3.49^79.27^6.2^26.12^350^23.20^86^376^258^479^13.77^0.230^2.530^2.6^0.1^1.380^1.560^18.310^0.500^1.830^1319^^19^^^0.00^35^2^0^^^^^^0.53^^0.750^1.330^1.280^0^32.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08211~^~CEREALS RTE,QUAKER,HONEY GRAHAM OH!S~^2.75^411^4.09^7.45^2.10^83.61^2.0^42.97^10^22.05^45^143^164^614^18.38^0.130^0.520^4.7^29.4^1.840^2.080^24.500^0.330^2.450^1482^1463^19^2506^7.9^0.00^2451^736^736^0^0^0^0^0^0.66^0.2^5.790^0.760^0.790^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08212~^~CEREALS RTE,QUAKER,SUN COUNTRY GRANOLA W/ ALMONDS~^1.37^467^11.77^18.02^1.62^67.20^5.2^20.42^86^4.35^91^294^388^33^2.00^0.290^2.680^17.3^0.1^0.310^0.180^0.950^0.570^0.120^34^0^34^34^35.0^0.07^0^0^0^0^0^0^0^0^3.85^4.4^2.220^5.840^3.180^0^57.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08214~^~CEREALS RTE,QUAKER,QUAKER OATMEAL SQUARES~^2.75^378^11.04^4.32^3.54^78.34^7.1^16.10^201^30.48^117^367^366^480^7.57^0.320^3.240^6.9^11.4^0.690^0.850^10.050^0.600^0.980^785^766^19^1321^26.9^0.00^991^298^298^0^0^0^0^0^2.47^2.1^0.900^1.450^1.760^0^56.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08215~^~CEREALS RTE,QUAKER,QUAKER CINN OATMEAL SQUARES~^2.50^379^10.49^4.48^3.32^79.21^8.2^21.19^195^28.27^111^349^358^440^6.90^0.310^3.160^6.3^11.0^0.690^0.780^9.200^0.630^0.920^728^708^19^1222^32.1^0.00^920^276^270^0^0^1^0^137^2.48^1.7^0.800^1.470^1.420^0^60.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08216~^~CEREALS RTE,QUAKER,QUAKER OAT BRAN CRL~^4.00^372^12.38^5.11^3.60^74.89^9.9^16.34^191^29.95^168^518^438^364^6.95^0.320^3.850^7.0^11.6^0.720^0.820^9.640^0.850^0.960^737^718^19^1240^25.0^0.00^965^290^290^0^0^0^0^0^2.47^2.1^0.910^1.570^2.040^0^57.00^~1.25 cup~^^~~^0 ~09079~^~CRANBERRIES,DRIED,SWTND~^16.00^308^0.07^1.37^0.20^82.36^5.7^65.00^10^0.53^5^8^40^3^0.11^0.080^0.265^0.5^0.2^0.007^0.016^0.990^0.217^0.038^0^0^0^0^4.0^0.00^0^0^0^0^0^0^0^33^1.07^3.8^0.103^0.198^0.658^0^40.00^~.33 cup~^^~~^0 ~09081~^~CRANBERRY SAU,CND,SWTND~^60.65^151^0.20^0.15^0.10^38.90^1.0^37.90^4^0.22^3^6^26^29^0.05^0.020^0.060^0.3^2.0^0.015^0.021^0.100^^0.014^1^0^1^1^3.8^0.00^42^2^0^0^25^0^0^63^0.83^1.4^0.013^0.021^0.066^0^277.00^~1 cup~^57.00^~1 slice, (1/2" thick, approx 8 slices per can)~^0 ~09082~^~CRANBERRY-ORANGE RELISH,CND~^53.20^178^0.30^0.10^0.20^46.20^0.0^^11^0.20^4^8^38^32^^0.040^^^18.0^0.030^0.020^0.100^^^^^^^^0.00^70^4^0^^^^^^^^0.012^^^0^275.00^~1 cup~^^~~^0 ~09083~^~CURRANTS,EUROPEAN BLACK,RAW~^81.96^63^1.40^0.41^0.86^15.38^^^55^1.54^24^59^322^2^0.27^0.086^0.256^^181.0^0.050^0.050^0.300^0.398^0.066^^^^^^0.00^230^12^0^^^^^^1.00^^0.034^0.058^0.179^0^112.00^~1 cup~^^~~^2 ~09084~^~CURRANTS,RED&WHITE,RAW~^83.95^56^1.40^0.20^0.66^13.80^4.3^7.37^33^1.00^13^44^275^1^0.23^0.107^0.186^0.6^41.0^0.040^0.050^0.100^0.064^0.070^8^0^8^8^7.6^0.00^42^2^0^0^25^0^0^47^0.10^11.0^0.017^0.028^0.088^0^112.00^~1 cup~^^~~^2 ~09085~^~CURRANTS,ZANTE,DRIED~^19.21^283^4.08^0.27^2.36^74.08^6.8^67.28^86^3.26^41^125^892^8^0.66^0.468^0.469^0.7^4.7^0.160^0.142^1.615^0.045^0.296^10^0^10^10^10.6^0.00^73^4^0^1^43^1^0^0^0.11^3.3^0.028^0.047^0.180^0^144.00^~1 cup~^^~~^0 ~09086~^~CUSTARD-APPLE,(BULLOCK'S-HEART),RAW~^71.50^101^1.70^0.60^1.00^25.20^2.4^^30^0.71^18^21^382^4^^^^^19.2^0.080^0.100^0.500^0.135^0.221^^^^^^0.00^33^2^0^^^^^^^^0.231^^^0^^~~^^~~^42 ~09087~^~DATES,DEGLET NOOR~^20.53^282^2.45^0.39^1.60^75.03^8.0^63.35^39^1.02^43^62^656^2^0.29^0.206^0.262^3.0^0.4^0.052^0.066^1.274^0.589^0.165^19^0^19^19^6.3^0.00^10^0^0^0^6^0^0^75^0.05^2.7^0.032^0.036^0.019^0^147.09^~1 cup, chopped~^7.05^~1 date, pitted~^10 ~09088~^~ELDERBERRIES,RAW~^79.80^73^0.66^0.50^0.64^18.40^7.0^^38^1.60^5^39^280^6^0.11^0.061^^0.6^36.0^0.070^0.060^0.500^0.140^0.230^6^0^6^6^^0.00^600^30^0^^^^^^^^0.023^0.080^0.247^0^145.00^~1 cup~^^~~^0 ~09089~^~FIGS,RAW~^79.11^74^0.75^0.30^0.66^19.18^2.9^16.26^35^0.37^17^14^232^1^0.15^0.070^0.128^0.2^2.0^0.060^0.050^0.400^0.300^0.113^6^0^6^6^4.7^0.00^142^7^0^0^85^0^0^9^0.11^4.7^0.060^0.066^0.144^0^64.00^~1 large, (2-1/2" dia)~^50.00^~1 medium, (2-1/4" dia)~^1 ~09090~^~FIGS,CND,H2O PK,SOL&LIQUIDS~^85.21^53^0.40^0.10^0.30^13.99^2.2^11.79^28^0.29^10^10^103^1^0.12^0.110^0.088^0.1^1.0^0.023^0.038^0.445^0.069^0.070^2^0^2^2^3.3^0.00^38^2^0^0^23^0^0^7^0.08^3.3^0.020^0.022^0.048^0^248.00^~1 cup~^27.00^~1 fig, with liquid~^0 ~09091~^~FIGS,CND,LT SYRUP PK,SOL&LIQUIDS~^81.26^69^0.39^0.10^0.30^17.95^1.8^16.15^27^0.29^10^10^102^1^0.11^0.108^0.086^0.2^1.0^0.022^0.038^0.437^0.069^0.070^2^0^2^2^4.2^0.00^37^2^0^0^22^0^0^8^0.10^4.2^0.020^0.022^0.048^0^252.00^~1 cup~^28.00^~1 fig, with liquid~^0 ~09092~^~FIGS,CND,HVY SYRUP PK,SOL&LIQUIDS~^76.33^88^0.38^0.10^0.29^22.90^2.2^20.70^27^0.28^10^10^99^1^0.11^0.106^0.084^0.2^1.0^0.022^0.037^0.428^0.069^0.070^2^0^2^2^5.3^0.00^37^2^0^0^22^0^0^11^0.12^5.3^0.020^0.022^0.048^0^259.00^~1 cup~^28.00^~1 fig, with liquid~^0 ~09093~^~FIGS,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^71.39^107^0.38^0.10^0.28^27.86^^^26^0.28^10^10^97^1^0.11^0.103^0.083^^1.0^0.022^0.036^0.419^0.069^^^^^^^0.00^36^2^0^^^^^^^^0.020^0.022^0.047^0^261.00^~1 cup~^^~~^0 ~09094~^~FIGS,DRIED,UNCOOKED~^30.05^249^3.30^0.93^1.86^63.87^9.8^47.92^162^2.03^68^67^680^10^0.55^0.287^0.510^0.6^1.2^0.085^0.082^0.619^0.434^0.106^9^0^9^9^15.8^0.00^10^0^0^0^6^0^0^32^0.35^15.6^0.144^0.159^0.345^0^149.07^~1 cup~^8.44^~1 fig~^4 ~09095~^~FIGS,DRIED,STEWED~^69.80^107^1.42^0.40^0.80^27.57^4.2^23.35^70^0.88^29^29^294^4^0.24^0.124^0.220^0.2^4.4^0.011^0.110^0.640^0.127^0.133^1^0^1^1^6.8^0.00^4^0^0^0^3^0^0^14^0.15^6.7^0.062^0.068^0.149^0^259.00^~1 cup~^^~~^0 ~09096~^~FRUIT COCKTAIL,CND,H2O PK,SOL&LIQUIDS~^90.76^32^0.42^0.05^0.26^8.51^1.0^7.51^5^0.25^7^11^94^4^0.09^0.071^0.150^0.5^2.1^0.016^0.011^0.363^0.062^0.052^3^0^3^3^3.7^0.00^250^13^0^0^126^48^0^75^0.40^2.6^0.006^0.009^0.020^0^237.00^~1 cup~^^~~^0 ~09097~^~FRUIT COCKTAIL,CND,JUC PK,SOL&LIQUIDS~^87.44^46^0.46^0.01^0.23^11.86^1.0^10.86^8^0.21^7^14^95^4^0.09^0.062^0.146^0.5^2.7^0.012^0.016^0.403^0.062^0.051^3^0^3^3^4.0^0.00^305^15^0^0^154^58^0^75^0.40^2.6^0.001^0.002^0.004^0^237.00^~1 cup~^^~~^0 ~09098~^~FRUIT COCKTAIL,CND,EX LT SYRUP,SOL&LIQUIDS~^87.70^45^0.40^0.07^0.20^11.63^1.1^^8^0.30^6^12^104^4^0.08^0.100^0.147^^3.0^0.030^0.010^0.500^0.062^0.051^3^0^3^3^^0.00^233^12^0^^^^^^^^0.010^0.014^0.031^0^123.00^~.5 cup~^^~~^0 ~09099~^~FRUIT COCKTAIL,CND,LT SYRUP,SOL&LIQUIDS~^84.37^57^0.40^0.07^0.23^14.93^1.0^13.93^6^0.29^5^11^89^6^0.09^0.070^0.147^0.5^1.9^0.018^0.019^0.380^0.061^0.051^3^0^3^3^3.7^0.00^208^10^0^0^104^39^0^75^0.50^2.6^0.010^0.014^0.031^0^242.00^~1 cup~^^~~^0 ~09100~^~FRUIT COCKTAIL,CND,HVY SYRUP,SOL&LIQUIDS~^80.40^73^0.39^0.07^0.23^18.91^1.0^17.91^6^0.29^5^11^88^6^0.08^0.069^0.144^0.5^1.9^0.018^0.019^0.374^0.060^0.050^3^0^3^3^3.7^0.00^205^10^0^0^104^39^0^75^0.40^2.6^0.010^0.013^0.031^0^248.00^~1 cup~^^~~^0 ~09101~^~FRUIT COCKTAIL,CND,EX HVY SYRUP,SOL&LIQUIDS~^76.43^88^0.39^0.07^0.22^22.89^1.1^^6^0.28^5^11^86^6^0.08^0.067^0.142^^1.9^0.018^0.019^0.368^0.059^0.049^3^0^3^3^^0.00^201^10^0^^^^^^^^0.010^0.013^0.030^0^260.00^~1 cup~^130.00^~.5 cup~^0 ~09102~^~FRUIT SALAD,CND,H2O PK,SOL&LIQUIDS~^91.50^30^0.35^0.07^0.22^7.87^1.0^^7^0.30^5^9^78^3^0.08^0.067^0.151^^1.9^0.015^0.021^0.374^0.053^0.032^3^0^3^3^^0.00^440^22^0^^^^^^^^0.009^0.013^0.028^0^245.00^~1 cup~^^~~^0 ~09103~^~FRUIT SALAD,CND,JUC PK,SOL&LIQUIDS~^86.15^50^0.51^0.03^0.26^13.05^1.0^^11^0.25^8^14^116^5^0.14^0.050^0.151^^3.3^0.011^0.014^0.356^0.053^0.027^3^0^3^3^^0.00^600^30^0^^^^^^^^0.004^0.005^0.011^0^249.00^~1 cup~^^~~^0 ~09104~^~FRUIT SALAD,CND,LT SYRUP,SOL&LIQUIDS~^84.24^58^0.34^0.07^0.21^15.14^1.0^^7^0.29^5^9^82^6^0.07^0.065^0.148^^2.5^0.014^0.020^0.365^0.053^0.032^3^0^3^3^^0.00^429^21^0^^^^^^^^0.009^0.012^0.028^0^252.00^~1 cup~^^~~^0 ~09105~^~FRUIT SALAD,CND,HVY SYRUP,SOL&LIQUIDS~^80.26^73^0.34^0.07^0.21^19.11^1.0^18.11^6^0.28^5^9^80^6^0.07^0.064^0.145^0.5^2.4^0.015^0.021^0.347^0.053^0.032^3^0^3^3^3.7^0.00^504^25^0^0^254^96^0^75^0.40^2.6^0.010^0.014^0.031^0^255.00^~1 cup~^^~~^0 ~10176~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,CKD,PAN-FRIED~^56.81^232^32.18^10.47^1.61^0.00^0.0^0.00^23^0.98^32^271^449^86^2.44^0.078^0.012^47.8^1.2^1.243^0.327^5.997^0.998^0.513^6^0^6^6^110.6^0.76^8^2^2^0^0^0^0^0^0.22^0.0^3.640^4.450^1.340^92^85.00^~3 oz~^69.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^38 ~10177~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN,CKD,PAN-FRIED~^59.69^218^28.11^10.87^1.27^0.00^0.0^0.00^20^0.77^27^246^455^52^2.08^0.070^0.007^43.1^0.3^0.866^0.326^5.915^0.654^0.394^3^0^3^3^96.6^0.75^6^2^2^0^0^0^0^0^0.26^0.0^3.980^4.910^1.340^70^85.00^~3 oz~^64.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^46 ~10178~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN&FAT,CKD,PAN-FRIED~^49.95^342^21.49^27.74^1.14^0.00^0.0^0.00^30^0.88^21^206^332^67^3.19^0.080^0.008^34.9^0.6^0.622^0.294^3.946^0.659^0.337^4^0^4^4^73.8^0.84^8^2^2^0^0^0^0^0^0.20^0.0^10.170^11.720^3.100^85^85.00^~3 oz~^83.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^31 ~10179~^~PORK,FRSH,LOIN,CNTR LOIN CHOPS,BONE-IN,LN&FAT,CKD,PAN-FRIED~^52.98^277^29.91^16.56^1.51^0.00^0.0^0.00^27^0.91^29^259^425^80^2.31^0.075^0.011^39.0^1.0^1.138^0.302^5.601^0.920^0.469^6^0^6^6^102.8^0.73^8^2^2^0^0^0^0^0^0.25^0.0^6.010^7.060^1.910^92^85.00^~3 oz~^78.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^30 ~10180~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN&FAT,CKD,PAN-FRIED~^55.50^265^26.28^16.97^1.21^0.00^0.0^0.00^24^0.72^25^236^430^50^1.99^0.068^0.007^41.0^0.3^0.804^0.301^5.525^0.616^0.364^3^0^3^3^90.3^0.71^7^2^2^0^0^0^0^0^0.24^0.0^6.340^7.490^1.920^73^85.00^~3 oz~^73.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^39 ~10181~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,PAN-FRIED~^57.62^225^30.48^10.50^1.37^0.00^0.0^0.00^22^0.85^30^271^500^57^2.29^0.077^0.008^45.8^0.3^0.838^0.375^5.633^0.857^0.427^8^0^8^8^104.7^0.67^6^2^2^0^0^0^0^0^0.22^0.0^3.600^4.600^1.290^77^85.00^~3 oz~^63.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^15 ~10182~^~PORK,CURED,HAM,BNLESS,EX LN®,UNHTD~^66.92^162^18.26^8.39^4.15^2.28^0.0^0.00^7^0.90^18^236^297^1278^2.05^0.089^0.032^16.3^0.0^0.889^0.240^5.090^0.454^0.380^3^0^3^3^69.9^0.80^0^0^0^0^0^0^0^0^0.22^0.0^2.700^3.940^0.930^53^140.00^~1 cup~^28.35^~1 slice, (6-1/4" x 4" x 1/16") (1 oz)~^0 ~10183~^~PORK,CURED,HAM,BNLESS,EX LN®,RSTD~^65.75^165^21.97^7.66^4.11^0.50^0.0^0.00^8^1.40^19^248^362^1385^2.63^0.119^0.046^19.5^0.0^0.739^0.280^5.324^0.597^0.350^3^0^3^3^85.9^0.68^0^0^0^0^0^0^0^0^0.28^0.0^2.610^3.740^1.070^57^140.00^~1 cup~^85.00^~3 oz~^0 ~10184~^~PORK,CURED,HAM,EX LN®,CND,UNHTD~^71.12^144^17.97^7.46^3.57^0.00^0.0^0.00^6^0.90^16^207^334^1276^1.84^0.078^0.024^22.1^0.0^0.879^0.230^4.585^0.458^0.460^6^0^6^6^68.7^0.80^0^0^0^0^0^0^0^0^0.19^0.0^2.450^3.570^0.760^38^140.00^~1 cup~^28.35^~1 oz~^0 ~10185~^~PORK,CURED,HAM,EX LN®,CND,RSTD~^66.52^167^20.94^8.43^3.63^0.49^0.0^0.00^7^1.07^20^221^351^1068^2.32^0.078^0.026^26.6^0.0^0.961^0.251^5.032^0.625^0.400^5^0^5^5^81.8^0.83^0^0^0^0^0^0^0^0^0.25^0.0^2.810^4.060^0.900^41^140.00^~1 cup~^85.00^~3 oz~^0 ~10186~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN&FAT,CKD,PAN-FRIED~^54.84^257^29.00^14.83^1.32^0.00^0.0^0.00^21^0.81^28^262^479^55^2.20^0.075^0.007^45.9^0.3^0.796^0.353^5.381^0.813^0.403^8^0^8^8^99.7^0.65^7^2^2^0^0^0^0^0^0.20^0.0^5.300^6.450^1.700^78^85.00^~3 oz~^69.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^7 ~10187~^~PORK,FRSH,COMP (LEG,LOIN,SHLDR,&SPARERIBS),LN&FAT,RAW~^65.11^216^18.95^14.95^0.94^0.00^0.0^^19^0.86^21^200^335^55^2.01^0.064^0.011^28.4^0.5^0.841^0.254^4.504^0.730^0.445^5^0^5^5^^0.66^7^2^2^^^^^^^^5.280^6.630^1.550^67^28.35^~1 oz~^453.60^~1 lb~^25 ~10188~^~PORK,FRSH,COMP (LEG,LOIN,SHLDR,&SPARERIBS),LN&FAT,CKD~^54.55^273^27.57^17.18^1.13^0.00^0.0^0.00^25^1.10^24^232^354^62^2.90^0.067^0.010^40.6^0.3^0.770^0.328^4.926^0.665^0.394^6^0^6^6^94.7^0.77^8^2^2^0^0^0^0^0^0.20^0.0^6.220^7.640^1.450^91^247.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~10192~^~PORK,FRSH,BACKRIBS,LN&FAT,RAW~^59.39^282^16.12^23.58^0.91^0.00^0.0^^32^0.91^16^143^233^75^2.31^0.062^0.007^24.0^0.2^0.584^0.258^4.570^0.745^0.395^4^0^4^4^^0.82^10^3^3^^^^^^^^8.730^10.650^1.960^81^28.35^~1 oz~^453.60^~1 lb~^38 ~10193~^~PORK,FRSH,BACKRIBS,LN&FAT,CKD,RSTD~^45.44^370^24.26^29.58^1.09^0.00^0.0^^45^1.38^21^195^315^101^3.37^0.081^0.009^39.3^0.3^0.427^0.200^3.550^0.580^0.307^3^0^3^3^^0.64^9^3^3^^^^^^^^10.990^13.460^2.320^118^219.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^39 ~10194~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BNLESS,LN&FAT,RAW~^66.15^211^19.90^14.01^0.89^0.00^0.0^0.00^5^0.71^20^193^384^42^1.57^0.054^0.009^32.0^0.3^0.779^0.247^4.638^0.703^0.417^6^0^6^6^^0.50^6^2^2^0^0^0^0^0^0.29^^4.860^6.250^1.500^60^453.60^~1 lb~^101.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^11 ~10195~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN&FAT,CKD,BRSD~^58.15^255^26.29^15.79^1.20^0.00^0.0^^5^0.92^17^172^387^40^2.07^0.071^0.009^33.4^0.3^0.525^0.242^4.311^0.605^0.310^4^0^4^4^^0.44^7^2^2^^^^^^^^6.120^7.210^1.320^73^85.00^~3 oz~^81.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^5 ~10196~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN&FAT,CKD,BRLD~^53.37^260^27.63^15.76^1.12^0.00^0.0^^28^0.77^26^237^401^62^2.26^0.068^0.018^44.0^0.3^0.834^0.300^4.945^0.701^0.371^8^0^8^8^^0.67^7^2^2^^^^^^^^5.790^7.010^1.240^82^85.00^~3 oz~^80.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^6 ~10197~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN&FAT,CKD,PAN-FRIED~^56.34^273^25.82^18.05^1.18^0.00^0.0^0.00^11^0.73^24^228^428^50^2.04^0.067^0.007^41.9^0.0^0.708^0.313^4.805^0.723^0.357^7^0^7^7^88.7^0.59^7^2^2^0^0^0^0^0^0.20^0.0^6.720^7.960^2.080^73^85.00^~3 oz~^75.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^8 ~10198~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BNLESS,LN&FAT,CKD,RSTD~^57.33^252^26.99^15.15^1.11^0.00^0.0^^6^0.93^22^214^346^48^2.64^0.016^0.010^40.3^0.4^0.604^0.290^5.044^0.531^0.363^8^0^8^8^^0.56^9^3^3^^^^^^^^5.350^6.680^1.300^81^317.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^8 ~10199~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BNLESS,LN,RAW~^71.98^152^21.80^6.48^0.98^0.00^0.0^0.00^5^0.77^22^207^421^45^1.69^0.058^0.010^35.4^0.3^0.856^0.268^5.036^0.766^0.470^7^0^7^7^^0.53^7^2^2^0^0^0^0^0^0.18^0.0^2.240^2.930^0.700^55^453.60^~1 lb~^88.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^22 ~10200~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN,CKD,BRSD~^62.25^211^27.95^10.14^1.26^0.00^0.0^0.00^5^0.99^19^173^405^41^2.16^0.074^0.010^45.4^0.3^0.549^0.258^4.519^0.638^0.331^4^0^4^4^96.0^0.44^6^2^2^0^0^0^0^0^0.21^0.0^3.960^4.850^0.730^71^85.00^~3 oz~^72.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^15 ~10201~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN,CKD,BRLD~^56.95^216^29.46^10.05^1.16^0.00^0.0^^31^0.82^28^245^420^65^2.38^0.070^0.020^47.3^0.3^0.894^0.323^5.231^0.746^0.400^9^0^9^9^^0.70^6^2^2^^^^^^^^3.570^4.600^0.640^81^85.00^~3 oz~^71.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^16 ~10202~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN,CKD,PAN-FRIED~^60.86^224^27.68^11.80^1.24^0.00^0.0^0.00^5^0.78^27^237^454^52^2.14^0.069^0.007^45.4^0.3^0.761^0.340^5.115^0.778^0.388^8^0^8^8^95.1^0.61^6^2^2^0^0^0^0^0^0.22^0.0^4.300^5.310^1.490^70^85.00^~3 oz~^66.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^19 ~06988~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CRM OF MUSHROOM ,COND~^87.10^56^1.61^1.61^1.61^8.06^0.8^1.61^81^0.00^^^339^379^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.403^0.403^0.806^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~06989~^~CAMPBELL SOUP,HEALTHY REQUEST,HOMESTYL CHICK NOODLE,COND~^88.60^48^2.38^1.59^1.08^6.35^0.8^0.79^0^0.29^^^183^381^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.397^0.794^0.397^8^126.00^~1 serving, 1/2 cup~^^~~^0 ~06990~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,MINESTRONE SOUP,COND~^83.20^67^2.50^0.42^1.38^12.50^2.5^3.33^33^0.90^^^425^383^^^^^0.0^^^^^^^^^^^^1250^^^^^^^^^^0.000^0.000^0.000^0^120.00^~1 serving, 1/2 cup~^^~~^0 ~06991~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,TOMATO SOUP,COND~^81.80^73^1.61^1.21^1.67^13.71^0.8^8.06^0^0.00^^^226^379^^^^^4.8^^^^^^^^^^^^323^^^^^^^^^^0.403^0.000^0.000^0^124.00^~1 serving, 1/2 cup~^^~~^0 ~06992~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,VEG SOUP,COND~^79.10^79^3.17^0.79^1.49^15.08^2.4^3.97^16^0.57^^^397^381^^^^^0.0^^^^^^^^^^^^1984^^^^^^^^^^0.000^0.000^0.000^0^126.00^~1 serving, 1/2 cup~^^~~^0 ~06994~^~CAMPBELL SOUP,PREGO PASTA,CHUNKY GARDEN COMB ITALIAN SAU,RTS~^82.90^69^1.54^1.15^1.33^13.08^2.3^7.69^15^0.55^^^277^362^^^^^1.8^^^^^^^^^^^^769^^^^^^^^^^0.385^^^0^130.00^~1 serving, 1/2 cup~^^~~^0 ~06995~^~CAMPBELL,PREGO PASTA,CHNKY GRDN TMTO,ON & GRLIC ITAL SAU,RTS~^80.90^72^1.60^2.40^4.70^10.40^2.4^8.00^16^0.58^^^320^376^^^^^2.9^^^^^^^^^^^^400^^^^^^^^^^0.400^^^0^125.00^~1 serving, 1/2 cup~^^~~^0 ~06996~^~CAMPBELL SOUP COMPANY,CAMPBELL'S AU JUS GRAVY~^97.80^8^1.69^0.00^0.50^0.00^^^^^^^^390^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^0^59.00^~.25 cup~^^~~^0 ~06997~^~CAMPBELL SOUP COMPANY,CAMPBELL'S BF GRAVY~^90.20^42^1.69^1.69^1.33^5.08^0.0^1.69^0^0.00^^^^458^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.847^^^8^59.00^~.25 cup~^^~~^0 ~06998~^~CAMPBELL SOUP COMPANY,CAMPBELL'S BROWN GRAVY W/ ONIONS~^88.20^42^0.00^1.69^3.33^6.78^0.0^3.39^^^^^^559^^^^^^^^^^^^^^^^^^^^^^^^^^^0.000^^^0^59.00^~.25 cup~^^~~^0 ~06999~^~CAMPBELL SOUP COMPANY,CAMPBELL'S CHICK GRAVY~^88.30^68^0.00^5.08^1.53^5.08^0.0^1.69^0^0.00^^^^441^^^^^0.0^^^^^^^^^^^^339^^^^^^^^^^1.695^^^8^59.00^~.25 cup~^^~~^0 ~07001~^~BARBECUE LOAF,PORK,BEEF~^64.82^173^15.84^8.90^4.04^6.40^0.0^^55^1.16^17^132^329^1334^2.46^0.070^0.040^21.3^0.0^0.360^0.248^2.266^1.570^0.260^9^0^9^9^^1.68^68^3^0^^^^^^^^3.170^4.140^0.810^37^28.35^~1 oz~^23.00^~1 slice, (5-7/8" x 3-1/2" x 1/16")~^0 ~07002~^~BEERWURST,BEER SALAMI,PORK & BF~^56.71^277^14.00^22.53^2.50^3.76^0.9^0.00^27^1.73^19^135^244^732^2.21^0.103^0.155^17.4^0.6^0.246^0.173^2.975^0.297^0.230^5^0^5^5^67.1^1.16^10^3^3^0^0^0^0^0^0.19^1.3^8.438^10.105^2.080^62^56.00^~2 oz~^^~~^0 ~07003~^~BEERWURST,BEER SALAMI,PORK~^61.46^238^14.24^18.80^3.44^2.06^0.0^^8^0.76^13^103^253^1240^1.72^0.050^0.032^20.9^0.0^0.554^0.192^3.254^0.490^0.350^3^0^3^3^^0.87^0^0^0^^^^^^^^6.280^8.980^2.360^59^23.00^~1 slice, (4" dia x 1/8" thick)~^6.00^~1 slice, (2-3/4" dia x 1/16")~^0 ~07004~^~SAUSAGE BERLINER PORK BF~^60.97^230^15.27^17.20^3.97^2.59^0.0^2.35^12^1.15^15^130^283^1297^2.47^0.080^0.041^14.1^0.0^0.380^0.213^3.110^0.690^0.200^5^0^5^5^^2.67^0^0^0^0^0^0^0^0^^1.6^6.080^8.000^1.580^46^23.00^~1 slice~^28.35^~1 oz~^0 ~07005~^~BLOOD SAUSAGE~^47.30^379^14.60^34.50^2.31^1.29^0.0^1.29^6^6.40^8^22^38^680^1.30^0.040^0.010^15.5^0.0^0.070^0.130^1.200^0.600^0.040^5^0^5^5^72.8^1.00^0^0^0^0^0^0^0^0^0.13^0.0^13.400^15.900^3.460^120^100.00^~4 slices~^^~~^0 ~07006~^~BOCKWURST PORK VEAL RAW~^54.47^301^14.03^25.87^2.26^2.95^1.0^1.33^41^1.15^26^169^270^497^2.07^0.100^0.171^11.3^3.2^0.193^0.233^5.616^0.891^0.378^17^0^17^17^46.4^0.86^256^77^2^0^148^2^0^108^0.38^70.2^10.256^13.138^2.328^93^91.00^~1 sausage~^^~~^0 ~07007~^~BOLOGNA,BF~^54.26^311^10.27^28.19^3.29^3.98^0.0^0.00^31^1.10^14^172^172^1080^9.10^0.068^0.044^0.0^15.2^0.026^0.099^2.515^0.406^0.170^9^0^9^9^46.3^1.27^70^13^11^6^11^11^11^0^0.35^1.7^11.134^12.218^0.776^56^28.00^~1 serving~^28.00^~1 slice~^0 ~07008~^~BOLOGNA,BF & PORK~^51.87^308^15.20^24.59^2.85^5.49^0.0^4.42^85^1.21^17^163^315^736^2.30^0.052^0.018^24.6^0.8^0.217^0.185^2.521^0.415^0.297^6^0^6^6^65.6^1.82^84^25^25^0^0^0^0^0^0.00^0.3^9.301^10.526^1.120^60^100.00^~3.527 oz~^^~~^0 ~07010~^~BOLOGNA,PORK~^60.60^247^15.30^19.87^3.50^0.73^0.0^0.00^11^0.77^14^139^281^1184^2.03^0.080^0.036^12.7^0.0^0.523^0.157^3.900^0.720^0.270^5^0^5^5^54.4^0.93^0^0^0^0^0^0^0^0^0.26^0.3^6.880^9.780^2.120^59^28.35^~1 slice, medium (4-1/2" dia x 1/8" thick) (1 oz)~^23.00^~1 slice, (4" dia x 1/8" thick)~^0 ~07011~^~BOLOGNA TURKEY~^64.55^209^11.42^16.05^3.30^4.68^0.5^2.90^123^3.00^16^114^135^1252^1.30^0.072^0.051^15.4^13.3^0.049^0.095^2.607^0.466^0.243^9^0^9^9^54.0^0.23^32^9^9^0^0^0^0^0^0.45^0.3^4.355^6.836^3.854^75^28.00^~.99 oz, 1 serving~^28.00^~1 serving~^0 ~07013~^~BRATWURST,PORK,CKD~^51.45^333^13.72^29.18^2.80^2.85^0.0^0.00^28^0.53^21^208^348^846^3.25^0.104^0.014^39.7^0.0^0.459^0.307^4.795^0.666^0.327^3^0^3^3^94.0^0.73^6^2^2^0^0^0^0^0^0.26^3.4^9.998^14.692^2.632^74^85.00^~1 link, cooked~^^~~^0 ~07014~^~BRAUNSCHWEIGER (A LIVER SAUSAGE),PORK~^50.60^327^14.50^28.50^3.30^3.10^0.0^0.00^9^11.20^11^168^199^1160^2.81^0.240^0.155^58.0^0.0^0.249^1.525^8.368^3.380^0.330^44^0^44^44^255.9^20.09^14051^4220^4220^0^0^0^0^0^0.35^1.6^9.307^12.731^3.193^180^28.35^~1 oz~^18.00^~1 slice, (2-1/2" dia x 1/4" thick)~^0 ~07015~^~BROTWURST,PORK,BF,LINK~^51.30^323^14.30^27.80^3.67^2.93^0.0^2.98^48^1.03^16^134^281^1112^2.10^0.080^0.040^17.0^0.0^0.250^0.230^3.300^0.060^0.130^5^0^5^5^^2.05^0^0^0^0^0^0^0^0^0.27^0.0^9.930^13.340^2.830^63^69.93^~1 link~^^~~^0 ~07016~^~CHEESEFURTER,CHS SMOKIE,PORK,BF~^52.50^328^14.10^29.00^3.03^1.51^0.0^1.51^58^1.08^13^178^206^1082^2.25^0.070^0.030^15.7^0.0^0.250^0.160^2.900^0.760^0.130^3^0^3^3^63.1^1.73^157^47^6^0^0^0^0^0^0.24^1.6^10.470^13.640^3.020^68^100.00^~2.33 links~^^~~^0 ~08217~^~CEREALS READY TO EAT,CHARACTER CEREALS (MOVIES,TV),BRAND A~^2.68^389^6.13^2.33^3.10^85.90^3.6^39.25^107^14.43^51^122^165^648^5.60^0.120^^6.5^52.5^1.325^1.500^17.750^0.151^1.800^358^339^19^594^7.2^5.18^1740^501^497^24^37^0^0^528^0.21^0.7^0.525^0.975^0.775^0^^~~^^~~^0 ~08218~^~CEREALS RTE,QUAKER,100% NAT CRL W/ OATS,HONEY,& RAISINS~^3.54^417^9.42^11.33^1.83^73.88^6.5^29.87^108^2.58^101^330^485^54^2.40^0.350^2.340^13.8^0.5^0.350^0.250^1.980^0.800^0.210^31^0^31^31^31.8^0.21^7^0^0^0^2^0^0^96^1.43^1.7^6.970^2.340^1.490^1^51.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08219~^~CEREALS RTE,QUAKER,QUAKER TSTD OATMEAL CRL,HONEY NUT~^2.50^384^9.01^4.07^3.17^81.24^5.5^25.03^337^17.64^73^241^227^465^13.76^0.210^2.120^1.0^3.9^1.400^1.560^18.340^0.510^1.800^847^822^24^1422^28.3^0.00^1081^325^324^0^1^0^0^134^6.60^1.2^1.250^1.190^1.120^0^49.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08220~^~CEREALS RTE,QUAKER,LOFAT 100% NAT GRANOLA W/ RAISINS~^3.50^390^7.87^5.54^1.97^81.12^5.6^33.60^64^2.65^85^268^412^253^1.94^0.310^2.090^2.5^0.7^0.350^0.200^2.100^0.680^0.190^26^0^26^26^21.5^0.09^19^1^0^5^8^0^0^183^0.79^1.3^2.570^1.370^1.080^0^55.00^~.67 cup, (1 NLEA serving)~^^~~^0 ~08221~^~CEREALS,QUAKER,CORN GRITS,INST,BUTTER FLAVOR,DRY~^6.73^366^8.09^5.51^4.62^75.04^4.8^0.87^411^28.93^27^84^147^1310^0.39^0.070^0.090^0.0^0.0^0.590^0.660^7.850^0.430^0.130^156^^^^^0.00^813^41^^^666^^^^^^2.440^0.980^0.510^1^28.00^~1 packet~^^~~^0 ~08222~^~CEREALS READY TO EAT,CHARACTER CEREALS (MOVIES,TV),BRAND B~^2.50^388^3.33^1.67^2.45^90.00^0.0^46.67^333^15.00^15^67^33^533^12.50^0.061^0.045^3.6^20.0^1.250^1.417^16.667^0.111^1.667^333^314^19^553^4.0^5.00^1667^481^478^20^31^0^0^428^0.29^1.8^0.000^1.667^0.000^0^^~~^^~~^0 ~08225~^~CEREALS,QUAKER,INST OATMEAL,FRUIT & CRM VAR,DRY~^6.39^386^7.99^7.52^3.37^74.72^5.8^31.20^314^11.31^80^298^283^509^1.73^0.187^2.383^16.0^0.4^0.940^1.060^12.570^0.400^1.250^251^228^23^411^^0.05^3142^944^943^0^0^0^0^0^0.44^2.0^1.588^2.384^1.280^0^35.00^~1 packet~^^~~^0 ~08227~^~CEREALS,QUAKER,INST OATMEAL,FRT& CRM VAR,PREP W/ BOILING H2O~^82.93^72^1.45^1.36^0.69^13.56^1.1^5.66^59^2.06^15^54^51^94^0.32^0.039^0.433^2.9^0.1^0.154^0.183^2.167^0.073^0.227^46^41^4^75^^0.01^570^171^171^0^0^0^0^0^0.08^0.4^0.288^0.433^0.232^0^193.00^~1 packet, prepared~^^~~^0 ~08228~^~CEREALS,QUAKER,INST OATMEAL,RAISINS,DATES & WALNUTS,DRY~^8.12^365^8.87^5.50^3.82^73.69^6.6^^288^10.82^90^295^350^641^1.94^0.260^2.660^21.2^0.6^0.840^0.960^11.350^0.440^1.140^227^202^25^368^^0.00^2838^852^852^^^^^^^^0.940^1.730^2.110^0^37.00^~1 packet~^^~~^0 ~08229~^~CEREALS,QUAKER,INST OATMEAL,LO NA,DRY~^9.09^365^13.00^7.09^3.50^67.29^9.8^1.09^393^29.40^134^452^375^278^3.01^0.300^4.190^33.2^0.0^1.170^1.330^15.720^0.690^1.570^315^281^34^511^^0.00^3929^1180^1179^0^0^0^0^0^0.64^3.2^1.253^2.570^2.830^0^28.00^~1 packet~^^~~^0 ~08230~^~CEREALS,QUAKER,FARINA,CREAMY WHEAT,ENR,DRY~^11.66^349^10.82^0.95^0.42^76.13^2.9^0.30^12^30.00^17^85^98^2^0.61^0.120^0.280^^0.0^0.440^0.260^3.520^0.430^0.050^154^132^22^246^^0.00^0^0^0^^^^^^^^0.240^0.080^0.480^0^44.00^~.25 cup, (1 NLEA serving)~^^~~^0 ~08231~^~CEREALS,QUAKER,OAT BRAN,QUAKER/MOTHER'S OAT BRAN,DRY~^8.90^364^17.03^7.97^3.14^62.94^14.3^1.43^79^8.07^241^694^579^5^4.20^0.300^5.700^0.0^0.0^0.970^0.300^0.800^0.850^0.110^38^0^38^38^^0.00^100^0^0^^^^^^^^1.430^2.610^3.030^0^40.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08232~^~CEREALS,QUAKER,SCOTCH BARLEY,REG&QUICK,DRY~^9.65^346^10.74^2.24^0.97^76.38^10.4^0.66^28^1.99^60^211^261^7^1.46^0.380^1.260^^0.0^0.250^0.090^4.520^0.280^0.260^23^0^23^23^^0.00^22^1^0^^^^^^^^0.470^0.200^1.030^0^^~~^^~~^0 ~08234~^~CEREALS,QUAKER,OATMEAL,INST,LO NA,PREP W/H2O~^76.98^93^3.59^1.79^0.96^16.67^2.3^^98^7.43^35^114^94^72^0.78^0.080^1.056^^0.0^0.280^0.321^3.788^0.156^0.379^76^67^9^123^^0.00^946^284^284^^^^^^^^0.341^0.649^0.714^0^^~~^^~~^0 ~08235~^~CEREALS,QUAKER,OATMEAL,INST,RAISINS,DATES&WALNUTS,PREP W/H2O~^70.63^116^2.83^1.75^1.29^23.50^2.1^^93^3.46^29^94^112^207^0.64^0.087^0.849^^0.2^0.268^0.306^3.620^0.140^0.364^72^64^8^117^^0.00^905^272^272^^^^^^^^0.300^0.552^0.673^0^^~~^^~~^0 ~08236~^~CEREALS,QKR,OAT BRAN,PREP W/H2O,NO SALT~^89.07^43^2.03^0.95^0.46^7.49^1.7^^11^0.97^30^83^69^3^0.53^0.041^0.679^^0.0^0.115^0.036^0.096^0.101^0.013^5^0^5^5^^0.00^12^1^0^^^^^^^^0.170^0.310^0.360^0^^~~^^~~^0 ~08237~^~CEREALS,QUAKER,CREAMY WHEAT,FARINA,ENR,PREP W/H2O,NO SALT~^86.99^51^1.53^0.07^0.15^11.26^0.4^^4^4.73^3^13^14^3^0.10^0.015^0.041^^0.0^0.069^0.048^0.778^0.053^0.007^23^20^3^37^^0.00^0^0^0^^^^^^^^0.010^0.040^0.022^0^^~~^^~~^0 ~08238~^~CEREALS,QUAKER,CORN GRITS,INST,BUTTER FLAVOR,PREP W/H2O~^82.49^71^1.51^1.03^0.94^14.02^0.9^0.16^79^5.41^6^16^28^247^0.08^0.019^0.017^0.0^0.0^0.110^0.123^1.467^0.080^0.024^29^^29^^^0.00^152^8^^^124^^^^^^0.458^0.184^0.096^0^^~~^^~~^0 ~08239~^~CEREALS RTE,GEN MILLS,BERRY BURST CHEERIOS,ALL FLAVORS~^2.07^367^10.00^4.00^3.90^80.00^7.3^31.11^370^16.67^105^200^259^600^13.89^0.243^2.571^37.5^70.0^1.389^1.574^18.519^0.881^1.852^741^722^19^1246^26.2^5.56^1852^556^556^0^0^0^0^127^0.50^2.3^0.000^2.536^1.272^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08240~^~CEREALS,OAT BRAN,QKR,QKR/MOTHER'S OAT BRAN,PREP W/H2O,SALT~^88.98^43^2.03^0.95^0.57^7.49^1.7^^11^0.97^30^82^69^46^0.53^0.041^0.678^^0.0^0.115^0.036^0.095^0.101^0.013^5^0^5^5^^0.00^12^1^0^^^^^^^^0.170^0.310^0.360^0^^~~^^~~^0 ~08241~^~CEREALS,QUAKER,CREAMY WHEAT,FARINA,ENR,PREP W/H2O,SALT~^86.87^51^1.53^0.07^0.29^11.24^0.4^^4^4.72^3^13^14^55^0.10^0.015^0.041^^0.0^0.069^0.048^0.777^0.053^0.007^23^20^3^37^^0.00^0^0^0^^^^^^^^0.010^0.040^0.022^0^^~~^^~~^0 ~08242~^~CEREALS RTE,JUST RIGHT W/ CRUNCHY NUGGETS~^3.20^371^7.70^2.70^2.60^83.70^5.1^21.20^26^29.50^62^193^220^614^1.60^0.100^2.089^5.1^0.0^0.700^0.800^9.100^0.000^0.900^186^167^19^303^19.0^2.70^2273^683^683^0^0^0^0^0^2.68^2.9^0.200^0.500^1.900^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~09106~^~FRUIT SALAD,CND,EX HVY SYRUP,SOL&LIQUIDS~^76.64^88^0.33^0.06^0.21^22.77^1.0^^6^0.28^5^9^80^5^0.07^0.063^0.143^^2.1^0.014^0.020^0.353^0.053^0.032^3^0^3^3^^0.00^637^32^0^^^^^^^^0.009^0.012^0.027^0^259.00^~1 cup~^^~~^0 ~09107~^~GOOSEBERRIES,RAW~^87.87^44^0.88^0.58^0.49^10.18^4.3^^25^0.31^10^27^198^1^0.12^0.070^0.144^0.6^27.7^0.040^0.030^0.300^0.286^0.080^6^0^6^6^^0.00^290^15^0^^^^^^0.37^^0.038^0.051^0.317^0^150.00^~1 cup~^^~~^0 ~09109~^~GOOSEBERRIES,CND,LT SYRUP PK,SOL&LIQUIDS~^80.10^73^0.65^0.20^0.29^18.75^2.4^^16^0.33^6^7^77^2^0.11^0.217^0.177^0.4^10.0^0.020^0.053^0.153^0.138^0.012^3^0^3^3^^0.00^138^7^0^^^^^^^^0.013^0.018^0.110^0^252.00^~1 cup~^^~~^0 ~09111~^~GRAPEFRUIT,RAW,PINK&RED&WHITE,ALL AREAS~^90.89^32^0.63^0.10^0.31^8.08^1.1^6.98^12^0.09^8^8^139^0^0.07^0.047^0.012^0.3^34.4^0.036^0.020^0.250^0.283^0.042^10^0^10^10^7.7^0.00^927^46^0^4^552^6^1135^6^0.13^0.0^0.014^0.013^0.024^0^230.00^~1 cup, sections with juice~^166.00^~.5 large, (approx 4-1/2" dia)~^50 ~09112~^~GRAPEFRUIT,RAW,PINK&RED,ALL AREAS~^88.06^42^0.77^0.14^0.36^10.66^1.6^6.89^22^0.08^9^18^135^0^0.07^0.032^0.022^0.1^31.2^0.043^0.031^0.204^0.262^0.053^13^0^13^13^7.7^0.00^1150^58^0^3^686^6^1419^5^0.13^0.0^0.021^0.020^0.036^0^230.00^~1 cup, sections with juice~^123.00^~.5 fruit, (3-3/4" dia)~^49 ~09113~^~GRAPEFRUIT,RAW,PINK&RED,CALIFORNIA&ARIZONA~^89.31^37^0.50^0.10^0.40^9.69^^^11^0.08^9^12^147^1^0.07^0.032^0.020^^38.1^0.034^0.020^0.191^0.283^0.042^12^0^12^12^^0.00^259^0^0^^^^^^^^0.014^0.013^0.024^0^230.00^~1 cup, sections with juice~^123.00^~.5 fruit, (3-3/4" dia)~^49 ~09114~^~GRAPEFRUIT,RAW,PINK & RED,FLORIDA~^91.56^30^0.55^0.10^0.29^7.50^1.1^^15^0.12^8^9^127^0^0.07^0.044^0.010^1.4^37.0^0.040^0.020^0.200^0.283^0.042^9^0^9^9^^0.00^259^13^0^^^^^^^^0.014^0.013^0.024^0^230.00^~1 cup, sections with juice~^123.00^~.5 fruit, (3-3/4" dia)~^49 ~09116~^~GRAPEFRUIT,RAW,WHITE,ALL AREAS~^90.48^33^0.69^0.10^0.33^8.41^1.1^7.31^12^0.06^9^8^148^0^0.07^0.050^0.013^1.4^33.3^0.037^0.020^0.269^0.283^0.043^10^0^10^10^7.7^0.00^33^2^0^8^14^3^0^10^0.13^0.0^0.014^0.013^0.024^0^230.00^~1 cup, sections with juice~^118.00^~.5 fruit, (3-3/4" dia)~^51 ~09117~^~GRAPEFRUIT,RAW,WHITE,CALIFORNIA~^89.58^37^0.88^0.10^0.35^9.09^^^12^0.08^9^12^143^0^0.07^0.032^0.020^^33.3^0.037^0.020^0.269^0.283^0.043^12^0^12^12^^0.00^10^0^0^^^^^^^^0.014^0.013^0.024^0^230.00^~1 cup, sections with juice~^118.00^~.5 fruit, (3-3/4" dia)~^51 ~09118~^~GRAPEFRUIT,RAW,WHITE,FLORIDA~^90.76^32^0.63^0.10^0.32^8.19^^^15^0.05^9^7^150^0^0.07^0.056^0.011^^37.0^0.040^0.020^0.200^0.283^0.043^9^0^9^9^^0.00^10^0^0^^^^^^^^0.014^0.013^0.024^0^230.00^~1 cup, sections with juice~^118.00^~.5 fruit, (3-3/4" dia)~^51 ~09119~^~GRAPEFRUIT,SECTIONS,CND,H2O PK,SOL&LIQUIDS~^89.85^36^0.58^0.10^0.32^9.15^0.4^8.75^15^0.41^10^10^132^2^0.09^0.067^0.007^0.9^21.8^0.039^0.021^0.249^0.120^0.020^9^0^9^9^5.1^0.00^0^0^0^0^0^0^0^0^0.09^0.0^0.014^0.014^0.024^0^244.00^~1 cup~^^~~^0 ~09120~^~GRAPEFRUIT,SECTIONS,CND,JUC PK,SOL&LIQUIDS~^89.67^37^0.70^0.09^0.34^9.21^0.4^8.80^15^0.21^11^12^169^7^0.08^0.037^0.007^0.9^33.9^0.029^0.018^0.249^0.120^0.020^9^0^9^9^5.1^0.00^0^0^0^0^0^0^0^0^0.09^0.0^0.012^0.012^0.021^0^249.00^~1 cup~^^~~^0 ~09121~^~GRAPEFRUIT,SECTIONS,CND,LT SYRUP PK,SOL&LIQUIDS~^83.59^60^0.56^0.10^0.31^15.44^0.4^15.04^14^0.40^10^10^129^2^0.08^0.066^0.007^0.9^21.3^0.038^0.020^0.243^0.120^0.020^9^0^9^9^5.1^0.00^0^0^0^0^0^0^0^0^0.09^0.0^0.014^0.013^0.024^0^254.00^~1 cup~^^~~^0 ~09123~^~GRAPEFRUIT JUC,WHITE,CND,UNSWTND~^90.10^38^0.52^0.10^0.32^8.96^0.1^8.86^7^0.20^10^11^153^1^0.09^0.038^0.020^0.1^29.2^0.042^0.020^0.231^0.130^0.020^10^0^10^10^7.7^0.00^7^0^0^2^3^1^0^10^0.04^0.0^0.013^0.013^0.023^0^247.00^~1 cup~^30.90^~1 fl oz~^0 ~09124~^~GRAPEFRUIT JUC,WHITE,CND,SWTND~^87.38^46^0.58^0.09^0.82^11.13^0.1^11.03^8^0.36^10^11^162^2^0.06^0.048^0.020^0.1^26.9^0.040^0.023^0.319^0.130^0.020^10^0^10^10^^0.00^7^0^0^2^3^1^0^10^0.04^0.0^0.012^0.012^0.021^0^250.00^~1 cup~^31.20^~1 fl oz~^0 ~09125~^~GRAPEFRUIT JUC,WHITE,FRZ CONC,UNSWTND,UNDIL~^62.00^146^1.97^0.48^0.99^34.56^0.4^34.16^27^0.49^38^49^484^3^0.18^0.118^0.070^0.3^119.8^0.145^0.078^0.772^0.672^0.154^13^0^13^13^24.5^0.00^31^2^0^8^13^3^0^34^0.14^0.1^0.064^0.063^0.113^0^207.00^~1 can, (6 fl oz)~^^~~^0 ~09126~^~GRAPEFRUIT JUC,WHITE,FRZ CONC,UNSWTND,DIL W/ 3 VOLUME H2O~^89.30^41^0.55^0.13^0.28^9.73^0.1^9.63^8^0.14^11^14^136^1^0.05^0.033^0.020^0.1^33.7^0.041^0.022^0.217^0.189^0.044^4^0^4^4^7.7^0.00^9^0^0^2^4^1^0^10^0.04^0.0^0.019^0.018^0.032^0^247.00^~1 cup~^30.90^~1 fl oz~^0 ~09128~^~GRAPEFRUIT JUC,WHITE,RAW~^90.00^39^0.50^0.10^0.20^9.20^0.1^9.10^9^0.20^12^15^162^1^0.05^0.033^0.020^0.1^38.0^0.040^0.020^0.200^0.189^0.044^10^0^10^10^7.7^0.00^10^1^0^2^4^1^0^10^0.22^0.0^0.014^0.013^0.024^0^247.00^~1 cup~^30.90^~1 fl oz~^0 ~09130~^~GRAPE JUC,CND OR BTLD,UNSWTND,W/ ADDED VIT C~^84.51^60^0.37^0.13^0.22^14.77^0.2^14.20^11^0.25^10^14^104^5^0.07^0.018^0.239^0.0^25.0^0.017^0.015^0.133^0.048^0.032^0^0^0^0^3.2^0.00^8^0^0^0^5^0^0^57^0.00^0.4^0.025^0.003^0.022^0^253.00^~1 cup~^31.60^~1 fl oz~^0 ~09131~^~GRAPES,AMERICAN TYPE (SLIP SKN),RAW~^81.30^67^0.63^0.35^0.57^17.15^0.9^16.25^14^0.29^5^10^191^2^0.04^0.040^0.718^0.1^4.0^0.092^0.057^0.300^0.024^0.110^4^0^4^4^5.6^0.00^100^5^0^1^59^0^0^72^0.19^14.6^0.114^0.014^0.102^0^92.00^~1 cup~^2.40^~1 grape~^42 ~09132~^~GRAPES,RED OR GRN (EURO TYPE,SUCH AS THOMPSON SEEDLESS),RAW~^80.54^69^0.72^0.16^0.48^18.10^0.9^15.48^10^0.36^7^20^191^2^0.07^0.127^0.071^0.1^10.8^0.069^0.070^0.188^0.050^0.086^2^0^2^2^5.6^0.00^66^3^0^1^39^0^0^72^0.19^14.6^0.054^0.007^0.048^0^151.36^~1 cup~^48.82^~10 grapes~^4 ~09133~^~GRAPES,CND,THOMPSON SEEDLESS,H2O PK,SOL&LIQUIDS~^88.84^40^0.50^0.11^0.25^10.30^0.6^9.70^10^0.98^6^18^107^6^0.05^0.056^0.039^0.1^1.0^0.031^0.023^0.130^0.041^0.065^3^0^3^3^3.8^0.00^45^2^0^1^26^0^0^48^0.13^9.8^0.035^0.004^0.031^0^245.00^~1 cup~^^~~^0 ~09134~^~GRAPES,CND,THOMPSON SEEDLESS,HVY SYRUP PK,SOL&LIQUIDS~^79.53^76^0.48^0.10^0.24^19.65^0.6^19.05^10^0.94^6^17^103^5^0.05^0.054^0.038^0.1^1.0^0.030^0.022^0.125^0.041^0.065^3^0^3^3^3.8^0.00^64^3^0^1^38^0^0^48^0.13^9.8^0.033^0.004^0.030^0^256.00^~1 cup~^^~~^0 ~09135~^~GRAPE JUC,CND OR BTLD,UNSWTND,WO/ ADDED VIT C~^84.51^60^0.37^0.13^0.22^14.77^0.2^14.20^11^0.25^10^14^104^5^0.07^0.018^0.239^0.0^0.1^0.017^0.015^0.133^0.048^0.032^0^0^0^0^3.2^0.00^8^0^0^0^5^0^0^35^0.00^0.4^0.025^0.003^0.022^0^253.00^~1 cup~^31.60^~1 fl oz~^0 ~09136~^~GRAPE JUC COCKTAIL,FRZ CONC,UNDIL,W/ ADDED VIT C~^54.40^179^0.65^0.31^0.27^44.37^0.3^44.07^13^0.36^15^15^74^7^0.13^0.046^0.617^0.4^83.1^0.052^0.091^0.431^0.083^0.147^4^0^4^4^9.1^0.00^27^1^0^0^17^0^0^251^0.00^1.4^0.103^0.013^0.092^0^216.00^~1 can, (6 fl oz)~^^~~^0 ~09137~^~GRAPE JUC COCKTAIL,FRZ CONC,DIL W/ 3 VOL H2O,W/ ADDED VIT C~^86.90^51^0.19^0.09^0.08^12.75^0.1^12.65^4^0.10^4^4^21^2^0.04^0.013^0.177^0.1^23.9^0.015^0.026^0.124^0.024^0.042^1^0^1^1^3.2^0.00^8^0^0^0^5^0^0^72^0.00^0.4^0.029^0.004^0.026^0^250.00^~1 cup~^31.20^~1 fl oz~^0 ~10203~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BNLESS,LN,CKD,RSTD~^60.61^214^28.81^10.13^1.14^0.00^0.0^^6^1.00^24^222^363^50^2.83^0.012^0.011^43.2^0.4^0.639^0.312^5.355^0.581^0.400^9^0^9^9^^0.55^8^2^2^^^^^^^^3.540^4.490^0.850^83^283.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^18 ~10204~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN&FAT,RAW~^68.22^189^19.34^11.82^0.95^0.00^0.0^0.00^22^0.85^21^193^318^63^2.78^0.078^0.011^32.3^0.0^0.375^0.253^3.082^1.609^0.539^0^0^0^0^81.4^1.00^8^2^2^0^0^0^0^0^0.23^0.0^4.184^5.004^1.550^74^127.94^~1 rib, without refuse (Yield from 1 raw rib, with refuse, weighing 196g)~^28.35^~1 oz~^35 ~10205~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN&FAT,CKD,BRSD~^53.90^273^26.49^17.71^0.89^0.00^0.0^0.00^34^1.34^23^202^288^58^4.23^0.101^0.010^46.3^0.0^0.461^0.283^5.548^1.363^0.472^0^0^0^0^108.2^0.96^6^2^2^0^0^0^0^0^0.12^0.0^6.302^7.654^2.138^103^85.88^~1 rib, without refuse (Yield from 1 cooked rib, with refuse, weighing 140g)~^85.00^~3 oz~^39 ~10206~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN&FAT,CKD,RSTD~^50.87^328^23.40^25.34^1.05^0.00^0.0^^25^1.06^23^226^344^52^2.36^0.053^0.003^37.1^0.3^0.889^0.344^4.317^0.750^0.444^5^0^5^5^^0.79^9^3^3^^^^^^^^9.210^11.010^2.010^92^241.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^30 ~10207~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN,RAW~^72.84^140^20.76^5.64^1.01^0.00^0.0^0.00^21^0.90^23^204^338^67^3.00^0.083^0.012^34.8^0.0^0.394^0.271^3.097^1.737^0.577^0^0^0^0^87.3^1.01^0^0^0^0^0^0^0^0^0.25^0.0^2.003^2.477^0.645^74^116.13^~1 rib, without refuse (Yield from 1 raw rib, with refuse, weighing 197g)~^28.35^~1 oz~^41 ~10208~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN,CKD,BRSD~^56.16^247^27.74^14.26^0.92^0.00^0.0^0.00^33^1.39^23^208^297^60^4.46^0.105^0.011^48.6^0.0^0.477^0.296^5.715^1.427^0.491^0^0^0^0^113.5^0.94^0^0^0^0^0^0^0^0^0.11^0.0^5.086^6.260^1.629^105^80.25^~1 rib, without refuse (yield from 1 cooked rib, with refuse, weighing 141g)~^85.00^~3 oz~^43 ~10209~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN,CKD,RSTD~^58.20^247^26.60^14.81^1.18^0.00^0.0^^29^1.29^24^221^349^29^3.81^0.086^0.013^42.3^0.3^0.574^0.342^4.664^0.528^0.440^5^0^5^5^^0.80^8^2^2^^^^^^^^5.310^6.460^1.100^93^193.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^44 ~10210~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BNLESS,LN&FAT,RAW~^71.93^145^20.57^6.31^1.06^0.00^0.0^0.00^13^0.85^25^214^361^50^1.81^0.068^0.014^32.4^0.9^1.058^0.286^4.321^0.809^0.611^5^0^5^5^^0.68^7^2^2^0^0^0^0^0^^^2.180^2.830^0.680^64^453.60^~1 lb~^104.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^8 ~10211~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN&FAT,CKD,BRSD~^63.60^189^26.54^8.38^1.38^0.00^0.0^0.00^13^1.09^21^181^352^46^2.34^0.088^0.014^41.7^0.8^0.685^0.275^3.911^0.679^0.434^3^0^3^3^91.2^0.57^7^2^2^0^0^0^0^0^0.21^0.0^3.030^3.660^0.750^81^85.00^~3 oz~^82.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^3 ~10212~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN&FAT,CKD,BRLD~^60.11^208^30.52^8.60^1.32^0.00^0.0^0.00^18^1.21^27^243^372^56^2.62^0.053^0.003^50.5^0.4^1.009^0.393^4.697^0.883^0.526^6^0^6^6^104.9^0.83^8^2^2^0^0^0^0^0^0.27^0.0^2.880^3.750^0.690^91^85.00^~3 oz~^74.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^7 ~10213~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BNLESS,LN&FAT,CKD,RSTD~^60.48^207^28.50^9.43^1.48^0.00^0.0^0.00^16^1.17^26^252^402^56^2.51^0.094^0.016^42.5^1.0^0.881^0.374^5.077^0.728^0.467^5^0^5^5^97.9^0.75^7^2^2^0^0^0^0^0^0.19^0.0^3.420^4.120^0.850^86^315.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^5 ~10214~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BNLESS,LN,RAW~^73.55^128^21.06^4.22^1.09^0.00^0.0^0.00^13^0.87^26^218^370^51^1.85^0.069^0.014^33.2^0.9^1.086^0.292^4.407^0.828^0.630^5^0^5^5^^0.69^7^2^2^0^0^0^0^0^0.17^0.0^1.460^1.910^0.450^63^453.60^~1 lb~^101.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^11 ~10215~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN,CKD,BRSD~^64.90^175^27.00^6.60^1.40^0.00^0.0^^13^1.11^22^182^356^46^2.37^0.089^0.014^42.6^0.9^0.696^0.281^3.955^0.690^0.444^3^0^3^3^^0.57^7^2^2^^^^^^^^2.340^2.900^0.570^81^85.00^~3 oz~^80.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^6 ~10216~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN,CKD,BRLD~^61.43^193^31.13^6.67^1.37^0.00^0.0^0.00^18^1.24^27^246^377^56^2.66^0.053^0.010^51.6^0.4^1.030^0.402^4.764^0.906^0.540^6^0^6^6^107.0^0.84^8^2^2^0^0^0^0^0^0.26^0.0^2.220^2.910^0.530^92^85.00^~3 oz~^71.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^10 ~10217~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BNLESS,LN,CKD,RSTD~^61.28^198^28.85^8.27^1.49^0.00^0.0^0.00^17^1.19^27^254^405^56^2.53^0.095^0.016^43.1^1.0^0.893^0.380^5.131^0.737^0.475^5^0^5^5^99.1^0.76^7^2^2^0^0^0^0^0^0.20^0.0^2.970^3.620^0.730^86^308.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^7 ~10218~^~PORK,FRSH,LOIN,TENDERLOIN,LN&FAT,RAW~^74.97^120^20.65^3.53^1.01^0.00^0.0^0.00^6^0.97^27^243^393^52^1.87^0.089^0.014^30.3^0.0^0.982^0.337^6.610^0.837^0.765^0^0^0^0^79.7^0.52^2^0^0^0^0^0^0^0^0.22^0.0^1.181^1.355^0.562^65^504.53^~1 roast, (Yield from 1 raw roast, with refuse, weighing 504g)~^^~~^3 ~10219~^~PORK,FRESH,GROUND,RAW~^61.06^263^16.88^21.19^0.87^0.00^0.0^^14^0.88^19^175^287^56^2.20^0.045^0.010^24.6^0.7^0.732^0.235^4.338^0.668^0.383^5^0^5^5^^0.70^7^2^2^^^^^^^^7.870^9.440^1.910^72^28.35^~1 oz~^113.00^~4 oz~^0 ~07017~^~CHICKEN ROLL LT MEAT~^72.41^110^16.64^2.73^3.55^4.66^0.0^0.57^16^0.41^24^297^439^1059^0.60^0.087^0.017^14.5^0.0^0.042^0.164^8.090^1.106^0.370^6^0^6^6^49.7^0.36^82^25^0^0^0^0^0^0^0.27^0.0^0.621^0.890^0.374^45^56.70^~2 slices, (1 serving)~^170.00^~1 package~^0 ~07018~^~CHICKEN SPRD~^57.41^158^18.01^17.56^2.97^4.05^0.3^0.47^16^0.87^12^89^106^722^1.15^0.040^0.012^10.8^0.0^0.009^0.114^2.748^0.430^0.150^3^0^3^3^^0.13^99^30^30^0^0^0^0^0^^^3.230^4.800^2.350^56^56.00^~1 serving, (1 serving)~^^~~^0 ~07019~^~CHORIZO,PORK AND BEEF~^31.85^455^24.10^38.27^3.92^1.86^0.0^0.00^8^1.59^18^150^398^1235^3.41^0.080^0.040^21.1^0.0^0.630^0.300^5.131^1.120^0.530^2^0^2^2^96.7^2.00^0^0^0^0^0^0^0^0^0.22^1.6^14.380^18.400^3.460^88^28.35^~1 oz~^60.00^~1 link, (4" long)~^0 ~07020~^~CORNED BEEF LOAF,JELLIED~^69.10^153^22.90^6.10^3.00^0.00^0.0^^11^2.04^11^73^101^953^4.09^0.060^0.031^17.2^0.0^0.000^0.110^1.760^0.190^0.120^8^0^8^8^^1.27^0^0^0^^^^^^^^2.600^2.680^0.320^47^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^56.70^~2 slices~^0 ~07021~^~DUTCH BRAND LOAF,CHICK,PORK & BF~^58.10^273^12.00^22.91^3.07^3.93^0.3^0.90^7^0.16^15^119^210^1055^2.53^0.069^0.039^18.4^1.4^0.134^0.134^3.384^0.494^0.236^11^0^11^11^65.0^0.90^110^33^33^0^0^0^0^0^0.26^1.2^9.043^11.433^3.053^60^38.00^~1 slice~^^~~^0 ~07022~^~FRANKFURTER BF~^52.01^330^11.24^29.57^3.13^4.06^0.0^3.39^14^1.51^14^160^156^1140^2.46^0.184^0.082^8.2^0.0^0.040^0.147^2.372^0.244^0.089^5^0^5^5^33.7^1.72^0^0^0^0^0^0^0^0^0.20^1.8^11.688^14.305^1.182^53^45.00^~1 frankfurter, (5 in long X 3/4 in dia, 10 per lb)~^57.00^~1 frankfurter, (5 in long x 7/8 in dia, 8 per lb)~^0 ~07023~^~FRANKFURTER BF & PORK~^55.96^305^11.53^27.64^3.15^1.72^0.0^0.00^11^1.15^10^86^167^1120^1.84^0.080^0.032^13.8^0.0^0.199^0.120^2.634^0.350^0.130^4^0^4^4^43.2^1.30^58^18^18^0^0^0^0^0^0.25^1.8^10.770^13.670^2.730^50^45.00^~1 frankfurter~^^~~^0 ~07024~^~FRANKFURTER,CHICK~^62.50^223^15.51^16.19^3.06^2.74^0.4^0.53^74^1.17^20^162^202^844^1.11^0.078^0.059^23.0^0.0^0.057^0.257^4.687^1.060^0.323^7^3^6^11^50.5^0.54^0^0^0^0^0^0^0^0^0.22^0.0^3.856^5.932^3.873^96^45.27^~1 link~^^~~^0 ~07025~^~FRANKFURTER,TURKEY~^62.99^223^12.23^17.29^3.68^3.81^0.0^1.21^148^1.47^14^172^392^1078^1.84^0.071^0.033^15.1^0.0^0.036^0.181^3.680^0.560^0.143^9^1^7^10^48.4^0.82^0^0^0^0^0^0^0^0^0.62^0.0^4.028^5.736^3.949^77^28.35^~1 oz~^45.00^~1 frankfurter~^0 ~07026~^~HAM,CHOPPED,CANNED~^60.77^239^16.06^18.83^4.08^0.28^0.0^0.00^7^0.95^13^139^284^1365^1.83^0.050^0.025^18.6^2.0^0.535^0.165^3.200^0.280^0.320^1^0^1^1^64.4^0.70^0^0^0^0^0^0^0^0^0.25^0.0^6.280^9.170^2.050^49^28.35^~1 oz~^21.00^~1 slice, (4-1/4" x 4-1/4" x 1/16")~^0 ~07027~^~HAM,CHOPPED,NOT CANNED~^65.30^180^16.50^10.30^3.70^4.20^0.0^0.00^7^0.83^16^155^319^1330^1.94^0.060^^17.4^0.0^0.632^0.204^3.880^^0.350^1^0^1^1^77.0^0.92^0^0^0^0^0^0^0^0^0.23^0.0^3.422^4.897^1.260^59^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^21.00^~1 slice, (4-1/4" x 4-1/4" x 1/16")~^0 ~07028~^~HAM,SLICED,EX LN~^73.90^107^18.85^2.59^3.91^0.75^0.0^0.00^6^0.72^21^288^649^1060^1.85^0.487^0.022^31.6^0.0^0.336^0.266^5.697^0.697^0.394^0^0^0^0^62.4^0.36^0^0^0^0^0^0^0^0^0.29^0.0^0.660^0.992^0.214^45^27.03^~1 slice, oval~^24.40^~1 slice, rectangle~^0 ~07029~^~HAM,SLICED,REG (APPROX 11% FAT)~^67.27^163^16.60^8.60^3.70^3.83^1.3^0.00^24^1.02^22^153^287^1304^1.35^0.089^0.557^20.7^4.0^0.626^0.178^2.904^0.435^0.329^7^0^7^7^81.9^0.42^0^0^0^0^0^0^0^0^0.08^0.0^2.936^4.354^0.789^57^56.00^~56 grams, 1 serving~^28.00^~1 slice~^0 ~07030~^~HAM,MINCED~^57.35^263^16.28^20.68^3.85^1.85^0.0^0.00^10^0.79^16^157^311^1245^1.90^0.080^0.031^20.0^0.0^0.712^0.190^4.162^0.180^0.260^1^0^1^1^69.4^0.95^0^0^0^0^0^0^0^0^0.27^0.0^7.180^9.570^2.470^70^28.35^~1 oz~^21.00^~1 slice, (4-1/4" x 4-1/4" x 1/16")~^0 ~07031~^~HAM SALAD SPREAD~^62.60^216^8.68^15.53^2.55^10.65^0.0^0.00^8^0.59^10^120^150^912^1.10^0.070^0.013^17.8^0.0^0.435^0.120^2.095^0.310^0.150^1^0^1^1^69.0^0.76^0^0^0^0^0^0^0^0^1.74^0.0^5.060^7.200^2.700^37^15.00^~1 tbsp~^28.35^~1 oz~^0 ~07032~^~HAM&CHS LOAF OR ROLL~^60.30^241^13.60^18.70^3.40^4.00^0.0^0.00^58^0.91^16^253^294^1080^2.00^0.080^^34.6^0.0^0.601^0.187^3.452^0.520^0.260^3^0^3^3^66.3^0.81^0^0^0^0^0^0^0^0^0.27^0.0^6.966^8.590^2.022^58^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^56.70^~2 slices~^0 ~07033~^~HAM AND CHEESE SPREAD~^59.13^245^16.18^18.53^3.90^2.28^0.0^^217^0.76^18^495^162^1197^2.25^0.090^0.036^33.6^0.0^0.318^0.220^2.153^0.590^0.130^3^0^3^3^^0.73^304^91^91^^^^^^^^8.620^7.080^1.380^61^15.00^~1 tbsp~^28.35^~1 oz~^0 ~07034~^~HEADCHEESE,PORK~^73.84^157^13.83^10.90^2.08^0.00^0.0^0.00^16^1.50^9^56^31^830^0.97^0.122^^0.1^0.0^0.023^0.115^0.440^^0.190^2^0^2^2^104.1^1.05^0^0^0^0^0^0^0^0^0.25^3.4^3.402^5.601^1.134^69^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^45.00^~45 g~^0 ~07035~^~HONEY LOAF PORK BF~^70.47^125^11.12^4.47^3.96^9.98^0.8^0.17^17^1.35^17^143^343^1320^2.42^0.060^0.030^28.3^0.0^0.482^0.240^3.142^0.660^0.330^8^0^8^8^41.9^1.08^10^3^3^0^0^0^0^0^0.12^1.6^1.449^2.024^0.472^34^56.70^~2 slices, (1 serving)~^28.35^~1 slice~^0 ~07036~^~SAUSAGE,ITALIAN,PORK,RAW~^51.08^346^14.25^31.33^2.70^0.65^0.0^^18^1.18^14^142^253^731^1.79^0.080^0.058^24.8^2.0^0.568^0.168^3.250^0.510^0.300^8^0^8^8^^0.91^0^0^0^^^^^^^^11.270^14.340^4.030^76^113.00^~1 link, 4/lb~^91.00^~1 link, 5/lb~^0 ~07037~^~KIELBASA,KOLBASSY,PORK,BF,NONFAT DRY MILK~^54.58^309^12.23^27.29^3.09^2.81^0.0^1.60^17^0.82^13^171^300^904^1.56^0.368^0.046^19.4^0.0^0.205^0.207^3.273^0.642^0.184^1^0^1^1^58.7^0.73^0^0^0^0^0^0^0^0^0.22^2.1^9.233^11.800^3.884^66^75.00^~1 link~^467.22^~1 ring~^0 ~07038~^~KNACKWURST KNOCKWURST PORK BF~^55.30^307^11.10^27.70^2.70^3.20^0.0^0.00^11^0.66^11^98^199^930^1.66^0.060^0.021^13.5^0.0^0.342^0.140^2.734^0.320^0.170^2^0^2^2^55.0^1.18^0^0^0^0^0^0^0^0^0.57^1.6^10.210^12.810^2.920^60^72.00^~1 link~^28.35^~1 oz~^0 ~07039~^~LEBANON BOLOGNA BF~^65.77^172^19.03^10.44^4.32^0.44^0.0^0.00^20^2.15^20^192^330^1374^3.84^0.073^0.022^15.7^0.9^0.101^0.165^3.223^0.320^0.391^6^0^6^6^62.7^2.90^39^12^12^0^0^0^0^0^0.57^0.3^2.794^4.436^0.258^55^57.00^~1 serving, 2 slices~^28.35^~1 oz~^0 ~07040~^~LIVER CHEESE,PORK~^53.60^304^15.20^25.60^3.50^2.10^0.0^^8^10.83^12^207^226^1225^3.70^0.383^0.200^36.5^3.0^0.212^2.227^11.768^3.536^0.470^104^0^104^104^^24.55^17490^5252^5252^^^^^^^^8.960^12.260^3.420^174^28.35^~1 oz~^38.00^~1 slice~^0 ~08243~^~CEREALS RTE,GENERAL MILLS,HONEY NUT CLUSTERS~^2.15^382^7.27^4.55^2.30^83.64^5.5^30.91^36^8.18^44^145^245^509^8.18^0.145^1.865^10.7^10.9^0.680^0.770^9.090^0.644^0.909^182^163^19^296^16.0^2.73^5^0^0^0^3^0^0^81^2.29^0.7^0.000^2.730^0.910^0^57.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08244~^~CEREALS RTE,GENERAL MILLS,FIBER ONE~^3.19^200^6.67^3.33^3.80^83.33^47.3^0.00^333^15.00^133^500^600^350^12.50^0.314^1.958^9.0^20.0^1.250^1.420^16.670^0.816^1.667^333^314^19^553^24.0^5.00^40^2^0^10^19^0^0^782^0.91^0.8^0.379^0.440^1.366^0^30.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08245~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP,RAISIN~^4.73^382^9.09^3.64^2.36^80.00^6.2^32.73^36^8.18^73^182^327^400^6.82^0.145^2.224^17.3^0.0^0.680^0.770^9.090^0.725^0.909^182^163^19^296^21.4^2.73^0^0^0^0^0^0^0^100^2.46^1.8^0.910^1.820^0.910^0^62.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08246~^~CEREALS RTE,GENERAL MILLS,TOTAL CORN FLAKES~^2.56^373^6.05^1.61^4.25^85.55^2.5^11.00^3333^60.00^26^366^94^698^50.00^0.000^0.096^5.1^200.0^5.000^5.670^66.700^33.000^6.670^1333^1314^19^2253^3.0^20.00^1426^389^381^46^70^0^0^977^45.00^0.2^0.400^0.214^0.368^0^30.00^~1.333 cup, (1 NLEA serving)~^^~~^0 ~08247~^~CEREALS RTE,GENERAL MILLS,TOTAL RAISIN BRAN~^8.75^309^5.45^1.82^7.51^76.36^9.1^34.55^1818^32.73^58^182^564^436^27.27^0.218^1.483^7.0^0.0^2.730^3.090^36.360^18.180^3.636^727^708^19^1223^16.0^10.91^909^273^271^2^4^0^0^158^24.55^1.9^0.297^0.262^0.914^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08249~^~CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,PREP W/H2O,NO SALT~^83.58^61^2.08^0.47^0.37^13.49^2.2^^8^0.56^22^64^75^3^0.61^0.086^0.482^^0.0^0.053^0.024^0.656^0.092^0.044^5^4^1^8^^0.00^1^0^0^^^^^^^^0.096^0.105^0.235^0^^~~^^~~^0 ~08252~^~CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,PREP W/H2O,SALT~^83.44^61^2.07^0.47^0.54^13.47^2.2^^8^0.56^22^63^75^70^0.61^0.086^0.481^^0.0^0.053^0.024^0.655^0.092^0.044^5^4^1^8^^0.00^1^0^0^^^^^^^^0.095^0.105^0.235^0^^~~^^~~^0 ~08253~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN W/ EX FIBER~^3.00^192^11.30^3.50^5.20^77.00^50.0^0.37^415^18.00^340^900^1050^475^6.00^0.600^7.258^9.4^25.0^1.500^1.700^20.000^1.591^8.000^420^379^41^685^49.4^24.00^2045^614^614^0^0^0^0^0^2.14^1.9^0.600^0.700^2.200^0^26.00^~.5 cup, (1 NLEA serving)~^^~~^0 ~08254~^~CEREALS RTE,APPL CINN SQUARES MINI-WHEATS~^9.50^331^7.20^1.80^1.40^80.10^8.6^21.20^38^29.50^88^280^302^36^2.70^0.200^3.092^4.1^0.0^0.700^0.800^9.100^0.641^0.900^200^181^19^327^20.0^2.70^0^0^0^0^0^0^0^0^0.55^1.5^0.400^0.500^0.900^0^55.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08258~^~CEREALS RTE,KELLOGG,KELLOGG'S COMPLETE OAT BRAN FLAKES~^3.00^350^11.00^3.50^5.50^77.00^13.0^20.00^54^63.00^150^350^400^699^52.00^0.300^3.983^17.0^210.0^5.500^6.000^70.000^35.000^7.000^1345^1326^19^2273^22.0^20.10^2603^782^782^0^0^0^0^0^41.85^1.9^0.800^1.700^1.000^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08259~^~CEREALS RTE,KELLOGG,KELLOGG'S CRISPIX~^3.35^377^6.25^1.28^2.18^86.95^1.2^11.53^13^33.15^24^98^115^764^7.85^0.145^0.996^12.4^30.5^4.395^4.320^29.200^0.219^3.385^690^671^19^1160^3.8^7.20^3093^905^900^0^39^34^0^196^0.14^0.0^0.255^0.220^0.360^0^29.00^~1 cup, (1 NLEA serving)~^29.83^~1 cup~^0 ~08261~^~CEREALS RTE,GENERAL MILLS,RAISIN NUT BRAN~^7.54^364^7.27^6.36^2.41^76.36^9.8^27.27^36^8.18^73^273^364^455^6.82^0.291^2.256^7.0^0.0^0.680^0.770^9.090^0.582^0.909^182^163^19^296^19.8^2.73^7^0^0^1^4^0^0^150^1.61^2.4^0.910^2.730^0.910^0^55.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08262~^~CEREALS RTE,GENERAL MILLS,BASIC 4~^4.00^382^7.27^5.45^3.95^80.00^5.8^25.45^455^8.18^58^182^273^582^6.82^0.145^0.995^17.0^0.0^0.680^0.770^9.090^0.490^0.909^182^163^19^296^14.0^2.73^909^273^252^16^34^2^0^357^1.03^3.2^0.910^1.820^0.910^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08263~^~CEREALS RTE,GENERAL MILLS,APPL CINN CHEERIOS~^2.30^400^6.67^5.00^2.89^83.33^4.0^43.33^333^15.00^53^200^200^400^12.50^0.167^1.513^37.5^20.0^1.250^1.420^16.670^0.532^1.667^667^648^19^1121^21.0^5.00^1667^501^497^3^6^1^0^141^0.75^4.7^0.000^3.330^1.670^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08267~^~CEREALS RTE,GENERAL MILLS,FRSTD CHEERIOS~^2.20^393^7.14^3.57^3.84^83.25^4.3^42.86^357^16.07^57^214^196^714^13.39^0.162^1.409^15.6^21.4^1.340^1.520^17.860^0.532^1.786^714^695^19^1201^21.0^5.36^1786^536^525^11^17^0^0^297^0.44^2.0^0.528^1.232^1.296^0^28.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08268~^~CEREALS RTE,GENERAL MILLS,FRANKENBERRY~^2.02^400^3.33^3.33^2.44^88.88^0.9^46.67^67^15.00^9^67^117^633^12.50^0.069^0.073^19.8^20.0^1.250^1.420^16.670^0.116^1.667^333^314^19^553^3.2^5.00^59^3^0^17^27^0^0^372^0.72^4.9^0.500^1.670^0.850^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08269~^~CEREALS RTE,GENERAL MILLS,COUNTRY CORN FLAKES~^2.30^367^6.67^1.67^5.27^84.09^4.0^6.67^833^28.00^24^67^167^900^12.50^0.100^0.104^5.1^20.0^1.250^1.420^16.670^^1.667^667^648^19^1120^^5.00^1667^455^446^54^82^0^0^1154^^^0.517^0.332^0.571^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08270~^~CEREALS RTE,GENERAL MILLS,COUNT CHOCULA~^2.02^400^3.33^3.30^2.98^88.37^4.0^43.33^333^15.00^31^67^183^633^12.50^0.133^0.977^6.5^20.0^1.250^1.420^16.670^0.454^1.667^333^314^19^553^13.0^5.00^50^2^0^15^22^0^0^336^0.59^2.8^0.692^1.633^0.703^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08271~^~CEREALS RTE,GENERAL MILLS,COCOA PUFFS~^1.80^400^3.33^5.00^3.05^86.67^5.0^46.67^333^15.00^27^67^200^533^12.50^0.133^0.489^6.5^20.0^1.250^1.420^16.670^0.174^1.667^333^314^19^553^7.6^5.00^28^1^0^8^13^0^0^184^0.78^5.1^0.000^3.330^0.000^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08272~^~CEREALS RTE,GENERAL MILLS,CINN TOAST CRUNCH~^2.64^433^5.27^9.38^2.99^79.73^3.8^33.15^451^18.27^42^160^152^701^17.03^0.169^1.475^6.9^23.5^2.000^2.025^23.825^0.530^1.800^376^357^19^627^9.4^5.25^3299^991^989^0^1^0^0^55^2.01^7.8^1.422^3.211^3.061^0^31.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~09138~^~GROUNDCHERRIES,(CAPE-GOOSEBERRIES OR POHA),RAW~^85.40^53^1.90^0.70^0.80^11.20^^^9^1.00^^40^^^^^^^11.0^0.110^0.040^2.800^^^^^^^^0.00^720^36^0^^^^^^^^^^^0^140.00^~1 cup~^^~~^6 ~09139~^~GUAVAS,COMMON,RAW~^80.80^68^2.55^0.95^1.39^14.32^5.4^8.92^18^0.26^22^40^417^2^0.23^0.230^0.150^0.6^228.3^0.067^0.040^1.084^0.451^0.110^49^0^49^49^7.6^0.00^624^31^0^0^374^0^5204^0^0.73^2.6^0.272^0.087^0.401^0^165.00^~1 cup~^54.71^~1 fruit, without refuse~^22 ~09140~^~GUAVAS,STRAWBERRY,RAW~^80.66^69^0.58^0.60^0.80^17.36^5.4^^21^0.22^17^27^292^37^^^^^37.0^0.030^0.030^0.600^^^^^^^^0.00^90^5^0^^^^^^^^0.172^0.055^0.253^0^244.00^~1 cup~^6.00^~1 fruit, without refuse~^15 ~09143~^~GUAVA SAUCE,COOKED~^89.56^36^0.32^0.14^0.50^9.48^3.6^5.88^7^0.18^7^11^225^4^0.17^0.077^0.108^0.5^146.4^0.026^0.013^0.420^^0.090^5^0^5^5^4.1^0.00^283^14^0^0^170^0^3909^0^0.55^1.9^0.040^0.013^0.059^0^238.00^~1 cup~^^~~^0 ~09144~^~JACKFRUIT,RAW~^73.23^94^1.47^0.30^1.00^24.01^1.6^^34^0.60^37^36^303^3^0.42^0.187^0.197^0.6^6.7^0.030^0.110^0.400^^0.108^14^0^14^14^^0.00^297^15^0^^^^^^^^0.063^0.044^0.086^0^165.00^~1 cup, sliced~^^~~^72 ~09145~^~JAVA-PLUM,(JAMBOLAN),RAW~^83.13^60^0.72^0.23^0.36^15.56^^^19^0.19^15^17^79^14^^^^^14.3^0.006^0.012^0.260^^0.038^^^^^^0.00^3^0^0^^^^^^^^^^^0^135.00^~1 cup~^9.00^~3 fruit~^19 ~09146~^~JUJUBE,RAW~^77.86^79^1.20^0.20^0.51^20.23^^^21^0.48^10^23^250^3^0.05^0.073^0.084^^69.0^0.020^0.040^0.900^^0.081^^^^^^0.00^40^2^0^^^^^^^^^^^0^^~~^^~~^7 ~09147~^~JUJUBE,DRIED~^19.70^287^3.70^1.10^1.90^73.60^^^79^1.80^37^100^531^9^0.19^0.265^0.305^^13.0^0.210^0.360^0.500^^^^^^^^0.00^^^^^^^^^^^^^^0^^~~^^~~^11 ~09148~^~KIWI FRUIT,(CHINESE GOOSEBERRIES),FRSH,RAW~^83.07^61^1.14^0.52^0.61^14.66^3.0^8.99^34^0.31^17^34^312^3^0.14^0.130^0.098^0.2^92.7^0.027^0.025^0.341^0.183^0.063^25^0^25^25^7.8^0.00^87^4^0^0^52^0^0^122^1.46^40.3^0.029^0.047^0.287^0^177.00^~1 cup~^91.00^~1 fruit, without skin large~^14 ~09149~^~KUMQUATS,RAW~^80.85^71^1.88^0.86^0.52^15.90^6.5^9.36^62^0.86^20^19^186^10^0.17^0.095^0.135^0.0^43.9^0.037^0.090^0.429^0.208^0.036^17^0^17^17^8.4^0.00^290^15^0^155^0^193^0^129^0.15^0.0^0.103^0.154^0.171^0^19.00^~1 fruit, without refuse~^^~~^7 ~09150~^~LEMONS,RAW,WITHOUT PEEL~^88.98^29^1.10^0.30^0.30^9.32^2.8^2.50^26^0.60^8^16^138^2^0.06^0.037^0.030^0.4^53.0^0.040^0.020^0.100^0.190^0.080^11^0^11^11^5.1^0.00^22^1^0^1^3^20^0^11^0.15^0.0^0.039^0.011^0.089^0^212.00^~1 cup, sections~^58.00^~1 fruit, (2-1/8" dia)~^47 ~09151~^~LEMONS,RAW,WITH PEEL~^87.40^20^1.20^0.30^0.40^10.70^4.7^^61^0.70^12^15^145^3^0.10^0.260^^^77.0^0.050^0.040^0.200^0.232^0.109^^^^^^0.00^30^2^0^^^^^^^^0.039^0.011^0.089^0^108.00^~1 fruit, without seeds~^^~~^2 ~09152~^~LEMON JUICE,RAW~^90.73^25^0.38^0.00^0.26^8.63^0.4^2.40^7^0.03^6^6^124^1^0.05^0.029^0.008^0.1^46.0^0.030^0.010^0.100^0.103^0.051^13^0^13^13^5.1^0.00^20^1^0^0^3^17^0^9^0.15^0.0^0.000^0.000^0.000^0^244.00^~1 cup~^30.50^~1 fl oz~^0 ~09153~^~LEMON JUC,CND OR BTLD~^92.46^21^0.40^0.29^0.36^6.48^0.4^2.40^11^0.13^8^9^102^21^0.06^0.037^0.020^0.1^24.8^0.041^0.009^0.197^0.091^0.043^10^0^10^10^5.1^0.00^15^1^0^0^2^13^0^11^0.15^0.0^0.038^0.011^0.085^0^244.00^~1 cup~^15.20^~1 tbsp~^0 ~09154~^~LEMON JUC,FRZ,UNSWTND,SINGLE STRENGTH~^92.39^22^0.46^0.32^0.33^6.50^0.4^2.40^8^0.12^8^8^89^1^0.05^0.030^0.030^0.1^31.5^0.059^0.013^0.137^0.121^0.060^10^0^10^10^5.1^0.00^13^1^0^0^2^12^0^7^0.08^0.0^0.043^0.012^0.097^0^244.00^~1 cup~^30.50^~1 fl oz~^0 ~09156~^~LEMON PEEL,RAW~^81.60^47^1.50^0.30^0.60^16.00^10.6^4.17^134^0.80^15^12^160^6^0.25^0.092^^0.7^129.0^0.060^0.080^0.400^0.319^0.172^13^0^13^13^8.5^0.00^50^3^0^1^7^45^0^18^0.25^0.0^0.039^0.011^0.089^0^6.00^~1 tbsp~^2.00^~1 tsp~^0 ~09159~^~LIMES,RAW~^88.26^30^0.70^0.20^0.30^10.54^2.8^1.69^33^0.60^6^18^102^2^0.11^0.065^0.008^0.4^29.1^0.030^0.020^0.200^0.217^0.043^8^0^8^8^5.1^0.00^50^2^0^0^30^0^0^0^0.22^0.6^0.022^0.019^0.055^0^67.00^~1 fruit, (2" dia)~^67.00^~1 NLEA serving~^16 ~09160~^~LIME JUICE,RAW~^90.79^25^0.42^0.07^0.31^8.42^0.4^1.69^14^0.09^8^14^117^2^0.08^0.027^0.018^0.1^30.0^0.025^0.015^0.142^0.123^0.038^10^0^10^10^5.1^0.00^50^2^0^0^30^0^0^0^0.22^0.6^0.008^0.008^0.023^0^241.53^~1 cup~^30.80^~1 fl oz~^0 ~09161~^~LIME JUC,CND OR BTLD,UNSWTND~^92.52^21^0.25^0.23^0.31^6.69^0.4^1.37^12^0.23^7^10^75^16^0.06^0.030^0.008^0.1^6.4^0.033^0.003^0.163^0.066^0.027^8^0^8^8^5.1^0.00^16^1^0^0^10^0^0^0^0.12^0.5^0.026^0.022^0.064^0^246.00^~1 cup~^30.80^~1 fl oz~^0 ~09164~^~LITCHIS,RAW~^81.76^66^0.83^0.44^0.44^16.53^1.3^15.23^5^0.31^10^31^171^1^0.07^0.148^0.055^0.6^71.5^0.011^0.065^0.603^^0.100^14^0^14^14^7.1^0.00^0^0^0^0^0^0^0^0^0.07^0.4^0.099^0.120^0.132^0^190.00^~1 cup~^9.60^~1 fruit, without refuse~^40 ~09165~^~LITCHIS,DRIED~^22.30^277^3.80^1.20^2.00^70.70^4.6^66.10^33^1.70^42^181^1110^3^0.28^0.631^0.234^1.3^183.0^0.010^0.570^3.100^^0.090^12^0^12^12^12.7^0.00^0^0^0^0^0^0^0^0^0.31^1.6^0.270^0.328^0.361^0^2.50^~1 fruit~^^~~^46 ~09167~^~LOGANBERRIES,FROZEN~^84.61^55^1.52^0.31^0.54^13.02^5.3^7.70^26^0.64^21^26^145^1^0.34^0.117^1.247^0.2^15.3^0.050^0.034^0.840^0.244^0.065^26^0^26^26^8.5^0.00^35^2^0^0^21^0^0^118^0.87^7.8^0.011^0.030^0.176^0^147.00^~1 cup, unthawed~^^~~^0 ~09172~^~LONGANS,RAW~^82.75^60^1.31^0.10^0.70^15.14^1.1^^1^0.13^10^21^266^0^0.05^0.169^0.052^^84.0^0.031^0.140^0.300^^^^^^^^0.00^^^^^^^^^^^^^^0^3.20^~1 fruit, without refuse~^^~~^47 ~09173~^~LONGANS,DRIED~^17.60^286^4.90^0.40^3.10^74.00^^^45^5.40^46^196^658^48^0.22^0.807^0.248^^28.0^0.040^0.500^1.000^^^^^^^^0.00^0^0^0^^^^^^^^^^^0^^~~^^~~^64 ~09174~^~LOQUATS,RAW~^86.73^47^0.43^0.20^0.50^12.14^1.7^^16^0.28^13^27^266^1^0.05^0.040^0.148^0.6^1.0^0.019^0.024^0.180^^0.100^14^0^14^14^^0.00^1528^76^0^^^^^^^^0.040^0.008^0.091^0^149.00^~1 cup, cubed~^20.00^~1 large~^35 ~09175~^~MAMMY-APPLE,(MAMEY),RAW~^86.20^51^0.50^0.50^0.30^12.50^3.0^^11^0.70^16^11^47^15^0.10^0.086^^0.6^14.0^0.020^0.040^0.400^0.103^0.100^14^0^14^14^^0.00^230^12^0^^^^^^^^0.136^0.205^0.079^0^846.00^~1 fruit, without refuse~^^~~^40 ~09176~^~MANGOS,RAW~^81.71^65^0.51^0.27^0.50^17.00^1.8^14.80^10^0.13^9^11^156^2^0.04^0.110^0.027^0.6^27.7^0.058^0.057^0.584^0.160^0.134^14^0^14^14^7.6^0.00^765^38^0^17^445^11^0^0^1.12^4.2^0.066^0.101^0.051^0^165.00^~1 cup, sliced~^207.00^~1 fruit, without refuse~^31 ~09177~^~MANGOSTEEN,CND,SYRUP PK~^80.94^73^0.41^0.58^0.16^17.91^1.8^^12^0.30^13^8^48^7^0.21^0.069^0.102^^2.9^0.054^0.054^0.286^0.032^0.018^31^0^31^31^^0.00^35^2^^1^16^9^^^^^^^^0^196.00^~1 cup, drained~^216.00^~1 cup~^0 ~09181~^~MELONS,CANTALOUPE,RAW~^90.15^34^0.84^0.19^0.65^8.16^0.9^7.86^9^0.21^12^15^267^16^0.18^0.041^0.041^0.4^36.7^0.041^0.019^0.734^0.105^0.072^21^0^21^21^7.6^0.00^3382^169^0^16^2020^1^0^26^0.05^2.5^0.051^0.003^0.081^0^177.00^~1 cup, balls~^160.00^~1 cup, cubes~^49 ~09183~^~MELONS,CASABA,RAW~^91.85^28^1.11^0.10^0.36^6.58^0.9^5.69^11^0.34^11^5^182^9^0.07^0.060^0.035^0.4^21.8^0.015^0.031^0.232^0.084^0.163^8^0^8^8^7.6^0.00^0^0^0^0^0^0^0^26^0.05^2.5^0.025^0.002^0.039^0^170.00^~1 cup, cubes~^1640.00^~1 melon~^40 ~10220~^~PORK,FRESH,GROUND,COOKED~^52.75^297^25.69^20.77^1.29^0.00^0.0^0.00^22^1.29^24^226^362^73^3.21^0.044^0.011^35.4^0.7^0.706^0.220^4.206^0.520^0.391^6^0^6^6^88.3^0.54^8^2^2^0^0^0^0^0^0.21^0.0^7.720^9.250^1.870^94^313.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~10221~^~PORK,FRSH,LOIN,TENDERLOIN,LN&FAT,CKD,BRLD~^61.09^201^29.86^8.11^2.49^0.00^0.0^^5^1.39^35^290^444^64^2.89^0.067^0.012^47.7^1.0^0.968^0.378^5.054^0.899^0.515^6^0^6^6^^0.98^7^2^2^^^^^^^^2.930^3.340^0.740^94^85.00^~3 oz~^76.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^3 ~10222~^~PORK,FRSH,LOIN,TENDERLOIN,LN&FAT,CKD,RSTD~^69.11^147^26.04^3.96^1.20^0.00^0.0^0.00^6^1.15^29^265^419^57^2.41^0.111^0.013^38.0^0.0^0.944^0.385^7.402^1.008^0.735^0^0^0^0^88.5^0.57^1^0^0^0^0^0^0^0^0.08^0.0^1.358^1.521^0.569^73^401.58^~1 roast~^85.00^~3 oz~^3 ~10223~^~PORK,FRSH,LOIN,TENDERLOIN,LN,CKD,BRLD~^62.30^187^30.42^6.33^2.55^0.00^0.0^^5^1.43^36^295^451^65^2.95^0.068^0.012^51.6^1.0^0.988^0.387^5.135^0.917^0.528^6^0^6^6^^1.00^7^2^2^^^^^^^^2.240^2.580^0.560^94^85.00^~3 oz~^73.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^6 ~10224~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN&FAT,RAW~^70.14^166^21.34^8.33^0.97^0.00^0.0^0.00^7^0.53^24^216^358^47^1.73^0.056^0.007^26.5^0.0^0.426^0.181^5.566^0.722^0.718^0^0^0^0^57.3^0.54^5^2^2^0^0^0^0^0^0.12^0.0^2.760^3.355^1.022^64^2194.87^~1 roast~^453.60^~1 lb~^10 ~10225~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN,RAW~^73.28^132^22.39^4.06^1.01^0.00^0.0^0.00^5^0.54^26^225^374^49^1.80^0.058^0.007^27.7^0.0^0.443^0.187^5.745^0.745^0.755^0^0^0^0^59.5^0.51^0^0^0^0^0^0^0^0^0.13^0.0^1.241^1.595^0.396^63^2194.87^~1 roast~^453.60^~1 lb~^16 ~10226~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN&FAT,RAW~^66.83^200^19.53^12.90^0.96^0.00^0.0^0.00^19^0.82^21^195^352^51^1.87^0.059^0.011^28.3^0.6^0.892^0.253^4.492^0.729^0.456^5^0^5^5^68.9^0.63^7^2^2^0^0^0^0^0^0.18^0.0^4.470^5.750^1.370^64^28.35^~1 oz~^453.60^~1 lb~^22 ~10227~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN&FAT,CKD~^59.43^235^26.07^13.67^1.07^0.00^0.0^0.00^20^0.93^24^222^345^55^2.56^0.070^0.006^41.8^0.1^0.679^0.293^6.368^0.727^0.561^2^0^2^2^63.4^0.68^7^2^2^0^0^0^0^0^0.12^0.0^4.706^5.761^1.368^83^261.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~10228~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN,RAW~^72.23^144^21.23^5.88^1.05^0.00^0.0^^17^0.88^23^209^384^54^1.99^0.065^0.012^32.4^0.6^0.980^0.272^4.825^0.789^0.510^5^0^5^5^^0.66^7^2^2^^^^^^^^2.030^2.660^0.630^60^28.35^~1 oz~^453.60^~1 lb~^30 ~10229~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN,CKD~^60.30^211^29.47^9.44^1.19^0.00^0.0^^22^1.07^26^234^377^57^2.87^0.053^0.015^45.4^0.4^0.873^0.344^5.251^0.692^0.435^6^0^6^6^^0.75^7^2^2^^^^^^^^3.340^4.220^0.710^85^236.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^30 ~10802~^~USDA COMMODITY,PORK,CURED,HAM,BNLESS,CKD,HTD~^71.80^149^18.84^7.62^3.50^0.00^0.0^0.00^6^0.85^21^292^281^1155^2.23^0.114^0.047^19.8^23.3^0.530^0.238^3.553^0.873^0.256^3^0^3^3^^1.41^0^0^0^^0^^^^^^1.701^2.864^0.747^73^^~~^^~~^0 ~10803~^~USDA COMMODITY,PORK,GROUND,FINE/COARSE,FRZ,CKD~^57.08^265^23.55^18.19^1.19^0.00^0.0^^8^1.51^23^231^311^76^3.59^0.131^0.010^35.4^2.3^0.598^0.247^3.597^0.923^0.167^6^0^6^6^^2.30^15^5^5^^0^^^^^^5.515^9.141^2.337^105^^~~^^~~^0 ~10804~^~USDA COMMODITY,PORK,CURED,HAM,BNLESS,CKD,UNHTD~^72.42^133^17.44^6.16^3.29^0.69^0.0^^7^1.07^20^278^272^1210^2.30^0.111^0.031^16.4^22.7^0.534^0.187^2.525^0.659^0.229^4^0^4^4^^0.68^5^2^2^^^^^^^^1.673^2.655^0.777^71^^~~^^~~^0 ~10805~^~USDA COMMODITY,PORK,GROUND,FINE/COARSE,FRZ,RAW~^64.46^221^15.41^17.18^0.79^0.00^0.0^^14^0.91^20^181^297^58^2.28^0.047^0.010^24.6^0.6^0.668^0.214^3.959^0.610^0.350^5^0^5^5^^0.64^6^2^2^^^^^^^^6.379^7.651^1.548^58^^~~^^~~^0 ~10851~^~HORMEL,CURE 81 HAM~^74.25^106^18.43^3.59^3.52^0.21^^0.00^4^0.80^20^^319^1038^2.00^0.100^^^1.6^^^^^^^^^^^^0^^^^^^^^^^1.170^1.750^0.370^51^84.00^~1 serving~^^~~^0 ~10852~^~HORMEL ALWAYS TENDER,PORK TENDERLOIN,TERIYAKI-FLAVORED~^71.90^119^18.20^3.07^2.20^4.63^^3.33^7^1.00^22^^536^413^1.50^0.100^^^2.7^^^^^^^^^^^^0^^^^^^^^^^1.050^1.260^0.600^46^112.00^~4 oz~^^~~^0 ~10853~^~HORMEL ALWAYS TENDER,PORK TENDERLOIN,PEPPERCORN-FLAVORED~^74.44^110^17.21^3.80^2.73^1.82^^0.14^14^1.10^21^^586^594^1.40^0.100^^^1.4^^^^^^^^^^^^0^^^^^^^^^^1.160^1.450^1.050^47^112.00^~4 oz~^^~~^0 ~10854~^~HORMEL ALWAYS TENDER,PORK LOIN FILETS,LEMON GARLIC-FLAVORED~^73.53^118^17.83^4.16^2.69^1.79^^0.22^6^0.60^20^^542^590^1.30^0.000^^^1.7^^^^^^^^^^^^0^^^^^^^^^^1.410^1.830^0.600^42^28.00^~1 oz~^112.00^~1 serving~^0 ~10855~^~HORMEL ALWAYS TENDER,CNTR CUT CHOPS,FRSH PORK~^69.17^167^18.74^9.62^1.63^0.84^^0.28^14^0.60^21^^307^378^1.50^0.100^^^1.7^^^^^^^^^^^^0^^^^^^^^^^3.600^4.430^0.830^52^28.35^~1 oz~^112.00^~1 serving~^0 ~10856~^~HORMEL ALWAYS TENDER,BNLESS PORK LOIN,FRSH PORK~^71.35^145^19.02^7.18^1.69^0.76^^0.08^4^0.60^21^^310^358^1.60^0.100^^^1.3^^^^^^^^^^^^0^^^^^^^^^^2.840^3.420^0.640^49^28.00^~1 oz~^112.00^~1 serving~^0 ~10857~^~HORMEL CANADIAN STYLE BACON~^72.95^122^16.88^4.94^3.36^1.87^^1.43^6^0.90^19^^279^1016^1.80^0.100^^^1.4^^^^^^^^^^^^0^^^^^^^^^^1.830^2.490^0.620^49^56.00^~1 serving~^^~~^0 ~10858~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,ENH,LN,CKD,PAN-BROIL~^64.49^169^28.95^5.00^1.68^0.00^0.0^0.00^10^0.63^28^320^517^209^2.02^0.063^0.000^37.7^0.0^0.631^0.188^10.323^0.786^0.489^1^0^1^1^98.7^0.52^0^0^0^0^0^0^0^0^0.23^0.0^1.797^2.406^0.691^75^454.12^~1 ckd pr g, boneless~^150.38^~1 chop, boneless~^9 ~07041~^~LIVER SAUSAGE,LIVERWURST,PORK~^52.10^326^14.10^28.50^3.10^2.20^0.0^^26^6.40^12^230^170^860^2.30^0.240^0.155^58.0^0.0^0.272^1.030^4.300^2.950^0.190^30^0^30^30^^13.46^27667^8308^8308^^^^^^^^10.600^13.340^2.600^158^18.00^~1 slice, (2-1/2" dia x 1/4" thick)~^28.35^~1 oz~^0 ~07042~^~LUNCHEON MEAT,BEEF,LOAVED~^52.50^308^14.40^26.20^4.00^2.90^0.0^0.00^11^2.32^14^119^208^1329^2.53^0.120^0.045^22.3^0.0^0.110^0.220^3.660^0.520^0.190^5^0^5^5^46.7^3.89^0^0^0^0^0^0^0^0^0.22^1.8^11.180^12.230^0.870^64^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^56.70^~2 slices~^0 ~07043~^~LUNCHEON MEAT,BF,THIN SLICED~^72.53^117^17.94^3.40^3.54^2.59^0.0^0.00^6^2.04^19^254^308^1117^3.31^0.183^0.015^14.3^0.0^0.044^0.289^4.747^0.419^0.399^3^0^3^3^52.8^1.93^0^0^0^0^0^0^0^0^0.19^0.4^1.101^1.289^0.089^48^9.29^~1 slice, oval~^13.78^~1 slice, rectangle~^0 ~07044~^~USDA CMDTY,LUNCHEON MEAT,CND~^65.87^189^17.50^12.77^2.82^1.04^0.0^0.00^5^0.97^18^170^300^820^2.15^0.030^0.037^38.3^0.0^0.128^0.213^5.225^0.613^0.272^0^0^0^0^63.9^0.92^0^0^0^0^0^0^0^0^0.16^0.0^3.944^5.685^1.565^78^45.07^~1 serving~^830.17^~1 can~^0 ~07045~^~LUNCHEON MEAT,PORK,CANNED~^51.50^334^12.50^30.30^3.60^2.10^0.0^0.00^6^0.72^10^82^215^1289^1.48^0.037^0.024^28.0^1.0^0.367^0.194^3.126^0.473^0.210^6^0^6^6^61.8^0.90^0^0^0^0^0^0^0^0^0.26^0.0^10.790^14.290^3.560^62^28.35^~1 oz~^21.00^~1 slice, (4-1/4" x 4-1/4" x 1/16")~^0 ~07047~^~LUNCHEON MEAT,PORK,BEEF~^49.28^353^12.59^32.16^3.64^2.33^0.0^0.00^9^0.86^14^86^202^1293^1.66^0.040^0.029^28.6^0.0^0.314^0.152^2.830^0.630^0.200^6^0^6^6^40.7^1.28^0^0^0^0^0^0^0^0^0.22^1.6^11.590^15.090^3.740^55^28.35^~1 slice, (1 oz)~^56.70^~1 slice, (4" x 4" x 3/32" thick)~^0 ~07050~^~MORTADELLA,BEEF,PORK~^52.30^311^16.37^25.39^2.89^3.05^0.0^0.00^18^1.40^11^97^163^1246^2.10^0.060^0.030^22.6^0.0^0.119^0.153^2.673^0.440^0.130^3^0^3^3^72.2^1.48^0^0^0^0^0^0^0^0^0.22^1.6^9.510^11.380^3.120^56^28.35^~1 oz~^15.00^~1 slice, (15 per 8 oz package)~^0 ~07051~^~OLIVE LOAF,PORK~^58.20^235^11.80^16.50^4.30^9.20^0.0^0.00^109^0.54^19^127^297^1484^1.38^0.050^0.035^16.4^0.0^0.295^0.260^1.835^0.770^0.230^2^0^2^2^66.7^1.26^200^60^60^0^0^0^0^0^0.25^3.4^5.850^7.870^1.930^38^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^56.70^~2 slices~^0 ~07052~^~PASTRAMI,TURKEY~^71.73^133^16.30^6.21^3.98^1.79^0.1^3.34^11^4.20^14^200^345^981^2.16^0.050^0.013^16.1^8.1^0.055^0.250^3.527^0.580^0.270^5^0^5^5^66.7^0.24^24^4^4^0^7^0^0^0^0.22^0.0^1.699^2.131^1.635^68^227.00^~1 package, (8 oz)~^56.70^~2 slices~^0 ~07053~^~PATE,CHICKEN LIVER,CANNED~^65.64^201^13.45^13.10^1.26^6.55^0.0^0.00^10^9.19^13^175^95^386^2.14^0.180^0.162^46.1^10.0^0.052^1.401^7.517^2.620^0.260^321^0^321^321^228.8^8.07^724^217^217^0^0^0^0^0^0.98^0.0^4.000^5.280^2.460^391^13.00^~1 tbsp~^28.35^~1 oz~^0 ~07054~^~PATE,GOOSE LIVER,SMOKED,CND~^37.04^462^11.40^43.84^3.05^4.67^0.0^^70^5.50^13^200^138^697^0.92^0.400^0.120^44.0^0.0^0.088^0.299^2.510^1.200^0.060^60^0^60^60^^9.40^3333^1001^1001^^^^^^^^14.450^25.610^0.840^150^13.00^~1 tbsp~^28.35^~1 oz~^0 ~07055~^~PATE,LIVER,NOT SPECIFIED,CND~^53.90^319^14.20^28.00^2.20^1.50^0.0^^70^5.50^13^200^138^697^2.85^0.400^0.120^41.6^2.0^0.030^0.600^3.300^1.200^0.060^60^0^60^60^^3.20^3300^991^991^^^0^0^0^^^9.570^12.360^3.160^255^13.00^~1 tbsp~^28.35^~1 oz~^0 ~07056~^~PEPPERED LOAF PORK BF~^67.40^149^17.30^6.37^4.40^4.53^0.0^4.61^54^1.07^20^170^394^1523^3.23^0.120^0.060^11.3^0.0^0.380^0.300^3.080^0.530^0.270^2^0^2^2^73.0^1.96^0^0^0^0^0^0^0^0^0.22^1.6^2.280^3.000^0.500^46^100.00^~3.52 slices~^^~~^0 ~07057~^~PEPPERONI,PORK,BEEF~^30.72^494^22.68^43.98^5.34^0.00^0.0^0.00^22^1.62^21^177^279^1653^2.50^0.112^0.595^35.0^0.7^0.355^0.316^4.640^1.183^0.353^5^0^5^5^77.1^1.73^0^0^0^0^0^0^0^0^0.00^5.8^14.860^17.166^3.426^105^2.04^~1 slice, round~^28.00^~1 oz~^0 ~07058~^~PICKLE&PIMIENTO LOAF,PORK~^60.29^225^11.23^15.95^4.07^8.46^1.5^8.46^109^1.33^34^153^371^1304^1.68^0.105^0.111^7.9^7.8^0.392^0.115^2.486^0.443^0.418^37^0^37^37^31.7^0.54^260^78^78^4^147^46^0^87^0.40^5.1^5.287^7.060^2.804^58^38.00^~1 slice~^56.70^~2 slices~^0 ~07059~^~POLISH SAUSAGE,PORK~^53.15^326^14.10^28.72^2.40^1.63^0.0^^12^1.44^14^136^237^876^1.93^0.090^0.049^17.7^1.0^0.502^0.148^3.443^0.450^0.190^2^0^2^2^^0.98^0^0^0^^^^^^^^10.330^13.520^3.080^70^227.00^~1 sausage, (10" long x 1-1/4" dia)~^28.35^~1 oz~^0 ~07060~^~LUXURY LOAF,PORK~^68.20^141^18.40^4.80^3.60^4.90^0.0^^36^1.05^20^185^377^1225^3.05^0.100^0.041^21.5^0.0^0.707^0.297^3.482^0.515^0.310^2^0^2^2^^1.37^0^0^0^^^^^^^^1.580^2.330^0.510^36^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^56.70^~2 slices~^0 ~07061~^~MOTHER'S LOAF,PORK~^54.90^282^12.07^22.30^3.20^7.53^0.0^^43^1.32^16^129^225^1127^1.43^0.090^0.066^35.1^1.0^0.550^0.170^3.123^0.470^0.180^8^0^8^8^^1.05^0^0^0^^^^^^^^7.950^10.340^2.580^45^28.35^~1 oz~^21.00^~1 slice, (4-1/4" x 4-1/4" x 1/16")~^0 ~07062~^~PICNIC LOAF,PORK,BEEF~^60.20^232^14.92^16.64^3.48^4.76^0.0^^47^1.02^15^125^267^1164^2.18^0.070^0.028^35.7^0.0^0.374^0.242^2.306^0.680^0.300^2^0^2^2^^1.50^0^0^0^^^^^^^^6.070^7.680^1.890^38^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^56.70^~2 slices~^0 ~07063~^~PORK SAUSAGE,FRSH,RAW~^56.22^304^15.09^26.53^2.26^0.00^0.0^0.00^9^1.11^14^135^248^636^2.17^0.066^0.005^0.0^0.7^0.275^0.122^4.703^0.671^0.306^1^0^1^1^53.0^0.85^75^13^11^12^11^11^11^0^0.19^0.4^8.796^11.814^3.558^72^^~~^^~~^0 ~07064~^~PORK SAUSAGE,FRSH,CKD~^49.78^339^19.43^28.36^2.76^0.00^0.0^0.00^13^1.36^17^163^294^749^2.08^0.086^0.005^0.0^0.7^0.294^0.197^6.258^0.724^0.327^3^0^3^3^66.9^1.18^41^12^12^0^0^0^0^0^0.55^0.4^9.131^12.376^3.727^84^^~~^^~~^0 ~07065~^~PORK&BF SAUSAGE,FRSH,CKD~^44.55^396^13.80^36.25^2.70^2.70^0.0^0.00^10^1.13^12^107^189^805^1.87^0.040^0.037^14.4^0.0^0.357^0.147^3.367^0.480^0.050^2^0^2^2^58.8^0.43^0^0^0^0^0^0^0^0^0.22^1.6^12.960^17.180^3.900^71^13.00^~1 link, (raw dimensions: 4" long x 7/8" dia), cooked~^27.00^~1 patty, cooked (raw dimensions: 3-7/8" dia x 1/4" thick)~^0 ~07066~^~TURKEY SAUSAGE,RED FAT,BROWN&SERVE,CKD~^59.59^200^17.00^10.30^2.19^10.77^0.3^0.00^31^1.80^21^164^207^617^2.31^0.149^0.221^20.8^0.0^0.066^0.151^2.137^0.722^0.234^23^0^23^23^92.1^0.28^8^2^2^0^0^0^0^0^0.00^0.0^2.871^3.876^2.541^58^128.00^~1 cup~^^~~^0 ~07067~^~POULTRY SALAD SNDWCH SPRD~^66.17^200^11.64^13.52^1.26^7.41^0.0^0.00^10^0.61^10^33^183^377^1.04^0.030^0.009^10.9^1.0^0.024^0.071^1.669^0.270^0.110^5^0^5^5^49.6^0.38^139^42^42^0^0^0^0^0^2.20^0.0^3.450^3.250^6.220^30^13.00^~1 tbsp~^28.35^~1 oz~^0 ~07068~^~SALAMI CKD BF~^60.00^261^12.60^22.20^3.30^1.90^0.0^1.50^6^2.20^13^205^188^1140^1.77^0.190^0.046^14.6^0.0^0.103^0.189^3.238^0.950^0.180^2^0^2^2^57.5^3.06^0^0^0^0^0^0^0^0^0.19^1.3^9.865^10.648^1.036^71^25.50^~1 slice~^28.35^~1 oz~^0 ~07069~^~SALAMI,CKD,BF&PORK~^45.19^336^21.85^25.90^4.66^2.40^0.0^0.96^15^1.56^19^191^316^1449^2.93^0.357^0.978^31.3^0.0^0.367^0.357^6.053^1.201^0.459^3^0^3^3^93.5^1.52^0^0^0^0^0^0^0^0^0.22^3.2^9.316^11.127^2.529^89^12.28^~1 slice, round~^^~~^0 ~07070~^~SALAMI,COOKED,TURKEY~^68.93^168^19.30^9.21^1.79^0.77^0.1^1.12^40^1.25^22^266^216^1004^2.32^0.190^0.020^26.4^0.0^0.426^0.303^3.979^1.074^0.427^10^0^10^10^53.1^0.99^8^2^2^0^0^0^0^0^0.24^1.3^2.783^3.172^2.466^76^28.00^~1 serving~^^~~^0 ~07071~^~SALAMI,DRY OR HARD,PORK~^36.18^407^22.58^33.72^5.92^1.60^0.0^^13^1.30^22^229^378^2260^4.20^0.160^0.070^25.4^0.0^0.930^0.330^5.600^1.060^0.550^2^0^2^2^^2.80^0^0^0^^^^^^^^11.890^16.000^3.740^79^113.00^~1 package, (4 oz)~^10.00^~1 slice, (3-1/8" dia x 1/16" thick)~^0 ~08273~^~CEREALS RTE,GENERAL MILLS,BOO BERRY~^2.02^400^3.33^3.33^2.50^88.82^0.9^46.67^67^15.00^0^67^117^633^12.50^0.057^0.040^6.5^20.0^1.250^1.420^16.670^0.097^1.667^333^314^19^553^3.2^5.00^59^3^0^18^27^0^0^375^0.55^3.7^0.522^1.670^0.000^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08274~^~CEREALS RTE,GENERAL MILLS,BERRY BERRY KIX~^2.30^400^3.33^5.00^2.25^86.67^3.3^30.00^133^15.00^0^133^133^533^12.50^0.095^0.280^20.1^20.0^1.250^1.420^16.670^0.269^1.667^333^314^19^553^8.8^5.00^1667^501^473^27^42^0^0^594^0.80^4.9^0.000^3.000^0.000^0^26.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08277~^~CEREALS RTE,GENERAL MILLS,NATURE VALLEY LOFAT FRUIT GRANOLA~^6.72^386^8.00^4.60^2.11^80.00^5.0^33.41^36^2.00^44^273^279^376^1.10^0.218^2.007^17.3^0.0^0.160^0.060^1.720^^0.111^13^0^13^13^24.0^0.00^0^0^0^0^0^0^0^0^1.50^2.9^0.850^2.115^1.142^0^55.00^~.667 cup, (1 NLEA serving)~^^~~^0 ~08278~^~CEREALS RTE,GENERAL MILLS,KABOOM~^2.37^400^3.33^3.33^3.71^87.26^3.3^20.00^333^28.00^53^133^133^633^12.50^0.161^0.321^20.1^20.0^1.250^1.420^16.670^0.354^1.667^667^648^19^1120^13.0^5.00^1667^501^500^0^1^1^0^3^0.54^1.0^0.452^1.116^1.341^0^30.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08283~^~CEREALS RTE,KELLOGG,KELLOGG'S JUST RIGHT FRUIT & NUT~^5.90^366^7.00^3.30^2.10^81.70^5.2^25.00^35^27.00^52^179^269^459^1.30^0.200^1.428^5.1^0.0^0.600^0.700^8.300^0.000^3.300^668^649^19^1122^15.9^10.00^828^249^249^0^0^0^0^0^2.25^1.0^0.500^1.500^1.300^0^53.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08284~^~CEREALS RTE,KELLOGG,KELLOGG'S LOFAT GRANOLA W/ RAISINS~^3.50^384^7.80^5.00^2.00^81.70^6.4^29.00^38^3.00^74^234^307^247^6.30^0.600^^17.3^2.0^0.600^0.700^8.300^0.617^3.300^667^648^19^1121^23.0^10.00^1250^375^375^0^0^0^0^0^2.25^2.1^1.400^2.000^1.600^0^60.00^~.667 cup, (1 NLEA serving)~^^~~^0 ~08286~^~CEREALS RTE,KELLOGG,KELLOGG'S MUESLIX~^8.70^357^9.10^5.50^3.70^73.00^7.3^31.00^58^8.20^89^182^436^309^6.80^0.200^2.177^17.3^0.4^0.800^0.800^10.000^4.600^3.700^738^719^19^1241^22.6^11.00^545^164^164^0^0^0^0^0^7.20^2.9^0.800^2.900^1.800^0^55.00^~.667 cup, (1 NLEA serving)~^^~~^0 ~08287~^~CEREALS RTE,KELLOGG,KELLOGG'S RAISIN MINI-WHEATS~^7.80^342^9.40^1.40^1.50^79.90^8.7^22.00^39^28.00^79^283^481^6^2.80^0.250^2.315^4.1^0.0^0.710^0.800^9.400^0.000^0.940^189^170^19^308^20.0^2.90^0^0^0^0^0^0^0^0^0.66^1.9^0.400^0.200^0.800^0^55.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08288~^~CEREALS RTE,KELLOGG,KELLOGG'S RICE KRISPIES TREATS CRL~^3.50^399^4.80^4.60^2.40^84.70^0.2^31.00^10^6.20^23^80^77^554^0.80^0.100^^12.1^20.0^1.300^1.400^17.000^^1.700^334^330^4^565^5.0^5.00^1680^505^504^0^0^0^0^0^0.39^1.1^0.900^1.600^0.600^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08289~^~CEREALS RTE,KELLOGG,KELLOGG'S STRAWBERRY MINI-WHEATS~^7.50^335^9.10^2.00^1.40^80.00^9.7^18.60^45^32.40^120^300^344^30^3.10^0.270^2.315^4.1^0.0^0.750^0.850^10.000^0.000^1.000^182^163^19^296^20.0^3.00^0^0^0^0^0^0^0^0^0.52^1.2^0.400^0.300^1.300^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08290~^~CEREALS RTE,HEALTH VALLEY,FIBER 7 FLAKES~^3.00^353^14.44^1.41^3.00^78.15^14.1^1.86^71^2.54^144^327^460^53^2.89^0.478^3.229^19.0^4.2^0.529^0.600^7.055^0.733^0.705^141^122^19^226^36.0^2.12^353^106^106^0^0^0^0^0^0.99^2.2^0.261^0.244^0.610^0^31.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08293~^~CEREALS RTE,QUAKER,QUAKER APPL ZAPS~^2.50^393^3.68^3.45^1.62^88.74^2.3^46.99^9^16.49^50^150^175^449^13.74^0.140^0.350^0.0^22.0^1.370^1.550^18.330^0.350^1.830^1400^1381^19^2367^^0.00^1833^551^551^^^^^^^^0.870^0.600^0.620^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08294~^~CEREALS RTE,QUAKER,QUAKER COCOA BLASTS~^2.50^394^3.67^3.54^1.57^88.70^2.5^48.29^7^15.00^53^150^189^409^12.50^0.180^0.380^6.5^20.0^1.250^1.410^16.670^0.290^1.660^1273^1254^19^2151^5.0^0.00^1668^475^470^30^46^0^0^644^0.76^0.5^0.950^0.640^0.590^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08297~^~CEREALS RTE,QUAKER,QUAKER FRUITANGY OH!S~^2.50^392^4.87^3.50^1.92^87.21^2.6^43.25^9^15.01^58^176^189^491^12.51^0.150^0.660^6.5^40.0^1.250^1.410^16.680^0.340^1.660^334^315^19^555^10.5^0.00^3336^1002^1002^0^0^0^0^0^0.89^1.5^0.920^1.730^0.850^0^31.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08298~^~CEREALS RTE,QUAKER,QUAKER MARSHMLLW SAFARI~^2.10^396^5.79^5.02^2.80^84.27^4.2^47.27^87^15.00^56^195^139^640^12.50^0.210^1.930^19.8^40.0^1.250^1.410^16.670^0.380^1.660^333^314^19^553^11.0^0.00^3334^1001^1001^0^0^0^0^0^0.47^1.7^1.250^2.500^1.250^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08299~^~CEREALS RTE,QUAKER,QUAKER SWT PUFFS~^2.22^391^6.76^1.93^1.09^87.99^3.4^47.47^10^1.90^57^141^148^236^1.24^0.230^0.890^6.5^0.0^0.140^0.110^4.300^0.310^0.050^19^0^19^19^14.5^0.15^4^0^0^0^0^0^0^0^1.04^1.3^0.360^0.430^0.930^0^34.00^~1 cup~^^~~^0 ~08305~^~CEREALS RTE,OAT,CORN&WHEAT SQUARES,PRESWEETENED,MAPLE FLAV~^2.50^430^6.00^9.80^1.80^79.90^1.8^35.45^20^6.00^39^113^112^432^1.36^0.118^1.278^5.4^0.0^1.250^1.420^16.670^0.070^1.670^333^314^19^553^10.0^0.00^2500^737^735^16^24^0^0^381^0.75^2.3^1.400^4.303^4.082^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08309~^~CEREALS RTE,KELLOGG,KELLOGG'S HONEY CRUNCH CORN FLAKES~^3.00^385^6.80^1.90^2.10^87.00^3.4^33.00^22^6.20^22^60^102^700^0.30^0.100^0.150^5.1^20.0^1.250^1.500^16.600^0.217^1.700^333^314^19^553^7.9^5.00^1670^502^464^37^56^0^0^784^0.57^0.2^0.300^1.000^0.600^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08314~^~CEREALS,QUAKER,HOMINY GRITS,WHITE,QUICK,DRY~^10.48^347^8.53^1.36^0.44^79.16^4.8^1.00^4^3.52^49^166^146^2^0.92^0.110^0.220^^0.0^0.580^0.330^4.810^0.310^0.270^154^150^4^259^^0.00^0^^^^^^^^^^0.260^0.200^0.680^0^37.00^~.25 cup~^^~~^0 ~08315~^~CEREALS,QUAKER,HOMINY GRITS,YEL,QUICK,DRY~^11.74^337^8.26^1.66^0.56^77.76^5.6^1.08^4^4.11^40^124^167^2^0.72^0.070^0.100^^0.0^0.510^0.370^4.310^0.310^0.250^154^^154^^^0.00^569^^^^^^^^^^0.450^0.550^0.710^0^37.00^~.25 cup~^^~~^0 ~08316~^~CEREALS,QUAKER,HOMINY GRITS,WHITE,REG,DRY~^10.48^347^8.53^1.36^0.44^79.16^4.8^1.00^4^3.52^49^166^146^2^0.92^0.110^0.220^^0.0^0.580^0.330^4.810^0.310^0.270^154^^^^^0.00^0^0^^^^^^^^^0.260^0.200^0.680^0^41.00^~.25 cup~^^~~^0 ~08317~^~CEREALS,QUAKER,FARINA,ENR CINN FLAVOR,DRY~^12.14^346^12.11^0.79^0.40^74.54^3.7^0.29^33^30.00^14^88^104^3^0.55^0.070^0.270^0.0^0.4^0.440^0.260^3.520^0.360^0.050^154^^154^^^0.00^4^0^^^0^^^^^^0.280^0.070^0.580^0^^~~^^~~^0 ~08318~^~CEREALS RTE,KELLOGG,KELLOGG'S SMART START ANTIOXIDANT CRL~^3.00^365^7.00^1.41^2.59^86.00^5.4^28.00^24^36.00^48^160^180^550^30.00^0.200^^21.4^30.0^3.000^3.400^40.000^20.000^4.000^800^781^19^1347^14.0^12.00^2500^751^751^0^0^0^0^0^27.00^0.8^0.270^0.170^0.970^0^50.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08319~^~CEREALS RTE,KELLOGG,KELLOGG'S FRSTD MINI-WHEATS,BITE SIZE~^6.00^344^10.10^1.60^1.30^81.00^10.0^20.10^32^28.00^118^294^345^8^3.20^0.320^^4.1^0.0^0.740^0.830^9.800^^0.980^196^177^19^320^^2.94^0^0^0^0^0^0^0^0^0.00^1.5^0.360^0.240^1.000^0^59.00^~24 biscuit, (1 NLEA serving)~^^~~^0 ~08320~^~CEREALS RTE,KRAFT,POST BANANA NUT CRUNCH CRL~^4.50^422^8.50^10.30^2.50^74.00^6.8^20.40^36^27.46^82^310^290^428^2.54^0.383^^^0.2^0.640^0.720^8.470^^0.850^169^150^19^274^^2.54^1271^^^^^^^^^^1.400^^^0^59.00^~1 cup, (1 NLEA serving)~^^~~^0 ~09184~^~MELONS,HONEYDEW,RAW~^89.82^36^0.54^0.14^0.41^9.09^0.8^8.12^6^0.17^10^11^228^18^0.09^0.024^0.027^0.7^18.0^0.038^0.012^0.418^0.155^0.088^19^0^19^19^7.6^0.00^50^3^0^0^30^0^0^27^0.02^2.9^0.038^0.003^0.059^0^177.00^~1 cup, balls~^170.00^~1 cup, diced (approx 20 pieces per cup)~^54 ~09185~^~MELON BALLS,FROZEN~^90.26^33^0.84^0.25^0.71^7.94^0.7^^10^0.29^14^12^280^31^0.17^0.060^0.040^^6.2^0.166^0.022^0.640^0.163^0.106^26^0^26^26^^0.00^1774^89^0^^^^^^^^0.064^0.006^0.098^0^173.00^~1 cup, unthawed~^^~~^0 ~09187~^~FRUIT,MXD,(PEACH&PEAR&PNAPPL),CND,HVY SYRUP,SOL&LIQUIDS~^80.56^72^0.37^0.10^0.21^18.76^1.0^^1^0.36^5^10^84^4^0.07^0.058^0.386^^69.0^0.015^0.040^0.600^0.057^0.036^3^0^3^3^^0.00^194^10^0^^^^^^^^0.014^0.019^0.042^0^255.00^~1 cup~^^~~^0 ~09188~^~FRUIT,MXD,(PRUNE&APRICOT&PEAR),DRIED~^31.18^243^2.46^0.49^1.82^64.06^7.8^^38^2.71^39^77^796^18^0.50^0.385^0.227^^3.8^0.044^0.157^1.927^0.441^0.159^4^0^4^4^^0.00^2442^122^0^^^^^^^^0.040^0.232^0.110^0^293.00^~1 package, (11 oz)~^^~~^6 ~09189~^~FRUIT,MXD,(PCH, CHER-SWT & SR, RASPB, GRAPE, BOYS),FRZ,SWTND~^73.73^98^1.42^0.18^0.43^24.23^1.9^^7^0.28^6^12^131^3^0.05^0.034^0.064^^75.0^0.017^0.035^0.397^0.093^0.025^8^0^8^8^^0.00^322^16^0^^^^^^^^0.025^0.034^0.078^0^250.00^~1 cup, thawed~^284.00^~1 package, (10 oz)~^0 ~09190~^~MULBERRIES,RAW~^87.68^43^1.44^0.39^0.69^9.80^1.7^8.10^39^1.85^18^38^194^10^0.12^0.060^^0.6^36.4^0.029^0.101^0.620^^0.050^6^0^6^6^12.3^0.00^25^1^0^12^9^0^0^136^0.87^7.8^0.027^0.041^0.207^0^140.00^~1 cup~^15.00^~10 fruit~^0 ~09191~^~NECTARINES,RAW~^87.59^44^1.06^0.32^0.48^10.55^1.7^7.89^6^0.28^9^26^201^0^0.17^0.086^0.054^0.0^5.4^0.034^0.027^1.125^0.185^0.025^5^0^5^5^6.2^0.00^332^17^0^0^150^98^0^130^0.77^2.2^0.025^0.088^0.113^0^142.68^~1 cup, slices~^128.89^~1 small, (2-1/3" dia)~^9 ~09192~^~OHELOBERRIES,RAW~^92.30^28^0.38^0.22^0.26^6.84^^^7^0.09^6^10^38^1^^^^^6.0^0.017^0.036^0.270^^^^^^^^0.00^830^42^0^^^^^^^^^^^0^140.00^~1 cup~^11.00^~10 fruit~^0 ~09193~^~OLIVES,RIPE,CND (SMALL-EXTRA LRG)~^79.99^115^0.84^10.68^2.23^6.26^3.2^0.00^88^3.30^4^3^8^872^0.22^0.251^0.020^0.9^0.9^0.003^0.000^0.037^0.015^0.009^0^0^0^0^10.3^0.00^403^20^0^0^237^9^0^510^1.65^1.4^1.415^7.888^0.911^0^8.40^~1 tbsp~^4.40^~1 large~^0 ~09194~^~OLIVES,RIPE,CND (JUMBO-SUPER COLOSSAL)~^84.34^81^0.97^6.87^2.22^5.61^2.5^0.00^94^3.32^4^3^9^898^0.22^0.226^0.020^0.9^1.5^0.003^0.000^0.022^0.015^0.012^0^0^0^0^6.6^0.00^346^17^0^0^204^8^0^510^1.65^1.4^0.909^5.071^0.586^0^8.30^~1 jumbo~^15.20^~1 super colossal~^0 ~09195~^~OLIVES,PICKLED,CND OR BTLD,GRN~^75.28^145^1.03^15.32^4.53^3.84^3.3^0.54^52^0.49^11^4^42^1556^0.04^0.120^^0.9^0.0^0.021^0.007^0.237^0.023^0.031^3^0^3^3^14.2^0.00^393^20^0^0^231^9^0^510^3.81^1.4^2.029^11.314^1.307^0^2.73^~1 olive~^^~~^0 ~09200~^~ORANGES,RAW,ALL COMM VAR~^86.75^47^0.94^0.12^0.44^11.75^2.4^9.35^40^0.10^10^14^181^0^0.07^0.045^0.025^0.5^53.2^0.087^0.040^0.282^0.250^0.060^30^0^30^30^8.4^0.00^225^11^0^11^71^116^0^129^0.18^0.0^0.015^0.023^0.025^0^180.00^~1 cup, sections~^184.00^~1 large, (3-1/16" dia)~^27 ~09201~^~ORANGES,RAW,CALIFORNIA,VALENCIAS~^86.34^49^1.04^0.30^0.42^11.89^2.5^^40^0.09^10^17^179^0^0.06^0.037^0.023^^48.5^0.087^0.040^0.274^0.250^0.063^39^0^39^39^^0.00^230^12^0^^^^^^^^0.035^0.055^0.060^0^180.00^~1 cup, sections without membranes~^121.00^~1 fruit, (2-5/8" dia)~^25 ~09202~^~ORANGES,RAW,NAVELS~^85.97^49^0.91^0.15^0.43^12.54^2.2^8.50^43^0.13^11^23^166^1^0.08^0.039^0.029^0.0^59.1^0.068^0.051^0.425^0.261^0.079^34^0^34^34^8.4^0.00^247^12^0^7^87^116^0^129^0.15^0.0^0.017^0.030^0.031^0^165.00^~1 cup, sections without membranes~^140.00^~1 fruit, (2-7/8" dia)~^32 ~09203~^~ORANGES,RAW,FLORIDA~^87.14^46^0.70^0.21^0.41^11.54^2.4^9.14^43^0.09^10^12^169^0^0.08^0.039^0.024^0.5^45.0^0.100^0.040^0.400^0.250^0.051^17^0^17^17^8.4^0.00^225^11^0^11^71^116^0^129^0.18^0.0^0.025^0.039^0.042^0^185.00^~1 cup, sections without membranes~^141.00^~1 fruit, (2-5/8" dia)~^26 ~09205~^~ORANGES,RAW,WITH PEEL~^82.30^63^1.30^0.30^0.60^15.50^4.5^^70^0.80^14^22^196^2^0.11^0.057^^0.7^71.0^0.100^0.050^0.500^0.330^0.093^30^0^30^30^^0.00^250^13^0^^^^^^^^0.035^0.055^0.060^0^170.00^~1 cup~^159.00^~1 fruit, without seeds~^1 ~09206~^~ORANGE JUICE,RAW~^88.30^45^0.70^0.20^0.40^10.40^0.2^8.40^11^0.20^11^17^200^1^0.05^0.044^0.014^0.1^50.0^0.090^0.030^0.400^0.190^0.040^30^0^30^30^6.2^0.00^200^10^0^6^33^169^0^115^0.04^0.1^0.024^0.036^0.040^0^248.00^~1 cup~^31.00^~1 fl oz~^0 ~09207~^~ORANGE JUC,CND,UNSWTND~^87.72^47^0.68^0.15^0.43^11.01^0.3^8.76^10^0.10^10^17^184^4^0.04^0.022^0.021^0.1^30.1^0.039^0.021^0.201^0.180^0.031^24^0^24^24^6.2^0.00^175^9^0^5^29^148^0^115^0.20^0.1^0.018^0.025^0.034^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09209~^~ORANGE JUC,CHILLED,INCL FROM CONC~^88.40^44^0.80^0.13^0.48^10.19^0.2^^10^0.17^11^11^190^1^0.04^0.040^0.023^0.1^32.9^0.111^0.021^0.280^0.191^0.054^18^0^18^18^6.2^0.00^78^4^0^^^^^^^^0.014^0.023^0.032^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09210~^~ORANGE JUC,CHILLED,INCL FROM CONC,FORT W/ CA & VITAMIN D~^88.40^44^0.80^0.27^0.48^10.06^0.2^^201^0.17^11^11^190^1^0.04^0.040^0.023^0.1^32.9^0.111^0.021^0.280^0.191^0.054^18^^18^^^0.00^78^4^^^^^^^^^0.029^0.046^0.064^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09214~^~ORANGE JUC,FRZ CONC,UNSWTND,UNDIL~^57.85^159^2.39^0.21^1.38^38.17^0.8^37.37^32^0.35^34^57^674^3^0.18^0.155^0.048^0.4^137.9^0.280^0.064^0.716^0.560^0.156^155^0^155^155^20.0^0.00^379^19^0^10^62^321^0^407^0.71^0.4^0.024^0.038^0.041^0^284.00^~1 cup~^35.50^~1 fl oz~^0 ~09215~^~ORANGE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O~^88.10^45^0.68^0.06^0.39^10.78^0.2^8.40^9^0.10^10^16^190^1^0.05^0.044^0.014^0.1^38.9^0.079^0.018^0.202^0.158^0.044^44^0^44^44^5.6^0.00^107^5^0^3^17^91^0^115^0.20^0.1^0.007^0.010^0.012^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09216~^~ORANGE PEEL,RAW~^72.50^97^1.50^0.20^0.80^25.00^10.6^^161^0.80^22^21^212^3^0.25^0.092^^1.0^136.0^0.120^0.090^0.900^0.490^0.176^30^0^30^30^^0.00^420^21^0^^^^^^0.25^^0.024^0.036^0.040^0^6.00^~1 tbsp~^2.00^~1 tsp~^0 ~09217~^~ORANGE-GRAPEFRUIT JUC,CND,UNSWTND~^88.64^43^0.60^0.10^0.39^10.28^0.1^10.18^8^0.46^10^14^158^3^0.07^0.076^0.017^0.1^29.1^0.056^0.030^0.336^0.140^0.023^14^0^14^14^6.2^0.00^119^6^0^4^20^98^0^73^0.14^0.1^0.011^0.017^0.019^0^247.00^~1 cup~^30.90^~1 fl oz~^0 ~09218~^~TANGERINES,(MANDARIN ORANGES),RAW~^85.17^53^0.81^0.31^0.38^13.34^1.8^10.58^37^0.15^12^20^166^2^0.07^0.042^0.039^0.1^26.7^0.058^0.036^0.376^0.216^0.078^16^0^16^16^10.2^0.00^681^34^0^101^155^407^0^138^0.20^0.0^0.039^0.060^0.065^0^195.00^~1 cup, sections~^76.30^~1 small, (2-1/4" dia)~^26 ~09219~^~TANGERINES,(MANDARIN ORANGES),CND,JUC PK~^89.51^37^0.62^0.03^0.28^9.57^0.7^8.87^11^0.27^11^10^133^5^0.51^0.033^0.032^0.4^34.2^0.082^0.029^0.445^0.125^0.042^5^0^5^5^8.9^0.00^852^43^0^133^193^503^0^163^0.10^0.0^0.003^0.005^0.005^0^249.00^~1 cup~^^~~^0 ~10859~^~PRK,FRSH,TOP LOIN (CHPS),BNLESS,ENHCD,LN & FAT,CKD,PAN-BRLD~^62.52^190^28.35^7.66^1.67^0.00^0.0^0.00^10^0.63^28^317^512^205^1.98^0.062^0.000^35.5^0.0^0.616^0.184^10.192^0.790^0.476^1^0^1^1^^0.55^6^2^2^0^0^0^0^0^0.24^0.0^2.725^3.500^0.664^75^150.38^~1 chop, boneless (yield from 189g raw meat)~^^~~^0 ~10860~^~PORK,CURED,BACON,CKD,BKD~^12.52^548^35.73^43.27^7.12^1.35^0.0^0.00^10^1.49^30^506^539^2193^3.36^0.182^0.022^59.0^0.0^0.348^0.251^10.623^1.033^0.309^2^0^2^2^119.3^1.16^37^11^11^0^0^0^0^0^0.32^0.1^14.187^19.065^4.859^107^8.12^~1 slice, cooked~^^~~^0 ~10861~^~PORK,CURED,BACON,CKD,MICROWAVED~^16.49^505^38.62^37.27^6.57^1.05^0.0^0.00^11^1.28^31^480^498^2073^3.70^0.142^0.022^65.8^0.0^0.598^0.250^10.150^1.265^0.433^2^0^2^2^124.7^1.58^37^11^11^0^0^0^0^0^0.31^0.1^12.102^16.336^4.372^117^5.01^~1 slice, cooked~^^~~^0 ~10862~^~PORK,CURED,BACON,CKD,PAN-FRIED~^12.12^533^38.34^40.30^7.74^1.50^0.0^0.00^12^1.38^36^561^591^2428^3.64^0.146^0.022^65.0^0.0^0.459^0.277^11.575^1.310^0.389^2^0^2^2^130.8^1.30^37^11^11^0^0^0^0^0^0.30^0.0^13.291^17.976^4.447^113^7.94^~1 slice, cooked~^^~~^0 ~10863~^~PORK,FRSH,VAR MEATS & BY-PRODUCTS,STOMACH,CKD,SIMMRD~^70.72^157^21.40^7.26^0.52^0.09^0.0^0.00^15^1.23^15^129^85^40^2.92^0.239^0.071^40.3^0.0^0.040^0.188^1.380^0.566^0.021^3^0^3^3^^0.48^0^0^0^0^0^0^0^0^0.09^0.0^2.990^2.126^0.738^316^705.70^~705.7 ckd pr g~^^~~^0 ~10864~^~PORK,BACON,RENDERED FAT,CKD~^0.25^898^0.07^99.50^0.16^0.00^0.0^0.00^1^0.13^0^9^15^27^0.06^0.022^0.006^5.7^0.0^0.004^0.015^0.725^0.007^0.005^0^0^0^0^6.5^0.09^37^11^11^0^0^0^0^0^0.00^0.0^31.991^41.435^10.535^97^^~~^^~~^0 ~10865~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN,HTD,RSTD~^70.92^121^21.41^3.56^3.23^0.87^0.0^0.84^8^0.71^18^246^250^1150^1.81^0.098^0.022^27.5^0.0^0.356^0.189^4.430^0.531^0.434^4^0^4^4^83.6^0.36^37^11^11^0^0^0^0^0^0.20^0.0^1.254^1.610^0.387^62^2969.76^~1 roast, rump~^85.00^~1 serving, (3 oz)~^19 ~10866~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN,UNHTD~^77.03^95^15.43^3.48^3.49^0.56^0.0^0.67^7^1.13^16^235^205^1170^1.37^0.091^0.022^28.8^0.0^0.235^0.213^5.320^0.377^0.265^3^0^3^3^63.8^0.54^29^9^9^0^0^0^0^0^0.16^0.0^1.227^1.575^0.379^53^3455.40^~1 ham, rump (1 rump unheated or as purchased)~^453.60^~1 lb, rump~^28 ~10867~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN,HTD,RSTD~^69.97^128^20.92^4.43^3.48^1.20^0.0^0.91^9^1.56^18^216^241^1060^3.09^0.122^0.022^26.2^0.0^0.257^0.192^5.073^0.544^0.348^1^0^1^1^91.1^0.60^37^11^11^0^0^0^0^0^0.28^0.0^1.402^1.911^0.641^65^3053.52^~1 roast, shank~^85.00^~1 serving, (3 oz)~^35 ~10868~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^68.58^131^22.04^4.30^4.06^1.03^0.0^1.67^11^1.12^20^260^289^1374^2.29^0.118^0.022^30.0^0.0^0.384^0.182^5.436^0.726^0.461^2^0^2^2^90.2^0.58^38^12^12^0^0^0^0^0^0.26^0.0^1.439^1.989^0.687^65^436.24^~1 slice~^85.00^~1 serving, (3 oz)~^13 ~10869~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^70.21^122^20.90^3.63^3.90^1.35^0.0^1.10^12^0.93^19^258^289^1237^2.25^0.113^0.022^24.5^0.0^0.383^0.184^5.023^0.596^0.449^2^0^2^2^92.1^0.46^38^11^11^0^0^0^0^0^0.13^0.0^1.217^1.662^0.517^64^445.95^~1 slice~^85.00^~1 serving, (3 oz)~^12 ~10870~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BNLESS,LN,HTD,PAN-BROIL~^71.20^123^15.09^5.06^4.27^4.38^0.0^4.69^8^0.74^17^240^272^1390^1.64^0.085^0.037^32.6^0.0^0.308^0.137^4.285^0.689^0.335^3^0^3^3^64.6^0.44^44^13^13^0^0^0^0^0^0.12^0.0^1.528^2.125^0.690^45^138.23^~1 slice~^85.00^~1 serving, (3 oz)~^0 ~10871~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN,HTD,RSTD~^72.11^123^13.88^5.46^4.05^4.49^0.0^4.61^8^0.74^15^224^245^1335^1.64^0.095^0.038^29.1^0.0^0.260^0.141^3.620^0.644^0.260^2^0^2^2^63.4^0.37^44^13^13^0^0^0^0^0^0.22^0.0^1.841^2.458^0.851^43^1994.65^~1 roast~^85.00^~1 serving, (3 oz)~^0 ~10872~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN,UNHTD~^73.05^116^14.07^4.86^4.01^4.00^0.0^4.22^8^0.78^17^229^268^1310^1.60^0.107^0.040^29.4^0.0^0.284^0.146^3.870^0.661^0.294^4^0^4^4^64.9^0.34^45^13^13^0^0^0^0^0^0.14^0.0^1.447^2.041^0.644^43^453.60^~1 lb~^28.35^~1 oz~^0 ~10873~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN,HTD,RSTD~^67.90^137^24.14^4.25^3.29^0.43^0.0^0.48^10^1.04^22^271^511^861^2.50^0.094^0.022^49.9^0.0^0.333^0.238^7.620^0.486^0.384^1^0^1^1^110.6^0.61^37^11^11^0^0^0^0^0^0.27^0.0^1.418^1.995^0.711^72^2673.20^~1 roast, rump~^85.00^~1 serving, (3 oz)~^23 ~10874~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN,HTD,RSTD~^66.98^145^24.95^4.97^3.09^0.01^0.0^0.34^7^1.20^21^255^458^820^3.06^0.173^0.022^48.7^0.0^0.291^0.198^7.793^0.557^0.381^3^0^3^3^104.3^0.69^37^11^11^0^0^0^0^0^0.29^0.0^1.564^2.380^0.600^74^3170.06^~1 roast, shank~^85.00^~1 serving, (3 oz)~^26 ~10875~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^65.87^150^27.75^4.38^2.85^0.00^0.0^0.00^12^1.20^23^291^358^835^3.03^0.096^0.022^51.0^0.0^0.308^0.261^9.010^0.469^0.392^1^0^1^1^138.9^0.60^45^13^13^0^0^0^0^0^0.23^0.0^1.110^1.351^0.577^80^445.27^~1 slice~^85.00^~1 serving, (3 oz)~^11 ~10876~^~PRK,CRD,HAM W/ NAT JUCS,SPRL SLC,MEAT ONLY,BNLES,LN,HTD,RSTD~^69.47^126^22.56^3.78^3.77^0.41^0.0^1.08^4^0.84^22^312^349^986^1.82^0.189^0.022^41.8^0.0^0.468^0.230^6.720^1.050^0.428^1^0^1^1^86.1^0.51^43^13^13^0^0^0^0^0^0.19^0.0^1.171^1.606^0.679^63^144.50^~1 slice~^920.20^~1 roast~^3 ~10877~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN,HTD,RSTD~^69.53^131^21.28^4.70^3.49^1.00^0.0^1.15^10^0.87^19^221^264^1267^2.08^0.089^0.022^43.4^0.0^0.330^0.188^4.040^0.618^0.335^2^0^2^2^94.0^0.49^38^11^11^0^0^0^0^0^0.21^0.1^1.536^2.127^0.634^66^2533.42^~1 roast, rump~^85.00^~1 serving, (3 oz)~^26 ~10878~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BNLESS,LN,HTD,PAN-BROIL~^72.06^117^18.82^4.09^3.79^1.24^0.0^1.75^9^0.86^21^284^337^1223^1.94^0.113^0.022^39.3^0.0^0.409^0.190^5.895^0.762^0.435^1^0^1^1^79.4^0.47^43^13^13^0^0^0^0^0^0.24^0.0^1.401^1.879^0.540^54^189.03^~1 slice~^85.00^~1 serving, (3 oz)~^2 ~10879~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN,HTD,RSTD~^72.58^117^17.99^4.39^3.66^1.38^0.0^1.57^9^0.82^19^270^316^1193^1.82^0.091^0.022^34.2^0.0^0.362^0.183^5.797^0.721^0.394^1^0^1^1^74.2^0.40^44^13^13^0^0^0^0^0^0.20^0.0^1.424^1.983^0.542^53^1866.80^~1 roast, whole~^^~~^2 ~07072~^~SALAMI,DRY OR HARD,PORK,BF~^37.15^385^23.20^30.05^5.80^3.80^0.0^0.00^8^1.51^17^142^378^2010^3.23^0.080^^26.1^0.0^0.600^0.285^4.867^^0.500^2^0^2^2^106.0^1.90^0^0^0^0^0^0^0^0^0.28^1.3^10.612^14.854^2.781^100^27.00^~3 slices, 1 serving~^28.00^~1 oz~^0 ~07073~^~SANDWICH SPREAD,PORK,BEEF~^60.28^235^7.66^17.34^2.78^11.94^0.2^0.00^12^0.79^8^59^110^1013^1.02^0.130^0.026^9.7^0.0^0.172^0.134^1.730^0.430^0.120^2^0^2^2^62.3^1.12^87^26^26^0^0^0^0^0^1.74^1.6^5.977^7.594^2.555^38^15.00^~1 tbsp~^28.35^~1 oz~^0 ~07074~^~SMOKED LINK SAUSAGE,PORK~^56.49^307^11.98^28.23^3.11^0.18^0.0^0.94^11^0.59^11^157^483^827^1.31^0.176^0.011^18.3^0.0^0.212^0.180^2.807^0.536^0.179^1^0^1^1^61.1^0.66^0^0^0^0^0^0^0^0^0.25^0.0^9.313^11.212^3.626^61^68.00^~1 link, (4" long x 1-1/8" dia)~^16.00^~1 link, little (2" long x 3/4" dia)~^0 ~07075~^~SAUSAGE,SMOKED LINK SAUSAGE,PORK & BF~^53.97^320^12.00^28.73^2.89^2.42^0.0^0.00^12^0.75^13^121^179^911^1.26^0.077^0.048^0.0^0.0^0.192^0.106^2.940^0.525^0.163^2^0^2^2^50.7^0.58^74^13^11^11^11^11^11^0^0.13^0.0^9.769^12.238^3.927^58^453.60^~16 oz~^^~~^0 ~07076~^~SMOKED LINK SAUSAGE,PORK&BF,FLR&NONFAT DRY MILK~^57.40^268^13.97^21.43^3.24^3.97^0.0^3.00^66^1.44^13^110^155^1272^2.00^0.090^0.052^15.9^3.2^0.235^0.176^2.701^0.610^0.130^2^0^2^2^84.6^1.32^0^0^0^0^0^0^0^0^0.22^1.6^7.820^9.930^2.260^65^68.00^~1 link, (4" long x 1-1/8" dia)~^56.70^~2 oz~^0 ~07077~^~SMOKED LINK SAUSAGE,PORK&BF,NONFAT DRY MILK~^53.91^313^13.28^27.61^3.29^1.92^0.0^^41^1.47^16^137^286^1173^1.96^0.090^0.038^13.9^0.0^0.193^0.214^2.845^0.610^0.180^2^0^2^2^^1.57^0^0^0^^^^^^^^9.720^12.640^3.020^65^68.00^~1 link, (4" long x 1-1/8" dia)~^16.00^~1 link, , little (2" long x 3/4" dia)~^0 ~07078~^~THURINGER,CERVELAT,SMMR SAUSAGE,BF,PORK~^45.18^362^17.45^30.43^3.63^3.33^0.0^0.85^9^2.04^14^111^260^1300^2.56^0.150^^20.3^16.6^0.150^0.330^4.310^^0.260^2^0^2^2^78.9^5.50^0^0^0^0^0^0^0^0^0.22^1.3^11.510^12.970^1.200^74^56.00^~2 oz, 1 serving~^^~~^0 ~07079~^~TURKEY BREAST MEAT~^74.07^104^17.07^1.66^2.99^4.21^0.5^3.51^8^1.44^21^162^302^1015^1.33^0.057^0.018^22.8^5.7^0.130^0.320^0.110^0.166^0.128^4^0^4^4^66.4^0.09^33^10^10^0^0^0^0^0^0.09^0.0^0.333^0.494^0.312^43^33.33^~1 serving~^21.00^~1 slice, (3-1/2" square; 8 per 6 oz package)~^0 ~07080~^~TURKEY HAM,CURED TURKEY THIGH MEAT~^71.92^126^17.50^4.84^3.70^2.04^0.2^1.43^8^2.34^22^294^287^1114^2.59^0.250^0.020^32.2^8.9^0.030^0.149^2.118^0.758^0.209^7^0^7^7^56.8^0.23^25^7^7^0^0^0^0^0^0.64^0.0^1.526^1.902^1.319^72^28.00^~.99 oz, 1 serving~^28.00^~1 serving~^0 ~07081~^~TURKEY ROLL,LIGHT MEAT~^74.87^98^14.79^1.66^3.66^5.03^0.0^0.00^7^0.37^19^257^427^1042^0.89^0.346^0.012^13.0^0.0^0.023^0.145^7.150^0.335^0.410^4^0^4^4^42.4^0.37^0^0^0^0^0^0^0^0^0.13^0.0^0.318^0.421^0.255^34^25.69^~1 slice, oval~^29.12^~1 slice, rectangle~^0 ~07082~^~TURKEY ROLL,LT&DK MEAT~^70.15^149^18.14^6.99^2.60^2.13^0.0^0.00^32^1.35^18^168^270^586^2.00^0.070^0.013^29.2^0.0^0.091^0.284^4.800^0.570^0.270^5^0^5^5^41.3^0.23^0^0^0^0^0^0^0^0^0.34^0.0^2.040^2.300^1.780^55^28.35^~1 oz~^56.70^~2 slices~^0 ~07083~^~SAUSAGE,VIENNA,CND,CHICK,BF,PORK~^64.90^230^10.50^19.40^2.60^2.60^0.0^0.00^10^0.88^7^49^101^969^1.60^0.030^^16.9^0.0^0.087^0.107^1.613^0.350^0.120^4^0^4^4^43.7^1.02^0^0^0^0^0^0^0^0^0.22^1.6^7.125^9.628^1.290^87^16.00^~1 sausage, (7/8" dia x 2" long)~^113.00^~7 sausages, (drained contents from can, net wt 4 oz)~^0 ~07088~^~HONEY ROLL SAUSAGE,BEEF~^64.78^182^18.58^10.50^3.98^2.18^0.0^^9^2.20^16^137^291^1322^3.25^0.100^0.037^15.6^0.0^0.080^0.182^4.165^0.490^0.270^4^0^4^4^^2.35^0^0^0^^^^^^^^4.080^4.820^0.490^50^23.00^~1 slice, (4" dia x 1/8" thick)~^28.35^~1 oz~^0 ~07089~^~SAUSAGE,ITALIAN,PORK,CKD~^47.13^344^19.12^27.31^2.18^4.27^0.1^0.86^21^1.43^18^170^304^1207^2.39^0.080^^22.0^0.1^0.623^0.233^4.165^^0.330^5^0^5^5^78.2^1.30^32^10^10^0^0^0^0^0^0.25^3.4^9.535^11.950^3.280^57^83.00^~1 link, 4/lb~^67.00^~1 link, 5/lb~^0 ~07090~^~LUNCHEON SAUSAGE,PORK&BF~^58.62^260^15.38^20.90^3.52^1.58^0.0^^13^1.43^14^122^245^1182^2.45^0.080^0.042^15.4^0.0^0.217^0.195^3.527^0.370^0.200^3^0^3^3^^1.96^0^0^0^^^^^^^^7.620^9.930^2.050^64^23.00^~1 slice, (4" dia x 1/8" thick)~^28.35^~1 oz~^0 ~07091~^~NEW ENGLAND BRAND SAUSAGE,PORK,BF~^66.77^161^17.27^7.58^3.55^4.83^0.0^^7^0.94^16^136^321^1220^2.70^0.100^0.036^19.2^0.0^0.640^0.248^3.478^0.680^0.360^7^0^7^7^^1.34^0^0^0^^^^^^^^2.560^3.640^0.720^49^23.00^~1 slice, (4" dia x 1/8" thick)~^28.35^~1 oz~^0 ~07200~^~OSCAR MAYER,BOLOGNA (CHICK,PORK,BF)~^53.70^318^10.90^29.40^3.50^2.40^0.0^1.40^69^1.78^21^199^154^1033^1.42^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^10.490^14.480^3.930^103^28.00^~1 serving~^^~~^0 ~07201~^~OSCAR MAYER,BOLOGNA (BEEF)~^54.15^316^11.05^29.10^3.25^2.45^0.0^1.40^12^1.36^14^109^168^1179^2.03^0.110^^^0.0^0.050^0.110^2.420^0.280^0.170^13^0^13^13^^1.43^0^0^0^0^0^0^0^0^^^12.850^15.210^1.110^64^28.00^~1 serving, (1 slice)~^^~~^0 ~07202~^~OSCAR MAYER,BOLOGNA (BEEF LIGHT)~^65.00^200^11.75^14.50^3.20^5.60^0.0^2.30^13^1.22^14^178^156^1151^1.91^0.210^^^0.0^^^^^^13^0^13^13^^^0^0^0^0^0^0^0^0^^^5.820^7.160^0.470^44^28.00^~1 serving, (1 slice)~^^~~^0 ~07203~^~OSCAR MAYER,BOLOGNA (FAT FREE)~^78.00^79^12.60^0.60^2.90^6.00^0.0^2.20^15^0.92^22^154^156^977^1.14^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.235^0.208^0.127^25^28.00^~1 serving~^^~~^0 ~07205~^~OSCAR MAYER BOLOGNA LIGHT (PORK CHICK BEEF)~^64.75^202^11.50^14.75^3.35^5.70^0.0^2.60^50^1.39^20^185^163^1117^1.61^0.200^0.155^5.6^0.0^0.159^0.097^3.072^0.340^0.163^18^0^18^18^^0.29^0^0^0^0^0^0^0^0^^^5.620^7.300^1.540^56^28.00^~1 serving, (1 slice)~^^~~^0 ~07206~^~OSCAR MAYER. BOLOGNA (WISCONSIN MADE RING)~^54.70^313^11.80^28.40^2.50^2.60^0.0^2.20^15^1.16^15^106^139^827^1.85^0.130^0.049^^0.0^0.290^0.140^2.650^^0.140^^^^^^1.26^0^^^^^^^^^^11.140^14.090^1.970^62^56.00^~1 serving~^^~~^0 ~07207~^~OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SLICED)~^50.50^331^14.25^29.35^3.35^2.60^0.2^1.20^9^10.51^14^199^202^1159^3.40^0.500^0.148^^9.0^0.230^1.600^9.190^3.450^0.330^47^0^47^47^^18.78^15728^4723^4723^0^0^0^0^0^^^10.940^15.480^3.730^178^28.00^~1 serving, (1 slice)~^^~~^0 ~07208~^~OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SAREN TUBE)~^49.60^341^14.20^30.60^3.40^2.30^0.1^0.70^9^9.74^12^194^184^1118^3.16^0.400^0.090^^9.0^0.230^1.550^8.280^2.880^0.340^61^0^61^61^^18.52^16670^^^^0^^^^^^10.890^15.570^3.760^160^56.00^~1 serving~^^~~^0 ~07209~^~OSCAR MAYER CHICKEN BREAST (HONEY GLAZED)~^70.40^109^19.85^1.50^4.30^3.95^0.0^4.30^10^1.13^36^289^329^1438^0.70^0.170^^^0.0^^^^^^4^0^4^4^^^0^0^0^0^0^0^0^0^^^0.394^0.564^0.218^53^52.00^~1 serving, (4 slices)~^^~~^0 ~07210~^~OSCAR MAYER,CHICK BREAST (OVEN RSTD,FAT FREE)~^75.80^85^18.30^0.60^3.70^1.70^0.0^0.90^12^1.33^36^256^316^1242^0.60^0.230^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.170^0.160^0.060^44^52.00^~1 serving~^13.00^~1 slice~^0 ~07211~^~OSCAR MAYER HAM & CHEESE LOAF~^60.50^234^13.85^18.20^3.70^3.75^0.0^3.30^67^0.86^19^270^265^1167^1.81^0.120^0.018^^0.0^0.580^0.190^3.480^0.440^0.250^3^0^3^3^^0.76^0^0^0^0^0^0^0^0^^^6.561^8.278^1.798^62^28.00^~1 serving~^^~~^0 ~07212~^~OSCAR MAYER,HAM (CHOPPED W/ NAT JUICE)~^65.25^180^16.30^11.15^3.65^3.65^0.0^2.20^9^1.30^23^219^260^1249^2.25^0.240^^^0.0^^^^^^3^0^3^3^^^0^0^0^0^0^0^0^0^^^4.056^5.829^1.275^59^28.00^~1 serving, (1 slice)~^^~~^0 ~08321~^~CEREALS RTE,KRAFT,POST BLUEBERRY MORNING CRL~^7.20^383^6.60^4.50^2.00^78.90^3.8^20.80^27^3.27^43^128^166^484^1.64^0.135^^^0.0^0.680^0.770^9.090^^0.910^182^163^19^296^^2.73^1364^^^^^^^^^^0.600^^^0^55.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08322~^~CEREALS RTE,KRAFT,POST BRAN FLAKES~^3.70^320^9.40^2.20^4.00^80.40^17.6^18.90^56^27.00^214^508^616^732^5.00^0.642^^^0.0^1.250^1.420^16.670^^1.670^333^314^19^553^^5.00^2500^^^^^^^^^^0.400^^^0^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08323~^~CEREALS RTE,KRAFT,POST COCOA PEBBLES CRL~^2.90^398^3.50^4.20^1.90^87.90^1.6^44.00^12^6.21^37^81^146^541^5.17^0.215^^^0.0^1.290^1.470^17.240^^1.720^345^326^19^573^^5.17^2586^^^^^^^^^^3.700^^^0^29.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08324~^~CEREALS RTE,KRAFT,POST FRUITY PEBBLES CRL~^3.00^401^3.60^3.90^1.60^87.90^0.7^44.00^5^6.67^19^58^110^584^5.56^0.120^^^0.0^1.390^1.570^18.520^^1.850^370^351^19^616^^5.56^2778^^^^^^^^^^0.900^^^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08325~^~CEREALS RTE,KRAFT,POST FRSTD ALPHA-BITS CRL~^1.30^405^8.50^4.10^2.50^83.50^4.1^39.00^30^8.44^78^208^194^661^4.69^0.310^^^0.0^1.170^1.330^15.630^^1.560^312^293^19^517^^4.69^2344^^^^^^^^^^0.800^^^0^32.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08326~^~CEREALS RTE,KRAFT,POST MARSHMLLW ALPHA-BITS CRL~^1.50^398^5.90^3.30^2.50^86.70^1.7^43.50^14^9.31^41^132^100^711^5.17^0.100^^^0.0^1.290^1.470^17.240^^1.730^345^326^19^573^^5.17^2586^^^^^^^^^^0.600^^^0^29.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08327~^~CEREALS RTE,KRAFT,POST FRUIT&FIBRE DATES,RAISINS&WALNUTS CRL~^8.50^385^7.10^5.60^2.60^76.20^9.7^29.80^43^9.82^120^294^443^509^2.73^0.473^^^0.0^0.680^0.770^9.090^^0.910^182^163^19^296^^2.73^1364^^^^^^^^^^0.800^^^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08328~^~CEREALS RTE,KRAFT,POST GOLDEN CRISP CRL~^2.90^398^5.50^1.40^0.80^90.90^0.0^53.90^15^6.67^61^136^125^150^5.56^0.220^^^0.0^1.390^1.570^18.520^^1.850^370^351^19^616^^5.56^2778^^^^^^^^^^0.200^^^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08330~^~CEREALS RTE,KRAFT,POST GRAPE-NUTS FLAKES~^3.20^365^10.00^2.90^2.40^81.50^8.8^17.60^39^27.93^103^302^340^482^4.14^0.500^^^0.0^1.290^1.470^17.240^^1.730^345^326^19^573^^5.17^2586^^^^^^^^^^0.600^^^0^29.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08331~^~CEREALS RTE,KRAFT,POST GREAT GRAINS CRUNCHY PECAN CRL~^5.80^408^9.30^11.80^2.00^71.40^7.0^15.30^28^5.09^87^223^321^403^2.26^0.338^^^0.2^0.710^0.850^9.430^^0.940^189^170^19^308^^2.83^1415^^^^^^^^^^1.400^^^0^53.00^~.667 cup, (1 NLEA serving)~^^~~^0 ~08332~^~CEREALS RTE,KRAFT,POST GREAT GRAINS RAISIN,DATE&PECAN CRL~^8.70^377^8.00^8.40^1.90^73.20^7.4^24.60^31^6.67^84^197^326^288^2.22^0.308^^^0.1^0.700^0.790^9.260^^0.930^185^166^19^301^^2.78^1389^^^^^^^^^^1.100^^^0^54.00^~.667 cup, (1 NLEA serving)~^^~~^0 ~08334~^~CEREALS RTE,KRAFT,POST HONEY BUNCHES OF OATS W/ALMONDS CRL~^3.00^407^7.80^8.50^2.30^78.00^4.5^21.00^37^26.13^69^192^227^603^0.97^0.224^^^0.1^1.210^1.370^16.130^^1.610^323^304^19^536^^4.84^2419^^^^^^^^^^1.100^^^0^31.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08335~^~CEREALS RTE,KRAFT,POST HONEYCOMB CRL~^1.50^395^5.20^2.10^2.20^88.90^2.5^38.30^17^9.31^37^93^120^743^5.17^0.068^^^0.0^1.290^1.470^17.240^^1.730^345^326^19^573^^5.17^2586^^^^^^^^^^0.600^^^0^29.00^~1.333 cup, (1 NLEA serving)~^^~~^0 ~08336~^~CEREALS RTE,KRAFT,POST OREO O'S CRL~^2.50^415^4.80^8.80^2.00^79.70^5.5^42.40^19^6.67^55^119^183^475^5.56^0.300^^^0.0^1.390^1.570^18.520^^1.850^370^351^19^616^^5.56^2778^^^^^^^^^^1.600^^^0^27.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08338~^~CEREALS RTE,KRAFT,POST TOASTIES CORN FLAKES~^3.50^360^6.70^0.10^2.80^86.70^4.5^6.50^3^19.29^16^52^117^949^0.48^0.031^^^0.0^1.340^1.520^17.860^^1.790^357^338^19^594^^5.36^2679^^^^^^^^^^0.000^^^0^28.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08339~^~CEREALS RTE,KRAFT,POST FRSTD SHREDDED WHEAT BITE SIZE CRL~^6.00^352^7.80^1.90^1.10^83.80^9.6^22.30^13^3.46^93^276^327^19^2.88^0.173^^^0.0^0.720^0.820^9.620^^0.960^192^173^19^313^^2.88^0^^^^^^^^^^0.300^^^0^52.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08341~^~CEREALS RTE,KRAFT,POST THE ORIGINAL SHREDDED WHEAT 'N BRAN~^4.50^334^12.50^1.40^1.70^79.90^13.4^1.00^45^4.18^137^398^420^5^3.27^0.400^^^0.0^0.260^0.120^6.310^^0.330^46^0^46^46^^0.00^0^^^^^^^^^^0.200^^^0^59.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~08342~^~CEREALS RTE,KRAFT,POST THE ORIGIN SHREDDED WHEAT SPOON SIZE~^4.10^340^10.30^1.10^1.60^83.00^11.4^0.90^43^3.18^116^357^415^7^2.67^0.330^^^0.0^0.270^0.120^5.570^^0.410^42^0^42^42^^0.00^0^^^^^^^^^^0.200^^^0^49.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08343~^~CEREALS RTE,KRAFT,POST 100% BRAN CRL~^2.80^287^12.70^2.10^4.40^78.20^28.6^24.40^76^27.93^278^813^947^417^12.93^0.918^^^0.0^1.290^1.470^17.240^^1.730^345^326^19^573^^0.00^2586^^^^^^^^^^0.300^^^0^29.00^~.333 cup, (1 NLEA serving)~^^~~^0 ~08345~^~CEREALS RTE,GENERAL MILLS,MULTI-BRAN CHEX~^2.50^328^6.90^2.59^3.95^84.06^12.1^20.69^213^34.47^128^259^379^621^7.98^0.385^3.179^7.9^12.8^0.798^0.904^10.638^^1.064^851^810^41^1418^12.7^3.19^1064^294^289^30^46^0^0^724^0.31^0.4^0.481^0.589^0.860^0^47.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08346~^~CEREALS RTE,MALT-O-MEAL,COLOSSAL CRUNCH~^1.25^415^4.20^5.48^2.25^86.60^0.7^40.65^6^13.65^59^172^89^657^10.78^0.147^0.350^10.1^0.0^1.320^1.730^23.350^0.402^3.270^409^390^19^681^^0.00^0^0^0^0^0^0^0^0^1.17^0.8^0.880^1.430^0.460^0^30.00^~.75 cup~^^~~^0 ~08347~^~CEREALS RTE,MALT-O-MEAL,BERRY COLOSSAL CRUNCH~^1.56^412^4.89^5.44^2.24^85.90^3.3^41.30^14^15.60^67^197^114^823^12.70^0.171^0.548^11.9^3.6^2.530^1.750^26.500^0.420^3.050^955^936^19^1610^^0.00^0^0^0^0^0^0^0^0^0.65^1.1^0.091^1.400^0.630^1^30.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08348~^~CEREALS RTE,MALT-O-MEAL,CRISPY RICE~^3.40^381^6.30^1.13^2.80^86.40^1.0^9.00^7^35.10^24^121^124^899^1.08^0.203^1.138^14.6^62.1^1.710^1.990^19.800^0.831^2.890^1214^1210^4^2061^^6.14^2920^877^877^0^0^0^0^0^0.11^0.0^0.465^0.251^0.358^1^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08349~^~CEREALS RTE,MALT-O-MEAL,TOOTIE FRUITIES~^1.50^401^5.00^3.29^2.30^87.90^2.5^45.70^407^15.50^35^113^131^464^12.50^0.100^0.839^12.6^70.3^1.580^2.260^17.800^0.271^2.570^419^400^19^699^10.5^5.78^4130^1245^1240^30^46^0^0^651^0.26^0.2^0.687^1.470^0.976^1^32.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08350~^~CEREALS,RTE,MALT-O-MEAL,TOASTY O'S~^2.00^404^13.10^5.92^4.40^74.60^10.7^3.90^406^32.70^119^375^317^897^14.70^0.320^0.299^37.5^20.5^1.570^2.010^19.000^0.077^2.390^520^501^19^871^26.2^6.14^725^218^218^0^0^0^0^0^0.66^2.5^1.230^2.160^2.270^1^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08351~^~CEREALS RTE,QUAKER,MOTHER'S PNUT BUTTER BUMPERS CRL~^2.50^403^8.28^7.34^3.59^78.27^2.9^29.51^100^4.03^74^214^648^806^1.42^0.150^0.670^0.8^0.0^0.130^0.500^2.910^0.510^0.110^24^0^24^24^^0.00^147^7^0^^^^^^^^1.440^3.080^2.230^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08352~^~CEREALS RTE,QUAKER,MOTHER'S TSTD OAT BRAN CRL,BROWN SUGAR~^4.00^373^11.90^5.17^3.99^74.92^8.9^15.50^66^4.11^143^458^490^632^2.98^0.280^3.410^4.3^0.0^0.400^0.180^1.920^0.740^0.130^40^0^^^^0.00^71^4^0^^^^^^^^0.890^1.630^1.820^^32.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08353~^~CEREALS RTE,QUAKER,MOTHER'S CINN OAT CRUNCH~^2.50^380^10.49^4.64^3.14^79.21^8.3^25.07^74^3.60^106^359^537^419^2.57^0.280^3.010^6.3^0.1^0.300^0.270^2.300^0.610^0.120^36^0^36^36^^0.00^9^0^0^^^^^^^^0.790^1.450^1.410^0^60.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08354~^~CEREALS RTE,QUAKER,MOTHER'S GROOVY GRAHAMS~^2.50^372^5.44^1.63^4.03^86.38^3.0^44.82^138^4.97^57^162^755^869^1.02^0.120^0.380^0.0^0.0^0.120^0.690^1.550^0.390^0.060^14^0^14^14^^0.00^145^7^0^^^^^^^^0.280^0.320^0.690^0^^~~^^~~^0 ~09220~^~TANGERINES,(MANDARIN ORANGES),CND,LT SYRUP PK~^83.06^61^0.45^0.10^0.19^16.19^0.7^15.49^7^0.37^8^10^78^6^0.24^0.044^0.032^0.4^19.8^0.053^0.044^0.445^0.125^0.042^5^0^5^5^6.9^0.00^840^42^0^131^191^496^0^163^0.10^0.0^0.012^0.018^0.020^0^252.00^~1 cup~^^~~^0 ~09221~^~TANGERINE JUICE,RAW~^88.90^43^0.50^0.20^0.30^10.10^0.2^9.90^18^0.20^8^14^178^1^0.03^0.025^0.037^0.1^31.0^0.060^0.020^0.100^0.125^0.042^5^0^5^5^6.2^0.00^253^13^0^14^38^214^0^166^0.13^0.0^0.024^0.036^0.040^0^247.00^~1 cup~^30.90^~1 fl oz~^0 ~09223~^~TANGERINE JUC,CND,SWTND~^87.00^50^0.50^0.20^0.30^12.00^0.2^11.80^18^0.20^8^14^178^1^0.03^0.025^0.037^0.1^22.0^0.060^0.020^0.100^0.125^0.032^5^0^5^5^6.0^0.00^253^13^0^14^38^214^0^166^0.15^0.0^0.013^0.018^0.025^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09224~^~TANGERINE JUC,FRZ CONC,SWTND,UNDIL~^58.20^161^1.50^0.39^1.07^38.85^0.6^^27^0.34^28^30^397^3^0.09^0.089^0.130^^85.1^0.183^0.066^0.328^0.438^0.146^16^0^16^16^^0.00^2767^138^0^^277^2767^^^^^0.026^0.034^0.048^0^214.00^~1 can, (6 fl oz)~^^~~^0 ~09225~^~TANGERINE JUC,FRZ CONC,SWTND,DIL W/3 VOLUME H2O~^88.10^46^0.43^0.11^0.30^11.06^^^8^0.10^8^8^113^1^0.03^0.025^0.037^^24.2^0.052^0.019^0.093^0.125^0.042^5^0^5^5^^0.00^573^29^0^^^^^^^^0.007^0.010^0.014^0^241.00^~1 cup~^30.10^~1 fl oz~^0 ~09226~^~PAPAYAS,RAW~^88.83^39^0.61^0.14^0.61^9.81^1.8^5.90^24^0.10^10^5^257^3^0.07^0.016^0.011^0.6^61.8^0.027^0.032^0.338^0.218^0.019^38^0^38^38^6.1^0.00^1094^55^0^0^276^761^0^75^0.73^2.6^0.043^0.038^0.031^0^140.00^~1 cup, cubes~^230.00^~1 cup, mashed~^33 ~09229~^~PAPAYA NECTAR,CANNED~^85.02^57^0.17^0.15^0.15^14.51^0.6^13.91^10^0.34^3^0^31^5^0.15^0.013^0.013^0.3^3.0^0.006^0.004^0.150^0.054^0.009^2^0^2^2^2.0^0.00^361^18^0^0^91^251^0^25^0.24^0.8^0.047^0.041^0.035^0^250.00^~1 cup~^31.20^~1 fl oz~^0 ~09231~^~PASSION-FRUIT,(GRANADILLA),PURPLE,RAW~^72.93^97^2.20^0.70^0.80^23.38^10.4^11.20^12^1.60^29^68^348^28^0.10^0.086^^0.6^30.0^0.000^0.130^1.500^^0.100^14^0^14^14^7.6^0.00^1272^64^0^0^743^41^0^0^0.02^0.7^0.059^0.086^0.411^0^236.00^~1 cup~^18.00^~1 fruit, without refuse~^48 ~09232~^~PASSION-FRUIT JUC,PURPLE,RAW~^85.62^51^0.39^0.05^0.34^13.60^0.2^13.40^4^0.24^17^13^278^6^0.05^0.053^^0.1^29.8^0.000^0.131^1.460^^0.050^7^0^7^7^4.0^0.00^717^36^0^0^419^23^0^0^0.01^0.4^0.004^0.006^0.029^0^247.00^~1 cup~^30.90^~1 fl oz~^0 ~09233~^~PASSION-FRUIT JUC,YEL,RAW~^84.21^60^0.67^0.18^0.49^14.45^0.2^14.25^4^0.36^17^25^278^6^0.06^0.050^^0.1^18.2^0.000^0.101^2.240^^0.060^8^0^8^8^4.0^0.00^943^47^0^35^525^47^0^0^0.01^0.4^0.015^0.022^0.106^0^247.00^~1 cup~^30.90^~1 fl oz~^0 ~09236~^~PEACHES,RAW~^88.87^39^0.91^0.25^0.43^9.54^1.5^8.39^6^0.25^9^20^190^0^0.17^0.068^0.061^0.1^6.6^0.024^0.031^0.806^0.153^0.025^4^0^4^4^6.1^0.00^326^16^0^0^162^67^0^91^0.73^2.6^0.019^0.067^0.086^0^153.83^~1 cup, slices~^129.97^~1 small, (2-1/2" dia)~^4 ~09237~^~PEACHES,CND,H2O PK,SOL&LIQUIDS~^93.13^24^0.44^0.06^0.27^6.11^1.3^4.81^2^0.32^5^10^99^3^0.09^0.054^0.048^0.3^2.9^0.009^0.019^0.521^0.050^0.019^3^0^3^3^4.1^0.00^532^27^0^1^264^109^0^61^0.49^1.7^0.006^0.021^0.028^0^244.00^~1 cup, halves or slices~^98.00^~1 half, with liquid~^0 ~09238~^~PEACHES,CND,JUC PK,SOL&LIQUIDS~^87.49^44^0.63^0.03^0.27^11.57^1.3^10.27^6^0.27^7^17^128^4^0.11^0.050^0.048^0.3^3.6^0.008^0.017^0.582^0.050^0.019^3^0^3^3^4.1^0.00^381^19^0^1^189^78^0^61^0.49^1.7^0.004^0.012^0.016^0^250.00^~1 cup~^248.00^~1 cup, halves or slices~^0 ~09239~^~PEACHES,CND,EX LT SYRUP,SOL&LIQUIDS~^88.20^42^0.40^0.10^0.24^11.10^1.0^^5^0.30^5^11^74^5^0.09^0.050^0.047^^3.0^0.020^0.020^0.800^0.050^0.019^3^0^3^3^^0.00^270^14^0^^^^^^^^0.011^0.036^0.048^0^247.00^~1 cup, halves or slices~^^~~^0 ~09240~^~PEACHES,CND,LT SYRUP PK,SOL&LIQUIDS~^84.72^54^0.45^0.03^0.25^14.55^1.3^13.25^3^0.36^5^11^97^5^0.09^0.052^0.046^0.3^2.4^0.009^0.025^0.593^0.050^0.019^3^0^3^3^4.1^0.00^354^18^0^1^176^73^0^61^0.49^1.7^0.003^0.012^0.015^0^251.00^~1 cup, halves or slices~^98.00^~1 half, with liquid~^0 ~09241~^~PEACHES,CND,HVY SYRUP PK,SOL&LIQUIDS~^79.28^74^0.45^0.10^0.24^19.94^1.3^18.64^3^0.27^5^11^92^6^0.09^0.051^0.045^0.3^2.8^0.011^0.024^0.614^0.050^0.019^3^0^3^3^4.1^0.00^332^17^0^0^165^68^0^61^0.49^1.7^0.010^0.035^0.047^0^262.00^~1 cup~^98.00^~1 half, with liquid~^0 ~09242~^~PEACHES,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^73.19^96^0.47^0.03^0.25^26.06^1.0^^3^0.29^5^11^83^8^0.09^0.050^0.044^^1.2^0.011^0.021^0.520^0.050^0.019^3^0^3^3^^0.00^131^7^0^^^^^^^^0.003^0.011^0.014^0^262.00^~1 cup, halves or slices~^^~~^0 ~09243~^~PEACHES,SPICED,CND,HVY SYRUP PK,SOL&LIQUIDS~^79.20^75^0.41^0.10^0.21^20.08^1.3^18.78^6^0.28^7^9^85^4^0.08^0.098^^0.3^5.3^0.011^0.035^0.537^0.050^0.019^3^0^3^3^4.1^0.00^317^16^0^0^157^65^0^61^0.49^1.7^0.011^0.036^0.048^0^242.00^~1 cup, whole~^^~~^4 ~09244~^~PEACHES,DEHYD (LOW-MOISTURE),SULFURED,UNCKD~^7.50^325^4.89^1.03^3.39^83.18^^^38^5.51^57^162^1351^10^0.78^0.493^0.413^^10.6^0.039^0.110^4.825^0.522^0.159^7^0^7^7^^0.00^1417^71^0^^^^^^^^0.111^0.377^0.498^0^116.00^~1 cup~^^~~^0 ~09245~^~PEACHES,DEHYD (LOW-MOISTURE),SULFURED,STWD~^62.04^133^2.01^0.42^1.39^34.14^^^16^2.26^23^66^554^4^0.32^0.202^0.170^^6.8^0.008^0.060^2.030^0.356^0.054^3^0^3^3^^0.00^396^20^0^^^^^^^^0.045^0.154^0.204^0^242.00^~1 cup~^^~~^0 ~09246~^~PEACHES,DRIED,SULFURED,UNCKD~^31.80^239^3.61^0.76^2.50^61.33^8.2^41.74^28^4.06^42^119^996^7^0.57^0.364^0.305^0.5^4.8^0.002^0.212^4.375^0.564^0.067^0^0^0^0^12.7^0.00^2163^108^0^3^1074^444^0^559^0.19^15.7^0.082^0.278^0.367^0^160.00^~1 cup, halves~^13.00^~1 half~^0 ~09247~^~PEACHES,DRIED,SULFURED,STWD,WO/ SUGAR~^78.10^77^1.16^0.25^0.80^19.69^2.7^16.99^9^1.31^13^38^320^2^0.18^0.117^0.098^0.2^3.7^0.005^0.021^1.519^0.181^0.038^0^0^0^0^4.1^0.00^197^10^0^0^98^40^0^180^0.06^5.0^0.026^0.089^0.118^0^258.00^~1 cup~^^~~^0 ~09248~^~PEACHES,DRIED,SULFURED,STWD,W/ SUGAR~^71.38^103^1.06^0.22^0.73^26.60^2.4^^8^1.20^12^35^292^2^0.17^0.107^0.089^0.7^3.4^0.005^0.019^1.388^0.165^0.035^0^0^0^0^^0.00^180^9^0^^^^^^^^0.024^0.082^0.108^0^270.00^~1 cup~^^~~^0 ~09250~^~PEACHES,FRZ,SLICED,SWTND~^74.73^94^0.63^0.13^0.53^23.98^1.8^22.18^3^0.37^5^11^130^6^0.05^0.024^0.029^0.4^94.2^0.013^0.035^0.653^0.132^0.018^3^0^3^3^5.1^0.00^284^14^0^0^141^58^0^77^0.62^2.2^0.014^0.048^0.064^0^250.00^~1 cup, thawed~^155.00^~10 slices~^0 ~09251~^~PEACH NECTAR,CND,WO/ VIT C~^85.64^54^0.27^0.02^0.15^13.92^0.6^13.32^5^0.19^4^6^40^7^0.08^0.069^0.019^0.2^5.3^0.003^0.014^0.288^0.068^0.007^1^0^1^1^2.4^0.00^258^13^0^0^128^53^0^37^0.29^1.0^0.002^0.008^0.011^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~09252~^~PEARS,RAW~^83.71^58^0.38^0.12^0.33^15.46^3.1^9.80^9^0.17^7^11^119^1^0.10^0.082^0.049^0.1^4.2^0.012^0.025^0.157^0.048^0.028^7^0^7^7^5.1^0.00^23^1^0^0^13^2^0^45^0.12^4.5^0.006^0.026^0.029^0^148.04^~1 small~^177.91^~1 medium~^10 ~10880~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN,UNHTD~^73.95^110^17.34^3.97^3.56^1.18^0.0^1.45^8^0.86^19^265^317^1141^1.79^0.101^0.022^35.1^0.0^0.402^0.187^5.473^0.734^0.413^2^0^2^2^71.7^0.47^42^13^13^0^0^0^0^0^0.21^0.0^1.428^1.938^0.577^50^453.60^~1 lb~^^~~^3 ~10881~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,LN,HTD,RSTD~^69.23^132^21.69^4.45^3.44^1.20^0.0^1.26^9^1.17^15^202^224^1045^2.82^0.099^0.022^45.3^0.0^0.394^0.199^4.563^0.580^0.400^2^0^2^2^103.3^0.46^37^11^11^0^0^0^0^0^0.29^0.0^1.471^1.966^0.713^72^3204.38^~1 roast, shank~^85.00^~1 serving, (3 oz)~^41 ~10882~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BNLESS,LN,HTD,PAN-BROIL~^71.10^116^20.95^3.16^3.81^0.99^0.0^1.05^6^0.94^22^322^364^1163^2.14^0.271^0.026^37.0^0.0^0.514^0.218^7.395^0.841^0.506^1^0^1^1^82.3^0.42^44^13^13^0^0^0^0^0^0.22^0.0^0.975^1.333^0.424^57^276.76^~1 slice~^85.00^~1 serving, (3 oz)~^1 ~10883~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN,HTD,RSTD~^71.71^113^20.57^3.01^3.87^0.84^0.0^0.81^6^0.85^22^318^367^1180^1.98^0.272^0.027^32.7^0.0^0.620^0.216^6.830^0.892^0.462^2^0^2^2^79.8^0.42^44^13^13^0^0^0^0^0^0.27^0.0^1.044^1.422^0.437^56^1496.77^~1 roast~^85.00^~1 serving, (3 oz)~^0 ~10884~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN,UNHTD~^72.85^110^19.44^3.21^3.56^0.95^0.0^1.03^6^0.87^21^303^347^1098^1.98^0.142^0.025^34.5^0.0^0.531^0.209^6.877^0.788^0.474^1^0^1^1^75.2^0.41^44^13^13^0^0^0^0^0^0.26^0.0^0.934^1.274^0.400^53^28.35^~1 oz~^453.60^~1 lb~^0 ~10885~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN,UNHTD~^76.53^91^18.65^1.87^3.09^0.00^0.0^0.71^7^0.76^18^229^229^1040^1.99^0.097^0.022^40.0^0.0^0.322^0.218^3.590^0.460^0.246^1^0^1^1^76.9^0.31^29^9^9^0^0^0^0^0^0.22^0.0^0.592^0.806^0.270^50^3846.40^~1 ham, shank (1 shank unheated or as purchased)~^28.35^~1 oz, shank~^26 ~10886~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BONE-IN,LN,UNHTD~^76.75^91^17.38^2.29^3.26^0.32^0.0^1.23^9^1.08^17^235^221^1090^1.86^0.198^0.022^35.3^0.0^0.374^0.214^4.710^0.426^0.295^1^0^1^1^69.7^0.39^28^9^9^0^0^0^0^0^0.19^0.0^0.768^1.061^0.367^54^544.90^~1 slice~^453.60^~1 lb~^20 ~10887~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN,UNHTD~^74.32^107^17.93^3.38^3.14^1.24^0.0^0.97^10^0.67^18^218^221^1070^1.65^0.117^0.022^40.3^0.0^0.282^0.222^4.090^0.462^0.247^2^0^2^2^81.3^0.58^32^10^10^0^0^0^0^0^0.18^0.0^1.105^1.530^0.456^58^28.35^~1 oz~^453.60^~1 lb~^18 ~10888~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BONE-IN,LN,UNHTD~^75.54^103^14.47^3.78^3.39^2.82^0.0^0.91^9^1.50^14^222^209^1160^1.66^0.137^0.022^13.0^0.0^0.423^0.178^4.380^0.387^0.362^1^0^1^1^72.8^0.48^31^9^9^0^0^0^0^0^0.11^0.0^1.266^1.730^0.538^49^449.45^~1 slice~^453.60^~1 lb~^14 ~10889~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,UNHTD,LN~^73.97^113^17.53^4.18^3.11^1.20^0.0^1.06^8^0.97^15^209^234^1090^2.19^0.134^0.022^28.1^0.0^0.696^0.225^3.580^0.632^0.267^1^0^1^1^85.7^0.55^32^9^9^0^0^0^0^0^0.25^0.0^1.384^1.849^0.671^52^453.60^~1 lb, shank~^28.35^~1 oz, shank~^44 ~10890~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN,UNHTD~^70.80^122^22.71^3.47^2.96^0.06^0.0^0.43^9^1.05^21^253^303^893^2.40^0.109^0.022^41.0^0.0^0.265^0.225^7.230^0.377^0.336^1^0^1^1^102.2^0.51^34^10^10^0^0^0^0^0^0.24^0.0^1.160^1.632^0.582^68^453.60^~1 lb, rump~^28.35^~1 oz, rump~^37 ~10891~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN,UNHTD~^70.50^130^25.11^3.33^2.63^0.00^0.0^0.30^7^1.10^20^250^299^809^2.79^0.117^0.022^52.3^0.0^0.235^0.246^5.280^0.516^0.393^3^0^3^3^97.3^0.37^33^10^10^0^0^0^0^0^0.26^0.0^1.048^1.595^0.402^63^453.60^~1 lb, shank~^28.35^~1 oz, shank~^24 ~10892~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BONE-IN,LN,UNHTD~^70.29^123^24.34^2.87^2.80^0.00^0.0^0.00^9^1.10^20^258^300^861^2.30^0.097^0.022^46.5^0.0^0.240^0.251^6.590^0.413^0.352^1^0^1^1^125.3^0.60^39^12^12^0^0^0^0^0^0.20^0.0^0.726^0.884^0.378^63^430.20^~1 slice~^467.60^~2 slice~^12 ~10893~^~PORK,CURED,HAM W/ NAT JUICES,SPIRAL SLICE,BNLESS,LN,UNHTD~^72.46^109^19.25^3.26^4.39^0.63^0.0^1.22^4^0.76^20^283^317^895^1.65^0.171^^37.9^0.0^0.399^0.196^5.733^^0.365^1^0^1^1^78.2^0.44^39^12^12^0^0^0^0^0^0.17^0.0^1.009^1.384^0.585^57^28.35^~1 oz, spiral slice~^453.60^~1 lb, spiral slice~^5 ~10894~^~PORK,CURED,HAM,FAT,BNLESS,HTD~^35.47^507^8.77^51.57^2.19^2.00^0.0^0.28^6^0.53^16^169^195^677^1.14^0.330^0.022^16.0^0.0^0.278^0.096^3.080^0.413^0.201^1^0^1^1^^0.31^42^12^12^0^0^0^0^0^0.35^^17.048^23.798^6.470^72^^~~^^~~^0 ~10895~^~PORK,CURED,HAM,FAT,BNLESS,UNHTD~^35.65^515^7.50^53.00^1.98^1.87^0.0^0.44^4^0.50^11^143^174^616^1.14^0.097^0.022^15.8^0.0^0.233^0.021^2.570^0.345^0.187^0^0^0^0^30.7^0.31^44^13^13^0^0^0^0^0^0.76^0.0^17.433^23.902^6.901^61^^~~^^~~^0 ~10898~^~PORK,PICKLED PORK HOCKS~^68.02^171^19.11^10.54^2.76^0.00^0.0^0.00^19^1.14^6^60^47^1050^2.38^0.082^0.022^26.3^0.0^0.080^0.068^1.100^0.344^0.064^1^0^1^1^^0.51^76^23^23^0^0^0^0^0^0.17^0.0^3.231^5.134^1.198^89^^~~^^~~^0 ~10899~^~PORK,CURED,HAM,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^65.33^146^27.18^4.09^3.17^0.23^0.0^0.74^15^1.42^25^296^427^870^3.04^0.426^0.022^25.3^0.0^0.575^0.317^7.767^0.758^0.540^2^0^2^2^112.9^0.66^0^0^0^0^0^0^0^0^0.30^0.0^1.253^1.613^0.644^73^366.23^~1 slice~^85.00^~1 serving, (3 oz)~^14 ~07213~^~OSCAR MAYER HAM (WATER ADDED BKD CKD 96% FAT FREE)~^74.45^104^16.30^3.52^3.90^1.83^0.0^1.00^10^1.30^31^233^268^1242^1.81^0.240^^^0.0^^^^^^4^0^4^4^^^0^0^0^0^0^0^0^0^^^0.851^1.165^1.314^48^63.00^~1 serving, (3 slices)~^^~~^0 ~07214~^~OSCAR MAYER,HAM (H2O ,BLD)~^74.60^104^16.60^3.70^4.00^1.20^0.0^0.30^10^1.48^31^239^283^1348^1.85^0.240^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.247^1.727^0.356^47^63.00^~1 serving~^21.00^~1 slice~^0 ~07215~^~OSCAR MAYER,HAM (H2O ,HONEY)~^72.70^111^16.70^3.50^4.00^3.10^0.0^3.10^10^1.35^31^259^281^1248^2.08^0.230^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.167^1.669^0.314^45^63.00^~1 serving~^21.00^~1 slice~^0 ~07216~^~OSCAR MAYER,HAM (H2O ,SMOKED,CKD)~^75.80^99^16.60^3.60^3.90^0.10^0.0^0.10^10^1.30^31^233^268^1214^1.81^0.240^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.222^1.673^0.345^48^63.00^~1 serving~^21.00^~1 slice~^0 ~07217~^~OSCAR MAYER,HAM (40%HAM/WATER PRODUCT,SMOKED,FAT FREE)~^79.20^72^14.60^0.70^3.70^1.90^0.0^1.10^11^0.91^27^197^234^1084^1.57^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.221^0.272^0.136^38^47.00^~1 serving~^16.00^~1 slice~^0 ~07218~^~OSCAR MAYER,HEAD CHEESE~^67.50^185^15.70^13.50^3.30^0.00^0.0^0.00^21^1.63^11^63^29^1073^1.19^0.200^^^0.0^0.040^0.170^0.970^0.220^0.130^1^0^1^1^^0.95^100^^^^^^^^^^4.299^6.913^1.344^91^28.00^~1 serving~^^~~^0 ~07220~^~OSCAR MAYER,LIVER CHS,PORK FAT WRAPPED~^52.20^313^15.20^26.40^3.60^2.60^0.0^1.30^9^11.90^15^233^214^1105^3.85^0.584^0.196^^2.7^0.210^2.200^12.010^3.730^0.450^113^0^113^113^^24.29^23778^7133^7133^0^0^0^0^0^^^9.300^13.100^4.100^211^38.00^~1 slice~^^~~^0 ~07221~^~OSCAR MAYER,LUNCHEON LOAF (SPICED)~^58.60^234^13.50^16.90^4.00^7.00^0.0^4.60^109^1.35^24^195^270^1226^1.95^2.310^^^0.0^^^^^^^^^^^^0^^^^^^^^^^5.367^7.393^2.789^67^28.00^~1 serving~^^~~^0 ~07222~^~OSCAR MAYER,OLD FASHIONED LOAF~^58.90^231^13.10^16.30^3.70^8.00^0.0^4.60^113^1.32^23^208^294^1184^1.87^0.140^^^0.0^^^^^^^^^^^^0^^^^^^^^^^5.600^7.860^2.640^61^28.00^~1 serving~^^~~^0 ~07223~^~OSCAR MAYER,OLIVE LOAF (CHICK,PORK,TURKEY)~^57.50^263^9.90^21.80^3.90^6.90^0.0^3.20^111^1.74^27^132^186^1318^1.05^0.220^^^0.0^^^^^^^^^^^^0^^^^^^^^^^7.020^11.130^2.630^71^28.00^~1 serving~^^~~^0 ~07224~^~OSCAR MAYER,PICKLE PIMIENTO LOAF (W/CHICK)~^55.80^269^9.60^21.60^3.80^9.10^0.0^6.90^110^2.17^29^150^174^1275^1.18^0.280^^^0.0^^^^^^^^^^^^0^^^^^^^^^^6.990^10.430^2.810^80^28.00^~1 serving~^^~~^0 ~07225~^~OSCAR MAYER,PORK SAUSAGE LINKS (CKD)~^49.50^343^16.30^30.50^2.70^1.00^0.0^0.90^16^1.72^18^158^238^836^2.60^0.320^^^0.0^^^^^^^^^^^^0^^^^^^^^^^10.690^14.800^3.680^77^48.00^~1 serving, 2 links~^24.00^~1 link~^0 ~07226~^~OSCAR MAYER,SALAMI BF COTTO~^64.50^206^14.20^15.70^3.80^1.90^0.0^1.10^7^2.71^17^224^207^1309^2.09^0.230^^^0.0^^^^^^^^^^^^^^^^^^^^^^6.740^6.910^0.780^83^46.00^~1 serving, 2 slices~^23.00^~1 slice~^0 ~07227~^~OSCAR MAYER,SALAMI COTTO (BF,PORK,CHICK)~^60.60^245^13.40^20.30^3.50^2.20^0.0^1.50^75^2.89^29^247^217^1095^1.97^0.420^^^0.0^^^^^^^^^^^^0^^^^^^^^^^8.470^10.150^1.670^80^46.00^~1 serving, 2 slices~^23.00^~1 slice~^0 ~07228~^~OSCAR MAYER,SALAMI (FOR BEER)~^62.90^225^13.50^18.20^3.60^1.90^0.0^1.10^9^1.18^18^231^212^1231^2.04^0.240^^^0.0^^^^^^^^^^^^0^^^^^^^^^^6.388^8.824^1.896^69^46.00^~1 serving, 2 slices~^23.00^~1 slice~^0 ~07229~^~OSCAR MAYER,SALAMI (GENOA)~^39.10^388^20.70^33.30^5.60^1.20^0.0^0.20^20^1.86^23^202^334^1826^3.36^0.250^0.043^^0.0^0.620^0.300^4.270^^0.340^^^^^^1.32^0^^^^^^^^^^12.040^16.750^2.710^102^27.00^~1 serving, 3 slices~^9.00^~1 slice~^0 ~07230~^~OSCAR MAYER,SALAMI (HARD)~^38.25^368^25.90^28.70^5.55^1.60^0.0^0.20^12^1.83^21^180^356^1976^3.16^0.190^0.039^^0.0^0.570^0.260^5.050^1.060^0.440^3^0^3^3^^1.88^44^5^3^0^20^0^0^0^^^11.085^15.011^2.856^97^27.00^~1 serving, 3 slices~^9.00^~1 slice~^0 ~07231~^~OSCAR MAYER,SNDWCH SPRD (PORK,CHICK,BF)~^59.20^237^6.50^16.60^2.40^15.40^0.3^7.90^27^0.80^12^69^118^821^0.88^0.180^^^0.0^^^^^^^^^^^^100^^^^^^^^^^5.754^7.201^2.483^45^30.00^~1 serving~^^~~^0 ~07232~^~OSCAR MAYER,SMOKIE LINKS SAUSAGE~^55.50^302^12.40^27.30^3.10^1.70^0.0^1.60^10^1.17^17^240^180^1007^2.09^0.250^^^0.0^^^^^^^^^^^^0^^^^^^^^^^9.380^13.170^2.780^63^43.00^~1 serving~^^~~^0 ~07233~^~OSCAR MAYER SMOKIES (BEEF)~^56.30^296^12.25^26.65^2.90^1.95^0.0^1.40^11^1.75^15^230^173^967^2.96^0.200^^^0.0^^^^^^11^0^11^11^^^0^0^0^0^0^0^0^0^^^11.250^12.800^0.900^62^43.00^~1 serving, (1 link)~^^~~^0 ~07234~^~OSCAR MAYER,SMOKIES (CHS)~^54.90^303^12.90^27.10^3.30^1.80^0.0^1.50^45^1.07^16^288^181^1046^1.96^0.200^^^0.0^^^^^^^^^^^^160^^^^^^^^^^10.160^12.990^2.700^70^43.00^~1 serving~^^~~^0 ~07235~^~OSCAR MAYER,SMOKIES SAUSAGE LITTLE (PORK,TURKEY)~^55.50^301^12.40^27.10^3.20^1.80^0.0^1.40^11^1.18^17^212^173^1022^1.97^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^9.444^12.889^2.870^64^9.00^~1 link~^57.00^~1 serving~^0 ~07236~^~OSCAR MAYER,SMOKIES SAUSAGE LITTLE CHS (PORK,TURKEY)~^53.20^315^13.50^28.20^3.40^1.70^0.0^0.30^67^1.24^21^248^152^1036^2.04^0.300^^^0.0^^^^^^^^^^^^0^^^^^^^^^^11.160^13.190^2.790^67^9.00^~1 link~^57.00^~1 serving~^0 ~07237~^~OSCAR MAYER,SMMR SAUSAGE BF THURINGER CERVELAT~^52.50^309^14.60^27.00^4.10^1.90^0.0^1.10^8^2.49^15^121^233^1424^2.34^0.190^0.032^^0.0^0.150^0.330^4.310^^0.260^5^0^5^5^^5.50^^^^^^^^^^^11.800^12.900^1.130^80^46.00^~1 serving, 2 slices~^23.00^~1 slice~^0 ~07238~^~OSCAR MAYER,SMMR SAUSAGE THURINGER CERVALAT~^53.30^304^14.90^26.70^4.10^0.90^0.0^0.50^9^2.24^15^130^228^1430^2.13^0.170^0.031^^0.0^0.230^0.290^4.390^0.550^0.300^5^0^5^5^^3.76^^^^^^^^^^^10.727^12.142^2.229^84^46.00^~1 serving, 2 slices~^23.00^~1 slice~^0 ~07239~^~OSCAR MAYER,TURKEY BREAST (SMOKED,FAT FREE)~^77.50^80^14.90^0.60^3.40^3.60^0.0^1.10^10^0.77^30^243^218^1095^0.85^0.260^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.180^0.150^0.110^31^52.00^~1 serving, 4 slices~^13.00^~1 slice~^0 ~07240~^~OSCAR MAYER,WIENERS (PORK,TURKEY)~^53.35^327^10.95^29.90^3.15^2.70^0.0^1.80^60^1.16^17^137^162^988^1.72^0.260^^^0.0^^^^^^^^^^^^0^0^0^0^0^0^0^0^^^9.467^13.806^4.255^72^45.00^~1 serving, (1 link)~^^~~^0 ~07241~^~OSCAR MAYER,WIENERS (BEEF FRANKS)~^53.22^327^11.35^30.26^2.82^2.35^0.0^1.60^10^1.34^13^140^130^1025^2.19^0.140^0.020^11.5^0.0^0.034^0.100^2.292^0.220^0.072^6^0^6^6^^1.63^0^0^0^0^0^0^0^0^^^12.460^14.740^1.360^56^45.00^~1 serving~^^~~^0 ~07242~^~OSCAR MAYER WIENERS (BEEF FRANKS BUN LENGTH)~^53.15^324^11.10^30.10^2.85^2.65^0.0^1.80^13^1.56^15^105^158^1025^2.25^0.150^^^0.0^^^^^^11^0^11^11^^^0^0^0^0^0^0^0^0^^^12.530^14.620^0.960^59^57.00^~1 serving, (1 link)~^^~~^0 ~07243~^~OSCAR MAYER,WIENERS (BEEF FRANKS,FAT FREE)~^78.00^78^13.20^0.50^3.20^5.10^0.0^3.80^20^1.95^19^129^467^927^2.41^0.160^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.225^0.190^0.049^30^50.00^~1 serving~^^~~^0 ~07244~^~OSCAR MAYER,WIENERS (BEEF FRANKS,LIGHT)~^66.80^193^10.70^14.90^3.50^4.10^0.0^2.10^21^1.56^18^164^401^1079^2.10^0.210^^^0.0^^^^^^^^^^^^0^^^^^^^^^^6.320^7.520^0.990^49^57.00^~1 serving~^^~~^0 ~07245~^~OSCAR MAYER,WIENERS (CHEESE HOT DOGS W/ TURKEY)~^52.90^318^12.00^28.70^3.60^2.80^0.0^1.80^164^1.48^25^215^131^1143^1.84^0.180^^^0.0^^^^^^^^^^^^0^^^^^^^^^^10.025^13.104^3.849^74^45.00^~1 serving~^^~~^0 ~07246~^~OSCAR MAYER,WIENERS (FAT FREE HOT DOGS)~^78.80^73^12.60^0.60^3.70^4.30^0.0^2.10^15^0.92^21^162^471^974^1.19^0.220^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.200^0.210^0.110^29^50.00^~1 serving~^^~~^0 ~07247~^~OSCAR MAYER,WIENERS (LIGHT PORK,TURKEY,BEEF)~^66.70^194^12.10^14.90^3.50^2.80^0.0^1.50^38^1.28^17^169^397^1036^1.77^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^5.199^6.763^2.044^62^57.00^~1 serving~^^~~^0 ~07248~^~OSCAR MAYER,WIENERS LITTLE (PORK,TURKEY)~^55.00^311^10.90^28.70^3.10^2.30^0.0^1.60^13^1.02^13^97^159^1039^1.84^0.110^^^0.0^^^^^^^^^^^^0^^^^^^^^^^11.150^14.330^2.670^55^9.00^~1 piece~^57.00^~1 serving~^0 ~07249~^~LOUIS RICH,CHICK BREAST CLASSIC BKD /GRILL (CARVING BOARD)~^72.90^98^19.70^0.50^3.30^3.70^0.0^0.70^8^1.28^32^282^291^1142^0.88^0.240^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.162^0.177^0.081^52^45.00^~1 serving~^22.00^~1 slice~^0 ~07250~^~LOUIS RICH,CHICK BREAST (OVEN RSTD DELUXE)~^73.70^101^18.30^2.00^3.50^2.50^0.0^1.50^7^1.15^24^266^265^1188^0.73^0.230^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.541^0.821^0.317^49^28.00^~1 serving~^^~~^0 ~07251~^~LOUIS RICH,CHICK (WHITE,OVEN RSTD)~^71.50^128^17.00^5.60^3.60^2.30^0.0^1.00^17^1.58^24^248^302^1196^1.13^0.230^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.452^2.336^0.973^59^28.00^~1 serving~^^~~^0 ~07252~^~LOUIS RICH,FRANKS (TURKEY & CHICK CHEESE)~^63.90^201^12.70^14.50^3.80^5.10^0.0^1.70^243^2.11^22^204^158^1070^1.80^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^5.190^6.220^2.980^94^45.00^~1 serving~^^~~^0 ~07253~^~LOUIS RICH,FRANKS (TURKEY & CHICKEN)~^66.90^188^11.20^13.50^3.10^5.30^0.0^1.50^131^2.18^23^147^160^1136^1.86^0.220^^^0.0^^^^^^^^^^^^0^^^^^^^^^^3.839^5.553^3.163^92^45.00^~1 serving~^^~~^0 ~07254~^~LOUIS RICH TURKEY BACON~^59.00^250^15.10^20.30^3.90^1.70^0.0^1.80^40^1.45^19^199^208^1213^2.52^0.250^^^0.0^^^^^^8^0^8^8^^^0^0^0^0^0^0^0^0^^^5.270^7.510^4.700^90^14.00^~1 serving~^^~~^0 ~08355~^~CEREALS RTE,QUAKER,MOTHER'S COCOA BUMPERS~^2.50^376^5.08^1.74^3.02^87.64^3.1^41.84^139^5.29^60^167^787^546^1.08^0.190^0.370^0.0^0.0^0.150^0.630^1.310^0.340^0.030^13^0^13^13^^0.00^164^8^0^^^^^^^^0.310^0.310^0.630^0^33.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08357~^~CEREALS RTE,QUAKER,FRUITY BRONTOSAURUS BLASTS,BAGGED CRL~^2.50^376^3.75^2.45^2.01^89.27^1.4^43.95^5^9.58^20^63^49^590^0.66^0.070^0.620^^28.0^0.710^1.690^19.680^0.680^2.000^274^255^19^453^^0.00^2680^805^805^^^^^^^^0.230^1.880^0.230^0^^~~^^~~^0 ~08358~^~CEREALS RTE,QUAKER,CRISPY CORN PUFFS CRL~^2.50^376^7.23^2.88^3.88^83.50^4.3^20.35^376^28.73^89^331^280^801^13.75^0.210^1.260^0.0^22.0^1.370^1.550^18.340^0.560^1.830^1400^1381^19^2367^^0.00^1834^551^551^^^^^^^^0.520^0.830^1.170^0^^~~^^~~^0 ~08359~^~CEREALS RTE,QUAKER,FRSTD OATS~^2.50^396^6.06^5.96^3.50^81.96^4.3^37.49^25^19.01^62^243^184^864^15.84^0.150^1.930^0.0^25.3^1.010^1.790^21.120^0.310^2.110^1600^1581^19^2707^^0.00^2112^634^634^^^^^^^^1.290^1.800^0.990^0^^~~^^~~^0 ~08360~^~CEREALS RTE,QUAKER,OATMEAL CRL,BROWN SUGAR BLISS~^2.50^384^8.78^5.56^3.43^79.69^7.4^^298^10.10^105^316^327^509^12.00^0.340^2.830^2.3^3.2^1.200^1.360^16.000^0.620^1.600^889^870^19^1498^^0.00^1600^480^480^^^^^^^^1.160^1.690^1.360^0^49.00^~1 cup~^^~~^0 ~08361~^~CEREALS RTE,QUAKER,HONEY GRAHAM BAGGED CRL~^2.50^395^5.60^5.24^3.00^83.64^2.8^38.37^35^17.68^60^191^234^825^14.73^0.180^0.540^2.9^23.6^1.470^1.670^19.640^0.490^1.960^1500^1481^19^2537^^0.08^1965^590^590^^^^^^^^1.310^0.810^0.700^0^^~~^^~~^0 ~08362~^~CEREALS RTE,QUAKER,TSTD OATS/OATMMM'S~^3.50^380^9.23^5.10^4.23^77.91^6.6^7.99^41^29.53^97^385^288^953^13.75^0.210^2.940^0.1^22.0^0.680^1.590^18.330^0.480^1.830^1400^1381^19^2367^^0.00^1834^551^551^^^^^^^^0.910^1.770^1.460^0^^~~^^~~^0 ~08363~^~CEREALS RTE,QUAKER,KRETSCHMER TSTD WHEAT BRAN~^11.72^200^17.56^5.16^6.04^59.51^41.3^^66^13.88^606^1314^1284^6^11.23^1.090^17.380^0.0^0.0^1.100^0.450^20.620^2.930^0.680^193^152^41^299^74.4^0.23^0^0^0^^^^^^^^0.770^0.800^2.720^0^16.00^~.25 cup, (1 NLEA serving)~^^~~^0 ~08364~^~CEREALS RTE,QUAKER,CINN CRUNCH BAGGED CRL~^2.50^397^5.07^6.02^2.72^83.67^4.0^^32^16.50^62^192^202^777^13.75^0.160^0.980^0.0^22.0^1.370^1.550^18.330^0.380^1.830^1400^1381^19^2367^^0.00^1833^551^551^^^^^^^^1.520^1.220^0.860^0^^~~^^~~^0 ~08366~^~CEREALS RTE,QUAKER,KRETSCHMER WHEAT GERM,REG~^4.78^366^31.43^9.56^4.82^49.38^11.9^^50^8.34^313^1130^1097^6^16.01^0.620^19.080^0.0^6.0^1.970^0.780^5.580^1.400^0.600^669^317^352^892^^0.21^0^0^0^^^^^^^^1.660^1.250^5.980^0^14.00^~1.67 tablespoon~^^~~^0 ~08371~^~CEREALS RTE,GENERAL MILLS,PARA SU FAMILIA RAISIN BRAN~^8.14^309^7.27^1.82^6.44^76.36^12.4^20.00^1273^32.73^73^182^491^545^13.64^0.218^^^0.0^0.680^1.550^18.180^^1.818^727^708^19^1223^^2.73^909^273^^^^^^^^^^^^0^55.00^~1.33 cup, (1 NLEA serving)~^^~~^0 ~08374~^~CEREALS RTE,KELLOGG,KELLOGG'S,CRISPIX CINN CRUNCH~^3.00^399^4.80^3.70^1.50^87.00^0.5^30.40^31^19.60^18^69^123^598^5.20^0.090^0.309^^21.0^1.300^1.500^17.000^0.305^1.700^677^658^19^1138^^5.10^1667^501^501^0^0^0^0^0^0.32^0.9^0.500^2.100^1.100^0^30.00^~.75 cup~^^~~^0 ~08375~^~CEREALS RTE,KELLOGG,KELLOGG'S CRUNCHEROOS~^3.00^365^13.30^5.00^5.40^73.30^10.0^4.40^407^33.30^107^500^300^800^15.30^0.300^^^24.4^1.530^1.730^20.300^^2.030^240^221^19^395^^6.10^2033^^^^^^^^^^0.000^2.500^2.500^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08376~^~CEREALS RTE,KELLOGG,KELLOGG'S MARSHMLLW FROOT LOOPS~^2.50^394^4.00^2.40^1.10^90.00^1.5^53.00^11^15.00^26^58^85^359^6.20^0.112^0.623^9.0^50.0^1.300^1.400^16.700^0.064^1.700^333^314^19^553^4.6^5.00^1667^487^485^14^21^0^0^324^0.23^0.7^1.300^0.300^0.800^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08379~^~CEREALS RTE,KELLOGG,KELLOGG'S PUFFED WHEAT~^4.00^322^15.00^1.60^2.40^77.00^15.0^0.00^40^0.00^^421^475^3^^^^^0.0^^^^^^^^^^^0.00^0^^^^^^^^^^0.300^0.600^0.700^0^9.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08380~^~CEREALS RTE,KELLOGG,KELLOGG'S,RAISIN BRAN CRUNCH~^5.30^354^6.10^1.90^1.80^84.90^7.6^37.70^35^8.50^88^259^401^394^3.00^0.300^1.772^3.6^1.3^0.700^0.800^10.000^0.574^0.900^190^171^19^310^12.1^2.90^1021^307^307^0^0^0^0^0^0.41^1.3^0.380^0.700^0.800^0^53.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08383~^~CEREALS RTE,KELLOGG,KELLOGG'S SPL K RED BERRIES~^3.00^369^12.40^1.00^3.00^80.60^3.2^32.20^60^26.20^39^162^242^710^1.60^0.170^1.417^13.0^67.7^1.690^2.000^22.600^0.475^2.260^452^433^19^755^21.8^6.80^2419^726^726^0^0^0^0^0^15.26^0.6^0.240^0.200^0.600^0^31.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08384~^~CEREALS RTE,KELLOGG,KELLOGG'S SHREDDED WHEAT MINIATURES~^5.00^339^11.00^2.10^1.90^80.00^13.0^2.00^42^30.00^^386^452^0^3.50^0.400^^^^0.500^0.600^6.700^^0.700^133^105^28^207^^^^^^^^^^^^^0.400^0.300^1.400^0^30.00^~30 biscuits, (1 NLEA serving)~^^~~^0 ~08386~^~CEREALS RTE,KASHI GOLEAN CRUNCH! BY KELLOGG~^4.00^377^17.50^5.80^4.80^67.90^15.2^24.60^87^3.50^83^213^566^385^0.90^0.300^0.120^21.0^0.0^0.060^0.030^0.300^0.657^0.030^45^2^43^46^46.8^0.00^9^0^0^0^3^2^0^93^0.54^6.5^0.470^3.230^2.100^0^53.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08387~^~CEREALS RTE,KASHI HEART TO HEART,HONEY TSTD OAT~^2.80^358^13.00^5.10^3.10^76.00^14.1^14.00^25^5.50^26^99^310^238^4.50^0.304^^28.4^91.0^0.496^0.185^1.818^0.651^6.100^1212^1169^43^2030^53.5^18.20^3787^189^0^14^2266^0^0^0^40.95^1.9^0.900^1.300^2.900^0^33.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~08388~^~CEREALS RTE,PUFFED KASHI BY KELLOGG~^3.00^394^12.00^2.90^2.10^80.00^6.8^3.20^41^2.80^154^240^333^10^3.03^0.455^3.400^35.9^0.0^0.120^0.140^3.200^1.155^0.330^32^0^32^32^33.4^0.00^6^0^0^0^3^0^0^134^0.91^3.1^0.600^0.800^1.300^0^19.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08389~^~CEREALS RTE,KASHI 7 WHL GRAIN HONEY PUFFS~^3.00^381^10.00^3.30^1.20^82.50^6.7^23.00^29^2.35^114^264^264^20^2.51^0.374^3.151^28.3^0.0^0.100^0.121^2.600^0.968^0.236^26^0^26^26^30.4^0.00^2^0^0^0^0^0^0^135^0.84^2.0^0.359^0.558^0.866^0^30.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08390~^~CEREALS RTE,KASHI GOOD FRIENDS BY KELLOGG~^2.00^316^9.40^3.60^3.20^81.80^22.2^17.00^34^3.00^114^236^495^244^2.65^0.387^3.398^30.9^0.0^0.200^0.110^4.000^1.010^0.270^43^0^43^43^26.1^0.00^119^6^0^33^54^0^0^479^0.84^2.9^0.400^1.000^1.700^0^53.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08393~^~CEREALS RTE,KASHI GOLEAN BY KELLOGG~^2.20^284^26.10^1.90^12.00^58.00^19.6^12.00^140^5.00^165^475^926^165^0.70^2.091^2.299^11.6^0.0^0.415^0.170^2.305^1.324^0.420^43^0^43^43^64.0^0.00^97^5^0^21^47^0^0^413^0.36^2.5^0.400^0.400^1.100^0^52.00^~1 cup, (1 NLEA serving)~^^~~^0 ~08394~^~CEREALS RTE,QUAKER,MOTHER'S HONEY ROUNDUP~^2.50^382^5.44^2.00^2.27^87.77^3.1^35.68^23^1.77^64^197^237^587^1.28^0.150^0.920^^0.0^0.180^0.050^1.040^0.410^0.060^17^^17^^^0.00^138^^^^^^^^^^0.380^0.560^0.820^0^^~~^^~~^0 ~09253~^~PEARS,CND,H2O PK,SOL&LIQUIDS~^91.81^29^0.19^0.03^0.16^7.81^1.6^6.10^4^0.21^4^7^53^2^0.09^0.051^0.034^0.0^1.0^0.008^0.010^0.054^0.022^0.014^1^0^1^1^3.4^0.00^0^0^0^0^0^0^0^34^0.08^0.3^0.002^0.006^0.007^0^244.00^~1 cup, halves~^76.00^~1 half, with liquid~^0 ~09254~^~PEARS,CND,JUC PK,SOL&LIQUIDS~^86.47^50^0.34^0.07^0.19^12.94^1.6^9.70^9^0.29^7^12^96^4^0.09^0.053^0.034^0.0^1.6^0.011^0.011^0.200^0.022^0.014^1^0^1^1^3.4^0.00^6^0^0^0^3^0^0^34^0.08^0.3^0.004^0.014^0.015^0^248.00^~1 cup, halves~^76.00^~1 half, with liquid~^0 ~09255~^~PEARS,CND,EX LT SYRUP PK,SOL&LIQUIDS~^87.30^47^0.30^0.10^0.10^12.20^1.6^^7^0.20^5^7^45^2^0.07^0.070^0.033^^2.0^0.010^0.020^0.400^0.022^0.014^1^0^1^1^^0.00^0^0^0^^^^^^^^0.006^0.021^0.023^0^247.00^~1 cup, halves~^76.00^~1 half, with liquid~^0 ~09256~^~PEARS,CND,LT SYRUP PK,SOL&LIQUIDS~^84.46^57^0.19^0.03^0.14^15.17^1.6^12.10^5^0.28^4^7^66^5^0.08^0.049^0.033^0.0^0.7^0.010^0.016^0.154^0.022^0.014^1^0^1^1^3.4^0.00^0^0^0^0^0^0^0^34^0.08^0.3^0.002^0.006^0.007^0^251.00^~1 cup, halves~^76.00^~1 half, with liquid~^0 ~09257~^~PEARS,CND,HVY SYRUP PK,SOL&LIQUIDS~^80.35^74^0.20^0.13^0.15^19.17^1.6^15.20^5^0.22^4^7^65^5^0.08^0.049^0.032^0.0^1.1^0.010^0.022^0.242^0.022^0.014^1^0^1^1^1.9^0.00^0^0^0^0^0^0^0^34^0.08^0.3^0.007^0.027^0.030^0^266.00^~1 cup~^76.00^~1 half, with liquid~^0 ~09258~^~PEARS,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^74.28^97^0.19^0.13^0.15^25.25^1.6^^5^0.22^4^7^64^5^0.08^0.048^0.032^^1.1^0.010^0.022^0.238^0.022^0.014^1^0^1^1^^0.00^0^0^0^^^^^^^^0.007^0.026^0.030^0^266.00^~1 cup, halves~^79.00^~1 half, with liquid~^0 ~09259~^~PEARS,DRIED,SULFURED,UNCKD~^26.69^262^1.87^0.63^1.11^69.70^7.5^62.20^34^2.10^33^59^533^6^0.39^0.371^0.327^0.2^7.0^0.008^0.145^1.372^0.153^0.072^0^0^0^0^23.0^0.00^3^0^0^0^2^0^0^50^0.06^20.4^0.035^0.132^0.148^0^180.00^~1 cup, halves~^18.00^~1 half~^0 ~09260~^~PEARS,DRIED,SULFURED,STWD,WO/ SUGAR~^64.44^127^0.91^0.31^0.54^33.81^6.4^27.41^16^1.02^16^28^258^3^0.19^0.180^0.159^0.1^4.0^0.004^0.020^0.351^0.074^0.035^0^0^0^0^11.2^0.00^42^2^0^1^23^3^0^24^0.03^9.9^0.017^0.064^0.072^0^255.00^~1 cup, halves~^^~~^0 ~09261~^~PEARS,DRIED,SULFURED,STWD,W/ SUGAR~^61.20^140^0.86^0.29^0.51^37.14^5.8^^15^0.97^15^27^245^3^0.18^0.171^0.151^2.4^3.8^0.004^0.019^0.333^0.070^0.033^0^0^0^0^^0.00^40^2^0^^^^^^^^0.016^0.061^0.068^0^280.00^~1 cup, halves~^^~~^0 ~09262~^~PEAR NECTAR,CND,WO/ VIT C~^84.01^60^0.11^0.01^0.10^15.76^0.6^15.16^5^0.26^3^3^13^4^0.07^0.067^0.030^0.0^1.1^0.002^0.013^0.128^0.022^0.014^1^0^1^1^2.0^0.00^1^0^0^0^1^0^0^20^0.05^1.8^0.001^0.003^0.003^0^250.00^~1 cup~^31.20^~1 fl oz~^0 ~09263~^~PERSIMMONS,JAPANESE,RAW~^80.32^70^0.58^0.19^0.33^18.59^3.6^12.53^8^0.15^9^17^161^1^0.11^0.113^0.355^0.6^7.5^0.030^0.020^0.100^^0.100^8^0^8^8^7.6^0.00^1627^81^0^0^253^1447^159^834^0.73^2.6^0.020^0.037^0.043^0^168.00^~1 fruit, (2-1/2" dia)~^^~~^16 ~09264~^~PERSIMMONS,JAPANESE,DRIED~^23.01^274^1.38^0.59^1.59^73.43^14.5^^25^0.74^31^81^802^2^0.42^0.442^1.390^^0.0^^0.029^0.180^^^^^^^^0.00^767^38^0^18^374^156^^^^^^^^0^34.00^~1 fruit, without refuse~^^~~^8 ~09265~^~PERSIMMONS,NATIVE,RAW~^64.40^127^0.80^0.40^0.90^33.50^^^27^2.50^^26^310^1^^^^^66.0^^^^^^^^^^^0.00^^^^^^^^^^^^^^0^25.00^~1 fruit, without refuse~^^~~^18 ~09266~^~PINEAPPLE,RAW,ALL VAR~^86.00^50^0.54^0.12^0.22^13.12^1.4^9.85^13^0.29^12^8^109^1^0.12^0.110^0.927^0.1^47.8^0.079^0.032^0.500^0.213^0.112^18^0^18^18^5.5^0.00^58^3^0^0^35^0^0^0^0.02^0.7^0.009^0.013^0.040^0^164.53^~1 cup, chunks~^905.11^~1 fruit~^49 ~09267~^~PINEAPPLE,CND,H2O PK,SOL&LIQUIDS~^90.82^32^0.43^0.09^0.35^8.30^0.8^7.50^15^0.40^18^4^127^1^0.12^0.105^1.121^0.4^7.7^0.093^0.026^0.298^0.100^0.074^5^0^5^5^3.8^0.00^38^2^0^0^23^0^0^0^0.01^0.3^0.006^0.011^0.031^0^246.00^~1 cup, crushed, sliced, or chunks~^47.00^~1 slice, or ring (3" dia) with liquid~^0 ~09268~^~PINEAPPLE,CND,JUC PK,SOL&LIQUIDS~^83.51^60^0.42^0.08^0.30^15.70^0.8^14.45^14^0.28^14^6^122^1^0.10^0.086^1.121^0.4^9.5^0.095^0.019^0.284^0.100^0.074^5^0^5^5^4.8^0.00^38^2^0^0^23^0^0^0^0.01^0.3^0.006^0.010^0.029^0^249.00^~1 cup, crushed, sliced, or chunks~^47.00^~1 slice, or ring (3" dia) with liquid~^0 ~09269~^~PINEAPPLE,CND,LT SYRUP PK,SOL&LIQUIDS~^85.73^52^0.36^0.12^0.35^13.45^0.8^12.65^14^0.39^16^7^105^1^0.12^0.103^1.097^0.4^7.5^0.091^0.025^0.292^0.100^0.074^5^0^5^5^3.8^0.00^38^2^0^0^23^0^0^0^0.01^0.3^0.009^0.013^0.040^0^252.00^~1 cup, crushed, sliced, or chunks~^48.00^~1 slice, or ring (3" dia) with liquid~^0 ~09270~^~PINEAPPLE,CND,HVY SYRUP PK,SOL&LIQUIDS~^78.99^78^0.35^0.11^0.34^20.20^0.8^16.90^14^0.38^16^7^104^1^0.12^0.101^1.080^0.4^7.4^0.090^0.025^0.287^0.100^0.074^5^0^5^5^3.8^0.00^14^1^0^0^8^0^0^0^0.01^0.3^0.009^0.013^0.040^0^254.00^~1 cup, crushed, sliced, or chunks~^49.00^~1 slice, or ring (3" dia) with liquid~^0 ~09271~^~PINEAPPLE,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^77.71^83^0.34^0.11^0.34^21.50^0.8^^14^0.38^15^7^102^1^0.11^0.099^1.062^^7.3^0.089^0.025^0.282^0.100^0.074^5^0^5^5^^0.00^14^1^0^^^^^^^^0.009^0.013^0.038^0^260.00^~1 cup, crushed, sliced, or chunks~^^~~^0 ~09272~^~PINEAPPLE,FRZ,CHUNKS,SWTND~^77.10^86^0.40^0.10^0.20^22.20^1.1^21.10^9^0.40^10^4^100^2^0.11^0.099^1.062^0.1^8.0^0.100^0.030^0.300^0.105^0.075^11^0^11^11^4.9^0.00^30^2^0^0^18^0^0^0^0.02^0.7^0.007^0.012^0.035^0^245.00^~1 cup, chunks~^^~~^0 ~09273~^~PINEAPPLE JUC,CND,UNSWTND,WO/ VIT C~^86.37^53^0.36^0.12^0.28^12.87^0.2^9.98^13^0.31^12^8^130^2^0.11^0.069^0.504^0.1^10.0^0.058^0.021^0.199^0.056^0.100^18^0^18^18^3.3^0.00^5^0^0^0^3^0^0^0^0.02^0.3^0.008^0.014^0.042^0^250.00^~1 cup~^31.30^~1 fl oz~^0 ~09274~^~PINEAPPLE JUC,FRZ CONC,UNSWTND,UNDIL~^53.10^179^1.30^0.10^1.20^44.30^0.7^43.60^39^0.90^35^28^472^3^0.40^0.313^3.439^0.4^42.0^0.230^0.060^0.900^0.430^0.255^37^0^37^37^11.6^0.00^50^3^0^0^30^0^0^0^0.03^1.0^0.007^0.012^0.035^0^216.00^~1 can, (6 fl oz)~^^~~^0 ~09275~^~PINEAPPLE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O~^86.50^52^0.40^0.03^0.30^12.77^0.2^12.57^11^0.30^9^8^136^1^0.11^0.090^0.990^0.1^12.0^0.070^0.020^0.200^0.125^0.074^11^0^11^11^3.3^0.00^10^1^0^0^6^0^0^0^0.01^0.3^0.002^0.003^0.010^0^250.00^~1 cup~^31.20^~1 fl oz~^0 ~09276~^~PITANGA,(SURINAM-CHERRY),RAW~^90.81^33^0.80^0.40^0.50^7.49^^^9^0.20^12^11^103^3^^^^^26.3^0.030^0.040^0.300^^^^^^^^0.00^1500^75^0^^^^^^^^^^^0^173.00^~1 cup~^7.00^~1 fruit, without refuse~^12 ~09277~^~PLANTAINS,RAW~^65.28^122^1.30^0.37^1.17^31.89^2.3^15.00^3^0.60^37^34^499^4^0.14^0.081^^1.5^18.4^0.052^0.054^0.686^0.260^0.299^22^0^22^22^13.5^0.00^1127^56^0^438^457^0^0^30^0.14^0.7^0.143^0.032^0.069^0^148.00^~1 cup, sliced~^179.00^~1 medium~^35 ~09278~^~PLANTAINS,COOKED~^67.30^116^0.79^0.18^0.58^31.15^2.3^14.00^2^0.58^32^28^465^5^0.13^0.066^^1.4^10.9^0.046^0.052^0.756^0.233^0.240^26^0^26^26^12.7^0.00^909^45^0^353^369^0^0^28^0.13^0.7^0.069^0.015^0.033^0^200.00^~1 cup, mashed~^154.00^~1 cup, slices~^0 ~10900~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN & FAT,UNHTD~^72.68^112^19.38^3.43^3.56^0.95^0.0^1.02^6^0.87^21^302^346^1096^1.97^0.142^0.025^34.4^0.0^0.530^0.209^6.859^0.786^0.473^1^0^1^1^75.0^0.41^44^13^13^0^0^0^0^0^0.26^0.0^1.005^1.372^0.428^53^28.35^~1 oz, whole~^453.60^~1 lb, whole~^0 ~10901~^~PORK,CURED,HAM W/ NAT JUICES,SPIRL SLCE,BNLES,LN & FAT,UNHTD~^70.62^129^18.66^5.75^4.27^0.69^0.0^1.18^4^0.75^19^276^310^881^1.63^0.168^0.001^36.8^0.0^0.391^0.187^5.575^0.017^0.356^1^0^1^1^75.8^0.43^39^12^12^0^0^0^0^0^0.20^0.0^1.833^2.513^0.902^57^28.35^~1 oz, spiral slice~^453.60^~1 lb, spiral slice~^0 ~10902~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BONE-IN,LN & FAT,UNHTD~^67.16^159^22.82^7.40^2.73^0.17^0.0^0.04^9^1.05^19^248^289^839^2.20^0.097^0.022^43.7^0.0^0.239^0.230^6.227^0.407^0.337^1^0^1^1^116.7^0.57^39^12^12^0^0^0^0^0^0.25^0.0^2.236^2.965^0.967^63^430.20^~1 slice~^467.60^~2 slice~^3 ~10903~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN & FAT,UNHTD~^65.04^191^22.35^11.11^2.53^0.29^0.0^0.32^6^1.01^19^233^279^779^2.53^0.114^0.022^46.6^0.0^0.235^0.211^4.856^0.489^0.361^3^0^3^3^86.9^0.36^35^10^10^0^0^0^0^0^0.34^0.0^3.614^5.088^1.419^62^28.35^~1 oz, shank~^453.60^~1 lb, shank~^10 ~10904~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN & FAT,UNHTD~^63.86^200^19.70^13.26^2.76^0.42^0.0^0.43^8^0.94^19^231^278^838^2.15^0.107^0.022^36.0^0.0^0.259^0.185^6.310^0.371^0.306^1^0^1^1^88.1^0.47^36^11^11^0^0^0^0^0^0.34^0.0^4.373^6.030^1.830^67^28.35^~1 oz, rump~^453.60^~1 lb, rump~^21 ~10905~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN & FAT,UNHTD~^72.96^117^14.05^4.99^4.00^4.00^0.0^4.21^8^0.78^17^228^267^1308^1.59^0.107^0.040^29.4^0.0^0.284^0.146^3.867^0.660^0.294^3^0^3^3^64.8^0.34^45^13^13^0^0^0^0^0^0.15^0.0^1.489^2.098^0.660^43^28.35^~1 oz, whole~^453.60^~1 lb, whole~^0 ~10906~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BONE-IN,LN & FAT,UNHTD~^71.07^149^13.69^9.29^3.23^2.72^0.0^0.85^8^1.39^14^213^205^1099^1.60^0.132^0.022^13.3^0.0^0.402^0.160^4.177^0.382^0.342^1^0^1^1^68.1^0.46^33^10^10^0^0^0^0^0^0.18^0.0^3.076^4.212^1.250^50^28.35^~1 oz~^453.60^~1 lb~^3 ~10907~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,LN & FAT,UNHTD~^61.56^243^14.28^20.00^2.74^1.42^0.0^0.86^6^0.82^14^188^215^936^1.85^0.122^0.022^24.1^0.0^0.546^0.159^3.253^0.539^0.241^1^0^1^1^67.9^0.47^36^11^11^0^0^0^0^0^0.41^0.0^6.583^8.993^2.689^55^28.35^~1 oz, shank~^453.60^~1 lb, shank~^17 ~10908~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN & FAT,UNHTD~^67.50^179^16.09^12.13^2.93^1.35^0.0^0.88^9^0.64^17^205^213^990^1.56^0.113^0.022^36.0^0.0^0.273^0.186^3.822^0.441^0.236^1^0^1^1^72.4^0.53^34^10^10^0^0^0^0^0^0.28^0.0^3.984^5.475^1.592^58^28.35^~1 oz, rump~^453.60^~1 lb, rump~^18 ~10909~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN & FAT,UNHTD~^72.85^121^17.06^5.38^3.52^1.20^0.0^1.42^8^0.85^19^262^312^1126^1.77^0.101^0.022^34.6^0.0^0.397^0.183^5.389^0.723^0.407^2^0^2^2^70.6^0.46^42^13^13^0^0^0^0^0^0.23^0.0^1.889^2.571^0.759^50^28.35^~1 oz, whole~^453.60^~1 lb, whole~^0 ~10910~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BONE-IN,LN & FAT,UNHTD~^69.88^162^15.73^10.77^3.04^0.58^0.0^1.10^8^0.98^16^220^213^1011^1.74^0.181^0.022^32.0^0.0^0.350^0.182^4.352^0.412^0.277^1^0^1^1^63.2^0.38^31^9^9^0^0^0^0^0^0.29^0.0^3.554^4.880^1.459^55^28.35^~1 oz~^453.60^~1 lb~^4 ~10911~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN & FAT,UNHTD~^69.21^167^16.65^11.02^2.89^0.33^0.0^0.66^7^0.72^17^214^219^964^1.84^0.097^0.022^35.7^0.0^0.306^0.183^3.407^0.439^0.235^1^0^1^1^68.6^0.31^32^9^9^0^0^0^0^0^0.32^0.0^3.607^4.975^1.457^52^28.35^~1 oz~^453.60^~1 lb~^10 ~10912~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN & FAT,UNHTD~^69.49^172^13.99^12.50^3.22^0.80^0.0^0.62^6^1.02^15^218^199^1069^1.33^0.092^0.022^26.4^0.0^0.235^0.178^4.819^0.371^0.251^2^0^2^2^57.8^0.50^32^10^10^0^0^0^0^0^0.27^0.0^4.176^5.639^1.566^54^28.35^~1 oz~^453.60^~1 lb~^12 ~07255~^~LOUIS RICH,TURKEY BOLOGNA~^67.55^184^11.30^13.20^3.10^4.85^0.0^1.20^124^1.64^22^196^152^1077^1.85^0.180^^^0.0^^^^^^6^0^6^6^^^0^0^0^0^0^0^0^0^^^3.790^5.310^3.590^67^28.00^~1 serving~^^~~^0 ~07256~^~LOUIS RICH,TURKEY BREAST & WHITE TURKEY (OVEN ROASTED)~^74.75^99^17.10^2.00^2.95^3.25^0.0^0.80^6^0.99^22^251^222^966^0.95^0.170^^^0.0^^^^^^6^0^6^6^^^0^0^0^0^0^0^0^0^^^0.468^0.585^0.410^41^28.00^~1 serving~^^~~^0 ~07257~^~LOUIS RICH,TURKEY BREAST&WHITE TURKEY (SMOKED SLICED)~^74.80^100^17.60^2.30^3.00^2.40^0.0^1.10^9^0.75^35^261^262^919^0.96^0.230^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.630^0.740^0.510^42^28.00^~1 serving~^^~~^0 ~07258~^~LOUIS RICH,TURKEY (HONEY RSTD,FAT FREE)~^72.00^102^19.30^0.80^3.50^4.50^0.0^3.90^15^1.11^28^276^262^1180^1.00^0.220^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.234^0.239^0.143^40^56.00^~1 serving~^^~~^0 ~07259~^~LOUIS RICH,TURKEY BREAST (OVEN RSTD,FAT FREE)~^76.50^84^15.00^0.70^3.30^4.50^0.0^1.70^11^1.11^27^232^205^1192^0.86^0.250^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.205^0.198^0.136^32^28.00^~1 serving~^^~~^0 ~07260~^~LOUIS RICH,TURKEY BREAST (OVEN RSTD,PORTION FAT FREE)~^74.80^90^19.10^0.70^3.50^1.90^0.0^0.40^17^1.11^29^285^268^1177^0.96^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.207^0.199^0.133^40^56.00^~1 serving~^^~~^0 ~07261~^~LOUIS RICH,TURKEY BREAST (SMOKED,CARVING BOARD)~^74.30^94^19.70^1.00^3.50^1.60^0.0^0.30^15^1.47^31^318^312^1201^0.95^0.170^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.300^0.330^0.190^43^45.00^~1 serving~^22.00^~1 slice~^0 ~07262~^~LOUIS RICH,TURKEY BREAST (SMOKED,PORTION FAT FREE)~^74.00^93^19.30^0.80^3.80^2.20^0.0^0.60^16^1.12^27^302^288^1288^0.88^0.200^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.234^0.219^0.163^41^56.00^~1 serving~^^~~^0 ~07264~^~LOUIS RICH,TURKEY HAM (10% H2O)~^73.10^113^18.20^4.10^3.70^0.90^0.0^0.90^5^1.27^22^294^290^1127^2.59^0.250^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.060^1.140^0.700^67^28.00^~1 serving~^^~~^0 ~07265~^~LOUIS RICH,TURKEY NUGGETS/STICKS (BREADED)~^50.70^276^14.30^17.50^2.10^15.40^0.5^0.00^9^0.87^21^197^176^679^1.84^0.290^^^0.0^^^^^^^^^^^^0^^^^^^^^^^3.390^8.190^5.480^40^28.00^~1 piece~^85.00^~1 serving~^0 ~07266~^~LOUIS RICH,TURKEY SALAMI~^71.90^147^15.30^9.40^3.10^0.40^0.0^0.40^40^1.25^22^266^216^1004^2.32^0.190^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.783^3.146^2.342^76^28.00^~1 serving~^^~~^0 ~07267~^~LOUIS RICH,TURKEY SALAMI COTTO~^71.40^149^15.00^9.50^3.20^0.90^0.0^0.40^31^1.64^21^272^220^1018^2.35^0.360^^^0.0^^^^^^^^^^^^^^^^^^^^^^2.900^3.920^2.330^77^28.00^~1 serving~^^~~^0 ~07268~^~LOUIS RICH,TURKEY SMOKED SAUSAGE~^69.10^161^14.80^9.90^3.00^3.15^0.0^2.80^26^1.38^21^204^201^946^2.15^0.170^^^0.0^^^^^^6^0^6^6^^^0^0^0^0^0^0^0^0^^^2.670^3.560^2.680^66^56.00^~1 serving~^^~~^0 ~07269~^~BUTCHER BOY MEATS,INC.,TURKEY FRANKS~^59.06^239^13.45^18.17^4.66^4.66^0.2^2.49^148^1.83^14^246^189^1162^2.88^0.098^^^0.8^0.057^0.145^2.089^0.669^0.208^7^0^7^7^^0.25^297^15^0^^^^^^^^5.860^5.542^5.046^104^56.00^~1 serving~^^~~^0 ~07270~^~CARL BUDDIG,CKD CORNED BF,CHOPD,PRESSED~^69.10^142^19.30^6.80^3.80^1.00^0.0^^17^2.40^^^352^1342^^^^^^0.090^0.240^4.200^^^^^^^^^^^^^^^^^^^2.800^^0.300^65^71.00^~1 package~^56.70^~1 serving, 2 oz~^0 ~07271~^~CARL BUDDIG,SMOKED SLICED CHICK,LT&DK MEAT~^68.20^165^17.90^10.10^3.10^0.70^0.0^^124^1.56^^^256^954^^^^^^0.070^0.250^6.740^^^^^^^^^^^^^^^^^^^2.600^^2.100^53^56.70^~1 serving, 2 oz~^71.00^~1 package~^0 ~07272~^~CARL BUDDIG,SMOKED SLICED BF~^69.40^139^19.30^6.50^4.10^0.60^0.0^^14^2.26^^^336^1431^^^^^^0.090^0.240^3.860^^^^^^^^^^^^^^^^^^^2.600^^0.300^67^56.70^~1 serving, 2 oz~^71.00^~1 package~^0 ~07273~^~CARL BUDDIG,SMOKED SLICED TURKEY,LT&DK MEAT~^68.20^160^17.50^9.10^3.30^1.80^0.0^^60^1.84^^^329^1096^^^^^^0.180^0.310^5.860^^^^^^^^^^^^^^^^^^^3.100^^2.700^57^56.70^~1 serving, 2 oz~^71.00^~1 package~^0 ~07274~^~CARL BUDDIG. CKD SMOKED BF PASTRAMI,CHOPD,PRESSED~^69.80^141^19.60^6.50^3.10^1.00^0.0^^17^2.45^^^365^1056^^^^^^0.090^0.230^4.100^^^^^^^^^^^^^^^^^^^3.000^^0.300^65^56.70^~1 serving, 2 oz~^71.00^~1 package~^0 ~07275~^~CARL BUDDIG,SMOKED SLICED HAM~^67.00^163^18.50^9.30^4.00^1.10^0.0^^16^2.03^^^340^1381^^^^^^0.750^0.350^5.170^^^^^^^^^^^^^^^^^^^3.100^^1.100^55^56.70^~1 serving, 2 oz~^71.00^~1 package~^0 ~07276~^~HORMEL SPAM LUNCHEON MEAT PORK W/ HAM MINCED CND~^52.60^310^13.24^27.24^3.90^3.03^0.0^^14^0.90^14^^229^1369^1.80^0.100^^^0.9^^^^^^3^0^3^3^^^0^0^0^0^0^0^0^0^^^9.880^13.780^2.950^70^56.00^~1 serving, 2 oz~^^~~^0 ~07277~^~HORMEL SPAM,LT LUNCH MT,PORK & CHICK,MINCED,CND,VIT C ADDED~^65.72^191^15.23^13.90^3.80^1.35^0.0^1.26^39^1.40^18^^461^1032^2.20^0.100^^^38.5^^^^^^3^0^3^3^^^0^0^0^0^0^0^0^0^^^4.490^7.020^1.470^75^56.00^~1 serving, 2 oz~^28.00^~1 oz~^0 ~07278~^~HORMEL PILLOW PAK SLICED TURKEY PEPPERONI~^47.84^243^30.99^11.52^5.87^3.78^0.0^0.00^26^2.70^41^^449^1858^4.30^0.200^^^0.0^^^^^^4^0^4^4^^^49^15^15^0^0^0^0^0^^^3.700^4.950^3.500^123^30.00^~1 serving~^^~~^0 ~07279~^~HORMEL WRANGLER BEEF FRANKS~^56.67^290^12.58^25.69^2.96^2.11^0.0^1.67^14^1.80^14^^172^994^2.30^0.100^^^19.9^^^^^^11^0^11^11^^^13^4^4^0^0^0^0^0^^^10.620^13.010^0.890^67^56.00^~1 frankfurter~^^~~^0 ~07900~^~TURKEY,PORK,&BF SAUSAGE,LOFAT,SMOKED~^76.30^101^8.00^2.50^1.66^11.50^0.6^0.00^10^2.20^16^74^243^796^1.20^0.134^^24.6^1.9^0.130^0.080^1.550^0.165^0.100^6^0^6^6^59.0^0.28^0^0^0^0^0^0^0^0^0.09^0.0^0.850^1.030^0.330^21^453.60^~1 lb, 16 oz~^^~~^0 ~07901~^~USDA COMMODITY,PORK,SAUSAGE,BULK/LINKS/PATTIES,FRZ,CKD~^58.66^267^19.76^20.26^1.92^0.00^0.0^^9^1.15^19^190^239^540^2.84^0.104^0.053^21.7^0.0^0.732^0.241^2.796^0.703^0.280^1^0^1^1^^0.89^50^15^15^^15^^^^^^5.532^8.710^2.312^98^^~~^^~~^0 ~07905~^~FRANKFURTER,BF,PORK,& TURKEY,FAT FREE~^71.50^109^12.50^1.59^3.20^11.21^0.0^0.00^54^1.78^14^132^220^798^2.92^0.117^^18.7^24.0^0.162^0.154^3.466^^0.181^6^0^6^6^74.9^1.06^0^0^0^0^0^0^0^0^0.00^1.8^0.500^0.740^0.350^41^57.00^~1 frank, 1 NLEA serving~^^~~^0 ~07906~^~LUNCHEON MEAT,PORK,HAM,&CHICK,MINCD,CND,RED NA,VIT C, (SPAM)~^55.50^293^12.50^25.10^3.50^3.40^0.0^0.00^0^0.64^14^109^564^946^2.12^0.046^^25.0^43.0^0.264^0.179^3.175^^0.283^4^0^4^4^61.2^0.61^0^0^0^0^0^0^0^0^0.24^0.0^8.873^12.340^2.666^76^56.00^~2 oz, 1 NLEA serving~^^~~^0 ~07907~^~USDA COMMODITY,PORK SAUSAGE,BULK/LINKS/PATTIES,FRZ,RAW~^64.92^231^14.95^18.56^2.20^0.00^0.0^^9^0.99^17^162^231^507^2.39^0.047^0.018^21.7^0.0^0.688^0.223^2.619^0.618^0.234^3^0^3^3^^0.84^40^12^12^^^^^^^^4.968^8.061^2.246^73^^~~^^~~^0 ~07908~^~LUNCHEON MEAT,PORK W/HAM,MINCED,CND,INCL SPAM (HORMEL)~^51.70^315^13.40^26.60^3.70^4.60^0.0^0.00^0^0.64^14^151^409^1330^1.59^0.051^^22.9^0.0^0.317^0.176^3.530^^0.218^3^0^3^3^68.5^0.45^0^0^0^0^0^0^0^0^0.42^0.0^9.987^13.505^2.019^71^56.00^~2 oz, 1 NLEA serving~^^~~^0 ~07909~^~LUNCHEON MEAT,PORK&CHICK,MINCED,CND,INCL SPAM LITE~^65.72^196^15.23^13.90^3.80^1.35^0.0^1.26^39^1.40^18^109^461^1032^2.20^0.100^^27.0^38.5^0.180^0.210^3.450^^0.283^4^0^4^4^64.3^0.61^0^0^0^0^0^0^0^0^0.24^0.0^4.514^7.020^1.470^75^56.00^~2 oz, (1 serving)~^^~~^0 ~07910~^~BRATWURST VEAL CKD~^53.51^341^13.99^31.70^0.80^0.00^0.0^0.00^11^0.74^16^150^231^60^2.05^0.081^0.049^19.2^0.0^0.054^0.192^5.430^0.958^0.307^9^0^9^9^^0.98^0^0^0^0^0^0^0^0^^^14.940^13.000^1.614^79^84.00^~1 serving, 2.96 oz~^^~~^0 ~07911~^~LIVERWURST SPRD~^53.53^305^12.38^25.45^2.75^5.89^2.5^1.65^22^8.85^12^230^170^700^2.30^0.240^0.155^58.0^3.5^0.272^1.030^4.300^2.950^0.190^30^0^30^30^^13.46^13636^4091^4091^0^0^0^0^0^^^9.925^12.286^2.427^118^55.00^~.25 cup~^^~~^0 ~07912~^~ROAST BF SPRD~^61.70^223^15.27^16.28^3.02^3.73^0.2^0.71^23^2.06^24^116^259^724^6.08^0.101^^22.6^0.2^0.020^0.230^4.200^^0.150^8^0^8^8^^2.38^1^0^0^0^0^0^0^0^^^6.400^5.587^0.427^70^57.00^~1 serving, .25 cup~^^~~^0 ~07913~^~SALAMI PORK BF LESS NA~^33.74^396^15.01^30.50^5.37^15.38^0.2^6.21^94^1.55^31^272^1372^623^3.08^0.088^0.057^14.6^0.7^0.738^0.336^4.803^0.860^0.489^8^0^8^8^^1.76^12^4^4^0^0^0^0^0^^^10.580^13.320^3.067^90^100.00^~3.527 oz~^^~~^0 ~07914~^~SAUSAGE ITALIAN SWT LINKS~^71.60^149^16.13^8.42^1.75^2.10^0.0^0.00^25^1.19^12^103^194^570^1.52^0.040^0.007^10.8^0.2^0.172^0.125^1.736^0.277^0.187^4^0^4^4^^1.04^2^0^0^0^0^0^0^0^^^3.257^3.629^0.493^30^84.00^~1 link, 3 oz~^^~~^0 ~08395~^~CEREALS RTE,QUAKER,HONEY NUT OATS~^2.50^385^6.04^3.65^3.27^84.53^4.3^38.64^27^17.68^63^252^191^805^14.73^0.150^1.920^0.0^23.6^0.940^1.670^19.650^0.310^1.960^1500^^^^^0.00^1965^^^^^^^^^^0.630^1.440^0.950^0^^~~^^~~^0 ~08396~^~CEREALS RTE,QUAKER,HONEY CRISP CORN FLAKES~^2.50^374^5.68^0.77^2.51^88.82^3.1^^1^15.00^17^47^89^869^0.26^0.050^0.060^0.0^50.0^1.250^1.410^16.660^0.280^1.660^333^^^^^0.00^2500^^^^^^^^^^0.100^0.180^0.320^0^^~~^^~~^0 ~08398~^~CEREALS RTE,GENERAL MILLS,HARMONY~^2.83^365^11.00^2.20^4.64^79.00^4.0^24.00^1091^16.40^44^182^166^645^13.60^0.145^1.359^21.8^55.0^2.730^1.550^18.200^^1.820^727^708^19^1223^9.6^7.60^909^273^273^0^0^0^0^0^24.54^0.5^0.500^0.814^0.601^0^55.00^~1.25 cup~^^~~^0 ~08400~^~CEREALS RTE,QUAKER,CRANBERRY MACADAMIA NUT CRL~^4.26^408^6.64^9.82^2.27^76.98^6.0^28.73^126^17.15^65^178^224^418^4.98^0.280^1.670^1.3^17.9^0.770^0.930^10.820^0.420^1.110^531^512^19^889^^0.00^1289^387^387^^^^^^^^1.650^6.540^0.840^^60.00^~1 cup~^^~~^0 ~08401~^~CEREALS RTE,QUAKER,FRUITY OCEAN ADVENTURE BAGGED CRL~^2.50^394^4.86^3.84^1.53^87.24^3.0^43.11^12^18.34^61^188^195^254^15.28^0.160^0.860^0.0^24.5^1.520^1.730^20.370^0.000^2.030^1556^1537^19^2631^^0.00^2038^612^612^^^^^^^^0.900^0.840^0.810^0^^~~^^~~^0 ~08402~^~CEREALS,QUAKER,QUICK OATS,DRY~^9.37^371^13.70^6.87^1.87^68.18^9.4^1.42^47^4.64^270^458^358^3^3.20^0.370^4.300^34.0^0.0^0.540^0.120^0.820^0.710^0.100^32^0^32^32^^0.00^0^0^0^0^0^0^0^180^0.70^3.2^1.110^1.980^2.300^0^40.00^~.5 cup~^^~~^0 ~08408~^~CEREALS RTE,MALT-O-MEAL,APPL CINN TOASTY O'S~^1.90^410^7.10^5.69^2.80^82.50^5.0^41.20^417^16.80^65^208^200^540^13.90^0.200^^37.5^25.4^1.500^1.970^20.000^0.104^2.750^700^681^19^1177^21.0^6.21^2870^862^862^0^0^0^0^0^0.50^1.8^0.930^3.090^1.420^1^30.00^~.75 cup, (1 NLEA serving)~^40.00^~1 cup~^0 ~08409~^~CEREALS RTE,MALT-O-MEAL,FRSTD FLAKES~^2.10^387^5.00^0.40^1.60^90.90^1.9^37.40^0^14.33^8^34^67^573^0.18^0.040^0.066^4.4^61.5^2.170^3.190^39.830^0.193^3.990^482^463^19^807^3.0^5.55^3950^1186^1186^0^0^0^0^0^0.05^0.1^0.130^0.070^0.190^0^30.00^~.75 cup, (1 NLEA serving)~^40.00^~1 cup~^0 ~08410~^~CEREALS,QUAKER,INST OATMEAL,CINNAMON-SPICE,DRY~^6.56^370^8.59^4.67^3.19^76.97^6.6^33.70^239^8.60^89^300^251^535^2.00^0.210^2.770^0.0^0.1^0.710^0.810^9.560^0.450^0.950^191^168^23^309^^0.00^2391^718^717^0^0^0^0^0^0.42^2.0^0.870^1.670^1.380^0^46.00^~1 packet~^^~~^0 ~08411~^~CERLS,QUKR,INST OTML,DNSR EGS W/ "DNSR BNS",BRN SGR CINN,DRY~^6.04^389^7.67^7.47^2.94^75.85^5.6^39.00^220^7.92^78^263^218^502^1.75^0.180^2.430^20.0^0.0^0.660^0.740^8.800^0.400^0.880^176^153^23^283^^0.00^2200^661^660^0^0^0^0^0^0.37^1.9^3.501^1.520^1.210^0^50.00^~1 packet~^^~~^0 ~08412~^~CEREALS,QUAKER,INST OATMEAL,FRENCH VANILLA FLAVOR,DRY~^6.88^369^9.05^4.93^3.39^75.73^6.8^29.59^256^9.20^93^317^263^572^2.10^0.220^2.920^20.9^0.1^0.760^0.870^10.230^0.480^1.020^205^182^23^332^^0.00^2558^768^767^0^0^0^0^0^0.44^2.0^0.890^1.770^1.470^0^43.00^~1 packet~^^~~^0 ~08413~^~CEREALS,QUAKER,INST OATMEAL,BKD APPL,DRY~^6.28^363^7.99^4.39^4.23^77.09^7.3^34.80^550^9.90^82^279^300^565^1.85^0.220^2.520^17.5^0.8^0.820^0.930^11.000^0.450^1.100^220^197^23^358^^0.00^2750^826^825^0^0^0^0^0^0.38^2.3^0.754^1.520^1.270^0^40.00^~1 packet~^^~~^0 ~08414~^~CEREALS,QUAKER,INST OATMEAL EXPRESS,GOLDEN BROWN SUGAR,DRY~^6.60^372^8.50^4.78^3.11^77.00^6.2^32.45^204^7.33^87^303^248^538^1.97^0.210^2.740^21.0^0.0^0.610^0.690^8.140^0.450^0.810^163^140^23^261^^0.00^2037^612^611^0^0^0^0^0^0.43^3.7^0.827^1.660^1.440^0^54.00^~1 cup~^^~~^0 ~08415~^~CEREALS,QUAKER,INST OATMEAL,TREASURE HUNT,DRY~^7.06^369^7.72^4.76^3.51^76.93^5.7^36.17^223^8.04^90^266^223^541^1.78^0.180^2.460^19.2^0.1^0.670^0.800^9.420^0.410^0.940^189^166^23^305^^0.00^2357^708^707^0^0^0^0^0^0.38^4.0^1.151^1.570^1.240^0^47.00^~1 packet~^^~~^0 ~08416~^~CEREALS,QUAKER,INST OATMEAL,HONEY NUT,DRY~^6.46^389^9.29^8.37^3.28^72.58^6.4^29.92^244^8.80^95^311^267^547^2.09^0.280^2.850^20.5^0.2^0.730^0.830^9.770^0.480^0.970^196^173^23^316^^0.00^2444^734^733^0^0^0^0^0^0.66^2.0^1.150^2.140^4.200^0^43.00^~1 packet~^^~~^0 ~08417~^~CEREALS,QUAKER,INST OATMEAL,BANANA BREAD,DRY~^6.68^368^8.85^4.75^3.83^75.86^6.4^30.47^268^9.95^93^308^284^700^2.05^0.210^2.830^17.9^0.9^0.800^0.910^10.730^0.460^1.070^215^192^23^349^^0.00^2683^806^805^0^0^0^0^0^0.43^1.6^0.785^1.708^1.410^0^41.00^~1 packet~^^~~^0 ~08418~^~CEREALS,QUAKER,INST OATMEAL EXPRESS,BKD APPL,DRY~^6.35^367^8.07^4.62^3.52^77.43^7.3^34.57^204^7.33^82^288^303^590^1.87^0.220^2.550^17.7^0.8^0.610^0.690^8.140^0.450^0.810^163^140^23^261^^0.00^2037^612^611^0^0^0^0^0^0.40^5.4^0.788^1.550^1.370^0^54.00^~1 cup~^^~~^0 ~08419~^~CEREALS,QUAKER,INST OATMEAL EXPRESS CINN ROLL,DRY~^6.77^371^8.85^5.04^2.97^76.34^6.7^30.99^204^7.33^91^315^261^456^2.06^0.210^2.850^22.6^0.2^0.610^0.690^8.150^0.470^0.810^163^140^23^261^^0.00^2037^612^612^0^0^0^0^118^0.44^2.1^0.920^1.730^1.500^0^54.00^~1 cup~^^~~^0 ~08420~^~CEREALS,QUAKER,INST OATMEAL,NUTR FOR WOMEN,VANILLA CINN,DRY~^6.47^363^11.71^4.65^5.12^72.03^6.3^29.44^866^15.43^89^321^264^638^2.08^0.260^2.700^22.5^0.1^0.730^0.830^9.780^0.440^1.710^342^319^23^566^^2.93^2445^734^733^0^0^0^0^0^11.55^2.1^0.799^1.630^1.410^0^45.00^~1 packet~^^~~^0 ~08421~^~CEREALS,QUAKER,INST OATMEAL,NUTR FOR WOMEN,GLDN BRWN SGR,DRY~^6.52^363^11.60^4.72^5.49^71.65^6.1^27.96^847^15.09^97^324^314^706^2.07^0.250^2.720^22.7^0.0^0.710^0.810^9.560^0.440^1.670^335^312^23^553^^2.87^2391^718^717^0^0^0^0^0^11.30^2.1^0.808^1.630^1.390^0^46.00^~1 packet~^^~~^0 ~08422~^~CEREALS,QUAKER,INST OATMEAL,NUTR FOR WOMEN,APPL SPICE,DRY~^5.99^360^10.57^4.18^5.22^74.01^6.9^34.00^846^15.07^77^284^292^672^1.83^0.260^2.330^20.2^0.8^0.710^0.810^9.550^0.410^1.670^334^311^23^552^^2.86^2388^717^716^0^0^0^0^0^11.29^2.4^0.698^1.410^1.260^0^47.00^~1 packet~^^~~^0 ~08423~^~CEREALS,QUAKER,INST OATMEAL,CINN SPICE,PREP W/ BOILING H2O~^73.80^107^2.40^1.31^0.96^21.52^1.8^9.42^69^2.41^25^84^70^151^0.56^0.064^0.775^0.0^0.0^0.179^0.215^2.540^0.126^0.266^54^47^6^86^^0.00^669^201^201^0^0^0^0^0^0.12^0.5^0.226^0.467^0.386^0^165.00^~1 packet, prepared~^^~~^0 ~09279~^~PLUMS,RAW~^87.23^46^0.70^0.28^0.37^11.42^1.4^9.92^6^0.17^7^16^157^0^0.10^0.057^0.052^0.0^9.5^0.028^0.026^0.417^0.135^0.029^5^0^5^5^1.9^0.00^345^17^0^0^190^35^0^73^0.26^6.4^0.017^0.134^0.044^0^165.00^~1 cup, sliced~^66.00^~1 fruit, (2-1/8" dia)~^6 ~09281~^~PLUMS,CND,PURPLE,H2O PK,SOL&LIQUIDS~^88.35^41^0.39^0.01^0.23^11.03^0.9^10.10^7^0.16^5^13^126^1^0.08^0.039^0.033^0.0^2.7^0.021^0.041^0.370^0.072^0.027^3^0^3^3^1.3^0.00^914^46^0^0^502^93^0^49^0.18^4.3^0.001^0.005^0.002^0^249.00^~1 cup, pitted~^46.00^~1 plum, with liquid~^5 ~09282~^~PLUMS,CND,PURPLE,JUC PK,SOL&LIQUIDS~^84.02^58^0.51^0.02^0.30^15.15^0.9^14.22^10^0.34^8^15^154^1^0.11^0.054^0.033^0.0^2.8^0.023^0.059^0.473^0.072^0.027^3^0^3^3^1.3^0.00^1009^50^0^0^554^102^0^49^0.18^4.3^0.002^0.014^0.005^0^252.00^~1 cup, pitted~^46.00^~1 plum, with liquid~^5 ~09283~^~PLUMS,CND,PURPLE,LT SYRUP PK,SOL&LIQUIDS~^83.00^63^0.37^0.10^0.25^16.28^0.9^15.35^9^0.86^5^13^93^20^0.08^0.038^0.032^0.0^0.4^0.016^0.039^0.297^0.072^0.027^3^0^3^3^1.3^0.00^231^12^0^0^127^23^0^49^0.18^4.3^0.008^0.069^0.023^0^252.00^~1 cup, pitted~^46.00^~1 plum, with liquid~^5 ~09284~^~PLUMS,CND,PURPLE,HVY SYRUP PK,SOL&LIQUIDS~^76.06^89^0.36^0.10^0.24^23.24^0.9^22.31^9^0.84^5^13^91^19^0.07^0.037^0.031^0.0^0.4^0.016^0.038^0.291^0.072^0.027^3^0^3^3^1.3^0.00^259^13^0^0^142^26^0^49^0.18^4.3^0.008^0.066^0.022^0^258.00^~1 cup, pitted~^46.00^~1 plum, with liquid~^5 ~09285~^~PLUMS,CND,PURPLE,EX HVY SYRUP PK,SOL&LIQUIDS~^73.00^101^0.36^0.10^0.24^26.31^1.0^^9^0.82^5^12^89^19^0.07^0.036^0.031^^0.4^0.016^0.037^0.285^0.072^0.027^3^0^3^3^^0.00^254^13^0^^^^^^^^0.008^0.065^0.021^0^261.00^~1 cup, pitted~^^~~^5 ~09286~^~POMEGRANATES,RAW~^77.93^83^1.67^1.17^0.53^18.70^4.0^13.67^10^0.30^12^36^236^3^0.35^0.158^0.119^0.5^10.2^0.067^0.053^0.293^0.377^0.075^38^0^38^38^7.6^0.00^0^0^0^0^0^0^0^0^0.60^16.4^0.120^0.093^0.079^0^282.20^~1 pomegranate, (4" dia)~^87.00^~.5 cup, arils (seed/juice sacs)~^44 ~09287~^~PRICKLY PEARS,RAW~^87.55^41^0.73^0.51^1.64^9.57^3.6^^56^0.30^85^24^220^5^0.12^0.080^^0.6^14.0^0.014^0.060^0.460^^0.060^6^0^6^6^^0.00^43^2^0^0^25^3^^^^^0.067^0.075^0.213^0^149.00^~1 cup~^103.00^~1 fruit, without refuse~^25 ~09288~^~PRUNES,CND,HVY SYRUP PK,SOL&LIQUIDS~^70.67^105^0.87^0.20^0.46^27.80^3.8^^17^0.41^15^26^226^3^0.19^0.118^0.098^^2.8^0.034^0.122^0.866^0.100^0.203^0^0^0^0^^0.00^797^40^0^^^^^^^^0.016^0.130^0.043^0^234.00^~1 cup~^86.00^~5 fruits, with liquid~^12 ~09289~^~PRUNES,DEHYD (LOW-MOISTURE),UNCKD~^4.00^339^3.70^0.73^2.50^89.07^^^72^3.52^64^112^1058^5^0.75^0.611^0.312^^0.0^0.118^0.165^2.995^0.418^0.745^2^0^2^2^^0.00^1762^88^0^^^^^^^^0.059^0.483^0.159^0^132.00^~1 cup~^^~~^0 ~09290~^~PRUNES,DEHYD (LOW-MOISTURE),STWD~^67.99^113^1.23^0.24^0.83^29.70^^^24^1.17^21^37^353^2^0.25^0.204^0.104^^0.0^0.046^0.030^0.985^0.108^0.191^0^0^0^0^^0.00^523^26^0^^^^^^^^0.020^0.161^0.053^0^280.00^~1 cup~^^~~^0 ~09291~^~PLUMS,DRIED (PRUNES),UNCKD~^30.92^240^2.18^0.38^2.64^63.88^7.1^38.13^43^0.93^41^69^732^2^0.44^0.281^0.299^0.3^0.6^0.051^0.186^1.882^0.422^0.205^4^0^4^4^10.1^0.00^781^39^0^57^394^93^0^148^0.43^59.5^0.088^0.053^0.062^0^173.89^~1 cup, pitted~^9.51^~1 prune, pitted~^13 ~09292~^~PLUMS,DRIED (PRUNES),STWD,WO/ ADDED SUGAR~^69.73^107^0.96^0.16^1.16^28.08^3.1^24.98^19^0.41^18^30^321^1^0.19^0.123^0.131^0.1^2.9^0.024^0.100^0.723^0.107^0.218^0^0^0^0^4.4^0.00^342^17^0^25^173^41^0^65^0.19^26.1^0.010^0.080^0.026^0^248.00^~1 cup, pitted~^^~~^15 ~09293~^~PLUMS,DRIED (PRUNES),STWD,W/ ADDED SUGAR~^65.08^124^1.09^0.22^0.73^32.88^3.8^^21^1.04^19^33^312^2^0.22^0.180^0.092^1.0^2.7^0.022^0.093^0.675^0.100^0.203^0^0^0^0^^0.00^285^14^0^^^^^^^^0.017^0.142^0.047^0^248.00^~1 cup, pitted~^^~~^15 ~09294~^~PRUNE JUICE,CANNED~^81.24^71^0.61^0.03^0.68^17.45^1.0^16.45^12^1.18^14^25^276^4^0.21^0.068^0.151^0.6^4.1^0.016^0.070^0.785^0.107^0.218^0^0^0^0^2.7^0.00^3^0^0^0^2^0^0^40^0.12^3.4^0.003^0.021^0.007^0^256.00^~1 cup~^32.00^~1 fl oz~^0 ~09295~^~PUMMELO,RAW~^89.10^38^0.76^0.04^0.48^9.62^1.0^^4^0.11^6^17^216^1^0.08^0.048^0.017^^61.0^0.034^0.027^0.220^^0.036^^^^^^0.00^8^0^0^0^0^10^^^^^^^^0^190.00^~1 cup, sections~^609.00^~1 fruit, without refuse~^44 ~09296~^~QUINCES,RAW~^83.80^57^0.40^0.10^0.40^15.30^1.9^^11^0.70^8^17^197^4^0.04^0.130^^0.6^15.0^0.020^0.030^0.200^0.081^0.040^3^0^3^3^^0.00^40^2^0^^^^^^^^0.010^0.036^0.050^0^92.00^~1 fruit, without refuse~^^~~^39 ~09297~^~RAISINS,GOLDEN SEEDLESS~^14.97^302^3.39^0.46^1.66^79.52^4.0^59.19^53^1.79^35^115^746^12^0.32^0.363^0.308^0.7^3.2^0.008^0.191^1.142^0.140^0.323^3^0^3^3^11.1^0.00^0^0^0^0^0^0^0^0^0.12^3.5^0.151^0.019^0.135^0^165.00^~1 cup, packed~^145.00^~1 cup, (not packed)~^0 ~09298~^~RAISINS,SEEDLESS~^15.43^299^3.07^0.46^1.85^79.18^3.7^59.19^50^1.88^32^101^749^11^0.22^0.318^0.299^0.6^2.3^0.106^0.125^0.766^0.095^0.174^5^0^5^5^11.1^0.00^0^0^0^0^0^0^0^0^0.12^3.5^0.058^0.051^0.037^0^165.00^~1 cup, packed~^145.00^~1 cup, (not packed)~^0 ~09299~^~RAISINS,SEEDED~^16.57^296^2.52^0.54^1.89^78.47^6.8^^28^2.59^30^75^825^28^0.18^0.302^0.267^0.6^5.4^0.112^0.182^1.114^0.045^0.188^3^0^3^3^^0.00^0^0^0^^^^^^^^0.178^0.022^0.159^0^165.00^~1 cup, packed~^145.00^~1 cup, (not packed)~^0 ~09301~^~RAMBUTAN,CND,SYRUP PK~^78.04^82^0.65^0.21^0.23^20.87^0.9^^22^0.35^7^9^42^11^0.08^0.066^0.343^^4.9^0.013^0.022^1.352^0.018^0.020^8^0^8^8^^0.00^3^0^0^0^2^0^^^^^^^^0^150.00^~1 cup, drained~^214.00^~1 cup~^0 ~09302~^~RASPBERRIES,RAW~^85.75^52^1.20^0.65^0.46^11.94^6.5^4.42^25^0.69^22^29^151^1^0.42^0.090^0.670^0.2^26.2^0.032^0.038^0.598^0.329^0.055^21^0^21^21^12.3^0.00^33^2^0^16^12^0^0^136^0.87^7.8^0.019^0.064^0.375^0^123.00^~1 cup~^312.00^~1 pint, as purchased, yields~^4 ~09304~^~RASPBERRIES,CND,RED,HVY SYRUP PK,SOL&LIQUIDS~^75.33^91^0.83^0.12^0.36^23.36^3.3^20.06^11^0.42^12^9^94^3^0.16^0.057^0.233^0.1^8.7^0.020^0.031^0.443^0.245^0.042^11^0^11^11^8.2^0.00^33^2^0^16^12^0^0^91^0.59^5.2^0.005^0.011^0.068^0^256.00^~1 cup~^^~~^0 ~09306~^~RASPBERRIES,FRZ,RED,SWTND~^72.75^103^0.70^0.16^0.24^26.16^4.4^21.76^15^0.65^13^17^114^1^0.18^0.105^0.650^0.3^16.5^0.019^0.045^0.230^0.150^0.034^26^0^26^26^10.2^0.00^60^3^0^29^21^0^0^113^0.72^6.5^0.005^0.015^0.089^0^250.00^~1 cup, unthawed~^284.00^~1 package, (10 oz)~^0 ~10913~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^67.23^161^20.10^8.56^3.13^0.99^0.0^0.78^8^0.69^18^238^244^1101^1.74^0.123^0.022^26.3^0.0^0.348^0.180^4.290^0.519^0.410^4^0^4^4^74.9^0.35^37^11^11^0^0^0^0^0^0.22^0.0^2.897^3.918^1.020^63^2969.76^~1 roast, rump~^85.00^~1 serving, (3 oz)~^10 ~10914~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^63.43^200^18.62^13.37^3.24^1.35^0.0^0.79^9^1.37^17^207^232^988^2.72^0.161^0.022^24.2^0.0^0.261^0.173^4.695^0.519^0.320^1^0^1^1^73.9^0.55^38^11^11^0^0^0^0^0^0.29^0.0^4.371^6.143^1.746^66^3053.52^~1 roast, shank~^85.00^~1 serving, (3 oz)~^19 ~10915~^~PORK,CURED,HAM -- H2O ADDED,SLCE,BNE-IN,LN & FAT,HTD,PAN-BRL~^65.48^166^20.80^8.73^3.89^1.12^0.0^1.54^11^1.07^19^251^280^1309^2.19^0.137^0.022^28.7^0.0^0.374^0.174^5.215^0.697^0.437^2^0^2^2^81.8^0.56^39^12^12^0^0^0^0^0^0.27^0.0^2.901^4.032^1.229^66^436.24^~1 slice~^85.00^~1 serving, (3 oz)~^4 ~10916~^~PORK,CURED,HAM -- H2O ADDED,SLCE,BNLESS,LN & FAT,HTD,PAN-BRL~^71.32^125^18.62^5.05^3.76^1.26^0.0^1.72^9^0.85^21^281^334^1212^1.93^0.117^0.022^38.8^0.0^0.406^0.188^5.838^0.755^0.430^1^0^1^1^77.8^0.47^43^13^13^0^0^0^0^0^0.24^0.0^1.717^2.321^0.659^54^189.03^~1 slice~^85.00^~1 serving, (3 oz)~^0 ~10917~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN & FAT,HTD,RSTD~^71.72^126^17.77^5.48^3.63^1.39^0.0^1.54^9^0.82^19^268^313^1181^1.80^0.097^0.022^33.8^0.0^0.360^0.181^5.734^0.714^0.390^1^0^1^1^72.5^0.40^44^13^13^0^0^0^0^0^0.21^0.0^1.787^2.490^0.679^54^1866.80^~1 roast~^85.00^~1 serving, (3 oz)~^0 ~10918~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^64.60^186^19.46^11.48^3.30^1.15^0.0^1.03^10^0.82^18^213^254^1181^1.95^0.124^0.022^39.4^0.0^0.322^0.175^3.901^0.588^0.316^2^0^2^2^80.4^0.47^38^12^12^0^0^0^0^0^0.23^0.0^3.783^5.265^1.479^67^2533.42^~1 roast, rump~^85.00^~1 serving, (3 oz)~^14 ~10919~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^60.03^234^18.17^17.29^3.10^1.42^0.0^0.99^8^1.00^15^193^216^945^2.36^0.162^0.022^37.3^0.0^0.362^0.171^4.159^0.534^0.346^1^0^1^1^75.2^0.42^38^12^12^0^0^0^0^0^0.31^0.0^5.715^7.914^2.281^72^3204.38^~1 roast, shank~^85.00^~1 serving, (3 oz)~^20 ~10920~^~PORK,CURED,HAM & H2O PRDCT,SLCE,BNE-IN,LN & FAT,HTD,PAN-BRL~^67.21^155^19.85^7.78^3.75^1.41^0.0^1.03^11^0.90^19^250^281^1188^2.16^0.131^0.022^23.8^0.0^0.374^0.177^4.855^0.580^0.427^2^0^2^2^84.1^0.44^38^11^11^0^0^0^0^0^0.15^0.0^2.586^3.577^1.032^64^445.95^~1 slice~^85.00^~1 serving, (3 oz)~^4 ~10921~^~PORK,CURED,HAM & H2O PRDCT,SLICE,BNLESS,LN & FAT,HTD,PAN-BRL~^71.14^124^15.08^5.13^4.27^4.38^0.0^4.69^8^0.74^17^240^272^1389^1.63^0.085^0.037^32.6^0.0^0.308^0.137^4.283^0.689^0.335^2^0^2^2^64.5^0.44^44^13^13^0^0^0^0^0^0.13^0.0^1.553^2.160^0.699^45^136.10^~1 slice~^85.00^~1 serving, (3 oz)~^0 ~10922~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN & FAT,HTD,RSTD~^72.11^123^13.88^5.46^4.05^4.49^0.0^4.61^8^0.74^15^224^245^1335^1.64^0.095^0.038^29.1^0.0^0.260^0.141^3.620^0.644^0.260^2^0^2^2^63.4^0.37^44^13^13^0^0^0^0^0^0.22^0.0^1.841^2.458^0.851^43^1994.65^~1 roast~^85.00^~1 serving, (3 oz)~^0 ~10923~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^64.38^177^22.47^9.39^3.17^0.60^0.0^0.45^10^0.99^21^260^477^841^2.35^0.120^0.022^46.2^0.0^0.327^0.222^7.127^0.478^0.364^1^0^1^1^98.6^0.58^38^11^11^0^0^0^0^0^0.27^0.0^3.116^4.364^1.337^72^2673.20^~1 roast, rump~^85.00^~1 serving, (3 oz)~^14 ~10924~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^62.94^191^22.88^10.93^2.98^0.26^0.0^0.33^7^1.11^20^244^424^801^2.82^0.193^0.022^44.5^0.0^0.289^0.185^7.190^0.539^0.358^3^0^3^3^91.0^0.64^38^11^11^0^0^0^0^0^0.30^0.0^3.545^5.120^1.351^74^3170.06^~1 roast, shank~^85.00^~1 serving, (3 oz)~^15 ~10925~^~PORK,CURED,HAM W/ NAT JUICS,SLCE,BNE-IN,LN & FAT,HTD,PAN-BRL~^63.36^180^26.18^8.28^2.80^0.17^0.0^0.02^12^1.15^22^280^344^821^2.87^0.115^0.022^48.2^0.0^0.306^0.247^8.520^0.464^0.376^1^0^1^1^127.4^0.58^44^13^13^0^0^0^0^0^0.24^0.0^2.427^3.206^1.064^80^445.27^~1 slice~^85.00^~1 serving, (3 oz)~^3 ~10926~^~PORK,CURED,HAM W/ NAT JUICS,SLICE,BNLES,LN & FAT,HTD,PAN-BRL~^70.93^118^20.89^3.40^3.80^0.99^0.0^1.04^6^0.93^22^321^363^1160^2.13^0.272^0.026^36.9^0.0^0.513^0.217^7.374^0.839^0.504^1^0^1^1^81.9^0.42^44^13^13^0^0^0^0^0^0.22^0.0^1.054^1.445^0.454^58^276.76^~1 slice~^85.00^~1 serving, (3 oz)~^0 ~10927~^~PORK,CURED,HAM W/ NAT JUCS,SPRL SLCE,BNLES,LN & FAT,HTD,RSTD~^68.53^136^22.18^5.10^3.73^0.46^0.0^1.06^4^0.83^22^308^345^977^1.80^0.193^0.022^41.1^0.0^0.463^0.226^6.619^1.032^0.422^1^0^1^1^83.7^0.50^43^13^13^0^0^0^0^0^0.19^0.0^1.610^2.219^0.839^64^144.50^~1 slice~^920.20^~1 roast~^0 ~10928~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN & FAT,HTD,RSTD~^71.62^114^20.54^3.13^3.86^0.84^0.0^0.81^6^0.84^22^318^367^1179^1.98^0.272^0.027^32.7^0.0^0.619^0.215^6.820^0.890^0.461^2^0^2^2^79.6^0.42^44^13^13^0^0^0^0^0^0.27^0.0^1.084^1.479^0.452^56^1496.77^~1 roast~^85.00^~1 serving, (3 oz)~^0 ~10929~^~PORK,CURED,HAM,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^63.82^177^23.95^8.88^2.98^0.37^0.0^0.64^7^1.46^23^263^370^826^2.91^1.093^0.028^23.5^0.0^0.531^0.284^6.871^0.705^0.446^0^0^0^0^92.6^0.61^5^1^1^0^0^0^0^0^0.33^0.0^2.850^3.791^1.270^71^2874.17^~1 roast, rump~^85.00^~1 serving, (3 oz)~^13 ~14557~^~CHOCOLATE-FLAVOR BEV MIX FOR MILK,PDR,W/ ADDED NUTR~^1.10^400^4.55^2.27^1.80^90.28^4.5^81.82^455^0.00^53^86^280^136^6.82^0.909^0.707^1.9^27.3^0.009^0.056^0.199^0.000^0.909^4^0^4^4^3.3^0.00^2^0^0^0^0^0^0^0^0.04^0.9^2.273^0.000^0.000^0^22.00^~1 serving~^^~~^0 ~14558~^~CHOC-FLV BEV MIX FOR MILK,PDR,W/ ADD NUTR,PREP W/ WHL MILK~^81.10^88^3.33^3.17^0.78^11.61^0.0^11.59^130^0.03^14^84^145^51^0.91^0.096^0.061^3.5^2.3^0.041^0.172^0.115^0.332^0.108^5^0^5^5^^0.40^94^26^26^0^5^0^0^0^0.06^0.3^1.897^0.745^0.178^10^266.00^~1 serving~^^~~^0 ~14559~^~WATER,BTLD,NON-CARBONATED,EVIAN~^99.97^0^0.00^0.00^0.05^0.00^^^8^0.00^2^0^0^0^0.00^0.000^0.000^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^331.00^~1 bottle, 11.2 fl oz in package of 6~^0 ~14601~^~TEA,RTD,UNSWTND,WENDY'S,FAST FD,WO/ ICE~^99.79^1^0.22^0.00^0.04^0.00^^^2^0.00^1^1^14^3^0.01^0.008^0.136^0.0^^0.018^0.024^0.000^0.009^0.000^^^^^^^^^^^^^^^^^0.000^0.000^0.000^^^~~^^~~^0 ~14602~^~ALCOHOLIC BEV,WINE,TABLE,RED,MERLOT~^86.59^83^0.07^0.00^0.27^2.51^0.0^0.62^8^0.46^12^23^127^4^0.14^0.011^0.132^0.2^0.0^0.005^0.031^0.224^0.030^0.057^1^^1^^^0.00^^^^^^^^^^^^^^^29.38^~1 fl oz~^146.89^~1 serving, 5 fl oz~^0 ~14604~^~WATER,NON-CARBONATED,FRUIT FLAVORS,SWTND W/ LO CAL SWTNR~^99.85^1^0.00^0.00^0.00^0.15^0.0^0.00^1^0.00^0^0^4^3^0.00^0.000^0.003^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^237.00^~1 serving, (8 fl oz)~^29.60^~1 fl oz~^0 ~14605~^~WATER W/ ADDED VITAMINS & MINERALS,SWTND, FRUIT FLAVORS~^94.44^22^0.00^0.00^0.07^5.49^0.0^5.49^17^0.00^3^0^0^0^0.32^0.007^^0.0^12.7^0.000^0.000^0.844^0.422^0.084^8^8^0^14^0.0^0.25^105^32^32^0^0^0^0^0^1.90^0.0^0.000^0.000^0.000^0^237.00^~8 fl oz, (1 NLEA serving)~^237.00^~1 serving~^0 ~14606~^~BREAKFAST TYPE DRK,ORANGE FLAVOR,RED SUGAR~^98.87^4^0.04^0.00^0.19^0.90^0.0^0.03^11^0.00^4^7^33^5^0.01^0.010^0.000^0.0^25.1^0.000^0.071^0.837^0.000^0.084^0^0^0^0^0.0^0.00^209^63^63^0^0^0^0^0^0.56^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~14607~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,DIET BERRY BLEND~^98.70^4^0.00^0.00^0.07^1.23^^0.41^^^^^33^14^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14608~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,DIET FRUIT MEDLEY~^98.80^4^0.00^0.00^0.10^1.26^^0.84^^^^^15^13^^^^^25.2^^^^^^^^^^^^2101^^^^^^^^1.13^^^^^^238.00^~1 serving, 8 oz~^^~~^0 ~14609~^~CAMPBELL SOUP COMPANY,V8 SPLASH,DIET STRAWBERRY KIWI~^98.80^4^0.00^0.00^0.10^1.26^^0.84^8^0.30^^^15^13^^^^^25.2^^^^^^^^^^^^2101^^^^^^^^1.13^^^^^^238.00^~1 serving~^^~~^0 ~14610~^~CAMPBELL SOUP COMPANY,V8 SPLASH,DIET TROPICAL BLEND~^98.80^4^0.00^0.00^0.10^1.26^^0.42^^^^^34^15^^^^^25.2^^^^^^^^^^^^2101^^^^^^^^1.13^^^^^^238.00^~1 serving, 8 oz~^^~~^0 ~14611~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,BERRY BLEND~^92.20^29^0.00^0.00^0.39^7.41^^7.41^^^^^14^21^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14612~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,FRUIT MEDLEY~^91.80^33^0.00^0.00^0.38^7.82^^7.82^^^^^10^21^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14613~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC,GUAVA PASSION FRUIT~^91.90^33^0.00^0.00^0.28^7.82^^7.82^^^^^12^14^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14614~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,MANGO PEACH~^91.60^33^0.00^0.00^0.17^8.23^^8.23^^^^^12^16^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14615~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,ORANGE PNAPPL~^91.90^29^0.00^0.00^0.69^7.41^^7.41^^^^^10^21^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14616~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,ORCHARD BLEND~^92.20^33^0.00^0.00^0.10^7.82^^7.82^^^^^10^21^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14617~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,STRAWBERRY BANANA~^92.20^29^0.00^0.00^0.39^7.41^^7.41^^^^^8^21^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14618~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,STRAWBERRY KIWI~^92.40^29^0.00^0.00^0.19^7.41^^7.41^^^^^14^21^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~14619~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,TROPICAL BLEND~^92.40^29^0.00^0.00^0.19^7.41^^7.41^^^^^12^21^^^^^24.7^^^^^^^^^^^^2058^^^^^^^^1.11^^^^^^243.00^~1 serving, 8 oz~^^~~^0 ~11468~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,CKD,BLD,DRND,WO/SALT~^93.70^20^0.91^0.31^0.77^4.31^1.4^1.89^22^0.37^15^29^170^0^0.22^0.063^0.155^0.2^5.5^0.049^0.049^0.513^0.137^0.094^20^0^20^20^7.9^0.00^163^8^0^0^98^0^0^315^0.12^4.4^0.064^0.023^0.131^0^180.00^~1 cup, sliced~^90.00^~.5 cup, slices~^0 ~11471~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,CND,DRND,SOLID,WO/SALT~^96.04^13^0.61^0.07^0.32^2.96^1.4^1.19^12^0.71^13^21^96^5^0.29^0.080^0.097^0.2^2.7^0.016^0.027^0.418^0.048^0.042^10^0^10^10^4.9^0.00^102^5^0^0^61^0^0^198^0.12^2.8^0.015^0.005^0.031^0^210.00^~1 cup, diced~^240.00^~1 cup, mashed~^0 ~11473~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,FRZ,UNPREP~^93.66^20^0.83^0.14^0.58^4.80^1.2^^18^0.48^23^35^209^5^0.37^0.085^0.162^0.2^6.4^0.040^0.048^0.400^0.088^0.088^12^0^12^12^^0.00^279^14^0^^^^^^^^0.029^0.011^0.060^0^130.00^~1 cup, slices~^^~~^0 ~11474~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,FRZ,CKD,BLD,DRND,WO/SALT~^92.24^25^1.28^0.20^0.74^5.54^1.4^2.33^20^0.52^27^41^253^6^0.34^0.073^0.263^0.3^6.8^0.036^0.047^0.440^0.102^0.099^13^0^13^13^9.7^0.00^201^10^0^0^120^0^0^388^0.15^5.4^0.040^0.015^0.082^0^192.00^~1 cup, slices~^^~~^0 ~11475~^~SQUASH,SUMMER,SCALLOP,RAW~^94.18^18^1.20^0.20^0.58^3.84^^^19^0.40^23^36^182^1^0.29^0.102^0.157^0.2^18.0^0.070^0.030^0.600^0.102^0.109^30^0^30^30^^0.00^110^6^0^^^^^^^^0.041^0.015^0.084^0^130.00^~1 cup, slices~^^~~^2 ~11476~^~SQUASH,SMMR,SCALLOP,CKD,BLD,DRND,WO/SALT~^95.00^16^1.03^0.17^0.50^3.30^1.9^1.50^15^0.33^19^28^140^1^0.24^0.083^0.128^0.2^10.8^0.051^0.025^0.464^0.079^0.085^21^0^21^21^6.2^0.00^85^4^0^0^51^0^0^250^0.12^3.5^0.035^0.013^0.072^0^240.00^~1 cup, mashed~^180.00^~1 cup, sliced~^0 ~11477~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,RAW~^94.64^16^1.21^0.18^0.62^3.35^1.1^1.73^15^0.35^17^38^262^10^0.29^0.051^0.175^0.2^17.0^0.048^0.142^0.487^0.155^0.218^29^0^29^29^9.5^0.00^200^10^0^0^120^0^0^2125^0.12^4.3^0.037^0.014^0.076^0^124.00^~1 cup, chopped~^113.00^~1 cup, sliced~^5 ~11478~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,CKD,BLD,DRND,WO/SALT~^94.74^16^0.64^0.05^0.64^3.93^1.4^1.69^13^0.35^22^40^253^3^0.18^0.086^0.178^0.2^4.6^0.041^0.041^0.428^0.114^0.078^17^0^17^17^9.4^0.00^1117^56^0^0^670^0^0^1150^0.12^4.2^0.010^0.004^0.021^0^180.00^~1 cup, sliced~^120.00^~.5 cup, mashed~^0 ~11479~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,FRZ,UNPREP~^94.70^17^1.16^0.13^0.43^3.59^1.3^1.71^18^0.51^13^28^218^2^0.21^0.050^0.244^0.2^5.3^0.048^0.042^0.433^0.297^0.050^10^0^10^10^^0.00^198^10^0^0^119^0^0^2102^0.12^4.2^0.027^0.010^0.056^0^284.00^~1 package, (10 oz)~^1361.00^~1 package, (3 lb)~^0 ~11480~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,FRZ,CKD,BLD,DRND,WO/SALT~^94.74^17^1.15^0.13^0.42^3.56^1.3^1.69^17^0.48^13^25^194^2^0.20^0.047^0.230^0.2^3.7^0.041^0.040^0.386^0.265^0.045^8^0^8^8^9.4^0.00^177^9^0^0^106^0^0^1877^0.12^4.2^0.027^0.010^0.055^0^223.00^~1 cup~^^~~^0 ~11481~^~SQUASH,SMMR,ZUCCHINI,ITALIAN STYLE,CND~^90.61^29^1.03^0.11^1.40^6.85^^^17^0.68^14^29^274^374^0.26^0.098^0.240^0.4^2.3^0.042^0.040^0.528^0.274^0.152^30^0^30^30^^0.00^539^27^0^^^^^^^^0.023^0.008^0.047^0^227.00^~1 cup~^^~~^0 ~11482~^~SQUASH,WINTER,ACORN,RAW~^87.78^40^0.80^0.10^0.90^10.42^1.5^^33^0.70^32^36^347^3^0.13^0.065^0.167^0.5^11.0^0.140^0.010^0.700^0.400^0.154^17^0^17^17^^0.00^367^18^0^0^220^0^0^38^^^0.021^0.007^0.042^0^140.00^~1 cup, cubes~^431.00^~1 squash, (4 inch dia)~^24 ~11483~^~SQUASH,WNTR,ACORN,CKD,BKD,WO/SALT~^82.90^56^1.12^0.14^1.26^14.58^4.4^^44^0.93^43^45^437^4^0.17^0.086^0.242^0.7^10.8^0.167^0.013^0.881^0.504^0.194^19^0^19^19^^0.00^428^21^0^^^^^^^^0.029^0.010^0.059^0^205.00^~1 cup, cubes~^^~~^20 ~11484~^~SQUASH,WNTR,ACORN,CKD,BLD,MSHD,WO/SALT~^89.70^34^0.67^0.08^0.76^8.79^2.6^^26^0.56^26^27^263^3^0.11^0.052^0.146^0.4^6.5^0.100^0.008^0.531^0.303^0.117^11^0^11^11^^0.00^817^41^0^0^490^0^0^66^^^0.017^0.006^0.035^0^245.00^~1 cup, mashed~^^~~^0 ~11485~^~SQUASH,WNTR,BUTTERNUT,RAW~^86.41^45^1.00^0.10^0.80^11.69^2.0^2.20^48^0.70^34^33^352^4^0.15^0.072^0.202^0.5^21.0^0.100^0.020^1.200^0.400^0.154^27^0^27^27^^0.00^10630^532^0^834^4226^3471^0^0^1.44^1.1^0.021^0.007^0.042^0^140.00^~1 cup, cubes~^^~~^16 ~11486~^~SQUASH,WNTR,BUTTERNUT,CKD,BKD,WO/SALT~^87.80^40^0.90^0.09^0.72^10.49^^1.97^41^0.60^29^27^284^4^0.13^0.065^0.172^0.5^15.1^0.072^0.017^0.969^0.359^0.124^19^0^19^19^^0.00^11155^558^0^1130^4570^3116^0^0^1.29^1.0^0.019^0.007^0.038^0^205.00^~1 cup, cubes~^^~~^0 ~11487~^~SQUASH,WNTR,BUTTERNUT,FRZ,UNPREP~^82.50^57^1.76^0.10^1.23^14.41^1.3^2.83^29^0.88^14^22^212^2^0.17^0.051^0.248^0.7^6.2^0.090^0.059^0.740^0.221^0.110^24^0^24^24^^0.00^4790^240^0^376^1904^1564^0^0^1.85^1.4^0.021^0.007^0.042^0^340.00^~1 package, (12 oz)~^1814.00^~1 package, (4 lb)~^0 ~11488~^~SQUASH,WNTR,BUTTERNUT,FRZ,CKD,BLD,WO/SALT~^87.80^39^1.23^0.07^0.86^10.05^^^19^0.58^9^14^133^2^0.12^0.036^0.173^0.5^3.5^0.050^0.039^0.464^0.154^0.069^16^0^16^16^^0.00^3339^167^0^^^^^^^^0.014^0.005^0.029^0^240.00^~1 cup, mashed~^^~~^0 ~11489~^~SQUASH,WINTER,HUBBARD,RAW~^88.00^40^2.00^0.50^0.80^8.70^^^14^0.40^19^21^320^7^0.13^0.064^0.179^0.5^11.0^0.070^0.040^0.500^0.400^0.154^16^0^16^16^^0.00^1367^68^0^0^820^^0^^^^0.103^0.036^0.211^0^116.00^~1 cup, cubes~^^~~^36 ~11490~^~SQUASH,WNTR,HUBBARD,CKD,BKD,WO/SALT~^85.10^50^2.48^0.62^0.99^10.81^^^17^0.47^22^23^358^8^0.15^0.045^0.170^0.6^9.5^0.074^0.047^0.558^0.447^0.172^16^0^16^16^^0.00^6035^302^0^^^^^^^^0.128^0.046^0.260^0^205.00^~1 cup, cubes~^^~~^0 ~11491~^~SQUASH,WNTR,HUBBARD,CKD,BLD,MSHD,WO/SALT~^91.10^30^1.48^0.37^0.59^6.46^2.9^2.93^10^0.28^13^14^214^5^0.10^0.047^0.126^0.3^6.5^0.042^0.028^0.334^0.297^0.103^10^0^10^10^8.7^0.00^4005^200^0^529^2139^0^0^0^0.12^1.0^0.076^0.028^0.156^0^236.00^~1 cup, mashed~^^~~^0 ~11492~^~SQUASH,WNTR,SPAGHETTI,RAW~^91.60^31^0.64^0.57^0.28^6.91^^^23^0.31^12^12^108^17^0.19^0.037^0.125^0.3^2.1^0.037^0.018^0.950^0.360^0.101^12^0^12^12^^0.00^50^3^0^^^^^^^^0.117^0.042^0.239^0^101.00^~1 cup, cubes~^^~~^29 ~11493~^~SQUASH,WNTR,SPAGHETTI,CKD,BLD,DRND,OR BKD,WO/SALT~^92.30^27^0.66^0.26^0.32^6.46^1.4^2.53^21^0.34^11^14^117^18^0.20^0.035^0.109^0.3^3.5^0.038^0.022^0.810^0.355^0.099^8^0^8^8^7.5^0.00^110^6^0^15^59^0^0^0^0.12^0.8^0.062^0.022^0.126^0^155.00^~1 cup~^^~~^0 ~11495~^~SUCCOTASH,(CORN&LIMAS),RAW~^73.10^99^5.03^1.02^1.26^19.59^3.8^^18^1.83^48^113^369^4^0.61^0.186^0.688^0.6^15.1^0.208^0.082^1.587^0.128^0.130^40^0^40^40^^0.00^292^15^0^^^^^^^^0.190^0.198^0.489^0^^~~^^~~^0 ~11496~^~SUCCOTASH,(CORN&LIMAS),CKD,BLD,DRND,WO/SALT~^68.37^115^5.07^0.80^1.39^24.38^4.5^^17^1.52^53^117^410^17^0.63^0.179^0.769^0.6^8.2^0.168^0.096^1.327^0.567^0.116^33^0^33^33^^0.00^294^15^0^^^^^^^^0.148^0.155^0.381^0^192.00^~1 cup~^^~~^0 ~11497~^~SUCCOTASH,(CORN&LIMAS),CND,W/CRM STYLE CORN~^78.17^77^2.64^0.54^1.04^17.61^3.0^^11^0.55^1^59^183^245^0.43^0.178^0.645^0.6^6.4^0.027^0.065^0.607^0.218^0.128^44^0^44^44^^0.00^141^7^0^^^^^^^^0.101^0.105^0.260^0^266.00^~1 cup~^^~~^0 ~11499~^~SUCCOTASH,(CORN&LIMAS),CND,W/WHL KERNEL CORN,SOL&LIQUIDS~^81.96^63^2.60^0.49^0.96^13.98^2.6^^11^0.53^19^55^163^221^0.50^0.109^0.366^0.6^4.6^0.029^0.058^0.640^0.309^0.049^32^0^32^32^^0.00^146^7^0^^^^^^^^0.092^0.096^0.236^0^255.00^~1 cup~^^~~^0 ~11501~^~SUCCOTASH,(CORN&LIMAS),FRZ,UNPREP~^74.11^93^4.31^0.89^0.75^19.94^4.0^^16^0.94^24^78^295^45^0.47^0.063^0.295^0.6^8.5^0.087^0.072^1.375^0.258^0.100^42^0^42^42^^0.00^257^13^0^^^^^^^^0.166^0.173^0.427^0^156.00^~1 cup~^284.00^~1 package, (10 oz)~^0 ~11964~^~NOPALES,CKD,WO/SALT~^94.31^15^1.35^0.05^1.01^3.28^2.0^1.12^164^0.50^47^16^195^20^0.21^0.049^0.408^0.7^5.3^0.011^0.040^0.296^0.150^0.067^3^0^3^3^7.1^0.00^443^22^0^47^242^0^0^0^0.00^5.1^0.006^0.007^0.021^0^149.00^~1 cup~^29.00^~1 pad~^0 ~11965~^~CAULIFLOWER,GREEN,RAW~^89.79^31^2.95^0.30^0.88^6.09^3.2^3.03^33^0.73^20^62^300^23^0.64^0.041^0.247^0.6^88.1^0.080^0.102^0.734^0.696^0.222^57^0^57^57^57.1^0.00^155^8^0^0^93^0^0^42^0.04^20.2^0.047^0.028^0.133^0^64.00^~1 cup~^25.00^~1 floweret~^39 ~11967~^~CAULIFLOWER,GRN,CKD,NO SALT ADDED~^89.47^32^3.04^0.31^0.90^6.28^3.3^^32^0.72^19^57^278^23^0.63^0.040^0.242^0.8^72.6^0.070^0.100^0.681^0.681^0.206^41^0^41^41^^0.00^141^7^0^^^^^^^^0.049^0.029^0.137^0^90.00^~.2 head~^^~~^0 ~11968~^~CAULIFLOWER,GRN,CKD,W/ SALT~^89.47^32^3.04^0.31^0.90^6.28^3.3^^32^0.72^19^57^278^259^0.63^0.040^0.242^0.8^72.6^0.070^0.100^0.681^0.681^0.206^41^0^41^41^^0.00^141^7^0^^^^^^^^0.049^0.029^0.137^0^62.00^~.5 cup, (1" pieces)~^^~~^0 ~11969~^~BROCCOLI,CHINESE,COOKED~^93.54^22^1.14^0.72^0.79^3.81^2.5^0.84^100^0.56^18^41^261^7^0.39^0.061^0.264^1.3^28.2^0.095^0.146^0.437^0.159^0.070^99^0^99^99^25.3^0.00^1638^82^0^0^983^0^0^912^0.48^84.8^0.110^0.050^0.330^0^88.00^~1 cup~^^~~^0 ~11970~^~CABBAGE,NAPA,COOKED~^96.33^12^1.10^0.17^0.17^2.23^^^29^0.74^8^19^87^11^0.14^0.096^0.203^0.4^3.2^0.005^0.025^0.466^0.035^0.037^43^0^43^43^^0.00^263^13^0^49^133^0^0^^^^^^^0^109.00^~1 cup~^^~~^0 ~11972~^~LEMON GRASS (CITRONELLA),RAW~^70.58^99^1.82^0.49^1.80^25.31^^^65^8.17^60^101^723^6^2.23^0.266^5.224^0.7^2.6^0.065^0.135^1.101^0.050^0.080^75^0^75^75^^0.00^6^0^0^0^3^0^^^^^0.119^0.054^0.170^0^67.00^~1 cup~^4.80^~1 tbsp~^35 ~11973~^~BEANS,FAVA,IN POD,RAW~^72.60^88^7.92^0.73^1.12^17.63^^^37^1.55^33^129^332^25^1.00^0.402^0.661^0.8^3.7^0.133^0.290^2.249^0.225^0.104^148^0^148^148^^0.00^333^17^0^0^196^9^^^^^0.118^0.104^0.342^0^126.00^~1 cup~^6.10^~1 pod~^3 ~11974~^~GRAPE LEAVES,RAW~^73.32^93^5.60^2.12^1.65^17.31^11.0^6.30^363^2.63^95^91^272^9^0.67^0.415^2.855^0.9^11.1^0.040^0.354^2.362^0.231^0.400^83^0^83^83^12.8^0.00^27521^1376^0^629^16194^9^0^1747^2.00^108.6^0.336^0.081^1.065^0^14.00^~1 cup~^3.00^~1 leaf~^5 ~11975~^~GRAPE LEAVES,CND~^76.10^69^4.27^1.97^5.95^11.71^^^289^2.98^14^34^29^2853^0.40^1.841^0.290^0.9^11.3^0.064^0.364^4.505^4.274^0.136^78^0^78^78^^0.00^5253^263^0^629^2838^0^^^^^0.312^0.076^0.989^0^4.00^~1 leaf~^^~~^0 ~11976~^~PEPPER,BANANA,RAW~^91.81^27^1.66^0.45^0.73^5.35^3.4^1.95^14^0.46^17^32^256^13^0.25^0.094^0.100^0.3^82.7^0.081^0.054^1.242^0.265^0.357^29^0^29^29^7.4^0.00^340^17^0^39^184^0^0^0^0.69^9.5^0.048^0.027^0.243^0^124.00^~1 cup~^33.00^~1 small, (4" long)~^18 ~11977~^~PEPPER,SERRANO,RAW~^90.25^32^1.74^0.44^0.87^6.70^3.7^3.83^11^0.86^22^40^305^10^0.26^0.129^0.187^0.4^44.9^0.054^0.081^1.537^0.200^0.505^23^0^23^23^8.9^0.00^937^47^0^18^534^40^0^544^0.69^11.8^0.059^0.023^0.222^0^105.00^~1 cup, chopped~^6.10^~1 pepper~^3 ~11978~^~PEPPER,ANCHO,DRIED~^22.63^281^11.86^8.20^5.89^51.41^21.6^^61^10.93^113^201^2411^43^1.42^0.508^1.279^2.9^2.0^0.179^2.255^6.403^1.993^3.535^69^0^69^69^^0.00^20438^1022^0^^^^^^^^0.820^0.492^4.511^0^17.00^~1 pepper~^^~~^0 ~11979~^~PEPPERS,JALAPENO,RAW~^91.69^30^1.35^0.62^0.44^5.90^2.8^3.46^10^0.70^19^31^215^1^0.23^0.133^0.250^0.3^44.3^0.144^0.057^1.117^0.228^0.508^47^0^47^47^7.5^0.00^799^40^0^15^455^34^0^492^0.47^9.7^0.062^0.033^0.319^0^90.00^~1 cup, sliced~^14.00^~1 pepper~^8 ~11980~^~PEPPERS,CHILI,GRN,CND~^93.25^21^0.72^0.27^1.31^4.60^1.7^^36^1.33^4^11^113^397^0.09^^^0.3^34.2^0.010^0.030^0.627^0.084^0.120^54^0^54^54^^0.00^126^6^0^^^^^^^^0.028^0.017^0.153^0^139.00^~1 cup~^^~~^0 ~11981~^~PEPPERS,HUNGARIAN,RAW~^91.51^29^0.80^0.41^0.58^6.68^^^12^0.46^16^29^202^1^0.30^0.115^0.204^0.3^92.9^0.079^0.055^1.092^0.205^0.517^53^0^53^53^^0.00^140^7^0^^^^^^^^0.046^0.024^0.240^0^27.00^~1 pepper~^^~~^12 ~11982~^~PEPPERS,PASILLA,DRIED~^14.84^345^12.35^15.85^5.82^51.13^26.8^^97^9.83^130^267^2222^89^1.40^0.423^1.580^3.2^6.4^0.172^3.197^7.175^1.591^4.228^170^0^170^170^^0.00^35760^1788^0^^^^^^^^^^^0^7.00^~1 pepper~^^~~^6 ~11983~^~PICKLES,CHOWCHOW,W/CAULIFLOWER ONION MUSTARD,SWT~^68.90^121^1.50^0.90^2.06^26.64^1.5^23.88^23^1.40^21^22^200^527^0.23^0.092^0.085^2.0^6.0^0.000^0.020^0.000^0.067^0.010^5^0^5^5^4.0^0.00^90^5^0^10^38^22^0^222^0.16^61.6^0.149^0.170^0.397^0^245.00^~1 cup~^^~~^0 ~11984~^~EPAZOTE,RAW~^89.21^32^0.33^0.52^2.50^7.44^3.8^^275^1.88^121^86^633^43^1.10^0.190^3.098^0.9^3.6^0.028^0.348^0.639^0.179^0.152^215^0^215^215^^0.00^57^3^0^^38^^^^^^^^^0^0.80^~1 tbsp~^2.00^~1 sprig~^0 ~11985~^~FIREWEED,LEAVES,RAW~^70.78^103^4.71^2.75^2.54^19.22^10.6^^429^2.40^156^108^494^34^2.66^0.320^6.704^0.9^2.2^0.033^0.137^4.674^1.356^0.632^112^0^112^112^^0.00^3598^180^0^^^^^^^^^^^0^23.00^~1 cup, chopped~^22.00^~1 plant~^65 ~11986~^~MALABAR SPINACH,COOKED~^92.50^23^2.98^0.78^1.04^2.71^2.1^^124^1.48^48^36^256^55^0.30^0.111^0.255^0.9^5.9^0.106^0.129^0.787^0.135^0.086^114^0^114^114^^0.00^1158^58^0^^^^^^^^^^^0^44.00^~1 cup~^17.00^~1 bunch~^30 ~11987~^~MUSHROOM,OYSTER,RAW~^88.80^43^3.31^0.41^1.01^6.47^2.3^1.11^3^1.33^18^120^420^18^0.77^0.244^0.113^2.6^0.0^0.125^0.349^4.956^1.294^0.110^27^0^27^27^48.7^0.00^48^2^0^0^29^0^0^0^0.00^0.0^0.020^0.010^0.040^0^148.00^~1 large~^15.00^~1 small~^11 ~11988~^~FUNGI,CLOUD EARS,DRIED~^14.80^284^9.25^0.73^2.21^73.01^70.1^^159^5.88^83^184^754^35^1.32^0.183^1.951^43.4^0.0^0.015^0.844^6.267^0.481^0.112^38^0^38^38^^0.00^0^0^0^^^^^^^^^^^0^28.00^~1 cup~^4.50^~1 piece~^0 ~11989~^~MUSHROOMS,STRAW,CND,DRND SOL~^89.88^32^3.83^0.68^0.97^4.64^2.5^^10^1.43^7^61^78^384^0.67^0.133^0.098^15.2^0.0^0.013^0.070^0.224^0.412^0.014^38^0^38^38^^0.00^0^0^0^0^0^0^^^^^0.089^0.012^0.263^0^182.00^~1 cup~^5.50^~1 piece~^0 ~11990~^~WASABI,ROOT,RAW~^69.11^109^4.80^0.63^1.92^23.54^7.8^^128^1.03^69^80^568^17^1.62^0.155^0.391^^41.9^0.131^0.114^0.743^0.203^0.274^18^0^18^18^^0.00^35^2^0^0^21^0^^^^^^^^0^130.00^~1 cup, sliced~^169.00^~1 root~^23 ~11991~^~YAUTIA (TANNIER),RAW~^73.06^98^1.46^0.40^1.45^23.63^1.5^^9^0.98^24^51^598^21^0.50^0.257^0.186^0.7^5.2^0.097^0.040^0.667^0.209^0.237^17^0^17^17^^0.00^8^0^0^0^5^0^^^^^0.082^^^0^135.00^~1 cup, sliced~^305.00^~1 root~^14 ~11992~^~MUSHROOMS,WHITE,MICROWAVED~^88.52^44^3.91^0.46^1.08^6.04^2.5^0.00^6^0.33^14^127^488^17^0.73^0.370^0.064^18.0^0.0^0.060^0.431^5.350^1.960^0.049^16^0^16^16^30.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.060^0.020^0.280^0^^~~^^~~^0 ~11993~^~MUSHROOMS,MAITAKE,RAW~^90.53^37^1.94^0.19^0.53^6.81^2.7^2.07^1^0.30^10^74^204^1^0.75^0.252^0.059^2.2^0.0^0.146^0.242^6.585^0.270^0.056^29^0^29^29^^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.030^0.030^0.090^0^70.45^~1 cup, diced~^1.09^~1 piece, whole~^0 ~11995~^~FIDDLEHEAD FERNS,RAW~^88.68^34^4.55^0.40^0.83^5.54^^^32^1.31^34^101^370^1^0.83^0.320^0.510^^26.6^0.020^0.210^4.980^^^^^^^^0.00^3617^181^0^261^2040^^^^^^^^^0^^~~^^~~^ ~11996~^~FIDDLEHEAD FERNS,FRZ,UNPREP~^88.91^34^4.31^0.35^0.69^5.74^^^24^0.73^19^58^129^0^0.71^0.220^0.940^^17.8^0.014^0.130^3.260^^^^^^^^0.00^3350^168^0^280^1870^^^^^^^^^0^^~~^^~~^0 ~12001~^~BREADFRUIT SEEDS,RAW~^56.27^191^7.40^5.59^1.50^29.24^5.2^^36^3.67^54^175^941^25^0.90^1.148^0.142^^6.6^0.482^0.301^0.438^0.877^0.320^53^0^53^53^^0.00^256^13^0^^^^^^^^1.509^0.712^2.977^0^28.35^~1 oz~^^~~^32 ~12003~^~BREADFRUIT SEEDS,BOILED~^59.30^168^5.30^2.30^1.10^32.00^4.8^^61^0.60^50^124^875^23^0.83^1.069^0.132^^6.1^0.290^0.170^5.300^0.816^0.298^49^0^49^49^^0.00^238^12^0^^^^^^^^0.621^0.293^1.225^0^28.35^~1 oz~^^~~^64 ~13879~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,CHOIC,RAW~^68.57^173^21.68^8.91^1.03^0.00^0.0^0.00^16^1.92^23^206^334^55^3.97^0.096^0.013^26.1^0.0^0.083^0.149^6.590^0.633^0.640^12^0^12^12^90.6^1.84^0^0^0^0^0^0^0^0^0.33^1.3^3.509^3.851^0.340^44^28.35^~1 oz~^453.60^~1 lb~^1 ~13880~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^61.36^212^28.48^10.05^1.06^0.00^0.0^0.00^6^2.33^18^171^227^37^4.65^0.061^0.010^29.6^0.0^0.059^0.160^5.149^0.561^0.374^9^0^9^9^108.5^1.71^0^0^0^0^0^0^0^0^0.41^1.5^3.813^4.285^0.387^64^333.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13881~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,SEL,RAW~^70.06^159^21.30^7.57^0.99^0.00^0.0^0.00^24^1.69^23^208^346^62^3.98^0.092^0.013^25.6^0.0^0.087^0.113^6.252^0.603^0.633^11^0^11^11^89.0^1.27^0^0^0^0^0^0^0^0^0.32^1.3^2.980^3.271^0.289^38^28.35^~1 oz~^453.60^~1 lb~^3 ~13882~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^62.58^204^28.13^9.26^1.13^0.00^0.0^0.00^7^2.24^18^177^228^37^4.74^0.072^0.010^27.7^0.0^0.071^0.141^4.747^0.555^0.369^9^0^9^9^107.1^1.44^0^0^0^0^0^0^0^0^0.40^1.4^3.515^3.949^0.357^59^416.97^~1 roast, (yield from 530 g raw meat)~^85.00^~3 oz~^9 ~13883~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^66.10^189^19.60^11.67^0.95^0.00^0.0^^5^2.00^22^193^329^58^4.41^0.076^0.013^19.6^0.0^0.110^0.180^3.160^0.330^0.410^7^0^7^7^81.9^3.01^0^^^^^^^^^^4.600^5.000^0.460^65^28.35^~1 oz~^453.60^~1 lb~^4 ~13884~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^61.56^219^27.45^11.34^1.13^0.00^0.0^0.00^6^2.81^26^230^367^63^6.67^0.119^0.016^26.8^0.0^0.090^0.260^3.590^0.450^0.380^8^0^8^8^104.5^2.80^0^0^0^0^0^0^0^0^0.17^1.5^4.240^4.680^0.440^82^326.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13885~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,CHOIC,RAW~^65.43^199^19.48^12.83^0.94^0.00^0.0^0.00^5^1.99^21^192^326^58^4.37^0.076^0.013^19.6^0.0^0.110^0.180^3.140^0.330^0.410^7^0^7^7^81.4^3.00^0^0^^0^0^0^0^0^^^5.040^5.490^0.510^65^28.35^~1 oz~^453.60^~1 lb~^4 ~13886~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^60.92^228^27.27^12.34^1.12^0.00^0.0^0.00^6^2.79^25^229^365^63^6.62^0.119^0.016^26.8^0.0^0.090^0.250^3.570^0.440^0.380^8^0^8^8^103.9^2.79^0^0^0^0^0^0^0^0^0.18^1.5^4.630^5.110^0.480^82^325.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13887~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,SEL,RAW~^66.86^178^19.74^10.39^0.96^0.00^0.0^0.00^5^2.02^22^195^332^58^4.45^0.077^0.013^19.6^0.0^0.110^0.180^3.180^0.330^0.410^7^0^7^7^82.5^3.03^0^0^^0^0^0^0^0^^^4.100^4.450^0.410^64^28.35^~1 oz~^453.60^~1 lb~^3 ~13888~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^62.31^210^27.63^10.24^1.14^0.00^0.0^0.00^6^2.83^26^232^370^64^6.73^0.120^0.016^26.9^0.0^0.090^0.260^3.610^0.450^0.380^8^0^8^8^105.2^2.81^0^0^0^0^0^0^0^0^0.14^1.4^3.810^4.220^0.400^82^327.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13890~^~BEEF,RND,TOP RND,LN,1/8" FAT,CHOIC,CKD,PAN-FRIED~^54.18^228^33.93^8.33^1.53^2.03^0.0^0.00^6^3.40^35^286^484^65^4.58^0.129^0.020^34.5^0.0^0.120^0.315^5.394^0.458^0.582^14^0^14^14^129.2^3.90^0^0^0^0^0^0^0^0^0.17^1.7^2.399^3.031^1.504^158^283.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13891~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^69.04^166^22.06^7.93^1.10^0.00^0.0^0.00^21^1.85^24^212^349^60^4.08^0.097^0.013^26.5^0.0^0.087^0.135^6.589^0.634^0.653^12^0^12^12^92.1^1.59^0^0^0^0^0^0^0^0^0.33^1.3^3.123^3.428^0.303^40^28.35^~1 oz~^453.60^~1 lb~^0 ~13892~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^54.68^238^34.34^10.13^1.66^0.00^0.0^0.00^5^3.16^24^215^319^45^4.34^0.118^0.017^32.5^0.0^0.070^0.240^3.650^0.360^0.270^9^0^9^9^130.8^2.62^0^0^0^0^0^0^0^0^0.17^1.7^3.780^4.150^0.420^90^286.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^3 ~13893~^~BEEF,RND,TOP RND STEAK,LN & FAT,1/8" FAT,ALL GRDS,CKD,BRLD~^59.59^204^30.67^9.00^1.16^0.00^0.0^0.00^7^2.53^20^193^252^41^5.20^0.074^0.011^31.7^0.0^0.070^0.163^5.360^0.605^0.403^10^0^10^10^116.8^1.71^0^0^0^0^0^0^0^0^0.43^1.5^3.415^3.837^0.347^58^326.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13894~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,RAW~^68.80^168^21.94^8.19^1.11^0.00^0.0^0.00^17^1.97^24^211^341^57^4.06^0.098^0.013^26.7^0.0^0.084^0.151^6.667^0.640^0.648^12^0^12^12^91.6^1.86^0^0^0^0^0^0^0^0^0.33^1.3^3.224^3.538^0.313^41^28.35^~1 oz~^453.60^~1 lb~^0 ~13895~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^53.83^250^34.09^11.61^1.65^0.00^0.0^0.00^5^3.14^24^214^317^45^4.31^0.118^0.017^32.5^0.0^0.070^0.240^3.630^0.350^0.270^9^0^9^9^129.8^2.61^0^0^^0^0^0^0^0^^^4.330^4.760^0.480^90^289.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13896~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^58.46^224^30.70^10.27^1.18^0.00^0.0^0.00^7^2.54^20^187^248^40^5.09^0.067^0.011^32.4^0.0^0.064^0.173^5.550^0.604^0.403^10^0^10^10^116.9^1.84^0^0^0^0^0^0^0^0^0.44^1.6^3.898^4.379^0.396^66^347.01^~1 steak, (yield from raw steak weighing 492 g)~^85.00^~3 oz~^3 ~13897~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,CKD,PAN-FRIED~^52.36^266^32.99^13.83^1.45^0.00^0.0^0.00^6^2.97^33^274^480^68^4.35^0.124^0.019^32.0^0.0^0.110^0.260^5.150^0.430^0.570^12^0^12^12^125.6^3.28^0^0^0^0^0^0^0^0^0.18^1.8^4.640^5.180^1.720^97^283.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13898~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,SEL,RAW~^69.29^164^22.18^7.68^1.08^0.00^0.0^0.00^25^1.74^24^214^357^63^4.10^0.095^0.013^26.3^0.0^0.090^0.118^6.510^0.628^0.659^12^0^12^12^92.6^1.32^0^0^0^0^0^0^0^0^0.30^1.2^3.023^3.317^0.293^38^28.35^~1 oz~^453.60^~1 lb~^0 ~13899~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,SEL,CKD,BRSD~^55.63^225^34.60^8.54^1.67^0.00^0.0^0.00^4^3.18^25^217^321^45^4.37^0.119^0.017^32.5^0.0^0.070^0.240^3.670^0.360^0.270^9^0^9^9^131.8^2.64^0^0^^0^0^0^0^0^^^3.200^3.510^0.350^90^286.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^3 ~13900~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^60.72^201^30.63^7.73^1.14^0.00^0.0^0.00^8^2.52^21^198^256^41^5.31^0.081^0.011^31.0^0.0^0.077^0.154^5.169^0.605^0.402^10^0^10^10^116.7^1.57^0^0^0^0^0^0^0^0^0.42^1.5^2.933^3.296^0.298^49^358.94^~1 steak, (yield from raw steak weighing 491g)~^85.00^~3 oz~^2 ~13901~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,PRIME,RAW~^68.73^173^22.24^8.67^1.07^0.00^0.0^0.00^3^2.04^24^213^371^51^2.80^0.080^0.014^20.5^0.0^0.100^0.180^4.250^0.350^0.500^9^0^9^9^92.9^2.79^0^0^^0^0^0^0^0^^^3.300^3.590^0.380^59^28.35^~1 oz~^453.60^~1 lb~^1 ~13902~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^59.51^225^31.27^10.10^1.36^0.00^0.0^0.00^6^2.84^30^243^436^61^5.49^0.121^0.017^28.0^0.0^0.120^0.260^5.950^0.480^0.550^12^0^12^12^119.1^2.46^0^0^^0^0^0^0^0^^^3.610^4.010^0.460^84^332.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13905~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,CHOIC,RAW~^60.21^258^17.98^20.08^0.87^0.00^0.0^0.00^6^1.94^19^168^295^52^3.15^0.077^0.012^16.3^0.0^0.100^0.170^3.510^0.300^0.370^6^0^6^6^75.1^2.70^0^0^^0^0^0^0^0^^^8.020^8.940^0.740^68^28.35^~1 oz~^453.60^~1 lb~^20 ~14620~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,PEACH MANGO~^87.80^49^0.41^0.00^0.41^11.38^0.0^10.57^8^0.15^7^^85^28^^^^^24.4^^^^^0.016^3^^^^^^407^^^^^^^^0.55^^^^^^246.00^~1 serving, 8 oz~^^~~^0 ~14621~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,STRAWBERRY BANANA~^87.90^49^0.41^0.00^0.10^11.79^0.0^10.16^8^0.15^7^^102^28^^^^^24.4^^^^^0.016^3^^^^^^813^^^^^^^^0.55^^^^^^246.00^~1 serving, 8 oz~^^~~^0 ~14622~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,TROPICAL~^88.00^49^0.41^0.00^0.21^11.38^0.0^10.16^8^0.15^7^^118^33^^^^^24.4^^^^^0.016^3^^^^^^1626^^^^^^^^0.55^^^^^^246.00^~1 serving, 8 oz~^^~~^0 ~14623~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,ACAI BERRY~^88.40^45^0.00^0.00^0.62^10.98^0.0^10.57^1^0.81^^^98^28^^^^^40.7^^^^^^^^^^^^6^^^^^^^^1.83^^0.000^0.000^0.000^0^246.00^~1 serving, 8 oz~^^~~^0 ~14624~^~COFFEE SUB,RSTD GRAIN BEV,NAT TOUCH KAFFREE ROMA,PDR~^2.20^358^4.50^0.30^8.70^84.30^0.0^3.50^43^3.87^^^999^126^0.50^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^^^^0^2.00^~1 tsp, rounded (1 serving)~^^~~^0 ~15001~^~ANCHOVY,EUROPEAN,RAW~^73.37^131^20.35^4.84^1.44^0.00^0.0^0.00^147^3.25^41^174^383^104^1.72^0.211^0.070^36.5^0.0^0.055^0.256^14.024^0.645^0.143^9^0^9^9^^0.62^50^15^15^0^0^0^0^0^0.57^0.1^1.282^1.182^1.637^60^85.00^~3 oz~^^~~^0 ~15002~^~ANCHOVY,EUROPEAN,CND IN OIL,DRND SOL~^50.30^210^28.89^9.71^11.10^0.00^0.0^0.00^232^4.63^69^252^544^3668^2.44^0.339^0.100^68.1^0.0^0.078^0.363^19.903^0.909^0.203^13^0^13^13^85.0^0.88^40^12^12^0^0^0^0^0^3.33^12.1^2.203^3.770^2.562^85^28.35^~1 oz, boneless~^4.00^~1 anchovy~^0 ~15003~^~BASS,FRSH H2O,MXD SP,RAW~^75.66^114^18.86^3.69^1.52^0.00^0.0^^80^1.49^30^200^356^70^0.65^0.093^0.889^12.6^2.0^0.075^0.074^1.250^0.750^0.120^15^0^15^15^^2.00^100^30^30^^^^^^^^0.780^1.431^1.062^68^79.00^~1 fillet~^85.00^~3 oz~^0 ~15004~^~BASS,STRIPED,RAW~^79.22^97^17.73^2.33^1.04^0.00^0.0^^15^0.84^40^198^256^69^0.40^0.031^0.015^36.5^0.0^0.100^0.030^2.100^0.750^0.300^9^0^9^9^^3.82^90^27^27^^^^^^^^0.507^0.660^0.784^80^159.00^~1 fillet~^85.00^~3 oz~^0 ~15005~^~BLUEFISH,RAW~^70.86^124^20.04^4.24^1.04^0.00^0.0^^7^0.48^33^227^372^60^0.81^0.053^0.021^36.5^0.0^0.058^0.080^5.950^0.828^0.402^2^0^2^2^^5.39^398^120^120^^^^^^^^0.915^1.793^1.060^59^150.00^~1 fillet~^85.00^~3 oz~^0 ~15006~^~BURBOT,RAW~^79.26^90^19.31^0.81^1.16^0.00^0.0^^50^0.90^32^200^404^97^0.76^0.200^0.700^12.6^0.0^0.372^0.141^1.620^0.150^0.300^1^0^1^1^^0.80^15^5^5^^^^^^^^0.163^0.133^0.297^60^116.00^~1 fillet~^85.00^~3 oz~^0 ~15007~^~BUTTERFISH,RAW~^74.13^146^17.28^8.02^1.20^0.00^0.0^^22^0.50^25^240^375^89^0.77^0.054^0.015^36.5^0.0^0.120^0.150^4.500^0.750^0.300^15^0^15^15^^1.90^100^30^30^^^^^^^^3.380^3.380^0.590^65^32.00^~1 fillet~^85.00^~3 oz~^0 ~15008~^~CARP,RAW~^76.31^127^17.83^5.60^1.46^0.00^0.0^0.00^41^1.24^29^415^333^49^1.48^0.057^0.042^12.6^1.6^0.115^0.055^1.640^0.750^0.190^15^0^15^15^65.0^1.53^30^9^9^0^0^0^0^0^0.63^0.1^1.083^2.328^1.431^66^218.00^~1 fillet~^85.00^~3 oz~^0 ~15009~^~CARP,COOKED,DRY HEAT~^69.63^162^22.86^7.17^1.87^0.00^0.0^^52^1.59^38^531^427^63^1.90^0.073^0.050^16.2^1.6^0.140^0.070^2.100^0.870^0.219^17^0^17^17^^1.47^32^10^10^^^^^^^^1.388^2.985^1.835^84^170.00^~1 fillet~^85.00^~3 oz~^0 ~15010~^~CATFISH,CHANNEL,WILD,RAW~^80.36^95^16.38^2.82^0.96^0.00^0.0^^14^0.30^23^209^358^43^0.51^0.034^0.025^12.6^0.7^0.210^0.072^1.907^0.765^0.116^10^0^10^10^^2.23^50^15^15^^^^^^^^0.722^0.844^0.865^58^159.00^~1 fillet~^85.00^~3 oz~^0 ~15011~^~CATFISH,CHANNEL,CKD,BREADED&FRIED~^58.81^229^18.09^13.33^1.26^8.04^0.7^^44^1.43^27^216^340^280^0.86^0.101^0.040^13.9^0.0^0.073^0.133^2.282^0.730^0.190^30^14^17^39^^1.90^28^8^8^^^^^^^^3.288^5.611^3.325^81^87.00^~1 fillet~^85.00^~3 oz~^0 ~15012~^~CAVIAR,BLACK&RED,GRANULAR~^47.50^252^24.60^17.90^6.50^4.00^0.0^0.00^275^11.88^300^356^181^1500^0.95^0.110^0.050^65.5^0.0^0.190^0.620^0.120^3.500^0.320^50^0^50^50^490.9^20.00^905^271^271^0^0^0^0^648^1.89^0.6^4.060^4.631^7.405^588^16.00^~1 tbsp~^28.35^~1 oz~^0 ~15013~^~CISCO,RAW~^78.93^98^18.99^1.91^1.20^0.00^0.0^^12^0.40^17^152^354^55^0.37^0.072^0.067^12.6^0.0^0.088^0.100^2.510^0.750^0.300^15^0^15^15^^1.00^100^30^30^^^^^^^^0.421^0.469^0.613^50^79.00^~1 fillet~^85.00^~3 oz~^0 ~15014~^~CISCO,SMOKED~^69.80^177^16.36^11.90^2.00^0.00^0.0^0.00^26^0.49^17^150^293^481^0.30^0.215^0.021^18.1^0.0^0.046^0.159^2.310^0.308^0.268^2^0^2^2^95.0^4.26^943^283^283^0^0^0^0^0^0.20^0.1^1.741^5.484^2.274^32^28.35^~1 oz~^85.00^~3 oz~^0 ~15015~^~COD,ATLANTIC,RAW~^81.22^82^17.81^0.67^1.16^0.00^0.0^0.00^16^0.38^32^203^413^54^0.45^0.028^0.015^33.1^1.0^0.076^0.065^2.063^0.153^0.245^7^0^7^7^65.2^0.91^40^12^12^0^0^0^0^0^0.64^0.1^0.131^0.094^0.231^43^231.00^~1 fillet~^85.00^~3 oz~^ ~15016~^~COD,ATLANTIC,CKD,DRY HEAT~^75.92^105^22.83^0.86^1.49^0.00^0.0^0.00^14^0.49^42^138^244^78^0.58^0.036^0.020^37.6^1.0^0.088^0.079^2.513^0.180^0.283^8^0^8^8^83.7^1.05^47^14^14^0^0^0^0^0^0.81^0.1^0.168^0.124^0.292^55^180.00^~1 fillet~^85.00^~3 oz~^ ~15017~^~COD,ATLANTIC,CND,SOL&LIQ~^75.61^105^22.76^0.86^1.49^0.00^0.0^0.00^21^0.49^41^260^528^218^0.58^0.037^0.020^38.1^1.0^0.087^0.079^2.505^0.170^0.282^8^0^8^8^85.0^1.05^47^14^14^0^0^0^0^0^0.82^0.1^0.167^0.124^0.291^55^312.00^~1 can~^85.00^~3 oz~^0 ~15018~^~COD,ATLANTIC,DRIED&SALTED~^16.14^290^62.82^2.37^18.67^0.00^0.0^0.00^160^2.50^133^950^1458^7027^1.59^0.176^0.050^147.8^3.5^0.268^0.240^7.500^1.675^0.864^25^0^25^25^291.3^10.00^140^42^42^0^0^0^0^0^2.84^0.4^0.462^0.342^0.804^152^28.35^~1 oz~^80.00^~1 piece, (5-1/2" x 1-1/2" x 1/2")~^ ~15019~^~COD,PACIFIC,RAW~^81.28^82^17.90^0.63^1.20^0.00^0.0^0.00^7^0.26^24^174^403^71^0.40^0.026^0.012^36.5^2.9^0.022^0.042^2.040^0.140^0.400^7^0^7^7^65.0^0.90^27^8^8^0^0^0^0^0^0.64^0.1^0.081^0.082^0.244^37^116.00^~1 fillet~^85.00^~3 oz~^0 ~15020~^~CROAKER,ATLANTIC,RAW~^78.03^104^17.78^3.17^1.11^0.00^0.0^0.00^15^0.37^40^210^345^56^0.42^0.042^0.025^36.5^0.0^0.075^0.095^4.200^0.750^0.300^15^0^15^15^65.0^2.50^60^18^18^0^0^0^0^0^1.00^0.1^1.088^1.149^0.464^61^79.00^~1 fillet~^85.00^~3 oz~^0 ~15021~^~CROAKER,ATLANTIC,CKD,BREADED&FRIED~^59.76^221^18.20^12.67^1.37^7.54^0.4^^32^0.86^42^217^340^348^0.52^0.065^0.080^38.8^0.0^0.090^0.130^4.300^0.740^0.260^34^16^18^45^^2.10^75^23^23^^^^^^^^3.476^5.320^2.917^84^87.00^~1 fillet~^85.00^~3 oz~^0 ~15022~^~CUSK,RAW~^76.35^87^18.99^0.69^1.25^0.00^0.0^^10^0.83^31^204^392^31^0.38^0.018^0.015^36.5^0.0^0.042^0.133^2.686^0.279^0.387^2^0^2^2^^1.04^60^18^18^^^^^^^^0.130^0.090^0.280^41^122.00^~1 fillet~^85.00^~3 oz~^0 ~15023~^~DOLPHINFISH,RAW~^77.55^85^18.50^0.70^2.10^0.00^0.0^^15^1.13^30^143^416^88^0.46^0.041^0.015^36.5^0.0^0.020^0.070^6.100^0.750^0.400^5^0^5^5^^0.60^180^54^54^^^^^^^^0.188^0.121^0.165^73^204.00^~1 fillet~^85.00^~3 oz~^0 ~15024~^~DRUM,FRESHWATER,RAW~^77.33^119^17.54^4.93^1.08^0.00^0.0^^60^0.90^30^180^275^75^0.66^0.232^0.700^12.6^1.0^0.070^0.170^2.350^0.750^0.300^15^0^15^15^^2.00^170^51^51^^^^^^^^1.119^2.190^1.154^64^198.00^~1 fillet~^85.00^~3 oz~^0 ~15025~^~EEL,MIXED SPECIES,RAW~^68.26^184^18.44^11.66^1.41^0.00^0.0^0.00^20^0.50^20^216^272^51^1.62^0.023^0.035^6.5^1.8^0.150^0.040^3.500^0.240^0.067^15^0^15^15^65.0^3.00^3477^1043^1043^0^0^0^0^0^4.00^0.0^2.358^7.190^0.947^126^204.00^~1 fillet~^85.00^~3 oz~^0 ~15026~^~EEL,MXD SP,CKD,DRY HEAT~^59.31^236^23.65^14.95^1.80^0.00^0.0^^26^0.64^26^277^349^65^2.08^0.029^0.040^8.3^1.8^0.183^0.051^4.487^0.280^0.077^17^0^17^17^^2.89^3787^1137^1137^^^^^^^^3.023^9.218^1.214^161^28.35^~1 oz, boneless~^22.00^~1 oz, with bone (yield after bone removed)~^0 ~11467~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,RAW~^94.20^19^0.94^0.24^0.58^4.04^1.9^^21^0.48^21^32^212^2^0.29^0.102^0.157^0.2^8.4^0.052^0.043^0.454^0.102^0.109^23^0^23^23^^0.00^150^8^0^0^90^0^0^290^^^0.049^0.018^0.100^0^130.00^~1 cup, sliced~^^~~^1 ~11502~^~SUCCOTASH,(CORN&LIMAS),FRZ,CKD,BLD,DRND,WO/SALT~^74.10^93^4.31^0.89^0.75^19.95^4.1^2.21^15^0.89^23^70^265^45^0.45^0.060^0.280^0.6^5.9^0.074^0.068^1.306^0.232^0.095^33^0^33^33^29.1^0.00^194^10^0^9^82^61^0^342^0.18^2.7^0.166^0.173^0.427^0^170.00^~1 cup~^^~~^0 ~11503~^~SWAMP CABBAGE,(SKUNK CABBAGE),RAW~^92.47^19^2.60^0.20^1.60^3.14^2.1^^77^1.67^71^39^312^113^0.18^0.023^0.160^0.9^55.0^0.030^0.100^0.900^0.141^0.096^57^0^57^57^^0.00^6300^315^0^^^^^^^^^^^0^56.00^~1 cup, chopped~^13.00^~1 shoot~^23 ~11504~^~SWAMP CABBAGE,CKD,BLD,DRND,WO/SALT~^92.93^20^2.08^0.24^1.05^3.71^1.9^^54^1.32^30^42^284^122^0.16^0.021^0.143^0.9^16.0^0.050^0.080^0.500^0.126^0.081^35^0^35^35^^0.00^5200^260^0^^^^^^^^0.039^0.007^0.100^0^98.00^~1 cup, chopped~^^~~^0 ~11505~^~SWEET POTATO LEAVES,RAW~^87.96^35^4.00^0.30^1.36^6.38^2.0^^37^1.01^61^94^518^9^0.29^0.037^0.256^0.9^11.0^0.156^0.345^1.130^0.225^0.190^80^0^80^80^^0.00^1028^51^0^^^^^^^^0.065^0.012^0.134^0^35.00^~1 cup, chopped~^16.00^~1 leaf, (12-1/4" long)~^6 ~11506~^~SWEET POTATO LEAVES,CKD,STMD,WO/ SALT~^88.71^34^2.32^0.30^1.35^7.32^1.9^5.42^24^0.60^61^60^477^13^0.26^0.033^0.229^0.9^1.5^0.112^0.267^1.003^0.200^0.160^49^0^49^49^21.0^0.00^916^46^0^0^550^0^0^2633^0.96^108.6^0.065^0.012^0.134^0^64.00^~1 cup~^^~~^0 ~11507~^~SWEET POTATO,RAW,UNPREP~^77.28^86^1.57^0.05^0.99^20.12^3.0^4.18^30^0.61^25^47^337^55^0.30^0.151^0.258^0.6^2.4^0.078^0.061^0.557^0.800^0.209^11^0^11^11^12.3^0.00^14187^709^0^7^8509^0^0^0^0.26^1.8^0.018^0.001^0.014^0^133.00^~1 cup, cubes~^130.00^~1 sweetpotato, 5" long~^28 ~11508~^~SWEET POTATO,CKD,BKD IN SKN,WO/ SALT~^75.78^90^2.01^0.15^1.35^20.71^3.3^6.48^38^0.69^27^54^475^36^0.32^0.161^0.497^0.2^19.6^0.107^0.106^1.487^0.884^0.286^6^0^6^6^13.1^0.00^19218^961^0^43^11509^0^0^0^0.71^2.3^0.034^0.001^0.064^0^200.00^~1 cup~^180.00^~1 large~^22 ~11510~^~SWEET POTATO,CKD,BLD,WO/ SKN~^80.13^76^1.37^0.14^0.63^17.72^2.5^5.74^27^0.72^18^32^230^27^0.20^0.094^0.266^0.2^12.8^0.056^0.047^0.538^0.581^0.165^6^0^6^6^10.8^0.00^15740^787^0^0^9444^0^0^0^0.94^2.1^0.031^0.000^0.061^0^328.00^~1 cup, mashed~^151.00^~1 medium~^0 ~11512~^~SWEETPOTATO,CND,VACUUM PK~^76.03^91^1.65^0.20^1.00^21.12^1.8^5.00^22^0.89^22^49^312^53^0.18^0.139^0.455^0.7^26.4^0.037^0.057^0.741^0.523^0.190^17^0^17^17^13.0^0.00^7983^399^0^0^4790^0^0^0^1.00^2.2^0.041^0.008^0.084^0^255.00^~1 cup, mashed~^200.00^~1 cup, pieces~^0 ~11514~^~SWEET POTATO,CND,MSHD~^73.88^101^1.98^0.20^0.75^23.19^1.7^5.45^30^1.33^24^52^210^75^0.21^0.278^0.988^0.8^5.2^0.027^0.090^0.955^0.512^0.235^11^0^11^11^^0.00^8699^435^0^0^5219^0^0^0^1.09^2.4^0.041^0.008^0.084^0^255.00^~1 cup~^496.00^~1 can, (404 x 307)~^0 ~11516~^~SWEET POTATO,FRZ,UNPREP~^74.89^96^1.71^0.18^1.00^22.22^1.7^^37^0.53^22^45^365^6^0.31^0.177^0.665^0.6^13.3^0.067^0.051^0.597^0.515^0.177^21^0^21^21^^0.00^10367^518^0^^6220^^^^^^0.039^0.007^0.080^0^176.00^~1 cup, cubes~^^~~^0 ~11517~^~SWEET POTATO,FRZ,CKD,BKD,WO/ SALT~^73.70^100^1.71^0.12^1.07^23.40^1.8^9.17^35^0.54^21^44^377^8^0.30^0.183^0.665^0.6^9.1^0.066^0.056^0.555^0.560^0.186^22^0^22^22^^0.00^20870^1043^0^47^12498^0^0^0^0.77^2.5^0.025^0.005^0.049^0^176.00^~1 cup, cubes~^^~~^0 ~11518~^~TARO,RAW~^70.64^112^1.50^0.20^1.20^26.46^4.1^0.40^43^0.55^33^84^591^11^0.23^0.172^0.383^0.7^4.5^0.095^0.025^0.600^0.303^0.283^22^0^22^22^17.3^0.00^76^4^0^0^35^20^0^0^2.38^1.0^0.041^0.016^0.083^0^104.00^~1 cup, sliced~^^~~^14 ~11519~^~TARO,COOKED,WITHOUT SALT~^63.80^142^0.52^0.11^0.97^34.60^5.1^0.49^18^0.72^30^76^484^15^0.27^0.201^0.449^0.9^5.0^0.107^0.028^0.510^0.336^0.331^19^0^19^19^21.3^0.00^84^4^0^0^39^22^0^0^2.93^1.2^0.023^0.009^0.046^0^132.00^~1 cup, sliced~^^~~^0 ~11520~^~TARO LEAVES,RAW~^85.66^42^4.98^0.74^1.92^6.70^3.7^3.01^107^2.25^45^60^648^3^0.41^0.270^0.714^0.9^52.0^0.209^0.456^1.513^0.084^0.146^126^0^126^126^12.8^0.00^4825^241^0^0^2895^0^0^1932^2.02^108.6^0.151^0.060^0.307^0^28.00^~1 cup~^10.00^~1 leaf, (11" x 6-1/2")~^40 ~11521~^~TARO LEAVES,CKD,STMD,WO/SALT~^92.15^24^2.72^0.41^0.70^4.02^2.0^^86^1.18^20^27^460^2^0.21^0.140^0.371^0.9^35.5^0.139^0.380^1.267^0.044^0.072^48^0^48^48^21.0^0.00^4238^212^0^^^^^^^^0.083^0.033^0.168^0^145.00^~1 cup~^^~~^0 ~11522~^~TARO SHOOTS,RAW~^95.82^11^0.92^0.09^0.85^2.32^^^12^0.60^8^28^332^1^0.51^0.088^0.122^0.9^21.0^0.040^0.050^0.800^0.075^0.111^3^0^3^3^^0.00^50^3^0^^^^^^^^0.018^0.007^0.037^0^43.00^~.5 cup, slices~^83.00^~1 shoot~^12 ~11523~^~TARO SHOOTS,CKD,WO/SALT~^95.30^14^0.73^0.08^0.70^3.20^^^14^0.41^8^26^344^2^0.54^0.094^0.130^1.0^18.9^0.038^0.053^0.810^0.076^0.112^3^0^3^3^^0.00^51^3^0^^^^^^^^0.016^0.006^0.033^0^140.00^~1 cup, slices~^^~~^0 ~11525~^~TARO,TAHITIAN,RAW~^87.96^44^2.79^0.97^1.38^6.91^^^129^1.30^47^45^606^50^0.09^0.071^0.157^0.7^96.0^0.062^0.244^0.995^0.124^0.116^9^0^9^9^^0.00^2045^102^0^^^^^^^^0.197^0.078^0.400^0^125.00^~1 cup, slices~^^~~^ ~11526~^~TARO,TAHITIAN,CKD,WO/SALT~^86.46^44^4.16^0.68^1.85^6.85^^^149^1.56^51^67^623^54^0.10^0.076^0.168^0.8^38.0^0.044^0.198^0.480^0.126^0.117^7^0^7^7^^0.00^1764^88^0^^^^^^^^0.139^0.055^0.282^0^137.00^~1 cup, slices~^^~~^0 ~11527~^~TOMATOES,GREEN,RAW~^93.00^23^1.20^0.20^0.50^5.10^1.1^4.00^13^0.51^10^28^204^13^0.07^0.090^0.100^0.4^23.4^0.060^0.040^0.500^0.500^0.081^9^0^9^9^8.6^0.00^642^32^0^78^346^0^0^0^0.38^10.1^0.028^0.030^0.081^0^180.00^~1 cup~^182.00^~1 large~^9 ~11529~^~TOMATOES,RED,RIPE,RAW,YEAR RND AVERAGE~^94.50^18^0.88^0.20^0.50^3.92^1.2^2.63^10^0.27^11^24^237^5^0.17^0.059^0.114^0.0^12.7^0.037^0.019^0.594^0.089^0.080^15^0^15^15^6.7^0.00^833^42^0^101^449^0^2573^123^0.54^7.9^0.028^0.031^0.083^0^149.00^~1 cup, cherry tomatoes~^180.00^~1 cup, chopped or sliced~^9 ~11530~^~TOMATOES,RED,RIPE,CKD~^94.34^18^0.95^0.11^0.60^4.01^0.7^2.49^11^0.68^9^28^218^11^0.14^0.075^0.105^0.5^22.8^0.036^0.022^0.532^0.129^0.079^13^0^13^13^6.9^0.00^489^24^0^0^293^0^3041^94^0.56^2.8^0.015^0.016^0.044^0^240.00^~1 cup~^246.00^~2 medium~^0 ~11531~^~TOMATOES,RED,RIPE,CND,PACKED IN TOMATO JUC~^94.28^17^0.78^0.13^0.81^4.00^1.0^2.38^31^0.97^11^19^188^143^0.14^0.069^0.077^0.1^9.3^0.045^0.055^0.712^0.118^0.111^8^0^8^8^7.0^0.00^117^6^0^0^70^0^2767^86^0.68^2.9^0.018^0.021^0.052^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~12004~^~BREADNUTTREE SEEDS,RAW~^45.00^217^5.97^0.99^1.76^46.28^^^98^2.09^68^67^1183^31^1.13^1.444^0.178^^27.4^0.055^0.055^0.880^1.103^0.403^66^0^66^66^^0.00^248^12^0^^^^^^^^0.267^0.126^0.527^0^28.35^~1 oz, (8-14 seeds)~^^~~^0 ~12005~^~BREADNUTTREE SEEDS,DRIED~^6.50^367^8.62^1.68^3.81^79.39^14.9^^94^4.60^115^178^2011^53^1.91^2.455^0.303^1.9^46.6^0.030^0.140^2.100^1.875^0.685^113^0^113^113^^0.00^216^11^0^^^^^^^^0.454^0.214^0.896^0^160.00^~1 cup~^28.35^~1 oz~^0 ~12006~^~CHIA SEEDS,DRIED~^4.90^490^15.62^30.75^4.87^43.85^37.7^^631^^^948^160^19^3.49^0.188^2.167^^^^^^^^^^^^^0.00^^^^^^^^^^^3.176^2.115^23.335^0^28.35^~1 oz~^^~~^0 ~12007~^~COTTONSEED FLR,PART DEFATTED (GLANDLESS)~^6.30^359^40.96^6.20^6.00^40.54^3.0^^478^12.66^721^1597^1772^35^11.69^1.180^2.143^5.6^2.4^2.102^0.399^4.065^0.448^0.769^229^0^229^229^^0.00^434^22^0^^^^^^^^1.588^1.133^2.958^0^94.00^~1 cup~^5.00^~1 tbsp~^0 ~12008~^~COTTONSEED FLR,LOFAT (GLANDLESS)~^6.90^332^49.83^1.41^5.76^36.10^^^474^12.58^716^1587^1761^35^11.61^1.172^2.129^^2.4^2.089^0.396^4.039^0.445^0.764^228^0^228^228^^0.00^432^22^0^^^^^^^^0.310^0.221^0.577^0^28.35^~1 oz~^^~~^0 ~12011~^~COTTONSEED MEAL,PART DEFATTED (GLANDLESS)~^1.20^367^49.10^4.77^6.50^38.43^^^504^13.35^760^1684^1869^37^12.32^0.001^2.260^^2.5^2.217^0.420^4.286^0.472^0.811^242^0^242^242^^0.00^458^23^0^^^^^^^^1.207^0.861^2.248^0^28.35^~1 oz~^^~~^0 ~12013~^~LOTUS SEEDS,DRIED~^14.16^332^15.41^1.97^3.99^64.47^^^163^3.53^210^626^1368^5^1.05^0.350^2.318^^0.0^0.640^0.150^1.600^0.851^0.629^104^0^104^104^^0.00^50^3^0^^^^^^^^0.330^0.388^1.166^0^32.00^~1 cup~^28.35^~1 oz, (42 medium seeds)~^0 ~12014~^~PUMPKIN&SQUASH SD KRNLS,DRIED~^6.92^541^24.54^45.85^4.88^17.81^3.9^1.00^43^14.97^535^1174^807^18^7.46^1.387^3.021^5.6^1.9^0.210^0.320^1.745^0.339^0.224^58^0^58^58^63.0^0.00^380^19^0^0^228^0^0^0^0.00^51.4^8.674^14.258^20.904^0^138.00^~1 cup~^28.35^~1 oz, hulled (142 seeds)~^26 ~12016~^~PUMPKIN&SQUASH SD KRNLS,RSTD,WO/SALT~^7.10^522^32.97^42.13^4.37^13.43^3.9^1.00^43^14.94^534^1172^806^18^7.44^1.384^3.016^5.6^1.8^0.210^0.319^1.742^0.339^0.090^57^0^57^57^63.0^0.00^380^19^0^0^228^0^0^0^0.00^47.2^7.970^13.100^19.206^0^227.00^~1 cup~^28.35^~1 oz~^0 ~12021~^~SAFFLOWER SD KRNLS,DRIED~^5.62^517^16.18^38.45^5.47^34.29^^^78^4.90^353^644^687^3^5.05^1.747^2.014^^0.0^1.163^0.415^2.284^4.030^1.170^160^0^160^160^^0.00^50^3^0^^^^^^^^3.682^4.848^28.223^0^28.35^~1 oz~^^~~^49 ~12022~^~SAFFLOWER SD MEAL,PART DEFATTED~^6.41^342^35.62^2.39^6.85^48.73^^^77^4.86^350^638^68^3^5.01^1.733^1.998^^0.0^1.153^0.412^2.265^3.996^1.161^159^0^159^159^^0.00^49^2^0^^^^^^^^0.207^0.272^1.584^0^28.35^~1 oz~^^~~^0 ~12023~^~SESAME SEEDS,WHOLE,DRIED~^4.69^573^17.73^49.67^4.45^23.45^11.8^0.30^975^14.55^351^629^468^11^7.75^4.082^2.460^5.7^0.0^0.791^0.247^4.515^0.050^0.790^97^0^97^97^25.6^0.00^9^0^0^0^5^0^0^0^0.25^0.0^6.957^18.759^21.773^0^144.00^~1 cup~^9.00^~1 tbsp~^0 ~12024~^~SESAME SEEDS,WHL,RSTD&TSTD~^3.30^565^16.96^48.00^6.00^25.74^14.0^^989^14.76^356^638^475^11^7.16^2.470^2.496^5.8^0.0^0.803^0.251^4.581^0.051^0.802^98^0^98^98^^0.00^9^0^0^^^^^^^^6.722^18.127^21.039^0^28.35^~1 oz~^^~~^0 ~12029~^~SESAME SD KRNLS,TSTD,WO/SALT (DECORT)~^5.00^567^16.96^48.00^4.00^26.04^16.9^0.48^131^7.78^346^774^406^39^10.23^1.457^1.427^1.7^0.0^1.205^0.466^5.438^0.680^0.146^96^0^96^96^25.6^0.00^66^3^0^0^40^0^0^0^0.25^0.0^6.722^18.127^21.039^0^128.00^~1 cup~^28.35^~1 oz~^0 ~12032~^~SESAME FLR,PART DEFATTED~^6.61^382^40.32^11.89^6.05^35.14^^^150^14.30^362^810^425^41^10.70^1.432^1.403^^0.0^2.530^0.270^12.600^2.760^0.152^29^0^29^29^^0.00^69^3^0^^^^^^^^1.634^4.405^5.113^0^28.35^~1 oz~^^~~^0 ~12033~^~SESAME FLOUR,LOW-FAT~^7.10^333^50.14^1.75^5.50^35.51^^^149^14.22^338^757^397^39^10.00^1.425^1.396^^0.0^2.516^0.269^12.533^2.745^0.142^29^0^29^29^^0.00^64^3^0^^^^^^^^0.201^0.543^0.630^0^28.35^~1 oz~^^~~^0 ~12034~^~SESAME MEAL,PART DEFATTED~^5.00^567^16.96^48.00^4.00^26.04^^^153^14.55^346^774^406^39^10.23^1.457^1.427^^0.0^2.573^0.275^12.816^2.807^0.146^30^0^30^30^^0.00^66^3^0^^^^^^^^6.722^18.127^21.039^0^28.35^~1 oz~^^~~^0 ~12036~^~SUNFLOWER SD KRNLS,DRIED~^4.73^584^20.78^51.46^3.02^20.00^8.6^2.62^78^5.25^325^660^645^9^5.00^1.800^1.950^53.0^1.4^1.480^0.355^8.335^1.130^1.345^227^0^227^227^55.1^0.00^50^3^0^0^30^0^0^0^33.23^0.0^4.455^18.528^23.137^0^46.00^~1 cup, with hulls edible yield~^139.73^~1 cup~^46 ~12037~^~SUNFLOWER SD KRNLS,DRY RSTD,WO/SALT~^1.20^582^19.33^49.80^5.60^24.07^11.1^2.73^70^3.80^129^1155^850^3^5.29^1.830^2.110^79.3^1.4^0.106^0.246^7.042^7.042^0.804^237^0^237^237^55.1^0.00^9^0^0^0^5^0^0^0^26.10^2.7^5.219^9.505^32.884^0^128.00^~1 cup, hulled~^28.35^~1 oz~^0 ~12038~^~SUNFLOWER SD KRNLS,OIL RSTD,WO/SALT~^1.54^592^20.06^51.30^4.22^22.89^10.6^3.11^87^4.28^127^1139^483^3^5.21^1.804^2.080^78.2^1.1^0.320^0.280^4.130^6.942^0.792^234^0^234^234^55.1^0.00^9^0^0^0^5^0^0^0^36.33^3.1^7.068^8.063^34.294^0^135.00^~1 cup~^28.35^~1 oz~^0 ~12039~^~SUNFLOWER SD KRNLS,TSTD,WO/SALT~^1.00^619^17.21^56.80^4.40^20.59^11.5^^57^6.81^129^1158^491^3^5.30^1.834^2.114^^1.4^0.325^0.285^4.198^7.056^0.805^238^0^238^238^^0.00^0^0^0^^^^^^^^5.953^10.841^37.507^0^134.00^~1 cup~^28.35^~1 oz~^0 ~12040~^~SUNFLOWER SD BUTTER,WO/SALT~^1.23^579^19.66^47.73^3.95^27.42^^^122^4.75^369^736^72^3^5.29^1.830^2.110^^2.7^0.324^0.284^5.320^7.039^0.803^237^0^237^237^^0.00^52^3^0^^^^^^^^5.002^9.111^31.520^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~12041~^~SUNFLOWER SD FLR,PART DEFATTED~^7.47^326^48.06^1.61^7.04^35.83^5.2^^114^6.62^346^689^67^3^4.95^1.713^1.975^58.2^1.3^3.187^0.266^7.313^6.595^0.753^222^0^222^222^^0.00^49^2^0^^^^^^^^0.138^0.252^0.870^0^64.00^~1 cup~^4.00^~1 tbsp~^0 ~12058~^~ACORNS,RAW~^27.90^387^6.15^23.86^1.35^40.75^^^41^0.79^62^79^539^0^0.51^0.621^1.337^^0.0^0.112^0.118^1.827^0.715^0.528^87^0^87^87^^0.00^39^2^0^^^^^^^^3.102^15.109^4.596^0^28.35^~1 oz~^^~~^38 ~12059~^~ACORNS,DRIED~^5.06^509^8.10^31.41^1.78^53.66^^^54^1.04^82^103^709^0^0.67^0.818^1.363^^0.0^0.149^0.154^2.406^0.940^0.695^115^0^115^115^^0.00^0^0^0^^^^^^^^4.084^19.896^6.052^0^28.35^~1 oz~^^~~^38 ~12060~^~ACORN FLOUR,FULL FAT~^6.00^501^7.49^30.17^1.69^54.65^^^43^1.21^110^103^712^0^0.64^0.611^1.743^^0.0^0.146^0.154^2.382^0.931^0.688^114^0^114^114^^0.00^51^3^0^^^^^^^^3.923^19.110^5.813^0^28.35^~1 oz~^^~~^0 ~12061~^~ALMONDS~^4.70^575^21.22^49.42^2.99^21.67^12.2^3.89^264^3.72^268^484^705^1^3.08^0.996^2.285^2.5^0.0^0.211^1.014^3.385^0.469^0.143^50^0^50^50^52.1^0.00^1^0^0^0^1^0^0^1^26.22^0.0^3.731^30.889^12.070^0^95.00^~1 cup, ground~^91.75^~1 cup, sliced~^60 ~12062~^~ALMONDS,BLANCHED~^4.47^581^21.94^50.62^3.02^19.94^10.4^4.96^216^3.72^275^480^687^28^3.12^1.170^2.240^2.8^0.0^0.200^0.560^3.660^0.311^0.120^30^0^30^30^52.1^0.00^7^0^0^0^4^0^0^1^24.71^0.0^3.890^32.287^12.054^0^145.00^~1 cup, whole kernels~^9.10^~1 tbsp~^0 ~12063~^~ALMONDS,DRY RSTD,WO/SALT~^2.60^597^22.09^52.83^3.20^19.29^11.8^4.90^266^4.51^286^489^746^1^3.54^1.170^2.620^2.8^0.0^0.074^0.859^3.850^0.229^0.126^33^0^33^33^52.1^0.00^1^0^0^0^1^0^0^1^26.00^0.0^4.047^33.658^12.649^0^138.00^~1 cup, whole kernels~^28.35^~1 oz, (22 whole kernels)~^0 ~12065~^~ALMONDS,OIL RSTD,WO/SALT~^2.80^607^21.23^55.17^3.13^17.68^10.5^4.55^291^3.68^274^466^699^1^3.07^0.955^2.460^2.8^0.0^0.092^0.781^3.665^0.229^0.118^27^0^27^27^52.1^0.00^1^0^0^0^1^0^0^1^25.97^0.0^4.208^34.793^13.519^0^157.00^~1 cup, whole kernels~^28.35^~1 oz, (22 whole kernels)~^0 ~12071~^~ALMOND PASTE~^14.08^458^9.00^27.74^1.37^47.81^4.8^36.25^172^1.60^130^258^314^9^1.48^0.454^0.856^4.2^0.1^0.082^0.414^1.422^0.113^0.036^73^0^73^73^28.5^0.00^0^0^0^0^0^0^0^1^13.54^0.0^2.629^18.012^5.821^0^227.00^~1 cup, firmly packed~^28.35^~1 oz~^0 ~12077~^~BEECHNUTS,DRIED~^6.60^576^6.20^50.00^3.70^33.50^^^1^2.46^0^0^1017^38^0.36^0.670^1.341^^15.5^0.304^0.371^0.877^0.925^0.684^113^0^113^113^^0.00^0^0^0^^^^^^^^5.719^21.892^20.089^0^28.35^~1 oz~^^~~^39 ~13906~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^52.61^299^23.27^22.11^1.19^0.00^0.0^0.00^8^2.74^23^187^322^64^4.59^0.125^0.015^22.7^0.0^0.100^0.220^4.080^0.310^0.350^7^0^7^7^88.6^2.15^0^0^^0^0^0^0^0^^^8.450^9.780^0.790^74^255.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~13907~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,CHOIC,RAW~^62.28^232^18.90^16.81^1.12^0.00^0.0^0.00^6^2.10^20^173^308^53^3.24^0.079^0.013^15.7^0.0^0.100^0.170^3.610^0.310^0.380^6^0^6^6^78.9^2.76^0^0^^0^0^0^0^0^^^6.700^7.470^0.620^62^28.35^~1 oz~^453.60^~1 lb~^22 ~13908~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^54.16^286^24.04^20.30^1.16^0.00^0.0^0.00^8^2.81^24^191^334^66^4.64^0.126^0.015^21.8^0.0^0.100^0.220^4.110^0.300^0.350^7^0^7^7^91.6^2.16^0^0^^0^0^0^0^0^^^7.830^8.940^0.710^65^259.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~13909~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,ALL GRDS,RAW~^63.43^228^20.61^15.49^0.90^0.00^0.0^0.00^24^1.47^21^186^313^52^3.53^0.069^0.011^22.8^0.0^0.064^0.100^6.077^0.593^0.562^11^0^11^11^86.1^1.06^0^0^0^0^0^0^0^0^0.39^1.6^6.251^6.633^0.589^57^266.01^~1 steak~^453.60^~1 lb~^9 ~13910~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^56.48^264^26.44^16.78^1.03^0.00^0.0^0.00^19^1.69^22^204^328^54^4.75^0.079^0.009^28.5^0.0^0.071^0.127^7.037^0.521^0.553^8^0^8^8^100.7^1.56^0^0^0^0^0^0^0^0^0.46^1.7^6.608^6.993^0.621^88^85.00^~3 oz~^165.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)~^12 ~13911~^~BEEF,SHRT LOIN,TOP LOIN,LN & FAT,1/8" FAT,CHOIC,RAW~^62.91^232^20.63^15.95^0.93^0.00^0.0^0.00^25^1.48^21^184^313^51^3.62^0.067^0.013^22.1^0.0^0.055^0.087^6.652^0.602^0.555^11^0^11^11^86.1^1.15^0^0^0^0^0^0^0^0^0.40^1.6^6.435^6.828^0.607^58^274.27^~1 steak~^453.60^~1 lb~^10 ~13912~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^54.99^278^26.16^18.45^1.02^0.00^0.0^0.00^17^1.75^21^195^316^52^4.65^0.085^0.009^28.1^0.0^0.065^0.115^7.095^0.515^0.521^8^0^8^8^99.6^1.73^0^0^0^0^0^0^0^0^0.48^1.7^7.264^7.688^0.683^97^221.09^~1 steak, (yield from 270 g raw meat)~^85.00^~3 oz, (1 serving)~^12 ~13913~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,SEL,RAW~^63.95^224^20.59^15.04^0.87^0.00^0.0^0.00^23^1.47^21^189^313^52^3.45^0.071^0.009^23.5^0.0^0.074^0.112^5.502^0.583^0.569^11^0^11^11^86.0^0.98^0^0^0^0^0^0^0^0^0.38^1.5^6.067^6.438^0.572^55^257.75^~1 steak~^453.60^~1 lb~^9 ~13914~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^57.96^250^26.72^15.11^1.04^0.00^0.0^0.00^22^1.63^23^213^340^57^4.85^0.073^0.009^28.8^0.0^0.078^0.140^6.978^0.527^0.585^8^0^8^8^101.8^1.38^0^0^0^0^0^0^0^0^0.45^1.6^5.951^6.298^0.560^79^204.03^~1 steak, (yield from raw steak weighing 248 g)~^85.00^~3 oz~^12 ~13915~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,PRIME,RAW~^58.42^281^19.00^22.17^0.77^0.00^0.0^0.00^6^1.58^18^163^295^53^3.14^0.069^0.012^17.3^0.0^0.090^0.140^3.880^0.320^0.390^6^0^6^6^79.4^2.75^0^0^^0^0^0^0^0^^^9.080^9.780^0.800^67^453.60^~1 lb~^227.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)~^6 ~13916~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^51.34^310^25.92^22.12^1.06^0.00^0.0^0.00^9^2.26^24^197^354^64^4.65^0.098^0.015^23.7^0.0^0.080^0.180^4.770^0.330^0.380^7^0^7^7^98.7^1.94^0^0^^0^0^0^0^0^^^8.910^9.390^0.800^79^85.00^~3 oz~^167.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)~^8 ~13917~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,ALL GRDS,RAW~^61.52^247^19.61^18.16^0.92^0.00^0.0^0.00^23^1.42^20^180^302^50^3.41^0.067^0.011^22.0^0.0^0.061^0.095^5.782^0.560^0.535^11^0^11^11^81.9^1.01^0^0^0^0^0^0^0^0^0.41^1.6^7.327^7.774^0.691^66^163.57^~1 steak~^28.35^~1 oz~^1 ~13918~^~BEEF,TENDERLOIN,LN & FAT,1/8" FAT,ALL GRDS,CKD,BRLD~^56.04^267^26.46^17.12^1.06^0.00^0.0^0.00^19^1.69^22^205^329^54^4.76^0.079^0.009^28.6^0.0^0.072^0.128^7.041^0.522^0.554^8^0^8^8^100.8^1.56^0^0^0^0^0^0^0^0^0.47^1.7^6.743^7.136^0.634^90^85.00^~3 oz~^104.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 154 g)~^4 ~13919~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^48.37^324^23.90^24.60^1.18^0.00^0.0^0.00^9^3.11^22^203^331^57^4.03^0.123^0.014^22.9^0.0^0.090^0.260^3.000^0.250^0.250^8^0^8^8^91.0^2.46^0^0^^0^0^0^0^0^^^9.720^10.270^1.000^85^330.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13920~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,CHOIC,RAW~^61.69^246^19.82^17.88^0.94^0.00^0.0^0.00^25^1.43^20^177^303^50^3.50^0.065^0.012^21.4^0.0^0.052^0.084^6.392^0.579^0.534^11^0^11^11^82.8^1.10^0^0^0^0^0^0^0^0^0.41^1.6^7.214^7.655^0.680^65^176.56^~1 steak~^28.35^~1 oz~^3 ~13921~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^55.53^273^26.43^17.78^1.01^0.00^0.0^0.00^17^1.76^21^196^318^52^4.67^0.085^0.009^28.2^0.0^0.066^0.116^7.169^0.520^0.527^8^0^8^8^100.7^1.74^0^0^0^0^0^0^0^0^0.47^1.7^7.001^7.409^0.658^93^140.47^~1 steak, (yield from 181 g raw meat)~^85.00^~3 oz~^4 ~13922~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^47.99^331^23.90^25.39^1.18^0.00^0.0^0.00^9^3.11^26^236^407^65^4.03^0.123^0.016^22.8^0.0^0.150^0.270^3.880^0.400^0.480^8^0^8^8^91.0^3.37^0^0^^0^0^0^0^0^^^10.020^10.500^0.960^85^329.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13923~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,SEL,RAW~^61.33^249^19.37^18.46^0.90^0.00^0.0^0.00^22^1.42^20^182^300^50^3.32^0.068^0.009^22.6^0.0^0.069^0.105^5.176^0.549^0.535^10^0^10^10^80.9^0.92^0^0^0^0^0^0^0^0^0.41^1.6^7.451^7.906^0.702^68^149.28^~1 steak, (yield from 1 raw steak weighing149g)~^28.35^~1 oz~^2 ~13924~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^56.50^262^26.48^16.53^1.09^0.00^0.0^0.00^22^1.63^23^214^340^57^4.85^0.073^0.009^28.9^0.0^0.077^0.139^6.916^0.523^0.580^8^0^8^8^100.8^1.37^0^0^0^0^0^0^0^0^0.46^1.7^6.511^6.890^0.612^87^119.47^~1 steak, (yield from 1 raw steak weighing 151g)~^85.00^~3 oz~^4 ~13925~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^48.86^316^23.90^23.70^1.18^0.00^0.0^0.00^9^3.11^22^203^331^57^4.03^0.123^0.014^22.9^0.0^0.090^0.260^3.000^0.250^0.250^8^0^8^8^91.0^2.46^0^0^^0^0^0^0^0^^^9.380^9.920^0.960^85^329.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13926~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,PRIME,RAW~^59.52^274^18.15^21.83^0.88^0.00^0.0^0.00^7^2.35^20^181^304^49^3.05^0.093^0.012^17.1^0.0^0.120^0.210^2.990^0.300^0.380^6^0^6^6^75.8^2.60^0^0^^0^0^0^0^0^^^8.960^9.260^0.870^70^28.35^~1 oz~^453.60^~1 lb~^3 ~13927~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^51.84^308^25.26^22.21^1.16^0.00^0.0^0.00^8^3.15^26^210^368^59^4.88^0.156^0.015^24.4^0.0^0.110^0.260^3.520^0.340^0.390^6^0^6^6^96.2^2.41^0^0^^0^0^0^0^0^^^8.850^9.170^0.860^86^85.00^~3 oz~^106.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 154 g)~^3 ~13928~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^48.28^343^24.04^26.67^1.01^0.00^0.0^0.00^8^3.12^23^203^336^55^4.39^0.142^0.014^23.1^0.0^0.090^0.270^3.010^0.390^0.330^7^0^7^7^91.6^2.53^0^0^0^0^0^0^0^0^0.55^2.0^10.630^11.010^1.030^88^326.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^3 ~15027~^~FISH PORTIONS&STKS,FRZ,PREHTD~^53.08^249^11.04^13.25^1.46^21.18^1.4^2.50^26^1.01^28^182^216^421^0.48^0.062^0.212^16.5^0.0^0.150^0.117^1.600^0.423^0.053^32^24^9^49^35.7^1.30^108^31^31^0^2^1^0^43^1.15^10.7^2.758^4.210^5.701^32^57.00^~1 piece, (4" x 2" x 1/2")~^28.00^~1 stick, (4" x 1" x 1/2")~^ ~15028~^~FLATFISH (FLOUNDER&SOLE SP),RAW~^79.06^91^18.84^1.19^1.20^0.00^0.0^0.00^18^0.36^31^184^361^81^0.45^0.032^0.017^32.7^1.7^0.089^0.076^2.899^0.503^0.208^8^0^8^8^65.0^1.52^33^10^10^0^0^0^0^0^0.51^0.1^0.283^0.233^0.329^48^28.35^~1 oz, boneless~^163.00^~1 fillet~^0 ~15029~^~FLATFISH (FLOUNDER&SOLE SP),CKD,DRY HEAT~^73.16^117^24.16^1.53^1.50^0.00^0.0^0.00^18^0.34^58^289^344^105^0.63^0.026^0.020^58.2^0.0^0.080^0.114^2.179^0.580^0.240^9^0^9^9^81.0^2.51^43^13^13^0^0^0^0^0^0.66^0.1^0.363^0.276^0.646^68^127.00^~1 fillet~^85.00^~3 oz~^0 ~15030~^~GEFILTEFISH,COMM,SWT RECIPE~^80.35^84^9.07^1.73^1.44^7.41^0.0^^23^2.48^9^73^91^524^0.82^0.195^0.073^10.5^0.8^0.065^0.059^1.000^0.200^0.080^3^0^3^3^^0.84^89^27^27^^^^^^^^0.412^0.824^0.285^30^42.00^~1 piece~^^~~^0 ~15031~^~GROUPER,MIXED SPECIES,RAW~^79.22^92^19.38^1.02^1.17^0.00^0.0^^27^0.89^31^162^483^53^0.48^0.020^0.014^36.5^0.0^0.070^0.005^0.313^0.750^0.300^9^0^9^9^^0.60^143^43^43^^^^^^^^0.233^0.202^0.321^37^259.00^~1 fillet~^85.00^~3 oz~^0 ~15032~^~GROUPER,MXD SP,CKD,DRY HEAT~^73.36^118^24.84^1.30^1.41^0.00^0.0^^21^1.14^37^143^475^53^0.51^0.045^0.012^46.8^0.0^0.081^0.006^0.381^0.870^0.350^10^0^10^10^^0.69^165^50^50^^^^^^^^0.299^0.268^0.403^47^202.00^~1 fillet~^85.00^~3 oz~^0 ~15033~^~HADDOCK,RAW~^79.92^87^18.91^0.72^1.21^0.00^0.0^0.00^33^1.05^39^188^311^68^0.37^0.026^0.025^30.2^0.0^0.035^0.037^3.803^0.127^0.300^12^0^12^12^65.0^1.20^57^17^17^0^0^0^0^0^0.39^0.1^0.130^0.118^0.241^57^193.00^~1 fillet~^85.00^~3 oz~^0 ~15034~^~HADDOCK,COOKED,DRY HEAT~^74.25^112^24.24^0.93^1.55^0.00^0.0^^42^1.35^50^241^399^87^0.48^0.033^0.030^40.5^0.0^0.040^0.045^4.632^0.150^0.346^13^0^13^13^^1.39^63^19^19^^^^^^^^0.167^0.151^0.309^74^150.00^~1 fillet~^85.00^~3 oz~^0 ~15035~^~HADDOCK,SMOKED~^71.48^116^25.23^0.96^1.62^0.00^0.0^0.00^49^1.40^54^251^415^763^0.50^0.042^0.030^42.9^0.0^0.047^0.049^5.073^0.170^0.400^15^0^15^15^95.0^1.60^73^22^22^0^0^0^0^0^0.55^0.1^0.173^0.157^0.321^77^28.35^~1 oz, boneless~^17.00^~1 cubic inch, boneless~^0 ~15036~^~HALIBUT,ATLANTIC&PACIFIC,RAW~^77.92^110^20.81^2.29^1.36^0.00^0.0^0.00^47^0.84^83^222^450^54^0.42^0.027^0.015^36.5^0.0^0.060^0.075^5.848^0.329^0.344^12^0^12^12^61.8^1.18^157^47^47^0^0^0^0^0^0.85^0.1^0.325^0.750^0.730^32^204.00^~.5 fillet~^85.00^~3 oz~^0 ~15037~^~HALIBUT,ATLANTIC&PACIFIC,CKD,DRY HEAT~^71.69^140^26.69^2.94^1.74^0.00^0.0^^60^1.07^107^285^576^69^0.53^0.035^0.020^46.8^0.0^0.069^0.091^7.123^0.380^0.397^14^0^14^14^^1.37^179^54^54^^^^^^^^0.417^0.967^0.940^41^159.00^~.5 fillet~^85.00^~3 oz~^0 ~15038~^~HALIBUT,GREENLAND,RAW~^70.27^186^14.37^13.84^1.00^0.00^0.0^0.00^3^0.66^26^164^268^80^0.40^0.030^0.012^36.5^0.0^0.060^0.080^1.500^0.250^0.420^1^0^1^1^61.8^1.00^57^17^17^0^0^0^0^0^0.85^0.1^2.419^8.378^1.367^46^204.00^~.5 fillet~^85.00^~3 oz~^0 ~15039~^~HERRING,ATLANTIC,RAW~^72.05^158^17.96^9.04^1.46^0.00^0.0^0.00^57^1.10^32^236^327^90^0.99^0.092^0.035^36.5^0.7^0.092^0.233^3.217^0.645^0.302^10^0^10^10^65.0^13.67^93^28^28^0^0^0^0^0^1.07^0.1^2.040^3.736^2.133^60^28.35^~1 oz, boneless~^184.00^~1 fillet~^0 ~15040~^~HERRING,ATLANTIC,CKD,DRY HEAT~^64.16^203^23.03^11.59^1.87^0.00^0.0^0.00^74^1.41^41^303^419^115^1.27^0.118^0.040^46.8^0.7^0.112^0.299^4.124^0.740^0.348^12^0^12^12^81.0^13.14^120^36^36^0^0^0^0^0^1.37^0.1^2.615^4.790^2.735^77^143.00^~1 fillet~^85.00^~3 oz~^0 ~15041~^~HERRING,ATLANTIC,PICKLED~^55.22^262^14.19^18.00^2.95^9.64^0.0^7.71^77^1.22^8^89^69^870^0.53^0.105^0.040^58.5^0.0^0.036^0.139^3.300^0.081^0.170^2^0^2^2^95.0^4.27^860^258^258^0^0^0^0^0^1.71^0.2^2.381^11.947^1.679^13^140.00^~1 cup~^28.35^~1 oz, boneless~^0 ~15042~^~HERRING,ATLANTIC,KIPPERED~^59.70^217^24.58^12.37^1.94^0.00^0.0^0.00^84^1.51^46^325^447^918^1.36^0.135^0.050^52.6^1.0^0.126^0.319^4.402^0.880^0.413^14^0^14^14^95.0^18.70^135^40^40^0^0^0^0^0^1.54^0.1^2.791^5.112^2.919^82^28.35^~1 oz, boneless~^17.00^~1 cubic inch, boneless~^0 ~15043~^~HERRING,PACIFIC,RAW~^71.52^195^16.39^13.88^2.37^0.00^0.0^^83^1.12^32^228^423^74^0.53^0.078^0.045^36.5^0.0^0.060^0.200^2.200^1.000^0.450^5^0^5^5^^10.00^106^32^32^^^^^^^^3.257^6.872^2.423^77^184.00^~1 fillet~^85.00^~3 oz~^0 ~15044~^~LING,RAW~^79.63^87^18.99^0.64^1.40^0.00^0.0^^34^0.65^63^198^379^135^0.78^0.110^0.030^36.5^0.0^0.110^0.190^2.300^0.320^0.304^7^0^7^7^^0.56^100^30^30^^^^^^^^0.120^0.090^0.220^40^193.00^~1 fillet~^85.00^~3 oz~^0 ~15045~^~LINGCOD,RAW~^81.03^85^17.66^1.06^1.21^0.00^0.0^^14^0.32^26^201^437^59^0.45^0.027^0.020^36.5^0.0^0.030^0.114^1.900^0.750^0.300^9^0^9^9^^3.60^50^15^15^^^^^^^^0.197^0.350^0.300^52^193.00^~.5 fillet~^85.00^~3 oz~^0 ~15046~^~MACKEREL,ATLANTIC,RAW~^63.55^205^18.60^13.89^1.35^0.00^0.0^0.00^12^1.63^76^217^314^90^0.63^0.073^0.015^44.1^0.4^0.176^0.312^9.080^0.856^0.399^1^0^1^1^65.0^8.71^167^50^50^0^0^0^0^0^1.52^5.0^3.257^5.456^3.350^70^112.00^~1 fillet~^85.00^~3 oz~^0 ~15047~^~MACKEREL,ATLANTIC,CKD,DRY HEAT~^53.27^262^23.85^17.81^1.53^0.00^0.0^^15^1.57^97^278^401^83^0.94^0.094^0.020^51.6^0.4^0.159^0.412^6.850^0.990^0.460^2^0^2^2^^19.00^180^54^54^^^^^^^^4.176^7.006^4.300^75^88.00^~1 fillet~^85.00^~3 oz~^0 ~15048~^~MACKEREL,JACK,CND,DRND SOL~^69.17^156^23.19^6.30^1.73^0.00^0.0^0.00^241^2.04^37^301^194^379^1.02^0.147^0.040^37.7^0.9^0.040^0.212^6.180^0.305^0.210^5^0^5^5^85.0^6.94^433^130^130^0^0^0^0^0^1.03^0.1^1.857^2.225^1.651^79^190.00^~1 cup~^28.35^~1 oz, boneless~^0 ~15049~^~MACKEREL,KING,RAW~^75.85^105^20.28^2.00^1.28^0.00^0.0^^31^1.78^32^248^435^158^0.56^0.026^0.005^36.5^1.6^0.100^0.476^8.590^0.839^0.442^8^0^8^8^^15.60^727^218^218^^^^^^^^0.363^0.764^0.460^53^198.00^~.5 fillet~^85.00^~3 oz~^0 ~15050~^~MACKEREL,PACIFIC&JACK,MXD SP,RAW~^70.15^158^20.07^7.89^1.62^0.00^0.0^0.00^23^1.16^28^125^406^86^0.67^0.093^0.015^36.5^2.0^0.111^0.421^8.320^0.316^0.330^2^0^2^2^65.0^4.40^43^13^13^0^0^0^0^0^1.00^0.1^2.247^2.629^1.940^47^225.00^~1 fillet~^85.00^~3 oz~^0 ~15051~^~MACKEREL,SPANISH,RAW~^71.67^139^19.29^6.30^1.27^0.00^0.0^0.00^11^0.44^33^205^446^59^0.49^0.055^0.014^36.5^1.6^0.130^0.170^2.300^0.750^0.400^1^0^1^1^65.0^2.40^100^30^30^0^0^0^0^0^0.69^0.1^1.828^1.530^1.739^76^187.00^~1 fillet~^85.00^~3 oz~^0 ~15052~^~MACKEREL,SPANISH,CKD,DRY HEAT~^68.46^158^23.59^6.32^1.53^0.00^0.0^^13^0.74^38^271^554^66^0.62^0.065^0.012^40.6^1.6^0.130^0.210^5.000^0.870^0.460^1^0^1^1^^7.00^109^33^33^^^^^^^^1.801^2.139^1.805^73^146.00^~1 fillet~^85.00^~3 oz~^0 ~15053~^~MILKFISH,RAW~^70.85^148^20.53^6.73^1.14^0.00^0.0^^51^0.32^30^162^292^72^0.82^0.034^0.020^12.6^0.0^0.013^0.054^6.440^0.750^0.423^16^0^16^16^^3.40^100^30^30^^^^^^^^1.660^2.580^1.840^52^85.00^~3 oz~^^~~^0 ~15054~^~MONKFISH,RAW~^83.24^76^14.48^1.52^1.21^0.00^0.0^^8^0.32^21^200^400^18^0.41^0.028^0.024^36.5^1.0^0.025^0.060^2.100^0.150^0.240^7^0^7^7^^0.90^40^12^12^^^^^^^^0.340^0.240^0.610^25^85.00^~3 oz~^^~~^0 ~15055~^~MULLET,STRIPED,RAW~^77.01^117^19.35^3.79^1.20^0.00^0.0^0.00^41^1.02^29^221^357^65^0.52^0.051^0.016^36.5^1.2^0.090^0.080^5.200^0.760^0.425^9^0^9^9^65.0^0.22^123^37^37^0^0^0^0^0^1.00^0.1^1.116^1.078^0.715^49^28.35^~1 oz~^119.00^~1 fillet~^0 ~15056~^~MULLET,STRIPED,CKD,DRY HEAT~^70.52^150^24.81^4.86^1.34^0.00^0.0^^31^1.41^33^244^458^71^0.88^0.141^0.022^46.8^1.2^0.100^0.100^6.300^0.880^0.490^10^0^10^10^^0.25^141^42^42^^^^^^^^1.431^1.382^0.917^63^93.00^~1 fillet~^85.00^~3 oz~^0 ~15057~^~OCEAN PERCH,ATLANTIC,RAW~^78.70^94^18.62^1.63^1.20^0.00^0.0^0.00^107^0.92^30^216^273^75^0.48^0.026^0.015^43.3^0.8^0.110^0.110^2.000^0.360^0.230^9^0^9^9^65.0^1.00^40^12^12^0^0^0^0^0^1.25^0.1^0.244^0.625^0.427^42^28.35^~1 oz, boneless~^64.00^~1 fillet~^0 ~15058~^~OCEAN PERCH,ATLANTIC,CKD,DRY HEAT~^72.69^121^23.88^2.09^1.54^0.00^0.0^^137^1.18^39^277^350^96^0.61^0.033^0.020^55.5^0.8^0.130^0.134^2.436^0.420^0.270^10^0^10^10^^1.15^46^14^14^^^^^^^^0.313^0.801^0.547^54^50.00^~1 fillet~^85.00^~3 oz~^0 ~15059~^~POUT,OCEAN,RAW~^81.36^79^16.64^0.91^1.13^0.00^0.0^^10^0.28^13^200^400^61^1.03^0.032^0.015^36.5^0.0^0.080^0.060^2.100^0.150^0.240^7^0^7^7^^0.90^40^12^12^^^^^^^^0.320^0.329^0.032^52^176.00^~.5 fillet~^85.00^~3 oz~^0 ~11533~^~TOMATOES,RED,RIPE,CND,STWD~^91.54^26^0.91^0.19^1.17^6.19^1.0^3.52^34^1.33^12^20^207^221^0.17^0.112^0.059^0.6^7.9^0.046^0.035^0.714^0.114^0.017^5^0^5^5^10.4^0.00^172^9^0^0^103^0^4088^126^0.83^2.4^0.026^0.029^0.077^0^255.00^~1 cup~^^~~^0 ~11537~^~TOMATOES,RED,RIPE,CND,W/GRN CHILIES~^94.23^15^0.69^0.08^1.39^3.62^^^20^0.26^11^14^107^401^0.13^0.090^0.132^0.4^6.2^0.034^0.019^0.640^0.148^0.103^9^0^9^9^^0.00^390^20^0^^^^^^^^0.011^0.011^0.030^0^241.00^~1 cup~^^~~^0 ~11540~^~TOMATO JUC,CND,W/SALT~^93.90^17^0.76^0.05^1.05^4.24^0.4^3.56^10^0.43^11^18^229^269^0.15^0.061^0.070^0.3^18.3^0.047^0.031^0.673^0.250^0.111^20^0^20^20^6.8^0.00^450^23^0^0^270^0^9037^60^0.32^2.3^0.008^0.009^0.024^0^243.00^~1 cup~^182.00^~6 fl oz~^0 ~11546~^~TOMATO PRODUCTS,CND,PASTE,WO/ SALT ADDED~^73.50^82^4.32^0.47^2.80^18.91^4.1^12.18^36^2.98^42^83^1014^98^0.63^0.365^0.302^5.3^21.9^0.060^0.153^3.076^0.142^0.216^12^0^12^12^38.5^0.00^1525^76^0^29^901^0^28764^0^4.30^11.4^0.100^0.067^0.160^0^262.00^~1 cup~^16.40^~1 tbsp~^0 ~11547~^~TOMATO PRODUCTS,CND,PUREE,WO/SALT~^87.88^38^1.65^0.21^1.28^8.98^1.9^4.83^18^1.78^23^40^439^28^0.36^0.287^0.169^0.7^10.6^0.025^0.080^1.466^0.440^0.126^11^0^11^11^17.6^0.00^510^26^0^0^306^0^21754^0^1.97^3.4^0.029^0.031^0.086^0^250.00^~1 cup~^822.00^~1 can, (29 oz) (401 x 411)~^0 ~11548~^~TOMATO POWDER~^3.06^302^12.91^0.44^8.91^74.68^16.5^43.90^166^4.56^178^295^1927^134^1.71^1.241^1.951^5.3^116.7^0.913^0.761^9.133^3.760^0.457^120^0^120^120^^0.00^17247^862^0^0^10348^0^46260^1370^12.25^48.8^0.062^0.066^0.179^0^^~~^^~~^0 ~11549~^~TOMATO PRODUCTS,CND,SAU~^91.12^24^1.32^0.18^2.00^5.38^1.5^4.25^13^1.02^16^26^331^524^0.20^0.117^0.107^0.2^7.0^0.024^0.066^0.975^0.309^0.097^11^0^11^11^9.9^0.00^433^22^0^0^259^3^13979^23^1.42^2.8^0.025^0.027^0.073^0^245.00^~1 cup~^^~~^0 ~11551~^~TOMATO PRODUCTS,CND,SAU,W/MUSHROOMS~^87.97^35^1.45^0.13^2.02^8.43^1.5^5.77^13^0.89^19^32^380^452^0.21^0.199^0.188^0.2^12.4^0.072^0.108^1.265^0.367^0.133^9^0^9^9^^0.00^955^48^0^0^570^6^18942^31^1.92^3.8^0.017^0.010^0.050^0^245.00^~1 cup~^^~~^0 ~11553~^~TOMATO PRODUCTS,CND,SAU,W/ONIONS~^86.09^42^1.56^0.19^2.21^9.94^1.8^^17^0.93^19^39^413^551^0.23^0.181^0.301^0.8^12.7^0.073^0.133^1.242^0.368^0.267^22^0^22^22^^0.00^850^43^0^^^^^^^^0.030^0.028^0.077^0^245.00^~1 cup~^^~~^0 ~11555~^~TOMATO PRODUCTS,CND,SAU,W/HERBS&CHS~^83.43^59^2.13^1.93^2.27^10.24^2.2^^37^0.87^19^54^356^543^0.36^0.174^0.188^0.9^10.0^0.076^0.124^1.209^0.275^0.019^8^0^8^8^^^987^49^0^^^^^^^^0.627^0.380^0.825^3^122.00^~.5 cup~^425.00^~1 can, 15 oz (303 x 406)~^0 ~11557~^~TOMATO PRODUCTS,CND,SAU,W/ONIONS,GRN PEPPERS,&CELERY~^88.28^41^0.94^0.74^1.27^8.77^1.4^7.36^13^0.76^21^38^398^546^0.28^0.198^0.244^0.6^13.2^0.067^0.120^1.095^0.221^0.194^14^0^14^14^13.0^0.00^810^41^0^0^483^6^18454^30^1.18^3.7^0.133^0.102^0.337^0^250.00^~1 cup~^411.00^~1 can, 15 oz (303 x 406)~^0 ~11559~^~TOMATO PRODUCTS,CND,SAU,W/TOMATO TIDBITS~^89.09^32^1.32^0.39^2.11^7.09^1.4^^10^0.68^20^42^373^15^0.19^0.014^0.220^0.6^21.5^0.073^0.097^1.183^0.219^0.155^9^0^9^9^^0.00^801^40^0^^^^^^^^0.055^0.058^0.157^0^244.00^~1 cup~^425.00^~1 can, 15 oz (303 x 406)~^0 ~11563~^~TREE FERN,CKD,WO/SALT~^88.60^40^0.29^0.07^0.06^10.98^3.7^^8^0.16^5^4^5^5^0.31^0.202^0.539^0.9^30.0^0.000^0.300^3.500^0.063^0.179^15^0^15^15^^0.00^200^10^0^^^^^^^^0.009^0.005^0.034^0^71.00^~.5 cup, chopped~^31.00^~1 frond, (6-1/2" long)~^0 ~11564~^~TURNIPS,RAW~^91.87^28^0.90^0.10^0.70^6.43^1.8^3.80^30^0.30^11^27^191^67^0.27^0.085^0.134^0.7^21.0^0.040^0.030^0.400^0.200^0.090^15^0^15^15^11.1^0.00^0^0^0^0^0^0^0^0^0.03^0.1^0.011^0.006^0.053^0^130.00^~1 cup, cubes~^183.00^~1 large~^19 ~11565~^~TURNIPS,CKD,BLD,DRND,WO/SALT~^93.60^22^0.71^0.08^0.55^5.06^2.0^2.99^33^0.18^9^26^177^16^0.12^0.002^0.071^0.2^11.6^0.027^0.023^0.299^0.142^0.067^9^0^9^9^8.7^0.00^0^0^0^0^0^0^0^0^0.02^0.1^0.008^0.005^0.042^0^156.00^~1 cup, cubes~^230.00^~1 cup, mashed~^0 ~11566~^~TURNIPS,FROZEN,UNPREPARED~^95.67^16^1.04^0.16^0.19^2.94^1.8^^23^0.70^10^20^137^25^0.14^0.045^0.071^0.4^4.4^0.030^0.020^0.400^0.106^0.048^8^0^8^8^^0.00^26^1^0^^^^^^^^0.017^0.010^0.085^0^284.00^~1 package, mashed (10 oz)~^94.00^~.333 package, mashed (10 oz)~^0 ~11567~^~TURNIPS,FRZ,CKD,BLD,DRND,WO/SALT~^93.60^23^1.53^0.24^0.28^4.35^2.0^2.35^32^0.98^14^26^182^36^0.20^0.063^0.100^0.6^3.9^0.035^0.028^0.560^0.141^0.067^8^0^8^8^8.7^0.00^0^0^0^0^0^0^0^0^0.02^0.1^0.025^0.015^0.125^0^156.00^~1 cup~^^~~^0 ~11568~^~TURNIP GREENS,RAW~^89.67^32^1.50^0.30^1.40^7.13^3.2^0.81^190^1.10^31^42^296^40^0.19^0.350^0.466^1.2^60.0^0.070^0.100^0.600^0.380^0.263^194^0^194^194^^0.00^11587^579^0^0^6952^0^0^12825^2.86^251.0^0.070^0.020^0.120^0^55.00^~1 cup, chopped~^^~~^30 ~11569~^~TURNIP GRNS,CKD,BLD,DRND,WO/SALT~^93.20^20^1.14^0.23^1.07^4.36^3.5^0.53^137^0.80^22^29^203^29^0.14^0.253^0.337^0.9^27.4^0.045^0.072^0.411^0.274^0.180^118^0^118^118^0.3^0.00^7625^381^0^0^4575^0^0^8440^1.88^367.6^0.053^0.015^0.091^0^144.00^~1 cup, chopped~^^~~^0 ~11570~^~TURNIP GRNS,CND,SOL&LIQUIDS~^94.69^14^1.36^0.30^1.23^2.42^1.7^^118^1.51^20^21^141^277^0.23^0.083^0.277^0.7^15.5^0.012^0.063^0.362^0.040^0.037^41^0^41^41^^0.00^3586^179^0^^^^^^^^0.070^0.020^0.120^0^117.00^~.5 cup~^425.00^~1 can, 15 oz (303 x 406)~^0 ~11574~^~TURNIP GRNS,FRZ,UNPREP~^92.93^22^2.47^0.31^0.62^3.67^2.5^^118^1.51^27^27^184^12^0.17^0.057^0.369^0.9^26.8^0.044^0.091^0.383^0.140^0.100^74^0^74^74^^0.00^6184^309^0^^^^^^^^0.073^0.020^0.125^0^82.00^~.5 cup, chopped or diced~^284.00^~1 package, (10 oz)~^0 ~11575~^~TURNIP GRNS,FRZ,CKD,BLD,DRND,WO/SALT~^90.40^29^3.35^0.42^0.85^4.98^3.4^0.75^152^1.94^26^34^224^15^0.41^0.150^0.475^1.2^21.8^0.054^0.074^0.468^0.069^0.067^39^0^39^39^0.5^0.00^10765^538^0^0^6459^0^0^11915^2.66^518.9^0.099^0.028^0.170^0^164.00^~1 cup~^220.00^~1 package, (10 oz) yields~^0 ~11576~^~TURNIP GRNS&TURNIPS,FRZ,UNPREP~^93.13^21^2.46^0.19^0.83^3.40^2.4^^114^1.63^18^24^82^18^0.16^0.051^0.220^0.9^25.8^0.044^0.088^0.388^0.123^0.074^41^0^41^41^^0.00^6108^305^0^^^^^^^^0.032^0.012^0.088^0^284.00^~1 package, (10 oz)~^1361.00^~1 package, (3 lb)~^0 ~11577~^~TURNIP GRNS&TURNIPS,FRZ,CKD,BLD,DRND,WO/SALT~^91.04^35^2.99^0.38^0.74^4.85^3.1^1.07^128^1.75^24^32^216^19^0.37^0.133^0.400^1.1^18.2^0.050^0.065^0.486^0.083^0.067^33^0^33^33^2.1^0.00^8612^431^0^0^5167^0^0^9532^2.13^415.1^0.085^0.024^0.160^0^163.00^~1 cup~^^~~^0 ~11578~^~VEGETABLE JUC COCKTAIL,CND~^93.52^19^0.63^0.09^1.21^4.55^0.8^3.30^11^0.42^11^17^193^270^0.20^0.200^0.100^0.5^27.7^0.043^0.028^0.726^0.266^0.140^21^0^21^21^7.2^0.00^1558^78^0^210^830^0^9660^80^0.32^5.3^0.013^0.014^0.038^0^242.00^~1 cup~^182.00^~6 fl oz~^0 ~12078~^~BRAZILNUTS,DRIED,UNBLANCHED~^3.48^656^14.32^66.43^3.51^12.27^7.5^2.33^160^2.43^376^725^659^3^4.06^1.743^1.223^1917.0^0.7^0.617^0.035^0.295^0.184^0.101^22^0^22^22^28.8^0.00^0^0^0^0^0^0^0^0^5.73^0.0^15.137^24.548^20.577^0^133.28^~1 cup, whole~^4.96^~1 kernel~^49 ~12084~^~BUTTERNUTS,DRIED~^3.34^612^24.90^56.98^2.73^12.05^4.7^^53^4.02^237^446^421^1^3.13^0.450^6.560^17.2^3.2^0.383^0.148^1.045^0.633^0.560^66^0^66^66^^0.00^124^6^0^^^^^^^^1.306^10.425^42.741^0^120.00^~1 cup~^28.35^~1 oz~^73 ~12085~^~CASHEW NUTS,DRY RSTD,WO/SALT~^1.70^574^15.31^46.35^3.95^32.69^3.0^5.01^45^6.00^260^490^565^16^5.60^2.220^0.826^11.7^0.0^0.200^0.200^1.400^1.217^0.256^69^0^69^69^61.0^0.00^0^0^0^0^0^0^0^23^0.92^34.7^9.157^27.317^7.836^0^137.00^~1 cup, halves and whole~^8.60^~1 tbsp~^0 ~12086~^~CASHEW NUTS,OIL RSTD,WO/SALT~^3.48^580^16.84^47.77^2.03^29.87^3.3^5.01^43^6.05^273^531^632^13^5.35^2.043^1.668^20.3^0.3^0.363^0.218^1.736^0.880^0.323^25^0^25^25^61.0^0.00^0^0^0^0^0^0^0^23^0.92^34.7^8.478^25.923^8.546^0^129.08^~1 cup, whole~^128.72^~1 cup, halves and pieces~^0 ~12087~^~NUTS,CASHEW NUTS,RAW~^5.20^553^18.22^43.85^2.54^30.19^3.3^5.91^37^6.68^292^593^660^12^5.78^2.195^1.655^19.9^0.5^0.423^0.058^1.062^0.864^0.417^25^0^25^25^^0.00^0^0^0^0^0^0^0^22^0.90^34.1^7.783^23.797^7.845^0^28.35^~1 oz~^^~~^ ~12088~^~CASHEW BUTTER,PLN,WO/SALT~^2.96^587^17.56^49.41^2.50^27.57^2.0^^43^5.03^258^457^546^15^5.16^2.190^0.815^11.5^0.0^0.312^0.187^1.599^1.201^0.252^68^0^68^68^^0.00^0^0^0^^^^^^^^9.763^29.122^8.354^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~12093~^~CHESTNUTS,CHINESE,RAW~^43.95^224^4.20^1.11^1.67^49.07^^^18^1.41^84^96^447^3^0.87^0.363^1.601^^36.0^0.160^0.180^0.800^0.555^0.410^68^0^68^68^^0.00^202^10^0^^^^^^^^0.164^0.581^0.288^0^28.35^~1 oz~^^~~^16 ~12094~^~CHESTNUTS,CHINESE,DRIED~^8.90^363^6.82^1.81^2.71^79.76^^^29^2.29^137^155^726^5^1.41^0.590^2.601^^58.5^0.260^0.293^1.300^0.902^0.666^110^0^110^110^^0.00^328^16^0^^^^^^^^0.266^0.945^0.468^0^28.35^~1 oz~^^~~^0 ~12095~^~CHESTNUTS,CHINESE,BLD&STMD~^61.57^153^2.88^0.76^1.14^33.64^^^12^0.97^58^66^306^2^0.60^0.249^1.097^^24.7^0.110^0.123^0.548^0.381^0.281^46^0^46^46^^0.00^138^7^0^^^^^^^^0.112^0.399^0.197^0^28.35^~1 oz~^^~~^0 ~12096~^~CHESTNUTS,CHINESE,ROASTED~^40.20^239^4.48^1.19^1.78^52.36^^^19^1.50^90^102^477^4^0.93^0.387^1.708^^38.4^0.150^0.090^1.500^0.592^0.437^72^0^72^72^^0.00^5^0^0^^^^^^^^0.175^0.620^0.307^0^28.35^~1 oz~^^~~^25 ~12097~^~CHESTNUTS,EUROPEAN,RAW,UNPEELED~^48.65^213^2.42^2.26^1.13^45.54^8.1^^27^1.01^32^93^518^3^0.52^0.447^0.952^^43.0^0.238^0.168^1.179^0.509^0.376^62^0^62^62^^0.00^28^1^0^^^^^^^^0.425^0.780^0.894^0^145.00^~1 cup~^28.35^~1 oz~^26 ~12098~^~CHESTNUTS,EUROPEAN,RAW,PEELED~^52.00^196^1.63^1.25^0.96^44.17^^^19^0.94^30^38^484^2^0.49^0.418^0.336^^40.2^0.144^0.016^1.102^0.476^0.352^58^0^58^58^^0.00^26^1^0^^^^^^^^0.235^0.430^0.493^0^28.35^~1 oz~^^~~^0 ~12099~^~CHESTNUTS,EUROPEAN,DRIED,UNPEELED~^9.45^374^6.39^4.45^2.40^77.31^11.7^^67^2.38^74^175^986^37^0.35^0.650^1.300^1.8^15.0^0.295^0.360^0.850^0.897^0.663^109^0^109^109^^0.00^0^0^0^^^^^^^^0.837^1.535^1.758^0^28.35^~1 oz~^^~~^20 ~12100~^~CHESTNUTS,EUROPEAN,DRIED,PEELED~^9.00^369^5.01^3.91^3.64^78.43^^^64^2.39^74^137^991^37^0.35^0.653^1.183^^15.1^0.354^0.054^0.854^0.901^0.666^110^0^110^110^^0.00^0^0^0^^^^^^^^0.736^1.349^1.546^0^28.35^~1 oz~^^~~^0 ~12101~^~CHESTNUTS,EUROPEAN,BLD&STMD~^68.15^131^2.00^1.38^0.71^27.76^^^46^1.73^54^99^715^27^0.25^0.472^0.854^^26.7^0.148^0.104^0.731^0.316^0.233^38^0^38^38^^0.00^17^1^0^^^^^^^^0.260^0.476^0.545^0^28.35^~1 oz~^^~~^0 ~12104~^~COCONUT MEAT,RAW~^46.99^354^3.33^33.49^0.97^15.23^9.0^6.23^14^2.43^32^113^356^20^1.10^0.435^1.500^10.1^3.3^0.066^0.020^0.540^0.300^0.054^26^0^26^26^12.1^0.00^0^0^0^0^0^0^0^0^0.24^0.2^29.698^1.425^0.366^0^80.00^~1 cup, shredded~^397.00^~1 medium~^48 ~12108~^~COCONUT MEAT,DRIED (DESICCATED),NOT SWTND~^3.00^660^6.88^64.53^1.94^23.65^16.3^7.35^26^3.32^90^206^543^37^2.01^0.796^2.745^18.5^1.5^0.060^0.100^0.603^0.800^0.300^9^0^9^9^22.1^0.00^0^0^0^0^0^0^0^0^0.44^0.3^57.218^2.745^0.706^0^28.35^~1 oz~^^~~^0 ~12109~^~COCONUT MEAT,DRIED (DESICCATED),SWTND,FLAKED,PACKAGED~^15.46^456^3.13^27.99^1.57^51.85^9.9^36.75^11^1.51^51^100^361^285^0.71^0.295^0.959^16.1^0.0^0.015^0.015^0.697^0.140^0.030^3^0^3^3^19.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^26.396^1.377^0.222^0^84.71^~1 cup~^28.35^~1 oz~^0 ~12110~^~COCONUT MEAT,DRIED (DESICCATED),SWTND,FLAKED,CND~^23.27^443^3.35^31.69^0.78^40.91^4.5^^14^1.84^49^103^324^20^1.59^0.308^2.171^^0.0^0.030^0.020^0.305^0.633^0.237^7^0^7^7^^0.00^0^0^0^^^^^^^^28.101^1.348^0.347^0^77.00^~1 cup~^114.00^~4 oz~^0 ~12114~^~COCONUT MEAT,DRIED (DESICCATED),TSTD~^1.00^592^5.30^47.00^2.30^44.40^^^27^3.39^92^211^554^37^2.05^0.812^2.801^^1.5^0.061^0.102^0.616^0.817^0.306^9^0^9^9^^0.00^0^0^0^^^^^^^^41.678^1.999^0.514^0^28.35^~1 oz~^^~~^0 ~12115~^~COCONUT CRM,RAW (LIQ EXPRESSED FROM GRATED MEAT)~^53.90^330^3.63^34.68^1.15^6.65^2.2^^11^2.28^28^122^325^4^0.96^0.378^1.304^^2.8^0.030^0.000^0.890^0.261^0.047^23^0^23^23^^0.00^0^0^0^^^^^^^^30.753^1.475^0.379^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~12116~^~NUTS,COCNT CRM,CND,SWTND~^28.97^357^1.17^16.31^0.34^53.21^0.2^51.50^4^0.13^17^22^101^36^0.60^0.236^0.815^5.5^0.0^0.022^0.040^0.038^0.163^0.029^14^0^14^14^6.6^0.00^0^0^0^0^0^0^0^0^0.13^0.1^15.472^0.679^0.159^0^296.00^~1 cup~^19.00^~1 tbsp~^0 ~12117~^~COCONUT MILK,RAW (LIQ EXPRESSED FROM GRATED MEAT&H2O)~^67.62^230^2.29^23.84^0.72^5.54^2.2^3.34^16^1.64^37^100^263^15^0.67^0.266^0.916^6.2^2.8^0.026^0.000^0.760^0.183^0.033^16^0^16^16^8.5^0.00^0^0^0^0^0^0^0^0^0.15^0.1^21.140^1.014^0.261^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~12118~^~COCONUT MILK,CND (LIQ EXPRESSED FROM GRATED MEAT&H2O)~^72.88^197^2.02^21.33^0.97^2.81^^^18^3.30^46^96^220^13^0.56^0.223^0.768^^1.0^0.022^0.000^0.637^0.153^0.028^14^0^14^14^8.5^0.00^0^0^0^^^^^^^^18.915^0.907^0.233^0^226.00^~1 cup~^15.00^~1 tbsp~^0 ~12119~^~COCONUT H2O (LIQ FROM COCONUTS)~^94.99^19^0.72^0.20^0.39^3.71^1.1^2.61^24^0.29^25^20^250^105^0.10^0.040^0.142^1.0^2.4^0.030^0.057^0.080^0.043^0.032^3^0^3^3^1.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.176^0.008^0.002^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~12120~^~HAZELNUTS OR FILBERTS~^5.31^628^14.95^60.75^2.29^16.70^9.7^4.34^114^4.70^163^290^680^0^2.45^1.725^6.175^2.4^6.3^0.643^0.113^1.800^0.918^0.563^113^0^113^113^45.6^0.00^20^1^0^3^11^0^0^92^15.03^14.2^4.464^45.652^7.920^0^115.00^~1 cup, chopped~^75.00^~1 cup, ground~^54 ~12121~^~HAZELNUTS OR FILBERTS,BLANCHED~^5.79^629^13.70^61.15^2.36^17.00^11.0^3.49^149^3.30^160^310^658^0^2.20^1.600^12.650^4.1^2.0^0.475^0.110^1.550^0.815^0.585^78^0^78^78^^0.00^40^2^0^2^23^^^^17.50^^4.669^48.192^5.558^0^28.35^~1 oz~^^~~^0 ~12122~^~HAZELNUTS OR FILBERTS,DRY RSTD,WO/SALT~^2.52^646^15.03^62.40^2.45^17.60^9.4^4.89^123^4.38^173^310^755^0^2.50^1.750^5.550^4.1^3.8^0.338^0.123^2.050^0.923^0.620^88^0^88^88^^0.00^61^3^0^1^36^^^^15.28^^4.511^46.608^8.463^0^28.35^~1 oz~^^~~^0 ~12127~^~GINKGO NUTS,RAW~^55.20^182^4.32^1.68^1.20^37.60^^^2^1.00^27^124^510^7^0.34^0.274^0.113^^15.0^0.220^0.090^6.000^0.160^0.328^54^0^54^54^^0.00^558^28^0^^^^^^^^0.319^0.619^0.618^0^28.35^~1 oz~^^~~^24 ~12128~^~GINKGO NUTS,DRIED~^12.40^348^10.35^2.00^2.80^72.45^^^20^1.60^53^269^998^13^0.67^0.536^0.220^^29.3^0.430^0.176^11.732^1.345^0.641^106^0^106^106^^0.00^1091^55^0^^^^^^^^0.381^0.739^0.737^0^28.35^~1 oz~^^~~^24 ~12129~^~GINKGO NUTS,CANNED~^72.95^111^2.29^1.62^1.04^22.10^9.3^^4^0.29^16^54^180^307^0.21^0.166^0.068^0.5^9.1^0.133^0.054^3.623^0.097^0.198^33^0^33^33^^0.00^337^17^0^^^^^^^^0.309^0.599^0.597^0^155.00^~1 cup, (78 kernels)~^28.35^~1 oz, (14 kernels)~^41 ~13929~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,ALL GRDS,RAW~^66.09^201^20.30^12.71^1.03^0.00^0.0^0.00^24^1.48^21^187^315^52^3.55^0.069^0.011^22.9^0.0^0.063^0.098^5.986^0.584^0.554^11^0^11^11^84.8^1.05^0^0^0^0^0^0^0^0^0.36^1.4^5.127^5.440^0.483^47^607.73^~1 steak~^28.35^~1 oz~^3 ~13930~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^58.36^243^26.96^14.23^1.11^0.00^0.0^0.00^20^1.73^22^209^336^56^4.87^0.081^0.009^29.2^0.0^0.073^0.130^7.176^0.531^0.564^8^0^8^8^102.7^1.59^0^0^0^0^0^0^0^0^0.44^1.6^5.603^5.930^0.527^75^306.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13931~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,CHOIC,RAW~^64.87^214^19.92^14.28^0.97^0.00^0.0^0.00^25^1.46^20^181^309^51^3.57^0.066^0.013^21.8^0.0^0.053^0.084^6.425^0.582^0.536^11^0^11^11^83.2^1.11^0^0^0^0^0^0^0^0^0.37^1.5^5.763^6.115^0.543^52^28.35^~1 oz~^453.60^~1 lb~^3 ~13932~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^56.81^257^26.80^15.75^1.10^0.00^0.0^0.00^18^1.81^22^201^327^54^4.81^0.088^0.009^29.0^0.0^0.067^0.118^7.269^0.528^0.534^8^0^8^8^102.1^1.77^0^0^0^0^0^0^0^0^0.46^1.6^6.202^6.564^0.583^83^306.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13933~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,PAN-FRIED~^49.56^313^28.77^21.06^1.28^0.00^0.0^0.00^12^3.42^28^235^406^71^5.55^0.131^0.017^29.8^0.0^0.120^0.290^3.830^0.390^0.440^9^0^9^9^109.6^3.34^0^0^0^0^0^0^0^0^0.54^1.9^8.180^8.860^1.710^98^307.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13934~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,SEL,RAW~^67.32^189^20.68^11.13^1.08^0.00^0.0^0.00^24^1.51^21^194^321^53^3.54^0.073^0.010^24.1^0.0^0.074^0.112^5.526^0.586^0.571^11^0^11^11^86.4^0.98^0^0^0^0^0^0^0^0^0.35^1.4^4.491^4.765^0.423^41^593.56^~1 steak~^28.35^~1 oz~^3 ~13935~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^59.92^230^27.12^12.71^1.11^0.00^0.0^0.00^22^1.66^23^217^345^57^4.93^0.074^0.009^29.3^0.0^0.079^0.142^7.083^0.535^0.594^8^0^8^8^103.3^1.41^0^0^0^0^0^0^0^0^0.43^1.5^5.004^5.296^0.471^67^484.90^~1 steak, (yield from 1 raw steak weighing 624g)~^85.00^~3 oz~^5 ~13937~^~BEEF,CHUCK,CLOD RST,LN ONLY,TO 0" FAT,USDA CHOIC,CKD,RSTD~^64.39^171^25.95^6.69^1.13^0.00^0.0^0.00^7^3.20^22^223^386^74^6.39^0.100^^30.0^0.0^0.087^0.244^3.415^^0.269^9^0^9^9^98.8^2.97^0^0^0^0^0^0^0^0^0.17^^1.960^3.510^0.250^64^85.00^~3 oz, ( 1 serving )~^^~~^11 ~13940~^~BEEF,CHUCK,CLOD RST,LN ONLY,TO 0" FAT,USDA SEL,CKD,RSTD~^64.21^172^28.09^5.82^1.30^0.00^0.0^0.00^7^3.19^22^222^384^74^6.39^0.100^^30.0^0.0^0.094^0.264^3.696^^0.291^10^0^10^10^107.0^3.22^0^0^0^0^0^0^0^0^0.17^^2.150^2.920^0.340^72^85.00^~3 oz, ( 1 serving )~^^~~^9 ~13943~^~BEEF,CHUCK,CLOD STEAK,LN ONLY,TO 0" FAT,USDA CHOIC,CKD,BRSD~^59.42^193^29.52^7.42^1.18^0.00^0.0^0.00^7^3.84^22^195^304^55^7.21^0.133^^30.0^0.0^0.081^0.248^2.849^^0.214^7^0^7^7^112.4^2.90^0^0^0^0^0^0^0^0^0.19^^2.120^3.560^0.280^89^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^13 ~13946~^~BEEF,CHUCK,CLOD STEAK,LN ONLY,TO 0" FAT,USDA SEL,CKD,BRSD~^60.29^191^30.37^6.84^1.23^0.00^0.0^0.00^9^3.84^22^258^278^63^8.32^0.158^^30.0^0.0^0.074^0.267^3.421^^0.304^10^0^10^10^115.7^3.13^0^0^0^0^0^0^0^0^0.19^^2.480^3.200^0.320^99^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^7 ~13948~^~BEEF,FLANK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^64.17^192^27.66^8.23^1.09^0.00^0.0^0.00^20^1.74^23^210^339^56^4.90^0.082^0.009^29.4^0.0^0.075^0.133^7.363^0.545^0.579^9^0^9^9^105.4^1.63^0^0^0^0^0^0^0^0^0.38^1.4^3.395^3.317^0.322^45^382.99^~1 steak, (yield from 475 g raw meat)~^^~~^0 ~13949~^~BEEF,FLANK,LN & FAT,0" FAT,SEL,CKD,BRLD~^65.01^183^27.78^7.15^1.13^0.00^0.0^0.00^22^1.68^24^220^351^58^5.01^0.076^0.010^29.8^0.0^0.081^0.146^7.256^0.548^0.609^9^0^9^9^105.8^1.44^0^0^0^0^0^0^0^0^0.37^1.3^2.951^2.882^0.280^39^379.34^~1 steak, (yield from 467 g raw meat)~^^~~^0 ~13950~^~BEEF,BRISKET,FLAT HALF,LN & FAT,0" FAT,SEL,CKD,BRSD~^59.38^205^33.59^6.77^0.98^0.00^0.0^0.00^20^2.78^22^208^275^57^8.01^0.105^0.011^32.5^0.0^0.063^0.158^4.175^0.572^0.285^9^0^9^9^127.9^1.92^0^0^0^0^0^0^0^0^0.43^1.5^2.666^2.913^0.250^34^247.04^~1 steak, (yield from 388 g raw meat)~^^~~^0 ~13951~^~BEEF,RIB EYE,SML END (RIBS 10-12),LN & FAT,0",SEL,CKD,BRLD~^59.16^230^27.95^12.71^1.12^0.00^0.0^0.00^22^1.70^24^223^355^59^5.06^0.076^0.010^30.1^0.0^0.081^0.146^7.301^0.552^0.612^9^0^9^9^^1.45^0^0^0^0^0^0^0^0^0.44^1.5^4.934^5.205^0.472^96^230.70^~1 steak, (yield from 294 g raw meat)~^^~~^8 ~13952~^~BEEF,RIBEYE,SML END(RIBS 10-12),LN&FAT,0",ALL GRDS,CKD,BRLD~^57.52^247^27.27^14.74^1.10^0.00^0.0^0.00^20^1.75^23^212^340^56^4.93^0.082^0.010^29.5^0.0^0.074^0.131^7.257^0.538^0.571^8^0^8^8^^1.60^0^0^0^0^0^0^0^0^0.45^1.6^5.720^6.034^0.547^111^233.34^~1 steak, (yield from 295 g raw meat)~^^~~^8 ~13953~^~BF,BTTM SRLOIN,TRI-TIP RST,LN & FAT,0" FAT,ALL GRDS,CKD,RSTD~^62.63^211^26.05^11.07^1.05^0.00^0.0^0.00^19^1.66^22^201^323^53^4.67^0.078^0.009^28.0^0.0^0.070^0.126^6.933^0.514^0.545^8^0^8^8^99.2^1.53^0^0^0^0^0^0^0^0^0.40^1.4^4.071^5.481^0.363^84^569.01^~1 roast, (yield from 690g raw meat)~^^~~^2 ~13954~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,ALL GRDS,RAW~^70.08^165^20.64^8.55^1.03^0.00^0.0^0.00^25^1.49^21^189^317^52^3.58^0.070^0.011^23.1^0.0^0.064^0.100^6.087^0.594^0.563^11^0^11^11^86.2^1.06^0^0^0^0^0^0^0^0^0.32^1.3^3.140^4.246^0.394^65^^~~^^~~^1 ~13955~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,CHOIC,CKD,RSTD~^61.82^221^25.66^12.36^1.03^0.00^0.0^0.00^17^1.70^20^189^308^50^4.52^0.083^0.009^27.3^0.0^0.064^0.113^6.959^0.505^0.511^8^0^8^8^97.7^1.69^0^0^0^0^0^0^0^0^0.41^1.4^4.546^6.121^0.406^94^590.70^~1 roast, (yield from 714 g raw meat)~^^~~^2 ~13956~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,CHOIC,RAW~^69.37^174^20.64^9.51^1.00^0.00^0.0^0.00^25^1.47^21^183^313^51^3.61^0.067^0.013^22.1^0.0^0.055^0.087^6.658^0.603^0.556^11^0^11^11^86.2^1.15^0^0^0^0^0^0^0^0^0.33^1.3^3.493^4.724^0.438^72^^~~^^~~^2 ~15060~^~PERCH,MIXED SPECIES,RAW~^79.13^91^19.39^0.92^1.24^0.00^0.0^0.00^80^0.90^30^200^269^62^1.11^0.150^0.700^12.6^1.7^0.070^0.100^1.520^0.750^0.120^5^0^5^5^65.0^1.90^30^9^9^0^0^0^0^0^0.20^0.1^0.185^0.152^0.368^90^60.00^~1 fillet~^85.00^~3 oz~^0 ~15061~^~PERCH,MXD SP,CKD,DRY HEAT~^73.25^117^24.86^1.18^1.59^0.00^0.0^^102^1.16^38^257^344^79^1.43^0.192^0.900^16.1^1.7^0.080^0.120^1.900^0.870^0.140^6^0^6^6^^2.20^32^10^10^^^^^^^^0.237^0.195^0.472^115^46.00^~1 fillet~^85.00^~3 oz~^0 ~15062~^~PIKE,NORTHERN,RAW~^78.92^88^19.26^0.69^1.20^0.00^0.0^0.00^57^0.55^31^220^259^39^0.67^0.051^0.240^12.6^3.8^0.058^0.063^2.300^0.750^0.117^15^0^15^15^65.0^2.00^70^21^21^0^0^0^0^0^0.20^0.1^0.118^0.157^0.202^39^198.00^~.5 fillet~^85.00^~3 oz~^0 ~15063~^~PIKE,NORTHERN,CKD,DRY HEAT~^72.97^113^24.69^0.88^1.54^0.00^0.0^^73^0.71^40^282^331^49^0.86^0.065^0.310^16.2^3.8^0.067^0.077^2.800^0.870^0.135^17^0^17^17^^2.30^81^24^24^^^^^^^^0.151^0.201^0.259^50^155.00^~.5 fillet~^85.00^~3 oz~^0 ~15064~^~PIKE,WALLEYE,RAW~^79.31^93^19.14^1.22^1.20^0.00^0.0^^110^1.30^30^210^389^51^0.62^0.178^0.800^12.6^0.0^0.270^0.160^2.300^0.750^0.120^15^0^15^15^^2.00^70^21^21^^^^^^^^0.249^0.294^0.447^86^159.00^~1 fillet~^85.00^~3 oz~^0 ~15065~^~POLLOCK,ATLANTIC,RAW~^78.18^92^19.44^0.98^1.41^0.00^0.0^0.00^60^0.46^67^221^356^86^0.47^0.050^0.015^36.5^0.0^0.047^0.185^3.270^0.358^0.287^3^0^3^3^65.0^3.19^37^11^11^0^0^0^0^0^0.23^0.1^0.135^0.112^0.483^71^193.00^~.5 fillet~^85.00^~3 oz~^0 ~15066~^~POLLOCK,WALLEYE,RAW~^81.56^81^17.18^0.80^1.21^0.00^0.0^0.00^5^0.23^57^376^326^99^0.44^0.043^0.015^21.9^0.0^0.065^0.058^1.290^0.140^0.060^3^0^3^3^65.0^3.10^67^20^20^0^0^0^0^0^0.64^0.1^0.164^0.125^0.412^71^77.00^~1 fillet~^85.00^~3 oz~^0 ~15067~^~POLLOCK,WALLEYE,CKD,DRY HEAT~^74.06^113^23.51^1.12^1.48^0.00^0.0^0.00^6^0.28^73^482^387^116^0.60^0.055^0.020^43.4^0.0^0.074^0.076^1.650^0.160^0.069^4^0^4^4^81.0^4.20^83^25^25^0^0^0^0^0^0.79^0.1^0.231^0.174^0.524^96^60.00^~1 fillet~^85.00^~3 oz~^0 ~15068~^~POMPANO,FLORIDA,RAW~^71.12^164^18.48^9.47^1.10^0.00^0.0^0.00^22^0.60^27^195^381^65^0.72^0.038^0.013^36.5^0.0^0.560^0.120^3.000^0.750^0.200^15^0^15^15^65.0^1.30^110^33^33^0^0^0^0^0^0.18^0.1^3.509^2.586^1.137^50^28.35^~1 oz, boneless~^112.00^~1 fillet~^0 ~15069~^~POMPANO,FLORIDA,CKD,DRY HEAT~^62.97^211^23.69^12.14^1.38^0.00^0.0^^43^0.67^31^341^636^76^0.69^0.078^0.025^46.8^0.0^0.680^0.150^3.800^0.870^0.230^17^0^17^17^^1.20^120^36^36^^^^^^^^4.499^3.315^1.458^64^88.00^~1 fillet~^85.00^~3 oz~^ ~15070~^~ROCKFISH,PACIFIC,MXD SP,RAW~^79.26^94^18.75^1.57^1.20^0.00^0.0^0.00^9^0.41^26^178^405^60^0.41^0.029^0.016^36.5^0.0^0.038^0.069^3.218^0.750^0.230^9^0^9^9^65.0^1.00^190^57^57^0^0^0^0^0^1.25^0.1^0.370^0.330^0.482^35^191.00^~1 fillet~^85.00^~3 oz~^0 ~15071~^~ROCKFISH,PACIFIC,MXD SP,CKD,DRY HEAT~^73.41^121^24.04^2.01^1.54^0.00^0.0^0.00^12^0.53^34^228^520^77^0.53^0.037^0.020^46.8^0.0^0.044^0.084^3.919^0.870^0.270^10^0^10^10^81.0^1.20^238^71^71^0^0^0^0^0^1.56^0.1^0.474^0.447^0.594^44^149.00^~1 fillet~^85.00^~3 oz~^0 ~15072~^~ROE,MIXED SPECIES,RAW~^67.73^143^22.32^6.42^1.37^1.50^0.0^0.00^22^0.60^20^402^221^91^1.00^0.100^0.010^40.3^16.0^0.240^0.740^1.800^1.000^0.160^80^0^80^80^335.4^10.00^299^90^90^0^0^0^0^214^7.00^0.2^1.456^1.661^2.656^374^14.00^~1 tbsp~^28.35^~1 oz~^ ~15073~^~ROUGHY,ORANGE,RAW~^75.67^76^16.41^0.70^1.08^0.00^0.0^0.00^9^1.01^17^107^167^72^0.23^0.075^0.050^66.7^0.0^0.031^0.045^1.530^0.051^0.052^26^0^26^26^^0.38^70^21^21^0^0^0^0^0^1.20^0.7^0.015^0.239^0.109^60^85.00^~3 oz~^^~~^0 ~15074~^~SABLEFISH,RAW~^71.02^195^13.41^15.30^1.05^0.00^0.0^^35^1.28^55^168^358^56^0.32^0.022^0.015^36.5^0.0^0.100^0.090^4.000^0.750^0.300^15^0^15^15^^1.50^310^93^93^^^^^^^^3.201^8.057^2.042^49^193.00^~.5 fillet~^85.00^~3 oz~^0 ~15075~^~SABLEFISH,SMOKED~^60.14^257^17.65^20.14^1.38^0.00^0.0^^50^1.69^74^222^471^737^0.43^0.036^0.020^50.2^0.0^0.130^0.120^5.300^0.990^0.390^20^0^20^20^^2.00^408^123^123^^^^^^^^4.213^10.605^2.688^64^28.35^~1 oz~^85.00^~3 oz~^0 ~15076~^~SALMON,ATLANTIC,WILD,RAW~^68.50^142^19.84^6.34^2.54^0.00^0.0^^12^0.80^29^200^490^44^0.64^0.250^0.016^36.5^0.0^0.226^0.380^7.860^1.664^0.818^25^0^25^25^^3.18^40^12^12^^^^^^^^0.981^2.103^2.539^55^198.00^~.5 fillet~^85.00^~3 oz~^0 ~15077~^~SALMON,CHINOOK,SMOKED~^72.00^117^18.28^4.32^2.62^0.00^0.0^0.00^11^0.85^18^164^175^784^0.31^0.230^0.017^32.4^0.0^0.023^0.101^4.720^0.870^0.278^2^0^2^2^95.0^3.26^87^26^26^0^0^0^0^0^1.35^0.1^0.929^2.023^0.995^23^136.00^~1 cup, cooked~^28.35^~1 oz, boneless~^0 ~15078~^~SALMON,CHINOOK,RAW~^71.64^179^19.93^10.43^1.33^0.00^0.0^0.00^26^0.25^95^289^394^47^0.44^0.041^0.015^36.5^4.0^0.054^0.113^8.420^0.750^0.400^30^0^30^30^^1.30^453^136^136^0^0^0^0^0^1.22^^3.100^4.399^2.799^50^198.00^~.5 fillet~^85.00^~3 oz~^0 ~15079~^~SALMON,CHUM,RAW~^75.38^120^20.14^3.77^1.18^0.00^0.0^^11^0.55^22^283^429^50^0.47^0.055^0.015^36.5^0.0^0.080^0.180^7.000^0.750^0.400^4^0^4^4^^3.00^99^30^30^^^^^^1.09^^0.840^1.541^0.898^74^198.00^~.5 fillet~^85.00^~3 oz~^0 ~15080~^~SALMON,CHUM,DRND SOL W/BONE~^70.77^141^21.43^5.50^2.47^0.00^0.0^0.00^249^0.70^30^354^300^487^1.00^0.100^0.020^43.3^0.0^0.020^0.160^7.000^0.560^0.380^20^0^20^20^85.0^4.40^60^18^18^0^0^0^0^0^1.60^0.1^1.486^1.919^1.517^39^369.00^~1 can~^85.00^~3 oz~^0 ~15081~^~SALMON,COHO,WILD,RAW~^72.66^146^21.62^5.93^1.21^0.00^0.0^0.00^36^0.56^31^262^423^46^0.41^0.051^0.014^36.5^1.0^0.113^0.140^7.230^0.823^0.549^9^0^9^9^94.6^4.17^100^30^30^0^0^0^0^0^0.65^0.1^1.260^2.134^1.992^45^198.00^~.5 fillet~^85.00^~3 oz~^0 ~15082~^~SALMON,COHO,WILD,CKD,MOIST HEAT~^65.39^184^27.36^7.50^1.53^0.00^0.0^^46^0.71^35^298^455^53^0.52^0.065^0.018^46.2^1.0^0.115^0.159^7.779^0.834^0.556^9^0^9^9^^4.48^108^32^32^^^^^^^^1.595^2.702^2.521^57^155.00^~.5 fillet~^85.00^~3 oz~^0 ~15083~^~SALMON,PINK,RAW~^76.35^116^19.94^3.45^1.22^0.00^0.0^0.00^13^0.77^26^230^323^67^0.55^0.077^0.015^44.6^0.0^0.170^0.060^7.000^0.750^0.200^4^0^4^4^94.6^3.00^117^35^35^0^0^0^0^0^0.64^0.4^0.558^0.934^1.353^52^159.00^~.5 fillet~^85.00^~3 oz~^0 ~15084~^~SALMON,PINK,CND,SOL W/BONE&LIQ~^68.81^139^19.78^6.05^2.60^0.00^0.0^0.00^213^0.84^34^329^326^554^0.92^0.102^0.020^33.2^0.0^0.023^0.186^6.536^0.550^0.300^15^0^15^15^87.8^4.40^57^17^17^0^0^0^0^0^0.64^0.4^1.535^1.807^2.049^55^453.60^~1 can~^85.00^~3 oz~^0 ~15085~^~SALMON,SOCKEYE,RAW~^70.24^168^21.30^8.56^1.18^0.00^0.0^0.00^6^0.47^24^215^391^47^0.54^0.052^0.014^33.7^0.0^0.203^0.149^5.780^0.610^0.190^4^0^4^4^94.6^5.00^193^58^58^0^0^0^0^0^0.64^0.4^1.495^4.125^1.879^62^28.35^~1 oz, boneless~^198.00^~.5 fillet~^ ~15086~^~SALMON,SOCKEYE,CKD,DRY HEAT~^61.84^216^27.31^10.97^1.37^0.00^0.0^0.00^7^0.55^31^276^375^66^0.51^0.067^0.020^37.8^0.0^0.215^0.171^6.670^0.700^0.219^5^0^5^5^65.5^5.80^210^63^63^0^0^0^0^0^0.81^0.5^1.917^5.290^2.409^87^155.00^~.5 fillet~^85.00^~3 oz~^ ~15087~^~SALMON,SOCKEYE,CND,DRND SOL W/BONE~^67.51^166^23.33^7.31^2.30^0.00^0.0^0.00^221^0.69^31^315^288^360^1.00^0.149^0.039^34.3^0.0^0.032^0.212^7.621^0.535^0.119^4^0^4^4^82.6^5.50^128^38^38^0^0^0^0^0^2.07^0.1^1.567^2.026^2.053^44^369.00^~1 can~^85.00^~3 oz~^ ~15088~^~SARDINE,ATLANTIC,CND IN OIL,DRND SOL W/BONE~^59.61^208^24.62^11.45^3.38^0.00^0.0^0.00^382^2.92^39^490^397^505^1.31^0.186^0.108^52.7^0.0^0.080^0.227^5.245^0.642^0.167^12^0^12^12^85.0^8.94^108^32^32^0^0^0^0^0^2.04^2.6^1.528^3.869^5.148^142^149.00^~1 cup, drained~^28.35^~1 oz~^0 ~15089~^~SARDINE,PACIFIC,CND IN TOMATO SAU,DRND SOL W/BONE~^66.65^186^20.86^10.46^1.88^0.74^0.1^0.43^240^2.30^34^366^341^414^1.40^0.272^0.206^40.6^1.0^0.044^0.233^4.200^0.730^0.123^24^0^24^24^85.0^9.00^143^34^32^0^21^0^1515^0^1.44^0.4^2.686^4.821^2.112^61^89.00^~1 cup~^370.00^~1 can~^0 ~15090~^~SCUP,RAW~^75.37^105^18.88^2.73^1.21^0.00^0.0^0.00^40^0.53^23^185^287^42^0.48^0.051^0.035^36.5^0.0^0.110^0.100^4.100^0.750^0.300^15^0^15^15^65.0^1.40^90^27^27^0^0^0^0^0^0.50^0.1^0.640^0.560^1.030^52^166.00^~1 cup~^28.35^~1 oz, boneless~^0 ~15091~^~SEA BASS,MXD SP,RAW~^78.27^97^18.43^2.00^1.09^0.00^0.0^0.00^10^0.29^41^194^256^68^0.40^0.019^0.015^36.5^0.0^0.110^0.120^1.600^0.750^0.400^5^0^5^5^65.0^0.30^183^55^55^0^0^0^0^0^0.50^0.1^0.511^0.424^0.743^41^129.00^~1 fillet~^85.00^~3 oz~^0 ~15092~^~SEA BASS,MXD SP,CKD,DRY HEAT~^72.14^124^23.63^2.56^1.40^0.00^0.0^^13^0.37^53^248^328^87^0.52^0.024^0.020^46.8^0.0^0.130^0.150^1.900^0.870^0.460^6^0^6^6^^0.30^213^64^64^^^^^^^^0.655^0.544^0.953^53^101.00^~1 fillet~^85.00^~3 oz~^0 ~11579~^~VEGETABLES,MXD,CND,SOL&LIQUIDS~^90.24^36^1.42^0.25^0.96^7.13^3.8^^21^0.65^15^37^138^224^0.51^0.104^0.427^0.2^3.8^0.034^0.040^0.482^0.114^0.077^18^0^18^18^^0.00^0^0^0^^^^^^^^0.051^0.016^0.120^0^245.00^~1 cup~^^~~^0 ~11581~^~VEGETABLES,MXD,CND,DRND SOL~^87.01^49^2.59^0.25^0.89^9.26^3.0^2.41^27^1.05^16^42^291^149^0.41^0.073^0.568^0.3^5.0^0.046^0.048^0.577^0.143^0.079^24^0^24^24^18.6^0.00^11651^583^0^2636^5670^5^0^493^0.29^18.2^0.051^0.016^0.119^0^163.00^~1 cup~^^~~^0 ~11583~^~VEGETABLES,MXD,FRZ,UNPREP~^82.08^64^3.33^0.52^0.60^13.46^4.0^^25^0.95^24^59^212^47^0.45^0.093^0.244^0.4^10.4^0.122^0.085^1.252^0.163^0.096^29^0^29^29^^0.00^5078^254^0^^^^^^^^0.098^0.031^0.235^0^284.00^~1 package, (10 oz)~^1134.00^~1 pack, (2-1/2 lb)~^0 ~11584~^~VEGETABLES,MXD,FRZ,CKD,BLD,DRND,WO/SALT~^83.23^65^2.86^0.15^0.67^13.09^4.4^3.12^25^0.82^22^51^169^35^0.49^0.083^0.379^0.3^3.2^0.071^0.120^0.851^0.151^0.074^19^0^19^19^24.1^0.00^4277^214^0^968^2082^0^0^637^0.38^23.5^0.031^0.010^0.072^0^275.00^~1 package, (10 oz) yields~^91.00^~.5 cup~^0 ~11587~^~VINESPINACH,(BASELLA),RAW~^93.10^19^1.80^0.30^1.40^3.40^^^109^1.20^65^52^510^24^0.43^0.107^0.735^0.8^102.0^0.050^0.155^0.500^0.053^0.240^140^0^140^140^^0.00^8000^400^0^^^^^^^^^^^0^^~~^^~~^0 ~11588~^~WATERCHESTNUTS,CHINESE,(MATAI),RAW~^73.46^97^1.40^0.10^1.10^23.94^3.0^4.80^11^0.06^22^63^584^14^0.50^0.326^0.331^0.7^4.0^0.140^0.200^1.000^0.479^0.328^16^0^16^16^36.2^0.00^0^0^0^0^0^0^0^0^1.20^0.3^0.026^0.002^0.043^0^62.00^~.5 cup, slices~^36.00^~4 waterchestnuts~^23 ~11590~^~WATERCHESTNUTS,CHINESE,CND,SOL&LIQUIDS~^86.42^50^0.88^0.06^0.34^12.30^2.5^2.46^4^0.87^5^19^118^8^0.38^0.100^0.161^0.7^1.3^0.011^0.024^0.360^0.221^0.159^6^0^6^6^18.5^0.00^0^0^0^0^0^0^0^0^0.50^0.2^0.016^0.001^0.026^0^70.00^~.5 cup, slices~^28.00^~4 waterchestnuts~^0 ~11591~^~WATERCRESS,RAW~^95.11^11^2.30^0.10^1.20^1.29^0.5^0.20^120^0.20^21^60^330^41^0.11^0.077^0.244^0.9^43.0^0.090^0.120^0.200^0.310^0.129^9^0^9^9^9.0^0.00^3191^160^0^0^1914^0^0^5767^1.00^250.0^0.027^0.008^0.035^0^34.00^~1 cup, chopped~^2.50^~1 sprig~^8 ~11593~^~WAXGOURD,(CHINESE PRESERVING MELON),RAW~^96.10^13^0.40^0.20^0.30^3.00^2.9^^19^0.40^10^19^6^111^0.61^0.023^0.058^0.2^13.0^0.040^0.110^0.400^0.133^0.035^5^0^5^5^^0.00^0^0^0^^^^^^^^0.016^0.037^0.087^0^132.00^~1 cup, cubes~^5700.00^~1 waxgourd~^29 ~11594~^~WAXGOURD,(CHINESE PRESERVING MELON),CKD,BLD,DRND,WO/SALT~^96.06^14^0.40^0.20^0.30^3.04^1.0^1.18^18^0.38^10^17^5^107^0.59^0.022^0.056^0.2^10.5^0.034^0.001^0.384^0.121^0.032^4^0^4^4^4.9^0.00^0^0^0^0^0^0^0^197^0.08^2.8^0.016^0.037^0.088^0^175.00^~1 cup, cubes~^^~~^0 ~11595~^~WINGED BNS,IMMAT SEEDS,RAW~^87.04^49^6.95^0.87^0.83^4.31^^^84^1.50^34^37^223^4^0.39^0.051^0.218^1.5^18.3^0.140^0.100^0.900^0.059^0.113^66^0^66^66^^0.00^128^6^0^^^^^^^^0.238^0.250^0.186^0^44.00^~1 cup, slices~^16.00^~1 pod~^2 ~11596~^~WINGED BNS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^90.11^38^5.31^0.66^0.71^3.21^^^61^1.09^30^25^274^4^0.28^0.037^0.158^1.1^9.8^0.086^0.072^0.652^0.041^0.082^35^0^35^35^^0.00^88^4^0^^^^^^^^0.181^0.189^0.142^0^62.00^~1 cup~^^~~^0 ~11597~^~WINGED BEAN LEAVES,RAW~^76.85^74^5.85^1.10^2.10^14.10^^^224^4.00^8^63^176^9^1.28^0.456^1.367^0.9^45.0^0.833^0.602^3.472^0.136^0.232^16^0^16^16^^0.00^8090^405^0^^^^^^^^0.272^0.285^0.213^0^^~~^^~~^ ~11599~^~WINGED BEAN TUBER,RAW~^57.40^148^11.60^0.90^2.00^28.10^^^30^2.00^24^45^586^35^1.39^1.386^0.532^0.7^0.0^0.379^0.149^1.640^0.116^0.075^19^0^19^19^^0.00^0^0^0^^^^^^^^0.222^0.234^0.174^0^^~~^^~~^ ~11601~^~YAM,RAW~^69.60^118^1.53^0.17^0.82^27.88^4.1^0.50^17^0.54^21^55^816^9^0.24^0.178^0.397^0.7^17.1^0.112^0.032^0.552^0.314^0.293^23^0^23^23^16.5^0.00^138^7^0^0^83^0^0^0^0.35^2.3^0.037^0.006^0.076^0^150.00^~1 cup, cubes~^^~~^14 ~11602~^~YAM,CKD,BLD,DRND,OR BKD,WO/SALT~^70.13^116^1.49^0.14^0.76^27.48^3.9^0.49^14^0.52^18^49^670^8^0.20^0.152^0.371^0.7^12.1^0.095^0.028^0.552^0.311^0.228^16^0^16^16^16.2^0.00^122^6^0^0^73^0^0^0^0.34^2.3^0.029^0.005^0.060^0^136.00^~1 cup, cubes~^68.00^~.5 cup, cubes~^0 ~11603~^~YAMBEAN (JICAMA),RAW~^90.07^38^0.72^0.09^0.30^8.82^4.9^1.80^12^0.60^12^18^150^4^0.16^0.048^0.060^0.7^20.2^0.020^0.029^0.200^0.135^0.042^12^0^12^12^13.6^0.00^21^1^0^0^13^0^0^0^0.46^0.3^0.021^0.005^0.043^0^120.00^~1 cup, slices~^130.00^~1 cup~^8 ~11604~^~YAMBEAN (JICAMA),CKD,BLD,DRND,WO/SALT~^90.07^38^0.72^0.09^0.30^8.82^^^11^0.57^11^16^135^4^0.15^0.046^0.057^0.7^14.1^0.017^0.028^0.190^0.121^0.040^8^0^8^8^^0.00^19^1^0^^^^^^^^^^^0^^~~^^~~^0 ~11605~^~BEETS,HARVARD,CND,SOL&LIQUIDS~^80.16^73^0.84^0.06^0.76^18.18^2.5^^11^0.36^19^17^164^162^0.23^0.097^0.241^1.1^2.4^0.010^0.050^0.084^0.150^0.055^29^0^29^29^^0.00^11^1^0^^^^^^^^0.009^0.011^0.019^0^246.00^~1 cup, slices~^^~~^0 ~11609~^~BEETS,PICKLED,CND,SOL&LIQUIDS~^81.88^65^0.80^0.08^0.96^16.28^2.6^^11^0.41^15^17^148^264^0.26^0.116^0.220^1.0^2.3^0.010^0.048^0.251^0.137^0.050^27^0^27^27^^0.00^11^1^0^^^^^^^^0.013^0.016^0.029^0^227.00^~1 cup, slices~^^~~^0 ~11613~^~BORAGE,RAW~^93.00^21^1.80^0.70^1.44^3.06^^^93^3.30^52^53^470^80^0.20^0.130^0.349^0.9^35.0^0.060^0.150^0.900^0.041^0.084^13^0^13^13^^0.00^4200^210^0^^^^^^^^0.170^0.211^0.109^0^89.00^~1 cup, (1" pieces)~^^~~^20 ~11614~^~BORAGE,CKD,BLD,DRND,WO/SALT~^91.88^25^2.09^0.81^1.67^3.55^^^102^3.64^57^55^491^88^0.22^0.143^0.385^0.9^32.5^0.059^0.165^0.940^0.045^0.088^10^0^10^10^^0.00^4385^219^0^^^^^^^^0.197^0.245^0.127^0^^~~^^~~^0 ~11615~^~CHIVES,FREEZE-DRIED~^2.00^311^21.20^3.50^9.01^64.29^26.2^^813^20.00^640^518^2960^70^5.12^0.686^1.350^9.4^660.0^0.900^1.500^5.900^2.106^1.996^108^0^108^108^^0.00^68300^3415^0^^^^^^^^0.591^0.490^1.369^0^0.20^~1 tbsp~^0.80^~.25 cup~^0 ~11616~^~DOCK,RAW~^93.00^22^2.00^0.70^1.10^3.20^2.9^^44^2.40^103^63^390^4^0.20^0.131^0.349^0.9^48.0^0.040^0.100^0.500^0.041^0.122^13^0^13^13^^0.00^4000^200^0^^^^^^^^^^^0^133.00^~1 cup, chopped~^^~~^30 ~11617~^~DOCK,CKD,BLD,DRND,WO/SALT~^93.60^20^1.83^0.64^1.01^2.93^2.6^^38^2.08^89^52^321^3^0.17^0.114^0.303^0.9^26.3^0.034^0.086^0.411^0.036^0.100^8^0^8^8^^0.00^3474^174^0^^^^^^^^^^^0^^~~^^~~^0 ~11618~^~EPPAW,RAW~^60.00^150^4.60^1.80^1.92^31.68^^^110^1.15^32^165^340^12^1.15^0.234^1.094^0.9^13.0^0.110^0.120^0.300^1.172^0.176^24^0^24^24^^0.00^0^0^0^^^^^^^^^^^0^100.00^~1 cup~^^~~^ ~11620~^~HORSERADISH-TREE,PODS,RAW~^88.20^37^2.10^0.20^0.97^8.53^3.2^^30^0.36^45^50^461^42^0.45^0.084^0.259^0.7^141.0^0.053^0.074^0.620^0.794^0.120^44^0^44^44^^0.00^74^4^0^^^^^^^^0.033^0.102^0.003^0^100.00^~1 cup, slices~^11.00^~1 pod, (15-1/3" long)~^48 ~11621~^~HORSERADISH-TREE,PODS,CKD,BLD,DRND,WO/SALT~^88.42^36^2.09^0.19^1.12^8.18^4.2^^20^0.45^42^49^457^43^0.42^0.078^0.241^0.7^97.0^0.046^0.068^0.590^0.701^0.112^30^0^30^30^^0.00^70^4^0^^^^^^^^0.031^0.097^0.003^0^118.00^~1 cup, sliced~^^~~^0 ~11622~^~KALE,SCOTCH,RAW~^87.00^42^2.80^0.60^1.28^8.32^1.7^^205^3.00^88^62^450^70^0.37^0.243^0.648^0.9^130.0^0.070^0.060^1.300^0.076^0.227^28^0^28^28^^0.00^3100^155^0^^^^^^^^0.078^0.045^0.289^0^67.00^~1 cup, chopped~^^~~^39 ~11623~^~KALE,SCOTCH,CKD,BLD,DRND,WO/SALT~^91.20^28^1.90^0.41^0.87^5.63^1.2^^132^1.93^57^38^274^45^0.24^0.156^0.417^0.9^52.8^0.040^0.039^0.792^0.048^0.139^13^0^13^13^^0.00^1994^100^0^^^^^^^^0.053^0.030^0.196^0^130.00^~1 cup, chopped~^^~~^0 ~11624~^~LEEKS,(BULB&LOWER-LEAF PORTION),FREEZE-DRIED~^2.00^321^15.20^2.10^6.05^74.65^10.4^^360^7.60^161^346^2400^35^0.66^0.657^2.634^5.7^118.0^0.800^0.400^3.500^0.767^1.209^366^0^366^366^^0.00^277^14^0^^^^^^^^0.279^0.029^1.161^0^0.20^~1 tbsp~^0.80^~.25 cup~^0 ~11625~^~PARSLEY,FREEZE-DRIED~^2.00^271^31.30^5.20^19.12^42.38^32.7^^176^53.90^372^548^6300^391^6.11^0.459^1.338^32.3^149.0^1.040^2.260^10.400^2.516^1.375^194^0^194^194^^0.00^63240^^^^^^^^^^^^^0^0.40^~1 tbsp~^1.40^~.25 cup~^0 ~11626~^~BEANS,MUNG,MATURE SEEDS,SPROUTED,CND,DRND SOL~^96.10^12^1.40^0.06^0.30^2.14^0.8^1.34^14^0.43^9^32^27^140^0.28^0.157^0.073^0.6^0.3^0.030^0.070^0.220^0.143^0.032^10^0^10^10^7.8^0.00^8^0^0^2^2^2^0^0^0.04^13.4^0.016^0.008^0.020^0^125.00^~1 cup~^^~~^0 ~12130~^~HICKORYNUTS,DRIED~^2.65^657^12.72^64.37^2.00^18.25^6.4^^61^2.12^173^336^436^1^4.31^0.738^4.610^8.1^2.0^0.867^0.131^0.907^1.746^0.192^40^0^40^40^^0.00^131^7^0^^^^^^^^7.038^32.611^21.886^0^120.00^~1 cup~^28.35^~1 oz~^68 ~12131~^~MACADAMIA NUTS,RAW~^1.36^718^7.91^75.77^1.14^13.82^8.6^4.57^85^3.69^130^188^368^5^1.30^0.756^4.131^3.6^1.2^1.195^0.162^2.473^0.758^0.275^11^0^11^11^^0.00^0^0^0^^^^^^0.54^^12.061^58.877^1.502^0^134.00^~1 cup, whole or halves~^28.35^~1 oz, (10-12 kernels)~^69 ~12132~^~MACADAMIA NUTS,DRY RSTD,WO/SALT~^1.61^718^7.79^76.08^1.14^13.38^8.0^4.14^70^2.65^118^198^363^4^1.29^0.570^3.036^11.7^0.7^0.710^0.087^2.274^0.603^0.359^10^0^10^10^44.6^0.00^0^0^0^0^0^0^0^0^0.57^0.0^11.947^59.275^1.498^0^131.60^~1 cup, whole or halves~^28.35^~1 oz, (10-12 kernels)~^0 ~12135~^~MIXED NUTS,DRY RSTD,W/PNUTS,WO/SALT~^1.75^594^17.30^51.45^4.15^25.35^9.0^^70^3.70^225^435^597^12^3.80^1.279^1.937^^0.4^0.200^0.200^4.700^1.205^0.296^50^0^50^50^^0.00^15^1^0^^^^^^^^6.899^31.395^10.768^0^137.00^~1 cup~^28.35^~1 oz~^0 ~12137~^~MIXED NUTS,OIL RSTD,W/PNUTS,WO/SALT~^2.03^617^16.76^56.33^3.47^21.41^9.9^^108^3.21^235^464^581^11^5.08^1.661^1.892^^0.5^0.498^0.222^5.061^1.248^0.240^83^0^83^83^^0.00^19^1^0^^^^^^^^8.725^31.695^13.299^0^142.00^~1 cup~^8.90^~1 tbsp~^0 ~12138~^~MIXED NUTS,OIL RSTD,WO/PNUTS,WO/SALT~^3.15^615^15.52^56.17^2.89^22.27^5.5^^106^2.57^251^449^544^11^4.66^1.795^1.547^^0.5^0.504^0.486^1.964^0.962^0.180^56^0^56^56^^0.00^20^1^0^^^^^^^^9.087^33.137^11.449^0^144.00^~1 cup~^28.35^~1 oz~^0 ~12140~^~FORMULATED,WHEAT-BASED,UNFLAVORED,W/SALT~^2.50^622^13.82^57.70^2.30^23.68^5.2^^26^2.40^58^371^318^505^2.94^0.180^7.919^^0.1^0.300^0.300^1.500^0.310^0.394^142^0^142^142^^0.00^1^0^0^^^^^^^^8.701^23.545^22.714^0^28.35^~1 oz~^^~~^0 ~12142~^~PECANS~^3.52^691^9.17^71.97^1.49^13.86^9.6^3.97^70^2.53^121^277^410^0^4.53^1.200^4.500^3.8^1.1^0.660^0.130^1.167^0.863^0.210^22^0^22^22^40.5^0.00^56^3^0^0^29^9^0^17^1.40^3.5^6.180^40.801^21.614^0^109.45^~1 cup, chopped~^99.19^~1 cup, halves~^47 ~12143~^~PECANS,DRY RSTD,WO/SALT~^1.12^710^9.50^74.27^1.56^13.55^9.4^4.06^72^2.80^132^293^424^1^5.07^1.167^3.933^4.0^0.7^0.450^0.107^1.167^0.703^0.187^16^0^16^16^^0.00^140^7^0^0^84^^^^1.30^^6.283^43.957^20.572^0^28.35^~1 oz~^^~~^0 ~12144~^~PECANS,OIL RSTD,WO/SALT~^1.13^715^9.20^75.23^1.42^13.01^9.5^3.97^67^2.47^121^263^392^1^4.47^1.200^3.700^6.0^0.7^0.473^0.110^1.200^0.737^0.187^15^0^15^15^^0.00^104^5^0^0^62^^^^2.53^^7.238^40.970^23.584^0^110.00^~1 cup~^28.35^~1 oz, (15 halves)~^0 ~12145~^~PILINUTS-CANARYTREE,DRIED~^2.77^719^10.80^79.55^2.91^3.98^^^145^3.53^302^575^507^3^2.97^0.958^2.313^^0.6^0.913^0.093^0.519^0.479^0.115^60^0^60^60^^0.00^41^2^0^^^^^^^^31.184^37.229^7.605^0^120.00^~1 cup~^28.35^~1 oz, (15 kernels)~^81 ~12147~^~NUTS,PINE NUTS,DRIED~^2.28^673^13.69^68.37^2.59^13.08^3.7^3.59^16^5.53^251^575^597^2^6.45^1.324^8.802^0.7^0.8^0.364^0.227^4.387^0.313^0.094^34^0^34^34^55.8^0.00^29^1^0^0^17^0^0^9^9.33^53.9^4.899^18.764^34.071^0^135.08^~1 cup~^28.35^~1 oz, (167 kernels)~^23 ~12149~^~PINE NUTS,PINYON,DRIED~^5.90^629^11.57^60.98^2.26^19.30^10.7^^8^3.06^234^35^628^72^4.28^1.035^4.333^^2.0^1.243^0.223^4.370^0.210^0.111^58^0^58^58^^0.00^29^1^0^^^^^^^^9.377^22.942^25.668^0^28.35^~1 oz~^1.00^~10 nuts~^43 ~12151~^~PISTACHIO NUTS,RAW~^3.97^557^20.61^44.44^3.02^27.97^10.3^7.64^107^4.15^121^490^1025^1^2.20^1.300^1.200^7.0^5.0^0.870^0.160^1.300^0.520^1.700^51^0^51^51^^0.00^553^28^0^0^332^^^^2.30^^5.440^23.319^13.455^0^122.53^~1 cup~^28.35^~1 oz, (49 kernels)~^47 ~12152~^~PISTACHIO NUTS,DRY RSTD,WO/SALT~^1.99^571^21.35^45.97^3.05^27.65^10.3^7.81^110^4.20^120^485^1042^10^2.30^1.325^1.275^9.3^2.3^0.840^0.158^1.425^0.513^1.274^50^0^50^50^71.4^0.00^262^13^0^0^157^0^0^1205^1.93^13.2^5.555^24.216^13.899^0^122.53^~1 cup~^28.35^~1 oz, (49 kernels)~^47 ~12154~^~WALNUTS,BLACK,DRIED~^4.56^618^24.06^59.00^2.47^9.91^6.8^1.10^61^3.12^201^513^523^2^3.37^1.360^3.896^17.0^1.7^0.057^0.130^0.470^1.660^0.583^31^0^31^31^32.1^0.00^40^2^0^0^24^0^0^9^1.80^2.7^3.368^15.004^35.077^0^125.00^~1 cup, chopped~^7.80^~1 tbsp~^76 ~12155~^~WALNUTS,ENGLISH~^4.07^654^15.23^65.21^1.78^13.71^6.7^2.61^98^2.91^158^346^441^2^3.09^1.586^3.414^4.9^1.3^0.341^0.150^1.125^0.570^0.537^98^0^98^98^39.2^0.00^20^1^0^0^12^0^0^9^0.70^2.7^6.126^8.933^47.174^0^117.09^~1 cup, chopped~^80.00^~1 cup, ground~^55 ~12158~^~BREADFRUIT SEEDS,ROASTED~^49.70^207^6.20^2.70^1.30^40.10^6.0^^86^0.90^62^175^1082^28^1.03^1.321^0.163^^7.6^0.410^0.240^7.400^1.009^0.420^59^0^59^59^^0.00^294^15^0^^^^^^^^0.729^0.344^1.438^0^28.35^~1 oz~^^~~^0 ~12160~^~COTTONSEED KRNLS,RSTD (GLANDLESS)~^4.65^506^32.59^36.29^4.58^21.90^5.5^^100^5.40^440^800^1350^25^6.00^1.200^2.181^^9.0^0.750^0.255^3.000^0.456^0.782^233^0^233^233^^0.00^442^22^0^^^^^^^^9.699^6.919^18.068^0^149.00^~1 cup~^10.00^~1 tbsp~^0 ~12163~^~PUMPKIN&SQUASH SEEDS,WHL,RSTD,WO/SALT~^4.50^446^18.55^19.40^3.80^53.75^^^55^3.31^262^92^919^18^10.30^0.690^0.496^^0.3^0.034^0.052^0.286^0.056^0.037^9^0^9^9^^0.00^62^3^0^^^^^^^^3.670^6.032^8.844^0^64.00^~1 cup~^28.35^~1 oz, (85 seeds)~^0 ~12166~^~SESAME BUTTER,TAHINI,FROM RSTD&TSTD KRNLS (MOST COMMON TYPE)~^3.05^595^17.00^53.76^5.00^21.19^9.3^0.49^426^8.95^95^732^414^115^4.62^1.610^1.456^1.7^0.0^1.220^0.473^5.450^0.693^0.149^98^0^98^98^25.8^0.00^67^3^0^0^40^0^0^0^0.25^0.0^7.529^20.302^23.564^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~12167~^~CHESTNUTS,EUROPEAN,RSTD~^40.48^245^3.17^2.20^1.20^52.96^5.1^10.60^29^0.91^33^107^592^2^0.57^0.507^1.180^1.2^26.0^0.243^0.175^1.342^0.554^0.497^70^0^70^70^1.5^0.00^24^1^0^0^14^0^0^13^0.50^7.8^0.414^0.759^0.869^0^143.00^~1 cup~^28.35^~1 oz, (3 kernels)~^37 ~12169~^~SESAME BUTTER,PASTE~^1.60^586^18.08^50.87^5.40^24.05^5.5^^960^19.20^362^659^582^12^7.29^4.214^2.540^5.9^0.0^0.240^0.200^6.700^0.052^0.816^100^0^100^100^^0.00^50^3^0^^^^^^^^7.124^19.209^22.296^0^16.00^~1 tbsp~^^~~^0 ~12170~^~SESAME FLOUR,HIGH-FAT~^0.90^526^30.78^37.10^4.60^26.62^^^159^15.17^361^807^423^41^10.67^1.520^1.489^^0.0^2.684^0.286^13.369^2.928^0.152^31^0^31^31^^0.00^69^3^0^^^^^^^^5.196^14.010^16.261^0^28.35^~1 oz~^^~~^0 ~12171~^~SESAME BUTTER,TAHINI,FROM UNROASTED KRNLS~^3.00^607^17.95^56.44^4.73^17.89^9.3^^141^6.35^353^790^459^1^10.45^1.488^1.457^^0.0^1.587^0.120^5.644^0.694^0.149^98^0^98^98^^0.00^67^3^0^^^^^^^^7.904^21.313^24.737^0^14.00^~1 tbsp~^28.35^~1 oz~^0 ~12174~^~WATERMELON SD KRNLS,DRIED~^5.05^557^28.33^47.37^3.94^15.31^^^54^7.28^515^755^648^99^10.24^0.686^1.614^^0.0^0.190^0.145^3.550^0.346^0.089^58^0^58^58^^0.00^0^0^0^^^^^^^^9.779^7.407^28.094^0^108.00^~1 cup~^28.35^~1 oz~^63 ~12175~^~CHESTNUTS,JAPANESE,DRIED~^9.96^360^5.25^1.24^2.11^81.43^^^72^3.38^115^169^768^34^2.57^1.312^3.711^^61.3^0.802^0.380^3.500^0.481^0.659^109^0^109^109^^0.00^86^4^0^^^^^^^^0.183^0.650^0.322^0^155.00^~1 cup~^28.35^~1 oz~^34 ~12176~^~COCONUT MILK,FRZ (LIQ EXPRESSED FROM GRATED MEAT&H2O)~^71.42^202^1.61^20.80^0.59^5.58^^^4^0.81^32^59^232^12^0.59^0.235^0.809^^1.1^0.023^0.000^0.671^0.161^0.030^14^0^14^14^^0.00^0^0^0^^^^^^^^18.445^0.885^0.228^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~12177~^~COCONUT MEAT,DRIED (DESICCATED),CRMD~^1.67^684^5.30^69.08^2.44^21.52^^^26^3.36^92^209^551^37^2.04^0.807^2.783^^1.5^0.061^0.101^0.611^0.811^0.304^9^0^9^9^^0.00^0^0^0^^^^^^^^61.257^2.939^0.756^0^28.35^~1 oz~^^~~^0 ~13957~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,SEL,CKD,RSTD~^63.45^201^26.44^9.78^1.06^0.00^0.0^0.00^21^1.62^23^212^338^56^4.82^0.073^0.009^28.7^0.0^0.077^0.138^6.906^0.522^0.579^8^0^8^8^100.7^1.37^0^0^0^0^0^0^0^0^0.39^1.4^3.595^4.841^0.321^74^547.32^~1 roast, (yield from 666 g raw meat)~^^~~^1 ~13958~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,SEL,RAW~^70.73^157^20.64^7.68^1.06^0.00^0.0^0.00^24^1.51^21^194^321^53^3.54^0.073^0.010^24.1^0.0^0.074^0.112^5.516^0.585^0.570^11^0^11^11^86.2^0.98^0^0^0^0^0^0^0^0^0.31^1.2^2.822^3.816^0.354^58^^~~^^~~^1 ~13959~^~BEEF,RND,TOP RND,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^61.85^188^31.61^5.89^1.22^0.00^0.0^0.00^7^2.53^20^193^252^41^5.20^0.074^0.011^31.7^0.0^0.073^0.168^5.525^0.623^0.415^10^0^10^10^120.4^1.76^0^0^0^0^0^0^0^0^0.41^1.4^2.116^2.493^0.222^66^276.57^~1 steak, (yield from 381 g raw meat)~^^~~^0 ~13961~^~BEEF,CHUCK,MOCK TENDER STK,LN,0" FAT,USDA CHOIC,CKD,BRLD~^65.59^161^25.74^5.69^1.50^0.00^0.0^0.00^8^3.02^23^234^293^73^7.83^0.121^^25.2^0.0^0.110^0.229^3.613^^0.320^8^0^8^8^98.0^3.37^0^0^0^0^0^0^0^0^0.16^^1.710^2.710^0.400^65^85.00^~3 oz, (1 serving)~^^~~^5 ~13963~^~BEEF,CHUCK,MOCK TENDER STK,LN,0" FAT,USDA SEL,CKD,BRLD~^67.26^157^26.13^5.02^1.15^0.00^0.0^0.00^7^2.80^23^217^293^68^7.83^0.112^^25.3^0.0^0.112^0.232^3.668^^0.324^8^0^8^8^99.5^3.42^0^0^0^0^0^0^0^0^0.16^^2.000^2.460^0.360^59^85.00^~3 oz, ( 1 serving )~^^~~^3 ~13965~^~BEEF,CHUCK,TOP BLADE,LN ONLY,TO 0" FAT,USDA CHOIC,CKD,BRLD~^61.63^217^26.11^11.65^1.03^0.00^0.0^0.00^7^2.81^24^218^304^68^8.92^0.113^^20.0^0.0^0.112^0.232^3.665^^0.324^8^0^8^8^99.4^3.42^0^0^0^0^0^0^0^0^0.18^^3.620^5.730^0.410^57^85.00^~3 oz, ( 1 serving )~^^~~^15 ~13967~^~BEEF,CHUCK,TOP BLADE,LN ONLY,TO 0" FAT,USDA SEL,CKD,BRLD~^64.32^184^26.16^8.00^1.21^0.00^0.0^0.00^7^2.80^24^217^304^68^8.92^0.112^^20.0^0.0^0.141^0.228^4.049^^0.478^9^0^9^9^99.6^3.78^0^0^0^0^0^0^0^0^0.16^^2.710^3.330^0.310^66^85.00^~3 oz, ( 1 serving )~^^~~^19 ~13968~^~BEEF,RND,TOP RND,LN & FAT,0" FAT,CHOIC,CKD,BRLD~^60.00^200^31.57^7.17^1.26^0.00^0.0^0.00^7^2.67^21^197^260^42^5.34^0.071^0.011^34.0^0.0^0.065^0.177^5.708^0.622^0.415^10^0^10^10^120.3^1.90^0^0^0^0^0^0^0^0^0.43^1.5^2.578^3.037^0.270^80^283.73^~1 steak, (yield from 396 g raw meat)~^^~~^0 ~13969~^~BEEF,RND,TOP RND,LN & FAT,0" FAT,SEL,CKD,BRLD~^63.71^177^31.65^4.60^1.17^0.00^0.0^0.00^8^2.53^21^199^257^42^5.34^0.081^0.011^31.2^0.0^0.080^0.159^5.340^0.625^0.416^10^0^10^10^120.5^1.62^0^0^0^0^0^0^0^0^0.39^1.4^1.654^1.949^0.173^51^269.40^~1 steak, (yield from 368 g meat)~^^~~^0 ~13970~^~BEEF,FLANK,LN & FAT,0" FAT,ALL GRDS,RAW~^70.73^155^21.22^7.17^1.00^0.00^0.0^0.00^25^1.55^22^195^328^54^3.70^0.072^0.012^23.9^0.0^0.066^0.102^6.257^0.610^0.579^11^0^11^11^88.6^1.09^0^0^0^0^0^0^0^0^0.31^1.2^2.978^2.924^0.277^35^^~~^^~~^0 ~13971~^~BEEF,FLANK,LN & FAT,0" FAT,SEL,RAW~^71.99^145^21.22^6.06^0.98^0.00^0.0^0.00^24^1.54^22^197^326^54^3.60^0.074^0.010^24.5^0.0^0.076^0.115^5.671^0.601^0.586^11^0^11^11^88.6^1.01^0^0^0^0^0^0^0^0^0.30^1.2^2.514^2.469^0.234^30^^~~^^~~^1 ~13977~^~BEEF,PLATE,INSIDE SKIRT STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^61.77^205^26.66^10.06^1.09^0.00^0.0^0.00^11^2.83^24^236^295^76^7.43^0.095^^19.9^0.0^0.092^0.194^3.820^^0.327^7^0^7^7^101.5^3.80^0^0^0^0^0^0^0^0^0.11^^3.850^5.220^0.360^59^85.00^~3 oz, ( 1 serving )~^^~~^3 ~13979~^~BEEF,PLATE,OUTSIDE SKIRT STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^59.17^233^24.18^14.37^0.95^0.00^0.0^0.00^10^2.66^25^221^393^94^5.72^0.089^^18.7^0.0^0.119^0.195^4.331^^0.495^8^0^8^8^92.1^4.30^0^0^0^0^0^0^0^0^0.11^^5.970^7.380^0.600^58^85.00^~3 oz, ( 1 serving )~^^~~^5 ~13985~^~BF,LOIN,BTTM SIRLOIN BUTT,TRI-TIP,LN,0" FAT,ALL GRD,CKD,RSTD~^64.67^182^26.75^8.34^1.08^0.00^0.0^0.00^17^1.69^23^211^340^55^4.93^0.079^0.010^30.9^0.0^0.073^0.136^7.655^0.526^0.574^9^0^9^9^101.9^1.53^0^0^0^0^0^0^0^0^0.38^1.3^3.108^4.205^0.268^71^85.00^~1 serving~^569.01^~1 roast~^6 ~13987~^~BEEF,BTTM SIRLOIN,TRI-TIP STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^51.67^250^30.68^13.16^1.49^0.00^0.0^0.00^12^3.74^26^272^449^73^7.26^0.162^^10.0^0.0^0.131^0.293^4.324^^0.455^10^0^10^10^116.9^2.88^0^0^0^0^0^0^0^0^0.18^^4.870^6.930^0.460^67^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^4 ~14003~^~ALCOHOLIC BEV,BEER,REG,ALL~^91.96^43^0.46^0.00^0.16^3.55^0.0^0.00^4^0.02^6^14^27^4^0.01^0.005^0.008^0.6^0.0^0.005^0.025^0.513^0.041^0.046^6^0^6^6^10.1^0.02^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^356.00^~1 can~^29.70^~1 fl oz~^0 ~14004~^~ALCOHOLIC BEV,BEER,REG,BUDWEISER~^92.77^41^0.36^0.00^0.11^2.97^0.0^^4^0.00^7^13^33^3^0.00^0.003^0.009^^^^^^^^^^^^^^^^^^^^^^^^^^^0^29.78^~1 fl oz~^357.00^~12 fl oz~^0 ~14005~^~ALCOHOLIC BEV,BEER,LT,BUDWEISER SEL~^95.30^28^0.20^0.00^0.08^0.87^0.0^^4^0.00^6^^26^3^0.01^0.001^0.007^^^^^^^^^^^^^^^^^^^^^^^^^^^0^29.54^~1 fluid ounce~^354.51^~12 fluid ounce~^0 ~14006~^~ALCOHOLIC BEV,BEER,LT~^94.88^29^0.24^0.00^0.09^1.64^0.0^0.09^4^0.03^5^12^21^4^0.01^0.006^0.006^0.4^0.0^0.005^0.015^0.391^0.030^0.034^6^0^6^6^8.8^0.02^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.50^~1 fl oz~^354.00^~1 can, or bottle (12 fl oz)~^0 ~14007~^~ALCOHOLIC BEV,BEER,LT,BUD LT~^95.00^31^0.25^0.00^0.11^1.86^0.0^^3^0.00^7^11^26^3^0.00^0.002^0.006^^^^^^^^^^^^^^^^^^^^^^^^^^^0^29.49^~1 fl oz~^353.88^~12 fl oz~^0 ~14009~^~ALCOHOLIC BEV,DAIQUIRI,CND~^74.60^125^0.00^0.00^0.10^15.70^0.0^^0^0.01^1^2^11^40^0.03^0.016^0.005^0.1^1.3^0.001^0.001^0.014^0.007^0.003^1^0^1^1^^0.00^2^0^0^^^^^^^^0.000^^^0^30.50^~1 fl oz~^207.00^~1 can, (6.8 fl oz, 200 ml)~^0 ~15093~^~SEATROUT,MXD SP,RAW~^78.09^104^16.74^3.61^1.26^0.00^0.0^^17^0.27^31^250^341^58^0.45^0.030^0.015^36.5^0.0^0.060^0.170^2.400^0.750^0.400^5^0^5^5^^3.00^100^30^30^^^^^^^^1.009^0.884^0.725^83^238.00^~1 fillet~^85.00^~3 oz~^0 ~15094~^~SHAD,AMERICAN,RAW~^68.19^197^16.93^13.77^1.32^0.00^0.0^0.00^47^0.97^30^272^384^51^0.37^0.064^0.042^36.5^0.0^0.150^0.240^8.400^0.750^0.400^15^0^15^15^65.0^0.15^110^33^33^0^0^0^0^0^1.00^0.1^3.126^5.724^3.268^75^184.00^~1 fillet~^85.00^~3 oz~^0 ~15095~^~SHARK,MIXED SPECIES,RAW~^73.58^130^20.98^4.51^1.39^0.00^0.0^0.00^34^0.84^49^210^160^79^0.43^0.033^0.015^36.5^0.0^0.042^0.062^2.938^0.695^0.400^3^0^3^3^65.0^1.49^233^70^70^0^0^0^0^0^1.00^0.1^0.925^1.808^1.195^51^^~~^^~~^0 ~15096~^~SHARK,MXD SP,CKD,BATTER-DIPPED&FRIED~^60.09^228^18.62^13.82^1.25^6.39^0.0^^50^1.11^43^194^155^122^0.48^0.042^0.050^34.0^0.0^0.072^0.097^2.783^0.620^0.300^15^10^5^22^^1.21^180^54^54^^^^^^^^3.205^5.935^3.701^59^85.00^~3 oz~^^~~^0 ~15097~^~SHEEPSHEAD,RAW~^77.97^108^20.21^2.41^1.09^0.00^0.0^^21^0.46^32^313^404^71^0.39^0.031^0.013^36.5^0.0^0.010^0.040^1.500^0.750^0.300^15^0^15^15^^2.00^100^30^30^^^^^^^^0.609^0.728^0.518^50^238.00^~1 fillet~^85.00^~3 oz~^0 ~15098~^~SHEEPSHEAD,CKD,DRY HEAT~^69.04^126^26.02^1.63^1.44^0.00^0.0^^37^0.67^35^350^512^73^0.63^0.122^0.021^51.3^0.0^0.010^0.050^1.800^0.870^0.350^17^0^17^17^^2.30^115^35^35^^^^^^^^0.360^0.350^0.382^64^186.00^~1 fillet~^85.00^~3 oz~^0 ~15099~^~SMELT,RAINBOW,RAW~^78.77^97^17.63^2.42^1.40^0.00^0.0^0.00^60^0.90^30^230^290^60^1.65^0.139^0.700^36.5^0.0^0.010^0.120^1.450^0.638^0.150^4^0^4^4^65.0^3.44^50^15^15^0^0^0^0^0^0.50^0.1^0.452^0.641^0.885^70^85.00^~3 oz~^^~~^0 ~15100~^~SMELT,RAINBOW,CKD,DRY HEAT~^72.79^124^22.60^3.10^1.79^0.00^0.0^^77^1.15^38^295^372^77^2.12^0.178^0.900^46.8^0.0^0.010^0.146^1.766^0.740^0.170^5^0^5^5^^3.97^58^17^17^^^^^^^^0.579^0.822^1.135^90^85.00^~3 oz~^^~~^0 ~15101~^~SNAPPER,MIXED SPECIES,RAW~^76.87^100^20.51^1.34^1.31^0.00^0.0^0.00^32^0.18^32^198^417^64^0.36^0.028^0.013^38.2^1.6^0.046^0.003^0.284^0.750^0.400^5^0^5^5^65.0^3.00^100^30^30^0^0^0^0^0^0.50^0.1^0.285^0.251^0.459^37^218.00^~1 fillet~^85.00^~3 oz~^0 ~15102~^~SNAPPER,MXD SP,CKD,DRY HEAT~^70.35^128^26.30^1.72^1.41^0.00^0.0^^40^0.24^37^201^522^57^0.44^0.046^0.017^49.0^1.6^0.053^0.004^0.346^0.870^0.460^6^0^6^6^^3.50^115^35^35^^^^^^^^0.365^0.322^0.588^47^170.00^~1 fillet~^85.00^~3 oz~^0 ~15103~^~SPOT,RAW~^75.95^123^18.51^4.90^1.06^0.00^0.0^^14^0.32^42^186^496^29^0.51^0.046^0.035^36.5^0.0^0.160^0.220^7.000^0.750^0.400^5^0^5^5^^3.00^100^30^30^^^^^^^^1.450^1.330^1.090^60^64.00^~1 fillet~^85.00^~3 oz~^0 ~15104~^~STURGEON,MXD SP,RAW~^76.55^105^16.14^4.04^1.10^0.00^0.0^0.00^13^0.70^35^211^284^54^0.42^0.041^0.025^12.6^0.0^0.070^0.070^8.300^0.750^0.200^15^0^15^15^65.0^2.20^700^210^210^0^0^0^0^0^0.50^0.1^0.915^1.939^0.690^60^85.00^~3 oz~^^~~^0 ~15105~^~STURGEON,MXD SP,CKD,DRY HEAT~^69.94^135^20.70^5.18^1.41^0.00^0.0^0.00^17^0.90^45^271^364^69^0.54^0.053^0.030^16.2^0.0^0.080^0.090^10.100^0.870^0.230^17^0^17^17^81.0^2.50^875^263^263^0^0^0^0^0^0.63^0.1^1.173^2.486^0.885^77^136.00^~1 cup, cooked~^28.35^~1 oz, boneless~^0 ~15106~^~STURGEON,MXD SP,SMOKED~^62.50^173^31.20^4.40^1.90^0.00^0.0^0.00^17^0.93^47^281^379^739^0.56^0.050^0.030^20.1^0.0^0.090^0.090^11.100^1.000^0.270^20^0^20^20^95.0^2.90^933^280^280^0^0^0^0^0^0.50^0.1^1.037^2.356^0.436^80^28.35^~1 oz~^85.00^~3 oz~^0 ~15107~^~SUCKER,WHITE,RAW~^79.71^92^16.76^2.32^1.46^0.00^0.0^^70^1.30^30^210^380^40^0.75^0.195^0.600^12.6^0.0^0.010^0.070^1.200^0.750^0.200^15^0^15^15^^2.00^170^51^51^^^^^^^^0.452^0.706^0.807^41^159.00^~1 fillet~^85.00^~3 oz~^0 ~15108~^~SUNFISH,PUMPKIN SEED,RAW~^79.50^89^19.40^0.70^1.10^0.00^0.0^^80^1.20^30^180^350^80^1.55^0.300^0.700^12.6^1.0^0.080^0.070^1.200^0.750^0.120^15^0^15^15^^2.00^50^15^15^^^^^^^^0.139^0.117^0.246^67^48.00^~1 fillet~^85.00^~3 oz~^0 ~15109~^~SURIMI~^76.34^99^15.18^0.90^0.72^6.85^0.0^0.00^9^0.26^43^282^112^143^0.33^0.032^0.011^28.1^0.0^0.020^0.021^0.220^0.070^0.030^2^0^2^2^^1.60^67^20^20^0^0^0^0^0^0.63^0.1^0.191^0.149^0.443^30^28.35^~1 oz~^85.00^~3 oz~^0 ~15110~^~SWORDFISH,RAW~^75.62^121^19.80^4.01^1.48^0.00^0.0^0.00^4^0.81^27^263^288^90^1.15^0.126^0.019^48.1^1.1^0.037^0.095^9.680^0.412^0.330^2^0^2^2^65.0^1.75^120^36^36^0^0^0^0^0^0.50^0.1^1.097^1.545^0.922^39^136.00^~1 piece, (4-1/2" x 2-1/8" x 7/8")~^85.00^~3 oz~^0 ~15111~^~SWORDFISH,COOKED,DRY HEAT~^68.75^155^25.39^5.14^1.89^0.00^0.0^^6^1.04^34^337^369^115^1.47^0.162^0.020^61.7^1.1^0.043^0.116^11.790^0.380^0.381^2^0^2^2^^2.02^137^41^41^^^^^^^^1.406^1.981^1.182^50^106.00^~1 piece~^85.00^~3 oz~^0 ~15112~^~TILEFISH,RAW~^78.90^96^17.50^2.31^1.14^0.00^0.0^^26^0.25^28^187^433^53^0.37^0.041^0.010^36.5^0.0^0.120^0.160^2.900^0.750^0.260^15^0^15^15^^2.20^60^18^18^^^^^^^^0.441^0.571^0.599^50^193.00^~.5 fillet~^85.00^~3 oz~^0 ~15113~^~TILEFISH,COOKED,DRY HEAT~^70.24^147^24.49^4.69^1.36^0.00^0.0^^26^0.31^33^236^512^59^0.53^0.052^0.015^51.5^0.0^0.140^0.190^3.500^0.870^0.300^17^0^17^17^^2.50^69^21^21^^^^^^^^0.868^1.332^1.246^64^150.00^~.5 fillet~^85.00^~3 oz~^0 ~15114~^~TROUT,MIXED SPECIES,RAW~^71.42^148^20.77^6.61^1.17^0.00^0.0^0.00^43^1.50^22^245^361^52^0.66^0.188^0.851^12.6^0.5^0.350^0.330^4.500^1.940^0.200^13^0^13^13^65.0^7.79^57^17^17^0^0^0^0^0^0.20^0.1^1.149^3.254^1.499^58^79.00^~1 fillet~^85.00^~3 oz~^0 ~15115~^~TROUT,RAINBOW,WILD,RAW~^71.87^119^20.48^3.46^1.31^0.00^0.0^^67^0.70^31^271^481^31^1.08^0.109^0.158^12.6^2.4^0.123^0.105^5.384^0.928^0.406^12^0^12^12^^4.45^62^19^19^^^^^^^^0.722^1.129^1.237^59^159.00^~1 fillet~^85.00^~3 oz~^0 ~15116~^~TROUT,RAINBOW,WILD,CKD,DRY HEAT~^70.50^150^22.92^5.82^1.60^0.00^0.0^^86^0.38^31^269^448^56^0.51^0.058^0.021^13.2^2.0^0.152^0.097^5.770^1.065^0.346^19^0^19^19^^6.30^50^15^15^^^^^^^^1.619^1.746^1.831^69^143.00^~1 fillet~^85.00^~3 oz~^0 ~15117~^~TUNA,FRESH,BLUEFIN,RAW~^68.09^144^23.33^4.90^1.18^0.00^0.0^0.00^8^1.02^50^254^252^39^0.60^0.086^0.015^36.5^0.0^0.241^0.251^8.654^1.054^0.455^2^0^2^2^65.0^9.43^2183^655^655^0^0^0^0^0^1.00^0.0^1.257^1.600^1.433^38^85.00^~3 oz~^^~~^0 ~15118~^~TUNA,FRSH,BLUEFIN,CKD,DRY HEAT~^59.09^184^29.91^6.28^1.51^0.00^0.0^^10^1.31^64^326^323^50^0.77^0.110^0.020^46.8^0.0^0.278^0.306^10.540^1.370^0.525^2^0^2^2^^10.88^2520^757^757^^^^^^^^1.612^2.053^1.844^49^85.00^~3 oz~^^~~^0 ~15119~^~TUNA,LT,CND IN OIL,DRND SOL~^59.83^198^29.13^8.21^2.76^0.00^0.0^0.00^13^1.39^31^311^207^354^0.90^0.071^0.015^76.0^0.0^0.038^0.120^12.400^0.370^0.110^5^0^5^5^29.3^2.20^77^23^23^0^0^0^0^0^0.87^44.0^1.534^2.949^2.885^18^146.00^~1 cup, solid or chunks~^28.35^~1 oz~^0 ~15121~^~TUNA,LT,CND IN H2O,DRND SOL~^74.51^116^25.51^0.82^1.48^0.00^0.0^0.00^11^1.53^27^163^237^338^0.77^0.051^0.011^80.4^0.0^0.032^0.074^13.280^0.214^0.350^4^0^4^4^29.3^2.99^57^17^17^0^0^0^0^0^0.33^0.2^0.234^0.159^0.337^30^154.00^~1 cup, solid or chunks~^28.35^~1 oz~^ ~15123~^~TUNA,FRESH,SKIPJACK,RAW~^70.58^103^22.00^1.01^1.30^0.00^0.0^^29^1.25^34^222^407^37^0.82^0.086^0.015^36.5^1.0^0.033^0.100^15.400^0.420^0.850^9^0^9^9^^1.90^52^16^16^^^^^^^^0.328^0.190^0.315^47^198.00^~.5 fillet~^85.00^~3 oz~^0 ~15124~^~TUNA,WHITE,CND IN OIL,DRND SOL~^64.02^186^26.53^8.08^2.18^0.00^0.0^0.00^4^0.65^34^267^333^396^0.47^0.130^0.016^60.1^0.0^0.017^0.079^11.698^0.370^0.430^5^0^5^5^^2.20^16^5^5^0^0^0^0^0^2.30^6.9^1.280^3.262^2.972^31^178.00^~1 can~^85.00^~3 oz~^0 ~15126~^~TUNA,WHITE,CND IN H2O,DRND SOL~^73.19^128^23.62^2.97^1.46^0.00^0.0^0.00^14^0.97^33^217^237^377^0.48^0.039^0.019^65.7^0.0^0.008^0.044^5.799^0.124^0.217^2^0^2^2^29.3^1.17^20^6^6^0^0^0^0^0^0.85^2.5^0.792^0.784^1.109^42^172.00^~1 can~^85.00^~3 oz~^0 ~15127~^~TUNA,FRESH,YELLOWFIN,RAW~^70.99^108^23.38^0.95^1.34^0.00^0.0^0.00^16^0.73^50^191^444^37^0.52^0.064^0.015^36.5^1.0^0.434^0.047^9.800^0.750^0.900^2^0^2^2^65.0^0.52^60^18^18^0^0^0^0^0^0.50^0.1^0.235^0.154^0.284^45^28.35^~1 oz, boneless~^16.00^~1 cubic inch, boneless~^0 ~15128~^~TUNA SALAD~^63.16^187^16.04^9.26^2.14^9.41^0.0^^17^1.00^19^178^178^402^0.56^0.145^0.040^41.2^2.2^0.031^0.070^6.700^0.260^0.081^8^0^8^8^^1.20^97^24^22^^^^^^^^1.544^2.887^4.122^13^205.00^~1 cup~^85.00^~3 oz~^0 ~15129~^~TURBOT,EUROPEAN,RAW~^76.95^95^16.05^2.95^2.10^0.00^0.0^^18^0.36^51^129^238^150^0.22^0.037^0.017^36.5^1.7^0.066^0.080^2.200^0.570^0.210^8^0^8^8^^2.20^35^11^11^^^^^^^^0.750^0.610^0.880^48^204.00^~.5 fillet~^85.00^~3 oz~^0 ~15130~^~WHITEFISH,MXD SP,RAW~^72.77^134^19.09^5.86^1.12^0.00^0.0^0.00^26^0.37^33^270^317^51^0.99^0.072^0.067^12.6^0.0^0.140^0.120^3.000^0.750^0.300^15^0^15^15^65.0^1.00^120^36^36^0^0^0^0^0^0.20^0.1^0.906^1.996^2.149^60^198.00^~1 fillet~^85.00^~3 oz~^0 ~15131~^~WHITEFISH,MXD SP,SMOKED~^70.83^108^23.40^0.93^5.06^0.00^0.0^0.00^18^0.50^23^132^423^1019^0.49^0.315^0.034^13.5^0.0^0.032^0.101^2.400^0.104^0.389^7^0^7^7^95.0^3.26^190^57^57^0^0^0^0^0^0.20^0.1^0.228^0.278^0.293^33^136.00^~1 cup, cooked~^28.35^~1 oz, boneless~^0 ~11632~^~PEPPERS,JALAPENO,CND,SOL&LIQUIDS~^88.89^27^0.92^0.94^4.51^4.74^2.6^2.14^23^1.88^15^18^193^1671^0.34^0.146^0.114^0.4^10.0^0.043^0.038^0.403^0.416^0.190^14^0^14^14^^0.00^1700^85^0^32^968^72^0^657^0.69^12.9^0.097^0.053^0.514^0^136.00^~1 cup, chopped~^104.00^~1 cup, sliced~^0 ~11634~^~PEPPERS,SWT,GRN,FREEZE-DRIED~^2.00^314^17.90^3.00^8.40^68.70^21.3^38.48^134^10.40^188^327^3170^193^2.41^1.389^1.897^3.7^1900.0^1.200^1.200^7.400^0.488^2.223^229^0^229^229^89.0^0.00^5640^282^0^313^3177^100^0^5199^4.00^118.6^0.447^0.202^1.607^0^0.40^~1 tbsp~^1.60^~.25 cup~^0 ~11637~^~RADISHES,WHITE ICICLE,RAW~^95.37^14^1.10^0.10^0.80^2.63^1.4^^27^0.80^9^28^280^16^0.13^0.099^0.033^0.7^29.0^0.030^0.020^0.300^0.184^0.075^14^0^14^14^^0.00^0^0^0^^^^^^^^0.030^0.016^0.045^0^50.00^~.5 cup, slices~^17.00^~1 radish, (7" long)~^35 ~11640~^~SHALLOTS,FREEZE-DRIED~^2.00^348^12.30^0.50^4.50^80.70^^^183^6.00^104^296^1650^59^1.93^0.425^1.417^5.7^39.0^0.300^0.100^1.000^1.408^1.675^116^0^116^116^^0.00^56099^2805^0^^^^^^^^0.084^0.070^0.196^0^0.90^~1 tbsp~^3.60^~.25 cup~^0 ~11641~^~SQUASH,SMMR,ALL VAR,RAW~^94.64^16^1.21^0.18^0.62^3.35^1.1^2.20^15^0.35^17^38^262^2^0.29^0.051^0.175^0.2^17.0^0.048^0.142^0.487^0.155^0.218^29^0^29^29^6.7^0.00^200^10^0^0^120^0^0^2125^0.12^3.0^0.044^0.016^0.089^0^113.00^~1 cup, sliced~^323.00^~1 large~^5 ~11642~^~SQUASH,SMMR,ALL VAR,CKD,BLD,DRND,WO/SALT~^93.70^20^0.91^0.31^0.77^4.31^1.4^2.59^27^0.36^24^39^192^1^0.39^0.103^0.213^0.2^5.5^0.044^0.041^0.513^0.137^0.065^20^0^20^20^7.9^0.00^212^11^0^0^127^0^0^2249^0.14^3.5^0.064^0.023^0.131^0^180.00^~1 cup, sliced~^^~~^0 ~11643~^~SQUASH,WNTR,ALL VAR,RAW~^89.76^34^0.95^0.13^0.57^8.59^1.5^2.20^28^0.58^14^23^350^4^0.21^0.071^0.163^0.4^12.3^0.030^0.062^0.500^0.188^0.156^24^0^24^24^10.0^0.00^1367^68^0^0^820^0^0^38^0.12^1.1^0.027^0.010^0.056^0^116.00^~1 cup, cubes~^^~~^29 ~11644~^~SQUASH,WNTR,ALL VAR,CKD,BKD,WO/SALT~^89.21^37^0.89^0.35^0.69^8.85^2.8^3.30^22^0.44^13^19^241^1^0.22^0.082^0.187^0.4^9.6^0.016^0.067^0.495^0.234^0.161^20^0^20^20^10.6^0.00^5223^261^0^682^2793^0^0^1415^0.12^4.4^0.072^0.026^0.147^0^205.00^~1 cup, cubes~^^~~^0 ~11645~^~SWEET POTATO,CND,SYRUP PK,SOL & LIQUIDS~^77.39^89^0.98^0.20^0.50^20.93^2.5^15.40^15^0.80^13^27^185^44^0.19^0.124^0.507^0.7^10.5^0.024^0.046^0.456^0.330^0.051^7^0^7^7^12.2^0.00^7530^377^0^0^4518^0^0^0^0.94^2.1^0.041^0.008^0.084^0^228.00^~1 cup~^638.00^~1 can, (404 x 307)~^0 ~11647~^~SWEET POTATO,CND,SYRUP PK,DRND SOL~^72.47^108^1.28^0.32^0.57^25.36^3.0^5.74^17^0.95^12^25^193^39^0.16^0.167^0.615^0.8^10.8^0.025^0.038^0.340^0.402^0.062^8^0^8^8^^0.00^9169^458^0^0^5501^0^0^0^1.15^2.6^0.069^0.012^0.141^0^196.00^~1 cup~^^~~^0 ~11649~^~TOMATO PRODUCTS,CND,SAU,SPANISH STYLE~^89.08^33^1.44^0.27^1.98^7.24^1.4^^17^3.48^19^48^369^472^0.34^0.160^0.216^0.6^8.6^0.074^0.062^1.292^0.281^0.177^14^0^14^14^^0.00^985^49^0^^^^^^^^0.038^0.040^0.108^0^244.00^~1 cup~^425.00^~1 can, 15 oz (303 x 406)~^0 ~11653~^~BEANS,PINTO,MATURE SEEDS,SPROUTED,RAW~^81.30^62^5.25^0.90^0.95^11.60^^^43^1.97^53^94^307^153^0.50^0.320^0.366^0.6^21.7^0.230^0.175^2.280^0.740^0.171^118^0^118^118^^0.00^2^0^0^^^^^^^^0.109^0.067^0.523^0^^~~^^~~^0 ~11654~^~BEANS,PINTO,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^93.39^22^1.86^0.32^0.34^4.10^^^15^0.66^18^30^98^51^0.17^0.107^0.123^0.6^6.1^0.067^0.059^0.725^0.235^0.054^29^0^29^29^^0.00^1^0^0^^^^^^^^0.039^0.024^0.185^0^^~~^^~~^0 ~11655~^~CARROT JUICE,CANNED~^88.87^40^0.95^0.15^0.75^9.28^0.8^3.91^24^0.46^14^42^292^29^0.18^0.046^0.130^0.6^8.5^0.092^0.055^0.386^0.228^0.217^4^0^4^4^9.9^0.00^19124^956^0^4342^9303^0^2^333^1.16^15.5^0.027^0.007^0.071^0^236.00^~1 cup~^29.50^~1 fl oz~^0 ~11656~^~CORN PUDD,HOME PREP~^72.33^131^4.35^5.08^1.25^17.00^1.4^6.97^40^0.54^15^93^176^281^0.52^0.032^0.080^6.0^3.7^0.068^0.156^1.031^0.475^0.136^33^0^33^33^^0.27^300^56^50^11^37^76^0^458^0.12^0.5^2.455^1.508^0.557^74^250.00^~1 cup~^167.00^~.667 cup, (#6 scoop)~^0 ~11657~^~POTATOES,MSHD,HOME-PREPARED,WHL MILK ADDED~^78.51^83^1.92^0.57^1.46^17.53^1.5^1.51^24^0.27^18^47^298^302^0.29^0.143^0.119^0.8^6.2^0.089^0.043^1.121^0.483^0.232^8^0^8^8^14.4^0.07^18^4^4^0^2^0^0^8^0.02^1.8^0.253^0.104^0.055^2^210.00^~1 cup~^^~~^0 ~11658~^~SPINACH SOUFFLE~^70.79^171^7.91^12.95^2.52^5.82^0.7^1.85^165^1.19^30^141^234^566^0.86^0.055^0.269^11.1^7.3^0.081^0.267^0.484^0.435^0.098^73^6^67^77^^0.39^2874^239^115^3^1493^2^0^3249^0.93^126.5^6.091^3.021^0.610^118^136.00^~1 cup~^813.00^~1 recipe, yield~^0 ~11659~^~SWEET POTATO,CKD,CANDIED,HOME-PREPARED~^66.94^144^0.87^3.25^1.08^27.86^2.4^^26^1.13^11^26^189^70^0.15^0.102^0.427^0.8^6.7^0.018^0.042^0.394^0.271^0.041^11^0^11^11^^0.00^0^0^0^^^^^^^^1.350^0.627^0.147^8^105.00^~1 piece, (2-1/2" x 2" dia)~^^~~^0 ~11660~^~TOMATOES,RED,RIPE,CKD,STWD~^80.63^79^1.96^2.68^1.68^13.05^1.7^^26^1.06^15^38^247^455^0.18^0.095^0.193^1.2^18.2^0.108^0.080^1.110^0.256^0.086^11^0^11^11^^0.00^666^33^0^^^^^^^^0.521^1.048^0.878^0^101.00^~1 cup~^604.00^~1 recipe, yield~^0 ~11663~^~SEAWEED,AGAR,DRIED~^8.68^306^6.21^0.30^3.93^80.88^7.7^2.97^625^21.40^770^52^1125^102^5.80^0.610^4.300^7.4^0.0^0.010^0.222^0.202^3.018^0.303^580^0^580^580^63.3^0.00^0^0^0^0^0^0^0^0^5.00^24.4^0.061^0.027^0.102^0^^~~^^~~^0 ~11666~^~SEAWEED,SPIRULINA,RAW~^90.67^26^5.92^0.39^0.60^2.42^^^12^2.79^19^11^127^98^0.20^0.597^0.186^0.7^0.9^0.222^0.342^1.196^0.325^0.034^9^0^9^9^^0.00^56^3^0^^^^^^^^0.135^0.034^0.106^0^^~~^^~~^0 ~12179~^~COCONUT MEAT,DRIED (DESICCATED),SWTND,SHREDDED~^12.55^501^2.88^35.49^1.42^47.67^4.5^43.17^15^1.92^50^107^337^262^1.82^0.313^2.475^16.7^0.7^0.031^0.020^0.474^0.722^0.271^8^0^8^8^19.3^0.00^0^0^0^0^0^0^0^0^0.39^0.3^31.468^1.510^0.388^0^93.00^~1 cup, shredded~^199.00^~1 package, (7 oz)~^0 ~12193~^~SISYMBRIUM SP. SEEDS,WHL,DRIED~^6.10^318^12.14^4.60^18.90^58.26^^^1633^0.11^314^6^2130^92^0.30^0.110^1.512^^30.7^0.191^0.423^16.825^0.997^0.778^95^0^95^95^^0.00^63^3^0^^^^^^^^0.902^1.486^2.023^0^74.00^~1 cup~^28.35^~1 oz~^0 ~12195~^~ALMOND BUTTER,PLN,WO/SALT~^1.00^633^15.08^59.10^3.60^21.22^3.7^^270^3.70^303^523^758^11^3.05^0.900^2.354^^0.7^0.133^0.611^2.875^0.259^0.076^65^0^65^65^^0.00^0^0^0^^^^^^^^5.602^38.374^12.402^0^250.00^~1 cup~^16.00^~1 tbsp~^0 ~12198~^~SESAME BUTTER,TAHINI,FROM RAW&STONE GROUND KRNLS~^3.00^570^17.81^48.00^5.00^26.19^9.3^^420^2.51^96^752^414^74^4.64^1.618^1.457^^0.0^1.283^0.510^5.925^0.694^0.149^98^0^98^98^^0.00^67^3^0^^^^^^^^6.722^18.127^21.039^0^15.00^~1 tbsp~^28.35^~1 oz~^0 ~12199~^~FORMULATED,WHEAT-BASED,FLAV,MACADAMIA FLAV,WO/SALT~^3.10^619^11.19^56.50^1.30^27.91^5.2^^20^2.00^58^301^261^47^2.92^0.179^5.155^^0.1^0.200^0.200^1.000^0.308^0.261^94^0^94^94^^0.00^1^0^0^^^^^^^^8.482^23.521^21.867^0^28.35^~1 oz~^^~~^0 ~12200~^~FORMULATED,WHEAT-BASED,ALL FLAVORS XCPT MACADAMIA,WO/SALT~^2.00^647^13.11^62.30^1.80^20.79^5.2^^22^2.60^59^366^320^91^2.96^0.181^6.949^^0.1^0.400^0.300^1.500^0.312^0.348^125^0^125^125^^0.00^1^0^0^^^^^^^^9.370^25.722^24.284^0^28.35^~1 oz~^^~~^0 ~12201~^~SESAME SD KRNLS,DRIED (DECORT)~^3.75^631^20.45^61.21^2.86^11.73^11.6^0.48^60^6.36^345^667^370^47^6.73^1.400^1.440^97.5^0.0^0.699^0.090^5.800^0.290^0.400^115^0^115^115^25.6^0.00^66^3^0^0^40^0^0^0^1.68^0.0^9.055^23.924^25.491^0^150.00^~1 cup~^8.00^~1 tbsp~^0 ~12202~^~CHESTNUTS,JAPANESE,RAW~^61.41^154^2.25^0.53^0.91^34.91^^^31^1.45^49^72^329^14^1.10^0.562^1.591^^26.3^0.344^0.163^1.500^0.206^0.283^47^0^47^47^^0.00^37^2^0^^^^^^^^0.078^0.278^0.138^0^28.35^~1 oz~^^~~^34 ~12203~^~CHESTNUTS,JAPANESE,BLD&STMD~^86.03^56^0.82^0.19^0.33^12.64^^^11^0.53^18^26^119^5^0.40^0.204^0.576^^9.5^0.125^0.059^0.543^0.075^0.102^17^0^17^17^^0.00^13^1^0^^^^^^^^0.028^0.101^0.050^0^28.35^~1 oz~^^~~^0 ~12204~^~CHESTNUTS,JAPANESE,RSTD~^49.90^201^2.97^0.80^1.20^45.13^^^35^2.10^64^93^427^19^1.43^0.730^2.065^^28.0^0.450^^0.700^0.466^0.418^59^0^59^59^^0.00^74^4^0^^^^^^^^0.118^0.419^0.207^0^28.35^~1 oz~^^~~^0 ~12205~^~LOTUS SEEDS,RAW~^77.00^89^4.13^0.53^1.07^17.28^^^44^0.95^56^168^367^1^0.28^0.094^0.621^^0.0^0.171^0.040^0.429^0.228^0.168^28^0^28^28^^0.00^13^1^0^^^^^^^^0.088^0.104^0.312^0^28.35^~1 oz~^^~~^47 ~12206~^~ALMONDS,HONEY RSTD,UNBLANCHED~^1.70^594^18.17^49.90^2.33^27.90^13.7^^263^2.83^240^400^560^130^2.60^0.970^2.003^^0.7^0.114^0.953^2.819^0.258^0.085^32^0^32^32^^0.00^0^0^0^^^^^^^^4.730^32.402^10.472^0^144.00^~1 cup, whole kernels~^28.35^~1 oz~^0 ~12220~^~SEEDS,FLAXSEED~^6.96^534^18.29^42.16^3.72^28.88^27.3^1.55^255^5.73^392^642^813^30^4.34^1.220^2.482^25.4^0.6^1.644^0.161^3.080^0.985^0.473^87^0^87^87^78.7^0.00^0^0^0^0^0^0^0^651^0.31^4.3^3.663^7.527^28.730^0^167.71^~1 cup, whole~^10.30^~1 tbsp, whole~^0 ~12516~^~PUMPKIN&SQUASH SD KRNLS,RSTD,W/SALT~^7.10^522^32.97^42.13^4.37^13.43^3.9^2.30^43^14.94^534^1172^806^575^7.44^1.384^3.016^5.6^1.8^0.210^0.319^1.742^0.339^0.090^57^0^57^57^63.0^0.00^380^19^0^0^228^0^0^0^0.00^47.2^7.970^13.100^19.206^0^227.00^~1 cup~^28.35^~1 oz~^0 ~12529~^~SESAME SD KRNLS,TSTD,W/SALT (DECORT)~^5.00^567^16.96^48.00^4.00^26.04^16.9^0.48^131^7.78^346^774^406^588^10.23^1.457^1.427^1.7^0.0^1.205^0.466^5.438^0.680^0.146^96^0^96^96^25.6^0.00^66^3^0^0^40^0^0^0^0.25^0.0^6.722^18.127^21.039^0^128.00^~1 cup~^28.35^~1 oz~^0 ~12537~^~SUNFLOWER SD KRNLS,DRY RSTD,W/SALT~^1.20^582^19.33^49.80^5.60^24.07^9.0^2.73^70^3.80^129^1155^850^410^5.29^1.830^2.110^79.3^1.4^0.106^0.246^7.042^7.042^0.804^237^0^237^237^55.1^0.00^9^0^0^0^5^0^0^0^26.10^2.7^5.219^9.505^32.884^0^128.00^~1 cup~^28.35^~1 oz~^0 ~12538~^~SUNFLOWER SD KRNLS,OIL RSTD,W/SALT~^1.54^592^20.06^51.30^4.22^22.89^10.6^3.11^87^4.28^127^1139^483^410^5.21^1.804^2.080^78.2^1.1^0.320^0.280^4.130^6.942^0.792^234^0^234^234^55.1^0.00^9^0^0^0^5^0^0^0^36.33^3.1^7.068^8.063^34.294^0^135.00^~1 cup~^28.35^~1 oz~^0 ~12539~^~SUNFLOWER SD KRNLS,TSTD,W/SALT~^1.00^619^17.21^56.80^4.40^20.59^11.5^^57^6.81^129^1158^491^613^5.30^1.834^2.114^62.2^1.4^0.325^0.285^4.198^7.056^0.805^238^0^238^238^^0.00^0^0^0^^^^^^^^5.953^10.841^37.507^0^134.00^~1 cup~^28.35^~1 oz~^0 ~12540~^~SUNFLOWER SD BUTTER,W/SALT~^1.23^579^19.66^47.73^3.95^27.42^^^122^4.75^369^736^72^520^5.29^1.830^2.110^^2.7^0.324^0.284^5.320^7.039^0.803^237^0^237^237^^0.00^52^3^0^^^^^^^^5.002^9.111^31.520^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~12563~^~ALMONDS,DRY RSTD,W/SALT~^2.60^597^22.09^52.83^3.20^19.29^11.8^4.90^266^4.51^286^489^746^339^3.54^1.170^2.620^2.8^0.0^0.074^0.859^3.850^0.229^0.126^33^0^33^33^52.1^0.00^1^0^0^0^1^0^0^1^26.00^0.0^4.047^33.658^12.649^0^138.00^~1 cup, whole kernels~^28.35^~1 oz, (22 whole kernels)~^0 ~12565~^~ALMONDS,OIL RSTD,W/SALT~^2.80^607^21.23^55.17^3.13^17.68^10.5^4.55^291^3.68^274^466^699^339^3.07^0.955^2.460^2.8^0.0^0.092^0.781^3.665^0.229^0.118^27^0^27^27^52.1^0.00^1^0^0^0^1^0^0^1^25.97^0.0^4.208^34.793^13.519^0^157.00^~1 cup, whole kernels~^28.35^~1 oz, (22 whole kernels)~^0 ~12585~^~CASHEW NUTS,DRY RSTD,W/SALT~^1.70^574^15.31^46.35^3.95^32.69^3.0^5.01^45^6.00^260^490^565^640^5.60^2.220^0.826^11.7^0.0^0.200^0.200^1.400^1.217^0.256^69^0^69^69^61.0^0.00^0^0^0^0^0^0^0^23^0.92^34.7^9.157^27.317^7.836^0^137.00^~1 cup, halves and whole~^28.35^~1 oz~^0 ~12586~^~CASHEW NUTS,OIL RSTD,W/SALT~^2.34^581^16.84^47.77^2.89^30.16^3.3^5.01^43^6.05^273^531^632^308^5.35^2.043^1.668^20.3^0.3^0.363^0.218^1.736^0.880^0.323^25^0^25^25^61.0^0.00^0^0^0^0^0^0^0^23^0.92^34.7^8.478^25.923^8.546^0^129.08^~1 cup, whole~^128.72^~1 cup, halves and pieces~^0 ~12588~^~CASHEW BUTTER,PLN,W/SALT~^2.96^587^17.56^49.41^2.50^27.57^2.0^5.01^43^5.03^258^457^546^614^5.16^2.190^0.815^11.5^0.0^0.312^0.187^1.599^1.201^0.252^68^0^68^68^61.0^0.00^0^0^0^0^0^0^0^23^0.92^34.7^9.763^29.122^8.354^0^16.00^~1 tbsp~^28.35^~1 oz~^0 ~12632~^~MACADAMIA NUTS,DRY RSTD,W/SALT~^1.61^716^7.79^76.08^1.70^12.83^8.0^4.14^70^2.65^118^198^363^265^1.29^0.570^3.036^11.7^0.7^0.710^0.087^2.274^0.603^0.359^10^0^10^10^44.6^0.00^0^0^0^0^0^0^0^0^0.57^0.0^11.947^59.275^1.498^0^131.60^~1 cup, whole or halves~^28.35^~1 oz, (10-12 kernels)~^0 ~12635~^~MIXED NUTS,DRY RSTD,W/PNUTS,W/SALT~^1.75^594^17.30^51.45^4.15^25.35^9.0^4.64^70^3.70^225^435^597^669^3.80^1.279^1.937^7.5^0.4^0.200^0.200^4.700^1.205^0.296^50^0^50^50^54.3^0.00^5^0^0^0^3^0^0^21^10.94^12.9^6.899^31.395^10.768^0^137.00^~1 cup~^28.35^~1 oz~^0 ~12637~^~NUTS,MXD NUTS,W/ PNUTS,OIL RSTD,W/ SALT ADDED~^2.03^617^16.76^56.33^3.47^21.41^9.0^4.28^108^3.21^235^464^581^419^5.08^1.661^1.892^140.9^0.5^0.498^0.222^5.061^1.248^0.240^83^0^83^83^53.3^0.00^3^0^0^0^2^0^0^10^8.30^8.4^8.725^31.695^13.299^0^142.00^~1 cup~^28.35^~1 oz~^0 ~12638~^~MIXED NUTS,WO/PNUTS,OIL RSTD,W/SALT~^3.15^615^15.52^56.17^2.89^22.27^5.5^4.38^106^2.57^251^449^544^306^4.66^1.795^1.547^421.5^0.5^0.504^0.486^1.964^0.962^0.180^56^0^56^56^51.2^0.00^8^0^0^0^4^1^0^22^8.20^17.9^9.087^33.137^11.449^0^144.00^~1 cup~^28.35^~1 oz~^0 ~12643~^~PECANS,DRY RSTD,W/SALT~^1.12^710^9.50^74.27^1.56^13.55^9.4^4.06^72^2.80^132^293^424^383^5.07^1.167^3.933^4.0^0.7^0.450^0.107^1.167^0.703^0.187^16^0^16^16^^0.00^140^7^0^0^84^^^^1.30^^6.283^43.957^20.572^0^28.35^~1 oz~^^~~^0 ~14010~^~ALCOHOLIC BEV,DAIQUIRI,PREPARED-FROM-RECIPE~^69.74^186^0.06^0.06^0.08^6.94^0.1^5.58^3^0.09^2^5^21^5^0.04^0.022^0.015^0.1^1.6^0.013^0.005^0.051^0.017^0.008^2^0^2^2^^0.00^4^0^0^0^2^0^0^0^0.03^0.1^0.006^0.006^0.016^0^30.20^~1 fl oz~^60.00^~1 cocktail, (2 fl oz)~^0 ~14013~^~ALCOHOLIC BEV,BEER,LT,MICHELOB ULTRA~^95.40^27^0.17^0.00^0.06^0.73^0.0^^4^0.00^4^8^17^3^0.01^0.002^0.005^^^^^^^^^^^^^^^^^^^^^^^^^^^0^29.51^~1 fl oz~^354.17^~12 fl oz~^0 ~14015~^~ALCOHOLIC BEV,PINA COLADA,CND~^54.90^237^0.60^7.60^0.30^27.60^0.1^^1^0.03^6^36^83^71^0.20^0.087^0.319^0.7^1.5^0.017^0.005^0.104^0.054^0.017^6^0^6^6^^0.00^24^1^0^^^^^^^^6.571^0.442^0.137^0^32.60^~1 fl oz~^222.00^~1 can, (6.8 fl oz, 200 ml)~^0 ~14017~^~ALCOHOLIC BEV,PINA COLADA,PREPARED-FROM-RECIPE~^64.99^174^0.42^1.88^0.14^22.66^0.3^22.33^8^0.21^8^7^71^6^0.13^0.079^0.528^0.7^4.9^0.029^0.017^0.118^0.061^0.045^12^0^12^12^^0.00^2^0^0^0^1^0^0^0^0.02^0.1^1.636^0.082^0.033^0^31.40^~1 fl oz~^141.00^~1 cocktail, (4.5 fl oz)~^0 ~14019~^~ALCOHOLIC BEV,TEQUILA SUNRISE,CND~^78.80^110^0.30^0.10^0.10^11.30^0.0^^0^0.02^7^10^10^57^0.60^0.042^0.014^0.0^19.3^0.038^0.016^0.190^0.088^0.050^11^0^11^11^^0.00^97^5^0^^^^^^^^0.013^^^0^31.10^~1 fl oz~^211.00^~1 can, (6.8 fl oz, 200 ml)~^0 ~14024~^~WHISKEY SOUR MIX,PDR~^0.60^383^0.60^0.10^1.40^97.30^0.0^97.30^272^0.39^19^13^19^274^0.14^0.130^0.000^0.6^2.7^0.005^0.000^0.000^0.060^0.000^0^0^0^0^^0.01^30^2^0^^^^^^^^0.019^0.006^0.037^0^16.70^~1 packet~^^~~^0 ~14025~^~ALCOHOLIC BEV,WHISKEY SOUR,PREP W/ H2O,WHISKEY & PDR MIX~^69.15^164^0.10^0.02^0.27^15.85^0.0^15.81^46^0.08^3^4^4^47^0.04^0.034^0.007^0.1^0.4^0.003^0.002^0.005^0.010^0.000^0^0^0^0^^0.00^5^0^0^0^0^0^0^0^0.00^0.0^0.003^0.001^0.006^0^29.40^~1 fl oz~^103.00^~1 packet, prepared~^0 ~14027~^~ALCOHOLIC BEV,WHISKEY SOUR,CND~^76.90^119^0.00^0.00^0.10^13.40^0.1^^0^0.01^1^6^11^44^0.06^0.009^0.006^0.1^1.6^0.011^0.006^0.020^0.008^0.000^0^0^0^0^^0.00^13^1^0^^^^^^^^0.000^^^0^30.80^~1 fl oz~^209.00^~1 can, (6.8 fl oz, 200 ml)~^0 ~14028~^~WHISKEY SOUR MIX,BTLD~^78.20^87^0.10^0.10^0.20^21.40^0.0^21.40^2^0.11^1^6^28^102^0.07^0.000^0.000^0.4^2.7^0.013^0.010^0.000^0.013^0.000^0^0^0^0^0.9^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.008^0.002^0.020^0^32.30^~1 fl oz~^64.60^~2 fl oz~^0 ~14029~^~ALCOHOLIC BEV,WHISKEY SOUR,PREP FROM ITEM 14028~^72.44^153^0.06^0.06^0.12^12.82^0.0^12.78^1^0.08^1^5^18^61^0.06^0.008^0.007^0.2^1.6^0.010^0.008^0.005^0.008^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.005^0.001^0.011^0^30.40^~1 fl oz~^106.00^~1 portion, (2 oz mix + 1.5 oz whiskey)~^0 ~14034~^~ALCOHOLIC BEV,CREME DE MENTHE,72 PROOF~^28.30^371^0.00^0.30^0.00^41.60^0.0^41.60^0^0.07^0^0^0^5^0.04^0.080^0.040^0.4^0.0^0.000^0.000^0.003^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.014^0.015^0.167^0^33.60^~1 fl oz~^50.00^~1 jigger, 1.5 fl oz~^0 ~14037~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 80 PROOF~^66.60^231^0.00^0.00^0.00^0.00^0.0^0.00^0^0.04^0^4^2^1^0.04^0.021^0.018^0.0^0.0^0.006^0.004^0.013^0.000^0.001^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14049~^~ALCOHOLIC BEV,DISTILLED,GIN,90 PROOF~^62.10^263^0.00^0.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^2^0.00^0.004^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14050~^~ALCOHOLIC BEV,DISTILLED,RUM,80 PROOF~^66.60^231^0.00^0.00^0.00^0.00^0.0^0.00^0^0.12^0^5^2^1^0.07^0.050^0.018^0.0^0.0^0.008^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14051~^~ALCOHOLIC BEV,DISTILLED,VODKA,80 PROOF~^66.60^231^0.00^0.00^0.00^0.00^0.0^0.00^0^0.01^0^5^1^1^0.00^0.010^0.000^0.0^0.0^0.005^0.007^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14052~^~ALCOHOLIC BEV,DISTILLED,WHISKEY,86 PROOF~^63.90^250^0.00^0.00^0.00^0.10^0.0^0.10^0^0.02^0^3^1^0^0.02^0.014^0.008^0.0^0.0^0.008^0.001^0.050^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14057~^~ALCOHOLIC BEV,WINE,DSSRT,SWT~^70.51^160^0.20^0.00^0.30^13.69^0.0^7.78^8^0.24^9^9^92^9^0.07^0.045^0.119^0.5^0.0^0.018^0.018^0.213^0.032^0.000^0^0^0^0^5.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.50^~1 fl oz~^103.00^~1 glass, (3.5 fl oz)~^0 ~14084~^~ALCOHOLIC BEV,WINE,TABLE,ALL~^86.58^83^0.07^0.00^0.24^2.72^0.0^0.79^8^0.37^11^20^99^5^0.13^0.007^0.124^0.2^0.0^0.005^0.023^0.166^0.037^0.054^1^0^1^1^5.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^148.00^~1 serving, 5 fl oz~^29.50^~1 fl oz~^0 ~14086~^~CAMPBELL SOUP COMPANY,V8 SPLASH SMOOTHIES,PEACH MANGO~^87.20^37^1.22^0.00^3.82^7.76^0.0^7.35^41^0.15^^^24^29^^^^^24.5^^^0.816^^0.082^^^^^^0.24^1429^^^^^^^^^^0.000^^^0^245.00^~1 serving, 8 oz~^^~~^0 ~14087~^~CAMPBELL SOUP COMPANY,V8 SPLASH SMOOTHIES,STRAWBERRY BANANA~^86.50^37^1.22^0.00^4.11^8.16^0.0^7.35^41^0.15^^^24^29^^^^^24.5^^^0.816^^0.082^^^^^^0.24^408^^^^^^^^^^0.000^^^0^245.00^~1 serving, 8 oz~^^~~^0 ~14088~^~CAMPBELL SOUP COMPANY,V8 SPLASH SMOOTHIES,TROPICAL COLADA~^86.70^41^1.22^0.00^3.54^8.54^0.4^7.32^41^0.15^^^24^20^^^^^24.4^^^0.813^^0.000^^^^^^0.24^0^^^^^^^^^^0.000^^^0^246.00^~1 serving, 8 oz~^^~~^0 ~14096~^~ALCOHOLIC BEV,WINE,TABLE,RED~^86.49^85^0.07^0.00^0.28^2.61^0.0^0.62^8^0.46^12^23^127^4^0.14^0.011^0.132^0.2^0.0^0.005^0.031^0.224^0.030^0.057^1^0^1^1^5.7^0.00^2^0^0^0^1^0^0^6^0.00^0.4^0.000^0.000^0.000^0^29.39^~1 fl oz~^146.95^~1 serving, 5 fl oz~^0 ~14097~^~ALCOHOLIC BEV,WINE,TABLE,RED,CABERNET SAUVIGNON~^86.56^83^0.07^0.00^0.29^2.60^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.39^~1 fluid ounce~^146.97^~1 serving, 5 fl oz~^0 ~14098~^~ALCOHOLIC BEV,WINE,TABLE,RED,CABERNET FRANC~^86.59^83^0.07^0.00^0.27^2.45^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.37^~1 fluid ounce~^146.83^~1 serving, 5 fl oz~^0 ~11113~^~CABBAGE,RED,CKD,BLD,DRND,WO/SALT~^90.84^29^1.51^0.09^0.62^6.94^2.6^3.32^42^0.66^17^33^262^28^0.25^0.054^0.223^2.3^34.4^0.071^0.060^0.382^0.154^0.225^24^0^24^24^21.4^0.00^33^2^0^0^20^0^0^20^0.12^47.6^0.011^0.007^0.043^0^22.00^~1 leaf~^75.00^~.5 cup, shredded~^0 ~11114~^~CABBAGE,SAVOY,RAW~^91.00^27^2.00^0.10^0.80^6.10^3.1^2.27^35^0.40^28^42^230^28^0.27^0.062^0.180^0.9^31.0^0.070^0.030^0.300^0.187^0.190^80^0^80^80^12.3^0.00^1000^50^0^0^600^0^0^77^0.17^68.8^0.013^0.007^0.049^0^70.00^~1 cup, shredded~^^~~^20 ~11115~^~CABBAGE,SAVOY,CKD,BLD,DRND,WO/SALT~^92.00^24^1.80^0.09^0.70^5.41^2.8^^30^0.38^24^33^184^24^0.23^0.052^0.152^0.7^17.0^0.051^0.020^0.024^0.159^0.152^46^0^46^46^^0.00^889^44^0^^^^^^^^0.012^0.007^0.043^0^145.00^~1 cup, shredded~^^~~^0 ~11116~^~CABBAGE,CHINESE (PAK-CHOI),RAW~^95.32^13^1.50^0.20^0.80^2.18^1.0^1.18^105^0.80^19^37^252^65^0.19^0.021^0.159^0.5^45.0^0.040^0.070^0.500^0.088^0.194^66^0^66^66^6.4^0.00^4468^223^0^1^2681^0^0^40^0.09^45.5^0.027^0.015^0.096^0^70.00^~1 cup, shredded~^840.00^~1 head~^12 ~11117~^~CABBAGE,CHINESE (PAK-CHOI),CKD,BLD,DRND,WO/SALT~^95.55^12^1.56^0.16^0.95^1.78^1.0^0.83^93^1.04^11^29^371^34^0.17^0.019^0.144^0.4^26.0^0.032^0.063^0.428^0.079^0.166^41^0^41^41^12.1^0.00^4249^212^0^1^2549^0^0^38^0.09^34.0^0.021^0.012^0.077^0^170.00^~1 cup, shredded~^^~~^0 ~11119~^~CABBAGE,CHINESE (PE-TSAI),RAW~^94.39^16^1.20^0.20^0.98^3.23^1.2^1.41^77^0.31^13^29^238^9^0.23^0.036^0.190^0.6^27.0^0.040^0.050^0.400^0.105^0.232^79^0^79^79^7.6^0.00^318^16^0^1^190^0^0^48^0.12^42.9^0.043^0.023^0.072^0^76.00^~1 cup, shredded~^^~~^7 ~11120~^~CABBAGE,CHINESE (PE-TSAI),CKD,BLD,DRND,WO/SALT~^95.24^14^1.50^0.17^0.68^2.41^1.7^^32^0.30^10^39^225^9^0.18^0.029^0.153^0.4^15.8^0.044^0.044^0.500^0.080^0.177^53^0^53^53^^0.00^967^48^0^^^^^^^^0.036^0.020^0.061^0^119.00^~1 cup, shredded~^14.00^~1 leaf~^0 ~11122~^~CARDOON,RAW~^94.00^17^0.70^0.10^1.13^4.07^1.6^^70^0.70^42^23^400^170^0.17^0.231^0.256^0.2^2.0^0.020^0.030^0.300^0.338^0.116^68^0^68^68^^0.00^0^0^0^^^^^^^^0.011^0.018^0.041^0^178.00^~1 cup, shredded~^^~~^51 ~11123~^~CARDOON,CKD,BLD,DRND,WO/SALT~^93.46^22^0.76^0.11^0.34^5.33^1.7^^72^0.73^43^23^392^176^0.18^^0.133^1.0^1.7^0.018^0.031^0.294^0.097^0.042^22^0^22^22^^0.00^118^6^0^^^^^^^^0.012^0.020^0.044^0^^~~^^~~^0 ~11124~^~CARROTS,RAW~^88.29^41^0.93^0.24^0.97^9.58^2.8^4.74^33^0.30^12^35^320^69^0.24^0.045^0.143^0.1^5.9^0.066^0.058^0.983^0.273^0.138^19^0^19^19^8.8^0.00^16706^835^0^3477^8285^0^1^256^0.66^13.2^0.037^0.014^0.117^0^128.00^~1 cup, chopped~^110.00^~1 cup, grated~^11 ~11125~^~CARROTS,CKD,BLD,DRND,WO/SALT~^90.17^35^0.76^0.18^0.67^8.22^3.0^3.45^30^0.34^10^30^235^58^0.20^0.017^0.155^0.7^3.6^0.066^0.044^0.645^0.232^0.153^14^0^14^14^8.8^0.00^17033^852^0^3776^8332^0^0^687^1.03^13.7^0.030^0.006^0.089^0^9.70^~1 tbsp~^78.00^~.5 cup, slices~^0 ~11126~^~CARROTS,CND,REG PK,SOL&LIQUIDS~^92.99^23^0.58^0.14^0.92^5.37^1.8^2.46^31^0.52^9^20^173^240^0.29^0.103^0.450^0.4^2.0^0.019^0.027^0.421^0.139^0.112^8^0^8^8^6.3^0.00^12264^613^0^2692^5940^144^0^490^0.73^9.8^0.025^0.006^0.065^0^123.00^~.5 cup, slices~^454.00^~1 can, (303 x 406)~^0 ~11128~^~CARROTS,CND,REG PK,DRND SOL~^92.95^25^0.64^0.19^0.68^5.54^1.5^2.48^25^0.64^8^24^179^242^0.26^0.104^0.450^0.4^2.7^0.018^0.030^0.552^0.135^0.112^9^0^9^9^6.3^0.00^11170^558^0^2743^5331^0^0^0^0.74^9.8^0.036^0.009^0.092^0^228.00^~1 cup, mashed~^146.00^~1 cup, sliced~^0 ~11130~^~CARROTS,FROZEN,UNPREPARED~^90.04^36^0.78^0.46^0.83^7.90^3.3^4.76^36^0.44^12^33^235^68^0.33^0.074^0.171^0.7^2.5^0.044^0.037^0.464^0.187^0.095^10^0^10^10^7.5^0.00^14210^710^0^2958^7047^0^1^218^0.57^17.6^0.047^0.014^0.263^0^284.00^~1 package, (10 oz)~^64.00^~.5 cup, slices~^0 ~11131~^~CARROTS,FRZ,CKD,BLD,DRND,WO/SALT~^90.32^37^0.58^0.68^0.69^7.73^3.3^4.08^35^0.53^11^31^192^59^0.35^0.082^0.167^0.6^2.3^0.030^0.037^0.416^0.174^0.084^11^0^11^11^8.6^0.00^16928^846^0^3716^8199^199^0^676^1.01^13.6^0.120^0.031^0.334^0^146.00^~1 cup, sliced~^^~~^0 ~11134~^~CASSAVA,RAW~^59.68^160^1.36^0.28^0.62^38.06^1.8^1.70^16^0.27^21^27^271^14^0.34^0.100^0.384^0.7^20.6^0.087^0.048^0.854^0.107^0.088^27^0^27^27^23.7^0.00^13^1^0^0^8^0^0^0^0.19^1.9^0.074^0.075^0.048^0^206.00^~1 cup~^408.00^~1 root~^0 ~11135~^~CAULIFLOWER,RAW~^91.91^25^1.98^0.10^0.71^5.30^2.5^2.40^22^0.44^15^44^303^30^0.28^0.042^0.156^0.6^46.4^0.057^0.063^0.526^0.652^0.222^57^0^57^57^45.2^0.00^13^1^0^0^8^0^0^33^0.08^16.0^0.015^0.007^0.048^0^100.00^~1 cup~^13.00^~1 floweret~^61 ~11136~^~CAULIFLOWER,CKD,BLD,DRND,WO/SALT~^93.00^23^1.84^0.45^0.60^4.11^2.3^2.08^16^0.32^9^32^142^15^0.17^0.018^0.132^0.6^44.3^0.042^0.052^0.410^0.508^0.173^44^0^44^44^39.1^0.00^12^1^0^0^7^0^0^29^0.07^13.8^0.070^0.032^0.217^0^62.00^~.5 cup, (1" pieces)~^54.00^~3 flowerets~^0 ~11137~^~CAULIFLOWER,FRZ,UNPREP~^92.51^24^2.01^0.27^0.53^4.68^2.3^2.22^22^0.54^12^35^193^24^0.17^0.031^0.197^0.8^48.8^0.051^0.070^0.429^0.136^0.123^64^0^64^64^41.9^0.00^12^1^0^0^7^0^0^31^0.07^14.8^0.041^0.019^0.128^0^284.00^~1 package, (10 oz)~^66.00^~.5 cup, (1" pieces)~^0 ~11138~^~CAULIFLOWER,FRZ,CKD,BLD,DRND,WO/SALT~^94.00^19^1.61^0.22^0.42^3.75^2.7^1.05^17^0.41^9^24^139^18^0.13^0.024^0.150^0.6^31.3^0.037^0.053^0.310^0.098^0.088^41^0^41^41^33.5^0.00^10^0^0^0^6^0^0^24^0.06^11.9^0.034^0.015^0.105^0^180.00^~1 cup, (1" pieces)~^^~~^0 ~11141~^~CELERIAC,RAW~^88.00^42^1.50^0.30^1.00^9.20^1.8^1.60^43^0.70^20^115^300^100^0.33^0.070^0.158^0.7^8.0^0.050^0.060^0.700^0.352^0.165^8^0^8^8^9.0^0.00^0^0^0^0^0^0^0^1^0.36^41.0^0.079^0.058^0.148^0^156.00^~1 cup~^^~~^14 ~11142~^~CELERIAC,CKD,BLD,DRND,WO/SALT~^92.30^27^0.96^0.19^0.64^5.90^1.2^^26^0.43^12^66^173^61^0.20^0.043^0.096^0.4^3.6^0.027^0.037^0.427^0.203^0.101^3^0^3^3^^0.00^0^0^0^^^^^^^^^^^0^155.00^~1 cup, pieces~^^~~^0 ~11143~^~CELERY,RAW~^95.43^16^0.69^0.17^0.75^2.97^1.6^1.83^40^0.20^11^24^260^80^0.13^0.035^0.103^0.4^3.1^0.021^0.057^0.320^0.246^0.074^36^0^36^36^6.1^0.00^449^22^0^0^270^0^0^283^0.27^29.3^0.042^0.032^0.079^0^101.40^~1 cup, chopped~^110.00^~1 NLEA serving~^11 ~11667~^~SEAWEED,SPIRULINA,DRIED~^4.68^290^57.47^7.72^6.23^23.90^3.6^3.10^120^28.50^195^118^1363^1048^2.00^6.100^1.900^7.2^10.1^2.380^3.670^12.820^3.480^0.364^94^0^94^94^66.0^0.00^570^29^0^0^342^0^0^0^5.00^25.5^2.650^0.675^2.080^0^112.00^~1 cup~^7.00^~1 tablespoon~^0 ~11669~^~SEAWEED,WAKAME,RAW~^79.99^45^3.03^0.64^7.20^9.14^0.5^0.65^150^2.18^107^80^50^872^0.38^0.284^1.400^0.7^3.0^0.060^0.230^1.600^0.697^0.002^196^0^196^196^13.9^0.00^360^18^0^0^216^0^0^0^1.00^5.3^0.130^0.058^0.218^0^10.00^~2 tbsp, (1/8 cup)~^^~~^0 ~11670~^~PEPPERS,HOT CHILI,GRN,RAW~^87.74^40^2.00^0.20^0.60^9.46^1.5^5.10^18^1.20^25^46^340^7^0.30^0.174^0.237^0.5^242.5^0.090^0.090^0.950^0.061^0.278^23^0^23^23^11.1^0.00^1179^59^0^23^671^50^0^725^0.69^14.3^0.021^0.011^0.109^0^45.00^~1 pepper~^75.00^~.5 cup, chopped or diced~^27 ~11671~^~POTATOES,O'BRIEN,HOME-PREPARED~^79.60^81^2.35^1.28^1.29^15.47^^^36^0.47^18^50^266^217^0.30^0.129^0.121^1.2^16.7^0.075^0.056^1.008^0.436^0.213^8^0^8^8^^0.00^481^^^^^^^^^^0.797^0.347^0.055^4^194.00^~1 cup~^1162.00^~1 recipe, yield~^0 ~11672~^~POTATO PANCAKES~^47.69^269^6.06^14.75^3.59^27.90^3.2^1.80^32^1.67^36^128^622^764^0.70^0.180^0.260^8.9^27.5^0.158^0.173^1.668^0.757^0.451^41^6^35^45^^0.29^113^32^31^0^4^2^0^87^0.23^2.7^2.493^3.729^7.515^95^22.00^~1 small, 2-3/4 in. dia., 5/8 in. thick.~^37.00^~1 medium, 3-1/4 in. x 3-5/8 in., 5/8 in. thick.~^0 ~11674~^~POTATO,BKD,FLESH & SKN,WO/ SALT~^74.89^93^2.50^0.13^1.33^21.15^2.2^1.18^15^1.08^28^70^535^10^0.36^0.118^0.219^0.4^9.6^0.064^0.048^1.410^0.376^0.311^28^0^28^28^14.8^0.00^10^1^0^0^6^0^0^30^0.04^2.0^0.035^0.003^0.058^0^298.90^~1 potato, large~^172.50^~1 potato, medium~^0 ~11675~^~POTATOES,MICROWAVED,CKD IN SKN,FLESH&SKN,WO/SALT~^72.04^105^2.44^0.10^1.18^24.24^2.3^^11^1.24^27^105^447^8^0.36^0.334^0.292^0.4^15.1^0.120^0.032^1.714^0.454^0.344^12^0^12^12^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^202.00^~1 potato, (2-3/4" dia by 4-3/4" long)~^^~~^0 ~11676~^~RADISH SEEDS,SPROUTED,RAW~^90.07^43^3.81^2.53^0.53^3.60^^^51^0.86^44^113^86^6^0.56^0.120^0.260^0.6^28.9^0.102^0.103^2.853^0.733^0.285^95^0^95^95^^0.00^391^20^0^^^^^^^^0.767^0.419^1.141^0^38.00^~1 cup~^^~~^0 ~11677~^~SHALLOTS,RAW~^79.80^72^2.50^0.10^0.80^16.80^^^37^1.20^21^60^334^12^0.40^0.088^0.292^1.2^8.0^0.060^0.020^0.200^0.290^0.345^34^0^34^34^^^1190^60^0^^^^^^^^0.017^0.014^0.039^0^10.00^~1 tbsp, chopped~^^~~^12 ~11683~^~CARROT,DEHYDRATED~^4.00^341^8.10^1.49^6.84^79.57^23.6^38.82^212^3.93^118^346^2540^275^1.57^0.370^1.116^8.6^14.6^0.534^0.417^6.567^1.471^1.040^55^0^55^55^72.1^0.00^68466^3423^0^14251^33954^0^3^1051^5.45^108.0^0.256^0.076^0.730^0^74.00^~1 cup~^^~~^0 ~11693~^~TOMATOES,CRUSHED,CANNED~^89.44^32^1.64^0.28^1.35^7.29^1.9^^34^1.30^20^32^293^132^0.27^0.183^0.183^0.6^9.2^0.075^0.052^1.222^0.278^0.150^13^0^13^13^^0.00^699^35^0^^^^^^^^0.040^0.043^0.113^0^^~~^^~~^0 ~11695~^~TOMATOES,ORANGE,RAW~^94.78^16^1.16^0.19^0.69^3.18^0.9^^5^0.47^8^29^212^42^0.14^0.062^0.088^0.4^16.0^0.046^0.034^0.593^0.186^0.060^29^0^29^29^^0.00^1496^75^0^^^^^^^^0.025^0.028^0.076^0^158.00^~1 cup, chopped~^111.00^~1 tomato~^9 ~11696~^~TOMATOES,YELLOW,RAW~^95.28^15^0.98^0.26^0.50^2.98^0.7^^11^0.49^12^36^258^23^0.28^0.101^0.120^0.4^9.0^0.041^0.047^1.179^0.110^0.056^30^0^30^30^^0.00^0^0^0^^^^^^^^0.036^0.040^0.108^0^139.00^~1 cup, chopped~^212.00^~1 tomato~^9 ~11697~^~ARROWROOT,RAW~^80.75^65^4.24^0.20^1.42^13.39^1.3^^6^2.22^25^98^454^26^0.63^0.121^0.174^0.7^1.9^0.143^0.059^1.693^0.292^0.266^338^0^338^338^^0.00^19^1^0^0^11^0^^^^^0.039^0.004^0.092^0^120.00^~1 cup, sliced~^33.00^~1 root~^15 ~11698~^~CHRYSANTHEMUM LEAVES,RAW~^91.40^24^3.36^0.56^1.67^3.01^3.0^^117^2.30^32^54^567^118^0.71^0.137^0.943^0.3^1.4^0.130^0.144^0.531^0.221^0.176^177^0^177^177^^0.00^1870^94^0^^^^^^^^^^^0^51.00^~1 cup, chopped~^18.00^~1 leaf~^0 ~11700~^~AMARANTH LEAVES,CKD,BLD,DRND,W/SALT~^91.49^21^2.11^0.18^2.11^4.11^^^209^2.26^55^72^641^257^0.88^0.158^0.861^0.9^41.1^0.020^0.134^0.559^0.062^0.177^57^0^57^57^^0.00^2770^139^0^^^^^^^^0.050^0.041^0.080^0^132.00^~1 cup~^^~~^0 ~11701~^~ARROWHEAD,CKD,BLD,DRND,W/SALT~^77.08^78^4.49^0.10^2.19^16.14^^^7^1.21^49^197^881^254^0.22^0.135^0.285^0.6^0.3^0.144^0.060^1.160^0.449^0.206^9^0^9^9^^0.00^0^0^0^^^^^^^^^^^0^12.00^~1 corm, medium~^^~~^0 ~11702~^~ARTICHOKES,(GLOBE OR FRENCH),CKD,BLD,DRND,W/SALT~^84.08^53^2.89^0.34^0.74^11.95^8.6^0.99^21^0.61^42^73^286^60^0.40^0.127^0.225^0.2^7.4^0.050^0.089^1.110^0.240^0.081^89^0^89^89^34.4^0.00^13^1^0^0^8^0^0^464^0.19^14.8^0.081^0.011^0.143^0^120.00^~1 artichoke, medium~^84.00^~.5 cup, hearts~^60 ~11703~^~ARTICHOKES,(GLOBE OR FRENCH),FRZ,CKD,BLD,DRND,W/SALT~^86.50^45^3.11^0.50^0.71^9.18^4.6^0.84^21^0.56^31^61^264^289^0.36^0.061^0.273^0.2^5.0^0.062^0.158^0.915^0.200^0.087^119^0^119^119^29.2^0.00^11^1^0^0^7^0^0^394^0.16^12.6^0.119^0.015^0.216^0^168.00^~1 cup~^240.00^~1 package, (9 oz), yields~^0 ~11705~^~ASPARAGUS,CKD,BLD,DRND,W/SALT~^92.63^22^2.40^0.22^0.63^4.11^2.0^1.30^23^0.91^14^54^224^240^0.60^0.165^0.154^6.1^7.7^0.162^0.139^1.084^0.225^0.079^149^0^149^149^26.1^0.00^1006^50^0^0^604^0^30^771^1.50^50.6^0.048^0.000^0.105^0^90.00^~.5 cup~^60.00^~4 spears, (1/2" base)~^0 ~11707~^~ASPARAGUS,CND,NO SALT,SOL&LIQUIDS~^94.32^15^1.80^0.18^1.22^2.48^1.0^1.00^15^0.60^9^38^172^26^0.47^0.107^0.152^1.6^16.5^0.054^0.089^0.851^0.124^0.098^85^0^85^85^^0.00^776^39^0^0^465^0^23^595^0.29^39.0^0.041^0.006^0.079^0^122.00^~.5 cup~^411.00^~1 can, (300 x 407)~^0 ~11709~^~ASPARAGUS,FRZ,CKD,BLD,DRND,W/SALT~^94.10^18^2.95^0.42^0.61^1.92^1.6^0.32^18^0.56^10^49^172^240^0.41^0.105^0.140^3.9^24.4^0.065^0.103^1.038^0.158^0.020^135^0^135^135^20.9^0.00^806^40^0^0^483^0^24^618^1.20^80.0^0.096^0.013^0.185^0^180.00^~1 cup~^293.00^~1 package, (10 oz) yields~^0 ~11710~^~BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,CKD,BLD,DRND,W/SALT~^88.69^32^3.60^0.20^1.35^6.16^1.9^1.04^42^1.02^94^77^602^249^0.30^0.201^0.536^0.9^55.6^0.147^0.282^0.995^0.060^0.760^88^0^88^88^21.0^0.00^2416^121^0^0^1450^0^0^2638^1.45^163.1^^^^0^58.00^~1 cup~^^~~^0 ~12644~^~PECANS,OIL RSTD,W/SALT~^1.13^715^9.20^75.23^1.42^13.01^9.5^3.97^67^2.47^121^263^392^393^4.47^1.200^3.700^6.0^0.7^0.473^0.110^1.200^0.737^0.187^15^0^15^15^^0.00^104^5^0^0^62^^^^2.53^^7.238^40.970^23.584^0^110.00^~1 cup~^28.35^~1 oz, (15 halves)~^0 ~12652~^~PISTACHIO NUTS,DRY RSTD,W/SALT~^2.03^568^21.35^45.97^3.87^26.78^10.3^7.81^110^4.20^120^485^1042^405^2.30^1.325^1.275^9.3^2.3^0.840^0.158^1.425^0.513^1.274^50^0^50^50^71.4^0.00^262^13^0^0^157^0^0^1205^1.93^13.2^5.555^24.216^13.899^0^122.53^~1 cup~^28.35^~1 oz, (49 kernels)~^47 ~12663~^~PUMPKIN&SQUASH SEEDS,WHL,RSTD,W/SALT~^4.50^446^18.55^19.40^3.80^53.75^^^55^3.31^262^92^919^575^10.30^0.690^0.496^^0.3^0.034^0.052^0.286^0.056^0.037^9^0^9^9^39.1^0.00^62^3^0^^^^^^^^3.670^6.032^8.844^0^64.00^~1 cup~^28.35^~1 oz, (85 seeds)~^0 ~12695~^~ALMOND BUTTER,PLN,W/SALT~^1.00^633^15.08^59.10^3.60^21.22^3.7^4.90^270^3.70^303^523^758^450^3.05^0.900^2.354^4.9^0.7^0.133^0.611^2.875^0.259^0.076^65^0^65^65^52.1^0.00^1^0^0^0^1^0^0^1^26.00^0.0^5.602^38.374^12.402^0^250.00^~1 cup~^16.00^~1 tbsp~^0 ~12698~^~SESAME BUTTER,TAHINI,KRNLS UNSPEC~^3.00^592^17.40^53.01^5.09^21.50^4.7^^141^4.42^95^790^459^35^4.62^1.610^^1.7^4.2^1.590^0.120^5.640^^0.150^98^0^98^98^^0.00^67^3^0^^^^^^^^7.423^20.016^23.232^0^15.00^~1 tbsp~^^~~^0 ~13000~^~BEEF,GRASS-FED,STRIP STEAKS,LN,RAW~^73.42^117^23.07^2.69^1.69^0.00^0.0^0.00^9^1.85^23^212^342^55^3.61^0.068^0.009^21.1^0.0^0.052^0.124^6.703^0.678^0.651^13^0^13^13^65.1^1.27^0^0^0^0^0^0^0^0^0.22^0.9^1.032^0.995^0.108^55^214.16^~1 steak~^^~~^34 ~13001~^~BEEF,CARCASS,LN&FAT,CHOIC,RAW~^57.26^291^17.32^24.05^0.81^0.00^0.0^^8^1.83^17^154^267^59^3.57^0.069^0.013^18.1^0.0^0.080^0.160^3.540^0.320^0.330^7^0^7^7^^2.67^0^^^^^^^^^^9.750^10.470^0.920^74^28.35^~1 oz~^453.60^~1 lb~^19 ~13002~^~BEEF,CARCASS,LN&FAT,SEL,RAW~^58.21^278^17.48^22.55^0.82^0.00^0.0^^8^1.85^17^156^271^59^3.59^0.069^0.013^15.9^0.0^0.080^0.170^3.540^0.320^0.330^7^0^7^7^^2.69^0^^^^^^^^^^9.160^9.820^0.860^74^28.35^~1 oz~^453.60^~1 lb~^2 ~13019~^~BEEF,RTL CUTS,FAT,RAW~^20.21^674^8.21^70.89^0.28^0.00^0.0^0.00^26^0.72^5^61^96^26^0.82^0.028^0.000^6.6^0.0^0.030^0.037^1.437^0.163^0.108^0^0^0^0^^0.73^0^0^0^0^0^0^0^0^0.00^3.4^29.450^30.940^2.560^99^28.35^~1 oz~^113.00^~4 oz~^0 ~13020~^~BEEF,RTL CUTS,FAT,CKD~^18.58^680^10.65^70.33^0.45^0.00^0.0^0.00^19^1.08^6^64^99^23^1.24^0.040^0.000^8.3^0.0^0.030^0.046^1.528^0.221^0.140^0^0^0^0^56.1^0.90^0^0^0^0^0^0^0^0^0.00^3.1^28.500^30.450^2.660^95^28.35^~1 oz~^85.00^~3 oz~^0 ~13023~^~BEEF,BRISKET,WHL,LN,ALL GRDS,RAW~^70.29^155^20.72^7.37^1.02^0.00^0.0^0.00^5^1.92^23^201^330^79^4.31^0.080^0.014^16.4^0.0^0.100^0.170^3.940^0.350^0.420^7^0^7^7^86.5^2.43^0^0^0^0^0^0^0^0^0.32^1.3^2.590^3.460^0.230^62^28.35^~1 oz~^453.60^~1 lb~^30 ~13047~^~BEEF,GRASS-FED,GROUND,RAW~^67.13^192^19.42^12.73^1.71^0.00^0.0^0.00^12^1.99^19^175^289^68^4.55^0.063^0.010^14.2^0.0^0.049^0.154^4.818^0.576^0.355^6^0^6^6^67.4^1.97^0^0^0^0^0^0^0^0^0.35^1.1^5.335^4.800^0.532^62^^~~^^~~^0 ~13055~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,SEL,CKD,BRSD~^53.39^280^28.97^17.37^0.93^0.00^0.0^0.00^17^2.40^19^180^237^49^6.92^0.090^0.010^28.1^0.0^0.063^0.158^4.175^0.572^0.285^9^0^9^9^110.3^1.92^0^0^0^0^0^0^0^0^0.50^1.8^6.888^7.481^0.642^71^^~~^^~~^0 ~13065~^~BEEF,FLANK,LN&FAT,0"FAT,CHOIC,RAW~^69.46^165^21.22^8.29^1.02^0.00^0.0^0.00^27^1.55^22^193^330^54^3.81^0.071^0.013^23.3^0.0^0.056^0.090^6.842^0.619^0.571^12^0^12^12^88.6^1.18^0^0^0^0^0^0^0^0^0.33^1.3^3.443^3.380^0.320^41^28.35^~1 oz~^113.00^~4 oz~^0 ~13067~^~BEEF,FLANK,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^63.33^202^27.55^9.31^1.06^0.00^0.0^0.00^18^1.80^22^201^326^53^4.79^0.088^0.009^28.9^0.0^0.069^0.121^7.471^0.542^0.549^9^0^9^9^104.9^1.82^0^0^0^0^0^0^0^0^0.39^1.4^3.840^3.751^0.364^51^386.63^~1 steak, (yield from 483 g raw meat)~^^~~^0 ~13068~^~BEEF,FLANK,LN,0" FAT,CHOIC,RAW~^68.72^149^21.72^6.29^0.99^0.00^0.0^0.00^28^1.62^23^204^340^57^4.12^0.072^0.014^25.4^0.0^0.060^0.106^7.353^0.647^0.596^13^0^13^13^90.7^1.18^0^0^0^0^0^0^0^0^0.31^1.2^2.612^2.477^0.245^42^28.35^~1 oz~^453.60^~1 lb~^4 ~13069~^~BEEF,FLANK,LN,0" FAT,CHOIC,CKD,BRSD~^57.27^237^28.02^13.00^2.14^0.00^0.0^0.00^6^3.47^24^267^351^72^6.05^0.124^0.019^30.8^0.0^0.140^0.190^4.600^0.380^0.360^9^0^9^9^106.7^3.41^0^0^0^0^0^0^0^0^0.14^1.6^5.540^5.440^0.390^71^246.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^8 ~13070~^~BEEF,FLANK,LN,0"FAT,CHOIC,CKD,BRLD~^64.06^194^27.82^8.32^1.07^0.00^0.0^0.00^15^1.84^23^211^338^56^5.11^0.086^0.010^31.2^0.0^0.074^0.142^8.208^0.546^0.579^9^0^9^9^106.0^1.74^0^0^0^0^0^0^0^0^0.38^1.4^3.452^3.279^0.329^55^386.63^~1 steak~^^~~^2 ~13095~^~BEEF,RIB,EYE,SML END (RIBS 10-12),LN&FAT,0"FAT,CHOIC,RAW~^58.03^274^17.51^22.07^0.85^0.00^0.0^^10^1.87^18^168^305^56^3.85^0.060^0.012^16.5^0.0^0.080^0.130^3.230^0.290^0.360^5^0^5^5^^3.11^0^0^0^^^^^^^^9.000^9.580^0.770^68^28.35^~1 oz~^453.60^~1 lb~^4 ~13096~^~BF,RIB,EYE,SML END (RIB 10-12),LN & FT,0" FAT,CHOIC,CKD,BRLD~^55.87^265^26.58^16.76^1.08^0.00^0.0^0.00^18^1.80^22^201^326^53^4.79^0.088^0.009^28.9^0.0^0.066^0.117^7.209^0.523^0.530^8^0^8^8^^1.75^0^0^0^0^0^0^0^0^0.47^1.7^6.506^6.863^0.622^126^235.97^~1 steak, (yield from 297 g raw meat)~^^~~^8 ~13097~^~BEEF,RIB,EYE,SML END (RIBS 10-12),LN,0"FAT,CHOIC,RAW~^68.70^161^20.13^8.30^1.01^0.00^0.0^^10^2.18^22^196^373^63^4.66^0.067^0.014^17.1^0.0^0.090^0.150^3.740^0.340^0.420^6^0^6^6^^3.57^0^0^0^^^^^^^^3.230^3.560^0.270^59^28.35^~1 oz~^453.60^~1 lb~^25 ~13098~^~BEEF,RIB,EYE,SML END (RIBS 10-12),LN,0"FAT,CHOIC,CKD,BRLD~^61.30^205^28.88^9.01^1.17^0.00^0.0^0.00^16^1.98^25^227^363^60^5.49^0.092^0.011^33.6^0.0^0.077^0.148^8.521^0.567^0.601^10^0^10^10^^1.80^0^0^0^0^0^0^0^0^0.41^1.5^3.430^3.595^0.332^91^235.97^~1 steak, (yield from 297g raw meat)~^85.00^~3 oz~^19 ~13147~^~BEEF,RIB,SHORTRIBS,LN&FAT,CHOIC,RAW~^48.29^388^14.40^36.23^0.68^0.00^0.0^^9^1.55^14^137^232^49^3.16^0.053^0.011^14.2^0.0^0.071^0.118^2.556^0.241^0.300^5^0^5^5^^2.56^0^0^0^^^^^^^^15.760^16.390^1.320^76^28.35^~1 oz~^453.60^~1 lb~^27 ~13148~^~BEEF,RIB,SHORTRIBS,LN&FAT,CHOIC,CKD,BRSD~^35.72^471^21.57^41.98^0.74^0.00^0.0^0.00^12^2.31^15^162^224^50^4.88^0.099^0.013^20.8^0.0^0.050^0.150^2.452^0.252^0.220^5^0^5^5^82.2^2.62^0^0^0^0^0^0^0^0^0.29^2.4^17.800^18.880^1.530^94^225.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^29 ~13149~^~BEEF,RIB,SHORTRIBS,LN ONLY,CHOIC,RAW~^69.38^173^19.05^10.19^0.98^0.00^0.0^^8^2.16^22^190^357^65^4.78^0.069^0.014^14.4^0.0^0.094^0.154^3.412^0.320^0.390^6^0^6^6^^3.39^0^0^0^^^^^^^^4.330^4.380^0.380^59^28.35^~1 oz~^453.60^~1 lb~^59 ~13150~^~BEEF,RIB,SHORTRIBS,LN,CHOIC,CKD,BRSD~^50.15^295^30.76^18.13^0.98^0.00^0.0^0.00^11^3.36^22^235^313^58^7.80^0.107^0.018^22.1^0.0^0.065^0.202^3.208^0.337^0.280^7^0^7^7^117.2^3.46^0^0^0^0^0^0^0^0^0.14^1.9^7.740^7.980^0.550^93^121.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^62 ~13165~^~BEEF,BRISKET,FLAT HALF,LN & FAT,0" FAT,CHOIC,CKD,BRSD~^58.42^221^32.21^9.24^1.09^0.00^0.0^0.00^17^2.75^21^191^254^52^7.23^0.122^0.011^29.3^0.0^0.061^0.206^4.496^0.634^0.313^10^0^10^10^122.7^2.62^0^0^0^0^0^0^0^0^0.44^1.6^3.638^3.975^0.341^46^^~~^^~~^0 ~14099~^~ALCOHOLIC BEV,WINE,TABLE,RED,PINOT NOIR~^86.94^82^0.07^0.00^0.25^2.31^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.36^~1 fl oz~^146.79^~1 serving, 5 fl oz~^0 ~14100~^~ALCOHOLIC BEV,WINE,TABLE,RED,SYRAH~^86.53^83^0.07^0.00^0.32^2.58^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.39^~1 fl oz~^146.97^~1 serving, 5 fl oz~^0 ~14101~^~ALCOHOLIC BEV,WINE,TABLE,RED,BARBERA~^86.29^85^0.07^0.00^0.23^2.79^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.40^~1 fl oz~^147.01^~1 serving, 5 fl oz~^0 ~14102~^~ALCOHOLIC BEV,WINE,TABLE,RED,ZINFANDEL~^85.71^88^0.07^0.00^0.27^2.86^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.40^~1 fl oz~^147.01^~1 serving, 5 fl oz~^0 ~14103~^~ALCOHOLIC BEV,WINE,TABLE,RED,PETITE SIRAH~^86.22^85^0.07^0.00^0.31^2.68^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.45^~1 fl oz~^147.26^~1 serving, 5 fl oz~^0 ~14105~^~ALCOHOLIC BEV,WINE,TABLE,RED,CLARET~^86.38^83^0.07^0.00^0.29^3.01^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.45^~1 fl oz~^147.25^~1 serving, 5 fl oz~^0 ~14106~^~ALCOHOLIC BEV,WINE,TABLE,WHITE~^86.86^82^0.07^0.00^0.20^2.60^0.0^0.96^9^0.27^10^18^71^5^0.12^0.004^0.117^0.1^0.0^0.005^0.015^0.108^0.045^0.050^1^0^1^1^4.3^0.00^0^0^0^0^0^0^0^0^0.00^0.4^0.000^0.000^0.000^0^29.42^~1 fl oz~^147.08^~1 serving, 5 fl oz~^0 ~14107~^~ALCOHOLIC BEV,WINE,TABLE,RED,LEMBERGER~^87.02^80^0.07^0.00^0.25^2.46^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.44^~1 fl oz~^147.20^~1 serving, 5 fl oz~^0 ~14108~^~ALCOHOLIC BEV,WINE,TABLE,RED,SANGIOVESE~^86.17^86^0.07^0.00^0.26^2.62^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.38^~1 fl oz~^146.88^~1 serving, 5 fl oz~^0 ~14109~^~ALCOHOLIC BEV,WINE,TABLE,RED,CARIGNANE~^87.88^74^0.07^0.00^0.31^2.40^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.42^~1 fl oz~^147.11^~1 serving, 5 fl oz~^0 ~14113~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,PINOT GRIS (GRIGIO)~^86.98^83^0.07^0.00^0.16^2.06^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.30^~1 fl oz~^146.52^~1 serving, 5 fl oz~^0 ~14114~^~BEEF BROTH&TOMATO JUC,CND~^89.90^37^0.60^0.10^0.90^8.50^0.1^^11^0.58^3^13^96^131^0.02^0.017^0.028^0.7^0.9^0.001^0.029^0.164^0.036^0.024^4^0^4^4^^0.05^128^6^0^^^^^^^^0.032^0.029^0.022^0^30.50^~1 fl oz~^168.00^~1 can, (5.5 oz)~^0 ~14116~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,CHENIN BLANC~^86.78^80^0.07^0.00^0.22^3.31^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.50^~1 fl oz~^147.51^~1 serving, 5 fl oz~^0 ~14117~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,FUME BLANC~^86.98^82^0.07^0.00^0.17^2.27^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.34^~1 fl oz~^146.70^~1 serving, 5 fl oz~^0 ~14119~^~MIXED VEG & FRUIT JUC DRK,W/ ADDED NUTR~^92.34^29^0.04^0.01^0.13^7.47^0.0^2.10^3^0.04^1^2^19^21^0.01^0.009^0.012^0.1^32.5^0.003^0.004^0.018^0.013^0.010^0^0^0^0^5.2^0.00^2083^104^0^144^1178^0^0^12^1.63^0.5^0.000^0.000^0.000^0^247.35^~8 fl oz~^^~~^0 ~14120~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,MULLER THURGAU~^87.28^76^0.07^0.00^0.15^3.48^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.54^~1 fl oz~^147.70^~1 serving, 5 fl oz~^0 ~14121~^~CARBONATED BEV,CLUB SODA~^99.90^0^0.00^0.00^0.10^0.00^0.0^0.00^5^0.01^1^0^2^21^0.10^0.006^0.001^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.60^~1 fl oz~^474.00^~1 can, or bottle (16 fl oz)~^0 ~14124~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,GEWURZTRAMINER~^87.03^81^0.07^0.00^0.17^2.60^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.48^~1 fl oz~^147.41^~1 serving, 5 fl oz~^0 ~14126~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,SEMILLON~^86.54^82^0.07^0.00^0.21^3.12^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.50^~1 fl oz~^147.50^~1 serving, 5 fl oz~^0 ~14130~^~CARBONATED BEV,CRM SODA~^86.70^51^0.00^0.00^0.10^13.30^0.0^13.30^5^0.05^1^0^1^12^0.07^0.008^0.013^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.90^~1 fl oz~^494.00^~1 can, or bottle (16 fl oz)~^0 ~14131~^~DRINK MIX,QUAKER OATS,GATORADE,LEMON-LIME FLAVOR,PDR~^2.70^364^0.00^0.00^2.00^95.30^^89.70^^^^^201^603^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^16.00^~.75 scoop~^^~~^0 ~14132~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,RIESLING~^86.56^80^0.07^0.00^0.17^3.74^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.58^~1 fl oz~^147.88^~1 serving, 5 fl oz~^0 ~14134~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,SAUVIGNON BLANC~^87.16^81^0.07^0.00^0.18^2.05^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.35^~1 fl oz~^146.73^~1 serving, 5 fl oz~^0 ~14135~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,LATE HARVEST~^77.76^112^0.07^0.00^0.27^13.39^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^30.77^~1 fl oz~^153.87^~1 serving, 5 fl oz~^0 ~14136~^~CARBONATED BEV,GINGER ALE~^91.23^34^0.00^0.00^0.00^8.77^0.0^8.70^3^0.18^1^0^1^7^0.05^0.018^0.013^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.50^~1 fl oz~^488.00^~1 can, or bottle (16 fl oz)~^0 ~14137~^~TEA,RTD,NESTLE,COOL NESTEA ICE TEA LEMON FLAVOR~^91.18^36^0.00^0.00^0.12^9.09^0.0^9.09^3^0.00^1^36^19^21^0.06^0.008^0.131^^^^^^^^^^^^^^^^^^^^^^^^^^^^30.63^~1 fl oz~^245.07^~1 serving, 8 fl oz~^0 ~14138~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,PINOT BLANC~^87.14^81^0.07^0.00^0.24^1.94^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.31^~1 fl oz~^146.54^~1 serving, 5 fl oz~^0 ~14140~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,MUSCAT~^85.69^82^0.07^0.00^0.21^5.23^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.96^~1 fl oz~^149.82^~1 serving, 5 fl oz~^0 ~14142~^~CARBONATED BEV,GRAPE SODA~^88.80^43^0.00^0.00^0.10^11.20^0.0^^3^0.08^1^0^1^15^0.07^0.022^0.013^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^31.00^~1 fl oz~^372.00^~1 can, or bottle (12 fl oz)~^0 ~14143~^~CARBONATED BEV,LO CAL,OTHER THAN COLA OR PEPPER,WO/ CAFFEINE~^99.80^0^0.10^0.00^0.10^0.00^0.0^0.00^4^0.04^1^0^2^6^0.00^0.025^0.017^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.60^~1 fl oz~^355.00^~1 can, (12 fl oz)~^0 ~14144~^~CARBONATED BEV,LEMON-LIME SODA,CONTAINS CAFFEINE~^89.49^41^0.09^0.00^0.00^10.42^0.0^10.19^2^0.02^1^0^1^10^0.01^0.000^0.000^0.0^0.0^0.000^0.000^0.015^0.000^0.000^0^0^0^0^0.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.80^~1 fl oz~^369.00^~1 can, 12 fl oz~^0 ~14145~^~CARBONATED BEV,SPRITE,LEMON-LIME,WO/ CAFFEINE~^89.78^40^0.05^0.02^0.01^10.14^0.0^8.98^2^0.11^1^0^1^9^0.04^0.001^0.002^0.0^0.0^0.000^0.000^0.015^0.000^0.000^0^0^0^0^0.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.75^~1 fl oz~^369.04^~1 can, 12 fl oz~^0 ~14146~^~CARBONATED BEV,LO CAL,COLA OR PEPPR-TYPE,W/ ASPRT,WO/ CAFFEN~^99.74^1^0.12^0.00^0.00^0.15^0.0^0.00^3^0.02^0^10^7^4^0.01^0.002^0.000^0.1^0.0^0.005^0.023^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.60^~1 fl oz~^473.12^~1 bottle, 16 fl oz~^0 ~14147~^~CARBONATED BEV,COLA,WO/CAFFEINE~^89.62^41^0.00^0.00^0.06^10.58^0.0^10.58^2^0.02^0^11^3^4^0.01^0.000^0.000^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.69^~1 fl oz~^368.33^~1 can, 12 fl oz~^0 ~14148~^~CARBONATED BEV,COLA,W/HIGHER CAFFEINE~^89.62^41^0.00^0.00^0.06^10.58^0.0^10.58^2^0.02^0^11^3^4^0.01^0.000^0.000^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.69^~1 fl oz~^368.33^~1 can, 12 fl oz~^0 ~14149~^~CARBONATED BEV,RED SUGAR,COLA,CONTAINS CAFFEINE & SWEETENERS~^94.78^20^0.00^0.00^0.06^5.16^0.0^5.16^2^0.02^0^11^3^4^0.01^0.000^0.000^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.60^~1 fl oz~^355.00^~1 can, (8 fl oz)~^0 ~14150~^~CARBONATED BEV,ORANGE~^87.60^48^0.00^0.00^0.10^12.30^0.0^^5^0.06^1^1^2^12^0.10^0.015^0.013^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.6^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^31.00^~1 fl oz~^496.00^~1 can, or bottle (16 fl oz)~^0 ~11144~^~CELERY,CKD,BLD,DRND,WO/SALT~^94.11^18^0.83^0.16^0.90^4.00^1.6^2.37^42^0.42^12^25^284^91^0.14^0.036^0.106^1.0^6.1^0.043^0.047^0.319^0.195^0.086^22^0^22^22^7.9^0.00^521^26^0^0^313^0^0^329^0.35^37.8^0.040^0.030^0.075^0^150.00^~1 cup, diced~^75.00^~2 stalks~^0 ~11145~^~CELTUCE,RAW~^94.50^18^0.85^0.30^0.70^3.65^1.7^^39^0.55^28^39^330^11^0.27^0.040^0.688^0.9^19.5^0.055^0.070^0.550^0.183^0.050^46^0^46^46^^0.00^3500^175^0^^^^^^^^^^^0^8.00^~1 leaf~^^~~^25 ~11147~^~CHARD,SWISS,RAW~^92.66^19^1.80^0.20^1.60^3.74^1.6^1.10^51^1.80^81^46^379^213^0.36^0.179^0.366^0.9^30.0^0.040^0.090^0.400^0.172^0.099^14^0^14^14^18.0^0.00^6116^306^0^45^3647^0^0^11000^1.89^830.0^0.030^0.040^0.070^0^36.00^~1 cup~^48.00^~1 leaf~^8 ~11148~^~CHARD,SWISS,CKD,BLD,DRND,WO/SALT~^92.65^20^1.88^0.08^1.26^4.13^2.1^1.10^58^2.26^86^33^549^179^0.33^0.163^0.334^0.9^18.0^0.034^0.086^0.360^0.163^0.085^9^0^9^9^28.7^0.00^6124^306^0^45^3652^0^0^11015^1.89^327.3^0.012^0.016^0.028^0^175.00^~1 cup, chopped~^^~~^0 ~11149~^~CHAYOTE,FRUIT,RAW~^94.24^19^0.82^0.13^0.30^4.51^1.7^1.66^17^0.34^12^18^125^2^0.74^0.123^0.189^0.2^7.7^0.025^0.029^0.470^0.249^0.076^93^0^93^93^9.2^0.00^0^0^0^0^0^0^0^0^0.12^4.1^0.028^0.010^0.057^0^132.00^~1 cup, (1" pieces)~^203.00^~1 chayote, (5-3/4")~^1 ~11150~^~CHAYOTE,FRUIT,CKD,BLD,DRND,WO/SALT~^93.43^24^0.62^0.48^0.38^5.09^2.8^^13^0.22^12^29^173^1^0.31^0.110^0.169^0.3^8.0^0.026^0.040^0.420^0.408^0.118^18^0^18^18^^0.00^47^2^0^^^^^^^^0.086^^^0^160.00^~1 cup, (1" pieces)~^^~~^0 ~11151~^~CHICORY,WITLOOF,RAW~^94.52^17^0.90^0.10^0.47^4.00^3.1^^19^0.24^10^26^211^2^0.16^0.051^0.100^0.2^2.8^0.062^0.027^0.160^0.145^0.042^37^0^37^37^^0.00^29^1^0^^^^^^^^0.024^0.002^0.044^0^53.00^~1 head~^45.00^~.5 cup~^11 ~11152~^~CHICORY GREENS,RAW~^92.00^23^1.70^0.30^1.30^4.70^4.0^0.70^100^0.90^30^47^420^45^0.42^0.295^0.429^0.3^24.0^0.060^0.100^0.500^1.159^0.105^110^0^110^110^12.8^0.00^5717^286^0^0^3430^0^0^10300^2.26^297.6^0.073^0.006^0.131^0^29.00^~1 cup, chopped~^^~~^18 ~11154~^~CHICORY ROOTS,RAW~^80.00^73^1.40^0.20^0.89^17.51^^^41^0.80^22^61^290^50^0.33^0.077^0.233^0.7^5.0^0.040^0.030^0.400^0.323^0.241^23^0^23^23^^0.00^6^0^0^^^^^^^^0.048^0.004^0.087^0^60.00^~1 root~^45.00^~.5 cup, (1" pieces)~^18 ~11156~^~CHIVES,RAW~^90.65^30^3.27^0.73^1.00^4.35^2.5^1.85^92^1.60^42^58^296^3^0.56^0.157^0.373^0.9^58.1^0.078^0.115^0.647^0.324^0.138^105^0^105^105^5.2^0.00^4353^218^0^0^2612^0^0^323^0.21^212.7^0.146^0.095^0.267^0^3.00^~1 tbsp, chopped~^1.00^~1 tsp, chopped~^0 ~11157~^~CHRYSANTHEMUM,GARLAND,RAW~^91.40^24^3.36^0.56^1.67^3.02^3.0^^117^2.29^32^54^567^118^0.71^0.137^0.943^^1.4^0.130^0.144^0.531^0.221^0.176^177^0^177^177^^0.00^2320^116^0^0^1380^24^^3834^^350.0^^^^0^25.00^~1 cup, (1" pieces)~^14.00^~1 stem, (8-3/4" long)~^4 ~11158~^~CHRYSANTHEMUM,GARLAND,CKD,BLD,DRND,WO/SALT~^92.49^20^1.64^0.09^1.47^4.31^2.3^2.01^69^3.74^18^43^569^53^0.20^0.133^0.355^0.3^23.9^0.021^0.160^0.720^0.042^0.118^50^0^50^50^12.8^0.00^2572^129^0^0^1543^0^0^3467^2.50^142.7^0.022^0.002^0.039^0^100.00^~1 cup, (1" pieces)~^^~~^0 ~11159~^~COLESLAW,HOME-PREPARED~^81.50^78^1.29^2.61^2.19^12.41^1.5^^45^0.59^10^32^181^23^0.20^0.023^0.097^0.7^32.7^0.066^0.062^0.272^0.128^0.126^27^0^27^27^^0.00^367^53^41^^138^^^^^^0.385^0.708^1.351^8^8.00^~1 tbsp~^60.00^~.5 cup~^0 ~11161~^~COLLARDS,RAW~^90.55^30^2.45^0.42^0.89^5.69^3.6^0.46^145^0.19^9^10^169^20^0.13^0.039^0.276^1.3^35.3^0.054^0.130^0.742^0.267^0.165^166^0^166^166^23.2^0.00^6668^333^0^238^3842^80^0^8932^2.26^510.8^0.055^0.030^0.201^0^36.00^~1 cup, chopped~^^~~^43 ~11162~^~COLLARDS,CKD,BLD,DRND,WO/SALT~^91.86^26^2.11^0.36^0.76^4.91^2.8^0.40^140^1.16^20^30^116^16^0.23^0.038^0.436^0.5^18.2^0.040^0.106^0.575^0.218^0.128^93^0^93^93^31.8^0.00^8114^406^0^90^4814^20^0^7694^0.88^440.0^0.047^0.026^0.173^0^190.00^~1 cup, chopped~^^~~^0 ~11163~^~COLLARDS,FRZ,CHOPD,UNPREP~^89.53^33^2.69^0.37^0.95^6.46^3.6^^201^1.07^29^27^253^48^0.26^0.053^0.633^1.4^40.0^0.050^0.110^0.641^0.110^0.115^73^0^73^73^^0.00^9183^459^0^^5510^^^^^^0.048^0.027^0.178^0^284.00^~1 package, (10 oz)~^1361.00^~1 package, (3 lb)~^0 ~11164~^~COLLARDS,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^88.47^36^2.97^0.41^1.05^7.10^2.8^0.57^210^1.12^30^27^251^50^0.27^0.055^0.663^1.5^26.4^0.047^0.115^0.635^0.115^0.114^76^0^76^76^45.1^0.00^11493^575^0^127^6818^28^0^10898^1.25^623.2^0.060^0.020^0.210^0^170.00^~1 cup, chopped~^^~~^0 ~11165~^~CORIANDER (CILANTRO) LEAVES,RAW~^92.21^23^2.13^0.52^1.47^3.67^2.8^0.87^67^1.77^26^48^521^46^0.50^0.225^0.426^0.9^27.0^0.067^0.162^1.114^0.570^0.149^62^0^62^62^12.8^0.00^6748^337^0^36^3930^202^0^865^2.50^310.0^0.014^0.275^0.040^0^4.00^~.25 cup~^20.00^~9 sprigs~^15 ~11167~^~CORN,SWEET,YELLOW,RAW~^75.96^86^3.22^1.18^0.62^19.02^2.7^3.22^2^0.52^37^89^270^15^0.45^0.054^0.161^0.6^6.8^0.200^0.060^1.700^0.760^0.055^46^0^46^46^23.0^0.00^187^9^0^16^47^115^0^644^0.07^0.3^0.182^0.347^0.559^0^154.00^~1 cup~^143.00^~1 ear, large (7-3/4" to 9" long) yields~^64 ~11168~^~CORN,SWT,YEL,CKD,BLD,DRND,WO/SALT~^69.57^108^3.32^1.28^0.72^25.11^2.8^3.17^3^0.44^26^75^212^0^0.61^0.047^0.158^0.2^6.2^0.215^0.072^1.614^0.878^0.060^46^0^46^46^29.1^0.00^263^13^0^23^66^161^0^906^0.09^0.4^0.197^0.374^0.603^0^89.00^~1 ear, small (5-1/2" to 6-1/2" long)~^103.00^~1 ear, medium (6-3/4" to 7-1/2" long)~^45 ~11170~^~CORN,SWT,YEL,CND,BRINE PK,REG PK,SOL&LIQUIDS~^81.34^64^1.95^0.50^0.80^15.41^1.7^2.83^4^0.41^16^51^164^213^0.36^0.056^0.033^0.7^5.5^0.026^0.061^0.939^0.522^0.037^38^0^38^38^^0.00^65^3^0^21^26^5^0^832^0.03^0.0^0.077^0.144^0.233^0^128.00^~.5 cup~^482.00^~1 can, (303 x 406)~^0 ~11172~^~CORN,SWT,YEL,CND,WHL KERNEL,DRND SOL~^76.71^81^2.64^0.93^0.92^18.80^1.9^3.04^5^0.72^15^48^135^298^0.37^0.053^0.141^0.7^0.7^0.017^0.050^0.375^0.355^0.065^43^0^43^43^16.3^0.00^45^2^0^0^22^11^0^176^0.07^0.0^0.173^0.239^0.464^0^164.00^~1 cup~^211.00^~1 can, (12 oz) yields~^0 ~11174~^~CORN,SWT,YEL,CND,CRM STYLE,REG PK~^78.73^72^1.74^0.42^0.98^18.13^1.2^3.23^3^0.38^17^51^134^285^0.53^0.052^0.068^0.4^4.6^0.025^0.053^0.960^0.180^0.063^45^0^45^45^20.3^0.00^74^4^0^23^30^6^0^949^0.07^0.0^0.065^0.123^0.198^0^256.00^~1 cup~^482.00^~1 can, (303 x 406)~^0 ~11176~^~CORN,SWT,YEL,CND,VACUUM PK,REG PK~^76.58^79^2.41^0.50^1.07^19.44^2.0^3.56^5^0.42^23^64^186^272^0.46^0.048^0.067^0.7^8.1^0.041^0.073^1.167^0.675^0.055^49^0^49^49^22.4^0.00^81^4^0^26^33^6^0^1045^0.04^0.0^0.077^0.147^0.237^0^105.00^~.5 cup~^425.00^~1 can, 15 oz (303 x 406)~^0 ~11711~^~BALSAM-PEAR (BITTER GOURD),PODS,CKD,BLD,DRND,W/SALT~^93.95^19^0.84^0.18^0.71^4.32^2.0^1.95^9^0.38^16^36^319^242^0.77^0.033^0.086^0.2^33.0^0.051^0.053^0.280^0.193^0.041^51^0^51^51^10.8^0.00^113^6^0^0^68^0^0^1323^0.14^4.8^^^^0^124.00^~1 cup, (1/2" pieces)~^^~~^0 ~11712~^~BAMBOO SHOOTS,CKD,BLD,DRND,W/SALT~^95.92^11^1.53^0.22^0.81^1.52^1.0^^12^0.24^3^20^533^240^0.47^0.082^0.113^0.4^0.0^0.020^0.050^0.300^0.066^0.098^2^0^2^2^^0.00^0^0^0^^^^^^^^0.051^0.005^0.098^0^120.00^~1 cup, (1/2" slices)~^144.00^~1 shoot~^0 ~11713~^~BEANS,KIDNEY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^89.30^33^4.83^0.58^0.58^4.72^^^19^0.89^23^38^194^243^0.44^0.174^0.199^0.6^35.6^0.362^0.273^3.024^0.381^0.093^47^0^47^47^^0.00^2^0^0^^^^^^^^0.083^0.045^0.318^0^^~~^^~~^0 ~11714~^~LIMA BNS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^67.17^123^6.81^0.32^2.06^23.64^5.3^1.63^32^2.45^74^130^570^253^0.79^0.305^1.252^2.0^10.1^0.140^0.096^1.040^0.257^0.193^26^0^26^26^44.1^0.00^370^19^0^0^222^0^0^0^0.14^6.2^0.073^0.019^0.154^0^170.00^~1 cup~^^~~^0 ~11715~^~LIMA BNS,IMMAT SEEDS,CND,NO SALT,SOL&LIQUIDS~^81.17^71^4.07^0.29^1.14^13.33^3.6^0.93^28^1.61^34^71^285^4^0.64^0.162^0.700^1.1^8.7^0.029^0.043^0.532^0.095^0.062^16^0^16^16^25.3^0.00^150^8^0^0^90^0^0^0^0.29^3.6^0.066^0.016^0.139^0^124.00^~.5 cup~^454.00^~1 can, (303 x 406)~^0 ~11716~^~LIMA BNS,IMMAT SEEDS,FRZ,BABY,CKD,BLD,DRND,W/SALT~^72.35^105^6.65^0.30^1.25^19.45^6.0^1.37^28^1.96^56^112^411^265^0.55^0.197^0.813^1.7^5.8^0.070^0.055^0.770^0.177^0.115^16^0^16^16^37.2^0.00^167^8^0^0^100^0^0^0^0.64^5.2^0.068^0.017^0.145^0^311.00^~1 package, (10 oz) yields~^90.00^~.5 cup~^0 ~11717~^~LIMA BNS,IMMAT SEEDS,FRZ,FORDHOOK,CKD,BLD,DRND,W/SALT~^72.98^103^6.07^0.34^1.30^19.32^5.8^1.34^30^1.82^42^97^304^289^0.74^0.170^0.648^0.6^12.8^0.074^0.061^1.069^0.163^0.122^21^0^21^21^36.3^0.00^190^10^0^0^114^0^0^0^0.29^^0.077^0.020^0.163^0^311.00^~1 package, (10 oz) yields~^85.00^~.5 cup~^0 ~11718~^~MUNG BNS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^93.39^19^2.03^0.09^0.89^3.60^0.8^2.84^12^0.65^14^28^101^246^0.47^0.122^0.140^0.6^11.4^0.050^0.102^0.817^0.243^0.054^29^0^29^29^9.9^0.00^13^1^0^4^4^4^0^0^0.07^22.7^0.025^0.012^0.032^0^124.00^~1 cup~^^~~^0 ~11719~^~BEANS,NAVY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^76.02^78^7.07^0.81^1.09^15.01^^^16^2.11^111^103^317^250^0.97^0.389^0.446^0.6^17.3^0.381^0.235^1.263^0.854^0.198^106^0^106^106^^0.00^4^0^0^^^^^^^^0.098^0.060^0.468^0^^~~^^~~^0 ~11720~^~BEANS,PINTO,IMMAT SEEDS,FRZ,CKD,BLD,DRND,W/SALT~^58.01^162^9.31^0.48^1.33^30.88^8.6^^52^2.71^54^100^646^319^0.69^0.088^0.493^1.4^0.7^0.274^0.108^0.632^0.258^0.194^34^0^34^34^^0.00^0^0^0^^^^^^^^0.058^0.035^0.276^0^284.00^~1 package, (10 oz) yields~^94.00^~.333 package, (10 oz) yields~^0 ~11721~^~BEANS,PINTO,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^93.39^20^1.86^0.32^0.93^3.50^^^15^0.66^18^30^98^287^0.17^0.107^0.123^0.6^6.1^0.067^0.059^0.725^0.235^0.054^29^0^29^29^^0.00^0^0^0^^^^^^^^0.039^0.024^0.185^0^^~~^^~~^0 ~11722~^~BEANS,SNAP,YELLOW,RAW~^90.27^31^1.82^0.12^0.66^7.14^3.4^^37^1.04^25^38^209^6^0.24^0.069^0.214^0.6^16.3^0.084^0.105^0.752^0.094^0.074^37^0^37^37^^0.00^108^5^0^^^^^^^^0.026^0.005^0.059^0^110.00^~1 cup~^^~~^12 ~11723~^~BEANS,SNAP,GRN,CKD,BLD,DRND,W/SALT~^89.22^35^1.89^0.28^0.73^7.88^3.2^1.55^44^0.65^18^29^146^239^0.25^0.057^0.285^0.2^9.7^0.074^0.097^0.614^0.074^0.056^33^0^33^33^16.9^0.00^700^35^0^0^420^0^0^709^0.45^16.0^0.062^0.012^0.145^0^125.00^~1 cup~^^~~^0 ~11724~^~BEANS,SNAP,YEL,CKD,BLD,DRND,WO/SALT~^89.22^35^1.89^0.28^0.73^7.88^3.3^1.55^46^1.28^25^39^299^3^0.36^0.103^0.294^0.4^9.7^0.074^0.097^0.614^0.074^0.056^33^0^33^33^16.9^0.00^81^4^0^0^49^0^0^709^0.45^16.0^0.062^0.012^0.145^0^125.00^~1 cup~^^~~^0 ~11725~^~BEANS,SNAP,YEL,CKD,BLD,DRND,W/SALT~^89.22^35^1.89^0.28^0.73^7.88^3.3^1.55^46^1.28^25^39^299^239^0.36^0.103^0.294^0.4^9.7^0.074^0.097^0.614^0.074^0.056^33^0^33^33^16.9^0.00^81^4^0^0^49^0^0^709^0.45^16.0^0.062^0.012^0.145^0^125.00^~1 cup~^^~~^0 ~11726~^~BEANS,SNAP,GRN,CND,NO SALT,SOL&LIQUIDS~^94.68^15^0.80^0.10^0.92^3.50^1.5^^24^0.90^13^19^92^14^0.20^0.070^0.335^0.2^3.4^0.025^0.051^0.200^0.106^0.030^18^0^18^18^^0.00^321^16^0^^^^^^0.14^^0.023^0.004^0.052^0^120.00^~.5 cup~^439.00^~1 can, (303 x 406)~^0 ~11727~^~BEANS,SNAP,YEL,CND,REG PK,SOL&LIQUIDS~^94.68^15^0.80^0.10^0.92^3.50^1.5^^24^0.90^13^19^98^259^0.20^0.070^0.335^0.2^3.4^0.025^0.051^0.200^0.106^0.030^18^0^18^18^^0.00^63^3^0^^^^^^^^0.023^0.004^0.052^0^120.00^~.5 cup~^439.00^~1 can, (303 x 406)~^0 ~11728~^~BEANS,SNAP,YEL,CND,NO SALT,SOL&LIQUIDS~^94.68^15^0.80^0.10^0.92^3.50^1.5^^24^0.90^13^19^98^14^0.20^0.070^0.335^0.2^4.0^0.025^0.051^0.200^0.106^0.030^18^0^18^18^^0.00^63^3^0^^^^^^^^0.023^0.004^0.052^0^120.00^~.5 cup~^439.00^~1 can, (303 x 406)~^0 ~11729~^~BEANS,SNAP,GRN,CND,NO SALT,DRND SOL~^93.30^20^1.15^0.10^0.95^4.50^1.9^0.77^26^0.90^13^19^109^2^0.29^0.038^0.200^0.4^4.8^0.015^0.056^0.201^0.129^0.037^32^0^32^32^10.5^0.00^353^18^0^156^121^24^0^441^0.03^38.8^0.023^0.004^0.052^0^135.00^~1 cup~^62.00^~10 beans~^0 ~11730~^~BEANS,SNAP,YEL,FRZ,ALL STYLES,UNPREP~^89.88^33^1.80^0.21^0.53^7.57^2.8^^42^0.86^22^32^186^3^0.26^0.049^0.385^0.4^12.9^0.099^0.092^0.499^0.085^0.042^15^0^15^15^^0.00^128^6^0^^^^^^^^0.047^0.008^0.108^0^124.00^~1 cup~^284.00^~1 package, (10 oz)~^0 ~11731~^~BEANS,SNAP,GRN,FRZ,CKD,BLD,DRND,W/SALT~^91.42^26^1.49^0.17^1.06^5.86^3.0^1.23^42^0.66^19^29^159^245^0.24^0.059^0.288^0.4^4.1^0.035^0.090^0.383^0.049^0.060^23^0^23^23^13.5^0.00^557^28^0^0^334^0^0^564^0.04^12.7^0.042^0.007^0.084^0^135.00^~1 cup~^^~~^0 ~11732~^~BEANS,SNAP,YEL,FRZ,CKD,BLD,DRND,WO/SALT~^91.42^28^1.49^0.17^0.47^6.45^3.0^1.23^49^0.88^24^31^126^9^0.48^0.061^0.323^0.4^4.1^0.035^0.090^0.383^0.049^0.060^23^0^23^23^13.5^0.00^112^6^0^0^67^0^0^564^0.04^12.7^0.042^0.007^0.084^0^135.00^~1 cup~^^~~^0 ~11733~^~BEANS,SNAP,YEL,FRZ,CKD,BLD,DRND,W/SALT~^91.42^26^1.49^0.17^1.06^5.86^3.0^1.23^49^0.88^24^31^126^245^0.48^0.061^0.323^0.4^4.1^0.035^0.090^0.383^0.049^0.060^23^0^23^23^13.5^0.00^112^6^0^0^67^0^0^564^0.04^12.7^0.042^0.007^0.084^0^135.00^~1 cup~^^~~^0 ~11734~^~BEETS,CKD,BOILED. DRND,W/SALT~^87.06^44^1.68^0.18^1.12^9.96^2.0^7.96^16^0.79^23^38^305^285^0.35^0.074^0.326^0.7^3.6^0.027^0.040^0.331^0.145^0.067^80^0^80^80^6.3^0.00^35^2^0^0^21^0^0^0^0.04^0.2^0.028^0.035^0.064^0^85.00^~.5 cup, slices~^100.00^~2 beets, (2" dia, sphere)~^0 ~11735~^~BEETS,CND,NO SALT,SOL&LIQUIDS~^91.62^28^0.80^0.07^0.94^6.57^1.2^5.38^13^0.63^16^16^142^21^0.23^0.097^0.241^0.5^2.8^0.010^0.038^0.151^0.150^0.055^29^0^29^29^6.9^0.00^22^1^0^0^13^0^0^0^0.03^0.1^0.011^0.013^0.025^0^246.00^~1 cup~^^~~^0 ~13166~^~USDA CMDTY,BF,CND~^61.19^246^20.52^17.57^1.07^0.00^0.0^0.00^10^2.23^16^140^227^187^4.87^0.030^0.037^9.1^0.0^0.024^0.168^4.330^0.125^0.168^2^0^2^2^64.3^1.66^0^0^0^0^0^0^0^0^1.96^9.6^8.590^7.890^0.865^77^44.60^~1 serving~^800.80^~1 can~^0 ~13317~^~BEEF,GROUND,PATTIES,FRZ,CKD,BRLD~^53.91^295^23.05^21.83^0.90^0.00^0.0^0.00^11^2.42^19^174^305^77^4.84^0.077^0.022^21.5^0.0^0.030^0.176^5.305^0.545^0.435^21^0^21^21^74.6^2.65^0^0^0^0^0^0^0^0^0.00^2.3^8.805^9.358^0.636^84^313.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~13318~^~BEEF,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^76.29^143^10.86^10.30^1.51^1.05^0.0^0.00^43^2.55^13^362^274^126^1.02^0.287^0.026^21.3^10.7^0.092^0.199^3.550^2.010^0.226^3^0^3^3^^9.51^147^7^0^0^88^0^0^0^0.99^0.0^2.300^1.890^1.586^3010^28.35^~1 oz~^113.00^~4 oz~^22 ~13319~^~BEEF,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,PAN-FRIED~^70.75^196^12.57^15.83^1.58^0.00^0.0^^9^2.22^15^386^354^158^1.35^0.220^0.032^26.0^3.3^0.130^0.260^3.780^0.570^0.390^6^0^6^6^^15.20^0^0^0^^^^^^^^3.740^3.980^2.310^1995^351.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^0 ~13320~^~BEEF,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,SIMMRD~^74.86^151^11.67^10.53^1.46^1.48^0.0^0.00^9^2.30^12^335^244^108^1.09^0.230^0.028^21.8^10.5^0.069^0.217^3.620^1.210^0.143^5^0^5^5^490.9^10.10^117^6^0^0^70^0^0^0^1.67^0.1^2.394^1.882^1.632^3100^391.00^~1 piece, cooked, excluding refuse~^85.00^~3 oz~^0 ~13321~^~BEEF,VAR MEATS&BY-PRODUCTS,HEART,RAW~^77.11^112^17.72^3.94^1.10^0.14^0.0^0.00^7^4.31^21^212^287^98^1.70^0.396^0.035^21.8^2.0^0.238^0.906^7.530^1.790^0.279^3^0^3^3^^8.55^0^0^0^0^0^0^17^0^0.22^0.0^1.383^1.137^0.546^124^28.35^~1 oz~^113.00^~4 oz~^29 ~13322~^~BEEF,VAR MEATS&BY-PRODUCTS,HEART,CKD,SIMMRD~^65.67^165^28.48^4.73^0.97^0.15^0.0^0.00^5^6.38^21^254^219^59^2.87^0.559^0.033^38.9^0.0^0.101^1.210^6.680^1.600^0.245^5^0^5^5^228.8^10.80^0^0^0^0^0^0^0^0^0.29^0.5^1.404^1.011^0.985^212^85.00^~3 oz~^^~~^16 ~13323~^~BEEF,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^77.89^103^17.40^3.09^1.33^0.29^0.0^0.00^13^4.60^17^257^262^182^1.92^0.426^0.142^141.0^9.4^0.357^2.840^8.030^3.970^0.665^98^0^98^98^^27.50^1397^419^419^0^0^0^20^0^0.22^0.0^0.868^0.586^0.545^411^28.35^~1 oz~^113.00^~4 oz~^16 ~13324~^~BEEF,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,SIMMRD~^66.88^158^27.27^4.65^1.31^0.00^0.0^0.00^19^5.80^12^304^135^94^2.84^0.564^0.185^168.0^0.0^0.160^2.970^3.920^1.560^0.391^83^0^83^83^513.2^24.90^0^0^0^0^0^0^23^0^0.08^0.0^1.066^0.711^0.827^716^85.00^~3 oz~^^~~^0 ~13325~^~BEEF,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^70.81^135^20.36^3.63^1.31^3.89^0.0^0.00^5^4.90^18^387^313^69^4.00^9.755^0.310^39.7^1.3^0.189^2.755^13.175^7.173^1.083^290^0^290^290^333.3^59.30^16898^4968^4948^11^232^13^0^0^0.38^3.1^1.233^0.479^0.481^275^^~~^^~~^0 ~13326~^~BEEF,VAR MEATS & BY-PRODUCTS,LIVER,CKD,BRSD~^58.81^191^29.08^5.26^1.74^5.13^0.0^0.00^6^6.54^21^497^352^79^5.30^14.283^0.356^36.1^1.9^0.194^3.425^17.525^7.110^1.017^253^0^253^253^426.0^70.58^31714^9442^9428^11^162^11^0^0^0.51^3.3^1.696^0.647^0.639^396^67.94^~1 slice~^^~~^0 ~13327~^~BEEF, VAR MEATS&BY-PRODUCTS, LIVER, CKD, PAN-FRIED~^62.01^175^26.52^4.68^1.63^5.16^0.0^0.00^6^6.17^22^485^351^77^5.23^14.588^0.356^32.8^0.7^0.177^3.425^17.475^6.943^1.027^260^0^260^260^418.2^83.13^26088^7744^7728^11^182^21^0^0^0.46^3.9^1.493^0.653^0.602^381^81.50^~1 slice~^^~~^0 ~13328~^~BEEF,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^79.38^92^16.20^2.50^0.98^0.00^0.0^^10^7.95^14^224^340^198^1.61^0.260^0.019^44.3^38.5^0.047^0.230^4.000^1.000^0.040^11^0^11^11^^3.81^46^14^14^^^^^^^^0.860^0.640^0.340^242^28.35^~1 oz~^113.00^~4 oz~^24 ~13329~^~BEEF,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^76.40^120^20.40^3.70^1.10^0.00^0.0^^11^5.40^10^178^173^101^1.64^0.221^0.015^50.3^32.7^0.035^0.143^2.492^0.623^0.020^8^0^8^8^^2.59^39^12^12^^^^^^^^1.270^0.950^0.510^277^303.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^0 ~13330~^~BEEF,VAR MEATS&BY-PRODUCTS,MECHANICALLY SEPARATED BF,RAW~^59.39^276^14.97^23.52^2.14^0.00^0.0^^485^5.67^17^324^277^57^3.58^0.056^0.012^20.7^0.0^0.072^0.118^2.546^0.279^0.290^5^0^5^5^^2.56^0^0^0^^^^^^^^11.780^8.440^0.760^209^28.35^~1 oz~^227.00^~8 oz~^0 ~13331~^~BEEF,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^65.20^235^15.70^18.60^1.30^0.00^0.0^^9^2.22^18^327^276^67^2.58^0.060^0.150^24.7^13.7^0.140^0.445^4.450^3.900^0.200^3^0^3^3^^14.00^0^0^0^^^^^^^^6.410^6.440^3.470^205^28.35^~1 oz~^113.00^~4 oz~^0 ~13332~^~BEEF,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^55.60^271^27.10^17.20^1.50^0.00^0.0^^16^2.61^21^453^246^60^4.60^0.089^0.208^48.5^20.3^0.180^0.485^3.970^4.248^0.180^3^0^3^3^^16.60^0^0^0^^^^^^^^5.900^5.930^3.200^262^222.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^0 ~13333~^~BEEF,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^77.20^105^18.30^3.00^1.38^0.00^0.0^^9^44.55^22^296^429^85^2.11^0.168^0.073^62.2^45.5^0.050^0.370^8.400^1.081^0.070^4^0^4^4^^5.68^0^0^0^^^^^^^^1.000^0.780^0.220^263^28.35^~1 oz~^113.00^~4 oz~^0 ~13334~^~BEEF,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^69.98^145^25.10^4.20^1.60^0.00^0.0^^12^39.36^19^305^284^57^2.79^0.924^0.075^91.4^50.3^0.048^0.300^5.567^0.876^0.040^4^0^4^4^^5.02^0^0^0^^^^^^^^1.390^1.120^0.310^347^308.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^0 ~13335~^~BEEF,VAR MEATS & BY-PRODUCTS,SUET,RAW~^4.00^854^1.50^94.00^0.10^0.00^0.0^0.00^2^0.17^1^15^16^7^0.22^0.007^0.001^0.2^0.0^0.007^0.013^0.259^0.025^0.030^1^0^1^1^5.6^0.27^0^0^0^0^0^0^0^0^1.50^3.6^52.300^31.520^3.170^68^28.35^~1 oz~^113.00^~4 oz~^0 ~13337~^~BEEF,VAR MEATS&BY-PRODUCTS,THYMUS,RAW~^67.80^236^12.18^20.35^1.38^0.00^0.0^^7^2.10^14^393^360^96^2.06^0.048^0.120^18.1^34.0^0.109^0.345^3.452^3.026^0.160^2^0^2^2^^2.13^0^0^0^^^^^^^^7.010^7.050^3.800^223^28.35^~1 oz~^113.00^~4 oz~^0 ~13338~^~BEEF,VAR MEATS&BY-PRODUCTS,THYMUS,CKD,BRSD~^52.83^319^21.85^24.98^1.53^0.00^0.0^^10^1.49^10^364^433^116^2.20^0.043^0.099^21.6^30.2^0.084^0.225^1.840^1.972^0.080^1^0^1^1^^1.51^0^0^0^^^^^^^^8.610^8.640^4.660^294^381.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^0 ~13339~^~BEEF,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^64.53^224^14.90^16.09^0.80^3.68^0.0^^6^2.95^16^133^315^69^2.87^0.170^0.026^9.4^3.1^0.125^0.340^4.240^0.653^0.310^7^0^7^7^^3.79^0^0^0^^^^^^^^7.000^7.240^0.900^87^28.35^~1 oz~^113.00^~4 oz~^16 ~13340~^~BEEF,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,SIMMRD~^57.87^284^19.29^22.30^0.69^0.00^0.0^0.00^5^2.61^15^145^184^65^4.09^0.148^0.018^13.2^1.3^0.022^0.294^3.490^0.745^0.155^7^0^7^7^155.0^3.13^0^0^0^0^0^0^0^0^0.30^1.2^8.125^10.102^0.746^132^85.00^~3 oz~^^~~^16 ~13341~^~BEEF,VAR MEATS&BY-PRODUCTS,TRIPE,RAW~^84.16^85^12.07^3.69^0.55^0.00^0.0^0.00^69^0.59^13^64^67^97^1.42^0.070^0.085^12.5^0.0^0.000^0.064^0.881^0.227^0.014^5^0^5^5^194.8^1.39^0^0^0^0^0^0^0^0^0.09^0.0^1.291^1.533^0.180^122^28.35^~1 oz~^113.00^~4 oz~^0 ~13342~^~BEEF,SNDWCH STEAKS,FLAKED,CHOPD,FORMED & THINLY SLICED,RAW~^56.00^309^16.50^27.00^0.80^0.00^0.0^0.00^12^1.86^16^133^233^68^3.63^0.063^0.017^13.0^0.0^0.039^0.154^4.583^0.354^0.246^7^0^7^7^68.9^2.71^0^0^0^0^0^0^0^0^0.21^1.7^11.538^11.038^0.488^71^396.00^~1 package~^56.00^~1 serving~^0 ~13343~^~BEEF,BRISKET,FLAT HALF,LN,0" FAT,CHOIC,CKD,BRSD~^59.18^212^32.62^8.07^1.10^0.00^0.0^0.00^14^2.83^21^198^256^52^7.61^0.120^0.011^32.3^0.0^0.065^0.217^4.926^0.641^0.323^11^^11^^124.2^2.53^0^0^0^0^0^0^0^0^0.43^1.5^3.053^3.436^0.282^80^^~~^^~~^2 ~13344~^~BEEF,CURED,BRKFST STRIPS,RAW OR UNHTD~^45.20^406^12.50^38.80^2.80^0.70^0.0^^4^1.23^11^100^153^955^2.39^0.058^0.010^25.9^24.0^0.060^0.120^2.970^0.217^0.170^5^0^5^5^^1.64^0^0^0^^^^^^^^15.950^18.680^2.190^82^68.00^~3 slices~^340.00^~1 package, (net weight, 12 oz)~^0 ~14151~^~CARB BEV,LO CAL,OTHR THN COLA OR PEPPER,W/ ASPRT,CONTNS CAFF~^99.80^0^0.10^0.00^0.10^0.00^0.0^0.00^4^0.04^1^0^2^6^0.00^0.025^0.017^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.60^~1 fl oz~^355.00^~1 can, (12 fl oz)~^0 ~14152~^~ALCOHOLIC BEV,WINE,TABLE,RED,BURGUNDY~^85.62^86^0.07^0.00^0.34^3.69^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.53^~1 fl oz~^147.67^~1 serving, 5 fl oz~^0 ~14153~^~CARBONATED BEV,PEPPER-TYPE,CONTAINS CAFFEINE~^89.40^41^0.00^0.10^0.00^10.40^0.0^^3^0.04^0^11^1^10^0.04^0.006^0.035^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.070^0.000^0.000^0^30.70^~1 fl oz~^491.00^~1 can, or bottle (16 fl oz)~^0 ~14154~^~ENGY DRK,RED BULL,W/ ADD CAFFEINE,NIACIN,PANTO,VIT B6 & B12~^88.45^45^0.25^0.08^0.28^10.94^0.0^10.06^13^0.02^3^0^3^84^0.00^0.005^0.003^0.2^0.0^0.025^0.575^8.500^1.400^0.835^0^0^0^0^0.3^1.75^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^255.25^~1 serving, 8.3 fl oz can~^^~~^0 ~14155~^~CARBONATED BEV,TONIC H2O~^91.10^34^0.00^0.00^0.10^8.80^0.0^8.80^1^0.01^0^0^0^12^0.10^0.006^0.001^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.50^~1 fl oz~^336.00^~1 bottle, (11 fl oz)~^0 ~14156~^~ENG DRK,RED BULL,SGR FR,W/ADD CAFF,NIACIN,PANTO,VIT B6 & B12~^98.35^5^0.25^0.08^0.62^0.70^^^13^0.02^3^0^3^84^0.00^0.005^0.003^^^0.025^0.575^8.500^1.400^0.835^^^^^^1.75^^^^^^^^^^^^^^^250.00^~1 serving, 8.3 fl oz can~^^~~^0 ~14157~^~CARBONATED BEV,ROOT BEER~^89.30^41^0.00^0.00^0.10^10.60^0.0^10.60^5^0.05^1^0^1^13^0.07^0.007^0.013^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.80^~1 fl oz~^493.00^~1 can, or bottle (16 fl oz)~^0 ~14158~^~ALCOHOLIC BEV,WINE,TABLE,RED,GAMAY~^87.49^78^0.07^0.00^0.21^2.38^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.39^~1 fl oz~^146.94^~1 serving, 5 fl oz~^0 ~14159~^~ALCOHOLIC BEV,WINE,TABLE,RED,MOUVEDRE~^85.81^88^0.07^0.00^0.29^2.64^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.37^~1 fl oz~^146.84^~1 serving, 5 fl oz~^0 ~14166~^~CARBONATED BEV,LO CAL,COLA OR PEPR,W/ NA SACC,CONTAINS CAFFN~^99.80^0^0.00^0.00^0.10^0.10^0.0^0.00^4^0.02^1^11^4^16^0.03^0.013^0.009^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.60^~1 fl oz~^474.00^~1 bottle, (16 fl oz)~^0 ~14168~^~CAROB-FLAVOR BEV MIX,PDR~^2.90^372^1.80^0.20^1.90^93.30^8.0^^32^4.60^5^7^104^103^0.08^0.060^0.063^1.5^0.0^0.009^0.001^0.760^0.006^0.124^0^0^0^0^^0.00^0^0^0^^^^^^^^0.030^0.060^0.068^0^12.00^~1 tbsp~^^~~^0 ~14169~^~CAROB-FLAVOR BEV MIX,PDR,PREP W/ WHL MILK~^84.32^75^3.16^3.11^0.75^8.68^0.4^^98^0.25^10^80^131^46^0.37^0.025^0.006^3.6^0.0^0.042^0.174^0.138^0.346^0.040^5^0^5^5^^0.42^97^27^27^^^^^^^^1.779^0.777^0.189^10^256.00^~1 cup, (8 fl oz)~^^~~^0 ~14175~^~CHOCOLATE-FLAVOR BEV MIX FOR MILK,PDR,WO/ ADDED NUTR~^0.90^405^3.30^3.10^1.80^90.90^4.8^83.88^37^3.14^98^128^591^210^1.55^0.705^0.707^2.6^0.7^0.032^0.146^0.511^0.041^0.010^5^0^5^5^15.5^0.00^0^0^0^0^0^0^0^6^0.37^8.1^1.834^1.009^0.091^0^21.60^~1 portion, (2-3 heaping tsp)~^^~~^0 ~14177~^~CHOCOLATE-FLAVOR BEV MIX,PDR,PREP W/ WHL MILK~^80.79^85^3.23^3.24^0.78^11.91^0.4^12.10^95^0.30^18^88^172^58^0.48^0.082^0.064^3.6^0.1^0.043^0.180^0.142^0.336^0.034^5^0^5^5^^0.40^94^26^26^0^5^0^0^0^0.06^0.3^1.860^0.829^0.186^9^266.00^~1 cup, (8 fl oz)~^^~~^0 ~14181~^~CHOCOLATE SYRUP~^31.00^279^2.10^1.13^0.67^65.10^2.6^49.65^14^2.11^65^129^224^72^0.73^0.512^0.382^1.4^0.2^0.009^0.050^0.322^0.013^0.006^2^0^2^2^1.3^0.00^0^0^0^0^0^0^0^3^0.02^0.5^0.519^0.286^0.026^0^38.50^~1 serving, 2 tbsp~^300.00^~1 cup~^0 ~14182~^~CHOCOLATE SYRUP,PREP W/ WHL MILK~^80.51^90^3.07^2.96^0.69^12.78^0.3^11.31^89^0.32^18^90^145^47^0.43^0.090^0.055^3.4^0.0^0.039^0.165^0.137^0.315^0.032^5^0^5^5^^0.38^88^25^24^0^4^0^0^0^0.05^0.2^1.681^0.740^0.172^9^282.00^~1 cup, (8 fl oz)~^^~~^0 ~14187~^~CLAM&TOMATO JUC,CND~^87.40^48^0.60^0.20^0.85^10.95^0.4^3.31^8^0.15^5^11^89^362^0.08^0.029^0.032^0.4^5.0^0.021^0.012^0.231^0.083^0.061^8^0^8^8^^0.03^149^7^0^0^89^0^2982^20^0.11^^0.000^0.000^0.000^0^30.20^~1 fl oz~^166.00^~1 can, (5.5 oz)~^0 ~14192~^~COCOA MIX,PDR~^1.50^398^6.67^4.00^4.10^83.73^3.7^65.55^133^1.19^83^315^712^504^1.46^0.286^0.269^5.0^0.2^0.096^0.565^0.586^0.893^0.114^6^0^6^6^33.1^0.35^4^1^1^0^0^0^0^5^0.19^0.9^2.377^1.325^0.114^0^28.35^~1 serving, (3 heaping tsp or 1 envelope)~^^~~^0 ~14194~^~COCOA MIX,PDR,PREP W/ H2O~^86.34^55^0.92^0.55^0.65^11.54^0.5^9.03^21^0.17^12^43^99^73^0.21^0.048^0.037^0.7^0.0^0.013^0.078^0.081^0.123^0.016^1^0^1^1^4.6^0.05^1^0^0^0^0^0^0^1^0.03^0.1^0.328^0.183^0.016^0^205.77^~1 serving, 6 fl oz~^34.30^~1 fl oz~^0 ~11178~^~CORN,SWT,YEL,FRZ,KRNLS CUT OFF COB,UNPREP~^75.00^88^3.02^0.78^0.48^20.71^2.1^2.50^4^0.42^18^70^213^3^0.38^0.036^0.123^0.7^6.4^0.083^0.068^1.739^0.361^0.168^36^0^36^36^24.0^0.00^195^10^0^17^49^120^0^672^0.08^0.3^0.119^0.227^0.366^0^135.50^~1 cup~^284.00^~1 package~^0 ~11179~^~CORN,SWT,YEL,FRZ,KRNLS CUT OFF COB,BLD,DRND,WO/SALT~^77.03^81^2.55^0.67^0.44^19.30^2.4^3.07^3^0.47^28^79^233^1^0.63^0.048^0.155^0.7^3.5^0.030^0.062^1.311^0.151^0.099^35^0^35^35^22.0^0.00^199^10^0^17^50^122^0^684^0.07^0.3^0.103^0.197^0.318^0^284.00^~1 package, (10 oz) yields~^82.00^~.5 cup~^0 ~11180~^~CORN,SWT,YEL,FRZ,KRNLS ON COB,UNPREP~^71.79^98^3.28^0.78^0.65^23.50^2.8^3.78^4^0.68^32^87^294^5^0.70^0.051^0.158^0.8^7.2^0.103^0.088^1.681^0.293^0.179^40^0^40^40^^0.00^244^12^0^21^61^149^0^897^0.09^0.4^0.120^0.228^0.367^0^125.00^~1 ear, yields~^82.00^~.5 cup, kernels~^45 ~11181~^~CORN,SWT,YEL,FRZ,KRNLS ON COB,CKD,BLD,DRND,WO/SALT~^73.20^93^3.11^0.74^0.62^22.33^2.8^3.59^3^0.61^29^75^251^4^0.63^0.046^0.142^0.7^4.8^0.174^0.069^1.517^0.250^0.224^31^0^31^31^^0.00^232^12^0^20^58^142^0^852^0.08^0.4^0.114^0.216^0.348^0^63.00^~1 ear, yields~^82.00^~.5 cup, kernels~^45 ~11182~^~CORN,YEL,WHL KERNEL,FRZ,MICROWAVED~^68.40^131^3.62^1.42^0.69^25.87^2.6^3.36^5^0.39^25^95^276^4^0.53^0.054^0.129^^^0.083^0.050^2.070^0.637^0.120^38^^38^^30.3^0.00^234^12^^20^59^144^0^807^0.10^0.4^0.150^0.287^0.463^0^141.08^~1 cup~^^~~^0 ~11184~^~CORN W/RED&GRN PEPPERS,CND,SOL&LIQUIDS~^77.50^75^2.33^0.55^1.45^18.17^^^5^0.79^25^62^153^347^0.37^0.060^0.043^0.6^8.8^0.022^0.080^0.950^0.447^0.097^34^0^34^34^^0.00^232^12^0^^^^^^^^0.085^0.157^0.261^0^227.00^~1 cup~^^~~^0 ~11190~^~CORNSALAD,RAW~^92.80^21^2.00^0.40^1.20^3.60^^^38^2.18^13^53^459^4^0.59^0.134^0.359^0.9^38.2^0.071^0.087^0.415^0.042^0.273^14^0^14^14^^0.00^7092^355^0^^^^^^^^^^^0^56.00^~1 cup~^^~~^ ~11191~^~COWPEAS (BLACKEYES),IMMAT SEEDS,RAW~^77.20^90^2.95^0.35^0.67^18.83^5.0^3.00^126^1.10^51^53^431^4^1.01^0.130^0.560^2.3^2.5^0.110^0.145^1.450^0.151^0.067^168^0^168^168^^0.00^817^41^0^^^^^^^^0.090^0.032^0.150^0^145.00^~1 cup~^^~~^49 ~11192~^~COWPEAS (BLACKEYES),IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^75.48^97^3.17^0.38^0.65^20.32^5.0^3.23^128^1.12^52^51^418^4^1.03^0.133^0.572^2.5^2.2^0.101^0.148^1.403^0.154^0.065^127^0^127^127^32.9^0.00^791^40^0^0^475^0^0^0^0.22^26.6^0.096^0.034^0.161^0^165.00^~1 cup~^^~~^0 ~11195~^~COWPEAS (BLACKEYES),IMMAT SEEDS,FRZ,UNPREP~^64.15^139^8.98^0.70^1.05^25.13^5.0^^26^2.35^55^122^441^6^1.58^0.205^0.881^3.6^4.0^0.245^0.071^0.811^0.237^0.106^187^0^187^187^^0.00^84^4^0^^^^^^^^0.185^0.063^0.297^0^160.00^~1 cup~^284.00^~1 package, (10 oz)~^0 ~11196~^~COWPEAS (BLACKEYES),IMMTRE SEEDS,FRZ,CKD,BLD,DRND,WO/SALT~^66.10^132^8.49^0.66^0.99^23.76^6.4^4.46^23^2.12^50^122^375^5^1.42^0.184^0.791^3.4^2.6^0.260^0.064^0.728^0.213^0.095^141^0^141^141^45.6^0.00^75^4^0^0^45^0^0^0^0.30^36.8^0.175^0.060^0.280^0^170.00^~1 cup~^^~~^0 ~11197~^~COWPEAS,YOUNG PODS W/SEEDS,RAW~^86.00^44^3.30^0.30^0.90^9.50^^^65^1.00^58^65^215^4^0.34^0.100^0.308^0.9^33.0^0.150^0.140^1.200^0.945^0.173^53^0^53^53^^0.00^1600^80^0^^^^^^^^0.079^0.027^0.127^0^94.00^~1 cup~^12.00^~1 pod~^9 ~11198~^~COWPEAS,YOUNG PODS W/SEEDS,CKD,BLD,DRND,WO/SALT~^89.50^34^2.60^0.30^0.60^7.00^^^55^0.70^41^49^196^3^0.24^0.071^0.219^0.7^17.0^0.090^0.090^0.800^0.638^0.123^26^0^26^26^^0.00^1400^70^0^^^^^^^^0.079^0.027^0.127^0^95.00^~1 cup~^^~~^0 ~11199~^~YARDLONG BEAN,RAW~^87.85^47^2.80^0.40^0.60^8.35^^^50^0.47^44^59^240^4^0.37^0.048^0.205^1.5^18.8^0.107^0.110^0.410^0.055^0.024^62^0^62^62^^0.00^865^43^0^^^^^^^^0.105^0.036^0.169^0^91.00^~1 cup, slices~^12.00^~1 pod~^5 ~11200~^~YARDLONG BEAN,CKD,BLD,DRND,WO/SALT~^87.47^47^2.53^0.10^0.73^9.18^^^44^0.98^42^57^290^4^0.36^0.047^0.201^1.5^16.2^0.085^0.099^0.630^0.051^0.024^45^0^45^45^^0.00^450^23^0^^^^^^^^0.026^0.009^0.042^0^104.00^~1 cup, slices~^14.00^~1 pod~^0 ~11201~^~COWPEAS,LEAFY TIPS,RAW~^89.78^29^4.10^0.25^1.05^4.82^^^63^1.92^43^9^455^7^0.29^0.191^0.509^0.9^36.0^0.354^0.175^1.120^0.060^0.177^101^0^101^101^^0.00^712^36^0^^^^^^^^0.066^0.022^0.106^0^36.00^~1 cup, chopped~^3.00^~1 leaf~^48 ~11202~^~COWPEAS,LEAFY TIPS,CKD,BLD,DRND,WO/SALT~^91.30^22^4.67^0.10^1.13^2.80^^^69^1.09^62^42^351^6^0.24^0.154^0.412^0.9^18.4^0.256^0.142^1.008^0.046^0.135^60^0^60^60^^0.00^576^29^0^^^^^^^^0.026^0.009^0.042^0^53.00^~1 cup, chopped~^^~~^0 ~11203~^~CRESS,GARDEN,RAW~^89.40^32^2.60^0.70^1.80^5.50^1.1^4.40^81^1.30^38^76^606^14^0.23^0.170^0.553^0.9^69.0^0.080^0.260^1.000^0.242^0.247^80^0^80^80^19.5^0.00^6917^346^0^0^4150^0^0^12500^0.70^541.9^0.023^0.239^0.228^0^50.00^~1 cup~^1.00^~1 sprig~^29 ~11204~^~CRESS,GARDEN,CKD,BLD,DRND,WO/SALT~^92.50^23^1.90^0.60^1.20^3.80^0.7^3.11^61^0.80^26^48^353^8^0.15^0.114^0.372^0.9^23.0^0.060^0.160^0.800^0.163^0.157^37^0^37^37^13.8^0.00^4649^232^0^0^2790^0^0^8402^0.50^383.4^0.020^0.205^0.196^0^135.00^~1 cup~^68.00^~.5 cup~^0 ~11205~^~CUCUMBER,WITH PEEL,RAW~^95.23^15^0.65^0.11^0.38^3.63^0.5^1.67^16^0.28^13^24^147^2^0.20^0.041^0.079^0.3^2.8^0.027^0.033^0.098^0.259^0.040^7^0^7^7^6.0^0.00^105^5^0^11^45^26^0^23^0.03^16.4^0.037^0.005^0.032^0^52.00^~.5 cup, slices~^301.00^~1 cucumber, (8-1/4")~^3 ~11206~^~CUCUMBER,PEELED,RAW~^96.73^12^0.59^0.16^0.36^2.16^0.7^1.38^14^0.22^12^21^136^2^0.17^0.071^0.073^0.1^3.2^0.031^0.025^0.037^0.240^0.051^14^0^14^14^5.7^0.00^72^4^0^8^31^18^0^16^0.03^7.2^0.013^0.002^0.003^0^133.00^~1 cup, pared chopped~^119.00^~1 cup, sliced~^27 ~11207~^~DANDELION GREENS,RAW~^85.60^45^2.70^0.70^1.80^9.20^3.5^0.71^187^3.10^36^66^397^76^0.41^0.171^0.342^0.5^35.0^0.190^0.260^0.806^0.084^0.251^27^0^27^27^35.3^0.00^10161^508^0^363^5854^121^0^13610^3.44^778.4^0.170^0.014^0.306^0^55.00^~1 cup, chopped~^^~~^0 ~11208~^~DANDELION GRNS,CKD,BLD,DRND,WO/SALT~^89.80^33^2.00^0.60^1.20^6.40^2.9^0.50^140^1.80^24^42^232^44^0.28^0.115^0.230^0.3^18.0^0.130^0.175^0.514^0.057^0.160^13^0^13^13^25.0^0.00^6837^342^0^244^3940^82^0^9158^2.44^551.4^0.146^0.012^0.262^0^105.00^~1 cup, chopped~^^~~^0 ~11209~^~EGGPLANT,RAW~^92.41^24^1.01^0.19^0.70^5.70^3.4^2.35^9^0.24^14^25^230^2^0.16^0.082^0.250^0.3^2.2^0.039^0.037^0.649^0.281^0.084^22^0^22^22^6.9^0.00^27^1^0^0^16^0^0^0^0.30^3.5^0.034^0.016^0.076^0^82.00^~1 cup, cubes~^458.00^~1 eggplant, peeled (yield from 1-1/4 lb)~^19 ~11736~^~BEET GRNS,CKD,BLD,DRND,W/SALT~^89.13^27^2.57^0.20^2.64^5.46^2.9^0.60^114^1.90^68^41^909^477^0.50^0.251^0.514^0.9^24.9^0.117^0.289^0.499^0.329^0.132^14^0^14^14^42.5^0.00^7654^383^0^4^4590^0^0^1819^1.81^484.0^0.031^0.038^0.070^0^144.00^~1 cup, (1" pieces)~^^~~^0 ~11737~^~BORAGE,CKD,BLD,DRND,W/SALT~^91.88^25^2.09^0.81^1.67^3.55^^^102^3.64^57^55^491^324^0.22^0.143^0.385^0.9^32.5^0.059^0.165^0.940^0.045^0.088^10^0^10^10^^0.00^4385^219^0^^^^^^^^0.197^0.245^0.127^0^^~~^^~~^0 ~11738~^~BROADBEANS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^83.70^62^4.80^0.50^0.90^10.10^^^18^1.50^31^73^193^277^0.47^0.060^0.261^1.0^19.8^0.128^0.090^1.200^0.066^0.029^58^0^58^58^^0.00^270^14^0^^^^^^^^0.142^0.020^0.303^0^^~~^^~~^0 ~11739~^~BROCCOLI,LEAVES,RAW~^90.69^28^2.98^0.35^0.92^5.24^^^48^0.88^25^66^325^27^0.40^0.045^0.229^3.0^93.2^0.065^0.119^0.638^0.535^0.159^71^0^71^71^^0.00^16000^800^0^^^^^^^^0.054^0.024^0.167^0^^~~^^~~^0 ~11740~^~BROCCOLI,FLOWER CLUSTERS,RAW~^90.69^28^2.98^0.35^0.92^5.24^^^48^0.88^25^66^325^27^0.40^0.045^0.229^3.0^93.2^0.065^0.119^0.638^0.535^0.159^71^0^71^71^^0.00^3000^150^0^^^^^^^^0.054^0.024^0.167^0^71.00^~1 cup, flowerets~^11.00^~1 floweret~^0 ~11741~^~BROCCOLI,STALKS,RAW~^90.69^28^2.98^0.35^0.92^5.24^^^48^0.88^25^66^325^27^0.40^0.045^0.229^3.0^93.2^0.065^0.119^0.638^0.535^0.159^71^0^71^71^^0.00^400^20^0^^^^^^^^0.054^0.024^0.167^0^114.00^~1 stalk~^^~~^0 ~11742~^~BROCCOLI,CKD,BLD,DRND,W/SALT~^89.25^35^2.38^0.41^0.77^7.18^3.3^1.39^40^0.67^21^67^293^262^0.45^0.061^0.194^1.6^64.9^0.063^0.123^0.553^0.616^0.200^108^0^108^108^40.1^0.00^1548^77^0^0^929^0^0^1080^1.45^141.1^0.079^0.040^0.170^0^280.00^~1 stalk, large (11"-12" long)~^180.00^~1 stalk, medium (7-1/2" - 8" long)~^0 ~11743~^~BROCCOLI,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^90.72^28^3.10^0.12^0.71^5.35^3.0^1.47^33^0.61^13^49^142^260^0.28^0.034^0.223^0.7^40.1^0.055^0.081^0.458^0.274^0.130^56^0^56^56^16.2^0.00^1011^51^0^19^597^1^0^1095^1.32^88.1^0.018^0.008^0.055^0^184.00^~1 cup~^^~~^0 ~11744~^~BROCCOLI,FRZ,SPEARS,CKD,BLD,DRND,W/SALT~^90.72^28^3.10^0.11^0.71^5.35^3.0^1.44^51^0.61^20^55^180^260^0.30^0.043^0.325^1.9^40.1^0.055^0.081^0.458^0.274^0.130^30^0^30^30^^0.00^1118^56^0^15^663^1^0^1498^1.32^99.5^0.018^0.008^0.055^0^250.00^~1 package, (10 oz) yields~^92.00^~.5 cup~^0 ~11745~^~BRUSSELS SPROUTS,CKD,BLD,DRND,W/SALT~^88.90^36^2.55^0.50^0.95^7.10^2.6^1.74^36^1.20^20^56^317^257^0.33^0.083^0.227^1.5^62.0^0.107^0.080^0.607^0.252^0.178^60^0^60^60^40.6^0.00^775^39^0^0^465^0^0^1290^0.43^140.3^0.102^0.038^0.255^0^21.00^~1 sprout~^78.00^~.5 cup~^0 ~11746~^~BRUSSELS SPROUTS,FRZ,CKD,BLD,DRND,W/SALT~^86.74^42^3.64^0.39^0.91^8.32^4.1^2.08^26^0.48^18^56^290^15^0.24^0.034^0.206^0.6^45.7^0.103^0.113^0.537^0.342^0.289^101^0^101^101^18.1^0.00^926^46^0^0^555^0^0^1541^0.51^193.5^0.081^0.030^0.200^0^155.00^~1 cup~^^~~^0 ~11747~^~BURDOCK ROOT,CKD,BLD,DRND,W/SALT~^75.64^88^2.09^0.14^0.98^21.15^1.8^3.55^49^0.77^39^93^360^240^0.38^0.089^0.270^0.9^2.6^0.039^0.058^0.320^0.353^0.279^20^0^20^20^^0.00^0^0^0^0^0^0^0^0^0.46^2.0^^^^0^125.00^~1 cup, (1" pieces)~^166.00^~1 root~^0 ~11748~^~BUTTERBUR,CKD,BLD,DRND,W/SALT~^96.70^8^0.23^0.02^0.88^2.16^^^59^0.10^8^7^354^240^0.09^0.059^0.156^0.9^18.9^0.010^0.010^0.100^0.018^0.052^4^0^4^4^^0.00^27^1^0^^^^^^^^^^^0^^~~^^~~^0 ~11749~^~CABBAGE,COMMON,FRESHLY HARVEST,RAW~^92.52^24^1.21^0.18^0.72^5.37^2.3^^47^0.56^15^23^246^18^0.18^0.023^0.159^0.9^51.0^0.050^0.030^0.300^0.140^0.095^57^0^57^57^^0.00^126^6^0^^^^^^^^0.023^0.013^0.087^0^908.00^~1 head~^35.00^~.5 cup, shredded~^20 ~11750~^~CABBAGE,COMMON (DANISH,DOMESTIC,&POINTED TYPES),STORED,RAW~^92.52^24^1.21^0.18^0.72^5.37^2.3^^47^0.56^15^23^246^18^0.18^0.023^0.159^0.9^42.0^0.050^0.030^0.300^0.140^0.095^57^0^57^57^^0.00^126^6^0^^^^^^^^0.023^0.013^0.087^0^908.00^~1 head~^35.00^~.5 cup, shredded~^20 ~11751~^~CABBAGE,COMMON,CKD,BLD,DRND,W/SALT~^92.57^23^1.27^0.06^0.59^5.51^1.9^2.79^48^0.17^15^33^196^255^0.20^0.017^0.205^0.6^37.5^0.061^0.038^0.248^0.174^0.112^30^0^30^30^20.3^0.00^80^4^0^0^48^0^0^27^0.14^108.7^0.000^0.019^0.023^0^1262.00^~1 head~^75.00^~.5 cup, shredded~^0 ~11752~^~CABBAGE,RED,CKD,BLD,DRND,W/SALT~^90.84^29^1.51^0.09^0.62^6.94^2.6^3.32^42^0.66^17^33^262^244^0.25^0.054^0.223^2.3^10.8^0.071^0.060^0.382^0.154^0.225^24^0^24^24^^0.00^33^2^0^0^20^0^0^20^0.12^47.6^0.011^0.007^0.043^0^22.00^~1 leaf~^75.00^~.5 cup, shredded~^0 ~11753~^~CABBAGE,SAVOY,CKD,BLD,DRND,W/SALT~^92.00^24^1.80^0.09^0.70^5.41^2.8^^30^0.38^24^33^184^260^0.23^0.052^0.152^0.7^17.0^0.051^0.020^0.024^0.159^0.152^46^0^46^46^^0.00^889^44^0^^^^^^^^0.012^0.007^0.043^0^145.00^~1 cup, shredded~^^~~^0 ~11754~^~CABBAGE,CHINESE (PAK-CHOI),CKD,BLD,DRND,W/SALT~^95.55^12^1.56^0.16^0.95^1.78^1.0^0.83^93^1.04^11^29^371^270^0.17^0.019^0.144^0.4^26.0^0.032^0.063^0.428^0.079^0.166^41^0^41^41^12.1^0.00^4249^212^0^1^2549^0^0^38^0.09^34.0^0.021^0.012^0.077^0^170.00^~1 cup, shredded~^^~~^0 ~11755~^~CABBAGE,CHINESE (PE-TSAI),CKD,BLD,DRND,W/SALT~^95.24^14^1.50^0.17^0.68^2.41^1.7^^32^0.30^10^39^225^245^0.18^0.029^0.153^0.4^15.8^0.044^0.044^0.500^0.080^0.177^53^0^53^53^^0.00^967^48^0^^^^^^^^0.036^0.020^0.061^0^119.00^~1 cup, shredded~^14.00^~1 leaf~^0 ~11756~^~CARDOON,CKD,BLD,DRND,W/SALT~^93.46^20^0.76^0.11^0.93^4.74^1.7^^72^0.73^43^23^392^412^0.18^0.029^0.133^1.0^1.7^0.018^0.031^0.294^0.097^0.042^22^0^22^22^^0.00^0^0^0^^^^^^^^0.012^0.020^0.044^0^^~~^^~~^0 ~11757~^~CARROTS,CKD,BLD,DRND,W/SALT~^90.17^35^0.76^0.18^0.67^8.22^3.0^3.45^30^0.34^10^30^235^302^0.20^0.017^0.155^0.7^3.6^0.066^0.044^0.645^0.232^0.153^2^0^2^2^8.8^0.00^17033^852^0^3776^8332^0^0^194^1.03^13.7^0.037^0.007^0.107^0^9.70^~1 tbsp~^78.00^~.5 cup, slices~^0 ~11758~^~CARROTS,CND,NO SALT,SOL&LIQUIDS~^92.99^23^0.59^0.14^0.92^5.36^1.8^2.46^31^0.52^9^20^158^34^0.29^0.103^0.450^0.4^2.0^0.019^0.027^0.421^0.139^0.112^8^0^8^8^6.3^0.00^11170^558^0^2743^5331^0^0^0^0.73^9.8^0.024^0.007^0.068^0^123.00^~.5 cup, slices~^454.00^~1 can, (303 x 406)~^0 ~11759~^~CARROTS,CND,NO SALT ,DRND SOL~^92.95^25^0.64^0.19^0.68^5.54^1.5^2.48^25^0.64^8^24^179^42^0.26^0.104^0.450^0.4^2.7^0.018^0.030^0.552^0.135^0.112^9^0^9^9^^0.00^11170^558^0^2743^5331^0^0^0^0.74^9.8^0.036^0.009^0.092^0^228.00^~1 cup, mashed~^146.00^~1 cup, sliced~^0 ~11760~^~CARROTS,FRZ,CKD,BLD,DRND,W/SALT~^90.32^37^0.58^0.68^0.69^7.73^3.3^4.08^35^0.53^11^31^192^295^0.35^0.082^0.167^0.6^2.3^0.030^0.037^0.416^0.174^0.084^11^0^11^11^8.6^0.00^16928^846^0^3716^8199^199^0^676^1.01^13.6^0.132^0.035^0.318^0^146.00^~1 cup, slices~^^~~^0 ~13345~^~BEEF,CURED,BRKFST STRIPS,CKD~^26.20^449^31.30^34.40^6.70^1.40^0.0^0.00^9^3.14^27^236^412^2253^6.37^0.116^0.017^26.8^0.0^0.090^0.260^6.470^0.343^0.310^8^0^8^8^119.2^3.45^0^0^0^0^0^0^0^0^0.29^2.8^14.350^16.850^1.580^119^34.00^~3 slices~^170.00^~1 package, cooked (yield from 12 oz raw product)~^0 ~13346~^~BEEF,CURED,CORNED BF,BRISKET,RAW~^66.56^198^14.68^14.90^3.73^0.14^0.0^^7^1.69^14^117^297^1217^2.85^0.110^0.020^19.0^27.0^0.043^0.157^3.660^0.570^0.290^5^0^5^5^^1.78^0^0^0^^^^^^^^4.730^7.180^0.530^54^28.35^~1 oz~^453.60^~1 lb~^1 ~13347~^~BEEF,CURED,CORNED BF,BRISKET,CKD~^59.79^251^18.17^18.98^2.60^0.47^0.0^0.00^8^1.86^12^125^145^1134^4.58^0.154^0.022^32.8^0.0^0.026^0.170^3.030^0.420^0.230^6^0^6^6^69.2^1.63^0^0^0^0^0^0^0^0^0.16^1.5^6.340^9.220^0.670^98^320.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13348~^~BEEF,CURED,CORNED BF,CND~^57.72^250^27.10^14.93^2.90^0.00^0.0^0.00^12^2.08^14^111^136^1006^3.57^0.064^0.014^42.9^0.0^0.020^0.147^2.430^0.626^0.130^9^0^9^9^89.2^1.62^0^0^0^0^0^0^0^0^0.15^1.6^6.180^5.960^0.630^86^28.35^~1 oz~^21.00^~1 slice, (3/4 oz)~^0 ~13350~^~BEEF,CURED,DRIED~^53.80^153^31.10^1.94^10.40^2.76^0.0^2.70^8^2.42^19^181^235^2790^4.93^0.074^0.017^32.4^0.0^0.065^0.163^5.164^0.566^0.386^10^0^10^10^0.0^1.59^0^0^0^0^0^0^0^0^0.38^1.3^0.950^0.840^0.070^79^28.00^~10 slices~^^~~^0 ~13353~^~BEEF,CURED,LUNCHEON MEAT,JELLIED~^74.60^111^19.00^3.30^3.40^0.00^0.0^^10^3.45^18^139^402^1322^3.55^0.120^0.052^16.4^0.0^0.145^0.291^4.838^0.687^0.250^7^0^7^7^^5.14^0^0^0^^^^^^^^1.410^1.450^0.170^34^28.35^~1 slice, (1 oz) (4" x 4" x 3/32" thick)~^^~~^0 ~13355~^~BEEF,CURED,PASTRAMI~^69.53^146^21.80^5.82^3.40^0.00^0.0^0.10^10^2.22^17^175^210^885^4.98^0.091^0.027^17.7^0.3^0.052^0.161^4.260^0.265^0.221^6^0^6^6^81.6^1.87^42^2^0^0^22^6^0^11^0.12^0.7^2.681^2.118^0.145^68^71.00^~1 package, 2.5 oz~^28.35^~1 slice, (1 oz)~^0 ~13357~^~BEEF,CURED,SAUSAGE,CKD,SMOKED~^53.56^312^14.11^26.91^3.00^2.42^0.0^^7^1.76^13^105^176^1131^2.80^0.072^0.009^14.6^0.0^0.050^0.140^3.190^0.188^0.110^4^0^4^4^^1.86^0^0^0^^^^^^^^11.440^12.970^1.050^67^43.00^~1 sausage~^28.35^~1 oz~^0 ~13358~^~BEEF,CURED,SMOKED,CHOPD BF~^68.93^133^20.19^4.42^4.60^1.86^0.0^^8^2.85^21^181^377^1258^3.93^0.026^0.029^19.7^0.0^0.083^0.175^4.577^0.590^0.350^8^0^8^8^^1.73^0^0^0^^^^^^^^1.810^1.830^0.230^46^28.35^~1 slice, (1 oz)~^^~~^0 ~13360~^~BEEF,CURED,THIN-SLICED BF~^58.10^176^28.11^3.84^4.24^5.71^0.0^0.00^11^2.70^19^168^429^1439^3.98^0.034^0.038^28.2^0.0^0.080^0.190^5.270^0.590^0.340^11^0^11^11^83.4^2.57^0^0^0^0^0^0^0^0^0.00^0.0^1.650^1.680^0.200^41^28.35^~1 oz~^21.00^~5 slices~^0 ~13361~^~BEEF,COMP OF RTL CUTS,LN&FAT,0"FAT,ALL GRDS,CKD~^53.93^273^27.33^17.37^1.13^0.00^0.0^0.00^9^2.73^23^211^323^62^6.06^0.106^0.016^20.7^0.0^0.080^0.220^3.680^0.360^0.330^7^0^7^7^104.1^2.51^0^0^0^0^0^0^0^0^0.18^1.7^6.850^7.410^0.630^87^279.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^13 ~13362~^~BEEF,COMP OF RTL CUTS,LN&FAT,0"FAT,CHOIC,CKD~^53.22^283^27.21^18.54^1.12^0.00^0.0^0.00^9^2.72^23^210^322^62^6.02^0.113^0.017^20.5^0.0^0.080^0.220^3.670^0.350^0.320^7^0^7^7^^2.50^0^0^^0^0^0^0^0^^^7.310^7.910^0.670^87^279.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^13 ~13363~^~BEEF,COMP OF RTL CUTS,LN&FAT,0"FAT,SEL,CKD~^54.84^261^27.47^15.92^1.13^0.00^0.0^0.00^9^2.75^23^212^325^63^6.11^0.107^0.016^20.0^0.0^0.080^0.220^3.690^0.360^0.330^7^0^7^7^^2.52^0^0^^0^0^0^0^0^^^6.270^6.780^0.570^86^279.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^13 ~13364~^~BEEF,COMP OF RTL CUTS,LN,0" FAT,ALL GRDS,CKD~^59.33^211^29.88^9.28^1.23^0.00^0.0^0.00^8^2.99^26^231^355^66^6.78^0.124^0.019^21.3^0.0^0.090^0.240^4.000^0.390^0.350^8^0^8^8^113.8^2.64^0^0^0^0^0^0^0^0^0.14^1.5^3.540^3.900^0.320^86^242.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~13365~^~BEEF,COMP OF RTL CUTS,LN,0"FAT,CHOIC,CKD~^58.83^219^29.88^10.15^1.23^0.00^0.0^0.00^8^2.99^26^231^355^66^6.77^0.124^0.019^21.2^0.0^0.090^0.240^4.010^0.390^0.360^8^0^8^8^^2.65^0^0^^0^0^0^0^0^^^3.870^4.260^0.350^86^240.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~13366~^~BEEF,COMP OF RTL CUTS,LN,0"FAT,SEL,CKD~^60.05^201^29.89^8.09^1.23^0.00^0.0^0.00^8^2.99^26^231^354^66^6.80^0.124^0.019^20.6^0.0^0.090^0.240^4.000^0.390^0.350^8^0^8^8^^2.64^0^0^^0^0^0^0^0^^^3.090^3.400^0.280^86^244.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~13367~^~BEEF,BRISKET,WHL,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^51.54^291^26.79^19.52^0.95^0.00^0.0^0.00^7^2.53^21^216^259^65^5.96^0.108^0.015^23.3^0.0^0.070^0.200^3.370^0.320^0.270^7^0^7^7^102.0^2.45^0^0^0^0^0^0^0^0^0.19^1.8^7.530^8.680^0.670^93^314.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13368~^~BEEF,BRISKET,WHL,LN,0"FAT,ALL GRDS,CKD,BRSD~^57.71^218^29.75^10.08^1.04^0.00^0.0^0.00^6^2.81^23^241^285^70^6.89^0.119^0.017^24.5^0.0^0.070^0.220^3.710^0.360^0.290^8^0^8^8^113.3^2.60^0^0^0^0^0^0^0^0^0.14^1.6^3.630^4.650^0.300^93^264.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^17 ~13369~^~BEEF,BRISKET,FLAT HALF,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^58.90^213^32.90^8.01^1.03^0.00^0.0^0.00^19^2.76^21^200^264^54^7.61^0.114^0.011^30.9^0.0^0.067^0.195^4.667^0.649^0.322^10^0^10^10^125.3^2.43^0^0^0^0^0^0^0^0^0.44^1.6^3.152^3.444^0.296^40^269.83^~1 steak, (Yield from 418 g raw meat)~^^~~^0 ~13370~^~BEEF,BRISKET,FLAT HALF,LN,0"FAT,ALL GRDS,CKD,BRSD~^59.55^205^33.26^6.99^1.04^0.00^0.0^0.00^16^2.82^22^205^267^54^8.00^0.115^0.012^34.0^0.0^0.067^0.208^4.840^0.654^0.318^11^0^11^11^126.7^2.42^0^0^0^0^0^0^0^0^0.43^1.5^2.647^2.978^0.244^69^269.83^~1 steak, (yield from 418g raw meat)~^85.00^~3 oz~^2 ~13371~^~BEEF,BRISKET,POINT HALF,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^46.05^358^23.53^28.50^0.84^0.00^0.0^0.00^8^2.34^18^187^233^68^5.83^0.097^0.014^21.9^0.0^0.060^0.190^3.040^0.290^0.240^7^0^7^7^89.6^2.33^0^0^^0^0^0^0^0^^^11.240^12.700^0.960^92^314.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13372~^~BEEF,BRISKET,POINT HALF,LN,0"FAT,ALL GRDS,CKD,BRSD~^55.70^244^28.05^13.80^0.98^0.00^0.0^0.00^6^2.79^22^226^273^77^7.39^0.115^0.017^23.5^0.0^0.070^0.230^3.570^0.340^0.280^8^0^8^8^106.8^2.58^0^0^^0^0^0^0^0^^^5.180^6.460^0.360^91^232.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^27 ~13373~^~BEEF,CHUCK,ARM POT RST,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^51.90^297^28.94^19.17^0.90^0.00^0.0^0.00^16^2.42^19^174^231^47^6.66^0.099^0.010^27.0^0.0^0.059^0.171^4.105^0.571^0.283^9^0^9^9^110.2^2.13^0^0^0^0^0^0^0^0^0.51^1.8^7.548^8.175^0.708^95^1165.72^~1 roast, (yield from 1601 g raw meat)~^85.00^~3 oz~^25 ~13375~^~BEEF,CHUCK,ARM POT RST,LN & FAT,0" FAT,SEL,CKD,BRSD~^53.44^283^29.23^17.56^0.91^0.00^0.0^0.00^17^2.38^19^178^235^48^6.87^0.090^0.010^27.9^0.0^0.063^0.159^4.213^0.577^0.288^9^0^9^9^111.3^1.93^0^0^0^0^0^0^0^0^0.50^1.8^6.911^7.551^0.649^87^1235.95^~1 roast, (yield from 1675 g raw meat)~^^~~^28 ~14195~^~COCOA MIX,NESTLE,HOT COCOA MIX RICH CHOC W/ MARSHMALLOWS~^4.18^400^2.80^15.00^3.02^75.00^3.7^65.00^80^1.80^^^^800^^^^^0.0^^^^^^^^^^^^10^^^^^^^^^^15.000^^^0^20.20^~1 serving, 1 envelope~^^~~^0 ~14196~^~COCOA MIX,NO SUGAR ADDED,PDR~^3.40^377^15.49^3.00^6.18^71.93^7.5^37.65^576^4.96^208^893^2702^876^3.44^0.730^0.665^16.9^0.0^0.267^1.400^1.084^3.826^0.318^14^0^14^14^115.3^1.18^15^4^4^0^1^0^0^9^0.04^0.7^1.777^0.979^0.088^0^19.10^~1 envelope Alba, (.675 oz)~^15.00^~1 envelope Swiss Miss, (.53 oz)~^0 ~14197~^~COCOA MIX,NESTLE,RICH CHOC HOT COCOA MIX~^3.73^400^3.00^15.00^3.27^75.00^4.0^60.00^100^1.80^^^0^850^^^^^0.0^^^^^^^^^^^^11^^^^^^^^^^10.000^^^0^20.20^~1 serving, 1 envelope~^^~~^0 ~14201~^~COFFEE,BREWED FROM GROUNDS,PREP W/ TAP H2O,DECAFFEINATED~^99.30^0^0.10^0.00^0.10^0.00^0.0^0.00^2^0.05^5^1^54^2^0.02^0.007^0.027^0.1^0.0^0.000^0.000^0.222^0.001^0.000^0^0^0^0^1.0^0.00^0^0^0^0^0^0^0^0^0.00^0.1^0.002^0.000^0.002^0^237.00^~1 cup, (8 fl oz)~^29.60^~1 fl oz~^0 ~14202~^~COFFEE,BREWED,ESPRESSO,REST-PREP,DECAFFEINATED~^97.80^0^0.10^0.18^0.23^0.00^0.0^0.00^2^0.13^80^7^115^14^0.05^0.050^0.050^0.0^0.2^0.001^0.177^5.207^0.028^0.002^1^0^1^1^1.0^0.00^0^0^0^0^0^0^0^0^0.00^0.1^0.092^0.000^0.092^0^29.60^~1 fluid ounce~^^~~^0 ~14203~^~COFFEE,INST,REG,PDR,HALF THE CAFFEINE~^3.10^350^14.42^0.50^8.80^70.60^0.0^0.00^141^4.41^327^303^3535^37^0.35^0.139^1.712^12.6^0.0^0.008^0.074^28.173^0.097^0.029^0^0^0^0^101.9^0.00^0^0^0^0^0^0^0^0^0.00^1.9^0.197^0.041^0.196^0^1.00^~1 tsp~^2.00^~1 packet~^0 ~14204~^~COFFEE&COCOA (MOCHA) PDR,W/WHTNR&LO CAL SWTNR,DECAFFEINATED~^3.10^257^9.00^13.21^3.29^71.40^4.8^34.98^60^3.06^122^451^1856^500^1.01^0.560^0.807^4.0^0.0^0.021^0.109^4.655^0.063^0.030^5^0^5^5^16.8^0.00^4^0^0^0^2^0^0^6^0.09^1.7^11.376^0.954^0.349^0^6.40^~1 tsp, dry~^^~~^0 ~14209~^~COFFEE,BREWED FROM GROUNDS,PREP W/ TAP H2O~^99.39^1^0.12^0.02^0.35^0.00^0.0^0.00^2^0.01^3^3^49^2^0.02^0.002^0.023^0.0^0.0^0.014^0.076^0.191^0.254^0.001^2^0^2^2^2.6^0.00^0^0^0^0^0^0^0^0^0.01^0.1^0.002^0.015^0.001^0^237.00^~1 cup, (8 fl oz)~^29.60^~1 fl oz~^0 ~14210~^~COFFEE,BREWED,ESPRESSO,REST-PREP~^97.80^2^0.12^0.18^0.23^0.00^0.0^0.00^2^0.13^80^7^115^14^0.05^0.050^0.050^0.0^0.2^0.001^0.177^5.207^0.028^0.002^1^0^1^1^2.6^0.00^0^0^0^0^0^0^0^0^0.01^0.1^0.092^0.000^0.092^0^29.60^~1 fluid ounce~^^~~^0 ~14214~^~COFFEE,INST,REG,PDR~^3.10^241^12.20^0.50^8.80^41.10^0.0^0.00^141^4.41^327^303^3535^37^0.35^0.139^1.712^12.6^0.0^0.008^0.074^28.173^0.097^0.029^0^0^0^0^101.9^0.00^0^0^0^0^0^0^0^0^0.00^1.9^0.197^0.041^0.196^0^1.00^~1 tsp~^2.00^~1 packet~^0 ~14215~^~COFFEE,INST,REG,PREP W/H2O~^99.09^2^0.10^0.00^0.17^0.34^0.0^0.00^4^0.04^4^3^30^4^0.01^0.011^0.015^0.1^0.0^0.000^0.001^0.236^0.001^0.000^0^0^0^0^0.9^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.002^0.000^0.002^0^178.92^~1 serving, 6 fl oz~^29.82^~1 fl oz~^0 ~14218~^~COFFEE,INST,DECAFFEINATED,PDR~^3.20^224^11.60^0.20^9.00^42.60^0.0^0.00^140^3.80^311^286^3501^23^0.11^0.069^1.222^17.3^0.0^0.000^1.360^28.075^0.097^0.000^0^0^0^0^101.9^0.00^0^0^0^0^0^0^0^0^0.00^1.9^0.101^0.021^0.101^0^1.80^~1 tsp, rounded~^^~~^0 ~14219~^~COFFEE,INST,DECAFFEINATED,PDR,PREP W/H2O~^98.93^2^0.12^0.00^0.19^0.43^0.0^0.00^4^0.04^4^3^36^4^0.01^0.010^0.012^0.2^0.0^0.000^0.014^0.282^0.001^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.001^0.000^0.001^0^179.22^~1 serving, 6 fl oz~^29.87^~1 fl oz~^0 ~14222~^~COFFEE,INST,W/CHICORY,PDR~^4.10^351^9.30^0.20^7.50^74.20^0.5^^103^4.76^213^271^3395^277^0.37^0.050^1.200^9.4^0.0^0.000^0.290^21.667^0.097^0.029^0^0^0^0^^0.00^0^0^0^^^^^^^^0.071^0.015^0.070^0^1.80^~1 tsp, rounded~^^~~^0 ~14223~^~COFFEE,INST,W/ CHICORY,PREP W/ H2O~^98.94^3^0.09^0.00^0.17^0.75^0.0^0.00^4^0.05^3^3^35^7^0.01^0.010^0.012^0.1^0.0^0.000^0.003^0.218^0.001^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.001^0.000^0.001^0^179.22^~1 serving, 6 fl oz~^29.87^~1 fl oz~^0 ~14224~^~COFFEE,INST,W/SUGAR,MOCHA-FLAVOR,PDR~^1.70^460^5.29^15.87^3.10^74.04^1.9^58.20^271^0.00^68^251^1033^317^0.96^0.435^0.445^6.2^0.6^0.031^0.028^2.263^0.052^0.055^9^0^9^9^31.3^0.45^5^1^0^0^2^0^0^4^0.00^1.5^4.934^8.934^1.053^0^13.00^~1 serving, 2 tbsp~^^~~^0 ~14228~^~COFFEE,INST,W/SUGAR,CAPPUCCINO-FLAVOR PDR~^1.30^406^3.10^5.56^4.10^85.94^1.2^69.16^133^0.48^43^183^831^180^0.25^0.110^0.200^4.2^0.5^0.111^0.037^2.262^0.073^0.036^5^0^5^5^68.0^0.38^1^0^0^0^0^0^0^0^0.36^1.3^3.422^1.604^0.241^2^13.00^~4 teaspoon, (1 serving)~^^~~^0 ~14229~^~COFFEE,INST,W/SUGAR,FRENCH-FLAVOR,PDR~^2.40^484^4.50^22.63^4.80^65.67^0.0^41.74^36^0.36^26^354^1184^557^0.04^0.022^0.171^1.4^0.0^0.001^0.020^5.859^0.012^0.002^0^0^0^0^10.0^0.00^0^0^0^0^0^0^0^0^1.65^6.1^4.997^14.001^2.419^0^13.00^~4 teaspoon, (1 serving)~^^~~^0 ~14236~^~COFFEE SUB,CRL GRAIN BEV,PDR~^7.99^360^6.01^2.52^5.06^78.42^23.3^4.63^58^4.60^244^580^2443^83^0.51^0.208^1.100^64.1^0.0^0.413^0.095^17.664^1.410^0.747^52^0^52^52^13.4^0.00^8^0^0^0^5^0^0^194^0.98^1.6^0.603^0.356^1.225^0^3.00^~1 tsp, (1 serving)~^^~~^0 ~11211~^~EDAMAME,FRZ,UNPREP~^75.17^110^10.25^4.73^1.27^8.58^4.8^2.48^60^2.11^61^161^482^6^1.32^0.324^1.010^^9.7^0.150^0.265^0.925^0.535^0.135^303^0^303^303^56.0^^^^^^^^^^0.72^31.4^^^^^118.33^~1 cup~^432.25^~1 package~^0 ~11212~^~EDAMAME,FRZ,PREP~^72.77^122^10.88^5.20^1.21^9.94^5.2^2.18^63^2.27^64^169^436^6^1.37^0.345^1.024^^6.1^0.200^0.155^0.915^0.395^0.100^311^0^311^311^56.3^^^^^^^^^^0.68^26.7^0.620^1.282^2.156^^155.05^~1 cup~^^~~^0 ~11213~^~ENDIVE,RAW~^93.79^17^1.25^0.20^1.41^3.35^3.1^0.25^52^0.83^15^28^314^22^0.79^0.099^0.420^0.2^6.5^0.080^0.075^0.400^0.900^0.020^142^0^142^142^16.8^0.00^2167^108^0^0^1300^0^0^0^0.44^231.0^0.048^0.004^0.087^0^513.00^~1 head~^25.00^~.5 cup, chopped~^14 ~11215~^~GARLIC,RAW~^58.58^149^6.36^0.50^1.50^33.06^2.1^1.00^181^1.70^25^153^401^17^1.16^0.299^1.672^14.2^31.2^0.200^0.110^0.700^0.596^1.235^3^0^3^3^23.2^0.00^9^0^0^0^5^0^0^16^0.08^1.7^0.089^0.011^0.249^0^136.00^~1 cup~^2.80^~1 tsp~^13 ~11216~^~GINGER ROOT,RAW~^78.89^80^1.82^0.75^0.77^17.77^2.0^1.70^16^0.60^43^34^415^13^0.34^0.226^0.229^0.7^5.0^0.025^0.034^0.750^0.203^0.160^11^0^11^11^28.8^0.00^0^0^0^0^0^0^0^0^0.26^0.1^0.203^0.154^0.154^0^2.00^~1 tsp~^24.00^~.25 cup, slices (1" dia)~^7 ~11218~^~GOURD,WHITE-FLOWERED (CALABASH),RAW~^95.54^14^0.62^0.02^0.43^3.39^^^26^0.20^11^13^150^2^0.70^0.026^0.066^0.2^10.1^0.029^0.022^0.320^0.152^0.040^6^0^6^6^^0.00^16^1^0^^^^^^^^0.002^0.004^0.009^0^58.00^~.5 cup, (1" pieces)~^771.00^~1 gourd~^30 ~11219~^~GOURD,WHITE-FLOWERED (CALABASH),CKD,BLD,DRND,WO/SALT~^95.32^15^0.60^0.02^0.37^3.69^^^24^0.25^11^13^170^2^0.70^0.026^0.066^0.2^8.5^0.029^0.022^0.390^0.144^0.038^4^0^4^4^^0.00^0^0^0^^^^^^^^0.002^0.004^0.009^0^146.00^~1 cup, (1" cubes)~^^~~^0 ~11220~^~GOURD,DISHCLOTH (TOWELGOURD),RAW~^93.85^20^1.20^0.20^0.40^4.36^^^20^0.36^14^32^139^3^0.07^0.035^0.092^0.2^12.0^0.050^0.060^0.400^0.218^0.043^7^0^7^7^^0.00^410^21^0^^^^^^^^0.016^0.037^0.087^0^95.00^~1 cup, (1" pieces)~^178.00^~1 gourd~^27 ~11221~^~GOURD,DISHCLOTH (TOWELGOURD),CKD,BLD,DRND,WO/SALT~^84.29^56^0.66^0.34^0.37^14.34^^^9^0.36^20^31^453^21^0.17^0.085^0.223^0.2^5.7^0.046^0.042^0.260^0.501^0.099^12^0^12^12^^0.00^260^13^0^^^^^^^^0.027^0.063^0.148^0^178.00^~1 cup, (1" pieces)~^89.00^~.5 cup, (1" slices)~^0 ~11222~^~HORSERADISH-TREE LEAFY TIPS,RAW~^78.66^64^9.40^1.40^2.26^8.28^2.0^^185^4.00^147^112^337^9^0.60^0.105^1.063^0.9^51.7^0.257^0.660^2.220^0.125^1.200^40^0^40^40^^0.00^7564^378^0^^^^^^^^^^^0^21.00^~1 cup, chopped~^^~~^38 ~11223~^~HORSERADISH-TREE,LEAFY TIPS,CKD,BLD,DRND,WO/SALT~^81.65^60^5.27^0.93^1.00^11.15^2.0^1.00^151^2.32^151^67^344^9^0.49^0.086^0.868^0.9^31.0^0.222^0.509^1.995^0.102^0.929^23^0^23^23^21.0^0.00^7013^351^0^0^4208^0^0^1747^0.10^108.0^0.152^0.473^0.015^0^42.00^~1 cup, chopped~^^~~^0 ~11224~^~HYACINTH-BEANS,IMMAT SEEDS,RAW~^87.87^46^2.10^0.20^0.64^9.19^^^50^0.74^40^49^252^2^0.37^0.047^0.205^1.5^12.9^0.077^0.092^0.520^0.055^0.024^62^0^62^62^^0.00^109^5^0^^^^^^^^0.088^0.095^0.008^0^80.00^~1 cup~^^~~^7 ~11225~^~HYACINTH-BEANS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^86.90^50^2.95^0.27^0.68^9.20^^^41^0.76^42^49^262^2^0.38^0.048^0.210^1.6^5.1^0.056^0.088^0.480^0.053^0.023^47^0^47^47^^0.00^142^7^0^^^^^^^^0.119^0.129^0.010^0^87.00^~1 cup~^^~~^0 ~11226~^~JERUSALEM-ARTICHOKES,RAW~^78.01^73^2.00^0.01^2.54^17.44^1.6^9.60^14^3.40^17^78^429^4^0.12^0.140^0.060^0.7^4.0^0.200^0.060^1.300^0.397^0.077^13^0^13^13^30.0^0.00^20^1^0^0^12^0^0^0^0.19^0.1^0.000^0.004^0.001^0^150.00^~1 cup, slices~^^~~^31 ~11228~^~JEW'S EAR,(PEPEAO),RAW~^92.59^25^0.48^0.04^0.15^6.75^^^16^0.56^25^14^43^9^0.66^0.445^0.101^11.1^0.6^0.081^0.204^0.070^1.990^0.088^19^0^19^19^^0.00^0^0^0^^^^^^^^^^^0^99.00^~1 cup, slices~^6.00^~1 piece~^2 ~11230~^~PEPEAO,DRIED~^11.14^298^4.82^0.44^2.57^81.03^^^113^6.14^146^116^708^70^7.52^5.070^1.151^45.3^1.4^0.826^0.350^3.000^21.477^0.950^160^0^160^160^^0.00^0^0^0^^^^^^^^^^^0^24.00^~1 cup~^^~~^13 ~11231~^~JUTE,POTHERB,RAW~^87.72^34^4.65^0.25^1.58^5.80^^^208^4.76^64^83^559^8^0.79^0.255^0.123^0.9^37.0^0.133^0.546^1.260^0.072^0.600^123^0^123^123^^0.00^5559^278^0^^^^^^^^0.038^0.017^0.120^0^28.00^~1 cup~^^~~^38 ~11232~^~JUTE,POTHERB,CKD,BLD,DRND,WO/SALT~^87.15^37^3.68^0.20^1.68^7.29^2.0^1.00^211^3.14^62^72^550^11^0.79^0.255^0.123^0.9^33.0^0.091^0.192^0.890^0.072^0.570^104^0^104^104^12.8^0.00^5185^259^0^0^3111^0^0^1747^0.70^108.0^0.030^0.014^0.096^0^87.00^~1 cup~^^~~^0 ~11233~^~KALE,RAW~^84.46^50^3.30^0.70^1.53^10.01^2.0^^135^1.70^34^56^447^43^0.44^0.290^0.774^0.9^120.0^0.110^0.130^1.000^0.091^0.271^29^0^29^29^^0.00^15376^769^0^0^9226^0^0^39550^^817.0^0.091^0.052^0.338^0^67.00^~1 cup, chopped~^^~~^39 ~11234~^~KALE,CKD,BLD,DRND,WO/SALT~^91.20^28^1.90^0.40^0.87^5.63^2.0^1.25^72^0.90^18^28^228^23^0.24^0.156^0.416^0.9^41.0^0.053^0.070^0.500^0.049^0.138^13^0^13^13^0.4^0.00^13621^681^0^0^8173^0^0^18246^0.85^817.0^0.052^0.030^0.193^0^130.00^~1 cup, chopped~^^~~^0 ~11235~^~KALE,FROZEN,UNPREPARED~^91.12^28^2.66^0.46^0.88^4.90^2.0^^136^0.93^18^29^333^15^0.18^0.046^0.443^0.9^39.3^0.056^0.112^0.698^0.052^0.090^17^0^17^17^^0.00^6253^313^0^^^^^^^^0.059^0.034^0.219^0^284.00^~1 package, (10 oz)~^94.00^~.333 package, (10 oz)~^0 ~11236~^~KALE,FRZ,CKD,BLD,DRND,WO/SALT~^90.50^30^2.84^0.49^0.94^5.23^2.0^1.34^138^0.94^18^28^321^15^0.18^0.047^0.450^0.9^25.2^0.043^0.114^0.672^0.053^0.086^14^0^14^14^0.5^0.00^14704^735^0^0^8823^0^0^19697^0.92^882.0^0.063^0.036^0.235^0^130.00^~1 cup, chopped~^65.00^~.5 cup, chopped or diced~^0 ~11237~^~KANPYO,(DRIED GOURD STRIPS)~^19.97^258^8.58^0.56^5.86^65.04^^^280^5.12^125^188^1582^15^5.86^0.433^1.137^2.6^0.2^0.000^0.044^2.900^2.553^0.532^61^0^61^61^^0.00^0^0^0^^^^^^^^0.045^0.103^0.244^0^6.30^~1 strip~^27.00^~.5 cup~^0 ~11241~^~KOHLRABI,RAW~^91.00^27^1.70^0.10^1.00^6.20^3.6^2.60^24^0.40^19^46^350^20^0.03^0.129^0.139^0.7^62.0^0.050^0.020^0.400^0.165^0.150^16^0^16^16^12.3^0.00^36^2^0^0^22^0^0^0^0.48^0.1^0.013^0.007^0.048^0^135.00^~1 cup~^16.00^~1 slice~^54 ~11242~^~KOHLRABI,CKD,BLD,DRND,WO/SALT~^90.30^29^1.80^0.11^1.10^6.69^1.1^2.80^25^0.40^19^45^340^21^0.31^0.132^0.142^0.8^54.0^0.040^0.020^0.390^0.160^0.154^12^0^12^12^13.2^0.00^35^2^0^0^21^0^0^0^0.52^0.1^0.014^0.008^0.053^0^165.00^~1 cup, sliced~^^~~^0 ~11243~^~MUSHROOMS,PORTABELLA,GRILLED~^88.91^35^4.27^0.75^1.16^4.91^2.2^0.00^4^0.56^15^150^521^10^0.73^0.499^0.075^17.7^0.0^0.083^0.471^5.950^1.600^0.074^19^0^19^19^32.8^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.050^0.000^0.200^0^121.03^~1 cup, sliced~^^~~^0 ~11244~^~LAMBSQUARTERS,RAW~^84.30^43^4.20^0.80^3.40^7.30^4.0^^309^1.20^34^72^452^43^0.44^0.293^0.782^0.9^80.0^0.160^0.440^1.200^0.092^0.274^30^0^30^30^^0.00^11600^580^0^^^^^^^^0.059^0.150^0.351^0^^~~^^~~^ ~11245~^~LAMBSQUARTERS,CKD,BLD,DRND,WO/SALT~^88.90^32^3.20^0.70^2.20^5.00^2.1^0.62^258^0.70^23^45^288^29^0.30^0.197^0.525^0.9^37.0^0.100^0.260^0.900^0.062^0.174^14^0^14^14^0.5^0.00^7816^391^0^4^4688^0^0^1857^1.85^494.2^0.052^0.131^0.307^0^180.00^~1 cup, chopped~^^~~^0 ~11246~^~LEEKS,(BULB&LOWER LEAF-PORTION),RAW~^83.00^61^1.50^0.30^1.05^14.15^1.8^3.90^59^2.10^28^35^180^20^0.12^0.120^0.481^1.0^12.0^0.060^0.030^0.400^0.140^0.233^64^0^64^64^9.5^0.00^1667^83^0^0^1000^0^0^1900^0.92^47.0^0.040^0.004^0.166^0^89.00^~1 cup~^89.00^~1 leek~^56 ~11247~^~LEEKS,(BULB&LOWER LEAF-PORTION),CKD,BLD,DRND,WO/SALT~^90.80^31^0.81^0.20^0.57^7.62^1.0^2.11^30^1.10^14^17^87^10^0.06^0.062^0.247^0.5^4.2^0.026^0.020^0.200^0.072^0.113^24^0^24^24^^0.00^812^41^0^0^487^0^0^925^0.50^25.4^0.027^0.003^0.111^0^124.00^~1 leek~^26.00^~.25 cup, chopped or diced~^0 ~11248~^~LENTILS,SPROUTED,RAW~^67.34^106^8.96^0.55^1.00^22.14^^^25^3.21^37^173^322^11^1.51^0.352^0.506^0.6^16.5^0.228^0.128^1.128^0.578^0.190^100^0^100^100^^0.00^45^2^0^^^^^^^^0.057^0.104^0.219^0^77.00^~1 cup~^^~~^0 ~11249~^~LENTILS,SPROUTED,CKD,STIR-FRIED,WO/SALT~^68.70^101^8.80^0.45^0.80^21.25^^^14^3.10^35^153^284^10^1.60^0.337^0.502^0.6^12.6^0.220^0.090^1.200^0.571^0.164^67^0^67^67^^0.00^41^2^0^^^^^^^^0.053^0.095^0.201^0^^~~^^~~^0 ~11761~^~CAULIFLOWER,CKD,BLD,DRND,W/SALT~^93.00^23^1.84^0.45^0.60^4.11^2.3^1.86^16^0.32^9^32^142^242^0.17^0.018^0.132^0.6^44.3^0.042^0.052^0.410^0.508^0.173^44^0^44^44^39.1^0.00^12^1^0^0^7^0^0^29^0.07^13.8^0.070^0.032^0.217^0^62.00^~.5 cup, (1" pieces)~^54.00^~3 flowerets~^0 ~11762~^~CAULIFLOWER,FRZ,CKD,BLD,DRND,W/SALT~^94.00^17^1.61^0.22^1.01^3.16^2.7^0.46^17^0.41^9^24^139^254^0.13^0.024^0.150^0.6^31.3^0.037^0.053^0.310^0.098^0.088^41^0^41^41^33.5^0.00^10^0^0^0^6^0^0^24^0.06^11.9^0.034^0.015^0.105^0^180.00^~1 cup, (1" pieces)~^^~~^0 ~11763~^~CELERIAC,CKD,BLD,DRND,W/SALT~^92.30^27^0.96^0.19^0.64^5.90^^^26^0.43^12^66^173^297^0.20^0.043^0.096^0.4^3.6^0.027^0.037^0.427^0.203^0.101^3^0^3^3^^0.00^0^0^0^^^^^^^^^^^0^155.00^~1 cup, pieces~^^~~^0 ~11764~^~CELERY,CKD,BLD,DRND,W/SALT~^94.11^18^0.83^0.16^0.90^4.00^1.6^2.37^42^0.42^12^25^284^327^0.14^0.036^0.106^1.0^6.1^0.043^0.047^0.319^0.195^0.086^22^0^22^22^7.9^0.00^521^26^0^0^313^0^0^329^0.35^37.8^0.040^0.030^0.075^0^150.00^~1 cup, diced~^^~~^0 ~11765~^~CHARD,SWISS,CKD,BLD,DRND,W/SALT~^92.65^20^1.88^0.08^1.26^4.13^2.1^1.10^58^2.26^86^33^549^415^0.33^0.163^0.334^0.9^18.0^0.034^0.086^0.360^0.163^0.085^9^0^9^9^28.7^0.00^6124^306^0^45^3652^0^0^11015^1.89^327.3^^^^0^175.00^~1 cup, chopped~^^~~^0 ~11766~^~CHAYOTE,FRUIT,CKD,BLD,DRND,W/SALT~^93.43^22^0.62^0.48^0.97^4.50^2.8^^13^0.22^12^29^173^237^0.31^0.110^0.169^0.3^8.0^0.026^0.040^0.420^0.408^0.118^18^0^18^18^^0.00^47^2^0^^^^^^^^0.086^^^0^160.00^~1 cup, (1" pieces)~^^~~^0 ~11767~^~CHRYSANTHEMUM,GARLAND,CKD,BLD,DRND,W/SALT~^92.49^20^1.64^0.09^1.47^4.31^2.3^2.01^69^3.74^18^43^569^289^0.20^0.133^0.355^0.3^23.9^0.021^0.160^0.720^0.042^0.118^50^0^50^50^12.8^0.00^2572^129^0^0^1543^0^0^3467^2.50^142.7^^^^0^100.00^~1 cup, (1" pieces)~^^~~^0 ~11768~^~COLLARDS,CKD,BLD,DRND,W/SALT~^91.86^26^2.11^0.36^0.76^4.91^2.8^0.40^140^1.16^20^30^116^252^0.23^0.038^0.436^0.5^18.2^0.040^0.106^0.575^0.218^0.128^93^0^93^93^31.8^0.00^8114^406^0^90^4814^20^0^7694^0.88^440.0^0.047^0.026^0.173^0^190.00^~1 cup, chopped~^^~~^0 ~11769~^~COLLARDS,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^88.47^36^2.97^0.41^1.05^7.10^2.8^0.57^210^1.12^30^27^251^286^0.27^0.055^0.663^1.5^26.4^0.047^0.115^0.635^0.115^0.114^76^0^76^76^45.1^0.00^11493^575^0^127^6818^28^0^10898^1.25^623.2^0.040^^^0^170.00^~1 cup, chopped~^^~~^0 ~11770~^~CORN,SWT,YEL,CKD,BLD,DRND,W/SALT~^69.57^108^3.32^1.28^0.72^25.11^2.8^3.17^2^0.61^32^103^249^253^0.48^0.053^0.194^0.2^6.2^0.215^0.072^1.614^0.878^0.060^46^0^46^46^29.1^0.00^263^13^0^23^66^161^0^906^0.09^0.4^0.197^0.374^0.603^0^89.00^~1 ear, small (5-1/2" to 6-1/2" long)~^103.00^~1 ear, medium (6-3/4" to 7-1/2" long)~^45 ~11771~^~CORN,SWT,YEL,CND,NO SALT,SOL&LIQUIDS~^81.34^64^1.95^0.50^0.80^15.41^1.7^2.83^4^0.41^16^51^164^12^0.36^0.056^0.033^0.7^5.5^0.026^0.061^0.939^0.522^0.037^38^0^38^38^^0.00^65^3^0^21^26^5^0^832^0.03^0.0^0.077^0.144^0.234^0^128.00^~.5 cup~^482.00^~1 can, (303 x 406)~^0 ~11772~^~CORN,SWT,YEL,CND,CRM STYLE,NO SALT~^78.73^72^1.74^0.42^0.98^18.13^1.2^3.23^3^0.38^17^51^134^3^0.53^0.052^0.039^0.4^4.6^0.025^0.053^0.960^0.180^0.063^45^0^45^45^20.3^0.00^74^4^0^23^30^6^0^949^0.07^0.0^0.065^0.123^0.198^0^256.00^~1 cup~^482.00^~1 can, (303 x 406)~^0 ~11773~^~CORN,SWT,YEL,CND,VACUUM PK,NO SALT~^76.58^79^2.41^0.50^1.07^19.44^2.0^3.56^5^0.42^23^64^186^3^0.46^0.048^0.067^0.7^8.1^0.041^0.073^1.167^0.675^0.055^49^0^49^49^22.4^0.00^81^4^0^26^33^6^0^1045^0.04^0.0^0.077^0.147^0.237^0^105.00^~.5 cup~^340.00^~1 can, (303 x 406)~^0 ~11774~^~CORN,SWT,YEL,FRZ,KRNLS,CUT OFF COB,BLD,DRND,W/SALT~^77.03^79^2.55^0.67^1.03^18.71^2.4^3.07^3^0.47^28^79^233^245^0.63^0.048^0.155^0.7^3.5^0.030^0.062^1.311^0.151^0.099^35^0^35^35^^0.00^199^10^0^17^50^122^0^730^0.07^0.3^0.066^0.126^0.203^0^284.00^~1 package, (10 oz) yields~^82.00^~.5 cup~^0 ~11775~^~CORN,SWT,YEL,FRZ,KRNLS ON COB,CKD,BLD,DRND,W/SALT~^73.20^93^3.11^0.74^0.62^22.33^2.8^3.59^3^0.61^29^75^251^240^0.63^0.046^0.142^0.7^4.8^0.174^0.069^1.517^0.250^0.224^31^0^31^31^^0.00^232^12^0^20^58^142^0^852^0.08^0.4^0.114^0.216^0.348^0^63.00^~1 ear, yields~^82.00^~.5 cup, kernels~^45 ~11777~^~COWPEAS (BLACKEYES),IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^75.48^94^3.17^0.38^1.24^19.73^5.0^3.23^128^1.12^52^51^418^240^1.03^0.133^0.572^2.5^2.2^0.101^0.148^1.403^0.154^0.065^127^0^127^127^32.9^0.00^791^40^0^0^475^0^0^0^0.22^^0.096^0.034^0.161^0^165.00^~1 cup~^^~~^0 ~11778~^~COWPEAS (BLACKEYES),IMMAT SEEDS,FRZ,CKD,BLD,DRND,W/SALT~^66.10^131^8.49^0.66^1.25^23.50^6.4^4.46^23^2.12^50^122^375^241^1.42^0.184^0.791^3.4^2.6^0.260^0.064^0.728^0.213^0.095^141^0^141^141^45.6^0.00^75^4^0^0^45^0^0^0^0.30^36.8^0.175^0.060^0.280^0^170.00^~1 cup~^^~~^0 ~11779~^~COWPEAS,YOUNG PODS W/SEEDS,CKD,BLD,DRND,W/SALT~^89.50^34^2.60^0.30^0.60^7.00^^^55^0.70^41^49^196^239^0.24^0.071^0.219^0.7^17.0^0.090^0.090^0.800^0.638^0.123^26^0^26^26^^0.00^1400^70^0^^^^^^^^0.079^0.027^0.127^0^95.00^~1 cup~^^~~^0 ~11780~^~COWPEAS,LEAFY TIPS,CKD,BLD,DRND,W/SALT~^91.30^22^4.67^0.10^1.13^2.80^^^69^1.09^62^42^351^242^0.24^0.154^0.412^0.9^18.4^0.256^0.142^1.008^0.046^0.135^60^0^60^60^^0.00^576^29^0^^^^^^^^0.026^0.009^0.042^0^53.00^~1 cup, chopped~^^~~^0 ~11781~^~CRESS,GARDEN,CKD,BLD,DRND,W/SALT~^92.50^23^1.90^0.60^1.20^3.80^0.7^3.11^61^0.80^26^48^353^244^0.15^0.114^0.372^0.9^23.0^0.060^0.160^0.800^0.163^0.157^37^0^37^37^13.8^0.00^4649^232^0^0^2790^0^0^8402^0.50^383.4^0.020^0.205^0.196^0^135.00^~1 cup~^^~~^0 ~11782~^~DANDELION GRNS,CKD,BLD,DRND,W/SALT~^89.80^33^2.00^0.60^1.20^6.40^2.9^1.62^140^1.80^24^42^232^280^0.28^0.115^0.230^0.3^18.0^0.130^0.175^0.514^0.057^0.160^13^0^13^13^27.6^0.00^14544^727^0^0^8727^0^0^3398^0.60^358.9^^^^0^105.00^~1 cup, chopped~^^~~^0 ~11783~^~EGGPLANT,CKD,BLD,DRND,W/SALT~^89.67^33^0.83^0.23^1.13^8.14^2.5^3.20^6^0.25^11^15^123^239^0.12^0.059^0.113^0.1^1.3^0.076^0.020^0.600^0.075^0.086^14^0^14^14^9.4^0.00^37^2^0^0^22^0^0^0^0.41^2.9^0.044^0.020^0.093^0^99.00^~1 cup, (1" cubes)~^^~~^0 ~11784~^~GOURD,WHITE-FLOWERED (CALABASH),CKD,BLD,DRND,W/SALT~^95.32^13^0.60^0.02^0.96^3.10^^^24^0.25^11^13^170^238^0.70^0.026^0.066^0.2^8.5^0.029^0.022^0.390^0.144^0.038^4^0^4^4^^0.00^0^0^0^^^^^^^^0.001^0.004^0.009^0^146.00^~1 cup, (1" cubes)~^^~~^0 ~11785~^~GOURD,DISHCLOTH (TOWELGOURD),CKD,BLD,DRND,W/SALT~^84.29^54^0.66^0.34^0.96^13.75^^^9^0.36^20^31^453^257^0.17^0.085^0.223^0.2^5.7^0.046^0.042^0.260^0.501^0.099^12^0^12^12^^0.00^0^0^0^^^^^^^^0.027^0.063^0.148^0^178.00^~1 cup, (1" pieces)~^89.00^~.5 cup, (1" slices)~^0 ~13377~^~BEEF,CHUCK,ARM POT RST,LN,0"FAT,CHOIC,CKD,BRSD~^58.83^212^33.36^7.67^1.00^0.00^0.0^0.00^14^2.89^22^202^262^54^7.79^0.123^0.012^33.0^0.0^0.067^0.222^5.039^0.655^0.330^11^0^11^11^127.1^2.59^0^0^0^0^0^0^0^0^0.44^1.6^2.903^3.267^0.268^76^1095.48^~1 roast, (yield from 1528g raw meat)~^85.00^~3 oz~^40 ~13378~^~BEEF,CHUCK,ARM POT RST,LN,0"FAT,SEL,CKD,BRSD~^61.20^195^33.37^5.80^1.01^0.00^0.0^0.00^17^2.77^22^207^270^55^8.09^0.108^0.012^37.9^0.0^0.071^0.205^4.829^0.658^0.309^11^0^11^11^127.1^2.25^0^0^0^0^0^0^0^0^0.40^1.4^2.194^2.469^0.202^57^1235.95^~1 roast, (yield from 1675 g raw meat)~^85.00^~3 oz~^42 ~13380~^~BEEF,CHUCK,BLADE RST,LN&FAT,0"FAT,CHOIC,CKD,BRSD~^46.92^348^26.98^25.83^0.88^0.00^0.0^0.00^13^3.16^20^203^234^65^8.50^0.127^0.016^24.9^0.0^0.070^0.250^2.440^0.310^0.260^5^0^5^5^102.8^2.30^0^0^^0^0^0^0^0^^^10.260^11.160^0.920^104^238.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~13381~^~BEEF,CHUCK,BLADE RST,LN&FAT,0"FAT,SEL,CKD,BRSD~^49.39^313^27.59^21.67^0.90^0.00^0.0^0.00^13^3.23^20^208^239^66^8.76^0.130^0.016^25.1^0.0^0.070^0.250^2.480^0.320^0.260^5^0^5^5^^2.33^0^0^^0^0^0^0^0^^^8.610^9.360^0.770^104^235.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~13382~^~BEEF,CHUCK,BLADE RST,LN,0"FAT,ALL GRDS,CKD,BRSD~^54.80^253^31.06^13.30^0.99^0.00^0.0^0.00^13^3.68^23^235^263^71^10.27^0.148^0.018^26.7^0.0^0.080^0.280^2.670^0.350^0.290^6^0^6^6^118.3^2.47^0^0^0^0^0^0^0^0^0.14^1.7^5.160^5.730^0.440^106^191.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^39 ~13383~^~BEEF,CHUCK,BLADE RST,LN,0"FAT,CHOIC,CKD,BRSD~^54.00^265^31.06^14.70^0.99^0.00^0.0^0.00^13^3.68^23^235^263^71^10.27^0.148^0.018^26.7^0.0^0.080^0.280^2.670^0.350^0.290^6^0^6^6^118.3^2.47^0^0^^0^0^0^0^0^^^5.700^6.340^0.480^106^191.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^39 ~13384~^~BEEF,CHUCK,BLADE RST,LN,0"FAT,SEL,CKD,BRSD~^55.70^238^31.06^11.70^0.99^0.00^0.0^0.00^13^3.68^23^235^263^71^10.27^0.148^0.018^26.7^0.0^0.080^0.280^2.670^0.350^0.290^6^0^6^6^^2.47^0^0^^0^0^0^0^0^^^4.540^5.040^0.380^106^194.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^38 ~13386~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,0"FAT,CHOIC,CKD,RSTD~^46.10^372^22.80^30.49^0.90^0.00^0.0^^10^2.33^20^172^290^64^5.76^0.088^0.013^21.2^0.0^0.070^0.190^3.640^0.370^0.230^7^0^7^7^^2.33^0^0^0^^^^^^^^12.290^13.040^1.050^85^290.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^16 ~13387~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,0"FAT,SEL,CKD,RSTD~^49.53^331^23.48^25.54^0.93^0.00^0.0^^9^2.40^20^177^300^65^6.01^0.091^0.014^21.5^0.0^0.070^0.190^3.750^0.380^0.230^8^0^8^8^^2.37^0^0^0^^^^^^^^10.300^10.930^0.890^84^286.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^17 ~13388~^~BEEF,RIB,LRG END (RIBS 6-9),LN,0"FAT,ALL GRDS,CKD,RSTD~^57.90^238^27.53^13.40^1.08^0.00^0.0^0.00^8^2.82^25^209^357^73^7.46^0.105^0.016^22.8^0.0^0.090^0.220^4.450^0.450^0.260^9^0^9^9^104.9^2.61^0^0^0^0^0^0^0^0^0.14^1.6^5.350^5.600^0.380^81^214.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^38 ~13389~^~BEEF,RIB,LRG END (RIBS 6-9),LN,0"FAT,CHOIC,CKD,RSTD~^56.80^253^27.53^15.00^1.08^0.00^0.0^^8^2.82^25^209^357^73^7.46^0.105^0.016^22.8^0.0^0.090^0.220^4.450^0.450^0.260^9^0^9^9^^2.61^0^0^0^^^^^^^^5.990^6.270^0.430^81^207.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^40 ~13390~^~BEEF,RIB,LRG END (RIBS 6-9),LN,0"FAT,SEL,CKD,RSTD~^59.30^220^27.53^11.40^1.08^0.00^0.0^^8^2.82^25^209^357^73^7.46^0.105^0.016^22.8^0.0^0.090^0.220^4.450^0.450^0.260^9^0^9^9^^2.61^0^0^0^^^^^^^^4.550^4.770^0.330^81^217.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^37 ~13391~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^57.52^249^27.27^14.74^1.10^0.00^0.0^0.00^20^1.75^23^212^340^56^4.93^0.082^0.010^29.5^0.0^0.074^0.131^7.257^0.538^0.571^8^0^8^8^^1.60^0^0^0^0^0^0^0^0^0.45^1.6^5.720^6.034^0.547^111^233.34^~1 steak, (yield from 233 g raw meat)~^85.00^~3 oz~^8 ~13392~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,0"FAT,CHOIC,CKD,BRLD~^51.08^312^24.73^22.84^1.08^0.00^0.0^^13^2.28^23^183^342^64^5.93^0.090^0.014^21.0^0.0^0.090^0.190^4.180^0.300^0.350^7^0^7^7^^3.00^0^0^0^^^^^^^^9.240^9.780^0.780^83^272.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~13393~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,0"FAT,SEL,CKD,BRLD~^52.79^285^24.91^19.79^1.09^0.00^0.0^^13^2.30^23^184^344^64^5.98^0.090^0.014^21.1^0.0^0.090^0.190^4.220^0.310^0.350^7^0^7^7^^3.01^0^0^0^^^^^^^^8.010^8.490^0.680^83^265.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~13394~^~BEEF,RIB,SML END (RIBS 10-12),LN,0"FAT,ALL GRDS,CKD,BRLD~^62.59^193^29.41^7.53^1.18^0.00^0.0^0.00^19^1.87^25^233^376^61^5.46^0.087^0.011^34.3^0.0^0.080^0.149^8.415^0.579^0.631^10^0^10^10^^1.64^0^0^0^0^0^0^0^0^0.40^1.4^2.868^3.005^0.277^76^233.34^~1 steak, (yield from 296 g raw meat)~^85.00^~3 oz~^18 ~13395~^~BEEF,RIB,SML END (RIBS 10-12),LN,0"FAT,CHOIC,CKD,BRLD~^58.70^225^28.04^11.70^1.23^0.00^0.0^^13^2.57^27^208^394^69^6.99^0.100^0.016^21.9^0.0^0.100^0.220^4.800^0.340^0.400^8^0^8^8^^3.32^0^0^0^^^^^^^^4.730^4.940^0.330^80^220.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^37 ~13396~^~BEEF,RIB,SML END (RIBS 10-12),LN,0"FAT,SEL,CKD,BRLD~^60.30^198^28.04^8.70^1.23^0.00^0.0^^13^2.57^27^208^394^69^6.99^0.100^0.016^21.9^0.0^0.100^0.220^4.800^0.340^0.400^8^0^8^8^^3.32^0^0^0^^^^^^^^3.510^3.670^0.250^80^220.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^37 ~13398~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^57.33^223^33.56^8.86^1.00^0.00^0.0^0.00^8^2.72^22^208^271^44^5.60^0.080^0.012^34.2^0.0^0.077^0.179^5.866^0.662^0.441^10^0^10^10^127.8^1.87^0^0^0^0^0^0^0^0^0.45^1.6^3.184^3.751^0.334^99^184.99^~1 steak, (yield from 290 g raw meat)~^85.00^~3 oz~^2 ~13399~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,ALL GRDS,CKD,RSTD~^64.46^187^27.42^7.72^1.09^0.00^0.0^0.00^7^2.24^18^171^223^36^4.61^0.065^0.010^28.1^0.0^0.063^0.146^4.793^0.541^0.360^9^0^9^9^104.5^1.53^0^0^0^0^0^0^0^0^0.38^1.3^2.773^3.266^0.291^86^489.38^~1 roast, (yield from 600 g raw meat)~^^~~^1 ~13401~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,CHOIC,CKD,BRSD~^56.74^230^32.73^10.00^1.01^0.00^0.0^0.00^7^2.71^21^199^264^42^5.41^0.071^0.011^34.5^0.0^0.068^0.184^5.918^0.644^0.430^10^0^10^10^124.7^1.97^0^0^0^0^0^0^0^0^0.46^1.6^3.593^4.233^0.377^112^191.24^~1 steak, (yield from 299 g raw meat)~^^~~^1 ~13402~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,CHOIC,CKD,RSTD~^63.54^199^26.76^9.37^1.06^0.00^0.0^0.00^6^2.20^17^162^215^35^4.41^0.058^0.009^28.1^0.0^0.056^0.150^4.839^0.527^0.352^8^0^8^8^101.9^1.61^0^0^0^0^0^0^0^0^0.39^1.4^3.366^3.966^0.353^105^514.88^~1 roast, (yield from 627 g raw meat)~^^~~^1 ~13404~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,SEL,CKD,BRSD~^57.92^217^34.39^7.72^0.99^0.00^0.0^0.00^9^2.74^22^216^279^45^5.78^0.088^0.012^33.8^0.0^0.087^0.173^5.802^0.679^0.452^11^0^11^11^131.0^1.76^0^0^0^0^0^0^0^0^0.45^1.6^2.775^3.269^0.291^86^178.74^~1 steak, (yield from 281 g raw meat)~^^~~^3 ~13405~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,SEL,CKD,RSTD~^65.37^175^28.08^6.06^1.12^0.00^0.0^0.00^7^2.28^19^179^232^37^4.81^0.073^0.010^28.1^0.0^0.071^0.141^4.738^0.554^0.369^9^0^9^9^107.0^1.44^0^0^0^0^0^0^0^0^0.37^1.3^2.179^2.567^0.228^68^463.87^~1 roast, (yield from 572 g raw meat)~^^~~^1 ~14237~^~COFFEE SUB,CRL GRAIN BEV,PREP W/ H2O~^98.37^6^0.10^0.04^0.18^1.30^0.4^0.08^4^0.08^5^10^41^5^0.01^0.013^0.019^1.1^0.0^0.007^0.002^0.294^0.023^0.012^1^0^1^1^0.2^0.00^0^0^0^0^0^0^0^3^0.02^0.0^0.010^0.006^0.020^0^180.42^~1 serving, 6 fl oz~^30.07^~1 fl oz~^0 ~14238~^~CRANBERRY-APPLE JUC DRK,BTLD~^83.78^63^0.00^0.11^0.26^15.85^0.0^14.50^3^0.07^1^2^17^2^0.02^0.010^0.029^0.0^39.5^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.7^0.00^3^0^0^0^2^0^0^6^0.12^0.5^0.013^0.014^0.052^0^245.00^~1 cup, (8 fl oz)~^30.60^~1 fl oz~^0 ~14240~^~CRANBERRY-APRICOT JUC DRK,BTLD~^83.50^64^0.20^0.00^0.10^16.20^0.1^^9^0.15^3^5^61^2^0.04^0.015^0.125^0.0^0.0^0.005^0.010^0.120^0.036^0.020^1^0^1^1^^0.00^463^23^0^^^^^^^^0.000^0.000^0.000^0^245.00^~1 cup, (8 fl oz)~^30.60^~1 fl oz~^0 ~14241~^~CRANBERRY-GRAPE JUC DRK,BTLD~^85.60^56^0.20^0.10^0.10^14.00^0.1^^8^0.01^3^4^24^3^0.04^0.007^0.158^0.0^32.0^0.010^0.018^0.120^0.053^0.028^1^0^1^1^^0.00^5^0^0^^^^^^^^0.033^0.004^0.023^0^245.00^~1 cup, (8 fl oz)~^30.60^~1 fl oz~^0 ~14242~^~CRANBERRY JUC COCKTAIL,BTLD~^86.17^54^0.00^0.10^0.20^13.52^0.0^11.87^3^0.10^1^1^14^2^0.03^0.010^0.048^0.2^42.3^0.000^0.000^0.041^0.052^0.000^0^0^0^0^1.1^0.00^8^0^0^0^5^0^0^13^0.22^1.0^0.009^0.019^0.059^0^253.00^~1 cup, (8 fl oz)~^31.60^~1 fl oz~^0 ~14243~^~CRANBERRY JUC COCKTAIL,BTLD,LO CAL,W/CA,SACCHARIN&CORN SWTNR~^95.20^19^0.02^0.01^0.18^4.60^0.0^4.59^9^0.04^2^1^25^3^0.02^0.010^0.006^0.0^32.2^0.000^0.002^0.004^0.001^0.002^0^0^0^0^0.4^0.00^2^0^0^0^1^0^0^3^0.05^0.2^0.000^0.000^0.000^0^237.00^~1 cup, (8 fl oz)~^29.60^~1 fl oz~^0 ~14245~^~EGGNOG-FLAVOR MIX,PDR,PREP W/ WHL MILK~^79.16^95^2.93^3.02^0.69^14.20^0.0^12.66^92^0.12^10^77^121^55^0.35^0.022^0.007^3.4^0.0^0.040^0.166^0.112^0.330^0.033^5^0^5^5^^0.39^94^26^26^0^5^0^0^2^0.06^0.2^1.701^0.767^0.186^11^272.00^~1 cup, (8 fl oz)~^^~~^0 ~14262~^~CITRUS FRUIT JUC DRK,FRZ CONC~^57.40^162^1.20^0.10^1.10^40.20^0.2^28.63^25^3.94^20^36^393^3^0.12^0.097^0.255^0.4^95.3^0.051^0.034^0.263^0.214^0.066^26^0^26^26^1.8^0.00^131^7^0^6^27^97^0^93^0.22^0.2^0.007^0.007^0.015^0^35.20^~1 fl oz~^423.00^~1 can, (12 fl oz)~^0 ~14263~^~CITRUS FRUIT JUC DRK,FRZ CONC,PREP W/H2O~^87.83^46^0.34^0.03^0.38^11.42^0.1^8.13^9^1.12^6^10^112^4^0.04^0.035^0.073^0.1^27.1^0.014^0.010^0.075^0.061^0.019^7^0^7^7^^0.00^37^2^0^2^8^28^0^27^0.06^0.1^0.002^0.002^0.004^0^247.82^~1 serving, 8 fl oz~^30.98^~1 fl oz~^0 ~14264~^~FRUIT PUNCH DRK,WO/ ADDED NUTR,CND~^87.97^48^0.00^0.00^0.05^11.97^0.0^11.29^8^0.09^3^3^25^10^0.01^0.010^0.084^0.2^0.4^0.022^0.023^0.021^0.014^0.011^4^0^4^4^0.5^0.00^0^0^0^0^0^0^0^0^0.02^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~14267~^~FRUIT PUNCH DRK,W/ ADDED NUTR,CND~^87.97^47^0.00^0.00^0.05^11.97^0.2^11.29^8^0.09^3^3^31^38^0.01^0.010^0.084^0.2^29.6^0.005^0.023^0.021^0.014^0.011^1^0^1^1^0.5^0.00^28^2^0^0^14^4^1^2^0.01^0.0^0.000^0.002^0.003^0^248.00^~1 cup, (8 fl oz)~^31.00^~1 fl oz~^0 ~14268~^~FRUIT PUNCH DRK,FRZ CONC~^58.20^162^0.20^0.00^0.20^41.40^0.4^^8^0.30^6^2^44^8^0.07^0.090^0.360^0.0^155.6^0.034^0.046^0.074^0.028^0.021^3^0^3^3^^0.00^39^2^0^^^^^^^^0.003^0.003^0.006^0^34.80^~1 fl oz~^418.00^~1 can, (12 fl oz)~^0 ~14269~^~FRUIT PUNCH DRK,FRZ CONC,PREP W/H2O~^88.15^46^0.06^0.00^0.13^11.66^0.1^0.00^4^0.09^2^1^13^5^0.02^0.032^0.102^0.0^43.8^0.010^0.013^0.021^0.008^0.006^1^0^1^1^^0.00^11^1^0^0^0^0^0^0^0.00^0.0^0.001^0.001^0.002^0^247.02^~1 serving, 8 fl oz~^30.88^~1 fl oz~^0 ~11210~^~EGGPLANT,CKD,BLD,DRND,WO/SALT~^89.67^35^0.83^0.23^0.54^8.73^2.5^3.20^6^0.25^11^15^123^1^0.12^0.059^0.113^0.1^1.3^0.076^0.020^0.600^0.075^0.086^14^0^14^14^9.4^0.00^37^2^0^0^22^0^0^0^0.41^2.9^0.044^0.020^0.093^0^99.00^~1 cup, (1" cubes)~^^~~^0 ~11250~^~LETTUCE,BUTTERHEAD (INCL BOSTON&BIBB TYPES),RAW~^95.63^13^1.35^0.22^0.57^2.23^1.1^0.94^35^1.24^13^33^238^5^0.20^0.016^0.179^0.6^3.7^0.057^0.062^0.357^0.150^0.082^73^0^73^73^8.4^0.00^3312^166^0^0^1987^0^0^1223^0.18^102.3^0.029^0.008^0.117^0^55.00^~1 cup, shredded or chopped~^163.00^~1 head, (5" dia)~^26 ~11251~^~LETTUCE,COS OR ROMAINE,RAW~^94.61^17^1.23^0.30^0.58^3.29^2.1^1.19^33^0.97^14^30^247^8^0.23^0.048^0.155^0.4^24.0^0.072^0.067^0.313^0.142^0.074^136^0^136^136^9.9^0.00^8710^436^0^0^5226^0^0^2312^0.13^102.5^0.039^0.012^0.160^0^46.90^~1 cup, shredded~^5.99^~1 leaf, inner~^6 ~11252~^~LETTUCE,ICEBERG (INCL CRISPHEAD TYPES),RAW~^95.64^14^0.90^0.14^0.36^2.97^1.2^1.97^18^0.41^7^20^141^10^0.15^0.025^0.125^0.1^2.8^0.041^0.025^0.123^0.091^0.042^29^0^29^29^6.7^0.00^502^25^0^4^299^0^0^277^0.18^24.1^0.018^0.006^0.074^0^72.48^~1 cup, shredded~^755.00^~1 head, large~^5 ~11253~^~LETTUCE,GRN LEAF,RAW~^95.07^15^1.36^0.15^0.62^2.79^1.3^0.78^36^0.86^13^29^194^28^0.18^0.029^0.250^0.6^18.0^0.070^0.080^0.375^0.134^0.090^38^0^38^38^13.4^0.00^7405^370^0^0^4443^0^0^1730^0.29^173.6^0.020^0.006^0.082^0^35.58^~1 cup, shredded~^359.90^~1 head~^36 ~11254~^~LOTUS ROOT,RAW~^79.10^74^2.60^0.10^0.97^17.23^4.9^^45^1.16^23^100^556^40^0.39^0.257^0.261^0.7^44.0^0.160^0.220^0.400^0.377^0.258^13^0^13^13^^0.00^0^0^0^0^0^0^0^0^^^0.030^0.020^0.020^0^81.00^~10 slices, (2-1/2" dia)~^115.00^~1 root, (9-1/2" long)~^21 ~11255~^~LOTUS ROOT,CKD,BLD,DRND,WO/SALT~^81.42^66^1.58^0.07^0.91^16.02^3.1^0.50^26^0.90^22^78^363^45^0.33^0.217^0.220^0.6^27.4^0.127^0.010^0.300^0.302^0.218^8^0^8^8^25.4^0.00^0^0^0^0^0^0^0^0^0.01^0.1^0.021^0.014^0.014^0^60.00^~.5 cup~^89.00^~10 slices, (2-1/2" dia)~^0 ~11257~^~LETTUCE,RED LEAF,RAW~^95.64^16^1.33^0.22^0.55^2.26^0.9^0.48^33^1.20^12^28^187^25^0.20^0.028^0.203^1.5^3.7^0.064^0.077^0.321^0.144^0.100^36^^36^^11.8^^7492^375^^0^4495^0^0^1724^0.15^140.3^^^^^28.27^~1 cup, shredded~^2.60^~1 leaf, inner~^20 ~11258~^~MOUNTAIN YAM,HAWAII,RAW~^81.44^67^1.34^0.10^0.82^16.31^^^26^0.44^12^34^418^13^0.27^0.110^0.242^0.7^2.6^0.102^0.019^0.481^0.433^0.179^14^0^14^14^^0.00^0^0^0^^^^^^^^0.022^0.004^0.045^0^68.00^~.5 cup, cubes~^420.00^~1 yam~^17 ~11259~^~MOUNTAIN YAM,HAWAII,CKD,STMD,WO/SALT~^77.14^82^1.73^0.08^1.06^20.00^^^8^0.43^10^40^495^12^0.32^0.129^0.283^0.9^0.0^0.086^0.014^0.130^0.480^0.209^12^0^12^12^^0.00^0^0^0^^^^^^^^0.018^0.003^0.036^0^145.00^~1 cup, cubes~^^~~^0 ~11260~^~MUSHROOMS,WHITE,RAW~^92.43^22^3.09^0.34^0.85^3.28^1.0^1.65^3^0.50^9^86^318^5^0.52^0.318^0.047^9.3^2.1^0.081^0.402^3.607^1.497^0.104^16^0^16^16^17.3^0.04^0^0^0^0^0^0^0^0^0.01^0.0^0.043^0.000^0.139^0^70.00^~1 cup, pieces or slices~^96.00^~1 cup, whole~^3 ~11261~^~MUSHROOMS,CKD,BLD,DRND,WO/SALT~^91.08^28^2.17^0.47^0.99^5.29^2.2^1.95^6^1.74^12^87^356^2^0.87^0.504^0.115^11.9^4.0^0.073^0.300^4.460^2.160^0.095^18^0^18^18^19.9^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.051^0.007^0.191^0^156.00^~1 cup, pieces~^9.80^~1 tbsp~^0 ~11263~^~MUSHROOMS,WHITE,STIR-FRIED~^91.10^26^3.58^0.33^0.94^4.04^1.8^0.00^4^0.25^11^105^396^12^0.57^0.291^0.047^13.9^0.0^0.096^0.463^3.987^1.450^0.042^20^0^20^20^21.9^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.040^0.000^0.160^0^107.95^~1 cup, sliced~^^~~^0 ~11264~^~MUSHROOMS,CND,DRND SOL~^91.08^25^1.87^0.29^1.67^5.09^2.4^1.95^11^0.79^15^66^129^425^0.72^0.235^0.086^4.1^0.0^0.085^0.021^1.593^0.811^0.061^12^0^12^12^19.9^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.031^0.005^0.117^0^156.00^~1 cup~^131.50^~1 can~^0 ~11265~^~MUSHROOMS,PORTABELLA,RAW~^91.20^26^2.50^0.20^1.03^5.07^1.5^1.80^8^0.60^11^130^484^6^0.60^0.400^0.142^11.0^0.0^0.077^0.480^4.500^1.500^0.100^22^0^22^22^21.2^0.05^0^0^0^^^^^^0.02^0.0^0.026^0.003^0.078^0^85.50^~1 cup, diced~^83.52^~1 piece, whole~^3 ~11266~^~MUSHROOMS,BROWN,ITALIAN,OR CRIMINI,RAW~^92.30^27^2.50^0.10^0.98^4.12^0.6^1.72^18^0.40^9^120^448^6^1.10^0.500^0.142^26.0^0.0^0.095^0.490^3.800^1.500^0.110^14^0^14^14^22.1^0.10^0^0^0^^^^^^0.01^0.0^0.014^0.002^0.042^0^86.90^~1 cup, whole~^71.55^~1 cup, sliced~^3 ~11267~^~MUSHROOMS,SHIITAKE,STIR-FRIED~^87.74^48^3.45^0.35^0.78^7.68^3.6^0.30^2^0.53^19^111^326^5^0.96^0.163^0.223^6.3^0.0^0.099^0.274^3.870^1.360^0.174^14^0^14^14^59.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.030^0.000^0.140^0^88.85^~1 cup, whole~^96.53^~1 cup, sliced~^0 ~11268~^~MUSHROOMS,SHIITAKE,DRIED~^9.50^296^9.58^0.99^4.56^75.37^11.5^2.21^11^1.72^132^294^1534^13^7.66^5.165^1.176^46.1^3.5^0.300^1.270^14.100^21.879^0.965^163^0^163^163^201.7^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.225^0.317^0.151^0^3.60^~1 mushroom~^15.00^~4 mushrooms~^0 ~11269~^~MUSHROOMS,SHIITAKE,CKD,WO/SALT~^83.48^56^1.56^0.22^0.35^14.39^2.1^3.61^3^0.44^14^29^117^4^1.33^0.896^0.204^24.8^0.3^0.037^0.170^1.500^3.594^0.159^21^0^21^21^36.8^0.00^0^0^0^0^0^0^0^0^0.03^0.0^0.050^0.070^0.034^0^145.00^~1 cup, pieces~^72.00^~4 mushrooms~^0 ~11270~^~MUSTARD GREENS,RAW~^90.80^26^2.70^0.20^1.40^4.90^3.3^1.60^103^1.46^32^43^354^25^0.20^0.147^0.480^0.9^70.0^0.080^0.110^0.800^0.210^0.180^187^0^187^187^0.4^0.00^10500^525^0^0^6300^0^0^9900^2.01^497.3^0.010^0.092^0.038^0^56.00^~1 cup, chopped~^^~~^7 ~11271~^~MUSTARD GRNS,CKD,BLD,DRND,WO/SALT~^94.46^15^2.26^0.24^0.94^2.10^2.0^0.10^74^0.70^15^41^202^16^0.11^0.084^0.274^0.6^25.3^0.041^0.063^0.433^0.120^0.098^73^0^73^73^0.3^0.00^6323^316^0^0^3794^0^0^5962^1.21^299.5^0.012^0.110^0.046^0^140.00^~1 cup, chopped~^^~~^0 ~11272~^~MUSTARD GRNS,FRZ,UNPREP~^93.21^20^2.49^0.27^0.63^3.41^3.3^^116^1.29^15^30^170^29^0.23^0.067^0.339^0.7^25.3^0.048^0.061^0.314^0.019^0.131^138^0^138^138^^0.00^5155^258^0^^^^^^^^0.014^0.124^0.051^0^146.00^~1 cup, chopped~^284.00^~1 package, (10 oz)~^0 ~11273~^~MUSTARD GRNS,FRZ,CKD,BLD,DRND,WO/SALT~^93.80^19^2.27^0.25^0.57^3.11^2.8^0.32^101^1.12^13^24^139^25^0.20^0.058^0.294^0.6^13.8^0.040^0.053^0.258^0.016^0.108^70^0^70^70^0.3^0.00^7076^354^0^0^4246^0^0^6672^1.35^335.1^0.013^0.113^0.047^0^150.00^~1 cup, chopped~^212.00^~1 package, (10 oz) yields~^0 ~11274~^~MUSTARD SPINACH,(TENDERGREEN),RAW~^92.20^22^2.20^0.30^1.40^3.90^2.8^^210^1.50^11^28^449^21^0.17^0.075^0.407^0.8^130.0^0.068^0.093^0.678^0.178^0.153^159^0^159^159^^0.00^9900^495^0^^^^^^^^0.015^0.138^0.057^0^150.00^~1 cup, chopped~^^~~^7 ~11275~^~MUSTARD SPINACH,(TENDERGREEN),CKD,BLD,DRND,WO/SALT~^94.50^16^1.70^0.20^0.80^2.80^2.0^^158^0.80^7^18^285^14^0.11^0.050^0.270^0.6^65.0^0.041^0.062^0.430^0.119^0.097^73^0^73^73^^0.00^8200^410^0^^^^^^^^^^^0^180.00^~1 cup, chopped~^^~~^0 ~11786~^~HORSERADISH-TREE,LEAFY TIPS,CKD,BLD,DRND,W/SALT~^81.65^60^5.27^0.93^1.00^11.15^2.0^1.00^151^2.32^151^67^344^245^0.49^0.086^0.868^0.9^31.0^0.222^0.509^1.995^0.102^0.929^23^0^23^23^21.0^0.00^7013^351^0^0^4208^0^0^1747^0.10^108.0^^^^0^42.00^~1 cup, chopped~^^~~^0 ~11787~^~HORSERADISH-TREE,PODS,CKD,BLD,DRND,W/SALT~^88.42^36^2.09^0.19^1.12^8.18^4.2^^20^0.45^42^49^457^279^0.42^0.078^0.241^0.7^97.0^0.046^0.068^0.590^0.701^0.112^30^0^30^30^^0.00^70^4^0^^^^^^^^^^^0^118.00^~1 cup, slices~^^~~^0 ~11788~^~HYACINTH-BEANS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^86.90^50^2.95^0.27^0.68^9.20^^^41^0.76^42^49^262^238^0.38^0.048^0.210^1.6^5.1^0.056^0.088^0.480^0.053^0.023^47^0^47^47^^0.00^142^7^0^^^^^^^^0.119^0.129^0.010^0^87.00^~1 cup~^^~~^0 ~11789~^~JUTE,POTHERB,CKD,BLD,DRND,W/SALT~^87.15^37^3.68^0.20^1.68^7.29^2.0^1.00^211^3.14^62^72^550^247^0.79^0.255^0.123^0.9^33.0^0.091^0.192^0.890^0.072^0.570^104^0^104^104^12.8^0.00^5185^259^0^0^3111^0^0^1747^0.07^108.0^0.030^0.014^0.096^0^87.00^~1 cup~^^~~^0 ~11790~^~KALE,CKD,BLD,DRND,W/SALT~^91.20^28^1.90^0.40^0.87^5.63^2.0^1.25^72^0.90^18^28^228^259^0.24^0.156^0.416^0.9^41.0^0.053^0.070^0.500^0.049^0.138^13^0^13^13^0.4^0.00^13621^681^0^0^8173^0^0^18246^0.85^^0.052^0.030^0.193^0^130.00^~1 cup, chopped~^^~~^0 ~11791~^~KALE,FRZ,CKD,BLD,DRND,W/SALT~^90.50^30^2.84^0.49^0.94^5.23^2.0^1.34^138^0.94^18^28^321^251^0.18^0.047^0.450^0.9^25.2^0.043^0.114^0.672^0.053^0.086^14^0^14^14^0.5^0.00^14704^735^0^0^8823^0^0^19697^0.92^882.0^0.063^0.036^0.235^0^130.00^~1 cup, chopped~^^~~^0 ~11792~^~KALE,SCOTCH,CKD,BLD,DRND,W/SALT~^91.20^28^1.90^0.41^0.87^5.62^^^132^1.93^57^38^274^281^0.24^0.156^0.417^0.9^52.8^0.040^0.039^0.792^0.048^0.139^13^0^13^13^^0.00^1994^100^0^^^^^^^^0.053^0.030^0.196^0^130.00^~1 cup, chopped~^^~~^0 ~11793~^~KOHLRABI,CKD,BLD,DRND,W/SALT~^90.30^29^1.80^0.11^1.10^6.69^1.1^2.80^25^0.40^19^45^340^257^0.31^0.132^0.142^0.8^54.0^0.040^0.020^0.390^0.160^0.154^12^0^12^12^13.2^0.00^35^2^0^0^21^0^0^0^0.52^0.1^0.014^0.008^0.053^0^165.00^~1 cup, slices~^^~~^0 ~11794~^~LAMBS QUARTERS,CKD,BLD,DRND,W/SALT~^88.90^32^3.20^0.70^2.20^5.00^2.1^0.62^258^0.70^23^45^288^265^0.30^0.197^0.525^0.9^37.0^0.100^0.260^0.900^0.062^0.174^14^0^14^14^0.5^0.00^7816^391^0^4^4688^0^0^1857^^494.2^0.052^0.131^0.307^0^180.00^~1 cup, chopped~^^~~^0 ~11795~^~LEEKS,(BULB&LOWER LEAF-PORTION),CKD,BLD,DRND,W/SALT~^90.80^31^0.81^0.20^0.57^7.62^1.0^2.11^30^1.10^14^17^87^246^0.06^0.062^0.247^0.5^4.2^0.026^0.020^0.200^0.072^0.113^24^0^24^24^^0.00^812^41^0^0^487^0^0^925^0.50^25.4^0.027^0.003^0.111^0^124.00^~1 leek~^26.00^~.25 cup, chopped~^0 ~11796~^~LOTUS ROOT,CKD,BLD,DRND,W/SALT~^81.42^66^1.58^0.07^0.91^16.02^3.1^^26^0.90^22^78^363^281^0.33^0.217^0.220^0.6^27.4^0.127^0.010^0.300^0.302^0.218^8^0^8^8^25.4^0.00^0^0^0^^^^^^^^0.021^0.014^0.014^0^60.00^~.5 cup~^89.00^~10 slices, (2-1/2" dia)~^0 ~11797~^~MUSHROOMS,CKD,BLD,DRND,W/SALT~^91.08^28^2.17^0.47^0.99^5.29^2.2^1.95^6^1.74^12^87^356^238^0.87^0.504^0.115^13.4^4.0^0.073^0.300^4.460^2.160^0.095^18^0^18^18^19.9^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.052^0.008^0.194^0^156.00^~1 cup, pieces~^9.80^~1 tbsp~^0 ~11798~^~MUSHROOMS,SHIITAKE,CKD,W/SALT~^83.48^54^1.56^0.22^0.94^13.80^2.1^3.61^3^0.44^14^29^117^240^1.33^0.896^0.204^24.8^0.3^0.037^0.170^1.500^3.594^0.159^21^0^21^21^^0.00^0^0^0^0^0^0^0^0^0.03^0.0^0.050^0.070^0.034^0^145.00^~1 cup, pieces~^72.00^~4 mushrooms~^0 ~11799~^~MUSTARD GRNS,CKD,BLD,DRND,W/SALT~^94.46^15^2.26^0.24^0.94^2.10^2.0^0.10^74^0.70^15^41^202^252^0.11^0.084^0.274^0.6^25.3^0.041^0.063^0.433^0.120^0.098^73^0^73^73^0.3^0.00^6323^316^0^0^3794^0^0^5962^1.21^299.5^0.012^0.110^0.046^0^140.00^~1 cup, chopped~^^~~^0 ~11800~^~MUSTARD GRNS,FRZ,CKD,BLD,DRND,W/SALT~^93.80^19^2.27^0.25^0.57^3.11^2.8^0.32^101^1.12^13^24^139^261^0.20^0.058^0.294^0.6^13.8^0.040^0.053^0.258^0.016^0.108^70^0^70^70^0.3^0.00^7076^354^0^0^4246^0^0^6672^1.35^335.1^0.013^0.113^0.047^0^212.00^~1 package, (10 oz) yields~^75.00^~.5 cup, chopped or diced~^0 ~11801~^~MUSTARD SPINACH,(TENDERGREEN),CKD,BLD,DRND,W/SALT~^94.50^16^1.70^0.20^0.80^2.80^2.0^^158^0.80^7^18^285^250^0.11^0.050^0.270^0.6^65.0^0.041^0.062^0.430^0.119^0.097^73^0^73^73^^0.00^8200^410^0^^^^^^^^^^^0^180.00^~1 cup, chopped~^^~~^0 ~11802~^~NEW ZEALAND SPINACH,CKD,BLD,DRND,W/SALT~^94.80^12^1.30^0.17^1.60^2.13^^^48^0.66^32^22^102^343^0.31^0.077^0.526^0.9^16.0^0.030^0.107^0.390^0.256^0.237^8^0^8^8^^0.00^3622^181^0^^^^^^^^0.027^0.005^0.071^0^180.00^~1 cup, chopped~^^~~^0 ~11803~^~OKRA,CKD,BLD,DRND,W/SALT~^92.57^22^1.87^0.21^0.84^4.51^2.5^2.40^77^0.28^36^32^135^241^0.43^0.085^0.294^0.4^16.3^0.132^0.055^0.871^0.213^0.187^46^0^46^46^9.3^0.00^283^14^0^0^170^0^0^390^0.27^40.0^0.045^0.028^0.046^0^80.00^~.5 cup, slices~^85.00^~8 pods, (3" long)~^0 ~11804~^~OKRA,FRZ,CKD,BLD,DRND,W/SALT~^91.12^28^2.08^0.30^0.75^5.75^2.8^2.87^96^0.67^51^46^234^239^0.62^0.097^1.021^0.6^12.2^0.099^0.123^0.785^0.240^0.047^146^0^146^146^11.1^0.00^339^17^0^0^203^0^0^466^0.32^47.8^0.079^0.050^0.081^0^255.00^~1 package, (10 oz) yields~^92.00^~.5 cup, slices~^0 ~11805~^~ONIONS,CKD,BLD,DRND,W/SALT~^87.86^42^1.36^0.19^1.03^9.56^1.4^4.73^22^0.24^11^35^166^239^0.21^0.067^0.153^0.6^5.2^0.042^0.023^0.165^0.113^0.129^15^0^15^15^6.8^0.00^2^0^0^0^1^0^0^4^0.02^0.5^0.031^0.027^0.073^0^210.00^~1 cup~^15.00^~1 tbsp, chopped~^0 ~11806~^~ONIONS,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^92.24^26^0.77^0.10^0.89^6.00^1.7^2.90^16^0.30^6^19^108^248^0.07^0.019^0.071^0.4^2.6^0.023^0.025^0.139^0.099^0.069^13^0^13^13^4.4^0.00^2^0^0^0^1^0^0^3^0.01^0.3^0.016^0.013^0.038^0^15.00^~1 tbsp, chopped~^105.00^~.5 cup, chopped or diced~^0 ~11807~^~ONIONS,FRZ,WHL,CKD,BLD,DRND,W/SALT~^92.24^26^0.71^0.05^0.89^6.11^1.4^2.90^27^0.34^8^2^101^244^0.09^0.024^0.040^0.4^5.1^0.016^0.018^0.132^0.078^0.070^13^0^13^13^4.4^0.00^2^0^0^0^1^0^0^3^0.01^0.3^0.009^0.007^0.020^0^210.00^~1 cup~^^~~^0 ~11808~^~PARSNIPS,CKD,BLD,DRND,W/SALT~^80.24^71^1.32^0.30^1.13^17.01^4.0^4.80^37^0.58^29^69^367^246^0.26^0.138^0.294^1.7^13.0^0.083^0.051^0.724^0.588^0.093^58^0^58^58^27.0^0.00^0^0^0^0^0^0^0^0^1.00^1.0^0.050^0.112^0.047^0^78.00^~.5 cup, slices~^160.00^~1 parsnip, (9" long)~^0 ~11809~^~PEAS,EDIBLE-PODDED,CKD,BLD,DRND,W/SALT~^88.91^40^3.27^0.23^1.13^6.46^2.8^3.99^42^1.97^26^55^240^240^0.37^0.077^0.168^0.7^47.9^0.128^0.076^0.539^0.673^0.144^29^0^29^29^17.4^0.00^1030^52^0^42^597^0^0^702^0.39^25.0^0.044^0.023^0.100^0^160.00^~1 cup~^^~~^0 ~11810~^~PEAS,EDIBLE-PODDED,FRZ,CKD,BLD,DRND,W/SALT~^86.60^50^3.50^0.38^1.09^8.43^3.1^4.82^59^2.40^28^58^217^241^0.49^0.090^0.280^0.8^22.0^0.064^0.119^0.563^0.857^0.174^35^0^35^35^21.0^0.00^1311^66^0^53^760^0^0^893^0.47^30.2^0.073^0.039^0.167^0^160.00^~1 cup~^253.00^~1 package, (10 oz) yields~^0 ~13407~^~BEEF,RND,BTTM RND,LN,0"FAT,ALL GRDS,CKD,BRSD~^58.09^214^34.00^7.67^1.01^0.00^0.0^0.00^7^2.83^23^214^278^44^5.82^0.084^0.012^38.3^0.0^0.077^0.192^6.109^0.669^0.456^11^0^11^11^129.5^1.88^0^0^0^0^0^0^0^0^0.45^1.6^2.675^3.231^0.286^104^184.99^~1 steak, (yield from 290 g raw meat)~^85.00^~3 oz~^4 ~13408~^~BEEF,RND,BTTM RND,LN,0"FAT,ALL GRDS,CKD,RSTD~^65.37^177^27.76^6.48^1.10^0.00^0.0^0.00^6^2.33^19^176^228^36^4.79^0.069^0.010^31.5^0.0^0.063^0.157^4.987^0.546^0.372^9^0^9^9^105.7^1.53^0^0^0^0^0^0^0^0^0.37^1.5^2.260^2.730^0.242^88^489.38^~1 roast, (yield from 600 g raw meat)~^85.00^~3 oz~^3 ~13410~^~BEEF,RND,BTTM RND,LN,0"FAT,CHOIC,CKD,BRSD~^57.36^223^33.08^9.03^1.02^0.00^0.0^0.00^7^2.93^22^209^271^43^5.79^0.078^0.011^37.8^0.0^0.069^0.207^6.356^0.650^0.462^11^0^11^11^126.0^1.95^0^0^0^0^0^0^0^0^0.45^1.6^3.152^3.807^0.337^122^191.24^~1 steak, (yield from 299 g raw meat)~^85.00^~3 oz~^2 ~13411~^~BEEF,RND,BTTM RND,LN,0"FAT,CHOIC,CKD,RSTD~^64.83^185^27.23^7.63^1.07^0.00^0.0^0.00^6^2.40^18^172^222^36^4.74^0.064^0.009^30.9^0.0^0.057^0.170^5.232^0.535^0.380^9^0^9^9^103.7^1.61^0^0^0^0^0^0^0^0^0.37^1.3^2.661^3.214^0.285^103^514.88^~1 roast, (yield from 627 g raw meat)~^85.00^~3 oz~^4 ~13413~^~BEEF,RND,BTTM RND,LN,0"FAT,SEL,CKD,BRSD~^58.82^206^34.93^6.30^1.01^0.00^0.0^0.00^7^2.85^23^222^289^46^5.97^0.096^0.013^43.3^0.0^0.084^0.189^6.007^0.688^0.461^12^0^12^12^133.0^1.80^0^0^0^0^0^0^0^0^0.44^1.6^2.198^2.655^0.235^85^178.74^~1 steak, (yield from 281 g raw meat)~^85.00^~3 oz~^5 ~13414~^~BEEF,RND,BTTM RND RST,LN,0" FAT,SEL,CKD,RSTD~^65.90^169^28.29^5.33^1.13^0.00^0.0^0.00^6^2.35^19^183^238^38^4.92^0.079^0.010^35.7^0.0^0.068^0.153^4.865^0.557^0.373^9^0^9^9^107.7^1.45^0^0^0^0^0^0^0^0^0.36^1.3^1.860^2.247^0.199^72^463.87^~1 roast, (yield from 572 g raw meat)~^85.00^~3 oz~^2 ~13415~^~BEEF,RND,EYE OF RND,LN&FAT,0"FAT,ALL GRDS,CKD,RSTD~^65.93^168^29.13^4.80^1.19^0.00^0.0^0.00^7^2.36^19^180^235^38^4.85^0.069^0.010^29.6^0.0^0.067^0.155^5.091^0.574^0.383^9^0^9^9^110.9^1.62^0^0^0^0^0^0^0^0^0.36^1.3^1.724^2.031^0.181^54^345.95^~1 roast, (yield from 436 g raw meat)~^85.00^~3 oz~^2 ~13416~^~BEEF,RND,EYE OF RND,LN&FAT,0"FAT,CHOIC,CKD,RSTD~^66.02^166^28.58^4.87^1.17^0.00^0.0^0.00^6^2.37^18^175^231^37^4.74^0.063^0.010^30.2^0.0^0.059^0.161^5.167^0.563^0.375^9^0^9^9^108.8^1.72^0^0^0^0^0^0^0^0^0.36^1.3^1.750^2.062^0.183^54^354.53^~1 roast, (yield from 445 g raw meat)~^^~~^4 ~13417~^~BEEF,RND,EYE OF RND,LN&FAT,0"FAT,SEL,CKD,RSTD~^65.84^169^29.67^4.72^1.21^0.00^0.0^0.00^7^2.35^19^185^239^39^4.96^0.075^0.010^28.9^0.0^0.075^0.149^5.007^0.586^0.390^9^0^9^9^113.0^1.52^0^0^0^0^0^0^0^0^0.36^1.3^1.697^2.000^0.178^53^337.36^~1 roast, (yield from 426 g raw meat)~^^~~^0 ~13418~^~BEEF,RND,EYE OF RND,LN,0"FAT,ALL GRDS,CKD,RSTD~^66.45^162^29.33^4.09^1.20^0.00^0.0^0.00^6^2.44^19^184^239^38^5.01^0.072^0.010^32.9^0.0^0.066^0.165^5.269^0.577^0.393^10^0^10^10^111.7^1.62^0^0^0^0^0^0^0^0^0.36^1.3^1.426^1.722^0.153^55^345.95^~1 roast, (yield from 436 g raw meat)~^85.00^~3 oz~^3 ~13419~^~BEEF,RND,EYE OF RND,LN,0"FAT,CHOIC,CKD,RSTD~^66.43^162^28.74^4.30^1.17^0.00^0.0^0.00^6^2.55^19^182^236^38^5.04^0.068^0.010^32.9^0.0^0.060^0.180^5.521^0.564^0.401^10^0^10^10^109.4^1.70^0^0^0^0^0^0^0^0^0.36^1.3^1.502^1.814^0.161^58^354.53^~1 roast, (yield from 445 g raw meat)~^85.00^~3 oz~^4 ~13420~^~BEEF,RND,EYE OF RND,LN,0"FAT,SEL,CKD,RSTD~^66.46^163^29.92^3.87^1.22^0.00^0.0^0.00^6^2.42^20^189^246^39^5.08^0.082^0.011^36.8^0.0^0.072^0.162^5.146^0.590^0.395^10^0^10^10^114.0^1.54^0^0^0^0^0^0^0^0^0.36^1.3^1.349^1.630^0.144^52^337.36^~1 roast, (yield from 426 g raw meat)~^85.00^~3 oz~^2 ~13421~^~BEEF,RND,TIP RND,LN&FAT,0"FAT,ALL GRDS,CKD,RSTD~^64.67^188^26.79^8.21^1.11^0.00^0.0^0.00^6^2.18^17^166^217^35^4.49^0.064^0.009^27.4^0.0^0.062^0.143^4.682^0.528^0.352^8^0^8^8^102.0^1.49^0^0^0^0^0^0^0^0^0.38^1.3^3.007^3.405^0.305^93^330.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13422~^~BEEF,RND,TIP RND,LN&FAT,0"FAT,CHOIC,CKD,RSTD~^63.80^196^27.01^8.90^1.10^0.00^0.0^0.00^6^2.22^17^164^216^35^4.44^0.059^0.009^28.3^0.0^0.056^0.152^4.884^0.532^0.355^8^0^8^8^102.9^1.62^0^0^0^0^0^0^0^0^0.39^1.4^3.257^3.689^0.330^101^1137.53^~1 roast, (yield from 1405 g raw meat)~^^~~^4 ~13423~^~BEEF,RND,TIP RND,LN&FAT,0"FAT,SEL,CKD,RSTD~^65.54^181^26.57^7.53^1.12^0.00^0.0^0.00^7^2.15^18^169^218^35^4.53^0.069^0.009^26.5^0.0^0.067^0.133^4.483^0.524^0.349^8^0^8^8^101.2^1.36^0^0^0^0^0^0^0^0^0.37^1.3^2.756^3.121^0.280^86^1141.15^~1 roast, (yield from 1388 g raw meat)~^^~~^4 ~13424~^~BEEF,RND,TIP RND,LN,0" FAT,ALL GRDS,CKD,RSTD~^66.75^174^27.53^6.20^0.81^0.00^0.0^0.00^6^2.30^18^174^226^36^4.73^0.068^0.010^31.1^0.0^0.062^0.155^4.945^0.542^0.369^9^0^9^9^104.8^1.52^0^0^0^0^0^0^0^0^0.35^1.3^2.209^2.537^0.228^88^320.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^6 ~13425~^~BEEF,RND,TIP RND,LN,0"FAT,CHOIC,CKD,RSTD~^65.62^176^27.68^6.42^1.12^0.00^0.0^0.00^6^2.43^19^174^225^36^4.81^0.065^0.009^31.4^0.0^0.058^0.173^5.319^0.544^0.386^9^0^9^9^105.4^1.63^0^0^0^0^0^0^0^0^0.37^1.3^2.288^2.626^0.236^91^1137.53^~1 roast, (yield from 1405 g raw meat)~^^~~^7 ~13426~^~BEEF,RND,TIP RND,LN,0" FAT,SEL,CKD,RSTD~^67.88^149^27.37^4.38^1.16^0.00^0.0^0.00^6^2.26^18^177^230^36^4.75^0.077^0.010^34.4^0.0^0.066^0.148^4.707^0.679^0.361^9^0^9^9^104.2^1.41^0^0^0^0^0^0^0^0^0.34^1.2^1.563^1.794^0.161^62^1141.15^~1 roast, (yield from 1388 g raw meat)~^^~~^9 ~13428~^~BEEF,RND,TOP RND,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^57.90^209^35.62^6.31^1.72^0.00^0.0^0.00^4^3.27^25^223^330^45^4.50^0.122^0.018^32.7^0.0^0.070^0.250^3.760^0.370^0.280^9^0^9^9^135.7^2.68^0^0^0^0^0^0^0^0^0.15^1.6^2.250^2.510^0.270^90^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13430~^~BEEF,RND,TOP RND,LN&FAT,0"FAT,CHOIC,CKD,BRSD~^57.31^216^35.62^7.09^1.72^0.00^0.0^0.00^4^3.27^25^223^330^45^4.50^0.122^0.018^32.7^0.0^0.070^0.250^3.760^0.370^0.280^9^0^9^9^135.7^2.68^0^0^^0^0^0^0^0^^^2.520^2.820^0.310^90^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13432~^~BEEF,RND,TOP RND,LN&FAT,0"FAT,SEL,CKD,BRSD~^58.49^200^35.62^5.33^1.72^0.00^0.0^0.00^4^3.27^25^223^330^45^4.50^0.122^0.018^32.7^0.0^0.070^0.250^3.760^0.370^0.280^9^0^9^9^135.7^2.68^0^0^^0^0^0^0^0^^^1.920^2.130^0.230^90^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~13434~^~BEEF,RND,TOP RND,LN,0"FAT,ALL GRDS,CKD,BRSD~^58.70^199^36.12^5.00^1.75^0.00^0.0^0.00^4^3.32^26^226^334^45^4.56^0.124^0.018^33.0^0.0^0.070^0.250^3.810^0.370^0.280^9^0^9^9^137.6^2.70^0^0^0^0^0^0^0^0^0.14^1.6^1.720^1.940^0.220^90^261.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13436~^~BEEF,RND,TOP RND,LN,0"FAT,CHOIC,CKD,BRSD~^58.10^207^36.12^5.80^1.75^0.00^0.0^0.00^4^3.32^26^226^334^45^4.56^0.124^0.018^33.0^0.0^0.070^0.250^3.810^0.370^0.280^9^0^9^9^137.6^2.70^0^0^^0^0^0^0^0^^^1.990^2.250^0.260^90^261.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~14277~^~GRAPE DRINK,CANNED~^84.20^61^0.00^0.00^0.06^15.75^0.0^13.06^52^0.07^1^0^12^16^0.12^0.013^0.027^0.1^31.4^0.001^0.004^0.010^0.003^0.002^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^4^0.00^0.0^0.000^0.000^0.000^0^250.00^~1 cup, (8 fl oz)~^31.30^~1 fl oz~^0 ~14282~^~GRAPE JUICE DRINK,CANNED~^85.30^57^0.00^0.00^0.12^14.55^0.1^14.11^7^0.13^6^6^33^9^0.03^0.022^0.200^0.1^26.5^0.225^0.354^0.142^0.023^0.035^1^0^1^1^0.3^0.00^4^0^0^0^3^0^0^19^0.00^0.2^0.000^0.000^0.000^0^250.00^~1 cup, (8 fl oz)~^31.30^~1 fl oz~^0 ~14287~^~LEMONADE,POWDER~^0.30^389^0.00^0.00^0.49^94.44^0.0^94.44^242^0.50^1^126^120^0^0.14^0.032^^0.6^33.3^0.015^0.025^0.130^0.060^0.026^6^0^6^6^0.1^0.00^9^1^0^0^1^8^0^4^0.14^0.0^0.000^0.000^0.000^0^18.00^~1 serving~^218.00^~1 cup~^0 ~14288~^~LEMONADE,PDR,PREP W/H2O~^89.65^37^0.00^0.00^0.14^9.72^0.0^9.72^28^0.05^1^13^13^3^0.02^0.012^0.000^0.1^3.4^0.002^0.003^0.013^0.006^0.003^1^0^1^1^0.0^0.00^1^0^0^0^0^1^0^0^0.01^0.0^0.000^0.000^0.000^0^264.20^~1 serving, 1 cup 8 fl oz~^33.03^~1 fl oz~^0 ~14289~^~LEMONADE,LO CAL,W/ASPRT,PDR~^1.80^332^3.60^0.30^10.60^83.70^0.1^0.00^3098^5.70^14^1554^11^10^0.16^0.110^0.110^0.6^394.0^0.007^0.037^0.000^0.000^0.000^13^0^13^13^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.039^0.010^0.090^0^1.95^~1 serving~^^~~^0 ~14290~^~LEMONADE,LO CAL,W/ASPRT,PDR,PREP W/H2O~^99.10^3^0.03^0.00^0.19^0.68^0.0^0.00^28^0.05^1^13^1^4^0.01^0.011^0.001^0.0^3.2^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.001^0^238.51^~1 serving, 1 cup 8 fl oz~^29.81^~1 fl oz~^0 ~14292~^~LEMONADE,FRZ CONC,WHITE~^52.30^181^0.30^0.20^0.20^47.00^0.2^45.03^7^0.72^5^9^67^4^0.08^0.060^0.020^0.4^17.7^0.026^0.096^0.074^0.057^0.025^5^0^5^5^2.0^0.00^7^0^0^0^1^6^0^4^0.04^0.0^0.025^0.008^0.059^0^36.50^~1 fl oz~^438.00^~1 can, (12 fl oz)~^0 ~14293~^~LEMONADE,FRZ CONC,WHITE,PREP W/H2O~^89.35^40^0.07^0.04^0.12^10.42^0.0^9.98^4^0.16^2^2^15^4^0.02^0.021^0.005^0.1^3.9^0.006^0.021^0.016^0.013^0.006^1^0^1^1^0.4^0.00^1^0^0^0^0^1^0^1^0.01^0.0^0.006^0.002^0.013^0^246.96^~1 serving, 1 cup 8 fl oz~^30.87^~1 fl oz~^0 ~14296~^~LEMONADE-FLAVOR DRK,PDR~^0.60^389^0.10^0.00^0.30^94.44^0.0^94.44^83^0.11^1^9^3^139^0.05^0.045^0.002^0.4^33.3^0.002^0.011^0.000^0.000^0.000^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.003^0.000^0.000^0^18.00^~1 serving~^^~~^0 ~14297~^~LEMONADE-FLAVOR DRK,PDR,PREP W/H2O~^92.88^26^0.01^0.00^0.11^6.68^0.0^6.68^9^0.01^1^1^1^13^0.01^0.012^0.000^0.0^2.4^0.000^0.001^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^254.56^~1 serving, 1 cup 8 fl oz~^31.82^~1 fl oz~^0 ~14302~^~LIMEADE,FRZ CONC~^37.46^247^0.00^0.00^0.22^62.32^0.0^59.96^0^0.00^5^3^43^0^0.04^0.039^0.005^0.3^14.1^0.008^0.013^0.038^0.053^0.017^3^0^3^3^2.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^36.40^~1 fl oz~^437.00^~1 can, (12 fl oz)~^0 ~14303~^~LIMEADE,FRZ CONC,PREP W/H2O~^86.08^52^0.00^0.00^0.13^13.79^0.0^13.27^2^0.00^2^1^10^3^0.01^0.016^0.001^0.1^3.1^0.002^0.003^0.009^0.012^0.004^1^0^1^1^0.5^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^246.83^~1 serving, 1 cup 8 fl oz~^30.85^~1 fl oz~^0 ~11276~^~NEW ZEALAND SPINACH,RAW~^94.00^14^1.50^0.20^1.80^2.50^^^58^0.80^39^28^130^130^0.38^0.093^0.639^0.7^30.0^0.040^0.130^0.500^0.312^0.304^15^0^15^15^^0.00^4400^220^0^^^^^^^^0.032^0.005^0.084^0^56.00^~1 cup, chopped~^^~~^28 ~11277~^~NEW ZEALAND SPINACH,CKD,BLD,DRND,WO/SALT~^94.80^12^1.30^0.17^1.60^2.20^^^48^0.66^32^22^102^107^0.31^0.077^0.526^0.9^16.0^0.030^0.107^0.390^0.256^0.237^8^0^8^8^^0.00^3622^181^0^^^^^^^^0.027^0.005^0.071^0^180.00^~1 cup, chopped~^^~~^0 ~11278~^~OKRA,RAW~^90.17^31^2.00^0.10^0.70^7.03^3.2^1.20^81^0.80^57^63^303^8^0.60^0.094^0.990^0.7^21.1^0.200^0.060^1.000^0.245^0.215^88^0^88^88^12.3^0.00^375^19^0^0^225^0^0^516^0.36^53.0^0.026^0.017^0.027^0^100.00^~1 cup~^95.00^~8 pods, (3" long)~^14 ~11279~^~OKRA,CKD,BLD,DRND,WO/SALT~^92.57^22^1.87^0.21^0.84^4.51^2.5^2.40^77^0.28^36^32^135^6^0.43^0.085^0.294^0.4^16.3^0.132^0.055^0.871^0.213^0.187^46^0^46^46^9.3^0.00^283^14^0^0^170^0^0^390^0.27^40.0^0.045^0.028^0.046^0^80.00^~.5 cup, slices~^85.00^~8 pods, (3" long)~^0 ~11280~^~OKRA,FROZEN,UNPREPARED~^90.82^30^1.69^0.25^0.61^6.63^2.2^2.97^81^0.57^43^42^211^3^0.53^0.083^0.873^0.6^12.4^0.089^0.105^0.708^0.216^0.042^148^0^148^148^11.4^0.00^350^18^0^0^210^0^0^482^0.33^49.4^0.065^0.041^0.066^0^284.00^~1 package, (10 oz)~^1361.00^~1 package, (3 lb)~^0 ~11281~^~OKRA,FRZ,CKD,BLD,DRND,WO/SALT~^91.12^28^2.08^0.30^0.75^5.75^2.8^2.87^96^0.67^51^46^234^3^0.62^0.097^1.021^0.6^12.2^0.099^0.123^0.785^0.240^0.047^146^0^146^146^11.1^0.00^339^17^0^0^203^0^0^466^0.32^47.8^0.079^0.050^0.081^0^255.00^~1 package, (10 oz) yields~^92.00^~.5 cup, slices~^0 ~11282~^~ONIONS,RAW~^89.11^40^1.10^0.10^0.35^9.34^1.7^4.24^23^0.21^10^29^146^4^0.17^0.039^0.129^0.5^7.4^0.046^0.027^0.116^0.123^0.120^19^0^19^19^6.1^0.00^2^0^0^0^1^0^0^4^0.02^0.4^0.042^0.013^0.017^0^160.00^~1 cup, chopped~^115.00^~1 cup, sliced~^10 ~11283~^~ONIONS,CKD,BLD,DRND,WO/SALT~^87.86^44^1.36^0.19^0.44^10.15^1.4^4.73^22^0.24^11^35^166^3^0.21^0.067^0.153^0.6^5.2^0.042^0.023^0.165^0.113^0.129^15^0^15^15^6.8^0.00^2^0^0^0^1^0^0^4^0.02^0.5^0.031^0.027^0.073^0^210.00^~1 cup~^15.00^~1 tbsp, chopped~^0 ~11284~^~ONIONS,DEHYDRATED FLAKES~^3.93^349^8.95^0.46^3.38^83.28^9.2^37.41^257^1.55^92^303^1622^21^1.89^0.416^1.389^5.0^75.0^0.500^0.100^0.990^1.380^1.600^166^0^166^166^53.9^0.00^18^1^0^0^11^0^0^32^0.18^3.8^0.078^0.064^0.180^0^5.00^~1 tbsp~^14.00^~.25 cup~^0 ~11285~^~ONIONS,CND,SOL&LIQUIDS~^94.10^19^0.85^0.09^0.94^4.02^1.2^2.20^45^0.13^6^28^111^371^0.29^0.055^0.102^0.3^4.3^0.032^0.006^0.061^0.097^0.137^10^0^10^10^^0.00^1^0^0^0^1^0^0^2^0.07^0.2^0.016^0.013^0.036^0^63.00^~1 onion~^112.00^~.5 cup, chopped or diced~^0 ~11286~^~ONIONS,YEL,SAUTEED~^80.01^132^0.95^10.80^0.38^7.86^1.7^^20^0.27^9^33^133^12^0.21^0.017^0.102^^1.8^0.049^0.041^0.037^0.172^0.207^2^^2^^6.5^^^^^^^^^^0.68^21.6^^^^^86.93^~1 cup, chopped~^^~~^0 ~11287~^~ONIONS,FRZ,CHOPD,UNPREP~^91.99^29^0.79^0.10^0.30^6.81^1.8^^17^0.33^7^22^124^12^0.07^0.019^0.074^0.4^3.3^0.030^0.027^0.151^0.102^0.075^17^0^17^17^^0.00^35^2^0^^^^^^^^0.017^0.014^0.039^0^284.00^~1 package, (10 oz)~^^~~^0 ~11288~^~ONIONS,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^92.24^28^0.77^0.10^0.30^6.59^1.8^2.90^16^0.30^6^19^108^12^0.07^0.019^0.071^0.4^2.6^0.023^0.025^0.139^0.099^0.069^13^0^13^13^4.4^0.00^2^0^0^0^1^0^0^3^0.01^0.3^0.016^0.013^0.038^0^15.00^~1 tbsp, chopped~^105.00^~.5 cup, chopped or diced~^0 ~11289~^~ONIONS,FRZ,WHL,UNPREP~^90.22^35^0.89^0.06^0.38^8.45^1.7^3.81^36^0.46^10^23^142^10^0.12^0.050^0.125^0.4^8.0^0.026^0.024^0.175^0.099^0.093^21^0^21^21^5.5^0.00^2^0^0^0^1^0^0^4^0.02^0.4^0.011^0.009^0.025^0^284.00^~1 package, (10 oz)~^^~~^0 ~11290~^~ONIONS,FRZ,WHL,CKD,BLD,DRND,WO/SALT~^92.24^28^0.71^0.05^0.30^6.70^1.4^2.90^27^0.34^8^2^101^8^0.09^0.024^0.040^0.4^5.1^0.016^0.018^0.132^0.078^0.070^13^0^13^13^4.4^0.00^2^0^0^0^1^0^0^3^0.01^0.3^0.009^0.007^0.020^0^210.00^~1 cup~^^~~^0 ~11291~^~ONIONS,SPRING OR SCALLIONS (INCL TOPS&BULB),RAW~^89.83^32^1.83^0.19^0.81^7.34^2.6^2.33^72^1.48^20^37^276^16^0.39^0.083^0.160^0.6^18.8^0.055^0.080^0.525^0.075^0.061^64^0^64^64^5.7^0.00^997^50^0^0^598^0^0^1137^0.55^207.0^0.032^0.027^0.074^0^100.00^~1 cup, chopped~^6.00^~1 tbsp, chopped~^4 ~11292~^~ONIONS,YOUNG GRN,TOPS ONLY~^91.80^25^1.80^0.10^0.65^5.65^3.5^2.10^61^1.92^20^33^260^4^0.45^0.061^0.129^0.5^45.6^0.070^0.140^0.200^0.060^0.060^14^0^14^14^4.6^0.00^4000^200^0^0^2400^0^0^916^0.21^166.9^0.016^0.014^0.038^0^6.00^~1 tbsp~^12.00^~1 stalk~^0 ~11293~^~ONIONS,WELSH,RAW~^90.50^34^1.90^0.40^0.70^6.50^^^18^1.22^23^49^212^17^0.52^0.070^0.137^0.6^27.0^0.050^0.090^0.400^0.169^0.072^16^0^16^16^^0.00^1160^58^0^^^^^^^^0.067^0.056^0.156^0^^~~^^~~^35 ~11294~^~ONIONS,SWT,RAW~^91.24^32^0.80^0.08^0.34^7.55^0.9^5.02^20^0.26^9^27^119^8^0.13^0.056^0.076^0.5^4.8^0.041^0.020^0.133^0.098^0.130^23^^23^^5.5^^1^0^^0^1^0^0^6^0.02^0.3^^^^0^331.48^~1 onion~^148.00^~1 NLEA serving~^16 ~11295~^~ONION RINGS,BREADED,PAR FR,FRZ,UNPREP~^51.22^258^3.15^14.10^1.00^30.53^1.8^^46^0.93^14^49^190^246^0.36^0.074^0.299^2.4^4.6^0.100^0.079^0.693^0.240^0.132^48^29^19^68^^0.00^0^0^0^^^^^^^^4.534^5.738^2.700^0^454.00^~1 package, (16 oz)~^255.00^~1 package, (9 oz)~^0 ~11296~^~ONION RINGS,BREADED,PAR FR,FRZ,PREP,HTD IN OVEN~^28.50^407^5.34^26.70^1.30^38.16^1.3^^31^1.69^19^81^129^375^0.42^0.080^0.420^3.5^1.4^0.280^0.140^3.610^0.230^0.077^66^53^13^103^^0.00^225^11^0^^^^^^^^8.585^10.866^5.113^0^48.00^~1 cup~^71.00^~10 rings, large (3-4" dia)~^0 ~11297~^~PARSLEY,RAW~^87.71^36^2.97^0.79^2.20^6.33^3.3^0.85^138^6.20^50^58^554^56^1.07^0.149^0.160^0.1^133.0^0.086^0.098^1.313^0.400^0.090^152^0^152^152^12.8^0.00^8424^421^0^0^5054^0^0^5561^0.75^1640.0^0.132^0.295^0.124^0^60.00^~1 cup~^3.80^~1 tbsp~^5 ~11298~^~PARSNIPS,RAW~^79.53^75^1.20^0.30^0.98^17.99^4.9^4.80^36^0.59^29^71^375^10^0.59^0.120^0.560^1.8^17.0^0.090^0.050^0.700^0.600^0.090^67^0^67^67^^0.00^0^0^0^0^0^0^0^0^1.49^22.5^0.050^0.112^0.047^0^133.00^~1 cup, slices~^^~~^15 ~11299~^~PARSNIPS,CKD,BLD,DRND,WO/SALT~^80.24^71^1.32^0.30^1.13^17.01^3.6^4.80^37^0.58^29^69^367^10^0.26^0.138^0.294^1.7^13.0^0.083^0.051^0.724^0.588^0.093^58^0^58^58^27.0^0.00^0^0^0^0^0^0^0^0^1.00^1.0^0.050^0.112^0.047^0^78.00^~.5 cup, slices~^160.00^~1 parsnip, (9" long)~^0 ~11300~^~PEAS,EDIBLE-PODDED,RAW~^88.89^42^2.80^0.20^0.56^7.55^2.6^4.00^43^2.08^24^53^200^4^0.27^0.079^0.244^0.7^60.0^0.150^0.080^0.600^0.750^0.160^42^0^42^42^17.4^0.00^1087^54^0^44^630^0^0^740^0.39^25.0^0.039^0.021^0.089^0^98.00^~1 cup, chopped~^63.00^~1 cup, whole~^6 ~11811~^~PEAS,GRN,CKD,BLD,DRND,W/SALT~^77.87^84^5.36^0.22^0.92^15.63^5.5^5.93^27^1.54^39^117^271^239^1.19^0.173^0.525^1.9^14.2^0.259^0.149^2.021^0.153^0.216^63^0^63^63^29.7^0.00^801^40^0^22^470^0^0^2593^0.14^25.9^0.039^0.019^0.102^0^160.00^~1 cup~^^~~^0 ~11812~^~PEAS,GRN,CND,NO SALT,SOL&LIQUIDS~^85.92^53^3.19^0.30^0.84^9.75^3.3^3.20^18^1.02^17^53^100^9^0.70^0.108^0.264^1.3^9.8^0.111^0.073^0.842^0.091^0.065^29^0^29^29^18.9^0.00^1444^72^0^14^859^0^0^1650^0.02^16.5^0.054^0.027^0.142^0^124.00^~.5 cup~^482.00^~1 can, (303 x 406)~^0 ~11813~^~PEAS,GRN,CND,NO SALT,DRND SOL~^81.70^69^4.42^0.35^0.97^12.58^4.1^4.16^20^0.95^17^67^173^2^0.71^0.082^0.303^1.7^9.6^0.121^0.078^0.732^0.128^0.064^44^0^44^44^^0.00^533^27^0^0^320^0^0^1350^0.03^21.4^0.062^0.031^0.163^0^85.00^~.5 cup~^313.00^~1 can, (303 x 406)~^0 ~11814~^~PEAS,GRN,FRZ,CKD,BLD,DRND,W/SALT~^79.52^78^5.15^0.27^0.80^14.26^5.5^4.65^24^1.52^22^77^110^323^0.67^0.105^0.279^1.0^9.9^0.283^0.100^1.480^0.142^0.113^59^0^59^59^27.5^0.00^2100^105^0^20^1250^0^0^2400^0.03^24.0^0.049^0.024^0.129^0^80.00^~.5 cup~^253.00^~1 package, (10 oz) yields~^0 ~11815~^~PEAS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^74.37^98^7.05^0.51^0.99^17.08^^^26^1.67^41^24^268^239^0.78^0.020^0.325^0.6^6.6^0.216^0.285^1.072^0.683^0.128^36^0^36^36^^0.00^107^5^0^^^^^^^^0.090^0.045^0.240^0^^~~^^~~^0 ~11816~^~PEAS&CARROTS,CND,NO SALT,SOL&LIQUIDS~^88.15^38^2.17^0.27^0.93^8.48^3.3^2.83^23^0.75^14^46^100^4^0.58^0.103^0.357^0.9^6.6^0.074^0.053^0.581^0.120^0.088^18^0^18^18^12.6^0.00^6854^343^0^1353^3400^72^0^1070^0.38^13.1^0.049^0.023^0.129^0^255.00^~1 cup~^^~~^0 ~11817~^~PEAS&CARROTS,FRZ,CKD,BLD,DRND,W/SALT~^85.80^48^3.09^0.42^0.57^10.12^3.1^4.36^23^0.94^16^49^158^304^0.45^0.076^0.202^1.1^8.1^0.225^0.064^1.154^0.163^0.087^26^0^26^26^18.1^0.00^9514^476^0^1868^4725^99^0^1538^0.52^18.8^0.077^0.035^0.201^0^278.00^~1 package, (10 oz) yields~^80.00^~.5 cup~^0 ~11818~^~PEAS&ONIONS,FRZ,CKD,BLD,DRND,W/SALT~^88.18^45^2.54^0.20^0.45^8.63^2.2^3.77^14^0.94^13^34^117^273^0.29^0.063^0.166^0.4^6.9^0.150^0.069^1.044^0.090^0.087^20^0^20^20^15.9^0.00^1051^53^0^10^626^0^0^1202^0.02^12.1^0.036^0.019^0.094^0^180.00^~1 cup~^^~~^0 ~11819~^~PEPPERS,HOT CHILI,RED,RAW~^88.02^40^1.87^0.44^0.87^8.81^1.5^5.30^14^1.03^23^43^322^9^0.26^0.129^0.187^0.5^143.7^0.072^0.086^1.244^0.201^0.506^23^0^23^23^10.9^0.00^952^48^0^36^534^40^0^709^0.69^14.0^0.042^0.024^0.239^0^45.00^~1 pepper~^75.00^~.5 cup, chopped or diced~^27 ~11820~^~PEPPERS,HOT CHILI,RED,CND,EXCLUDING SEEDS,SOL&LIQUIDS~^92.50^21^0.90^0.10^1.40^5.10^1.3^3.32^7^0.50^14^17^187^1173^0.17^0.101^0.138^0.3^68.0^0.020^0.050^0.800^0.034^0.153^10^0^10^10^6.8^0.00^11892^595^0^446^6664^495^0^444^0.69^8.7^0.010^0.006^0.055^0^73.00^~1 pepper~^68.00^~.5 cup, chopped or diced~^0 ~11821~^~PEPPERS,SWT,RED,RAW~^92.21^31^0.99^0.30^0.47^6.03^2.1^4.20^7^0.43^12^26^211^4^0.25^0.017^0.112^0.1^127.7^0.054^0.085^0.979^0.317^0.291^46^0^46^46^5.6^0.00^3131^157^0^20^1624^490^0^51^1.58^4.9^0.027^0.003^0.070^0^149.00^~1 cup, chopped~^92.00^~1 cup, sliced~^18 ~11822~^~PEPPERS,SWT,GRN,CKD,BLD,DRND,W/SALT~^91.87^26^0.92^0.20^0.90^6.11^1.2^3.19^9^0.46^10^18^166^238^0.12^0.065^0.115^0.3^74.4^0.059^0.030^0.477^0.079^0.233^16^0^16^16^7.4^0.00^468^23^0^26^264^8^0^431^0.50^9.8^0.029^0.013^0.106^0^11.60^~1 tbsp~^73.00^~1 pepper~^0 ~11823~^~PEPPERS,SWT,RED,CKD,BLD,DRND,WO/SALT~^91.87^28^0.92^0.20^0.31^6.70^1.2^4.39^9^0.46^10^18^166^2^0.12^0.065^0.115^0.3^171.0^0.059^0.030^0.477^0.079^0.233^16^0^16^16^5.8^0.00^2941^147^0^18^1525^460^0^47^1.65^5.1^0.029^0.013^0.106^0^135.00^~1 cup, strips~^11.60^~1 tbsp~^0 ~11824~^~PEPPERS,SWT,RED,CKD,BLD,DRND,W/SALT~^91.87^26^0.92^0.20^0.90^6.11^1.2^4.39^9^0.46^10^18^166^238^0.12^0.065^0.115^0.3^171.0^0.059^0.030^0.477^0.079^0.233^16^0^16^16^5.8^0.00^2941^147^0^18^1525^460^0^47^1.65^5.1^0.029^0.013^0.106^0^12.00^~1 tbsp~^73.00^~1 pepper~^0 ~11825~^~PEPPERS,SWT,GRN,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^94.70^16^0.95^0.18^0.86^3.31^^^8^0.52^7^13^72^240^0.05^0.044^0.097^0.2^41.2^0.051^0.031^1.082^0.023^0.108^10^0^10^10^^0.00^0^0^0^^^^^^^^0.027^0.012^0.099^0^135.00^~1 cup, chopped or strips~^11.60^~1 tablespoon, chopped~^0 ~11826~^~PIGEONPEAS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^71.80^111^5.96^1.36^1.39^19.49^6.2^2.48^41^1.57^40^118^456^240^0.82^0.105^0.451^1.2^28.1^0.350^0.166^2.153^0.630^0.053^100^0^100^100^37.9^0.00^50^2^0^0^30^0^0^141^0.32^19.8^0.112^0.017^1.149^0^153.00^~1 cup~^^~~^0 ~11827~^~POKEBERRY SHOOTS,(POKE),CKD,BLD,DRND,W/SALT~^92.90^20^2.30^0.40^1.30^3.10^1.5^1.60^53^1.20^14^33^184^254^0.19^0.126^0.336^0.9^82.0^0.070^0.250^1.100^0.039^0.111^9^0^9^9^0.3^0.00^8700^435^0^0^5220^0^0^1747^0.85^108.0^^^^0^165.00^~1 cup~^^~~^0 ~11828~^~POTATOES,BKD,FLESH & SKN,W/ SALT~^74.89^93^2.50^0.13^1.33^21.15^2.2^1.18^15^1.08^28^70^535^244^0.36^0.118^0.219^0.4^9.6^0.064^0.048^1.410^0.376^0.311^28^0^28^28^^0.00^10^1^0^0^6^0^0^30^0.04^2.0^0.035^0.003^0.058^0^298.90^~1 potato, large (3" to 4-1/4" dia)~^172.50^~1 potato, medium (2-1/4" to 3-1/4" dia)~^0 ~11829~^~POTATOES,BKD,FLESH,W/SALT~^75.42^93^1.96^0.10^0.97^21.55^1.5^1.70^5^0.35^25^50^391^241^0.29^0.215^0.161^0.3^12.8^0.105^0.021^1.395^0.555^0.301^9^0^9^9^14.5^0.00^0^0^0^0^0^0^0^0^0.04^0.3^0.026^0.002^0.043^0^61.00^~.5 cup~^156.00^~1 potato, (2-1/3" x 4-3/4")~^23 ~11830~^~POTATOES,BKD,SKN,W/ SALT~^47.31^198^4.29^0.10^2.24^46.06^7.9^1.40^34^7.04^43^101^573^257^0.49^0.817^0.616^0.7^13.5^0.122^0.106^3.065^0.857^0.614^22^0^22^22^31.0^0.00^10^1^0^0^6^0^0^30^0.04^1.7^0.026^0.002^0.043^0^58.00^~1 skin~^^~~^0 ~11831~^~POTATOES,BLD,CKD IN SKN,FLESH,W/SALT~^76.98^87^1.87^0.10^0.92^20.13^2.0^0.87^5^0.31^22^44^379^240^0.30^0.188^0.138^0.3^13.0^0.106^0.020^1.439^0.520^0.299^10^0^10^10^13.5^0.00^3^0^0^0^2^0^0^9^0.05^2.1^0.026^0.002^0.043^0^78.00^~.5 cup~^136.00^~1 potato, (2-1/2" dia, sphere)~^9 ~11832~^~POTATOES,BLD,CKD IN SKN,SKN,W/SALT~^77.80^78^2.86^0.10^2.04^17.20^3.3^^45^6.07^30^54^407^250^0.44^0.878^1.338^0.3^5.2^0.032^0.036^1.222^0.361^0.239^10^0^10^10^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^34.00^~1 skin~^^~~^0 ~13438~^~BEEF,RND,TOP RND,LN,0"FAT,SEL,CKD,BRSD~^59.30^190^36.12^4.00^1.75^0.00^0.0^0.00^4^3.32^26^226^334^45^4.56^0.124^0.018^33.0^0.0^0.070^0.250^3.810^0.370^0.280^9^0^9^9^137.6^2.70^0^0^^0^0^0^0^0^^^1.370^1.550^0.180^90^261.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~13439~^~BEEF,TENDERLOIN,LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^61.07^218^27.58^11.12^1.13^0.00^0.0^0.00^20^1.76^23^212^341^56^4.94^0.082^0.010^29.6^0.0^0.075^0.133^7.339^0.544^0.577^9^0^9^9^105.0^1.62^0^0^0^0^0^0^0^0^0.41^1.5^4.315^4.551^0.413^84^85.00^~3 oz~^93.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)~^3 ~13440~^~BEEF,TENDERLOIN,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^59.40^231^27.97^12.40^1.12^0.00^0.0^0.00^18^1.86^22^207^336^55^4.94^0.090^0.010^29.8^0.0^0.070^0.123^7.586^0.551^0.557^9^0^9^9^106.5^1.85^0^0^0^0^0^0^0^0^0.43^1.5^4.813^5.077^0.460^93^125.77^~1 steak, (yield from 161 g raw meat)~^^~~^3 ~13441~^~BEEF,TENDERLOIN,LN&FAT,0"FAT,SEL,CKD,BRLD~^62.73^205^27.18^9.83^1.15^0.00^0.0^0.00^22^1.66^23^217^346^58^4.94^0.074^0.009^29.4^0.0^0.079^0.142^7.100^0.536^0.596^8^0^8^8^103.5^1.41^0^0^0^0^0^0^0^0^0.40^1.4^3.816^4.026^0.365^74^108.22^~1 steak, (yield from 136 g raw meat)~^^~~^2 ~13442~^~BEEF,TENDERLOIN,LN,0"FAT,ALL GRDS,CKD,BRLD~^63.40^193^28.51^7.86^1.17^0.00^0.0^0.00^18^1.80^24^225^362^59^5.25^0.084^0.011^33.0^0.0^0.078^0.144^8.159^0.561^0.612^10^0^10^10^108.6^1.59^0^0^0^0^0^0^0^0^0.39^1.4^2.993^3.136^0.289^79^87.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)~^85.00^~3 oz~^8 ~13443~^~BEEF,TENDERLOIN,LN,0"FAT,CHOIC,CKD,BRLD~^61.71^206^28.95^9.14^1.15^0.00^0.0^0.00^16^1.95^24^223^357^59^5.39^0.091^0.011^33.0^0.0^0.077^0.148^8.540^0.569^0.603^10^0^10^10^110.3^1.81^0^0^0^0^0^0^0^0^0.41^1.5^3.480^3.646^0.336^92^125.77^~1 steak, (yield from 161 g raw meat)~^85.00^~3 oz~^8 ~13444~^~BEEF,TENDERLOIN,LN,0"FAT,SEL,CKD,BRLD~^65.10^179^28.08^6.58^1.19^0.00^0.0^0.00^20^1.73^24^228^369^59^5.15^0.077^0.010^35.1^0.0^0.080^0.149^8.205^0.553^0.620^9^0^9^9^106.9^1.34^0^0^0^0^0^0^0^0^0.37^1.3^2.506^2.626^0.242^66^108.22^~1 steak, (yield from 136 g raw meat)~^85.00^~3 oz~^8 ~13445~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^63.33^193^28.87^7.68^1.23^0.00^0.0^0.00^21^1.83^24^221^356^59^5.15^0.086^0.010^30.8^0.0^0.078^0.139^7.684^0.569^0.604^9^0^9^9^110.0^1.70^0^0^0^0^0^0^0^0^0.39^1.4^2.981^3.144^0.285^58^85.00^~3 oz~^155.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)~^2 ~13446~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^62.10^205^28.45^9.22^1.17^0.00^0.0^0.00^18^1.89^23^210^342^56^5.02^0.092^0.010^30.4^0.0^0.071^0.125^7.716^0.560^0.567^9^0^9^9^108.4^1.88^0^0^0^0^0^0^0^0^0.40^1.4^3.580^3.776^0.342^69^164.34^~1 steak, (yield from 203 g raw meat)~^85.00^~3 oz~^2 ~13447~^~BEEF,SHRT LOIN,TOP LOIN,LN & FAT,0" FAT,SEL,CKD,BRLD~^64.56^180^29.29^6.14^1.29^0.00^0.0^0.00^23^1.77^25^232^370^61^5.27^0.080^0.010^31.4^0.0^0.085^0.153^7.651^0.578^0.642^9^0^9^9^111.6^1.52^0^0^0^0^0^0^0^0^0.38^1.3^2.382^2.513^0.228^46^150.45^~1 steak, (yield from 186 g raw meat)~^^~~^1 ~13448~^~BEEF,SHRT LOIN,TOP LOIN,LN,0"FAT,ALL GRDS,CKD,BRLD~^64.27^182^29.25^6.37^1.25^0.00^0.0^0.00^19^1.84^25^229^370^60^5.37^0.086^0.011^33.7^0.0^0.080^0.148^8.371^0.576^0.628^10^0^10^10^111.4^1.64^0^0^0^0^0^0^0^0^0.38^1.4^2.425^2.542^0.234^64^150.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)~^85.00^~3 oz~^4 ~13449~^~BEEF,SHRT LOIN,TOP LOIN,LN,0"FAT,CHOIC,CKD,BRLD~^63.24^192^28.91^7.63^1.19^0.00^0.0^0.00^16^1.94^24^222^356^59^5.39^0.091^0.011^32.9^0.0^0.077^0.148^8.530^0.568^0.602^10^0^10^10^110.1^1.80^0^0^0^0^0^0^0^0^0.39^1.4^2.906^3.045^0.281^77^164.34^~1 steak, (yield from 203 g raw meat)~^85.00^~3 oz~^5 ~13450~^~BEEF,SHRT LOIN,TOP LOIN,LN,0"FAT,SEL,CKD,BRLD~^65.30^172^29.59^5.11^1.31^0.00^0.0^0.00^21^1.81^25^238^386^62^5.38^0.080^0.011^36.7^0.0^0.084^0.157^8.648^0.583^0.654^10^0^10^10^112.7^1.41^0^0^0^0^0^0^0^0^0.37^1.3^1.945^2.038^0.188^51^150.45^~1 steak, (yield from 186 g raw meat)~^85.00^~3 oz~^3 ~13451~^~BEEF,TOP SIRLOIN,LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^60.33^212^29.33^9.67^1.26^0.00^0.0^0.00^22^1.89^25^229^368^61^5.33^0.089^0.010^31.9^0.0^0.079^0.141^7.807^0.578^0.614^9^0^9^9^111.7^1.73^0^0^0^0^0^0^0^0^0.42^1.5^3.754^3.959^0.359^73^383.65^~1 steak, (yield from 518 g raw meat)~^85.00^~3 oz~^4 ~13452~^~BEEF,TOP SIRLOIN,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^59.68^219^29.02^10.54^1.22^0.00^0.0^0.00^19^1.96^24^218^355^58^5.21^0.095^0.010^31.5^0.0^0.072^0.128^7.870^0.571^0.578^9^0^9^9^110.5^1.91^0^0^0^0^0^0^0^0^0.43^1.5^4.090^4.314^0.391^79^392.50^~1 steak, (yield from 532 g raw meat)~^^~~^3 ~13453~^~BEEF,TOP SIRLOIN,LN&FAT,0"FAT,SEL,CKD,BRLD~^60.97^206^29.65^8.80^1.30^0.00^0.0^0.00^24^1.83^26^239^381^63^5.44^0.082^0.010^32.4^0.0^0.086^0.155^7.744^0.585^0.650^9^0^9^9^112.9^1.54^0^0^0^0^0^0^0^0^0.42^1.5^3.417^3.604^0.327^66^374.80^~1 steak, (yield from 505 g raw meat)~^^~~^4 ~13454~^~BEEF,TOP SIRLOIN,LN,0"FAT,ALL GRDS,CKD,BRLD~^62.98^183^30.55^5.79^1.31^0.00^0.0^0.00^20^1.96^26^244^393^64^5.71^0.091^0.011^35.8^0.0^0.083^0.155^8.741^0.601^0.656^10^0^10^10^116.3^1.71^0^0^0^0^0^0^0^0^0.39^1.4^2.205^2.310^0.213^58^292.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^10 ~13455~^~BEEF,TOP SIRLOIN,LN,0"FAT,CHOIC,CKD,BRLD~^62.38^188^30.29^6.55^1.27^0.00^0.0^0.00^17^2.07^26^237^380^63^5.75^0.097^0.011^35.1^0.0^0.080^0.155^8.937^0.595^0.630^10^0^10^10^115.4^1.89^0^0^0^0^0^0^0^0^0.40^1.4^2.495^2.615^0.241^66^392.50^~1 steak, (yield from 532 g raw meat)~^85.00^~3 oz~^10 ~13456~^~BEEF,TOP SIRLOIN,LN,0"FAT,SEL,CKD,BRLD~^63.58^177^30.80^5.03^1.35^0.00^0.0^0.00^22^1.92^27^253^410^66^5.70^0.085^0.011^38.9^0.0^0.088^0.163^9.001^0.607^0.681^10^0^10^10^117.3^1.47^0^0^0^0^0^0^0^0^0.39^1.4^1.915^2.006^0.185^51^374.80^~1 steak, (yield from 505 g raw meat)~^85.00^~3 oz~^10 ~13459~^~BEEF,SHRT LOIN,PRTRHS STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^54.66^276^23.96^19.27^1.17^0.00^0.0^0.00^7^2.94^22^193^299^65^4.56^0.130^0.015^19.6^0.0^0.099^0.228^4.210^0.314^0.365^7^0^7^7^91.3^2.18^0^0^0^0^0^0^0^0^0.18^^7.271^8.650^0.690^67^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^21 ~13460~^~BEEF,LOIN,PRTRHS STK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^53.95^283^23.61^20.15^1.08^0.00^0.0^0.00^7^2.96^22^194^278^65^4.59^0.130^0.015^19.7^0.0^0.100^0.230^4.237^0.316^0.367^7^0^7^7^89.9^2.19^0^0^0^0^0^0^0^0^0.18^^7.430^9.275^0.676^69^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^21 ~13463~^~BEEF,SHRT LOIN,PRTRHS STK,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^55.69^267^24.47^17.98^1.29^0.00^0.0^0.00^7^2.91^22^191^330^65^4.51^0.128^0.015^19.6^0.0^0.098^0.226^4.171^0.312^0.361^7^0^7^7^93.2^2.17^0^0^0^0^0^0^0^0^0.19^^7.040^7.739^0.711^64^85.00^~3 oz, ( 1serving )~^453.60^~1 lb~^20 ~14305~^~MALT BEVERAGE~^91.15^37^0.21^0.12^0.12^8.05^0.0^8.05^7^0.06^7^16^8^13^0.02^0.008^0.013^1.2^0.5^0.016^0.048^1.113^0.037^0.027^14^0^14^14^10.1^0.02^2^0^0^0^0^0^0^0^0.00^0.0^0.024^0.015^0.056^0^237.00^~1 cup~^29.60^~1 fl oz~^0 ~14309~^~MALTED DRK MIX,NAT,W/ ADDED NUTR,PDR~^3.10^372^9.41^1.33^2.57^83.59^1.9^63.38^376^12.70^63^376^591^259^0.73^0.687^0.324^7.0^127.0^4.233^3.598^42.327^0.955^4.233^43^0^43^43^31.5^0.48^10582^3172^3172^0^4^0^0^0^0.06^0.9^0.679^0.343^0.169^0^21.00^~1 individual, serving (4-5 heaping tsp or 1 envelope)~^^~~^0 ~14310~^~MALTED DRK MIX,NAT,W/ ADDED NUTR,PDR,PREP W/ WHL MILK~^81.49^86^3.67^3.21^0.97^10.67^0.0^8.37^123^1.36^15^107^200^72^0.41^0.044^0.037^4.2^10.4^0.277^0.455^3.993^0.353^0.325^6^0^6^6^^0.40^942^281^280^0^5^0^0^^^0.4^1.830^0.802^0.213^11^265.00^~1 cup, (8 fl oz)~^^~~^0 ~14311~^~MALTED DRK MIX,NAT,PDR~^2.00^428^14.29^9.52^2.98^71.21^0.1^47.62^298^0.70^93^358^758^405^0.99^0.200^0.237^16.4^2.9^0.505^0.920^5.246^0.624^0.410^46^0^46^46^58.7^0.80^224^63^62^0^11^0^0^7^0.36^5.4^4.762^2.157^1.429^24^21.00^~1 serving, (3 heaping tsp or 1 envelope)~^^~~^0 ~14312~^~MALTED DRK MIX,NAT,PDR,PREP W/ WHL MILK~^81.40^88^3.86^3.62^0.89^10.23^0.1^9.56^117^0.09^17^106^183^79^0.43^0.037^0.021^5.2^0.2^0.081^0.242^0.519^0.402^0.066^8^0^8^8^^0.46^117^33^32^0^6^0^0^0^^0.5^2.039^0.903^0.276^12^265.00^~1 cup, (8 fl oz)~^^~~^0 ~14315~^~MALTED DRK MIX,CHOC,W/ ADDED NUTR,PDR~^2.50^389^4.90^3.40^4.60^84.60^4.7^70.56^1881^17.38^96^401^1193^594^1.07^0.634^0.627^3.3^150.1^3.052^4.110^50.937^0.683^4.366^7^0^7^7^5.9^0.03^13098^3929^3929^0^0^0^0^11^0.03^0.7^1.964^0.951^0.325^0^78.00^~1 cup~^21.00^~1 serving, (3 heaping tsp or 1 envelope)~^0 ~14316~^~MALTED DRK MIX,CHOC,W/ ADDED NUTR,PDR,PREP W/ WHL MILK~^81.44^84^3.36^3.26^1.00^10.92^0.4^10.49^128^1.42^17^109^218^87^0.44^0.072^0.053^4.7^12.0^0.285^0.497^4.182^0.388^0.383^7^0^7^7^^0.43^1144^341^341^0^5^0^0^1^0.06^0.3^1.868^0.820^0.205^10^265.00^~1 cup, (8 fl oz)~^^~~^0 ~14317~^~MALTED DRK MIX,CHOC,PDR~^1.30^411^5.10^4.76^1.90^86.94^4.8^66.67^60^2.28^70^175^618^190^0.80^0.200^^6.9^1.5^0.173^0.200^2.003^0.316^0.156^37^18^19^50^27.2^0.42^117^33^32^0^5^0^0^2^0.17^2.5^2.381^1.167^0.669^1^21.00^~1 serving, (3 heaping tsp or 1 envelope)~^^~~^0 ~14318~^~MALTED DRK MIX,CHOC,PDR,PREP W/ WHL MILK~^81.34^85^3.37^3.29^0.79^11.20^0.5^6.68^98^0.21^15^91^172^60^0.41^0.037^0.080^5.4^0.1^0.054^0.184^0.259^0.354^0.046^9^0^9^9^^0.42^95^26^26^0^5^0^0^1^0.06^0.3^1.883^0.827^0.208^10^265.00^~1 cup, (8 fl oz)~^^~~^0 ~11301~^~PEAS,EDIBLE-PODDED,BLD,DRND,WO/ SALT~^88.91^42^3.27^0.23^0.54^7.05^2.8^3.99^42^1.97^26^55^240^4^0.37^0.077^0.168^0.7^47.9^0.128^0.076^0.539^0.673^0.144^29^0^29^29^17.4^0.00^1030^52^0^42^597^0^0^702^0.39^25.0^0.044^0.023^0.100^0^160.00^~1 cup~^^~~^0 ~11302~^~PEAS,EDIBLE-PODDED,FRZ,UNPREP~^89.30^42^2.80^0.30^0.40^7.20^3.1^^50^2.00^23^51^192^4^0.41^0.076^0.235^0.7^22.0^0.060^0.100^0.500^0.720^0.154^40^0^40^40^^0.00^140^7^0^^^^^^^^0.058^0.031^0.133^0^72.00^~.5 cup~^284.00^~1 package, (10 oz)~^0 ~11303~^~PEAS,EDIBLE-PODDED,FRZ,CKD,BLD,DRND,WO/SALT~^86.60^52^3.50^0.38^0.50^9.02^3.1^4.82^59^2.40^28^58^217^5^0.49^0.090^0.280^0.8^22.0^0.064^0.119^0.563^0.857^0.174^35^0^35^35^21.0^0.00^1311^66^0^53^760^0^0^893^0.47^30.2^0.073^0.039^0.167^0^160.00^~1 cup~^253.00^~1 package, (10 oz) yields~^0 ~11304~^~PEAS,GREEN,RAW~^78.86^81^5.42^0.40^0.87^14.45^5.1^5.67^25^1.47^33^108^244^5^1.24^0.176^0.410^1.8^40.0^0.266^0.132^2.090^0.104^0.169^65^0^65^65^28.4^0.00^765^38^0^21^449^0^0^2477^0.13^24.8^0.071^0.035^0.187^0^145.00^~1 cup~^^~~^62 ~11305~^~PEAS,GRN,CKD,BLD,DRND,WO/SALT~^77.87^84^5.36^0.22^0.92^15.63^5.5^5.93^27^1.54^39^117^271^3^1.19^0.173^0.525^1.9^14.2^0.259^0.149^2.021^0.153^0.216^63^0^63^63^29.7^0.00^801^40^0^22^470^0^0^2593^0.14^25.9^0.039^0.019^0.102^0^160.00^~1 cup~^^~~^0 ~11306~^~PEAS,GRN,CND,REG PK,SOL&LIQUIDS~^85.92^53^3.19^0.30^0.84^9.75^3.3^3.20^18^1.02^17^53^100^250^0.70^0.108^0.264^1.3^9.8^0.111^0.073^0.842^0.091^0.065^29^0^29^29^18.9^0.00^1444^72^0^14^859^0^0^1650^0.02^16.5^0.050^0.025^0.132^0^124.00^~.5 cup~^482.00^~1 can, (303 x 406)~^0 ~11308~^~PEAS,GRN (INCL BABY & LESUER TYPES),CND,DRND SOI,UNPREP~^82.40^69^4.47^0.62^1.12^11.38^4.9^2.99^23^1.22^18^69^103^291^0.63^0.105^0.213^1.7^9.6^0.130^0.064^0.988^0.240^0.056^34^0^34^34^23.3^0.00^865^43^0^9^514^0^0^1350^0.38^36.8^0.062^0.031^0.163^0^174.90^~1 cup~^313.00^~1 can, (303 x 406)~^0 ~11310~^~PEAS,GRN,CND,SEASONED,SOL&LIQUIDS~^86.51^50^3.09^0.27^0.88^9.25^2.0^^15^1.20^15^54^122^254^0.65^0.099^0.268^1.3^11.5^0.096^0.071^0.690^0.089^0.098^29^0^29^29^^0.00^433^22^0^^^^^^^^0.048^0.024^0.127^0^227.00^~1 cup~^114.00^~.5 cup~^0 ~11312~^~PEAS,GRN,FRZ,UNPREP~^79.98^77^5.22^0.40^0.78^13.62^4.5^5.00^22^1.53^26^82^153^108^0.82^0.124^0.336^1.9^18.0^0.259^0.100^1.723^0.547^0.083^53^0^53^53^27.0^0.00^2058^103^0^20^1225^0^0^2352^0.02^27.9^0.066^0.033^0.175^0^134.03^~1 cup~^284.00^~1 package~^0 ~11313~^~PEAS,GRN,FRZ,CKD,BLD,DRND,WO/SALT~^79.52^78^5.15^0.27^0.80^14.26^5.5^4.65^24^1.52^22^77^110^72^0.67^0.105^0.279^1.0^9.9^0.283^0.100^1.480^0.142^0.113^59^0^59^59^27.5^0.00^2100^105^0^20^1250^0^0^2400^0.03^24.0^0.049^0.024^0.129^0^80.00^~.5 cup~^253.00^~1 package, (10 oz) yields~^0 ~11316~^~PEAS,MATURE SEEDS,SPROUTED,RAW~^62.27^124^8.80^0.68^1.14^27.11^^^36^2.26^56^165^381^20^1.05^0.272^0.438^0.6^10.4^0.225^0.155^3.088^1.029^0.265^144^0^144^144^^0.00^166^^^^^^^^^^0.124^0.061^0.326^0^120.00^~1 cup~^^~~^0 ~11317~^~PEAS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^74.37^98^7.05^0.51^0.99^17.08^^^26^1.67^41^24^268^3^0.78^0.020^0.325^0.6^6.6^0.216^0.285^1.072^0.683^0.128^36^0^36^36^^0.00^107^5^0^^^^^^^^0.090^0.045^0.240^0^^~~^^~~^0 ~11318~^~PEAS&CARROTS,CND,REG PK,SOL&LIQUIDS~^88.15^38^2.17^0.27^0.93^8.48^2.0^^23^0.75^14^46^100^260^0.58^0.103^0.357^0.9^6.6^0.074^0.053^0.581^0.120^0.088^18^0^18^18^^0.00^5770^289^0^^^^^^^^0.049^0.023^0.129^0^255.00^~1 cup~^^~~^0 ~11322~^~PEAS&CARROTS,FRZ,UNPREP~^84.36^53^3.40^0.47^0.62^11.15^3.4^^27^1.09^18^60^194^79^0.52^0.089^0.235^1.2^11.2^0.190^0.081^1.412^0.199^0.101^36^0^36^36^^0.00^9497^475^0^^^^^^^^0.084^0.039^0.221^0^70.00^~.5 cup~^284.00^~1 package, (10 oz)~^0 ~11323~^~PEAS&CARROTS,FRZ,CKD,BLD,DRND,WO/SALT~^85.80^48^3.09^0.42^0.57^10.12^3.1^4.36^23^0.94^16^49^158^68^0.45^0.076^0.202^1.1^8.1^0.225^0.064^1.154^0.163^0.087^26^0^26^26^18.1^0.00^9514^476^0^1868^4725^99^0^1538^0.52^18.8^0.077^0.035^0.201^0^278.00^~1 package, (10 oz) yields~^80.00^~.5 cup~^0 ~11324~^~PEAS&ONIONS,CND,SOL&LIQUIDS~^86.40^51^3.28^0.38^1.37^8.57^2.3^^17^0.87^16^51^96^442^0.58^0.100^0.255^0.4^3.0^0.100^0.070^1.280^0.159^0.192^27^0^27^27^^0.00^161^8^0^^^^^^^^0.068^0.036^0.176^0^120.00^~1 cup~^^~~^0 ~11326~^~PEAS&ONIONS,FRZ,UNPREP~^81.50^70^3.98^0.32^0.70^13.51^3.5^^23^1.54^21^59^203^61^0.48^0.103^0.274^0.6^14.0^0.297^0.114^1.720^0.156^0.144^45^0^45^45^^0.00^544^27^0^^^^^^^^0.057^0.031^0.148^0^69.00^~.5 cup~^284.00^~1 package, (10 oz)~^0 ~11327~^~PEAS&ONIONS,FRZ,CKD,BLD,DRND,WO/SALT~^88.18^45^2.54^0.20^0.45^8.63^2.2^3.77^14^0.94^13^34^117^37^0.29^0.063^0.166^0.4^6.9^0.150^0.069^1.044^0.090^0.087^20^0^20^20^15.9^0.00^1051^53^0^10^626^0^0^1202^0.02^12.1^0.036^0.019^0.094^0^180.00^~1 cup~^^~~^0 ~11329~^~PEPPERS,HOT CHILI,GRN,CND,PODS,EXCLUDING SEEDS,SOL&LIQUIDS~^92.50^21^0.90^0.10^1.40^5.10^1.3^3.12^7^0.50^14^17^187^1173^0.17^0.101^0.138^0.3^68.0^0.020^0.050^0.800^0.034^0.153^10^0^10^10^6.8^0.00^721^36^0^14^410^30^0^444^0.69^8.7^0.010^0.006^0.055^0^73.00^~1 pepper~^68.00^~.5 cup, chopped or diced~^0 ~11333~^~PEPPERS,SWT,GRN,RAW~^93.89^20^0.86^0.17^0.43^4.64^1.7^2.40^10^0.34^10^20^175^3^0.13^0.066^0.122^0.0^80.4^0.057^0.028^0.480^0.099^0.224^10^0^10^10^5.5^0.00^370^18^0^21^208^7^0^341^0.37^7.4^0.058^0.008^0.062^0^149.00^~1 cup, chopped~^92.00^~1 cup, sliced~^18 ~11334~^~PEPPERS,SWT,GRN,CKD,BLD,DRND,WO/SALT~^91.87^28^0.92^0.20^0.31^6.70^1.2^3.19^9^0.46^10^18^166^2^0.12^0.065^0.115^0.3^74.4^0.059^0.030^0.477^0.079^0.233^16^0^16^16^7.4^0.00^468^23^0^26^264^8^0^431^0.50^9.8^0.029^0.013^0.106^0^135.00^~1 cup, chopped or strips~^11.60^~1 tablespoon, chopped~^0 ~11335~^~PEPPERS,SWT,GRN,CND,SOL&LIQUIDS~^91.25^18^0.80^0.30^3.75^3.90^1.2^^41^0.80^11^20^146^1369^0.18^0.130^0.160^0.3^46.5^0.025^0.030^0.550^0.038^0.178^16^0^16^16^^0.00^155^8^0^^^^^^^^0.045^0.020^0.161^0^140.00^~1 cup, halves~^^~~^0 ~11337~^~PEPPERS,SWT,GRN,FRZ,CHOPD,UNPREP~^93.96^20^1.08^0.21^0.30^4.45^1.6^^9^0.62^8^17^91^5^0.06^0.053^0.117^0.2^58.7^0.069^0.038^1.370^0.030^0.137^14^0^14^14^^0.00^367^18^0^^^^^^^^0.031^0.014^0.113^0^284.00^~1 package, (10 oz)~^^~~^0 ~11338~^~PEPPERS,SWT,GRN,FRZ,CHOPD,BLD,DRND,WO/SALT~^94.70^18^0.95^0.18^0.27^3.90^0.9^^8^0.52^7^13^72^4^0.05^0.044^0.097^0.2^41.2^0.051^0.031^1.082^0.023^0.108^10^0^10^10^^0.00^290^15^0^^^^^^^^0.027^0.012^0.099^0^^~~^^~~^0 ~11339~^~PEPPERS,SWT,GRN,SAUTEED~^82.65^127^0.78^11.85^0.50^4.22^1.8^2.17^8^0.30^8^15^134^17^0.06^0.017^0.062^0.6^177.0^0.042^0.048^0.582^0.111^0.196^2^^2^^4.8^0.00^273^14^0^42^135^17^0^^1.40^21.3^1.590^2.337^5.900^0^^~~^^~~^0 ~11344~^~PIGEONPEAS,IMMAT SEEDS,RAW~^65.88^136^7.20^1.64^1.40^23.88^5.1^3.00^42^1.60^68^127^552^5^1.04^0.134^0.574^1.5^39.0^0.400^0.170^2.200^0.680^0.068^173^0^173^173^45.8^0.00^67^3^0^0^40^0^0^190^0.39^24.0^0.354^0.013^0.873^0^154.00^~1 cup~^4.00^~10 seeds~^52 ~11833~^~POTATOES,BLD,CKD WO/ SKN,FLESH,W/ SALT~^77.46^86^1.71^0.10^0.72^20.01^2.0^0.85^8^0.31^20^40^328^241^0.27^0.167^0.140^0.3^7.4^0.098^0.019^1.312^0.509^0.269^9^0^9^9^13.2^0.00^3^0^0^0^2^0^0^9^0.01^2.1^0.026^0.002^0.043^0^299.60^~1 large, (3" to 4-1/4" dia.)~^166.60^~1 medium, (2-1/4" to 2-1/4" dia.)~^0 ~11834~^~POTATOES,MICROWAVED,CKD,IN SKN,FLESH&SKN,W/SALT~^72.04^105^2.44^0.10^1.18^24.24^2.3^^11^1.24^27^105^447^244^0.36^0.334^0.292^0.4^15.1^0.120^0.032^1.714^0.454^0.344^12^0^12^12^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^202.00^~1 potato, (2-1/3" x 4-3/4")~^^~~^0 ~11835~^~POTATOES,MICROWAVED,CKD IN SKN,FLESH,W/SALT~^73.55^100^2.10^0.10^0.97^23.28^1.6^^5^0.41^25^109^411^243^0.33^0.237^0.170^0.4^15.1^0.129^0.025^1.625^0.597^0.319^12^0^12^12^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^78.00^~.5 cup~^156.00^~1 potato, (2-1/3" x 4-3/4")~^23 ~11836~^~POTATOES,MICROWAVED,CKD,IN SKN,SKN W/SALT~^63.50^132^4.39^0.10^2.38^29.63^5.5^^46^5.94^37^82^650^252^0.51^0.882^0.980^0.5^15.3^0.071^0.075^2.220^0.594^0.492^17^0^17^17^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^58.00^~1 skin~^^~~^0 ~11837~^~POTATOES,FRZ,WHL,CKD,BLD,DRND,W/SALT~^82.80^63^1.98^0.13^1.16^13.93^1.4^^7^0.84^11^26^287^256^0.25^0.078^0.185^0.2^9.4^0.102^0.025^1.326^0.280^0.202^8^0^8^8^^0.00^0^0^0^^^^^^^^0.034^0.003^0.056^0^^~~^^~~^0 ~11840~^~POTATOES,FRZ,FRCH FR,PAR FR,CTTGE-CUT,PREP,HTD OVEN,W/SALT~^52.90^218^3.44^8.20^1.43^34.03^3.2^^10^1.49^22^65^480^281^0.41^0.200^0.304^0.4^9.5^0.119^0.031^2.413^0.690^0.243^17^0^17^17^^0.00^0^0^0^^^^^^^^3.894^3.328^0.615^0^50.00^~10 strips~^198.00^~1 package, (9 oz) yields~^0 ~11841~^~POTATOES,FR FR,ALL TYPES,SALT NOT ADDED IN PROC,FRZ,OVN-HTD~^61.51^172^2.66^5.22^1.90^28.71^2.6^0.28^12^0.74^26^97^451^32^0.38^0.135^0.210^0.2^13.3^0.128^0.031^2.218^0.522^0.184^28^^28^^^^^^^^^^^^0.11^2.5^1.029^3.237^0.321^0^74.13^~10 strip~^^~~^0 ~11842~^~POTATOES,FR FR,ALL TYPES,SALT NOT ADDED IN PROC,FRZ,AS PURCH~^66.61^150^2.24^4.66^1.68^24.81^1.9^0.20^9^0.62^21^83^408^23^0.35^0.093^0.158^^17.3^0.098^0.048^2.038^0.473^0.178^35^^35^^^0.00^^^^^^^^^0.10^2.2^0.940^2.960^0.265^0^65.00^~10 strips~^255.00^~1 package, (9 oz)~^0 ~11843~^~POTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING MARGARINE~^74.00^132^5.06^7.59^2.09^11.27^1.8^^119^0.64^20^113^396^433^0.69^0.160^0.161^2.7^9.9^0.064^0.116^0.993^0.387^0.174^11^3^8^13^^0.00^280^64^60^^48^^^^^^3.530^2.587^1.076^15^245.00^~1 cup~^^~~^0 ~11844~^~POTATOES,SCALLPD,HOME-PREPARED W/MARGARINE~^80.94^88^2.87^3.68^1.73^10.78^1.9^^57^0.57^19^63^378^335^0.40^0.163^0.166^1.6^10.6^0.069^0.092^1.053^0.514^0.178^11^2^9^13^^0.00^150^33^30^^30^^^^^^1.377^1.352^0.746^6^245.00^~1 cup~^^~~^0 ~11845~^~PUMPKIN,CKD,BLD,DRND,W/SALT~^93.69^20^0.72^0.07^0.62^4.90^1.1^1.02^15^0.57^9^30^230^237^0.23^0.091^0.089^0.2^4.7^0.031^0.078^0.413^0.201^0.044^9^0^9^9^6.2^0.00^4992^250^0^348^2096^1450^0^1014^0.80^0.8^0.037^0.009^0.004^0^245.00^~1 cup, mashed~^^~~^0 ~11846~^~PUMPKIN,CANNED,WITH SALT~^89.97^34^1.10^0.28^0.56^8.09^2.9^3.30^26^1.39^23^35^206^241^0.17^0.107^0.149^0.4^4.2^0.024^0.054^0.367^0.400^0.056^12^0^12^12^9.8^0.00^15563^778^0^4795^6940^0^0^0^1.06^16.0^0.146^0.037^0.015^0^245.00^~1 cup~^^~~^0 ~11847~^~PUMPKIN,FLOWERS,CKD,BLD,DRND,W/SALT~^95.20^15^1.09^0.08^0.45^3.18^0.9^2.40^37^0.88^25^34^106^242^0.10^0.100^^0.9^5.0^0.018^0.032^0.310^^0.050^41^0^41^41^13.4^0.00^1734^87^0^0^1040^0^0^0^0.04^0.0^0.041^0.010^0.004^0^134.00^~1 cup~^^~~^0 ~11848~^~PUMPKIN LEAVES,CKD,BLD,DRND,W/ SALT~^92.51^21^2.72^0.22^1.16^3.39^2.7^0.69^43^3.20^38^79^438^244^0.20^0.133^0.355^0.9^1.0^0.068^0.136^0.850^0.042^0.196^25^0^25^25^^0.00^1600^80^0^0^960^0^0^1747^0.96^108.0^0.114^0.029^0.012^0^71.00^~1 cup~^^~~^0 ~11849~^~PURSLANE,CKD,BLD,DRND,W/SALT~^93.52^18^1.49^0.19^1.25^3.55^^^78^0.77^67^37^488^280^0.17^0.114^0.307^0.9^10.5^0.031^0.090^0.460^0.036^0.070^9^0^9^9^^0.00^1852^93^0^^^^^^^^^^^0^115.00^~1 cup~^^~~^0 ~11850~^~RADISHES,ORIENTAL,CKD,BLD,DRND,W/SALT~^95.04^17^0.67^0.24^0.62^3.43^1.6^1.83^17^0.15^9^24^285^249^0.13^0.101^0.033^0.7^15.1^0.000^0.023^0.150^0.114^0.038^17^0^17^17^6.8^0.00^0^0^0^0^0^0^0^0^0.00^0.3^0.073^0.040^0.108^0^147.00^~1 cup, slices~^^~~^0 ~11851~^~RUTABAGAS,CKD,BLD,DRND,W/SALT~^88.88^39^1.29^0.22^0.87^8.74^^6.02^48^0.53^23^56^326^254^0.35^0.041^0.174^0.7^18.8^0.082^0.041^0.715^0.155^0.102^15^0^15^15^15.2^0.00^2^0^0^0^1^0^0^0^0.32^0.3^0.029^0.027^0.095^0^120.00^~.5 cup, mashed~^^~~^0 ~11852~^~SALSIFY,CKD,BLD,DRND,W/SALT~^81.00^68^2.73^0.17^0.74^15.36^3.1^2.90^47^0.55^18^56^283^252^0.30^0.070^0.210^0.6^4.6^0.056^0.173^0.392^0.276^0.218^15^0^15^15^25.9^0.00^0^0^0^0^0^0^0^0^0.19^0.3^^^^0^135.00^~1 cup, slices~^^~~^0 ~11853~^~SOYBEANS,GRN,CKD,BLD,DRND,W/SALT~^68.60^141^12.35^6.40^1.60^11.05^4.2^^145^2.50^60^158^539^250^0.91^0.117^0.502^1.4^17.0^0.260^0.155^1.250^0.128^0.060^111^0^111^111^^0.00^156^8^0^^^^^^^^0.740^1.209^3.011^0^180.00^~1 cup~^^~~^0 ~11854~^~SPINACH,CKD,BLD,DRND,W/SALT~^91.21^23^2.97^0.26^1.81^3.75^2.4^0.43^136^3.57^87^56^466^306^0.76^0.174^0.935^1.5^9.8^0.095^0.236^0.490^0.145^0.242^146^0^146^146^19.7^0.00^10481^524^0^0^6288^0^0^11308^2.08^493.6^0.043^0.006^0.109^0^180.00^~1 cup~^^~~^0 ~11855~^~SPINACH,CND,NO SALT,SOL&LIQUIDS~^93.22^19^2.11^0.37^1.38^2.92^2.2^^83^1.58^56^32^230^75^0.42^0.116^0.493^1.2^13.5^0.018^0.106^0.271^0.038^0.080^58^0^58^58^^0.00^6432^322^0^^^^^^^^0.060^0.010^0.155^0^234.00^~1 cup~^^~~^0 ~11856~^~SPINACH,FRZ,CHOPD OR LEAF,CKD,BLD,DRND,W/SALT~^88.94^34^4.01^0.87^1.39^4.80^3.7^0.51^153^1.96^82^50^302^322^0.49^0.161^0.717^5.5^2.2^0.078^0.176^0.439^0.075^0.136^121^0^121^121^24.8^0.00^12061^603^0^0^7237^0^0^15690^3.54^540.7^^^^0^220.00^~1 package, (10 oz) yields~^95.00^~.5 cup~^0 ~11857~^~SQUASH,SMMR,ALL VAR,CKD,BLD,DRND,W/SALT~^93.70^20^0.91^0.31^0.77^4.31^1.4^2.59^27^0.36^24^39^192^237^0.39^0.103^0.213^0.2^5.5^0.044^0.041^0.513^0.137^0.065^20^0^20^20^7.9^0.00^212^11^0^0^127^0^0^2249^0.14^3.5^0.064^0.023^0.131^0^180.00^~1 cup, slices~^^~~^0 ~11858~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,CKD,BLD,DRND,W/SALT~^93.70^20^0.91^0.31^0.77^4.31^1.4^1.89^22^0.37^15^29^170^0^0.22^0.063^0.155^0.2^5.5^0.049^0.049^0.513^0.137^0.094^20^0^20^20^7.9^0.00^163^8^0^0^98^0^0^315^0.12^4.4^0.064^0.023^0.131^0^180.00^~1 cup, slices~^^~~^0 ~11859~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,FRZ,CKD,BLD,DRND,W/SALT~^92.24^25^1.28^0.20^0.74^5.54^1.4^2.33^20^0.52^27^41^253^242^0.34^0.073^0.263^0.3^6.8^0.036^0.047^0.440^0.102^0.099^13^0^13^13^9.7^0.00^201^10^0^0^120^0^0^388^0.15^5.4^0.040^0.015^0.082^0^192.00^~1 cup, slices~^^~~^0 ~11860~^~SQUASH,SMMR,SCALLOP,CKD,BLD,DRND,W/SALT~^95.00^16^1.03^0.17^0.50^3.30^1.9^1.50^15^0.33^19^28^140^237^0.24^0.083^0.128^0.2^10.8^0.051^0.025^0.464^0.079^0.085^21^0^21^21^6.2^0.00^85^4^0^0^51^0^0^250^0.12^3.5^0.035^0.013^0.072^0^90.00^~.5 cup, slices~^120.00^~.5 cup, mashed~^0 ~11861~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,CKD,BLD,DRND,W/SALT~^94.74^16^0.64^0.05^0.64^3.93^1.4^1.69^13^0.35^22^40^253^239^0.18^0.086^0.178^0.2^4.6^0.041^0.041^0.428^0.114^0.078^17^0^17^17^9.4^0.00^1117^56^0^0^670^0^0^1150^0.12^4.2^0.010^0.004^0.021^0^90.00^~.5 cup, slices~^120.00^~.5 cup, mashed~^0 ~13466~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^60.38^212^26.07^11.18^1.28^0.00^0.0^0.00^6^3.24^25^211^328^69^5.06^0.143^0.016^20.0^0.0^0.110^0.250^4.630^0.340^0.400^8^0^8^8^99.3^2.27^0^0^0^0^0^0^0^0^0.14^^3.912^5.192^0.379^62^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^32 ~13467~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN, 0" FAT,USDA CHOIC,CKD,BRLD~^59.13^224^25.51^12.80^1.17^0.00^0.0^0.00^6^3.24^25^211^301^69^5.06^0.143^0.016^20.0^0.0^0.110^0.250^4.630^0.340^0.400^8^0^8^8^97.2^2.27^0^0^0^0^0^0^0^0^0.14^^4.345^6.175^0.385^65^85.00^~3 oz~^85.00^~1 serving~^31 ~13470~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN ONLY,0" FAT,USDA SEL,CKD,BRLD~^62.19^194^26.89^8.81^1.44^0.00^0.0^0.00^6^3.24^25^211^367^69^5.06^0.143^0.016^20.0^0.0^0.110^0.250^4.630^0.340^0.400^8^0^8^8^102.4^2.27^0^0^0^0^0^0^0^0^0.14^^3.280^3.760^0.370^58^85.00^~3 oz~^85.00^~1 serving~^32 ~13473~^~BEEF,SHRT LOIN,T-BONE STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^57.78^247^24.18^15.93^1.10^0.00^0.0^0.00^5^3.35^24^199^302^67^4.67^0.131^0.015^10.9^0.0^0.101^0.231^4.268^0.309^0.361^7^0^7^7^92.1^2.19^0^0^0^0^0^0^0^0^0.18^^6.074^7.205^0.617^60^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^22 ~13474~^~BEEF,LOIN,T-BONE STEAK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^56.97^258^24.05^17.26^1.08^0.00^0.0^0.00^5^3.33^24^197^300^67^4.64^0.131^0.015^10.9^0.0^0.100^0.230^4.242^0.307^0.359^7^0^7^7^91.6^2.19^0^0^0^0^0^0^0^0^0.18^^6.449^7.896^0.615^61^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^23 ~13477~^~BEEF,SHRT LOIN,T-BONE STK,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^58.97^230^24.38^14.00^1.12^0.00^0.0^0.00^5^3.38^24^200^305^68^4.72^0.133^0.015^10.8^0.0^0.102^0.233^4.305^0.311^0.364^7^0^7^7^92.9^2.20^0^0^0^0^0^0^0^0^0.17^^5.527^6.197^0.620^59^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^21 ~13480~^~BEEF,SHRT LOIN,T-BONE STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^63.00^189^25.99^8.69^1.18^0.00^0.0^0.00^4^3.66^26^215^327^71^5.11^0.143^0.016^10.0^0.0^0.110^0.250^4.630^0.330^0.390^8^0^8^8^99.0^2.27^0^0^0^0^0^0^0^0^0.14^^3.087^4.114^0.344^55^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^31 ~13481~^~BEEF,SHRT LOIN,T-BONE STEAK,LN,0" FAT,USDA CHOIC,CKD,BRLD~^62.50^198^25.98^9.61^1.17^0.00^0.0^0.00^4^3.66^26^215^327^71^5.11^0.143^0.016^10.0^0.0^0.110^0.250^4.630^0.330^0.390^8^0^8^8^99.0^2.27^0^0^0^0^0^0^0^0^0.14^^3.270^4.645^0.320^56^85.00^~3 oz~^85.00^~1 serving~^32 ~13484~^~BEEF,SHRT LOIN,T-BONE STEAK,LN, 0" FAT,USDA SEL,CKD,BRLD~^63.73^177^26.00^7.36^1.20^0.00^0.0^0.00^4^3.66^26^215^327^71^5.11^0.143^0.016^10.0^0.0^0.110^0.250^4.630^0.330^0.390^8^0^8^8^99.0^2.27^0^0^0^0^0^0^0^0^0.14^^2.820^3.340^0.380^54^85.00^~3 oz~^85.00^~1 serving~^29 ~13485~^~BEEF,BRISKET,FLAT HALF,LN,0" FAT,SEL,CKD,BRSD~^59.92^198^33.90^5.92^0.98^0.00^0.0^0.00^17^2.87^23^214^279^56^8.38^0.112^0.012^39.2^0.0^0.072^0.208^4.906^0.668^0.314^11^^11^^129.1^2.28^0^0^0^0^0^0^0^0^0.43^1.5^2.241^2.521^0.207^59^^~~^^~~^1 ~13486~^~BEEF,RND,TIP RND,LN & FAT,0" FAT,ALL GRDS,RAW~^72.01^151^20.48^7.01^1.00^0.00^0.0^0.00^19^1.69^22^194^318^55^3.72^0.088^0.012^24.2^0.0^0.081^0.125^6.119^0.589^0.607^11^^11^^85.6^1.48^0^0^0^0^0^0^0^0^0.30^1.2^2.778^3.011^0.276^35^^~~^^~~^4 ~13487~^~BEEF,RND,TIP RND,LN & FAT,0" FAT,CHOIC,RAW~^71.40^156^20.16^7.73^0.99^0.00^0.0^0.00^15^1.78^21^191^309^51^3.68^0.089^0.012^24.2^0.0^0.077^0.139^6.127^0.589^0.595^11^^11^^84.2^1.71^0^0^0^0^0^0^0^0^0.30^1.2^3.066^3.324^0.305^38^^~~^^~~^4 ~13488~^~BEEF,RND,TIP RND,LN & FAT,0" FAT,SEL,RAW~^72.62^145^20.80^6.28^1.01^0.00^0.0^0.00^23^1.59^22^196^327^58^3.75^0.087^0.012^24.1^0.0^0.085^0.111^6.107^0.589^0.618^11^^11^^86.9^1.24^0^0^0^0^0^0^0^0^0.29^1.2^2.489^2.699^0.247^31^^~~^^~~^3 ~13490~^~BEEF,RIB,EYE,SML END (RIBS 10- 12) LN,0" FAT,SEL,CKD,BRLD~^63.87^182^29.93^6.05^1.19^0.00^0.0^0.00^21^1.84^26^242^392^63^5.46^0.081^0.011^37.3^0.0^0.085^0.159^8.748^0.590^0.661^10^^10^^^1.43^0^0^0^0^0^0^0^0^0.38^1.4^2.305^2.416^0.223^61^230.70^~1 steak~^^~~^18 ~13491~^~BEEF,RND,TOP RND,LN,0" FAT,ALL GRDS,CKD,BRLD~^62.02^186^31.70^5.63^1.22^0.00^0.0^0.00^7^2.68^21^202^262^42^5.50^0.079^0.011^36.2^0.0^0.072^0.179^5.694^0.624^0.425^11^^11^^120.7^1.75^0^0^0^0^0^0^0^0^0.40^1.5^1.965^2.373^0.210^76^276.57^~1 steak~^^~~^0 ~13492~^~BEEF,RND,TOP RND,LN,0" FAT,CHOIC,CKD,BRLD~^60.24^197^31.70^6.81^1.26^0.00^0.0^0.00^7^2.87^22^205^265^43^5.68^0.076^0.011^37.0^0.0^0.066^0.198^6.090^0.623^0.442^11^^11^^120.7^1.87^0^0^0^0^0^0^0^0^0.42^1.5^2.376^2.869^0.254^92^283.73^~1 steak~^^~~^1 ~13493~^~BEEF,RND,TOP RND,LN,0" FAT,SEL,CKD,BRLD~^63.81^176^31.70^4.45^1.17^0.00^0.0^0.00^7^2.59^21^202^263^42^5.43^0.088^0.012^39.4^0.0^0.076^0.172^5.451^0.625^0.418^11^^11^^120.7^1.63^0^0^0^0^0^0^0^0^0.39^1.4^1.554^1.877^0.166^60^269.40^~1 steak~^^~~^0 ~13494~^~BEEF,GROUND,70% LN MEAT / 30% FAT,CRUMBLES,CKD,PAN-BROWNED~^55.78^270^25.56^17.86^1.04^0.00^0.0^0.00^41^2.48^20^202^328^96^5.95^0.074^0.012^22.2^0.0^0.048^0.186^4.859^0.805^0.429^13^0^13^13^80.3^3.01^0^0^0^0^0^0^0^0^0.47^3.1^7.191^8.659^0.487^88^85.00^~1 serving, (3 oz )~^138.59^~1 portion, (yield from 1/2 lb raw meat )~^0 ~13495~^~BEEF,GROUND,70% LN MEAT / 30% FAT,LOAF,CKD,BKD~^58.37^241^23.87^15.37^0.88^0.00^0.0^0.00^33^2.27^17^166^241^73^5.84^0.081^0.009^19.1^0.0^0.051^0.168^4.026^0.515^0.311^7^0^7^7^80.0^2.46^0^0^0^0^0^0^0^0^0.44^2.9^6.188^7.451^0.419^66^85.00^~1 serving, ( 3 oz )~^283.88^~1 loaf, ( yield from 1 lb raw meat )~^0 ~13496~^~BEEF,GROUND,70% LN MEAT / 30% FAT,PATTY CKD,PAN-BROILED~^59.36^238^22.86^15.54^1.04^0.00^0.0^0.00^37^2.41^20^194^308^92^5.82^0.066^0.011^19.2^0.0^0.044^0.175^5.034^0.614^0.332^10^0^10^10^76.6^2.37^0^0^0^0^0^0^0^0^0.43^2.8^6.256^7.533^0.424^78^85.00^~1 serving~^77.24^~1 patty~^0 ~13497~^~BEEF,GROUND,70% LN MEAT / 30% FAT,PATTY,CKD,BRLD~^56.26^273^25.38^18.21^0.97^0.00^0.0^0.00^35^2.25^19^185^275^81^6.14^0.069^0.009^21.4^0.0^0.051^0.181^4.537^0.682^0.336^11^0^11^11^77.8^2.90^0^0^0^0^0^0^0^0^0.47^3.0^7.329^8.825^0.497^82^85.00^~1 serving~^70.03^~1 patty~^0 ~13498~^~BEEF,GROUND,70% LN MEAT / 30% FAT,RAW~^54.38^332^14.35^30.00^0.70^0.00^0.0^0.00^24^1.64^14^132^218^67^3.57^0.050^0.011^13.5^0.0^0.044^0.139^3.382^0.408^0.278^8^0^8^8^46.8^2.07^0^0^0^0^0^0^0^0^0.49^2.9^11.289^13.161^0.696^78^^~~^^~~^0 ~13795~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,ALL GRDS,RAW~^62.02^234^18.68^17.15^0.91^0.00^0.0^0.00^7^1.91^19^177^306^58^3.75^0.071^0.013^14.0^0.0^0.100^0.160^3.230^0.320^0.390^6^0^6^6^78.0^2.95^0^0^^0^0^0^0^0^^^6.910^7.420^0.630^66^28.35^~1 oz~^453.60^~1 lb~^12 ~13796~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,ALL GRDS,CKD~^52.77^291^26.42^19.71^1.09^0.00^0.0^0.00^9^2.68^23^208^319^63^6.00^0.112^0.015^19.8^0.0^0.090^0.220^3.720^0.360^0.340^7^0^7^7^100.6^2.47^0^0^0^0^0^0^0^0^0.18^1.8^7.770^8.460^0.710^87^285.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^13 ~14323~^~ORANGE DRK,CND,W/ ADDED VIT C~^87.47^49^0.00^0.07^0.11^12.34^0.0^11.03^5^0.04^2^1^18^3^0.02^0.000^0.011^0.0^57.3^0.000^0.000^0.011^0.018^0.000^2^0^2^2^0.5^0.00^8^1^0^0^1^7^0^9^0.02^0.0^0.002^0.002^0.003^0^248.00^~1 cup, (8 fl oz)~^31.00^~1 fl oz~^0 ~14327~^~ORANGE&APRICOT JUC DRK,CND~^86.70^51^0.30^0.10^0.20^12.70^0.1^12.06^5^0.10^5^8^80^2^0.04^0.032^0.009^0.1^20.0^0.020^0.010^0.200^0.068^0.037^7^0^7^7^0.5^0.00^183^9^0^2^79^60^0^47^0.11^0.1^0.010^0.031^0.022^0^250.00^~1 cup, (8 fl oz)~^31.20^~1 fl oz~^0 ~14334~^~PINEAPPLE&GRAPEFRUIT JUC DRK,CND~^87.90^47^0.20^0.10^0.20^11.60^0.1^11.52^7^0.31^6^6^61^14^0.06^0.045^0.413^0.1^46.0^0.030^0.016^0.267^0.053^0.042^9^0^9^9^0.5^0.00^2^0^0^0^1^0^0^1^0.01^0.1^0.006^0.010^0.028^0^250.00^~1 cup, (8 fl oz)~^31.30^~1 fl oz~^0 ~14341~^~PINEAPPLE&ORANGE JUC DRK,CND~^86.90^50^1.30^0.00^0.10^11.80^0.1^11.59^5^0.27^6^4^46^3^0.06^0.041^0.361^0.1^22.5^0.030^0.019^0.207^0.057^0.047^9^0^9^9^0.5^0.00^19^1^0^0^4^15^0^12^0.03^0.1^0.000^0.000^0.000^0^250.00^~1 cup, (8 fl oz)~^31.30^~1 fl oz~^0 ~14346~^~SHAKE,FAST FOOD,CHOCOLATE~^71.50^127^3.40^3.70^0.90^20.50^1.9^18.60^113^0.31^17^102^200^97^0.41^0.065^0.039^1.7^0.4^0.058^0.245^0.161^0.390^0.050^5^0^5^5^25.6^0.34^93^26^25^0^5^0^0^1^0.11^1.5^2.313^1.075^0.140^13^23.52^~1 fl oz~^282.24^~1 small, 12 fl oz~^0 ~14347~^~SHAKE,FAST FOOD,VANILLA~^69.65^148^3.37^6.52^0.86^19.59^0.9^13.63^115^0.46^13^98^166^81^0.57^0.103^0.035^3.2^0.0^0.026^0.660^0.213^0.562^0.060^0^0^0^0^27.3^0.22^304^91^91^0^0^0^0^0^0.25^0.4^3.962^1.785^0.316^23^166.00^~1 cup, (8 fl oz)~^20.80^~1 fl oz~^0 ~14350~^~STRAWBERRY-FLAVOR BEV MIX,PDR~^0.40^389^0.10^0.20^0.20^99.10^0.0^95.45^4^0.44^1^5^6^38^0.00^0.000^0.000^0.5^0.3^0.003^0.110^0.073^0.001^0.002^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^22.00^~1 serving, (2-3 heaping tsp)~^^~~^0 ~14351~^~STRAWBERRY-FLAVOR BEV MIX,PDR,PREP W/ WHL MILK~^80.90^88^3.00^3.10^0.70^12.30^0.0^^110^0.08^12^86^139^48^0.35^0.009^0.002^1.8^0.9^0.035^0.158^0.083^0.288^0.039^5^0^5^5^^0.33^116^26^26^^^^^^^^1.910^0.886^0.114^12^266.00^~1 cup, (8 fl oz)~^^~~^0 ~14352~^~TEA,BREWED,PREP W/TAP H2O,DECAFFEINATED~^99.70^1^0.00^0.00^0.00^0.30^0.0^0.00^0^0.02^3^1^37^3^0.02^0.010^0.219^0.0^0.0^0.000^0.014^0.000^0.011^0.000^5^0^5^5^0.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.002^0.001^0.004^0^29.60^~1 fl oz~^178.00^~6 fl oz~^0 ~14353~^~TEA,INST,UNSWTND,PDR,DECAFFEINATED~^5.09^315^20.21^0.00^16.04^58.66^8.5^5.53^118^2.26^272^239^6040^72^1.69^0.550^133.000^5.3^0.0^0.000^0.985^10.800^4.530^0.356^103^0^103^103^118.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^0.70^~1 serving, 2 tsp~^^~~^0 ~14355~^~TEA,BREWED,PREP W/TAP H2O~^99.70^1^0.00^0.00^0.00^0.30^0.0^0.00^0^0.02^3^1^37^3^0.02^0.010^0.219^0.0^0.0^0.000^0.014^0.000^0.011^0.000^5^0^5^5^0.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.002^0.001^0.004^0^237.00^~1 cup, (8 fl oz)~^29.60^~1 fl oz~^0 ~14356~^~TEA,INST,SWTND W/NA SACCHARIN,LEMON-FLAV,PDR,DECAFFEINATED~^3.50^338^3.30^0.60^7.20^85.40^0.0^1.88^21^8.87^125^140^2568^412^0.89^0.120^30.370^1.8^0.0^0.000^0.335^3.880^1.540^0.121^35^0^35^35^40.2^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^1.60^~2 tsp~^^~~^0 ~14357~^~TEA,INST,SWTND W/SUGAR,LEMN-FLAV,WO/ VIT C,PDR,DECAFFEINATED~^0.13^385^0.12^0.73^0.47^98.55^0.0^95.29^2^0.21^3^2^169^5^0.03^0.010^2.965^0.6^0.0^0.011^0.000^0.125^0.110^0.015^1^0^1^1^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.091^0.027^0.209^0^182.00^~1 cup~^22.70^~1 serving, (3 heaping tsp)~^0 ~14366~^~TEA,INST,UNSWTND,PDR~^5.09^315^20.21^0.00^16.04^58.66^8.5^5.53^118^2.26^272^239^6040^72^1.69^0.550^133.000^5.3^0.0^0.000^0.985^10.800^4.530^0.356^103^0^103^103^118.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^0.70^~1 serving, 1 tsp~^^~~^0 ~14367~^~TEA,INST,UNSWTND,PDR,PREP~^99.62^1^0.06^0.00^0.15^0.17^0.0^0.02^3^0.01^2^1^18^4^0.01^0.011^0.392^0.0^0.0^0.000^0.003^0.032^0.013^0.001^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^237.70^~1 serving, 8 fl oz cup~^29.71^~1 fl oz~^0 ~14368~^~TEA,INST,UNSWTND,LEMON-FLAVORED,PDR~^4.30^345^7.40^0.18^9.60^78.52^5.0^4.52^28^0.75^139^107^3453^55^0.98^0.331^30.670^3.0^0.0^0.017^0.558^6.168^2.597^0.223^61^0^61^61^66.4^0.00^0^0^0^0^0^0^0^0^0.09^0.0^0.047^0.012^0.117^0^1.40^~1 tsp, rounded~^11.30^~2 tbsp, rounded~^0 ~14370~^~TEA,INST,SWTND W/SUGAR,LEMON-FLAVORED,WO/ VIT C,PDR~^0.13^401^0.12^0.73^0.47^98.55^0.7^95.29^2^0.21^3^2^169^5^0.03^0.010^1.410^0.6^0.0^0.011^0.000^0.125^0.000^0.015^1^0^1^1^1.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.097^0.033^0.218^0^182.00^~1 cup~^22.70^~1 serving, (3 heaping tsp)~^0 ~14371~^~TEA,INST,SWTND W/SUGAR,LEMON-FLAVORED,WO/ VIT C,PDR,PREP~^91.18^35^0.01^0.06^0.13^8.61^0.1^8.33^2^0.02^1^0^15^2^0.01^0.007^0.124^0.1^0.0^0.001^0.000^0.011^0.000^0.001^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.008^0.002^0.018^0^259.00^~1 cup, (8 fl oz)~^^~~^0 ~11351~^~POKEBERRY SHOOTS,(POKE),CKD,BLD,DRND,WO/SALT~^92.90^20^2.30^0.40^1.30^3.10^1.5^1.60^53^1.20^14^33^184^18^0.19^0.126^0.336^0.9^82.0^0.070^0.250^1.100^0.039^0.111^9^0^9^9^0.3^0.00^8700^435^0^0^5220^0^0^1747^0.85^108.0^0.092^0.013^0.176^0^165.00^~1 cup~^10.00^~1 tbsp~^0 ~11352~^~POTATO,FLESH & SKN,RAW~^79.34^77^2.02^0.09^1.08^17.47^2.2^0.78^12^0.78^23^57^421^6^0.29^0.108^0.153^0.3^19.7^0.080^0.032^1.054^0.296^0.295^16^0^16^16^12.1^0.00^2^0^0^0^1^0^0^8^0.01^1.9^0.026^0.002^0.043^0^369.00^~1 Potato, large (3" to 4-1/4" dia)~^213.00^~1 Potato, medium (2-1/4" to 3-1/4" dia)~^25 ~11353~^~POTATOES,RUSSET,FLESH & SKN,RAW~^78.58^79^2.14^0.08^1.13^18.07^1.3^0.62^13^0.86^23^55^417^5^0.29^0.103^0.157^0.4^5.7^0.082^0.033^1.035^0.301^0.345^14^0^14^14^12.6^0.00^1^0^0^0^0^0^0^5^0.01^1.8^0.020^0.002^0.035^0^369.00^~1 potato, large (3" to 4-1/4" dia)~^213.00^~1 Potato, medium (2-1/4" to 3-1/4" dia)~^0 ~11354~^~POTATOES,WHITE,FLESH & SKN,RAW~^81.58^69^1.68^0.10^0.94^15.71^2.4^1.15^9^0.52^21^62^407^6^0.29^0.116^0.145^0.3^19.7^0.071^0.034^1.066^0.281^0.203^18^0^18^18^11.0^0.00^8^0^0^0^5^0^0^13^0.01^1.6^0.025^0.002^0.041^0^369.00^~1 potato, large (3 to 4-1/4" dia)~^213.00^~1 potato, medium (2-1/4" to 3-1/4" dia)~^0 ~11355~^~POTATOES,RED,FLESH & SKN,RAW~^80.96^70^1.89^0.14^1.10^15.90^1.7^1.00^10^0.73^22^61^455^6^0.33^0.134^0.141^0.5^8.6^0.081^0.031^1.149^0.279^0.170^18^0^18^18^16.4^0.00^7^0^0^0^4^0^0^21^0.01^2.9^0.034^0.003^0.057^0^369.00^~1 potato, large (3" to 4-1/4" dia)~^213.00^~1 potato, medium (2-1/4" to 3-1/4" dia)~^0 ~11356~^~POTATOES,RUSSET,FLESH & SKN,BKD~^74.45^97^2.63^0.13^1.35^21.44^2.3^1.08^18^1.07^30^71^550^14^0.35^0.107^0.228^0.5^12.9^0.067^0.048^1.348^0.380^0.354^26^0^26^26^15.0^0.00^10^1^0^0^6^0^0^20^0.04^2.0^0.025^0.002^0.042^0^298.90^~1 potato, large (3" to 4-1/4" dia.~^172.50^~1 potato, medium (2-1/4" to 3-1/4" dia.)~^0 ~11357~^~POTATOES,WHITE,FLESH & SKN,BKD~^75.43^94^2.10^0.15^1.24^21.08^2.1^1.39^10^0.64^27^75^544^7^0.35^0.127^0.189^0.5^12.6^0.048^0.043^1.528^0.383^0.211^38^0^38^38^14.4^0.00^10^1^0^0^6^0^0^30^0.04^2.7^0.021^0.002^0.036^0^299.00^~1 potato, large (3" to 4-1/4" dia)~^138.00^~1 potato, medium (2-1/4" to 3-1/4" dia)~^0 ~11358~^~POTATOES,RED,FLESH & SKN,BKD~^76.67^89^2.30^0.15^1.29^19.59^1.8^1.43^9^0.70^28^72^545^12^0.40^0.174^0.173^0.8^12.6^0.072^0.050^1.595^0.341^0.212^27^0^27^27^18.9^0.00^10^1^0^0^6^0^0^31^0.04^2.8^0.025^0.002^0.042^0^298.90^~1 potato, large (3" to 4-1/4" dia.~^172.50^~1 potato, medium (2-1/4" to 3-1/4" dia.)~^0 ~11359~^~POTATOES,FR FR,CRNKL OR REG,SALT ADDED IN PROC,FRZ,AS PURCH~^61.08^174^2.12^5.05^1.83^29.92^2.7^0.21^9^0.60^21^81^416^358^0.34^0.077^0.157^^16.1^0.106^0.037^2.140^0.448^0.196^31^^31^^^^5^0^^0^3^0^0^15^0.10^2.1^0.975^3.102^0.287^0^82.07^~10 strip~^^~~^0 ~11360~^~POTATOES,FR FR,CRNKL/REG CUT,SALT ADDED IN PROC,FRZ,OVEN-HTD~^63.07^166^2.51^5.13^1.79^27.50^2.3^0.29^13^0.75^28^97^471^391^0.40^0.145^0.219^0.1^11.8^0.122^0.031^2.135^0.491^0.172^22^^22^^^^4^0^^0^3^0^0^15^0.10^2.3^1.082^3.446^0.319^0^68.88^~10 strip~^^~~^0 ~11362~^~POTATOES,RAW,SKIN~^83.29^58^2.57^0.10^1.61^12.44^2.5^^30^3.24^23^38^413^10^0.35^0.423^0.602^0.3^11.4^0.021^0.038^1.033^0.302^0.239^17^0^17^17^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^38.00^~1 skin~^^~~^0 ~11363~^~POTATOES,BKD,FLESH,WO/SALT~^75.42^93^1.96^0.10^0.97^21.55^1.5^1.70^5^0.35^25^50^391^5^0.29^0.215^0.161^0.3^12.8^0.105^0.021^1.395^0.555^0.301^9^0^9^9^14.5^0.00^0^0^0^0^0^0^0^0^0.04^0.3^0.026^0.002^0.043^0^61.00^~.5 cup~^156.00^~1 potato, (2-1/3" x 4-3/4")~^23 ~11364~^~POTATOES,BKD,SKN,WO/SALT~^47.31^198^4.29^0.10^2.24^46.06^7.9^1.40^34^7.04^43^101^573^21^0.49^0.817^0.616^0.7^13.5^0.122^0.106^3.065^0.857^0.614^22^0^22^22^31.0^0.00^10^1^0^0^6^0^0^30^0.04^1.7^0.026^0.002^0.043^0^58.00^~1 skin~^^~~^0 ~11365~^~POTATOES,BLD,CKD IN SKN,FLESH,WO/SALT~^76.98^87^1.87^0.10^0.92^20.13^1.8^0.87^5^0.31^22^44^379^4^0.30^0.188^0.138^0.3^13.0^0.106^0.020^1.439^0.520^0.299^10^0^10^10^13.5^0.00^3^0^0^0^2^0^0^9^0.01^2.1^0.026^0.002^0.043^0^78.00^~.5 cup~^136.00^~1 potato, (2-1/2" dia, sphere)~^9 ~11366~^~POTATOES,BLD,CKD IN SKN,SKN,WO/SALT~^77.80^78^2.86^0.10^2.04^17.21^3.3^^45^6.07^30^54^407^14^0.44^0.878^1.338^0.3^5.2^0.032^0.036^1.222^0.361^0.239^10^0^10^10^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^34.00^~1 skin~^^~~^0 ~11367~^~POTATOES,BLD,CKD WO/ SKN,FLESH,WO/ SALT~^77.46^86^1.71^0.10^0.72^20.01^1.8^0.85^8^0.31^20^40^328^5^0.27^0.167^0.140^0.3^7.4^0.098^0.019^1.312^0.509^0.269^9^0^9^9^13.2^0.00^3^0^0^0^2^0^0^9^0.01^2.1^0.026^0.002^0.043^0^299.60^~1 large, (3" to 4-1/4" dia.)~^166.60^~1 medium, (2-1/4" to 3-1/4" dia.)~^0 ~11368~^~POTATOES,MICROWAVED,CKD IN SKN,FLESH,WO/SALT~^73.55^100^2.10^0.10^0.97^23.28^1.6^^5^0.41^25^109^411^7^0.33^0.237^0.170^0.4^15.1^0.129^0.025^1.625^0.597^0.319^12^0^12^12^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^78.00^~.5 cup~^156.00^~1 potato, (2-1/3" x 4-3/4")~^23 ~11369~^~POTATOES,MICROWAVED,CKD IN SKN,SKN,WO/SALT~^63.50^132^4.39^0.10^2.38^29.63^5.5^^46^5.94^37^82^650^16^0.51^0.882^0.980^0.5^15.3^0.071^0.075^2.220^0.594^0.492^17^0^17^17^^0.00^0^0^0^^^^^^^^0.026^0.002^0.043^0^58.00^~1 skin~^^~~^0 ~11370~^~POTATOES,HASHED BROWN,HOME-PREPARED~^47.25^265^3.00^12.52^2.12^35.11^3.2^1.49^14^0.55^35^70^576^342^0.47^0.293^0.247^0.5^13.0^0.172^0.033^2.302^0.893^0.472^16^0^16^16^23.2^0.00^5^0^0^0^3^0^0^16^0.01^3.7^1.885^5.311^4.717^0^156.00^~1 cup~^^~~^0 ~11862~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,FRZ,CKD,BLD,DRND,W/SALT~^94.74^14^1.15^0.13^1.01^2.97^1.3^1.69^17^0.48^13^25^194^238^0.20^0.047^0.230^0.2^3.7^0.041^0.040^0.386^0.265^0.045^8^0^8^8^9.4^0.00^177^9^0^0^106^0^0^1877^0.12^4.2^0.027^0.010^0.055^0^223.00^~1 cup~^^~~^0 ~11863~^~SQUASH,WNTR,ALL VAR,CKD,BKD,W/SALT~^89.02^39^0.89^0.63^0.72^8.74^2.8^3.30^14^0.33^8^20^437^237^0.26^0.095^0.211^0.4^9.6^0.085^0.024^0.701^0.350^0.072^28^0^28^28^10.6^0.00^5223^261^0^682^2793^0^0^1415^0.12^4.4^0.130^0.047^0.265^0^205.00^~1 cup, cubes~^^~~^0 ~11864~^~SQUASH,WNTR,ACORN,CKD,BKD,W/SALT~^82.90^56^1.12^0.14^1.26^14.58^4.4^^44^0.93^43^45^437^240^0.17^0.086^0.242^0.7^10.8^0.167^0.013^0.881^0.504^0.194^19^0^19^19^^0.00^428^21^0^^^^^^^^0.029^0.010^0.059^0^205.00^~1 cup, cubes~^^~~^20 ~11865~^~SQUASH,WNTR,ACORN,CKD,BLD,MSHD,W/SALT~^89.70^34^0.67^0.08^0.76^8.79^2.6^^26^0.56^26^27^263^239^0.11^0.052^0.146^0.4^6.5^0.100^0.008^0.531^0.303^0.117^11^0^11^11^^0.00^258^13^0^^^^^^^^0.017^0.006^0.035^0^245.00^~1 cup, mashed~^^~~^0 ~11866~^~SQUASH,WNTR,BUTTERNUT,CKD,BKD,W/SALT~^87.80^40^0.90^0.09^0.72^10.49^^1.97^41^0.60^29^27^284^240^0.13^0.065^0.172^0.5^15.1^0.072^0.017^0.969^0.359^0.124^19^0^19^19^^0.00^11155^558^0^1130^4570^3116^0^0^1.29^1.0^0.019^0.007^0.038^0^205.00^~1 cup, cubes~^^~~^0 ~11867~^~SQUASH,WNTR,BUTTERNUT,FRZ,CKD,BLD,W/SALT~^87.80^39^1.23^0.07^0.86^10.04^^^19^0.58^9^14^133^238^0.12^0.036^0.173^0.5^3.5^0.050^0.039^0.464^0.154^0.069^16^0^16^16^^0.00^3339^167^0^^^^^^^^0.014^0.005^0.029^0^240.00^~1 cup, mashed~^^~~^0 ~11868~^~SQUASH,WNTR,HUBBARD,CKD,BKD,W/SALT~^85.10^50^2.48^0.62^0.99^10.81^^^17^0.47^22^23^358^244^0.15^0.045^0.170^0.6^9.5^0.074^0.047^0.558^0.447^0.172^16^0^16^16^^0.00^6035^302^0^^^^^^^^0.128^0.046^0.260^0^205.00^~1 cup, cubes~^^~~^0 ~11869~^~SQUASH,WNTR,HUBBARD,CKD,BLD,MSHD,W/SALT~^91.10^30^1.48^0.37^0.59^6.46^2.9^2.93^10^0.28^13^14^214^241^0.10^0.047^0.126^0.3^6.5^0.042^0.028^0.334^0.297^0.103^10^0^10^10^8.7^0.00^4005^200^0^529^2139^0^0^0^0.12^1.0^0.076^0.028^0.156^0^236.00^~1 cup, mashed~^^~~^0 ~11870~^~SQUASH,WNTR,SPAGHETTI,CKD,BLD,DRND,OR BKD,W/SALT~^92.30^27^0.66^0.26^0.32^6.46^1.4^2.53^21^0.34^11^^117^254^0.20^0.035^0.109^0.3^3.5^0.038^0.022^0.810^0.355^0.099^8^0^8^8^7.5^0.00^110^6^0^15^59^0^0^0^0.12^0.8^0.062^0.022^0.126^0^155.00^~1 cup~^^~~^0 ~11871~^~SUCCOTASH,(CORN&LIMAS),CKD,BLD,DRND,W/SALT~^68.37^111^5.07^0.80^1.39^24.37^^^17^1.52^53^117^410^253^0.63^0.179^0.769^0.6^8.2^0.168^0.096^1.327^0.567^0.116^33^0^33^33^^0.00^294^15^0^^^^^^^^0.148^0.155^0.381^0^192.00^~1 cup~^^~~^0 ~11872~^~SUCCOTASH,(CORN&LIMAS),FRZ,CKD,BLD,DRND,W/SALT~^74.10^93^4.31^0.89^0.75^19.95^4.1^2.21^15^0.89^23^70^265^281^0.45^0.060^0.280^0.6^5.9^0.074^0.068^1.306^0.232^0.095^33^0^33^33^29.1^0.00^194^10^0^9^82^61^0^342^0.18^2.7^0.166^0.173^0.427^0^170.00^~1 cup~^^~~^0 ~11873~^~SWAMP CABBAGE,CKD,BLD,DRND,W/SALT~^92.93^20^2.08^0.24^1.05^3.71^1.9^^54^1.32^30^42^284^358^0.16^0.021^0.143^0.9^16.0^0.050^0.080^0.500^0.126^0.081^35^0^35^35^^0.00^5200^260^0^^^^^^^^^^^0^98.00^~1 cup, chopped~^^~~^0 ~11874~^~SWEET POTATO LEAVES,CKD,STMD,W/ SALT~^88.71^34^2.32^0.30^1.35^7.32^1.9^5.42^24^0.60^61^60^477^249^0.26^0.033^0.229^0.9^1.5^0.112^0.267^1.003^0.200^0.160^49^0^49^49^21.0^0.00^916^46^0^0^550^0^0^2633^0.96^108.6^0.065^0.012^0.134^0^64.00^~1 cup~^^~~^0 ~11875~^~SWEET POTATO,CKD,BKD IN SKN,W/ SALT~^75.78^92^2.01^0.15^1.35^20.71^3.3^11.09^38^0.69^27^54^475^246^0.32^0.161^0.497^0.2^19.6^0.107^0.106^1.487^0.884^0.286^6^0^6^6^13.1^0.00^19218^961^0^43^11509^0^0^0^0.71^2.3^0.052^0.002^0.092^0^114.00^~1 medium, (2" dia, 5" long, raw)~^100.00^~.5 cup, mashed~^22 ~11876~^~SWEET POTATO,CKD,BLD,WO/ SKN,W/ SALT~^80.13^76^1.37^0.14^0.63^17.72^2.5^5.74^27^0.72^18^32^230^27^0.20^0.094^0.266^0.2^12.8^0.056^0.047^0.538^0.581^0.165^6^0^6^6^10.8^0.00^15740^787^0^0^9444^0^0^0^0.94^2.1^0.031^0.000^0.061^0^328.00^~1 cup, mashed~^151.00^~1 medium~^0 ~11877~^~SWEET POTATO,FRZ,CKD,BKD,W/ SALT~^73.70^100^1.71^0.12^1.07^23.40^1.8^^35^0.54^21^44^377^244^0.30^0.183^0.665^0.6^9.1^0.066^0.056^0.555^0.560^0.186^22^0^22^22^^0.00^16410^821^0^^^^^^^^0.026^0.005^0.053^0^176.00^~1 cup, cubes~^^~~^0 ~11878~^~TARO,COOKED,WITH SALT~^63.80^142^0.52^0.11^0.97^34.60^5.1^0.49^18^0.72^30^76^484^251^0.27^0.201^0.449^0.9^5.0^0.107^0.028^0.510^0.336^0.331^19^0^19^19^21.3^0.00^84^4^0^0^39^22^0^0^2.93^1.2^0.023^0.009^0.046^0^132.00^~1 cup, slices~^^~~^0 ~11879~^~TARO,LEAVES,CKD,STMD,W/SALT~^92.15^24^2.72^0.41^0.83^3.89^2.0^^86^1.18^20^27^460^238^0.21^0.140^0.371^0.9^35.5^0.139^0.380^1.267^0.044^0.072^48^0^48^48^^0.00^4238^212^0^^^^^^^^0.083^0.033^0.168^0^145.00^~1 cup~^^~~^0 ~11880~^~TARO,SHOOTS,CKD,W/SALT~^95.30^14^0.73^0.08^0.70^3.19^^^14^0.41^8^26^344^238^0.54^0.094^0.130^1.0^18.9^0.038^0.053^0.810^0.076^0.112^3^0^3^3^^0.00^51^3^0^^^^^^^^0.016^0.006^0.033^0^140.00^~1 cup, slices~^^~~^0 ~11881~^~TARO,TAHITIAN,CKD,W/SALT~^86.46^44^4.16^0.68^1.85^6.85^^^149^1.56^51^67^623^290^0.10^0.076^0.168^0.8^38.0^0.044^0.198^0.480^0.126^0.117^7^0^7^7^^0.00^1764^88^0^^^^^^^^0.139^0.055^0.282^0^137.00^~1 cup, slices~^^~~^0 ~11884~^~TOMATOES,RED,RIPE,CKD,W/ SALT~^94.34^18^0.95^0.11^0.60^4.01^0.7^2.49^11^0.68^9^28^218^247^0.14^0.075^0.105^^22.8^0.036^0.022^0.532^0.129^0.079^13^0^13^13^^0.00^489^24^0^0^293^0^3041^94^0.56^2.8^0.015^0.016^0.044^0^240.00^~1 cup~^120.00^~.5 cup~^0 ~11885~^~TOMATOES,RED,RIPE,CND,PACKED IN TOMATO JUC,NO SALT ADDED~^94.28^17^0.78^0.13^0.81^4.00^1.0^2.38^31^0.97^11^19^188^10^0.14^0.069^0.077^0.1^9.3^0.045^0.055^0.712^0.118^0.111^8^0^8^8^7.0^0.00^117^6^0^0^70^0^2767^86^0.68^2.9^0.018^0.021^0.052^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~11886~^~TOMATO JUC,CND,WO/SALT~^93.90^17^0.76^0.05^1.05^4.24^0.4^3.56^10^0.43^11^18^229^10^0.15^0.061^0.070^0.3^18.3^0.047^0.031^0.673^0.250^0.111^20^0^20^20^6.8^0.00^450^23^0^0^270^0^9037^60^0.32^2.3^0.008^0.009^0.024^0^243.00^~1 cup~^30.40^~1 fl oz~^0 ~11887~^~TOMATO PRODUCTS,CND,PASTE,W/SALT~^73.50^82^4.32^0.47^2.80^18.91^4.1^12.18^36^2.98^42^83^1014^790^0.63^0.365^0.302^5.3^21.9^0.060^0.153^3.076^0.142^0.216^12^0^12^12^38.5^0.00^1525^76^0^29^901^0^28764^0^4.30^11.4^0.100^0.067^0.159^0^131.00^~.5 cup~^170.00^~1 can, (6 oz)~^0 ~11888~^~TOMATO PRODUCTS,CND,PUREE,W/SALT~^87.88^38^1.65^0.21^1.28^8.98^1.9^4.83^18^1.78^23^40^439^399^0.36^0.287^0.169^0.7^10.6^0.025^0.080^1.466^0.440^0.126^11^0^11^11^17.6^0.00^510^26^0^0^306^0^21754^0^1.97^3.4^0.029^0.031^0.086^0^250.00^~1 cup~^822.00^~1 can, (29 oz) (401 x 411)~^0 ~11889~^~TURNIPS,CKD,BLD,DRND,W/SALT~^93.60^22^0.71^0.08^0.55^5.06^2.0^2.99^22^0.22^8^19^135^286^0.20^0.064^0.100^0.6^11.6^0.027^0.023^0.299^0.142^0.067^9^0^9^9^8.7^0.00^0^0^0^0^0^0^0^0^0.02^0.1^0.008^0.005^0.042^0^156.00^~1 cup, cubes~^230.00^~1 cup, mashed~^0 ~13797~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,RAW~^61.34^243^18.57^18.19^0.90^0.00^0.0^0.00^7^1.89^19^176^304^57^3.72^0.071^0.013^16.0^0.0^0.090^0.160^3.210^0.320^0.390^6^0^6^6^77.6^2.93^0^0^^0^0^0^0^0^^^7.320^7.880^0.670^66^28.35^~1 oz~^453.60^~1 lb~^12 ~13798~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,CKD~^52.03^301^26.21^20.91^1.08^0.00^0.0^0.00^9^2.66^23^206^317^62^5.93^0.111^0.015^23.9^0.0^0.090^0.220^3.700^0.350^0.330^7^0^7^7^99.8^2.46^0^0^^0^0^0^0^0^^^8.240^8.970^0.750^87^285.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^13 ~13799~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,SEL,RAW~^63.03^223^18.87^15.75^0.93^0.00^0.0^0.00^7^1.92^19^178^309^58^3.79^0.071^0.013^14.6^0.0^0.100^0.160^3.250^0.320^0.390^7^0^7^7^78.8^2.97^0^0^^0^0^0^0^0^^^6.370^6.820^0.580^65^28.35^~1 oz~^453.60^~1 lb~^11 ~13800~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,SEL,CKD~^53.73^278^26.63^18.21^1.09^0.00^0.0^0.00^9^2.70^23^209^321^63^6.07^0.113^0.015^20.7^0.0^0.090^0.220^3.740^0.360^0.340^8^0^8^8^101.4^2.48^0^0^^0^0^0^0^0^^^7.200^7.810^0.660^86^286.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^13 ~13801~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,PRIME,RAW~^59.75^265^18.72^20.49^0.87^0.00^0.0^0.00^7^1.83^19^176^308^54^3.49^0.069^0.013^14.8^0.0^0.090^0.150^3.410^0.320^0.390^6^0^6^6^78.2^2.84^0^0^^0^0^0^0^0^^^8.370^8.870^0.760^66^28.35^~1 oz~^453.60^~1 lb~^9 ~13802~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,PRIME,CKD~^52.87^299^26.22^20.75^1.10^0.00^0.0^0.00^9^2.50^24^203^356^63^5.62^0.104^0.015^19.8^0.0^0.090^0.210^4.390^0.380^0.370^8^0^8^8^99.9^2.49^0^0^^0^0^0^0^0^^^8.320^8.840^0.750^83^296.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^12 ~13803~^~BEEF,BRISKET,WHL,LN&FAT,1/8"FAT,ALL GRDS,RAW~^61.08^251^18.42^19.06^0.88^0.00^0.0^0.00^6^1.70^19^177^282^69^3.71^0.071^0.013^16.0^0.0^0.090^0.150^3.480^0.310^0.380^6^0^6^6^76.9^2.25^0^0^^0^0^0^0^0^^^7.530^8.520^0.660^68^28.35^~1 oz~^453.60^~1 lb~^1 ~13804~^~BEEF,BRISKET,WHL,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^49.58^331^25.85^24.50^0.92^0.00^0.0^0.00^7^2.46^20^207^251^64^5.77^0.104^0.015^22.8^0.0^0.060^0.200^3.270^0.310^0.260^7^0^7^7^98.5^2.40^0^0^0^0^0^0^0^0^0.19^1.9^9.440^10.890^0.850^93^329.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13805~^~BEEF,BRISKET,FLAT HALF,LN&FAT,1/8"FAT,ALL GRDS,RAW~^59.07^277^17.94^22.18^0.81^0.00^0.0^0.00^16^1.59^18^165^276^59^4.32^0.077^0.011^19.4^0.0^0.065^0.130^4.041^0.516^0.425^10^0^10^10^74.9^1.54^0^0^0^0^0^0^0^0^0.44^1.7^8.951^9.498^0.844^81^452.07^~1 steak~^28.35^~1 oz~^1 ~13806~^~BEEF,BRISKET,FLAT HALF,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^52.48^289^28.82^18.42^0.94^0.00^0.0^0.00^16^2.43^19^175^232^48^6.69^0.100^0.010^27.1^0.0^0.059^0.171^4.087^0.568^0.282^9^0^9^9^109.8^2.12^0^0^0^0^0^0^0^0^0.51^1.8^7.305^7.934^0.681^76^379.65^~1 steak, (yield from raw steak weighing 550 g)~^85.00^~3 oz~^0 ~13807~^~BEEF,BRISKET,POINT HALF,LN&FAT,1/8"FAT,ALL GRDS,RAW~^59.96^265^17.65^20.98^0.82^0.00^0.0^0.00^6^1.69^18^166^264^72^4.24^0.071^0.012^15.2^0.0^0.080^0.150^3.120^0.300^0.360^6^0^6^6^73.7^2.24^0^0^^0^0^0^0^0^^^8.420^9.530^0.690^71^28.35^~1 oz~^453.60^~1 lb~^1 ~13808~^~BEEF,BRISKET,POINT HALF,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^48.30^349^24.40^27.17^0.87^0.00^0.0^0.00^8^2.43^19^194^241^69^6.13^0.100^0.015^21.7^0.0^0.060^0.200^3.140^0.300^0.250^7^0^7^7^92.9^2.38^0^0^^0^0^0^0^0^^^10.640^12.210^0.880^92^332.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~13809~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,ALL GRDS,RAW~^62.33^244^19.23^17.98^0.86^0.00^0.0^0.00^17^1.67^19^174^290^62^4.54^0.081^0.011^20.3^0.0^0.070^0.139^4.331^0.553^0.456^10^0^10^10^80.3^1.65^0^0^0^0^0^0^0^0^0.40^1.6^7.254^7.697^0.684^66^28.35^~1 oz~^453.60^~1 lb~^21 ~13810~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^50.45^302^30.12^19.22^0.92^0.00^0.0^0.00^17^2.53^20^183^242^50^6.98^0.104^0.010^28.3^0.0^0.061^0.178^4.273^0.594^0.295^9^0^9^9^114.7^2.22^0^0^0^0^0^0^0^0^0.53^1.9^7.620^8.276^0.710^79^258.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^28 ~13811~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,CHOIC,RAW~^61.78^249^19.14^18.57^0.87^0.00^0.0^0.00^16^1.73^19^171^290^63^4.56^0.082^0.013^19.9^0.0^0.064^0.143^4.328^0.559^0.425^10^0^10^10^79.9^1.79^0^0^0^0^0^0^0^0^0.41^1.6^7.492^7.950^0.706^68^1801.31^~1 roast~^28.35^~1 oz~^15 ~13812~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^49.35^309^30.20^19.93^0.93^0.00^0.0^0.00^16^2.61^20^182^241^49^6.87^0.116^0.010^27.8^0.0^0.057^0.193^4.215^0.595^0.290^9^0^9^9^115.0^2.46^0^0^0^0^0^0^0^0^0.54^1.9^7.902^8.583^0.737^82^^~~^85.00^~3 oz~^30 ~13813~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,SEL,RAW~^62.88^239^19.33^17.39^0.85^0.00^0.0^0.00^18^1.61^19^176^290^62^4.52^0.080^0.010^20.8^0.0^0.076^0.135^4.334^0.548^0.486^10^0^10^10^80.7^1.50^0^0^0^0^0^0^0^0^0.40^1.6^7.016^7.444^0.661^64^1782.72^~1 roast~^28.35^~1 oz~^16 ~13814~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,SEL,CKD,BRSD~^51.56^295^30.05^18.50^0.91^0.00^0.0^0.00^18^2.46^20^184^243^50^7.09^0.093^0.010^28.8^0.0^0.065^0.163^4.331^0.593^0.296^9^0^9^9^114.5^1.99^0^0^0^0^0^0^0^0^0.52^1.8^7.337^7.969^0.684^76^257.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^26 ~13815~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,ALL GRDS,RAW~^61.23^248^17.16^19.41^0.82^0.00^0.0^0.00^10^2.04^17^162^271^68^4.98^0.073^0.012^16.2^0.0^0.100^0.170^2.180^0.290^0.360^5^0^5^5^71.7^3.40^0^0^^0^0^0^0^0^^^7.820^8.520^0.710^71^28.35^~1 oz~^453.60^~1 lb~^19 ~13816~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^47.67^341^26.78^25.12^0.88^0.00^0.0^0.00^13^3.13^19^202^233^65^8.41^0.126^0.016^24.6^0.0^0.070^0.240^2.430^0.310^0.260^5^0^5^5^102.0^2.29^0^0^0^0^0^0^0^0^0.20^2.0^10.000^10.860^0.900^104^247.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~13817~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,CHOIC,RAW~^59.93^265^16.98^21.31^0.81^0.00^0.0^0.00^10^2.01^17^160^267^67^4.90^0.072^0.012^16.2^0.0^0.090^0.170^2.170^0.290^0.350^5^0^5^5^70.9^3.36^0^0^^0^0^0^0^0^^^8.590^9.360^0.780^72^28.35^~1 oz~^453.60^~1 lb~^19 ~13818~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^46.32^359^26.37^27.26^0.87^0.00^0.0^0.00^13^3.08^19^198^230^64^8.23^0.124^0.015^24.5^0.0^0.070^0.240^2.410^0.310^0.260^5^0^5^5^100.4^2.27^0^0^0^0^0^0^0^0^0.21^2.0^10.860^11.780^0.970^103^247.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~13819~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,SEL,RAW~^62.83^230^17.37^17.33^0.84^0.00^0.0^0.00^10^2.07^17^164^276^69^5.07^0.074^0.013^16.3^0.0^0.100^0.170^2.200^0.290^0.360^5^0^5^5^72.6^3.44^0^0^^0^0^0^0^0^^^6.990^7.600^0.630^71^28.35^~1 oz~^453.60^~1 lb~^19 ~13820~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,SEL,CKD,BRSD~^49.40^318^27.33^22.35^0.89^0.00^0.0^0.00^13^3.20^20^206^237^66^8.65^0.129^0.016^24.7^0.0^0.070^0.250^2.460^0.320^0.260^5^0^5^5^104.1^2.31^0^0^^0^0^0^0^0^^^8.890^9.660^0.800^104^247.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~13824~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,ALL GRDS,RAW~^55.24^306^16.53^26.10^0.78^0.00^0.0^^9^1.74^16^156^272^55^3.73^0.059^0.012^16.2^0.0^0.080^0.130^2.800^0.310^0.310^5^0^5^5^69.0^2.82^0^^^^^^^^^^10.760^11.240^0.940^70^28.35^~1 oz~^453.60^~1 lb~^16 ~14375~^~TEA,INST,SWTND W/NA SACCHARIN,LEMON-FLAVORED,PDR~^3.50^338^3.30^0.60^7.20^85.40^0.0^1.88^21^8.87^125^140^2568^412^0.89^0.120^30.370^1.8^0.0^0.000^0.335^3.880^1.540^0.121^35^0^35^35^40.2^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^1.60^~2 tsp~^14.40^~4 tbsp, (1/4 cup)~^0 ~14376~^~TEA,INST,SWTND W/NA SACCHARIN,LEMON-FLAVORED,PREP~^99.41^2^0.02^0.00^0.14^0.44^0.0^0.01^3^0.05^2^1^14^6^0.01^0.010^0.155^0.0^0.0^0.000^0.002^0.020^0.008^0.001^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^238.22^~1 serving, 8 fl oz cup~^29.78^~1 fl oz~^0 ~14381~^~TEA,HERB,OTHER THAN CHAMOMILE,BREWED~^99.70^1^0.00^0.00^0.00^0.20^0.0^0.00^2^0.08^1^0^9^1^0.04^0.015^0.044^0.0^0.0^0.010^0.004^0.000^0.011^0.000^1^0^1^1^0.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.002^0.001^0.005^0^29.60^~1 fl oz~^178.00^~6 fl oz~^0 ~14383~^~SPORTS DRK,FRUIT-FLAVORED,LO CAL,RTD~^96.80^11^0.00^0.00^0.20^3.00^0.0^0.00^0^0.05^1^9^10^35^0.02^0.020^0.000^0.1^6.3^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^240.00^~1 cup, (8 fl oz)~^30.00^~1 fl oz~^0 ~14384~^~WATER,BTLD,PERRIER~^99.90^0^0.00^0.00^0.10^0.00^0.0^^14^0.00^0^0^0^1^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^29.57^~1 fl oz~^192.00^~1 bottle, 6.5 fl oz~^0 ~14385~^~WATER,BTLD,POLAND SPRING~^100.00^0^0.00^0.00^0.00^0.00^0.0^^1^0.01^1^0^0^1^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^29.57^~1 fl oz~^500.00^~1 bottle, 16.9 fl oz in packages of 6 and 24~^0 ~14390~^~COCOA MIX,W/ ASPRT,PDR,PREP W/ H2O~^92.38^29^1.21^0.23^0.57^5.61^0.6^2.93^48^0.39^17^70^211^72^0.27^0.066^0.052^1.3^0.0^0.021^0.109^0.085^0.298^0.025^1^0^1^1^^0.09^1^0^0^0^0^0^0^1^0.00^0.1^0.139^0.076^0.007^0^192.42^~1 serving, 6 fl oz~^32.07^~1 fl oz~^0 ~14400~^~CARBONATED BEV,COLA,CONTAINS CAFFEINE~^90.31^37^0.07^0.02^0.04^9.56^0.0^8.97^2^0.11^0^10^2^4^0.02^0.001^0.002^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^30.69^~1 fl oz~^368.33^~1 can, 12 fl oz~^0 ~14405~^~FRUIT PUNCH JUC DRK,FRZ CONC~^55.50^175^0.30^0.70^0.50^43.10^0.2^^20^0.80^11^12^270^10^0.70^0.070^0.210^0.0^19.7^0.004^0.230^0.208^0.103^0.045^7^0^7^7^^0.00^21^1^0^^^^^^^^0.087^0.086^0.173^0^35.20^~1 fl oz~^423.00^~1 can, (12 fl oz)~^0 ~14406~^~FRUIT PUNCH JUC DRK,FRZ CONC,PREP W/H2O~^89.15^42^0.07^0.17^0.20^10.44^0.0^0.00^7^0.20^3^3^66^5^0.17^0.024^0.051^0.0^4.8^0.001^0.056^0.050^0.025^0.011^2^0^2^2^^0.00^5^0^0^0^0^0^0^0^0.00^0.0^0.021^0.021^0.042^0^234.12^~1 serving, 8 fl oz~^29.27^~1 fl oz~^0 ~14407~^~ORANGE-FLAVOR DRK,BRKFST TYPE,PDR~^0.14^386^0.00^0.00^0.92^98.94^0.4^92.31^385^0.02^0^151^190^17^0.01^0.013^0.050^0.5^230.8^0.001^0.680^8.000^0.007^0.800^0^0^0^0^0.1^0.00^2000^600^599^0^0^1^0^1^0.00^0.0^0.000^0.000^0.000^0^26.00^~1 serving, 2 tbsp~^^~~^0 ~14408~^~ORANGE-FLAVOR DRK,BRKFST TYPE,PDR,PREP W/ H2O~^87.15^49^0.00^0.00^0.20^12.65^0.1^11.80^52^0.00^1^19^25^5^0.01^0.010^0.007^0.1^29.5^0.000^0.087^1.023^0.001^0.102^0^0^0^0^^0.00^256^77^77^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^203.42^~1 serving, 6 fl oz~^33.90^~1 fl oz~^0 ~14409~^~ORANGE-FLAVOR DRK,BRKFST TYPE,LO CAL,PDR~^1.80^217^3.60^0.00^8.70^85.90^3.8^2.60^1378^0.07^275^629^3132^81^0.00^0.003^^0.0^2400.0^0.000^6.800^80.000^0.000^8.000^0^0^0^0^^0.00^20000^6006^6006^^^^^^^^0.000^0.000^0.000^0^2.50^~1 portion, amount of dry mix to make 8 fl oz prepared~^^~~^0 ~14411~^~WATER,TAP,DRINKING~^99.90^0^0.00^0.00^0.10^0.00^0.0^0.00^3^0.00^1^0^0^4^0.01^0.010^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.57^~1 fl oz~^236.56^~1 cup, 8 fl oz~^0 ~14412~^~WATER,TAP,WELL~^99.90^0^0.00^0.00^0.10^0.00^0.0^^3^0.00^1^0^0^5^0.01^0.016^0.000^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^237.00^~1 cup, 8 fl oz~^0 ~14414~^~ALCOHOLIC BEV,LIQUEUR,COFFEE,53 PROOF~^31.00^326^0.10^0.30^0.10^46.80^0.0^46.43^1^0.06^3^6^30^8^0.03^0.040^0.014^0.4^0.0^0.004^0.012^0.144^0.000^0.000^0^0^0^0^0.8^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.106^0.022^0.105^0^34.80^~1 fl oz~^52.00^~1 jigger, 1.5 fl oz~^0 ~14415~^~ALCOHOLIC BEV,LIQUEUR,COFFEE W/CRM,34 PROOF~^46.50^327^2.80^15.70^0.40^20.90^0.0^19.76^16^0.13^2^50^32^92^0.16^0.040^0.006^0.4^0.2^0.011^0.057^0.078^0.087^0.011^2^0^2^2^8.1^0.08^620^173^171^0^30^0^0^0^0.45^1.3^9.664^4.458^0.669^58^31.10^~1 fl oz~^47.00^~1 jigger, 1.5 fl oz~^0 ~14416~^~CARB BEV,LO CAL,COLA OR PEP,W/ ASPRT, CAF~^99.54^2^0.11^0.03^0.03^0.29^0.0^0.00^3^0.11^1^9^8^8^0.01^0.002^0.107^0.0^0.0^0.005^0.023^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.60^~1 fl oz~^355.00^~1 can, 12 fl oz~^0 ~14421~^~COFFEE SUB,CRL GRAIN BEV,PDR,PREP W/ WHL MILK~^87.00^65^3.30^3.30^0.80^5.60^0.1^^119^0.11^16^99^172^49^0.38^0.012^0.016^5.5^0.9^0.038^0.161^0.293^0.310^0.042^5^0^5^5^^0.35^124^28^28^^^^^^^^2.061^0.958^0.144^13^185.00^~6 fl oz~^^~~^0 ~11345~^~PIGEONPEAS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^71.80^111^5.96^1.36^1.39^19.49^6.2^2.48^41^1.57^40^118^456^5^0.82^0.105^0.451^1.2^28.1^0.350^0.166^2.153^0.630^0.053^100^0^100^100^37.9^0.00^50^2^0^0^30^0^0^141^0.32^19.8^0.112^0.017^1.149^0^153.00^~1 cup~^^~~^0 ~11349~^~POI~^71.64^112^0.38^0.14^0.61^27.23^0.4^0.39^16^0.88^24^39^183^12^0.22^0.166^0.370^0.7^4.0^0.130^0.040^1.100^0.293^0.273^21^0^21^21^16.7^0.00^66^3^0^0^31^17^0^0^2.30^1.0^0.029^0.011^0.058^0^240.00^~1 cup~^^~~^0 ~11350~^~POKEBERRY SHOOTS,(POKE),RAW~^91.60^23^2.60^0.40^1.70^3.70^1.7^^53^1.70^18^44^242^23^0.24^0.157^0.418^0.9^136.0^0.080^0.330^1.200^0.049^0.146^16^0^16^16^^0.00^8700^435^0^^^^^^^^^^^0^160.00^~1 cup~^^~~^ ~11371~^~POTATOES,MSHD,HOME-PREPARED,WHL MILK & MARGARINE ADDED~^75.28^113^1.97^4.20^1.65^16.90^1.5^1.44^22^0.26^19^49^328^333^0.30^0.153^0.112^0.8^10.5^0.092^0.044^1.176^0.474^0.247^9^0^9^9^13.5^0.07^179^41^39^0^30^0^0^7^0.42^6.0^0.972^1.879^1.164^1^210.00^~1 cup~^^~~^0 ~11372~^~POTATOES,SCALLPD,HOME-PREPARED W/BUTTER~^80.94^88^2.87^3.68^1.73^10.78^1.9^^57^0.57^19^63^378^335^0.40^0.163^0.166^1.6^10.6^0.069^0.092^1.053^0.514^0.178^11^2^9^13^^0.00^135^^^^^^^^^^2.255^1.039^0.166^12^245.00^~1 cup~^^~~^0 ~11373~^~POTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING BUTTER~^74.00^132^5.06^7.59^2.09^11.27^1.8^^119^0.64^20^113^396^433^0.69^0.160^0.161^2.7^9.9^0.064^0.116^0.993^0.387^0.174^11^3^8^13^^0.00^264^64^61^^^^^^^^4.733^2.149^0.276^23^245.00^~1 cup~^^~~^0 ~11374~^~POTATOES,CND,SOL&LIQUIDS~^87.83^44^1.20^0.11^0.98^9.89^1.4^^39^0.72^14^22^205^217^0.39^0.070^0.071^0.7^7.6^0.034^0.020^0.889^0.174^0.137^5^0^5^5^^0.00^0^0^0^^^^^^^^0.029^0.002^0.048^0^300.00^~1 cup, whole~^454.00^~1 can, (303 x 406)~^0 ~11376~^~POTATOES,CND,DRND SOL~^84.28^60^1.41^0.21^0.86^13.61^2.3^^5^1.26^14^28^229^219^0.28^0.057^0.097^0.9^5.1^0.068^0.013^0.915^0.354^0.188^6^0^6^6^^0.00^0^0^0^^^^^^^^0.054^0.005^0.089^0^180.00^~1 cup~^35.00^~1 potato~^0 ~11378~^~POTATOES,MSHD,DEHYD,FLAKES WO/MILK,DRY FORM~^6.58^354^8.34^0.41^3.50^81.17^6.6^3.36^27^1.21^66^156^1098^104^0.70^0.161^0.161^13.4^81.0^0.988^0.110^6.264^2.079^0.748^46^0^46^46^54.9^0.00^11^1^0^0^6^0^0^37^0.03^8.7^0.169^0.009^0.143^0^60.15^~1 cup~^^~~^0 ~11379~^~POTATOES,MSHD,DEHYD,PREP FROM FLKS WO MLK,WHL MLK&BUTTR ADD~^81.25^97^1.79^5.13^1.03^10.81^0.8^1.61^32^0.16^11^41^166^164^0.18^0.028^0.021^2.5^9.7^0.129^0.057^0.781^0.339^0.098^7^0^7^7^10.9^0.11^158^43^42^0^10^0^0^4^0.14^1.5^3.191^1.310^0.222^14^210.00^~1 cup~^^~~^0 ~11380~^~POTATOES,MSHD,DEHYD,GRANULES WO/MILK,DRY FORM~^3.63^372^8.22^0.54^2.10^85.51^7.1^3.63^41^1.09^98^245^703^67^0.91^0.102^1.121^27.1^37.0^0.453^0.253^4.765^0.345^0.861^40^0^40^40^^0.00^11^1^0^0^7^0^0^38^0.27^9.0^0.138^0.011^0.238^0^200.00^~1 cup~^^~~^0 ~11381~^~POTATOES,MSHD,DEHYD,PREP FR GRNLS WO/MILK,WHL MILK&BUTTER~^77.49^108^2.05^4.96^1.14^14.36^2.2^^35^0.19^19^60^144^257^0.25^0.022^0.003^1.3^6.0^0.079^0.077^0.764^0.128^0.009^8^0^8^8^^0.00^183^43^40^^30^^^^^^3.056^1.405^0.227^14^210.00^~1 cup~^^~~^0 ~11382~^~POTATOES,MSHD,DEHYD,GRANULES W/MILK,DRY FORM~^6.30^357^10.90^1.10^4.00^77.70^6.6^3.37^142^3.50^74^237^1848^82^1.20^0.578^0.488^26.3^16.0^0.190^0.300^4.200^1.864^0.887^30^0^30^30^55.0^0.00^75^18^17^0^10^0^0^37^0.03^8.7^0.461^0.152^0.285^2^200.00^~1 cup~^^~~^0 ~11383~^~POTATOES,MSHD,DEHYD,PREP FROM GRAN W/ MILK,H2O & MARG ADDED~^76.01^116^2.19^4.79^0.94^16.08^1.3^1.77^34^0.20^20^64^157^171^0.25^0.024^0.199^5.6^6.5^0.090^0.086^0.864^0.143^0.160^8^0^8^8^^0.10^202^47^44^0^33^0^0^7^0.51^6.2^1.210^1.955^1.345^2^210.00^~1 cup~^^~~^0 ~11384~^~POTATOES,AU GRATIN,DRY MIX,UNPREP~^4.97^314^8.90^3.70^8.12^74.31^4.1^^311^1.63^64^404^990^2095^0.90^0.240^0.590^10.0^15.5^0.070^0.253^4.063^0.920^0.150^40^0^40^40^^0.00^263^54^49^^60^^^^^^2.323^1.055^0.121^^156.00^~1 package, (5.5 oz)~^26.00^~.167 package, (5.5 oz)~^0 ~11385~^~POTATOES,AU GRATIN,DRY MIX,PREP W/H2O,WHL MILK&BUTTER~^78.98^93^2.30^4.12^1.76^12.84^0.9^^83^0.32^15^95^219^439^0.24^0.046^0.130^2.7^3.1^0.020^0.081^0.939^0.239^0.040^7^0^7^7^^0.00^213^52^49^^^^^^^^2.586^1.175^0.134^15^137.00^~.167 package, (5.5 oz) yields~^822.00^~1 package, yield, 5.5 oz~^0 ~11386~^~POTATOES,SCALLPD,DRY MIX,UNPREP~^6.22^358^7.77^4.59^7.49^73.93^8.6^^62^2.01^59^197^905^1578^0.92^0.260^0.622^7.9^16.5^0.060^0.123^4.533^1.400^0.180^32^0^32^32^^0.00^0^0^0^^^^^^^^1.200^0.100^1.985^5^156.00^~1 package, (5.5 oz)~^26.00^~.167 package, (5.5 oz)~^0 ~11387~^~POTATOES,SCALLPD,DRY MIX,PREP W/H2O,WHL MILK&BUTTER~^79.17^93^2.12^4.30^1.64^12.77^1.1^^36^0.38^14^56^203^341^0.25^0.049^0.181^1.6^3.3^0.019^0.056^1.029^0.327^0.042^10^0^10^10^^0.00^148^35^33^^^^^^^^2.633^1.213^0.194^11^245.00^~1 cup, (unprepared)~^137.00^~.167 package, (5.5 oz) yields~^0 ~11390~^~POTATOES,HASHED BROWN,FRZ,PLN,UNPREP~^78.85^82^2.06^0.62^0.75^17.72^1.4^^10^0.98^11^47^285^22^0.21^0.099^0.146^0.3^8.2^0.097^0.014^1.664^0.323^0.087^4^0^4^4^^0.00^0^0^0^^^^^^^^0.163^0.014^0.269^^105.00^~.5 cup~^340.00^~1 package, (12 oz)~^0 ~11391~^~POTATOES,HASHED BROWN,FRZ,PLN,PREP~^56.10^218^3.16^11.50^1.14^28.10^2.0^1.57^15^1.51^17^72^436^34^0.32^0.152^0.223^0.3^6.3^0.111^0.020^2.421^0.446^0.126^7^0^7^7^24.5^0.00^0^0^0^0^0^0^0^0^0.19^3.9^4.493^5.137^1.325^0^29.00^~1 patty, oval (approx 3" x 1-1/2" x 1/2")~^78.00^~.5 cup~^0 ~11890~^~TURNIPS,FRZ,CKD,BLD,DRND,W/SALT~^93.60^21^1.53^0.24^0.87^3.76^2.0^1.76^32^0.98^14^26^182^272^0.20^0.063^0.100^0.6^3.9^0.035^0.028^0.560^0.141^0.067^8^0^8^8^8.7^0.00^0^0^0^0^0^0^0^0^0.02^0.1^0.025^0.015^0.125^0^156.00^~1 cup~^^~~^0 ~11891~^~TURNIP GRNS,CKD,BLD,DRND,W/SALT~^93.20^20^1.14^0.23^1.07^4.36^3.5^0.53^137^0.80^22^29^203^265^0.14^0.253^0.337^0.9^27.4^0.045^0.072^0.411^0.274^0.180^118^0^118^118^^0.00^7625^381^0^0^4575^0^0^8440^1.88^367.6^0.053^0.015^0.091^0^144.00^~1 cup, chopped~^^~~^0 ~11892~^~TURNIP GRNS,FRZ,CKD,BLD,DRND,W/SALT~^90.40^29^3.35^0.42^0.85^4.98^3.4^0.75^152^1.94^26^34^224^251^0.41^0.150^0.475^1.2^21.8^0.054^0.074^0.468^0.069^0.067^39^0^39^39^0.5^0.00^10765^538^0^0^6459^0^0^11915^2.66^518.9^0.099^0.028^0.170^0^220.00^~1 package, (10 oz) yields~^82.00^~.5 cup~^0 ~11893~^~TURNIP GRNS&TURNIPS,FRZ,CKD,BLD,DRND,W/SALT~^91.04^34^2.99^0.38^0.85^4.74^3.1^0.95^128^1.75^24^32^216^255^0.37^0.133^0.400^1.1^18.2^0.050^0.065^0.486^0.083^0.067^33^0^33^33^2.1^0.00^8612^431^0^0^5167^0^0^9532^2.13^415.1^0.085^0.024^0.160^0^163.00^~1 cup~^86.00^~.5 cup~^0 ~11894~^~VEGETABLES,MXD,FRZ,CKD,BLD,DRND,W/SALT~^83.23^60^2.86^0.15^0.67^13.09^4.4^3.12^25^0.82^22^51^169^271^0.49^0.083^0.379^0.3^3.2^0.071^0.120^0.851^0.151^0.074^19^0^19^19^24.1^0.00^4277^214^0^968^2082^0^0^637^0.38^23.5^0.031^0.010^0.072^0^275.00^~1 package, (10 oz) yields~^91.00^~.5 cup~^0 ~11895~^~WAXGOURD,(CHINESE PRESERVING MELON),CKD,BLD,DRND,W/SALT~^96.06^11^0.40^0.20^0.89^2.45^1.0^1.18^18^0.38^10^17^5^343^0.59^0.022^0.056^0.2^10.5^0.034^0.001^0.384^0.121^0.032^4^0^4^4^4.9^0.00^0^0^0^0^0^0^0^197^0.08^2.8^0.016^0.037^0.088^0^175.00^~1 cup, cubes~^^~~^0 ~11896~^~WINGED BEAN,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^90.11^37^5.31^0.66^0.71^3.21^^^61^1.09^30^25^274^240^0.28^0.037^0.158^1.1^9.8^0.086^0.072^0.652^0.041^0.082^35^0^35^35^^0.00^88^4^0^^^^^^^^0.101^0.237^0.177^0^62.00^~1 cup~^31.00^~.5 cup~^0 ~11897~^~YAM,CKD,BLD,DRND,OR BKD,W/SALT~^70.13^114^1.49^0.14^1.25^26.99^3.9^0.49^14^0.52^18^49^670^244^0.20^0.152^0.371^0.7^12.1^0.095^0.028^0.552^0.311^0.228^16^0^16^16^16.2^0.00^122^6^0^0^73^0^0^0^0.34^2.3^0.029^0.005^0.060^0^136.00^~1 cup, cubes~^68.00^~.5 cup, cubes~^0 ~11898~^~YAMBEAN (JICAMA),CKD,BLD,DRND,W/SALT~^90.07^36^0.72^0.09^0.89^8.23^^^11^0.57^11^16^135^242^0.15^0.046^0.057^0.7^14.1^0.017^0.028^0.190^0.121^0.040^8^0^8^8^^0.00^19^^^^^^^^^^^^^0^^~~^^~~^0 ~11899~^~YARDLONG BEAN,CKD,BLD,DRND,W/SALT~^87.47^47^2.53^0.10^0.73^9.17^^^44^0.98^42^57^290^240^0.36^0.047^0.201^1.5^16.2^0.085^0.099^0.630^0.051^0.024^45^0^45^45^^0.00^450^23^0^^^^^^^^0.026^0.009^0.042^0^104.00^~1 cup, slices~^14.00^~1 pod~^0 ~11900~^~CORN,SWEET,WHITE,RAW~^75.96^86^3.22^1.18^0.62^19.02^2.7^3.22^2^0.52^37^89^270^15^0.45^0.054^0.161^0.6^6.8^0.200^0.060^1.700^0.760^0.055^46^0^46^46^^0.00^1^0^0^0^1^0^0^34^0.07^0.3^0.182^0.347^0.559^0^73.00^~1 ear, small (5-1/2" to 6-1/2" long)~^90.00^~1 ear, medium (6-3/4" to 7-1/2" long)~^64 ~11901~^~CORN,SWT,WHITE,CKD,BLD,DRND,WO/SALT~^69.57^108^3.32^1.28^0.72^25.11^2.7^4.07^2^0.61^32^103^249^17^0.48^0.053^0.194^0.8^6.2^0.215^0.072^1.614^0.878^0.060^46^0^46^46^29.1^0.00^2^0^0^0^1^0^0^43^0.09^0.4^0.197^0.374^0.603^0^89.00^~1 ear, small (5-1/2" to 6-1/2" long)~^103.00^~1 ear, medium (6-3/4" to 7-1/2" long)~^45 ~11902~^~CORN,SWT,WHITE,CKD,BLD,DRND,W/SALT~^69.57^108^3.32^1.28^0.72^25.11^2.7^4.07^2^0.61^32^103^249^253^0.48^0.053^0.194^0.8^6.2^0.215^0.072^1.614^0.878^0.060^46^0^46^46^29.1^0.00^2^0^0^0^1^0^0^43^0.09^0.4^0.197^0.374^0.603^0^89.00^~1 ear, small (5-1/2" to 6-1/2" long)~^103.00^~1 ear, medium (6-3/4" to 7-1/2" long)~^45 ~11903~^~CORN,SWT,WHITE,CND,WHL KERNEL,REG PK,SOL&LIQUIDS~^81.34^64^1.95^0.50^0.80^15.41^1.7^^4^0.41^16^51^164^213^0.36^0.056^0.033^0.6^5.5^0.026^0.061^0.939^0.522^0.037^38^0^38^38^^0.00^0^0^0^^^^0^^^^0.077^0.144^0.233^0^128.00^~.5 cup~^482.00^~1 can, (303 x 406)~^0 ~11904~^~CORN,SWT,WHITE,CND,WHL KERNEL,NO SALT,SOL&LIQUIDS~^81.34^64^1.95^0.50^0.80^15.41^0.7^^4^0.41^16^51^164^12^0.36^0.056^0.033^0.6^5.5^0.026^0.061^0.939^0.522^0.037^38^0^38^38^^0.00^1^0^0^0^0^0^0^32^^^0.077^0.144^0.233^0^128.00^~.5 cup~^482.00^~1 can, (303 x 406)~^0 ~11905~^~CORN,SWT,WHITE,CND,WHL KERNEL,DRND SOL~^76.92^81^2.62^1.00^0.87^18.59^2.0^2.40^5^0.86^20^65^195^323^0.39^0.058^0.173^0.7^8.5^0.033^0.078^1.197^0.666^0.047^49^0^49^49^22.1^0.00^1^0^0^0^1^1^0^40^0.07^0.3^0.154^0.292^0.471^0^164.00^~1 cup~^298.00^~1 can, (303 x 406)~^0 ~11906~^~CORN,SWT,WHITE,CND,CRM STYLE,REG PK~^78.73^72^1.74^0.42^0.98^18.13^1.2^2.21^3^0.38^17^51^134^285^0.53^0.052^0.039^0.6^4.6^0.025^0.053^0.960^0.180^0.063^45^0^45^45^20.3^0.00^1^0^0^0^0^1^0^37^0.06^0.3^0.065^0.123^0.198^0^256.00^~1 cup~^482.00^~1 can, (303 x 406)~^0 ~11907~^~CORN,SWT,WHITE,CND,CRM STYLE,NO SALT~^78.73^72^1.74^0.42^0.98^18.13^1.2^2.21^3^0.38^17^51^134^3^0.53^0.052^0.039^0.6^4.6^0.025^0.053^0.960^0.180^0.063^45^0^45^45^20.3^0.00^1^0^0^0^0^1^0^37^0.06^0.3^0.065^0.123^0.198^0^128.00^~.5 cup~^482.00^~1 can, (303 x 406)~^0 ~11908~^~CORN,SWT,WHITE,CND,VACUUM PK,REG PK~^76.58^79^2.41^0.50^1.07^19.44^2.0^^5^0.42^23^64^186^272^0.46^0.048^0.067^0.7^8.1^0.041^0.073^1.167^0.675^0.055^49^0^49^49^^0.00^1^0^0^0^1^1^0^41^^^0.077^0.147^0.237^0^105.00^~.5 cup~^340.00^~1 can, (303 x 406)~^0 ~11909~^~CORN,SWT,WHITE,CND,VACUUM PK,NO SALT~^76.58^79^2.41^0.50^1.07^19.44^2.0^^5^0.42^23^64^186^3^0.46^0.048^0.067^0.7^8.1^0.041^0.073^1.167^0.675^0.055^49^0^49^49^^0.00^1^0^0^0^1^1^0^40^^^0.077^0.147^0.237^0^105.00^~.5 cup~^340.00^~1 can, (303 x 406)~^0 ~11910~^~CORN,SWT,WHITE,FRZ,KRNLS CUT OFF COB,UNPREP~^74.92^88^3.02^0.77^0.48^20.81^2.4^^4^0.42^18^69^210^3^0.37^0.036^0.126^0.7^6.4^0.083^0.070^1.726^0.280^0.178^36^0^36^36^^0.00^0^0^0^^^^0^^^^0.119^0.227^0.366^0^82.00^~.5 cup~^284.00^~1 package, (10 oz)~^0 ~11911~^~CORN,SWT,WHITE,FRZ,KRNLS CUT OFF COB,BLD,DRND,WO/SALT~^76.73^80^2.75^0.43^0.53^19.56^2.4^3.12^4^0.35^19^57^147^5^0.40^0.037^0.127^0.7^3.1^0.083^0.071^1.299^0.180^0.129^31^0^31^31^22.0^0.00^3^0^0^0^1^1^0^50^0.07^0.3^0.066^0.126^0.203^0^284.00^~1 package, (10 oz) yields~^82.00^~.5 cup~^0 ~13825~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^48.47^337^22.42^26.75^1.04^0.00^0.0^^11^2.19^20^179^315^63^5.28^0.082^0.013^21.6^0.0^0.080^0.170^3.270^0.330^0.270^6^0^6^6^85.4^2.89^0^^^^^^^^^^10.850^11.380^0.980^82^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~13826~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^48.12^351^22.77^28.11^0.99^0.00^0.0^^11^2.37^20^177^305^64^5.45^0.084^0.014^22.2^0.0^0.070^0.180^3.460^0.320^0.230^7^0^7^7^86.7^2.56^0^^^^^^^^^^11.330^12.080^1.000^84^289.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^17 ~13827~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,CHOIC,RAW~^53.85^322^16.34^27.93^0.77^0.00^0.0^^9^1.72^16^154^267^54^3.66^0.058^0.012^16.3^0.0^0.080^0.130^2.780^0.310^0.310^5^0^5^5^68.2^2.79^0^^^^^^^^^^11.510^12.020^1.010^71^28.35^~1 oz~^453.60^~1 lb~^17 ~13828~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^47.33^352^22.26^28.50^1.03^0.00^0.0^^11^2.18^20^178^313^63^5.23^0.081^0.013^21.8^0.0^0.080^0.170^3.250^0.320^0.270^6^0^6^6^84.8^2.87^0^^^^^^^^^^11.570^12.120^1.040^82^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~13829~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^46.87^365^22.60^29.79^0.98^0.00^0.0^0.00^11^2.35^20^176^302^64^5.40^0.084^0.013^22.4^0.0^0.070^0.170^3.430^0.310^0.230^7^0^7^7^86.1^2.55^0^0^0^0^0^0^0^0^0.24^2.0^12.010^12.800^1.050^84^289.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^17 ~13830~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,SEL,RAW~^57.48^288^16.75^23.95^0.79^0.00^0.0^^9^1.77^17^159^278^55^3.79^0.059^0.012^15.8^0.0^0.080^0.130^2.850^0.310^0.320^5^0^5^5^70.0^2.86^0^^^^^^^^^^9.880^10.320^0.860^70^28.35^~1 oz~^453.60^~1 lb~^16 ~13831~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,SEL,CKD,BRLD~^50.41^315^22.73^24.20^1.05^0.00^0.0^^11^2.22^20^182^321^64^5.38^0.083^0.014^21.1^0.0^0.080^0.170^3.310^0.330^0.280^6^0^6^6^86.6^2.93^0^^^^^^^^^^9.810^10.280^0.890^81^264.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~13832~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,SEL,CKD,RSTD~^49.90^330^23.10^25.63^1.00^0.00^0.0^^11^2.41^20^180^310^65^5.57^0.085^0.014^21.7^0.0^0.070^0.180^3.510^0.320^0.240^7^0^7^7^88.0^2.58^0^^^^^^^^^^10.320^11.010^0.910^84^289.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^17 ~13833~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,PRIME,RAW~^51.51^355^16.15^31.66^0.76^0.00^0.0^^9^1.70^16^152^263^53^3.60^0.057^0.011^20.7^0.0^0.080^0.130^2.750^0.300^0.310^5^0^5^5^67.5^2.76^0^^^^^^^^^^13.220^13.770^1.150^72^28.35^~1 oz~^453.60^~1 lb~^16 ~13834~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^44.87^386^21.95^32.38^0.96^0.00^0.0^^11^2.13^20^169^310^62^5.19^0.081^0.014^27.7^0.0^0.080^0.180^3.190^0.320^0.300^6^0^6^6^^2.84^0^0^0^^^^^^^^13.420^14.130^1.120^85^274.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^19 ~13835~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^43.40^400^22.57^33.70^0.91^0.00^0.0^^11^2.17^20^175^304^65^5.39^0.083^0.013^28.4^0.0^0.070^0.180^3.400^0.360^0.260^7^0^7^7^^2.56^0^0^0^^^^^^^^13.960^14.690^1.170^85^278.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^20 ~13838~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,ALL GRDS,RAW~^54.51^316^16.26^27.29^0.76^0.00^0.0^^8^1.71^16^153^260^55^3.75^0.059^0.012^15.8^0.0^0.080^0.130^2.610^0.330^0.290^5^0^5^5^^2.71^0^0^0^^^^^^^^11.290^11.690^1.000^71^28.35^~1 oz~^453.60^~1 lb~^16 ~13839~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^48.74^338^21.55^27.22^1.04^0.00^0.0^^10^2.19^19^182^309^64^5.07^0.079^0.013^21.0^0.0^0.070^0.160^2.780^0.350^0.230^6^0^6^6^^2.89^0^0^0^^^^^^^^11.060^11.510^1.030^80^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~13840~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^47.73^355^23.01^28.51^0.91^0.00^0.0^0.00^10^2.35^20^173^293^64^5.84^0.089^0.014^21.6^0.0^0.070^0.190^3.670^0.370^0.230^7^0^7^7^87.6^2.34^0^0^0^0^0^0^0^0^0.23^2.0^11.500^12.200^0.990^85^292.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^16 ~13841~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,CHOIC,RAW~^53.00^333^16.03^29.34^0.75^0.00^0.0^^8^1.68^15^150^254^54^3.67^0.058^0.011^15.7^0.0^0.080^0.130^2.570^0.320^0.290^5^0^5^5^^2.67^0^0^0^^^^^^^^12.130^12.560^1.070^72^28.35^~1 oz~^453.60^~1 lb~^16 ~13842~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^45.96^370^20.86^31.18^1.00^0.00^0.0^^10^2.12^18^175^297^63^4.83^0.076^0.013^21.0^0.0^0.070^0.160^2.700^0.340^0.230^5^0^5^5^^2.81^0^0^0^^^^^^^^12.670^13.210^1.180^81^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~13843~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^45.90^378^22.50^31.28^0.89^0.00^0.0^^10^2.30^19^169^286^63^5.65^0.087^0.013^21.6^0.0^0.070^0.180^3.590^0.360^0.220^7^0^7^7^^2.31^0^0^0^^^^^^^^12.620^13.390^1.090^85^296.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^15 ~13844~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,SEL,RAW~^56.35^295^16.52^24.85^0.77^0.00^0.0^^8^1.74^16^155^266^56^3.84^0.060^0.012^15.9^0.0^0.080^0.140^2.640^0.330^0.290^5^0^5^5^^2.75^0^0^0^^^^^^^^10.280^10.650^0.910^70^28.35^~1 oz~^453.60^~1 lb~^17 ~13845~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,SEL,CKD,BRLD~^50.25^324^21.55^25.71^1.04^0.00^0.0^^10^2.19^19^182^309^64^5.07^0.079^0.013^21.2^0.0^0.070^0.160^2.780^0.350^0.230^6^0^6^6^^2.89^0^0^0^^^^^^^^10.430^10.850^0.970^80^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~13846~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,SEL,CKD,RSTD~^49.40^333^23.40^25.84^0.93^0.00^0.0^^9^2.39^20^176^299^65^5.98^0.090^0.014^21.7^0.0^0.070^0.190^3.740^0.380^0.230^8^0^8^8^^2.37^0^0^0^^^^^^^^10.420^11.060^0.900^84^292.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^16 ~13847~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,PRIME,RAW~^50.40^367^15.77^33.26^0.73^0.00^0.0^^8^1.65^15^147^248^53^3.58^0.057^0.011^16.2^0.0^0.080^0.130^2.530^0.310^0.280^5^0^5^5^^2.63^0^0^0^^^^^^^^13.960^14.370^1.230^73^28.35^~1 oz~^453.60^~1 lb~^14 ~13848~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^43.48^404^20.65^34.97^0.90^0.00^0.0^^10^2.08^19^164^298^62^4.87^0.076^0.013^21.6^0.0^0.070^0.170^2.640^0.330^0.270^6^0^6^6^^2.79^0^0^0^^^^^^^^14.510^15.290^1.210^86^278.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^18 ~13849~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^44.49^393^22.86^32.74^0.91^0.00^0.0^^10^2.33^20^172^291^64^5.78^0.088^0.014^22.1^0.0^0.070^0.190^3.650^0.370^0.230^7^0^7^7^^2.34^0^0^0^^^^^^^^13.590^14.290^1.130^85^281.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^19 ~13850~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,ALL GRDS,RAW~^61.05^254^19.33^19.06^0.90^0.00^0.0^0.00^23^1.39^20^176^295^49^3.33^0.065^0.010^21.5^0.0^0.060^0.093^5.699^0.556^0.527^10^0^10^10^^1.00^0^0^0^0^0^0^0^0^0.42^1.7^7.692^8.162^0.725^70^28.35^~1 oz~^453.60^~1 lb~^5 ~13851~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,BR~^53.65^291^25.85^20.04^1.05^0.00^0.0^0.00^19^1.66^22^201^323^53^4.67^0.078^0.009^28.0^0.0^0.070^0.125^6.881^0.510^0.541^8^0^8^8^98.5^1.52^0^0^0^0^0^0^0^0^0.49^1.8^7.894^8.355^0.742^105^268.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^7 ~13852~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,RS~^48.97^341^22.54^27.14^1.11^0.00^0.0^^13^2.42^20^183^324^63^4.93^0.078^0.014^21.9^0.0^0.060^0.160^3.160^0.240^0.240^6^0^6^6^^2.88^0^0^0^^^^^^^^10.920^11.730^0.990^83^282.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^19 ~14422~^~DAIRY DRK MIX,CHOC,RED CAL,W/ASPRT,PDR~^12.80^329^25.00^2.60^8.20^51.40^9.4^32.94^1412^7.70^210^893^2240^659^3.60^0.800^0.730^21.5^5.6^0.112^1.938^1.250^2.139^0.110^33^0^33^33^128.3^2.03^698^209^209^0^1^0^0^12^0.04^0.8^1.871^0.496^0.061^24^21.30^~1 packet, (.75 oz)~^^~~^0 ~14423~^~DAIRY DRK MIX,CHOC,RED CAL,W/ ASPRT,PDR,PREP W/ H2O & ICE~^92.26^29^2.19^0.23^0.81^4.51^0.8^2.89^127^0.68^19^78^197^61^0.32^0.079^0.064^1.9^0.5^0.010^0.170^0.110^0.188^0.010^3^0^3^3^^0.18^61^18^18^0^0^0^0^1^0.00^0.1^0.164^0.043^0.005^2^242.91^~1 serving~^^~~^0 ~14424~^~ORANGE-FLAVOR DRK,BRKFST TYPE,W/PULP,FRZ CONC~^55.20^172^0.10^0.50^1.30^42.90^0.2^41.85^130^0.26^2^76^435^24^0.06^0.039^0.028^0.3^243.1^0.422^0.133^0.000^0.025^0.000^30^0^30^30^0.0^0.00^0^0^0^0^0^0^0^0^0.30^0.2^0.078^0.226^0.197^0^35.30^~1 fl oz~^424.00^~1 can, (12 fl oz)~^0 ~14425~^~ORANGE-FLAVOR DRK,BRKFST TYPE,W/PULP,FRZ CONC,PREP W/H2O~^87.18^49^0.03^0.14^0.44^12.21^0.0^11.91^39^0.08^1^22^124^10^0.02^0.018^0.008^0.1^69.2^0.120^0.038^0.000^0.007^0.000^9^0^9^9^^0.00^0^0^0^0^0^0^0^0^0.09^0.1^0.022^0.064^0.056^0^248.02^~1 serving, 8 fl oz~^31.00^~1 fl oz~^0 ~14426~^~ORANGE DRK,BRKFST TYPE,W/ JUC & PULP,FRZ CONC~^59.20^153^0.40^0.00^1.40^39.00^0.1^38.05^399^0.26^34^115^465^26^0.12^0.320^0.048^0.0^189.7^0.363^3.590^0.870^0.650^0.244^0^0^0^0^1.7^0.00^21^1^0^0^11^0^0^0^0.09^0.1^0.002^0.003^0.004^0^36.30^~1 fl oz~^436.00^~1 can, (12 fl oz)~^0 ~14427~^~ORANGE DRK,BRKFST TYPE,W/JUC&PULP,FRZ CONC,PREP W/H2O~^88.08^45^0.12^0.00^0.48^11.32^0.0^11.05^118^0.08^11^33^167^10^0.04^0.100^0.014^0.0^55.1^0.105^1.042^0.253^0.189^0.071^0^0^0^0^^0.00^6^0^0^0^3^0^0^0^0.02^0.0^0.001^0.001^0.001^0^250.02^~1 serving, 8 fl oz~^31.25^~1 fl oz~^0 ~14428~^~SHAKE,FAST FD,STRAWBERRY~^74.10^113^3.40^2.80^0.90^18.90^0.4^^113^0.11^13^100^182^83^0.36^0.022^0.015^2.1^0.8^0.045^0.195^0.175^0.492^0.044^3^0^3^3^^0.31^120^26^26^^^^^^^^1.734^^^11^23.52^~1 fl oz~^282.24^~1 small, 12 fl oz~^0 ~14429~^~WATER,TAP,MUNICIPAL~^99.90^0^0.00^0.00^0.10^0.00^0.0^0.00^3^0.00^1^0^1^3^0.00^0.009^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.57^~1 fl oz~^237.00^~1 cup, 8 fl oz~^0 ~14430~^~CRANBERRY JUC COCKTAIL,FRZ CONC~^48.40^201^0.05^0.00^0.10^51.45^0.2^42.50^11^0.30^5^5^49^4^0.07^0.020^0.140^0.0^45.8^0.023^0.032^0.040^0.487^0.049^0^0^0^0^^0.00^34^2^0^^^^^^^^0.000^^^0^36.20^~1 fl oz~^435.00^~1 can, (12 fl oz)~^0 ~14431~^~CRANBERRY JUC COCKTAIL,FRZ CONC,PREP W/ H2O~^88.08^47^0.01^0.00^0.10^11.81^0.0^9.76^5^0.07^2^1^12^4^0.02^0.012^0.032^0.0^10.5^0.005^0.007^0.009^0.112^0.011^0^0^0^0^^0.00^8^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^236.69^~1 serving, 8 fl oz~^29.59^~1 fl oz~^0 ~14432~^~WATER,BTLD,NON-CARBONATED,DANNON~^99.98^0^0.00^0.00^0.00^0.00^^^3^0.00^1^0^0^0^0.00^0.000^0.000^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^331.00^~1 bottle, 11.2 fl oz in package of 12~^0 ~14433~^~WATER,BTLD,NON-CARBONATED,PEPSI,AQUAFINA~^99.97^0^0.00^0.00^0.00^0.00^^^0^0.00^0^0^0^0^0.00^0.000^0.000^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^500.00^~1 bottle, 16.9 fl oz in packages of 6, 12 or 24~^0 ~14434~^~WATER,BTLD,NON-CARBONATED,DASANI~^99.96^0^0.00^0.00^0.00^0.00^^^0^0.00^0^0^0^0^0.00^0.000^0.000^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^500.00^~1 bottle, 16.9 fl oz in packages of 6 and 24~^0 ~14435~^~ORANGE BRKFST DRK,RTD~^88.90^43^0.00^0.00^0.30^10.80^0.2^6.56^4^0.04^3^3^41^2^0.02^0.018^0.013^0.1^13.0^0.017^0.009^0.068^0.051^0.013^5^0^5^5^0.5^0.00^18^1^0^1^5^12^0^15^0.04^0.0^0.000^0.000^0.000^0^250.00^~1 cup, (8 fl oz)~^31.30^~1 fl oz~^0 ~14436~^~ORANGE BRKFST DRK,RTD,W/ ADDED NUTR~^85.40^53^0.00^0.00^1.40^13.20^0.1^8.02^100^0.05^5^7^83^54^0.05^0.027^0.013^0.0^24.0^0.120^0.010^0.090^0.051^0.020^5^0^5^5^0.5^0.00^417^21^0^0^219^62^0^8^0.04^0.0^0.000^0.000^0.000^0^31.60^~1 fl oz~^253.00^~1 cup, (8 fl oz)~^0 ~14437~^~WATER,BTLD,NON-CARBONATED,CALISTOGA~^100.00^0^0.00^0.00^0.10^0.00^^^0^^0^^0^0^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^500.00^~1 bottle, 16.9 fl oz~^0 ~14438~^~WATER,BTLD,NON-CARBONATED,CRYSTAL GEYSER~^100.00^0^0.00^0.00^0.10^0.00^^^3^^0^^0^1^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^237.00^~1 bottle, 8 fl oz in packages of 8~^0 ~14439~^~WATER,BTLD,NON-CARBONATED,NAYA~^100.00^0^0.00^0.00^0.10^0.00^^^4^^2^^0^1^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^^~~^0 ~11392~^~POTATOES,HASHED BROWN,FRZ,W/BUTTER SAU,UNPREP~^72.51^135^1.87^6.66^0.69^18.28^2.9^^25^0.75^11^29^248^77^0.25^0.077^0.185^0.3^5.7^0.053^0.025^1.133^0.309^0.212^12^0^12^12^^0.00^84^19^18^^^^^^^^2.556^2.386^1.374^^170.00^~1 package, (6 oz)~^^~~^0 ~11393~^~POTATOES,HASHED BROWN,FRZ,W/BUTTER SAU,PREP~^63.71^178^2.46^8.79^0.92^24.13^3.8^^33^0.99^15^38^327^101^0.33^0.102^0.244^0.3^3.8^0.052^0.031^1.421^0.367^0.266^13^0^13^13^^0.00^111^26^24^^^^^^^^3.373^3.149^1.814^23^^~~^^~~^0 ~11394~^~POTATOES,FRENCH FR,SHOESTRING,SALT ADDED IN PROC,FRZ,AS PRCH~^63.70^167^2.41^5.53^1.58^26.78^2.2^0.20^10^0.61^21^90^409^322^0.36^0.110^0.155^0.5^17.5^0.090^0.034^1.970^0.498^0.170^36^^36^^^0.00^4^0^^0^3^0^0^14^0.12^2.6^1.157^3.754^0.307^0^30.45^~10 strip~^^~~^0 ~11395~^~POTATOES,FRENCH FR,SHOESTRNG,SALT ADDED IN PROC,FRZ,OVEN-HTD~^56.62^199^2.90^6.76^2.07^31.66^2.8^0.31^12^0.80^25^112^505^400^0.43^0.114^0.187^0.6^14.2^0.129^0.034^2.280^0.554^0.192^33^^33^^^0.00^5^0^^0^3^0^0^17^0.16^2.7^1.267^4.058^0.345^0^20.93^~10 strip~^^~~^0 ~11396~^~POTATOES,O'BRIEN,FRZ,UNPREP~^79.97^76^1.83^0.14^0.60^17.47^1.9^^13^1.03^18^49^249^33^0.29^0.127^0.119^1.2^11.3^0.054^0.045^1.129^0.428^0.209^8^0^8^8^^0.00^148^7^0^^^^^^^^0.032^0.006^0.061^^^~~^^~~^0 ~11397~^~POTATOES,O'BRIEN,FRZ,PREP~^61.96^204^2.22^13.21^0.75^21.86^1.7^^20^0.96^34^93^473^43^0.55^0.241^0.226^1.2^10.4^0.052^0.135^1.448^0.732^0.377^12^0^12^12^^0.00^188^9^0^^^^^^^^3.313^5.824^3.474^0^^~~^^~~^0 ~11398~^~POTATO PUFFS,FRZ,UNPREP~^62.42^175^2.03^7.77^1.81^25.97^1.9^0.21^13^0.63^16^97^285^457^0.29^0.068^0.120^^7.5^0.085^0.036^1.410^0.296^0.117^35^0^35^35^^0.00^4^0^0^0^3^0^0^15^0.24^3.4^1.641^5.413^0.403^0^128.00^~1 cup~^^~~^0 ~11399~^~POTATO PUFFS,FRZ,OVEN-HEATED~^59.70^190^2.05^8.62^1.88^27.75^2.5^0.25^14^0.64^17^103^312^480^0.32^0.070^0.127^0.6^6.3^0.130^0.032^1.510^0.295^0.128^14^0^14^14^25.4^0.00^5^0^0^0^3^0^0^16^0.23^4.0^1.823^6.030^0.447^0^128.00^~1 cup~^7.00^~1 puff~^0 ~11400~^~POTATOES,FRZ,WHL,UNPREP~^79.30^78^2.38^0.16^0.69^17.47^1.2^0.78^8^1.01^13^32^346^25^0.30^0.094^0.223^0.3^14.2^0.154^0.031^1.680^0.374^0.256^13^0^13^13^12.2^0.00^2^0^0^0^1^0^0^8^0.01^1.9^0.041^0.003^0.067^0^182.00^~1 cup~^^~~^0 ~11401~^~POTATOES,FRZ,WHL,CKD,BLD,DRND,WO/SALT~^82.80^65^1.98^0.13^0.57^14.52^1.4^^7^0.84^11^26^287^20^0.25^0.078^0.185^0.2^9.4^0.102^0.025^1.326^0.280^0.202^8^0^8^8^^0.00^0^0^0^^^^^^^^0.034^0.003^0.056^0^^~~^^~~^0 ~11402~^~POTATOES,FRENCH FR,ALL TYPES,SALT ADDED IN PROC,FRZ,UNPREP~^66.61^147^2.24^4.66^1.68^24.81^1.9^0.20^9^0.62^21^83^408^332^0.35^0.093^0.158^^17.3^0.098^0.048^2.038^0.473^0.178^35^0^35^35^22.3^0.00^4^0^0^0^2^0^0^13^0.10^2.2^1.005^3.164^0.303^0^88.63^~10 strip~^255.00^~1 package, (9 oz)~^0 ~11403~^~POTATOES,FRENCH FR,ALL TYPES,SALT ADDED IN PROC,FRZ,OVEN HTD~^62.48^134^2.66^5.22^1.90^27.74^2.8^0.28^12^0.74^26^97^451^388^0.38^0.135^0.210^0.2^13.3^0.128^0.031^2.218^0.522^0.184^28^0^28^28^23.7^0.00^5^0^0^0^3^0^0^16^0.11^2.5^1.029^3.237^0.321^0^50.00^~10 strips~^198.00^~1 package, (9 oz), yields~^0 ~11406~^~POTATOES,FRZ,FRENCH FR,PAR FR,COTTAGE-CUT,UNPREP~^66.82^153^2.42^5.78^1.01^23.98^3.0^^7^1.05^16^46^338^32^0.29^0.141^0.214^0.3^8.4^0.099^0.023^1.789^0.540^0.180^15^0^15^15^^0.00^0^0^0^^^^^^^^2.743^2.345^0.433^0^65.00^~10 strips~^255.00^~1 package, (9 oz)~^0 ~11407~^~POTATOES,FRZ,FRCH FR,PAR FR,CTTGE-CUT,PREP,HTD OVEN,WO/SALT~^52.90^218^3.44^8.20^1.43^34.03^3.2^^10^1.49^22^65^480^45^0.41^0.200^0.304^0.4^9.5^0.119^0.031^2.413^0.690^0.243^17^0^17^17^^0.00^0^0^0^^^^^^^^3.894^3.328^0.615^0^50.00^~10 strips~^198.00^~1 package, (9 oz), yields~^0 ~11408~^~POTATOES,FRZ,FRENCH FR,PAR FR,EXTRUDED,UNPREP~^49.94^260^2.83^14.95^2.13^30.15^4.5^^9^1.32^18^77^430^490^0.33^0.032^0.227^0.5^6.3^0.074^0.031^2.241^0.540^0.180^22^0^22^22^^0.00^0^0^0^^^^^^^^4.544^8.659^1.072^0^65.00^~10 strips~^255.00^~1 package, (9 oz)~^0 ~11409~^~POTATOES,FRZ,FRCH FR,PAR FR,EXTRUDED,PREP,HTD OVEN,WO/SALT~^35.40^333^3.55^18.71^2.66^39.68^3.2^^12^1.66^23^96^539^613^0.41^0.040^0.285^0.6^6.2^0.080^0.037^2.665^0.608^0.213^22^0^22^22^^0.00^0^0^0^^^^^^^^5.960^11.338^1.405^0^50.00^~10 strips~^198.00^~1 package, (9 oz), yields~^0 ~11410~^~USDA COMMODITY,POTATO WEDGES,FRZ~^68.30^123^2.70^2.20^1.34^25.50^2.0^0.30^15^0.70^19^87^394^49^0.37^^^^11.2^0.100^0.040^1.540^^0.350^^^^^^0.00^0^0^0^^^^^^^^0.550^1.451^0.102^0^^~~^^~~^0 ~11411~^~POTATOES,FRENCH FR,STK FRIES,SALT ADDED IN PROC,FRZ,AS PRCH~^69.29^133^2.19^3.39^1.61^23.51^1.9^0.20^9^0.65^21^78^400^317^0.36^0.092^0.161^0.4^18.4^0.098^0.072^2.005^0.473^0.168^38^^38^^^0.00^4^0^^0^2^0^0^12^0.08^1.8^0.688^2.025^0.218^0^153.38^~10 strip~^^~~^0 ~11412~^~POTATOES,FRENCH FR,STK FRIES,SALT ADDED IN PROC,FRZ,OVEN-HTD~^64.85^152^2.57^3.76^1.84^26.98^2.6^0.25^10^0.64^23^90^459^373^0.41^0.095^0.189^^14.0^0.132^0.029^2.240^0.522^0.192^31^^31^^^0.00^^^^^^^^^0.08^2.3^0.737^2.207^0.252^0^132.57^~10 strip~^^~~^0 ~11413~^~POTATO FLOUR~^6.52^357^6.90^0.34^3.14^83.10^5.9^3.52^65^1.38^65^168^1001^55^0.54^0.197^0.313^1.1^3.8^0.228^0.051^3.507^0.474^0.769^25^0^25^25^39.5^0.00^0^0^0^0^0^0^0^0^0.25^0.0^0.090^0.008^0.150^0^160.00^~1 cup~^^~~^0 ~11414~^~POTATO SALAD,HOME-PREPARED~^76.00^143^2.68^8.20^1.95^11.17^1.3^^19^0.65^15^52^254^529^0.31^0.118^0.101^4.1^10.0^0.077^0.060^0.890^0.534^0.141^7^0^7^7^^0.00^157^32^29^^36^^^^^^1.429^2.480^3.737^68^250.00^~1 cup~^^~~^0 ~11416~^~PUMPKIN FLOWERS,RAW~^95.15^15^1.03^0.07^0.48^3.28^^^39^0.70^24^49^173^5^^^^0.7^28.0^0.042^0.075^0.690^^^59^0^59^59^^0.00^1947^97^0^^^^^^^^0.036^0.009^0.004^0^33.00^~1 cup~^2.00^~1 flower~^65 ~11417~^~PUMPKIN FLOWERS,CKD,BLD,DRND,WO/SALT~^95.20^15^1.09^0.08^0.33^3.30^0.9^2.40^37^0.88^25^34^106^6^0.10^0.100^^0.7^5.0^0.018^0.032^0.310^^0.050^41^0^41^41^13.4^0.00^1734^87^0^0^1040^0^0^0^0.04^0.0^0.041^0.010^0.004^0^134.00^~1 cup~^^~~^0 ~11418~^~PUMPKIN LEAVES,RAW~^92.88^19^3.15^0.40^1.24^2.33^^^39^2.22^38^104^436^11^0.20^0.133^0.355^0.9^11.0^0.094^0.128^0.920^0.042^0.207^36^0^36^36^^0.00^1942^97^0^^^^^^^^0.207^0.052^0.022^0^39.00^~1 cup~^^~~^59 ~11419~^~PUMPKIN LEAVES,CKD,BLD,DRND,WO/SALT~^92.51^21^2.72^0.22^1.16^3.39^2.7^0.69^43^3.20^38^79^438^8^0.20^0.133^0.355^0.9^1.0^0.068^0.136^0.850^0.042^0.196^25^0^25^25^21.0^0.00^1600^80^0^0^960^0^0^1747^0.96^108.0^0.114^0.029^0.012^0^71.00^~1 cup~^^~~^0 ~11422~^~PUMPKIN,RAW~^91.60^26^1.00^0.10^0.80^6.50^0.5^1.36^21^0.80^12^44^340^1^0.32^0.127^0.125^0.3^9.0^0.050^0.110^0.600^0.298^0.061^16^0^16^16^8.2^0.00^7384^369^0^515^3100^2145^0^1500^1.06^1.1^0.052^0.013^0.005^0^116.00^~1 cup, (1" cubes)~^^~~^30 ~11423~^~PUMPKIN,CKD,BLD,DRND,WO/SALT~^93.69^20^0.72^0.07^0.62^4.90^1.1^1.02^15^0.57^9^30^230^1^0.23^0.091^0.089^0.2^4.7^0.031^0.078^0.413^0.201^0.044^9^0^9^9^6.2^0.00^4992^250^0^348^2096^1450^0^1014^0.80^0.8^0.037^0.009^0.004^0^245.00^~1 cup, mashed~^^~~^0 ~11424~^~PUMPKIN,CND,WO/SALT~^89.97^34^1.10^0.28^0.56^8.09^2.9^3.30^26^1.39^23^35^206^5^0.17^0.107^0.149^0.4^4.2^0.024^0.054^0.367^0.400^0.056^12^0^12^12^9.8^0.00^15563^778^0^4795^6940^0^0^0^1.06^16.0^0.146^0.037^0.015^0^245.00^~1 cup~^^~~^0 ~11912~^~CORN,SWT,WHITE,FRZ,KRNLS CUT OFF COB,BLD,DRND,W/SALT~^76.73^80^2.75^0.43^0.53^19.56^2.4^3.12^4^0.35^19^57^147^245^0.40^0.037^0.127^0.7^3.1^0.083^0.071^1.299^0.180^0.129^31^0^31^31^22.0^0.00^3^0^0^0^1^1^0^50^0.07^0.3^0.066^0.126^0.203^0^284.00^~1 package, (10 oz) yields~^82.00^~.5 cup~^0 ~11913~^~CORN,SWT,WHITE,FRZ,KRNLS ON COB,UNPREP~^71.79^98^3.28^0.78^0.65^23.50^2.8^^4^0.68^32^87^294^5^0.70^0.051^0.158^0.8^7.2^0.103^0.088^1.681^0.293^0.179^40^0^40^40^^0.00^4^0^0^0^2^1^0^61^^^0.120^0.228^0.367^0^125.00^~1 ear, yields~^82.00^~.5 cup, kernels~^45 ~11914~^~CORN,SWT,WHITE,FRZ,KRNLS ON COB,CKD,BLD,DRND,WO/SALT~^73.20^94^3.11^0.74^0.62^22.33^2.1^^3^0.61^29^75^251^4^0.63^0.046^0.142^0.7^4.8^0.174^0.069^1.517^0.250^0.224^31^0^31^31^^0.00^4^0^0^0^2^1^0^58^^^0.114^0.216^0.348^0^63.00^~1 ear, yields~^82.00^~.5 cup, kernels~^45 ~11915~^~CORN,SWT,WHITE,FRZ,KRNLS ON COB,CKD,BLD,DRND,W/SALT~^73.20^94^3.11^0.74^0.62^22.33^2.8^^3^0.61^29^75^251^240^0.63^0.046^0.142^0.7^4.8^0.174^0.069^1.517^0.250^0.224^31^0^31^31^^0.00^4^0^0^0^2^1^0^58^^^0.114^0.216^0.348^0^63.00^~1 ear, yields~^82.00^~.5 cup, kernels~^45 ~11916~^~PEPPERS,SWT,RED,CND,SOL&LIQUIDS~^91.25^18^0.80^0.30^3.75^3.90^1.2^^41^0.80^11^20^146^1369^0.18^0.130^0.160^0.3^46.5^0.025^0.030^0.550^0.038^0.178^16^0^16^16^^0.00^520^26^0^^^^^^^^0.045^0.020^0.161^0^140.00^~1 cup, halves~^70.00^~.5 cup, halves~^0 ~11917~^~PEPPERS,SWT,RED,FRZ,CHOPD,UNPREP~^93.96^20^1.08^0.21^0.30^4.45^1.6^3.26^9^0.62^8^17^91^5^0.06^0.053^0.117^0.2^58.7^0.069^0.038^1.370^0.030^0.137^14^0^14^14^4.3^0.00^2428^121^0^15^1259^380^0^39^1.23^3.8^0.031^0.014^0.113^0^284.00^~1 package, (10 oz)~^28.00^~.1 package, (10 oz)~^0 ~11918~^~PEPPERS,SWT,RED,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^94.70^16^0.95^0.18^0.86^3.31^^2.86^8^0.52^7^13^72^4^0.05^0.044^0.097^0.2^41.2^0.051^0.031^1.082^0.023^0.108^10^0^10^10^^0.00^3583^179^0^36^1457^1350^0^209^1.08^3.4^0.026^0.012^0.097^0^135.00^~1 cup, chopped or strips~^11.60^~1 tablespoon, chopped~^0 ~11919~^~PEPPERS,SWT,RED,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^94.70^16^0.95^0.18^0.86^3.31^^2.86^8^0.52^7^13^72^240^0.05^0.044^0.097^0.2^41.2^0.051^0.031^1.082^0.023^0.108^10^0^10^10^^0.00^3583^179^0^36^1457^1350^0^209^1.08^3.4^0.027^0.012^0.099^0^135.00^~1 cup, chopped or strips~^11.60^~1 tablespoon, chopped~^0 ~11921~^~PEPPERS,SWT,RED,SAUTEED~^78.95^133^1.04^12.75^0.70^6.57^1.8^4.28^7^0.47^12^23^193^21^0.15^0.017^0.115^^162.8^0.056^0.109^0.954^0.244^0.364^2^0^2^2^6.1^0.00^2760^138^0^96^1570^77^484^106^3.09^16.4^1.557^2.287^5.719^0^^~~^^~~^0 ~11922~^~SESBANIA FLOWER,CKD,STMD,W/SALT~^93.30^21^1.14^0.05^0.41^5.10^^^22^0.56^12^21^107^247^^^^0.7^37.0^0.048^0.043^0.250^^^57^0^57^57^^0.00^0^0^0^^^^^^^^^^^0^104.00^~1 cup~^^~~^0 ~11923~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STMD,W/SALT~^79.45^81^8.47^4.45^1.10^6.53^0.8^0.43^59^1.31^60^135^355^246^1.04^0.330^0.710^0.6^8.3^0.205^0.053^1.092^0.743^0.105^80^0^80^80^^0.00^40^2^0^12^12^12^0^0^0.21^33.0^0.617^1.009^2.513^0^94.00^~1 cup~^^~~^0 ~11924~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STIR-FRIED,W/SALT~^67.20^125^13.10^7.10^3.20^9.40^0.8^^82^0.40^96^216^567^250^2.10^0.527^1.133^0.6^12.0^0.420^0.190^1.100^1.186^0.168^127^0^127^127^^0.00^17^1^0^^^^^^^^^^^0^^~~^^~~^0 ~11925~^~DOCK,CKD,BLD,DRND,W/SALT~^93.60^20^1.83^0.64^1.01^2.93^^^38^2.08^89^52^321^239^0.17^0.114^0.303^0.9^26.3^0.034^0.086^0.411^0.036^0.100^8^0^8^8^^0.00^3474^174^0^^^^^^^^^^^0^^~~^^~~^0 ~11926~^~LENTILS,SPROUTED,CKD,STIR-FRIED,W/SALT~^68.70^101^8.80^0.45^0.80^21.25^^^14^3.10^35^153^284^246^1.60^0.337^0.502^0.6^12.6^0.220^0.090^1.200^0.571^0.164^67^0^67^67^^0.00^41^2^0^^^^^^^^0.053^0.095^0.201^0^^~~^^~~^0 ~11927~^~MOUNTAIN YAM,HAWAII,CKD,STMD,W/ SALT~^77.14^82^1.73^0.08^1.06^19.99^^^8^0.43^10^40^495^248^0.32^0.129^0.283^0.9^0.0^0.086^0.014^0.130^0.480^0.209^12^0^12^12^^0.00^0^0^0^^^^^^^^0.018^0.003^0.036^0^145.00^~1 cup, cubes~^^~~^0 ~11928~^~TREE FERN,CKD,W/SALT~^88.60^40^0.29^0.07^0.26^10.78^3.7^^8^0.16^5^4^5^241^0.31^0.202^0.539^0.9^30.0^0.000^0.300^3.500^0.063^0.179^15^0^15^15^^0.00^200^10^0^^^^^^^^^^^0^31.00^~1 frond, (6-1/2" long)~^71.00^~.5 cup, chopped or diced~^0 ~11929~^~POTATOES,MSHD,PREP FROM GRANULES,WO/MILK,WHL MILK&MARGARINE~^77.48^108^2.05^4.93^1.14^14.40^2.2^^35^0.19^19^60^145^263^0.24^0.022^0.003^0.5^6.0^0.079^0.077^0.763^0.127^0.010^7^0^7^7^^0.00^213^44^40^^48^^^^^^1.284^2.041^1.363^3^210.00^~1 cup~^^~~^0 ~11930~^~POTATOES,MSHD,PREP FROM FLAKES,WO/MILK,WHL MILK&MARGARINE~^76.30^113^1.90^5.60^1.18^15.02^2.3^^49^0.22^18^56^233^332^0.18^0.016^0.114^0.5^9.7^0.111^0.050^0.670^0.120^0.009^7^0^7^7^^0.00^220^46^42^^48^^^^^^1.460^2.307^1.551^4^210.00^~1 cup~^^~~^0 ~11931~^~PEPPERS,SWT,RED,FREEZE-DRIED~^2.00^314^17.90^3.00^8.40^68.70^21.3^40.77^134^10.40^188^327^3170^193^2.41^1.389^1.897^3.7^1900.0^1.200^1.200^7.400^0.488^2.223^229^0^229^229^^0.00^77261^3863^0^6931^42891^0^0^5799^4.00^114.2^0.447^0.202^1.607^0^0.40^~1 tbsp~^1.60^~.25 cup~^0 ~11932~^~BEANS,SNAP,YEL,CND,REG PK,DRND SOL~^93.30^20^1.15^0.10^0.95^4.50^1.3^0.96^26^0.90^13^19^109^251^0.29^0.038^0.200^0.4^4.8^0.015^0.056^0.201^0.129^0.037^32^0^32^32^10.5^0.00^105^5^0^0^63^0^0^441^0.29^9.9^0.022^0.004^0.051^0^135.00^~1 cup~^62.00^~10 beans~^0 ~11933~^~BEANS,SNAP,YEL,CND,NO SALT,DRND SOL~^93.30^20^1.15^0.10^0.95^4.50^1.3^0.96^26^0.90^13^19^109^2^0.29^0.038^0.200^0.4^4.8^0.015^0.056^0.201^0.129^0.037^32^0^32^32^^0.00^105^5^0^0^63^0^0^441^0.29^9.9^0.022^0.004^0.051^0^68.00^~.5 cup~^262.00^~1 can, (303 x 406)~^0 ~11934~^~POTATOES,MSHD,HOME-PREPARED,WHL MILK & BUTTER ADDED~^75.64^113^1.87^4.22^1.50^16.77^1.5^1.43^24^0.26^18^46^286^317^0.28^0.136^0.114^0.8^6.0^0.085^0.043^1.075^0.467^0.222^8^0^8^8^^0.07^130^35^34^0^9^0^0^7^0.12^2.0^2.078^0.851^0.160^11^210.00^~1 cup~^^~~^0 ~11935~^~CATSUP~^69.15^97^1.74^0.31^3.66^25.15^0.3^22.77^18^0.51^19^33^382^1114^0.26^0.181^0.128^0.3^15.1^0.011^0.132^1.426^0.046^0.149^10^0^10^10^12.5^0.00^933^47^0^0^560^0^16709^0^1.46^2.8^0.043^0.047^0.126^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~13853~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,CHOIC,RAW~^60.11^263^19.09^20.13^0.90^0.00^0.0^0.00^24^1.38^19^172^293^48^3.38^0.063^0.012^20.7^0.0^0.051^0.081^6.157^0.557^0.514^10^0^10^10^^1.06^0^0^0^0^0^0^0^0^0.43^1.7^8.121^8.617^0.766^74^28.35^~1 oz~^453.60^~1 lb~^5 ~13854~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^52.93^304^24.53^22.09^1.04^0.00^0.0^0.00^16^1.64^20^183^298^49^4.37^0.080^0.009^26.4^0.0^0.061^0.108^6.653^0.483^0.489^8^0^8^8^^1.62^0^0^0^0^0^0^0^0^0.50^1.8^8.700^9.208^0.818^116^255.81^~1 steak, (yield from 320 g raw meat)~^85.00^~3 oz~^7 ~13855~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^47.18^359^22.28^29.21^1.09^0.00^0.0^^13^2.39^20^181^319^63^4.86^0.077^0.013^21.9^0.0^0.060^0.160^3.130^0.240^0.240^6^0^6^6^^2.85^0^0^0^^^^^^^^11.780^12.630^1.070^83^278.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^20 ~13856~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,SEL,RAW~^62.00^246^19.56^18.00^0.89^0.00^0.0^0.00^22^1.40^20^180^297^49^3.28^0.067^0.009^22.4^0.0^0.070^0.106^5.228^0.554^0.540^10^0^10^10^^0.93^0^0^0^0^0^0^0^0^0.40^1.6^7.264^7.708^0.685^66^334.58^~1 steak~^28.35^~1 oz~^5 ~13857~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,SEL,CKD,BRLD~^54.36^278^27.17^18.00^1.06^0.00^0.0^0.00^22^1.67^23^219^349^58^4.97^0.075^0.009^29.6^0.0^0.079^0.142^7.098^0.536^0.595^8^0^8^8^^1.41^0^0^0^0^0^0^0^0^0.49^1.7^7.088^7.502^0.667^95^245.20^~1 steak, (yield from 1 raw steak weighing 321g)~^85.00^~3 oz~^7 ~13858~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,SEL,CKD,RSTD~^50.84^323^22.76^25.02^1.12^0.00^0.0^^13^2.44^20^185^328^64^5.00^0.078^0.014^22.0^0.0^0.060^0.160^3.190^0.240^0.240^6^0^6^6^^2.90^0^0^0^^^^^^^^10.050^10.810^0.910^83^285.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^18 ~13859~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,PRIME,RAW~^53.22^335^16.74^29.18^0.80^0.00^0.0^^10^1.77^17^160^286^53^3.62^0.057^0.012^16.3^0.0^0.080^0.130^3.080^0.280^0.350^5^0^5^5^^2.97^0^0^0^^^^^^^^12.070^12.840^1.040^70^28.35^~1 oz~^453.60^~1 lb~^18 ~13860~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^47.36^354^24.13^27.86^1.05^0.00^0.0^^13^2.23^22^178^332^63^5.73^0.088^0.014^21.7^0.0^0.090^0.190^4.070^0.300^0.340^7^0^7^7^^2.94^0^0^0^^^^^^^^11.510^12.120^0.960^83^268.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~13861~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^41.82^411^22.15^35.12^0.91^0.00^0.0^^13^1.95^20^178^323^65^4.82^0.076^0.013^22.3^0.0^0.060^0.170^3.040^0.360^0.300^7^0^7^7^^2.87^0^0^0^^^^^^^^14.510^15.280^1.220^84^276.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~13864~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,CHOIC,RAW~^65.44^195^20.56^11.92^0.98^0.00^0.0^0.00^4^1.99^22^199^342^54^3.24^0.075^0.013^19.6^0.0^0.100^0.170^3.740^0.360^0.470^8^0^8^8^85.9^2.82^0^0^0^0^0^0^0^0^0.18^1.5^4.630^5.140^0.460^62^28.35^~1 oz~^453.60^~1 lb~^6 ~13865~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^56.73^235^27.54^12.98^1.32^0.00^0.0^0.00^6^2.55^26^240^395^62^4.35^0.101^0.015^27.3^0.0^0.090^0.210^4.020^0.390^0.380^9^0^9^9^104.9^3.03^0^0^0^0^0^0^0^0^0.16^1.6^4.900^5.560^0.520^79^313.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^8 ~13866~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,SEL,RAW~^66.62^184^20.56^10.68^0.98^0.00^0.0^0.00^4^2.00^22^199^342^54^3.24^0.075^0.013^19.7^0.0^0.100^0.180^3.740^0.360^0.470^8^0^8^8^85.9^2.82^0^0^^0^0^0^0^0^^^4.200^4.620^0.410^62^28.35^~1 oz~^453.60^~1 lb~^6 ~13867~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^58.49^218^27.58^11.08^1.33^0.00^0.0^0.00^6^2.56^26^240^395^62^4.36^0.101^0.015^27.4^0.0^0.100^0.210^4.020^0.390^0.380^9^0^9^9^105.0^3.03^0^0^^0^0^0^0^0^^^4.230^4.760^0.440^79^313.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^8 ~13868~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^66.88^192^20.70^11.54^1.01^0.00^0.0^0.00^20^1.74^22^199^327^56^3.82^0.091^0.013^24.8^0.0^0.082^0.126^6.183^0.595^0.613^11^0^11^11^86.4^1.49^0^0^0^0^0^0^0^0^0.35^1.4^4.544^4.987^0.441^58^28.35^~1 oz~^453.60^~1 lb~^2 ~13869~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^54.97^247^32.76^11.87^0.98^0.00^0.0^0.00^8^2.67^21^204^266^43^5.49^0.078^0.011^33.5^0.0^0.075^0.174^5.726^0.646^0.430^10^0^10^10^124.8^1.82^0^0^0^0^0^0^0^0^0.48^1.7^4.506^5.064^0.458^76^281.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^5 ~13870~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^61.60^218^26.41^11.64^1.05^0.00^0.0^0.00^6^2.16^17^164^214^35^4.43^0.063^0.009^27.0^0.0^0.061^0.141^4.616^0.521^0.347^8^0^8^8^100.6^1.47^0^0^0^0^0^0^0^0^0.41^1.5^4.418^4.964^0.449^75^631.53^~1 roast, (yield from 1 raw roast weighing 776g)~^338.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^2 ~13871~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,CHOIC,RAW~^66.32^198^20.71^12.15^1.02^0.00^0.0^0.00^16^1.84^22^197^319^53^3.80^0.092^0.013^25.0^0.0^0.079^0.143^6.294^0.605^0.611^11^0^11^11^86.5^1.76^0^0^0^0^0^0^0^0^0.36^1.4^4.784^5.251^0.464^61^28.35^~1 oz~^453.60^~1 lb~^2 ~13872~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^54.27^254^32.85^12.56^0.95^0.00^0.0^0.00^7^2.70^21^199^263^42^5.40^0.071^0.011^34.4^0.0^0.068^0.185^5.939^0.647^0.432^10^0^10^10^125.1^1.97^0^0^0^0^0^0^0^0^0.49^1.7^4.766^5.355^0.484^80^226.87^~1 steak, (yield from 341 g raw meat)~^^~~^5 ~13873~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^61.09^223^26.05^12.44^1.01^0.00^0.0^0.00^6^2.15^17^159^210^34^4.31^0.057^0.009^27.4^0.0^0.054^0.146^4.710^0.513^0.342^8^0^8^8^99.2^1.56^0^0^0^0^0^0^0^0^0.41^1.5^4.721^5.304^0.479^80^627.13^~1 roast, (yield from raw roast weighing 766g)~^85.00^~3 oz~^2 ~13874~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,SEL,RAW~^67.44^187^20.68^10.93^0.99^0.00^0.0^0.00^23^1.63^22^201^335^60^3.85^0.089^0.013^24.7^0.0^0.084^0.110^6.071^0.586^0.615^11^0^11^11^86.4^1.23^0^0^0^0^0^0^0^0^0.35^1.4^4.303^4.723^0.417^55^28.35^~1 oz~^453.60^~1 lb~^3 ~13875~^~BEEF,RND,BTTM RND,LN & FAT,1/8" FAT,SEL,CKD,BRSD~^55.67^240^32.67^11.19^1.01^0.00^0.0^0.00^8^2.64^22^208^269^43^5.58^0.085^0.012^32.6^0.0^0.082^0.164^5.512^0.645^0.429^10^0^10^10^124.4^1.67^0^0^0^0^0^0^0^0^0.47^1.7^4.247^4.772^0.431^72^226.26^~1 steak, (yield from raw steak weighing 340g)~^85.00^~3 oz~^3 ~13876~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^62.10^212^26.77^10.85^1.08^0.00^0.0^0.00^7^2.16^18^170^219^35^4.56^0.069^0.010^26.6^0.0^0.067^0.134^4.517^0.528^0.352^8^0^8^8^102.0^1.37^0^0^0^0^0^0^0^0^0.40^1.4^4.116^4.625^0.418^69^635.92^~1 roast, (yield from 1 raw roast weighing 786g)~^338.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^2 ~13877~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^69.31^166^21.49^8.24^1.01^0.00^0.0^0.00^20^1.81^23^207^340^58^3.98^0.094^0.013^25.8^0.0^0.085^0.131^6.420^0.618^0.637^12^0^12^12^89.8^1.55^0^0^0^0^0^0^0^0^0.33^1.3^3.245^3.561^0.315^41^28.35^~1 oz~^453.60^~1 lb~^3 ~13878~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^61.97^208^28.31^9.65^1.10^0.00^0.0^0.00^7^2.29^18^174^227^37^4.70^0.067^0.010^28.7^0.0^0.065^0.151^4.947^0.558^0.372^9^0^9^9^107.8^1.57^0^0^0^0^0^0^0^0^0.41^1.4^3.664^4.117^0.372^62^333.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^1 ~14440~^~WATER,BTLD,NON-CARBONATED,DANNON FLUORIDE TO GO~^99.97^0^0.00^0.00^0.00^0.03^^^3^0.01^1^0^0^1^0.00^0.000^0.000^^^^^^^^^^^^^^^^^^^^^^^^^^^^29.57^~1 fl oz~^251.35^~1 bottle, 8.5 fl oz in packages of 8~^0 ~14450~^~DRINK MIX,QUAKER OATS,GATORADE,ORANGE FLAVOR,PDR~^2.51^388^0.00^1.23^2.15^94.11^0.0^80.50^40^0.34^1^120^30^63^0.06^0.250^0.050^^0.4^0.011^0.802^0.220^0.055^0.022^^^^^^^^^^^^^^^^^0.000^0.000^0.000^0^207.30^~1 cup, powder~^23.29^~1 scoop, powder~^0 ~14460~^~SPORTS DRK,PEPSICO,GATORADE,FRUIT-FLAVORED,RTD~^93.38^26^0.00^0.00^0.14^6.43^0.0^5.24^1^0.05^0^10^15^39^0.01^0.006^0.013^0.0^0.4^0.011^0.000^0.220^0.055^0.022^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.2^0.000^0.000^0.000^0^30.46^~1 fl oz~^243.66^~8 fl oz~^0 ~14461~^~SPORTS DRK,COCA-COLA,POWERADE,LEMON-LIME FLAV,RTD~^91.91^32^0.00^0.05^0.20^7.84^0.0^6.11^1^0.09^0^1^18^22^0.01^0.000^0.000^0.0^0.0^0.011^0.000^1.565^0.000^0.153^0^0^0^0^0.0^1.37^0^0^0^0^0^0^0^0^0.00^0.0^0.008^0.011^0.028^0^30.45^~1 fl oz~^243.66^~8 fl oz~^0 ~14462~^~QUAKER OATS,PROPEL FITNESS H2O,FRUIT-FLAVORED,NON-CARBONATED~^98.78^5^0.00^0.00^0.00^1.22^0.0^1.22^1^0.03^0^0^16^13^0.00^0.000^0.000^0.0^8.8^0.000^0.000^4.095^1.570^0.556^0^0^0^0^0.0^0.01^0^0^0^0^0^0^0^0^1.67^0.0^0.000^0.000^0.000^0^29.64^~1 fluid ounce~^500.98^~1 bottle, 16.9 fl oz in packages of 6~^0 ~14475~^~TEA,RTD,ARIZONA ICED TEA,W/ LEMON FLAVOR~^90.15^39^0.00^0.00^0.07^9.77^0.0^9.63^3^0.00^1^1^10^4^0.01^0.005^0.160^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^30.63^~1 fl oz~^226.80^~1 serving, 8 fl oz~^0 ~14476~^~TEA,RTD,LIPTON BRISK ICED TEA,W/ LEMON FLAVOR~^91.06^35^0.00^0.00^0.12^8.81^0.0^8.69^1^0.00^0^26^19^21^0.01^0.005^0.146^^^^^^^^^^^^^^^^^^^^^^^^0.000^0.000^^0^30.58^~1 fl oz~^244.60^~1 serving, 8 fl oz~^0 ~14530~^~WHISKEY SOUR MIX,BTLD,W/ K&NA~^78.20^84^0.10^0.10^0.20^21.40^0.0^^2^0.11^1^6^7^33^0.07^0.000^0.000^0.1^2.7^0.013^0.010^0.000^0.013^0.000^0^0^0^0^^0.00^21^1^0^^^^^^^^0.008^0.002^0.020^0^32.30^~1 fl oz~^^~~^0 ~14531~^~ALCOHOLIC BEV,WHISKEY SOUR,PREP FROM ITEM 14530~^72.60^149^0.00^0.00^0.10^13.10^0.0^^1^0.08^1^6^5^20^0.06^0.009^0.006^0.1^1.6^0.011^0.006^0.020^0.008^0.000^0^0^0^0^^0.00^13^1^0^^^^^^^^0.005^0.001^0.012^0^30.40^~1 fl oz~^106.00^~1 portion, (2 oz mix + 1.5 oz whiskey)~^0 ~14532~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 94 PROOF~^60.30^275^0.00^0.00^0.00^0.00^0.0^^0^0.04^0^4^2^1^0.04^0.021^0.018^0.0^0.0^0.006^0.004^0.013^0.000^0.001^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14533~^~ALCOHOLIC BEV,DISTILLED,ALL 100 PROOF~^57.50^295^0.00^0.00^0.00^0.00^0.0^^0^0.04^0^4^2^1^0.04^0.021^0.018^0.0^0.0^0.006^0.004^0.013^0.000^0.001^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14534~^~ALCOHOLIC BEV,LIQUEUR,COFFEE,63 PROOF~^41.40^308^0.10^0.30^0.10^32.20^0.0^32.20^1^0.06^3^6^30^8^0.03^0.040^0.017^0.3^0.0^0.004^0.012^0.144^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.106^0.022^0.105^0^34.80^~1 fl oz~^52.00^~1 jigger, 1.5 fl oz~^0 ~14536~^~ALCOHOLIC BEV,WINE,DSSRT,DRY~^72.53^152^0.20^0.00^0.30^11.67^0.0^1.09^8^0.24^9^9^92^9^0.07^0.045^0.119^0.5^0.0^0.018^0.018^0.213^0.032^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.50^~1 fl oz~^103.00^~1 glass, (3.5 fl oz)~^0 ~14537~^~CARBONATED BEV,LOCAL,OTHR THAN COLA OR PEP,W/ NA SAC,WO/ CAF~^99.80^0^0.00^0.00^0.10^0.10^0.0^^4^0.04^1^0^2^16^0.05^0.025^0.017^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^29.60^~1 fl oz~^355.00^~1 can, (12 fl oz)~^0 ~14538~^~COCOA MIX,W/ ASPT,LO CAL,PDR,W/ ADD CA P,WO/ ADD NA OR VIT A~^3.40^359^25.10^3.00^10.50^58.00^1.1^55.58^1440^4.96^208^1630^2702^653^3.44^0.730^0.665^24.0^0.0^0.267^1.400^1.084^3.826^0.318^27^0^27^27^175.6^2.78^1600^479^479^0^1^0^0^0^0.21^4.2^1.777^0.979^0.088^11^15.00^~1 envelope Swiss Miss, (.53 oz)~^19.10^~1 packet, (0.675 oz)~^0 ~14540~^~FRUIT PUNCH-FLAVOR DRK,PDR,WO/ NA~^1.40^382^0.00^0.10^0.80^97.70^0.0^95.20^142^0.50^0^0^5^42^0.11^0.130^0.025^0.7^121.9^0.004^0.023^0.014^0.001^0.000^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.057^0.007^0.011^0^25.40^~2 tbsp, rounded~^206.00^~1 packet, (7.25 oz)~^0 ~14541~^~FRUIT PUNCH-FLAVOR DRK,PDR,WO/ NA,PREP W/H2O~^90.35^37^0.00^0.01^0.17^9.47^0.0^9.23^17^0.05^1^0^1^7^0.02^0.021^0.003^0.1^11.8^0.000^0.002^0.001^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.006^0.001^0.001^0^261.96^~1 serving, 8 fl oz~^32.75^~1 fl oz~^0 ~14542~^~LEMONADE,FRZ CONC,PINK~^52.30^181^0.30^0.20^0.20^47.10^0.4^^7^0.72^5^9^67^4^0.08^0.060^0.020^0.0^17.7^0.026^0.096^0.074^0.057^0.025^10^0^10^10^2.0^0.00^8^0^0^^^^^^^^0.026^0.008^0.059^0^36.40^~1 fl oz~^437.00^~1 can, (12 fl oz)~^0 ~14543~^~LEMONADE,FRZ CONC,PINK,PREP W/H2O~^89.37^40^0.07^0.04^0.12^10.42^0.1^^4^0.16^2^2^15^4^0.02^0.021^0.005^0.0^3.9^0.006^0.021^0.016^0.013^0.006^2^0^2^2^0.4^0.00^2^0^0^^^^^^0.00^0.0^0.006^0.002^0.013^0^246.80^~1 cup, 8 fl oz~^30.85^~1 fl oz~^0 ~14544~^~TEA,BREWED,PREP W/DISTILLED H2O~^99.70^1^0.00^0.00^0.00^0.30^0.0^^0^0.01^1^1^21^0^0.01^0.008^0.219^0.0^0.0^0.000^0.014^0.000^0.011^0.000^5^0^5^5^^0.00^0^0^0^^^^^^^^0.002^0.001^0.004^0^29.60^~1 fl oz~^178.00^~6 fl oz~^0 ~14545~^~TEA,HERB,CHAMOMILE,BREWED~^99.70^1^0.00^0.00^0.00^0.20^0.0^0.00^2^0.08^1^0^9^1^0.04^0.015^0.044^0.0^0.0^0.010^0.004^0.000^0.011^0.000^1^0^1^1^0.4^0.00^20^1^0^0^12^0^0^0^0.00^0.0^0.002^0.001^0.005^0^29.60^~1 fl oz~^178.00^~6 fl oz~^0 ~14548~^~TEA,INST,SWTND W/SUGAR,LEMON-FLAVORED,W/ VIT C,PDR~^0.30^385^0.60^0.30^1.10^97.60^0.0^^3^0.16^11^14^217^5^0.10^0.025^2.965^0.7^100.0^0.000^0.200^0.407^0.110^0.022^43^0^43^43^^0.00^0^0^0^^^^^^^^0.037^0.011^0.091^0^182.00^~1 cup~^22.70^~1 serving, (3 heaping tsp)~^0 ~14550~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 86 PROOF~^63.90^250^0.00^0.00^0.00^0.10^0.0^0.00^0^0.04^0^4^2^1^0.04^0.021^0.018^0.0^0.0^0.006^0.004^0.013^0.000^0.001^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14551~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 90 PROOF~^62.10^263^0.00^0.00^0.00^0.00^0.0^0.00^0^0.04^0^4^2^1^0.04^0.021^0.018^0.0^0.0^0.006^0.004^0.013^0.000^0.001^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^27.80^~1 fl oz~^42.00^~1 jigger, 1.5 fl oz~^0 ~14552~^~CARBONATED BEV,CHOCOLATE-FLAVORED SODA~^89.20^42^0.00^0.00^0.10^10.70^0.0^10.70^4^0.10^1^1^50^88^0.16^0.013^0.036^0.1^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^31.00^~1 fl oz~^492.00^~1 can, or bottle (16 fl oz)~^0 ~14553~^~WINE,NON-ALCOHOLIC~^98.20^6^0.50^0.00^0.20^1.10^0.0^1.10^9^0.40^10^15^88^7^0.08^0.011^^0.2^0.0^0.000^0.010^0.100^^0.020^1^0^1^1^5.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.00^~1 fl oz~^^~~^0 ~14555~^~WATER,BTLD,GENERIC~^99.98^0^0.00^0.00^0.07^0.00^0.0^0.00^10^0.00^2^0^0^2^0.00^0.007^^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.57^~1 fl oz~^237.00^~1 cup~^0 ~11426~^~PUMPKIN PIE MIX,CANNED~^71.49^104^1.09^0.13^0.91^26.39^8.3^^37^1.06^16^45^138^208^0.27^0.068^0.401^1.1^3.5^0.016^0.118^0.374^1.137^0.159^35^0^35^35^^0.00^8298^415^0^^^^^^^^0.065^0.016^0.007^0^270.00^~1 cup~^^~~^0 ~11427~^~PURSLANE,RAW~^93.92^16^1.30^0.10^1.25^3.43^^^65^1.99^68^44^494^45^0.17^0.113^0.303^0.9^21.0^0.047^0.112^0.480^0.036^0.073^12^0^12^12^12.8^0.00^1320^66^0^^^^^^^^^^^0^43.00^~1 cup~^3.00^~1 plant~^24 ~11428~^~PURSLANE,CKD,BLD,DRND,WO/SALT~^93.52^18^1.49^0.19^1.25^3.55^^^78^0.77^67^37^488^44^0.17^0.114^0.307^0.9^10.5^0.031^0.090^0.460^0.036^0.070^9^0^9^9^^0.00^1852^93^0^^^^^^^^^^^0^115.00^~1 cup~^431.00^~1 squash~^0 ~11429~^~RADISHES,RAW~^95.27^16^0.68^0.10^0.55^3.40^1.6^1.86^25^0.34^10^20^233^39^0.28^0.050^0.069^0.6^14.8^0.012^0.039^0.254^0.165^0.071^25^0^25^25^6.5^0.00^7^0^0^0^4^0^0^10^0.00^1.3^0.032^0.017^0.048^0^116.00^~1 cup, slices~^9.00^~1 large, (1" to 1-1/4" dia)~^10 ~11430~^~RADISHES,ORIENTAL,RAW~^94.62^18^0.60^0.10^0.58^4.10^1.6^2.50^27^0.40^16^23^227^21^0.15^0.115^0.038^0.7^22.0^0.020^0.020^0.200^0.138^0.046^28^0^28^28^7.3^0.00^0^0^0^0^0^0^0^0^0.00^0.3^0.030^0.017^0.045^0^338.00^~1 radish, (7" long)~^^~~^21 ~11431~^~RADISHES,ORIENTAL,CKD,BLD,DRND,WO/SALT~^95.04^17^0.67^0.24^0.62^3.43^1.6^1.83^17^0.15^9^24^285^13^0.13^0.101^0.033^0.7^15.1^0.000^0.023^0.150^0.114^0.038^17^0^17^17^6.8^0.00^0^0^0^0^0^0^0^0^0.00^0.3^0.073^0.040^0.108^0^147.00^~1 cup, sliced~^^~~^0 ~11432~^~RADISHES,ORIENTAL,DRIED~^19.68^271^7.90^0.72^8.33^63.37^^^629^6.73^170^204^3494^278^2.13^1.631^0.539^0.7^0.0^0.270^0.680^3.400^1.854^0.618^295^0^295^295^^0.00^0^0^0^^^^^^^^0.218^0.119^0.325^0^116.00^~1 cup~^^~~^0 ~11435~^~RUTABAGAS,RAW~^89.66^36^1.20^0.20^0.81^8.13^2.5^5.60^47^0.52^23^58^337^20^0.34^0.040^0.170^0.7^25.0^0.090^0.040^0.700^0.160^0.100^21^0^21^21^14.1^0.00^2^0^0^0^1^0^0^0^0.30^0.3^0.027^0.025^0.088^0^140.00^~1 cup, cubes~^772.00^~1 large~^15 ~11436~^~RUTABAGAS,CKD,BLD,DRND,WO/SALT~^88.88^39^1.29^0.22^0.87^8.74^1.8^6.02^48^0.53^23^56^326^20^0.35^0.041^0.174^0.7^18.8^0.082^0.041^0.715^0.155^0.102^15^0^15^15^15.2^0.00^2^0^0^0^1^0^0^0^0.32^0.3^0.029^0.027^0.095^0^170.00^~1 cup, cubes~^240.00^~1 cup, mashed~^0 ~11437~^~SALSIFY,(VEG OYSTER),RAW~^77.00^82^3.30^0.20^0.90^18.60^3.3^^60^0.70^23^75^380^20^0.38^0.089^0.268^0.8^8.0^0.080^0.220^0.500^0.371^0.277^26^0^26^26^^0.00^0^0^0^^^^^^^^^^^0^133.00^~1 cup, slices~^^~~^13 ~11438~^~SALSIFY,CKD,BLD,DRND,WO/SALT~^81.00^68^2.73^0.17^0.74^15.36^3.1^2.90^47^0.55^18^56^283^16^0.30^0.070^0.210^0.6^4.6^0.056^0.173^0.392^0.276^0.218^15^0^15^15^25.9^0.00^0^0^0^0^0^0^0^0^0.19^0.3^0.041^0.003^0.074^0^135.00^~1 cup, sliced~^^~~^0 ~11439~^~SAUERKRAUT,CND,SOL&LIQUIDS~^92.52^19^0.91^0.14^2.15^4.28^2.9^1.78^30^1.47^13^20^170^661^0.19^0.096^0.151^0.6^14.7^0.021^0.022^0.143^0.093^0.130^24^0^24^24^10.4^0.00^18^1^0^5^8^0^0^295^0.14^13.0^0.034^0.013^0.067^0^142.00^~1 cup~^236.00^~1 cup, undrained~^0 ~11442~^~SEAWEED,AGAR,RAW~^91.32^26^0.54^0.03^1.36^6.75^0.5^0.28^54^1.86^67^5^226^9^0.58^0.061^0.373^0.7^0.0^0.005^0.022^0.055^0.302^0.032^85^0^85^85^6.0^0.00^0^0^0^0^0^0^0^0^0.87^2.3^0.006^0.003^0.010^0^10.00^~2 tbsp, (1/8 cup)~^^~~^0 ~11444~^~SEAWEED,IRISHMOSS,RAW~^81.34^49^1.51^0.16^4.70^12.29^1.3^0.61^72^8.90^144^157^63^67^1.95^0.149^0.370^0.7^3.0^0.015^0.466^0.593^0.176^0.069^182^0^182^182^12.9^0.00^118^6^0^0^71^0^0^0^0.87^5.0^0.033^0.015^0.055^0^10.00^~2 tbsp, (1/8 cup)~^^~~^0 ~11445~^~SEAWEED,KELP,RAW~^81.58^43^1.68^0.56^6.61^9.57^1.3^0.60^168^2.85^121^42^89^233^1.23^0.130^0.200^0.7^3.0^0.050^0.150^0.470^0.642^0.002^180^0^180^180^12.8^0.00^116^6^0^0^70^0^0^0^0.87^66.0^0.247^0.098^0.047^0^10.00^~2 tbsp, (1/8 cup)~^^~~^0 ~11446~^~SEAWEED,LAVER,RAW~^85.03^35^5.81^0.28^3.77^5.11^0.3^0.49^70^1.80^2^58^356^48^1.05^0.264^0.988^0.7^39.0^0.098^0.446^1.470^0.521^0.159^146^0^146^146^10.4^0.00^5202^260^0^0^3121^0^0^0^1.00^4.0^0.061^0.025^0.110^0^26.00^~10 sheets~^10.00^~2 tbsp, (1/8 cup)~^0 ~11447~^~SESBANIA FLOWER,RAW~^91.58^27^1.28^0.04^0.38^6.73^^^19^0.84^12^30^184^15^^^^0.9^73.0^0.083^0.081^0.430^^^102^0^102^102^^0.00^0^0^0^^^^^^^^^^^0^3.00^~1 flower~^20.00^~1 cup, flowers~^15 ~11448~^~SESBANIA FLOWER,CKD,STMD,WO/SALT~^93.30^22^1.14^0.05^0.28^5.23^^^22^0.56^12^21^107^11^^^^0.7^37.0^0.048^0.043^0.250^^^57^0^57^57^^0.00^0^0^0^^^^^^^^^^^0^104.00^~1 cup~^^~~^0 ~11450~^~SOYBEANS,GREEN,RAW~^67.50^147^12.95^6.80^1.70^11.05^4.2^^197^3.55^65^194^620^15^0.99^0.128^0.547^1.5^29.0^0.435^0.175^1.650^0.147^0.065^165^0^165^165^^0.00^180^9^0^^^^^^^^0.786^1.284^3.200^0^256.00^~1 cup~^^~~^47 ~11451~^~SOYBEANS,GRN,CKD,BLD,DRND,WO/SALT~^68.60^141^12.35^6.40^1.60^11.05^4.2^^145^2.50^60^158^539^14^0.91^0.117^0.502^1.4^17.0^0.260^0.155^1.250^0.128^0.060^111^0^111^111^^0.00^156^8^0^^^^^^^^0.740^1.209^3.011^0^180.00^~1 cup~^^~~^0 ~11452~^~SOYBEANS,MATURE SEEDS,SPROUTED,RAW~^69.05^122^13.09^6.70^1.59^9.57^1.1^^67^2.10^72^164^484^14^1.17^0.427^0.702^0.6^15.3^0.340^0.118^1.148^0.929^0.176^172^0^172^172^^0.00^11^1^0^^^^^^^^0.929^1.518^3.783^0^35.00^~.5 cup~^10.00^~10 sprouts~^0 ~11453~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STMD~^79.45^81^8.47^4.45^1.10^6.53^0.8^0.52^59^1.31^60^135^355^10^1.04^0.330^0.710^0.6^8.3^0.205^0.053^1.092^0.743^0.105^80^0^80^80^41.2^0.00^40^2^0^12^12^12^0^0^0.21^70.6^0.617^1.009^2.513^0^94.00^~1 cup~^^~~^0 ~11454~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STIR-FRIED~^67.20^125^13.10^7.10^3.20^9.40^0.8^^82^0.40^96^216^567^14^2.10^0.527^1.133^0.6^12.0^0.420^0.190^1.100^1.186^0.168^127^0^127^127^^0.00^17^1^0^^^^^^^^0.985^1.609^4.009^0^^~~^^~~^0 ~11457~^~SPINACH,RAW~^91.40^23^2.86^0.39^1.72^3.63^2.2^0.42^99^2.71^79^49^558^79^0.53^0.130^0.897^1.0^28.1^0.078^0.189^0.724^0.065^0.195^194^0^194^194^18.0^0.00^9377^469^0^0^5626^0^0^12198^2.03^482.9^0.063^0.010^0.165^0^30.00^~1 cup~^340.00^~1 bunch~^28 ~11458~^~SPINACH,CKD,BLD,DRND,WO/ SALT~^91.21^23^2.97^0.26^1.81^3.75^2.4^0.43^136^3.57^87^56^466^70^0.76^0.174^0.935^1.5^9.8^0.095^0.236^0.490^0.145^0.242^146^0^146^146^19.7^0.00^10481^524^0^0^6288^0^0^11308^2.08^493.6^0.043^0.006^0.109^0^180.00^~1 cup~^^~~^0 ~11459~^~SPINACH,CND,REG PK,SOL&LIQUIDS~^93.22^19^2.11^0.37^1.38^2.92^1.6^^83^1.58^56^32^230^319^0.42^0.116^0.493^1.2^13.5^0.018^0.106^0.271^0.038^0.080^58^0^58^58^^0.00^6432^322^0^^^^^^^^0.060^0.010^0.155^0^234.00^~1 cup~^^~~^0 ~11461~^~SPINACH,CND,DRND SOL~^91.78^23^2.81^0.50^1.51^3.40^2.4^0.40^127^2.30^76^44^346^27^0.46^0.180^0.597^1.4^14.3^0.016^0.138^0.388^0.047^0.100^98^0^98^98^18.4^0.00^9801^490^0^0^5881^0^0^10575^1.94^461.6^0.081^0.013^0.211^0^214.00^~1 cup~^^~~^0 ~11463~^~SPINACH,FRZ,CHOPD OR LEAF,UNPREP~^90.17^29^3.63^0.57^1.43^4.21^2.9^0.65^129^1.89^75^49^346^74^0.56^0.144^0.704^6.0^5.5^0.094^0.224^0.507^0.094^0.172^145^0^145^145^22.1^0.00^11726^586^0^0^7035^0^0^12651^2.90^372.0^0.041^0.000^0.082^0^156.00^~1 cup~^284.00^~1 package, (10 oz)~^0 ~11464~^~SPINACH,FRZ,CHOPD OR LEAF,CKD,BLD,DRND,WO/SALT~^88.94^34^4.01^0.87^1.39^4.80^3.7^0.51^153^1.96^82^50^302^97^0.49^0.161^0.717^5.5^2.2^0.078^0.176^0.439^0.075^0.136^121^0^121^121^24.8^0.00^12061^603^0^0^7237^0^0^15690^3.54^540.7^0.157^0.000^0.371^0^220.00^~1 package, (10 oz) yields~^95.00^~.5 cup~^0 ~11937~^~PICKLES,CUCUMBER,DILL OR KOSHER DILL~^94.33^12^0.60^0.14^2.34^2.59^1.1^1.31^42^0.37^7^12^92^875^0.11^0.033^0.047^0.1^0.8^0.027^0.029^0.099^0.050^0.023^1^0^1^1^3.4^0.00^183^9^0^19^78^45^0^41^0.09^39.0^0.036^0.002^0.056^0^143.00^~1 cup, chopped or diced~^155.00^~1 cup, (about 23 slices)~^0 ~11940~^~PICKLES,CUCUMBER,SWT (INCLUDES BREAD & BUTTER PICKLES)~^76.20^91^0.58^0.41^1.65^21.15^1.0^18.27^61^0.25^7^18^100^457^0.12^0.028^0.065^0.0^0.7^0.025^0.030^0.115^0.051^0.024^1^0^1^1^3.1^0.00^764^38^0^81^325^186^0^170^0.36^47.1^0.067^0.004^0.106^0^160.00^~1 cup, chopped~^152.94^~1 cup~^0 ~11941~^~PICKLES,CUCUMBER,SOUR~^94.08^11^0.33^0.20^3.13^2.26^1.2^1.06^0^0.40^4^14^23^1208^0.02^0.085^0.011^0.0^1.0^0.000^0.010^0.000^0.038^0.009^1^0^1^1^3.6^0.00^191^10^0^20^81^47^0^43^0.09^47.0^0.052^0.003^0.081^0^155.00^~1 cup~^135.00^~1 large, (4" long)~^0 ~11943~^~PIMENTO,CANNED~^93.10^23^1.10^0.30^0.40^5.10^1.9^2.71^6^1.68^6^17^158^14^0.19^0.049^0.092^0.2^84.9^0.017^0.060^0.615^0.010^0.215^6^0^6^6^6.3^0.00^2655^133^0^238^1474^0^0^366^0.69^8.3^0.045^0.020^0.161^0^192.00^~1 cup~^12.00^~1 tbsp~^0 ~11944~^~PICKLE RELISH,HOT DOG~^71.65^91^1.50^0.46^3.04^23.35^1.5^^5^1.25^19^40^78^1091^0.21^0.082^0.015^0.0^1.0^0.040^0.040^0.500^0.007^0.015^1^0^1^1^^0.00^167^8^0^^^^^^^^0.044^0.227^0.110^0^15.00^~1 tbsp~^122.00^~.5 cup~^0 ~11945~^~PICKLE RELISH,SWEET~^62.07^130^0.37^0.47^2.03^35.06^1.1^29.13^3^0.87^5^14^25^811^0.14^0.085^0.015^0.0^1.0^0.000^0.033^0.233^0.007^0.015^1^0^1^1^4.9^0.00^1218^61^0^129^519^296^0^271^0.58^83.8^0.054^0.209^0.122^0^245.00^~1 cup~^15.00^~1 tbsp~^0 ~11946~^~PICKLES,CUCUMBER,SOUR,LO NA~^94.08^11^0.33^0.20^3.13^2.26^1.2^1.06^0^0.40^4^14^23^18^0.02^0.085^0.011^0.0^1.0^0.000^0.010^0.000^0.038^0.009^1^0^1^1^3.6^0.00^191^10^0^20^81^47^0^43^0.09^47.0^0.052^0.003^0.081^0^143.00^~1 cup, chopped or diced~^155.00^~1 cup, (about 23 slices)~^0 ~11947~^~PICKLES,CUCUMBER,DILL,LO NA~^91.67^18^0.62^0.19^3.40^4.13^1.2^1.92^9^0.53^11^21^116^18^0.14^0.079^0.015^0.0^1.9^0.014^0.029^0.060^0.054^0.013^1^0^1^1^5.0^0.00^269^13^0^28^115^66^0^60^^66.1^0.050^0.003^0.077^0^65.00^~1 medium~^6.00^~1 slice~^0 ~11948~^~PICKLES,CUCUMBER,SWT,LO NA (INCLUDES BREAD & BUTTER PICKLES)~^65.26^122^0.37^0.26^0.38^33.73^1.1^26.68^4^0.59^4^12^32^18^0.08^0.105^0.015^0.0^1.2^0.009^0.032^0.174^0.120^0.015^1^0^1^1^4.5^0.00^1116^56^0^118^475^271^0^248^0.53^76.7^0.067^0.004^0.106^0^160.00^~1 cup, chopped or diced~^170.00^~1 cup, sliced~^0 ~11949~^~CATSUP,LOW SODIUM~^69.15^97^1.74^0.31^3.66^25.15^0.3^22.77^18^0.51^19^33^382^20^0.26^0.181^0.128^0.3^15.1^0.011^0.132^1.426^0.046^0.149^10^0^10^10^12.5^0.00^933^47^0^0^560^0^16709^0^1.46^2.8^0.043^0.047^0.126^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~11950~^~MUSHROOMS,ENOKI,RAW~^88.54^44^2.56^0.32^0.89^7.68^2.7^0.22^1^1.09^16^109^368^3^0.61^0.091^0.079^2.2^0.0^0.179^0.162^5.903^1.067^0.081^52^0^52^52^47.7^0.00^0^0^0^^^^^^0.01^0.0^^^^0^5.00^~1 large~^3.00^~1 medium~^16 ~11951~^~PEPPERS,SWEET,YELLOW,RAW~^92.02^27^1.00^0.21^0.45^6.32^0.9^^11^0.46^12^24^212^2^0.17^0.107^0.117^0.3^183.5^0.028^0.025^0.890^0.168^0.168^26^0^26^26^^0.00^200^10^0^^120^^^^^^0.031^^^0^186.00^~1 pepper, large (3-3/4" long, 3" dia)~^52.00^~10 strips~^18 ~11952~^~RADICCHIO,RAW~^93.14^23^1.43^0.25^0.70^4.48^0.9^0.60^19^0.57^13^40^302^22^0.62^0.341^0.138^0.9^8.0^0.016^0.028^0.255^0.269^0.057^60^0^60^60^10.9^0.00^27^1^0^0^16^0^0^8832^2.26^255.2^0.060^0.010^0.110^0^40.00^~1 cup, shredded~^8.00^~1 leaf~^9 ~11953~^~SQUASH,ZUCCHINI,BABY,RAW~^92.73^21^2.71^0.40^1.05^3.11^1.1^^21^0.79^33^93^459^3^0.83^0.097^0.196^0.3^34.1^0.042^0.036^0.705^0.367^0.142^20^0^20^20^^0.00^490^25^0^^^^^^^^0.083^0.031^0.169^0^16.00^~1 large~^11.00^~1 medium~^13 ~11954~^~TOMATILLOS,RAW~^91.63^32^0.96^1.02^0.55^5.84^1.9^3.93^7^0.62^20^39^268^1^0.22^0.079^0.153^0.5^11.7^0.044^0.035^1.850^0.150^0.056^7^0^7^7^7.6^0.00^114^6^0^10^63^0^0^467^0.38^10.1^0.139^0.155^0.417^0^34.00^~1 medium~^66.00^~.5 cup, chopped or diced~^ ~11955~^~TOMATOES,SUN-DRIED~^14.56^258^14.11^2.97^12.60^55.76^12.3^37.59^110^9.09^194^356^3427^2095^1.99^1.423^1.846^5.5^39.2^0.528^0.489^9.050^2.087^0.332^68^0^68^68^104.6^0.00^874^44^0^0^524^0^45902^1419^0.01^43.0^0.426^0.487^1.115^0^54.00^~1 cup~^2.00^~1 piece~^0 ~11956~^~TOMATOES,SUN-DRIED,PACKED IN OIL,DRND~^53.83^213^5.06^14.08^3.70^23.33^5.8^^47^2.68^81^139^1565^266^0.78^0.473^0.466^3.0^101.8^0.193^0.383^3.630^0.479^0.319^23^0^23^23^^0.00^1286^64^0^^^^^^^^1.893^8.663^2.060^0^110.00^~1 cup~^3.00^~1 piece~^0 ~11957~^~FENNEL,BULB,RAW~^90.21^31^1.24^0.20^1.05^7.29^3.1^^49^0.73^17^50^414^52^0.20^0.066^0.191^0.7^12.0^0.010^0.032^0.640^0.232^0.047^27^0^27^27^^0.00^134^7^0^^^^^^^^^^^0^87.00^~1 cup, sliced~^234.00^~1 bulb~^28 ~11958~^~PICKLE RELISH,HAMBURGER~^61.12^129^0.63^0.54^3.22^34.48^3.2^^4^1.14^7^17^76^1096^0.11^0.083^0.015^0.0^2.3^0.020^0.042^0.617^0.007^0.015^1^0^1^1^^0.00^267^13^0^^^^^^^^0.052^0.269^0.131^0^15.00^~1 tbsp~^122.00^~.5 cup~^0 ~11959~^~ARUGULA,RAW~^91.71^25^2.58^0.66^1.40^3.65^1.6^2.05^160^1.46^47^52^369^27^0.47^0.076^0.321^0.3^15.0^0.044^0.086^0.305^0.437^0.073^97^0^97^97^15.3^0.00^2373^119^0^0^1424^0^0^3555^0.43^108.6^0.086^0.049^0.319^0^2.00^~1 leaf~^10.00^~.5 cup~^40 ~11960~^~CARROTS,BABY,RAW~^90.35^35^0.64^0.13^0.63^8.24^2.9^4.76^32^0.89^10^28^237^78^0.17^0.100^0.151^0.9^2.6^0.030^0.036^0.556^0.401^0.105^27^0^27^27^7.5^0.00^13790^690^0^3767^6391^0^0^358^^9.4^0.023^0.007^0.065^0^15.00^~1 large~^10.00^~1 medium~^0 ~11961~^~HEARTS OF PALM,CANNED~^90.20^28^2.52^0.62^2.04^4.62^2.4^^58^3.13^38^65^177^426^1.15^0.133^1.394^0.7^7.9^0.011^0.057^0.437^0.126^0.022^39^0^39^39^^0.00^0^0^0^^^^^^^^0.130^0.103^0.202^0^146.00^~1 cup~^33.00^~1 piece~^0 ~11962~^~PEPPERS,HOT CHILE,SUN-DRIED~^7.15^324^10.58^5.81^6.60^69.86^28.7^41.06^45^6.04^88^159^1870^91^1.02^0.228^0.821^3.5^31.4^0.081^1.205^8.669^0.956^0.810^51^0^51^51^84.3^0.00^26488^1324^0^994^14844^1103^0^5494^3.14^108.2^0.813^0.468^3.079^0^37.00^~1 cup~^0.54^~1 pepper~^0 ~11963~^~NOPALES,RAW~^94.12^16^1.32^0.09^1.14^3.33^2.2^1.15^164^0.59^52^16^257^21^0.25^0.052^0.457^0.7^9.3^0.012^0.041^0.410^0.167^0.070^3^0^3^3^7.3^0.00^457^23^0^48^250^0^0^0^0.00^5.3^0.016^0.018^0.050^0^86.00^~1 cup, sliced~^^~~^4 ~19279~^~CANDIES,MILK CHOC COATD COFFEE BNS~^2.42^549^7.41^33.18^1.75^55.25^5.7^50.75^169^2.29^64^188^413^70^2.02^0.492^0.535^4.3^0.0^0.098^0.315^0.332^0.453^0.031^10^0^10^10^40.5^0.65^159^51^51^0^0^0^0^5^0.44^5.4^18.138^13.735^1.310^20^^~~^^~~^0 ~19280~^~FROZEN NOVELTIES,ICE TYPE,LIME~^66.90^128^0.40^0.00^0.03^32.60^0.0^32.60^2^0.16^1^1^3^22^0.02^0.013^0.020^0.1^1.0^0.001^0.000^0.007^0.003^0.001^0^0^0^0^4.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^99.00^~.5 cup, (4 fl oz)~^^~~^0 ~19281~^~FROZEN NOVELTIES,ICE TYPE,ITALIAN,REST-PREP~^86.40^53^0.03^0.02^0.05^13.50^0.0^^1^0.09^0^0^6^4^0.03^0.010^0.020^0.1^0.5^0.005^0.010^0.715^0.005^0.002^5^0^5^5^^0.00^167^^^^^^^^^^0.000^0.000^0.000^0^29.00^~1 fl oz~^116.00^~.5 cup~^0 ~19283~^~FROZEN NOVELTIES,ICE TYPE,POP~^80.49^79^0.00^0.24^0.05^19.23^0.0^13.66^0^0.54^1^0^15^7^0.15^0.000^0.000^0.2^0.7^0.000^0.000^0.000^0.001^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.013^0.051^0.016^0^51.94^~1 serving, 1.75 fl oz pop~^^~~^0 ~19292~^~CANDIES,MASTERFOODS USA,M&M'S CRISPY CHOC CANDIES~^1.70^475^4.28^19.32^1.63^72.40^2.0^58.94^90^0.86^^^^136^^^^^0.5^^^^^^^^^^^^167^^^^^^^^^^11.651^^^12^46.80^~1 serving, 1.6 oz bag~^^~~^0 ~19293~^~FROZEN YOGURTS,VANILLA,SOFT-SERVE~^65.30^163^4.00^5.60^0.90^24.20^0.0^24.00^143^0.30^14^129^211^87^0.42^0.040^0.012^3.3^0.8^0.037^0.224^0.287^0.645^0.080^6^0^6^6^20.2^0.29^212^59^58^0^11^0^0^0^0.11^0.3^3.420^1.590^0.210^2^72.00^~.5 cup~^^~~^0 ~19294~^~FRUIT BUTTERS,APPLE~^56.45^173^0.39^0.30^0.39^42.47^1.5^35.30^14^0.31^4^8^91^15^0.06^0.080^0.315^0.4^0.6^0.009^0.019^0.076^0.049^0.037^1^0^1^1^2.1^0.00^22^1^0^0^9^9^0^17^0.05^0.9^0.053^0.016^0.084^0^282.00^~1 cup~^17.00^~1 tbsp~^0 ~19295~^~CANDIES,MASTERFOODS USA,SNICKERS MUNCH BAR~^2.99^536^15.25^36.22^1.90^43.64^4.7^30.87^54^1.02^^^^358^^^^^0.0^^^^^^^^^^^^314^^^^^^^^^^8.819^^^24^40.30^~1 serving, 1.42 oz bar~^^~~^0 ~19296~^~HONEY~^17.10^304^0.30^0.00^0.20^82.40^0.2^82.12^6^0.42^2^4^52^4^0.22^0.036^0.080^0.8^0.5^0.000^0.038^0.121^0.068^0.024^2^0^2^2^2.2^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^339.00^~1 cup~^21.00^~1 tbsp~^0 ~19297~^~JAMS AND PRESERVES~^30.47^278^0.37^0.07^0.23^68.86^1.1^48.50^20^0.49^4^19^77^32^0.06^0.100^0.040^2.0^8.8^0.016^0.076^0.036^0.020^0.020^11^0^11^11^10.2^0.00^0^0^0^0^0^0^0^0^0.12^0.0^0.010^0.038^0.000^0^20.00^~1 tbsp~^14.00^~1 packet, (0.5 oz)~^0 ~19300~^~JELLIES~^29.77^266^0.15^0.02^0.12^69.95^1.0^51.22^7^0.19^6^6^54^30^0.03^0.011^0.132^0.4^0.9^0.001^0.026^0.036^0.197^0.020^2^0^2^2^10.3^0.00^5^0^0^0^3^0^0^22^0.00^0.3^0.005^0.001^0.004^0^20.52^~1 serving, 1 tbsp~^14.00^~1 packet, (0.5 oz)~^0 ~19301~^~CANDIES,FUDGE,CHOC MARSHMLLW,W/ NUTS,PREPARED-BY-RECIPE~^7.12^472^3.24^21.11^0.84^67.36^2.1^^49^1.11^46^88^170^79^0.76^0.319^0.470^2.3^0.3^0.042^0.082^0.232^0.156^0.054^11^0^11^11^^0.03^228^68^68^^^0^0^6^^2.4^10.378^5.506^4.081^23^^~~^^~~^0 ~19302~^~CANDIES,MASTERFOODS USA,SNICKERS ALMOND BAR~^5.45^472^5.40^22.40^1.50^64.67^2.6^53.93^132^0.85^^^^156^^^^^0.7^^^^^^^^^^^^166^^^^^^^^^^8.534^^^13^50.00^~1 serving, 1.76 oz bar~^^~~^0 ~19303~^~MARMALADE,ORANGE~^33.20^246^0.30^0.00^0.20^66.30^0.7^60.00^38^0.15^2^4^37^56^0.04^0.090^0.020^0.6^4.8^0.005^0.025^0.052^0.015^0.019^9^0^9^9^3.0^0.00^62^3^0^5^15^38^0^58^0.06^0.0^0.000^0.000^0.000^0^320.00^~1 cup~^20.00^~1 tbsp~^0 ~19304~^~MOLASSES~^21.87^290^0.00^0.10^3.30^74.73^0.0^55.49^205^4.72^242^31^1464^37^0.29^0.487^1.530^17.8^0.0^0.041^0.002^0.930^0.804^0.670^0^0^0^0^13.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.018^0.032^0.050^0^337.16^~1 cup~^20.05^~1 serving, 1 tbsp~^0 ~19306~^~CANDIES,MASTERFOODS USA,POP'ABLES SNICKERS BRAND BITE SIZE~^5.78^480^7.15^24.32^1.61^61.07^2.3^51.69^96^0.72^^^^224^^^^^0.5^^^^^^^^^^^^174^^^^^^^^^^9.891^^^13^39.00^~1 serving, 13 pieces~^^~~^0 ~19307~^~CANDIES,MASTERFOODS USA,POP'ABLES MILKY WAY BRAND BITE SIZE~^5.78^454^3.30^18.00^1.07^71.22^1.0^61.08^91^0.50^^^^146^^^^^0.6^^^^^^^^^^^^137^^^^^^^^^^8.889^^^11^39.00^~1 serving, 13 pieces~^^~~^0 ~19308~^~CANDIES,MASTERFOODS USA,POP'ABLES 3 MUSKETEERS BITE SIZE~^5.30^443^2.59^15.17^1.00^75.94^1.3^67.00^60^0.58^^^^172^^^^^0.4^^^^^^^^^^^^99^^^^^^^^^^9.921^^^7^41.00^~1 serving, 15 pieces~^^~~^0 ~19309~^~CANDIES,MASTERFOODS USA,STARBURST FRUIT CHEWS,FRUIT & CREME~^8.70^408^0.41^8.36^0.10^82.43^0.0^57.98^0^0.01^^^^2^^^^^58.3^^^^^^^^^^^^0^^^^^^^^^^7.931^^^0^40.00^~1 serving, fun size (8 chews)~^^~~^0 ~19310~^~PECTIN,UNSWTND,DRY MIX~^8.70^325^0.30^0.30^0.30^90.40^8.6^^7^2.71^1^2^7^200^0.47^0.420^0.070^0.0^0.0^0.008^0.060^0.005^0.110^0.010^1^0^1^1^^0.00^3^0^0^^^^^^^^0.050^0.010^0.090^0^50.00^~1 package, (1.75 oz)~^^~~^0 ~19312~^~PIE FILLINGS,APPL,CND~^73.40^100^0.10^0.10^0.30^26.10^1.0^13.80^4^0.29^2^7^45^47^0.04^0.055^0.027^0.3^1.7^0.012^0.011^0.035^0.042^0.016^0^0^0^0^2.8^0.00^24^2^0^0^10^8^0^11^0.04^0.5^0.000^0.000^0.000^0^595.00^~1 can, (21 oz)~^74.00^~.125 can~^0 ~19313~^~CANDIES,MASTERFOODS USA,STARBURST FRUIT CHEWS,TROPICAL~^8.51^409^0.41^8.31^0.30^82.76^0.0^58.18^0^0.01^^^^2^^^^^59.4^^^^^^^^^^^^0^^^^^^^^^^8.048^^^0^40.00^~1 serving, fun size (8 chews)~^58.70^~1 serving, 2.07 oz pack~^0 ~16256~^~SILK BLACK CHERRY SOY YOGURT~^78.18^88^2.35^1.18^1.24^17.06^0.6^11.76^176^0.64^^^^12^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~16257~^~SILK BLUEBERRY SOY YOGURT~^78.18^88^2.35^1.18^1.24^17.06^0.6^12.35^176^0.64^^^^15^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~16258~^~SILK KEY LIME SOY YOGURT~^77.59^88^2.35^1.18^1.24^17.65^0.6^12.35^176^0.64^^^^15^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~16259~^~SILK BANANA-STRAWBERRY SOY YOGURT~^78.18^88^2.35^1.18^1.24^17.06^0.6^10.59^176^0.64^^^^15^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~16260~^~SILK ORIGINAL CREAMER~^86.29^100^0.00^6.67^0.38^6.67^0.0^0.00^0^0.00^^^^67^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^15.00^~1 tbsp~^^~~^0 ~16261~^~SILK FRENCH VANILLA CREAMER~^72.95^133^0.00^6.67^0.38^20.00^0.0^20.00^0^0.00^^^^67^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^15.00^~1 tbsp~^^~~^0 ~16262~^~SILK HAZELNUT CREAMER~^72.95^133^0.00^6.67^0.38^20.00^0.0^20.00^0^0.00^^^^67^^^^^200.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^15.00^~1 tbsp~^^~~^0 ~16302~^~BEANS,ADZUKI,MATURE SD,CKD,BLD,W/SALT~^66.29^128^7.52^0.10^1.33^24.77^7.3^^28^2.00^52^168^532^244^1.77^0.298^0.573^1.2^0.0^0.115^0.064^0.717^0.430^0.096^121^0^121^121^^0.00^6^0^0^^^^^^^^0.036^^^0^230.00^~1 cup~^^~~^0 ~16315~^~BEANS,BLACK,MATURE SEEDS,CKD,BLD,W/SALT~^65.74^132^8.86^0.54^1.15^23.71^8.7^^27^2.10^70^140^355^237^1.12^0.209^0.444^1.2^0.0^0.244^0.059^0.505^0.242^0.069^149^0^149^149^^0.00^6^0^0^^^^^^^^0.139^0.047^0.231^0^172.00^~1 cup~^^~~^0 ~16317~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,CKD,BLD,W/SALT~^65.74^130^8.18^0.35^1.38^24.35^5.3^0.32^55^2.85^49^152^433^239^0.76^0.269^0.327^1.2^0.0^0.225^0.056^0.527^0.260^0.077^86^0^86^86^32.6^0.00^0^0^0^0^0^0^0^0^0.87^3.3^0.089^0.030^0.149^0^185.00^~1 cup~^^~~^0 ~16320~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,CKD,BLD,W/SALT~^64.65^136^9.34^0.46^1.09^24.46^10.0^^50^2.09^50^135^387^237^1.14^0.231^0.370^1.3^0.0^0.210^0.069^0.515^0.240^0.081^207^0^207^207^^0.00^0^0^0^^^^^^^^0.119^0.040^0.199^0^177.00^~1 cup~^^~~^0 ~16323~^~BEANS,FRENCH,MATURE SEEDS,CKD,BLD,W/SALT~^66.57^129^7.05^0.76^1.61^24.02^9.4^^63^1.08^56^102^370^242^0.64^0.115^0.382^1.2^1.2^0.130^0.062^0.546^0.222^0.105^75^0^75^75^^0.00^3^0^0^^^^^^^^0.083^0.052^0.453^0^177.00^~1 cup~^^~~^0 ~16325~^~BEANS,GREAT NORTHERN,MATURE SEEDS,CKD,BLD,W/SALT~^69.00^118^8.33^0.45^1.14^21.09^7.0^^68^2.13^50^165^391^238^0.88^0.247^0.518^4.1^1.3^0.158^0.059^0.681^0.266^0.117^102^0^102^102^^0.00^1^0^0^^^^^^^^0.140^0.021^0.187^0^177.00^~1 cup~^^~~^0 ~16328~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,CKD,BLD,W/SALT~^66.94^127^8.67^0.50^1.09^22.80^6.4^0.32^28^2.94^45^142^403^238^1.07^0.242^0.477^1.2^1.2^0.160^0.058^0.578^0.220^0.120^130^0^130^130^^0.00^0^0^0^0^0^0^0^0^0.87^3.3^0.072^0.039^0.275^0^177.00^~1 cup~^^~~^0 ~16331~^~BEANS,KIDNEY,CALIFORNIA RED,MATURE SEEDS,CKD,BLD,W/SALT~^66.93^124^9.13^0.09^1.44^22.41^9.3^^66^2.98^48^137^419^240^0.86^0.289^0.318^1.2^1.2^0.129^0.062^0.540^0.219^0.104^74^0^74^74^^0.00^0^0^0^^^^^^^^0.014^0.007^0.052^0^177.00^~1 cup~^^~~^0 ~16333~^~BEANS,KIDNEY,RED,MATURE SEEDS,CKD,BLD,W/SALT~^66.94^127^8.67^0.50^1.09^22.80^7.4^0.32^28^2.94^45^142^403^238^1.07^0.242^0.477^1.2^1.2^0.160^0.058^0.578^0.220^0.120^130^0^130^130^30.5^0.00^0^0^0^0^0^0^0^0^0.03^8.4^0.072^0.039^0.275^0^177.00^~1 cup~^^~~^0 ~16336~^~BEANS,KIDNEY,ROYAL RED,MATURE SEEDS,CKD,BLD W/SALT~^66.99^123^9.49^0.17^1.50^21.85^9.3^^44^2.77^42^142^378^241^0.90^0.262^0.255^1.2^1.2^0.095^0.067^0.552^0.219^0.104^74^0^74^74^^0.00^3^0^0^^^^^^^^0.024^0.013^0.093^0^177.00^~1 cup~^^~~^0 ~16338~^~BEANS,NAVY,MATURE SEEDS,CKD,BLD,W/SALT~^63.81^140^8.23^0.62^1.30^26.05^10.5^0.37^69^2.36^53^144^389^237^1.03^0.210^0.527^2.9^^0.237^0.066^0.649^0.266^0.138^140^0^140^140^44.7^^0^0^0^0^0^0^0^0^0.01^0.6^0.098^0.142^0.490^^182.00^~1 cup~^^~~^0 ~16341~^~BEANS,PINK,MATURE SEEDS,CKD,BLD,W/SALT~^61.20^149^9.06^0.49^1.34^27.91^5.3^0.36^52^2.30^65^165^508^238^0.96^0.271^0.548^1.4^0.0^0.257^0.063^0.570^0.299^0.175^168^0^168^168^36.9^0.00^0^0^0^0^0^0^0^0^0.98^3.7^0.126^0.042^0.210^0^169.00^~1 cup~^^~~^0 ~16343~^~BEANS,PINTO,MATURE SEEDS,CKD,BLD,W/SALT~^62.95^143^9.01^0.65^1.17^26.22^9.0^0.34^46^2.09^50^147^436^238^0.98^0.219^0.453^6.2^0.8^0.193^0.062^0.318^0.210^0.229^172^0^172^172^^0.00^0^0^0^0^0^0^0^0^0.94^3.5^0.109^0.106^0.188^0^171.00^~1 cup~^^~~^0 ~16346~^~BEANS,SML WHITE,MATURE SEEDS,CKD,BLD,W/SALT~^63.24^142^8.97^0.64^1.34^25.81^10.4^^73^2.84^68^169^463^238^1.09^0.149^0.510^1.3^0.0^0.236^0.059^0.272^0.251^0.127^137^0^137^137^^0.00^0^0^0^^^^^^^^0.166^0.056^0.276^0^179.00^~1 cup~^^~~^0 ~16348~^~BEANS,YEL,MATURE SEEDS,CKD,BLD,W/SALT~^62.98^144^9.16^1.08^1.50^25.27^10.4^^62^2.48^74^183^325^241^1.06^0.186^0.455^1.3^1.8^0.187^0.103^0.708^0.229^0.129^81^0^81^81^^0.00^2^0^0^^^^^^^^0.279^0.094^0.466^0^177.00^~1 cup~^^~~^0 ~16350~^~BEANS,WHITE,MATURE SEEDS,CKD,BLD,W/ SALT~^63.08^139^9.73^0.35^1.75^25.09^6.3^0.34^90^3.70^63^113^561^242^1.38^0.287^0.636^1.3^0.0^0.118^0.046^0.140^0.229^0.093^81^0^81^81^35.1^0.00^0^0^0^0^0^0^0^0^0.94^3.5^0.091^0.031^0.152^0^179.00^~1 cup~^^~~^0 ~16353~^~BROADBEANS (FAVA BNS),MATURE SEEDS,CKD,BLD,W/SALT~^71.54^110^7.60^0.40^0.81^19.65^5.4^1.82^36^1.50^43^125^268^241^1.01^0.259^0.421^2.6^0.3^0.097^0.089^0.711^0.157^0.072^104^0^104^104^30.6^0.00^15^1^0^0^9^0^0^0^0.02^2.9^0.066^0.079^0.164^0^170.00^~1 cup~^^~~^0 ~16357~^~CHICKPEAS,MATURE SEEDS,CKD,BLD,W/SALT~^60.21^164^8.86^2.59^0.92^27.42^7.6^4.80^49^2.89^48^168^291^243^1.53^0.352^1.030^3.7^1.3^0.116^0.063^0.526^0.286^0.139^172^0^172^172^42.8^0.00^27^1^0^0^16^0^0^0^0.35^4.0^0.269^0.583^1.156^0^164.00^~1 cup~^^~~^0 ~16361~^~COWPEAS,CATJANG,MATURE SEEDS,CKD,BLD,W/SALT~^69.70^117^8.13^0.71^1.16^20.32^3.6^^26^3.05^96^142^375^255^1.87^0.271^0.473^2.5^0.4^0.162^0.046^0.714^0.386^0.092^142^0^142^142^^0.00^10^1^0^^^^^^^^0.185^0.059^0.303^0^171.00^~1 cup~^^~~^0 ~16363~^~COWPEAS,COMMON,MATURE SEEDS,CKD,BLD,W/SALT~^70.04^116^7.73^0.53^0.94^20.76^6.5^3.30^24^2.51^53^156^278^240^1.29^0.268^0.475^2.5^0.4^0.202^0.055^0.495^0.411^0.100^208^0^208^208^32.2^0.00^15^1^0^0^9^0^0^0^0.28^1.7^0.138^0.044^0.225^0^171.00^~1 cup~^^~~^0 ~16368~^~HYACINTH BNS,MATURE SEEDS,CKD,BLD,W/SALT~^69.13^117^8.14^0.58^1.46^20.70^^^40^4.58^82^120^337^243^2.85^0.341^0.482^2.8^0.0^0.270^0.037^0.411^0.316^0.037^4^0^4^4^^0.00^0^0^0^^^^^^^^0.099^^^0^194.00^~1 cup~^^~~^0 ~16370~^~LENTILS,MATURE SEEDS,CKD,BLD,W/SALT~^69.64^114^9.02^0.38^1.42^19.54^7.9^1.80^19^3.33^36^180^369^238^1.27^0.251^0.494^2.8^1.5^0.169^0.073^1.060^0.638^0.178^181^0^181^181^32.7^0.00^8^0^0^0^5^0^0^0^0.11^1.7^0.053^0.064^0.175^0^198.00^~1 cup~^^~~^0 ~18002~^~BAGELS,PLN,TSTD,ENR W/CA PROP (INCLUDES ONION,POPPY,SESAME)~^28.27^288^11.14^1.72^1.76^57.11^2.6^5.82^99^4.50^24^92^85^480^1.30^0.150^0.575^25.2^0.0^0.602^0.270^4.375^0.229^0.070^131^103^28^203^16.4^0.00^0^0^0^0^0^0^0^55^0.12^1.0^0.283^0.418^0.944^0^28.35^~1 oz~^53.00^~1 bagel, (3" dia)~^0 ~18003~^~BAGELS,EGG~^32.70^278^10.60^2.10^1.60^53.00^2.3^^13^3.98^25^84^68^505^0.77^0.090^0.410^30.6^0.6^0.536^0.235^3.443^0.671^0.087^88^66^22^134^^0.16^109^33^33^^^^^^^^0.421^0.420^0.642^24^26.00^~1 bagel, mini (2-1/2" dia)~^69.04^~1 small bagel, (3" dia)~^0 ~18005~^~BAGELS,CINNAMON-RAISIN~^32.00^273^9.80^1.70^1.30^55.20^2.3^5.98^19^3.80^28^100^148^322^1.13^0.163^0.876^31.0^0.7^0.384^0.277^3.080^0.509^0.062^111^90^21^174^15.3^0.00^73^21^21^0^1^2^0^54^0.31^0.7^0.274^0.175^0.671^0^28.35^~1 oz~^57.00^~1 bagel, (3" dia)~^0 ~18006~^~BAGELS,CINNAMON-RAISIN,TSTD~^26.90^294^10.60^1.80^1.40^59.30^2.5^6.43^20^4.09^23^83^163^346^0.81^0.160^0.328^33.3^0.6^0.330^0.268^2.981^0.047^0.060^102^86^16^162^16.4^0.00^71^23^23^0^1^2^0^56^0.34^0.8^0.295^0.188^0.722^0^28.35^~1 oz~^53.00^~1 bagel, (3" dia)~^0 ~18007~^~BAGELS,OAT BRAN~^32.90^255^10.70^1.20^1.90^53.30^3.6^1.63^12^3.08^31^110^115^507^0.90^0.151^0.863^34.2^0.2^0.331^0.338^2.960^0.445^0.043^98^52^46^134^15.3^0.00^4^1^1^0^1^0^0^58^0.33^0.4^0.191^0.249^0.486^0^28.35^~1 oz~^57.00^~1 bagel, (3" dia)~^0 ~18009~^~BISCUITS,PLN OR BTTRMLK,COMMLY BKD~^26.70^365^6.20^16.50^2.20^48.50^1.3^3.48^49^3.30^17^430^224^1052^0.48^0.083^0.392^18.8^0.0^0.427^0.292^3.352^0.300^0.047^70^63^7^114^8.9^0.14^2^0^0^0^0^0^0^9^1.32^4.1^2.490^6.906^6.209^1^28.35^~1 oz~^35.00^~1 biscuit~^0 ~18010~^~BISCUITS,PLN OR BTTRMLK,DRY MIX~^9.20^428^8.00^15.40^4.00^63.30^2.1^11.65^179^2.77^25^585^163^1276^0.60^0.154^0.340^7.5^0.3^0.575^0.437^4.542^0.884^0.076^125^117^8^207^11.0^0.39^7^2^2^0^0^0^0^2^0.13^6.5^3.965^8.584^2.011^2^120.00^~1 cup, purchased~^128.00^~1 cup, poured from box~^0 ~18011~^~BISCUITS,PLN OR BTTRMLK,DRY MIX,PREP~^28.90^335^7.30^12.10^3.30^48.40^1.8^^185^2.05^25^470^188^955^0.61^0.116^0.249^6.2^0.4^0.350^0.357^3.021^0.548^0.068^52^46^6^84^^0.21^94^26^25^^^^^^^^2.789^4.206^4.305^4^28.35^~1 oz~^^~~^0 ~18012~^~BISCUITS,PLN OR BTTRMLK,REFR DOUGH,LOWER FAT~^37.90^257^6.70^4.50^3.30^47.60^1.6^7.00^17^2.66^15^400^159^1248^0.39^0.079^0.301^18.9^0.0^0.448^0.222^3.295^0.367^0.024^102^96^6^169^19.2^0.00^0^0^0^0^0^0^0^10^0.06^1.9^1.113^2.405^0.671^0^28.35^~1 oz~^23.00^~1 biscuit, (2" dia)~^0 ~18013~^~BISCUITS,PLN OR BTTRMLK,REFR DOUGH,LOWER FAT,BKD~^27.70^300^7.80^5.20^3.80^55.40^1.9^8.14^19^3.09^17^465^185^1451^0.46^0.092^0.350^17.8^0.0^0.417^0.232^3.448^0.277^0.029^83^78^5^138^19.8^0.00^0^0^0^0^0^0^0^11^0.07^2.2^1.294^2.797^0.780^0^28.35^~1 oz~^21.00^~1 biscuit, (2-1/4" dia)~^0 ~18014~^~BISCUIT, PLN OR BUTMLK, REFRI DOUGH, HIGHER FAT~^33.15^322^6.66^13.63^3.30^43.27^0.7^7.40^51^2.48^17^470^162^999^0.50^0.090^0.438^8.0^0.0^0.391^0.290^3.308^0.346^0.063^57^46^11^89^^0.05^8^2^2^0^0^0^0^8^0.69^6.2^3.519^8.226^0.854^1^28.35^~1 oz~^43.34^~1 biscuit~^0 ~18015~^~BISCUITS,PLN OR BTTRMLK,REFR DOUGH,HIGHER FAT,BKD~^27.33^352^7.38^15.09^3.57^46.63^0.9^8.02^54^2.68^18^511^177^1080^0.53^0.088^0.472^8.7^0.0^0.401^0.309^3.548^0.397^0.066^43^35^9^68^19.8^0.06^8^2^2^0^0^0^0^7^0.79^6.6^3.823^8.963^0.937^1^28.35^~1 oz~^27.00^~1 biscuit, (2-1/2" dia)~^0 ~18016~^~BISCUITS,PLN OR BTTRMLK,PREP FROM RECIPE~^28.90^353^7.00^16.30^3.20^44.60^1.5^2.18^235^2.90^18^164^121^580^0.54^0.082^0.378^19.5^0.2^0.356^0.310^2.949^0.285^0.035^61^49^12^95^^0.08^82^^^^^^^^^^4.324^6.930^4.163^3^28.35^~1 oz~^101.00^~1 biscuit, (4" dia)~^0 ~18017~^~BISCUITS,MXD GRAIN,REFR DOUGH~^37.80^263^6.10^5.60^3.10^47.40^^^17^2.75^30^236^456^670^0.60^0.115^0.659^^0.0^0.390^0.210^3.400^0.315^0.065^83^71^12^133^^0.00^0^0^0^^^^^^^^1.366^2.932^0.880^0^28.35^~1 oz~^44.00^~1 biscuit, (2-1/2" dia)~^0 ~18019~^~BREAD,BANANA,PREP FROM RECIPE,MADE W/MARGARINE~^29.20^326^4.30^10.50^1.00^54.60^1.1^^21^1.40^14^58^134^302^0.35^0.072^0.209^12.1^1.7^0.172^0.200^1.446^0.268^0.150^33^22^11^48^^0.10^493^106^97^^102^^^^^^2.237^4.480^3.130^43^28.35^~1 oz~^57.00^~1 individual, loaf (include Keebler Elfin Loaves)~^0 ~18021~^~BREAD,BOSTON BROWN,CANNED~^47.20^195^5.20^1.50^2.80^43.30^4.7^2.42^70^2.10^63^112^318^631^0.50^0.080^1.020^21.9^0.0^0.014^0.115^1.120^0.566^0.082^11^4^7^14^23.5^0.01^87^25^25^1^2^0^0^71^0.32^2.5^0.282^0.207^0.564^1^28.35^~1 oz~^45.00^~1 slice~^0 ~18022~^~BREAD,CORNBREAD,DRY MIX,ENR (INCL CORN MUFFIN MIX)~^7.80^418^7.00^12.20^3.60^69.50^6.5^20.34^57^2.50^24^489^113^1111^0.57^0.085^0.315^5.6^0.1^0.427^0.272^3.342^0.480^0.128^93^82^11^150^7.1^0.09^115^19^16^18^28^0^0^391^0.16^5.0^3.091^6.719^1.682^2^28.35^~1 oz~^241.00^~1 package, (8.5 oz)~^0 ~18023~^~BREAD,CORNBREAD,DRY MIX,PREP~^31.90^314^7.20^10.00^2.70^48.10^2.4^^73^1.90^20^376^128^778^0.63^0.061^0.216^9.9^0.1^0.244^0.270^2.057^0.441^0.104^55^44^11^86^^0.16^205^44^41^^^^^^^^2.739^5.140^1.224^61^28.35^~1 oz~^60.00^~1 piece~^0 ~18024~^~BREAD,CORNBREAD,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^39.10^266^6.70^7.10^3.60^43.50^^^249^2.50^25^169^147^658^0.60^0.051^0.118^10.1^0.3^0.291^0.294^2.254^0.339^0.113^77^58^19^118^^0.15^277^^^^^^^^^^1.555^1.830^3.206^40^28.35^~1 oz~^65.00^~1 piece~^0 ~18025~^~BREAD,CRACKED-WHEAT~^35.80^260^8.70^3.90^2.10^49.50^5.5^^43^2.81^52^153^177^538^1.24^0.222^1.371^25.3^0.0^0.358^0.240^3.671^0.512^0.304^61^22^39^76^^0.02^0^0^0^^^^^^^^0.916^1.902^0.682^0^28.35^~1 oz~^3.20^~1 cubic inch~^0 ~18027~^~BREAD,EGG~^34.70^283^9.50^6.00^1.80^47.80^2.3^1.78^93^3.04^19^106^115^492^0.79^0.162^0.500^30.1^0.0^0.438^0.436^4.848^0.282^0.064^105^35^70^130^84.0^0.10^211^63^63^0^0^0^0^45^0.26^0.9^1.593^2.302^1.106^51^28.35^~1 oz~^40.00^~1 slice, (5" x 3" x 1/2")~^0 ~18447~^~POPOVERS,DRY MIX,UNENR~^11.70^371^10.40^4.30^2.60^71.00^^^32^0.82^25^100^100^906^0.88^0.174^0.741^^0.1^0.101^0.026^1.041^0.480^0.042^25^0^25^25^^0.08^0^0^0^^^^^^^^0.983^1.984^0.823^0^28.35^~1 oz~^170.00^~1 package, (6 oz)~^0 ~18448~^~TACO SHELLS,BKD,WO/ SALT~^6.00^468^7.20^22.60^1.80^62.40^7.5^^160^2.50^105^248^179^15^1.40^0.120^0.435^^0.0^0.228^0.053^1.350^0.470^0.296^105^99^6^174^^0.00^0^0^0^^^^^^^^3.245^8.934^8.494^0^28.35^~1 oz~^13.00^~1 medium, (approx 5" dia)~^0 ~18449~^~TORTILLAS,RTB OR -FRY,CORN,WO/ SALT~^44.10^222^5.70^2.50^1.20^46.60^5.2^^175^1.40^65^314^154^11^0.94^0.154^0.402^^0.0^0.112^0.073^1.498^0.194^0.219^114^99^15^183^^0.00^0^0^0^^^^^^^^0.334^0.649^1.122^0^28.35^~1 oz~^26.00^~1 tortilla, medium (approx 6" dia)~^0 ~18450~^~TORTILLAS,RTB OR -FRY,FLR,WO/ CA~^26.80^325^8.70^7.10^1.80^55.60^3.3^^39^3.30^26^124^131^478^0.71^0.267^0.462^23.4^0.0^0.531^0.293^3.572^0.582^0.050^123^111^12^201^^0.00^0^0^0^^^^^^^^1.745^3.768^1.063^0^28.35^~1 oz~^32.00^~1 tortilla, medium (approx 6" dia)~^0 ~18451~^~CAKE,POUND,COMMLY PREP,FAT-FREE~^31.00^283^5.40^1.20^1.50^61.00^1.1^34.34^43^2.06^10^146^110^341^0.31^0.058^0.137^5.3^0.0^0.125^0.302^0.686^0.346^0.012^43^39^4^70^6.8^0.00^95^29^29^0^0^0^0^2^0.01^0.1^0.259^0.166^0.424^0^28.35^~1 oz~^340.00^~1 cake~^0 ~18452~^~CAKE,SNACK CAKES,CUPCAKES,CHOC,W/FRSTNG,LOW-FAT~^22.80^305^4.30^3.70^2.00^67.20^4.3^^36^1.54^25^183^224^413^0.55^0.176^0.223^5.5^0.0^0.035^0.133^0.715^0.241^0.007^15^10^5^22^^0.00^0^0^0^^^^^^^^1.084^1.849^0.487^0^28.35^~1 oz~^43.00^~1 cupcake~^0 ~18453~^~CAKE,YELLOW,DRY MIX,LIGHT~^3.10^404^4.70^5.50^2.60^84.10^1.3^^155^1.31^10^324^65^604^0.33^0.063^0.228^3.1^0.0^0.172^0.211^1.569^0.326^0.026^76^71^5^126^^0.11^13^4^4^^^^^^^^1.367^2.973^0.796^0^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18456~^~COOKIES,OATMEAL,COMMLY PREP,FAT-FREE~^12.50^326^5.90^1.50^1.50^78.60^7.3^41.90^40^2.19^35^105^212^298^0.64^0.215^0.793^8.0^0.0^0.142^0.241^1.193^0.364^0.065^44^38^6^71^12.0^0.00^0^0^0^0^0^0^0^34^0.16^1.3^0.314^0.388^0.635^0^28.35^~1 oz~^^~~^0 ~18457~^~CRACKERS,SALTINES,FAT-FREE,LOW-SODIUM~^3.40^393^10.50^1.60^2.20^82.30^2.7^0.38^22^7.72^26^113^115^636^0.94^0.145^0.637^21.4^0.0^0.518^0.590^5.714^0.390^0.085^124^111^13^202^19.6^0.00^0^0^0^0^0^0^0^9^0.12^4.9^0.244^0.142^0.685^0^15.00^~3 saltines~^30.00^~6 saltines~^0 ~18459~^~BREAKFAST TART,LOFAT~^12.04^372^3.99^5.99^1.18^76.80^1.5^4.87^44^3.42^44^93^66^252^0.28^0.073^^12.9^3.8^0.285^0.549^3.800^^0.380^100^47^53^133^7.8^0.00^950^285^285^0^3^1^0^4^0.53^0.4^1.393^3.338^0.878^0^^~~^^~~^0 ~18475~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,APPL CINN~^12.50^395^4.40^10.20^0.94^72.02^1.1^33.70^23^3.50^11^53^91^334^0.65^0.040^^^0.0^0.290^0.330^3.800^0.000^0.380^80^^^^^0.00^962^^^^^^^^^^1.690^5.870^2.600^0^52.00^~1 pastry~^^~~^0 ~18476~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BLUEBERRY~^12.50^408^4.60^13.30^1.19^68.38^1.1^30.90^24^3.50^16^88^95^398^1.27^0.150^^^0.0^0.290^0.330^3.800^0.000^0.380^80^^^^^0.00^962^^^^^^^^^^2.020^6.500^4.810^0^52.00^~1 pastry~^^~~^0 ~18477~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD BLUEBERRY~^12.50^391^4.60^10.00^1.19^71.77^1.1^31.20^24^3.50^16^85^95^398^1.23^0.150^^^0.0^0.290^0.330^3.800^0.000^0.380^80^^^^^0.00^962^^^^^^^^^^1.980^6.830^1.130^0^52.00^~1 pastry~^^~~^0 ~18478~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BRWN SUGAR CINN~^10.50^438^5.40^18.40^1.36^64.40^1.5^25.40^31^3.60^16^63^135^428^1.22^0.080^^^0.0^0.300^0.340^4.000^0.000^0.400^80^^^^^0.00^1000^^^^^^^^^^2.080^7.140^9.140^0^50.00^~1 pastry~^^~~^0 ~18479~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TRTS,FRSTD BR SGR CIN~^10.50^422^5.00^14.80^1.26^68.32^1.3^30.80^29^3.60^15^93^111^369^2.42^0.080^^^0.0^0.300^0.340^4.000^0.000^0.400^80^^^^^0.00^1000^^^^^^^^^^2.260^7.880^4.760^0^50.00^~1 pastry~^^~~^0 ~18480~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POPTARTS,CHERRY~^12.50^393^4.60^10.40^1.23^71.19^1.1^31.70^28^3.50^16^85^114^423^1.23^0.150^^^0.0^0.290^0.330^3.800^0.000^0.380^80^^^^^0.00^962^^^^^^^^^^1.670^5.730^3.000^0^52.00^~1 pastry~^^~~^0 ~18481~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD CHERRY~^12.50^393^4.20^10.20^1.10^71.96^1.0^36.00^25^3.50^14^80^95^423^1.46^0.190^^^0.0^0.290^0.330^3.850^0.000^0.390^80^^^^^0.00^962^^^^^^^^^^1.940^6.690^1.580^0^52.00^~1 pastry~^^~~^0 ~18482~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD CHOC FUDG~^12.50^387^5.10^9.30^1.30^71.80^1.1^38.00^38^3.50^29^84^158^390^0.50^0.200^^^0.0^0.300^0.300^3.800^0.000^0.400^100^^^^^0.00^962^^^^^^^^^^1.900^5.200^2.200^0^52.00^~1 pastry~^^~~^0 ~18483~^~TOASTER PASTRIES,KELLOGG,KELLOG POP TARTS,FRSTD CHOC VAN CRM~^12.50^391^5.00^10.20^1.44^70.84^1.0^37.30^30^3.50^22^69^120^441^1.20^0.100^^^0.0^0.290^0.330^3.800^0.000^0.400^100^^^^^0.00^962^^^^^^^^^^1.940^6.190^1.980^0^52.00^~1 pastry~^^~~^0 ~18484~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD GRAPE~^12.50^391^4.40^9.80^1.12^72.25^1.0^35.40^23^3.50^21^89^115^381^1.30^0.100^^^0.0^0.290^0.330^3.800^0.000^0.400^100^^^^^0.00^962^^^^^^^^^^1.730^5.900^2.150^0^52.00^~1 pastry~^^~~^0 ~18486~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD RASPBERRY~^12.50^395^4.20^10.60^1.08^71.54^1.0^35.40^22^3.50^16^88^85^406^1.21^0.080^^^0.0^0.290^0.330^3.800^0.000^0.400^100^^^^^0.00^962^^^^^^^^^^1.880^6.170^2.560^0^52.00^~1 pastry~^^~~^0 ~18487~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,S'MORES~^12.50^392^6.20^10.50^1.20^69.60^1.4^36.50^29^3.50^21^75^125^382^0.40^0.100^^^0.0^0.300^0.300^3.800^0.000^0.400^100^^^^^0.00^962^^^^^^^^^^2.800^5.900^1.800^0^52.00^~1 pastry~^^~~^0 ~18488~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,STRAWBERRY~^12.50^394^4.70^10.50^1.20^71.00^1.1^33.00^24^3.50^11^55^93^355^0.30^0.000^^^0.0^0.300^0.300^3.800^0.000^0.400^100^^^^8.4^0.00^962^^^^^^^^^^2.900^6.200^1.500^0^52.00^~1 pastry~^^~~^0 ~18489~^~TOASTER PASTRIES,KELLOGG,KELLOG'S POP TARTS,FRSTD STRAWBERRY~^12.50^390^4.40^9.60^1.10^72.40^1.0^37.50^22^3.50^10^51^85^325^0.30^0.000^^^0.0^0.300^0.300^3.800^0.000^0.400^100^^^^7.8^0.00^962^^^^^^^^^^2.600^5.600^1.400^0^52.00^~1 pastry~^^~~^0 ~18490~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD WLD BERRY~^12.50^388^4.30^9.20^1.00^72.90^1.0^38.80^21^3.30^10^49^82^311^0.30^0.000^^^0.0^0.300^0.300^3.700^0.000^0.400^100^^^^^0.00^926^^^^^^^^^^2.600^5.400^1.300^0^54.00^~1 pastry~^^~~^0 ~18494~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,FRSTD BROWN SUGAR CINN~^10.50^376^4.70^5.50^1.00^78.30^1.2^36.20^14^3.60^10^45^61^419^0.30^0.100^^^0.0^0.300^0.300^4.000^0.000^0.400^100^^^^^0.00^1000^^^^^^^^^^1.200^2.900^1.300^0^50.00^~1 pastry~^^~~^0 ~18495~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,FRSTD CHOC FUDGE~^12.50^366^5.10^5.80^1.40^76.00^1.1^36.20^26^3.50^28^76^119^478^0.50^0.200^^^0.0^0.300^0.300^3.800^0.000^0.400^100^^^^^0.00^962^^^^^^^^^^1.000^2.400^1.700^0^52.00^~1 pastry~^^~~^0 ~18496~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,STRAWBERRY~^12.50^369^4.50^5.50^1.00^76.60^1.2^35.80^11^3.50^9^43^54^424^0.30^0.000^^^0.0^0.300^0.300^3.800^0.000^0.400^100^^^^^0.00^962^48^^^^^^^^^1.200^2.900^1.300^0^52.00^~1 pastry~^^~~^0 ~18497~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,FRSTD STRAWBERRY~^12.50^367^4.10^5.80^0.90^77.50^1.1^39.90^10^3.50^8^39^49^387^0.30^0.000^^^0.0^0.300^0.300^3.800^0.000^0.400^100^^^^^0.00^962^^^^^^^^^^1.100^2.700^2.000^0^52.00^~1 pastry~^^~~^0 ~18499~^~KELLOGG,KELLOGG'S EGGO,BTTRMLK PANCAKE~^47.20^233^6.00^6.69^1.96^38.10^1.1^8.20^35^3.10^18^341^103^530^0.60^0.000^^^1.4^0.260^0.290^3.450^0.000^0.350^52^^^^^1.03^862^^^^^^^^^^1.440^2.940^2.130^11^116.00^~3 pancakes, (NLEA serving)~^^~~^0 ~18500~^~KELLOGG,KELLOGG'S EGGO,BANANA BREAD WAFFLES~^41.20^272^6.80^9.50^0.90^41.60^2.5^6.70^51^4.60^18^341^180^359^0.60^0.000^^^1.4^0.400^0.400^5.100^0.000^0.500^51^^^^^1.50^1282^^^^^^^^^^1.710^5.280^2.510^0^78.00^~1 serving~^^~~^0 ~18501~^~KELLOGG,KELLOGG'S NUTRI-GRAIN CRL BARS,MXD BERRY~^14.50^370^4.30^7.60^0.80^72.80^1.9^33.60^39^4.90^26^98^188^297^4.10^0.100^^^0.0^1.000^1.100^13.500^0.000^1.400^108^^^^^0.00^2027^^^^^^^^^^1.500^5.000^1.100^0^116.00^~1 bar, (NLEA serving)~^^~~^0 ~18505~^~KELLOGG'S EGGO LOWFAT HOMESTYLE WAFFLES~^43.44^236^7.06^3.56^1.79^44.15^1.0^2.92^58^5.56^68^81^143^442^^^^^0.0^0.880^0.740^7.410^^0.470^77^^^^^1.57^1447^^^^^^^^^^0.900^1.000^1.070^25^70.00^~1 serving~^35.00^~1 round waffle, (4" dia) (include frozen)~^0 ~18506~^~KELLOGG'S EGGO LOWFAT NUTRI - GRAIN WAFFLES~^47.75^203^6.28^3.20^2.50^40.27^3.7^5.73^61^4.62^56^81^72^614^^^^^0.0^0.380^0.440^5.130^^0.510^51^^^^^1.54^1282^^^^^^^^^^0.470^1.340^0.900^0^35.00^~1 waffle, round (4" dia) (include frozen)~^70.00^~1 serving~^0 ~19314~^~PIE FILLINGS,CND,CHERRY~^71.23^115^0.37^0.07^0.20^28.00^0.6^^11^0.24^7^15^105^18^0.05^0.080^0.030^0.4^3.6^0.025^0.016^0.140^0.063^0.037^4^0^4^4^^0.00^205^10^0^^^^^^^^0.018^0.021^0.021^0^595.00^~1 can, (21 oz)~^74.00^~.125 can~^0 ~19315~^~CANDIES,MASTERFOODS USA,STARBURST SOUR FRUIT CHEWS~^10.89^400^0.39^7.78^0.30^79.73^0.0^56.10^0^0.01^^^^89^^^^^56.6^^^^^^^^^^^^0^^^^^^^^^^7.520^^^0^58.70^~1 serving, 2.07 oz pack~^^~~^0 ~19318~^~PUDDINGS,BANANA,DRY MIX,INST~^2.80^367^0.00^0.60^3.80^92.70^0.0^76.57^6^0.12^2^804^15^1499^0.04^0.021^0.010^0.8^0.0^0.001^0.003^0.002^0.006^0.001^0^0^0^0^^0.01^0^0^0^^^^^^^^0.090^0.140^0.350^0^99.00^~1 package, (3.5 oz)~^25.00^~1 portion, amount to make 1/2 cup~^0 ~19319~^~PUDDINGS,BANANA,DRY MIX,INST,PREP W/ WHL MILK~^73.51^115^2.73^2.87^1.24^19.63^0.0^17.38^100^0.06^11^214^128^296^0.32^0.012^0.005^1.8^0.8^0.032^0.135^0.070^0.262^0.035^4^0^4^4^^0.30^105^24^23^^15^^^^^^1.679^0.783^0.162^11^^~~^^~~^0 ~19320~^~PUDDINGS,BANANA,DRY MIX,REG~^4.10^376^0.00^0.40^2.50^92.90^0.3^74.32^20^0.05^8^5^17^788^0.09^0.020^0.013^0.9^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.090^0.030^0.160^0^88.00^~1 package, (3.12 oz)~^22.00^~1 portion, amount to make 1/2 cup~^0 ~19321~^~PUDDINGS,BANANA,DRY MIX,REG,PREP W/ WHL MILK~^74.84^111^2.86^2.97^1.01^18.31^0.0^15.98^107^0.05^13^82^134^164^0.34^0.012^0.005^1.9^0.7^0.030^0.141^0.073^0.273^0.033^4^0^4^4^^0.25^110^26^25^^16^^^^^^1.757^0.800^0.134^12^^~~^^~~^0 ~19322~^~PUDDINGS,COCNT CRM,DRY MIX,INST~^2.20^389^0.90^2.30^3.40^91.20^4.0^64.00^8^0.72^17^721^96^1040^0.30^0.151^0.489^4.0^0.3^0.013^0.053^0.219^0.115^0.041^2^0^2^2^3.9^0.00^0^0^0^0^0^0^0^0^0.08^0.1^2.200^0.000^0.000^0^99.00^~1 package, (3.5 oz)~^25.00^~1 portion, amount to make 1/2 cup~^0 ~19323~^~PUDDINGS,COCNT CRM,DRY MIX,INST,PREP W/ WHL MILK~^73.40^117^2.90^3.50^1.20^19.10^0.1^^100^0.15^14^200^129^246^0.33^0.026^0.019^2.0^0.8^0.033^0.136^0.084^0.266^0.037^4^0^4^4^^0.30^105^24^23^^15^^^^^^2.100^0.960^0.240^11^147.00^~.5 cup~^587.00^~1 package, yield (2 cups)~^0 ~19324~^~PUDDINGS,COCNT CRM,DRY MIX,REG~^3.70^434^1.00^11.36^2.10^81.84^1.6^80.54^8^0.57^15^35^133^682^0.35^0.143^0.462^3.6^0.3^0.010^0.029^0.102^0.135^0.050^2^0^2^2^3.7^0.00^0^0^0^0^0^0^0^0^0.07^0.1^11.364^0.000^0.000^0^88.00^~1 package, (3.12 oz)~^25.00^~1 portion, amount to make 1/2 cup~^0 ~19325~^~PUDDINGS,COCNT CRM,DRY MIX,REG,PREP W/ WHL MILK~^74.60^114^3.00^3.80^1.00^17.70^0.2^^111^0.20^16^88^157^162^0.36^0.027^0.037^2.3^0.7^0.032^0.143^0.089^0.285^0.144^4^0^4^4^^0.25^110^26^25^^16^^^^^^2.570^0.880^0.120^12^140.00^~.5 cup~^559.00^~1 package, yield (2 cups)~^0 ~19326~^~CANDIES,MASTERFOODS USA,COCOAVIA CHOC BAR~^0.70^471^5.81^29.30^1.20^55.07^8.7^39.19^1164^3.47^^^^7^^^^^42.6^^^^^1.364^273^^^^^4.09^31^^^^^^^^12.27^^15.703^^^0^22.00^~1 serving, 0.78 oz bar~^^~~^0 ~19327~^~CANDIES,MASTERFOODS USA,COCOAVIA BLUEBERRY & ALMOND CHOC BAR~^2.90^471^6.35^28.68^1.70^55.30^9.1^38.99^985^3.18^^^^8^^^^^34.2^^^^^1.364^182^^^^^2.73^25^^^^^^^^9.20^^13.070^^^0^22.00^~1 serving, 0.78 oz bar~^^~~^0 ~19328~^~CANDIES,MASTERFOODS USA,COCOAVIA CRISPY CHOC BAR~^1.90^456^8.21^26.23^1.60^55.08^7.8^34.96^1070^3.45^^^^40^^^^^37.9^^^^^1.500^200^^^^^3.00^27^^^^^^^^10.13^^14.007^^^0^20.00^~1 serving, 0.7 oz bar~^^~~^0 ~19330~^~PUDDINGS,LEMON,DRY MIX,INST~^0.70^378^0.00^0.70^3.20^95.40^0.0^^2^0.08^0^752^8^1332^0.05^0.015^0.009^0.8^0.0^0.001^0.003^0.001^0.006^0.001^0^0^0^0^^0.01^0^0^0^^^^^^^^0.100^0.280^0.250^0^99.00^~1 package, (3.5 oz)~^25.00^~1 portion, amount to make 1/2 cup~^0 ~19331~^~PUDDINGS,LEMON,DRY MIX,INST,PREP W/ WHL MILK~^73.20^115^2.70^2.90^1.10^20.10^0.0^^99^0.06^11^205^127^267^0.32^0.011^0.003^1.8^0.8^0.032^0.135^0.070^0.262^0.035^4^0^4^4^^0.30^105^24^23^^15^^^^^^1.740^0.850^0.150^11^147.00^~.5 cup~^587.00^~1 package, yield (2 cups)~^0 ~19332~^~PUDDINGS,LEMON,DRY MIX,REG~^5.20^363^0.10^0.50^2.40^91.80^0.1^^5^0.17^4^3^5^506^0.02^0.024^0.025^1.1^0.0^0.005^0.024^0.019^0.030^0.005^0^0^0^0^^0.00^0^0^0^^^^^^^^^^^0^85.00^~1 package, (3 oz)~^21.20^~1 portion, amount to make 1/2 cup~^0 ~19333~^~PUDDING,LEMON,DRY MIX,REG,PREP W/ SUGAR,EGG YOLK & H2O~^73.62^109^0.65^1.12^0.42^24.20^0.0^13.51^8^0.13^1^16^6^63^0.10^0.013^0.005^2.4^0.0^0.006^0.023^0.003^0.123^0.012^4^0^4^4^^0.06^58^15^15^2^4^1^0^44^0.10^0.0^0.382^0.470^0.168^49^^~~^^~~^0 ~19334~^~SUGARS,BROWN~^1.34^380^0.12^0.00^0.45^98.09^0.0^97.02^83^0.71^9^4^133^28^0.03^0.047^0.064^1.2^0.0^0.000^0.000^0.110^0.132^0.041^1^0^1^1^2.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^220.00^~1 cup, packed~^145.00^~1 cup, unpacked~^0 ~19335~^~SUGARS,GRANULATED~^0.03^387^0.00^0.00^0.00^99.98^0.0^99.91^1^0.01^0^0^2^0^0.00^0.000^0.000^0.6^0.0^0.000^0.019^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^2.84^~1 serving, packet~^4.20^~1 tsp~^0 ~19336~^~SUGARS,POWDERED~^0.30^389^0.00^0.10^0.00^99.60^0.0^97.91^1^0.02^0^0^2^1^0.00^0.001^0.001^0.6^0.0^0.000^0.019^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.020^0.032^0.050^0^120.00^~1 cup, unsifted~^100.00^~1 cup, sifted~^0 ~19337~^~SWEETENERS,TABLETOP,ASPRT,EQ,PACKETS~^8.75^365^2.17^0.00^0.00^89.08^0.0^80.70^0^0.04^0^0^4^0^0.01^0.000^0.000^0.5^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^3.54^~1 tsp~^1.02^~1 serving, 1 packet~^0 ~19340~^~SUGARS,MAPLE~^8.00^354^0.10^0.20^0.80^90.90^0.0^84.87^90^1.61^19^3^274^11^6.06^0.099^4.422^0.8^0.0^0.009^0.013^0.040^0.048^0.003^0^0^0^0^2.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.036^0.064^0.100^0^3.00^~1 tsp~^28.35^~1 oz~^0 ~19345~^~SYRUPS,CHOC,HERSHEY'S GENUINE CHOC FLAV LITE SYRUP~^62.16^143^1.40^0.97^0.91^34.56^0.0^28.57^11^0.00^36^54^187^100^0.48^0.276^0.278^1.2^0.0^0.008^0.040^0.178^0.019^0.009^2^0^2^2^0.8^0.00^0^0^0^0^0^0^0^3^0.01^0.2^0.000^0.000^0.000^0^35.00^~2 tbsp~^^~~^0 ~16372~^~LIMA BNS,LRG,MATURE SEEDS,CKD,BLD,W/SALT~^69.79^115^7.80^0.38^1.15^20.88^7.0^2.90^17^2.39^43^111^508^238^0.95^0.235^0.516^4.5^0.0^0.161^0.055^0.421^0.422^0.161^83^0^83^83^32.5^0.00^0^0^0^0^0^0^0^0^0.18^2.0^0.089^0.034^0.171^0^188.00^~1 cup~^^~~^0 ~16375~^~LIMA BNS,THIN SEEDED (BABY),MATURE SEEDS,CKD,BLD,W/SALT~^67.15^126^8.04^0.38^1.12^23.31^7.7^^29^2.40^53^127^401^239^1.03^0.215^0.585^4.9^0.0^0.161^0.055^0.660^0.472^0.078^150^0^150^150^^0.00^0^0^0^^^^^^^^0.088^0.034^0.169^0^182.00^~1 cup~^^~~^0 ~16377~^~LUPINS,MATURE SEEDS,CKD,BLD,W/SALT~^71.08^116^15.57^2.92^1.14^9.29^2.8^^51^1.20^54^128^245^240^1.38^0.231^0.676^2.6^1.1^0.134^0.053^0.495^0.188^0.009^59^0^59^59^^0.00^0^0^0^^^^^^^^0.346^1.180^0.730^0^166.00^~1 cup~^^~~^0 ~16379~^~MOTHBEANS,MATURE SEEDS,CKD,BLD,W/SALT~^69.23^117^7.81^0.55^1.45^20.96^^^3^3.14^104^150^304^246^0.59^0.164^0.527^2.8^1.0^0.124^0.023^0.668^0.391^0.093^143^0^143^143^^0.00^10^1^0^^^^^^^^0.124^0.044^0.256^0^177.00^~1 cup~^^~~^0 ~16381~^~MUNG BNS,MATURE SEEDS,CKD,BLD,W/SALT~^72.66^105^7.02^0.38^0.79^19.15^7.6^2.00^27^1.40^48^99^266^238^0.84^0.156^0.298^2.5^1.0^0.164^0.061^0.577^0.410^0.067^159^0^159^159^29.4^0.00^24^1^0^0^14^0^0^0^0.15^2.7^0.116^0.054^0.128^0^202.00^~1 cup~^^~~^0 ~16384~^~MUNGO BNS,MATURE SEEDS,CKD,BLD,W/SALT~^72.51^105^7.54^0.55^1.06^18.34^6.4^2.01^53^1.75^63^156^231^243^0.83^0.139^0.412^2.5^1.0^0.150^0.075^1.500^0.433^0.058^94^0^94^94^29.6^0.00^31^2^0^0^19^0^0^0^0.15^2.7^0.038^0.029^0.359^0^180.00^~1 cup~^^~~^0 ~16386~^~PEAS,SPLIT,MATURE SEEDS,CKD,BLD,W/SALT~^69.49^116^8.34^0.39^1.27^20.51^8.3^2.90^14^1.29^36^99^362^238^1.00^0.181^0.396^0.6^0.4^0.190^0.056^0.890^0.595^0.048^65^0^65^65^32.8^0.00^7^0^0^0^4^0^0^0^0.03^5.0^0.054^0.081^0.165^0^196.00^~1 cup~^^~~^0 ~16389~^~PEANUTS,ALL TYPES,OIL-ROASTED,WO/SALT~^1.95^581^26.35^49.30^3.48^18.92^6.9^4.16^88^1.83^185^517^682^6^6.63^1.300^2.062^7.5^0.0^0.253^0.108^14.277^1.390^0.255^126^0^126^126^55.0^0.00^0^0^0^0^0^0^0^0^6.91^0.0^6.843^24.462^15.580^0^133.00^~1 cup, chopped~^28.35^~1 oz, shelled~^0 ~16390~^~PEANUTS,ALL TYPES,DRY-ROASTED,WO/SALT~^1.55^585^23.68^49.66^3.60^21.51^8.0^4.18^54^2.26^176^358^658^6^3.31^0.671^2.083^7.5^0.0^0.438^0.098^13.525^1.395^0.256^145^0^145^145^55.3^0.00^0^0^0^0^0^0^0^0^6.93^0.0^6.893^24.640^15.694^0^146.00^~1 cup~^28.35^~1 oz~^0 ~16392~^~PEANUTS,SPANISH,OIL-ROASTED,WO/SALT~^1.78^579^28.01^49.04^3.72^17.45^8.9^^100^2.28^168^387^776^6^2.00^0.661^2.355^7.5^0.0^0.317^0.085^14.933^1.392^0.256^126^0^126^126^^0.00^0^0^0^^^^^^^^7.555^22.073^17.008^0^147.00^~1 cup~^28.35^~1 oz~^0 ~16394~^~PEANUTS,VALENCIA,OIL-ROASTED,WO/SALT~^2.12^589^27.04^51.24^3.29^16.30^8.9^^54^1.65^160^319^612^6^3.08^0.838^1.721^7.5^0.0^0.090^0.153^14.338^1.387^0.243^126^0^126^126^^0.00^0^0^0^^^^^^^^7.894^23.065^17.772^0^144.00^~1 cup~^28.35^~1 oz~^0 ~16396~^~PEANUTS,VIRGINIA,OIL-ROASTED,WO/SALT~^2.17^578^25.87^48.62^3.48^19.86^8.9^^86^1.67^188^506^652^6^6.62^1.273^2.008^7.5^0.0^0.276^0.112^14.700^1.386^0.254^125^0^125^125^^0.00^0^0^0^^^^^^^^6.345^25.222^14.669^0^143.00^~1 cup~^28.35^~1 oz~^0 ~16397~^~PEANUT BUTTER,CHUNK STYLE,WO/SALT~^1.14^589^24.06^49.94^3.29^21.57^8.0^8.41^45^1.90^160^319^745^17^2.79^0.578^1.800^8.2^0.0^0.106^0.111^13.696^1.118^0.418^92^0^92^92^61.3^0.00^0^0^0^0^0^0^0^0^6.30^0.5^8.081^24.561^14.798^0^258.00^~1 cup~^32.00^~2 tbsp~^0 ~16398~^~PEANUT BUTTER,SMOOTH STYLE,WO/SALT~^1.81^588^25.09^50.39^3.15^19.56^6.0^9.22^43^1.87^154^358^649^17^2.91^0.473^1.466^5.6^0.0^0.073^0.105^13.403^1.060^0.543^74^0^74^74^63.0^0.00^0^0^0^0^0^0^0^0^8.99^0.6^10.292^23.713^13.867^0^258.00^~1 cup~^32.00^~2 tbsp~^0 ~16399~^~PEANUT BUTTER W/ OMEGA-3,CREAMY~^0.99^608^24.47^54.17^3.37^17.00^6.1^3.11^45^1.67^191^426^780^356^3.08^0.476^1.850^^^0.055^0.087^12.875^0.870^0.292^^^^^94.5^^^^^^^^^^10.34^^9.691^36.614^6.950^^16.25^~1 tbsp~^^~~^0 ~16402~^~PIGEON PEAS (RED GM),MATURE SEEDS,CKD,BLD,W/SALT~^68.55^121^6.76^0.38^1.06^23.25^6.7^^43^1.11^46^119^384^241^0.90^0.269^0.501^2.9^0.0^0.146^0.059^0.781^0.319^0.050^111^0^111^111^^0.00^3^0^0^^^^^^^^0.083^0.003^0.205^0^168.00^~1 cup~^^~~^0 ~16409~^~SOYBEANS,MATURE SEEDS,CKD,BLD,W/SALT~^62.55^173^16.64^8.97^1.91^9.93^6.0^3.00^102^5.14^86^245^515^237^1.15^0.407^0.824^7.3^1.7^0.155^0.285^0.399^0.179^0.234^54^0^54^54^^0.00^9^0^0^0^5^0^0^0^0.35^19.2^1.297^1.981^5.064^0^172.00^~1 cup~^^~~^0 ~16410~^~SOYBEANS,MATURE SEEDS,RSTED,NO SALT ADDED~^1.95^471^35.22^25.40^3.88^33.55^17.7^^138^3.90^145^363^1470^4^3.14^0.828^2.158^19.1^2.2^0.100^0.145^1.410^0.453^0.208^211^0^211^211^^0.00^0^0^0^^^^^^^^3.674^5.610^14.339^0^172.00^~1 cup~^^~~^0 ~16415~^~SOY FLR,FULL-FAT,RAW,CRUDE PROT BASIS (N X 6.25)~^5.16^434^37.80^20.65^4.46^31.93^9.6^^206^6.37^429^494^2515^13^3.92^2.920^2.275^7.5^0.0^0.581^1.160^4.320^1.590^0.461^345^0^345^345^^0.00^120^6^0^^^^^^^^2.987^4.561^11.657^0^85.00^~1 cup, stirred~^^~~^0 ~16416~^~SOY FLR,FULL-FAT,RSTD,CRUDE PROT BASIS (N X 6.25)~^3.81^439^38.09^21.86^5.86^30.38^^^188^5.82^369^476^2041^12^3.58^2.221^2.077^7.5^0.0^0.412^0.941^3.286^1.209^0.351^227^0^227^227^^0.00^110^6^0^^^^^^^^3.162^4.829^12.341^0^85.00^~1 cup, stirred~^^~~^0 ~16417~^~SOY FLR,DEFATTED,CRUDE PROT BASIS (N X 6.25)~^4.61^372^49.81^8.90^6.04^30.63^16.0^14.58^285^8.20^285^675^2090^9^4.10^1.600^3.150^58.9^0.0^1.088^0.280^2.950^1.550^1.050^305^0^305^305^191.7^0.00^40^2^0^0^24^0^0^0^0.55^4.1^1.290^1.460^4.215^0^100.00^~1 cup, stirred~^^~~^0 ~16418~^~SOY FLR,LOW-FAT,CRUDE PROT BASIS (N x 6.25)~^2.70^369^50.93^6.70^6.09^33.58^10.2^19.80^188^5.99^229^593^2570^18^1.18^5.080^3.080^9.3^0.0^0.380^0.285^2.160^1.820^0.522^410^0^410^410^^0.00^40^2^0^0^24^0^0^0^0.19^4.1^0.969^1.480^3.782^0^88.00^~1 cup, stirred~^^~~^0 ~16419~^~SOY MEAL,DEFATTED,RAW,CRUDE PROT BASIS (N X 6.25)~^6.94^337^49.20^2.39^5.58^35.89^^^244^13.70^306^701^2490^3^5.06^2.000^3.800^3.3^0.0^0.691^0.251^2.587^1.976^0.569^303^0^303^303^^0.00^40^2^0^^^^^^^^0.268^0.409^1.045^0^122.00^~1 cup~^^~~^0 ~16420~^~SOY PROT CONC,PRODUCED BY ACID WASH~^5.80^331^58.13^0.46^4.70^30.91^5.5^20.00^363^10.78^140^839^450^900^4.40^0.976^4.190^0.8^0.0^0.316^0.142^0.716^0.057^0.134^340^0^340^340^^0.00^0^0^0^0^0^0^0^0^^0.0^0.052^0.079^0.201^0^28.35^~1 oz~^^~~^0 ~16421~^~SOY PROT CONC,CRUDE PROT BASIS (N X 6.25),ACID WASH~^5.80^328^63.63^0.46^4.70^25.41^5.5^^363^10.78^140^839^450^900^4.40^0.976^4.190^0.8^0.0^0.316^0.142^0.716^0.057^0.134^340^0^340^340^^0.00^0^0^0^^^^^^^^0.052^0.079^0.201^0^28.35^~1 oz~^^~~^0 ~16422~^~SOY PROT ISOLATE,K TYPE~^4.98^326^80.69^0.53^3.58^10.22^5.6^0.00^178^14.50^39^776^1590^50^4.03^1.599^1.493^0.8^0.0^0.176^0.100^1.438^0.060^0.100^176^0^176^176^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.077^0.117^0.299^0^28.35^~1 oz~^^~~^0 ~16423~^~SOY PROT ISOLATE,K TYPE,CRUDE PROT BASIS~^4.98^321^88.32^0.53^3.58^2.59^2.0^0.00^178^14.50^39^776^1590^50^4.03^1.599^1.493^0.8^0.0^0.176^0.100^1.438^0.060^0.100^176^0^176^176^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.066^0.101^0.258^0^28.35^~1 oz~^^~~^0 ~16424~^~SOY SAU MADE FROM SOY&WHEAT (SHOYU),LO NA~^71.09^53^5.17^0.08^15.15^8.51^0.8^1.70^17^2.02^34^110^180^3333^0.37^0.115^0.424^0.8^0.0^0.050^0.130^3.360^0.320^0.170^16^0^16^16^32.7^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.010^0.012^0.036^0^255.00^~1 cup~^16.00^~1 tbsp~^0 ~16426~^~TOFU,RAW,FIRM,PREP W/CA SULFATE~^69.83^145^15.78^8.72^1.40^4.27^2.3^^683^2.66^58^190^237^14^1.57^0.378^1.181^17.4^0.2^0.158^0.102^0.381^0.133^0.092^29^0^29^29^^0.00^166^^^^^^^^^^1.261^1.925^4.921^0^126.00^~.5 cup~^81.00^~.25 block~^0 ~16427~^~TOFU,RAW,REG,PREP W/CA SULFATE~^84.55^76^8.08^4.78^0.72^1.88^0.3^^350^5.36^30^97^121^7^0.80^0.193^0.605^8.9^0.1^0.081^0.052^0.195^0.068^0.047^15^0^15^15^^0.00^85^4^0^^^^^^^^0.691^1.056^2.699^0^124.00^~.5 cup~^116.00^~.25 block~^0 ~18028~^~BREAD,EGG,TOASTED~^28.30^315^10.50^6.60^2.00^52.60^2.5^1.94^102^3.34^21^117^126^540^0.86^0.178^0.549^32.9^0.0^0.385^0.432^4.795^0.202^0.064^98^44^54^129^91.9^0.11^231^69^69^0^0^0^0^46^0.29^1.0^1.616^2.989^1.149^56^28.35^~1 oz~^37.00^~1 slice, (5" x 3" x 1/2")~^0 ~18029~^~BREAD, FRENCH OR VIENNA (INCLUDES SOURDOUGH)~^27.81^289^11.75^1.83^2.18^56.44^2.4^2.56^44^3.63^28^114^128^650^0.93^0.136^0.524^27.1^0.2^0.433^0.287^4.760^0.334^0.100^148^117^31^230^14.8^0.00^0^0^0^0^0^0^0^12^0.18^0.6^0.497^0.347^0.787^0^32.00^~1 slice, small (2" x 2-1/2" x 1-3/4")~^64.00^~1 slice, medium (4" x 2-1/2" x 1-3/4")~^0 ~18030~^~BREAD, FRENCH OR VIENNA, TSTD (IND SOURDOUGH)~^20.61^319^13.00^2.14^2.31^61.93^3.1^3.59^47^3.87^31^126^140^720^1.05^0.150^0.573^29.7^0.2^0.427^0.370^5.380^0.616^0.096^140^111^29^217^17.5^0.00^0^0^0^0^0^0^0^13^0.19^0.5^0.502^0.386^0.830^0^29.00^~1 slice, small~^59.00^~1 slice, medium~^0 ~18032~^~BREAD,IRISH SODA,PREP FROM RECIPE~^30.10^290^6.60^5.00^1.90^56.00^2.6^^81^2.69^23^114^266^398^0.57^0.130^0.355^16.0^0.8^0.298^0.269^2.405^0.250^0.083^47^37^10^73^^0.05^194^48^45^^^^^^^^1.111^1.999^1.478^18^28.35^~1 oz~^^~~^0 ~18033~^~BREAD,ITALIAN~^35.70^271^8.80^3.50^1.90^50.00^2.7^0.83^78^2.94^27^103^110^584^0.86^0.191^0.464^27.2^0.0^0.473^0.292^4.381^0.378^0.048^191^161^30^304^14.8^0.00^0^0^0^0^0^0^0^48^0.29^1.2^0.855^0.812^1.390^0^28.35^~1 oz~^30.00^~1 slice, large (4-1/2" x 3-1/4" x 3/4")~^0 ~18035~^~BREAD,MULTI-GRAIN (INCLUDES WHOLE-GRAIN)~^36.94^265^13.36^4.23^2.13^43.34^7.4^6.39^103^2.50^78^228^230^420^1.70^0.282^2.025^32.9^0.1^0.279^0.131^4.042^0.336^0.263^75^0^75^75^26.5^0.00^0^0^0^0^0^0^0^94^0.37^1.4^0.872^0.760^1.872^0^28.35^~1 oz~^26.35^~1 slice, regular~^0 ~18036~^~BREAD,MULTI-GRAIN,TSTD (INCLUDES WHOLE-GRAIN)~^31.46^288^14.52^4.60^2.32^47.11^8.1^6.94^111^2.72^85^247^250^457^1.85^0.307^2.201^35.8^0.1^0.243^0.142^4.394^0.365^0.286^70^0^70^70^28.8^0.00^0^0^0^0^0^0^0^97^0.40^1.5^0.948^0.826^2.035^0^28.35^~1 oz~^24.00^~1 slice, regular~^0 ~18037~^~BREAD,OAT BRAN~^44.00^236^10.40^4.40^1.50^39.80^4.5^7.70^65^3.12^35^141^147^407^0.89^0.135^0.779^30.0^0.0^0.504^0.346^4.831^0.581^0.073^81^56^25^120^14.6^0.00^5^2^2^0^0^0^0^46^0.44^1.2^0.697^1.590^1.694^0^28.35^~1 oz~^30.00^~1 slice~^0 ~18038~^~BREAD,OAT BRAN,TOASTED~^38.50^259^11.40^4.80^1.60^43.70^4.9^8.46^71^3.43^34^116^123^448^1.05^0.128^0.760^33.0^0.0^0.443^0.343^4.778^0.114^0.040^69^50^19^104^16.1^0.00^5^2^2^0^0^0^0^48^0.48^1.3^0.766^1.748^1.861^0^28.35^~1 oz~^27.00^~1 slice~^0 ~18039~^~BREAD,OATMEAL~^36.70^269^8.40^4.40^2.00^48.50^4.0^8.14^66^2.70^37^126^142^599^1.02^0.209^0.940^24.6^0.0^0.399^0.240^3.136^0.341^0.068^62^35^27^87^14.6^0.03^16^5^5^0^0^0^0^72^0.48^1.5^0.703^1.578^1.702^0^28.35^~1 oz~^27.00^~1 slice~^0 ~18040~^~BREAD,OATMEAL,TOASTED~^31.20^292^9.20^4.80^2.10^52.70^4.3^8.84^72^2.94^41^137^154^651^1.11^0.227^1.022^26.7^0.3^0.347^0.235^3.068^0.241^0.067^53^32^21^75^15.9^0.02^15^5^5^0^0^0^0^75^0.53^1.7^0.764^1.715^1.850^0^28.35^~1 oz~^25.00^~1 slice~^0 ~18041~^~BREAD,PITA,WHITE,ENRICHED~^32.10^275^9.10^1.20^1.90^55.70^2.2^1.30^86^2.62^26^97^120^536^0.84^0.168^0.481^27.1^0.0^0.599^0.327^4.632^0.397^0.034^107^83^24^165^14.6^0.00^0^0^0^0^0^0^0^53^0.30^0.2^0.166^0.105^0.535^0^60.00^~1 pita, large (6-1/2" dia)~^28.00^~1 pita, small (4" dia)~^0 ~18042~^~BREAD,PITA,WHOLE-WHEAT~^30.60^266^9.80^2.60^2.00^55.00^7.4^0.82^15^3.06^69^180^170^532^1.52^0.290^1.740^44.0^0.0^0.339^0.080^2.840^0.831^0.265^35^0^35^35^26.5^0.00^0^0^0^0^0^0^0^53^0.61^1.4^0.410^0.349^1.055^0^64.00^~1 pita, large (6-1/2" dia)~^28.00^~1 pita, small (4" dia)~^0 ~18043~^~BREAD,PROT (INCL GLUTEN)~^40.00^245^12.10^2.20^1.90^43.80^3.0^1.44^124^4.15^65^185^322^547^1.82^0.417^1.472^32.9^0.0^0.360^0.394^4.289^0.420^0.071^116^81^35^173^18.7^0.00^5^0^0^0^3^0^0^77^0.36^1.3^0.332^0.183^1.009^0^28.35^~1 oz~^19.00^~1 slice~^0 ~18044~^~BREAD,PUMPERNICKEL~^37.90^250^8.70^3.10^2.60^47.50^6.5^0.53^68^2.87^54^178^208^671^1.48^0.287^1.305^24.5^0.0^0.327^0.305^3.091^0.404^0.126^93^59^34^134^14.6^0.00^0^0^0^0^0^0^0^46^0.42^0.8^0.437^0.932^1.237^0^28.35^~1 oz~^26.00^~1 slice, regular~^0 ~18045~^~BREAD,PUMPERNICKEL,TSTD~^31.80^275^9.50^3.40^2.80^52.20^7.1^0.58^74^3.15^60^195^228^738^1.62^0.315^1.434^26.9^0.0^0.287^0.301^3.057^0.288^0.124^87^60^26^128^16.1^0.00^0^0^0^0^0^0^0^48^0.46^0.9^0.481^1.024^1.359^0^28.35^~1 oz~^29.00^~1 slice, (5" x 4" x 3/8")~^0 ~18047~^~BREAD,RAISIN,ENRICHED~^33.60^274^7.90^4.40^1.80^52.30^4.3^5.68^66^2.90^26^109^227^390^0.72^0.198^0.501^20.0^0.1^0.339^0.398^3.466^0.387^0.069^106^72^34^156^14.6^0.00^0^0^0^0^0^0^0^44^0.28^1.7^1.081^2.294^0.679^0^28.35^~1 oz~^32.00^~1 slice, large~^0 ~18048~^~BREAD,RAISIN,TSTD,ENR~^27.80^297^8.60^4.80^1.90^56.90^4.7^6.18^72^3.15^28^118^246^424^0.78^0.215^0.545^21.7^0.4^0.294^0.390^3.391^0.274^0.068^98^72^26^148^15.9^0.00^0^0^0^0^0^0^0^46^0.31^1.9^1.175^2.494^0.738^0^28.35^~1 oz~^29.00^~1 slice, large~^0 ~18049~^~BREAD,RED-CAL,OAT BRAN~^46.00^201^8.00^3.20^1.50^41.30^12.0^3.52^57^3.15^55^139^102^351^1.05^0.291^1.101^20.6^0.0^0.354^0.203^3.763^0.492^0.103^81^47^34^114^14.6^0.00^2^0^0^0^1^0^0^42^0.28^1.7^0.445^0.684^1.670^0^28.35^~1 oz~^23.00^~1 slice~^0 ~18507~^~KELLOGG'S EGGO LOWFAT BLUEBERRY NUTRI - GRAIN WAFFLES~^46.06^208^5.95^2.83^2.45^42.71^3.5^8.89^61^4.62^54^77^68^591^^^^^0.0^0.380^0.440^5.130^^0.510^51^^^^^1.54^1282^^^^^^^^^^0.410^1.150^0.800^0^35.00^~1 waffle, round (4" dia) (include frozen)~^70.00^~1 serving~^0 ~18508~^~KELLOGG'S POP-TARTS PASTRY SWIRLS,APPL CINN DANISH~^16.80^413^4.80^17.70^1.00^59.70^1.4^17.70^32^1.74^^^^306^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^4.800^5.800^7.100^0^62.00^~1 pastry~^^~~^0 ~18509~^~KELLOGG'S POP-TARTS PASTRY SWIRLS,STRAWBERRY DANISH~^16.32^410^4.80^17.70^1.18^60.00^1.8^25.80^32^1.74^^^^274^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^4.800^5.800^7.100^0^62.00^~1 pastry~^^~~^0 ~18510~^~KELLOGG'S POP-TARTS PASTRY SWIRLS,CHS DANISH~^16.85^407^4.80^17.70^1.55^59.10^0.5^19.40^64^1.74^^^^290^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^4.800^5.800^7.100^1^62.00^~1 pastry~^^~~^0 ~18512~^~KELLOGG'S EGGO GOLDEN OAT WAFFLES~^50.60^198^6.83^3.22^1.83^37.52^3.5^3.47^66^4.60^44^323^191^385^^^^^0.8^0.400^0.500^5.100^^0.500^41^^^^^1.50^1282^^^^^^^^^^0.600^1.067^1.067^1^35.00^~1 waffle, round (4" dia) (include frozen)~^70.00^~1 serving~^0 ~18513~^~ARCHWAY HOME STYLE COOKIES,SUGAR FREE OATMEAL~^5.00^442^5.54^20.92^1.34^67.20^1.9^1.26^20^1.96^^^87^308^^^^^0.0^0.270^0.170^1.810^^^58^^^^^^1^^^^^^^^^^4.900^7.860^1.310^0^24.00^~1 serving~^^~~^0 ~18514~^~ARCHWAY Home Style Cookies, Sugar Free Rocky Road~^7.30^466^5.87^20.52^1.89^64.41^2.8^0.71^174^3.16^^^257^282^^^^^^0.230^0.190^1.810^^^56^^^^^^19^^^^^^^^^^5.050^7.190^4.160^0^24.00^~1 serving~^^~~^0 ~18516~^~ARCHWAY Home Style Cookies, Apple Filled Oatmeal~^14.99^393^4.47^11.78^1.55^67.21^1.7^32.38^32^2.38^^^180^331^^^^^^0.280^0.170^1.900^^^55^^^^^^9^^^^^^^^^^2.700^4.760^1.020^6^25.00^~1 serving~^^~~^0 ~18517~^~ARCHWAY Home Style Cookies, Apricot Filled~^14.99^400^4.52^13.17^1.46^65.86^2.2^30.06^20^2.36^^^135^318^^^^^^0.270^0.180^2.230^^^61^^^^^^60^^^^^^^^^^5.120^4.110^1.100^6^25.00^~1 serving~^^~~^0 ~18520~^~ARCHWAY Home Style Cookies, Cherry Filled~^15.01^405^4.62^14.12^1.50^64.75^2.0^31.31^25^2.29^^^138^347^^^^^0.0^0.270^0.240^2.030^^^61^^^^^^51^^^^^^^^^^5.570^4.500^1.090^21^25.00^~1 serving~^^~~^0 ~18521~^~ARCHWAY Home Style Cookies, Chocolate Chip Drop~^15.81^407^3.95^15.33^1.64^63.28^1.6^28.97^14^2.18^^^95^393^^^^^0.0^0.250^0.170^2.080^^^62^^^^^^11^^^^^^^^^^5.290^5.400^1.000^12^25.00^~1 serving~^^~~^0 ~18522~^~ARCHWAY Home Style Cookies, Chocolate Chip Ice Box~^5.01^497^4.28^24.40^1.28^65.02^2.0^34.06^14^2.63^^^127^270^^^^^0.0^0.250^0.170^2.060^^^60^^^^^^16^^^^^^^^^^8.080^8.940^1.430^13^24.00^~1 serving~^^~~^0 ~18524~^~ARCHWAY Home Style Cookies, Coconut Macaroon~^11.50^460^3.02^22.55^1.71^61.23^5.1^45.16^5^0.82^^^123^241^^^^^0.0^0.020^0.060^0.220^^^5^^^^^^0^^^^^^^^^^20.100^1.610^0.810^0^22.00^~1 serving~^^~~^0 ~18525~^~ARCHWAY Home Style Cookies, Cookies Jar Hermits~^11.82^390^5.28^9.77^2.80^70.33^1.8^34.53^58^2.79^^^171^657^^^^^0.0^0.310^0.250^2.540^^^72^^^^^^16^^^^^^^^^^2.310^3.880^0.840^10^25.00^~1 serving~^^~~^0 ~18526~^~ARCHWAY Home Style Cookies, Dark Molasses~^9.93^407^4.16^12.59^3.95^69.38^1.1^35.05^44^4.54^^^348^555^^^^^0.0^0.310^0.220^2.830^^^69^^^^^^6^^^^^^^^^^2.880^5.020^0.980^0^28.00^~1 serving~^^~~^0 ~18527~^~ARCHWAY Home Style Cookies, Date Filled Oatmeal~^13.49^400^4.67^12.05^1.62^68.16^2.1^34.27^28^2.26^^^159^331^^^^^^0.280^0.170^1.990^^^56^^^^^^13^^^^^^^^^^2.760^4.820^1.110^6^25.00^~1 serving~^^~~^0 ~18528~^~ARCHWAY Home Style Cookies, Dutch Cocoa~^9.32^431^4.50^14.99^1.75^69.44^2.6^35.35^13^3.36^^^239^384^^^^^^0.260^0.180^2.220^^^63^^^^^^14^^^^^^^^^^3.620^5.940^1.180^7^24.00^~1 serving~^^~~^0 ~18529~^~ARCHWAY HOME STYLE COOKIES,FROSTY LEMON~^12.03^430^4.41^17.11^1.67^64.78^0.7^33.35^41^1.62^^^92^366^^^^^0.0^0.240^0.200^1.950^^^59^^^^^^0^^^^^^^^^^5.830^5.750^0.920^0^26.00^~1 serving~^^~~^0 ~18531~^~ARCHWAY Home Style Cookies, Fruit & Honey Bar~^11.79^408^4.44^12.54^1.82^69.42^1.9^37.51^23^2.18^^^190^413^^^^^0.0^0.280^0.200^2.210^^^63^^^^^^12^^^^^^^^^^2.880^5.090^0.940^17^26.00^~1 serving~^^~~^0 ~18532~^~ARCHWAY Home Style Cookies, Iced Molasses~^10.34^420^3.50^14.43^2.61^69.12^1.0^38.43^24^4.10^^^125^527^^^^^^0.260^0.190^2.390^^^61^^^^^^11^^^^^^^^^^4.160^4.750^2.440^12^28.00^~1 serving~^^~~^0 ~18533~^~ARCHWAY Home Style Cookies, Iced Oatmeal~^9.99^435^4.89^16.53^1.84^66.76^2.0^37.20^32^2.19^^^185^377^^^^^0.0^0.270^0.150^1.640^^^50^^^^^^15^^^^^^^^^^4.610^5.610^2.720^8^28.00^~1 serving~^^~~^0 ~18535~^~ARCHWAY Home Style Cookies, Molasses~^11.43^403^4.25^12.06^2.85^69.41^1.2^36.35^29^4.68^^^117^577^^^^^0.0^0.300^0.230^2.710^^^69^^^^^^17^^^^^^^^^^2.810^4.860^1.050^25^26.00^~1 serving~^^~~^0 ~18537~^~ARCHWAY Home Style Cookies, Oatmeal~^10.28^421^5.48^14.08^2.00^68.17^2.9^34.50^35^2.45^^^219^394^^^^^0.0^0.300^0.180^1.880^^^54^^^^^^15^^^^^^^^^^3.200^5.660^1.330^10^25.00^~1 serving~^^~~^0 ~18538~^~ARCHWAY Home Style Cookies, Oatmeal Raisin~^11.53^406^5.17^12.08^1.95^69.27^2.7^39.55^38^2.40^^^285^339^^^^^0.0^0.280^0.160^1.690^^^47^^^^^^15^^^^^^^^^^2.750^4.850^1.160^8^26.00^~1 serving~^^~~^0 ~18539~^~ARCHWAY Home Style Cookies, Old Fashioned Molasses~^10.41^406^4.27^11.83^2.94^70.55^1.1^36.09^32^4.99^^^^561^^^^^0.0^0.310^0.240^2.840^^^71^^^^^^12^^^^^^^^^^2.770^4.800^1.000^25^26.00^~1 serving~^^~~^0 ~18540~^~ARCHWAY Home Style Cookies, Old Fashioned Windmill Cookies~^3.00^468^5.17^17.55^2.05^72.23^1.8^32.64^36^3.06^^^113^471^^^^^0.0^0.340^0.250^2.940^^^82^^^^^^2^^^^^^^^^^3.750^7.820^1.670^1^20.00^~1 serving~^^~~^0 ~18541~^~ARCHWAY HOME STYLE COOKIES,PNUT BUTTER~^6.35^480^9.00^24.28^1.90^58.48^2.8^32.55^35^2.72^^^209^404^^^^^0.0^0.240^0.200^4.370^^^^^^^^^61^^^^^^^^^^5.390^10.210^4.230^37^21.00^~1 serving~^^~~^0 ~18543~^~ARCHWAY Home Style Cookies, Pecan Ice Box~^6.71^500^4.56^26.46^1.25^61.02^1.2^28.23^11^2.15^^^76^317^^^^^0.0^0.300^0.210^2.380^^^71^^^^^^15^^^^^^^^^^5.670^11.550^2.450^31^24.00^~1 serving~^^~~^0 ~18544~^~ARCHWAY HOME STYLE COOKIES,RASPBERRY FILLED~^14.99^400^4.35^13.26^1.48^65.92^2.2^31.76^20^2.32^^^118^334^^^^^^0.340^0.180^2.130^^^62^^^^^^18^^^^^^^^^^5.160^4.140^1.100^6^25.00^~1 serving~^^~~^0 ~18545~^~ARCHWAY HOME STYLE COOKIES,RUTH'S OATMEAL~^9.99^428^5.94^15.88^2.03^66.15^2.6^34.09^31^2.76^^^184^440^^^^^0.0^0.270^0.160^1.690^^^^^^^^^34^^^^^^^^^^3.530^5.630^2.370^16^26.00^~1 serving~^^~~^0 ~18546~^~ARCHWAY Home Style Cookies, Soft Sugar Drop~^16.39^397^4.82^13.87^1.67^63.26^0.8^30.79^39^1.97^^^98^398^^^^^^0.270^0.230^2.150^^^69^^^^^^21^^^^^^^^^^3.330^5.710^1.020^41^^~~^^~~^0 ~18547~^~ARCHWAY Home Style Cookies, Strawberry Filled~^14.99^400^4.35^13.26^1.48^65.92^2.2^31.76^20^2.32^^^118^334^^^^^^0.340^0.180^2.130^^^62^^^^^^18^^^^^^^^^^5.160^4.140^1.100^6^25.00^~1 serving~^^~~^0 ~18548~^~ARCHWAY Home Style Cookies, Sugar~^10.62^411^4.88^12.80^2.68^69.02^1.5^^25^2.46^^^88^640^^^^^0.0^0.320^0.240^2.600^^^78^^^^^^19^^^^^^^^^^2.960^5.040^1.200^16^24.00^~1 serving~^^~~^0 ~18549~^~ARCHWAY Home Style Cookies, Gourmet Apple'n Raisin~^9.51^435^5.10^16.64^2.41^66.33^2.5^33.97^34^2.50^^^232^527^^^^^0.0^0.280^0.140^1.590^^^48^^^^^^10^^^^^^^^^^3.610^6.360^2.420^7^26.00^~1 serving~^^~~^0 ~18553~^~ARCHWAY HOME STYLE COOKIES,FAT FREE DEVIL'S FD COOKIE~^12.99^338^4.82^0.90^2.03^79.27^2.8^41.20^10^2.63^^^269^393^^^^^0.0^0.280^0.190^2.220^^^65^^^^^^0^^^^^^^^^^0.320^0.290^0.280^0^20.00^~1 serving~^^~~^0 ~18555~^~ARCHWAY Home Style Cookies, Fat Free Oatmeal Raisin~^12.10^348^4.12^1.51^2.71^79.56^2.1^47.07^32^2.47^^^276^576^^^^^^0.270^0.150^1.850^^^50^^^^^^5^^^^^^^^^^0.320^0.580^0.610^44^31.00^~1 serving~^^~~^0 ~18560~^~ARCHWAY Home Style Cookies, Gourmet Oatmeal Pecan~^9.28^472^5.42^23.13^1.69^60.48^3.1^27.71^25^2.14^^^145^345^^^^^^0.270^0.150^1.640^^^46^^^^^^10^^^^^^^^^^7.580^8.610^2.210^8^28.00^~1 serving~^^~~^0 ~18562~^~ARCHWAY Home Style Cookies, Reduced Fat Ginger Snaps~^5.22^424^4.67^11.14^2.75^76.23^1.1^36.28^62^12.57^^^309^406^^^^^^0.320^0.220^2.860^^^76^^^^^^2^^^^^^^^^^2.600^3.580^1.650^1^32.00^~1 serving~^^~~^0 ~18563~^~ARCHWAY Home Style Cookies, Gourmet Rocky Road~^8.02^461^4.86^19.71^1.46^65.94^2.6^34.92^18^2.93^^^240^283^^^^^0.0^0.230^0.170^1.900^^^57^^^^^^11^^^^^^^^^^5.130^6.820^3.480^10^28.00^~1 serving~^^~~^0 ~18564~^~ARCHWAY Home Style Cookies, Gourmet Ruth's Golden Oatmeal~^10.90^431^5.67^16.44^2.01^64.97^2.7^33.74^36^2.30^^^232^391^^^^^^0.290^0.170^1.810^^^55^^^^^^20^^^^^^^^^^3.290^5.670^4.110^8^28.00^~1 serving~^^~~^0 ~18565~^~ARCHWAY Home Style Cookies, Sugar Free Chocolate Chip~^4.99^487^4.51^22.71^1.68^66.11^1.1^0.90^261^2.12^^^76^267^^^^^0.0^0.230^0.180^1.890^^^56^^^^^^9^^^^^^^^^^6.300^9.130^1.350^0^24.00^~1 serving~^^~~^0 ~18566~^~ARTIFICIAL BLUEBERRY MUFFIN MIX,DRY~^6.40^407^4.70^8.70^2.75^77.45^^^^^^^^760^^^^^^^^^^^^^^^^^^^^^^^^^^^1.865^3.742^1.679^^31.00^~1 muffin~^^~~^0 ~19348~^~SYRUPS,CHOC,FUDGE-TYPE~^21.80^350^4.60^8.90^1.80^62.90^2.8^34.82^49^1.30^48^97^284^346^0.83^0.348^0.371^2.3^0.2^0.034^0.091^0.250^0.119^0.020^4^0^4^4^5.5^0.06^2^1^1^0^0^0^0^4^2.63^2.5^3.980^3.857^0.278^1^304.00^~1 cup~^38.00^~2 tbsp~^0 ~19349~^~SYRUPS,CORN,DK~^22.01^286^0.00^0.00^0.40^77.59^0.0^26.70^18^0.37^8^11^44^155^0.04^0.053^0.100^2.9^0.0^0.011^0.009^0.020^0.023^0.009^0^0^0^0^13.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^328.00^~1 cup~^20.00^~1 tbsp~^0 ~19350~^~SYRUPS,CORN,LT~^22.81^283^0.00^0.20^0.20^76.79^0.0^26.77^13^0.00^1^0^1^62^0.44^0.000^0.000^0.7^0.0^0.059^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^340.55^~1 cup~^21.85^~1 tbsp~^0 ~19351~^~SYRUPS,CORN,HIGH-FRUCTOSE~^24.00^281^0.00^0.00^0.00^76.00^0.0^26.36^0^0.03^0^0^0^2^0.02^0.029^0.094^0.7^0.0^0.000^0.019^0.000^0.011^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^310.00^~1 cup~^19.00^~1 tbsp~^0 ~19352~^~SYRUPS,MALT~^21.10^318^6.20^0.00^1.30^71.30^0.0^71.30^61^0.96^72^236^320^35^0.14^0.200^0.100^12.3^0.0^0.011^0.393^8.120^0.171^0.500^12^0^12^12^^0.00^0^0^0^^^^^^^^0.000^0.000^0.000^0^384.00^~1 cup~^24.00^~1 tbsp~^0 ~19353~^~SYRUPS,MAPLE~^32.11^261^0.00^0.20^0.60^67.09^0.0^59.52^67^1.20^14^2^204^9^4.16^0.074^3.298^0.6^0.0^0.006^0.010^0.030^0.036^0.002^0^0^0^0^1.6^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.036^0.064^0.100^0^322.45^~1 cup~^20.00^~1 tbsp~^0 ~19355~^~SYRUPS,SORGHUM~^22.70^290^0.00^0.00^2.40^74.90^0.0^74.90^150^3.80^100^56^1000^8^0.41^0.130^1.530^1.7^0.0^0.100^0.155^0.100^0.804^0.670^0^0^0^0^13.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^330.00^~1 cup~^21.00^~1 tbsp~^0 ~19359~^~CANDIES,MASTERFOODS USA,SNICKERS CRUNCHER~^4.47^488^6.86^24.38^1.43^62.85^1.9^46.54^90^0.68^^^^189^^^^^0.5^^^^^^^^^^^^120^^^^^^^^^^12.703^^^9^47.10^~1 serving, 1.66 oz bar~^15.00^~1 bar, fun size~^0 ~19360~^~SYRUPS,TABLE BLENDS,PANCAKE,W/2% MAPLE~^30.10^265^0.00^0.10^0.20^69.60^0.0^42.00^5^0.07^2^10^6^61^0.23^0.045^0.185^0.4^0.0^0.005^0.017^0.003^0.008^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.018^0.032^0.050^0^315.00^~1 cup~^20.00^~1 tbsp~^0 ~19361~^~SYRUPS,TABLE BLENDS,CANE&15% MAPLE~^30.10^278^0.00^0.10^0.35^69.52^0.1^68.20^12^0.19^2^0^53^104^0.63^0.017^0.495^0.5^0.0^0.001^0.014^0.005^0.005^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.020^0.032^0.050^0^315.00^~1 cup~^20.00^~1 tbsp~^0 ~19362~^~SYRUPS,TABLE BLENDS,CORN,REFINER,&SUGAR~^15.60^319^0.00^0.00^0.50^83.90^0.0^^23^0.74^9^8^63^71^0.03^0.060^0.088^0.8^0.0^0.006^0.047^0.020^0.035^0.009^3^0^3^3^^0.00^0^0^0^^^^^^^^0.000^^^0^316.00^~1 cup~^20.00^~1 tbsp~^0 ~19363~^~CANDIES,MASTERFOODS USA,SKITTLES WILD BERRY BITE SIZE~^3.83^405^0.19^4.25^0.97^90.90^0.0^75.92^0^0.00^^^^15^^^^^67.1^^^^^^^^^^^^0^^^^^^^^^^4.115^^^0^61.50^~1 serving, 2.1 oz bag~^20.00^~1 serving, fun size bag~^0 ~19364~^~TOPPINGS,BUTTERSCOTCH OR CARAMEL~^32.00^252^1.50^0.10^0.50^65.90^0.9^^53^0.20^7^47^84^349^0.19^0.024^0.050^0.0^0.3^0.012^0.095^0.039^0.158^0.014^2^0^2^2^^0.09^90^27^27^^^^^^^^0.110^0.020^0.000^1^41.00^~2 tbsp~^^~~^0 ~19365~^~TOPPINGS,MARSHMLLW CRM~^19.80^322^0.80^0.30^0.10^79.00^0.1^46.80^3^0.22^2^8^5^80^0.04^0.095^0.008^1.9^0.0^0.001^0.001^0.076^0.005^0.002^1^0^1^1^0.1^0.00^1^0^0^0^0^0^0^0^0.00^0.0^0.056^0.080^0.047^0^28.35^~1 oz~^198.00^~1 jar~^0 ~19366~^~TOPPINGS,PINEAPPLE~^33.00^253^0.10^0.10^0.40^66.40^0.4^21.01^6^0.12^6^3^43^42^0.05^0.052^0.070^0.7^3.1^0.038^0.018^0.101^0.012^0.028^2^0^2^2^1.6^0.00^17^1^0^0^10^0^0^0^0.01^0.2^0.018^0.032^0.050^0^340.00^~1 cup~^42.00^~2 tbsp~^0 ~19367~^~TOPPINGS,NUTS IN SYRUP~^14.69^448^4.50^22.00^0.73^58.08^2.3^36.72^35^1.05^54^118^151^42^1.05^0.540^1.207^2.1^0.3^0.180^0.120^0.373^0.207^0.178^26^0^26^26^11.8^0.00^7^0^0^0^4^0^0^3^0.23^0.9^1.960^4.970^13.730^0^328.00^~1 cup~^41.00^~2 tbsp~^0 ~19368~^~CANDIES,MASTERFOODS USA,SKITTLES TROPICAL BITE SIZE CANDIES~^3.83^405^0.19^4.34^0.97^90.77^0.0^75.76^0^0.00^^^^15^^^^^67.1^^^^^^^^^^^^0^^^^^^^^^^^^^0^61.50^~1 serving, 2.1 oz bag~^20.00^~1 serving, fun size bag~^0 ~19369~^~CANDIES,MASTERFOODS USA,SKITTLES SOURS ORIGINAL~^3.83^397^0.18^4.00^0.97^86.94^0.0^73.16^0^0.01^^^^14^^^^^61.1^^^^^^^^^^^^0^^^^^^^^^^3.765^^^0^51.00^~1 serving, 1.80 oz bag~^^~~^0 ~19370~^~CANDIES,MASTERFOODS USA,SKITTLES ORIGINAL BITE SIZE CANDIES~^3.83^405^0.19^4.37^0.97^90.78^0.0^75.84^0^0.00^1^1^12^15^0.02^0.036^0.063^1.0^66.8^0.000^0.023^0.007^0.014^0.003^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^1^0.17^1.1^4.115^0.000^0.000^0^61.50^~1 serving, 2.17 oz pack~^205.00^~1 cup~^0 ~19371~^~FROSTINGS,VANILLA,CREAMY,DRY MIX,PREP W/ MARGARINE~^12.18^413^0.34^12.74^0.47^74.28^0.1^^6^0.01^2^6^10^114^0.01^0.028^0.010^0.6^0.0^0.001^0.006^0.003^0.015^0.002^0^0^0^0^^0.01^393^80^73^^91^^^^0.99^^1.740^3.942^2.797^0^^~~^^~~^0 ~19372~^~FROSTINGS,CHOC,CREAMY,DRY MIX,PREP W/ MARGARINE~^14.07^404^1.10^12.87^0.69^71.02^1.9^^12^0.93^30^50^143^163^0.63^0.227^0.257^1.2^0.0^0.006^0.026^0.112^0.032^0.063^2^0^2^2^^0.01^393^80^73^^91^^^^0.99^^1.740^3.943^2.797^0^^~~^^~~^0 ~16428~^~TOFU,DRIED-FROZEN (KOYADOFU),PREP W/CA SULFATE~^5.78^472^47.94^30.34^3.15^12.79^1.2^^2134^9.73^181^483^20^6^4.90^1.179^3.689^54.3^0.7^0.494^0.317^1.189^0.415^0.286^92^0^92^92^^0.00^0^0^0^^^^^^^^4.388^6.701^17.128^0^17.00^~1 piece~^^~~^0 ~16429~^~TOFU,FRIED,PREP W/CA SULFATE~^50.52^271^17.19^20.18^1.62^10.50^3.9^^961^4.87^95^287^146^16^1.99^0.398^1.495^28.5^0.0^0.170^0.050^0.100^0.140^0.099^27^0^27^27^^0.00^0^0^0^^^^^^^^2.918^4.456^11.390^0^13.00^~1 piece~^^~~^0 ~16432~^~TOFU,SALTED&FERMENTED (FUYU),PREP W/CA SULFATE~^70.01^116^8.15^8.00^8.69^5.15^^^1229^1.98^58^73^75^2873^1.56^0.376^1.174^17.3^0.2^0.157^0.101^0.379^0.132^0.091^29^0^29^29^^0.00^0^0^0^^^^^^^^1.157^1.767^4.516^0^11.00^~1 block~^^~~^0 ~16434~^~YARDLONG BNS,YARDLONG,MATURE SEEDS,CKD,BLD,W/SALT~^68.80^118^8.29^0.45^1.37^21.09^3.8^^42^2.64^98^181^315^241^1.08^0.225^0.487^2.8^0.4^0.212^0.064^0.551^0.398^0.095^146^0^146^146^^0.00^16^1^0^^^^^^^^0.116^0.039^0.193^0^171.00^~1 cup~^^~~^0 ~16436~^~WINGED BNS,MATURE SEEDS,CKD,BLD,W/SALT~^67.19^147^10.62^5.84^1.43^14.94^^^142^4.33^54^153^280^249^1.44^0.773^1.199^2.9^0.0^0.295^0.129^0.830^0.156^0.047^10^0^10^10^^0.00^0^0^0^^^^^^^^0.825^2.153^1.551^0^172.00^~1 cup~^^~~^0 ~16500~^~LOMA LINDA LITTLE LINKS,CND,UNPREP~^60.03^221^19.38^13.46^1.60^5.53^4.2^0.79^19^3.28^^103^56^472^1.51^^^^0.0^0.970^1.370^15.560^^^^^^^^^0^^^^^^^^^^2.000^3.500^7.700^1^46.00^~2 links~^^~~^0 ~16501~^~LOMA LINDA FRIED CHIK'N W/ GRAVY,CND,UNPREP~^68.19^181^13.15^11.91^1.54^5.20^2.8^0.56^11^1.64^^124^58^447^0.53^^^^0.0^1.410^0.610^6.200^^0.440^^^^^^8.39^0^^^^^^^^^^1.840^2.980^7.080^1^80.00^~2 pieces~^^~~^0 ~16502~^~LOMA LINDA LOFAT BIG FRANKS,CND,UNPREP~^65.59^154^23.10^4.69^1.73^4.90^4.1^0.34^17^2.29^^137^100^481^2.50^^^^0.0^0.600^1.310^15.080^^0.000^^^^^^0.00^0^0^^^0^^^^^^0.500^1.100^3.100^0^51.00^~1 link~^^~~^0 ~16503~^~LOMA LINDA DINNER CUTS,CND,UNPREP~^73.66^104^19.46^1.10^1.55^4.15^2.4^0.41^10^1.40^^74^39^496^1.03^^^^0.0^0.020^0.070^0.550^^^^^^^^^0^0^^^0^^^^^^0.200^0.100^0.700^1^92.00^~2 slices~^^~~^0 ~16504~^~LOMA LINDA TENDER ROUNDS W/ GRAVY,CND,UNPREP~^69.10^145^16.26^5.63^1.67^7.40^3.5^1.03^14^1.51^^103^95^443^0.86^^^^0.0^1.000^0.500^0.480^^0.220^^^^^^2.16^0^0^^^0^^^^^^0.700^1.330^2.300^1^80.00^~6 pieces~^^~~^0 ~16505~^~LOMA LINDA SWISS STAKE W/ GRAVY,CND,UNPREP~^70.87^141^10.17^6.51^2.07^10.37^3.2^0.91^35^1.77^^140^226^471^0.67^^^^0.0^1.270^0.880^15.370^^1.110^^^^^^7.31^0^^^^^^^^^^0.830^1.640^3.690^1^92.00^~1 piece~^^~~^0 ~16506~^~LOMA LINDA VEGE-BURGER,CND,UNPREP~^71.96^115^22.22^1.24^0.86^3.72^2.6^0.85^16^1.71^^80^74^222^1.30^^^^0.0^0.240^0.450^9.950^0.580^0.620^^^^^^6.66^0^^^^^^^^^^0.230^0.200^0.730^0^55.00^~.25 cup~^^~~^0 ~16507~^~LOMA LINDA REDI-BURGER,CND,UNPREP~^64.79^149^21.89^3.18^1.99^8.15^4.3^1.21^17^2.00^^159^170^508^1.71^^^^0.0^0.270^0.480^5.080^^0.530^^^^^^1.63^0^^^^^^^^^^0.440^0.590^1.760^0^85.00^~1 slice~^^~~^0 ~16508~^~LOMA LINDA TENDER BITS,CND,UNPREP~^69.97^135^15.12^4.64^1.97^8.29^4.3^0.59^17^1.64^^88^65^613^0.95^^^^0.0^0.500^0.600^7.530^^0.000^^^^^^0.00^0^^^^^^^^^^0.700^1.100^2.600^0^85.00^~6 pieces~^^~~^0 ~16509~^~LOMA LINDA LINKETTS,CND,UNPREP~^61.22^208^21.29^11.76^1.38^4.35^3.0^0.28^11^1.75^^114^64^401^1.48^^^^0.0^0.390^0.760^9.530^2.020^0.450^^^^^^2.91^0^^^^^^^^^^1.570^2.880^7.010^0^35.00^~1 link~^^~~^0 ~16510~^~WORTHINGTON CHILI,CND,UNPREP~^72.79^123^10.39^4.22^1.73^10.87^3.4^1.30^18^3.17^^77^162^453^0.80^^^^0.0^0.230^0.110^0.000^0.070^0.370^^^^^^1.63^84^4^^^50^^^^^^0.700^0.880^2.880^0^230.00^~1 cup~^^~~^0 ~16511~^~WORTHINGTON CHOPLETS,CND,UNPREP~^74.11^103^19.39^1.03^1.41^4.06^2.8^0.42^8^1.51^^76^39^456^1.04^^^^0.0^0.020^0.050^0.000^^0.000^^^^^^0.00^0^0^^^0^^^^^^0.160^0.130^0.510^0^92.00^~2 slices~^^~~^0 ~16512~^~WORTHINGTON DICED CHIK,CND,UNPREP~^78.97^80^14.71^0.65^1.93^3.74^1.4^0.10^55^1.89^^0^216^344^0.70^^^^0.0^0.170^0.230^3.090^^0.100^^^^^^2.17^0^0^^^0^^^^^^0.000^0.000^0.000^1^55.00^~.25 cup~^^~~^0 ~16513~^~WORTHINGTON FRICHIK,CND,UNPREP~^71.11^160^13.43^10.33^1.78^3.36^1.5^0.10^34^2.63^^0^154^401^0.70^^^^0.0^0.240^0.200^3.800^^0.230^^^^^^3.24^0^0^^^0^^^^^^1.410^2.360^5.490^1^90.00^~2 pieces~^^~~^0 ~16514~^~WORTHINGTON LOFAT FRI CHIK,CND,UNPREP~^76.35^102^14.31^2.74^1.85^4.90^1.0^0.03^35^3.25^^124^169^416^0.76^^^^0.0^0.220^0.230^4.770^^0.270^^^^^^3.68^0^0^^^0^^^^^^0.400^0.680^1.050^1^85.00^~2 pieces~^^~~^0 ~16515~^~WORTHINGTON LOFAT VEJA-LINKS,CND,UNPREP~^72.98^123^15.79^4.78^2.17^4.28^1.2^0.70^21^5.71^^74^71^612^0.64^^^^0.0^0.240^0.350^6.890^^0.430^^^^^^4.75^0^0^^^0^^^^^^0.730^1.070^2.590^2^31.00^~1 link~^^~~^0 ~16516~^~WORTHINGTON MULTIGRAIN CUTLETS,CND,UNPREP~^73.40^108^18.10^1.30^1.20^6.00^3.1^0.60^10^1.50^^85^32^313^1.20^^^^0.0^^^^^^^^^^^^0^0^^^0^^^^^^0.500^0.200^0.600^0^92.00^~2 slices~^^~~^0 ~16517~^~WORTHINGTON PRIME STAKES,CND,UNPREP~^73.44^135^10.16^7.19^1.70^7.52^1.4^0.30^15^3.37^^0^101^480^0.62^^^^0.0^0.310^0.230^7.360^^0.440^^^^^^3.83^0^0^^^0^^^^^^0.950^1.690^3.560^1^92.00^~1 piece~^^~~^0 ~16518~^~WORTHINGTON SAUCETTES,CND,UNPREP~^62.41^219^14.99^15.19^1.82^5.59^2.8^0.23^40^5.10^^155^69^532^0.90^^^^0.0^1.840^0.290^6.540^^0.000^^^^^^0.00^0^0^^^0^^^^^^0.000^0.000^0.000^2^38.00^~1 link~^^~~^0 ~16519~^~WORTHINGTON SUPER LINKS,CND,UNPREP~^62.14^219^14.46^15.45^2.45^5.50^1.8^0.61^34^4.27^^93^77^708^0.93^^^^0.0^0.320^0.310^3.930^^0.510^^^^^^5.52^0^0^^^0^^^^^^2.080^3.060^8.360^1^48.00^~1 link~^^~~^0 ~16520~^~WORTHINGTON TURKEE SLICES,CND,UNPREP~^63.56^202^14.50^13.55^2.76^5.63^0.0^1.30^150^4.12^^0^59^565^0.64^^^^0.0^3.290^0.250^5.930^^0.310^^^^^^4.84^0^0^^^0^^^^^^2.070^4.150^8.280^1^94.00^~3 slices~^^~~^0 ~16521~^~WORTHINGTON VEG SKALLOPS,CND,UNPREP~^72.99^109^19.89^1.19^1.38^4.56^3.4^0.34^7^1.39^^52^17^460^1.04^^^^0.0^0.030^0.030^0.000^^0.000^^^^^^0.00^0^0^^^0^^^^^^0.160^0.130^0.520^0^85.00^~.5 cup~^^~~^0 ~16522~^~WORTHINGTON VEG STEAKS,CND,UNPREP~^71.79^113^20.68^1.16^1.32^5.05^2.2^0.53^6^5.79^^77^32^417^1.10^^^^0.0^1.160^0.380^7.930^^0.000^^^^^^0.00^0^0^^^0^^^^^^0.000^0.000^0.000^0^72.00^~2 slices~^^~~^0 ~16523~^~WORTHINGTON VEGETARIAN BURGER,CND,UNPREP~^70.73^126^18.64^2.94^1.47^6.21^2.7^0.56^8^3.91^^98^44^451^1.17^^^^0.0^0.370^0.230^8.540^^0.390^^^^^^5.55^0^^^^^^^^^^0.460^0.490^1.740^0^55.00^~.25 cup~^^~~^0 ~16524~^~WORTHINGTON VEJA-LINKS,CND,UNPREP~^70.41^155^14.59^8.93^1.95^4.13^3.3^0.47^24^3.39^^100^56^530^0.52^^^^0.0^0.330^0.320^5.120^^0.370^^^^^^4.88^0^0^^^0^^^^^^1.300^1.960^4.520^3^31.00^~1 link~^^~~^0 ~16525~^~WORTHINGTON CHIC-KETTS,FRZ,UNPREP~^57.98^204^25.91^9.16^2.36^4.60^3.7^0.84^21^3.41^^130^79^737^1.33^^^^0.0^0.490^0.260^7.310^^0.000^^^^^^0.00^0^0^^^0^^^^^^1.400^2.200^5.500^0^55.00^~1 slice~^^~~^0 ~16526~^~WORTHINGTON MEATLESS CHICK,FRZ,UNPREP~^67.98^153^16.08^7.99^3.67^4.28^2.4^0.75^272^3.77^^0^412^452^0.71^^^^0.0^0.690^0.240^7.480^^0.510^^^^^^3.68^0^0^^^0^^^^^^1.220^1.810^4.600^1^55.00^~1 slice~^^~~^0 ~16527~^~WORTHINGTON MEATLESS CORNED BF,FRZ,UNPREP~^54.08^244^18.62^14.47^2.96^9.87^4.7^2.10^24^4.67^^140^216^758^0.77^^^^0.0^20.570^0.400^13.600^^0.810^^^^^^5.91^0^0^^^0^^^^^^2.270^3.470^8.600^1^57.00^~3 slices~^^~~^0 ~16528~^~WORTHINGTON DINNER RST,FRZ,UNPREP~^61.66^213^16.04^13.50^1.93^6.87^3.1^0.98^46^4.48^^131^150^671^0.92^^^^0.0^3.040^0.360^15.240^^0.000^^^^^^0.00^0^^^^^^^^^^2.400^5.400^5.600^1^85.00^~1 slice~^^~~^0 ~16529~^~WORTHINGTON FRIPATS,FRZ,UNPREP~^56.75^209^23.73^9.12^2.45^7.95^2.8^1.37^97^5.69^^187^185^517^1.20^^^^0.0^10.520^0.530^12.240^^0.000^^^^^^0.00^0^0^^^0^^^^^^1.400^2.170^5.190^2^64.00^~1 patty~^^~~^0 ~16530~^~WORTHINGTON DINNER RST,FRZ,UNPREP~^61.66^213^16.04^13.50^1.93^6.87^3.0^0.98^46^4.48^^131^150^671^0.92^^^^0.0^3.040^0.360^15.240^^0.000^^^^^^0.00^0^^^^^^^^^^2.400^5.400^5.600^1^85.00^~1 slice~^^~~^0 ~16531~^~WORTHINGTON PROSAGE LINKS,FRZ,UNPREP~^67.49^143^20.17^4.68^2.62^5.03^2.8^0.77^26^6.09^^138^114^819^1.01^^^^0.0^16.690^0.500^15.690^^0.000^^^^^^0.00^0^0^^^0^^^^^^0.900^1.800^2.000^2^45.00^~2 links~^^~~^0 ~16532~^~WORTHINGTON PROSAGE ROLL,FRZ,UNPREP~^54.42^261^19.61^17.61^2.41^5.95^3.5^0.15^28^3.63^^93^139^667^0.76^^^^0.0^1.240^0.360^0.000^^0.000^^^^^^0.00^0^^^^^^^^^^3.400^5.800^8.300^2^55.00^~1 slice~^^~~^0 ~16533~^~WORTHINGTON SMOKED TURKEY,FRZ,UNPREP~^53.68^251^18.54^16.12^3.73^7.93^1.1^2.40^147^5.40^^0^98^859^0.76^^^^0.0^0.000^0.000^10.700^^0.820^^^^^^6.14^0^^^^^^^^^^2.340^3.880^8.880^0^55.00^~1 slice~^^~~^0 ~18050~^~BREAD,RED-CAL,OAT BRAN,TSTD~^35.70^239^9.50^3.80^1.80^49.20^14.3^4.20^68^3.75^55^144^122^418^1.19^0.147^1.006^24.5^0.0^0.338^0.217^4.032^0.166^0.087^82^48^34^115^16.1^0.00^3^0^0^0^2^0^0^48^0.33^2.0^0.530^0.814^1.988^0^28.35^~1 oz~^19.00^~1 slice~^0 ~18051~^~BREAD,RED-CAL,OATMEAL~^44.00^210^7.60^3.50^1.60^43.30^^^115^2.30^24^100^124^388^0.83^0.099^0.539^23.0^0.2^0.348^0.280^3.030^0.431^0.045^55^21^34^70^^0.10^6^0^0^^^^^^^^0.599^0.822^1.351^0^28.35^~1 oz~^23.00^~1 slice~^0 ~18053~^~BREAD,REDUCED-CALORIE,RYE~^46.00^203^9.10^2.90^1.60^40.50^12.0^2.29^76^3.10^22^78^98^405^0.66^0.133^0.453^27.9^0.4^0.367^0.240^2.527^0.297^0.077^58^35^23^83^14.6^0.04^4^0^0^0^2^1^0^37^0.28^0.6^0.368^0.672^0.752^0^28.35^~1 oz~^23.00^~1 slice~^0 ~18055~^~BREAD,RED-CAL,WHEAT~^43.20^198^9.10^2.30^1.90^43.60^12.0^3.07^80^2.96^39^102^122^511^1.12^0.137^0.853^30.4^0.1^0.422^0.295^3.885^0.630^0.126^91^63^28^135^18.7^0.00^0^0^0^0^0^0^0^41^0.24^0.2^0.344^0.252^0.969^0^28.35^~1 oz~^23.00^~1 slice~^0 ~18057~^~BREAD,RED-CAL,WHITE~^42.90^207^8.70^2.50^1.70^44.30^9.7^4.76^94^3.19^23^121^76^453^1.34^0.330^0.391^21.7^0.5^0.410^0.289^3.641^0.462^0.042^95^61^34^138^14.6^0.28^3^0^0^0^1^0^0^32^0.19^0.6^0.549^1.077^0.559^0^28.35^~1 oz~^23.00^~1 slice~^0 ~18059~^~BREAD,RICE BRAN~^41.00^243^8.90^4.60^2.00^43.50^4.9^4.67^69^3.61^80^178^215^440^1.31^0.184^1.585^28.7^0.0^0.653^0.300^6.810^0.776^0.268^86^56^30^125^14.6^0.00^1^0^0^0^0^0^0^49^0.65^1.0^0.709^1.654^1.760^0^28.35^~1 oz~^27.00^~1 slice~^0 ~18060~^~BREAD,RYE~^37.30^258^8.50^3.30^2.50^48.30^5.8^3.85^73^2.83^40^125^166^660^1.14^0.186^0.824^30.9^0.4^0.434^0.335^3.805^0.440^0.075^110^59^51^151^14.6^0.00^7^0^0^0^4^1^0^54^0.33^1.2^0.626^1.311^0.799^0^28.35^~1 oz~^32.00^~1 slice~^0 ~18061~^~BREAD,RYE,TOASTED~^31.00^284^9.40^3.60^2.70^53.10^6.4^4.23^80^3.10^43^138^183^725^1.25^0.204^0.905^34.0^0.2^0.382^0.332^3.763^0.314^0.074^103^64^39^148^16.1^0.00^8^0^0^0^4^1^0^56^0.37^1.3^0.688^1.440^0.879^0^28.35^~1 oz~^29.00^~1 slice, large~^0 ~18064~^~BREAD,WHEAT~^35.74^266^10.91^3.64^2.20^47.51^3.6^5.75^142^3.46^48^155^184^521^1.21^0.159^1.123^28.8^0.2^0.373^0.311^5.190^0.820^0.119^85^20^65^99^18.7^0.00^0^0^0^0^0^0^0^44^0.19^4.9^0.803^0.835^1.435^0^28.35^~1 oz~^25.00^~1 slice~^0 ~18065~^~BREAD, WHEAT, TSTD~^24.23^313^12.96^4.27^2.77^55.77^4.7^6.42^165^4.09^59^188^223^611^1.47^0.198^1.377^33.4^0.2^0.439^0.382^6.250^0.456^0.153^86^20^65^100^22.1^0.00^0^0^0^0^0^0^0^50^0.24^5.7^0.989^1.019^1.720^0^28.35^~1 oz~^24.00^~1 slice~^0 ~18066~^~BREAD,WHEAT BRAN~^37.80^248^8.80^3.40^2.20^47.80^4.0^9.68^74^3.07^81^185^227^486^1.35^0.221^1.668^31.0^0.0^0.397^0.287^4.402^0.536^0.176^105^80^25^161^18.7^0.00^0^0^0^0^0^0^0^54^0.32^1.3^0.779^1.618^0.649^0^28.35^~1 oz~^36.00^~1 slice~^0 ~18068~^~BREAD,WHEAT GERM~^37.10^261^9.60^2.90^2.10^48.30^2.1^3.73^89^3.45^28^121^254^553^0.98^0.204^0.845^27.2^0.2^0.369^0.375^4.498^0.521^0.079^118^63^55^162^18.7^0.07^3^0^0^0^2^0^0^55^0.51^1.1^0.657^1.275^0.668^0^28.35^~1 oz~^28.00^~1 slice~^0 ~18069~^~BREAD,WHITE,COMMLY PREP (INCL SOFT BREAD CRUMBS)~^36.44^266^7.64^3.29^2.03^50.61^2.4^4.31^151^3.74^23^99^100^681^0.74^0.253^0.478^17.3^0.0^0.455^0.331^4.385^0.203^0.084^111^86^25^171^14.6^0.00^0^0^0^0^0^0^0^44^0.22^3.1^0.717^0.681^1.355^0^45.00^~1 cup, crumbs~^35.00^~1 cup, cubes~^0 ~18070~^~BREAD,WHITE,COMMLY PREP,TSTD~^30.40^293^9.00^4.00^2.10^54.40^2.5^4.74^119^3.33^26^103^131^592^0.68^0.138^0.421^31.0^0.0^0.415^0.337^3.926^0.278^0.063^104^78^26^159^16.1^0.02^0^0^0^0^0^0^0^46^0.24^3.4^0.578^0.796^2.090^1^45.00^~1 cup, crumbs~^42.00^~1 cup, cubes~^0 ~18071~^~BREAD,WHITE,PREP FROM RECIPE,MADE W/NONFAT DRY MILK~^34.80^274^7.70^2.60^1.40^53.60^2.0^^32^3.18^17^96^111^336^0.59^0.112^0.460^23.1^0.0^0.431^0.352^3.731^0.284^0.037^85^58^27^126^^0.02^41^12^12^^^^^^^^0.391^0.527^1.401^0^28.35^~1 oz~^44.00^~1 slice~^0 ~18073~^~BREAD,WHITE,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^35.30^285^7.90^5.70^1.50^49.60^2.0^^57^2.97^19^115^146^359^0.64^0.115^0.416^21.3^0.2^0.405^0.383^3.588^0.374^0.051^91^49^42^125^^0.08^79^22^21^^^^^^^^1.178^1.298^2.781^3^28.35^~1 oz~^42.00^~1 slice~^0 ~18075~^~BREAD,WHOLE-WHEAT,COMM. PREPARED~^38.58^247^12.95^3.35^3.82^41.29^6.8^5.57^107^2.43^82^202^248^472^1.80^0.377^2.135^40.3^0.0^0.353^0.216^4.714^0.686^0.209^50^0^50^50^26.5^0.00^3^0^0^0^2^0^0^76^0.51^7.8^0.747^1.597^0.600^0^28.35^~1 oz~^28.00^~1 slice~^0 ~18076~^~BREAD, WHOLE-WHEAT, COMMER PREP, TOASTED~^24.25^306^16.27^4.07^4.25^51.16^9.2^5.77^130^2.96^99^303^326^583^2.15^0.670^2.545^52.6^0.0^0.376^0.284^5.732^0.722^0.237^52^0^52^52^32.8^0.00^4^0^0^0^2^0^0^89^0.63^9.0^0.922^1.972^0.740^0^28.35^~1 oz~^25.00^~1 slice~^0 ~18077~^~BREAD,WHOLE-WHEAT,PREP FROM RECIPE~^32.70^278^8.40^5.40^2.00^51.40^6.0^3.84^33^3.10^81^187^314^346^1.50^0.253^1.881^38.6^0.0^0.303^0.227^3.985^0.473^0.199^65^18^47^78^26.5^0.00^3^0^0^0^2^0^0^89^0.76^9.4^0.796^1.158^2.939^0^28.35^~1 oz~^46.00^~1 slice~^0 ~18078~^~BREAD,WHOLE-WHEAT,PREP FROM RECIPE,TSTD~^26.00^305^9.20^5.90^2.20^56.40^6.7^4.22^36^3.40^89^205^345^381^1.65^0.278^2.067^42.5^0.0^0.266^0.225^3.941^0.338^0.197^67^31^36^89^29.2^0.00^4^0^0^0^2^0^0^97^0.84^10.4^0.874^1.272^3.230^0^28.35^~1 oz~^42.00^~1 slice~^0 ~18567~^~KRAFT,STOVE TOP STUFFING MIX CHICKEN FLAVOR~^5.30^381^12.60^4.10^4.80^73.10^2.5^10.10^63^4.32^^129^267^1532^^^^^3.3^0.390^0.290^3.840^^^80^^^^^^107^^^^^^^^^^0.800^^^4^28.00^~1 NLEA serving, (makes 1/2 cup prepared)~^^~~^0 ~18601~^~GENERAL MILLS,BETTY CROCKER WILD BLUEBERRY MUFFIN MIX,DRY~^23.70^321^5.20^4.50^1.70^64.90^^31.70^^^^^^465^^^^^^^^^^^^^^^^^^^^^^^^^^^1.022^1.869^0.553^^40.00^~1 serving~^^~~^0 ~18602~^~CAKE,BETTY CROCKER,SUPERMOIST PARTY CAKE SWIRL,DRY MIX~^3.80^414^3.90^7.60^2.20^82.50^^45.70^186^^^^^618^^^^^^^^^^^^^^^^^^^^^^^^^^^2.260^^^^43.00^~1 serving~^^~~^0 ~18603~^~GEORGE WESTON BAKER,BROWNBERRY SAGE & ONION STUFFING MIX,DRY~^4.00^390^13.30^5.10^4.90^72.70^5.4^^^3.81^^^^1680^^^^^^^^^^^^^^^^^^^^^^^^^^^0.900^^^^67.00^~1 serving~^^~~^0 ~18605~^~GENERAL MILLS,GOLD MEDAL IMITATION BLUEBERRY MUFFIN MIX,DRY~^6.10^410^4.30^8.60^2.20^78.80^^36.40^^^^^^661^^^^^^^^^^^^^^^^^^^^^^^^^^^1.638^3.212^2.325^^31.00^~1 serving~^^~~^0 ~18608~^~KEEBLER,KEEBLER CHOC GRAHAM SELECTS~^3.10^465^7.10^16.60^1.40^71.80^^26.50^^^^^^357^^^^^^^^^^^^^^^^^^^^^^^^^^^3.090^^^^31.00^~1 serving~^^~~^0 ~18609~^~KEEBLER,KEEBLER GOLDEN VANILLA WAFERS,ARTIFICIALLY FLAV~^4.20^475^5.20^19.50^1.40^69.70^^27.40^^^^^^386^^^^^^^^^^^^^^^^^^^^^^^^^^^3.580^^^^31.00^~1 serving~^^~~^0 ~18610~^~CONTINEN MILL, KRUSTEAZ Almd Poppyseed Muff Mix, Art Fla,dry~^5.70^418^5.60^10.30^1.90^75.60^1.7^40.00^82^2.47^^^^590^^^^^^^^^^^^^^^^^^^^^^^^^^^2.100^^^^40.00^~1 serving~^^~~^0 ~18612~^~MCKEE BAKING,LITTL DEBBI NUT BAR,WAFER W/PNUT BUTE,CHOC COVE~^3.00^548^8.00^32.80^1.00^55.20^^34.00^^^^^^223^^^^^2.0^^^^^^^^^^^^^^^^^^^^^^6.290^^^^57.00^~1 serving~^^~~^0 ~18614~^~MARTHA WHITE FOODS,MARTHA WHITE'S CHEWY FUDGE BROWNIE MIX,~^4.00^407^4.42^6.16^1.84^83.58^2.9^54.76^17^3.81^^^51^457^0.26^^^^0.0^0.200^0.130^1.670^0.000^0.000^49^^^^^0.00^0^^^^^^^^^^1.700^^^0^28.00^~1 serving~^^~~^0 ~18615~^~MARTHA WHITE FOODS,MARTHA WHITE'S BTTRMLK BISCUIT MIX,DRY~^10.00^388^7.81^13.23^9.55^59.41^1.5^4.46^168^4.06^^^212^1295^0.90^^^^0.2^0.490^0.380^3.930^^0.020^^^^^^0.16^7^^^^^^^^^^4.070^^^3^41.00^~1 serving~^^~~^0 ~18616~^~MISSION FOODS,MISSION FLR TORTILLAS,SOFT TACO,8 INCH~^33.60^287^8.70^6.00^2.10^49.60^^^191^1.99^^^^488^^^^^^^^^^^^^^^^^^^^^^^^^^^0.695^2.771^0.924^^51.00^~1 serving~^^~~^0 ~18617~^~NABISCO,NABISCO GRAHAMS CRACKERS~^3.60^424^6.99^10.00^2.80^76.20^3.4^23.00^79^4.13^59^202^177^659^1.94^0.030^^^0.0^0.228^0.240^3.780^^0.100^46^^^^^^0^^^^^^^^^^1.560^3.600^0.460^0^28.00^~1 serving~^^~~^0 ~18618~^~NABISCO,NABISCO NILLA PIE CRUST,READY TO USE~^3.31^513^3.50^27.10^0.80^63.10^0.9^32.20^41^1.77^8^83^69^224^0.28^0.050^^^^0.166^0.192^2.487^^0.020^30^^^^^0.11^10^^^^^^^^^^5.150^18.700^1.350^10^28.00^~1 serving~^^~~^0 ~18619~^~NABISCO,NABISCO OREO CRUNCHIES,COOKIE CRUMB TOPPING~^1.57^476^4.78^21.50^1.90^70.23^3.2^36.00^24^4.90^48^103^194^528^1.23^0.270^^^^0.122^0.165^1.845^0.036^0.032^30^^^^^0.02^3^^^^^^^^^^4.140^3.170^0.820^^11.00^~1 serving~^^~~^0 ~18621~^~NABISCO,NABISCO RITZ CRACKERS~^3.12^492^7.23^23.21^2.93^63.51^2.3^8.14^154^4.47^19^273^119^882^0.61^0.124^0.540^4.6^^0.442^0.265^4.880^0.370^0.060^72^55^17^111^^^^^^^^^^^3.49^50.0^5.450^6.276^10.896^^3.29^~1 cracker~^16.00^~5 cracker, (1 NLEA serving)~^0 ~18626~^~PEPPERIDGE FARM CLASSIC STYLE CROUTONS,SEASONED~^2.60^465^13.60^18.50^4.20^61.10^^^^^^^^1390^^^^^^^^^^^^^^^^^^^^^^^^^^^3.720^^^^7.00^~1 serving~^^~~^0 ~18627~^~PEPPERIDGE FARM CRUSTY ITALIAN BREAD,GARLIC~^29.10^372^8.30^19.20^1.80^41.60^^^^2.37^^^^400^^^^^^^^^^^^^^^^^^^^^^^^^^^4.822^7.836^3.665^11^50.00^~1 serving~^^~~^0 ~18628~^~PEPPERIDGE FARM APPL TURNOVERS,FRZ,READY TO BAKE~^41.90^319^4.20^18.00^0.80^35.10^1.8^12.10^^1.37^^^^198^^^^^^^^^^^^^^^^^^^^^^^^^^^4.530^^^^89.00^~1 serving~^^~~^0 ~18629~^~PILLSBURY,BTTRMLK BISCUITS,ART FLAVOR,REFR DOUGH~^40.60^234^6.25^3.13^4.50^45.31^1.6^6.25^^2.25^^^^891^^^^^^^^^^^^^^^^^^^^^^^^^^^0.469^^^0^64.00^~1 serving~^^~~^0 ~18630~^~PILLSBURY,CHOC CHIP COOKIES,REFR DOUGH~^8.93^482^3.57^25.00^1.79^60.71^2.1^35.71^^2.57^^^^304^^^^^^^^^^^^^^^^^^^^^^^^^^^7.143^9.063^1.828^18^28.00^~1 serving~^^~~^0 ~18631~^~PILLSBURY,CRUSTY FRENCH LOAF,REFR DOUGH~^40.00^241^7.69^2.89^2.89^46.15^1.7^3.85^^2.77^^^^577^^^^^^^^^^^^^^^^^^^^^^^^^^^0.962^^^0^62.00^~1 serving~^^~~^0 ~18632~^~PILLSBURY,TRADITIONAL FUDGE BROWNIE MIX,DRY~^3.10^441^4.80^12.10^1.70^78.30^^49.60^^2.81^^^^292^^^^^^^^^^^^^^^^^^^^^^^^^^^2.590^^^^30.00^~1 serving~^^~~^0 ~18633~^~PILLSBURY GRANDS,BTTRMLK BISCUITS,REFR DOUGH~^33.50^317^6.90^13.79^4.00^41.38^1.2^6.90^34^2.48^^^^1034^^^^^^^^^^^^^^^^^^^^^^^^^^^5.172^^^0^61.00^~1 serving~^^~~^0 ~18634~^~PILLSBURY GOLDEN LAYER BTTRMLK BISCUIT,ART FLAVOR,REFR DOUGH~^35.50^307^5.88^13.24^3.50^41.18^1.2^5.88^^2.12^^^^1059^^^^^^^^^^^^^^^^^^^^^^^^^^^2.941^^^0^34.00^~1 serving~^^~~^0 ~18635~^~PILLSBURY,CINN ROLLS W/ ICING,REFR DOUGH~^28.00^330^4.55^11.36^3.50^52.27^1.1^22.73^^1.64^^^^773^^^^^^^^^^^^^^^^^^^^^^^^^^^3.409^^^0^44.00^~1 serving~^^~~^0 ~18637~^~KRAFT FOODS,SHAKE 'N' BAKE ORIG RECIPE,COATING FOR PORK,DRY~^3.20^377^6.10^3.70^7.20^79.80^^^^^^^^2840^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^28.00^~1 serving~^^~~^0 ~18639~^~GEORGE WESTON BAKERIES,THOMAS ENG MUFFINS~^42.60^232^8.00^1.80^1.60^46.00^^^180^1.40^^^^345^^^^^^^^^^^40^^^^^^0^0^0^^^^^^^^0.308^0.303^0.920^^57.00^~1 serving~^^~~^0 ~18640~^~HEINZ,WEIGHT WATCHER,CHOC ECLAIR,FRZ~^47.30^241^4.40^6.90^1.30^40.30^2.1^16.80^48^0.70^^^^300^^^^^0.0^^^^^^^^^^^^75^^^^^^^^^^1.400^2.000^2.900^47^59.00^~1 eclair, frozen~^^~~^0 ~18641~^~INTERSTATE BRANDS CORP,WONDER HAMBURGER ROLLS~^34.20^273^8.07^4.15^1.92^50.84^2.6^11.06^87^2.22^^^^596^^^^^^^^^^^^^^^^^^^^^^^^^^^1.013^0.848^2.177^^43.00^~1 serving~^^~~^0 ~18642~^~GENERAL MILLS,BETTY CROCKER SUPERMOIST YEL CAKE MIX,DRY~^4.20^413^3.80^8.10^2.60^81.30^^43.90^161^^^^^672^^^^^^^^^^^^^^^^^^^^^^^^^^^2.280^^^^43.00^~1 serving~^^~~^0 ~18651~^~NABISCO,NABISCO SNACKWELL'S FAT FREE DEVIL'S FD COOKIE CAKES~^17.65^305^5.00^1.09^1.02^74.25^1.6^43.38^30^2.78^25^71^111^174^0.46^0.168^^1.7^0.1^0.087^0.171^1.345^0.057^0.021^19^^^^^0.07^1^^^^^^^^^^0.427^0.246^0.196^0^16.00^~1 serving~^^~~^0 ~18927~^~Crackers, cheese, sandwich-type with cheese filling~^4.81^490^8.92^24.41^3.10^58.76^1.9^12.33^89^2.13^28^288^295^878^0.57^0.242^0.497^10.0^2.6^0.508^0.457^3.478^0.855^0.114^82^66^16^128^27.5^0.80^39^11^11^0^2^0^0^9^1.99^20.5^^^^6^39.00^~6 cracker, 1 cracker = 6.5g~^6.50^~1 sandwich~^0 ~18930~^~USDA CMDTY,BAKERY,FLR MIX~^10.62^400^8.47^12.90^5.48^62.53^7.1^^187^4.11^20^630^124^1410^0.55^0.103^0.738^6.6^0.0^0.597^0.857^5.904^0.383^0.080^183^154^29^291^^^0^^^^^^^^^7.9^3.090^6.790^1.960^0^^~~^^~~^0 ~18931~^~USDA CMDTY,BAKERY FLR MIX LOW-FAT~^10.51^361^9.07^4.70^5.13^70.59^3.5^^181^4.11^28^633^141^1360^0.68^0.141^0.779^6.7^0.0^0.650^0.423^5.904^0.425^0.093^183^154^29^291^^^0^^^^^^^^^^0.850^1.830^0.650^0^^~~^^~~^0 ~18932~^~WAFFLES,BTTRMLK,FRZ,RTH~^40.34^273^6.58^9.22^2.81^41.05^2.2^4.30^279^6.04^19^388^126^621^0.48^0.040^0.215^9.5^0.0^0.499^0.665^6.675^0.240^0.972^63^49^14^96^^2.86^1335^401^401^0^2^2^0^63^0.62^10.5^1.890^4.530^1.539^15^39.38^~1 waffle, square~^38.42^~1 waffle, round~^0 ~18933~^~WAFFLE,BTTRMLK,FRZ,RTH,TSTD~^31.57^309^7.42^9.49^3.13^48.39^2.6^4.41^299^6.59^22^444^138^710^0.48^0.037^0.223^10.3^0.0^0.563^0.648^7.942^0.217^1.110^68^55^13^107^28.1^1.62^1463^437^437^0^2^2^0^66^0.68^12.5^2.283^5.292^1.526^13^33.00^~1 waffle, round (4" dia)~^33.00^~1 waffle, square (4" square)~^0 ~18934~^~WAFFLE,BTTRMLK,FRZ,RTH,MICROWAVED~^36.48^289^6.92^9.40^3.04^44.16^2.4^4.50^125^6.53^20^410^110^663^0.58^0.063^0.235^10.1^0.0^0.576^0.695^6.730^0.240^1.105^64^50^14^99^^2.44^1430^429^429^^^^^^0.63^10.8^2.057^4.864^1.615^16^34.50^~1 waffle~^^~~^0 ~19375~^~FROSTINGS,GLAZE,PREPARED-FROM-RECIPE~^15.27^341^0.44^0.53^0.11^83.65^0.0^80.44^17^0.03^2^13^30^6^0.06^0.006^0.014^1.0^0.0^0.006^0.045^0.039^0.051^0.006^1^0^1^1^^0.05^14^4^4^0^1^0^0^0^0.01^0.0^0.271^0.137^0.067^1^327.00^~1 recipe, yield~^^~~^0 ~19379~^~CANDIES,FUDGE,CHOC MARSHMLLW,PREPARED-FROM-RECIPE~^7.82^453^2.26^17.48^0.76^71.34^1.7^64.06^45^0.96^36^67^147^85^0.58^0.217^0.232^2.1^0.2^0.022^0.077^0.163^0.122^0.017^5^0^5^5^^0.03^273^75^73^0^17^0^0^5^0.32^2.3^10.669^5.205^0.611^25^20.00^~1 piece~^1229.00^~1 recipe, yield (60 pieces)~^0 ~19382~^~CANDIES,TAFFY,PREPARED-FROM-RECIPE~^4.85^397^0.03^3.33^0.18^91.56^0.0^68.48^8^0.01^0^1^3^52^0.21^0.000^0.000^0.7^0.0^0.028^0.012^0.002^0.004^0.000^0^0^0^0^^0.01^100^27^27^0^6^0^0^0^0.09^0.3^2.049^0.838^0.121^9^15.00^~1 piece~^^~~^0 ~19383~^~CANDIES,TOFFEE,PREPARED-FROM-RECIPE~^0.55^560^1.07^32.75^0.66^64.72^0.0^63.47^34^0.03^4^32^51^135^0.12^0.003^0.002^0.8^0.2^0.008^0.068^0.029^0.134^0.009^2^0^2^2^^0.11^1152^319^314^0^64^0^0^0^0.94^2.8^20.565^8.964^1.222^104^12.00^~1 piece~^^~~^0 ~19384~^~CANDIES,DIVINITY,PREPARED-FROM-RECIPE~^9.16^364^1.32^0.06^0.14^89.05^0.0^78.96^5^0.02^2^2^23^34^0.09^0.005^0.003^3.0^0.0^0.012^0.065^0.015^0.023^0.001^0^0^0^0^^0.01^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^11.00^~1 piece~^^~~^0 ~19387~^~FROZEN NOVELTIES,ICE TYPE,PINEAPPLE-COCONUT~^73.30^113^0.00^2.60^0.20^23.90^0.7^^0^3.53^5^9^17^35^0.11^0.044^0.161^0.9^13.2^0.006^0.005^0.034^0.039^0.016^1^0^1^1^^0.00^0^0^0^^^^^^^^2.304^0.111^0.029^0^99.00^~.5 cup, (4 fl oz)~^^~~^0 ~19393~^~FROZEN YOGURTS,CHOC,SOFT-SERVE~^63.80^160^4.00^6.00^1.00^24.90^2.2^^147^1.25^27^139^261^98^0.49^0.131^0.121^2.4^0.3^0.036^0.211^0.305^0.674^0.074^11^0^11^11^^0.29^160^44^43^^12^^^^^^3.630^1.750^0.220^5^72.00^~.5 cup, (4 fl oz)~^^~~^0 ~19400~^~BANANA CHIPS~^4.30^519^2.30^33.60^1.40^58.40^7.7^35.34^18^1.25^76^56^536^6^0.75^0.205^1.560^1.5^6.3^0.085^0.017^0.710^0.620^0.260^14^0^14^14^21.3^0.00^83^4^0^32^34^0^0^46^0.24^1.3^28.970^1.950^0.630^0^28.35^~1 oz~^85.00^~3 oz~^0 ~19401~^~CORNNUTS,BARBECUE-FLAVOR~^1.60^436^9.00^14.30^3.40^71.70^8.4^^17^1.70^109^283^286^976^1.88^0.136^0.487^^0.4^0.350^0.142^1.507^0.374^0.187^0^0^0^0^^0.00^338^17^0^^^^^^^^2.580^7.360^3.220^0^28.35^~1 oz~^56.70^~2 oz~^0 ~19402~^~CORNNUTS,NACHO-FLAVOR~^2.10^438^9.40^14.20^2.70^71.60^8.0^^35^1.68^109^309^311^634^1.80^0.152^0.410^^15.5^0.366^0.079^1.212^0.539^0.205^15^0^15^15^^0.00^39^2^0^^^^^^^^2.560^7.310^3.200^2^28.35^~1 oz~^56.70^~2 oz~^0 ~19404~^~GRANOLA BARS,SOFT,UNCOATED,CHOC CHIP~^6.45^418^5.65^16.57^1.14^70.20^3.8^28.92^41^2.19^64^176^237^179^1.30^0.273^1.263^11.1^0.0^0.169^0.082^0.765^0.341^0.066^16^0^16^16^16.7^0.00^0^0^0^^^^^^0.31^16.4^6.061^6.967^1.576^0^42.50^~1 bar, (1.5 oz)~^28.35^~1 bar, (1 oz)~^0 ~19405~^~GRANOLA BARS,SOFT,UNCOATED,CHOC CHIP,GRAHAM&MARSHMLLW~^6.00^427^6.10^15.50^1.60^70.80^4.0^^89^2.57^71^202^275^316^1.30^0.280^1.280^15.4^0.0^0.140^0.150^1.000^0.380^0.050^21^0^21^21^^0.00^47^2^0^^^^^^^^9.180^2.920^2.550^1^28.35^~1 bar, (1 oz)~^^~~^0 ~19406~^~GRANOLA BARS,SOFT,UNCOATED,NUT&RAISIN~^6.10^454^8.00^20.40^1.90^63.60^5.6^^84^2.18^91^241^392^254^1.60^0.380^1.200^15.4^0.0^0.190^0.190^2.610^0.430^0.120^30^0^30^30^^0.24^41^2^0^^^^^^^^9.540^4.220^5.520^1^28.35^~1 bar, (1 oz)~^^~~^0 ~19407~^~SNACKS,BF STKS,SMOKED~^19.10^550^21.50^49.60^4.40^5.40^^^68^3.40^21^180^257^1480^2.42^0.130^0.086^^6.8^0.141^0.436^4.540^0.328^0.205^0^0^0^0^^1.00^250^13^0^^150^^^^^^20.800^20.470^4.420^133^28.35^~1 oz~^19.80^~1 stick~^0 ~19408~^~PORK SKINS,BARBECUE-FLAVOR~^2.10^538^57.90^31.80^7.00^1.60^^^43^1.04^0^220^180^2667^0.71^0.350^0.074^^1.5^0.084^0.432^3.355^0.430^0.156^31^0^31^31^^0.13^667^65^38^^324^^^^^^11.560^15.030^3.450^115^28.35^~1 oz~^14.18^~.5 oz~^0 ~16534~^~WORTHINGTON STAKELETS,FRZ,UNPREP~^57.46^211^19.70^10.39^2.90^9.56^2.8^1.16^73^3.51^^210^191^651^1.22^^^^0.0^2.270^0.390^10.740^^0.000^^^^^^0.00^0^^^^^^^^^^1.800^3.500^5.100^1^71.00^~1 piece~^^~~^0 ~16535~^~WORTHINGTON STRIPPLES,FRZ,UNPREP~^41.90^346^12.40^26.60^4.80^14.30^5.1^0.80^42^3.60^^285^97^1463^0.60^^^^0.0^10.100^0.400^8.800^^0.500^^^^^^3.40^0^^^^^^^^^^4.200^6.200^16.200^2^16.00^~2 strip~^^~~^0 ~16536~^~WORTHINGTON WHAM,FRZ,UNPREP~^62.10^196^17.83^11.29^3.07^5.71^0.0^3.20^46^4.93^^0^194^717^0.82^^^^0.0^0.000^0.000^11.800^^0.930^^^^^^5.84^0^0^^^0^^^^^^1.620^2.480^5.790^0^55.00^~1 slice~^^~~^0 ~16537~^~MORNINGSTAR FARMS VEGGIE CORN DOGS W/ NAT INGR,FRZ,UNPREP~^48.50^231^11.60^6.80^2.20^30.90^2.3^8.20^13^2.40^^^88^735^0.70^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.100^1.700^4.000^0^71.00^~1 piece~^^~~^0 ~16538~^~MORNINGSTAR FARMS BRKFST PATTIE MADE W/ ORG SOY,FRZ,UNPREP~^55.40^205^22.10^8.20^3.70^10.60^4.3^1.50^45^3.50^^^458^632^1.60^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.100^3.300^3.800^2^38.00^~1 patty~^^~~^0 ~16539~^~MORNINGSTAR FARMS OKARA PATTIES MADE W/ ORG SOY,FRZ,UNPREP~^61.80^178^18.60^7.20^2.80^9.60^4.5^1.20^38^2.40^^^382^475^1.30^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.800^3.900^2.200^1^64.00^~1 patty~^^~~^0 ~16540~^~MORNINGSTAR FARMS RSTD HERB CHIK'N W/ ORG SOY,FRZ,UNPREP~^60.60^167^18.90^4.10^2.80^13.60^2.7^1.40^30^2.60^^^279^532^1.20^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.500^1.900^1.700^1^64.00^~1 patty~^^~~^0 ~16542~^~MORNINGSTAR FARMS VEGGIE BACON STRIPS,FRZ,UNPREP~^41.90^346^12.40^26.60^4.80^14.30^5.1^0.80^42^3.60^^285^97^1463^0.60^^^^0.0^10.100^0.400^8.800^^0.500^^^^^^3.40^0^^^^^^^^^^4.200^6.200^16.200^2^16.00^~2 strip~^^~~^0 ~16544~^~MORNINGSTAR FARMS VEGGIE BITES COUNTRY SCRAMBLE,FRZ,UNPREP~^55.00^216^13.00^9.40^2.80^19.80^2.4^2.10^80^3.50^^69^110^640^^^^^7.0^1.700^0.500^8.100^^0.400^^^^^^4.60^170^^^^^^^^^^2.200^2.500^4.600^13^85.00^~3 pieces~^^~~^0 ~16545~^~MORNINGSTAR FARMS VEGGIE BITES EGGS FLORENTINE,FRZ,UNPREP~^53.30^206^11.70^8.70^6.20^20.10^2.2^3.30^114^3.30^18^90^167^657^0.70^^^^1.3^0.700^0.500^7.100^0.800^0.400^4^^4^^^4.10^1195^^^^^^^^^^2.000^1.500^5.140^14^85.00^~3 pieces~^^~~^0 ~16546~^~MORNINGSTAR FARMS VEGGIE SAUSAGE LINKS,FRZ,UNPREP~^64.00^159^19.20^6.10^3.90^6.80^4.0^1.00^26^5.90^^^109^670^^^^^0.0^1.900^0.600^16.800^^1.100^^^^^^7.40^0^^^^^^^^^^0.700^1.800^3.600^2^45.00^~1 patty~^^~~^0 ~16547~^~MORNINGSTAR FARMS CHEDDAR BURGER,FRZ,UNPREP~^50.50^222^19.70^10.40^3.30^16.10^5.0^1.80^239^2.40^^^413^716^^^^^22.0^^^^^^^^^^^^102^^^^^^^^^^2.800^2.700^4.200^12^64.00^~1 patty~^^~~^0 ~16548~^~MORNINGSTAR FARMS GRILLERS ORIGINAL,FRZ,UNPREP~^55.60^213^23.90^9.30^2.70^8.50^4.4^1.20^61^4.20^^185^182^422^1.20^^^^0.0^2.800^0.340^6.400^^0.600^^^^^^4.50^0^^^^^^^^^^1.700^2.600^5.000^3^64.00^~1 patty~^^~~^0 ~16549~^~MORNINGSTAR FARMS GRILLERS PRIME,FRZ,UNPREP~^54.30^238^24.00^13.20^2.60^5.90^2.6^0.30^58^2.80^^^224^501^1.20^^^^0.0^0.300^0.200^^^^^^^^^^0^^^^^^^^^^1.600^5.600^6.000^1^71.00^~1 patty~^^~~^0 ~16550~^~MORNINGSTAR FARMS PHILLY CHEESESTEAK BURGER,FRZ,UNPREP~^62.63^186^14.60^9.48^2.70^10.52^3.1^0.80^60^1.78^^179^219^600^1.09^^^^12.1^^^^^^^^^^^^0^^^^^^^^^^2.300^2.330^3.420^0^64.00^~1 patty~^^~~^0 ~16551~^~MORNINGSTAR FARMS ASIAN VEGGIE PATTIES,FRZ,UNPREP~^64.75^155^10.90^6.20^3.25^14.90^3.0^4.90^51^1.50^^90^392^725^^^^^3.0^0.040^0.200^1.900^^^30^^30^^^0.00^1915^^^^^^^^^^0.800^1.700^3.700^0^67.00^~1 patty~^^~~^0 ~16552~^~MORNINGSTAR FARMS MUSHROOM LOVER'S BURGER,FRZ,UNPREP~^66.10^169^11.60^8.80^1.70^11.80^1.2^1.60^0^1.10^^^^346^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.300^2.500^4.900^0^64.00^~1 patty~^^~~^0 ~16554~^~MORNINGSTAR FARMS TOMATO & BASIL PIZZA BURGER,FRZ,UNPREP~^62.80^181^15.50^8.30^2.40^11.10^3.7^2.40^48^1.80^^139^238^389^^^^^22.0^0.100^0.300^^^^^^^^^^425^^^^^^^^^^2.200^2.100^3.860^11^67.00^~1 patty~^^~~^0 ~16555~^~MORNINGSTAR FARMS MEATFREE BUFFALO WINGS,FRZ,UNPREP~^50.40^230^14.50^9.40^2.40^23.30^3.7^2.00^51^3.20^^148^493^774^^^^^0.6^0.500^0.200^4.700^^0.200^14^^14^^^1.80^127^^^^^^^^^^1.200^2.000^6.140^0^85.00^~5 pieces~^^~~^0 ~16556~^~MORNINGSTAR FARMS CHIK'N NUGGETS,FRZ,UNPREP~^53.00^218^14.19^8.72^2.99^20.79^2.3^1.30^37^2.82^^^328^657^0.83^^^^0.0^1.570^0.320^5.470^^0.330^^^^^^2.52^0^^^^^^^^^^1.190^2.350^4.210^1^86.00^~4 pieces~^^~~^0 ~16557~^~MORNINGSTAR FARMS CHIK PATTIES ORIGINAL,FRZ,UNPREP~^54.00^197^11.80^7.00^4.30^22.90^3.0^2.00^41^2.50^^126^392^835^0.50^^^^0.0^0.300^0.100^4.200^^0.200^12^^12^^^1.70^26^^^^^^^^^^0.800^1.400^4.700^0^71.00^~1 patty~^^~~^0 ~16558~^~MORNINGSTAR FARMS ITALIAN HERB CHIK PATTIES,FRZ,UNPREP~^46.90^236^13.60^7.00^1.40^31.10^3.4^1.50^50^3.80^^140^483^682^^^^^0.0^0.400^0.100^5.600^^0.300^13^^13^^^2.10^47^^^^^^^^^^0.800^1.300^4.850^0^71.00^~1 patty~^^~~^0 ~16559~^~MORNINGSTAR FARMS ORIGINAL CHIK'N TENDERS,FRZ,UNPREP~^50.40^233^14.70^8.10^1.60^25.20^3.6^0.60^52^3.20^^^247^714^^^^^0.0^^^^^^^^^^^^30^^^^^^^^^^1.100^2.400^4.550^0^81.00^~2 pieces~^^~~^0 ~16560~^~MORNINGSTAR FARMS MEATLESS CORN DOGS,FRZ,UNPREP~^48.68^228^11.38^6.17^2.13^31.67^4.2^7.42^13^1.84^^157^88^657^0.70^^^^0.0^0.270^0.330^8.570^^0.050^^^^^^0.00^64^3^^^38^^^^^^1.050^1.950^3.570^0^71.00^~1 piece~^^~~^0 ~16561~^~MORNINGSTAR FARMS MEATLESS MINI CORN DOGS,FRZ,UNPREP~^48.46^229^13.44^6.48^2.33^29.29^4.2^3.49^20^1.74^^177^109^677^0.78^^^^0.0^0.290^0.190^^^^^^^^^^16^1^^^10^^^^^^0.710^2.530^1.670^1^76.00^~4 pieces~^^~~^0 ~16563~^~MORNINGSTAR FARMS MEAL STARTERS CHIK'N STRIPS,FRZ,UNPREP~^60.30^164^26.80^3.90^2.30^6.70^1.4^1.20^45^5.40^32^^124^597^4.50^^^^0.0^0.450^0.500^7.000^0.800^0.400^^^^^^1.80^0^^^^^^^^^^0.600^1.500^1.690^0^85.00^~12 strip~^^~~^0 ~16564~^~MORNINGSTAR FARMS MEAL STARTERS STEAK STRIPS,FRZ,UNPREP~^58.50^173^26.10^4.10^2.30^9.00^1.1^1.20^47^8.30^32^^214^623^4.50^^^^0.0^0.450^0.500^7.000^0.800^0.300^^^^^^1.80^0^^^^^^^^^^0.600^1.800^1.610^0^85.00^~12 strip~^^~~^0 ~16565~^~MORNINGSTAR FARMS SAUSAGE STYLE RECIPE CRUMBLES,FRZ,UNPREP~^61.50^164^17.80^4.20^2.80^13.70^2.0^1.10^96^6.90^^138^211^809^^^^^0.0^1.350^0.600^20.000^^1.200^^^^^^11.60^0^^^^^^^^^^0.600^1.100^2.300^0^55.00^~.67 cup~^^~~^0 ~16566~^~MORNINGSTAR FARMS VEGGIE BITES BROCCOLI CHEDDAR,FRZ,UNPREP~^58.80^209^9.90^11.70^2.20^17.40^1.5^3.40^87^3.80^^150^163^641^^^^^6.8^1.100^0.300^10.500^^0.600^^^^^^6.80^315^^^^^^^^^^2.800^3.100^5.500^8^85.00^~3 pieces~^^~~^0 ~16567~^~MORNINGSTAR FARMS VEGGIE BITES SPINACH ARTICHOKE,FRZ,UNPREP~^56.00^221^11.00^11.90^2.30^18.80^2.1^4.70^107^3.30^^159^175^670^^^^^5.0^0.900^0.400^8.600^^0.520^^^^^^5.00^1095^^^^^^^^^^3.000^3.200^5.400^8^85.00^~3 pieces~^^~~^0 ~16568~^~MORNINGSTAR FARMS VEGGIE CAKES GINGER TERIYAKI,FRZ,UNPREP~^60.55^163^8.20^2.30^1.05^27.90^2.7^2.60^32^5.30^3^114^251^475^2.20^^0.700^^5.3^1.100^0.300^14.700^^0.700^37^^37^^^4.40^1790^^^^^^^^^^0.400^0.400^1.500^0^68.00^~1 patty~^^~~^0 ~16569~^~MORNINGSTAR FARMS VEGGIE CAKES SOUTHWESTERN STYLE,FRZ,UNPREP~^52.40^197^9.50^4.60^2.70^30.80^3.2^0.40^83^5.30^3^145^208^500^1.00^^0.600^^3.0^1.100^0.300^14.700^^0.700^28^^28^^^4.40^172^^^^^^^^^^1.700^0.600^2.900^7^68.00^~1 patty~^^~~^0 ~17001~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/4"FAT,CHOIC,RAW~^60.70^267^16.88^21.59^0.88^0.00^0.0^^12^1.57^22^160^230^58^3.33^0.104^0.019^19.8^0.0^0.120^0.220^6.100^0.670^0.130^18^0^18^18^^2.39^0^0^0^^^^^^0.21^^9.470^8.860^1.700^72^28.35^~1 oz~^453.60^~1 lb~^23 ~17002~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/4"FAT,CHOIC,CKD~^53.72^294^24.52^20.94^1.04^0.00^0.0^0.00^17^1.88^23^188^310^72^4.46^0.119^0.022^26.4^0.0^0.100^0.250^6.660^0.660^0.130^18^0^18^18^93.7^2.55^0^0^0^0^0^0^0^0^0.14^4.6^8.830^8.820^1.510^97^242.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~17003~^~LAMB,DOM,COMP OF RTL CUTS,LN,1/4"FAT,CHOIC,RAW~^73.42^134^20.29^5.25^1.06^0.00^0.0^^10^1.77^26^189^280^66^4.06^0.120^0.024^23.4^0.0^0.130^0.230^6.000^0.700^0.160^23^0^23^23^^2.62^0^0^0^^^^^^0.21^^1.880^2.110^0.480^65^28.35^~1 oz~^453.60^~1 lb~^42 ~17004~^~LAMB,DOM,COMP OF RTL CUTS,LN,1/4"FAT,CHOIC,CKD~^61.96^206^28.22^9.52^1.14^0.00^0.0^^15^2.05^26^210^344^76^5.27^0.128^0.028^26.1^0.0^0.100^0.280^6.320^0.690^0.160^23^0^23^23^^2.61^0^0^0^^^^^^0.19^^3.400^4.170^0.620^92^187.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^42 ~17005~^~LAMB,DOM,COMP OF RTL CUTS,FAT,1/4"FAT,CHOIC,RAW~^22.54^665^6.65^70.61^0.36^0.00^0.0^^19^0.98^9^73^82^31^1.13^0.057^0.003^8.8^0.0^0.060^0.160^6.370^0.580^0.040^3^0^3^3^^1.68^0^0^0^^^^^^0.22^^32.240^29.110^5.350^90^28.35^~1 oz~^453.60^~1 lb~^0 ~18079~^~BREAD CRUMBS,DRY,GRATED,PLN~^6.51^395^13.35^5.30^2.87^71.98^4.5^6.20^183^4.83^43^165^196^732^1.45^0.255^0.919^25.2^0.0^0.967^0.403^6.634^0.552^0.121^107^82^25^164^14.6^0.35^0^0^0^0^0^0^0^0^0.08^6.6^1.203^1.023^2.060^0^108.00^~1 cup~^28.35^~1 oz~^0 ~18080~^~BREAD STICKS,PLAIN~^6.10^412^12.00^9.50^3.90^68.40^3.0^1.26^22^4.28^32^121^124^657^0.88^0.188^0.557^37.5^0.0^0.589^0.553^5.281^0.540^0.073^162^132^30^254^14.6^0.00^0^0^0^0^1^0^0^65^1.01^2.2^1.410^3.568^3.628^0^46.00^~1 cup, small pieces~^5.00^~1 stick, small (approx 4-1/4" long)~^0 ~18081~^~BREAD STUFFING,BREAD,DRY MIX~^4.20^386^11.00^3.40^5.20^76.20^3.2^8.27^97^3.81^40^141^246^1590^0.93^0.238^0.594^48.0^0.0^0.596^0.404^5.766^0.398^0.152^168^82^86^225^14.6^0.02^2^0^0^0^1^0^0^72^0.38^1.1^0.845^1.493^0.713^1^28.35^~1 oz~^170.00^~1 package, (6 oz)~^0 ~18082~^~BREAD STUFFING,BREAD,DRY MIX,PREP~^64.80^177^3.20^8.60^1.70^21.70^2.9^2.11^32^1.09^12^42^74^543^0.28^0.072^0.169^49.8^0.0^0.136^0.107^1.475^0.081^0.040^39^22^17^54^5.3^0.01^313^118^111^0^88^0^0^18^1.40^13.7^1.734^3.808^2.604^0^28.35^~1 oz~^100.00^~.5 cup~^0 ~18084~^~BREAD STUFFING,CORNBREAD,DRY MIX~^4.60^389^10.00^4.20^4.40^76.70^14.3^4.77^78^3.25^44^113^204^1283^0.75^0.228^0.529^29.6^3.5^0.509^0.348^4.873^0.284^0.146^175^133^42^269^9.1^0.01^157^8^0^^^^^^^^0.922^1.662^1.073^0^28.35^~1 oz~^170.00^~1 package, (6 oz)~^0 ~18085~^~BREAD STUFFING,CORNBREAD,DRY MIX,PREP~^64.90^179^2.90^8.80^1.50^21.90^2.9^3.92^26^0.94^13^34^62^455^0.23^0.069^0.114^30.7^0.8^0.117^0.092^1.247^0.060^0.038^97^89^8^159^3.8^0.01^340^78^73^0^58^0^0^0^0.85^8.8^1.755^3.856^2.706^0^28.35^~1 oz~^100.00^~.5 cup~^0 ~18086~^~CAKE,ANGELFOOD,COMMLY PREP~^33.20^258^5.90^0.80^2.30^57.80^1.5^^140^0.52^12^324^93^749^0.07^0.078^0.085^7.3^0.0^0.102^0.491^0.883^0.198^0.031^35^32^3^57^^0.06^0^0^0^^^^^^^^0.121^0.071^0.367^0^28.35^~1 piece, (1/12 of 12 oz cake)~^340.00^~1 cake, (9" dia x 4")~^0 ~18087~^~CAKE,ANGELFOOD,DRY MIX~^2.80^373^8.90^0.40^2.80^85.10^0.3^44.20^121^0.32^11^337^197^737^0.16^0.094^0.142^12.6^0.0^0.167^0.325^0.275^0.264^0.009^92^81^11^149^2.0^0.05^0^0^0^0^0^0^0^1^0.01^0.1^0.063^0.038^0.180^0^28.35^~1 oz~^411.00^~1 package, (14.5 oz)~^0 ~18088~^~CAKE,ANGELFOOD,DRY MIX,PREP~^32.90^257^6.10^0.30^2.00^58.70^0.2^30.51^84^0.23^8^232^135^509^0.13^0.068^0.063^15.3^0.0^0.092^0.202^0.171^0.110^0.006^19^14^5^29^1.3^0.03^0^0^0^0^0^0^0^1^0.01^0.1^0.043^0.026^0.124^0^50.00^~1 piece, (1/12 of 10" dia)~^596.00^~1 tube, cake (10" dia, 4-3/8" high)~^0 ~18090~^~CAKE,BOSTON CRM PIE,COMMLY PREP~^45.40^252^2.40^8.50^0.70^42.90^1.4^36.11^23^0.38^6^49^39^144^0.16^0.042^0.050^4.1^0.2^0.408^0.270^0.191^0.301^0.026^14^6^8^18^17.4^0.16^82^24^23^0^2^1^0^27^0.15^3.1^2.445^4.544^1.009^37^28.35^~1 oz~^92.00^~1 piece, (1/6 of pie)~^0 ~18092~^~CAKE,CARROT,DRY MIX,PUDDING-TYPE~^3.60^415^5.10^9.80^2.40^79.20^^^172^1.80^8^247^169^567^0.20^0.050^0.528^14.9^1.2^0.265^0.170^2.205^0.294^0.079^67^53^14^104^^0.04^1930^97^0^^^^^^^^1.472^4.036^3.702^0^28.35^~1 oz~^510.00^~1 package, (18 oz)~^0 ~18095~^~CAKE,CHERRY FUDGE W/CHOC FRSTNG~^46.10^264^2.40^12.50^1.00^38.00^1.2^32.94^48^1.10^19^105^166^225^0.28^0.057^0.067^3.4^13.6^0.030^0.190^0.700^0.463^0.060^11^3^8^13^25.1^0.21^440^77^66^0^131^0^0^33^0.75^2.4^5.066^4.400^2.340^42^28.35^~1 oz~^71.00^~1 piece, (1/8 cake)~^0 ~18096~^~CAKE,CHOC,COMMLY PREP W/CHOC FRSTNG~^22.90^367^4.10^16.40^1.70^54.60^2.8^^43^2.20^34^122^200^334^0.69^0.242^0.321^3.3^0.1^0.027^0.133^0.577^0.202^0.040^17^9^8^23^^0.14^85^26^26^^^^^^^^4.771^8.760^1.845^42^28.35^~1 oz~^64.00^~1 piece, (1/8 of 18 oz cake)~^0 ~18097~^~CAKE,CHOC,DRY MIX,PUDDING-TYPE~^3.90^396^4.60^9.20^3.20^78.70^3.5^46.01^133^2.92^41^286^337^893^0.78^0.272^0.213^3.3^0.1^0.210^0.170^2.417^0.211^0.031^46^36^10^71^4.2^0.50^2^1^1^0^0^0^0^4^0.65^2.2^1.923^3.688^2.985^0^28.35^~1 oz~^517.00^~1 package, (18.25 oz)~^0 ~18099~^~CAKE,CHOC,DRY MIX,REG~^3.10^428^5.90^15.60^1.90^73.00^2.4^38.30^150^4.50^47^270^330^825^0.80^0.400^0.223^12.4^0.0^0.170^0.160^1.600^0.136^0.039^62^47^15^95^4.2^0.00^3^1^1^0^0^0^0^11^1.11^3.8^3.264^6.310^5.044^0^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18101~^~CAKE,CHOC,PREP FROM RECIPE WO/FRSTNG~^24.40^371^5.30^15.10^1.30^53.40^1.6^^60^1.61^32^106^140^315^0.69^0.207^0.280^11.9^0.2^0.141^0.213^1.137^0.304^0.041^27^17^10^39^128.4^0.16^140^^^^^^^^^^5.430^6.039^2.761^58^1137.00^~1 cake, 2-layer (8" or 9" dia)~^95.00^~1 piece, (1/12 of 9" dia)~^0 ~18102~^~CAKE,WHITE,PREP FROM RECIPE W/COCNT FRSTNG~^20.70^356^4.40^10.30^1.50^63.20^1.0^57.39^90^1.16^12^70^99^284^0.33^0.067^0.277^10.7^0.1^0.128^0.189^1.063^0.167^0.029^31^27^5^51^6.0^0.06^42^12^12^0^1^0^0^4^0.12^4.1^3.897^3.692^2.162^1^28.35^~1 oz~^112.00^~1 piece, (1/12 of 9" dia)~^0 ~18103~^~COFFEECAKE,CHEESE~^32.20^339^7.00^15.20^1.20^44.30^1.0^^59^0.64^15^101^289^339^0.59^0.052^0.172^13.3^0.1^0.105^0.125^0.682^0.400^0.058^39^20^19^53^^0.34^287^86^86^^^^^^^^5.391^7.129^1.645^85^28.35^~1 oz~^76.00^~1 piece, (1/6 of 16 oz cake)~^0 ~18104~^~COFFEECAKE,CINN W/CRUMB TOPPING,COMMLY PREP,ENR~^21.90^418^6.80^23.30^1.40^46.70^2.0^^54^1.91^22^108^123^351^0.81^0.125^0.450^17.2^0.3^0.209^0.229^1.678^0.655^0.027^61^29^32^81^^0.18^111^33^33^^^^^^^^5.797^12.976^3.120^32^28.35^~1 oz~^57.00^~1 individual, cake~^0 ~18105~^~COFFEECAKE,CREME-FILLED W/CHOC FRSTNG~^29.10^331^5.00^10.80^1.10^53.80^2.0^^38^0.51^15^75^78^323^0.44^0.070^0.190^14.4^0.1^0.080^0.074^0.840^0.392^0.041^41^24^17^58^^0.20^123^37^37^^^^^^^^2.833^5.664^1.465^69^28.35^~1 oz~^90.00^~1 piece, (1/6 of 19 oz cake)~^0 ~18106~^~COFFEECAKE,FRUIT~^31.70^311^5.20^10.20^1.20^51.50^2.5^^45^2.43^17^118^90^385^0.65^0.030^0.240^16.5^0.8^0.037^0.190^2.573^0.660^0.037^47^28^19^67^^0.02^140^7^0^^^^^^^^2.495^5.557^1.473^7^28.35^~1 oz~^50.00^~1 piece, (1/8 cake)~^0 ~18107~^~COFFEECAKE,CINN W/CRUMB TOPPING,DRY MIX~^3.30^436^4.80^12.00^2.10^77.70^1.8^42.52^148^1.90^19^256^87^596^0.34^0.220^0.411^16.1^0.2^0.291^0.130^2.505^0.133^0.044^86^71^15^136^4.7^0.00^24^7^7^0^0^1^0^11^0.12^5.3^2.957^5.172^3.204^0^28.35^~1 oz~^298.00^~1 package, (10.5 oz)~^0 ~18935~^~WAFFLE,PLN,FRZ,RTH,MICROWAVE~^34.95^298^6.71^9.91^3.02^45.41^2.4^5.04^197^5.81^25^410^148^682^0.45^0.038^0.154^12.8^^0.544^0.655^7.785^0.325^1.016^67^56^11^106^^2.18^^^^^^^^^0.95^8.1^1.580^5.195^2.240^16^32.00^~1 waffle, round (4"dia)~^^~~^0 ~18936~^~PANCAKES,PLN,FRZ,RTH,MICROWAVE(INC BUTTMLK)~^43.80^239^5.88^4.73^2.26^43.33^2.5^7.06^72^1.64^16^350^122^566^0.44^0.035^0.141^7.4^^0.363^0.335^3.345^0.177^0.278^54^45^9^86^28.1^^719^216^216^^^^^^0.38^7.4^0.949^2.721^1.070^^38.32^~1 pancake~^144.00^~1 serving, (3 pancakes)~^0 ~18938~^~TOASTER PASTRIES,FRT,FRSTD (INC APPLS,BLUEBERR,CHERRY,STRAW)~^13.79^391^4.23^10.08^1.09^70.81^0.7^35.52^11^4.05^11^68^71^312^0.35^0.060^0.303^4.9^0.0^0.396^0.360^4.750^0.250^0.380^45^36^9^70^8.4^0.01^680^202^202^3^3^3^3^7^0.73^6.9^2.672^5.733^1.235^0^55.31^~1 pastry~^28.35^~1 oz~^0 ~18939~^~TOASTER PASTRIES,FRUIT,TSTD (APPL,BLUEBERY,CHERRY,STRAWBERY)~^10.46^409^4.70^11.03^1.11^72.70^1.0^28.99^11^3.92^12^76^81^354^0.38^0.068^0.332^5.1^0.0^0.365^0.415^5.250^0.340^0.465^48^40^8^76^9.2^^1563^467^467^3^3^3^3^^0.90^6.6^2.637^6.550^1.281^^51.29^~1 pastry~^51.29^~1 pop tart~^0 ~18940~^~MUFFIN,BLUEBERRY,COMMLY PREP,LOW-FAT~^39.94^255^4.23^4.22^1.56^50.05^4.2^27.05^35^2.00^10^125^96^315^1.27^0.080^0.785^9.8^0.9^0.163^0.175^1.375^0.251^0.042^48^36^12^73^51.7^0.16^39^10^10^0^3^1^0^56^0.39^5.7^1.549^0.860^1.363^28^71.00^~1 muffin, small~^28.35^~1 oz~^0 ~18942~^~PIE CRUST,COOKIE-TYPE,GRAHAM CRACKER,READY CRUST~^4.37^501^5.10^24.83^1.39^64.30^1.9^18.13^29^2.60^23^117^113^417^1.25^0.223^1.287^2.6^0.0^0.184^0.213^3.220^0.178^0.076^65^46^19^97^17.7^0.00^0^0^0^0^0^0^0^11^1.85^21.8^4.999^16.928^1.671^0^182.63^~1 crust~^28.35^~1 oz~^0 ~18943~^~PIE CRUST,COOKIE-TYPE,CHOC,READY CRUST~^4.99^484^6.08^22.42^2.03^64.48^2.7^26.31^32^4.30^40^120^187^503^2.10^0.770^1.833^2.5^0.0^0.336^0.265^3.073^0.168^0.043^72^50^22^108^16.4^0.00^0^0^0^0^0^0^0^12^1.79^18.2^4.725^14.501^2.035^0^182.15^~1 crust~^^~~^0 ~18944~^~PIE,DUTCH APPL,COMMLY PREP~^41.09^290^2.17^11.50^0.70^44.54^1.6^22.02^14^0.91^8^29^76^200^0.19^0.148^0.233^2.2^5.7^0.193^0.067^1.094^0.096^0.039^21^15^6^32^17.0^0.00^82^18^17^0^10^11^1^42^0.96^16.4^2.313^5.797^2.117^0^131.00^~.125 pie, 1 pie (1/8 of 9" pie)~^137.18^~1 slice~^0 ~18945~^~PIE CRUST,DEEP DISH,FRZ,UNBAKED,MADE W/ ENR FLR~^17.78^468^5.52^28.74^1.17^46.79^1.4^^20^2.26^15^68^91^353^0.46^0.079^0.476^4.5^^0.227^0.143^2.500^0.360^0.047^77^48^29^111^^0.00^^^^^^^^^1.24^15.0^8.129^14.489^3.530^^224.73^~1 pie crust, (average weight)~^^~~^0 ~18946~^~PIE CRUST,REFR,REG,BKD~^7.96^506^3.41^28.69^1.42^58.52^1.4^^12^1.15^9^52^83^472^0.22^0.051^0.209^4.5^^0.140^0.037^1.285^0.295^0.020^32^21^11^47^^0.00^^^^^^^^^0.05^0.4^11.087^11.815^3.756^^198.38^~1 pie crust~^^~~^0 ~18947~^~PIE CRUST,DEEP DISH,FRZ,BKD,MADE W/ ENR FLR~^8.26^521^6.10^31.84^1.33^52.47^2.3^^23^2.47^17^77^103^393^0.52^0.089^0.533^5.0^^0.263^0.130^2.867^0.403^0.040^94^72^22^144^^0.00^^^^^^^^^1.39^16.7^8.862^16.459^3.918^^202.06^~1 pie crust, (average weight)~^^~~^0 ~18948~^~PIE CRUST,REFR,REG,UNBAKED~^19.25^445^2.97^25.46^1.22^51.11^1.8^^10^1.02^8^45^73^409^0.20^0.045^0.181^4.0^^0.067^0.052^1.145^0.310^0.020^25^18^7^37^^0.00^^^^^^^^^0.05^0.0^9.596^10.206^3.292^^229.21^~1 pie crust, (average weight)~^^~~^0 ~19002~^~BEEF JERKY,CHOPD&FORMED~^23.36^410^33.20^25.60^6.80^11.00^1.8^9.00^20^5.42^51^407^597^2213^8.11^0.227^0.111^10.7^0.0^0.154^0.142^1.732^0.163^0.179^134^0^134^134^109.1^0.99^0^0^0^0^0^0^0^0^0.49^2.3^10.850^11.305^1.011^48^28.35^~1 oz~^19.80^~1 piece, large~^0 ~19003~^~CORN-BASED,EXTRUDED,CHIPS,PLN~^0.33^518^6.03^28.41^2.22^63.01^5.3^1.16^164^1.32^84^157^135^616^1.58^0.217^0.434^6.7^0.0^0.016^0.640^0.362^0.564^0.117^13^0^13^13^12.1^0.00^0^0^0^0^0^0^0^212^1.36^6.3^3.612^7.913^14.010^0^28.35^~1 oz~^198.00^~1 bag, (7 oz)~^0 ~19004~^~CORN-BASED,EXTRUDED,CHIPS,BARBECUE-FLAVOR~^1.20^523^7.00^32.70^2.80^56.20^5.2^^131^1.54^77^207^236^763^1.06^0.166^0.774^4.1^1.7^0.075^0.210^1.645^0.143^0.230^39^0^39^39^^0.00^611^31^0^^^^^^^^4.460^9.480^16.170^0^28.35^~1 oz~^198.00^~1 bag, (7 oz)~^0 ~19005~^~CORN-BASED,EXTRUDED,CONES,PLN~^2.00^510^5.80^26.90^2.30^62.90^1.1^^3^2.54^11^44^81^1022^0.21^0.040^0.087^3.8^0.0^0.320^0.240^1.410^0.225^0.040^3^0^3^3^^0.00^318^16^0^^^^^^^^22.750^1.700^0.780^0^28.35^~1 oz~^^~~^0 ~19006~^~CORN-BASED,EXTRUDED,CONES,NACHO-FLAVOR~^1.90^536^6.50^31.70^2.60^57.30^1.0^^36^1.27^25^76^123^952^0.48^0.059^0.078^3.8^0.1^0.210^0.120^1.410^0.401^0.116^5^0^5^5^^0.00^315^24^10^^^^^^^^26.790^2.140^0.840^5^28.35^~1 oz~^^~~^0 ~19007~^~CORN-BASED,EXTRUDED,ONION-FLAVOR~^2.00^499^7.70^22.60^2.60^65.10^3.9^4.83^29^3.72^28^72^143^981^0.33^0.118^0.202^10.6^1.8^0.220^0.310^3.180^0.262^0.148^110^94^16^176^21.3^0.00^120^8^2^33^51^0^0^879^2.69^5.1^4.340^13.360^3.140^0^28.35^~1 oz~^56.70^~2 oz~^0 ~19008~^~CORN-BASED,EXTRUDED,PUFFS OR TWISTS,CHEESE-FLAVOR~^1.78^565^5.83^37.11^2.89^52.38^1.9^2.87^58^1.75^19^128^189^910^0.55^0.046^0.089^8.1^0.0^0.160^0.159^4.706^0.980^0.079^55^47^8^88^11.6^0.48^127^38^38^0^0^0^0^643^4.70^1.3^5.658^10.513^19.089^7^28.35^~1 oz~^28.00^~32 pieces~^0 ~19009~^~CORNNUTS,PLAIN~^1.30^446^8.50^15.64^2.70^71.86^6.9^0.61^9^1.67^113^275^278^549^1.78^0.115^0.455^14.8^0.0^0.041^0.130^1.694^0.366^0.229^0^0^0^0^20.6^0.00^0^0^0^0^0^0^0^0^1.98^9.3^2.430^9.460^3.050^0^28.35^~1 oz~^56.70^~2 oz~^0 ~19010~^~CRISPED RICE BAR,CHOC CHIP~^7.00^404^5.10^13.50^1.30^73.00^2.2^^21^6.30^48^134^168^278^0.86^0.310^0.999^9.7^0.0^0.530^0.600^7.050^0.000^0.705^140^0^140^140^^0.00^1764^^^^^^^^^^5.240^3.990^3.650^0^28.35^~1 bar, (1 oz)~^^~~^0 ~19013~^~FRUIT LEATHER,PIECES~^12.30^359^1.00^2.68^1.20^82.82^0.0^57.58^18^0.75^14^24^164^403^0.19^0.171^0.184^2.7^56.0^0.043^0.100^0.100^0.319^0.300^4^0^4^4^12.9^0.00^58^6^0^1^34^0^0^51^0.56^18.2^0.650^1.480^0.550^0^28.35^~1 oz~^27.00^~1 package~^0 ~19409~^~FROSTING,GLAZ,CHC,PREP-FRM-RCIP,W/ BUTR,NFSMI RECIP NO. C-32~^18.27^359^1.42^7.17^0.82^72.18^1.1^64.30^32^0.60^20^48^130^132^0.37^0.136^0.140^1.6^0.1^0.018^0.066^0.111^0.081^0.011^2^0^2^2^^0.09^249^69^68^0^13^0^0^1^0.19^0.7^4.483^1.894^0.294^18^^~~^^~~^0 ~19410~^~SNACK,POTATO CHIPS,MADE FROM DRIED POTATOES,PLN~^2.54^559^4.45^38.41^2.57^52.02^3.1^1.14^27^0.82^43^125^751^388^0.48^0.123^0.274^2.2^8.2^0.115^0.016^3.240^0.825^0.407^7^0^7^7^32.8^0.00^0^0^0^0^0^0^0^0^11.40^7.2^9.492^7.048^13.594^0^28.35^~1 oz~^198.00^~1 can, (7 oz)~^0 ~19411~^~POTATO CHIPS,PLAIN,SALTED~^2.28^547^6.56^37.47^3.95^49.74^4.4^0.37^24^1.61^70^155^1642^525^2.39^0.398^0.664^8.1^18.6^0.063^0.230^4.182^4.347^0.723^75^0^75^75^12.1^0.00^0^0^0^0^0^0^0^0^6.74^22.1^10.960^9.840^12.170^0^28.35^~1 oz~^227.00^~1 bag, (8 oz)~^0 ~19412~^~POTATO CHIPS,MADE FROM DRIED POTATOES,CHEESE-FLAVOR~^1.90^551^7.00^37.00^3.50^50.60^3.4^^110^1.60^53^163^381^755^0.64^0.056^0.058^8.1^8.5^0.180^0.120^2.600^0.338^0.521^18^0^18^18^^0.00^3^1^1^^^^^^^^9.570^7.140^18.660^4^28.35^~1 oz~^191.00^~1 can, (6.25 oz)~^0 ~19413~^~RICE CAKES,BROWN RICE,CORN~^5.90^385^8.40^3.20^1.40^81.20^2.9^^9^1.17^114^320^275^291^2.22^0.420^5.080^^0.0^0.080^0.104^6.435^0.930^0.140^19^0^19^19^^0.00^0^0^0^^^^^^^^0.630^1.140^1.130^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19414~^~RICE CAKES,BROWN RICE,MULTIGRAIN~^6.30^387^8.50^3.50^1.60^80.10^3.0^^21^1.96^137^370^294^252^2.53^0.427^5.220^^0.0^0.067^0.184^6.602^1.002^0.137^20^0^20^20^^0.00^0^0^0^^^^^^^^0.560^1.160^1.440^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19415~^~POTATO STICKS~^2.20^522^6.70^34.40^3.30^53.30^3.4^0.22^18^2.27^64^172^1237^250^0.99^0.315^0.423^8.1^47.3^0.096^0.116^4.785^0.403^0.320^40^0^40^40^34.9^0.00^0^0^0^0^0^0^0^0^9.11^22.1^8.880^6.160^17.900^0^28.35^~1 oz~^18.00^~.5 cup~^0 ~19416~^~RICE CAKES,BROWN RICE,RYE~^6.80^386^8.10^3.80^1.50^79.90^4.0^^21^1.80^144^380^311^110^3.00^0.390^2.977^^0.0^0.091^0.090^7.040^1.110^0.150^5^0^5^5^^0.00^3^0^0^^^^^^^^0.580^1.310^1.550^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19418~^~SESAME STKS,WHEAT-BASED,SALTED~^2.00^541^10.90^36.70^3.90^46.50^2.8^0.19^170^0.74^45^138^177^1488^1.17^0.406^0.904^17.1^0.0^0.123^0.063^1.552^0.234^0.086^22^0^22^22^17.0^0.00^5^0^0^0^3^0^0^19^3.85^8.0^6.480^10.910^17.420^0^28.35^~1 oz~^56.70^~2 oz~^0 ~19420~^~GRANOLA BARS,HARD,PNUT BUTTER~^2.30^483^9.80^23.80^1.70^62.30^2.9^^41^2.40^55^139^291^283^1.25^0.218^0.922^15.0^0.2^0.210^0.090^1.970^0.387^0.096^18^0^18^18^^0.00^16^1^0^^^^^^^^3.200^7.000^12.080^0^28.35^~1 oz~^23.60^~1 bar~^0 ~19421~^~POTATO CHIPS,CHEESE-FLAVOR~^1.80^496^8.50^27.20^4.80^57.70^5.2^^72^1.84^75^299^1528^793^0.91^0.250^0.446^^54.1^0.155^0.158^5.000^0.790^0.348^0^0^0^0^^0.00^33^10^10^^^^^^^^8.600^7.720^9.560^4^28.35^~1 oz~^170.00^~1 bag, (6 oz)~^0 ~19422~^~POTATO CHIPS,LIGHT~^1.00^471^7.10^20.80^4.10^66.90^5.9^0.22^21^1.35^89^193^1744^492^0.07^0.600^0.440^8.1^25.7^0.208^0.267^7.000^0.271^0.671^27^0^27^27^45.1^0.00^0^0^0^0^0^0^0^0^5.47^13.3^4.160^4.800^10.940^0^28.35^~1 oz~^170.00^~1 bag, (6 oz)~^0 ~19423~^~SNACKS,POTATO CHIPS,FAT-FREE,MADE W/OLESTRA~^2.00^274^7.74^0.70^4.57^65.00^6.8^0.00^35^2.40^69^174^1160^554^3.50^0.440^0.770^0.9^28.3^0.329^0.050^4.370^0.981^0.158^83^0^83^83^38.8^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.240^0.180^0.304^0^28.35^~1 oz~^^~~^0 ~19424~^~SNACKS,TORTILLA CHIPS,NACHO-FLAVOR,RED FAT~^1.30^445^8.70^15.20^3.20^71.60^4.8^^159^1.63^97^318^272^1003^^0.143^0.436^^0.2^0.222^0.274^0.415^^0.231^26^0^26^26^^0.00^380^24^6^^^^^^^^2.910^8.950^2.100^3^28.35^~1 oz~^170.00^~1 bag, (6 oz)~^0 ~19433~^~TORTILLA CHIPS,LOFAT,BKD WO/FAT~^1.70^415^11.00^5.70^1.40^80.00^5.3^0.67^159^1.60^97^318^272^419^1.15^0.110^^15.7^0.2^0.220^0.280^0.420^^0.180^16^0^16^16^21.9^0.00^104^5^0^30^47^1^0^652^0.77^0.2^0.850^1.660^2.870^0^28.35^~1 oz~^^~~^0 ~19434~^~CHEESE PUFFS&TWISTS,CORN BSD,LOFAT~^3.00^432^8.50^12.10^4.05^72.35^10.7^7.29^357^1.28^41^357^286^1285^2.14^0.085^^9.6^21.4^0.540^0.610^7.140^^0.710^97^0^97^97^13.7^2.14^250^44^38^30^58^0^0^643^4.25^1.1^2.100^3.500^5.740^1^28.35^~1 oz~^^~~^0 ~19435~^~SNACKS,GRANOLA BAR,FRUIT-FILLED,NONFAT~^13.70^342^5.90^0.90^1.90^77.60^7.4^55.34^3^4.00^50^122^220^16^1.42^0.234^^8.3^1.7^0.030^0.070^0.400^^1.590^316^300^12^522^26.7^0.18^491^25^0^0^173^242^1^103^0.26^2.7^0.200^0.240^0.350^0^28.35^~1 oz~^^~~^0 ~19436~^~POPCORN,SUGAR SYRUP/CARAMEL,FAT-FREE~^6.00^381^2.00^1.40^0.54^90.06^2.5^64.68^18^0.80^27^55^110^286^0.62^0.140^^3.6^0.0^0.038^0.058^0.342^^0.047^4^0^4^4^12.6^0.00^33^2^0^10^15^0^0^242^0.13^0.9^0.200^0.260^0.634^0^28.35^~1 oz~^^~~^0 ~19437~^~POTATO CHIPS,FAT FREE,SALTED~^2.00^379^9.64^0.60^4.00^83.76^7.5^3.69^35^3.57^70^167^1628^643^0.74^0.174^^8.1^9.3^1.080^0.115^6.446^^0.800^45^0^45^45^54.1^0.00^11^1^0^0^7^0^0^39^0.04^9.1^0.150^0.015^0.255^0^28.35^~1 oz~^227.00^~1 bag, (8 oz)~^0 ~19438~^~SNACKS,KELLOGG,KELLOGG'S RICE KRISPIES TREATS SQUARES~^5.90^414^3.40^9.00^1.20^80.50^0.6^^3^1.27^13^42^39^351^0.50^0.100^1.601^^0.0^1.268^1.365^16.285^0.000^0.900^109^90^19^172^^0.00^1080^324^324^^^^^^^^1.400^2.500^5.100^0^37.00^~1 bar~^^~~^0 ~19439~^~SNACKS,KELLOGG'S LOFAT GRANOLA BAR,CRUNCHY ALMD/BRN SUGAR~^5.00^390^8.00^7.40^1.60^78.00^6.2^^35^8.60^87^248^249^291^2.20^0.700^1.797^^0.0^0.700^0.800^9.500^0.671^1.000^0^0^0^0^^0.00^2381^713^713^^^^^^^^1.100^1.800^4.500^0^37.00^~1 bar~^^~~^0 ~19440~^~SNACKS,M&M MARS,KUDOS WHL GRAIN BARS,CHOC CHIP~^4.90^420^4.47^13.02^5.30^72.31^2.6^38.78^1084^1.40^70^207^279^246^1.41^0.312^1.067^^0.1^0.169^0.201^1.539^0.468^0.117^13^0^13^13^^0.14^57^15^14^^6^^^^10.79^^4.701^4.710^2.749^136^28.40^~1 bar~^^~~^0 ~19441~^~SNACKS,KELLOGG,KELLOGG'S NUTRI-GRAIN CRL BARS,FRUIT-FILLED~^14.50^375^4.40^7.50^1.20^72.40^2.1^35.10^541^4.86^27^103^197^297^4.10^0.100^^10.5^0.0^1.000^1.100^13.500^0.000^1.400^108^98^10^177^33.8^0.00^2027^608^608^0^0^0^0^0^0.60^12.9^1.016^5.057^0.906^0^37.00^~1 bar~^^~~^0 ~19444~^~SNACKS,TORTILLA CHIPS,LOFAT,MADE W/OLESTRA,NACHO CHS~^1.66^318^8.44^3.53^3.06^65.22^6.4^2.82^128^4.80^99^245^396^602^3.40^0.140^0.570^9.4^5.5^0.206^0.130^1.300^0.208^0.241^53^0^16^16^20.4^0.27^303^9^0^0^107^0^45^507^3.53^191.9^1.054^1.379^1.211^2^28.35^~1 oz~^^~~^0 ~19445~^~Snacks, potato chips, from dried potatoes, fat-free, olestra~^2.63^253^5.06^0.93^2.84^56.00^7.3^0.59^20^1.14^48^132^931^429^0.78^0.165^0.394^2.9^108.8^0.177^0.016^3.397^0.963^0.532^67^0^67^67^38.8^0.00^0^0^0^0^0^0^0^0^0.00^328.6^0.355^0.300^0.190^0^28.35^~1 oz~^^~~^0 ~17006~^~LAMB,DOM,COMP OF RTL CUTS,FAT,1/4"FAT,CHOIC,CKD~^26.14^586^12.16^59.18^0.68^0.00^0.0^0.00^23^1.29^13^114^194^58^1.74^0.088^0.004^18.8^0.0^0.070^0.170^7.800^0.580^0.040^3^0^3^3^54.3^2.35^0^0^0^0^0^0^0^0^0.04^4.6^27.020^24.400^4.480^114^286.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17007~^~LAMB,DOM,FORESHANK,LN&FAT,1/4"FAT,CHOIC,RAW~^67.01^201^18.91^13.38^0.95^0.00^0.0^^11^1.67^22^170^214^72^5.22^0.101^0.021^19.9^0.0^0.100^0.190^5.470^0.690^0.150^19^0^19^19^^2.34^0^0^0^^^^^^0.25^^5.830^5.490^1.060^72^28.35^~1 oz~^453.60^~1 lb~^52 ~17008~^~LAMB,DOM,FORESHANK,LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^56.80^243^28.37^13.46^0.91^0.00^0.0^0.00^20^2.14^22^166^257^72^7.69^0.123^0.025^30.6^0.0^0.050^0.190^5.460^0.630^0.100^17^0^17^17^110.0^2.28^0^0^0^0^0^0^0^0^0.18^4.3^5.630^5.680^0.970^106^148.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^56 ~17009~^~LAMB,DOM,FORESHANK,LN,1/4"FAT,CHOIC,RAW~^74.86^120^21.08^3.29^1.05^0.00^0.0^^9^1.79^25^187^237^79^5.95^0.109^0.024^24.0^0.0^0.100^0.200^5.310^0.710^0.170^22^0^22^22^^2.45^0^0^0^^^^^^0.24^^1.180^1.320^0.300^69^28.35^~1 oz~^453.60^~1 lb~^59 ~17010~^~LAMB,DOM,FORESHANK,LN,1/4"FAT,CHOIC,CKD,BRSD~^61.79^187^31.01^6.02^0.94^0.00^0.0^^20^2.27^23^175^267^74^8.66^0.129^0.028^35.3^0.0^0.040^0.190^5.070^0.630^0.110^19^0^19^19^^2.26^0^0^0^^^^^^0.20^^2.150^2.640^0.390^104^128.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^62 ~17011~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/4"FAT,CHOIC,RAW~^64.32^230^17.91^17.07^0.94^0.00^0.0^^9^1.66^23^170^249^56^3.32^0.113^0.020^20.7^0.0^0.130^0.230^6.260^0.690^0.150^19^0^19^19^^2.50^0^0^0^^^^^^0.21^^7.430^7.000^1.350^69^28.35^~1 oz~^453.60^~1 lb~^21 ~17012~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^57.48^258^25.55^16.48^1.02^0.00^0.0^0.00^11^1.98^24^191^313^66^4.40^0.115^0.024^27.2^0.0^0.100^0.270^6.590^0.680^0.150^20^0^20^20^96.3^2.59^0^0^0^0^0^0^0^0^0.15^4.2^6.890^6.960^1.180^93^265.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~17013~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN,1/4"FAT,CHOIC,RAW~^74.11^128^20.56^4.51^1.07^0.00^0.0^^6^1.82^27^193^289^62^3.84^0.126^0.024^23.5^0.0^0.140^0.250^6.230^0.720^0.170^23^0^23^23^^2.70^0^0^0^^^^^^0.22^^1.610^1.810^0.410^64^28.35^~1 oz~^453.60^~1 lb~^36 ~17014~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN,1/4"FAT,CHOIC,CKD,RSTD~^63.89^191^28.30^7.74^1.09^0.00^0.0^0.00^8^2.12^26^206^338^68^4.94^0.120^0.028^30.1^0.0^0.110^0.290^6.340^0.710^0.170^23^0^23^23^104.9^2.64^0^0^0^0^0^0^0^0^0.18^3.6^2.760^3.390^0.510^89^218.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^35 ~17015~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/4"FAT,CHOIC,RAW~^67.17^201^18.58^13.49^0.98^0.00^0.0^^8^1.71^24^178^261^57^3.50^0.115^0.021^21.4^0.0^0.130^0.230^6.220^0.680^0.150^20^0^20^20^^2.51^0^0^0^^^^^^0.21^^5.800^5.530^1.080^67^28.35^~1 oz~^453.60^~1 lb~^20 ~17016~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^60.66^225^26.41^12.45^1.05^0.00^0.0^^10^1.98^25^198^326^65^4.66^0.117^0.025^29.4^0.0^0.100^0.270^6.550^0.700^0.160^22^0^22^22^^2.67^0^0^0^^^^^^0.16^^5.090^5.290^0.880^90^269.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^20 ~17017~^~LAMB,DOM,LEG,SHANK HALF,LN,1/4"FAT,CHOIC,RAW~^74.44^125^20.52^4.19^1.08^0.00^0.0^^6^1.82^27^195^290^61^3.89^0.124^0.024^23.4^0.0^0.140^0.250^6.190^0.700^0.170^23^0^23^23^^2.64^0^0^0^^^^^^0.20^^1.500^1.690^0.380^64^28.35^~1 oz~^453.60^~1 lb~^31 ~17018~^~LAMB,DOM,LEG,SHANK HALF,LN,1/4"FAT,CHOIC,CKD,RSTD~^64.92^180^28.17^6.67^1.10^0.00^0.0^^8^2.06^26^208^342^66^5.02^0.121^0.028^31.7^0.0^0.110^0.280^6.390^0.710^0.170^24^0^24^24^^2.71^0^0^0^^^^^^0.18^^2.380^2.920^0.440^87^238.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^29 ~17019~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/4"FAT,CHOIC,RAW~^60.30^272^16.94^22.11^0.89^0.00^0.0^^10^1.61^22^159^231^56^3.08^0.112^0.019^19.6^0.0^0.120^0.230^6.340^0.700^0.140^18^0^18^18^^2.48^0^0^0^^^^^^0.22^^9.730^9.080^1.730^72^28.35^~1 oz~^453.60^~1 lb~^23 ~17020~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^54.13^292^24.63^20.67^0.99^0.00^0.0^^11^2.00^22^183^301^68^4.13^0.112^0.022^25.5^0.0^0.110^0.280^6.620^0.670^0.140^17^0^17^17^^2.53^0^0^0^^^^^^0.13^^8.740^8.710^1.490^97^262.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~17021~^~LAMB,DOM,LEG,SIRLOIN HALF,LN,1/4"FAT,CHOIC,RAW~^73.57^134^20.55^5.08^1.07^0.00^0.0^^7^1.83^27^189^284^64^3.77^0.132^0.024^23.4^0.0^0.140^0.250^6.330^0.740^0.170^24^0^24^24^^2.76^0^0^0^^^^^^0.24^^1.820^2.040^0.460^66^28.35^~1 oz~^453.60^~1 lb~^43 ~17022~^~LAMB,DOM,LEG,SIRLOIN HALF,LN,1/4"FAT,CHOIC,CKD,RSTD~^62.49^204^28.35^9.17^1.09^0.00^0.0^^8^2.20^25^203^333^71^4.85^0.119^0.028^30.8^0.0^0.120^0.310^6.270^0.700^0.170^21^0^21^21^^2.58^0^0^0^^^^^^0.17^^3.280^4.020^0.600^92^201.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^41 ~17023~^~LAMB,DOM,LOIN,LN&FAT,1/4"FAT,CHOIC,RAW~^56.55^310^16.32^26.63^0.84^0.00^0.0^^15^1.61^21^152^214^56^2.53^0.105^0.018^18.9^0.0^0.110^0.210^6.470^0.630^0.130^17^0^17^17^^2.04^0^0^0^^^^^^0.18^^11.760^10.940^2.080^74^28.35^~1 oz~^95.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^21 ~17024~^~LAMB,DOM,LOIN,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^51.57^316^25.17^23.08^1.09^0.00^0.0^0.00^20^1.81^24^196^327^77^3.48^0.130^0.022^27.4^0.0^0.100^0.250^7.100^0.640^0.130^18^0^18^18^93.8^2.47^0^0^0^0^0^0^0^0^0.13^4.8^9.830^9.700^1.680^100^85.00^~3 oz~^64.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^23 ~17025~^~LAMB,DOM,LOIN,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^52.50^309^22.55^23.59^1.16^0.00^0.0^0.00^18^2.12^23^180^246^64^3.41^0.119^0.020^24.6^0.0^0.100^0.240^7.100^0.650^0.110^19^0^19^19^88.4^2.21^0^0^0^0^0^0^0^0^0.11^4.7^10.240^9.680^1.870^95^269.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~17026~^~LAMB,DOM,LOIN,LN,1/4"FAT,CHOIC,RAW~^72.55^143^20.88^5.94^1.06^0.00^0.0^^12^1.91^27^190^276^68^3.19^0.128^0.024^23.6^0.0^0.130^0.230^6.510^0.660^0.170^24^0^24^24^^2.21^0^0^0^^^^^^0.19^^2.130^2.390^0.540^66^28.35^~1 oz~^65.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^46 ~17027~^~LAMB,DOM,LOIN,LN,1/4"FAT,CHOIC,CKD,BRLD~^60.98^216^29.99^9.73^1.24^0.00^0.0^0.00^19^2.00^28^226^376^84^4.13^0.145^0.028^32.8^0.0^0.110^0.280^6.850^0.660^0.160^24^0^24^24^108.3^2.52^0^0^0^0^0^0^0^0^0.16^3.9^3.480^4.260^0.640^95^85.00^~3 oz~^46.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^44 ~17028~^~LAMB,DOM,LOIN,LN,1/4"FAT,CHOIC,CKD,RSTD~^62.76^202^26.59^9.76^1.35^0.00^0.0^^17^2.44^27^206^267^66^4.06^0.132^0.026^30.3^0.0^0.100^0.270^6.830^0.680^0.160^25^0^25^25^^2.16^0^0^0^^^^^^0.16^^3.720^3.950^0.860^87^193.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^44 ~17029~^~LAMB,DOM,RIB,LN&FAT,1/4"FAT,CHOIC,RAW~^50.80^372^14.52^34.39^0.74^0.00^0.0^^15^1.39^18^137^190^56^2.71^0.089^0.016^16.8^0.0^0.100^0.190^6.090^0.620^0.110^14^0^14^14^^2.09^0^0^0^^^^^^0.18^^15.160^14.130^2.690^76^28.35^~1 oz~^453.60^~1 lb~^27 ~17030~^~LAMB,DOM,RIB,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^47.06^361^22.13^29.59^1.14^0.00^0.0^0.00^19^1.88^23^178^270^76^4.00^0.121^0.020^23.9^0.0^0.090^0.220^7.000^0.610^0.110^14^0^14^14^86.4^2.54^0^0^0^0^0^0^0^0^0.12^5.3^12.700^12.120^2.370^99^229.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^30 ~17031~^~LAMB,DOM,RIB,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^47.89^359^21.12^29.82^0.93^0.00^0.0^^22^1.60^20^166^271^73^3.49^0.115^0.019^21.8^0.0^0.090^0.210^6.750^0.630^0.110^15^0^15^15^^2.23^0^0^0^^^^^^0.10^^12.770^12.520^2.170^97^255.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^28 ~17032~^~LAMB,DOM,RIB,LN,1/4"FAT,CHOIC,RAW~^70.44^169^19.98^9.23^1.01^0.00^0.0^^12^1.67^25^181^265^72^3.80^0.111^0.024^22.3^0.0^0.120^0.200^5.890^0.650^0.160^21^0^21^21^^2.38^0^0^0^^^^^^0.19^^3.300^3.710^0.840^66^28.35^~1 oz~^453.60^~1 lb~^57 ~18108~^~COFFEECAKE,CINN W/CRUMB TOPPING,DRY MIX,PREP~^30.50^318^5.50^9.60^1.70^52.80^1.2^29.53^136^1.43^18^215^112^421^0.45^0.149^0.310^16.7^0.2^0.167^0.175^1.519^0.269^0.050^48^36^12^73^28.5^0.14^121^35^35^0^2^2^0^44^0.20^3.6^1.855^3.851^3.165^49^28.35^~1 oz~^56.00^~1 piece, (1/8 of 8" x 5-3/4" cake)~^0 ~18110~^~CAKE,FRUITCAKE,COMMLY PREP~^25.30^324^2.90^9.10^1.00^61.60^3.7^29.84^33^2.07^16^52^153^270^0.27^0.050^0.220^2.0^0.5^0.050^0.099^0.791^0.226^0.046^20^17^3^32^8.8^0.01^29^7^7^1^3^1^0^21^0.90^1.5^1.048^4.200^3.323^5^28.35^~1 oz~^43.00^~1 piece~^0 ~18112~^~CAKE,GERMAN CHOC,DRY MIX,PUDDING-TYPE~^3.60^401^4.00^9.50^2.50^80.10^3.5^49.54^97^1.93^22^294^149^643^0.42^0.156^0.105^3.1^0.0^0.255^0.176^2.605^0.072^0.035^56^46^10^88^3.9^0.00^3^1^1^0^0^0^0^4^0.08^3.8^3.205^3.781^1.823^0^28.35^~1 oz~^517.00^~1 package, (18.25 oz)~^0 ~18114~^~CAKE,GINGERBREAD,DRY MIX~^4.40^437^4.40^13.80^2.80^74.60^1.7^46.62^94^4.70^21^226^341^657^0.36^0.246^0.556^2.1^0.2^0.340^0.240^2.550^0.235^0.041^51^37^14^77^10.7^0.00^3^0^0^0^1^1^0^3^0.20^6.4^3.460^7.791^1.804^0^28.35^~1 oz~^411.00^~1 package, (14.5 oz)~^0 ~18116~^~CAKE,GINGERBREAD,PREP FROM RECIPE~^28.00^356^3.90^16.40^1.80^49.20^^^71^2.88^70^54^439^327^0.39^0.195^0.683^16.3^0.1^0.190^0.162^1.738^0.375^0.190^33^25^8^51^^0.06^48^14^14^^^^^^^^4.122^7.124^4.216^32^28.35^~1 oz~^74.00^~1 piece, (1/9 of 8" square)~^0 ~18117~^~CAKE,MARBLE,DRY MIX,PUDDING-TYPE~^3.10^416^3.40^11.70^2.30^79.30^2.9^57.59^76^1.62^18^275^123^519^0.35^0.135^0.139^2.6^0.0^0.181^0.130^1.546^0.096^0.025^36^27^9^55^3.3^0.00^2^1^1^0^0^0^0^4^0.85^2.8^2.450^4.750^3.779^0^28.35^~1 oz~^517.00^~1 package, (18.25 oz)~^0 ~18119~^~CAKE,PNAPPL UPSIDE-DOWN,PREP FROM RECIPE~^32.30^319^3.50^12.10^1.70^50.50^0.8^^120^1.48^13^82^112^319^0.31^0.087^0.350^9.4^1.2^0.153^0.156^1.190^0.202^0.034^26^19^7^39^^0.08^253^62^59^^^^^^^^2.915^5.194^3.282^22^28.35^~1 oz~^115.00^~1 piece, (1/9 of 8" square)~^0 ~18120~^~CAKE,POUND,COMMLY PREP,BUTTER~^24.60^388^5.50^19.90^1.20^48.80^0.5^^35^1.38^11^137^119^398^0.46^0.035^0.090^8.8^0.0^0.137^0.229^1.311^0.445^0.042^41^30^11^62^^0.25^606^149^142^^^^^^^^11.559^5.900^1.067^221^30.00^~1 piece, (1/10 of cake)~^28.35^~1 piece, (1/12 of 12 oz cake)~^0 ~18121~^~CAKE,POUND,COMMLY PREP,OTHER THAN ALL BUTTER,ENR~^23.10^389^5.20^17.90^1.40^52.50^1.0^^64^1.62^13^134^106^400^0.39^0.054^0.088^6.8^0.1^0.143^0.260^1.349^0.285^0.023^36^27^9^55^^0.14^118^35^35^^^^^^^^4.647^9.935^2.251^58^30.00^~1 piece, (1/10 of 10.6 oz cake)~^28.35^~1 piece, (1/12 of 12 oz cake)~^0 ~18126~^~CAKE,SHORTCAKE,BISCUIT-TYPE,PREP FROM RECIPE~^28.40^346^6.10^14.20^2.80^48.50^^^205^2.54^16^143^106^506^0.48^0.076^0.330^17.0^0.2^0.311^0.272^2.573^0.248^0.030^53^43^10^83^^0.07^72^18^17^^^^^^^^3.772^6.045^3.632^3^28.35^~1 oz~^^~~^0 ~18127~^~Cake, snack cakes, creme-filled, chocolate with frosting~^18.57^399^3.63^15.93^1.56^60.31^3.2^37.76^116^3.60^36^87^176^389^1.04^0.305^0.485^3.4^1.9^0.037^0.075^0.925^0.083^0.143^26^13^13^35^20.6^0.06^2^1^1^0^0^0^0^3^1.09^10.6^4.884^8.525^1.822^0^28.35^~1 oz~^50.00^~1 cupcake~^0 ~18128~^~CAKE,SNACK CAKES,CREME-FILLED,SPONGE~^19.60^374^3.47^11.54^1.36^64.03^1.0^37.30^24^1.36^8^185^71^400^0.60^0.148^0.305^3.5^0.1^0.181^0.168^1.549^0.226^0.000^38^24^14^54^37.8^0.19^17^5^5^0^0^0^0^9^0.62^9.7^4.139^4.906^1.860^41^28.35^~1 oz~^42.43^~1 cake~^0 ~18131~^~CAKE,WHITE,DRY MIX,SPL DIETARY (INCL LEMON-FLAVORED)~^6.00^397^3.00^8.40^2.90^79.60^^^26^1.99^10^296^149^260^0.30^0.057^0.300^2.5^0.0^0.289^0.179^2.395^0.196^0.018^69^60^9^111^^0.00^0^0^0^^^^^^^^1.251^3.480^3.183^0^28.35^~1 oz~^226.80^~1 package, (8 oz)~^0 ~18133~^~CAKE,SPONGE,COMMLY PREP~^29.70^289^5.40^2.70^1.20^61.10^0.5^36.66^70^2.72^11^137^99^244^0.51^0.062^0.210^9.1^0.0^0.243^0.269^1.932^0.478^0.052^47^34^13^71^55.1^0.24^154^44^44^1^4^2^0^85^0.24^0.2^0.802^0.949^0.448^102^28.35^~1 oz~^38.00^~1 piece, (1/12 of 16 oz cake)~^0 ~18134~^~CAKE,SPONGE,PREP FROM RECIPE~^29.40^297^7.30^4.30^1.30^57.70^^^42^1.58^9^100^141^228^0.59^0.056^0.167^18.5^0.0^0.159^0.301^1.204^0.546^0.059^39^20^19^53^^0.37^258^77^77^^^^^^^^1.301^1.576^0.649^170^28.35^~1 oz~^63.00^~1 piece, (1/12 of 10 inch cake)~^0 ~18135~^~CAKE,WHITE,DRY MIX,PUDDING-TYPE,ENR~^3.50^423^3.90^9.50^2.20^81.00^0.7^48.95^77^1.36^9^277^72^665^0.25^0.056^0.278^2.7^0.0^0.280^0.180^2.425^0.233^0.018^91^87^4^152^6.2^0.04^0^0^0^0^0^0^0^1^0.08^4.1^2.340^4.092^2.544^0^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18137~^~CAKE,WHITE,DRY MIX,REG~^4.00^426^4.50^10.90^2.70^78.00^0.9^54.51^192^1.39^11^337^117^664^0.46^0.081^0.205^8.6^0.3^0.235^0.197^1.080^0.294^0.028^91^80^11^147^6.2^0.18^2^0^0^0^0^0^0^3^0.87^2.7^1.643^4.585^4.101^0^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18139~^~CAKE,WHITE,PREP FROM RECIPE WO/FRSTNG~^23.30^357^5.40^12.40^1.80^57.20^0.8^35.49^130^1.52^12^93^95^327^0.32^0.059^0.197^13.0^0.2^0.186^0.242^1.533^0.184^0.021^38^31^7^60^5.7^0.08^52^15^15^0^1^0^0^5^0.12^5.1^3.269^5.309^3.148^2^887.00^~1 cake, 2-layer (8" or 9" dia)~^74.00^~1 piece, (1/12 of 9" dia)~^0 ~18140~^~CAKE,YEL,COMMLY PREP,W/CHOC FRSTNG~^21.90^379^3.80^17.40^1.30^55.40^1.8^^37^2.08^30^161^178^337^0.62^0.188^0.260^3.4^0.0^0.120^0.157^1.247^0.282^0.033^22^14^8^32^^0.17^110^33^33^^^^^^^^4.656^9.593^2.113^55^28.35^~1 oz~^64.00^~1 piece, (1/8 of 18 oz cake)~^0 ~18141~^~CAKE,YEL,COMMLY PREP,W/VANILLA FRSTNG~^22.10^373^3.50^14.50^1.00^58.80^0.3^^62^1.07^6^143^53^344^0.25^0.034^0.095^5.5^0.0^0.100^0.070^0.500^0.350^0.027^27^18^9^40^36.4^0.15^63^19^19^^^^^^^^2.371^6.107^5.150^55^28.35^~1 oz~^64.00^~1 piece, (1/8 of 18 oz cake)~^0 ~18142~^~CAKE,YEL,DRY MIX,PUDDING-TYPE~^4.00^423^4.00^9.80^2.20^79.90^0.7^44.21^115^1.57^9^253^63^687^0.27^0.058^0.280^2.4^0.0^0.307^0.188^2.588^0.242^0.016^104^95^9^171^6.6^0.05^0^0^0^0^0^0^0^1^0.77^2.5^2.472^5.496^1.295^0^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18144~^~CAKE,YEL,DRY MIX,REG,ENR~^3.70^432^4.40^11.60^2.30^78.10^1.1^43.33^135^1.50^10^310^82^657^0.27^0.072^0.191^3.0^0.2^0.193^0.200^1.778^0.364^0.077^104^95^9^171^6.6^0.10^1^0^0^0^0^0^0^1^0.92^2.9^1.738^4.860^4.378^2^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18146~^~CAKE,YEL,PREP FROM RECIPE WO/FRSTNG~^25.10^361^5.30^14.60^1.90^53.00^0.7^^146^1.64^12^117^91^343^0.45^0.056^0.190^13.7^0.2^0.183^0.233^1.456^0.310^0.036^34^24^10^51^^0.16^139^40^39^^^^^^^^3.924^6.229^3.570^54^817.00^~1 cake, 2-layer (8" dia)~^68.00^~1 piece, (1/12 of 8" dia)~^0 ~19014~^~FRUIT LEATHER,ROLLS~^10.20^371^0.10^3.00^0.90^85.80^0.0^49.16^32^1.01^20^31^294^317^0.19^0.171^0.184^0.4^120.0^0.084^0.020^0.100^0.029^0.300^2^0^2^2^13.2^0.00^57^6^0^1^34^0^0^41^0.56^18.2^0.672^1.480^0.552^0^21.00^~1 large~^14.00^~1 small~^0 ~19015~^~GRANOLA BARS,HARD,PLAIN~^3.90^471^10.10^19.80^1.90^64.40^5.3^^61^2.95^97^277^336^294^2.03^0.392^1.777^16.2^0.9^0.264^0.119^1.581^0.813^0.085^23^0^23^23^22.0^0.00^151^^^^^^^^^^2.370^4.380^12.050^0^24.50^~1 bar~^28.35^~1 bar, (1 oz)~^0 ~19016~^~GRANOLA BARS,HARD,ALMOND~^3.10^495^7.70^25.50^1.60^62.00^4.8^^32^2.50^81^228^273^256^1.58^0.127^1.365^15.0^0.0^0.280^0.070^0.610^0.466^0.047^12^0^12^12^^0.00^37^2^0^^^^^^^^12.510^7.740^3.760^0^28.35^~1 oz~^23.60^~1 bar~^0 ~19017~^~GRANOLA BARS,HARD,CHOC CHIP~^2.40^438^7.30^16.30^1.80^72.10^4.4^^77^3.05^72^204^251^344^1.93^0.261^1.507^12.5^0.1^0.180^0.100^0.555^0.506^0.058^13^0^13^13^^0.01^42^2^0^^^^^^^^11.410^2.630^1.270^0^28.35^~1 oz~^23.60^~1 bar~^0 ~19019~^~GRANOLA BARS,HARD,PEANUT~^2.30^479^11.00^21.40^1.50^63.70^4.3^33.96^39^2.50^110^300^305^278^2.09^0.279^1.407^15.0^0.0^0.190^0.080^1.460^0.600^0.070^34^0^34^34^32.2^0.00^0^0^0^0^0^0^0^74^5.52^3.6^2.520^5.760^11.880^0^28.35^~1 oz~^^~~^0 ~19020~^~GRANOLA BARS,SOFT,UNCOATED,PLN~^6.40^443^7.40^17.20^1.70^67.30^4.6^^105^2.56^74^230^325^278^1.50^0.270^1.530^16.2^0.0^0.295^0.165^0.515^0.520^0.100^24^0^24^24^^0.39^0^0^0^^^^^^^^7.240^3.810^5.320^1^28.35^~1 bar, (1 oz)~^^~~^0 ~19021~^~GRANOLA BARS,SOFT,UNCOATED,PNUT BUTTER~^7.30^426^10.50^15.80^2.10^64.40^4.3^^91^2.13^86^250^291^409^1.86^0.660^1.400^18.9^0.0^0.228^0.148^3.142^0.540^0.103^32^0^32^32^^0.20^14^2^1^^^^^^^^3.650^6.590^4.270^1^28.35^~1 bar, (1 oz)~^^~~^0 ~19022~^~GRANOLA BARS,SOFT,UNCOATED,RAISIN~^6.40^448^7.60^17.80^1.80^66.40^4.2^^101^2.44^72^220^362^282^1.30^0.280^1.260^15.7^0.0^0.231^0.163^1.101^0.480^0.103^21^0^21^21^^0.18^0^0^0^^^^^^^^9.570^2.840^3.210^1^42.50^~1 bar, (1.5 oz)~^28.35^~1 bar, (1 oz)~^0 ~19023~^~GRANOLA BARS,OATS,FRUITS&NUT~^7.20^397^7.70^6.30^1.38^77.42^5.3^43.50^36^5.30^85^243^238^251^1.87^0.670^^15.4^0.0^0.490^0.440^5.120^^0.800^160^0^160^160^22.6^0.00^94^28^28^0^1^0^0^59^1.09^2.6^0.730^0.170^4.830^0^28.35^~1 oz~^^~~^0 ~19024~^~GRANOLA BARS,SOFT,COATD,MILK CHOC COATING,CHOC CHIP~^3.60^466^5.80^24.90^1.50^63.80^3.4^^103^2.33^66^199^313^200^1.30^0.350^0.930^^0.0^0.090^0.250^0.720^0.510^0.100^26^0^26^26^^0.57^39^7^5^^^^^^^^14.220^7.770^1.820^5^35.40^~1 bar, (1.25 oz)~^28.35^~1 bar, (1 oz)~^0 ~19026~^~GRANOLA BARS,SOFT,COATD,MILK CHOC COATING,PNUT BUTTER~^3.20^509^10.20^31.10^1.90^53.40^2.8^^108^1.45^67^227^339^193^1.47^0.323^1.350^^0.6^0.100^0.210^3.290^0.530^0.106^25^0^25^25^^0.00^25^5^5^^6^^^^^^17.010^6.540^1.900^12^28.35^~1 oz~^36.70^~1 bar~^0 ~19027~^~GRANOLA BARS,SOFT,UNCOATED,PNUT BUTTER&CHOC CHIP~^5.90^432^9.80^20.00^2.00^62.20^4.2^^80^1.94^88^262^377^328^1.70^0.400^1.350^^0.0^0.120^0.120^3.150^0.530^0.100^33^0^33^33^^0.45^12^2^1^^^^^^^^5.590^8.360^4.610^1^28.35^~1 bar, (1 oz)~^^~~^0 ~19031~^~ORIENTAL MIX,RICE-BASED~^2.55^506^17.31^25.58^2.94^51.62^13.2^3.00^54^2.44^118^262^328^413^2.66^0.134^1.273^8.1^0.3^0.311^0.141^3.081^0.475^0.072^38^0^38^38^18.1^0.00^0^0^0^0^0^0^0^0^5.60^2.4^3.785^9.860^10.643^0^28.35^~1 oz~^56.70^~2 oz~^0 ~19032~^~DOO DADS SNACK MIX,ORIGINAL FLAVOR~^3.00^456^10.30^18.50^3.80^64.30^6.8^^74^2.50^60^296^277^1271^2.25^0.321^1.765^^0.1^0.360^0.260^5.370^0.578^0.204^93^73^20^144^^0.01^151^43^42^^^^^^^^3.530^^^1^56.70^~1 cup~^28.35^~.5 cup~^0 ~19033~^~SNACKS,RALSTON PURINA,CHEX MIX~^2.64^424^8.83^10.00^3.75^74.77^3.9^4.85^34^2.99^41^154^196^1203^1.08^0.146^0.824^9.9^^0.342^0.210^4.352^0.465^0.092^50^50^0^85^^^0^0^0^^^^^^^^1.499^2.921^4.473^^^~~^^~~^0 ~19034~^~POPCORN,AIR-POPPED~^3.32^387^12.94^4.54^1.42^77.90^14.5^0.87^7^3.19^144^358^329^8^3.08^0.262^1.113^0.0^0.0^0.104^0.083^2.308^0.510^0.157^31^0^31^31^21.2^0.00^196^10^0^58^89^0^0^1450^0.29^1.2^0.570^1.100^1.900^0^8.00^~1 cup~^28.35^~1 oz~^0 ~19035~^~POPCORN,OIL-POPPED~^1.20^583^7.29^43.55^2.90^45.06^8.1^0.46^4^1.98^79^199^182^1058^3.10^0.162^0.629^2.2^0.3^0.134^0.057^1.195^0.230^0.109^25^0^25^25^12.6^0.00^154^8^0^46^70^0^0^829^2.43^4.1^6.820^9.809^23.191^0^11.00^~1 cup~^28.35^~1 oz~^0 ~19036~^~POPCORN,CAKES~^5.00^384^9.70^3.10^2.00^80.10^2.9^0.72^9^1.87^159^277^327^288^3.99^0.569^0.985^9.9^0.0^0.075^0.178^6.006^0.434^0.181^18^0^18^18^22.4^0.00^72^4^0^21^33^0^0^537^0.29^1.1^0.480^0.920^1.350^0^10.00^~1 cake~^20.00^~2 cakes~^0 ~19038~^~POPCORN,CARAMEL-COATED,W/PNUTS~^3.30^400^6.40^7.80^1.80^80.70^3.8^45.36^66^3.91^80^127^355^295^1.24^0.297^0.764^3.9^0.0^0.051^0.126^1.990^0.230^0.185^16^0^16^16^17.3^0.00^78^4^0^23^35^0^0^580^0.85^3.9^1.040^2.730^3.270^0^28.35^~1 oz, (approx 2/3 cup)~^56.70^~2 oz~^0 ~19039~^~POPCORN,CARAMEL-COATED,WO/PNUTS~^2.80^431^3.80^12.80^1.50^79.10^5.2^53.19^43^1.74^35^83^109^206^0.58^0.119^0.220^3.6^0.0^0.065^0.070^2.200^0.082^0.028^5^0^5^5^23.5^0.01^8^2^2^0^1^0^0^0^1.20^12.5^3.610^2.880^4.480^5^28.35^~1 oz~^^~~^0 ~19040~^~POPCORN,CHEESE-FLAVOR~^2.50^526^9.30^33.20^3.40^51.60^9.9^^113^2.24^91^361^261^889^2.01^0.140^0.713^12.0^0.5^0.124^0.241^1.453^0.461^0.235^11^0^11^11^^0.53^244^38^30^^^^^^^^6.410^9.700^15.370^11^11.00^~1 cup~^28.35^~1 oz~^0 ~19041~^~PORK SKINS,PLAIN~^1.80^544^61.30^31.30^5.40^0.00^0.0^0.00^30^0.88^11^85^127^1838^0.56^0.094^0.069^41.0^0.5^0.099^0.283^1.549^0.430^0.023^0^0^0^0^164.5^0.64^40^12^12^0^0^0^0^0^0.53^0.0^11.370^14.780^3.640^95^28.35^~1 oz~^14.18^~.5 oz~^0 ~19042~^~POTATO CHIPS,BARBECUE-FLAVOR~^1.90^491^7.70^32.40^5.00^52.80^4.4^^50^1.94^75^186^1261^750^0.94^0.360^0.500^8.1^33.9^0.215^0.215^4.692^0.617^0.622^83^0^83^83^^0.00^217^11^0^^^^^^^^8.050^6.540^16.370^0^28.35^~1 oz~^198.00^~1 bag, (7 oz)~^0 ~19043~^~POTATO CHIPS,SOUR-CREAM-AND-ONION-FLAVOR~^1.80^531^8.10^33.90^4.70^51.50^5.2^^72^1.60^74^176^1331^625^0.98^0.299^0.405^8.1^37.3^0.189^0.200^4.029^0.827^0.665^62^0^62^62^^1.00^170^14^6^^90^^^^^^8.890^6.120^17.420^7^28.35^~1 oz~^198.00^~1 bag, (7 oz)~^0 ~19045~^~POTATO CHIPS,MADE FROM DRIED POTATOES,LT~^2.22^502^4.56^26.14^2.31^64.90^3.2^0.63^29^1.11^45^129^760^411^0.70^0.153^0.361^2.9^12.0^0.212^0.015^3.595^0.830^0.412^27^0^27^27^0.0^0.00^0^0^0^0^0^0^0^0^2.18^7.2^6.759^4.553^12.201^0^28.35^~1 oz~^170.00^~1 can, (6 oz)~^0 ~19046~^~POTATO CHIPS,MADE FR DRIED POTATOES,SOUR-CREAM&ONION-FLAVOR~^2.00^547^6.60^37.00^3.10^51.30^1.2^^64^1.40^55^169^496^720^0.71^0.063^0.405^^9.5^0.180^0.100^2.500^0.827^0.476^23^0^23^23^^0.00^755^^^^^^^^^^9.470^7.120^18.780^3^28.35^~1 oz~^198.00^~1 can, (6.75 oz)~^0 ~19047~^~PRETZELS,HARD,PLN,SALTED~^3.44^378^10.34^2.63^3.83^79.20^3.0^2.76^18^5.20^29^113^136^1357^1.43^0.170^0.933^6.0^0.0^0.507^0.320^5.130^0.338^0.044^186^142^44^286^29.5^0.00^0^0^0^0^0^0^0^9^0.35^2.1^0.501^1.222^1.107^0^28.35^~1 oz~^60.00^~10 twists~^0 ~19048~^~PRETZELS,HARD,CONFECTIONER'S COATING,CHOCOLATE-FLAVOR~^2.50^458^7.50^16.70^2.20^70.90^^^74^2.00^41^145^225^569^0.92^0.302^0.562^^0.5^0.099^0.200^0.800^0.759^0.172^9^0^9^9^^0.00^10^1^0^^^^^^^^7.680^5.390^2.150^0^28.35^~1 oz~^11.00^~1 pretzel~^0 ~15132~^~WHITING,MIXED SPECIES,RAW~^80.27^90^18.31^1.31^1.30^0.00^0.0^0.00^48^0.34^21^222^249^72^0.88^0.031^0.104^32.1^0.0^0.056^0.046^1.300^0.216^0.156^13^0^13^13^65.0^2.30^100^30^30^0^0^0^0^0^0.30^0.1^0.247^0.279^0.422^67^92.00^~1 fillet~^85.00^~3 oz~^0 ~15133~^~WHITING,MXD SP,CKD,DRY HEAT~^74.71^116^23.48^1.69^1.46^0.00^0.0^0.00^62^0.42^27^285^434^132^0.53^0.040^0.130^41.1^0.0^0.068^0.060^1.670^0.250^0.180^15^0^15^15^81.0^2.60^113^34^34^0^0^0^0^0^0.30^0.1^0.400^0.445^0.587^84^72.00^~1 fillet~^85.00^~3 oz~^0 ~15134~^~WOLFFISH,ATLANTIC,RAW~^79.90^96^17.50^2.39^1.16^0.00^0.0^^6^0.09^30^200^300^85^0.78^0.029^0.015^36.5^0.0^0.180^0.080^2.133^0.570^0.400^5^0^5^5^^2.03^375^113^113^^^^^^^^0.365^0.837^0.845^46^153.00^~.5 fillet~^85.00^~3 oz~^0 ~15135~^~YELLOWTAIL,MXD SP,RAW~^74.52^146^23.14^5.24^1.09^0.00^0.0^^23^0.49^30^157^420^39^0.52^0.045^0.015^36.5^2.8^0.144^0.040^6.800^0.590^0.160^4^0^4^4^^1.30^95^29^29^^^^^^^0.1^1.280^1.990^1.420^55^187.00^~.5 fillet~^85.00^~3 oz~^0 ~15136~^~CRAB,ALASKA KING,RAW~^79.57^84^18.29^0.60^1.80^0.00^0.0^^46^0.59^49^219^204^836^5.95^0.922^0.035^36.4^7.0^0.043^0.043^1.100^0.350^0.150^44^0^44^44^^9.00^24^7^7^^^^^^^^0.090^0.080^0.130^42^172.00^~1 leg~^85.00^~3 oz~^0 ~15137~^~CRAB,ALASKA KING,CKD,MOIST HEAT~^77.55^97^19.35^1.54^1.85^0.00^0.0^^59^0.76^63^280^262^1072^7.62^1.182^0.040^40.0^7.6^0.053^0.055^1.340^0.400^0.180^51^0^51^51^^11.50^29^9^9^^^^^^^^0.133^0.185^0.536^53^134.00^~1 leg~^85.00^~3 oz~^0 ~15138~^~CRAB,ALASKA KING,IMITN,MADE FROM SURIMI~^74.66^95^7.62^0.46^2.26^15.00^0.5^6.25^13^0.39^43^282^90^841^0.33^0.032^0.011^22.3^0.0^0.030^0.080^0.620^0.000^0.130^0^0^0^0^13.0^0.57^0^0^0^0^0^0^0^0^0.17^0.4^0.176^0.232^0.182^20^85.00^~3 oz~^^~~^ ~15139~^~CRAB,BLUE,RAW~^79.02^87^18.06^1.08^1.81^0.04^0.0^^89^0.74^34^229^329^293^3.54^0.669^0.150^37.4^3.0^0.080^0.040^2.700^0.350^0.150^44^0^44^44^^9.00^5^2^2^^^^^^^^0.222^0.192^0.387^78^85.00^~3 oz~^21.00^~1 crab~^0 ~15140~^~CRAB,BLUE,CKD,MOIST HEAT~^77.43^102^20.20^1.77^2.00^0.00^0.0^0.00^104^0.91^33^206^324^279^4.22^0.645^0.190^40.2^3.3^0.100^0.050^3.300^0.430^0.180^51^0^51^51^80.9^7.30^7^2^2^0^0^0^0^0^1.84^0.1^0.228^0.280^0.680^100^118.00^~1 cup, flaked and pieces~^135.00^~1 cup, (not packed)~^0 ~15141~^~CRAB,BLUE,CANNED~^76.16^99^20.52^1.23^2.05^0.00^0.0^0.00^101^0.84^39^260^374^333^4.02^0.760^0.190^31.8^2.7^0.080^0.084^1.370^0.360^0.150^43^0^43^43^33.6^0.46^7^2^2^0^0^0^0^0^1.84^0.1^0.252^0.218^0.440^89^135.00^~1 cup~^28.35^~1 oz~^ ~15142~^~CRAB,BLUE,CRAB CAKES~^71.00^155^20.21^7.52^2.10^0.48^0.0^^105^1.08^33^213^324^330^4.09^0.610^0.190^40.7^2.8^0.090^0.080^2.900^0.500^0.170^53^12^42^61^^5.94^252^57^53^^^^^^^^1.483^2.815^2.273^150^60.00^~1 cake~^^~~^0 ~15143~^~CRAB,DUNGENESS,RAW~^79.18^86^17.41^0.97^1.70^0.74^0.0^^46^0.37^45^182^354^295^4.27^0.674^0.080^37.1^3.5^0.047^0.167^3.140^0.350^0.150^44^0^44^44^^9.00^90^27^27^^^^^^^^0.132^0.167^0.317^59^85.00^~3 oz~^163.00^~1 crab~^0 ~15144~^~CRAB,QUEEN,RAW~^80.58^90^18.50^1.18^2.00^0.00^0.0^^26^2.50^49^133^173^539^2.80^0.570^0.030^34.6^7.0^0.080^0.200^2.500^0.350^0.150^44^0^44^44^^9.00^150^45^45^^^^^^^^0.143^0.256^0.422^55^85.00^~3 oz~^^~~^0 ~15145~^~CRAYFISH,MXD SP,WILD,RAW~^82.24^77^15.97^0.95^1.34^0.00^0.0^0.00^27^0.84^27^256^302^58^1.30^0.419^0.226^31.6^1.2^0.070^0.032^2.208^0.546^0.108^37^0^37^37^80.9^2.00^53^16^16^0^0^0^0^0^2.85^0.1^0.159^0.174^0.293^114^85.00^~3 oz~^27.00^~8 crayfish~^0 ~15146~^~CRAYFISH,MXD SP,WILD,CKD,MOIST HEAT~^79.37^82^16.77^1.20^1.20^0.00^0.0^0.00^60^0.83^33^270^296^94^1.76^0.685^0.522^36.7^0.9^0.050^0.085^2.280^0.580^0.076^44^0^44^44^80.9^2.15^50^15^15^0^0^0^0^0^1.50^0.1^0.181^0.244^0.367^133^85.00^~3 oz~^^~~^0 ~15147~^~LOBSTER,NORTHERN,RAW~^76.76^90^18.80^0.90^2.20^0.50^0.0^0.00^48^0.30^27^144^275^296^3.02^1.663^0.055^41.4^0.0^0.006^0.048^1.455^1.630^0.063^9^0^9^9^80.9^0.93^70^21^21^0^0^0^0^0^1.47^0.1^0.180^0.260^0.150^95^150.00^~1 lobster~^85.00^~3 oz~^0 ~15148~^~LOBSTER,NORTHERN,CKD,MOIST HEAT~^76.03^98^20.50^0.59^1.60^1.28^0.0^0.00^61^0.39^35^185^352^380^2.92^1.940^0.061^42.7^0.0^0.007^0.066^1.070^0.285^0.077^11^0^11^11^80.9^3.11^87^26^26^0^0^0^0^0^1.00^0.1^0.107^0.160^0.091^72^145.00^~1 cup~^85.00^~3 oz~^0 ~15149~^~SHRIMP,MIXED SPECIES,RAW~^75.86^106^20.31^1.73^1.20^0.91^0.0^0.00^52^2.41^37^205^185^148^1.11^0.264^0.050^38.0^2.0^0.028^0.034^2.552^0.276^0.104^3^0^3^3^80.9^1.16^180^54^54^0^0^0^0^0^1.10^0.0^0.328^0.253^0.669^152^6.00^~1 medium~^5.00^~1 small~^0 ~15150~^~SHRIMP,MXD SP,CKD,BREADED&FRIED~^52.86^242^21.39^12.28^1.99^11.47^0.4^^67^1.26^40^218^225^344^1.38^0.274^0.100^41.7^1.5^0.129^0.136^3.070^0.350^0.098^18^9^8^24^^1.87^189^^^^^^^^^^2.087^3.812^5.085^177^85.00^~3 oz~^30.00^~4 large~^0 ~15151~^~SHRIMP,MXD SP,CKD,MOIST HEAT~^77.28^99^20.91^1.08^1.57^0.00^0.0^0.00^39^3.09^34^137^182^224^1.56^0.193^0.034^39.6^2.2^0.031^0.032^2.590^0.340^0.127^4^0^4^4^80.9^1.49^225^68^68^0^0^0^0^0^1.38^0.0^0.289^0.197^0.440^195^85.00^~3 oz~^22.00^~4 large~^0 ~15152~^~SHRIMP,MXD SP,CND~^75.85^100^20.42^1.36^2.54^0.00^0.0^0.00^145^2.13^33^195^80^777^1.96^0.262^0.396^47.5^4.1^0.007^0.015^0.558^0.141^0.010^9^0^9^9^80.9^0.74^0^0^0^0^0^0^0^0^1.10^0.0^0.188^0.108^0.684^252^128.00^~1 cup~^28.35^~1 oz~^ ~15153~^~SHRIMP,MXD SP,IMITN,MADE FROM SURIMI~^74.91^101^12.39^1.47^2.11^9.13^0.0^^19^0.60^43^282^89^705^0.33^0.032^0.011^22.9^0.0^0.024^0.034^0.170^0.070^0.030^2^0^2^2^^1.60^66^20^20^^^^^^^^0.290^0.220^0.750^36^85.00^~3 oz~^^~~^0 ~15154~^~SPINY LOBSTER,MXD SP,RAW~^74.07^112^20.60^1.51^1.39^2.43^0.0^^49^1.22^40^238^180^177^5.67^0.381^0.015^46.2^2.0^0.007^0.046^4.245^0.350^0.150^1^0^1^1^^3.50^17^5^5^^^^^^^^0.237^0.275^0.590^70^209.00^~1 lobster~^85.00^~3 oz~^0 ~15155~^~ABALONE,MIXED SPECIES,RAW~^74.56^105^17.10^0.76^1.57^6.01^0.0^0.00^31^3.19^48^190^250^301^0.82^0.196^0.040^44.8^2.0^0.190^0.100^1.500^3.000^0.150^5^0^5^5^65.0^0.73^7^2^2^0^0^0^0^0^4.00^23.0^0.149^0.107^0.104^85^85.00^~3 oz~^^~~^0 ~15156~^~ABALONE,MXD SP,CKD,FRIED~^60.10^189^19.63^6.78^1.77^11.05^0.0^^37^3.80^56^217^284^591^0.95^0.228^0.070^51.8^1.8^0.220^0.130^1.900^2.870^0.150^14^9^5^20^^0.69^5^2^2^^^^^^^^1.646^2.741^1.676^94^85.00^~3 oz~^^~~^0 ~15157~^~CLAM,MIXED SPECIES,RAW~^81.82^74^12.77^0.97^1.87^2.57^0.0^0.00^46^13.98^9^169^314^56^1.37^0.344^0.500^24.3^13.0^0.080^0.213^1.765^0.362^0.060^16^0^16^16^65.0^49.44^300^90^90^0^0^0^0^0^0.31^0.2^0.094^0.080^0.282^34^227.00^~1 cup, (with liquid and clams)~^20.00^~1 large~^0 ~15158~^~CLAM,MXD SP,CKD,BREADED&FRIED~^61.55^202^14.24^11.15^2.16^10.33^^^63^13.91^14^188^326^364^1.46^0.356^0.540^28.9^10.0^0.100^0.244^2.064^0.430^0.060^36^18^18^48^^40.27^302^91^91^^^^^^^^2.683^4.545^2.870^61^85.00^~3 oz~^188.00^~20 small~^0 ~15159~^~CLAM,MXD SP,CKD,MOIST HEAT~^63.64^148^25.55^1.95^3.74^5.13^0.0^^92^27.96^18^338^628^112^2.73^0.688^1.000^64.0^22.1^0.150^0.426^3.354^0.680^0.110^29^0^29^29^^98.89^570^171^171^^^^^^^^0.188^0.172^0.552^67^85.00^~3 oz~^190.00^~20 small~^0 ~15160~^~CLAM,MXD SP,CND,DRND SOL~^63.64^148^25.55^1.95^3.74^5.13^0.0^0.00^92^27.96^18^338^628^112^2.73^0.688^1.000^48.6^22.1^0.150^0.426^3.354^0.680^0.110^29^0^29^29^81.0^98.89^603^181^181^0^0^0^0^0^0.62^0.4^0.188^0.172^0.552^67^160.00^~1 cup~^85.00^~3 oz~^0 ~15162~^~CLAM,MXD SP,CND,LIQ~^97.70^2^0.40^0.02^1.80^0.10^0.0^0.00^13^0.30^11^114^149^215^0.10^0.389^0.074^4.1^1.0^0.010^0.020^0.180^0.040^0.010^2^0^2^2^13.0^5.00^30^9^9^0^0^0^0^0^0.31^0.2^0.002^0.002^0.006^3^240.00^~1 cup~^85.00^~3 oz~^0 ~15163~^~CUTTLEFISH,MXD SP,RAW~^80.56^79^16.24^0.70^1.68^0.82^0.0^^90^6.02^30^387^354^372^1.73^0.587^0.110^44.8^5.3^0.009^0.910^1.216^0.500^0.150^16^0^16^16^^3.00^375^113^113^^^^^^^^0.118^0.081^0.134^112^85.00^~3 oz~^^~~^0 ~15164~^~MUSSEL,BLUE,RAW~^80.58^86^11.90^2.24^1.59^3.69^0.0^0.00^26^3.95^34^197^320^286^1.60^0.094^3.400^44.8^8.0^0.160^0.210^1.600^0.500^0.050^42^0^42^42^65.0^12.00^160^48^48^0^0^0^0^0^0.55^0.1^0.425^0.507^0.606^28^150.00^~1 cup~^28.35^~1 oz~^0 ~15165~^~MUSSEL,BLUE,CKD,MOIST HEAT~^61.15^172^23.80^4.48^3.18^7.39^0.0^^33^6.72^37^285^268^369^2.67^0.149^6.800^89.6^13.6^0.300^0.420^3.000^0.950^0.100^76^0^76^76^^24.00^304^91^91^^^^^^^^0.850^1.014^1.212^56^85.00^~3 oz~^^~~^0 ~15166~^~OCTOPUS,COMMON,RAW~^80.25^82^14.91^1.04^1.60^2.20^0.0^0.00^53^5.30^30^186^350^230^1.68^0.435^0.025^44.8^5.0^0.030^0.040^2.100^0.500^0.360^16^0^16^16^65.0^20.00^150^45^45^0^0^0^0^0^1.20^0.1^0.227^0.162^0.239^48^85.00^~3 oz~^^~~^0 ~15167~^~OYSTER,EASTERN,WILD,RAW~^85.16^68^7.05^2.46^1.42^3.91^0.0^0.00^45^6.66^47^135^156^211^90.81^4.452^0.367^63.7^3.7^0.100^0.095^1.380^0.185^0.062^10^0^10^10^65.0^19.46^100^30^30^0^0^0^0^0^0.85^0.1^0.772^0.314^0.968^53^248.00^~1 cup~^84.00^~6 medium~^0 ~17033~^~LAMB,DOM,RIB,LN,1/4"FAT,CHOIC,CKD,BRLD~^58.83^235^27.74^12.95^1.40^0.00^0.0^0.00^16^2.21^29^213^313^85^5.27^0.139^0.029^31.0^0.0^0.100^0.250^6.550^0.630^0.150^21^0^21^21^104.4^2.64^0^0^0^0^0^0^0^0^0.18^4.1^4.650^5.210^1.180^91^147.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^55 ~17034~^~LAMB,DOM,RIB,LN,1/4"FAT,CHOIC,CKD,RSTD~^60.13^232^26.16^13.31^1.07^0.00^0.0^^21^1.77^23^195^315^81^4.47^0.129^0.028^26.9^0.0^0.090^0.230^6.160^0.660^0.150^22^0^22^22^^2.16^0^0^0^^^^^^0.15^^4.760^5.830^0.870^88^159.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^55 ~17035~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,RAW~^61.39^264^16.58^21.45^0.89^0.00^0.0^0.00^16^1.50^21^158^230^61^3.94^0.097^0.019^19.2^0.0^0.110^0.210^5.660^0.680^0.130^19^0^19^19^69.5^2.53^0^0^0^0^0^0^0^0^0.22^3.4^9.280^8.790^1.710^72^28.35^~1 oz~^453.60^~1 lb~^21 ~17036~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^45.20^344^28.68^24.55^1.54^0.00^0.0^^25^2.40^24^186^248^75^6.37^0.123^0.026^33.0^0.0^0.070^0.220^6.330^0.610^0.100^17^0^17^17^^2.80^0^0^0^^^^^^0.16^^10.340^10.040^2.000^116^218.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~17037~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^55.03^278^24.42^19.26^1.31^0.00^0.0^^21^2.03^26^198^301^78^5.72^0.128^0.024^27.4^0.0^0.090^0.260^6.450^0.670^0.120^19^0^19^19^^2.97^0^0^0^^^^^^0.16^^8.040^7.870^1.580^97^248.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~17038~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^56.26^276^22.51^19.97^1.21^0.00^0.0^0.00^20^1.97^23^184^251^66^5.23^0.108^0.022^26.2^0.0^0.090^0.240^6.150^0.700^0.130^21^0^21^21^87.9^2.64^0^0^0^0^0^0^0^0^0.14^4.6^8.440^8.170^1.620^92^269.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~17039~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,RAW~^72.99^144^19.55^6.76^1.04^0.00^0.0^0.00^15^1.66^24^184^274^70^4.77^0.109^0.024^22.2^0.0^0.120^0.220^5.450^0.710^0.160^23^0^23^23^82.0^2.78^0^0^0^0^0^0^0^0^0.22^3.4^2.420^2.720^0.620^66^28.35^~1 oz~^453.60^~1 lb~^39 ~17040~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,CKD,BRSD~^49.96^283^32.81^15.89^1.75^0.00^0.0^^26^2.67^27^204^261^79^7.52^0.132^0.032^37.0^0.0^0.060^0.230^5.960^0.620^0.120^21^0^21^21^^2.91^0^0^0^^^^^^0.20^^6.170^6.450^1.380^117^174.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^40 ~17041~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,CKD,BRLD~^61.38^210^27.12^10.50^1.45^0.00^0.0^0.00^21^2.19^29^217^324^83^6.60^0.137^0.028^31.3^0.0^0.100^0.280^6.150^0.690^0.140^23^0^23^23^104.0^3.11^0^0^0^0^0^0^0^0^0.20^5.7^3.880^4.240^0.940^93^202.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^38 ~17042~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,CKD,RSTD~^63.32^204^24.94^10.77^1.33^0.00^0.0^0.00^19^2.13^25^200^265^68^6.04^0.113^0.026^28.5^0.0^0.090^0.260^5.760^0.730^0.150^25^0^25^25^95.8^2.70^0^0^0^0^0^0^0^0^0.18^4.5^4.080^4.360^0.950^87^217.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^37 ~17043~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,RAW~^61.76^260^16.79^20.90^0.90^0.00^0.0^^14^1.56^21^159^238^60^3.43^0.102^0.019^19.3^0.0^0.110^0.220^6.090^0.690^0.130^19^0^19^19^^2.44^0^0^0^^^^^^0.21^^9.150^8.580^1.650^71^28.35^~1 oz~^133.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^17 ~17044~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^44.22^346^30.39^24.00^1.10^0.00^0.0^^25^2.39^26^206^306^72^6.08^0.139^0.023^37.2^0.0^0.070^0.250^6.660^0.610^0.110^18^0^18^18^^2.58^0^0^0^^^^^^0.15^^9.870^10.180^1.710^120^85.00^~3 oz~^70.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^20 ~17045~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^54.69^281^24.44^19.55^1.31^0.00^0.0^^18^2.09^26^197^309^77^4.89^0.133^0.023^27.6^0.0^0.100^0.270^7.020^0.680^0.120^18^0^18^18^^2.86^0^0^0^^^^^^0.13^^8.370^8.010^1.570^96^85.00^~3 oz~^93.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^19 ~17046~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^55.92^279^22.53^20.24^1.21^0.00^0.0^^18^2.03^23^183^259^65^4.48^0.113^0.021^25.4^0.0^0.090^0.250^6.660^0.710^0.120^20^0^20^20^^2.55^0^0^0^^^^^^0.14^^8.740^8.300^1.610^92^286.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^17 ~17047~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,RAW~^74.14^132^19.99^5.20^1.07^0.00^0.0^^12^1.74^25^186^287^69^4.15^0.116^0.024^22.7^0.0^0.120^0.230^6.000^0.720^0.150^24^0^24^24^^2.67^0^0^0^^^^^^0.22^^1.860^2.090^0.480^64^28.35^~1 oz~^101.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^37 ~17048~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,CKD,BRSD~^49.32^279^35.54^14.08^1.22^0.00^0.0^^26^2.70^29^232^338^76^7.30^0.154^0.028^37.8^0.0^0.070^0.270^6.330^0.620^0.130^22^0^22^22^^2.65^0^0^0^^^^^^0.18^^5.030^6.170^0.920^121^85.00^~3 oz~^55.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^38 ~17049~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,CKD,BRLD~^62.28^200^27.71^9.02^1.48^0.00^0.0^^17^2.31^30^219^340^82^5.73^0.145^0.028^31.5^0.0^0.100^0.290^6.810^0.710^0.140^23^0^23^23^^3.00^0^0^0^^^^^^0.20^^3.420^3.650^0.800^92^85.00^~3 oz~^74.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^36 ~17050~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,CKD,RSTD~^64.32^192^25.46^9.26^1.36^0.00^0.0^^16^2.23^26^202^277^67^5.25^0.120^0.026^29.1^0.0^0.100^0.270^6.340^0.740^0.140^25^0^25^25^^2.61^0^0^0^^^^^^0.17^^3.590^3.760^0.800^86^224.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^35 ~17051~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,RAW~^61.90^259^16.63^20.86^0.89^0.00^0.0^^17^1.48^21^160^229^62^4.28^0.096^0.020^19.2^0.0^0.110^0.200^5.430^0.670^0.140^19^0^19^19^^2.59^0^0^0^^^^^^0.22^^8.930^8.540^1.680^72^28.35^~1 oz~^453.60^~1 lb~^24 ~17052~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^45.18^345^28.51^24.73^1.53^0.00^0.0^^27^2.35^24^185^243^75^6.86^0.121^0.027^33.1^0.0^0.060^0.210^6.040^0.610^0.110^18^0^18^18^^2.83^0^0^0^^^^^^0.16^^10.290^10.100^2.030^116^209.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^28 ~17053~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^55.92^278^23.08^19.94^1.15^0.00^0.0^0.00^24^1.72^24^198^336^82^5.62^0.122^0.024^27.4^0.0^0.090^0.250^6.380^0.670^0.150^18^0^18^18^89.3^2.73^0^0^0^0^0^0^0^0^0.15^4.4^8.180^8.460^1.420^95^252.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^27 ~17054~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^55.85^281^22.25^20.61^1.19^0.00^0.0^^21^1.92^22^183^246^66^5.58^0.106^0.022^25.2^0.0^0.090^0.230^5.910^0.690^0.110^21^0^21^21^^2.67^0^0^0^^^^^^0.14^^8.640^8.420^1.680^92^258.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~17055~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,RAW~^72.36^151^19.29^7.63^1.03^0.00^0.0^^16^1.62^24^183^268^70^5.11^0.107^0.024^22.0^0.0^0.120^0.220^5.190^0.700^0.160^23^0^23^23^^2.83^0^0^0^^^^^^0.22^^2.730^3.070^0.700^67^28.35^~1 oz~^453.60^~1 lb~^40 ~17056~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,CKD,BRSD~^49.64^288^32.35^16.64^1.73^0.00^0.0^^28^2.60^26^202^254^79^8.06^0.128^0.032^36.6^0.0^0.060^0.220^5.630^0.610^0.120^21^0^21^21^^2.94^0^0^0^^^^^^0.20^^6.370^6.740^1.460^117^168.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^42 ~17057~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,CKD,BRLD~^62.46^211^25.48^11.32^1.26^0.00^0.0^^24^1.81^26^216^368^88^6.48^0.129^0.028^30.9^0.0^0.100^0.260^6.070^0.690^0.170^21^0^21^21^^2.81^0^0^0^^^^^^0.17^^4.040^4.960^0.740^91^207.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^40 ~17058~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,CKD,RSTD~^62.82^209^24.61^11.57^1.31^0.00^0.0^^21^2.07^25^199^258^68^6.48^0.110^0.026^28.1^0.0^0.090^0.250^5.470^0.720^0.150^25^0^25^25^^2.74^0^0^0^^^^^^0.17^^4.340^4.680^1.030^87^210.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^39 ~18147~^~CHEESECAKE COMMLY PREP~^45.60^321^5.50^22.50^0.90^25.50^0.4^^51^0.63^11^93^90^207^0.51^0.020^0.140^5.2^0.4^0.028^0.193^0.195^0.571^0.052^18^3^15^20^^0.17^547^142^137^^^^^^^^9.921^8.634^1.602^55^28.35^~1 oz~^80.00^~1 piece, (1/6 of 17 oz cake)~^0 ~18148~^~CHEESECAKE PREP FROM MIX,NO-BAKE TYPE~^44.20^274^5.50^12.70^2.00^35.50^1.9^^172^0.47^19^234^211^380^0.46^0.029^0.120^4.7^0.5^0.121^0.263^0.493^0.612^0.052^30^12^18^38^^0.31^366^96^92^^^^^^^^6.691^4.519^0.808^29^28.35^~1 oz~^99.00^~1 piece, (1/12 of 9" dia)~^0 ~18150~^~COOKIES,ANIMAL CRACKERS (INCL ARROWROOT,TEA BISCUITS,)~^3.90^446^6.90^13.80^1.30^74.10^1.1^13.93^43^2.75^18^114^100^393^0.64^0.157^0.423^7.0^0.0^0.350^0.326^3.470^0.376^0.022^103^89^14^165^9.4^0.05^0^0^0^0^0^0^0^2^0.12^5.9^3.463^7.666^1.873^0^28.35^~1 oz~^4.90^~1 Arrowroot biscuit, (include Arrowroot cookie)~^0 ~18151~^~COOKIES,BROWNIES,COMMLY PREP~^13.60^405^4.80^16.30^1.30^63.90^2.1^36.61^29^2.25^31^101^149^312^0.72^0.224^0.128^6.3^0.0^0.255^0.210^1.721^0.547^0.035^47^35^12^72^10.0^0.07^69^20^20^0^0^0^0^6^0.15^6.5^4.235^8.965^2.259^17^28.35^~1 oz~^56.00^~1 square, large (2-3/4" sq x 7/8")~^0 ~18152~^~COOKIES,BROWNIES,DRY MIX,REG~^2.80^434^4.00^14.90^1.30^76.60^^^19^1.99^40^82^219^303^0.64^0.276^0.351^2.6^0.3^0.165^0.162^1.882^0.131^0.067^35^26^9^53^^0.00^11^1^0^^^^^^^^2.519^5.158^6.373^0^28.35^~1 oz~^610.00^~1 package, (21.5 oz)~^0 ~18154~^~COOKIES,BROWNIES,PREP FROM RECIPE~^12.60^466^6.20^29.10^1.60^50.20^^^57^1.84^53^132^176^343^0.97^0.388^0.587^11.5^0.3^0.141^0.190^0.982^0.328^0.094^29^14^15^39^^0.16^827^176^161^^174^^^^^^7.319^10.839^9.412^73^28.35^~1 oz~^24.00^~1 brownie, (2" square)~^0 ~18155~^~COOKIES,BUTTER,COMMLY PREP,ENR~^4.60^467^6.10^18.80^1.50^68.90^0.8^20.24^29^2.22^12^102^111^351^0.38^0.200^0.170^8.4^0.0^0.370^0.335^3.190^0.488^0.036^76^70^6^125^6.5^0.36^600^165^162^0^35^1^0^22^0.58^1.7^11.051^5.522^0.982^117^28.35^~1 oz~^5.00^~1 cookie~^0 ~18156~^~COOKIES,FUDGE,CAKE-TYPE (INCL TROLLEY CAKES)~^11.80^349^5.00^3.70^0.90^78.30^2.8^^34^2.48^32^83^138^192^0.55^0.291^0.322^3.6^0.1^0.226^0.194^1.203^0.244^0.031^43^34^9^67^^0.08^2^0^0^^^^^^^^1.112^1.813^0.466^0^28.35^~1 oz~^21.00^~1 cookie~^0 ~18157~^~COOKIES,CHOCOLATE WAFERS~^4.50^433^6.60^14.20^2.00^72.40^3.4^29.66^31^4.01^53^132^210^580^1.09^0.463^0.696^5.7^0.0^0.203^0.266^2.858^0.381^0.051^61^50^11^96^14.6^0.09^12^3^3^0^0^0^0^11^0.72^2.4^4.241^4.865^4.153^2^112.00^~1 cup, crumbs~^28.35^~1 oz~^0 ~18158~^~COOKIES,CHOC CHIP,COMMLY PREP,REG,LOWER FAT~^4.10^453^5.80^15.40^1.30^73.30^3.6^^19^3.07^28^84^123^377^0.70^0.247^0.450^6.0^0.0^0.289^0.266^2.767^0.309^0.262^70^64^6^115^^0.00^2^0^0^^^^^^^^3.810^6.095^4.649^0^28.35^~1 oz~^10.00^~1 cookie~^0 ~18159~^~COOKIES,CHOC CHIP,COMMLY PREP,REG,HIGHER FAT,ENR~^6.48^474^5.12^23.31^1.23^63.86^2.4^35.14^26^3.20^39^84^147^296^0.65^0.266^0.370^4.0^0.0^0.170^0.154^1.915^0.254^0.025^49^29^20^69^17.1^0.06^0^0^0^0^0^0^0^1^2.24^5.2^9.949^7.279^2.681^0^12.21^~1 cookie, (average weight of 1 cookie, variety of brands)~^2.20^~1 cookie, bite size~^0 ~18160~^~COOKIES,CHOC CHIP,COMMLY PREP,SOFT-TYPE~^8.35^454^4.90^20.62^1.08^65.05^2.4^37.85^20^2.97^32^71^142^272^0.63^0.244^0.420^2.5^^0.130^0.094^1.780^0.330^0.000^46^25^21^64^^0.06^0^0^0^^^^^^2.24^5.2^9.949^7.279^2.681^^12.21^~1 cookie, (average weight of 1 cookie)~^^~~^0 ~18161~^~COOKIES,CHOC CHIP,DRY MIX~^3.00^497^4.60^25.20^1.20^66.10^^^43^2.07^36^80^208^290^0.60^0.300^0.363^2.4^0.0^0.195^0.205^1.990^0.171^0.017^51^45^6^83^^0.00^4^0^0^^^^^^^^8.316^13.077^2.620^0^28.35^~1 oz~^496.00^~1 package, (17.5 oz)~^0 ~18163~^~COOKIES,CHOC CHIP,REFR DOUGH~^12.70^443^4.40^20.40^1.10^61.40^1.5^^25^2.25^24^69^180^209^0.50^0.180^0.373^5.0^0.0^0.187^0.191^1.975^0.308^0.038^57^48^9^91^^0.08^59^18^18^^^^^^^^6.729^10.414^2.172^24^29.00^~1 portion, dough spoon from roll~^28.35^~1 oz~^0 ~18164~^~COOKIES,CHOC CHIP,REFR DOUGH,BKD~^3.00^492^4.90^22.60^1.20^68.20^1.7^^28^2.50^27^76^200^232^0.56^0.200^0.473^5.6^0.0^0.166^0.191^1.975^0.180^0.005^44^37^7^70^^0.07^59^18^18^^^^^^^^7.759^11.258^2.319^27^28.35^~1 oz~^12.00^~1 cookie, medium (2-1/4" dia)~^0 ~18165~^~COOKIES,CHOC CHIP,PREP FROM RECIPE,MADE W/MARGARINE~^5.70^488^5.70^28.30^1.50^58.40^2.8^^39^2.46^55^100^224^361^0.93^0.383^0.663^11.1^0.3^0.185^0.178^1.362^0.255^0.085^33^20^13^47^^0.08^683^143^130^^150^^^^^^8.074^10.377^8.410^32^28.35^~1 oz~^32.00^~1 bar, (2" square)~^0 ~18166~^~COOKIES,CHOC SNDWCH,W/CREME FILLING,REG~^2.20^469^5.61^19.78^1.74^70.67^2.8^41.01^22^8.68^49^100^215^503^0.89^0.364^0.678^3.5^0.0^0.135^0.117^2.185^0.300^0.000^70^58^12^111^3.3^0.00^2^0^0^0^0^0^0^4^2.61^22.8^6.375^8.503^3.554^0^11.54^~1 cookie~^34.00^~3 cookies, (1 NLEA serving)~^0 ~18167~^~COOKIES,CHOC SNDWCH,W/CREME FILLING,REG,CHOCOLATE-COATED~^2.00^481^3.60^26.40^1.60^66.10^5.2^63.40^35^3.13^39^90^240^326^0.58^0.315^0.372^3.2^0.0^0.095^0.204^1.373^0.178^0.044^18^11^7^26^21.3^0.05^5^2^2^0^0^0^0^1^0.22^11.3^7.426^14.584^3.001^0^28.35^~1 oz~^17.00^~1 cookie~^0 ~18168~^~COOKIES,CHOC SNDWCH,W/EX CREME FILLING~^1.65^497^4.33^24.52^1.30^68.20^2.7^46.00^16^7.80^36^69^137^351^0.78^0.337^0.497^8.1^0.0^0.115^0.120^1.937^0.142^0.000^46^37^9^72^3.3^0.02^0^0^0^0^0^0^0^2^1.89^6.2^5.454^16.076^2.471^0^28.35^~1 oz~^13.00^~1 cookie~^0 ~18169~^~COOKIES,COCNT MACAROONS,PREP FROM RECIPE~^10.60^404^3.60^12.70^1.00^72.20^1.8^70.65^7^0.75^21^43^156^247^0.71^0.143^0.947^10.5^0.0^0.011^0.110^0.130^0.270^0.099^4^0^4^4^7.8^0.03^0^0^0^0^0^0^0^0^0.15^0.1^11.236^0.549^0.141^0^28.35^~1 oz~^24.00^~1 cookie, medium (2" dia)~^0 ~18170~^~COOKIES,FIG BARS~^16.50^348^3.70^7.30^1.60^70.90^4.6^46.36^64^2.90^27^62^207^350^0.39^0.147^0.343^3.3^0.3^0.158^0.217^1.874^0.364^0.075^35^25^10^53^14.6^0.09^33^9^9^0^1^0^0^8^0.65^5.8^1.123^3.003^2.772^0^28.35^~1 oz~^43.00^~1 Figaroo, (2 square halves)~^0 ~18171~^~COOKIES,FORTUNE~^8.00^378^4.20^2.70^0.90^84.00^1.6^45.42^12^1.44^7^35^41^274^0.17^0.060^0.190^2.9^0.0^0.182^0.130^1.840^0.297^0.013^66^56^10^105^6.0^0.01^3^1^1^0^0^0^0^3^0.03^1.1^0.669^1.345^0.466^2^28.35^~1 oz~^8.00^~1 cookie~^0 ~18172~^~COOKIES,GINGERSNAPS~^5.30^416^5.60^9.80^2.40^76.90^2.2^19.92^77^6.40^49^83^346^654^0.55^0.305^1.555^5.1^0.0^0.200^0.293^3.235^0.380^0.098^87^82^6^145^8.8^0.00^2^0^0^0^1^0^0^2^0.97^2.5^2.451^5.365^1.372^0^28.35^~1 oz~^7.00^~1 cookie~^0 ~19050~^~PRETZELS,HARD,WHOLE-WHEAT~^3.90^362^11.10^2.60^1.10^81.20^7.7^^28^2.69^30^125^430^203^0.62^0.280^2.662^^1.0^0.440^0.291^6.537^0.812^0.274^54^0^54^54^^0.00^0^0^0^^^^^^^^0.560^1.030^0.830^0^28.35^~1 oz~^56.70^~2 oz~^0 ~19051~^~RICE CAKES,BROWN RICE,PLN~^5.80^387^8.20^2.80^1.70^81.50^4.2^0.88^11^1.49^131^360^290^326^3.00^0.445^3.730^24.6^0.0^0.061^0.165^7.806^1.000^0.150^21^0^21^21^32.1^0.00^0^0^0^0^0^0^0^0^1.24^1.9^0.570^1.030^0.990^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19052~^~RICE CAKES,BROWN RICE,BUCKWHEAT~^5.90^380^9.00^3.50^1.60^80.10^3.8^^11^1.14^151^380^299^116^2.50^0.380^6.180^16.4^0.0^0.056^0.103^8.096^1.160^0.130^21^0^21^21^^0.00^0^0^0^^^^^^^^0.640^1.110^1.110^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19053~^~RICE CAKES,BROWN RICE,SESAME SD~^5.90^392^7.60^3.80^1.20^81.50^5.4^^12^1.58^136^375^290^227^3.00^0.390^4.299^24.1^3.0^0.048^0.085^7.205^1.461^0.155^18^0^18^18^^0.00^0^0^0^^^^^^^^0.540^1.100^1.150^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19056~^~TORTILLA CHIPS,PLAIN~^1.85^489^7.79^23.36^1.44^65.56^5.3^1.00^174^2.32^146^200^215^421^2.46^0.523^^6.7^0.0^0.015^0.100^1.262^1.185^0.213^20^0^20^20^19.4^0.36^3^0^0^0^1^1^0^4^4.29^20.9^3.007^6.789^12.213^0^28.35^~1 oz~^^~~^0 ~19057~^~Snacks, tortilla chips, nacho cheese~^1.50^514^8.15^26.07^2.54^61.74^4.6^3.79^148^1.09^76^256^238^615^1.48^0.103^0.348^7.7^0.0^0.049^0.040^1.300^0.700^0.200^^0^^^22.5^^^0^^^^^^^^1.3^3.936^7.067^13.624^^28.35^~1 oz~^^~~^0 ~19058~^~Snacks, tortilla chips, ranch-flavor~^3.14^501^7.19^24.63^2.30^62.74^4.0^3.03^134^1.38^87^252^259^519^1.43^0.101^0.365^7.3^0.0^0.048^0.060^1.300^0.600^0.200^^0^^^18.4^^^^^^^^^^^1.4^3.539^7.047^13.528^^28.35^~1 oz~^198.00^~1 bag (7 oz)~^0 ~19059~^~TRAIL MIX,REGULAR~^9.20^462^13.80^29.40^2.60^44.90^^^78^3.05^158^345^685^229^3.22^0.985^1.034^^1.4^0.462^0.198^4.712^0.895^0.298^71^0^71^71^^0.00^18^1^0^^^^^^^^5.550^12.530^9.650^0^150.00^~1 cup~^28.35^~1 oz~^0 ~19061~^~TRAIL MIX,TROPICAL~^9.00^407^6.30^17.10^2.00^65.60^^^57^2.64^96^186^709^10^1.17^0.528^0.966^^7.6^0.450^0.115^1.482^1.218^0.327^42^0^42^42^^0.00^49^2^0^^^^^^^^8.480^2.490^5.160^0^140.00^~1 cup~^28.35^~1 oz~^0 ~19062~^~TRAIL MIX,REG,W/CHOC CHIPS,SALTED NUTS&SEEDS~^6.60^484^14.20^31.90^2.30^44.90^^^109^3.39^161^387^648^121^3.14^0.844^1.062^^1.3^0.413^0.224^4.405^0.964^0.259^65^0^65^65^^0.00^44^2^0^^^^^^^^6.100^13.540^11.290^4^146.00^~1 cup~^28.35^~1 oz~^0 ~19063~^~TORTILLA CHIPS,TACO-FLAVOR~^1.60^480^7.90^24.20^3.10^63.10^5.3^^155^2.02^88^239^217^787^1.27^0.186^0.442^6.7^0.9^0.242^0.204^1.999^0.290^0.297^21^0^21^21^^0.00^905^45^0^^^^^^^^4.640^14.290^3.360^5^28.35^~1 oz~^227.00^~1 bag, (8 oz)~^0 ~19064~^~CANDIES,TOOTSIE ROLL,CHOCOLATE-FLAVOR ROLL~^6.69^387^1.59^3.31^0.68^87.73^0.1^56.32^36^0.80^22^57^116^44^0.40^0.130^0.047^2.2^0.0^0.056^0.070^0.210^0.290^0.010^9^3^6^11^^0.00^0^0^^0^0^0^0^0^0.65^9.6^0.967^1.929^0.266^2^40.00^~1 serving, 6 pieces~^6.63^~1 piece~^0 ~19065~^~CANDIES,ALMOND JOY CANDY BAR~^8.20^479^4.13^26.93^1.23^59.51^5.0^48.34^64^1.27^^112^254^142^^^^^0.7^^^^^^^^^^^^42^^^^^^^^^^17.590^5.260^1.180^4^49.00^~1 package, 1.76 oz~^19.00^~1 bar, snack size~^0 ~19067~^~CANDIES,TWIZZLERS CHERRY BITES~^15.00^338^2.97^1.70^0.79^79.38^0.1^^12^0.55^^47^14^261^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.250^0.490^0.040^0^40.00^~18 pieces~^^~~^0 ~19068~^~CANDIES,NESTLE,BIT-O'-HONEY CANDY CHEWS~^8.30^375^2.00^7.50^1.31^80.00^0.2^48.00^35^0.20^7^28^44^295^0.49^0.026^0.038^1.3^0.8^0.060^0.044^0.069^0.082^0.009^2^0^2^2^2.5^0.06^0^0^0^0^0^0^0^0^0.30^0.0^5.500^1.030^0.338^0^40.00^~1 serving, 6 pieces~^^~~^0 ~19069~^~CANDIES,NESTLE,BUTTERFINGER BAR~^1.23^459^5.40^18.90^1.57^72.90^2.0^45.90^36^0.79^48^97^220^230^1.00^0.193^0.490^2.9^0.0^0.121^0.062^2.649^0.370^0.069^28^0^28^28^15.0^0.04^0^0^0^0^0^0^0^0^1.72^2.2^9.500^5.119^3.164^0^59.54^~1 serving, 2.1 oz bar~^18.43^~1 serving, 1 fun size bar 0.65 oz~^0 ~19070~^~CANDIES,BUTTERSCOTCH~^5.25^391^0.03^3.30^1.01^90.40^0.0^80.46^4^0.01^0^1^3^391^0.09^0.001^0.001^0.6^0.0^0.012^0.016^0.002^0.004^0.000^0^0^0^0^0.8^0.00^100^28^27^0^6^0^0^0^0.09^0.3^2.065^0.845^0.122^9^28.35^~1 oz~^16.00^~3 pieces~^0 ~19071~^~CANDIES,CAROB,UNSWTND~^1.54^540^8.15^31.36^2.66^56.29^3.8^34.11^303^1.29^36^126^633^107^3.53^0.183^0.140^5.2^0.5^0.100^0.178^1.040^0.750^0.130^21^0^21^21^19.0^0.28^10^1^0^0^5^0^0^0^1.57^7.7^29.018^0.483^0.295^1^28.35^~1 oz~^87.00^~1 bar, (3 oz)~^0 ~19074~^~CANDIES,CARAMELS~^8.50^382^4.60^8.10^1.80^77.00^0.0^65.50^138^0.14^17^114^214^245^0.44^0.018^0.011^1.8^0.4^0.103^0.256^0.148^0.620^0.056^4^0^4^4^8.0^0.30^42^12^11^0^2^0^0^0^0.46^1.8^2.476^1.542^3.478^7^71.00^~1 package, (2.5 oz)~^10.10^~1 piece~^0 ~19075~^~CANDIES,CARAMELLO CANDY BAR~^6.79^462^6.19^21.19^1.46^63.81^1.2^56.92^213^1.09^^150^341^122^^^^^1.7^^^^^^^^^^^^303^^^^^^^^^^12.720^5.290^0.630^27^35.00^~1 bar, 1.25 oz~^45.00^~1 bar, 1.6 oz~^0 ~19076~^~CANDIES,CARAMELS,CHOCOLATE-FLAVOR ROLL~^6.69^396^1.59^5.07^0.68^85.97^0.1^56.32^36^0.80^22^57^116^44^0.40^0.130^0.047^2.2^0.0^0.056^0.070^0.210^0.290^0.010^9^3^6^11^18.7^0.00^0^0^0^0^0^0^0^1^0.65^9.6^0.963^3.836^0.268^2^40.00^~1 serving, 6 pieces~^6.63^~1 piece~^0 ~19077~^~BAKING CHOC,UNSWTND,LIQ~^0.90^472^12.10^47.70^3.10^33.90^18.1^0.00^54^4.15^265^340^1166^12^3.68^1.910^1.650^7.9^0.0^0.050^0.279^2.100^0.154^0.072^19^0^19^19^^0.00^12^1^0^^^^^^^^25.290^9.230^10.700^0^28.35^~1 oz~^^~~^0 ~19078~^~BAKING CHOC,UNSWTND,SQUARES~^1.34^501^12.90^52.31^3.60^29.84^16.6^0.91^101^17.40^327^400^830^24^9.63^3.233^4.167^8.1^0.0^0.147^0.100^1.355^0.168^0.027^28^0^28^28^45.7^0.00^0^0^0^0^0^0^0^38^0.40^9.7^32.351^16.105^1.555^0^28.73^~1 square~^132.00^~1 cup, grated~^0 ~19079~^~CANDIES,CONFECTIONER'S COATING,YOGURT~^1.91^522^5.87^27.00^1.28^63.94^0.0^62.36^205^0.14^18^157^290^88^0.70^0.008^0.003^4.7^0.5^0.064^0.261^0.154^0.587^0.056^8^0^8^8^24.8^0.65^4^1^1^0^0^0^0^0^1.11^9.4^24.104^0.526^0.524^1^170.00^~1 cup, chips~^^~~^0 ~15168~^~OYSTER,EASTERN,CKD,BREADED&FRIED~^64.72^197^8.77^12.58^1.72^11.62^^^62^6.95^58^159^244^417^87.13^4.294^0.490^66.5^3.8^0.150^0.202^1.650^0.270^0.064^31^17^14^43^^15.63^302^91^91^^^^^^^^3.197^4.702^3.313^81^85.00^~3 oz~^88.00^~6 medium~^0 ~15169~^~OYSTER,EASTERN,WILD,CKD,MOIST HEAT~^70.32^137^14.10^4.91^2.84^7.82^0.0^^90^11.99^95^203^281^422^181.61^7.569^0.697^71.6^6.0^0.190^0.181^2.484^0.351^0.118^14^0^14^14^^35.02^180^54^54^^^^^^^^1.544^0.628^1.936^105^85.00^~3 oz~^42.00^~6 medium~^0 ~15170~^~OYSTER,EASTERN,CANNED~^85.14^69^7.06^2.47^1.42^3.91^0.0^0.00^45^6.70^54^139^229^112^90.95^4.461^0.450^35.8^5.0^0.150^0.166^1.244^0.180^0.095^9^0^9^9^81.0^19.13^300^90^90^0^0^0^0^0^0.85^0.1^0.631^0.250^0.739^55^162.00^~1 cup, drained~^248.00^~1 cup, undrained~^0 ~15171~^~OYSTER,PACIFIC,RAW~^82.06^81^9.45^2.30^1.23^4.95^0.0^^8^5.11^22^162^168^106^16.62^1.576^0.643^77.0^8.0^0.067^0.233^2.010^0.500^0.050^10^0^10^10^^16.00^270^81^81^^^^^^^^0.510^0.358^0.894^50^50.00^~1 medium~^85.00^~3 oz~^0 ~15172~^~SCALLOP,MIXED SPECIES,RAW~^78.57^88^16.78^0.76^1.53^2.36^0.0^0.00^24^0.29^56^219^322^161^0.95^0.053^0.090^22.2^3.0^0.012^0.065^1.150^0.143^0.150^16^0^16^16^65.0^1.53^50^15^15^0^0^0^0^0^0.00^0.1^0.079^0.037^0.261^33^30.00^~1 unit, 2 large or 5 small~^85.00^~3 oz~^0 ~15173~^~SCALLOP,MXD SP,CKD,BREADED&FRIED~^58.44^215^18.07^10.94^1.83^10.13^^^42^0.82^59^236^333^464^1.06^0.078^0.140^26.9^2.3^0.042^0.110^1.505^0.200^0.140^37^19^18^50^^1.32^75^23^23^^^^^^^^2.669^4.498^2.856^61^31.00^~2 large~^^~~^0 ~15174~^~SCALLOP,MXD SP,IMITN,MADE FROM SURIMI~^73.82^99^12.77^0.41^2.37^10.62^0.0^^8^0.31^43^282^103^795^0.33^0.032^0.011^23.6^0.0^0.010^0.016^0.310^0.070^0.030^2^0^2^2^^1.60^66^20^20^^^^^^^^0.080^0.060^0.210^22^85.00^~3 oz~^^~~^0 ~15175~^~SQUID,MIXED SPECIES,RAW~^78.55^92^15.58^1.38^1.41^3.08^0.0^0.00^32^0.68^33^221^246^44^1.53^1.891^0.035^44.8^4.7^0.020^0.412^2.175^0.500^0.056^5^0^5^5^65.0^1.30^33^10^10^0^0^0^0^0^1.20^0.0^0.358^0.107^0.524^233^28.35^~1 oz, boneless~^85.00^~3 oz~^0 ~15176~^~SQUID,MXD SP,CKD,FRIED~^64.54^175^17.94^7.48^1.59^7.79^0.0^^39^1.01^38^251^279^306^1.74^2.114^0.070^51.8^4.2^0.056^0.458^2.602^0.510^0.058^14^9^5^20^^1.23^35^11^11^^^^^^^^1.878^2.749^2.136^260^85.00^~3 oz~^^~~^0 ~15177~^~WHELK,UNSPECIFIED,RAW~^66.00^137^23.84^0.40^2.00^7.76^0.0^0.00^57^5.03^86^141^347^206^1.63^1.030^0.447^44.8^4.0^0.026^0.107^1.050^0.208^0.342^6^0^6^6^65.0^9.07^87^26^26^0^0^0^0^0^0.13^0.1^0.031^0.028^0.023^65^85.00^~3 oz~^^~~^0 ~15178~^~WHELK,UNSPEC,CKD,MOIST HEAT~^32.00^275^47.68^0.80^4.00^15.52^0.0^^113^10.06^172^282^694^412^3.26^2.060^0.890^89.6^6.8^0.049^0.214^1.995^0.400^0.650^11^0^11^11^^18.14^162^49^49^^^^^^^^0.062^0.056^0.046^130^85.00^~3 oz~^^~~^0 ~15179~^~SALMON,CHINOOK,SMOKED,(LOX),REG~^72.00^117^18.28^4.32^2.62^0.00^0.0^^11^0.85^18^164^175^2000^0.31^0.230^0.017^38.1^0.0^0.023^0.101^4.720^0.870^0.278^2^0^2^2^^3.26^88^26^26^^^^^^^^0.929^2.023^0.995^23^28.35^~1 oz~^85.00^~3 oz~^0 ~15180~^~SALMON,CHUM,CND,WO/SALT,DRND SOL W/BONE~^70.77^141^21.43^5.50^2.47^0.00^0.0^^249^0.70^30^354^300^75^1.00^0.100^0.020^43.3^0.0^0.020^0.160^7.000^0.560^0.380^20^0^20^20^^4.40^61^18^18^^^^^^^^1.486^1.919^1.517^39^369.00^~1 can~^85.00^~3 oz~^0 ~15181~^~SALMON,PINK,CND,WO/SALT,SOL W/BONE&LIQ~^70.03^139^19.78^6.05^1.38^0.00^0.0^^213^0.84^34^329^326^75^0.92^0.102^0.020^33.2^0.0^0.023^0.186^6.536^0.550^0.300^15^0^15^15^^4.40^55^17^17^^^^^^^^1.535^1.825^2.049^55^454.00^~1 can~^85.00^~3 oz~^0 ~15182~^~SALMON,SOCKEYE,CND,WO/SALT,DRND SOL W/BONE~^68.72^153^20.47^7.31^2.70^0.00^0.0^^239^1.06^29^326^377^75^1.02^0.084^0.030^35.4^0.0^0.016^0.193^5.480^0.550^0.300^10^0^10^10^^0.30^176^53^53^^^^^^^^1.644^2.776^2.277^44^369.00^~1 can~^85.00^~3 oz~^0 ~15183~^~TUNA,LT,CND IN OIL,WO/SALT,DRND SOL~^59.83^198^29.13^8.21^2.76^0.00^0.0^^13^1.39^31^311^207^50^0.90^0.071^0.015^76.0^0.0^0.038^0.120^12.400^0.370^0.110^5^0^5^5^^2.20^78^^^^^^^^^^1.534^2.949^2.885^18^171.00^~1 can~^85.00^~3 oz~^0 ~15184~^~TUNA,LT,CND IN H2O,WO/SALT,DRND SOL~^75.21^116^25.51^0.82^0.78^0.00^0.0^0.00^11^1.53^27^163^237^50^0.77^0.051^0.011^80.4^0.0^0.032^0.074^13.280^0.214^0.350^4^0^4^4^^2.99^56^^^^^^^^^^0.234^0.159^0.337^30^165.00^~1 can~^85.00^~3 oz~^0 ~15185~^~TUNA,WHITE,CND IN OIL,WO/SALT,DRND SOL~^64.02^186^26.53^8.08^2.18^0.00^0.0^^4^0.65^34^267^333^50^0.47^0.130^0.016^60.1^0.0^0.017^0.079^11.698^0.370^0.430^5^0^5^5^^2.20^80^^^^^^^^^^1.650^2.480^3.380^31^178.00^~1 can~^85.00^~3 oz~^0 ~15186~^~TUNA,WHITE,CND IN H2O,WO/SALT,DRND SOL~^74.02^128^23.62^2.97^0.63^0.00^0.0^^14^0.97^33^217^237^50^0.48^0.039^0.019^65.7^0.0^0.008^0.044^5.799^0.124^0.217^2^0^2^2^^1.17^19^6^6^^^^^^^^0.792^0.784^1.109^42^172.00^~1 can~^85.00^~3 oz~^0 ~15187~^~BASS,FRESHWATER,MXD SP,CKD,DRY HEAT~^68.79^146^24.18^4.73^1.95^0.00^0.0^^103^1.91^38^256^456^90^0.83^0.119^1.140^16.2^2.1^0.087^0.090^1.522^0.865^0.138^17^0^17^17^^2.31^115^35^35^^^^^^^^1.001^1.835^1.360^87^62.00^~1 fillet~^85.00^~3 oz~^0 ~15188~^~BASS,STRIPED,CKD,DRY HEAT~^73.36^124^22.73^2.99^1.33^0.00^0.0^^19^1.08^51^254^328^88^0.51^0.040^0.019^46.8^0.0^0.115^0.037^2.558^0.865^0.346^10^0^10^10^^4.41^104^31^31^^^^^^^^0.650^0.846^1.005^103^124.00^~1 fillet~^85.00^~3 oz~^0 ~15189~^~BLUEFISH,COOKED,DRY HEAT~^62.64^159^25.69^5.44^1.33^0.00^0.0^^9^0.62^42^291^477^77^1.04^0.068^0.027^46.8^0.0^0.067^0.097^7.247^0.955^0.464^2^0^2^2^^6.22^459^138^138^^^^^^^^1.172^2.297^1.358^76^117.00^~1 fillet~^85.00^~3 oz~^0 ~15190~^~BURBOT,COOKED,DRY HEAT~^73.41^115^24.76^1.04^1.49^0.00^0.0^^64^1.15^41^256^518^124^0.97^0.256^0.897^16.2^0.0^0.429^0.172^1.973^0.173^0.346^1^0^1^1^^0.92^17^5^5^^^^^^^^0.209^0.170^0.381^77^90.00^~1 fillet~^85.00^~3 oz~^0 ~15191~^~BUTTERFISH,CKD,DRY HEAT~^66.83^187^22.15^10.28^1.54^0.00^0.0^^28^0.64^32^308^481^114^0.99^0.069^0.019^46.8^0.0^0.146^0.192^5.769^0.865^0.346^17^0^17^17^^1.83^109^33^33^^^^^^^^^^^83^25.00^~1 fillet~^85.00^~3 oz~^0 ~15192~^~COD,PACIFIC,CKD,DRY HEAT~^76.00^105^22.95^0.81^1.54^0.00^0.0^^9^0.33^31^223^517^91^0.51^0.033^0.015^46.8^3.0^0.025^0.051^2.485^0.162^0.462^8^0^8^8^^1.04^32^10^10^^^^^^^^0.104^0.105^0.313^47^90.00^~1 fillet~^85.00^~3 oz~^0 ~15193~^~CUSK,COOKED,DRY HEAT~^69.68^112^24.35^0.88^1.60^0.00^0.0^^13^1.06^40^262^503^40^0.49^0.023^0.019^46.8^0.0^0.048^0.162^3.271^0.322^0.447^2^0^2^2^^1.20^69^21^21^^^^^^^^^^^53^95.00^~1 fillet~^85.00^~3 oz~^0 ~15194~^~DOLPHINFISH,CKD,DRY HEAT~^71.22^109^23.72^0.90^2.69^0.00^0.0^^19^1.45^38^183^533^113^0.59^0.053^0.019^46.8^0.0^0.023^0.085^7.429^0.865^0.462^6^0^6^6^^0.69^208^62^62^^^^^^^^0.241^0.155^0.211^94^159.00^~1 fillet~^85.00^~3 oz~^0 ~15195~^~DRUM,FRESHWATER,CKD,DRY HEAT~^70.94^153^22.49^6.32^1.38^0.00^0.0^^77^1.15^38^231^353^96^0.85^0.297^0.897^16.2^1.0^0.081^0.207^2.862^0.865^0.346^17^0^17^17^^2.31^196^59^59^^^^^^^^1.434^2.807^1.479^82^154.00^~1 fillet~^85.00^~3 oz~^0 ~15196~^~HALIBUT,GREENLAND,CKD,DRY HEAT~^61.88^239^18.42^17.74^1.28^0.00^0.0^^4^0.85^33^210^344^103^0.51^0.038^0.015^46.8^0.0^0.073^0.103^1.923^0.288^0.485^1^0^1^1^^0.96^60^18^18^^^^^^^^3.102^10.742^1.753^59^159.00^~.5 fillet~^85.00^~3 oz~^0 ~15197~^~HERRING,PACIFIC,CKD,DRY HEAT~^63.49^250^21.01^17.79^3.04^0.00^0.0^^106^1.44^41^292^542^95^0.68^0.100^0.058^46.8^0.0^0.073^0.256^2.821^1.154^0.519^6^0^6^6^^9.62^116^35^35^^^^^^^^4.174^8.807^3.106^99^144.00^~1 fillet~^85.00^~3 oz~^0 ~15198~^~LING,COOKED,DRY HEAT~^73.88^111^24.35^0.82^1.79^0.00^0.0^^44^0.83^81^254^486^173^1.00^0.141^0.038^46.8^0.0^0.127^0.231^2.801^0.369^0.351^8^0^8^8^^0.65^115^35^35^^^^^^^^^^^51^151.00^~1 fillet~^85.00^~3 oz~^0 ~15199~^~LINGCOD,COOKED,DRY HEAT~^75.68^109^22.64^1.36^1.55^0.00^0.0^^18^0.41^33^258^560^76^0.58^0.035^0.026^46.8^0.0^0.035^0.139^2.314^0.865^0.346^10^0^10^10^^4.15^58^17^17^^^^^^^^0.255^0.447^0.383^67^151.00^~.5 fillet~^85.00^~3 oz~^0 ~15200~^~MACKEREL,KING,CKD,DRY HEAT~^69.04^134^26.00^2.56^1.64^0.00^0.0^^40^2.28^41^318^558^203^0.72^0.033^0.006^46.8^1.6^0.115^0.580^10.462^0.968^0.510^9^0^9^9^^18.00^839^252^252^^^^^^^^0.465^0.979^0.589^68^154.00^~.5 fillet~^85.00^~3 oz~^0 ~15201~^~MACKEREL,PACIFIC&JACK,MXD SP,CKD,DRY HEAT~^61.73^201^25.73^10.12^2.08^0.00^0.0^0.00^29^1.49^36^160^521^110^0.86^0.119^0.019^46.8^2.1^0.135^0.540^10.667^0.365^0.381^2^0^2^2^81.0^4.23^54^16^16^0^0^0^0^0^1.25^0.1^2.881^3.371^2.488^60^28.35^~1 oz, boneless~^17.00^~1 cubic inch, boneless~^0 ~15202~^~MILKFISH,COOKED,DRY HEAT~^62.63^190^26.32^8.63^1.46^0.00^0.0^^65^0.41^38^208^374^92^1.05^0.044^0.026^16.2^0.0^0.016^0.069^8.256^0.865^0.488^18^0^18^18^^3.27^109^33^33^^^^^^^^^^^67^85.00^~3 oz~^^~~^0 ~15203~^~MONKFISH,COOKED,DRY HEAT~^78.51^97^18.56^1.95^1.55^0.00^0.0^^10^0.41^27^256^513^23^0.53^0.036^0.031^46.8^1.0^0.029^0.073^2.558^0.173^0.277^8^0^8^8^^1.04^46^14^14^^^^^^^^^^^32^85.00^~3 oz~^^~~^0 ~17059~^~LAMB,DOM,CUBED FOR STEW OR KABOB (LEG&SHLDR),LN,1/4"FAT,RAW~^73.74^134^20.21^5.28^1.06^0.00^0.0^^9^1.77^26^189^284^65^4.15^0.121^0.024^22.8^0.0^0.130^0.240^5.950^0.710^0.160^23^0^23^23^^2.73^0^0^0^^^^^^0.22^^1.890^2.130^0.480^65^28.35^~1 oz~^453.60^~1 lb~^0 ~17060~^~LAMB,DOM,CUBED FOR STEW (LEG&SHLDR),LN,1/4"FAT,CKD,BRSD~^56.23^223^33.69^8.80^1.77^0.00^0.0^0.00^15^2.80^28^205^260^70^6.58^0.141^0.032^38.1^0.0^0.070^0.240^5.950^0.590^0.120^21^0^21^21^129.3^2.73^0^0^0^0^0^0^0^0^0.20^4.4^3.150^3.540^0.810^108^272.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17061~^~LAMB,DOM,CUBED FOR STEW (LEG&SHLDR),LN,1/4"FAT,CKD,BRLD~^63.53^186^28.08^7.33^1.48^0.00^0.0^^13^2.34^31^224^335^76^5.77^0.151^0.029^31.7^0.0^0.110^0.300^6.610^0.690^0.140^23^0^23^23^^3.03^0^0^0^^^^^^0.20^^2.620^2.950^0.670^90^327.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17062~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,RAW~^59.80^277^16.74^22.74^0.92^0.00^0.0^^13^1.49^15^168^136^39^2.39^0.083^0.018^1.3^0.0^0.130^0.320^6.550^0.520^0.110^1^0^1^1^^2.42^0^0^0^^^^^^0.21^^11.570^8.720^0.980^78^28.35^~1 oz~^453.60^~1 lb~^30 ~17063~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,CKD~^51.15^305^24.42^22.26^1.37^0.00^0.0^^17^2.10^19^217^162^46^3.49^0.100^0.023^2.0^0.0^0.120^0.410^7.770^0.580^0.120^1^0^1^1^^2.81^0^0^0^^^^^^0.14^^11.050^8.590^1.040^109^222.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^31 ~17064~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN,RAW~^73.78^128^20.75^4.41^1.12^0.00^0.0^^8^1.64^19^202^171^46^3.01^0.099^0.024^1.5^0.0^0.150^0.390^6.540^0.490^0.140^0^0^0^0^^2.71^0^0^0^^^^^^0.21^^1.880^1.690^0.220^74^28.35^~1 oz~^453.60^~1 lb~^50 ~17065~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN,CKD~^59.95^206^29.59^8.86^1.60^0.00^0.0^^13^2.35^22^246^188^50^4.30^0.114^0.029^2.0^0.0^0.130^0.500^7.680^0.580^0.140^0^0^0^0^^2.95^0^0^0^^^^^^0.19^^3.860^3.480^0.520^109^164.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^49 ~17066~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,FAT,RAW~^25.56^640^6.92^67.63^0.42^0.00^0.0^^23^1.14^6^86^51^22^0.85^0.045^0.003^0.9^0.0^0.070^0.170^6.560^0.600^0.030^3^0^3^3^^1.73^0^0^0^^^^^^0.22^^35.290^25.930^2.830^87^28.35^~1 oz~^453.60^~1 lb~^0 ~17067~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,FAT,CKD~^26.12^586^9.72^60.39^0.71^0.00^0.0^^27^1.39^11^135^87^35^1.17^0.059^0.004^1.8^0.0^0.080^0.180^8.030^0.590^0.030^3^0^3^3^^2.42^0^0^0^^^^^^0.04^^31.510^23.150^2.520^109^286.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17068~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,RAW~^66.02^223^18.04^16.15^1.06^0.00^0.0^^10^1.49^15^170^131^45^3.37^0.095^0.020^3.5^0.0^0.130^0.360^6.300^0.510^0.110^1^0^1^1^^2.53^0^0^0^^^^^^0.26^^8.180^6.190^0.700^71^28.35^~1 oz~^453.60^~1 lb~^45 ~17069~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,CKD,BRSD~^56.76^258^26.97^15.83^1.61^0.00^0.0^^14^2.07^15^175^118^47^4.80^0.102^0.024^5.3^0.0^0.070^0.330^6.070^0.410^0.080^1^0^1^1^^2.44^0^0^0^^^^^^0.18^^7.820^6.100^0.730^102^168.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^50 ~17070~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN,RAW~^76.13^118^20.82^3.28^1.22^0.00^0.0^^7^1.57^17^190^150^50^4.00^0.107^0.024^4.1^0.0^0.150^0.400^6.230^0.490^0.130^1^0^1^1^^2.73^0^0^0^^^^^^0.24^^1.400^1.260^0.170^67^28.35^~1 oz~^453.60^~1 lb~^56 ~17071~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN,CKD,BRSD~^63.49^186^30.76^6.04^1.80^0.00^0.0^^10^2.22^16^184^125^49^5.60^0.112^0.028^6.1^0.0^0.070^0.360^5.640^0.370^0.090^1^0^1^1^^2.45^0^0^0^^^^^^0.20^^2.610^2.350^0.340^101^138.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^59 ~17072~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,RAW~^65.58^216^18.34^15.29^1.01^0.00^0.0^^8^1.58^17^186^156^40^2.65^0.093^0.020^2.7^0.0^0.140^0.380^6.850^0.520^0.130^1^0^1^1^^2.45^0^0^0^^^^^^0.21^^7.680^5.860^0.670^76^28.35^~1 oz~^453.60^~1 lb~^23 ~17073~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,CKD,RSTD~^57.87^246^24.81^15.56^1.39^0.00^0.0^^10^2.10^20^218^167^43^3.58^0.103^0.023^4.0^0.0^0.120^0.450^7.590^0.550^0.130^1^0^1^1^^2.60^0^0^0^^^^^^0.15^^7.610^6.010^0.750^101^258.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~17074~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN,RAW~^74.37^123^20.85^3.80^1.14^0.00^0.0^^4^1.68^20^207^179^44^3.05^0.104^0.024^3.2^0.0^0.150^0.420^6.920^0.500^0.150^0^0^0^0^^2.60^0^0^0^^^^^^0.22^^1.620^1.460^0.190^73^28.35^~1 oz~^453.60^~1 lb~^37 ~17075~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN,CKD,RSTD~^63.92^181^27.68^7.01^1.52^0.00^0.0^^7^2.24^21^234^183^45^4.04^0.111^0.027^4.2^0.0^0.120^0.500^7.510^0.540^0.140^0^0^0^0^^2.63^0^0^0^^^^^^0.18^^3.050^2.750^0.410^100^218.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^36 ~17076~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,RAW~^57.09^303^16.33^25.90^0.88^0.00^0.0^^17^1.55^15^163^121^37^1.85^0.083^0.017^1.4^0.0^0.130^0.290^6.830^0.510^0.110^1^0^1^1^^2.10^0^0^0^^^^^^0.18^^13.240^9.930^1.110^83^28.35^~1 oz~^65.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^24 ~17077~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,CKD,BRLD~^50.44^315^23.43^23.88^1.30^0.00^0.0^0.00^23^2.05^19^208^159^49^2.65^0.109^0.021^2.0^0.0^0.120^0.360^7.930^0.500^0.110^1^0^1^1^95.0^2.53^0^0^0^0^0^0^0^0^0.13^4.9^11.960^9.200^1.090^112^85.00^~3 oz~^43.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^27 ~17078~^~LAMB,NZ,IMP,FRZ,LOIN,LN,RAW~^73.33^130^21.17^4.40^1.12^0.00^0.0^^15^1.77^19^203^157^45^2.36^0.103^0.024^1.4^0.0^0.160^0.350^6.970^0.460^0.150^0^0^0^0^^2.28^0^0^0^^^^^^0.19^^1.870^1.690^0.220^80^28.35^~1 oz~^42.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^50 ~17079~^~LAMB,NZ,IMP,FRZ,LOIN,LN,CKD,BRLD~^60.86^199^29.31^8.24^1.55^0.00^0.0^^21^2.34^22^240^189^55^3.29^0.130^0.028^2.0^0.0^0.130^0.430^7.890^0.460^0.140^0^0^0^0^^2.58^0^0^0^^^^^^0.16^^3.580^3.220^0.470^114^85.00^~3 oz~^30.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^49 ~17080~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,RAW~^53.32^346^14.92^31.31^0.81^0.00^0.0^^16^1.39^13^146^113^40^2.04^0.065^0.016^1.2^0.0^0.110^0.250^6.320^0.510^0.080^1^0^1^1^^2.17^0^0^0^^^^^^0.18^^15.990^12.000^1.340^81^28.35^~1 oz~^453.60^~1 lb~^31 ~17081~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,CKD,RSTD~^50.18^340^18.98^28.75^1.07^0.00^0.0^0.00^19^1.71^14^170^124^43^2.60^0.071^0.017^1.8^0.0^0.090^0.270^6.830^0.510^0.080^1^0^1^1^77.9^2.33^0^0^0^0^0^0^0^0^0.10^5.0^14.450^11.080^1.310^100^241.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^32 ~17082~^~LAMB,NZ,IMP,FRZ,RIB,LN,RAW~^72.61^142^20.49^6.06^1.08^0.00^0.0^^11^1.57^17^187^156^52^2.88^0.078^0.024^1.4^0.0^0.150^0.310^6.150^0.460^0.120^0^0^0^0^^2.48^0^0^0^^^^^^0.19^^2.580^2.320^0.310^76^28.35^~1 oz~^453.60^~1 lb~^59 ~17083~^~LAMB,NZ,IMP,FRZ,RIB,LN,CKD,RSTD~^64.31^196^24.42^10.16^1.28^0.00^0.0^0.00^14^1.89^16^191^146^48^3.43^0.077^0.024^1.7^0.0^0.110^0.330^6.130^0.450^0.110^0^0^0^0^94.4^2.28^0^0^0^0^0^0^0^0^0.15^3.5^4.430^3.990^0.590^94^152.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^57 ~17084~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,RAW~^60.11^272^16.65^22.23^0.92^0.00^0.0^^17^1.35^15^164^133^41^2.80^0.081^0.019^2.6^0.0^0.120^0.300^5.510^0.550^0.080^1^0^1^1^^3.07^0^0^0^^^^^^0.22^^11.220^8.520^0.960^75^28.35^~1 oz~^453.60^~1 lb~^25 ~17085~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,CKD,BRSD~^42.64^357^28.21^26.27^1.58^0.00^0.0^^27^2.11^18^196^147^51^4.53^0.103^0.025^4.5^0.0^0.080^0.320^6.370^0.520^0.070^1^0^1^1^^3.40^0^0^0^^^^^^^^12.740^10.220^1.330^123^206.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^29 ~17086~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN,RAW~^72.89^135^20.25^5.43^1.10^0.00^0.0^^15^1.43^18^193^163^47^3.52^0.094^0.024^3.2^0.0^0.140^0.360^5.120^0.540^0.100^0^0^0^0^^3.56^0^0^0^^^^^^^^2.310^2.080^0.280^71^28.35^~1 oz~^453.60^~1 lb~^45 ~17087~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN,CKD,BRSD~^47.86^285^34.06^15.50^1.85^0.00^0.0^^27^2.34^20^215^166^56^5.60^0.116^0.032^5.3^0.0^0.080^0.360^5.850^0.500^0.080^0^0^0^0^^3.71^0^0^0^^^^^^^^6.810^6.140^0.950^127^157.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^46 ~17088~^~VEAL,COMP OF RTL CUTS,LN&FAT,RAW~^72.84^144^19.35^6.77^1.04^0.00^0.0^^15^0.83^24^203^315^82^3.06^0.109^0.028^8.4^0.0^0.080^0.270^7.500^1.310^0.410^13^0^13^13^^1.34^0^0^0^^^^^^0.26^^2.790^2.570^0.480^82^28.35^~1 oz~^453.60^~1 lb~^31 ~18173~^~COOKIES,GRAHAM CRACKERS,PLN OR HONEY (INCL CINN)~^4.40^423^6.90^10.10^1.80^76.80^2.8^31.10^24^3.73^30^104^135^605^0.81^0.202^0.804^10.2^0.0^0.222^0.314^4.122^0.537^0.065^46^29^17^66^22.3^0.00^2^0^0^0^1^0^0^61^0.33^4.6^1.519^4.086^3.832^0^84.00^~1 cup, crushed~^28.35^~1 oz~^0 ~18174~^~COOKIES,GRAHAM CRACKERS,CHOCOLATE-COATED~^2.60^484^5.80^23.20^1.80^66.50^3.1^41.56^58^3.58^58^134^209^291^0.97^0.430^0.726^14.2^0.0^0.144^0.212^2.176^0.245^0.074^20^10^10^27^22.3^0.00^17^5^5^0^1^0^0^38^0.27^4.7^13.380^7.687^1.038^0^28.35^~1 oz~^14.00^~1 cracker, (2-1/2" square)~^0 ~18175~^~COOKIES,LADYFINGERS,W/LEMON JUC&RIND~^19.50^365^10.60^9.10^1.10^59.70^1.0^25.39^47^3.58^12^173^113^147^1.14^0.095^0.240^21.1^3.7^0.284^0.428^2.104^1.116^0.122^60^23^37^76^92.0^0.75^50^3^0^9^22^8^0^266^0.63^0.2^3.477^4.253^1.611^221^28.35^~1 oz~^13.00^~1 anisette sponge, (4" x 1-1/8" x 7/8")~^0 ~18176~^~COOKIES,MARSHMLLW,CHOCOLATE-COATED (INCL MARSHMLLW PIES)~^10.10^421^4.00^16.90^1.10^67.70^2.0^44.80^46^2.53^36^97^182^168^0.65^0.262^0.285^4.4^0.1^0.093^0.208^0.784^0.476^0.062^23^20^4^38^13.6^0.17^5^1^1^0^0^0^0^3^0.14^7.0^4.722^9.345^1.943^0^28.35^~1 oz~^28.00^~1 Fudge Marshmallow~^0 ~18177~^~COOKIES,MOLASSES~^5.80^430^5.60^12.80^2.00^73.80^1.0^17.60^74^6.43^52^95^346^459^0.45^0.373^1.257^5.6^0.0^0.355^0.264^3.031^0.411^0.104^89^82^7^146^8.4^0.00^0^0^0^0^0^0^0^2^0.11^5.5^3.212^7.130^1.729^0^28.35^~1 oz~^32.00^~1 large, (3-1/2" to 4" dia) (include Archway brand)~^0 ~18178~^~COOKIES,OATMEAL,COMMLY PREP,REG~^5.70^450^6.20^18.10^1.40^68.70^2.8^24.66^37^2.58^33^138^142^383^0.79^0.134^0.839^9.8^0.5^0.267^0.230^2.227^0.386^0.066^59^52^7^95^12.0^0.00^18^5^5^0^0^0^0^31^0.26^8.0^4.519^10.025^2.543^0^28.35^~1 oz~^25.00^~1 cookie, big (3-1/2" - 4" dia) (include Archway brand, Grandma brand)~^0 ~18179~^~COOKIES,OATMEAL,COMMLY PREP,SOFT-TYPE~^11.00^409^6.10^14.70^2.40^65.70^2.7^^90^2.79^30^209^135^349^0.44^0.550^0.421^10.5^0.2^0.186^0.228^1.823^0.461^0.085^34^26^8^52^^0.01^32^5^4^^^^^^^^3.630^7.988^2.204^5^28.35^~1 oz~^15.00^~1 cookie~^0 ~18180~^~COOKIES,OATMEAL,DRY MIX~^5.30^462^6.50^19.20^1.70^67.30^^^25^2.22^48^163^183^473^0.80^0.200^1.230^10.6^0.1^0.142^0.140^1.300^0.457^0.042^50^39^11^77^^0.00^28^1^0^^^^^^^^4.755^10.567^2.792^0^28.35^~1 oz~^496.00^~1 package, (17.5 oz)~^0 ~18182~^~COOKIES,OATMEAL,REFR DOUGH~^15.30^424^5.40^18.90^1.30^59.10^2.5^^31^2.14^28^104^147^294^0.64^0.110^0.765^9.1^0.0^0.234^0.148^1.865^0.372^0.041^35^26^9^53^^0.04^70^4^0^^^^^^^^4.751^10.531^2.592^24^28.35^~1 oz~^16.00^~1 portion, dough for 1 cookie~^0 ~18183~^~COOKIES,OATMEAL,REFR DOUGH,BKD~^5.80^471^6.00^21.00^1.40^65.70^2.8^^35^2.38^32^116^163^327^0.71^0.122^0.953^10.1^0.1^0.208^0.148^1.865^0.210^0.055^27^20^7^41^^0.04^70^4^0^^^^^^^^5.339^11.729^2.976^26^28.35^~1 oz~^12.00^~1 cookie~^0 ~18184~^~COOKIES,OATMEAL,PREP FROM RECIPE,W/RAISINS~^6.40^435^6.50^16.20^2.40^68.40^^^100^2.65^42^161^239^538^0.86^0.181^0.987^15.6^0.5^0.249^0.166^1.259^0.329^0.071^30^19^11^43^^0.08^677^143^131^^144^^^^^^3.232^6.888^5.034^33^28.35^~1 oz~^15.00^~1 cookie, (2-5/8" dia)~^0 ~18185~^~COOKIES,PNUT BUTTER,COMMLY PREP,REG~^6.10^477^9.60^23.60^1.80^58.90^1.8^31.83^35^2.51^45^86^167^415^0.53^0.200^0.280^5.9^0.0^0.170^0.180^4.270^0.582^0.087^72^40^32^100^15.8^0.04^10^3^3^0^1^0^0^14^2.20^4.4^4.485^12.368^5.518^1^28.35^~1 oz~^15.00^~1 cookie~^0 ~18186~^~COOKIES,PNUT BUTTER,COMMLY PREP,SOFT-TYPE~^11.50^457^5.30^24.40^1.10^57.70^1.7^^12^0.89^32^87^107^336^0.55^0.080^0.430^4.4^0.0^0.248^0.165^2.160^0.362^0.027^67^62^5^110^^0.00^0^0^0^^^^^^^^6.149^13.844^3.181^0^28.35^~1 oz~^15.00^~1 cookie~^0 ~18187~^~COOKIES,PNUT BUTTER,REFR DOUGH~^12.60^458^8.20^25.00^2.00^52.10^1.1^^101^1.70^37^241^308^397^0.68^0.151^0.326^5.0^0.0^0.191^0.186^4.143^0.379^0.142^57^45^12^89^^0.04^47^14^14^^^^^^^^5.791^13.124^4.787^27^28.35^~1 oz~^16.00^~1 portion, dough for 1 cookie~^0 ~18188~^~COOKIES,PNUT BUTTER,REFR DOUGH,BKD~^4.00^503^9.10^27.50^2.10^57.30^1.2^^111^1.87^41^264^338^436^0.75^0.166^0.461^5.1^0.0^0.168^0.184^4.098^0.300^0.064^44^35^9^69^^0.06^46^14^14^^^^^^^^6.199^14.526^4.889^30^28.35^~1 oz~^12.00^~1 cookie~^0 ~18189~^~COOKIES,PNUT BUTTER,PREP FROM RECIPE~^5.90^475^9.00^23.80^2.00^58.90^^^39^2.23^39^116^231^518^0.82^0.183^0.570^14.8^0.1^0.222^0.210^3.514^0.345^0.084^55^37^18^81^^0.09^647^137^125^^138^^^^^^4.438^10.832^7.223^31^28.35^~1 oz~^20.00^~1 cookie, (3" dia)~^0 ~18190~^~COOKIES,PNUT BUTTER SNDWCH,REG~^2.80^478^8.80^21.10^1.60^65.60^1.9^35.44^53^2.60^49^188^192^368^1.06^0.237^0.912^7.7^0.1^0.325^0.263^3.739^0.915^0.139^61^46^15^93^18.7^0.23^4^1^1^0^0^0^0^7^1.87^3.9^4.995^11.191^3.795^0^28.35^~1 oz~^14.00^~1 cookie~^0 ~18191~^~COOKIES,RAISIN,SOFT-TYPE~^13.10^401^4.10^13.60^1.20^68.00^1.2^47.56^46^2.29^21^83^140^338^0.32^0.413^0.305^2.8^0.4^0.216^0.206^1.967^0.244^0.052^32^23^9^48^14.7^0.03^28^8^8^0^1^1^0^37^2.22^3.9^3.460^7.649^1.756^2^28.35^~1 oz~^15.00^~1 cookie~^0 ~18192~^~COOKIES,SHORTBREAD,COMMLY PREP,PLN~^3.70^502^6.10^24.10^1.50^64.50^1.8^15.08^35^2.74^17^108^100^455^0.53^0.144^0.428^7.3^0.0^0.330^0.329^3.339^0.302^0.081^70^61^9^113^14.2^0.09^86^18^17^8^13^1^0^203^0.33^9.8^6.106^13.420^3.233^20^28.35^~1 oz~^8.00^~1 cookie, (1-5/8" square)~^0 ~18193~^~COOKIES,SHORTBREAD,COMMLY PREP,PECAN~^3.30^542^4.90^32.50^1.00^58.30^1.8^^30^2.43^18^85^73^281^0.58^0.152^0.617^3.2^0.0^0.293^0.220^2.481^0.377^0.020^63^55^8^102^^0.01^3^1^1^^^^^^^^8.204^18.628^4.122^33^28.35^~1 oz~^14.00^~1 cookie, (2" dia)~^0 ~18196~^~COOKIES,BROWNIES,DRY MIX,SPL DIETARY~^3.50^426^2.90^12.50^0.70^80.40^4.2^^12^1.52^4^57^335^83^0.14^0.026^0.201^2.0^0.0^0.139^0.109^1.240^0.091^0.008^48^45^3^80^3.3^0.00^0^0^0^^^^^^^^2.018^5.233^4.577^0^28.35^~1 oz~^241.00^~1 package, (8.5 oz)~^0 ~18197~^~COOKIES,BROWNIES,DRY MIX,SPL DIETARY,PREP~^13.00^384^3.80^11.10^0.70^71.30^3.7^0.09^12^1.35^6^52^314^94^0.13^0.026^0.406^2.7^0.0^0.099^0.140^0.999^0.066^0.007^43^41^2^72^3.0^0.02^0^0^0^0^0^0^0^0^0.00^0.0^5.096^4.573^0.806^0^28.35^~1 oz~^22.00^~1 brownie, (2" square)~^0 ~18198~^~COOKIES,CHOC CHIP,COMMLY PREP,SPL DIETARY~^5.10^450^3.90^16.80^0.70^73.40^1.6^39.81^46^3.50^21^109^199^11^0.47^0.218^0.365^2.6^0.0^0.373^0.188^2.843^0.201^0.018^54^48^6^88^6.7^0.00^3^1^1^0^0^0^0^3^1.06^4.0^4.183^6.730^5.035^0^28.35^~1 oz~^7.00^~1 cookie, medium (1-5/8" dia)~^0 ~19080~^~CANDIES,SEMISWEET CHOC~^0.70^479^4.20^30.00^1.20^63.10^5.9^54.50^32^3.13^115^132^365^11^1.62^0.700^0.800^4.2^0.0^0.055^0.090^0.427^0.105^0.035^13^0^13^13^22.0^0.00^0^0^0^0^0^0^0^18^0.26^5.6^17.750^9.966^0.966^0^168.00^~1 cup, chips (6 oz package)~^182.00^~1 cup, large chips~^0 ~19081~^~CANDIES,SWEET CHOCOLATE~^0.50^505^3.90^34.20^1.00^59.60^5.5^51.48^24^2.76^113^147^290^16^1.50^0.574^0.494^2.8^0.0^0.020^0.240^0.670^0.071^0.043^3^0^3^3^29.9^0.00^0^0^0^0^0^0^0^18^0.26^6.3^20.080^11.220^0.990^0^28.35^~1 oz~^41.00^~1 bar, (1.45 oz)~^0 ~19083~^~CANDIES,SWT CHOC COATD FONDANT~^7.70^366^2.20^9.30^0.40^80.40^2.1^71.42^17^1.56^63^95^168^26^0.45^0.430^0.400^1.6^0.0^0.026^0.058^0.575^0.024^0.010^3^0^3^3^2.8^0.00^0^0^0^0^0^0^0^4^0.13^2.1^5.460^3.090^0.300^0^43.00^~1 patty, large~^11.00^~1 patty, small~^0 ~19084~^~CANDIES,HERSHEY'S GOLDEN ALMOND SOLITAIRES~^^570^11.97^37.13^^46.91^4.4^37.13^203^2.50^^^^52^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^15.230^^^13^41.00^~13 pieces~^^~~^0 ~19085~^~CANDIES,CONFECTIONER'S COATING,BUTTERSCOTCH~^0.75^539^2.20^29.05^0.90^67.10^0.0^67.10^34^0.08^5^31^64^89^0.11^0.003^0.002^1.3^0.1^0.015^0.075^0.049^0.148^0.016^1^0^1^1^10.9^0.10^1^0^0^0^0^0^0^0^0.68^6.5^24.100^2.271^1.041^0^170.00^~1 cup, chips~^28.35^~1 oz~^0 ~19086~^~CANDIES,CONFECTIONER'S COATING,PNUT BUTTER~^2.67^529^18.30^29.80^2.35^46.88^5.0^38.30^110^1.70^110^310^505^250^2.00^0.400^1.400^3.9^0.3^0.232^0.200^8.200^1.056^0.170^77^0^77^77^30.0^0.20^1^0^0^0^0^0^0^0^1.36^7.3^13.120^12.829^2.053^1^168.00^~1 cup, chips~^28.35^~1 oz~^0 ~19087~^~CANDIES,WHITE CHOC~^1.30^539^5.87^32.09^1.50^59.24^0.2^59.00^199^0.24^12^176^286^90^0.74^0.060^0.008^4.5^0.5^0.063^0.282^0.745^0.608^0.056^7^0^7^7^29.5^0.56^30^9^9^0^0^0^0^0^0.96^9.1^19.412^9.097^1.013^21^170.00^~1 cup, chips~^85.00^~1 bar, (3 oz)~^0 ~19088~^~ICE CREAMS,VANILLA,LT~^63.51^165^4.78^4.83^1.07^25.80^0.3^22.12^161^0.19^14^103^208^74^0.73^0.017^0.005^2.0^1.2^0.053^0.255^0.136^0.481^0.045^6^0^6^6^26.0^0.47^448^128^127^0^14^0^0^0^0.12^0.4^2.927^1.281^0.219^27^76.00^~1 serving, 1/2 cup~^^~~^0 ~19089~^~ICE CREAMS,VANILLA,RICH~^57.20^249^3.50^16.20^0.81^22.29^0.0^20.65^117^0.34^11^105^157^61^0.47^0.008^0.004^3.5^0.0^0.041^0.167^0.082^0.460^0.045^8^0^8^8^26.0^0.39^653^182^179^1^32^1^0^34^0.51^1.3^10.329^4.460^0.680^92^106.50^~.5 cup~^^~~^0 ~19090~^~ICE CREAMS,FRENCH VANILLA,SOFT-SERVE~^59.80^222^4.10^13.00^0.90^22.20^0.7^21.16^131^0.21^12^116^177^61^0.52^0.030^0.005^3.0^0.8^0.049^0.182^0.095^0.506^0.048^9^0^9^9^26.0^0.50^589^162^159^5^30^5^0^151^0.61^0.9^7.480^3.490^0.450^91^86.00^~.5 cup, (4 fl oz)~^^~~^0 ~19091~^~CANDIES,YORK PEPPERMINT PATTIE~^9.03^384^2.19^7.17^0.14^80.99^2.0^63.78^11^0.92^^0^111^28^^^^^0.0^^^^^^^^^^^^7^^^^^^^^^^4.340^0.410^0.110^1^42.50^~1 patty, 1.5 oz~^^~~^0 ~19092~^~CANDIES,TWIZZLERS NIBS CHERRY BITS~^15.00^347^2.30^2.64^0.57^79.37^0.6^51.35^8^0.28^^24^37^195^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.540^1.880^0.140^0^40.00^~27 pieces~^^~~^0 ~19093~^~CANDIES,SYMPHONY MILK CHOC BAR~^0.94^531^8.51^30.57^1.61^58.01^1.7^53.96^251^0.91^^206^438^101^^^^^2.2^^^^^^^^^^^^229^^^^^^^^^^18.340^7.910^0.690^24^42.00^~1 bar, 1.5 oz~^68.00^~1 bar, 2.4 oz~^0 ~19094~^~DESSERTS,FLAN,CARAMEL CUSTARD,PREPARED-FROM-RECIPE~^68.05^146^4.53^4.03^0.62^22.69^0.0^23.15^83^0.38^9^96^118^53^0.47^0.028^0.010^8.7^0.0^0.032^0.210^0.082^0.514^0.044^9^0^9^9^^0.36^161^46^45^0^5^2^0^65^0.23^0.2^1.799^1.266^0.392^90^153.00^~.5 cup~^1531.00^~1 recipe, yield~^0 ~19095~^~ICE CREAMS,VANILLA~^61.00^207^3.50^11.00^0.90^23.60^0.7^21.22^128^0.09^14^105^199^80^0.69^0.023^0.008^1.8^0.6^0.041^0.240^0.116^0.581^0.048^5^0^5^5^26.0^0.39^421^118^116^0^19^0^0^0^0.30^0.3^6.790^2.969^0.452^44^66.00^~1 serving, 1/2 cup~^^~~^0 ~19096~^~ICE CREAMS,VANILLA,LT,SOFT-SERVE~^69.60^126^4.90^2.60^1.10^21.80^0.0^10.84^157^0.06^14^121^221^70^0.53^0.027^0.008^3.6^0.9^0.052^0.198^0.118^0.447^0.046^5^0^5^5^20.3^0.50^103^29^28^0^5^0^0^0^0.06^0.4^1.630^0.760^0.100^12^88.00^~1 serving, 1/2 cup~^^~~^0 ~15204~^~PIKE,WALLEYE,CKD,DRY HEAT~^73.47^119^24.54^1.56^1.54^0.00^0.0^^141^1.67^38^269^499^65^0.79^0.228^1.026^16.2^0.0^0.312^0.195^2.801^0.865^0.138^17^0^17^17^^2.31^81^24^24^^^^^^^^0.319^0.377^0.573^110^124.00^~1 fillet~^85.00^~3 oz~^0 ~15205~^~POLLOCK,ATLANTIC,CKD,DRY HEAT~^72.03^118^24.92^1.26^1.81^0.00^0.0^^77^0.59^86^283^456^110^0.60^0.064^0.019^46.8^0.0^0.054^0.225^3.983^0.413^0.331^3^0^3^3^^3.68^40^12^12^^^^^^^^0.170^0.143^0.622^91^151.00^~.5 fillet~^85.00^~3 oz~^0 ~15206~^~POUT,OCEAN,CKD,DRY HEAT~^76.10^102^21.33^1.17^1.45^0.00^0.0^^13^0.36^17^256^513^78^1.32^0.041^0.019^46.8^0.0^0.092^0.073^2.558^0.173^0.277^8^0^8^8^^1.04^46^14^14^^^^^^^^0.410^0.422^0.041^67^137.00^~.5 fillet~^85.00^~3 oz~^0 ~15207~^~ROE,MXD SP,CKD,DRY HEAT~^58.63^204^28.62^8.23^1.76^1.92^0.0^^28^0.77^26^515^283^117^1.28^0.128^0.013^51.7^16.4^0.277^0.949^2.192^1.154^0.185^92^0^92^92^^11.54^303^91^91^^^^^^^^1.866^2.129^3.404^479^28.35^~1 oz~^85.00^~3 oz~^0 ~15208~^~SABLEFISH,COOKED,DRY HEAT~^62.85^250^17.19^19.62^1.35^0.00^0.0^^45^1.64^71^215^459^72^0.41^0.028^0.019^46.8^0.0^0.122^0.115^5.128^0.865^0.346^17^0^17^17^^1.44^338^102^102^^^^^^^^4.099^10.328^2.618^63^151.00^~.5 fillet~^85.00^~3 oz~^0 ~15209~^~SALMON,ATLANTIC,WILD,CKD,DRY HEAT~^59.62^182^25.44^8.13^3.26^0.00^0.0^^15^1.03^37^256^628^56^0.82^0.321^0.021^46.8^0.0^0.275^0.487^10.077^1.920^0.944^29^0^29^29^^3.05^44^13^13^^^^^^^^1.257^2.697^3.256^71^154.00^~.5 fillet~^85.00^~3 oz~^0 ~15210~^~SALMON,CHINOOK,CKD,DRY HEAT~^65.60^231^25.72^13.38^1.76^0.00^0.0^^28^0.91^122^371^505^60^0.56^0.053^0.019^46.8^4.1^0.044^0.154^10.045^0.865^0.462^35^0^35^35^^2.87^496^149^149^^^^^^^^3.214^5.742^2.662^85^154.00^~.5 fillet~^85.00^~3 oz~^0 ~15211~^~SALMON,CHUM,CKD,DRY HEAT~^68.44^154^25.82^4.83^1.51^0.00^0.0^^14^0.71^28^363^550^64^0.60^0.071^0.019^46.8^0.0^0.092^0.219^8.526^0.865^0.462^5^0^5^5^^3.46^114^34^34^^^^^^^^1.077^1.976^1.152^95^154.00^~.5 fillet~^85.00^~3 oz~^0 ~15212~^~SALMON,PINK,CKD,DRY HEAT~^69.68^149^25.56^4.42^1.56^0.00^0.0^^17^0.99^33^295^414^86^0.71^0.099^0.019^57.2^0.0^0.196^0.073^8.526^0.865^0.231^5^0^5^5^^3.46^136^41^41^^^^^^^^0.715^1.197^1.733^67^124.00^~.5 fillet~^85.00^~3 oz~^0 ~15213~^~SCUP,COOKED,DRY HEAT~^68.42^135^24.21^3.50^1.55^0.00^0.0^^51^0.68^29^237^368^54^0.62^0.065^0.045^46.8^0.0^0.127^0.122^4.994^0.865^0.346^17^0^17^17^^1.62^104^31^31^^^^^^^^^^^67^50.00^~1 fillet~^85.00^~3 oz~^0 ~15214~^~SEATROUT,MXD SP,CKD,DRY HEAT~^71.91^133^21.46^4.63^1.62^0.00^0.0^^22^0.35^40^321^437^74^0.58^0.038^0.019^46.8^0.0^0.069^0.207^2.923^0.865^0.462^6^0^6^6^^3.46^115^35^35^^^^^^^^1.293^1.133^0.929^106^186.00^~1 fillet~^85.00^~3 oz~^0 ~15215~^~SHAD,AMERICAN,CKD,DRY HEAT~^59.22^252^21.71^17.65^1.69^0.00^0.0^^60^1.24^38^349^492^65^0.47^0.082^0.054^46.8^0.0^0.183^0.308^10.769^0.865^0.462^17^0^17^17^^0.14^120^36^36^^^^^^^^^^^96^144.00^~1 fillet~^85.00^~3 oz~^0 ~15216~^~SPOT,COOKED,DRY HEAT~^69.17^158^23.73^6.28^1.36^0.00^0.0^^18^0.41^54^238^636^37^0.65^0.059^0.045^46.8^0.0^0.185^0.268^8.526^0.865^0.462^6^0^6^6^^3.46^115^35^35^^^^^^^^1.859^1.706^1.398^77^50.00^~1 fillet~^85.00^~3 oz~^0 ~15217~^~SUCKER,WHITE,CKD,DRY HEAT~^73.99^119^21.49^2.97^1.87^0.00^0.0^^90^1.67^38^269^487^51^0.96^0.250^0.769^16.2^0.0^0.012^0.085^1.462^0.865^0.231^17^0^17^17^^2.31^196^59^59^^^^^^^^0.579^0.905^1.035^53^124.00^~1 fillet~^85.00^~3 oz~^0 ~15218~^~SUNFISH,PUMPKIN SD,CKD,DRY HEAT~^73.72^114^24.87^0.90^1.41^0.00^0.0^^103^1.54^38^231^449^103^1.99^0.385^0.897^16.2^1.0^0.092^0.085^1.462^0.865^0.138^17^0^17^17^^2.31^58^17^17^^^^^^^^0.178^0.150^0.315^86^37.00^~1 fillet~^85.00^~3 oz~^0 ~15219~^~TROUT,MXD SP,CKD,DRY HEAT~^63.36^190^26.63^8.47^1.50^0.00^0.0^^55^1.92^28^314^463^67^0.85^0.241^1.091^16.2^0.5^0.426^0.423^5.769^2.238^0.231^15^0^15^15^^7.49^63^19^19^^^^^^^^1.474^4.172^1.922^74^62.00^~1 fillet~^85.00^~3 oz~^0 ~15220~^~TUNA,SKIPJACK,FRSH,CKD,DRY HEAT~^62.28^132^28.21^1.29^1.67^0.00^0.0^^37^1.60^44^285^522^47^1.05^0.110^0.019^46.8^1.0^0.038^0.122^18.756^0.485^0.981^10^0^10^10^^2.19^60^18^18^^^^^^^^0.420^0.243^0.403^60^154.00^~.5 fillet~^85.00^~3 oz~^0 ~15221~^~TUNA,YELLOWFIN,FRSH,CKD,DRY HEAT~^62.81^139^29.97^1.22^1.72^0.00^0.0^^21^0.94^64^245^569^47^0.67^0.082^0.019^46.8^1.0^0.501^0.057^11.936^0.865^1.038^2^0^2^2^^0.60^68^20^20^^^^^^^^0.301^0.197^0.364^58^85.00^~3 oz~^^~~^0 ~15222~^~TURBOT,EUROPEAN,CKD,DRY HEAT~^70.45^122^20.58^3.78^2.69^0.00^0.0^^23^0.46^65^165^305^192^0.28^0.047^0.022^46.8^1.7^0.076^0.097^2.679^0.658^0.242^9^0^9^9^^2.54^40^12^12^^^^^^^^^^^62^159.00^~.5 fillet~^85.00^~3 oz~^0 ~15223~^~WHITEFISH,MXD SP,CKD,DRY HEAT~^65.09^172^24.47^7.51^1.44^0.00^0.0^^33^0.47^42^346^406^65^1.27^0.092^0.086^16.2^0.0^0.171^0.154^3.846^0.865^0.346^17^0^17^17^^0.96^131^39^39^^^^^^^^1.162^2.559^2.755^77^154.00^~1 fillet~^85.00^~3 oz~^0 ~15224~^~WOLFFISH,ATLANTIC,CKD,DRY HEAT~^74.23^123^22.44^3.06^1.49^0.00^0.0^^8^0.12^38^256^385^109^1.00^0.037^0.019^46.8^0.0^0.208^0.097^2.598^0.658^0.462^6^0^6^6^^2.35^433^130^130^^^^^^^^0.468^1.072^1.083^59^119.00^~.5 fillet~^85.00^~3 oz~^0 ~15225~^~YELLOWTAIL,MXD SP,CKD,DRY HEAT~^67.33^187^29.67^6.72^1.40^0.00^0.0^^29^0.63^38^201^538^50^0.67^0.058^0.019^46.8^2.9^0.175^0.051^8.718^0.681^0.185^4^0^4^4^^1.25^104^31^31^^^^^^^^^^^71^146.00^~.5 fillet~^85.00^~3 oz~^0 ~15226~^~CRAB,DUNGENESS,CKD,MOIST HEAT~^73.31^110^22.32^1.24^2.18^0.95^0.0^^59^0.43^58^175^408^378^5.47^0.734^0.097^47.6^3.6^0.057^0.203^3.623^0.404^0.173^42^0^42^42^^10.38^104^31^31^^^^^^^^0.168^0.214^0.407^76^85.00^~3 oz~^127.00^~1 crab~^0 ~15227~^~CRAB,QUEEN,CKD,MOIST HEAT~^75.10^115^23.72^1.51^2.56^0.00^0.0^^33^2.88^63^128^200^691^3.59^0.621^0.037^44.4^7.2^0.097^0.244^2.885^0.404^0.173^42^0^42^42^^10.38^173^52^52^^^^^^^^0.183^0.328^0.540^71^85.00^~3 oz~^^~~^0 ~15228~^~SPINY LOBSTER,MXD SP,CKD,MOIST HEAT~^66.76^143^26.41^1.94^1.78^3.12^0.0^^63^1.41^51^229^208^227^7.27^0.415^0.018^59.2^2.1^0.009^0.056^4.898^0.404^0.173^1^0^1^1^^4.04^20^6^6^^^^^^^^0.303^0.353^0.756^90^163.00^~1 lobster~^85.00^~3 oz~^0 ~15229~^~CUTTLEFISH,MXD SP,CKD,MOIST HEAT~^61.12^158^32.48^1.40^3.36^1.64^0.0^^180^10.84^60^580^637^744^3.46^0.998^0.209^89.6^8.5^0.017^1.729^2.189^0.900^0.270^24^0^24^24^^5.40^675^203^203^^^^^^^^0.236^0.162^0.268^224^85.00^~3 oz~^^~~^0 ~15230~^~OCTOPUS,COMMON,CKD,MOIST HEAT~^60.50^164^29.82^2.08^3.20^4.40^0.0^0.00^106^9.54^60^279^630^460^3.36^0.739^0.047^89.6^8.0^0.057^0.076^3.780^0.900^0.648^24^0^24^24^81.0^36.00^300^90^90^0^0^0^0^0^1.20^0.1^0.453^0.324^0.477^96^85.00^~3 oz~^^~~^0 ~15231~^~OYSTER,PACIFIC,CKD,MOIST HEAT~^64.12^163^18.90^4.60^2.46^9.90^0.0^0.00^16^9.20^44^243^302^212^33.24^2.679^1.222^154.0^12.8^0.127^0.443^3.618^0.900^0.090^15^0^15^15^^28.80^487^146^146^0^0^0^0^0^0.85^0.1^1.020^0.776^1.788^100^25.00^~1 medium~^85.00^~3 oz~^0 ~15232~^~ROUGHY,ORANGE,CKD,DRY HEAT~^66.97^105^22.64^0.90^0.99^0.00^0.0^0.00^11^1.13^18^102^181^69^0.32^0.075^0.037^88.3^0.0^0.045^0.063^1.820^0.056^0.067^5^0^5^5^^0.47^80^24^24^0^0^0^0^0^1.87^1.1^0.034^0.439^0.184^80^85.00^~3 oz~^^~~^0 ~15233~^~CATFISH,CHANNEL,WILD,CKD,DRY HEAT~^77.67^105^18.47^2.85^1.15^0.00^0.0^^11^0.35^28^304^419^50^0.61^0.039^0.027^14.3^0.8^0.227^0.067^2.385^0.910^0.106^10^0^10^10^^2.90^50^15^15^^^^^^^^0.744^1.099^0.636^72^143.00^~1 fillet~^85.00^~3 oz~^0 ~15234~^~CATFISH,CHANNEL,FARMED,RAW~^75.38^135^15.55^7.59^1.00^0.00^0.0^0.00^9^0.50^23^202^299^53^0.74^0.101^0.018^12.6^0.6^0.361^0.075^2.304^0.600^0.188^10^0^10^10^65.0^2.47^50^15^15^0^0^0^0^0^1.20^0.1^1.768^3.586^1.568^47^159.00^~1 fillet~^85.00^~3 oz~^0 ~15235~^~CATFISH,CHANNEL,FARMED,CKD,DRY HEAT~^71.58^152^18.72^8.02^1.17^0.00^0.0^^9^0.82^26^245^321^80^1.05^0.122^0.020^14.5^0.8^0.420^0.073^2.513^0.617^0.163^7^0^7^7^^2.80^50^15^15^^^^^^^^1.789^4.155^1.392^64^143.00^~1 fillet~^85.00^~3 oz~^0 ~15236~^~SALMON,ATLANTIC,FARMED,RAW~^64.89^208^20.42^13.42^1.13^0.00^0.0^^9^0.34^27^240^363^59^0.36^0.045^0.011^24.0^3.9^0.207^0.155^8.672^1.547^0.636^26^0^26^26^78.5^3.23^50^^^^^^^^3.55^0.5^3.050^3.770^3.886^55^198.00^~.5 fillet~^85.00^~3 oz~^ ~15237~^~SALMON,ATLANTIC,FARMED,CKD,DRY HEAT~^64.75^206^22.10^12.35^1.15^0.00^0.0^^15^0.34^30^252^384^61^0.43^0.049^0.016^41.4^3.7^0.340^0.135^8.045^1.475^0.647^34^0^34^34^^2.80^50^^^^^^^^^^2.504^4.432^4.426^63^178.00^~.5 fillet~^85.00^~3 oz~^ ~15238~^~SALMON,COHO,FARMED,RAW~^70.47^160^21.27^7.67^1.30^0.00^0.0^^12^0.34^31^292^450^47^0.43^0.048^0.012^12.6^1.1^0.090^0.110^6.813^1.140^0.660^13^0^13^13^^2.67^188^56^56^^^^^^^^1.816^3.330^1.861^51^159.00^~1 fillet~^85.00^~3 oz~^0 ~15239~^~SALMON,COHO,FARMED,CKD,DRY HEAT~^67.00^178^24.30^8.23^1.40^0.00^0.0^^12^0.39^34^332^460^52^0.47^0.089^0.021^14.1^1.5^0.100^0.113^7.393^1.273^0.568^14^0^14^14^^3.17^197^59^59^^^^^^^^1.944^3.618^1.963^63^143.00^~1 fillet~^85.00^~3 oz~^0 ~17089~^~VEAL,COMP OF RTL CUTS,LN&FAT,CKD~^57.08^231^30.10^11.39^1.20^0.00^0.0^0.00^22^1.15^26^239^325^87^4.76^0.114^0.036^12.3^0.0^0.060^0.320^7.970^1.260^0.310^15^0^15^15^116.6^1.57^0^0^0^0^0^0^0^0^0.40^6.6^4.280^4.400^0.800^114^209.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^28 ~17090~^~VEAL,COMP OF RTL CUTS,LN,RAW~^75.91^112^20.20^2.87^1.08^0.00^0.0^^15^0.85^25^211^328^86^3.23^0.113^0.029^8.6^0.0^0.080^0.280^7.830^1.370^0.430^13^0^13^13^^1.40^0^0^0^^^^^^0.26^^0.860^0.920^0.300^83^28.35^~1 oz~^453.60^~1 lb~^35 ~17091~^~VEAL,COMP OF RTL CUTS,LN,CKD~^60.16^196^31.90^6.58^1.23^0.00^0.0^0.00^24^1.16^28^250^338^89^5.10^0.120^0.038^13.0^0.0^0.060^0.340^8.420^1.330^0.330^16^0^16^16^123.0^1.65^0^0^0^0^0^0^0^0^0.42^6.6^1.840^2.350^0.590^118^192.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^34 ~17092~^~VEAL,COMP OF RTL CUTS,FAT,RAW~^24.77^638^6.02^67.83^0.43^0.00^0.0^^7^0.60^5^73^107^26^0.54^0.039^0.010^5.5^0.0^0.020^0.080^2.370^0.420^0.150^4^0^4^4^^0.43^0^0^0^^^^^^0.31^^32.920^28.440^3.280^73^28.35^~1 oz~^453.60^~1 lb~^0 ~17093~^~VEAL,COMP OF RTL CUTS,FAT,CKD~^21.65^642^9.42^66.74^0.82^0.00^0.0^^4^1.00^10^116^173^57^0.87^0.044^0.012^5.5^0.0^0.020^0.120^2.790^0.450^0.110^5^0^5^5^^0.55^0^0^0^^^^^^0.25^^32.390^27.980^3.230^73^290.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17094~^~VEAL,LEG (TOP RND),LN&FAT,RAW~^74.80^117^20.98^3.08^1.12^0.00^0.0^0.00^5^0.79^26^220^367^63^2.30^0.108^0.029^9.0^0.0^0.080^0.270^9.420^1.070^0.460^14^0^14^14^89.5^1.04^0^0^0^0^0^0^0^0^0.30^3.9^1.180^1.120^0.240^78^28.35^~1 oz~^453.60^~1 lb~^0 ~17095~^~VEAL,LEG (TOP RND),LN&FAT,CKD,BRSD~^55.49^211^36.16^6.33^1.95^0.00^0.0^0.00^8^1.32^29^249^383^67^3.96^0.140^0.039^15.4^0.0^0.060^0.350^10.560^1.020^0.360^18^0^18^18^141.2^1.17^0^0^0^0^0^0^0^0^0.49^7.0^2.530^2.360^0.470^134^272.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17096~^~VEAL,LEG (TOP RND),LN&FAT,CKD,PAN-FRIED,BREADED~^51.31^238^27.29^9.18^2.31^9.91^0.3^0.57^39^1.64^31^250^371^454^2.75^0.073^0.135^16.5^0.0^0.160^0.350^10.340^1.070^0.400^27^8^19^33^113.2^1.24^34^10^10^0^0^0^0^0^0.53^5.1^3.060^3.390^1.490^112^295.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17097~^~VEAL,LEG (TOP RND),LN&FAT,CKD,PAN-FRIED,NOT BREADED~^58.34^211^31.75^8.35^1.40^0.00^0.0^0.00^6^0.88^31^279^425^76^3.23^0.062^0.031^13.4^0.0^0.070^0.350^12.050^1.170^0.490^15^0^15^15^123.2^1.45^0^0^0^0^0^0^0^0^0.42^5.0^3.160^3.230^0.580^105^304.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17098~^~VEAL,LEG (TOP RND),LN&FAT,CKD,RSTD~^66.10^160^27.70^4.65^1.49^0.00^0.0^0.00^6^0.91^28^234^389^68^3.04^0.129^0.030^11.2^0.0^0.060^0.320^9.930^0.990^0.310^16^0^16^16^108.2^1.17^0^0^0^0^0^0^0^0^0.49^5.5^1.840^1.730^0.350^103^358.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17099~^~VEAL,LEG (TOP RND),LN,RAW~^75.82^107^21.28^1.76^1.14^0.00^0.0^^5^0.80^27^223^372^64^2.34^0.110^0.029^9.1^0.0^0.080^0.280^9.560^1.090^0.470^14^0^14^14^^1.05^0^0^0^^^^^^0.29^^0.530^0.560^0.180^78^28.35^~1 oz~^453.60^~1 lb~^2 ~17100~^~VEAL,LEG (TOP RND),LN,CKD,BRSD~^56.18^203^36.71^5.09^1.97^0.00^0.0^^9^1.32^30^252^387^67^4.03^0.142^0.040^15.6^0.0^0.060^0.360^10.720^1.040^0.370^18^0^18^18^^1.19^0^0^0^^^^^^0.50^^1.920^1.840^0.410^135^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~17101~^~VEAL,LEG (TOP RND),LN,CKD,PAN-FRIED,BREADED~^53.14^216^28.41^6.27^2.34^9.84^0.2^0.57^39^1.64^32^258^383^455^2.87^0.074^0.137^13.5^0.0^0.160^0.360^10.800^1.110^0.420^28^8^20^34^117.9^1.28^34^10^10^0^0^0^0^0^0.53^5.1^1.600^2.160^1.350^113^295.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17102~^~VEAL,LEG (TOP RND),LN,CKD,PAN-FRIED,NOT BREADED~^60.68^183^33.17^4.62^1.44^0.00^0.0^0.00^7^0.87^32^290^442^77^3.38^0.063^0.032^10.4^0.0^0.070^0.370^12.640^1.220^0.510^16^0^16^16^128.4^1.51^0^0^0^0^0^0^0^0^0.42^5.0^1.290^1.650^0.410^107^289.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^5 ~17103~^~VEAL,LEG (TOP RND),LN,CKD,RSTD~^67.01^150^28.07^3.39^1.50^0.00^0.0^^6^0.90^28^236^393^68^3.08^0.130^0.031^11.9^0.0^0.060^0.330^10.080^1.000^0.310^16^0^16^16^^1.18^0^0^0^^^^^^0.55^^1.220^1.190^0.290^103^351.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~17104~^~VEAL,LOIN,LN&FAT,RAW~^70.38^163^18.89^9.14^1.03^0.00^0.0^0.00^16^0.73^23^199^304^85^2.32^0.094^0.027^8.5^0.0^0.070^0.240^8.480^1.300^0.530^13^0^13^13^82.9^1.11^0^0^0^0^0^0^0^0^0.26^5.5^3.880^3.540^0.610^79^28.35^~1 oz~^125.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^36 ~17105~^~VEAL,LOIN,LN&FAT,CKD,BRSD~^52.02^284^30.19^17.21^1.11^0.00^0.0^0.00^28^1.09^24^220^280^80^3.63^0.091^0.034^13.2^0.0^0.040^0.300^9.030^0.790^0.260^14^0^14^14^113.8^1.21^0^0^0^0^0^0^0^0^0.40^7.0^6.730^6.730^1.160^118^85.00^~3 oz~^80.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^36 ~17106~^~VEAL,LOIN,LN&FAT,CKD,RSTD~^60.73^217^24.80^12.32^1.38^0.00^0.0^0.00^19^0.87^25^212^325^93^3.03^0.110^0.029^11.0^0.0^0.050^0.280^8.860^1.200^0.340^15^0^15^15^99.7^1.24^0^0^0^0^0^0^0^0^0.44^5.5^5.260^4.780^0.810^103^229.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^36 ~17107~^~VEAL,LOIN,LN,RAW~^74.89^116^20.17^3.34^1.09^0.00^0.0^^17^0.75^25^211^324^91^2.49^0.100^0.029^8.8^0.0^0.070^0.260^9.080^1.390^0.560^14^0^14^14^^1.18^0^0^0^^^^^^0.26^^1.010^1.070^0.340^80^28.35^~1 oz~^113.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^42 ~17108~^~VEAL,LOIN,LN,CKD,BRSD~^56.96^226^33.57^9.15^1.15^0.00^0.0^0.00^32^1.10^27^237^297^84^4.09^0.099^0.038^14.4^0.0^0.050^0.340^10.050^0.850^0.280^15^0^15^15^125.4^1.32^0^0^0^0^0^0^0^0^0.42^7.0^2.550^3.270^0.820^125^85.00^~3 oz~^69.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^45 ~17109~^~VEAL,LOIN,LN,CKD,RSTD~^64.59^175^26.32^6.94^1.43^0.00^0.0^0.00^21^0.85^26^222^340^96^3.24^0.117^0.030^11.6^0.0^0.060^0.300^9.460^1.270^0.370^16^0^16^16^105.3^1.31^0^0^0^0^0^0^0^0^0.49^5.5^2.580^2.490^0.570^106^208.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^42 ~17110~^~VEAL,RIB,LN&FAT,RAW~^71.15^162^18.86^9.01^0.97^0.00^0.0^^13^0.86^22^184^290^89^3.24^0.102^0.027^8.2^0.0^0.070^0.230^6.680^1.130^0.420^12^0^12^12^^1.29^0^0^0^^^^^^0.21^^3.710^3.430^0.630^82^28.35^~1 oz~^453.60^~1 lb~^35 ~17111~^~VEAL,RIB,LN&FAT,CKD,BRSD~^53.33^251^32.43^12.53^1.68^0.00^0.0^0.00^22^1.41^25^210^306^95^5.57^0.132^0.038^13.9^0.0^0.050^0.290^7.500^1.070^0.320^16^0^16^16^126.3^1.45^0^0^0^0^0^0^0^0^0.34^7.0^4.950^4.650^0.940^139^177.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^37 ~17112~^~VEAL,RIB,LN&FAT,CKD,RSTD~^59.91^228^23.96^13.96^1.05^0.00^0.0^^11^0.97^22^197^295^92^4.09^0.099^0.030^10.5^0.0^0.050^0.270^6.980^1.280^0.250^13^0^13^13^^1.46^0^0^0^^^^^^0.35^^5.410^5.440^0.950^110^240.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^33 ~17113~^~VEAL,RIB,LN,RAW~^75.18^120^19.97^3.89^1.02^0.00^0.0^^14^0.88^23^194^306^95^3.47^0.108^0.029^8.5^0.0^0.070^0.240^7.050^1.190^0.440^13^0^13^13^^1.36^0^0^0^^^^^^0.21^^1.170^1.250^0.400^83^28.35^~1 oz~^453.60^~1 lb~^40 ~17114~^~VEAL,RIB,LN,CKD,BRSD~^56.08^218^34.44^7.81^1.76^0.00^0.0^0.00^24^1.45^26^218^318^99^5.98^0.140^0.040^14.6^0.0^0.060^0.310^7.910^1.130^0.340^16^0^16^16^133.6^1.53^0^0^0^0^0^0^0^0^0.35^7.0^2.560^2.620^0.740^144^163.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^42 ~17115~^~VEAL,RIB,LN,CKD,RSTD~^64.64^177^25.76^7.44^1.08^0.00^0.0^^12^0.96^24^207^311^97^4.49^0.106^0.032^11.1^0.0^0.060^0.290^7.500^1.380^0.270^14^0^14^14^^1.58^0^0^0^^^^^^0.36^^2.080^2.660^0.670^115^215.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^40 ~18199~^~COOKIES,CHOC SNDWCH,W/CREME FILLING,SPL DIETARY~^4.20^461^4.50^22.10^1.20^67.70^4.1^23.53^98^4.72^26^200^295^243^0.58^0.220^0.403^3.7^0.0^0.524^0.292^3.971^0.359^0.033^72^62^10^115^5.5^0.04^4^1^1^0^0^0^0^2^1.82^5.8^3.825^9.228^7.940^0^28.35^~1 oz~^10.00^~1 cookie~^0 ~18200~^~COOKIES,OATMEAL,COMMLY PREP,SPL DIETARY~^6.50^449^4.80^18.00^0.70^69.90^2.9^31.65^54^4.07^17^122^175^9^0.49^0.151^0.640^4.4^0.3^0.460^0.211^3.236^0.285^0.026^46^39^8^74^12.0^0.00^19^1^0^0^3^18^2^49^1.52^7.0^2.693^7.550^6.784^0^28.35^~1 oz~^7.00^~1 cookie, medium (1-5/8" dia)~^0 ~18201~^~COOKIES,PNUT BUTTER SNDWCH,SPL DIETARY~^3.70^535^10.00^34.00^1.40^50.80^^^43^2.55^51^154^294^412^1.03^0.267^0.705^3.5^0.0^0.346^0.148^5.259^0.507^0.078^54^21^33^69^^0.01^0^0^0^^^^^^^^4.937^15.391^12.026^0^28.35^~1 oz~^10.00^~1 cookie~^0 ~18202~^~COOKIES,SUGAR WAFERS W/CREME FILLING,SPL DIETARY~^4.40^502^3.10^25.70^0.90^66.00^^^53^1.44^6^34^61^9^0.20^0.038^0.254^6.3^0.0^0.164^0.107^1.533^0.098^0.009^42^38^4^69^^0.00^0^0^0^^^^^^^^3.829^10.932^9.684^0^28.35^~1 oz~^4.00^~1 wafer~^0 ~18203~^~COOKIES,SUGAR,COMMLY PREP,SPL DIETARY~^5.70^431^4.10^13.00^0.40^76.80^0.9^34.17^25^4.01^9^73^104^3^0.34^0.150^0.343^2.8^0.0^0.481^0.232^3.659^0.247^0.018^70^63^7^114^4.7^0.00^0^0^0^0^0^0^0^1^0.99^3.2^1.872^5.243^4.755^0^28.35^~1 oz~^7.00^~1 cookie, medium (1-5/8" dia)~^0 ~18204~^~COOKIES,SUGAR,COMMLY PREP,REG (INCL VANILLA)~^4.80^478^5.10^21.10^1.20^67.90^0.8^37.70^21^2.14^12^80^63^357^0.43^0.073^0.010^2.1^0.1^0.233^0.214^2.691^0.237^0.056^53^42^11^82^29.3^0.19^90^26^26^0^1^1^0^38^0.27^8.6^5.435^11.836^2.660^51^28.35^~1 oz~^15.00^~1 cookie~^0 ~18205~^~COOKIES,SUGAR,REFR DOUGH~^14.50^436^4.20^20.70^1.50^59.00^0.7^21.56^81^1.65^7^169^147^422^0.24^0.037^0.308^3.1^0.0^0.205^0.122^2.412^0.246^0.019^63^55^8^102^8.8^0.02^37^11^11^0^0^0^0^8^0.19^8.8^5.265^11.761^2.620^29^17.00^~1 cookie, dough for 1rolled cookie~^26.00^~1 cookie, 1 pre-sliced cookie dough~^0 ~18206~^~COOKIES,SUGAR,REFR DOUGH,BKD~^5.00^484^4.70^23.10^1.70^65.60^0.8^23.96^90^1.84^8^187^163^468^0.27^0.041^0.289^3.5^0.0^0.182^0.122^2.412^0.151^0.023^70^64^6^115^9.3^0.07^41^12^12^0^0^0^0^9^0.21^9.8^5.906^13.010^2.891^32^15.00^~1 cookie, 1 rolled cookie dough~^23.00^~1 cookie, 1 pre-sliced cookie dough~^0 ~18208~^~COOKIES,SUGAR,PREP FROM RECIPE,MADE W/MARGARINE~^8.90^472^5.90^23.40^1.80^60.00^1.2^24.86^73^2.33^12^90^77^491^0.42^0.078^0.316^17.6^0.1^0.294^0.257^2.443^0.240^0.030^61^51^11^98^27.3^0.09^1028^238^224^0^169^1^0^28^2.57^25.9^4.690^10.189^7.290^26^28.35^~1 oz~^14.00^~1 cookie, (3" dia)~^0 ~18209~^~COOKIES,SUGAR WAFERS W/CREME FILLING,REG~^1.00^511^4.10^24.30^0.50^70.10^0.6^35.44^18^1.95^11^56^59^147^0.35^0.091^0.276^2.4^0.0^0.102^0.196^2.432^0.195^0.014^52^45^7^84^3.7^0.00^0^0^0^0^0^0^0^1^1.95^6.0^3.622^10.331^9.158^0^28.35^~1 oz~^9.00^~1 wafer, large (3-1/2" x 1" x 1/2")~^0 ~18210~^~COOKIES,VANILLA SNDWCH W/CREME FILLING~^2.20^483^4.50^20.00^1.20^72.10^1.5^39.30^27^2.21^14^75^91^349^0.40^0.114^0.292^3.0^0.0^0.261^0.243^2.690^0.394^0.018^50^46^4^82^4.1^0.00^0^0^0^0^0^0^0^1^1.60^5.0^2.979^8.437^7.551^0^28.35^~1 oz~^15.00^~1 cookie, oval (3-1/8" x 1-1/4" x 3/8")~^0 ~18211~^~PUFF PASTRY,FRZ,RTB,BKD~^7.40^558^7.40^38.50^1.00^45.70^1.5^0.75^10^2.60^16^60^62^253^0.54^0.115^0.495^24.5^0.0^0.323^0.258^3.800^0.000^0.019^55^46^9^87^6.2^0.00^1^0^0^0^0^0^0^39^0.55^16.3^5.502^8.828^22.228^0^28.35^~1 oz~^245.00^~1 sheet~^0 ~18212~^~COOKIES,VANILLA WAFERS,LOWER FAT~^5.10^441^5.00^15.20^1.10^73.60^1.9^37.50^48^2.38^14^104^97^312^0.36^0.100^0.262^11.3^0.0^0.275^0.320^3.106^0.410^0.073^60^51^9^96^27.6^0.13^30^8^8^0^1^1^0^41^0.23^6.0^3.838^6.544^3.887^51^80.00^~1 cup, crumbs~^28.35^~1 oz~^0 ~18213~^~COOKIES,VANILLA WAFERS,HIGHER FAT~^4.20^473^4.30^19.40^1.00^71.10^2.0^^25^2.21^12^64^107^306^0.33^0.124^0.384^11.3^0.0^0.361^0.209^2.976^0.284^0.024^43^35^8^68^^0.04^1^0^0^^^^^^^^4.936^11.076^2.437^0^28.35^~1 oz~^6.00^~1 wafer~^0 ~18214~^~CRACKERS,CHEESE,REGULAR~^3.10^503^10.10^25.30^3.30^58.20^2.4^0.28^151^4.77^36^218^145^995^1.13^0.210^0.629^8.6^0.0^0.570^0.428^4.671^0.526^0.553^152^127^25^241^8.7^0.46^109^29^28^0^9^0^0^7^0.06^0.5^9.371^12.105^2.472^13^62.00^~1 cup, bite size~^72.00^~1 cup, crushed~^0 ~18215~^~CRACKERS,CHS,SANDWICH-TYPE W/PNUT BUTTER FILLING~^3.28^496^12.41^25.12^2.46^56.74^3.4^6.98^50^2.72^56^268^218^710^1.04^0.302^0.822^8.2^0.0^0.552^0.294^5.831^0.485^0.151^94^69^25^142^24.7^0.28^2^1^1^0^0^0^0^7^2.37^12.0^4.406^13.003^5.093^0^39.00^~6 cracker~^6.50^~1 sandwich~^0 ~18216~^~CRACKERS,CRISPBREAD,RYE~^6.10^366^7.90^1.30^2.40^82.20^16.5^1.07^31^2.43^78^269^319^264^2.39^0.255^2.475^36.6^0.0^0.243^0.145^1.040^0.676^0.210^47^25^22^65^20.2^0.00^0^0^0^0^0^0^0^194^0.81^6.0^0.145^0.165^0.557^0^55.00^~1 cup, crushed~^10.00^~1 crispbread~^0 ~18217~^~CRACKERS,MATZO,PLAIN~^4.30^395^10.00^1.40^0.60^83.70^3.0^0.29^13^3.16^25^89^112^2^0.68^0.060^0.650^36.9^0.0^0.387^0.291^3.892^0.443^0.115^17^0^17^17^10.8^0.00^0^0^0^0^0^0^0^18^0.06^0.3^0.226^0.127^0.603^0^28.35^~1 matzo~^14.18^~.5 oz~^0 ~18218~^~CRACKERS,MATZO,EGG~^6.40^391^12.30^2.10^0.60^78.60^2.8^^40^2.70^24^148^150^21^0.73^0.155^0.600^27.7^0.1^0.788^0.618^5.080^0.435^0.054^24^0^24^24^^0.19^42^13^13^^^^^^^^0.548^0.612^0.473^83^28.35^~1 matzo~^14.18^~.5 oz~^0 ~18219~^~CRACKERS,MATZO,WHOLE-WHEAT~^4.80^351^13.10^1.50^1.60^78.90^11.8^^23^4.65^134^305^316^2^2.61^0.350^3.500^75.1^0.0^0.365^0.271^5.410^1.235^0.159^35^0^35^35^^0.00^0^0^0^^^^^^^^0.243^0.194^0.653^0^28.35^~1 matzo~^14.18^~.5 oz~^0 ~18220~^~CRACKERS,MELBA TOAST,PLN~^5.10^390^12.10^3.20^3.00^76.60^6.3^0.94^93^3.70^59^196^202^829^2.01^0.289^1.130^34.8^0.0^0.413^0.273^4.113^0.693^0.098^124^98^26^193^19.8^0.00^0^0^0^0^0^0^0^74^0.43^0.9^0.445^0.782^1.282^0^30.00^~1 cup, pieces~^33.00^~1 cup, rounds~^0 ~18221~^~CRACKERS,MELBA TOAST,RYE (INCL PUMPERNICKEL)~^4.90^389^11.60^3.40^2.90^77.30^8.0^^78^3.68^39^183^193^899^1.36^0.401^0.738^38.7^0.0^0.473^0.284^4.718^0.484^0.086^85^63^22^129^^0.00^0^0^0^^^^^^^^0.453^0.907^1.347^0^14.18^~.5 oz~^5.00^~1 toast~^0 ~19097~^~SHERBET,ORANGE~^66.10^144^1.10^2.00^0.40^30.40^1.3^24.32^54^0.14^8^40^96^46^0.48^0.028^0.011^1.5^2.3^0.027^0.097^0.063^0.224^0.023^4^0^4^4^7.7^0.13^46^12^12^0^1^5^0^7^0.01^0.0^1.160^0.530^0.080^1^74.00^~.5 cup, (4 fl oz)~^66.00^~1 bar, (2.75 fl oz)~^0 ~19098~^~CANDIES,5TH AVENUE CANDY BAR~^2.30^482^8.78^23.98^1.91^62.68^3.1^47.19^73^1.20^62^141^347^225^1.12^0.210^0.050^0.6^0.4^0.140^0.090^3.900^0.540^0.110^36^0^36^36^14.9^0.18^51^14^14^0^1^0^0^0^2.70^2.7^6.650^10.600^3.390^6^56.00^~1 bar, 2 oz~^16.00^~1 bar, snack size~^0 ~19099~^~CANDIES,FONDANT,PREPARED-FROM-RECIPE~^6.74^373^0.00^0.02^0.06^93.18^0.0^88.90^3^0.01^0^0^4^11^0.04^0.003^0.000^0.6^0.0^0.005^0.016^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~19100~^~CANDIES,FUDGE,CHOC,PREPARED-FROM-RECIPE~^9.81^411^2.39^10.41^0.70^76.44^1.7^73.12^49^1.77^36^71^134^45^1.11^0.329^0.422^2.5^0.0^0.026^0.085^0.176^0.140^0.012^4^0^4^4^10.0^0.09^159^44^43^0^10^0^0^4^0.18^1.4^6.448^2.943^0.373^14^17.00^~1 piece~^^~~^0 ~19101~^~CANDIES,FUDGE,CHOC,W/ NUTS,PREPARED-FROM-RECIPE~^7.66^461^4.38^18.93^0.87^67.93^2.5^63.37^57^1.97^55^114^183^39^1.43^0.526^0.885^2.9^0.2^0.067^0.095^0.315^0.208^0.088^16^0^16^16^14.6^0.07^140^38^37^0^10^0^0^5^0.26^1.6^6.489^3.900^7.529^12^^~~^^~~^0 ~19102~^~CANDIES,FUDGE,PNUT BUTTER,PREPARED-FROM-RECIPE~^10.93^387^3.78^6.59^0.71^77.75^0.7^73.36^42^0.22^20^68^119^118^0.48^0.056^0.164^2.2^0.0^0.022^0.082^1.439^0.231^0.066^9^0^9^9^^0.14^32^9^9^0^2^0^0^0^1.01^0.1^1.721^2.867^1.588^3^16.00^~1 piece~^^~~^0 ~19103~^~CANDIES,FUDGE,VANILLA,PREPARED-FROM-RECIPE~^10.85^383^1.05^5.45^0.34^82.15^0.0^79.77^38^0.02^3^30^49^47^0.15^0.004^0.002^1.7^0.0^0.014^0.074^0.038^0.119^0.009^1^0^1^1^5.3^0.08^168^46^45^0^10^0^0^0^0.14^0.5^3.382^1.399^0.227^15^^~~^^~~^0 ~19104~^~CANDIES,FUDGE,VANILLA W/ NUTS~^7.99^435^3.00^13.69^0.54^74.61^0.9^71.00^47^0.41^24^73^103^42^0.56^0.219^0.466^2.2^0.1^0.051^0.085^0.179^0.183^0.077^12^0^12^12^10.0^0.07^151^41^40^0^11^0^0^1^0.22^0.8^3.828^2.454^6.614^13^^~~^^~~^0 ~19105~^~CANDIES,NESTLE,GOOBERS CHOC COVERED PNUTS~^1.90^512^9.70^34.00^1.80^53.00^9.7^43.00^89^1.10^124^256^502^36^2.45^0.925^0.830^5.4^0.3^0.120^0.210^5.200^0.570^0.210^8^0^8^8^^0.33^68^0^0^0^0^0^0^^2.70^7.3^12.100^14.705^5.020^12^39.00^~1 package, 1.375 oz~^41.00^~1 serving, 0.25 cup~^0 ~19106~^~CANDIES,GUMDROPS,STARCH JELLY PIECES~^1.00^396^0.00^0.00^0.10^98.90^0.1^58.97^3^0.40^1^1^5^44^0.00^0.012^0.010^0.8^0.0^0.006^0.013^0.010^0.012^0.005^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^182.00^~1 cup, gumdrops~^36.00^~10 gumdrops~^0 ~19107~^~CANDIES,HARD~^1.30^394^0.00^0.20^0.50^98.00^0.0^62.90^3^0.30^3^3^5^38^0.01^0.029^0.010^0.6^0.0^0.004^0.003^0.007^0.008^0.003^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^28.35^~1 oz~^6.00^~1 piece~^0 ~19108~^~CANDIES,JELLYBEANS~^6.30^375^0.00^0.05^0.10^93.55^0.2^70.00^3^0.13^2^4^37^50^0.05^0.028^0.035^1.1^0.0^0.004^0.011^0.008^0.009^0.004^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^11.00^~10 small~^28.35^~10 large, (1 oz)~^0 ~15240~^~TROUT,RAINBOW,FARMED,RAW~^72.73^138^20.87^5.40^1.43^0.00^0.0^0.00^67^0.27^32^282^451^35^0.41^0.046^0.018^12.6^2.9^0.203^0.073^8.223^1.440^0.619^11^0^11^11^65.0^3.77^280^84^84^0^0^0^0^0^0.03^0.1^1.554^1.539^1.805^59^79.00^~1 fillet~^85.00^~3 oz~^0 ~15241~^~TROUT,RAINBOW,FARMED,CKD,DRY HEAT~^67.53^169^24.27^7.20^1.60^0.00^0.0^^86^0.33^32^266^441^42^0.49^0.061^0.020^15.0^3.3^0.237^0.080^8.790^1.310^0.396^24^0^24^24^^4.97^287^86^86^^^^^^^^2.105^2.096^2.330^68^71.00^~1 fillet~^85.00^~3 oz~^0 ~15242~^~CRAYFISH,MXD SP,FARMED,RAW~^84.05^72^14.85^0.97^1.00^0.00^0.0^^25^0.55^30^218^261^62^1.01^0.237^0.146^28.4^0.5^0.045^0.032^1.867^0.570^0.076^30^0^30^30^^2.10^50^15^15^^^^^^^^0.163^0.178^0.313^107^85.00^~3 oz~^27.00^~8 crayfish~^0 ~15243~^~CRAYFISH,MXD SP,FARMED,CKD,MOIST HEAT~^80.80^87^17.52^1.30^1.07^0.00^0.0^^51^1.11^33^241^238^97^1.48^0.580^0.217^34.2^0.5^0.047^0.080^1.667^0.512^0.134^11^0^11^11^^3.10^50^15^15^^^^^^^^0.216^0.251^0.413^137^85.00^~3 oz~^^~~^0 ~15244~^~OYSTER,EASTERN,WILD,CKD,DRY HEAT~^83.30^72^8.25^1.90^1.75^4.80^0.0^^45^4.33^46^136^168^244^73.60^3.455^0.288^71.7^4.1^0.085^0.080^1.675^0.225^0.096^18^0^18^18^^27.80^0^0^0^^^^^^^^0.550^0.230^0.809^49^85.00^~3 oz~^59.00^~6 medium~^0 ~15245~^~OYSTER,EASTERN,FARMED,RAW~^86.20^59^5.22^1.55^1.50^5.53^0.0^^44^5.78^33^93^124^178^37.92^0.738^0.394^63.7^4.7^0.105^0.065^1.267^0.157^0.060^18^0^18^18^^16.20^25^8^8^^^^^^^^0.443^0.152^0.591^25^85.00^~3 oz~^84.00^~6 medium~^0 ~15246~^~OYSTER,EASTERN,FARMED,CKD,DRY HEAT~^81.95^79^7.00^2.12^1.65^7.28^0.0^^56^7.77^33^115^152^163^45.15^1.434^0.425^77.5^6.0^0.130^0.055^1.792^0.195^0.076^24^0^24^24^^24.30^63^19^19^^^^^^^^0.683^0.230^0.713^38^85.00^~3 oz~^59.00^~6 medium~^0 ~15247~^~SALMON,COHO,WILD,CKD,DRY HEAT~^71.50^139^23.45^4.30^1.30^0.00^0.0^0.00^45^0.61^33^322^434^58^0.56^0.071^0.019^38.0^1.4^0.075^0.140^7.950^0.810^0.568^13^0^13^13^72.0^5.00^125^38^38^0^0^0^0^0^0.81^0.1^1.054^1.581^1.273^55^178.00^~.5 fillet~^85.00^~3 oz~^0 ~15250~^~CONCH,BAKED OR BROILED~^69.40^130^26.30^1.20^1.40^1.70^0.0^0.00^98^1.41^238^217^163^153^1.71^0.435^^40.3^0.0^0.060^0.080^1.040^^0.060^179^0^179^179^81.0^5.25^23^7^7^0^0^0^0^0^6.33^0.2^0.370^0.334^0.274^65^127.00^~1 cup, sliced~^17.00^~1 oz, cooked yield~^0 ~15251~^~USDA COMMODITY,SALMON NUGGETS,BREADED,FRZ,HTD~^60.38^212^12.69^11.72^1.25^13.96^0.0^^8^1.24^20^176^165^173^0.52^0.077^0.118^^0.0^0.207^0.156^4.527^0.523^0.222^9^3^6^11^^2.07^43^7^6^^^^^^^^1.570^4.625^3.028^26^^~~^^~~^0 ~15252~^~USDA COMMODITY,SALMON NUGGETS,CKD AS PURCHASED,UNHTD~^64.57^189^11.97^10.43^1.19^11.85^0.0^^9^1.46^20^173^161^167^0.46^0.069^0.106^^0.0^0.195^0.140^5.948^0.520^0.220^9^3^6^11^^2.18^42^7^6^^^^^^^^1.497^4.330^2.863^27^^~~^^~~^0 ~15260~^~SALMON,PINK,CND,DRND SOL W/BONE~^70.52^136^23.08^4.83^2.59^0.00^0.0^0.00^277^0.90^34^365^311^399^1.09^0.156^0.039^39.5^0.0^0.027^0.202^7.409^0.563^0.105^4^0^4^4^87.8^4.95^75^23^23^0^0^0^0^0^1.28^0.1^0.848^0.887^1.345^82^^~~^^~~^ ~15261~^~FISH,TILAPIA,RAW~^78.08^96^20.08^1.70^0.93^0.00^0.0^0.00^10^0.56^27^170^302^52^0.33^0.075^0.037^41.8^0.0^0.041^0.063^3.903^0.487^0.162^24^0^24^24^42.5^1.58^0^0^0^0^0^0^0^0^0.40^1.4^0.766^0.653^0.476^50^^~~^^~~^ ~15262~^~FISH,TILAPIA,CKD,DRY HEAT~^71.59^128^26.15^2.65^1.14^0.00^0.0^0.00^14^0.69^34^204^380^56^0.41^0.075^0.037^54.4^0.0^0.093^0.073^4.745^0.664^0.123^6^0^6^6^^1.86^0^0^0^0^0^0^0^0^0.79^0.9^0.940^0.955^0.600^57^^~~^^~~^ ~16001~^~BEANS,ADZUKI,MATURE SEEDS,RAW~^13.44^329^19.87^0.53^3.26^62.90^12.7^^66^4.98^127^381^1254^5^5.04^1.094^1.730^3.1^0.0^0.455^0.220^2.630^1.471^0.351^622^0^622^622^^0.00^17^1^0^^^^^^^^0.191^^^0^197.00^~1 cup~^^~~^0 ~16002~^~BEANS,ADZUKI,MATURE SEEDS,CKD,BLD,WO/SALT~^66.29^128^7.52^0.10^1.33^24.77^7.3^^28^2.00^52^168^532^8^1.77^0.298^0.573^1.2^0.0^0.115^0.064^0.717^0.430^0.096^121^0^121^121^^0.00^6^0^0^^^^^^^^0.036^^^0^230.00^~1 cup~^^~~^0 ~16003~^~BEANS,ADZUKI,MATURE SEEDS,CND,SWTND~^40.58^237^3.80^0.03^0.58^55.01^^^22^1.13^31^74^119^218^1.56^0.265^0.504^3.2^0.0^0.101^0.056^0.631^0.378^0.084^107^0^107^107^^0.00^5^0^0^^^^^^^^0.011^^^0^296.00^~1 cup~^^~~^0 ~16004~^~BEANS,ADZUKI,YOKAN,MATURE SEEDS~^35.45^260^3.29^0.12^0.42^60.72^^^27^1.16^18^40^45^83^0.07^0.029^0.140^2.3^0.0^0.005^0.004^0.057^0.099^0.008^8^0^8^8^^0.00^1^0^0^^^^^^^^0.043^^^0^14.00^~1 slice~^^~~^0 ~16005~^~BEANS,BAKED,HOME PREPARED~^65.17^155^5.54^5.15^2.51^21.63^5.5^^61^1.99^43^109^358^422^0.73^0.159^0.255^5.7^1.1^0.136^0.049^0.408^0.155^0.090^48^0^48^48^^0.00^0^0^0^^^^^^^^1.948^2.133^0.740^5^253.00^~1 cup~^^~~^0 ~16006~^~BEANS,BKD,CND,PLN OR VEGETARIAN~^72.00^94^4.75^0.37^1.75^21.14^4.1^7.96^34^1.19^27^74^224^343^2.28^0.145^0.109^5.0^0.0^0.096^0.039^0.428^0.216^0.084^12^0^12^12^31.5^0.00^108^5^0^0^65^0^511^16^0.15^0.8^0.071^0.095^0.121^0^254.00^~1 cup~^^~~^0 ~16007~^~BEANS,BKD,CND,W/BF~^71.33^121^6.38^3.45^1.94^16.91^^^45^1.60^25^81^320^475^1.20^0.300^0.600^9.6^1.8^0.052^0.045^0.940^0.183^0.090^43^0^43^43^^0.00^213^11^0^^^^^^^^1.677^1.385^0.205^22^266.00^~1 cup~^^~~^0 ~16008~^~BEANS,BKD,CND,W/FRANKS~^69.34^142^6.75^6.57^1.95^15.39^6.9^6.53^48^1.73^28^104^235^430^1.87^0.213^0.420^6.5^2.3^0.058^0.056^0.901^0.139^0.046^30^0^30^30^34.9^0.34^87^4^0^0^52^0^409^13^0.16^1.0^2.352^2.830^0.836^6^259.00^~1 cup~^^~~^0 ~16009~^~BEANS,BKD,CND,W/PORK~^71.46^106^5.19^1.55^1.81^19.99^5.5^^53^1.70^34^108^309^414^1.46^0.215^0.361^4.7^2.0^0.053^0.038^0.447^0.100^0.064^36^0^36^36^^0.00^0^0^0^^^^^^^^0.599^0.673^0.199^7^253.00^~1 cup~^^~~^0 ~16010~^~BEANS,BKD,CND,W/PORK&SWT SAU~^70.61^112^5.29^1.44^1.55^21.12^4.2^8.56^59^1.65^33^102^258^334^1.37^0.139^0.085^5.0^2.8^0.047^0.059^0.353^0.196^0.057^8^0^8^8^24.5^0.00^8^0^0^0^5^0^24^^0.03^0.8^0.491^0.498^0.376^7^253.00^~1 cup~^^~~^0 ~16011~^~BEANS,BKD,CND,W/PORK&TOMATO SAU~^73.50^94^5.15^0.93^1.73^18.69^4.0^5.67^56^3.24^34^116^295^437^5.48^0.213^0.302^4.7^3.0^0.052^0.046^0.494^0.392^0.063^15^0^15^15^39.2^0.00^84^4^0^0^50^0^322^14^0.10^0.5^0.293^0.277^0.157^7^246.44^~1 cup~^^~~^0 ~16014~^~BEANS,BLACK,MATURE SEEDS,RAW~^11.02^341^21.60^1.42^3.60^62.36^15.2^2.12^123^5.02^171^352^1483^5^3.65^0.841^1.060^3.2^0.0^0.900^0.193^1.955^0.899^0.286^444^0^444^444^66.4^0.00^0^0^0^0^0^0^0^0^0.21^5.6^0.366^0.123^0.610^0^194.00^~1 cup~^12.10^~1 tbsp~^0 ~16015~^~BEANS,BLACK,MATURE SEEDS,CKD,BLD,WO/SALT~^65.74^132^8.86^0.54^1.15^23.71^8.7^^27^2.10^70^140^355^1^1.12^0.209^0.444^1.2^0.0^0.244^0.059^0.505^0.242^0.069^149^0^149^149^^0.00^6^0^0^^^^^^^^0.139^0.047^0.231^0^172.00^~1 cup~^^~~^0 ~16016~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,RAW~^11.00^339^21.25^0.90^3.60^63.25^24.9^2.25^160^8.70^160^440^1500^9^2.20^1.000^1.000^3.2^0.0^0.900^0.193^1.955^0.899^0.286^444^0^444^444^^0.00^0^0^0^0^0^0^0^0^0.22^6.0^0.232^0.078^0.387^0^184.00^~1 cup~^^~~^0 ~16017~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,CKD,BLD,WO/SALT~^65.74^130^8.18^0.35^1.38^24.35^5.3^0.32^55^2.85^49^152^433^3^0.76^0.269^0.327^1.2^0.0^0.225^0.056^0.527^0.260^0.077^86^0^86^86^32.6^0.00^0^0^0^0^0^0^0^0^0.87^3.3^0.089^0.030^0.149^0^185.00^~1 cup~^^~~^0 ~16018~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,CND~^75.64^91^6.03^0.29^1.49^16.56^6.9^^35^1.90^35^108^308^384^0.54^0.192^0.233^1.3^2.7^0.140^0.120^0.620^0.184^0.055^61^0^61^61^^0.00^4^0^0^^^^^^^^0.075^0.025^0.125^0^240.00^~1 cup~^^~~^0 ~16019~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,RAW~^12.39^335^23.03^1.23^3.31^60.05^24.7^^127^5.00^156^372^1332^6^3.63^0.794^0.920^12.7^0.0^0.747^0.213^1.455^0.748^0.309^604^0^604^604^^0.00^2^0^0^^^^^^^^0.316^0.106^0.527^0^195.00^~1 cup~^^~~^0 ~17116~^~VEAL,SHLDR,WHL (ARM&BLD),LN&FAT,RAW~^74.78^130^19.27^5.28^1.05^0.00^0.0^0.00^22^0.91^23^203^302^91^3.93^0.119^0.028^8.1^0.0^0.090^0.290^6.190^1.420^0.390^12^0^12^12^80.7^1.67^0^0^0^0^0^0^0^0^0.27^4.6^2.050^1.940^0.410^87^28.35^~1 oz~^453.60^~1 lb~^28 ~17117~^~VEAL,SHLDR,WHL (ARM&BLD),LN&FAT,CKD,BRSD~^56.40^228^32.06^10.14^1.24^0.00^0.0^0.00^35^1.42^27^250^309^95^6.59^0.151^0.036^14.2^0.0^0.060^0.340^6.420^1.530^0.250^15^0^15^15^123.8^1.84^0^0^0^0^0^0^0^0^0.42^5.9^3.750^3.900^0.730^126^191.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^31 ~17118~^~VEAL,SHLDR,WHL (ARM&BLD),LN&FAT,CKD,RSTD~^65.31^184^25.32^8.42^1.40^0.00^0.0^^27^1.03^25^215^322^96^5.12^0.139^0.030^10.7^0.0^0.070^0.340^6.330^1.300^0.260^12^0^12^12^^1.82^0^0^0^^^^^^0.46^^3.400^3.160^0.610^113^258.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^28 ~17119~^~VEAL,SHLDR,WHL (ARM&BLD),LN,RAW~^76.58^112^19.79^3.00^1.07^0.00^0.0^^22^0.90^24^208^311^92^4.06^0.121^0.029^8.3^0.0^0.090^0.290^6.150^1.450^0.400^11^0^11^11^^1.68^0^0^0^^^^^^0.26^^0.900^0.960^0.310^86^28.35^~1 oz~^453.60^~1 lb~^31 ~17120~^~VEAL,SHLDR,WHL (ARM&BLD),LN,CKD,BRSD~^58.88^199^33.68^6.10^1.27^0.00^0.0^^37^1.45^28^260^319^97^7.00^0.159^0.038^14.7^0.0^0.060^0.350^6.680^1.610^0.260^16^0^16^16^^1.94^0^0^0^^^^^^0.45^^1.700^2.180^0.550^130^182.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^35 ~17121~^~VEAL,SHLDR,WHL (ARM&BLD),LN,CKD,RSTD~^66.66^170^25.81^6.62^1.41^0.00^0.0^^27^1.03^25^218^327^97^5.25^0.142^0.030^10.9^0.0^0.070^0.340^6.440^1.320^0.260^13^0^13^13^^1.86^0^0^0^^^^^^0.50^^2.500^2.400^0.530^114^251.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^30 ~17122~^~VEAL,SHLDR,ARM,LN&FAT,RAW~^74.05^132^19.34^5.44^1.08^0.00^0.0^0.00^21^1.00^25^208^327^83^3.20^0.120^0.028^8.4^0.0^0.080^0.270^7.630^1.260^0.440^15^0^15^15^83.0^1.37^0^0^0^0^0^0^0^0^0.27^4.6^2.260^2.080^0.380^82^28.35^~1 oz~^304.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^21 ~17123~^~VEAL,SHLDR,ARM,LN&FAT,CKD,BRSD~^55.28^236^33.63^10.24^1.27^0.00^0.0^^28^1.38^29^263^333^87^5.81^0.128^0.036^14.5^0.0^0.060^0.310^10.080^1.310^0.290^18^0^18^18^^1.72^0^0^0^^^^^^0.46^^3.960^3.990^0.700^148^85.00^~3 oz~^173.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^23 ~17124~^~VEAL,SHLDR,ARM,LN&FAT,CKD,RSTD~^64.68^183^25.46^8.25^1.44^0.00^0.0^^26^1.15^26^221^348^90^4.18^0.141^0.030^11.1^0.0^0.060^0.320^8.020^1.160^0.290^17^0^17^17^^1.53^0^0^0^^^^^^0.46^^3.510^3.200^0.540^108^283.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~17125~^~VEAL,SHLDR,ARM,LN,RAW~^76.64^105^20.04^2.16^1.12^0.00^0.0^^22^1.02^26^215^339^86^3.34^0.124^0.029^8.6^0.0^0.080^0.280^7.910^1.300^0.460^16^0^16^16^^1.42^0^0^0^^^^^^0.27^^0.650^0.690^0.220^83^28.35^~1 oz~^289.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^25 ~17126~^~VEAL,SHLDR,ARM,LN,CKD,BRSD~^58.20^201^35.73^5.33^1.31^0.00^0.0^^30^1.41^30^276^347^90^6.24^0.135^0.038^15.3^0.0^0.060^0.330^10.710^1.390^0.300^19^0^19^19^^1.82^0^0^0^^^^^^0.47^^1.490^1.900^0.480^155^85.00^~3 oz~^160.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^29 ~17127~^~VEAL,SHLDR,ARM,LN,CKD,RSTD~^66.47^164^26.13^5.81^1.47^0.00^0.0^^27^1.16^27^226^356^91^4.32^0.146^0.030^11.3^0.0^0.070^0.330^8.240^1.190^0.300^17^0^17^17^^1.57^0^0^0^^^^^^0.50^^2.310^2.160^0.430^109^272.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~17128~^~VEAL,SHLDR,BLADE,LN&FAT,RAW~^75.15^129^19.23^5.20^1.04^0.00^0.0^^23^0.87^23^200^289^95^4.31^0.118^0.028^8.1^0.0^0.090^0.300^5.450^1.510^0.370^10^0^10^10^^1.82^0^0^0^^^^^^0.28^^1.940^1.870^0.420^90^28.35^~1 oz~^453.60^~1 lb~^32 ~17129~^~VEAL,SHLDR,BLADE,LN&FAT,CKD,BRSD~^56.98^225^31.26^10.09^1.22^0.00^0.0^0.00^38^1.44^26^244^297^98^7.00^0.164^0.036^14.0^0.0^0.060^0.350^5.500^1.520^0.240^15^0^15^15^121.8^1.93^0^0^0^0^0^0^0^0^0.44^6.6^3.640^3.850^0.740^153^186.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^35 ~17130~^~VEAL,SHLDR,BLADE,LN&FAT,CKD,RSTD~^65.54^186^25.15^8.67^1.38^0.00^0.0^^28^1.00^24^212^306^100^5.58^0.138^0.030^10.6^0.0^0.070^0.350^5.730^1.380^0.240^11^0^11^11^^2.01^0^0^0^^^^^^0.47^^3.460^3.240^0.640^117^244.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^32 ~17131~^~VEAL,SHLDR,BLADE,LN,RAW~^76.71^113^19.64^3.26^1.06^0.00^0.0^^23^0.88^23^204^295^97^4.42^0.121^0.029^8.1^0.0^0.090^0.310^5.550^1.540^0.370^10^0^10^10^^1.86^0^0^0^^^^^^0.27^^0.980^1.050^0.340^90^28.35^~1 oz~^453.60^~1 lb~^34 ~17132~^~VEAL,SHLDR,BLADE,LN,CKD,BRSD~^59.24^198^32.66^6.48^1.24^0.00^0.0^0.00^40^1.47^28^252^305^101^7.39^0.171^0.038^14.5^0.0^0.060^0.360^5.680^1.590^0.250^15^0^15^15^126.8^2.01^0^0^0^0^0^0^0^0^0.45^6.8^1.810^2.310^0.580^158^174.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^39 ~17133~^~VEAL,SHLDR,BLADE,LN,CKD,RSTD~^66.90^171^25.64^6.88^1.39^0.00^0.0^^28^1.00^24^215^310^102^5.72^0.141^0.030^10.7^0.0^0.070^0.360^5.820^1.410^0.240^11^0^11^11^^2.06^0^0^0^^^^^^0.50^^2.570^2.470^0.560^119^236.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^34 ~17134~^~VEAL,SIRLOIN,LN&FAT,RAW~^71.85^152^19.07^7.81^1.04^0.00^0.0^0.00^11^0.78^24^209^329^76^2.55^0.110^0.027^8.5^0.0^0.080^0.300^8.440^1.360^0.490^13^0^13^13^82.3^1.27^0^0^0^0^0^0^0^0^0.25^4.6^3.350^3.040^0.510^78^28.35^~1 oz~^453.60^~1 lb~^25 ~17135~^~VEAL,SIRLOIN,LN&FAT,CKD,BRSD~^54.49^252^31.26^13.14^1.16^0.00^0.0^^17^1.20^27^243^321^79^4.32^0.128^0.035^14.0^0.0^0.050^0.350^6.580^1.010^0.350^15^0^15^15^^1.48^0^0^0^^^^^^0.41^^5.180^5.150^0.870^108^205.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^26 ~17136~^~VEAL,SIRLOIN,LN&FAT,CKD,RSTD~^62.66^202^25.14^10.45^1.39^0.00^0.0^0.00^13^0.92^26^223^351^83^3.35^0.129^0.029^11.1^0.0^0.060^0.350^8.870^1.260^0.320^15^0^15^15^99.5^1.42^0^0^0^0^0^0^0^0^0.42^6.6^4.510^4.080^0.680^102^269.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~17137~^~VEAL,SIRLOIN,LN,RAW~^75.94^110^20.20^2.59^1.09^0.00^0.0^^11^0.80^26^220^348^80^2.73^0.116^0.029^8.7^0.0^0.080^0.310^8.970^1.450^0.520^14^0^14^14^^1.34^0^0^0^^^^^^0.25^^0.780^0.830^0.270^79^28.35^~1 oz~^453.60^~1 lb~^31 ~17138~^~VEAL,SIRLOIN,LN,CKD,BRSD~^58.55^204^33.96^6.51^1.20^0.00^0.0^^19^1.23^29^259^339^81^4.75^0.138^0.038^15.0^0.0^0.060^0.380^7.050^1.080^0.380^16^0^16^16^^1.59^0^0^0^^^^^^0.44^^1.820^2.330^0.580^113^183.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^34 ~17139~^~VEAL,SIRLOIN,LN,CKD,RSTD~^65.74^168^26.32^6.22^1.44^0.00^0.0^^14^0.91^27^231^365^85^3.54^0.136^0.030^11.5^0.0^0.060^0.370^9.330^1.320^0.340^16^0^16^16^^1.49^0^0^0^^^^^^0.46^^2.410^2.280^0.480^104^251.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^30 ~17140~^~VEAL,CUBED FOR STEW (LEG&SHLDR),LN,RAW~^76.39^109^20.27^2.50^1.10^0.00^0.0^^17^0.88^25^213^331^83^3.48^0.118^0.029^8.8^0.0^0.090^0.290^7.400^1.250^0.450^13^0^13^13^^1.49^0^0^0^^^^^^0.27^^0.750^0.800^0.260^84^28.35^~1 oz~^453.60^~1 lb~^0 ~17141~^~VEAL,CUBED FOR STEW (LEG&SHLDR),LN,CKD,BRSD~^59.29^188^34.94^4.31^1.89^0.00^0.0^^29^1.44^28^239^342^93^6.01^0.153^0.040^15.2^0.0^0.070^0.400^8.300^1.190^0.380^16^0^16^16^^1.67^0^0^0^^^^^^0.45^^1.300^1.390^0.450^145^263.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17142~^~VEAL,GROUND,RAW~^72.84^144^19.35^6.77^1.04^0.00^0.0^^15^0.83^24^203^315^82^3.06^0.109^0.028^8.1^0.0^0.080^0.270^7.500^1.310^0.410^13^0^13^13^^1.34^^^^^^^^^0.26^^2.790^2.570^0.480^82^28.35^~1 oz~^113.00^~4 oz~^0 ~17143~^~VEAL,GROUND,CKD,BRLD~^66.76^172^24.38^7.56^1.31^0.00^0.0^0.00^17^0.99^24^217^337^83^3.87^0.103^0.035^13.7^0.0^0.070^0.270^8.030^1.160^0.390^11^0^11^11^95.0^1.27^0^0^0^0^0^0^0^0^0.15^1.2^3.040^2.840^0.550^103^299.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17144~^~GAME MEAT,ANTELOPE,RAW~^74.08^114^22.38^2.03^1.10^0.00^0.0^^3^3.19^27^188^353^51^1.28^0.180^0.020^9.7^0.0^0.320^0.580^^^^^^^^^^0^0^0^^^^^^^^0.740^0.480^0.440^95^28.35^~1 oz~^453.60^~1 lb~^0 ~17145~^~GAME MEAT,ANTELOPE,CKD,RSTD~^65.90^150^29.45^2.67^1.45^0.00^0.0^^4^4.20^28^210^372^54^1.68^0.213^0.022^12.9^0.0^0.260^0.730^^^^9^0^9^9^^^0^^^^^^^^^^0.970^0.630^0.580^126^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~18222~^~CRACKERS,MELBA TOAST,WHEAT~^5.50^374^12.90^2.30^2.90^76.40^7.4^^43^4.50^56^165^148^837^1.50^0.265^1.064^55.0^0.0^0.422^0.299^5.083^0.517^0.103^132^108^24^208^^0.00^0^0^0^^^^^^^^0.337^0.544^0.910^0^14.18^~.5 oz~^5.00^~1 toast~^0 ~18223~^~CRACKERS,MILK~^4.70^455^7.60^15.80^2.20^69.70^1.9^16.44^172^3.58^22^303^114^592^0.67^0.227^0.552^15.9^0.2^0.538^0.418^4.430^0.407^0.037^90^74^16^142^13.4^0.08^58^16^16^0^3^0^0^16^1.22^3.8^2.633^6.479^5.749^11^11.00^~1 cracker~^14.18^~.5 oz~^0 ~18224~^~CRACKERS,RUSK TOAST~^5.50^407^13.50^7.20^1.20^72.30^^^27^2.72^36^153^245^253^1.10^0.245^0.439^20.1^0.0^0.404^0.399^4.625^0.605^0.047^87^23^64^103^^0.18^41^12^12^^^^^^^^1.376^2.755^2.310^78^10.00^~1 rusk~^14.18^~.5 oz~^0 ~18225~^~CRACKERS,RYE,SANDWICH-TYPE W/CHS FILLING~^3.80^481^9.20^22.30^3.90^60.80^3.6^^222^2.45^37^339^342^1044^0.70^0.096^0.635^20.8^0.4^0.612^0.494^3.570^0.585^0.076^81^65^16^127^^0.12^334^24^8^^^^^^^^5.987^12.236^2.863^9^14.18^~.5 oz~^7.00^~1 cracker, sandwich~^0 ~18226~^~CRACKERS,RYE,WAFERS,PLAIN~^5.00^334^9.60^0.90^4.10^80.40^22.9^1.01^40^5.94^121^334^495^794^2.80^0.461^5.366^23.8^0.1^0.427^0.289^1.581^0.569^0.271^45^0^45^45^20.0^0.00^5^0^0^1^2^0^0^245^0.80^5.7^0.108^0.152^0.397^0^61.00^~1 cup, crushed~^11.00^~1 cracker, (4-1/2" x 2-1/2" x 1/8")~^0 ~18227~^~CRACKERS,RYE,WAFERS,SEASONED~^4.00^381^9.00^9.20^4.00^73.80^20.9^^44^3.04^106^307^454^887^2.55^0.495^2.371^32.5^0.1^0.316^0.223^2.474^0.558^0.190^52^0^52^52^^0.00^8^0^0^^^^^^^^1.287^3.270^3.608^0^14.18^~.5 oz~^22.00^~1 cracker, triple~^0 ~18228~^~CRACKERS,SALTINES (INCL OYSTER,SODA,SOUP)~^4.03^421^9.50^8.85^3.28^74.34^2.9^2.22^21^5.13^25^111^159^1116^0.82^0.156^0.838^6.4^0.0^0.611^0.331^5.235^0.475^0.060^140^117^23^221^19.6^0.09^1^0^0^0^0^0^0^17^1.12^15.4^2.001^2.247^4.068^0^70.00^~1 cup, crushed~^15.00^~5 crackers, square (1 serving)~^0 ~18229~^~CRACKERS,STD SNACK-TYPE,REG~^3.46^504^6.60^25.83^2.74^61.37^2.1^7.45^95^3.81^18^258^111^865^0.58^0.110^0.572^3.6^0.0^0.437^0.226^4.180^0.390^0.055^118^98^21^186^13.8^0.00^0^0^0^0^0^0^0^12^3.58^42.5^5.400^6.652^12.597^0^16.00^~5 crackers, regular size, round (1 serving)~^3.20^~1 cracker, round~^0 ~18230~^~CRACKERS,STD SNACK-TYPE,SNDWCH,W/CHS FILLING~^3.90^477^9.30^21.10^4.00^61.70^1.9^3.18^257^2.39^36^406^429^1401^0.62^0.082^0.290^21.5^0.1^0.446^0.684^3.766^0.509^0.049^100^86^14^160^27.5^0.10^62^17^16^0^5^0^0^10^0.22^8.3^6.125^11.254^2.567^2^14.18^~.5 oz~^7.00^~1 cracker, sandwich~^0 ~18231~^~CRACKERS,STD SNACK-TYPE,SNDWCH,W/PNUT BUTTER FILLING~^2.93^494^11.47^24.54^2.68^58.38^2.3^10.50^81^2.77^55^274^215^718^1.13^0.324^0.784^10.8^0.0^0.489^0.271^6.114^0.476^0.148^86^52^34^122^24.7^0.01^4^1^1^0^0^0^0^10^2.06^9.5^4.913^13.776^4.655^0^14.18^~.5 oz~^7.00^~1 cracker, sandwich~^0 ~18232~^~CRACKERS,WHEAT,REGULAR~^3.10^474^8.60^20.60^2.80^64.90^4.5^13.04^49^4.40^62^220^183^795^1.60^0.318^1.781^6.3^0.0^0.505^0.327^4.961^0.522^0.136^117^99^18^186^27.2^0.00^0^0^0^0^0^0^0^81^0.50^9.6^5.178^11.448^2.796^0^83.00^~1 cup, crushed~^^~~^0 ~18233~^~CRACKERS,WHEAT,SNDWCH,W/CHS FILLING~^3.20^497^9.80^25.00^3.80^58.20^3.1^^204^2.62^54^382^306^913^0.87^0.160^1.083^24.3^1.5^0.358^0.427^3.185^0.622^0.261^64^45^19^96^^0.12^71^17^16^^^^^^^^4.129^10.351^9.166^7^14.18^~.5 oz~^7.00^~1 cracker, sandwich~^0 ~18234~^~CRACKERS,WHEAT,SNDWCH,W/PNUT BUTTER FILLING~^3.40^495^13.50^26.70^2.60^53.80^4.4^^170^2.67^38^347^297^807^0.82^0.055^0.701^21.8^0.0^0.389^0.293^5.877^0.564^0.137^70^33^37^93^^0.00^0^0^0^^^^^^^^4.602^11.766^8.862^0^14.18^~.5 oz~^7.00^~1 cracker, sandwich~^0 ~18235~^~CRACKERS,WHOLE-WHEAT~^2.70^444^8.80^17.20^2.70^68.60^10.5^0.37^50^3.08^99^295^297^659^2.15^0.444^2.247^14.7^0.0^0.201^0.100^4.519^0.813^0.183^28^0^28^28^27.2^0.00^0^0^0^0^0^0^0^179^0.86^8.3^3.393^5.880^6.596^0^94.00^~1 cup, crushed~^4.00^~1 cracker~^0 ~18236~^~CRACKER MEAL~^7.60^383^9.30^1.70^0.60^80.90^2.6^0.33^23^4.64^24^104^115^28^0.69^0.225^0.944^42.3^0.0^0.696^0.468^5.707^0.467^0.039^136^114^22^216^19.6^0.00^0^0^0^0^0^0^0^76^0.43^0.3^0.271^0.152^0.722^0^115.00^~1 cup~^28.35^~1 oz~^0 ~18237~^~CREAM PUFFS,PREP FROM RECIPE,SHELL (INCL ECLAIR)~^40.50^362^9.00^25.90^1.80^22.80^0.8^0.43^36^2.02^12^119^97^557^0.73^0.051^0.211^24.0^0.0^0.206^0.360^1.567^0.624^0.075^53^31^22^75^98.7^0.39^1159^278^265^0^164^4^0^157^2.81^24.5^5.599^11.128^7.380^196^28.35^~1 oz~^48.00^~1 eclair, (5" x 2" x 1-3/4")~^0 ~18238~^~CREAM PUFFS,PREP FROM RECIPE,SHELL,W/CUSTARD FILLING~^53.50^258^6.70^15.50^1.30^22.90^0.4^9.49^66^1.17^12^109^115^341^0.60^0.035^0.112^15.4^0.3^0.122^0.280^0.835^0.517^0.062^37^22^15^52^68.7^0.36^591^142^135^0^84^2^0^80^1.43^12.5^3.679^6.527^4.156^134^28.35^~1 oz~^130.00^~1 cream puff~^0 ~18239~^~CROISSANTS,BUTTER~^23.20^406^8.20^21.00^1.60^45.80^2.6^11.26^37^2.03^16^105^118^744^0.75^0.080^0.330^22.7^0.2^0.388^0.241^2.188^0.861^0.058^88^60^28^130^38.8^0.16^744^206^202^0^38^1^0^74^0.84^1.8^11.659^5.525^1.094^67^28.35^~1 oz~^28.35^~1 croissant, mini~^0 ~18240~^~CROISSANTS,APPLE~^45.60^254^7.40^8.70^1.20^37.10^2.5^^30^1.10^13^58^90^274^1.03^0.040^0.210^19.0^0.5^0.232^0.164^1.600^0.596^0.032^57^44^13^88^^0.20^380^94^90^^^^^^^^4.994^2.393^0.628^31^28.35^~1 oz~^57.00^~1 croissant, medium~^0 ~18241~^~CROISSANTS,CHEESE~^21.00^414^9.20^20.90^1.90^47.00^2.6^11.35^53^2.15^24^130^132^555^0.94^0.100^0.340^26.8^0.2^0.523^0.325^2.160^0.842^0.073^74^41^33^103^38.8^0.32^805^204^197^0^89^0^0^43^1.44^10.9^10.628^6.509^2.384^57^28.35^~1 oz~^42.00^~1 croissant, small~^0 ~18242~^~CROUTONS,PLAIN~^5.50^407^11.90^6.60^2.50^73.50^5.1^^76^4.08^31^115^124^698^0.89^0.163^0.500^37.5^0.0^0.623^0.272^5.439^0.429^0.026^132^110^22^209^^0.00^0^0^0^^^^^^^^1.510^3.059^1.273^0^30.00^~1 cup~^14.18^~.5 oz~^0 ~18243~^~CROUTONS,SEASONED~^3.60^465^10.80^18.30^3.80^63.50^5.0^4.41^96^2.82^42^140^181^1238^0.94^0.168^0.514^28.8^0.0^0.506^0.421^4.646^0.835^0.083^105^65^40^151^14.6^0.14^32^7^7^0^6^0^0^45^0.40^7.6^5.247^9.498^2.368^7^40.00^~1 cup~^10.00^~1 package, fast food~^0 ~19109~^~CANDIES,KIT KAT WAFER BAR~^1.63^518^6.51^25.99^1.28^64.59^1.0^48.68^125^1.00^37^135^231^54^0.09^0.220^0.100^5.0^0.0^0.117^0.210^0.500^0.640^0.020^14^6^8^18^31.0^0.56^81^24^24^0^0^0^0^23^0.34^5.2^17.953^5.844^0.895^11^42.00^~1 bar, (1.5 oz)~^10.00^~1 bar, miniature (.35 oz)~^0 ~19110~^~CANDIES,KRACKEL CHOC BAR~^1.17^512^6.62^26.58^1.29^63.96^2.2^52.53^158^1.06^13^123^325^196^0.49^0.020^0.000^3.5^0.8^0.050^0.190^0.260^0.420^0.040^6^^6^^^^102^^^^^^^^^^15.920^6.250^0.570^11^41.00^~1 bar, 1.45 oz~^56.00^~1 bar, 2 oz~^0 ~19111~^~CANDIES,NESTLE,BABY RUTH BAR~^6.99^459^5.40^21.60^1.21^64.80^2.0^54.00^47^0.63^43^94^249^230^0.72^0.225^0.351^2.5^0.0^0.058^0.121^1.251^0.333^0.042^12^0^12^12^34.9^0.06^0^0^0^0^0^0^0^0^0.93^2.3^12.100^5.557^2.638^0^59.50^~1 serving, 2.1 oz bar~^18.43^~1 serving, fun size bar 0.65 oz~^0 ~19112~^~CANDIES,TWIZZLERS STRAWBERRY TWISTS CANDY~^^350^2.56^2.32^^79.74^0.0^39.64^0^0.51^^^^287^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^71.00^~2.5 oz, 2.5 oz~^38.00^~4 pieces, from 5 oz package~^0 ~19113~^~SYRUPS,TABLE BLENDS,PANCAKE,W/BUTTER~^24.00^296^0.00^1.60^0.20^74.10^0.0^^2^0.09^2^10^3^98^0.04^0.209^0.086^0.7^0.0^0.011^0.009^0.020^0.025^0.000^0^0^0^0^^0.00^61^14^13^^^^^^^^1.010^0.470^0.060^4^315.00^~1 cup~^20.00^~1 tbsp~^0 ~19114~^~ICE CREAMS,CHOC,LT~^61.43^201^5.00^7.19^0.69^25.70^0.8^24.71^159^0.69^20^83^170^71^0.43^0.103^0.101^2.2^1.2^0.023^0.129^0.126^0.246^0.023^4^0^4^4^19.6^0.14^424^71^60^0^135^0^0^1^0.20^0.6^4.380^2.055^0.241^28^68.00^~1 serving~^100.00^~1 unit~^0 ~19115~^~CANDIES,MASTERFOODS USA,MARS ALMOND BAR~^4.50^467^8.10^23.00^1.60^62.70^2.0^52.10^168^1.10^72^234^325^170^1.11^0.250^0.367^1.6^0.7^0.041^0.312^0.945^0.404^0.060^9^0^9^9^37.1^0.36^55^15^15^0^1^0^0^0^7.75^10.9^7.268^10.693^3.980^17^50.00^~1 bar, (1.76 oz)~^^~~^0 ~19116~^~CANDIES,MARSHMALLOWS~^16.40^318^1.80^0.20^0.30^81.30^0.1^57.56^3^0.23^2^8^5^80^0.04^0.097^0.008^1.7^0.0^0.001^0.001^0.078^0.005^0.003^1^0^1^1^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.056^0.080^0.047^0^50.00^~1 cup, of miniature~^7.00^~10 miniatures~^0 ~19117~^~CANDIES,HALAVAH,PLAIN~^3.67^469^12.49^21.52^1.83^60.49^4.5^^33^4.53^218^607^187^195^4.32^1.202^0.873^11.5^0.1^0.424^0.088^2.856^0.174^0.348^65^0^65^65^^0.04^2^0^0^0^0^0^^^^^4.127^8.194^8.481^0^^~~^^~~^0 ~19118~^~CANDIES,NESTLE,OH HENRY! BAR~^2.30^462^7.70^23.00^1.50^65.50^1.9^46.20^69^0.50^51^140^259^193^1.19^0.353^0.535^3.2^0.0^0.149^0.121^2.545^0.539^0.086^44^0^44^44^37.1^0.20^0^0^0^0^0^0^0^0^2.21^1.2^9.600^5.530^2.706^7^57.00^~1 bar, 2 oz~^26.00^~1 serving, fun size bar~^0 ~19119~^~CANDIES,NESTLE,CHUNKY BAR~^2.90^475^7.50^27.50^1.70^60.00^2.5^52.50^100^0.90^^^^38^^^^^0.0^^^^^^^0^^^^^0^^^^^^^^^^12.500^^^10^40.00^~1 serving, 1.4 oz bar~^^~~^0 ~19120~^~CANDIES,MILK CHOC~^1.50^535^7.65^29.66^1.78^59.40^3.4^51.50^189^2.35^63^208^372^79^2.30^0.491^0.471^4.5^0.0^0.112^0.298^0.386^0.472^0.036^12^0^11^11^46.1^0.75^195^59^59^0^0^0^0^6^0.51^5.7^18.509^7.186^1.376^23^168.00^~1 cup, chips~^7.00^~1 bar, miniature~^0 ~19121~^~PUDDINGS,BANANA,DRY MIX,INST,PREP W/ 2% MILK~^74.52^105^2.76^1.70^1.26^19.74^0.0^^102^0.06^12^216^131^296^0.33^0.010^0.003^2.0^0.8^0.033^0.137^0.072^0.267^0.036^4^0^4^4^^0.30^170^46^46^^10^^^^^^0.971^0.460^0.118^6^^~~^^~~^0 ~19122~^~PUDDINGS,BANANA,DRY MIX,REG,PREP W/ 2% MILK~^75.90^101^2.90^1.73^1.03^18.43^0.0^^109^0.05^13^83^137^164^0.35^0.010^0.004^2.1^0.7^0.031^0.144^0.075^0.278^0.034^4^0^4^4^^0.25^178^50^49^^10^^^^^^1.015^0.462^0.088^7^^~~^^~~^0 ~19123~^~PUDDINGS,CHOC,DRY MIX,INST,PREP W/ 2% MILK~^74.59^105^3.15^1.92^1.41^18.89^0.4^11.34^104^0.40^19^238^168^284^0.43^0.068^0.062^2.3^0.8^0.034^0.147^0.108^0.274^0.038^5^0^5^5^^0.31^170^46^46^^10^^^^^^1.064^0.561^0.132^6^^~~^^~~^0 ~19124~^~BAKING CHOC,MEXICAN,SQUARES~^1.59^426^3.64^15.59^1.34^77.41^4.0^69.40^34^2.18^95^142^397^3^1.26^0.670^0.449^1.8^0.1^0.057^0.105^1.829^0.180^0.034^5^0^5^5^45.6^0.00^0^0^0^0^0^0^0^7^0.36^2.2^8.606^5.044^1.162^0^20.00^~1 tablet~^^~~^0 ~19125~^~CHOCOLATE-FLAVORED HAZELNUT SPRD~^1.07^541^5.41^29.73^1.44^62.16^5.4^54.05^108^4.38^64^152^407^41^1.06^0.469^0.868^3.6^0.0^0.085^0.170^0.427^0.357^0.082^14^0^14^14^17.6^0.27^3^1^0^0^1^0^0^10^4.96^1.9^28.423^0.000^0.000^0^37.00^~1 serving, 2 TBSP~^^~~^0 ~19126~^~CANDIES,MILK CHOC COATD PNUTS~^1.90^519^13.10^33.50^1.80^49.70^4.7^37.59^104^1.31^96^212^502^41^2.60^0.544^0.945^5.4^0.0^0.116^0.174^4.249^0.744^0.100^51^0^51^51^47.8^0.53^131^41^41^0^0^0^0^4^2.40^4.0^14.600^12.920^4.330^9^149.00^~1 cup~^40.00^~10 pieces~^0 ~16020~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,CKD,BLD,WO/SALT~^64.65^136^9.34^0.46^1.09^24.46^10.0^^50^2.09^50^135^387^1^1.14^0.231^0.370^1.3^0.0^0.210^0.069^0.515^0.240^0.081^207^0^207^207^^0.00^0^0^0^^^^^^^^0.119^0.040^0.199^0^177.00^~1 cup~^^~~^0 ~16021~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,CND~^77.56^83^5.54^0.28^1.50^15.12^6.3^^34^1.55^32^86^260^332^0.84^0.142^0.200^3.1^0.8^0.039^0.039^0.504^0.144^0.055^77^0^77^77^^0.00^0^0^0^^^^^^^^0.072^0.024^0.120^0^260.00^~1 cup~^^~~^0 ~16022~^~BEANS,FRENCH,MATURE SEEDS,RAW~^10.77^343^18.81^2.02^4.30^64.11^25.2^^186^3.40^188^304^1316^18^1.90^0.440^1.200^12.9^4.6^0.535^0.221^2.083^0.789^0.401^399^0^399^399^^0.00^8^0^0^^^^^^^^0.221^0.138^1.207^0^184.00^~1 cup~^^~~^0 ~16023~^~BEANS,FRENCH,MATURE SEEDS,CKD,BLD,WO/SALT~^66.57^129^7.05^0.76^1.61^24.02^9.4^^63^1.08^56^102^370^6^0.64^0.115^0.382^1.2^1.2^0.130^0.062^0.546^0.222^0.105^75^0^75^75^^0.00^3^0^0^^^^^^^^0.083^0.052^0.453^0^177.00^~1 cup~^^~~^0 ~16024~^~BEANS,GREAT NORTHERN,MATURE SEEDS,RAW~^10.70^339^21.86^1.14^3.93^62.37^20.2^2.26^175^5.47^189^447^1387^14^2.31^0.837^1.423^12.9^5.3^0.653^0.237^1.955^1.098^0.447^482^0^482^482^^0.00^0^0^0^0^0^0^0^0^0.22^6.0^0.356^0.053^0.477^0^183.00^~1 cup~^^~~^0 ~16025~^~BEANS,GREAT NORTHERN,MATURE SEEDS,CKD,BLD,WO/SALT~^69.00^118^8.33^0.45^1.14^21.09^7.0^^68^2.13^50^165^391^2^0.88^0.247^0.518^4.1^1.3^0.158^0.059^0.681^0.266^0.117^102^0^102^102^^0.00^1^0^0^^^^^^^^0.140^0.021^0.187^0^177.00^~1 cup~^^~~^0 ~16026~^~BEANS,GREAT NORTHERN,MATURE SEEDS,CND~^69.89^114^7.37^0.39^1.33^21.02^4.9^^53^1.57^51^136^351^4^0.65^0.160^0.408^4.1^1.3^0.143^0.060^0.461^0.278^0.106^81^0^81^81^^0.00^0^0^0^^^^^^^^0.120^0.018^0.161^0^262.00^~1 cup~^^~~^0 ~16027~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,RAW~^11.75^333^23.58^0.83^3.83^60.01^24.9^2.23^143^8.20^140^407^1406^24^2.79^0.958^1.021^3.2^4.5^0.529^0.219^2.060^0.780^0.397^394^0^394^394^^0.00^0^0^0^0^0^0^0^0^0.22^19.0^0.120^0.064^0.457^0^184.00^~1 cup~^^~~^0 ~16028~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,CKD,BLD,WO/SALT~^66.94^127^8.67^0.50^1.09^22.80^6.4^0.32^35^2.22^42^138^405^1^1.00^0.216^0.430^1.1^1.2^0.160^0.058^0.578^0.220^0.120^130^0^130^130^30.5^0.00^0^0^0^0^0^0^0^0^0.03^8.4^0.073^0.039^0.278^0^177.00^~1 cup~^11.00^~1 tbsp~^0 ~16029~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,CND~^78.04^84^5.22^0.60^1.64^14.50^5.3^1.85^34^1.17^27^90^237^296^0.46^0.135^0.168^0.9^1.2^0.116^0.051^0.411^0.138^0.074^36^0^36^36^34.9^0.00^0^0^0^^^^^^0.02^4.1^0.141^0.382^0.263^0^256.00^~1 cup~^^~~^0 ~16030~^~BEANS,KIDNEY,CALIFORNIA RED,MATURE SEEDS,RAW~^11.75^330^24.37^0.25^3.83^59.80^24.9^^195^9.35^160^405^1490^11^2.55^1.100^1.000^3.2^4.5^0.529^0.219^2.060^0.780^0.397^394^0^394^394^^0.00^8^0^0^^^^^^^^0.036^0.019^0.138^0^184.00^~1 cup~^^~~^0 ~16031~^~BEANS,KIDNEY,CALIFORNIA RED,MATURE SEEDS,CKD,BLD,WO/SALT~^66.93^124^9.13^0.09^1.44^22.41^9.3^^66^2.98^48^137^419^4^0.86^0.289^0.318^1.2^1.2^0.129^0.062^0.540^0.219^0.104^74^0^74^74^^0.00^3^0^0^^^^^^^^0.014^0.007^0.052^0^177.00^~1 cup~^^~~^0 ~16032~^~BEANS,KIDNEY,RED,MATURE SEEDS,RAW~^11.75^337^22.53^1.06^3.37^61.29^15.2^2.10^83^6.69^138^406^1359^12^2.79^0.699^1.111^3.2^4.5^0.608^0.215^2.110^0.780^0.397^394^0^394^394^65.9^0.00^0^0^0^0^0^0^0^0^0.21^5.6^0.154^0.082^0.586^0^184.00^~1 cup~^12.20^~1 tbsp~^0 ~16033~^~BEANS,KIDNEY,RED,MATURE SEEDS,CKD,BLD,WO/SALT~^66.94^127^8.67^0.50^1.09^22.80^7.4^0.32^28^2.94^45^142^403^2^1.07^0.242^0.477^1.2^1.2^0.160^0.058^0.578^0.220^0.120^130^0^130^130^30.5^0.00^0^0^0^0^0^0^0^0^0.03^8.4^0.072^0.039^0.275^0^177.00^~1 cup~^11.00^~1 tbsp~^0 ~16034~^~BEANS,KIDNEY,RED,MATURE SEEDS,CND~^77.37^84^5.26^0.36^1.47^15.54^5.4^1.86^25^1.27^28^91^256^258^1.64^0.140^0.155^0.5^1.1^0.104^0.086^0.445^0.135^0.080^20^0^20^20^30.5^0.00^0^0^0^0^0^0^0^0^0.02^4.3^0.085^0.171^0.151^0^256.00^~1 cup~^16.00^~1 tbsp~^0 ~16035~^~BEANS,KIDNEY,ROYAL RED,MATURE SEEDS,RAW~^11.90^329^25.33^0.45^4.00^58.33^24.9^^131^8.70^138^406^1346^13^2.66^1.000^1.109^3.2^4.5^0.390^0.240^2.106^0.779^0.396^393^0^393^393^^0.00^8^0^0^^^^^^^^0.065^0.035^0.249^0^184.00^~1 cup~^^~~^0 ~16036~^~BEANS,KIDNEY,ROYAL RED,MATURE SEEDS,CKD,BLD,WO/SALT~^66.99^123^9.49^0.17^1.50^21.85^9.3^^44^2.77^42^142^378^5^0.90^0.262^0.255^1.2^1.2^0.095^0.067^0.552^0.219^0.104^74^0^74^74^^0.00^3^0^0^^^^^^^^0.024^0.013^0.093^0^177.00^~1 cup~^^~~^0 ~16037~^~BEANS,NAVY,MATURE SEEDS,RAW~^12.10^337^22.33^1.50^3.32^60.75^24.4^3.88^147^5.49^175^407^1185^5^3.65^0.834^1.418^11.0^^0.775^0.164^2.188^0.744^0.428^364^0^364^364^87.4^0.00^0^0^0^0^0^0^0^0^0.02^2.5^0.170^0.245^1.411^^208.00^~1 cup~^^~~^0 ~16038~^~BEANS,NAVY,MATURE SEEDS,CKD,BLD,WO/SALT~^63.81^140^8.23^0.62^1.30^26.05^10.5^0.37^69^2.36^53^144^389^0^1.03^0.210^0.527^2.9^0.9^0.237^0.066^0.649^0.266^0.138^140^0^140^140^44.7^0.00^0^0^0^0^0^0^0^0^0.01^0.6^0.098^0.142^0.490^^182.00^~1 cup~^^~~^0 ~16039~^~BEANS,NAVY,MATURE SEEDS,CND~^70.45^113^7.53^0.43^1.14^20.45^5.1^0.28^47^1.85^47^134^288^448^0.77^0.208^0.375^5.8^0.7^0.141^0.055^0.487^0.172^0.103^62^0^62^62^26.9^0.00^0^0^0^0^0^0^0^0^0.78^2.9^0.112^0.038^0.186^0^262.00^~1 cup~^^~~^0 ~16040~^~BEANS,PINK,MATURE SEEDS,RAW~^10.06^343^20.96^1.13^3.66^64.19^12.7^2.14^130^6.77^182^415^1464^8^2.55^0.810^1.376^13.0^0.0^0.772^0.192^1.892^0.997^0.527^463^0^463^463^67.2^0.00^0^0^0^0^0^0^0^0^0.21^5.7^0.292^0.098^0.487^0^210.00^~1 cup~^^~~^0 ~16041~^~BEANS,PINK,MATURE SEEDS,CKD,BLD,WO/SALT~^61.20^149^9.06^0.49^1.34^27.91^5.3^0.36^52^2.30^65^165^508^2^0.96^0.271^0.548^1.4^0.0^0.257^0.063^0.570^0.299^0.175^168^0^168^168^36.9^0.00^0^0^0^0^0^0^0^0^0.98^3.7^0.126^0.042^0.210^0^169.00^~1 cup~^^~~^0 ~16042~^~BEANS,PINTO,MATURE SEEDS,RAW~^11.33^347^21.42^1.23^3.46^62.55^15.5^2.11^113^5.07^176^411^1393^12^2.28^0.893^1.148^27.9^6.3^0.713^0.212^1.174^0.785^0.474^525^0^525^525^66.2^0.00^0^0^0^0^0^0^0^0^0.21^5.6^0.235^0.229^0.407^0^193.00^~1 cup~^12.00^~1 tbsp~^0 ~16043~^~BEANS,PINTO,MATURE SEEDS,CKD,BLD,WO/SALT~^62.95^143^9.01^0.65^1.17^26.22^9.0^0.34^46^2.09^50^147^436^1^0.98^0.219^0.453^6.2^0.8^0.193^0.062^0.318^0.210^0.229^172^0^172^172^35.3^0.00^0^0^0^0^0^0^0^0^0.94^3.5^0.136^0.133^0.235^0^171.00^~1 cup~^10.60^~1 tbsp~^0 ~16044~^~BEANS,PINTO,MATURE SEEDS,CND~^77.54^86^4.86^0.81^1.54^15.25^4.6^0.21^43^1.46^27^92^243^294^0.69^0.140^0.229^7.1^0.9^0.101^0.063^0.292^0.136^0.074^60^0^60^60^21.4^0.00^0^0^0^0^0^0^0^0^0.57^2.1^0.167^0.162^0.289^0^240.00^~1 cup~^^~~^0 ~16045~^~BEANS,SML WHITE,MATURE SEEDS,RAW~^11.71^336^21.11^1.18^3.75^62.25^24.9^^173^7.73^183^445^1542^12^2.81^0.635^1.278^12.8^0.0^0.743^0.207^1.342^0.729^0.439^386^0^386^386^^0.00^0^0^0^^^^^^^^0.304^0.102^0.507^0^215.00^~1 cup~^^~~^0 ~16046~^~BEANS,SML WHITE,MATURE SEEDS,CKD,BLD,WO/SALT~^63.24^142^8.97^0.64^1.34^25.81^10.4^^73^2.84^68^169^463^2^1.09^0.149^0.510^1.3^0.0^0.236^0.059^0.272^0.251^0.127^137^0^137^137^^0.00^0^0^0^^^^^^^^0.166^0.056^0.276^0^179.00^~1 cup~^^~~^0 ~16047~^~BEANS,YEL,MATURE SEEDS,RAW~^11.10^345^22.00^2.60^3.60^60.70^25.1^^166^7.01^222^488^1042^12^2.83^0.639^1.286^12.8^0.0^0.690^0.330^2.430^0.734^0.442^389^0^389^389^^0.00^6^0^0^^^^^^^^0.671^0.226^1.118^0^196.00^~1 cup~^^~~^0 ~17146~^~GAME MEAT,BEAR,RAW~^71.20^161^20.10^8.30^0.70^0.00^0.0^^3^6.65^^151^^^^^^8.3^0.0^0.160^0.680^3.200^^^^^^^^^0^0^0^^^^^^^^^^^^28.35^~1 oz~^453.60^~1 lb~^0 ~17147~^~GAME MEAT,BEAR,CKD,SIMMRD~^53.55^259^32.42^13.39^1.13^0.00^0.0^0.00^5^10.73^23^170^263^71^10.27^0.148^^11.2^0.0^0.100^0.820^3.350^^0.290^6^0^6^6^122.3^2.47^0^0^0^0^0^0^0^0^0.49^1.8^3.540^5.660^2.400^98^277.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17148~^~BISON,GROUND,GRASS-FED,CKD~^65.09^179^25.45^8.62^1.02^0.00^0.0^0.00^14^3.19^23^213^353^76^5.34^0.151^^31.1^0.0^0.139^0.264^5.966^^0.401^16^0^16^16^97.2^2.44^0^0^0^0^0^0^0^0^0.20^1.3^3.489^3.293^0.402^71^85.05^~3 oz~^^~~^0 ~17149~^~BISON,GROUND,GRASS-FED,RAW~^71.59^146^20.23^7.21^0.91^0.05^0.0^0.00^11^2.78^21^194^328^70^4.59^0.140^^20.0^0.0^0.141^0.246^5.322^^0.383^12^0^12^12^85.8^1.94^0^0^0^0^0^0^0^0^0.19^1.2^2.917^2.753^0.336^55^^~~^^~~^0 ~17150~^~GAME MEAT,BEAVER,RAW~^70.97^146^24.05^4.80^1.00^0.00^0.0^^15^6.90^25^237^348^51^^^^26.6^2.0^0.060^0.220^1.900^^^^^^^^^0^0^0^^^^^^^^^^^^28.35^~1 oz~^453.60^~1 lb~^0 ~17151~^~GAME MEAT,BEAVER,CKD,RSTD~^57.92^212^34.85^6.96^1.45^0.00^0.0^0.00^22^10.00^29^292^403^59^2.27^0.189^^43.1^3.0^0.050^0.310^2.200^0.930^0.470^11^0^11^11^129.9^8.30^0^0^0^0^0^0^0^0^0.45^1.6^2.070^1.890^1.350^117^313.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17152~^~GAME MEAT,BEEFALO,COMP OF CUTS,RAW~^70.89^143^23.30^4.80^0.92^0.00^0.0^^18^2.32^^224^436^78^4.86^^^9.8^7.0^0.040^0.090^4.640^0.550^^15^0^15^15^^2.42^0^0^0^^^^^^^^2.040^2.040^0.150^44^28.35^~1 oz~^453.60^~1 lb~^0 ~17153~^~GAME MEAT,BEEFALO,COMP OF CUTS,CKD,RSTD~^61.70^188^30.66^6.32^1.21^0.00^0.0^^24^3.05^^250^459^82^6.40^^^13.1^9.0^0.030^0.110^4.890^0.580^^18^0^18^18^^2.55^0^0^0^^^^^^^^2.680^2.680^0.200^58^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17156~^~GAME MEAT,BISON,LN,RAW~^74.57^109^21.62^1.84^1.20^0.00^0.0^^6^2.60^25^187^343^54^2.80^0.090^0.007^27.0^0.0^^0.094^1.910^^^^^^^^^0^0^0^^^^^^^^0.690^0.720^0.190^62^28.35^~1 oz~^453.60^~1 lb~^0 ~17157~^~GAME MEAT,BISON,LN,CKD,RSTD~^66.54^143^28.44^2.42^1.58^0.00^0.0^0.00^8^3.42^26^209^361^57^3.68^0.107^0.008^35.5^0.0^0.100^0.270^3.710^^0.400^8^0^8^8^114.8^2.86^0^0^0^0^0^0^0^0^0.36^1.3^0.910^0.950^0.240^82^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17158~^~GAME MEAT,BOAR,WILD,RAW~^72.54^122^21.51^3.33^0.97^0.00^0.0^^12^^^120^^^^^^9.8^0.0^0.390^0.110^4.000^^^^^^^^^0^0^0^^^^^^^^0.990^1.300^0.480^^28.35^~1 oz~^453.60^~1 lb~^0 ~17159~^~GAME MEAT,BOAR,WILD,CKD,RSTD~^63.87^160^28.30^4.38^1.27^0.00^0.0^0.00^16^1.12^27^134^396^60^3.01^0.056^^13.0^0.0^0.310^0.140^4.210^^0.418^6^0^6^6^117.4^0.70^0^0^0^0^0^0^0^0^0.38^1.4^1.300^1.710^0.640^77^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17160~^~GAME MEAT,BUFFALO,H2O,RAW~^76.30^99^20.39^1.37^1.05^0.00^0.0^^12^1.61^32^197^297^53^1.93^0.151^^9.0^0.0^0.040^0.200^5.970^0.160^0.530^8^0^8^8^^1.66^0^0^0^^^^^^^^0.460^0.420^0.270^46^28.35^~1 oz~^453.60^~1 lb~^0 ~17161~^~GAME MEAT,BUFFALO,H2O,CKD,RSTD~^68.81^131^26.83^1.80^1.39^0.00^0.0^^15^2.12^33^220^313^56^2.54^0.178^^12.0^0.0^0.030^0.250^6.290^0.170^0.460^9^0^9^9^^1.75^0^0^0^^^^^^^^0.600^0.550^0.360^61^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17162~^~GAME MEAT,CARIBOU,RAW~^71.45^127^22.63^3.36^1.14^0.00^0.0^^17^4.69^26^208^295^57^4.00^0.222^0.078^10.2^0.0^0.320^0.720^5.500^2.550^0.370^4^0^4^4^^6.31^0^0^0^^^^^^^^1.290^1.010^0.470^83^28.35^~1 oz~^453.60^~1 lb~^0 ~17163~^~GAME MEAT,CARIBOU,CKD,RSTD~^62.43^167^29.77^4.42^1.50^0.00^0.0^0.00^22^6.17^27^233^310^60^5.26^0.263^0.087^13.6^3.0^0.250^0.900^5.790^2.680^0.320^5^0^5^5^122.6^6.64^0^0^0^0^0^0^0^0^0.40^1.4^1.700^1.330^0.620^109^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17164~^~GAME MEAT,DEER,RAW~^73.57^120^22.96^2.42^1.16^0.00^0.0^0.00^5^3.40^23^202^318^51^2.09^0.253^0.041^9.7^0.0^0.220^0.480^6.370^^0.370^4^0^4^4^^6.31^0^0^0^0^0^0^0^0^0.20^1.1^0.950^0.670^0.470^85^28.35^~1 oz~^453.60^~1 lb~^0 ~17165~^~GAME MEAT,DEER,CKD,RSTD~^65.23^158^30.21^3.19^1.52^0.00^0.0^^7^4.47^24^226^335^54^2.75^0.300^0.046^12.9^0.0^0.180^0.600^6.710^^^^^^^^^0^0^0^^^^^^^^1.250^0.880^0.620^112^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17166~^~GAME MEAT,ELK,RAW~^74.38^111^22.95^1.45^1.00^0.00^0.0^^4^2.76^23^161^312^58^2.40^0.120^0.012^9.8^0.0^^^^^^^^^^^^0^0^0^^^^^^^^0.530^0.360^0.300^55^28.35^~1 oz~^453.60^~1 lb~^0 ~17167~^~GAME MEAT,ELK,CKD,RSTD~^66.28^146^30.19^1.90^1.32^0.00^0.0^^5^3.63^24^180^328^61^3.16^0.142^0.013^13.0^0.0^^^^^^9^0^9^9^^^0^^^^^^^^^^0.700^0.480^0.400^73^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17168~^~GOAT,RAW~^75.84^109^20.60^2.31^1.11^0.00^0.0^^13^2.83^^180^385^82^4.00^0.256^0.038^8.8^0.0^0.110^0.490^3.750^^^5^0^5^5^^1.13^0^0^0^^^^^^^^0.710^1.030^0.170^57^28.35^~1 oz~^453.60^~1 lb~^0 ~17169~^~GAME MEAT,GOAT,CKD,RSTD~^68.21^143^27.10^3.03^1.46^0.00^0.0^0.00^17^3.73^0^201^405^86^5.27^0.303^0.042^11.8^0.0^0.090^0.610^3.950^^0.000^5^0^5^5^106.4^1.19^0^0^0^0^0^0^0^0^0.34^1.2^0.930^1.360^0.230^75^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17170~^~GAME MEAT,HORSE,RAW~^72.63^133^21.39^4.60^0.99^0.00^0.0^^6^3.82^24^221^360^53^2.90^0.144^0.019^10.1^1.0^0.130^0.100^4.600^^0.380^^^^^^3.00^0^0^0^^^^^^^^1.440^1.610^0.650^52^28.35^~1 oz~^453.60^~1 lb~^0 ~17171~^~GAME MEAT,HORSE,CKD,RSTD~^63.98^175^28.14^6.05^1.31^0.00^0.0^^8^5.03^25^247^379^55^3.82^0.171^0.022^13.5^2.0^0.100^0.120^4.840^^0.330^^^^^^3.16^0^0^0^^^^^^^^1.900^2.120^0.850^68^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17172~^~GAME MEAT,MOOSE,RAW~^75.55^102^22.24^0.74^1.13^0.00^0.0^^5^3.21^23^158^317^65^2.80^0.067^0.008^9.6^4.0^0.060^0.270^5.000^^^^^^^^^0^0^0^^^^^^^^0.220^0.150^0.240^59^28.35^~1 oz~^453.60^~1 lb~^0 ~17173~^~GAME MEAT,MOOSE,CKD,RSTD~^67.83^134^29.27^0.97^1.49^0.00^0.0^0.00^6^4.22^24^176^334^69^3.68^0.079^0.009^12.8^5.0^0.050^0.340^5.260^^0.370^4^0^4^4^115.4^6.31^0^0^0^0^0^0^0^0^0.20^1.2^0.290^0.200^0.310^78^340.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17174~^~GAME MEAT,MUSKRAT,RAW~^69.35^162^20.76^8.10^1.18^0.00^0.0^^25^^22^220^276^82^^^^9.1^5.0^0.090^0.520^6.200^^^^^^^^^0^0^0^^^^^^^^^^^^28.35^~1 oz~^453.60^~1 lb~^0 ~17175~^~GAME MEAT,MUSKRAT,CKD,RSTD~^55.58^234^30.09^11.74^1.71^0.00^0.0^^36^7.10^26^271^320^95^2.27^0.189^0.032^14.8^7.0^0.080^0.710^7.190^0.930^0.470^11^0^11^11^^8.30^0^0^0^^^^^^^^^^^121^313.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17176~^~GAME MEAT,OPOSSUM,CKD,RSTD~^58.30^221^30.20^10.20^2.30^0.00^0.0^0.00^17^4.64^34^278^438^58^2.28^0.189^^18.2^0.0^0.100^0.370^8.430^^0.470^10^0^10^10^116.5^8.30^0^0^0^0^0^0^0^0^0.44^1.6^1.206^3.773^2.983^129^399.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17177~^~GAME MEAT,RABBIT,DOMESTICATED,COMP OF CUTS,RAW~^72.82^136^20.05^5.55^0.72^0.00^0.0^^13^1.57^19^213^330^41^1.57^0.145^0.026^23.7^0.0^0.100^0.150^7.270^0.800^0.500^8^0^8^8^^7.16^0^0^0^^^^^^^^1.660^1.500^1.080^57^28.35^~1 oz~^453.60^~1 lb~^0 ~18244~^~DANISH PASTRY,CINN,ENR~^24.30^403^7.00^22.40^1.70^44.60^1.3^19.78^71^1.96^19^107^125^371^0.72^0.100^0.362^17.0^0.1^0.300^0.263^2.867^0.396^0.038^68^35^33^92^21.8^0.10^24^6^6^0^2^1^0^52^0.39^9.4^5.681^12.515^2.933^21^28.35^~1 oz~^142.00^~1 large, (approx 7" dia)~^0 ~18245~^~DANISH PASTRY,CHEESE~^31.40^374^8.00^21.90^1.50^37.20^1.0^6.95^35^1.60^15^108^98^450^0.70^0.089^0.351^18.9^0.1^0.190^0.260^2.000^0.304^0.040^60^35^25^85^21.8^0.17^128^35^34^0^8^0^0^38^0.34^7.4^6.794^11.313^2.575^16^28.35^~1 oz~^71.00^~1 pastry~^0 ~18246~^~DANISH PASTRY,FRUIT,ENR~^27.10^371^5.40^18.50^1.20^47.80^1.9^27.53^46^1.77^15^89^83^354^0.54^0.065^0.253^14.8^3.9^0.263^0.220^1.992^0.634^0.043^47^31^16^69^21.8^0.09^51^15^15^0^1^1^0^49^0.34^5.3^4.860^10.026^2.364^114^28.35^~1 oz~^142.00^~1 large, (approx 7" dia)~^0 ~18247~^~DANISH PASTRY,NUT (INCL ALMOND,RAISIN NUT,CINN NUT)~^20.40^430^7.10^25.20^1.50^45.70^2.0^25.87^94^1.80^32^110^95^363^0.87^0.195^0.845^14.2^1.7^0.220^0.240^2.300^0.702^0.104^83^56^27^122^21.8^0.21^36^9^9^1^4^1^0^42^0.82^6.6^5.821^13.685^4.281^46^28.35^~1 oz~^65.00^~1 pastry, (4-1/4" dia)~^0 ~18248~^~Doughnuts, cake-type, plain (inc. unsugared, old-fashioned)~^22.88^418^5.87^23.55^2.07^45.63^1.6^16.28^25^3.00^16^261^113^557^0.68^0.073^0.290^10.3^1.3^0.237^0.150^1.970^0.203^0.029^80^50^30^115^37.3^0.07^11^3^3^0^1^0^0^13^1.89^10.4^7.127^12.732^2.659^9^28.35^~1 oz~^52.00^~1 doughnut, stick~^0 ~18249~^~Doughnuts, cake-type, plain, chocolate-coated or frosted~^16.76^452^4.93^25.25^1.73^51.33^1.9^26.65^24^4.00^30^210^201^413^0.98^0.260^0.640^6.8^1.3^0.163^0.125^1.590^0.126^0.024^65^37^28^90^29.1^0.10^16^4^3^1^2^1^0^24^2.02^7.9^13.470^8.618^1.960^19^28.35^~1 oz~^18.11^~1 donettes, (2" dia)~^0 ~18250~^~DOUGHNUTS,CAKE-TYPE,PLN,SUGARED OR GLAZED~^19.60^426^5.20^22.90^1.50^50.80^1.5^^60^1.06^17^117^102^402^0.44^0.101^0.334^9.6^0.1^0.233^0.198^1.512^0.435^0.027^46^34^12^70^^0.24^10^3^3^^^^^^^^5.926^12.697^2.909^32^28.35^~1 oz~^45.00^~1 doughnut, medium (approx 3" dia)~^0 ~18251~^~DOUGHNUTS,CAKE-TYPE,CHOC,SUGARED OR GLAZED~^16.30^417^4.50^19.90^1.80^57.40^2.2^31.92^213^2.27^34^162^106^340^0.57^0.191^0.370^4.1^0.1^0.045^0.070^0.470^0.342^0.027^45^28^17^65^29.1^0.10^39^12^11^1^2^1^0^20^0.21^9.8^5.132^11.278^2.477^57^28.35^~1 oz~^60.00^~1 doughnut, (3-3/4" dia)~^0 ~18252~^~DOUGHNUTS,CAKE-TYPE,WHEAT,SUGARED OR GLAZED~^29.80^360^6.30^19.30^2.10^42.60^2.2^21.58^49^1.10^22^104^148^355^0.68^0.110^0.864^19.4^0.2^0.220^0.243^1.852^0.439^0.097^20^5^15^24^37.3^0.17^12^3^3^0^1^0^0^47^1.70^9.8^3.023^8.101^7.077^20^28.35^~1 oz~^28.00^~1 doughnut, (2" dia)~^0 ~18253~^~DOUGHNUTS,FRENCH CRULLERS,GLAZED~^17.90^412^3.10^18.30^1.10^59.50^1.2^35.11^26^2.42^12^123^78^345^0.26^0.070^0.215^2.2^0.0^0.181^0.230^2.130^0.216^0.020^42^34^8^66^29.1^0.05^8^2^2^0^1^0^0^6^0.16^8.0^4.667^10.446^2.285^11^28.35^~1 oz~^41.00^~1 cruller, (3" dia)~^0 ~18254~^~DOUGHNUTS,YEAST-LEAVENED,W/CREME FILLING~^38.20^361^6.40^24.50^0.80^30.00^0.8^14.55^25^1.83^20^76^80^309^0.80^0.113^0.225^10.8^0.0^0.338^0.148^2.242^0.662^0.068^70^56^14^109^29.1^0.14^40^11^11^0^2^1^0^33^0.29^8.6^5.430^12.080^3.082^24^28.35^~1 oz~^85.00^~1 doughnut, oval (3-1/2" x 2-1/2")~^0 ~18255~^~DOUGHNUTS, YEAST-LEAVENED, GLAZED, ENRICHED (INC HONEY BUNS)~^22.60^399^6.21^19.10^1.46^50.64^2.1^19.52^46^3.75^18^138^100^387^1.25^0.095^0.385^15.7^1.2^0.312^0.185^2.610^0.214^0.037^108^68^40^155^29.1^0.11^23^5^5^1^3^1^0^36^1.43^11.5^5.440^9.960^2.864^30^28.35^~1 oz~^13.00^~1 doughnut, hole~^0 ~18256~^~DOUGHNUTS,YEAST-LEAVENED,W/JELLY FILLING~^35.60^340^5.90^18.70^0.80^39.00^0.9^21.10^25^1.76^20^85^79^293^0.75^0.136^0.205^12.5^0.0^0.312^0.142^2.137^0.876^0.100^68^51^17^104^29.1^0.22^71^17^16^3^8^3^0^108^0.43^7.1^4.843^10.226^2.377^26^28.35^~1 oz~^85.00^~1 doughnut, oval (3-1/2" x 2-1/2")~^0 ~18257~^~ECLAIRS,CUSTARD-FILLED W/CHOC GLAZE,PREP FROM RECIPE~^52.40^262^6.40^15.70^1.30^24.20^0.6^6.60^63^1.18^15^107^117^337^0.61^0.058^0.128^15.6^0.3^0.115^0.266^0.799^0.489^0.059^43^29^14^63^79.6^0.34^828^199^189^0^117^3^0^112^2.01^17.5^4.119^6.484^3.948^127^28.35^~1 oz~^112.00^~1 cream puff, (3-1/2" x 2")~^0 ~18258~^~ENGLISH MUFFIN, PLN,ENCHED.W/CA PROP (INCLD SOURDOUGH)~^43.56^227^8.87^1.69^1.71^44.17^3.5^3.53^163^4.00^24^92^109^425^1.05^0.135^0.505^22.4^1.8^0.477^0.250^4.070^0.363^0.054^94^55^40^132^13.7^0.04^0^0^0^0^0^0^0^42^0.31^1.2^0.733^0.383^0.498^0^28.35^~1 oz~^57.00^~1 muffin~^0 ~18259~^~ENGLISH,MUFFIN,PLN,TSTD,ENR,W/CA PROP(INCL SOURDOUGH)~^32.97^270^10.32^2.02^2.04^52.65^2.8^3.47^197^4.65^28^107^129^477^1.40^0.160^0.630^26.3^1.7^0.541^0.280^4.990^0.332^0.067^119^88^31^180^15.7^0.05^0^0^0^0^0^0^0^47^0.36^1.4^0.533^0.478^0.921^0^28.35^~1 oz~^52.00^~1 muffin~^0 ~18260~^~ENGLISH MUFFINS,MIXED-GRAIN (INCL GRANOLA)~^40.20^235^9.10^1.80^2.50^46.30^2.8^0.81^196^3.02^41^81^156^416^1.39^0.243^0.604^25.5^0.0^0.430^0.313^3.583^0.408^0.038^80^45^35^112^13.7^0.00^0^0^0^0^0^0^0^1^0.00^0.0^0.230^0.827^0.559^0^28.35^~1 oz~^66.00^~1 muffin~^0 ~18261~^~ENGLISH MUFFINS,MIXED-GRAIN,TSTD (INCL GRANOLA)~^35.00^255^9.90^1.90^2.70^50.30^3.0^0.88^213^3.29^48^162^169^453^1.05^0.254^0.823^27.7^0.0^0.374^0.307^3.505^0.325^0.103^67^40^27^95^15.7^0.00^0^0^0^0^0^0^0^1^0.00^0.0^0.250^0.899^0.608^0^28.35^~1 oz~^61.00^~1 muffin~^0 ~18262~^~ENGLISH MUFFINS,RAISIN-CINNAMON (INCLUDES APPLE-CINNAMON)~^40.60^240^7.91^1.80^1.58^48.10^2.6^14.76^114^4.50^23^91^173^332^0.97^0.160^0.575^21.6^1.3^0.412^0.215^3.670^0.209^0.066^74^54^20^112^12.6^0.00^1^0^0^0^0^0^0^25^0.31^2.5^0.540^0.846^0.339^0^28.35^~1 oz~^57.00^~1 muffin~^0 ~19127~^~CANDIES,MILK CHOC COATD RAISINS~^11.20^390^4.10^14.80^1.50^68.40^3.1^62.22^86^1.71^45^143^514^36^1.25^0.373^0.358^2.6^0.2^0.084^0.161^0.400^0.264^0.074^8^0^7^7^26.3^0.37^91^29^29^0^0^0^0^3^0.29^3.9^10.272^3.134^0.571^3^180.00^~1 cup~^10.00^~10 pieces~^0 ~19128~^~SYRUPS,TABLE BLENDS,PANCAKE,RED-CAL~^54.90^165^0.00^0.00^0.55^44.55^0.0^32.80^10^0.03^2^43^3^178^0.20^0.018^0.022^0.5^0.0^0.025^0.003^0.004^0.005^0.003^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~19129~^~SYRUPS,TABLE BLENDS,PANCAKE~^37.98^234^0.00^0.00^0.20^61.47^0.0^21.47^3^0.03^2^9^15^82^0.08^0.000^0.068^0.0^0.0^0.024^0.008^0.000^0.004^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^314.00^~1 cup~^20.00^~1 tbsp~^0 ~19130~^~CANDIES,HERSHEY'S POT OF GOLD ALMOND BAR~^^577^12.82^38.46^^46.15^3.8^38.46^192^1.85^^^^64^^^^^0.0^^^^^^^^^^^^^^^^^^^^^^16.667^^^13^78.00^~1 bar, 2.8 oz~^^~~^0 ~19132~^~CANDIES,MILK CHOC,W/ALMONDS~^1.50^526^9.00^34.40^1.70^53.40^6.2^43.90^224^1.63^90^264^444^74^1.34^0.422^0.624^4.0^0.2^0.060^0.435^0.742^0.455^0.045^14^0^13^13^46.8^0.67^175^52^52^0^0^0^0^6^3.14^5.1^17.701^11.960^3.019^19^41.00^~1 bar, (1.45 oz)~^44.00^~1 bar, (1.55 oz)~^0 ~19134~^~CANDIES,MILK CHOC,W/RICE CRL~^1.52^511^7.64^29.37^1.78^59.67^3.3^51.06^187^2.65^62^207^370^86^2.29^0.488^0.477^4.6^0.6^0.131^0.323^0.672^0.471^0.055^18^6^11^21^45.8^0.80^217^65^65^0^0^0^0^6^0.50^5.7^15.890^8.640^0.780^23^40.00^~1 bar, (1.4 oz)~^45.00^~1 bar, (1.45 oz)~^0 ~19135~^~CANDIES,MASTERFOODS USA,MILKY WAY BAR~^6.30^452^4.01^17.23^1.30^70.48^1.0^59.69^115^0.49^20^67^124^167^0.69^0.147^0.147^2.0^0.7^0.046^0.103^0.154^0.155^0.014^4^0^4^4^16.5^0.18^114^32^31^0^4^0^0^1^0.89^3.6^12.016^2.230^0.260^9^58.10^~1 serving, 2.05 oz bar~^17.00^~1 bar, fun size~^0 ~19136~^~CANDIES,SKOR TOFFEE BAR~^1.57^535^3.13^32.18^1.20^61.72^1.3^59.89^^0.57^10^61^153^317^0.17^0.040^0.000^0.0^0.5^0.020^0.100^0.130^0.040^^3^^3^^^^718^^^^^^^^^^18.780^9.290^1.280^53^39.00^~1 bar, 1.4 oz~^^~~^0 ~19137~^~TOPPINGS,STRAWBERRY~^33.00^254^0.20^0.10^0.40^66.30^0.7^27.38^6^0.28^4^5^51^21^0.06^0.032^0.167^0.8^13.7^0.011^0.024^0.161^0.048^0.012^6^0^6^6^9.8^0.00^18^1^0^0^9^0^0^9^0.10^0.7^0.005^0.014^0.050^0^340.00^~1 cup~^42.00^~2 tbsp~^0 ~19138~^~CANDIES,TRUFFLES,PREPARED-FROM-RECIPE~^13.47^510^6.21^33.76^1.44^44.88^2.5^38.31^157^1.75^48^171^297^68^1.55^0.366^0.351^3.4^0.1^0.087^0.250^0.299^0.417^0.032^9^0^9^9^^0.49^513^144^142^0^19^0^0^0^1.82^6.0^18.488^12.636^1.013^53^12.00^~1 piece~^612.00^~1 recipe, yield, recipe makes 49 1 " x 1" pieces~^0 ~19139~^~BAKING CHOC,MASTERFOODS,M&M'S SEMISWEET CHOC MINI BAKNG BITS~^1.27^517^4.44^26.15^2.07^65.96^6.7^53.07^34^2.91^^^^2^^^^^0.0^^^^^^^0^^^^^74^0^0^^^^^^^^15.618^^^3^14.00^~1 serving, 0.5 oz, about 1 tbsp~^340.00^~1 package, (net weight, 12 oz)~^0 ~19140~^~CANDIES,MASTERFOODS USA,M&M'S PNUT CHOC CANDIES~^2.48^515^9.57^26.13^1.44^60.48^3.7^50.75^102^1.16^69^190^347^50^1.76^0.505^0.664^4.1^0.0^0.063^0.106^3.362^0.627^0.090^55^0^55^55^37.3^0.32^80^22^22^0^0^0^0^0^2.85^3.0^10.169^8.086^3.456^8^54.40^~1 serving, 1 singles bag~^18.00^~1 package, fun size~^0 ~19141~^~CANDIES,MASTERFOODS USA,M&M'S MILK CHOC CANDIES~^1.70^492^4.33^21.13^1.63^71.19^2.8^63.68^105^1.11^44^146^261^61^1.61^0.344^0.329^3.3^0.5^0.079^0.213^0.270^0.330^0.025^8^0^8^8^21.7^0.53^203^56^56^0^0^0^0^0^0.36^4.0^13.080^5.183^0.921^14^208.00^~1 cup~^42.00^~1 box, (1.48 oz)~^0 ~19142~^~CANDIES,MOUNDS CANDY BAR~^9.05^486^4.60^26.60^0.87^58.59^3.7^46.19^21^2.09^55^91^321^145^1.10^0.400^0.948^6.6^0.4^0.049^0.058^0.277^0.245^0.090^6^0^6^6^11.8^0.00^0^0^0^0^0^0^0^5^0.19^1.6^20.580^0.390^0.140^2^19.00^~1 bar, snack size~^53.00^~1 package, 1.9 oz~^0 ~19143~^~CANDIES,MR. GOODBAR CHOC BAR~^0.45^538^10.22^33.21^1.53^54.34^3.8^47.22^110^1.39^47^163^394^41^0.93^0.170^0.000^0.0^0.9^0.140^0.140^3.440^0.420^0.070^38^0^38^38^47.4^0.33^125^35^35^0^0^0^0^5^3.17^3.6^14.130^8.203^4.366^10^49.00^~1 bar, (1.75 oz)~^73.00^~1 bar, (2.6 oz)~^0 ~16048~^~BEANS,YEL,MATURE SEEDS,CKD,BLD,WO/SALT~^62.98^144^9.16^1.08^1.50^25.27^10.4^^62^2.48^74^183^325^5^1.06^0.186^0.455^1.3^1.8^0.187^0.103^0.708^0.229^0.129^81^0^81^81^^0.00^2^0^0^^^^^^^^0.279^0.094^0.466^0^177.00^~1 cup~^^~~^0 ~16049~^~BEANS,WHITE,MATURE SEEDS,RAW~^11.32^333^23.36^0.85^4.20^60.27^15.2^2.11^240^10.44^190^301^1795^16^3.67^0.984^1.796^12.8^0.0^0.437^0.146^0.479^0.732^0.318^388^0^388^388^66.2^0.00^0^0^0^0^0^0^0^0^0.21^5.6^0.219^0.074^0.364^0^202.00^~1 cup~^12.60^~1 tbsp~^0 ~16050~^~BEANS,WHITE,MATURE SEEDS,CKD,BLD,WO/SALT~^63.08^139^9.73^0.35^1.75^25.09^6.3^0.34^90^3.70^63^113^561^6^1.38^0.287^0.636^1.3^0.0^0.118^0.046^0.140^0.229^0.093^81^0^81^81^35.1^0.00^0^0^0^0^0^0^0^0^0.94^3.5^0.091^0.031^0.152^0^179.00^~1 cup~^11.20^~1 tbsp~^0 ~16051~^~BEANS,WHITE,MATURE SEEDS,CND~^70.10^114^7.26^0.29^1.15^21.20^4.8^0.29^73^2.99^51^91^454^5^1.12^0.232^0.515^1.6^0.0^0.096^0.037^0.113^0.185^0.075^65^0^65^65^^0.00^0^0^0^0^0^0^0^0^0.79^2.9^0.076^0.026^0.126^0^262.00^~1 cup~^^~~^0 ~16052~^~BROADBEANS (FAVA BEANS),MATURE SEEDS,RAW~^10.98^341^26.12^1.53^3.08^58.29^25.0^5.70^103^6.70^192^421^1062^13^3.14^0.824^1.626^8.2^1.4^0.555^0.333^2.832^0.976^0.366^423^0^423^423^95.8^0.00^53^3^0^0^32^0^0^0^0.05^9.0^0.254^0.303^0.627^0^150.00^~1 cup~^9.40^~1 tbsp~^0 ~16053~^~BROADBEANS (FAVA BNS),MATURE SEEDS,CKD,BLD,WO/SALT~^71.54^110^7.60^0.40^0.81^19.65^5.4^1.82^36^1.50^43^125^268^5^1.01^0.259^0.421^2.6^0.3^0.097^0.089^0.711^0.157^0.072^104^0^104^104^30.6^0.00^15^1^0^0^9^0^0^0^0.02^2.9^0.066^0.079^0.164^0^170.00^~1 cup~^^~~^0 ~16054~^~BROADBEANS (FAVA BNS),MATURE SEEDS,CND~^80.32^71^5.47^0.22^1.58^12.41^3.7^^26^1.00^32^79^242^453^0.62^0.109^0.288^1.8^1.8^0.020^0.050^0.960^0.119^0.045^33^0^33^33^^0.00^10^1^0^^^^^^^^0.037^0.044^0.090^0^256.00^~1 cup~^^~~^0 ~16055~^~CAROB FLOUR~^3.58^222^4.62^0.65^2.27^88.88^39.8^49.08^348^2.94^54^79^827^35^0.92^0.571^0.508^5.3^0.2^0.053^0.461^1.897^0.047^0.366^29^0^29^29^11.9^0.00^14^1^0^0^8^0^0^0^0.63^0.0^0.090^0.197^0.216^0^103.00^~1 cup~^6.00^~1 tbsp~^0 ~16056~^~CHICKPEAS (GARBANZO BNS,BENGAL GM),MATURE SEEDS,RAW~^11.53^364^19.30^6.04^2.48^60.65^17.4^10.70^105^6.24^115^366^875^24^3.43^0.847^2.204^8.2^4.0^0.477^0.212^1.541^1.588^0.535^557^0^557^557^95.2^0.00^67^3^0^0^40^0^0^0^0.82^9.0^0.626^1.358^2.694^0^200.00^~1 cup~^12.50^~1 tbsp~^0 ~16057~^~CHICKPEAS ,MATURE SEEDS,CKD,BLD,WO/SALT~^60.21^164^8.86^2.59^0.92^27.42^7.6^4.80^49^2.89^48^168^291^7^1.53^0.352^1.030^3.7^1.3^0.116^0.063^0.526^0.286^0.139^172^0^172^172^42.8^0.00^27^1^0^0^16^0^0^0^0.35^4.0^0.269^0.583^1.156^0^164.00^~1 cup~^^~~^0 ~16058~^~CHICKPEAS (GARBANZO BNS,BENGAL GM),MATURE SEEDS,CND~^69.69^119^4.95^1.14^1.61^22.61^4.4^^32^1.35^29^90^172^299^1.06^0.174^0.604^2.8^3.8^0.029^0.033^0.138^0.299^0.473^67^0^67^67^32.6^0.00^21^1^0^0^12^0^0^0^^^0.118^0.257^0.510^0^240.00^~1 cup~^^~~^0 ~16059~^~CHILI WITH BEANS,CANNED~^75.51^112^5.71^5.49^1.38^11.91^4.4^1.19^47^3.43^45^154^365^522^2.00^0.117^0.134^1.3^1.7^0.048^0.105^0.358^1.420^0.132^23^0^23^23^20.2^0.00^337^17^0^0^180^43^1069^107^0.52^1.9^2.352^2.332^0.362^17^256.00^~1 cup~^16.00^~1 tbsp~^0 ~16060~^~COWPEAS,CATJANG,MATURE SEEDS,RAW~^11.05^343^23.85^2.07^3.39^59.64^10.7^^85^9.95^333^438^1375^58^6.11^1.059^1.544^9.1^1.5^0.680^0.170^2.795^1.511^0.361^639^0^639^639^^0.00^33^2^0^^^^^^^^0.542^0.173^0.889^0^167.00^~1 cup~^^~~^0 ~16061~^~COWPEAS,CATJANG,MATURE SEEDS,CKD,BLD,WO/SALT~^69.70^117^8.13^0.71^1.16^20.32^3.6^^26^3.05^96^142^375^19^1.87^0.271^0.473^2.5^0.4^0.162^0.046^0.714^0.386^0.092^142^0^142^142^^0.00^10^1^0^^^^^^^^0.185^0.059^0.303^0^171.00^~1 cup~^^~~^0 ~16062~^~COWPEAS,COMMON (BLACKEYES,CROWDER,SOUTHERN),MTRE SEEDS,RAW~^11.95^336^23.52^1.26^3.24^60.03^10.6^6.90^110^8.27^184^424^1112^16^3.37^0.845^1.528^9.0^1.5^0.853^0.226^2.075^1.496^0.357^633^0^633^633^94.7^0.00^50^3^0^0^30^0^0^0^0.39^5.0^0.331^0.106^0.542^0^167.00^~1 cup~^10.50^~1 tbsp~^0 ~16063~^~COWPEAS,COMMON (BLKEYES,CRWDR,STHRN),MTURE,CKD,BLD,WO/SALT~^70.04^116^7.73^0.53^0.94^20.76^6.5^3.30^24^2.51^53^156^278^4^1.29^0.268^0.475^2.5^0.4^0.202^0.055^0.495^0.411^0.100^208^0^208^208^32.2^0.00^15^1^0^0^9^0^0^0^0.28^1.7^0.138^0.044^0.225^0^172.00^~1 cup~^^~~^0 ~16064~^~COWPEAS,COMMON,MATURE SEEDS,CND,PLN~^79.63^77^4.74^0.55^1.45^13.63^3.3^^20^0.97^28^70^172^299^0.70^0.117^0.283^2.3^2.7^0.076^0.074^0.354^0.190^0.045^51^0^51^51^^0.00^13^1^0^^^^^^^^0.144^0.046^0.237^0^240.00^~1 cup~^^~~^0 ~16065~^~COWPEAS,COMMON,MATURE SEEDS,CND W/PORK~^77.59^83^2.74^1.60^1.54^16.53^3.3^^17^1.42^43^96^178^350^1.04^0.170^0.392^2.3^0.2^0.063^0.050^0.431^0.191^0.045^51^0^51^51^^0.00^0^0^0^^^^^^^^0.605^0.656^0.229^7^240.00^~1 cup~^^~~^0 ~16067~^~HYACINTH BNS,MATURE SEEDS,RAW~^9.38^344^23.90^1.69^4.29^60.76^^^130^5.10^283^372^1235^21^9.30^1.335^1.573^8.2^0.0^1.130^0.136^1.610^1.237^0.155^23^0^23^23^^0.00^0^0^0^^^^^^^^0.288^^^0^210.00^~1 cup~^^~~^0 ~16068~^~HYACINTH BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^69.13^117^8.14^0.58^1.46^20.70^^^40^4.58^82^120^337^7^2.85^0.341^0.482^2.8^0.0^0.270^0.037^0.411^0.316^0.037^4^0^4^4^^0.00^0^0^0^^^^^^^^0.099^^^0^194.00^~1 cup~^^~~^0 ~16069~^~LENTILS,RAW~^10.40^353^25.80^1.06^2.67^60.08^30.5^2.03^56^7.54^122^451^955^6^4.78^0.519^1.330^8.3^4.4^0.873^0.211^2.605^2.140^0.540^479^0^479^479^96.4^0.00^39^2^0^0^23^0^0^0^0.49^5.0^0.156^0.189^0.516^0^192.00^~1 cup~^12.00^~1 tablespoon~^0 ~16070~^~LENTILS,MATURE SEEDS,CKD,BLD,WO/SALT~^69.64^116^9.02^0.38^0.83^20.13^7.9^1.80^19^3.33^36^180^369^2^1.27^0.251^0.494^2.8^1.5^0.169^0.073^1.060^0.638^0.178^181^0^181^181^32.7^0.00^8^0^0^0^5^0^0^0^0.11^1.7^0.053^0.064^0.175^0^198.00^~1 cup~^12.30^~1 tbsp~^0 ~16071~^~LIMA BNS,LRG,MATURE SEEDS,RAW~^10.17^338^21.46^0.69^4.30^63.38^19.0^8.50^81^7.51^224^385^1724^18^2.83^0.740^1.672^7.2^0.0^0.507^0.202^1.537^1.355^0.512^395^0^395^395^96.7^0.00^0^0^0^0^0^0^0^0^0.72^6.0^0.161^0.062^0.309^0^178.00^~1 cup~^11.10^~1 tbsp~^0 ~16072~^~LIMA BNS,LRG,MATURE SEEDS,CKD,BLD,WO/SALT~^69.79^115^7.80^0.38^1.15^20.88^7.0^2.90^17^2.39^43^111^508^2^0.95^0.235^0.516^4.5^0.0^0.161^0.055^0.421^0.422^0.161^83^0^83^83^32.5^0.00^0^0^0^0^0^0^0^0^0.18^2.0^0.089^0.034^0.171^0^188.00^~1 cup~^11.70^~1 tbsp~^0 ~16073~^~LIMA BNS,LRG,MATURE SEEDS,CND~^77.08^79^4.93^0.17^2.92^14.91^4.8^^21^1.81^39^74^220^336^0.65^0.180^0.363^4.5^0.0^0.055^0.034^0.261^0.259^0.091^50^0^50^50^^0.00^0^0^0^^^^^^^^0.039^0.015^0.074^0^241.00^~1 cup~^^~~^0 ~16074~^~LIMA BNS,THIN SEEDED (BABY),MATURE SEEDS,RAW~^12.07^335^20.62^0.93^3.55^62.83^20.6^8.32^81^6.19^188^370^1403^13^2.60^0.665^1.686^7.0^0.0^0.574^0.218^1.712^1.265^0.327^400^0^400^400^^0.00^0^0^0^0^0^0^0^0^0.70^5.9^0.219^0.084^0.420^0^202.00^~1 cup~^^~~^0 ~16075~^~LIMA BNS,THIN SEEDED (BABY),MATURE SEEDS,CKD,BLD,WO/SALT~^67.15^126^8.04^0.38^1.12^23.31^7.7^^29^2.40^53^127^401^3^1.03^0.215^0.585^4.9^0.0^0.161^0.055^0.660^0.472^0.078^150^0^150^150^^0.00^0^0^0^^^^^^^^0.088^0.034^0.169^0^182.00^~1 cup~^^~~^0 ~16076~^~LUPINS,MATURE SEEDS,RAW~^10.44^371^36.17^9.74^3.28^40.38^^^176^4.36^198^440^1013^15^4.75^1.022^2.382^8.2^4.8^0.640^0.220^2.190^0.750^0.357^355^0^355^355^^0.00^23^1^0^^^^^^^^1.156^3.940^2.439^0^180.00^~1 cup~^^~~^0 ~16077~^~LUPINS,MATURE SEEDS,CKD,BLD,WO/ SALT~^71.08^119^15.57^2.92^0.55^9.88^2.8^^51^1.20^54^128^245^4^1.38^0.231^0.676^2.6^1.1^0.134^0.053^0.495^0.188^0.009^59^0^59^59^^0.00^7^0^0^^^^^^^^0.346^1.180^0.730^0^166.00^~1 cup~^^~~^0 ~17178~^~GAME MEAT,RABBIT,DOMESTICATED,COMP OF CUTS,CKD,RSTD~^60.61^197^29.06^8.05^1.04^0.00^0.0^^19^2.27^21^263^383^47^2.27^0.189^0.032^38.5^0.0^0.090^0.210^8.430^0.930^0.470^11^0^11^11^^8.30^0^0^0^^^^^^^^2.400^2.170^1.560^82^313.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17179~^~GAME MEAT,RABBIT,DOMESTICATED,COMP OF CUTS,CKD,STWD~^58.82^206^30.38^8.41^1.09^0.00^0.0^0.00^20^2.37^20^226^300^37^2.37^0.176^0.032^38.5^0.0^0.060^0.170^7.160^0.670^0.340^9^0^9^9^121.2^6.51^0^0^0^0^0^0^0^0^0.44^1.6^2.510^2.270^1.630^86^299.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17180~^~GAME MEAT,RABBIT,WILD,RAW~^74.51^114^21.79^2.32^1.12^0.00^0.0^^12^3.20^29^226^378^50^^^^9.4^0.0^0.030^0.060^6.500^^^^^^^^^0^0^0^^^^^^^^0.690^0.630^0.450^81^28.35^~1 oz~^453.60^~1 lb~^0 ~17181~^~GAME MEAT,RABBIT,WILD,CKD,STWD~^61.37^173^33.02^3.51^1.70^0.00^0.0^0.00^18^4.85^31^240^343^45^2.38^0.176^^15.2^0.0^0.020^0.070^6.400^^0.340^8^0^8^8^129.9^6.51^0^0^0^0^0^0^0^0^0.41^1.5^1.050^0.950^0.680^123^299.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17182~^~GAME MEAT,RACCOON,CKD,RSTD~^54.30^255^29.20^14.50^1.50^0.00^0.0^0.00^14^7.10^30^261^398^79^2.27^0.189^^18.0^0.0^0.590^0.520^4.680^^0.470^11^0^11^11^115.4^8.30^0^0^0^0^0^0^0^0^0.49^1.7^4.070^5.210^2.090^97^399.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17183~^~GAME MEAT,SQUIRREL,RAW~^73.83^120^21.23^3.21^1.16^0.00^0.0^^2^4.70^24^172^304^103^^^^9.3^0.0^0.070^0.210^4.000^^^^^^^^^0^0^0^^^^^^^^0.380^1.180^0.940^83^28.35^~1 oz~^453.60^~1 lb~^0 ~17184~^~GAME MEAT,SQUIRREL,CKD,RSTD~^62.07^173^30.77^4.69^1.68^0.00^0.0^0.00^3^6.81^28^211^352^119^1.78^0.148^0.032^15.1^0.0^0.060^0.290^4.640^0.930^0.370^9^0^9^9^122.9^6.51^0^0^0^0^0^0^0^0^0.40^1.4^0.850^1.330^1.460^121^313.00^~1 piece, cooked (yield from 1 lb raw meat, boneless)~^85.00^~3 oz~^0 ~17185~^~LAMB,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^79.20^122^10.40^8.58^1.33^0.00^0.0^^9^1.75^12^270^296^112^1.17^0.240^0.044^9.0^16.0^0.130^0.300^3.900^0.920^0.290^3^0^3^3^^11.30^0^0^0^^^^^^^^2.190^1.550^0.880^1352^28.35^~1 oz~^113.40^~4 oz~^2 ~17186~^~LAMB,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,BRSD~^75.73^145^12.55^10.17^1.36^0.00^0.0^^12^1.68^14^337^205^134^1.36^0.210^0.059^12.0^12.0^0.110^0.240^2.470^0.990^0.110^5^0^5^5^^9.25^0^0^0^^^^^^^^2.600^1.840^1.040^2043^347.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17187~^~LAMB,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,PAN-FRIED~^60.71^273^16.97^22.19^1.82^0.00^0.0^^21^2.04^22^495^358^157^2.00^0.480^0.067^12.0^23.0^0.170^0.370^4.550^1.560^0.230^7^0^7^7^^24.10^0^0^0^^^^^^^^5.670^4.020^2.280^2504^240.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17188~^~VEAL,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^79.78^118^10.32^8.21^1.36^0.00^0.0^^10^2.13^14^274^315^127^1.11^0.220^0.037^10.0^14.0^0.130^0.260^4.300^2.720^0.280^3^0^3^3^^12.20^0^0^0^^^^^^^^1.910^1.640^0.950^1590^28.35^~1 oz~^113.40^~4 oz~^3 ~17189~^~VEAL,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,BRSD~^76.89^136^11.48^9.63^1.40^0.00^0.0^^16^1.67^16^385^214^156^1.61^0.260^0.038^11.0^13.0^0.080^0.200^2.430^1.000^0.170^3^0^3^3^^9.65^0^0^0^^^^^^^^2.180^1.740^1.490^3100^339.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17190~^~VEAL,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,PAN-FRIED~^68.56^213^14.48^16.75^1.88^0.00^0.0^^10^1.07^18^434^472^176^1.82^0.300^0.044^12.0^15.0^0.150^0.360^5.620^1.130^0.330^6^0^6^6^^21.30^0^0^0^^^^^^^^3.960^4.210^2.440^2120^330.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17191~^~LAMB,VAR MEATS&BY-PRODUCTS,HEART,RAW~^76.71^122^16.47^5.68^0.93^0.21^0.0^^6^4.60^17^175^316^89^1.87^0.397^0.046^32.0^5.0^0.370^0.990^6.140^2.630^0.390^2^0^2^2^^10.25^0^0^0^^^^^^^^2.250^1.600^0.550^135^28.35^~1 oz~^113.40^~4 oz~^22 ~17192~^~LAMB,VAR MEATS&BY-PRODUCTS,HEART,CKD,BRSD~^64.20^185^24.97^7.91^0.99^1.93^0.0^^14^5.52^24^254^188^63^3.68^0.610^0.055^47.0^7.0^0.170^1.190^4.360^1.370^0.300^2^0^2^2^^11.20^0^0^0^^^^^^^^3.140^2.220^0.770^249^191.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17193~^~VEAL,VAR MEATS&BY-PRODUCTS,HEART,RAW~^77.69^110^17.18^3.98^1.07^0.08^0.0^^5^4.24^18^211^261^77^1.47^0.340^0.036^33.3^8.0^0.520^1.000^6.400^2.780^0.430^2^0^2^2^^13.76^0^0^0^^^^^^^^1.070^0.840^1.050^104^28.35^~1 oz~^113.40^~4 oz~^26 ~17194~^~VEAL,VAR MEATS&BY-PRODUCTS,HEART,CKD,BRSD~^62.18^186^29.12^6.75^1.82^0.13^0.0^^8^4.32^18^250^199^58^2.24^0.432^0.061^52.4^10.0^0.350^0.930^4.880^1.650^0.210^2^0^2^2^^14.46^0^0^0^^^^^^^^1.820^1.420^1.780^176^198.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17195~^~LAMB,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^79.23^97^15.74^2.95^1.26^0.82^0.0^^13^6.38^17^246^277^156^2.24^0.446^0.118^126.9^11.0^0.620^2.240^7.510^4.220^0.220^28^0^28^28^^52.41^316^95^95^^^^^^^^1.000^0.630^0.550^337^28.35^~1 oz~^113.40^~4 oz~^3 ~17196~^~LAMB,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,BRSD~^70.45^137^23.65^3.62^1.29^0.99^0.0^^18^12.40^20^290^178^151^3.80^0.370^0.144^218.8^12.0^0.350^2.070^5.990^2.040^0.120^81^0^81^81^^78.90^455^137^137^^^^^^^^1.230^0.770^0.670^565^255.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17197~^~VEAL,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^79.07^99^15.76^3.12^1.20^0.85^0.0^^11^3.36^16^241^272^178^1.97^0.494^0.080^80.0^5.0^0.320^1.900^6.990^3.300^0.370^21^0^21^21^^28.20^308^92^92^^^^^^^^0.960^0.680^0.620^364^28.35^~1 oz~^113.40^~4 oz~^12 ~17198~^~VEAL,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,BRSD~^67.67^163^26.32^5.66^1.45^0.00^0.0^^29^3.04^24^372^159^110^4.25^0.360^0.127^100.0^8.0^0.190^1.990^4.630^0.860^0.180^21^0^21^21^^36.90^669^201^201^^^^^^^^1.740^1.240^1.130^791^184.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17199~^~LAMB,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^71.37^139^20.38^5.02^1.44^1.78^0.0^^7^7.37^19^364^313^70^4.66^6.979^0.184^82.4^4.0^0.340^3.630^16.110^6.130^0.900^230^0^230^230^^90.05^24612^7391^7391^^^^^^^^1.940^1.050^0.750^371^28.35^~1 oz~^113.40^~4 oz~^0 ~17200~^~LAMB,VAR MEATS&BY-PRODUCTS,LIVER,CKD,BRSD~^56.67^220^30.57^8.81^1.42^2.53^0.0^^8^8.28^22^420^221^56^7.89^7.074^0.520^111.4^4.0^0.230^4.030^12.150^3.960^0.490^73^0^73^73^^76.50^24945^7491^7491^^^^^^^^3.410^1.840^1.310^501^336.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17201~^~LAMB,VAR MEATS&BY-PRODUCTS,LIVER,CKD,PAN-FRIED~^56.20^238^25.53^12.65^1.83^3.78^0.0^^9^10.20^23^427^352^124^5.63^9.830^0.594^116.1^13.0^0.350^4.590^16.680^6.330^0.950^400^0^400^400^^85.70^25998^7782^7777^^^^^^^^4.900^2.640^1.890^493^322.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17202~^~VEAL,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^70.89^140^19.93^4.85^1.42^2.91^0.0^0.00^5^6.40^20^379^308^77^12.02^11.865^0.255^22.7^0.7^0.173^2.440^10.550^6.065^0.957^125^0^125^125^310.0^59.85^39056^11707^11705^13^11^11^0^0^0.37^0.9^1.560^0.968^0.829^334^^~~^^~~^0 ~17203~^~VEAL,VAR MEATS&BY-PRODUCTS,LIVER,CKD,BRSD~^59.86^192^28.42^6.26^1.70^3.77^0.0^0.00^6^5.11^20^460^329^78^11.23^14.940^0.270^19.3^1.1^0.182^2.860^13.150^6.555^0.918^331^0^331^331^398.9^84.60^70564^21145^21140^11^47^11^0^0^0.68^1.4^1.986^1.146^1.069^511^79.94^~1 slice~^^~~^0 ~17204~^~VEAL,VAR MEATS&BY-PRODUCTS,LIVER,CKD,PAN-FRIED~^59.87^193^27.37^6.51^1.79^4.47^0.0^0.00^7^5.98^23^483^353^85^11.90^15.050^0.302^24.9^0.7^0.178^3.060^14.350^7.075^0.891^350^0^350^350^411.0^72.50^66989^20074^20070^11^40^16^0^0^0.60^1.6^2.109^1.194^1.159^485^66.72^~1 slice~^^~~^0 ~17205~^~LAMB,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^79.70^95^16.70^2.60^1.10^0.00^0.0^^10^6.40^14^219^238^157^1.80^0.254^0.019^17.7^31.0^0.048^0.237^4.124^^0.110^12^0^12^12^^3.93^89^27^27^^^^^^^^0.890^0.670^0.350^^28.35^~1 oz~^113.40^~4 oz~^24 ~17206~^~LAMB,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^75.83^113^19.88^3.10^1.31^0.00^0.0^^12^4.57^11^188^127^84^1.93^0.234^0.016^21.1^28.0^0.034^0.139^2.428^^0.060^8^0^8^8^^2.52^106^32^32^^^^^^^^1.060^0.800^0.430^284^381.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17207~^~VEAL,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^80.50^90^16.30^2.30^1.10^0.00^0.0^^7^5.23^12^288^274^108^1.16^0.241^0.018^17.2^39.0^0.047^0.231^4.025^^0.110^11^0^11^11^^3.83^0^0^0^^^^^^^^0.790^0.590^0.310^229^28.35^~1 oz~^113.40^~4 oz~^24 ~18263~^~ENGLISH MUFFINS,RAISIN-CINNAMON,TSTD (INCL APPLE-CINNAMON)~^32.07^276^8.87^2.21^1.81^55.04^3.0^13.34^139^4.90^28^108^194^369^1.00^0.175^0.720^24.3^1.4^0.518^0.245^4.285^0.284^0.062^86^66^20^131^14.5^0.00^1^0^0^0^0^0^0^28^0.36^2.5^0.579^1.065^0.469^0^28.35^~1 oz~^52.00^~1 muffin~^0 ~18264~^~ENGLISH MUFFINS,WHEAT~^42.30^223^8.70^2.00^2.30^44.80^4.6^1.56^178^2.87^37^107^186^382^1.07^0.148^1.001^29.2^0.0^0.431^0.292^3.356^0.444^0.087^64^25^39^82^13.7^0.00^3^0^0^0^2^0^0^92^0.45^0.8^0.287^0.280^0.834^0^28.35^~1 oz~^57.00^~1 muffin~^0 ~18265~^~ENGLISH MUFFINS,WHEAT,TSTD~^37.20^243^9.40^2.10^2.50^48.70^5.0^1.70^193^3.12^42^125^202^415^1.22^0.163^1.120^31.8^0.0^0.375^0.286^3.283^0.214^0.098^59^29^30^79^15.7^0.00^3^0^0^0^2^0^0^95^0.49^0.9^0.312^0.305^0.906^0^28.35^~1 oz~^52.00^~1 muffin~^0 ~18266~^~ENGLISH MUFFINS,WHOLE-WHEAT~^45.70^203^8.80^2.10^2.80^40.40^6.7^8.09^265^2.45^71^282^210^472^1.60^0.212^1.790^40.3^0.0^0.300^0.140^3.410^0.695^0.163^49^0^49^49^13.7^0.00^5^0^0^1^3^0^0^91^0.41^1.0^0.334^0.513^0.835^0^28.35^~1 oz~^66.00^~1 muffin~^0 ~18267~^~ENGLISH MUFFINS,WHOLE-WHEAT,TSTD~^41.00^221^9.60^2.30^3.00^44.10^7.3^8.79^288^2.66^77^307^228^692^1.74^0.225^1.946^43.8^0.0^0.261^0.137^3.336^0.491^0.159^45^0^45^45^15.7^0.00^5^0^0^1^3^0^0^94^0.44^1.1^0.363^0.557^0.908^0^28.35^~1 oz~^61.00^~1 muffin~^0 ~18268~^~FRENCH TOAST,FRZ,RTH~^52.60^213^7.40^6.10^1.80^32.10^1.1^^107^2.21^17^139^134^495^0.77^0.084^0.245^16.7^0.3^0.277^0.381^2.722^0.940^0.496^52^28^24^72^^1.68^187^54^53^^^^^^^^1.533^2.040^1.227^82^28.35^~1 oz~^59.00^~1 piece~^0 ~18269~^~FRENCH TOAST,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^54.70^229^7.70^10.80^1.80^25.00^^^100^1.67^17^117^134^479^0.67^0.058^0.188^20.1^0.3^0.204^0.321^1.628^0.549^0.074^43^20^23^57^^0.31^503^124^118^^66^^^^^^2.723^4.524^2.594^116^28.35^~1 oz~^65.00^~1 slice~^0 ~18270~^~HUSH PUPPIES,PREP FROM RECIPE~^29.00^337^7.70^13.50^3.90^46.00^2.8^2.03^278^3.04^24^189^144^668^0.66^0.066^0.220^15.8^0.2^0.352^0.332^2.782^0.357^0.102^89^69^20^137^32.7^0.19^186^41^38^17^27^1^0^401^1.26^23.6^2.108^3.263^7.219^45^152.00^~1 cup~^28.35^~1 oz~^0 ~18271~^~ICE CRM CONES,CAKE OR WAFER-TYPE~^5.30^417^8.10^6.90^0.70^79.00^3.0^6.00^25^3.60^26^97^112^143^0.67^0.204^0.572^4.8^0.0^0.250^0.354^4.427^0.479^0.030^173^168^5^291^9.4^0.00^0^0^0^0^0^0^0^17^0.78^1.8^1.222^1.845^3.264^0^28.35^~1 oz~^4.00^~1 cone~^0 ~18272~^~ICE CRM CONES,SUGAR,ROLLED-TYPE~^3.00^402^7.90^3.80^1.10^84.10^1.7^25.66^44^4.43^31^103^145^320^0.75^0.268^0.732^4.8^0.0^0.511^0.405^5.066^0.429^0.052^140^136^5^236^8.5^0.00^0^0^0^0^0^0^0^14^0.07^1.5^0.573^1.470^1.452^0^28.35^~1 oz~^10.00^~1 cone~^0 ~18273~^~MUFFINS,PLN,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^37.70^296^6.90^11.40^2.70^41.40^2.7^^200^2.39^17^153^121^467^0.56^0.069^0.296^18.0^0.3^0.284^0.301^2.308^0.351^0.042^51^38^13^78^43.4^0.15^140^40^39^^^^^^^^2.156^2.757^5.721^39^28.35^~1 oz~^57.00^~1 muffin~^0 ~18274~^~MUFFINS,BLUEBERRY,COMMLY PREP (INCLUDES MINI-MUFFINS)~^24.61^393^5.28^19.24^1.32^49.54^1.7^27.05^35^2.00^10^125^96^315^1.27^0.080^0.785^9.8^0.9^0.163^0.175^1.375^0.251^0.042^48^36^12^73^51.7^0.08^25^7^6^0^2^1^0^37^1.57^39.2^3.549^5.152^9.703^40^17.22^~1 mini, miniature (1-1/4" dia)~^66.09^~1 small, (2-3/4" dia x 2")~^0 ~18275~^~MUFFINS,BLUEBERRY,DRY MIX~^20.00^366^4.90^10.00^2.00^63.20^^^25^1.26^13^220^84^548^0.33^0.088^0.276^3.1^0.4^0.233^0.380^3.212^0.553^0.082^133^120^13^217^^0.00^12^1^0^^^^^^^^2.489^5.507^1.393^0^28.35^~1 oz~^356.00^~1 package, mix + drained berries~^0 ~18277~^~MUFFINS,BLUEBERRY,TOASTER-TYPE~^30.80^313^4.60^9.50^1.80^53.30^1.8^4.85^13^0.51^12^59^83^478^0.39^0.083^0.368^17.6^0.0^0.240^0.290^2.020^0.246^0.027^65^54^11^103^51.7^0.02^318^94^94^0^3^0^0^19^0.91^19.3^1.398^2.162^5.351^6^28.35^~1 oz~^33.00^~1 muffin, toaster~^0 ~18278~^~MUFFINS,BLUEBERRY,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^39.50^285^6.50^10.80^2.50^40.70^^^189^2.27^16^145^123^441^0.54^0.071^0.312^17.1^1.5^0.272^0.289^2.211^0.341^0.043^48^36^12^73^^0.14^141^38^37^^^^^^^^2.030^2.596^5.388^37^28.35^~1 oz~^57.00^~1 muffin~^0 ~18279~^~MUFFINS,CORN,COMMLY PREP~^32.60^305^5.90^8.40^2.10^50.90^3.4^7.50^74^2.81^32^284^69^521^0.54^0.299^0.355^15.2^0.0^0.273^0.326^2.037^0.444^0.084^80^46^34^112^51.7^0.09^208^52^49^12^20^0^0^263^0.80^2.3^1.354^2.104^3.215^26^17.22^~1 mini~^66.09^~1 small~^0 ~18280~^~MUFFINS,CORN,DRY MIX,PREP~^30.50^321^7.40^10.20^2.80^49.10^2.4^^75^1.94^21^384^131^795^0.64^0.063^0.221^15.2^0.1^0.249^0.276^2.101^0.451^0.106^57^46^11^89^^0.16^210^41^36^^^^^^^^2.797^5.249^1.250^62^28.35^~1 oz~^^~~^0 ~18281~^~MUFFINS,CORN,TOASTER-TYPE~^23.60^346^5.30^11.30^1.90^57.90^1.6^^19^1.47^14^151^92^430^0.39^0.072^0.280^15.2^0.0^0.310^0.370^2.310^0.241^0.048^57^45^12^89^^0.03^97^18^16^^^^^^^^1.681^2.625^6.324^13^28.35^~1 oz~^33.00^~1 muffin, toaster~^0 ~18282~^~MUFFINS,CORN,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^33.00^316^7.10^12.30^3.40^44.20^^^259^2.61^23^177^145^585^0.61^0.059^0.186^13.4^0.3^0.303^0.310^2.382^0.359^0.093^75^57^18^115^^0.16^241^^^^^^^^^^2.311^3.012^6.162^42^28.35^~1 oz~^57.00^~1 muffin, (2-3/4" dia x 2")~^0 ~18283~^~MUFFINS,OAT BRAN~^35.00^270^7.00^7.40^2.30^48.30^4.6^8.22^63^4.20^157^376^507^393^1.84^0.330^2.630^11.0^0.0^0.262^0.095^0.420^1.010^0.161^89^71^18^139^6.6^0.01^0^0^0^0^0^0^0^13^0.66^13.0^1.087^1.695^4.129^0^17.22^~1 mini~^66.09^~1 small~^0 ~18284~^~MUFFINS,WHEAT BRAN,DRY MIX~^4.80^396^7.10^12.00^3.10^73.00^^^36^3.60^87^480^200^700^1.50^0.200^2.666^18.0^0.0^0.360^0.280^5.000^0.669^0.282^85^62^23^128^^0.00^0^0^0^^^^^^^^2.939^6.403^1.904^0^28.35^~1 oz~^198.00^~1 package, (7 oz)~^0 ~18286~^~MUFFINS,WHEAT BRAN,TOASTER-TYPE W/RAISINS~^31.40^295^5.20^8.80^2.40^52.20^7.7^13.98^37^2.66^31^198^166^495^0.65^0.137^0.715^19.1^0.0^0.240^0.300^2.420^0.311^0.098^33^23^10^49^51.7^0.04^178^53^53^0^1^0^0^47^0.92^16.4^1.357^2.036^4.822^17^28.35^~1 oz~^36.00^~1 muffin, toaster~^0 ~19144~^~CANDIES,NESTLE,100 GRAND BAR~^6.10^468^2.50^19.33^1.10^70.97^1.0^51.90^76^0.34^25^86^163^203^0.99^0.185^0.172^2.5^0.7^0.058^0.119^0.198^0.182^0.016^5^0^5^5^24.6^0.29^127^38^37^0^3^0^0^2^0.42^6.2^11.900^6.039^1.388^12^43.00^~1 bar, (1.5 oz)~^21.00^~1 bar, miniature~^0 ~19145~^~CANDIES,NESTLE,CRUNCH BAR&DSSRT TOPPING~^0.65^500^5.00^26.00^1.35^67.00^1.9^55.00^100^0.70^^^305^150^^^^^0.5^^^^^^^^^^^^107^^^^^^^^^^16.000^^^13^44.00^~1 bar, 1.55 oz~^14.18^~1 bar, 0.5 oz~^0 ~19146~^~BAKING CHOC,MASTERFOODS USA,M&M'S MILK CHOC MINI BAKING BITS~^1.50^502^4.78^23.36^1.78^68.40^2.7^62.54^116^1.23^^^^68^^^^^0.6^^^^^^^0^^^^^224^^^^^^^^^^14.466^^^15^14.00^~1 serving, 0.5 oz, about 1 tbsp~^^~~^0 ~19147~^~CANDIES,PEANUT BAR~^1.60^522^15.50^33.70^1.90^47.40^4.1^42.22^78^0.97^110^308^407^156^3.94^0.774^1.243^4.7^0.0^0.100^0.140^7.922^0.830^0.153^75^0^75^75^29.4^0.00^0^0^0^0^0^0^0^0^4.10^0.0^4.678^16.721^10.650^0^28.35^~1 oz~^40.00^~1 bar, (1.4 oz)~^0 ~19148~^~CANDIES,PNUT BRITTLE,PREPARED-FROM-RECIPE~^0.70^486^7.57^18.98^1.51^71.24^2.5^51.33^27^1.22^42^106^168^445^0.87^0.254^0.593^2.6^0.0^0.134^0.044^2.646^0.529^0.079^46^0^46^46^13.5^0.01^142^39^38^0^9^0^0^0^2.56^0.4^4.144^8.064^4.558^12^^~~^^~~^0 ~19149~^~CANDIES,NESTLE,RAISINETS CHOC COVERED RAISINS~^6.40^422^4.40^17.00^1.50^71.00^2.2^59.00^85^1.20^^^^33^^^^^1.6^^^^^^^0^^^^^77^^^^^^^^^^11.000^^^11^44.70^~1 serving, 1.58 oz bag~^48.00^~1 serving, fun size~^0 ~19150~^~CANDIES,REESE'S PNUT BUTTER CUPS~^1.44^515^10.24^30.53^2.28^55.36^3.6^47.17^78^1.21^62^161^343^314^1.28^0.240^0.000^1.4^0.3^0.160^0.110^4.490^0.620^0.100^50^0^50^50^35.4^0.26^56^17^17^0^0^0^0^2^0.15^2.0^10.730^13.100^5.500^6^17.00^~1 package, 0.6 oz 1 cup~^45.00^~1 package, 1.6 oz 2 cups~^0 ~19151~^~CANDIES,REESE'S PIECES CANDY~^1.00^497^12.46^24.77^1.81^59.86^3.0^53.25^69^0.49^88^207^359^194^1.15^0.410^1.100^0.8^0.0^0.180^0.220^6.060^0.610^0.110^55^0^55^55^28.7^0.11^0^0^0^0^0^0^0^0^0.99^5.9^16.420^4.460^1.880^0^47.00^~.25 cup~^8.00^~10 pieces~^0 ~19152~^~CANDIES,ROLO CARAMELS IN MILK CHOC~^4.60^474^5.08^20.93^1.27^67.95^0.9^63.93^145^0.42^0^71^188^188^0.00^0.000^0.000^0.0^0.9^0.020^0.120^0.040^0.000^0.000^0^0^0^0^20.1^0.33^121^34^33^0^0^0^0^0^1.10^3.2^14.542^2.104^0.265^12^48.00^~1 package, 1 package~^42.00^~7 pieces~^0 ~19153~^~CANDIES,NESTLE,AFTER EIGHT MINTS~^6.30^404^1.67^11.90^0.60^76.20^2.4^66.60^13^0.57^^^^1^^^^^0.0^^^^^^^0^^^^^0^0^0^^^^^^^^8.330^^^0^42.00^~1 serving, 5 mints~^8.40^~1 piece~^0 ~19154~^~CANDIES,SESAME CRUNCH~^2.20^516^11.60^33.30^2.60^50.30^7.7^31.17^639^4.27^251^412^307^167^3.76^0.950^1.609^4.0^0.0^0.444^0.159^3.703^0.033^0.491^51^0^51^51^16.7^0.00^6^0^0^0^3^0^0^0^0.16^0.0^4.662^12.571^14.591^0^28.35^~1 oz~^1.80^~1 piece~^0 ~19155~^~CANDIES,MASTERFOODS USA,SNICKERS BAR~^5.55^475^7.53^23.85^1.57^60.56^2.3^50.47^93^0.72^72^190^323^246^2.50^0.270^0.350^7.8^0.5^0.060^0.130^3.600^0.590^0.090^27^6^21^31^38.5^0.16^169^46^45^0^6^0^0^16^1.50^1.9^9.069^7.875^3.014^13^57.00^~1 bar, (2 oz)~^15.00^~1 bar, fun size~^0 ~19156~^~CANDIES,MASTERFOODS USA,STARBURST FRUIT CHEWS,ORIGINAL~^8.51^408^0.41^8.21^0.30^82.57^0.0^58.12^0^0.01^1^5^2^2^0.00^0.012^0.015^0.8^58.7^0.001^0.002^0.005^0.035^0.000^1^0^1^1^0.0^0.00^1^0^0^0^0^0^0^6^0.33^2.1^7.778^0.000^0.000^0^40.00^~1 serving, fun size (8 chews)~^58.70^~1 serving, 2.07 oz pack~^0 ~19157~^~CANDIES,MASTERFOODS USA,M&M'S MINIS MILK CHOC CANDIES~^1.19^502^4.78^23.36^1.40^68.40^2.7^62.54^116^1.23^^^^68^^^^^0.6^^^^^^^0^^^^^224^^^^^^^^^^14.466^^^15^30.00^~1 serving, 1.0 oz tube~^15.00^~1 serving, 0.50 oz box~^0 ~19159~^~CANDIES,MASTERFOODS USA,3 MUSKETEERS BAR~^5.80^428^2.60^12.75^1.07^77.13^1.5^66.89^54^0.67^29^69^133^194^0.55^0.155^0.160^1.9^0.2^0.034^0.056^0.230^0.231^0.015^4^0^4^4^12.2^0.16^72^20^20^0^0^0^0^1^0.98^2.9^8.646^2.373^0.316^5^60.40^~1 serving, 2.13 oz bar~^28.35^~1 serving, 2 fun size bars~^0 ~19160~^~CANDIES,MASTERFOODS USA,TWIX CARAMEL COOKIE BARS~^4.23^502^4.91^24.85^1.21^64.93^1.1^48.25^106^0.81^27^105^186^198^1.06^0.197^0.273^4.3^0.6^0.155^0.208^1.109^0.265^0.025^26^18^9^38^20.9^0.33^77^20^20^0^0^0^0^5^0.74^5.6^18.960^2.988^0.628^7^57.00^~1 package, (2 oz)~^58.00^~1 package, (2.06 oz, 2 bars)~^0 ~19161~^~CANDIES,MASTERFOODS USA,TWIX PNUT BUTTER COOKIE BARS~^1.82^536^9.18^32.67^2.18^54.15^3.1^36.13^75^1.32^61^173^264^226^1.61^0.290^0.942^12.9^0.3^0.098^0.145^2.379^0.468^0.114^15^0^15^15^29.4^0.26^74^20^20^0^1^0^0^31^3.42^6.0^15.758^12.317^3.407^6^54.00^~1 package, (1.89 oz, 2 bars)~^58.00^~1 package, (2.06 oz, 2 bars)~^0 ~19162~^~CANDIES,WHATCHAMACALLIT CANDY BAR~^3.04^494^8.04^23.68^1.66^63.23^1.9^48.86^118^1.13^28^138^303^299^0.43^0.120^0.330^0.7^0.9^0.110^0.210^2.470^0.260^0.040^18^0^18^18^25.0^0.37^134^38^37^0^1^0^0^0^1.27^4.3^17.040^3.780^0.830^12^48.00^~1 bar, 1.7 oz~^^~~^0 ~19163~^~CHEWING GUM~^2.60^247^0.00^0.30^0.40^66.08^2.4^66.08^0^0.00^0^0^2^1^0.00^0.000^0.000^0.6^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.042^0.079^0.137^0^3.00^~1 stick~^16.00^~10 Chiclets~^0 ~16078~^~MOTHBEANS,MATURE SEEDS,RAW~^9.68^343^22.94^1.61^4.26^61.52^^^150^10.85^381^489^1191^30^1.92^0.688^1.820^8.2^4.0^0.562^0.091^2.800^1.535^0.366^649^0^649^649^^0.00^32^2^0^^^^^^^^0.364^0.129^0.750^0^196.00^~1 cup~^^~~^0 ~16079~^~MOTHBEANS,MATURE SEEDS,CKD,BLD,WO/SALT~^69.23^117^7.81^0.55^1.45^20.96^^^3^3.14^104^150^304^10^0.59^0.164^0.527^2.8^1.0^0.124^0.023^0.668^0.391^0.093^143^0^143^143^^0.00^10^1^0^^^^^^^^0.124^0.044^0.256^0^177.00^~1 cup~^^~~^0 ~16080~^~MUNG BNS,MATURE SEEDS,RAW~^9.05^347^23.86^1.15^3.32^62.62^16.3^6.60^132^6.74^189^367^1246^15^2.68^0.941^1.035^8.2^4.8^0.621^0.233^2.251^1.910^0.382^625^0^625^625^97.9^0.00^114^6^0^0^68^0^0^0^0.51^9.0^0.348^0.161^0.384^0^207.00^~1 cup~^13.00^~1 tbsp~^0 ~16081~^~MUNG BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^72.66^105^7.02^0.38^0.79^19.15^7.6^2.00^27^1.40^48^99^266^2^0.84^0.156^0.298^2.5^1.0^0.164^0.061^0.577^0.410^0.067^159^0^159^159^29.4^0.00^24^1^0^0^14^0^0^0^0.15^2.7^0.116^0.054^0.128^0^202.00^~1 cup~^^~~^0 ~16082~^~NOODLES,CHINESE,CELLOPHANE OR LONG RICE (MUNG BNS),DEHYD~^13.42^351^0.16^0.06^0.27^86.09^0.5^0.00^25^2.17^3^32^10^10^0.41^0.081^0.100^7.9^0.0^0.150^0.000^0.200^0.100^0.050^2^0^2^2^93.2^0.00^0^0^0^0^0^0^0^0^0.13^0.0^0.017^0.008^0.018^0^140.00^~1 cup~^^~~^0 ~16083~^~MUNGO BNS,MATURE SEEDS,RAW~^10.80^341^25.21^1.64^3.36^58.99^18.3^^138^7.57^267^379^983^38^3.35^0.981^1.527^8.2^0.0^0.273^0.254^1.447^0.906^0.281^216^0^216^216^^0.00^23^1^0^^^^^^^^0.114^0.085^1.071^0^207.00^~1 cup~^^~~^0 ~16084~^~MUNGO BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^72.51^105^7.54^0.55^1.06^18.34^6.4^2.01^53^1.75^63^156^231^7^0.83^0.139^0.412^2.5^1.0^0.150^0.075^1.500^0.433^0.058^94^0^94^94^29.6^0.00^31^2^0^0^19^0^0^0^0.15^2.7^0.038^0.029^0.359^0^180.00^~1 cup~^69.00^~1 oz, dry, yield after cooking~^0 ~16085~^~PEAS,SPLIT,MATURE SEEDS,RAW~^11.27^341^24.55^1.16^2.65^60.37^25.5^8.00^55^4.43^115^366^981^15^3.01^0.866^1.391^1.6^1.8^0.726^0.215^2.889^1.758^0.174^274^0^274^274^95.5^0.00^149^7^0^0^89^0^0^0^0.09^14.5^0.161^0.242^0.495^0^197.00^~1 cup~^453.60^~1 lb~^0 ~16086~^~PEAS,SPLIT,MATURE SEEDS,CKD,BLD,WO/SALT~^69.49^118^8.34^0.39^0.68^21.10^8.3^2.90^14^1.29^36^99^362^2^1.00^0.181^0.396^0.6^0.4^0.190^0.056^0.890^0.595^0.048^65^0^65^65^32.8^0.00^7^0^0^0^4^0^0^0^0.03^5.0^0.054^0.081^0.165^0^196.00^~1 cup~^12.20^~1 tbsp~^0 ~16087~^~PEANUTS,ALL TYPES,RAW~^6.50^567^25.80^49.24^2.33^16.13^8.5^3.97^92^4.58^168^376^705^18^3.27^1.144^1.934^7.2^0.0^0.640^0.135^12.066^1.767^0.348^240^0^240^240^52.5^0.00^0^0^0^0^0^0^0^0^8.33^0.0^6.834^24.429^15.559^0^146.00^~1 cup~^28.35^~1 oz~^0 ~16088~^~PEANUTS,ALL TYPES,CKD,BLD,W/SALT~^41.78^318^13.50^22.01^1.45^21.26^8.8^2.47^55^1.01^102^198^180^751^1.83^0.499^1.023^4.4^0.0^0.259^0.063^5.259^0.825^0.152^75^0^75^75^32.7^0.00^0^0^0^0^0^0^0^0^4.10^0.0^3.055^10.921^6.956^0^63.00^~1 cup, in shell, edible yield~^180.00^~1 cup, shelled~^0 ~16089~^~PEANUTS,ALL TYPES,OIL-ROASTED,W/SALT~^1.45^599^28.03^52.50^2.75^15.26^9.4^4.18^61^1.52^176^397^726^320^3.28^0.533^1.845^3.3^0.8^0.085^0.089^13.825^1.202^0.461^120^0^120^120^55.3^0.00^0^0^0^0^0^0^0^0^6.94^0.0^8.686^25.976^15.292^0^144.00^~1 cup, chopped~^144.00^~1 cup, halves and whole~^0 ~16090~^~PEANUTS,ALL TYPES,DRY-ROASTED,W/SALT~^1.55^585^23.68^49.66^3.60^21.51^8.0^4.18^54^2.26^176^358^658^813^3.31^0.671^2.083^7.5^0.0^0.438^0.098^13.525^1.395^0.256^145^0^145^145^55.3^0.00^0^0^0^0^0^0^0^0^7.80^0.0^6.893^24.640^15.694^0^28.35^~1 oz~^1.00^~1 peanut~^0 ~16091~^~PEANUTS,SPANISH,RAW~^6.39^570^26.15^49.60^2.03^15.82^9.5^^106^3.91^188^388^744^22^2.12^0.900^2.640^7.2^0.0^0.675^0.135^15.925^1.769^0.348^240^0^240^240^^0.00^0^0^0^^^^^^^^7.642^22.328^17.204^0^146.00^~1 cup~^28.35^~1 oz~^0 ~16092~^~PEANUTS,SPANISH,OIL-ROASTED,W/SALT~^1.78^579^28.01^49.04^3.72^17.45^8.9^^100^2.28^168^387^776^433^2.00^0.661^2.355^7.5^0.0^0.317^0.085^14.933^1.392^0.256^126^0^126^126^^0.00^0^0^0^^^^^^^^7.555^22.073^17.008^0^147.00^~1 cup~^28.35^~1 oz~^0 ~16093~^~PEANUTS,VALENCIA,RAW~^4.26^570^25.09^47.58^2.17^20.91^8.7^^62^2.09^184^336^332^1^3.34^1.171^1.980^7.3^0.0^0.639^0.300^12.875^1.809^0.340^246^0^246^246^^0.00^0^0^0^^^^^^^^7.329^21.414^16.500^0^146.00^~1 cup~^28.35^~1 oz~^0 ~16094~^~PEANUTS,VALENCIA,OIL-ROASTED,W/SALT~^2.12^589^27.04^51.24^3.29^16.30^8.9^^54^1.65^160^319^612^772^3.08^0.838^1.721^7.5^0.0^0.090^0.153^14.338^1.387^0.243^126^0^126^126^^0.00^0^0^0^^^^^^^^7.894^23.065^17.772^0^144.00^~1 cup~^28.35^~1 oz~^0 ~16095~^~PEANUTS,VIRGINIA,RAW~^6.91^563^25.19^48.75^2.61^16.54^8.5^3.95^89^2.55^171^380^690^10^4.43^1.112^1.696^7.1^0.0^0.653^0.131^12.375^1.759^0.346^239^0^239^239^^0.00^0^0^0^0^0^0^0^0^6.56^0.0^6.361^25.289^14.708^0^146.00^~1 cup~^28.35^~1 oz~^0 ~16096~^~PEANUTS,VIRGINIA,OIL-ROASTED,W/SALT~^2.17^578^25.87^48.62^3.48^19.86^8.9^^86^1.67^188^506^652^433^6.62^1.273^2.008^7.5^0.0^0.276^0.112^14.700^1.386^0.254^125^0^125^125^^0.00^0^0^0^^^^^^^^6.345^25.222^14.669^0^143.00^~1 cup~^28.35^~1 oz~^0 ~16097~^~PEANUT BUTTER,CHUNK STYLE,W/SALT~^1.14^589^24.06^49.94^3.29^21.57^8.0^8.41^45^1.90^160^319^745^486^2.79^0.578^1.800^8.2^0.0^0.106^0.111^13.696^1.118^0.418^92^0^92^92^61.3^0.00^0^0^0^0^0^0^0^0^6.30^0.5^8.081^24.561^14.798^0^258.00^~1 cup~^32.00^~2 tbsp~^0 ~16098~^~PEANUT BUTTER,SMOOTH STYLE,W/ SALT~^1.81^588^25.09^50.39^3.15^19.56^6.0^9.22^43^1.87^154^358^649^459^2.91^0.473^1.466^5.6^0.0^0.073^0.105^13.403^1.060^0.543^74^0^74^74^63.0^0.00^0^0^0^0^0^0^0^0^8.99^0.6^10.510^24.216^14.161^0^258.00^~1 cup~^32.00^~2 tbsp~^0 ~16099~^~PEANUT FLOUR,DEFATTED~^7.80^327^52.20^0.55^4.75^34.70^15.8^8.22^140^2.10^370^760^1290^180^5.10^1.800^4.900^7.1^0.0^0.700^0.480^27.000^2.744^0.504^248^0^248^248^108.7^0.00^0^0^0^0^0^0^0^0^0.05^0.0^0.063^0.225^0.143^0^60.00^~1 cup~^28.35^~1 oz~^0 ~16100~^~PEANUT FLOUR,LOW FAT~^7.80^428^33.80^21.90^5.23^31.27^15.8^^130^4.74^48^508^1358^1^5.99^2.039^4.231^7.1^0.0^0.457^0.172^11.499^1.543^0.304^133^0^133^133^^0.00^0^0^0^^^^^^^^3.040^10.866^6.921^0^60.00^~1 cup~^28.35^~1 oz~^0 ~16101~^~PIGEON PEAS (RED GM),MATURE SEEDS,RAW~^10.59^343^21.70^1.49^3.45^62.78^15.0^^130^5.23^183^367^1392^17^2.76^1.057^1.791^8.2^0.0^0.643^0.187^2.965^1.266^0.283^456^0^456^456^^0.00^28^1^0^^^^^^^^0.330^0.012^0.814^0^205.00^~1 cup~^^~~^0 ~16102~^~PIGEON PEAS (RED GM),MATURE SEEDS,CKD,BLD,WO/SALT~^68.55^121^6.76^0.38^1.06^23.25^6.7^^43^1.11^46^119^384^5^0.90^0.269^0.501^2.9^0.0^0.146^0.059^0.781^0.319^0.050^111^0^111^111^^0.00^3^0^0^^^^^^^^0.083^0.003^0.205^0^168.00^~1 cup~^^~~^0 ~16103~^~REFRIED BNS,CND,TRADITIONAL STYLE (INCLUDES USDA COMMODITY)~^76.15^91^5.41^1.17^2.01^15.26^5.1^0.46^33^1.67^38^111^336^449^0.65^0.166^0.330^6.5^6.0^0.035^0.015^0.424^0.215^0.110^11^0^11^11^22.9^0.00^0^0^0^0^0^0^0^0^0.05^2.3^0.391^0.381^0.332^0^237.68^~1 cup~^442.88^~1 can~^0 ~16104~^~BACON,MEATLESS~^48.98^310^10.68^29.52^4.50^6.32^2.6^0.00^23^2.41^19^70^170^1465^0.42^0.105^0.205^7.4^0.0^4.400^0.481^7.560^0.113^0.479^42^0^42^42^45.0^0.00^88^4^0^0^53^0^0^0^6.90^0.0^4.622^7.095^15.441^0^144.00^~1 cup~^16.00^~1 oz, cooked yield~^0 ~16106~^~MEAT EXTENDER~^7.48^313^38.11^2.97^13.13^38.32^17.5^^204^11.99^216^639^1902^10^2.21^0.304^0.271^7.4^0.0^0.702^0.891^22.021^1.492^1.336^198^0^198^198^^6.00^32^2^0^^^^^^^^0.424^0.648^1.657^0^88.00^~1 cup~^28.35^~1 oz~^0 ~16107~^~SAUSAGE,MEATLESS~^50.40^257^18.53^18.16^3.07^9.84^2.8^0.00^63^3.72^36^225^231^888^1.46^0.250^0.725^7.4^0.0^2.343^0.402^11.195^0.323^0.828^26^0^26^26^69.7^0.00^0^0^0^0^0^0^0^0^2.10^0.0^2.926^4.498^9.279^0^25.00^~1 link~^38.00^~1 patty~^0 ~17208~^~VEAL,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^77.59^104^18.74^2.64^1.26^0.00^0.0^^7^3.61^8^232^142^56^1.20^0.221^0.015^19.8^34.0^0.032^0.131^2.289^^0.060^8^0^8^8^^2.38^0^0^0^^^^^^^^0.910^0.680^0.360^263^300.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17209~^~LAMB,VAR MEATS&BY-PRODUCTS,MECHANICALLY SEPARATED,RAW~^58.68^276^14.97^23.54^1.21^0.00^0.0^^162^5.90^18^337^288^59^3.72^0.058^0.012^20.1^^0.072^0.118^2.546^^0.110^5^0^5^5^^2.56^0^0^0^^^^^^^^11.790^8.450^0.760^213^28.35^~1 oz~^226.80^~8 oz~^0 ~17210~^~LAMB,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^73.77^152^14.84^9.82^1.40^0.00^0.0^^8^2.30^21^400^420^75^1.93^0.061^0.040^34.3^18.0^0.030^0.250^3.700^1.000^0.070^13^0^13^13^^6.00^0^0^0^^^^^^^^4.440^3.540^0.480^260^28.35^~1 oz~^113.40^~4 oz~^0 ~17211~^~LAMB,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^59.65^234^22.83^15.12^2.15^0.00^0.0^^12^2.12^19^431^291^52^2.68^0.083^0.043^64.8^20.0^0.020^0.210^2.560^0.850^0.050^13^0^13^13^^5.54^0^0^0^^^^^^^^6.840^5.450^0.740^400^231.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17212~^~VEAL,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^70.60^182^15.00^13.10^1.30^0.00^0.0^^19^2.10^18^329^278^67^2.60^0.060^0.151^20.7^16.0^0.134^0.425^4.252^^0.190^3^0^3^3^^13.38^0^0^0^^^^^^^^4.510^4.540^2.440^173^28.35^~1 oz~^113.40^~4 oz~^0 ~17213~^~VEAL,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^55.70^256^29.10^14.60^1.50^0.00^0.0^^18^2.38^24^512^278^68^5.20^0.101^0.235^39.1^6.0^0.187^0.506^4.146^^0.190^3^0^3^3^^17.33^0^0^0^^^^^^^^5.010^5.030^2.720^^240.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17214~^~LAMB,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^78.15^101^17.20^3.10^1.30^0.00^0.0^^9^41.89^21^280^358^84^2.84^0.121^0.051^32.4^23.0^0.047^0.348^7.895^^0.110^4^0^4^4^^5.34^0^0^0^^^^^^^^1.030^0.810^0.230^250^28.35^~1 oz~^113.40^~4 oz~^0 ~17215~^~LAMB,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^66.38^156^26.46^4.77^2.00^0.00^0.0^^13^38.67^21^341^248^58^3.94^0.139^0.062^49.8^26.0^0.051^0.316^5.868^^0.080^4^0^4^4^^5.29^0^0^0^^^^^^^^1.580^1.270^0.350^385^295.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17216~^~VEAL,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^78.15^98^18.30^2.20^1.30^0.00^0.0^^6^9.32^17^339^362^97^1.61^0.167^0.072^61.7^41.0^0.047^0.348^7.895^^0.110^4^0^4^4^^5.34^0^0^0^^^^^^^^0.730^0.590^0.160^340^28.35^~1 oz~^113.40^~4 oz~^0 ~17217~^~VEAL,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^71.25^129^24.08^2.89^1.71^0.00^0.0^^7^7.36^14^312^215^58^1.91^0.925^0.075^81.2^40.0^0.046^0.288^5.341^^0.070^4^0^4^4^^4.82^0^0^0^^^^^^^^0.960^0.780^0.210^447^345.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17218~^~VEAL,VAR MEATS&BY-PRODUCTS,THYMUS,RAW~^79.16^101^17.21^3.07^2.16^0.00^0.0^0.00^3^1.05^23^533^488^67^1.55^0.079^0.018^16.1^49.2^0.069^0.188^4.770^1.230^0.035^22^0^22^22^^3.33^0^0^0^0^0^0^0^0^0.09^0.0^0.806^0.775^0.229^250^28.35^~1 oz~^113.40^~4 oz~^0 ~17219~^~VEAL,VAR MEATS&BY-PRODUCTS,THYMUS,CKD,BRSD~^73.63^125^22.67^3.11^2.88^0.00^0.0^0.00^4^1.24^24^627^435^59^2.13^0.072^0.021^21.5^39.4^0.054^0.100^3.380^1.080^0.027^20^0^20^20^209.3^2.85^0^0^0^0^0^0^0^0^0.09^0.0^0.942^0.903^0.315^350^85.00^~3 oz~^^~~^4 ~17220~^~LAMB,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^66.60^222^15.70^17.17^0.92^0.00^0.0^^9^2.65^21^184^257^78^2.32^0.212^0.049^15.0^6.0^0.150^0.380^4.650^0.970^0.180^4^0^4^4^^7.20^0^0^0^^^^^^^^6.630^8.460^1.060^156^28.35^~1 oz~^113.40^~4 oz~^16 ~17221~^~LAMB,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,BRSD~^57.86^275^21.57^20.28^0.73^0.00^0.0^^10^2.63^16^134^158^67^2.99^0.210^0.033^28.0^7.0^0.080^0.420^3.690^0.340^0.170^3^0^3^3^^6.30^0^0^0^^^^^^^^7.830^10.000^1.250^189^255.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17222~^~VEAL,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^74.53^131^17.18^5.48^0.89^1.91^0.0^^7^2.72^17^159^271^82^2.63^0.200^0.023^7.0^5.0^0.170^0.410^2.220^1.200^0.190^5^0^5^5^^6.10^1^0^0^^^^^^^^2.350^2.510^0.310^62^28.35^~1 oz~^113.40^~4 oz~^16 ~17223~^~VEAL,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,BRSD~^64.08^202^25.85^10.10^0.91^0.00^0.0^^9^2.09^18^166^162^64^4.51^0.210^0.047^11.0^6.0^0.070^0.350^1.470^0.740^0.150^9^0^9^9^^5.30^0^0^0^^^^^^^^4.350^4.610^0.380^238^255.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17224~^~LAMB,GROUND,RAW~^59.47^282^16.56^23.41^0.87^0.00^0.0^0.00^16^1.55^21^157^222^59^3.41^0.101^0.019^18.8^0.0^0.110^0.210^5.960^0.650^0.130^18^0^18^18^69.3^2.31^0^0^0^0^0^0^0^0^0.20^3.6^10.190^9.600^1.850^73^28.35^~1 oz~^113.00^~4 oz~^0 ~17225~^~LAMB,GROUND,CKD,BRLD~^55.09^283^24.75^19.65^1.14^0.00^0.0^0.00^22^1.79^24^201^339^81^4.67^0.128^0.024^27.7^0.0^0.100^0.250^6.700^0.660^0.140^19^0^19^19^93.4^2.61^0^0^0^0^0^0^0^0^0.14^5.3^8.120^8.320^1.400^97^313.00^~1 unit, cooked (yield from 1 lb raw meat)~^85.00^~3 oz~^0 ~17226~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,RAW~^63.17^243^17.54^18.66^0.92^0.00^0.0^^12^1.62^22^166^239^59^3.52^0.108^0.020^19.7^0.0^0.120^0.220^6.070^0.680^0.140^19^0^19^19^^2.44^0^0^0^^^^^^^^8.070^7.650^1.480^70^28.35^~1 oz~^453.60^~1 lb~^24 ~17227~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,CKD~^55.82^271^25.51^18.01^1.06^0.00^0.0^^16^1.93^24^193^318^72^4.74^0.121^0.024^27.2^0.0^0.100^0.260^6.550^0.670^0.140^19^0^19^19^^2.57^0^^^^^^^^^^7.450^7.630^1.290^96^250.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~17228~^~LAMB,DOM,FORESHANK,LN&FAT,1/8"FAT,CHOIC,RAW~^67.01^201^18.91^13.38^0.95^0.00^0.0^^11^1.67^22^170^214^72^5.22^0.101^0.021^19.9^0.0^0.100^0.190^5.470^0.690^0.150^19^0^19^19^^2.34^0^0^0^^^^^^^^5.830^5.490^1.060^72^28.35^~1 oz~^453.60^~1 lb~^52 ~17229~^~LAMB,DOM,FORESHANK,LN&FAT,1/8"FAT,CKD,BRSD~^56.80^243^28.37^13.46^0.91^0.00^0.0^^20^2.14^22^166^257^72^7.69^0.123^0.025^30.6^0.0^0.050^0.190^5.460^0.630^0.100^17^0^17^17^^2.28^0^0^0^^^^^^^^5.630^5.680^0.970^106^148.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^56 ~17230~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CHOIC,RAW~^66.38^209^18.47^14.42^0.97^0.00^0.0^^8^1.70^24^175^258^57^3.43^0.116^0.021^21.3^0.0^0.130^0.240^6.250^0.700^0.150^20^0^20^20^^2.54^0^0^0^^^^^^^^6.210^5.910^1.150^68^28.35^~1 oz~^453.60^~1 lb~^22 ~17231~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^58.99^242^26.20^14.42^1.04^0.00^0.0^^10^2.02^24^194^319^67^4.53^0.116^0.025^27.8^0.0^0.110^0.280^6.530^0.690^0.150^20^0^20^20^^2.60^0^0^0^^^^^^^^5.920^6.120^1.020^92^260.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~17232~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/8"FAT,CHOIC,RAW~^68.73^185^18.99^11.50^1.00^0.00^0.0^^7^1.73^25^182^267^58^3.58^0.117^0.022^21.9^0.0^0.130^0.240^6.210^0.690^0.160^21^0^21^21^^2.54^0^0^0^^^^^^^^4.880^4.700^0.930^67^28.35^~1 oz~^453.60^~1 lb~^20 ~17233~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^61.43^217^26.73^11.40^1.06^0.00^0.0^^9^1.99^25^200^329^65^4.72^0.118^0.026^29.7^0.0^0.100^0.270^6.520^0.700^0.160^23^0^23^23^^2.68^0^0^0^^^^^^^^4.600^4.860^0.800^90^267.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^20 ~17234~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/8"FAT,CHOIC,RAW~^61.32^261^17.21^20.80^0.90^0.00^0.0^^10^1.63^23^161^235^56^3.13^0.114^0.019^19.9^0.0^0.130^0.230^6.340^0.700^0.140^19^0^19^19^^2.50^0^0^0^^^^^^^^9.120^8.540^1.640^71^28.35^~1 oz~^453.60^~1 lb~^24 ~17235~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^54.85^284^24.95^19.67^1.00^0.00^0.0^^11^2.01^23^185^304^68^4.20^0.113^0.023^25.8^0.0^0.110^0.280^6.590^0.670^0.140^17^0^17^17^^2.54^0^0^0^^^^^^^^8.260^8.300^1.420^96^260.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~17236~^~LAMB,DOM,LOIN,LN&FAT,1/8"FAT,CHOIC,RAW~^59.55^279^17.18^22.75^0.88^0.00^0.0^^14^1.66^22^159^226^59^2.65^0.110^0.019^19.4^0.0^0.120^0.210^6.480^0.640^0.140^18^0^18^18^^2.07^0^0^0^^^^^^^^9.950^9.340^1.790^72^28.35^~1 oz~^79.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^22 ~17237~^~LAMB,DOM,LOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^53.31^297^26.06^20.61^1.12^0.00^0.0^^20^1.84^25^201^336^78^3.60^0.133^0.023^28.2^0.0^0.110^0.260^7.060^0.640^0.130^19^0^19^19^^2.48^0^0^0^^^^^^^^8.650^8.690^1.480^99^85.00^~3 oz~^53.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^24 ~17238~^~LAMB,DOM,LOIN,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^54.33^290^23.27^21.12^1.20^0.00^0.0^^18^2.17^24^185^250^64^3.52^0.122^0.021^25.2^0.0^0.100^0.240^7.050^0.660^0.130^20^0^20^20^^2.20^0^0^0^^^^^^^^9.080^8.650^1.690^93^265.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~18288~^~Pancakes plain, frozen, ready-to-heat (includes buttermilk)~^48.22^225^5.33^5.17^1.98^39.29^2.4^9.73^71^2.19^14^293^124^505^0.38^0.054^0.156^5.6^0.3^0.344^0.510^2.910^0.150^0.148^71^57^14^111^30.5^0.09^216^64^64^0^1^0^0^20^0.28^6.5^0.810^1.891^1.081^18^40.56^~1 pancake~^73.00^~1 pancake, (6" dia)~^0 ~18289~^~PANCAKES,PLN,DRY MIX,COMPLETE (INCL BTTRMLK)~^8.80^376^10.10^4.90^4.90^71.30^2.7^^241^3.01^37^649^341^1215^0.71^0.174^0.527^25.9^0.4^0.511^0.467^3.690^0.727^0.197^101^76^25^154^^0.38^68^20^20^^^^^^^^0.984^1.710^1.592^21^130.00^~1 cup, poured from box~^28.35^~1 oz~^0 ~18290~^~PANCAKES,PLN,DRY MIX,COMPLETE,PREP~^53.00^194^5.20^2.50^2.60^36.70^1.3^^126^1.56^20^334^175^628^0.39^0.094^0.272^13.5^0.2^0.211^0.217^1.711^0.243^0.091^37^28^9^57^19.2^0.20^32^10^10^^^^^^^^0.507^0.881^0.820^12^28.35^~1 oz~^38.00^~1 pancake, (4" dia)~^0 ~18291~^~PANCAKES,PLN,DRY MIX,INCOMPLETE (INCL BTTRMLK)~^9.10^355^10.00^1.70^5.60^73.60^5.4^2.21^342^3.05^31^627^191^1310^0.84^0.115^0.395^12.9^0.0^0.610^0.371^3.758^0.426^0.183^136^127^9^225^8.5^0.00^1^0^0^0^1^0^0^78^0.39^0.7^0.250^0.324^0.726^0^112.00^~1 cup, poured from box~^28.35^~1 oz~^0 ~18292~^~PANCAKES,PLN,DRY MIX,INCOMPLETE,PREP~^52.90^218^7.80^7.70^2.60^28.90^1.9^^215^1.30^22^313^199^505^0.75^0.047^0.140^9.8^0.6^0.201^0.311^1.232^0.506^0.105^36^25^11^54^^0.34^250^71^70^^^^^^^^2.045^2.070^2.923^71^28.35^~1 oz~^38.00^~1 pancake, (4" dia)~^0 ~18293~^~PANCAKES,PLN,PREP FROM RECIPE~^52.90^227^6.40^9.70^2.60^28.30^^^219^1.80^16^159^132^439^0.56^0.049^0.200^14.9^0.3^0.201^0.281^1.567^0.405^0.046^38^26^12^56^^0.22^196^54^53^^^^^^^^2.122^2.474^4.447^59^28.35^~1 oz~^38.00^~1 pancake, (4" dia)~^0 ~18294~^~PANCAKES,BLUEBERRY,PREP FROM RECIPE~^53.20^222^6.10^9.20^2.50^29.00^^^206^1.72^16^151^138^412^0.54^0.055^0.237^14.0^2.2^0.195^0.272^1.524^0.395^0.049^36^24^12^53^^0.20^199^50^48^^^^^^^^1.986^2.316^4.162^56^28.35^~1 oz~^38.00^~1 pancake, (4" dia)~^0 ~18295~^~PANCAKES,BUCKWHEAT,DRY MIX,INCOMPLETE~^9.10^340^10.90^2.70^6.00^71.30^8.5^7.21^476^4.73^190^913^316^1387^2.55^0.415^1.656^13.1^0.0^0.542^0.249^4.095^0.415^0.438^53^18^35^66^27.6^0.00^3^0^0^0^2^0^0^154^0.48^3.0^0.439^0.581^1.000^0^122.00^~1 cup, poured from box~^28.35^~1 oz~^0 ~18297~^~PANCAKES,SPL DIETARY,DRY MIX~^10.80^349^8.90^1.40^5.00^73.90^^^99^3.05^47^596^676^456^1.19^0.137^0.578^25.1^0.0^0.370^0.209^3.270^0.364^0.037^107^93^14^172^^0.00^126^6^0^^^^^^^^0.202^0.276^0.611^0^28.35^~1 oz~^226.80^~1 package, (8 oz)~^0 ~18299~^~PANCAKES,WHOLE-WHEAT,DRY MIX,INCOMPLETE~^8.80^344^12.80^1.50^5.90^71.00^^^449^7.84^104^782^445^1419^1.96^0.560^2.236^38.0^0.0^0.569^1.083^6.767^0.750^0.227^82^28^54^102^^0.00^31^2^0^^^^^^^^0.244^0.279^0.605^0^140.00^~1 cup, poured from box~^28.35^~1 oz~^0 ~18300~^~PANCAKES,WHOLE-WHEAT,DRY MIX,INCOMPLETE,PREP~^52.80^208^8.50^6.50^2.80^29.40^2.8^^250^3.11^46^373^279^572^1.04^0.080^1.546^19.4^0.5^0.197^0.529^2.309^0.518^0.110^29^8^21^35^^0.29^226^64^63^^^^^^^^1.749^1.742^2.406^61^28.35^~1 oz~^44.00^~1 pancake, (4" dia)~^0 ~18301~^~PIE,APPL,COMMLY PREP,ENR FLR~^52.20^237^1.90^11.00^0.90^34.00^1.6^15.65^11^0.45^7^24^65^266^0.16^0.046^0.182^1.0^3.2^0.028^0.027^0.263^0.119^0.038^27^23^4^43^7.2^0.01^124^32^31^0^9^6^0^9^1.52^3.5^3.797^4.388^2.198^0^28.35^~1 oz~^125.00^~1 piece, (1/8 of 9" dia)~^0 ~18302~^~PIE,APPL,PREP FROM RECIPE~^47.30^265^2.40^12.50^0.80^37.10^^^7^1.12^7^28^79^211^0.19^0.053^0.185^7.8^1.7^0.148^0.107^1.230^0.093^0.032^24^20^4^38^^0.00^58^11^9^^^^^^^^3.050^5.393^3.338^0^28.35^~1 oz~^155.00^~1 piece, (1/8 of 9" dia)~^0 ~18303~^~PIE,BANANA CRM,PREP FROM MIX,NO-BAKE TYPE~^50.90^251^3.40^12.90^1.10^31.60^0.6^^73^0.46^12^167^113^290^0.33^0.043^0.107^4.9^0.5^0.102^0.146^0.709^0.259^0.035^21^14^7^31^^0.21^408^95^90^^^^^^^^6.904^4.559^0.764^29^28.35^~1 oz~^92.00^~1 piece, (1/8 of 9" dia)~^0 ~18304~^~PIE,BANANA CRM,PREP FROM RECIPE~^47.90^269^4.40^13.60^1.20^32.90^0.7^12.06^75^1.04^16^92^165^240^0.48^0.052^0.152^9.1^1.6^0.139^0.207^1.054^0.388^0.133^27^16^11^38^28.7^0.25^237^61^59^5^21^1^0^46^0.40^6.3^3.758^5.719^3.292^51^28.35^~1 oz~^1186.00^~1 pie, (9" dia)~^0 ~18305~^~PIE,BLUEBERRY,COMMLY PREP~^52.50^232^1.80^10.00^0.80^34.90^1.0^9.89^8^0.30^5^23^50^325^0.16^0.046^0.176^1.4^2.7^0.010^0.030^0.300^0.136^0.037^27^23^4^43^7.2^0.01^201^44^41^0^39^0^0^15^1.04^10.5^1.679^4.244^3.524^0^28.35^~1 oz~^125.00^~1 piece, (1/8 of 9" dia)~^0 ~18306~^~PIE,BLUEBERRY,PREP FROM RECIPE~^51.20^245^2.70^11.90^0.70^33.50^^^7^1.23^8^30^50^185^0.20^0.067^0.300^7.4^0.7^0.153^0.132^1.194^0.124^0.034^23^18^5^36^^0.00^42^2^0^^^^^^^^2.911^5.121^3.080^0^28.35^~1 oz~^147.00^~1 piece, (1/8 of 9" dia)~^0 ~18308~^~PIE,CHERRY,COMMLY PREP~^46.20^260^2.00^11.00^0.90^39.80^0.8^14.29^12^0.48^8^29^81^246^0.18^0.040^0.140^1.2^0.9^0.023^0.029^0.200^0.319^0.041^27^19^8^40^7.2^0.01^267^52^46^0^69^0^0^20^0.76^7.6^2.562^5.837^2.055^0^28.35^~1 oz~^125.00^~1 piece, (1/8 of 9" dia)~^0 ~18309~^~PIE,CHERRY,PREP FROM RECIPE~^45.80^270^2.80^12.20^0.70^38.50^^^10^1.85^9^30^77^191^0.20^0.077^0.200^7.8^1.0^0.148^0.125^1.276^0.123^0.034^27^20^7^41^^0.00^409^29^9^^^^^^^^2.985^5.314^3.247^0^28.35^~1 oz~^180.00^~1 piece, (1/8 of 9" dia)~^0 ~18310~^~PIE,CHOC CREME,COMMLY PREP~^43.50^304^2.60^19.40^0.80^33.60^2.0^^36^1.07^21^68^127^136^0.23^0.050^0.200^7.5^0.0^0.036^0.107^0.678^0.393^0.020^13^6^7^17^^0.01^0^0^0^^^^^^^^4.968^11.117^2.398^5^28.35^~1 oz~^99.00^~1 piece, (1/4 of 6" pie)~^0 ~18312~^~PIE,CHOC MOUSSE,PREP FROM MIX,NO-BAKE TYPE~^49.70^260^3.50^15.40^1.70^29.60^^^77^1.08^32^231^285^460^0.60^0.203^0.125^6.1^0.5^0.051^0.147^0.595^0.202^0.029^26^23^3^42^^0.21^413^124^124^^^^^^^^8.195^5.084^0.814^35^28.35^~1 oz~^95.00^~1 piece, (1/8 of 9" dia)~^0 ~18313~^~PIE,COCNT CREME,COMMLY PREP~^43.20^298^2.10^16.60^0.80^37.20^1.3^36.27^29^0.80^20^85^65^255^0.47^0.068^0.438^5.3^0.0^0.050^0.080^0.200^0.240^0.068^7^2^5^8^8.5^0.12^90^27^27^0^0^0^0^0^0.15^5.3^6.976^7.260^1.544^0^28.35^~1 oz~^64.00^~1 piece, (1/6 of 7" pie)~^0 ~18314~^~PIE,COCNT CRM,PREP FROM MIX,NO-BAKE TYPE~^49.70^276^2.80^17.60^1.30^28.50^0.5^^72^0.40^17^169^141^329^0.38^0.080^0.190^5.0^0.6^0.028^0.104^0.132^0.257^0.045^15^11^4^23^^0.21^405^95^90^^^^^^^^8.934^6.554^1.217^23^28.35^~1 oz~^94.00^~1 piece, (1/8 of 9" dia)~^0 ~18316~^~PIE,COCNT CUSTARD,COMMLY PREP~^49.20^260^5.90^13.20^1.40^30.20^1.8^^81^0.80^18^122^175^335^0.68^0.063^0.210^6.4^0.6^0.088^0.148^0.403^0.238^0.011^13^9^4^19^^0.09^110^26^24^^^^^^^^5.854^5.495^1.170^35^28.35^~1 oz~^104.00^~1 piece, (1/6 of 8" pie)~^0 ~18317~^~PIE,EGG CUSTARD,COMMLY PREP~^60.90^210^5.50^11.60^1.30^20.80^1.6^11.58^80^0.58^11^112^106^240^0.52^0.024^0.060^7.1^0.6^0.039^0.208^0.292^0.662^0.048^20^0^20^20^38.0^0.43^204^57^57^0^9^1^0^50^0.94^3.2^2.349^4.797^3.723^33^28.35^~1 oz~^105.00^~1 piece, (1/6 of 8" pie)~^0 ~19164~^~CANDIES,SPL DK CHOC BAR~^0.90^556^5.54^32.40^0.67^60.49^6.5^47.56^30^2.13^31^51^502^6^0.01^0.020^0.000^0.3^0.0^0.000^0.010^0.000^0.000^0.000^0^^0^^^^^^^^^^^^^^^5.140^0.440^5^41.00^~1 bar, 1.45 oz~^73.00^~1 bar, 2.6 oz~^0 ~19165~^~COCOA,DRY PDR,UNSWTND~^3.00^228^19.60^13.70^5.80^57.90^33.2^1.75^128^13.86^499^734^1524^21^6.81^3.788^3.837^14.3^0.0^0.078^0.241^2.185^0.254^0.118^32^0^32^32^12.0^0.00^0^0^0^0^0^0^0^38^0.10^2.5^8.070^4.570^0.440^0^86.00^~1 cup~^5.40^~1 tbsp~^0 ~19166~^~COCOA,DRY PDR,UNSWTND,PROC W/ALKALI~^2.70^220^18.10^13.10^7.80^58.30^29.8^1.76^111^15.52^476^728^2509^19^6.37^3.607^3.737^13.2^0.0^0.110^0.460^2.400^0.254^0.118^32^0^32^32^11.4^0.00^0^0^0^0^0^0^0^38^0.10^2.4^7.760^4.390^0.420^0^86.00^~1 cup~^5.40^~1 tbsp~^0 ~19168~^~DESSERTS,EGG CUSTARD,BKD,PREPARED-FROM-RECIPE~^78.86^105^5.02^4.58^0.76^10.72^0.0^11.35^107^0.35^11^113^148^61^0.54^0.028^0.010^8.8^0.0^0.038^0.240^0.105^0.569^0.048^10^0^10^10^^0.39^175^49^49^0^6^2^0^59^0.22^0.2^2.164^1.379^0.410^84^141.00^~.5 cup~^563.00^~1 recipe, yield~^0 ~19169~^~EGG CUSTARDS,DRY MIX~^1.70^410^6.90^6.40^2.20^82.80^0.0^^228^1.93^45^332^540^281^1.05^0.046^0.020^16.6^0.4^0.145^0.412^0.320^2.238^0.216^30^0^30^30^^1.17^217^63^63^^^^^^^^2.030^2.400^0.850^258^85.00^~1 package, (3 oz)~^21.00^~1 portion, amount to make 1/2 cup~^0 ~19170~^~EGG CUSTARDS,DRY MIX,PREP W/ WHL MILK~^73.67^121^4.04^4.01^0.99^17.29^0.0^^143^0.35^19^136^221^88^0.51^0.016^0.007^4.4^0.8^0.054^0.211^0.126^0.636^0.068^9^0^9^9^^0.44^147^37^36^^17^^^^^^2.122^1.201^0.244^53^^~~^^~~^0 ~19171~^~COCOA,DRY PDR,UNSWTND,HERSHEY'S EUROPEAN STYLE COCOA~^^400^20.00^10.00^^60.00^20.0^0.00^0^36.00^^^^0^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^5.00^~1 tbsp~^^~~^0 ~19172~^~GELATIN DSSRT,DRY MIX~^1.00^381^7.80^0.00^0.70^90.50^0.0^86.04^3^0.13^2^141^7^466^0.01^0.118^0.011^6.7^0.0^0.003^0.041^0.009^0.014^0.001^3^0^3^3^3.5^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^85.00^~1 package, (3 oz)~^21.30^~1 portion, amount to make 1/2 cup~^0 ~19173~^~GELATIN DSSRT,DRY MIX,PREP W/ H2O~^84.39^62^1.22^0.00^0.20^14.19^0.0^13.49^3^0.02^1^22^1^75^0.01^0.024^0.002^1.1^0.0^0.000^0.006^0.001^0.002^0.000^1^0^1^1^0.5^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^540.00^~1 package, 3 oz, yields 2 cups~^135.00^~.5 cup~^0 ~19175~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT~^1.93^198^15.67^0.00^2.18^80.21^0.1^0.00^8^0.06^2^1293^14^862^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^6.38^~1 serving~^^~~^0 ~19176~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT,PREP W/ H2O~^94.74^20^0.83^0.00^0.21^4.22^0.0^0.00^3^0.01^1^68^1^48^0.00^0.007^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^117.00^~.5 cup~^469.00^~1 package, yield (2 cups)~^0 ~19177~^~GELATINS,DRY PDR,UNSWTND~^13.00^335^85.60^0.10^1.30^0.00^0.0^0.00^55^1.11^22^39^16^196^0.14^2.161^0.105^39.5^0.0^0.025^0.230^0.085^0.125^0.007^30^0^30^30^38.5^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.070^0.060^0.010^0^7.00^~1 envelope, (1 tbsp)~^28.00^~1 package, (1 oz)~^0 ~19181~^~CANDIES,YORK BITES~^9.09^394^1.78^7.32^0.17^81.64^2.0^75.00^10^0.94^1^3^108^46^0.01^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^^0^^^^7^^^^^^^^^^4.430^0.480^0.100^1^39.00^~15 pieces~^^~~^0 ~19182~^~DESSERTS,MOUSSE,CHOC,PREPARED-FROM-RECIPE~^62.94^225^4.14^16.00^0.76^16.07^0.6^14.81^96^0.55^20^117^143^38^0.64^0.075^0.059^7.4^0.1^0.045^0.205^0.146^0.533^0.058^15^0^15^15^^0.47^509^140^138^3^27^3^0^94^0.51^1.6^9.151^5.027^0.879^140^202.00^~.5 cup~^808.00^~1 recipe, yield~^0 ~19183~^~PUDDINGS,CHOC,RTE~^69.46^142^2.09^4.60^0.84^23.01^0.0^17.17^51^1.27^18^56^184^152^0.34^0.092^0.118^0.0^0.3^0.024^0.072^0.123^0.244^0.018^3^0^3^3^9.5^0.09^46^14^14^0^0^0^0^1^0.31^0.6^1.263^2.731^0.105^1^28.35^~1 oz~^108.27^~1 container, refridgerated, 4 oz container~^0 ~16109~^~SOYBEANS,MATURE CKD,BLD,WO/SALT~^62.55^173^16.64^8.97^1.91^9.93^6.0^3.00^102^5.14^86^245^515^1^1.15^0.407^0.824^7.3^1.7^0.155^0.285^0.399^0.179^0.234^54^0^54^54^47.5^0.00^9^0^0^0^5^0^0^0^0.35^19.2^1.297^1.981^5.064^0^172.00^~1 cup~^10.70^~1 tbsp~^0 ~16110~^~SOYBEANS,MATURE SEEDS,RSTD,SALTED~^1.95^471^35.22^25.40^3.88^33.55^17.7^4.20^138^3.90^145^363^1470^163^3.14^0.828^2.158^19.1^2.2^0.100^0.145^1.410^0.453^0.208^211^0^211^211^124.3^0.00^200^10^0^0^120^0^0^0^0.91^50.4^3.674^5.610^14.339^0^172.00^~1 cup~^^~~^0 ~16111~^~SOYBEANS,MATURE SEEDS,DRY RSTD~^0.80^451^39.58^21.62^5.28^32.72^8.1^^140^3.95^228^649^1364^2^4.77^1.079^2.184^19.3^4.6^0.427^0.755^1.056^0.473^0.225^205^0^205^205^^0.00^0^0^0^^^^^^^37.0^3.127^4.776^12.207^0^172.00^~1 cup~^^~~^0 ~16112~^~MISO~^43.02^199^11.69^6.01^12.81^26.47^5.4^6.20^57^2.49^48^159^210^3728^2.56^0.420^0.859^7.0^0.0^0.098^0.233^0.906^0.337^0.199^19^0^19^19^72.2^0.08^87^4^0^0^52^0^0^0^0.01^29.3^1.139^1.242^3.204^0^275.00^~1 cup~^^~~^0 ~16113~^~NATTO~^55.02^212^17.72^11.00^1.90^14.36^5.4^4.89^217^8.60^115^174^729^7^3.03^0.667^1.528^8.8^13.0^0.160^0.190^0.000^0.215^0.130^8^0^8^8^57.0^0.00^0^0^0^0^0^0^0^0^0.01^23.1^1.591^2.430^6.210^0^175.00^~1 cup~^^~~^0 ~16114~^~TEMPEH~^59.65^193^18.54^10.80^1.62^9.39^^^111^2.70^81^266^412^9^1.14^0.560^1.300^0.0^0.0^0.078^0.358^2.640^0.278^0.215^24^0^24^24^^0.08^0^0^0^^^^^^^^2.220^3.000^3.827^0^166.00^~1 cup~^^~~^0 ~16115~^~SOY FLOUR,FULL-FAT,RAW~^5.16^436^34.54^20.65^4.46^35.19^9.6^7.50^206^6.37^429^494^2515^13^3.92^2.920^2.275^7.5^0.0^0.581^1.160^4.320^1.590^0.461^345^0^345^345^190.6^0.00^120^6^0^0^72^0^0^0^1.95^70.0^2.987^4.561^11.657^0^84.00^~1 cup, stirred~^5.20^~1 tbsp~^0 ~16116~^~SOY FLR,FULL-FAT,RSTD~^3.81^441^34.80^21.86^5.86^33.67^9.7^7.61^188^5.82^369^476^2041^12^3.58^2.221^2.077^7.5^0.0^0.412^0.941^3.286^1.209^0.351^227^0^227^227^^0.00^122^6^0^0^73^0^0^0^1.98^71.0^3.162^4.829^12.341^0^85.00^~1 cup, stirred~^^~~^0 ~16117~^~SOY FLOUR,DEFATTED~^7.25^330^47.01^1.22^6.15^38.37^17.5^18.88^241^9.24^290^674^2384^20^2.46^4.065^3.018^1.7^0.0^0.698^0.253^2.612^1.995^0.574^305^0^305^305^11.3^0.00^40^2^0^0^24^0^0^0^0.12^4.1^0.136^0.208^0.533^0^105.47^~1 cup~^6.59^~1 tbsp~^0 ~16118~^~SOY FLOUR,LOW-FAT~^4.61^375^45.51^8.90^6.04^34.93^16.0^10.53^285^8.20^285^675^2090^9^4.10^1.600^3.150^58.9^0.0^1.088^0.280^2.950^1.550^1.050^289^0^289^289^191.7^0.00^40^2^0^0^24^0^0^0^0.55^3.9^1.290^1.460^4.215^0^88.00^~1 cup, stirred~^5.50^~1 tbsp~^0 ~16119~^~SOY MEAL,DEFATTED,RAW~^6.94^339^44.95^2.39^5.58^40.14^^^244^13.70^306^701^2490^3^5.06^2.000^3.800^3.3^0.0^0.691^0.251^2.587^1.976^0.569^303^0^303^303^^0.00^40^2^0^^^^^^^^0.268^0.409^1.045^0^122.00^~1 cup~^^~~^0 ~16120~^~SOYMILK,ORIGINAL & VANILLA,UNFORTIFIED~^88.05^54^3.27^1.75^0.65^6.28^0.6^3.99^25^0.64^25^52^118^51^0.12^0.128^0.223^4.8^0.0^0.060^0.069^0.513^0.373^0.077^18^0^18^18^23.6^0.00^3^0^0^0^2^0^0^0^0.11^3.0^0.205^0.401^0.961^0^243.00^~1 cup~^30.60^~1 fl oz~^0 ~16121~^~SOY PROT CONC,PRODUCED BY ALCOHOL EXTRACTION~^5.80^331^58.13^0.46^4.70^30.91^5.5^20.00^363^10.78^315^839^2202^3^4.40^0.976^4.190^0.8^0.0^0.316^0.142^0.716^0.057^0.134^340^0^340^340^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.052^0.079^0.201^0^28.35^~1 oz~^^~~^0 ~16122~^~SOY PROTEIN ISOLATE~^4.98^338^80.69^3.39^3.58^7.36^5.6^0.00^178^14.50^39^776^81^1005^4.03^1.599^1.493^0.8^0.0^0.176^0.100^1.438^0.060^0.100^176^0^176^176^190.9^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.422^0.645^1.648^0^28.35^~1 oz~^^~~^0 ~16123~^~SOY SAU MADE FROM SOY&WHEAT (SHOYU)~^70.77^53^6.28^0.04^15.31^7.61^0.8^1.70^19^1.93^43^125^217^5637^0.52^0.104^0.424^0.5^0.0^0.033^0.165^2.196^0.297^0.148^14^0^14^14^18.3^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.005^0.006^0.019^0^255.00^~1 cup~^16.00^~1 tbsp~^0 ~16124~^~SOY SAU MADE FROM SOY (TAMARI)~^66.00^60^10.51^0.10^17.82^5.57^0.8^1.70^20^2.38^40^130^212^5586^0.43^0.135^0.499^0.8^0.0^0.059^0.152^3.951^0.376^0.200^18^0^18^18^38.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.011^0.017^0.044^0^18.00^~1 tbsp~^6.00^~1 tsp~^0 ~16125~^~SOY SAU MADE FROM HYDROLYZED VEG PROT~^75.66^40^2.43^0.08^14.10^7.73^0.5^1.70^5^1.49^6^93^152^5689^0.31^0.097^0.357^0.8^0.0^0.042^0.109^2.828^0.269^0.143^13^0^13^13^27.5^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.006^0.009^0.022^0^18.00^~1 tbsp~^6.00^~1 tsp~^0 ~16126~^~TOFU,FIRM,PREP W/CA SULFATE&MAGNESIUM CHLORIDE (NIGARI)~^84.95^70^8.19^4.17^1.01^1.69^0.9^0.60^201^1.61^37^121^148^12^0.83^0.213^0.625^9.9^0.2^0.060^0.063^0.101^0.110^0.071^19^0^19^19^28.1^0.00^0^0^0^0^0^0^0^0^0.01^2.4^0.863^1.226^1.794^0^126.00^~.5 cup~^81.00^~.25 block~^0 ~16127~^~TOFU,SOFT,PREP W/CA SULFATE&MAGNESIUM CHLORIDE (NIGARI)~^87.26^61^6.55^3.69^0.70^1.80^0.2^0.70^111^1.11^27^92^120^8^0.64^0.157^0.389^8.9^0.2^0.047^0.037^0.535^0.051^0.052^44^0^44^44^27.4^0.00^7^0^0^0^4^0^0^0^0.01^2.0^0.533^0.814^2.081^0^248.00^~1 cup, (1/2" cubes)~^17.60^~1 cubic inch~^0 ~16128~^~TOFU,DRIED-FROZEN (KOYADOFU)~^5.78^480^47.94^30.34^1.38^14.56^7.2^^364^9.73^59^483^20^6^4.90^1.179^3.689^54.3^0.7^0.494^0.317^1.189^0.415^0.286^92^0^92^92^^0.00^518^26^0^^^^^^^^4.388^6.701^17.128^0^17.00^~1 piece~^^~~^0 ~16129~^~TOFU,FRIED~^50.52^271^17.19^20.18^1.62^10.49^3.9^2.72^372^4.87^60^287^146^16^1.99^0.398^1.495^28.5^0.0^0.170^0.050^0.100^0.140^0.099^27^0^27^27^106.3^0.00^27^1^0^0^16^0^0^0^0.04^7.8^2.918^4.456^11.390^0^28.35^~1 oz~^13.00^~1 piece~^0 ~16130~^~TOFU,OKARA~^81.64^77^3.22^1.73^0.88^12.54^^^80^1.30^26^60^213^9^0.56^0.200^0.404^10.6^0.0^0.020^0.020^0.100^0.088^0.115^26^0^26^26^^0.00^0^0^0^^^^^^^^0.193^0.295^0.755^0^122.00^~1 cup~^^~~^0 ~16132~^~TOFU,SALTED&FERMENTED (FUYU)~^70.01^116^8.15^8.00^8.69^5.15^^^46^1.98^52^73^75^2873^1.56^0.376^1.174^17.3^0.2^0.157^0.101^0.379^0.132^0.091^29^0^29^29^^0.00^0^0^0^^^^^^^^1.157^1.767^4.516^0^11.00^~1 block~^^~~^0 ~16133~^~YARDLONG BNS,MATURE SEEDS,RAW~^8.43^347^24.33^1.31^4.03^61.91^11.0^^138^8.61^338^559^1157^17^3.50^0.879^1.590^8.2^1.6^0.887^0.235^2.158^1.556^0.371^658^0^658^658^^0.00^52^3^0^^^^^^^^0.339^0.114^0.565^0^167.00^~1 cup~^^~~^0 ~16134~^~YARDLONG BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^68.80^118^8.29^0.45^1.37^21.09^3.8^^42^2.64^98^181^315^5^1.08^0.225^0.487^2.8^0.4^0.212^0.064^0.551^0.398^0.095^146^0^146^146^^0.00^0^0^0^^^^^^^^0.116^0.039^0.193^0^171.00^~1 cup~^^~~^0 ~16135~^~WINGED BNS,MATURE SEEDS,RAW~^8.34^409^29.65^16.32^3.98^41.71^^^440^13.44^179^451^977^38^4.48^2.880^3.721^8.2^0.0^1.030^0.450^3.090^0.795^0.175^45^0^45^45^^0.00^0^0^0^^^^^^^^2.303^6.012^4.330^0^182.00^~1 cup~^^~~^0 ~16136~^~BEANS,WINGED,MATURE SEEDS,CKD,BLD,WO/SALT~^67.19^147^10.62^5.84^1.43^14.94^^^142^4.33^54^153^280^13^1.44^0.773^1.199^2.9^0.0^0.295^0.129^0.830^0.156^0.047^10^0^10^10^^0.00^0^0^0^^^^^^^^0.825^2.153^1.551^0^172.00^~1 cup~^^~~^0 ~16137~^~HUMMUS,HOME PREP~^64.87^177^4.86^8.59^1.56^20.12^4.0^0.27^49^1.56^29^110^173^242^1.09^0.224^0.567^2.4^7.9^0.089^0.052^0.399^0.287^0.399^59^0^59^59^27.8^0.00^5^0^0^0^2^2^0^1^0.75^3.0^1.141^4.865^2.109^0^246.00^~1 cup~^15.00^~1 tablespoon~^0 ~17239~^~LAMB,DOM,RIB,LN&FAT,1/8"FAT,CHOIC,RAW~^53.68^342^15.32^30.71^0.78^0.00^0.0^^14^1.43^19^143^201^58^2.87^0.092^0.017^17.7^0.0^0.100^0.190^6.060^0.620^0.120^15^0^15^15^^2.14^0^0^0^^^^^^^^13.430^12.600^2.420^74^28.35^~1 oz~^453.60^~1 lb~^29 ~17240~^~LAMB,DOM,RIB,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^49.03^340^23.06^26.82^1.19^0.00^0.0^^18^1.93^24^184^277^77^4.21^0.124^0.021^24.7^0.0^0.090^0.230^6.920^0.610^0.110^15^0^15^15^^2.56^0^0^0^^^^^^^^11.360^10.970^2.170^98^222.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^32 ~17241~^~LAMB,DOM,RIB,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^49.59^341^21.82^27.53^0.95^0.00^0.0^^22^1.62^20^170^277^74^3.62^0.117^0.021^22.3^0.0^0.090^0.210^6.670^0.640^0.120^16^0^16^16^^2.22^0^0^0^^^^^^^^11.660^11.590^1.990^96^248.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^30 ~17242~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,RAW~^63.36^244^17.07^18.96^0.91^0.00^0.0^^16^1.53^21^163^237^63^4.12^0.100^0.020^19.7^0.0^0.110^0.210^5.620^0.680^0.140^19^0^19^19^^2.57^0^0^0^^^^^^^^8.100^7.760^1.520^71^28.35^~1 oz~^453.60^~1 lb~^22 ~17243~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^45.46^338^29.46^23.57^1.44^0.00^0.0^^27^2.39^25^193^261^74^6.80^0.126^0.026^33.8^0.0^0.070^0.220^6.150^0.610^0.110^18^0^18^18^^2.78^0^0^0^^^^^^^^9.710^9.720^1.880^117^213.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^27 ~17244~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^56.70^268^23.84^18.39^1.21^0.00^0.0^^23^1.83^25^201^335^82^5.58^0.126^0.024^26.5^0.0^0.100^0.260^6.490^0.680^0.140^18^0^18^18^^2.78^0^0^0^^^^^^^^7.530^7.750^1.340^95^242.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^26 ~17245~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^56.98^269^22.70^19.08^1.22^0.00^0.0^^20^1.97^23^185^251^66^5.44^0.108^0.022^26.4^0.0^0.090^0.240^6.040^0.700^0.130^21^0^21^21^^2.65^0^0^0^^^^^^^^7.980^7.790^1.560^91^263.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^24 ~17246~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CHOIC,RAW~^63.30^244^17.19^18.94^0.92^0.00^0.0^^14^1.58^22^162^244^61^3.52^0.104^0.020^19.8^0.0^0.110^0.220^6.080^0.690^0.130^19^0^19^19^^2.47^0^0^0^^^^^^^^8.240^7.770^1.500^70^28.35^~1 oz~^84.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^18 ~17247~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^44.92^337^31.10^22.65^1.12^0.00^0.0^^25^2.43^26^210^311^72^6.24^0.141^0.023^37.9^0.0^0.070^0.250^6.610^0.610^0.110^19^0^19^19^^2.59^0^0^0^^^^^^^^9.210^9.630^1.600^120^85.00^~3 oz~^45.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^21 ~17248~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CKD,BRLD~^55.77^269^24.91^18.05^1.33^0.00^0.0^^18^2.12^27^200^314^78^5.01^0.135^0.024^28.1^0.0^0.100^0.270^6.990^0.680^0.120^19^0^19^19^^2.88^0^0^0^^^^^^^^7.660^7.380^1.460^96^85.00^~3 oz~^59.00^~1 steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^20 ~17249~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CHOIC,RSTD~^57.07^267^22.93^18.75^1.23^0.00^0.0^^17^2.05^23^185^262^65^4.58^0.114^0.022^25.8^0.0^0.090^0.250^6.620^0.710^0.130^21^0^21^21^^2.56^0^0^0^^^^^^^^8.040^7.680^1.500^91^284.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^18 ~17250~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,RAW~^63.39^244^17.01^18.97^0.91^0.00^0.0^^17^1.50^21^163^234^63^4.40^0.098^0.020^19.6^0.0^0.110^0.210^5.400^0.680^0.140^20^0^20^20^^2.62^0^0^0^^^^^^^^8.040^7.760^1.540^71^28.35^~1 oz~^453.60^~1 lb~^25 ~17251~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^45.65^339^28.92^23.88^1.55^0.00^0.0^^27^2.38^24^187^244^75^6.98^0.121^0.027^33.5^0.0^0.060^0.210^6.000^0.610^0.110^18^0^18^18^^2.84^0^0^0^^^^^^^^9.880^9.740^1.970^116^207.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^29 ~17252~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^57.01^267^23.48^18.50^1.17^0.00^0.0^^24^1.73^24^201^341^83^5.77^0.123^0.024^27.8^0.0^0.090^0.250^6.330^0.670^0.150^18^0^18^18^^2.74^0^0^0^^^^^^^^7.490^7.880^1.300^95^250.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^28 ~17253~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^56.95^270^22.62^19.19^1.21^0.00^0.0^^21^1.95^23^185^248^67^5.72^0.107^0.022^25.6^0.0^0.090^0.240^5.840^0.700^0.130^21^0^21^21^^2.68^0^0^0^^^^^^^^7.960^7.830^1.580^92^256.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^26 ~17254~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,1/8"FAT,RAW~^64.03^232^17.95^17.20^0.98^0.00^0.0^^11^1.54^16^179^147^41^2.58^0.089^0.020^1.4^0.0^0.130^0.350^6.570^0.520^0.120^1^0^1^1^^2.50^0^0^0^^^^^^^^8.640^6.600^0.750^77^28.35^~1 oz~^453.60^~1 lb~^27 ~17255~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CKD~^54.80^270^25.26^17.98^1.40^0.00^0.0^^15^2.08^19^211^161^46^3.61^0.102^0.023^2.0^0.0^0.110^0.410^7.310^0.530^0.110^1^0^1^1^^2.71^0^0^0^^^^^^^^8.760^6.960^0.880^106^242.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^27 ~17256~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,1/8"FAT,RAW~^66.02^223^18.04^16.15^1.06^0.00^0.0^^10^1.49^15^170^131^45^3.37^0.095^0.020^3.5^0.0^0.130^0.360^6.300^0.510^0.110^1^0^1^1^^2.53^0^0^0^^^^^^^^8.180^6.190^0.700^71^28.35^~1 oz~^453.60^~1 lb~^45 ~17257~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,1/8"FAT,CKD,BRSD~^56.76^258^26.97^15.83^1.61^0.00^0.0^^14^2.07^15^175^118^47^4.80^0.102^0.024^5.3^0.0^0.070^0.330^6.070^0.410^0.080^1^0^1^1^^2.44^0^0^0^^^^^^^^7.820^6.100^0.730^102^168.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^50 ~17258~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,RAW~^67.05^201^18.76^13.37^1.03^0.00^0.0^^7^1.60^18^189^160^41^2.72^0.095^0.021^3.0^0.0^0.140^0.380^6.860^0.510^0.130^1^0^1^1^^2.47^0^0^0^^^^^^^^6.670^5.130^0.590^75^28.35^~1 oz~^453.60^~1 lb~^24 ~17259~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CKD,RSTD~^59.01^234^25.34^13.95^1.41^0.00^0.0^^9^2.13^20^221^170^44^3.67^0.105^0.024^4.1^0.0^0.120^0.460^7.570^0.550^0.130^1^0^1^1^^2.61^0^0^0^^^^^^^^6.750^5.400^0.680^101^253.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~17260~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,1/8"FAT,RAW~^59.95^273^17.18^22.10^0.92^0.00^0.0^^17^1.59^15^170^128^39^1.94^0.087^0.018^1.5^0.0^0.130^0.300^6.850^0.500^0.120^1^0^1^1^^2.13^0^0^0^^^^^^^^11.230^8.470^0.950^82^28.35^~1 oz~^63.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^26 ~17261~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,1/8"FAT,CKD,BRLD~^52.17^296^24.41^21.28^1.34^0.00^0.0^^23^2.10^20^213^164^50^2.76^0.112^0.022^2.1^0.0^0.120^0.370^7.920^0.490^0.110^1^0^1^1^^2.54^0^0^0^^^^^^^^10.560^8.200^0.990^113^85.00^~3 oz~^42.00^~1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^28 ~17262~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,1/8"FAT,RAW~^56.61^311^15.87^27.00^0.85^0.00^0.0^^15^1.43^13^153^120^42^2.19^0.067^0.017^1.3^0.0^0.120^0.260^6.290^0.500^0.090^1^0^1^1^^2.22^0^0^0^^^^^^^^13.700^10.350^1.160^80^28.35^~1 oz~^453.60^~1 lb~^33 ~17263~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,1/8"FAT,CKD,RSTD~^52.47^317^19.86^25.74^1.11^0.00^0.0^^18^1.74^15^173^128^44^2.73^0.072^0.018^1.8^0.0^0.100^0.280^6.720^0.500^0.080^1^0^1^1^^2.32^0^0^0^^^^^^^^12.820^9.930^1.190^99^233.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^34 ~17264~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,RAW~^62.00^251^17.19^19.74^0.94^0.00^0.0^^17^1.36^15^168^137^42^2.91^0.083^0.019^2.7^0.0^0.120^0.310^5.460^0.550^0.080^1^0^1^1^^3.14^0^0^0^^^^^^^^9.900^7.570^0.860^74^28.35^~1 oz~^453.60^~1 lb~^26 ~17265~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CKD,BRSD~^43.73^342^29.43^24.03^1.63^0.00^0.0^^27^2.16^18^200^151^52^4.76^0.106^0.026^4.4^0.0^0.080^0.330^6.260^0.520^0.070^1^0^1^1^^3.47^0^0^0^^^^^^^^11.500^9.370^1.250^123^233.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^20 ~17267~^~GAME MEAT,BISON,TOP SIRLOIN,LN,0"FAT,RAW~^74.40^113^21.40^2.40^1.20^0.00^^^5^3.00^24^203^335^51^3.40^0.155^0.015^25.1^0.0^0.045^0.097^2.017^^0.259^^^^^^2.30^3^1^1^^^^^^0.05^^0.885^0.986^0.217^71^28.35^~1 oz~^453.60^~1 lb~^0 ~17268~^~GAME MEAT,BISON,RIBEYE,LN,0"FAT,RAW~^74.00^116^22.10^2.40^1.20^0.00^^^6^2.80^24^198^344^48^3.20^0.130^0.013^23.3^0.0^0.046^0.090^1.838^^0.252^^^^^^2.20^3^1^1^^^^^^0.04^^0.898^0.996^0.192^62^28.35^~1 oz~^453.60^~1 lb~^0 ~18319~^~PIE,FRIED PIES,FRUIT~^37.60^316^3.00^16.10^1.10^42.60^2.6^21.40^22^1.22^10^43^65^374^0.23^0.047^0.224^2.4^1.3^0.141^0.106^1.425^0.110^0.030^18^15^3^29^7.2^0.08^27^5^5^0^5^5^0^8^1.72^4.1^2.457^7.449^5.376^0^28.35^~1 oz~^128.00^~1 pie, (5" x 3-3/4")~^0 ~18320~^~PIE,LEMON MERINGUE,COMMLY PREP~^41.70^268^1.50^8.70^0.90^47.20^1.2^23.86^56^0.61^15^105^89^146^0.49^0.001^0.060^3.0^3.2^0.062^0.209^0.649^0.793^0.030^24^16^8^35^6.2^0.17^173^51^51^0^1^3^0^9^1.06^2.1^1.766^2.685^3.648^45^28.35^~1 oz~^113.00^~1 piece, (1/6 of 8" pie)~^0 ~18321~^~PIE,LEMON MERINGUE,PREP FROM RECIPE~^43.30^285^3.80^12.90^0.90^39.10^^^12^1.00^6^42^65^242^0.28^0.042^0.128^11.6^3.3^0.118^0.159^0.944^0.214^0.027^25^16^9^36^^0.12^160^43^41^^^^^^^^3.185^5.582^3.331^53^28.35^~1 oz~^127.00^~1 piece, (1/8 of 9" dia)~^0 ~18322~^~PIE,MINCE,PREP FROM RECIPE~^37.40^289^2.60^10.80^1.20^48.00^2.6^28.31^22^1.49^14^42^203^254^0.22^0.113^0.263^6.6^5.9^0.150^0.105^1.189^0.100^0.065^23^18^5^36^7.2^0.00^22^1^0^0^5^12^0^13^0.15^5.4^2.682^4.654^2.842^0^28.35^~1 oz~^165.00^~1 piece, (1/8 of 9" dia)~^0 ~18323~^~PIE,PEACH~^54.40^223^1.90^10.00^0.80^32.90^0.8^6.19^8^0.50^6^22^125^270^0.09^0.053^0.152^1.3^0.9^0.061^0.033^0.200^0.114^0.023^29^25^4^47^7.2^0.00^140^10^4^0^64^25^0^15^0.94^3.3^1.508^4.241^3.749^0^28.35^~1 oz~^117.00^~1 piece, (1/6 of 8" pie)~^0 ~18324~^~PIE,PECAN,COMMLY PREP~^18.25^407^4.50^16.69^0.95^59.61^2.1^25.18^22^0.93^22^83^99^240^0.87^0.184^0.710^7.0^0.0^0.204^0.078^1.310^0.391^0.038^32^16^17^43^49.5^0.12^175^51^50^0^4^2^0^39^0.80^15.5^2.654^8.317^3.554^42^28.35^~1 oz~^132.71^~1 slice~^0 ~18325~^~PIE,PECAN,PREP FROM RECIPE~^19.50^412^4.90^22.20^1.10^52.20^^^32^1.48^26^94^133^262^1.02^0.211^0.712^12.0^0.2^0.188^0.180^0.847^0.479^0.060^26^12^14^34^^0.17^357^82^77^^60^^^^^^3.989^11.181^5.710^87^28.35^~1 oz~^122.00^~1 piece, (1/8 of 9" dia)~^0 ~18326~^~PIE,PUMPKIN,COMMLY PREP~^50.39^243^3.90^9.75^1.14^34.83^1.8^18.88^64^0.90^14^81^167^233^0.39^0.148^0.227^5.4^0.0^0.177^0.124^1.107^0.452^0.063^26^16^10^37^37.5^0.35^3434^448^334^686^1023^3^0^20^0.76^13.2^1.988^4.600^1.770^26^28.35^~1 oz~^132.70^~1 slice~^0 ~18327~^~PIE,PUMPKIN,PREP FROM RECIPE~^58.50^204^4.50^9.30^1.30^26.40^^^94^1.27^19^98^186^225^0.46^0.066^0.198^7.1^1.7^0.092^0.201^0.782^0.445^0.047^21^10^11^28^^0.09^8020^426^30^^4752^^^^^^3.171^3.697^1.810^42^28.35^~1 oz~^155.00^~1 piece, (1/8 of 9" dia)~^0 ~18328~^~PIE,VANILLA CRM,PREP FROM RECIPE~^47.00^278^4.80^14.40^1.20^32.60^0.6^12.68^90^1.02^13^104^126^260^0.53^0.039^0.128^9.5^0.5^0.139^0.216^0.984^0.415^0.049^26^15^11^37^32.8^0.30^306^83^81^2^22^1^0^52^0.45^6.7^4.030^6.043^3.438^62^28.35^~1 oz~^126.00^~1 piece, (1/8 of 9" dia)~^0 ~18330~^~PIE CRUST,COOKIE-TYPE,PREP FROM RECIPE,GRAHAM CRACKER,BKD~^4.20^494^4.20^24.90^1.50^65.20^1.5^38.34^21^2.17^18^65^88^571^0.47^0.125^0.463^6.0^0.0^0.104^0.175^2.133^0.220^0.036^24^17^7^36^14.9^0.02^826^193^182^0^131^0^0^29^2.32^24.7^5.196^11.370^6.908^0^210.00^~1 pie shell, (9" dia)~^22.00^~1 tart shell~^0 ~18332~^~PIE CRUST,STANDARD-TYPE,DRY MIX~^7.60^518^6.90^31.40^2.00^52.10^^^61^2.22^15^86^64^753^0.40^0.075^0.315^22.9^0.0^0.392^0.213^2.727^0.268^0.064^104^86^18^164^^0.00^0^0^0^^^^^^^^7.974^17.887^3.968^0^28.35^~1 oz~^284.00^~1 package, (10 oz)~^0 ~18333~^~PIE CRUST,STANDARD-TYPE,DRY MIX,PREP,BKD~^10.60^501^6.70^30.40^2.00^50.40^1.8^^60^2.15^15^84^62^729^0.39^0.074^0.305^22.1^0.0^0.303^0.186^2.373^0.168^0.056^70^58^12^111^^0.00^0^0^0^^^^^^^^7.711^17.289^3.847^0^160.00^~1 crust, single 9"~^20.00^~1 piece, (1/8 of 9" crust)~^0 ~18334~^~PIE CRUST,STANDARD-TYPE,FRZ,RTB,ENR~^17.82^457^6.16^26.07^1.33^48.62^2.5^^19^2.60^15^72^97^409^0.45^0.075^0.442^5.7^0.0^0.275^0.170^2.700^0.405^0.050^70^46^25^102^^0.00^1^0^0^0^0^0^0^1^0.46^7.3^8.159^12.167^3.176^0^173.43^~1 pie crust, (average weight of 1 frozen crust)~^^~~^0 ~18335~^~PIE CRUST,STANDARD-TYPE,FRZ,RTB,ENR,BKD~^7.18^508^6.50^28.59^1.49^56.24^3.3^4.23^21^2.80^17^82^114^467^0.51^0.097^^6.8^0.0^0.300^0.155^3.450^0.455^0.045^68^49^19^102^13.4^0.00^0^0^0^0^0^0^0^1^0.54^7.8^9.277^13.562^3.568^0^154.21^~1 pie crust, (average weight of 1 baked crust)~^^~~^0 ~18336~^~PIE CRUST,STANDARD-TYPE,PREP FROM RECIPE,BKD~^9.80^527^6.40^34.60^1.70^47.50^1.7^0.17^10^2.89^14^67^67^542^0.44^0.091^0.430^21.1^0.0^0.391^0.277^3.307^0.177^0.025^67^56^11^106^6.2^0.00^0^0^0^0^0^0^0^10^0.31^14.8^8.622^15.169^9.122^0^180.00^~1 crust, single 9"~^23.00^~1 piece, (1/8 of 9" crust)~^0 ~18337~^~PUFF PASTRY,FRZ,RTB~^8.50^551^7.30^38.10^1.00^45.10^1.5^0.74^10^2.56^16^60^61^249^0.53^0.114^0.488^24.2^0.0^0.398^0.283^4.168^0.000^0.021^78^65^13^124^6.4^0.00^1^0^0^0^0^0^0^43^0.54^16.1^9.643^21.597^4.894^0^28.35^~1 oz~^47.00^~1 shell~^0 ~18338~^~PHYLLO DOUGH~^32.60^299^7.10^6.00^1.60^52.60^1.9^0.18^11^3.21^15^75^74^483^0.49^0.101^0.476^23.3^0.0^0.541^0.341^4.073^0.302^0.030^88^70^18^137^6.9^0.00^0^0^0^0^0^0^0^11^0.08^2.5^1.470^3.149^0.923^0^28.35^~1 oz~^19.00^~1 sheet, dough~^0 ~18339~^~POPOVERS,DRY MIX,ENRICHED~^11.70^371^10.40^4.30^2.60^71.00^^^32^2.97^25^100^100^906^0.88^0.171^0.741^37.6^0.1^0.430^0.147^3.378^0.480^0.042^145^120^25^229^^0.08^0^0^0^^^^^^^^0.983^1.984^0.823^0^28.35^~1 oz~^170.00^~1 package, (6 oz)~^0 ~18342~^~ROLLS, DINNER, PLN,COMM PREPARED (INC BROWN -N- SERVE)~^28.44^310^10.86^6.47^2.18^52.04^2.0^5.55^178^3.72^26^122^139^536^0.99^0.135^0.582^26.8^0.2^0.526^0.374^5.367^0.452^0.097^101^71^30^150^14.6^0.13^5^1^1^0^0^0^0^13^0.28^10.6^1.375^1.881^2.509^4^28.35^~1 roll, (1 oz)~^25.00^~1 each, (pan, dinner, or small roll) (2" square, 2" high)~^0 ~18344~^~ROLLS,DINNER,EGG~^30.40^307^9.50^6.40^1.70^52.00^3.7^4.30^59^3.52^25^101^104^545^1.12^0.133^0.527^29.6^0.0^0.527^0.517^3.287^0.655^0.053^184^131^53^276^31.4^0.24^21^5^5^0^1^1^0^71^0.36^2.1^1.577^2.930^1.128^50^28.35^~1 oz~^35.00^~1 roll, (2-1/2" dia)~^0 ~19184~^~PUDDINGS,CHOC,DRY MIX,INST~^3.20^378^2.30^1.90^4.70^87.90^3.6^67.86^12^1.29^45^72^236^1429^0.62^0.354^0.367^2.5^0.0^0.010^0.055^0.234^0.025^0.012^3^0^3^3^3.4^0.00^0^0^0^0^0^0^0^4^0.07^1.5^0.825^0.487^0.348^0^99.00^~1 package, (3.5 oz)~^25.00^~1 portion, amount to make 1/2 cup~^0 ~19185~^~PUDDINGS,CHOC,DRY MIX,INST,PREP W/ WHL MILK~^73.60^111^3.10^3.10^1.40^18.80^1.0^^102^0.29^18^239^166^284^0.42^0.064^0.042^1.7^0.9^0.033^0.141^0.096^0.269^0.038^4^0^4^4^^0.30^120^26^24^^24^^^^^^1.830^0.920^0.180^11^147.00^~.5 cup~^587.00^~1 package, yield (2 cups)~^0 ~19186~^~DESSERTS,APPL CRISP,PREPARED-FROM-RECIPE~^62.91^161^1.75^3.43^1.07^30.84^1.4^19.68^35^0.82^8^28^78^351^0.18^0.071^0.130^3.5^2.2^0.083^0.081^0.846^0.092^0.040^16^12^4^24^^0.00^142^29^26^0^30^8^0^19^0.38^4.1^0.685^1.334^1.144^0^141.00^~.5 cup~^844.00^~1 recipe, yield~^0 ~19187~^~FLAN,CARAMEL CUSTARD,DRY MIX~^7.80^348^0.00^0.00^0.61^91.60^0.0^^24^0.08^0^1^153^432^0.04^0.015^0.007^21.3^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^^^^0^85.00^~1 package, (3 oz)~^21.00^~1 portion, amount to make 1/2 cup~^0 ~19188~^~DESSERTS,PUDD,CHOC,DRY MIX,REG~^4.00^362^2.60^2.10^2.00^89.30^4.5^42.88^53^1.82^67^88^209^353^0.90^0.518^0.537^3.3^0.0^0.015^0.071^0.330^0.035^0.016^4^0^4^4^1.6^0.00^0^0^0^0^0^0^0^5^0.01^0.3^1.234^0.703^0.079^0^99.00^~1 package, (3.5 oz)~^24.80^~1 portion, amount to make 1/2 cup~^0 ~19189~^~PUDDINGS,CHOC,DRY MIX,REG,PREP W/ WHL MILK~^73.30^119^3.21^3.15^0.94^19.40^0.8^11.96^106^0.35^20^93^159^96^0.50^0.099^0.096^3.7^0.0^0.036^0.169^0.149^0.317^0.031^4^0^4^4^12.5^0.30^87^24^24^0^4^0^0^1^0.05^0.3^1.813^0.819^0.180^9^142.00^~.5 cup~^570.00^~1 package, yield (2 cups)~^0 ~19190~^~PUDDINGS,CHOC,DRY MIX,REG,PREP W/ 2% MILK~^74.15^109^3.28^1.99^0.98^19.55^0.3^^112^0.36^21^96^167^104^0.46^0.073^0.043^2.2^0.7^0.032^0.175^0.105^0.280^0.036^4^0^4^4^^0.25^176^47^46^^10^^^^^^1.189^0.565^0.072^7^^~~^^~~^0 ~19191~^~PUDDINGS,COCNT CRM,DRY MIX,INST,PREP W/ 2% MILK~^74.40^107^2.90^2.30^1.20^19.20^0.1^^102^0.15^14^201^132^246^0.33^0.025^0.019^2.0^0.8^0.034^0.138^0.086^0.271^0.038^4^0^4^4^^0.30^150^45^45^^0^^^^^^1.370^0.620^0.190^6^147.00^~.5 cup~^587.00^~1 package, yield (2 cups)~^0 ~19193~^~PUDDINGS,RICE,RTE~^73.34^118^3.53^2.65^0.80^19.40^0.9^14.11^52^0.11^8^68^60^123^0.49^0.025^0.126^4.8^0.0^0.018^0.072^0.161^0.354^0.041^4^0^4^4^^0.18^79^22^22^0^4^0^0^9^0.07^0.2^1.764^0.438^0.120^18^28.35^~1 oz~^113.40^~1 serving, 4 oz refrigerated~^0 ~19194~^~PUDDINGS,RICE,DRY MIX~^4.80^376^2.70^0.10^1.10^91.20^0.7^^14^1.79^8^39^5^366^0.31^0.062^0.300^0.5^0.0^0.248^0.012^2.013^0.108^0.013^1^0^1^1^^0.00^0^0^0^^^^^^^^^^^0^106.00^~1 package~^27.00^~1 portion, amount to make 1/2 cup~^0 ~19195~^~PUDDINGS,RICE,DRY MIX,PREP W/ WHL MILK~^72.42^121^3.25^2.82^0.81^20.68^0.1^^103^0.37^13^85^128^108^0.38^0.020^0.059^1.8^0.7^0.074^0.138^0.441^0.283^0.034^4^0^4^4^^0.24^115^29^28^^15^^^^^^1.682^0.767^0.104^11^^~~^^~~^0 ~19198~^~PUDDINGS,TAPIOCA,DRY MIX~^4.00^369^0.10^0.10^1.40^94.30^0.2^65.00^4^0.12^2^4^5^477^0.08^0.029^0.033^0.9^0.0^0.001^0.006^0.004^0.015^0.001^0^0^0^0^^0.00^0^0^0^^^^^^^^^^^0^92.00^~1 package, (3.5 oz)~^23.00^~1 portion, amount to make 1/2 cup~^0 ~19199~^~PUDDINGS,TAPIOCA,DRY MIX,PREP W/ WHL MILK~^73.97^115^2.84^2.89^0.85^19.43^0.0^10.64^103^0.06^12^81^131^120^0.34^0.013^0.009^1.9^0.7^0.030^0.140^0.073^0.272^0.033^4^0^4^4^^0.25^108^25^24^^15^^^^^^1.724^0.786^0.107^12^^~~^^~~^0 ~16108~^~SOYBEANS,MATURE SEEDS,RAW~^8.54^446^36.49^19.94^4.87^30.16^9.3^7.33^277^15.70^280^704^1797^2^4.89^1.658^2.517^17.8^6.0^0.874^0.870^1.623^0.793^0.377^375^0^375^375^115.9^0.00^22^1^0^0^13^0^0^0^0.85^47.0^2.884^4.404^11.255^0^186.00^~1 cup~^^~~^0 ~16138~^~FALAFEL,HOME-PREPARED~^34.62^333^13.31^17.80^2.43^31.84^^^54^3.42^82^192^585^294^1.50^0.258^0.691^1.0^1.6^0.146^0.166^1.044^0.292^0.125^93^15^78^104^^0.00^13^1^0^^^^^^^^2.383^10.171^4.160^0^17.00^~1 patty, (approx 2-1/4" dia)~^^~~^0 ~16139~^~SOYMILK,ORIGINAL & VANILLA,W/ ADDED CA,VITAMINS A & D~^90.36^43^2.60^1.47^0.65^4.92^0.2^3.65^123^0.42^15^43^122^47^0.26^0.165^0.062^2.3^0.0^0.029^0.184^0.425^0.104^0.031^9^0^9^9^23.6^0.85^185^55^55^0^2^0^0^0^0.11^3.0^0.205^0.382^0.858^0^243.00^~1 cup~^30.60^~1 fl oz~^0 ~16144~^~LENTILS,PINK,RAW~^11.79^345^24.95^2.17^1.94^59.15^10.8^^41^7.56^72^294^578^7^3.90^1.303^1.417^8.2^1.7^0.510^0.106^1.495^0.348^0.403^204^0^204^204^^0.00^58^3^0^0^35^0^^^^^0.379^0.500^1.137^0^192.00^~1 cup~^^~~^0 ~16147~^~VEGGIE BURGERS OR SOYBURGERS UNPREP~^61.21^177^15.70^6.30^2.52^14.27^4.9^1.07^136^2.41^56^206^333^569^1.26^0.200^0.951^22.6^4.5^2.651^0.244^3.753^0.289^0.303^124^0^124^124^19.4^2.01^16^1^0^0^10^0^0^0^0.23^4.2^1.440^1.778^2.023^5^70.00^~1 pattie~^^~~^0 ~16149~^~PEANUT SPRD,RED SUGAR~^1.93^650^24.80^54.89^4.15^14.23^7.8^3.34^72^2.84^164^350^818^447^3.51^0.760^1.979^9.1^0.0^0.116^0.122^16.385^1.229^0.471^144^0^144^144^67.4^0.00^0^0^0^0^0^0^0^0^8.06^0.6^10.220^26.997^16.266^0^31.00^~2 tbsp~^^~~^0 ~16150~^~PEANUT BUTTER,SMOOTH,RED FAT~^1.20^520^25.90^34.00^3.25^35.65^5.2^9.28^35^1.90^170^369^669^540^2.80^0.580^1.475^7.5^0.0^0.270^0.060^14.600^1.066^0.310^60^0^60^60^63.4^0.00^0^0^0^0^0^0^0^0^9.04^0.6^5.760^16.156^9.182^0^^~~^^~~^0 ~16152~^~ENSURE FIBER W/ FOS,LIQ~^76.00^97^3.43^2.38^1.83^16.36^1.1^4.68^136^1.75^38^117^144^78^1.48^0.185^^7.0^11.7^0.148^0.168^1.948^^0.195^39^39^0^66^38.5^0.58^481^144^144^0^0^0^0^0^2.92^7.8^0.201^1.276^0.722^0^^~~^^~~^0 ~16155~^~PEANUT BUTTER,SMOOTH,VIT & MINERAL FORT~^1.47^591^25.72^50.81^3.25^18.75^5.6^10.47^43^16.60^355^368^667^420^14.40^1.640^^7.5^0.0^0.083^0.105^13.369^^2.230^373^239^134^540^63.3^0.00^3907^1172^1172^0^0^0^0^0^43.20^0.6^10.125^24.832^13.847^0^258.00^~1 cup~^32.00^~2 tbsp~^0 ~16156~^~PEANUT BUTTER,CHUNKY,VITAMIN&MINERAL FORT~^1.48^593^26.06^51.47^3.30^17.69^5.7^10.94^45^17.50^370^316^744^366^15.10^1.770^^7.5^0.0^0.125^0.112^13.640^^2.520^313^221^92^467^61.1^0.00^3907^1172^1172^0^0^0^0^0^43.20^0.5^7.972^24.366^14.648^0^32.00^~2 tbsp~^258.00^~1 cup~^0 ~16157~^~CHICKPEA FLOUR (BESAN)~^10.28^387^22.39^6.69^2.82^57.82^10.8^10.85^45^4.86^166^318^846^64^2.81^0.912^1.600^8.3^0.0^0.486^0.106^1.762^0.606^0.492^437^0^437^437^^0.00^41^2^0^0^25^0^0^0^0.83^9.1^0.693^1.504^2.983^0^92.00^~1 cup~^^~~^0 ~16158~^~HUMMUS,COMMERCIAL~^66.59^166^7.90^9.60^1.66^14.29^6.0^^38^2.44^71^176^228^379^1.83^0.527^0.773^2.6^0.0^0.180^0.064^0.582^0.132^0.200^83^0^83^83^^0.00^30^^^^^^^^^^1.437^4.039^3.613^0^246.00^~1 cup~^15.00^~1 tbsp~^0 ~16159~^~TOFU,EX FIRM,PREP W/NIGARI~^81.28^91^9.89^5.83^1.00^2.00^0.4^0.50^175^1.84^53^136^132^8^1.10^0.191^0.759^13.0^0.5^0.048^0.045^0.288^0.453^0.063^17^0^17^17^^0.00^0^0^0^^^^^^^^0.542^4.338^0.542^0^91.00^~.2 block~^^~~^0 ~16160~^~TOFU,HARD,PREP W/NIGARI~^71.12^146^12.68^9.99^1.82^4.39^0.6^^345^2.75^53^231^146^2^1.66^0.328^1.052^16.8^0.3^0.042^0.077^0.639^0.037^0.039^22^0^22^22^^0.00^^^^^^^^^^^1.445^2.205^5.638^0^122.00^~.25 block~^^~~^0 ~16161~^~MORI-NU,TOFU,SILKEN,SOFT~^89.00^55^4.80^2.70^0.60^2.90^0.1^1.31^31^0.82^29^62^180^5^0.52^0.207^^^0.0^0.100^0.040^0.300^^0.011^^^^^^0.00^0^0^0^^^^^^^^0.357^0.522^1.550^0^84.00^~1 slice~^^~~^0 ~16162~^~MORI-NU,TOFU,SILKEN,FIRM~^87.40^62^6.90^2.70^0.60^2.40^0.1^1.27^32^1.03^27^90^194^36^0.61^0.203^^^0.0^0.101^0.041^0.247^^0.011^^^^^^0.00^0^0^0^^^^^^^^0.406^0.539^1.485^0^84.00^~1 slice~^^~~^0 ~16163~^~MORI-NU,TOFU,SILKEN,EX FIRM~^88.10^55^7.40^1.90^0.60^2.00^0.1^0.99^31^1.19^27^100^154^63^0.60^0.200^^^0.0^0.079^0.034^0.235^^0.011^^^^^^0.00^0^0^0^^^^^^^^0.300^0.345^1.061^0^84.00^~1 slice~^^~~^0 ~16164~^~MOR-NU,TOFU,SILKEN,LITE FIRM~^91.40^37^6.30^0.80^0.40^1.10^0.0^0.45^36^0.75^10^81^63^85^0.33^0.121^^^0.0^0.040^0.020^0.110^^0.000^^^^^^0.00^0^0^0^^^^^^^^0.133^0.136^0.449^0^84.00^~1 slice~^^~~^0 ~16165~^~MORI-NU,TOFU,SILKEN,LITE EX FIRM~^90.90^38^7.00^0.70^0.40^1.00^0.0^0.42^43^0.79^10^83^57^98^0.26^0.129^^^0.0^0.030^0.020^0.110^^0.000^^^^^^0.00^0^0^0^^^^^^^^0.116^0.118^0.395^0^84.00^~1 slice~^^~~^0 ~16166~^~SOYMILK,CHOC,UNFORTIFIED~^85.61^63^2.26^1.53^0.65^9.95^0.4^7.86^25^0.48^15^51^143^53^0.34^0.206^^4.8^1.7^0.022^0.262^0.513^0.089^0.077^11^0^11^11^23.6^0.70^3^0^0^0^2^0^0^0^0.01^3.0^0.240^0.379^0.836^0^243.00^~1 cup~^30.60^~1 fl oz~^0 ~16167~^~USDA CMDTY,PNUT BUTTER,SMOOTH~^1.55^588^21.93^49.54^3.00^23.98^5.7^6.50^54^2.16^179^335^592^476^2.67^0.571^1.361^40.4^0.0^0.107^0.105^13.160^1.044^0.551^35^0^35^35^65.7^0.00^0^0^0^0^0^0^0^0^5.94^0.0^9.519^20.726^11.331^0^32.00^~2 tbsp~^258.00^~1 cup~^0 ~16168~^~SOYMILK,CHOC,W/ ADDED CA,VITAMINS A & D~^85.61^63^2.26^1.53^0.65^9.95^0.4^7.86^126^0.48^15^51^143^53^0.34^0.206^^4.8^1.7^0.022^0.262^0.513^0.089^0.077^11^0^11^11^23.6^0.70^235^70^70^0^2^0^0^0^0.11^3.0^0.240^0.379^0.836^0^243.00^~1 cup~^30.60^~1 fl oz~^0 ~16171~^~REFRIED BNS,CND,VEGETARIAN~^78.39^83^5.28^0.87^1.95^13.50^4.7^0.59^35^1.70^38^114^344^430^0.74^0.171^0.332^5.6^^0.040^0.015^0.370^0.175^0.107^^^^^^^^^^^^^^^0.09^^0.142^0.206^0.471^^242.42^~1 cup~^443.52^~1 can~^0 ~16172~^~REFRIED BNS,CND,FAT-FREE~^78.69^79^5.34^0.45^2.01^13.50^4.7^0.61^34^1.62^38^111^344^438^0.65^0.163^0.326^5.7^^0.030^0.015^0.362^0.195^0.113^^^^^^^^^^^^^^^0.04^^0.093^0.044^0.287^^231.08^~1 cup~^444.63^~1 can~^0 ~16173~^~FRIJOLES ROJOS VOLTEADOS (REFRIED BNS,RED,CANNED)~^70.71^144^5.00^6.93^1.89^15.47^4.7^^33^1.95^36^91^310^375^0.70^0.220^0.295^3.5^^0.027^0.017^0.640^0.175^0.085^5^^5^^^^^^^^^^^^1.04^^0.926^1.676^4.379^^232.55^~1 cup~^15.31^~1 tbsp~^0 ~16174~^~TEMPEH,CKD~^59.56^196^18.19^11.38^1.53^9.35^^^96^2.13^77^253^401^14^1.57^0.540^1.285^0.0^^0.054^0.357^2.135^0.453^0.199^21^0^21^21^^0.14^^^^^^^^^^^3.400^3.745^2.638^^^~~^^~~^0 ~16175~^~SOY PROT ISOLATE,PROT TECHNOLOGIES INTERNATIONAL,SUPRO~^4.42^388^87.75^4.00^4.01^0.00^^^200^16.00^40^862^100^1188^4.00^1.400^^^0.0^0.200^0.100^0.300^0.200^^200^0^200^200^^0.00^0^0^0^^^^^^^^0.871^0.671^1.729^0^28.35^~1 oz~^^~~^0 ~16176~^~SOY PROT ISOLATE,PROT TECHNOLOGIES INTERNATIONAL,PROPLUS~^5.00^380^86.00^4.00^5.00^0.00^^^200^18.00^^800^1600^40^60.00^3.000^^^0.0^2.600^1.000^36.000^9.000^2.600^200^0^200^200^^10.00^1862^559^559^^^^^^^^0.400^0.700^1.700^0^28.35^~1 oz~^^~~^0 ~17269~^~GAME MEAT,BISON,SHLDR CLOD,LN,0"FAT,RAW~^75.40^109^21.10^2.10^1.20^0.00^^^4^3.00^24^189^322^59^5.00^0.148^0.014^26.4^0.0^0.042^0.096^1.879^^0.221^^^^^^2.20^2^1^1^^^^^^0.05^^0.749^0.861^0.217^66^28.35^~1 oz~^453.60^~1 lb~^0 ~17270~^~VEAL,BREAST,FAT,CKD~^36.15^521^9.40^53.35^0.45^0.00^0.0^^6^0.45^10^102^181^49^0.76^0.042^0.010^5.5^^0.020^0.120^2.790^0.450^0.110^5^0^5^5^^0.55^^^^^^^^^^^21.407^26.410^2.865^95^28.35^~1 oz~^^~~^0 ~17271~^~VEAL,BREAST,WHL,BNLESS,LN&FAT,RAW~^67.67^208^17.47^14.75^0.90^0.00^^^7^0.53^18^172^286^71^2.33^0.094^0.010^6.6^^^^^^^^^^^^^^^^^^^^^^^5.896^7.164^0.952^71^28.35^~1 oz~^453.60^~1 lb~^0 ~17272~^~VEAL,BREAST,WHL,BNLESS,LN&FAT,CKD,BRSD~^55.95^266^26.97^16.77^0.89^0.00^^^9^0.77^20^191^272^65^3.64^0.071^0.008^11.0^^0.054^0.296^7.981^1.030^0.261^13^0^13^13^^1.33^^^^^^^^^^^6.550^8.012^1.120^113^283.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^7 ~17273~^~VEAL,BREAST,PLATE HALF,BNLESS,LN&FAT,CKD,BRSD~^54.77^282^25.93^18.95^0.86^0.00^^^8^0.75^19^186^266^64^3.47^0.069^0.008^10.6^^0.053^0.296^7.895^1.031^0.261^13^0^13^13^^1.33^^^^^^^^^^^7.434^9.107^1.224^112^291.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^11 ~17274~^~VEAL,BREAST,POINT HALF,BNLESS,LN&FAT,CKD,BRSD~^57.36^248^28.23^14.16^0.92^0.00^^^9^0.79^21^197^278^66^3.85^0.073^0.008^11.5^^0.056^0.309^8.352^1.071^0.272^14^0^14^14^^1.39^^^^^^^^^^^5.489^6.698^0.996^114^274.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^4 ~17275~^~VEAL,BREAST,WHL,BNLESS,LN,CKD,BRSD~^59.72^218^30.32^9.80^0.97^0.00^^^9^0.83^22^208^289^68^4.19^0.076^0.008^12.5^^0.060^0.330^8.970^1.140^0.290^15^0^15^15^^1.48^^^^^^^^^^^3.720^4.508^0.788^116^237.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~17276~^~VEAL,SHANK (FORE&HIND),LN&FAT,RAW~^76.92^113^19.15^3.48^1.04^0.00^^^20^0.76^21^191^314^84^3.99^0.074^0.009^7.9^^0.079^0.268^7.458^1.291^0.437^15^0^15^15^^1.36^^^^^^^^^^^1.060^1.257^0.363^75^28.35^~1 oz~^453.60^~1 lb~^29 ~17277~^~VEAL,SHANK (FORE&HIND),LN&FAT,CKD,BRSD~^61.74^191^31.54^6.20^1.12^0.00^^^33^1.25^25^225^305^93^6.63^0.111^0.015^15.3^^0.049^0.295^9.454^1.226^0.265^17^0^17^17^^1.61^^^^^^^^^^^2.078^2.339^0.541^124^194.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^39 ~17278~^~VEAL,SHANK (FORE&HIND),LN,RAW~^77.45^108^19.28^2.83^1.05^0.00^^^20^0.76^21^192^316^85^4.02^0.074^0.009^8.0^^0.080^0.270^7.600^1.300^0.440^15^0^15^15^^1.37^^^^^^^^^^^0.738^0.982^0.334^75^28.35^~1 oz~^453.60^~1 lb~^30 ~17279~^~VEAL,SHANK (FORE&HIND),LN,CKD,BRSD~^62.98^177^32.22^4.33^1.13^0.00^0.0^^34^1.26^25^228^309^94^6.81^0.113^0.015^13.7^^0.050^0.300^9.660^1.250^0.270^17^0^17^17^^1.64^0^0^0^^^^^^^^1.140^1.546^0.458^126^223.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^30 ~17280~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN&FAT,1/8"FAT,RAW~^64.93^229^17.84^16.97^0.88^0.00^^^13^1.43^20^168^284^74^3.67^0.145^0.011^7.5^^0.133^0.261^4.934^0.557^0.339^^^^^^2.47^^^^^^^^^^^8.189^6.910^0.718^66^28.35^~1 oz~^453.60^~1 lb~^20 ~17281~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CKD~^58.71^256^24.52^16.82^0.98^0.00^^^17^1.93^22^195^301^76^4.68^0.142^0.013^10.1^^0.123^0.332^5.441^0.816^0.366^^^^^^2.87^^^^^^^^^^^7.940^6.711^0.660^87^270.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~17282~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN,1/8"FAT,RAW~^73.22^142^20.25^6.18^0.99^0.00^^^12^1.59^22^188^320^83^4.21^0.165^0.013^8.6^^0.149^0.293^5.595^0.618^0.386^^^^^^2.77^^^^^^^^^^^2.540^2.530^0.276^64^28.35^~1 oz~^453.60^~1 lb~^34 ~17283~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN,1/8"FAT,CKD~^63.75^201^26.71^9.63^1.05^0.00^^^16^2.05^24^207^318^80^5.14^0.153^0.014^11.0^^0.131^0.360^5.812^0.876^0.394^^^^^^3.01^^^^^^^^^^^4.048^3.857^0.418^87^236.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^32 ~17284~^~LAMB,AUS,IMP,FRSH,FAT,RAW~^25.08^648^6.27^68.87^0.35^0.00^^^19^0.63^7^71^112^33^1.06^0.046^^4.0^^0.057^0.107^1.753^0.263^0.111^^^^^^1.06^^^^^^^^^^^35.353^27.975^2.844^77^28.35^~1 oz~^453.60^~1 lb~^0 ~17285~^~LAMB,AUS,IMP,FRSH,FAT,CKD~^24.00^639^9.42^66.40^0.45^0.00^^^27^1.11^12^114^179^51^1.48^0.065^0.010^5.8^^0.063^0.140^2.890^0.400^0.171^^^^^^1.84^^^^^^^^^^^34.751^26.377^2.331^83^248.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^0 ~17286~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN&FAT,1/8"FAT,RAW~^68.31^195^18.85^12.68^0.85^0.00^^^12^1.38^19^158^270^96^5.40^0.092^0.009^7.2^^0.094^0.219^5.265^0.623^0.264^^^^^^2.48^^^^^^^^^^^5.981^5.293^0.596^67^28.35^~1 oz~^453.60^~1 lb~^42 ~17287~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN&FAT,1/8"FAT,CKD,BRSD~^60.47^236^24.78^14.44^0.78^0.00^^^16^1.79^21^167^244^93^6.96^0.116^0.011^8.3^^0.086^0.262^5.013^0.618^0.244^^^^^^3.00^^^^^^^^^^^6.794^5.959^0.601^91^211.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^45 ~17288~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN,1/8"FAT,RAW~^75.13^123^20.83^3.81^0.93^0.00^^^11^1.50^20^171^295^106^6.08^0.099^0.010^8.0^^0.100^0.237^5.820^0.680^0.288^^^^^^2.71^^^^^^^^^^^1.344^1.712^0.241^66^28.35^~1 oz~^453.60^~1 lb~^50 ~17289~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN,1/8"FAT,CKD,BRSD~^66.93^165^27.50^5.22^0.83^0.00^^^14^1.91^22^177^255^100^7.93^0.125^0.011^9.0^^0.090^0.283^5.390^0.657^0.257^^^^^^3.20^^^^^^^^^^^1.884^2.338^0.294^92^180.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^53 ~17290~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,RAW~^66.33^215^18.24^15.19^0.95^0.00^^^10^1.48^20^173^295^73^3.75^0.173^0.011^4.2^^0.140^0.287^4.964^0.488^0.359^^^^^^2.70^^^^^^^^^^^7.288^6.226^0.657^66^28.35^~1 oz~^453.60^~1 lb~^14 ~17291~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CKD,RSTD~^59.65^244^25.16^15.13^1.01^0.00^^^11^2.03^23^202^309^70^4.43^0.147^0.014^5.7^^0.126^0.386^5.383^0.919^0.425^^^^^^3.03^^^^^^^^^^^7.091^6.087^0.615^88^284.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^16 ~17292~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN,1/8"FAT,RAW~^73.98^135^20.46^5.23^1.06^0.00^^^8^1.64^23^192^329^81^4.25^0.196^0.013^4.6^^0.155^0.320^5.560^0.530^0.406^^^^^^3.01^^^^^^^^^^^2.081^2.190^0.251^64^28.35^~1 oz~^453.60^~1 lb~^28 ~17293~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN,1/8"FAT,CKD,RSTD~^64.54^190^27.31^8.10^1.09^0.00^^^9^2.15^25^214^326^72^4.83^0.158^0.014^5.9^^0.135^0.420^5.725^0.990^0.460^^^^^^3.19^^^^^^^^^^^3.297^3.304^0.380^89^251.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^26 ~17294~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN&FAT,1/8"FAT,RAW~^67.64^201^18.59^13.48^0.98^0.00^^^9^1.48^20^176^301^75^4.04^0.181^0.010^7.8^^0.142^0.292^5.060^0.495^0.367^^^^^^2.75^^^^^^^^^^^6.389^5.549^0.570^66^28.35^~1 oz~^453.60^~1 lb~^17 ~17295~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN&FAT,1/8"FAT,CKD,RSTD~^60.82^231^25.25^13.69^1.03^0.00^^^10^2.01^23^203^313^67^4.49^0.138^0.013^10.6^^0.127^0.390^5.418^0.926^0.429^^^^^^3.04^^^^^^^^^^^6.341^5.554^0.563^83^277.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^20 ~17296~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN,1/8"FAT,RAW~^74.08^133^20.45^5.10^1.08^0.00^^^7^1.61^22^191^329^81^4.50^0.202^0.012^8.7^^0.155^0.320^5.560^0.530^0.406^^^^^^3.01^^^^^^^^^^^2.008^2.157^0.246^64^28.35^~1 oz~^453.60^~1 lb~^28 ~17297~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN,1/8"FAT,CKD,RSTD~^65.30^182^27.18^7.27^1.10^0.00^^^8^2.13^25^213^329^69^4.86^0.147^0.014^11.5^^0.135^0.420^5.725^0.990^0.460^^^^^^3.19^^^^^^^^^^^2.918^3.021^0.348^83^246.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^29 ~17298~^~LAMB,AUS,IMP,FRSH,LEG,SIRLOIN HALF,BNLESS,LN&FAT,1/8"FAT,RAW~^62.63^254^17.25^20.00^0.87^0.00^^^12^1.50^20^167^279^70^2.95^0.148^0.013^8.0^^0.133^0.272^4.695^0.469^0.339^^^^^^2.57^^^^^^^^^^^9.754^8.101^0.823^66^28.35^~1 oz~^453.60^~1 lb~^2 ~17299~^~LAMB,AUS,IMP,FRSH,LEG,SIRL HLF,BNLESS,LN&FT,1/8"FAT,CKD,RSTD~^56.20^281^24.88^19.38^0.96^0.00^^^15^2.06^23^199^297^78^4.24^0.173^0.016^11.7^^0.124^0.376^5.281^0.898^0.415^^^^^^2.98^^^^^^^^^^^9.245^7.658^0.771^102^306.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~17300~^~LAMB,AUS,IMP,FRSH,LEG,SIRLOIN HALF,BNLESS,LN,1/8"FAT,RAW~^73.68^138^20.48^5.64^1.03^0.00^^^10^1.75^23^195^328^80^3.50^0.179^0.017^9.8^^0.155^0.320^5.560^0.530^0.406^^^^^^3.01^^^^^^^^^^^2.308^2.293^0.267^63^28.35^~1 oz~^453.60^~1 lb~^24 ~18345~^~ROLLS,DINNER,OAT BRAN~^44.00^236^9.50^4.60^1.70^40.20^4.1^6.67^85^4.14^33^115^121^413^1.02^0.136^0.754^29.3^0.0^0.448^0.289^4.954^0.428^0.045^95^64^31^140^14.6^0.00^0^0^0^0^0^0^0^44^0.48^1.2^0.619^1.488^1.568^0^28.35^~1 oz~^33.00^~1 roll~^0 ~18346~^~ROLLS,DINNER,RYE~^30.10^286^10.30^3.40^2.90^53.10^4.9^1.17^30^2.70^54^159^180^892^0.97^0.201^0.702^27.8^0.0^0.380^0.270^3.900^0.383^0.062^99^77^22^153^14.6^0.00^7^0^0^0^4^1^0^54^0.34^3.1^0.605^1.236^0.708^0^43.00^~1 large, (approx 3-1/2" to 4" dia)~^36.00^~1 medium~^0 ~18347~^~ROLLS,DINNER,WHEAT~^37.00^273^8.60^6.30^2.10^46.00^3.8^1.63^176^3.55^36^104^115^340^0.90^0.150^1.023^33.0^0.0^0.433^0.273^4.072^0.364^0.076^60^45^15^92^18.7^0.00^0^0^0^0^0^0^0^65^0.36^2.7^1.497^3.109^1.107^0^28.35^~1 roll, (1 oz)~^^~~^0 ~18348~^~ROLLS,DINNER,WHOLE-WHEAT~^33.10^266^8.70^4.70^2.30^51.10^7.5^8.46^106^2.42^85^224^272^478^2.01^0.239^2.298^49.4^0.0^0.248^0.152^3.677^0.489^0.195^30^0^30^30^26.5^0.00^0^0^0^0^0^0^0^115^0.90^2.0^0.836^1.199^2.161^0^43.00^~1 roll, (hamburger, frankfurter roll)~^135.00^~1 roll, large submarine, hoagie~^0 ~18349~^~ROLLS,FRENCH~^34.80^277^8.60^4.30^1.90^50.20^3.2^0.31^91^2.71^20^84^114^609^0.90^0.135^0.559^27.9^0.0^0.523^0.300^4.352^0.452^0.039^113^80^33^169^14.8^0.00^0^0^0^0^0^0^0^50^0.30^1.8^0.962^1.961^0.834^0^28.35^~1 oz~^38.00^~1 roll~^0 ~18350~^~ROLLS,HAMBURGER OR HOTDOG,PLN~^34.70^279^9.50^4.33^2.02^49.45^2.1^6.25^138^3.32^21^62^94^479^0.66^0.220^0.272^19.5^0.0^0.400^0.318^4.154^0.331^0.071^111^84^27^170^14.6^0.20^0^0^0^0^0^0^0^45^0.07^3.1^1.092^1.112^1.968^0^28.35^~1 oz~^43.00^~1 roll~^0 ~18351~^~ROLLS,HAMBURGER OR HOTDOG,MIXED-GRAIN~^38.00^263^9.60^6.00^1.80^44.60^3.8^6.25^95^3.95^44^122^160^458^1.05^0.216^1.015^31.8^0.0^0.463^0.310^4.468^0.492^0.092^111^86^25^171^26.5^0.01^0^0^0^0^0^0^0^45^0.07^3.1^1.390^2.839^1.153^0^28.35^~1 oz~^43.00^~1 roll~^0 ~18352~^~ROLLS,HAMBURGER OR HOTDOG,RED-CAL~^46.00^196^8.30^2.00^1.60^42.10^6.2^4.76^59^2.99^20^84^78^442^0.68^0.143^0.449^23.5^0.2^0.393^0.175^4.935^0.380^0.038^111^86^25^171^14.6^0.10^0^0^0^0^0^0^0^45^0.07^3.1^0.325^0.524^0.763^0^28.35^~1 oz~^43.00^~1 roll~^0 ~18353~^~ROLLS,HARD (INCL KAISER)~^31.00^293^9.90^4.30^2.00^52.70^2.3^1.77^95^3.28^27^100^108^544^0.94^0.163^0.460^39.1^0.0^0.478^0.336^4.239^0.410^0.035^95^80^15^151^14.6^0.00^0^0^0^0^0^0^0^58^0.42^0.6^0.606^1.133^1.719^0^28.35^~1 oz~^57.00^~1 roll, (3-1/2" dia)~^0 ~18354~^~STRUDEL,APPLE~^43.50^274^3.30^11.20^0.80^41.10^2.2^25.75^15^0.42^9^33^149^269^0.19^0.030^0.190^6.1^1.7^0.040^0.025^0.330^0.270^0.046^28^22^6^43^17.4^0.22^30^6^6^1^5^3^0^42^1.42^2.9^2.044^3.267^5.315^6^28.35^~1 oz~^71.00^~1 piece~^0 ~18355~^~SWEET ROLLS,CHEESE~^29.40^360^7.10^18.30^1.40^43.70^1.2^^118^0.76^19^98^137^357^0.63^0.095^0.210^11.9^0.2^0.150^0.130^0.830^0.416^0.069^43^12^31^51^^0.30^254^^^^^^^^^^6.059^9.057^2.032^76^28.35^~1 oz~^66.00^~1 roll~^0 ~18356~^~SWEET ROLLS,CINN,COMMLY PREP W/RAISINS~^24.80^372^6.20^16.40^1.70^50.90^2.4^31.73^72^1.60^17^76^111^383^0.59^0.088^0.300^17.0^2.0^0.324^0.265^2.384^0.406^0.107^72^48^24^106^41.3^0.14^214^62^61^1^5^2^0^70^1.99^4.4^3.079^4.797^7.473^66^28.35^~1 oz~^83.00^~1 large~^0 ~18357~^~SWEET ROLLS,CINN,REFR DOUGH W/FRSTNG~^28.90^333^5.00^12.20^2.40^51.60^^^31^2.44^11^321^58^765^0.31^0.065^0.415^16.3^0.2^0.470^0.249^3.703^0.260^0.031^50^42^8^79^^0.02^2^0^0^^^^^^^^3.081^6.839^1.604^0^28.35^~1 oz~^30.00^~1 roll~^0 ~18358~^~SWEET ROLLS,CINN,REFR DOUGH W/FRSTNG,BKD~^22.70^362^5.40^13.20^2.60^56.10^^^34^2.65^12^348^63^832^0.34^0.071^0.418^17.7^0.2^0.409^0.244^3.622^0.266^0.034^55^49^6^89^^0.05^2^0^0^^^^^^^^3.348^7.421^1.728^0^28.35^~1 oz~^30.00^~1 roll~^0 ~18360~^~TACO SHELLS, BAKED~^7.38^467^7.08^20.83^1.99^62.72^4.6^1.23^101^1.86^85^226^223^389^1.61^0.127^0.429^4.8^0.0^0.216^0.080^1.867^0.357^0.203^69^24^46^85^29.9^0.00^17^1^0^3^3^13^3^106^0.69^8.6^4.370^11.835^3.716^0^28.35^~1 oz~^21.00^~1 large, (6-1/2" dia)~^0 ~18361~^~TOASTER PASTRIES,BROWN-SUGAR-CINNAMON~^10.80^412^5.10^14.20^1.80^68.10^1.0^^34^4.03^24^133^114^424^0.63^0.132^0.322^12.6^0.1^0.373^0.576^4.574^0.265^0.425^29^18^11^42^^0.22^986^296^296^^^^^^^^3.639^8.032^1.802^0^28.35^~1 oz~^50.00^~1 toaster pastry~^0 ~18362~^~TOASTER PASTRIES,FRUIT~^14.43^391^4.67^10.56^1.11^69.23^1.1^28.59^11^3.85^12^71^75^334^0.35^0.059^0.312^5.2^0.0^0.366^0.545^5.100^0.275^0.445^51^43^8^81^7.8^0.00^1028^306^306^3^3^3^3^11^0.79^5.8^2.618^6.404^1.082^0^28.35^~1 oz~^53.69^~1 toaster pastry~^0 ~18363~^~TORTILLAS,RTB OR -FRY,CORN~^45.89^218^5.70^2.85^0.93^44.64^6.3^0.88^81^1.23^72^314^186^45^1.31^0.154^0.326^6.1^0.0^0.094^0.065^1.498^0.109^0.219^5^0^5^5^13.3^0.00^2^0^0^0^1^1^0^3^0.28^0.0^0.453^0.692^1.419^0^18.55^~1 enchilada~^23.88^~1 tortilla~^0 ~18364~^~TORTILLAS,RTB OR -FRY,FLR~^30.22^312^8.29^7.75^2.39^51.35^3.1^1.92^129^3.34^22^124^155^636^0.54^0.142^0.498^22.2^0.0^0.539^0.267^3.572^0.164^0.050^104^92^12^168^7.9^0.00^0^0^0^0^0^0^0^12^0.19^3.4^1.886^3.894^1.584^0^28.35^~1 oz~^30.10^~1 tortilla, medium (approx 6" dia)~^0 ~18365~^~WAFFLES,PLN,FRZ,RTH~^37.95^285^6.47^9.70^2.90^42.98^2.2^4.91^308^5.61^23^361^125^638^0.59^0.043^0.225^12.2^0.0^0.620^0.620^7.575^0.315^0.898^68^57^11^108^^2.93^1271^381^380^0^1^1^0^48^1.05^7.8^1.531^5.129^2.165^14^28.35^~1 oz~^35.00^~1 waffle, square (4" square) (include frozen)~^0 ~18367~^~WAFFLES,PLN,PREP FROM RECIPE~^42.00^291^7.90^14.10^3.10^32.90^^^255^2.31^19^190^159^511^0.68^0.062^0.265^46.2^0.4^0.263^0.347^2.073^0.485^0.056^46^31^15^68^^0.25^228^65^64^^^^^^^^2.866^3.521^6.785^69^28.35^~1 oz~^75.00^~1 waffle, round (7" dia)~^0 ~18368~^~WONTON WRAPPERS (INCL EGG ROLL WRAPPERS)~^28.80^291^9.80^1.50^1.90^57.90^1.8^^47^3.36^20^81^82^572^0.71^0.147^0.638^28.2^0.0^0.519^0.378^5.424^0.025^0.030^86^69^17^134^^0.02^14^4^4^^^^^^^^0.263^0.195^0.610^9^28.35^~1 oz~^32.00^~1 wrapper, eggroll (7" square)~^0 ~18369~^~LEAVENING AGENTS,BAKING PDR,DOUBLE-ACTING,NA AL SULFATE~^5.00^53^0.00^0.00^67.30^27.70^0.2^0.00^5876^11.02^27^2191^20^10600^0.01^0.010^0.011^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^4.60^~1 tsp~^2.30^~.5 tsp~^0 ~18370~^~LEAVENING AGENTS,BAKING PDR,DOUBLE-ACTING,STRAIGHT PO4~^4.00^51^0.10^0.00^71.80^24.10^0.2^0.00^7364^11.27^39^9918^5^7893^0.02^0.013^0.014^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^4.60^~1 tsp~^2.30^~.5 tsp~^0 ~18371~^~LEAVENING AGENTS,BAKING PDR,LOW-SODIUM~^6.20^97^0.10^0.40^46.40^46.90^2.2^0.00^4332^8.17^29^6869^10100^90^0.72^0.019^0.420^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.073^0.006^0.121^0^5.00^~1 tsp~^2.50^~.5 tsp~^0 ~19201~^~PUDDINGS,VANILLA,RTE~^71.66^130^1.45^3.78^0.51^22.60^0.0^16.97^49^0.09^4^41^65^142^0.16^0.018^0.011^0.0^0.2^0.019^0.071^0.057^0.153^0.019^2^0^2^2^6.2^0.15^6^2^2^0^0^0^0^0^0.30^0.6^1.016^2.286^0.087^1^28.35^~1 oz~^109.69^~1 container, refrigerated 4 oz~^0 ~19202~^~PUDDINGS,VANILLA,DRY MIX,INST~^2.60^377^0.00^0.60^3.90^92.90^0.0^92.90^12^0.01^1^705^12^1441^0.06^0.093^0.000^0.7^0.0^0.002^0.028^0.006^0.026^0.002^0^0^0^0^1.1^0.02^2^1^1^0^0^0^0^0^0.02^0.1^0.432^0.120^0.010^0^99.00^~1 package, (3.5 oz)~^25.00^~1 portion, amount to make 1/2 cup~^0 ~19203~^~PUDDINGS,VANILLA,DRY MIX,INST,PREP W/ WHL MILK~^73.50^114^2.70^2.90^1.30^19.70^0.0^18.03^101^0.07^12^197^128^286^0.33^0.024^0.007^1.6^0.8^0.033^0.136^0.074^0.262^0.036^4^0^4^4^^0.30^105^25^23^^18^^^^^^1.740^0.840^0.150^11^142.00^~.5 cup~^569.00^~1 package, yield (2 cups)~^0 ~19204~^~PUDDINGS,LEMON,DRY MIX,INST,PREP W/ 2% MILK~^74.16^107^2.76^1.71^1.16^20.20^0.0^^101^0.06^11^207^130^268^0.33^0.009^0.003^2.0^0.8^0.033^0.137^0.072^0.267^0.036^4^0^4^4^^0.30^170^46^45^^10^^^^^^0.974^0.484^0.101^6^^~~^^~~^0 ~19205~^~EGG CUSTARDS,DRY MIX,PREP W/ 2% MILK~^74.74^111^4.08^2.74^1.01^17.42^0.0^^145^0.35^19^138^224^89^0.52^0.015^0.005^4.6^0.8^0.054^0.213^0.128^0.642^0.069^9^0^9^9^^0.45^218^61^60^^11^^^^^^1.357^0.852^0.197^48^^~~^^~~^0 ~19206~^~PUDDINGS,VANILLA,DRY MIX,REG~^3.90^379^0.30^0.40^2.00^93.50^0.6^79.34^5^0.08^0^2^20^754^0.02^0.021^0.008^0.9^0.0^0.000^0.013^0.001^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.090^0.030^0.170^0^88.00^~1 package, (3.12 oz)~^22.00^~1 portion, amount to make 1/2 cup~^0 ~19207~^~PUDDINGS,VANILLA,DRY MIX,REG,PREP W/ WHL MILK~^74.66^112^2.86^2.90^0.92^18.68^0.1^17.09^99^0.04^9^80^128^154^0.35^0.013^0.004^3.3^0.0^0.034^0.162^0.094^0.316^0.029^4^0^4^4^12.5^0.31^89^25^24^0^5^0^0^0^0.05^0.2^1.643^0.714^0.197^9^140.00^~.5 cup~^559.00^~1 package, yield (2 cups)~^0 ~19208~^~PUDDINGS,RICE,DRY MIX,PREP W/ 2% MILK~^73.43^111^3.29^1.63^0.82^20.81^0.1^^105^0.37^13^87^130^109^0.38^0.018^0.057^1.9^0.7^0.075^0.141^0.443^0.288^0.035^4^0^4^4^^0.24^172^46^45^^10^^^^^^0.967^0.441^0.060^6^^~~^^~~^0 ~19209~^~PUDDINGS,TAPIOCA,DRY MIX,PREP W/ 2% MILK~^75.01^105^2.88^1.67^0.87^19.56^0.0^10.64^105^0.06^12^82^133^121^0.35^0.012^0.007^2.0^0.7^0.030^0.143^0.075^0.277^0.033^4^0^4^4^^0.25^160^47^46^^10^^^^^^0.991^0.452^0.061^6^^~~^^~~^0 ~19212~^~PUDDINGS,VANILLA,DRY MIX,REG,PREP W/ 2% MILK~^75.86^101^2.94^1.73^0.95^18.53^0.0^11.16^108^0.06^12^83^137^159^0.34^0.013^0.004^2.1^0.7^0.031^0.146^0.075^0.278^0.034^4^0^4^4^^0.25^160^48^47^^10^^^^^^1.017^0.462^0.088^7^^~~^^~~^0 ~19213~^~RENNIN,CHOC,DRY MIX,PREP W/ 2% MILK~^80.39^85^3.24^2.06^0.81^13.47^0.5^^126^0.30^20^98^182^52^0.51^0.081^0.066^2.3^0.9^0.037^0.155^0.108^0.292^0.042^5^0^5^5^^0.33^170^50^50^^11^^^^^^1.231^0.581^0.073^7^^~~^^~~^0 ~19214~^~RENNIN,VANILLA,DRY MIX,PREP W/ 2% MILK~^82.11^77^3.06^1.77^0.73^12.34^0.0^^121^0.05^13^95^142^46^0.36^0.012^0.003^2.1^0.9^0.036^0.153^0.079^0.294^0.040^5^0^5^5^^0.33^170^51^51^^^^^^^^1.061^0.484^0.065^7^^~~^^~~^0 ~16200~^~CAMPBELL SOUP CO.,CAMPBELL'S BRN SUGAR&BACON FLAV BKD BNS~^69.40^123^3.85^1.92^1.18^23.08^6.2^10.00^31^1.11^^^^362^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.385^^^2^130.00^~.5 cup~^130.00^~1 serving~^0 ~16201~^~CAMPBELL SOUP COMPANY,CAMPBELL'S PORK & BNS~^73.70^106^4.62^1.15^1.30^19.23^5.4^6.15^31^1.11^^^^338^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.385^^^4^130.00^~.5 cup~^130.00^~1 serving~^0 ~16202~^~CAMPBELL SOUP COMPANY,PACE,TRADITIONAL REFRIED BNS~^82.70^67^4.17^0.00^2.30^10.83^4.2^2.50^33^0.90^^^^575^^^^^0.0^^^^^^^^^^^^83^^^^^^^^^^0.000^^^0^120.00^~.5 cup~^120.00^~1 serving~^0 ~16203~^~CAMPBELL SOUP COMPANY,PACE,SALSA REFRIED BNS~^82.20^60^3.33^0.00^2.80^11.67^3.3^3.33^33^0.90^^^^492^^^^^0.0^^^^^^^^^^^^83^^^^^^^^^^0.000^^^0^120.00^~.5 cup~^120.00^~1 serving~^0 ~16204~^~CAMPBELL SOUP COMPANY,PACE,SPICY JALAPENO REFRIED BNS~^82.40^63^4.17^0.00^1.77^11.67^4.2^3.33^33^0.90^^^^492^^^^^0.0^^^^^^^^^^^^83^^^^^^^^^^0.000^^^0^120.00^~.5 cup~^120.00^~1 serving~^0 ~16210~^~VITASOY USA,NASOYA LITE FIRM TOFU~^87.74^54^8.30^1.70^1.01^1.30^0.6^0.20^184^1.60^^181^^34^^^^^^^^^^^^^^^^2.36^1902^^^^^^^^11.60^^0.200^0.300^0.000^0^79.00^~.25 package~^79.00^~1 serving~^0 ~16211~^~VITASOY USA,ORGANIC NASOYA SUPER FIRM CUBED TOFU~^76.40^122^12.40^6.30^1.00^3.90^2.2^0.60^188^2.00^^^^6^^^^^^^^^^^^^^^^^^^^^^^^^^^1.300^1.300^3.800^0^79.00^~1 serving~^79.00^~.2 package~^0 ~16212~^~VITASOY USA,ORGANIC NASOYA EX FIRM TOFU~^80.96^98^10.10^5.20^1.24^2.80^1.3^0.40^77^1.60^^^^4^^^^^^^^^^^^^^^^^37^^^^^^^^^^0.700^1.400^3.100^0^79.00^~.2 package~^79.00^~1 serving~^0 ~16213~^~VITASOY USA,ORGANIC NASOYA FIRM TOFU~^83.81^84^8.90^4.40^1.09^2.30^0.8^0.30^125^1.20^^^^4^^^^^^^^^^^^^^^^^^^^^^^^^^^0.500^1.200^2.700^0^79.00^~.2 package~^79.00^~1 serving~^0 ~16215~^~VITASOY USA,VITASOY ORGANIC CREAMY ORIGINAL SOYMILK~^90.27^44^2.90^1.60^0.73^4.50^0.4^2.00^127^0.40^16^^131^66^0.37^^^^^0.060^0.150^^^^18^^18^^^0.39^129^^^^^^^^^^0.200^0.400^1.000^0^243.00^~1 cup~^243.00^~1 serving~^0 ~16216~^~VITASOY USA,VITASOY ORGNAIC CLASSIC ORIGINAL SOYMILK~^89.76^47^3.20^1.80^0.74^4.50^0.4^2.00^17^0.44^^^156^66^^^^^^^^^^^17^^17^^^^^^^^^^^^^^0.210^0.500^1.100^0^243.00^~1 cup~^243.00^~1 serving~^0 ~16219~^~VITASOY USA,VITASOY LT VANILLA SOYMILK~^92.74^30^1.60^0.82^0.74^4.10^0.1^2.90^123^0.30^10^^82^49^0.37^^^^^0.020^0.140^^^^10^^10^^^0.37^124^^^^^^^^^^0.180^0.200^0.400^0^243.00^~1 cup~^243.00^~1 serving~^0 ~16222~^~SOYMILK (ALL FLAVORS),UNSWTND,W/ ADDED CA,VITAMINS A & D~^93.14^33^2.86^1.61^0.64^1.74^0.5^0.41^124^0.46^16^32^120^37^^0.082^^^0.0^0.154^0.207^0.165^0.082^0.049^^^^^^1.11^207^^^^^^^^^^0.206^0.392^1.009^0^243.00^~1 cup~^^~~^0 ~16223~^~SOYMILK (ALL FLAVORS),ENHANCED~^90.98^45^2.94^1.99^0.64^3.45^0.4^2.53^140^0.49^^^141^50^0.24^0.123^^2.3^7.2^0.062^0.199^3.292^^0.233^32^^32^^^1.08^393^^^^^^^^2.52^^0.206^0.412^1.190^0^243.00^~1 cup~^^~~^0 ~16225~^~SOYMILK,ORIGINAL & VANILLA,LT,W/ ADDED CA,VITAMINS A & D~^92.69^30^2.38^0.77^0.64^3.51^0.3^2.61^123^0.43^15^87^117^48^0.23^^^2.3^0.0^0.037^0.201^^^^9^^9^^^1.00^204^^^^^^^^^^0.005^0.202^0.426^0^243.00^~1 cup~^^~~^0 ~16227~^~SOYMILK,CHOC & OTHER FLAVORS,LT,W/ ADDED CA,VITAMINS A & D~^88.38^47^2.10^0.64^0.64^8.24^0.7^7.13^123^0.59^15^87^144^46^0.23^^^1.7^0.0^0.037^0.201^^^^9^^9^^^1.00^204^^^^^^^^^^0.032^0.037^0.405^0^243.00^~1 cup~^^~~^0 ~16228~^~SOYMILK,ORIGINAL & VANILLA,LT,UNSWTND,W/ ADDED CA,VIT A & D~^92.03^34^2.62^0.85^0.64^3.85^0.6^0.41^123^0.46^13^103^117^63^0.10^^^^0.0^^0.174^^^^7^^7^^^0.23^206^^^^^^^^^^0.078^0.263^0.558^0^243.00^~1 cup~^^~~^0 ~16229~^~SOYMILK (ALL FLAVORS),LOWFAT,W/ ADDED CA,VITAMINS A & D~^89.89^41^1.65^0.62^0.64^7.20^0.8^3.50^82^0.44^^62^64^37^^^^^0.0^^^^^^^^^^^0.00^206^^^^^^^^^^0.000^0.206^0.412^0^243.00^~1 cup~^^~~^0 ~16230~^~SOYMILK (ALL FLAVORS),NONFAT,W/ ADDED CA,VITAMINS A & D~^92.67^27^2.47^0.00^0.64^4.22^0.2^3.65^116^0.35^10^87^105^57^0.10^^^^0.0^^0.174^^^^7^^7^^^0.23^206^^^^^^^^^^0.000^0.000^0.036^0^243.00^~1 cup~^^~~^0 ~16235~^~SILK PLN,SOYMILK~^91.53^41^2.88^1.65^0.65^3.29^0.4^2.47^123^0.44^16^^123^49^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16236~^~SILK VANILLA,SOYMILK~^91.32^41^2.47^1.44^0.65^4.12^0.4^2.88^123^0.44^16^^123^39^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16237~^~SILK CHOC,SOYMILK~^86.39^58^2.06^1.44^0.65^9.47^0.8^7.82^123^0.59^16^^144^41^0.25^^^1.7^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16238~^~SILK LT PLN,SOYMILK~^92.77^29^2.47^0.82^0.64^3.29^0.4^2.47^123^0.44^16^^123^49^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.000^^^0^243.00^~1 cup~^^~~^0 ~17301~^~LAMB,AUS,IMP,FRSH,LEG,SIRL HALF,BNLESS,LN,1/8"FAT,CKD,RSTD~^62.18^215^27.75^10.65^1.05^0.00^^^13^2.24^25^214^318^83^4.76^0.194^0.017^13.0^^0.135^0.420^5.725^0.990^0.460^^^^^^3.19^^^^^^^^^^^4.508^4.182^0.482^105^259.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^17 ~17302~^~LAMB,AUS,IMP,FRSH,LEG,SIRL CHOPS,BNLESS,LN&FAT,1/8"FAT,RAW~^66.86^208^18.33^14.38^0.86^0.00^^^11^1.75^22^192^308^59^3.21^0.139^0.014^7.1^^0.140^0.288^4.996^0.490^0.362^^^^^^2.72^^^^^^^^^^^6.898^5.878^0.649^66^28.35^~1 oz~^^~~^2 ~17303~^~LAMB,AUS,IMP,FRSH,LEG,SIRL CHPS,BNLESS,LN&FT,1/8"FT,CKD,BRLD~^59.95^235^25.75^13.83^0.99^0.00^^^14^2.34^25^224^336^64^4.83^0.162^0.015^10.1^^0.128^0.391^5.433^0.929^0.430^^^^^^3.05^^^^^^^^^^^6.414^5.567^0.595^85^85.00^~3 oz~^^~~^1 ~17304~^~LAMB,AUS,IMP,FRSH,LEG,SIRLOIN CHOPS,BNLESS,LN,1/8"FAT,RAW~^74.13^132^20.43^4.91^0.95^0.00^^^9^1.94^25^214^342^64^3.58^0.156^0.016^8.0^^0.155^0.320^5.560^0.530^0.406^^^^^^3.01^^^^^^^^^^^1.948^2.034^0.267^64^28.35^~1 oz~^^~~^17 ~17305~^~LAMB,AUS,IMP,FRSH,LEG,SIRL CHOPS,BNLESS,LN,1/8"FAT,CKD,BRLD~^64.08^188^27.63^7.80^1.05^0.00^^^13^2.48^26^237^354^66^5.21^0.173^0.015^10.8^^0.135^0.420^5.725^0.990^0.460^^^^^^3.19^^^^^^^^^^^3.159^3.177^0.396^85^85.00^~3 oz~^^~~^11 ~17306~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLICE,BONE-IN,LN&FAT,1/8"FAT,RAW~^68.46^195^19.17^12.56^0.98^0.00^^^10^1.81^23^199^318^61^3.32^0.144^0.015^7.4^^0.145^0.298^5.167^0.502^0.375^^^^^^2.81^^^^^^^^^^^5.813^5.146^0.591^65^28.35^~1 oz~^^~~^6 ~17307~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLCE,BNE-IN,LN&FT,1/8"FT,CKD,BRLD~^61.99^215^25.54^11.78^1.03^0.00^^^14^2.38^25^228^342^65^4.95^0.165^0.015^13.5^^0.130^0.400^5.527^0.949^0.440^^^^^^3.10^^^^^^^^^^^5.320^4.755^0.526^85^85.00^~3 oz~^^~~^7 ~17308~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLICE,BONE-IN,LN,1/8"FAT,RAW~^73.45^143^20.65^6.08^1.05^0.00^^^9^1.94^25^214^342^64^3.58^0.156^0.016^8.0^^0.155^0.320^5.560^0.530^0.406^^^^^^3.01^^^^^^^^^^^2.413^2.519^0.331^64^28.35^~1 oz~^^~~^16 ~17309~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLICE,BONE-IN,LN,1/8"FAT,CKD,BRLD~^64.85^183^26.75^7.68^1.08^0.00^^^13^2.48^26^237^354^66^5.21^0.173^0.015^14.2^^0.135^0.420^5.725^0.990^0.460^^^^^^3.19^^^^^^^^^^^3.111^3.129^0.390^85^85.00^~3 oz~^^~~^14 ~17310~^~LAMB,AUS,IMP,FRSH,LOIN,LN&FAT,1/8"FAT,RAW~^66.80^203^19.32^13.38^0.88^0.00^^^15^1.66^22^185^302^70^2.50^0.130^0.013^8.2^^0.169^0.290^6.652^0.615^0.445^^^^^^1.76^^^^^^^^^^^6.401^5.374^0.540^66^28.35^~1 oz~^85.00^~3 oz~^28 ~17311~^~LAMB,AUS,IMP,FRSH,LOIN,LN&FAT,1/8"FAT,CKD,BRLD~^62.00^219^25.49^12.25^1.03^0.00^^^21^2.12^25^214^331^78^3.36^0.150^0.013^9.6^^0.173^0.322^7.831^0.813^0.493^^^^^^2.00^^^^^^^^^^^5.572^4.888^0.486^82^85.00^~3 oz~^^~~^26 ~17312~^~LAMB,AUS,IMP,FRSH,LOIN,LN,1/8"FAT,RAW~^72.17^146^21.00^6.24^0.95^0.00^^^15^1.79^24^199^327^75^2.69^0.141^0.014^9.0^^0.183^0.313^7.283^0.660^0.488^^^^^^1.85^^^^^^^^^^^2.673^2.463^0.261^64^28.35^~1 oz~^85.00^~3 oz~^36 ~17313~^~LAMB,AUS,IMP,FRSH,LOIN,LN,1/8"FAT,CKD,BRLD~^64.45^192^26.53^8.75^1.07^0.00^^^21^2.18^26^220^340^80^3.48^0.156^0.014^10.3^^0.180^0.333^8.150^0.840^0.514^^^^^^2.01^^^^^^^^^^^3.687^3.499^0.367^81^85.00^~3 oz~^^~~^31 ~17314~^~LAMB,AUS,IMP,FRSH,RIB,LN&FAT,1/8"FAT,RAW~^59.01^289^16.46^24.20^0.75^0.00^^^13^1.34^18^156^254^68^2.51^0.120^0.009^6.9^^0.145^0.232^5.103^0.501^0.347^^^^^^1.62^^^^^^^^^^^11.925^9.765^0.985^68^28.35^~1 oz~^453.60^~1 lb~^26 ~17315~^~LAMB,AUS,IMP,FRSH,RIB,LN&FAT,1/8"FAT,CKD,RSTD~^57.53^277^22.24^20.21^0.89^0.00^^^17^1.67^21^182^282^77^3.35^0.131^0.012^9.1^^0.131^0.272^5.559^0.647^0.382^^^^^^1.94^^^^^^^^^^^9.734^7.940^0.728^80^286.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^23 ~17316~^~LAMB,AUS,IMP,FRSH,RIB,LN,1/8"FAT,RAW~^71.17^160^20.12^8.20^0.90^0.00^^^10^1.59^22^186^305^81^3.03^0.147^0.012^8.7^^0.177^0.277^6.303^0.587^0.432^^^^^^1.82^^^^^^^^^^^3.533^3.242^0.320^66^28.35^~1 oz~^453.60^~1 lb~^46 ~17317~^~LAMB,AUS,IMP,FRSH,RIB,LN,1/8"FAT,CKD,RSTD~^63.78^210^24.63^11.60^0.97^0.00^^^15^1.78^23^195^302^82^3.70^0.143^0.013^9.7^^0.143^0.297^6.057^0.693^0.421^^^^^^1.96^^^^^^^^^^^5.072^4.503^0.429^80^241.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^35 ~17318~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,RAW~^62.70^256^16.68^20.47^0.78^0.00^^^18^1.26^18^156^267^76^4.09^0.113^0.010^3.3^^0.107^0.213^4.001^0.678^0.261^^^^^^2.61^^^^^^^^^^^9.907^8.284^0.840^66^28.35^~1 oz~^453.60^~1 lb~^22 ~17319~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CKD~^55.31^296^23.58^21.65^0.96^0.00^^^28^1.78^21^183^288^85^5.85^0.137^0.014^4.5^^0.094^0.267^4.415^0.717^0.204^^^^^^3.29^^^^^^^^^^^10.324^8.537^0.822^89^262.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~17320~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN,1/8"FAT,RAW~^72.39^155^19.36^8.01^0.89^0.00^^^18^1.42^21^178^306^88^4.87^0.130^0.013^3.9^^0.120^0.240^4.580^0.785^0.299^^^^^^3.01^^^^^^^^^^^3.355^3.214^0.323^64^28.35^~1 oz~^453.60^~1 lb~^38 ~17321~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN,1/8"FAT,CKD~^61.05^233^26.18^13.44^1.06^0.00^^^28^1.90^22^195^308^91^6.65^0.150^0.014^5.1^^0.100^0.290^4.695^0.775^0.211^^^^^^3.56^^^^^^^^^^^5.843^5.264^0.546^91^222.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^34 ~17322~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN&FAT,1/8"FAT,RAW~^63.82^243^17.06^18.89^0.83^0.00^^^16^1.35^19^168^281^72^3.52^0.120^0.012^6.5^^0.107^0.212^3.994^0.677^0.260^^^^^^2.60^^^^^^^^^^^9.125^7.697^0.777^65^28.35^~1 oz~^85.00^~3 oz~^9 ~17323~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN&FAT,1/8"FAT,CKD,BRSD~^51.03^311^29.70^20.38^0.93^0.00^^^27^2.42^23^201^268^73^6.64^0.188^0.018^9.2^^0.093^0.263^4.369^0.707^0.203^^^^^^3.25^^^^^^^^^^^9.696^8.173^0.830^106^85.00^~3 oz~^^~~^13 ~17324~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN,1/8"FAT,RAW~^73.95^137^19.88^5.81^0.95^0.00^^^15^1.54^22^193^325^83^4.16^0.139^0.015^7.7^^0.120^0.240^4.580^0.785^0.299^^^^^^3.01^^^^^^^^^^^2.335^2.424^0.270^62^28.35^~1 oz~^85.00^~3 oz~^28 ~17325~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN,1/8"FAT,CKD,BRSD~^56.98^238^34.17^10.23^1.03^0.00^^^27^2.71^25^221^287^78^7.78^0.215^0.020^10.6^^0.100^0.290^4.695^0.775^0.211^^^^^^3.56^^^^^^^^^^^4.173^4.160^0.499^111^85.00^~3 oz~^^~~^29 ~17326~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN&FAT,1/8"FAT,RAW~^62.13^262^16.48^21.28^0.76^0.00^^^19^1.21^17^150^260^78^4.37^0.109^0.010^6.9^^0.107^0.213^4.004^0.679^0.261^^^^^^2.61^^^^^^^^^^^10.300^8.579^0.864^67^28.35^~1 oz~^453.60^~1 lb~^28 ~17327~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN&FAT,1/8"FAT,CKD,BRLD~^56.63^291^21.71^22.03^0.98^0.00^^^28^1.58^20^177^295^88^5.61^0.121^0.012^8.2^^0.095^0.268^4.430^0.720^0.205^^^^^^3.30^^^^^^^^^^^10.510^8.644^0.820^84^273.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^25 ~17328~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN,1/8"FAT,RAW~^71.62^164^19.10^9.09^0.87^0.00^^^19^1.36^20^170^298^90^5.22^0.126^0.012^8.1^^0.120^0.240^4.580^0.785^0.299^^^^^^3.01^^^^^^^^^^^3.883^3.611^0.357^64^28.35^~1 oz~^453.60^~1 lb~^43 ~17329~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN,1/8"FAT,CKD,BRLD~^62.25^231^23.83^14.38^1.07^0.00^^^28^1.67^21^188^315^94^6.32^0.131^0.013^9.0^^0.100^0.290^4.695^0.775^0.211^^^^^^3.56^^^^^^^^^^^6.334^5.589^0.559^85^233.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^36 ~17330~^~GAME MEAT BISON,GROUND,RAW~^64.25^223^18.67^15.93^0.88^0.00^0.0^0.00^11^2.60^19^181^307^66^4.29^0.131^0.009^18.7^0.0^0.130^0.227^4.910^0.640^0.353^11^0^11^11^^1.79^0^0^0^0^0^0^0^0^0.24^^^^^70^85.00^~1 serving, ( 3 oz )~^112.74^~1 patty~^0 ~17331~^~GAME MEAT,BISON,GROUND,CKD,PAN-BROILED~^59.53^238^23.77^15.13^1.02^0.00^0.0^0.00^13^3.08^22^205^341^73^5.14^0.146^0.010^30.0^0.0^0.130^0.247^5.570^1.140^0.375^15^0^15^15^^2.28^0^0^0^0^0^0^0^0^0.24^^^^^83^87.29^~1 patty, ( yield from 112.7 g raw meat )~^85.00^~1 serving, ( 3 oz )~^0 ~17332~^~GAME MEAT BISON,TOP SIRLOIN,LN,1" STEAK,CKD,BRLD~^65.10^171^28.05^5.65^1.17^0.00^0.0^0.00^5^3.47^27^253^387^53^5.11^0.211^0.013^41.2^0.0^0.227^0.447^5.570^1.345^0.557^18^0^18^18^^2.83^0^0^0^0^0^0^0^0^0.20^^2.412^2.206^0.266^86^194.46^~1 steak, ( yield from 309.7 g raw meat )~^85.00^~1 serving, ( 3 oz )~^8 ~18372~^~LEAVENING AGENTS,BAKING SODA~^0.20^0^0.00^0.00^36.90^0.00^0.0^0.00^0^0.00^0^0^0^27360^0.00^0.000^0.000^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^4.60^~1 tsp~^2.30^~.5 tsp~^0 ~18373~^~LEAVENING AGENTS,CRM OF TARTAR~^1.70^258^0.00^0.00^36.80^61.50^0.2^0.00^8^3.72^2^5^16500^52^0.42^0.195^0.205^0.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^3.00^~1 tsp~^1.50^~.5 tsp~^0 ~18374~^~LEAVENING AGENTS,YEAST,BAKER'S,COMPRESSED~^69.00^105^8.40^1.90^1.80^18.10^8.1^0.00^19^3.25^40^336^601^30^9.97^0.148^0.200^8.1^0.1^1.880^1.130^12.300^4.900^0.430^785^0^785^785^32.0^0.01^0^0^0^0^0^0^0^0^0.00^0.0^0.243^1.047^0.004^0^17.00^~1 cake, (0.6 oz)~^^~~^0 ~18375~^~LEAVENING AGENTS,YEAST,BAKER'S,ACTIVE DRY~^7.60^295^38.30^4.60^7.00^38.20^21.0^0.00^64^16.60^98^1290^2000^50^6.40^0.500^0.550^24.1^0.3^2.360^5.470^39.750^11.300^1.550^2340^0^2340^2340^32.0^0.02^1^0^0^0^0^0^0^0^0.00^0.0^0.595^2.562^0.010^0^12.00^~1 tbsp~^4.00^~1 tsp~^0 ~18376~^~BREAD CRUMBS,DRY,GRATED,SEASONED~^6.35^383^14.13^5.48^5.55^68.49^4.9^5.74^182^4.92^46^177^231^1759^1.43^0.244^0.984^24.7^2.7^0.961^0.415^6.161^0.623^0.171^119^99^20^188^^^193^10^^0^116^0^0^^0.26^46.0^1.391^1.168^2.300^1^120.00^~1 cup~^28.35^~1 oz~^0 ~18377~^~COOKIES,OATMEAL,PREP FROM RECIPE,WO/RAISINS~^6.20^447^6.80^17.90^2.40^66.40^^^105^2.70^43^167^182^598^0.93^0.168^1.061^17.2^0.2^0.262^0.174^1.311^0.361^0.050^33^21^12^48^^0.09^757^160^146^^162^^^^^^3.581^7.669^5.589^36^28.35^~1 oz~^15.00^~1 cookie, (2-5/8" dia)~^0 ~18378~^~COOKIES,CHOC CHIP,PREP FROM RECIPE,MADE W/BUTTER~^5.70^488^5.70^28.40^1.50^58.20^^^38^2.48^55^100^221^341^0.94^0.386^0.663^11.2^0.2^0.184^0.177^1.365^0.259^0.084^33^20^13^47^^0.08^594^139^131^^^^^^^^14.071^8.241^4.541^70^28.35^~1 oz~^16.00^~1 cookie, medium (2-1/4" dia)~^0 ~18383~^~BREAD,PROT,TSTD (INCL GLUTEN)~^34.00^270^13.20^2.40^2.10^48.10^3.3^1.44^136^4.56^56^189^346^601^1.17^0.205^0.803^36.2^0.0^0.317^0.389^4.241^0.300^0.070^99^72^27^149^20.3^0.00^5^0^0^0^3^0^0^73^0.36^1.3^0.364^0.201^1.109^0^28.35^~1 oz~^17.00^~1 slice~^0 ~18384~^~BREAD,RICE BRAN,TOASTED~^35.90^264^9.70^5.00^2.20^47.30^5.3^5.08^75^3.92^76^174^212^478^1.38^0.182^1.521^31.2^0.0^0.568^0.293^6.662^0.260^0.208^79^56^23^118^15.9^0.00^1^0^0^0^0^0^0^51^0.71^1.1^0.771^1.798^1.913^0^28.35^~1 oz~^25.00^~1 slice~^0 ~18385~^~BREAD,WHEAT GERM,TOASTED~^29.30^293^10.70^3.30^2.40^54.30^2.3^4.14^100^3.88^38^175^285^621^1.46^0.202^1.259^30.5^0.3^0.332^0.379^4.548^0.340^0.096^112^69^43^160^22.1^0.07^4^0^0^0^2^0^0^58^0.57^1.2^0.738^1.432^0.751^1^28.35^~1 oz~^25.00^~1 slice~^0 ~18386~^~MUFFINS,BLUEBERRY,TOASTER-TYPE,TSTD~^26.40^333^4.90^10.10^1.90^56.70^1.9^12.95^14^0.54^15^192^88^509^0.48^0.100^0.470^18.7^0.0^0.204^0.278^1.934^0.205^0.028^59^50^9^94^55.6^0.01^341^101^101^0^3^0^0^20^0.98^20.8^1.551^2.371^5.477^5^28.35^~1 oz~^31.00^~1 muffin, toaster~^0 ~18388~^~MUFFINS,WHEAT BRAN,TOASTER-TYPE W/RAISINS,TSTD~^27.00^313^5.50^9.40^2.60^55.50^8.2^23.07^39^2.83^21^284^177^527^0.44^0.120^0.433^20.3^0.0^0.204^0.287^2.317^0.180^0.056^30^23^7^46^^0.02^190^56^56^0^1^0^0^48^0.98^17.4^1.500^2.221^4.918^9^28.35^~1 oz~^34.00^~1 muffin, toaster~^0 ~18390~^~PANCAKES,BTTRMLK,PREP FROM RECIPE~^52.50^227^6.80^9.30^2.20^28.70^^^157^1.70^15^139^145^522^0.62^0.052^0.203^15.1^0.4^0.204^0.292^1.577^0.408^0.045^38^25^13^56^^0.18^105^30^29^^^^^^^^1.832^2.361^4.486^58^28.35^~1 oz~^38.00^~1 pancake, (4" dia)~^0 ~18396~^~ROLLS,DINNER,PLN,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^29.10^316^8.50^7.30^1.70^53.40^1.9^^60^2.96^19^126^152^415^0.70^0.114^0.401^22.8^0.2^0.393^0.408^3.448^0.450^0.060^90^47^43^123^^0.14^338^87^84^^^^^^^^1.795^2.881^2.006^35^28.35^~1 oz~^43.00^~1 large, roll or bun (3-1/2" dia)~^0 ~18398~^~PIE CRUST,COOKIE-TYPE,PREP FROM RECIPE,CHOC WAFER,CHILLED~^7.30^506^5.10^31.10^2.00^54.40^1.5^22.10^30^3.00^40^105^168^672^0.82^0.346^0.519^4.3^0.0^0.154^0.208^2.138^0.275^0.002^53^53^0^90^14.0^0.02^921^211^198^0^156^0^0^8^2.83^25.5^6.732^14.729^7.713^1^223.00^~1 crust, single 9"~^28.00^~1 piece, (1/8 of 9" crust)~^0 ~18399~^~PIE CRUST,COOKIE-TYPE,PREP FR RECIPE,GRAHAM CRACKER,CHILLED~^6.10^484^4.10^24.40^1.50^63.90^1.5^37.57^20^2.12^18^64^86^560^0.46^0.122^0.453^5.9^0.0^0.102^0.172^2.091^0.216^0.035^34^27^7^53^15.4^0.02^833^191^179^0^143^0^0^31^2.28^24.2^5.092^11.142^6.769^0^244.00^~1 crust, single 9"~^30.00^~1 piece, (1/8 of 9" crust)~^0 ~18400~^~CRACKERS,MATZO,EGG&ONION~^7.20^391^10.00^3.90^1.80^77.10^5.0^^36^4.37^30^89^83^285^0.73^0.080^0.820^36.5^0.2^0.558^0.437^4.891^0.577^0.111^158^148^10^262^^0.22^24^7^7^^^^^^^^0.936^0.987^1.001^45^28.35^~1 matzo~^14.18^~.5 oz~^0 ~18401~^~PIE CRUST,COOKIE-TYPE,PREP FROM RECIPE,VANILLA WAFER,CHILLED~^8.50^531^3.70^36.20^1.40^50.20^0.1^7.33^42^1.63^10^78^79^515^0.24^0.068^0.178^7.7^0.1^0.189^0.229^2.113^0.305^0.052^49^43^6^79^22.7^0.09^1172^269^253^0^197^1^0^27^3.06^34.0^7.434^15.647^10.682^39^129.00^~1 cup~^176.00^~1 crust, single 9"~^0 ~18402~^~PIE CRUST,STANDARD-TYPE,PREP FROM RECIPE,UNBAKED~^19.70^469^5.70^30.80^1.50^42.30^3.4^0.15^9^2.57^12^60^59^482^0.39^0.081^0.383^18.8^0.0^0.348^0.246^2.943^0.158^0.022^71^61^10^114^5.8^0.00^0^0^0^0^0^0^0^9^0.28^13.2^7.674^13.500^8.119^0^194.00^~1 crust, single 9"~^24.00^~1 piece, (1/8 of 9" crust)~^0 ~18403~^~WAFFLES,PLN,FRZ,READY -TO-HEAT,TSTD~^30.59^312^7.19^9.61^3.32^49.29^2.4^5.02^307^6.91^24^429^144^730^0.53^0.031^0.299^12.6^0.0^0.525^0.704^8.888^0.323^1.044^75^64^11^119^28.1^2.90^1331^398^398^0^1^1^0^51^0.98^6.8^1.638^4.914^2.197^15^28.35^~1 oz~^33.00^~1 waffle, round (4" dia)~^0 ~18406~^~BAGELS,PLN,ENR,WO/CA PROP (INCL ONION,POPPY,SESAME)~^32.60^275^10.50^1.60^1.80^53.40^2.3^^18^3.56^29^96^101^534^0.88^0.163^0.540^^0.0^0.538^0.315^4.562^0.363^0.051^88^66^22^134^^0.00^0^0^0^^^^^^^^0.220^0.131^0.696^0^26.00^~1 bagel, mini (2-1/2" dia)~^69.04^~1 small bagel, (3" dia)~^0 ~18407~^~BAGELS,PLN,UNENR,W/CA PROP (INCL ONION,POPPY,SESAME)~^32.60^275^10.50^1.60^1.80^53.40^2.3^^74^1.36^29^96^101^534^0.88^0.163^0.540^^0.0^0.163^0.052^1.758^0.363^0.051^22^0^22^22^^0.00^0^0^0^^^^^^^^0.220^0.131^0.696^0^26.00^~1 bagel, mini (2-1/2" dia)~^69.04^~1 small bagel, (3" dia)~^0 ~18408~^~BAGELS,PLN,UNENR,WO/CA PROP (INCL ONION,POPPY,SESAME)~^32.60^275^10.50^1.60^1.80^53.40^2.3^^18^1.36^29^96^101^534^0.88^0.163^0.540^^0.0^0.163^0.052^1.758^0.363^0.051^22^0^22^22^^0.00^0^0^0^^^^^^^^0.220^0.131^0.696^0^26.00^~1 bagel, mini (2-1/2" dia)~^69.04^~1 small bagel, (3" dia)~^0 ~18412~^~BREAD,CORNBREAD,DRY MIX,UNENR (INCL CORN MUFFIN MIX)~^7.80^418^7.00^12.20^3.60^69.50^6.5^^57^0.59^24^489^113^1111^0.57^0.085^0.315^^0.1^0.046^0.020^0.937^0.480^0.128^11^0^11^11^^0.09^115^6^0^^^^^^^^3.091^6.719^1.682^2^28.35^~1 oz~^241.00^~1 package, (8.5 oz)~^0 ~19216~^~CANDIES,PRALINE,PREPARED-FROM-RECIPE~^10.36^485^3.30^25.90^0.85^59.59^3.5^55.79^43^1.29^49^104^217^48^1.67^0.494^1.682^1.8^0.3^0.203^0.053^0.415^0.332^0.077^6^0^6^6^^0.00^19^1^0^0^10^3^0^6^0.50^1.3^2.224^14.683^7.778^0^39.00^~1 piece~^907.00^~1 recipe, yield~^0 ~19217~^~FROZEN NOVELTIES,ICE TYPE,FRUIT,NO SUGAR ADDED~^93.20^24^0.50^0.10^0.10^6.20^0.0^^2^0.13^2^0^26^5^0.04^0.017^0.021^0.2^0.0^0.000^0.000^0.150^0.000^0.000^0^0^0^0^^0.00^1^0^0^^^^^^^^0.000^^^0^51.00^~1 bar~^^~~^0 ~19218~^~PUDDINGS,TAPIOCA,RTE~^71.84^130^1.95^3.88^0.64^21.69^0.0^14.91^71^0.11^6^60^92^145^0.22^0.018^0.011^0.0^0.3^0.024^0.097^0.065^0.235^0.024^3^0^3^3^6.2^0.21^0^0^0^0^0^0^0^0^0.15^0.4^0.962^2.538^0.072^1^28.35^~1 oz~^109.80^~1 container, refrigerated 4 oz~^0 ~19219~^~PUDDINGS,COCNT CRM,DRY MIX,REG,PREP W/ 2% MILK~^75.60^104^3.10^2.50^1.00^17.80^0.2^^113^0.20^16^89^159^163^0.37^0.025^0.037^2.3^0.7^0.032^0.146^0.091^0.290^0.145^4^0^4^4^^0.26^170^49^48^^12^^^^^^1.800^0.520^0.070^7^140.00^~.5 cup~^559.00^~1 package, yield (2 cups)~^0 ~19220~^~DESSERTS,RENNIN,CHOC,DRY MIX~^1.00^363^2.40^3.30^1.40^91.50^5.1^^166^2.55^81^129^430^70^1.58^0.735^0.643^2.9^0.0^0.014^0.063^0.306^0.044^0.032^6^0^6^6^^0.00^3^0^0^^^^^^^^1.940^1.080^0.100^0^9.00^~1 tbsp~^57.00^~1 package, (2 oz)~^0 ~19221~^~RENNIN,CHOC,DRY MIX,PREP W/ WHL MILK~^79.29^96^3.20^3.34^0.79^13.34^0.5^^124^0.30^20^97^179^51^0.50^0.083^0.068^2.1^0.8^0.036^0.152^0.106^0.287^0.041^5^0^5^5^^0.32^110^27^25^^16^^^^^^1.999^0.932^0.121^12^^~~^^~~^0 ~19222~^~DESSERTS,RENNIN,VANILLA,DRY MIX~^0.40^383^0.00^0.00^0.60^99.00^0.0^^117^0.07^1^91^3^6^0.04^0.058^0.009^0.7^0.0^0.000^0.021^0.001^0.001^0.001^0^0^0^0^^0.00^0^0^0^^^^^^^^^^^0^10.80^~1 tbsp~^43.00^~1 package, (1.5 oz)~^0 ~19223~^~RENNIN,VANILLA,DRY MIX,PREP W/ WHL MILK~^80.98^89^3.03^3.07^0.71^12.21^0.0^^119^0.05^12^93^140^46^0.35^0.014^0.004^1.9^0.9^0.035^0.151^0.077^0.289^0.039^5^0^5^5^^0.33^115^27^26^^17^^^^^^1.846^0.842^0.114^13^^~~^^~~^0 ~19225~^~DESSERTS,RENNIN,TABLETS,UNSWTND~^6.50^84^1.00^0.10^72.50^19.80^0.0^^3733^7.07^18^340^292^26050^6.36^0.200^0.895^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.041^0.038^0.007^0^9.90^~1 package, (0.35 oz)~^^~~^0 ~19226~^~FROSTINGS,CHOC,CREAMY,RTE~^17.00^397^1.10^17.60^1.00^63.20^0.9^57.70^8^1.42^21^79^196^183^0.29^0.200^0.240^0.8^0.0^0.013^0.017^0.119^0.028^0.005^1^0^1^1^6.9^0.00^1^0^0^^^^^^1.56^^5.526^9.020^2.130^0^41.22^~2 tbsp, creamy~^^~~^0 ~19227~^~FROSTINGS,COCONUT-NUT,RTE~^21.00^433^1.50^24.00^0.80^52.70^2.5^40.00^13^0.54^19^63^186^195^0.41^0.125^0.673^2.5^0.2^0.035^0.019^0.212^0.155^0.047^2^0^2^2^7.2^0.00^4^0^0^0^2^1^0^1^1.09^3.9^8.631^10.786^3.264^0^462.00^~1 package, (16 oz)~^38.00^~.083 package~^0 ~19228~^~FROSTINGS,CRM CHEESE-FLAVOR,RTE~^15.10^415^0.10^17.30^0.23^67.32^0.0^63.54^3^0.16^2^3^35^191^0.02^0.020^0.013^0.5^0.0^0.000^0.006^0.011^0.002^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^4.545^3.755^6.153^0^32.50^~2 tbsp, creamy~^24.00^~2 tbsp, whipped~^0 ~19230~^~FROSTINGS,VANILLA,CREAMY,RTE~^15.07^418^0.00^16.23^0.81^67.89^0.0^63.10^3^0.16^1^18^34^184^0.07^0.000^0.000^0.1^0.0^0.010^0.302^0.220^0.055^0.000^8^0^8^8^2.3^0.00^0^0^0^0^0^0^0^0^1.53^13.0^2.974^4.860^7.951^0^462.00^~1 package, (16 oz)~^38.00^~.083 package~^0 ~19231~^~FLAN,CARAMEL CUSTARD,DRY MIX,PREP W/ 2% MILK~^75.71^103^2.99^1.72^0.76^18.82^0.0^^113^0.06^12^86^163^113^0.36^0.010^0.003^5.3^0.7^0.032^0.148^0.077^0.287^0.035^4^0^4^4^^0.26^180^52^51^^11^^^^^^1.035^0.472^0.064^7^^~~^^~~^0 ~19232~^~FLAN,CARAMEL CUSTARD,DRY MIX,PREP W/ WHL MILK~^74.63^113^2.95^3.00^0.74^18.68^0.0^^111^0.06^12^84^160^112^0.35^0.011^0.005^5.2^0.7^0.031^0.145^0.075^0.282^0.034^4^0^4^4^^0.26^113^29^28^^16^^^^^^1.800^0.821^0.111^12^^~~^^~~^0 ~19233~^~PUDDINGS,VANILLA,RTE,FAT FREE~^76.93^89^2.02^0.00^0.90^20.16^0.0^15.12^40^0.36^7^54^108^191^0.23^0.013^0.004^1.7^1.2^0.022^0.088^0.052^0.196^0.019^3^0^3^3^4.8^0.21^1^1^0^0^5^0^0^0^0.00^0.0^0.000^0.000^0.000^0^99.23^~1 serving, 3.5 oz shelf stable~^^~~^0 ~19234~^~PUDDINGS,TAPIOCA,RTE,FAT FREE~^76.25^94^1.44^0.35^0.64^21.31^0.0^14.18^52^0.11^5^66^70^187^0.17^0.018^0.011^0.0^0.3^0.013^0.075^0.101^0.030^0.020^2^0^2^2^6.5^0.31^1^0^0^0^0^0^0^0^0.01^0.0^0.122^0.012^0.002^1^111.60^~1 container, refrigerated 4 oz~^^~~^0 ~19235~^~PUDDINGS,CHOC,RTE,FAT FREE~^76.23^93^1.93^0.30^0.70^20.87^0.3^15.75^39^1.69^15^54^208^110^0.30^0.083^0.078^1.6^0.0^0.018^0.074^0.087^0.148^0.016^3^0^3^3^7.0^0.15^1^0^0^0^0^0^0^1^0.00^0.1^0.000^0.000^0.000^1^^~~^^~~^0 ~19236~^~CANDIES,HERSHEY'S MILK CHOC W/ ALMOND BITES~^1.19^550^9.76^35.73^1.59^51.00^3.6^44.59^220^1.50^59^227^471^74^1.34^0.200^0.010^3.4^1.8^0.070^0.380^0.620^0.470^0.070^16^^16^^^^177^^^^^^^^^^17.390^14.380^2.420^19^39.00^~17 pieces~^^~~^0 ~16239~^~SILK LT VANILLA,SOYMILK~^91.95^33^2.47^0.82^0.64^4.12^0.4^2.88^123^0.44^16^^123^39^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.000^^^0^243.00^~1 cup~^^~~^0 ~16240~^~SILK LT CHOC,SOYMILK~^87.63^49^2.06^0.62^0.64^9.05^0.8^7.82^123^0.59^16^^144^41^0.25^^^1.7^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.000^^^0^243.00^~1 cup~^^~~^0 ~16241~^~SILK PLUS OMEGA-3 DHA,SOYMILK~^91.13^45^2.88^2.06^0.64^3.29^0.4^2.47^144^0.44^16^^144^49^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^412^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16242~^~SILK PLUS FOR BONE HEALTH,SOYMILK~^90.92^41^2.47^1.44^0.64^4.53^0.8^2.88^165^0.44^16^^123^39^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16243~^~SILK PLUS FIBER,SOYMILK~^89.69^41^2.47^1.44^0.64^5.76^2.1^2.88^123^0.44^16^^123^39^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16244~^~SILK UNSWTND,SOYMILK~^93.18^33^2.88^1.65^0.64^1.65^0.4^0.41^123^0.44^16^^123^35^0.25^^^2.3^0.0^^0.210^^^^10^^10^^^1.23^206^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16245~^~SILK VERY VANILLA,SOYMILK~^87.41^53^2.47^1.65^0.65^7.82^0.4^6.58^144^0.44^16^^123^58^0.62^^^2.3^8.6^^0.210^^^^10^^10^^^1.23^412^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16246~^~SILK NOG,SOYMILK~^82.96^74^2.46^1.64^0.65^12.30^0.0^9.84^16^0.30^0^^123^61^0.00^^^0.0^0.0^^0.000^^^^0^^0^^^0.00^0^^^^^^^^^^0.000^^^0^122.00^~.5 cup~^^~~^0 ~16247~^~SILK CHAI,SOYMILK~^87.62^53^2.47^1.44^0.65^7.82^0.0^5.76^123^0.44^0^^123^41^0.37^^^0.0^0.0^^0.140^^^^7^^7^^^0.37^123^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16248~^~SILK MOCHA,SOYMILK~^86.80^58^2.06^1.44^0.65^9.05^0.0^7.41^123^0.44^0^^123^41^0.37^^^0.0^0.0^^0.140^^^^7^^7^^^0.37^123^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16249~^~SILK COFFEE,SOYMILK~^85.56^62^2.06^1.44^0.65^10.29^0.0^9.47^123^0.00^0^^132^41^0.37^^^0.0^0.0^^0.210^^^^7^^7^^^0.37^123^^^^^^^^^^0.206^^^0^243.00^~1 cup~^^~~^0 ~16250~^~SILK VANILLA SOY YOGURT (FAMILY SIZE)~^80.70^79^2.64^1.76^1.24^13.66^0.4^10.57^132^0.48^^^^13^^^^^0.0^^^^^^^^^^^^^^^^^^^^^^0.220^^^0^227.00^~1 container~^^~~^0 ~16251~^~SILK VANILLA SOY YOGURT (SINGLE SERVING SIZE)~^79.35^88^2.94^1.76^1.24^14.71^0.6^10.59^176^0.85^^^^12^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~16252~^~SILK PLN SOY YOGURT~^84.67^66^2.64^1.76^1.24^9.69^0.4^5.29^132^^^^^13^^^^^13.2^^^^^^^^^^^^0^^^^^^^^^^0.220^^^0^227.00^~1 container~^^~~^0 ~16253~^~SILK STRAWBERRY SOY YOGURT~^77.00^94^2.35^1.18^1.24^18.24^0.6^12.94^176^0.64^^^^15^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~16254~^~SILK RASPBERRY SOY YOGURT~^77.59^88^2.35^1.18^1.24^17.65^0.6^12.94^176^0.64^^^^15^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~16255~^~SILK PEACH SOY YOGURT~^76.41^94^2.35^1.18^1.24^18.82^0.6^14.71^176^0.64^^^^15^^^^^17.6^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^170.00^~1 container~^^~~^0 ~17333~^~GAME MEAT,BISON,CHUCK,SHLDR CLOD,LN,3-5 LB RST,CKD,BRSD~^60.48^193^33.78^5.43^1.08^0.00^0.0^0.00^7^4.86^26^239^316^57^8.64^0.208^0.017^41.7^0.0^0.120^0.470^4.773^1.620^0.458^21^0^21^21^^2.38^0^0^0^0^0^0^0^0^0.23^^2.320^2.122^0.255^111^773.57^~1 roast, ( yield from 1247 g raw meat )~^85.00^~1 serving, ( 3 oz )~^11 ~17334~^~GAME MEAT,BISON,CHUCK,SHLDR CLOD,LN,3-5 LB RST,RAW~^75.50^119^21.12^3.15^0.98^0.00^0.0^0.00^5^2.88^24^213^353^62^5.27^0.202^0.013^28.7^0.0^0.227^0.347^4.443^0.724^0.472^13^0^13^13^^2.46^0^0^0^0^0^0^0^0^0.16^^1.345^1.230^0.148^64^1237.38^~1 roast~^^~~^12 ~17335~^~GAME MEAT,BISON,RIBEYE,LN,1" STEAK,CKD,BRLD~^64.48^177^29.45^5.67^1.02^0.00^0.0^0.00^7^2.88^26^238^371^52^5.01^0.201^0.012^42.1^0.0^0.137^0.307^6.687^1.010^0.475^18^0^18^18^^1.29^0^0^0^0^0^0^0^0^0.21^^2.419^2.213^0.266^79^178.54^~1 steak, ( yield from 232.8 g raw meat )~^85.00^~1 serving, ( 3 oz )~^14 ~17336~^~GAME MEAT,BISON,TOP RND,LN,1" STEAK,CKD,BRLD~^65.08^174^30.18^4.96^1.20^0.00^0.0^0.00^5^3.52^28^257^382^41^3.79^0.210^0.011^41.0^0.0^0.165^0.365^6.475^1.448^0.657^19^0^19^19^^1.81^0^0^0^0^0^0^0^0^0.21^^1.957^1.790^0.215^85^180.40^~1 steak~^85.00^~1 serving, ( 3 oz )~^4 ~17337~^~GAME MEAT,BISON,TOP RND,LN,1" STEAK,RAW~^73.95^122^23.32^2.43^1.18^0.00^0.0^0.00^5^2.66^27^237^390^47^2.92^0.131^0.047^35.3^0.0^0.217^0.337^6.183^0.799^0.562^14^0^14^14^^1.55^0^0^0^0^0^0^0^0^0.17^^1.039^0.950^0.114^65^489.30^~1 steak~^^~~^5 ~17338~^~GAME MEAT,ELK,GROUND,RAW~^68.84^172^21.76^8.82^1.04^0.00^0.0^0.00^12^2.75^22^195^322^79^5.40^0.150^0.023^8.0^0.0^0.125^0.260^4.890^0.960^0.336^7^0^7^7^^2.13^0^0^0^0^0^0^0^0^0.28^^3.469^2.507^0.415^66^102.23^~1 patty, ( yield from 102.2 g raw meat )~^^~~^0 ~17339~^~GAME MEAT,ELK,GROUND,CKD,PAN-BROILED~^64.14^193^26.64^8.74^1.04^0.00^0.0^0.00^10^3.34^24^221^354^85^6.56^0.142^0.011^9.0^0.0^0.125^0.320^5.320^1.050^0.420^8^0^8^8^^2.57^0^0^0^0^0^0^0^0^0.57^^4.002^2.757^0.412^78^95.28^~1 patty, ( yield from 104.1 g raw meat )~^85.00^~1 serving, ( 3 oz )~^0 ~17340~^~GAME MEAT,ELK,LOIN,LN,CKD,BRLD~^64.50^167^31.00^3.84^1.14^0.00^0.0^0.00^5^3.96^28^256^404^54^5.10^0.173^0.012^10.5^0.0^0.160^0.330^8.980^1.222^0.470^9^0^9^9^^0.83^0^0^0^0^0^0^0^0^0.56^^1.511^1.092^0.181^75^113.52^~1 steak, ( yield from 148.1 g raw meat )~^85.00^~1 serving, ( 3 oz )~^6 ~17341~^~GAME MEAT,ELK,RND,LN,CKD,BRLD~^65.43^156^30.94^2.64^1.28^0.00^0.0^0.00^5^4.08^28^266^392^51^5.64^0.221^0.015^10.6^0.0^0.180^0.460^7.160^1.219^0.466^9^0^9^9^^1.50^0^0^0^0^0^0^0^0^0.54^^1.037^0.750^0.124^78^175.60^~1 steak, ( yield from 233.1 g raw meat )~^85.00^~1 serving, ( 3 oz )~^5 ~17342~^~GAME MEAT,ELK,TENDERLOIN,LN,CKD,BRLD~^64.93^162^30.76^3.41^1.34^0.00^0.0^0.00^5^4.07^29^285^392^50^4.12^0.349^0.019^10.5^0.0^0.144^0.370^6.143^1.212^0.485^9^0^9^9^^2.96^0^0^0^0^0^0^0^0^0.55^^1.342^0.970^0.161^72^92.49^~1 steak, ( yield from 123.5 g raw meat )~^85.00^~1 serving, ( 3 oz )~^4 ~17343~^~GAME MEAT,DEER,GROUND,RAW~^71.15^157^21.78^7.13^0.88^0.00^0.0^0.00^11^2.92^21^201^330^75^4.20^0.140^0.014^10.0^0.0^0.547^0.287^5.700^0.690^0.464^4^0^4^4^87.9^1.87^0^0^0^0^0^0^0^0^0.45^1.2^3.361^1.344^0.394^80^^~~^^~~^0 ~17344~^~GAME MEAT,DEER,GROUND,CKD,PAN-BROILED~^64.23^187^26.45^8.22^1.07^0.00^0.0^0.00^14^3.35^24^228^364^78^5.20^0.100^0.013^10.3^0.0^0.503^0.327^9.257^0.760^0.468^8^0^8^8^101.9^2.32^0^0^0^0^0^0^0^0^0.68^1.4^3.993^1.939^0.444^98^92.66^~1 patty~^85.00^~1 serving, ( 3 oz )~^0 ~17345~^~GAME MEAT,DEER,LOIN,LN,1" STEAK,CKD,BRLD~^67.07^150^30.20^2.38^1.25^0.00^0.0^0.00^6^4.09^30^277^398^57^3.63^0.227^0.029^13.3^0.0^0.280^0.513^10.757^0.868^0.756^9^0^9^9^113.0^1.83^0^0^0^0^0^0^0^0^0.62^1.2^0.878^0.351^0.103^79^54.37^~1 steak~^85.00^~1 serving, ( 3 oz )~^0 ~17346~^~GAME MEAT,DEER,SHLDR CLOD,LN,3-5 LB RST,CKD,BRSD~^59.78^191^36.28^3.95^1.12^0.00^0.0^0.00^6^5.01^28^261^313^52^8.64^0.285^0.026^17.7^0.0^0.153^0.657^7.430^1.025^0.481^11^0^11^11^134.1^3.06^0^0^0^0^0^0^0^0^0.75^1.5^1.959^0.783^0.230^113^292.98^~1 roast~^85.00^~1 serving, ( 3 oz )~^0 ~17347~^~GAME MEAT,DEER,TENDERLOIN,LN,0.5-1 LB RST,CKD,BRLD~^67.20^149^29.90^2.35^1.27^0.00^0.0^0.00^5^4.25^33^299^434^57^3.99^0.254^0.022^11.0^0.0^0.260^0.563^8.780^0.856^0.614^9^0^9^9^^3.62^0^0^0^0^0^0^0^0^0.62^^1.142^0.554^0.127^88^202.07^~1 roast, ( yield from 271.8 g raw meat )~^85.00^~1 serving, ( 3 oz )~^0 ~17348~^~GAME MEAT,DEER,TOP RND,LN,1" STEAK,CKD,BRLD~^66.10^152^31.47^1.92^1.20^0.00^0.0^0.00^4^4.23^30^272^377^45^3.67^0.272^0.018^11.3^0.0^0.250^0.500^8.400^0.904^0.710^10^0^10^10^^2.27^0^0^0^0^0^0^0^0^0.64^^1.030^0.412^0.121^85^101.90^~1 steak, ( yield from 134.9 g raw meat )~^85.00^~1 serving, ( 3 oz )~^0 ~18001~^~BAGEL,PLN,TSTD, ENR W/CA PROP(INCLUDE ONION,POPPY,SESAME)~^36.28^257^10.02^1.62^1.57^50.50^2.2^5.05^89^6.05^22^87^75^448^1.90^0.130^0.515^22.8^1.0^0.601^0.260^3.975^0.214^0.066^145^116^29^226^15.3^0.00^0^0^0^0^0^0^0^52^0.10^1.1^0.393^0.521^0.640^0^28.35^~1 oz~^57.00^~1 bagel, (3" dia)~^0 ~18413~^~BREAD,PITA,WHITE,UNENR~^32.10^275^9.10^1.20^1.90^55.70^2.2^^86^1.40^26^97^120^536^0.84^0.168^0.481^^0.0^0.267^0.097^2.142^0.397^0.034^24^0^24^24^^0.00^0^0^0^^^^^^^^0.166^0.105^0.535^0^28.35^~1 oz~^60.00^~1 pita, large (6-1/2" dia)~^0 ~18414~^~BREAD,RAISIN,UNENRICHED~^33.60^274^7.90^4.40^1.80^52.30^4.3^^66^1.83^26^109^227^390^0.72^0.198^0.501^^0.1^0.177^0.173^1.495^0.387^0.069^34^0^34^34^^0.00^0^0^0^^^^^^^^1.081^2.294^0.679^0^28.35^~1 oz~^32.00^~1 slice, large~^0 ~18416~^~BREAD,WHITE,COMMLY PREP,LO NA NO SALT~^36.70^267^8.20^3.60^1.90^49.50^2.3^4.31^108^3.03^24^94^119^27^0.62^0.126^0.383^22.6^0.0^0.472^0.341^3.969^0.390^0.064^111^86^25^171^14.6^0.03^0^0^0^0^0^0^0^44^0.22^3.1^0.811^1.612^0.744^1^45.00^~1 cup, crumbs~^35.00^~1 cup, cubes~^0 ~18417~^~COFFEECAKE,CINN W/CRUMB TOPPING,COMMLY PREP,UNENR~^21.90^418^6.80^23.30^1.40^46.70^2.0^^54^0.78^22^108^123^351^0.81^0.125^0.451^^0.3^0.135^0.095^0.880^0.655^0.027^32^0^32^32^^0.18^111^33^33^^^^^^^^5.797^12.976^3.120^32^28.35^~1 oz~^57.00^~1 individual, cake~^0 ~18418~^~CAKE,POUND,COMMLY PREP,OTHER THAN ALL BUTTER,UNENR~^23.10^389^5.20^17.90^1.40^52.50^1.0^^64^0.60^13^134^106^400^0.39^0.054^0.088^^0.1^0.024^0.124^0.342^0.285^0.023^9^0^9^9^^0.14^118^35^35^^^^^^^^4.647^9.935^2.251^58^30.00^~1 piece, (1/10 of 10.6 oz cake)~^28.35^~1 piece, (1/12 of 12 oz cake)~^0 ~18419~^~CAKE,WHITE,DRY MIX,PUDDING-TYPE,UNENR~^3.50^423^3.90^9.50^2.20^81.00^0.7^^77^0.52^9^277^72^665^0.25^0.056^0.278^^0.0^0.080^0.060^0.970^0.233^0.018^9^0^9^9^^0.04^0^0^0^^^^^^^^2.340^4.092^2.544^0^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18420~^~CAKE,YEL,DRY MIX,REG,UNENR~^3.70^432^4.40^11.60^2.30^78.10^1.1^^135^0.48^10^310^82^657^0.27^0.072^0.191^^0.2^0.082^0.049^0.309^0.364^0.077^9^0^9^9^^0.10^1^0^0^^^^^^^^1.738^4.860^4.378^2^28.35^~1 oz~^524.00^~1 package, (18.50 oz)~^0 ~18421~^~COOKIES,BUTTER,COMMLY PREP,UNENR~^4.60^467^6.10^18.80^1.50^68.90^0.8^^29^0.29^12^102^111^351^0.38^0.200^0.170^^0.0^0.066^0.071^0.320^0.488^0.036^6^0^6^6^^0.36^673^160^151^^^^^^^^11.051^5.522^0.982^117^28.35^~1 oz~^5.00^~1 cookie~^0 ~18422~^~COOKIES,CHOC CHIP,COMMLY PREP,REG,HIGHER FAT,UNENR~^4.10^481^5.40^22.60^1.10^66.80^2.5^^25^1.00^31^108^135^315^0.64^0.212^0.449^^0.0^0.059^0.060^0.473^0.229^0.056^9^0^9^9^^0.01^4^0^0^^^^^^^^7.476^11.671^2.367^0^28.35^~1 oz~^10.00^~1 cookie, medium (2-1/4" dia)~^0 ~18423~^~COOKIES,LADYFINGERS,WO/LEMON JUC&RIND~^19.50^365^10.60^9.10^1.10^59.70^1.0^^47^3.58^12^173^113^147^1.14^0.095^0.240^^0.0^0.284^0.428^2.104^1.116^0.122^77^40^37^105^^0.75^556^167^167^^^^^^^^3.477^4.253^1.611^221^28.35^~1 oz~^13.00^~1 anisette sponge, (4" x 1-1/8" x 7/8")~^0 ~18424~^~CRACKERS,MELBA TOAST,PLN,WO/SALT~^5.10^390^12.10^3.20^3.00^76.60^6.3^^93^3.70^59^196^202^19^2.01^0.289^1.130^^0.0^0.413^0.273^4.113^0.693^0.098^124^98^26^193^^0.00^0^0^0^^^^^^^^0.445^0.782^1.282^0^70.00^~1 cup, crushed~^30.00^~1 cup, pieces~^0 ~18425~^~CRACKERS,SALTINES,LO SALT (INCL OYSTER,SODA,SOUP)~^4.03^421^9.50^8.85^3.28^74.34^2.9^2.22^119^5.13^25^111^724^636^0.82^0.156^0.838^6.4^0.0^0.611^0.331^5.235^0.475^0.060^140^117^23^221^19.6^0.09^0^0^0^0^0^0^0^17^1.12^15.4^2.001^2.247^4.068^0^45.00^~1 cup, oyster crackers~^2.95^~1 cracker~^0 ~18426~^~CRACKERS,SALTINES,UNSALTED TOPS (INCL OYSTER,SODA,SOUP)~^4.10^434^9.20^11.80^3.30^71.50^3.0^^119^5.40^27^105^128^766^0.77^0.199^0.695^^0.0^0.565^0.462^5.249^0.456^0.038^124^93^31^189^^0.00^0^0^0^^^^^^^^2.932^6.422^1.679^0^3.00^~1 cracker~^14.18^~.5 oz~^0 ~18427~^~CRACKERS,STD SNACK-TYPE,REG,LO SALT~^3.50^502^7.40^25.30^2.80^61.00^1.6^1.79^120^3.60^27^228^355^373^0.68^0.213^0.556^6.6^0.0^0.408^0.342^4.048^0.271^0.053^90^75^14^142^13.8^0.00^0^0^0^0^0^0^0^11^2.03^6.3^3.776^10.640^9.545^0^62.00^~1 cup, bite size~^72.00^~1 cup, crushed~^0 ~18428~^~CRACKERS,WHEAT,LOW SALT~^3.10^473^8.60^20.60^2.80^64.90^4.5^13.04^49^4.40^62^220^203^283^1.60^0.318^1.781^33.7^0.0^0.505^0.327^4.961^0.522^0.136^50^32^18^72^27.2^0.00^0^0^0^0^0^0^0^81^0.50^9.6^5.178^11.448^2.796^0^3.00^~1 cup, crushed~^^~~^0 ~18429~^~CRACKERS,WHOLE-WHEAT,LO SALT~^2.70^443^8.80^17.20^2.70^68.60^10.5^0.37^50^3.08^99^295^297^247^2.15^0.444^2.247^14.7^0.0^0.201^0.100^4.519^0.813^0.183^28^0^28^28^27.2^0.00^0^0^0^0^0^0^0^179^0.86^8.3^3.393^5.880^6.596^0^94.00^~1 cup, crushed~^4.00^~1 cracker~^0 ~18430~^~DANISH PASTRY,CINN,UNENR~^24.30^403^7.00^22.40^1.70^44.60^1.2^^71^0.78^19^107^125^371^0.72^0.100^0.362^^0.2^0.180^0.100^1.100^0.396^0.038^33^0^33^33^^0.10^12^4^4^^^^^^^^5.681^12.515^2.933^21^28.35^~1 oz~^142.00^~1 large, (approx 7" dia)~^0 ~18431~^~DANISH PASTRY,FRUIT,UNENR (INCL APPL,CINN,RAISIN,STRAWBERRY)~^27.10^371^5.40^18.50^1.20^47.80^1.9^^46^0.75^15^89^83^354^0.54^0.065^0.253^^3.9^0.065^0.092^0.769^0.634^0.040^16^0^16^16^^0.13^74^22^22^^^^^^^^2.826^5.937^1.508^40^28.35^~1 oz~^142.00^~1 container, (3 oz)~^0 ~18432~^~BREAD,WHITE,COMMLY PREP,TSTD,LO NA NO SALT~^30.40^293^9.00^4.00^2.10^54.40^^^119^3.33^26^103^131^30^0.68^0.138^0.421^^0.0^0.415^0.337^3.926^0.278^0.063^95^69^26^143^^0.02^0^0^0^^^^^^^^0.892^1.771^0.818^1^28.35^~1 oz~^23.00^~1 slice~^0 ~18433~^~DANISH PASTRY,LEMON,UNENR~^27.10^371^5.40^18.50^1.20^47.80^1.9^^46^0.75^15^89^83^354^0.54^0.065^0.253^^3.9^0.065^0.092^0.769^0.634^0.040^16^0^16^16^^0.09^175^53^53^^^^^^^^2.826^5.937^1.508^40^28.35^~1 oz~^71.00^~1 pastry~^0 ~18434~^~CRACKERS,CHS,LO NA~^3.10^503^10.10^25.30^3.30^58.20^2.4^0.28^151^4.77^36^218^106^458^1.13^0.210^0.629^8.6^0.0^0.570^0.428^4.671^0.526^0.553^89^64^25^134^8.7^0.46^156^17^11^0^63^17^0^34^0.30^11.2^9.638^11.852^2.457^13^62.00^~1 cup, Cheez-its~^72.00^~1 cup, crushed~^0 ~18435~^~DANISH PASTRY,RASPBERRY,UNENR~^27.10^371^5.40^18.50^1.20^47.80^1.9^^46^0.75^15^89^83^354^0.54^0.065^0.253^^3.9^0.065^0.092^0.769^0.634^0.040^16^0^16^16^^0.09^200^60^60^^^^^^^^2.826^5.937^1.508^40^28.35^~1 oz~^71.00^~1 pastry, (4-1/4" dia)~^0 ~18436~^~DOUGHNUTS,YEAST-LEAVENED,GLAZED,UNENR (INCL HONEY BUNS)~^25.40^403^6.40^22.80^1.10^44.30^1.2^^43^0.60^22^93^108^342^0.77^0.169^0.263^^0.1^0.890^0.067^0.650^0.473^0.057^22^0^22^22^^0.09^14^4^4^^^^^^^^5.813^12.865^2.902^6^28.35^~1 oz~^60.00^~1 doughnut, medium (3-1/4" dia)~^0 ~18437~^~ENGLISH MUFFINS,PLN,ENR,WO/CA PROP (INCL SOURDOUGH)~^42.10^235^7.70^1.80^2.20^46.00^2.7^^52^2.50^21^133^131^464^0.70^0.129^0.357^^0.0^0.442^0.281^3.884^0.446^0.043^74^37^37^100^^0.04^0^0^0^^^^^^^^0.259^0.302^0.888^0^28.35^~1 oz~^57.00^~1 muffin~^0 ~18438~^~ENGLISH MUFFINS,PLN,UNENR,W/CA PROP (INCL SOURDOUGH)~^42.10^235^7.70^1.80^2.20^46.00^2.7^^174^0.89^21^133^131^464^0.70^0.129^0.357^^0.0^0.181^0.154^1.566^0.446^0.043^37^0^37^37^^0.04^0^0^0^^^^^^^^0.259^0.302^0.888^0^28.35^~1 oz~^57.00^~1 muffin~^0 ~18439~^~ENGLISH MUFFINS,PLN,UNENR,WO/CA PROP (INCL SOURDOUGH)~^42.10^235^7.70^1.80^2.20^46.00^2.7^^52^0.89^21^133^131^464^0.70^0.129^0.357^^0.1^0.181^0.154^1.566^0.446^0.043^37^0^37^37^^0.04^0^0^0^^^^^^^^0.259^0.302^0.888^0^28.35^~1 oz~^57.00^~1 muffin~^0 ~18443~^~PIE,APPL,COMMLY PREP,UNENR FLR~^52.20^237^1.90^11.00^0.90^34.00^1.6^^11^1.21^7^24^65^266^0.16^0.046^0.182^^3.2^0.134^0.158^1.123^0.119^0.038^4^0^4^4^^0.01^124^29^28^^^^^^^^3.797^4.388^2.198^0^28.35^~1 oz~^125.00^~1 piece, (1/8 of 9" dia)~^0 ~18444~^~PIE,FRIED PIES,CHERRY~^37.60^316^3.00^16.10^1.10^42.60^2.6^^22^1.22^10^43^65^374^0.23^0.047^0.224^2.4^1.3^0.141^0.106^1.425^0.110^0.030^18^15^3^29^^0.08^172^9^0^^^^^^^^2.457^7.449^5.376^0^28.35^~1 oz~^128.00^~1 pie, (5" x 3-3/4")~^0 ~18445~^~PIE,FRIED PIES,LEMON~^37.60^316^3.00^16.10^1.10^42.60^2.6^^22^1.22^10^43^65^374^0.23^0.047^0.224^2.4^0.0^0.141^0.106^1.425^0.110^0.030^18^15^3^29^^0.08^32^2^0^^^^^^^^2.457^7.449^5.376^0^28.35^~1 oz~^128.00^~1 pie, (5" x 3-3/4")~^0 ~18446~^~PIE CRUST,STANDARD-TYPE,FRZ,RTB,UNENR~^21.00^457^3.90^29.20^1.80^44.10^0.9^^18^0.38^16^53^98^576^0.30^0.068^0.547^^0.0^0.050^0.010^0.550^0.231^0.071^10^0^10^10^^0.03^0^0^0^^^^^^^^4.357^12.414^11.000^0^142.00^~1 crust, single 9"~^16.00^~1 piece, (1/8 of 9" crust)~^0 ~19237~^~CANDIES,KIT KAT BITES~^1.00^511^6.50^26.41^0.87^64.55^2.2^49.47^131^0.88^0^94^297^67^0.00^0.000^0.000^0.0^1.2^0.030^0.160^0.060^0.000^0.000^1^^1^^^^84^^^^^^^^^^17.100^4.500^0.430^8^39.00^~15 pieces~^^~~^0 ~19238~^~CANDIES,REESE'S BITES~^1.65^521^11.34^29.85^1.62^55.18^3.1^48.03^112^0.85^63^194^382^179^1.06^0.300^0.650^1.6^0.8^0.150^0.210^4.330^0.570^0.100^42^^42^^^^60^^^^^^^^^^18.000^7.060^1.820^7^39.00^~16 pieces~^^~~^0 ~19239~^~CANDIES,REESE'S NUTRAGEOUS CANDY BAR~^1.50^517^11.28^32.09^2.18^52.80^3.9^40.22^68^1.23^68^175^364^141^1.29^0.270^0.000^0.2^0.5^0.180^0.100^5.250^0.540^0.100^56^^56^^^^36^^^^^^^^^^8.860^12.630^8.090^3^54.43^~1 bar, 1.92 oz~^34.00^~2 bars~^0 ~19240~^~FROSTINGS,CHOC,CREAMY,DRY MIX~^0.60^389^1.30^5.20^0.60^92.00^2.4^^11^1.19^38^62^180^76^0.81^0.294^0.333^1.6^0.0^0.006^0.029^0.142^0.029^0.080^3^0^3^3^^0.00^0^0^0^^^^^^^^^^^0^388.00^~1 package~^^~~^0 ~19241~^~FROSTINGS,CHOC,CREAMY,DRY MIX,PREP W/ BUTTER~^14.20^404^1.09^12.93^0.71^70.85^1.8^^11^0.94^30^50^141^150^0.63^0.229^0.257^1.3^0.0^0.005^0.026^0.114^0.034^0.062^3^0^3^3^^0.01^320^78^74^^55^^^^0.17^^5.360^2.444^0.331^24^^~~^^~~^0 ~19243~^~CANDIES,HEATH BITES~^0.86^530^3.94^30.38^1.16^63.39^2.0^60.02^86^0.78^6^71^210^245^0.11^0.030^0.000^0.0^0.8^0.020^0.110^0.090^0.010^0.000^1^^1^^^^232^^^^^^^^^^15.620^8.800^2.550^19^39.00^~15 pieces~^^~~^0 ~19244~^~FROSTINGS,VANILLA,CREAMY,DRY MIX~^0.70^410^0.30^4.90^0.30^93.80^0.1^^3^0.00^2^4^7^13^0.01^0.035^0.012^0.8^0.0^0.000^0.002^0.001^0.007^0.001^0^0^0^0^^0.00^0^0^0^^^^^^^^^^^0^411.00^~1 package~^34.00^~.083 package~^0 ~19246~^~FROSTINGS,WHITE,FLUFFY,DRY MIX~^1.90^371^2.30^0.00^0.90^94.90^0.0^^4^0.09^3^7^117^234^0.01^0.037^0.007^4.1^0.0^0.001^0.058^1.000^0.052^0.001^3^0^3^3^^0.01^0^0^0^^^^^^^^^^^0^207.00^~1 package~^17.00^~.083 package~^0 ~19247~^~FROSTINGS,WHITE,FLUFFY,DRY MIX,PREP W/H2O~^35.20^244^1.50^0.00^0.60^62.60^0.0^^4^0.06^2^5^77^156^0.02^0.027^0.005^2.6^0.0^0.001^0.026^0.660^0.034^0.001^2^0^2^2^^0.01^0^0^0^^^^^^^^0.000^^^0^315.00^~1 package, yields~^26.00^~.083 package~^0 ~19248~^~CANDIES,ALMOND JOY BITES~^1.26^545^5.58^34.50^1.12^57.48^4.3^51.71^109^1.33^38^129^306^39^0.79^0.180^0.000^0.0^1.0^0.040^0.160^0.330^0.250^0.060^8^^8^^^^117^^^^^^^^^^20.600^8.850^1.460^11^40.00^~18 pieces~^^~~^0 ~19249~^~CANDIES,REESESTICKS CRISPY WAFERS,PNUT BUTTER,MILK CHOC~^1.60^521^9.53^31.34^2.00^55.38^3.3^40.33^70^1.30^49^144^295^264^0.99^0.200^0.000^0.7^0.6^0.130^0.100^3.640^0.440^0.080^40^0^40^40^28.2^0.15^58^14^14^0^4^0^0^45^2.77^5.9^13.210^10.820^4.680^6^42.00^~1 serving, 1.5 oz~^^~~^0 ~19250~^~CANDIES,HERSHEY,KIT KAT BIG KAT BAR~^1.10^520^6.24^27.84^0.96^63.64^1.9^53.96^138^0.84^2^112^294^64^0.07^0.010^0.000^0.0^1.3^0.050^0.170^0.180^0.040^0.000^3^^3^^^^92^^^^^^^^^^17.990^4.910^0.510^9^55.00^~1 bar, 1.94 oz~^79.38^~1 bar, king size 2.8 oz~^0 ~19252~^~CANDIES,REESE'S,FAST BREAK,MILK CHOC PNT BTR & SFT NUGTS~^4.10^474^8.66^23.42^2.01^61.60^2.9^53.08^61^0.96^48^130^284^330^0.94^0.180^0.000^0.0^0.4^0.130^0.100^3.570^0.420^0.070^39^^39^^^^40^^^^^^^^^^8.230^8.940^4.330^4^56.00^~2 oz, bar~^^~~^0 ~19254~^~CANDIES,MASTERFOODS USA,DOVE MILK CHOC~^1.61^546^5.94^31.72^0.95^59.78^2.4^55.45^160^1.11^^^^63^^^^^0.8^^^^^^^^^^^^292^^^^^^^^^^19.240^^^18^36.90^~1 serving, 1.30 oz bar~^40.00^~1 serving, 5 pieces~^0 ~19255~^~CANDIES,MASTERFOODS USA,DOVE DK CHOC~^1.66^520^5.19^32.45^1.30^59.40^7.6^46.27^37^3.18^^^^4^^^^^0.0^^^^^^^^^^^^134^^^^^^^^^^19.209^^^7^36.90^~1 serving, 1.3 oz bar~^42.00^~1 serving, 7 pieces~^0 ~19256~^~CANDIES,MASTERFOODS USA,MILKY WAY CARAMELS,MILK CHOC COVERED~^6.99^463^4.28^19.17^1.08^68.49^0.7^58.65^141^0.34^^^^273^^^^^0.7^^^^^^^^^^^^262^^^^^^^^^^13.157^^^20^44.00^~1 serving, 5 pieces~^^~~^0 ~19258~^~CANDIES,MASTERFOODS USA,MILKY WAY CARAMELS. DK CHOC COVERED~^6.99^458^3.82^20.42^1.08^67.56^2.8^54.08^83^1.20^^^^246^^^^^0.4^^^^^^^^^^^^246^^^^^^^^^^13.814^^^17^44.00^~1 serving, 5 pieces~^^~~^0 ~19259~^~ICE CREAMS,HEALTHY CHOIC PRALINE & CARAMEL~^60.19^170^3.67^2.97^0.97^32.20^1.0^26.40^132^0.07^^^^89^^^^^0.0^^^^^^^^^^^^531^^^^^^^^^^1.380^1.090^0.440^7^71.00^~1 serving, 1/2 cup~^^~~^0 ~19260~^~ICE CREAMS,VANILLA,LT,NO SUGAR ADDED~^65.52^155^3.97^7.45^1.20^21.42^0.7^6.46^136^0.19^9^75^196^96^0.31^0.030^0.006^1.9^0.9^0.029^0.122^0.074^0.256^0.029^4^0^4^4^23.0^0.52^302^86^85^0^12^0^0^0^0.29^2.8^4.048^1.855^0.740^27^68.25^~1 serving, 1/2 cup~^^~~^0 ~19263~^~FROZEN NOVELTIES,FRUIT & JUC BARS~^78.30^87^1.20^0.10^0.20^20.20^1.0^17.48^5^0.19^4^6^53^4^0.05^0.000^0.165^0.2^9.5^0.011^0.018^0.159^0.040^0.025^7^0^7^7^4.0^0.00^18^1^0^0^11^0^0^34^0.00^0.9^0.000^0.000^0.030^0^77.00^~1 bar, (2.5 fl oz)~^92.00^~1 bar, (3 fl oz)~^0 ~19265~^~ICE CREAMS,CHOC,LT,NO SUGAR ADDED~^64.44^152^3.54^5.74^0.94^25.40^0.9^5.43^121^0.48^15^106^196^75^0.40^0.018^0.009^2.9^0.7^0.044^0.180^0.111^0.414^0.042^5^0^5^5^11.7^0.38^264^75^74^0^10^0^0^0^0.30^3.6^3.610^0.930^0.527^16^71.50^~1 serving, 1/2 cup~^^~~^0 ~19268~^~CANDIES,DK CHOC COATD COFFEE BNS~^1.47^540^7.50^30.00^1.08^59.95^7.5^42.50^100^2.70^107^135^342^25^1.32^0.563^0.558^2.8^0.0^0.018^0.266^0.578^0.108^0.038^3^0^3^3^^0.00^0^0^0^0^0^0^0^16^0.23^5.9^15.000^0.000^0.000^13^40.00^~1 serving, 28 pieces~^^~~^0 ~19269~^~SNACKS,GENERAL MILLS,BETTY CROCKER FRT RL UPS,BRY FLV,W/VT C~^10.20^373^0.10^3.50^1.00^85.20^^38.70^^^^^^317^^^^3.2^120.0^^^^^^^^^^^^^^^^^^^^^^0.990^1.724^0.093^^28.00^~2 rolls~^^~~^0 ~19270~^~ICE CREAMS,CHOC~^55.70^216^3.80^11.00^1.00^28.20^1.2^25.36^109^0.93^29^107^249^76^0.58^0.135^0.140^2.5^0.7^0.042^0.194^0.226^0.554^0.055^16^0^16^16^22.5^0.29^416^118^116^0^19^0^0^0^0.30^0.3^6.800^3.210^0.410^34^58.00^~1 individual, (3.5 fl oz)~^66.00^~.5 cup, (4 fl oz)~^0 ~19271~^~ICE CREAMS,STRAWBERRY~^60.00^192^3.20^8.40^0.70^27.60^0.9^^120^0.21^14^100^188^60^0.34^0.037^0.078^1.9^7.7^0.045^0.255^0.170^0.720^0.050^12^0^12^12^^0.30^320^96^96^^^^^^^^5.190^^^29^58.00^~1 individual, (3.5 fl oz)~^66.00^~.5 cup, (4 fl oz)~^0 ~19272~^~SNACKS,FARLEY CANDY,FARLEY FRUIT SNACKS,W/VITAMINS A,C,&E~^14.70^341^4.40^0.00^0.00^80.90^^^^^^^^36^^^^^90.3^^^^^^^^^^^^5436^^^^^^^^^^^^^^26.00^~1 pouch~^^~~^0 ~44048~^~CHEESE FOOD,IMITATION~^63.80^137^22.40^1.30^3.70^8.80^0.0^8.21^552^0.91^35^499^336^1239^3.29^0.030^^17.4^0.0^0.030^0.480^0.150^^0.130^8^0^8^8^0.0^1.23^39^10^10^0^3^0^0^0^0.01^0.2^0.810^0.380^0.048^6^^~~^^~~^0 ~44055~^~CELERY FLAKES,DRIED~^9.00^319^11.30^2.10^13.90^63.70^27.8^35.90^587^7.83^196^402^4388^1435^2.77^0.571^^15.3^86.5^0.440^0.500^4.640^^0.460^107^0^107^107^122.3^0.00^1962^98^0^0^1177^0^0^5076^5.55^584.2^0.555^0.405^1.035^0^^~~^^~~^0 ~44061~^~PUDDINGS,CHOC FLAVOR,LO CAL,INST,DRY MIX~^4.20^356^5.30^2.40^9.90^78.20^6.1^0.70^126^3.11^89^1660^1279^2838^0.41^0.838^0.703^3.9^0.0^0.020^0.090^0.400^0.055^0.040^6^0^6^6^3.3^0.01^0^0^0^0^0^0^0^7^0.02^0.4^0.984^1.154^0.131^0^9.92^~1 serving~^39.69^~1 package, 1.4 oz box, 4 servings~^0 ~44110~^~JELLIES,RED SUGAR,HOME PRESERVED~^53.00^179^0.30^0.03^0.08^46.10^0.8^45.30^5^0.18^6^6^71^2^0.03^0.023^^1.4^0.0^0.010^0.020^0.140^^0.040^1^0^1^1^6.9^0.00^3^0^0^0^2^0^0^14^0.00^0.2^0.009^0.001^0.008^0^300.00^~1 cup~^18.80^~1 tbsp~^0 ~44158~^~PIE FILLINGS,BLUEBERRY,CND~^54.66^181^0.41^0.20^0.35^44.38^2.6^37.75^27^0.80^10^12^115^12^0.10^0.112^0.215^0.4^0.7^0.023^0.034^0.091^0.092^0.029^1^0^1^1^3.8^0.00^22^1^0^0^13^0^0^33^0.23^3.9^0.000^0.000^0.000^0^262.00^~1 cup~^^~~^0 ~44203~^~COCKTAIL MIX,NON-ALCOHOLIC,CONCD,FRZ~^28.24^287^0.08^0.01^0.07^71.60^0.0^48.44^2^0.04^1^2^23^0^0.02^0.020^0.045^0.5^4.2^0.009^0.017^0.026^0.023^0.005^5^0^5^5^3.0^0.00^12^1^0^0^2^9^0^12^0.02^0.0^0.003^0.001^0.009^0^36.00^~1 fl oz~^^~~^0 ~44258~^~PUDDINGS,CHOC FLAVOR,LO CAL,REG,DRY MIX~^6.80^365^10.08^3.00^5.70^74.42^10.1^0.70^1512^3.87^110^174^570^3326^1.49^0.854^0.887^5.1^0.0^0.025^0.105^0.545^0.058^0.027^0^0^0^0^3.3^0.00^0^0^0^0^0^0^0^9^0.02^0.5^1.578^1.150^0.130^0^9.92^~1 serving~^39.69^~1 package~^0 ~44259~^~PUDDINGS,ALL FLAVORS XCPT CHOC,LO CAL,REG,DRY MIX~^10.40^351^1.60^0.10^1.86^86.04^0.9^2.90^49^0.05^17^12^18^1765^0.19^0.040^^0.9^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.05^1.1^0.018^0.032^0.050^0^^~~^^~~^0 ~44260~^~PUDDINGS,ALL FLAVORS XCPT CHOC,LO CAL,INST,DRY MIX~^6.84^350^0.81^0.90^6.80^84.66^0.8^0.90^143^0.38^5^2368^30^4250^0.10^0.038^0.041^0.8^0.0^0.005^0.021^0.014^0.047^0.005^1^0^1^1^1.1^0.05^0^0^0^0^0^0^0^0^0.08^1.7^0.099^0.116^0.433^0^8.00^~1 serving~^32.00^~1 package, 4 servings~^0 ~47011~^~FRUIT-FLAVORED DRK MIX,PDR,UNSWTND~^0.96^226^0.00^0.00^7.74^91.30^0.0^0.00^1105^0.03^0^509^1^2727^0.01^0.003^0.007^0.0^1090.9^0.000^0.000^0.001^0.000^0.000^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^25.40^~2 tsp, rounded~^^~~^0 ~48052~^~VITAL WHEAT GLUTEN~^8.20^370^75.16^1.85^1.00^13.79^0.6^0.00^142^5.20^25^260^100^29^0.85^0.182^^39.7^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.272^0.156^0.810^0^^~~^^~~^0 ~80200~^~FROG LEGS,RAW~^81.90^73^16.40^0.30^1.40^0.00^0.0^0.00^18^1.50^20^147^285^58^1.00^0.250^^14.1^0.0^0.140^0.250^1.200^^0.120^15^0^15^15^65.0^0.40^50^15^15^0^0^0^0^0^1.00^0.1^0.076^0.053^0.102^50^^~~^^~~^ ~83110~^~MACKEREL,SALTED~^43.00^305^18.50^25.10^13.40^0.00^0.0^0.00^66^1.40^60^254^520^4450^1.10^0.100^^73.4^0.0^0.020^0.190^3.300^^0.410^15^0^15^15^95.0^12.00^157^47^47^0^0^0^0^0^2.38^7.8^7.148^8.320^6.210^95^136.00^~1 cup, cooked~^^~~^0 ~90240~^~SCALLOP,(BAY&SEA),CKD,STMD~^73.10^112^23.20^1.40^3.06^0.00^0.0^0.00^115^3.00^55^338^476^265^3.00^0.300^^27.9^0.0^0.100^0.060^1.300^^0.100^12^0^12^12^81.0^1.30^100^30^30^0^0^0^0^0^1.50^0.2^0.146^0.068^0.481^53^^~~^^~~^0 ~90560~^~SNAIL,RAW~^79.20^90^16.10^1.40^1.30^2.00^0.0^0.00^10^3.50^250^272^382^70^1.00^0.400^^27.4^0.0^0.010^0.120^1.400^^0.130^6^0^6^6^65.0^0.50^100^30^30^0^0^0^0^0^5.00^0.1^0.361^0.259^0.252^50^^~~^^~~^0 ~93600~^~TURTLE,GREEN,RAW~^78.50^89^19.80^0.50^1.20^0.00^0.0^0.00^118^1.40^20^180^230^68^1.00^0.250^^16.8^0.0^0.120^0.150^1.100^^0.120^15^0^15^15^65.0^1.00^100^30^30^0^0^0^0^0^0.50^0.1^0.127^0.088^0.170^50^^~~^^~~^0 ~21094~^~FST FOODS, CHSBRGR, REG, DOUBLE PATTY BUN, PLAIN~^38.70^305^15.13^13.93^2.38^29.89^1.0^5.47^191^2.66^21^159^190^589^2.20^0.087^0.251^^0.0^0.259^0.299^4.618^0.253^0.138^67^^^^^1.02^^^^^^^^^^^5.245^4.292^0.417^41^200.60^~1 sandwich~^^~~^0 ~21095~^~FAST FOODS,CHSEBURGER; DBLE,REG,PATTY & BN; W/ CONDMNT & VEG~^46.56^285^13.04^15.47^1.63^23.30^^^74^2.07^16^153^171^404^1.81^0.071^0.120^17.3^1.2^0.250^0.190^3.660^0.280^0.120^40^25^15^58^^0.91^163^^^^^^^^0.87^^5.600^5.543^2.792^41^228.00^~1 sandwich~^^~~^0 ~21096~^~FAST FOODS,CHEESEBURGER; SINGLE,LRG PATTY; PLN~^42.63^305^17.28^17.02^2.27^20.80^1.4^3.83^167^2.42^24^188^217^533^3.11^0.093^0.191^^0.0^0.191^0.416^4.468^0.341^0.265^59^^^^^1.51^^^^^^^^^^^6.760^5.520^0.516^56^166.20^~1 item~^^~~^0 ~21097~^~FAST FOODS,CHESEBURGER; SINGLE,LRG PATTY; W/ CONDMNT & BACON~^46.85^282^15.78^15.86^2.62^18.89^1.3^4.63^137^2.07^23^181^238^674^2.67^0.102^0.166^3.4^0.7^0.174^0.348^4.233^0.354^0.242^49^^^^^1.25^^^^^^^^^^^6.126^5.427^0.672^50^211.30^~1 item~^^~~^0 ~21098~^~FAST FOODS,CHEESEBURGER; SINGLE,LRG PATTY; W/ CONDMNT & VEG~^59.55^206^11.59^10.36^1.68^16.81^1.4^4.00^95^1.86^19^119^210^385^2.17^0.090^0.182^^1.9^0.145^0.281^3.327^^^47^^^^29.0^1.01^258^^^^^^^^^^3.893^3.518^0.298^34^233.00^~1 sandwich~^^~~^0 ~21099~^~FAST FOODS,CHSBURGER; SINGLE,LRG PATTY; W/ CONDMNT,VEG & HAM~^50.05^286^15.55^18.97^2.42^13.01^^^119^1.98^20^209^212^674^2.61^0.097^0.147^12.8^2.9^0.210^0.220^3.610^0.410^0.150^31^11^20^39^^1.13^199^^^^^^^^^^8.317^7.429^1.516^48^254.00^~1 sandwich~^^~~^0 ~21100~^~FAST FOODS,CHEESEBURGER; DOUBLE,LRG PATTY,W/ CONDMNT & VEG~^51.09^273^14.72^16.92^1.90^15.37^^^93^2.29^20^153^231^445^2.59^0.080^0.123^11.2^0.4^0.140^0.190^2.810^0.330^0.160^29^10^19^36^39.3^1.32^135^^^^^^^^^^6.850^6.726^1.821^55^258.00^~1 sandwich~^^~~^0 ~21101~^~FAST FOODS,CHEESEBURGER; TRIPLE,REG PATTY; PLN~^43.93^310^18.20^19.17^2.58^16.16^0.5^3.29^174^2.23^21^196^230^637^3.02^0.078^0.145^^0.0^0.148^0.273^4.263^0.387^0.211^41^^^^^1.56^^^^^^^^^^^8.015^6.559^0.637^63^249.00^~1 item~^^~~^0 ~21102~^~FAST FOODS,CHICK FILLET SNDWCH,PLN~^47.31^283^13.25^16.18^2.00^21.26^^^33^2.57^19^128^194^526^1.03^0.127^0.260^22.2^4.9^0.180^0.130^3.740^0.330^0.110^55^39^16^82^35.3^0.21^55^^^^^^^^^^4.685^5.720^4.606^33^182.00^~1 sandwich~^^~~^0 ~21103~^~FAST FOODS,CHICK FILLET SNDWCH,W/CHS~^46.01^277^12.90^17.00^2.10^18.24^^^113^1.59^19^178^146^543^1.27^0.075^0.167^21.1^1.3^0.180^0.200^3.980^0.590^0.180^48^28^20^68^^0.20^272^72^70^^^^^^^^5.460^5.987^4.363^34^228.00^~1 sandwich~^^~~^0 ~21104~^~FAST FOODS,EGG&CHS SNDWCH~^56.30^233^10.69^13.30^1.95^17.76^^^154^2.04^15^207^129^551^1.13^0.075^0.150^23.1^1.0^0.180^0.390^1.420^0.600^0.090^67^42^25^96^^0.78^458^138^138^^^^^^^^4.538^5.662^1.769^199^146.00^~1 sandwich~^^~~^0 ~21105~^~FAST FOODS,FISH SNDWCH,W/TARTAR SAU~^47.35^273^10.72^14.41^1.56^25.96^^^53^1.65^21^134^215^389^0.63^0.121^0.231^50.6^1.8^0.210^0.140^2.150^0.370^0.070^54^26^28^72^28.9^0.68^69^^^^^^^^0.55^^3.313^4.869^5.220^35^158.00^~1 sandwich~^^~~^0 ~21106~^~FAST FOODS,FISH SNDWCH,W/TARTAR SAU&CHS~^45.18^286^11.26^15.63^1.91^26.03^^^101^1.91^20^170^193^513^0.64^0.065^0.198^48.4^1.5^0.250^0.230^2.310^0.240^0.060^50^33^17^73^32.6^0.59^236^^^^^^^^1.00^^4.448^4.874^5.154^37^183.00^~1 sandwich~^^~~^0 ~21107~^~FAST FOODS,HAMBURGER; SINGLE,REG PATTY; PLN~^38.49^295^14.74^11.24^1.86^33.71^1.2^5.79^138^3.05^21^122^193^440^2.20^0.095^0.288^^0.0^0.293^0.280^5.342^0.217^0.142^74^^^^34.4^1.00^0^0^0^^^^^^^^3.561^3.839^0.265^33^86.30^~1 item~^^~~^0 ~21108~^~FAST FOODS,HAMBURGER; SINGLE,REG PATTY; W/ CONDMNT~^46.14^258^13.07^10.07^1.92^28.79^1.8^5.22^74^2.53^23^111^183^491^2.06^0.106^0.271^24.7^0.3^0.349^0.186^4.061^0.370^0.108^36^29^7^56^34.8^1.20^51^3^0^1^29^3^0^26^0.07^4.9^4.000^4.637^1.138^29^114.00^~1 item~^^~~^0 ~21109~^~FAST FOODS,HAMBURGER; SINGLE,REG PATTY; W/ CONDMNT & VEG~^49.41^254^11.74^12.25^1.78^24.81^^^57^2.39^20^113^206^458^1.87^0.093^0.230^18.7^1.5^0.210^0.180^3.350^0.270^0.110^47^30^17^68^^0.80^75^0^0^^^^^^^^3.755^4.809^2.343^24^110.00^~1 item~^^~~^0 ~22215~^~NESTLE,CHEF-MATE CHILI W/BNS,CND~^69.50^166^7.00^9.50^2.12^13.50^3.0^1.50^28^1.50^18^66^202^506^1.53^0.130^0.161^^0.0^0.042^0.080^1.374^0.261^0.090^^^^^^0.57^400^^^^^^^^^^4.000^4.248^0.552^16^253.00^~1 cup~^^~~^0 ~22216~^~NESTLE,CHEF-MATE CHILI WO/BNS,CND~^70.54^147^9.00^9.00^2.36^8.00^1.5^1.50^32^2.00^18^65^212^560^1.80^0.144^0.163^^0.0^0.055^0.108^1.937^0.312^0.134^^^^^^0.73^950^^^^^^^^^^3.037^3.936^0.496^22^250.00^~1 cup~^^~~^0 ~22217~^~NESTLE,CHEF-MATE CORNED BF HASH,CND~^64.79^180^8.30^12.00^2.15^11.00^1.1^0.79^8^0.57^15^95^212^640^2.97^0.134^0.044^^0.0^0.085^0.117^2.495^0.488^0.228^^^^^^0.97^0^^^^^^^^^^5.500^5.799^0.440^28^253.00^~1 cup~^^~~^0 ~22247~^~Macaroni and Cheese, canned entree~^81.39^82^3.38^2.46^1.25^11.52^0.5^0.50^35^0.90^9^47^84^421^0.45^0.296^0.224^9.5^0.0^0.101^0.114^1.183^0.074^0.037^14^11^2^22^5.4^0.15^65^17^17^0^5^0^0^2^0.05^0.2^0.881^0.600^0.303^6^244.00^~1 serving~^^~~^0 ~22364~^~JIMMY DEAN,SAUSAGE BISCUITS,BRKFST SNDWCH,FRZ~^33.50^401^9.90^29.40^3.10^24.10^1.5^^79^1.65^^^^918^^^^^^^^^^^^^^^^^^^^^^^^^^^8.970^^^33^96.00^~1 package~^48.00^~1 sandwich~^0 ~22401~^~SPAGHETTI W/ MEAT SAU,FRZ ENTREE~^77.82^90^5.05^1.01^0.88^15.24^1.8^2.60^18^1.25^15^49^144^167^0.51^0.125^0.213^11.9^5.4^0.122^1.333^0.177^0.071^0.070^46^37^9^72^12.2^0.06^174^9^0^0^104^0^3200^7^0.50^0.7^0.350^0.330^0.320^6^283.00^~1 serving~^28.35^~1 oz~^0 ~22402~^~HEALTHY CHOIC BF MACARONI,FRZ ENTREE~^78.20^88^5.89^0.93^1.04^13.94^1.9^3.80^19^1.13^15^56^152^185^0.51^0.128^0.228^10.1^24.2^0.115^0.065^1.295^0.171^0.081^44^32^12^66^12.0^0.05^214^23^15^1^98^0^5535^39^0.70^2.0^0.280^0.500^0.140^6^240.00^~1 serving~^28.35^~1 oz~^0 ~22513~^~NALLEY CHILI CON CARNE W/BNS,CND ENTREE~^74.60^109^15.60^3.10^2.10^4.60^5.0^^^1.78^^^^477^^^^^^^^^^^^^^^^^0^^^^^^^^^^1.080^1.180^0.328^10^425.00^~1 package, yields~^258.00^~1 serving~^0 ~22514~^~OLD EL PASO CHILI W/BNS,CND ENTREE~^76.90^109^7.70^4.50^1.40^9.50^4.3^^^1.18^^^^258^^^^^^^^^^^^^^^^^0^^^^^^^^^^0.904^1.870^0.985^16^425.00^~1 package, yields~^228.00^~1 serving~^0 ~22515~^~CHEF BOYARDEE BF RAVIOLI IN TOMATO & MEAT SAU,CND ENTREE~^79.13^92^3.30^2.67^1.32^13.58^0.5^1.94^11^0.67^^^^373^^^^^0.0^^^^^^^^^^^^112^^^^^^^^^^1.160^1.120^0.140^3^244.00^~1 cup~^^~~^0 ~22516~^~CHEF BOYARDEE BEEFARONI,MACARONI W/BEEF IN TOMATO SAU,CND~^79.13^92^3.30^2.67^1.32^13.58^0.5^1.94^11^0.67^^^^373^^^^^0.0^^^^^^^^^^^^112^^^^^^^^^^1.160^1.120^0.140^3^257.00^~1 cup~^^~~^0 ~22517~^~CHEF BOYARDEE MINI RAVIOLI,BF RAVIOLI TOMATO, MEAT SAU,CND~^79.73^92^3.27^3.24^1.40^12.36^1.0^1.94^12^1.02^^^^371^^^^^0.0^^^^^^^^^^^^165^^^^^^^^^^1.370^1.350^0.170^3^252.00^~1 cup~^^~~^0 ~22518~^~CHEF BOYARDEE SPAGHETTI & MEATBALLS IN TOMATO SAU,CND ENTREE~^78.55^100^4.37^3.88^1.30^11.90^1.4^2.97^11^0.82^^^^360^^^^^0.6^^^^^^^^^^^^0^^^^^^^^^^1.590^1.630^0.350^7^257.00^~1 cup~^^~~^0 ~22522~^~PASTA W/SLICED FRANKS IN TOMATO SAU,CND ENTREE~^78.20^104^3.70^4.60^1.60^11.90^0.9^3.20^18^0.91^14^43^191^482^0.52^0.136^0.129^8.0^3.8^0.078^0.069^1.157^0.240^0.073^15^9^6^21^12.0^0.19^132^10^4^0^70^1^7506^5^0.74^1.6^1.470^1.900^0.598^9^252.00^~1 serving~^^~~^0 ~22525~^~BANQUET CHICK POT PIE,FRZ ENTREE'~^63.90^192^5.59^10.84^1.65^18.02^1.7^2.81^15^0.51^^^^425^^^^^^^^^^^^^^^^^692^^^^^^^^^^4.190^4.630^1.890^15^198.00^~1 pie~^^~~^0 ~22526~^~MARIE CALLENDER'S CHICK POT PIE,FRZ ENTREE~^58.20^235^6.83^14.59^1.20^19.18^1.0^0.78^16^1.45^^^^353^^^^^0.0^^^^^^^^^^^^749^^^^^^^^^^4.100^5.730^1.760^9^284.00^~1 pie~^^~~^0 ~22527~^~STOUFFER'S CHICK PIE,FRZ ENTREE~^53.20^259^7.17^15.50^1.54^22.59^1.4^3.73^51^1.02^^^164^416^^^^^0.3^0.230^0.200^2.400^^^^^^^^^358^^^^^^^^^^6.290^5.640^2.200^22^283.00^~1 package, yields~^283.00^~1 serving~^0 ~22528~^~TURKEY POT PIE,FRZ ENTREE~^65.70^176^6.50^8.80^1.30^17.70^1.1^^^1.00^^^^350^^^^^^^^^^^^^^^^^1767^^^^1060^^^^^^2.880^3.460^1.380^16^397.00^~1 package, yields~^397.00^~1 serving~^0 ~22529~^~BEEF POT PIE,FRZ ENTREE,PREP~^58.05^220^7.25^11.39^1.26^22.05^0.8^^14^1.25^13^67^115^365^1.10^0.030^0.207^5.3^0.3^0.197^0.087^1.633^0.145^0.133^18^15^3^28^19.6^0.32^^^^^^^^^0.26^2.7^4.149^5.312^1.462^21^268.00^~1 pie, cooked (average weight)~^^~~^0 ~22534~^~HOT POCKETS,BF&CHEDDAR STUFFED SNDWCH,FRZ~^44.00^284^11.50^14.20^2.70^27.60^^^237^2.06^^^^638^^^^^^^^^^^^^^^^^0^^^^^^^^^^6.200^4.689^0.860^37^142.00^~1 package, yields~^142.00^~1 serving~^0 ~22535~^~HOT POCKETS,CROISSANT POCKTS CHIK,BROC&CHDR STUFD SNDWCH,FRZ~^50.00^235^8.90^8.60^2.10^30.40^1.1^^^2.97^^^^509^^^^^4.9^^^^^^^^^^^^265^^^^50^^^^^^2.620^3.420^1.300^29^256.00^~1 package, yields~^128.00^~1 serving~^0 ~22537~^~HOT POCKETS HAM 'N CHS STUFFED SNDWCH,FRZ~^44.90^266^11.60^11.10^2.40^30.00^^^196^2.04^^^^520^^^^^^^^^^^^^^^^^0^^^^^^^^^^4.520^3.450^1.160^39^256.00^~1 package, yields~^128.00^~1 serving~^0 ~22540~^~RED BARON PREMIUM POCKETS,ORIGINAL HAM&CHS,FRZ~^46.20^268^11.20^12.70^2.70^27.20^^^143^^^^^791^^^^^^^^^^^^^^^^^0^^^^0^^^^^^4.660^4.620^1.350^31^269.00^~1 package, yields~^133.00^~1 serving~^0 ~22569~^~STOUFFER'S STUFFED PEPPERS W/ BF IN TOMATO SAU,FRZ ENTREE~^83.88^73^3.72^2.57^1.10^8.73^1.2^2.73^17^0.68^^^158^284^^^^^11.7^0.060^0.050^0.640^^^^^^^^^90^^^^^^^^^^1.010^1.010^0.170^8^220.00^~1 serving~^^~~^0 ~22570~^~STOUFFER'S LASAGNA W/ MEAT & SAU,FRZ ENTREE~^74.27^116^8.04^3.77^1.35^12.57^1.1^2.20^69^0.61^^^158^312^^^^^0.6^0.060^0.050^0.640^^^^^^^^^154^^^^^^^^^^1.900^1.280^0.230^13^595.00^~1 package, yields~^215.00^~1 serving~^0 ~22571~^~BANQUET ORIG FRIED CHK THIGH,W/MASH POT & CORN IN SEASON SAU~^66.89^170^9.59^8.67^1.50^13.35^1.8^0.33^59^0.71^^^^265^^^^^1.2^^^^^^^^^^^^57^^^^^^^^^^1.920^3.540^2.330^30^226.00^~1 meal~^^~~^0 ~22572~^~STOUFFER'S LN CUISINE SPAGHETTI W/ MEATBALLS & SAU,FRZ ENTRE~^78.06^93^6.68^1.90^1.09^12.27^1.5^2.43^37^0.81^^^190^211^^^^^1.1^0.090^0.060^1.610^^^^^^^^^95^^^^^^^^^^0.750^0.710^0.290^9^269.00^~1 serving~^^~~^0 ~22573~^~STOUFFER'S LN CUISINE SWEDISH MEATBALLS W/ PASTE,FRZ ENTREE~^75.48^106^8.56^2.63^1.19^12.14^1.0^1.76^44^1.00^^^217^238^^^^^0.0^0.090^0.110^1.630^^^^^^^^^0^^^^^^^^^^1.080^1.000^0.350^19^258.00^~1 serving~^^~~^0 ~22576~^~STOUFFER'S LN CUISINE MACARONI & BF IN TOMATO SAU,FRZ ENTREE~^77.90^91^6.07^1.54^1.25^13.23^1.7^3.90^30^0.63^^^273^201^^^^^0.8^0.070^0.030^1.160^^^^^^^^^96^^^^^^^^^^0.590^0.610^0.220^6^283.00^~1 serving~^^~~^0 ~22577~^~STOUFFER'S LN CUISINE CHICK & VEG W/ VERMICELLI,FRZ ENTREE~^81.51^78^6.68^1.70^1.20^8.91^1.3^1.50^55^0.48^^^233^213^^^^^0.9^0.090^0.080^2.230^^^^^^^^^528^^^^^^^^^^0.630^0.600^0.360^10^297.00^~1 serving~^^~~^0 ~22578~^~STOUFFER'S LN CUISINE HS BF POT RST W/ WHIPPED POTATOES,FRZ~^82.96^72^4.98^2.14^1.62^8.29^1.2^1.42^28^0.62^^^351^301^^^^^1.3^0.070^0.060^1.190^^^^^^^^^371^^^^^^^^^^0.540^1.030^0.410^8^255.00^~1 serving~^^~~^0 ~22579~^~STOUFFER'S CRMD CHIPPED BF,FRZ ENTREE~^77.84^110^7.52^5.71^1.87^7.07^0.4^3.40^81^0.69^^^184^471^^^^^0.0^0.050^0.160^0.930^^^^^^^^^0^^^^^^^^^^3.310^1.540^0.290^25^125.00^~1 serving~^^~~^0 ~22580~^~STOUFFER'S LN CUISINE SPAGHETTI W/ MEAT SAU,FRZ ENTREE~^78.79^87^4.31^1.08^0.91^14.91^1.4^2.57^31^0.73^^^176^168^^^^^0.9^0.100^0.060^1.190^^^^^^^^^137^^^^^^^^^^0.340^0.400^0.270^4^326.00^~1 serving~^^~~^0 ~22582~^~STOUFFER'S LN CUISINE ORIENTAL BF W/ VEG & RICE,FRZ ENTREE~^81.69^74^4.96^1.08^1.23^11.05^1.6^3.10^12^0.46^^^284^210^^^^^2.0^0.070^0.040^1.500^^^^^^^^^433^^^^^^^^^^0.420^0.430^0.120^9^255.00^~1 serving~^^~~^0 ~27033~^~CAMPBELL,PREGO PASTA,HEART SMART- TRADITIONAL S~^85.40^69^1.54^2.31^0.75^10.00^2.3^7.70^15^0.55^^^292^331^^^^^1.8^^^^^^^^^^^^385^^^^^^^^^^0.385^0.385^0.769^0^130.00^~.5 cup~^^~~^0 ~27034~^~CAMPBELL,RED & WHITE,98% FAT FREE CRM OF MUSHROOM SOUP,COND~^87.60^56^1.61^2.02^1.51^7.26^0.8^0.81^16^0.00^^^218^508^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.403^^^4^124.00^~1 serving, 1/2 cup~^^~~^0 ~31001~^~CAMPBELL SOUP COMPANY,TOMATO JUC~^93.90^20^0.82^0.00^1.16^4.12^0.8^2.88^8^0.15^^^177^280^^^^^29.6^^^^^^^^^^^^206^^^^^^^^^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31002~^~CAMPBELL SOUP COMPANY,TOMATO JUC,LO NA~^93.90^20^0.82^0.00^1.16^4.12^0.8^2.88^8^0.15^^^379^58^^^^^29.6^^^^^^^^^^^^206^^^^^^^^^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31003~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,LEMON TWIST V8~^94.10^20^0.82^0.00^0.96^4.12^0.8^3.29^16^0.30^^^193^243^^^^^29.6^^^^^^^^^^^^823^^^^^^^^0.00^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31004~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,V8 PICANTE~^93.80^20^0.82^0.00^1.24^4.12^0.8^3.29^16^0.15^^^193^243^^^^^29.6^^^^^^^^^^^^823^^^^^^^^0.00^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31005~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,ORGANIC V8~^93.60^20^0.82^0.00^1.46^4.12^0.8^3.29^16^0.30^^^193^243^^^^^29.6^^^^^^^^^^^^823^^^^^^^^0.00^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31006~^~CAMPBELL SOUP COMPANY,ORGANIC TOMATO JUC~^93.80^20^0.82^0.00^1.26^4.12^0.8^2.88^8^0.15^^^177^280^^^^^29.6^^^^^^^^^^^^206^^^^^^^^^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31007~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST TOMATO JUC~^93.70^21^0.82^0.00^1.36^4.12^0.8^3.70^8^0.00^^^206^198^^^^^29.6^^^^^^^^^^^^2058^^^^^^^^^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31008~^~CAMPBELL'S V8 100% VEG JUC~^93.90^21^0.82^0.00^1.16^4.12^0.8^3.29^16^0.30^^^193^198^^^^^29.6^^^^^^^^^^^^823^^^^^^^^0.00^^0.000^^^0^243.00^~1 serving~^243.00^~8 oz~^0 ~31010~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,ESSENTIAL ANTIOXIDANTS V8~^93.30^21^0.82^0.00^1.35^4.53^0.8^3.29^16^0.30^^^177^198^0.62^^^^49.4^^^^^^^^^^^^2058^^^^^^^^5.77^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31011~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,CA ENR V8~^93.10^21^0.82^0.00^1.55^4.53^0.8^3.29^123^0.30^16^^280^189^^^^^29.6^^^^^^^^^^^^823^^^^^^^^0.00^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31012~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,LO NA V8~^93.90^21^0.82^0.00^1.16^4.12^0.8^3.29^8^0.15^^^337^58^^^^^29.6^^^^^^^^^^^^823^^^^^^^^0.00^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31013~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,SPICY HOT V8~^94.00^20^0.82^0.00^1.06^4.12^0.8^3.29^16^0.30^^^185^255^^^^^29.6^^^^^^^^^^^^514^^^^^^^^0.00^^0.000^^^0^243.00^~8 oz~^243.00^~1 serving~^0 ~31014~^~CAMPBELL SOUP COMPANY,PACE,JALAPENOS NACHO SLICED PEPPERS~^91.30^13^0.00^0.00^5.37^3.33^3.3^3.33^67^^^^^1000^^^^^12.0^^^^^^^^^^^^333^^^^^^^^^^0.000^^^0^30.00^~1 oz~^30.00^~1 serving~^0 ~31015~^~CAMPBELL SOUP COMPANY,PACE,DICED GRN CHILIES~^92.30^27^0.00^0.00^1.03^6.67^3.3^3.33^^^^^^333^^^^^12.0^^^^^^^^^^^^^^^^^^^^^^0.000^^^0^30.00^~2 tbsp~^30.00^~1 serving~^0 ~35001~^~AGUTUK,FISH/BERRY W/ SEAL OIL (ICE CREAM) (ALASKA NATIVE)~^47.30^353^3.40^31.80^4.10^13.40^0.5^^8^0.30^7^46^70^21^0.18^0.030^0.130^^2.9^0.040^0.050^0.550^0.020^0.010^3^^3^^^^696^^^^^^^^2.36^^7.700^14.400^8.400^10^^~~^^~~^0 ~35002~^~AGUTUK,FISH W/ SHORTENING (ALASKA NATIVE)~^34.00^470^9.00^43.50^3.00^10.50^^^^0.20^16^134^206^24^0.47^0.030^^^^0.060^0.060^1.430^^^^^^^^^257^^^^^^^^4.00^^8.600^15.600^17.300^26^^~~^^~~^0 ~35003~^~AGUTUK,MEAT-CARIBOU (ALASKAN ICE CREAM) (ALASKA NATIVE)~^55.20^258^21.70^18.60^3.60^0.90^^^16^4.55^20^170^228^95^3.83^0.190^0.060^^2.2^0.180^0.660^4.260^1.950^0.230^4^^4^^^4.83^559^^^^^^^^^^5.100^8.700^3.600^89^^~~^^~~^0 ~35004~^~ASCIDIANS (TUNUGHNAK) (ALASKA NATIVE)~^90.40^20^3.80^0.50^3.10^0.00^^^47^3.30^^^102^656^^^^^0.0^0.000^0.200^0.000^^^^^^^^^0^^^^^^^^^^0.100^0.120^0.200^7^^~~^^~~^0 ~35007~^~BEAR,BLACK,MEAT (ALASKA NATIVE)~^71.20^155^20.10^8.30^0.40^0.00^^^^7.20^^162^^^^^^^^0.160^0.680^3.200^^^^^^^^^260^^^^^^^^^^^^^^^~~^^~~^0 ~35008~^~BEAR,POLAR,MEAT,RAW (ALASKA NATIVE)~^70.30^130^25.60^3.10^1.00^0.00^^^17^6.10^^^40^^^^^^2.0^0.023^0.573^4.000^^^^^^^^^1400^^^^^^^^^^0.630^2.000^0.460^^^~~^^~~^0 ~35009~^~WHALE,BELUGA,MEAT,DRIED (ALASKA NATIVE)~^22.39^327^69.86^5.34^2.69^0.00^0.0^0.00^22^72.35^63^549^800^220^7.80^0.320^0.130^103.0^0.0^0.039^0.519^15.200^1.680^0.131^10^0^10^10^131.7^7.31^0^0^^0^0^0^0^0^0.27^0.0^1.204^3.345^0.319^122^^~~^^~~^0 ~35010~^~WHALE,BELUGA,EYES (ALASKA NATIVE)~^55.10^291^19.60^23.30^1.30^0.00^0.0^0.00^^^^187^^^^^^^0.0^^^^^^^^^^^^1870^561^561^0^0^0^0^0^^^^^^^^~~^^~~^0 ~21110~^~FAST FOODS,HAMBURGER; DOUBLE,REG,PATTY; PLN~^42.67^295^17.08^14.36^1.80^24.10^0.9^4.15^102^2.88^20^136^226^414^2.87^0.091^0.217^^0.0^0.217^0.250^5.365^0.310^0.203^56^^^^^1.44^0^0^0^^^^^^^^5.096^5.495^0.380^47^120.00^~1 item~^^~~^0 ~21111~^~FAST FOODS,HAMBURGER; DOUBLE,REG PATTY; W/ CONDMNT~^50.51^268^14.80^15.10^1.57^18.02^^^43^2.58^21^132^245^345^2.70^0.090^0.151^20.9^0.5^0.160^0.190^3.130^0.360^0.170^39^18^21^52^^1.55^25^0^0^^^^^^^^5.582^6.571^1.286^48^215.00^~1 item~^^~~^0 ~21112~^~FAST FOODS,HAMBURGER; SINGLE,LRG PATTY; PLN~^42.10^311^16.51^16.73^1.50^23.16^^^54^2.61^20^128^195^346^3.00^0.095^0.178^19.8^0.0^0.210^0.210^4.560^0.390^0.170^44^21^23^59^^1.50^0^0^0^^^^^^^^6.120^7.210^1.560^52^137.00^~1 sandwich~^^~~^0 ~21113~^~FAST FOODS,HAMBURGER; SINGLE,LRG PATTY; W/ CONDMNT & VEG~^55.70^235^11.85^12.55^1.56^18.35^^^44^2.26^20^107^220^378^2.24^0.091^0.160^15.4^1.2^0.190^0.170^3.340^0.330^0.150^38^21^17^53^^1.09^143^4^4^^^^^^^^4.780^5.240^1.010^40^218.00^~1 sandwich~^^~~^0 ~21114~^~FAST FOODS,HAMBURGER; DOUBLE,LRG PATTY; W/ CONDMNT & VEG~^53.74^239^15.17^11.75^1.52^17.82^^^45^2.59^22^139^252^350^2.51^0.097^0.110^11.3^0.5^0.160^0.170^3.350^0.240^0.240^34^22^12^49^40.5^1.80^45^^^^^^^^^^4.654^4.570^1.237^54^226.00^~1 sandwich~^^~~^0 ~21115~^~FAST FOODS,HAMBURGER,LRG,TRIPLE PATTY,W/CONDMNT~^52.37^267^19.30^16.01^1.28^11.04^^^25^3.21^21^152^303^275^4.15^0.076^0.090^21.5^0.5^0.120^0.210^4.230^0.260^0.240^29^17^12^41^^1.90^61^3^0^^^^^^^^6.147^7.040^1.059^55^259.00^~1 sandwich~^^~~^0 ~21116~^~FAST FOODS,HAM&CHS SNDWCH~^50.80^241^14.17^10.60^1.59^22.84^^^89^2.22^11^104^199^528^0.94^0.125^0.095^15.8^1.9^0.210^0.330^1.840^0.710^0.140^52^3^49^54^^0.37^219^66^66^^^^^^0.20^^4.409^4.615^0.942^40^146.00^~1 sandwich~^^~~^0 ~21117~^~FAST FOODS,HAM,EGG,&CHS SNDWCH~^51.15^243^13.46^11.40^2.35^21.64^^^148^2.17^18^242^147^703^1.39^0.085^0.170^22.7^1.9^0.300^0.390^2.940^0.660^0.110^53^23^30^69^^0.86^393^116^115^^^^^^^^5.175^4.017^1.182^172^143.00^~1 sandwich~^^~~^0 ~21118~^~FAST FOODS,HOTDOG,PLAIN~^53.96^247^10.60^14.84^2.20^18.40^^^24^2.36^13^99^146^684^2.02^0.078^0.093^26.5^0.1^0.240^0.280^3.720^0.520^0.050^49^19^30^62^^0.52^0^0^0^^^^^^^^5.213^6.993^1.741^45^98.00^~1 sandwich~^^~~^0 ~21119~^~FAST FOODS,HOTDOG,W/CHILI~^47.80^260^11.85^11.79^1.10^27.45^^^17^2.88^9^168^146^421^0.68^0.090^0.100^11.4^2.4^0.190^0.350^3.280^0.480^0.040^64^20^44^78^^0.26^51^3^0^^^^^^^^4.258^5.785^1.042^45^114.00^~1 sandwich~^^~~^0 ~21120~^~FAST FOODS,HOTDOG,W/CORN FLR COATING (CORNDOG)~^46.70^263^9.60^10.80^1.02^31.88^^^58^3.53^10^95^150^556^0.75^0.140^0.110^12.7^0.0^0.160^0.400^2.380^0.770^0.050^59^25^34^77^^0.25^118^34^33^^^^^^^^2.949^5.205^1.998^45^175.00^~1 sandwich~^^~~^0 ~21121~^~FAST FOODS,RST BF SNDWCH,PLN~^48.64^249^15.47^9.90^1.93^24.06^^^39^3.04^22^172^227^570^2.44^0.070^0.090^21.0^1.5^0.270^0.220^4.220^0.600^0.190^41^12^29^49^^0.88^151^8^0^^^^^^^^2.594^4.895^1.227^37^139.00^~1 sandwich~^^~~^0 ~21122~^~SANDWICHES&BURGERS,RST BF SNDWCH W/CHS~^43.50^269^18.31^10.23^2.18^25.78^^^104^2.87^23^228^196^928^3.05^0.113^0.177^19.5^0.0^0.220^0.260^3.350^0.390^0.190^36^13^23^45^^1.17^110^33^33^^^^^^^^5.130^2.080^1.990^44^176.00^~1 sandwich~^^~~^0 ~21123~^~SANDWICHES&BURGERS,STEAK SNDWCH~^51.07^225^14.87^6.90^1.70^25.47^^^45^2.53^24^146^257^391^2.22^0.108^0.180^20.6^2.7^0.200^0.180^3.580^0.450^0.180^44^^^^^0.77^180^^^^^^^^^^1.870^2.620^1.640^36^204.00^~1 sandwich~^^~~^0 ~21124~^~FAST FOODS,SUBMARINE SNDWCH,W/COLD CUTS~^57.80^200^9.58^8.17^2.07^22.39^^^83^1.10^30^126^173^724^1.13^0.133^0.233^13.5^5.4^0.440^0.350^2.410^0.390^0.060^38^14^24^48^^0.48^186^31^26^^^^^^^^2.986^3.608^1.001^16^228.00^~1 submarine~^^~~^0 ~21125~^~FAST FOODS,SUBMARINE SNDWCH,W/RST BF~^58.97^190^13.26^6.00^1.27^20.51^^^19^1.30^31^89^153^391^2.03^0.167^0.200^11.9^2.6^0.190^0.190^2.760^0.360^0.150^33^12^21^41^^0.84^191^14^5^^^^^^^^3.281^0.850^1.209^34^216.00^~1 submarine~^^~~^0 ~21126~^~FAST FOODS,SUBMARINE SNDWCH,W/TUNA SALAD~^54.31^228^11.60^10.93^1.53^21.63^^^29^1.03^31^86^131^505^0.73^0.167^0.200^23.5^1.4^0.180^0.130^4.430^0.730^0.090^40^18^22^53^^0.63^73^18^17^^^^^^^^2.082^5.235^2.850^19^256.00^~1 submarine~^^~~^0 ~21127~^~FAST FOODS,COLESLAW~^74.02^148^1.47^11.08^0.55^12.88^^^34^0.73^9^36^179^270^0.20^0.042^0.125^1.0^8.4^0.040^0.030^0.080^0.150^0.110^39^0^39^39^^0.18^341^36^22^^^^^^^57.0^1.622^2.444^6.459^5^99.00^~.75 cup~^^~~^0 ~21128~^~FAST FOODS,CORN ON THE COB W/BUTTER~^72.05^106^3.06^2.35^0.65^21.88^^^3^0.60^28^74^246^20^0.62^0.000^0.000^0.7^4.7^0.170^0.070^1.490^0.250^0.220^30^0^30^30^^0.00^268^23^11^^^^^^^^1.125^0.688^0.419^4^146.00^~1 ear~^^~~^0 ~21129~^~FAST FOODS,HUSH PUPPIES~^32.29^329^6.25^14.86^1.86^44.74^^^88^1.83^21^244^241^1237^0.55^0.262^0.342^10.3^0.0^0.000^0.030^2.600^0.280^0.130^74^47^27^107^^0.22^120^11^6^^^^^^^^3.444^10.024^0.498^173^78.00^~5 pieces~^^~~^0 ~21130~^~FAST FOODS,ONION RINGS,BREADED&FRIED~^37.09^332^4.46^18.69^2.03^37.74^^^88^1.02^19^104^156^518^0.42^0.083^0.357^3.5^0.7^0.100^0.120^1.110^0.240^0.070^66^52^14^102^^0.15^10^1^0^^^^^^0.40^^8.377^8.013^0.801^17^83.00^~1 portion, (8-9 onion rings)~^^~~^0 ~21131~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU~^65.75^160^4.94^9.71^1.72^15.71^^^105^1.02^22^108^394^129^0.64^0.213^0.174^2.6^8.8^0.080^0.070^1.130^0.440^0.240^9^0^9^9^^0.06^282^85^85^^^^^^^^3.567^3.615^2.042^6^296.00^~1 piece~^^~~^0 ~21132~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU&BACON~^65.02^151^6.16^8.66^1.72^14.86^^^103^1.05^23^116^394^325^0.72^0.216^0.169^3.2^9.6^0.090^0.080^1.330^0.430^0.250^10^0^10^10^^0.11^210^63^63^^^^^^^^3.389^3.249^1.589^10^299.00^~1 piece~^^~~^0 ~21133~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU&BROCCOLI~^70.04^119^4.03^6.32^1.61^13.74^^^99^0.98^23^102^425^143^0.60^0.191^0.237^1.7^14.3^0.080^0.080^1.060^0.420^0.230^18^0^18^18^^0.10^500^79^65^^^^^^^^2.511^2.265^1.232^6^339.00^~1 piece~^^~~^0 ~21134~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU&CHILI~^70.08^122^5.88^5.53^1.79^14.14^^^104^1.55^28^126^398^177^0.96^0.209^0.171^1.4^8.0^0.070^0.090^1.060^0.650^0.240^12^0^12^12^^0.06^194^47^45^^^^^^^^3.300^1.731^0.227^8^395.00^~1 piece~^^~~^0 ~21135~^~FAST FOODS,POTATO,BKD&TOPPED W/SOUR CRM&CHIVES~^69.45^130^2.21^7.39^1.42^16.56^^^35^1.03^23^61^458^60^0.30^0.227^0.192^1.1^11.2^0.090^0.060^1.230^0.490^0.260^11^0^11^11^^0.07^446^88^78^^^^^^^^3.315^2.607^1.098^8^302.00^~1 piece~^^~~^0 ~21138~^~FST FOODS, POTATO, FRNCH FRIED IN VEG OIL~^39.76^319^3.76^17.05^1.92^37.51^3.5^0.69^13^1.37^34^138^550^194^0.73^0.146^0.239^0.9^2.7^0.175^0.067^2.497^0.617^0.379^30^0^30^30^20.8^0.00^0^0^0^0^0^0^0^27^0.78^11.2^3.965^9.906^2.999^0^169.00^~1 large~^134.00^~1 medium~^0 ~21139~^~FAST FOODS,POTATO,MASHED~^79.21^83^2.31^1.21^1.15^16.12^^^21^0.47^18^55^294^227^0.32^0.097^0.117^0.5^0.4^0.090^0.050^1.200^0.480^0.230^8^0^8^8^^0.05^41^11^10^^^^^^^^0.479^0.351^0.292^2^80.00^~.333 cup~^^~~^0 ~21140~^~SIDE DISHES,POTATO SALAD~^78.73^114^1.53^6.03^0.18^13.53^^^14^0.73^8^56^270^328^0.20^0.079^0.074^0.9^1.1^0.070^0.110^0.270^0.370^0.150^25^0^25^25^^0.12^100^30^30^^^^^^^^1.030^1.690^3.020^60^95.00^~.333 cup~^^~~^0 ~21141~^~BURGER KING,VANILLA SHAKE~^68.13^168^3.19^8.74^0.91^19.03^0.0^11.67^104^0.42^12^97^153^100^0.67^0.190^0.061^3.2^0.0^0.000^0.180^0.090^0.620^0.030^^^^^^0.36^^^^^^^^^0.32^^5.335^2.470^0.434^31^24.83^~1 fluid ounce~^298.00^~1 small, 12 fl oz~^0 ~21202~^~FAST FOODS,HAMBURGER,LRG,SINGLE PATTY,W/CONDMNT~^48.81^256^15.68^11.60^1.77^22.14^1.1^3.67^87^1.73^24^121^225^374^3.04^0.101^0.193^24.8^0.3^0.160^0.201^4.650^0.394^0.148^22^13^9^31^33.3^1.66^33^2^0^1^18^2^0^20^0.06^5.0^4.785^5.404^1.179^40^171.30^~1 item~^^~~^0 ~22583~^~STOUFFER'S HOMESTYLE SALISBURY STEAK IN GRAVY & MAC& CHS,FRZ~^80.09^102^6.36^5.17^0.91^7.47^1.5^1.95^17^0.74^^^190^163^^^^^1.7^0.040^0.050^1.370^^^^^^^^^71^^^^^^^^^^1.800^1.930^0.970^14^454.00^~1 serving, 16oz serving~^^~~^0 ~22584~^~PATIO BF & BEAN BURRITO,MILD,FRZ~^54.78^207^6.52^6.75^1.80^30.15^3.5^5.28^21^2.34^^^^509^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.440^2.510^1.540^5^142.00^~1 burrito~^^~~^0 ~22585~^~STOUFFER'S LN CUISINE HS STUFF CAB W/ MEAT SAU&WHPED POT,FRZ~^83.28^73^4.03^2.28^1.33^9.07^1.5^2.17^33^0.56^^^272^264^^^^^0.2^0.080^0.040^0.960^^^^^^^^^42^^^^^^^^^^0.640^1.100^0.350^5^269.00^~1 serving~^^~~^0 ~22587~^~HEALTHY CHOIC CHICK TERIYAKI W/RICE MEDLEY BROCCOLI,FRZ MEAL~^81.22^80^5.03^1.53^0.79^11.43^3.0^4.41^10^0.19^^^^191^^^^^14.0^^^^^^^^^^^^80^^^^^^^^^^0.510^0.560^0.450^7^312.00^~1 meal~^^~~^0 ~22588~^~HC CHK ENCHI SUPMA IN GRN CHILI SAU,MEXI RICE,CORN MELY,FRZ~^74.71^110^3.79^2.45^0.85^18.20^1.5^0.73^18^0.31^^^^179^^^^^^^^^^^^^^^^^127^^^^^^^^^^1.030^0.720^0.670^11^320.00^~1 meal~^^~~^0 ~22592~^~CINNAMON SWIRL FRENCH TOAST W/SAUSAGE,FRZ BRKFST~^50.80^266^8.40^14.90^1.40^24.50^1.5^^^1.63^^^^322^^^^^^^^^^^^^^^^^0^^^^^^^^^^4.680^6.040^2.200^63^156.00^~1 package, yields~^156.00^~1 serving~^0 ~22595~^~SCRAMBLED EGGS&SAUSAGE W/HASHED BROWN POTATOES,FRZ BRKFST~^66.30^204^7.10^15.20^1.70^9.70^0.8^^^0.94^^^^436^^^^^^^^^^^^^^^^^0^^^^^^^^^^4.150^7.160^2.050^160^177.00^~1 package, yields~^177.00^~1 serving~^0 ~22600~^~GREEN GIANT,BROCCOLI IN CHS FLAV SAU,FRZ~^84.50^67^2.30^2.50^1.80^8.90^^^^^^^^480^^^^^35.4^^^^^^^^^^^^1350^^^^810^^^^^^0.480^1.009^0.253^^168.00^~1 cup~^280.00^~1 package~^0 ~22603~^~THE BUDGET GOURMET,SPINACH AU GRATIN,FRZ~^75.10^143^4.30^10.70^2.50^7.40^1.5^^157^1.26^^^^422^^^^^17.5^^^^^^^^^^^^4567^^^^2620^^^^^^4.900^^^27^155.00^~1 package~^155.00^~1 serving~^0 ~22607~^~BANQUET TKY & GRY W/DRESS ,MSHD POT & PEA IN SEASON SAU,FRZ~^78.19^99^5.93^3.49^1.52^10.87^3.1^1.90^22^0.67^^^^401^^^^^2.8^^^^^^^^^^^^130^^^^^^^^^^0.850^1.480^1.000^14^262.00^~1 meal~^^~~^0 ~22611~^~STOUFF LN CUISIN CHK ENCH SUIZA W/CRM SAU & MEXI-STYL RICE~^74.86^105^4.16^1.61^0.99^18.38^1.3^2.53^62^0.40^^^137^199^^^^^1.1^0.080^0.060^0.660^^^^^^^^^101^^^^^^^^^^0.640^0.490^0.380^8^255.00^~1 serving~^^~~^0 ~22615~^~STOUFFER'S CHK ENCHILA MEXIC-STY RICE W/ MONREY JACK CHS SAU~^66.55^150^5.42^4.69^1.47^21.54^1.3^2.02^106^0.77^^^86^302^^^^^1.4^^^^^^^^^^^^171^^^^^^^^^^2.600^0.960^0.330^18^283.00^~1 serving~^^~~^0 ~22671~^~SMART ONES,CHICK ENCHILADAS SUIZA,SOUR CRM W/CHEESE,FRZ~^72.40^122^5.30^3.30^1.30^17.70^1.3^13.00^74^0.30^^^^285^^^^^1.5^^^^^^^^^^^^184^^^^^^^^^^1.400^0.900^0.500^13^255.00^~1 package, yields~^255.00^~1 serving~^0 ~22672~^~SMART ONES,RST TKY MEDALLIONS,MSHRM IN SAU W/RICE & VEG,FRZ~^78.70^84^5.00^0.50^0.90^14.90^1.0^0.30^8^0.30^^^^215^^^^^0.6^^^^^^^^^^^^136^^^^^^^^^^0.200^0.200^0.200^22^255.00^~1 package~^^~~^0 ~22677~^~MARIE CALLENDER'S BF STROGANOFF & NOODLES, CARROTS, PEAS,FRZ~^76.32^114^6.69^4.89^1.35^10.75^2.0^1.69^21^0.56^^^^365^^^^^0.0^^^^^^^^^^^^557^^^^^^^^^^1.950^1.500^1.120^17^369.00^~1 meal~^^~~^0 ~22679~^~BREAKFAST BURRITO,HAM&CHS FLAVOR,FRZ ENTREE~^53.80^214^9.70^7.00^1.40^28.10^1.4^^^3.20^^^^409^^^^^^^^^^^^^^^^^0^^^^^^^^^^2.010^2.100^1.820^194^99.00^~1 package, yields~^99.00^~1 serving~^0 ~22687~^~TYSON CHICK FAJITA KIT,FRZ,PROD CD #2266-910~^71.56^120^6.37^3.34^1.38^16.22^1.7^2.03^20^1.06^^^^344^^^^^18.7^^^^^^^^^^^^670^^^^^^^^^^0.800^0.990^1.480^11^107.00^~1 fajita~^^~~^0 ~22689~^~BANQUET HEARTY ONE STK DIN,GRY,MSHD POT, CORN SEASON SAU,FRZ~^74.54^138^5.13^8.66^1.77^9.92^2.1^1.29^18^0.72^^^^505^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^3.210^3.600^1.380^14^454.00^~1 meal~^^~~^0 ~22690~^~KID CUISINE CHK NUG, PSTA IN CHS SAU,CRN,CHOC PUDD W/SPRINK~^63.94^178^7.20^7.78^1.31^19.77^2.9^10.93^33^1.08^^^^328^^^^^0.0^^^^^^^^^^^^180^^^^^^^^^^2.160^3.090^1.900^22^249.00^~1 meal~^^~~^0 ~22691~^~BANQUET SLCED BF W/GRY, MASH POT, PEAS SEASON SAUC, FROZEN~^80.48^88^8.80^2.96^1.30^6.46^1.6^1.43^17^0.99^^^^316^^^^^2.6^^^^^^^^^^^^75^^^^^^^^^^1.230^1.230^0.280^19^255.00^~1 meal~^^~~^0 ~22694~^~HORMEL,DINTY MOORE BF STEW,CND ENTREE~^81.56^94^4.79^5.53^1.47^6.81^1.1^0.96^8^0.70^10^^168^417^1.10^0.000^^^1.1^^^^^^^^^^^^1690^^^^^^^^^^2.390^2.680^0.280^16^236.00^~1 cup~^425.00^~1 package, yields~^0 ~22698~^~HORMEL CORNED BF HASH,CND ENTREE~^70.32^164^8.73^10.24^1.50^9.27^1.1^0.34^19^1.00^13^^172^425^1.40^0.000^^^0.9^^^^^^^^^^^^0^^^^^^^^^^4.320^5.260^0.300^32^236.00^~1 cup~^213.00^~1 package, yields~^0 ~22700~^~BETTY CROCKER,HAMBURGER HELPER,CHEESEBURGER MACARONI,DRY MIX~^7.30^395^11.00^10.40^7.00^64.30^^^^^^^^2030^^^^^^^^^^^^^^^^^^^^^^^^^^^2.820^^^9^225.00^~1 package~^45.00^~1 serving~^0 ~22701~^~HODGSON MILL,WHL WHEAT MACARONI&CHS DINNER,DRY MIX~^8.50^376^14.10^4.70^3.50^69.20^7.6^^114^2.62^^^^611^^^^^^^^^^^^^^^^^^^^^^^^^^^1.370^^^8^206.00^~1 package~^70.00^~1 serving~^0 ~22702~^~LIPTON,ALFREDO EGG NOODLES IN A CREAMY SAU,DRY MIX~^4.90^418^15.50^11.80^5.40^62.40^^^127^3.02^^^^1770^^^^^^^^^^^^^^^^^^^^^^^^^^^4.570^3.856^1.244^112^93.00^~1 cup~^124.00^~1 package~^0 ~22705~^~HORMEL CHILI,NO BNS,CND ENTREE~^81.20^82^7.20^2.78^1.48^7.59^1.3^1.42^21^1.10^16^^148^411^1.10^0.100^^^0.0^^^^^^^^^^^^1010^^^^^^^^^^0.930^0.950^0.360^15^236.00^~1 cup~^213.00^~1 package, yields~^0 ~22706~^~HORMEL TURKEY CHILI W/BNS,CND ENTREE~^78.86^82^7.58^1.12^2.02^10.35^2.6^2.32^47^1.40^28^^276^485^1.10^0.100^^^0.6^^^^^^^^^^^^668^^^^^^^^^^0.270^0.170^0.490^14^247.00^~1 cup~^213.00^~1 package, yields~^0 ~22710~^~FREEZER QUEEN GRAVY&SLICED BF MEAL,MSHD POT&CARROTS,FRZ MEAL~^81.20^81^6.00^1.90^0.90^10.00^1.4^^^^^^^254^^^^^^^^^^^^^^^^^4150^208^^1120^1930^^^^^^0.510^0.490^0.670^12^255.00^~1 package, yields~^255.00^~1 serving~^0 ~22711~^~BANQUET GRY & SALURY STK W/ MSHD POT & CORN IN SEASONSAU,FRZ~^75.87^126^5.64^7.09^1.52^9.88^1.5^0.94^21^0.49^^^^385^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^3.490^2.590^0.700^11^269.00^~1 meal~^^~~^0 ~22713~^~HEALTHY CHOIC MESQ CHK BBQ,RSTD RED POT,MXD VEG IN SAU,FRZ~^77.64^93^5.67^1.48^1.05^14.16^2.2^4.82^10^0.50^^^^150^^^^^3.0^^^^^^^^^^^^700^^^^^^^^^^0.390^0.610^0.380^11^298.00^~1 meal~^^~~^0 ~22714~^~STAGG DYNAMITE CHILI W/BNS,CND ENTREE~^72.10^135^7.40^6.22^1.71^12.44^3.3^2.66^42^1.80^28^^315^349^1.10^0.100^^^1.2^^^^^^^^^^^^507^^^^^^^^^^2.290^2.750^0.370^18^247.00^~1 cup~^247.00^~1 serving~^0 ~22715~^~STAGG RANCHHOUSE CHILI W/BNS,CND ENTREE~^74.07^115^7.78^3.61^1.76^12.78^3.5^2.32^46^1.70^33^^351^329^0.80^0.200^^^2.1^^^^^^^^^^^^438^^^^^^^^^^1.060^1.670^0.800^19^247.00^~1 cup~^247.00^~1 serving~^0 ~22716~^~STAGG CLASSIC CHILI W/BNS,CND ENTREE~^73.24^131^6.97^6.61^1.66^11.83^3.0^2.89^37^1.60^26^^318^334^1.10^0.100^^^1.0^^^^^^^^^^^^470^^^^^^^^^^2.710^2.790^0.450^17^247.00^~1 cup~^247.00^~1 serving~^0 ~22717~^~STAGG COUNTRY CHILI W/BNS,CND ENTREE~^73.75^129^6.27^6.38^1.71^11.74^2.4^2.37^23^1.40^21^^226^458^1.00^0.100^^^0.7^^^^^^^^^^^^208^^^^^^^^^^2.770^3.050^0.280^16^247.00^~1 cup~^247.00^~1 serving~^0 ~22718~^~STAGG SILVERADO CHILI W/BNS,CND ENTREE~^76.57^92^7.29^1.13^1.73^13.39^3.3^2.91^36^1.50^29^^330^350^1.10^0.200^^^2.1^^^^^^^^^^^^505^^^^^^^^^^0.390^0.370^0.370^16^247.00^~1 cup~^247.00^~1 serving~^0 ~22719~^~HORMEL CHILI W/BNS,CND ENTREE~^76.05^97^6.71^1.77^1.93^13.63^3.4^1.87^28^1.30^24^^268^471^1.10^0.100^^^0.2^^^^^^^^^^^^392^^^^^^^^^^0.740^0.680^0.350^10^247.00^~1 cup~^247.00^~1 serving~^0 ~22720~^~HORMEL VEGETARIAN CHILI W/BNS,CND ENTREE~^77.95^83^4.83^0.28^1.63^15.39^4.0^2.52^39^1.40^33^^325^315^0.70^0.200^^^0.5^^^^^^^^^^^^786^^^^^^^^^^0.050^0.030^0.160^0^247.00^~1 cup~^247.00^~1 serving~^0 ~22721~^~HORMEL RST BF HASH,CND ENTREE~^70.14^163^9.03^10.02^1.30^9.71^1.5^0.25^18^1.00^14^^183^336^1.40^0.100^^^0.8^^^^^^^^^^^^0^^^^^^^^^^4.200^4.780^0.270^31^236.00^~1 cup~^236.00^~1 serving~^0 ~22901~^~TORTELLINI,PASTA W/CHS FILLING~^30.50^307^13.50^7.23^1.77^47.00^1.9^0.95^152^1.50^21^212^89^344^1.02^0.080^^23.9^0.0^0.313^0.310^2.696^^0.043^74^62^12^117^5.4^0.16^143^38^37^0^11^1^0^32^0.16^1.3^3.600^2.066^0.461^42^81.00^~.75 cup~^^~~^0 ~22903~^~PIZZA,PEPPERONI TOPPING,REG CRUST,FRZ,CKD~^42.44^296^11.21^15.20^2.63^28.51^2.2^^151^2.41^24^207^198^618^1.48^0.105^0.319^19.6^1.9^0.224^0.230^2.470^0.274^0.099^47^^47^^26.3^0.57^0^0^^^0^^^^^^4.792^6.865^2.356^15^146.00^~1 serving~^428.36^~1 pizza~^0 ~35011~^~Whale, beluga, meat, raw (Alaska Native)~^72.50^111^26.50^0.50^0.60^0.00^0.0^0.00^7^25.90^22^239^283^78^2.76^0.113^0.046^36.5^0.0^0.014^0.184^5.386^0.595^0.046^4^0^4^4^35.1^2.59^340^102^102^0^0^0^0^0^^0.0^0.092^0.337^0.025^80^^~~^^~~^0 ~35012~^~WHALE,BELUGA,FLIPPER,RAW (ALASKA NATIVE)~^57.50^271^19.00^21.70^1.80^0.00^0.0^0.00^11^2.80^^153^^^^^^^0.0^^^^^^^^^^^^930^279^279^0^0^0^0^0^^^^^^^^~~^^~~^0 ~35013~^~WHALE,BELUGA,LIVER,RAW (ALASKA NATIVE)~^74.60^117^18.40^3.90^1.10^2.00^^^11^^^230^^^^^^^^^^^^^^^^^^^22100^^^^^^^^^^^^^^^~~^^~~^0 ~35014~^~OIL,BELUGA,WHALE (ALASKA NATIVE)~^0.00^900^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^3.0^^0.000^0.000^0.000^^^^0^^^^0.00^2310^694^^0^0^0^0^0^8.27^0.0^14.490^54.190^10.800^^^~~^^~~^0 ~35015~^~BLACKBERRIES,WILD,RAW (ALASKA NATIVE)~^88.05^52^0.84^1.07^0.21^9.84^3.2^3.65^5^0.21^4^11^75^6^0.15^0.222^0.287^^4.7^0.060^0.144^0.314^1.258^0.039^11^0^11^11^^0.00^46^5^0^0^27^0^0^^0.91^5.9^^^^^^~~^^~~^0 ~35016~^~FISH,BLACKFISH,WHL (ALASKA NATIVE)~^80.10^82^15.50^1.75^1.65^0.00^^^236^4.60^^287^^^^^^^^0.010^0.370^1.900^^^^^^^^^1202^^^^^^^^^^^^^^^~~^^~~^0 ~35017~^~BLUEBERRIES,WILD,FRZ (ALASKA NATIVE)~^88.70^44^0.70^0.00^0.20^10.40^^^15^1.10^^^^^^^^^2.2^0.030^0.100^0.400^^^^^^^^^163^^^^^^^^^^^^^^^~~^^~~^0 ~35021~^~CARIBOU,BONE MARROW,RAW (ALASKA NATIVE)~^7.40^786^6.70^84.40^1.50^0.00^^^^4.50^^107^^^^^^^^0.040^^0.200^^^^^^^^^240^^^^^^^^^^^^^^^~~^^~~^0 ~35022~^~CARIBOU,EYE,RAW (ALASKA NATIVE)~^57.10^326^10.80^31.40^0.60^0.00^^^19^4.70^^58^^^^^^^^0.010^0.050^0.200^^^^^^^^^400^^^^^^^^^^^^^^^~~^^~~^0 ~35023~^~CARIBOU,LIVER,RAW (ALASKA NATIVE)~^71.40^122^15.00^3.90^2.90^6.80^^^4^15.70^^282^^^^^^^^^^^^^^^^^^^28800^^^^^^^^^^^^^^^~~^^~~^0 ~35024~^~STEW/SOUP,CARIBOU (ALASKA NATIVE)~^90.00^41^3.80^0.70^0.70^4.80^0.1^^7^0.20^5^12^84^72^0.10^0.030^0.080^^1.5^0.020^0.010^0.270^0.100^0.060^3^^3^^^^1607^^^^^^^^^^0.010^^0.020^^^~~^^~~^0 ~35025~^~CARIBOU,TONGUE,RAW (ALASKA NATIVE)~^62.50^260^13.70^22.80^1.00^0.00^^^6^2.80^^150^^^^^^^^0.120^^^^^^^^^^^190^^^^^^^^^^^^^^^~~^^~~^0 ~35026~^~CHITON,LEATHERY,GUMBOOTS (ALASKA NATIVE)~^78.60^83^17.10^1.60^2.70^0.00^^^121^16.00^^^^^^^^^0.0^0.050^0.340^4.200^^^^^^^^^1650^^^^^^^^^^^^^^^~~^^~~^0 ~35027~^~CLOUDBERRIES,RAW (ALASKA NATIVE)~^87.00^51^2.40^0.80^1.20^8.60^^^18^0.70^^35^^^^^^^158.0^0.050^0.070^0.900^^^^^^^^^210^^^^^^^^^^^^^^^~~^^~~^0 ~35028~^~COCKLES,RAW (ALASKA NATIVE)~^78.80^79^13.50^0.70^2.30^4.70^^^30^16.20^^^^^^^^^^0.010^0.200^3.200^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35029~^~CRANBERRIES,WILD,BUSH,RAW (ALASKA NATIVE)~^86.00^55^1.10^0.20^0.40^12.30^6.7^^20^1.00^^15^140^26^^^^^15.0^0.000^0.010^0.900^^^^^^^^^1060^^^^^^^^^^^^^^^~~^^~~^0 ~35030~^~CRANBERRY,LO BUSH OR LINGENBERRY,RAW (ALASKA NATIVE)~^86.70^55^0.40^0.50^0.20^12.20^^^26^0.40^^21^^^^^^^21.0^0.020^0.080^0.400^^^^^^^^^90^^^^^^^^^^^^^^^~~^^~~^0 ~35034~^~FISH,DEVILFISH,MEAT (ALASKA NATIVE)~^80.80^97^11.70^5.30^1.50^0.00^^^12^0.40^^3^^^^^^^3.0^0.090^0.100^1.100^^^^^^^^^1020^^^^^^^^^^^^^^^~~^^~~^0 ~35038~^~FIREWEED,YOUNG LEAVES,RAW (ALASKA NATIVE)~^87.20^44^3.00^0.80^2.70^6.30^6.0^^13^2.10^^166^251^50^^^^^99.0^0.040^0.860^1.400^^^^^^^^^5720^^^^^^^^^^^^^^^~~^^~~^0 ~35039~^~FISH,HERRING EGGS ON GIANT KELP,PACIFIC (ALASKA NATIVE)~^81.80^63^11.30^0.80^3.50^2.60^^^161^3.40^^^^61^^^^^^0.100^0.130^2.700^^^^^^^^^89^^^^^^^^^^^^^^^~~^^~~^0 ~35040~^~FISH,HERRING EGGS,PACIFIC,DRY (ALASKA NATIVE)~^27.30^312^60.40^6.60^2.90^2.80^^^29^^^808^^^^^^^^0.050^0.170^4.100^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35041~^~FISH,HERRING EGGS,PACIFIC,PLN (ALASKA NATIVE)~^81.20^74^9.60^1.93^2.80^4.47^^^19^2.70^^^^61^^^^^0.6^0.100^0.120^1.800^^^^^^^^^57^^^^^^^^^^0.430^0.420^0.710^40^^~~^^~~^0 ~35042~^~FISH,HERRING,PACIFIC,FLSH,AIR-DRIED,PACK OIL (ALASKA NATIVE)~^18.20^489^44.50^34.60^2.70^0.00^^^^^^684^^^^^^^^0.010^^2.200^^^^^^^^^1300^^^^^^^^^^^^^^^~~^^~~^0 ~35043~^~HUCKLEBERRIES,RAW (ALASKA NATIVE)~^90.70^37^0.40^0.10^0.10^8.70^^^15^0.30^^^^10^^^^^2.8^0.010^0.030^0.300^^^^^^^^^79^^^^^^^^^^^^^^^~~^^~~^0 ~35046~^~FISH,LINGCOD,MEAT,RAW (ALASKA NATIVE)~^80.00^79^17.90^0.80^1.30^0.00^^^^^^^433^59^^^^^^0.110^0.360^^^^^^^^^^230^^^^^^^^^^^^^^^~~^^~~^0 ~35047~^~FISH,LINGCOD,LIVER (ALASKA NATIVE)~^45.90^424^5.60^42.00^0.50^6.00^^^5^1.00^^123^^^^^^^0.0^0.220^^4.200^^^^^^^^^9100^^^^^^^^^^^^^^^~~^^~~^0 ~35048~^~STEW,MOOSE (ALASKA NATIVE)~^86.10^55^6.60^0.50^0.80^6.00^0.5^^12^1.52^6^16^100^222^0.12^0.020^0.090^^1.0^0.060^0.080^1.500^0.040^0.030^5^^5^^^^1043^^^^^^^^^^0.010^0.010^0.020^^^~~^^~~^0 ~35049~^~MOOSE,MEAT,RAW (ALASKA NATIVE)~^74.79^103^22.30^1.50^1.41^0.00^0.0^0.00^5^3.28^23^165^317^65^2.80^0.067^0.008^^4.0^0.070^0.240^5.000^^^^^^^^^0^0^0^0^0^0^0^0^^^0.220^0.150^1.200^54^^~~^^~~^0 ~35050~^~MASHU ROOTS,RAW (ALASKA NATIVE)~^67.80^135^5.80^2.40^1.40^22.60^^^^^^67^^^^^^^11.0^0.100^0.070^1.300^^^^^^^^^16^^^^^^^^^^^^^^^~~^^~~^0 ~35051~^~MOOSE,LIVER,BRSD (ALASKA NATIVE)~^66.00^155^24.38^4.89^1.30^3.43^^^7^6.77^20^429^235^70^6.07^2.789^0.413^^22.6^0.196^4.100^10.720^4.570^0.910^217^^217^^^71.00^96000^^^^^^^^^^^0.650^1.070^389^^~~^^~~^0 ~35052~^~MOUSE NUTS,ROOTS (ALASKA NATIVE)~^77.20^81^3.90^0.10^2.70^16.10^^^22^^^175^^^^^^^16.0^0.010^0.040^0.100^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35053~^~MOUSE NUTS,SEEDLINGS (ALASKA NATIVE)~^73.00^104^7.30^1.10^2.30^16.30^^^17^^^150^^^^^^^8.0^0.010^0.140^1.000^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35054~^~OCTOPUS (ALASKA NATIVE)~^84.00^56^12.30^0.80^1.50^0.00^^^35^4.90^^158^^^1.43^0.370^0.021^^0.0^0.030^0.040^2.000^^^^^^^^^0^^^^^^^^^^0.200^^0.200^41^^~~^^~~^0 ~35055~^~Seal, bearded (Oogruk), meat, dried (Alaska Native)~^11.60^351^82.60^2.30^3.50^0.00^0.0^0.00^^49.60^^784^^^^^^^^0.130^0.630^^^^^^^^^^1310^393^^0^0^0^0^0^^^0.600^1.330^0.370^^^~~^^~~^0 ~35056~^~SEAL,BEARDED (OOGRUK),MEAT,RAW (ALASKA NATIVE)~^69.60^110^26.70^0.40^3.30^0.00^^^10^12.90^^198^^^^^^^^0.200^0.260^5.900^^^^^^^^^1400^^^^^^^^^^^^^100^^~~^^~~^0 ~35057~^~OIL,BEARDED SEAL (OOGRUK) (ALASKA NATIVE)~^0.02^899^0.56^99.60^0.00^0.00^^^0^0.00^0^0^0^0^0.00^0.000^0.000^3.3^0.0^0.011^0.000^0.000^0.000^0.000^2^^2^^0.1^0.00^33^10^10^^^^^^10.28^0.0^10.926^47.080^33.001^52^^~~^^~~^0 ~35058~^~OOPAH (TUNICATE),WHL ANIMAL (ALASKA NATIVE)~^80.20^67^11.70^2.20^2.80^0.00^^^53^20.70^^103^^^^^^^^^0.100^0.900^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35059~^~OWL,HORNED,FLESH,RAW (ALASKA NATIVE)~^71.30^136^22.70^5.00^1.00^0.00^^^16^4.80^^218^^^^^^^^^^^^^^^^^^^350^^^^^^^^^^^^^^^~~^^~~^0 ~35060~^~FISH,PIKE,NORTHERN,LIVER (ALASKA NATIVE)~^69.80^156^16.60^8.00^1.30^4.30^^^28^2.10^^412^^^^^^^^0.100^0.700^5.000^^^^^^^^^860^^^^^^^^^^^^^^^~~^^~~^0 ~35063~^~RHUBARB,WILD,LEAVES (ALASKA NATIVE)~^83.50^61^4.20^0.50^1.90^9.90^^^^^^87^^^^^^^33.0^0.100^13.000^0.100^^^^^^^^^4480^^^^^^^^^^^^^^^~~^^~~^0 ~35064~^~FISH,SALMON,TIPNUK,FERMENTED (ALASKA NATIVE)~^68.80^159^15.90^10.60^2.00^0.00^^^^^^46^^^^^^^^0.130^0.150^1.900^^^^^^^^^780^^^^^^^^^^^^^^^~~^^~~^0 ~35065~^~FISH,SALMON,KING,CHINOOK,KIPPERED,CND (ALASKA NATIVE)~^51.20^266^30.70^15.90^2.20^0.00^^^38^1.70^^^^^^^^^^0.050^0.140^10.900^^^^^^^^^50^^^^^^^^^^^^^^^~~^^~~^0 ~35066~^~FISH,SALMON,KING,CHINOOK,SMOKED & CND (ALASKA NATIVE)~^66.70^150^23.20^5.90^3.20^0.00^^^60^1.80^^^^^^^^^^0.010^0.100^8.500^^^^^^^^^319^^^^^^^^^^^^^^^~~^^~~^0 ~35067~^~FISH,SALMON,KING,CHINOOK,SMOKED,BRINED (ALASKA NATIVE)~^23.60^430^39.90^30.00^3.60^0.00^0.0^^23^4.50^^^700^693^^^^^^0.060^0.280^11.800^^^^^^^^^527^^^^^^^^^^6.970^16.900^0.350^107^^~~^^~~^0 ~35068~^~FISH,SALMON,KING,CHINOOK,LIVER (ALASKA NATIVE)~^69.80^156^16.60^8.00^1.30^4.30^^^28^2.60^^412^^^^^^^^0.100^0.700^5.000^^^^^^^^^3140^^^^^^^^^^^^^^^~~^^~~^0 ~35069~^~DUCK,SCOTER,WHITE-WINGED,MEAT (ALASKA NATIVE)~^79.00^84^20.20^0.40^0.40^0.00^^^8^^^^^^^^^^^^^^^^^^^^^^280^^^^^^^^^^^^^^^~~^^~~^0 ~35070~^~SEA CUCUMBER,YANE (ALASKA NATIVE)~^80.70^56^13.00^0.40^2.80^0.00^^^30^0.60^^^^^^^^^^0.050^0.940^3.200^^^^^^^^^310^^^^^^^^^^^^^^^~~^^~~^0 ~35071~^~SEAL,RINGED,MEAT (ALASKA NATIVE)~^67.40^142^28.40^3.20^1.00^0.00^^^5^19.60^^238^^110^^^^^^0.140^0.530^^0.650^^^^^^^^385^116^115^^^^^^^^0.820^1.720^0.060^90^^~~^^~~^0 ~35073~^~SOUP,FISH,HOMEMADE (ALASKA NATIVE)~^84.00^72^7.40^2.20^0.80^5.60^^^35^0.50^1^112^128^30^^^0.010^^0.3^0.070^0.020^2.640^0.010^0.010^1^^1^^^^40^^^^^^^^^^0.500^^^12^^~~^^~~^0 ~35074~^~SOURDOCK,YOUNG LEAVES (ALASKA NATIVE)~^89.70^42^2.30^0.70^0.80^6.50^^^2^0.80^^55^^^^^^^68.0^0.090^0.540^1.100^^^^^^^^^11900^^^^^^^^^^^^^^^~~^^~~^0 ~21224~^~PIZZA,CHS TOPPING,REG CRUST,FRZ,CKD~^46.28^268^10.36^12.28^2.06^29.02^2.2^3.57^179^2.27^23^179^152^447^1.32^0.227^0.291^21.5^1.2^0.211^0.258^2.196^0.219^0.083^38^38^0^65^14.3^0.78^342^66^58^0^88^0^1829^34^1.01^6.6^4.272^4.246^1.903^14^726.55^~1 package, 24 oz pizza~^452.12^~1 package, 15.1 oz pizza~^0 ~21225~^~PIZZA,CHS TOPPING,RISING CRUST,FRZ,CKD~^43.46^260^12.37^8.78^2.48^32.91^2.5^5.09^177^1.77^26^238^175^556^1.32^0.255^0.428^34.8^1.9^0.241^0.246^1.985^0.256^0.092^37^37^0^63^17.1^0.70^359^69^61^0^93^0^1925^24^0.72^7.5^3.825^2.198^1.381^16^834.43^~1 package, 29.25 oz pizza~^594.79^~1 package, 19.7 oz pizza~^0 ~21226~^~PIZZA,MEAT & VEG TOPPING,REG CRUST,FRZ,CKD~^46.71^276^11.28^14.43^2.44^25.14^2.2^^152^1.36^25^181^209^555^1.71^0.170^0.323^9.0^3.4^0.216^0.233^2.379^0.332^0.149^34^^34^^24.5^0.62^^^^^^^^^^^4.800^5.832^2.511^16^713.45^~1 package, 24.2 oz pizza~^644.17^~1 package, 22.85 oz pizza~^0 ~21227~^~PIZZA,MEAT & VEG TOPPING,RISING CRUST,FRZ,CKD~^44.24^271^12.63^11.75^2.61^28.78^2.3^^155^1.36^27^211^189^640^1.87^0.210^0.323^11.6^4.2^0.250^0.206^2.155^0.435^0.140^28^^28^^^0.80^^^^^^^^^^^4.255^4.296^1.836^19^1020.48^~1 package, 34.98 oz pizza~^891.15^~1 package, 30.7 oz pizza~^0 ~21228~^~McDONALD'S, Hamburger~^45.67^252^12.36^9.29^2.03^30.69^1.3^6.58^121^2.64^20^107^203^507^1.87^0.105^0.257^^0.6^0.247^0.239^4.544^^^64^^64^^^0.83^55^^^^^^^^^^2.938^3.170^0.223^27^105.00^~1 item~^^~~^0 ~21229~^~FAST FOODS,CHICK,BREADED & FRIED,BNLESS PIECES,PLN~^47.08^297^15.59^18.82^2.19^16.32^0.9^0.88^14^0.83^25^289^261^574^0.91^0.081^0.113^17.2^0.6^0.092^0.204^5.985^1.182^0.148^11^5^6^15^40.7^0.33^16^5^5^0^0^0^0^2^1.12^7.0^4.022^7.977^5.320^55^96.00^~6 pieces~^64.00^~4 pieces~^0 ~21230~^~FAST FOODS,CRISPY CHICK FILET SNDWCH,W/ LETUCE,TOMATO & MAYO~^51.06^245^12.42^11.70^2.36^22.46^1.4^^78^1.23^28^161^205^650^1.00^0.145^0.255^19.3^0.3^0.160^0.183^5.110^0.804^0.126^29^20^9^43^31.2^0.33^^^^^^^^^0.69^4.6^2.119^3.740^5.470^29^219.00^~1 item~^^~~^0 ~21232~^~MCDONALD'S, FLT-O-FSH~^46.18^275^10.99^13.47^1.92^27.45^1.0^2.65^115^1.48^20^118^175^485^0.50^0.062^0.203^^0.1^0.251^0.182^2.399^0.208^0.052^49^^^^^0.74^88^^^^^^^^^^2.597^3.850^5.633^28^142.00^~1 item~^^~~^0 ~21233~^~MCDONALD'S, CHEESEBURGER~^45.00^263^12.97^11.79^2.45^27.81^1.1^6.22^167^2.35^20^140^200^626^1.91^0.097^0.230^^0.6^0.223^0.260^4.026^^^59^^59^^^0.86^243^^^^^^^^^^4.435^3.631^0.355^35^119.00^~1 item~^^~~^0 ~21234~^~MCDONALD'S,QUARTER POUNDER~^50.37^244^14.10^11.55^1.81^22.17^1.6^5.13^84^2.41^22^124^227^427^2.69^0.107^0.199^^0.9^0.183^0.344^4.452^^^56^^56^^^1.28^56^^^^^^^^^^4.008^4.202^0.283^39^171.00^~1 item~^^~~^0 ~21235~^~MCDONALD'S,QUARTER POUNDER W/ CHS~^48.90^258^14.59^14.22^2.35^19.95^1.4^4.91^144^2.10^22^161^219^579^2.63^0.097^0.174^^0.8^0.164^0.354^3.850^^^51^^51^^^1.26^280^^^^^^^^^^5.643^4.608^0.433^47^199.00^~1 item~^^~~^0 ~21237~^~MCDONALD'S,BIG MAC~^51.30^257^11.82^14.96^1.87^20.08^1.6^3.97^116^2.00^20^122^181^460^1.91^0.098^0.206^^0.4^0.176^0.209^3.384^^^46^^46^^^0.88^188^^^^^^^^^^3.803^3.474^0.306^36^219.40^~1 item~^^~~^0 ~21238~^~MCDONALD'S,FRENCH FR~^39.76^316^3.81^16.12^1.29^39.02^4.2^0.20^17^0.86^32^132^560^227^0.44^0.118^0.224^^7.3^0.328^0.036^2.760^0.644^0.521^60^^^^^^0^^^^^^^^^^2.084^7.805^4.664^0^71.00^~1 small, serving~^117.00^~1 medium, serving~^0 ~21239~^~WENDY'S,CLASSIC SINGLE HAMBURGER,NO CHS~^58.41^213^12.63^10.60^1.54^16.82^1.3^^34^2.73^18^103^195^395^2.47^0.139^0.187^18.2^0.5^0.275^0.205^3.225^0.336^0.114^^^^^^1.45^^^^^^^^^^9.0^3.689^4.077^1.550^35^218.00^~1 item~^^~~^0 ~21240~^~WENDY'S,CLASSIC SINGLE HAMBURGER,W/ CHS~^57.50^221^14.87^11.60^1.83^14.20^1.4^^75^2.34^19^126^187^476^2.58^0.075^0.162^19.1^0.5^0.260^0.256^3.190^0.291^0.106^^^^^^1.54^^^^^^^^^^9.3^5.191^4.407^1.405^38^236.00^~1 item~^^~~^0 ~21241~^~WENDY'S,JR. HAMBURGER,WO/ CHS~^48.25^243^12.62^8.75^1.92^28.45^1.7^^45^3.35^21^107^175^539^2.10^0.117^0.281^23.1^0.5^0.422^0.235^3.887^0.346^0.124^^^^^^1.27^^^^^^^^^^4.5^3.466^3.531^1.116^27^117.00^~1 item~^^~~^0 ~22904~^~CHILI CON CARNE W/BNS,CND ENTREE~^74.34^121^7.09^5.26^1.88^11.43^3.9^^38^2.61^29^97^274^424^1.04^0.271^0.237^10.2^1.4^0.052^0.100^0.971^0.164^0.127^26^0^26^26^27.1^0.65^398^^^^^^^^^^1.740^2.144^0.427^13^246.00^~1 cup~^^~~^0 ~22905~^~BEEF STEW,CANNED ENTREE~^81.51^95^4.94^5.38^1.47^6.77^1.5^0.96^12^0.71^14^55^174^408^0.82^0.079^0.143^0.7^4.4^0.072^0.061^1.231^0.214^0.129^11^0^11^11^15.6^0.37^1664^88^0^356^811^19^3^215^0.12^3.5^2.220^2.380^0.220^16^232.00^~1 serving~^^~~^0 ~22906~^~CHICKEN POT PIE,FRZ ENTREE,PREP~^58.68^214^6.08^10.83^1.37^23.03^1.2^^29^1.10^14^82^124^380^0.56^0.030^0.223^7.1^0.3^0.231^0.110^2.230^0.472^0.120^35^22^12^50^18.4^0.32^1053^266^4^1151^2543^62^0^240^0.16^1.6^3.613^3.700^1.387^24^233.51^~1 pie, (average weight of prepared pie)~^^~~^0 ~22907~^~PASTA W/MEATBALLS IN TOMATO SAU,CND ENTREE~^77.84^103^4.32^4.08^1.47^12.29^2.7^3.97^11^0.93^14^46^165^418^0.73^0.085^0.156^7.6^3.0^0.077^0.062^1.315^0.206^0.066^25^17^8^37^12.0^0.23^198^14^5^0^109^0^7669^1^0.77^1.8^1.590^1.670^0.230^8^^~~^^~~^0 ~22908~^~BEEF,CORNED BF HASH,W/ POTATO,CND~^70.32^164^8.73^10.24^1.50^9.27^1.1^0.34^19^1.00^13^56^172^425^1.40^0.000^0.084^7.5^0.9^0.069^0.050^1.572^0.403^0.231^7^0^7^7^15.6^0.41^0^0^0^0^0^0^0^5^0.04^1.8^4.320^5.260^0.300^32^^~~^^~~^0 ~22910~^~LASAGNA,CHS,FRZ,PREP~^72.78^130^6.54^5.33^1.51^13.84^1.7^4.23^111^1.27^21^107^182^284^0.91^0.109^0.197^26.2^17.1^0.114^0.154^1.361^0.204^0.069^21^^^^^0.57^130^39^39^^^^^^0.88^9.1^2.110^1.573^1.022^13^243.10^~1 serving~^28.35^~1 oz~^0 ~22911~^~CHILI,NO BNS,CND ENTREE~^77.68^118^7.53^7.10^1.59^6.10^^^30^2.01^20^77^185^389^1.12^0.188^0.276^6.5^1.8^0.031^0.111^1.245^0.157^0.129^^^^^^1.02^^^^^^^^^^^2.255^2.469^0.467^21^^~~^^~~^0 ~22912~^~SPAGHETTI,W/ MEATBALLS,CND~^78.24^107^4.17^5.10^1.38^11.11^^2.83^12^1.31^14^4^141^406^0.60^0.096^0.218^9.7^^0.091^0.106^1.986^^0.064^20^^^^12.0^0.28^^^^^^^^^^1.1^1.980^2.216^0.360^9^255.12^~1 cup~^^~~^0 ~22914~^~SPAGHETTI,NO MEAT,CND~^80.94^75^2.54^0.77^1.19^14.56^^^13^1.55^14^3^114^344^0.37^0.080^0.158^9.0^^0.125^0.099^1.604^^0.053^30^^^^^^^^^^^^^^^0.7^0.232^0.180^0.272^^^~~^^~~^0 ~22915~^~LASAGNA W/ MEAT & SAU,LOW-FAT,FRZ ENTREE~^76.36^101^6.81^2.23^1.10^13.50^1.3^^108^0.97^19^34^150^181^0.86^0.167^0.213^13.0^17.9^0.038^0.126^1.221^0.107^0.122^38^^^^^0.45^^^^^^^^^^^0.967^0.698^0.279^7^308.50^~1 package~^28.35^~1 oz~^0 ~22916~^~LASAGNA W/ MEAT & SAU,FRZ ENTREE~^72.72^127^8.26^4.73^1.42^12.87^1.2^2.13^102^0.85^19^75^158^280^1.00^0.422^0.160^16.3^21.5^0.057^0.145^1.286^0.106^0.070^14^^^^17.0^0.74^^^^^^^^^^^2.245^1.781^0.336^15^297.00^~1 serving~^^~~^0 ~22917~^~BURRITO,BF & BEAN,FRZ~^50.48^239^7.26^9.61^1.81^30.84^4.2^3.53^34^2.96^32^72^221^587^0.99^0.211^0.481^10.7^0.8^0.393^0.236^2.889^0.008^0.090^80^62^17^123^22.5^^212^11^0^1^126^1^8444^22^^6.8^2.949^3.789^1.358^8^139.04^~1 burrito, frozen~^28.35^~1 oz~^0 ~22918~^~BURRITO, BEAN AND CHEESE, FROZEN~^53.05^211^6.92^5.94^1.69^32.40^10.2^1.41^42^2.78^26^66^217^412^0.68^0.146^0.363^11.3^0.0^0.333^0.142^2.167^^0.084^63^55^8^102^22.3^^189^49^47^0^18^0^0^12^^6.2^1.573^2.262^1.443^^143.00^~1 burrito~^28.35^~1 oz~^0 ~22920~^~HC TRADITION MT LF W/BRN SAU,MSHD POTS,GRN BNS & APL CRP,FRZ~^80.51^87^5.17^2.60^0.92^10.80^1.9^4.00^30^0.83^^^^146^^^^^7.7^^^^^^^^^^^^73^^^^^^^^^^0.620^0.670^0.370^11^340.00^~1 meal~^^~~^0 ~22921~^~HC SALBRY STK W/MSHRM GRVY,RST RED POT,GRN BNS,CRN,CART MEDY~^78.11^94^6.03^2.16^1.01^12.69^2.0^5.80^25^0.78^^^^162^^^^^12.0^^^^^^^^^^^^350^^^^^^^^^^0.870^0.880^0.390^9^354.00^~1 meal~^^~~^0 ~22922~^~HC CONTRY RSTD TKY W/CRANBERRY APPL SAU,GRN BNS & CARROT BLD~^80.62^81^5.83^1.52^0.94^11.09^2.4^6.69^17^0.63^^^^159^^^^^45.9^^^^^^^^^^^^1075^^^^^^^^^^0.420^0.370^0.630^9^284.00^~1 meal~^^~~^0 ~22923~^~HC MESQ BF W/BBQ SAU,RSTD RED POT & CORN,CAROT PEA MELEY,FRZ~^74.78^110^7.14^2.64^1.00^14.44^1.9^5.04^12^0.75^^^^129^^^^^5.0^^^^^^^^^^^^300^^^^^^^^^^0.870^0.930^0.560^17^312.00^~1 meal~^^~~^0 ~22924~^~MARIE CALLENDER TKY W/GRY & DRSNG W/ MSHD POT,GRN BNS & CRAN~^76.59^99^8.15^2.37^1.54^11.35^1.0^2.24^24^0.20^^^^311^^^^^1.1^^^^^^^^^^^^123^^^^^^^^^^0.630^0.730^0.760^17^397.00^~1 meal~^^~~^0 ~22925~^~WEIGHT WATCHERS SMART ONES,CHICK TENDERLOINS W/ BBQ SAU~^76.70^95^6.70^1.70^1.60^13.30^1.7^3.40^24^0.50^^^^250^^^^^3.2^^^^^^^^^^^^254^^^^^^^^^^0.300^0.400^0.800^14^255.00^~1 package~^^~~^0 ~22926~^~MORNINGSTAR FARMS VEGGIE MEDLEY W/ ORG SOY,FRZ,UNPREP~^59.80^178^15.90^5.70^2.80^15.80^2.7^1.60^47^2.50^^^347^394^1.20^^^^0.0^^^^^^^^^^^^460^^^^^^^^^^0.700^3.200^1.800^2^67.00^~1 patty~^^~~^0 ~22927~^~BURRITO,BEAN & CHS,MICROWAVED~^41.77^260^8.60^7.17^2.09^40.37^10.4^1.37^68^3.61^43^78^273^637^1.12^0.276^0.583^14.0^0.0^0.387^0.197^2.636^0.004^0.108^74^61^13^116^27.6^0.05^231^60^58^0^22^0^0^15^0.23^3.0^1.933^2.788^1.856^3^118.53^~1 burrito~^28.00^~1 oz~^0 ~22928~^~BURRITO,BF & BEAN,MICROWAVED~^38.14^298^8.73^11.94^2.24^38.95^6.9^1.36^39^3.12^36^97^271^659^1.24^0.228^0.531^13.6^^0.389^0.230^3.273^0.008^0.132^76^59^17^117^28.1^^261^13^0^1^156^1^10424^27^^7.5^4.072^5.035^1.763^9^115.60^~1 burrito, cooked~^28.35^~1 oz~^0 ~22929~^~CAMPBELL,SPAGHETTIOS,MINI BF RAVIOLI IN MEAT SAU~^75.60^99^4.25^1.74^1.81^16.60^1.9^5.41^15^0.69^^^^409^^^^^0.5^0.058^0.066^1.544^^^23^^^^^^193^^^^^^^^^^0.772^^^4^259.00^~1 cup~^259.00^~1 serving~^0 ~35075~^~SQUIRREL,GROUND,MEAT (ALASKA NATIVE)~^75.40^111^19.30^3.80^1.50^0.00^^^^4.70^^175^^^^^^^^^^^^^^^^^^^220^^^^^^^^^^^^^^^~~^^~~^0 ~35078~^~TEA,TUNDRA,HERB & LABORADOR COMBINATION (ALASKA NATIVE)~^99.70^1^0.00^0.00^0.10^0.20^^^2^0.08^1^0^9^132^0.04^0.020^0.040^^0.3^0.010^0.000^0.000^0.010^0.000^1^^1^^^0.00^0^^^^^^^^^^0.000^0.000^0.000^0^^~~^^~~^0 ~35079~^~WALRUS,MEAT,DRIED (ALASKA NATIVE)~^38.80^251^57.00^2.60^1.60^0.00^^^^43.00^^415^^^^^^^^0.210^0.790^10.100^^^^^^^^^410^^^^^^^^^^^^^^^~~^^~~^0 ~35080~^~DEER (VENISON),SITKA,RAW (ALASKA NATIVE)~^75.00^111^21.50^2.66^0.64^0.00^^^7^2.90^^^^^^^^^0.0^0.200^0.360^6.600^^^^^^^^^0^^^^^^^^^^0.630^0.340^0.350^18^^~~^^~~^0 ~35081~^~WALRUS,MEAT,RAW (ALASKA NATIVE)~^65.10^199^19.20^13.60^2.10^0.00^^^18^9.40^^122^^^^^^^^0.180^0.240^4.800^^^^^^^^^170^^^^^^^^^^2.570^8.420^2.600^80^^~~^^~~^0 ~35082~^~WALRUS,MEAT & SUBCUTANEOUS FAT RAW (ALASKA NATIVE)~^58.90^282^16.30^24.10^0.70^0.00^^^^9.40^^125^^^^^^^^0.080^0.320^^^^^^^^^^550^^^^^^^^^^^^^^^~~^^~~^0 ~35083~^~WALRUS,LIVER,RAW (ALASKA NATIVE)~^71.50^125^21.00^3.00^1.00^3.50^^^^14.40^^208^^^^^^^^0.080^1.910^^^^^^^^^^81200^^^^^^^^^^^^^^^~~^^~~^0 ~35084~^~OIL,WALRUS (ALASKA NATIVE)~^0.00^900^0.00^100.00^0.00^0.00^^^0^^^^^^^^^^^0.000^0.000^0.000^^^^^^^^^2600^^^^^^^^^^^^^120^^~~^^~~^0 ~35085~^~WHALE,BOWHEAD,SUBCUTANEOUS FAT (BLUBBER) (ALASKA NATIVE)~^2.90^870^0.40^96.50^0.20^0.00^^^^0.50^^5^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^150^^~~^^~~^0 ~35086~^~WHALE,BOWHEAD,SKN & SUBCUTANEOUS FATMUKTUK(ALASKA NATIVE)~^40.00^465^12.60^46.10^0.10^0.00^^^5^^^87^^^^^^^^0.080^0.020^0.800^^^^^^^^^750^^^^^^^^^^6.560^28.120^7.970^54^^~~^^~~^0 ~35087~^~OIL,WHALE,BOWHEAD (ALASKA NATIVE)~^0.00^900^0.00^100.00^0.00^0.00^^^0^0.00^^0^^^^^^^^0.000^0.000^0.000^^^^^^^^^2810^^^^^^^^^^^^^^^~~^^~~^0 ~35088~^~FISH,WHITEFISH,BROAD,LIVER (ALASKA NATIVE)~^76.10^104^11.00^4.40^3.40^5.10^^^53^8.60^^297^^^^^^^^0.180^0.540^2.700^^^^^^^^^1510^^^^^^^^^^^^^^^~~^^~~^0 ~35089~^~FISH,WHITEFISH,MXD SP,RAW (ALASKA NATIVE)~^72.80^131^18.90^6.10^2.20^0.00^^^^0.29^33^280^317^51^0.99^0.072^^^^0.130^0.130^^^^^^^^^^540^^^^^^^^^^1.370^2.560^1.820^55^^~~^^~~^0 ~35091~^~FISH,WHITEFISH,HEAD,EYES,CHEEKS & SOFT BONES (ALASKA NATIVE)~^76.30^107^18.60^3.60^1.50^0.00^^^^3.90^^242^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35092~^~WILLOW,LEAVES IN OIL (ALASKA NATIVE)~^28.00^592^2.60^61.00^0.30^8.10^^^^1.30^^58^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35093~^~WILLOW,YOUNG LEAVES,CHOPD (ALASKA NATIVE)~^68.70^122^6.10^1.60^2.90^20.70^^^130^2.60^^126^^^^^^^190.0^^^2.300^^^^^^^^^18700^^^^^^^^^^^^^^^~~^^~~^0 ~35130~^~MUSH,BLUE CORN W/ ASH (NAVAJO)~^86.67^54^0.66^0.49^0.44^11.74^1.1^0.19^96^2.92^20^39^58^8^0.76^0.048^0.305^0.9^0.0^0.020^0.015^0.283^0.078^0.049^4^^4^^^^^^^^^^^^0.00^0.0^0.074^0.109^0.208^^^~~^^~~^0 ~35131~^~CORNMEAL,BLUE (NAVAJO)~^5.70^398^10.40^5.44^1.54^76.93^8.7^1.81^5^2.91^133^354^393^7^2.91^0.218^0.758^11.8^0.0^0.285^0.107^2.020^0.353^0.593^58^^58^^^^^^^^^^^^0.73^0.0^0.886^1.679^2.465^^^~~^^~~^0 ~35132~^~MELON,BANANA (NAVAJO)~^94.66^21^0.84^0.20^0.24^4.06^0.3^3.36^13^0.21^10^9^140^11^0.14^0.035^0.036^0.4^8.1^0.020^0.018^0.460^0.070^0.050^20^^20^^^^^^^^^^^^0.00^4.9^^^^^^~~^^~~^0 ~35133~^~CHILCHEN (RED BERRY BEVERAGE) (NAVAJO)~^89.69^44^0.81^0.63^0.20^8.68^^2.60^7^0.95^9^23^28^15^0.19^0.019^0.074^^^0.020^0.015^0.248^0.030^0.033^8^^8^^^^^^^^^^^^0.00^0.0^0.075^0.135^0.151^^^~~^^~~^0 ~35134~^~CORN,DRIED (NAVAJO)~^8.10^386^9.88^5.22^1.86^74.93^^5.38^15^1.92^124^337^511^13^3.05^0.195^0.848^^0.0^0.200^0.068^3.300^0.380^0.372^77^^77^^^^^^^^^^^^0.00^0.9^0.820^1.483^1.900^^^~~^^~~^0 ~35135~^~CORN,WHITE,STMD (NAVAJO)~^8.09^386^9.72^5.18^1.81^75.20^16.6^6.47^14^2.29^123^312^532^4^3.15^0.231^0.926^^0.0^0.080^0.067^3.310^0.300^0.289^100^^100^^^^^^^^^^^^0.00^0.8^0.830^1.483^1.862^^^~~^^~~^0 ~35136~^~CORNMEAL,WHITE (NAVAJO)~^5.42^398^10.99^5.04^1.40^77.14^10.4^1.46^11^3.79^125^280^443^4^3.24^0.219^0.646^^0.0^0.310^0.137^2.800^2.490^0.583^32^6^26^36^^^^^^^^^^^0.37^0.4^0.853^1.532^2.078^^^~~^^~~^0 ~35137~^~CORNMEAL,YEL (NAVAJO)~^10.15^384^9.85^5.88^1.22^72.90^9.4^1.56^6^2.99^107^225^322^4^3.10^0.242^0.641^6.0^0.0^0.300^0.093^2.470^0.595^0.590^34^7^27^39^^^^^^^^^^^0.37^0.2^1.043^2.143^2.352^^^~~^^~~^0 ~35138~^~SQUASH,INDIAN,RAW (NAVAJO)~^93.35^26^0.52^0.20^0.29^5.64^^3.54^9^0.17^10^12^205^20^0.07^0.017^0.027^^4.5^0.020^0.020^0.170^0.110^0.058^22^^22^^^^^^^^^^^^0.00^^^^^^^~~^^~~^0 ~35139~^~SQUASH,INDIAN,CKD,BLD (NAVAJO)~^96.21^16^0.31^0.15^0.10^3.22^1.5^2.02^^^^^^^^^^^^0.010^0.015^0.102^0.060^0.033^7^^7^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35140~^~BREAD,KNEEL DOWN (NAVAJO)~^52.96^195^4.29^2.21^1.07^39.47^^3.74^5^1.11^55^164^320^126^1.46^0.095^0.303^11.9^^0.120^0.132^2.490^0.354^^98^^98^^^^^^^^^^^^0.00^0.3^0.353^0.603^0.847^^^~~^^~~^0 ~35141~^~Mutton, cooked, roasted (Navajo)~^54.00^234^33.43^11.09^1.41^0.08^^^10^4.76^31^272^409^135^5.93^0.062^0.033^38.0^^0.060^0.300^6.520^0.897^0.377^0^^0^^100.6^4.44^^^^^^^^^0.80^^5.142^4.459^0.814^109^^~~^^~~^0 ~35142~^~FRYBREAD,MADE W/ LARD (NAVAJO)~^31.57^330^6.69^12.22^1.25^48.26^^2.03^57^4.04^18^123^77^329^0.35^0.091^0.297^18.6^^0.430^0.217^4.603^0.164^0.038^122^105^17^196^^0.00^^^^^^^^^0.00^0.8^4.621^4.411^1.055^7^^~~^^~~^0 ~35143~^~TORTILLA,INCL PLN & FROM MUTTON SNDWCH (NAVAJO)~^39.96^237^7.28^0.95^1.87^49.94^2.4^2.75^70^3.81^19^146^105^482^0.32^0.102^0.268^16.6^0.0^0.370^0.114^4.125^0.170^0.060^98^87^11^159^^^^^^^^^^^0.19^0.4^0.296^0.185^0.391^^^~~^^~~^0 ~35144~^~STEW,DUMPLING W/ MUTTON (NAVAJO)~^79.21^101^8.71^3.78^0.27^8.03^^0.21^14^1.79^8^63^82^46^1.85^0.053^0.064^10.2^0.0^0.065^0.091^2.005^0.162^0.041^41^^41^^^0.82^0^0^0^^^^^^0.37^1.7^1.709^1.533^0.274^28^^~~^^~~^0 ~35145~^~STEW,HOMINY W/ MUTTON (NAVAJO)~^81.58^83^6.71^2.06^0.26^9.38^2.0^0.11^8^0.81^20^82^118^45^1.19^0.047^0.089^4.1^0.0^0.030^0.070^1.500^^0.091^0^^0^^^0.64^0^0^0^^^^^^0.37^0.7^0.733^0.897^0.287^13^^~~^^~~^0 ~35146~^~STEW,MUTTON,CORN,SQUASH (NAVAJO)~^76.13^103^8.62^4.34^3.63^7.27^1.7^0.61^38^1.21^21^111^199^49^1.87^0.063^0.087^8.4^0.0^0.030^0.110^2.000^0.270^0.108^18^^18^^^1.16^0^0^0^^^^^^0.37^1.8^1.735^1.748^0.383^43^^~~^^~~^0 ~35147~^~TAMALES (NAVAJO)~^68.10^153^6.28^6.12^1.37^18.12^3.1^0.99^29^1.22^22^99^131^427^1.48^0.063^0.174^6.0^1.7^0.050^0.080^1.590^0.205^0.143^15^^15^^^0.54^0^0^0^^^^^^0.00^^2.396^2.739^0.688^17^^~~^^~~^0 ~35148~^~STEW,STMD CORN (NAVAJO)~^76.03^112^8.82^3.75^0.60^10.80^2.3^0.51^22^1.10^24^107^177^104^1.55^0.075^0.102^5.0^0.0^0.030^0.110^3.020^0.400^0.120^9^^9^^^^^^^^^^^^0.00^0.7^1.603^1.497^0.392^^^~~^^~~^0 ~35149~^~FISH,HALIBUT,RAW,W/ SKN (ALASKA NATIVE)~^73.44^108^20.53^2.92^1.30^0.00^0.0^0.00^20^0.27^26^244^449^79^0.61^0.042^0.011^51.1^0.0^0.066^0.072^5.762^0.377^0.390^15^0^15^15^^1.78^157^47^47^0^0^0^0^0^1.90^0.0^0.726^1.195^0.912^72^^~~^^~~^0 ~35150~^~FISH,SALMON,COHO (SILVER),RAW (ALASKA NATIVE)~^69.38^140^22.56^5.57^1.24^0.00^0.0^0.00^5^0.55^28^240^380^58^0.41^0.051^^27.6^0.0^0.152^0.189^7.930^1.230^0.225^13^0^13^13^^8.52^100^30^30^0^0^0^0^0^0.81^0.2^0.904^1.790^2.410^58^^~~^^~~^0 ~35151~^~Fish, salmon, sockeye (red), raw (Alaska Native)~^69.64^153^21.94^7.28^1.29^0.00^0.0^0.00^7^0.53^27^240^360^60^0.52^0.052^0.014^29.9^0.0^0.253^0.297^8.040^1.140^0.282^11^0^11^11^^7.82^192^58^58^0^0^0^0^0^1.25^0.3^1.007^2.200^1.370^64^^~~^^~~^0 ~35152~^~FISH,SALMON,CHUM,RAW (ALASKA NATIVE)~^72.34^124^20.69^3.67^1.27^0.00^0.0^0.00^7^0.56^26^230^370^59^0.54^0.137^0.030^39.7^0.0^0.156^0.217^8.790^1.020^0.189^18^0^18^18^^8.08^105^32^32^0^0^0^0^0^0.49^0.3^0.547^0.940^0.770^59^^~~^^~~^0 ~35153~^~FISH,SALMON,KING (CHINOOK),RAW (ALASKA NATIVE)~^65.96^187^20.25^11.73^1.25^0.00^0.0^0.00^42^0.79^24^208^370^48^0.52^^^31.0^0.0^0.161^0.169^8.415^0.987^0.271^15^^15^^^7.38^453^136^136^0^0^0^0^0^1.49^0.3^1.870^4.090^1.599^61^^~~^^~~^0 ~21242~^~WENDY'S,JR. HAMBURGER,W/ CHS~^48.06^256^13.06^11.50^2.41^24.97^1.4^^92^2.78^22^134^178^660^2.18^0.109^0.242^21.9^0.6^0.361^0.171^3.080^0.302^0.956^^^^^^1.30^^^^^^^^^^4.2^5.181^4.398^1.181^36^129.00^~1 item~^^~~^0 ~21243~^~WENDY'S,CLASSIC DOUBLE,W/ CHS~^55.84^241^16.52^14.20^1.73^11.71^1.1^^58^2.94^19^134^214^422^3.05^0.075^0.133^19.9^0.7^0.242^0.251^3.520^0.359^0.189^^^^^^1.92^^^^^^^^^^6.9^5.890^5.740^1.300^51^310.00^~1 item~^^~~^0 ~21244~^~WENDY'S,HOMESTYLE CHICK FILLET SNDWCH~^54.94^214^13.78^8.10^1.63^21.55^1.3^^23^1.50^24^161^228^401^0.61^0.135^0.230^24.4^0.3^0.295^0.130^3.300^0.526^0.189^^^^^^0.33^^^^^^^^^^10.7^1.618^2.921^3.086^31^230.00^~1 item~^^~~^0 ~21245~^~WENDY'S,ULTIMATE CHICK GRILL SNDWCH~^59.67^179^14.73^5.00^1.72^18.88^1.1^^25^1.55^24^168^221^427^0.57^0.075^0.196^31.3^1.1^0.392^0.260^4.160^^0.141^^^^^^0.33^^^^^^^^^^8.9^1.030^1.460^1.810^40^225.00^~1 item~^^~~^0 ~21246~^~WENDY'S,CHICK NUGGETS~^43.13^334^15.93^23.17^2.41^15.35^1.0^^24^0.74^24^287^236^679^0.63^0.162^0.195^25.0^1.3^0.079^0.122^6.042^0.905^0.254^^^^^^0.33^^^^^^^^^^8.0^4.939^11.365^5.764^50^75.00^~5 pieces~^60.00^~4 pieces, Kid's Meal~^0 ~21247~^~WENDY'S,FRENCH FR~^38.81^319^3.89^16.23^1.63^39.44^3.7^^15^1.93^34^137^575^172^0.53^0.154^0.256^0.8^5.1^0.178^0.063^2.482^0.657^0.391^17^^17^^^^^^^^^^^^^6.4^3.201^8.518^3.728^^71.00^~1 kid's meal, Serving~^113.00^~1 small, Serving~^0 ~21248~^~WENDY'S,FROSTY DAIRY DSSRT~^69.25^132^3.49^2.60^1.04^23.62^3.3^^128^1.04^20^112^185^98^0.44^0.075^0.063^3.3^0.0^0.060^0.720^0.348^0.601^0.000^^^^^27.7^0.59^^^^^^^^^^0.4^1.635^0.692^0.117^16^113.00^~1 junior, 6 oz. cup~^227.00^~1 small, 12 oz. cup~^0 ~21249~^~BURGER KING, French Fries~^36.66^331^3.50^17.40^2.36^40.08^2.9^0.69^9^1.29^30^143^473^455^1.10^0.145^0.242^1.2^0.7^0.173^0.030^2.342^0.390^0.175^64^^64^^^^^^^^^^^^0.76^11.1^4.367^11.061^1.147^^117.00^~1 medium, serving~^160.00^~1 large, serving~^0 ~21250~^~BURGER KING, Hamburger~^44.68^275^14.18^12.17^1.85^27.11^2.0^4.85^51^2.52^24^119^182^455^2.15^0.093^0.278^24.9^0.2^0.334^0.227^3.947^0.222^0.101^64^37^27^89^^^^^^^^^^^0.04^5.5^5.068^5.317^1.246^35^121.00^~1 item~^^~~^0 ~21251~^~BURGER KING, CHSBRGR~^44.59^286^14.57^14.81^2.32^23.71^2.8^4.49^93^2.50^24^143^178^602^2.40^0.110^0.290^24.4^0.2^0.303^0.240^3.400^0.230^0.090^^^^^^^^^^^^^^^0.10^5.7^6.842^5.704^1.521^45^133.00^~1 item~^^~~^0 ~21252~^~BURGER KING, WHOPPER, no cheese~^56.43^233^10.74^12.84^1.43^18.55^1.8^4.22^39^4.37^18^90^169^313^2.83^0.013^0.180^18.2^0.2^0.215^0.175^2.873^0.173^0.091^47^33^14^70^^^^^^^^^^^0.15^19.5^4.250^4.685^3.389^30^291.00^~1 item~^^~~^0 ~21253~^~BURGER KING, WHOPPER, with cheese~^54.92^250^11.19^15.33^1.86^16.70^1.0^4.11^82^2.00^18^113^169^453^1.60^0.053^0.180^18.4^0.2^0.213^0.200^2.560^0.180^0.073^51^30^21^72^^^^^^^^^^^0.08^19.1^5.782^5.058^3.784^36^316.00^~1 item~^^~~^0 ~21254~^~Burger king, double whopper no cheese~^55.29^252^13.94^15.66^1.37^13.74^1.4^3.52^35^2.80^18^111^192^289^3.00^0.120^0.200^20.1^0.2^0.193^0.190^3.230^0.190^0.114^45^22^23^60^^^^^^^^^^^^14.1^5.773^6.117^3.016^46^374.00^~1 item~^^~~^0 ~21255~^~BURGER KING, DOUBLE WHOPPPER, with cheese~^53.28^266^14.47^17.06^1.67^13.52^1.6^3.61^78^5.30^19^128^189^387^3.50^0.078^0.140^17.0^0.2^0.267^0.210^3.000^0.200^0.112^27^22^5^42^^^^^^^^^^^0.06^11.5^6.998^6.298^2.987^47^399.00^~1 item~^^~~^0 ~21256~^~BURGER KING, Chicken Tenders~^46.06^289^17.25^16.67^2.61^17.41^2.3^0.12^15^0.61^25^227^263^721^0.58^0.050^0.202^30.9^0.7^0.128^0.105^7.482^0.600^0.349^7^2^5^9^^^^^^^^^^^0.80^6.3^4.242^9.532^2.098^52^62.00^~4 pieces~^77.00^~5 pieces~^0 ~21257~^~BURGER KING,CHICK WHOPPER SNDWCH~^57.30^216^11.77^10.52^1.74^18.67^1.5^3.39^33^5.50^21^149^183^433^1.20^0.014^0.190^27.6^0.2^0.307^0.150^4.500^0.380^0.157^43^25^18^61^^^^^^^^^^^^22.7^2.198^3.100^4.760^31^272.00^~1 item~^^~~^0 ~21259~^~BURGER KING,ORIGINAL CHICK SNDWCH~^45.52^286^12.57^15.40^2.16^24.35^2.4^2.71^40^2.10^24^133^185^590^1.40^0.014^0.390^23.4^0.2^0.281^0.160^4.710^0.430^0.154^33^21^12^48^^^^^^^^^^^^23.7^3.400^5.419^5.606^31^204.00^~1 item~^^~~^0 ~21260~^~TACO BELL,ORIGINAL TACO W/ BF~^55.91^236^10.79^13.48^1.87^17.95^3.6^^79^1.88^33^178^216^447^2.22^0.075^0.276^9.2^^0.093^0.189^1.920^0.185^0.142^19^2^17^21^^0.96^77^4^^0^46^0^^^0.60^15.3^4.659^5.445^2.097^31^78.00^~1 item~^^~~^0 ~21261~^~TACO BELL,SOFT TACO W/ BF~^55.72^219^11.80^10.35^2.40^19.74^2.6^^116^2.43^20^163^181^632^1.64^0.075^0.309^11.0^^0.154^0.211^2.593^0.206^0.089^52^28^24^71^^0.78^79^4^^0^48^0^^^0.40^11.2^4.199^4.360^1.012^28^99.00^~1 item~^^~~^0 ~21262~^~TACO BELL,SOFT TACO W/ CHICK~^56.42^202^14.33^7.32^2.33^19.58^1.8^^105^1.72^22^224^237^606^0.79^0.075^0.213^12.7^^0.215^0.163^6.367^0.747^0.147^48^30^18^69^^0.37^25^1^^0^15^0^^^0.35^8.7^2.614^2.832^1.055^37^99.00^~1 item~^^~~^0 ~21263~^~TACO BELL,SOFT TACO W/ STEAK~^56.82^225^11.81^12.10^2.05^17.22^1.6^^117^2.22^21^155^183^551^2.15^0.113^0.220^13.1^^0.307^0.194^2.975^0.260^0.085^37^22^15^52^^0.96^23^1^^0^14^0^^^0.43^20.8^3.369^3.937^3.485^31^127.00^~1 item~^^~~^0 ~21264~^~TACO BELL,BEAN BURRITO~^55.06^204^7.90^6.85^2.42^27.77^3.9^^117^2.31^31^170^269^614^0.86^0.169^0.370^10.4^^0.202^0.153^1.712^0.168^0.121^50^25^25^68^^0.00^67^3^^0^40^0^^^0.50^4.2^2.444^2.992^0.882^9^198.00^~1 item~^^~~^0 ~21265~^~TACO BELL,BURRITO SUPREME W/ BF~^60.60^189^8.05^8.05^2.22^21.07^3.2^^93^2.26^25^136^245^574^1.05^0.113^0.329^9.6^^0.154^0.149^1.747^0.178^0.104^45^33^12^68^^0.50^82^4^^0^49^0^^^0.46^5.4^3.047^3.277^0.817^16^248.00^~1 item~^^~~^0 ~21266~^~TACO BELL,BURRITO SUPREME W/ CHICK~^61.00^179^9.84^6.42^2.22^20.51^2.4^^94^1.56^28^163^264^564^0.65^0.100^0.270^9.6^^0.174^0.171^3.900^0.566^0.126^48^23^25^64^^0.33^82^4^^0^49^0^^^0.42^5.3^2.352^2.560^0.795^21^248.00^~1 item~^^~~^0 ~21267~^~TACO BELL,BURRITO SUPREME W/ STEAK~^61.21^183^9.13^7.27^2.06^20.32^2.4^^101^2.00^27^131^228^534^1.38^0.115^0.274^10.1^^0.252^0.183^2.250^0.219^0.101^39^22^17^54^^0.60^72^4^^0^43^0^^^0.38^6.0^2.674^2.822^0.770^21^248.00^~1 item~^^~~^0 ~21268~^~TACO BELL,NACHOS~^34.29^366^5.15^22.17^2.01^36.38^3.8^^89^1.12^52^283^182^514^1.15^0.123^0.254^3.4^^0.125^0.134^0.910^0.307^0.178^13^0^13^13^^0.00^19^1^^0^11^0^^^1.05^7.5^4.699^12.715^2.580^4^99.00^~1 item~^^~~^0 ~21269~^~TACO BELL,NACHOS SUPREME~^53.78^246^7.59^13.65^1.88^23.09^4.1^^73^2.14^46^197^242^430^1.36^0.116^0.270^6.7^^0.101^0.143^0.984^0.253^0.173^29^1^28^29^^0.39^70^4^^0^42^0^^^0.73^6.4^3.984^7.022^1.432^19^195.00^~1 item~^^~~^0 ~21270~^~TACO BELL,TACO SALAD~^67.32^170^6.69^9.17^1.71^15.10^3.0^^95^1.77^27^103^229^363^1.17^0.151^0.256^7.2^^0.150^0.106^1.505^0.205^0.103^43^16^27^54^^0.40^62^3^^0^37^0^^^0.54^10.7^2.979^3.972^0.752^19^533.00^~1 item~^^~~^0 ~21271~^~PIZZA HUT 12" CHS PIZZA,REG CRUST~^43.29^271^11.93^10.89^2.67^31.22^1.8^3.37^209^1.95^22^249^173^685^1.65^0.092^0.308^20.5^0.0^0.264^0.256^3.295^0.285^0.114^^^^^^0.70^435^82^72^0^116^0^2310^69^0.70^10.1^5.040^2.919^1.839^24^96.47^~1 slice~^738.18^~1 pie~^0 ~21272~^~PIZZA HUT 12" CHS PIZZA,THICK CRUST~^43.40^280^11.73^12.56^2.39^29.93^1.7^3.21^208^1.86^21^241^168^624^1.63^0.101^0.305^19.4^0.0^0.243^0.251^3.910^0.285^0.107^^^^^^0.64^260^73^73^0^11^0^122^^1.06^15.5^5.184^3.213^2.752^21^100.08^~1 slice~^728.43^~1 pie~^0 ~22930~^~CAMPBELL,SPAGHETTIOS,SPAGHETTI IN TOMATO & CHS SAU~^79.70^80^2.78^0.60^1.05^15.87^1.2^5.16^8^0.29^^^^377^^^^^0.0^0.060^0.067^1.190^^^32^^^^^^79^^^^^^^^^^0.198^^^2^252.00^~1 cup, (1 serving)~^^~~^0 ~22931~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIOS ORIGINAL~^81.40^71^2.38^0.00^1.14^14.68^1.2^5.16^8^0.71^^^^250^^^^^0.0^0.060^0.101^1.190^^^40^^^^^^198^^^^^^^^^^0.000^^^2^252.00^~1 cup, (1 serving)~^^~~^0 ~22932~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIOS A TO Z'S~^81.40^70^2.38^0.40^1.54^14.29^1.2^5.95^60^1.07^^^^349^^^^^2.4^0.060^0.101^1.190^^^40^^^^^^298^^^^^^^^^^0.198^^^2^252.00^~1 cup, (1 serving)~^^~~^0 ~22935~^~ SPAGHETTIOS, Danny PhantomShaped Pasta with Sliced Franks~^79.00^92^3.57^2.78^1.56^13.10^0.8^4.76^60^1.07^^^^393^^^^^2.4^0.060^0.101^1.190^^^40^^^^^^198^^^^^^^^^^0.992^^^8^252.00^~1 serving, (1 serving)~^^~~^0 ~22936~^~CAMPBELL, SPAGHETTIOS,DORA THE EXPLORERSHAPED PASTA~^81.40^65^2.38^0.40^2.73^13.10^1.2^3.57^60^1.43^^^^337^^^^^2.4^0.060^0.101^1.190^^^40^^^^^^198^^^^^^^^^^0.198^^^0^252.00^~1 cup, (1 serving)~^^~~^0 ~22937~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIOS IN MEAT SAU~^82.40^69^3.17^0.79^1.33^12.30^1.2^4.76^60^1.43^^^^353^^^^^0.0^0.060^0.067^1.190^^^24^^^^^^397^^^^^^^^^^0.397^^^4^252.00^~1 cup, (1 serving)~^^~~^0 ~22938~^~CAMPBELL ,SPAGHETTIOS,SPAGHETTIOS PLUS CA~^81.70^69^2.38^0.40^1.63^13.89^1.2^5.16^119^0.71^^^^246^^^^^2.4^0.060^0.067^1.190^^^32^^^^^^198^^^^^^^^^^0.198^^^2^252.00^~1 cup, (1 serving)~^^~~^0 ~22939~^~CAMPBELL ,SPAGHETTIOS RAVIOLIOS BF RAVIOLI IN MEAT SAU~^76.10^106^4.37^3.17^1.28^15.08^1.6^3.57^16^0.71^^^^433^^^^^0.0^0.060^0.101^1.190^^^24^^^^^^119^^^^^^^^^^1.389^^^8^252.00^~1 cup, (1 serving)~^^~~^0 ~22940~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIO'S W/ MEATBALLS~^78.10^95^4.37^3.17^1.66^12.70^1.6^3.97^60^1.43^^^^262^^^^^2.4^0.060^0.067^1.190^^^24^^^^^^198^^^^^^^^^^1.389^^^6^252.00^~1 cup, (1 serving)~^^~~^0 ~22941~^~CAMPBELL ,SPAGHETTIOS,SPAGHETTIO'S W/ SLICED FRANKS~^79.00^93^3.57^3.97^2.75^10.71^2.0^3.57^60^1.43^^^^369^^^^^2.4^0.060^0.067^1.190^^^32^^^^^^198^^^^^^^^^^1.984^^^8^252.00^~1 cup, (1 serving)~^^~~^0 ~22942~^~CAMPBELL,SPAGHTETTIOS A TO Z'S W/ MEATBALLS~^78.10^102^4.37^3.57^0.87^13.10^1.2^4.76^60^1.07^^^^393^^^^^2.4^0.060^0.101^1.190^^^40^^^^^^198^^^^^^^^^^1.389^^^8^252.00^~1 cup, (1 serving)~^^~~^0 ~22943~^~CAMPBELL ,SUPPER BAKES MEAL KITS,CHEESY CHICK W/ PASTA~^51.30^198^7.06^4.71^5.17^31.76^1.2^4.71^^^^^^988^^^^^^^^^^^^^^^^^^^^^^^^^^^1.176^^^6^85.00^~.167 box, (NLEA serving size)~^^~~^0 ~22944~^~SUPPER BAKES MEAL KITS,CREAMY STROGANOFF SAU W/ PASTA~^51.50^147^4.80^3.20^15.70^24.80^0.8^2.40^^^^^^520^^^^^^^^^^^^^^^^^^^^^^^^^^^1.200^^^8^125.00^~1 serving~^^~~^0 ~22945~^~CAMPBELL,SUPPER BAKES MEAL KITS,GARLIC CHICK W/ PASTA~^42.00^220^9.76^0.98^4.34^42.93^2.0^6.83^^^^^^741^^^^^^^^^^^^^^^^^^^^^^^^^^^0.488^^^5^102.50^~.167 box, (NLEA serving)~^^~~^0 ~22946~^~CAMPBELL, SUPPER BAKES MEAL KITS,HERB CHICK W/ RICE~^48.80^197^4.26^1.06^3.33^42.55^1.1^2.13^^^^^^830^^^^^0.0^^^^^^^^^^^^^^^^^^^^^^0.532^^^5^94.00^~.167 box, (NLEA serving)~^^~~^0 ~22947~^~CAMPBELL SUPPER BAKES MEAL KITS,LEMON CHICK W/ HERB RICE~^46.00^210^4.26^1.06^2.94^45.74^2.1^3.19^^^^^^830^^^^^^^^^^^^^^^^^^^^^^^^^^^0.532^^^5^94.00^~1 serving, (NLEA serving)~^^~~^0 ~22948~^~CAMPBELL,SUPPER MEAL KITS,SAVORY PORK CHOPS W/ HERB STUFFING~^52.30^181^5.91^1.18^3.96^36.64^2.4^4.73^^^^^^922^^^^^^^^^^^^^^^^^^^^^^^^^^^0.591^^^6^84.60^~1 serving~^^~~^0 ~35154~^~SALMONBERRIES,RAW (ALASKA NATIVE)~^88.21^47^0.85^0.33^0.56^10.05^1.9^3.66^13^0.40^15^27^110^14^0.28^0.030^1.100^^9.2^0.041^0.062^0.466^0.167^0.078^17^0^17^17^^^496^50^^41^277^0^0^^1.61^14.8^^^^^^~~^^~~^0 ~35155~^~BLUEBERRIES,WILD,RAW (ALASKA NATIVE)~^85.48^61^1.22^0.76^0.23^12.31^2.6^6.46^13^0.37^7^29^75^6^0.20^0.030^2.000^^18.3^0.067^0.414^0.597^0.265^0.026^33^0^33^33^^0.00^115^6^0^0^69^0^0^^1.69^17.2^^^^^^~~^^~~^0 ~35156~^~OIL,SPOTTED SEAL (ALASKA NATIVE)~^0.25^894^0.00^99.32^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^0.000^2.2^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^3480^1044^1044^0^0^0^0^0^6.28^0.0^14.740^54.520^18.060^^^~~^^~~^0 ~35157~^~Fish, salmon, red, canned, bones removed (Alaska Native)~^65.82^161^27.31^5.76^1.96^0.00^0.0^0.00^28^1.90^32^260^370^390^0.66^0.148^0.037^40.3^0.0^0.015^0.206^10.100^0.725^0.103^7^0^7^7^82.0^4.91^216^65^65^0^0^0^0^0^0.61^0.0^0.920^2.290^1.610^69^^~~^^~~^0 ~35158~^~Fish, whitefish, eggs (Alaska Native)~^76.24^104^14.66^2.88^1.33^4.89^0.0^0.00^46^5.95^30^306^190^160^2.10^0.220^0.220^92.8^12.0^0.088^0.403^0.956^1.060^0.159^53^0^53^53^247.5^56.40^305^91^91^0^0^0^0^0^2.68^0.6^0.496^1.046^1.073^439^^~~^^~~^0 ~35160~^~CARIBOU,RUMP MEAT,HALF DRIED (ALASKA NATIVE)~^38.04^255^52.06^5.23^3.15^0.00^0.0^0.00^14^11.00^60^480^710^390^9.40^0.600^0.099^30.5^0.0^0.333^1.240^13.200^2.940^0.620^3^0^3^3^202.7^7.16^173^52^52^0^0^0^0^0^0.09^1.1^1.550^1.190^0.630^141^^~~^^~~^0 ~35161~^~CARIBOU,SHLDR MEAT,DRIED (ALASKA NATIVE)~^33.81^271^59.38^3.67^4.68^0.00^0.0^0.00^14^11.00^62^550^810^950^9.40^0.780^0.110^36.8^0.0^0.312^1.300^14.800^4.150^0.499^8^0^8^8^257.7^15.10^37^11^11^0^0^0^0^0^0.07^0.0^1.586^1.201^0.370^164^^~~^^~~^0 ~35162~^~CARIBOU,HIND QUARTER MEAT,RAW (ALASKA NATIVE)~^72.60^122^22.63^3.37^1.23^0.00^0.0^0.00^5^4.10^26^230^320^52^2.10^0.270^0.037^12.5^0.0^0.442^0.962^7.150^2.090^0.351^4^0^4^4^120.4^7.05^312^94^94^0^0^0^0^0^0.69^1.4^1.270^0.940^0.560^81^^~~^^~~^0 ~35164~^~SEAL,BEARDED (OOGRUK),MEAT,DRIED,IN OIL (ALASKA NATIVE)~^35.48^367^35.31^25.08^1.42^0.00^0.0^0.00^7^17.00^29^240^400^120^3.10^0.270^0.037^90.8^0.0^0.011^0.364^6.520^0.727^0.091^11^0^11^11^68.1^5.85^1947^^^^^^^^0.55^0.0^3.920^11.160^1.180^64^^~~^^~~^0 ~35165~^~Fish, whitefish, dried (Alaska Native)~^20.59^371^62.44^13.44^5.57^0.00^0.0^0.00^810^4.10^85^1040^1080^200^5.00^0.180^0.230^113.0^0.0^0.053^0.438^11.200^2.570^0.365^11^0^11^11^205.6^18.40^131^39^39^0^0^0^0^0^0.66^1.3^2.850^4.380^2.160^266^^~~^^~~^0 ~35166~^~FISH,SALMON,RED,(SOCKEYE),CND,SMOKED (ALASKA NATIVE)~^56.49^206^35.19^7.26^2.75^0.00^0.0^0.00^69^1.50^39^350^470^600^1.10^0.148^0.051^44.8^0.0^0.021^0.358^13.100^0.656^0.182^4^0^4^4^106.9^7.43^63^19^19^0^0^0^0^0^0.45^0.0^1.480^2.290^2.210^93^^~~^^~~^0 ~35167~^~FISH,SALMON,RED,(SOCKEYE),KIPPERED (ALASKA NATIVE)~^69.41^141^24.50^4.75^2.25^0.00^0.0^0.00^54^0.49^31^280^400^460^0.75^0.148^0.037^33.5^0.0^0.094^0.230^8.520^0.917^0.287^6^0^6^6^88.2^4.98^50^15^14^0^0^0^0^0^0.44^0.0^0.800^1.830^1.130^68^^~~^^~~^0 ~35168~^~FISH,SALMON,KING,W/ SKN,KIPPERED,(ALASKA NATIVE)~^61.52^209^23.19^12.95^3.21^0.00^0.0^0.00^55^0.55^29^270^390^870^0.77^0.148^0.037^30.5^0.0^0.043^0.201^8.610^0.822^0.378^3^0^3^3^98.9^3.65^41^12^^0^0^0^0^0^0.42^0.0^2.440^5.860^2.090^67^^~~^^~~^0 ~35169~^~FISH,SHEEFISH,RAW (ALASKA NATIVE)~^74.62^115^22.25^2.84^1.58^0.00^0.0^0.00^140^0.50^25^300^390^52^0.60^0.148^0.037^42.3^0.0^0.041^0.126^2.120^0.648^0.162^9^0^9^9^108.9^5.90^0^0^^0^0^0^0^0^0.44^0.0^0.490^1.080^0.700^56^^~~^^~~^0 ~35170~^~SEAL,BEARDED (OOGRUK),MEAT,LO QUADRANT,RAW (ALASKA NATIVE)~^63.35^186^23.63^10.17^0.80^0.00^0.0^0.00^4^17.00^17^140^210^57^2.60^0.148^0.037^^^^^^^^^^^^63.1^^648^195^194^0^0^0^0^0^0.27^0.0^^^^121^^~~^^~~^0 ~35171~^~FISH,SALMON,CHUM,DRIED (ALASKA NATIVE)~^22.79^378^62.09^14.38^3.69^0.00^0.0^0.00^155^2.20^68^650^910^190^1.40^0.254^0.071^103.8^0.0^0.356^0.463^14.650^2.760^0.681^12^0^12^12^231.2^28.60^53^16^16^0^0^0^0^0^0.82^0.0^2.395^5.139^2.323^214^^~~^^~~^0 ~35172~^~Elk, free range, ground, cooked patties (Shoshone Bannock)~^67.78^143^29.45^2.80^0.78^0.00^^0.00^5^9.06^26^236^379^56^7.79^0.204^0.043^23.5^0.0^0.175^0.497^7.850^1.030^0.782^1^0^1^1^^4.25^0^0^^0^0^0^0^0^0.79^^1.138^0.952^0.239^70^^~~^^~~^0 ~35173~^~ELK,FREE RANGE,GROUND,RAW (SHOSHONE BANNOCK)~^75.68^97^20.14^1.80^0.75^0.00^0.0^0.00^4^7.17^22^196^328^49^5.82^0.159^0.038^14.3^^0.180^0.309^5.970^0.840^0.630^^^^^^3.45^0^0^^0^0^0^0^0^^^0.706^0.574^0.130^^^~~^^~~^0 ~35174~^~Buffalo, free range, top round steak, raw (Shoshone Bannock)~^75.96^97^21.44^1.30^0.94^0.00^^^3^2.61^22^200^355^43^3.00^0.117^0.011^7.0^^0.153^0.325^6.920^0.760^0.780^^^^^^1.15^^0^^^^^^^^^0.418^0.425^0.098^^^~~^^~~^0 ~35175~^~SEAL,BEARDED (OOGRUK),MEAT,PART DRIED (ALASKA NATIVE)~^34.92^270^62.38^2.31^2.78^0.00^^0.00^9^33.00^62^510^960^130^5.00^0.310^0.037^^0.0^^^^^^0^0^0^0^103.0^^0^0^^0^0^0^0^0^0.07^0.0^^^^^^~~^^~~^0 ~35176~^~BUFFALO,FREE RANGE,TOP RND STEAK,CKD (SHOSHONE BANNOCK)~^64.28^146^32.51^1.80^1.22^0.00^^^4^3.76^27^246^376^41^5.06^0.189^0.011^10.5^^0.169^0.462^7.020^1.010^0.794^8^0^8^8^^1.67^^0^^^^^^^0.59^^0.595^0.614^0.171^82^^~~^^~~^0 ~35177~^~Elk, free range, roast, eye of round, raw (Shoshone Bannock)~^76.54^98^19.74^2.10^0.94^0.00^0.0^0.00^4^2.27^24^215^367^43^4.16^0.144^0.011^15.8^0.0^0.159^0.270^6.630^0.630^0.893^^^^^^1.77^0^0^^0^0^0^0^0^^^0.828^0.897^0.122^^^~~^^~~^0 ~35178~^~Elk, free range, roast, eye of round, ckd (Shoshone Bannock)~^64.58^148^30.56^2.85^1.32^0.00^0.0^0.00^4^2.68^26^236^369^50^4.80^0.154^0.016^20.5^0.0^0.164^0.358^7.960^0.900^0.914^1^0^1^1^^1.95^0^0^^0^0^0^0^0^0.47^^1.125^1.353^0.137^63^^~~^^~~^0 ~35179~^~CHOKECHERRIES,RAW,PITTED (SHOSHONE BANNOCK)~^61.50^156^2.89^0.98^0.75^33.88^17.0^14.22^40^0.40^21^45^309^2^0.19^0.068^0.192^1.7^0.7^0.029^0.058^0.672^0.330^0.193^10^0^10^10^^0.00^43^2^0^0^26^0^0^^0.75^29.3^^^^^^~~^^~~^0 ~35180~^~STEELHEAD TROUT,DRIED,FLESH (SHOSHONE BANNOCK)~^6.49^382^77.27^8.06^10.58^0.00^0.0^0.00^85^2.96^84^976^1720^2850^1.79^0.217^0.079^105.0^0.0^^^^^^^^^^^22.40^213^64^64^^0^0^0^0^2.41^0.0^0.829^1.228^1.739^227^^~~^^~~^0 ~35181~^~STEELHEAD TROUT,BLD,CND (ALASKA NATIVE)~^70.59^159^21.11^8.26^1.24^0.00^0.0^0.00^30^0.64^25^249^365^118^0.57^0.058^0.011^26.0^0.0^^^^^^^^^^^5.79^65^20^20^0^0^0^0^0^2.15^0.0^1.530^2.223^1.225^59^^~~^^~~^0 ~35182~^~ACORN STEW (APACHE)~^79.78^95^6.81^3.47^0.72^9.22^0.7^0.34^14^1.00^12^62^110^130^1.60^0.030^0.140^8.3^0.0^0.175^0.125^2.140^0.212^0.055^33^15^18^44^^0.68^0^0^0^^^^^^0.30^0.0^1.280^1.680^0.297^20^^~~^^~~^0 ~35183~^~CORN,DRIED,YEL (NORTHERN PLAINS INDIANS)~^6.36^419^14.48^10.64^2.24^66.27^20.5^21.32^25^2.61^149^344^775^4^3.06^0.293^0.900^56.5^0.0^0.261^0.181^8.250^1.590^1.110^111^^111^^^0.00^261^26^0^18^117^61^0^^0.44^^1.974^3.750^4.543^^^~~^^~~^0 ~35184~^~SMELT,DRIED (ALASKA NATIVE)~^16.92^386^56.19^17.90^8.25^0.00^0.0^0.00^1600^5.40^89^1400^1000^420^6.70^0.148^0.720^194.0^^0.073^0.262^5.970^2.290^0.176^^^^^^19.10^463^139^139^0^0^0^0^0^4.51^0.0^3.590^6.860^2.884^249^^~~^^~~^0 ~35185~^~FRYBREAD,MADE W/ LARD (APACHE)~^33.11^309^8.38^10.14^2.36^46.01^1.7^1.54^52^3.43^19^112^75^671^0.47^0.096^0.405^6.5^^0.531^0.264^4.335^^0.068^112^93^19^177^^0.00^^^^^^^^^0.09^0.0^3.631^3.500^1.306^4^^~~^^~~^0 ~35186~^~CORNED BF & POTATOES IN TORTILLA (APACHE)~^52.51^224^7.91^8.31^1.92^29.35^1.5^1.79^27^1.80^22^82^275^511^0.88^0.066^0.310^11.3^^0.277^0.135^2.545^^0.214^70^^70^^^0.23^^^^^^^^^0.20^3.1^3.366^3.345^0.864^11^^~~^^~~^0 ~35187~^~TENNIS BREAD,PLN (APACHE)~^33.77^258^9.00^1.05^2.92^53.26^2.6^3.01^67^3.40^28^160^100^810^0.53^0.030^0.480^15.5^^0.690^0.291^3.410^0.390^0.059^162^128^34^252^^^^^^^^^^^0.07^0.2^0.270^0.120^0.590^^^~~^^~~^0 ~21273~^~PIZZA HUT 12" CHS PIZZA,THIN 'N CRISPY CRUST~^38.77^303^15.29^14.10^3.20^28.64^1.6^2.67^278^1.71^24^317^191^784^1.87^0.096^0.297^23.1^0.0^0.218^0.276^2.895^0.320^0.109^^^^^^0.89^374^107^107^0^11^0^253^^0.84^8.3^6.896^3.807^1.698^34^69.34^~1 slice~^573.20^~1 pie~^0 ~21274~^~PIZZA HUT 12" PEPPERONI PIZZA,REG CRUST~^41.35^280^12.86^11.38^2.87^31.55^1.7^3.67^155^2.14^23^218^207^801^1.68^0.104^0.365^21.3^0.0^0.320^0.271^4.028^0.467^0.152^^^^^^0.68^204^57^56^0^11^0^87^^0.75^8.5^5.161^4.018^2.034^26^96.19^~1 slice~^744.38^~1 pie~^0 ~21275~^~PIZZA HUT 12" PEPPERONI PIZZA,THICK CRUST~^40.80^298^11.97^14.21^2.53^30.49^1.8^3.20^146^2.14^22^205^199^692^1.54^0.105^0.361^20.6^0.0^0.287^0.254^3.840^0.378^0.140^^^^^^0.64^171^47^46^0^11^0^91^^0.78^19.3^5.271^4.415^3.465^25^96.27^~1 slice~^778.40^~1 pie~^0 ~21276~^~PIZZA HUT 12" SUPER SUPREME PIZZA,REG CRUST~^50.20^243^10.90^10.72^2.56^25.62^2.0^3.71^129^2.00^23^200^233^689^1.45^0.127^0.324^19.5^0.0^0.266^0.242^3.582^0.441^0.146^^^^^^0.62^137^36^35^0^11^0^70^^0.77^7.3^4.554^3.953^1.729^20^127.06^~1 slice~^1107.27^~1 pie~^0 ~21277~^~DOMINO'S 14" Cheese Pizza, Classic Hand-Tossed Crust~^44.30^257^10.98^8.39^1.87^34.45^1.4^3.57^134^2.30^24^187^152^478^1.15^0.132^0.298^25.9^0.0^0.166^0.215^3.253^0.450^0.116^^^^^^0.42^301^61^55^0^71^0^314^^0.99^5.4^3.547^1.976^1.583^13^106.46^~1 slice~^891.04^~1 pie~^0 ~21278~^~DOMINO'S 14" Cheese Pizza, Ultimate Deep Dish Crust~^42.09^274^11.36^10.34^2.27^33.93^2.3^3.28^148^2.96^25^202^164^561^1.37^0.104^0.359^35.6^0.0^0.228^0.245^4.250^0.525^^^^^^^0.47^340^78^74^0^56^0^233^^0.89^6.1^4.025^2.937^1.921^14^120.88^~1 slice~^957.51^~1 pie~^0 ~21279~^~DOMINO'S 14" Cheese Pizza, Crunchy Thin Crust~^39.72^315^12.96^16.82^2.50^28.01^2.1^3.17^222^0.71^26^301^184^497^1.66^0.100^0.260^35.4^0.0^0.086^0.110^1.025^0.400^^^^^^^0.79^411^95^89^0^68^0^499^^1.49^15.8^6.756^4.217^3.646^21^39.03^~1 slice~^518.01^~1 pie~^0 ~21280~^~DOMINO'S 14" Pepperoni Pizza, Classic Hand-Tossed Crust~^43.45^270^11.60^10.54^2.13^32.29^1.5^3.45^122^2.36^25^185^176^507^1.23^0.122^0.317^28.5^0.0^0.176^0.223^3.617^0.550^0.150^^^^^^0.55^235^47^43^0^56^0^139^^0.97^5.2^4.255^3.137^1.750^22^119.66^~1 slice~^957.37^~1 pie~^0 ~21281~^~DOMINO'S 14" Pepperoni Pizza, Ultimate Deep Dish Crust~^40.85^288^12.11^12.28^2.46^32.30^2.1^3.26^112^2.60^25^202^176^526^1.51^0.116^0.368^36.8^0.0^0.160^0.242^3.975^0.600^^^^^^^0.56^301^70^66^0^49^0^102^^0.88^5.9^4.905^4.027^2.030^17^127.02^~1 slice~^1004.05^~1 pie~^0 ~21282~^~DOMINO'S 14" EXTRAVAGANZZA FEAST Pizza~^50.77^244^10.33^11.10^2.08^25.72^2.0^3.30^113^2.32^22^184^174^456^1.27^0.111^0.260^24.0^0.0^0.135^0.220^3.250^0.500^^^^^^^0.55^227^51^48^0^40^0^53^^0.80^5.2^4.386^3.627^1.425^20^150.68^~1 slice~^1223.66^~1 pie~^0 ~21283~^~PAPA JOHN'S 14" CHS PIZZA,ORIGINAL CRUST~^44.16^260^11.53^9.25^2.32^32.74^1.9^5.32^166^1.97^24^203^138^578^1.24^0.125^0.338^27.6^0.0^0.453^1.225^3.064^0.180^0.122^77^45^33^109^^0.68^293^60^54^0^69^0^1520^47^1.14^7.5^3.871^2.476^1.970^19^117.27^~1 slice~^937.66^~1 pie~^0 ~21284~^~PAPA JOHN'S 14" PEPPERONI PIZZA,ORIGINAL CRUST~^43.60^275^11.97^11.86^2.53^30.04^1.2^4.84^152^1.98^23^196^150^671^1.34^0.128^0.348^29.3^0.0^0.431^0.486^3.225^0.266^0.162^72^43^29^102^^0.79^294^58^52^0^73^0^119^^1.10^6.1^4.908^3.912^2.206^26^122.99^~1 slice~^1021.04^~1 pie~^0 ~21285~^~PAPA JOHN'S 14" THE WORKS PIZZA,ORIGINAL CRUST~^50.57^240^10.27^10.21^2.26^26.69^2.5^4.84^99^1.50^21^160^160^570^0.98^0.149^0.282^26.8^0.0^0.233^0.292^3.205^0.325^^65^38^27^92^^0.72^172^31^27^0^49^0^57^^1.06^5.6^3.765^3.652^1.877^21^153.49^~1 slice~^1092.98^~1 pie~^0 ~21286~^~PAPA JOHN'S 14" CHS PIZZA,THIN CRUST~^43.30^295^12.29^15.66^2.48^26.26^2.3^3.85^238^0.51^22^245^160^528^1.25^0.149^0.210^29.0^0.0^0.469^0.216^0.895^0.139^^^^^^^0.83^390^84^77^0^80^0^308^^1.78^5.6^6.202^6.002^1.663^28^87.40^~1 slice~^678.00^~1 pie~^0 ~21287~^~LITTLE CAESARS 14" ORIGINAL RND CHS PIZZA,REG CRUST~^43.39^265^13.39^9.54^2.18^31.50^1.7^4.02^233^2.34^28^231^170^454^1.61^0.126^0.321^31.4^0.0^0.377^0.297^3.237^0.447^^^^^^^0.40^360^78^72^0^72^0^39^^0.61^5.9^4.206^2.380^1.461^24^89.07^~1 slice~^757.93^~1 pie~^0 ~21288~^~LITTLE CAESARS 14" ORIGINAL RND PEPPERONI PIZZA,REG CRUST~^42.57^273^13.59^10.50^2.33^31.01^1.7^3.76^210^2.34^28^224^178^518^1.66^0.125^0.338^32.0^0.0^0.338^0.311^3.737^0.530^^^^^^^0.52^331^71^65^0^68^0^62^^0.76^5.9^4.541^3.108^1.603^28^90.31^~1 slice~^852.29^~1 pie~^0 ~21289~^~LITTLE CAESARS 14" ORIGINAL RND MEAT & VEG PIZZA,REG CRUST~^51.10^243^12.12^11.35^2.32^23.10^2.1^3.74^167^2.11^24^207^195^578^1.55^0.142^0.265^27.1^0.0^0.286^0.263^3.567^0.573^^^^^^^0.61^211^48^46^0^35^0^11^^0.90^5.7^4.561^4.063^1.720^31^115.23^~1 slice~^1043.03^~1 pie~^0 ~21290~^~LITTLE CAESARS 14" CHS PIZZA,LRG DEEP DISH CRUST~^44.90^263^12.63^10.22^2.16^30.10^1.3^3.66^224^2.31^27^221^160^432^1.52^0.116^0.311^30.0^0.0^0.440^0.273^2.967^0.570^^^^^^^0.43^334^76^71^0^58^0^66^^0.81^6.8^4.237^2.757^1.728^23^102.42^~1 slice~^918.97^~1 pie~^0 ~21291~^~LITTLE CAESARS 14" PEPPERONI PIZZA,LRG DEEP DISH CRUST~^44.98^265^12.93^10.81^2.25^29.03^1.5^3.39^201^2.30^27^215^173^492^1.57^0.121^0.316^30.9^0.0^0.373^0.280^3.767^0.483^^^^^^^0.46^315^65^59^0^67^5^42^^0.81^7.1^4.314^3.151^1.756^26^104.38^~1 slice~^937.53^~1 pie~^0 ~21292~^~LITTLE CAESARS 14" CHS PIZZA,THIN CRUST~^41.21^309^16.23^16.99^2.73^22.85^1.6^2.76^422^0.64^28^297^177^455^2.12^0.082^0.211^28.1^0.0^0.139^0.185^0.850^0.425^^^^^^^0.71^542^123^116^0^94^0^174^^1.21^9.6^7.327^4.420^3.161^39^47.81^~1 slice~^562.40^~1 pie~^0 ~21293~^~PIZZA HUT 14" CHS PIZZA,REG CRUST~^43.19^271^11.75^10.87^2.56^31.63^1.1^3.16^189^1.96^21^227^157^632^1.46^0.091^0.310^13.3^0.0^0.366^0.269^3.552^0.330^0.122^108^60^48^149^^0.71^311^69^64^11^54^0^168^^0.57^7.7^4.421^2.576^1.796^26^99.78^~1 slice~^1034.16^~1 pie~^0 ~21294~^~PIZZA HUT 14" CHS PIZZA,THICK CRUST~^43.25^280^12.00^12.42^2.38^29.96^0.9^2.60^187^1.62^21^225^147^561^1.27^^0.276^17.8^0.0^0.395^0.275^3.255^0.231^0.058^106^66^40^152^^0.79^323^72^67^11^54^0^216^^0.74^17.0^4.990^3.108^2.819^29^94.69^~1 slice~^1051.03^~1 pie~^0 ~21295~^~PIZZA HUT 14" CHS PIZZA,THIN 'N CRISPY CRUST~^39.25^296^15.22^13.25^3.25^29.03^1.1^2.52^263^1.45^25^303^178^783^1.50^0.164^0.265^21.1^0.4^0.330^0.305^5.345^0.241^0.082^96^56^40^135^^0.87^442^98^92^11^77^0^301^^0.68^7.7^6.394^3.605^1.710^41^75.83^~1 slice~^748.68^~1 pie~^0 ~22949~^~CAMPBELL,SUPPER BAKES MEAL KITS,SOUTHWEST-STYLE CHICK W/RICE~^53.20^189^4.94^1.23^1.12^39.51^2.5^4.94^^^^^^741^^^^^^^^^^^^^^^^^^^^^^^^^^^0.617^^^6^81.00^~.167 box, (NLEA serving)~^^~~^0 ~22950~^~CAMPBELL,SUPPER BAKES MEAL KITS,TRDNL RST CHK W/ STUFFING~^53.50^66^2.03^1.22^31.46^11.79^0.8^1.22^^^^^^301^^^^^^^^^^^^^^^^^^^^^^^^^^^0.407^^^2^246.00^~1 serving~^^~~^0 ~22951~^~CAMPBELL SOUP COMPANY,SWANSON,CHICK A LA KING~^80.10^71^4.70^4.03^7.15^4.03^0.7^0.67^0^0.00^^^^460^^^^^0.0^^^^^^^^^^^^252^^^^^^^^^^1.174^^^7^298.00^~1 can, (1 serving)~^^~~^0 ~22952~^~CAMPBELL SOUP COMPANY,SWANSON,CHICK & DUMPLINGS~^80.80^93^4.45^4.05^0.98^9.72^0.8^0.81^16^0.29^^^^401^^^^^0.0^^^^^^^^^^^^202^^^^^^^^^^1.822^^^14^247.00^~1 cup, (1 serving)~^^~~^0 ~22953~^~EGG ROLLS,PORK,REFR,HTD~^51.33^222^9.94^7.17^2.06^29.50^2.1^5.32^34^1.55^20^91^212^525^0.90^0.092^0.332^22.8^^0.240^0.110^2.250^0.490^0.173^^^^^^0.15^^^^^^^^^0.27^22.6^1.588^2.350^2.464^14^85.47^~1 roll~^28.35^~1 oz~^0 ~22954~^~EGG ROLLS,CHICK,REFR,HTD~^54.18^197^10.44^4.51^2.33^28.54^2.4^5.57^47^1.69^30^118^281^560^0.52^0.105^0.404^17.3^^0.240^0.170^3.630^0.660^0.287^^^^^^0.10^^^^^^^^^0.37^23.8^0.964^1.329^1.813^14^79.97^~1 roll~^28.35^~1 oz~^0 ~22955~^~EGG ROLLS,VEG,REFR,HTD~^54.46^196^6.62^4.67^2.26^31.99^2.8^6.85^46^1.95^26^83^250^561^0.55^0.110^0.495^12.9^^0.250^0.150^1.990^0.410^0.144^^^^^^0.10^^^^^^^^^0.54^41.9^0.756^1.271^2.191^0^78.10^~1 roll~^28.35^~1 oz~^0 ~22956~^~LASAGNA,VEG,FRZ,BKD~^71.24^139^6.87^6.04^1.66^14.18^1.9^2.54^150^0.55^21^140^170^352^0.87^0.073^0.191^14.1^1.1^0.117^0.185^0.810^0.197^0.102^14^1^12^14^12.3^0.59^647^68^42^90^256^5^0^101^0.46^17.8^2.422^1.455^1.130^14^226.57^~1 serving~^226.00^~1 cup~^0 ~22957~^~TKY,STUFFING,MSHD POTATOE W/GRAVY,ASSORTED VEG,FRZ,MICROWAVE~^71.16^128^6.97^3.89^1.66^16.32^1.3^4.82^27^0.79^18^106^230^420^0.48^0.056^0.157^7.9^0.8^0.138^0.252^3.057^0.233^0.177^24^7^16^29^17.1^0.33^85^^^^^^^^0.24^11.5^0.890^1.235^1.087^14^385.02^~1 serving~^421.79^~1 package~^0 ~22958~^~RICE BOWL W/ CHICK,FRZ ENTREE,PREP~^69.09^126^5.65^1.56^1.25^22.46^0.7^4.07^13^0.35^14^94^123^333^0.38^0.030^0.207^7.1^3.0^0.073^0.055^2.270^0.355^0.160^18^5^13^22^13.4^0.32^609^32^2^107^287^43^53^97^0.23^3.8^0.327^0.503^0.415^16^340.13^~1 bowl~^^~~^0 ~23001~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,ALL GRDS,RAW~^61.26^247^18.80^18.51^1.01^0.00^0.0^0.00^6^1.96^19^170^299^53^3.19^0.077^0.013^16.4^0.0^0.100^0.170^3.540^0.310^0.380^6^0^6^6^78.5^2.72^0^0^^0^0^0^0^0^^^7.420^8.200^0.700^64^28.35^~1 oz~^453.60^~1 lb~^21 ~23002~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^52.62^297^23.51^21.83^1.16^0.00^0.0^0.00^8^2.74^23^187^321^64^4.58^0.125^0.015^22.8^0.0^0.100^0.220^4.070^0.310^0.350^7^0^7^7^89.5^2.15^0^0^^0^0^0^0^0^^^8.420^9.590^0.820^71^286.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~23003~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,SEL,RAW~^63.70^222^20.72^14.82^1.34^0.00^0.0^0.00^6^2.01^20^174^309^54^3.28^0.079^0.013^16.5^0.0^0.100^0.180^3.630^0.310^0.380^6^0^6^6^86.5^2.78^0^0^^0^0^0^0^0^^^6.010^6.460^0.630^56^28.35^~1 oz~^453.60^~1 lb~^21 ~23004~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^52.66^294^24.05^21.18^1.08^0.00^0.0^0.00^8^2.72^23^186^320^64^4.55^0.124^0.015^22.9^0.0^0.100^0.220^4.050^0.310^0.350^7^0^7^7^91.6^2.15^0^0^^0^0^0^0^0^^^8.340^9.130^0.890^65^288.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^21 ~23005~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,ALL GRDS,RAW~^63.48^220^19.19^15.32^1.16^0.00^0.0^0.00^6^2.12^20^175^311^54^3.27^0.079^0.013^16.7^0.0^0.100^0.180^3.640^0.310^0.390^6^0^6^6^80.2^2.78^0^0^^0^0^0^0^0^^^6.140^6.760^0.600^57^28.35^~1 oz~^453.60^~1 lb~^22 ~23006~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^54.57^280^24.33^19.47^1.22^0.00^0.0^0.00^8^2.83^24^193^336^66^4.68^0.127^0.015^22.2^0.0^0.100^0.220^4.140^0.300^0.350^7^0^7^7^92.7^2.17^0^0^^0^0^0^0^0^^^7.560^8.540^0.700^62^287.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^22 ~23007~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,SEL,RAW~^66.28^192^19.89^11.84^1.24^0.00^0.0^0.00^6^2.16^20^178^319^55^3.34^0.081^0.013^16.7^0.0^0.110^0.180^3.710^0.320^0.390^7^0^7^7^83.1^2.82^0^0^^0^0^0^0^0^^^4.810^5.100^0.550^45^28.35^~1 oz~^453.60^~1 lb~^22 ~23008~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^55.53^265^25.01^17.54^1.35^0.00^0.0^0.00^8^2.88^25^196^342^66^4.76^0.129^0.015^22.3^0.0^0.100^0.220^4.200^0.310^0.350^7^0^7^7^95.3^2.18^0^0^^0^0^0^0^0^^^6.910^7.600^0.660^57^364.00^~1 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^85.00^~3 oz~^2 ~23030~^~BEEF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^73.00^133^21.41^4.66^1.05^0.00^0.0^0.00^5^2.14^24^213^378^62^4.97^0.093^0.011^31.4^0.0^0.059^0.170^5.455^0.727^0.612^7^0^7^7^86.5^3.17^0^0^0^0^0^0^0^0^0.17^0.2^1.755^2.152^0.277^61^190.72^~1 steak~^^~~^0 ~23031~^~BF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,CH,CKD,GRILLED~^65.10^174^28.79^5.71^1.15^0.00^0.0^0.00^5^2.67^26^236^365^55^6.84^0.097^0.011^42.8^0.0^0.067^0.192^5.815^0.766^0.577^8^0^8^8^103.4^4.25^0^0^0^0^0^0^0^0^0.20^0.0^2.218^2.666^0.325^82^141.48^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23032~^~BEEF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT 0" FAT,SEL,RAW~^73.52^124^21.96^3.24^1.12^0.00^0.0^0.00^5^2.38^25^219^386^57^5.74^0.098^0.011^31.3^0.0^0.080^0.204^5.760^0.820^0.622^7^0^7^7^91.1^2.87^0^0^0^0^0^0^0^0^0.17^0.2^1.225^1.338^0.269^61^200.26^~1 steak~^^~~^0 ~23033~^~BF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,SE,CKD,GRILLED~^66.28^160^29.24^3.91^1.17^0.00^0.0^0.00^5^2.98^27^245^365^52^8.06^0.142^0.019^40.8^0.0^0.065^0.210^5.990^0.859^0.524^8^0^8^8^101.9^4.04^0^0^0^0^0^0^0^0^0.19^0.0^1.267^1.385^0.255^78^174.08^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23034~^~BF,CHK,CLOD,SHLDR TENDER,MEDALLION,LN & FAT,0" FAT,CHOIC,RAW~^72.87^145^20.51^6.36^0.91^0.00^0.0^0.00^5^2.01^23^200^339^59^3.98^0.131^0.014^30.8^0.0^0.085^0.235^4.580^0.779^0.516^7^0^7^7^75.1^3.98^0^0^0^0^0^0^0^0^0.09^0.2^2.328^2.430^0.326^56^39.60^~1 medallion~^^~~^0 ~35188~^~FISH,HALIBUT,CKD,W/ SKN (ALASKA NATIVE)~^72.82^113^22.13^2.73^1.39^0.00^0.0^0.00^33^0.36^29^275^501^86^0.75^0.041^0.011^60.6^^0.083^0.176^6.247^0.486^0.266^22^^22^^^2.55^160^48^48^0^0^0^0^0^1.05^0.0^0.498^0.842^0.731^75^^~~^^~~^0 ~35190~^~SALMON,RED (SOCKEYE),FILETS W/ SKN,SMOKED (ALASKA NATIVE)~^23.93^345^60.62^11.43^6.19^0.00^0.0^0.00^58^1.06^58^650^960^51^1.14^0.148^0.051^76.0^0.0^0.494^0.543^22.750^2.745^0.816^9^0^9^9^223.8^18.10^103^31^31^0^0^0^0^0^1.20^0.0^2.593^4.025^3.469^155^^~~^^~~^0 ~35192~^~AGAVE,RAW (SOUTHWEST)~^81.83^68^0.52^0.15^1.27^16.23^6.6^2.58^417^1.80^55^7^127^14^0.15^0.138^0.094^0.4^4.0^0.029^0.039^0.162^0.041^0.055^7^0^7^7^^0.00^37^2^0^0^22^0^0^^0.23^5.3^^^^0^^~~^^~~^0 ~35193~^~AGAVE,CKD (SOUTHWEST)~^65.40^135^0.99^0.29^1.32^32.00^10.6^20.87^460^3.55^39^9^59^13^0.25^0.112^0.142^0.2^0.3^0.012^0.099^0.162^0.041^0.087^3^0^3^3^8.8^0.00^113^6^0^0^68^0^0^^0.36^4.9^^^^0^^~~^^~~^0 ~35194~^~AGAVE,DRIED (SOUTHWEST)~^11.64^341^1.71^0.69^3.98^81.98^15.6^50.70^770^3.64^207^37^767^14^12.10^0.189^0.337^0.6^0.3^0.021^0.644^0.870^0.150^0.216^7^0^7^7^^0.00^18^1^0^0^11^0^0^^0.76^0.5^^^^0^^~~^^~~^0 ~35195~^~CATTAIL,NARROW LEAF SHOOTS (NORTHERN PLAINS INDIANS)~^92.65^25^1.18^0.00^1.03^5.14^4.5^0.22^54^0.91^63^45^309^109^0.24^0.041^0.760^0.6^0.7^0.023^0.025^0.440^0.234^0.123^3^^3^^23.7^^11^1^^0^6^0^0^76^^22.8^^^^^^~~^^~~^0 ~35196~^~LAMBSQUARTERS,RAW (NORTHERN PLAINS INDIANS)~^85.23^47^4.21^0.28^3.32^6.96^6.3^^366^1.16^163^63^1270^7^0.72^0.120^1.490^1.1^^0.029^0.300^0.790^^0.184^48^^48^^20.0^^1952^98^^0^1171^0^0^3616^^346.6^^^^^^~~^^~~^0 ~35197~^~LAMBSQUARTERS,STMD (NORTHERN PLAINS INDIANS)~^85.02^48^4.06^0.16^3.30^7.47^5.2^^349^1.15^164^56^1070^4^0.61^0.100^1.560^^4.9^0.047^0.270^0.623^^0.232^^^^^^^3882^194^^0^2329^0^0^6162^^^^^^^^~~^^~~^0 ~35198~^~PLAINS PRICKLYPEAR,RAW (NORTHERN PLAINS INDIANS)~^89.22^42^0.12^0.11^0.38^10.17^5.3^1.02^180^0.20^69^11^130^4^0.14^0.019^0.583^0.1^11.0^0.008^0.032^0.293^^0.079^^^^^4.3^^^^^^^^^^^2.9^^^^^^~~^^~~^0 ~35199~^~PLAINS PRICKLYPEAR,BRLD (NORTHERN PLAINS INDIANS)~^75.83^91^0.39^0.31^1.90^21.57^^^^^^^^^^^^^6.2^0.018^0.044^1.000^^0.146^^^^^^^^0^^^^^^^^^^^^^^~~^^~~^0 ~35200~^~PRAIRIE TURNIPS,RAW (NORTHERN PLAINS INDIANS)~^60.69^156^2.62^0.36^0.65^35.67^8.0^0.82^130^1.27^63^31^156^5^0.37^0.053^0.266^14.7^5.5^0.178^0.090^1.071^^0.470^10^^10^^4.8^^^0^^^^^^^^0.0^^^^^^~~^^~~^0 ~35201~^~PRAIRIE TURNIPS,BLD (NORTHERN PLAINS INDIANS)~^67.68^129^1.64^0.32^0.36^29.99^7.2^4.74^103^0.95^49^20^108^4^0.28^0.038^0.209^^2.0^0.126^0.039^0.708^^0.379^^^^^^^^0^^^^^^^^^^^^^^~~^^~~^0 ~35202~^~RASPBERRIES,WILD (NORTHERN PLAINS INDIANS)~^84.48^62^1.12^0.28^0.28^13.85^7.5^5.54^36^0.64^26^41^175^4^0.47^0.097^0.368^^26.4^0.018^0.080^1.030^0.300^0.104^5^^5^^9.5^^50^2^^2^13^31^0^130^0.57^6.6^^^^^^~~^^~~^0 ~35203~^~ROSE HIPS,WILD (NORTHERN PLAINS INDIANS)~^58.66^162^1.60^0.34^1.18^38.22^24.1^2.58^169^1.06^69^61^429^4^0.25^0.113^1.020^^426.0^0.016^0.166^1.300^0.800^0.076^3^^3^^12.0^^4345^217^^31^2350^483^6800^2001^5.84^25.9^^^^^^~~^^~~^0 ~35204~^~CHOKECHERRIES,RAW,PITTED (NORTHERN PLAINS INDIANS)~^60.72^162^3.04^1.69^0.93^33.62^20.0^9.37^60^0.69^27^67^379^5^0.33^0.186^0.417^^5.5^0.034^0.173^0.628^0.398^0.198^2^^2^^10.7^^168^8^^2^90^19^0^347^0.35^21.1^^^^^^~~^^~~^0 ~35206~^~PLUMS,WILD (NORTHERN PLAINS INDIANS)~^76.68^91^0.43^0.17^0.77^21.95^6.0^10.61^11^0.17^8^30^364^4^0.09^0.035^0.076^^10.3^0.005^0.042^0.367^0.301^0.093^1^^1^^5.2^^3464^173^^140^1930^157^0^920^0.53^11.2^^^^^^~~^^~~^0 ~35207~^~PINON NUTS,RSTD (NAVAJO)~^5.00^541^7.41^34.08^2.45^51.06^43.4^^18^3.53^152^345^458^310^2.89^0.654^1.740^^0.0^0.212^0.222^1.630^0.791^0.116^7^^7^^^^^0^^^^^^^11.30^^3.210^15.570^14.420^^^~~^^~~^0 ~35226~^~SEA LION,STELLAR,LIVER (ALASKA NATIVE)~^71.27^137^22.90^5.00^0.83^0.00^^^6^9.00^22^396^291^88^4.10^1.890^0.700^693.0^^^^^^^^^^^^^^^^^^^^^^^1.300^0.900^0.200^359^^~~^^~~^0 ~35227~^~SEA LION,STELLAR,KIDNEY (ALASKA NATIVE)~^77.40^93^18.10^1.70^1.40^1.40^^^9^7.00^16^301^253^231^2.90^0.875^0.131^274.0^0.0^^^^^^^^^^^^0^^^^^^^^0.00^^0.300^0.300^0.300^390^^~~^^~~^0 ~35228~^~SEA LION,STELLAR,HEART (ALASKA NATIVE)~^76.20^102^17.00^3.30^1.00^1.00^^^5^6.70^22^263^319^115^2.24^0.306^0.037^122.0^^^^^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~35229~^~SEA LION,STELLAR,MEAT (ALASKA NATIVE)~^71.20^120^25.85^1.88^1.10^0.00^^^6^11.48^22^253^406^62^3.32^0.527^0.017^111.8^0.0^^^^^^^^^^^^0^^^^^^^^0.00^^0.400^0.100^0.250^64^^~~^^~~^0 ~35230~^~SEA LION,STELLAR,MEAT W/ FAT (ALASKA NATIVE)~^56.80^242^22.10^14.65^0.90^5.55^^^6^9.55^19^214^346^80^4.26^0.116^0.006^119.0^0.0^^^^^^^^^^^^^89^^^^^^^3.00^^2.900^3.300^3.000^66^^~~^^~~^0 ~35231~^~SEA LION,STELLAR,FAT (ALASKA NATIVE)~^4.70^850^0.90^94.00^0.20^0.00^^^^^^^^^^^^^0.0^^^^^^^^^^^^323^97^97^^^^^^0.10^^^^^95^^~~^^~~^0 ~42040~^~SYRUPS,GRENADINE~^32.40^268^0.00^0.00^0.69^66.91^0.0^46.55^6^0.05^4^4^28^27^0.13^0.026^^0.6^0.0^0.000^0.010^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^20.00^~1 tbsp~^6.70^~1 tsp~^0 ~42055~^~FRUIT-FLAVORED DRK,DRY PDR MIX,LO CAL,W/ ASPRT~^1.84^217^0.45^0.04^10.30^86.85^0.1^0.00^1047^0.08^3^1239^498^404^0.00^0.000^0.001^0.0^560.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^8.00^~1 tsp~^^~~^0 ~42063~^~PECTIN,LIQUID~^96.90^11^0.00^0.00^1.00^2.10^2.1^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~42074~^~FROZ NOVLT,ICE CRM,VAN ICE CRM,LT,NO SUGAR ADDED,CHOC COATD~^54.82^226^6.40^10.10^1.19^27.49^0.8^8.52^222^0.29^28^173^305^104^0.82^0.076^0.078^2.4^0.0^0.062^0.261^0.175^0.479^0.043^7^0^7^7^29.7^0.49^125^19^15^0^44^0^0^0^0.42^1.3^5.528^2.700^1.359^10^^~~^^~~^0 ~42100~^~CEREALS RTE,OATS,CORN PUFFED,PRESWEETENED,W/MARSHMALLOW~^1.50^398^5.90^3.30^2.50^86.70^1.7^43.50^14^9.31^41^132^100^711^5.17^0.100^1.431^11.8^0.0^1.290^1.470^17.240^0.079^1.730^345^326^19^573^9.7^5.17^2586^776^776^0^0^0^0^0^0.57^1.2^0.600^1.015^1.209^0^29.00^~1 cup, (1 NLEA serving)~^^~~^0 ~42116~^~CREAMY DRSNG,MADE W/SOUR CRM AND/OR BTTRMLK&OIL,RED CAL~^74.00^160^1.50^14.00^3.50^7.00^0.0^5.65^6^0.13^2^7^36^1023^0.04^0.000^^1.6^0.4^0.010^0.010^0.020^^0.030^0^0^0^0^16.0^0.07^0^0^0^0^0^0^0^0^2.39^3.5^2.115^3.273^7.994^0^245.00^~1 cup~^15.00^~1 tbsp~^0 ~42117~^~IMITATION CHS,AMERICAN OR CHEDDAR,LO CHOL~^38.00^390^25.00^32.00^4.00^1.00^0.0^1.00^705^0.70^30^530^55^670^3.00^0.030^^14.6^0.0^0.030^0.360^0.080^^0.070^18^0^18^18^0.1^0.83^423^115^113^0^28^0^0^0^0.28^2.7^5.815^14.127^10.615^15^113.00^~1 cup, shredded~^17.70^~1 cubic inch~^0 ~42119~^~BABYFOOD,BANANA JUC W/LOFAT YOGURT~^78.50^89^2.50^0.80^0.66^17.54^0.4^13.28^79^0.20^10^65^160^37^0.14^0.030^^1.6^33.9^0.030^0.100^0.270^^0.120^6^0^6^6^11.4^0.43^28^6^5^3^5^0^0^16^0.05^0.4^0.517^0.219^0.022^3^31.50^~1 fl oz~^126.00^~1 bottle, NFS~^0 ~19524~^~TARO CHIPS~^2.00^498^2.30^24.90^2.70^68.10^7.2^3.82^60^1.20^84^131^755^342^0.38^0.280^0.001^1.8^5.0^0.174^0.029^0.515^0.668^0.438^20^0^20^20^44.3^0.00^142^7^0^0^66^37^0^0^11.34^18.0^6.430^4.430^12.880^0^28.35^~1 oz~^23.00^~10 chips~^0 ~19701~^~CANDIES,SEMISWEET CHOC,MADE W/BUTTER~^0.70^477^4.20^29.70^1.20^63.40^5.9^^32^3.13^115^132^365^11^1.62^0.700^0.800^3.2^0.0^0.055^0.090^0.427^0.105^0.050^3^0^3^3^^0.00^60^3^0^^^^^^^^17.530^9.930^0.950^18^170.00^~1 cup, chips (6 oz package)~^182.00^~1 cup, large chips~^0 ~19702~^~GELATIN DSSRT,DRY MIX,W/ ADDED VIT C,SODIUM-CITRATE & SALT~^1.00^381^7.80^0.00^0.70^90.50^0.0^^3^0.15^2^142^7^491^0.01^0.118^0.016^3.6^62.8^0.002^0.021^0.008^0.011^0.010^3^0^3^3^^0.00^0^0^0^^^^^^^^0.000^^^0^85.00^~1 package, (3 oz)~^21.30^~1 portion, amount to make 1/2 cup~^0 ~19703~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT,ADDED P,K,NA,VIT C~^6.70^345^55.30^0.00^4.70^33.30^0.0^^2^0.02^1^0^1985^2751^0.07^1.016^0.049^25.5^490.0^0.012^0.108^0.040^0.059^0.049^14^0^14^14^^0.00^0^0^0^^^^^^^^0.000^^^0^9.00^~1 tbsp~^10.00^~1 package, (0.35 oz)~^0 ~19704~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT,NO ADDED NA~^6.70^345^55.30^0.00^4.70^33.30^0.0^^2^0.02^1^1293^14^158^0.07^1.016^0.049^25.5^0.0^0.012^0.108^0.040^0.059^0.049^14^0^14^14^^0.00^0^0^0^^^^^^^^0.000^^^0^9.00^~1 tbsp~^10.00^~1 package, (0.35 oz)~^0 ~19705~^~PUDDINGS,BANANA,DRY MIX,INST,W/ ADDED OIL~^2.80^386^0.00^4.40^3.80^89.00^0.0^^6^0.12^2^804^15^1499^0.04^0.021^0.010^0.8^0.0^0.001^0.003^0.002^0.006^0.001^0^0^0^0^^0.01^0^0^0^^^^^^^^0.790^1.300^2.120^0^99.00^~1 package, (3.5 oz)~^25.00^~1 portion, amount to make 1/2 cup~^0 ~19706~^~PUDDINGS,BANANA,DRY MIX,REG,W/ ADDED OIL~^4.10^387^0.00^5.00^2.50^88.40^0.3^^20^0.05^8^5^17^788^0.09^0.020^0.013^0.9^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.900^1.480^2.410^0^88.00^~1 package, (3.12 oz)~^22.00^~1 portion, amount to make 1/2 cup~^0 ~19708~^~PUDDINGS,LEMON,DRY MIX,REG,W/ ADDED OIL,K,NA~^5.20^366^0.10^1.50^2.40^90.30^0.1^^^0.17^4^3^257^849^0.02^0.024^0.025^0.7^0.0^0.005^0.024^0.019^0.030^0.005^0^0^0^0^^0.00^0^0^0^^^^^^^^0.270^0.440^0.720^0^85.00^~1 package, (3 oz)~^21.20^~1 portion, amount to make 1/2 cup~^0 ~19709~^~PUDDINGS,TAPIOCA,DRY MIX,W/ NO ADDED SALT~^4.00^369^0.10^0.10^1.40^94.30^0.2^^4^0.12^2^4^5^8^0.08^0.029^0.033^0.1^0.0^0.001^0.006^0.004^0.015^0.032^0^0^0^0^^0.00^0^0^0^^^^^^^^^^^0^92.00^~1 package, (3.5 oz)~^23.00^~1 portion, amount to make 1/2 cup~^0 ~19710~^~PUDDINGS,VANILLA,DRY MIX,REG,W/ ADDED OIL~^3.90^369^0.30^1.10^2.00^92.40^0.0^^15^0.05^5^3^20^754^0.09^0.020^0.013^0.9^0.0^0.000^0.000^0.000^0.004^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.200^0.320^0.530^0^88.00^~1 package, (3.12 oz)~^22.00^~1 portion, amount to make 1/2 cup~^0 ~19719~^~JAMS&PRESERVES,APRICOT~^34.50^242^0.70^0.20^0.20^64.40^0.3^43.40^20^0.49^4^3^77^40^0.06^0.100^0.040^2.0^8.8^0.000^0.022^0.036^0.020^0.020^1^0^1^1^0.4^0.00^205^14^0^2^116^11^0^9^0.13^0.0^0.010^0.000^0.000^0^20.00^~1 tbsp~^14.00^~1 packet, (0.5 oz)~^0 ~19720~^~SYRUPS,TABLE BLENDS,PANCAKE,W/2% MAPLE,W/ K~^30.10^265^0.00^0.10^0.20^69.60^0.0^^5^0.07^2^10^22^61^0.23^0.045^0.185^0.6^0.0^0.005^0.017^0.020^0.008^0.000^0^0^0^0^^0.00^0^0^0^^^^^^^^0.000^^^0^315.00^~1 cup~^20.00^~1 tbsp~^0 ~19800~^~CORN CAKES,VERY LO NA~^4.60^387^8.10^2.40^1.50^83.40^^^19^1.40^114^157^157^28^2.00^0.420^1.815^9.9^0.0^0.250^0.050^5.150^0.830^0.140^19^0^19^19^^0.00^242^12^0^^^^^^^^0.420^0.760^0.930^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19802~^~SNACKS,CORN-BASED,EXTRDD,PUFFS OR TWISTS,CHEESE-FLAVOR,UNENR~^1.50^558^5.76^35.76^2.89^54.10^2.2^2.76^58^1.10^20^108^197^896^0.60^0.063^0.095^3.0^0.0^0.155^0.200^5.743^0.374^0.064^120^86^34^180^^0.48^0^0^^0^0^0^^^5.12^36.1^5.512^10.437^18.649^4^28.35^~1 oz~^227.00^~1 bag, (8 oz)~^0 ~19804~^~SNACKS,CORN-BASE,EXTRUD,CHIPS,BARBECUE-FLAVOR,W/ENR MASA FLR~^1.20^523^7.00^32.70^2.80^56.20^^^131^4.90^77^207^236^763^1.06^0.166^0.774^6.7^1.7^0.420^0.480^6.300^0.143^0.230^200^0^200^200^^0.00^611^31^0^^^^^^^^4.460^9.480^16.170^0^28.35^~1 oz~^^~~^0 ~19806~^~POPCORN,AIR-POPPED,WHITE POPCORN~^4.10^382^12.00^4.20^1.80^77.90^15.1^^10^2.66^131^300^301^4^3.44^0.420^0.943^9.9^0.0^0.203^0.283^1.944^0.420^0.245^23^0^23^23^^0.00^27^1^0^^^^^^^^0.570^1.100^1.900^0^8.00^~1 cup~^28.35^~1 oz~^0 ~19807~^~POPCORN,OIL-POPPED,WHITE POPCORN~^2.80^500^9.00^28.10^2.90^57.20^10.0^^10^2.78^108^250^225^884^2.64^0.221^0.879^7.3^0.3^0.134^0.136^1.550^0.305^0.209^17^0^17^17^^0.00^11^1^0^^^^^^^^4.890^8.170^13.420^0^11.00^~1 cup~^28.35^~1 oz~^0 ~19809~^~POTATO CHIPS,PLN,MADE W/PART HYDR SOYBN OIL,SALTED~^1.90^536^7.00^34.60^3.60^52.90^4.8^^24^1.63^67^165^1275^594^1.09^0.306^0.440^8.1^31.1^0.167^0.197^3.827^0.402^0.660^45^0^45^45^^^0^0^0^^^^^^^^5.430^18.000^9.160^0^28.35^~1 oz~^227.00^~1 bag, (8 oz)~^0 ~19810~^~POTATO CHIPS,PLN,MADE W/PART HYDR SOYBN OIL,UNSALTED~^1.90^536^7.00^34.60^3.60^52.90^4.8^^24^1.63^67^165^1275^8^1.09^0.306^0.440^8.1^31.1^0.167^0.197^3.827^0.402^0.660^45^0^45^45^^^0^0^0^^^^^^^^5.430^18.000^9.160^0^28.35^~1 oz~^227.00^~1 bag, (8 oz)~^0 ~19811~^~POTATO CHIPS,PLN,UNSALTED~^1.90^536^7.00^34.60^3.60^52.90^4.8^0.22^24^1.63^67^165^1275^8^1.09^0.306^0.440^8.1^31.1^0.167^0.197^3.827^0.402^0.660^45^0^45^45^37.5^0.00^0^0^0^0^0^0^0^0^9.11^22.1^10.960^9.840^12.170^0^28.35^~1 oz~^227.00^~1 bag, (8 oz)~^0 ~19812~^~PRETZELS,HARD,PLN,MADE W/UNENR FLR,SALTED~^3.30^381^9.10^3.50^4.90^79.20^2.8^^36^1.67^35^113^146^1715^0.85^0.264^1.789^5.8^0.0^0.180^0.100^1.920^0.288^0.116^83^0^83^83^^0.00^0^0^0^^^^^^^^0.750^1.360^1.220^0^28.35^~1 oz~^60.00^~10 twists~^0 ~19813~^~PRETZELS,HARD,PLN,MADE W/UNENR FLR,UNSALTED~^3.30^381^9.10^3.50^4.90^79.20^2.8^^36^1.67^35^113^146^289^0.85^0.264^1.789^5.8^0.0^0.180^0.100^1.920^0.288^0.116^83^0^83^83^^0.00^0^0^0^^^^^^^^0.750^1.360^1.220^0^28.35^~1 oz~^60.00^~10 twists~^0 ~19814~^~SNACKS,PRETZELS,HARD,PLN,MADE W/ ENR FLR,UNSALTED~^3.30^381^9.10^3.50^4.90^79.20^2.8^2.21^36^4.32^35^113^146^289^0.85^0.264^1.789^5.8^0.0^0.461^0.623^5.251^0.288^0.116^171^88^83^233^23.5^0.00^0^0^0^0^0^0^0^0^0.35^0.9^0.750^1.360^1.220^0^28.35^~1 oz~^60.00^~10 twists~^0 ~19816~^~RICE CAKES,BROWN RICE,PLN,UNSALTED~^5.80^387^8.20^2.80^1.70^81.50^4.2^0.88^11^1.49^131^360^290^26^3.00^0.445^3.730^24.6^0.0^0.061^0.165^7.806^1.000^0.150^21^0^21^21^31.6^0.00^0^0^0^0^0^0^0^0^1.24^1.9^0.570^1.030^0.990^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19817~^~RICE CAKES,BROWN RICE,BUCKWHEAT,UNSALTED~^5.90^380^9.00^3.50^1.60^80.10^^^11^1.14^151^380^299^4^2.50^0.380^6.180^16.4^0.0^0.056^0.103^8.096^1.160^0.130^21^0^21^21^^0.00^0^0^0^^^^^^^^0.640^1.110^1.110^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19818~^~RICE CAKES,BROWN RICE,MULTIGRAIN,UNSALTED~^6.30^387^8.50^3.50^1.60^80.10^^^21^1.96^137^370^294^4^2.53^0.427^5.220^20.0^0.0^0.067^0.184^6.602^1.002^0.137^20^0^20^20^^0.00^0^0^0^^^^^^^^0.560^1.160^1.440^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19819~^~RICE CAKES,BROWN RICE,SESAME SD,UNSALTED~^5.90^392^7.60^3.80^1.20^81.50^^^12^1.58^136^375^290^4^3.00^0.390^4.299^24.1^3.0^0.048^0.085^7.205^1.461^0.155^18^0^18^18^^0.00^0^0^0^^^^^^^^0.540^1.100^1.150^0^9.00^~1 cake~^18.00^~2 cakes~^0 ~19820~^~SESAME STKS,WHEAT-BASED,UNSALTED~^2.00^541^10.90^36.70^3.90^46.50^^^170^0.74^45^138^177^29^1.17^0.406^0.904^17.1^0.0^0.123^0.063^1.552^0.234^0.086^22^0^22^22^^0.00^88^4^0^^^^^^^^6.480^10.910^17.420^0^28.35^~1 oz~^56.70^~2 oz~^0 ~19821~^~TRAIL MIX,REG,UNSALTED~^9.20^462^13.80^29.40^2.60^44.90^^^78^3.05^158^345^685^10^3.22^0.985^1.034^^1.4^0.462^0.198^4.712^0.895^0.298^71^0^71^71^^0.00^18^1^0^^^^^^^^5.550^12.530^9.650^0^150.00^~1 cup~^28.35^~1 oz~^0 ~19822~^~TRAIL MIX,REG,W/CHOC CHIPS,UNSALTED NUTS&SEEDS~^6.60^484^14.20^31.90^2.30^44.90^^^109^3.39^161^387^648^27^3.14^0.844^1.062^^1.3^0.413^0.224^4.405^0.964^0.259^65^0^65^65^^0.00^44^3^1^^^^^^^^6.100^13.540^11.290^4^146.00^~1 cup~^28.35^~1 oz~^0 ~19823~^~POTATO CHIPS,WO/SALT,RED FAT~^1.00^487^7.10^20.80^3.30^67.80^6.1^0.22^21^1.35^89^193^1744^8^1.01^0.348^^8.1^25.7^0.210^0.270^7.000^^0.670^10^0^10^10^53.0^0.00^0^0^0^0^0^0^0^0^5.47^13.3^4.160^4.800^10.940^0^28.35^~1 oz~^^~~^0 ~19833~^~TORTILLA CHIPS,LOFAT,UNSALTED~^1.70^416^11.00^5.70^1.00^80.10^5.3^0.85^159^1.60^97^318^272^15^1.15^0.110^^15.7^0.2^0.220^0.280^0.420^^0.180^16^0^16^16^23.4^0.00^82^4^0^24^37^0^0^507^3.53^20.9^0.850^1.660^2.870^0^28.35^~1 oz~^^~~^0 ~19856~^~FROZEN NOVELTIES,JUC TYPE,POPSICLE SCRIBBLERS~^79.96^81^0.00^0.24^0.12^19.68^0.0^14.57^5^0.30^3^2^23^13^0.07^0.000^0.000^^1.2^^^^^^^^^^^^^^^^^^^^^^^^^^33.33^~1 serving, 1.2 fl oz pop~^^~~^0 ~21296~^~PIZZA HUT 14" PEPPERONI PIZZA,REG CRUST~^40.53^287^12.17^12.02^2.80^32.48^2.6^3.20^139^2.13^22^197^184^744^1.46^0.096^0.360^16.0^0.0^0.409^0.326^4.360^0.400^0.152^112^68^44^159^^0.72^252^48^42^11^61^0^46^^0.65^8.5^4.726^3.649^2.074^29^101.01^~1 slice~^1004.61^~1 pie~^0 ~21297~^~PIZZA HUT 14" PEPPERONI PIZZA,THICK CRUST~^40.98^298^12.24^14.38^2.52^29.87^1.5^2.42^140^1.65^22^197^163^668^1.25^^0.317^19.8^0.0^0.389^0.301^3.321^0.323^0.093^103^57^46^143^^0.84^229^48^44^11^44^0^36^^0.92^21.5^4.926^4.068^3.329^32^85.44^~1 slice~^1042.44^~1 pie~^0 ~21298~^~PIZZA HUT 14" SUPER SUPREME PIZZA,REG CRUST~^49.15^248^11.34^10.95^2.53^26.01^2.3^3.04^104^1.53^23^183^208^658^1.15^0.149^0.285^14.5^0.6^0.367^0.290^2.380^0.422^0.098^59^35^24^83^^0.84^156^32^29^11^31^0^16^^0.66^8.1^4.217^3.805^1.875^28^122.77^~1 slice~^1312.74^~1 pie~^0 ~21299~^~FST FD, PZZA CHN, 14" PZZA, CHS TPPING, REG CRUST~^43.76^264^11.91^9.51^2.23^32.58^1.7^4.02^177^2.14^24^212^154^535^1.37^0.119^0.317^24.5^0.0^0.340^0.502^3.277^0.352^0.120^93^52^40^129^16.4^0.55^358^69^61^0^92^0^1915^58^0.83^6.7^4.221^2.352^1.788^21^103.15^~1 slice~^905.19^~1 pie~^0 ~21300~^~FAST FD,PIZZA CHAIN,14" PIZZA,CHS TOPPING,THICK CRUST~^43.41^272^12.00^10.99^2.27^31.33^1.5^3.18^186^2.30^24^216^157^533^1.38^0.110^0.315^27.8^0.0^0.354^0.265^3.490^0.442^0.058^106^66^40^152^16.6^0.56^360^69^61^0^93^0^1927^22^0.82^10.0^4.679^2.934^2.389^24^106.00^~1 slice~^975.84^~1 pie~^0 ~21301~^~FAST FD,PIZZA CHAIN,14" PIZZA,CHS TOPPING,THIN CRUST~^40.87^304^14.17^15.68^2.74^26.54^2.0^3.08^300^0.83^25^286^175^581^1.63^0.124^0.236^28.4^0.1^0.256^0.204^2.029^0.301^0.082^96^56^40^135^18.9^0.80^376^72^64^0^97^0^2013^30^1.29^9.7^6.932^4.561^2.932^35^62.52^~1 slice~^626.77^~1 pie~^0 ~21302~^~FAST FD,PIZZA CHAIN,14" PIZZA,PEPPERONI TOPPING,REG CRUST~^42.53^276^12.33^11.23^2.45^31.46^1.5^3.81^156^2.20^24^200^172^632^1.43^0.118^0.340^26.5^0.0^0.339^0.337^3.735^0.437^0.155^92^56^36^131^25.4^0.64^365^70^62^0^94^0^1957^24^0.87^6.4^4.870^3.454^2.010^27^108.49^~1 slice~^958.83^~1 pie~^0 ~21303~^~FAST FD,PIZZA CHAIN,14" PIZZA,PEPPERONI TOPPING,THICK CRUST~^42.27^284^12.43^12.49^2.41^30.40^1.8^3.02^160^2.18^25^204^171^617^1.44^0.119^0.334^29.1^0.0^0.307^0.274^3.687^0.469^0.093^103^57^46^143^24.8^0.62^346^64^56^0^95^0^1966^23^0.87^11.5^4.977^3.762^2.603^28^105.61^~1 slice~^994.67^~1 pie~^0 ~21304~^~FAST FD,PIZZA CHAIN,14" PIZZA,MEAT & VEG TOPPING,REG CRUST~^50.40^244^11.02^10.90^2.30^25.38^2.2^3.73^120^1.86^23^183^184^589^1.24^0.138^0.273^23.1^0.1^0.256^0.266^3.100^0.455^0.098^62^36^26^87^21.7^0.68^315^61^54^0^81^0^1689^26^0.86^6.2^4.407^3.787^1.890^27^135.54^~1 slice~^1168.10^~1 pie~^0 ~21305~^~Egg, Cheese and Sausage Griddle Cake Sandwich~^47.03^291^10.77^17.73^2.44^22.04^0.6^7.90^96^1.51^14^307^146^652^1.03^0.079^0.143^17.1^0.0^0.170^0.290^2.111^0.590^0.128^52^25^27^70^71.5^0.53^215^58^57^0^15^2^0^81^0.55^1.8^5.649^6.718^2.260^132^198.93^~1 item, 7.017 oz~^^~~^0 ~21306~^~Sausage Griddle Cake Sandwich~^40.11^318^8.41^17.76^2.47^31.25^1.0^11.23^63^1.42^14^316^145^737^0.76^0.079^0.198^15.2^0.0^0.209^0.156^3.082^0.384^0.108^74^37^37^100^32.3^0.27^0^0^0^0^0^0^0^28^0.00^1.0^5.435^7.532^2.591^24^134.50^~1 item, 4.744 oz~^^~~^0 ~21307~^~Egg, Cheese and Bacon Griddle Cake Sandwich~^45.85^272^12.03^13.19^2.73^26.19^0.8^9.56^109^1.65^21^181^156^752^1.36^0.094^^24.7^1.8^0.126^0.300^1.319^0.522^0.083^61^30^31^82^76.0^0.39^232^63^61^0^16^2^0^94^0.53^2.0^4.201^4.686^1.775^147^167.93^~1 item, 5.923 oz~^^~~^0 ~21308~^~MCDONALD'S,CHICK SELECTS PREMIUM BREAST STRIPS~^44.12^303^17.23^18.08^2.73^17.83^0.2^0.00^20^0.60^24^275^291^767^0.52^0.058^0.171^^0.0^0.060^0.096^8.420^1.290^0.520^40^^^^^0.19^20^^^^^^^^^^2.575^8.129^6.597^40^131.00^~3 pieces, 4.6 oz~^219.00^~5 pieces, 7.7 oz~^0 ~21309~^~MCDONALD'S,CHICK MCNUGGETS~^47.44^291^14.97^18.07^2.29^17.22^0.8^0.00^14^0.91^22^332^251^632^0.59^0.037^0.103^^1.2^0.160^0.110^7.400^0.880^0.398^28^^^^^0.33^0^^^^^^^^^^3.133^8.177^5.896^44^64.00^~4 pieces, 2.3 oz~^95.00^~6 pieces, 3.4 oz~^0 ~21310~^~MCDONALD'S,BARBEQUE SAU~^57.68^165^1.55^1.22^2.63^36.93^1.3^34.31^11^0.40^13^30^197^910^0.17^0.037^0.097^^0.0^0.022^0.043^0.690^0.196^0.083^8^^8^^^^237^12^^^142^^^^1.07^^0.140^0.271^0.504^^28.00^~1 package~^^~~^0 ~21311~^~MCDONALD'S,CREAMY RANCH SAU~^41.36^468^1.11^52.03^2.01^3.49^0.0^3.45^29^0.25^3^30^78^708^0.13^0.037^0.022^^0.0^0.031^0.079^0.033^0.189^0.040^0^^0^^^0.23^0^0^0^^0^^^^3.42^^7.894^11.094^28.178^21^43.00^~1.5 oz~^^~~^0 ~21312~^~MCDONALD'S,HONEY~^13.40^351^0.09^0.00^0.07^86.44^^74.32^5^0.27^1^4^30^7^0.14^0.037^0.080^^0.7^0.095^0.030^0.158^0.071^0.061^0^^0^^^^^^^^^^^^^^0.000^0.000^0.000^^14.00^~1 package~^^~~^0 ~21313~^~MCDONALD'S,HOT MUSTARD SAU~^58.65^190^2.60^7.31^2.36^29.08^5.0^21.76^32^0.86^24^57^83^902^0.36^0.037^0.220^^0.0^0.048^0.056^0.402^0.175^0.060^0^^0^^^0.23^0^0^0^^0^^^^0.86^^0.987^1.724^3.406^^28.00^~1 package~^^~~^0 ~23035~^~BF,CHK,CLOD,SHDR TNDR,MED,LN & FAT,0" FAT,CH,CKD,GRILLED~^65.57^181^26.07^7.68^1.03^0.00^0.0^0.00^5^2.58^25^227^361^60^5.26^0.090^0.011^38.9^0.0^0.081^0.223^5.035^0.858^0.586^8^0^8^8^102.8^4.73^0^0^0^0^0^0^0^0^0.17^0.2^2.737^2.872^0.381^76^30.33^~1 medallion~^85.00^~1 serving, (3 oz)~^0 ~23036~^~BF,CHK,CLOD,SHLDR TENDER,MEDALLION,LN & FAT,0" FAT,SEL,RAW~^72.79^142^20.93^5.79^0.90^0.00^0.0^0.00^5^2.39^25^219^366^60^4.38^0.130^0.018^31.8^0.0^0.089^0.269^5.570^0.921^0.519^7^0^7^7^85.2^5.09^0^0^0^0^0^0^0^0^0.09^0.2^1.988^1.979^0.337^58^44.40^~1 medallion~^^~~^0 ~23037~^~BEEF,CHUCK,SHLDR CLOD,TOP & CNTR ,STK,LN & FAT,0" FAT,CH,RAW~^72.49^143^20.39^6.12^0.91^0.00^0.0^0.00^4^2.14^24^212^347^61^5.24^0.088^0.011^29.7^0.0^0.072^0.230^5.130^0.731^0.673^7^0^7^7^85.1^3.56^0^0^0^0^0^0^0^0^0.18^0.2^2.083^3.439^0.554^57^246.23^~1 steak~^^~~^0 ~23038~^~BF,CHK,SHLDR CLOD,TOP & CNTR,STK,LN & FAT,0" FAT,CH,CKD,GRLD~^65.02^184^26.07^8.11^1.03^0.00^0.0^0.00^5^2.57^24^223^342^59^6.85^0.097^0.013^40.1^0.0^0.068^0.268^5.165^0.784^0.567^11^0^11^11^94.0^4.56^0^0^0^0^0^0^0^0^0.18^0.4^3.031^3.380^0.405^74^187.96^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23039~^~BF,CHUCK,SHLDR CLOD, TOP & CNTR,STK,LN & FAT,0" FAT,SEL,RAW~^72.54^140^21.13^5.51^0.88^0.00^0.0^0.00^4^2.64^25^221^370^58^5.99^0.107^0.020^32.0^0.0^0.093^0.253^5.320^0.861^0.622^7^0^7^7^86.9^4.68^0^0^0^0^0^0^0^0^0.18^0.2^1.791^1.933^0.341^58^233.45^~1 steak~^^~~^0 ~23040~^~BF,CHK, CLOD,TOP & CNTR,STK,LN & FAT,0" FAT,SEL,CKD,GRLD~^64.65^176^26.66^6.94^1.07^0.00^0.0^0.00^5^3.23^28^249^401^62^7.58^0.073^0.019^44.3^0.0^0.087^0.344^5.490^0.949^0.593^11^0^11^11^104.0^5.71^0^0^0^0^0^0^0^0^0.18^0.4^2.235^2.373^0.376^77^179.23^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23041~^~BF,CHK,SHLDR CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^70.00^182^18.75^11.33^0.88^0.00^0.0^0.00^5^2.23^20^178^302^74^6.58^0.121^0.015^28.9^0.0^0.079^0.211^3.380^0.933^0.375^3^0^3^3^83.2^4.96^0^0^0^0^0^0^0^0^0.17^0.6^4.186^4.408^0.463^65^253.90^~1 steak~^^~~^0 ~23042~^~BF,CHK,CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,CH,CKD,GRILLED~^61.93^228^24.70^13.59^0.94^0.00^0.0^0.00^6^2.78^23^199^317^78^8.77^0.139^0.018^37.0^0.0^0.070^0.247^3.720^0.881^0.376^6^0^6^6^101.7^5.75^0^0^0^0^0^0^0^0^0.14^0.9^5.432^5.711^0.558^83^193.13^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23043~^~BF,CHUCK,SHLDR CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,SEL,RAW~^71.19^166^19.38^9.22^0.94^0.00^0.0^0.00^6^2.62^23^198^324^75^7.47^0.116^0.017^31.5^0.0^0.140^0.258^3.500^0.990^0.358^3^0^3^3^102.7^5.23^0^0^0^0^0^0^0^0^0.16^0.6^3.464^3.616^0.498^66^243.45^~1 steak~^^~~^0 ~23044~^~BF,CHK,CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,SEL,CKD,GRILLED~^62.22^212^25.29^11.52^0.93^0.00^0.0^0.00^6^3.10^24^211^333^76^9.61^0.122^0.017^39.3^0.0^0.079^0.382^4.060^1.070^0.410^6^0^6^6^112.0^6.18^0^0^0^0^0^0^0^0^0.14^0.9^4.423^4.568^0.572^83^185.83^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23045~^~BEEF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^72.05^150^20.74^6.85^0.96^0.00^0.0^0.00^5^1.94^24^214^365^54^5.15^0.077^0.011^30.6^0.0^0.073^0.176^4.895^0.711^0.526^11^0^11^11^81.3^4.04^0^0^0^0^0^0^0^0^0.21^0.0^2.300^2.497^0.321^58^208.63^~1 steak~^^~~^0 ~23046~^~BF,RND,KNUCKLE,TIP CNTR,STK,LN & FAT,0" FAT,CHOIC,CKD,GRLD~^64.53^188^26.88^8.13^0.97^0.00^0.0^0.00^5^2.51^26^238^373^51^6.56^0.090^0.011^39.8^0.0^0.054^0.213^5.435^0.702^0.515^10^0^10^10^103.8^2.92^0^0^0^0^0^0^0^0^0.20^0.2^2.759^2.983^0.367^75^155.94^~1 steak~^^~~^0 ~23047~^~BEEF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,SEL,RAW~^72.72^137^20.98^5.21^0.92^0.00^0.0^0.00^5^2.01^24^216^360^53^5.65^0.068^0.011^28.8^0.0^0.067^0.201^5.240^0.776^0.527^11^0^11^11^85.8^5.39^0^0^0^0^0^0^0^0^0.20^0.0^1.890^2.014^0.295^59^203.05^~1 steak~^^~~^0 ~23048~^~BF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,SE,CKD,GRILLED~^67.13^162^26.61^5.32^0.97^0.00^0.0^0.00^5^2.49^26^243^386^53^7.41^0.088^0.011^37.5^0.0^0.067^0.225^4.660^0.848^0.457^10^0^10^10^104.7^3.83^0^0^0^0^0^0^0^0^0.19^0.2^2.063^2.172^0.341^74^160.35^~1 steak~^^~~^0 ~23049~^~BF,RND,OUTSIDE RND,BTTM RND,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^71.51^150^21.24^6.59^1.04^0.00^0.0^0.00^5^2.34^24^209^338^63^3.76^0.136^0.018^33.3^0.0^0.064^0.186^6.390^0.650^0.720^6^0^6^6^83.5^4.70^0^0^0^0^0^0^0^0^0.08^0.0^2.301^2.940^0.309^61^292.62^~1 steak~^^~~^0 ~23050~^~BF,RND,OUT RND,BTTM RND,STK,LN & FAT,0" FAT,CH,CKD,GRILLED~^63.35^191^27.22^8.30^1.14^0.00^0.0^0.00^5^2.92^25^232^361^57^4.81^0.109^0.014^44.8^0.0^0.058^0.196^7.310^0.763^0.680^7^0^7^7^94.2^3.83^0^0^0^0^0^0^0^0^0.10^0.0^2.954^3.759^0.338^78^224.92^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23051~^~BEEF,RND,OUTSIDE RND,BTTM RND,STEAK,LN & FAT,0" FAT,SEL,RAW~^73.28^129^22.15^3.83^1.06^0.00^0.0^0.00^5^2.91^24^217^360^62^4.31^0.132^0.020^30.3^0.0^0.089^0.241^6.360^0.768^0.724^6^0^6^6^91.3^3.61^0^0^0^0^0^0^0^0^0.07^0.0^1.400^1.630^0.309^61^^~~^^~~^0 ~23052~^~BF,RND,OUT RND,BTTM RND,STEAK,LN & FAT,0" FAT,SE,CKD,GRILLED~^65.76^166^28.01^5.17^1.20^0.00^0.0^0.00^5^3.12^26^237^368^60^5.68^0.127^0.032^41.3^0.0^0.081^0.242^8.050^0.850^0.660^8^0^8^8^91.6^4.41^0^0^0^0^0^0^0^0^0.10^0.0^1.716^2.006^0.286^75^253.35^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23053~^~BF,CHK,CLD,SHLDR TNDR,MEDALLION,LN & FAT,0" FAT,ALL GRDS,RAW~^72.80^144^20.54^6.22^0.92^0.00^0.0^0.00^5^1.95^23^196^327^58^3.72^0.131^0.016^33.3^0.0^0.087^0.269^4.510^0.799^0.503^7^0^7^7^^3.97^0^0^0^0^0^0^0^0^0.09^0.2^2.088^2.136^0.340^57^41.20^~1 medallion~^^~~^0 ~23054~^~BF,CHK,CLD,SHDR TNDR,MED,LN & FAT,0" FAT,ALL GRDS,CK,GRLD~^65.65^177^26.22^7.20^1.02^0.00^0.0^0.00^5^2.59^25^225^356^59^5.24^0.171^0.014^38.7^0.0^0.078^0.267^5.187^0.856^0.596^8^0^8^8^107.9^5.16^0^0^0^0^0^0^0^0^0.17^0.2^2.833^2.933^0.410^78^31.79^~1 medallion~^85.00^~1 serving, (3 oz)~^0 ~23055~^~BEEF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^73.25^129^21.69^4.00^1.09^0.00^0.0^0.00^5^2.22^24^215^381^61^5.23^0.095^0.011^31.4^0.0^0.066^0.181^5.557^0.758^0.616^7^0^7^7^88.8^3.07^0^0^0^0^0^0^0^0^0.17^0.2^1.578^1.881^0.275^61^206.52^~1 steak~^^~~^0 ~23056~^~BF,RND,KNUCK,TIP SIDE,STK,LN & FAT,0" FAT,ALL GRDS,CKD,GRLD~^65.68^168^29.08^4.84^1.16^0.00^0.0^0.00^5^2.77^26^239^365^54^7.25^0.112^0.014^42.1^0.0^0.066^0.198^5.873^0.797^0.559^8^0^8^8^102.6^4.18^0^0^0^0^0^0^0^0^0.20^0.0^1.901^2.239^0.301^80^167.63^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~42120~^~BABYFOOD,MXD FRUIT JUC W/LOFAT YOGURT~^81.50^76^2.40^0.80^0.62^14.68^0.4^10.80^81^0.20^10^60^137^36^0.14^0.030^^1.3^33.9^0.040^0.100^0.160^^0.050^6^0^6^6^8.2^0.43^28^5^5^0^3^8^0^18^0.03^0.2^0.517^0.219^0.022^3^31.50^~1 fl oz~^126.00^~1 bottle, NFS~^0 ~42128~^~TURKEY HAM,SLICED,EX LN,PREPACKAGED OR DELI-SLICED~^72.00^124^19.60^3.80^1.67^2.93^0.0^0.00^5^1.35^20^304^299^1038^2.36^0.110^^37.0^0.0^0.050^0.250^3.530^^0.230^6^0^6^6^59.1^0.26^0^0^0^0^0^0^0^0^0.39^0.0^1.090^0.864^1.148^67^138.00^~1 cup, pieces~^19.80^~1 cubic inch~^0 ~42129~^~BOLOGNA,BF&PORK,LOFAT~^63.40^230^11.50^19.30^3.20^2.60^0.0^0.00^11^0.66^12^181^156^1108^1.50^0.080^^11.2^0.0^0.170^0.130^2.540^^0.180^5^0^5^5^48.2^1.31^0^0^0^0^0^0^0^0^0.22^0.3^7.308^9.145^1.639^39^138.00^~1 cup, pieces~^14.00^~1 cubic inch~^0 ~42130~^~TURKEY BACON,COOKED~^32.60^382^29.60^27.90^6.80^3.10^0.0^0.00^9^2.11^29^460^395^2285^3.03^0.150^^25.8^0.0^0.060^0.240^3.530^^0.320^9^0^9^9^71.3^0.36^0^0^0^0^0^0^0^0^1.03^7.1^8.294^10.899^6.807^98^82.00^~1 cup, pieces~^28.00^~1 oz~^0 ~42131~^~MILK DSSRT,FRZ,MILK-FAT FREE,CHOC~^56.10^167^4.30^1.00^0.90^37.70^0.0^37.70^154^0.04^45^123^333^97^0.47^0.008^^2.6^0.7^0.050^0.260^0.100^^0.040^6^0^6^6^0.9^0.55^62^2^0^0^18^0^0^0^0.00^0.0^0.597^0.329^0.030^0^137.00^~1 cup~^^~~^0 ~42135~^~WHIPPED TOPPING,FRZ,LOFAT~^59.70^224^3.00^13.10^0.60^23.60^0.0^23.60^71^0.10^7^74^101^72^0.10^0.010^^2.4^0.0^0.020^0.090^0.100^^0.020^3^0^3^3^0.0^0.20^74^4^0^0^45^0^0^0^0.50^3.2^11.273^0.838^0.269^2^75.00^~1 cup~^^~~^0 ~42136~^~CREAM SUB,PDR,LT~^6.20^431^1.90^15.70^2.80^73.40^0.0^73.40^1^0.03^0^136^902^229^0.02^0.010^^0.8^0.0^0.000^0.000^0.000^^0.000^1^0^1^1^2.3^0.00^15^1^0^0^9^0^0^0^0.26^3.9^3.800^11.500^0.198^0^94.00^~1 cup~^3.00^~1 packet~^0 ~42137~^~SALAD DRSNG,PEPPERCORN DRSNG,COMM,REG~^31.90^564^1.20^61.40^2.00^3.50^0.0^2.45^22^0.35^2^26^176^1065^0.18^0.010^^1.6^0.6^0.000^0.000^0.000^^0.070^4^0^4^4^16.4^0.12^38^10^10^1^2^1^0^29^4.73^125.2^10.527^14.840^32.972^49^13.40^~1 tbsp~^26.00^~1 fl oz~^0 ~42138~^~MAYONNAISE,RED-CAL OR DIET,CHOL-FREE~^56.00^333^0.90^33.30^3.10^6.70^0.0^4.20^0^0.00^0^0^67^733^0.00^0.000^^1.6^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^7.0^0.00^0^0^0^0^0^0^0^0^6.43^24.7^4.618^7.707^19.500^0^231.00^~1 cup~^14.60^~1 tbsp~^0 ~42139~^~GRANOLA BAR,SOFT,MILK CHOC COATD,PNUT BUTTER~^3.20^536^9.60^31.20^1.90^54.10^3.8^23.63^108^1.45^67^227^339^193^1.47^0.323^^15.7^0.6^0.100^0.210^3.290^^0.110^25^0^25^25^24.7^0.46^26^8^8^0^0^0^0^32^4.59^5.7^17.065^6.561^1.906^12^28.35^~1 oz~^^~~^0 ~42140~^~SALAD DRSNG,ITALIAN DRSNG,RED CAL~^70.00^200^0.30^20.00^3.00^6.70^0.2^1.94^6^0.13^2^7^33^1421^0.04^0.005^0.020^1.6^0.4^0.010^0.010^0.020^0.000^0.030^3^0^3^3^3.3^0.07^0^0^0^0^0^0^0^0^0.59^12.5^2.880^4.660^11.580^0^216.00^~1 cup~^14.00^~1 tbsp~^0 ~42141~^~CREAM SUB,LIQ,LT~^86.20^71^0.80^3.50^0.40^9.10^0.0^9.10^1^0.56^0^75^177^60^0.05^0.000^^0.9^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^5^0^0^0^3^0^0^0^0.28^0.9^0.896^2.030^0.420^0^242.00^~1 cup~^30.00^~1 fl oz~^0 ~42148~^~CANDIES,MASTERFOODS USA,M&M'S PNUT BUTTER CHOC CANDIES~^2.00^529^10.16^29.32^1.75^56.89^4.0^47.15^88^1.06^81^191^330^213^1.49^0.452^0.963^2.8^0.5^0.152^0.074^4.329^0.603^0.095^45^0^45^45^37.5^0.19^100^28^28^0^0^0^0^0^1.26^5.9^18.485^4.448^0.542^7^46.20^~1 serving, 1.63 oz singles bag~^203.00^~1 cup~^0 ~42149~^~ORANGE-STRAWBERRY-BANANA JUC~^86.75^50^0.42^0.16^0.34^12.34^0.2^9.58^8^0.27^10^13^146^4^0.07^0.043^^0.1^25.0^0.025^0.014^0.167^^0.017^17^0^17^17^^0.00^87^4^0^3^17^68^0^58^0.04^0.5^0.023^0.020^0.042^0^234.00^~1 cup~^29.20^~1 fl oz~^0 ~42150~^~BABYFOOD,APPL YOGURT DSSRT,STR~^77.90^96^0.80^1.60^0.20^19.50^0.5^12.02^6^0.00^15^31^70^20^0.28^0.050^^0.7^35.1^1.560^0.050^0.000^^0.020^9^0^9^9^5.4^0.50^24^3^2^0^7^5^0^7^0.02^0.2^1.034^0.438^0.044^6^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~42151~^~VEGETABLE OIL-BUTTER SPRD,RED CAL~^44.70^465^0.00^53.00^2.30^0.00^0.0^0.00^6^0.04^0^10^6^581^0.01^0.001^^0.5^0.0^0.000^0.010^0.010^^0.000^1^0^1^1^6.5^0.00^3577^819^768^0^610^0^0^0^9.20^61.1^17.880^20.770^11.150^54^207.00^~1 cup~^13.00^~1 tbsp~^0 ~42153~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS DRSNG,RED CAL~^77.80^86^2.10^2.70^4.20^13.20^0.0^3.60^68^0.14^4^47^51^1610^0.30^0.013^^1.6^0.0^0.010^0.040^0.040^^0.020^28^0^28^28^17.0^0.11^254^67^65^4^19^4^0^126^0.90^91.0^0.628^1.092^0.855^10^249.00^~1 cup~^15.60^~1 tbsp~^0 ~42155~^~CHEESE,MONTEREY,LOW FAT~^46.00^313^28.20^21.60^3.50^0.70^0.0^0.56^705^0.72^27^444^81^564^3.00^0.032^^14.5^0.0^0.020^0.360^0.090^^0.080^18^0^18^18^15.4^0.83^549^142^137^0^55^0^0^0^0.19^1.8^14.040^5.640^0.840^65^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~42157~^~CRMY DRSG,MDE W/ SOUR CRM AND/OR BTRMLK & OIL,RED CAL,FTFREE~^74.70^107^1.40^2.70^1.20^20.00^0.0^5.35^36^0.25^5^77^133^1000^0.18^0.000^^1.6^0.0^0.010^0.060^0.040^^0.020^6^0^6^6^16.0^0.00^3^1^1^0^0^0^0^4^0.67^2.3^0.494^0.640^1.444^0^264.00^~1 cup~^16.50^~1 tbsp~^0 ~42158~^~CREAMY DRSNG,W/SOUR CRM AND/OR BTTRMLK&OIL,RED CAL,CHOL-FREE~^73.00^140^1.00^8.00^2.00^16.00^0.0^3.28^36^0.26^5^100^49^932^0.18^0.000^^1.6^0.0^0.010^0.060^0.040^^0.020^4^0^4^4^16.0^0.10^67^18^17^2^4^2^0^49^4.92^34.8^1.355^3.391^2.891^0^234.00^~1 cup~^15.00^~1 tbsp~^0 ~42161~^~BOLOGNA,BEEF,LOW FAT~^65.00^204^11.80^14.80^3.20^5.20^0.0^0.00^9^1.00^12^178^147^1180^1.83^0.030^^12.4^1.0^0.050^0.100^2.500^^0.150^5^0^5^5^53.3^1.40^0^0^0^0^0^0^0^0^0.19^0.3^5.464^6.455^0.510^44^28.00^~1 slice~^14.00^~1 cubic inch~^0 ~42171~^~SALAD DRSNG,FRENCH DRSNG,RED CAL~^59.00^200^0.40^13.00^0.60^27.00^0.0^25.92^11^0.40^0^14^79^1000^0.18^0.010^0.071^1.6^0.0^0.000^0.000^0.000^0.026^0.000^2^0^2^2^4.0^0.00^204^10^0^4^120^0^3843^0^2.86^4.8^1.872^3.029^7.527^0^260.00^~1 cup~^16.20^~1 tbsp~^0 ~42173~^~TURKEY&PORK SAUSAGE,FRSH,BULK,PATTY OR LINK,CKD~^50.90^307^22.70^23.00^2.70^0.70^0.0^0.00^32^1.62^19^191^337^878^3.17^0.148^^21.0^1.1^0.510^0.250^4.220^^0.340^4^0^4^4^79.9^1.26^0^0^0^0^0^0^0^0^0.39^5.7^7.950^9.719^3.250^84^130.00^~1 cup, cooked~^28.00^~1 oz~^0 ~19857~^~SNACKS,TORTILLA CHIPS,NACHO-FLAVOR,MADE W/ENR MASA FLR~^1.70^498^7.80^25.60^2.60^62.40^5.3^^147^3.70^82^244^216^708^1.20^0.177^0.408^13.0^1.8^0.400^0.350^4.000^0.290^0.286^130^0^130^130^^0.05^371^24^6^^^^^^^^4.900^15.090^3.540^3^28.35^~1 oz~^^~~^0 ~19858~^~CANDIES,SUGAR-COATED ALMONDS~^2.30^474^10.00^17.93^1.51^68.26^2.5^62.50^100^1.90^137^166^255^13^1.56^0.586^1.121^1.7^0.0^0.050^0.270^1.000^0.156^0.060^15^0^15^15^26.0^0.00^3^0^0^0^2^0^0^1^12.36^0.0^1.948^12.078^3.904^0^3.50^~1 piece~^^~~^0 ~19859~^~COCOA,DRY PDR,HI-FAT OR BRKFST,PLN~^3.00^299^16.80^23.71^5.10^48.30^29.8^1.55^122^14.50^519^758^1574^20^6.70^3.610^^12.3^0.0^0.080^0.370^1.800^^0.190^38^0^38^38^11.9^0.00^0^0^0^0^0^0^0^34^0.09^2.3^12.640^7.380^0.769^0^5.40^~1 tbsp~^^~~^0 ~19860~^~COCOA,DRY PDR,HI-FAT OR BRKFST,PROC W/ALKALI~^3.00^295^16.80^23.71^6.79^45.40^33.9^1.53^122^14.50^476^758^2509^20^6.70^3.610^^12.3^0.0^0.080^0.370^1.800^^0.190^38^0^38^38^11.4^0.00^0^0^0^0^0^0^0^33^0.18^4.4^12.640^7.380^0.769^0^^~~^^~~^0 ~19866~^~CANDIES,SOFT FRUIT & NUT SQUARES~^13.88^390^2.31^9.52^0.40^73.81^2.4^45.95^17^0.93^25^54^82^131^0.53^0.303^0.539^1.4^0.2^0.047^0.039^0.178^0.112^0.082^12^0^11^11^5.5^0.00^3^0^0^0^2^0^0^3^0.10^0.4^0.898^1.297^6.840^0^^~~^^~~^0 ~19867~^~ICE CREAMS,VANILLA,FAT FREE~^64.35^138^4.48^0.00^1.11^30.06^1.0^6.30^149^0.00^21^150^302^97^1.06^0.028^^2.9^0.0^0.051^0.248^0.140^^0.047^7^0^7^7^23.8^0.45^698^200^198^0^23^0^0^0^0.00^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~19868~^~SWEETENERS,TABLETOP,SUCRALOSE,SPLENDA PACKETS~^8.83^331^0.00^0.00^0.00^89.97^0.0^80.33^0^0.00^0^0^4^0^0.00^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^0.98^~1 serving, 1 packet~^^~~^0 ~19871~^~FROZEN NOVELTIES,NO SUGAR ADDED,FUDGESICLE POPS~^71.85^105^3.60^0.97^1.15^22.28^1.6^3.93^101^0.94^15^106^196^102^0.40^0.018^0.009^2.9^0.7^0.044^0.180^0.111^^0.042^5^0^5^5^11.7^0.38^25^7^7^0^1^0^0^0^0.30^3.6^0.591^0.157^0.089^2^84.26^~1 serving~^^~~^0 ~19872~^~FROZEN NOVELTIES,FAT FREE FUDGESICLE BARS~^65.94^127^5.55^0.66^0.91^26.94^1.7^20.10^159^0.91^^^^94^^^^^1.0^^^^^^^^^^^^4^^^^^^^^^^0.480^^^3^50.50^~1 serving, 1 pop~^^~~^0 ~19873~^~FROZ NOVELTIES,ICE TYPE,SUGAR FREE,ORNGE,CHRY,& GRP POPSICLE~^94.03^21^0.00^0.00^0.06^5.14^0.0^1.52^0^0.67^1^0^11^10^0.47^0.000^0.000^^10.4^^^^^^^^^^^^0^^^^^^^^^^0.000^^^0^54.68^~1 serving, 1.75 fl oz pop~^^~~^0 ~19874~^~FRZ NVL, KLONDIKE,SLIM-A-BEAR FUDG BR,98% FT FR,NO SGR ADDED~^63.51^124^4.31^1.88^0.23^30.07^6.0^7.10^138^0.71^^^^120^^^^^0.9^^^^^^^^^^^^49^^^^^^^^^^1.000^^^7^74.41^~1 serving, 3.5 fl oz bar~^^~~^0 ~19875~^~ICE CREAMS,BREYERS,ALL NAT LT VANILLA~^64.89^162^4.84^4.59^0.38^25.30^0.2^22.78^169^0.06^^^^71^^^^^1.1^^^^^^^^^^^^437^^^^^^^^^^2.860^^^15^68.00^~1 serving, 1/2 cup~^^~~^0 ~19876~^~ICE CREAMS,BREYERS,ALL NAT LT FRENCH VANILLA~^62.71^173^4.82^5.56^0.88^26.03^0.2^21.11^155^0.21^^^^73^^^^^0.9^^^^^^^^^^^^489^^^^^^^^^^3.220^^^53^68.00^~1 serving, 1/2 cup~^^~~^0 ~19877~^~ICE CREAMS,BREYERS,98% FAT FREE VANILLA~^63.42^137^3.30^2.20^0.57^30.51^5.4^20.93^122^0.09^^^^73^^^^^0.8^^^^^^^^^^^^268^^^^^^^^^^1.410^^^8^68.00^~1 serving, 1/2 cup~^^~~^0 ~19878~^~ICE CREAMS,BREYERS,ALL NAT LT VANILLA CHOC STRAWBERRY~^63.32^161^4.69^4.35^1.58^26.06^0.4^22.47^158^0.31^^^^69^^^^^1.7^^^^^^^^^^^^417^^^^^^^^^^2.700^^^14^68.00^~1 serving, 1/2 cup~^^~~^0 ~19879~^~ICE CREAMS,BREYERS,ALL NAT LT MINT CHOC CHIP~^59.11^196^4.69^7.09^0.72^28.39^0.6^25.38^160^0.52^^^^67^^^^^1.4^^^^^^^^^^^^404^^^^^^^^^^4.480^^^15^68.00^~1 serving, 1/2 cup~^^~~^0 ~19880~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,BUTTER PECAN~^63.52^180^3.99^10.30^0.89^21.30^0.9^5.90^130^0.19^^^^164^^^^^0.9^^^^^^^^^^^^281^^^^^^^^^^4.180^^^18^68.00^~1 serving, 1/2 cup~^^~~^0 ~19881~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,FRENCH VANILLA~^66.48^154^4.50^7.05^1.22^20.75^0.5^7.70^151^0.19^^^^87^^^^^0.9^^^^^^^^^^^^345^^^^^^^^^^4.170^^^53^68.00^~1 serving, 1/2 cup~^^~~^0 ~19882~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA~^67.86^143^3.68^6.20^0.84^21.92^0.5^6.09^133^0.09^^^^66^^^^^0.8^^^^^^^^^^^^291^^^^^^^^^^3.900^^^18^69.00^~1 serving, 1/2 cup~^^~~^0 ~19883~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA FUDGE TWIRL~^64.40^153^3.53^5.68^0.76^25.63^0.8^5.49^121^0.36^^^^72^^^^^0.7^^^^^^^^^^^^262^^^^^^^^^^3.570^^^16^72.00^~1 serving, 1/2 cup~^^~~^0 ~19884~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA CHOC STRAWBERRY~^67.34^143^3.71^6.26^0.99^21.70^0.7^6.15^132^0.27^^^^68^^^^^0.8^^^^^^^^^^^^292^^^^^^^^^^3.940^^^18^68.00^~1 serving, 1/2 cup~^^~~^0 ~19885~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR VANILLA CONE~^46.57^222^3.72^4.00^0.96^44.75^3.8^24.75^122^0.29^^^^160^^^^^0.6^^^^^^^^^^^^258^^^^^^^^^^0.950^^^3^78.79^~1 serving, 1 cone~^^~~^0 ~19886~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR CHOC CONE~^45.51^224^4.09^4.10^0.98^45.32^4.3^24.62^125^0.75^^^^159^^^^^0.6^^^^^^^^^^^^259^^^^^^^^^^1.001^^^2^78.74^~1 serving, 1 cone~^^~~^0 ~19887~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR VANILLA SNDWCH~^46.65^211^5.96^2.34^0.85^44.20^4.3^21.82^142^0.38^^^^191^^^^^0.7^^^^^^^^^^^^288^^^^^^^^^^0.740^^^4^63.69^~1 serving, 1 sandwich~^^~~^0 ~19888~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR CHOC SNDWCH~^46.53^212^6.21^2.43^0.71^44.12^4.8^21.50^144^0.98^^^^188^^^^^0.7^^^^^^^^^^^^378^^^^^^^^^^0.810^^^4^63.59^~1 serving, 1 sandwich~^^~~^0 ~19889~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR MINT SNDWCH~^46.65^210^5.96^2.34^0.85^44.16^4.3^21.81^142^0.38^^^^191^^^^^0.7^^^^^^^^^^^^288^^^^^^^^^^0.740^^^4^63.69^~1 serving, 1 sandwich~^^~~^0 ~19890~^~FROZEN NOVL,KLONDIKE,SLIM-A-BEAR,NO SGR ADDED,STICKLESS BAR~^54.69^224^5.16^11.93^1.13^27.09^4.8^8.64^289^0.41^^^^86^^^^^1.0^^^^^^^^^^^^289^^^^^^^^^^9.510^^^8^^~~^^~~^0 ~19891~^~FROZEN NOVELTIES,NO SUGAR ADDED CREAMSICLE POPS~^82.38^57^1.78^0.86^0.44^14.54^0.3^2.75^137^0.28^^^^41^^^^^0.4^^^^^^^^^^^^23^^^^^^^^^^0.470^^^3^44.00^~1 serving, 1 pop~^^~~^0 ~19892~^~FROZEN NOVELTIES,SUGAR FREE,CREAMSICLE POPS~^83.91^49^1.37^2.33^0.44^11.95^7.5^0.43^23^0.03^^^^6^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^2.000^^^0^79.55^~1 serving, 2 pops~^^~~^0 ~19893~^~ICE CREAMS,BREYERS,ALL NAT LT FRENCH CHOC~^56.58^201^5.30^7.28^1.16^29.68^1.0^24.04^158^0.85^^^^75^^^^^1.0^^^^^^^^^^^^446^^^^^^^^^^4.280^^^41^68.00^~1 serving, 1/2 cup~^^~~^0 ~21314~^~MCDONALD'S,SPICY BUFFALO SAU~^76.00^142^0.54^15.45^6.20^1.81^1.5^0.00^9^0.35^6^11^100^2140^0.06^0.037^0.046^^0.0^0.028^0.055^0.406^0.104^0.236^0^^0^^^0.00^1028^51^^^617^^^^2.71^^2.277^3.222^8.433^0^43.00^~1.5 oz~^^~~^0 ~21315~^~MCDONALD'S,SWT 'N SOUR SAU~^57.37^170^0.66^1.09^1.50^39.38^0.0^35.79^6^0.64^6^16^99^557^0.08^0.037^0.047^^1.2^0.178^0.042^0.396^0.105^0.033^0^^0^^^^168^8^^^101^^^^0.71^^0.148^0.241^0.514^^28.00^~1 package~^^~~^0 ~21316~^~MCDONALD'S,TANGY HONEY MUSTARD SAU~^63.00^167^1.32^5.77^1.10^28.81^2.7^21.88^23^0.42^12^36^49^383^0.26^0.037^0.110^^0.0^0.032^0.045^0.210^0.303^0.035^0^^0^^^0.16^0^0^0^^0^^^^0.70^^0.895^1.334^2.679^^43.00^~1.5 oz~^^~~^0 ~21317~^~MCDONALD'S,BISCUIT,REG SIZE~^30.71^344^6.16^16.00^3.36^43.77^2.0^2.96^76^2.73^11^442^120^974^0.42^0.082^0.264^^0.0^0.477^0.356^4.103^0.417^0.041^150^^^^^0.12^20^6^6^^^^^^1.18^^9.260^3.748^2.223^0^76.00^~1 item, 2.7 oz~^^~~^0 ~21318~^~MCDONALD'S,DELUXE WARM CINN ROLL~^24.97^367^5.62^16.24^1.37^51.80^2.5^22.23^48^2.02^12^65^94^407^0.44^0.068^0.483^^0.0^0.296^0.240^2.460^0.460^0.069^99^^99^^^^560^74^55^^226^^^^1.65^^4.606^7.452^1.985^34^162.00^~5.7 oz~^^~~^0 ~21319~^~MCDONALD'S,HASH BROWNS~^52.73^262^2.26^16.46^2.26^26.30^2.8^0.06^14^0.57^21^107^391^548^0.34^0.086^0.166^^1.7^0.116^0.025^2.250^0.438^0.250^38^^^^^^0^0^^^^^^^^^2.263^8.525^4.945^0^56.10^~2 oz~^^~~^0 ~21320~^~MCDONALD'S,SCRMBLD EGGS~^66.94^193^15.06^14.69^1.46^1.85^^0.26^66^2.08^12^261^139^192^1.43^0.089^0.032^^^0.098^0.606^0.069^1.158^0.182^70^^70^^^1.08^606^182^182^^^^^^1.46^^4.062^5.220^2.195^427^101.90^~2 eggs, 3.6 oz~^^~~^0 ~21321~^~MCDONALD'S,HOTCAKES (PLAIN)~^48.24^228^6.00^5.84^1.65^38.27^1.4^8.84^84^1.83^19^260^173^358^0.42^0.091^0.253^^^0.299^0.267^2.170^0.711^0.077^96^^96^^^^57^3^0^^34^^^^0.70^^1.158^1.236^2.978^13^149.00^~3 hotcakes~^^~~^0 ~21322~^~MCDONALD'S,WARM CINN ROLL~^20.34^398^7.18^18.14^1.33^53.02^1.9^24.64^57^1.72^19^104^140^378^0.81^0.080^0.473^^0.0^0.309^0.268^2.410^0.806^0.100^103^^103^^^^420^126^126^^0^^^^1.85^^4.470^9.062^2.811^58^105.00^~3.7 oz~^^~~^0 ~21323~^~MCDONALD'S,SAUSAGE PATTY~^41.21^405^15.19^39.58^2.62^1.40^^0.43^23^0.91^16^140^268^721^1.57^0.061^0.033^^0.0^0.292^0.168^4.620^0.690^0.267^^^^^^0.83^0^0^0^^^^^^0.00^^12.830^16.719^4.824^74^43.00^~1.5 oz~^^~~^0 ~21324~^~MCDONALD'S,BKD APPL PIE~^36.98^323^3.07^15.66^0.67^43.62^2.0^17.25^19^1.99^7^36^63^199^0.23^0.056^0.176^^32.3^0.296^0.213^2.640^0.237^0.049^113^^113^^^^^^^^^^^^1.94^^3.995^9.183^1.038^^77.00^~2.7 oz~^^~~^0 ~21325~^~MCDONALD'S,MCDONALDLAND CHOC CHIP COOKIES~^4.19^480^5.56^22.79^1.23^66.24^2.0^33.86^34^3.89^40^105^194^293^0.77^0.276^0.555^^^0.227^0.220^1.970^0.540^0.098^88^^88^^^0.20^430^129^129^^^^^^0.74^^11.373^5.894^1.305^65^56.00^~2 oz~^^~~^0 ~21326~^~MCDONALD'S,MCDONALDLAND COOKIES~^3.97^447^6.56^15.35^1.37^72.75^1.6^24.13^17^3.37^17^111^98^483^0.60^0.097^0.515^^^0.364^0.296^3.620^0.430^0.129^102^^102^^^^0^0^0^^^^^^2.00^^3.244^8.087^2.151^^57.00^~2 oz~^^~~^0 ~21327~^~MCDONALD'S,BACON,EGG & CHS MCGRIDDLES~^45.85^272^12.03^13.19^2.73^26.19^0.8^9.56^109^1.65^^^^752^^^^^1.8^0.126^0.300^1.319^0.522^0.083^^^^^^^313^^^^^^^^^^4.201^4.686^1.775^147^168.00^~1 item, 5.9 oz~^^~~^0 ~21328~^~MCDONALD'S,SAUSAGE MCGRIDDLES~^40.11^312^8.41^17.76^2.47^31.25^1.0^11.23^63^1.42^14^316^145^737^0.76^0.079^0.198^^0.0^0.209^0.156^3.082^0.384^0.108^37^^37^^^0.27^0^0^0^^^^^^0.00^^5.435^7.532^2.591^24^134.50^~1 item, 4.744 oz~^^~~^0 ~21329~^~MCDONALD'S,SAUSAGE,EGG & CHS MCGRIDDLES~^47.03^283^10.77^17.73^2.44^22.04^0.6^7.90^96^1.51^14^307^146^652^1.03^0.079^0.143^^0.0^0.170^0.290^2.111^0.590^^^^^^^0.53^264^^^^^^^^^^5.649^6.718^2.260^132^199.00^~1 item, 7 oz~^^~~^0 ~21330~^~MCDONALD'S,VANILLA TRIPLE THICK SHAKE~^64.69^156^3.47^4.43^0.81^26.61^0.0^20.43^121^0.07^12^100^176^53^0.43^0.013^0.008^^^0.038^0.210^0.110^0.667^0.048^0^^0^^^0.55^304^91^91^^^^^^0.00^^2.250^1.094^0.213^14^265.51^~12 fl oz cup, child size~^354.02^~16 fl oz cup, small~^0 ~21331~^~MCDONALD'S,CHOC TRIPLE THICK SHAKE~^62.98^163^3.69^4.51^0.95^27.87^0.2^23.63^122^0.54^16^105^226^71^0.50^0.049^0.050^^^0.039^0.214^0.132^0.671^0.050^1^^1^^^0.54^302^91^91^^^^^^0.00^^2.302^1.122^0.212^14^267.19^~12 fl oz cup, child size~^356.26^~16 fl oz cup, small~^0 ~23057~^~BF,CHUCK,CLOD,TOP & CNTR,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^72.51^141^20.67^5.88^0.90^0.00^0.0^0.00^4^2.31^24^215^355^60^5.49^0.094^0.014^30.4^0.0^0.079^0.238^5.193^0.775^0.656^7^0^7^7^86.0^3.93^0^0^0^0^0^0^0^0^0.18^0.2^1.985^2.937^0.397^57^241.12^~1 steak~^^~~^0 ~23058~^~BF,CHK,CLD,TOP & CNTR ,STK,LN & FAT,0" FAT,ALL GRDS,CK,GRLD~^64.88^182^26.30^7.66^1.04^0.00^0.0^0.00^5^2.79^26^232^361^60^7.09^0.089^0.015^41.5^0.0^0.075^0.294^5.273^0.839^0.576^11^0^11^11^99.0^4.95^0^0^0^0^0^0^0^0^0.18^0.4^2.765^3.044^0.395^76^184.47^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23059~^~BEEF,CHUCK,CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^70.46^176^18.99^10.52^0.90^0.00^0.0^0.00^6^2.36^21^184^309^74^6.88^0.119^0.016^29.8^0.0^0.099^0.227^3.420^0.952^0.370^3^0^3^3^92.9^5.05^0^0^0^0^0^0^0^0^0.17^0.6^3.945^4.144^0.475^66^249.72^~1 steak~^^~~^0 ~23060~^~BF,CHUCK,CLOD,TOP BLADE,STK,LN & FAT,0" FAT,ALL,CKD,GRLD~^62.04^222^24.93^12.79^0.94^0.00^0.0^0.00^6^2.88^23^203^322^77^9.05^0.134^0.018^37.8^0.0^0.073^0.292^3.833^0.944^0.387^6^0^6^6^106.8^5.89^0^0^0^0^0^0^0^0^0.14^0.9^5.095^5.330^0.563^83^190.21^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23061~^~BEEF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^72.45^143^20.93^5.89^0.96^0.00^0.0^0.00^5^1.96^24^215^363^54^5.32^0.074^0.011^30.0^0.0^0.071^0.185^5.010^0.733^0.527^11^0^11^11^83.6^4.49^0^0^0^0^0^0^0^0^0.21^0.0^2.163^2.336^0.312^59^197.20^~1 steak~^^~~^0 ~23062~^~BF,RND,KNUCKLE,TIP CNTR,STK,LN & FAT,0" FAT,ALL,CKD,GRLD~^65.46^177^27.12^6.78^1.00^0.00^0.0^0.00^5^2.51^26^240^377^52^6.84^0.089^0.011^39.0^0.0^0.059^0.217^5.177^0.751^0.496^10^0^10^10^104.3^3.23^0^0^0^0^0^0^0^0^0.20^0.2^2.527^2.712^0.358^77^149.91^~1 steak~^^~~^0 ~23063~^~BF,RND,OUTSIDE RND,BTTM RND,STEAK,LN & FAT,0" FAT,ALL,RAW~^72.19^142^21.59^5.53^1.05^0.00^0.0^0.00^5^2.53^24^211^345^62^3.94^0.134^0.019^32.3^0.0^0.073^0.204^6.380^0.690^0.721^6^0^6^6^87.4^4.34^0^0^0^0^0^0^0^0^0.08^0.0^2.000^2.503^0.309^61^305.01^~1 steak~^^~~^0 ~23064~^~BF,RND,OUT RND,BTTM RND,STK,LN & FAT,0" FAT,ALL GRDS,CK,GRLD~^64.28^182^27.52^7.10^1.16^0.00^0.0^0.00^5^2.99^25^233^363^58^5.10^0.115^0.020^43.6^0.0^0.066^0.212^7.557^0.792^0.673^7^0^7^7^92.9^4.03^0^0^0^0^0^0^0^0^0.10^0.0^2.541^3.174^0.321^77^236.29^~1 steak~^85.00^~1 serving, (3 oz)~^0 ~23065~^~BF,CHK, CLOD,SHLDR TENDER,MED,LN & FAT,0" FAT,SE,CKD,GRILLED~^65.79^172^26.45^6.43^1.00^0.00^0.0^0.00^5^2.60^24^223^348^58^5.19^0.253^0.021^38.3^0.0^0.072^0.354^5.490^0.852^0.615^8^0^8^8^112.9^6.01^0^0^0^0^0^0^0^0^0.17^0.2^1.700^3.284^0.490^80^33.96^~1 medallion~^85.00^~1 serving, (3 oz)~^0 ~23501~^~USDA COMMODITY,BF PATTIES W/VPP,FRZ,CKD~^58.54^247^15.64^16.94^0.99^7.89^1.4^^39^3.64^49^235^325^66^8.32^0.251^0.350^14.6^0.0^0.253^0.209^3.853^1.165^0.264^17^0^17^17^^2.87^89^16^14^^26^^^^^^6.253^7.709^0.626^38^68.00^~1 patty~^^~~^0 ~23502~^~USDA COMMODITY,BF,GROUND BULK/COARSE GROUND,FRZ,CKD~^56.49^259^26.06^16.34^0.95^0.00^0.0^^9^3.01^24^221^333^95^6.28^0.140^0.016^15.9^0.0^0.071^0.120^3.376^0.574^0.132^9^0^9^9^^3.06^41^12^12^^0^^^^^^5.744^7.504^0.620^89^^~~^^~~^0 ~23503~^~USDA COMMODITY,BF,PATTIES (100%),FRZ,CKD~^58.77^249^22.98^16.37^0.97^0.91^0.0^^8^2.55^19^183^233^66^5.26^0.064^0.016^21.5^0.0^0.051^0.186^2.940^0.606^0.167^8^0^8^8^^3.50^35^11^11^^0^^^^^^6.252^8.081^0.589^86^64.00^~1 patty~^^~~^0 ~23506~^~USDA COMMODITY,BF PATTIES W/VPP,FRZ,RAW~^63.35^225^15.21^16.48^1.12^3.84^1.3^^29^2.66^36^190^294^55^5.44^0.163^0.252^11.7^0.0^0.316^0.220^4.281^1.456^0.440^^^^^^3.59^96^17^15^^28^^^^^^5.872^7.648^0.573^33^^~~^^~~^0 ~23507~^~USDA COMMODITY,BF,PATTIES (100%),FRZ,RAW~^64.72^204^14.63^15.69^0.68^0.00^0.0^^7^1.93^18^145^269^74^4.12^0.073^0.017^14.8^0.0^0.043^0.160^3.846^0.309^0.214^6^0^6^6^^2.05^0^0^0^^^^^^^^6.333^6.861^0.643^53^^~~^^~~^0 ~23508~^~USDA COMMODITY,BF,GROUND,BULK/COARSE GROUND,FRZ,RAW~^65.81^228^17.37^17.07^0.86^0.00^0.0^^7^1.69^17^122^246^57^3.59^0.062^0.015^12.1^0.0^0.056^0.232^4.207^0.362^0.241^7^0^7^7^^1.91^0^0^0^^^^^^^^6.813^7.413^0.710^69^^~~^^~~^0 ~23509~^~BEEF,CHUCK,MOCK TENDER STK,LN,0" FAT,ALL GRDS,CKD,BRLD~^66.27^159^25.90^5.42^1.36^0.00^0.0^0.00^8^2.93^23^227^293^71^7.83^0.118^^25.3^0.0^0.111^0.230^3.635^^0.322^8^0^8^8^98.6^3.39^0^0^0^0^0^0^0^0^0.16^^1.828^2.608^0.384^63^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^4 ~23511~^~BEEF,CHUCK,TOP BLADE,LN ONLY,TO 0" FAT,ALL GRDS,CKD,BRLD~^62.72^203^26.13^10.16^1.10^0.00^0.0^0.00^7^2.81^24^217^304^68^8.92^0.112^^20.0^0.0^0.124^0.230^3.821^^0.387^8^0^8^8^99.5^3.57^0^0^0^0^0^0^0^0^0.17^^3.250^4.753^0.369^60^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^17 ~23514~^~BEEF,CHUCK,CLOD RST,LN,0" FAT,ALL GRDS,CKD,RSTD~^64.32^172^26.82^6.34^1.20^0.00^0.0^0.00^7^3.20^22^222^385^74^6.39^0.100^^30.0^0.0^0.090^0.252^3.529^^0.278^10^0^10^10^102.2^3.07^0^0^0^0^0^0^0^0^0.17^^2.037^3.270^0.287^67^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^10 ~23516~^~BEEF,CHUCK,CLOD STEAK,LN ONLY,TO 0" FAT,ALL GRDS,CKD,BRSD~^59.77^192^29.87^7.18^1.20^0.00^0.0^0.00^8^3.84^22^221^293^58^7.66^0.143^^30.0^0.0^0.078^0.256^3.082^^0.250^8^0^8^8^113.8^2.99^0^0^0^0^0^0^0^0^0.19^^2.267^3.413^0.296^93^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^10 ~23519~^~BEEF,CHCK,MCK TENDER STK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^65.57^161^25.73^5.72^1.50^0.00^0.0^0.00^8^3.02^23^234^293^73^7.83^0.121^0.000^25.2^0.0^0.110^0.229^3.612^0.000^0.320^8^0^8^8^98.0^3.37^0^0^0^0^0^0^0^0^0.16^^1.721^2.721^0.401^65^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^5 ~42178~^~MAYONNAISE,MADE WITH TOFU~^56.33^322^5.95^31.79^2.87^3.06^1.1^0.85^53^0.27^52^49^66^773^0.40^0.090^0.399^1.6^0.0^0.050^0.040^0.090^0.124^0.020^8^0^8^8^26.2^0.00^43^2^0^0^23^6^0^21^2.40^53.4^2.921^5.246^16.590^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~42179~^~FRANKFURTER,BF,LO FAT~^63.80^233^12.00^19.50^3.10^1.60^0.0^0.00^8^1.15^11^191^129^1041^1.96^0.065^^13.9^1.0^0.050^0.100^2.300^^0.100^4^0^4^4^44.0^1.40^0^0^0^0^0^0^0^0^0.18^1.8^8.100^9.800^0.600^40^151.00^~1 cup, sliced~^57.00^~1 frankfurter~^0 ~42181~^~CORN BEVERAGE~^90.16^40^0.80^0.20^0.15^8.70^0.4^0.18^3^0.12^5^12^17^140^0.08^0.017^0.020^1.3^0.0^0.015^0.005^0.110^0.031^0.022^3^0^3^3^1.3^0.00^24^1^0^7^11^0^0^149^0.02^0.0^0.000^0.000^0.000^0^30.20^~1 fl oz~^^~~^0 ~42182~^~BEAN BEVERAGE~^90.90^34^2.80^0.00^0.50^5.80^0.0^0.08^17^1.25^48^92^337^2^0.37^0.000^0.111^1.4^0.0^0.150^0.100^0.620^0.051^0.100^60^0^60^60^8.7^0.00^0^0^0^0^0^0^0^0^0.23^0.9^0.000^0.000^0.000^0^230.00^~1 cup~^28.80^~1 fl oz~^0 ~42183~^~CANDIES,MASTERFOODS USA,TWIX CHOC FUDGE COOKIE BARS~^2.20^550^7.30^33.30^1.20^56.00^3.0^53.00^130^1.31^46^147^309^266^0.92^0.293^^7.0^1.0^0.140^0.200^1.110^^0.040^9^0^9^9^20.9^0.33^34^9^9^0^0^0^0^4^2.71^18.6^4.962^14.319^12.521^6^^~~^^~~^0 ~42184~^~CEREALS RTE,MUESLI,DRIED FRUIT & NUTS~^5.80^340^9.70^4.90^1.80^77.80^7.3^31.00^0^8.75^78^243^486^231^3.65^0.390^2.177^17.3^0.0^0.910^1.030^12.150^4.600^1.220^243^224^19^400^22.6^3.65^546^164^164^0^0^0^0^0^7.20^2.9^0.805^2.380^1.315^0^85.00^~1 cup~^^~~^0 ~42185~^~FROZEN YOGURTS,CHOC,NONFAT MILK,SWTND WO/ SUGAR~^73.50^107^4.40^0.80^1.60^19.70^1.0^12.61^159^0.04^40^129^339^81^0.49^0.203^^2.8^0.7^0.040^0.180^0.200^^0.040^12^0^12^12^3.1^0.49^17^2^1^0^8^0^0^0^0.08^0.3^0.505^0.214^0.030^4^186.00^~1 cup~^^~~^0 ~42186~^~FROZEN YOGURTS,CHOC~^71.20^127^3.00^3.60^0.60^21.60^1.3^21.42^100^0.46^25^89^234^63^0.28^0.054^^1.9^0.0^0.040^0.180^0.140^^0.040^12^0^12^12^14.1^0.07^136^39^38^0^9^0^0^0^0.09^0.3^2.272^0.961^0.102^13^174.00^~1 cup~^^~~^0 ~42187~^~FROZEN YOGURTS,FLAVORS OTHER THAN CHOC~^71.20^127^3.00^3.60^0.60^21.60^0.0^21.42^100^0.46^10^89^156^63^0.28^0.009^^1.9^0.7^0.040^0.180^0.070^^0.040^4^0^4^4^23.1^0.07^176^49^48^0^9^0^0^0^0.09^0.3^2.326^0.986^0.100^13^174.00^~1 cup~^^~~^0 ~42188~^~FRANKFURTER,BF & PORK,LO FAT~^71.30^154^11.00^10.00^3.30^4.40^0.0^0.00^10^1.20^10^140^150^1257^1.96^0.075^^15.1^0.0^0.180^0.110^2.400^^0.100^4^0^4^4^52.1^1.30^0^0^0^0^0^0^0^0^0.08^0.3^3.692^4.690^0.937^44^151.00^~1 cup, sliced~^57.00^~1 frankfurter~^0 ~42189~^~MILK,BTTRMLK,FLUID,CULTURED,RED FAT~^87.70^56^4.10^2.00^0.90^5.30^0.0^5.30^143^0.06^13^82^180^86^0.24^0.008^^2.3^1.5^0.050^0.210^0.100^^0.030^6^0^6^6^16.0^0.37^58^16^16^0^3^0^0^0^0.11^0.1^1.242^0.576^0.071^8^245.00^~1 cup~^30.60^~1 fl oz~^0 ~42190~^~PORK SAUSAGE RICE LINKS,BROWN&SERVE,CKD~^44.10^407^13.70^37.63^2.22^2.36^0.0^0.00^15^1.12^14^116^212^689^1.45^0.066^0.079^16.6^0.0^0.480^0.120^3.350^^0.200^6^0^6^6^55.9^1.30^0^0^0^0^0^0^0^0^0.22^3.4^6.701^8.615^2.368^66^45.00^~2 links, 1 NLEA serving~^60.00^~3 links, 1 NLEA serving~^0 ~42192~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS DRSNG,FAT-FREE~^68.00^115^1.52^1.01^3.40^25.60^1.8^7.44^51^0.12^15^107^194^814^0.21^0.015^0.010^1.6^0.5^0.040^0.166^0.111^0.437^0.045^2^0^2^2^16.4^0.26^18^5^5^0^2^0^0^0^0.04^0.1^0.450^0.441^0.069^2^265.00^~1 cup~^16.60^~1 tbsp~^0 ~42193~^~SALAD DRSNG,MAYONNAISE-LIKE,FAT-FREE~^78.70^84^0.20^2.70^2.60^15.50^1.9^10.30^6^0.12^2^5^49^788^0.05^0.020^0.022^0.3^0.0^0.000^0.014^0.000^0.000^0.000^0^0^0^0^0.7^0.00^0^0^0^0^0^0^0^0^0.04^24.7^0.600^1.887^0.063^9^256.00^~1 cup~^16.00^~1 tbsp~^0 ~42196~^~CANDIES,MASTERFOODS USA,MILKY WAY MIDNIGHT BAR~^7.20^443^3.20^17.50^1.02^71.22^2.9^57.81^53^1.20^58^75^196^168^0.89^0.344^0.393^2.5^0.2^0.037^0.063^0.218^0.084^0.020^7^0^7^7^16.8^0.04^155^42^42^0^10^0^0^6^0.39^3.5^11.474^4.639^0.514^10^49.90^~1 serving, 1.76 oz bar~^19.00^~1 bar, fun size~^0 ~42200~^~PAPAD~^3.49^371^25.56^3.25^7.82^59.87^18.6^0.00^143^7.80^271^385^1000^1745^3.40^0.998^1.562^8.3^0.0^0.277^0.258^1.472^0.917^0.285^219^0^219^219^0.4^0.00^50^13^13^0^4^0^0^1^0.05^0.4^1.084^0.532^1.148^4^^~~^^~~^0 ~42204~^~RICE CAKE,CRACKER (INCL HAIN MINI RICE CAKES)~^5.80^392^7.10^4.30^1.70^81.10^4.2^0.88^11^1.49^131^360^428^71^3.00^0.445^^24.6^0.0^0.060^0.160^7.810^^0.150^21^0^21^21^18.9^0.00^0^0^0^0^0^0^0^0^1.24^1.9^0.875^1.582^1.520^0^4.20^~1 cubic inch~^^~~^0 ~42205~^~CHEESE,PAST PROCESS,CHEDDAR OR AMERICAN,FAT-FREE~^56.90^148^22.50^0.80^6.40^13.40^0.0^9.95^689^0.28^36^936^288^1528^3.42^0.019^^20.6^0.0^0.060^0.480^0.210^^0.090^27^0^27^27^15.4^1.12^1467^440^440^0^0^0^0^0^0.27^2.7^0.504^0.229^0.025^11^16.20^~1 cubic inch~^21.00^~1 slice, (3/4 oz)~^0 ~42227~^~CANDIES,MASTERFOODS USA,M&M'S ALMOND CHOC CANDIES~^2.52^509^7.53^27.76^1.69^59.91^5.6^49.22^155^1.73^116^203^381^45^1.86^0.552^1.030^2.7^0.6^0.110^0.324^0.952^0.286^0.055^12^0^12^12^37.7^0.22^88^24^24^0^1^0^0^0^9.52^2.0^9.435^11.290^3.753^8^37.10^~1 serving, 1.31 oz bag~^42.00^~1 serving, about 1/4 cup~^0 ~19894~^~ICE CREAMS,BREYERS,98% FAT FREE CHOC~^63.20^136^3.89^2.17^0.56^30.18^5.8^20.29^126^0.84^^^^75^^^^^0.7^^^^^^^^^^^^255^^^^^^^^^^1.380^^^7^68.00^~1 serving, 1/2 cup~^^~~^0 ~19895~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,CHOC CARAMEL~^64.71^151^3.54^5.80^0.78^25.17^1.0^5.81^121^0.59^^^^77^^^^^0.7^^^^^^^^^^^^266^^^^^^^^^^3.650^^^16^71.00^~1 serving, 1/2 cup~^^~~^0 ~19896~^~CANDIES,REESE'S FAST BREAK,CANDY BAR~^1.66^495^8.93^23.21^2.30^63.90^3.6^53.57^36^0.64^60^156^257^321^1.45^0.322^0.727^3.7^0.0^0.117^0.113^2.789^0.529^0.061^28^0^28^28^20.9^0.18^49^14^14^0^0^0^0^0^2.56^1.8^8.036^8.104^4.241^9^56.00^~1 serving, 1 bar~^^~~^0 ~19897~^~CANDIES,MASTERFOODS USA,COCOAVIA CHOC COVERED ALMONDS~^1.50^510^9.51^37.07^1.70^43.82^10.4^26.92^840^3.56^^^^9^^^^^27.3^^^^^0.714^143^^^^^2.14^20^^^^^^^^4.82^^11.745^^^0^28.00^~1 serving, 1oz pack~^^~~^0 ~19898~^~ICE CREAMS,REG,LO CARBOHYDRATE,VANILLA~^67.36^190^3.17^12.70^0.90^15.87^4.8^6.35^128^0.09^14^105^199^48^0.69^0.023^0.008^2.6^0.6^0.041^0.240^0.116^0.581^0.048^5^0^5^5^26.0^0.39^418^118^116^0^19^0^0^0^0.30^0.3^6.790^3.170^0.410^32^58.00^~1 individual, (3.5 fl oz)~^66.00^~.5 cup, (4 fl oz)~^0 ~19899~^~ICE CREAMS,REG,LO CARBOHYDRATE,CHOC~^66.63^193^3.80^12.70^1.00^15.87^4.8^6.35^109^0.93^29^107^249^76^0.58^0.135^0.140^2.5^0.7^0.042^0.194^0.226^0.554^0.055^16^0^16^16^22.5^0.29^419^118^116^0^19^0^0^0^0.30^0.3^7.864^3.712^0.474^34^58.00^~1 individual, (3.5 fl oz)~^^~~^0 ~19902~^~CANDIES,CHOC,DK,45-59% CACAO SOL~^0.97^543^4.88^30.64^1.70^61.81^7.0^47.90^56^8.02^146^206^559^24^2.01^1.028^1.419^3.0^^0.025^0.050^0.725^0.297^0.042^^^^^^0.23^50^2^^7^26^1^0^31^^8.1^18.519^9.540^1.092^8^28.35^~1 oz~^141.00^~1 bar~^0 ~19903~^~CANDIES,CHOC,DK,60-69% CACAO SOL~^1.25^578^6.12^38.14^1.90^52.59^8.0^36.71^62^6.32^176^260^567^10^2.65^1.248^1.325^8.4^^0.032^0.049^0.838^0.300^0.034^^^^^^0.18^50^3^^9^25^1^0^32^^7.2^22.031^11.522^1.221^6^28.35^~1 oz~^111.54^~1 bar~^0 ~19904~^~CANDIES,CHOC,DK,70-85% CACAO SOL~^1.37^599^7.79^42.72^2.32^45.81^10.9^23.99^73^11.90^228^308^715^20^3.31^1.766^1.948^6.8^^0.034^0.078^1.054^0.418^0.038^^^^^^0.28^39^2^^7^19^1^0^27^^7.3^24.489^12.781^1.257^2^28.35^~1 oz~^100.65^~1 bar~^0 ~19905~^~CANDIES,CHOC,DK,NFS~^1.00^547^5.09^31.62^1.74^60.55^7.2^46.14^57^8.13^152^214^568^23^2.11^1.076^1.440^3.5^^0.026^0.051^0.747^0.304^0.041^0^^0^^^0.23^49^2^^7^25^1^0^31^^8.0^18.993^9.801^1.107^7^28.35^~1 oz~^^~~^0 ~20001~^~AMARANTH,UNCKD~^11.29^371^13.56^7.02^2.88^65.25^6.7^1.69^159^7.61^248^557^508^4^2.87^0.525^3.333^18.7^4.2^0.116^0.200^0.923^1.457^0.591^82^0^82^82^69.8^0.00^2^0^0^0^1^0^0^28^1.19^0.0^1.459^1.685^2.778^0^193.02^~1 cup~^^~~^0 ~20002~^~AMARANTH GRAIN,CKD~^75.16^102^3.80^1.58^0.77^18.69^2.1^^47^2.10^65^148^135^6^0.86^0.149^0.854^5.5^^0.015^0.022^0.235^^0.113^22^^22^^^^^^^^^^^^0.19^^^^^^246.02^~1 cup~^^~~^0 ~20003~^~ARROWROOT FLOUR~^11.37^357^0.30^0.10^0.08^88.15^3.4^^40^0.33^3^5^11^2^0.07^0.040^0.470^^0.0^0.001^0.000^0.000^0.130^0.005^7^0^7^7^^0.00^0^0^0^^^^^^^^0.019^0.002^0.045^0^128.00^~1 cup~^^~~^0 ~20004~^~BARLEY,HULLED~^9.44^354^12.48^2.30^2.29^73.48^17.3^0.80^33^3.60^133^264^452^12^2.77^0.498^1.943^37.7^0.0^0.646^0.285^4.604^0.282^0.318^19^0^19^19^^0.00^22^1^0^0^13^0^0^160^0.57^2.2^0.482^0.295^1.108^0^184.00^~1 cup~^^~~^0 ~20005~^~BARLEY,PEARLED,RAW~^10.09^352^9.91^1.16^1.11^77.72^15.6^0.80^29^2.50^79^221^280^9^2.13^0.420^1.322^37.7^0.0^0.191^0.114^4.604^0.282^0.260^23^0^23^23^37.8^0.00^22^1^0^0^13^0^0^160^0.02^2.2^0.244^0.149^0.560^0^200.00^~1 cup~^^~~^0 ~20006~^~BARLEY,PEARLED,COOKED~^68.80^123^2.26^0.44^0.27^28.22^3.8^0.28^11^1.33^22^54^93^3^0.82^0.105^0.259^8.6^0.0^0.083^0.062^2.063^0.135^0.115^16^0^16^16^13.4^0.00^7^0^0^0^5^0^0^56^0.01^0.8^0.093^0.057^0.214^0^157.00^~1 cup~^^~~^0 ~20008~^~BUCKWHEAT~^9.75^343^13.25^3.40^2.10^71.50^10.0^^18^2.20^231^347^460^1^2.40^1.100^1.300^8.3^0.0^0.101^0.425^7.020^1.233^0.210^30^0^30^30^^0.00^0^0^0^^^^^^^^0.741^1.040^1.039^0^170.00^~1 cup~^^~~^0 ~20009~^~BUCKWHEAT GROATS,RSTD,DRY~^8.41^346^11.73^2.71^2.20^74.95^10.3^^17^2.47^221^319^320^11^2.42^0.624^1.618^8.4^0.0^0.224^0.271^5.135^1.233^0.353^42^0^42^42^54.2^0.00^0^0^0^^^^^^^^0.591^0.828^0.828^0^164.00^~1 cup~^^~~^0 ~20010~^~BUCKWHEAT GROATS,RSTD,CKD~^75.63^92^3.38^0.62^0.43^19.94^2.7^0.90^7^0.80^51^70^88^4^0.61^0.146^0.403^2.2^0.0^0.040^0.039^0.940^0.359^0.077^14^0^14^14^20.1^0.00^0^0^0^0^0^0^0^60^0.09^1.9^0.134^0.188^0.188^0^168.00^~1 cup~^^~~^0 ~20011~^~BUCKWHEAT FLR,WHOLE-GROAT~^11.15^335^12.62^3.10^2.54^70.59^10.0^2.60^41^4.06^251^337^577^11^3.12^0.515^2.030^5.7^0.0^0.417^0.190^6.150^0.440^0.582^54^0^54^54^54.2^0.00^0^0^0^0^0^0^0^220^0.32^7.0^0.677^0.949^0.949^0^120.00^~1 cup~^^~~^0 ~20012~^~BULGUR,DRY~^9.00^342^12.29^1.33^1.51^75.87^18.3^0.41^35^2.46^164^300^410^17^1.93^0.335^3.048^2.3^0.0^0.232^0.115^5.114^1.045^0.342^27^0^27^27^28.1^0.00^9^0^0^0^5^0^0^220^0.06^1.9^0.232^0.173^0.541^0^140.00^~1 cup~^^~~^0 ~20013~^~BULGUR,COOKED~^77.76^83^3.08^0.24^0.34^18.58^4.5^0.10^10^0.96^32^40^68^5^0.57^0.075^0.609^0.6^0.0^0.057^0.028^1.000^0.344^0.083^18^0^18^18^6.9^0.00^2^0^0^0^1^0^0^54^0.01^0.5^0.042^0.031^0.098^0^182.00^~1 cup~^8.40^~1 tbsp~^0 ~20014~^~CORN,YELLOW~^10.37^365^9.42^4.74^1.20^74.26^7.3^0.64^7^2.71^127^210^287^35^2.21^0.314^0.485^15.5^0.0^0.385^0.201^3.627^0.424^0.622^19^0^19^19^^0.00^214^11^0^63^97^0^0^1355^0.49^0.3^0.667^1.251^2.163^0^166.00^~1 cup~^^~~^0 ~20015~^~CORN BRAN,CRUDE~^4.71^224^8.36^0.92^0.36^85.64^79.0^0.00^42^2.79^64^72^44^7^1.56^0.248^0.140^16.5^0.0^0.010^0.100^2.735^0.636^0.152^4^0^4^4^18.1^0.00^71^4^0^21^32^0^0^1355^0.42^0.3^0.130^0.243^0.421^0^76.00^~1 cup~^^~~^0 ~20016~^~CORN FLR,WHOLE-GRAIN,YEL~^10.91^361^6.93^3.86^1.45^76.85^7.3^0.64^7^2.38^93^272^315^5^1.73^0.230^0.460^15.4^0.0^0.246^0.080^1.900^0.658^0.370^25^0^25^25^21.6^0.00^214^11^0^63^97^0^0^1355^0.42^0.3^0.543^1.018^1.759^0^117.00^~1 cup~^^~~^0 ~20017~^~CORN FLR,MASA,ENR,WHITE~^9.03^365^9.34^3.78^1.57^76.27^9.6^0.64^141^7.21^110^223^298^5^1.78^0.169^0.484^15.0^0.0^1.429^0.753^9.843^0.658^0.370^233^209^24^380^4.3^0.00^3^0^0^0^1^1^0^5^0.15^0.3^0.532^0.997^1.724^0^114.00^~1 cup~^^~~^0 ~20018~^~CORN FLR,DEGERMED,UNENR,YEL~^9.81^375^5.59^1.39^0.46^82.75^1.9^0.64^2^0.91^18^60^90^1^0.37^0.142^0.056^8.0^0.0^0.074^0.058^2.656^0.052^0.097^48^0^48^48^^0.00^214^11^0^63^97^0^0^1355^0.15^0.3^0.171^0.274^0.695^0^126.00^~1 cup~^^~~^0 ~21332~^~MCDONALD'S,STRAWBERRY TRIPLE THICK SHAKE~^64.45^158^3.51^4.43^0.82^26.79^0.0^23.77^122^0.09^12^100^184^49^0.43^0.014^0.026^^0.4^0.039^0.211^0.121^0.670^0.051^3^^3^^^0.55^304^91^91^^0^^^^0.00^^2.252^1.095^0.213^14^265.31^~12 fl oz cup, child size~^353.76^~16 fl oz cup, small~^0 ~21333~^~MCDONALD'S,VANILLA RED FAT ICE CRM CONE~^63.64^162^4.24^4.86^0.90^26.36^0.1^19.49^129^0.35^13^111^193^67^0.50^0.023^0.038^^^0.043^0.246^0.498^0.728^0.054^9^^9^^^0.58^321^^^^^^^^0.03^^2.410^1.206^0.297^15^90.00^~1 item, 3.175 oz~^^~~^0 ~21334~^~MCDONALD'S,STRAWBERRY SUNDAE~^64.02^158^3.19^3.95^0.75^28.09^0.0^25.32^110^0.10^11^91^173^47^0.39^0.015^0.071^^1.5^0.039^0.195^0.131^0.613^0.050^11^^11^^^0.49^271^81^^^^^^^0.00^^2.008^0.976^0.190^13^178.00^~1 item, 6.279 oz~^^~~^0 ~21335~^~MCDONALD'S,HOT CARAMEL SUNDAE~^57.27^188^3.58^4.89^0.90^33.36^0.0^23.54^127^0.08^12^112^186^80^0.45^0.015^0.009^^^0.037^0.223^0.114^0.681^0.049^2^^2^^^0.51^307^92^92^^^^^^0.01^^2.468^1.210^0.232^16^182.00^~1 item, 6.42 oz~^^~~^0 ~21336~^~MCDONALD'S,HOT FUDGE SUNDAE~^58.81^186^4.14^5.91^1.09^30.05^0.4^26.89^139^0.83^19^128^246^94^0.56^0.051^0.066^^^0.042^0.226^0.151^0.749^0.052^0^^0^^^0.55^270^81^81^^^^^^0.19^^3.592^1.045^0.220^13^179.00^~1 item, 6.314 oz~^^~~^0 ~21337~^~MCDONALD'S,PNUTS (FOR SUNDAES)~^0.56^640^28.04^52.91^2.26^16.23^18.8^4.15^46^1.45^193^364^634^0^2.78^0.408^2.000^^^0.075^0.111^16.500^1.020^0.728^159^^159^^^^^^^^^^^^8.24^^8.305^25.749^13.979^^7.00^~.3 oz~^^~~^0 ~21338~^~MCDONALD'S,MCFLURRY W/ M&M'S CANDIES~^61.74^177^4.02^6.46^0.96^26.82^0.2^24.37^135^0.27^17^116^208^54^0.54^0.044^0.046^^^0.051^0.243^0.139^0.730^0.053^3^^3^^^0.60^312^^^^^^^^0.08^^3.402^1.670^0.282^16^347.85^~12 fl oz cup, regular~^504.03^~16 fl oz cup, large~^0 ~21339~^~MCDONALD'S,MCFLURRY W/ OREO COOKIES~^63.90^165^3.97^5.66^0.92^25.55^0.1^21.19^129^0.61^14^111^198^75^0.50^0.030^0.042^^^0.048^0.229^0.264^0.722^0.058^5^^5^^^0.58^323^^^^^^^^0.09^^2.577^1.716^0.364^15^336.51^~12 fl oz cup, regular~^487.02^~16 fl oz cup, large~^0 ~21340~^~MCDONALD'S,SAUSAGE BURRITO~^49.41^262^11.54^15.15^2.52^21.39^1.1^1.25^180^1.63^17^219^137^675^1.18^0.081^0.190^^0.8^0.161^0.290^1.702^0.776^0.361^62^^62^^^0.54^338^86^83^^37^^^^0.19^^5.361^5.735^2.109^153^113.20^~1 item, 3.993 oz~^^~~^0 ~21341~^~MCDONALD'S,BIG BRKFST~^50.68^285^10.16^19.37^2.30^17.50^1.1^0.93^51^1.74^15^256^207^549^0.97^0.082^0.119^^0.4^0.229^0.352^2.273^0.745^0.174^^^^^^0.57^234^70^^^^^^^^^6.405^7.372^3.195^173^269.00^~1 item, 9.5 oz~^^~~^0 ~21342~^~MCDONALD'S,APPL DIPPERS~^87.50^48^0.00^0.00^0.40^12.10^^9.20^62^0.10^^^^0^^^^^277.0^^^^^^^^^^^0.00^7^2^2^^^^^^0.08^^^^^^68.00^~1 package~^^~~^0 ~23521~^~BEEF,CHUCK,MOCK TENDER STK,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^67.09^159^26.08^5.24^1.15^0.00^0.0^0.00^7^2.80^23^217^293^68^7.81^0.112^0.000^25.3^0.0^0.112^0.232^3.660^0.001^0.324^8^0^8^8^99.3^3.42^0^0^0^0^0^0^0^0^0.15^^2.090^2.555^0.368^60^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^3 ~23523~^~BEEF,CHUCK,TOP BLADE,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^60.69^227^25.77^12.93^1.02^0.00^0.0^0.00^7^2.77^24^215^300^68^8.76^0.111^0.000^19.9^0.0^0.110^0.229^3.619^0.003^0.320^8^0^8^8^98.2^3.38^0^0^0^0^0^0^0^0^0.18^^4.162^6.269^0.459^58^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^13 ~23525~^~BEEF,CHUCK,TOP BLADE,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^62.86^200^25.67^9.99^1.19^0.00^0.0^0.00^7^2.74^24^212^298^67^8.68^0.110^0.000^19.9^0.0^0.138^0.224^3.970^0.005^0.467^9^0^9^9^97.8^3.71^0^0^0^0^0^0^0^0^0.16^^3.533^4.195^0.385^67^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^16 ~23528~^~BEEF,CHUCK,CLOD RST,LN & FAT,0" FAT,USDA CHOIC,CKD,RSTD~^60.38^216^24.61^12.26^1.07^0.00^0.0^0.00^8^3.02^20^210^363^71^5.95^0.095^0.001^28.9^0.0^0.082^0.230^3.251^0.013^0.257^9^0^9^9^93.7^2.85^0^0^0^0^0^0^0^0^0.15^^4.285^5.870^0.461^67^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^4 ~23531~^~BEEF,CHUCK,CLOD RST,LN & FAT,0" FAT,USDA SEL,CKD,RSTD~^62.13^196^27.30^8.76^1.26^0.00^0.0^0.00^7^3.09^21^215^372^72^6.16^0.097^0.000^29.4^0.0^0.092^0.256^3.599^0.007^0.284^10^0^10^10^104.0^3.15^0^0^0^0^0^0^0^0^0.16^^3.349^4.173^0.446^73^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^5 ~23533~^~BEEF,CHUCK,CLOD STEAK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRSD~^56.27^231^28.06^12.28^1.12^0.00^0.0^0.00^8^3.63^21^186^290^54^6.76^0.126^0.001^29.0^0.0^0.077^0.236^2.748^0.012^0.208^7^0^7^7^^2.80^0^0^0^0^0^0^0^0^0.18^^4.157^5.636^0.464^89^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^6 ~23536~^~BEEF,CHUCK,CLOD STEAK,LN & FAT,0" FAT,USDA SEL,CKD,BRSD~^59.16^205^29.84^8.55^1.21^0.00^0.0^0.00^9^3.76^21^253^273^63^8.14^0.155^0.000^29.7^0.0^0.072^0.262^3.371^0.004^0.299^10^0^10^10^^3.09^0^0^0^0^0^0^0^0^0.18^^3.183^3.936^0.383^99^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^4 ~23540~^~BEEF,PLATE,SKIRT STEAK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^60.34^220^26.13^12.05^1.07^0.00^0.0^0.00^11^2.77^24^230^289^75^7.23^0.093^0.000^19.8^0.0^0.090^0.191^3.745^0.005^0.321^7^0^7^7^99.5^3.72^0^0^0^0^0^0^0^0^0.10^^4.666^6.055^0.436^60^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^0 ~23541~^~BEEF,PLATE,OUTSIDE SKIRT,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^57.16^255^23.51^17.13^0.93^0.00^0.0^0.00^11^2.58^24^214^379^92^5.51^0.087^0.000^18.6^0.0^0.115^0.190^4.193^0.007^0.477^7^0^7^7^89.5^4.17^0^0^0^0^0^0^0^0^0.11^^7.083^8.520^0.702^59^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^0 ~23545~^~BEEF,SIRLOIN,TRI-TIP STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^50.50^265^29.97^15.18^1.45^0.00^0.0^0.00^12^3.64^26^265^437^72^7.05^0.158^0.000^10.3^0.0^0.128^0.286^4.225^0.005^0.443^10^0^10^10^114.2^2.83^0^0^0^0^0^0^0^0^0.17^^5.707^7.763^0.538^68^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^0 ~23547~^~BEEF,CHUCK,MOCK TENDER STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^66.19^160^25.87^5.52^1.36^0.00^0.0^0.00^8^2.93^23^227^293^71^7.82^0.117^0.000^25.2^0.0^0.111^0.230^3.632^0.000^0.321^8^0^8^8^98.5^3.39^0^0^0^0^0^0^0^0^0.16^^1.871^2.654^0.387^63^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^4 ~23549~^~BEEF,CHUCK,TOP BLADE,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^61.57^216^25.73^11.73^1.09^0.00^0.0^0.00^7^2.76^24^214^299^67^8.73^0.111^0.000^19.9^0.0^0.121^0.227^3.761^0.004^0.380^8^0^8^8^98.0^3.51^0^0^0^0^0^0^0^0^0.17^^3.906^5.425^0.429^61^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^15 ~23552~^~BEEF,CHUCK,CLOD RST,LN & FAT,0" FAT,ALL GRDS,CKD,RSTD~^61.09^207^25.70^10.84^1.15^0.00^0.0^0.00^7^3.05^21^212^367^71^6.04^0.096^0.000^29.1^0.0^0.086^0.240^3.393^0.011^0.268^9^0^9^9^97.9^2.97^0^0^0^0^0^0^0^0^0.16^^3.904^5.179^0.455^69^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^4 ~42230~^~SALAD DRSNG,COLESLAW DRSNG,RED FAT~^37.00^329^0.00^20.00^3.00^40.00^0.4^38.73^36^0.26^5^30^50^1600^0.18^0.000^0.004^1.6^0.0^0.010^0.010^0.250^0.001^0.020^0^0^0^0^15.3^0.10^1^0^0^0^0^0^0^1^1.84^39.5^2.980^8.600^7.520^25^269.00^~1 cup~^16.80^~1 tbsp~^0 ~42231~^~FLAXSEED OIL~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^17.50^0.0^9.400^20.200^66.000^0^218.00^~1 cup~^13.60^~1 tbsp~^0 ~42235~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT,LACTOSE RED~^82.50^74^12.40^1.00^0.90^3.20^0.6^2.60^53^0.14^5^134^86^220^0.38^0.028^^9.0^0.0^0.020^0.160^0.130^^0.070^12^0^12^12^17.5^0.63^40^11^11^0^3^0^0^0^0.01^0.1^0.640^0.290^0.030^4^227.00^~1 cup~^^~~^0 ~42236~^~CEREALS RTE,FRSTD OAT CRL W/MARSHMALLOWS~^2.80^388^7.10^3.50^2.50^84.10^4.3^43.50^71^15.87^28^141^207^564^7.94^0.141^^34.5^52.9^1.320^1.500^17.640^^1.760^353^334^19^587^22.7^5.29^4409^1324^1324^0^0^0^0^0^0.57^1.2^0.620^1.100^1.280^0^28.00^~1 cup~^^~~^0 ~42237~^~CEREALS RTE,WEETABIX WHL WHEAT CRL~^5.00^373^11.50^2.80^3.30^77.40^11.4^2.00^100^5.16^92^172^545^387^1.72^0.229^^5.9^0.0^1.080^0.980^5.740^^0.460^46^0^46^46^23.1^0.00^0^0^0^0^0^0^0^238^1.84^2.0^0.480^0.350^1.170^0^57.00^~1 cup~^18.00^~1 biscuit~^0 ~42240~^~CEREALS RTE,CORN,WHL WHEAT,ROLLED OATS,PRESWEETENED,W/ALMOND~^3.00^407^7.80^8.50^2.30^78.00^4.5^21.00^37^26.13^69^192^227^603^0.97^0.224^1.524^12.0^0.1^1.210^1.370^16.130^0.605^1.610^323^304^19^536^23.0^4.84^2419^726^726^0^0^0^0^0^1.49^0.9^1.100^4.176^2.737^0^31.00^~.75 cup, (1 NLEA serving)~^^~~^0 ~42241~^~TURKEY,PORK,&BF SAUSAGE,RED FAT,SMOKED~^59.20^240^18.60^16.80^2.80^2.60^0.0^0.00^18^1.12^17^142^204^957^2.18^0.061^^27.8^0.0^0.180^0.150^3.290^^0.270^4^0^4^4^72.0^0.44^2^1^1^0^0^0^0^0^0.25^0.0^6.070^7.010^2.260^65^147.00^~1 cup, pieces~^14.00^~1 cubic inch~^0 ~42256~^~MARGARINE-LIKE SPRD,STK OR TUB,SWTND~^30.00^534^0.00^52.00^1.30^16.70^0.0^16.70^0^0.00^0^16^30^542^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^12.4^0.00^3577^819^768^0^610^0^0^0^5.00^93.0^8.350^17.000^23.800^0^14.00^~1 tablespoon~^^~~^0 ~42258~^~CHEESE PRODUCT,PAST PROCESS,CHEDDAR OR AMERICAN,RED FAT~^51.80^240^17.60^14.10^5.90^10.60^0.0^8.02^529^0.20^33^829^330^1587^2.36^0.030^^12.4^0.0^0.070^0.480^0.180^^0.080^18^0^18^18^36.2^1.11^961^254^247^0^82^0^0^0^0.27^2.7^8.850^4.130^0.410^53^^~~^^~~^0 ~42259~^~POPCORN,OIL-POPPED,UNSALTED~^2.80^521^9.00^28.10^2.00^58.10^10.0^0.54^10^2.78^108^250^225^3^2.64^0.221^^7.3^0.3^0.130^0.140^1.550^^0.210^17^0^17^17^16.0^0.00^154^8^0^46^70^0^0^1087^2.43^4.3^4.890^8.170^13.420^0^28.35^~1 oz~^^~~^0 ~42261~^~CEREALS RTE,WHL WHEAT,ROLLED OATS,PRESWEETENED,W/ PECANS~^5.80^408^9.30^11.80^2.00^71.40^7.0^15.30^28^5.09^87^223^321^403^2.26^0.338^2.753^14.1^0.2^0.710^0.850^9.430^0.851^0.940^189^170^19^308^23.0^2.83^1415^425^425^0^0^0^0^0^0.80^1.9^1.400^6.262^3.797^0^53.00^~.667 cup, (1 NLEA serving)~^^~~^0 ~42262~^~SAUSAGE,CHICK&BF,SMOKED~^55.60^296^18.50^24.00^1.90^0.00^0.0^0.00^11^1.08^14^111^139^1020^1.73^0.051^^14.5^0.0^0.040^0.120^4.060^^0.170^4^0^4^4^61.2^0.38^108^31^31^0^0^0^0^0^0.50^0.0^7.160^10.190^4.720^70^138.00^~1 cup, pieces~^18.00^~1 cubic inch~^0 ~42265~^~CEREALS RTE,WHL WHEAT,ROLLED OATS,PRESWEETENED,W/NUTS&FRUIT~^8.70^377^8.00^8.40^1.90^73.20^7.4^24.60^31^6.67^84^197^326^288^2.22^0.308^1.863^14.1^0.1^0.700^0.790^9.260^0.623^0.930^185^166^19^301^13.4^2.78^1389^417^417^0^0^0^0^0^0.62^2.1^1.100^3.664^2.953^0^54.00^~.667 cup, (1 NLEA serving)~^^~~^0 ~42266~^~BABYFOOD,JUC,APPLE-SWEET POTATO~^87.90^48^0.30^0.10^0.29^11.40^0.5^9.60^15^0.30^7^14^137^5^0.08^0.032^^0.1^34.1^0.010^0.030^0.100^^0.070^3^0^3^3^4.9^0.00^3081^154^0^0^1849^0^0^6^0.34^0.7^0.030^0.010^0.050^0^30.80^~1 fl oz~^^~~^0 ~42267~^~BABYFOOD,JUC,ORANGE-CARROT~^89.10^43^0.50^0.10^0.25^9.90^0.4^8.40^16^0.20^10^19^174^10^0.07^0.044^^0.1^34.1^0.060^0.050^0.210^^0.050^39^0^39^39^6.5^0.00^1880^94^0^395^863^135^0^135^0.29^1.5^0.010^0.010^0.030^0^30.80^~1 fl oz~^^~~^0 ~42270~^~ORANGE JUICE DRINK~^86.20^54^0.20^0.00^0.19^13.41^0.2^9.36^2^0.11^3^4^42^2^0.02^0.018^0.007^0.0^15.0^0.380^0.430^5.000^0.060^0.500^4^0^4^4^^0.00^44^2^0^1^7^37^0^29^0.02^0.0^0.000^0.010^0.010^0^249.00^~1 cup~^31.10^~1 fl oz~^0 ~42272~^~GRANOLA BAR,W/COCNT,CHOC COATD~^6.10^531^5.20^32.20^1.30^55.20^6.2^34.27^42^1.75^56^154^254^152^1.17^0.319^^16.4^0.5^0.140^0.080^0.420^^0.120^9^0^9^9^12.8^0.07^0^0^0^0^0^0^0^48^0.30^1.4^22.720^4.970^3.100^0^28.35^~1 oz~^^~~^0 ~42278~^~BABYFOOD,VEG&BROWN RICE,STR~^84.10^69^1.90^1.50^0.43^12.10^1.1^2.39^14^0.40^15^33^135^14^0.22^0.080^^1.2^0.3^0.050^0.050^1.100^^0.050^16^0^16^16^15.2^0.00^150^8^0^33^73^0^1^550^0.15^13.4^0.140^0.970^0.320^0^230.00^~1 cup~^14.40^~1 tbsp~^0 ~42279~^~BABYFOOD,PEAS&BROWN RICE~^84.10^64^3.40^0.50^0.51^11.49^2.5^2.88^14^1.50^25^52^93^6^0.46^0.080^^1.2^3.0^0.100^0.080^1.400^^0.060^16^0^16^16^14.7^0.00^388^19^0^11^227^0^0^1256^0.07^12.6^0.100^0.180^0.180^0^230.00^~1 cup~^14.40^~1 tbsp~^0 ~42280~^~FRANKFURTER,MEAT & POULTRY,LO FAT~^69.90^127^15.50^2.80^3.40^8.40^0.1^0.00^12^0.91^18^155^261^983^1.93^0.063^^22.2^0.4^0.300^0.170^3.160^^0.270^3^0^3^3^76.0^0.54^3^1^1^0^0^0^0^0^0.20^0.3^0.970^1.190^0.360^44^143.00^~1 cup, sliced~^^~~^0 ~42283~^~POTATO CHIPS,WHITE,RESTRUCTURED,BKD~^1.40^469^5.00^18.20^3.98^71.40^4.8^5.01^125^0.80^43^274^721^917^0.45^0.104^^8.1^0.0^0.340^0.070^4.090^^0.510^0^0^0^0^31.6^0.00^0^0^0^0^0^0^0^0^2.18^7.2^2.631^9.910^4.234^0^34.00^~1 cup~^12.00^~10 chips~^0 ~42284~^~BABYFOOD,BKD PRODUCT,FINGER SNACKS CRL~^3.70^421^6.40^9.90^3.32^76.68^2.3^28.00^400^22.50^27^709^114^324^4.00^0.220^^37.5^10.0^1.400^1.600^11.250^^0.050^114^95^18^180^22.9^0.00^0^0^0^0^0^0^0^11^3.90^15.0^1.646^3.130^3.638^0^1.70^~1 cookie~^^~~^0 ~42285~^~BABYFOOD,CRL,BROWN RICE,DRY,INST~^1.00^404^8.70^3.00^1.65^85.65^6.5^0.92^55^47.60^28^272^386^12^0.00^0.368^^23.4^0.0^0.930^0.170^16.000^^0.980^15^0^15^15^33.1^0.00^0^0^0^0^0^0^0^0^1.29^2.0^0.600^1.080^1.070^0^3.70^~1 tbsp~^^~~^0 ~42289~^~OIL,CORN AND CANOLA~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.00^0^0^0^0^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^14.84^42.2^8.026^58.537^29.113^0^224.00^~1 cup~^14.00^~1 tbsp~^0 ~42290~^~MILK,FLUID,NONFAT,CA FORT (FAT FREE OR SKIM)~^90.80^35^3.40^0.18^0.77^4.85^0.0^4.85^204^0.04^11^101^166^52^0.40^0.011^^2.1^1.0^0.036^0.140^0.088^^0.040^5^0^5^5^16.0^0.38^458^137^137^0^0^0^0^0^0.01^0.0^0.117^0.047^0.007^2^247.00^~1 cup~^30.90^~1 fl oz~^0 ~20020~^~CORNMEAL,WHOLE-GRAIN,YEL~^10.26^362^8.12^3.59^1.13^76.89^7.3^0.64^6^3.45^127^241^287^35^1.82^0.193^0.498^15.5^0.0^0.385^0.201^3.632^0.425^0.304^25^0^25^25^21.6^0.00^214^11^0^63^97^0^0^1355^0.42^0.3^0.505^0.948^1.638^0^122.00^~1 cup~^^~~^0 ~20022~^~CORNMEAL,DEGERMED,ENR,YEL~^11.26^369^7.25^1.79^0.54^79.15^4.0^1.66^3^4.32^35^105^152^7^0.71^0.076^0.182^11.6^0.0^0.614^0.416^5.309^0.282^0.198^215^185^30^345^10.8^0.00^214^11^0^63^97^0^0^1355^0.16^0.0^0.194^0.347^0.734^0^158.88^~1 cup~^^~~^0 ~20023~^~CORNMEAL,SELF-RISING,BOLTED,PLN,ENR,YEL~^12.59^334^8.28^3.40^5.45^70.28^6.7^^361^5.76^86^804^255^1247^2.00^0.150^0.498^^0.0^0.661^0.400^5.291^0.425^0.540^233^176^57^356^^0.00^469^23^0^^^^^^^^0.478^0.897^1.550^0^122.00^~1 cup~^^~~^0 ~20024~^~CORNMEAL,SELF-RISING,BOLTED,W/WHEAT FLR,ENR,YEL~^10.33^348^8.41^2.85^4.98^73.43^6.3^^299^4.95^54^651^207^1319^1.39^0.139^0.516^^0.0^0.713^0.433^5.202^0.383^0.385^264^198^66^402^^0.00^287^14^0^^^^^^^^0.400^0.751^1.297^0^170.00^~1 cup~^^~~^0 ~20025~^~CORNMEAL,SELF-RISING,DEGERMED,ENR,YEL~^10.17^355^8.41^1.72^4.91^74.79^7.1^^350^4.73^49^623^170^1348^1.00^0.130^0.105^^0.0^0.678^0.387^4.566^0.312^0.390^233^202^31^374^^0.00^214^11^0^^^^^^^^0.234^0.429^0.739^0^138.00^~1 cup~^^~~^0 ~20027~^~CORNSTARCH~^8.32^381^0.26^0.05^0.09^91.27^0.9^0.00^2^0.47^3^13^3^9^0.06^0.050^0.053^2.8^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.009^0.016^0.025^0^128.00^~1 cup~^^~~^0 ~20028~^~COUSCOUS,DRY~^8.56^376^12.76^0.64^0.62^77.43^5.0^^24^1.08^44^170^166^10^0.83^0.247^0.780^^0.0^0.163^0.078^3.490^1.243^0.110^20^0^20^20^^0.00^0^0^0^^^^^^^^0.117^0.089^0.252^0^173.00^~1 cup~^^~~^0 ~20029~^~COUSCOUS,COOKED~^72.57^112^3.79^0.16^0.26^23.22^1.4^0.10^8^0.38^8^22^58^5^0.26^0.041^0.084^27.5^0.0^0.063^0.027^0.983^0.371^0.051^15^0^15^15^3.3^0.00^0^0^0^0^0^0^0^25^0.13^0.1^0.029^0.022^0.064^0^157.00^~1 cup, cooked~^528.00^~1 cup, dry, yields~^0 ~20030~^~HOMINY,CANNED,WHITE~^82.53^72^1.48^0.88^0.86^14.26^2.5^1.82^10^0.62^16^35^9^210^1.05^0.030^0.070^3.0^0.0^0.003^0.006^0.033^0.154^0.005^1^0^1^1^3.1^0.00^1^0^0^0^0^0^0^30^0.05^0.2^0.123^0.231^0.399^0^165.00^~1 cup~^^~~^0 ~20031~^~MILLET,RAW~^8.67^378^11.02^4.22^3.25^72.85^8.5^^8^3.01^114^285^195^5^1.68^0.750^1.632^2.7^0.0^0.421^0.290^4.720^0.848^0.384^85^0^85^85^^0.00^0^0^0^^^^^^0.05^0.9^0.723^0.773^2.134^0^200.00^~1 cup~^^~~^0 ~20032~^~MILLET,COOKED~^71.41^119^3.51^1.00^0.41^23.67^1.3^0.13^3^0.63^44^100^62^2^0.91^0.161^0.272^0.9^0.0^0.106^0.082^1.330^0.171^0.108^19^0^19^19^11.2^0.00^3^0^0^0^2^0^0^70^0.02^0.3^0.172^0.184^0.508^0^174.00^~1 cup~^^~~^0 ~20033~^~OAT BRAN,RAW~^6.55^246^17.30^7.03^2.89^66.22^15.4^1.45^58^5.41^235^734^566^4^3.11^0.403^5.630^45.2^0.0^1.170^0.220^0.934^1.494^0.165^52^0^52^52^32.2^0.00^0^0^0^0^0^0^0^180^1.01^3.2^1.328^2.376^2.766^0^94.00^~1 cup~^^~~^0 ~20034~^~OAT BRAN,COOKED~^84.00^40^3.21^0.86^0.49^11.44^2.6^^10^0.88^40^119^92^1^0.53^0.066^0.964^7.7^0.0^0.160^0.034^0.144^0.217^0.025^6^0^6^6^^0.00^0^0^0^^^^^^^^0.163^0.291^0.339^0^219.00^~1 cup~^^~~^0 ~20035~^~QUINOA,UNCKD~^13.28^368^14.12^6.07^2.38^64.16^7.0^^47^4.57^197^457^563^5^3.10^0.590^2.033^8.5^^0.360^0.318^1.520^0.772^0.487^184^0^184^184^70.2^0.00^14^1^0^0^8^1^0^163^2.44^0.0^0.706^1.613^3.292^0^170.00^~1 cup~^^~~^0 ~20036~^~RICE,BROWN,LONG-GRAIN,RAW~^10.37^370^7.94^2.92^1.53^77.24^3.5^0.85^23^1.47^143^333^223^7^2.02^0.277^3.743^23.4^0.0^0.401^0.093^5.091^1.493^0.509^20^0^20^20^30.7^0.00^0^0^0^0^0^0^0^0^1.20^1.9^0.584^1.056^1.044^0^185.00^~1 cup~^^~~^0 ~20037~^~RICE,BROWN,LONG-GRAIN,CKD~^73.09^111^2.58^0.90^0.46^22.96^1.8^0.35^10^0.42^43^83^43^5^0.63^0.100^0.905^9.8^0.0^0.096^0.025^1.528^0.285^0.145^4^0^4^4^9.2^0.00^0^0^0^0^0^0^0^0^0.03^0.6^0.180^0.327^0.323^0^195.00^~1 cup~^^~~^0 ~20038~^~OATS~^8.22^389^16.89^6.90^1.72^66.27^10.6^^54^4.72^177^523^429^2^3.97^0.626^4.916^^0.0^0.763^0.139^0.961^1.349^0.119^56^0^56^56^^0.00^0^0^0^^^^^^1.09^^1.217^2.178^2.535^0^156.00^~1 cup~^^~~^0 ~20040~^~RICE,BROWN,MEDIUM-GRAIN,RAW~^12.37^362^7.50^2.68^1.27^76.17^3.4^^33^1.80^143^264^268^4^2.02^0.277^3.743^^0.0^0.413^0.043^4.308^1.493^0.509^20^0^20^20^^0.00^0^0^0^^^^^^0.68^^0.536^0.971^0.959^0^190.00^~1 cup~^^~~^0 ~20041~^~RICE,BROWN,MEDIUM-GRAIN,CKD~^72.96^112^2.32^0.83^0.39^23.51^1.8^^10^0.53^44^77^79^1^0.62^0.081^1.097^^0.0^0.102^0.012^1.330^0.392^0.149^4^0^4^4^^0.00^0^0^0^^^^^^^^0.165^0.300^0.296^0^195.00^~1 cup~^^~~^0 ~20044~^~RICE,WHITE,LONG-GRAIN,REG,RAW,ENR~^11.62^365^7.13^0.66^0.64^79.95^1.3^0.12^28^4.31^25^115^115^5^1.09^0.220^1.088^15.1^0.0^0.576^0.049^4.192^1.014^0.164^231^223^8^387^5.8^0.00^0^0^0^0^0^0^0^0^0.11^0.1^0.180^0.206^0.177^0^185.00^~1 cup~^^~~^0 ~20045~^~RICE,WHITE,LONG-GRAIN,REG,CKD~^68.44^130^2.69^0.28^0.41^28.17^0.4^0.05^10^1.20^12^43^35^1^0.49^0.069^0.472^7.5^0.0^0.163^0.013^1.476^0.390^0.093^58^55^3^97^2.1^0.00^0^0^0^0^0^0^0^0^0.04^0.0^0.077^0.088^0.076^0^158.00^~1 cup~^^~~^0 ~20046~^~RICE,WHITE,LONG-GRAIN,PARBLD,ENR,DRY~^9.70^374^8.11^1.04^0.72^80.43^2.2^0.33^55^5.26^27^156^187^3^1.04^0.267^1.110^23.9^0.0^0.697^0.045^5.137^1.133^0.455^257^249^8^431^6.0^0.00^0^0^0^0^0^0^0^0^0.03^0.1^0.294^0.258^0.322^0^186.53^~1 cup~^^~~^0 ~20047~^~RICE,WHITE,LONG-GRAIN,PARBLD,ENR,CKD~^70.36^123^2.91^0.37^0.30^26.05^0.9^0.11^19^1.81^9^55^56^2^0.37^0.070^0.354^9.3^0.0^0.212^0.019^2.309^0.323^0.156^81^79^3^136^2.1^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.074^0.074^0.091^0^158.20^~1 cup~^^~~^0 ~20048~^~RICE,WHITE,LONG-GRAIN,PRECKD OR INST,ENR,DRY~^8.38^380^7.82^0.94^0.53^82.32^1.9^0.05^22^6.30^14^118^27^10^1.43^0.177^0.985^37.2^0.0^0.926^0.028^7.005^0.432^0.122^275^273^2^466^6.1^0.00^0^0^0^0^0^0^0^0^0.04^0.1^0.152^0.144^0.219^0^95.00^~1 cup~^^~~^0 ~20049~^~RICE,WHITE,LONG-GRAIN,PRECKD OR INST,ENR,PREP~^72.00^117^2.18^0.50^0.22^25.10^0.6^0.00^8^1.77^5^37^9^4^0.49^0.037^0.343^4.8^0.0^0.075^0.008^1.737^0.056^0.050^70^69^1^118^2.1^0.00^0^0^0^0^0^0^0^0^0.01^0.0^0.017^0.074^0.017^0^165.00^~1 cup~^^~~^0 ~20050~^~RICE,WHITE,MEDIUM-GRAIN,RAW,ENR~^12.89^360^6.61^0.58^0.58^79.34^1.4^^9^4.36^35^108^86^1^1.16^0.110^1.100^15.1^0.0^0.578^0.048^5.093^1.342^0.145^231^222^9^386^^0.00^0^0^0^^^^^^0.11^^0.158^0.181^0.155^0^195.00^~1 cup~^^~~^0 ~20051~^~RICE,WHITE,MEDIUM-GRAIN,CKD~^68.61^130^2.38^0.21^0.21^28.59^0.3^^3^1.49^13^37^29^0^0.42^0.038^0.377^7.5^0.0^0.167^0.016^1.835^0.411^0.050^58^56^2^97^^0.00^0^0^0^^^^^^^^0.057^0.065^0.056^0^186.00^~1 cup~^^~~^0 ~20052~^~RICE,WHITE,SHORT-GRAIN,RAW~^13.29^358^6.50^0.52^0.54^79.15^2.8^^3^4.23^23^95^76^1^1.10^0.210^1.037^15.1^0.0^0.565^0.048^4.113^1.287^0.171^231^225^6^389^^0.00^0^0^0^^^^^^^^0.140^0.161^0.138^0^200.00^~1 cup~^^~~^0 ~20053~^~RICE,WHITE,SHORT-GRAIN,CKD~^68.53^130^2.36^0.19^0.20^28.73^^^1^1.46^8^33^26^0^0.40^0.072^0.357^7.5^0.0^0.164^0.016^1.493^0.397^0.059^59^57^2^99^^0.00^0^0^0^^^^^^^^0.051^0.058^0.050^0^186.00^~1 cup~^^~~^0 ~20054~^~RICE,WHITE,GLUTINOUS,RAW~^10.46^370^6.81^0.55^0.49^81.68^2.8^^11^1.60^23^71^77^7^1.20^0.171^0.974^15.1^0.0^0.180^0.055^2.145^0.824^0.107^7^0^7^7^^0.00^0^0^0^^^^^^^^0.111^0.200^0.198^0^185.00^~1 cup~^^~~^0 ~20055~^~RICE,WHITE,GLUTINOUS,CKD~^76.63^97^2.02^0.19^0.07^21.09^1.0^0.05^2^0.14^5^8^10^5^0.41^0.049^0.262^5.6^0.0^0.020^0.013^0.290^0.215^0.026^1^0^1^1^2.1^0.00^0^0^0^0^0^0^0^0^0.04^0.0^0.039^0.070^0.069^0^174.00^~1 cup~^^~~^0 ~21343~^~MCDONALD'S,LOFAT CARAMEL SAU~^22.50^313^1.89^3.25^0.82^71.53^^43.21^71^0.16^8^89^119^170^0.28^0.018^0.011^^^0.075^0.134^0.006^0.398^0.026^0^^0^^^0.00^147^45^45^^^^^^0.00^^1.772^0.771^0.139^12^21.00^~.8 oz~^^~~^0 ~21344~^~MCDONALD'S,DOUBLE CHEESEBURGER~^47.77^265^14.89^14.97^2.58^19.83^0.8^4.66^160^2.13^20^162^217^657^2.40^0.093^0.168^^0.4^0.162^0.247^3.860^^^45^^45^^^1.18^304^^^^^^^^^^6.088^4.983^0.486^48^173.00^~1 item~^^~~^0 ~21345~^~MCDONALD'S,DOUBLE QUARTER POUNDER W/ CHS~^50.34^262^16.96^16.22^2.05^14.43^1.0^3.49^106^2.18^21^165^242^476^3.33^0.091^0.133^^0.6^0.127^0.303^4.213^^^45^^45^^^1.68^200^^^^^^^^^^6.473^5.855^0.480^57^280.00^~1 item~^^~~^0 ~21346~^~MCDONALD'S,NEWMAN'S OWN COBB DRSNG~^66.41^196^1.69^14.45^1.96^15.49^0.3^7.79^50^0.20^3^31^20^709^0.30^0.000^0.000^0.3^0.5^0.010^0.020^0.010^0.020^0.000^0^^0^^^0.05^93^^^^^^^^0.00^^2.770^3.670^7.910^13^62.16^~2 fl oz~^^~~^0 ~21347~^~MCDONALD'S,NEWMAN'S OWN CREAMY CAESAR DRSNG~^54.90^319^3.56^31.50^3.19^6.85^0.1^3.00^104^0.28^5^65^27^851^0.34^0.120^^0.2^0.0^0.010^0.040^0.020^0.110^1.090^4^^4^^^0.09^143^^^^^^^^26.10^^5.860^7.750^16.300^35^58.68^~2 fl oz~^^~~^0 ~21348~^~MCDONALD'S,NEWMAN'S OWN LOFAT BALSAMIC VINAIGRETTE~^66.05^86^0.19^5.94^3.17^24.65^0.4^6.74^8^0.28^3^1^20^1562^0.03^0.010^0.040^0.1^4.0^0.000^0.000^0.010^0.000^0.000^0^^0^^^0.00^110^^^^^^^^0.01^^0.870^2.190^2.800^0^46.64^~2 fl oz~^^~~^0 ~21349~^~MCDONALD'S,NEWMAN'S OWN RANCH DRSNG~^51.35^313^2.62^26.57^2.71^16.75^0.3^6.57^77^0.25^3^76^120^954^0.06^0.010^0.020^0.4^0.8^0.010^0.140^0.010^0.110^0.040^1^^1^^^0.00^68^^^^^^^^^^4.360^15.350^6.350^32^55.80^~2 fl oz~^^~~^0 ~21350~^~MCDONALD'S,BIG MAC (WITHOUT BIG MAC SAUCE)~^52.76^234^12.79^11.57^1.91^21.01^1.7^3.70^124^2.14^21^130^192^454^2.07^0.105^0.218^^0.4^0.190^0.223^3.693^^^50^^50^^^0.94^186^^^^^^^^^^4.162^3.802^0.334^35^200.45^~1 item~^^~~^0 ~21351~^~MCDONALD'S,BIG 'N TASTY~^57.71^226^10.64^13.68^1.37^16.60^1.4^3.79^65^1.88^18^98^200^317^2.06^0.090^0.182^^1.9^0.143^0.260^3.325^^^48^^48^^^0.98^160^^^^^^^^^^3.726^4.195^2.995^33^231.74^~1 item~^^~~^0 ~21352~^~MCDONALD'S,BIG 'N TASTY (WITHOUT MAYONNAISE)~^60.77^192^11.25^9.11^1.42^17.44^1.5^3.96^69^1.97^19^102^212^309^2.18^0.093^0.192^^2.0^0.152^0.273^3.539^^^49^^49^^^1.01^167^^^^^^^^^^3.155^3.304^0.231^31^217.74^~1 item~^^~~^0 ~21353~^~MCDONALD'S,BIG 'N TASTY W/ CHS~^56.74^232^11.00^14.58^1.62^16.06^1.3^3.83^91^1.78^18^114^199^387^2.07^0.087^0.173^^1.8^0.137^0.268^3.138^^^46^^46^^^0.98^246^^^^^^^^^^4.387^4.343^2.891^37^246.66^~1 item~^^~~^0 ~21354~^~MCDONALD'S,BIG 'N TASTY W/ CHS (WITHOUT MAYONNAISE)~^59.55^201^11.59^10.36^1.68^16.81^1.4^4.00^95^1.86^19^119^210^382^2.17^0.090^0.182^^1.9^0.145^0.281^3.327^^^47^^47^^^1.01^258^^^^^^^^^^3.893^3.518^0.298^34^232.66^~1 item~^^~~^0 ~21356~^~MCDONALD'S,MCCHICKEN SNDWCH (WITHOUT MAYONNAISE)~^47.43^240^11.08^8.46^2.08^30.95^1.4^4.16^96^1.78^20^150^184^571^0.75^0.073^0.294^^0.9^0.234^0.216^4.371^^^72^^^^^0.17^55^^^^^^^^^^1.636^3.405^2.881^22^138.00^~1 item~^^~~^0 ~21357~^~MCDONALD'S,EGG MCMUFFIN~^55.24^215^12.65^9.11^2.46^20.54^1.1^2.01^198^2.15^19^194^157^619^1.15^0.102^0.216^^1.2^0.262^0.368^3.102^0.836^0.145^79^0^79^79^^0.66^397^^^^^^^^0.59^^3.222^2.722^1.812^165^139.35^~1 item, 4.8 oz~^^~~^0 ~23554~^~BEEF,CHUCK,CLOD STEAK,LN & FAT,0" FAT,ALL GRDS,CKD,BRSD~^57.45^220^28.79^10.76^1.16^0.00^0.0^0.00^8^3.68^21^213^283^57^7.32^0.138^0.000^29.3^0.0^0.075^0.246^3.002^0.009^0.245^8^0^8^8^^2.92^0^0^0^0^0^0^0^0^0.18^^3.760^4.944^0.431^93^85.00^~3 oz, ( 1 serving )~^453.60^~1 lb~^5 ~23557~^~BEEF,GROUND,95% LN MEAT / 5% FAT,RAW~^73.28^137^21.41^5.00^1.05^0.00^0.0^0.00^9^2.38^22^198^346^66^5.09^0.077^0.011^17.4^0.0^0.041^0.161^5.494^0.642^0.392^5^0^5^5^70.9^2.24^0^0^0^0^0^0^0^0^0.28^0.3^2.250^2.151^0.257^62^^~~^^~~^0 ~23558~^~BEEF,GROUND,95% LN MEAT / 5% FAT,PATTY,CKD,BRLD~^66.03^171^26.29^6.55^1.06^0.00^0.0^0.00^7^2.83^22^206^348^65^6.43^0.096^0.014^21.7^0.0^0.042^0.173^5.939^0.641^0.412^7^0^7^7^85.4^2.47^0^0^0^0^0^0^0^0^0.36^1.3^2.977^2.721^0.327^76^85.00^~1 serving, (3 oz)~^82.18^~1 patty, (yield from 1/4 lb raw meat)~^0 ~23559~^~BEEF,GROUND,95% LN MEAT / 5% FAT,PATTY,CKD,PAN-BROILED~^66.90^164^25.80^5.94^1.09^0.00^0.0^0.00^9^2.85^24^222^376^71^6.45^0.091^0.011^21.1^0.0^0.042^0.180^6.275^0.628^0.391^7^0^7^7^84.6^3.10^0^0^0^0^0^0^0^0^0.35^1.2^2.698^2.466^0.296^76^85.00^~1 serving, ( 3 oz )~^86.31^~1 patty, ( yield from 1/4 lb raw meat )~^0 ~23560~^~BEEF,GROUND,95% LN MEAT / 5% FAT,CRUMBLES,CKD,PAN-BROWNED~^62.58^193^29.17^7.58^1.34^0.00^0.0^0.00^9^3.23^28^263^459^85^7.06^0.106^0.013^21.1^0.0^0.042^0.195^7.290^0.808^0.428^7^0^7^7^93.0^2.64^0^0^0^0^0^0^0^0^0.40^1.4^3.441^3.145^0.377^89^85.00^~1 serving, ( 3 oz )~^153.79^~1 portion, ( yield from 1/2 lb raw meat )~^0 ~23561~^~BEEF,GROUND,95% LN MEAT / 5% FAT,LOAF,CKD,BKD~^64.76^174^27.31^6.37^0.94^0.00^0.0^0.00^8^3.05^22^199^315^58^6.86^0.078^0.011^22.3^0.0^0.034^0.173^5.528^0.653^0.357^6^0^6^6^90.0^2.50^0^0^0^0^0^0^0^0^0.38^1.3^2.891^2.642^0.317^73^85.00^~1 serving, ( 3 oz )~^322.60^~1 loaf, ( yield from 1 lb raw meat )~^0 ~23562~^~BEEF,GROUND,90% LN MEAT / 10% FAT,RAW~^69.50^176^20.00^10.00^0.98^0.00^0.0^0.00^12^2.24^20^184^321^66^4.79^0.072^0.011^16.6^0.0^0.042^0.156^5.072^0.595^0.369^6^0^6^6^66.1^2.21^0^0^0^0^0^0^0^0^0.32^0.8^4.058^4.353^0.344^65^^~~^^~~^0 ~23563~^~BEEF,GROUND,90% LN MEAT / 10% FAT,PATTY,CKD,BRLD~^61.35^217^26.11^11.73^1.04^0.00^0.0^0.00^13^2.71^22^202^333^68^6.37^0.091^0.013^21.6^0.0^0.044^0.175^5.659^0.649^0.397^8^0^8^8^83.9^2.56^0^0^0^0^0^0^0^0^0.41^1.1^4.627^4.941^0.421^85^85.00^~1 serving~^82.18^~1 patty~^0 ~23564~^~BEEF,GROUND,90% LN MEAT / 10% FAT,PATTY,CKD,PAN-BROILED~^63.21^204^25.21^10.68^1.08^0.00^0.0^0.00^15^2.77^23^216^363^75^6.33^0.086^0.011^20.7^0.0^0.042^0.179^6.027^0.626^0.379^8^0^8^8^81.3^2.95^0^0^0^0^0^0^0^0^0.39^1.1^4.218^4.501^0.384^82^85.00^~1 serving, ( 3 oz )~^86.31^~1 patty, ( yield from 1/4 lb raw meat )~^0 ~23565~^~BEEF,GROUND,90% LN MEAT / 10% FAT,CRUMBLES,CKD,PAN-BROWNED~^58.58^230^28.45^12.04^1.28^0.00^0.0^0.00^16^3.08^27^250^433^87^6.84^0.099^0.013^21.3^0.0^0.043^0.193^6.804^0.808^0.428^8^0^8^8^91.5^2.71^0^0^0^0^0^0^0^0^0.44^1.2^4.752^5.074^0.432^89^85.00^~1 serving, ( 3 oz )~^153.79^~1 portion, ( yield from 1/2 lb raw meat )~^0 ~23566~^~BEEF,GROUND,90% LN MEAT / 10% FAT,LOAF,CKD,BKD~^61.33^214^26.62^11.10^0.93^0.00^0.0^0.00^13^2.89^21^193^300^61^6.65^0.078^0.010^21.6^0.0^0.037^0.172^5.228^0.625^0.348^6^0^6^6^85.9^2.50^0^0^0^0^0^0^0^0^0.41^1.1^4.379^4.676^0.398^86^85.00^~1 serving, ( 3 oz )~^322.60^~1 loaf, ( yield from 1 lb raw meat )~^0 ~23567~^~BEEF,GROUND,85% LN MEAT / 15% FAT,RAW~^65.72^215^18.59^15.00^0.91^0.00^0.0^0.00^15^2.09^18^171^295^66^4.48^0.067^0.011^15.8^0.0^0.042^0.152^4.649^0.549^0.346^6^0^6^6^61.2^2.17^0^0^0^0^0^0^0^0^0.37^1.3^5.866^6.555^0.432^68^^~~^^~~^0 ~23568~^~BEEF,GROUND,85% LN MEAT / 15% FAT,PATTY,CKD,BRLD~^58.03^250^25.93^15.48^1.02^0.00^0.0^0.00^18^2.60^21^198^318^72^6.31^0.085^0.012^21.6^0.0^0.046^0.176^5.378^0.657^0.382^9^0^9^9^82.4^2.64^0^0^0^0^0^0^0^0^0.45^1.2^5.887^6.662^0.485^90^^~~^^~~^0 ~23569~^~BEEF,GROUND,85% LN MEAT / 15% FAT,PATTY,CKD,PAN-BROILED~^60.61^232^24.62^14.02^1.07^0.00^0.0^0.00^20^2.68^22^211^349^79^6.20^0.081^0.011^20.3^0.0^0.043^0.178^5.778^0.624^0.367^8^0^8^8^78.9^2.81^0^0^0^0^0^0^0^0^0.42^1.2^5.335^6.037^0.439^86^85.00^~1 serving, ( 3 oz )~^83.25^~1 patty, ( yield from 1/4 lb raw meat )~^0 ~23570~^~BEEF,GROUND,85% LN MEAT / 15% FAT,CRUMBLES,CKD,PAN-BROWNED~^55.90^256^27.73^15.30^1.22^0.00^0.0^0.00^22^2.93^25^238^407^89^6.62^0.093^0.012^21.6^0.0^0.044^0.191^6.318^0.807^0.428^10^0^10^10^89.6^2.79^0^0^0^0^0^0^0^0^0.47^1.3^5.821^6.586^0.479^90^85.00^~1 serving, ( 3 oz )~^149.23^~1 portion, ( yield from 1/2 lb raw meat )~^0 ~23571~^~BEEF,GROUND,85% LN MEAT / 15% FAT,LOAF,CKD,BKD~^58.98^240^25.93^14.36^0.92^0.00^0.0^0.00^18^2.74^20^186^286^64^6.45^0.079^0.010^21.0^0.0^0.040^0.171^4.927^0.597^0.338^6^0^6^6^82.9^2.49^0^0^0^0^0^0^0^0^0.44^1.2^5.464^6.183^0.450^91^85.00^~1 serving, ( 3 oz )~^309.13^~1 loaf, ( yield from 1 lb raw meat )~^0 ~23572~^~BEEF,GROUND,80% LN MEAT / 20% FAT,RAW~^61.94^254^17.17^20.00^0.84^0.00^0.0^0.00^18^1.94^17^158^270^67^4.18^0.061^0.011^15.0^0.0^0.043^0.148^4.227^0.502^0.323^7^0^7^7^56.4^2.14^0^0^0^0^0^0^0^0^0.41^1.8^7.673^8.757^0.520^71^^~~^^~~^0 ~23573~^~BEEF,GROUND,80% LN MEAT / 20% FAT,PATTY,CKD,BRLD~^56.08^271^25.75^17.82^1.00^0.00^0.0^0.00^24^2.48^20^194^304^75^6.25^0.080^0.011^21.5^0.0^0.048^0.178^5.098^0.665^0.367^10^0^10^10^80.8^2.73^0^0^0^0^0^0^0^0^0.47^1.6^6.758^7.883^0.519^91^85.00^~1 serving~^76.53^~1 patty~^0 ~23574~^~BEEF,GROUND,80% LN MEAT / 20% FAT,PATTY,CKD,PAN-BROILED~^59.11^246^24.04^15.94^1.06^0.00^0.0^0.00^26^2.59^21^205^335^83^6.07^0.076^0.011^19.9^0.0^0.043^0.177^5.530^0.621^0.356^9^0^9^9^77.3^2.66^0^0^0^0^0^0^0^0^0.44^1.5^6.051^7.064^0.462^86^85.00^~1 serving, ( 3 oz )~^83.25^~1 patty, ( yield from 1/4 lb raw meat )~^0 ~42291~^~PEANUT BUTTER,RED NA~^1.10^632^24.00^49.90^3.17^21.83^6.6^9.29^41^1.90^159^317^747^203^2.78^0.515^^7.5^0.0^0.120^0.110^13.690^^0.450^92^0^92^92^63.5^0.00^0^0^0^0^0^0^0^0^9.05^0.6^7.716^23.582^14.363^0^16.00^~1 tbsp~^^~~^0 ~42297~^~CEREALS RTE,WHL WHEAT,OATS,PRESWEETENED,W/WALNUTS&FRUIT~^4.50^422^8.50^10.30^2.50^74.00^6.8^20.40^36^27.46^82^310^290^428^2.54^0.383^2.200^18.0^0.2^0.640^0.720^8.470^0.746^0.850^169^150^19^274^13.4^2.54^1271^382^382^0^0^0^0^0^1.17^1.7^1.400^3.667^4.485^0^59.00^~1 cup, (1 NLEA serving)~^^~~^0 ~42303~^~CHEESE,MUENSTER,LOW FAT~^50.50^274^24.70^17.60^3.70^3.50^0.0^3.50^529^0.41^27^468^134^600^2.81^0.031^^14.5^0.0^0.010^0.360^0.100^^0.060^12^0^12^12^15.4^1.47^593^175^174^0^8^0^0^0^0.15^1.5^10.950^5.090^0.650^63^113.00^~1 cup, shredded~^17.50^~1 cubic inch~^0 ~42304~^~CHEESE,MOZZARELLA,NON-FAT~^60.20^149^31.70^0.00^4.60^3.50^1.8^1.48^961^0.31^33^656^106^743^3.92^0.034^^18.9^0.0^0.020^0.300^0.120^^0.080^10^0^10^10^15.4^0.92^481^127^124^0^41^0^0^0^0.14^1.6^0.000^0.000^0.000^18^113.00^~1 cup, shredded~^^~~^0 ~42307~^~BUTTER-MARGARINE BLEND,STK,UNSALTED~^15.80^718^0.90^80.70^2.00^0.60^0.0^0.00^28^0.09^2^23^37^28^0.02^0.005^^0.5^0.1^0.010^0.040^0.030^^0.010^2^0^2^2^15.0^0.10^3577^819^768^0^610^0^0^0^5.00^70.9^26.904^31.832^18.236^88^14.00^~1 tablespoon~^^~~^0 ~42309~^~VEGETABLE OIL-BUTTER SPRD,RED CAL,TUB,SALTED~^46.00^450^1.00^50.00^2.00^1.00^0.0^0.00^28^0.09^2^23^37^607^0.02^0.005^^0.5^0.1^0.010^0.040^0.030^^0.010^2^0^2^2^6.5^0.10^3571^819^768^0^610^0^0^0^5.70^57.6^16.669^19.722^11.299^71^14.00^~1 tablespoon~^^~~^0 ~42310~^~MARGARINE-LIKE SPRD,RED CAL,40% FAT,STK,W/SALT~^57.80^356^0.60^40.00^1.60^0.00^0.0^0.00^21^0.00^2^16^30^994^0.00^0.000^^0.0^0.1^0.010^0.030^0.020^^0.010^1^0^1^1^12.4^0.07^3577^819^768^0^610^0^0^0^5.00^93.0^6.081^18.887^13.272^0^14.00^~1 tablespoon~^^~~^0 ~42313~^~MARGARINE-LIKE SPRD,70% FAT,LIQ,W/SALT~^27.80^621^0.29^70.00^1.91^0.00^0.0^0.00^21^0.00^2^16^30^994^0.00^0.000^^0.0^0.1^0.010^0.030^0.020^^0.010^1^0^1^1^12.4^0.07^3577^819^768^0^610^0^0^0^7.80^93.0^10.641^33.053^23.226^0^14.00^~1 tablespoon~^^~~^0 ~42316~^~BABYFOOD,CARROTS,TODDLER~^93.50^26^0.60^0.30^0.37^5.23^2.3^2.50^19^0.20^6^21^129^26^0.20^0.081^^0.8^0.7^0.020^0.030^0.250^^0.050^7^0^7^7^5.0^0.00^14710^736^0^3340^7156^0^1^167^0.59^7.9^0.052^0.012^0.148^0^28.35^~1 oz~^^~~^0 ~43004~^~BABYFOOD,DSSRT,BANANA PUDD,STR~^83.50^68^1.00^0.80^0.56^14.14^0.8^10.55^11^0.30^5^34^90^30^0.12^0.040^^1.1^12.0^0.010^0.060^0.160^^0.130^6^0^6^6^10.7^0.01^19^1^0^7^8^0^0^19^0.07^0.2^0.264^0.277^0.111^29^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43006~^~BABYFOOD,FRUIT,TUTTI FRUTTI,STR~^83.50^66^0.40^0.30^0.32^15.48^0.6^9.29^15^0.20^4^17^46^25^0.80^0.020^^0.4^12.4^0.020^0.020^0.100^^0.020^3^0^3^3^3.1^0.01^133^7^0^1^35^89^0^21^0.11^0.4^0.087^0.113^0.043^15^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43007~^~BABYFOOD,FRUIT,TUTTI FRUTTI,JR~^82.90^69^0.40^0.40^0.30^16.00^0.4^9.41^14^0.30^4^28^47^17^0.19^0.200^^0.4^7.2^0.030^0.020^0.080^^0.020^3^0^3^3^3.5^0.01^199^10^0^1^52^134^0^25^0.15^0.6^0.110^0.148^0.061^15^15.00^~1 tbsp~^170.00^~1 jar, NFS~^0 ~43008~^~BABYFOOD,DINNER,CHICK&RICE~^88.00^51^1.60^0.90^0.30^9.20^1.1^0.55^18^0.20^8^20^60^15^0.25^0.025^^3.0^1.0^0.010^0.020^0.300^^0.030^3^0^3^3^6.7^0.10^1170^58^0^260^571^0^0^105^0.11^1.8^0.211^0.392^0.188^10^16.00^~1 tbsp~^113.00^~1 jar, Gerber (4 oz)~^0 ~43015~^~SALAD DRSNG,CAESAR DRSNG,REG~^34.30^542^2.17^57.85^2.40^3.30^0.5^2.81^48^1.08^2^19^29^1078^0.11^0.010^0.038^1.6^0.3^0.010^0.010^0.040^0.083^0.025^2^0^2^2^15.6^0.03^34^9^9^1^2^1^0^22^4.74^104.8^8.789^13.504^32.857^39^235.00^~1 cup~^14.70^~1 tbsp~^0 ~43016~^~SALAD DRESSING,COLESLAW~^39.90^390^0.90^33.40^2.00^23.80^0.1^20.11^14^0.20^2^26^9^710^0.18^0.011^0.108^1.6^0.0^0.010^0.020^0.000^0.131^0.020^14^0^14^14^15.3^0.21^63^17^16^2^4^1^0^48^3.08^63.7^4.900^9.000^18.000^26^250.00^~1 cup~^15.60^~1 tbsp~^0 ~43017~^~SALAD DRSNG,GRN GODDESS,REG~^45.03^427^1.90^43.33^2.38^7.36^0.1^6.67^34^0.35^7^31^58^867^0.25^0.010^^1.6^0.2^0.020^0.050^0.140^^0.010^4^0^4^4^3.6^0.26^41^10^10^1^3^1^0^39^4.60^96.7^5.978^9.423^23.165^40^245.00^~1 cup~^15.30^~1 tbsp~^0 ~43019~^~SALAD DRSNG,SWT&SOUR~^95.70^15^0.10^0.00^0.50^3.70^0.0^3.70^4^0.04^3^3^33^208^0.02^0.010^0.060^1.6^8.1^0.010^0.000^0.060^0.027^0.010^2^0^2^2^0.1^0.00^0^0^0^0^0^0^0^0^2.56^39.6^0.000^0.000^0.000^0^250.00^~1 cup~^15.60^~1 tbsp~^0 ~43020~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS,LO CAL~^79.50^99^5.10^7.20^5.30^2.90^0.0^2.82^89^0.50^7^83^5^1200^0.25^0.010^^1.6^0.3^0.020^0.100^0.050^^0.020^3^0^3^3^17.0^0.23^3^0^0^0^2^0^0^0^0.25^5.4^2.575^1.783^2.422^1^245.00^~1 cup~^15.30^~1 tbsp~^0 ~43021~^~SALAD DRSNG,CAESAR,LO CAL~^73.20^110^0.30^4.40^3.50^18.60^0.1^16.32^24^0.18^2^19^29^1078^0.11^0.010^0.045^1.6^0.0^0.010^0.010^0.040^0.003^0.000^2^0^2^2^17.4^0.03^5^1^1^0^1^0^0^0^0.71^1.0^0.703^1.124^2.368^2^240.00^~1 cup~^15.00^~1 tbsp~^0 ~43026~^~SYRUPS,DIETETIC~^50.00^40^0.80^0.00^0.07^49.20^3.0^0.01^0^0.00^0^0^0^21^0.00^0.000^0.000^0.5^0.0^0.000^0.000^0.000^0.002^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^240.00^~1 cup~^15.00^~1 tbsp~^0 ~43028~^~JAMS & PRESERVES,DIETETIC (WITH NA SACCHARIN),ANY FLAVOR~^45.80^132^0.30^0.30^0.18^53.60^2.5^37.81^9^0.40^5^9^69^0^0.06^0.024^^1.7^0.0^0.000^0.000^0.000^^0.020^9^0^9^9^8.0^0.00^0^0^0^0^0^0^0^0^0.09^0.0^0.016^0.042^0.151^0^224.00^~1 cup~^14.00^~1 tbsp~^0 ~43031~^~CANDIES,CHOC COVERED,CARAMEL W/NUTS~^6.10^470^9.50^21.00^2.73^60.67^4.3^41.35^78^1.70^81^166^445^24^1.87^0.580^^2.8^1.4^0.040^0.160^4.760^^0.160^92^0^92^92^33.9^0.00^149^42^41^0^7^0^0^0^1.10^3.2^4.657^9.444^5.834^0^14.00^~1 piece~^^~~^0 ~20056~^~RICE,WHITE,WITH PASTA,DRY~^7.13^368^9.37^2.44^5.75^75.32^^^46^3.98^40^158^209^1866^1.21^0.275^1.040^31.9^0.6^0.760^0.271^7.012^0.675^0.145^208^175^33^331^^0.20^0^0^0^^^^^^^^0.440^0.642^0.966^2^163.00^~1 cup~^^~~^0 ~20057~^~RICE,WHITE,W/PASTA,CKD~^71.74^122^2.54^2.82^1.47^21.43^2.5^^8^0.94^12^37^42^568^0.28^0.020^0.209^^0.2^0.123^0.077^1.780^0.287^0.097^44^37^7^70^^0.06^0^0^0^^^^^^^^0.541^1.119^0.947^1^202.00^~1 cup~^^~~^0 ~20058~^~RICE,WHITE,STMD,CHINESE RESTAURANT~^62.50^151^3.20^0.27^0.14^33.88^0.9^^5^0.39^5^33^20^5^0.68^0.048^0.448^^^0.016^0.015^0.566^^0.022^5^0^5^5^^^^^^^^^^^^^^^^^132.18^~1 cup, loosely packed~^^~~^0 ~20060~^~RICE BRAN,CRUDE~^6.13^316^13.35^20.85^9.98^49.69^21.0^0.90^57^18.54^781^1677^1485^5^6.04^0.728^14.210^15.6^0.0^2.753^0.284^33.995^7.390^4.070^63^0^63^63^32.2^0.00^0^0^0^0^0^0^0^220^4.92^1.9^4.171^7.549^7.459^0^118.00^~1 cup~^^~~^0 ~20061~^~RICE FLOUR,WHITE~^11.89^366^5.95^1.42^0.61^80.13^2.4^0.12^10^0.35^35^98^76^0^0.80^0.130^1.200^15.1^0.0^0.138^0.021^2.590^0.819^0.436^4^0^4^4^5.8^0.00^0^0^0^0^0^0^0^0^0.11^0.0^0.386^0.442^0.379^0^158.00^~1 cup~^^~~^0 ~20062~^~RYE~^10.95^335^14.76^2.50^2.02^69.76^14.6^1.04^33^2.67^121^374^264^6^3.73^0.450^2.680^35.3^0.0^0.316^0.251^4.270^1.456^0.294^60^0^60^60^30.4^0.00^11^1^0^0^7^0^0^210^1.28^5.9^0.287^0.303^1.115^0^169.00^~1 cup~^^~~^0 ~20063~^~RYE FLOUR,DARK~^11.07^324^14.03^2.69^3.47^68.74^22.6^1.04^56^6.45^248^632^730^1^5.62^0.750^6.730^35.7^0.0^0.316^0.251^4.270^1.456^0.443^60^0^60^60^30.4^0.00^11^1^0^0^7^0^0^210^1.41^5.9^0.309^0.326^1.200^0^128.00^~1 cup~^^~~^0 ~20064~^~RYE FLOUR,MEDIUM~^9.85^354^9.39^1.77^1.50^77.49^14.6^1.04^24^2.12^75^207^340^3^1.99^0.287^5.460^35.7^0.0^0.287^0.114^1.727^0.492^0.268^19^0^19^19^20.6^0.00^0^0^0^0^0^0^0^210^0.79^5.9^0.198^0.208^0.767^0^102.00^~1 cup~^^~~^0 ~20065~^~RYE FLOUR,LIGHT~^8.78^367^8.39^1.36^1.24^80.23^14.6^1.04^21^1.80^70^194^233^2^1.75^0.250^1.970^35.7^0.0^0.331^0.090^0.800^0.665^0.234^22^0^22^22^10.8^0.00^0^0^0^0^0^0^0^210^0.43^5.9^0.145^0.153^0.565^0^102.00^~1 cup~^^~~^0 ~20066~^~SEMOLINA,ENRICHED~^12.67^360^12.68^1.05^0.77^72.83^3.9^^17^4.36^47^136^186^1^1.05^0.189^0.619^89.4^0.0^0.811^0.571^5.990^0.580^0.103^183^111^72^261^^0.00^0^0^0^^^^^^0.26^^0.150^0.124^0.430^0^167.00^~1 cup~^^~~^0 ~20067~^~SORGHUM~^9.20^339^11.30^3.30^1.57^74.63^6.3^^28^4.40^^287^350^6^^^^^0.0^0.237^0.142^2.927^^^^^^^^0.00^0^0^0^^^^^^^^0.457^0.993^1.370^0^192.00^~1 cup~^^~~^0 ~20068~^~TAPIOCA,PEARL,DRY~^10.99^358^0.19^0.02^0.11^88.69^0.9^3.35^20^1.58^1^7^11^1^0.12^0.020^0.110^0.8^0.0^0.004^0.000^0.000^0.135^0.008^4^0^4^4^1.2^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.005^0.005^0.003^0^152.00^~1 cup~^^~~^0 ~20069~^~TRITICALE~^10.51^336^13.05^2.09^2.23^72.13^^^37^2.57^130^358^332^5^3.45^0.457^3.210^^0.0^0.416^0.134^1.430^1.323^0.138^73^0^73^73^^0.00^0^0^0^^^^^^0.90^^0.366^0.211^0.913^0^192.00^~1 cup~^^~~^0 ~20070~^~TRITICALE FLR,WHOLE-GRAIN~^10.01^338^13.18^1.81^1.85^73.14^14.6^^35^2.59^153^321^466^2^2.66^0.559^4.185^^0.0^0.378^0.132^2.860^2.167^0.403^74^0^74^74^^0.00^0^0^0^^^^^^0.90^^0.318^0.183^0.794^0^130.00^~1 cup~^^~~^0 ~20071~^~WHEAT,HARD RED SPRING~^12.76^329^15.40^1.92^1.89^68.03^12.2^0.41^25^3.60^124^332^340^2^2.78^0.410^4.055^70.7^0.0^0.504^0.110^5.710^0.935^0.336^43^0^43^43^31.2^0.00^9^0^0^0^5^0^0^220^1.01^1.9^0.314^0.303^0.765^0^192.00^~1 cup~^^~~^0 ~20072~^~WHEAT,HARD RED WINTER~^13.10^327^12.61^1.54^1.57^71.18^12.2^0.41^29^3.19^126^288^363^2^2.65^0.434^3.985^70.7^0.0^0.383^0.115^5.464^0.954^0.300^38^0^38^38^31.2^0.00^9^0^0^0^5^0^0^220^1.01^1.9^0.269^0.200^0.627^0^192.00^~1 cup~^^~~^0 ~20073~^~WHEAT,SOFT RED WINTER~^12.17^331^10.35^1.56^1.68^74.24^12.5^0.41^27^3.21^126^493^397^2^2.63^0.450^4.391^^0.0^0.394^0.096^4.800^0.850^0.272^41^0^41^41^^0.00^0^0^0^^^^^^1.01^^0.289^0.178^0.656^0^168.00^~1 cup~^^~~^0 ~20074~^~WHEAT,HARD WHITE~^9.57^342^11.31^1.71^1.52^75.90^12.2^0.41^32^4.56^93^355^432^2^3.33^0.363^3.821^^0.0^0.387^0.108^4.381^0.954^0.368^38^0^38^38^^0.00^9^0^0^0^5^0^0^220^1.01^1.9^0.277^0.203^0.750^0^192.00^~1 cup~^^~~^0 ~20075~^~WHEAT,SOFT WHITE~^10.42^340^10.69^1.99^1.54^75.36^12.7^0.41^34^5.37^90^402^435^2^3.46^0.426^3.406^^0.0^0.410^0.107^4.766^0.850^0.378^41^0^41^41^^0.00^9^0^0^0^5^0^0^220^1.01^1.9^0.368^0.227^0.837^0^168.00^~1 cup~^^~~^0 ~20076~^~WHEAT,DURUM~^10.94^339^13.68^2.47^1.78^71.13^^^34^3.52^144^508^431^2^4.16^0.553^3.012^89.4^0.0^0.419^0.121^6.738^0.935^0.419^43^0^43^43^^0.00^0^0^0^^^^^^^^0.454^0.344^0.978^0^192.00^~1 cup~^^~~^0 ~20077~^~WHEAT BRAN,CRUDE~^9.89^216^15.55^4.25^5.79^64.51^42.8^0.41^73^10.57^611^1013^1182^2^7.27^0.998^11.500^77.6^0.0^0.523^0.577^13.578^2.181^1.303^79^0^79^79^74.4^0.00^9^0^0^0^6^0^0^240^1.49^1.9^0.630^0.637^2.212^0^58.00^~1 cup~^^~~^0 ~20078~^~WHEAT GERM,CRUDE~^11.12^360^23.15^9.72^4.21^51.80^13.2^^39^6.26^239^842^892^12^12.29^0.796^13.301^79.2^0.0^1.882^0.499^6.813^2.257^1.300^281^0^281^281^^0.00^0^0^0^^^^^^^^1.665^1.365^6.010^0^115.00^~1 cup~^^~~^0 ~20080~^~WHEAT FLOUR,WHOLE-GRAIN~^10.27^339^13.70^1.87^1.60^72.57^12.2^0.41^34^3.88^138^346^405^5^2.93^0.382^3.799^70.7^0.0^0.447^0.215^6.365^1.008^0.341^44^0^44^44^31.2^0.00^9^0^0^0^5^0^0^220^0.82^1.9^0.322^0.232^0.779^0^120.00^~1 cup~^^~~^0 ~20081~^~WHEAT FLR,WHITE,ALL-PURPOSE,ENR,BLEACHED~^11.92^364^10.33^0.98^0.47^76.31^2.7^0.27^15^4.64^22^108^107^2^0.70^0.144^0.682^33.9^0.0^0.785^0.494^5.904^0.438^0.044^183^154^29^291^10.4^0.00^0^0^0^0^0^0^0^18^0.06^0.3^0.155^0.087^0.413^0^125.00^~1 cup~^^~~^0 ~20082~^~WHEAT FLR,WHITE,ALL-PURPOSE,SELF-RISING,ENR~^10.59^354^9.89^0.97^4.33^74.22^2.7^0.22^338^4.67^19^595^124^1270^0.62^0.112^1.000^34.4^0.0^0.674^0.414^5.832^0.438^0.050^196^158^38^307^10.4^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.154^0.086^0.410^0^125.00^~1 cup~^^~~^0 ~20083~^~WHEAT FLR,WHITE,BREAD,ENR~^13.36^361^11.98^1.66^0.47^72.53^2.4^0.31^15^4.41^25^97^100^2^0.85^0.182^0.792^39.7^0.0^0.812^0.512^7.554^0.438^0.037^183^150^33^288^10.4^0.00^2^0^0^0^1^0^0^79^0.40^0.3^0.244^0.140^0.727^0^137.00^~1 cup~^^~~^0 ~20084~^~WHEAT FLR,WHITE,CAKE,ENR~^12.51^362^8.20^0.86^0.39^78.03^1.7^0.31^14^7.32^16^85^105^2^0.62^0.139^0.634^4.9^0.0^0.892^0.430^6.790^0.458^0.033^186^138^47^282^10.4^0.00^0^0^0^0^0^0^0^3^0.02^0.3^0.127^0.073^0.379^0^137.00^~1 cup, unsifted, dipped~^^~~^0 ~20086~^~WHEAT FLR,WHITE,TORTILLA MIX,ENR~^10.08^405^9.66^10.63^2.49^67.14^^^205^7.05^21^210^100^677^0.64^0.100^0.614^^0.0^0.735^0.493^5.820^0.394^0.040^136^112^24^215^^0.00^0^0^0^^^^^^^^4.100^4.541^1.522^0^111.00^~1 cup~^^~~^0 ~20087~^~WHEAT,SPROUTED~^47.75^198^7.49^1.27^0.96^42.53^1.1^^28^2.14^82^200^169^16^1.65^0.261^1.858^42.5^2.6^0.225^0.155^3.087^0.947^0.265^38^0^38^38^^0.00^0^0^0^^^^^^^^0.206^0.151^0.557^0^108.00^~1 cup~^^~~^0 ~20088~^~WILD RICE,RAW~^7.76^357^14.73^1.08^1.53^74.90^6.2^2.50^21^1.96^177^433^427^7^5.96^0.524^1.329^2.8^0.0^0.115^0.262^6.733^1.074^0.391^95^0^95^95^35.0^0.00^19^1^0^0^11^0^0^220^0.82^1.9^0.156^0.159^0.676^0^160.00^~1 cup~^^~~^0 ~20089~^~WILD RICE,COOKED~^73.93^101^3.99^0.34^0.40^21.34^1.8^0.73^3^0.60^32^82^101^3^1.34^0.121^0.282^0.8^0.0^0.052^0.087^1.287^0.154^0.135^26^0^26^26^10.2^0.00^3^0^0^0^2^0^0^64^0.24^0.5^0.049^0.050^0.213^0^164.00^~1 cup~^^~~^0 ~20090~^~RICE FLOUR,BROWN~^11.97^363^7.23^2.78^1.54^76.48^4.6^0.85^11^1.98^112^337^289^8^2.45^0.230^4.013^^0.0^0.443^0.080^6.340^1.591^0.736^16^0^16^16^^0.00^0^0^0^^^^^^1.20^^0.557^1.008^0.996^0^158.00^~1 cup~^^~~^0 ~20091~^~PASTA,CORN,DRY~^10.00^357^7.46^2.08^1.20^79.26^11.0^^4^0.93^119^253^294^3^1.79^0.202^0.483^7.9^0.0^0.231^0.087^2.430^0.484^0.206^25^0^25^25^^0.00^170^9^0^^^^^^^^0.290^0.543^0.924^0^105.00^~1 cup~^57.00^~2 oz~^0 ~20092~^~PASTA,CORN,COOKED~^68.31^126^2.63^0.73^0.42^27.91^4.8^^1^0.25^36^76^31^0^0.63^0.064^0.153^2.8^0.0^0.053^0.023^0.556^0.128^0.058^6^0^6^6^^0.00^57^3^0^^^^^^^^0.102^0.191^0.325^0^140.00^~1 cup~^^~~^0 ~20093~^~PASTA,FRESH-REFRIGERATED,PLN,AS PURCHASED~^31.00^288^11.31^2.30^0.66^54.73^^^15^3.35^46^163^179^26^1.22^0.228^0.547^^0.0^0.705^0.439^3.350^0.535^0.093^176^154^22^284^^0.31^47^14^14^^^^^^^^0.328^0.271^0.942^73^128.00^~4.5 oz~^^~~^0 ~20094~^~PASTA,FRESH-REFRIGERATED,PLN,CKD~^68.56^131^5.15^1.05^0.30^24.93^^^6^1.14^18^63^24^6^0.56^0.093^0.224^^0.0^0.209^0.150^0.992^0.183^0.034^64^57^7^104^^0.14^20^6^6^^^^^^^^0.150^0.124^0.429^33^57.00^~2 oz~^^~~^0 ~21358~^~MCDONALD'S,SAUSAGE MCMUFFIN~^38.94^333^12.66^21.06^2.81^24.52^1.4^1.93^224^2.04^21^163^188^693^1.28^0.091^0.254^^0.0^0.347^0.288^4.184^0.554^0.153^69^^69^^^0.45^260^^^^^^^^0.28^^7.253^7.749^3.234^39^114.95^~1 item, 4 oz~^^~~^0 ~21359~^~MCDONALD'S,SAUSAGE MCMUFFIN W/ EGG~^49.96^274^12.59^17.83^2.34^17.28^0.9^1.57^172^1.97^18^171^171^572^1.22^0.094^0.189^^0.0^0.262^0.344^2.930^0.818^0.149^^^^^^0.70^335^^^^^^^^0.50^^6.008^6.581^2.768^154^165.35^~1 item, 5.7 oz~^^~~^0 ~21360~^~MCDONALD'S,BACON EGG & CHS BISCUIT~^42.29^304^13.45^18.77^3.23^22.26^0.9^2.18^109^2.13^12^335^121^863^0.90^0.073^0.137^^2.1^0.262^0.416^1.959^0.642^0.093^^^^^^^399^^^^^^^^^^8.262^5.546^2.625^167^142.00^~1 item, 5 oz~^^~~^0 ~21361~^~MCDONALD'S,SAUSAGE BISCUIT~^34.71^376^9.62^25.40^3.07^27.20^1.2^1.97^55^2.01^13^323^177^875^0.86^0.074^0.174^^0.0^0.403^0.281^4.284^0.521^0.128^91^^^^^0.39^26^8^8^^^^^^0.75^^10.659^8.832^3.420^29^117.00^~1 item, 4.1 oz~^^~~^0 ~21362~^~MCDONALD'S,SAUSAGE BISCUIT W/ EGG~^44.62^311^11.27^22.26^2.57^19.28^0.8^1.43^58^2.03^13^303^165^664^1.04^0.078^0.130^^0.0^0.308^0.381^2.968^0.716^0.144^85^^^^^0.60^214^64^64^^^^^^0.98^^8.628^7.748^3.169^152^163.00^~1 item, 5.7 oz~^^~~^0 ~21363~^~MCDONALD'S,DELUXE BRKFST,W/ SYRUP & MARGARINE~^45.91^285^7.56^15.23^1.82^29.48^1.0^9.88^50^1.50^13^216^170^437^0.69^0.073^0.130^^0.2^0.207^0.275^1.879^0.616^0.124^^^^^^0.35^258^^^^^^^^^^4.642^5.217^2.811^109^420.00^~1 item, 14.8 oz~^^~~^0 ~21364~^~MCDONALD'S,HOTCAKES & SAUSAGE~^40.70^294^5.87^13.21^1.44^38.79^0.8^17.30^51^1.22^14^171^148^354^0.50^0.066^0.148^^0.0^0.216^0.178^1.979^0.514^0.087^54^^54^^^0.14^202^^^^^^^^^^2.747^3.426^2.468^19^263.54^~1 item~^^~~^0 ~21365~^~MCDONALD'S,HOTCAKES (WITH 2 PATS MARGARINE & SYRUP)~^40.60^272^4.05^8.06^1.21^46.08^0.9^20.58^57^1.28^13^177^125^283^0.29^0.066^0.171^^0.0^0.202^0.180^1.464^0.480^0.052^65^^65^^^0.01^241^^^^^^^^^^0.818^0.863^2.087^9^220.54^~1 item~^^~~^0 ~21366~^~MCDONALD'S,APPL DIPPERS W/ LOFAT CARAMEL SAU~^72.16^111^0.45^0.77^0.50^26.12^^17.22^64^0.11^^^^40^0.07^0.004^0.003^^211.6^0.018^0.032^0.001^0.094^0.006^0^^0^^^0.00^40^12^12^^^^^^0.06^^0.418^0.182^0.033^3^89.00^~1 item~^^~~^0 ~21369~^~MCDONALD'S,FRUIT & WALNUT SALAD~^75.95^118^1.81^5.05^0.59^16.60^^12.45^65^0.34^13^49^^32^0.28^0.122^^^145.3^0.036^0.056^0.103^0.160^0.095^5^^5^^^0.06^32^^^^^^^^^3.1^0.699^0.810^3.204^2^263.65^~1 item~^^~~^0 ~23575~^~BEEF,GROUND,80% LN MEAT / 20% FAT,CRUMBLES,CKD,PAN-BROWNED~^54.54^272^27.00^17.36^1.16^0.00^0.0^0.00^28^2.78^23^226^380^91^6.40^0.087^0.012^21.8^0.0^0.045^0.189^5.831^0.806^0.428^11^0^11^11^87.0^2.86^0^0^0^0^0^0^0^0^0.48^1.6^6.593^7.696^0.503^89^85.00^~1 serving, ( 3 oz )~^149.23^~1 portion, ( yield from 1/2 lb raw meat )~^0 ~23576~^~BEEF,GROUND,80% LN MEAT / 20% FAT,LOAF,CKD,BKD~^57.70^254^25.25^16.17^0.90^0.00^0.0^0.00^23^2.58^19^179^271^67^6.24^0.080^0.009^20.3^0.0^0.044^0.170^4.627^0.570^0.329^7^0^7^7^80.9^2.48^0^0^0^0^0^0^0^0^0.45^1.5^6.138^7.166^0.469^90^85.00^~1 serving, ( 3 oz )~^309.13^~1 loaf, ( yield from 1 lb raw meat )~^0 ~23577~^~BEEF,GROUND,75% LN MEAT / 25% FAT,RAW~^58.16^293^15.76^25.00^0.77^0.00^0.0^0.00^21^1.79^15^145^244^67^3.87^0.056^0.011^14.3^0.0^0.044^0.144^3.804^0.455^0.301^8^0^8^8^51.6^2.11^0^0^0^0^0^0^0^0^0.45^2.4^9.481^8.629^0.520^75^^~~^^~~^0 ~23578~^~BEEF,GROUND,75% LN MEAT / 25% FAT,PATTY,CKD,BRLD~^55.49^278^25.56^18.72^0.98^0.00^0.0^0.00^30^2.37^20^189^289^78^6.19^0.075^0.010^21.4^0.0^0.049^0.179^4.818^0.674^0.351^11^0^11^11^79.3^2.81^0^0^0^0^0^0^0^0^0.47^2.2^7.238^8.604^0.523^89^85.00^~1 serving~^70.03^~1 patty~^0 ~23579~^~BEEF,GROUND,75% LN MEAT / 25% FAT,PATTY,CKD,PAN-BROILED~^58.69^248^23.45^16.44^1.05^0.00^0.0^0.00^32^2.50^20^199^322^87^5.95^0.071^0.011^19.6^0.0^0.043^0.176^5.282^0.618^0.344^10^0^10^10^76.5^2.52^0^0^0^0^0^0^0^0^0.44^2.0^6.360^7.560^0.459^83^85.00^~1 serving, ( 3 oz )~^77.24^~1 patty, ( yield from 1/4 lb raw meat )~^0 ~23580~^~BEEF,GROUND,75% LN MEAT / 25% FAT,CRUMBLES,CKD,PAN-BROWNED~^54.50^277^26.28^18.21^1.10^0.00^0.0^0.00^34^2.63^22^214^354^93^6.17^0.080^0.012^22.0^0.0^0.046^0.187^5.345^0.805^0.429^12^0^12^12^83.9^2.94^0^0^0^0^0^0^0^0^0.48^2.2^7.044^8.373^0.509^89^85.00^~1 serving, ( 3 oz )~^138.59^~1 portion, ( yield from 1/2 lb raw meat )~^0 ~23581~^~BEEF,GROUND,75% LN MEAT / 25% FAT,LOAF,CKD,BKD~^57.50^254^24.56^16.50^0.89^0.00^0.0^0.00^28^2.43^18^172^256^70^6.04^0.080^0.009^19.7^0.0^0.047^0.169^4.327^0.542^0.320^7^0^7^7^80.0^2.47^0^0^0^0^0^0^0^0^0.45^2.1^6.382^7.586^0.461^82^85.00^~1 serving, ( 3 oz )~^283.88^~1 loaf, ( yield from 1 lb raw meat )~^0 ~23582~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,SEL,RAW~^72.90^134^22.53^4.20^1.06^0.00^0.0^0.00^22^1.59^23^209^353^55^3.96^0.076^0.011^30.4^0.0^0.076^0.121^6.544^0.662^0.635^13^0^13^13^94.1^0.95^0^0^0^0^0^0^0^0^0.29^1.2^1.553^1.690^0.182^43^28.35^~1 oz~^453.60^~1 lb~^24 ~23583~^~BEEF,TENDERLOIN,LN,1/8" FAT,SEL,RAW~^71.11^148^22.06^5.93^1.05^0.00^0.0^0.00^22^1.60^23^209^354^55^3.97^0.076^0.011^30.5^0.0^0.074^0.118^6.408^0.648^0.622^13^0^13^13^92.1^0.93^0^0^0^0^0^0^0^0^0.31^1.2^2.191^2.384^0.256^61^28.35^~1 oz~^453.60^~1 lb~^21 ~23584~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,SEL,RAW~^73.31^127^22.27^3.54^1.19^0.00^0.0^0.00^22^1.61^23^211^357^56^4.00^0.077^0.011^30.8^0.0^0.075^0.120^6.469^0.654^0.628^13^0^13^13^93.0^0.94^0^0^0^0^0^0^0^0^0.28^1.1^1.307^1.422^0.153^36^28.35^~1 oz~^453.60^~1 lb~^14 ~23585~^~BEEF,SHRT LOIN,TOP LOIN,LN,1/8" FAT,SEL,RAW~^72.68^133^23.07^3.88^0.99^0.00^0.0^0.00^23^1.63^24^214^361^57^4.05^0.078^0.011^31.2^0.0^0.078^0.124^6.703^0.678^0.651^13^0^13^13^96.4^0.98^0^0^0^0^0^0^0^0^0.29^1.2^1.432^1.559^0.168^40^28.35^~1 oz~^453.60^~1 lb~^24 ~23586~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,SEL,CKD,BRLD~^62.45^188^30.87^6.22^1.19^0.00^0.0^0.00^22^1.91^27^253^409^66^5.69^0.085^0.011^38.8^0.0^0.088^0.164^9.020^0.608^0.682^10^0^10^10^^1.47^0^0^0^0^0^0^0^0^0.40^1.4^2.369^2.484^0.222^58^28.35^~1 oz~^453.60^~1 lb~^24 ~23587~^~BEEF,TENDERLOIN,LN,1/8" FAT,SEL,CKD,BRLD~^62.67^194^29.07^7.76^1.20^0.00^0.0^0.00^21^1.81^25^238^386^62^5.37^0.080^0.011^36.6^0.0^0.083^0.154^8.494^0.573^0.642^10^0^10^10^110.7^1.39^0^0^0^0^0^0^0^0^0.40^1.4^2.953^3.096^0.277^73^28.35^~1 oz~^453.60^~1 lb~^17 ~23588~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,SEL,CKD,BRLD~^65.47^170^29.34^4.96^1.20^0.00^0.0^0.00^21^1.81^25^238^386^62^5.37^0.080^0.011^36.6^0.0^0.084^0.155^8.574^0.578^0.648^10^0^10^10^111.7^1.40^0^0^0^0^0^0^0^0^0.37^1.3^1.889^1.980^0.177^46^28.35^~1 oz~^453.60^~1 lb~^16 ~23589~^~BEEF,SHRT LOIN,TOP LOIN,LN,1/8" FAT,SEL,CKD,BRLD~^64.65^177^29.44^5.73^1.14^0.00^0.0^0.00^21^1.81^25^239^386^62^5.38^0.080^0.011^36.7^0.0^0.084^0.156^8.603^0.580^0.650^10^0^10^10^112.1^1.41^0^0^0^0^0^0^0^0^0.38^1.3^2.183^2.288^0.205^54^28.35^~1 oz~^453.60^~1 lb~^25 ~23590~^~BEEF,RND,BTTM RND LN,1/8" FAT,SEL,CKD,RSTD~^66.61^164^28.45^4.67^1.15^0.00^0.0^0.00^6^2.35^19^183^238^38^4.92^0.079^0.010^35.6^0.0^0.068^0.154^4.893^0.561^0.375^10^0^10^10^108.3^1.46^0^0^0^0^0^0^0^0^0.36^1.3^1.608^1.951^0.188^61^28.35^~1 oz~^^~~^12 ~23591~^~BEEF,RND,EYE OF RND RST,LN,1/8" FAT,SEL,CKD,RSTD~^66.31^163^29.59^4.11^1.18^0.00^0.0^0.00^6^2.42^20^188^245^39^5.06^0.082^0.011^36.7^0.0^0.071^0.160^5.089^0.583^0.390^10^0^10^10^112.7^1.52^0^0^0^0^0^0^0^0^0.36^1.3^1.416^1.718^0.166^54^28.35^~1 oz~^453.60^~1 lb~^9 ~23592~^~BEEF,RND,TOP RND,LN,1/8" FAT,SEL,CKD,BRLD~^62.79^177^31.61^4.65^1.17^0.00^0.0^0.00^7^2.66^22^207^270^43^5.57^0.090^0.012^40.4^0.0^0.076^0.171^5.436^0.623^0.417^11^0^11^11^120.4^1.62^0^0^0^0^0^0^0^0^0.34^1.2^1.602^1.944^0.188^61^28.35^~1 oz~^453.60^~1 lb~^6 ~23593~^~BEEF,RND,BTTM RND,LN,1/8" FAT,SEL,CKD,BRSD~^58.64^205^34.46^6.43^1.05^0.00^0.0^0.00^7^2.85^23^222^289^46^5.98^0.096^0.013^43.3^0.0^0.082^0.187^5.927^0.679^0.455^12^0^12^12^131.3^1.77^0^0^0^0^0^0^0^0^0.44^1.6^2.216^2.688^0.260^85^28.35^~1 oz~^453.60^~1 lb~^12 ~23594~^~BEEF,RND,BTTM RND,LN,1/8" FAT,ALL GRDS,RAW~^72.58^128^22.19^4.31^1.09^0.00^0.0^0.00^20^1.92^24^214^350^59^4.22^0.099^0.014^28.2^0.0^0.090^0.144^6.661^0.656^0.656^13^0^13^13^92.7^1.57^0^0^0^0^0^0^0^0^0.29^1.2^1.476^1.816^0.185^58^^~~^^~~^13 ~23595~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,ALL GRDS,CKD,BRSD~^60.61^196^33.15^6.00^1.06^0.00^0.0^0.00^16^2.81^22^204^266^54^7.98^0.115^0.012^34.0^0.0^0.067^0.208^4.825^0.652^0.317^11^0^11^11^126.3^2.42^0^0^0^0^0^0^0^0^0.47^1.7^2.274^2.554^0.207^58^28.35^~1 oz~^453.60^~1 lb~^20 ~23596~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,ALL GRDS,RAW~^73.76^127^21.57^3.84^1.01^0.00^0.0^0.00^16^1.92^23^202^336^74^5.52^0.093^0.014^25.1^0.0^0.079^0.156^4.947^0.638^0.519^13^0^13^13^90.1^1.84^0^0^0^0^0^0^0^0^0.29^1.1^1.425^1.611^0.166^41^28.35^~1 oz~^453.60^~1 lb~^28 ~23597~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,ALL GRDS,RAW~^73.43^124^22.60^3.00^1.08^0.00^0.0^0.00^20^1.96^25^219^357^60^4.30^0.101^0.014^28.8^0.0^0.091^0.147^6.780^0.668^0.667^13^0^13^13^94.4^1.60^0^0^0^0^0^0^0^0^0.28^1.1^1.027^1.263^0.129^41^28.35^~1 oz~^453.60^~1 lb~^10 ~43046~^~CANDIES,NOUGAT,W/ ALMONDS~^2.15^398^3.33^1.67^0.46^92.39^3.3^83.33^32^0.59^32^55^105^33^0.42^0.134^0.304^2.6^0.3^0.013^0.148^0.478^0.060^0.020^5^0^4^5^5.1^0.01^1^0^0^0^0^1^0^1^2.77^0.0^1.667^0.000^0.000^0^14.00^~1 piece~^^~~^0 ~43057~^~CANDIES,GUM DROPS,DIETETIC OR LO CAL (SORBITOL)~^11.70^162^0.00^0.20^0.00^88.00^18.0^70.00^0^0.00^0^0^0^7^0.00^0.000^^0.5^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.034^0.092^0.064^0^182.00^~1 cup~^5.00^~1 piece~^0 ~43058~^~CANDIES,HARD,DIETETIC OR LO CAL (SORBITOL)~^1.40^375^0.00^0.00^0.00^93.40^0.0^93.00^0^0.00^0^0^0^0^0.00^0.000^^0.6^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^3.00^~1 piece~^^~~^0 ~43059~^~CANDIES,CHOC COVERED,DIETETIC OR LO CAL~^3.23^593^12.26^43.27^2.69^38.55^3.6^14.57^285^2.86^100^327^606^112^2.70^0.629^0.930^7.3^1.9^0.169^0.386^1.400^0.870^0.126^26^0^26^26^50.9^0.85^200^55^54^0^12^0^0^6^2.93^7.2^21.910^10.942^4.354^21^^~~^^~~^0 ~43060~^~CHEWING GUM,SUGARLESS~^3.50^268^0.00^0.40^1.30^94.80^2.4^0.00^20^0.00^0^0^0^7^0.00^0.000^^0.5^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.058^0.093^0.232^0^2.00^~1 piece~^^~~^0 ~43075~^~FLUID REPLCMNT,ELECTROLYTE SOLN (INCLUDE PEDIALYTE)~^96.44^10^0.00^0.00^0.18^2.45^0.0^2.45^10^0.00^1^10^77^101^0.02^0.010^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^250.00^~1 cup, (8 fl oz)~^31.20^~1 fl oz~^0 ~43078~^~BEVERAGE,MILKSHAKE MIX,DRY,NOT CHOC~^12.80^329^23.50^2.60^8.20^52.90^1.6^51.30^880^7.70^200^150^2200^780^3.60^0.800^^14.3^1.2^0.110^0.340^1.250^^0.110^42^0^42^42^106.7^2.39^875^246^243^0^39^0^0^0^0.05^0.2^2.059^0.332^0.060^14^7.00^~1 tbsp~^21.00^~1 envelope~^0 ~43098~^~PIE FILLINGS,CHERRY,LO CAL~^86.76^53^0.82^0.16^0.28^11.98^1.2^9.15^11^0.33^8^15^118^12^0.07^0.084^0.057^0.1^2.8^0.020^0.039^0.361^0.000^0.027^4^0^4^4^4.9^0.00^208^10^0^0^125^0^0^70^0.00^0.0^0.000^0.000^0.000^0^264.00^~1 cup~^^~~^0 ~43100~^~BREAKFAST BARS,OATS,SUGAR,RAISINS,COCNT (INCL GRANOLA BAR)~^4.10^464^9.80^17.60^1.80^66.70^3.1^27.52^60^3.18^101^277^326^278^1.60^0.360^^16.0^1.0^0.280^0.110^1.750^^0.350^81^0^81^81^27.6^0.00^152^8^0^0^91^0^0^107^0.82^15.9^12.690^1.933^1.634^0^^~~^^~~^0 ~43109~^~PRETZELS,SOFT~^15.00^338^8.20^3.10^4.31^69.39^1.7^0.25^23^3.92^21^79^88^1404^0.94^0.126^^17.2^0.0^0.410^0.290^4.270^^0.020^24^0^24^24^17.7^0.00^0^0^0^0^0^0^0^17^0.54^2.7^0.695^1.071^0.948^3^143.00^~1 large~^115.00^~1 medium~^0 ~43112~^~BEANS,CHILI,BARBECUE,RANCH STYLE,CKD~^75.50^97^5.00^1.00^1.60^16.90^4.2^5.25^31^1.86^45^154^450^725^2.00^0.252^^1.3^1.7^0.040^0.150^0.360^^0.270^26^0^26^26^36.3^0.01^12^1^0^0^7^0^297^13^0.21^0.4^0.145^0.077^0.555^0^253.00^~1 cup~^^~~^0 ~43114~^~VERMICELLI,MADE FROM SOY~^11.90^331^0.10^0.10^5.58^82.32^3.9^17.44^55^1.81^2^20^3^4^4.24^1.916^^27.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^177.0^0.00^37^2^0^0^22^0^0^0^0.51^3.8^0.014^0.013^0.041^0^140.00^~1 cup~^^~~^0 ~43125~^~BEANS,LIQ FROM STWD KIDNEY BNS~^91.50^47^1.80^3.20^0.70^2.80^0.1^0.00^13^1.96^37^88^408^2^0.49^0.098^^0.5^0.0^0.100^0.090^0.390^^0.030^33^0^33^33^13.5^0.02^0^0^0^0^0^0^0^0^0.00^0.0^1.174^1.536^0.340^4^240.00^~1 cup~^^~~^0 ~43128~^~CHICKEN,MEATLESS~^58.84^224^23.64^12.73^1.15^3.64^3.6^0.00^35^3.27^17^335^54^709^0.70^0.689^1.177^7.4^0.0^0.062^0.247^1.454^0.579^0.700^76^0^76^76^71.6^2.18^0^0^0^0^0^0^0^0^2.68^0.0^1.820^2.727^7.273^0^168.00^~1 cup~^^~~^0 ~43129~^~FISH STICKS,MEATLESS~^45.00^290^23.00^18.00^5.00^9.00^6.1^0.80^95^2.00^23^450^600^490^1.40^0.925^^4.4^0.0^1.100^0.900^12.000^^1.500^102^0^102^102^96.9^4.20^0^0^0^0^0^0^0^0^3.95^0.0^2.849^4.376^9.332^0^28.00^~1 stick~^^~~^0 ~43130~^~FRANKFURTER,MEATLESS~^58.00^233^19.61^13.73^0.97^7.70^3.9^0.00^33^1.41^18^344^98^471^1.20^0.706^^7.4^0.0^0.441^0.833^3.137^0.784^0.078^78^0^78^78^84.2^2.35^0^0^0^0^0^0^0^0^1.92^0.0^1.961^3.922^7.843^0^140.00^~1 cup, sliced~^70.00^~1 frankfurter~^0 ~43131~^~LUNCHEON SLICES,MEATLESS~^65.01^189^17.78^11.11^1.66^4.44^0.0^2.22^41^1.80^23^442^200^711^1.60^0.908^^7.4^0.0^4.000^0.302^11.110^^0.889^100^0^100^100^105.3^4.00^0^0^0^0^0^0^0^0^3.00^0.0^1.338^2.055^4.383^0^^~~^14.00^~1 slice, thin~^0 ~43132~^~MEATBALLS,MEATLESS~^58.00^197^21.00^9.00^4.00^8.00^4.6^1.25^25^2.16^18^344^180^550^1.80^0.706^^0.8^0.0^0.938^0.213^2.500^0.500^0.200^78^0^78^78^88.4^1.50^0^0^0^0^0^0^0^0^1.73^0.0^1.425^2.188^4.666^0^144.00^~1 cup~^^~~^0 ~43134~^~VEGETARIAN FILLETS~^45.00^290^23.00^18.00^5.00^9.00^6.1^0.80^95^2.00^23^450^600^490^1.40^0.925^^1.0^0.0^1.100^0.900^12.000^^1.500^102^0^102^102^82.0^4.20^0^0^0^0^0^0^0^0^3.45^0.0^2.849^4.376^9.332^0^85.00^~1 fillet~^^~~^0 ~43135~^~SANDWICH SPREAD,MEATLESS~^70.00^149^8.00^9.00^4.00^9.00^3.3^4.58^44^1.50^127^220^340^630^1.30^0.649^0.765^0.5^0.0^0.600^0.700^13.000^0.376^1.100^103^0^103^103^46.5^3.10^10^0^0^0^6^0^0^0^1.73^0.0^1.425^2.188^4.666^0^15.00^~1 tbsp~^^~~^0 ~43136~^~VEGETARIAN STEW~^70.00^123^17.00^3.00^3.00^7.00^1.1^1.25^31^1.30^127^220^120^400^1.10^0.649^^0.5^0.0^0.700^0.600^12.000^^1.100^103^0^103^103^59.8^2.20^938^47^0^0^563^0^0^0^0.49^1.3^0.475^0.729^1.555^0^247.00^~1 cup~^^~~^0 ~43137~^~VEGETARIAN MEATLOAF OR PATTIES~^58.00^197^21.00^9.00^4.00^8.00^4.6^1.20^29^2.10^18^344^180^550^1.80^0.706^^0.8^0.0^0.900^0.600^10.000^^1.200^78^0^78^78^73.1^2.40^0^0^0^0^0^0^0^0^1.73^0.0^1.425^2.188^4.666^0^56.00^~1 slice~^^~~^0 ~43142~^~RADISHES,HAWAIIAN STYLE,PICKLED~^91.50^28^1.10^0.30^1.90^5.20^2.2^2.00^28^0.23^8^31^333^789^0.22^0.171^0.057^0.7^0.0^0.020^0.030^0.310^0.195^0.100^9^0^9^9^11.6^0.00^0^0^0^0^0^0^0^0^0.00^0.5^0.092^0.050^0.135^0^150.00^~1 cup~^^~~^0 ~20095~^~PASTA,FRESH-REFRIGERATED,SPINACH,AS PURCHASED~^30.10^289^11.26^2.10^0.82^55.72^^^43^3.30^63^148^272^27^1.40^0.197^0.781^^0.0^0.609^0.398^3.460^0.688^0.315^177^121^56^262^^0.31^241^25^15^^^^^^^^0.483^0.659^0.467^73^128.00^~4.5 oz~^^~~^0 ~20096~^~PASTA,FRESH-REFRIGERATED,SPINACH,CKD~^68.58^130^5.06^0.94^0.37^25.04^^^18^1.11^24^57^37^6^0.63^0.080^0.316^^0.0^0.178^0.134^1.011^0.232^0.113^64^46^18^96^^0.14^103^10^6^^^^^^^^0.217^0.296^0.210^33^57.00^~2 oz~^^~~^0 ~20097~^~PASTA,HOMEMADE,MADE W/EGG,CKD~^68.71^130^5.28^1.74^0.73^23.54^^^10^1.16^14^52^21^83^0.44^0.056^0.183^^0.0^0.173^0.174^1.257^0.231^0.037^43^24^19^60^^0.10^58^17^17^^^^^^^^0.408^0.508^0.521^41^57.00^~2 oz~^^~~^0 ~20098~^~PASTA,HOMEMADE,MADE WO/EGG,CKD~^68.86^124^4.37^0.98^0.66^25.12^^^6^1.13^14^40^19^74^0.37^0.060^0.193^^0.0^0.182^0.148^1.343^0.150^0.028^43^26^17^61^^0.00^0^0^0^^^^^^^^0.140^0.187^0.508^0^57.00^~2 oz~^^~~^0 ~20099~^~MACARONI,DRY,ENR~^9.90^371^13.04^1.51^0.88^74.67^3.2^2.67^21^3.30^53^189^223^6^1.41^0.289^0.917^63.2^0.0^0.891^0.400^7.177^0.431^0.142^237^219^18^391^15.1^0.00^0^0^0^0^0^0^0^18^0.11^0.1^0.277^0.171^0.564^0^105.00^~1 cup, elbow shaped~^84.00^~1 cup, spiral shaped~^0 ~20100~^~MACARONI,COOKED,ENRICHED~^62.13^158^5.80^0.93^0.27^30.86^1.8^0.56^7^1.28^18^58^44^1^0.51^0.100^0.322^26.4^0.0^0.274^0.136^1.689^0.112^0.049^73^66^7^119^6.4^0.00^0^0^0^0^0^0^0^7^0.06^0.0^0.176^0.131^0.319^0^140.00^~1 cup, elbow shaped~^134.00^~1 cup, spiral shaped~^0 ~20101~^~MACARONI,PROTEIN-FORTIFIED,DRY,ENR,(N X 5.70)~^9.23^375^19.86^2.23^1.12^67.56^2.4^^39^4.15^65^163^201^8^1.79^0.278^0.910^^0.0^1.187^0.475^7.654^0.684^0.178^278^258^20^458^^0.00^0^0^0^^^^^^^^0.328^0.271^0.986^0^93.00^~1 cup, small shells~^57.00^~2 oz~^0 ~20102~^~MACARONI,PROTEIN-FORTIFIED,CKD,ENR,(N X 5.70)~^59.73^164^8.08^0.21^0.31^31.66^^^10^0.72^30^50^42^5^0.50^0.084^0.417^^0.0^0.298^0.161^1.837^0.286^0.064^82^71^11^132^^0.00^0^0^0^^^^^^^^0.032^0.026^0.095^0^115.00^~1 cup, small shells~^^~~^0 ~20105~^~MACARONI,VEG,DRY,ENR~^9.89^367^13.14^1.04^1.05^74.88^4.3^^34^4.28^46^116^285^43^0.76^0.200^3.846^^0.0^1.032^0.525^7.328^0.752^0.129^278^261^17^460^^0.00^160^8^0^^^^^^^^0.150^0.120^0.426^0^84.00^~1 cup, spiral shaped~^57.00^~2 oz~^0 ~20106~^~MACARONI,VEG,CKD,ENR~^68.37^128^4.53^0.11^0.38^26.61^4.3^1.15^11^0.49^19^50^31^6^0.44^0.092^0.986^19.8^0.0^0.112^0.061^1.071^0.350^0.024^65^59^6^106^5.0^0.00^92^5^0^0^55^0^245^13^0.21^0.3^0.016^0.012^0.044^0^134.00^~1 cup, spiral shaped~^^~~^0 ~20107~^~MACARONI,WHOLE-WHEAT,DRY~^7.34^348^14.63^1.40^1.60^75.03^8.3^^40^3.63^143^258^215^8^2.37^0.454^3.055^^0.0^0.488^0.143^5.130^0.984^0.223^57^0^57^57^^0.00^0^0^0^^^^^^^^0.258^0.195^0.556^0^105.00^~1 cup, elbow shaped~^57.00^~2 oz~^0 ~20108~^~MACARONI,WHOLE-WHEAT,CKD~^67.15^124^5.33^0.54^0.44^26.54^2.8^0.80^15^1.06^30^89^44^3^0.81^0.167^1.379^25.9^0.0^0.108^0.045^0.707^0.419^0.079^5^0^5^5^10.7^0.00^3^0^0^0^2^0^0^81^0.30^0.7^0.099^0.075^0.213^0^140.00^~1 cup, elbow shaped~^^~~^0 ~20109~^~NOODLES,EGG,DRY,ENRICHED~^9.01^384^14.16^4.44^1.12^71.27^3.3^1.88^35^4.01^58^241^244^21^1.92^0.297^0.855^78.8^0.0^1.133^0.426^8.387^0.912^0.216^230^201^29^370^78.7^0.29^62^17^17^0^2^1^0^110^0.37^0.5^1.180^1.252^1.331^84^38.00^~1 cup~^57.00^~2 oz~^0 ~20110~^~NOODLES,EGG,CKD,ENR~^67.73^138^4.54^2.07^0.50^25.16^1.2^0.40^12^1.47^21^76^38^5^0.65^0.098^0.315^23.9^0.0^0.289^0.136^2.077^0.263^0.046^84^77^7^138^25.7^0.09^21^6^6^0^1^0^0^38^0.17^0.0^0.419^0.581^0.552^29^160.00^~1 cup~^^~~^0 ~20111~^~NOODLES,EGG,SPINACH,DRY,ENR~^8.72^382^14.61^4.55^1.79^70.32^6.8^^56^4.20^82^193^355^72^1.83^0.257^1.020^^0.0^1.091^0.477^6.575^0.899^0.412^245^157^88^354^^0.40^315^^^^^^^^^^1.047^1.430^1.012^95^38.00^~1 cup~^57.00^~2 oz~^0 ~20112~^~NOODLES,EGG,SPINACH,CKD,ENR~^68.52^132^5.04^1.57^0.62^24.25^2.3^0.40^19^1.09^24^57^37^12^0.63^0.080^0.317^21.8^0.0^0.245^0.123^1.474^0.233^0.114^64^43^21^94^25.7^0.14^103^10^6^0^51^0^0^2232^0.58^101.1^0.361^0.493^0.349^33^160.00^~1 cup~^^~~^0 ~20113~^~NOODLES,CHINESE,CHOW MEIN~^0.73^527^8.38^30.76^2.60^57.54^3.9^0.26^20^4.73^52^161^120^439^1.40^0.167^1.357^43.0^0.0^0.578^0.421^5.950^0.533^0.110^90^68^22^138^8.3^0.00^1^0^0^0^1^0^0^56^3.48^6.7^4.384^7.689^17.331^0^45.00^~1 cup~^43.00^~1.5 oz~^0 ~20114~^~NOODLES,JAPANESE,SOBA,DRY~^6.88^336^14.38^0.71^3.41^74.62^^^35^2.70^95^254^252^792^1.71^0.230^1.291^^0.0^0.480^0.130^3.210^0.954^0.240^60^0^60^60^^0.00^0^0^0^^^^^^^^0.136^0.185^0.220^0^57.00^~2 oz~^^~~^0 ~20115~^~NOODLES,JAPANESE,SOBA,CKD~^73.01^99^5.06^0.10^0.39^21.44^^^4^0.48^9^25^35^60^0.12^0.008^0.374^^0.0^0.094^0.026^0.510^0.235^0.040^7^0^7^7^^0.00^0^0^0^^^^^^^^0.019^0.026^0.031^0^114.00^~1 cup~^^~~^0 ~20116~^~NOODLES,JAPANESE,SOMEN,DRY~^9.21^356^11.35^0.81^4.54^74.10^4.3^^23^1.32^28^80^164^1840^0.45^0.144^0.479^8.3^0.0^0.101^0.026^0.875^0.491^0.050^14^0^14^14^^0.00^0^0^0^^^^^^^^0.115^0.095^0.330^0^57.00^~2 oz~^^~~^0 ~20117~^~NOODLES,JAPANESE,SOMEN,CKD~^67.91^131^4.00^0.18^0.36^27.54^^^8^0.52^2^27^29^161^0.22^0.025^0.251^^0.0^0.020^0.033^0.097^0.172^0.013^2^0^2^2^^0.00^0^0^0^^^^^^^^0.025^0.021^0.073^0^176.00^~1 cup~^^~~^0 ~20118~^~NOODLES,FLAT,CRUNCHY,CHINESE RESTAURANT~^4.93^521^10.33^31.72^1.11^51.90^^^21^1.76^21^87^89^378^0.63^0.122^0.363^^^0.195^0.112^2.520^^^^^^^^^^^^^^^^^^^4.931^7.617^16.949^^44.88^~1 cup~^^~~^0 ~20120~^~SPAGHETTI,DRY,ENRICHED~^9.90^371^13.04^1.51^0.88^74.67^3.2^2.67^21^3.30^53^189^223^6^1.41^0.289^0.917^63.2^0.0^0.891^0.400^7.177^0.431^0.142^237^219^18^391^15.1^0.00^0^0^0^0^0^0^0^18^0.11^0.1^0.277^0.171^0.564^0^57.00^~2 oz~^^~~^0 ~20121~^~SPAGHETTI,CKD,ENR,WO/ SALT~^62.13^158^5.80^0.93^0.27^30.86^1.8^0.56^7^1.28^18^58^44^1^0.51^0.100^0.322^26.4^0.0^0.274^0.136^1.689^0.112^0.049^73^66^7^119^6.4^0.00^0^0^0^0^0^0^0^7^0.06^0.0^0.176^0.131^0.319^0^140.00^~1 cup~^^~~^0 ~20122~^~SPAGHETTI,PROTEIN-FORTIFIED,DRY,ENR (N X 5.70)~^9.23^375^19.86^2.23^1.12^67.56^^^39^4.15^65^163^201^8^1.79^0.278^0.910^^0.0^1.187^0.475^7.654^0.684^0.178^278^258^20^458^^0.00^0^0^0^^^^^^^^0.328^0.271^0.986^0^57.00^~2 oz~^^~~^0 ~20123~^~SPAGHETTI,PROTEIN-FORTIFIED,CKD,ENR (N X 5.70)~^59.73^164^8.08^0.21^0.31^31.66^1.7^^10^0.72^30^50^42^5^0.50^0.084^0.417^25.2^0.0^0.298^0.161^1.837^0.286^0.064^82^71^11^132^^0.00^0^0^0^^^^^^^^0.032^0.026^0.095^0^140.00^~1 cup~^^~~^0 ~20124~^~SPAGHETTI,WHOLE-WHEAT,DRY~^7.34^348^14.63^1.40^1.60^75.03^^^40^3.63^143^258^215^8^2.37^0.454^3.055^73.0^0.0^0.488^0.143^5.130^0.984^0.223^57^0^57^57^^0.00^0^0^0^^^^^^^^0.258^0.195^0.556^0^57.00^~2 oz~^^~~^0 ~20125~^~SPAGHETTI,WHOLE-WHEAT,CKD~^67.15^124^5.33^0.54^0.44^26.54^4.5^0.80^15^1.06^30^89^44^3^0.81^0.167^1.379^25.9^0.0^0.108^0.045^0.707^0.419^0.079^5^0^5^5^10.7^0.00^3^0^0^0^2^0^0^81^0.30^0.7^0.099^0.075^0.213^0^140.00^~1 cup~^^~~^0 ~21370~^~MCDONALD'S,CAESAR SALAD W/ GRILLED CHICK~^82.95^71^9.82^2.04^1.51^3.67^1.1^1.61^64^0.61^^^255^285^^^^^10.6^0.056^0.069^3.820^0.492^^^^^^^^2074^^^^^^^^^^1.005^0.606^0.294^24^310.55^~1 item, 10.9 oz~^^~~^0 ~21371~^~MCDONALD'S,CAESAR SALAD W/ CRISPY CHICK~^78.77^104^8.32^5.31^1.40^6.20^1.1^1.47^61^0.57^^^254^267^^^^^10.0^0.060^0.056^3.120^0.570^^^^^^^^2562^^^^^^^^^^1.406^2.110^1.521^18^314.00^~1 item, 11.1 oz~^^~~^0 ~21372~^~MCDONALD'S,CAESAR SALAD WO/ CHICK~^89.71^44^3.18^2.05^0.92^4.28^1.6^2.08^86^0.61^9^79^216^83^^^^0.2^14.1^0.043^0.037^0.213^^^54^^54^^^0.00^3024^^^^^^^^^^1.182^0.461^0.143^5^213.00^~1 item~^^~~^0 ~21376~^~MCDONALD'S,BACON RANCH SALAD W/ GRILLED CHICK~^81.42^81^10.28^3.14^1.52^3.64^1.0^1.73^48^0.65^^^^313^^^^^10.2^0.056^0.083^3.703^0.487^^^^^^^^2012^^^^^^^^^^1.235^1.014^0.431^28^320.55^~1 item, 11.2 oz~^^~~^0 ~21377~^~MCDONALD'S BACON RANCH SALAD W/ CRISPY CHICK~^77.38^110^8.82^6.30^1.41^6.08^1.0^1.53^46^0.61^^^^295^^^^^9.7^0.060^0.071^3.025^0.561^^^^^^^^2485^^^^^^^^^^1.622^2.467^1.619^22^342.00^~1 item, 11.4 oz~^^~~^0 ~21378~^~MCDONALD'S,BACON RANCH SALAD WO/ CHICK~^87.20^61^4.14^3.64^0.96^4.20^1.5^2.14^63^0.67^10^45^201^132^^^^^13.5^0.044^0.058^0.206^^^53^^53^^^0.10^2891^^^^^^^^^^1.507^1.057^0.327^12^223.00^~1 item~^^~~^0 ~21379~^~MCDONALD'S,SIDE SALAD~^93.93^20^1.03^0.19^0.54^4.30^1.6^2.24^24^0.65^^^220^12^^^^^15.7^0.045^0.038^0.208^^^57^^57^^^0.00^2850^^^^^^^^^^0.020^0.006^0.079^0^87.00^~1 item~^^~~^0 ~21380~^~MCDONALD'S,FRUIT 'N YOGURT PARFAIT~^74.61^105^2.73^1.30^0.64^20.72^1.0^12.83^86^0.45^14^84^167^58^0.36^0.051^0.203^^13.9^0.046^0.115^0.237^0.418^^13^^13^^^0.19^59^^^^^^^^^^0.041^0.106^0.095^5^149.00^~1 item~^^~~^0 ~21381~^~MCDONALD'S,FRUIT 'N YOGURT PARFAIT (WITHOUT GRANOLA)~^78.18^90^2.47^1.13^0.56^17.67^0.9^11.90^87^0.36^12^71^165^38^0.30^0.041^0.122^^14.5^0.033^0.117^0.188^0.398^^11^^11^^^0.20^62^^^^^^^^^^0.004^0.010^0.033^5^142.00^~1 item~^^~~^0 ~21382~^~MCDONALD'S,FILET-O-FISH (WITHOUT TARTAR SAUCE)~^46.90^243^12.47^7.62^1.93^31.08^1.0^4.27^128^1.64^23^131^194^464^0.54^0.065^0.230^^0.1^0.283^0.201^2.748^^^57^^^^^0.81^93^^^^^^^^^^1.773^2.768^2.323^25^124.00^~1 item~^^~~^0 ~21383~^~BURGER KING,CROISSAN'WICH W/ SAUSAGE,EGG & CHS~^44.90^322^12.31^22.48^2.67^17.65^0.7^2.86^168^1.70^18^219^197^687^1.31^0.072^0.196^23.9^0.0^0.243^0.325^2.970^0.807^0.182^^^^^^0.70^^^^^^^^^1.05^9.5^7.424^9.913^3.864^120^150.68^~1 item~^^~~^0 ~21384~^~BURGER KING,CROISSAN'WICH W/ SAUSAGE & CHS~^35.08^376^13.73^25.45^2.75^23.00^0.7^3.36^107^1.87^19^158^205^782^1.43^0.072^0.257^20.9^0.0^0.329^0.317^4.090^0.651^0.182^^^^^^0.55^^^^^^^^^0.98^6.5^8.595^12.025^3.114^43^131.33^~1 item~^^~~^0 ~21385~^~BURGER KING,CROISSAN'WICH W/ EGG & CHS~^46.40^283^10.35^15.78^2.68^24.79^0.7^4.03^231^1.90^17^249^168^650^1.04^0.074^0.227^22.2^0.0^0.243^0.426^2.052^0.828^0.117^^^^^^0.53^^^^^^^^^1.11^9.5^4.766^6.668^2.930^139^110.43^~1 item~^^~~^0 ~21386~^~BURGER KING,FRENCH TOAST STKS~^33.57^349^6.00^17.74^1.47^41.21^1.4^9.89^53^1.92^19^87^111^428^0.51^0.085^0.390^12.2^0.0^0.284^0.175^2.575^0.336^0.053^^^^^^0.00^^^^^^^^^0.88^14.5^3.989^9.502^2.566^0^21.30^~1 stick~^106.50^~1 serving, 5 sticks~^0 ~21387~^~BURGER KING,HASH BROWN ROUNDS~^36.12^369^2.87^24.35^2.11^34.55^2.9^0.27^16^0.69^19^110^365^511^0.32^0.098^0.147^0.4^1.6^0.155^0.087^1.807^0.300^0.230^^^^^^0.00^0^0^^0^0^0^0^^1.11^^5.924^13.765^3.200^0^76.50^~1 serving, small~^128.00^~1 serving, medium~^0 ~21388~^~FAST FOODS,MINIATURE CINN ROLLS~^19.62^403^7.02^17.95^2.02^53.38^2.2^17.98^54^2.55^13^180^131^554^0.54^0.070^0.561^11.7^0.0^0.254^0.303^3.160^0.507^0.044^^^^^27.3^0.11^^^^^^^^^1.11^13.9^4.701^9.221^2.415^21^25.44^~1 each~^^~~^0 ~21389~^~FAST FOODS,HAMBURGER; DOUBLE,LRG PATY; W/ CONDMNT,VEG & MAYO~^55.29^252^13.94^15.66^1.37^13.74^1.4^3.52^35^2.80^18^111^192^289^3.00^0.120^0.200^20.1^0.2^0.193^0.190^3.230^0.190^0.114^45^22^23^60^41.9^1.38^99^5^0^6^55^2^121^31^0.69^14.1^5.773^6.117^3.016^46^374.00^~1 item~^^~~^0 ~23598~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,ALL GRDS,CKD,RSTD~^65.52^169^29.73^4.71^1.15^0.00^0.0^0.00^6^2.46^20^186^241^38^5.06^0.073^0.011^33.3^0.0^0.067^0.168^5.341^0.585^0.399^10^0^10^10^113.2^1.64^0^0^0^0^0^0^0^0^0.37^1.9^1.624^1.970^0.190^62^28.35^~1 oz~^^~~^9 ~23599~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,ALL GRDS,RAW~^69.95^141^22.33^5.04^0.99^0.00^0.0^0.00^24^1.60^23^206^347^56^4.01^0.074^0.013^26.9^0.0^0.069^0.112^6.916^0.660^0.625^13^0^13^13^93.2^1.10^0^0^0^0^0^0^0^0^0.32^1.3^^^^52^28.35^~1 oz~^453.60^~1 lb~^25 ~23600~^~BEEF,TENDERLOIN,LN,1/8" FAT,ALL GRDS,CKD,BRLD~^62.93^200^29.04^8.39^1.13^0.00^0.0^0.00^19^1.84^25^230^370^60^5.38^0.086^0.011^33.7^0.0^0.079^0.147^8.310^0.582^0.623^10^0^10^10^110.6^1.66^0^0^0^0^0^0^0^0^0.40^1.4^3.195^3.350^0.300^79^28.35^~1 oz~^453.60^~1 lb~^18 ~23601~^~BEEF,TENDERLOIN,LN,1/8" FAT,ALL GRDS,RAW~^70.62^153^22.12^6.52^1.06^0.00^0.0^0.00^24^1.60^23^206^347^56^4.01^0.074^0.013^26.9^0.0^0.068^0.111^6.851^0.654^0.619^13^0^13^13^92.4^1.09^0^0^0^0^0^0^0^0^0.32^1.3^2.412^2.624^0.282^67^28.35^~1 oz~^453.60^~1 lb~^20 ~23602~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,ALL GRDS,CKD,BRSD~^57.84^214^34.66^7.36^1.02^0.00^0.0^0.00^16^2.93^23^213^277^56^8.32^0.120^0.012^35.4^0.0^0.070^0.217^5.044^0.682^0.332^12^0^12^12^132.0^2.53^0^0^0^0^0^0^0^0^0.45^1.6^2.788^3.132^0.254^71^28.35^~1 oz~^453.60^~1 lb~^41 ~23603~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,ALL GRDS,RAW~^73.32^132^22.11^4.19^1.01^0.00^0.0^0.00^16^1.93^23^203^337^74^5.55^0.093^0.014^25.2^0.0^0.081^0.160^5.069^0.654^0.532^13^0^13^13^92.3^1.88^0^0^0^0^0^0^0^0^0.28^1.1^1.553^1.756^0.181^44^28.35^~1 oz~^453.60^~1 lb~^37 ~23604~^~BEEF,RND,BTTM RND,LN,1/8" FAT,ALL GRDS,CKD~^65.93^163^28.00^5.72^1.11^0.00^0.0^0.00^6^2.35^19^177^230^37^4.82^0.070^0.010^31.7^0.0^0.063^0.158^5.030^0.551^0.376^9^0^9^9^106.6^1.54^0^0^0^0^0^0^0^0^0.36^2.0^1.972^2.391^0.231^75^28.35^~1 oz~^^~~^11 ~23605~^~BEEF,RND,BTTM RND,LN,1/8" FAT,ALL GRDS,CKD,BRSD~^57.54^216^34.34^7.73^1.02^0.00^0.0^0.00^7^2.87^23^217^282^45^5.90^0.085^0.012^38.8^0.0^0.078^0.194^6.169^0.676^0.461^11^0^11^11^130.8^1.89^0^0^0^0^0^0^0^0^0.45^1.6^2.663^3.230^0.312^102^28.35^~1 oz~^453.60^~1 lb~^11 ~23606~^~BEEF,SHRT LOIN,TOP LOIN LN,1/8" FAT,ALL GRDS,CKD,BRLD~^63.32^189^29.30^7.09^1.14^0.00^0.0^0.00^19^1.85^25^231^372^61^5.41^0.086^0.011^33.9^0.0^0.080^0.148^8.384^0.576^0.629^10^0^10^10^111.6^1.68^0^0^0^0^0^0^0^0^0.39^1.4^2.700^2.831^0.253^66^28.35^~1 oz~^453.60^~1 lb~^25 ~23607~^~BEEF,SHRT LOIN,TOP LOIN,LN,1/8" FAT,ALL GRDS,RAW~^71.49^138^22.93^5.15^1.02^0.00^0.0^0.00^25^1.64^24^211^354^57^4.10^0.076^0.013^27.5^0.0^0.070^0.115^7.101^0.678^0.642^13^0^13^13^95.8^1.13^0^0^0^0^0^0^0^0^0.30^1.2^1.905^2.073^0.223^53^28.35^~1 oz~^453.60^~1 lb~^24 ~23608~^~BEEF,RND,TOP RND,LN,1/8" FAT,ALL GRDS,CKD,BRLD~^61.96^185^31.82^5.45^1.20^0.00^0.0^0.00^7^2.70^21^204^264^42^5.54^0.080^0.011^36.4^0.0^0.072^0.180^5.717^0.626^0.427^11^0^11^11^121.2^1.75^0^0^0^0^0^0^0^0^0.49^17.5^1.878^2.278^0.220^72^28.35^~1 oz~^453.60^~1 lb~^6 ~23609~^~BEEF,RND,TOP RND,LN,1/8" FAT,ALL GRDS,RAW~^75.02^135^22.91^4.09^1.13^0.00^0.0^0.00^20^1.99^25^222^362^61^4.36^0.102^0.014^29.2^0.0^0.093^0.149^6.873^0.677^0.677^13^0^13^13^95.7^1.62^0^0^0^0^0^0^0^0^0.27^1.1^1.399^1.721^0.175^55^28.35^~1 oz~^453.60^~1 lb~^6 ~23610~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,ALL GRDS,CKD,BRLD~^64.29^178^29.42^5.84^1.20^0.00^0.0^0.00^19^1.87^25^233^376^61^5.46^0.087^0.011^34.3^0.0^0.080^0.149^8.420^0.626^0.631^11^0^11^11^112.1^1.68^0^0^0^0^0^0^0^0^0.38^1.4^2.224^2.331^0.208^55^28.35^~1 oz~^453.60^~1 lb~^17 ~23611~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,ALL GRDS,RAW~^72.91^131^22.09^4.08^1.14^0.00^0.0^0.00^25^1.61^23^207^349^56^4.04^0.075^0.013^27.1^0.0^0.068^0.111^6.843^0.653^0.619^13^0^13^13^92.3^1.09^0^0^0^0^0^0^0^0^0.32^1.3^1.508^1.641^0.176^42^28.35^~1 oz~^453.60^~1 lb~^16 ~23612~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,CHOIC,RAW~^72.51^139^21.96^5.05^1.02^0.00^0.0^0.00^15^2.02^23^201^332^74^5.48^0.091^0.015^24.5^0.0^0.077^0.168^5.221^0.654^0.489^13^0^13^13^91.7^2.11^0^0^0^0^0^0^0^0^0.29^1.2^1.875^2.119^0.218^54^28.35^~1 oz~^453.60^~1 lb~^37 ~23613~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,CHOIC,RAW~^73.27^129^21.69^4.06^1.01^0.00^0.0^0.00^15^2.04^23^203^335^75^5.53^0.092^0.015^24.7^0.0^0.076^0.166^5.158^0.646^0.483^13^0^13^13^90.6^2.09^0^0^0^0^0^0^0^0^0.29^1.1^1.508^1.705^0.176^43^28.35^~1 oz~^453.60^~1 lb~^28 ~23614~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,CHOIC,CKD,BRSD~^56.39^224^34.72^8.37^1.03^0.00^0.0^0.00^15^3.04^23^213^275^56^8.20^0.129^0.012^34.7^0.0^0.070^0.231^5.243^0.682^0.344^12^0^12^12^132.2^2.69^0^0^0^0^0^0^0^0^0.46^1.7^3.170^3.561^0.289^81^28.35^~1 oz~^453.60^~1 lb~^42 ~23615~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,CHOIC,CKD,BRSD~^59.82^203^33.13^6.79^1.07^0.00^0.0^0.00^14^2.88^22^202^261^53^7.76^0.122^0.012^32.9^0.0^0.066^0.221^5.003^0.651^0.328^11^0^11^11^126.2^2.57^0^0^0^0^0^0^0^0^0.50^1.8^2.572^2.889^0.235^66^28.35^~1 oz~^453.60^~1 lb~^20 ~23616~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,CHOIC,RAW~^72.89^128^22.88^3.38^1.10^0.00^0.0^0.00^20^2.12^25^221^351^57^4.28^0.101^0.014^28.6^0.0^0.096^0.165^6.958^0.681^0.672^14^0^14^14^95.6^1.91^0^0^0^0^0^0^0^0^0.29^1.2^1.158^1.425^0.145^46^28.35^~1 oz~^453.60^~1 lb~^10 ~23617~^~BEEF,RND,TOP RND LN,1/8" FAT,CHOIC,RAW~^71.44^140^22.69^4.78^1.16^0.00^0.0^0.00^20^2.12^25^222^352^57^4.29^0.101^0.014^28.6^0.0^0.095^0.163^6.901^0.675^0.666^13^0^13^13^94.8^1.89^0^0^0^0^0^0^0^0^0.30^1.2^1.637^2.014^0.205^65^28.35^~1 oz~^453.60^~1 lb~^6 ~23618~^~BEEF,RND,BTTM RND,LN,1/8" FAT,CHOIC,RAW~^71.99^140^22.22^4.96^1.06^0.00^0.0^0.00^19^2.06^24^215^341^56^4.16^0.098^0.014^27.7^0.0^0.093^0.160^6.757^0.436^0.653^13^0^13^13^92.8^1.85^0^0^0^0^0^0^0^0^0.30^1.2^1.699^2.090^0.213^67^^~~^^~~^13 ~23619~^~BEEF,RND,BTTM RND,LN,1/8" FAT,CHOIC,CKD,RSTD~^65.26^179^27.56^6.77^1.07^0.00^0.0^0.00^6^2.43^19^174^225^36^4.82^0.065^0.009^31.4^0.0^0.057^0.172^5.294^0.541^0.385^9^0^9^9^104.9^1.63^0^0^0^0^0^0^0^0^0.37^1.3^2.334^2.831^0.274^89^28.35^~1 oz~^453.60^~1 lb~^10 ~23620~^~BEEF,RND,EYE OF RND LN,1/8" FAT,CHOIC,CKD,RSTD~^64.73^175^29.87^5.30^1.11^0.00^0.0^0.00^6^2.61^20^187^241^39^5.16^0.069^0.010^33.7^0.0^0.062^0.187^5.740^0.587^0.417^10^0^10^10^113.8^1.76^0^0^0^0^0^0^0^0^0.38^1.3^1.828^2.217^0.214^70^28.35^~1 oz~^453.60^~1 lb~^9 ~23621~^~BEEF,RND,TOP RND,LN,1/8" FAT,CHOIC,CKD,BRLD~^61.13^193^32.04^6.25^1.23^0.00^0.0^0.00^7^2.84^22^203^263^42^5.62^0.075^0.011^36.6^0.0^0.067^0.200^6.156^0.629^0.447^11^0^11^11^122.0^1.89^0^0^0^0^0^0^0^0^0.41^1.5^2.154^2.613^0.252^82^28.35^~1 oz~^453.60^~1 lb~^7 ~23622~^~BEEF,RND,BTTM RND,LN,1/8" FAT,CHOIC,CKD,BRSD~^56.44^228^34.22^9.02^0.98^0.00^0.0^0.00^7^3.01^23^215^278^45^5.95^0.080^0.012^38.8^0.0^0.071^0.214^6.575^0.672^0.478^11^0^11^11^130.3^2.02^0^0^0^0^0^0^0^0^0.46^1.7^3.109^3.771^0.364^119^28.35^~1 oz~^453.60^~1 lb~^11 ~43143~^~CABBAGE,JAPANESE STYLE,FRSH,PICKLED~^91.40^30^1.60^0.10^1.23^5.67^3.1^1.30^48^0.49^12^43^853^277^0.20^0.025^0.238^1.0^0.7^0.000^0.040^0.180^0.202^0.100^42^0^42^42^23.5^0.00^189^9^0^27^100^0^0^32^0.12^125.9^0.013^0.008^0.048^0^150.00^~1 cup~^^~~^0 ~43144~^~CABBAGE,MUSTARD,SALTED~^92.10^28^1.10^0.10^1.07^5.63^3.1^1.40^67^0.70^15^27^246^717^0.30^0.034^0.218^0.9^0.0^0.040^0.090^0.720^0.186^0.300^72^0^72^72^21.5^0.00^971^49^0^140^513^0^0^29^0.02^115.6^0.013^0.007^0.048^0^128.00^~1 cup~^^~~^0 ~43146~^~EGGPLANT,PICKLED~^86.90^49^0.90^0.70^1.73^9.77^2.5^4.80^25^0.77^6^9^12^1674^0.23^0.173^^0.6^0.0^0.050^0.070^0.660^^0.140^20^0^20^20^11.9^0.00^50^3^0^0^30^0^0^0^0.03^3.7^0.140^0.063^0.294^0^136.00^~1 cup~^^~~^0 ~43154~^~ALCOHOLIC BEV,WINE,COOKING~^88.90^50^0.50^0.00^1.00^6.30^0.0^1.55^9^0.40^10^15^88^626^0.08^0.011^^0.2^0.0^0.000^0.010^0.100^^0.020^1^0^1^1^5.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^4.90^~1 tsp~^29.00^~1 fl oz~^0 ~43155~^~ALCOHOLIC BEV,WINE,LT~^92.23^49^0.07^0.00^0.13^1.17^0.0^1.15^9^0.40^10^15^88^7^0.08^0.011^^0.2^0.0^0.000^0.010^0.100^^0.020^1^0^1^1^5.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.50^~1 fl oz~^148.00^~1 serving, 5 fl oz~^0 ~43158~^~SWEETENERS,TABLETOP,SACCHARIN~^8.75^360^0.94^0.00^1.19^89.11^0.0^85.19^0^0.04^0^0^4^428^0.01^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^0.98^~1 serving, 1 packet~^0.80^~1 serving, 1 packet SUGAR TWIN~^0 ~43205~^~BEVERAGE,INST BRKFST PDR,CHOC,NOT RECON~^7.40^357^19.90^1.40^5.10^66.20^0.4^65.80^285^12.82^228^427^947^385^8.55^1.425^^12.1^76.9^0.850^0.200^14.240^^1.140^285^285^0^485^148.4^1.71^4987^1496^1496^0^0^0^0^0^9.37^90.0^0.560^0.314^0.278^12^7.40^~1 tbsp~^37.00^~1 envelope~^0 ~43212~^~BACON BITS,MEATLESS~^8.00^476^32.00^25.90^5.50^28.60^10.2^0.00^101^0.72^95^217^145^1770^1.87^0.539^^7.4^1.9^0.600^0.070^1.600^^0.080^127^0^127^127^134.8^1.20^0^0^0^0^0^0^0^0^6.90^0.0^4.055^6.225^13.548^0^7.00^~1 tbsp~^^~~^0 ~43214~^~BUTTER REPLCMNT,WO/FAT,PDR~^5.00^373^2.00^1.00^3.00^89.00^0.0^5.30^23^2.00^0^8^2^1200^0.00^0.000^^0.0^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.4^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.589^0.276^0.057^2^80.00^~1 cup~^^~~^0 ~43215~^~SALAD DRSNG,BTTRMLK,LITE~^62.04^202^1.25^12.42^2.96^21.33^1.1^3.77^40^0.69^6^193^132^909^0.62^0.162^0.053^2.9^0.6^0.022^0.027^0.007^0.861^0.029^4^0^4^4^16.0^0.00^67^18^17^2^4^2^0^49^1.60^34.8^1.250^2.794^4.213^16^15.00^~1 tablespoon~^30.00^~1 serving, (2 tbsp)~^0 ~43216~^~SWEETENERS,TABLETOP,FRUCTOSE,DRY,PDR~^0.00^368^0.00^0.00^0.00^100.00^0.0^92.70^0^0.10^0^0^0^12^0.00^0.221^^0.6^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^196.00^~1 cup~^4.20^~1 tsp~^0 ~43217~^~TOMATO SAU,NO SALT~^89.10^42^1.30^0.20^0.69^8.71^1.5^5.22^14^0.77^19^32^371^11^0.25^0.196^0.131^0.6^13.1^0.070^0.060^1.150^^0.160^9^0^9^9^12.1^0.00^532^27^0^0^317^4^17163^28^1.74^3.5^0.028^0.029^0.079^0^244.00^~1 cup~^^~~^0 ~43218~^~CEREALS,RTE,ALPEN~^7.40^352^11.20^3.30^2.40^75.70^9.1^20.00^147^3.00^94^371^568^213^3.00^0.300^^17.3^8.7^0.400^0.400^2.120^^0.280^30^0^30^30^30.7^0.12^0^0^0^0^0^0^0^0^0.51^2.5^0.496^1.327^0.925^0^113.00^~1 cup~^^~~^0 ~43241~^~CEREALS RTE,FAMILIA~^1.90^388^9.50^6.30^8.50^73.80^8.5^26.20^173^2.78^317^337^494^50^1.92^0.407^^17.3^0.6^0.320^0.550^1.800^^0.100^16^0^16^16^23.9^0.29^6^1^0^0^3^1^0^130^1.16^3.8^0.711^3.205^1.656^0^122.00^~1 cup~^^~~^0 ~43245~^~CEREALS RTE,WHEAT&BRAN,PRESWEETENED W/NUTS&FRUITS~^8.50^385^7.10^5.60^2.60^76.20^9.7^29.80^43^9.82^120^294^443^509^2.73^0.473^2.474^17.3^0.0^0.680^0.770^9.090^0.775^0.910^182^163^19^296^28.5^2.73^1364^410^410^0^0^0^0^0^2.32^1.7^0.800^1.951^2.293^0^55.00^~1 cup, (1 NLEA serving)~^^~~^0 ~43260~^~BEVERAGE,INST BRKFST PDR,CHOC,SUGAR-FREE,NOT RECON~^7.40^358^35.80^5.10^10.70^41.00^2.0^39.00^500^2.30^410^500^1705^717^15.40^2.600^^21.8^138.0^1.500^0.350^25.600^^2.000^500^500^0^850^266.9^3.10^8962^2686^2686^0^5^0^0^0^16.88^120.0^2.162^1.189^1.027^44^5.60^~1 tbsp~^20.00^~1 envelope~^0 ~43261~^~YOGURT,FRUIT VAR,NON-FAT~^75.40^95^4.40^0.20^1.00^19.00^0.0^19.00^152^0.07^15^119^194^58^0.74^0.011^0.035^6.0^0.7^0.040^0.180^0.100^^0.040^9^0^9^9^16.4^0.47^12^2^2^0^4^0^0^8^0.06^1.1^0.119^0.050^0.016^2^245.00^~1 cup, (8 fl oz)~^125.00^~1 container, (4.4 oz)~^0 ~43268~^~WHIPPED CRM SUB,DIETETIC,MADE FROM PDR MIX~^82.30^100^0.90^6.00^0.20^10.60^0.0^10.60^3^0.01^1^30^26^106^0.01^0.022^^0.5^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.05^0.0^3.186^1.357^1.158^0^80.00^~1 cup~^^~~^0 ~43269~^~FROZEN NOVELTIES,ICE CRM TYPE,SUNDAE,PREPACKAGED~^59.30^185^4.30^6.00^0.76^29.40^0.3^20.74^120^0.25^19^131^211^95^0.54^0.060^0.011^2.0^1.8^0.040^0.190^0.640^0.348^0.050^5^0^5^5^12.3^0.39^458^131^130^0^16^0^0^0^0.12^0.3^3.090^1.872^0.663^13^^~~^^~~^0 ~43273~^~CHEESE,COTTAGE,W/VEG~^80.30^95^10.90^4.20^1.34^3.00^0.1^0.37^56^0.10^4^128^86^403^0.29^0.028^^4.5^4.0^0.010^0.130^0.100^^0.050^17^0^17^17^17.5^0.49^372^53^41^0^142^0^0^16^0.05^11.0^2.646^1.189^0.140^14^226.00^~1 cup~^^~~^0 ~43274~^~CHEESE,CREAM,LOW FAT~^66.72^201^7.85^15.28^2.03^8.13^0.0^5.82^148^0.17^8^152^247^470^0.57^0.032^0.011^4.0^0.0^0.040^0.185^0.125^0.845^0.045^19^0^19^19^12.1^0.92^552^161^160^0^11^0^0^0^0.27^1.1^9.098^3.996^0.658^54^240.00^~1 cup~^15.00^~1 tbsp~^0 ~43275~^~CHEESE,PAST PROCESS,AMERICAN,LOFAT~^58.90^180^24.60^7.00^6.00^3.50^0.0^0.59^684^0.43^24^827^180^1430^3.32^0.033^^16.6^0.0^0.030^0.390^0.080^^0.080^9^0^9^9^36.2^0.77^215^57^55^0^18^0^0^0^0.27^2.7^4.410^2.005^0.222^35^140.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~43276~^~CHEESE SPRD,CRM CHS BASE~^58.50^295^7.10^28.60^2.30^3.50^0.0^3.50^71^1.13^6^91^112^673^0.51^0.015^^2.7^0.0^0.020^0.190^0.950^^0.040^12^0^12^12^27.2^0.40^1162^341^339^0^19^0^0^0^0.77^2.4^18.020^8.071^1.033^90^240.00^~1 cup~^28.35^~1 oz~^0 ~43278~^~CHEESE,AMERICAN CHEDDAR,IMITN~^53.10^239^16.70^14.00^4.60^11.60^0.0^7.74^562^0.33^29^712^242^1345^2.59^0.033^^15.2^0.0^0.050^0.430^0.130^^0.120^7^0^7^7^0.0^0.40^430^114^111^0^37^0^0^0^0.27^2.7^8.790^4.102^0.409^36^224.00^~1 cup~^17.50^~1 cubic inch~^0 ~43282~^~QUAIL,COOKED,TOTAL EDIBLE~^60.00^234^25.10^14.10^0.80^0.00^0.0^0.00^15^4.43^22^279^216^52^3.10^0.592^^21.8^2.3^0.220^0.300^7.920^^0.620^6^0^6^6^65.9^0.36^234^70^70^0^0^0^0^0^0.70^4.2^3.955^4.891^3.487^86^^~~^^~~^0 ~20126~^~SPAGHETTI,SPINACH,DRY~^8.34^372^13.35^1.57^1.93^74.81^10.6^2.72^58^2.13^174^332^376^36^2.76^0.499^2.645^63.5^0.0^0.373^0.196^4.550^1.214^0.323^48^0^48^48^17.1^0.00^461^23^0^0^277^0^0^3487^0.74^151.5^0.226^0.181^0.641^0^57.00^~2 oz~^^~~^0 ~20127~^~SPAGHETTI,SPINACH,COOKED~^68.14^130^4.58^0.63^0.50^26.15^^^30^1.04^62^108^58^14^1.08^0.205^1.504^22.1^0.0^0.097^0.103^1.530^0.183^0.096^12^0^12^12^^0.00^152^8^0^^^^^^^^0.091^0.072^0.257^0^140.00^~1 cup~^^~~^0 ~20129~^~WHEAT FLOURS,BREAD,UNENR~^13.36^361^11.98^1.66^0.47^72.53^2.4^0.31^15^0.90^25^97^100^2^0.85^0.182^0.792^39.7^0.0^0.080^0.060^1.000^0.438^0.037^33^0^33^33^10.4^0.00^2^0^0^0^1^0^0^79^0.40^0.3^0.244^0.140^0.727^0^^~~^137.00^~1 cup, unsifted, dipped~^0 ~20130~^~BARLEY FLOUR OR MEAL~^12.11^345^10.50^1.60^1.28^74.52^10.1^0.80^32^2.68^96^296^309^4^2.00^0.343^1.034^37.7^0.0^0.370^0.114^6.269^0.145^0.396^8^0^8^8^37.8^0.00^0^0^0^0^0^0^0^160^0.57^2.2^0.335^0.205^0.771^0^148.00^~1 cup~^^~~^0 ~20131~^~BARLEY MALT FLR~^8.21^361^10.28^1.84^1.37^78.30^7.1^0.80^37^4.71^97^303^224^11^2.06^0.270^1.193^37.7^0.6^0.309^0.308^5.636^0.577^0.655^38^0^38^38^^0.00^19^1^0^0^11^0^0^160^0.57^2.2^0.386^0.254^0.953^0^162.00^~1 cup~^^~~^0 ~20132~^~OAT FLR,PART DEBRANNED~^8.55^404^14.66^9.12^1.97^65.70^6.5^0.80^55^4.00^144^452^371^19^3.20^0.437^4.019^34.0^0.0^0.692^0.125^1.474^0.201^0.125^32^0^32^32^29.9^0.00^0^0^0^0^0^0^0^180^0.70^3.2^1.607^2.866^3.329^0^^~~^^~~^0 ~20133~^~RICE NOODLES,DRY~^11.91^364^3.44^0.56^0.85^83.24^1.6^^18^0.70^12^153^30^182^0.74^0.078^0.498^15.1^0.0^0.031^0.017^0.221^0.051^0.015^3^0^3^3^^0.00^0^0^0^^^^^^^^0.153^0.175^0.150^0^56.70^~2 oz~^^~~^0 ~20134~^~RICE NOODLES,COOKED~^73.82^109^0.91^0.20^0.18^24.90^1.0^^4^0.14^3^20^4^19^0.25^0.038^0.114^4.5^0.0^0.018^0.004^0.072^0.011^0.006^3^0^3^3^^0.00^0^0^0^^^^^^^^0.023^0.026^0.023^0^176.00^~1 cup~^^~~^0 ~20137~^~QUINOA,CKD~^71.61^120^4.40^1.92^0.76^21.30^2.8^^17^1.49^64^152^172^7^1.09^0.192^0.631^2.8^0.0^0.107^0.110^0.412^^0.123^42^0^42^42^^0.00^5^0^0^^^^^^0.63^^^^^0^185.37^~1 cup~^^~~^0 ~20138~^~KAMUT,UNCKD~^10.95^337^14.70^2.20^1.77^70.38^9.1^8.19^24^4.41^134^386^446^6^3.68^0.522^2.860^69.3^^0.591^0.178^6.350^0.905^0.255^^^^^25.8^^10^1^^2^5^1^0^301^0.60^1.8^0.192^0.214^0.616^^185.63^~1 cup~^^~~^0 ~20139~^~KAMUT,CKD~^61.42^146^6.45^0.91^0.75^30.46^^^^^^^^^^^^^^0.120^0.030^2.747^^0.083^12^0^12^12^^0.00^4^0^0^^^^^^^^^^^0^171.65^~1 cup~^^~~^0 ~20140~^~SPELT,UNCKD~^11.02^338^14.57^2.43^1.78^70.19^10.7^6.82^27^4.44^136^401^388^8^3.28^0.511^2.983^11.7^0.0^0.364^0.113^6.843^1.068^0.230^45^0^45^45^^0.00^10^0^0^0^5^0^0^169^0.79^3.6^0.406^0.445^1.258^0^173.53^~1 cup~^^~~^0 ~20141~^~SPELT,CKD~^66.56^127^5.50^0.85^0.65^26.44^3.9^^10^1.67^49^150^143^5^1.25^0.215^1.091^4.0^0.0^0.103^0.030^2.570^^0.080^13^0^13^13^^0.00^4^0^0^^^^^^0.26^^^^^0^193.50^~1 cup~^^~~^0 ~20142~^~TEFF,UNCKD~^8.82^367^13.30^2.38^2.37^73.13^8.0^1.84^180^7.63^184^429^427^12^3.63^0.810^9.240^4.4^^0.390^0.270^3.363^0.942^0.482^^^^^13.1^^9^0^^0^5^0^0^66^0.08^1.9^0.449^0.589^1.071^^193.08^~1 cup~^^~~^0 ~20143~^~TEFF,CKD~^74.93^101^3.87^0.65^0.69^19.86^^^^^^^^^^^^^^0.183^0.033^0.909^^0.097^18^0^18^18^^0.00^2^0^0^^^^^^^^^^^0^252.03^~1 cup~^^~~^0 ~20301~^~MACARONI,PROTEIN-FORTIFIED,DRY,ENR,(N X 6.25)~^9.23^374^21.78^2.23^1.12^65.65^2.4^^39^4.15^65^163^201^8^1.79^0.278^0.910^^0.0^1.187^0.475^7.654^0.684^0.178^278^258^20^458^^0.00^0^0^0^^^^^^^^0.328^0.271^0.986^0^93.00^~1 cup, small shells~^57.00^~2 oz~^0 ~20302~^~MACARONI,PROTEIN-FORTIFIED,CKD,ENR,(N X 6.25)~^59.73^164^8.86^0.21^0.31^30.88^1.5^^10^0.72^30^50^42^5^0.50^0.084^0.417^^0.0^0.298^0.161^1.837^0.286^0.064^82^71^11^132^^0.00^0^0^0^^^^^^^^0.032^0.026^0.095^0^115.00^~1 cup, small shells~^^~~^0 ~20310~^~NOODLES,EGG,CKD,ENR,W/ SALT~^67.73^138^4.54^2.07^0.50^25.16^1.2^0.40^12^1.47^21^76^38^165^0.65^0.098^0.315^23.9^0.0^0.289^0.136^2.077^0.263^0.046^84^77^7^138^25.7^0.09^21^6^6^0^1^0^0^38^0.17^0.0^^^^29^160.00^~1 cup~^^~~^0 ~20314~^~CORN,WHITE~^10.37^365^9.42^4.74^1.20^74.26^^^7^2.71^127^210^287^35^2.21^0.314^0.485^15.5^0.0^0.385^0.201^3.627^0.424^0.622^^^^^^0.00^0^0^0^^^^^^^^0.667^1.251^2.163^0^166.00^~1 cup~^^~~^0 ~20315~^~CORN FLR,WHOLE-GRAIN,BLUE (HARINA DE MAIZ MORADO)~^10.83^364^8.75^5.09^1.44^73.89^8.4^^5^1.74^110^263^381^5^2.24^0.154^0.540^2.2^^0.160^0.230^2.600^0.550^0.470^^^^^^^^^^^^^^^^^^^^^6.85^~1 tbsp~^^~~^0 ~20316~^~CORN FLR,WHOLE-GRAIN,WHITE~^10.91^361^6.93^3.86^1.45^76.85^7.3^0.64^7^2.38^93^272^315^5^1.73^0.230^0.460^15.4^0.0^0.246^0.080^1.900^0.658^0.370^25^0^25^25^21.6^0.00^3^0^0^0^1^1^0^5^0.42^0.3^0.543^1.018^1.759^0^117.00^~1 cup~^^~~^0 ~20317~^~CORN FLR,MASA,ENR,YEL~^9.03^365^9.34^3.78^1.57^76.27^^^141^7.21^110^223^298^5^1.78^0.169^0.484^^0.0^1.429^0.753^9.843^0.658^0.370^233^^24^^4.3^0.00^214^11^0^63^97^0^0^1355^^^0.532^0.997^1.724^0^114.00^~1 cup~^^~~^0 ~20320~^~CORNMEAL,WHOLE-GRAIN,WHITE~^10.26^362^8.12^3.59^1.13^76.89^7.3^0.64^6^3.45^127^241^287^35^1.82^0.193^0.498^15.5^0.0^0.385^0.201^3.632^0.425^0.304^25^0^25^25^21.6^0.00^3^0^0^0^1^1^0^5^0.42^0.3^0.505^0.948^1.638^0^122.00^~1 cup~^^~~^0 ~20321~^~SPAGHETTI,CKD,ENR,W/ SALT~^62.13^157^5.80^0.93^0.55^30.59^1.8^0.56^7^1.28^18^58^44^131^0.51^0.100^0.322^26.4^0.0^0.274^0.136^1.689^0.112^0.049^73^66^7^119^^0.00^0^0^0^0^0^0^0^7^0.06^0.0^0.176^0.131^0.319^0^140.00^~1 cup~^^~~^0 ~20322~^~CORNMEAL,DEGERMED,ENR,WHITE~^11.26^369^7.25^1.79^0.54^79.15^4.0^1.66^3^4.32^35^105^152^7^0.71^0.076^0.182^11.6^0.0^0.614^0.416^5.309^0.282^0.198^215^185^30^345^10.8^0.00^3^0^0^0^1^1^0^5^0.16^0.0^0.194^0.347^0.734^0^158.88^~1 cup~^^~~^0 ~20323~^~CORNMEAL,SELF-RISING,BOLTED,PLN,ENR,WHITE~^12.59^334^8.28^3.40^5.45^70.28^6.7^^361^5.76^86^804^255^1247^2.00^0.150^^^0.0^0.661^0.400^5.291^0.425^0.540^233^176^57^356^^0.00^0^0^0^^^^^^^^0.478^0.897^1.550^0^122.00^~1 cup~^^~~^0 ~20324~^~CORNMEAL,SELF-RISING,BOLTED,W/WHEAT FLR,ENR,WHITE~^10.33^348^8.41^2.85^4.98^73.43^6.3^^299^4.95^54^651^207^1319^1.39^0.139^^^0.0^0.713^0.433^5.202^0.383^0.385^264^198^66^402^^0.00^0^0^0^^^^^^^^0.400^0.751^1.297^0^170.00^~1 cup~^^~~^0 ~20325~^~CORNMEAL,SELF-RISING,DEGERMED,ENR,WHITE~^10.17^355^8.41^1.72^4.91^74.79^7.1^^350^4.73^49^623^170^1348^1.00^0.130^^^0.0^0.678^0.387^4.566^^0.390^233^202^31^375^^0.00^0^0^0^^^^^^^^0.234^0.429^0.739^0^138.00^~1 cup~^^~~^0 ~20330~^~HOMINY,CANNED,YELLOW~^82.53^72^1.48^0.88^0.86^14.26^2.5^^10^0.62^16^35^9^210^1.05^0.030^0.070^3.0^0.0^0.003^0.006^0.033^0.154^0.005^1^0^1^1^^0.00^110^6^0^^^^^^^^0.123^0.231^0.399^0^160.00^~1 cup~^^~~^0 ~20345~^~RICE,WHITE,LONG-GRAIN,REG,CKD,ENR,W/SALT~^68.44^130^2.69^0.28^0.41^28.17^0.4^0.05^10^1.20^12^43^35^382^0.49^0.069^0.472^7.5^0.0^0.163^0.013^1.476^0.390^0.093^58^55^3^97^2.1^0.00^0^0^0^0^0^0^0^0^0.04^0.0^0.077^0.088^0.076^0^158.00^~1 cup~^^~~^0 ~20381~^~WHEAT FLR,WHITE,ALL-PURPOSE,ENR,CALCIUM-FORTIFIED~^11.92^364^10.33^0.98^0.47^76.31^2.7^^252^4.64^22^108^107^2^0.70^0.144^0.682^^0.0^0.785^0.494^5.904^0.438^0.044^183^154^29^291^^0.00^0^0^0^^^^^^0.06^^0.155^0.087^0.413^0^125.00^~1 cup~^^~~^0 ~21390~^~FT FDS, HAMBRGER; SIN, LRG PATTY; W/ CONDMNTS, VEG, MAYO~^57.52^226^11.34^12.37^1.45^17.33^1.5^4.00^46^2.99^18^97^188^342^2.46^0.081^0.183^18.2^0.9^0.211^0.213^3.141^0.254^0.103^64^33^31^87^32.7^1.21^182^9^0^16^100^2^392^45^0.15^14.3^3.972^4.670^3.144^33^246.91^~1 item~^^~~^0 ~21391~^~FAST FOODS,HAMBURGER; SINGLE,LRG PATTY; W/ CONDMNT~^48.81^256^15.68^11.60^1.77^22.14^1.1^^87^1.73^24^121^225^374^3.04^0.101^0.193^24.8^0.3^0.160^0.201^4.650^0.394^0.148^22^13^9^31^^1.66^^^^^^^^^0.06^5.0^5.030^5.220^1.240^40^171.00^~1 item~^^~~^0 ~21393~^~FAST FOODS,HMBURGR; SNG,REG PTTY; DBL BN W/ CNDMNT & SPL SAU~^50.30^259^12.17^13.30^1.54^22.69^1.4^^103^2.07^24^112^194^386^2.38^0.101^0.235^25.3^0.3^0.231^0.227^3.940^0.463^0.076^22^17^5^34^^1.23^^^^^^^^^0.09^23.4^4.240^4.780^4.100^32^205.00^~1 item~^^~~^0 ~21395~^~FAST FOODS,CHEESEBURGER; DOUBLE,REG PATTY; W/ CONDMNT~^47.77^274^14.89^14.97^2.58^19.83^0.8^4.66^160^2.13^20^162^217^657^2.40^0.093^0.168^^0.4^0.162^0.247^3.860^^^45^^^^^1.18^304^^^^^^^^^^6.088^4.983^0.486^48^173.00^~1 item~^^~~^0 ~21396~^~FAST FOODS,CHEESEBURGER; DOUBLE,LRG PATTY; W/ CONDMNT~^50.34^272^16.96^16.22^2.05^14.43^1.0^3.49^106^2.18^21^165^242^480^3.33^0.091^0.133^^0.6^0.127^0.303^4.213^^^45^^^^^1.68^200^^^^^^^^^^6.473^5.855^0.480^57^280.00^~1 item~^^~~^0 ~21397~^~FAST FDS,CHSEBURGER;SINGLE,LRG PATTY; W/ CONDMNT,VEG & MAYO~^56.21^235^13.03^13.46^1.85^15.45^1.2^4.51^78^2.17^18^120^178^465^2.09^0.064^0.171^18.7^0.4^0.236^0.228^2.875^0.236^0.089^51^30^20^71^36.5^1.54^218^27^19^9^88^1^197^52^0.08^14.2^5.487^4.754^1.559^37^266.22^~1 item~^^~~^0 ~21398~^~FAST FOODS,CHEESEBURGER; SINGLE,LRG PATTY; W/ CONDMNT~^48.36^269^15.21^14.40^2.31^19.72^1.2^3.60^179^1.02^26^183^223^591^2.83^0.075^0.163^24.7^0.3^0.119^0.260^4.050^0.590^0.093^16^12^4^24^37.3^1.75^221^50^47^1^38^2^0^17^0.20^4.4^7.032^5.960^1.264^48^199.00^~1 item~^^~~^0 ~21399~^~FAST FDS,CHSEBURGER; DOUBLE,LRG PATTY; W/ CONDMNT,VEG & MAYO~^54.56^253^15.50^15.63^1.70^12.62^1.3^3.61^68^4.12^19^131^202^405^3.27^0.076^0.137^18.4^0.5^0.254^0.230^3.260^0.279^0.150^27^22^5^42^46.0^1.92^111^12^7^4^49^1^77^42^0.06^9.2^6.519^6.249^2.299^49^354.50^~1 item~^^~~^0 ~21400~^~FAST FOODS,CHSBURGR; DBL,RG PTTY; DBL BN W/ CNDMNT & SPL SAU~^50.54^261^11.94^14.10^1.89^21.53^1.4^3.26^127^1.40^25^136^182^485^2.16^0.131^0.212^25.9^0.3^0.184^0.201^3.630^0.441^0.170^27^18^9^40^31.5^1.27^176^27^22^1^59^2^0^50^0.06^16.4^5.045^5.088^3.826^36^219.00^~1 item~^^~~^0 ~21401~^~FAST FOODS,CHICK TENDERS~^45.75^290^17.29^16.59^2.58^17.79^1.9^0.10^15^0.62^25^237^269^717^0.57^0.052^0.196^30.9^1.0^0.114^0.103^7.670^0.738^0.383^16^2^14^17^43.7^0.19^0^0^0^0^0^0^0^2^1.17^6.3^3.959^8.949^3.404^50^62.00^~4 pieces~^77.00^~5 pieces~^0 ~21402~^~MCDONALD'S,PREMIUM GRILLED CHICK CLASSIC SNDWCH~^57.30^183^14.16^4.29^1.96^22.28^1.4^5.01^37^1.48^28^195^228^540^0.69^0.073^0.357^^3.2^0.196^0.190^6.521^0.927^0.306^^^^^^0.15^339^20^4^^^^^^0.53^^0.865^1.157^2.074^34^229.41^~1 item, 8 oz~^^~~^0 ~21403~^~MCDONALD'S,PREMIUM CRISPY CHICK CLASSIC SNDWCH~^51.98^228^12.08^8.68^1.80^25.46^1.4^5.37^34^1.42^27^161^227^512^0.66^0.087^0.430^^2.5^0.199^0.171^5.542^1.026^^45^^^^^^330^18^^^^^^^^^1.409^3.179^3.708^26^230.00^~1 item, 8.1 oz~^^~~^0 ~21404~^~MCDONALD'S,PREMIUM GRILLED CHICK CLUB SNDWCH~^52.52^221^17.19^8.05^2.38^19.87^1.2^4.68^95^1.37^^^^630^^^^^4.4^0.172^0.186^5.575^0.826^^^^^^^^355^^^^^^^^^^2.890^2.508^2.160^46^268.67^~1 item, 9.4 oz~^^~~^0 ~21405~^~MCDONALD'S,PREMIUM CRISPY CHICK CLUB SNDWCH~^48.02^250^15.38^11.76^2.23^22.61^1.2^4.99^92^1.32^^^^605^^^^^3.8^0.176^0.169^4.748^0.911^^^^^^^^347^^^^^^^^^^3.333^4.223^3.557^38^254.00^~1 item, 9 oz~^^~~^0 ~23623~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,CHOIC,RAW~^71.28^148^22.12^5.91^1.08^0.00^0.0^0.00^28^1.63^23^204^341^57^4.13^0.072^0.014^25.5^0.0^0.061^0.108^7.491^0.659^0.607^13^0^13^13^^1.20^0^0^0^0^0^0^0^0^0.33^1.3^2.183^2.376^0.256^60^28.35^~1 oz~^453.60^~1 lb~^26 ~23624~^~BEEF,TENDERLOIN,LN,1/8" FAT,CHOIC,RAW~^70.17^158^22.17^7.07^1.08^0.00^0.0^0.00^28^1.63^23^204^340^57^4.13^0.072^0.014^25.4^0.0^0.061^0.108^7.491^0.659^0.607^13^0^13^13^92.6^1.20^0^0^0^0^0^0^0^0^0.33^1.3^2.612^2.842^0.306^72^28.35^~1 oz~^453.60^~1 lb~^19 ~23625~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,CHOIC,RAW~^72.51^135^21.91^4.62^1.09^0.00^0.0^0.00^28^1.63^23^205^342^57^4.14^0.073^0.014^25.5^0.0^0.061^0.107^7.420^0.652^0.601^13^0^13^13^91.5^1.19^0^0^0^0^0^0^0^0^0.33^1.3^1.709^1.860^0.200^47^28.35^~1 oz~^453.60^~1 lb~^17 ~23626~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8"FAT,CHOIC,CKD,BRLD~^62.22^202^28.29^9.05^1.10^0.00^0.0^0.00^16^1.92^24^219^352^58^5.31^0.089^0.011^32.5^0.0^0.075^0.145^8.347^0.556^0.589^9^0^9^9^107.8^1.77^0^0^0^0^0^0^0^0^0.42^1.5^3.445^3.612^0.323^85^28.35^~1 oz~^453.60^~1 lb~^27 ~23627~^~BEEF,SHRT LOIN,TOP LOIN LN,1/8" FAT,CHOIC,RAW~^70.30^155^22.78^6.43^1.04^0.00^0.0^0.00^29^1.66^24^208^348^58^4.22^0.074^0.015^26.0^0.0^0.063^0.112^7.713^0.678^0.625^13^0^13^13^95.1^1.24^0^0^0^0^0^0^0^0^0.41^1.6^2.378^2.588^0.278^66^28.35^~1 oz~^453.60^~1 lb~^23 ~23628~^~BEEF,TENDERLOIN,LN,1/8" FAT,CHOIC,CKD,BRLD~^61.68^206^29.01^9.10^1.10^0.00^0.0^0.00^16^1.95^24^223^358^59^5.40^0.091^0.011^33.0^0.0^0.077^0.149^8.559^0.570^0.604^10^0^10^10^110.5^1.81^0^0^0^0^0^0^0^0^0.41^1.5^3.465^3.633^0.325^85^28.35^~1 oz~^453.60^~1 lb~^18 ~23629~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,CHOIC,CKD,BRLD~^63.27^187^29.51^6.72^1.20^0.00^0.0^0.00^17^2.01^25^231^369^61^5.58^0.094^0.011^34.1^0.0^0.070^0.135^7.770^0.517^0.548^9^0^9^9^112.4^1.64^0^0^0^0^0^0^0^0^0.39^1.4^2.560^2.684^0.240^63^28.35^~1 oz~^453.60^~1 lb~^17 ~23630~^~BEEF,SHRT LOIN,TOP LOIN LN,1/8" FAT,CHOIC,CKD,BRLD~^61.99^201^29.16^8.45^1.13^0.00^0.0^0.00^16^1.97^25^226^362^60^5.47^0.092^0.011^33.4^0.0^0.077^0.149^8.604^0.573^0.607^10^0^10^10^111.1^1.82^0^0^0^0^0^0^0^0^0.41^1.4^3.217^3.373^0.302^79^28.35^~1 oz~^453.60^~1 lb~^26 ~23631~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,SEL,RAW~^74.12^125^22.26^3.32^1.00^0.00^0.0^0.00^18^1.86^23^204^339^77^5.68^0.094^0.012^27.6^0.0^0.085^0.146^4.908^0.654^0.556^13^0^13^13^93.0^1.77^0^0^0^0^0^0^0^0^0.28^1.1^1.232^1.392^0.143^35^28.35^~1 oz~^453.60^~1 lb~^37 ~23632~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,SEL,RAW~^74.26^124^21.45^3.61^1.00^0.00^0.0^0.00^18^1.83^22^200^333^76^5.57^0.092^0.012^27.1^0.0^0.082^0.140^4.731^0.630^0.536^13^0^13^13^89.6^1.71^0^0^0^0^0^0^0^0^0.27^1.1^1.340^1.514^0.156^38^28.35^~1 oz~^453.60^~1 lb~^28 ~23633~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,SEL,CKD,BRSD~^59.29^205^34.60^6.35^1.02^0.00^0.0^0.00^17^2.89^23^215^281^57^8.43^0.113^0.012^39.4^0.0^0.073^0.213^5.007^0.682^0.321^12^0^12^12^131.8^2.33^0^0^0^0^0^0^0^0^0.43^1.5^2.406^2.703^0.220^61^28.35^~1 oz~^453.60^~1 lb~^40 ~23634~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,SEL,CKD,BRSD~^61.39^189^33.18^5.21^1.05^0.00^0.0^0.00^17^2.81^22^209^273^55^8.19^0.109^0.012^38.3^0.0^0.070^0.204^4.801^0.654^0.308^11^0^11^11^126.4^2.24^0^0^0^0^0^0^0^0^0.41^1.5^1.973^2.216^0.180^50^28.35^~1 oz~^453.60^~1 lb~^19 ~23635~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,SEL,RAW~^73.97^119^22.31^2.62^1.05^0.00^0.0^0.00^22^1.92^25^219^364^62^4.46^0.104^0.014^31.1^0.0^0.091^0.142^6.637^0.655^0.655^13^0^13^13^93.2^1.30^0^0^0^0^0^0^0^0^0.28^1.1^0.898^1.105^0.113^36^28.35^~1 oz~^453.60^~1 lb~^10 ~23636~^~BEEF,RND,TOP RND,LN,1/8" FAT,SEL,RAW~^72.63^129^23.13^3.37^1.13^0.00^0.0^0.00^22^1.97^25^224^373^64^4.57^0.107^0.014^31.9^0.0^0.095^0.147^6.879^0.679^0.679^14^0^14^14^96.6^1.35^0^0^0^0^0^0^0^0^0.29^1.2^1.154^1.420^0.145^46^28.35^~1 oz~^453.60^~1 lb~^7 ~23637~^~BEEF,RND,BTTM RND,LN,1/8" FAT,SEL,RAW~^73.17^128^22.18^3.66^1.08^0.00^0.0^0.00^21^1.90^24^217^361^62^4.42^0.103^0.014^30.8^0.0^0.091^0.141^6.598^0.651^0.652^13^0^13^13^92.6^1.30^0^0^0^0^0^0^0^0^0.29^1.1^1.253^1.542^0.157^50^28.35^~1 oz~^453.60^~1 lb~^12 ~23638~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,ALL GRDS,CKD,BRLD~^64.27^195^29.58^7.63^1.15^0.00^0.0^0.00^19^1.88^25^235^378^62^5.49^0.087^0.011^34.4^0.0^0.081^0.150^8.464^0.582^0.635^10^0^10^10^112.7^1.69^0^0^0^0^0^0^0^0^0.38^1.4^2.907^3.048^0.273^71^28.35^~1 oz~^453.60^~1 lb~^25 ~23640~^~BEEF,VAR MEATS & BY-PRODUCTS,TRIPE,CKD,SIMMRD~^81.65^94^11.71^4.05^0.60^1.99^0.0^0.00^81^0.66^15^66^42^68^1.71^0.000^0.103^11.8^0.0^0.000^0.025^0.461^0.097^0.000^3^0^3^3^^0.72^0^0^0^0^0^0^0^0^0.14^0.0^1.357^1.604^0.208^157^^~~^^~~^0 ~23646~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,ALL GRDS,RAW~^72.41^142^21.26^5.63^1.06^0.00^0.0^0.00^23^1.54^22^198^333^54^3.85^0.072^0.012^25.9^0.0^0.065^0.107^6.585^0.629^0.595^13^0^13^13^88.8^1.04^0^0^0^0^0^0^0^0^0.29^1.2^1.729^2.470^0.234^43^261.12^~1 roast~^^~~^6 ~23647~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,CHOIC,CKD,RSTD~^63.79^193^26.34^9.73^1.06^0.00^0.0^0.00^15^1.77^22^202^324^54^4.90^0.082^0.010^29.9^0.0^0.070^0.135^7.770^0.517^0.548^9^0^9^9^100.3^1.64^0^0^0^0^0^0^0^0^0.39^1.4^3.527^4.907^0.312^83^590.70^~1 roast~^^~~^6 ~23648~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,CHOIC,RAW~^71.33^154^21.17^7.06^1.02^0.00^0.0^0.00^27^1.54^22^193^323^54^3.92^0.069^0.013^24.1^0.0^0.059^0.104^7.170^0.630^0.581^13^0^13^13^88.4^1.15^0^0^0^0^0^0^0^0^0.31^1.2^2.132^3.045^0.288^53^270.86^~1 roast~^^~~^6 ~23649~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,SEL,CKD,RSTD~^65.55^179^27.17^6.95^1.09^0.00^0.0^0.00^20^1.68^24^222^359^58^5.00^0.074^0.010^34.1^0.0^0.078^0.144^7.939^0.535^0.600^9^0^9^9^103.5^1.30^0^0^0^0^0^0^0^0^0.37^1.3^2.517^3.502^0.223^59^547.32^~1 roast, (yield from 666 g raw meat)~^^~~^6 ~23650~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,SEL,RAW~^73.48^129^21.34^4.21^1.10^0.00^0.0^0.00^22^1.55^23^204^344^54^3.85^0.074^0.011^29.7^0.0^0.072^0.115^6.201^0.627^0.602^12^0^12^12^89.2^0.90^0^0^0^0^0^0^0^0^0.28^1.1^1.500^2.144^0.203^37^252.35^~1 roast~^^~~^6 ~23651~^~BEEF,RND,TIP RND,LN,0" FAT,ALL GRDS,RAW~^74.48^126^21.07^3.95^1.03^0.00^0.0^0.00^18^1.77^22^198^323^54^3.89^0.091^0.013^26.0^0.0^0.084^0.135^6.217^0.623^0.612^12^0^12^12^88.0^1.47^0^0^0^0^0^0^0^0^0.27^1.1^1.376^1.641^0.201^64^1289.46^~1 roast~^^~~^8 ~23652~^~BEEF,RND,TIP RND,LN,0" FAT,CHOIC,RAW~^73.98^130^20.76^4.55^1.02^0.00^0.0^0.00^18^1.92^23^200^318^52^3.87^0.091^0.013^25.8^0.0^0.087^0.149^6.314^0.618^0.610^12^0^12^12^86.7^1.73^0^0^0^0^0^0^0^0^0.28^1.1^1.556^1.855^0.227^72^1392.39^~1 roast~^^~~^9 ~23653~^~BEEF,RND,TIP RND,LN,0" FAT,SEL,RAW~^74.99^122^21.38^3.35^1.04^0.00^0.0^0.00^20^1.78^23^203^337^58^4.13^0.097^0.013^28.8^0.0^0.088^0.136^6.359^0.628^0.628^12^0^12^12^89.3^1.25^0^0^0^0^0^0^0^0^0.27^1.1^1.147^1.367^0.168^53^1186.53^~1 roast~^^~~^7 ~43283~^~PHEASANT,CKD,TOTAL EDIBLE~^54.20^247^32.40^12.10^1.30^0.00^0.0^0.00^16^1.43^22^242^271^43^1.37^0.084^^20.7^2.3^0.070^0.180^7.530^^0.750^5^0^5^5^85.8^0.72^190^57^57^0^0^0^0^0^0.27^4.9^3.517^5.627^1.537^89^140.00^~1 cup, chopped or diced~^^~~^0 ~43285~^~EGGS,SCRMBLD,FRZ MIXTURE~^72.70^133^13.10^5.60^1.10^7.50^0.0^7.50^17^0.23^10^30^147^162^0.14^0.030^^22.9^0.0^0.010^0.300^0.090^^0.010^17^0^17^17^192.6^0.17^410^21^0^0^246^0^0^0^0.84^1.8^1.052^2.339^1.778^65^^~~^^~~^0 ~43287~^~DOVE,CKD (INCL SQUAB)~^62.00^219^23.90^13.00^1.10^0.00^0.0^0.00^17^5.91^26^332^256^57^3.83^0.763^^20.1^2.9^0.280^0.350^7.600^^0.570^6^0^6^6^63.6^0.41^95^28^28^0^0^0^0^0^0.06^4.0^3.739^5.462^2.733^116^140.00^~1 cup, chopped or diced~^^~~^0 ~43297~^~PORK,ORIENTAL STYLE,DEHYD~^21.80^615^11.80^62.40^2.60^1.40^0.0^0.00^10^0.50^11^128^139^685^1.15^0.064^^36.3^0.0^0.450^0.140^2.100^^0.200^2^0^2^2^^0.30^0^0^0^0^0^0^0^0^0.36^0.0^23.056^28.555^7.320^67^22.00^~1 cup~^^~~^0 ~43299~^~SOYBEAN,CURD CHEESE~^70.90^151^12.50^8.10^1.60^6.90^0.0^1.60^188^5.60^228^222^199^20^1.72^0.380^0.889^16.8^0.0^0.000^0.140^0.500^0.116^0.070^22^0^22^22^62.5^0.00^42^2^0^0^25^0^0^0^0.60^4.6^1.172^1.789^4.572^0^225.00^~1 cup~^^~~^0 ~43306~^~CEREALS,NESTUM,PREP W/H2O~^81.50^73^1.41^0.23^0.63^16.22^0.4^2.91^108^5.08^8^56^25^33^0.11^0.150^0.104^4.3^6.3^0.159^0.240^2.115^0.282^0.056^6^6^0^10^2.5^0.17^529^156^155^3^5^0^0^73^1.41^0.0^0.000^0.066^0.138^0^^~~^^~~^0 ~43311~^~POTATOES,CND,DRND SOL,NO SALT~^84.30^62^1.40^0.20^0.50^13.60^2.4^0.59^5^1.26^14^28^229^5^0.28^0.057^0.120^0.9^5.1^0.070^0.010^0.920^0.245^0.190^6^0^6^6^9.2^0.00^2^0^0^0^1^0^0^6^0.05^1.5^0.051^0.005^0.085^0^180.00^~1 cup~^^~~^0 ~43312~^~VEGETABLES,MXD (CORN,LIMA BNS,PEAS,GRN BNS,CRRT) CND,NO SALT~^90.20^37^1.40^0.20^0.89^7.31^3.1^2.41^21^0.65^15^37^138^26^0.51^0.104^^0.3^3.8^0.030^0.040^0.480^^0.080^18^0^18^18^18.6^0.00^11651^583^0^2636^5670^5^0^493^0.29^18.2^0.039^0.022^0.098^0^182.00^~1 cup~^^~~^0 ~43325~^~PORK,CURED,HAM,BNLESS,LO NA,EX LN & REG,RSTD~^65.80^165^22.00^7.70^4.00^0.50^0.0^0.00^8^1.40^19^248^362^969^2.63^0.119^^19.5^0.0^0.740^0.280^5.320^^0.350^3^0^3^3^86.0^0.68^0^0^0^0^0^0^0^0^0.28^0.0^2.624^3.760^1.076^57^^~~^28.35^~1 oz, boneless~^0 ~43326~^~PORK,CURED,HAM,LO NA,LN & FAT,CKD~^65.10^172^22.30^8.30^4.00^0.30^0.0^0.00^8^1.37^21^265^386^969^2.55^0.132^^19.5^0.0^0.730^0.310^5.740^^0.330^3^0^3^3^87.2^0.69^0^0^0^0^0^0^0^0^0.28^0.0^2.781^4.002^1.013^58^^~~^28.35^~1 oz, boneless~^0 ~43327~^~PORK,CURED,HAM,BNLESS,LO NA,EX LN (APPROXIMATLY 5% FAT),RSTD~^67.70^145^20.90^5.50^4.40^1.50^0.0^0.00^8^1.48^14^196^287^969^2.88^0.079^^19.5^0.0^0.750^0.200^4.020^^0.400^3^0^3^3^85.0^0.65^0^0^0^0^0^0^0^0^0.25^0.0^1.801^2.607^0.537^53^^~~^^~~^0 ~43329~^~SALAD DRSNG,MAYO & MAYONNAISE-TYPE,LO CAL~^54.30^263^0.90^19.00^2.00^23.90^0.0^4.34^14^0.26^2^30^24^691^0.18^0.001^^1.6^0.0^0.010^0.020^0.000^0.066^0.020^6^0^6^6^8.5^0.21^220^21^12^1^94^27^0^87^3.07^24.7^2.962^4.628^10.396^26^232.00^~1 cup~^14.50^~1 tbsp~^0 ~43331~^~SALAD DRSNG,BACON&TOMATO~^58.70^326^1.80^35.00^2.60^2.00^0.2^2.00^4^0.27^6^25^108^1084^0.20^0.030^^1.6^8.8^0.040^0.020^0.700^^0.080^0^0^0^0^16.4^0.09^211^11^4^0^92^52^2597^29^4.00^69.1^5.435^8.415^19.584^4^240.00^~1 cup~^15.00^~1 tbsp~^0 ~43340~^~CHEESE,PARMESAN,LO NA~^22.20^456^41.60^29.99^2.51^3.70^0.0^0.85^1376^0.95^51^807^107^63^3.19^0.037^^23.9^0.0^0.040^0.390^0.320^^0.100^10^0^10^10^15.4^1.40^463^125^123^0^32^0^0^0^0.27^2.0^19.051^8.721^0.659^79^100.00^~1 cup, grated~^5.00^~1 tbsp~^0 ~43343~^~COFFEE&COCOA (MOCHA) PDR,W/WHTNR&LO CAL SWTNR~^3.10^257^9.00^13.21^3.29^71.40^4.8^34.98^60^3.06^122^451^1856^500^1.01^0.560^0.807^4.0^0.0^0.021^0.109^4.655^0.063^0.030^5^0^5^5^16.8^0.00^4^0^0^0^2^0^0^6^0.09^1.7^11.376^0.954^0.349^0^6.40^~1 tsp, dry~^^~~^0 ~43345~^~FRUIT-FLAVORED DRK,PDR,W/ HI VIT C W/ OTHER ADDED VIT,LO CAL~^1.32^227^0.25^0.16^7.27^91.00^2.2^0.00^800^0.08^245^493^2518^14^0.01^0.011^0.008^0.0^2400.0^0.009^6.800^80.000^0.018^8.000^5^0^5^5^0.1^0.00^20000^5997^5996^0^2^10^0^13^0.02^0.0^0.010^0.038^0.034^0^2.00^~1 tsp~^^~~^0 ~43346~^~FROZEN NOVELTIES,JUC TYPE,ORANGE~^76.10^95^0.50^0.00^0.23^23.17^0.1^19.99^9^0.47^8^13^100^8^0.02^0.022^0.008^0.1^25.7^0.010^0.030^0.160^0.065^0.018^18^0^18^18^2.9^0.00^21^1^0^0^12^0^0^39^0.04^0.1^0.000^0.000^0.000^0^29.80^~1 fl oz~^^~~^0 ~43350~^~SAUERKRAUT,CND,LO NA~^92.50^22^0.90^0.10^2.15^4.35^2.5^1.78^30^1.47^13^20^170^308^0.19^0.096^0.151^0.6^14.7^0.020^0.020^0.140^0.093^0.090^24^0^24^24^10.4^0.00^18^1^0^5^8^0^0^295^0.14^13.0^0.026^0.010^0.051^0^142.00^~1 cup~^^~~^0 ~43352~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT,NO NA~^83.50^72^12.40^1.00^0.40^2.70^0.0^2.70^61^0.14^5^134^86^13^0.38^0.028^^8.4^0.0^0.020^0.160^0.130^^0.070^12^0^12^12^17.5^0.63^40^11^11^0^3^0^0^0^0.01^0.1^0.632^0.284^0.031^4^226.00^~1 cup~^^~~^0 ~43355~^~MAYONNAISE,LO NA,LO CAL OR DIET~^62.70^231^0.30^19.20^1.80^16.00^0.0^4.20^0^0.00^0^0^10^110^0.11^0.000^0.000^1.6^0.0^0.000^0.010^0.000^^0.000^0^0^0^0^8.5^0.06^0^0^0^0^0^0^0^0^6.43^24.7^3.300^4.500^10.600^24^224.00^~1 cup~^14.00^~1 tbsp~^0 ~20400~^~MACARONI,CKD,UNENR~^62.13^158^5.80^0.93^0.27^30.86^1.8^0.56^7^0.50^18^58^44^1^0.51^0.100^0.322^26.4^0.0^0.020^0.020^0.400^0.112^0.049^7^0^7^7^6.4^0.00^0^0^0^0^0^0^0^7^0.06^0.0^0.176^0.131^0.319^0^140.00^~1 cup, elbow shaped~^^~~^0 ~20409~^~NOODLES,EGG,DRY,UNENR~^9.01^384^14.16^4.44^1.12^71.27^3.3^1.88^35^1.90^58^241^244^21^1.92^0.297^0.855^78.8^0.0^0.170^0.090^2.100^0.912^0.216^29^0^29^29^78.7^0.29^62^17^17^0^2^1^0^110^0.37^0.5^1.180^1.252^1.331^84^38.00^~1 cup~^^~~^0 ~20410~^~NOODLES,EGG,CKD,UNENR,WO/ SALT~^67.73^138^4.54^2.07^0.50^25.16^1.2^0.40^12^0.60^21^76^38^5^0.65^0.098^0.315^23.9^0.0^0.030^0.020^0.400^0.263^0.046^7^0^7^7^25.7^0.09^21^6^6^0^1^0^0^38^0.17^0.0^0.419^0.581^0.552^29^160.00^~1 cup~^^~~^0 ~20420~^~SPAGHETTI,DRY,UNENRICHED~^9.90^371^13.04^1.51^0.88^74.67^3.2^2.67^21^1.30^53^189^223^6^1.41^0.289^0.917^63.2^0.0^0.090^0.060^1.700^0.431^0.142^18^0^18^18^^0.00^0^0^0^^^^^^0.11^0.1^0.277^0.171^0.564^0^57.00^~2 oz~^^~~^0 ~20421~^~SPAGHETTI,CKD,UNENR,WO/ SALT~^62.13^158^5.80^0.93^0.27^30.86^1.8^0.56^7^1.28^18^58^44^1^0.51^0.100^0.322^26.4^0.0^0.020^0.020^0.400^0.112^0.049^7^0^7^7^^0.00^0^0^0^^^^^^0.06^0.0^0.176^0.131^0.319^0^140.00^~1 cup~^^~~^0 ~20422~^~CORNMEAL,DEGERMED,UNENR,YEL~^11.26^369^7.25^1.79^0.54^79.15^4.0^1.66^3^1.10^35^105^152^7^0.71^0.076^0.182^11.6^0.0^0.140^0.050^1.000^0.282^0.198^30^0^30^30^10.8^0.00^214^11^0^63^97^0^0^1355^0.16^0.0^0.194^0.347^0.734^0^158.88^~1 cup~^^~~^0 ~20444~^~RICE,WHITE,LONG-GRAIN,REG,RAW,UNENR~^11.62^365^7.13^0.66^0.64^79.95^1.3^0.12^28^0.80^25^115^115^5^1.09^0.220^1.088^15.1^0.0^0.070^0.049^1.600^1.014^0.164^8^0^8^8^5.8^0.00^0^0^0^0^0^0^0^0^0.11^0.1^0.180^0.206^0.177^0^185.00^~1 cup~^^~~^0 ~20445~^~RICE,WHITE,LONG-GRAIN,REG,CKD,UNENR,WO/SALT~^68.44^130^2.69^0.28^0.41^28.17^0.4^0.05^10^0.20^12^43^35^1^0.49^0.069^0.472^7.5^0.0^0.020^0.013^0.400^0.390^0.093^3^0^3^3^2.1^0.00^0^0^0^0^0^0^0^0^0.04^0.0^0.077^0.088^0.076^0^158.00^~1 cup~^^~~^0 ~20446~^~RICE,WHITE,LONG-GRAIN,PARBLD,UNENR,DRY~^9.70^374^8.11^1.04^0.72^80.43^2.2^0.33^55^0.74^27^156^187^3^1.04^0.267^1.110^23.9^0.0^0.224^0.045^5.137^1.133^0.455^8^0^8^8^^0.00^0^0^0^^^^^^0.03^0.1^0.294^0.258^0.322^0^186.53^~1 cup~^^~~^0 ~20447~^~RICE,WHITE,LONG-GRAIN,PARBLD,UNENR,CKD~^70.36^123^2.91^0.37^0.30^26.05^0.9^0.11^19^0.24^9^55^56^2^0.37^0.070^0.354^9.3^0.0^0.073^0.019^2.309^0.323^0.156^3^0^3^3^^0.00^^^^^^^^^0.01^0.0^0.074^0.074^0.091^0^158.20^~1 cup~^^~~^0 ~20450~^~RICE,WHITE,MEDIUM-GRAIN,RAW,UNENR~^12.89^360^6.61^0.58^0.58^79.34^^^9^0.80^35^108^86^1^1.16^0.110^1.100^^0.0^0.070^0.048^1.600^1.342^0.145^9^0^9^9^^0.00^^^^^^^^^^^0.158^0.181^0.155^0^195.00^~1 cup~^^~~^0 ~20451~^~RICE,WHITE,MEDIUM-GRAIN,CKD,UNENR~^68.61^130^2.38^0.21^0.21^28.59^^^3^0.20^13^37^29^0^0.42^0.038^0.377^^0.0^0.020^0.016^0.400^0.411^0.050^2^0^2^2^^0.00^0^0^0^^^^^^^^0.057^0.065^0.056^0^186.00^~1 cup~^^~~^0 ~20452~^~RICE,WHITE,SHORT-GRAIN,RAW,UNENR~^13.29^358^6.50^0.52^0.54^79.15^^^3^0.80^23^95^76^1^1.10^0.210^1.037^^0.0^0.070^0.048^1.600^1.287^0.171^6^0^6^6^^0.00^^^^^^^^^^^0.140^0.161^0.138^0^200.00^~1 cup~^^~~^0 ~20453~^~RICE,WHITE,SHORT-GRAIN,CKD,UNENR~^68.53^130^2.36^0.19^0.20^28.73^^^1^0.20^8^33^26^0^0.40^0.072^0.357^^0.0^0.020^0.016^0.400^0.397^0.059^2^0^2^2^^0.00^^^^^^^^^^^0.051^0.058^0.050^0^205.00^~1 cup~^^~~^0 ~20466~^~SEMOLINA,UNENRICHED~^12.67^360^12.68^1.05^0.77^72.83^3.9^^17^1.23^47^136^186^1^1.05^0.189^0.619^^0.0^0.280^0.080^3.310^0.580^0.103^72^0^72^72^^0.00^0^0^0^^^^^^^^0.150^0.124^0.430^0^167.00^~1 cup~^^~~^0 ~20481~^~WHEAT FLR,WHITE,ALL-PURPOSE,UNENR~^11.92^364^10.33^0.98^0.47^76.31^2.7^0.27^15^1.17^22^108^107^2^0.70^0.144^0.682^33.9^0.0^0.120^0.040^1.250^0.438^0.044^26^0^26^26^10.4^0.00^0^0^0^0^0^0^0^18^0.06^0.3^0.155^0.087^0.413^0^125.00^~1 cup~^^~~^0 ~20499~^~MACARONI,DRY,UNENRICHED~^9.90^371^13.04^1.51^0.88^74.67^3.2^2.67^21^1.30^53^189^223^6^1.41^0.289^0.917^63.2^0.0^0.090^0.060^1.700^0.431^0.142^18^0^18^18^^0.00^0^0^0^^^^^^0.11^0.1^0.277^0.171^0.564^0^105.00^~1 cup, elbow shaped~^57.00^~2 oz~^0 ~20510~^~NOODLES,EGG,CKD,UNENR,W/ SALT~^67.73^138^4.54^2.07^0.50^25.16^1.2^0.40^12^0.60^21^76^38^165^0.65^0.098^0.315^23.9^0.0^0.030^0.020^0.400^0.263^0.046^7^0^7^7^25.7^0.09^21^6^6^0^1^0^0^38^0.17^0.0^^^^29^160.00^~1 cup~^^~~^0 ~20521~^~SPAGHETTI,CKD,UNENR,W/ SALT~^62.13^157^5.80^0.93^0.55^30.59^1.8^0.56^7^0.50^18^58^44^131^0.51^0.100^0.322^26.4^0.0^0.020^0.020^0.400^0.112^0.049^7^0^7^7^^0.00^^^^^^^^^0.06^0.0^0.176^0.131^0.319^0^140.00^~1 cup~^^~~^0 ~20522~^~CORNMEAL,DEGERMED,UNENR,WHITE~^11.26^369^7.25^1.79^0.54^79.15^4.0^1.66^3^1.10^35^105^152^7^0.71^0.076^0.182^11.6^0.0^0.140^0.050^1.000^0.282^0.198^30^0^30^30^^0.00^3^0^0^0^1^1^0^5^0.16^0.0^0.194^0.347^0.734^0^158.88^~1 cup~^^~~^0 ~20523~^~SPAGHETTI,PROTEIN-FORTIFIED,CKD,ENR (N X 6.25)~^59.73^164^8.86^0.21^0.31^30.88^2.0^^10^0.72^30^50^42^5^0.50^0.084^0.417^25.2^0.0^0.298^0.161^1.837^0.286^0.064^82^71^11^132^^0.00^0^0^0^^^^^^^^0.032^0.026^0.095^0^140.00^~1 cup~^^~~^0 ~20545~^~RICE,WHITE,LONG-GRAIN,REG,CKD,UNENR,W/SALT~^68.44^130^2.69^0.28^0.41^28.17^0.4^0.05^10^0.20^12^43^35^382^0.49^0.069^0.472^7.5^0.0^0.020^0.013^0.400^0.390^0.093^3^0^3^3^2.1^0.00^0^0^0^0^0^0^0^0^0.04^0.0^0.077^0.088^0.076^0^158.00^~1 cup~^^~~^0 ~20581~^~WHEAT FLR,WHITE,ALL-PURPOSE,ENR,UNBLEACHED~^11.92^364^10.33^0.98^0.47^76.31^2.7^0.27^15^4.64^22^108^107^2^0.70^0.144^0.682^33.9^0.0^0.785^0.494^5.904^0.438^0.044^183^154^29^291^^0.00^2^0^0^0^1^0^0^79^0.23^0.3^0.155^0.087^0.413^0^125.00^~1 cup~^^~~^0 ~20622~^~SPAGHETTI,PROTEIN-FORTIFIED,DRY,ENR (N X 6.25)~^9.23^374^21.78^2.23^1.12^65.65^2.4^^39^4.15^65^163^201^8^1.79^0.278^0.910^^0.0^1.187^0.475^7.654^0.684^0.178^278^258^20^458^^0.00^0^0^0^^^^^^^^0.328^0.271^0.986^0^57.00^~2 oz~^^~~^0 ~20623~^~WHEAT FLR,WHITE (INDUSTRIAL),9% PROT,BLEACHED,ENR~^11.85^367^8.89^1.43^0.51^77.32^^0.54^20^5.06^20^85^131^2^0.94^0.165^0.628^11.4^0.0^0.736^0.445^5.953^0.187^0.037^170^^31^^10.4^0.00^0^0^0^0^0^0^0^18^0.05^0.3^^^^0^^~~^^~~^0 ~20624~^~WHEAT FLR,WHITE (INDUSTRIAL),9% PROT,BLEACHED,UNENR~^11.85^367^8.89^1.43^0.51^77.32^2.4^0.54^20^1.26^20^85^131^2^0.94^0.165^0.628^11.4^0.0^0.194^0.072^1.198^0.187^0.037^31^0^31^31^^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.340^0.120^0.602^0^^~~^^~~^0 ~20628~^~WHEAT FLR,WHITE (INDUSTRIAL),10% PROT,BLEACHED,ENR~^12.01^366^9.71^1.48^0.58^76.22^2.4^0.49^20^5.06^25^107^149^2^1.02^0.188^0.818^14.6^0.0^0.736^0.445^5.953^0.248^0.037^170^140^31^268^10.4^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.302^0.193^0.845^0^^~~^^~~^0 ~21406~^~MCDONALD'S,PREMIUM GRILLED CHICK RANCH BLT SNDWCH~^53.61^204^16.70^5.41^2.37^21.91^1.4^5.20^38^1.48^^^^666^^^^^4.9^0.187^0.183^6.177^0.869^^^^^^^^315^^^^^^^^^^1.463^1.865^1.678^38^242.23^~1 item, 8.5 oz~^^~~^0 ~21407~^~MCDONALD'S,PREMIUM CRISPY CHICK RANCH BLT SNDWCH~^48.61^244^14.70^9.55^2.21^24.93^1.4^5.53^35^1.42^^^^637^^^^^4.3^0.190^0.165^5.254^0.964^^^^^^^^306^^^^^^^^^^1.971^3.773^3.231^30^240.00^~1 item, 8.5 oz~^^~~^0 ~21408~^~MCDONALD'S,ENG MUFFIN~^36.26^285^9.26^7.87^2.25^44.36^2.6^2.57^292^3.19^23^120^128^485^0.81^0.123^0.457^^0.0^0.444^0.333^4.654^0.453^0.074^127^^127^^^0.00^226^^^^^^^^0.44^^1.554^1.936^4.092^0^57.00^~1 item, 2 oz~^^~~^0 ~21409~^~FAST FOODS,BAGEL,W/ HAM,EGG,& CHS~^46.44^253^13.97^9.68^2.49^27.43^0.2^3.65^97^2.17^21^208^137^659^1.25^0.229^0.197^26.4^0.0^0.372^0.316^3.150^0.759^0.077^68^46^22^101^98.3^0.73^352^97^95^0^18^4^0^141^0.61^2.9^4.121^2.992^1.749^127^190.85^~1 item~^^~~^0 ~21410~^~FAST FOODS,BAGEL,W/ EGG,SAUSAGE PATTY,CHS,& CONDMNT~^45.17^295^12.98^16.97^2.24^22.64^0.2^2.87^94^1.77^20^185^123^550^1.05^0.327^0.179^23.8^0.5^0.305^0.218^2.877^0.896^0.091^53^39^15^80^83.8^0.96^212^64^64^0^0^0^0^119^0.64^2.8^6.396^6.026^2.603^133^219.03^~1 item~^^~~^0 ~21411~^~FAST FOODS,BAGEL,W/ BRKFST STEAK,EGG,CHS,& CONDMNT~^44.90^282^15.95^14.07^2.08^22.99^0.2^2.97^93^2.06^22^204^145^530^2.21^0.337^0.188^25.1^0.0^0.236^0.255^3.355^0.765^0.132^47^38^10^73^82.2^1.27^306^83^81^0^20^4^0^151^0.55^3.4^5.419^4.997^1.849^130^216.68^~1 item~^^~~^0 ~21412~^~LIGHT ICE CRM,SOFT SERVE,BLENDED W/ MILK CHOC CANDIES~^61.74^182^4.02^6.46^0.96^26.82^0.2^24.37^135^0.27^17^116^208^54^0.54^0.044^0.046^3.6^0.9^0.051^0.243^0.139^0.730^0.053^3^0^3^3^20.4^0.60^111^31^31^0^5^0^0^0^0.08^0.7^3.633^1.670^0.282^16^348.00^~12 fl oz, cup~^^~~^0 ~21413~^~LIGHT ICE CRM,SOFT SERVE,BLENDED W/ COOKIE PIECES~^63.90^169^3.97^5.66^0.92^25.55^0.1^21.19^129^0.61^14^111^198^75^0.50^0.030^0.042^4.0^0.8^0.048^0.229^0.264^0.722^0.058^10^5^5^13^18.6^0.58^93^26^25^0^5^0^0^0^0.09^3.3^2.754^1.716^0.364^15^337.00^~12 fl oz, cup~^^~~^0 ~21414~^~POPEYES,BATTER FRIES,ANALYZED PRIOR TO DECEMBER 2006~^41.95^302^4.03^16.20^2.75^35.06^2.8^0.00^24^1.11^25^138^436^668^0.37^0.114^0.250^0.4^1.1^0.150^0.075^2.387^0.527^0.210^^^^^^0.00^^^^^^^^^^^6.175^8.385^1.147^10^100.68^~1 package~^26.28^~10 pieces~^0 ~21415~^~POPEYES,BISCUIT,ANALYZED PRIOR TO NOVEMBER 2006~^26.13^400^5.73^23.31^2.94^41.88^1.7^2.95^109^2.23^12^323^142^759^0.45^0.075^0.276^2.8^0.0^0.323^0.235^3.112^0.600^0.052^^^^^^0.00^^^^^^^^^^^6.933^11.796^3.450^2^58.63^~1 biscuit~^^~~^0 ~21416~^~POPEYES,COLESLAW~^72.84^161^0.98^11.18^0.87^14.12^1.7^10.83^31^0.23^7^20^118^218^0.12^0.014^0.083^^14.7^0.015^0.025^0.206^0.250^0.102^^^^^^0.00^185^56^56^^^^^^^^1.887^3.339^5.852^7^190.33^~1 cup~^120.40^~1 package~^0 ~21417~^~POPEYES,MILD CHICK STRIPS,ANALYZED 2006~^45.18^271^19.20^13.01^3.29^19.31^0.8^0.00^12^0.91^26^265^269^922^0.59^0.062^0.207^19.7^0.0^0.120^0.122^8.317^1.060^0.486^^^^^^0.11^^^^^^^^^^^5.442^6.201^1.257^52^53.60^~1 strip~^^~~^0 ~21418~^~POPEYES,SPICY CHICK STRIPS,ANALYZED 2006~^47.11^253^19.61^11.20^3.56^18.52^1.2^0.00^12^1.01^28^276^289^997^0.60^0.071^0.222^18.9^0.0^0.117^0.130^8.690^1.100^0.426^^^^^^0.20^^^^^^^^^^^4.743^5.321^1.112^53^52.73^~1 strip~^^~~^0 ~21419~^~KENTUCKY FRIED CHICK,BISCUIT,ANALYZED PRIOR TO JANUARY 2007~^28.96^356^7.25^17.45^3.82^42.51^1.5^3.22^60^2.82^15^586^115^1053^0.50^0.085^0.377^9.9^^0.452^0.217^3.187^0.470^0.035^^^^^^0.15^^^^^^^^^1.36^45.0^4.197^11.686^1.159^1^52.23^~1 biscuit~^^~~^0 ~21420~^~KENTUCKY FRIED CHICK,COLESLAW~^73.99^144^0.91^8.64^0.81^15.65^2.0^13.54^28^0.21^9^20^140^189^0.15^0.016^0.121^^14.6^0.037^0.015^0.206^0.242^0.121^^^^^^0.03^4^1^1^^^^^^0.54^70.9^1.303^1.963^4.888^2^191.40^~1 cup~^111.70^~1 package~^0 ~21421~^~KENTUCKY FRIED CHICK,CRISPY CHICK STRIPS,ANALYZED 2007~^46.91^274^20.47^15.26^3.64^13.72^1.4^0.00^25^0.69^33^298^333^948^0.68^0.074^0.258^18.1^^0.083^0.051^8.562^1.300^0.474^^^^^^0.17^^^^^^^^^0.90^9.4^3.254^8.671^2.161^51^46.63^~1 strip~^^~~^0 ~21422~^~KENTUCKY FRIED CHICK,POPCORN CHICK,ANALYZED PRIOR 2007~^33.96^361^18.03^22.64^4.07^21.30^1.0^0.00^32^1.42^28^299^288^1140^0.98^0.078^0.232^26.1^^0.177^0.130^8.108^1.125^0.502^^^^^^0.14^^^^^^^^^1.32^17.4^4.632^12.910^3.519^40^6.38^~1 piece~^56.03^~10 pieces~^0 ~23654~^~BEEF,FLANK,LN,0" FAT,ALL GRDS,CKD,BRLD~^64.79^186^27.89^7.40^1.10^0.00^0.0^0.00^18^1.74^23^217^350^57^5.09^0.081^0.010^31.9^0.0^0.076^0.141^7.981^0.549^0.599^9^0^9^9^106.2^1.60^0^0^0^0^0^0^0^0^0.38^1.3^3.070^2.917^0.292^49^382.99^~1 steak~^^~~^1 ~23655~^~BEEF,FLANK,LN,0" FAT,SEL,CKD,BRLD~^65.51^178^27.96^6.48^1.13^0.00^0.0^0.00^20^1.71^24^226^365^59^5.09^0.076^0.010^34.7^0.0^0.080^0.148^8.171^0.551^0.618^9^0^9^9^106.5^1.34^0^0^0^0^0^0^0^0^0.37^1.3^2.688^2.554^0.256^43^379.34^~1 steak, (yield from 467 g raw meat)~^^~~^1 ~23656~^~BEEF,FLANK,LN,0" FAT,ALL GRDS,RAW~^72.08^141^21.57^5.47^1.02^0.00^0.0^0.00^24^1.57^23^202^340^55^3.94^0.073^0.013^26.4^0.0^0.066^0.108^6.683^0.638^0.604^13^0^13^13^90.1^1.06^0^0^0^0^0^0^0^0^0.30^1.2^2.058^1.951^0.193^33^187.88^~1 steak~^^~~^3 ~23657~^~BEEF,FLANK,LN,0" FAT,SEL,RAW~^72.84^137^21.43^5.00^0.99^0.00^0.0^0.00^21^1.54^22^202^341^53^3.83^0.073^0.011^29.5^0.0^0.072^0.115^6.227^0.630^0.605^13^0^13^13^89.5^0.91^0^0^0^0^0^0^0^0^0.29^1.2^2.074^1.967^0.195^34^173.43^~1 steak~^^~~^2 ~23658~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,CHOIC,RAW~^58.80^278^18.12^22.15^0.82^0.12^0.0^0.00^15^1.68^19^166^281^61^4.42^0.079^0.012^19.3^0.0^0.060^0.135^4.098^0.529^0.403^10^0^10^10^75.7^1.69^0^0^0^0^0^0^0^0^0.44^1.8^8.939^9.485^0.843^81^433.82^~1 steak~^^~~^1 ~23659~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,SEL,RAW~^59.34^276^17.77^22.21^0.80^0.00^0.0^0.00^17^1.50^18^164^271^58^4.23^0.075^0.009^19.4^0.0^0.070^0.124^3.984^0.503^0.446^9^0^9^9^74.2^1.38^0^0^0^0^0^0^0^0^0.43^1.7^8.963^9.511^0.845^81^470.31^~1 steak~^^~~^0 ~23660~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,CHOIC,CKD,BRSD~^51.58^298^28.66^19.47^0.95^0.00^0.0^0.00^16^2.46^18^171^227^46^6.47^0.109^0.010^26.2^0.0^0.054^0.183^4.001^0.564^0.278^9^0^9^9^109.2^2.33^0^0^0^0^0^0^0^0^0.52^1.8^8.219^8.388^0.720^80^408.81^~1 steak, (yield from 593 g raw meat)~^^~~^1 ~23999~^~BEEF,GROUND BF CALCULATOR - USER SELECTS LEAN/FAT PERCENTAGE~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^~~^^~~^0 ~25000~^~POPCORN,OIL-POPPED,LOFAT~^4.22^402^10.72^6.10^2.91^76.04^13.6^0.65^14^2.87^124^304^284^627^2.80^0.262^1.085^6.9^0.0^0.070^0.151^2.099^^0.210^18^0^18^18^13.0^0.00^264^13^0^7^75^160^0^1259^0.41^1.1^1.184^2.767^2.216^0^28.35^~1 oz~^^~~^0 ~25001~^~POPCORN,OIL-POPPED,LOFAT~^2.80^424^12.60^9.50^3.10^72.00^14.2^0.92^11^2.28^151^264^241^884^3.83^0.545^^8.6^0.0^0.350^0.110^2.070^^0.170^17^0^17^17^16.5^0.00^238^12^0^70^108^0^0^1762^0.50^1.5^1.415^4.085^3.572^0^28.35^~1 oz~^^~~^0 ~25002~^~Snacks, popcorn, unpopped kernels~^10.57^375^10.87^4.31^1.13^73.12^12.7^0.91^5^3.04^123^299^274^7^2.75^0.228^0.963^0.0^^0.317^0.047^1.600^0.395^0.288^62^^24^^^^^0^^^^^^^0.25^^0.640^0.992^2.476^^28.35^~1 oz~^^~~^0 ~25004~^~FORM BAR,MASTERFOODS USA,SNICKERS MARATHON CHEWY CHOC PNUT~^12.90^396^24.29^13.12^3.00^47.24^2.5^32.86^965^^255^455^^462^9.55^^^^144.4^2.727^3.091^36.364^18.182^3.636^727^727^0^1236^^10.91^3637^^^^^^^^24.55^^4.728^^^4^55.00^~1 bar~^^~~^0 ~25005~^~FORM BAR,MASTERFOODS USA,SNICKERS MARATHON MULTI GRAIN~^7.99^406^18.49^13.18^3.07^55.12^2.8^33.04^953^14.67^255^455^^418^9.55^^^^144.3^2.727^3.091^36.364^18.182^3.636^727^727^0^1236^^10.91^3182^^^^^^^^24.57^^4.794^^^3^55.00^~1 bar~^^~~^0 ~25006~^~FORM,MASTERFOODS USA,SNICKERS MARATHON DOUBLE CHOC NUT BAR~^14.00^343^22.35^8.99^3.00^52.47^10.5^22.67^1495^17.95^317^566^^333^13.57^^^^176.2^^^45.249^22.624^4.525^905^905^0^1538^^13.57^4445^^^^^^^^30.50^^4.847^^^4^44.20^~1 bar~^^~~^0 ~25007~^~SNACKS,M&M MARS,KUDOS WHL GRAIN BARS,PNUT BUTTER~^7.00^463^5.88^20.78^1.43^64.69^2.6^44.29^871^0.89^^^^268^^^^^0.3^^^^^^^^^^^^71^^^^^^^^^^10.411^^^5^28.40^~1 bar~^^~~^0 ~25008~^~FORM BAR,MASTERFOODS USA,SNICKERS MARATHON HONEY NUT OAT BAR~^9.50^378^22.50^7.87^5.00^54.30^11.0^26.26^^18.15^317^^^318^11.88^0.452^^^176.4^3.394^3.846^45.249^22.624^4.525^905^904^0^1537^^13.57^4451^^^^^^^^30.50^^4.481^^^^44.20^~1 bar~^^~~^0 ~25009~^~SNACKS,M&M MARS,KUDOS WHL GRAIN BAR,M&M'S MILK CHOC~^8.00^415^3.78^11.95^3.00^73.01^2.4^37.81^943^0.85^^^^341^^^^^0.2^^^^^^^^^^^^51^^^^^^^^^^6.802^^^4^23.50^~1 bar~^^~~^0 ~25010~^~FORM BAR,MASTERFOODS USA,COCOAVIA,CHOC ALMOND SNACK BAR~^22.90^347^7.72^14.19^3.00^51.68^5.2^27.03^1209^2.21^^^^260^^^^^42.5^^^^^0.909^182^182^0^309^^2.73^32^^^^^^^^^^4.326^^^2^22.00^~1 bar~^^~~^0 ~25012~^~Snacks, sweet potato chips~^4.00^496^3.50^24.70^2.97^64.83^3.5^7.00^71^2.55^65^145^925^35^0.53^0.412^1.349^2.1^0.0^0.088^0.161^2.088^1.551^0.535^37^0^37^37^36.6^0.00^23674^2367^0^0^14204^0^0^0^9.82^24.5^2.207^9.120^12.238^0^28.35^~1 oz~^^~~^0 ~25013~^~Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, original~^2.04^491^7.95^21.11^1.63^67.26^6.8^7.20^20^1.74^76^222^232^327^1.65^0.227^1.310^^0.0^0.140^0.020^2.100^0.900^0.200^25^8^17^31^14.8^0.00^0^0^0^^^^^^7.04^2.4^2.166^11.501^6.513^^28.35^~1 oz~^^~~^0 ~25014~^~SNACKS,POPCORN,MICROWAVE,REG (BUTTER) FLAVOR, W/PARHYD OIL~^2.62^527^8.69^29.97^3.00^55.71^9.9^0.54^20^2.36^92^234^219^771^2.43^0.190^0.782^5.4^0.0^0.107^0.104^1.551^0.282^0.164^15^0^15^15^13.9^0.00^252^24^13^5^64^116^0^762^1.76^4.2^6.904^19.900^2.159^4^28.35^~1 oz~^^~~^0 ~25015~^~Form Bar, MASTERFOODS, SNCKRS MARATH Prot Perf Bar, Crml Nut~^9.00^402^25.00^10.00^3.00^53.00^10.0^28.75^625^10.13^175^375^300^225^6.56^0.977^1.322^3.9^75.0^1.875^2.125^25.000^12.500^2.500^500^387^113^771^1.7^7.50^43^13^8^0^10^0^0^0^125.00^10.4^4.375^2.645^2.892^6^80.00^~1 bar~^^~~^0 ~43364~^~SNACKS,TORTILLA CHIPS,UNSALTED,WHITE CORN~^2.09^503^7.79^23.36^1.44^65.32^5.3^1.00^174^2.32^146^200^215^15^2.46^0.523^^6.7^0.0^0.015^0.100^1.262^1.185^0.213^10^0^10^10^18.1^0.36^82^4^0^24^37^0^0^507^3.53^0.7^2.458^9.520^9.956^0^26.00^~1 cup~^28.00^~1 bag, single serving~^0 ~43365~^~TOMATO&VEG JUC,LO NA~^93.50^22^0.60^0.10^1.21^4.59^0.8^3.80^11^0.42^11^17^193^70^0.20^0.200^^0.5^27.7^0.040^0.030^0.730^^0.140^21^0^21^21^7.2^0.00^1558^78^0^210^830^0^9660^80^0.32^5.3^0.014^0.016^0.042^0^242.00^~1 cup~^30.20^~1 fl oz~^0 ~43366~^~TURKEY,WING,SMOKED,CKD,W/SKN,BONE REMOVED~^59.50^229^27.40^12.41^0.70^0.00^0.0^0.00^24^1.46^25^197^266^996^2.10^0.056^^26.0^0.0^0.050^0.130^5.730^^0.420^6^0^6^6^68.7^0.34^0^0^0^0^0^0^0^0^0.17^2.4^3.383^4.651^2.934^81^^~~^19.00^~1 oz, with bone, cooked (yield after bone removed)~^0 ~43367~^~TURKEY,DRUMSTK,SMOKED,CKD,W/SKN,BONE REMOVED~^61.20^208^27.90^9.80^1.10^0.00^0.0^0.00^32^2.30^23^199^280^996^4.27^0.154^^38.3^0.0^0.060^0.240^3.560^^0.330^9^0^9^9^70.9^0.36^0^0^0^0^0^0^0^0^0.62^4.1^3.054^2.864^2.715^85^^~~^21.00^~1 oz, with bone, cooked (yield after bone removed)~^0 ~43369~^~CHOCOLATE-FLAVORED DRK,WHEY&MILK BSD~^87.63^49^0.64^0.40^0.58^10.68^0.6^8.68^100^0.33^11^24^79^91^0.16^0.074^0.073^0.7^2.0^0.010^0.051^0.106^0.082^0.011^1^0^1^1^3.3^0.06^200^60^60^0^0^0^0^1^0.01^0.1^0.310^0.049^0.009^0^244.00^~1 cup~^30.50^~1 fl oz~^0 ~43372~^~APPLE CIDER-FLAVORED DRK,PDR,VIT C&SUGAR~^0.30^395^0.00^0.00^0.90^98.80^0.1^80.95^465^0.06^0^130^7^95^0.00^0.001^^0.6^363.0^0.000^0.019^0.003^0.002^0.002^0^0^0^0^0.1^0.00^0^0^0^0^0^0^0^1^0.00^0.0^0.000^0.000^0.000^0^8.00^~1 tsp~^21.00^~1 packet~^0 ~43373~^~BABYFOOD,DINNER,CHICK&NOODLE W/VEG,TODD~^85.30^66^3.80^1.70^0.31^8.89^0.6^0.82^11^0.40^10^42^95^186^0.41^0.020^^3.7^1.7^0.040^0.050^1.230^^0.060^9^4^5^12^11.2^0.14^1950^98^1^431^952^0^0^211^0.19^3.3^0.461^0.632^0.392^28^16.00^~1 tbsp~^170.00^~1 jar, NFS~^0 ~43378~^~PORK,CURED,BACON,CKD,BRLD,PAN-FRIED OR RSTD,RED NA~^12.32^541^37.04^41.78^7.43^1.43^0.0^0.00^11^1.44^33^533^565^1030^3.50^0.164^0.022^62.0^0.0^0.404^0.264^11.099^1.171^0.349^2^0^2^2^123.2^1.23^37^11^11^0^0^0^0^0^0.31^0.1^13.739^18.520^4.548^110^8.02^~1 slice, cooked~^^~~^0 ~43379~^~CHEESE,PAST PROCESS,SWISS,LOFAT~^59.10^170^25.50^5.10^6.00^4.30^0.0^1.35^684^0.43^24^827^180^1430^3.32^0.033^^17.4^0.0^0.030^0.390^0.080^^0.080^9^0^9^9^36.2^0.77^152^40^39^0^13^0^0^0^0.07^0.5^3.303^1.351^0.180^35^140.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~43382~^~CRANBERRY JUC,UNSWTND~^87.13^46^0.39^0.13^0.15^12.20^0.1^12.10^8^0.25^6^13^77^2^0.10^0.055^^0.1^9.3^0.009^0.018^0.091^^0.052^1^0^1^1^3.3^0.00^45^2^0^0^27^0^0^68^1.20^5.1^0.010^0.023^0.070^0^253.00^~1 cup~^31.60^~1 fl oz~^0 ~43384~^~BEEF,BOLOGNA,RED NA~^54.80^313^11.70^28.40^3.10^2.00^0.0^0.00^12^1.40^10^82^155^682^2.00^0.030^^11.7^0.0^0.060^0.130^2.630^^0.180^5^0^5^5^44.3^1.41^0^0^0^0^0^0^0^0^0.19^0.3^11.676^13.299^1.051^56^138.00^~1 cup, pieces~^28.00^~1 slice, medium~^0 ~43387~^~TURNIP GRNS,CND,NO SALT~^94.69^19^1.36^0.30^0.84^2.81^1.3^0.42^118^1.51^20^21^141^29^0.23^0.083^0.263^0.7^15.5^0.010^0.060^0.360^0.214^0.040^92^0^92^92^0.3^0.00^5954^298^0^0^3573^0^0^6591^1.47^287.0^0.070^0.020^0.120^0^144.00^~1 cup~^^~~^0 ~43388~^~APPLE CIDER-FLAVORED DRK,PDR,LO CAL,W/ VIT C,PREP~^99.70^1^0.00^0.00^0.10^0.30^0.0^0.00^11^0.03^1^12^0^14^0.03^0.015^0.000^0.0^25.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^240.00^~1 cup, (8 fl oz)~^30.00^~1 fl oz~^0 ~43390~^~TURKEY,LT OR DK MEAT,SMOKED,CKD,W/SKN,BONE REMOVED~^61.70^208^28.10^9.70^0.50^0.00^0.0^0.00^26^1.79^25^203^280^996^2.96^0.093^^30.3^0.0^0.060^0.180^5.090^^0.410^7^0^7^7^69.9^0.35^0^0^0^0^0^0^0^0^0.34^2.4^2.831^3.180^2.473^82^^~~^28.35^~1 oz, boneless~^0 ~43391~^~TURKEY,LT OR DK MEAT,SMOKED,CKD,SKN & BONE REMOVED~^64.90^170^29.30^5.00^0.80^0.00^0.0^0.00^25^1.78^26^213^298^996^3.10^0.094^^43.0^0.0^0.060^0.180^5.440^^0.460^7^0^7^7^82.3^0.37^0^0^0^0^0^0^0^0^0.33^2.4^1.650^1.036^1.439^76^^~~^^~~^0 ~43392~^~PALM HEARTS,RAW~^69.50^115^2.70^0.20^1.99^25.61^1.5^17.16^18^1.69^10^140^1806^14^3.73^0.644^^0.7^8.0^0.050^0.180^0.900^^0.810^24^0^24^24^0.0^0.00^68^3^0^0^41^0^0^0^0.50^0.0^0.046^0.005^0.089^0^^~~^^~~^ ~43393~^~CEREALS RTE,WHEAT,BRAN,SHREDDED,PLN,SALT&SUGAR FREE~^4.50^334^12.50^1.40^1.70^79.90^13.4^1.00^45^4.18^137^398^420^5^3.27^0.400^3.237^8.2^0.0^0.260^0.120^6.310^0.913^0.330^46^0^46^46^23.1^0.00^0^0^0^0^0^0^0^0^2.32^1.3^0.200^0.173^0.634^0^59.00^~1.25 cup, (1 NLEA serving)~^^~~^0 ~43396~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT,W/VEG~^83.50^67^10.90^1.00^1.60^3.00^0.0^3.00^56^0.10^4^128^86^403^0.29^0.028^^4.5^4.0^0.010^0.130^0.100^^0.050^10^0^10^10^17.5^0.49^89^13^10^0^34^0^0^16^0.01^2.6^0.619^0.282^0.039^3^226.00^~1 cup~^^~~^0 ~43398~^~CHEESE,PAST PROCESS,CHEDDAR OR AMERICAN,LO NA~^42.80^375^22.20^31.19^2.21^1.60^0.0^0.45^616^0.39^22^745^162^7^2.99^0.030^^12.7^0.0^0.030^0.350^0.070^^0.070^8^0^8^8^36.2^0.70^959^254^247^0^81^0^0^0^0.27^2.6^19.651^8.932^0.988^94^140.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~43401~^~COFFEE,DRY,PDR,W/ WHTNR,RED CAL~^6.16^509^1.96^29.10^2.84^59.94^0.5^59.00^18^0.06^2^135^909^819^0.02^0.011^0.011^0.9^0.0^0.000^0.000^0.188^0.001^0.000^1^0^1^1^0.7^0.00^14^1^0^0^9^0^0^0^0.26^3.8^25.128^1.705^0.576^0^1.70^~1 tsp, dry~^^~~^0 ~43404~^~CRANBERRY-APPLE JUC DRK,LO CAL,W/VIT C~^95.20^19^0.10^0.00^0.12^4.70^0.1^4.60^10^0.06^3^1^45^5^0.02^0.007^0.014^0.1^32.0^0.003^0.007^0.028^0.014^0.019^0^0^0^0^0.4^0.00^10^0^0^0^6^0^0^19^0.27^1.1^0.000^0.000^0.000^0^240.00^~1 cup, (8 fl oz)~^30.00^~1 fl oz~^0 ~20629~^~WHEAT FLR,WHITE (INDUSTRIAL),10% PROT,BLEACHED,UNENR~^12.01^366^9.71^1.48^0.58^76.22^2.4^0.49^20^1.26^25^107^149^2^1.02^0.188^0.818^14.6^0.0^0.194^0.072^1.198^0.248^0.037^31^0^31^31^^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.302^0.193^0.845^0^^~~^^~~^0 ~20630~^~WHEAT FLR,WHITE (INDUSTRIAL),10% PROT,UNBLEACHED,ENR~^12.01^366^9.71^1.48^0.58^76.22^2.4^0.49^20^5.06^25^107^149^2^1.02^0.188^0.818^14.6^0.0^0.736^0.445^5.953^0.248^0.037^170^140^31^268^^^0^0^^0^0^0^0^18^0.38^0.3^0.302^0.193^0.845^^^~~^^~~^0 ~20634~^~WHEAT FLR,WHITE (INDUSTRIAL),11.5% PROT,BLEACHED,ENR~^12.68^363^11.50^1.45^0.55^73.81^2.4^1.12^20^5.06^30^112^138^2^0.84^0.161^0.679^27.5^0.0^0.736^0.445^5.953^0.405^0.032^170^140^31^268^10.4^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.268^0.166^0.749^0^^~~^^~~^0 ~20635~^~WHEAT FLR,WHITE (INDUSTRIAL),11.5% PROT,BLEACHED,UNENR~^12.68^363^11.50^1.45^0.55^73.81^2.4^1.12^20^1.26^30^112^138^2^0.84^0.161^0.679^27.5^0.0^0.194^0.072^1.198^0.405^0.032^31^0^31^31^^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.268^0.166^0.749^0^^~~^^~~^0 ~20636~^~WHEAT FLR,WHITE (INDUSTRIAL),11.5% PROT,UNBLEACHED,ENR~^12.68^363^11.50^1.45^0.55^73.81^2.4^1.12^20^5.06^30^112^138^2^0.84^0.161^0.679^27.5^0.0^0.736^0.445^5.953^0.405^0.032^170^140^31^268^^^0^0^^0^0^0^0^18^0.38^0.3^0.268^0.166^0.749^^^~~^^~~^0 ~20640~^~WHEAT FLR,WHITE (INDUSTRIAL),13% PROT,BLEACHED,ENR~^12.82^362^13.07^1.38^0.53^72.20^2.4^1.10^24^5.06^35^119^128^2^1.60^0.187^0.624^26.2^0.0^0.736^0.445^5.953^0.386^0.045^170^140^31^268^^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.189^0.152^0.683^0^^~~^^~~^0 ~20641~^~WHEAT FLR,WHITE (INDUSTRIAL),13% PROT,BLEACHED,UNENR~^12.82^362^13.07^1.38^0.53^72.20^2.4^1.10^24^1.26^35^119^128^2^1.60^0.187^0.624^26.2^0.0^0.194^0.072^1.198^0.386^0.045^31^0^31^31^^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.189^0.152^0.683^0^^~~^^~~^0 ~20645~^~WHEAT FLR,WHITE (INDUSTRIAL),15% PROT,BLEACHED,ENR~^12.85^362^15.33^1.41^0.53^69.88^2.4^0.92^17^5.06^38^128^120^2^1.16^0.195^0.569^28.1^0.0^0.736^0.445^5.953^0.427^0.045^170^140^31^268^^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.272^0.153^0.712^0^^~~^^~~^0 ~20646~^~WHEAT FLR,WHITE (INDUSTRIAL),15% PROT,BLEACHED,UNENR~^12.85^362^15.33^1.41^0.53^69.88^2.4^0.92^17^1.26^38^128^120^2^1.16^0.195^0.569^28.1^0.0^0.194^0.072^1.198^0.427^0.045^31^0^31^31^^0.00^0^0^0^0^0^0^0^18^0.05^0.3^0.272^0.153^0.712^0^^~~^^~~^0 ~21002~^~FAST FOODS BISCUIT W/ EGG~^50.06^274^8.53^16.23^1.77^23.46^0.6^^60^2.13^14^285^175^655^0.73^0.045^0.192^20.1^0.1^0.223^0.358^1.583^0.654^0.082^42^24^19^59^^0.46^456^132^131^^^^^^0.27^^3.477^6.671^4.706^180^136.00^~1 biscuit~^^~~^0 ~21003~^~FAST FOODS,BISCUIT,W/EGG&BACON~^46.67^305^11.33^20.73^2.40^19.06^0.5^2.19^126^2.49^16^159^167^666^1.09^0.075^0.186^20.6^1.8^0.090^0.150^1.600^0.810^0.090^40^20^20^54^98.5^0.69^227^62^60^0^14^3^0^107^1.34^4.3^5.300^8.960^4.980^235^150.00^~1 biscuit~^^~~^0 ~21004~^~FAST FOODS,BISCUIT,W/EGG&HAM~^56.60^230^10.64^14.08^2.31^16.37^0.4^2.20^115^2.37^16^165^166^720^1.16^0.072^0.159^19.2^0.0^0.350^0.310^1.040^0.870^0.140^34^17^17^46^97.0^0.62^224^61^59^0^14^3^0^108^1.11^3.6^3.080^5.710^4.010^156^192.00^~1 biscuit~^^~~^0 ~21005~^~BREAKFAST ITEMS,BISCUIT W/EGG&SAUSAGE~^44.48^312^11.13^20.77^2.56^21.05^0.2^0.95^51^1.90^13^312^149^672^0.90^0.244^0.138^22.6^0.0^0.282^0.263^2.467^0.939^0.068^42^34^9^66^97.9^0.75^198^43^39^0^39^3^0^102^0.95^4.4^6.449^9.985^2.967^161^162.00^~1 item~^^~~^0 ~21006~^~FAST FOODS,BISCUIT W/ EGG & STEAK~^52.51^277^12.12^19.21^1.78^14.37^^^93^3.58^17^152^207^600^1.89^0.072^0.165^21.2^0.1^0.240^0.350^2.070^0.730^0.120^38^19^19^51^^0.95^476^139^138^^^^^^^^5.810^7.910^3.950^184^148.00^~1 biscuit~^^~~^0 ~21007~^~FAST FOODS,BISCUIT,W/EGG,CHS,&BACON~^42.99^301^12.01^17.48^3.08^24.44^0.2^1.74^103^1.57^15^363^131^816^1.09^0.273^0.136^23.3^0.0^0.269^0.247^2.350^0.772^0.113^48^39^8^75^126.7^0.86^250^75^75^^^^^^1.02^4.2^5.617^8.082^1.922^166^145.00^~1 item~^^~~^0 ~21008~^~FAST FOODS,BISCUIT,W/HAM~^28.40^342^11.85^16.30^4.70^38.75^0.7^1.97^142^2.41^20^490^174^1268^1.46^0.032^0.320^17.1^0.1^0.450^0.280^3.080^0.360^0.120^34^27^7^53^40.8^0.03^118^27^25^0^20^0^0^5^1.23^5.7^10.096^4.277^0.918^22^113.00^~1 biscuit~^^~~^0 ~21009~^~FAST FOODS,BISCUIT,W/SAUSAGE~^32.82^371^9.67^24.42^3.10^29.99^0.4^1.59^47^1.86^13^341^153^814^0.71^0.255^0.179^15.0^0.0^0.385^0.217^3.445^0.467^0.063^49^38^11^75^26.7^0.60^13^1^0^0^8^0^0^6^0.84^5.5^7.427^12.157^3.107^28^111.00^~1 item~^^~~^0 ~21011~^~FAST FOODS,CROISSANT,W/EGG&CHS~^45.47^290^10.07^19.45^2.56^19.14^^^192^1.73^17^274^137^434^1.38^0.072^0.178^19.3^0.1^0.150^0.300^1.190^0.830^0.080^37^8^29^43^92.2^0.61^788^^^^^^^^^^11.075^5.938^1.076^170^127.00^~1 croissant~^^~~^0 ~21012~^~FAST FOODS,CROISSANT,W/EGG,CHS,&BACON~^43.92^320^12.58^21.98^2.74^18.33^^^117^1.70^18^214^156^689^1.47^0.077^0.172^19.0^1.7^0.270^0.260^1.700^0.830^0.090^35^8^27^41^^0.67^366^110^110^^^^^^^^11.963^7.113^1.363^167^129.00^~1 croissant~^^~~^0 ~21013~^~FAST FOODS,CROISSANT,W/EGG,CHS,&HAM~^51.14^312^12.45^22.09^2.48^15.92^^^95^1.40^17^221^179^711^1.43^0.083^0.145^17.9^7.5^0.340^0.200^2.100^0.820^0.150^30^6^24^34^^0.66^297^86^85^^^^^^^^11.497^7.495^1.552^140^152.00^~1 croissant~^^~~^0 ~21014~^~FAST FOODS,CROISSANT,W/EGG,CHS,&SAUSAGE~^45.87^327^12.69^23.85^2.27^15.45^^^90^1.90^15^181^177^697^1.34^0.068^0.158^12.9^0.1^0.620^0.200^2.500^0.820^0.070^27^3^24^29^84.0^0.56^264^^^^^^^^^^11.391^8.908^1.881^135^160.00^~1 croissant~^^~~^0 ~21015~^~FAST FOODS,DANISH PASTRY,CHS~^33.80^388^6.41^27.06^1.20^31.53^^^77^2.03^17^88^128^351^0.69^0.095^0.385^18.9^2.9^0.290^0.230^2.800^0.630^0.060^60^44^16^91^^0.25^170^49^48^^^^^^^^5.630^17.144^2.663^22^91.00^~1 pastry~^^~~^0 ~21016~^~FAST FOODS,DANISH PASTRY,CINN~^20.90^397^5.46^19.00^1.40^53.24^^^42^2.04^16^84^109^371^0.55^0.085^0.420^17.0^2.9^0.290^0.220^2.500^0.630^0.060^62^46^16^94^^0.25^20^6^5^^^^^^^^3.953^12.037^1.870^31^88.00^~1 pastry~^^~~^0 ~21017~^~FAST FOODS,DANISH PASTRY,FRUIT~^29.00^356^5.06^16.95^1.04^47.94^^^23^1.49^15^73^117^354^0.51^0.059^0.205^14.8^1.7^0.310^0.220^1.910^0.630^0.060^33^17^16^45^^0.25^91^27^27^^^^^^^^3.527^10.740^1.668^20^94.00^~1 pastry~^^~~^0 ~21018~^~FAST FOODS,EGG,SCRAMBLED~^66.70^212^13.84^16.18^1.20^2.08^0.0^1.64^57^2.59^14^242^147^224^1.66^0.067^0.043^22.5^3.3^0.080^0.520^0.210^0.940^0.190^29^0^29^29^180.6^1.01^678^176^171^0^62^6^0^233^0.96^9.0^6.153^5.889^1.969^426^94.00^~2 eggs~^^~~^0 ~21019~^~FAST FOODS,ENG MUFFIN,W/BUTTER~^32.63^300^7.73^9.14^2.30^48.19^^^163^2.52^21^135^110^613^0.67^0.102^0.332^18.6^1.2^0.400^0.500^4.150^0.220^0.060^90^63^27^134^^0.03^216^50^47^^^^^^0.20^^3.857^2.432^2.140^20^63.00^~1 muffin~^^~~^0 ~21423~^~KENTUCKY FRIED CHICK,POTATO WEDGES,ANALYZED PRIOR 2007~^44.19^283^4.05^14.77^3.44^33.55^3.1^0.00^26^1.06^30^106^522^757^0.43^0.123^0.272^^^0.152^0.019^2.142^0.630^0.210^^^^^^^^^^^^^^^0.85^8.1^2.981^8.858^1.799^^134.43^~1 package~^122.50^~10 wedges~^0 ~21424~^~KENTUCKY FRIED CHICK,FRIED CHICK,ORIGINAL RECPE,SKN & BRDING~^38.72^379^12.17^29.01^2.85^17.25^1.3^0.00^59^0.79^21^182^199^860^0.70^0.074^0.319^13.2^^0.019^0.095^4.332^0.975^0.159^^^^^^0.32^163^49^49^^^^^^^^6.916^14.626^4.411^70^^~~^^~~^0 ~21425~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,BREAST,MEAT ONLY~^63.17^171^29.46^5.85^2.07^0.00^^^19^0.51^28^249^304^469^0.87^0.043^0.047^27.3^^0.060^0.127^10.892^1.625^0.416^^^^^^0.30^20^6^6^^^^^^^^1.281^2.440^0.810^87^145.23^~1 breast, without skin~^126.61^~1 breast, bone and skin removed~^37 ~21426~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,DRUMSTK,MEAT ONLY~^61.84^187^26.92^8.63^2.11^0.49^^^16^1.04^23^223^273^524^2.50^0.083^0.056^30.9^^0.050^0.264^5.277^1.300^0.248^^^^^^0.64^35^11^11^^^^^^^^2.114^4.011^1.441^137^39.91^~1 drumstick, bone and skin removed~^57.44^~1 drumstick, without skin~^47 ~21427~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,THIGH,MEAT ONLY~^63.43^192^23.30^10.82^2.17^0.28^^^20^0.93^21^216^263^541^1.84^0.084^0.052^26.9^^0.055^0.243^5.272^1.337^0.286^^^^^^0.52^45^14^14^^^^^^^^2.607^4.504^1.661^118^97.45^~1 thigh, without skin~^78.92^~1 thigh, bone and skin removed~^48 ~21428~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,WING,MEAT ONLY~^53.62^233^30.67^11.36^2.42^1.93^^^29^0.86^24^216^254^683^1.68^0.058^0.090^30.6^^0.029^0.152^7.284^1.225^0.410^^^^^^0.42^44^13^13^^^^^^^^2.619^5.381^1.801^134^43.55^~1 wing, without skin~^29.98^~1 wing, bone and skin removed~^54 ~21429~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,SKN & BRDING~^27.81^463^10.84^37.02^2.66^21.66^1.5^0.00^41^0.67^18^149^170^828^0.61^1.011^0.308^11.9^^0.015^0.072^3.423^0.812^0.127^^^^^^0.36^116^35^35^^^^^^^^7.958^16.588^4.645^59^^~~^^~~^0 ~21430~^~KENTUCKY FRIED CHICK,EX CRISPY,BREAST,MEAT ONLY~^63.19^166^29.47^5.32^1.87^0.15^^^20^0.51^28^253^309^477^0.89^0.044^0.048^27.8^^0.060^0.127^10.897^1.626^0.416^^^^^^0.30^20^6^6^^^^^^^^1.161^2.206^0.736^87^139.96^~1 breast, without skin~^121.48^~1 breast, bone and skin removed~^43 ~21431~^~KENTUCKY FRIED CHICK,EX CRISPY,DRUMSTK,MEAT ONLY~^61.87^187^26.75^8.53^1.95^0.89^^^16^1.05^23^224^273^526^2.51^0.084^0.056^30.9^^0.050^0.262^5.244^1.292^0.247^^^^^^0.63^35^11^11^^^^^^^^2.089^3.964^1.427^137^41.03^~1 drumstick, bone and skin removed~^56.75^~1 drumstick, without skin~^49 ~21432~^~KENTUCKY FRIED CHICK,EX CRISPY,THIGH,MEAT ONLY~^63.49^188^23.50^9.93^1.91^1.18^^^21^0.96^22^223^271^558^1.90^0.087^0.054^27.8^^0.055^0.245^5.317^1.349^0.288^^^^^^0.53^45^14^14^^^^^^^^2.394^4.134^1.524^118^91.19^~1 thigh, without skin~^71.97^~1 thigh, bone and skin removed~^53 ~21433~^~KENTUCKY FRIED CHICK,EX CRISPY,WING,MEAT ONLY~^49.57^262^30.05^13.84^2.20^4.34^^^30^0.89^25^226^265^714^1.75^0.061^0.094^31.9^^0.028^0.149^7.136^1.200^0.401^^^^^^0.41^48^14^14^^^^^^^^3.191^6.554^2.180^146^43.64^~1 wing, without skin~^28.77^~1 wing, bone and skin removed~^58 ~21434~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,BREAST,MEAT & SKN~^55.66^234^24.15^12.96^2.31^5.29^0.4^0.00^31^0.59^26^228^272^589^0.82^0.052^0.130^23.0^^0.047^0.117^8.879^1.425^0.337^^^^^^0.31^64^19^19^^^^^^^^3.011^6.181^1.920^82^201.30^~1 breast, with skin~^145.23^~1 breast, without skin~^9 ~21435~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,DRUMSTK,MEAT & SKN~^54.88^245^22.48^14.77^2.33^5.53^0.4^0.00^29^0.97^23^211^250^625^1.96^0.080^0.135^25.5^^0.041^0.213^4.993^1.202^0.221^^^^^^0.54^74^22^22^^^^^^^^3.559^7.206^2.337^117^74.80^~1 drumstick, with skin~^57.44^~1 drumstick, without skin~^24 ~21436~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,THIGH,MEAT & SKN~^53.62^266^18.88^18.04^2.44^7.02^0.5^0.00^36^0.88^21^202^237^667^1.39^0.080^0.158^21.5^^0.041^0.184^4.899^1.194^0.235^^^^^^0.44^92^28^28^^^^^^^^4.318^8.522^2.753^99^151.55^~1 thigh, with skin~^97.45^~1 thigh, without skin~^14 ~21437~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,WING,MEAT & SKN~^47.67^291^23.29^18.40^2.59^8.04^0.5^0.00^41^0.83^23^203^232^754^1.29^0.064^0.181^23.7^^0.025^0.130^6.106^1.125^0.309^^^^^^0.38^92^27^27^^^^^^^^4.334^9.069^2.843^109^65.14^~1 wing, with skin~^43.55^~1 wing, without skin~^23 ~25016~^~Form Bar, MASTERFOODS, SNICKERS Marathon Energy Bar, all~^14.00^386^21.91^10.79^3.00^50.30^6.7^28.71^754^16.31^317^455^351^383^11.88^0.452^1.058^4.5^489.9^2.949^3.343^45.249^22.624^4.525^816^408^408^1102^18.0^12.24^209^62^62^0^0^0^0^0^27.53^1.8^4.753^3.920^1.917^4^44.20^~1 bar~^55.00^~1 bar~^0 ~25017~^~Formulated bar, POWER BAR, chocolate~^9.83^363^14.15^3.11^3.28^69.63^5.7^30.07^504^11.70^248^614^362^146^9.96^1.430^1.610^7.8^92.3^8.060^1.920^32.600^15.900^2.200^615^615^0^1046^18.4^5.60^0^0^0^0^0^0^0^0^8.28^1.1^1.320^1.050^0.589^0^67.61^~1 bar~^^~~^0 ~25018~^~FORM BAR,MASTERFOODS USA,COCOAVIA,CHOC BLUEBERRY SNACK BAR~^20.10^325^6.21^9.27^5.00^57.87^4.6^33.40^1207^1.88^^^^260^^^^^42.4^^^^^1.364^273^273^0^464^^4.09^32^^^^^^^^^^3.870^^^2^22.00^~1 bar~^^~~^0 ~25022~^~SNACKS,FRITOLAY,SUNCHIPS,MULTIGRAIN SNACK,FRENCH ONION FLAVR~^2.04^496^8.68^22.15^1.63^65.49^7.8^8.82^42^1.55^67^215^257^467^1.38^^^^0.9^0.187^0.018^2.399^^0.289^18^^18^^^0.00^214^214^0^^^^^^^^2.469^12.698^6.513^5^28.35^~1 oz~^^~~^0 ~25023~^~SNACKS,FRITOLAY,SUNCHIPS,MULTIGRAIN,HARVEST CHEDDAR~^2.50^491^8.08^22.22^2.50^64.70^8.1^7.05^41^1.41^61^245^238^539^1.34^^^^0.9^0.169^0.120^1.975^^0.269^0^^0^^^0.00^222^22^0^^^^^^^^2.892^12.557^6.631^4^28.35^~1 oz~^^~~^0 ~25024~^~PRETZELS,SOFT,UNSALTED~^15.00^338^8.20^3.10^2.66^71.04^1.7^0.25^23^3.92^21^79^88^690^0.94^0.126^^17.2^0.0^0.410^0.290^4.270^^0.020^24^0^24^24^17.7^0.00^0^0^0^0^0^0^0^17^0.54^2.7^0.695^1.071^0.948^3^143.00^~1 large~^115.00^~1 medium~^0 ~25025~^~Snacks, soy chips or crisps, salted~^8.50^376^26.50^7.35^4.50^53.15^3.5^1.80^171^5.20^170^7^7^842^1.50^2.456^2.039^12.1^0.0^0.333^0.349^2.978^1.395^0.513^240^0^240^240^110.9^0.00^50^2^0^4^28^0^10^3^1.01^11.9^0.000^1.661^4.018^0^28.35^~1 oz~^^~~^0 ~25026~^~POPCORN,MICROWAVE,REG (BUTTER) FLAVOR,MADE W/ PALM OIL~^2.62^528^8.69^30.00^3.00^55.69^9.9^0.54^20^2.36^92^234^219^771^2.43^0.190^0.782^5.4^0.0^0.107^0.104^1.551^0.282^0.164^23^0^23^23^^0.00^142^7^0^42^64^0^0^1048^4.47^3.0^13.634^9.089^3.855^0^28.35^~1 oz~^^~~^0 ~25027~^~PLANTAIN CHIPS~^2.33^559^1.69^35.94^2.72^57.32^4.2^^6^0.78^59^63^700^390^0.28^0.030^0.300^^^0.070^0.110^0.940^0.840^0.450^35^^35^^^^^^^^^^^^^^9.412^5.598^18.182^^28.35^~1 oz~^^~~^0 ~25028~^~SNACKS,TORTILLA CHIPS,PLN,YEL CORN~^2.30^492^7.18^21.57^1.65^67.31^4.7^0.97^94^1.60^87^236^220^281^1.59^0.112^0.403^8.4^^0.157^0.041^1.730^0.411^0.227^^^^^^^^^^^^^^^^^2.462^10.300^7.090^^28.35^~1 oz~^^~~^0 ~27000~^~SOUP,EGG DROP,CHINESE RESTAURANT~^92.87^27^1.16^0.61^1.07^4.29^^^7^0.26^2^15^22^370^0.09^0.019^0.011^0.4^^0.019^0.019^0.156^0.120^0.020^^^^^^0.03^^^^^^^^^^^0.166^0.191^0.242^23^241.24^~1 cup~^^~~^0 ~27001~^~SOUP,HOT & SOUR,CHINESE RESTAURANT~^90.65^39^2.58^1.21^1.20^4.35^^0.42^19^0.64^9^32^55^376^0.22^0.026^0.085^0.4^0.0^0.026^0.031^0.507^0.227^0.064^^^^^39.9^0.10^^^^^^^^^^1.1^0.229^0.288^0.311^21^233.31^~1 cup~^^~~^0 ~27002~^~SOUP,WONTON,CHINESE RESTAURANT~^91.18^32^2.08^0.26^1.22^5.25^^0.34^5^0.21^3^18^32^406^0.12^0.024^0.034^1.1^^0.024^0.016^0.580^0.140^0.076^^^^^^0.09^10^0^^0^6^0^0^12^^0.9^0.062^0.077^0.071^4^223.45^~1 cup~^^~~^0 ~27004~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,BF STEW - FULL~^84.20^65^4.08^1.63^1.92^8.16^1.2^2.04^8^0.59^^^^331^^^^^0.5^^^^^^^^^^^^510^^^^^^^^^^0.816^^^8^245.00^~1 cup~^245.00^~1 serving~^0 ~27005~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,BF STROGANOF -~^81.00^102^4.90^5.71^1.04^7.35^1.6^1.22^16^0.59^^^^331^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^1.633^^^16^245.00^~1 cup~^245.00^~1 serving~^0 ~27006~^~CAMPBELL,CAMPBELL'S CHUNKY,HEALTHY REQUEST BF BARLEY SOUP~^82.60^57^3.67^0.82^4.34^8.57^2.0^1.22^8^0.44^^^327^196^^^^^0.0^^^^^^^^^^^^306^^^^^^^^^^0.408^0.204^0.000^6^245.00^~1 cup~^245.00^~1 serving~^0 ~27007~^~CAMPBELL'S CHNKY,HEALTHY REQUST MICROWAVBL ,CHICK NODLE SOUP~^89.10^45^2.86^1.22^0.70^6.12^0.4^0.82^8^0.29^^^286^196^^^^^1.0^^^^^^^^^^^^408^^^^^^^^^^0.408^0.612^0.204^8^245.00^~1 serving~^245.00^~1 cup~^0 ~27008~^~CAMPBELL SOUPS,HLTHY RQST MCRWVBL BWL,GRLL CHICK SSAGE GMB~^86.80^53^3.27^1.02^0.75^8.16^1.2^1.63^16^0.29^^^249^196^^^^^2.4^^^^^^^^^^^^306^^^^^^^^^^0.408^0.408^0.204^6^245.00^~1 cup~^245.00^~1 serving~^0 ~27009~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,HEALTHY REQUES~^81.10^49^2.45^0.82^7.47^8.16^1.2^0.82^41^0.29^^^408^196^^^^^0.0^^^^^^^^^^^^0^^^^^^^^^^0.204^0.408^0.204^4^245.00^~1 cup~^245.00^~1 serving~^0 ~27010~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,RIGATONI & MEA~^80.30^90^5.31^3.27^1.33^9.80^2.4^3.27^33^0.73^^^^327^^^^^0.0^^^^^^^^^^^^82^^^^^^^^^^1.633^^^8^245.00^~1 cup~^245.00^~1 serving~^0 ~43405~^~CHEESE,SWISS,LOW SODIUM~^37.80^376^28.40^27.40^3.01^3.40^0.0^1.31^961^0.17^36^605^111^14^3.90^0.032^^12.5^0.0^0.020^0.370^0.090^^0.080^6^0^6^6^15.4^1.68^818^216^211^0^69^0^0^0^0.37^2.4^17.744^7.256^0.968^92^132.00^~1 cup, diced~^108.00^~1 cup, shredded~^0 ~43406~^~YEAST EXTRACT SPREAD~^37.00^158^27.80^0.00^23.40^11.80^3.0^0.00^86^3.70^180^104^2600^3600^2.10^0.300^^18.0^0.0^9.700^14.300^97.000^^1.300^1010^0^1010^1010^65.1^0.50^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^6.00^~1 tsp~^^~~^0 ~43408~^~BABYFOOD,JUICE,PEAR~^87.90^47^0.00^0.00^0.24^11.86^0.1^7.28^12^0.00^8^12^130^0^0.08^0.065^^0.4^33.8^0.010^0.030^0.300^^0.010^4^0^4^4^2.6^0.00^0^0^0^0^0^0^0^0^0.09^3.4^0.000^0.000^0.000^0^31.20^~1 fl oz~^131.00^~1 bottle, Earth's Best (4.2 fl oz)~^0 ~43410~^~CHICKEN,MEATLESS,BREADED,FRIED~^56.44^234^21.28^12.77^1.00^8.51^4.3^0.00^42^3.83^12^245^300^400^0.65^0.500^^7.4^0.0^1.277^0.362^12.766^^0.851^56^0^56^56^46.3^5.11^0^0^0^0^0^0^0^0^1.95^0.0^1.130^3.226^4.581^0^130.00^~1 cup, diced~^168.00^~1 cup, pieces~^0 ~43417~^~BABYFOOD,MEAT,BF W/VEG,TODD~^85.23^68^3.50^2.10^0.46^8.72^0.5^1.18^11^0.50^11^37^168^179^0.87^0.080^^2.2^2.5^0.020^0.040^0.710^^0.070^6^0^6^6^15.1^0.51^1140^57^0^231^569^0^1706^171^0.37^3.2^0.847^0.920^0.108^12^179.00^~1 jar, NFS~^^~~^0 ~43432~^~BABYFOOD,DINNER,MACARONI,BF&TOMATO SAU,TODD~^81.81^81^4.34^1.90^0.43^11.53^1.1^0.37^12^0.80^15^49^148^201^0.48^0.020^^1.8^1.9^0.060^0.060^1.340^^0.090^10^6^4^14^14.1^0.23^60^3^0^0^36^0^333^11^0.09^0.4^0.705^0.782^0.140^7^16.00^~1 tbsp~^^~~^0 ~43441~^~ROLLS,PUMPERNICKEL~^32.00^277^10.80^2.80^2.53^52.80^5.4^0.40^67^2.78^54^171^208^569^1.48^0.287^1.909^27.8^0.0^0.380^0.300^2.970^0.619^0.100^86^56^30^125^14.6^0.00^0^0^0^0^0^0^0^46^0.63^1.5^0.495^0.609^1.184^0^36.00^~1 medium, (2-1/2" dia)~^28.00^~1 roll, (pan, dinner, or small roll) (2" square, 2" high)~^0 ~43447~^~SNACKS,CORN-BASED,EXTRUDED,CHIPS,UNSALTED~^1.00^557^6.60^33.40^1.60^57.40^4.4^1.41^124^1.70^70^184^185^15^0.85^0.249^^6.7^2.0^0.140^0.160^1.480^^0.210^7^0^7^7^18.1^0.00^70^4^0^0^42^0^0^212^1.36^33.6^4.344^9.040^17.093^0^88.00^~1 cup, crushed~^28.00^~1 bag, single serving~^0 ~43449~^~BAKED BNS,CND,NO SALT~^72.60^105^4.80^0.40^1.71^20.49^5.5^7.78^50^0.29^32^104^296^1^1.40^0.206^^4.5^3.1^0.150^0.060^0.430^^0.130^24^0^24^24^30.8^0.00^106^5^0^0^64^0^500^16^0.15^0.8^0.103^0.035^0.172^0^253.00^~1 cup~^^~~^0 ~43450~^~FROZEN NOVELITES,JUC TYPE,JUC W/ CRM~^72.57^115^1.41^1.41^0.50^24.11^0.1^20.61^141^0.28^9^41^120^42^0.27^0.013^0.059^0.8^21.2^0.025^0.101^0.151^0.195^0.029^11^0^11^11^15.6^0.14^145^19^14^0^59^0^0^27^0.06^0.2^0.705^0.000^0.000^7^70.88^~2.5 oz~^^~~^0 ~43476~^~TOFU YOGURT~^77.50^94^3.50^1.80^1.24^15.96^0.2^1.24^118^1.06^40^38^47^35^0.31^0.075^^13.0^2.5^0.060^0.020^0.240^^0.020^6^0^6^6^48.4^0.00^33^2^0^0^20^0^0^0^0.31^3.5^0.259^0.400^1.017^0^262.00^~1 cup~^^~~^0 ~43479~^~ALCOHOLIC BEV,RICE (SAKE)~^78.40^134^0.50^0.00^0.00^5.00^0.0^0.00^5^0.10^6^6^25^2^0.02^0.009^^1.4^0.0^0.000^0.000^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^29.10^~1 fl oz~^^~~^0 ~43483~^~MILLET,PUFFED~^2.50^354^13.00^3.40^1.56^80.00^2.7^0.55^8^2.81^106^266^40^5^1.58^0.702^^2.9^0.0^0.390^0.270^4.420^^0.360^79^0^79^79^23.1^0.00^0^0^0^0^0^0^0^0^0.66^1.4^0.670^0.717^1.980^0^21.00^~1 cup~^^~~^0 ~43495~^~CEREALS RTE,OAT BRAN FLAKES,HEALTH VALLEY~^3.40^353^10.70^1.40^5.50^78.60^13.0^19.47^38^5.00^168^507^321^36^2.54^0.179^^37.5^0.4^0.530^0.390^6.710^^0.110^46^0^46^46^28.0^0.00^9^0^0^2^4^0^0^163^0.44^2.2^0.251^0.431^0.529^0^47.00^~1 cup~^^~~^0 ~43497~^~JELLYFISH,DRIED,SALTED~^68.00^36^5.50^1.40^25.10^0.00^0.0^0.00^2^2.27^2^20^3^9690^0.42^0.140^^42.2^0.0^0.010^0.010^0.200^^0.010^1^0^1^1^95.0^0.02^7^2^2^0^0^0^0^0^0.02^0.1^0.273^0.202^0.475^5^58.00^~1 cup~^^~~^0 ~43506~^~FROZEN NOVELT,ICE CRM,CHOC OR CARAMEL COVERED,W/ NUTS~^43.10^317^4.40^20.20^^30.90^0.6^^252^0.72^29^114^238^92^0.63^0.128^^^0.7^0.040^0.180^0.960^^0.220^11^^11^^^0.38^194^^^^^^^^^^12.658^4.977^1.469^1^54.00^~1 bar~^^~~^0 ~43507~^~FRANKFURTER,LO NA~^56.70^315^12.00^28.51^0.99^1.80^0.0^0.00^20^1.43^3^87^166^311^2.17^0.060^^12.0^0.0^0.050^0.100^2.420^^0.120^4^0^4^4^41.2^1.54^0^0^0^0^0^0^0^0^0.17^0.3^12.038^13.606^1.379^61^151.00^~1 cup, sliced~^57.00^~1 frankfurter~^0 ~43510~^~CEREAL RTE,CRISPY BROWN RICE~^3.00^388^7.10^3.50^0.80^86.00^7.3^9.10^28^1.15^88^283^238^12^1.50^0.240^^15.4^0.0^0.090^0.040^2.050^^0.080^19^0^19^19^33.0^0.00^0^0^0^0^0^0^0^0^0.10^0.0^0.688^1.011^1.473^0^32.00^~1 cup~^^~~^0 ~43514~^~FROZEN NOVELTIES,ICE TYPE,POP,W/ LO CAL SWTNR~^94.03^24^0.00^0.00^0.06^5.92^0.0^1.52^0^0.67^1^0^11^10^0.47^0.000^0.000^0.0^10.4^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^54.68^~1 serving, 1.75 fl oz pop~^^~~^0 ~43523~^~BABYFOOD,MXD FRUIT YOGURT,STR~^81.80^75^0.80^0.80^0.37^16.23^0.4^11.74^28^0.20^4^22^62^16^0.11^0.020^^0.8^11.7^0.020^0.050^0.140^^0.040^2^0^2^2^4.5^0.00^67^5^2^1^28^14^0^19^0.13^0.5^0.517^0.219^0.022^0^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43528~^~ENSURE PLUS,LIQ NUTR~^69.84^141^5.16^4.52^0.60^19.88^0.0^19.88^79^1.79^40^79^175^95^1.51^0.198^0.516^7.1^11.9^0.151^0.171^1.984^0.992^0.198^40^40^0^67^32.4^0.60^497^149^149^0^0^0^0^0^1.34^7.9^0.673^1.283^3.111^2^252.00^~1 cup~^31.50^~1 fl oz~^0 ~21020~^~FAST FOODS,ENG MUFFIN,W/CHS&SAUSAGE~^37.93^338^13.28^20.67^2.83^25.28^0.5^1.98^210^3.14^21^168^179^668^1.19^0.252^0.284^25.3^0.0^0.481^0.197^4.217^0.696^0.086^51^34^17^75^29.8^0.79^225^57^55^1^24^1^1^60^0.58^2.2^8.152^7.905^3.115^43^107.73^~1 item~^^~~^0 ~21021~^~FAST FOODS,ENG MUFFIN,W/EGG,CHS,&CANADIAN BACON~^53.49^221^13.53^9.05^2.46^21.47^0.4^1.84^193^2.12^17^196^152^556^1.04^0.120^0.188^30.3^1.1^0.378^0.293^3.187^0.806^0.071^71^51^20^107^^0.81^324^97^97^^^^^^0.91^0.8^3.687^2.830^1.299^168^139.00^~1 sandwich~^^~~^0 ~21022~^~FAST FOODS,ENG MUFFIN,W/EGG,CHS,&SAUSAGE~^48.82^286^13.38^18.10^2.26^17.44^0.2^1.49^168^2.63^17^180^147^470^1.00^0.211^0.192^29.2^0.0^0.390^0.270^3.192^1.080^0.073^57^41^16^86^103.3^0.95^225^68^68^^^^^^0.94^1.5^6.642^6.765^2.772^163^165.00^~1 item~^^~~^0 ~21023~^~FAST FOODS,FRENCH TOAST W/ BUTTER~^50.72^264^7.66^13.90^1.02^26.70^^^54^1.40^12^108^131^380^0.44^0.048^0.155^15.5^0.1^0.430^0.370^2.900^0.400^0.040^54^32^22^76^^0.27^350^101^100^^^^^^^^5.740^5.240^1.810^86^135.00^~2 slices~^^~~^0 ~21024~^~FAST FOODS,FRENCH TOAST STKS~^33.57^340^6.00^17.74^1.47^41.21^1.4^9.89^53^1.92^19^87^111^428^0.51^0.085^0.390^12.2^0.0^0.284^0.175^2.575^0.336^0.053^183^41^142^212^13.9^0.00^5^0^0^0^3^0^0^4^0.88^14.5^3.989^9.502^2.566^0^65.00^~3 pieces~^109.00^~5 pieces~^0 ~21025~^~FAST FOODS,PANCAKES W/BUTTER&SYRUP~^49.72^224^3.56^6.03^1.51^39.18^^^55^1.13^21^205^108^476^0.44^0.065^0.139^8.3^1.5^0.170^0.240^1.460^0.290^0.050^22^7^15^27^^0.10^121^35^35^^^^^^0.60^^2.522^2.271^0.844^25^232.00^~2 cakes~^^~~^0 ~21026~^~FAST FOODS,POTATOES,HASHED BROWN~^41.49^327^2.61^21.65^2.13^32.20^2.7^0.24^16^0.67^19^110^356^518^0.34^0.165^0.146^0.5^2.9^0.140^0.080^1.674^0.283^0.223^20^0^20^20^17.8^0.00^0^0^0^0^0^0^0^0^0.97^9.9^4.947^11.545^3.796^0^72.00^~.5 cup~^144.00^~1 cup~^0 ~21027~^~FAST FOODS,BROWNIE~^12.65^405^4.57^16.84^1.00^64.95^^^42^2.15^27^146^139^255^0.92^0.000^0.181^6.3^5.3^0.120^0.210^0.970^0.550^0.040^29^22^7^44^^0.26^18^5^5^^^^^^^^5.220^6.377^4.398^16^60.00^~1 brownie, (2" square)~^^~~^0 ~21028~^~FAST FOODS,ICE MILK,VANILLA,SOFT-SERVE,W/CONE~^65.47^159^3.78^5.94^1.40^23.41^0.1^16.45^149^0.15^15^135^164^89^0.55^0.018^0.020^3.7^1.1^0.050^0.250^0.300^0.260^0.060^12^7^5^17^14.3^0.20^205^58^58^0^8^0^0^1^0.37^0.7^3.429^1.763^0.348^27^103.00^~1 cone~^^~~^0 ~21029~^~FAST FOODS,COOKIES,ANIMAL CRACKERS~^3.75^446^6.18^13.43^1.31^75.33^^^17^2.20^16^96^84^408^0.45^0.076^0.487^7.0^1.2^0.370^0.360^3.670^0.320^0.030^121^88^33^183^^0.07^40^10^9^^^^^^0.47^^5.272^5.649^1.558^16^67.00^~1 box~^^~~^0 ~21030~^~FAST FOODS,COOKIES,CHOC CHIP~^5.36^423^5.25^22.08^1.44^65.86^^^36^2.68^30^95^149^342^0.61^0.335^0.431^6.0^1.0^0.160^0.350^2.530^0.260^0.050^60^31^29^82^^0.19^94^20^18^^^^^^0.67^^9.709^9.185^1.865^21^55.00^~1 box~^^~~^0 ~21032~^~FAST FOODS,SUNDAE,CARAMEL~^56.50^196^4.71^5.98^1.00^31.81^0.0^^122^0.14^18^140^205^126^0.53^0.053^0.060^3.2^2.2^0.040^0.190^0.610^0.240^0.030^8^0^8^8^^0.39^170^45^43^^^^^^0.58^^2.910^1.957^0.653^16^155.00^~1 sundae~^^~~^0 ~21033~^~FAST FOODS,SUNDAE,HOT FUDGE~^59.70^180^3.57^5.46^1.10^30.17^0.0^^131^0.37^21^144^250^115^0.60^0.082^0.080^3.3^1.5^0.040^0.190^0.680^0.210^0.080^6^0^6^6^^0.41^140^37^35^^^^^^0.42^^3.179^1.475^0.511^13^158.00^~1 sundae~^^~~^0 ~21034~^~FAST FOODS,SUNDAE,STRAWBERRY~^60.90^175^4.09^5.13^0.70^29.18^0.0^^105^0.21^16^101^177^60^0.43^0.050^0.110^2.9^1.3^0.040^0.180^0.590^0.290^0.050^12^0^12^12^^0.42^145^37^35^^^^^^0.51^^2.444^1.739^0.667^14^153.00^~1 sundae~^^~~^0 ~21035~^~FAST FOODS,CHICK,BREADED&FRIED,DK MEAT (DRUMSTK OR THIGH)~^48.99^291^20.32^18.04^2.05^10.61^^^24^1.08^25^162^301^510^2.19^0.080^0.086^23.7^0.0^0.090^0.290^4.870^1.660^0.220^17^11^6^25^^0.56^150^45^45^^^^^^^^4.763^7.385^4.272^112^148.00^~2 pieces~^^~~^23 ~21036~^~FAST FOODS,CHICK,BREADED&FRIED,LT MEAT (BREAST OR WING)~^45.70^303^21.91^18.11^2.27^12.01^^^37^0.91^23^188^347^598^0.95^0.062^0.095^21.7^0.0^0.090^0.180^7.350^1.590^0.350^18^13^5^27^^0.41^118^35^35^^^^^^^^4.812^7.502^4.163^91^163.00^~2 pieces~^^~~^21 ~21042~^~FAST FOODS,CHILI CON CARNE~^76.70^101^9.73^3.27^1.64^8.67^^^27^2.05^18^78^273^398^1.41^0.235^0.157^17.4^0.6^0.050^0.450^0.980^1.420^0.130^18^6^12^22^^0.45^657^33^0^^^^^^^2.0^1.356^1.347^0.209^53^253.00^~1 cup, (8 fl oz)~^^~~^0 ~21043~^~FAST FOODS,CLAMS,BREADED&FRIED~^29.20^392^11.15^22.96^2.95^33.75^^^18^2.65^27^207^231^725^1.42^0.083^0.268^8.3^0.0^0.180^0.230^2.490^0.260^0.030^37^29^8^57^^0.96^106^32^32^^^^^^^^5.742^9.948^5.890^76^115.00^~.75 cup~^^~~^0 ~21046~^~ENTREES,CRAB CAKE~^53.38^266^18.75^17.25^2.10^8.52^0.4^^337^1.86^42^378^270^819^3.54^0.610^0.470^42.1^0.3^0.092^0.125^1.943^0.450^0.249^41^25^16^59^^7.33^522^155^155^^^^^^^^3.740^7.180^5.130^137^60.00^~1 cake~^^~~^0 ~21047~^~ENTREES,FISH FILLET,BATTERED OR BREADED,&FRIED~^53.57^232^14.66^12.29^2.51^16.97^0.5^^18^2.11^24^171^320^532^0.44^0.045^0.185^9.1^0.0^0.109^0.106^2.102^0.199^0.102^17^4^13^20^^1.11^38^11^11^^^^^^^^2.820^2.580^6.270^34^91.00^~1 fillet~^^~~^0 ~21048~^~FAST FOODS,OYSTERS,BATTERED OR BREADED,&FRIED~^47.97^265^9.02^12.90^1.41^28.69^^^20^3.21^17^141^131^487^11.25^0.573^0.305^66.3^3.0^0.220^0.250^3.180^0.760^0.020^22^13^9^31^^0.73^261^78^78^^^^^^^^3.294^4.979^3.337^78^139.00^~6 pieces~^^~~^0 ~21052~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG~^95.51^16^1.25^0.07^0.53^3.22^^^13^0.63^11^39^172^26^0.21^0.050^0.147^0.4^23.2^0.030^0.050^0.550^0.120^0.080^37^0^37^37^^0.00^1136^57^0^^^^^^^^0.010^0.004^0.034^0^207.00^~1.5 cup~^104.00^~.75 cup~^0 ~21053~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/CHS&EGG~^90.46^47^4.04^2.67^0.76^2.19^^^46^0.31^11^61^171^55^0.46^0.041^0.126^3.4^4.5^0.040^0.080^0.450^0.240^0.050^39^0^39^39^^0.14^379^48^34^^^^^^^^1.371^0.810^0.219^45^217.00^~1.5 cup~^^~~^0 ~21054~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/CHICK~^87.05^48^8.00^1.00^0.70^1.71^^^17^0.50^15^78^205^96^0.41^0.043^0.114^7.1^8.0^0.050^0.060^2.700^0.270^0.200^31^0^31^31^^0.09^429^24^3^^^^^^^^0.265^0.311^0.255^33^218.00^~1.5 cup~^^~~^0 ~21055~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/PASTA&SEAFOOD~^80.37^91^3.94^5.00^1.12^7.67^^^17^0.76^12^49^144^377^0.40^0.087^0.160^10.7^9.2^0.070^0.050^0.850^0.090^0.080^45^21^24^60^^0.41^1498^76^1^^^^^^^^0.616^1.156^2.178^12^417.00^~1.5 cup~^^~~^0 ~21056~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/SHRIMP~^89.10^45^6.15^1.05^0.90^2.80^^^25^0.38^16^68^171^207^0.54^0.068^0.060^16.2^3.9^0.050^0.070^0.490^0.210^0.060^37^0^37^37^^1.60^335^17^0^^^^^^^^0.276^0.348^0.205^76^236.00^~1.5 cup~^^~~^0 ~21057~^~FAST FOODS,SALAD,VEG TOSSED,WO/DRSNG,W/TURKEY,HAM&CHS~^82.45^82^7.98^4.93^1.29^1.45^^^72^0.60^15^123^123^228^0.96^0.051^0.110^11.3^5.0^0.120^0.120^1.830^0.280^0.130^31^0^31^31^^0.26^323^45^34^^^^^^^^2.508^1.585^0.443^43^326.00^~1.5 cup~^^~~^0 ~21058~^~FAST FOODS,SCALLOPS,BREADED&FRIED~^48.01^268^10.94^13.47^0.85^26.73^^^13^1.42^22^203^204^638^0.75^0.150^0.207^27.0^0.0^0.140^0.590^0.000^0.350^0.050^37^9^28^43^^0.30^96^29^29^^^^^^^^3.391^8.718^0.420^75^144.00^~6 pieces~^^~~^0 ~21059~^~FAST FOODS,SHRIMP,BREADED&FRIED~^47.82^277^11.51^15.18^1.10^24.39^^^51^1.80^24^210^112^882^0.74^0.088^0.203^41.7^0.0^0.130^0.550^0.000^0.290^0.040^61^32^29^83^^0.09^73^22^22^^^^^^^^3.280^10.597^0.393^122^164.00^~1 , 6-8 shrimp~^^~~^0 ~21060~^~FAST FOODS,BURRITO,W/BNS~^52.53^206^6.48^6.22^1.85^32.92^^^52^2.08^40^45^301^454^0.70^0.174^0.400^10.1^0.9^0.290^0.280^1.870^0.920^0.140^40^^^^26.8^0.50^153^^^^^^^^^^3.174^2.184^0.551^2^217.00^~2 pieces~^^~~^0 ~21061~^~FAST FOODS,BURRITO,W/BNS&CHS~^53.91^203^8.10^6.29^2.15^29.55^^^115^1.22^43^97^267^627^0.88^0.189^0.232^9.1^0.9^0.120^0.380^1.920^0.860^0.130^40^23^17^56^^0.48^672^53^23^^^^^^^^3.682^1.335^0.959^15^186.00^~2 pieces~^^~~^0 ~21062~^~FAST FOODS,BURRITO,W/BNS&CHILI PEPPERS~^54.37^202^8.03^7.19^1.94^28.47^^^49^2.23^35^56^284^512^1.67^0.163^0.384^9.0^0.6^0.220^0.350^2.150^0.920^0.140^47^29^18^67^^0.57^100^5^0^^^^^^^^3.729^2.632^0.473^16^204.00^~2 pieces~^^~~^0 ~21063~^~FAST FOODS,BURRITO,W/BNS&MEAT~^51.89^220^9.73^7.71^2.09^28.58^^^46^2.12^36^61^284^578^1.66^0.163^0.360^13.2^0.8^0.230^0.360^2.340^0.970^0.160^50^18^32^63^^0.75^275^14^0^^^^^^^^3.600^3.038^0.529^21^231.00^~2 pieces~^^~~^0 ~21438~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,BREAST,MEAT & SKN~^50.13^276^22.60^17.02^2.16^8.09^0.6^0.00^27^0.57^24^215^258^607^0.78^0.400^0.144^21.9^^0.043^0.107^8.139^1.326^0.309^^^^^^0.32^55^17^17^^^^^^^^3.669^7.513^2.178^76^212.30^~1 breast, with skin~^139.96^~1 breast, without skin~^9 ~21439~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,DRUMSTK,MEAT & SK~^49.85^285^21.13^18.59^2.20^8.22^0.5^0.00^25^0.91^21^198^237^632^1.84^0.411^0.145^24.2^^0.037^0.195^4.601^1.122^0.204^^^^^^0.54^64^19^19^^^^^^^^4.161^8.420^2.563^109^80.52^~1 drumstick, with skin~^56.75^~1 drumstick, without skin~^21 ~21440~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,THIGH,MEAT & SKN~^47.18^314^17.71^22.31^2.25^10.54^0.7^0.00^30^0.83^20^189^225^682^1.31^0.509^0.170^20.5^^0.037^0.166^4.451^1.104^0.215^^^^^^0.45^77^23^23^^^^^^^^4.937^9.826^2.951^91^152.48^~1 thigh, with skin~^91.19^~1 thigh, without skin~^13 ~21441~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,WING,MEAT & SKN~^39.91^351^21.52^24.13^2.40^12.03^0.7^0.00^35^0.79^22^192^223^765^1.24^0.483^0.189^23.0^^0.022^0.115^5.488^1.028^0.280^^^^^^0.39^78^23^23^^^^^^^^5.307^11.009^3.274^107^67.77^~1 wing, with skin~^43.64^~1 wing, without skin~^24 ~21442~^~POPEYES,FRIED CHICK,MILD,BREAST,MEAT ONLY,SKN~^62.28^168^29.11^5.32^2.29^0.99^^^22^0.53^30^234^349^414^0.85^0.030^0.037^36.2^^0.108^0.188^11.867^1.754^0.540^^^^^^0.39^20^6^6^^^^^^^^1.561^1.918^0.532^108^129.43^~1 breast, without skin~^111.27^~1 breast, bone and skin removed~^42 ~21443~^~POPEYES,FRIED CHICK,MILD,DRUMSTK,MEAT ONLY~^62.63^179^26.22^7.66^2.31^1.18^^^16^1.06^25^206^321^478^2.59^0.084^0.046^34.6^^0.107^0.341^6.150^1.469^0.296^^^^^^0.85^34^10^10^^^^^^^^2.223^3.052^0.977^127^44.03^~1 drumstick, bone and skin removed~^58.71^~1 drumstick, without skin~^42 ~21444~^~POPEYES,FRIED CHICK,MILD,SKN & BREADING~^30.81^436^12.02^33.88^2.44^20.85^1.1^0.00^25^1.06^17^124^180^738^0.63^0.062^0.222^18.8^^0.094^0.127^4.485^0.847^0.152^^^^^^0.32^137^41^41^^^^^^^^11.716^14.945^3.515^81^^~~^^~~^0 ~21445~^~POPEYES,FRIED CHICK,MILD,THIGH,MEAT ONLY~^61.37^203^24.20^11.50^2.33^0.60^^^15^1.01^23^195^320^474^1.95^0.080^0.041^32.0^^0.100^0.322^6.494^1.562^0.318^^^^^^0.61^48^14^14^^^^^^^^3.361^4.832^1.532^131^73.25^~1 thigh, without skin~^55.94^~1 thigh, bone and skin removed~^53 ~21446~^~POPEYES,FRIED CHICK,MILD,WING,MEAT ONLY,SKN~^52.61^239^29.39^12.06^2.83^3.11^^^31^0.94^25^192^293^633^1.77^0.060^0.064^38.5^^0.098^0.213^8.743^1.385^0.492^^^^^^0.51^45^13^13^^^^^^^^3.664^4.871^1.463^132^32.38^~1 wing, without skin~^20.35^~1 wing, bone and skin removed~^64 ~21447~^~POPEYES,FRIED CHICK,SPICY,BREAST,MEAT ONLY~^63.32^166^29.04^5.42^1.98^0.25^^^21^0.51^29^225^337^400^0.82^0.029^0.035^34.9^^0.107^0.187^11.837^1.750^0.539^^^^^^0.39^20^6^6^^^^^^^^1.588^1.951^0.538^105^130.70^~1 breast, without skin~^111.08^~1 breast, bone and skin removed~^42 ~21448~^~POPEYES,FRIED CHICK,SPICY,DRUMSTK,MEAT ONLY~^62.42^187^26.33^8.97^1.96^0.33^^^15^1.02^24^199^309^460^2.50^0.080^0.044^33.3^^0.107^0.343^6.175^1.475^0.297^^^^^^0.85^35^10^10^^^^^^^^2.602^3.571^1.142^128^35.18^~1 drumstick, bone and skin removed~^51.24^~1 drumstick, without skin~^49 ~21449~^~POPEYES,FRIED CHICK,SPICY,SKN & BREADING~^31.23^440^12.39^34.74^2.23^19.39^1.4^0.00^34^1.21^19^132^192^640^0.67^0.071^0.238^19.5^^0.075^0.150^4.920^0.934^0.148^^^^^^0.31^152^46^46^^^^^^^^12.348^15.676^3.543^80^^~~^^~~^0 ~21450~^~POPEYES,FRIED CHICK,SPICY,THIGH,MEAT ONLY,SKN & BREADING~^62.03^201^24.21^11.29^1.95^0.52^^^15^0.99^23^192^315^466^1.92^0.078^0.041^31.5^^0.100^0.322^6.497^1.562^0.318^^^^^^0.61^47^14^14^^^^^^^^3.299^4.744^1.504^129^73.81^~1 thigh, without skin~^55.20^~1 thigh, bone and skin removed~^54 ~27011~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,TURKEY POT PIE~^82.00^82^4.49^3.27^1.67^8.57^1.6^1.63^8^0.44^^^^327^^^^^0.0^^^^^^^^^^^^1020^^^^^^^^^^0.612^^^14^245.00^~1 cup~^245.00^~1 serving~^0 ~27012~^~CAMPBELL,CAMPBELL'S RED & WHITE,CHEDDAR CHS SOU~^83.20^81^1.61^4.03^2.28^8.87^0.8^1.61^32^0.00^^^16^718^^^^^0.0^^^^^^^^^^^^403^^^^^^^^^^1.613^0.806^1.210^4^124.00^~.5 cup~^124.00^~1 serving~^0 ~27013~^~CAMPBELL,CAMPBELL'S RED & WHITE,CHICK BARLEY W/~^81.80^71^3.17^1.19^1.14^12.70^2.4^1.59^0^0.00^^^^571^^^^^0.0^^^^^^^^^^^^238^^^^^^^^^^0.397^^^4^126.00^~.5 cup~^126.00^~1 serving~^0 ~27014~^~CAMPBELL,CAMPBELL'S RED & WHITE,ITALIAN STYLE W~^83.20^71^3.17^1.98^2.12^9.52^2.4^1.59^32^0.57^^^^643^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.794^^^8^126.00^~.5 cup~^126.00^~1 serving~^0 ~27015~^~CAMPBELL,CAMPBELL'S RED & WHITE,SHREK SHAPED PA~^85.70^56^3.17^1.59^0.81^8.73^2.4^0.79^0^0.29^^^63^460^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.397^0.397^0.397^4^126.00^~.5 cup~^126.00^~1 serving~^0 ~27016~^~CAMPBELL,CAMPBELL'S RED & WHITE,SOUPER SHAPES S~^85.70^56^3.17^1.59^0.81^8.73^2.4^0.79^0^0.29^^^63^460^^^^^0.0^^^^^^^^^^^^397^^^^^^^^^^0.397^0.397^0.397^4^126.00^~.5 cup~^126.00^~1 serving~^0 ~27017~^~CAMPBELL,CAMPBELL'S SEL MICROWAVEABLE BOWLS,HEA~^87.60^49^2.86^1.22^2.20^6.12^0.8^1.22^16^0.44^^^286^196^^^^^0.0^^^^^^^^^^^^408^^^^^^^^^^0.408^0.408^0.000^6^245.00^~1 cup~^245.00^~1 serving~^0 ~27018~^~CAMPBELL,CAMPBELL'S SEL MICROWAVEABLE BOWLS,HEA~^87.70^53^3.27^1.02^0.26^7.76^1.2^1.22^16^0.29^^^314^196^^^^^0.0^^^^^^^^^^^^204^^^^^^^^^^0.204^0.204^0.204^4^245.00^~1 cup~^245.00^~1 serving~^0 ~27019~^~CAMPBELL, SEL SOUP,HARVEST TOMATO W/ BASIL SOUP~^87.90^33^0.41^0.00^4.40^7.35^0.4^4.08^0^0.15^^^^306^^^^^2.0^^^^^^^^^^^^204^^^^^^^^^^0.000^^^0^245.00^~1 cup~^245.00^~1 serving~^0 ~27020~^~CAMPBELL,CAMPBELL'S SEL SOUP,ZESTY AZTECA MEATB~^87.20^45^2.04^1.22^2.60^6.94^0.8^1.63^16^0.15^^^^327^^^^^0.0^^^^^^^^^^^^612^^^^^^^^^^0.408^^^4^245.00^~1 cup~^245.00^~1 serving~^0 ~27021~^~CAMPBELL,CAMPBELL'S SEL SOUPS,HEALTHY REQUEST C~^89.90^41^2.86^1.02^0.92^5.31^0.8^0.41^8^0.15^^^286^196^^^^^0.0^^^^^^^^^^^^408^^^^^^^^^^0.408^0.408^0.204^6^245.00^~1 cup~^245.00^~1 serving~^0 ~27022~^~CAMPBELL,CAMPBELL'S SOUP AT HAND,25% LESS NA CH~^93.50^26^1.31^0.66^0.93^3.61^0.7^0.66^0^0.00^^^^239^^^^^0.8^^^^^^^^^^^^492^^^^^^^^^^0.164^^^3^305.00^~1 serving~^305.00^~1 container~^0 ~27023~^~CAMPBELL,CAMPBELL'S SOUP AT HAND,25% LESS NA CL~^89.00^39^0.98^0.00^1.16^8.85^0.7^4.92^7^0.24^^^^216^^^^^11.8^^^^^^^^^^^^164^^^^^^^^^^0.000^^^0^305.00^~1 serving~^305.00^~1 container~^0 ~27024~^~CAMPBEL,CAMPBELL'S SEL GOLD LABEL SOUPS,CREAMY~^82.60^82^2.04^3.67^1.48^10.20^1.6^6.12^41^0.15^^^^363^^^^^0.0^^^^^^^^^^^^204^^^^^^^^^^2.449^^^10^245.00^~1 cup~^245.00^~1 serving~^0 ~27025~^~CAMPBELL,CAMPBELL'S SEL GOLD LABEL SOUPS,ITALIA~^89.30^37^1.22^0.00^1.72^7.76^1.2^5.71^16^0.00^^^^314^^^^^2.0^^^^^^^^^^^^918^^^^^^^^^^0.000^^^0^245.00^~1 cup~^245.00^~1 serving~^0 ~27026~^~CAMPBELL,CAMPBELL'S SEL GOLD LABEL SOUPS,SOUTHW~^84.90^61^1.22^1.22^2.04^10.61^0.8^2.86^8^0.15^^^90^253^^^^^0.5^^^^^^^^^^^^122^^^^^^^^^^0.204^0.408^0.612^0^245.00^~1 cup~^245.00^~1 serving~^0 ~27027~^~CAMPBELL SOUP COMPANY,PACE,PICO DE GALLO~^88.00^31^0.00^0.00^2.62^9.38^^6.25^0^0.00^^^^469^^^^^3.8^^^^^^^^^^^^313^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~27028~^~CAMPBELL SOUP COMPANY,PACE,SALSA VERDE~^88.10^47^0.00^1.56^4.09^6.25^0.0^6.25^0^0.00^^^203^719^^^^^3.8^^^^^^^^^^^^625^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~27029~^~CAMPBELL SOUP COMPANY,PACE,TEQUILA LIME SALSA~^88.60^47^0.00^0.00^2.03^9.38^0.0^6.25^0^0.00^^^313^594^^^^^7.5^^^^^^^^^^^^625^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~27030~^~CAMPBELL SOUP COMPANY,PACE,TRIPLE PEPPER SALSA~^86.20^47^3.13^0.00^1.30^9.38^3.1^6.25^^^^^^594^^^^^7.5^^^^^^^^^^^^625^^^^^^^^^^0.000^^^0^32.00^~1 serving~^32.00^~2 tbsp~^0 ~27032~^~CAMPBELL,CAMPBELL'S RED & WHITE,LENTIL SOUP,COND~^71.20^111^7.14^0.79^1.82^19.05^4.8^1.59^32^2.86^^^^635^^^^^0.0^^^^^^^^^^^^794^^^^^^^^^^0.397^^^0^126.00^~.5 cup~^126.00^~1 serving~^0 ~43529~^~BABYFOOD,RICE&APPLS,DRY~^3.20^396^6.70^2.40^0.81^86.89^3.0^3.22^850^37.00^15^423^410^16^1.40^0.373^^11.6^0.0^1.300^1.500^20.000^^0.090^19^0^19^19^10.1^0.00^8^0^0^0^4^3^0^8^0.22^1.5^0.503^0.615^0.920^0^2.50^~1 tbsp~^^~~^0 ~43535~^~BABYFOOD,JUC,APPL - CHERRY~^88.20^47^0.20^0.10^0.36^11.20^0.3^10.50^7^0.35^3^12^110^4^0.03^0.020^^0.1^32.1^0.010^0.020^0.110^^0.030^0^0^0^0^1.9^0.00^18^1^0^0^11^0^0^21^0.02^0.2^0.020^0.000^0.030^0^31.20^~1 fl oz~^125.00^~1 bottle, Heinz Strained (4 fl oz)~^0 ~43536~^~BABYFOOD,DSSRT,PEACH YOGURT~^80.87^76^0.90^0.18^0.45^17.60^0.4^6.63^27^0.40^13^27^102^14^0.18^0.040^^0.8^11.7^0.010^0.050^0.400^^0.020^8^0^8^8^3.9^0.43^3^1^1^0^0^0^0^0^0.00^0.0^0.117^0.048^0.005^4^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43537~^~BABYFOOD,DSSRT,BLUEBERRY YOGURT,STR~^81.40^77^0.50^0.70^0.35^17.05^0.4^13.62^25^0.20^13^109^62^14^0.14^0.030^^0.8^12.4^0.000^0.040^0.140^^0.400^8^0^8^8^5.5^0.43^41^3^1^0^23^0^0^64^0.40^13.3^0.452^0.192^0.019^4^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43539~^~BABYFOOD,DSSRT,BANANA YOGURT,STR~^80.70^79^1.10^0.52^0.33^17.40^0.5^3.95^30^0.14^10^28^100^14^0.26^0.020^^0.9^13.9^0.010^0.040^0.190^^0.080^7^0^7^7^4.7^0.13^20^3^3^4^4^0^0^4^0.02^0.1^0.370^0.120^0.030^1^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43541~^~ICE CREAMS,CHOC,RICH~^56.55^255^4.72^16.98^1.00^20.75^0.9^17.35^142^1.02^32^115^238^57^0.64^0.175^0.173^2.1^0.5^0.030^0.167^0.182^0.336^0.033^5^0^5^5^34.7^0.18^713^201^198^0^31^0^0^2^0.46^1.5^10.377^4.794^0.658^60^148.00^~1 cup~^10.20^~1 cubic inch~^0 ~43543~^~MILK,IMITATION,NON-SOY~^90.00^46^1.60^2.00^1.10^5.30^0.0^5.30^82^0.10^1^100^150^55^0.10^0.020^^1.8^0.0^0.000^0.000^0.100^^0.000^0^0^0^0^0.0^0.00^203^61^61^0^0^0^0^0^0.00^0.0^0.254^0.484^1.174^0^244.00^~1 cup~^30.50^~1 fl oz~^0 ~43546~^~BABYFOOD,BANANA NO TAPIOCA,STR~^76.70^91^1.00^0.20^0.76^21.34^1.6^11.36^4^0.30^26^20^290^3^0.05^0.040^^1.1^21.9^0.020^0.060^0.540^^0.260^17^0^17^17^4.1^0.00^5^0^0^2^2^0^0^20^0.25^0.5^0.072^0.028^0.041^0^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43550~^~BABYFOOD,BANANA APPL DSSRT,STR~^83.10^68^0.30^0.20^0.29^16.30^1.0^14.66^3^0.10^8^9^71^7^0.05^0.030^^0.6^12.3^0.020^0.020^0.130^^0.060^4^0^4^4^2.1^0.00^30^2^0^8^12^3^0^10^0.02^0.1^0.058^0.018^0.047^0^15.00^~1 tbsp~^113.00^~1 jar, NFS~^0 ~43566~^~SNACKS,TORTILLA CHIPS,LT (BAKED W/ LESS OIL)~^1.30^465^8.70^15.20^1.85^73.40^5.7^0.53^159^1.63^97^318^272^1003^1.15^0.116^^15.7^0.2^0.220^0.280^0.420^^0.180^16^0^16^16^23.4^0.06^81^4^0^24^37^0^0^507^3.53^0.7^2.837^6.341^5.024^3^63.00^~1 cup, crushed~^16.00^~10 chips~^0 ~43570~^~CEREALS RTE,KRAFT,POST,HONEY BUNCHES OF OATS,HONEY RSTD~^3.40^394^7.33^4.25^2.16^82.86^4.8^24.66^23^34.29^47^155^185^601^2.50^0.163^1.030^8.3^0.0^1.908^1.718^25.500^0.607^2.675^815^798^17^1374^13.4^10.17^3096^929^929^0^0^0^0^0^1.48^0.6^0.374^1.901^1.215^0^30.00^~.75 cup, (1 NLEA serving)~^48.93^~1 cup~^0 ~43572~^~POPCORN,MICROWAVE,LOFAT&NA~^2.80^429^12.60^9.50^1.71^73.39^14.2^0.54^11^2.28^151^264^241^490^3.83^0.545^^8.6^0.0^0.350^0.110^2.070^^0.170^17^0^17^17^20.2^0.00^147^7^0^43^66^0^0^1087^5.01^15.7^1.415^4.085^3.572^0^28.35^~1 oz~^^~~^0 ~43584~^~AMARANTH FLAKES~^3.00^353^15.54^7.00^3.27^71.15^9.5^0.42^17^1.76^25^331^353^35^0.25^0.214^^70.7^2.5^0.070^0.110^2.610^^0.070^11^0^11^11^75.1^0.00^0^0^0^0^0^0^0^227^1.31^2.4^1.325^2.148^2.752^0^38.00^~1 cup~^^~~^0 ~43585~^~BABYFOOD,FRUIT SUPREME DSSRT~^81.60^73^0.50^0.20^0.52^17.18^2.0^14.87^6^0.17^7^9^129^1^0.08^0.035^^0.4^12.7^0.010^0.040^0.280^^0.070^6^0^6^6^1.8^0.00^50^3^0^0^25^10^0^149^0.79^5.1^0.030^0.025^0.068^0^15.00^~1 tbsp~^^~~^0 ~43589~^~CHEESE,SWISS,LOW FAT~^59.60^179^28.40^5.10^3.50^3.40^0.0^1.33^961^0.17^36^605^111^260^3.90^0.027^^12.7^0.0^0.020^0.360^0.090^^0.080^6^0^6^6^15.4^1.68^152^40^39^0^13^0^0^0^0.07^0.5^3.304^1.351^0.180^35^132.00^~1 cup, diced~^108.00^~1 cup, shredded~^0 ~43595~^~BREAKFAST BAR,CORN FLAKE CRUST W/FRUIT~^14.50^377^4.40^7.50^0.80^72.90^2.1^35.10^41^4.86^27^103^197^167^4.10^0.100^^15.0^0.0^1.000^1.100^13.500^0.000^1.400^108^95^13^174^34.3^0.00^2027^608^608^0^0^0^0^40^0.76^13.8^1.500^5.000^0.900^0^28.35^~1 oz~^^~~^0 ~43597~^~CHEESE,MOZZARELLA,LO NA~^49.90^280^27.50^17.10^2.40^3.10^0.0^1.23^731^0.25^26^524^95^16^3.13^0.027^^15.7^0.0^0.020^0.340^0.120^^0.080^9^0^9^9^15.4^0.92^517^137^133^0^44^0^0^0^0.15^1.8^10.867^4.844^0.509^54^132.00^~1 cup, diced~^113.00^~1 cup, shredded~^0 ~43598~^~MAYONNAISE DRSNG,NO CHOL~^21.70^688^0.00^77.80^0.40^0.30^0.0^0.30^7^0.23^1^25^14^486^0.13^0.000^^1.6^0.0^0.010^0.060^0.010^^0.010^0^0^0^0^0.7^0.00^0^0^0^0^0^0^0^0^11.79^24.7^10.784^18.026^45.539^0^239.00^~1 cup~^15.00^~1 tbsp~^0 ~43599~^~SALAD DRSNG,MAYO DRSNG,DIET,NO CHOL~^39.90^390^0.90^33.40^1.90^23.90^0.0^6.40^14^0.20^2^26^9^711^0.18^0.010^0.088^1.6^0.0^0.013^0.024^0.004^0.243^0.017^0^0^0^0^0.7^0.21^220^21^12^1^94^27^0^87^2.06^42.2^5.000^9.000^18.000^0^242.00^~1 cup~^15.00^~1 tbsp~^0 ~44005~^~OIL,CORN,PEANUT,AND OLIVE~^0.00^884^0.00^100.00^0.00^0.00^0.0^0.00^0^0.13^0^0^0^0^0.02^0.000^0.000^0.0^0.0^0.000^0.000^0.000^0.000^0.000^0^0^0^0^0.2^0.00^0^0^0^0^0^0^0^0^14.78^21.0^14.367^48.033^33.033^0^4.50^~1 teaspoon~^14.00^~1 tablespoon~^0 ~44018~^~SWEETENERS,TABLETOP,FRUCTOSE,LIQ~^23.90^279^0.00^0.00^0.00^76.10^0.1^76.00^1^0.11^0^0^0^2^0.09^0.037^^0.5^0.0^0.000^0.020^0.000^^0.000^0^0^0^0^0.0^0.00^0^0^0^0^0^0^0^0^0.00^0.0^0.000^0.000^0.000^0^^~~^^~~^0 ~21064~^~FAST FOODS,BURRITO,W/BNS,CHS,&BF~^64.94^163^7.18^6.55^1.77^19.55^^^64^1.84^25^69^202^488^1.16^0.162^0.195^8.7^2.5^0.150^0.350^1.900^0.820^0.110^37^7^30^42^27.9^0.54^394^^^^^^^^^^3.522^2.196^0.502^61^203.00^~2 pieces~^^~~^0 ~21065~^~FAST FOODS,BURRITO,W/BNS,CHS,&CHILI PEPPERS~^55.77^197^9.91^6.84^2.14^25.35^^^86^2.29^29^85^241^613^1.81^0.175^0.242^13.2^2.0^0.160^0.360^2.290^0.860^0.120^49^6^43^53^^0.59^475^55^37^^^^^^^^3.332^2.515^0.377^47^336.00^~2 pieces~^^~~^0 ~21066~^~FAST FOODS,BURRITO,W/BF~^49.61^238^12.09^9.46^2.24^26.60^^^38^2.77^37^79^336^678^2.15^0.186^0.357^16.7^0.5^0.110^0.420^2.930^1.360^0.140^59^41^18^88^^0.89^126^6^0^^^^^^^^4.754^3.368^0.388^29^220.00^~2 pieces~^^~~^0 ~21067~^~FAST FOODS,BURRITO,W/BF&CHILI PEPPERS~^54.45^212^10.70^8.23^2.02^24.60^^^43^2.21^30^70^248^555^2.15^0.157^0.371^11.9^0.8^0.200^0.400^2.530^0.930^0.150^48^30^18^69^^0.64^230^12^0^^^^^^^^3.980^3.022^0.485^27^201.00^~2 pieces~^^~~^0 ~21068~^~FAST FOODS,BURRITO,W/BF,CHS,&CHILI PEPPERS~^55.19^208^13.46^8.15^2.24^20.96^^^73^2.57^23^104^219^688^2.60^0.119^0.200^11.0^1.2^0.200^0.410^2.740^0.990^0.120^46^27^19^65^^0.68^320^65^59^^^^^^^^3.420^3.267^0.732^56^304.00^~2 pieces~^^~~^0 ~21069~^~FAST FOODS,BURRITO,W/FRUIT (APPL OR CHERRY)~^35.63^312^3.38^12.87^0.85^47.27^^^21^1.45^10^20^141^286^0.54^0.110^0.175^9.3^1.0^0.230^0.240^2.510^1.280^0.100^33^28^5^53^^0.69^548^28^0^^^^^^^^6.175^4.621^1.426^5^155.00^~1 burrito, large~^74.00^~1 burrito, small~^0 ~21070~^~FAST FOODS,CHIMICHANGA,W/BF~^50.68^244^11.27^11.31^2.14^24.60^^^36^2.61^36^71^337^523^2.85^0.243^0.320^13.6^2.7^0.280^0.370^3.320^1.180^0.160^48^30^18^69^^0.87^84^4^0^^^^^^^^4.888^4.635^0.653^5^174.00^~1 chimichanga~^^~~^0 ~21071~^~FAST FOODS,CHIMICHANGA,W/BF&CHS~^52.70^242^10.96^12.81^2.04^21.49^^^130^2.10^33^102^111^523^1.84^0.192^0.267^12.6^1.5^0.210^0.470^2.550^0.980^0.120^50^32^18^72^^0.71^295^72^69^^^^^^^^6.108^5.155^0.398^28^183.00^~1 chimichanga~^^~~^0 ~21072~^~FAST FOODS,CHIMICHANGA,W/BF&RED CHILI PEPPERS~^54.24^223^9.53^10.07^2.07^24.09^^^37^2.20^34^59^323^615^1.59^0.145^0.324^12.8^0.2^0.150^0.350^2.810^1.150^0.120^48^30^18^69^^0.57^138^7^0^^^^^^^^4.354^4.128^0.582^5^190.00^~1 chimichanga~^^~~^0 ~21073~^~FAST FOODS,CHIMICHANGA,W/BF,CHS,&RED CHILI PEPPERS~^59.19^202^8.15^9.75^1.65^21.26^^^121^1.75^23^81^183^497^2.57^0.313^0.217^13.7^1.0^0.130^0.530^1.920^0.820^0.090^50^32^18^72^^0.71^390^28^10^^^^^^^^4.649^3.923^0.303^28^180.00^~1 chimichanga~^^~~^0 ~21074~^~FAST FOODS,ENCHILADA,W/CHS~^63.23^196^5.91^11.56^1.78^17.51^^^199^0.81^31^82^147^481^1.54^0.159^0.147^6.2^0.6^0.050^0.260^1.170^0.930^0.240^40^19^21^53^^0.46^712^61^30^^^^^^^^6.496^3.872^0.501^27^163.00^~1 enchilada~^^~~^0 ~21075~^~FAST FOODS,ENCHILADA,W/CHS&BF~^66.89^168^6.21^9.19^1.85^15.87^^^119^1.60^43^87^299^687^1.40^0.270^0.304^5.1^0.7^0.050^0.210^1.310^0.750^0.140^35^0^35^35^^0.53^591^51^25^^^^^^^^4.712^3.201^0.723^21^192.00^~1 enchilada~^^~~^0 ~21076~^~FAST FOODS,ENCHIRITO,W/CHS,BF,&BNS~^62.67^178^9.27^8.33^2.22^17.51^^^113^1.24^37^116^290^648^1.43^0.140^0.199^4.2^2.4^0.090^0.360^1.550^0.950^0.110^49^18^31^62^^0.84^526^46^24^^^^^^^^4.118^3.377^0.170^26^193.00^~1 enchirito~^^~~^0 ~21077~^~FAST FOODS,FRIJOLES W/CHS~^69.11^135^6.81^4.66^2.23^17.19^^^113^1.34^51^105^362^528^1.04^0.204^0.301^1.7^0.9^0.080^0.200^0.890^0.660^0.120^67^0^67^67^^0.41^273^21^9^^^^^^^^2.440^1.567^0.417^22^167.00^~1 cup~^^~~^0 ~21078~^~FAST FOODS,NACHOS,W/CHS~^40.45^306^8.05^16.77^2.58^32.15^^^241^1.13^49^244^152^722^1.58^0.124^0.198^13.9^1.1^0.170^0.330^1.360^1.160^0.180^9^0^^^26.4^0.73^495^^^^^^^^^^6.885^7.074^1.976^16^113.00^~1 portion, (6-8 nachos)~^^~~^0 ~21079~^~FAST FOODS,NACHOS,W/CHS&JALAPENO PEPPERS~^42.70^298^8.24^16.74^2.87^29.45^^^304^1.20^53^193^144^851^1.42^0.085^0.215^6.9^0.5^0.060^0.240^1.390^1.200^0.180^9^0^9^9^^0.50^1991^281^217^^^^^^^^6.872^7.061^1.973^41^204.00^~1 portion, (6-8 nachos)~^^~~^0 ~21080~^~FAST FOODS,NACHOS,W/CHS,BNS,GROUND BF,&PEPPERS~^55.96^223^7.76^12.04^2.35^21.89^^^151^1.09^38^152^177^706^1.43^0.292^0.166^5.4^1.9^0.090^0.270^1.310^0.990^0.160^15^0^15^15^28.1^0.40^1334^^^^^^^^^^4.897^4.306^2.231^8^255.00^~1 portion, (6-8 nachos)~^^~~^0 ~21081~^~FAST FOODS,NACHOS,W/CINN&SUGAR~^1.01^543^6.60^33.01^1.22^58.16^^^78^2.65^18^30^72^403^0.54^0.143^0.452^6.1^7.3^0.170^0.410^3.600^1.740^0.160^7^0^7^7^^1.58^99^5^0^^^^^^^^16.707^10.864^3.786^36^109.00^~1 portion, (6-8 nachos)~^^~~^0 ~21082~^~FAST FOODS,TACO~^58.40^217^12.08^12.02^1.87^15.63^^^129^1.41^41^119^277^469^2.30^0.120^0.257^13.7^1.3^0.090^0.260^1.880^0.990^0.140^40^26^14^58^32.0^0.61^500^^^^^^^^^^6.648^3.846^0.561^33^263.00^~1 large~^171.00^~1 small~^0 ~21083~^~FAST FOODS,TACO SALAD~^72.35^141^6.68^7.46^1.59^11.91^^^97^1.15^26^72^210^385^1.36^0.113^0.167^2.2^1.8^0.050^0.180^1.240^0.680^0.110^42^22^20^57^23.3^0.32^297^^^^^^^^^^3.446^2.606^0.883^22^198.00^~1.5 cup~^^~~^0 ~21084~^~FAST FOODS,TACO SALAD W/CHILI CON CARNE~^76.79^111^6.67^5.03^1.33^10.18^^^94^1.02^20^59^150^339^1.26^0.115^0.129^2.9^1.3^0.060^0.190^0.970^0.550^0.200^35^11^24^43^^0.28^603^99^82^^^^^^^^2.299^1.739^0.589^2^261.00^~1.5 cup~^^~~^0 ~21085~^~FAST FOODS,TOSTADA,W/BNS&CHS~^66.24^155^6.67^6.85^1.83^18.42^^^146^1.31^41^81^280^377^1.32^0.143^0.255^2.4^0.9^0.070^0.230^0.920^0.790^0.110^30^0^30^30^^0.48^432^31^11^^^^^^^^3.727^2.121^0.520^21^144.00^~1 piece~^^~~^0 ~21086~^~FAST FOODS,TOSTADA,W/BNS,BF,&CHS~^70.44^148^7.15^7.53^1.70^13.18^^^84^1.09^30^77^218^387^1.41^0.140^0.160^9.3^1.8^0.040^0.220^1.270^0.830^0.110^38^0^38^38^^0.50^567^45^19^^^^^^^^5.100^1.561^0.265^33^225.00^~1 piece~^^~~^0 ~21087~^~FAST FOODS,TOSTADA,W/BF&CHS~^62.05^193^11.65^10.03^2.30^13.97^^^133^1.76^39^110^351^550^2.26^0.162^0.309^11.7^1.6^0.060^0.340^1.930^1.160^0.140^46^37^9^72^^0.72^437^31^11^^^^^^^^6.377^2.052^0.598^25^163.00^~1 piece~^^~~^0 ~21088~^~TOSTADA WITH GUACAMOLE~^72.51^138^4.78^8.91^1.53^12.27^^^162^0.62^28^89^249^306^1.56^0.097^0.135^2.7^1.4^0.050^0.220^0.760^0.770^0.100^44^2^42^45^^0.38^671^80^56^^^^^^^^3.780^3.250^1.170^15^261.00^~2 pieces~^^~~^0 ~21089~^~FAST FOODS,CHEESEBURGER; SINGLE,REG PATTY; PLN~^38.70^303^15.13^13.93^2.38^29.89^1.0^5.47^191^2.66^21^159^190^589^2.20^0.087^0.251^^0.0^0.259^0.299^4.618^0.253^0.138^67^^^^28.9^1.02^230^^^^^^^^^^5.245^4.292^0.417^41^100.30^~1 item~^^~~^0 ~21090~^~FAST FOODS,CHEESEBURGER; SINGLE,REG PATTY,W/ CONDMNT~^45.78^270^13.49^12.90^2.38^25.46^1.9^5.24^123^2.25^23^142^184^628^2.21^0.098^0.254^22.7^0.4^0.320^0.190^3.510^0.417^0.374^26^19^7^39^33.4^1.31^292^60^54^2^64^4^0^19^0.09^5.5^5.797^5.035^1.523^39^127.00^~1 item~^^~~^0 ~21091~^~FAST FOODS,CHEESEBURGER; SINGLE,REG PATTY,W/ CONDMNT & VEG~^55.20^233^11.58^12.85^2.10^18.27^^^118^1.72^17^140^149^634^1.70^0.080^0.190^13.3^1.5^0.210^0.150^4.140^0.220^0.100^42^28^14^62^^0.80^280^^^^^^^^^^5.966^4.654^0.955^34^154.00^~1 sandwich~^^~~^0 ~21092~^~FAST FOODS,CHEESEBURGER; DOUBLE,REG PATTY; PLN~^42.17^308^17.16^17.40^2.52^20.80^0.7^4.02^180^2.37^21^183^216^621^2.75^0.081^0.181^^0.0^0.185^0.282^4.382^0.342^0.187^50^^^^^1.38^^^^^^^^^^^7.080^5.794^0.562^55^148.60^~1 item~^^~~^0 ~21093~^~FAST FOODS,CHEESEBURGER; DOUBLE,REG PATTY,W/ CONDMNT & VEG~^51.20^251^12.80^12.70^2.10^21.20^^^103^2.06^18^146^202^633^2.10^0.090^0.180^14.2^1.0^0.210^0.170^4.850^0.260^0.110^37^23^14^53^^1.16^240^^^^^^^^^^5.251^4.704^1.601^36^166.00^~1 sandwich~^^~~^0 ~21451~^~POPEYES,FRIED CHICK,SPICY,WING,MEAT ONLY~^52.72^244^29.71^12.78^2.33^2.45^^^30^0.91^24^188^287^618^1.73^0.058^0.062^37.5^^0.099^0.215^8.840^1.400^0.498^^^^^^0.52^45^13^13^^^^^^^^3.881^5.160^1.550^132^37.44^~1 wing, without skin~^22.01^~1 wing, bone and skin removed~^65 ~21452~^~POPEYES,FRIED CHICK,SPICY,BREAST,MEAT & SKN W/ BREADING~^51.86^264^23.10^15.89^2.07^7.08^0.5^0.00^26^0.76^25^192^285^485^0.77^0.044^0.108^29.4^^0.096^0.174^9.368^1.459^0.399^^^^^^0.36^67^20^20^^^^^^^^5.429^6.851^1.613^96^191.86^~1 breast, with skin~^130.70^~1 breast, without skin~^10 ~21453~^~POPEYES,FRIED CHICK,SPICY,DRUMSTK,MEAT & SKN W/ BREADING~^53.97^256^22.55^15.95^2.04^5.49^0.4^0.00^20^1.07^23^181^277^509^2.00^0.078^0.097^29.6^^0.099^0.290^5.835^1.328^0.256^^^^^^0.70^67^20^20^^^^^^^^5.243^6.852^1.793^115^68.45^~1 drumstick, with skin~^51.24^~1 drumstick, without skin~^24 ~21454~^~POPEYES,FRIED CHICK,SPICY,THIGH,MEAT & SKN W/ BREADING~^48.54^305^19.03^21.56^2.08^8.79^0.6^0.00^23^1.09^21^166^261^543^1.37^0.075^0.127^26.2^^0.089^0.247^5.807^1.287^0.244^^^^^^0.48^93^28^28^^^^^^^^7.263^9.532^2.397^108^120.92^~1 thigh, with skin~^73.81^~1 thigh, without skin~^16 ~21455~^~POPEYES,FRIED CHICK,SPICY,WING,MEAT & SKN W/ BREADING~^40.95^351^20.22^24.82^2.28^11.74^0.8^0.00^32^1.07^21^157^235^630^1.15^0.065^0.158^27.6^^0.086^0.179^6.692^1.144^0.306^^^^^^0.40^104^31^31^^^^^^^^8.521^10.923^2.642^104^62.69^~1 wing, with skin~^37.44^~1 wing, without skin~^24 ~21456~^~POPEYES,FRIED CHICK,MILD,BREAST,MEAT & SKN W/ BREADING~^50.95^265^22.96^15.60^2.35^8.14^0.4^0.00^23^0.72^25^194^288^530^0.77^0.042^0.103^30.0^^0.103^0.166^9.210^1.428^0.400^^^^^^0.36^62^19^19^^^^^^^^5.216^6.608^1.606^98^192.23^~1 breast, with skin~^111.27^~1 breast, bone and skin removed~^10 ~21457~^~POPEYES,FRIED CHICK,MILD,DRUMSTK,MEAT & SKN W/ BREADING~^49.10^288^20.19^18.81^2.37^9.54^0.5^0.00^20^1.06^22^171^261^588^1.76^0.074^0.121^27.9^^0.101^0.250^5.443^1.205^0.235^^^^^^0.62^78^23^23^^^^^^^^6.257^8.107^2.056^108^75.56^~1 drumstick, with skin~^58.71^~1 drumstick, without skin~^20 ~21458~^~POPEYES,FRIED CHICK,MILD,THIGH,MEAT & SKN W/ BREADING~^47.40^310^18.63^21.73^2.38^9.85^0.5^0.00^20^1.03^20^162^256^595^1.34^0.072^0.124^26.0^^0.097^0.233^5.576^1.235^0.242^^^^^^0.47^89^27^27^^^^^^^^7.179^9.454^2.438^108^117.84^~1 thigh, with skin~^73.25^~1 thigh, without skin~^16 ~21459~^~POPEYES,FRIED CHICK,MILD,WING,MEAT & SKN W/ BREADING~^40.90^345^20.06^23.78^2.62^12.64^0.6^0.00^27^1.00^21^155^232^689^1.16^0.061^0.149^27.9^^0.096^0.167^6.456^1.096^0.310^^^^^^0.41^94^28^28^^^^^^^^7.987^10.281^2.565^105^57.13^~1 wing, with skin~^32.38^~1 wing, without skin~^21 ~21460~^~MCDONALD'S,BISCUIT,LRG SIZE~^30.71^344^6.16^16.01^3.36^43.76^2.0^2.96^76^2.73^11^442^120^974^0.42^0.082^0.264^^0.0^0.477^0.356^4.103^0.417^0.041^150^^^^^0.12^20^6^6^^^^^^1.18^^9.260^3.749^2.227^0^90.00^~1 item, 3.2 oz~^^~~^0 ~22005~^~KRAFT MACARONI & CHEESE DINNER ORIGINAL FLAVOR,UNPREP~^7.70^370^16.20^3.70^3.60^67.90^2.1^10.00^132^3.66^^378^423^802^^^^^0.5^0.960^0.590^6.480^^^93^^^^^^72^^^^^^^^^^1.800^^^14^70.00^~1 NLEA Serving, (makes about 1 cup prepared)~^^~~^0 ~22118~^~MORNINGSTAR FARMS GARDEN VEGGIE PATTIES,FRZ,UNPREP~^59.90^176^17.80^5.60^3.00^13.70^4.5^1.80^59^2.20^^164^210^525^1.00^^^^1.1^11.200^0.300^1.400^^0.900^^^^^^^373^^^^^^^^^^0.800^1.500^3.200^2^67.00^~1 patty~^^~~^0 ~22119~^~MORNINGSTAR FARMS AMERICA'S ORIGINAL VEGGIE DOG,FRZ,UNPREP~^64.80^132^19.70^1.30^1.90^12.30^3.5^4.10^23^1.50^^128^121^1068^1.00^^^^0.0^0.300^0.200^0.000^^0.060^^^^^^0.00^0^^^^^^^^^^0.200^0.200^0.900^0^57.00^~1 link~^^~~^0 ~22120~^~MORNINGSTAR FARMS GRILLERS RECIPE CRUMBLES,FRZ,UNPREP~^65.80^131^17.80^4.30^4.40^7.70^4.7^0.60^32^4.60^^201^189^427^1.00^^^^0.0^1.200^0.200^11.600^^0.700^0^^0^^^8.10^0^^^^^^^^^^0.500^0.900^2.870^0^55.00^~.67 cup~^^~~^0 ~22121~^~MORNINGSTAR FARMS GRILLERS VEGAN,FRZ,UNPREP~^68.20^132^16.30^3.40^3.00^9.10^5.2^0.40^37^2.90^^221^498^395^0.80^^^^0.0^0.000^0.100^^^^^^^^^^0^^^^^^^^^^0.500^1.200^1.700^0^71.00^~1 patty~^^~~^0 ~22122~^~MORNINGSTAR FARMS VEGGIE SAUSAGE PATTIES,FRZ,UNPREP~^54.40^210^25.80^7.90^3.10^8.80^4.1^1.70^44^4.50^^306^328^671^1.40^^^^0.0^11.000^0.300^6.000^^0.500^^^^^^3.70^0^^^^^^^^^^1.100^1.900^4.900^2^38.00^~1 patty~^^~~^0 ~22123~^~MORNINGSTAR FARMS SPICY BLACK BEAN BURGER,FRZ,UNPREP~^56.50^171^16.10^5.70^2.00^19.70^6.8^2.80^103^2.20^51^189^380^520^1.00^0.200^0.700^^1.0^13.600^0.300^1.800^^0.160^49^^49^^^0.00^100^^^^^^^^^^0.800^1.500^3.300^1^67.00^~1 patty~^^~~^0 ~22125~^~GREEN GIANT,HARVEST BURGER,ORIG FLAV,ALL VEG PROT PATTY,FRZ~^65.00^153^20.00^4.60^2.60^7.80^6.3^^113^4.28^78^250^480^457^8.97^0.490^^10.0^0.0^0.350^0.220^7.000^^0.430^24^0^24^24^^0.00^0^^^^^^^^^^1.130^2.372^0.295^0^362.00^~1 package~^90.00^~1 patty~^0 ~22126~^~LOMA LINDA BIG FRANKS,CND,UNPREP~^59.09^217^21.47^12.03^1.64^5.77^3.5^0.44^17^2.52^^143^116^426^2.29^^^^0.0^0.580^0.980^14.830^3.160^1.430^^^^^^13.12^0^^^^^^^^^^1.610^3.100^7.390^0^51.00^~1 link~^^~~^0 ~22128~^~MORNINGSTAR FARMS VEGAN BURGER MADE W/ ORG SOY,FRZ,UNPREP~^64.80^138^18.90^2.20^3.40^10.70^5.7^2.10^31^2.80^^^349^644^0.50^^^^0.0^^^^^^^0^^^^^0^^^^^^^^^^0.300^0.800^1.090^0^71.00^~1 patty~^^~~^0 gourmand-1.2.0/src/gourmand/data/FAQ000066400000000000000000000312001510115424500171660ustar00rootroot000000000000001. What is this F.A.Q. for? Gourmand is intended to be as intuitive to use as possible. If you find something in gourmet counterintuitive, confusing, or hard-to-use, let us know. 2. Getting recipes 2.a Where can I get some recipes for Gourmand? Gourmand can easily import mealmaster and mastercook files. There are large archives of these files available on the web -- search for the kind of recipes you're interested in and "mealmaster" or "mastercook", and you should find them. Gourmand can also import recipes from websites. A very few websites have support for automated import. In most cases, Gourmand will pop up a window asking you to identify the title, source, ingredients, etc. from the text of the recipe on the webpage. Then Gourmand will ask if you want to choose any images from the webpage to associate with the web page. 2.b. What is that funny dialog about "encoding" that comes up when I import? There exist many different ways to "encode" the same characters. When a recipe includes accented characters or symbols (like the degree symbol), it is important that Gourmand choose the right encoding to read the recipe, or all of these characters will come out wrong. When Gourmand encounters a file with unusual characters, it limits the possible encodings to as few choices as possible and then presents you with a choice, showing you the file with different encodings. The lines where the different encodings result in different characters are highlighted yellow, so you can quickly scroll to them and see which encoding looks right. 3. How do I do complicated searches? By default, Gourmand does a simple search for the text you enter anywhere. If you want to combine multiple searches, just hit return and start typing again. For example, to search for desserts with oranges, type "dessert", hit return, and then type "orange." You can also type "or" to search for one thing or another. By clicking "Show Search Options," you can further narrow your search results, searching only in a given part of a recipe (e.g. in ingredients). You can also turn on support for regular expressions, which will allow programmers and others familiar with regular expressions to do more powerful searches. 3.b Searching is too slow, what can I do? If your computer is slow and/or your database is big, you may find that Gourmand is sluggish when you are searching. This is because, by default, Gourmand tries to search as you type. By clicking "Show Search Options" and then unchecking "Search as you type," you can turn off this feature. In this mode, you have to type "return" or click "find" to actually run a search. If Gourmand is still sluggish in this case, you may need to select more specific searches instead of using the default "search anywhere" option. For most users this should be no problem, but it is possible that with a very large database and a slow machine, you will run into performance problems. 4. Shopping lists 4.a. How do I create a shopping list? There are two ways: Click on the "Shop" button in a recipe card, or, select "Add to shopping list" from the right-click menu or the Action menu of the index view. You can also type "Control-L" (for list) from either view to add to the shopping list more quickly. 4.b. What is the "pantry" for? The idea of the "pantry" list is to record ingredients that you do not want to shop for. In my kitchen, for example, I almost never need to buy any of the basic spices, or staples like flour, butter and sugar, so I put them in my pantry list. The reason these are added to a list rather than simply deleted from your shopping list is so that you can always see what ingredients a recipe calls for -- for the rare cases when you've run out of a staple that's usually in your pantry. The pantry list is *not* designed to list all the contents of your pantry. Only the items on your shopping list will be printed when you print a shopping list. If you don't want something to be included on the shopping list, drag it to your pantry list. If you do want it included, drag it back form the pantry list to the shopping list. In either case, Gourmand will remember what you did for next time. 4.c. How can I delete items from my shopping list? Drag them to the pantry list. Or use the "remove from shopping list" button on the toolbar. Or type "Control-D" while the item is selected. The idea of the "pantry" is just a metaphor -- you should put anything you don't want on your shopping list into the pantry list, regardless of whether you actually have those items. 4.d. So how can I move something from my pantry back onto my shopping list. Drag the item from the pantry list to the shopping list. Or use the button on the toolbar. Or type "Control-B" ("B" for Back) while the item is selected. 5. Entering and Editing recipes 5.a. How do I edit recipes When you create a recipe card, you will see the recipe editor window, a window with multiple tabs. Each tab allows you to edit a different aspect of the recipe (ingredients, instrucitons, etc.) When you open a previously created recipe, you'll see a simpler "Recipe Card" display that puts all the information you need on one screen. If you want to edit any part of this display, click on the "Edit" button next to the relevant section. For example, next to the "Ingredients" header, there's a "Edit ingredients" button which will open the edit window on the ingredients tab. 5.b. How do I convert units? Just edit the unit by clicking on the "unit" cell in your ingredient list. Gourmand will then offer you a choice between simply changing the unit and converting the item. If you select 1/2 cup milk, for example, and change "cup" to "g.", Gourmand will ask you whether you want to convert it (121.69 grams) or simply change the unit (1/2 g.). Although Gourmand does know the density of milk (allowing it to calculate this example), it can't always do weight-to-volume conversions! If you would like a manual unit calculator, you can activate the "Unit Converter" plugin, which will make a handy unit calculator accessible in the "Tools" menu. 5.c. What about OR ingredients - this ingredient OR that? You can replicate the effect of a recipe calling for one ingredient or another by making both of the ingredients you want to choose between optional. When you go to add the recipe to a shopping list, you'll be given an option of which items to add, and you can choose. This isn't perfect of course, because it allows you to add both or neither ingredient, which is not what the recipe calls for! However, I haven't thought of a more elegant way to allow for "or" items in ingredient lists yet. 6. How do I save recipes in a menu? Gourmand allows you to add a recipe to any other recipe as an ingredients by pressing on the "Add recipe as ingredient" button in the "Ingredients" tab of a recipe editor. Using this feature, you can create a menu by creating a "New Recipe" and then adding as many recipes as "ingredients" as you like. You can also activate the "Shopping List Saver" plugin (under Tools) to allow you to save everything you've added to your shopping list as a recipe for future use. A frequent request is to have gourmet support saving collections of recipes as a menu or daily/weekly/monthly plan. This has yet to be implemented. 7. What are plugins? Gourmand strives to provide a simple basic interface for all users while allowing powerful features to be accessed by users who are interested in them. Plugins in Gourmand allow access to more powerful features. Those plugins that are unlikely to "get in the way" of the user, such as different import filters, are activated by default. Those plugins that may only annoy some users, such as nutritional information, are disabled by default. To activate or deactivate plugins, select "Plugins" from the "Settings" menu. Note that plugins can also fail for various reasons. Sometimes, for example, a plugin will require another software library that you may not have installed. Gourmand tries to give you useful information when it encounters a situation like this. At any rate, if a plugin does not load correctly, the rest of Gourmand should still be able to run without issue. 8. Can I calculate nutritional information with Gourmand? Yes! Gourmand includes a copy of the USDA nutritional database, which has thousands of items. For now, Gourmand doesn't know about any ingredients by default--unless you tell it about your ingredients, Gourmand will always say it is "missing nutritional information" for the items in your recipe. If you care about nutritional information, click "Edit" and a new window will pop up and ask you to give it the information it needs to calculate nutritional information, either using the USDA database foods or entering nutritional information by hand if necessary. 9. What are ingredient "key"s? By default, ingredient "keys" are not shown to the user and are not needed for Gourmand. However, users interested in advanced features, such as customizing nutritional information or shopping lists, will want to activate the plugins that allow for viewing and editing ingredient keys. Ingredient "keys" are the standardized name for an ingredient that will go on your shopping list and, in future versions of gourmet, be used to look up nutritional information. An ingredient like "Tomatoes, seeded and finely chopped" should be keyed as "tomato" or "tomato, red" -- whatever you want to appear on your shopping list. Standardizing keys means your shopping list can properly combine ingredients from various recipes, understanding that "Tomatoes, seeded and finely chopped", "ripe tomatoes", and "3 tomatoes, in slices", are all the same thing. If this doesn't matter to you, don't worry about making your ingredient keys standard. 9.a. Is there a fast way to fix up ingredient keys? Yes. The "Key Editor" plugin (under "Tools") allows you to browse and search all the ingredient keys in your database. This way, you can search for all instances of "pepper" and standardize "pepper", "pepper, black" and "black pepper" to one key. You can also see what recipe different keys are used in, so that if you see something is obviously wrong, you can go correct it. Finally, the Key Editor allows you to easily change amounts and units as well, either for individual instances or en masse. Using the Key Editor, you can easily change all instances of ts. to tsp., or you could tell it that for water, you'd like to change all instances of 1 kg. to 1 liter. 10. Can I do fancy printing with Gourmand? When you print from Gourmand, you can choose a variety of useful settings under the "Page Layout" tab of the print dialog. This will allow you to choose the format you want to print in (index cards, columns, etc.) and the base font size you would like to use. 11. Where does Gourmand store its data (including my recipes)? On Linux, including WSL, Gourmand stores its data by default in ~/.gourmand or ~/.local/share/gourmand (i.e. a hidden subfolder of your home directory named .gourmand -- mind the dot). When using the Flatpak version of Gourmand the default directory is `~/.var/app/io.github.GourmandRecipeManager.Gourmand/data/gourmand`. On Windows, the gourmand directory (without the dot) is buried somewhere in your user directory (normally \AppData\Roaming\gourmand). If you can't find it, use Windows Explorer to search it within your user directory. You can change that location by using the `--gourmand-directory` command line option. (Try `gourmand --help` for a list of all available options.) Also note the `--database-url` option which allows specifying an [SQLAlchemy-style database URL](http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html#database-urls) (which by default is something like `sqlite:///~/.gourmand/recipes.db`, but could also be e.g. `mysql://gourmandrecipe:password@localhost/gourmandetrecipe` if you're using a MySQL database, which by the way could also reside on some remote server.) 12. How can I change the font size? On my high resolution display, I can hardly read the text that is being displayed. Within a Gnome environment, Gourmand respects the desktop-wide preferences. On Windows, you can download a program that lets you tweak GTK+ settings and change the font size. It's called "Change GTK2 Appearance" and can be found at http://gtk-win.sourceforge.net/home/index.php/Main/GTKPreferenceTool 13. Further Questions 13.a. What if I have a good idea for how to improve Gourmand? Please submit a an issue tagged with the 'feature-request' label (and possibly other applicable labels) at the following website: https://github.com/GourmandRecipeManager/gourmand/issues 13.b. What if I find a bug? Please submit an issue tagged with the 'bug' label (and possibly other applicable labels) at the following website: https://github.com/GourmandRecipeManager/gourmand/issues gourmand-1.2.0/src/gourmand/data/FOOD_DES.txt000066400000000000000000042773121510115424500206430ustar00rootroot00000000000000~01001~^~0100~^~Butter, salted~^~BUTTER,WITH SALT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01002~^~0100~^~Butter, whipped, with salt~^~BUTTER,WHIPPED,WITH SALT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01003~^~0100~^~Butter oil, anhydrous~^~BUTTER OIL,ANHYDROUS~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01004~^~0100~^~Cheese, blue~^~CHEESE,BLUE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01005~^~0100~^~Cheese, brick~^~CHEESE,BRICK~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01006~^~0100~^~Cheese, brie~^~CHEESE,BRIE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01007~^~0100~^~Cheese, camembert~^~CHEESE,CAMEMBERT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01008~^~0100~^~Cheese, caraway~^~CHEESE,CARAWAY~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01009~^~0100~^~Cheese, cheddar~^~CHEESE,CHEDDAR~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01010~^~0100~^~Cheese, cheshire~^~CHEESE,CHESHIRE~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01011~^~0100~^~Cheese, colby~^~CHEESE,COLBY~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01012~^~0100~^~Cheese, cottage, creamed, large or small curd~^~CHEESE,COTTAGE,CRMD,LRG OR SML CURD~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01013~^~0100~^~Cheese, cottage, creamed, with fruit~^~CHEESE,COTTAGE,CRMD,W/FRUIT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01014~^~0100~^~Cheese, cottage, nonfat, uncreamed, dry, large or small curd~^~CHEESE,COTTAGE,NONFAT,UNCRMD,DRY,LRG OR SML CURD~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01015~^~0100~^~Cheese, cottage, lowfat, 2% milkfat~^~CHEESE,COTTAGE,LOWFAT,2% MILKFAT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01016~^~0100~^~Cheese, cottage, lowfat, 1% milkfat~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01017~^~0100~^~Cheese, cream~^~CHEESE,CREAM~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01018~^~0100~^~Cheese, edam~^~CHEESE,EDAM~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01019~^~0100~^~Cheese, feta~^~CHEESE,FETA~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01020~^~0100~^~Cheese, fontina~^~CHEESE,FONTINA~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01021~^~0100~^~Cheese, gjetost~^~CHEESE,GJETOST~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01022~^~0100~^~Cheese, gouda~^~CHEESE,GOUDA~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01023~^~0100~^~Cheese, gruyere~^~CHEESE,GRUYERE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01024~^~0100~^~Cheese, limburger~^~CHEESE,LIMBURGER~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01025~^~0100~^~Cheese, monterey~^~CHEESE,MONTEREY~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01026~^~0100~^~Cheese, mozzarella, whole milk~^~CHEESE,MOZZARELLA,WHL MILK~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01027~^~0100~^~Cheese, mozzarella, whole milk, low moisture~^~CHEESE,MOZZARELLA,WHL MILK,LO MOIST~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01028~^~0100~^~Cheese, mozzarella, part skim milk~^~CHEESE,MOZZARELLA,PART SKIM MILK~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01029~^~0100~^~Cheese, mozzarella, part skim milk, low moisture~^~CHEESE,MOZZARELLA,PART SKIM MILK,LO MOIST~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01030~^~0100~^~Cheese, muenster~^~CHEESE,MUENSTER~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01031~^~0100~^~Cheese, neufchatel~^~CHEESE,NEUFCHATEL~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01032~^~0100~^~Cheese, parmesan, grated~^~CHEESE,PARMESAN,GRATED~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01033~^~0100~^~Cheese, parmesan, hard~^~CHEESE,PARMESAN,HARD~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01034~^~0100~^~Cheese, port de salut~^~CHEESE,PORT DE SALUT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01035~^~0100~^~Cheese, provolone~^~CHEESE,PROVOLONE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01036~^~0100~^~Cheese, ricotta, whole milk~^~CHEESE,RICOTTA,WHOLE MILK~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01037~^~0100~^~Cheese, ricotta, part skim milk~^~CHEESE,RICOTTA,PART SKIM MILK~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01038~^~0100~^~Cheese, romano~^~CHEESE,ROMANO~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01039~^~0100~^~Cheese, roquefort~^~CHEESE,ROQUEFORT~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01040~^~0100~^~Cheese, swiss~^~CHEESE,SWISS~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01041~^~0100~^~Cheese, tilsit~^~CHEESE,TILSIT~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01042~^~0100~^~Cheese, pasteurized process, american, with di sodium phosphate~^~CHEESE,PAST PROCESS,AMERICAN,W/DI NA PO4~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01043~^~0100~^~Cheese, pasteurized process, pimento~^~CHEESE,PAST PROCESS,PIMENTO~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01044~^~0100~^~Cheese, pasteurized process, swiss, with di sodium phosphate~^~CHEESE,PAST PROCESS,SWISS,W/DI NA PO4~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01045~^~0100~^~Cheese food, cold pack, american~^~CHEESE FD,COLD PK,AMERICAN~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01046~^~0100~^~Cheese food, pasteurized process, american, without di sodium phosphate~^~CHEESE FD,PAST PROCESS,AMERICAN,WO/DI NA PO4~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01047~^~0100~^~Cheese food, pasteurized process, swiss~^~CHEESE FD,PAST PROCESS,SWISS~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01048~^~0100~^~Cheese spread, pasteurized process, american, without di sodium phosphate~^~CHEESE SPRD,PAST PROCESS,AMERICAN,WO/DI NA PO4~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01049~^~0100~^~Cream, fluid, half and half~^~CREAM,FLUID,HALF AND HALF~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01050~^~0100~^~Cream, fluid, light (coffee cream or table cream)~^~CREAM,FLUID,LT (COFFEE CRM OR TABLE CRM)~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01052~^~0100~^~Cream, fluid, light whipping~^~CREAM,FLUID,LT WHIPPING~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01053~^~0100~^~Cream, fluid, heavy whipping~^~CREAM,FLUID,HVY WHIPPING~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01054~^~0100~^~Cream, whipped, cream topping, pressurized~^~CREAM,WHIPPED,CRM TOPPING,PRESSURIZED~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01055~^~0100~^~Cream, sour, reduced fat, cultured~^~CREAM,SOUR,RED FAT,CULTURED~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01056~^~0100~^~Cream, sour, cultured~^~CREAM,SOUR,CULTURED~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01057~^~0100~^~Eggnog~^~EGGNOG~^~~^~~^~Y~^~~^0^~~^6.37^4.27^8.79^3.90 ~01058~^~0100~^~Sour dressing, non-butterfat, cultured, filled cream-type~^~SOUR DRSNG,NON-BUTTERFAT,CULTURED,FILLED CREAM-TYPE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01059~^~0100~^~Milk, filled, fluid, with blend of hydrogenated vegetable oils~^~MILK,FILLED,FLUID,W/BLEND OF HYDR VEG OILS~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01060~^~0100~^~Milk, filled, fluid, with lauric acid oil~^~MILK,FILLED,FLUID,W/LAURIC ACID OIL~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01067~^~0100~^~Cream substitute, liquid, with hydrogenated vegetable oil and soy protein~^~CREAM SUB,LIQ,W/HYDR VEG OIL&SOY PROT~^~~^~~^~Y~^~~^0^~~^5.71^4.27^8.79^3.87 ~01068~^~0100~^~Cream substitute, liquid, with lauric acid oil and sodium caseinate~^~CREAM SUB,LIQ,W/LAURIC ACID OIL&NA CASEINATE~^~~^~~^~~^~~^0^~~^6.29^4.27^8.79^3.87 ~01069~^~0100~^~Cream substitute, powdered~^~CREAM SUBSTITUTE,POWDERED~^~~^~~^~Y~^~~^0^~~^6.29^4.27^8.79^3.87 ~01070~^~0100~^~Dessert topping, powdered~^~DESSERT TOPPING,POWDERED~^~~^~~^~~^~~^0^~~^6.29^4.27^8.79^3.87 ~01071~^~0100~^~Dessert topping, powdered, 1.5 ounce prepared with 1/2 cup milk~^~DESSERT TOPPING,PDR,1.5 OZ PREP W/1/2 CUP MILK~^~~^~~^~Y~^~~^0^~~^6.35^4.27^8.79^3.87 ~01072~^~0100~^~Dessert topping, pressurized~^~DESSERT TOPPING,PRESSURIZED~^~~^~~^~Y~^~~^0^~~^6.29^4.27^8.79^3.87 ~01073~^~0100~^~Dessert topping, semi solid, frozen~^~DESSERT TOPPING,SEMI SOLID,FRZ~^~~^~~^~Y~^~~^0^~~^6.29^4.27^8.84^3.87 ~01074~^~0100~^~Sour cream, imitation, cultured~^~SOUR CRM,IMITN,CULTURED~^~~^~~^~Y~^~~^0^~~^6.29^4.27^8.79^3.87 ~01075~^~0100~^~Milk substitutes, fluid with hydrogenated vegetable oils~^~MILK SUBSTITUTES,FLUID W/HYDR VEG OILS~^~~^~~^~~^~~^0^~~^6.29^4.27^8.79^3.87 ~01076~^~0100~^~Milk substitutes, fluid, with lauric acid oil~^~MILK SUBSTITUTES,FLUID,W/LAURIC ACID OIL~^~~^~~^~~^~~^0^~~^6.29^4.27^8.79^3.87 ~01077~^~0100~^~Milk, whole, 3.25% milkfat~^~MILK,WHL,3.25% MILKFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~01078~^~0100~^~Milk, producer, fluid, 3.7% milkfat~^~MILK,PRODUCER,FLUID,3.7% MILKFAT~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01079~^~0100~^~Milk, reduced fat, fluid, 2% milkfat, with added vitamin A~^~MILK,RED FAT,FLUID,2%MILKFAT,W/ADDED VIT A~^~~^~~^~Y~^~~^0^~~^^^^ ~01080~^~0100~^~Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids and vitamin A~^~MILK,RED FAT,FLUID,2% MILKFAT,W/ NONFAT MILK SOL&VIT A~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01081~^~0100~^~Milk, reduced fat, fluid, 2% milkfat, protein fortified, with added vitamin A~^~MILK,RED FAT,FLUID,2% MILKFAT,PROT FORT,W/ VIT A~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01082~^~0100~^~Milk, lowfat, fluid, 1% milkfat, with added vitamin A~^~MILK,LOWFAT,FLUID,1% MILKFAT,W/ VIT A~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01083~^~0100~^~Milk, lowfat, fluid, 1% milkfat, with added nonfat milk solids and vitamin A~^~MILK,LOWFAT,FLUID,1% MILKFAT,W/ NONFAT MILK SOL&VIT A~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01084~^~0100~^~Milk, lowfat, fluid, 1% milkfat, protein fortified, with added vitamin A~^~MILK,LOWFAT,FLUID,1% MILKFAT,PROT FORT,W/ VIT A~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01085~^~0100~^~Milk, nonfat, fluid, with added vitamin A (fat free or skim)~^~MILK,NONFAT,FLUID,W/ VIT A (FAT FREE OR SKIM)~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01086~^~0100~^~Milk, nonfat, fluid, with added nonfat milk solids and vitamin A (fat free or skim)~^~MILK,NONFAT,FLUID,W/ NONFAT MILK SOL&VIT A (FAT FREE/SKIM)~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01087~^~0100~^~Milk, nonfat, fluid, protein fortified, with added vitamin A (fat free and skim)~^~MILK,NONFAT,FLUID,PROT FORT,W/ VIT A (FAT FREE/SKIM)~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01088~^~0100~^~Milk, buttermilk, fluid, cultured, lowfat~^~MILK,BTTRMLK,FLUID,CULTURED,LOWFAT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01089~^~0100~^~Milk, low sodium, fluid~^~MILK,LOW SODIUM,FLUID~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01090~^~0100~^~Milk, dry, whole~^~MILK,DRY,WHOLE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01091~^~0100~^~Milk, dry, nonfat, regular, without added vitamin A~^~MILK,DRY,NONFAT,REG,WO/ VIT A~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01092~^~0100~^~Milk, dry, nonfat, instant, with added vitamin A~^~MILK,DRY,NONFAT,INST,W/ VIT A~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01093~^~0100~^~Milk, dry, nonfat, calcium reduced~^~MILK,DRY,NONFAT,CA RED~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01094~^~0100~^~Milk, buttermilk, dried~^~MILK,BUTTERMILK,DRIED~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01095~^~0100~^~Milk, canned, condensed, sweetened~^~MILK,CND,COND,SWTND~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01096~^~0100~^~Milk, canned, evaporated, without added vitamin A~^~MILK,CND,EVAP,WO/ VIT A~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01097~^~0100~^~Milk, canned, evaporated, nonfat~^~MILK,CND,EVAP,NONFAT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01102~^~0100~^~Milk, chocolate, fluid, commercial, whole~^~MILK,CHOC,FLUID,COMM,~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01103~^~0100~^~Milk, chocolate, fluid, commercial, reduced fat~^~MILK,CHOC,FLUID,COMM,RED FAT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01104~^~0100~^~Milk, chocolate, fluid, commercial, lowfat~^~MILK,CHOC,FLUID,COMM,LOWFAT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01105~^~0100~^~Milk, chocolate beverage, hot cocoa, homemade~^~MILK,CHOC BEV,HOT COCOA,HOMEMADE~^~~^~~^~~^~~^0^~~^^^^ ~01106~^~0100~^~Milk, goat, fluid~^~MILK,GOAT,FLUID~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01107~^~0100~^~Milk, human, mature, fluid~^~MILK,HUMAN,MATURE,FLUID~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01108~^~0100~^~Milk, indian buffalo, fluid~^~MILK,INDIAN BUFFALO,FLUID~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01109~^~0100~^~Milk, sheep, fluid~^~MILK,SHEEP,FLUID~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01110~^~0100~^~Milk shakes, thick chocolate~^~MILK SHAKES,THICK CHOC~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01111~^~0100~^~Milk shakes, thick vanilla~^~MILK SHAKES,THICK VANILLA~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01112~^~0100~^~Whey, acid, fluid~^~WHEY,ACID,FLUID~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01113~^~0100~^~Whey, acid, dried~^~WHEY,ACID,DRIED~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01114~^~0100~^~Whey, sweet, fluid~^~WHEY,SWEET,FLUID~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01115~^~0100~^~Whey, sweet, dried~^~WHEY,SWEET,DRIED~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01116~^~0100~^~Yogurt, plain, whole milk, 8 grams protein per 8 ounce~^~YOGURT,PLN,WHL MILK,8 GRAMS PROT PER 8 OZ~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01117~^~0100~^~Yogurt, plain, low fat, 12 grams protein per 8 ounce~^~YOGURT,PLN,LOFAT,12 GRAMS PROT PER 8 OZ~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01118~^~0100~^~Yogurt, plain, skim milk, 13 grams protein per 8 ounce~^~YOGURT,PLN,SKIM MILK,13 GRAMS PROT PER 8 OZ~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01119~^~0100~^~Yogurt, vanilla, low fat, 11 grams protein per 8 ounce~^~YOGURT,VANILLA,LOFAT,11 GRAMS PROT PER 8 OZ~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01120~^~0100~^~Yogurt, fruit, low fat, 9 grams protein per 8 ounce~^~YOGURT,FRUIT,LOFAT,9 GRAMS PROT PER 8 OZ~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01121~^~0100~^~Yogurt, fruit, low fat, 10 grams protein per 8 ounce~^~YOGURT,FRUIT,LOFAT,10 GRAMS PROT PER 8 OZ~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01122~^~0100~^~Yogurt, fruit, low fat, 11 grams protein per 8 ounce~^~YOGURT,FRUIT,LOFAT,11 GRAMS PROT PER 8 OZ~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01123~^~0100~^~Egg, whole, raw, fresh~^~EGG,WHOLE,RAW,FRESH~^~~^~~^~Y~^~Shell~^12^~~^^^^ ~01124~^~0100~^~Egg, white, raw, fresh~^~EGG,WHITE,RAW,FRESH~^~~^~~^~Y~^~~^0^~~^^^^ ~01125~^~0100~^~Egg, yolk, raw, fresh~^~EGG,YOLK,RAW,FRSH~^~~^~~^~Y~^~~^0^~~^^^^ ~01126~^~0100~^~Egg, yolk, raw, frozen~^~EGG,YOLK,RAW,FROZEN~^~~^~~^~Y~^~~^0^~~^6.25^4.36^9.02^3.68 ~01127~^~0100~^~Egg, yolk, raw, frozen, sugared~^~EGG,YOLK,RAW,FRZ,SUGARED~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~01128~^~0100~^~Egg, whole, cooked, fried~^~EGG,WHL,CKD,FRIED~^~~^~~^~Y~^~~^0^~~^^^^ ~01129~^~0100~^~Egg, whole, cooked, hard-boiled~^~EGG,WHL,CKD,HARD-BOILED~^~~^~~^~Y~^~Shell~^12^~~^6.25^4.36^9.02^3.68 ~01130~^~0100~^~Egg, whole, cooked, omelet~^~EGG,WHOLE,COOKED,OMELET~^~~^~~^~Y~^~~^0^~~^6.25^4.36^9.02^3.68 ~01131~^~0100~^~Egg, whole, cooked, poached~^~EGG,WHL,CKD,POACHED~^~~^~~^~Y~^~~^0^~~^^^^ ~01132~^~0100~^~Egg, whole, cooked, scrambled~^~EGG,WHL,CKD,SCRMBLD~^~~^~~^~Y~^~~^0^~~^6.25^4.36^9.02^3.68 ~01133~^~0100~^~Egg, whole, dried~^~EGG,WHOLE,DRIED~^~~^~~^~Y~^~~^0^~~^6.25^4.36^9.02^3.68 ~01134~^~0100~^~Egg, whole, dried, stabilized, glucose reduced~^~EGG,WHL,DRIED,STABILIZED,GLUCOSE RED~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~01135~^~0100~^~Egg, white, dried, flakes, glucose reduced~^~EGG,WHITE,DRIED,FLAKES,GLUCOSE RED~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~01136~^~0100~^~Egg, white, dried, powder, glucose reduced~^~EGG,WHITE,DRIED,PDR,GLUCOSE RED~^~~^~~^~Y~^~~^0^~~^6.25^4.36^9.02^3.68 ~01137~^~0100~^~Egg, yolk, dried~^~EGG,YOLK,DRIED~^~~^~~^~Y~^~~^0^~~^6.25^4.36^9.02^3.68 ~01138~^~0100~^~Egg, duck, whole, fresh, raw~^~EGG,DUCK,WHOLE,FRESH,RAW~^~~^~~^~Y~^~Shell~^12^~~^6.25^4.36^9.02^3.68 ~01139~^~0100~^~Egg, goose, whole, fresh, raw~^~EGG,GOOSE,WHOLE,FRESH,RAW~^~~^~~^~Y~^~Shell~^13^~~^6.25^4.36^9.02^3.68 ~01140~^~0100~^~Egg, quail, whole, fresh, raw~^~EGG,QUAIL,WHOLE,FRESH,RAW~^~~^~~^~Y~^~Shell~^8^~~^6.25^4.36^9.02^3.68 ~01141~^~0100~^~Egg, turkey, whole, fresh, raw~^~EGG,TURKEY,WHL,FRSH,RAW~^~~^~~^~~^~Shell~^12^~~^6.25^4.36^9.02^3.68 ~01142~^~0100~^~Egg substitute, frozen~^~EGG SUBSTITUTE,FROZEN~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.68 ~01143~^~0100~^~Egg substitute, liquid~^~EGG SUBSTITUTE,LIQUID~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.68 ~01144~^~0100~^~Egg substitute, powder~^~EGG SUBSTITUTE,POWDER~^~~^~~^~Y~^~~^0^~~^6.25^4.36^9.02^3.87 ~01145~^~0100~^~Butter, without salt~^~BUTTER,WITHOUT SALT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01146~^~0100~^~Cheese, parmesan, shredded~^~CHEESE,PARMESAN,SHREDDED~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01147~^~0100~^~Cheese, pasteurized process, american, without di sodium phosphate~^~CHEESE,PAST PROCESS,AMERICAN,WO/DI NA PO4~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01148~^~0100~^~Cheese, pasteurized process, swiss, without di sodium phosphate~^~CHEESE,PAST PROCESS,SWISS,WO/DI NA PO4~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01149~^~0100~^~Cheese food, pasteurized process, american, with di sodium phosphate~^~CHEESE FD,PAST PROCESS,AMERICAN,W/DI NA PO4~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01150~^~0100~^~Cheese spread, pasteurized process, american, with di sodium phosphate~^~CHEESE SPRD,PAST PROCESS,AMERICAN,W/DI NA PO4~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01151~^~0100~^~Milk, nonfat, fluid, without added vitamin A (fat free or skim)~^~MILK,NONFAT,FLUID,WO/ VIT A (FAT FREE OR SKIM)~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01152~^~0100~^~Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids, without added vitamin A~^~MILK,RED FAT,FLUID,2% MILKFAT,W/ NONFAT MILK SOL,WO/ VIT A~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01153~^~0100~^~Milk, canned, evaporated, with added vitamin A~^~MILK,CND,EVAP,W/ VIT A~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01154~^~0100~^~Milk, dry, nonfat, regular, with added vitamin A~^~MILK,DRY,NONFAT,REG,W/ VIT A~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01155~^~0100~^~Milk, dry, nonfat, instant, without added vitamin A~^~MILK,DRY,NONFAT,INST,WO/ VIT A~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~01156~^~0100~^~Cheese, goat, hard type~^~CHEESE,GOAT,HARD TYPE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01157~^~0100~^~Cheese, goat, semisoft type~^~CHEESE,GOAT,SEMISOFT TYPE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01159~^~0100~^~Cheese, goat, soft type~^~CHEESE,GOAT,SOFT TYPE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01160~^~0100~^~Egg, yolk, raw, frozen, salted~^~EGG,YOLK,RAW,FRZ,SALTED~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~01161~^~0100~^~Cheese substitute, mozzarella~^~CHEESE SUB,MOZZARELLA~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01163~^~0100~^~Cheese fondue~^~CHEESE FONDUE~^~~^~~^~~^~~^0^~~^6.38^^^ ~01164~^~0100~^~Cheese sauce, prepared from recipe~^~CHEESE SAU,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^6.38^4.08^8.92^3.95 ~01165~^~0100~^~Cheese, mexican, queso anejo~^~CHEESE,MEXICAN,QUESO ANEJO~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01166~^~0100~^~Cheese, mexican, queso asadero~^~CHEESE,MEXICAN,QUESO ASADERO~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01167~^~0100~^~Cheese, mexican, queso chihuahua~^~CHEESE,MEXICAN,QUESO CHIHUAHUA~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01168~^~0100~^~Cheese, low fat, cheddar or colby~^~CHEESE,LOFAT,CHEDDAR OR COLBY~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01169~^~0100~^~Cheese, low-sodium, cheddar or colby~^~CHEESE,LOW-SODIUM,CHEDDAR OR COLBY~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01171~^~0100~^~Egg, whole, raw, frozen~^~EGG,WHOLE,RAW,FROZEN~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~01172~^~0100~^~Egg, white, raw, frozen~^~EGG,WHITE,RAW,FROZEN~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~01173~^~0100~^~Egg, white, dried~^~EGG,WHITE,DRIED~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~01178~^~0100~^~Sour cream, reduced fat~^~SOUR CREAM,REDUCED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~01179~^~0100~^~Sour cream, light~^~SOUR CREAM,LIGHT~^~~^~~^~Y~^~~^0^~~^^^^ ~01180~^~0100~^~Sour cream, fat free~^~SOUR CREAM,FAT FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~01182~^~0100~^~USDA Commodity, cheese, cheddar, reduced fat~^~USDA COMMODITY,CHS,CHEDDAR,RED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~01184~^~0100~^~Yogurt, vanilla or lemon flavor, nonfat milk, sweetened with low-calorie sweetener~^~YOGURT,VAN OR LEM FLAV,NONFAT MILK,SWTND W/LOW-CALORIE SWTNR~^~~^~~^~Y~^~~^0^~~^^^^ ~01185~^~0100~^~Parmesan cheese topping, fat free~^~PARMESAN CHS TOPPING,FAT FREE~^~~^~~^~Y~^~~^0^~~^^4.27^8.79^3.87 ~01186~^~0100~^~Cheese, cream, fat free~^~CHEESE,CREAM,FAT FREE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01187~^~0100~^~Yogurt, chocolate, nonfat milk~^~YOGURT,CHOC,NONFAT MILK~^~~^~~^~Y~^~~^0^~~^^^^ ~01188~^~0100~^~KRAFT CHEEZ WHIZ Pasteurized Process Cheese Sauce~^~KRAFT CHEEZ WHIZ PAST PROCESS CHS SAU~^~~^~~^~~^~~^0^~~^^^^ ~01189~^~0100~^~KRAFT CHEEZ WHIZ LIGHT Pasteurized Process Cheese Product~^~KRAFT CHEEZ WHIZ LT PAST PROCESS CHS PRODUCT~^~~^~~^~~^~~^0^~~^^^^ ~01190~^~0100~^~KRAFT FREE Singles American Nonfat Pasteurized Process Cheese Product~^~KRAFT FREE SINGLES AMERICAN NONFAT PAST PROCESS CHS PRODUCT~^~~^~~^~~^~~^0^~~^^^^ ~01191~^~0100~^~KRAFT VELVEETA Pasteurized Process Cheese Spread~^~KRAFT VELVEETA PAST PROCESS CHS SPRD~^~~^~~^~~^~~^0^~~^^^^ ~01192~^~0100~^~KRAFT VELVEETA LIGHT Reduced Fat Pasteurized Process Cheese Product~^~KRAFT VELVEETA LT RED FAT PAST PROCESS CHS PRODUCT~^~~^~~^~~^~~^0^~~^^^^ ~01193~^~0100~^~KRAFT BREAKSTONE'S Reduced Fat Sour Cream~^~KRAFT BREAKSTONE'S RED FAT SOUR CRM~^~~^~~^~~^~~^0^~~^^^^ ~01194~^~0100~^~KRAFT BREAKSTONE'S FREE Fat Free Sour Cream~^~KRAFT BREAKSTONE'S FREE FAT FREE SOUR CRM~^~~^~~^~~^~~^0^~~^^^^ ~01195~^~0100~^~KRAFT BREYERS Lowfat Strawberry Yogurt (1% Milkfat)~^~KRAFT BREYERS LOWFAT STRAWBERRY YOGURT (1% MILKFAT)~^~~^~~^~~^~~^0^~~^^^^ ~01196~^~0100~^~KRAFT BREYERS LIGHT N' LIVELY Lowfat Strawberry Yogurt (1% Milkfat)~^~KRAFT BREYERS LT N' LVLY LOWFAT STR'BERY YOGURT (1% MILKFAT)~^~~^~~^~~^~~^0^~~^^^^ ~01197~^~0100~^~KRAFT BREYERS Smooth & Creamy Lowfat Strawberry Yogurt (1% Milkfat)~^~KRAFT BREYERS SMOTH&CRMY LOWFAT STR'BERY YOGURT (1% MILKFAT)~^~~^~~^~~^~~^0^~~^^^^ ~01198~^~0100~^~KRAFT BREYERS LIGHT Nonfat Strawberry Yogurt (with Aspartame and Fructose Sweeteners)~^~KRAFT BREYERS LT NONFAT STR'BERY YOGURT (W/ASPRT&FRUCT SW'T)~^~~^~~^~~^~~^0^~~^^^^ ~01199~^~0100~^~Cream, half and half, fat free~^~CREAM,HALF & HALF,FAT FREE~^~~^~~^~Y~^~~^0^~~^6.38^^^ ~01200~^~0100~^~Reddi Wip Fat Free Whipped Topping~^~REDDI WIP FAT FREE WHIPPED TOPPING~^~~^~~^~Y~^~~^0^~~^6.38^^^ ~01202~^~0100~^~Milk, chocolate, fluid, commercial, reduced fat, with added calcium~^~MILK,CHOC,FLUID,COMM,RED FAT,W/ ADDED CA~^~~^~~^~~^~~^0^~~^^^^ ~01203~^~0100~^~Yogurt, fruit, lowfat, with low calorie sweetener~^~YOGURT,FRUIT,LOFAT,W/LO CAL SWEETENER~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.79^3.87 ~01204~^~0100~^~Cheese, parmesan, dry grated, reduced fat~^~CHEESE,PARMESAN,DRY GRATED,RED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~01205~^~0100~^~Cream substitute, flavored, liquid~^~CREAM SUB,FLAV,LIQ~^~~^~~^~Y~^~~^0^~~^^^^ ~01206~^~0100~^~Cream substitute, flavored, powdered~^~CREAM SUB,FLAV,POWDERED~^~~^~~^~Y~^~~^0^~~^6.38^^^ ~01208~^~0100~^~Cheese, provolone, reduced fat~^~CHEESE,PROVOLONE,RED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~01209~^~0100~^~Cheese, Mexican, blend, reduced fat~^~CHEESE,MEXICAN,BLEND,RED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~01210~^~0100~^~Egg Mix, USDA Commodity~^~EGG MIX,USDA CMDTY~^~~^~~^~~^~~^0^~~^^^^ ~02001~^~0200~^~Spices, allspice, ground~^~ALLSPICE,GROUND~^~~^~~^~~^~~^0^~Pimenta dioica~^6.25^3.36^8.37^2.35 ~02002~^~0200~^~Spices, anise seed~^~ANISE SEED~^~~^~~^~~^~~^0^~Pimpinella anisum~^6.25^3.36^8.37^2.90 ~02003~^~0200~^~Spices, basil, dried~^~SPICES,BASIL,DRIED~^~~^~~^~Y~^~~^0^~Ocimum basilicum~^6.25^2.44^8.37^3.00 ~02004~^~0200~^~Spices, bay leaf~^~SPICES,BAY LEAF~^~~^~~^~~^~~^0^~Laurus nobilis~^6.25^2.44^8.37^3.00 ~02005~^~0200~^~Spices, caraway seed~^~CARAWAY SEED~^~~^~~^~Y~^~~^0^~Carum carvi~^6.25^3.36^8.37^2.90 ~02006~^~0200~^~Spices, cardamom~^~SPICES,CARDAMOM~^~~^~~^~~^~~^0^~Elettaria cardamomum~^6.25^3.36^8.37^3.20 ~02007~^~0200~^~Spices, celery seed~^~CELERY SEED~^~~^~~^~Y~^~~^0^~Apium graveolens~^6.25^3.36^8.37^2.90 ~02008~^~0200~^~Spices, chervil, dried~^~CHERVIL,DRIED~^~~^~~^~~^~~^0^~Anthriscus cerefolium~^6.25^2.44^8.37^3.00 ~02009~^~0200~^~Spices, chili powder~^~CHILI POWDER~^~~^~~^~Y~^~~^0^~~^6.25^3.23^8.37^2.39 ~02010~^~0200~^~Spices, cinnamon, ground~^~CINNAMON,GROUND~^~Cassia~^~~^~Y~^~~^0^~Cinnamomum aromaticum~^6.25^1.82^8.37^2.85 ~02011~^~0200~^~Spices, cloves, ground~^~CLOVES,GROUND~^~~^~~^~Y~^~~^0^~Syzygium aromaticum~^6.25^1.82^8.37^2.35 ~02012~^~0200~^~Spices, coriander leaf, dried~^~CORIANDER LEAF,DRIED~^~Chinese parsley, cilantro~^~~^~Y~^~~^0^~Coriandrum sativum~^6.25^2.44^8.37^3.57 ~02013~^~0200~^~Spices, coriander seed~^~CORIANDER SEED~^~~^~~^~~^~~^0^~Coriandrum sativum~^6.25^3.36^8.37^1.95 ~02014~^~0200~^~Spices, cumin seed~^~CUMIN SEED~^~~^~~^~Y~^~~^0^~Cuminum cyminum~^6.25^3.36^8.37^2.90 ~02015~^~0200~^~Spices, curry powder~^~CURRY POWDER~^~~^~~^~Y~^~~^0^~~^6.18^3.12^8.37^2.92 ~02016~^~0200~^~Spices, dill seed~^~DILL SEED~^~~^~~^~~^~~^0^~Anethum graveolens~^6.25^3.36^8.37^2.35 ~02017~^~0200~^~Spices, dill weed, dried~^~DILL WEED,DRIED~^~~^~~^~~^~~^0^~Anethum graveolens~^6.25^2.44^8.37^3.00 ~02018~^~0200~^~Spices, fennel seed~^~FENNEL SEED~^~~^~~^~~^~~^0^~Foeniculum vulgare~^6.25^3.36^8.37^3.20 ~02019~^~0200~^~Spices, fenugreek seed~^~FENUGREEK SEED~^~~^~~^~~^~~^0^~Trigonella foenum-graecum~^5.30^3.47^8.37^3.25 ~02020~^~0200~^~Spices, garlic powder~^~GARLIC POWDER~^~~^~~^~Y~^~~^0^~Allium sativum~^6.25^2.78^8.37^3.84 ~02021~^~0200~^~Spices, ginger, ground~^~GINGER,GROUND~^~~^~~^~Y~^~~^0^~Zingiber officinale~^6.25^2.78^8.37^3.84 ~02022~^~0200~^~Spices, mace, ground~^~MACE,GROUND~^~~^~~^~~^~~^0^~Myristica fragrans~^6.25^3.36^8.37^3.60 ~02023~^~0200~^~Spices, marjoram, dried~^~MARJORAM,DRIED~^~~^~~^~Y~^~~^0^~Origanum majorana~^6.25^2.44^8.37^3.00 ~02024~^~0200~^~Spices, mustard seed, yellow~^~MUSTARD SEED,YELLOW~^~~^~~^~Y~^~~^0^~Sinapis alba~^5.40^3.47^8.37^4.07 ~02025~^~0200~^~Spices, nutmeg, ground~^~NUTMEG,GROUND~^~~^~~^~Y~^~~^0^~Myristica fragrans~^5.30^3.47^8.37^4.07 ~02026~^~0200~^~Spices, onion powder~^~ONION POWDER~^~~^~~^~Y~^~~^0^~Allium cepa~^6.25^2.78^8.37^3.84 ~02027~^~0200~^~Spices, oregano, dried~^~SPICES,OREGANO,DRIED~^~~^~~^~Y~^~~^0^~Origanum vulgare~^6.25^2.44^8.37^3.00 ~02028~^~0200~^~Spices, paprika~^~PAPRIKA~^~~^~~^~Y~^~~^0^~Capsicum annuum~^6.25^3.36^8.37^2.35 ~02029~^~0200~^~Spices, parsley, dried~^~PARSLEY,DRIED~^~~^~~^~Y~^~~^0^~Petroselinum crispum~^6.25^2.44^8.37^3.57 ~02030~^~0200~^~Spices, pepper, black~^~PEPPER,BLACK~^~~^~~^~Y~^~~^0^~Piper nigrum~^5.35^1.83^8.37^3.20 ~02031~^~0200~^~Spices, pepper, red or cayenne~^~PEPPER,RED OR CAYENNE~^~~^~~^~Y~^~~^0^~Capsicum frutescens or Capsicum annuum~^6.25^3.36^8.37^2.35 ~02032~^~0200~^~Spices, pepper, white~^~PEPPER,WHITE~^~~^~~^~~^~~^0^~Piper nigrum~^5.35^1.83^8.37^3.78 ~02033~^~0200~^~Spices, poppy seed~^~POPPY SEED~^~~^~~^~Y~^~~^0^~Papaver somniferum~^5.30^3.47^8.37^4.07 ~02034~^~0200~^~Spices, poultry seasoning~^~POULTRY SEASONING~^~~^~~^~Y~^~~^0^~~^5.89^2.36^8.37^3.38 ~02035~^~0200~^~Spices, pumpkin pie spice~^~PUMPKIN PIE SPICE~^~~^~~^~Y~^~~^0^~~^6.06^2.50^8.37^3.19 ~02036~^~0200~^~Spices, rosemary, dried~^~ROSEMARY,DRIED~^~~^~~^~~^~~^0^~Rosmarinus officinalis~^6.25^2.44^8.37^3.00 ~02037~^~0200~^~Spices, saffron~^~SAFFRON~^~~^~~^~~^~~^0^~Crocus sativus~^6.25^2.44^8.37^3.57 ~02038~^~0200~^~Spices, sage, ground~^~SAGE,GROUND~^~~^~~^~Y~^~~^0^~Salvia officinalis~^6.25^2.44^8.37^3.00 ~02039~^~0200~^~Spices, savory, ground~^~SAVORY,GROUND~^~~^~~^~~^~~^0^~Satureja hortensis~^6.25^2.44^8.37^3.00 ~02041~^~0200~^~Spices, tarragon, dried~^~SPICES,TARRAGON,DRIED~^~~^~~^~~^~~^0^~Artemisia dracunculus~^6.25^2.44^8.37^3.57 ~02042~^~0200~^~Spices, thyme, dried~^~SPICES,THYME,DRIED~^~~^~~^~Y~^~~^0^~Thymus vulgaris~^6.25^2.44^8.37^3.00 ~02043~^~0200~^~Spices, turmeric, ground~^~TURMERIC,GROUND~^~~^~~^~Y~^~~^0^~Curcuma longa L.~^6.25^2.78^8.37^3.84 ~02044~^~0200~^~Basil, fresh~^~BASIL,FRESH~^~~^~~^~Y~^~Tough stems, flower heads and trimmings~^36^~Ocimum basilicum~^6.25^2.44^8.37^3.57 ~02045~^~0200~^~Dill weed, fresh~^~DILL WEED,FRSH~^~~^~~^~~^~Tough stems and trimmings~^41^~Anethum graveolens~^6.25^2.44^8.37^3.57 ~02046~^~0200~^~Mustard, prepared, yellow~^~MUSTARD,PREPARED,YELLOW~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^3.34 ~02047~^~0200~^~Salt, table~^~SALT,TABLE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~02048~^~0200~^~Vinegar, cider~^~VINEGAR,CIDER~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~02049~^~0200~^~Thyme, fresh~^~THYME,FRSH~^~~^~~^~~^~Stems~^32^~Thymus vulgaris~^6.25^2.44^8.37^3.00 ~02050~^~0200~^~Vanilla extract~^~VANILLA EXTRACT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.90 ~02051~^~0200~^~Vanilla extract, imitation, alcohol~^~VANILLA EXTRACT,IMITN,ALCOHOL~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.90 ~02052~^~0200~^~Vanilla extract, imitation, no alcohol~^~VANILLA EXTRACT,IMITN,NO ALCOHOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.90 ~02053~^~0200~^~Vinegar, distilled~^~VINEGAR,DISTILLED~^~~^~~^~Y~^~~^0^~~^^^^ ~02054~^~0200~^~Capers, canned~^~CAPERS,CANNED~^~~^~~^~Y~^~~^0^~Capparis spinosa~^6.25^1.82^8.37^2.35 ~02055~^~0200~^~Horseradish, prepared~^~HORSERADISH,PREPARED~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.44 ~02063~^~0200~^~Rosemary, fresh~^~ROSEMARY,FRESH~^~~^~~^~~^~Stems~^35^~Rosmarinus officinalis~^6.25^2.44^8.37^3.57 ~02064~^~0200~^~Peppermint, fresh~^~PEPPERMINT,FRESH~^~mint~^~~^~~^~Stems~^39^~Mentha x piperita L. nothosubsp. piperita~^6.25^2.44^8.37^3.57 ~02065~^~0200~^~Spearmint, fresh~^~SPEARMINT,FRESH~^~mint~^~~^~~^~Stems~^59^~Mentha spicata~^6.25^2.44^8.37^3.57 ~02066~^~0200~^~Spearmint, dried~^~SPEARMINT,DRIED~^~mint~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~02068~^~0200~^~Vinegar, red wine~^~VINEGAR,RED WINE~^~~^~~^~~^~~^0^~~^6.25^^^ ~02069~^~0200~^~Vinegar, balsamic~^~VINEGAR,BALSAMIC~^~~^~~^~~^~~^0^~~^^^^ ~02073~^~0200~^~CAMPBELL Soup Company, PACE, Dry Taco Seasoning Mix~^~CAMPBELL SOUP CO,PACE,DRY TACO SEAS MIX~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~03002~^~0300~^~Babyfood, meat, beef, strained~^~BABYFOOD,MEAT,BF,STR~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~03003~^~0300~^~Babyfood, meat, beef, junior~^~BABYFOOD,MEAT,BF,STR~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~03005~^~0300~^~Babyfood, meat, veal, strained~^~BABYFOOD,MEAT,VEAL,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03007~^~0300~^~Babyfood, meat, pork, strained~^~BABYFOOD,MEAT,PORK,STR~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^ ~03008~^~0300~^~Babyfood, meat, ham, strained~^~BABYFOOD,MEAT,HAM,STR~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^ ~03009~^~0300~^~Babyfood, meat, ham, junior~^~BABYFOOD,MEAT,HAM,JUNIOR~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^ ~03010~^~0300~^~Babyfood, meat, lamb, strained~^~BABYFOOD,MEAT,LAMB,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03011~^~0300~^~Babyfood, meat, lamb, junior~^~BABYFOOD,MEAT,LAMB,JUNIOR~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^ ~03012~^~0300~^~Babyfood, meat, chicken, strained~^~BABYFOOD,MEAT,CHICK,STR~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^ ~03013~^~0300~^~Babyfood, meat, chicken, junior~^~BABYFOOD,MEAT,CHICK,JR~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^ ~03014~^~0300~^~Babyfood, meat, chicken sticks, junior~^~BABYFOOD,MEAT,CHICK STKS,JR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^8.70^2.70 ~03015~^~0300~^~Babyfood, meat, turkey, strained~^~BABYFOOD,MEAT,TURKEY,STR~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^ ~03016~^~0300~^~Babyfood, meat, turkey, junior~^~BABYFOOD,MEAT,TURKEY,JR~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^ ~03017~^~0300~^~Babyfood, meat, turkey sticks, junior~^~BABYFOOD,MEAT,TURKEY STKS,JR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^8.70^2.70 ~03021~^~0300~^~Babyfood, meat, meat sticks, junior~^~BABYFOOD,MEAT,MEAT STKS,JR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^8.70^2.70 ~03041~^~0300~^~Babyfood, dinner, vegetables and dumplings and beef, strained~^~BABYFOOD,DINNER,VEG&DUMPLINGS&BF,STR~^~~^~~^~~^~~^0^~~^6.03^4.10^8.90^4.10 ~03042~^~0300~^~Babyfood, dinner, vegetables and dumplings and beef, junior~^~BABYFOOD,DINNER,VEG&DUMPLINGS&BF,JR~^~~^~~^~~^~~^0^~~^6.03^4.10^8.90^4.10 ~03043~^~0300~^~Babyfood, dinner, beef lasagna, toddler~^~BABYFOOD,DINNER,BF LASAGNA,TODD~^~~^~~^~~^~~^0^~~^5.98^4.10^8.90^4.10 ~03044~^~0300~^~Babyfood, dinner, macaroni and tomato and beef, strained~^~BABYFOOD,DINNER,MACARONI&TOMATO&BF,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03045~^~0300~^~Babyfood, dinner, macaroni and tomato and beef, junior~^~BABYFOOD,DINNER,MACARONI&TOMATO&BF,JR~^~~^~~^~Y~^~~^0^~~^5.98^4.10^8.90^4.10 ~03046~^~0300~^~Babyfood, ravioli, cheese filled, with tomato sauce~^~BABYFOOD,RAVIOLI,CHS FILLED,W/TOMATO SAU~^~~^~~^~Y~^~~^0^~~^^^^ ~03047~^~0300~^~Babyfood, dinner, beef noodle, strained~^~BABYFOOD,DINNER,BF NOODLE,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03048~^~0300~^~Babyfood, macaroni and cheese, toddler~^~BABYFOOD,MACARONI&CHS,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03049~^~0300~^~Babyfood, dinner, beef and rice, toddler~^~BABYFOOD,DINNER,BF&RICE,TODD~^~~^~~^~~^~~^0^~~^6.14^4.10^8.90^4.10 ~03050~^~0300~^~Babyfood, dinner, spaghetti and tomato and meat, junior~^~BABYFOOD,DINNER,SPAGHETTI&TOMATO&MEAT,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03051~^~0300~^~Babyfood, dinner, spaghetti and tomato and meat, toddler~^~BABYFOOD,DINNER,SPAGHETTI&TOMATO&MEAT,TODD~^~~^~~^~~^~~^0^~~^5.98^4.10^8.90^4.10 ~03052~^~0300~^~Babyfood, dinner, beef stew, toddler~^~BABYFOOD,DINNER,BF STEW,TODD~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^3.90 ~03053~^~0300~^~Babyfood, dinner, vegetables and beef, strained~^~BABYFOOD,DINNER,VEG&BF,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03054~^~0300~^~Babyfood, dinner, vegetables and beef, junior~^~BABYFOOD,DINNER,VEG&BF,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03055~^~0300~^~Babyfood, dinner, beef with vegetables~^~BABYFOOD,DINNER,BF W/VEG~^~~^~~^~Y~^~~^0^~~^^^^ ~03059~^~0300~^~Babyfood, dinner, vegetables and bacon, strained~^~BABYFOOD,DINNER,VEG&BACON,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03061~^~0300~^~Babyfood, dinner, vegetables and ham, strained~^~BABYFOOD,DINNER,VEG&HAM,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03062~^~0300~^~Babyfood, dinner, vegetables and ham, junior~^~BABYFOOD,DINNER,VEG&HAM,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03066~^~0300~^~Babyfood, dinner, vegetables and lamb, strained~^~BABYFOOD,DINNER,VEG&LAMB,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^3.90 ~03067~^~0300~^~Babyfood, dinner, vegetables and lamb, junior~^~BABYFOOD,DINNER,VEG&LAMB,JR~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^3.90 ~03068~^~0300~^~Babyfood, dinner, chicken noodle, strained~^~BABYFOOD,DINNER,CHICK NOODLE,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03069~^~0300~^~Babyfood, dinner, chicken noodle, junior~^~BABYFOOD,DINNER,CHICK NOODLE,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03070~^~0300~^~Babyfood, dinner, chicken soup, strained~^~BABYFOOD,DINNER,CHICK SOUP,STR~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.84 ~03072~^~0300~^~Babyfood, dinner, chicken stew, toddler~^~BABYFOOD,DINNER,CHICK STEW,TODD~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^3.90 ~03073~^~0300~^~Babyfood, dinner, vegetables chicken, strained~^~BABYFOOD,DINNER,VEG CHICK,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03075~^~0300~^~Babyfood, dinner, vegetables, noodles and chicken, strained~^~BABYFOOD,DINNER,VEG,NOODLES&CHICK,STR~^~~^~~^~~^~~^0^~~^5.98^4.10^8.90^4.10 ~03076~^~0300~^~Babyfood, dinner, vegetables, noodles and chicken, junior~^~BABYFOOD,DINNER,VEG,NOODLES&CHICK,JR~^~~^~~^~~^~~^0^~~^5.98^4.10^8.90^4.10 ~03077~^~0300~^~Babyfood, dinner, pasta with vegetables~^~BABYFOOD,DINNER,PASTA W/VEG~^~~^~~^~Y~^~~^0^~~^^^^ ~03079~^~0300~^~Babyfood, dinner, vegetables and noodles and turkey, strained~^~BABYFOOD,DINNER,VEG&NOODLES&TURKEY,STR~^~~^~~^~~^~~^0^~~^5.98^4.10^8.90^4.10 ~03081~^~0300~^~Babyfood, dinner, vegetables and noodles and turkey, junior~^~BABYFOOD,DINNER,VEG&NOODLES&TURKEY,JR~^~~^~~^~~^~~^0^~~^5.98^4.10^8.90^4.10 ~03082~^~0300~^~Babyfood, dinner, turkey and rice, strained~^~BABYFOOD,DINNER,TURKEY&RICE,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03083~^~0300~^~Babyfood, dinner, turkey and rice, junior~^~BABYFOOD,DINNER,TURKEY&RICE,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03084~^~0300~^~Babyfood, dinner, vegetables and turkey, strained~^~BABYFOOD,DINNER,VEG&TURKEY,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03085~^~0300~^~Babyfood, dinner, vegetables and turkey, junior~^~BABYFOOD,DINNER,VEG&TURKEY,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03086~^~0300~^~Babyfood, dinner, vegetables and turkey, toddler~^~BABYFOOD,DINNER,VEG&TURKEY,TODD~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^3.90 ~03089~^~0300~^~Babyfood, dinner, macaroni and cheese, strained~^~BABYFOOD,DINNER,MACARONI&CHS,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03090~^~0300~^~Babyfood, dinner, macaroni and cheese, junior~^~BABYFOOD,DINNER,MACARONI&CHS,JR~^~~^~~^~Y~^~~^0^~~^6.00^4.20^8.70^4.00 ~03091~^~0300~^~Babyfood, vegetables, green beans, strained~^~BABYFOOD,VEG,GRN BNS,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03092~^~0300~^~Babyfood, vegetables, green beans, junior~^~BABYFOOD,VEG,GRN BNS,JR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03093~^~0300~^~Babyfood, green beans, dices, toddler~^~BABYFOOD,GRN BNS,DICES,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03096~^~0300~^~Babyfood, vegetable, green beans and potatoes~^~BABYFOOD,VEG,GRN BNS&POTATOES~^~~^~~^~Y~^~~^0^~~^^^^ ~03098~^~0300~^~Babyfood, vegetables, beets, strained~^~BABYFOOD,VEG,BEETS,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~03099~^~0300~^~Babyfood, vegetables, carrots, strained~^~BABYFOOD,VEG,CARROTS,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~03100~^~0300~^~Babyfood, vegetables, carrots, junior~^~BABYFOOD,VEG,CARROTS,JR~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~03104~^~0300~^~Babyfood, vegetables, squash, strained~^~Babyfood, vegetables, squash, strained~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~03105~^~0300~^~Babyfood, vegetables, squash, junior~^~BABYFOOD,VEG,SQUASH,JR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03108~^~0300~^~Babyfood, vegetables, sweet potatoes strained~^~BABYFOOD,VEG,SWT POTATOES,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~03109~^~0300~^~Babyfood, vegetables, sweet potatoes, junior~^~BABYFOOD,VEG,SWT POTATOES,JR~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~03112~^~0300~^~Babyfood, potatoes, toddler~^~BABYFOOD,POTATOES,TODDLER~^~~^~~^~Y~^~~^0^~~^^^^ ~03114~^~0300~^~Babyfood, vegetable, butternut squash and corn~^~BABYFOOD,VEG,BUTTERNUT SQUASH&CORN~^~~^~~^~Y~^~~^0^~~^^^^ ~03115~^~0300~^~Babyfood, apples, dices, toddler~^~BABYFOOD,APPLS,DICES,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03116~^~0300~^~Babyfood, fruit, applesauce, strained~^~BABYFOOD,FRUIT,APPLSAUC,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03117~^~0300~^~Babyfood, fruit, applesauce, junior~^~BABYFOOD,FRUIT,APPLSAUC,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03118~^~0300~^~Babyfood, fruit, apricot with tapioca, strained~^~BABYFOOD,FRUIT,APRICOT W/TAPIOCA,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03119~^~0300~^~Babyfood, vegetables, corn, creamed, strained~^~BABYFOOD,VEG,CORN,CRMD,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03120~^~0300~^~Babyfood, vegetables, corn, creamed, junior~^~BABYFOOD,VEG,CORN,CRMD,JR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03121~^~0300~^~Babyfood, vegetables, peas, strained~^~BABYFOOD,VEG,PEAS,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03122~^~0300~^~Babyfood, peas, dices, toddler~^~BABYFOOD,PEAS,DICES,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03127~^~0300~^~Babyfood, vegetables, spinach, creamed, strained~^~BABYFOOD,VEG,SPINACH,CRMD,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03128~^~0300~^~Babyfood, fruit, apricot with tapioca, junior~^~BABYFOOD,FRUIT,APRICOT W/TAPIOCA,JR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03129~^~0300~^~Babyfood, fruit, bananas with tapioca, strained~^~BABYFOOD,FRUIT,BANANAS W/TAPIOCA,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03130~^~0300~^~Babyfood, fruit, peaches, strained~^~BABYFOOD,FRUIT,PEACHES,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03131~^~0300~^~Babyfood, fruit, peaches, junior~^~BABYFOOD,FRUIT,PEACHES,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03132~^~0300~^~Babyfood, fruit, pears, strained~^~BABYFOOD,FRUIT,PEARS,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03133~^~0300~^~Babyfood, fruit, pears, junior~^~BABYFOOD,FRUIT,PEARS,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03134~^~0300~^~Babyfood, fruit, plums with tapioca, without ascorbic acid, strained~^~BABYFOOD,FRUIT,PLUMS W/TAPIOCA,WO/VIT C,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03135~^~0300~^~Babyfood, fruit, plums with tapioca, without ascorbic acid, junior~^~BABYFOOD,FRUIT,PLUMS W/TAPIOCA,WO/VIT C,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03136~^~0300~^~Babyfood, fruit, prunes with tapioca, without ascorbic acid, strained~^~BABYFOOD,FRUIT,PRUNES W/TAPIOCA,WO/VIT C,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03137~^~0300~^~Babyfood, fruit, prunes with tapioca, without ascorbic acid, junior~^~BABYFOOD,FRUIT,PRUNES W/TAPIOCA,WO/VIT C,JR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~03139~^~0300~^~Babyfood, prunes, without vitamin c, strained~^~BABYFOOD,PRUNES,WO/VIT C,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03140~^~0300~^~Babyfood, fruit dessert, mango with tapioca~^~BABYFOOD,FRUIT DSSRT,MANGO W/ TAPIOCA~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03141~^~0300~^~Babyfood, pears, dices, toddler~^~BABYFOOD,PEARS,DICES,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03142~^~0300~^~Babyfood, fruit, applesauce and apricots, strained~^~BABYFOOD,FRUIT,APPLSAUC&APRICOTS,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03143~^~0300~^~Babyfood, fruit, applesauce and apricots, junior~^~BABYFOOD,FRUIT,APPLSAUC&APRICOTS,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03144~^~0300~^~Babyfood, fruit, applesauce and cherries, strained~^~BABYFOOD,FRUIT,APPLSAUC&CHERRIES,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03145~^~0300~^~Babyfood, fruit, applesauce and cherries, junior~^~BABYFOOD,FRUIT,APPLSAUC&CHERRIES,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03147~^~0300~^~Babyfood, fruit, applesauce with banana, junior~^~BABYFOOD,FRUIT,APPLSAUC W/BANANA,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03150~^~0300~^~Babyfood, fruit, applesauce and pineapple, strained~^~BABYFOOD,FRUIT,APPLSAUC&PNAPPL,STR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~03151~^~0300~^~Babyfood, fruit, applesauce and pineapple, junior~^~BABYFOOD,FRUIT,APPLSAUC&PNAPPL,JR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~03152~^~0300~^~Babyfood, fruit, apple and raspberry, strained~^~BABYFOOD,FRUIT,APPL & RASPBERRY,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03153~^~0300~^~Babyfood, fruit, apple and raspberry, junior~^~BABYFOOD,FRUIT,APPL & RASPBERRY,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03154~^~0300~^~Babyfood, fruit and vegetable, apple and sweet potato~^~BABYFOOD,FRUIT & VEG,APPL & SWT POTATO~^~~^~~^~Y~^~~^0^~~^^^^ ~03156~^~0300~^~Babyfood, fruit, bananas and pineapple with tapioca, junior~^~BABYFOOD,FRUIT,BANANAS&PNAPPL W/TAPIOCA,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03157~^~0300~^~Babyfood, fruit, bananas and pineapple with tapioca, strained~^~BABYFOOD,FRUIT,BANANAS&PNAPPL W/TAPIOCA,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03158~^~0300~^~Babyfood, fruit, pears and pineapple, strained~^~BABYFOOD,FRUIT,PEARS&PNAPPL,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03159~^~0300~^~Babyfood, fruit, pears and pineapple, junior~^~BABYFOOD,FRUIT,PEARS&PNAPPL,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03160~^~0300~^~Babyfood, fruit, guava and papaya with tapioca, strained~^~BABYFOOD,FRUIT,GUAVA&PAPAYA W/TAPIOCA,STR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~03161~^~0300~^~Babyfood, peaches, dices, toddler~^~BABYFOOD,PEACHES,DICES,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03162~^~0300~^~Babyfood, fruit, papaya and applesauce with tapioca, strained~^~BABYFOOD,FRUIT,PAPAYA&APPLSAUC W/TAPIOCA,STR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~03163~^~0300~^~Babyfood, fruit, bananas with apples and pears, strained~^~BABYFOOD,FRUIT,BANANAS W/APPLS&PEARS,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03164~^~0300~^~Babyfood, fruit, apple and blueberry, strained~^~BABYFOOD,FRUIT,APPL&BLUEBERRY,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03165~^~0300~^~Babyfood, fruit, apple and blueberry, junior~^~BABYFOOD,FRUIT,APPL&BLUEBERRY,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03166~^~0300~^~Babyfood, juice, apple~^~BABYFOOD,JUICE,APPLE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03167~^~0300~^~Babyfood, apple-banana juice~^~BABYFOOD,APPLE-BANANA JUC~^~~^~~^~Y~^~~^0^~~^^^^ ~03168~^~0300~^~Babyfood, juice, apple and peach~^~BABYFOOD,JUC,APPL&PEACH~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03169~^~0300~^~Babyfood, apple-cranberry juice~^~BABYFOOD,APPLE-CRANBERRY JUC~^~~^~~^~Y~^~~^0^~~^^^^ ~03170~^~0300~^~Babyfood, juice, apple and plum~^~BABYFOOD,JUC,APPL&PLUM~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03171~^~0300~^~Babyfood, juice, apple and prune~^~BABYFOOD,JUC,APPL&PRUNE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03172~^~0300~^~Babyfood, juice, orange~^~BABYFOOD,JUICE,ORANGE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03173~^~0300~^~Babyfood, juice, orange and apple~^~BABYFOOD,JUC,ORANGE&APPL~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~03174~^~0300~^~Babyfood, juice, orange and apple and banana~^~BABYFOOD,JUC,ORANGE&APPL&BANANA~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03175~^~0300~^~Babyfood, juice, orange and apricot~^~BABYFOOD,JUC,ORANGE&APRICOT~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~03176~^~0300~^~Babyfood, juice, orange and banana~^~BABYFOOD,JUC,ORANGE&BANANA~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~03177~^~0300~^~Babyfood, juice, orange and pineapple~^~BABYFOOD,JUC,ORANGE&PNAPPL~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~03178~^~0300~^~Babyfood, juice, prune and orange~^~BABYFOOD,JUC,PRUNE&ORANGE~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~03179~^~0300~^~Babyfood, juice, mixed fruit~^~BABYFOOD,JUC,MXD FRUIT~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03181~^~0300~^~Babyfood, cereal, barley, dry~^~BABYFOOD,CRL,BARLEY,DRY~^~~^~~^~Y~^~~^0^~~^5.83^3.55^8.37^3.95 ~03184~^~0300~^~Babyfood, cereal, whole wheat, with apples, dry~^~BABYFOOD,CRL,WHL WHEAT,W/APPLS,DRY~^~~^~~^~Y~^~~^0^~~^^^^ ~03185~^~0300~^~Babyfood, cereal, mixed, dry~^~BABYFOOD,CEREAL,MIXED,DRY~^~~^~~^~Y~^~~^0^~~^5.90^3.40^8.40^4.10 ~03186~^~0300~^~Babyfood, cereal, mixed, with bananas, dry~^~BABYFOOD,CRL,MXD,W/BANANAS,DRY~^~~^~~^~Y~^~~^0^~~^6.10^3.40^8.40^4.10 ~03187~^~0300~^~Babyfood, cereal, mixed, with applesauce and bananas, strained~^~BABYFOOD,CRL,MXD,W/APPLSAUC&BANANAS,STR~^~~^~~^~Y~^~~^0^~~^6.10^3.40^8.40^4.10 ~03188~^~0300~^~Babyfood, cereal, mixed, with applesauce and bananas, junior~^~BABYFOOD,CRL,MXD,W/ APPLSAUC & BANANAS,JR~^~~^~~^~Y~^~~^0^~~^6.10^3.40^8.40^4.10 ~03189~^~0300~^~Babyfood, cereal, oatmeal, dry~^~BABYFOOD,CRL,OATMEAL,DRY~^~~^~~^~Y~^~~^0^~~^5.83^3.46^8.37^4.12 ~03190~^~0300~^~Babyfood, cereal, oatmeal, with bananas, dry~^~BABYFOOD,CRL,OATMEAL,W/BANANAS,DRY~^~~^~~^~Y~^~~^0^~~^6.04^3.50^8.40^4.10 ~03191~^~0300~^~Babyfood, cereal, oatmeal, with applesauce and bananas, strained~^~BABYFOOD,CRL,OATMEAL,W/APPLSAUC&BANANAS,STR~^~~^~~^~Y~^~~^0^~~^6.04^3.50^8.40^4.10 ~03192~^~0300~^~Babyfood, cereal, oatmeal, with applesauce and bananas, junior~^~BABYFOOD,CRL,OATMEAL,W/APPLSAUC&BANANAS,JR~^~~^~~^~Y~^~~^0^~~^6.04^3.50^8.40^4.10 ~03193~^~0300~^~Babyfood, cereal, oatmeal, with honey, dry~^~BABYFOOD,CRL,OATMEAL,W/HONEY,DRY~^~~^~~^~~^~~^0^~~^5.83^3.50^8.40^4.10 ~03194~^~0300~^~Babyfood, cereal, rice, dry~^~BABYFOOD,CEREAL,RICE,DRY~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~03195~^~0300~^~Babyfood, cereal, rice, with applesauce and bananas, strained~^~BABYFOOD,CRL,RICE,W/APPLSAUC&BANANAS,STR~^~~^~~^~Y~^~~^0^~~^6.00^3.80^8.40^4.20 ~03197~^~0300~^~Babyfood, cereal, with egg yolks, strained~^~BABYFOOD,CRL,W/EGG YOLKS,STR~^~~^~~^~~^~~^0^~~^6.03^4.20^8.80^3.90 ~03198~^~0300~^~Babyfood, cereal, with egg yolks, junior~^~BABYFOOD,CRL,W/EGG YOLKS,JR~^~~^~~^~~^~~^0^~~^6.03^4.20^8.80^3.90 ~03199~^~0300~^~Babyfood, cereal, with eggs, strained~^~BABYFOOD,CRL,W/EGGS,STR~^~~^~~^~~^~~^0^~~^6.03^4.20^8.80^3.90 ~03201~^~0300~^~Babyfood, cereal, egg yolks and bacon, junior~^~BABYFOOD,CRL,EGG YOLKS&BACON,JR~^~~^~~^~~^~~^0^~~^6.03^4.20^8.80^3.90 ~03205~^~0300~^~Babyfood, oatmeal cereal with fruit, dry, instant, toddler~^~BABYFOOD,OATMEAL CRL W/FRUIT,DRY,INST,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03206~^~0300~^~Babyfood, cookie, baby, fruit~^~BABYFOOD,COOKIE,BABY,FRUIT~^~~^~~^~Y~^~~^0^~~^^^^ ~03209~^~0300~^~Babyfood, crackers, vegetable~^~BABYFOOD,CRACKERS,VEG~^~~^~~^~Y~^~~^0^~~^^^^ ~03210~^~0300~^~Babyfood, cereal, rice, with mixed fruit, junior~^~BABYFOOD,CRL,RICE,W/MXD FRUIT,JR~^~~^~~^~Y~^~~^0^~~^6.00^3.80^8.40^4.20 ~03211~^~0300~^~Babyfood, cereal, high protein, with apple and orange, dry~^~BABYFOOD,CRL,HI PROT,W/APPL&ORANGE,DRY~^~~^~~^~~^~~^0^~~^5.85^3.50^8.40^4.00 ~03212~^~0300~^~Babyfood, cereal, rice, with bananas, dry~^~BABYFOOD,CRL,RICE,W/BANANAS,DRY~^~~^~~^~Y~^~~^0^~~^6.00^3.80^8.40^4.20 ~03213~^~0300~^~Babyfood, cookies~^~BABYFOOD,COOKIES~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.40^4.10 ~03214~^~0300~^~Babyfood, cookies, arrowroot~^~BABYFOOD,COOKIES,ARROWROOT~^~~^~~^~~^~~^0^~~^5.75^4.00^8.40^4.10 ~03215~^~0300~^~Babyfood, pretzels~^~BABYFOOD,PRETZELS~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.40^4.10 ~03216~^~0300~^~Babyfood, teething biscuits~^~BABYFOOD,TEETHING BISCUITS~^~~^~~^~Y~^~~^0^~~^5.85^4.00^8.40^4.10 ~03217~^~0300~^~Zwieback~^~ZWIEBACK~^~~^~~^~Y~^~~^0^~~^5.85^4.00^8.40^4.10 ~03220~^~0300~^~Babyfood, dessert, dutch apple, strained~^~BABYFOOD,DSSRT,DUTCH APPL,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.40^3.60 ~03221~^~0300~^~Babyfood, dessert, dutch apple, junior~^~BABYFOOD,DSSRT,DUTCH APPL,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03222~^~0300~^~Babyfood, cherry cobbler, junior~^~BABYFOOD,CHERRY COBBLER,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03224~^~0300~^~Babyfood, dessert, cherry vanilla pudding, strained~^~BABYFOOD,DSSRT,CHERRY VANILLA PUDD,STR~^~~^~~^~Y~^~~^0^~~^6.25^4.30^8.90^3.60 ~03225~^~0300~^~Babyfood, dessert, cherry vanilla pudding, junior~^~BABYFOOD,DSSRT,CHERRY VANILLA PUDD,JR~^~~^~~^~Y~^~~^0^~~^6.25^4.30^8.90^3.60 ~03226~^~0300~^~Babyfood, dessert, fruit pudding, orange, strained~^~BABYFOOD,DSSRT,FRUIT PUDD,ORANGE,STR~^~~^~~^~~^~~^0^~~^6.33^4.30^8.90^3.80 ~03227~^~0300~^~Babyfood, dessert, peach cobbler, strained~^~BABYFOOD,DSSRT,PEACH COBBLER,STR~^~~^~~^~Y~^~~^0^~~^6.20^3.40^8.40^3.60 ~03228~^~0300~^~Babyfood, dessert, peach cobbler, junior~^~BABYFOOD,DSSRT,PEACH COBBLER,JR~^~~^~~^~Y~^~~^0^~~^6.20^3.40^8.40^3.60 ~03233~^~0300~^~Babyfood, dessert, fruit pudding, pineapple, strained~^~BABYFOOD,DSSRT,FRUIT PUDD,PNAPPL,STR~^~~^~~^~Y~^~~^0^~~^6.20^4.30^8.90^3.60 ~03235~^~0300~^~Babyfood, dessert, fruit dessert, without ascorbic acid, strained~^~BABYFOOD,DSSRT,FRUIT DSSRT,WO/VIT C,STR~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.40^3.60 ~03236~^~0300~^~Babyfood, dessert, fruit dessert, without ascorbic acid, junior~^~BABYFOOD,DSSRT,FRUIT DSSRT,WO/VIT C,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.40^3.60 ~03238~^~0300~^~Babyfood, dessert, tropical fruit, junior~^~BABYFOOD,DSSRT,TROPICAL FRUIT,JR~^~~^~~^~~^~~^0^~~^6.25^3.40^8.40^3.60 ~03245~^~0300~^~Babyfood, dessert, custard pudding, vanilla, strained~^~BABYFOOD,DSSRT,CUSTARD PUDD,VANILLA,STR~^~~^~~^~Y~^~~^0^~~^6.33^4.30^8.90^3.80 ~03246~^~0300~^~Babyfood, dessert, custard pudding, vanilla, junior~^~BABYFOOD,DSSRT,CUSTARD PUDD,VANILLA,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03265~^~0300~^~Babyfood, juice, apple and grape~^~BABYFOOD,JUC,APPL&GRAPE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03267~^~0300~^~Babyfood, juice, fruit punch, with calcium~^~BABYFOOD,JUC,FRUIT PUNCH,W/CA~^~~^~~^~Y~^~~^0^~~^^^^ ~03268~^~0300~^~Babyfood, juice, apple and cherry~^~BABYFOOD,JUC,APPL&CHERRY~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~03269~^~0300~^~Babyfood, juice, apple, with calcium~^~BABYFOOD,JUC,APPL,W/CA~^~~^~~^~Y~^~~^0^~~^^^^ ~03274~^~0300~^~Babyfood, dinner, vegetables and chicken, junior~^~BABYFOOD,DINNER,VEG&CHICK,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03278~^~0300~^~Babyfood, dinner, mixed vegetable, strained~^~BABYFOOD,DINNER,MXD VEG,STR~^~~^~~^~~^~~^0^~~^6.07^3.00^8.40^3.80 ~03279~^~0300~^~Babyfood, dinner, mixed vegetable, junior~^~BABYFOOD,DINNER,MXD VEG,JR~^~~^~~^~~^~~^0^~~^6.07^3.00^8.40^3.80 ~03280~^~0300~^~Babyfood, fruit, bananas with tapioca, junior~^~BABYFOOD,FRUIT,BANANAS W/TAPIOCA,JR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~03282~^~0300~^~Babyfood, vegetables, mix vegetables junior~^~BABYFOOD,VEG,MIX VEG JR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03283~^~0300~^~Babyfood, vegetables, garden vegetable, strained~^~BABYFOOD,VEG,GARDEN VEG,STR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03286~^~0300~^~Babyfood, vegetables, mix vegetables strained~^~BABYFOOD,VEG,MIX VEG STR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~03287~^~0300~^~Babyfood, dinner, beef noodle, junior~^~BABYFOOD,DINNER,BF NOODLE,JR~^~~^~~^~Y~^~~^0^~~^5.98^4.10^8.90^4.10 ~03289~^~0300~^~Babyfood, apples with ham, strained~^~BABYFOOD,APPLS W/HAM,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03290~^~0300~^~Babyfood, carrots and beef, strained~^~BABYFOOD,CARROTS&BF,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03293~^~0300~^~Babyfood, plums, bananas and rice, strained~^~BABYFOOD,PLUMS,BANANAS&RICE,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03296~^~0300~^~Babyfood, dinner, turkey, rice, and vegetables, toddler~^~BABYFOOD,DINNER,TURKEY,RICE,AND VEG,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03297~^~0300~^~Babyfood, dinner, apples and chicken, strained~^~BABYFOOD,DINNER,APPLS&CHICK,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03298~^~0300~^~Babyfood, dinner, broccoli and chicken, junior~^~BABYFOOD,DINNER,BROCCOLI & CHICK,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~03303~^~0300~^~Babyfood, dinner, sweet potatoes and chicken, strained~^~BABYFOOD,DINNER,SWT POTATOES&CHICK,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03304~^~0300~^~Babyfood, dinner, potatoes with cheese and ham, toddler~^~BABYFOOD,DINNER,POTATOES W/CHS&HAM,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~03681~^~0300~^~Babyfood, cereal, barley, prepared with whole milk~^~BABYFOOD,CRL,BARLEY,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03682~^~0300~^~Babyfood, cereal, high protein, prepared with whole milk~^~BABYFOOD,CRL,HI PROT,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03685~^~0300~^~Babyfood, cereal, mixed, prepared with whole milk~^~BABYFOOD,CRL,MXD,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03686~^~0300~^~Babyfood, cereal, mixed, with bananas, prepared with whole milk~^~BABYFOOD,CRL,MXD,W/BANANAS,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03689~^~0300~^~Babyfood, cereal, oatmeal, prepared with whole milk~^~BABYFOOD,CRL,OATMEAL,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03690~^~0300~^~Babyfood, cereal, oatmeal, with bananas, prepared with whole milk~^~BABYFOOD,CRL,OATMEAL,W/BANANAS,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03693~^~0300~^~Babyfood, cereal, oatmeal, with honey, prepared with whole milk~^~BABYFOOD,CRL,OATMEAL,W/HONEY,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03694~^~0300~^~Babyfood, cereal, rice, prepared with whole milk~^~BABYFOOD,CRL,RICE,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03696~^~0300~^~Babyfood, cereal, rice, with honey, prepared with whole milk~^~BABYFOOD,CRL,RICE,W/HONEY,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03704~^~0300~^~Babyfood, cereal, mixed, with honey, prepared with whole milk~^~BABYFOOD,CRL,MXD,W/HONEY,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03711~^~0300~^~Babyfood, cereal, high protein, with apple and orange, prepared with whole milk~^~BABYFOOD,CRL,HI PROT,W/APPL&ORANGE,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03712~^~0300~^~Babyfood, cereal, rice, with bananas, prepared with whole milk~^~BABYFOOD,CRL,RICE,W/BANANAS,PREP W/WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~03800~^~0300~^~Infant formula, NESTLE, GOOD START SUPREME, with iron, ready-to-feed~^~INF FORMULA,NESTLE,GOOD START SUPREME,W/ IRON,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03801~^~0300~^~Infant formula, NESTLE, GOOD START SUPREME, with iron, liquid concentrate, not reconstituted~^~INF FORMULA,NES,G START SUPR,W/ IRON,LIQ CONC,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03802~^~0300~^~Infant formula, NESTLE, GOOD START SUPREME, with iron, powder~^~INF FORMULA,NESTLE,GOOD START SUPREME,W/ IRON,PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~03803~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, with iron, ready-to-feed~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,W/IRON,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03804~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, with iron, liquid concentrate, not reconstituted~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,W/IRON,LIQ CONC, NOT REC~^~~^~~^~Y~^~~^0^~~^^^^ ~03805~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, with iron, powder~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,W/ IRON,PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~03806~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, low iron, ready-to-feed~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,LO IRON,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03807~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, low iron, liquid concentrate, not reconstituted~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,LO IRON,LIQ CNC, NOT REC~^~~^~~^~Y~^~~^0^~~^^^^ ~03808~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, with iron, powder, with ARA and DHA~^~INF FORMULA,MEAD JOHNSON,ENFAMILLIPIL,W/IRN,PDR,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03809~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, low iron, powder, not reconstituted~^~INFANT FORMULA,MEAD JOHNSON,ENFAMIL,LO IRON,PDR,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03810~^~0300~^~Infant formula, MEAD JOHNSON, LOFENALAC, with iron, powder, not reconstituted~^~INF FORMULA,MEAD JOHNSON,LOFENALAC,W/ IRON,PDR,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03812~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, with Iron, liquid concentrate, with ARA and DHA~^~INF FORM,MEAD JOHNS,ENFAM,LIP,W/ IR,LIQ CONC,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03813~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, ready-to-feed~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,W/ IRON,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03814~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, powder, not reconstituted~^~INF FORM,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,W/IRON,PDR,NOTRECN~^~~^~~^~Y~^~~^0^~~^^^^ ~03815~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL LIPIL, with iron, ready-to-feed, with ARA and DHA~^~INF FORMMEAD JOHN,ENFAMIL LIPIL,W/ IRON,RTF,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03816~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, liquid concentrate, not reconstituted~^~INF FORM,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,W/IRON,LC,NOT RECON~^~~^~Mead Johnson~^~Y~^~~^0^~~^^^^ ~03817~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, powder, with ARA and DHA~^~INF FORM,ME JOHNS,ENFAMIL,LIPIL,LO IRON,PDR,W/ ARA & DHA~^~~^~~^~~^~~^0^~~^^^^ ~03818~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, liquid concentrate, with ARA and DHA~^~INF FORM,ME JOHNS,ENFAM,LIP,LO IRON,LIQ CONC,W/ ARA & DHA~^~~^~~^~~^~~^0^~~^^^^ ~03819~^~0300~^~Child formula, MEAD JOHNSON, PORTAGEN, with iron, powder, not reconstituted~^~CHILD FORMULA,MEAD JOHNSON,PORTAGEN,W/ IRON,PDR,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03820~^~0300~^~Child formula, MEAD JOHNSON, PORTAGEN, with iron, prepared from powder~^~CHILD FORMULA,MEAD JOHNSON,PORTAGEN,W/ IRON,PREP FROM PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~03821~^~0300~^~Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, powder, not reconstituted~^~INFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,W/IRON,PDR,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03822~^~0300~^~Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, prepared from powder~^~INFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,W/IRON,PREP FROM PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~03823~^~0300~^~Infant formula, MEAD JOHNSON, PROSOBEE, with iron, ready-to-feed~^~INF FORMULA,MEAD JOHNSON,PROSOBEE,W/ IRON,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03824~^~0300~^~Infant formula, MEAD JOHNSON, PROSOBEE, with iron, liquid concentrate, not reconstituted~^~INFANT FORMULA,MEAD JOHNSON,PROSOBEE,W/IRON,LIQ CNC, NOT REC~^~~^~~^~Y~^~~^0^~~^^^^ ~03825~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, ready to feed, with ARA and DHA~^~INF FOR,ME JOHN,ENFAM,LIPIL,LO IRON,READY TO FE,W/ ARA & DHA~^~~^~~^~~^~~^0^~~^^^^ ~03826~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE, with iron, powder, not reconstituted~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,PROSOBEE,IRON,PDR,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03827~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE LIPIL, with iron, powder, with ARA and DHA~^~INF FOR,ME JOHNS,ENFAMIL,LACTOF LIPIL,W/ IR,PDR,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03830~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, LIPIL, with iron, liquid concentrate, not reconstituted, with ARA and DHA~^~INF FOR,MEA JO,ENF,LACT,LIPIL,W/ IR,LI CO,NO REC,W/ AR & DH~^~~^~~^~Y~^~~^0^~~^^^^ ~03832~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, ready-to-feed, with ARA and DHA~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LIPIL,RTF,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03837~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, PM 60/40, powder, not reconstituted (formerly ROSS)~^~INF FORM,AB NUTR,SIMIL,PM 60/40,PDR,NOT RECON (FORM RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03838~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, powder, not reconstituted, with ARA and DHA~^~INF FOR,ME JOH,ENF,NUTR LIPIL,W/ IRO,PDR,NOT RE,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03839~^~0300~^~Infant formula, ABBOTT NUTRTION, SIMILAC NATURAL CARE, ADVANCE, ready-to-feed, with ARA and DHA, (formerly ROSS)~^~INF FOR,ABB NUT,SIMI NAT CA,ADVA,RTF,W/ ARA & DHA,(FOR ROS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03840~^~0300~^~Infant formula, ABBOT NUTRITION, SIMILAC, SPECIAL CARE, ADVANCE 24, with iron, ready-to-feed, with ARA and DHA, (formerly ROSS)~^~INF FOR,ABB NU,SIM,SP CA,AD 24,W/ IRO,R,W/ ARA & DHA,(FO RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03841~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, ready-to-feed, (formerly ROSS)~^~INF FORM,ABB NUTR,SIMI,ISO,W/ IRON,RTF,(FOR RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03842~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, liquid concentrate, (formerly ROSS)~^~INF FORM,ABBOTT NUTR,SIMI,ISO,W/ IRON,LIQ CONC,(FORM ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03843~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, powder, not reconstituted, (formerly ROSS)~^~INF FORMULA,A NUTR,SIM,IS,W/ IRON,PDR,NOT RECON,(FORROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03844~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, LIPIL, with iron, liquid concentrate not reconstituted, with ARA and DHA~^~INF FO,ME JO,ENF,NUTR,LIPIL,W/ IR,LIQ CO NOT RE,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03845~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, ready to feed, with ARA and DHA~^~INF FO,ME JOHN,EN,NUTR LIPIL,W/ IRON,RE TO FE,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03846~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, with iron, ready-to-feed, (formerly ROSS)~^~INF FORM,ABBO NUTR,SIMILAC,ALIMENTUM,W/ IRON,RTF,(FORM RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03849~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, powder, with ARA and DHA~^~INF FORM,MEAD JOHNSON,ENFAMIL,ENFACARE LIPIL,PDR,ARA&DHA~^~~^~~^~~^~~^0^~~^6.38^^^ ~03850~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, ready-to-feed, (formerly ROSS)~^~INF FORMULA,ABBOTT NUTR,SIMILAC,W/ IRON,RTF,(FORMERLY ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03851~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, liquid concentrate, not reconstituted, (formerly ROSS)~^~INF FORM,ABB NUTR,SIMI,W/ IRON,LIQ CONC,NOT RECON,(FORM RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03852~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE LIPIL, with iron, powder, not reconstituted, with ARA and DHA~^~INF FO,ME JOHN,EN,PROS LIPIL,W/ IRON,PDR,NOT RE,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03853~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, powder, not reconstituted, (formerly ROSS)~^~INF FORM,ABBONUTR,SIMIL,W/ IRON,PDR,NOT REC,(FORME RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03854~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE, LIPIL, liquid concentrate, not reconstituted with ARA and DHA~^~INF FORM,MEJOH,ENFA,PROSO,LIPIL,LIQ CONC,NOT RE W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03855~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, ready-to-feed, (formerly ROSS)~^~INF FORMULA,ABBOTT NUTR,SIMILAC,LO IRON,RTF,(FORMERLY ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03856~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, liquid concentrate, not reconstituted, (formerly ROSS)~^~INF FORM,AB NUTR,SIMILAC,LO IRON,LIQ CONC,NOT REC,(FORM RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03857~^~0300~^~Infant formula, MEAD JOHNSON, PROSOBEE LIPIL, with iron, ready to feed, with ARA and DHA~^~INF FOR,MEJOHN,PROSOBEE LIPIL,W/ IRON,RE TO FE,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03858~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, powder, not reconstituted, (formerly ROSS)~^~INF FORM,ABBO NUTR,SIMI,LO IRON,PDR,NOT REC,(FORM R)~^~~^~~^~Y~^~~^0^~~^^^^ ~03860~^~0300~^~Child formula, ABBOTT NUTRITION, PEDIASURE, ready-to-feed, (formerly ROSS)~^~CHILD FORMULA,ABBOTT NUTR,PEDIASURE,RTF,(FORMERLY ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03861~^~0300~^~Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE LIPIL, powder, with ARA and DHA~^~INF FORMU,MEAD JOHNS,NEXT STEP,PROSO LIPIL,PDR,W/ ARA & DHA~^~~^~~^~~^~~^0^~~^^^^ ~03864~^~0300~^~Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE, LIPIL, ready to feed, with ARA and DHA~^~INF FORM,ME JO,NEXT STEP,PROSO,LIPIL,REATO FEED,W/ ARA & DHA~^~~^~~^~~^~~^0^~~^^^^ ~03868~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, ready-to-feed~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LACTOFREE,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03869~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, with iron, powder, not reconstituted~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LACTOFREE,W/ IRN,PDR,NOTREC~^~~^~~^~Y~^~~^0^~~^^^^ ~03871~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, with iron, liquid concentrate, not reconstituted~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,LACTOFREE,W/ IRN,LQCN,NOREC~^~~^~~^~Y~^~~^0^~~^^^^ ~03880~^~0300~^~Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, ready-to-feed (formerly WYETH-AYERST)~^~INF FORMU,PBM PRO,ULTRA BRI BEGINN,RTF (FORME WYETH-AYERST)~^~~^~~^~Y~^~~^0^~~^^^^ ~03881~^~0300~^~Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, liquid concentrate, not reconstituted (formerly WYETH-AYERST)~^~INF FOR,PBM PR,UL BRI BEGI,LIQ CONC,NOT (FOR WYETH-AYERST)~^~~^~~^~Y~^~~^0^~~^^^^ ~03883~^~0300~^~Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, powder, (formerly WYETH-AYERST)~^~INF FORM, PBM PROD, ULTRA BRIG BEGINN, PDR, ( WYETH-AYERST)~^~~^~~^~Y~^~~^0^~~^^^^ ~03890~^~0300~^~Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, ready-to-feed, (formerly WYETH-AYERST)~^~INF FORM,PBM,ULTRABRIGHTBEGIN,SOY,RTF,(FORM WY-AY)~^~~^~~^~Y~^~~^0^~~^^^^ ~03891~^~0300~^~Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, liquid concentrate, (formerly WYETH-AYERST)~^~INF FOR,PBM PROD,ULTRA BRIGHT BEGI,S,LIQ CO,(FORME WYE-AYER)~^~~^~~^~Y~^~~^0^~~^^^^ ~03893~^~0300~^~Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, powder (formerly WYETH-AYERST)~^~INF FORM,PBM,ULTRA BRIGHT BEGIN,SOY,PDR (FORM WYETH-AYERST)~^~~^~~^~Y~^~~^0^~~^^^^ ~03900~^~0300~^~Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, ready-to-feed~^~INF FORMULA,NESTLE,GOOD START 2 ESSENTIALS,W/ IRON,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03901~^~0300~^~Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, liquid concentrate, not reconstituted~^~INF FOR,NE,GOOD START 2 ESSENT,W/ IRON,LIQ CONC,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03913~^~0300~^~Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, powder~^~INF FORMULA,NESTLE,GOOD START 2 ESSENTIALS,W/ IRON,PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~03925~^~0300~^~Infant formula, NESTLE,GOOD START ESSENTIALS SOY, with iron, ready-to-feed~^~INF FORMULA,NESTLE,GOOD START ESSENTIALS SOY,W/ IRON,RTF~^~~^~~^~Y~^~~^0^~~^^^^ ~03926~^~0300~^~Infant formula, NESTLE, GOOD START ESSENTIALS, soy, with iron, liquid concentrate, not reconstituted~^~INF FORMULA,NES,G START ES,SOY,W/ IRON,LIQ CONC,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~03928~^~0300~^~Infant formula, NESTLE, GOOD START ESSENTIALS SOY, iron, powder~^~INF FORMULA,NESTLE,GOOD START ESSENTIALS SOY,IRON,PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~03929~^~0300~^~Infant formula, MEAD JOHNSON, NEXT STEP PROSOBEE, powder, not reconstituted~^~INF FORMULA,MEAD JOHNSON,NEXT STEP PROSOBEE,PDR,NOT RECON~^~~^~~^~Y~^~~^0^~~^5.71^^^ ~03930~^~0300~^~Infant formula, MEAD JOHNSON,NEXT STEP PROSOBEE, prepared from powder~^~INF FORMULA,MEAD JOHNSON,NEXT STEP PROSOBEE,PREP FROM PDR~^~~^~~^~~^~~^0^~~^^^^ ~03934~^~0300~^~Babyfood, corn and sweet potatoes, strained~^~BABYFOOD,CORN & SWT POTATOES,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~03935~^~0300~^~IInfant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, ADVANCE, ready-to-feed, with ARA and DHA, (formerly ROSS)~^~Infa for, A N, SI, ALI, ADVA ready, withARA and DHA, (fo R)~^~~^~~^~Y~^~~^0^~~^^^^ ~03936~^~0300~^~Infant formula, PBM PRODUCTS, store brand, ready-to-feed (formerly WYETH-AYERST)~^~INF FORM,PBM PRODU,STORE BRAND,RTF (FORM WYETH-AYERST)~^~~^~~^~~^~~^0^~~^^^^ ~03937~^~0300~^~Infant formula, PBM PRODUCTS, store brand, liquid concentrate, not reconstituted (formerly WYETH-AYERST)~^~INF FORM,PBM PROD,STORE BRAND,LC,NOT REC (FORM WYETH-AYERST)~^~~^~~^~~^~~^0^~~^^^^ ~03938~^~0300~^~Infant formula, PBM PRODUCTS, store brand, powder, (formerly WYETH-AYERST)~^~INF FORMULA,PBM PRODUCTS,STORE BR,PDR,(FORME WYETH-AYERST)~^~~^~~^~~^~~^0^~~^^^^ ~03939~^~0300~^~Infant formula, PBM PRODUCTS, store brand, Soy, ready-to-feed, (formerly WYETH-AYERST)~^~INF FORMULA,PBM PRO,STORE BRAND,SOY,RTF,(FOR WYETH-AYERST)~^~~^~~^~~^~~^0^~~^^^^ ~03940~^~0300~^~Infant formula, PBM PRODUCTS, store brand, Soy, liquid concentrate, not reconstituted (formerly WYETH-AYERST)~^~INF FOR,PBM PR,STORE BR,SOY,LIQ CONC,NOT RE (FOR WY-AYERST)~^~~^~~^~~^~~^0^~~^^^^ ~03941~^~0300~^~Infant formula, PBM PRODUCTS, store brand, Soy, powder, (formerly WYETH-AYERST)~^~INF FORM,PBM PRODU,STORE BRA,SOY,PDR,(FORMER WYETH-AYERST)~^~~^~~^~~^~~^0^~~^^^^ ~03942~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, ready-to-feed, with ARA and DHA~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,AR LIPIL,RTF,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03943~^~0300~^~Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, powder, with ARA and DHA~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,AR LIPIL,PDR,W/ ARA & DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~03944~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC NEOSURE ADVANCE, ready-to-feed, with ARA and DHA, (formerly ROSS)~^~INF FORM,ABB NUTR,SIMI NEOS ADV,RTF,W/ ARA & DHA,(FORM ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03945~^~0300~^~Infant formula, ABBOTT NUTRITION, NEOSURE ADVANCE, powder, with ARA and DHA, (formerly ROSS)~^~INF FOR,ABB NUTR,NEOS ADV,PDR,W/ ARA & DHA,(FORME ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03946~^~0300~^~Infant formula, ABBOTT NUTRTION, LACTOSE FREE ADVANCE, ready-to-feed, with ARA and DHA,(formerly ROSS)~^~INF FOR,ABBOTT NUTR,LA F ADVA,RTF,W/ ARA & DHA,(FORME RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03947~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC LACTOSE FREE ADVANCE, liquid concentration, with ARA and DHA, (formerly ROSS)~^~INF FOR NUTR,SI LAC ADVA,LIQ CONCENTW/ ARA & DHA,(FORME R)~^~~^~~^~Y~^~~^0^~~^^^^ ~03948~^~0300~^~Infant formula, ABBOT NUTRITION, LACTOSE FREE ADVANCE, powder, with ARA and DHA, (formerly ROSS)~^~INF FORM,ABBNUTR,LACT FREE ADVA,PDR,W/ ARA & DHA,(FOR RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03949~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, ready-to-feed, (formerly ROSS)~^~INF FORM,ABB NUTR,SIMI,ADVA,W/ IRON,RTF,(FORM ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03950~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, powder, not reconstituted, (formerly ROSS)~^~INF FORM,ABB NUTR,SIMI,ADVA,W/ IRON,PDR,N REC(FORMERLY ROSS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03951~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, liquid concentrate, not reconstituted, (formerly ROSS)~^~INF FOR,AB N,SII,ADVANCE,W/ IR,LIQ CO,NOT RECON,(FORME ROS)~^~~^~~^~Y~^~~^0^~~^^^^ ~03952~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, liquid concentrate, (formerly ROSS)~^~INF FORM,ABB NUTR,SIMI,ISO,ADVANCE W/ IR,LI CONC,(FORM RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03953~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, ready-to-feed, (formerly ROSS)~^~INF FORMULA,ABB NUTR,SIMI,ISO,ADVA W/ IRON,RTF,(FORM RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03954~^~0300~^~Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, powder, not reconstituted, (formerly ROSS)~^~INF FORM,AB NUTR,SIMI,ISOMIL,ADV W/ IRON,PDR,NOT RE,(FOR RO)~^~~^~~^~Y~^~~^0^~~^^^^ ~03955~^~0300~^~Infant Formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, ready-to-feed, with ARA and DHA~^~INF FORMULA,MEAD JOHNSON,ENFAMIL,ENFACARE LIPIL,RTF, ARA&DHA~^~~^~~^~Y~^~~^0^~~^^^^ ~04001~^~0400~^~Fat, beef tallow~^~FAT,BEEF TALLOW~^~~^~~^~Y~^~~^0^~~^0.00^^9.02^ ~04002~^~0400~^~Lard~^~LARD~^~~^~~^~Y~^~~^0^~~^0.00^^9.02^ ~04011~^~0400~^~Salad dressing, KRAFT Mayo Light Mayonnaise~^~SALAD DRSNG,KRAFT MAYO LT MAYO~^~~^~~^~~^~~^0^~~^^^^ ~04012~^~0400~^~Salad dressing, KRAFT MIRACLE WHIP LIGHT Dressing~^~SALAD DRSNG,KRAFT MIRACLE WHIP LT DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04013~^~0400~^~Salad dressing, KRAFT Mayo Fat Free Mayonnaise Dressing~^~SALAD DRSNG,KRAFT MAYO FAT FREE MAYO DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04014~^~0400~^~Salad dressing, KRAFT MIRACLE WHIP FREE Nonfat Dressing~^~SALAD DRSNG,KRAFT MIRACLE WHIP FREE NONFAT DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04015~^~0400~^~Salad dressing, russian dressing~^~SALAD DRSNG,RUSSIAN DRSNG~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.84^3.80 ~04016~^~0400~^~Salad dressing, sesame seed dressing, regular~^~SALAD DRSNG,SESAME SD DRSNG,REG~^~~^~~^~Y~^~~^0^~~^6.25^4.03^8.84^3.80 ~04017~^~0400~^~Salad dressing, thousand island, commercial, regular~^~SALAD DRSNG,1000 ISLAND,COMM,REG~^~~^~~^~Y~^~~^0^~~^6.25^4.03^8.84^3.80 ~04018~^~0400~^~Salad dressing, mayonnaise type, regular, with salt~^~SALAD DRSNG,MAYO TYPE,REG,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.80 ~04020~^~0400~^~Salad dressing, french dressing, reduced fat~^~SALAD DRSNG,FRENCH DRSNG,RED FAT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.84^3.80 ~04021~^~0400~^~Salad dressing, italian dressing, reduced fat~^~SALAD DRSNG,ITALIAN DRSNG,RED FAT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.84^3.80 ~04022~^~0400~^~Salad dressing, russian dressing, low calorie~^~SALAD DRSNG,RUSSIAN DRSNG,LO CAL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.84^3.80 ~04023~^~0400~^~Salad dressing, thousand island dressing, reduced fat~^~SALAD DRSNG,1000 ISLAND DRSNG,RED FAT~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.84^3.80 ~04025~^~0400~^~Salad dressing, mayonnaise, soybean oil, with salt~^~SALAD DRSNG,MAYO,SOYBN OIL,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.85^3.68 ~04026~^~0400~^~Salad dressing, mayonnaise, soybean and safflower oil, with salt~^~SALAD DRSNG,MAYO,SOYBN&SAFFLOWER OIL,W/SALT~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04027~^~0400~^~Salad dressing, mayonnaise, imitation, soybean~^~SALAD DRSNG,MAYO,IMITN,SOYBN~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.80 ~04028~^~0400~^~Salad dressing, mayonnaise, imitation, milk cream~^~SALAD DRSNG,MAYO,IMITN,MILK CRM~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04029~^~0400~^~Salad dressing, mayonnaise, imitation, soybean without cholesterol~^~SALAD DRSNG,MAYO,IMITN,SOYBN WO/CHOL~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.80 ~04030~^~0400~^~Sandwich spread, with chopped pickle, regular, unspecified oils~^~SANDWICH SPRD,W/CHOPD PICKLE,REG,UNSPEC OILS~^~~^~~^~Y~^~~^0^~~^6.25^3.92^8.84^3.80 ~04031~^~0400~^~Shortening, household, soybean (hydrogenated)-cottonseed (hydrogenated)~^~SHORTENING,HOUSEHOLD,SOYBN (HYDR) -COTTONSEED (HYDR)~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04034~^~0400~^~Oil, soybean, salad or cooking, (partially hydrogenated)~^~OIL,SOYBN,SALAD OR COOKING,(PARTIALLY HYDROGENATED)~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04037~^~0400~^~Oil, vegetable, rice bran~^~OIL,VEG,RICE BRAN~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04038~^~0400~^~Oil, wheat germ~^~OIL,WHEAT GERM~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04042~^~0400~^~Oil, peanut, salad or cooking~^~OIL,PNUT,SALAD OR COOKING~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04044~^~0400~^~Oil, soybean, salad or cooking~^~OIL,SOYBN,SALAD OR COOKING~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04047~^~0400~^~Vegetable oil, coconut~^~VEGETABLE OIL,COCONUT~^~~^~~^~Y~^~~^0^~~^0.00^^8.62^ ~04053~^~0400~^~Oil, olive, salad or cooking~^~OIL,OLIVE,SALAD OR COOKING~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04055~^~0400~^~Oil, vegetable, palm~^~OIL,VEGETABLE,PALM~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04058~^~0400~^~Oil, sesame, salad or cooking~^~OIL,SESAME,SALAD OR COOKING~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04060~^~0400~^~Oil, vegetable, sunflower, linoleic (less than 60%)~^~OIL,VEG,SUNFLOWER,LINOLEIC (LESS THAN 60%)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04073~^~0400~^~Margarine, regular, hard, soybean (hydrogenated)~^~MARGARINE,REG,HARD,SOYBN (HYDR)~^~~^~~^~~^~~^0^~~^6.38^4.27^8.84^3.87 ~04105~^~0400~^~Margarine, regular, liquid, soybean (hydrogenated and regular) and cottonseed~^~MARGARINE,REG,LIQ,SOYBN (HYDR®)&CTTNSD~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.84^3.87 ~04114~^~0400~^~Salad dressing, italian dressing, commercial, regular~^~SALAD DRSNG,ITALIAN DRSNG,COMM,REG~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.84^3.80 ~04115~^~0400~^~Salad dressing, KRAFT Ranch Dressing~^~SALAD DRSNG,KRAFT RANCH DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04116~^~0400~^~Salad dressing, KRAFT Zesty Italian Dressing~^~SALAD DRSNG,KRAFT ZESTY ITALIAN DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04117~^~0400~^~Salad dressing, KRAFT LIGHT DONE RIGHT! Ranch Dressing~^~SALAD DRSNG,KRAFT LT DONE RIGHT! RANCH DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04118~^~0400~^~Salad dressing, KRAFT LIGHT DONE RIGHT! Italian Dressing~^~SALAD DRSNG,KRAFT LT DONE RIGHT! ITALIAN DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04119~^~0400~^~Salad dressing, KRAFT FREE Fat Free Ranch Dressing~^~SALAD DRSNG,KRAFT FREE FAT FREE RANCH DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04120~^~0400~^~Salad dressing, french dressing, commercial, regular~^~SALAD DRSNG,FRENCH DRSNG,COMM,REG~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.84^3.80 ~04121~^~0400~^~Salad dressing, KRAFT FREE Fat Free Italian Dressing~^~SALAD DRSNG,KRAFT FREE FAT FREE ITALIAN DRSNG~^~~^~~^~~^~~^0^~~^^^^ ~04128~^~0400~^~Margarine-like spread, (approximately 37% fat), unspecified oils~^~MARGARINE-LIKE SPRD,(APPROXIMATELY 37% FAT),UNSPEC OILS~^~~^~~^~Y~^~~^0^~~^^4.27^8.84^3.80 ~04131~^~0400~^~Margarine, regular, unspecified oils, without added salt~^~MARGARINE,REG,UNSPEC OILS,WO/ SALT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.84^3.80 ~04132~^~0400~^~Margarine, regular, unspecified oils, with salt added~^~MARGARINE,REG,UNSPEC OILS,W/SALT~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.84^3.87 ~04133~^~0400~^~Salad dressing, french, home recipe~^~SALAD DRSNG,FRENCH,HOME RECIPE~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04134~^~0400~^~Salad dressing, home recipe, cooked~^~SALAD DRSNG,HOME RECIPE,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.80 ~04135~^~0400~^~Salad dressing, home recipe, vinegar and oil~^~SALAD DRSNG,HOME RECIPE,VINEGAR&OIL~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.80 ~04141~^~0400~^~Salad dressing, french dressing, commercial, regular, without salt~^~SALAD DRSNG,FRENCH DRSNG,COMM,REG,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04142~^~0400~^~Salad dressing, french dressing, reduced fat, without salt~^~SALAD DRSNG,FRENCH DRSNG,RED FAT,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04143~^~0400~^~Salad dressing, italian dressing, commercial, regular, without salt~^~SALAD DRSNG,ITALIAN DRSNG,COMM,REG,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04144~^~0400~^~Salad dressing, italian dressing, reduced fat, without salt~^~SALAD DRSNG,ITALIAN DRSNG,RED FAT,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04145~^~0400~^~Salad dressing, mayonnaise, soybean oil, without salt~^~SALAD DRSNG,MAYO,SOYBN OIL,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04146~^~0400~^~Salad dressing, french, cottonseed, oil, home recipe~^~SALAD DRSNG,FRENCH,CTTNSD,OIL,HOME RECIPE~^~~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.80 ~04367~^~0400~^~Salad dressing, french dressing, fat-free~^~SALAD DRSNG,FRENCH DRSNG,FAT-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~04501~^~0400~^~Oil, vegetable, cocoa butter~^~OIL,VEG,COCOA BUTTER~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04502~^~0400~^~Oil, vegetable, cottonseed, salad or cooking~^~OIL,VEG,CTTNSD,SALAD OR COOKING~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04506~^~0400~^~Oil, vegetable, sunflower, linoleic, (approx. 65%)~^~OIL,VEG,SUNFLOWER,LINOLEIC,(APPROX. 65%)~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04510~^~0400~^~Oil, vegetable safflower, salad or cooking, linoleic, (over 70%)~^~OIL,VEG SAFFLOWER,SALAD OR COOKING,LINOLEIC,(OVER 70%)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04511~^~0400~^~Oil, vegetable safflower, salad or cooking, oleic, over 70% (primary safflower oil of commerce)~^~OIL,VEG SAFFLOWER,SALAD OR COOKING,OLEIC,OVER 70%~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04513~^~0400~^~Vegetable oil, palm kernel~^~VEGETABLE OIL,PALM KERNEL~^~~^~~^~Y~^~~^0^~~^0.00^^8.62^ ~04514~^~0400~^~Oil, vegetable, poppyseed~^~OIL,VEGETABLE,POPPYSEED~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04515~^~0400~^~Oil, vegetable, tomatoseed~^~OIL,VEGETABLE,TOMATOSEED~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04516~^~0400~^~Oil, vegetable, teaseed~^~OIL,VEGETABLE,TEASEED~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04517~^~0400~^~Oil, vegetable, grapeseed~^~OIL,VEGETABLE,GRAPESEED~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04518~^~0400~^~Oil, vegetable, corn, industrial and retail, all purpose salad or cooking~^~OIL,VEG,CORN,INDUSTRIAL & RTL,ALLPURP SALAD OR COOKING~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04520~^~0400~^~Fat, mutton tallow~^~FAT,MUTTON TALLOW~^~~^~~^~Y~^~~^0^~~^0.00^^9.02^ ~04521~^~0400~^~Margarine, regular, hard, sunflower and soybean (hydrogenated) and cottonseed (hydrogenated)~^~MARGARINE,REG,HARD,SUNFLOWER&SOYBN (HYDR)&CTTNSD (HYDR)~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.84^3.87 ~04528~^~0400~^~Oil, vegetable, walnut~^~OIL,VEGETABLE,WALNUT~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04529~^~0400~^~Oil, vegetable, almond~^~OIL,VEGETABLE,ALMOND~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04530~^~0400~^~Oil, vegetable, apricot kernel~^~OIL,VEG,APRICOT KERNEL~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04531~^~0400~^~Vegetable oil, soybean lecithin~^~VEGETABLE OIL,SOYBN LECITHIN~^~~^~~^~Y~^~~^0^~~^0.00^^7.63^ ~04532~^~0400~^~Oil, vegetable, hazelnut~^~OIL,VEGETABLE,HAZELNUT~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04534~^~0400~^~Oil, vegetable, babassu~^~OIL,VEGETABLE,BABASSU~^~~^~~^~~^~~^0^~~^0.00^^8.82^ ~04536~^~0400~^~Oil, vegetable, sheanut~^~OIL,VEGETABLE,SHEANUT~^~~^~~^~~^~~^0^~~^0.00^^8.62^ ~04539~^~0400~^~Salad dressing, blue or roquefort cheese dressing, commercial, regular~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS DRSNG,COMM,REG~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.80 ~04541~^~0400~^~Oil, vegetable, cupu assu~^~OIL,VEGETABLE,CUPU ASSU~^~~^~~^~~^~~^0^~~^0.00^^8.62^ ~04542~^~0400~^~Fat, chicken~^~FAT,CHICKEN~^~~^~~^~Y~^~~^0^~~^0.00^^9.02^ ~04543~^~0400~^~Oil, soybean, salad or cooking, (hydrogenated) and cottonseed~^~OIL,SOYBN,SALAD OR COOKING,(HYDR)&CTTNSD~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04544~^~0400~^~Shortening, household, lard and vegetable oil~^~SHORTENING,HOUSEHOLD,LARD&VEG OIL~^~~^~~^~Y~^~~^0^~~^0.00^^9.02^ ~04545~^~0400~^~Oil, vegetable, sunflower, linoleic, (hydrogenated)~^~OIL,VEG,SUNFLOWER,LINOLEIC,(HYDR)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04546~^~0400~^~Shortening bread, soybean (hydrogenated) and cottonseed~^~SHORTENING BREAD,SOYBN (HYDR)&CTTNSD~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04547~^~0400~^~Shortening frying (regular), soybean (hydrogenated) and cottonseed (hydrogenated)~^~SHORTENING FRYING (REG),SOYBN (HYDR)&CTTNSD (HYDR)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04548~^~0400~^~Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)~^~SHORTENING CAKE MIX,SOYBN (HYDR)&CTTNSD (HYDR)~^~~^~~^~Y~^~~^0^~~^0.00^^8.82^ ~04549~^~0400~^~Shortening industrial, lard and vegetable oil~^~SHORTENING INDUSTRIAL,LARD&VEG OIL~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04550~^~0400~^~Shortening frying (heavy duty), beef tallow and cottonseed~^~SHORTENING FRYING (HVY DUTY),BF TALLOW&CTTNSD~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04551~^~0400~^~Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)~^~SHORTENING CONFECTIONERY,COCNT (HYDR)&OR PALM KERNEL (HYDR)~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04552~^~0400~^~Shortening frying (heavy duty), soybean (hydrogenated), linoleic (30%) stabilizers with silicon~^~SHORTENING FRYING HVY DUTY,SOYBN HYDR,LINOLEIC 30% W/SILICON~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04554~^~0400~^~Shortening industrial, soybean (hydrogenated) and cottonseed~^~SHORTENING INDUSTRIAL,SOYBN (HYDR)&CTTNSD~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04556~^~0400~^~Shortening frying (heavy duty), palm (hydrogenated)~^~SHORTENING FRYING (HVY DUTY),PALM (HYDR)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04559~^~0400~^~Shortening household soybean (hydrogenated) and palm~^~SHORTENING HOUSEHOLD SOYBN (HYDR)&PALM~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04560~^~0400~^~Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)~^~SHORTENING FRYING HVY DUTY,SOYBN HYDR,LINOLEIC (LESS THAN 1%~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04570~^~0400~^~Shortening, confectionery, fractionated palm~^~SHORTENING,CONFECTIONERY,FRACTIONATED PALM~^~~^~~^~~^~~^0^~~^0.00^^8.62^ ~04572~^~0400~^~Oil, vegetable, nutmeg butter~^~OIL,VEG,NUTMEG BUTTER~^~~^~~^~~^~~^0^~~^0.00^^8.62^ ~04573~^~0400~^~Oil, vegetable, ucuhuba butter~^~OIL,VEG,UCUHUBA BUTTER~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04574~^~0400~^~Fat, duck~^~FAT,DUCK~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04575~^~0400~^~Fat, turkey~^~FAT,TURKEY~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04576~^~0400~^~Fat, goose~^~FAT,GOOSE~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04581~^~0400~^~Vegetable oil, avocado~^~VEGETABLE OIL,AVOCADO~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04582~^~0400~^~Oil, vegetable, canola~^~OIL,VEG,CANOLA~^~low erucic acid rapeseed oil~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04583~^~0400~^~Vegetable oil, mustard~^~VEGETABLE OIL,MUSTARD~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04584~^~0400~^~Oil, vegetable, sunflower, high oleic (70% and over)~^~OIL,VEG,SUNFLOWER,HI OLEIC (70% & OVER)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04585~^~0400~^~Margarine-butter blend, soybean oil and butter~^~MARGARINE-BUTTER BLEND,SOYBN OIL & BUTTER~^~~^~~^~Y~^~~^0^~~^6.25^4.27^8.84^3.87 ~04586~^~0400~^~Shortening, special purpose for cakes and frostings, soybean (hydrogenated)~^~SHORTENING,SPL PURPOSE FOR CAKES&FROSTINGS,SOYBN (HYDR)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04587~^~0400~^~Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed~^~SHORTENING,SPL PURPOSE FOR BAKING,SOYBN (HYDR) PALM&CTTNSD~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04588~^~0400~^~Vegetable oil, oat~^~VEGETABLE OIL,OAT~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04589~^~0400~^~Fish oil, cod liver~^~FISH OIL,COD LIVER~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04590~^~0400~^~Fish oil, herring~^~FISH OIL,HERRING~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04591~^~0400~^~Fish oil, menhaden~^~FISH OIL,MENHADEN~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04592~^~0400~^~Fish oil, menhaden, fully hydrogenated~^~FISH OIL,MENHADEN,FULLY HYDR~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04593~^~0400~^~Fish oil, salmon~^~FISH OIL,SALMON~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04594~^~0400~^~Fish oil, sardine~^~FISH OIL,SARDINE~^~~^~~^~~^~~^0^~~^0.00^^9.02^ ~04595~^~0400~^~Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)~^~SHORTENING,MULTIPURPOSE,SOYBN (HYDR)&PALM (HYDR)~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04600~^~0400~^~Vegetable oil-butter spread, tub, salted~^~VEGETABLE OIL-BUTTER SPRD,TUB,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~04601~^~0400~^~Butter, light, stick, with salt~^~BUTTER,LT,STK,W/SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~04602~^~0400~^~Butter, light, stick, without salt~^~BUTTER,LT,STK,WO/SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~04606~^~0400~^~Meat drippings (lard, beef tallow, mutton tallow)~^~MEAT DRIPPINGS (LARD,BF TALLOW,MUTTON TALLOW)~^~~^~~^~Y~^~~^0^~~^^^^ ~04609~^~0400~^~Animal fat, bacon grease~^~ANIMAL FAT,BACON GREASE~^~~^~~^~Y~^~~^0^~~^^^^ ~04610~^~0400~^~Margarine, regular, stick, composite, 80% fat, with salt~^~MARGARINE,REG,STK,COMP,80% FAT,W/SALT~^~~^~~^~Y~^~~^0^~~^^4.27^8.84^3.87 ~04611~^~0400~^~Margarine, regular, tub, composite, 80% fat, with salt~^~MARGARINE,REG,TUB,COMP,80% FAT,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^8.84^3.87 ~04612~^~0400~^~Margarine, vegetable oil spread, 60% fat, stick~^~MARGARINE,VEG OIL SPRD,60% FAT,STK~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.84^4.27 ~04613~^~0400~^~Margarine, margarine-like vegetable oil spread, 60% fat, tub~^~MARGARINE,MARGARINE-LIKE VEG OIL SPRD,60% FAT,TUB~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.84^4.27 ~04614~^~0400~^~Margarine, vegetable oil spread, stick/tub/bottle, 60% fat~^~MARGARINE,VEG OIL SPRD,STICK/TUB/BOTTLE,60% FAT~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.84^4.27 ~04615~^~0400~^~Shortening, vegetable, household, composite~^~SHORTENING,VEG,HOUSEHOLD,COMP~^~~^~~^~Y~^~~^0^~~^6.25^^8.84^ ~04616~^~0400~^~Shortening, institutional, composite~^~SHORTENING,INSTITUTIONAL,COMP~^~~^~~^~Y~^~~^0^~~^^^^ ~04617~^~0400~^~Margarine, regular, stick, unsalted, composite, 80% fat~^~MARGARINE,REG,STK,UNSALTED,COMP,80% FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~04618~^~0400~^~Margarine, regular, tub, unsalted, composite, 80% fat~^~MARGARINE,REG,TUB,UNSALTED,COMP,80% FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~04619~^~0400~^~Margarine, vegetable oil spread, 60% fat, stick, no salt~^~MARGARINE,VEG OIL SPRD,60% FAT,STK,NO SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.84^4.27 ~04620~^~0400~^~Margarine, margarine-like vegetable oil spread, 60% fat, tub/bottle, unsalted~^~MARGARINE, VEG OIL SPRD,60% FAT,TUB/BOTTLE,UNSALTED~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.84^4.27 ~04624~^~0400~^~Margarine-like spread, fat free, liquid, salted~^~MARGARINE-LIKE SPRD,FAT FREE,LIQ,SALTED~^~~^~~^~Y~^~~^0^~~^^4.27^8.84^3.87 ~04626~^~0400~^~Margarine-like spread, made with yogurt, stick, salted~^~MARGARINE-LIKE SPRD,MADE W/YOGURT,STK,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~04627~^~0400~^~Margarine-like spread, reduced calorie, about 40% fat, made with yogurt, tub, salted~^~MARGARINE-LIKE SPRD,RED CAL,40% FAT,MADE W/YOGURT,TUB,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~04628~^~0400~^~Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils~^~MARGARINE,80% FAT,STK,INCL REG & HYDR CORN & SOYBN OILS~^~~^~~^~~^~~^0^~~^^4.27^8.84^3.87 ~04629~^~0400~^~Margarine, margarine-type vegetable oil spread, 70% fat, soybean and partially hydrogenated soybean, stick~^~MARGARINE, VEG OIL SPRD,70% FAT,SOYBN & PART HYDR SOYBN,STK~^~~^~~^~~^~~^0^~~^6.38^4.27^8.84^3.87 ~04630~^~0400~^~Margarine Spread, approximately 48% fat, tub~^~MARGARINE SPRD,APPROX 48% FAT,TUB~^~~^~~^~~^~~^0^~~^6.38^4.27^8.84^3.87 ~04631~^~0400~^~Margarine spread, fat-free, tub~^~MARGARINE SPRD,FAT-FREE,TUB~^~~^~~^~Y~^~~^0^~~^^4.27^8.84^3.87 ~04633~^~0400~^~Margarine, vegetable oil spread, 20% fat~^~MARGARINE,VEG OIL SPRD,20% FAT~^~~^~~^~Y~^~~^0^~~^0.00^^9.02^ ~04634~^~0400~^~Margarine, vegetable oil spread, 20% fat, without salt~^~MARGARINE,VEG OIL SPRD,20% FAT,WO/ SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~04635~^~0400~^~Salad dressing, thousand island dressing, fat-free~^~SALAD DRSNG,1000 ISLAND DRSNG,FAT-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~04636~^~0400~^~Salad dressing, italian dressing, fat-free~^~SALAD DRSNG,ITALIAN DRSNG,FAT-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~04638~^~0400~^~Salad dressing, ranch dressing, fat-free~^~SALAD DRSNG,RANCH DRSNG,FAT-FREE~^~~^~~^~~^~~^0^~~^^4.36^8.84^3.80 ~04639~^~0400~^~Salad dressing, ranch dressing, commercial, regular~^~SALAD DRSNG,RANCH DRSNG,COMM,REG~^~~^~~^~~^~~^0^~~^^4.36^8.84^3.80 ~04640~^~0400~^~Salad dressing, ranch dressing, reduced fat~^~SALAD DRSNG,RANCH DRSNG,RED FAT~^~~^~~^~~^~~^0^~~^^4.36^8.84^3.80 ~04641~^~0400~^~Salad dressing, mayonnaise, light~^~SALAD DRSNG,MAYO,LT~^~lite mayonnaise~^~~^~~^~~^0^~~^6.25^4.36^8.84^3.38 ~04642~^~0400~^~Oil, vegetable, industrial, mid-oleic, sunflower, principal uses frying and salad dressings~^~OIL,VEG,INDUSTRIAL,MID-OLEIC,SUNFLOWER~^~NuSun~^~~^~~^~~^0^~~^^^8.84^ ~04643~^~0400~^~Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying~^~OIL,INDUSTRIAL,CANOLA W/ ANTIFOAMING AGENT~^~~^~~^~~^~~^0^~~^^^8.84^ ~04644~^~0400~^~Oil, vegetable, industrial, canola for salads, woks and light frying~^~OIL,VEG,INDUSTRIAL,CANOLA FOR SALADS,WOKS & LT FRYING~^~~^~~^~~^~~^0^~~^^^^ ~04645~^~0400~^~Oil, vegetable, industrial, canola (partially hydrogenated) oil for deep fat frying~^~OIL,INDUS,CANOLA (PART HYDR) OIL FOR DEEP FAT FRYING~^~~^~~^~~^~~^0^~~^^^^ ~04646~^~0400~^~Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts~^~OIL,INDUSTRIAL,COCNT~^~~^~~^~~^~~^0^~~^^^8.84^ ~04648~^~0400~^~Oil, vegetable, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables~^~OIL,VEG,INDUS,SOY (PART HYDR),FOR FLAVORING~^~~^~~^~~^~~^0^~~^^^8.84^ ~04649~^~0400~^~Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening~^~SHORTENING,INDUS,SOY (PART HYDROG),POURABLE LIQ FRY~^~~^~~^~~^~~^0^~~^^^8.84^ ~04650~^~0400~^~Oil, vegetable, industrial, soy, refined, for woks and light frying~^~OIL,VEG,INDUSTRIAL,SOY,REFINED,FOR WOKS & LT FRYING~^~~^~~^~~^~~^0^~~^^^8.84^ ~04651~^~0400~^~Oil, vegetable, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor~^~OIL,VEG,INDUSTRIAL,SOY (PART HYDR),NON-DAIRY BUTTER FLAVOR~^~~^~~^~Y~^~~^0^~~^^^8.84^ ~04652~^~0400~^~Oil, vegetable, industrial, soy ( partially hydrogenated), all purpose~^~OIL,VEG,INDUSTRIAL,SOY ( PART HYDROGENATED),ALLPURP~^~~^~~^~Y~^~~^0^~~^6.25^^8.84^ ~04653~^~0400~^~Oil, vegetable, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry~^~OIL,INDUS,SOY (PART HYDR ) & SOY (WINTERIZED),POURABLE FRY~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04654~^~0400~^~Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening~^~OIL,INDUS,SOY (PART HYDROG) & CTTNSD,TORTILLA SHORTENING~^~~^~~^~Y~^~~^0^~~^6.25^^8.84^ ~04655~^~0400~^~Margarine-like shortening, industrial, soy (partially hydrogenated), cottonseed, and soy, principal use flaky pastries~^~MARGARINE-LIKE SHORTENING,INDUS,SOY(PART HYDR),CTTNSD,& SOY~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04656~^~0400~^~Oil, vegetable, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter~^~OIL,VEG,INDUS,PALM KERNEL,CONFECTION FAT~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04657~^~0400~^~Oil, vegetable, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter~^~OIL,VEG,INDUSTRIAL,PALM KERNEL (HYDROGENATED),CONFECTION FAT~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04658~^~0400~^~Oil, vegetable, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product~^~OIL,VEG,INDUS,PALM KERNEL (HYDROG),CONFECTION FAT~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04659~^~0400~^~Oil, vegetable, industrial, coconut, confection fat, typical basis for ice cream coatings~^~OIL,INDUS,COCNT,CONFECTION FAT,ICE CRM COATINGS~^~~^~~^~Y~^~~^0^~~^6.25^^8.84^ ~04660~^~0400~^~Oil, vegetable, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy~^~OIL,VEG,INDUSTRIAL,PALM KERNEL (HYDROG) WHIPPED TOPPINGS~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04661~^~0400~^~Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners~^~OIL,INDUS,COCNT (HYDR),WHIPPED TOPPINGS&COFFEE WHITENERS~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04662~^~0400~^~Oil, vegetable, industrial, palm and palm kernel, filling fat~^~OIL,VEG,INDUSTRIAL,PALM & PALM KERNEL,FILLING FAT~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04663~^~0400~^~Oil, industrial, palm kernel (hydrogenated), filling fat~^~OIL,INDUSTRIAL,PALM KERNEL (HYDROGENATED),FILLING FAT~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04664~^~0400~^~Oil, vegetable, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings~^~OIL,INDUS,SOY (PARTIALLY HYDR ),PALM,FOR ICINGS & FILLINGS~^~~^~~^~~^~~^0^~~^6.25^^8.84^ ~04665~^~0400~^~Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries~^~MARGARINE,INDUS,NON-DAIRY,CTTNSD,SOY OIL (PART HYDR )~^~~^~~^~~^~~^0^~~^^^^ ~04666~^~0400~^~Shortening, industrial, soy (partially hydrogenated ) and corn for frying~^~SHORTENING,INDUSTRIAL,SOY (PARTIALLY HYDR )&CORN FOR FRYING~^~~^~~^~Y~^~~^0^~~^0.00^^8.84^ ~04667~^~0400~^~Shortening, industrial, soy (partially hydrogenated ) for baking and confections~^~SHORTENING,INDUS,SOY (PART HYDR ) FOR BAKING & CONFECTIONS~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04668~^~0400~^~Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy~^~MARGARINE,INDUS,SOY & PART HYDR SOY OIL,BAKING,SAUCES,CANDY~^~~^~~^~~^~~^0^~~^6.38^^^ ~04669~^~0400~^~USDA Commodity Food, oil, vegetable, soybean, refined~^~USDA CMDTY FD,OIL,VEG,SOYBN,REFINED~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04670~^~0400~^~USDA Commodity Food, oil, vegetable, low saturated fat~^~USDA CMDTY FD,OIL,VEG,LO SATURATED FAT~^~~^~~^~~^~~^0^~~^0.00^^8.84^ ~04671~^~0400~^~USDA Commodity Food, shortening, type III, creamy liquid, soybean and soybean (partially hydrogenated)~^~USDA CMDTY FD,SHORTENING,SOYBN & SOYBN (PARTIALLY HYDROG)~^~~^~~^~~^~~^0^~~^^^^ ~04672~^~0400~^~USDA Commodity Food, shortening, all purpose, soybean (partially hydrogenated) and cottonseed~^~USDA CMDTY FD,SHORTENING,ALLPURP,SOYBN (PART HYDROG)&CTTNSD~^~~^~~^~~^~~^0^~~^^^8.84^ ~04673~^~0400~^~Margarine-like spread, SMART BALANCE Regular Buttery Spread~^~MARGARINE-LIKE SPRD,SMART BALANCE REG BUTTERY SPRD~^~~^~~^~~^~~^0^~~^6.38^^^ ~04674~^~0400~^~Margarine-like spread, SMART BALANCE Light Buttery Spread~^~MARGARINE-LIKE SPRD,SMART BALANCE LT BUTTERY SPRD~^~~^~~^~~^~~^0^~~^6.38^^^ ~04675~^~0400~^~Margarine-like spread, SMART BEAT Super Light without saturated fat~^~MARGARINE-LIKE SPRD,SMART BEAT SUPER LT WO/ SATURATED FAT~^~~^~~^~~^~~^0^~~^6.38^^^ ~04676~^~0400~^~Margarine-like spread, SMART BEAT Smart Squeeze~^~MARGARINE-LIKE SPRD,SMART BEAT SMART SQUEEZE~^~~^~GFA Brands~^~~^~~^0^~~^6.38^^^ ~04677~^~0400~^~Margarine-like spread, SMART BALANCE Omega Plus Spread (with plant sterols & fish oil)~^~MARGARINE-LIKE SPRD,SMART BALANCE OMEGA PLUS SPRD~^~~^~GFA Brands~^~~^~~^0^~~^6.38^^^ ~04678~^~0400~^~Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)~^~OIL,VEG,NATREON CANOLA,HI STABILITY,NON TRANS,HI OLEIC (70%)~^~trans free high stability low saturated fat non-hydrogenated canola oil~^~Dow AgroSciences, LLC~^~~^~~^0^~~^^^8.84^ ~04679~^~0400~^~Oil, PAM cooking spray, original~^~OIL,PAM COOKING SPRAY,ORIGINAL~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~04683~^~0400~^~Margarine, margarine-like vegetable oil spread, 67-70% fat, tub~^~MARGARINE,MARGARINE-LIKE VEG OIL SPRD,67-70% FAT,TUB~^~~^~~^~~^~~^0^~~^^4.27^8.84^3.87 ~04684~^~0400~^~Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)~^~MARGARINE,80% FAT,TUB,CANOLA HARVEST SOFT SPRD~^~~^~~^~~^~~^0^~~^^^^ ~04685~^~0400~^~Oil, cooking and salad, ENOVA, 80% diglycerides~^~OIL,COOKING & SALAD,ENOVA,80% DIGLYCERIDES~^~~^~ADM KAO LLC~^~~^~~^0^~~^^^8.84^ ~04686~^~0400~^~Salad dressing, honey mustard dressing, reduced calorie~^~SALAD DRSNG,HONEY MUSTARD DRSNG,RED CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~04687~^~0400~^~Margarine-like spread, BENECOL Light Spread~^~MARGARINE-LIKE SPRD,BENECOL LT SPRD~^~~^~McNeil Nutritionals, LLC~^~~^~~^0^~~^^^^ ~04688~^~0400~^~Salad dressing, spray-style dressing, assorted flavors~^~SALAD DRSNG,SPRAY-STYLE DRSNG,ASSORTED FLAVORS~^~~^~~^~~^~~^0^~~^^^^ ~05001~^~0500~^~Chicken, broilers or fryers, meat and skin and giblets and neck, raw~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,RAW~^~~^~~^~~^~Bone~^31^~Gallus gallus~^6.25^4.27^9.02^3.87 ~05002~^~0500~^~Chicken, broilers or fryers, meat and skin and giblets and neck, cooked, fried, batter~^~CHICKEN,BROILER OR FRYER,MEAT&SKN&GIBLETS&NECK,FRIED,BATTER~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~05003~^~0500~^~Chicken, broilers or fryers, meat and skin and giblets and neck, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,FRIED,FLR~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05004~^~0500~^~Chicken, broilers or fryers, meat and skin and giblets and neck, roasted~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,RSTD~^~~^~~^~Y~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~05005~^~0500~^~Chicken, broilers or fryers, meat and skin and giblets and neck, stewed~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN&GIBLETS&NECK,STWD~^~~^~~^~~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~05006~^~0500~^~Chicken, broilers or fryers, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,MEAT & SKN,RAW~^~~^~~^~Y~^~Bone~^32^~~^6.25^4.27^9.02^3.87 ~05007~^~0500~^~Chicken, broilers or fryers, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~Y~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~05008~^~0500~^~Chicken, broilers or fryers, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~Y~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~05009~^~0500~^~Chicken, broilers or fryers, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~05010~^~0500~^~Chicken, broilers or fryers, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,MEAT&SKN,CKD,STWD~^~~^~~^~Y~^~Bone~^34^~~^6.25^4.27^9.02^3.87 ~05011~^~0500~^~Chicken, broilers or fryers, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,RAW~^~~^~~^~Y~^~32% bone, 12% skin, 8% separable fat~^52^~~^6.25^4.27^9.02^3.87 ~05012~^~0500~^~Chicken, broilers or fryers, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,CKD,FRIED~^~~^~~^~Y~^~29% bone, 13% skin~^42^~~^6.25^4.27^9.02^3.87 ~05013~^~0500~^~Chicken, broilers or fryers, meat only, roasted~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,RSTD~^~~^~~^~Y~^~33% bone, 13% skin~^46^~~^6.25^4.27^9.02^3.87 ~05014~^~0500~^~Chicken, broilers or fryers, meat only, stewed~^~CHICKEN,BROILERS OR FRYERS,MEAT ONLY,STWD~^~~^~~^~Y~^~34% bone, 14% skin~^48^~~^6.25^4.27^9.02^3.87 ~05015~^~0500~^~Chicken, broilers or fryers, skin only, raw~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05016~^~0500~^~Chicken, broilers or fryers, skin only, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,FRIED,BATTER~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05017~^~0500~^~Chicken, broilers or fryers, skin only, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,FRIED,FLR~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05018~^~0500~^~Chicken, broilers or fryers, skin only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05019~^~0500~^~Chicken, broilers or fryers, skin only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,STWD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05020~^~0500~^~Chicken, broilers or fryers, giblets, raw~^~CHICKEN,BROILERS OR FRYERS,GIBLETS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05021~^~0500~^~Chicken, broilers or fryers, giblets, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,GIBLETS,CKD,FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05022~^~0500~^~Chicken, broilers or fryers, giblets, cooked, simmered~^~CHICKEN,BROILERS OR FRYERS,GIBLETS,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05023~^~0500~^~Chicken, gizzard, all classes, raw~^~CHICKEN,GIZZARD,ALL CLASSES,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05024~^~0500~^~Chicken, gizzard, all classes, cooked, simmered~^~CHICKEN,GIZZARD,ALL CLASSES,CKD,SIMMRD~^~~^~~^~Y~^~Membranes 10.7%~^11^~~^6.25^4.27^9.02^3.87 ~05025~^~0500~^~Chicken, heart, all classes, raw~^~CHICKEN,HEART,ALL CLASSES,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05026~^~0500~^~Chicken, heart, all classes, cooked, simmered~^~CHICKEN,HEART,ALL CLASSES,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05027~^~0500~^~Chicken, liver, all classes, raw~^~CHICKEN,LIVER,ALL CLASSES,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05028~^~0500~^~Chicken, liver, all classes, cooked, simmered~^~CHICKEN,LIVER,ALL CLASSES,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05029~^~0500~^~Chicken, broilers or fryers, light meat, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT & SKN,RAW~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05030~^~0500~^~Chicken, broilers or fryers, light meat, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~05031~^~0500~^~Chicken, broilers or fryers, light meat, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~Y~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05032~^~0500~^~Chicken, broilers or fryers, light meat, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~05033~^~0500~^~Chicken, broilers or fryers, light meat, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT&SKN,CKD,STWD~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~05034~^~0500~^~Chicken, broilers or fryers, dark meat, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT & SKN,RAW~^~~^~~^~~^~Bone~^35^~~^6.25^4.27^9.02^3.87 ~05035~^~0500~^~Chicken, broilers or fryers, dark meat, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~05036~^~0500~^~Chicken, broilers or fryers, dark meat, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~05037~^~0500~^~Chicken, broilers or fryers, dark meat, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^36^~~^6.25^4.27^9.02^3.87 ~05038~^~0500~^~Chicken, broilers or fryers, dark meat, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT&SKN,CKD,STWD~^~~^~~^~~^~Bone~^38^~~^6.25^4.27^9.02^3.87 ~05039~^~0500~^~Chicken, broilers or fryers, light meat, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,RAW~^~~^~~^~~^~28% bone, 13% skin, 4% separable fat~^45^~~^6.25^4.27^9.02^3.87 ~05040~^~0500~^~Chicken, broilers or fryers, light meat, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~28% bone, 13% skin~^41^~~^6.25^4.27^9.02^3.87 ~05041~^~0500~^~Chicken, broilers or fryers, light meat, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~29% bone, 13% skin~^42^~~^6.25^4.27^9.02^3.87 ~05042~^~0500~^~Chicken, broilers or fryers, light meat, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,LT MEAT,MEAT ONLY,CKD,STWD~^~~^~~^~Y~^~29% bone, 15% skin~^44^~~^6.25^4.27^9.02^3.87 ~05043~^~0500~^~Chicken, broilers or fryers, dark meat, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,RAW~^~~^~~^~~^~35% bone, 11% skin, 10% separable fat~^56^~~^6.25^4.27^9.02^3.87 ~05044~^~0500~^~Chicken, broilers or fryers, dark meat, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~30% bone, 12% skin~^42^~~^6.25^4.27^9.02^3.87 ~05045~^~0500~^~Chicken, broilers or fryers, dark meat, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~36% bone, 12% skin~^48^~~^6.25^4.27^9.02^3.87 ~05046~^~0500~^~Chicken, broilers or fryers, dark meat, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,DK MEAT,MEAT ONLY,CKD,STWD~^~~^~~^~Y~^~38% bone, 14% skin~^52^~~^6.25^4.27^9.02^3.87 ~05047~^~0500~^~Chicken, broilers or fryers, separable fat, raw~^~CHICKEN,BROILERS OR FRYERS,FAT,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05048~^~0500~^~Chicken, broilers or fryers, back, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^44^~~^6.25^4.27^9.02^3.87 ~05049~^~0500~^~Chicken, broilers or fryers, back, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~05050~^~0500~^~Chicken, broilers or fryers, back, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~05051~^~0500~^~Chicken, broilers or fryers, back, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^47^~~^6.25^4.27^9.02^3.87 ~05052~^~0500~^~Chicken, broilers or fryers, back, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT&SKN,CKD,STWD~^~~^~~^~Y~^~Bone~^48^~~^6.25^4.27^9.02^3.87 ~05053~^~0500~^~Chicken, broilers or fryers, back, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,RAW~^~~^~~^~~^~44% bone, 10% skin, 17% sep fat~^71^~~^6.25^4.27^9.02^3.87 ~05054~^~0500~^~Chicken, broilers or fryers, back, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~33% bone, 13% skin~^46^~~^6.25^4.27^9.02^3.87 ~05055~^~0500~^~Chicken, broilers or fryers, back, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~47% bone, 13% skin~^60^~~^6.25^4.27^9.02^3.87 ~05056~^~0500~^~Chicken, broilers or fryers, back, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,STWD~^~~^~~^~~^~48% bone, 16% skin~^64^~~^6.25^4.27^9.02^3.87 ~05057~^~0500~^~Chicken, broilers or fryers, breast, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,RAW~^~~^~~^~Y~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~05058~^~0500~^~Chicken, broilers or fryers, breast, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~Y~^~Bone~^12^~~^6.25^4.27^9.02^3.87 ~05059~^~0500~^~Chicken, broilers or fryers, breast, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~05060~^~0500~^~Chicken, broilers or fryers, breast, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~05061~^~0500~^~Chicken, broilers or fryers, breast, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT&SKN,CKD,STWD~^~~^~~^~Y~^~Bone~^18^~~^6.25^4.27^9.02^3.87 ~05062~^~0500~^~Chicken, broilers or fryers, breast, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,RAW~^~~^~~^~Y~^~20% bone, 9% skin, 6% separable fat~^35^~~^6.25^4.27^9.02^3.87 ~05063~^~0500~^~Chicken, broilers or fryers, breast, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,FRIED~^~~^~~^~Y~^~17% bone, 10% skin~^27^~~^6.25^4.27^9.02^3.87 ~05064~^~0500~^~Chicken, broilers or fryers, breast, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~19% bone, 9% skin~^28^~~^6.25^4.27^9.02^3.87 ~05065~^~0500~^~Chicken, broilers or fryers, breast, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,STWD~^~~^~~^~Y~^~18% bone, 12% skin~^30^~~^6.25^4.27^9.02^3.87 ~05066~^~0500~^~Chicken, broilers or fryers, drumstick, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,RAW~^~~^~~^~Y~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~05067~^~0500~^~Chicken, broilers or fryers, drumstick, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~05068~^~0500~^~Chicken, broilers or fryers, drumstick, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^34^~~^6.25^4.27^9.02^3.87 ~05069~^~0500~^~Chicken, broilers or fryers, drumstick, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^35^~~^6.25^4.27^9.02^3.87 ~05070~^~0500~^~Chicken, broilers or fryers, drumstick, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT&SKN,CKD,STWD~^~~^~~^~Y~^~Bone~^36^~~^6.25^4.27^9.02^3.87 ~05071~^~0500~^~Chicken, broilers or fryers, drumstick, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,RAW~^~~^~~^~Y~^~33% bone, 9% skin, 2% separable fat~^44^~~^6.25^4.27^9.02^3.87 ~05072~^~0500~^~Chicken, broilers or fryers, drumstick, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~34% bone, 10% skin~^44^~~^6.25^4.27^9.02^3.87 ~05073~^~0500~^~Chicken, broilers or fryers, drumstick, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~35% bone, 11% skin~^46^~~^6.25^4.27^9.02^3.87 ~05074~^~0500~^~Chicken, broilers or fryers, drumstick, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,STWD~^~~^~~^~Y~^~36% bone, 12% skin~^48^~~^6.25^4.27^9.02^3.87 ~05075~^~0500~^~Chicken, broilers or fryers, leg, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,RAW~^~~^~~^~Y~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~05076~^~0500~^~Chicken, broilers or fryers, leg, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~05077~^~0500~^~Chicken, broilers or fryers, leg, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05078~^~0500~^~Chicken, broilers or fryers, leg, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~05079~^~0500~^~Chicken, broilers or fryers, leg, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT&SKN,CKD,STWD~^~~^~~^~Y~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~05080~^~0500~^~Chicken, broilers or fryers, leg, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,RAW~^~~^~~^~Y~^~27% bone, 11% skin, 5% separable fat~^43^~~^6.25^4.27^9.02^3.87 ~05081~^~0500~^~Chicken, broilers or fryers, leg, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~28% bone, 12% skin~^40^~~^6.25^4.27^9.02^3.87 ~05082~^~0500~^~Chicken, broilers or fryers, leg, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~Bone 29%, skin 12%~^41^~~^6.25^4.27^9.02^3.87 ~05083~^~0500~^~Chicken, broilers or fryers, leg, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,CKD,STWD~^~~^~~^~Y~^~30% bone, 13% skin~^43^~~^6.25^4.27^9.02^3.87 ~05084~^~0500~^~Chicken, broilers or fryers, neck, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^36^~~^6.25^4.27^9.02^3.87 ~05085~^~0500~^~Chicken, broilers or fryers, neck, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~05086~^~0500~^~Chicken, broilers or fryers, neck, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~05087~^~0500~^~Chicken, broilers or fryers, neck, meat and skin, cooked simmered~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT&SKN,CKD SIMMRD~^~~^~~^~Y~^~Bone~^32^~~^6.25^4.27^9.02^3.87 ~05088~^~0500~^~Chicken, broilers or fryers, neck, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,RAW~^~~^~~^~~^~36% bone, 39% skin and separable fat~^75^~~^6.25^4.27^9.02^3.87 ~05089~^~0500~^~Chicken, broilers or fryers, neck, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~29% bone, 27% skin~^56^~~^6.25^4.27^9.02^3.87 ~05090~^~0500~^~Chicken, broilers or fryers, neck, meat only, cooked, simmered~^~CHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,CKD,SIMMRD~^~~^~~^~~^~32% bone, 35% skin~^67^~~^6.25^4.27^9.02^3.87 ~05091~^~0500~^~Chicken, broilers or fryers, thigh, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,RAW~^~~^~~^~Y~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~05092~^~0500~^~Chicken, broilers or fryers, thigh, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~05093~^~0500~^~Chicken, broilers or fryers, thigh, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~05094~^~0500~^~Chicken, broilers or fryers, thigh, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~05095~^~0500~^~Chicken, broilers or fryers, thigh, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT&SKN,CKD,STWD~^~~^~~^~Y~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~05096~^~0500~^~Chicken, broilers or fryers, thigh, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,RAW~^~~^~~^~Y~^~21% bone, 13% skin, 9% separable fat~^43^~~^6.25^4.27^9.02^3.87 ~05097~^~0500~^~Chicken, broilers or fryers, thigh, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~23% bone, 13% skin~^36^~~^6.25^4.27^9.02^3.87 ~05098~^~0500~^~Chicken, broilers or fryers, thigh, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~Bone 23%, skin 12%~^35^~~^6.25^4.27^9.02^3.87 ~05099~^~0500~^~Chicken, broilers or fryers, thigh, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,STWD~^~~^~~^~Y~^~24% bone, 15% skin~^39^~~^6.25^4.27^9.02^3.87 ~05100~^~0500~^~Chicken, broilers or fryers, wing, meat and skin, raw~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,RAW~^~~^~~^~Y~^~Bone~^46^~~^6.25^4.27^9.02^3.87 ~05101~^~0500~^~Chicken, broilers or fryers, wing, meat and skin, cooked, fried, batter~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,FRIED,BATTER~^~~^~~^~~^~Bone~^38^~~^6.25^4.27^9.02^3.87 ~05102~^~0500~^~Chicken, broilers or fryers, wing, meat and skin, cooked, fried, flour~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,FRIED,FLR~^~~^~~^~~^~Bone~^47^~~^6.25^4.27^9.02^3.87 ~05103~^~0500~^~Chicken, broilers or fryers, wing, meat and skin, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^48^~~^6.25^4.27^9.02^3.87 ~05104~^~0500~^~Chicken, broilers or fryers, wing, meat and skin, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT&SKN,CKD,STWD~^~~^~~^~Y~^~Bone~^48^~~^6.25^4.27^9.02^3.87 ~05105~^~0500~^~Chicken, broilers or fryers, wing, meat only, raw~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,RAW~^~~^~~^~Y~^~46% bone, 21% skin, 1% separable fat~^68^~~^6.25^4.27^9.02^3.87 ~05106~^~0500~^~Chicken, broilers or fryers, wing, meat only, cooked, fried~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,FRIED~^~~^~~^~~^~47% bone, 19% skin~^66^~~^6.25^4.27^9.02^3.87 ~05107~^~0500~^~Chicken, broilers or fryers, wing, meat only, cooked, roasted~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~48% bone, 20% skin~^68^~~^6.25^4.27^9.02^3.87 ~05108~^~0500~^~Chicken, broilers or fryers, wing, meat only, cooked, stewed~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,STWD~^~~^~~^~Y~^~48% bone, 20% skin~^68^~~^6.25^4.27^9.02^3.87 ~05109~^~0500~^~Chicken, roasting, meat and skin and giblets and neck, raw~^~CHICKEN,ROASTING,MEAT&SKN&GIBLETS&NECK,RAW~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~05110~^~0500~^~Chicken, roasting, meat and skin and giblets and neck, cooked, roasted~^~CHICKEN,ROASTING,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~05111~^~0500~^~Chicken, roasting, meat and skin, raw~^~CHICKEN,ROASTING,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05112~^~0500~^~Chicken, roasting, meat and skin, cooked, roasted~^~CHICKEN,ROASTING,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~05113~^~0500~^~Chicken, roasting, meat only, raw~^~CHICKEN,ROASTING,MEAT ONLY,RAW~^~~^~~^~~^~28% bone, 14% skin, 7% separable fat~^49^~~^6.25^4.27^9.02^3.87 ~05114~^~0500~^~Chicken, roasting, meat only, cooked, roasted~^~CHICKEN,ROASTING,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~30% bone, 12% skin, 1% separable fat~^43^~~^6.25^4.27^9.02^3.87 ~05115~^~0500~^~Chicken, roasting, giblets, raw~^~CHICKEN,ROASTING,GIBLETS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05116~^~0500~^~Chicken, roasting, giblets, cooked, simmered~^~CHICKEN,ROASTING,GIBLETS,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05117~^~0500~^~Chicken, roasting, light meat, meat only, raw~^~CHICKEN,ROASTING,LT MEAT,MEAT ONLY,RAW~^~~^~~^~~^~26% bone, 13% skin, 4% separable fat~^43^~~^6.25^4.27^9.02^3.87 ~05118~^~0500~^~Chicken, roasting, light meat, meat only, cooked, roasted~^~CHICKEN,ROASTING,LT MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~24% bone, 16% skin~^40^~~^6.25^4.27^9.02^3.87 ~05119~^~0500~^~Chicken, roasting, dark meat, meat only, raw~^~CHICKEN,ROASTING,DK MEAT,MEAT ONLY,RAW~^~~^~~^~~^~30% bone, 14% skin, 9% separable fat~^53^~~^6.25^4.27^9.02^3.87 ~05120~^~0500~^~Chicken, roasting, dark meat, meat only, cooked, roasted~^~CHICKEN,ROASTING,DK MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~35% bone, 10% skin, 1% separable fat~^46^~~^6.25^4.27^9.02^3.87 ~05121~^~0500~^~Chicken, stewing, meat and skin, and giblets and neck, raw~^~CHICKEN,STEWING,MEAT&SKN,&GIBLETS&NECK,RAW~^~~^~~^~~^~27% bone, 5% separable fat~^32^~~^6.25^4.27^9.02^3.87 ~05122~^~0500~^~Chicken, stewing, meat and skin, and giblets and neck, cooked, stewed~^~CHICKEN,STEWING,MEAT & SKN,& GIBLETS & NECK,CKD,STWD~^~~^~~^~Y~^~29% bone, 2% separable fat~^31^~~^6.25^4.27^9.02^3.87 ~05123~^~0500~^~Chicken, stewing, meat and skin, raw~^~CHICKEN,STEWING,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~05124~^~0500~^~Chicken, stewing, meat and skin, cooked, stewed~^~CHICKEN,STEWING,MEAT&SKN,CKD,STWD~^~~^~~^~~^~Bone~^32^~~^6.25^4.27^9.02^3.87 ~05125~^~0500~^~Chicken, stewing, meat only, raw~^~CHICKEN,STEWING,MEAT ONLY,RAW~^~~^~~^~~^~Bone 30%, skin 12%, separable fat 8%~^50^~~^6.25^4.27^9.02^3.87 ~05126~^~0500~^~Chicken, stewing, meat only, cooked, stewed~^~CHICKEN,STEWING,MEAT ONLY,CKD,STWD~^~~^~~^~~^~Bone, 32%, skin, 16%~^48^~~^6.25^4.27^9.02^3.87 ~05127~^~0500~^~Chicken, stewing, giblets, raw~^~CHICKEN,STEWING,GIBLETS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05128~^~0500~^~Chicken, stewing, giblets, cooked, simmered~^~CHICKEN,STEWING,GIBLETS,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05129~^~0500~^~Chicken, stewing, light meat, meat only, raw~^~CHICKEN,STEWING,LT MEAT,MEAT ONLY,RAW~^~~^~~^~~^~26% bone, 14% skin, 4% separable fat~^44^~~^6.25^4.27^9.02^3.87 ~05130~^~0500~^~Chicken, stewing, light meat, meat only, cooked, stewed~^~CHICKEN,STEWING,LT MEAT,MEAT ONLY,CKD,STWD~^~~^~~^~~^~26% bone, 16% skin~^42^~~^6.25^4.27^9.02^3.87 ~05131~^~0500~^~Chicken, stewing, dark meat, meat only, raw~^~CHICKEN,STEWING,DK MEAT,MEAT ONLY,RAW~^~~^~~^~~^~33% bone, 11% skin, 10% separable fat~^54^~~^6.25^4.27^9.02^3.87 ~05132~^~0500~^~Chicken, stewing, dark meat, meat only, cooked, stewed~^~CHICKEN,STEWING,DK MEAT,MEAT ONLY,CKD,STWD~^~~^~~^~~^~36% bone, 15% skin~^51^~~^6.25^4.27^9.02^3.87 ~05133~^~0500~^~Chicken, capons, meat and skin and giblets and neck, raw~^~CHICKEN,CAPONS,MEAT&SKN&GIBLETS&NECK,RAW~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~05134~^~0500~^~Chicken, capons, meat and skin and giblets and neck, cooked, roasted~^~CHICKEN,CAPONS,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05135~^~0500~^~Chicken, capons, meat and skin, raw~^~CHICKEN,CAPONS,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05136~^~0500~^~Chicken, capons, meat and skin, cooked, roasted~^~CHICKEN,CAPONS,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~05137~^~0500~^~Chicken, capons, giblets, raw~^~CHICKEN,CAPONS,GIBLETS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05138~^~0500~^~Chicken, capons, giblets, cooked, simmered~^~CHICKEN,CAPONS,GIBLETS,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05139~^~0500~^~Duck, domesticated, meat and skin, raw~^~DUCK,DOMESTICATED,MEAT&SKN,RAW~^~~^~~^~Y~^~Bone~^28^~Anas platyrhynchos~^6.25^4.27^9.02^3.87 ~05140~^~0500~^~Duck, domesticated, meat and skin, cooked, roasted~^~DUCK,DOMESTICATED,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^35^~~^6.25^4.27^9.02^3.87 ~05141~^~0500~^~Duck, domesticated, meat only, raw~^~DUCK,DOMESTICATED,MEAT ONLY,RAW~^~~^~~^~Y~^~28% bone, 38% skin and separable fat~^66^~~^6.25^4.27^9.02^3.87 ~05142~^~0500~^~Duck, domesticated, meat only, cooked, roasted~^~DUCK,DOMESTICATED,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~35% bone, 27% skin and separable fat~^62^~~^6.25^4.27^9.02^3.87 ~05143~^~0500~^~Duck, domesticated, liver, raw~^~DUCK,DOMESTICATED,LIVER,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05144~^~0500~^~Duck, wild, meat and skin, raw~^~DUCK,WILD,MEAT&SKN,RAW~^~~^~~^~~^~38% bone, 2% handling loss~^40^~~^6.25^4.27^9.02^3.87 ~05145~^~0500~^~Duck, wild, breast, meat only, raw~^~DUCK,WILD,BREAST,MEAT ONLY,RAW~^~~^~~^~~^~15% bone, 31% skin and separable fat~^46^~~^6.25^4.27^9.02^3.87 ~05146~^~0500~^~Goose, domesticated, meat and skin, raw~^~GOOSE,DOMESTICATED,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^19^~Anser anser~^6.25^4.27^9.02^3.87 ~05147~^~0500~^~Goose, domesticated, meat and skin, cooked, roasted~^~GOOSE,DOMESTICATED,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~05148~^~0500~^~Goose, domesticated, meat only, raw~^~GOOSE,DOMESTICATED,MEAT ONLY,RAW~^~~^~~^~~^~19% bone, 34% skin and separable fat~^53^~~^6.25^4.27^9.02^3.87 ~05149~^~0500~^~Goose, domesticated, meat only, cooked, roasted~^~GOOSE,DOMESTICATED,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~28% bone, 17% skin and separable fat~^45^~~^6.25^4.27^9.02^3.87 ~05150~^~0500~^~Goose, liver, raw~^~GOOSE,LIVER,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05151~^~0500~^~Guinea hen, meat and skin, raw~^~GUINEA HEN,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^17^~Numida meleagris~^6.25^4.27^9.02^3.87 ~05152~^~0500~^~Guinea hen, meat only, raw~^~GUINEA HEN,MEAT ONLY,RAW~^~~^~~^~~^~17% bone, 19% skin and separable fat~^36^~~^6.25^4.27^9.02^3.87 ~05153~^~0500~^~Pheasant, raw, meat and skin~^~PHEASANT,RAW,MEAT&SKN~^~~^~~^~~^~Bone~^14^~Phasianus colchicus~^6.25^4.27^9.02^3.87 ~05154~^~0500~^~Pheasant, raw, meat only~^~PHEASANT,RAW,MEAT ONLY~^~~^~~^~~^~14% bone, 10% skin~^24^~~^6.25^4.27^9.02^3.87 ~05155~^~0500~^~Pheasant, breast, meat only, raw~^~PHEASANT,BREAST,MEAT ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05156~^~0500~^~Pheasant, leg, meat only, raw~^~PHEASANT,LEG,MEAT ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05157~^~0500~^~Quail, meat and skin, raw~^~QUAIL,MEAT AND SKIN,RAW~^~~^~~^~~^~Bone~^10^~Coturnix spp. and Colinus spp.~^6.25^4.27^9.02^3.87 ~05158~^~0500~^~Quail, meat only, raw~^~QUAIL,MEAT ONLY,RAW~^~~^~~^~~^~10% bone, 14% skin~^24^~~^6.25^4.27^9.02^3.87 ~05159~^~0500~^~Quail, breast, meat only, raw~^~QUAIL,BREAST,MEAT ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05160~^~0500~^~Squab, (pigeon), meat and skin, raw~^~SQUAB,(PIGEON),MEAT&SKN,RAW~^~~^~~^~~^~Bone~^23^~Columba spp.~^6.25^4.27^9.02^3.87 ~05161~^~0500~^~Squab, (pigeon), meat only, raw~^~SQUAB,(PIGEON),MEAT ONLY,RAW~^~~^~~^~~^~23% bone, 12% skin~^35^~~^6.25^4.27^9.02^3.87 ~05162~^~0500~^~Squab, (pigeon), light meat without skin, raw~^~SQUAB,(PIGEON),LT MEAT WO/SKN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05163~^~0500~^~Turkey, all classes, meat and skin and giblets and neck, raw~^~TURKEY,ALL CLASSES,MEAT&SKN&GIBLETS&NECK,RAW~^~~^~~^~~^~Bone~^21^~Meleagris gallopavo~^6.25^4.27^9.02^3.87 ~05164~^~0500~^~Turkey, all classes, meat and skin and giblets and neck, cooked, roasted~^~TURKEY,ALL CLASSES,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~05165~^~0500~^~Turkey, all classes, meat and skin, raw~^~TURKEY,ALL CLASSES,MEAT&SKN,RAW~^~~^~~^~Y~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~05166~^~0500~^~Turkey, all classes, meat and skin, cooked, roasted~^~TURKEY,ALL CLASSES,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~05167~^~0500~^~Turkey, all classes, meat only, raw~^~TURKEY,ALL CLASSES,MEAT ONLY,RAW~^~~^~~^~Y~^~21% bone, 12% skin~^33^~~^6.25^4.27^9.02^3.87 ~05168~^~0500~^~Turkey, all classes, meat only, cooked, roasted~^~TURKEY,ALL CLASSES,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~21% bone, 10% skin~^31^~~^6.25^4.27^9.02^3.87 ~05169~^~0500~^~Turkey, all classes, skin only, raw~^~TURKEY,ALL CLASSES,SKN ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05170~^~0500~^~Turkey, all classes, skin only, cooked, roasted~^~TURKEY,ALL CLASSES,SKN ONLY,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05171~^~0500~^~Turkey, all classes, giblets, raw~^~TURKEY,ALL CLASSES,GIBLETS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05172~^~0500~^~Turkey, all classes, giblets, cooked, simmered, some giblet fat~^~TURKEY,ALL CLASSES,GIBLETS,CKD,SIMMRD,SOME GIBLET FAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05173~^~0500~^~Turkey, gizzard, all classes, raw~^~TURKEY,GIZZARD,ALL CLASSES,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05174~^~0500~^~Turkey, gizzard, all classes, cooked, simmered~^~TURKEY,GIZZARD,ALL CLASSES,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05175~^~0500~^~Turkey, heart, all classes, raw~^~TURKEY,HEART,ALL CLASSES,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05176~^~0500~^~Turkey, heart, all classes, cooked, simmered~^~TURKEY,HEART,ALL CLASSES,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05177~^~0500~^~Turkey, liver, all classes, raw~^~TURKEY,LIVER,ALL CLASSES,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05178~^~0500~^~Turkey, liver, all classes, cooked, simmered~^~TURKEY,LIVER,ALL CLASSES,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05179~^~0500~^~Turkey, all classes, neck, meat only, raw~^~TURKEY,ALL CLASSES,NECK,MEAT ONLY,RAW~^~~^~~^~~^~Bone~^42^~~^6.25^4.27^9.02^3.87 ~05180~^~0500~^~Turkey, all classes, neck, meat only, cooked, simmered~^~TURKEY,ALL CLASSES,NECK,MEAT ONLY,CKD,SIMMRD~^~~^~~^~Y~^~Bone~^41^~~^6.25^4.27^9.02^3.87 ~05181~^~0500~^~Turkey, all classes, light meat, meat and skin, raw~^~TURKEY,ALL CLASSES,LT MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^15^~~^6.25^4.27^9.02^3.87 ~05182~^~0500~^~Turkey, all classes, light meat, meat and skin, cooked, roasted~^~TURKEY,ALL CLASSES,LT MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^14^~~^6.25^4.27^9.02^3.87 ~05183~^~0500~^~Turkey, all classes, dark meat, meat and skin, raw~^~TURKEY,ALL CLASSES,DK MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~05184~^~0500~^~Turkey, all classes, dark meat, meat and skin, cooked, roasted~^~TURKEY,ALL CLASSES,DK MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~05185~^~0500~^~Turkey, all classes, light meat, raw~^~TURKEY,ALL CLASSES,LT MEAT,RAW~^~~^~~^~~^~15% bone, 14% skin~^29^~~^6.25^4.27^9.02^3.87 ~05186~^~0500~^~Turkey, all classes, light meat, cooked, roasted~^~TURKEY,ALL CLASSES,LT MEAT,CKD,RSTD~^~~^~~^~Y~^~14% bone, 12% skin~^26^~~^6.25^4.27^9.02^3.87 ~05187~^~0500~^~Turkey, all classes, dark meat, raw~^~TURKEY,ALL CLASSES,DK MEAT,RAW~^~~^~~^~~^~26% bone, 10% skin~^36^~~^6.25^4.27^9.02^3.87 ~05188~^~0500~^~Turkey, all classes, dark meat, cooked, roasted~^~TURKEY,ALL CLASSES,DK MEAT,CKD,RSTD~^~~^~~^~Y~^~27% bone, 10% skin~^37^~~^6.25^4.27^9.02^3.87 ~05189~^~0500~^~Turkey, all classes, back, meat and skin, raw~^~TURKEY,ALL CLASSES,BACK,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^40^~~^6.25^4.27^9.02^3.87 ~05190~^~0500~^~Turkey, all classes, back, meat and skin, cooked, roasted~^~TURKEY,ALL CLASSES,BACK,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^41^~~^6.25^4.27^9.02^3.87 ~05191~^~0500~^~Turkey, all classes, breast, meat and skin, raw~^~TURKEY,ALL CLASSES,BREAST,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^10^~~^6.25^4.27^9.02^3.87 ~05192~^~0500~^~Turkey, all classes, breast, meat and skin, cooked, roasted~^~TURKEY,ALL CLASSES,BREAST,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^8^~~^6.25^4.27^9.02^3.87 ~05193~^~0500~^~Turkey, all classes, leg, meat and skin, raw~^~TURKEY,ALL CLASSES,LEG,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~05194~^~0500~^~Turkey, all classes, leg, meat and skin, cooked, roasted~^~TURKEY,ALL CLASSES,LEG,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~05195~^~0500~^~Turkey, all classes, wing, meat and skin, raw~^~TURKEY,ALL CLASSES,WING,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~05196~^~0500~^~Turkey, all classes, wing, meat and skin, cooked, roasted~^~TURKEY,ALL CLASSES,WING,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^34^~~^6.25^4.27^9.02^3.87 ~05197~^~0500~^~Turkey, fryer-roasters, meat and skin and giblets and neck, raw~^~TURKEY,FRYER-ROASTERS,MEAT&SKN&GIBLETS&NECK,RAW~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~05198~^~0500~^~Turkey, fryer-roasters, meat and skin and giblets and neck, cooked, roasted~^~TURKEY,FRYER-ROASTERS,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~05199~^~0500~^~Turkey, fryer-roasters, meat and skin, raw~^~TURKEY,FRYER-ROASTERS,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~05200~^~0500~^~Turkey, fryer-roasters, meat and skin, cooked, roasted~^~TURKEY,FRYER-ROASTERS,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~05201~^~0500~^~Turkey, fryer-roasters, meat only, raw~^~TURKEY,FRYER-ROASTERS,MEAT ONLY,RAW~^~~^~~^~~^~25% bone, 9% skin~^34^~~^6.25^4.27^9.02^3.87 ~05202~^~0500~^~Turkey, fryer-roasters, meat only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~25% bone, 11% skin~^36^~~^6.25^4.27^9.02^3.87 ~05203~^~0500~^~Turkey, fryer-roasters, skin only, raw~^~TURKEY,FRYER-ROASTERS,SKN ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05204~^~0500~^~Turkey, fryer-roasters, skin only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,SKN ONLY,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05205~^~0500~^~Turkey, fryer-roasters, light meat, meat and skin, raw~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~05206~^~0500~^~Turkey, fryer-roasters, light meat, meat and skin, cooked, roasted~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~05207~^~0500~^~Turkey, fryer-roasters, dark meat, meat and skin, raw~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~05208~^~0500~^~Turkey, fryer-roasters, dark meat, meat and skin, cooked, roasted~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~05209~^~0500~^~Turkey, fryer-roasters, light meat, meat only, raw~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT ONLY,RAW~^~~^~~^~~^~19% bone, 12% skin~^31^~~^6.25^4.27^9.02^3.87 ~05210~^~0500~^~Turkey, fryer-roasters, light meat, meat only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,LT MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~19% bone, 12% skin~^31^~~^6.25^4.27^9.02^3.87 ~05211~^~0500~^~Turkey, fryer-roasters, dark meat, meat only, raw~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT ONLY,RAW~^~~^~~^~~^~30% bone, 7% skin~^37^~~^6.25^4.27^9.02^3.87 ~05212~^~0500~^~Turkey, fryer-roasters, dark meat, meat only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,DK MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~31% bone, 10% skin~^41^~~^6.25^4.27^9.02^3.87 ~05213~^~0500~^~Turkey, fryer-roasters, back, meat and skin, raw~^~TURKEY,FRYER-ROASTERS,BACK,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^41^~~^6.25^4.27^9.02^3.87 ~05214~^~0500~^~Turkey, fryer-roasters, back, meat and skin, cooked, roasted~^~TURKEY,FRYER-ROASTERS,BACK,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^41^~~^6.25^4.27^9.02^3.87 ~05215~^~0500~^~Turkey, fryer-roasters, back, meat only, raw~^~TURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,RAW~^~~^~~^~~^~41% bone, 10% skin~^51^~~^6.25^4.27^9.02^3.87 ~05216~^~0500~^~Turkey, fryer-roasters, back, meat only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~41% bone, 15% skin~^56^~~^6.25^4.27^9.02^3.87 ~05217~^~0500~^~Turkey, fryer-roasters, breast, meat and skin, raw~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^12^~~^6.25^4.27^9.02^3.87 ~05218~^~0500~^~Turkey, fryer-roasters, breast, meat and skin, cooked, roasted~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^11^~~^6.25^4.27^9.02^3.87 ~05219~^~0500~^~Turkey, fryer-roasters, breast, meat only, raw~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,RAW~^~~^~~^~~^~12% bone, 9% skin~^21^~~^6.25^4.27^9.02^3.87 ~05220~^~0500~^~Turkey, fryer-roasters, breast, meat only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~11% bone, 10% skin~^21^~~^6.25^4.27^9.02^3.87 ~05221~^~0500~^~Turkey, fryer-roasters, leg, meat and skin, raw~^~TURKEY,FRYER-ROASTERS,LEG,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~05222~^~0500~^~Turkey, fryer-roasters, leg, meat and skin, cooked, roasted~^~TURKEY,FRYER-ROASTERS,LEG,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~05223~^~0500~^~Turkey, fryer-roasters, leg, meat only, raw~^~TURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,RAW~^~~^~~^~~^~23% bone, 5% skin~^28^~~^6.25^4.27^9.02^3.87 ~05224~^~0500~^~Turkey, fryer-roasters, leg, meat only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~25% bone, 6% skin~^31^~~^6.25^4.27^9.02^3.87 ~05225~^~0500~^~Turkey, fryer-roasters, wing, meat and skin, raw~^~TURKEY,FRYER-ROASTERS,WING,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^37^~~^6.25^4.27^9.02^3.87 ~05226~^~0500~^~Turkey, fryer-roasters, wing, meat and skin, cooked, roasted~^~TURKEY,FRYER-ROASTERS,WING,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^39^~~^6.25^4.27^9.02^3.87 ~05227~^~0500~^~Turkey, fryer-roasters, wing, meat only, raw~^~TURKEY,FRYER-ROASTERS,WING,MEAT ONLY,RAW~^~~^~~^~~^~37% bone, 19% skin~^56^~~^6.25^4.27^9.02^3.87 ~05228~^~0500~^~Turkey, fryer-roasters, wing, meat only, cooked, roasted~^~TURKEY,FRYER-ROASTERS,WING,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~39% bone, 20% skin~^59^~~^6.25^4.27^9.02^3.87 ~05229~^~0500~^~Turkey, young hen, meat and skin and giblets and neck, raw~^~TURKEY,YOUNG HEN,MEAT&SKN&GIBLETS&NECK,RAW~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~05230~^~0500~^~Turkey, young hen, meat and skin and giblets and neck, cooked, roasted~^~TURKEY,YOUNG HEN,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~05231~^~0500~^~Turkey, young hen, meat and skin, raw~^~TURKEY,YOUNG HEN,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~05232~^~0500~^~Turkey, young hen, meat and skin, cooked, roasted~^~TURKEY,YOUNG HEN,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~05233~^~0500~^~Turkey, young hen, meat only, raw~^~TURKEY,YOUNG HEN,MEAT ONLY,RAW~^~~^~~^~~^~22% bone, 12% skin~^34^~~^6.25^4.27^9.02^3.87 ~05234~^~0500~^~Turkey, young hen, meat only, cooked, roasted~^~TURKEY,YOUNG HEN,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~20% bone, 10% skin~^30^~~^6.25^4.27^9.02^3.87 ~05235~^~0500~^~Turkey, young hen, skin only, raw~^~TURKEY,YOUNG HEN,SKN ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05236~^~0500~^~Turkey, young hen, skin only, cooked, roasted~^~TURKEY,YOUNG HEN,SKN ONLY,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05237~^~0500~^~Turkey, young hen, light meat, meat and skin, raw~^~TURKEY,YOUNG HEN,LT MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~05238~^~0500~^~Turkey, young hen, light meat, meat and skin, cooked, roasted~^~TURKEY,YOUNG HEN,LT MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^14^~~^6.25^4.27^9.02^3.87 ~05239~^~0500~^~Turkey, young hen, dark meat, meat and skin, raw~^~TURKEY,YOUNG HEN,DK MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~05240~^~0500~^~Turkey, young hen, dark meat, meat and skin, cooked, roasted~^~TURKEY,YOUNG HEN,DK MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~05241~^~0500~^~Turkey, young hen, light meat, meat only, raw~^~TURKEY,YOUNG HEN,LT MEAT,MEAT ONLY,RAW~^~~^~~^~~^~16% bone, 14% skin~^30^~~^6.25^4.27^9.02^3.87 ~05242~^~0500~^~Turkey, young hen, light meat, meat only, cooked, roasted~^~TURKEY,YOUNG HEN,LT MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~14% bone, 11% skin~^25^~~^6.25^4.27^9.02^3.87 ~05243~^~0500~^~Turkey, young hen, dark meat, meat only, raw~^~TURKEY,YOUNG HEN,DK MEAT,MEAT ONLY,RAW~^~~^~~^~~^~27% bone, 11% skin~^38^~~^6.25^4.27^9.02^3.87 ~05244~^~0500~^~Turkey, young hen, dark meat, meat only, cooked, roasted~^~TURKEY,YOUNG HEN,DK MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~27% bone, 9% skin~^36^~~^6.25^4.27^9.02^3.87 ~05245~^~0500~^~Turkey, young hen, back, meat and skin, raw~^~TURKEY,YOUNG HEN,BACK,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^43^~~^6.25^4.27^9.02^3.87 ~05246~^~0500~^~Turkey, young hen, back, meat and skin, cooked, roasted~^~TURKEY,YOUNG HEN,BACK,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^41^~~^6.25^4.27^9.02^3.87 ~05247~^~0500~^~Turkey, young hen, breast, meat and skin, raw~^~TURKEY,YOUNG HEN,BREAST,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^11^~~^6.25^4.27^9.02^3.87 ~05248~^~0500~^~Turkey, young hen, breast, meat and skin, cooked, roasted~^~TURKEY,YOUNG HEN,BREAST,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^8^~~^6.25^4.27^9.02^3.87 ~05249~^~0500~^~Turkey, young hen, leg, meat and skin, raw~^~TURKEY,YOUNG HEN,LEG,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~05250~^~0500~^~Turkey, young hen, leg, meat and skin, cooked, roasted~^~TURKEY,YOUNG HEN,LEG,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~05251~^~0500~^~Turkey, young hen, wing, meat and skin, raw~^~TURKEY,YOUNG HEN,WING,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~05252~^~0500~^~Turkey, young hen, wing, meat and skin, cooked, roasted~^~TURKEY,YOUNG HEN,WING,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~05253~^~0500~^~Turkey, young tom, meat and skin and giblets and neck, raw~^~TURKEY,YOUNG TOM,MEAT&SKN&GIBLETS&NECK,RAW~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~05254~^~0500~^~Turkey, young tom, meat and skin and giblets and neck, cooked, roasted~^~TURKEY,YOUNG TOM,MEAT&SKN&GIBLETS&NECK,CKD,RSTD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~05255~^~0500~^~Turkey, young tom, meat and skin, raw~^~TURKEY,YOUNG TOM,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~05256~^~0500~^~Turkey, young tom, meat and skin, cooked, roasted~^~TURKEY,YOUNG TOM,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~05257~^~0500~^~Turkey, young tom, meat only, raw~^~TURKEY,YOUNG TOM,MEAT ONLY,RAW~^~~^~~^~~^~19% bone, 12% skin~^31^~~^6.25^4.27^9.02^3.87 ~05258~^~0500~^~Turkey, young tom, meat only, cooked, roasted~^~TURKEY,YOUNG TOM,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~20% bone, 11% skin~^31^~~^6.25^4.27^9.02^3.87 ~05259~^~0500~^~Turkey, young tom, skin only, raw~^~TURKEY,YOUNG TOM,SKN ONLY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05260~^~0500~^~Turkey, young tom, skin only, cooked, roasted~^~TURKEY,YOUNG TOM,SKN ONLY,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05261~^~0500~^~Turkey, young tom, light meat, meat and skin, raw~^~TURKEY,YOUNG TOM,LT MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^14^~~^6.25^4.27^9.02^3.87 ~05262~^~0500~^~Turkey, young tom, light meat, meat and skin, cooked, roasted~^~TURKEY,YOUNG TOM,LT MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^14^~~^6.25^4.27^9.02^3.87 ~05263~^~0500~^~Turkey, young tom, dark meat, meat and skin, raw~^~TURKEY,YOUNG TOM,DK MEAT,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~05264~^~0500~^~Turkey, young tom, dark meat, meat and skin, cooked, roasted~^~TURKEY,YOUNG TOM,DK MEAT,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~05265~^~0500~^~Turkey, young tom, light meat, meat only, raw~^~TURKEY,YOUNG TOM,LT MEAT,MEAT ONLY,RAW~^~~^~~^~~^~14% bone, 15% skin~^29^~~^6.25^4.27^9.02^3.87 ~05266~^~0500~^~Turkey, young tom, light meat, meat only, cooked, roasted~^~TURKEY,YOUNG TOM,LT MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~14% bone, 12% skin~^26^~~^6.25^4.27^9.02^3.87 ~05267~^~0500~^~Turkey, young tom, dark meat, meat only, raw~^~TURKEY,YOUNG TOM,DK MEAT,MEAT ONLY,RAW~^~~^~~^~~^~24% bone, 10% skin~^34^~~^6.25^4.27^9.02^3.87 ~05268~^~0500~^~Turkey, young tom, dark meat, meat only, cooked, roasted~^~TURKEY,YOUNG TOM,DK MEAT,MEAT ONLY,CKD,RSTD~^~~^~~^~~^~27% bone, 9% skin~^36^~~^6.25^4.27^9.02^3.87 ~05269~^~0500~^~Turkey, young tom, back, meat and skin, raw~^~TURKEY,YOUNG TOM,BACK,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^38^~~^6.25^4.27^9.02^3.87 ~05270~^~0500~^~Turkey, young tom, back, meat and skin, cooked, roasted~^~TURKEY,YOUNG TOM,BACK,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^40^~~^6.25^4.27^9.02^3.87 ~05271~^~0500~^~Turkey, young tom, breast, meat and skin, raw~^~TURKEY,YOUNG TOM,BREAST,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^9^~~^6.25^4.27^9.02^3.87 ~05272~^~0500~^~Turkey, young tom, breast, meat and skin, cooked, roasted~^~TURKEY,YOUNG TOM,BREAST,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^8^~~^6.25^4.27^9.02^3.87 ~05273~^~0500~^~Turkey, young tom, leg, meat and skin, raw~^~TURKEY,YOUNG TOM,LEG,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~05274~^~0500~^~Turkey, young tom, leg, meat and skin, cooked, roasted~^~TURKEY,YOUNG TOM,LEG,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~05275~^~0500~^~Turkey, young tom, wing, meat and skin, raw~^~TURKEY,YOUNG TOM,WING,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^34^~~^6.25^4.27^9.02^3.87 ~05276~^~0500~^~Turkey, young tom, wing, meat and skin, cooked, roasted~^~TURKEY,YOUNG TOM,WING,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^37^~~^6.25^4.27^9.02^3.87 ~05277~^~0500~^~Chicken, canned, meat only, with broth~^~CHICKEN,CND,MEAT ONLY,W/BROTH~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05282~^~0500~^~Pate de foie gras, canned (goose liver pate), smoked~^~PATE DE FOIE GRAS,CND (GOOSE LIVER PATE),SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05284~^~0500~^~Turkey, canned, meat only, with broth~^~TURKEY,CND,MEAT ONLY,W/BROTH~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05285~^~0500~^~Turkey, diced, light and dark meat, seasoned~^~TURKEY,DICED,LT&DK MEAT,SEASONED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05286~^~0500~^~Turkey and gravy, frozen~^~TURKEY AND GRAVY,FROZEN~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05292~^~0500~^~Turkey patties, breaded, battered, fried~^~TURKEY PATTIES,BREADED,BATTERED,FRIED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05293~^~0500~^~Turkey breast, pre-basted, meat and skin, cooked, roasted~^~TURKEY BREAST,PRE-BASTED,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^8^~~^6.25^4.27^9.02^3.87 ~05294~^~0500~^~Turkey thigh, pre-basted, meat and skin, cooked, roasted~^~TURKEY THIGH,PRE-BASTED,MEAT&SKN,CKD,RSTD~^~~^~~^~~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~05295~^~0500~^~Turkey roast, boneless, frozen, seasoned, light and dark meat, raw~^~TURKEY RST,BNLESS,FRZ,SEASONED,LT&DK MEAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05296~^~0500~^~Turkey roast, boneless, frozen, seasoned, light and dark meat, roasted~^~TURKEY RST,BNLESS,FRZ,SEASONED,LT&DK MEAT,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05300~^~0500~^~Turkey sticks, breaded, battered, fried~^~TURKEY STKS,BREADED,BATTERED,FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05301~^~0500~^~Poultry, mechanically deboned, from backs and necks with skin, raw~^~POULTRY,MECHANICALLY DEBONED,FROM BACKS&NECKS W/SKN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05302~^~0500~^~Poultry, mechanically deboned, from backs and necks without skin, raw~^~POULTRY,MECHANICALLY DEBONED,FROM BACKS&NECKS WO/SKN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05303~^~0500~^~Poultry, mechanically deboned, from mature hens, raw~^~POULTRY,MECHANICALLY DEBONED,FROM MATURE HENS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05304~^~0500~^~Turkey, mechanically deboned, from turkey frames, raw~^~TURKEY,MECHANICALLY DEBONED,FROM TURKEY FRAMES,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05305~^~0500~^~Poultry food products, ground turkey, raw~^~POULTRY FD PRODUCTS,GROUND TURKEY,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05306~^~0500~^~Poultry food products, ground turkey, cooked~^~POULTRY FD PRODUCTS,GROUND TURKEY,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05307~^~0500~^~Chicken, cornish game hens, meat and skin, raw~^~CHICKEN,CORNISH GAME HENS,MEAT&SKN,RAW~^~~^~~^~~^~Bone~^39^~~^6.25^4.27^9.02^3.87 ~05308~^~0500~^~Chicken, cornish game hens, meat and skin, cooked, roasted~^~CHICKEN,CORNISH GAME HENS,MEAT&SKN,CKD,RSTD~^~~^~~^~Y~^~Bone~^37^~~^6.25^4.27^9.02^3.87 ~05309~^~0500~^~Chicken, cornish game hens, meat only, raw~^~CHICKEN,CORNISH GAME HENS,MEAT ONLY,RAW~^~~^~~^~~^~39% bone, 13% skin, 5% separable fat~^57^~~^6.25^4.27^9.02^3.87 ~05310~^~0500~^~Chicken, cornish game hens, meat only, cooked, roasted~^~CHICKEN,CORNISH GAME HENS,MEAT ONLY,CKD,RSTD~^~~^~~^~Y~^~37% bone, 9% skin~^46^~~^6.25^4.27^9.02^3.87 ~05311~^~0500~^~Chicken, canned, no broth~^~CHICKEN,CANNED,NO BROTH~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05312~^~0500~^~Chicken, wing, frozen, glazed, barbecue flavored~^~CHICKEN,WING,FRZ,GLAZED,BARBECUE FLAV~^~~^~~^~~^~Drumette: Bone 24.92%, Cartilage 9.79%, Total refuse: 34.71%; Second wing section: Bone 22.09%, Cartilage 8.51%, Total refuse: 30.65%~^33^~~^6.25^4.27^9.02^3.87 ~05313~^~0500~^~Chicken, wing, frozen, glazed, barbecue flavored, heated (microwave)~^~CHICKEN,WING,FRZ,GLAZED,BARBECUE FLAV,HTD (MICROWAVE)~^~~^~~^~~^~Drumette: Bone 24.92%, Cartilage 9.79%, Total refuse: 34.71%; Second wing section: Bone 22.09%, Cartilage 8.51%, Total refuse: 30.65%~^33^~~^6.25^4.27^9.02^3.87 ~05315~^~0500~^~Duck, young duckling, domesticated, White Pekin, breast, meat and skin, boneless, cooked, roasted~^~DUCK,YNG DUCKLING,DOM,WH PEKIN,BRST,MEAT&SKN,BNLESS,CKD,RSTD~^~~^~~^~~^~~^0^~Anas platyrhynchos~^6.25^4.27^9.02^ ~05316~^~0500~^~Duck, young duckling, domesticated, White Pekin, breast, meat only, boneless, cooked without skin, broiled~^~DUCK,YNG DUCKL,DOM,WH PEKIN,BRST,MEAT,BNLESS,CKD WO/SKN,BRLD~^~~^~~^~~^~~^0^~Anas platyrhynchos~^6.25^4.27^9.02^ ~05317~^~0500~^~Duck, young duckling, domesticated, White Pekin, leg, meat and skin, bone in, cooked, roasted~^~DUCK,YNG DUCKLING,DOM,WH PEKIN,LEG,MEAT&SKN,BONE IN,CKD,RSTD~^~~^~~^~~^~Bone~^31^~Anas platyrhynchos~^6.25^4.27^9.02^ ~05318~^~0500~^~Duck, young duckling, domesticated, White Pekin, leg, meat only, bone in, cooked without skin, braised~^~DUCK,YNG DUCKL,DOM,WH PEKIN,LEG,MEAT,BONE IN,CKD WO/SKN,BRSD~^~~^~~^~~^~Bone~^34^~Anas platyrhynchos~^6.25^4.27^9.02^ ~05320~^~0500~^~Chicken, wing, frozen, glazed, barbecue flavored, heated (conventional oven)~^~CHICKEN,WING,FRZ,GLAZED,BBQ FLAV,HTD (CONVENTIONAL OVEN)~^~~^~~^~~^~Drumette: Bone 24.92%, Cartilage 9.79%, Total refuse: 34.71%; Second wing section: Bone 22.09%, Cartilage 8.51%, Total refuse: 30.65%~^33^~~^6.25^4.27^9.02^3.87 ~05321~^~0500~^~Chicken nuggets, frozen, cooked~^~CHICKEN NUGGETS,FRZ,CKD~^~~^~~^~~^~~^0^~~^^^^ ~05322~^~0500~^~Chicken nuggets, frozen, uncooked~^~CHICKEN NUGGETS,FRZ,UNCKD~^~~^~~^~~^~~^0^~~^6.25^^^ ~05323~^~0500~^~Chicken patty, frozen, uncooked~^~CHICKEN PATTY,FRZ,UNCKD~^~~^~~^~~^~~^0^~~^^^^ ~05324~^~0500~^~Chicken patty, frozen, cooked~^~CHICKEN PATTY,FRZ,CKD~^~~^~~^~~^~~^0^~~^^^^ ~05325~^~0500~^~Chicken breast tenders, cooked, conventional oven~^~CHICKEN BREAST TENDERS,CKD,CONVENTIONAL OVEN~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05326~^~0500~^~Chicken breast tenders, cooked, microwaved~^~CHICKEN BREAST TENDERS,CKD,MICROWAVED~^~~^~~^~~^~~^0^~~^6.25^^^ ~05327~^~0500~^~Chicken breast tenders, uncooked~^~CHICKEN BREAST TENDERS,UNCKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05332~^~0500~^~Chicken, ground, raw~^~CHICKEN,GROUND,RAW~^~~^~~^~~^~~^0^~~^6.25^^^ ~05333~^~0500~^~Chicken, ground, crumbles, cooked, pan-browned~^~CHICKEN,GROUND,CRUMBLES,CKD,PAN-BROWNED~^~~^~~^~~^~~^0^~~^6.25^3.87^9.04^4.27 ~05335~^~0500~^~Chicken, feet, boiled~^~CHICK,FEET,BOILED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~05336~^~0500~^~USDA Commodity Chicken, canned, meat only, drained~^~USDA CMDTY CHICK,CND,MEAT ONLY,DRND~^~~^~~^~~^~~^0^~~^^^^ ~05337~^~0500~^~USDA Commodity, Chicken, canned, meat only, with water~^~USDA CMDTY,CHICK,CND,MEAT ONLY,W/ H2O~^~USDA Commodity A532 (12.5 oz can) and A507(50 oz can)~^~~^~~^~%~^0^~~^^^^ ~05338~^~0500~^~USDA Commodity, Chicken, canned, meat only, with broth~^~USDA CMDTY,CHICK,CND,MEAT ONLY,W/ BROTH~^~~^~~^~~^~~^0^~~^^^^ ~05341~^~0500~^~Chicken, broilers or fryers, back, meat only, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,CKD,ROTISSERIE,ORI~^~~^~~^~Y~^~40.14% bone and cartilage, 16.08% skin and separable fat~^56^~~^^^^ ~05342~^~0500~^~Chicken, broilers or fryers, breast, meat only, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,CKD,ROTISSERIE,O~^~~^~~^~Y~^~12.07% bone and cartilage, 12.09% skin and separable fat~^24^~~^^^^ ~05343~^~0500~^~Chicken, broilers or fryers, drumstick, meat only, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT ONLY,CKD,ROTISSERIE,~^~~^~~^~Y~^~29.34% bone and cartilage, 11.75% skin and separable fat~^41^~~^^^^ ~05344~^~0500~^~Chicken, broilers or fryers, skin only, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,SKN ONLY,CKD,ROTISSERIE,ORIGINAL~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~05345~^~0500~^~Chicken, broilers or fryers, thigh, meat only, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,CKD,ROTISSERIE,OR~^~~^~~^~Y~^~14.24% bone and cartilage, 14.88% skin and separable fat~^29^~~^^^^ ~05346~^~0500~^~Chicken, broilers or fryers, wing, meat only, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,CKD,ROTISSERIE,ORI~^~~^~~^~Y~^~32.51% bone and cartilage, 24.10% skin and separable fat~^57^~~^^^^ ~05347~^~0500~^~Chicken, broilers or fryers, back, meat and skin, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,BACK,MEAT & SKN,CKD,ROTISSERIE,OR~^~~^~~^~Y~^~~^0^~~^^^^ ~05348~^~0500~^~Chicken, broilers or fryers, breast, meat and skin, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,BREAST,MEAT & SKN,CKD,ROTISSERIE,~^~~^~~^~Y~^~~^0^~~^^^^ ~05349~^~0500~^~Chicken, broilers or fryers, drumstick, meat and skin, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,DRUMSTK,MEAT & SKN,CKD,ROTISSERIE~^~~^~~^~Y~^~~^0^~~^^^^ ~05351~^~0500~^~Chicken, broilers or fryers, thigh, meat and skin, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,THIGH,MEAT & SKN,CKD,ROTISSERIE,O~^~~^~~^~Y~^~~^0^~~^^^^ ~05352~^~0500~^~Chicken, broilers or fryers, wing, meat and skin, cooked, rotisserie, original seasoning~^~CHICKEN,BROILERS OR FRYERS,WING,MEAT & SKN,CKD,ROTISSERIE,OR~^~~^~~^~Y~^~~^0^~~^^^^ ~05353~^~0500~^~USDA Commodity, chicken fajita strips, frozen~^~USDA CMDTY,CHICK FAJITA STRIPS,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~05354~^~0500~^~USDA Commodity, turkey taco meat, frozen, cooked~^~USDA CMDTY,TURKEY TACO MEAT,FRZ,CKD~^~~^~~^~~^~~^0^~~^^^^ ~05600~^~0500~^~USDA Commodity, turkey ham, dark meat, smoked, frozen~^~USDA COMMODITY,TURKEY HAM,DK MEAT,SMOKED,FRZ~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~05621~^~0500~^~Emu, ground, raw~^~EMU,GROUND,RAW~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05622~^~0500~^~Emu, ground, cooked, pan-broiled~^~EMU,GROUND,CKD,PAN-BROILED~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05623~^~0500~^~Emu, fan fillet, raw~^~EMU,FAN FILLET,RAW~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05624~^~0500~^~Emu, fan fillet, cooked, broiled~^~EMU,FAN FILLET,CKD,BRLD~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05625~^~0500~^~Emu, flat fillet, raw~^~EMU,FLAT FILLET,RAW~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05626~^~0500~^~Emu, full rump, raw~^~EMU,FULL RUMP,RAW~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05627~^~0500~^~Emu, full rump, cooked, broiled~^~EMU,FULL RUMP,CKD,BRLD~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05628~^~0500~^~Emu, inside drum, raw~^~EMU,INSIDE DRUM,RAW~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05629~^~0500~^~Emu, inside drums, cooked, broiled~^~EMU,INSIDE DRUMS,CKD,BRLD~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05630~^~0500~^~Emu, outside drum, raw~^~EMU,OUTSIDE DRUM,RAW~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05631~^~0500~^~Emu, oyster, raw~^~EMU,OYSTER,RAW~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05632~^~0500~^~Emu, top loin, cooked, broiled~^~EMU,TOP LOIN,CKD,BRLD~^~~^~~^~~^~~^0^~Dromaius novaehollandiae~^6.25^4.27^9.02^3.87 ~05641~^~0500~^~Ostrich, ground, raw~^~OSTRICH,GROUND,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05642~^~0500~^~Ostrich, ground, cooked, pan-broiled~^~OSTRICH,GROUND,CKD,PAN-BROILED~^~~^~~^~Y~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05643~^~0500~^~Ostrich, fan, raw~^~OSTRICH,FAN,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05644~^~0500~^~Ostrich, inside leg, raw~^~OSTRICH,INSIDE LEG,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05645~^~0500~^~Ostrich, inside leg, cooked~^~OSTRICH,INSIDE LEG,CKD~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05646~^~0500~^~Ostrich, inside strip, raw~^~OSTRICH,INSIDE STRIP,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05647~^~0500~^~Ostrich, inside strip, cooked~^~OSTRICH,INSIDE STRIP,CKD~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05648~^~0500~^~Ostrich, outside leg, raw~^~OSTRICH,OUTSIDE LEG,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05649~^~0500~^~Ostrich, outside strip, raw~^~OSTRICH,OUTSIDE STRIP,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05650~^~0500~^~Ostrich, outside strip, cooked~^~OSTRICH,OUTSIDE STRIP,CKD~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05651~^~0500~^~Ostrich, oyster, raw~^~OSTRICH,OYSTER,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05652~^~0500~^~Ostrich, oyster, cooked~^~OSTRICH,OYSTER,CKD~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05653~^~0500~^~Ostrich, round, raw~^~OSTRICH,RND,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05654~^~0500~^~Ostrich, tenderloin, raw~^~OSTRICH,TENDERLOIN,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05655~^~0500~^~Ostrich, tip trimmed, raw~^~OSTRICH,TIP RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05656~^~0500~^~Ostrich, tip trimmed, cooked~^~OSTRICH,TIP CKD~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05657~^~0500~^~Ostrich, top loin, raw~^~OSTRICH,TOP LOIN,RAW~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05658~^~0500~^~Ostrich, top loin, cooked~^~OSTRICH,TOP LOIN,CKD~^~~^~~^~~^~~^0^~Struthio camelus~^6.25^4.27^9.02^3.87 ~05661~^~0500~^~Chicken, liver, all classes, cooked, pan-fried~^~CHICKEN,LIVER,ALL CLASSES,CKD,PAN-FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~06001~^~0600~^~Soup, cream of asparagus, canned, condensed~^~SOUP,CRM OF ASPARAGUS,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.80^3.90 ~06002~^~0600~^~Soup, black bean, canned, condensed~^~SOUP,BLACK BEAN,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06003~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Beefy Mushroom Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,BEEFY MUSHROOM SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06004~^~0600~^~Soup, bean with pork, canned, condensed~^~SOUP,BEAN W/ PORK,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06006~^~0600~^~Soup, bean with frankfurters, canned, condensed~^~SOUP,BEAN W/ FRANKFURTERS,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06007~^~0600~^~Soup, bean with ham, canned, chunky, ready-to-serve~^~SOUP,BEAN W/ HAM,CND,CHUNKY,RTS~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06008~^~0600~^~Soup, beef broth or bouillon canned, ready-to-serve~^~SOUP,BF BROTH OR BOUILLON CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06009~^~0600~^~Soup, beef noodle, canned, condensed~^~SOUP,BF NOODLE,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06010~^~0600~^~Soup, cream of celery, canned, condensed~^~SOUP,CRM OF CELERY,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.80^3.90 ~06011~^~0600~^~Soup, cheese, canned, condensed~^~SOUP,CHS,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.80^3.90 ~06012~^~0600~^~Soup, chicken with dumplings, canned, condensed~^~SOUP,CHICK W/ DUMPLINGS,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06013~^~0600~^~Soup, chicken broth, canned, condensed~^~SOUP,CHICK BROTH,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.20^9.00^4.00 ~06014~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Broccoli Cheese Soup, condensed~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,BROCCOLI CHS SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06015~^~0600~^~Soup, chicken, canned, chunky, ready-to-serve~^~SOUP,CHICK,CND,CHUNKY,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.80^3.90 ~06016~^~0600~^~Soup, cream of chicken, canned, condensed~^~SOUP,CRM OF CHICK,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06017~^~0600~^~Soup, chicken gumbo, canned, condensed~^~SOUP,CHICK GUMBO,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06018~^~0600~^~Soup, chunky chicken noodle, canned, ready-to-serve~^~SOUP,CHUNKY CHICK NOODLE,CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06019~^~0600~^~Soup, chicken noodle, canned, condensed~^~SOUP,CHICK NOODLE,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06022~^~0600~^~Soup, chicken rice, canned, chunky, ready-to-serve~^~SOUP,CHICK RICE,CND,CHUNKY,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06023~^~0600~^~Soup, chicken with rice, canned, condensed~^~SOUP,CHICK W/ RICE,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06024~^~0600~^~Soup, chicken vegetable, chunky, canned, ready-to-serve~^~SOUP,CHICK VEG,CHUNKY,CND,RTS~^~~^~~^~~^~~^0^~~^6.25^4.10^8.80^3.90 ~06025~^~0600~^~Soup, chicken vegetable, canned, condensed~^~SOUP,CHICK VEG,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.80^3.90 ~06026~^~0600~^~Soup, chili beef, canned, condensed~^~SOUP,CHILI BF,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06027~^~0600~^~Soup, clam chowder, manhattan style, canned, chunky, ready-to-serve~^~SOUP,CLAM CHOWDER,MANHATTAN STYLE,CND,CHUNKY,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06028~^~0600~^~Soup, clam chowder, manhattan, canned, condensed~^~SOUP,CLAM CHOWDER,MANHATTAN,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06029~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Chicken with Rice, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CHICK W/ RICE,COND~^~~^~Campbell Soup Co.~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06030~^~0600~^~Soup, clam chowder, new england, canned, condensed~^~SOUP,CLAM CHOWDER,NEW ENGLAND,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.30^8.90^3.90 ~06032~^~0600~^~Soup, beef broth bouillon and consomme, canned, condensed~^~SOUP,BF BROTH BOUILLON & CONSOMME,CND,COND~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06034~^~0600~^~Soup, crab, canned, ready-to-serve~^~SOUP,CRAB,CND,RTS~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06035~^~0600~^~Soup, escarole, canned, ready-to-serve~^~SOUP,ESCAROLE,CND,RTS~^~~^~~^~~^~~^0^~~^6.25^4.10^9.00^3.90 ~06036~^~0600~^~Soup, gazpacho, canned, ready-to-serve~^~SOUP,GAZPACHO,CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.90^9.00^4.00 ~06037~^~0600~^~Soup, lentil with ham, canned, ready-to-serve~^~SOUP,LENTIL W/HAM,CND,RTS~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06038~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cheddar Cheese Soup, condensed~^~CAMPBELL COMPANY,CAMPBELL'S RED&WHITE,CHEDDAR CHS SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06039~^~0600~^~Soup, minestrone, canned, chunky, ready-to-serve~^~SOUP,MINESTRONE,CND,CHUNKY,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06040~^~0600~^~Soup, minestrone, canned, condensed~^~SOUP,MINESTRONE,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06041~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Dumplings Soup, condensed~^~CAMPBELL,CAMPBELL'S RED&WHITE,CHICK & DUMPLINGS SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06042~^~0600~^~Soup, mushroom barley, canned, condensed~^~SOUP,MUSHROOM BARLEY,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06043~^~0600~^~Soup, cream of mushroom, canned, condensed~^~SOUP,CRM OF MUSHROOM,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.80^4.00 ~06044~^~0600~^~Soup, mushroom with beef stock, canned, condensed~^~SOUP,MUSHROOM W/ BF STOCK,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06045~^~0600~^~Soup, onion, canned, condensed~^~SOUP,ONION,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^2.50^8.50^4.00 ~06046~^~0600~^~Soup, cream of onion, canned, condensed~^~SOUP,CRM OF ONION,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.80^3.90 ~06047~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Stars Soup, condensed~^~CAMPBELL'S RED & WHITE,CHICK & STARS SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06048~^~0600~^~Soup, oyster stew, canned, condensed~^~SOUP,OYSTER STEW,CND,COND~^~~^~~^~~^~~^0^~~^6.25^4.30^8.90^3.90 ~06049~^~0600~^~Soup, pea, green, canned, condensed~^~SOUP,PEA,GRN,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06050~^~0600~^~Soup, pea, split with ham, canned, chunky, ready-to-serve~^~SOUP,PEA,SPLIT W/HAM,CND,CHUNKY,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06051~^~0600~^~Soup, pea, split with ham, canned, condensed~^~SOUP,PEA,SPLIT W/ HAM,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06052~^~0600~^~Soup, pepperpot, canned, condensed~^~SOUP,PEPPERPOT,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06053~^~0600~^~Soup, cream of potato, canned, condensed~^~SOUP,CRM OF POTATO,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.80^4.00 ~06054~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Alphabet Soup, condensed~^~CAMPBELL'S RED & WHITE,CHICK ALPHABET SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06055~^~0600~^~Soup, scotch broth, canned, condensed~^~SOUP,SCOTCH BROTH,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06056~^~0600~^~Soup, cream of shrimp, canned, condensed~^~SOUP,CRM OF SHRIMP,CND,COND~^~~^~~^~~^~~^0^~~^6.25^4.30^8.90^3.90 ~06057~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Broth, condensed~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED&WHITE,CHICK BROTH,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06058~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Gumbo Soup, condensed~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,CHICK GUMBO SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06060~^~0600~^~Soup, stockpot, canned, condensed~^~SOUP,STOCKPOT,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06061~^~0600~^~Soup, tomato beef with noodle, canned, condensed~^~SOUP,TOMATO BF W/ NOODLE,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06062~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Noodle Soup, condensed~^~CAMPBELL'S RED & WHITE,CHICK NOODLE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06063~^~0600~^~Soup, tomato rice, canned, condensed~^~SOUP,TOMATO RICE,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06064~^~0600~^~Soup, turkey, chunky, canned, ready-to-serve~^~SOUP,TURKEY,CHUNKY,CND,RTS~^~~^~~^~~^~~^0^~~^6.25^4.10^8.80^3.90 ~06065~^~0600~^~Soup, turkey noodle, canned, condensed~^~SOUP,TURKEY NOODLE,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06066~^~0600~^~Soup, turkey vegetable, canned, condensed~^~SOUP,TURKEY VEG,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06067~^~0600~^~Soup, chunky vegetable, canned, ready-to-serve~^~SOUP,CHUNKY VEG,CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06068~^~0600~^~Soup, vegetarian vegetable, canned, condensed~^~SOUP,VEGETARIAN VEG,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^2.50^8.50^4.00 ~06069~^~0600~^~Soup, pea, green, canned, condensed, prepared with equal volume water~^~SOUP,PEA,GRN,CND,COND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^^^^ ~06070~^~0600~^~Soup, chunky beef, canned, ready-to-serve~^~SOUP,CHUNKY BF,CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06071~^~0600~^~Soup, vegetable beef, canned, condensed~^~SOUP,VEG BF,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06072~^~0600~^~Soup, vegetable with beef broth, canned, condensed~^~SOUP,VEG W/ BF BROTH,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06075~^~0600~^~Soup, beef broth or bouillon, powder, dry~^~SOUP,BF BROTH OR BOUILLON,PDR,DRY~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06076~^~0600~^~Soup, beef broth, cubed, dry~^~SOUP,BEEF BROTH,CUBED,DRY~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06077~^~0600~^~Soup, beef noodle, dry, mix~^~SOUP,BF NOODLE,DRY,MIX~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06080~^~0600~^~Soup, chicken broth or bouillon, dry~^~SOUP,CHICK BROTH OR BOUILLON,DRY~^~~^~~^~Y~^~~^0^~~^6.25^4.20^9.00^4.00 ~06081~^~0600~^~Soup, chicken broth cubes, dry~^~SOUP,CHICK BROTH CUBES,DRY~^~~^~~^~~^~~^0^~~^6.25^4.20^9.00^4.00 ~06082~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken NOODLEO's Soup, condensed~^~CAMPBELL'S RED & WHITE,CHICK NOODLEO'S SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06084~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Vegetable Soup, condensed~^~CAMPBELL COMPANY,CAMPBELL'S RED & WHITE,CHICK VEG SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06091~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Broth, condensed~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,BF BROTH,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06094~^~0600~^~Soup, onion, dry, mix~^~SOUP,ONION,DRY,MIX~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06097~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Consomme, condensed~^~CAMPBELL SOUP COMPANY,CAMPBELLS RED & WHITE,BF CONSOMME,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06099~^~0600~^~Soup, tomato vegetable, dry, mix~^~SOUP,TOMATO VEG,DRY,MIX~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.80^4.00 ~06101~^~0600~^~Soup, cream of vegetable, dry, powder~^~SOUP,CRM OF VEG,DRY,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.80^3.90 ~06103~^~0600~^~Sauce, cheese, dry, powder~^~SAUCE,CHS,DRY,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.80^3.90 ~06105~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, BATMAN Fun Shapes Soup, condensed~^~CAMPBELL'S RED & WHITE,BATMAN FUN SHAPES SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06112~^~0600~^~Sauce, teriyaki, ready-to-serve~^~SAUCE,TERIYAKI,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06114~^~0600~^~Gravy, au jus, canned~^~GRAVY,AU JUS,CANNED~^~~^~~^~~^~~^0^~~^6.25^3.50^9.00^3.90 ~06115~^~0600~^~Gravy, au jus, dry~^~GRAVY,AU JUS,DRY~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~06116~^~0600~^~Gravy, beef, canned, ready-to-serve~^~GRAVY,BF,CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.50^9.00^3.90 ~06117~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Bean with Bacon Soup, condensed~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,BEAN W/ BACON SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06118~^~0600~^~Gravy, brown, dry~^~GRAVY,BROWN,DRY~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~06119~^~0600~^~Gravy, chicken, canned, ready-to-serve~^~GRAVY,CHICK,CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.90^4.00 ~06120~^~0600~^~Gravy, chicken, dry~^~GRAVY,CHICKEN,DRY~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~06121~^~0600~^~Gravy, mushroom, canned~^~GRAVY,MUSHROOM,CANNED~^~~^~~^~~^~~^0^~~^6.25^3.40^8.90^4.00 ~06122~^~0600~^~Gravy, mushroom, dry, powder~^~GRAVY,MUSHROOM,DRY,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.90^4.00 ~06123~^~0600~^~Gravy, onion, dry, mix~^~GRAVY,ONION,DRY,MIX~^~~^~~^~~^~~^0^~~^6.25^3.50^9.00^3.90 ~06124~^~0600~^~Gravy, pork, dry, powder~^~GRAVY,PORK,DRY,PDR~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~06125~^~0600~^~Gravy, turkey, canned, ready-to-serve~^~GRAVY,TURKEY,CND,RTS~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.90^4.00 ~06126~^~0600~^~Gravy, turkey, dry~^~GRAVY,TURKEY,DRY~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~06127~^~0600~^~Gravy, unspecified type, dry~^~GRAVY,UNSPEC TYPE,DRY~^~~^~~^~~^~~^0^~~^6.25^3.40^8.90^4.00 ~06128~^~0600~^~Soup, chicken noodle, dry, mix~^~SOUP,CHICK NOODLE,DRY,MIX~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06137~^~0600~^~Sauce, mole poblano, dry mix, single brand~^~SAUCE,MOLE POBLANO,DRY MIX,SINGLE BRAND~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06142~^~0600~^~Sauce, sofrito, prepared from recipe~^~SAUCE,SOFRITO,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^^^^ ~06143~^~0600~^~USDA Commodity, spaghetti sauce, meatless, canned~^~USDA COMMODITY,SPAGHETTI SAU,MEATLESS,CND~^~~^~~^~~^~~^0^~~^^^^ ~06145~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Noodle Soup, condensed~^~CAMPBELL COMPANY,CAMPBELL'S RED & WHITE,BF NOODLE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06146~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef with Vegetables and Barley Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,BF W/ VEG & BARLEY SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06147~^~0600~^~Soup, beef mushroom, canned, condensed~^~SOUP,BF MUSHROOM,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06149~^~0600~^~Soup, chicken mushroom, canned, condensed~^~SOUP,CHICK MUSHROOM,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.20 ~06150~^~0600~^~Sauce, barbecue~^~SAUCE,BARBECUE~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~06151~^~0600~^~Sauce, plum, ready-to-serve~^~SAUCE,PLUM,READY-TO-SERVE~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06152~^~0600~^~Sauce, pizza, canned, ready-to-serve~^~SAUCE,PIZZA,CND,RTS~^~~^~~^~~^~~^0^~~^^^^ ~06158~^~0600~^~Soup, tomato bisque, canned, condensed~^~SOUP,TOMATO BISQUE,CND,COND~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06159~^~0600~^~Soup, tomato, canned, condensed~^~SOUP,TOMATO,CND,COND~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.70^3.80 ~06164~^~0600~^~Sauce, salsa, ready-to-serve~^~SAUCE,SALSA,RTS~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.87^3.57 ~06165~^~0600~^~Sauce, homemade, white, thin~^~SAUCE,HOMEMADE,WHITE,THIN~^~~^~~^~Y~^~~^0^~~^6.25^4.20^8.70^3.90 ~06166~^~0600~^~Sauce, homemade, white, medium~^~SAUCE,HOMEMADE,WHITE,MED~^~~^~~^~Y~^~~^0^~~^6.25^4.20^8.70^3.90 ~06167~^~0600~^~Sauce, homemade, white, thick~^~SAUCE,HOMEMADE,WHITE,THICK~^~~^~~^~Y~^~~^0^~~^6.25^4.20^8.70^3.90 ~06168~^~0600~^~Sauce, ready-to-serve, pepper or hot~^~SAUCE,RTS,PEPPER OR HOT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~06169~^~0600~^~Sauce, ready-to-serve, pepper, TABASCO~^~SAUCE,RTS,PEPPER,TABASCO~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~06170~^~0600~^~Soup, stock, beef, home-prepared~^~SOUP,STOCK,BEEF,HOME-PREPARED~^~~^~~^~Y~^~~^0^~~^^^^ ~06172~^~0600~^~Soup, stock, chicken, home-prepared~^~SOUP,STOCK,CHICK,HOME-PREPARED~^~~^~~^~Y~^~~^0^~~^^^^ ~06174~^~0600~^~Soup, stock, fish, home-prepared~^~SOUP,STOCK,FISH,HOME-PREPARED~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06175~^~0600~^~Sauce, hoisin, ready-to-serve~^~SAUCE,HOISIN,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06176~^~0600~^~Sauce, oyster, ready-to-serve~^~SAUCE,OYSTER,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06177~^~0600~^~Soup, minestrone, canned, reduced sodium, ready-to-serve~^~SOUP,MINESTRONE,CND,RED NA,RTS~^~~^~~^~Y~^~~^0^~~^^^^ ~06178~^~0600~^~USDA Commodity, salsa~^~USDA COMMODITY,SALSA~^~~^~~^~~^~~^0^~~^^^^ ~06179~^~0600~^~Sauce, fish, ready-to-serve~^~SAUCE,FISH,READY-TO-SERVE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06180~^~0600~^~Soup, shark fin, restaurant-prepared~^~SOUP,SHARK FIN,REST-PREP~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06182~^~0600~^~Soup, cream of mushroom, canned, condensed, reduced sodium~^~SOUP,CRM OF MUSHROOM,CND,COND,RED NA~^~~^~~^~Y~^~~^0^~~^^^^ ~06183~^~0600~^~Soup, chicken broth, canned, less/reduced sodium~^~SOUP,CHICK BROTH,CND,LESS/REDUCED NA~^~~^~~^~Y~^~~^0^~~^^^^ ~06189~^~0600~^~Sauce, teriyaki, ready-to-serve, reduced sodium~^~SAUCE,TERIYAKI,RTS,RED NA~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06190~^~0600~^~Soup, bean & ham, canned, reduced sodium, prepared with water or ready-to-serve~^~SOUP,BEAN&HAM,CND,RED NA,PREP W/H2O OR RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06192~^~0600~^~Split pea soup, canned, reduced sodium, prepared with water or ready-to serve~^~SPLIT PEA SOUP,CND,RED NA,PREP W/ H2O OR READY-TO SERVE~^~~^~~^~Y~^~~^0^~~^^^^ ~06193~^~0600~^~Split pea with ham soup, canned, reduced sodium, prepared with water or ready-to-serve~^~SPLIT PEA W/ HAM SOUP,CND,RED NA,PREP W/ H2O OR RTS~^~~^~Campbell Soup Co.~^~Y~^~~^0^~~^^^^ ~06194~^~0600~^~Soup, Chicken Broth, canned, ready-to-serve~^~SOUP,CHICK BROTH,CND,RTS~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~06195~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Chicken Soup, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CRM OF CHICK SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06201~^~0600~^~Soup, cream of asparagus, canned, prepared with equal volume milk~^~SOUP,CRM OF ASPARAGUS,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06208~^~0600~^~Soup, chicken vegetable with potato and cheese, chunky, ready-to-serve~^~SOUP,CHICK VEG W/POTATO&CHS,CHUNKY,RTS~^~~^~~^~Y~^~~^0^~~^^^^ ~06209~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Broccoli Soup, condensed~^~CAMPBELL'S RED&WHITE,98% FAT FREE CRM OF BROCCOLI SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06210~^~0600~^~Soup, cream of celery, canned, prepared with equal volume milk~^~SOUP,CRM OF CELERY,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06211~^~0600~^~Soup, cheese, canned, prepared with equal volume milk~^~SOUP,CHS,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^4.10^8.80^3.90 ~06212~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Chicken Noodle Soup, condensed~^~CAMPBELL SOUP COMPANY,RED&WHITE,25% LESS NA CHIC NOODL,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06213~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Tomato Soup, condensed~^~CAMPBELL SOUP COMPANY,RED&WHITE,25% LESS NA TOMATO SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06214~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Cream of Mushroom Soup, condensed~^~CAMPBELL SOUP COMPANY,RED&WHITE,25% LESS NA CRM OF MSHR,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06215~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Broccoli Cheese Soup, condensed~^~CAMPBELL SOUP COMPANY,RED&WHITE,98% FAT FR BRCCLI CHS,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06216~^~0600~^~Soup, cream of chicken, canned, prepared with equal volume milk~^~SOUP,CRM OF CHICK,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^4.30^8.90^3.90 ~06217~^~0600~^~Soup, vegetable, canned, low sodium, condensed~^~SOUP,VEG,CND,LO NA,COND~^~~^~~^~Y~^~~^0^~~^^^^ ~06218~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Celery Soup, condensed~^~CAMPBELL'S RED & WHITE,98% FAT FREE CRM OF CELERY SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06219~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Chicken Soup, condensed~^~CAMPBELL'S RED & WHITE,98% FAT FREE CRM OF CHICK SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06220~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom and Green Pepper Italian Sauce, ready-to-serve~^~CAMPBELL,PREGO PASTA,CHNKY GRD MSHRM & GRN PPPR ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06221~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom Supreme Italian Sauce, ready-to-serve~^~CAMPBELL,PREGO PASTA,CHUNKY GARDEN MUSHROOM ITALIAN SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06222~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Diced Onion and Garlic Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,DICED ONION & GARLIC ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06223~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Flavored with Meat Italian Sauce, ready-to-serve~^~CAMPBELL SOUP COMPANY,PREGO PASTA,FLAV W/ MEAT ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06224~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Fresh Mushroom Italian Sauce, ready-to-serve~^~CAMPBELL SOUP COMPANY,PREGO PASTA,FRSH MUSHROOM ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06225~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Garlic Supreme Italian Sauce, ready-to-serve~^~CAMPBELL SOUP, PREGO PASTA,GARLIC SUPREME ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06226~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Italian Sausage and Garlic Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,ITAL SAUSGE & GARLIC ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06228~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Mini Meatball Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,MINI MEATBALL ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06229~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Mushroom and Garlic Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,MUSHRM & GRLIC ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06230~^~0600~^~Soup, clam chowder, new england, canned, prepared with equal volume low fat (2%) milk~^~SOUP,CLAM CHOWDER,NEW ENG,CND,PREP W/ EQ VLM LOFAT (2%) MILK~^~~^~~^~Y~^~~^0^~~^^^^ ~06231~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Mushroom and Parmesan Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,MUSHRM & PARMESAN ITALIAN SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06232~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Organic Mushroom Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,ORGANIC MUSHROOM ITALIAN SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06233~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Organic Tomato and Basil Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,ORGNIC TOMATO & BASIL ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06234~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Ricotta Parmesan Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,RICOTTA PARMESAN ITALIAN SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06235~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic and Herb Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,RSTD GARLIC & HERB ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06236~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic Parmesan Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,RSTD GARLIC PARMESAN ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06237~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Roasted Red Pepper and Garlic Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,RSTD RED PEPPR & GRLC ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06239~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Tomato, Basil and Garlic Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,TOMATO,BASIL & GARLIC ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06240~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Zesty Mushroom Italian Sauce, ready-to-serve~^~CAMPBEL COMPANY,PREGO PASTA,ZESTY MUSHROOM ITALIAN SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06241~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Beef with Country Vegetables Soup, ready-to-serve~^~CAMPBELL SOUP COMPANY,CHNKY MICRO BOWLS,BF W/ CONTRY VEG,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06242~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Chicken and Dumplings Soup~^~CAMPBELL'S CHUNKY MICROWAVABLE BWLS,CHCK DMPLINGS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06243~^~0600~^~Soup, cream of mushroom, canned, prepared with equal volume low fat (2%) milk~^~SOUP,CRM OF MUSHROOM,CND,PREP W/ EQ VOLUME LOFAT (2%) MILK~^~~^~~^~Y~^~~^0^~~^^^^ ~06244~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Classic Chicken Noodle, ready-to-serve~^~CAMPBELL SOUP COMPANY,CHNKY MICRO BOWLS,CLSSC CHIC NOODL,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06245~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken and Sausage Gumbo, ready-to-serve~^~CAMPBELL SOUP COMP,CHNKY MICRO BOWL,GRLLD CHIC&SAUS GMBO,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06246~^~0600~^~Soup, cream of onion, canned, prepared with equal volume milk~^~SOUP,CRM OF ONION,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06247~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken with Vegetables and Pasta Soup, ready-to-serve~^~CAMPBELL SOUP COMP,CHNKY MICRO BOWL,GRLD CHIC W/VEG&PSTA,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06248~^~0600~^~Soup, oyster stew, canned, prepared with equal volume milk~^~SOUP,OYSTER STEW,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^4.30^8.90^3.90 ~06249~^~0600~^~Soup, pea, green, canned, prepared with equal volume milk~^~SOUP,PEA,GRN,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06250~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, New England Clam Chowder, ready-to-serve~^~CAMPBELL SOUP COMPANY,CHNKY MICRO BOWL,NEW ENGL CLM CHOW,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06251~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Old Fashioned Vegetable Beef Soup, ready-to-serve~^~CAMPBELL SOUP COMPANY,CHUNKY MICRO BOWLS,OLD FASH VEG BF,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06252~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Sirloin Burger with Country Vegetables Soup, ready-to-serve~^~CAMPBELL SOUP,CHUNKY MICRO BOWLS,SIRL BRGER W/CNTRY VEG,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06253~^~0600~^~Soup, cream of potato, canned, prepared with equal volume milk~^~SOUP,CRM OF POTATO,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^4.00 ~06256~^~0600~^~Soup, cream of shrimp, canned, prepared with equal volume low fat (2%) milk~^~SOUP,CRM OF SHRIMP,CND,PREP W/ EQ VOLUME LOFAT (2%) MILK~^~~^~~^~Y~^~~^0^~~^6.25^4.30^8.90^3.90 ~06264~^~0600~^~Sauce, white, thin, prepared-from-recipe, with butter~^~SAUCE,WHITE,THIN,PREPARED-FROM-RECIPE,W/ BUTTER~^~NFSMI Recipe No. G-08~^~~^~~^~~^0^~~^^^^ ~06285~^~0600~^~Sauce, sweet and sour, prepared-from-recipe~^~SAUCE,SWT & SOUR,PREPARED-FROM-RECIPE~^~NFSMI Recipe No. G-05~^~~^~~^~~^0^~~^^^^ ~06309~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken with Rice Soup, condensed~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,CHICK W/ RICE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06311~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Won Ton Soup, condensed~^~CAMPBELL SOUP,CAMPBELL'S RED&WHITE,CHICK WON TON SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06312~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Asparagus Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF ASPARAGUS SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06314~^~0600~^~Soup, HEALTHY CHOICE Chicken Noodle Soup, canned~^~SOUP,HEALTHY CHOIC CHICK NOODLE SOUP,CND~^~~^~ConAgra, Inc.~^~~^~~^0^~~^^^^ ~06315~^~0600~^~Soup, HEALTHY CHOICE Chicken and Rice Soup, canned~^~SOUP,HEALTHY CHOIC CHICK & RICE SOUP,CND~^~~^~ConAgra, Inc.~^~~^~~^0^~~^^^^ ~06316~^~0600~^~Soup, HEALTHY CHOICE Garden Vegetable Soup, canned~^~SOUP,HEALTHY CHOIC GARDEN VEG SOUP,CND~^~~^~ConAgra, Inc.~^~~^~~^0^~~^^^^ ~06317~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Fat Free Beef Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S FAT FREE BF GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06318~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Country Style Cream Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S COUNTRY STYLE CRM GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06319~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Country Style Sausage Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S COUNTRY STYLE SAUSAGE GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06320~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Fat Free Chicken Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S FAT FREE CHICK GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06321~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Golden Pork Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S GOLDEN PORK GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06322~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Mushroom Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MUSHROOM GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06323~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Fat Free Turkey Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S FAT FREE TURKEY GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06324~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Microwavable Beef Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MICROWAVABLE BF GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06325~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Microwavable Chicken Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MICROWAVABLE CHICK GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06326~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Turkey Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S TURKEY GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06327~^~0600~^~CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Beef Gravy~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICN FAT FR SLW RST BF GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06328~^~0600~^~CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Chicken Gravy~^~CAMPBELL COMPANY,FRANCO-AMERICAN FT FE SLW RST CHICK GRVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06329~^~0600~^~CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Beef Gravy~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICAN SLOW RST BF GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06330~^~0600~^~CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Chicken Gravy~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICAN SLOW RST CHICK GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06331~^~0600~^~CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Turkey Gravy~^~CAMPBELL SOUP COMPANY,FRANCO-AMERICAN SLOW RST TURKEY GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06332~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Microwavable Turkey Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S MICROWAVABLE TURKEY GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06333~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Broccoli Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF BROCCOLI SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06334~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Celery Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF CELERY SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06336~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken Soup, condensed~^~CAMPBELL, CAMPBELL'S RED & WHITE,CRM OF CHICK SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06337~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken with Herbs Soup, condensed~^~CAMPBELL,CAMPBELL'S RED&WHITE,CRM OF CHIC W/ HERBS SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06338~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF MUSHROOM SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06339~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom with Roasted Garlic Soup, condensed~^~CAMPBELL,CAMPBELLS RED&WHITE,CRM OF MSHRM W/ RSTD GARLC,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06340~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Onion Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF ONION SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06341~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Potato Soup, condensed~^~CAMPBELL, CAMPBELL'S RED & WHITE,CRM OF POTATO SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06342~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Shrimp Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CRM OF SHRIMP SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06343~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Noodle Soup, condensed~^~CAMPBELL,CAMPBELL'S RED&WHITE,CREAMY CHICK NOODLE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06344~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Verde Soup, condensed~^~CAMPBELL,CAMPBELL'S RED&WHITE,CREAMY CHICK VERDE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06346~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Curly Noodle Soup, condensed~^~COMPANY,CAMPBELL'S RED & WHITE,CURLY NOODLE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06347~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, DANNY PHANTOM shaped pasta with Chicken in Chicken Broth, condensed~^~CAMPBELL'S RED & WHITE,DANNY PHANTOM SHAPED PASTA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06349~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, DORA THE EXPLORER Kidshapes Soup, condensed~^~CAMPBELL'S RED & WHITE,DORA THE EXPLORER SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06350~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, DOUBLE NOODLE in Chicken Broth Soup, condensed~^~CAMPBELL'S RED & WHITE,DOUBLE NOODLE IN CHICK BROTH SOP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06351~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Old Fashioned Tomato Rice Soup, condensed~^~CAMPBELL'S RED & WHITE,OLD FASHIONED TOMATO RICE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06353~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Fiesta Nacho Cheese Soup, condensed~^~CAMPBELL'S RED & WHITE,FIESTA NACHO CHS SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06354~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, French Onion Soup, condensed~^~CAMPBELL'S RED & WHITE,FRENCH ONION SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06355~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Golden Mushroom Soup, condensed~^~CAMPBELL'S RED & WHITE,GOLDEN MUSHROOM SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06357~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Chicken in Chicken Broth, condensed~^~CAMPBELL'S RED & WHITE,GOLDFISH PASTA W/ CHICK~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06358~^~0600~^~Soup, tomato bisque, canned, prepared with equal volume milk~^~SOUP,TOMATO BISQUE,CND,PREP W/ EQ VOLUME MILK~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06359~^~0600~^~Soup, tomato, canned, prepared with equal volume low fat (2%) milk~^~SOUP,TOMATO,CND,PREP W/ EQ VOLUME LOFAT (2%) MILK~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.70^3.80 ~06360~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Meatballs in Chicken Broth Soup, condensed~^~CAMPBELL'S RED & WHITE,GOLDFISH PASTA W/ MEATBALL~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06361~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Green Pea Soup, condensed~^~CAMPBELL'S RED & WHITE,GRN PEA SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06362~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Hearty Vegetable with Pasta Soup, condensed~^~CAMPBELL'S RED & WHITE,HEARTY VEG W/ PASTA SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06363~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Homestyle Chicken Noodle Soup, condensed~^~CAMPBELL'S RED & WHITE,HOMESTYLE CHICK NOODLE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06364~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Manhattan Clam Chowder, condensed~^~CAMPBELL'S RED & WHITE,MANHATTAN CLAM CHOWDER,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06365~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Mega Noodle in Chicken Broth, condensed~^~CAMPBELL'S RED & WHITE,MEGA NOODLE IN CHICK BROTH,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06366~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Minestrone Soup, condensed~^~CAMPBELL'S RED & WHITE,MINESTRONE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06367~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, New England Clam Chowder, condensed~^~CAMPBELL'S RED & WHITE,NEW ENGLAND CLAM CHOWDER,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06369~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Oyster Stew, condensed~^~COMPANY,CAMPBELL'S RED & WHITE,OYSTER STEW,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06370~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Pepper Pot Soup, condensed~^~SOUP COMPANY,CAMPBELL'S RED & WHITE,PEPPER POT SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06371~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Scotch Broth, condensed~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHT,SCOTCH BRTH,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06372~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwest Style Pepper Jack Soup, condensed~^~CAMPBELL'S RED & WHITE,STHWEST STYLE PEPPER JCK SP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06373~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Vegetarian Vegetable Soup, condensed~^~CAMPBELL'S RED & WHITE,VEGETARIAN VEG SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06374~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Vegetable Soup, condensed~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,VEG SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06375~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Vegetable Beef Soup, condensed~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,VEG BF SOP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06377~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Soup, condensed~^~CAMPBELL SOUP COMPANY,CAMPBELL'S RED & WHITE,TOMATO SOP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06379~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Bisque, condensed~^~CAMPBELL SOUP,CAMPBELL'S RED & WHITE,TOMATO BISQUE,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06380~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Split Pea with Ham and Bacon Soup, condensed~^~CAMPBELL'S RED & WHITE,SPLIT PEA W/ HAM & BACON SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06381~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwestern-Style Chicken Vegetable Soup, condensed~^~CAMPBELL'S RED & WHITE,SOUTHWESTERN-STYLE CHICK VEG SOP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06383~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Cheddar & Bacon Bits Soup~^~CAMPBELL'S CHUNKY SOUPS,BKD POTATO CHEDDAR BACON BITS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06384~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Steak & Cheese Soup~^~CAMPBELL'S CHUNKY SOUPS,BKD POTATO W/ STEAK & CHS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06385~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Barbeque Seasoned Burger Soup~^~CAMPBELL'S CHUNKY SOUPS,BARBEQUE SEASONED BURGER SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06386~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, BBQ Seasoned Pork Soup~^~CAMPBELL'S CHUNKY SOUPS,BBQ SEASONED PORK SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06387~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Rib Roast with Potatoes & Herbs Soup~^~CAMPBELL'S CHUNKY SOUPS,BF RIB RST POTATOES HERBS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06388~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with Country Vegetables Soup~^~CAMPBELL'S CHUNKY SOUPS,BF W/ COUNTRY VEG SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06389~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with White and Wild Rice Soup~^~CAMPBELL'S CHUNKY SOUPS,BF W/ WHITE & WILD RICE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06391~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken and Dumplings Soup~^~CAMPBELL'S CHUNKY SOUPS,CHICK & DUMPLINGS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06392~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Broccoli Cheese & Potato Soup~^~CAMPBELL'S CHUNKY SOUPS,CHICK BROCCOLI CHS & POTATO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06393~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Corn Chowder~^~CAMPBELL'S CHUNKY SOUPS,CHICK CORN CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06394~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Mushroom Chowder~^~CAMPBELL'S CHUNKY SOUPS,CHICK MUSHROOM CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06395~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Classic Chicken Noodle Soup~^~CAMPBELL'S CHUNKY SOUPS,CLASSIC CHICK NOODLE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06396~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Fajita Chicken with Rice & Beans Soup~^~CAMPBELL'S CHUNKY SOUPS,FAJITA CHICK W/ RICE & BNS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06398~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Firehouse - Hot & Spicy Beef & Bean Chili~^~CAMPBELL'S CHUNKY SOUPS,FIREHOUSE - HOT SPICY BF BEAN CHILI~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06399~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken & Sausage Gumbo Soup~^~CAMPBELL'S CHUNKY SOUPS,GRILLED CHICK SAUSAGE GUMBO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06400~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken with Vegetables & Pasta Soup~^~CAMPBELL'S CHUNKY SOUPS,GRILLED CHICK VEG & PASTA SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06401~^~0600~^~Soup, cream of asparagus, canned, prepared with equal volume water~^~SOUP,CRM OF ASPARAGUS,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06402~^~0600~^~Soup, black bean, canned, prepared with equal volume water~^~SOUP,BLACK BEAN,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~06403~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Sirloin Steak with Hearty Vegetables Soup~^~CAMPBELL'S CHUNKY SOUPS,GRILLED SIRLOIN STEAK HEARTY VEG SP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06404~^~0600~^~Soup, bean with pork, canned, prepared with equal volume water~^~SOUP,BEAN W/ PORK,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06405~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Chicken Noodle Soup~^~CAMPBELL'S CHUNKY SOUPS,HEALTHY REQUEST CHICK NOODLE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06406~^~0600~^~Soup, bean with frankfurters, canned, prepared with equal volume water~^~SOUP,BEAN W/ FRANKFURTERS,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06408~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Vegetable Soup~^~CAMPBELL'S CHUNKY SOUPS,HEALTHY REQUEST VEG SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06409~^~0600~^~Soup, beef noodle, canned, prepared with equal volume water~^~SOUP,BF NOODLE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06410~^~0600~^~Soup, cream of celery, canned, prepared with equal volume water~^~SOUP,CRM OF CELERY,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06411~^~0600~^~Soup, cheese, canned, prepared with equal volume water~^~SOUP,CHS,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^4.10^8.80^3.90 ~06412~^~0600~^~Soup, chicken with dumplings, canned, prepared with equal volume water~^~SOUP,CHICK W/ DUMPLINGS,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06413~^~0600~^~Soup, chicken broth, canned, prepared with equal volume water~^~SOUP,CHICK BROTH,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.20^9.00^4.00 ~06414~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Bean 'N' Ham Soup~^~CAMPBELL'S CHUNKY SOUPS,HEARTY BEAN 'N' HAM SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06415~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Beef Barley Soup~^~CAMPBELL'S CHUNKY SOUPS,HEARTY BF BARLEY SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06416~^~0600~^~Soup, cream of chicken, canned, prepared with equal volume water~^~SOUP,CRM OF CHICK,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^4.30^8.90^3.90 ~06417~^~0600~^~Soup, chicken gumbo, canned, prepared with equal volume water~^~SOUP,CHICK GUMBO,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06418~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Chicken with Vegetables Soup~^~CAMPBELL'S CHUNKY SOUPS,HEARTY CHICK W/ VEG SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06419~^~0600~^~Soup, chicken noodle, canned, prepared with equal volume water~^~SOUP,CHICK NOODLE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06420~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Vegetable with Pasta Soup~^~CAMPBELL'S CHUNKY SOUPS,HEARTY VEG W/ PASTA SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06421~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Herb Roasted Chicken with Potatoes & Garlic Soup~^~CAMPBELL'S CHUNKY SOUPS,HERB RSTD CHICK POTATOES GARLIC SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06423~^~0600~^~Soup, chicken with rice, canned, prepared with equal volume water~^~SOUP,CHICK W/ RICE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06424~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Honey Roasted Ham with Potatoes Soup~^~CAMPBELL'S CHUNKY SOUPS,HONEY RSTD HAM W/ POTATOES SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06425~^~0600~^~Soup, chicken vegetable, canned, prepared with equal volume water~^~SOUP,CHICK VEG,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06426~^~0600~^~Soup, chili beef, canned, prepared with equal volume water~^~SOUP,CHILI BF,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06427~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Italian Sausage & Peppers Soup~^~CAMPBELL'S CHUNKY SOUPS,ITALIAN SAUSAGE & PEPPERS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06428~^~0600~^~Soup, clam chowder, manhattan, canned, prepared with equal volume water~^~SOUP,CLAM CHOWDER,MANHATTAN,CND,PREP W/EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06429~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Manhatten Clam Chowder~^~CAMPBELL'S CHUNKY SOUPS,MANHATTEN CLAM CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06430~^~0600~^~Soup, clam chowder, new england, canned, prepared with equal volume water~^~SOUP,CLAM CHOWDER,NEW ENGLAND,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~06431~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, New England Clam Chowder~^~CAMPBELL'S CHUNKY SOUPS,NEW ENGLAND CLAM CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06432~^~0600~^~Soup, beef broth, bouillon, consomme, prepared with equal volume water~^~SOUP,BF BROTH,BOUILLON,CONSOMME,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06433~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Potato Ham Chowder~^~CAMPBELL'S CHUNKY SOUPS,OLD FASHIONED POTATO HAM CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06434~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Vegetable Beef Soup~^~CAMPBELL'S CHUNKY SOUPS,OLD FASHIONED VEG BF SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06435~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pepper Steak Soup~^~CAMPBELL'S CHUNKY SOUPS,PEPPER STEAK SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06436~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pork Roast with Carrots & Potatoes Soup~^~CAMPBELL'S CHUNKY SOUPS,PORK RST CARROTS POTATOES SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06437~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Roadhouse - Beef & Bean Chili~^~CAMPBELL'S CHUNKY SOUPS,ROADHOUSE - BF BEAN CHILI~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06438~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Salisbury Steak with Mushrooms & Onions Soup~^~CAMPBELL'S CHUNKY SOUPS,SALISBURY STEAK MUSHRMS ONIONS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06439~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Chicken with White & Wild Rice Soup~^~CAMPBELL'S CHUNKY SOUPS,SAVORY CHICK WHITE WILD RICE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06440~^~0600~^~Soup, minestrone, canned, prepared with equal volume water~^~SOUP,MINESTRONE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06441~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Pot Roast Soup~^~CAMPBELL'S CHUNKY SOUPS,SAVORY POT RST SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06442~^~0600~^~Soup, mushroom barley, canned, prepared with equal volume water~^~SOUP,MUSHROOM BARLEY,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.60^8.90^4.00 ~06443~^~0600~^~Soup, cream of mushroom, canned, prepared with equal volume water~^~SOUP,CRM OF MUSHROOM,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.80^4.00 ~06444~^~0600~^~Soup, mushroom with beef stock, canned, prepared with equal volume water~^~SOUP,MUSHROOM W/ BF STOCK,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06445~^~0600~^~Soup, onion, canned, prepared with equal volume water~^~SOUP,ONION,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^2.50^8.50^4.00 ~06446~^~0600~^~Soup, cream of onion, canned, prepared with equal volume water~^~SOUP,CRM OF ONION,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06447~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Vegetable Soup~^~CAMPBELL'S CHUNKY SOUPS,SAVORY VEG SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06448~^~0600~^~Soup, oyster stew, canned, prepared with equal volume water~^~SOUP,OYSTER STEW,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^4.30^8.90^3.90 ~06449~^~0600~^~Soup, pea, green, canned, prepared with equal volume water~^~SOUP,PEA,GRN,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06451~^~0600~^~Soup, pea, split with ham, canned, prepared with equal volume water~^~SOUP,PEA,SPLIT W/ HAM,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.70^8.90^4.00 ~06452~^~0600~^~Soup, pepperpot, canned, prepared with equal volume water~^~SOUP,PEPPERPOT,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06453~^~0600~^~Soup, cream of potato, canned, prepared with equal volume water~^~SOUP,CRM OF POTATO,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^4.00 ~06454~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Sizzlin' Steak- Grilled Steak Chili with Beans~^~CAMPBELL'S CHUNKY SOUPS,SIZZLIN' STEAK- GRLD STK CHILI BNS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06455~^~0600~^~Soup, scotch broth, canned, prepared with equal volume water~^~SOUP,SCOTCH BROTH,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06456~^~0600~^~Soup, cream of shrimp, canned, prepared with equal volume water~^~SOUP,CRM OF SHRIMP,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.30^8.90^3.90 ~06457~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Slow Roasted Beef with Mushrooms Soup~^~CAMPBELL'S CHUNKY SOUPS,SLOW RSTD BF W/ MUSHROOMS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06458~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Smoked Chicken with Roasted Corn Chowder~^~CAMPBELL'S CHUNKY SOUPS,SMOKED CHICK W/ RSTD CORN CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06459~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Split Pea 'N' Ham Soup~^~CAMPBELL'S CHUNKY SOUPS,SPLIT PEA 'N' HAM SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06460~^~0600~^~Soup, stockpot, canned, prepared with equal volume water~^~SOUP,STOCKPOT,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06461~^~0600~^~Soup, tomato beef with noodle, canned, prepared with equal volume water~^~SOUP,TOMATO BF W/ NOODLE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06462~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Steak 'N' Potato Soup~^~CAMPBELL'S CHUNKY SOUPS,STEAK 'N' POTATO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06463~^~0600~^~Soup, tomato rice, canned, prepared with equal volume water~^~SOUP,TOMATO RICE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06464~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Tantalizin' Turkey - Turkey Chili with Beans Soup~^~CAMPBELL'S CHNKY SOUPS,TANTALIZIN' TRKY - TRKY CHILI BNS SP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06465~^~0600~^~Soup, turkey noodle, canned, prepared with equal volume water~^~SOUP,TURKEY NOODLE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^4.10^8.90^4.10 ~06466~^~0600~^~Soup, turkey vegetable, canned, prepared with equal volume water~^~SOUP,TURKEY VEG,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06468~^~0600~^~Soup, vegetarian vegetable, canned, prepared with equal volume water~^~SOUP,VEGETARIAN VEG,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^2.50^8.50^4.00 ~06471~^~0600~^~Soup, vegetable beef, canned, prepared with equal volume water~^~SOUP,VEG BF,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06472~^~0600~^~Soup, vegetable with beef broth, canned, prepared with equal volume water~^~SOUP,VEG W/ BF BROTH,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06474~^~0600~^~Soup, bean with bacon, dry, mix, prepared with water~^~SOUP,BEAN W/ BACON,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.70^8.90^4.00 ~06475~^~0600~^~Soup, beef broth or bouillon, powder, prepared with water~^~SOUP,BF BROTH OR BOUILLON,PDR,PREP W/H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06476~^~0600~^~Soup, beef broth, cubed, prepared with water~^~SOUP,BF BROTH,CUBED,PREP W/H2O~^~~^~~^~~^~~^0^~~^6.25^4.00^8.90^4.00 ~06480~^~0600~^~Soup, chicken broth or bouillon, dry, prepared with water~^~SOUP,CHICK BROTH OR BOUILLON,DRY,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.20^9.00^4.00 ~06481~^~0600~^~Soup, chicken broth cubes, dry, prepared with water~^~SOUP,CHICK BROTH CUBES,DRY,PREP W/ H2O~^~~^~~^~~^~~^0^~~^6.25^4.20^9.00^4.00 ~06483~^~0600~^~Soup, cream of chicken, dry, mix, prepared with water~^~SOUP,CRM OF CHICK,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.30^8.90^3.90 ~06485~^~0600~^~Soup, chicken rice, dry, mix, prepared with water~^~SOUP,CHICK RICE,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06489~^~0600~^~Soup, consomme with gelatin, dry, mix, prepared with water~^~SOUP,CONSOMME W/ GELATIN,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06493~^~0600~^~Soup, mushroom, dry, mix, prepared with water~^~SOUP,MUSHROOM,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06494~^~0600~^~Soup, onion, dry, mix, prepared with water~^~SOUP,ONION,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^2.50^8.50^4.00 ~06495~^~0600~^~Soup, oxtail, dry, mix, prepared with water~^~SOUP,OXTAIL,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.20^9.00^4.00 ~06497~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Noodle Soup~^~CAMPBELL'S RED & WHITE - MCRWVEABLE BOWLS,CHICK NOODLE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06498~^~0600~^~Soup, tomato, dry, mix, prepared with water~^~SOUP,TOMATO,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.70^3.80 ~06499~^~0600~^~Soup, tomato vegetable, dry, mix, prepared with water~^~SOUP,TOMATO VEG,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.80^4.00 ~06500~^~0600~^~Soup, vegetable beef, dry, mix, prepared with water~^~SOUP,VEG BF,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.80^9.00^4.00 ~06502~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Rice Soup~^~CAMPBELL'S RED & WHITE - MICROWAVEABLE BOWLS,CHICK RICE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06503~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Creamy Tomato Soup~^~CAMPBELL'S RED & WHITE - MCRWVEABLE BOWLS,CREAMY TOMATO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06504~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Tomato Soup~^~CAMPBELL'S RED & WHITE - MICROWAVEABLE BOWLS,TOMATO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06505~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Vegetable Beef Soup~^~CAMPBELL'S RED & WHITE - MICROWAVEABLE BOWLS,VEG BF SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06507~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Blended Red Pepper Black Bean Soup~^~CAMPBELL'S SEL GOLD LABEL SOUPS,BLNDED RED PEPP BLK BEAN SP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06508~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Portobello Mushroom Soup~^~CAMPBELL'S SEL GOLD LABEL SOUPS,CRMY PORTOBELLO MSHRM SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06509~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Golden Butternut Squash Soup~^~CAMPBELL'S SEL GOLD LABEL SOUPS,GOLDEN BUTTERNUT SQSH SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06513~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, 98% Fat Free New England Clam Chowder~^~CAMPBELL'S SEL MCRWVABLE BOWLS,98% FT FR NEW ENGL CLAM CHDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06514~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Chicken with Egg Noodles Soup~^~CAMPBELL'S SEL MCRWVABLE BOWLS,CHICK W/ EGG NOODLES SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06516~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian Sausage Pasta & Pepperoni Soup~^~CAMPBELL'S SEL MCRWVABLE BWLS,ITAL SSGE PSTA & PEPRNI SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06517~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian-Style Wedding Soup~^~CAMPBELL'S SEL MCRWVABLE BOWLS,ITALIAN-STYLE WEDDING SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06519~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Mexican Style Chicken Tortilla Soup~^~CAMPBELL'S SEL MCRWVABLE BOWLS,MEX STYLE CHICK TORTILLA SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06521~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Minestrone Soup~^~CAMPBELL'S SEL MICROWAVEABLE BOWLS,MINESTRONE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06525~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Savory Chicken and Long Grain Rice Soup~^~CAMPBELL'S SEL MCRWVABLE BOWLS,SVRY CHK & LONG GRN RICE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06528~^~0600~^~Soup, chicken noodle, dry, mix, prepared with water~^~SOUP,CHICK NOODLE,DRY,MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^6.25^4.10^8.90^4.10 ~06529~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, 98% Fat Free New England Clam Chowder~^~CAMPBELL'S SEL SOUP,98% FAT FREE NEW ENGLAND CLAM CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06531~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Beef with Roasted Barley Soup~^~CAMPBELL'S SEL SOUP,BF W/ RSTD BARLEY SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06532~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken & Pasta with Roasted Garlic Soup~^~CAMPBELL'S SEL SOUP,CHICK & PASTA W/ RSTD GARLIC SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06533~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken Vegetable Medley Soup~^~CAMPBELL'S SEL SOUP,CHICK VEG MEDLEY SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06535~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Creamy Chicken Alfredo Soup~^~CAMPBELL'S SEL SOUP,CREAMY CHICK ALFREDO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06537~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Mexican Style Chicken Tortilla~^~CAMPBELL'S SEL SOUP,HEALTHY REQUEST MEX STYLE CHICK TORTILLA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06540~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian Sausage with Pasta & Pepperoni Soup~^~CAMPBELL'S SEL SOUP,ITALIAN SAUSAGE W/ PASTA PEPPERONI SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06541~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian-Style Wedding Soup~^~CAMPBELL'S SEL SOUP,ITALIAN-STYLE WEDDING SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06542~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mediterranean Meatball w/Bowtie Pasta Soup~^~CAMPBELL'S SEL SOUP,MEDITERRANEAN MEATBALL BOWTIE PASTA SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06543~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mexican Style Chicken Tortilla Soup~^~CAMPBELL'S SEL SOUP,MEXICAN STYLE CHICK TORTILLA SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06544~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Minestrone Soup~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SEL SOUP,MINESTRONE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06545~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, New England Clam Chowder~^~CAMPBELL'S SEL SOUP,NEW ENGLAND CLAM CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06546~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Potato Broccoli Cheese Soup~^~CAMPBELL'S SEL SOUP,POTATO BROCCOLI CHS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06547~^~0600~^~Soup, beef mushroom, canned, prepared with equal volume water~^~SOUP,BF MUSHROOM,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.80^9.00^4.00 ~06548~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Long Grain & Wild Rice Soup~^~CAMPBELL'S SEL SOUP,RSTD CHICK W/ LONG GRAIN WILD RICE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06549~^~0600~^~Soup, chicken mushroom, canned, prepared with equal volume water~^~SOUP,CHICK MUSHROOM,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.20 ~06550~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Rotini & Penne Pasta Soup~^~CAMPBELL'S SEL SOUP,RSTD CHICK W/ ROTINI & PENNE PASTA SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06553~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Savory White Bean with Roasted Ham Soup~^~CAMPBELL'S SEL SOUP,SAVORY WHITE BEAN W/ RSTD HAM SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06554~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Slow Roasted Beef and Vegetables Soup~^~CAMPBELL'S SEL SOUP,SLOW RSTD BF & VEG SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06556~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Split Pea with Roasted Ham Soup~^~CAMPBELL'S SEL SOUP,SPLIT PEA W/ RSTD HAM SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06558~^~0600~^~Soup, tomato bisque, canned, prepared with equal volume water~^~SOUP,TOMATO BISQUE,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.90 ~06559~^~0600~^~Soup, tomato, canned, prepared with equal volume water, commercial~^~SOUP,TOMATO,CND,PREP W/EQ VOLUME H2O,COMM~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.70^3.80 ~06578~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Tomato Garden Soup~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SEL SOUP,TOMATO GARDEN SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06580~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Vegetable Medley Soup~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SEL SOUP,VEG MEDLEY SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06583~^~0600~^~Soup, ramen noodle, any flavor, dry~^~SOUP,RAMEN NOODLE,ANY FLAVOR,DRY~^~~^~~^~Y~^~~^0^~~^^^^ ~06584~^~0600~^~Soup, broccoli cheese, canned, condensed, commercial~^~SOUP,BROCCOLI CHS,CND,COND,COMM~^~~^~~^~Y~^~~^0^~~^^^^ ~06585~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Blended Vegetable Medley Soup~^~CAMPBELL'S SOUP AT HAND,BLENDED VEG MEDLEY SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06586~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken & Stars Soup~^~CAMPBELL'S SOUP AT HAND,CHICK & STARS SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06587~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken with Mini Noodles Soup~^~CAMPBELL'S SOUP AT HAND,CHICK W/ MINI NOODLES SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06589~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Cream of Broccoli Soup~^~CAMPBELL'S SOUP AT HAND,CRM OF BROCCOLI SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06590~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Chicken Soup~^~CAMPBELL'S SOUP AT HAND,CREAMY CHICK SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06592~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Tomato Soup~^~CAMPBELL'S SOUP AT HAND,CREAMY TOMATO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06593~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Italian Style Wedding Soup~^~CAMPBELL'S SOUP AT HAND,ITALIAN STYLE WEDDING SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06594~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, New England Clam Chowder~^~CAMPBELL'S SOUP AT HAND,NEW ENGLAND CLAM CHOWDER~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06595~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Vegetable Beef Soup~^~CAMPBELL SOUP COMPANY,CAMPBELL'S SOUP AT HAND,VEG BF SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06596~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Velvety Potato Soup~^~CAMPBELL'S SOUP AT HAND,VELVETY POTATO SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06597~^~0600~^~CAMPBELL Soup Company, PACE, Chipotle Chunky Salsa~^~CAMPBELL SOUP COMPANY,PACE,CHIPOTLE CHUNKY SALSA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06598~^~0600~^~CAMPBELL Soup Company, PACE, Cilantro Chunky Salsa~^~CAMPBELL SOUP COMPANY,PACE,CILANTRO CHUNKY SALSA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06599~^~0600~^~CAMPBELL Soup Company, PACE, Enchilada Sauce~^~CAMPBELL SOUP COMPANY,PACE,ENCHILADA SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06600~^~0600~^~CAMPBELL Soup Company, PACE, Green Taco Sauce~^~CAMPBELL SOUP COMPANY,PACE,GRN TACO SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06601~^~0600~^~CAMPBELL Soup Company, PACE, Lime & Garlic Chunky Salsa~^~CAMPBELL SOUP COMPANY,PACE,LIME & GARLIC CHUNKY SALSA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06602~^~0600~^~CAMPBELL Soup Company, PACE, Organic Picante Sauce~^~CAMPBELL SOUP COMPANY,PACE,ORGANIC PICANTE SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06603~^~0600~^~CAMPBELL Soup Company, PACE, Picante Sauce~^~CAMPBELL SOUP COMPANY,PACE,PICANTE SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06604~^~0600~^~CAMPBELL Soup Company, PACE, Red Taco Sauce~^~CAMPBELL SOUP COMPANY,PACE,RED TACO SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06605~^~0600~^~CAMPBELL Soup Company, PACE, Thick & Chunky Salsa~^~CAMPBELL SOUP COMPANY,PACE,THICK & CHUNKY SALSA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06609~^~0600~^~CAMPBELL Soup Company, SWANSON BROTH, Certified Organic Vegetable Broth~^~CAMPBELL SOUP COMPANY,SWANSON BROTH,CERT ORGANIC VEG BROTH~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06615~^~0600~^~CAMPBELL Soup Company, SWANSON BROTH, Vegetable Broth~^~CAMPBELL SOUP COMPANY,SWANSON BROTH,VEG BROTH~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06617~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Itallian-Style Wedding Soup~^~CAMPBELL SOUP COMPANY,HLTHY RQUST STYLE WEDDING SP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06720~^~0600~^~Sauce, cheese sauce mix, dry~^~SAUCE,CHS SAU MIX,DRY~^~~^~~^~~^~~^0^~~^^^^ ~06725~^~0600~^~Soup, chicken corn chowder, chunky, ready-to-serve, single brand~^~SOUP,CHICK CORN CHOWDER,CHUNKY,RTS,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06726~^~0600~^~Soup, chicken mushroom chowder, chunky, ready-to-serve, single brand~^~SOUP,CHICK MUSHROOM CHOWDER,CHUNKY,RTS,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06728~^~0600~^~Soup, potato ham chowder, chunky, ready-to-serve, single brand~^~SOUP,POTATO HAM CHOWDER,CHUNKY,RTS,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06729~^~0600~^~Soup, sirloin burger with vegetables, ready-to-serve, single brand~^~SOUP,SIRLOIN BURGER W/VEG,RTS,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06730~^~0600~^~Soup, split pea with ham, chunky, reduced fat, reduced sodium, ready-to-serve, single brand~^~SOUP,SPLIT PEA W/ HAM,CHUNKY,RED FAT,RED NA,RTS,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06731~^~0600~^~Soup, bean with bacon, condensed, single brand~^~SOUP,BEAN W/BACON,COND,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06733~^~0600~^~Soup, beef with vegetables and barley, canned, condensed, single brand~^~SOUP,BF W/VEG&BARLEY,CND,COND,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06734~^~0600~^~Soup, chicken with star-shaped pasta, canned, condensed, single brand~^~SOUP,CHICK W/STAR-SHAPED PASTA,CND,COND,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06736~^~0600~^~Soup, cream of chicken, canned, condensed, single brand~^~SOUP,CRM OF CHICK,CND,COND,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06738~^~0600~^~Soup, split pea with ham and bacon, canned, condensed, single brand~^~SOUP,SPLIT PEA W/HAM&BACON,CND,COND,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06739~^~0600~^~Soup, vegetable beef, canned, condensed, single brand~^~SOUP,VEG BF,CND,COND,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06740~^~0600~^~Soup, chicken vegetable, chunky, reduced fat, reduced sodium, ready-to-serve, single brand~^~SOUP,CHICK VEG,CHUNKY,RED FAT,RED NA,RTS,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06742~^~0600~^~Soup, vegetable beef, microwavable, ready-to-serve, single brand~^~SOUP,VEG BF,MICROWAVABLE,RTS,SINGLE BRAND~^~~^~~^~~^~~^0^~~^^^^ ~06749~^~0600~^~Soup, chunky beef with country vegetables, ready-to-serve~^~SOUP,CHUNKY BF W/ COUNTRY VEG,RTS~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06930~^~0600~^~Sauce, cheese, ready-to-serve~^~SAUCE,CHS,RTS~^~~^~~^~~^~~^0^~~^^^^ ~06931~^~0600~^~Sauce, pasta, spaghetti/marinara, ready-to-serve~^~SAUCE,PASTA,SPAGHETTI/MARINARA,RTS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06932~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Traditional Italian Sauce, ready-to-serve~^~CAMPBELL SOUP COMP,PREGO PASTA,TRADITIONAL ITALIAN SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06955~^~0600~^~Soup, cream of chicken, canned, condensed, reduced sodium~^~SOUP,CRM OF CHICK,CND,COND,RED NA~^~~^~~^~Y~^~~^0^~~^^^^ ~06956~^~0600~^~Soup, tomato, canned, condensed, reduced sodium~^~SOUP,TOMATO,CND,COND,RED NA~^~~^~~^~Y~^~~^0^~~^^^^ ~06957~^~0600~^~Gravy, brown instant, dry~^~GRAVY,BROWN INST,DRY~^~~^~~^~Y~^~~^0^~~^^^^ ~06958~^~0600~^~Gravy, instant beef, dry~^~GRAVY,INST BF,DRY~^~~^~~^~Y~^~~^0^~~^^^^ ~06959~^~0600~^~Gravy, instant turkey, dry~^~GRAVY,INST TURKEY,DRY~^~~^~~^~Y~^~~^0^~~^^^^ ~06960~^~0600~^~Sauce, alfredo mix, dry~^~SAUCE,ALFREDO MIX,DRY~^~~^~~^~~^~~^0^~~^^^^ ~06961~^~0600~^~Sauce, peppers, hot, chili, mature red, canned~^~SAUCE,PEPPERS,HOT,CHILI,MATURE RED,CND~^~~^~~^~Y~^~~^0^~~^^^^ ~06962~^~0600~^~Sauce, chili, peppers, hot, immature green, canned~^~SAUCE,CHILI,PEPPERS,HOT,IMMAT GRN,CND~^~~^~~^~Y~^~~^0^~~^^^^ ~06963~^~0600~^~Fish broth~^~FISH BROTH~^~~^~~^~Y~^~~^0^~~^^^^ ~06964~^~0600~^~Soup, tomato, low sodium, with water~^~SOUP,TOMATO,LO NA,W/H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~06965~^~0600~^~Soup, pea, low sodium, prepared with equal volume water~^~SOUP,PEA,LO NA,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~06966~^~0600~^~Soup, chicken noodle, low sodium, canned, prepared with equal volume water~^~SOUP,CHICK NOODLE,LO NA,CND,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~06967~^~0600~^~Soup, vegetable soup, condensed, low sodium, prepared with equal volume water~^~SOUP,VEG SOUP,COND,LO NA,PREP W/ EQ VOLUME H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~06968~^~0600~^~Soup, cream of mushroom, low sodium, ready-to-serve, canned~^~SOUP,CRM OF MUSHROOM,LO NA,RTS,CND~^~~^~~^~Y~^~~^0^~~^^^^ ~06969~^~0600~^~Potato soup, instant, dry mix~^~POTATO SOUP,INST,DRY MIX~^~~^~~^~Y~^~~^0^~~^^^^ ~06970~^~0600~^~Soup, chicken broth, low sodium, canned~^~SOUP,CHICK BROTH,LO NA,CND~^~~^~~^~Y~^~~^0^~~^^^^ ~06971~^~0600~^~Sauce, worcestershire~^~SAUCE,WORCESTERSHIRE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06972~^~0600~^~Sauce, tomato chili sauce, bottled, with salt~^~SAUCE,TOMATO CHILI SAU,BTLD,W/SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~06973~^~0600~^~Sauce, tomato chili sauce, bottled, no salt, low sodium~^~SAUCE,TOMATO CHILI SAU,BTLD,NO SALT,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~06974~^~0600~^~Soup, vegetable chicken, canned, prepared with water, low sodium~^~SOUP,VEG CHICK,CND,PREP W/ H2O,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~06975~^~0600~^~Sauce, barbecue, low sodium~^~SAUCE,BARBECUE,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~06976~^~0600~^~Sauce, pasta, spaghetti/marinara, ready-to-serve, low sodium~^~SAUCE,PASTA,SPAGHETTI/MARINARA,RTS,LO NA~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06977~^~0600~^~Gravy, meat or poultry, low sodium, prepared~^~GRAVY,MEAT OR POULTRY,LO NA,PREP~^~~^~~^~Y~^~~^0^~~^^^^ ~06978~^~0600~^~Soup, beef and mushroom, low sodium, chunk style~^~SOUP,BF & MUSHROOM,LO NA,CHUNK STYLE~^~~^~~^~Y~^~~^0^~~^^^^ ~06979~^~0600~^~Adobo fresco~^~ADOBO FRESCO~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~06980~^~0600~^~Soup, beef stroganoff, canned, chunky style, ready-to-serve~^~SOUP,BF STROGANOFF,CND,CHUNKY STYLE,RTS~^~~^~~^~Y~^~~^0^~~^^^^ ~06981~^~0600~^~Soup, bouillon cubes and granules, low sodium, dry~^~SOUP,BOUILLON CUBES&GRANULES,LO NA,DRY~^~~^~~^~Y~^~~^0^~~^^^^ ~06982~^~0600~^~Soup, ramen noodle, beef flavor, dry~^~SOUP,RAMEN NOODLE,BF FLAVOR,DRY~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~06983~^~0600~^~Soup, ramen noodle, chicken flavor, dry~^~SOUP,RAMEN NOODLE,CHICK FLAVOR,DRY~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~06984~^~0600~^~Soup, SWANSON Chicken Broth 99% Fat Free~^~Soup, Swanson chickne broth~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06985~^~0600~^~Gravy, HEINZ Home Style Savory Beef Gravy~^~GRY, HNZ Home style beef gravy~^~~^~H.J. Heinz, Co.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~06986~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Chicken Noodle Soup, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CHICK NOODLE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06987~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Celery Soup, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CRM OF CELERY,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06988~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Mushroom Soup, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,CRM OF MUSHROOM ,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06989~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Homestyle Chicken Noodle Soup, condensed~^~CAMPBELL SOUP,HEALTHY REQUEST,HOMESTYL CHICK NOODLE,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06990~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Minestrone Soup, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,MINESTRONE SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06991~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Tomato Soup, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,TOMATO SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06992~^~0600~^~CAMPBELL Soup Company, HEALTHY REQUEST, Vegetable Soup, condensed~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST,VEG SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06994~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Combination Italian Sauce, ready-to-serve~^~CAMPBELL SOUP,PREGO PASTA,CHUNKY GARDEN COMB ITALIAN SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06995~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Tomato, Onion and Garlic Italian Sauce, ready-to-serve~^~CAMPBELL,PREGO PASTA,CHNKY GRDN TMTO,ON & GRLIC ITAL SAU,RTS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06996~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Au Jus Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S AU JUS GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06997~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Beef Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S BF GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06998~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Brown Gravy with Onions~^~CAMPBELL SOUP COMPANY,CAMPBELL'S BROWN GRAVY W/ ONIONS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~06999~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Chicken Gravy~^~CAMPBELL SOUP COMPANY,CAMPBELL'S CHICK GRAVY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~07001~^~0700~^~Barbecue loaf, pork, beef~^~BARBECUE LOAF,PORK,BEEF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07002~^~0700~^~Beerwurst, beer salami, pork and beef~^~BEERWURST,BEER SALAMI,PORK & BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.68 ~07003~^~0700~^~Beerwurst, beer salami, pork~^~BEERWURST,BEER SALAMI,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07004~^~0700~^~Sausage, Berliner, pork, beef~^~SAUSAGE BERLINER PORK BF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07005~^~0700~^~Blood sausage~^~BLOOD SAUSAGE~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07006~^~0700~^~Bockwurst, pork, veal, raw~^~BOCKWURST PORK VEAL RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07007~^~0700~^~Bologna, beef~^~BOLOGNA,BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07008~^~0700~^~Bologna, beef and pork~^~BOLOGNA,BF & PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07010~^~0700~^~Bologna, pork~^~BOLOGNA,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07011~^~0700~^~Bologna, turkey~^~BOLOGNA TURKEY~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07013~^~0700~^~Bratwurst, pork, cooked~^~BRATWURST,PORK,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07014~^~0700~^~Braunschweiger (a liver sausage), pork~^~BRAUNSCHWEIGER (A LIVER SAUSAGE),PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07015~^~0700~^~Brotwurst, pork, beef, link~^~BROTWURST,PORK,BF,LINK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07016~^~0700~^~Cheesefurter, cheese smokie, pork, beef~^~CHEESEFURTER,CHS SMOKIE,PORK,BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07017~^~0700~^~Chicken roll, light meat~^~CHICKEN ROLL LT MEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07018~^~0700~^~Chicken spread~^~CHICKEN SPRD~^~~^~~^~~^~~^0^~~^6.25^4.00^4.00^4.00 ~07019~^~0700~^~Chorizo, pork and beef~^~CHORIZO,PORK AND BEEF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07020~^~0700~^~Corned beef loaf, jellied~^~CORNED BEEF LOAF,JELLIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07021~^~0700~^~Dutch brand loaf, chicken, pork and beef~^~DUTCH BRAND LOAF,CHICK,PORK & BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07022~^~0700~^~Frankfurter, beef~^~FRANKFURTER BF~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07023~^~0700~^~Frankfurter, beef and pork~^~FRANKFURTER BF & PORK~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07024~^~0700~^~Frankfurter, chicken~^~FRANKFURTER,CHICK~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07025~^~0700~^~Frankfurter, turkey~^~FRANKFURTER,TURKEY~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07026~^~0700~^~Ham, chopped, canned~^~HAM,CHOPPED,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07027~^~0700~^~Ham, chopped, not canned~^~HAM,CHOPPED,NOT CANNED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07028~^~0700~^~Ham, sliced, extra lean~^~HAM,SLICED,EX LN~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07029~^~0700~^~Ham, sliced, regular (approximately 11% fat)~^~HAM,SLICED,REG (APPROX 11% FAT)~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07030~^~0700~^~Ham, minced~^~HAM,MINCED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07031~^~0700~^~Ham salad spread~^~HAM SALAD SPREAD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.68 ~07032~^~0700~^~Ham and cheese loaf or roll~^~HAM&CHS LOAF OR ROLL~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.68 ~07033~^~0700~^~Ham and cheese spread~^~HAM AND CHEESE SPREAD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07034~^~0700~^~Headcheese, pork~^~HEADCHEESE,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.68 ~07035~^~0700~^~Honey loaf, pork, beef~^~HONEY LOAF PORK BF~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07036~^~0700~^~Sausage, Italian, pork, raw~^~SAUSAGE,ITALIAN,PORK,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07037~^~0700~^~Kielbasa, kolbassy, pork, beef, nonfat dry milk added~^~KIELBASA,KOLBASSY,PORK,BF,NONFAT DRY MILK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07038~^~0700~^~Knackwurst, knockwurst, pork, beef~^~KNACKWURST KNOCKWURST PORK BF~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07039~^~0700~^~Lebanon bologna, beef~^~LEBANON BOLOGNA BF~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07040~^~0700~^~Liver cheese, pork~^~LIVER CHEESE,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07041~^~0700~^~Liver sausage, liverwurst, pork~^~LIVER SAUSAGE,LIVERWURST,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07042~^~0700~^~Luncheon meat, beef, loaved~^~LUNCHEON MEAT,BEEF,LOAVED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.68 ~07043~^~0700~^~Luncheon meat, beef, thin sliced~^~LUNCHEON MEAT,BF,THIN SLICED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07044~^~0700~^~USDA Commodity, luncheon meat, canned~^~USDA CMDTY,LUNCHEON MEAT,CND~^~~^~~^~~^~~^0^~~^^^^ ~07045~^~0700~^~Luncheon meat, pork, canned~^~LUNCHEON MEAT,PORK,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.68 ~07047~^~0700~^~Luncheon meat, pork, beef~^~LUNCHEON MEAT,PORK,BEEF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07050~^~0700~^~Mortadella, beef, pork~^~MORTADELLA,BEEF,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07051~^~0700~^~Olive loaf, pork~^~OLIVE LOAF,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07052~^~0700~^~Pastrami, turkey~^~PASTRAMI,TURKEY~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07053~^~0700~^~Pate, chicken liver, canned~^~PATE,CHICKEN LIVER,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07054~^~0700~^~Pate, goose liver, smoked, canned~^~PATE,GOOSE LIVER,SMOKED,CND~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07055~^~0700~^~Pate, liver, not specified, canned~^~PATE,LIVER,NOT SPECIFIED,CND~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07056~^~0700~^~Peppered loaf, pork, beef~^~PEPPERED LOAF PORK BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07057~^~0700~^~Pepperoni, pork, beef~^~PEPPERONI,PORK,BEEF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07058~^~0700~^~Pickle and pimiento loaf, pork~^~PICKLE&PIMIENTO LOAF,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07059~^~0700~^~Polish sausage, pork~^~POLISH SAUSAGE,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07060~^~0700~^~Luxury loaf, pork~^~LUXURY LOAF,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07061~^~0700~^~Mother's loaf, pork~^~MOTHER'S LOAF,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07062~^~0700~^~Picnic loaf, pork, beef~^~PICNIC LOAF,PORK,BEEF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07063~^~0700~^~Pork sausage, fresh, raw~^~PORK SAUSAGE,FRSH,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07064~^~0700~^~Pork sausage, fresh, cooked~^~PORK SAUSAGE,FRSH,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07065~^~0700~^~Pork and beef sausage, fresh, cooked~^~PORK&BF SAUSAGE,FRSH,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07066~^~0700~^~Turkey sausage, reduced fat, brown and serve, cooked (include BUTTERBALL breakfast links turkey sausage)~^~TURKEY SAUSAGE,RED FAT,BROWN&SERVE,CKD~^~~^~~^~Y~^~~^0^~~^^^^ ~07067~^~0700~^~Poultry salad sandwich spread~^~POULTRY SALAD SNDWCH SPRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07068~^~0700~^~Salami, cooked, beef~^~SALAMI CKD BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07069~^~0700~^~Salami, cooked, beef and pork~^~SALAMI,CKD,BF&PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07070~^~0700~^~Salami, cooked, turkey~^~SALAMI,COOKED,TURKEY~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07071~^~0700~^~Salami, dry or hard, pork~^~SALAMI,DRY OR HARD,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07072~^~0700~^~Salami, dry or hard, pork, beef~^~SALAMI,DRY OR HARD,PORK,BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07073~^~0700~^~Sandwich spread, pork, beef~^~SANDWICH SPREAD,PORK,BEEF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07074~^~0700~^~Smoked link sausage, pork~^~SMOKED LINK SAUSAGE,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07075~^~0700~^~Sausage, smoked link sausage, pork and beef~^~SAUSAGE,SMOKED LINK SAUSAGE,PORK & BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07076~^~0700~^~Smoked link sausage, pork and beef, flour and nonfat dry milk added~^~SMOKED LINK SAUSAGE,PORK&BF,FLR&NONFAT DRY MILK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07077~^~0700~^~Smoked link sausage, pork and beef, nonfat dry milk added~^~SMOKED LINK SAUSAGE,PORK&BF,NONFAT DRY MILK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07078~^~0700~^~Thuringer, cervelat, summer sausage, beef, pork~^~THURINGER,CERVELAT,SMMR SAUSAGE,BF,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07079~^~0700~^~Turkey breast meat~^~TURKEY BREAST MEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07080~^~0700~^~Turkey ham, cured turkey thigh meat~^~TURKEY HAM,CURED TURKEY THIGH MEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07081~^~0700~^~Turkey roll, light meat~^~TURKEY ROLL,LIGHT MEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07082~^~0700~^~Turkey roll, light and dark meat~^~TURKEY ROLL,LT&DK MEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07083~^~0700~^~Sausage, Vienna, canned, chicken, beef, pork~^~SAUSAGE,VIENNA,CND,CHICK,BF,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07088~^~0700~^~Honey roll sausage, beef~^~HONEY ROLL SAUSAGE,BEEF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07089~^~0700~^~Sausage, Italian, pork, cooked~^~SAUSAGE,ITALIAN,PORK,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07090~^~0700~^~Luncheon sausage, pork and beef~^~LUNCHEON SAUSAGE,PORK&BF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07091~^~0700~^~New england brand sausage, pork, beef~^~NEW ENGLAND BRAND SAUSAGE,PORK,BF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07200~^~0700~^~OSCAR MAYER, Bologna (chicken, pork, beef)~^~OSCAR MAYER,BOLOGNA (CHICK,PORK,BF)~^~~^~~^~~^~~^0^~~^^^^ ~07201~^~0700~^~OSCAR MAYER, Bologna (beef)~^~OSCAR MAYER,BOLOGNA (BEEF)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^^^ ~07202~^~0700~^~OSCAR MAYER, Bologna (beef light)~^~OSCAR MAYER,BOLOGNA (BEEF LIGHT)~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07203~^~0700~^~OSCAR MAYER, Bologna (fat free)~^~OSCAR MAYER,BOLOGNA (FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07205~^~0700~^~OSCAR MAYER, Bologna Light (pork, chicken, beef)~^~OSCAR MAYER BOLOGNA LIGHT (PORK CHICK BEEF)~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07206~^~0700~^~OSCAR MAYER. Bologna (Wisconsin made ring)~^~OSCAR MAYER. BOLOGNA (WISCONSIN MADE RING)~^~~^~~^~~^~~^0^~~^^^^ ~07207~^~0700~^~OSCAR MAYER, Braunschweiger Liver Sausage (sliced)~^~OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SLICED)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07208~^~0700~^~OSCAR MAYER, Braunschweiger Liver Sausage (saren tube)~^~OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SAREN TUBE)~^~~^~~^~~^~~^0^~~^^^^ ~07209~^~0700~^~OSCAR MAYER, Chicken Breast (honey glazed)~^~OSCAR MAYER CHICKEN BREAST (HONEY GLAZED)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07210~^~0700~^~OSCAR MAYER, Chicken Breast (oven roasted, fat free)~^~OSCAR MAYER,CHICK BREAST (OVEN RSTD,FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07211~^~0700~^~OSCAR MAYER, Ham and Cheese Loaf~^~OSCAR MAYER HAM & CHEESE LOAF~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07212~^~0700~^~OSCAR MAYER, Ham (chopped with natural juice)~^~OSCAR MAYER,HAM (CHOPPED W/ NAT JUICE)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07213~^~0700~^~OSCAR MAYER, Ham (water added, baked cooked 96% fat free)~^~OSCAR MAYER HAM (WATER ADDED BKD CKD 96% FAT FREE)~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07214~^~0700~^~OSCAR MAYER, Ham (water added, boiled)~^~OSCAR MAYER,HAM (H2O ,BLD)~^~~^~~^~~^~~^0^~~^^^^ ~07215~^~0700~^~OSCAR MAYER, Ham (water added, honey)~^~OSCAR MAYER,HAM (H2O ,HONEY)~^~~^~~^~~^~~^0^~~^^^^ ~07216~^~0700~^~OSCAR MAYER, Ham (water added, smoked, cooked)~^~OSCAR MAYER,HAM (H2O ,SMOKED,CKD)~^~~^~~^~~^~~^0^~~^^^^ ~07217~^~0700~^~OSCAR MAYER, Ham (40% ham/water product, smoked, fat free)~^~OSCAR MAYER,HAM (40%HAM/WATER PRODUCT,SMOKED,FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07218~^~0700~^~OSCAR MAYER, Head Cheese~^~OSCAR MAYER,HEAD CHEESE~^~~^~~^~~^~~^0^~~^^^^ ~07220~^~0700~^~OSCAR MAYER, Liver Cheese, pork fat wrapped~^~OSCAR MAYER,LIVER CHS,PORK FAT WRAPPED~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07221~^~0700~^~OSCAR MAYER, Luncheon Loaf (spiced)~^~OSCAR MAYER,LUNCHEON LOAF (SPICED)~^~~^~~^~~^~~^0^~~^^^^ ~07222~^~0700~^~OSCAR MAYER, Old Fashioned Loaf~^~OSCAR MAYER,OLD FASHIONED LOAF~^~~^~~^~~^~~^0^~~^^^^ ~07223~^~0700~^~OSCAR MAYER, Olive Loaf (chicken, pork, turkey)~^~OSCAR MAYER,OLIVE LOAF (CHICK,PORK,TURKEY)~^~~^~~^~~^~~^0^~~^^^^ ~07224~^~0700~^~OSCAR MAYER, Pickle Pimiento Loaf (with chicken)~^~OSCAR MAYER,PICKLE PIMIENTO LOAF (W/CHICK)~^~~^~~^~~^~~^0^~~^^^^ ~07225~^~0700~^~OSCAR MAYER, Pork Sausage Links (cooked)~^~OSCAR MAYER,PORK SAUSAGE LINKS (CKD)~^~~^~~^~~^~~^0^~~^^^^ ~07226~^~0700~^~OSCAR MAYER, Salami Beef Cotto~^~OSCAR MAYER,SALAMI BF COTTO~^~~^~~^~~^~~^0^~~^^^^ ~07227~^~0700~^~OSCAR MAYER, Salami Cotto (beef, pork, chicken)~^~OSCAR MAYER,SALAMI COTTO (BF,PORK,CHICK)~^~~^~~^~~^~~^0^~~^^^^ ~07228~^~0700~^~OSCAR MAYER, Salami (for beer)~^~OSCAR MAYER,SALAMI (FOR BEER)~^~~^~~^~~^~~^0^~~^^^^ ~07229~^~0700~^~OSCAR MAYER, Salami (Genoa)~^~OSCAR MAYER,SALAMI (GENOA)~^~~^~~^~~^~~^0^~~^^^^ ~07230~^~0700~^~OSCAR MAYER, Salami (hard)~^~OSCAR MAYER,SALAMI (HARD)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07231~^~0700~^~OSCAR MAYER, Sandwich Spread (pork, chicken, beef)~^~OSCAR MAYER,SNDWCH SPRD (PORK,CHICK,BF)~^~~^~~^~~^~~^0^~~^^^^ ~07232~^~0700~^~OSCAR MAYER, Smokie Links Sausage~^~OSCAR MAYER,SMOKIE LINKS SAUSAGE~^~~^~~^~~^~~^0^~~^^^^ ~07233~^~0700~^~OSCAR MAYER, Smokies (beef)~^~OSCAR MAYER SMOKIES (BEEF)~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07234~^~0700~^~OSCAR MAYER, Smokies (cheese)~^~OSCAR MAYER,SMOKIES (CHS)~^~~^~~^~~^~~^0^~~^^^^ ~07235~^~0700~^~OSCAR MAYER, Smokies Sausage Little (pork, turkey)~^~OSCAR MAYER,SMOKIES SAUSAGE LITTLE (PORK,TURKEY)~^~~^~~^~~^~~^0^~~^^^^ ~07236~^~0700~^~OSCAR MAYER, Smokies Sausage Little Cheese (pork, turkey)~^~OSCAR MAYER,SMOKIES SAUSAGE LITTLE CHS (PORK,TURKEY)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^^^^ ~07237~^~0700~^~OSCAR MAYER, Summer Sausage Beef Thuringer Cervelat~^~OSCAR MAYER,SMMR SAUSAGE BF THURINGER CERVELAT~^~~^~~^~~^~~^0^~~^^^^ ~07238~^~0700~^~OSCAR MAYER, Summer Sausage Thuringer Cervalat~^~OSCAR MAYER,SMMR SAUSAGE THURINGER CERVALAT~^~~^~~^~~^~~^0^~~^^^^ ~07239~^~0700~^~OSCAR MAYER, Turkey Breast (smoked, fat free)~^~OSCAR MAYER,TURKEY BREAST (SMOKED,FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07240~^~0700~^~OSCAR MAYER, Wieners (pork, turkey)~^~OSCAR MAYER,WIENERS (PORK,TURKEY)~^~frank, frankfurter, hot dog, hotdog~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07241~^~0700~^~OSCAR MAYER, Wieners (beef franks)~^~OSCAR MAYER,WIENERS (BEEF FRANKS)~^~frankfurter, hot dog, hotdog, wiener~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^^^ ~07242~^~0700~^~OSCAR MAYER, Wieners (beef franks, bun length)~^~OSCAR MAYER WIENERS (BEEF FRANKS BUN LENGTH)~^~frank, frankfurter, hot dog~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07243~^~0700~^~OSCAR MAYER, Wieners (beef franks, fat free)~^~OSCAR MAYER,WIENERS (BEEF FRANKS,FAT FREE)~^~frank, frankfurter, hot dog~^~~^~~^~~^0^~~^^^^ ~07244~^~0700~^~OSCAR MAYER, Wieners (beef franks, light)~^~OSCAR MAYER,WIENERS (BEEF FRANKS,LIGHT)~^~frank, frankfurter, hot dog~^~~^~~^~~^0^~~^^^^ ~07245~^~0700~^~OSCAR MAYER, Wieners (cheese hot dogs with turkey)~^~OSCAR MAYER,WIENERS (CHEESE HOT DOGS W/ TURKEY)~^~frank, frankfurter, hot dog~^~~^~~^~~^0^~~^^^^ ~07246~^~0700~^~OSCAR MAYER, Wieners (fat free hot dogs)~^~OSCAR MAYER,WIENERS (FAT FREE HOT DOGS)~^~frank, frankfurter, hot dog~^~~^~~^~~^0^~~^^^^ ~07247~^~0700~^~OSCAR MAYER, Wieners (light pork, turkey, beef)~^~OSCAR MAYER,WIENERS (LIGHT PORK,TURKEY,BEEF)~^~frank, frankfurter, hot dog~^~~^~~^~~^0^~~^^^^ ~07248~^~0700~^~OSCAR MAYER, Wieners Little (pork, turkey)~^~OSCAR MAYER,WIENERS LITTLE (PORK,TURKEY)~^~frank, frankfurter, hot dog~^~~^~~^~~^0^~~^^^^ ~07249~^~0700~^~LOUIS RICH, Chicken Breast Classic Baked /Grill (carving board)~^~LOUIS RICH,CHICK BREAST CLASSIC BKD /GRILL (CARVING BOARD)~^~~^~~^~~^~~^0^~~^^^^ ~07250~^~0700~^~LOUIS RICH, Chicken Breast (oven roasted deluxe)~^~LOUIS RICH,CHICK BREAST (OVEN RSTD DELUXE)~^~~^~~^~~^~~^0^~~^^^^ ~07251~^~0700~^~LOUIS RICH, Chicken (white, oven roasted)~^~LOUIS RICH,CHICK (WHITE,OVEN RSTD)~^~~^~~^~~^~~^0^~~^^^^ ~07252~^~0700~^~LOUIS RICH, Franks (turkey and chicken cheese)~^~LOUIS RICH,FRANKS (TURKEY & CHICK CHEESE)~^~frankfurter, hot dog, wiener~^~~^~~^~~^0^~~^^^^ ~07253~^~0700~^~LOUIS RICH, Franks (turkey and chicken)~^~LOUIS RICH,FRANKS (TURKEY & CHICKEN)~^~frankfurter, hot dog, wiener~^~~^~~^~~^0^~~^^^^ ~07254~^~0700~^~LOUIS RICH, Turkey Bacon~^~LOUIS RICH TURKEY BACON~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07255~^~0700~^~LOUIS RICH, Turkey Bologna~^~LOUIS RICH,TURKEY BOLOGNA~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07256~^~0700~^~LOUIS RICH, Turkey Breast and White Turkey (oven roasted)~^~LOUIS RICH,TURKEY BREAST & WHITE TURKEY (OVEN ROASTED)~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07257~^~0700~^~LOUIS RICH, Turkey Breast and White Turkey (smoked sliced)~^~LOUIS RICH,TURKEY BREAST&WHITE TURKEY (SMOKED SLICED)~^~~^~~^~~^~~^0^~~^^^^ ~07258~^~0700~^~LOUIS RICH, Turkey (honey roasted, fat free)~^~LOUIS RICH,TURKEY (HONEY RSTD,FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07259~^~0700~^~LOUIS RICH, Turkey Breast (oven roasted, fat free)~^~LOUIS RICH,TURKEY BREAST (OVEN RSTD,FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07260~^~0700~^~LOUIS RICH, Turkey Breast (oven roasted, portion fat free)~^~LOUIS RICH,TURKEY BREAST (OVEN RSTD,PORTION FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07261~^~0700~^~LOUIS RICH, Turkey Breast (Smoked, Carving Board)~^~LOUIS RICH,TURKEY BREAST (SMOKED,CARVING BOARD)~^~~^~~^~~^~~^0^~~^^^^ ~07262~^~0700~^~LOUIS RICH, Turkey Breast (smoked, portion fat free)~^~LOUIS RICH,TURKEY BREAST (SMOKED,PORTION FAT FREE)~^~~^~~^~~^~~^0^~~^^^^ ~07264~^~0700~^~LOUIS RICH, Turkey Ham (10% water added)~^~LOUIS RICH,TURKEY HAM (10% H2O)~^~~^~~^~~^~~^0^~~^^^^ ~07265~^~0700~^~LOUIS RICH, Turkey Nuggets/Sticks (breaded)~^~LOUIS RICH,TURKEY NUGGETS/STICKS (BREADED)~^~~^~~^~~^~~^0^~~^^^^ ~07266~^~0700~^~LOUIS RICH, Turkey Salami~^~LOUIS RICH,TURKEY SALAMI~^~~^~~^~~^~~^0^~~^^^^ ~07267~^~0700~^~LOUIS RICH, Turkey Salami Cotto~^~LOUIS RICH,TURKEY SALAMI COTTO~^~~^~~^~~^~~^0^~~^^^^ ~07268~^~0700~^~LOUIS RICH, Turkey Smoked Sausage~^~LOUIS RICH,TURKEY SMOKED SAUSAGE~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07269~^~0700~^~BUTCHER BOY MEATS, INC., Turkey Franks~^~BUTCHER BOY MEATS,INC.,TURKEY FRANKS~^~frankfurter, hot dog, wiener~^~~^~~^~~^0^~~^^^^ ~07270~^~0700~^~CARL BUDDIG, Cooked Corned Beef, Chopped, Pressed~^~CARL BUDDIG,CKD CORNED BF,CHOPD,PRESSED~^~~^~~^~~^~~^0^~~^^^^ ~07271~^~0700~^~CARL BUDDIG, Smoked Sliced Chicken, light and dark meat~^~CARL BUDDIG,SMOKED SLICED CHICK,LT&DK MEAT~^~~^~~^~~^~~^0^~~^^^^ ~07272~^~0700~^~CARL BUDDIG, Smoked Sliced Beef~^~CARL BUDDIG,SMOKED SLICED BF~^~~^~~^~~^~~^0^~~^^^^ ~07273~^~0700~^~CARL BUDDIG, Smoked Sliced Turkey, light and dark meat~^~CARL BUDDIG,SMOKED SLICED TURKEY,LT&DK MEAT~^~~^~~^~~^~~^0^~~^^^^ ~07274~^~0700~^~CARL BUDDIG. Cooked Smoked Beef Pastrami, Chopped, Pressed~^~CARL BUDDIG. CKD SMOKED BF PASTRAMI,CHOPD,PRESSED~^~~^~~^~~^~~^0^~~^^^^ ~07275~^~0700~^~CARL BUDDIG, Smoked Sliced Ham~^~CARL BUDDIG,SMOKED SLICED HAM~^~~^~~^~~^~~^0^~~^^^^ ~07276~^~0700~^~HORMEL SPAM, Luncheon Meat, pork with ham, minced, canned~^~HORMEL SPAM LUNCHEON MEAT PORK W/ HAM MINCED CND~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07277~^~0700~^~HORMEL SPAM, Lite Luncheon Meat, Pork and chicken, minced, canned, ascorbic acid added~^~HORMEL SPAM,LT LUNCH MT,PORK & CHICK,MINCED,CND,VIT C ADDED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07278~^~0700~^~HORMEL Pillow Pak Sliced Turkey Pepperoni~^~HORMEL PILLOW PAK SLICED TURKEY PEPPERONI~^~~^~Hormel Foods Corp.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07279~^~0700~^~HORMEL WRANGLER Beef Franks~^~HORMEL WRANGLER BEEF FRANKS~^~frankfurter, hot dog, wiener~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07900~^~0700~^~Turkey, pork, and beef sausage, low fat, smoked~^~TURKEY,PORK,&BF SAUSAGE,LOFAT,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07901~^~0700~^~USDA Commodity, pork, sausage, bulk/links/patties, frozen, cooked~^~USDA COMMODITY,PORK,SAUSAGE,BULK/LINKS/PATTIES,FRZ,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07905~^~0700~^~Frankfurter, beef, pork, and turkey, fat free~^~FRANKFURTER,BF,PORK,& TURKEY,FAT FREE~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^6.25^4.27^^3.68 ~07906~^~0700~^~Luncheon meat, pork, ham, and chicken, minced, canned, reduced sodium, added ascorbic acid, includes SPAM, 25% less sodium~^~LUNCHEON MEAT,PORK,HAM,&CHICK,MINCD,CND,RED NA,VIT C, (SPAM)~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07907~^~0700~^~USDA Commodity, pork sausage, bulk/links/patties, frozen, raw~^~USDA COMMODITY,PORK SAUSAGE,BULK/LINKS/PATTIES,FRZ,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07908~^~0700~^~Luncheon meat, pork with ham, minced, canned, includes SPAM (Hormel)~^~LUNCHEON MEAT,PORK W/HAM,MINCED,CND,INCL SPAM (HORMEL)~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07909~^~0700~^~Luncheon meat, pork and chicken, minced, canned, includes SPAM Lite~^~LUNCHEON MEAT,PORK&CHICK,MINCED,CND,INCL SPAM LITE~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07910~^~0700~^~Bratwurst, veal, cooked~^~BRATWURST VEAL CKD~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07911~^~0700~^~Liverwurst spread~^~LIVERWURST SPRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07912~^~0700~^~Roast beef spread~^~ROAST BF SPRD~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07913~^~0700~^~Salami, pork, beef, less sodium~^~SALAMI PORK BF LESS NA~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07914~^~0700~^~Sausage, Italian, sweet, links~^~SAUSAGE ITALIAN SWT LINKS~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07915~^~0700~^~Sausage, Polish, beef with chicken, hot~^~SAUSAGE POLISH BF W/ CHICK HOT~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07916~^~0700~^~Sausage, Polish, pork and beef, smoked~^~SAUSAGE POLISH PORK & BF SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07917~^~0700~^~Sausage, pork and beef, with cheddar cheese, smoked~^~SAUSAGE PORK & BF W/ CHEDDAR CHS SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07918~^~0700~^~Sausage, summer, pork and beef, sticks, with cheddar cheese~^~SAUSAGE SMMR PORK & BF STKS W/ CHEDDAR CHS~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07919~^~0700~^~Sausage, turkey, breakfast links, mild~^~SAUSAGE TURKEY BRKFST LINKS MILD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07920~^~0700~^~Swisswurst, pork and beef, with swiss cheese, smoked~^~SWISSWURST PORK & BF W/ SWISS CHS SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07921~^~0700~^~Bacon and beef sticks~^~BACON & BF STKS~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07922~^~0700~^~Bratwurst, beef and pork, smoked~^~BRATWURST BF & PORK SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07923~^~0700~^~Bratwurst, chicken, cooked~^~BRATWURST,CHICK,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07924~^~0700~^~Bratwurst, pork, beef and turkey, lite, smoked~^~BRATWURST PORK BF & TURKEY LITE SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07925~^~0700~^~Pastrami, beef, 98% fat-free~^~PASTRAMI BF 98% FAT-FREE~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07926~^~0700~^~Salami, Italian, pork~^~SALAMI ITALIAN PORK~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07927~^~0700~^~Sausage, Italian, turkey, smoked~^~SAUSAGE ITALIAN TURKEY SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07928~^~0700~^~Sausage, chicken, beef, pork, skinless, smoked~^~SAUSAGE CHICK BF PORK SKINLESS SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07929~^~0700~^~Sausage, turkey, hot, smoked~^~SAUSAGE TURKEY HOT SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07930~^~0700~^~Yachtwurst, with pistachio nuts, cooked~^~YACHTWURST,W/ PISTACHIO NUTS,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07931~^~0700~^~Beerwurst, pork and beef~^~BEERWURST PORK & BF~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07932~^~0700~^~Chicken breast, fat-free, mesquite flavor, sliced~^~CHICKEN BREAST FAT-FREE MESQ FLAVOR SLICED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07933~^~0700~^~Chicken breast, oven-roasted, fat-free, sliced~^~CHICKEN BREAST OVEN-ROASTED FAT-FREE SLICED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07934~^~0700~^~Kielbasa, Polish, turkey and beef, smoked~^~KIELBASA,POLISH,TURKEY & BF,SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07935~^~0700~^~Oven-roasted chicken breast roll~^~OVEN-ROASTED CHICK BREAST ROLL~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07936~^~0700~^~Bologna, pork and turkey, lite~^~BOLOGNA PORK & TURKEY LITE~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07937~^~0700~^~Bologna, pork, turkey and beef~^~BOLOGNA PORK TURKEY & BF~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07938~^~0700~^~Ham, honey, smoked, cooked~^~HAM HONEY SMOKED CKD~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07939~^~0700~^~Frankfurter, pork~^~FRANKFURTER,PORK~^~frank, hot dog, wiener~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07940~^~0700~^~Macaroni and cheese loaf, chicken, pork and beef~^~MACARONI & CHS LOAF CHICK PORK & BF~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07941~^~0700~^~Salami, Italian, pork and beef, dry, sliced, 50% less sodium~^~SALAMI ITALIAN PORK & BF DRY SLICED 50% LESS NA~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07942~^~0700~^~Pate, truffle flavor~^~PATE TRUFFLE FLAVOR~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07943~^~0700~^~Turkey, breast, smoked, lemon pepper flavor, 97% fat-free~^~TURKEY,BREAST,SMOKED,LEMON PEPPER FLAVOR,97% FAT-FREE~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07944~^~0700~^~Turkey, white, rotisserie, deli cut~^~TURKEY WHITE ROTISSERIE DELI CUT~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07945~^~0700~^~Frankfurter, beef, heated~^~FRANKFURTER BF HTD~^~frank, hot dog, wiener~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07949~^~0700~^~Frankfurter, meat, heated~^~FRANKFURTER MEAT HTD~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07950~^~0700~^~Frankfurter, meat~^~FRANKFURTER MEAT~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~07951~^~0700~^~Scrapple, pork~^~SCRAPPLE,PORK~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~07952~^~0700~^~Bologna, chicken, turkey, pork~^~BOLOGNA,CHICK,TURKEY,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07953~^~0700~^~Pork sausage, pre-cooked~^~PORK SAUSAGE,PRE-COOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07954~^~0700~^~Beef sausage, pre-cooked~^~BEEF SAUSAGE,PRE-COOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07955~^~0700~^~Turkey sausage, fresh, raw~^~TURKEY SAUSAGE,FRSH,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07956~^~0700~^~Beef sausage, fresh, cooked~^~BEEF SAUSAGE,FRSH,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~07957~^~0700~^~Pork and turkey sausage, pre-cooked~^~PORK & TURKEY SAUSAGE,PRE-COOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07958~^~0700~^~Turkey sausage, fresh, cooked~^~TURKEY SAUSAGE,FRSH,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07959~^~0700~^~Bologna, chicken, pork, beef~^~BOLOGNA,CHICK,PORK,BF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~07960~^~0700~^~Bologna, chicken, pork~^~BOLOGNA,CHICK,PORK~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~08001~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Original~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN ORIGINAL~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08002~^~0800~^~Cereals ready-to-eat, oats, corn puffed mixture, presweetened, single brand~^~CEREALS RTE,OATS,CORN PUFFED MIXTURE,PRESWEETENED~^~~^~~^~Y~^~~^0^~~^^^^ ~08003~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S APPLE JACKS~^~CEREALS RTE,KELLOGG,KELLOGG'S APPL JACKS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08005~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN BRAN BUDS~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN BRAN BUDS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08010~^~0800~^~Cereals ready-to-eat, QUAKER, CAP'N CRUNCH~^~CEREALS RTE,QUAKER,CAP'N CRUNCH~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08011~^~0800~^~Cereals ready-to-eat, QUAKER, CAP'N CRUNCH with CRUNCHBERRIES~^~CEREALS RTE,QUAKER,CAP'N CRUNCH W/ CRUNCHBERRIES~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08012~^~0800~^~Cereals ready-to-eat, QUAKER, CAP'N CRUNCH'S PEANUT BUTTER CRUNCH~^~CEREALS RTE,QUAKER,CAP'N CRUNCH'S PNUT BUTTER CRUNCH~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08013~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, CHEERIOS~^~CEREALS RTE,GENERAL MILLS,CHEERIOS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08014~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S COCOA KRISPIES~^~CEREALS RTE,KELLOGG,KELLOGG'S COCOA KRISPIES~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08015~^~0800~^~Cereals ready-to-eat, rice, puffed, presweetened, with cocoa, single brand~^~CEREALS RTE,RICE,PUFFED,PRESWEETENED,W/ COCOA,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08017~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, COOKIE CRISP~^~CEREALS RTE,GENERAL MILLS,COOKIE CRISP~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08018~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER CRUNCHY BRAN~^~CEREALS RTE,QUAKER,QUAKER CRUNCHY BRAN~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08019~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Corn CHEX~^~CEREALS RTE,GENERAL MILLS,CORN CHEX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08020~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Corn Flakes~^~CEREALS RTE,KELLOGG,KELLOGG'S CORN FLAKES~^~Includes USDA Commodity B879~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08022~^~0800~^~Cereals ready-to-eat, corn flakes, low sodium~^~CEREALS RTE,CORN FLAKES,LO NA~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~08023~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S CRACKLIN' OAT BRAN~^~CEREALS RTE,KELLOGG,KELLOGG'S CRACKLIN' OAT BRAN~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08025~^~0800~^~Cereals ready-to-eat, Ralston Crispy Rice~^~CEREALS RTE,RALSTON CRISPY RICE~^~includes USDA Commodity B856~^~Ralston Foods~^~Y~^~~^0^~~^^^^ ~08026~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, WHEATIES Raisin Bran~^~CEREALS RTE,GENERAL MILLS,WHEATIES RAISIN BRAN~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08028~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN COMPLETE Wheat Flakes~^~CEREALS RTE,KELLOGG'S ALL-BRAN COMPLETE WHEAT FLAKES~^~Includes USDA Commodity B876~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08029~^~0800~^~Cereals ready-to-eat, bran flakes, single brand~^~CEREALS RTE,BRAN FLAKES,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08030~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S FROOT LOOPS~^~CEREALS RTE,KELLOGG,KELLOGG'S FROOT LOOPS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08031~^~0800~^~Cereals ready-to-eat, KELLOGG'S FROSTED MINI-WHEATS, original~^~CEREALS RTE,KELLOGG'S FRSTD MINI-WHEATS,ORIGINAL~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08032~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S FROSTED RICE KRISPIES~^~CEREALS RTE,KELLOGG,KELLOGG'S FRSTD RICE KRISPIES~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08034~^~0800~^~Cereals ready-to-eat, rice, puffed, presweetened, fruit flavored, single brand~^~CEREALS RTE,RICE,PUFFED,PRESWEETENED,FRUIT FLAV,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08035~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, GOLDEN GRAHAMS~^~CEREALS RTE,GENERAL MILLS,GOLDEN GRAHAMS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08037~^~0800~^~Cereals ready-to-eat, granola, homemade~^~CEREALS RTE,GRANOLA,HOMEMADE~^~~^~~^~Y~^~~^0^~~^5.80^^^ ~08038~^~0800~^~Cereals ready-to-eat, KRAFT, POST GRAPE-NUTS Cereal~^~CEREALS RTE,KRAFT,POST GRAPE-NUTS CRL~^~~^~~^~Y~^~~^0^~~^^^^ ~08039~^~0800~^~Cereals ready-to-eat, wheat and malt barley flakes~^~CEREALS RTE,WHEAT&MALT BARLEY FLAKES~^~~^~~^~Y~^~~^0^~~^^^^ ~08045~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, HONEY NUT CHEERIOS~^~CEREALS RTE,GENERAL MILLS,HONEY NUT CHEERIOS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08046~^~0800~^~Cereals ready-to-eat, corn and oat flours, puffed presweetened, single brand~^~CEREALS RTE,CORN&OAT FLOURS,PUFFED PRESWEETENED,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08047~^~0800~^~Cereals ready-to-eat, QUAKER, KING VITAMAN~^~CEREALS RTE,QUAKER,KING VITAMAN~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08048~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, KIX~^~CEREALS RTE,GENERAL MILLS,KIX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08049~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER OAT LIFE, plain~^~CEREALS RTE,QUAKER,QUAKER OAT LIFE,PLN~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08050~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, LUCKY CHARMS~^~CEREALS RTE,GENERAL MILLS,LUCKY CHARMS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08053~^~0800~^~Cereals ready-to-eat, bran, malted flour, single brand~^~CEREALS RTE,BRAN,MALTED FLR,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08054~^~0800~^~Cereals ready-to-eat, QUAKER, 100% Natural Granola Oats and Honey~^~CEREALS RTE,QUAKER,100% NAT GRANOLA OATS & HONEY~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08057~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Honey Nut CHEX~^~CEREALS RTE,GENERAL MILLS,HONEY NUT CHEX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08058~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S PRODUCT 19~^~CEREALS RTE,KELLOGG,KELLOGG'S PRODUCT 19~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08059~^~0800~^~Cereals ready-to-eat, QUAKER, SWEET CRUNCH/QUISP~^~CEREALS RTE,QUAKER,SWT CRUNCH/QUISP~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08060~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S RAISIN BRAN~^~CEREALS RTE,KELLOGG,KELLOGG'S RAISIN BRAN~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08061~^~0800~^~Cereals ready-to-eat, KRAFT, POST Raisin Bran Cereal~^~CEREALS RTE,KRAFT,POST RAISIN BRAN CRL~^~~^~~^~Y~^~~^0^~~^^^^ ~08064~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Rice CHEX~^~CEREALS RTE,GENERAL MILLS,RICE CHEX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08065~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S RICE KRISPIES~^~CEREALS RTE,KELLOGG,KELLOGG'S RICE KRISPIES~^~includes USDA Commodity B857~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08066~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER Puffed Rice~^~CEREALS RTE,QUAKER,QUAKER PUFFED RICE~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08067~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K~^~CEREALS RTE,KELLOGG,KELLOGG'S SPL K~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08068~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S CORN POPS~^~CEREALS RTE,KELLOGG,KELLOGG'S CORN POPS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08069~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S FROSTED FLAKES~^~CEREALS RTE,KELLOGG,KELLOGG'S FRSTD FLAKES~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08071~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Honey SMACKS~^~CEREALS RTE,KELLOGG,KELLOGG'S HONEY SMACKS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08073~^~0800~^~Cereals ready-to-eat, wheat, puffed, presweetened, single brand~^~CEREALS RTE,WHEAT,PUFFED,PRESWEETENED,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08074~^~0800~^~Cereals ready-to-eat, Ralston TASTEEOS~^~CEREALS RTE,RALSTON TASTEEOS~^~Includes USDA Commodity B853~^~Ralston Foods~^~Y~^~~^0^~~^^^^ ~08076~^~0800~^~Cereals ready-to-eat, corn flakes, plain, single brand~^~CEREALS RTE,CORN FLAKES,PLN,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08077~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL~^~CEREALS RTE,GENERAL MILLS,WHL GRAIN TOTAL~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08078~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, TRIX~^~CEREALS RTE,GENERAL MILLS,TRIX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08079~^~0800~^~Cereals ready-to-eat, WAFFELOS~^~CEREALS RTE,WAFFELOS~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^^^^ ~08081~^~0800~^~Cereals ready-to-eat, whole wheat, shredded, presweetened, single brand~^~CEREALS RTE,WHL WHEAT,SHREDDED,PRESWEETENED,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08082~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Wheat CHEX~^~CEREALS RTE,GENERAL MILLS,WHEAT CHEX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08083~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, CORN BURSTS~^~CEREALS RTE,MALT-O-MEAL,CORN BURSTS~^~~^~Malt-O-Meal, Co.~^~Y~^~~^0^~~^^^^ ~08084~^~0800~^~Cereals ready-to-eat, wheat germ, toasted, plain~^~CEREALS RTE,WHEAT GERM,TSTD,PLN~^~~^~~^~Y~^~~^0^~~^5.80^3.59^8.37^3.78 ~08085~^~0800~^~Cereals ready-to-eat, QUAKER, KRETSCHMER Honey Crunch Wheat Germ~^~CEREALS RTE,QUAKER,KRETSCHMER HONEY CRUNCH WHEAT GERM~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08086~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, French Toast Crunch~^~CEREALS RTE,GENERAL MILLS,FRENCH TOAST CRUNCH~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08087~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Multi-Grain Cheerios~^~CEREALS RTE,GENERAL MILLS,MULTI-GRAIN CHEERIOS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08088~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Team CHEERIOS~^~CEREALS RTE,GENERAL MILLS,TEAM CHEERIOS~^~~^~General Mills Inc.~^~~^~~^0^~~^6.25^^^ ~08089~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, WHEATIES~^~CEREALS RTE,GENERAL MILLS,WHEATIES~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08090~^~0800~^~Cereals, corn grits, white, regular and quick, enriched, dry~^~CEREALS,CORN GRITS,WHITE,REG & QUICK,ENR,DRY~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~08091~^~0800~^~Cereals, corn grits, white, regular and quick, enriched, cooked with water, without salt~^~CEREALS,CORN GRITS,WHITE,REG & QUICK,ENR,CKD W/ H2O,WO/ SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~08092~^~0800~^~Cereals, QUAKER, corn grits, instant, plain, dry~^~CEREALS,QUAKER,CORN GRITS,INST,PLN,DRY~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^^^^ ~08093~^~0800~^~Cereals, QUAKER, corn grits, instant, plain, prepared with water~^~CEREALS,QUAKER,CORN GRITS,INST,PLN,PREP W/H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08094~^~0800~^~Cereals, QUAKER, corn grits, instant, cheddar cheese flavor, dry~^~CEREALS,QUAKER,CORN GRITS,INST,CHEDDAR CHS FLAVOR,DRY~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^^^^ ~08095~^~0800~^~Cereals, QUAKER, corn grits, instant, cheddar cheese flavor, prepared with water~^~CEREALS,QUAKER,CORN GRITS,INST,CHEDDAR CHS FLAVOR,PREP W/H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08096~^~0800~^~Cereals, QUAKER, corn grits, instant, with imitation bacon bits, dry~^~CEREALS,QUAKER,CORN GRITS,INST,W/IMITN BACON BITS,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08097~^~0800~^~Cereals, QUAKER, corn grits, instant, country bacon (imitation bacon bits), prepared with water~^~CEREALS,QUAKER,CRNGRIT,INST,CNTRYBCN(IMTATN BCN BIT)PRPW/H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08100~^~0800~^~Cereals, CREAM OF RICE, dry~^~CEREALS,CRM OF RICE,DRY~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~08101~^~0800~^~Cereals, CREAM OF RICE, cooked with water, without salt~^~CEREALS,CRM OF RICE,CKD W/H2O,WO/SALT~^~~^~Kraft Foods, Inc.~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~08102~^~0800~^~Cereals, CREAM OF WHEAT, regular, dry~^~CEREALS,CREAM OF WHEAT,REG,DRY~^~~^~Kraft Foods, Inc.~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~08103~^~0800~^~Cereals, CREAM OF WHEAT, regular, cooked with water, without salt~^~CEREALS,CREAM OF WHEAT,REG,CKD W/ H2O,WO/ SALT~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08104~^~0800~^~Cereals, CREAM OF WHEAT, quick, dry~^~CEREALS,CREAM OF WHEAT,QUICK,DRY~^~~^~Kraft Foods, Inc.~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~08105~^~0800~^~Cereals, CREAM OF WHEAT, quick, cooked with water, without salt~^~CEREALS,CREAM OF WHEAT,QUICK,CKD W/ H2O,WO/ SALT~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08106~^~0800~^~Cereals, CREAM OF WHEAT, instant, dry~^~CEREALS,CREAM OF WHEAT,INST,DRY~^~~^~Kraft Foods, Inc.~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~08107~^~0800~^~Cereals, CREAM OF WHEAT, instant, prepared with water, without salt~^~CEREALS,CREAM OF WHEAT,INST,PREP W/ H2O,WO/ SALT~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08108~^~0800~^~Cereals, CREAM OF WHEAT, mix'n eat, plain, dry~^~CEREALS,CREAM OF WHEAT,MIX'N EAT,PLN,DRY~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08109~^~0800~^~Cereals, CREAM OF WHEAT, mix'n eat, plain, prepared with water~^~CEREALS,CREAM OF WHEAT,MIX'N EAT,PLN,PREP W/ H2O~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08110~^~0800~^~Cereals, CREAM OF WHEAT, mix'n eat, apple, banana and maple flavored, dry~^~CEREALS,CRM OF WHEAT,MIX'N EAT,APPL,BANANA&MAPLE FLAV,DRY~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08111~^~0800~^~Cereals, CREAM OF WHEAT, mix'n eat, apple, banana and maple flavored, prepared~^~CEREALS,CRM OF WHEAT,MIX'N EAT,APPL,BANANA&MAPLE FLAV,PREP~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08112~^~0800~^~Cereals, farina, enriched, dry~^~CEREALS,FARINA,ENR,DRY~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08113~^~0800~^~Cereals, farina, enriched, cooked with water, without salt~^~CEREALS,FARINA,ENR,CKD W/ H2O,WO/ SALT~^~~^~~^~Y~^~~^0^~~^5.70^4.05^0.84^4.12 ~08114~^~0800~^~Cereals, MALTEX, dry~^~CEREALS,MALTEX,DRY~^~~^~Homestat Farm Ltd.~^~Y~^~~^0^~~^5.83^3.60^8.37^3.80 ~08115~^~0800~^~Cereals, MALTEX, cooked with water, without salt~^~CEREALS,MALTEX,CKD W/ H2O,WO/ SALT~^~~^~Homestat Farm Ltd.~^~~^~~^0^~~^5.83^3.60^8.37^3.80 ~08116~^~0800~^~Cereals, MALT-O-MEAL, plain, dry~^~CEREALS,MALT-O-MEAL,PLN,DRY~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^5.70^3.60^8.37^4.10 ~08118~^~0800~^~Cereals, MAYPO, dry~^~CEREALS,MAYPO,DRY~^~~^~Homestat Farm Ltd.~^~~^~~^0^~~^5.83^3.46^8.37^4.10 ~08119~^~0800~^~Cereals, MAYPO, cooked with water, without salt~^~CEREALS,MAYPO,CKD W/ H2O,WO/ SALT~^~~^~Homestat Farm Ltd.~^~Y~^~~^0^~~^5.83^3.46^8.37^4.10 ~08120~^~0800~^~Cereals, oats, regular and quick and instant, not fortified, dry~^~CEREALS,OATS,REG & QUICK & INST,NOT FORT,DRY~^~oatmeal, old-fashioned oats, rolled oats~^~~^~Y~^~~^0^~~^5.83^3.46^8.37^4.12 ~08121~^~0800~^~Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), without salt~^~CEREALS,OATS,REG & QUICK & INST,UNENR,CKD W/ H2O,WO/ SALT~^~oatmeal, cooked~^~~^~Y~^~~^0^~~^5.83^3.46^8.37^4.12 ~08122~^~0800~^~Cereals, oats, instant, fortified, plain, dry~^~CEREALS,OATS,INST,FORT,PLN,DRY~^~instant oatmeal~^~~^~Y~^~~^0^~~^5.83^3.46^8.37^4.12 ~08123~^~0800~^~Cereals, oats, instant, fortified, plain, prepared with water (boiling water added or microwaved)~^~CEREALS,OATS,INST,FORT,PLN,PREP W/ H2O~^~instant oatmeal~^~~^~Y~^~~^0^~~^5.83^3.46^8.37^4.12 ~08124~^~0800~^~Cereals, QUAKER, Instant Oatmeal, apples and cinnamon, dry~^~CEREALS,QUAKER,INST OATMEAL,APPLS & CINN,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08125~^~0800~^~Cereals, QUAKER,Instant Oatmeal, apples and cinnamon, prepared with boiling water~^~CEREALS,QUAKER,INST OATMEAL,APPLS & CINN,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08128~^~0800~^~Cereals, oats, instant, fortified, with cinnamon and spice, dry~^~CEREALS,OATS,INST,FORT,W/ CINN & SPICE,DRY~^~oatmeal~^~~^~Y~^~~^0^~~^5.83^^^ ~08129~^~0800~^~Cereals, oats, instant, fortified, with cinnamon and spice, prepared with water~^~CEREALS,OATS,INST,FORT,W/ CINN & SPICE,PREP W/ H2O~^~~^~~^~~^~~^0^~~^^^^ ~08130~^~0800~^~Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, dry~^~CEREALS,QUAKER,INST OATMEAL,MAPLE & BROWN SUGAR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08131~^~0800~^~Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, prepared with boiling water~^~CEREALS,QUAKER,INST OAT, MAPLE & BR SUGAR,PREP W/ BOIL H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08132~^~0800~^~Cereals, oats, instant, fortified, with raisins and spice, dry~^~CEREALS,OATS,INST,FORT,W/ RAISINS & SPICE,DRY~^~instant oatmeal~^~~^~Y~^~~^0^~~^^^^ ~08133~^~0800~^~Cereals, oats, instant, fortified, with raisins and spice, prepared with water~^~CEREALS,OATS,INST,FORT,W/ RAISINS & SPICE,PREP W/ H2O~^~~^~~^~~^~~^0^~~^^^^ ~08134~^~0800~^~Cereals, RALSTON, dry~^~CEREALS,RALSTON,DRY~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08135~^~0800~^~Cereals, RALSTON, cooked with water, without salt~^~CEREALS,RALSTON,CKD W/ H2O,WO/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08136~^~0800~^~Cereals, ROMAN MEAL, plain, dry~^~CEREALS,ROMAN MEAL,PLN,DRY~^~~^~~^~~^~~^0^~~^5.90^3.10^8.37^3.60 ~08137~^~0800~^~Cereals, ROMAN MEAL, plain, cooked with water, without salt~^~CEREALS,ROMAN MEAL,PLN,CKD W/ H2O,WO/ SALT~^~~^~~^~~^~~^0^~~^5.90^3.10^8.37^3.60 ~08138~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, MARSHMALLOW MATEYS~^~CEREALS RTE,MALT-O-MEAL,MARSHMLLW MATEYS~^~~^~Malt-O-Meal, Co.~^~Y~^~~^0^~~^^^^ ~08139~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Cinnamon Grahams~^~CEREALS RTE,GENERAL MILLS,CINN GRAHAMS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08140~^~0800~^~Cereals ready-to-eat, chocolate flavored rings, presweetened, single brand~^~CEREALS RTE,CHOC FLAV RINGS,PRESWEETENED,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08142~^~0800~^~Cereals, WHEATENA, dry~^~CEREALS,WHEATENA,DRY~^~~^~Homestat Farm Ltd.~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08143~^~0800~^~Cereals, WHEATENA, cooked with water~^~CEREALS,WHEATENA,CKD W/ H2O~^~~^~Homestat Farm Ltd.~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08144~^~0800~^~Cereals, whole wheat hot natural cereal, dry~^~CEREALS,WHL WHEAT HOT NAT CRL,DRY~^~~^~~^~Y~^~~^0^~~^5.83^3.59^8.37^3.78 ~08145~^~0800~^~Cereals, whole wheat hot natural cereal, cooked with water, without salt~^~CEREALS,WHL WHEAT HOT NAT CRL,CKD W/ H2O,WO/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08146~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER Puffed Wheat~^~CEREALS RTE,QUAKER,QUAKER PUFFED WHEAT~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08147~^~0800~^~Cereals ready-to-eat, wheat, shredded, plain, sugar and salt free~^~CEREALS RTE,WHEAT,SHREDDED,PLN,SUGAR & SALT FREE~^~Kraft, POST Shredded Wheat~^~~^~Y~^~~^0^~~^^^^ ~08148~^~0800~^~Cereals ready-to-eat, wheat, shredded, plain, sugar and salt free, spoon size, single brand~^~CEREALS RTE,WHEAT,SHREDDED,PLN,SUGAR&SALT FREE,SPOON SIZE~^~~^~~^~Y~^~~^0^~~^^^^ ~08155~^~0800~^~Cereals, ROMAN MEAL WITH OATS, cooked with water, without salt~^~CEREALS,ROMAN MEAL WITH OATS,CKD W/ H2O,WO/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.20^8.37^3.80 ~08156~^~0800~^~Cereals ready-to-eat, rice, puffed, fortified~^~CEREALS RTE,RICE,PUFFED,FORT~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~08157~^~0800~^~Cereals ready-to-eat, wheat, puffed, fortified~^~CEREALS RTE,WHEAT,PUFFED,FORT~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08158~^~0800~^~Cereals, corn grits, white, regular and quick, unenriched, dry~^~CEREALS,CORN GRITS,WHITE,REG & QUICK,UNENR,DRY~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08159~^~0800~^~Cereals, corn grits, yellow, regular and quick, enriched, dry~^~CEREALS,CORN GRITS,YEL,REG & QUICK,ENR,DRY~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~08160~^~0800~^~Cereals, corn grits, yellow, regular and quick, unenriched, dry~^~CEREALS,CORN GRITS,YEL,REG & QUICK,UNENR,DRY~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08161~^~0800~^~Cereals, corn grits, white, regular, quick, enriched, cooked with water, with salt~^~CEREALS,CORN GRITS,WHITE,REG,QUICK,ENR,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08162~^~0800~^~Cereals, corn grits, white, regular and quick, unenriched, cooked with water, without salt~^~CEREALS,CORN GRITS,WHITE,REG & QCK,UNENR,CKD W/ H2O,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08163~^~0800~^~Cereals, corn grits, white, regular, quick, unenriched, cooked with water, with salt~^~CEREALS,CORN GRITS,WHITE,REG,QUICK,UNENR,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08164~^~0800~^~Cereals, corn grits, yellow, regular and quick, enriched, cooked with water, without salt~^~CEREALS,CORN GRITS,YEL,REG & QUICK,ENR,CKD W/ H2O,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08165~^~0800~^~Cereals, corn grits, yellow, regular, quick, enriched, cooked with water, with salt~^~CEREALS,CORN GRITS,YEL,REG,QUICK,ENR,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08166~^~0800~^~Cereals, corn grits, yellow, regular and quick, unenriched, cooked with water, without salt~^~CEREALS,CORN GRITS,YEL,REG & QUICK,UNENR,CKD W/ H2O,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08167~^~0800~^~Cereals, corn grits, yellow, regular, quick, unenriched, cooked with water, with salt~^~CEREALS,CORN GRITS,YEL,REG,QUICK,UNENR,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~08168~^~0800~^~Cereals, CREAM OF RICE, cooked with water, with salt~^~CEREALS,CREAM OF RICE,CKD W/ H2O,W/ SALT~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~08169~^~0800~^~Cereals, CREAM OF WHEAT, regular, cooked with water, with salt, (wheat)~^~CEREALS,CRM OF WHEAT,REG,CKD W/ H2O,W/ SALT,(WHEAT)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08170~^~0800~^~Cereals, CREAM OF WHEAT, quick, cooked with water, with salt~^~CEREALS,CREAM OF WHEAT,QUICK,CKD W/ H2O,W/ SALT~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08171~^~0800~^~Cereals, CREAM OF WHEAT, instant, prepared with water, with salt, (wheat)~^~CEREALS,CRM OF WHEAT,INST,PREP W/ H2O,W/ SALT,(WHEAT)~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08172~^~0800~^~Cereals, farina, unenriched, dry~^~CEREALS,FARINA,UNENR,DRY~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08173~^~0800~^~Cereals, farina, enriched, cooked with water, with salt~^~CEREALS,FARINA,ENR,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~08176~^~0800~^~Cereals, MALTEX, cooked with water, with salt~^~CEREALS,MALTEX,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.60^8.37^3.80 ~08177~^~0800~^~Cereals, MALT-O-MEAL, chocolate, dry~^~CEREALS,MALT-O-MEAL,CHOC,DRY~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^5.70^^^ ~08179~^~0800~^~Cereals, MAYPO, cooked with water, with salt~^~CEREALS,MAYPO,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.46^8.37^4.10 ~08180~^~0800~^~Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), with salt~^~CEREALS,OATS,REG & QUICK & INST,UNENR,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.46^8.37^4.12 ~08181~^~0800~^~Cereals, ROMAN MEAL, plain, cooked with water, with salt~^~CEREALS,ROMAN MEAL,PLN,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.90^3.10^8.37^3.60 ~08182~^~0800~^~Cereals, WHEATENA, cooked with water, with salt~^~CEREALS,WHEATENA,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08183~^~0800~^~Cereals, whole wheat hot natural cereal, cooked with water, with salt~^~CEREALS,WHL WHEAT HOT NAT CRL,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08184~^~0800~^~Cereals, ROMAN MEAL WITH OATS, cooked with water, with salt~^~CEREALS,ROMAN MEAL WITH OATS,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.90^3.20^8.37^3.80 ~08185~^~0800~^~Cereals, RALSTON, cooked with water, with salt~^~CEREALS,RALSTON,CKD W/ H2O,W/ SALT~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~08189~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Low Fat Granola without Raisins~^~CEREALS RTE,KELLOGG,KELLOGG'S LOFAT GRANOLA WO/ RAISINS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08190~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP, APPLE CINNAMON~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP,APPL CINN~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08191~^~0800~^~Cereals ready-to-eat, wheat, shredded, presweetened, single brand~^~CEREALS RTE,WHEAT,SHREDDED,PRESWEETENED,SINGLE BRAND~^~~^~~^~Y~^~~^0^~~^^^^ ~08192~^~0800~^~Cereals ready-to-eat, corn, rice, wheat, oats, presweetened, with fruit and almonds, single brand~^~CEREALS RTE,CORN,RICE,WHEAT,OAT,PRESWEETENED,W/FRUIT&ALMONDS~^~~^~~^~Y~^~~^0^~~^^^^ ~08194~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, REESE'S PUFFS~^~CEREALS RTE,GENERAL MILLS,REESE'S PUFFS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08195~^~0800~^~Cereals ready-to-eat, HEALTHY CHOICE, KELLOGG'S Almond Crunch with Raisins~^~CEREALS RTE,HEALTHY CHOIC,KELLOGG'S ALMOND CRUNCH W/RAISINS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^^^^ ~08200~^~0800~^~Cereals, QUAKER, QUAKER MultiGrain Oatmeal, dry~^~CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,DRY~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^^^^ ~08202~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP with Almonds~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP W/ ALMONDS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08204~^~0800~^~Cereals ready-to-eat, chocolate-flavored frosted puffed corn~^~CEREALS RTE,CHOCOLATE-FLAVORED FRSTD PUFFED CORN~^~~^~~^~Y~^~~^0^~~^^^^ ~08206~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, COCO-ROOS~^~CEREALS RTE,MALT-O-MEAL,COCO-ROOS~^~~^~Malt-O-Meal, Co.~^~Y~^~~^0^~~^^^^ ~08210~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER OAT CINNAMON LIFE~^~CEREALS RTE,QUAKER,QUAKER OAT CINN LIFE~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08211~^~0800~^~Cereals ready-to-eat, QUAKER, HONEY GRAHAM OH!S~^~CEREALS RTE,QUAKER,HONEY GRAHAM OH!S~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08212~^~0800~^~Cereals ready-to-eat, QUAKER, SUN COUNTRY Granola with Almonds~^~CEREALS RTE,QUAKER,SUN COUNTRY GRANOLA W/ ALMONDS~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08214~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER OATMEAL SQUARES~^~CEREALS RTE,QUAKER,QUAKER OATMEAL SQUARES~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08215~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER CINNAMON OATMEAL SQUARES~^~CEREALS RTE,QUAKER,QUAKER CINN OATMEAL SQUARES~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08216~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER Oat Bran Cereal~^~CEREALS RTE,QUAKER,QUAKER OAT BRAN CRL~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08217~^~0800~^~Cereals ready to eat, composite character cereals (movies, TV), brand A~^~CEREALS READY TO EAT,CHARACTER CEREALS (MOVIES,TV),BRAND A~^~~^~~^~Y~^~~^0^~~^^^^ ~08218~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER 100% Natural Cereal with oats, honey, and raisins~^~CEREALS RTE,QUAKER,100% NAT CRL W/ OATS,HONEY,& RAISINS~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08219~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER toasted Oatmeal Cereal, Honey Nut~^~CEREALS RTE,QUAKER,QUAKER TSTD OATMEAL CRL,HONEY NUT~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08220~^~0800~^~Cereals ready-to-eat, QUAKER, Low Fat 100% Natural Granola with Raisins~^~CEREALS RTE,QUAKER,LOFAT 100% NAT GRANOLA W/ RAISINS~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08221~^~0800~^~Cereals, QUAKER, corn grits, instant, butter flavor, dry~^~CEREALS,QUAKER,CORN GRITS,INST,BUTTER FLAVOR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08222~^~0800~^~Cereals ready to eat, composite character cereals (movies, TV), brand B~^~CEREALS READY TO EAT,CHARACTER CEREALS (MOVIES,TV),BRAND B~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~08225~^~0800~^~Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, dry~^~CEREALS,QUAKER,INST OATMEAL,FRUIT & CRM VAR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08227~^~0800~^~Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, prepared with boiling water~^~CEREALS,QUAKER,INST OATMEAL,FRT& CRM VAR,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08228~^~0800~^~Cereals, QUAKER, Instant Oatmeal, raisins, dates and walnuts, dry~^~CEREALS,QUAKER,INST OATMEAL,RAISINS,DATES & WALNUTS,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08229~^~0800~^~Cereals, QUAKER, Instant Oatmeal, low sodium, dry~^~CEREALS,QUAKER,INST OATMEAL,LO NA,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08230~^~0800~^~Cereals, QUAKER, farina, Creamy Wheat, enriched, dry~^~CEREALS,QUAKER,FARINA,CREAMY WHEAT,ENR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08231~^~0800~^~Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, dry~^~CEREALS,QUAKER,OAT BRAN,QUAKER/MOTHER'S OAT BRAN,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08232~^~0800~^~Cereals, QUAKER, Scotch Barley, regular and quick, dry~^~CEREALS,QUAKER,SCOTCH BARLEY,REG&QUICK,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08234~^~0800~^~Cereals, QUAKER, oatmeal, instant, low sodium, prepared with water~^~CEREALS,QUAKER,OATMEAL,INST,LO NA,PREP W/H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08235~^~0800~^~Cereals, QUAKER, oatmeal, instant, raisins, dates and walnuts, prepared with water~^~CEREALS,QUAKER,OATMEAL,INST,RAISINS,DATES&WALNUTS,PREP W/H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08236~^~0800~^~Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, prepared with water, no salt~^~CEREALS,QKR,OAT BRAN,PREP W/H2O,NO SALT~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08237~^~0800~^~Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, no salt~^~CEREALS,QUAKER,CREAMY WHEAT,FARINA,ENR,PREP W/H2O,NO SALT~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08238~^~0800~^~Cereals, QUAKER, corn grits, instant, butter flavor, prepared with water~^~CEREALS,QUAKER,CORN GRITS,INST,BUTTER FLAVOR,PREP W/H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08239~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, GENERAL MILLS Berry Burst CHEERIOS, all flavors~^~CEREALS RTE,GEN MILLS,BERRY BURST CHEERIOS,ALL FLAVORS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08240~^~0800~^~Cereals, Oat Bran, QUAKER, QUAKER/MOTHER'S Oat Bran, prepared with water, salt~^~CEREALS,OAT BRAN,QKR,QKR/MOTHER'S OAT BRAN,PREP W/H2O,SALT~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08241~^~0800~^~Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, salt~^~CEREALS,QUAKER,CREAMY WHEAT,FARINA,ENR,PREP W/H2O,SALT~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08242~^~0800~^~Cereals ready-to-eat, JUST RIGHT with Crunchy Nuggets~^~CEREALS RTE,JUST RIGHT W/ CRUNCHY NUGGETS~^~~^~~^~Y~^~~^0^~~^^^^ ~08243~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, HONEY NUT CLUSTERS~^~CEREALS RTE,GENERAL MILLS,HONEY NUT CLUSTERS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^^^^ ~08244~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, FIBER ONE~^~CEREALS RTE,GENERAL MILLS,FIBER ONE~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08245~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Oatmeal Crisp, Raisin~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP,RAISIN~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08246~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes~^~CEREALS RTE,GENERAL MILLS,TOTAL CORN FLAKES~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08247~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, TOTAL Raisin Bran~^~CEREALS RTE,GENERAL MILLS,TOTAL RAISIN BRAN~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08249~^~0800~^~Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, no salt~^~CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,PREP W/H2O,NO SALT~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08252~^~0800~^~Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, salt~^~CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,PREP W/H2O,SALT~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08253~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN WITH EXTRA FIBER~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN W/ EX FIBER~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08254~^~0800~^~Cereals ready-to-eat, APPLE CINNAMON SQUARES MINI-WHEATS~^~CEREALS RTE,APPL CINN SQUARES MINI-WHEATS~^~~^~~^~Y~^~~^0^~~^^^^ ~08258~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Complete Oat Bran Flakes~^~CEREALS RTE,KELLOGG,KELLOGG'S COMPLETE OAT BRAN FLAKES~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08259~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S CRISPIX~^~CEREALS RTE,KELLOGG,KELLOGG'S CRISPIX~^~Includes USDA Commodity B855~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08261~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, RAISIN NUT BRAN~^~CEREALS RTE,GENERAL MILLS,RAISIN NUT BRAN~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08262~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, BASIC 4~^~CEREALS RTE,GENERAL MILLS,BASIC 4~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08263~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, APPLE CINNAMON CHEERIOS~^~CEREALS RTE,GENERAL MILLS,APPL CINN CHEERIOS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08267~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, FROSTED CHEERIOS~^~CEREALS RTE,GENERAL MILLS,FRSTD CHEERIOS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08268~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, FRANKENBERRY~^~CEREALS RTE,GENERAL MILLS,FRANKENBERRY~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08269~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Country Corn Flakes~^~CEREALS RTE,GENERAL MILLS,COUNTRY CORN FLAKES~^~~^~General Mills Inc.~^~~^~~^0^~~^6.25^^^ ~08270~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, COUNT CHOCULA~^~CEREALS RTE,GENERAL MILLS,COUNT CHOCULA~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08271~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, COCOA PUFFS~^~CEREALS RTE,GENERAL MILLS,COCOA PUFFS~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08272~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, CINNAMON TOAST CRUNCH~^~CEREALS RTE,GENERAL MILLS,CINN TOAST CRUNCH~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08273~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, BOO BERRY~^~CEREALS RTE,GENERAL MILLS,BOO BERRY~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08274~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, BERRY BERRY KIX~^~CEREALS RTE,GENERAL MILLS,BERRY BERRY KIX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08277~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, NATURE VALLEY LOW FAT FRUIT GRANOLA~^~CEREALS RTE,GENERAL MILLS,NATURE VALLEY LOFAT FRUIT GRANOLA~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08278~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, KABOOM~^~CEREALS RTE,GENERAL MILLS,KABOOM~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08283~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S JUST RIGHT Fruit & Nut~^~CEREALS RTE,KELLOGG,KELLOGG'S JUST RIGHT FRUIT & NUT~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08284~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Low Fat Granola with Raisins~^~CEREALS RTE,KELLOGG,KELLOGG'S LOFAT GRANOLA W/ RAISINS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08286~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S MUESLIX~^~CEREALS RTE,KELLOGG,KELLOGG'S MUESLIX~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08287~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S RAISIN MINI-WHEATS~^~CEREALS RTE,KELLOGG,KELLOGG'S RAISIN MINI-WHEATS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08288~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S RICE KRISPIES TREATS Cereal~^~CEREALS RTE,KELLOGG,KELLOGG'S RICE KRISPIES TREATS CRL~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08289~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S STRAWBERRY MINI-WHEATS~^~CEREALS RTE,KELLOGG,KELLOGG'S STRAWBERRY MINI-WHEATS~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08290~^~0800~^~Cereals ready-to-eat, HEALTH VALLEY, FIBER 7 Flakes~^~CEREALS RTE,HEALTH VALLEY,FIBER 7 FLAKES~^~~^~~^~Y~^~~^0^~~^^^^ ~08293~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER APPLE ZAPS~^~CEREALS RTE,QUAKER,QUAKER APPL ZAPS~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08294~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER COCOA BLASTS~^~CEREALS RTE,QUAKER,QUAKER COCOA BLASTS~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08297~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER FRUITANGY OH!S~^~CEREALS RTE,QUAKER,QUAKER FRUITANGY OH!S~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^^^^ ~08298~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER MARSHMALLOW SAFARI~^~CEREALS RTE,QUAKER,QUAKER MARSHMLLW SAFARI~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^^^^ ~08299~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER SWEET PUFFS~^~CEREALS RTE,QUAKER,QUAKER SWT PUFFS~^~~^~The Quaker Oats, Co.~^~Y~^~~^0^~~^6.25^^^ ~08305~^~0800~^~Cereals ready-to-eat, oat, corn and wheat squares, presweetened, maple flavored~^~CEREALS RTE,OAT,CORN&WHEAT SQUARES,PRESWEETENED,MAPLE FLAV~^~~^~~^~Y~^~~^0^~~^^^^ ~08309~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S HONEY CRUNCH CORN FLAKES~^~CEREALS RTE,KELLOGG,KELLOGG'S HONEY CRUNCH CORN FLAKES~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08314~^~0800~^~Cereals, QUAKER, hominy grits, white, quick, dry~^~CEREALS,QUAKER,HOMINY GRITS,WHITE,QUICK,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08315~^~0800~^~Cereals, QUAKER, hominy grits, yellow, quick, dry~^~CEREALS,QUAKER,HOMINY GRITS,YEL,QUICK,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08316~^~0800~^~Cereals, QUAKER, hominy grits, white, regular, dry~^~CEREALS,QUAKER,HOMINY GRITS,WHITE,REG,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08317~^~0800~^~Cereals, QUAKER, farina, enriched cinnamon flavor, dry~^~CEREALS,QUAKER,FARINA,ENR CINN FLAVOR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08318~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S SMART START Antioxidant Cereal~^~CEREALS RTE,KELLOGG,KELLOGG'S SMART START ANTIOXIDANT CRL~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08319~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S FROSTED MINI-WHEATS, bite size~^~CEREALS RTE,KELLOGG,KELLOGG'S FRSTD MINI-WHEATS,BITE SIZE~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08320~^~0800~^~Cereals ready-to-eat, KRAFT, POST BANANA NUT CRUNCH Cereal~^~CEREALS RTE,KRAFT,POST BANANA NUT CRUNCH CRL~^~~^~~^~~^~~^0^~~^^^^ ~08321~^~0800~^~Cereals ready-to-eat, KRAFT, POST BLUEBERRY MORNING Cereal~^~CEREALS RTE,KRAFT,POST BLUEBERRY MORNING CRL~^~~^~~^~~^~~^0^~~^^^^ ~08322~^~0800~^~Cereals ready-to-eat, KRAFT, POST Bran Flakes~^~CEREALS RTE,KRAFT,POST BRAN FLAKES~^~~^~~^~~^~~^0^~~^^^^ ~08323~^~0800~^~Cereals ready-to-eat, KRAFT, POST Cocoa PEBBLES Cereal~^~CEREALS RTE,KRAFT,POST COCOA PEBBLES CRL~^~~^~~^~~^~~^0^~~^^^^ ~08324~^~0800~^~Cereals ready-to-eat, KRAFT, POST Fruity PEBBLES Cereal~^~CEREALS RTE,KRAFT,POST FRUITY PEBBLES CRL~^~~^~~^~~^~~^0^~~^^^^ ~08325~^~0800~^~Cereals ready-to-eat, KRAFT, POST Frosted ALPHA-BITS Cereal~^~CEREALS RTE,KRAFT,POST FRSTD ALPHA-BITS CRL~^~~^~~^~~^~~^0^~~^^^^ ~08326~^~0800~^~Cereals ready-to-eat, KRAFT, POST Marshmallow ALPHA-BITS Cereal~^~CEREALS RTE,KRAFT,POST MARSHMLLW ALPHA-BITS CRL~^~~^~~^~~^~~^0^~~^^^^ ~08327~^~0800~^~Cereals ready-to-eat, KRAFT, POST FRUIT & FIBRE Dates, Raisins & Walnuts Cereal~^~CEREALS RTE,KRAFT,POST FRUIT&FIBRE DATES,RAISINS&WALNUTS CRL~^~~^~~^~~^~~^0^~~^^^^ ~08328~^~0800~^~Cereals ready-to-eat, KRAFT, POST GOLDEN CRISP Cereal~^~CEREALS RTE,KRAFT,POST GOLDEN CRISP CRL~^~~^~~^~~^~~^0^~~^^^^ ~08330~^~0800~^~Cereals ready-to-eat, KRAFT, POST GRAPE-NUTS Flakes~^~CEREALS RTE,KRAFT,POST GRAPE-NUTS FLAKES~^~~^~~^~~^~~^0^~~^^^^ ~08331~^~0800~^~Cereals ready-to-eat, KRAFT, POST GREAT GRAINS Crunchy Pecan Cereal~^~CEREALS RTE,KRAFT,POST GREAT GRAINS CRUNCHY PECAN CRL~^~~^~~^~~^~~^0^~~^^^^ ~08332~^~0800~^~Cereals ready-to-eat, KRAFT, POST GREAT GRAINS Raisin, Date & Pecan Cereal~^~CEREALS RTE,KRAFT,POST GREAT GRAINS RAISIN,DATE&PECAN CRL~^~~^~~^~~^~~^0^~~^^^^ ~08334~^~0800~^~Cereals ready-to-eat, KRAFT, POST HONEY BUNCHES OF OATS with Almonds Cereal~^~CEREALS RTE,KRAFT,POST HONEY BUNCHES OF OATS W/ALMONDS CRL~^~~^~~^~~^~~^0^~~^^^^ ~08335~^~0800~^~Cereals ready-to-eat, KRAFT, POST HONEYCOMB Cereal~^~CEREALS RTE,KRAFT,POST HONEYCOMB CRL~^~~^~~^~~^~~^0^~~^^^^ ~08336~^~0800~^~Cereals ready-to-eat, KRAFT, POST OREO O'S Cereal~^~CEREALS RTE,KRAFT,POST OREO O'S CRL~^~~^~~^~~^~~^0^~~^^^^ ~08338~^~0800~^~Cereals ready-to-eat, KRAFT, POST TOASTIES Corn Flakes~^~CEREALS RTE,KRAFT,POST TOASTIES CORN FLAKES~^~~^~~^~~^~~^0^~~^^^^ ~08339~^~0800~^~Cereals ready-to-eat, KRAFT, POST Frosted Shredded Wheat Bite Size Cereal~^~CEREALS RTE,KRAFT,POST FRSTD SHREDDED WHEAT BITE SIZE CRL~^~~^~~^~~^~~^0^~~^^^^ ~08341~^~0800~^~Cereals ready-to-eat, KRAFT, POST THE ORIGINAL SHREDDED WHEAT 'N BRAN Cereal~^~CEREALS RTE,KRAFT,POST THE ORIGINAL SHREDDED WHEAT 'N BRAN~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^^^^ ~08342~^~0800~^~Cereals ready-to-eat, KRAFT, POST THE ORIGINAL SHREDDED WHEAT SPOON SIZE Cereal~^~CEREALS RTE,KRAFT,POST THE ORIGIN SHREDDED WHEAT SPOON SIZE~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^^^^ ~08343~^~0800~^~Cereals ready-to-eat, KRAFT, POST 100% BRAN Cereal~^~CEREALS RTE,KRAFT,POST 100% BRAN CRL~^~~^~~^~~^~~^0^~~^^^^ ~08345~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Multi-Bran CHEX~^~CEREALS RTE,GENERAL MILLS,MULTI-BRAN CHEX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08346~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, COLOSSAL CRUNCH~^~CEREALS RTE,MALT-O-MEAL,COLOSSAL CRUNCH~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^^^^ ~08347~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, BERRY COLOSSAL CRUNCH~^~CEREALS RTE,MALT-O-MEAL,BERRY COLOSSAL CRUNCH~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^^^^ ~08348~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Crispy Rice~^~CEREALS RTE,MALT-O-MEAL,CRISPY RICE~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^^^^ ~08349~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, TOOTIE FRUITIES~^~CEREALS RTE,MALT-O-MEAL,TOOTIE FRUITIES~^~~^~Malt-O-Meal, Co.~^~Y~^~~^0^~~^^^^ ~08350~^~0800~^~Cereals, ready-to-eat, MALT-O-MEAL, TOASTY O'S~^~CEREALS,RTE,MALT-O-MEAL,TOASTY O'S~^~~^~Malt-O-Meal, Co.~^~Y~^~~^0^~~^^^^ ~08351~^~0800~^~Cereals ready-to-eat, QUAKER, MOTHER'S PEANUT BUTTER BUMPERS Cereal~^~CEREALS RTE,QUAKER,MOTHER'S PNUT BUTTER BUMPERS CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08352~^~0800~^~Cereals ready-to-eat, QUAKER, MOTHER'S TOASTED OAT BRAN CEREAL, Brown Sugar Flavor~^~CEREALS RTE,QUAKER,MOTHER'S TSTD OAT BRAN CRL,BROWN SUGAR~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08353~^~0800~^~Cereals ready-to-eat, QUAKER, MOTHER'S CINNAMON OAT CRUNCH~^~CEREALS RTE,QUAKER,MOTHER'S CINN OAT CRUNCH~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08354~^~0800~^~Cereals ready-to-eat, QUAKER, MOTHER'S GROOVY GRAHAMS~^~CEREALS RTE,QUAKER,MOTHER'S GROOVY GRAHAMS~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08355~^~0800~^~Cereals ready-to-eat, QUAKER, MOTHER'S COCOA BUMPERS~^~CEREALS RTE,QUAKER,MOTHER'S COCOA BUMPERS~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08357~^~0800~^~Cereals ready-to-eat, QUAKER, FRUITY BRONTOSAURUS BLASTS, bagged cereal~^~CEREALS RTE,QUAKER,FRUITY BRONTOSAURUS BLASTS,BAGGED CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08358~^~0800~^~Cereals ready-to-eat, QUAKER, CRISPY CORN PUFFS Cereal~^~CEREALS RTE,QUAKER,CRISPY CORN PUFFS CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08359~^~0800~^~Cereals ready-to-eat, QUAKER, Frosted Oats~^~CEREALS RTE,QUAKER,FRSTD OATS~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08360~^~0800~^~Cereals ready-to-eat, QUAKER, Oatmeal Cereal, Brown Sugar Bliss~^~CEREALS RTE,QUAKER,OATMEAL CRL,BROWN SUGAR BLISS~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08361~^~0800~^~Cereals ready-to-eat, QUAKER, Honey Graham bagged cereal~^~CEREALS RTE,QUAKER,HONEY GRAHAM BAGGED CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08362~^~0800~^~Cereals ready-to-eat, QUAKER, Toasted Oats/OATMMM'S~^~CEREALS RTE,QUAKER,TSTD OATS/OATMMM'S~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08363~^~0800~^~Cereals ready-to-eat, QUAKER, KRETSCHMER Toasted Wheat Bran~^~CEREALS RTE,QUAKER,KRETSCHMER TSTD WHEAT BRAN~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08364~^~0800~^~Cereals ready-to-eat, QUAKER, Cinnamon Crunch bagged cereal~^~CEREALS RTE,QUAKER,CINN CRUNCH BAGGED CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08366~^~0800~^~Cereals ready-to-eat, QUAKER, KRETSCHMER Wheat Germ, Regular~^~CEREALS RTE,QUAKER,KRETSCHMER WHEAT GERM,REG~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08371~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, PARA SU FAMILIA Raisin Bran~^~CEREALS RTE,GENERAL MILLS,PARA SU FAMILIA RAISIN BRAN~^~~^~General Mills Inc.~^~~^~~^0^~~^6.25^^^ ~08374~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S, CRISPIX CINNAMON CRUNCH~^~CEREALS RTE,KELLOGG,KELLOGG'S,CRISPIX CINN CRUNCH~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08375~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S CRUNCHEROOS~^~CEREALS RTE,KELLOGG,KELLOGG'S CRUNCHEROOS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08376~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S MARSHMALLOW FROOT LOOPS~^~CEREALS RTE,KELLOGG,KELLOGG'S MARSHMLLW FROOT LOOPS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08379~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Puffed Wheat~^~CEREALS RTE,KELLOGG,KELLOGG'S PUFFED WHEAT~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08380~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S, RAISIN BRAN CRUNCH~^~CEREALS RTE,KELLOGG,KELLOGG'S,RAISIN BRAN CRUNCH~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08383~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K RED BERRIES~^~CEREALS RTE,KELLOGG,KELLOGG'S SPL K RED BERRIES~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08384~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Shredded Wheat Miniatures~^~CEREALS RTE,KELLOGG,KELLOGG'S SHREDDED WHEAT MINIATURES~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08386~^~0800~^~Cereals ready-to-eat, KASHI GOLEAN CRUNCH! by KELLOGG~^~CEREALS RTE,KASHI GOLEAN CRUNCH! BY KELLOGG~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08387~^~0800~^~Cereals ready-to-eat, KASHI HEART TO HEART, Honey Toasted Oat~^~CEREALS RTE,KASHI HEART TO HEART,HONEY TSTD OAT~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08388~^~0800~^~Cereals ready-to-eat, Puffed KASHI by Kellogg~^~CEREALS RTE,PUFFED KASHI BY KELLOGG~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08389~^~0800~^~Cereals ready-to-eat, KASHI 7 Whole Grain Honey Puffs~^~CEREALS RTE,KASHI 7 WHL GRAIN HONEY PUFFS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08390~^~0800~^~Cereals ready-to-eat, KASHI Good Friends by Kellogg~^~CEREALS RTE,KASHI GOOD FRIENDS BY KELLOGG~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08393~^~0800~^~Cereals ready-to-eat, KASHI GOLEAN by Kellogg~^~CEREALS RTE,KASHI GOLEAN BY KELLOGG~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08394~^~0800~^~Cereals ready-to-eat, QUAKER, MOTHER'S HONEY ROUNDUP~^~CEREALS RTE,QUAKER,MOTHER'S HONEY ROUNDUP~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08395~^~0800~^~Cereals ready-to-eat, QUAKER, Honey Nut Oats~^~CEREALS RTE,QUAKER,HONEY NUT OATS~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08396~^~0800~^~Cereals ready-to-eat, QUAKER, Honey Crisp Corn Flakes~^~CEREALS RTE,QUAKER,HONEY CRISP CORN FLAKES~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08398~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, HARMONY~^~CEREALS RTE,GENERAL MILLS,HARMONY~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08400~^~0800~^~Cereals ready-to-eat, QUAKER, Cranberry Macadamia Nut Cereal~^~CEREALS RTE,QUAKER,CRANBERRY MACADAMIA NUT CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08401~^~0800~^~Cereals ready-to-eat, QUAKER, Fruity Ocean Adventure Bagged Cereal~^~CEREALS RTE,QUAKER,FRUITY OCEAN ADVENTURE BAGGED CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08402~^~0800~^~Cereals, QUAKER, Quick Oats, Dry~^~CEREALS,QUAKER,QUICK OATS,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08408~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Apple Cinnamon TOASTY O's~^~CEREALS RTE,MALT-O-MEAL,APPL CINN TOASTY O'S~^~~^~Malt-O-Meal, Co.~^~Y~^~~^0^~~^6.25^^^ ~08409~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Frosted Flakes~^~CEREALS RTE,MALT-O-MEAL,FRSTD FLAKES~^~~^~Malt-O-Meal, Co.~^~Y~^~~^0^~~^6.25^^^ ~08410~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Cinnamon-Spice, dry~^~CEREALS,QUAKER,INST OATMEAL,CINNAMON-SPICE,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08411~^~0800~^~Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with "DINOSAUR BONES", Brown Sugar Cinnamon, dry~^~CERLS,QUKR,INST OTML,DNSR EGS W/ "DNSR BNS",BRN SGR CINN,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08412~^~0800~^~Cereals, QUAKER, Instant Oatmeal, French Vanilla Flavor, dry~^~CEREALS,QUAKER,INST OATMEAL,FRENCH VANILLA FLAVOR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08413~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Baked Apple, dry~^~CEREALS,QUAKER,INST OATMEAL,BKD APPL,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08414~^~0800~^~Cereals, QUAKER, Instant Oatmeal EXPRESS, Golden Brown Sugar, dry~^~CEREALS,QUAKER,INST OATMEAL EXPRESS,GOLDEN BROWN SUGAR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08415~^~0800~^~Cereals, QUAKER, Instant Oatmeal,TREASURE HUNT, dry~^~CEREALS,QUAKER,INST OATMEAL,TREASURE HUNT,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08416~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Honey Nut, dry~^~CEREALS,QUAKER,INST OATMEAL,HONEY NUT,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08417~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Banana Bread, dry~^~CEREALS,QUAKER,INST OATMEAL,BANANA BREAD,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08418~^~0800~^~Cereals, QUAKER, Instant Oatmeal EXPRESS, Baked Apple, dry~^~CEREALS,QUAKER,INST OATMEAL EXPRESS,BKD APPL,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08419~^~0800~^~Cereals, QUAKER, Instant Oatmeal EXPRESS Cinnamon Roll, Dry~^~CEREALS,QUAKER,INST OATMEAL EXPRESS CINN ROLL,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08420~^~0800~^~Cereals, QUAKER, Instant Oatmeal, NUTRITION FOR WOMEN, Vanilla Cinnamon, dry~^~CEREALS,QUAKER,INST OATMEAL,NUTR FOR WOMEN,VANILLA CINN,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08421~^~0800~^~Cereals, QUAKER, Instant Oatmeal, NUTRITION FOR WOMEN, Golden Brown Sugar, dry~^~CEREALS,QUAKER,INST OATMEAL,NUTR FOR WOMEN,GLDN BRWN SGR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08422~^~0800~^~Cereals, QUAKER, Instant Oatmeal, NUTRITION FOR WOMEN, Apple Spice, dry~^~CEREALS,QUAKER,INST OATMEAL,NUTR FOR WOMEN,APPL SPICE,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08423~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Cinnamon Spice, prepared with boiling water~^~CEREALS,QUAKER,INST OATMEAL,CINN SPICE,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08424~^~0800~^~Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with DINOSAUR BONES, Brown Sugar Cinnamon, prepared with boiling water~^~CLS,QKR,INSTOAT,DIN EGSW/ DINBNS,BRNSGRCINN,PRP W/ BOIL H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08425~^~0800~^~Cereals, QUAKER, Instant Oatmeal, French Vanilla, prepared with boiling water~^~CEREALS,QUAKER,INST OATMEAL,FRENCH VANILLA,PREP W/ BOIL H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08426~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Baked Apple, prepared with boiling water~^~CEREALS,QUAKER,INST OATMEAL,BKD APPL,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08427~^~0800~^~Cereals, QUAKER, Instant Oatmeal, TREASURE HUNT, prepared with boiling water~^~CEREALS,QUAKR,INST OATMEAL,TREASURE HUNT,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08428~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Honey Nut, prepared with boiling water~^~CEREALS,QUAKER,INST OATMEAL,HONEY NUT,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08429~^~0800~^~Cereals, QUAKER, Instant Oatmeal, EXPRESS Baked Apple, prepared with boiling water~^~CEREALS,QUAKR,INST OATMEAL,EXPR BKD APPL,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08430~^~0800~^~Cereals, QUAKER, Instant Oatmeal, EXPRESS Cinnamon Roll, prepared with boiling water~^~CEREALS,QUAKER,INST OATMEAL, CINN ROLL,PREP W/ BOILING H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08431~^~0800~^~Cereals, QUAKER Instant Oatmeal, NUTRITION FOR WOMEN, Vanilla Cinnamon, prepared with boiling water~^~CRLS,QUAKR INST OTML,NUTR FOR WMN,VNLA CINN,PREP W/ BOIL H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08432~^~0800~^~Cereals, QUAKER, Instant Oatmeal, NUTRITION FOR WOMEN, Golden Brown Sugar, prepared with boiling water~^~CEREALS,QKR,INST OATMEAL,FOR WOMEN,BRSUGR,PREP W/H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08433~^~0800~^~Cereals, QUAKER, Instant Oatmeal, NUTRITION FOR WOMEN, Apple Spice, prepared with boiling water~^~CERLS,QUKR,INST OATML,NUTR FOR WMN,APL SPCE,PREP W/ BOIL H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08434~^~0800~^~Cereals, QUAKER, Instant Oatmeal, EXPRESS, Golden Brown Sugar, prepared with boiling water~^~CERLS,QUKR,INST OATML,EXPR,GLDN BRN SUGR,PREP W/ BOIL H2O~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08435~^~0800~^~Cereals ready-to-eat, UNCLE SAM CEREAL~^~CEREALS RTE,UNCLE SAM CRL~^~~^~~^~Y~^~~^0^~~^^^^ ~08436~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, dry~^~CEREALS,QUAKER,INST OATMEAL,RAISIN & SPICE,DRY~^~~^~~^~~^~~^0^~~^^^^ ~08437~^~0800~^~Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, prepared~^~CEREALS,QUAKER,INST OATMEAL,RAISIN & SPICE,PREP~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^^^^ ~08444~^~0800~^~Cereals, QUAKER, Instant Grits Product with Redeye Gravy and Imitation Ham Bits, Dry~^~CERLS,QUAKER,INST GRIT PRDCT W/ RDEYE GRVY&IMITN HAM BIT,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08446~^~0800~^~Cereals, QUAKER, Mother's Instant Oatmeal (Non-Fortified), Dry~^~CEREALS,QUAKER,MOTHER'S INST OATMEAL (NON-FORTIFIED),DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08448~^~0800~^~Cereals, QUAKER, Instant Grits Product with Imitation Bacon Bits and Cheddar Flavor, Dry~^~CERLS,QUKR,INST GRIT PRDCT W/ IMITN BACN BIT&CHDR FLVR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08449~^~0800~^~Cereals, QUAKER, Instant Grits Product with American Cheese Flavor, Dry~^~CEREALS,QUAKER,INST GRITS PRODUCT W/ AMERICAN CHS FLAVOR,DRY~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08450~^~0800~^~Cereals, QUAKER, Instant Grits Product--Ham 'n' Cheese~^~CEREALS,QUAKER,INST GRITS PRODUCT--HAM 'N' CHS~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08456~^~0800~^~Cereals ready-to-eat, KELLOGG'S, FRUIT HARVEST Apple Cinnamon~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST APPL CINN~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08457~^~0800~^~Cereals ready-to-eat, KELLOGG'S, FRUIT HARVEST Peach/Strawberry~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST PEACH/STRAWBERRY~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08458~^~0800~^~Cereals ready-to-eat, KELLOGG'S, FRUIT HARVEST Strawberry/Blueberry~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST STRAWBERRY/BLUEBERRY~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08459~^~0800~^~Cereals ready-to-eat, KELLOGG'S, FROSTED MINI-WHEATS, Maple & Brown Sugar, Bite Size~^~CEREALS RTE,KELLG'S,FRSTD MINI-WHTS,MPLE & BRWN SGR,BTE SZE~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08460~^~0800~^~Cereals ready-to-eat, KELLOGG'S, TONY'S CINNAMON KRUNCHERS~^~CEREALS RTE,KELLOGG'S,TONY'S CINN KRUNCHERS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08461~^~0800~^~Cereals ready-to-eat, KASHI, CINNA-RAISIN CRUNCH by KELLOGG~^~CEREALS RTE,KASHI,CINNA-RAISIN CRUNCH BY KELLOGG~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08462~^~0800~^~Cereals ready-to-eat, KASHI, ORGANIC PROMISE Autumn Wheat~^~CEREALS RTE,KASHI,ORGANIC PROMISE AUTUMN WHEAT~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08463~^~0800~^~Cereals ready-to-eat, KASHI ORGANIC PROMISE STRAWBERRY FIELDS~^~CEREALS RTE,KASHI ORGANIC PROMISE STRAWBERRY FIELDS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08464~^~0800~^~Cereals ready-to-eat, KASHI, SEVEN IN THE MORNING by KELLOGG~^~CEREALS RTE,KASHI,SEVEN IN THE MORNING BY KELLOGG~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08466~^~0800~^~Cereals ready-to-eat, KELLOGG, SCOOBY-DOO! Berry Bones~^~CEREALS RTE,KELLOGG,SCOOBY-DOO! BERRY BONES~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08467~^~0800~^~Cereals ready-to-eat, KASHI ORGANIC PROMISE CRANBERRY SUNSHINE by KELLOGG~^~CEREALS RTE,KASHI ORGANIC PROMISE CRANBERRY SUNSHINE~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08468~^~0800~^~Cereals ready-to-eat, KELLOGG'S, Reduced Sugar FROOT LOOPS~^~CEREALS RTE,KELLOGG'S,RED SUGAR FROOT LOOPS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08469~^~0800~^~Cereals ready-to-eat, KELLOGG'S, Reduced Sugar Frosted Flakes Cereal~^~CEREALS RTE,KELLOGG'S,RED SUGAR FRSTD FLAKES CRL~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08470~^~0800~^~Cereals ready-to-eat, KELLOGG'S, FRUIT HARVEST Banana Berry~^~CEREALS RTE,KELLOGG'S,FRUIT HARVEST BANANA BERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08471~^~0800~^~Cereals ready-to-eat, KELLOGG'S, SPECIAL K Low Carb Lifestyle Protein Plus~^~CEREALS RTE,KELLOGG'S,SPL K LO CARB LIFESTYLE PROT PLUS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08472~^~0800~^~Cereals ready-to-eat, KELLOGG'S, CORN FLAKES With Real Bananas~^~CEREALS RTE,KELLOGG'S,CORN FLAKES W/ REAL BANANAS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08476~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Honey BUZZERS~^~CEREALS RTE,MALT-O-MEAL,HONEY BUZZERS~^~~^~~^~~^~~^0^~~^6.25^^^ ~08478~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, GOLDEN PUFFS~^~CEREALS RTE,MALT-O-MEAL,GOLDEN PUFFS~^~golden puffs~^~~^~~^~~^0^~~^6.25^^^ ~08481~^~0800~^~Cereals ready-to-eat, Malt-O-Meal Honey Graham Cereal~^~CEREALS RTE,MALT-O-MEAL HONEY GRAHAM CRL~^~~^~~^~~^~~^0^~~^6.25^^^ ~08483~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Puffed Wheat Cereal~^~CEREALS RTE,MALT-O-MEAL,PUFFED WHEAT CRL~^~~^~~^~~^~~^0^~~^6.25^^^ ~08484~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Raisin Bran Cereal~^~CEREALS RTE,MALT-O-MEAL,RAISIN BRAN CRL~^~~^~~^~~^~~^0^~~^6.25^^^ ~08487~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Blueberry Muffin Tops Cereal~^~CEREALS RTE,MALT-O-MEAL,BLUEBERRY MUFFIN TOPS CRL~^~~^~~^~~^~~^0^~~^6.25^^^ ~08488~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Farina Hot Wheat Cereal, dry~^~CEREALS RTE,MALT-O-MEAL,FARINA HOT WHEAT CRL,DRY~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08489~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Maple & Brown Sugar Hot Wheat Cereal, dry~^~CEREALS RTE,MALT-O-MEAL,MAPLE & BRWN SGR HOT WHT CRL,DRY~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08490~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, High Fiber Bran Flakes~^~CEREALS RTE,MALT-O-MEAL,HI FIBER BRAN FLAKES~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08491~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Honey Nut TOASTY O'S Cereal~^~CEREALS RTE,MALT-O-MEAL,HONEY NUT TOASTY O'S CRL~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08492~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Puffed Rice Cereal~^~CEREALS RTE,MALT-O-MEAL,PUFFED RICE CRL~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08493~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Apple ZINGS~^~CEREALS RTE,MALT-O-MEAL,APPL ZINGS~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08494~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, CINNAMON TOASTERS~^~CEREALS RTE,MALT-O-MEAL,CINN TOASTERS~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08495~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Cocoa DYNO-BITES~^~CEREALS RTE,MALT-O-MEAL,COCOA DYNO-BITES~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08497~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Corn Flakes~^~CEREALS RTE,MALT-O-MEAL,CORN FLAKES~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08500~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Frosted Whole Wheat Cereal~^~CEREALS RTE,MALT-O-MEAL,FRSTD WHL WHEAT CRL~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08501~^~0800~^~Cereals ready-to-eat, MALT-O-MEAL, Fruity DYNO-BITES~^~CEREALS RTE,MALT-O-MEAL,FRUITY DYNO-BITES~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^6.25^^^ ~08502~^~0800~^~Cereals ready-to-eat, NATURE'S PATH, OPTIMUM~^~CEREALS RTE,NATURE'S PATH,OPTIMUM~^~~^~Nature's Path~^~Y~^~~^0^~~^^^^ ~08503~^~0800~^~Cereals ready-to-eat, NATURE'S PATH, OPTIMUM SLIM~^~CEREALS RTE,NATURE'S PATH,OPTIMUM SLIM~^~~^~Nature's Path~^~Y~^~~^0^~~^6.25^^^ ~08504~^~0800~^~Cereals ready-to-eat, Ralston Enriched Bran flakes~^~CEREALS RTE,RALSTON ENR BRAN FLAKES~^~Includes USDA Commodity B877~^~Ralston Foods~^~~^~~^0^~~^^^^ ~08505~^~0800~^~Cereals ready-to-eat, Ralston Corn Biscuits~^~CEREALS RTE,RALSTON CORN BISCUITS~^~Includes USDA Commodity Corn Squares B851~^~Ralston Foods~^~~^~~^0^~~^^^^ ~08506~^~0800~^~Cereals ready-to-eat, Ralston Corn Flakes~^~CEREALS RTE,RALSTON CORN FLAKES~^~Includes USDA Commodity B878~^~Ralston Foods~^~~^~~^0^~~^^^^ ~08507~^~0800~^~Cereals ready-to-eat, Ralston Crispy Hexagons~^~CEREALS RTE,RALSTON CRISPY HEXAGONS~^~Includes USDA Commodity Corn and Rice B855~^~Ralston Foods~^~~^~~^0^~~^^^^ ~08508~^~0800~^~Cereals ready-to-eat, USDA Commodity Corn and Rice (includes all commodity brands)~^~CEREALS RTE,USDA CMDTY CORN & RICE (INCLUDES ALL BRANDS)~^~Includes USDA Commodity B855~^~~^~~^~~^0^~~^^^^ ~08509~^~0800~^~Cereals ready-to-eat, USDA Commodity Rice Crisps (includes all commodity brands)~^~CEREALS RTE,USDA CMDTY RICE CRISPS (INCLUDES ALL BRANDS)~^~Includes USDA Commodity B856 B857~^~~^~~^~~^0^~~^^^^ ~08510~^~0800~^~Milk and cereal bar~^~MILK & CRL BAR~^~~^~~^~Y~^~~^0^~~^^^^ ~08511~^~0800~^~Cereals, Malt-o-Meal, plain, prepared with water, without salt~^~CEREALS,MALT-O-MEAL,PLN,PREP W/ H2O,WO/ SALT~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^^^^ ~08512~^~0800~^~Cereals, Malt-O-Meal, chocolate, prepared with water, without salt~^~CEREALS,MALT-O-MEAL,CHOC,PREP W/ H2O,WO/ SALT~^~~^~Malt-O-Meal, Co.~^~~^~~^0^~~^^^^ ~08513~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, CHOCOLATE LUCKY CHARMS~^~CEREALS RTE,GENERAL MILLS,CHOC LUCKY CHARMS~^~~^~General Mills Inc.~^~~^~~^0^~~^6.25^^^ ~08514~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Frosted CHEX~^~CEREALS RTE,GENERAL MILLS,FRSTD CHEX~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08515~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP, Triple Berry~^~CEREALS RTE,GENERAL MILLS,OATMEAL CRISP,TRIPLE BERRY~^~~^~General Mills Inc.~^~~^~~^0^~~^6.25^^^ ~08516~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, Peanut Butter Cookie Crisp~^~CEREALS RTE,GENERAL MILLS,PNUT BUTTER COOKIE CRISP~^~~^~General Mills Inc.~^~~^~~^0^~~^6.25^^^ ~08517~^~0800~^~Cereals ready-to-eat, GENERAL MILLS Mills Peanut Butter Toast Crunch~^~CEREALS RTE,GENERAL MILLS MILLS PNUT BUTTER TOAST CRUNCH~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08518~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Yogurt Bites~^~CEREALS RTE,KELLOGG,KELLOGG'S ALL-BRAN YOGURT BITES~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08519~^~0800~^~Cereals ready-to-eat, KELLOGG, Berry RICE KRISPIES~^~CEREALS RTE,KELLOGG,BERRY RICE KRISPIES~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08520~^~0800~^~Cereals ready-to-eat, KELLOGG, KELLOGG'S Cinnamon MINI SWIRLZ~^~CEREALS RTE,KELLOGG,KELLOGG'S CINN MINI SWIRLZ~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08521~^~0800~^~Cereals ready-to-eat, KELLOGG, CRAN-VANILLA Crunch~^~CEREALS RTE,KELLOGG,CRAN-VANILLA CRUNCH~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08524~^~0800~^~Cereals ready-to-eat, KELLOGG, EGGO Crunch Cereal, maple flavored~^~CEREALS RTE,KELLOGG,EGGO CRUNCH CRL,MAPLE FLAV~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08525~^~0800~^~Cereals ready-to-eat, KELLOGG, Frosted MINI-WHEATS Bite Size Vanilla Creme~^~CEREALS RTE,KELLOGG,FRSTD MINI-WHEATS BITE SIZE VANILLA~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08526~^~0800~^~Cereals ready-to-eat, KELLOGG, Marshmallow FROOT LOOPS, Rainbow Breeze~^~CEREALS RTE,KELLOGG,MARSHMLLW FROOT LOOPS,RAINBOW BREEZE~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08527~^~0800~^~Cereals ready-to-eat, KELLOGG, Robots~^~CEREALS RTE,KELLOGG,ROBOTS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08528~^~0800~^~Cereals ready-to-eat, KELLOGG, Smart Start Healthy Heart, Original~^~CEREALS RTE,KELLOGG,SMART START HEALTHY HEART,ORIGINAL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08529~^~0800~^~Cereals ready-to-eat, KELLOGG, SMART START Healthy Heart, Maple Brown Sugar~^~CEREALS RTE,KELLOGG,SMART START HEALTHY HEART, BRN SUGAR~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08530~^~0800~^~Cereals ready-to-eat, KELLOGG, SMORZ~^~CEREALS RTE,KELLOGG,SMORZ~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08531~^~0800~^~Cereals ready-to-eat, KELLOGG, SPECIAL K, Fruit & Yogurt~^~CEREALS RTE,KELLOGG,SPL K,FRUIT & YOGURT~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08532~^~0800~^~Cereals ready-to-eat, KELLOGG, SpongeBob SquarePants~^~CEREALS RTE,KELLOGG,SPONGEBOB SQUAREPANTS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08533~^~0800~^~Cereals ready-to-eat, KELLOGG, Star Wars~^~CEREALS RTE,KELLOGG,STAR WARS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08534~^~0800~^~Cereals ready-to-eat, KELLOGG, TIGER POWER~^~CEREALS RTE,KELLOGG,TIGER POWER~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08535~^~0800~^~Cereals ready-to-eat, KELLOGG, Toasted Honey Crunch~^~CEREALS RTE,KELLOGG,TSTD HONEY CRUNCH~^~~^~~^~~^~~^0^~~^6.25^^^ ~08536~^~0800~^~Cereals ready-to-eat, KELLOGG, MINI SWIRLZ Fudge Ripple~^~CEREALS RTE,KELLOGG,MINI SWIRLZ FUDGE RIPPLE~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08537~^~0800~^~Cereals ready-to-eat, KASHI 7 Whole Grain Flakes by KELLOGG~^~CEREALS RTE,KASHI 7 WHL GRAIN FLAKES BY KELLOGG~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08538~^~0800~^~Cereals ready-to-eat, KASHI, HEART TO HEART, Wild Blueberry~^~CEREALS RTE,KASHI,HEART TO HEART,WILD BLUEBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08539~^~0800~^~Cereals ready-to-eat, KASHI ORGANIC PROMISE CINNAMON HARVEST~^~CEREALS RTE,KASHI ORGANIC PROMISE CINN HARVEST~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08540~^~0800~^~Cereals ready-to-eat, KASHI MIGHTY BITES, Cinnamon Cereal~^~CEREALS RTE,KASHI MIGHTY BITES,CINN CRL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08541~^~0800~^~Cereals ready-to-eat, KASHI MIGHTY BITES, Honey Crunch Cereal~^~CEREALS RTE,KASHI MIGHTY BITES,HONEY CRUNCH CRL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08542~^~0800~^~Cereals ready-to-eat, KELLOGG, Frosted MINI-WHEATS bite size STRAWBERRY DELIGHT~^~CEREALS RTE,KELLOGG,FRSTD MINI-WHEATS BITE SIZE STRAWBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08543~^~0800~^~Cereals ready-to-eat, KELLOGG'S, SPECIAL K Vanilla Almond~^~CEREALS RTE,KELLOGG'S,SPL K VANILLA ALMOND~^~~^~Kellogg, Co.~^~Y~^~~^0^~~^6.25^^^ ~08544~^~0800~^~Cereals, ready-to-eat, Kraft, Post Selects Cranberry Almond Crunch~^~CEREALS,RTE,KRAFT,POST SELECTS CRANBERRY ALMOND CRUNCH~^~~^~Kraft Foods, Inc.~^~Y~^~~^0^~~^^^^ ~08545~^~0800~^~Cereals ready-to-eat, QUAKER, Toasted Oatmeal Supreme Cereal, Strawberry Mango~^~CEREALS RTE,QUAKER,TSTD OATMEAL SUPREME CRL,STRAWBERRY MANGO~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08546~^~0800~^~Rice and Wheat cereal bar~^~RICE & WHEAT CRL BAR~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~08547~^~0800~^~Cereals ready-to-eat, Quaker, Peanut Butter Chocolatey Crunch Cereal~^~CEREALS RTE,QUAKER,PNUT BUTTER CHOCOLATEY CRUNCH CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08548~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER Toasted Oatmeal Cereal~^~CEREALS RTE,QUAKER,QUAKER TSTD OATMEAL CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08549~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER Honey Graham LIFE Cereal~^~CEREALS RTE,QUAKER,QUAKER HONEY GRAHAM LIFE CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08550~^~0800~^~Cereals ready-to-eat, QUAKER, Christmas Crunch~^~CEREALS RTE,QUAKER,CHRISTMAS CRUNCH~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08551~^~0800~^~Cereals ready-to-eat, QUAKER, QUAKER Life Vanilla Yogurt Crunch Cereal~^~CEREALS RTE,QUAKER,QUAKER LIFE VANILLA YOGURT CRUNCH CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08552~^~0800~^~Cereals ready-to-eat, QUAKER, SUPERMAN LIFE Cereal~^~CEREALS RTE,QUAKER,SUPERMAN LIFE CRL~^~~^~The Quaker Oats, Co.~^~~^~~^0^~~^6.25^^^ ~08553~^~0800~^~Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Yogurt Burst~^~CEREALS RTE,GENERAL MILLS,CHEERIOS,YOGURT BURST~^~~^~General Mills Inc.~^~Y~^~~^0^~~^6.25^^^ ~08554~^~0800~^~Cereals ready-to-eat, rolled oats, whole wheat, rice, presweetened, maple flavored, with pecans~^~CEREALS RTE,ROLLED OATS,WHL WHEAT,RICE,MAPLE FLAV,W/ PECANS~^~~^~~^~Y~^~~^0^~~^^^^ ~08555~^~0800~^~Cereal wafer straws, KELLOGG, APPLE JACKS Cereal straws~^~CEREAL WAFER STRAWS,KELLOGG,APPL JACKS CRL STRAWS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08556~^~0800~^~Cereal Wafer Straws, KELLOGG, FROOT LOOPS Cereal Straws~^~CEREAL WAFER STRAWS,KELLOGG,FROOT LOOPS CRL STRAWS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08557~^~0800~^~Cereals ready-to-eat, KELLOGG's MINI-WHEATS Frosted Strawberry Delight Cereal~^~CEREALS RTE,KELLOGG'S MINI-WHEATS FRSTD STRAWBERRY DELIGHT~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08558~^~0800~^~Cereals ready-to-eat, KELLOGG, MINI SWIRLZ Peanut Butter Cereal~^~CEREALS RTE,KELLOGG,MINI SWIRLZ PNUT BUTTER CRL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08559~^~0800~^~Cereal Wafer Straws, KELLOGG, COCOA KRISPIES Cereal Straws~^~CEREAL WAFER STRAWS,KELLOGG,COCOA KRISPIES CRL STRAWS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08560~^~0800~^~Cereals ready-to-eat, KASHI GO LEAN CRUNCH!, Honey Almond Flax~^~CEREALS RTE,KASHI GO LN CRUNCH!,HONEY ALMOND FLAX~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08561~^~0800~^~Cereals, KASHI GO LEAN Hot Cereal, Hearty Honey & Cinnamon, dry~^~CEREALS,KASHI GO LN HOT CRL,HEARTY HONEY & CINN,DRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08562~^~0800~^~Cereals, KASHI, KASHI GO LEAN Hot Cereal, Truly Vanilla, dry~^~CEREALS,KASHI,KASHI GO LN HOT CRL,TRULY VANILLA,DRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08563~^~0800~^~Cereals ready-to-eat, KASHI GRANOLA, COCOA BEACH Cereal~^~CEREALS RTE,KASHI GRANOLA,COCOA BEACH CRL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08564~^~0800~^~Cereals ready-to-eat, KASHI GRANOLA, ORCHARD SPICE CEREAL~^~CEREALS RTE,KASHI GRANOLA,ORCHARD SPICE CRL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08565~^~0800~^~Cereals ready-to-eat, KASHI GRANOLA, Summer Berry Cereal~^~CEREALS RTE,KASHI GRANOLA,SMMR BERRY CRL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08566~^~0800~^~Cereals ready-to-eat, KASHI GRANOLA, Mountain Medley Cereal~^~CEREALS RTE,KASHI GRANOLA,MOUNTAIN MEDLEY CRL~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08567~^~0800~^~Cereals ready-to-eat, KASHI 7 Whole Grain Nuggets~^~CEREALS RTE,KASHI 7 WHL GRAIN NUGGETS~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08568~^~0800~^~Cereals, KASHI HEART TO HEART, Instant Oatmeal, Apple Cinnamon, dry~^~CEREALS,KASHI HEART TO HEART,INST OATMEAL,APPL CINN,DRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08569~^~0800~^~Cereals, KASHI HEART TO HEART, Instant Oatmeal, maple, dry~^~CEREALS,KASHI HEART TO HEART,INST OATMEAL,MAPLE,DRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~08570~^~0800~^~Cereals, KASHI HEART TO HEART, Instant Oatmeal, Raisin Spice, dry~^~CEREALS,KASHI HEART TO HEART,INST OATMEAL,RAISIN SPICE,DRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~09001~^~0900~^~Acerola, (west indian cherry), raw~^~ACEROLA,(WEST INDIAN CHERRY),RAW~^~~^~~^~~^~18% seed, 2% stem end~^20^~Malpighia emarginata~^6.25^3.36^8.37^3.60 ~09002~^~0900~^~Acerola juice, raw~^~ACEROLA JUICE,RAW~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09003~^~0900~^~Apples, raw, with skin~^~APPLES,RAW,WITH SKIN~^~Includes USDA commodity food A343~^~~^~Y~^~Core and stem~^10^~Malus domestica~^6.25^3.36^8.37^3.60 ~09004~^~0900~^~Apples, raw, without skin~^~APPLES,RAW,WITHOUT SKIN~^~~^~~^~Y~^~10% core and stem, 13% skin~^23^~Malus domestica~^6.25^3.36^8.37^3.60 ~09005~^~0900~^~Apples, raw, without skin, cooked, boiled~^~APPLES,RAW,WO/SKN,CKD,BLD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09006~^~0900~^~Apples, raw, without skin, cooked, microwave~^~APPLES,RAW,WO/ SKN,CKD,MICROWAVE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09007~^~0900~^~Apples, canned, sweetened, sliced, drained, unheated~^~APPLES,CND,SWTND,SLICED,DRND,UNHTD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09008~^~0900~^~Apples, canned, sweetened, sliced, drained, heated~^~APPLES,CND,SWTND,SLICED,DRND,HTD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09009~^~0900~^~Apples, dehydrated (low moisture), sulfured, uncooked~^~APPLES,DEHYD (LO MOIST),SULFURED,UNCKD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09010~^~0900~^~Apples, dehydrated (low moisture), sulfured, stewed~^~APPLES,DEHYD (LO MOIST),SULFURED,STWD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09011~^~0900~^~Apples, dried, sulfured, uncooked~^~APPLES,DRIED,SULFURED,UNCKD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09012~^~0900~^~Apples, dried, sulfured, stewed, without added sugar~^~APPLES,DRIED,SULFURED,STWD,WO/ SUGAR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09013~^~0900~^~Apples, dried, sulfured, stewed, with added sugar~^~APPLES,DRIED,SULFURED,STWD,W/ SUGAR~^~~^~~^~~^~~^0^~~^6.25^^^ ~09014~^~0900~^~Apples, frozen, unsweetened, unheated~^~APPLES,FRZ,UNSWTND,UNHTD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09015~^~0900~^~Apples, frozen, unsweetened, heated~^~APPLES,FRZ,UNSWTND,HTD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09016~^~0900~^~Apple juice, canned or bottled, unsweetened, without added ascorbic acid~^~APPLE JUC,CND OR BTLD,UNSWTND,WO/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09017~^~0900~^~Apple juice, frozen concentrate, unsweetened, undiluted, without added ascorbic acid~^~APPLE JUC,FRZ CONC,UNSWTND,UNDIL,WO/ VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09018~^~0900~^~Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water without added ascorbic acid~^~APPLE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O WO/ VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09019~^~0900~^~Applesauce, canned, unsweetened, without added ascorbic acid (includes USDA commodity)~^~APPLESAUCE,CND,UNSWTND,WO/ADDED VIT C (INCLUDES USDA COMMOD)~^~Includes USDA commodity codes A350, A351~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09020~^~0900~^~Applesauce, canned, sweetened, without salt (includes USDA commodity)~^~APPLESAUCE,CND,SWTND,WO/ SALT (INCLUDES USDA COMMODITY)~^~Includes USDA commodity code A350~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09021~^~0900~^~Apricots, raw~^~APRICOTS,RAW~^~Includes USDA commodity food A386~^~~^~Y~^~Pits~^7^~Prunus armeniaca~^6.25^3.36^8.37^3.60 ~09022~^~0900~^~Apricots, canned, water pack, with skin, solids and liquids~^~APRICOTS,CND,H2O PK,W/SKN,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09023~^~0900~^~Apricots, canned, water pack, without skin, solids and liquids~^~APRICOTS,CND,H2O PK,WO/SKN,SOL&LIQUIDS~^~~^~~^~~^~Pits~^6^~~^6.25^3.36^8.37^3.60 ~09024~^~0900~^~Apricots, canned, juice pack, with skin, solids and liquids~^~APRICOTS,CND,JUC PK,W/SKN,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09025~^~0900~^~Apricots, canned, extra light syrup pack, with skin, solids and liquids~^~APRICOTS,CND,EX LT SYRUP PK,W/SKN,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.69 ~09026~^~0900~^~Apricots, canned, light syrup pack, with skin, solids and liquids~^~APRICOTS,CND,LT SYRUP PK,W/SKN,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09027~^~0900~^~Apricots, canned, heavy syrup pack, with skin, solids and liquids~^~APRICOTS,CND,HVY SYRUP PK,W/SKN,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09028~^~0900~^~Apricots, canned, heavy syrup pack, without skin, solids and liquids~^~APRICOTS,CND,HVY SYRUP PK,WO/SKN,SOL&LIQUIDS~^~~^~~^~~^~Pits~^6^~~^6.25^3.36^8.37^3.75 ~09029~^~0900~^~Apricots, canned, extra heavy syrup pack, without skin, solids and liquids~^~APRICOTS,CND,EX HVY SYRUP PK,WO/SKN,SOL&LIQUIDS~^~~^~~^~~^~Pits~^6^~~^6.25^3.36^8.37^3.78 ~09030~^~0900~^~Apricots, dehydrated (low-moisture), sulfured, uncooked~^~APRICOTS,DEHYD (LOW-MOISTURE),SULFURED,UNCKD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09031~^~0900~^~Apricots, dehydrated (low-moisture), sulfured, stewed~^~APRICOTS,DEHYD (LOW-MOISTURE),SULFURED,STWD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09032~^~0900~^~Apricots, dried, sulfured, uncooked~^~APRICOTS,DRIED,SULFURED,UNCKD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09033~^~0900~^~Apricots, dried, sulfured, stewed, without added sugar~^~APRICOTS,DRIED,SULFURED,STWD,WO/ SUGAR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09034~^~0900~^~Apricots, dried, sulfured, stewed, with added sugar~^~APRICOTS,DRIED,SULFURED,STWD,W/ SUGAR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09035~^~0900~^~Apricots, frozen, sweetened~^~APRICOTS,FROZEN,SWEETENED~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09036~^~0900~^~Apricot nectar, canned, without added ascorbic acid~^~APRICOT NECTAR,CND,WO/ VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.78 ~09037~^~0900~^~Avocados, raw, all commercial varieties~^~AVOCADOS,RAW,ALL COMM VAR~^~~^~~^~Y~^~Seed and skin~^26^~Persea americana~^6.25^3.36^8.37^3.60 ~09038~^~0900~^~Avocados, raw, California~^~AVOCADOS,RAW,CALIFORNIA~^~~^~~^~~^~Seed and skin~^33^~Persea americana~^6.25^3.36^8.37^3.60 ~09039~^~0900~^~Avocados, raw, Florida~^~AVOCADOS,RAW,FLORIDA~^~~^~~^~~^~Seed and skin~^33^~Persea americana~^6.25^3.36^8.37^3.60 ~09040~^~0900~^~Bananas, raw~^~BANANAS,RAW~^~~^~~^~Y~^~Skin~^36^~Musa acuminata Colla~^6.25^3.36^8.37^3.60 ~09041~^~0900~^~Bananas, dehydrated, or banana powder~^~BANANAS,DEHYD,OR BANANA PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09042~^~0900~^~Blackberries, raw~^~BLACKBERRIES,RAW~^~~^~~^~Y~^~Caps and spoiled berries~^4^~Rubus spp.~^6.25^3.36^8.37^3.60 ~09043~^~0900~^~Blackberry juice, canned~^~BLACKBERRY JUC,CND~^~~^~~^~Y~^~~^0^~~^^^^ ~09046~^~0900~^~Blackberries, canned, heavy syrup, solids and liquids~^~BLACKBERRIES,CND,HVY SYRUP,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09048~^~0900~^~Blackberries, frozen, unsweetened~^~BLACKBERRIES,FRZ,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09050~^~0900~^~Blueberries, raw~^~BLUEBERRIES,RAW~^~~^~~^~Y~^~Stems and green or spoiled berries~^5^~Vaccinium spp.~^6.25^3.36^8.37^3.60 ~09052~^~0900~^~Blueberries, canned, heavy syrup, solids and liquids~^~BLUEBERRIES,CND,HVY SYRUP,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09053~^~0900~^~Blueberries, wild, frozen~^~BLUEBERRIES,WILD,FRZ~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09054~^~0900~^~Blueberries, frozen, unsweetened~^~BLUEBERRIES,FRZ,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09055~^~0900~^~Blueberries, frozen, sweetened~^~BLUEBERRIES,FRZ,SWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09056~^~0900~^~Boysenberries, canned, heavy syrup~^~BOYSENBERRIES,CND,HVY SYRUP~^~~^~~^~~^~~^0^~Rubus ursinus var. loganobaccus~^6.25^3.36^8.37^3.75 ~09057~^~0900~^~Boysenberries, frozen, unsweetened~^~BOYSENBERRIES,FRZ,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09059~^~0900~^~Breadfruit, raw~^~BREADFRUIT,RAW~^~~^~~^~Y~^~9% core, 13% skin~^22^~Artocarpus altilis~^6.25^3.36^8.37^3.60 ~09060~^~0900~^~Carambola, (starfruit), raw~^~CARAMBOLA,(STARFRUIT),RAW~^~~^~~^~Y~^~Seeds and stem end~^3^~Averrhoa carambola~^6.25^3.36^8.37^3.60 ~09061~^~0900~^~Carissa, (natal-plum), raw~^~CARISSA,(NATAL-PLUM),RAW~^~~^~~^~~^~7% seeds, 7% skin~^14^~Carissa macrocarpa~^6.25^3.36^8.37^3.60 ~09062~^~0900~^~Cherimoya, raw~^~CHERIMOYA,RAW~^~~^~~^~~^~Seeds and skin~^21^~Annona cherimola~^6.25^3.36^8.37^3.60 ~09063~^~0900~^~Cherries, sour, red, raw~^~CHERRIES,SOUR,RED,RAW~^~~^~~^~Y~^~Pits and stems~^10^~Prunus cerasus~^6.25^3.36^8.37^3.60 ~09064~^~0900~^~Cherries, sour, red, canned, water pack, solids and liquids (includes USDA commodity red tart cherries, canned)~^~CHERRIES,SOUR,RED,CND,H2O PK,SOL&LIQUIDS (INCL USDA CMDTY)~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09065~^~0900~^~Cherries, sour, red, canned, light syrup pack, solids and liquids~^~CHERRIES,SOUR,RED,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.71 ~09066~^~0900~^~Cherries, sour, red, canned, heavy syrup pack, solids and liquids~^~CHERRIES,SOUR,RED,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09067~^~0900~^~Cherries, sour, red, canned, extra heavy syrup pack, solids and liquids~^~CHERRIES,SOUR,RED,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09068~^~0900~^~Cherries, sour, red, frozen, unsweetened~^~CHERRIES,SOUR,RED,FRZ,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09070~^~0900~^~Cherries, sweet, raw~^~CHERRIES,SWEET,RAW~^~~^~~^~Y~^~Pits and stems~^8^~Prunus avium~^6.25^3.36^8.37^3.60 ~09071~^~0900~^~Cherries, sweet, canned, water pack, solids and liquids~^~CHERRIES,SWT,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^8^~~^6.25^3.36^8.37^3.60 ~09072~^~0900~^~Cherries, sweet, canned, juice pack, solids and liquids~^~CHERRIES,SWT,CND,JUC PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^8^~~^6.25^3.36^8.37^3.70 ~09073~^~0900~^~Cherries, sweet, canned, light syrup pack, solids and liquids~^~CHERRIES,SWT,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^8^~~^6.25^3.36^8.37^3.71 ~09074~^~0900~^~Cherries, sweet, canned, pitted, heavy syrup pack, solids and liquids~^~CHERRIES,SWT,CND,PITTED,HVY SYRUP PK,SOL & LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09075~^~0900~^~Cherries, sweet, canned, extra heavy syrup pack, solids and liquids~^~CHERRIES,SWT,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~Pits~^8^~~^6.25^3.36^8.37^3.78 ~09076~^~0900~^~Cherries, sweet, frozen, sweetened~^~CHERRIES,SWT,FRZ,SWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.78 ~09077~^~0900~^~Crabapples, raw~^~CRABAPPLES,RAW~^~~^~~^~~^~Core and stems~^8^~Malus spp.~^6.25^3.36^8.37^3.60 ~09078~^~0900~^~Cranberries, raw~^~CRANBERRIES,RAW~^~~^~~^~Y~^~Stems and spoiled berries~^2^~Vaccinium macrocarpon~^6.25^3.36^8.37^3.60 ~09079~^~0900~^~Cranberries, dried, sweetened~^~CRANBERRIES,DRIED,SWTND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.60 ~09081~^~0900~^~Cranberry sauce, canned, sweetened~^~CRANBERRY SAU,CND,SWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.84 ~09082~^~0900~^~Cranberry-orange relish, canned~^~CRANBERRY-ORANGE RELISH,CND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.82 ~09083~^~0900~^~Currants, european black, raw~^~CURRANTS,EUROPEAN BLACK,RAW~^~~^~~^~~^~Stems~^2^~Ribes nigrum~^6.25^3.36^8.37^3.60 ~09084~^~0900~^~Currants, red and white, raw~^~CURRANTS,RED&WHITE,RAW~^~~^~~^~Y~^~Stems~^2^~Ribes rubrum~^6.25^3.36^8.37^3.60 ~09085~^~0900~^~Currants, zante, dried~^~CURRANTS,ZANTE,DRIED~^~~^~~^~Y~^~~^0^~Vitis vinifera~^6.25^3.36^8.37^3.60 ~09086~^~0900~^~Custard-apple, (bullock's-heart), raw~^~CUSTARD-APPLE,(BULLOCK'S-HEART),RAW~^~~^~~^~~^~Seeds and skin~^42^~Annona reticulata~^6.25^3.36^8.37^3.60 ~09087~^~0900~^~Dates, deglet noor~^~DATES,DEGLET NOOR~^~~^~~^~Y~^~Pits~^10^~Phoenix dactylifera~^6.25^3.36^8.37^3.60 ~09088~^~0900~^~Elderberries, raw~^~ELDERBERRIES,RAW~^~~^~~^~~^~No info available- assumed no refuse~^0^~Sambucus spp.~^6.25^3.36^8.37^3.60 ~09089~^~0900~^~Figs, raw~^~FIGS,RAW~^~~^~~^~Y~^~Stems~^1^~Ficus carica~^6.25^3.36^8.37^3.60 ~09090~^~0900~^~Figs, canned, water pack, solids and liquids~^~FIGS,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09091~^~0900~^~Figs, canned, light syrup pack, solids and liquids~^~FIGS,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09092~^~0900~^~Figs, canned, heavy syrup pack, solids and liquids~^~FIGS,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09093~^~0900~^~Figs, canned, extra heavy syrup pack, solids and liquids~^~FIGS,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09094~^~0900~^~Figs, dried, uncooked~^~FIGS,DRIED,UNCOOKED~^~~^~~^~Y~^~Stems~^4^~~^6.25^3.36^8.37^3.60 ~09095~^~0900~^~Figs, dried, stewed~^~FIGS,DRIED,STEWED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09096~^~0900~^~Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, water pack, solids and liquids~^~FRUIT COCKTAIL,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09097~^~0900~^~Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, juice pack, solids and liquids~^~FRUIT COCKTAIL,CND,JUC PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09098~^~0900~^~Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra light syrup, solids and liquids~^~FRUIT COCKTAIL,CND,EX LT SYRUP,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.69 ~09099~^~0900~^~Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, light syrup, solids and liquids~^~FRUIT COCKTAIL,CND,LT SYRUP,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09100~^~0900~^~Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, heavy syrup, solids and liquids~^~FRUIT COCKTAIL,CND,HVY SYRUP,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09101~^~0900~^~Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra heavy syrup, solids and liquids~^~FRUIT COCKTAIL,CND,EX HVY SYRUP,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09102~^~0900~^~Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, water pack, solids and liquids~^~FRUIT SALAD,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09103~^~0900~^~Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, juice pack, solids and liquids~^~FRUIT SALAD,CND,JUC PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.70 ~09104~^~0900~^~Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, light syrup, solids and liquids~^~FRUIT SALAD,CND,LT SYRUP,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.71 ~09105~^~0900~^~Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, heavy syrup, solids and liquids~^~FRUIT SALAD,CND,HVY SYRUP,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09106~^~0900~^~Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, extra heavy syrup, solids and liquids~^~FRUIT SALAD,CND,EX HVY SYRUP,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09107~^~0900~^~Gooseberries, raw~^~GOOSEBERRIES,RAW~^~~^~~^~~^~No info available- assumed no refuse~^0^~Ribes spp.~^6.25^3.36^8.37^3.60 ~09109~^~0900~^~Gooseberries, canned, light syrup pack, solids and liquids~^~GOOSEBERRIES,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.71 ~09111~^~0900~^~Grapefruit, raw, pink and red and white, all areas~^~GRAPEFRUIT,RAW,PINK&RED&WHITE,ALL AREAS~^~~^~~^~Y~^~Peel, seeds, core, and membrane~^50^~Citrus paradisi~^6.25^3.36^8.37^3.60 ~09112~^~0900~^~Grapefruit, raw, pink and red, all areas~^~GRAPEFRUIT,RAW,PINK&RED,ALL AREAS~^~~^~~^~~^~Peel, seeds, core, and membrane~^49^~Citrus paradisi~^6.25^3.36^8.37^3.60 ~09113~^~0900~^~Grapefruit, raw, pink and red, California and Arizona~^~GRAPEFRUIT,RAW,PINK&RED,CALIFORNIA&ARIZONA~^~~^~~^~~^~Peel, seeds, core, and membrane~^49^~Citrus paradisi~^6.25^3.36^8.37^3.60 ~09114~^~0900~^~Grapefruit, raw, pink and red, Florida~^~GRAPEFRUIT,RAW,PINK & RED,FLORIDA~^~~^~~^~~^~Peel, seeds, core, and membrane~^49^~Citrus paradisi~^6.25^3.36^8.37^3.60 ~09116~^~0900~^~Grapefruit, raw, white, all areas~^~GRAPEFRUIT,RAW,WHITE,ALL AREAS~^~~^~~^~Y~^~Peel, seeds, core, and membrane~^51^~Citrus paradisi~^6.25^3.36^8.37^3.60 ~09117~^~0900~^~Grapefruit, raw, white, California~^~GRAPEFRUIT,RAW,WHITE,CALIFORNIA~^~~^~~^~~^~Peel, seeds, core, and membrane~^51^~Citrus paradisi~^6.25^3.36^8.37^3.60 ~09118~^~0900~^~Grapefruit, raw, white, Florida~^~GRAPEFRUIT,RAW,WHITE,FLORIDA~^~~^~~^~~^~Peel, seeds, core, and membrane~^51^~Citrus paradisi~^6.25^3.36^8.37^3.60 ~09119~^~0900~^~Grapefruit, sections, canned, water pack, solids and liquids~^~GRAPEFRUIT,SECTIONS,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09120~^~0900~^~Grapefruit, sections, canned, juice pack, solids and liquids~^~GRAPEFRUIT,SECTIONS,CND,JUC PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09121~^~0900~^~Grapefruit, sections, canned, light syrup pack, solids and liquids~^~GRAPEFRUIT,SECTIONS,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09123~^~0900~^~Grapefruit juice, white, canned, unsweetened~^~GRAPEFRUIT JUC,WHITE,CND,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09124~^~0900~^~Grapefruit juice, white, canned, sweetened~^~GRAPEFRUIT JUC,WHITE,CND,SWTND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09125~^~0900~^~Grapefruit juice, white, frozen concentrate, unsweetened, undiluted~^~GRAPEFRUIT JUC,WHITE,FRZ CONC,UNSWTND,UNDIL~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09126~^~0900~^~Grapefruit juice, white, frozen concentrate, unsweetened, diluted with 3 volume water~^~GRAPEFRUIT JUC,WHITE,FRZ CONC,UNSWTND,DIL W/ 3 VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09128~^~0900~^~Grapefruit juice, white, raw~^~GRAPEFRUIT JUC,WHITE,RAW~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09130~^~0900~^~Grape juice, canned or bottled, unsweetened, with added ascorbic acid~^~GRAPE JUC,CND OR BTLD,UNSWTND,W/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09131~^~0900~^~Grapes, american type (slip skin), raw~^~GRAPES,AMERICAN TYPE (SLIP SKN),RAW~^~~^~~^~Y~^~6% seeds, 34% skin, 2% stems~^42^~Vitis spp.~^6.25^3.36^8.37^3.60 ~09132~^~0900~^~Grapes, red or green (European type, such as Thompson seedless), raw~^~GRAPES,RED OR GRN (EURO TYPE,SUCH AS THOMPSON SEEDLESS),RAW~^~~^~~^~Y~^~Stems~^4^~Vitis vinifera~^6.25^3.36^8.37^3.60 ~09133~^~0900~^~Grapes, canned, thompson seedless, water pack, solids and liquids~^~GRAPES,CND,THOMPSON SEEDLESS,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09134~^~0900~^~Grapes, canned, thompson seedless, heavy syrup pack, solids and liquids~^~GRAPES,CND,THOMPSON SEEDLESS,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09135~^~0900~^~Grape juice, canned or bottled, unsweetened, without added ascorbic acid~^~GRAPE JUC,CND OR BTLD,UNSWTND,WO/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09136~^~0900~^~Grape juice cocktail, frozen concentrate, undiluted, with added ascorbic acid~^~GRAPE JUC COCKTAIL,FRZ CONC,UNDIL,W/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09137~^~0900~^~Grape juice cocktail, frozen concentrate, diluted with 3 volume water, with added ascorbic acid~^~GRAPE JUC COCKTAIL,FRZ CONC,DIL W/ 3 VOL H2O,W/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09138~^~0900~^~Groundcherries, (cape-gooseberries or poha), raw~^~GROUNDCHERRIES,(CAPE-GOOSEBERRIES OR POHA),RAW~^~~^~~^~~^~Husks~^6^~Physalis spp.~^6.25^3.36^8.37^3.60 ~09139~^~0900~^~Guavas, common, raw~^~GUAVAS,COMMON,RAW~^~~^~~^~Y~^~Skin~^22^~Psidium guajava~^6.25^3.36^8.37^3.60 ~09140~^~0900~^~Guavas, strawberry, raw~^~GUAVAS,STRAWBERRY,RAW~^~~^~~^~~^~Seeds, stem, and blossom end~^15^~Psidium cattleianum~^6.25^3.36^8.37^3.60 ~09143~^~0900~^~Guava sauce, cooked~^~GUAVA SAUCE,COOKED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09144~^~0900~^~Jackfruit, raw~^~JACKFRUIT,RAW~^~~^~~^~~^~Seeds and skin~^72^~Artocarpus heterophyllus~^6.25^3.36^8.37^3.60 ~09145~^~0900~^~Java-plum, (jambolan), raw~^~JAVA-PLUM,(JAMBOLAN),RAW~^~~^~~^~~^~Seed~^19^~Syzygium cumini~^6.25^3.36^8.37^3.60 ~09146~^~0900~^~Jujube, raw~^~JUJUBE,RAW~^~~^~~^~~^~Seeds~^7^~Ziziphus jujuba~^6.25^3.36^8.37^3.60 ~09147~^~0900~^~Jujube, dried~^~JUJUBE,DRIED~^~~^~~^~~^~Seeds~^11^~~^6.25^3.36^8.37^3.60 ~09148~^~0900~^~Kiwi fruit, (chinese gooseberries), fresh, raw~^~KIWI FRUIT,(CHINESE GOOSEBERRIES),FRSH,RAW~^~~^~~^~Y~^~Skin~^14^~Actinidia chinensis~^6.25^3.36^8.37^3.60 ~09149~^~0900~^~Kumquats, raw~^~KUMQUATS,RAW~^~~^~~^~Y~^~Seeds~^7^~Fortunella spp.~^6.25^3.36^8.37^3.60 ~09150~^~0900~^~Lemons, raw, without peel~^~LEMONS,RAW,WITHOUT PEEL~^~Includes USDA commodity food A415~^~~^~Y~^~45% peel, 2% seeds~^47^~Citrus limon~^6.25^3.36^8.37^2.48 ~09151~^~0900~^~Lemons, raw, with peel~^~LEMONS,RAW,WITH PEEL~^~~^~~^~~^~Seeds~^2^~Citrus limon~^6.25^^^ ~09152~^~0900~^~Lemon juice, raw~^~LEMON JUICE,RAW~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^2.70 ~09153~^~0900~^~Lemon juice, canned or bottled~^~LEMON JUC,CND OR BTLD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^2.70 ~09154~^~0900~^~Lemon juice, frozen, unsweetened, single strength~^~LEMON JUC,FRZ,UNSWTND,SINGLE STRENGTH~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^2.70 ~09156~^~0900~^~Lemon peel, raw~^~LEMON PEEL,RAW~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~09159~^~0900~^~Limes, raw~^~LIMES,RAW~^~~^~~^~Y~^~Peel and seeds~^16^~Citrus latifolia~^6.25^3.36^8.37^2.48 ~09160~^~0900~^~Lime juice, raw~^~LIME JUICE,RAW~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^2.70 ~09161~^~0900~^~Lime juice, canned or bottled, unsweetened~^~LIME JUC,CND OR BTLD,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^2.70 ~09164~^~0900~^~Litchis, raw~^~LITCHIS,RAW~^~lychee~^~~^~Y~^~Shell and seeds~^40^~Litchi chinensis~^6.25^3.36^8.37^3.60 ~09165~^~0900~^~Litchis, dried~^~LITCHIS,DRIED~^~lychee~^~~^~Y~^~Shell and seeds~^46^~~^6.25^3.36^8.37^3.60 ~09167~^~0900~^~Loganberries, frozen~^~LOGANBERRIES,FROZEN~^~~^~~^~Y~^~~^0^~Rubus ursinus var. loganobaccus~^6.25^3.36^8.37^3.60 ~09172~^~0900~^~Longans, raw~^~LONGANS,RAW~^~~^~~^~~^~Shell and seeds~^47^~Dimocarpus longan~^6.25^3.36^8.37^3.60 ~09173~^~0900~^~Longans, dried~^~LONGANS,DRIED~^~~^~~^~~^~Shell and seeds~^64^~~^6.25^3.36^8.37^3.60 ~09174~^~0900~^~Loquats, raw~^~LOQUATS,RAW~^~~^~~^~~^~Seeds and skin~^35^~Eriobotrya japonica~^6.25^3.36^8.37^3.60 ~09175~^~0900~^~Mammy-apple, (mamey), raw~^~MAMMY-APPLE,(MAMEY),RAW~^~~^~~^~~^~Seeds and skin~^40^~Mammea americana~^6.25^3.36^8.37^3.60 ~09176~^~0900~^~Mangos, raw~^~MANGOS,RAW~^~~^~~^~Y~^~Seeds and skin~^31^~Mangifera indica~^6.25^3.36^8.37^3.60 ~09177~^~0900~^~Mangosteen, canned, syrup pack~^~MANGOSTEEN,CND,SYRUP PK~^~~^~~^~~^~~^0^~Garcinia mangostana~^6.25^3.36^8.37^3.75 ~09181~^~0900~^~Melons, cantaloupe, raw~^~MELONS,CANTALOUPE,RAW~^~includes USDA commodity food A415~^~~^~Y~^~9% cavity contents, 1% cutting loss, 39% rind~^49^~Cucumis melo~^6.25^3.36^8.37^3.60 ~09183~^~0900~^~Melons, casaba, raw~^~MELONS,CASABA,RAW~^~~^~~^~Y~^~11% cavity contents, 29% rind~^40^~Cucumis melo~^6.25^3.36^8.37^3.60 ~09184~^~0900~^~Melons, honeydew, raw~^~MELONS,HONEYDEW,RAW~^~~^~~^~Y~^~5% cavity contents, rind 49%~^54^~Cucumis melo~^6.25^3.36^8.37^3.60 ~09185~^~0900~^~Melon balls, frozen~^~MELON BALLS,FROZEN~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09187~^~0900~^~Fruit, mixed, (peach and pear and pineapple), canned, heavy syrup, solids and liquids~^~FRUIT,MXD,(PEACH&PEAR&PNAPPL),CND,HVY SYRUP,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.75 ~09188~^~0900~^~Fruit, mixed, (prune and apricot and pear), dried~^~FRUIT,MXD,(PRUNE&APRICOT&PEAR),DRIED~^~~^~~^~~^~Pits~^6^~~^6.25^3.36^8.37^3.60 ~09189~^~0900~^~Fruit, mixed, (peach and cherry-sweet and -sour and raspberry and grape and boysenberry), frozen, sweetened~^~FRUIT,MXD,(PCH, CHER-SWT & SR, RASPB, GRAPE, BOYS),FRZ,SWTND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09190~^~0900~^~Mulberries, raw~^~MULBERRIES,RAW~^~~^~~^~Y~^~~^0^~Morus nigra~^6.25^3.36^8.37^3.60 ~09191~^~0900~^~Nectarines, raw~^~NECTARINES,RAW~^~~^~~^~Y~^~Pit~^9^~Prunus persica var. nucipersica~^6.25^3.36^8.37^3.60 ~09192~^~0900~^~Oheloberries, raw~^~OHELOBERRIES,RAW~^~~^~~^~~^~~^0^~Vaccinium reticulatum~^6.25^3.36^8.37^3.60 ~09193~^~0900~^~Olives, ripe, canned (small-extra large)~^~OLIVES,RIPE,CND (SMALL-EXTRA LRG)~^~~^~~^~Y~^~~^0^~Olea europaea~^6.25^3.36^8.37^3.60 ~09194~^~0900~^~Olives, ripe, canned (jumbo-super colossal)~^~OLIVES,RIPE,CND (JUMBO-SUPER COLOSSAL)~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09195~^~0900~^~Olives, pickled, canned or bottled, green~^~OLIVES,PICKLED,CND OR BTLD,GRN~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09200~^~0900~^~Oranges, raw, all commercial varieties~^~ORANGES,RAW,ALL COMM VAR~^~~^~~^~Y~^~Peel and seeds~^27^~Citrus sinensis~^6.25^3.36^8.37^3.60 ~09201~^~0900~^~Oranges, raw, California, valencias~^~ORANGES,RAW,CALIFORNIA,VALENCIAS~^~~^~~^~~^~Peel and seeds~^25^~Citrus sinensis~^6.25^3.36^8.37^3.60 ~09202~^~0900~^~Oranges, raw, navels~^~ORANGES,RAW,NAVELS~^~~^~~^~~^~Peel and navel~^32^~Citrus sinensis~^6.25^3.36^8.37^3.60 ~09203~^~0900~^~Oranges, raw, Florida~^~ORANGES,RAW,FLORIDA~^~~^~~^~Y~^~Peel and seeds~^26^~Citrus sinensis~^6.25^3.36^8.37^3.60 ~09205~^~0900~^~Oranges, raw, with peel~^~ORANGES,RAW,WITH PEEL~^~~^~~^~~^~Seeds~^1^~Citrus sinensis~^6.25^3.36^8.37^3.60 ~09206~^~0900~^~Orange juice, raw~^~ORANGE JUICE,RAW~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09207~^~0900~^~Orange juice, canned, unsweetened~^~ORANGE JUC,CND,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09209~^~0900~^~Orange juice, chilled, includes from concentrate~^~ORANGE JUC,CHILLED,INCL FROM CONC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09210~^~0900~^~Orange juice, chilled, includes from concentrate, fortified with calcium and vitamin D~^~ORANGE JUC,CHILLED,INCL FROM CONC,FORT W/ CA & VITAMIN D~^~~^~~^~~^~~^0^~~^^3.36^8.37^3.92 ~09214~^~0900~^~Orange juice, frozen concentrate, unsweetened, undiluted~^~ORANGE JUC,FRZ CONC,UNSWTND,UNDIL~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09215~^~0900~^~Orange juice, frozen concentrate, unsweetened, diluted with 3 volume water~^~ORANGE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09216~^~0900~^~Orange peel, raw~^~ORANGE PEEL,RAW~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09217~^~0900~^~Orange-grapefruit juice, canned, unsweetened~^~ORANGE-GRAPEFRUIT JUC,CND,UNSWTND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09218~^~0900~^~Tangerines, (mandarin oranges), raw~^~TANGERINES,(MANDARIN ORANGES),RAW~^~~^~~^~Y~^~Peel and seeds~^26^~Citrus reticulata~^6.25^3.36^8.37^3.60 ~09219~^~0900~^~Tangerines, (mandarin oranges), canned, juice pack~^~TANGERINES,(MANDARIN ORANGES),CND,JUC PK~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09220~^~0900~^~Tangerines, (mandarin oranges), canned, light syrup pack~^~TANGERINES,(MANDARIN ORANGES),CND,LT SYRUP PK~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09221~^~0900~^~Tangerine juice, raw~^~TANGERINE JUICE,RAW~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09223~^~0900~^~Tangerine juice, canned, sweetened~^~TANGERINE JUC,CND,SWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09224~^~0900~^~Tangerine juice, frozen concentrate, sweetened, undiluted~^~TANGERINE JUC,FRZ CONC,SWTND,UNDIL~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09225~^~0900~^~Tangerine juice, frozen concentrate, sweetened, diluted with 3 volume water~^~TANGERINE JUC,FRZ CONC,SWTND,DIL W/3 VOLUME H2O~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09226~^~0900~^~Papayas, raw~^~PAPAYAS,RAW~^~~^~~^~Y~^~Seeds and skin~^33^~Carica papaya~^6.25^3.36^8.37^3.60 ~09229~^~0900~^~Papaya nectar, canned~^~PAPAYA NECTAR,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~09231~^~0900~^~Passion-fruit, (granadilla), purple, raw~^~PASSION-FRUIT,(GRANADILLA),PURPLE,RAW~^~~^~~^~Y~^~Shell~^48^~Passiflora edulis~^6.25^3.36^8.37^3.60 ~09232~^~0900~^~Passion-fruit juice, purple, raw~^~PASSION-FRUIT JUC,PURPLE,RAW~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09233~^~0900~^~Passion-fruit juice, yellow, raw~^~PASSION-FRUIT JUC,YEL,RAW~^~~^~~^~Y~^~~^0^~Passiflora edulis f. flavicarpa~^6.25^3.36^8.37^3.92 ~09236~^~0900~^~Peaches, raw~^~PEACHES,RAW~^~~^~~^~Y~^~Pit~^4^~Prunus persica~^6.25^3.36^8.37^3.60 ~09237~^~0900~^~Peaches, canned, water pack, solids and liquids~^~PEACHES,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09238~^~0900~^~Peaches, canned, juice pack, solids and liquids~^~PEACHES,CND,JUC PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09239~^~0900~^~Peaches, canned, extra light syrup, solids and liquids~^~PEACHES,CND,EX LT SYRUP,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.69 ~09240~^~0900~^~Peaches, canned, light syrup pack, solids and liquids~^~PEACHES,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09241~^~0900~^~Peaches, canned, heavy syrup pack, solids and liquids~^~PEACHES,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09242~^~0900~^~Peaches, canned, extra heavy syrup pack, solids and liquids~^~PEACHES,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09243~^~0900~^~Peaches, spiced, canned, heavy syrup pack, solids and liquids~^~PEACHES,SPICED,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^4^~~^6.25^3.36^8.37^3.75 ~09244~^~0900~^~Peaches, dehydrated (low-moisture), sulfured, uncooked~^~PEACHES,DEHYD (LOW-MOISTURE),SULFURED,UNCKD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09245~^~0900~^~Peaches, dehydrated (low-moisture), sulfured, stewed~^~PEACHES,DEHYD (LOW-MOISTURE),SULFURED,STWD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09246~^~0900~^~Peaches, dried, sulfured, uncooked~^~PEACHES,DRIED,SULFURED,UNCKD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09247~^~0900~^~Peaches, dried, sulfured, stewed, without added sugar~^~PEACHES,DRIED,SULFURED,STWD,WO/ SUGAR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09248~^~0900~^~Peaches, dried, sulfured, stewed, with added sugar~^~PEACHES,DRIED,SULFURED,STWD,W/ SUGAR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09250~^~0900~^~Peaches, frozen, sliced, sweetened~^~PEACHES,FRZ,SLICED,SWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.78 ~09251~^~0900~^~Peach nectar, canned, without added ascorbic acid~^~PEACH NECTAR,CND,WO/ VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.79 ~09252~^~0900~^~Pears, raw~^~PEARS,RAW~^~Includes USDA commodity food A435~^~~^~Y~^~Stem, core and seeds~^10^~Pyrus communis~^6.25^3.36^8.37^3.60 ~09253~^~0900~^~Pears, canned, water pack, solids and liquids~^~PEARS,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09254~^~0900~^~Pears, canned, juice pack, solids and liquids~^~PEARS,CND,JUC PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09255~^~0900~^~Pears, canned, extra light syrup pack, solids and liquids~^~PEARS,CND,EX LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.69 ~09256~^~0900~^~Pears, canned, light syrup pack, solids and liquids~^~PEARS,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09257~^~0900~^~Pears, canned, heavy syrup pack, solids and liquids~^~PEARS,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09258~^~0900~^~Pears, canned, extra heavy syrup pack, solids and liquids~^~PEARS,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09259~^~0900~^~Pears, dried, sulfured, uncooked~^~PEARS,DRIED,SULFURED,UNCKD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09260~^~0900~^~Pears, dried, sulfured, stewed, without added sugar~^~PEARS,DRIED,SULFURED,STWD,WO/ SUGAR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09261~^~0900~^~Pears, dried, sulfured, stewed, with added sugar~^~PEARS,DRIED,SULFURED,STWD,W/ SUGAR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09262~^~0900~^~Pear nectar, canned, without added ascorbic acid~^~PEAR NECTAR,CND,WO/ VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09263~^~0900~^~Persimmons, japanese, raw~^~PERSIMMONS,JAPANESE,RAW~^~~^~~^~Y~^~2% calyx, 14% skin~^16^~Diospyros kaki~^6.25^3.36^8.37^3.60 ~09264~^~0900~^~Persimmons, japanese, dried~^~PERSIMMONS,JAPANESE,DRIED~^~~^~~^~~^~Stems~^8^~~^6.25^3.36^8.37^3.60 ~09265~^~0900~^~Persimmons, native, raw~^~PERSIMMONS,NATIVE,RAW~^~~^~~^~~^~2% calyx, 16% seeds~^18^~Diospyros virginiana~^6.25^3.36^8.37^3.60 ~09266~^~0900~^~Pineapple, raw, all varieties~^~PINEAPPLE,RAW,ALL VAR~^~~^~~^~Y~^~8% core, 16% crown, 26% parings~^49^~Ananas comosus~^6.25^3.36^8.37^3.60 ~09267~^~0900~^~Pineapple, canned, water pack, solids and liquids~^~PINEAPPLE,CND,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09268~^~0900~^~Pineapple, canned, juice pack, solids and liquids~^~PINEAPPLE,CND,JUC PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~09269~^~0900~^~Pineapple, canned, light syrup pack, solids and liquids~^~PINEAPPLE,CND,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.71 ~09270~^~0900~^~Pineapple, canned, heavy syrup pack, solids and liquids~^~PINEAPPLE,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09271~^~0900~^~Pineapple, canned, extra heavy syrup pack, solids and liquids~^~PINEAPPLE,CND,EX HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09272~^~0900~^~Pineapple, frozen, chunks, sweetened~^~PINEAPPLE,FRZ,CHUNKS,SWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.78 ~09273~^~0900~^~Pineapple juice, canned, unsweetened, without added ascorbic acid~^~PINEAPPLE JUC,CND,UNSWTND,WO/ VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09274~^~0900~^~Pineapple juice, frozen concentrate, unsweetened, undiluted~^~PINEAPPLE JUC,FRZ CONC,UNSWTND,UNDIL~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09275~^~0900~^~Pineapple juice, frozen concentrate, unsweetened, diluted with 3 volume water~^~PINEAPPLE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09276~^~0900~^~Pitanga, (surinam-cherry), raw~^~PITANGA,(SURINAM-CHERRY),RAW~^~~^~~^~~^~Seed, stem, and blossom end~^12^~Eugenia uniflora~^6.25^3.36^8.37^3.60 ~09277~^~0900~^~Plantains, raw~^~PLANTAINS,RAW~^~~^~~^~Y~^~Skin and stems~^35^~Musa X paradisiaca~^6.25^3.36^8.37^3.60 ~09278~^~0900~^~Plantains, cooked~^~PLANTAINS,COOKED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09279~^~0900~^~Plums, raw~^~PLUMS,RAW~^~~^~~^~Y~^~Pits~^6^~Prunus spp.~^6.25^3.36^8.37^3.60 ~09281~^~0900~^~Plums, canned, purple, water pack, solids and liquids~^~PLUMS,CND,PURPLE,H2O PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^5^~~^6.25^3.36^8.37^3.60 ~09282~^~0900~^~Plums, canned, purple, juice pack, solids and liquids~^~PLUMS,CND,PURPLE,JUC PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^5^~~^6.25^3.36^8.37^3.70 ~09283~^~0900~^~Plums, canned, purple, light syrup pack, solids and liquids~^~PLUMS,CND,PURPLE,LT SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^5^~~^6.25^3.36^8.37^3.71 ~09284~^~0900~^~Plums, canned, purple, heavy syrup pack, solids and liquids~^~PLUMS,CND,PURPLE,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~Pits~^5^~~^6.25^3.36^8.37^3.75 ~09285~^~0900~^~Plums, canned, purple, extra heavy syrup pack, solids and liquids~^~PLUMS,CND,PURPLE,EX HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~Pits~^5^~~^6.25^3.36^8.37^3.78 ~09286~^~0900~^~Pomegranates, raw~^~POMEGRANATES,RAW~^~~^~~^~Y~^~Skin and membrane~^44^~Punica granatum~^6.25^3.36^8.37^3.60 ~09287~^~0900~^~Prickly pears, raw~^~PRICKLY PEARS,RAW~^~~^~~^~~^~Seeds, skin, and bud end~^25^~Opuntia spp.~^6.25^3.36^8.37^3.60 ~09288~^~0900~^~Prunes, canned, heavy syrup pack, solids and liquids~^~PRUNES,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~~^~Pits~^12^~Prunus domestica~^6.25^3.36^8.37^3.75 ~09289~^~0900~^~Prunes, dehydrated (low-moisture), uncooked~^~PRUNES,DEHYD (LOW-MOISTURE),UNCKD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09290~^~0900~^~Prunes, dehydrated (low-moisture), stewed~^~PRUNES,DEHYD (LOW-MOISTURE),STWD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09291~^~0900~^~Plums, dried (prunes), uncooked~^~PLUMS,DRIED (PRUNES),UNCKD~^~~^~~^~Y~^~Pits~^13^~~^6.25^3.36^8.37^3.60 ~09292~^~0900~^~Plums, dried (prunes), stewed, without added sugar~^~PLUMS,DRIED (PRUNES),STWD,WO/ ADDED SUGAR~^~~^~~^~Y~^~Pits~^15^~~^6.25^3.36^8.37^3.60 ~09293~^~0900~^~Plums, dried (prunes), stewed, with added sugar~^~PLUMS,DRIED (PRUNES),STWD,W/ ADDED SUGAR~^~~^~~^~~^~Pits~^15^~~^6.25^3.36^8.37^3.60 ~09294~^~0900~^~Prune juice, canned~^~PRUNE JUICE,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09295~^~0900~^~Pummelo, raw~^~PUMMELO,RAW~^~~^~~^~~^~Seeds, skin, and membrane~^44^~Citrus maxima~^6.25^3.36^8.37^3.60 ~09296~^~0900~^~Quinces, raw~^~QUINCES,RAW~^~~^~~^~~^~Core, seeds, and parings~^39^~Cydonia oblonga~^6.25^3.36^8.37^3.60 ~09297~^~0900~^~Raisins, golden seedless~^~RAISINS,GOLDEN SEEDLESS~^~~^~~^~Y~^~~^0^~Vitis vinifera~^6.25^3.36^8.37^3.60 ~09298~^~0900~^~Raisins, seedless~^~RAISINS,SEEDLESS~^~~^~~^~Y~^~~^0^~Vitis vinifera~^6.25^3.36^8.37^3.60 ~09299~^~0900~^~Raisins, seeded~^~RAISINS,SEEDED~^~~^~~^~~^~~^0^~Vitis vinifera~^6.25^3.36^8.37^3.60 ~09301~^~0900~^~Rambutan, canned, syrup pack~^~RAMBUTAN,CND,SYRUP PK~^~~^~~^~~^~~^0^~Nephelium lappaceum~^6.25^3.36^8.37^3.75 ~09302~^~0900~^~Raspberries, raw~^~RASPBERRIES,RAW~^~~^~~^~Y~^~Caps, stems, and spoiled berries~^4^~Rubus spp.~^6.25^3.36^8.37^3.60 ~09304~^~0900~^~Raspberries, canned, red, heavy syrup pack, solids and liquids~^~RASPBERRIES,CND,RED,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09306~^~0900~^~Raspberries, frozen, red, sweetened~^~RASPBERRIES,FRZ,RED,SWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.78 ~09307~^~0900~^~Rhubarb, raw~^~RHUBARB,RAW~^~~^~~^~Y~^~19% ends, 6% leaves~^25^~Rheum rhabarbarum~^6.25^3.36^8.37^3.60 ~09309~^~0900~^~Rhubarb, frozen, uncooked~^~RHUBARB,FROZEN,UNCOOKED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09310~^~0900~^~Rhubarb, frozen, cooked, with sugar~^~RHUBARB,FRZ,CKD,W/SUGAR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.78 ~09311~^~0900~^~Roselle, raw~^~ROSELLE,RAW~^~~^~~^~~^~Seed pods and stem~^39^~Hibiscus sabdariffa~^6.25^3.36^8.37^3.60 ~09312~^~0900~^~Rose-apples, raw~^~ROSE-APPLES,RAW~^~~^~~^~~^~Caps and pits~^33^~Syzygium jambos~^6.25^3.36^8.37^3.60 ~09313~^~0900~^~Sapodilla, raw~^~SAPODILLA,RAW~^~~^~~^~~^~Seeds and skin~^20^~Manilkara zapota~^6.25^3.36^8.37^3.60 ~09314~^~0900~^~Sapotes, (marmalade plum), raw~^~SAPOTES,(MARMALADE PLUM),RAW~^~~^~~^~~^~Seeds and skin~^29^~Pouteria sapota~^6.25^3.36^8.37^3.60 ~09315~^~0900~^~Soursop, raw~^~SOURSOP,RAW~^~~^~~^~Y~^~Seeds and skin~^33^~Annona muricata~^6.25^3.36^8.37^3.60 ~09316~^~0900~^~Strawberries, raw~^~STRAWBERRIES,RAW~^~~^~~^~Y~^~Caps and stems~^6^~Fragaria X ananassa~^6.25^3.36^8.37^3.60 ~09317~^~0900~^~Strawberries, canned, heavy syrup pack, solids and liquids~^~STRAWBERRIES,CND,HVY SYRUP PK,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.75 ~09318~^~0900~^~Strawberries, frozen, unsweetened~^~STRAWBERRIES,FRZ,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09319~^~0900~^~Strawberries, frozen, sweetened, whole~^~STRAWBERRIES,FRZ,SWTND,WHL~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09320~^~0900~^~Strawberries, frozen, sweetened, sliced~^~STRAWBERRIES,FRZ,SWTND,SLICED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.60 ~09321~^~0900~^~Sugar-apples, (sweetsop), raw~^~SUGAR-APPLES,(SWEETSOP),RAW~^~~^~~^~~^~Seeds and skin~^45^~Annona squamosa~^6.25^3.36^8.37^3.60 ~09322~^~0900~^~Tamarinds, raw~^~TAMARINDS,RAW~^~~^~~^~Y~^~Pods and seeds~^66^~Tamarindus indica~^6.25^3.36^8.37^3.60 ~09325~^~0900~^~Fruit salad, (pineapple and papaya and banana and guava), tropical, canned, heavy syrup, solids and liquids~^~FRUIT SALAD,TROPICAL,CND,HVY SYRUP,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.75 ~09326~^~0900~^~Watermelon, raw~^~WATERMELON,RAW~^~~^~~^~Y~^~Rind, seeds, and cutting loss~^48^~Citrullus lanatus~^6.25^3.36^8.37^3.60 ~09328~^~0900~^~Maraschino cherries, canned, drained~^~MARASCHINO CHERRIES,CND,DRND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~09334~^~0900~^~Feijoa, raw~^~FEIJOA,RAW~^~~^~~^~~^~Skin~^25^~Acca sellowiana~^6.25^3.36^8.37^3.60 ~09340~^~0900~^~Pears, asian, raw~^~PEARS,ASIAN,RAW~^~~^~~^~Y~^~Core and stem~^9^~Pyrus pyrifolia (Burman f.) Nakai~^6.25^3.36^8.37^3.60 ~09351~^~0900~^~Fruit cocktail, canned, heavy syrup, drained~^~FRUIT COCKTAIL,CND,HVY SYRUP,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.60 ~09352~^~0900~^~Blueberries, canned, light syrup, drained~^~BLUEBERRIES,CND,LT SYRUP,DRND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09353~^~0900~^~Blueberries, wild, canned, heavy syrup, drained~^~BLUEBERRIES,WILD,CND,HVY SYRUP,DRND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09354~^~0900~^~Pineapple, canned, juice pack, drained~^~PINEAPPLE,CND,JUC PK,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.70 ~09357~^~0900~^~Apricots, canned, heavy syrup, drained~^~APRICOTS,CND,HVY SYRUP,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.75 ~09367~^~0900~^~Cherries, sweet, canned, pitted, heavy syrup, drained~^~CHERRIES,SWT,CND,PITTED,HVY SYRUP,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.75 ~09370~^~0900~^~Peaches, canned, heavy syrup, drained~^~PEACHES,CND,HVY SYRUP,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.75 ~09374~^~0900~^~Pears, canned, heavy syrup, drained~^~PEARS,CND,HVY SYRUP,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.75 ~09379~^~0900~^~Plums, canned, heavy syrup, drained~^~PLUMS,CND,HVY SYRUP,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.75 ~09383~^~0900~^~Tangerines, (mandarin oranges), canned, juice pack, drained~^~TANGERINES,(MANDARIN ORANGES),CND,JUC PK,DRND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.70 ~09400~^~0900~^~Apple juice, canned or bottled, unsweetened, with added ascorbic acid~^~APPLE JUC,CND OR BTLD,UNSWTND,W/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09401~^~0900~^~Applesauce, canned, unsweetened, with added ascorbic acid~^~APPLESAUCE,CND,UNSWTND,W/ VIT C~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.60 ~09402~^~0900~^~Applesauce, canned, sweetened, with salt~^~APPLESAUCE,CND,SWTND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.75 ~09403~^~0900~^~Apricot nectar, canned, with added ascorbic acid~^~APRICOT NECTAR,CND,W/ VIT C~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.78 ~09404~^~0900~^~Grapefruit juice, pink, raw~^~GRAPEFRUIT JUICE,PINK,RAW~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09405~^~0900~^~Kiwifruit, (chinese gooseberries), held in storage, raw~^~KIWIFRUIT,(CHINESE GOOSEBERRIES),HELD IN STORAGE,RAW~^~~^~~^~~^~Skin~^14^~~^6.25^3.36^8.37^3.60 ~09406~^~0900~^~Orange juice, California, chilled, includes from concentrate~^~ORANGE JUC,CALIFORNIA,CHILLED,INCL FROM CONC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09407~^~0900~^~Peach nectar, canned, with added ascorbic acid~^~PEACH NECTAR,CND,W/ VIT C~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.79 ~09408~^~0900~^~Pear nectar, canned, with added ascorbic acid~^~PEAR NECTAR,CND,W/ VIT C~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.75 ~09409~^~0900~^~Pineapple juice, canned, unsweetened, with added ascorbic acid~^~PINEAPPLE JUC,CND,UNSWTND,W/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09410~^~0900~^~Apple juice, frozen concentrate, unsweetened, undiluted, with added ascorbic acid~^~APPLE JUC,FRZ CONC,UNSWTND,UNDIL,W/ VIT C~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09411~^~0900~^~Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water, with added ascorbic acid~^~APPLE JUC,FRZ CONC,UNSWTND,DIL W/3 VOLUME H2O,W/ VIT C~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~09420~^~0900~^~Jackfruit, canned, syrup pack~^~JACKFRUIT,CND,SYRUP PK~^~~^~~^~~^~~^0^~Artocarpus heterophyllus~^6.25^3.36^8.37^3.75 ~09421~^~0900~^~Dates, medjool~^~DATES,MEDJOOL~^~~^~~^~~^~~^^~Phoenix dactylifera~^^3.36^8.37^3.60 ~09422~^~0900~^~Durian, raw or frozen~^~DURIAN,RAW OR FROZEN~^~~^~~^~~^~Shell and seeds (for raw fruit)~^68^~Durio zibethinus~^6.25^3.36^8.37^3.60 ~09423~^~0900~^~Prune puree~^~PRUNE PUREE~^~~^~~^~~^~~^0^~~^^^^ ~09426~^~0900~^~Candied fruit~^~CANDIED FRUIT~^~~^~~^~Y~^~~^0^~~^^^^ ~09427~^~0900~^~Abiyuch, raw~^~ABIYUCH,RAW~^~~^~~^~~^~~^^~Crateva religiosa~^6.25^3.36^8.37^3.60 ~09428~^~0900~^~Rowal, raw~^~ROWAL,RAW~^~~^~~^~~^~~^^~Pangium edule~^6.25^3.36^8.37^3.60 ~09429~^~0900~^~Pineapple, raw, traditional varieties~^~PINEAPPLE,RAW,TRADITIONAL VAR~^~~^~~^~~^~8% core, 13% crown, 22% parings~^42^~Ananas comosus~^^3.36^8.37^3.60 ~09430~^~0900~^~Pineapple, raw, extra sweet variety~^~PINEAPPLE,RAW,EX SWT VAR~^~~^~~^~~^~8% core, 16% crown, 26% parings~^49^~Ananas comosus~^^3.36^8.37^3.60 ~09431~^~0900~^~USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, drained~^~USDA CMDTY,MXD FRUIT (PEACH,PEARS,GRAPES),CND,LT SYRUP,DRND~^~Commodity code A404~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.71 ~09432~^~0900~^~USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, solids and liquids~^~USDA CMDTY,MXD FRUIT (PEACH,PEAR,GRAPE),CND,LT SYR,SOL & LIQ~^~Commodity code A404~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.71 ~09433~^~0900~^~Clementines, raw~^~CLEMENTINES,RAW~^~~^~~^~~^~Peel and seeds~^23^~Citrus clementina hort. ex Tanaka~^^3.36^8.37^3.60 ~09434~^~0900~^~Guanabana nectar, canned~^~GUANABANA NECTAR,CND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~09435~^~0900~^~Guava nectar, canned~^~GUAVA NECTAR,CND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.80 ~09436~^~0900~^~Mango nectar, canned~^~MANGO NECTAR,CND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~09437~^~0900~^~Tamarind nectar, canned~^~TAMARIND NECTAR,CND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.80 ~09438~^~0900~^~USDA Commodity peaches, canned, light syrup, drained~^~USDA CMDTY PEACHES,CND,LT SYRUP,DRND~^~Commodity codes A408, A409, A411~^~~^~~^~~^0^~~^^3.36^8.37^3.71 ~09439~^~0900~^~USDA Commodity pears, canned, juice pack, drained~^~USDA CMDTY PEARS,CND,JUC PK,DRND~^~Commodity codes A437, A434, A431, A433~^~~^~~^~~^0^~~^^3.36^8.37^3.70 ~09440~^~0900~^~USDA Commodity pears, canned, light syrup, drained~^~USDA CMDTY PEARS,CND,LT SYRUP,DRND~^~Commodity codes A437, A434, A431, A433~^~~^~~^~~^0^~~^^3.36^8.37^3.71 ~09442~^~0900~^~Pomegranate juice, bottled~^~POMEGRANATE JUC,BTLD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~09443~^~0900~^~Juice, apple and grape blend, with added ascorbic acid~^~JUICE,APPL & GRAPE BLEND,W/ ADDED VIT C~^~~^~~^~~^~~^0^~~^^3.36^8.37^3.92 ~09444~^~0900~^~Juice, apple, grape and pear blend, with added ascorbic acid and calcium~^~JUICE,APPL,GRAPE & PEAR BLEND,W/ ADDED VIT C & CA~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~10000~^~1000~^~Pork, fresh, enhanced, composite of separable fat, cooked~^~PORK,FRSH,ENHANCED,COMP OF FAT,CKD~^~~^~~^~~^~~^^~~^^^^ ~10001~^~1000~^~Pork, fresh, carcass, separable lean and fat, raw~^~PORK,FRSH,CARCASS,LN&FAT,RAW~^~~^~~^~~^~Bone and skin~^18^~Suidae domesticus~^6.25^4.27^9.02^3.87 ~10002~^~1000~^~Pork, fresh, composite of trimmed retail cuts (leg, loin, shoulder), separable lean only, raw~^~PORK,FRSH,COMP OF RTL CUTS (LEG,LOIN,SHLDR),LN,RAW~^~~^~~^~Y~^~Bone and skin 22%, separable fat 8%~^30^~~^6.25^4.27^9.02^3.87 ~10003~^~1000~^~Pork, fresh, composite of trimmed leg, loin, shoulder, and spareribs, (includes cuts to be cured), separable lean and fat, raw~^~PORK,FRSH,COMP OF LEG,LOIN,SHLDR,&SPARERIBS,LN&FAT,RAW~^~~^~~^~Y~^~Bone and skin~^24^~~^6.25^4.27^9.02^3.87 ~10004~^~1000~^~Pork, fresh, backfat, raw~^~PORK,FRESH,BACKFAT,RAW~^~~^~~^~Y~^~Skin~^11^~~^6.25^4.27^9.02^3.87 ~10005~^~1000~^~Pork, fresh, belly, raw~^~PORK,FRSH,BELLY,RAW~^~~^~~^~~^~Skin~^7^~~^6.25^4.27^9.02^3.87 ~10006~^~1000~^~Pork, fresh, separable fat, raw~^~PORK,FRSH,FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10007~^~1000~^~Pork, fresh, separable fat, cooked~^~PORK,FRSH,FAT,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10008~^~1000~^~Pork, fresh, leg (ham), whole, separable lean and fat, raw~^~PORK,FRSH,LEG (HAM),WHL,LN&FAT,RAW~^~~^~~^~~^~Bone and skin~^17^~~^6.25^4.27^9.02^3.87 ~10009~^~1000~^~Pork, fresh, leg (ham), whole, separable lean and fat, cooked, roasted~^~PORK,FRSH,LEG (HAM),WHL,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone and skin~^20^~~^6.25^4.27^9.02^3.87 ~10010~^~1000~^~Pork, fresh, leg (ham), whole, separable lean only, raw~^~PORK,FRSH,LEG (HAM),WHL,LN,RAW~^~~^~~^~Y~^~Bone and skin 17%, separable fat 18%~^35^~~^6.25^4.27^9.02^3.87 ~10011~^~1000~^~Pork, fresh, leg (ham), whole, separable lean only, cooked, roasted~^~PORK,FRSH,LEG (HAM),WHL,LN,CKD,RSTD~^~~^~~^~Y~^~Bone and skin 20%, separable fat 12%~^32^~~^6.25^4.27^9.02^3.87 ~10012~^~1000~^~Pork, fresh, leg (ham), rump half, separable lean and fat, raw~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN&FAT,RAW~^~~^~~^~~^~Bone and skin~^17^~~^6.25^4.27^9.02^3.87 ~10013~^~1000~^~Pork, fresh, leg (ham), rump half, separable lean and fat, cooked, roasted~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone and skin~^18^~~^6.25^4.27^9.02^3.87 ~10014~^~1000~^~Pork, fresh, leg (ham), rump half, separable lean only, raw~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN,RAW~^~~^~~^~~^~Bone and skin 17%, separable fat 14%~^31^~~^6.25^4.27^9.02^3.87 ~10015~^~1000~^~Pork, fresh, leg (ham), rump half, separable lean only, cooked, roasted~^~PORK,FRSH,LEG (HAM),RUMP HALF,LN,CKD,RSTD~^~~^~~^~~^~Bone and skin 18%, separable fat 9%~^27^~~^6.25^4.27^9.02^3.87 ~10016~^~1000~^~Pork, fresh, leg (ham), shank half, separable lean and fat, raw~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN&FAT,RAW~^~~^~~^~~^~Bone and skin~^18^~~^6.25^4.27^9.02^3.87 ~10017~^~1000~^~Pork, fresh, leg (ham), shank half, separable lean and fat, cooked, roasted~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone and skin~^22^~~^6.25^4.27^9.02^3.87 ~10018~^~1000~^~Pork, fresh, leg (ham), shank half, separable lean only, raw~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN,RAW~^~~^~~^~~^~Bone and skin 18%, separable fat 20%~^38^~~^6.25^4.27^9.02^3.87 ~10019~^~1000~^~Pork, fresh, leg (ham), shank half, separable lean only, cooked, roasted~^~PORK,FRSH,LEG (HAM),SHANK HALF,LN,CKD,RSTD~^~~^~~^~~^~Bone and skin 22%, separable fat 14%~^36^~~^6.25^4.27^9.02^3.87 ~10020~^~1000~^~Pork, fresh, loin, whole, separable lean and fat, raw~^~PORK,FRSH,LOIN,WHL,LN&FAT,RAW~^~~^~~^~Y~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~10021~^~1000~^~Pork, fresh, loin, whole, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,WHL,LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~10022~^~1000~^~Pork, fresh, loin, whole, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,WHL,LN&FAT,CKD,BRLD~^~~^~~^~Y~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~10023~^~1000~^~Pork, fresh, loin, whole, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,WHL,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~10024~^~1000~^~Pork, fresh, loin, whole, separable lean only, raw~^~PORK,FRSH,LOIN,WHL,LN,RAW~^~~^~~^~Y~^~Bone 22%, separable fat 8%~^30^~~^6.25^4.27^9.02^3.87 ~10025~^~1000~^~Pork, fresh, loin, whole, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,WHL,LN,CKD,BRSD~^~~^~~^~Y~^~Bone 21%, separable fat 7%~^28^~~^6.25^4.27^9.02^3.87 ~10026~^~1000~^~Pork, fresh, loin, whole, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,WHL,LN,CKD,BRLD~^~~^~~^~Y~^~Bone 21%, separable fat 7%~^28^~~^6.25^4.27^9.02^3.87 ~10027~^~1000~^~Pork, fresh, loin, whole, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,WHL,LN,CKD,RSTD~^~~^~~^~Y~^~Bone 21%, separable fat 7%~^28^~~^6.25^4.27^9.02^3.87 ~10028~^~1000~^~Pork, fresh, loin, blade (chops or roasts), bone-in, separable lean and fat, raw~^~PORK,FRSH,LOIN,BLADE (CHOPS OR ROASTS),BONE-IN,LN&FAT,RAW~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~10029~^~1000~^~Pork, fresh, loin, blade (chops), bone-in, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~10030~^~1000~^~Pork, fresh, loin, blade (chops), bone-in, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~10031~^~1000~^~Pork, fresh, loin, blade (roasts), bone-in, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,BLADE (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~10032~^~1000~^~Pork, fresh, loin, blade (chops or roasts), bone-in, separable lean only, raw~^~PORK,FRSH,LOIN,BLADE (CHOPS OR ROASTS),BONE-IN,LN,RAW~^~~^~~^~~^~Bone 27%, separable fat 19%~^46^~~^6.25^4.27^9.02^3.87 ~10033~^~1000~^~Pork, fresh, loin, blade (chops), bone-in, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN,CKD,BRSD~^~~^~~^~Y~^~Bone 26%, separable fat 18%~^44^~~^6.25^4.27^9.02^3.87 ~10034~^~1000~^~Pork, fresh, loin, blade (chops), bone-in, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN,CKD,BRLD~^~~^~~^~~^~Bone 27%, separable fat 16%~^43^~~^6.25^4.27^9.02^3.87 ~10035~^~1000~^~Pork, fresh, loin, blade (roasts), bone-in, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,BLADE (ROASTS),BONE-IN,LN,CKD,RSTD~^~~^~~^~~^~Bone 25%, separable fat 15%~^40^~~^6.25^4.27^9.02^3.87 ~10036~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean and fat, raw~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN & FAT,RAW~^~Center loin chops, Centercut pork loin chops, centercut pork chops, URMIS #3313~^~~^~Y~^~Bone, 14%, Connective tissue, 11%~^25^~~^6.25^4.27^9.02^3.87 ~10037~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~10038~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^~Center loin chops, Centercut pork loin chops, centercut pork chops, URMIS #3313~^~~^~~^~Bone, 16%, Connective tissue, 9%~^25^~~^6.25^4.27^9.02^3.87 ~10039~^~1000~^~Pork, fresh, loin, center loin (roasts), bone-in, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,CNTR LOIN (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~10040~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean only, raw~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,RAW~^~Center cut pork loin chops, centercut pork chops, Center loin chops, URMIS #3313~^~~^~~^~Bone, 14%, Connective tissue, 11%, Separable fat, 6%~^31^~~^6.25^4.27^9.02^3.87 ~10041~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,CKD,BRSD~^~~^~~^~Y~^~Bone 24%, separable fat 8%~^32^~~^6.25^4.27^9.02^3.87 ~10042~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,CKD,BRLD~^~Center loin chops, Centercut pork chops, Centercut pork loin chops, URMIS #3313~^~~^~~^~Bone, 16%, Connective tissue, 9%, Separable fat, 5%~^30^~~^6.25^4.27^9.02^3.87 ~10043~^~1000~^~Pork, fresh, loin, center loin (roasts), bone-in, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,CNTR LOIN (ROASTS),BONE-IN,LN,CKD,RSTD~^~~^~~^~~^~Bone 26%, separable fat 6%~^32^~~^6.25^4.27^9.02^3.87 ~10044~^~1000~^~Pork, fresh, loin, center rib (chops or roasts), bone-in, separable lean and fat, raw~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BONE-IN,LN&FAT,RAW~^~Centercut pork loin, Rib chops, Rib cut chops~^~~^~~^~Bone, 22%, Connective tissue, 12%~^34^~~^6.25^4.27^9.02^3.87 ~10045~^~1000~^~Pork, fresh, loin, center rib (chops), bone-in, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~10046~^~1000~^~Pork, fresh, loin, center rib (chops), bone-in, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^~Centercut pork loin, Rib chops, Rib cut chops~^~~^~~^~Bone, 24%, Connective tissue, 11%~^35^~~^6.25^4.27^9.02^3.87 ~10047~^~1000~^~Pork, fresh, loin, center rib (roasts), bone-in, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^36^~~^6.25^4.27^9.02^3.87 ~10048~^~1000~^~Pork, fresh, loin, center rib (chops or roasts), bone-in, separable lean only, raw~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BONE-IN,LN,RAW~^~Centercut pork loin, Rib chops, Rib cut chops~^~~^~~^~Bone 22%, Connective tissue, 12%, separable fat 6%~^40^~~^6.25^4.27^9.02^3.87 ~10049~^~1000~^~Pork, fresh, loin, center rib (chops), bone-in, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN,CKD,BRSD~^~~^~~^~Y~^~Bone 33%, separable fat 7%~^40^~~^6.25^4.27^9.02^3.87 ~10050~^~1000~^~Pork, fresh, loin, center rib (chops), bone-in, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN,CKD,BRLD~^~Centercut pork loin chop, Rib chops, Rib cut chops~^~~^~Y~^~Bone 24%, Connective tissue, 11%, separable fat 5%~^40^~~^6.25^4.27^9.02^3.87 ~10051~^~1000~^~Pork, fresh, loin, center rib (roasts), bone-in, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BONE-IN,LN,CKD,RSTD~^~~^~~^~~^~Bone 36%, separable fat 5%~^41^~~^6.25^4.27^9.02^3.87 ~10052~^~1000~^~Pork, fresh, loin, sirloin (chops or roasts), bone-in, separable lean and fat, raw~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BONE-IN,LN&FAT,RAW~^~Hipbone roast, Loin end roast, Sirloin end roast~^~~^~~^~Bone, 17%, Connective tissue, 10%~^27^~~^6.25^4.27^9.02^3.87 ~10053~^~1000~^~Pork, fresh, loin, sirloin (chops), bone-in, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~10054~^~1000~^~Pork, fresh, loin, sirloin (chops), bone-in, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN&FAT,CKD,BRLD~^~~^~~^~Y~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~10055~^~1000~^~Pork, fresh, loin, sirloin (roasts), bone-in, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BONE-IN,LN&FAT,CKD,RSTD~^~Hipbone roast, Loin end roast, Sirloin end roast~^~~^~~^~Bone, 20%, Connective tissue, 11%~^31^~~^6.25^4.27^9.02^3.87 ~10056~^~1000~^~Pork, fresh, loin, sirloin (chops or roasts), bone-in, separable lean only, raw~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BONE-IN,LN,RAW~^~Hipbone roast, Loin end roast, Sirloin end roast~^~~^~~^~Bone 17%, Connective tissue, 11%, separable fat 5%~^33^~~^6.25^4.27^9.02^3.87 ~10057~^~1000~^~Pork, fresh, loin, sirloin (chops), bone-in, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN,CKD,BRSD~^~~^~~^~~^~Bone 28%, separable fat 8%~^36^~~^6.25^4.27^9.02^3.87 ~10058~^~1000~^~Pork, fresh, loin, sirloin (chops), bone-in, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BONE-IN,LN,CKD,BRLD~^~~^~~^~Y~^~Bone 28%, separable fat 8%~^36^~~^6.25^4.27^9.02^3.87 ~10059~^~1000~^~Pork, fresh, loin, sirloin (roasts), bone-in, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BONE-IN,LN,CKD,RSTD~^~Hipbone roast, Loin end roast, Sirloin end roast~^~~^~~^~Bone, 20%, connective tissue, 11%, separable fat, 4%~^35^~~^6.25^4.27^9.02^3.87 ~10060~^~1000~^~Pork, fresh, loin, tenderloin, separable lean only, raw~^~PORK FRSH LOIN TENDERLOIN LN ONLY RAW~^~Pork tenderloin, URMIS #3358~^~~^~Y~^~Bone, 0%, Connective tissue, 3%, Separable fat, 2%~^5^~~^6.25^4.27^9.02^3.87 ~10061~^~1000~^~Pork, fresh, loin, tenderloin, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,TENDERLOIN,LN,CKD,RSTD~^~Pork, Pork tenderloin, URMIS #3358~^~~^~Y~^~Bone, 0%, Connective tissue, 3%, Separable fat, .70%~^4^~~^6.25^4.27^9.02^3.87 ~10062~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean and fat, raw~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,RAW~^~America's cut chops, Pork top loin chops, Strip loin chops, URMIS #3369~^~~^~~^~Connective tissue, 12%~^12^~~^6.25^4.27^9.02^3.87 ~10063~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10064~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,CKD,BRLD~^~America's cut chops, Pork top loin chops, Strip loin chops, URMIS #3369~^~~^~~^~Connective tissue~^10^~~^6.25^4.27^9.02^3.87 ~10065~^~1000~^~Pork, fresh, loin, top loin (roasts), boneless, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN&FAT,CKD,RSTD~^~Boneless pork loin, Centercut pork loin roast~^~~^~~^~Connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~10066~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean only, raw~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,RAW~^~America's cut chops, Pork top loin chops, Strip loin chops, URMIS #3369~^~~^~~^~Bone, 0%, Connective tissue, 12%, Separable fat, 5%~^17^~~^6.25^4.27^9.02^3.87 ~10067~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,BRSD~^~~^~~^~~^~Separable fat~^7^~~^6.25^4.27^9.02^3.87 ~10068~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,BRLD~^~America's cut chops, Pork top loin chops, Strip loin chops, URMIS #3369~^~~^~Y~^~Bone, 0%, connective tissue, 9%, separable fat, 4%~^14^~~^6.25^4.27^9.02^3.87 ~10069~^~1000~^~Pork, fresh, loin, top loin (roasts), boneless, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN,CKD,RSTD~^~Boneless pork loin, Centercut boneless pork loin roast~^~~^~~^~Connective tissue 8%, separable fat 4%~^12^~~^6.25^4.27^9.02^3.87 ~10070~^~1000~^~Pork, fresh, shoulder, whole, separable lean and fat, raw~^~PORK,FRSH,SHLDR,WHL,LN&FAT,RAW~^~~^~~^~Y~^~Bone and skin~^25^~~^6.25^4.27^9.02^3.87 ~10071~^~1000~^~Pork, fresh, shoulder, whole, separable lean and fat, cooked, roasted~^~PORK,FRSH,SHLDR,WHL,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone and skin~^25^~~^6.25^4.27^9.02^3.87 ~10072~^~1000~^~Pork, fresh, shoulder, whole, separable lean only, raw~^~PORK,FRSH,SHLDR,WHL,LN,RAW~^~~^~~^~~^~Bone and skin 25%, separable fat 14%~^39^~~^6.25^4.27^9.02^3.87 ~10073~^~1000~^~Pork, fresh, shoulder, whole, separable lean only, cooked, roasted~^~PORK,FRSH,SHLDR,WHL,LN,CKD,RSTD~^~~^~~^~Y~^~Bone and skin 25%, separable fat 14%~^39^~~^6.25^4.27^9.02^3.87 ~10074~^~1000~^~Pork, fresh, shoulder, arm picnic, separable lean and fat, raw~^~PORK,FRSH,SHLDR,ARM PICNIC,LN&FAT,RAW~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~10075~^~1000~^~Pork, fresh, shoulder, arm picnic, separable lean and fat, cooked, braised~^~PORK,FRSH,SHLDR,ARM PICNIC,LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Bone and skin~^25^~~^6.25^4.27^9.02^3.87 ~10076~^~1000~^~Pork, fresh, shoulder, arm picnic, separable lean and fat, cooked, roasted~^~PORK,FRSH,SHLDR,ARM PICNIC,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone and skin~^27^~~^6.25^4.27^9.02^3.87 ~10077~^~1000~^~Pork, fresh, shoulder, arm picnic, separable lean only, raw~^~PORK,FRSH,SHLDR,ARM PICNIC,LN,RAW~^~~^~~^~~^~Bone 27%, separable fat 17%~^44^~~^6.25^4.27^9.02^3.87 ~10078~^~1000~^~Pork, fresh, shoulder, arm picnic, separable lean only, cooked, braised~^~PORK,FRSH,SHLDR,ARM PICNIC,LN,CKD,BRSD~^~~^~~^~Y~^~Bone and skin 25%, separable fat 16%~^41^~~^6.25^4.27^9.02^3.87 ~10079~^~1000~^~Pork, fresh, shoulder, arm picnic, separable lean only, cooked, roasted~^~PORK,FRSH,SHLDR,ARM PICNIC,LN,CKD,RSTD~^~~^~~^~~^~Bone and skin 27%, separable fat 16%~^43^~~^6.25^4.27^9.02^3.87 ~10080~^~1000~^~Pork, fresh, shoulder, (Boston butt), blade (steaks), separable lean and fat, raw~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN & FAT,RAW~^~Pork shoulder chop, Shoulder blade steak, Pork steak, URMIS #3186~^~~^~~^~Bone, 9%, Connective tissue, 15%~^24^~~^6.25^4.27^9.02^3.87 ~10081~^~1000~^~Pork, fresh, shoulder, (Boston butt), blade (steaks), separable lean and fat, cooked, braised~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STKS),LN & FAT,CKD,BRSD~^~Pork shoulder chop, Shoulder blade steak, Pork steak, URMIS #3186~^~~^~Y~^~Bone, 9%, Connective tissue, 17%~^26^~~^6.25^4.27^9.02^3.87 ~10082~^~1000~^~Pork, fresh, shoulder, blade, boston (steaks), separable lean and fat, cooked, broiled~^~PORK,FRSH,SHLDR,BLADE,BOSTON (STEAKS),LN&FAT,CKD,BRLD~^~~^~~^~Y~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~10083~^~1000~^~Pork, fresh, shoulder, blade, boston (roasts), separable lean and fat, cooked, roasted~^~PORK,FRSH,SHLDR,BLADE,BOSTON (ROASTS),LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~10084~^~1000~^~Pork, fresh, shoulder, (Boston butt), blade (steaks), separable lean only, raw~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN,RAW~^~Pork shoulder chop, Shoulder blade steak, Pork steak, URMIS # 3186~^~~^~Y~^~Bone, 9%, Connective tissue, 15%, Separable fat, 8%~^32^~~^6.25^4.27^9.02^3.87 ~10085~^~1000~^~Pork, fresh, shoulder, (Boston butt), blade (steaks), separable lean only, cooked, braised~^~PORK,FRSH,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN,CKD,BRSD~^~Pork shoulder chop, Shoulder blade steak, Pork steak, URMIS #3186~^~~^~Y~^~Bone, 9%, Connective tissue, 17%, Separable fat, 6%~^32^~~^6.25^4.27^9.02^3.87 ~10086~^~1000~^~Pork, fresh, shoulder, blade, boston (steaks), separable lean only, cooked, broiled~^~PORK,FRSH,SHLDR,BLADE,BOSTON (STEAKS),LN,CKD,BRLD~^~~^~~^~Y~^~Bone 23%, separable fat 10%~^33^~~^6.25^4.27^9.02^3.87 ~10087~^~1000~^~Pork, fresh, shoulder, blade, boston (roasts), separable lean only, cooked, roasted~^~PORK,FRSH,SHLDR,BLADE,BOSTON (ROASTS),LN,CKD,RSTD~^~~^~~^~Y~^~Bone 24%, separable fat 7%~^31^~~^6.25^4.27^9.02^3.87 ~10088~^~1000~^~Pork, fresh, spareribs, separable lean and fat, raw~^~PORK,FRSH,SPARERIBS,LN&FAT,RAW~^~~^~~^~Y~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~10089~^~1000~^~Pork, fresh, spareribs, separable lean and fat, cooked, braised~^~PORK,FRSH,SPARERIBS,LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Bone~^38^~~^6.25^4.27^9.02^3.87 ~10093~^~1000~^~Pork, fresh, composite of trimmed retail cuts (leg, loin, and shoulder), separable lean only, cooked~^~PORK,FRSH,COMP OF RTL CUTS (LEG,LOIN,&SHLDR),LN,CKD~^~~^~~^~Y~^~Bone and skin 22%, separable fat 9%~^31^~~^6.25^4.27^9.02^3.87 ~10096~^~1000~^~Pork, fresh, variety meats and by-products, brain, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^~~^~~^~~^~Blood clots and membrane~^2^~~^6.25^4.27^9.02^3.87 ~10097~^~1000~^~Pork, fresh, variety meats and by-products, brain, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10098~^~1000~^~Pork, fresh, variety meats and by-products, chitterlings, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,CHITTERLINGS,RAW~^~~^~~^~~^~Separable fat~^18^~~^6.25^4.27^9.02^3.87 ~10099~^~1000~^~Pork, fresh, variety meats and by-products, chitterlings, cooked, simmered~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,CHITTERLINGS,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10100~^~1000~^~Pork, fresh, variety meats and by-products, ears, frozen, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,EARS,FRZ,RAW~^~~^~~^~~^~Thaw juice and trim~^5^~~^6.25^4.27^9.02^3.87 ~10101~^~1000~^~Pork, fresh, variety meats and by-products, ears, frozen, cooked, simmered~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,EARS,FRZ,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10102~^~1000~^~Pork, fresh, variety meats and by-products, feet, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,FEET,RAW~^~~^~~^~~^~Bone and hard tissue~^29^~~^6.25^4.27^9.02^3.87 ~10103~^~1000~^~Pork, fresh, variety meats and by-products, heart, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,HEART,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10104~^~1000~^~Pork, fresh, variety meats and by-products, heart, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,HEART,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10105~^~1000~^~Pork, fresh, variety meats and by-products, jowl, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,JOWL,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10106~^~1000~^~Pork, fresh, variety meats and by-products, kidneys, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^~~^~~^~~^~Fat, veins, and membranes~^7^~~^6.25^4.27^9.02^3.87 ~10107~^~1000~^~Pork, fresh, variety meats and by-products, kidneys, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10109~^~1000~^~Pork, fresh, variety meats and by-products, leaf fat, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LEAF FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10110~^~1000~^~Pork, fresh, variety meats and by-products, liver, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10111~^~1000~^~Pork, fresh, variety meats and by-products, liver, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LIVER,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10112~^~1000~^~Pork, fresh, variety meats and by-products, lungs, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^~~^~~^~~^~Blood clots and membranes~^13^~~^6.25^4.27^9.02^3.87 ~10113~^~1000~^~Pork, fresh, variety meats and by-products, lungs, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10114~^~1000~^~Pork, fresh, variety meats and by-products, mechanically separated, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,MECHANICALLY SEPARATED,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10115~^~1000~^~Pork, fresh, variety meats and by-products, pancreas, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10116~^~1000~^~Pork, fresh, variety meats and by-products, pancreas, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10117~^~1000~^~Pork, fresh, variety meats and by-products, spleen, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10118~^~1000~^~Pork, fresh, variety meats and by-products, spleen, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10119~^~1000~^~Pork, fresh, variety meats and by-products, stomach, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,STOMACH,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10120~^~1000~^~Pork, fresh, loin, blade (chops), bone-in, separable lean only, cooked, pan-fried~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN,CKD,PAN-FRIED~^~~^~~^~Y~^~Bone 31%, separable fat 17%~^48^~~^6.25^4.27^9.02^3.87 ~10121~^~1000~^~Pork, fresh, variety meats and by-products, tongue, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^~~^~~^~~^~Cartilage and connective tissue~^16^~~^6.25^4.27^9.02^4.11 ~10122~^~1000~^~Pork, fresh, variety meats and by-products, tongue, cooked, braised~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,BRSD~^~~^~~^~~^~Skin and trimmings~^24^~~^6.25^4.27^9.02^4.11 ~10123~^~1000~^~Pork, cured, bacon, raw~^~PORK,CURED,BACON,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10124~^~1000~^~Pork, cured, bacon, cooked, broiled, pan-fried or roasted~^~PORK,CURED,BACON,CKD,BRLD,PAN-FRIED OR RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10128~^~1000~^~Pork, cured, breakfast strips, raw or unheated~^~PORK,CURED,BRKFST STRIPS,RAW OR UNHTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10129~^~1000~^~Pork, cured, breakfast strips, cooked~^~PORK,CURED,BRKFST STRIPS,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10130~^~1000~^~Pork, cured, canadian-style bacon, unheated~^~PORK,CURED,CANADIAN-STYLE BACON,UNHTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10131~^~1000~^~Pork, cured, canadian-style bacon, grilled~^~PORK,CURED,CANADIAN-STYLE BACON,GRILLED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10132~^~1000~^~Pork, cured, feet, pickled~^~PORK,CURED,FEET,PICKLED~^~~^~~^~Y~^~Bone and hard tissue 66%~^66^~~^6.25^4.27^9.02^3.87 ~10134~^~1000~^~Pork, cured, ham, boneless, extra lean (approximately 5% fat), roasted~^~PORK,CURED,HAM,BNLESS,EX LN (APPROX 5% FAT),RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10136~^~1000~^~Pork, cured, ham, boneless, regular (approximately 11% fat), roasted~^~PORK,CURED,HAM,BNLESS,REG (APPROX 11% FAT),RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10137~^~1000~^~Pork, cured, ham, extra lean (approximately 4% fat), canned, unheated~^~PORK,CURED,HAM,EX LN (APPROX 4% FAT),CND,UNHTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10138~^~1000~^~Pork, cured, ham, extra lean (approximately 4% fat), canned, roasted~^~PORK,CURED,HAM,EX LN (APPROX 4% FAT),CND,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10139~^~1000~^~Pork, cured, ham, regular (approximately 13% fat), canned, unheated~^~PORK,CURED,HAM,REG (APPROX 13% FAT),CND,UNHTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10140~^~1000~^~Pork, cured, ham, regular (approximately 13% fat), canned, roasted~^~PORK,CURED,HAM,REG (APPROX 13% FAT),CND,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10141~^~1000~^~Pork, cured, ham, center slice, country-style, separable lean only, raw~^~PORK,CURED,HAM,CNTR SLICE,COUNTRY-STYLE,LN,RAW~^~~^~~^~Y~^~Bone and skin 3%, separable fat 12%~^15^~~^6.25^4.27^9.02^3.87 ~10142~^~1000~^~Pork, cured, ham, center slice, separable lean and fat, unheated~^~PORK,CURED,HAM,CNTR SLICE,LN&FAT,UNHTD~^~~^~~^~~^~Bone~^3^~~^6.25^4.27^9.02^3.87 ~10146~^~1000~^~Pork, cured, ham, patties, unheated~^~PORK,CURED,HAM,PATTIES,UNHTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10147~^~1000~^~Pork, cured, ham, patties, grilled~^~PORK,CURED,HAM,PATTIES,GRILLED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10149~^~1000~^~Pork, cured, ham, steak, boneless, extra lean, unheated~^~PORK,CURED,HAM,STEAK,BNLESS,EX LN,UNHTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10150~^~1000~^~Pork, cured, ham, whole, separable lean and fat, unheated~^~PORK,CURED,HAM,WHL,LN&FAT,UNHTD~^~~^~~^~~^~Bone and skin~^18^~~^6.25^4.27^9.02^3.87 ~10151~^~1000~^~Pork, cured, ham, whole, separable lean and fat, roasted~^~PORK,CURED,HAM,WHL,LN&FAT,RSTD~^~~^~~^~Y~^~Bone and skin~^24^~~^6.25^4.27^9.02^3.87 ~10152~^~1000~^~Pork, cured, ham, whole, separable lean only, unheated~^~PORK,CURED,HAM,WHL,LN,UNHTD~^~~^~~^~Y~^~Bone and skin 18%, separable fat 19%~^37^~~^6.25^4.27^9.02^3.87 ~10153~^~1000~^~Pork, cured, ham, whole, separable lean only, roasted~^~PORK,CURED,HAM,WHL,LN,RSTD~^~~^~~^~Y~^~Bone and skin 24%, separable fat 15%~^39^~~^6.25^4.27^9.02^3.87 ~10158~^~1000~^~USDA Commodity, pork, canned~^~USDA CMDTY,PORK,CND~^~~^~~^~~^~~^^~~^^^^ ~10165~^~1000~^~Pork, cured, salt pork, raw~^~PORK,CURED,SALT PORK,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10166~^~1000~^~Pork, cured, separable fat (from ham and arm picnic), unheated~^~PORK,CURED,FAT (FROM HAM&ARM PICNIC),UNHTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10167~^~1000~^~Pork, cured, separable fat (from ham and arm picnic), roasted~^~PORK,CURED,FAT (FROM HAM&ARM PICNIC),RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10168~^~1000~^~Pork, cured, shoulder, arm picnic, separable lean and fat, roasted~^~PORK,CURED,SHLDR,ARM PICNIC,LN&FAT,RSTD~^~~^~~^~Y~^~Bone and skin~^27^~~^6.25^4.27^9.02^3.87 ~10169~^~1000~^~Pork, cured, shoulder, arm picnic, separable lean only, roasted~^~PORK,CURED,SHLDR,ARM PICNIC,LN,RSTD~^~~^~~^~Y~^~Bone and skin 27%, separable fat 19%~^46^~~^6.25^4.27^9.02^3.87 ~10170~^~1000~^~Pork, cured, shoulder, blade roll, separable lean and fat, unheated~^~PORK,CURED,SHLDR,BLADE ROLL,LN&FAT,UNHTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10171~^~1000~^~Pork, cured, shoulder, blade roll, separable lean and fat, roasted~^~PORK,CURED,SHLDR,BLADE ROLL,LN&FAT,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10173~^~1000~^~Pork, fresh, variety meats and by-products, feet, cooked, simmered~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,FEET,CKD,SIMMRD~^~~^~~^~Y~^~Bone and hard tissue~^60^~~^6.25^4.27^9.02^3.87 ~10174~^~1000~^~Pork, fresh, variety meats and by-products, tail, raw~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TAIL,RAW~^~~^~~^~~^~Bone and hard tissue~^30^~~^6.25^4.27^9.02^3.87 ~10175~^~1000~^~Pork, fresh, variety meats and by-products, tail, cooked, simmered~^~PORK,FRSH,VAR MEATS&BY-PRODUCTS,TAIL,CKD,SIMMRD~^~~^~~^~~^~Bone and hard tissue~^32^~~^6.25^4.27^9.02^3.87 ~10176~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean only, cooked, pan-fried~^~PORK,FRSH,LOIN,CNTR LOIN (CHOPS),BONE-IN,LN,CKD,PAN-FRIED~^~~^~~^~Y~^~Bone 30%, separable fat 8%~^38^~~^6.25^4.27^9.02^3.87 ~10177~^~1000~^~Pork, fresh, loin, center rib (chops), bone-in, separable lean only, cooked, pan-fried~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN,CKD,PAN-FRIED~^~~^~~^~Y~^~Bone 39%, separable fat 7%~^46^~~^6.25^4.27^9.02^3.87 ~10178~^~1000~^~Pork, fresh, loin, blade (chops), bone-in, separable lean and fat, cooked, pan-fried~^~PORK,FRSH,LOIN,BLADE (CHOPS),BONE-IN,LN&FAT,CKD,PAN-FRIED~^~~^~~^~Y~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~10179~^~1000~^~Pork, fresh, loin, center loin (chops), bone-in, separable lean and fat, cooked, pan-fried~^~PORK,FRSH,LOIN,CNTR LOIN CHOPS,BONE-IN,LN&FAT,CKD,PAN-FRIED~^~~^~~^~Y~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~10180~^~1000~^~Pork, fresh, loin, center rib (chops), bone-in, separable lean and fat, cooked, pan-fried~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BONE-IN,LN&FAT,CKD,PAN-FRIED~^~~^~~^~Y~^~Bone~^39^~~^6.25^4.27^9.02^3.87 ~10181~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean only, cooked, pan-fried~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,PAN-FRIED~^~~^~~^~Y~^~Connective tissue 7%, separable fat 8%~^15^~~^6.25^4.27^9.02^3.87 ~10182~^~1000~^~Pork, cured, ham, boneless, extra lean and regular, unheated~^~PORK,CURED,HAM,BNLESS,EX LN®,UNHTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10183~^~1000~^~Pork, cured, ham, boneless, extra lean and regular, roasted~^~PORK,CURED,HAM,BNLESS,EX LN®,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10184~^~1000~^~Pork, cured, ham, extra lean and regular, canned, unheated~^~PORK,CURED,HAM,EX LN®,CND,UNHTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10185~^~1000~^~Pork, cured, ham, extra lean and regular, canned, roasted~^~PORK,CURED,HAM,EX LN®,CND,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10186~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, separable lean and fat, cooked, pan-fried~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,LN&FAT,CKD,PAN-FRIED~^~~^~~^~Y~^~Connective tissue~^7^~~^6.25^4.27^9.02^3.87 ~10187~^~1000~^~Pork, fresh, composite of trimmed retail cuts (leg, loin, shoulder, and spareribs), separable lean and fat, raw~^~PORK,FRSH,COMP (LEG,LOIN,SHLDR,&SPARERIBS),LN&FAT,RAW~^~~^~~^~~^~Bone and skin~^25^~~^6.25^4.27^9.02^3.87 ~10188~^~1000~^~Pork, fresh, composite of trimmed retail cuts (leg, loin, shoulder, and spareribs), separable lean and fat, cooked~^~PORK,FRSH,COMP (LEG,LOIN,SHLDR,&SPARERIBS),LN&FAT,CKD~^~~^~~^~Y~^~Bone and skin~^24^~~^6.25^4.27^9.02^3.87 ~10192~^~1000~^~Pork, fresh, backribs, separable lean and fat, raw~^~PORK,FRSH,BACKRIBS,LN&FAT,RAW~^~~^~~^~~^~Bone~^38^~~^6.25^4.27^9.02^3.87 ~10193~^~1000~^~Pork, fresh, backribs, separable lean and fat, cooked, roasted~^~PORK,FRSH,BACKRIBS,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^39^~~^6.25^4.27^9.02^3.87 ~10194~^~1000~^~Pork, fresh, loin, center rib (chops or roasts), boneless, separable lean and fat, raw~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BNLESS,LN&FAT,RAW~^~~^~~^~~^~Connective tissue~^11^~~^6.25^4.27^9.02^3.87 ~10195~^~1000~^~Pork, fresh, loin, center rib (chops), boneless, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN&FAT,CKD,BRSD~^~~^~~^~~^~Connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~10196~^~1000~^~Pork, fresh, loin, center rib (chops), boneless, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN&FAT,CKD,BRLD~^~~^~~^~~^~Connective tissue~^6^~~^6.25^4.27^9.02^3.87 ~10197~^~1000~^~Pork, fresh, loin, center rib (chops), boneless, separable lean and fat, cooked, pan-fried~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN&FAT,CKD,PAN-FRIED~^~~^~~^~Y~^~Connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~10198~^~1000~^~Pork, fresh, loin, center rib (roasts), boneless, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BNLESS,LN&FAT,CKD,RSTD~^~~^~~^~~^~Connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~10199~^~1000~^~Pork, fresh, loin, center rib (chops or roasts), boneless, separable lean only, raw~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS OR ROASTS),BNLESS,LN,RAW~^~~^~~^~~^~Connective tissue 11%, separable fat 11%~^22^~~^6.25^4.27^9.02^3.87 ~10200~^~1000~^~Pork, fresh, loin, center rib (chops), boneless, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN,CKD,BRSD~^~~^~~^~Y~^~Connective tissue 5%, separable fat 10%~^15^~~^6.25^4.27^9.02^3.87 ~10201~^~1000~^~Pork, fresh, loin, center rib (chops), boneless, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN,CKD,BRLD~^~~^~~^~~^~Connective tissue 6%, separable fat 10%~^16^~~^6.25^4.27^9.02^3.87 ~10202~^~1000~^~Pork, fresh, loin, center rib (chops), boneless, separable lean only, cooked, pan-fried~^~PORK,FRSH,LOIN,CNTR RIB (CHOPS),BNLESS,LN,CKD,PAN-FRIED~^~~^~~^~Y~^~Connective tissue 8%, separable fat 11%~^19^~~^6.25^4.27^9.02^3.87 ~10203~^~1000~^~Pork, fresh, loin, center rib (roasts), boneless, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,CNTR RIB (ROASTS),BNLESS,LN,CKD,RSTD~^~~^~~^~~^~Connective tissue 8%, separable fat 10%~^18^~~^6.25^4.27^9.02^3.87 ~10204~^~1000~^~Pork, fresh, loin, country-style ribs, separable lean and fat, raw~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN&FAT,RAW~^~Country Ribs~^~~^~~^~Bone, 21%, Connective tissue, 14%~^35^~~^6.25^4.27^9.02^3.87 ~10205~^~1000~^~Pork, fresh, loin, country-style ribs, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN&FAT,CKD,BRSD~^~Country ribs~^~~^~~^~Bone, 24%, Connective tissue, 15%~^39^~~^6.25^4.27^9.02^3.87 ~10206~^~1000~^~Pork, fresh, loin, country-style ribs, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~10207~^~1000~^~Pork, fresh, loin, country-style ribs, separable lean only, raw~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN,RAW~^~Country ribs~^~~^~~^~Bone 21%, Connective tissue, 14%, separable fat 6%~^41^~~^6.25^4.27^9.02^3.87 ~10208~^~1000~^~Pork, fresh, loin, country-style ribs, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN,CKD,BRSD~^~Country ribs~^~~^~~^~Bone 24%, Connective tissue, 15%, separable fat 4%~^43^~~^6.25^4.27^9.02^3.87 ~10209~^~1000~^~Pork, fresh, loin, country-style ribs, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,COUNTRY-STYLE RIBS,LN,CKD,RSTD~^~~^~~^~~^~Bone 30%, separable fat 14%~^44^~~^6.25^4.27^9.02^3.87 ~10210~^~1000~^~Pork, fresh, loin, sirloin (chops or roasts), boneless, separable lean and fat, raw~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BNLESS,LN&FAT,RAW~^~~^~~^~~^~Connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~10211~^~1000~^~Pork, fresh, loin, sirloin (chops), boneless, separable lean and fat, cooked, braised~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~10212~^~1000~^~Pork, fresh, loin, sirloin (chops), boneless, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN&FAT,CKD,BRLD~^~~^~~^~Y~^~Connective tissue~^7^~~^6.25^4.27^9.02^3.87 ~10213~^~1000~^~Pork, fresh, loin, sirloin (roasts), boneless, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BNLESS,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~10214~^~1000~^~Pork, fresh, loin, sirloin (chops or roasts), boneless, separable lean only, raw~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS OR ROASTS),BNLESS,LN,RAW~^~~^~~^~~^~Connective tissue 8%, separable fat 3%~^11^~~^6.25^4.27^9.02^3.87 ~10215~^~1000~^~Pork, fresh, loin, sirloin (chops), boneless, separable lean only, cooked, braised~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN,CKD,BRSD~^~~^~~^~~^~Connective tissue 3%, separable fat 3%~^6^~~^6.25^4.27^9.02^3.87 ~10216~^~1000~^~Pork, fresh, loin, sirloin (chops), boneless, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,SIRLOIN (CHOPS),BNLESS,LN,CKD,BRLD~^~~^~~^~Y~^~Connective tissue 7%, separable fat 3%~^10^~~^6.25^4.27^9.02^3.87 ~10217~^~1000~^~Pork, fresh, loin, sirloin (roasts), boneless, separable lean only, cooked, roasted~^~PORK,FRSH,LOIN,SIRLOIN (ROASTS),BNLESS,LN,CKD,RSTD~^~~^~~^~Y~^~Connective tissue 5%, separable fat 2%~^7^~~^6.25^4.27^9.02^3.87 ~10218~^~1000~^~Pork, fresh, loin, tenderloin, separable lean and fat, raw~^~PORK,FRSH,LOIN,TENDERLOIN,LN&FAT,RAW~^~Pork tenderloin, URMIS #3358~^~~^~~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~10219~^~1000~^~Pork, fresh, ground, raw~^~PORK,FRESH,GROUND,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10220~^~1000~^~Pork, fresh, ground, cooked~^~PORK,FRESH,GROUND,COOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~10221~^~1000~^~Pork, fresh, loin, tenderloin, separable lean and fat, cooked, broiled~^~PORK,FRSH,LOIN,TENDERLOIN,LN&FAT,CKD,BRLD~^~~^~~^~~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~10222~^~1000~^~Pork, fresh, loin, tenderloin, separable lean and fat, cooked, roasted~^~PORK,FRSH,LOIN,TENDERLOIN,LN&FAT,CKD,RSTD~^~Pork tenderloin, URMIS #3358~^~~^~Y~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~10223~^~1000~^~Pork, fresh, loin, tenderloin, separable lean only, cooked, broiled~^~PORK,FRSH,LOIN,TENDERLOIN,LN,CKD,BRLD~^~~^~~^~~^~Connective tissue 3%, separable fat 3%~^6^~~^6.25^4.27^9.02^3.87 ~10224~^~1000~^~Pork, fresh, loin, top loin (roasts), boneless, separable lean and fat, raw~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN&FAT,RAW~^~Boneless pork loin, Centercut boneless pork loin roast~^~~^~~^~Connective tissue~^10^~~^6.25^4.27^9.02^3.87 ~10225~^~1000~^~Pork, fresh, loin, top loin (roasts), boneless, separable lean only, raw~^~PORK,FRSH,LOIN,TOP LOIN (ROASTS),BNLESS,LN,RAW~^~Boneless pork loin, Centercut boneless pork loin roast~^~~^~~^~Connective tissue 10%, separable fat 6%~^16^~~^6.25^4.27^9.02^3.87 ~10226~^~1000~^~Pork, fresh, composite of trimmed retail cuts (loin and shoulder blade), separable lean and fat, raw~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN&FAT,RAW~^~~^~~^~Y~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~10227~^~1000~^~Pork, fresh, composite of trimmed retail cuts (loin and shoulder blade), separable lean and fat, cooked~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN&FAT,CKD~^~~^~~^~Y~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~10228~^~1000~^~Pork, fresh, composite of trimmed retail cuts (loin and shoulder blade), separable lean only, raw~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN,RAW~^~~^~~^~~^~Bone 22%, separable fat 8%~^30^~~^6.25^4.27^9.02^3.87 ~10229~^~1000~^~Pork, fresh, composite of trimmed retail cuts (loin and shoulder blade), separable lean only, cooked~^~PORK,FRSH,COMP OF RTL CUTS (LOIN&SHLDR BLADE),LN,CKD~^~~^~~^~~^~Bone 22%, separable fat 8%~^30^~~^6.25^4.27^9.02^3.87 ~10802~^~1000~^~USDA Commodity, pork, cured, ham, boneless, cooked, heated~^~USDA COMMODITY,PORK,CURED,HAM,BNLESS,CKD,HTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10803~^~1000~^~USDA Commodity, pork, ground, fine/coarse, frozen, cooked~^~USDA COMMODITY,PORK,GROUND,FINE/COARSE,FRZ,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10804~^~1000~^~USDA Commodity, pork, cured, ham, boneless, cooked, unheated~^~USDA COMMODITY,PORK,CURED,HAM,BNLESS,CKD,UNHTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10805~^~1000~^~USDA Commodity, pork, ground, fine/coarse, frozen, raw~^~USDA COMMODITY,PORK,GROUND,FINE/COARSE,FRZ,RAW~^~~^~~^~~^~~^0^~~^^4.27^9.02^3.87 ~10851~^~1000~^~HORMEL, Cure 81 Ham~^~HORMEL,CURE 81 HAM~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~10852~^~1000~^~HORMEL ALWAYS TENDER, Pork Tenderloin, Teriyaki-Flavored~^~HORMEL ALWAYS TENDER,PORK TENDERLOIN,TERIYAKI-FLAVORED~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~10853~^~1000~^~HORMEL ALWAYS TENDER, Pork Tenderloin, Peppercorn-Flavored~^~HORMEL ALWAYS TENDER,PORK TENDERLOIN,PEPPERCORN-FLAVORED~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~10854~^~1000~^~HORMEL ALWAYS TENDER, Pork Loin Filets, Lemon Garlic-Flavored~^~HORMEL ALWAYS TENDER,PORK LOIN FILETS,LEMON GARLIC-FLAVORED~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~10855~^~1000~^~HORMEL ALWAYS TENDER, Center Cut Chops, Fresh Pork~^~HORMEL ALWAYS TENDER,CNTR CUT CHOPS,FRSH PORK~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~10856~^~1000~^~HORMEL ALWAYS TENDER, Boneless Pork Loin, Fresh Pork~^~HORMEL ALWAYS TENDER,BNLESS PORK LOIN,FRSH PORK~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~10857~^~1000~^~HORMEL Canadian Style Bacon~^~HORMEL CANADIAN STYLE BACON~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~10858~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, enhanced, separable lean only, cooked, pan-broiled~^~PORK,FRSH,LOIN,TOP LOIN (CHOPS),BNLESS,ENH,LN,CKD,PAN-BROIL~^~~^~~^~~^~Separable fat~^9^~~^6.25^4.27^9.02^3.87 ~10859~^~1000~^~Pork, fresh, loin, top loin (chops), boneless, enhanced, separable lean and fat, cooked, pan-broiled~^~PRK,FRSH,TOP LOIN (CHPS),BNLESS,ENHCD,LN & FAT,CKD,PAN-BRLD~^~~^~~^~~^~~^0^~~^^4.27^9.02^3.87 ~10860~^~1000~^~Pork, cured, bacon, cooked, baked~^~PORK,CURED,BACON,CKD,BKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10861~^~1000~^~Pork, cured, bacon, cooked, microwaved~^~PORK,CURED,BACON,CKD,MICROWAVED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10862~^~1000~^~Pork, cured, bacon, cooked, pan-fried~^~PORK,CURED,BACON,CKD,PAN-FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10863~^~1000~^~Pork, fresh, variety meats and by-products, stomach, cooked, simmered~^~PORK,FRSH,VAR MEATS & BY-PRODUCTS,STOMACH,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10864~^~1000~^~Pork, bacon, rendered fat, cooked~^~PORK,BACON,RENDERED FAT,CKD~^~bacon drippings~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10865~^~1000~^~Pork, cured, ham -- water added, rump, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 10%, separable fat 9%~^19^~~^^^^ ~10866~^~1000~^~Pork, cured, ham -- water added, rump, bone-in, separable lean only, unheated~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 12%, Separable fat 16%~^28^~~^6.25^^^ ~10867~^~1000~^~Pork, cured, ham -- water added, shank, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 13%, Connective tissue 6%, Separable fat 16%~^35^~~^^^^ ~10868~^~1000~^~Pork, cured, ham -- water added, slice, bone-in, separable lean only, heated, pan-broil~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^~~^~~^~~^~Separable fat 9%, Bone 4%~^13^~~^^^^ ~10869~^~1000~^~Pork, cured, ham and water product, slice, bone-in, separable lean only, heated, pan-broil~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^~~^~~^~~^~Bone 3%, Connective tissue 1%, Separable fat 8%~^12^~~^^^^ ~10870~^~1000~^~Pork, cured, ham and water product, slice, boneless, separable lean only, heated, pan-broil~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BNLESS,LN,HTD,PAN-BROIL~^~~^~~^~Y~^~Separable fat .2%~^0^~~^^^^ ~10871~^~1000~^~Pork, cured, ham and water product, whole, boneless, separable lean only, heated, roasted~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN,HTD,RSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10872~^~1000~^~Pork, cured, ham and water product, whole, boneless, separable lean only, unheated~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN,UNHTD~^~~^~~^~Y~^~Separable fat .3%~^0^~~^^^^ ~10873~^~1000~^~Pork, cured, ham with natural juices, rump, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 14%, Separable fat 9%~^23^~~^^^^ ~10874~^~1000~^~Pork, cured, ham with natural juices, shank, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 12%, Connective tissue 3%, Separable fat 11%~^26^~~^^^^ ~10875~^~1000~^~Pork, cured, ham with natural juices, slice, bone-in, separable lean only, heated, pan-broil~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^~~^~~^~~^~Bone 3%, Separable fat 8%~^11^~~^^^^ ~10876~^~1000~^~Pork, cured, ham with natural juices, spiral slice, meat only, boneless, separable lean only, heated, roasted~^~PRK,CRD,HAM W/ NAT JUCS,SPRL SLC,MEAT ONLY,BNLES,LN,HTD,RSTD~^~~^~~^~~^~Separable fat~^3^~~^^^^ ~10877~^~1000~^~Pork, cured, ham and water product, rump, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 13%, Connective tissue 1%, Separable fat 12%~^26^~~^^^^ ~10878~^~1000~^~Pork, cured, ham -- water added, slice, boneless, separable lean only, heated, pan-broil~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BNLESS,LN,HTD,PAN-BROIL~^~~^~~^~Y~^~Separable fat~^2^~~^^^^ ~10879~^~1000~^~Pork, cured, ham -- water added, whole, boneless, separable lean only, heated, roasted~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN,HTD,RSTD~^~~^~~^~Y~^~Separable fat 2%~^2^~~^^^^ ~10880~^~1000~^~Pork, cured, ham -- water added, whole, boneless, separable lean only, unheated~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN,UNHTD~^~~^~~^~Y~^~Separable fat~^3^~~^^^^ ~10881~^~1000~^~Pork, cured, ham and water product, shank, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 16%, Connective tissue 4%, Separable fat 21%~^41^~~^^^^ ~10882~^~1000~^~Pork, cured, ham with natural juices, slice, boneless, separable lean only, heated, pan-broil~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BNLESS,LN,HTD,PAN-BROIL~^~~^~~^~Y~^~Separable fat~^1^~~^^^^ ~10883~^~1000~^~Pork, cured, ham with natural juices, whole, boneless, separable lean only, heated, roasted~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN,HTD,RSTD~^~~^~~^~Y~^~Separable fat .3%~^0^~~^^^^ ~10884~^~1000~^~Pork, cured, ham with natural juices, whole, boneless, separable lean only, unheated~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN,UNHTD~^~~^~~^~Y~^~Separable fat .4%~^0^~~^^^^ ~10885~^~1000~^~Pork, cured, ham -- water added, shank, bone-in, separable lean only, unheated~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 10%, Separable fat 16%~^26^~~^6.25^^^ ~10886~^~1000~^~Pork, cured, ham -- water added, slice, bone-in, separable lean only, unheated~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 4%, Separable fat 16%~^20^~~^6.25^^^ ~10887~^~1000~^~Pork, cured, ham and water product, rump, bone-in, separable lean only, unheated~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone~^18^~~^6.25^^^ ~10888~^~1000~^~Pork, cured, ham and water product, slice, bone-in, separable lean only, unheated~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 3%, Separable fat 11%~^14^~~^6.25^^^ ~10889~^~1000~^~Pork, cured, ham and water product, shank, bone-in, unheated, separable lean only~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,UNHTD,LN~^~~^~~^~~^~Bone 17%, Separable fat 27%~^44^~~^6.25^^^ ~10890~^~1000~^~Pork, cured, ham with natural juices, rump, bone-in, separable lean only, unheated~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 21%, Separable fat 16%~^37^~~^6.25^^^ ~10891~^~1000~^~Pork, cured, ham with natural juices, shank, bone-in, separable lean only, unheated~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 10%, Separable fat 14%~^24^~~^6.25^^^ ~10892~^~1000~^~Pork, cured, ham with natural juices, slice, bone-in, separable lean only, unheated~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 3%, Separable fat 9%~^12^~~^6.25^^^ ~10893~^~1000~^~Pork, cured, ham with natural juices, spiral slice, boneless, separable lean only, unheated~^~PORK,CURED,HAM W/ NAT JUICES,SPIRAL SLICE,BNLESS,LN,UNHTD~^~~^~~^~Y~^~Separable fat~^5^~~^6.25^^^ ~10894~^~1000~^~Pork, cured, ham, separable fat, boneless, heated~^~PORK,CURED,HAM,FAT,BNLESS,HTD~^~~^~~^~~^~~^0^~~^6.25^^^ ~10895~^~1000~^~Pork, cured, ham, separable fat, boneless, unheated~^~PORK,CURED,HAM,FAT,BNLESS,UNHTD~^~~^~~^~~^~~^0^~~^6.25^^^ ~10898~^~1000~^~Pork, pickled pork hocks~^~PORK,PICKLED PORK HOCKS~^~~^~~^~~^~~^0^~~^6.25^^^ ~10899~^~1000~^~Pork, cured, ham, slice, bone-in, separable lean only, heated, pan-broil~^~PORK,CURED,HAM,SLICE,BONE-IN,LN,HTD,PAN-BROIL~^~~^~~^~~^~Bone 5%, Separable fat 9%~^14^~~^^^^ ~10900~^~1000~^~Pork, cured, ham with natural juices, whole, boneless, separable lean and fat, unheated~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN & FAT,UNHTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10901~^~1000~^~Pork, cured, ham with natural juices, spiral slice, boneless, separable lean and fat, unheated~^~PORK,CURED,HAM W/ NAT JUICES,SPIRL SLCE,BNLES,LN & FAT,UNHTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10902~^~1000~^~Pork, cured, ham with natural juices, slice, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM W/ NAT JUICES,SLICE,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^3^~~^^^^ ~10903~^~1000~^~Pork, cured, ham with natural juices, shank, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^10^~~^^^^ ~10904~^~1000~^~Pork, cured, ham with natural juices, rump, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^21^~~^^^^ ~10905~^~1000~^~Pork, cured, ham and water product, whole, boneless, separable lean and fat, unheated~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN & FAT,UNHTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10906~^~1000~^~Pork, cured, ham and water product, slice, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM & H2O PRODUCT,SLICE,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^3^~~^^^^ ~10907~^~1000~^~Pork, cured, ham and water product, shank, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^17^~~^^^^ ~10908~^~1000~^~Pork, cured, ham and water product, rump, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^18^~~^^^^ ~10909~^~1000~^~Pork, cured, ham -- water added, whole, boneless, separable lean and fat, unheated~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN & FAT,UNHTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10910~^~1000~^~Pork, cured, ham -- water added, slice, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM -- H2O ADDED,SLICE,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^4^~~^^^^ ~10911~^~1000~^~Pork, cured, ham -- water added, shank, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^10^~~^^^^ ~10912~^~1000~^~Pork, cured, ham -- water added, rump, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^12^~~^^^^ ~10913~^~1000~^~Pork, cured, ham -- water added, rump, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM -- H2O ADDED,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone~^10^~~^^^^ ~10914~^~1000~^~Pork, cured, ham -- water added, shank, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM -- H2O ADDED,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone 13%, Connective tissue 6%~^19^~~^^^^ ~10915~^~1000~^~Pork, cured, ham -- water added, slice, bone-in, separable lean and fat, heated, pan-broil~^~PORK,CURED,HAM -- H2O ADDED,SLCE,BNE-IN,LN & FAT,HTD,PAN-BRL~^~~^~~^~~^~Bone~^4^~~^^^^ ~10916~^~1000~^~Pork, cured, ham -- water added, slice, boneless, separable lean and fat, heated, pan-broil~^~PORK,CURED,HAM -- H2O ADDED,SLCE,BNLESS,LN & FAT,HTD,PAN-BRL~^~~^~~^~Y~^~~^0^~~^^^^ ~10917~^~1000~^~Pork, cured, ham -- water added, whole, boneless, separable lean and fat, heated, roasted~^~PORK,CURED,HAM -- H2O ADDED,WHL,BNLESS,LN & FAT,HTD,RSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10918~^~1000~^~Pork, cured, ham and water product, rump, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM & H2O PRODUCT,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone 13%, Connective tissue 1%~^14^~~^^^^ ~10919~^~1000~^~Pork, cured, ham and water product, shank, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM & H2O PRODUCT,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone 16%, Connective tissue 4%~^20^~~^^^^ ~10920~^~1000~^~Pork, cured, ham and water product, slice, bone-in, separable lean and fat, heated, pan-broil~^~PORK,CURED,HAM & H2O PRDCT,SLCE,BNE-IN,LN & FAT,HTD,PAN-BRL~^~~^~~^~~^~Bone 3%, Connective tissue 1%~^4^~~^^^^ ~10921~^~1000~^~Pork, cured, ham and water product, slice, boneless, separable lean and fat, heated, pan-broil~^~PORK,CURED,HAM & H2O PRDCT,SLICE,BNLESS,LN & FAT,HTD,PAN-BRL~^~~^~~^~Y~^~~^0^~~^^^^ ~10922~^~1000~^~Pork, cured, ham and water product, whole, boneless, separable lean and fat, heated, roasted~^~PORK,CURED,HAM & H2O PRODUCT,WHL,BNLESS,LN & FAT,HTD,RSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10923~^~1000~^~Pork, cured, ham with natural juices, rump, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM W/ NAT JUICES,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone~^14^~~^^^^ ~10924~^~1000~^~Pork, cured, ham with natural juices, shank, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM W/ NAT JUICES,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone 12%, Connective tissue 3%~^15^~~^^^^ ~10925~^~1000~^~Pork, cured, ham with natural juices, slice, bone-in, separable lean and fat, heated, pan-broil~^~PORK,CURED,HAM W/ NAT JUICS,SLCE,BNE-IN,LN & FAT,HTD,PAN-BRL~^~~^~~^~~^~Bone~^3^~~^^^^ ~10926~^~1000~^~Pork, cured, ham with natural juices, slice, boneless, separable lean and fat, heated, pan-broil~^~PORK,CURED,HAM W/ NAT JUICS,SLICE,BNLES,LN & FAT,HTD,PAN-BRL~^~~^~~^~Y~^~~^0^~~^^^^ ~10927~^~1000~^~Pork, cured, ham with natural juices, spiral slice, boneless, separable lean and fat, heated, roasted~^~PORK,CURED,HAM W/ NAT JUCS,SPRL SLCE,BNLES,LN & FAT,HTD,RSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10928~^~1000~^~Pork, cured, ham with natural juices, whole, boneless, separable lean and fat, heated, roasted~^~PORK,CURED,HAM W/ NAT JUICES,WHL,BNLESS,LN & FAT,HTD,RSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~10929~^~1000~^~Pork, cured, ham, rump, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM,RUMP,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone~^13^~~^^^^ ~10931~^~1000~^~Pork, cured, ham, rump, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM,RUMP,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 13%, Separable fat 10%~^23^~~^^^^ ~10932~^~1000~^~Pork, cured, ham, rump, bone-in, separable lean only, unheated~^~PORK,CURED,HAM,RUMP,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 13%, Separable fat 13%~^26^~~^^^^ ~10933~^~1000~^~Pork, cured, ham, shank, bone-in, separable lean only, heated, roasted~^~PORK,CURED,HAM,SHANK,BONE-IN,LN,HTD,RSTD~^~~^~~^~~^~Bone 12%, Separable fat 10%~^22^~~^^^^ ~10934~^~1000~^~Pork, cured, ham, shank, bone-in, separable lean only, unheated~^~PORK,CURED,HAM,SHANK,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 11%, Separable fat 12%~^23^~~^^^^ ~10935~^~1000~^~Pork, cured, ham, shank, bone-in, separable lean and fat, heated, roasted~^~PORK,CURED,HAM,SHANK,BONE-IN,LN & FAT,HTD,RSTD~^~~^~~^~~^~Bone~^12^~~^^^^ ~10936~^~1000~^~Pork, cured, ham, shank, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM,SHANK,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^11^~~^^^^ ~10937~^~1000~^~Pork, cured, ham, slice, bone-in, separable lean and fat, heated, pan-broil~^~PORK,CURED,HAM,SLICE,BONE-IN,LN & FAT,HTD,PAN-BROIL~^~~^~~^~~^~Bone~^5^~~^^^^ ~10938~^~1000~^~Pork, cured, ham, slice, bone-in, separable lean only, unheated~^~PORK,CURED,HAM,SLICE,BONE-IN,LN,UNHTD~^~~^~~^~~^~Bone 5%, Separable fat 11%~^16^~~^^^^ ~10939~^~1000~^~Pork, cured, ham, slice, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM,SLICE,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^5^~~^^^^ ~10940~^~1000~^~Pork, fresh, spareribs, separable lean and fat, cooked, roasted~^~PORK,FRSH,SPARERIBS,LN & FAT,CKD,RSTD~^~~^~~^~~^~Bone~^32^~~^^^^ ~10942~^~1000~^~Pork, fresh, enhanced, composite of separable fat, raw~^~PORK,FRSH,ENHANCED,COMP OF FAT,RAW~^~~^~~^~~^~~^^~~^^^^ ~10943~^~1000~^~Pork, fresh, enhanced, loin, tenderloin, separable lean only, cooked, roasted~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN,CKD,RSTD~^~~^~~^~~^~Connective tissue, 4%, Separable fat, 1%~^5^~~^^^^ ~10944~^~1000~^~Pork, fresh, enhanced, loin, tenderloin, separable lean only, raw~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN,RAW~^~~^~~^~~^~Connective tissue, 3%, Separable fat, 2%~^5^~~^^4.27^9.02^3.87 ~10945~^~1000~^~Pork, fresh, enhanced, shoulder, (Boston butt), blade (steaks), separable lean only, cooked, braised~^~PORK,FRSH,ENHCED,SHLDR,(BOSTON BUTT),BLDE (STKS),LN,CKD,BRSD~^~~^~~^~~^~Bone, 9%, Connective tissue, 19%, Separable fat, 7%~^35^~~^^4.27^9.02^3.87 ~10946~^~1000~^~Pork, fresh, enhanced, shoulder, (Boston butt), blade (steaks), separable lean only, raw~^~PORK,FRSH,ENHANCED,SHLDR,(BOSTON BUTT),BLADE (STEAKS),LN,RAW~^~~^~~^~~^~Bone, 7%, Connective tissue, 16%, Separable fat, 9%~^32^~~^^^^ ~10947~^~1000~^~Pork, fresh, enhanced, loin, top loin (chops), boneless, separable lean only, cooked, broiled~^~PORK,FRSH,ENHANCED,LOIN,TOP LOIN (CHOPS),BNLESS,LN,CKD,BRLD~^~~^~~^~~^~Connective tissue, 10%, Separable fat, 2%~^12^~~^^^^ ~10948~^~1000~^~Pork, fresh, enhanced, loin, top loin (chops), boneless, separable lean only, raw~^~PORK,FRSH,ENHANCED,LOIN,TOP LOIN (CHOPS),BNLESS,LN,RAW~^~~^~~^~~^~connective tissue, 10%, Separable fat, 3%~^13^~~^^^^ ~10949~^~1000~^~Pork, fresh, enhanced, loin, top loin (chops), boneless, separable lean and fat, raw~^~PORK,FRSH,ENHANCED,LOIN,TOP LOIN (CHOPS),BNLESS,LN & FAT,RAW~^~~^~~^~~^~Connective tissue~^10^~~^6.25^^^ ~10950~^~1000~^~Pork, fresh, enhanced, loin, top loin (chops), boneless, separable lean and fat, cooked, broiled~^~PORK,FRSH,ENHCD,LN,TOP LOIN (CHOPS),BNLESS,LN & FAT,CKD,BRLD~^~~^~~^~~^~Connective tissue~^10^~~^^^^ ~10951~^~1000~^~Pork, fresh, enhanced, loin, tenderloin, separable lean and fat, raw~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN & FAT,RAW~^~~^~~^~~^~Connective tissue~^3^~~^^^^ ~10952~^~1000~^~Pork, fresh, enhanced, loin, tenderloin, separable lean and fat, cooked, roasted~^~PORK,FRSH,ENHANCED,LOIN,TENDERLOIN,LN & FAT,CKD,RSTD~^~~^~~^~~^~Connective tissue~^4^~~^^^^ ~10953~^~1000~^~Pork, fresh, enhanced, shoulder, (Boston butt), blade (steaks), separable lean and fat, raw~^~PORK,FRSH,ENHCD,SHLDR,(BOSTON BUTT),BLDE (STKS),LN & FAT,RAW~^~~^~~^~~^~Bone, 7%, Connective tissue, 16%~^23^~~^^^^ ~10954~^~1000~^~Pork, fresh, enhanced, shoulder, (Boston butt), blade (steaks), separable lean and fat, cooked, braised~^~PORK,FRSH,ENHCD,SHLDR,(BSTN BUTT),BLDE (STKS),LN & FAT,BRSD~^~~^~~^~~^~Bone, 9%, Connective tissue, 19%~^28^~~^^^^ ~10955~^~1000~^~Pork, cured, ham, rump, bone-in, separable lean and fat, unheated~^~PORK,CURED,HAM,RUMP,BONE-IN,LN & FAT,UNHTD~^~~^~~^~~^~Bone~^13^~~^^^^ ~10956~^~1000~^~Pork, loin, leg cap steak, boneless, separable lean and fat, cooked, broiled~^~PORK,LOIN,LEG CAP STEAK,BNLESS,LN & FAT,CKD,BRLD~^~Gracilis, Leg cap steak, URMIS #3646~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10957~^~1000~^~Pork, Leg Cap Steak, boneless, separable lean and fat, raw~^~PORK,LEG CAP STEAK,BNLESS,LN & FAT,RAW~^~Gracilis, Leg cap steak, URMIS #3646~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10958~^~1000~^~Pork, Shoulder breast, boneless, separable lean and fat, raw~^~PORK,SHLDR BREAST,BNLESS,LN & FAT,RAW~^~Pectoralis Profundi, Shoulder breast, URMIS #3604~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10959~^~1000~^~Pork, Shoulder breast, boneless, separable lean and fat, cooked, broiled~^~PORK,SHLDR BREAST,BNLESS,LN & FAT,CKD,BRLD~^~Pectoralis profundi, Shoulder breast, URMIS #3604~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10960~^~1000~^~Pork, shoulder, petite tender, boneless, separable lean and fat, cooked, broiled~^~PORK,SHLDR,PETITE TENDER,BNLESS,LN & FAT,CKD,BRLD~^~Shoulder petite tender, Teres major, URMIS #3605~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10961~^~1000~^~Pork, Shoulder petite tender, boneless, separable lean and fat, raw~^~PORK,SHLDR PETITE TENDER,BNLESS,LN & FAT,RAW~^~Shoulder petite tender, Teres major, URMIS #3605~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10962~^~1000~^~Pork, Leg sirloin tip roast, boneless, separable lean and fat, cooked, braised~^~PORK,LEG SIRLOIN TIP RST,BNLESS,LN & FAT,CKD,BRSD~^~Leg sirloin tip roast, URMIS #3647, Vastas Lateralis/Rectus femoris~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~10963~^~1000~^~Pork, Leg sirloin tip roast, boneless, separable lean and fat, raw~^~PORK,LEG SIRLOIN TIP RST,BNLESS,LN & FAT,RAW~^~Leg sirloin tip roast, URMIS #3647, Vastas lateralis\Rectus Femoris~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~11001~^~1100~^~Alfalfa seeds, sprouted, raw~^~ALFALFA SEEDS,SPROUTED,RAW~^~~^~~^~Y~^~~^0^~Medicago sativa~^6.25^2.44^8.37^3.57 ~11003~^~1100~^~Amaranth leaves, raw~^~AMARANTH LEAVES,RAW~^~~^~~^~~^~Tough stems~^6^~Amaranthus spp.~^6.25^2.44^8.37^3.57 ~11004~^~1100~^~Amaranth leaves, cooked, boiled, drained, without salt~^~AMARANTH LEAVES,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11005~^~1100~^~Arrowhead, raw~^~ARROWHEAD,RAW~^~~^~~^~~^~Skin and sprout~^25^~Sagittaria latifolia~^6.25^2.78^8.37^3.84 ~11006~^~1100~^~Arrowhead, cooked, boiled, drained, without salt~^~ARROWHEAD,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11007~^~1100~^~Artichokes, (globe or french), raw~^~ARTICHOKES,(GLOBE OR FRENCH),RAW~^~~^~~^~~^~Stem and inedible parts of bracts and flowers~^60^~Cynara scolymus~^6.25^2.44^8.37^3.57 ~11008~^~1100~^~Artichokes, (globe or french), cooked, boiled, drained, without salt~^~ARTICHOKES,(GLOBE OR FRENCH),CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~Stem and inedible parts of bracts and flowers~^60^~~^6.25^2.44^8.37^3.57 ~11009~^~1100~^~Artichokes, (globe or french), frozen, unprepared~^~ARTICHOKES,(GLOBE OR FRENCH),FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11010~^~1100~^~Artichokes, (globe or french), frozen, cooked, boiled, drained, without salt~^~ARTICHOKES,(GLOBE OR FRENCH),FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11011~^~1100~^~Asparagus, raw~^~ASPARAGUS,RAW~^~~^~~^~Y~^~Butt ends~^47^~Asparagus officinalis~^6.25^2.44^8.37^3.57 ~11012~^~1100~^~Asparagus, cooked, boiled, drained~^~ASPARAGUS,CKD,BLD,DRND~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11013~^~1100~^~Asparagus, canned, regular pack, solids and liquids~^~ASPARAGUS,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11015~^~1100~^~Asparagus, canned, drained solids~^~ASPARAGUS,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11018~^~1100~^~Asparagus, frozen, unprepared~^~ASPARAGUS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11019~^~1100~^~Asparagus, frozen, cooked, boiled, drained, without salt~^~ASPARAGUS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11022~^~1100~^~Balsam-pear (bitter gourd), leafy tips, raw~^~BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,RAW~^~~^~~^~~^~Tough stems and leaves~^62^~Momordica charantia~^6.25^2.44^8.37^3.57 ~11023~^~1100~^~Balsam-pear (bitter gourd), leafy tips, cooked, boiled, drained, without salt~^~BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11024~^~1100~^~Balsam-pear (bitter gourd), pods, raw~^~BALSAM-PEAR (BITTER GOURD),PODS,RAW~^~~^~~^~~^~Tough stems and leaves~^17^~Momordica charantia~^6.25^2.44^8.37^3.57 ~11025~^~1100~^~Balsam-pear (bitter gourd), pods, cooked, boiled, drained, without salt~^~BALSAM-PEAR (BITTER GOURD),PODS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11026~^~1100~^~Bamboo shoots, raw~^~BAMBOO SHOOTS,RAW~^~~^~~^~Y~^~Sheath~^71^~Phyllostachys spp.~^6.25^2.44^8.37^3.57 ~11027~^~1100~^~Bamboo shoots, cooked, boiled, drained, without salt~^~BAMBOO SHOOTS,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11028~^~1100~^~Bamboo shoots, canned, drained solids~^~BAMBOO SHOOTS,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11029~^~1100~^~Beans, kidney, mature seeds, sprouted, raw~^~BEANS,KIDNEY,MATURE SEEDS,SPROUTED,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^2.44^8.37^3.57 ~11030~^~1100~^~Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, without salt~^~BEANS,KIDNEY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11031~^~1100~^~Lima beans, immature seeds, raw~^~LIMA BNS,IMMAT SEEDS,RAW~^~~^~~^~Y~^~Pods and imperfect beans~^56^~Phaseolus lunatus~^6.25^3.47^8.37^4.07 ~11032~^~1100~^~Lima beans, immature seeds, cooked, boiled, drained, without salt~^~LIMA BNS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11033~^~1100~^~Beans, lima, immature seeds, canned, regular pack, solids and liquids~^~BEANS,LIMA,IMMAT SEEDS,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11037~^~1100~^~Lima beans, immature seeds, frozen, fordhook, unprepared~^~LIMA BNS,IMMAT SEEDS,FRZ,FORDHOOK,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11038~^~1100~^~Lima beans, immature seeds, frozen, fordhook, cooked, boiled, drained, without salt~^~LIMA BNS,IMMAT SEEDS,FRZ,FORDHOOK,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11039~^~1100~^~Lima beans, immature seeds, frozen, baby, unprepared~^~LIMA BNS,IMMAT SEEDS,FRZ,BABY,UNPREP~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11040~^~1100~^~Lima beans, immature seeds, frozen, baby, cooked, boiled, drained, without salt~^~LIMA BNS,IMMAT SEEDS,FRZ,BABY,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11043~^~1100~^~Mung beans, mature seeds, sprouted, raw~^~MUNG BNS,MATURE SEEDS,SPROUTED,RAW~^~~^~~^~Y~^~~^0^~Vigna radiata~^6.25^2.44^8.37^3.57 ~11044~^~1100~^~Mung beans, mature seeds, sprouted, cooked, boiled, drained, without salt~^~MUNG BNS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11045~^~1100~^~Mung beans, mature seeds, sprouted, cooked, stir-fried~^~MUNG BNS,MATURE SEEDS,SPROUTED,CKD,STIR-FRIED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11046~^~1100~^~Beans, navy, mature seeds, sprouted, raw~^~BEANS,NAVY,MATURE SEEDS,SPROUTED,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^2.44^8.37^3.57 ~11047~^~1100~^~Beans, navy, mature seeds, sprouted, cooked, boiled, drained, without salt~^~BEANS,NAVY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11048~^~1100~^~Beans, pinto, immature seeds, frozen, unprepared~^~BEANS,PINTO,IMMAT SEEDS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11049~^~1100~^~Beans, pinto, immature seeds, frozen, cooked, boiled, drained, without salt~^~BEANS,PINTO,IMMAT SEEDS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11050~^~1100~^~Beans, shellie, canned, solids and liquids~^~BEANS,SHELLIE,CND,SOL & LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^2.96^8.37^3.82 ~11052~^~1100~^~Beans, snap, green, raw~^~BEANS,SNAP,GREEN,RAW~^~~^~~^~Y~^~Ends, strings, trimmings~^12^~Phaseolus vulgaris~^6.25^2.44^8.37^3.57 ~11053~^~1100~^~Beans, snap, green, cooked, boiled, drained, without salt~^~BEANS,SNAP,GRN,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11054~^~1100~^~Beans, snap, green variety, canned, regular pack, solids and liquids~^~BEANS,SNAP,GRN VAR,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11056~^~1100~^~Beans, snap, green, canned, regular pack, drained solids~^~BEANS,SNAP,GRN,CND,REG PK,DRND SOL~^~Includes USDA commodity food A059, A061~^~~^~Y~^~~^0^~~^^^^ ~11058~^~1100~^~Beans, snap, canned, all styles, seasoned, solids and liquids~^~BEANS,SNAP,CND,ALL STYLES,SEASONED,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11060~^~1100~^~Beans, snap, green, frozen, all styles, unprepared~^~BEANS,SNAP,GRN,FRZ,ALL STYLES,UNPREP~^~~^~~^~~^~~^0^~~^^^^ ~11061~^~1100~^~Beans, snap, green, frozen, cooked, boiled, drained without salt~^~BEANS,SNAP,GRN,FRZ,CKD,BLD,DRND WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11062~^~1100~^~Beans, snap, green, frozen, all styles, microwaved~^~BEANS,SNAP,GRN,FRZ,ALL STYLES,MICROWAVED~^~~^~~^~~^~~^0^~~^^^^ ~11080~^~1100~^~Beets, raw~^~BEETS,RAW~^~~^~~^~Y~^~Parings and part tops~^33^~Beta vulgaris~^6.25^2.78^8.37^3.84 ~11081~^~1100~^~Beets, cooked, boiled, drained~^~BEETS,CKD,BLD,DRND~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11082~^~1100~^~Beets, canned, regular pack, solids and liquids~^~BEETS,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11084~^~1100~^~Beets, canned, drained solids~^~BEETS,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11086~^~1100~^~Beet greens, raw~^~BEET GREENS,RAW~^~~^~~^~Y~^~Stems, bruised and old leaves~^44^~Beta vulgaris~^6.25^2.44^8.37^3.57 ~11087~^~1100~^~Beet greens, cooked, boiled, drained, without salt~^~BEET GRNS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11088~^~1100~^~Broadbeans, immature seeds, raw~^~BROADBEANS,IMMAT SEEDS,RAW~^~~^~~^~~^~Ends~^3^~Vicia faba~^6.25^3.47^8.37^4.07 ~11089~^~1100~^~Broadbeans, immature seeds, cooked, boiled, drained, without salt~^~BROADBEANS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11090~^~1100~^~Broccoli, raw~^~BROCCOLI,RAW~^~~^~~^~Y~^~Leaves and tough stalks with trimmings~^39^~Brassica oleracea var. italica~^^2.44^8.37^3.57 ~11091~^~1100~^~Broccoli, cooked, boiled, drained, without salt~^~BROCCOLI,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11092~^~1100~^~Broccoli, frozen, chopped, unprepared~^~BROCCOLI,FRZ,CHOPD,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11093~^~1100~^~Broccoli, frozen, chopped, cooked, boiled, drained, without salt~^~BROCCOLI,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11094~^~1100~^~Broccoli, frozen, spears, unprepared~^~BROCCOLI,FRZ,SPEARS,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11095~^~1100~^~Broccoli, frozen, spears, cooked, boiled, drained, without salt~^~BROCCOLI,FRZ,SPEARS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11096~^~1100~^~Broccoli raab, raw~^~BROCCOLI RAAB,RAW~^~Broccoli rabe, Rapini~^~~^~~^~~^0^~Brassica ruvo~^^2.44^8.37^3.57 ~11097~^~1100~^~Broccoli raab, cooked~^~BROCCOLI RAAB,CKD~^~Broccoli rabe, Rapini~^~~^~~^~~^0^~~^^^^ ~11098~^~1100~^~Brussels sprouts, raw~^~BRUSSELS SPROUTS,RAW~^~~^~~^~Y~^~Outer leaves~^10^~Brassica oleracea (Gemmifera Group)~^6.25^2.44^8.37^3.57 ~11099~^~1100~^~Brussels sprouts, cooked, boiled, drained, without salt~^~BRUSSELS SPROUTS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11100~^~1100~^~Brussels sprouts, frozen, unprepared~^~BRUSSELS SPROUTS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11101~^~1100~^~Brussels sprouts, frozen, cooked, boiled, drained, without salt~^~BRUSSELS SPROUTS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11104~^~1100~^~Burdock root, raw~^~BURDOCK ROOT,RAW~^~~^~~^~Y~^~Skin, root and tips~^25^~Arctium lappa~^6.25^2.78^8.37^3.84 ~11105~^~1100~^~Burdock root, cooked, boiled, drained, without salt~^~BURDOCK ROOT,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11106~^~1100~^~Butterbur, (fuki), raw~^~BUTTERBUR,(FUKI),RAW~^~~^~~^~~^~Leaves, stem ends, peels~^12^~Petasites japonicus~^6.25^2.44^8.37^3.57 ~11107~^~1100~^~Butterbur, cooked, boiled, drained, without salt~^~BUTTERBUR,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11108~^~1100~^~Butterbur, canned~^~BUTTERBUR,CANNED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11109~^~1100~^~Cabbage, raw~^~CABBAGE,RAW~^~~^~~^~Y~^~Outer leaves and core~^20^~Brassica oleracea (Capitata Group)~^6.25^2.44^8.37^3.57 ~11110~^~1100~^~Cabbage, cooked, boiled, drained, without salt~^~CABBAGE,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11112~^~1100~^~Cabbage, red, raw~^~CABBAGE,RED,RAW~^~~^~~^~Y~^~Outer leaves and core~^20^~Brassica oleracea (Capitata Group)~^6.25^2.44^8.37^3.57 ~11113~^~1100~^~Cabbage, red, cooked, boiled, drained, without salt~^~CABBAGE,RED,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11114~^~1100~^~Cabbage, savoy, raw~^~CABBAGE,SAVOY,RAW~^~~^~~^~Y~^~Outer leaves and core~^20^~Brassica oleracea (Capitata Group)~^6.25^2.44^8.37^3.57 ~11115~^~1100~^~Cabbage, savoy, cooked, boiled, drained, without salt~^~CABBAGE,SAVOY,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11116~^~1100~^~Cabbage, chinese (pak-choi), raw~^~CABBAGE,CHINESE (PAK-CHOI),RAW~^~~^~~^~Y~^~Base and damaged leaves~^12^~Brassica rapa (Chinensis Group)~^6.25^2.44^8.37^3.57 ~11117~^~1100~^~Cabbage, chinese (pak-choi), cooked, boiled, drained, without salt~^~CABBAGE,CHINESE (PAK-CHOI),CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11119~^~1100~^~Cabbage, chinese (pe-tsai), raw~^~CABBAGE,CHINESE (PE-TSAI),RAW~^~~^~~^~Y~^~Outer leaves and root base~^7^~Brassica rapa (Pekinensis Group)~^6.25^2.44^8.37^3.57 ~11120~^~1100~^~Cabbage, chinese (pe-tsai), cooked, boiled, drained, without salt~^~CABBAGE,CHINESE (PE-TSAI),CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11122~^~1100~^~Cardoon, raw~^~CARDOON,RAW~^~~^~~^~~^~Tough stems and leaves~^51^~Cynara cardunculus~^6.25^2.44^8.37^3.57 ~11123~^~1100~^~Cardoon, cooked, boiled, drained, without salt~^~CARDOON,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11124~^~1100~^~Carrots, raw~^~CARROTS,RAW~^~Includes USDA commodity food A099~^~~^~Y~^~Crown, tops and scrapings~^11^~Daucus carota~^6.25^2.78^8.37^3.84 ~11125~^~1100~^~Carrots, cooked, boiled, drained, without salt~^~CARROTS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11126~^~1100~^~Carrots, canned, regular pack, solids and liquids~^~CARROTS,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11128~^~1100~^~Carrots, canned, regular pack, drained solids~^~CARROTS,CND,REG PK,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11130~^~1100~^~Carrots, frozen, unprepared~^~CARROTS,FROZEN,UNPREPARED~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11131~^~1100~^~Carrots, frozen, cooked, boiled, drained, without salt~^~CARROTS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11134~^~1100~^~Cassava, raw~^~CASSAVA,RAW~^~~^~~^~Y~^~~^0^~Manihot esculenta~^6.25^2.78^8.37^4.03 ~11135~^~1100~^~Cauliflower, raw~^~CAULIFLOWER,RAW~^~~^~~^~Y~^~Leaf stalks, cores and trimmings~^61^~Brassica oleracea (Botrytis Group)~^6.25^2.44^8.37^3.57 ~11136~^~1100~^~Cauliflower, cooked, boiled, drained, without salt~^~CAULIFLOWER,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11137~^~1100~^~Cauliflower, frozen, unprepared~^~CAULIFLOWER,FRZ,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11138~^~1100~^~Cauliflower, frozen, cooked, boiled, drained, without salt~^~CAULIFLOWER,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11141~^~1100~^~Celeriac, raw~^~CELERIAC,RAW~^~~^~~^~Y~^~Parings~^14^~Apium graveolens~^6.25^2.78^8.37^3.84 ~11142~^~1100~^~Celeriac, cooked, boiled, drained, without salt~^~CELERIAC,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11143~^~1100~^~Celery, raw~^~CELERY,RAW~^~~^~~^~Y~^~Roots and trimmings~^11^~Apium graveolens~^^^^ ~11144~^~1100~^~Celery, cooked, boiled, drained, without salt~^~CELERY,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11145~^~1100~^~Celtuce, raw~^~CELTUCE,RAW~^~~^~~^~~^~Tough leaves and stems~^25^~Lactuca sativa~^6.25^2.44^8.37^3.57 ~11147~^~1100~^~Chard, swiss, raw~^~CHARD,SWISS,RAW~^~~^~~^~Y~^~Tough stems and damaged leaves~^8^~Beta vulgaris subsp. vulagaris~^6.25^2.44^8.37^3.57 ~11148~^~1100~^~Chard, swiss, cooked, boiled, drained, without salt~^~CHARD,SWISS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11149~^~1100~^~Chayote, fruit, raw~^~CHAYOTE,FRUIT,RAW~^~~^~~^~Y~^~End and stem~^1^~Sechium edule~^6.25^2.44^8.37^3.57 ~11150~^~1100~^~Chayote, fruit, cooked, boiled, drained, without salt~^~CHAYOTE,FRUIT,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11151~^~1100~^~Chicory, witloof, raw~^~CHICORY,WITLOOF,RAW~^~~^~~^~~^~Root base and core~^11^~Cichorium intybus~^6.25^2.44^8.37^3.57 ~11152~^~1100~^~Chicory greens, raw~^~CHICORY GREENS,RAW~^~~^~~^~Y~^~Tough stems and damaged leaves~^18^~Cichorium intybus~^6.25^2.44^8.37^3.57 ~11154~^~1100~^~Chicory roots, raw~^~CHICORY ROOTS,RAW~^~~^~~^~~^~Peels and tops~^18^~Cichorium intybus~^6.25^2.44^8.37^3.84 ~11156~^~1100~^~Chives, raw~^~CHIVES,RAW~^~~^~~^~Y~^~~^0^~Allium schoenoprasum~^6.25^2.44^8.37^3.57 ~11157~^~1100~^~Chrysanthemum, garland, raw~^~CHRYSANTHEMUM,GARLAND,RAW~^~~^~~^~~^~Stem ends~^4^~Chrysanthemum coronarium~^6.25^2.44^8.37^3.57 ~11158~^~1100~^~Chrysanthemum, garland, cooked, boiled, drained, without salt~^~CHRYSANTHEMUM,GARLAND,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11159~^~1100~^~Coleslaw, home-prepared~^~COLESLAW,HOME-PREPARED~^~~^~~^~~^~~^0^~~^0.00^^^ ~11161~^~1100~^~Collards, raw~^~COLLARDS,RAW~^~~^~~^~Y~^~Stems~^43^~Brassica oleracea var. viridis~^6.25^2.44^8.37^3.57 ~11162~^~1100~^~Collards, cooked, boiled, drained, without salt~^~COLLARDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11163~^~1100~^~Collards, frozen, chopped, unprepared~^~COLLARDS,FRZ,CHOPD,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11164~^~1100~^~Collards, frozen, chopped, cooked, boiled, drained, without salt~^~COLLARDS,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11165~^~1100~^~Coriander (cilantro) leaves, raw~^~CORIANDER (CILANTRO) LEAVES,RAW~^~Chinese parsley, raw, Cilantro, raw~^~~^~Y~^~Roots, old and bruised leaves~^15^~Coriandrum sativum~^6.25^2.44^8.37^3.57 ~11167~^~1100~^~Corn, sweet, yellow, raw~^~CORN,SWEET,YELLOW,RAW~^~~^~~^~Y~^~35% husk, silk, trimmings; 29% cob~^64^~Zea mays~^6.25^2.44^8.37^3.57 ~11168~^~1100~^~Corn, sweet, yellow, cooked, boiled, drained, without salt~^~CORN,SWT,YEL,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11170~^~1100~^~Corn, sweet, yellow, canned, brine pack, regular pack, solids and liquids~^~CORN,SWT,YEL,CND,BRINE PK,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11172~^~1100~^~Corn, sweet, yellow, canned, whole kernel, drained solids~^~CORN,SWT,YEL,CND,WHL KERNEL,DRND SOL~^~Includes USDA commodity food A119~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11174~^~1100~^~Corn, sweet, yellow, canned, cream style, regular pack~^~CORN,SWT,YEL,CND,CRM STYLE,REG PK~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11176~^~1100~^~Corn, sweet, yellow, canned, vacuum pack, regular pack~^~CORN,SWT,YEL,CND,VACUUM PK,REG PK~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11178~^~1100~^~Corn, sweet, yellow, frozen, kernels cut off cob, unprepared~^~CORN,SWT,YEL,FRZ,KRNLS CUT OFF COB,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11179~^~1100~^~Corn, sweet, yellow, frozen, kernels cut off cob, boiled, drained, without salt~^~CORN,SWT,YEL,FRZ,KRNLS CUT OFF COB,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11180~^~1100~^~Corn, sweet, yellow, frozen, kernels on cob, unprepared~^~CORN,SWT,YEL,FRZ,KRNLS ON COB,UNPREP~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11181~^~1100~^~Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, without salt~^~CORN,SWT,YEL,FRZ,KRNLS ON COB,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11182~^~1100~^~Corn, yellow, whole kernel, frozen, microwaved~^~CORN,YEL,WHL KERNEL,FRZ,MICROWAVED~^~~^~~^~~^~~^0^~~^^^^ ~11184~^~1100~^~Corn with red and green peppers, canned, solids and liquids~^~CORN W/RED&GRN PEPPERS,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11190~^~1100~^~Cornsalad, raw~^~CORNSALAD,RAW~^~~^~~^~~^~~^^~Valerianella locusta~^6.25^2.44^8.37^3.57 ~11191~^~1100~^~Cowpeas (blackeyes), immature seeds, raw~^~COWPEAS (BLACKEYES),IMMAT SEEDS,RAW~^~~^~~^~~^~Pods~^49^~Vigna unguiculata~^6.25^3.47^8.37^4.07 ~11192~^~1100~^~Cowpeas (Blackeyes), immature seeds, cooked, boiled, drained, without salt~^~COWPEAS (BLACKEYES),IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11195~^~1100~^~Cowpeas (Blackeyes), immature seeds, frozen, unprepared~^~COWPEAS (BLACKEYES),IMMAT SEEDS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11196~^~1100~^~Cowpeas (blackeyes), immature seeds, frozen, cooked, boiled, drained, without salt~^~COWPEAS (BLACKEYES),IMMTRE SEEDS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11197~^~1100~^~Cowpeas, young pods with seeds, raw~^~COWPEAS,YOUNG PODS W/SEEDS,RAW~^~~^~~^~~^~Ends and strings~^9^~Vigna unguiculata~^6.25^2.44^8.37^3.57 ~11198~^~1100~^~Cowpeas, young pods with seeds, cooked, boiled, drained, without salt~^~COWPEAS,YOUNG PODS W/SEEDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11199~^~1100~^~Yardlong bean, raw~^~YARDLONG BEAN,RAW~^~~^~~^~~^~Ends~^5^~Vigna unguiculata~^6.25^3.47^8.37^4.07 ~11200~^~1100~^~Yardlong bean, cooked, boiled, drained, without salt~^~YARDLONG BEAN,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11201~^~1100~^~Cowpeas, leafy tips, raw~^~COWPEAS,LEAFY TIPS,RAW~^~~^~~^~~^~Tough stems and leaves~^48^~Vigna unguiculata~^6.25^2.44^8.37^3.57 ~11202~^~1100~^~Cowpeas, leafy tips, cooked, boiled, drained, without salt~^~COWPEAS,LEAFY TIPS,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11203~^~1100~^~Cress, garden, raw~^~CRESS,GARDEN,RAW~^~~^~~^~Y~^~Stems, crowns and spoiled leaves~^29^~Lepidium sativum~^6.25^2.44^8.37^3.57 ~11204~^~1100~^~Cress, garden, cooked, boiled, drained, without salt~^~CRESS,GARDEN,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11205~^~1100~^~Cucumber, with peel, raw~^~CUCUMBER,WITH PEEL,RAW~^~~^~~^~Y~^~Ends~^3^~Cucumis sativus~^6.25^2.44^8.37^3.57 ~11206~^~1100~^~Cucumber, peeled, raw~^~CUCUMBER,PEELED,RAW~^~~^~~^~Y~^~Parings, ends and bruised spots~^27^~~^^^^ ~11207~^~1100~^~Dandelion greens, raw~^~DANDELION GREENS,RAW~^~~^~~^~Y~^~~^0^~Taraxacum officinale~^6.25^2.44^8.37^3.57 ~11208~^~1100~^~Dandelion greens, cooked, boiled, drained, without salt~^~DANDELION GRNS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11209~^~1100~^~Eggplant, raw~^~EGGPLANT,RAW~^~~^~~^~Y~^~Ends, parings and trimmings~^19^~Solanum melongena~^6.25^2.44^8.37^3.57 ~11210~^~1100~^~Eggplant, cooked, boiled, drained, without salt~^~EGGPLANT,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11211~^~1100~^~Edamame, frozen, unprepared~^~EDAMAME,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~11212~^~1100~^~Edamame, frozen, prepared~^~EDAMAME,FRZ,PREP~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~11213~^~1100~^~Endive, raw~^~ENDIVE,RAW~^~~^~~^~Y~^~Outer leaves and core~^14^~Cichorium endivia~^6.25^2.44^8.37^3.57 ~11215~^~1100~^~Garlic, raw~^~GARLIC,RAW~^~~^~~^~Y~^~Knob and skin~^13^~Allium sativum~^6.25^2.78^8.37^3.84 ~11216~^~1100~^~Ginger root, raw~^~GINGER ROOT,RAW~^~~^~~^~Y~^~Scrapings~^7^~Zingiber officinale~^6.25^2.78^8.37^3.84 ~11218~^~1100~^~Gourd, white-flowered (calabash), raw~^~GOURD,WHITE-FLOWERED (CALABASH),RAW~^~~^~~^~~^~Ends, skin, and seeds~^30^~Lagenaria siceraria~^6.25^2.44^8.37^3.57 ~11219~^~1100~^~Gourd, white-flowered (calabash), cooked, boiled, drained, without salt~^~GOURD,WHITE-FLOWERED (CALABASH),CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11220~^~1100~^~Gourd, dishcloth (towelgourd), raw~^~GOURD,DISHCLOTH (TOWELGOURD),RAW~^~~^~~^~~^~Ribs, skin, stem and blossom end~^27^~Luffa aegyptiaca~^6.25^2.44^8.37^3.57 ~11221~^~1100~^~Gourd, dishcloth (towelgourd), cooked, boiled, drained, without salt~^~GOURD,DISHCLOTH (TOWELGOURD),CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11222~^~1100~^~Horseradish-tree leafy tips, raw~^~HORSERADISH-TREE LEAFY TIPS,RAW~^~~^~~^~~^~Stems~^38^~Moringa oleifera~^6.25^2.44^8.37^3.57 ~11223~^~1100~^~Horseradish-tree, leafy tips, cooked, boiled, drained, without salt~^~HORSERADISH-TREE,LEAFY TIPS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11224~^~1100~^~Hyacinth-beans, immature seeds, raw~^~HYACINTH-BEANS,IMMAT SEEDS,RAW~^~~^~~^~~^~Ends and strings~^7^~Dolichos lablab~^6.25^3.47^8.37^4.07 ~11225~^~1100~^~Hyacinth-beans, immature seeds, cooked, boiled, drained, without salt~^~HYACINTH-BEANS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11226~^~1100~^~Jerusalem-artichokes, raw~^~JERUSALEM-ARTICHOKES,RAW~^~~^~~^~Y~^~Parings~^31^~Helianthus tuberosus~^6.25^2.78^8.37^3.84 ~11228~^~1100~^~Jew's ear, (pepeao), raw~^~JEW'S EAR,(PEPEAO),RAW~^~~^~~^~~^~Stem end~^2^~Auricularia polytricha~^6.25^2.62^8.37^3.48 ~11230~^~1100~^~Pepeao, dried~^~PEPEAO,DRIED~^~~^~~^~~^~Stems and defects~^13^~~^6.25^2.62^8.37^3.48 ~11231~^~1100~^~Jute, potherb, raw~^~JUTE,POTHERB,RAW~^~~^~~^~~^~Tough leaves and stems~^38^~Corchorus olitorius~^6.25^2.44^8.37^3.57 ~11232~^~1100~^~Jute, potherb, cooked, boiled, drained, without salt~^~JUTE,POTHERB,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11233~^~1100~^~Kale, raw~^~KALE,RAW~^~~^~~^~~^~Stem ends, tough stems and tough midrib parts~^39^~Brassica oleracea (Acephala Group)~^6.25^2.44^8.37^3.57 ~11234~^~1100~^~Kale, cooked, boiled, drained, without salt~^~KALE,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11235~^~1100~^~Kale, frozen, unprepared~^~KALE,FROZEN,UNPREPARED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11236~^~1100~^~Kale, frozen, cooked, boiled, drained, without salt~^~KALE,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11237~^~1100~^~Kanpyo, (dried gourd strips)~^~KANPYO,(DRIED GOURD STRIPS)~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11241~^~1100~^~Kohlrabi, raw~^~KOHLRABI,RAW~^~~^~~^~Y~^~Leaves, stems and parings~^54^~Brassica oleracea (Gongylodes Group)~^6.25^2.44^8.37^3.57 ~11242~^~1100~^~Kohlrabi, cooked, boiled, drained, without salt~^~KOHLRABI,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11243~^~1100~^~Mushrooms, portabella, grilled~^~MUSHROOMS,PORTABELLA,GRILLED~^~Portobello~^~~^~~^~~^0^~~^6.25^2.62^8.37^3.48 ~11244~^~1100~^~Lambsquarters, raw~^~LAMBSQUARTERS,RAW~^~~^~~^~~^~~^^~Chenopodium album~^6.25^2.44^8.37^3.57 ~11245~^~1100~^~Lambsquarters, cooked, boiled, drained, without salt~^~LAMBSQUARTERS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11246~^~1100~^~Leeks, (bulb and lower leaf-portion), raw~^~LEEKS,(BULB&LOWER LEAF-PORTION),RAW~^~~^~~^~Y~^~Tops, root end and skin~^56^~Allium ampeloprasum~^6.25^2.78^8.37^3.84 ~11247~^~1100~^~Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, without salt~^~LEEKS,(BULB&LOWER LEAF-PORTION),CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11248~^~1100~^~Lentils, sprouted, raw~^~LENTILS,SPROUTED,RAW~^~~^~~^~~^~~^0^~Lens culinaris~^6.25^2.44^8.37^3.57 ~11249~^~1100~^~Lentils, sprouted, cooked, stir-fried, without salt~^~LENTILS,SPROUTED,CKD,STIR-FRIED,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11250~^~1100~^~Lettuce, butterhead (includes boston and bibb types), raw~^~LETTUCE,BUTTERHEAD (INCL BOSTON&BIBB TYPES),RAW~^~~^~~^~Y~^~Outer leaves and core~^26^~Lactuca sativa var. capitata~^6.25^2.44^8.37^3.57 ~11251~^~1100~^~Lettuce, cos or romaine, raw~^~LETTUCE,COS OR ROMAINE,RAW~^~~^~~^~Y~^~Core~^6^~Lactuca sativa var. logifolia~^6.25^2.44^8.37^3.57 ~11252~^~1100~^~Lettuce, iceberg (includes crisphead types), raw~^~LETTUCE,ICEBERG (INCL CRISPHEAD TYPES),RAW~^~~^~~^~Y~^~Core~^5^~Lactuca sativa var. capitata~^6.25^2.44^8.37^3.57 ~11253~^~1100~^~Lettuce, green leaf, raw~^~LETTUCE,GRN LEAF,RAW~^~~^~~^~Y~^~Outer leaves, core and trimmings~^36^~Lactuca sativa var. crispa~^6.25^2.44^8.37^3.57 ~11254~^~1100~^~Lotus root, raw~^~LOTUS ROOT,RAW~^~~^~~^~~^~Skins and ends of lobes~^21^~Nelumbo nucifera~^6.25^2.78^8.37^3.84 ~11255~^~1100~^~Lotus root, cooked, boiled, drained, without salt~^~LOTUS ROOT,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11257~^~1100~^~Lettuce, red leaf, raw~^~LETTUCE,RED LEAF,RAW~^~~^~~^~~^~Core and damaged outer leaves~^20^~Lactuca sativa var. crispa~^^^^ ~11258~^~1100~^~Mountain yam, hawaii, raw~^~MOUNTAIN YAM,HAWAII,RAW~^~~^~~^~~^~Ends and skin~^17^~Dioscorea pentaphylla~^6.25^2.78^8.37^3.84 ~11259~^~1100~^~Mountain yam, hawaii, cooked, steamed, without salt~^~MOUNTAIN YAM,HAWAII,CKD,STMD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11260~^~1100~^~Mushrooms, white, raw~^~MUSHROOMS,WHITE,RAW~^~~^~~^~Y~^~Trimmings~^3^~Agaricus bisporus~^6.25^2.62^8.37^3.48 ~11261~^~1100~^~Mushrooms, cooked, boiled, drained, without salt~^~MUSHROOMS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.62^8.37^3.48 ~11263~^~1100~^~Mushrooms, white, stir-fried~^~MUSHROOMS,WHITE,STIR-FRIED~^~~^~~^~~^~~^0^~~^^2.62^8.37^3.48 ~11264~^~1100~^~Mushrooms, canned, drained solids~^~MUSHROOMS,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.62^8.37^3.48 ~11265~^~1100~^~Mushrooms, portabella, raw~^~MUSHROOMS,PORTABELLA,RAW~^~Portabello~^~~^~~^~Trimmings~^3^~Agaricus bisporus~^6.25^2.62^8.37^3.48 ~11266~^~1100~^~Mushrooms, brown, Italian, or Crimini, raw~^~MUSHROOMS,BROWN,ITALIAN,OR CRIMINI,RAW~^~~^~~^~~^~Trimmings~^3^~~^^^^ ~11267~^~1100~^~Mushrooms, shiitake, stir-fried~^~MUSHROOMS,SHIITAKE,STIR-FRIED~^~~^~~^~~^~~^0^~Lentinus edodes~^^^^ ~11268~^~1100~^~Mushrooms, shiitake, dried~^~MUSHROOMS,SHIITAKE,DRIED~^~~^~~^~Y~^~~^0^~Lentinus edodes~^6.25^2.62^8.37^3.48 ~11269~^~1100~^~Mushrooms, shiitake, cooked, without salt~^~MUSHROOMS,SHIITAKE,CKD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.62^8.37^3.48 ~11270~^~1100~^~Mustard greens, raw~^~MUSTARD GREENS,RAW~^~~^~~^~Y~^~Bases~^7^~Brassica juncea~^6.25^2.44^8.37^3.57 ~11271~^~1100~^~Mustard greens, cooked, boiled, drained, without salt~^~MUSTARD GRNS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11272~^~1100~^~Mustard greens, frozen, unprepared~^~MUSTARD GRNS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11273~^~1100~^~Mustard greens, frozen, cooked, boiled, drained, without salt~^~MUSTARD GRNS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11274~^~1100~^~Mustard spinach, (tendergreen), raw~^~MUSTARD SPINACH,(TENDERGREEN),RAW~^~~^~~^~~^~Trimmings~^7^~Brassica rapa (Perviridis Group)~^6.25^2.44^8.37^3.57 ~11275~^~1100~^~Mustard spinach, (tendergreen), cooked, boiled, drained, without salt~^~MUSTARD SPINACH,(TENDERGREEN),CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11276~^~1100~^~New Zealand spinach, raw~^~NEW ZEALAND SPINACH,RAW~^~~^~~^~~^~Large stems and roots~^28^~Tetragonia tetragonioides~^6.25^2.44^8.37^3.57 ~11277~^~1100~^~New Zealand spinach, cooked, boiled, drained, without salt~^~NEW ZEALAND SPINACH,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11278~^~1100~^~Okra, raw~^~OKRA,RAW~^~~^~~^~Y~^~Crown and tips~^14^~Abelmoschus esculentus~^6.25^2.44^8.37^3.57 ~11279~^~1100~^~Okra, cooked, boiled, drained, without salt~^~OKRA,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11280~^~1100~^~Okra, frozen, unprepared~^~OKRA,FROZEN,UNPREPARED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11281~^~1100~^~Okra, frozen, cooked, boiled, drained, without salt~^~OKRA,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11282~^~1100~^~Onions, raw~^~ONIONS,RAW~^~~^~~^~Y~^~Stem ends, sprouts and defects~^10^~Allium cepa~^6.25^2.78^8.37^3.84 ~11283~^~1100~^~Onions, cooked, boiled, drained, without salt~^~ONIONS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11284~^~1100~^~Onions, dehydrated flakes~^~ONIONS,DEHYDRATED FLAKES~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11285~^~1100~^~Onions, canned, solids and liquids~^~ONIONS,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11286~^~1100~^~Onions, yellow, sauteed~^~ONIONS,YEL,SAUTEED~^~~^~~^~~^~~^0^~~^^^^ ~11287~^~1100~^~Onions, frozen, chopped, unprepared~^~ONIONS,FRZ,CHOPD,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11288~^~1100~^~Onions, frozen, chopped, cooked, boiled, drained, without salt~^~ONIONS,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11289~^~1100~^~Onions, frozen, whole, unprepared~^~ONIONS,FRZ,WHL,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11290~^~1100~^~Onions, frozen, whole, cooked, boiled, drained, without salt~^~ONIONS,FRZ,WHL,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11291~^~1100~^~Onions, spring or scallions (includes tops and bulb), raw~^~ONIONS,SPRING OR SCALLIONS (INCL TOPS&BULB),RAW~^~~^~~^~Y~^~Rootlets~^4^~Allium cepa or Allium fistulosum~^6.25^2.44^8.37^3.57 ~11292~^~1100~^~Onions, young green, tops only~^~ONIONS,YOUNG GRN,TOPS ONLY~^~~^~~^~Y~^~~^0^~Allium cepa~^^2.44^8.37^3.57 ~11293~^~1100~^~Onions, welsh, raw~^~ONIONS,WELSH,RAW~^~~^~~^~~^~Leaf tops and roots~^35^~Allium fistulosum~^6.25^2.78^8.37^3.84 ~11294~^~1100~^~Onions, sweet, raw~^~ONIONS,SWT,RAW~^~~^~~^~~^~Stem, root, and two outermost layers~^16^~Allium cepa~^^2.78^8.37^3.84 ~11295~^~1100~^~Onion rings, breaded, par fried, frozen, unprepared~^~ONION RINGS,BREADED,PAR FR,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.07^3.70^8.80^4.00 ~11296~^~1100~^~Onion rings, breaded, par fried, frozen, prepared, heated in oven~^~ONION RINGS,BREADED,PAR FR,FRZ,PREP,HTD IN OVEN~^~~^~~^~~^~~^0^~~^6.07^3.70^8.80^4.00 ~11297~^~1100~^~Parsley, raw~^~PARSLEY,RAW~^~~^~~^~Y~^~Tough stems~^5^~Petroselinum crispum~^6.25^2.44^8.37^3.57 ~11298~^~1100~^~Parsnips, raw~^~PARSNIPS,RAW~^~~^~~^~~^~Parings~^15^~Pastinaca sativa~^6.25^2.78^8.37^3.84 ~11299~^~1100~^~Parsnips, cooked, boiled, drained, without salt~^~PARSNIPS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11300~^~1100~^~Peas, edible-podded, raw~^~PEAS,EDIBLE-PODDED,RAW~^~Snowpeas, Sugar snap peas~^~~^~Y~^~Ends and strings~^6^~Pisum sativum~^6.25^3.47^8.37^4.07 ~11301~^~1100~^~Peas, edible-podded, boiled, drained, without salt~^~PEAS,EDIBLE-PODDED,BLD,DRND,WO/ SALT~^~Snowpeas, Sugar snap peas~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11302~^~1100~^~Peas, edible-podded, frozen, unprepared~^~PEAS,EDIBLE-PODDED,FRZ,UNPREP~^~Snowpeas, Sugar snap peas~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11303~^~1100~^~Peas, edible-podded, frozen, cooked, boiled, drained, without salt~^~PEAS,EDIBLE-PODDED,FRZ,CKD,BLD,DRND,WO/SALT~^~Snowpeas, Sugar snap peas~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11304~^~1100~^~Peas, green, raw~^~PEAS,GREEN,RAW~^~~^~~^~Y~^~Pods and inedible peas~^62^~Pisum sativum~^6.25^3.47^8.37^4.07 ~11305~^~1100~^~Peas, green, cooked, boiled, drained, without salt~^~PEAS,GRN,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11306~^~1100~^~Peas, green, canned, regular pack, solids and liquids~^~PEAS,GRN,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11308~^~1100~^~Peas, green (includes baby and lesuer types), canned, drained soilds, unprepared~^~PEAS,GRN (INCL BABY & LESUER TYPES),CND,DRND SOI,UNPREP~^~~^~~^~Y~^~~^0^~~^^^^ ~11310~^~1100~^~Peas, green, canned, seasoned, solids and liquids~^~PEAS,GRN,CND,SEASONED,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11312~^~1100~^~Peas, green, frozen, unprepared~^~PEAS,GRN,FRZ,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11313~^~1100~^~Peas, green, frozen, cooked, boiled, drained, without salt~^~PEAS,GRN,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11316~^~1100~^~Peas, mature seeds, sprouted, raw~^~PEAS,MATURE SEEDS,SPROUTED,RAW~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11317~^~1100~^~Peas, mature seeds, sprouted, cooked, boiled, drained, without salt~^~PEAS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11318~^~1100~^~Peas and carrots, canned, regular pack, solids and liquids~^~PEAS&CARROTS,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.98^8.37^3.16 ~11322~^~1100~^~Peas and carrots, frozen, unprepared~^~PEAS&CARROTS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^3.98^8.37^3.16 ~11323~^~1100~^~Peas and carrots, frozen, cooked, boiled, drained, without salt~^~PEAS&CARROTS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.98^8.37^3.16 ~11324~^~1100~^~Peas and onions, canned, solids and liquids~^~PEAS&ONIONS,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.40^8.37^4.00 ~11326~^~1100~^~Peas and onions, frozen, unprepared~^~PEAS&ONIONS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^3.40^8.37^4.00 ~11327~^~1100~^~Peas and onions, frozen, cooked, boiled, drained, without salt~^~PEAS&ONIONS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.37^4.00 ~11329~^~1100~^~Peppers, hot chili, green, canned, pods, excluding seeds, solids and liquids~^~PEPPERS,HOT CHILI,GRN,CND,PODS,EXCLUDING SEEDS,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11333~^~1100~^~Peppers, sweet, green, raw~^~PEPPERS,SWT,GRN,RAW~^~~^~~^~Y~^~Stem ends, seeds and core~^18^~Capsicum annuum~^6.25^2.44^8.37^3.57 ~11334~^~1100~^~Peppers, sweet, green, cooked, boiled, drained, without salt~^~PEPPERS,SWT,GRN,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11335~^~1100~^~Peppers, sweet, green, canned, solids and liquids~^~PEPPERS,SWT,GRN,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11337~^~1100~^~Peppers, sweet, green, frozen, chopped, unprepared~^~PEPPERS,SWT,GRN,FRZ,CHOPD,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11338~^~1100~^~Peppers, sweet, green, frozen, chopped, boiled, drained, without salt~^~PEPPERS,SWT,GRN,FRZ,CHOPD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11339~^~1100~^~Peppers, sweet, green, sauteed~^~PEPPERS,SWT,GRN,SAUTEED~^~~^~~^~~^~~^0^~~^^^^ ~11344~^~1100~^~Pigeonpeas, immature seeds, raw~^~PIGEONPEAS,IMMAT SEEDS,RAW~^~~^~~^~Y~^~Pods~^52^~Cajanus cajan~^6.25^3.47^8.37^4.07 ~11345~^~1100~^~Pigeonpeas, immature seeds, cooked, boiled, drained, without salt~^~PIGEONPEAS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11349~^~1100~^~Poi~^~POI~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11350~^~1100~^~Pokeberry shoots, (poke), raw~^~POKEBERRY SHOOTS,(POKE),RAW~^~~^~~^~~^~~^^~Phytolacca americana~^6.25^2.44^8.37^3.57 ~11351~^~1100~^~Pokeberry shoots, (poke), cooked, boiled, drained, without salt~^~POKEBERRY SHOOTS,(POKE),CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11352~^~1100~^~Potato, flesh and skin, raw~^~POTATO,FLESH & SKN,RAW~^~~^~~^~Y~^~Parings and trimmings~^25^~Solanum tuberosum~^6.25^2.78^8.37^4.03 ~11353~^~1100~^~Potatoes, russet, flesh and skin, raw~^~POTATOES,RUSSET,FLESH & SKN,RAW~^~Includes USDA commodity food A214~^~~^~~^~~^0^~Solanum tuberosum~^6.25^2.78^8.37^4.03 ~11354~^~1100~^~Potatoes, white, flesh and skin, raw~^~POTATOES,WHITE,FLESH & SKN,RAW~^~Includes USDA commodity food A215~^~~^~~^~~^0^~Solanum tuberosum~^6.25^2.78^8.37^4.03 ~11355~^~1100~^~Potatoes, red, flesh and skin, raw~^~POTATOES,RED,FLESH & SKN,RAW~^~~^~~^~~^~~^0^~Solanum tuberosum~^6.25^2.78^8.37^4.03 ~11356~^~1100~^~Potatoes, Russet, flesh and skin, baked~^~POTATOES,RUSSET,FLESH & SKN,BKD~^~~^~~^~~^~~^0^~~^^^^ ~11357~^~1100~^~Potatoes, white, flesh and skin, baked~^~POTATOES,WHITE,FLESH & SKN,BKD~^~~^~~^~~^~~^0^~~^^^^ ~11358~^~1100~^~Potatoes, red, flesh and skin, baked~^~POTATOES,RED,FLESH & SKN,BKD~^~~^~~^~~^~~^0^~~^^^^ ~11359~^~1100~^~Potatoes, french fried, crinkle or regular cut, salt added in processing, frozen, as purchased~^~POTATOES,FR FR,CRNKL OR REG,SALT ADDED IN PROC,FRZ,AS PURCH~^~~^~~^~~^~~^0^~~^^^^ ~11360~^~1100~^~Potatoes, french fried, crinkle or regular cut, salt added in processing, frozen, oven-heated~^~POTATOES,FR FR,CRNKL/REG CUT,SALT ADDED IN PROC,FRZ,OVEN-HTD~^~~^~~^~~^~~^0^~~^^^^ ~11362~^~1100~^~Potatoes, raw, skin~^~POTATOES,RAW,SKIN~^~~^~~^~~^~~^0^~Solanum tuberosum~^6.25^2.78^8.37^4.03 ~11363~^~1100~^~Potatoes, baked, flesh, without salt~^~POTATOES,BKD,FLESH,WO/SALT~^~~^~~^~Y~^~Skin and adhering flesh~^23^~~^6.25^2.78^8.37^4.03 ~11364~^~1100~^~Potatoes, baked, skin, without salt~^~POTATOES,BKD,SKN,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11365~^~1100~^~Potatoes, boiled, cooked in skin, flesh, without salt~^~POTATOES,BLD,CKD IN SKN,FLESH,WO/SALT~^~~^~~^~Y~^~Skins and eyes~^9^~~^6.25^2.78^8.37^4.03 ~11366~^~1100~^~Potatoes, boiled, cooked in skin, skin, without salt~^~POTATOES,BLD,CKD IN SKN,SKN,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11367~^~1100~^~Potatoes, boiled, cooked without skin, flesh, without salt~^~POTATOES,BLD,CKD WO/ SKN,FLESH,WO/ SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11368~^~1100~^~Potatoes, microwaved, cooked in skin, flesh, without salt~^~POTATOES,MICROWAVED,CKD IN SKN,FLESH,WO/SALT~^~~^~~^~~^~Skin and adhering flesh~^23^~~^6.25^2.78^8.37^4.03 ~11369~^~1100~^~Potatoes, microwaved, cooked in skin, skin, without salt~^~POTATOES,MICROWAVED,CKD IN SKN,SKN,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11370~^~1100~^~Potatoes, hashed brown, home-prepared~^~POTATOES,HASHED BROWN,HOME-PREPARED~^~~^~~^~Y~^~~^0^~~^^^^ ~11371~^~1100~^~Potatoes, mashed, home-prepared, whole milk and margarine added~^~POTATOES,MSHD,HOME-PREPARED,WHL MILK & MARGARINE ADDED~^~~^~~^~Y~^~~^0^~~^^^^ ~11372~^~1100~^~Potatoes, scalloped, home-prepared with butter~^~POTATOES,SCALLPD,HOME-PREPARED W/BUTTER~^~~^~~^~~^~~^0^~~^0.00^^^ ~11373~^~1100~^~Potatoes, au gratin, home-prepared from recipe using butter~^~POTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING BUTTER~^~~^~~^~~^~~^0^~~^0.00^^^ ~11374~^~1100~^~Potatoes, canned, solids and liquids~^~POTATOES,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11376~^~1100~^~Potatoes, canned, drained solids~^~POTATOES,CND,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11378~^~1100~^~Potatoes, mashed, dehydrated, flakes without milk, dry form~^~POTATOES,MSHD,DEHYD,FLAKES WO/MILK,DRY FORM~^~Include USDA Commodity food A200~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11379~^~1100~^~Potatoes, mashed, dehydrated, prepared from flakes without milk, whole milk and butter added~^~POTATOES,MSHD,DEHYD,PREP FROM FLKS WO MLK,WHL MLK&BUTTR ADD~^~~^~~^~Y~^~~^0^~~^^^^ ~11380~^~1100~^~Potatoes, mashed, dehydrated, granules without milk, dry form~^~POTATOES,MSHD,DEHYD,GRANULES WO/MILK,DRY FORM~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11381~^~1100~^~Potatoes, mashed, dehydrated, prepared from granules without milk, whole milk and butter added~^~POTATOES,MSHD,DEHYD,PREP FR GRNLS WO/MILK,WHL MILK&BUTTER~^~~^~~^~~^~~^0^~~^6.29^3.21^8.82^4.02 ~11382~^~1100~^~Potatoes, mashed, dehydrated, granules with milk, dry form~^~POTATOES,MSHD,DEHYD,GRANULES W/MILK,DRY FORM~^~~^~~^~Y~^~~^0^~~^6.29^3.21^8.82^4.02 ~11383~^~1100~^~Potatoes, mashed, dehydrated, prepared from granules with milk, water and margarine added~^~POTATOES,MSHD,DEHYD,PREP FROM GRAN W/ MILK,H2O & MARG ADDED~^~~^~~^~~^~~^0^~~^^^^ ~11384~^~1100~^~Potatoes, au gratin, dry mix, unprepared~^~POTATOES,AU GRATIN,DRY MIX,UNPREP~^~~^~~^~~^~~^0^~~^0.00^^^ ~11385~^~1100~^~Potatoes, au gratin, dry mix, prepared with water, whole milk and butter~^~POTATOES,AU GRATIN,DRY MIX,PREP W/H2O,WHL MILK&BUTTER~^~~^~~^~~^~~^0^~~^0.00^^^ ~11386~^~1100~^~Potatoes, scalloped, dry mix, unprepared~^~POTATOES,SCALLPD,DRY MIX,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11387~^~1100~^~Potatoes, scalloped, dry mix, prepared with water, whole milk and butter~^~POTATOES,SCALLPD,DRY MIX,PREP W/H2O,WHL MILK&BUTTER~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11390~^~1100~^~Potatoes, hashed brown, frozen, plain, unprepared~^~POTATOES,HASHED BROWN,FRZ,PLN,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11391~^~1100~^~Potatoes, hashed brown, frozen, plain, prepared~^~POTATOES,HASHED BROWN,FRZ,PLN,PREP~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11392~^~1100~^~Potatoes, hashed brown, frozen, with butter sauce, unprepared~^~POTATOES,HASHED BROWN,FRZ,W/BUTTER SAU,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11393~^~1100~^~Potatoes, hashed brown, frozen, with butter sauce, prepared~^~POTATOES,HASHED BROWN,FRZ,W/BUTTER SAU,PREP~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11394~^~1100~^~Potatoes, french fried, shoestring, salt added in processing, frozen, as purchased~^~POTATOES,FRENCH FR,SHOESTRING,SALT ADDED IN PROC,FRZ,AS PRCH~^~~^~~^~~^~~^0^~~^^^^ ~11395~^~1100~^~Potatoes, french fried, shoestring, salt added in processing, frozen, oven-heated~^~POTATOES,FRENCH FR,SHOESTRNG,SALT ADDED IN PROC,FRZ,OVEN-HTD~^~~^~~^~~^~~^0^~~^^^^ ~11396~^~1100~^~Potatoes, o'brien, frozen, unprepared~^~POTATOES,O'BRIEN,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.70^8.40^4.00 ~11397~^~1100~^~Potatoes, o'brien, frozen, prepared~^~POTATOES,O'BRIEN,FRZ,PREP~^~~^~~^~~^~~^0^~~^6.25^2.70^8.40^4.00 ~11398~^~1100~^~Potato puffs, frozen, unprepared~^~POTATO PUFFS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11399~^~1100~^~Potato puffs, frozen, oven-heated~^~POTATO PUFFS,FRZ,OVEN-HEATED~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11400~^~1100~^~Potatoes, frozen, whole, unprepared~^~POTATOES,FRZ,WHL,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11401~^~1100~^~Potatoes, frozen, whole, cooked, boiled, drained, without salt~^~POTATOES,FRZ,WHL,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11402~^~1100~^~Potatoes, french fried, all types, salt added in processing, frozen, unprepared~^~POTATOES,FRENCH FR,ALL TYPES,SALT ADDED IN PROC,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~11403~^~1100~^~Potatoes, french fried, all types, salt added in processing, frozen, home-prepared, oven heated~^~POTATOES,FRENCH FR,ALL TYPES,SALT ADDED IN PROC,FRZ,OVEN HTD~^~~^~~^~Y~^~~^0^~~^6.25^4.00^8.80^2.80 ~11406~^~1100~^~Potatoes, frozen, french fried, par fried, cottage-cut, unprepared~^~POTATOES,FRZ,FRENCH FR,PAR FR,COTTAGE-CUT,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~11407~^~1100~^~Potatoes, frozen, french fried, par fried, cottage-cut, prepared, heated in oven, without salt~^~POTATOES,FRZ,FRCH FR,PAR FR,CTTGE-CUT,PREP,HTD OVEN,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~11408~^~1100~^~Potatoes, frozen, french fried, par fried, extruded, unprepared~^~POTATOES,FRZ,FRENCH FR,PAR FR,EXTRUDED,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~11409~^~1100~^~Potatoes, frozen, french fried, par fried, extruded, prepared, heated in oven, without salt~^~POTATOES,FRZ,FRCH FR,PAR FR,EXTRUDED,PREP,HTD OVEN,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~11410~^~1100~^~USDA Commodity, Potato wedges, frozen~^~USDA COMMODITY,POTATO WEDGES,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~11411~^~1100~^~Potatoes, french fried, steak fries, salt added in processing, frozen, as purchased~^~POTATOES,FRENCH FR,STK FRIES,SALT ADDED IN PROC,FRZ,AS PRCH~^~~^~~^~~^~~^0^~~^^^^ ~11412~^~1100~^~Potatoes, french fried, steak fries, salt added in processing, frozen, oven-heated~^~POTATOES,FRENCH FR,STK FRIES,SALT ADDED IN PROC,FRZ,OVEN-HTD~^~~^~~^~~^~~^0^~~^^^^ ~11413~^~1100~^~Potato flour~^~POTATO FLOUR~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11414~^~1100~^~Potato salad, home-prepared~^~POTATO SALAD,HOME-PREPARED~^~~^~~^~~^~~^0^~~^^^^ ~11416~^~1100~^~Pumpkin flowers, raw~^~PUMPKIN FLOWERS,RAW~^~~^~~^~~^~Pistil and calyx~^65^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11417~^~1100~^~Pumpkin flowers, cooked, boiled, drained, without salt~^~PUMPKIN FLOWERS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11418~^~1100~^~Pumpkin leaves, raw~^~PUMPKIN LEAVES,RAW~^~~^~~^~~^~Stem and tough leaves~^59^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11419~^~1100~^~Pumpkin leaves, cooked, boiled, drained, without salt~^~PUMPKIN LEAVES,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11422~^~1100~^~Pumpkin, raw~^~PUMPKIN,RAW~^~~^~~^~Y~^~Seeds, rind and stem~^30^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11423~^~1100~^~Pumpkin, cooked, boiled, drained, without salt~^~PUMPKIN,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11424~^~1100~^~Pumpkin, canned, without salt~^~PUMPKIN,CND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11426~^~1100~^~Pumpkin pie mix, canned~^~PUMPKIN PIE MIX,CANNED~^~~^~~^~~^~~^0^~~^6.25^2.90^8.40^3.80 ~11427~^~1100~^~Purslane, raw~^~PURSLANE,RAW~^~~^~~^~~^~Tough stems and leaves~^24^~Portulaca oleracea~^6.25^2.44^8.37^3.57 ~11428~^~1100~^~Purslane, cooked, boiled, drained, without salt~^~PURSLANE,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11429~^~1100~^~Radishes, raw~^~RADISHES,RAW~^~~^~~^~Y~^~Stem ends, rootlets and trimmings~^10^~Raphanus sativus~^6.25^2.78^8.37^3.84 ~11430~^~1100~^~Radishes, oriental, raw~^~RADISHES,ORIENTAL,RAW~^~~^~~^~Y~^~Tops and parings~^21^~Raphanus sativus (Longipinratus Group)~^6.25^2.78^8.37^3.84 ~11431~^~1100~^~Radishes, oriental, cooked, boiled, drained, without salt~^~RADISHES,ORIENTAL,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11432~^~1100~^~Radishes, oriental, dried~^~RADISHES,ORIENTAL,DRIED~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11435~^~1100~^~Rutabagas, raw~^~RUTABAGAS,RAW~^~~^~~^~Y~^~Parings~^15^~Brassica napus var. napobrassica~^6.25^2.78^8.37^3.84 ~11436~^~1100~^~Rutabagas, cooked, boiled, drained, without salt~^~RUTABAGAS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11437~^~1100~^~Salsify, (vegetable oyster), raw~^~SALSIFY,(VEG OYSTER),RAW~^~~^~~^~~^~Scrapings and rootlets~^13^~Tragopogon porrifolius~^6.25^2.78^8.37^3.84 ~11438~^~1100~^~Salsify, cooked, boiled, drained, without salt~^~SALSIFY,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11439~^~1100~^~Sauerkraut, canned, solids and liquids~^~SAUERKRAUT,CND,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11442~^~1100~^~Seaweed, agar, raw~^~SEAWEED,AGAR,RAW~^~~^~~^~Y~^~~^0^~Eucheuma spp.~^6.25^2.44^8.37^3.57 ~11444~^~1100~^~Seaweed, irishmoss, raw~^~SEAWEED,IRISHMOSS,RAW~^~~^~~^~Y~^~~^0^~Chondrus crispus~^6.25^2.44^8.37^3.57 ~11445~^~1100~^~Seaweed, kelp, raw~^~SEAWEED,KELP,RAW~^~~^~~^~Y~^~~^0^~Laminaria spp.~^6.25^2.44^8.37^3.57 ~11446~^~1100~^~Seaweed, laver, raw~^~SEAWEED,LAVER,RAW~^~~^~~^~Y~^~~^0^~Porphyra laciniata~^6.25^2.44^8.37^3.57 ~11447~^~1100~^~Sesbania flower, raw~^~SESBANIA FLOWER,RAW~^~~^~~^~~^~Stems, pistil and calyx~^15^~Sesbania spp.~^6.25^2.44^8.37^3.57 ~11448~^~1100~^~Sesbania flower, cooked, steamed, without salt~^~SESBANIA FLOWER,CKD,STMD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11450~^~1100~^~Soybeans, green, raw~^~SOYBEANS,GREEN,RAW~^~~^~~^~~^~Pods~^47^~Glycine max~^6.25^3.47^8.37^4.07 ~11451~^~1100~^~Soybeans, green, cooked, boiled, drained, without salt~^~SOYBEANS,GRN,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11452~^~1100~^~Soybeans, mature seeds, sprouted, raw~^~SOYBEANS,MATURE SEEDS,SPROUTED,RAW~^~~^~~^~~^~~^0^~Glycine max~^6.25^2.44^8.37^3.57 ~11453~^~1100~^~Soybeans, mature seeds, sprouted, cooked, steamed~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STMD~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11454~^~1100~^~Soybeans, mature seeds, sprouted, cooked, stir-fried~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STIR-FRIED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11457~^~1100~^~Spinach, raw~^~SPINACH,RAW~^~~^~~^~Y~^~Large stems and roots~^28^~Spinacia oleracea~^6.25^2.44^8.37^3.57 ~11458~^~1100~^~Spinach, cooked, boiled, drained, without salt~^~SPINACH,CKD,BLD,DRND,WO/ SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11459~^~1100~^~Spinach, canned, regular pack, solids and liquids~^~SPINACH,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11461~^~1100~^~Spinach, canned, drained solids~^~SPINACH,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11463~^~1100~^~Spinach, frozen, chopped or leaf, unprepared~^~SPINACH,FRZ,CHOPD OR LEAF,UNPREP~^~~^~~^~Y~^~~^0^~~^^2.44^8.37^3.57 ~11464~^~1100~^~Spinach, frozen, chopped or leaf, cooked, boiled, drained, without salt~^~SPINACH,FRZ,CHOPD OR LEAF,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11467~^~1100~^~Squash, summer, crookneck and straightneck, raw~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,RAW~^~~^~~^~~^~Ends~^1^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11468~^~1100~^~Squash, summer, crookneck and straightneck, cooked, boiled, drained, without salt~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11471~^~1100~^~Squash, summer, crookneck and straightneck, canned, drained, solid, without salt~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,CND,DRND,SOLID,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11473~^~1100~^~Squash, summer, crookneck and straightneck, frozen, unprepared~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11474~^~1100~^~Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, without salt~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11475~^~1100~^~Squash, summer, scallop, raw~^~SQUASH,SUMMER,SCALLOP,RAW~^~~^~~^~~^~Stem ends~^2^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11476~^~1100~^~Squash, summer, scallop, cooked, boiled, drained, without salt~^~SQUASH,SMMR,SCALLOP,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11477~^~1100~^~Squash, summer, zucchini, includes skin, raw~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,RAW~^~~^~~^~Y~^~Ends~^5^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11478~^~1100~^~Squash, summer, zucchini, includes skin, cooked, boiled, drained, without salt~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11479~^~1100~^~Squash, summer, zucchini, includes skin, frozen, unprepared~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11480~^~1100~^~Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, without salt~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11481~^~1100~^~Squash, summer, zucchini, italian style, canned~^~SQUASH,SMMR,ZUCCHINI,ITALIAN STYLE,CND~^~~^~~^~~^~~^0^~~^6.25^2.50^8.40^3.70 ~11482~^~1100~^~Squash, winter, acorn, raw~^~SQUASH,WINTER,ACORN,RAW~^~~^~~^~~^~Rind~^24^~Cucurbita maxima~^6.25^2.44^8.37^3.57 ~11483~^~1100~^~Squash, winter, acorn, cooked, baked, without salt~^~SQUASH,WNTR,ACORN,CKD,BKD,WO/SALT~^~~^~~^~~^~Rind~^20^~~^6.25^2.44^8.37^3.57 ~11484~^~1100~^~Squash, winter, acorn, cooked, boiled, mashed, without salt~^~SQUASH,WNTR,ACORN,CKD,BLD,MSHD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11485~^~1100~^~Squash, winter, butternut, raw~^~SQUASH,WNTR,BUTTERNUT,RAW~^~~^~~^~~^~Seeds, rind and trimmings~^16^~Cucurbita moschata~^6.25^2.44^8.37^3.57 ~11486~^~1100~^~Squash, winter, butternut, cooked, baked, without salt~^~SQUASH,WNTR,BUTTERNUT,CKD,BKD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11487~^~1100~^~Squash, winter, butternut, frozen, unprepared~^~SQUASH,WNTR,BUTTERNUT,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11488~^~1100~^~Squash, winter, butternut, frozen, cooked, boiled, without salt~^~SQUASH,WNTR,BUTTERNUT,FRZ,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11489~^~1100~^~Squash, winter, hubbard, raw~^~SQUASH,WINTER,HUBBARD,RAW~^~~^~~^~~^~Seeds, rind, trimmings and cutting loss~^36^~Cucurbita maxima~^6.25^2.44^8.37^3.57 ~11490~^~1100~^~Squash, winter, hubbard, cooked, baked, without salt~^~SQUASH,WNTR,HUBBARD,CKD,BKD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11491~^~1100~^~Squash, winter, hubbard, cooked, boiled, mashed, without salt~^~SQUASH,WNTR,HUBBARD,CKD,BLD,MSHD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11492~^~1100~^~Squash, winter, spaghetti, raw~^~SQUASH,WNTR,SPAGHETTI,RAW~^~~^~~^~~^~Rind and seeds~^29^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11493~^~1100~^~Squash, winter, spaghetti, cooked, boiled, drained, or baked, without salt~^~SQUASH,WNTR,SPAGHETTI,CKD,BLD,DRND,OR BKD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11495~^~1100~^~Succotash, (corn and limas), raw~^~SUCCOTASH,(CORN&LIMAS),RAW~^~~^~~^~~^~~^0^~~^6.25^2.72^8.37^3.71 ~11496~^~1100~^~Succotash, (corn and limas), cooked, boiled, drained, without salt~^~SUCCOTASH,(CORN&LIMAS),CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.72^8.37^3.71 ~11497~^~1100~^~Succotash, (corn and limas), canned, with cream style corn~^~SUCCOTASH,(CORN&LIMAS),CND,W/CRM STYLE CORN~^~~^~~^~~^~~^0^~~^6.25^2.72^8.37^3.71 ~11499~^~1100~^~Succotash, (corn and limas), canned, with whole kernel corn, solids and liquids~^~SUCCOTASH,(CORN&LIMAS),CND,W/WHL KERNEL CORN,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.72^8.37^3.71 ~11501~^~1100~^~Succotash, (corn and limas), frozen, unprepared~^~SUCCOTASH,(CORN&LIMAS),FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.72^8.37^3.71 ~11502~^~1100~^~Succotash, (corn and limas), frozen, cooked, boiled, drained, without salt~^~SUCCOTASH,(CORN&LIMAS),FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.72^8.37^3.71 ~11503~^~1100~^~Swamp cabbage, (skunk cabbage), raw~^~SWAMP CABBAGE,(SKUNK CABBAGE),RAW~^~~^~~^~~^~Tough stems~^23^~Ipomoea aquatica~^6.25^2.44^8.37^3.57 ~11504~^~1100~^~Swamp cabbage, cooked, boiled, drained, without salt~^~SWAMP CABBAGE,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11505~^~1100~^~Sweet potato leaves, raw~^~SWEET POTATO LEAVES,RAW~^~Sweetpotato leaves~^~~^~~^~Tough stems and bruised leaves~^6^~Ipomoea batatas~^6.25^2.44^8.37^3.57 ~11506~^~1100~^~Sweet potato leaves, cooked, steamed, without salt~^~SWEET POTATO LEAVES,CKD,STMD,WO/ SALT~^~Sweetpotato leaves~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11507~^~1100~^~Sweet potato, raw, unprepared~^~SWEET POTATO,RAW,UNPREP~^~Includes USDA commodity food A230, Sweetpotato~^~~^~Y~^~Parings and trimmings~^28^~Ipomoea batatas~^6.25^2.78^8.37^4.03 ~11508~^~1100~^~Sweet potato, cooked, baked in skin, without salt~^~SWEET POTATO,CKD,BKD IN SKN,WO/ SALT~^~Sweetpotato~^~~^~Y~^~Skin~^22^~~^6.25^2.78^8.37^4.03 ~11510~^~1100~^~Sweet potato, cooked, boiled, without skin~^~SWEET POTATO,CKD,BLD,WO/ SKN~^~Sweetpotato~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11512~^~1100~^~Sweet potato, canned, vacuum pack~^~SWEETPOTATO,CND,VACUUM PK~^~Sweetpotato~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11514~^~1100~^~Sweet potato, canned, mashed~^~SWEET POTATO,CND,MSHD~^~Sweetpotato~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11516~^~1100~^~Sweet potato, frozen, unprepared~^~SWEET POTATO,FRZ,UNPREP~^~Sweetpotato~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11517~^~1100~^~Sweet potato, frozen, cooked, baked, without salt~^~SWEET POTATO,FRZ,CKD,BKD,WO/ SALT~^~Sweetpotato~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11518~^~1100~^~Taro, raw~^~TARO,RAW~^~~^~~^~Y~^~Ends and skin~^14^~Colocasia esculenta~^6.25^2.78^8.37^4.03 ~11519~^~1100~^~Taro, cooked, without salt~^~TARO,COOKED,WITHOUT SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11520~^~1100~^~Taro leaves, raw~^~TARO LEAVES,RAW~^~~^~~^~Y~^~Stem, midrib and tough leaves~^40^~Colocasia esculenta~^6.25^2.44^8.37^3.57 ~11521~^~1100~^~Taro leaves, cooked, steamed, without salt~^~TARO LEAVES,CKD,STMD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11522~^~1100~^~Taro shoots, raw~^~TARO SHOOTS,RAW~^~~^~~^~~^~Ends~^12^~Colocasia esculenta~^6.25^2.44^8.37^3.57 ~11523~^~1100~^~Taro shoots, cooked, without salt~^~TARO SHOOTS,CKD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11525~^~1100~^~Taro, tahitian, raw~^~TARO,TAHITIAN,RAW~^~~^~~^~~^~~^^~Colocasia esculenta~^6.25^2.78^8.37^4.03 ~11526~^~1100~^~Taro, tahitian, cooked, without salt~^~TARO,TAHITIAN,CKD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11527~^~1100~^~Tomatoes, green, raw~^~TOMATOES,GREEN,RAW~^~~^~~^~Y~^~Core and stem ends~^9^~Lycopersicon esculentum~^6.25^2.44^8.37^3.57 ~11529~^~1100~^~Tomatoes, red, ripe, raw, year round average~^~TOMATOES,RED,RIPE,RAW,YEAR RND AVERAGE~^~Includes USDA commodity food A238, A233~^~~^~Y~^~Core and stem ends~^9^~Lycopersicon esculentum~^6.25^2.44^8.37^3.57 ~11530~^~1100~^~Tomatoes, red, ripe, cooked~^~TOMATOES,RED,RIPE,CKD~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11531~^~1100~^~Tomatoes, red, ripe, canned, packed in tomato juice~^~TOMATOES,RED,RIPE,CND,PACKED IN TOMATO JUC~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11533~^~1100~^~Tomatoes, red, ripe, canned, stewed~^~TOMATOES,RED,RIPE,CND,STWD~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11537~^~1100~^~Tomatoes, red, ripe, canned, with green chilies~^~TOMATOES,RED,RIPE,CND,W/GRN CHILIES~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11540~^~1100~^~Tomato juice, canned, with salt added~^~TOMATO JUC,CND,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11546~^~1100~^~Tomato products, canned, paste, without salt added~^~TOMATO PRODUCTS,CND,PASTE,WO/ SALT ADDED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11547~^~1100~^~Tomato products, canned, puree, without salt added~^~TOMATO PRODUCTS,CND,PUREE,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11548~^~1100~^~Tomato powder~^~TOMATO POWDER~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11549~^~1100~^~Tomato products, canned, sauce~^~TOMATO PRODUCTS,CND,SAU~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11551~^~1100~^~Tomato products, canned, sauce, with mushrooms~^~TOMATO PRODUCTS,CND,SAU,W/MUSHROOMS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11553~^~1100~^~Tomato products, canned, sauce, with onions~^~TOMATO PRODUCTS,CND,SAU,W/ONIONS~^~~^~~^~~^~~^0^~~^6.25^2.60^8.40^3.70 ~11555~^~1100~^~Tomato products, canned, sauce, with herbs and cheese~^~TOMATO PRODUCTS,CND,SAU,W/HERBS&CHS~^~~^~~^~~^~~^0^~~^6.28^3.00^8.80^3.50 ~11557~^~1100~^~Tomato products, canned, sauce, with onions, green peppers, and celery~^~TOMATO PRODUCTS,CND,SAU,W/ONIONS,GRN PEPPERS,&CELERY~^~~^~~^~Y~^~~^0^~~^6.25^2.40^8.40^3.70 ~11559~^~1100~^~Tomato products, canned, sauce, with tomato tidbits~^~TOMATO PRODUCTS,CND,SAU,W/TOMATO TIDBITS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11563~^~1100~^~Tree fern, cooked, without salt~^~TREE FERN,CKD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11564~^~1100~^~Turnips, raw~^~TURNIPS,RAW~^~~^~~^~Y~^~Parings~^19^~Brassica rapa (Rapifera Group)~^6.25^2.78^8.37^3.84 ~11565~^~1100~^~Turnips, cooked, boiled, drained, without salt~^~TURNIPS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11566~^~1100~^~Turnips, frozen, unprepared~^~TURNIPS,FROZEN,UNPREPARED~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11567~^~1100~^~Turnips, frozen, cooked, boiled, drained, without salt~^~TURNIPS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11568~^~1100~^~Turnip greens, raw~^~TURNIP GREENS,RAW~^~~^~~^~~^~Root crown, tough stems and discarded leaves~^30^~Brassica rapa (Rapifera Group)~^6.25^2.44^8.37^3.57 ~11569~^~1100~^~Turnip greens, cooked, boiled, drained, without salt~^~TURNIP GRNS,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11570~^~1100~^~Turnip greens, canned, solids and liquids~^~TURNIP GRNS,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11574~^~1100~^~Turnip greens, frozen, unprepared~^~TURNIP GRNS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11575~^~1100~^~Turnip greens, frozen, cooked, boiled, drained, without salt~^~TURNIP GRNS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11576~^~1100~^~Turnip greens and turnips, frozen, unprepared~^~TURNIP GRNS&TURNIPS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11577~^~1100~^~Turnip greens and turnips, frozen, cooked, boiled, drained, without salt~^~TURNIP GRNS&TURNIPS,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~11578~^~1100~^~Vegetable juice cocktail, canned~^~VEGETABLE JUC COCKTAIL,CND~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11579~^~1100~^~Vegetables, mixed, canned, solids and liquids~^~VEGETABLES,MXD,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11581~^~1100~^~Vegetables, mixed, canned, drained solids~^~VEGETABLES,MXD,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11583~^~1100~^~Vegetables, mixed, frozen, unprepared~^~VEGETABLES,MXD,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^^^ ~11584~^~1100~^~Vegetables, mixed, frozen, cooked, boiled, drained, without salt~^~VEGETABLES,MXD,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~11587~^~1100~^~Vinespinach, (basella), raw~^~VINESPINACH,(BASELLA),RAW~^~~^~~^~~^~~^0^~Basella alba~^6.25^2.44^8.37^3.57 ~11588~^~1100~^~Waterchestnuts, chinese, (matai), raw~^~WATERCHESTNUTS,CHINESE,(MATAI),RAW~^~~^~~^~Y~^~Skin~^23^~Eleocharis dulcis~^6.25^2.78^8.37^3.84 ~11590~^~1100~^~Waterchestnuts, chinese, canned, solids and liquids~^~WATERCHESTNUTS,CHINESE,CND,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11591~^~1100~^~Watercress, raw~^~WATERCRESS,RAW~^~~^~~^~Y~^~Tough stems and ends~^8^~Nasturtium officinale~^6.25^2.44^8.37^3.57 ~11593~^~1100~^~Waxgourd, (chinese preserving melon), raw~^~WAXGOURD,(CHINESE PRESERVING MELON),RAW~^~~^~~^~~^~Stem, center and skin~^29^~Benincasa hispida~^6.25^2.44^8.37^3.57 ~11594~^~1100~^~Waxgourd, (chinese preserving melon), cooked, boiled, drained, without salt~^~WAXGOURD,(CHINESE PRESERVING MELON),CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11595~^~1100~^~Winged beans, immature seeds, raw~^~WINGED BNS,IMMAT SEEDS,RAW~^~~^~~^~~^~Ends~^2^~Psophocarpus tetragonolobus~^6.25^3.47^8.37^4.07 ~11596~^~1100~^~Winged beans, immature seeds, cooked, boiled, drained, without salt~^~WINGED BNS,IMMAT SEEDS,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11597~^~1100~^~Winged bean leaves, raw~^~WINGED BEAN LEAVES,RAW~^~~^~~^~~^~~^^~Psophocarpus tetragonolobus~^6.25^2.44^8.37^3.57 ~11599~^~1100~^~Winged bean tuber, raw~^~WINGED BEAN TUBER,RAW~^~~^~~^~~^~~^^~Psophocarpus tetragonolobus~^6.25^2.78^8.37^3.84 ~11601~^~1100~^~Yam, raw~^~YAM,RAW~^~~^~~^~Y~^~Skin~^14^~Dioscorea spp.~^6.25^2.78^8.37^4.03 ~11602~^~1100~^~Yam, cooked, boiled, drained, or baked, without salt~^~YAM,CKD,BLD,DRND,OR BKD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11603~^~1100~^~Yambean (jicama), raw~^~YAMBEAN (JICAMA),RAW~^~~^~~^~Y~^~Ends and skin~^8^~Pachyrhizus spp.~^6.25^2.78^8.37^4.03 ~11604~^~1100~^~Yambean (jicama), cooked, boiled, drained, without salt~^~YAMBEAN (JICAMA),CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11605~^~1100~^~Beets, harvard, canned, solids and liquids~^~BEETS,HARVARD,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11609~^~1100~^~Beets, pickled, canned, solids and liquids~^~BEETS,PICKLED,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11613~^~1100~^~Borage, raw~^~BORAGE,RAW~^~~^~~^~~^~Tough leaves and stems~^20^~Borago officinalis~^6.25^2.44^8.37^3.57 ~11614~^~1100~^~Borage, cooked, boiled, drained, without salt~^~BORAGE,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11615~^~1100~^~Chives, freeze-dried~^~CHIVES,FREEZE-DRIED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11616~^~1100~^~Dock, raw~^~DOCK,RAW~^~~^~~^~~^~Stalks~^30^~Rumex spp.~^6.25^2.44^8.37^3.57 ~11617~^~1100~^~Dock, cooked, boiled, drained, without salt~^~DOCK,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11618~^~1100~^~Eppaw, raw~^~EPPAW,RAW~^~~^~~^~~^~~^^~Perideridia oregana~^6.25^2.78^8.37^3.84 ~11620~^~1100~^~Horseradish-tree, pods, raw~^~HORSERADISH-TREE,PODS,RAW~^~~^~~^~~^~Hard outer covering and fibers~^48^~Moringa oleifera~^6.25^2.44^8.37^3.57 ~11621~^~1100~^~Horseradish-tree, pods, cooked, boiled, drained, without salt~^~HORSERADISH-TREE,PODS,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11622~^~1100~^~Kale, scotch, raw~^~KALE,SCOTCH,RAW~^~~^~~^~~^~Stems, tough part of midribs~^39^~Brassica napus (Pabularia Group)~^6.25^2.44^8.37^3.57 ~11623~^~1100~^~Kale, scotch, cooked, boiled, drained, without salt~^~KALE,SCOTCH,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11624~^~1100~^~Leeks, (bulb and lower-leaf portion), freeze-dried~^~LEEKS,(BULB&LOWER-LEAF PORTION),FREEZE-DRIED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11625~^~1100~^~Parsley, freeze-dried~^~PARSLEY,FREEZE-DRIED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11626~^~1100~^~Beans, mung, mature seeds, sprouted, canned, drained solids~^~BEANS,MUNG,MATURE SEEDS,SPROUTED,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11632~^~1100~^~Peppers, jalapeno, canned, solids and liquids~^~PEPPERS,JALAPENO,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11634~^~1100~^~Peppers, sweet, green, freeze-dried~^~PEPPERS,SWT,GRN,FREEZE-DRIED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11637~^~1100~^~Radishes, white icicle, raw~^~RADISHES,WHITE ICICLE,RAW~^~~^~~^~~^~Parings~^35^~Raphanus sativus~^6.25^2.78^8.37^3.84 ~11640~^~1100~^~Shallots, freeze-dried~^~SHALLOTS,FREEZE-DRIED~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11641~^~1100~^~Squash, summer, all varieties, raw~^~SQUASH,SMMR,ALL VAR,RAW~^~~^~~^~Y~^~Ends~^5^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11642~^~1100~^~Squash, summer, all varieties, cooked, boiled, drained, without salt~^~SQUASH,SMMR,ALL VAR,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11643~^~1100~^~Squash, winter, all varieties, raw~^~SQUASH,WNTR,ALL VAR,RAW~^~~^~~^~Y~^~Seeds, rind and stem~^29^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11644~^~1100~^~Squash, winter, all varieties, cooked, baked, without salt~^~SQUASH,WNTR,ALL VAR,CKD,BKD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11645~^~1100~^~Sweet potato, canned, syrup pack, solids and liquids~^~SWEET POTATO,CND,SYRUP PK,SOL & LIQUIDS~^~Sweetpotato~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11647~^~1100~^~Sweet potato, canned, syrup pack, drained solids~^~SWEET POTATO,CND,SYRUP PK,DRND SOL~^~Sweetpotato~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11649~^~1100~^~Tomato products, canned, sauce, spanish style~^~TOMATO PRODUCTS,CND,SAU,SPANISH STYLE~^~~^~~^~~^~~^0^~~^6.25^2.64^8.37^3.70 ~11653~^~1100~^~Beans, pinto, mature seeds, sprouted, raw~^~BEANS,PINTO,MATURE SEEDS,SPROUTED,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^2.44^8.37^3.57 ~11654~^~1100~^~Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, without salt~^~BEANS,PINTO,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11655~^~1100~^~Carrot juice, canned~^~CARROT JUICE,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11656~^~1100~^~Corn pudding, home prepared~^~CORN PUDD,HOME PREP~^~~^~~^~~^~~^0^~~^^^^ ~11657~^~1100~^~Potatoes, mashed, home-prepared, whole milk added~^~POTATOES,MSHD,HOME-PREPARED,WHL MILK ADDED~^~~^~~^~Y~^~~^0^~~^^^^ ~11658~^~1100~^~Spinach souffle~^~SPINACH SOUFFLE~^~~^~~^~~^~~^0^~~^^^^ ~11659~^~1100~^~Sweet potato, cooked, candied, home-prepared~^~SWEET POTATO,CKD,CANDIED,HOME-PREPARED~^~Sweetpotato~^~~^~~^~~^0^~~^0.00^^^ ~11660~^~1100~^~Tomatoes, red, ripe, cooked, stewed~^~TOMATOES,RED,RIPE,CKD,STWD~^~~^~~^~~^~~^0^~~^6.25^^^ ~11663~^~1100~^~Seaweed, agar, dried~^~SEAWEED,AGAR,DRIED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11666~^~1100~^~Seaweed, spirulina, raw~^~SEAWEED,SPIRULINA,RAW~^~~^~~^~~^~~^0^~Spirulina spp.~^6.25^2.44^8.37^3.57 ~11667~^~1100~^~Seaweed, spirulina, dried~^~SEAWEED,SPIRULINA,DRIED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11669~^~1100~^~Seaweed, wakame, raw~^~SEAWEED,WAKAME,RAW~^~~^~~^~Y~^~~^0^~Undaria spp.~^6.25^2.44^8.37^3.57 ~11670~^~1100~^~Peppers, hot chili, green, raw~^~PEPPERS,HOT CHILI,GRN,RAW~^~~^~~^~Y~^~Stem ends, seeds and core~^27^~Capsicum frutescens~^6.25^2.44^8.37^3.57 ~11671~^~1100~^~Potatoes, o'brien, home-prepared~^~POTATOES,O'BRIEN,HOME-PREPARED~^~~^~~^~~^~~^0^~~^6.25^2.70^8.40^4.00 ~11672~^~1100~^~Potato pancakes~^~POTATO PANCAKES~^~~^~~^~~^~~^0^~~^^^^ ~11674~^~1100~^~Potato, baked, flesh and skin, without salt~^~POTATO,BKD,FLESH & SKN,WO/ SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11675~^~1100~^~Potatoes, microwaved, cooked in skin, flesh and skin, without salt~^~POTATOES,MICROWAVED,CKD IN SKN,FLESH&SKN,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11676~^~1100~^~Radish seeds, sprouted, raw~^~RADISH SEEDS,SPROUTED,RAW~^~~^~~^~~^~~^0^~Raphanus sativus~^6.25^2.44^8.37^3.84 ~11677~^~1100~^~Shallots, raw~^~SHALLOTS,RAW~^~~^~~^~~^~Skins~^12^~Allium ascalonicum~^6.25^2.78^8.37^3.84 ~11683~^~1100~^~Carrot, dehydrated~^~CARROT,DEHYDRATED~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11693~^~1100~^~Tomatoes, crushed, canned~^~TOMATOES,CRUSHED,CANNED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11695~^~1100~^~Tomatoes, orange, raw~^~TOMATOES,ORANGE,RAW~^~~^~~^~~^~Core and stem ends~^9^~Lycopersicon esculentum~^6.25^2.44^8.37^3.57 ~11696~^~1100~^~Tomatoes, yellow, raw~^~TOMATOES,YELLOW,RAW~^~~^~~^~~^~Core and stem ends~^9^~Lycopersicon esculentum~^6.25^2.44^8.37^3.57 ~11697~^~1100~^~Arrowroot, raw~^~ARROWROOT,RAW~^~~^~~^~~^~Peel~^15^~Maranta arundinacea~^6.25^2.78^8.37^3.84 ~11698~^~1100~^~Chrysanthemum leaves, raw~^~CHRYSANTHEMUM LEAVES,RAW~^~~^~~^~~^~~^0^~Chrysanthemum coronarium~^6.25^2.44^8.37^3.57 ~11700~^~1100~^~Amaranth leaves, cooked, boiled, drained, with salt~^~AMARANTH LEAVES,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11701~^~1100~^~Arrowhead, cooked, boiled, drained, with salt~^~ARROWHEAD,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11702~^~1100~^~Artichokes, (globe or french), cooked, boiled, drained, with salt~^~ARTICHOKES,(GLOBE OR FRENCH),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~Stems and inedible parts of bracts and flower~^60^~~^6.25^2.44^8.37^3.57 ~11703~^~1100~^~Artichokes, (globe or french), frozen, cooked, boiled, drained, with salt~^~ARTICHOKES,(GLOBE OR FRENCH),FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11705~^~1100~^~Asparagus, cooked, boiled, drained, with salt~^~ASPARAGUS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11707~^~1100~^~Asparagus, canned, no salt added, solids and liquids~^~ASPARAGUS,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11709~^~1100~^~Asparagus, frozen, cooked, boiled, drained, with salt~^~ASPARAGUS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11710~^~1100~^~Balsam-pear (bitter gourd), leafy tips, cooked, boiled, drained, with salt~^~BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11711~^~1100~^~Balsam-pear (bitter gourd), pods, cooked, boiled, drained, with salt~^~BALSAM-PEAR (BITTER GOURD),PODS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11712~^~1100~^~Bamboo shoots, cooked, boiled, drained, with salt~^~BAMBOO SHOOTS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11713~^~1100~^~Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, with salt~^~BEANS,KIDNEY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11714~^~1100~^~Lima beans, immature seeds, cooked, boiled, drained, with salt~^~LIMA BNS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11715~^~1100~^~Lima beans, immature seeds, canned, no salt added, solids and liquids~^~LIMA BNS,IMMAT SEEDS,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11716~^~1100~^~Lima beans, immature seeds, frozen, baby, cooked, boiled, drained, with salt~^~LIMA BNS,IMMAT SEEDS,FRZ,BABY,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11717~^~1100~^~Lima beans, immature seeds, frozen, fordhook, cooked, boiled, drained, with salt~^~LIMA BNS,IMMAT SEEDS,FRZ,FORDHOOK,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11718~^~1100~^~Mung beans, mature seeds, sprouted, cooked, boiled, drained, with salt~^~MUNG BNS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11719~^~1100~^~Beans, navy, mature seeds, sprouted, cooked, boiled, drained, with salt~^~BEANS,NAVY,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11720~^~1100~^~Beans, pinto, immature seeds, frozen, cooked, boiled, drained, with salt~^~BEANS,PINTO,IMMAT SEEDS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11721~^~1100~^~Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, with salt~^~BEANS,PINTO,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11722~^~1100~^~Beans, snap, yellow, raw~^~BEANS,SNAP,YELLOW,RAW~^~~^~~^~~^~Ends, strings, trimmings~^12^~Phaseolus vulgaris~^6.25^2.44^8.37^3.57 ~11723~^~1100~^~Beans, snap, green, cooked, boiled, drained, with salt~^~BEANS,SNAP,GRN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11724~^~1100~^~Beans, snap, yellow, cooked, boiled, drained, without salt~^~BEANS,SNAP,YEL,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11725~^~1100~^~Beans, snap, yellow, cooked, boiled, drained, with salt~^~BEANS,SNAP,YEL,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11726~^~1100~^~Beans, snap, green, canned, no salt added, solids and liquids~^~BEANS,SNAP,GRN,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11727~^~1100~^~Beans, snap, yellow, canned, regular pack, solids and liquids~^~BEANS,SNAP,YEL,CND,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11728~^~1100~^~Beans, snap, yellow, canned, no salt added, solids and liquids~^~BEANS,SNAP,YEL,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11729~^~1100~^~Beans, snap, green, canned, no salt added, drained solids~^~BEANS,SNAP,GRN,CND,NO SALT,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11730~^~1100~^~Beans, snap, yellow, frozen, all styles, unprepared~^~BEANS,SNAP,YEL,FRZ,ALL STYLES,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11731~^~1100~^~Beans, snap, green, frozen, cooked, boiled, drained, with salt~^~BEANS,SNAP,GRN,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11732~^~1100~^~Beans, snap, yellow, frozen, cooked, boiled, drained, without salt~^~BEANS,SNAP,YEL,FRZ,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11733~^~1100~^~Beans, snap, yellow, frozen, cooked, boiled, drained, with salt~^~BEANS,SNAP,YEL,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11734~^~1100~^~Beets, cooked, boiled. drained, with salt~^~BEETS,CKD,BOILED. DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11735~^~1100~^~Beets, canned, no salt added, solids and liquids~^~BEETS,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11736~^~1100~^~Beet greens, cooked, boiled, drained, with salt~^~BEET GRNS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11737~^~1100~^~Borage, cooked, boiled, drained, with salt~^~BORAGE,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11738~^~1100~^~Broadbeans, immature seeds, cooked, boiled, drained, with salt~^~BROADBEANS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~Vicia faba~^6.25^3.47^8.37^4.07 ~11739~^~1100~^~Broccoli, leaves, raw~^~BROCCOLI,LEAVES,RAW~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11740~^~1100~^~Broccoli, flower clusters, raw~^~BROCCOLI,FLOWER CLUSTERS,RAW~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11741~^~1100~^~Broccoli, stalks, raw~^~BROCCOLI,STALKS,RAW~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11742~^~1100~^~Broccoli, cooked, boiled, drained, with salt~^~BROCCOLI,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11743~^~1100~^~Broccoli, frozen, chopped, cooked, boiled, drained, with salt~^~BROCCOLI,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11744~^~1100~^~Broccoli, frozen, spears, cooked, boiled, drained, with salt~^~BROCCOLI,FRZ,SPEARS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11745~^~1100~^~Brussels sprouts, cooked, boiled, drained, with salt~^~BRUSSELS SPROUTS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11746~^~1100~^~Brussels sprouts, frozen, cooked, boiled, drained, with salt~^~BRUSSELS SPROUTS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11747~^~1100~^~Burdock root, cooked, boiled, drained, with salt~^~BURDOCK ROOT,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11748~^~1100~^~Butterbur, cooked, boiled, drained, with salt~^~BUTTERBUR,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11749~^~1100~^~Cabbage, common (danish, domestic, and pointed types), freshly harvest, raw~^~CABBAGE,COMMON,FRESHLY HARVEST,RAW~^~~^~~^~~^~Outer leaves and core~^20^~~^6.25^2.44^8.37^3.57 ~11750~^~1100~^~Cabbage, common (danish, domestic, and pointed types), stored, raw~^~CABBAGE,COMMON (DANISH,DOMESTIC,&POINTED TYPES),STORED,RAW~^~~^~~^~~^~Outer leaves and core~^20^~~^6.25^2.44^8.37^3.57 ~11751~^~1100~^~Cabbage, common, cooked, boiled, drained, with salt~^~CABBAGE,COMMON,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11752~^~1100~^~Cabbage, red, cooked, boiled, drained, with salt~^~CABBAGE,RED,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11753~^~1100~^~Cabbage, savoy, cooked, boiled, drained, with salt~^~CABBAGE,SAVOY,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11754~^~1100~^~Cabbage, chinese (pak-choi), cooked, boiled, drained, with salt~^~CABBAGE,CHINESE (PAK-CHOI),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11755~^~1100~^~Cabbage, chinese (pe-tsai), cooked, boiled, drained, with salt~^~CABBAGE,CHINESE (PE-TSAI),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11756~^~1100~^~Cardoon, cooked, boiled, drained, with salt~^~CARDOON,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11757~^~1100~^~Carrots, cooked, boiled, drained, with salt~^~CARROTS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11758~^~1100~^~Carrots, canned, no salt added, solids and liquids~^~CARROTS,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11759~^~1100~^~Carrots, canned, no salt added, drained solids~^~CARROTS,CND,NO SALT ,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11760~^~1100~^~Carrots, frozen, cooked, boiled, drained, with salt~^~CARROTS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11761~^~1100~^~Cauliflower, cooked, boiled, drained, with salt~^~CAULIFLOWER,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11762~^~1100~^~Cauliflower, frozen, cooked, boiled, drained, with salt~^~CAULIFLOWER,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11763~^~1100~^~Celeriac, cooked, boiled, drained, with salt~^~CELERIAC,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11764~^~1100~^~Celery, cooked, boiled, drained, with salt~^~CELERY,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11765~^~1100~^~Chard, swiss, cooked, boiled, drained, with salt~^~CHARD,SWISS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11766~^~1100~^~Chayote, fruit, cooked, boiled, drained, with salt~^~CHAYOTE,FRUIT,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11767~^~1100~^~Chrysanthemum, garland, cooked, boiled, drained, with salt~^~CHRYSANTHEMUM,GARLAND,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11768~^~1100~^~Collards, cooked, boiled, drained, with salt~^~COLLARDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11769~^~1100~^~Collards, frozen, chopped, cooked, boiled, drained, with salt~^~COLLARDS,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11770~^~1100~^~Corn, sweet, yellow, cooked, boiled, drained, with salt~^~CORN,SWT,YEL,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11771~^~1100~^~Corn, sweet, yellow, canned, no salt added, solids and liquids~^~CORN,SWT,YEL,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11772~^~1100~^~Corn, sweet, yellow, canned, cream style, no salt added~^~CORN,SWT,YEL,CND,CRM STYLE,NO SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11773~^~1100~^~Corn, sweet, yellow, canned, vacuum pack, no salt added~^~CORN,SWT,YEL,CND,VACUUM PK,NO SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11774~^~1100~^~Corn, sweet, yellow, frozen, kernels, cut off cob, boiled, drained, with salt~^~CORN,SWT,YEL,FRZ,KRNLS,CUT OFF COB,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11775~^~1100~^~Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, with salt~^~CORN,SWT,YEL,FRZ,KRNLS ON COB,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11777~^~1100~^~Cowpeas (Blackeyes), immature seeds, cooked, boiled, drained, with salt~^~COWPEAS (BLACKEYES),IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11778~^~1100~^~Cowpeas (Blackeyes), immature seeds, frozen, cooked, boiled, drained, with salt~^~COWPEAS (BLACKEYES),IMMAT SEEDS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11779~^~1100~^~Cowpeas, young pods with seeds, cooked, boiled, drained, with salt~^~COWPEAS,YOUNG PODS W/SEEDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11780~^~1100~^~Cowpeas, leafy tips, cooked, boiled, drained, with salt~^~COWPEAS,LEAFY TIPS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11781~^~1100~^~Cress, garden, cooked, boiled, drained, with salt~^~CRESS,GARDEN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11782~^~1100~^~Dandelion greens, cooked, boiled, drained, with salt~^~DANDELION GRNS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11783~^~1100~^~Eggplant, cooked, boiled, drained, with salt~^~EGGPLANT,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11784~^~1100~^~Gourd, white-flowered (calabash), cooked, boiled, drained, with salt~^~GOURD,WHITE-FLOWERED (CALABASH),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11785~^~1100~^~Gourd, dishcloth (towelgourd), cooked, boiled, drained, with salt~^~GOURD,DISHCLOTH (TOWELGOURD),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11786~^~1100~^~Horseradish-tree, leafy tips, cooked, boiled, drained, with salt~^~HORSERADISH-TREE,LEAFY TIPS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11787~^~1100~^~Horseradish-tree, pods, cooked, boiled, drained, with salt~^~HORSERADISH-TREE,PODS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11788~^~1100~^~Hyacinth-beans, immature seeds, cooked, boiled, drained, with salt~^~HYACINTH-BEANS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11789~^~1100~^~Jute, potherb, cooked, boiled, drained, with salt~^~JUTE,POTHERB,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11790~^~1100~^~Kale, cooked, boiled, drained, with salt~^~KALE,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11791~^~1100~^~Kale, frozen, cooked, boiled, drained, with salt~^~KALE,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11792~^~1100~^~Kale, scotch, cooked, boiled, drained, with salt~^~KALE,SCOTCH,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11793~^~1100~^~Kohlrabi, cooked, boiled, drained, with salt~^~KOHLRABI,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11794~^~1100~^~Lambs quarters, cooked, boiled, drained, with salt~^~LAMBS QUARTERS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11795~^~1100~^~Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, with salt~^~LEEKS,(BULB&LOWER LEAF-PORTION),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11796~^~1100~^~Lotus root, cooked, boiled, drained, with salt~^~LOTUS ROOT,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11797~^~1100~^~Mushrooms, cooked, boiled, drained, with salt~^~MUSHROOMS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.62^8.37^3.48 ~11798~^~1100~^~Mushrooms, shiitake, cooked, with salt~^~MUSHROOMS,SHIITAKE,CKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.62^8.37^3.48 ~11799~^~1100~^~Mustard greens, cooked, boiled, drained, with salt~^~MUSTARD GRNS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11800~^~1100~^~Mustard greens, frozen, cooked, boiled, drained, with salt~^~MUSTARD GRNS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11801~^~1100~^~Mustard spinach, (tendergreen), cooked, boiled, drained, with salt~^~MUSTARD SPINACH,(TENDERGREEN),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11802~^~1100~^~New zealand spinach, cooked, boiled, drained, with salt~^~NEW ZEALAND SPINACH,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11803~^~1100~^~Okra, cooked, boiled, drained, with salt~^~OKRA,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11804~^~1100~^~Okra, frozen, cooked, boiled, drained, with salt~^~OKRA,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11805~^~1100~^~Onions, cooked, boiled, drained, with salt~^~ONIONS,CKD,BLD,DRND,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^3.84 ~11806~^~1100~^~Onions, frozen, chopped, cooked, boiled, drained, with salt~^~ONIONS,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11807~^~1100~^~Onions, frozen, whole, cooked, boiled, drained, with salt~^~ONIONS,FRZ,WHL,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11808~^~1100~^~Parsnips, cooked, boiled, drained, with salt~^~PARSNIPS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11809~^~1100~^~Peas, edible-podded, cooked, boiled, drained, with salt~^~PEAS,EDIBLE-PODDED,CKD,BLD,DRND,W/SALT~^~Snowpeas, Sugar snap peas~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11810~^~1100~^~Peas, edible-podded, frozen, cooked, boiled, drained, with salt~^~PEAS,EDIBLE-PODDED,FRZ,CKD,BLD,DRND,W/SALT~^~Snowpeas, Sugar snap peas~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11811~^~1100~^~Peas, green, cooked, boiled, drained, with salt~^~PEAS,GRN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11812~^~1100~^~Peas, green, canned, no salt added, solids and liquids~^~PEAS,GRN,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~11813~^~1100~^~Peas, green, canned, no salt added, drained solids~^~PEAS,GRN,CND,NO SALT,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11814~^~1100~^~Peas, green, frozen, cooked, boiled, drained, with salt~^~PEAS,GRN,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11815~^~1100~^~Peas, mature seeds, sprouted, cooked, boiled, drained, with salt~^~PEAS,MATURE SEEDS,SPROUTED,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11816~^~1100~^~Peas and carrots, canned, no salt added, solids and liquids~^~PEAS&CARROTS,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^3.98^8.37^3.16 ~11817~^~1100~^~Peas and carrots, frozen, cooked, boiled, drained, with salt~^~PEAS&CARROTS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.98^8.37^3.16 ~11818~^~1100~^~Peas and onions, frozen, cooked, boiled, drained, with salt~^~PEAS&ONIONS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.40^8.37^4.00 ~11819~^~1100~^~Peppers, hot chili, red, raw~^~PEPPERS,HOT CHILI,RED,RAW~^~~^~~^~Y~^~Stem ends, seeds and core~^27^~~^6.25^2.44^8.37^3.57 ~11820~^~1100~^~Peppers, hot chili, red, canned, excluding seeds, solids and liquids~^~PEPPERS,HOT CHILI,RED,CND,EXCLUDING SEEDS,SOL&LIQUIDS~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11821~^~1100~^~Peppers, sweet, red, raw~^~PEPPERS,SWT,RED,RAW~^~~^~~^~Y~^~Stem ends, seed and core~^18^~~^^^^ ~11822~^~1100~^~Peppers, sweet, green, cooked, boiled, drained, with salt~^~PEPPERS,SWT,GRN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11823~^~1100~^~Peppers, sweet, red, cooked, boiled, drained, without salt~^~PEPPERS,SWT,RED,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11824~^~1100~^~Peppers, sweet, red, cooked, boiled, drained, with salt~^~PEPPERS,SWT,RED,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11825~^~1100~^~Peppers, sweet, green, frozen, chopped, cooked, boiled, drained, with salt~^~PEPPERS,SWT,GRN,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11826~^~1100~^~Pigeonpeas, immature seeds, cooked, boiled, drained, with salt~^~PIGEONPEAS,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11827~^~1100~^~Pokeberry shoots, (poke), cooked, boiled, drained, with salt~^~POKEBERRY SHOOTS,(POKE),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11828~^~1100~^~Potatoes, baked, flesh and skin, with salt~^~POTATOES,BKD,FLESH & SKN,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11829~^~1100~^~Potatoes, baked, flesh, with salt~^~POTATOES,BKD,FLESH,W/SALT~^~~^~~^~~^~Skin and adhering flesh~^23^~~^6.25^2.78^8.37^4.03 ~11830~^~1100~^~Potatoes, baked, skin, with salt~^~POTATOES,BKD,SKN,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11831~^~1100~^~Potatoes, boiled, cooked in skin, flesh, with salt~^~POTATOES,BLD,CKD IN SKN,FLESH,W/SALT~^~~^~~^~Y~^~Skins and eyes~^9^~~^6.25^2.78^8.37^4.03 ~11832~^~1100~^~Potatoes, boiled, cooked in skin, skin, with salt~^~POTATOES,BLD,CKD IN SKN,SKN,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11833~^~1100~^~Potatoes, boiled, cooked without skin, flesh, with salt~^~POTATOES,BLD,CKD WO/ SKN,FLESH,W/ SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11834~^~1100~^~Potatoes, microwaved, cooked, in skin, flesh and skin, with salt~^~POTATOES,MICROWAVED,CKD,IN SKN,FLESH&SKN,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11835~^~1100~^~Potatoes, microwaved, cooked in skin, flesh, with salt~^~POTATOES,MICROWAVED,CKD IN SKN,FLESH,W/SALT~^~~^~~^~~^~Skin and adhering flesh~^23^~~^6.25^2.78^8.37^4.03 ~11836~^~1100~^~Potatoes, microwaved, cooked, in skin, skin with salt~^~POTATOES,MICROWAVED,CKD,IN SKN,SKN W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11837~^~1100~^~Potatoes, frozen, whole, cooked, boiled, drained, with salt~^~POTATOES,FRZ,WHL,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11840~^~1100~^~Potatoes, frozen, french fried, par fried, cottage-cut, prepared, heated in oven, with salt~^~POTATOES,FRZ,FRCH FR,PAR FR,CTTGE-CUT,PREP,HTD OVEN,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~11841~^~1100~^~Potatoes, french fried, all types, salt not added in processing, frozen, oven-heated~^~POTATOES,FR FR,ALL TYPES,SALT NOT ADDED IN PROC,FRZ,OVN-HTD~^~~^~~^~~^~~^0^~~^^^^ ~11842~^~1100~^~Potatoes, french fried, all types, salt not added in processing, frozen, as purchased~^~POTATOES,FR FR,ALL TYPES,SALT NOT ADDED IN PROC,FRZ,AS PURCH~^~~^~~^~~^~~^0^~~^^^^ ~11843~^~1100~^~Potatoes, au gratin, home-prepared from recipe using margarine~^~POTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING MARGARINE~^~~^~~^~~^~~^0^~~^0.00^^^ ~11844~^~1100~^~Potatoes, scalloped, home-prepared with margarine~^~POTATOES,SCALLPD,HOME-PREPARED W/MARGARINE~^~~^~~^~~^~~^0^~~^0.00^^^ ~11845~^~1100~^~Pumpkin, cooked, boiled, drained, with salt~^~PUMPKIN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11846~^~1100~^~Pumpkin, canned, with salt~^~PUMPKIN,CANNED,WITH SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11847~^~1100~^~Pumpkin, flowers, cooked, boiled, drained, with salt~^~PUMPKIN,FLOWERS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11848~^~1100~^~Pumpkin leaves, cooked, boiled, drained, with salt~^~PUMPKIN LEAVES,CKD,BLD,DRND,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11849~^~1100~^~Purslane, cooked, boiled, drained, with salt~^~PURSLANE,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11850~^~1100~^~Radishes, oriental, cooked, boiled, drained, with salt~^~RADISHES,ORIENTAL,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11851~^~1100~^~Rutabagas, cooked, boiled, drained, with salt~^~RUTABAGAS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11852~^~1100~^~Salsify, cooked, boiled, drained, with salt~^~SALSIFY,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11853~^~1100~^~Soybeans, green, cooked, boiled, drained, with salt~^~SOYBEANS,GRN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11854~^~1100~^~Spinach, cooked, boiled, drained, with salt~^~SPINACH,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11855~^~1100~^~Spinach, canned, no salt added, solids and liquids~^~SPINACH,CND,NO SALT,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11856~^~1100~^~Spinach, frozen, chopped or leaf, cooked, boiled, drained, with salt~^~SPINACH,FRZ,CHOPD OR LEAF,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11857~^~1100~^~Squash, summer, all varieties, cooked, boiled, drained, with salt~^~SQUASH,SMMR,ALL VAR,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11858~^~1100~^~Squash, summer, crookneck and straightneck, cooked, boiled, drained, with salt~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11859~^~1100~^~Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, with salt~^~SQUASH,SMMR,CROOKNECK&STRAIGHTNECK,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11860~^~1100~^~Squash, summer, scallop, cooked, boiled, drained, with salt~^~SQUASH,SMMR,SCALLOP,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11861~^~1100~^~Squash, summer, zucchini, includes skin, cooked, boiled, drained, with salt~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11862~^~1100~^~Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, with salt~^~SQUASH,SMMR,ZUCCHINI,INCL SKN,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11863~^~1100~^~Squash, winter, all varieties, cooked, baked, with salt~^~SQUASH,WNTR,ALL VAR,CKD,BKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11864~^~1100~^~Squash, winter, acorn, cooked, baked, with salt~^~SQUASH,WNTR,ACORN,CKD,BKD,W/SALT~^~~^~~^~~^~Rind~^20^~~^6.25^2.44^8.37^3.57 ~11865~^~1100~^~Squash, winter, acorn, cooked, boiled, mashed, with salt~^~SQUASH,WNTR,ACORN,CKD,BLD,MSHD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11866~^~1100~^~Squash, winter, butternut, cooked, baked, with salt~^~SQUASH,WNTR,BUTTERNUT,CKD,BKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11867~^~1100~^~Squash, winter, butternut, frozen, cooked, boiled, with salt~^~SQUASH,WNTR,BUTTERNUT,FRZ,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11868~^~1100~^~Squash, winter, hubbard, cooked, baked, with salt~^~SQUASH,WNTR,HUBBARD,CKD,BKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11869~^~1100~^~Squash, winter, hubbard, cooked, boiled, mashed, with salt~^~SQUASH,WNTR,HUBBARD,CKD,BLD,MSHD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11870~^~1100~^~Squash, winter, spaghetti, cooked, boiled, drained, or baked, with salt~^~SQUASH,WNTR,SPAGHETTI,CKD,BLD,DRND,OR BKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11871~^~1100~^~Succotash, (corn and limas), cooked, boiled, drained, with salt~^~SUCCOTASH,(CORN&LIMAS),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.72^8.37^3.71 ~11872~^~1100~^~Succotash, (corn and limas), frozen, cooked, boiled, drained, with salt~^~SUCCOTASH,(CORN&LIMAS),FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.72^8.37^3.71 ~11873~^~1100~^~Swamp cabbage, cooked, boiled, drained, with salt~^~SWAMP CABBAGE,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11874~^~1100~^~Sweet potato leaves, cooked, steamed, with salt~^~SWEET POTATO LEAVES,CKD,STMD,W/ SALT~^~Sweetpotato leaves~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11875~^~1100~^~Sweet potato, cooked, baked in skin, with salt~^~SWEET POTATO,CKD,BKD IN SKN,W/ SALT~^~Sweetpotato~^~~^~~^~Skin~^22^~~^^^^ ~11876~^~1100~^~Sweet potato, cooked, boiled, without skin, with salt~^~SWEET POTATO,CKD,BLD,WO/ SKN,W/ SALT~^~Sweetpotato~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11877~^~1100~^~Sweet potato, frozen, cooked, baked, with salt~^~SWEET POTATO,FRZ,CKD,BKD,W/ SALT~^~Sweetpotato~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11878~^~1100~^~Taro, cooked, with salt~^~TARO,COOKED,WITH SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11879~^~1100~^~Taro, leaves, cooked, steamed, with salt~^~TARO,LEAVES,CKD,STMD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11880~^~1100~^~Taro, shoots, cooked, with salt~^~TARO,SHOOTS,CKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11881~^~1100~^~Taro, tahitian, cooked, with salt~^~TARO,TAHITIAN,CKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11884~^~1100~^~Tomatoes, red, ripe, cooked, with salt~^~TOMATOES,RED,RIPE,CKD,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11885~^~1100~^~Tomatoes, red, ripe, canned, packed in tomato juice, no salt added~^~TOMATOES,RED,RIPE,CND,PACKED IN TOMATO JUC,NO SALT ADDED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11886~^~1100~^~Tomato juice, canned, without salt added~^~TOMATO JUC,CND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11887~^~1100~^~Tomato products, canned, paste, with salt added~^~TOMATO PRODUCTS,CND,PASTE,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11888~^~1100~^~Tomato products, canned, puree, with salt added~^~TOMATO PRODUCTS,CND,PUREE,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11889~^~1100~^~Turnips, cooked, boiled, drained, with salt~^~TURNIPS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11890~^~1100~^~Turnips, frozen, cooked, boiled, drained, with salt~^~TURNIPS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11891~^~1100~^~Turnip greens, cooked, boiled, drained, with salt~^~TURNIP GRNS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11892~^~1100~^~Turnip greens, frozen, cooked, boiled, drained, with salt~^~TURNIP GRNS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11893~^~1100~^~Turnip greens and turnips, frozen, cooked, boiled, drained, with salt~^~TURNIP GRNS&TURNIPS,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^^^ ~11894~^~1100~^~Vegetables, mixed, frozen, cooked, boiled, drained, with salt~^~VEGETABLES,MXD,FRZ,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.97 ~11895~^~1100~^~Waxgourd, (chinese preserving melon), cooked, boiled, drained, with salt~^~WAXGOURD,(CHINESE PRESERVING MELON),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11896~^~1100~^~Winged bean, immature seeds, cooked, boiled, drained, with salt~^~WINGED BEAN,IMMAT SEEDS,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11897~^~1100~^~Yam, cooked, boiled, drained, or baked, with salt~^~YAM,CKD,BLD,DRND,OR BKD,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~11898~^~1100~^~Yambean (jicama), cooked, boiled, drained, with salt~^~YAMBEAN (JICAMA),CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11899~^~1100~^~Yardlong bean, cooked, boiled, drained, with salt~^~YARDLONG BEAN,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~11900~^~1100~^~Corn, sweet, white, raw~^~CORN,SWEET,WHITE,RAW~^~~^~~^~~^~35% husk, silk, trimmings; 29% cob~^64^~~^6.25^2.44^8.37^3.57 ~11901~^~1100~^~Corn, sweet, white, cooked, boiled, drained, without salt~^~CORN,SWT,WHITE,CKD,BLD,DRND,WO/SALT~^~~^~~^~Y~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11902~^~1100~^~Corn, sweet, white, cooked, boiled, drained, with salt~^~CORN,SWT,WHITE,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11903~^~1100~^~Corn, sweet, white, canned, whole kernel, regular pack, solids and liquids~^~CORN,SWT,WHITE,CND,WHL KERNEL,REG PK,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11904~^~1100~^~Corn, sweet, white, canned, whole kernel, no salt added, solids and liquids~^~CORN,SWT,WHITE,CND,WHL KERNEL,NO SALT,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11905~^~1100~^~Corn, sweet, white, canned, whole kernel, drained solids~^~CORN,SWT,WHITE,CND,WHL KERNEL,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11906~^~1100~^~Corn, sweet, white, canned, cream style, regular pack~^~CORN,SWT,WHITE,CND,CRM STYLE,REG PK~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11907~^~1100~^~Corn, sweet, white, canned, cream style, no salt added~^~CORN,SWT,WHITE,CND,CRM STYLE,NO SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11908~^~1100~^~Corn, sweet, white, canned, vacuum pack, regular pack~^~CORN,SWT,WHITE,CND,VACUUM PK,REG PK~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11909~^~1100~^~Corn, sweet, white, canned, vacuum pack, no salt added~^~CORN,SWT,WHITE,CND,VACUUM PK,NO SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11910~^~1100~^~Corn, sweet, white, frozen, kernels cut off cob, unprepared~^~CORN,SWT,WHITE,FRZ,KRNLS CUT OFF COB,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11911~^~1100~^~Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, without salt~^~CORN,SWT,WHITE,FRZ,KRNLS CUT OFF COB,BLD,DRND,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11912~^~1100~^~Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, with salt~^~CORN,SWT,WHITE,FRZ,KRNLS CUT OFF COB,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11913~^~1100~^~Corn, sweet, white, frozen, kernels on cob, unprepared~^~CORN,SWT,WHITE,FRZ,KRNLS ON COB,UNPREP~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11914~^~1100~^~Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, without salt~^~CORN,SWT,WHITE,FRZ,KRNLS ON COB,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11915~^~1100~^~Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, with salt~^~CORN,SWT,WHITE,FRZ,KRNLS ON COB,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~Cob~^45^~~^6.25^2.44^8.37^3.57 ~11916~^~1100~^~Peppers, sweet, red, canned, solids and liquids~^~PEPPERS,SWT,RED,CND,SOL&LIQUIDS~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11917~^~1100~^~Peppers, sweet, red, frozen, chopped, unprepared~^~PEPPERS,SWT,RED,FRZ,CHOPD,UNPREP~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11918~^~1100~^~Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, without salt~^~PEPPERS,SWT,RED,FRZ,CHOPD,CKD,BLD,DRND,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11919~^~1100~^~Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, with salt~^~PEPPERS,SWT,RED,FRZ,CHOPD,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11921~^~1100~^~Peppers, sweet, red, sauteed~^~PEPPERS,SWT,RED,SAUTEED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11922~^~1100~^~Sesbania flower, cooked, steamed, with salt~^~SESBANIA FLOWER,CKD,STMD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11923~^~1100~^~Soybeans, mature seeds, sprouted, cooked, steamed, with salt~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STMD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11924~^~1100~^~Soybeans, mature seeds, sprouted, cooked, stir-fried, with salt~^~SOYBEANS,MATURE SEEDS,SPROUTED,CKD,STIR-FRIED,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11925~^~1100~^~Dock, cooked, boiled, drained, with salt~^~DOCK,CKD,BLD,DRND,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11926~^~1100~^~Lentils, sprouted, cooked, stir-fried, with salt~^~LENTILS,SPROUTED,CKD,STIR-FRIED,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11927~^~1100~^~Mountain yam, hawaii, cooked, steamed, with salt~^~MOUNTAIN YAM,HAWAII,CKD,STMD,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^3.84 ~11928~^~1100~^~Tree fern, cooked, with salt~^~TREE FERN,CKD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11929~^~1100~^~Potatoes, mashed, prepared from granules, without milk, whole milk and margarine~^~POTATOES,MSHD,PREP FROM GRANULES,WO/MILK,WHL MILK&MARGARINE~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~11930~^~1100~^~Potatoes, mashed, prepared from flakes, without milk, whole milk and margarine~^~POTATOES,MSHD,PREP FROM FLAKES,WO/MILK,WHL MILK&MARGARINE~^~~^~~^~~^~~^0^~~^6.29^3.21^8.82^4.02 ~11931~^~1100~^~Peppers, sweet, red, freeze-dried~^~PEPPERS,SWT,RED,FREEZE-DRIED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11932~^~1100~^~Beans, snap, yellow, canned, regular pack, drained solids~^~BEANS,SNAP,YEL,CND,REG PK,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11933~^~1100~^~Beans, snap, yellow, canned, no salt added, drained solids~^~BEANS,SNAP,YEL,CND,NO SALT,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11934~^~1100~^~Potatoes, mashed, home-prepared, whole milk and butter added~^~POTATOES,MSHD,HOME-PREPARED,WHL MILK & BUTTER ADDED~^~~^~~^~~^~~^0^~~^^^^ ~11935~^~1100~^~Catsup~^~CATSUP~^~Ketchup~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11937~^~1100~^~Pickles, cucumber, dill or kosher dill~^~PICKLES,CUCUMBER,DILL OR KOSHER DILL~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11940~^~1100~^~Pickles, cucumber, sweet (includes bread and butter pickles)~^~PICKLES,CUCUMBER,SWT (INCLUDES BREAD & BUTTER PICKLES)~^~~^~~^~Y~^~~^0^~~^^^^ ~11941~^~1100~^~Pickles, cucumber, sour~^~PICKLES,CUCUMBER,SOUR~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11943~^~1100~^~Pimento, canned~^~PIMENTO,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11944~^~1100~^~Pickle relish, hot dog~^~PICKLE RELISH,HOT DOG~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11945~^~1100~^~Pickle relish, sweet~^~PICKLE RELISH,SWEET~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11946~^~1100~^~Pickles, cucumber, sour, low sodium~^~PICKLES,CUCUMBER,SOUR,LO NA~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11947~^~1100~^~Pickles, cucumber, dill, low sodium~^~PICKLES,CUCUMBER,DILL,LO NA~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11948~^~1100~^~Pickles, cucumber, sweet, low sodium (includes bread and butter pickles)~^~PICKLES,CUCUMBER,SWT,LO NA (INCLUDES BREAD & BUTTER PICKLES)~^~~^~~^~Y~^~~^0^~~^6.25^2.44^3.37^3.57 ~11949~^~1100~^~Catsup, low sodium~^~CATSUP,LOW SODIUM~^~Ketchup, low sodium~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11950~^~1100~^~Mushrooms, enoki, raw~^~MUSHROOMS,ENOKI,RAW~^~~^~~^~~^~Stems and trimmings~^16^~Flammulina veluptipes~^^^^ ~11951~^~1100~^~Peppers, sweet, yellow, raw~^~PEPPERS,SWEET,YELLOW,RAW~^~~^~~^~~^~Stem ends, seeds and core~^18^~Capsicum annuum~^6.25^2.44^8.37^3.57 ~11952~^~1100~^~Radicchio, raw~^~RADICCHIO,RAW~^~~^~~^~Y~^~Core and leaf ends~^9^~Cichorium intybus~^6.25^2.44^8.37^3.84 ~11953~^~1100~^~Squash, zucchini, baby, raw~^~SQUASH,ZUCCHINI,BABY,RAW~^~~^~~^~~^~Ends~^13^~Cucurbita spp.~^6.25^2.44^8.37^3.57 ~11954~^~1100~^~Tomatillos, raw~^~TOMATILLOS,RAW~^~~^~~^~Y~^~~^^~Physalis ixocarpa~^6.25^2.44^8.37^3.57 ~11955~^~1100~^~Tomatoes, sun-dried~^~TOMATOES,SUN-DRIED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11956~^~1100~^~Tomatoes, sun-dried, packed in oil, drained~^~TOMATOES,SUN-DRIED,PACKED IN OIL,DRND~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11957~^~1100~^~Fennel, bulb, raw~^~FENNEL,BULB,RAW~^~~^~~^~~^~Stalk, leaves and core~^28^~Foeniculum vulgare~^6.25^2.44^8.37^3.57 ~11958~^~1100~^~Pickle relish, hamburger~^~PICKLE RELISH,HAMBURGER~^~~^~~^~~^~~^0^~~^6.25^2.44^3.37^3.57 ~11959~^~1100~^~Arugula, raw~^~ARUGULA,RAW~^~~^~~^~Y~^~Roots, stems and yellowed leaves~^40^~Eruca sativa~^6.25^2.44^8.37^3.57 ~11960~^~1100~^~Carrots, baby, raw~^~CARROTS,BABY,RAW~^~~^~~^~~^~~^0^~Daucus carota~^6.25^2.78^8.37^3.84 ~11961~^~1100~^~Hearts of palm, canned~^~HEARTS OF PALM,CANNED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11962~^~1100~^~Peppers, hot chile, sun-dried~^~PEPPERS,HOT CHILE,SUN-DRIED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11963~^~1100~^~Nopales, raw~^~NOPALES,RAW~^~~^~~^~Y~^~Spines and dark spots~^4^~Nopalea cochenillifera~^6.25^2.44^8.37^3.57 ~11964~^~1100~^~Nopales, cooked, without salt~^~NOPALES,CKD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11965~^~1100~^~Cauliflower, green, raw~^~CAULIFLOWER,GREEN,RAW~^~~^~~^~Y~^~Leaf stalks, core and trimmings~^39^~Brassica oleracea (Botrytis group)~^6.25^2.44^8.37^3.57 ~11967~^~1100~^~Cauliflower, green, cooked, no salt added~^~CAULIFLOWER,GRN,CKD,NO SALT ADDED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11968~^~1100~^~Cauliflower, green, cooked, with salt~^~CAULIFLOWER,GRN,CKD,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11969~^~1100~^~Broccoli, chinese, cooked~^~BROCCOLI,CHINESE,COOKED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~11970~^~1100~^~Cabbage, napa, cooked~^~CABBAGE,NAPA,COOKED~^~~^~~^~~^~~^0^~Brassica oleracea~^6.25^2.44^8.37^3.57 ~11972~^~1100~^~Lemon grass (citronella), raw~^~LEMON GRASS (CITRONELLA),RAW~^~~^~~^~~^~Tough stem~^35^~Collinsonia canadensis~^6.25^2.44^8.37^3.57 ~11973~^~1100~^~Beans, fava, in pod, raw~^~BEANS,FAVA,IN POD,RAW~^~~^~~^~~^~Ends~^3^~Vicia faba~^6.25^2.44^8.37^3.57 ~11974~^~1100~^~Grape leaves, raw~^~GRAPE LEAVES,RAW~^~~^~~^~Y~^~Tough stems~^5^~Vitis vinifera~^6.25^2.44^8.37^3.57 ~11975~^~1100~^~Grape leaves, canned~^~GRAPE LEAVES,CND~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11976~^~1100~^~Pepper, banana, raw~^~PEPPER,BANANA,RAW~^~~^~~^~Y~^~Stem ends, seeds and core~^18^~Capsicum anuum~^6.25^2.44^8.37^3.57 ~11977~^~1100~^~Pepper, serrano, raw~^~PEPPER,SERRANO,RAW~^~~^~~^~Y~^~Stems~^3^~Capsicum anuum~^6.25^2.44^8.37^3.57 ~11978~^~1100~^~Pepper, ancho, dried~^~PEPPER,ANCHO,DRIED~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11979~^~1100~^~Peppers, jalapeno, raw~^~PEPPERS,JALAPENO,RAW~^~~^~~^~Y~^~Stems and seeds~^8^~Capsicum anuum~^6.25^2.44^8.37^3.57 ~11980~^~1100~^~Peppers, chili, green, canned~^~PEPPERS,CHILI,GRN,CND~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~11981~^~1100~^~Peppers, hungarian, raw~^~PEPPERS,HUNGARIAN,RAW~^~~^~~^~~^~Stems~^12^~Capsicum anuum~^6.25^2.44^8.37^3.57 ~11982~^~1100~^~Peppers, pasilla, dried~^~PEPPERS,PASILLA,DRIED~^~~^~~^~~^~Stems~^6^~~^6.25^2.44^8.37^3.57 ~11983~^~1100~^~Pickles, chowchow, with cauliflower onion mustard, sweet~^~PICKLES,CHOWCHOW,W/CAULIFLOWER ONION MUSTARD,SWT~^~~^~~^~Y~^~~^0^~~^^^^ ~11984~^~1100~^~Epazote, raw~^~EPAZOTE,RAW~^~~^~~^~~^~~^0^~Chenopodium ambrosiodes~^6.25^2.44^8.37^3.57 ~11985~^~1100~^~Fireweed, leaves, raw~^~FIREWEED,LEAVES,RAW~^~~^~~^~~^~Stems and flowers~^65^~Epilobium angustifolium~^6.25^2.44^8.37^3.57 ~11986~^~1100~^~Malabar spinach, cooked~^~MALABAR SPINACH,COOKED~^~~^~~^~~^~Stems~^30^~~^6.25^2.44^8.37^3.57 ~11987~^~1100~^~Mushroom, oyster, raw~^~MUSHROOM,OYSTER,RAW~^~~^~~^~~^~Stems~^11^~Pleurotus ostreatus~^^^^ ~11988~^~1100~^~Fungi, Cloud ears, dried~^~FUNGI,CLOUD EARS,DRIED~^~~^~~^~~^~~^0^~~^6.25^2.62^8.37^3.48 ~11989~^~1100~^~Mushrooms, straw, canned, drained solids~^~MUSHROOMS,STRAW,CND,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^2.62^8.37^3.48 ~11990~^~1100~^~Wasabi, root, raw~^~WASABI,ROOT,RAW~^~~^~~^~~^~Peel~^23^~Wasabia japonica~^6.25^2.78^8.37^3.84 ~11991~^~1100~^~Yautia (tannier), raw~^~YAUTIA (TANNIER),RAW~^~~^~~^~~^~Peel~^14^~Xanthosoma sagittifolium~^6.25^2.78^8.37^3.84 ~11992~^~1100~^~Mushrooms, white, microwaved~^~MUSHROOMS,WHITE,MICROWAVED~^~~^~~^~~^~~^0^~~^^^^ ~11993~^~1100~^~Mushrooms, Maitake, Raw~^~MUSHROOMS,MAITAKE,RAW~^~~^~~^~~^~~^0^~~^^^^ ~11995~^~1100~^~Fiddlehead ferns, raw~^~FIDDLEHEAD FERNS,RAW~^~~^~~^~~^~~^^~Matteuccia struthioreris~^6.25^2.44^8.37^3.57 ~11996~^~1100~^~Fiddlehead ferns, frozen, unprepared~^~FIDDLEHEAD FERNS,FRZ,UNPREP~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~12001~^~1200~^~Seeds, breadfruit seeds, raw~^~BREADFRUIT SEEDS,RAW~^~~^~~^~~^~Shells~^32^~Artocarpus altilis~^5.30^3.47^8.37^4.07 ~12003~^~1200~^~Seeds, breadfruit seeds, boiled~^~BREADFRUIT SEEDS,BOILED~^~~^~~^~~^~Soft shells~^64^~~^5.30^3.47^8.37^4.07 ~12004~^~1200~^~Seeds, breadnuttree seeds, raw~^~BREADNUTTREE SEEDS,RAW~^~~^~~^~~^~~^0^~Brosimum alicastrum~^5.30^3.47^8.37^4.07 ~12005~^~1200~^~Seeds, breadnuttree seeds, dried~^~BREADNUTTREE SEEDS,DRIED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12006~^~1200~^~Seeds, chia seeds, dried~^~CHIA SEEDS,DRIED~^~~^~~^~~^~~^0^~Salvia hispanica~^5.30^3.47^8.37^4.07 ~12007~^~1200~^~Seeds, cottonseed flour, partially defatted (glandless)~^~COTTONSEED FLR,PART DEFATTED (GLANDLESS)~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12008~^~1200~^~Seeds, cottonseed flour, low fat (glandless)~^~COTTONSEED FLR,LOFAT (GLANDLESS)~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12011~^~1200~^~Seeds, cottonseed meal, partially defatted (glandless)~^~COTTONSEED MEAL,PART DEFATTED (GLANDLESS)~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12013~^~1200~^~Seeds, lotus seeds, dried~^~LOTUS SEEDS,DRIED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12014~^~1200~^~Seeds, pumpkin and squash seed kernels, dried~^~PUMPKIN&SQUASH SD KRNLS,DRIED~^~pepitas~^~~^~Y~^~Hulls~^26^~~^5.30^3.47^8.37^4.07 ~12016~^~1200~^~Seeds, pumpkin and squash seed kernels, roasted, without salt~^~PUMPKIN&SQUASH SD KRNLS,RSTD,WO/SALT~^~pepitas~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12021~^~1200~^~Seeds, safflower seed kernels, dried~^~SAFFLOWER SD KRNLS,DRIED~^~~^~~^~~^~Hulls~^49^~Carthamus tinctorius~^5.30^3.47^8.37^4.07 ~12022~^~1200~^~Seeds, safflower seed meal, partially defatted~^~SAFFLOWER SD MEAL,PART DEFATTED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12023~^~1200~^~Seeds, sesame seeds, whole, dried~^~SESAME SEEDS,WHOLE,DRIED~^~~^~~^~Y~^~~^0^~Sesamum indicum~^5.30^3.47^8.37^4.07 ~12024~^~1200~^~Seeds, sesame seeds, whole, roasted and toasted~^~SESAME SEEDS,WHL,RSTD&TSTD~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12029~^~1200~^~Seeds, sesame seed kernels, toasted, without salt added (decorticated)~^~SESAME SD KRNLS,TSTD,WO/SALT (DECORT)~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12032~^~1200~^~Seeds, sesame flour, partially defatted~^~SESAME FLR,PART DEFATTED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12033~^~1200~^~Seeds, sesame flour, low-fat~^~SESAME FLOUR,LOW-FAT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12034~^~1200~^~Seeds, sesame meal, partially defatted~^~SESAME MEAL,PART DEFATTED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12036~^~1200~^~Seeds, sunflower seed kernels, dried~^~SUNFLOWER SD KRNLS,DRIED~^~~^~~^~Y~^~Hulls~^46^~Helianthus annuus~^5.30^3.47^8.37^4.07 ~12037~^~1200~^~Seeds, sunflower seed kernels, dry roasted, without salt~^~SUNFLOWER SD KRNLS,DRY RSTD,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12038~^~1200~^~Seeds, sunflower seed kernels, oil roasted, without salt~^~SUNFLOWER SD KRNLS,OIL RSTD,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12039~^~1200~^~Seeds, sunflower seed kernels, toasted, without salt~^~SUNFLOWER SD KRNLS,TSTD,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12040~^~1200~^~Seeds, sunflower seed butter, without salt~^~SUNFLOWER SD BUTTER,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12041~^~1200~^~Seeds, sunflower seed flour, partially defatted~^~SUNFLOWER SD FLR,PART DEFATTED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12058~^~1200~^~Nuts, acorns, raw~^~ACORNS,RAW~^~~^~~^~~^~Shells~^38^~Quercus spp.~^5.30^3.47^8.37^4.07 ~12059~^~1200~^~Nuts, acorns, dried~^~ACORNS,DRIED~^~~^~~^~~^~Shells~^38^~~^5.30^3.47^8.37^4.07 ~12060~^~1200~^~Nuts, acorn flour, full fat~^~ACORN FLOUR,FULL FAT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12061~^~1200~^~Nuts, almonds~^~ALMONDS~^~Includes USDA commodity food A256, A264~^~~^~Y~^~Shells~^60^~Prunus dulcis~^5.18^3.47^8.37^4.07 ~12062~^~1200~^~Nuts, almonds, blanched~^~ALMONDS,BLANCHED~^~~^~~^~Y~^~~^0^~~^5.18^3.47^8.37^4.07 ~12063~^~1200~^~Nuts, almonds, dry roasted, without salt added~^~ALMONDS,DRY RSTD,WO/SALT~^~Includes USDA commodity food A255, A263~^~~^~Y~^~~^0^~~^5.18^3.47^8.37^4.07 ~12065~^~1200~^~Nuts, almonds, oil roasted, without salt added~^~ALMONDS,OIL RSTD,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.18^3.47^8.37^4.07 ~12071~^~1200~^~Nuts, almond paste~^~ALMOND PASTE~^~~^~~^~Y~^~~^0^~~^5.18^3.47^8.37^4.07 ~12077~^~1200~^~Nuts, beechnuts, dried~^~BEECHNUTS,DRIED~^~~^~~^~~^~Shells~^39^~Fagus spp.~^5.30^3.47^8.37^4.07 ~12078~^~1200~^~Nuts, brazilnuts, dried, unblanched~^~BRAZILNUTS,DRIED,UNBLANCHED~^~~^~~^~Y~^~Shells~^49^~Bertholletia excelsa~^5.46^3.47^8.37^4.07 ~12084~^~1200~^~Nuts, butternuts, dried~^~BUTTERNUTS,DRIED~^~~^~~^~~^~Shells~^73^~Juglans cinerea~^5.30^3.47^8.37^4.07 ~12085~^~1200~^~Nuts, cashew nuts, dry roasted, without salt added~^~CASHEW NUTS,DRY RSTD,WO/SALT~^~~^~~^~Y~^~~^0^~Anacardium occidentale~^5.30^3.47^8.37^4.07 ~12086~^~1200~^~Nuts, cashew nuts, oil roasted, without salt added~^~CASHEW NUTS,OIL RSTD,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12087~^~1200~^~Nuts, cashew nuts, raw~^~NUTS,CASHEW NUTS,RAW~^~~^~~^~~^~~^^~Anacardium occidentale~^5.30^3.47^8.37^4.07 ~12088~^~1200~^~Nuts, cashew butter, plain, without salt added~^~CASHEW BUTTER,PLN,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12093~^~1200~^~Nuts, chestnuts, chinese, raw~^~CHESTNUTS,CHINESE,RAW~^~~^~~^~~^~Shells~^16^~Castanea mollissima~^5.30^3.47^8.37^4.07 ~12094~^~1200~^~Nuts, chestnuts, chinese, dried~^~CHESTNUTS,CHINESE,DRIED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12095~^~1200~^~Nuts, chestnuts, chinese, boiled and steamed~^~CHESTNUTS,CHINESE,BLD&STMD~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12096~^~1200~^~Nuts, chestnuts, chinese, roasted~^~CHESTNUTS,CHINESE,ROASTED~^~~^~~^~~^~Shells~^25^~~^5.30^3.47^8.37^4.07 ~12097~^~1200~^~Nuts, chestnuts, european, raw, unpeeled~^~CHESTNUTS,EUROPEAN,RAW,UNPEELED~^~~^~~^~~^~Shells~^26^~Castanea sativa~^5.30^3.47^8.37^4.07 ~12098~^~1200~^~Nuts, chestnuts, european, raw, peeled~^~CHESTNUTS,EUROPEAN,RAW,PEELED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12099~^~1200~^~Nuts, chestnuts, european, dried, unpeeled~^~CHESTNUTS,EUROPEAN,DRIED,UNPEELED~^~~^~~^~~^~Shells~^20^~~^5.30^3.47^8.37^4.07 ~12100~^~1200~^~Nuts, chestnuts, european, dried, peeled~^~CHESTNUTS,EUROPEAN,DRIED,PEELED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12101~^~1200~^~Nuts, chestnuts, european, boiled and steamed~^~CHESTNUTS,EUROPEAN,BLD&STMD~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12104~^~1200~^~Nuts, coconut meat, raw~^~COCONUT MEAT,RAW~^~~^~~^~Y~^~Shells(brown), skin, water~^48^~Cocos nucifera~^5.30^3.47^8.37^4.07 ~12108~^~1200~^~Nuts, coconut meat, dried (desiccated), not sweetened~^~COCONUT MEAT,DRIED (DESICCATED),NOT SWTND~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12109~^~1200~^~Nuts, coconut meat, dried (desiccated), sweetened, flaked, packaged~^~COCONUT MEAT,DRIED (DESICCATED),SWTND,FLAKED,PACKAGED~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12110~^~1200~^~Nuts, coconut meat, dried (desiccated), sweetened, flaked, canned~^~COCONUT MEAT,DRIED (DESICCATED),SWTND,FLAKED,CND~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12114~^~1200~^~Nuts, coconut meat, dried (desiccated), toasted~^~COCONUT MEAT,DRIED (DESICCATED),TSTD~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12115~^~1200~^~Nuts, coconut cream, raw (liquid expressed from grated meat)~^~COCONUT CRM,RAW (LIQ EXPRESSED FROM GRATED MEAT)~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12116~^~1200~^~Nuts, coconut cream, canned, sweetened~^~NUTS,COCNT CRM,CND,SWTND~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12117~^~1200~^~Nuts, coconut milk, raw (liquid expressed from grated meat and water)~^~COCONUT MILK,RAW (LIQ EXPRESSED FROM GRATED MEAT&H2O)~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12118~^~1200~^~Nuts, coconut milk, canned (liquid expressed from grated meat and water)~^~COCONUT MILK,CND (LIQ EXPRESSED FROM GRATED MEAT&H2O)~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12119~^~1200~^~Nuts, coconut water (liquid from coconuts)~^~COCONUT H2O (LIQ FROM COCONUTS)~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12120~^~1200~^~Nuts, hazelnuts or filberts~^~HAZELNUTS OR FILBERTS~^~~^~~^~Y~^~Shells~^54^~Corylus spp.~^5.30^3.47^8.37^4.07 ~12121~^~1200~^~Nuts, hazelnuts or filberts, blanched~^~HAZELNUTS OR FILBERTS,BLANCHED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12122~^~1200~^~Nuts, hazelnuts or filberts, dry roasted, without salt added~^~HAZELNUTS OR FILBERTS,DRY RSTD,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12127~^~1200~^~Nuts, ginkgo nuts, raw~^~GINKGO NUTS,RAW~^~~^~~^~~^~Shells~^24^~Ginkgo biloba~^5.30^3.47^8.37^4.07 ~12128~^~1200~^~Nuts, ginkgo nuts, dried~^~GINKGO NUTS,DRIED~^~~^~~^~~^~Shells~^24^~~^5.30^3.47^8.37^4.07 ~12129~^~1200~^~Nuts, ginkgo nuts, canned~^~GINKGO NUTS,CANNED~^~~^~~^~~^~Liquid~^41^~~^5.30^3.47^8.37^4.07 ~12130~^~1200~^~Nuts, hickorynuts, dried~^~HICKORYNUTS,DRIED~^~~^~~^~~^~Shells~^68^~Carya spp.~^5.30^3.47^8.37^4.07 ~12131~^~1200~^~Nuts, macadamia nuts, raw~^~MACADAMIA NUTS,RAW~^~~^~~^~~^~Shells~^69^~Macadamia integrifolia, M. tetraphylla~^5.30^3.47^8.37^4.07 ~12132~^~1200~^~Nuts, macadamia nuts, dry roasted, without salt added~^~MACADAMIA NUTS,DRY RSTD,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12135~^~1200~^~Nuts, mixed nuts, dry roasted, with peanuts, without salt added~^~MIXED NUTS,DRY RSTD,W/PNUTS,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12137~^~1200~^~Nuts, mixed nuts, oil roasted, with peanuts, without salt added~^~MIXED NUTS,OIL RSTD,W/PNUTS,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12138~^~1200~^~Nuts, mixed nuts, oil roasted, without peanuts, without salt added~^~MIXED NUTS,OIL RSTD,WO/PNUTS,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12140~^~1200~^~Nuts, formulated, wheat-based, unflavored, with salt added~^~FORMULATED,WHEAT-BASED,UNFLAVORED,W/SALT~^~~^~~^~~^~~^0^~~^5.80^3.59^8.37^3.78 ~12142~^~1200~^~Nuts, pecans~^~PECANS~^~~^~~^~Y~^~Shells~^47^~Carya illinoinensis~^5.30^3.47^8.37^4.07 ~12143~^~1200~^~Nuts, pecans, dry roasted, without salt added~^~PECANS,DRY RSTD,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12144~^~1200~^~Nuts, pecans, oil roasted, without salt added~^~PECANS,OIL RSTD,WO/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12145~^~1200~^~Nuts, pilinuts-canarytree, dried~^~PILINUTS-CANARYTREE,DRIED~^~~^~~^~~^~Shells~^81^~Canarium ovatum~^5.30^3.47^8.37^4.07 ~12147~^~1200~^~Nuts, pine nuts, dried~^~NUTS,PINE NUTS,DRIED~^~~^~~^~Y~^~Shells~^23^~Pinus spp.~^5.30^3.47^8.37^4.07 ~12149~^~1200~^~Nuts, pine nuts, pinyon, dried~^~PINE NUTS,PINYON,DRIED~^~~^~~^~~^~Shells~^43^~Pinus edulis~^5.30^3.47^8.37^4.07 ~12151~^~1200~^~Nuts, pistachio nuts, raw~^~PISTACHIO NUTS,RAW~^~~^~~^~~^~Shells~^47^~Pistacia vera~^5.30^3.47^8.37^4.07 ~12152~^~1200~^~Nuts, pistachio nuts, dry roasted, without salt added~^~PISTACHIO NUTS,DRY RSTD,WO/SALT~^~~^~~^~Y~^~Shells~^47^~~^5.30^3.47^8.37^4.07 ~12154~^~1200~^~Nuts, walnuts, black, dried~^~WALNUTS,BLACK,DRIED~^~~^~~^~Y~^~Shells~^76^~Juglans nigra~^5.30^3.47^8.37^4.07 ~12155~^~1200~^~Nuts, walnuts, english~^~WALNUTS,ENGLISH~^~Includes USDA commodity food A259, A257~^~~^~Y~^~Shells~^55^~Juglans regia~^5.30^3.47^8.37^4.07 ~12158~^~1200~^~Seeds, breadfruit seeds, roasted~^~BREADFRUIT SEEDS,ROASTED~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12160~^~1200~^~Seeds, cottonseed kernels, roasted (glandless)~^~COTTONSEED KRNLS,RSTD (GLANDLESS)~^~~^~~^~~^~~^0^~Gossypium spp.~^5.30^3.47^8.37^4.07 ~12163~^~1200~^~Seeds, pumpkin and squash seeds, whole, roasted, without salt~^~PUMPKIN&SQUASH SEEDS,WHL,RSTD,WO/SALT~^~~^~~^~~^~~^0^~Cucurbita spp.~^5.30^3.47^8.37^4.07 ~12166~^~1200~^~Seeds, sesame butter, tahini, from roasted and toasted kernels (most common type)~^~SESAME BUTTER,TAHINI,FROM RSTD&TSTD KRNLS (MOST COMMON TYPE)~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12167~^~1200~^~Nuts, chestnuts, european, roasted~^~CHESTNUTS,EUROPEAN,RSTD~^~~^~~^~Y~^~Shells and skins~^37^~~^5.30^3.47^8.37^4.07 ~12169~^~1200~^~Seeds, sesame butter, paste~^~SESAME BUTTER,PASTE~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12170~^~1200~^~Seeds, sesame flour, high-fat~^~SESAME FLOUR,HIGH-FAT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12171~^~1200~^~Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)~^~SESAME BUTTER,TAHINI,FROM UNROASTED KRNLS~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12174~^~1200~^~Seeds, watermelon seed kernels, dried~^~WATERMELON SD KRNLS,DRIED~^~~^~~^~~^~Hard seed coat~^63^~Citrullus lanatus~^5.30^3.47^8.37^4.07 ~12175~^~1200~^~Nuts, chestnuts, japanese, dried~^~CHESTNUTS,JAPANESE,DRIED~^~~^~~^~~^~Shells~^34^~~^5.30^3.47^8.37^4.07 ~12176~^~1200~^~Nuts, coconut milk, frozen (liquid expressed from grated meat and water)~^~COCONUT MILK,FRZ (LIQ EXPRESSED FROM GRATED MEAT&H2O)~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12177~^~1200~^~Nuts, coconut meat, dried (desiccated), creamed~^~COCONUT MEAT,DRIED (DESICCATED),CRMD~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12179~^~1200~^~Nuts, coconut meat, dried (desiccated), sweetened, shredded~^~COCONUT MEAT,DRIED (DESICCATED),SWTND,SHREDDED~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12193~^~1200~^~Seeds, sisymbrium sp. seeds, whole, dried~^~SISYMBRIUM SP. SEEDS,WHL,DRIED~^~~^~~^~~^~~^0^~Sisymbrium spp.~^5.30^3.47^8.37^4.07 ~12195~^~1200~^~Nuts, almond butter, plain, without salt added~^~ALMOND BUTTER,PLN,WO/SALT~^~~^~~^~~^~~^0^~~^5.18^3.47^8.37^4.07 ~12198~^~1200~^~Seeds, sesame butter, tahini, from raw and stone ground kernels~^~SESAME BUTTER,TAHINI,FROM RAW&STONE GROUND KRNLS~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12199~^~1200~^~Nuts, formulated, wheat-based, flavored, macadamia flavored, without salt~^~FORMULATED,WHEAT-BASED,FLAV,MACADAMIA FLAV,WO/SALT~^~~^~~^~~^~~^0^~~^5.80^3.59^8.37^3.78 ~12200~^~1200~^~Nuts, formulated, wheat-based, all flavors except macadamia, without salt~^~FORMULATED,WHEAT-BASED,ALL FLAVORS XCPT MACADAMIA,WO/SALT~^~~^~~^~~^~~^0^~~^5.80^3.59^8.37^3.78 ~12201~^~1200~^~Seeds, sesame seed kernels, dried (decorticated)~^~SESAME SD KRNLS,DRIED (DECORT)~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12202~^~1200~^~Nuts, chestnuts, japanese, raw~^~CHESTNUTS,JAPANESE,RAW~^~~^~~^~~^~Shells~^34^~Castanea crenata~^5.30^3.47^8.37^4.07 ~12203~^~1200~^~Nuts, chestnuts, japanese, boiled and steamed~^~CHESTNUTS,JAPANESE,BLD&STMD~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12204~^~1200~^~Nuts, chestnuts, japanese, roasted~^~CHESTNUTS,JAPANESE,RSTD~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12205~^~1200~^~Seeds, lotus seeds, raw~^~LOTUS SEEDS,RAW~^~~^~~^~~^~Shells~^47^~Nelumbo spp.~^5.30^3.47^8.37^4.07 ~12206~^~1200~^~Nuts, almonds, honey roasted, unblanched~^~ALMONDS,HONEY RSTD,UNBLANCHED~^~~^~~^~~^~~^0^~~^5.18^3.47^8.37^4.07 ~12220~^~1200~^~Seeds, flaxseed~^~SEEDS,FLAXSEED~^~~^~~^~Y~^~~^0^~Linum usitatissimum~^5.30^3.47^8.37^4.07 ~12516~^~1200~^~Seeds, pumpkin and squash seed kernels, roasted, with salt added~^~PUMPKIN&SQUASH SD KRNLS,RSTD,W/SALT~^~pepitas~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12529~^~1200~^~Seeds, sesame seed kernels, toasted, with salt added (decorticated)~^~SESAME SD KRNLS,TSTD,W/SALT (DECORT)~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12537~^~1200~^~Seeds, sunflower seed kernels, dry roasted, with salt added~^~SUNFLOWER SD KRNLS,DRY RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12538~^~1200~^~Seeds, sunflower seed kernels, oil roasted, with salt added~^~SUNFLOWER SD KRNLS,OIL RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12539~^~1200~^~Seeds, sunflower seed kernels, toasted, with salt added~^~SUNFLOWER SD KRNLS,TSTD,W/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12540~^~1200~^~Seeds, sunflower seed butter, with salt added~^~SUNFLOWER SD BUTTER,W/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12563~^~1200~^~Nuts, almonds, dry roasted, with salt added~^~ALMONDS,DRY RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.18^3.47^8.37^4.07 ~12565~^~1200~^~Nuts, almonds, oil roasted, with salt added~^~ALMONDS,OIL RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.18^3.47^8.37^4.07 ~12585~^~1200~^~Nuts, cashew nuts, dry roasted, with salt added~^~CASHEW NUTS,DRY RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12586~^~1200~^~Nuts, cashew nuts, oil roasted, with salt added~^~CASHEW NUTS,OIL RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12588~^~1200~^~Nuts, cashew butter, plain, with salt added~^~CASHEW BUTTER,PLN,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12632~^~1200~^~Nuts, macadamia nuts, dry roasted, with salt added~^~MACADAMIA NUTS,DRY RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12635~^~1200~^~Nuts, mixed nuts, dry roasted, with peanuts, with salt added~^~MIXED NUTS,DRY RSTD,W/PNUTS,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12637~^~1200~^~Nuts, mixed nuts, with peanuts, oil roasted, with salt added~^~NUTS,MXD NUTS,W/ PNUTS,OIL RSTD,W/ SALT ADDED~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12638~^~1200~^~Nuts, mixed nuts, without peanuts, oil roasted, with salt added~^~MIXED NUTS,WO/PNUTS,OIL RSTD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.30^3.47^8.37^4.07 ~12643~^~1200~^~Nuts, pecans, dry roasted, with salt added~^~PECANS,DRY RSTD,W/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12644~^~1200~^~Nuts, pecans, oil roasted, with salt added~^~PECANS,OIL RSTD,W/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12652~^~1200~^~Nuts, pistachio nuts, dry roasted, with salt added~^~PISTACHIO NUTS,DRY RSTD,W/SALT~^~~^~~^~Y~^~Shells~^47^~~^5.30^3.47^8.37^4.07 ~12663~^~1200~^~Seeds, pumpkin and squash seeds, whole, roasted, with salt added~^~PUMPKIN&SQUASH SEEDS,WHL,RSTD,W/SALT~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~12695~^~1200~^~Nuts, almond butter, plain, with salt added~^~ALMOND BUTTER,PLN,W/SALT~^~~^~~^~Y~^~~^0^~~^5.18^3.47^8.37^4.07 ~12698~^~1200~^~Seeds, sesame butter, tahini, type of kernels unspecified~^~SESAME BUTTER,TAHINI,KRNLS UNSPEC~^~~^~~^~~^~~^0^~~^5.30^3.47^8.37^4.07 ~13000~^~1300~^~Beef, grass-fed, strip steaks, lean only, raw~^~BEEF,GRASS-FED,STRIP STEAKS,LN,RAW~^~~^~~^~~^~23% Bone and connective tissue, 11% Separable fat~^34^~~^^^^ ~13001~^~1300~^~Beef, carcass, separable lean and fat, choice, raw~^~BEEF,CARCASS,LN&FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^19^~Bos taurus~^6.25^4.27^9.02^3.87 ~13002~^~1300~^~Beef, carcass, separable lean and fat, select, raw~^~BEEF,CARCASS,LN&FAT,SEL,RAW~^~~^~~^~~^~Bone~^2^~~^6.25^4.27^9.02^3.87 ~13019~^~1300~^~Beef, retail cuts, separable fat, raw~^~BEEF,RTL CUTS,FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13020~^~1300~^~Beef, retail cuts, separable fat, cooked~^~BEEF,RTL CUTS,FAT,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13023~^~1300~^~Beef, brisket, whole, separable lean only, all grades, raw~^~BEEF,BRISKET,WHL,LN,ALL GRDS,RAW~^~~^~~^~~^~Connective tissue 0.3%, separable fat 30%~^30^~~^6.25^4.27^9.02^3.87 ~13047~^~1300~^~Beef, grass-fed, ground, raw~^~BEEF,GRASS-FED,GROUND,RAW~^~~^~~^~~^~~^0^~~^^^^ ~13055~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,SEL,CKD,BRSD~^~URMIS #1623~^~~^~~^~Bone and connective tissue~^0^~~^6.25^4.27^9.02^3.87 ~13065~^~1300~^~Beef, flank, separable lean and fat, trimmed to 0" fat, choice, raw~^~BEEF,FLANK,LN&FAT,0"FAT,CHOIC,RAW~^~URMIS #2399~^~~^~Y~^~Bone and connective tissue~^0^~~^6.25^4.27^9.02^3.87 ~13067~^~1300~^~Beef, flank, separable lean and fat, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,FLANK,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^~URMIS #2399~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13068~^~1300~^~Beef, flank, separable lean only, trimmed to 0" fat, choice, raw~^~BEEF,FLANK,LN,0" FAT,CHOIC,RAW~^~URMIS #2399~^~~^~Y~^~Bone and connective tissue, 0.2%, separable fat, 3.6%~^4^~~^6.25^4.27^9.02^3.87 ~13069~^~1300~^~Beef, flank, separable lean only, trimmed to 0" fat, choice, cooked, braised~^~BEEF,FLANK,LN,0" FAT,CHOIC,CKD,BRSD~^~URMIS #2399~^~~^~Y~^~Connective tissue, 2%, separable fat, 6%~^8^~~^6.25^4.27^9.02^3.87 ~13070~^~1300~^~Beef, flank, separable lean only, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,FLANK,LN,0"FAT,CHOIC,CKD,BRLD~^~URMIS #2399~^~~^~~^~Separable fat~^2^~~^6.25^4.27^9.02^3.87 ~13095~^~1300~^~Beef, rib, eye, small end (ribs 10-12), separable lean and fat, trimmed to 0" fat, choice, raw~^~BEEF,RIB,EYE,SML END (RIBS 10-12),LN&FAT,0"FAT,CHOIC,RAW~^~Delmonico, ribeye~^~~^~~^~Connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13096~^~1300~^~Beef, rib, eye, small end (ribs 10-12), separable lean and fat, trimmed to 0" fat, choice, cooked, broiled~^~BF,RIB,EYE,SML END (RIB 10-12),LN & FT,0" FAT,CHOIC,CKD,BRLD~^~ribeye~^~~^~~^~Bone and connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~13097~^~1300~^~Beef, rib, eye, small end (ribs 10-12), separable lean only, trimmed to 0" fat, choice, raw~^~BEEF,RIB,EYE,SML END (RIBS 10-12),LN,0"FAT,CHOIC,RAW~^~Delmonico, ribeye~^~~^~~^~Connective tissue 4%, separable fat 21%~^25^~~^6.25^4.27^9.02^3.87 ~13098~^~1300~^~Beef, rib, eye, small end (ribs 10-12), separable lean only, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,RIB,EYE,SML END (RIBS 10-12),LN,0"FAT,CHOIC,CKD,BRLD~^~Delmonico, ribeye~^~~^~~^~Bone and connective tissue 7%, sep fat 12%~^19^~~^6.25^4.27^9.02^3.87 ~13147~^~1300~^~Beef, rib, shortribs, separable lean and fat, choice, raw~^~BEEF,RIB,SHORTRIBS,LN&FAT,CHOIC,RAW~^~URMIS #2074~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~13148~^~1300~^~Beef, rib, shortribs, separable lean and fat, choice, cooked, braised~^~BEEF,RIB,SHORTRIBS,LN&FAT,CHOIC,CKD,BRSD~^~URMIS #2074~^~~^~Y~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~13149~^~1300~^~Beef, rib, shortribs, separable lean only, choice, raw~^~BEEF,RIB,SHORTRIBS,LN ONLY,CHOIC,RAW~^~URMIS #2074~^~~^~~^~Bone 27%, separable fat 32%~^59^~~^6.25^4.27^9.02^3.87 ~13150~^~1300~^~Beef, rib, shortribs, separable lean only, choice, cooked, braised~^~BEEF,RIB,SHORTRIBS,LN,CHOIC,CKD,BRSD~^~URMIS #2074~^~~^~Y~^~Bone, 29%, separable fat, 33%~^62^~~^6.25^4.27^9.02^3.87 ~13165~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 0" fat, choice, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN & FAT,0" FAT,CHOIC,CKD,BRSD~^~URMIS #2438~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13166~^~1300~^~USDA Commodity, beef, canned~^~USDA CMDTY,BF,CND~^~~^~~^~~^~Total refuse 0%~^0^~~^6.25^4.27^9.02^3.87 ~13317~^~1300~^~Beef, ground, patties, frozen, cooked, broiled~^~BEEF,GROUND,PATTIES,FRZ,CKD,BRLD~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13318~^~1300~^~Beef, variety meats and by-products, brain, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^~~^~~^~~^~Blood clots and membranes 22.45%~^22^~~^6.25^4.27^9.02^3.87 ~13319~^~1300~^~Beef, variety meats and by-products, brain, cooked, pan-fried~^~BEEF,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,PAN-FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13320~^~1300~^~Beef, variety meats and by-products, brain, cooked, simmered~^~BEEF,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13321~^~1300~^~Beef, variety meats and by-products, heart, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,HEART,RAW~^~~^~~^~~^~Fat, veins and connective tissue~^29^~~^6.25^4.27^9.02^3.87 ~13322~^~1300~^~Beef, variety meats and by-products, heart, cooked, simmered~^~BEEF,VAR MEATS&BY-PRODUCTS,HEART,CKD,SIMMRD~^~~^~~^~Y~^~Fat and valves, 16.39%~^16^~~^6.25^4.27^9.02^3.87 ~13323~^~1300~^~Beef, variety meats and by-products, kidneys, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^~~^~~^~~^~Fat, veins and connective tissue~^16^~~^6.25^4.27^9.02^3.87 ~13324~^~1300~^~Beef, variety meats and by-products, kidneys, cooked, simmered~^~BEEF,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13325~^~1300~^~Beef, variety meats and by-products, liver, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13326~^~1300~^~Beef, variety meats and by-products, liver, cooked, braised~^~BEEF,VAR MEATS & BY-PRODUCTS,LIVER,CKD,BRSD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13327~^~1300~^~Beef, variety meats and by-products, liver, cooked, pan-fried~^~BEEF, VAR MEATS&BY-PRODUCTS, LIVER, CKD, PAN-FRIED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13328~^~1300~^~Beef, variety meats and by-products, lungs, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^~~^~~^~~^~Blood clots and membranes~^24^~~^6.25^4.27^9.02^3.87 ~13329~^~1300~^~Beef, variety meats and by-products, lungs, cooked, braised~^~BEEF,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13330~^~1300~^~Beef, variety meats and by-products, mechanically separated beef, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,MECHANICALLY SEPARATED BF,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13331~^~1300~^~Beef, variety meats and by-products, pancreas, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13332~^~1300~^~Beef, variety meats and by-products, pancreas, cooked, braised~^~BEEF,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13333~^~1300~^~Beef, variety meats and by-products, spleen, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13334~^~1300~^~Beef, variety meats and by-products, spleen, cooked, braised~^~BEEF,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13335~^~1300~^~Beef, variety meats and by-products, suet, raw~^~BEEF,VAR MEATS & BY-PRODUCTS,SUET,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13337~^~1300~^~Beef, variety meats and by-products, thymus, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,THYMUS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13338~^~1300~^~Beef, variety meats and by-products, thymus, cooked, braised~^~BEEF,VAR MEATS&BY-PRODUCTS,THYMUS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13339~^~1300~^~Beef, variety meats and by-products, tongue, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^~~^~~^~~^~Cartilage and connective tissue~^16^~~^6.25^4.27^9.02^4.11 ~13340~^~1300~^~Beef, variety meats and by-products, tongue, cooked, simmered~^~BEEF,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,SIMMRD~^~~^~~^~Y~^~Skin and connective tissue, 5.74%; Cartilage and connective tissue,10.35%~^16^~~^6.25^4.27^9.02^3.87 ~13341~^~1300~^~Beef, variety meats and by-products, tripe, raw~^~BEEF,VAR MEATS&BY-PRODUCTS,TRIPE,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13342~^~1300~^~Beef, sandwich steaks, flaked, chopped, formed and thinly sliced, raw~^~BEEF,SNDWCH STEAKS,FLAKED,CHOPD,FORMED & THINLY SLICED,RAW~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~13343~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 0" fat, choice, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN,0" FAT,CHOIC,CKD,BRSD~^~URMIS #2438~^~~^~~^~Separable fat~^2^~~^6.25^4.27^9.02^3.87 ~13344~^~1300~^~Beef, cured, breakfast strips, raw or unheated~^~BEEF,CURED,BRKFST STRIPS,RAW OR UNHTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13345~^~1300~^~Beef, cured, breakfast strips, cooked~^~BEEF,CURED,BRKFST STRIPS,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13346~^~1300~^~Beef, cured, corned beef, brisket, raw~^~BEEF,CURED,CORNED BF,BRISKET,RAW~^~~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13347~^~1300~^~Beef, cured, corned beef, brisket, cooked~^~BEEF,CURED,CORNED BF,BRISKET,CKD~^~~^~~^~Y~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13348~^~0700~^~Beef, cured, corned beef, canned~^~BEEF,CURED,CORNED BF,CND~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13350~^~0700~^~Beef, cured, dried~^~BEEF,CURED,DRIED~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~13353~^~0700~^~Beef, cured, luncheon meat, jellied~^~BEEF,CURED,LUNCHEON MEAT,JELLIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13355~^~0700~^~Beef, cured, pastrami~^~BEEF,CURED,PASTRAMI~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~13357~^~0700~^~Beef, cured, sausage, cooked, smoked~^~BEEF,CURED,SAUSAGE,CKD,SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.68 ~13358~^~0700~^~Beef, cured, smoked, chopped beef~^~BEEF,CURED,SMOKED,CHOPD BF~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.68 ~13360~^~0700~^~Beef, cured, thin-sliced beef~^~BEEF,CURED,THIN-SLICED BF~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.68 ~13361~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 0" fat, all grades, cooked~^~BEEF,COMP OF RTL CUTS,LN&FAT,0"FAT,ALL GRDS,CKD~^~~^~~^~Y~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~13362~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 0" fat, choice, cooked~^~BEEF,COMP OF RTL CUTS,LN&FAT,0"FAT,CHOIC,CKD~^~~^~~^~~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~13363~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 0" fat, select, cooked~^~BEEF,COMP OF RTL CUTS,LN&FAT,0"FAT,SEL,CKD~^~~^~~^~~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~13364~^~1300~^~Beef, composite of trimmed retail cuts, separable lean only, trimmed to 0" fat, all grades, cooked~^~BEEF,COMP OF RTL CUTS,LN,0" FAT,ALL GRDS,CKD~^~~^~~^~Y~^~Bone, 13%, separable fat, 12%~^25^~~^6.25^4.27^9.02^3.87 ~13365~^~1300~^~Beef, composite of trimmed retail cuts, separable lean only, trimmed to 0" fat, choice, cooked~^~BEEF,COMP OF RTL CUTS,LN,0"FAT,CHOIC,CKD~^~~^~~^~~^~Bone, 13%, separable fat, 12%~^25^~~^6.25^4.27^9.02^3.87 ~13366~^~1300~^~Beef, composite of trimmed retail cuts, separable lean only, trimmed to 0" fat, select, cooked~^~BEEF,COMP OF RTL CUTS,LN,0"FAT,SEL,CKD~^~~^~~^~~^~Bone, 13%, separable fat, 11%~^24^~~^6.25^4.27^9.02^3.87 ~13367~^~1300~^~Beef, brisket, whole, separable lean and fat, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,BRISKET,WHL,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~Y~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13368~^~1300~^~Beef, brisket, whole, separable lean only, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,BRISKET,WHL,LN,0"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~Y~^~1% connective tissue, 16% separable fat~^17^~~^6.25^4.27^9.02^3.87 ~13369~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13370~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN,0"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Separable fat~^2^~~^6.25^4.27^9.02^3.87 ~13371~^~1300~^~Beef, brisket, point half, separable lean and fat, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,BRISKET,POINT HALF,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13372~^~1300~^~Beef, brisket, point half, separable lean only, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,BRISKET,POINT HALF,LN,0"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Connective tissue, 2%, separable fat, 25%~^27^~~^6.25^4.27^9.02^3.87 ~13373~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Bone and connective tissue~^25^~~^6.25^4.27^9.02^3.87 ~13375~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 0" fat, select, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN & FAT,0" FAT,SEL,CKD,BRSD~^~URMIS #1049~^~~^~~^~Bone and connective tissue~^28^~~^6.25^4.27^9.02^3.87 ~13377~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 0" fat, choice, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN,0"FAT,CHOIC,CKD,BRSD~^~URMIS #1864~^~~^~~^~Bone and connective tissue 23%, sep fat 17%~^40^~~^6.25^4.27^9.02^3.87 ~13378~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 0" fat, select, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN,0"FAT,SEL,CKD,BRSD~^~URMIS #1049~^~~^~~^~Bone and connective tissue 29%, sep fat 13%~^42^~~^6.25^4.27^9.02^3.87 ~13380~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 0" fat, choice, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN&FAT,0"FAT,CHOIC,CKD,BRSD~^~Top Blade Steak, URMIS #1879~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~13381~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 0" fat, select, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN&FAT,0"FAT,SEL,CKD,BRSD~^~Top Blade Steak, URMIS #1064~^~~^~~^~Bone, 23%~^23^~~^6.25^4.27^9.02^3.87 ~13382~^~1300~^~Beef, chuck, blade roast, separable lean only, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN,0"FAT,ALL GRDS,CKD,BRSD~^~Top Blade Steak~^~~^~Y~^~25% bone, 14% separable fat~^39^~~^6.25^4.27^9.02^3.87 ~13383~^~1300~^~Beef, chuck, blade roast, separable lean only, trimmed to 0" fat, choice, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN,0"FAT,CHOIC,CKD,BRSD~^~URMIS #1879, Top blade steak~^~~^~~^~Bone, 24%, separable fat, 15%~^39^~~^6.25^4.27^9.02^3.87 ~13384~^~1300~^~Beef, chuck, blade roast, separable lean only, trimmed to 0" fat, select, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN,0"FAT,SEL,CKD,BRSD~^~Top Blade Steak, URMIS #1064~^~~^~~^~Bone, 25%, separable fat, 13%~^38^~~^6.25^4.27^9.02^3.87 ~13386~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,0"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13387~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,0"FAT,SEL,CKD,RSTD~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~13388~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean only, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN,0"FAT,ALL GRDS,CKD,RSTD~^~~^~~^~Y~^~16% bone, 22% separable fat~^38^~~^6.25^4.27^9.02^3.87 ~13389~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean only, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN,0"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone, 16%, separable fat, 24%~^40^~~^6.25^4.27^9.02^3.87 ~13390~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean only, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN,0"FAT,SEL,CKD,RSTD~^~~^~~^~~^~Bone, 17%, separable fat, 20%~^37^~~^6.25^4.27^9.02^3.87 ~13391~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone and connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~13392~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,0"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~13393~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 0" fat, select, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,0"FAT,SEL,CKD,BRLD~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~13394~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN,0"FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone and connective tissue, 7.8%, separable fat, 10.6%~^18^~~^6.25^4.27^9.02^3.87 ~13395~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN,0"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone, 22%, separable fat, 15%~^37^~~^6.25^4.27^9.02^3.87 ~13396~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 0" fat, select, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN,0"FAT,SEL,CKD,BRLD~^~~^~~^~~^~Bone, 24%, separable fat, 13%~^37^~~^6.25^4.27^9.02^3.87 ~13398~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^~Cube Steak~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13399~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,ALL GRDS,CKD,RSTD~^~Cube Steak~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13401~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 0" fat, choice, cooked, braised~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,CHOIC,CKD,BRSD~^~Cube Steak, URMIS #2279~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13402~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,CHOIC,CKD,RSTD~^~Cube Steak, URMIS #2279~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13404~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 0" fat, select, cooked, braised~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,SEL,CKD,BRSD~^~Cube Steak, URMIS #1464~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13405~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RND,BTTM RND,LN&FAT,0"FAT,SEL,CKD,RSTD~^~Cube Steak, URMIS #1464~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13407~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,RND,BTTM RND,LN,0"FAT,ALL GRDS,CKD,BRSD~^~Cube Steak~^~~^~~^~Bone and connective tissue, 1.8%, separable fat, 1.8%~^4^~~^6.25^4.27^9.02^3.87 ~13408~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,RND,BTTM RND,LN,0"FAT,ALL GRDS,CKD,RSTD~^~Cube Steak~^~~^~~^~Bone and connective tissue 1%, sep fat 2%~^3^~~^6.25^4.27^9.02^3.87 ~13410~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 0" fat, choice, cooked, braised~^~BEEF,RND,BTTM RND,LN,0"FAT,CHOIC,CKD,BRSD~^~Cube Steak, URMIS #2279~^~~^~~^~Bone and connective tissue 1%, sep fat 1%~^2^~~^6.25^4.27^9.02^3.87 ~13411~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RND,BTTM RND,LN,0"FAT,CHOIC,CKD,RSTD~^~Cube Steak, URMIS #2279~^~~^~~^~Bone and connective tissue 1%, sep fat 3%~^4^~~^6.25^4.27^9.02^3.87 ~13413~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 0" fat, select, cooked, braised~^~BEEF,RND,BTTM RND,LN,0"FAT,SEL,CKD,BRSD~^~Cube Steak, URMIS #1464~^~~^~~^~Bone and connective tissue 3%, sep fat 2%~^5^~~^6.25^4.27^9.02^3.87 ~13414~^~1300~^~Beef, round, bottom round roast, separable lean only, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RND,BTTM RND RST,LN,0" FAT,SEL,CKD,RSTD~^~URMIS #1464~^~~^~~^~Bone and connective tissue 1%, sep fat 1%~^2^~~^6.25^4.27^9.02^3.87 ~13415~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,RND,EYE OF RND,LN&FAT,0"FAT,ALL GRDS,CKD,RSTD~^~Cube steak~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13416~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RND,EYE OF RND,LN&FAT,0"FAT,CHOIC,CKD,RSTD~^~Cube Steak, URMIS #2295~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13417~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RND,EYE OF RND,LN&FAT,0"FAT,SEL,CKD,RSTD~^~Cube Steak, URMIS #1480~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13418~^~1300~^~Beef, round, eye of round, separable lean only, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,RND,EYE OF RND,LN,0"FAT,ALL GRDS,CKD,RSTD~^~Cube steak~^~~^~~^~Bone and connective tissue, 2.2%, separable fat, 1.0%~^3^~~^6.25^4.27^9.02^3.87 ~13419~^~1300~^~Beef, round, eye of round, separable lean only, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RND,EYE OF RND,LN,0"FAT,CHOIC,CKD,RSTD~^~Cube Steak, URMIS #2295~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13420~^~1300~^~Beef, round, eye of round, separable lean only, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RND,EYE OF RND,LN,0"FAT,SEL,CKD,RSTD~^~Cube Steak, URMIS #1480~^~~^~~^~Bone and connective tissue 1%, sep fat 1%~^2^~~^6.25^4.27^9.02^3.87 ~13421~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,RND,TIP RND,LN&FAT,0"FAT,ALL GRDS,CKD,RSTD~^~Cube steak~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13422~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RND,TIP RND,LN&FAT,0"FAT,CHOIC,CKD,RSTD~^~Cube Steak, URMIS # 2340~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13423~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RND,TIP RND,LN&FAT,0"FAT,SEL,CKD,RSTD~^~Cube Steak, URMIS #1525~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13424~^~1300~^~Beef, round, tip round, separable lean only, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,RND,TIP RND,LN,0" FAT,ALL GRDS,CKD,RSTD~^~~^~~^~Y~^~Bone and connective tissue, 4.0%, separable fat, 4.1%~^6^~~^6.25^4.27^9.04^3.87 ~13425~^~1300~^~Beef, round, tip round, separable lean only, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,RND,TIP RND,LN,0"FAT,CHOIC,CKD,RSTD~^~Cube Steak, URMIS # 2340~^~~^~~^~Bone and connective tissue 4%, sep fat 3%~^7^~~^6.25^4.27^9.02^3.87 ~13426~^~1300~^~Beef, round, tip round, separable lean only, trimmed to 0" fat, select, cooked, roasted~^~BEEF,RND,TIP RND,LN,0" FAT,SEL,CKD,RSTD~^~Cube Steak, URMIS # 1525~^~~^~~^~Bone and connective tissue 4%, sep fat 5%~^9^~~^6.25^^^ ~13428~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,RND,TOP RND,LN&FAT,0"FAT,ALL GRDS,CKD,BRSD~^~Cube steak, London Broil, Minute Steak, Round Steak~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13430~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 0" fat, choice, cooked, braised~^~BEEF,RND,TOP RND,LN&FAT,0"FAT,CHOIC,CKD,BRSD~^~Cube steak, London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13432~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 0" fat, select, cooked, braised~^~BEEF,RND,TOP RND,LN&FAT,0"FAT,SEL,CKD,BRSD~^~Cube steak, London Broil, Minute Steak, Round Steak, URMIS #1553~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13434~^~1300~^~Beef, round, top round, separable lean only, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,RND,TOP RND,LN,0"FAT,ALL GRDS,CKD,BRSD~^~Cube steak, London Broil, Minute Steak, Round Steak~^~~^~Y~^~2% connective tissue, 2% separable fat~^4^~~^6.25^4.27^9.02^3.87 ~13436~^~1300~^~Beef, round, top round, separable lean only, trimmed to 0" fat, choice, cooked, braised~^~BEEF,RND,TOP RND,LN,0"FAT,CHOIC,CKD,BRSD~^~Cube steak, London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~~^~Connective tissue, 2%, separable fat, 2%~^4^~~^6.25^4.27^9.02^3.87 ~13438~^~1300~^~Beef, round, top round, separable lean only, trimmed to 0" fat, select, cooked, braised~^~BEEF,RND,TOP RND,LN,0"FAT,SEL,CKD,BRSD~^~Cube steak, London Broil, Minute Steak, Round Steak, URMIS #1553~^~~^~~^~Connective tissue, 2%, separable fat, 2%~^4^~~^6.25^4.27^9.02^3.87 ~13439~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,TENDERLOIN,LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^~Beef Medallions, Filet Mignon~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13440~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,TENDERLOIN,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^~Beef Medallions, Filet Mignon, URMIS #2201~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13441~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 0" fat, select, cooked, broiled~^~BEEF,TENDERLOIN,LN&FAT,0"FAT,SEL,CKD,BRLD~^~Beef Medallions, Filet Mignon, URMIS #1388~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13442~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,TENDERLOIN,LN,0"FAT,ALL GRDS,CKD,BRLD~^~Beef Medallions, Filet Mignon~^~~^~~^~Bone and connective tissue, 2.5%, separable fat, 5.1%~^8^~~^6.25^4.27^9.02^3.87 ~13443~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,TENDERLOIN,LN,0"FAT,CHOIC,CKD,BRLD~^~Beef Medallions, Filet Mignon, URMIS #2203~^~~^~~^~Bone and connective tissue 3%, sep fat 5%~^8^~~^6.25^4.27^9.02^3.87 ~13444~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 0" fat, select, cooked, broiled~^~BEEF,TENDERLOIN,LN,0"FAT,SEL,CKD,BRLD~^~Beef Medallions, Filet Mignon, URMIS #1388~^~~^~~^~Bone and connective tissue 3%, sep fat 5%~^8^~~^6.25^4.27^9.02^3.87 ~13445~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13446~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^~Club Steak, Kansas City Steak, New York Strip, URMIS # 2213~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13447~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 0" fat, select, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN & FAT,0" FAT,SEL,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip, URMIS # 1398~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13448~^~1300~^~Beef, short loin, top loin, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN,0"FAT,ALL GRDS,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip~^~~^~~^~Bone and connective tissue, 1.7%, separable fat, 2.0%~^4^~~^6.25^4.27^9.02^3.87 ~13449~^~1300~^~Beef, short loin, top loin, separable lean only, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN,0"FAT,CHOIC,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip, URMIS # 2213~^~~^~~^~Bone and connective tissue 2%, sep fat 3%~^5^~~^6.25^4.27^9.02^3.87 ~13450~^~1300~^~Beef, short loin, top loin, separable lean only, trimmed to 0" fat, select, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN,0"FAT,SEL,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip, URMIS # 1398~^~~^~~^~Bone and connective tissue 1%, sep fat 2%~^3^~~^6.25^4.27^9.02^3.87 ~13451~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,TOP SIRLOIN,LN&FAT,0"FAT,ALL GRDS,CKD,BRLD~^~Sirloin steak, Sirloin strip~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13452~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,TOP SIRLOIN,LN&FAT,0"FAT,CHOIC,CKD,BRLD~^~Sirloin Steak, Sirloin strip, URMIS #2237~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13453~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 0" fat, select, cooked, broiled~^~BEEF,TOP SIRLOIN,LN&FAT,0"FAT,SEL,CKD,BRLD~^~Sirloin steak, Sirloin strip, URMIS #1422~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13454~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,TOP SIRLOIN,LN,0"FAT,ALL GRDS,CKD,BRLD~^~Sirloin steak, Sirloin strip~^~~^~~^~Bone and connective tissue, 3.8%, separable fat, 5.8%~^10^~~^6.25^4.27^9.02^3.87 ~13455~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,TOP SIRLOIN,LN,0"FAT,CHOIC,CKD,BRLD~^~Sirloin steak, Sirloin strip, URMIS #2237~^~~^~~^~Bone and connective tissue 4%, sep fat 6%~^10^~~^6.25^4.27^9.02^3.87 ~13456~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 0" fat, select, cooked, broiled~^~BEEF,TOP SIRLOIN,LN,0"FAT,SEL,CKD,BRLD~^~Sirloin steak, Sirloin strip, URMIS #1422~^~~^~~^~Bone and connective tissue 4%, sep fat 6%~^10^~~^6.25^4.27^9.02^3.87 ~13459~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone and heavy connective tissue, 21%~^21^~~^6.25^4.27^9.02^3.87 ~13460~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,LOIN,PRTRHS STK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^~URMIS # 2145~^~~^~~^~Bone and heavy connective tissue, 21%~^21^~~^6.25^4.27^9.02^3.87 ~13463~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STK,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^~URMIS # 1330~^~~^~~^~Bone and heavy connective tissue, 20%~^20^~~^6.25^4.27^9.02^3.87 ~13466~^~1300~^~Beef, short loin, porterhouse steak, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone and heavy connective tissue, 21%, separable fat, 11%~^32^~~^6.25^4.27^9.02^3.87 ~13467~^~1300~^~Beef, short loin, porterhouse steak, separable lean only, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN, 0" FAT,USDA CHOIC,CKD,BRLD~^~URMIS # 2145~^~~^~~^~Bone and heavy connective tissue, 21%, separable fat, 10%~^31^~~^6.25^4.27^9.02^3.87 ~13470~^~1300~^~Beef, short loin, porterhouse steak, separable lean only, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN ONLY,0" FAT,USDA SEL,CKD,BRLD~^~URMIS # 1330~^~~^~~^~Bone and heavy connective tissue, 20%, separable fat, 12%~^32^~~^6.25^4.27^9.02^3.87 ~13473~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone and heavy connective tissue, 22%~^22^~~^6.25^4.27^9.02^3.87 ~13474~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,LOIN,T-BONE STEAK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^~URMIS # 2184~^~~^~~^~Bone and heavy connective tissue, 23%~^23^~~^6.25^4.27^9.02^3.87 ~13477~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STK,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^~URMIS # 01369~^~~^~~^~Bone and heavy connective tissue, 21%~^21^~~^6.25^4.27^9.02^3.87 ~13480~^~1300~^~Beef, short loin, t-bone steak, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone and heavy connective tissue, 22%, separable fat, 9%~^31^~~^6.25^4.27^9.02^3.87 ~13481~^~1300~^~Beef, short loin, t-bone steak, separable lean only, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STEAK,LN,0" FAT,USDA CHOIC,CKD,BRLD~^~URMIS # 2184~^~~^~~^~Bone and heavy connective tissue, 22%, separable fat, 10%~^32^~~^6.25^4.27^9.02^3.87 ~13484~^~1300~^~Beef, short loin, t-bone steak, separable lean only, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STEAK,LN, 0" FAT,USDA SEL,CKD,BRLD~^~URMIS # 1369~^~~^~~^~Bone and heavy connective tissue, 21%, separable fat, 8%~^29^~~^6.25^4.27^9.02^3.87 ~13485~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 0" fat, select, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN,0" FAT,SEL,CKD,BRSD~^~URMIS #1623~^~~^~~^~Separable fat~^1^~~^^4.27^9.02^3.87 ~13486~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BEEF,RND,TIP RND,LN & FAT,0" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13487~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 0" fat, choice, raw~^~BEEF,RND,TIP RND,LN & FAT,0" FAT,CHOIC,RAW~^~URMIS # 2340~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13488~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 0" fat, select, raw~^~BEEF,RND,TIP RND,LN & FAT,0" FAT,SEL,RAW~^~URMIS~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13490~^~1300~^~Beef, rib, eye, small end (ribs 10- 12) separable lean only, trimmed to 0" fat, select, cooked, broiled~^~BEEF,RIB,EYE,SML END (RIBS 10- 12) LN,0" FAT,SEL,CKD,BRLD~^~ribeye~^~~^~~^~Bone and connective tissue 8%, sep fat 10%~^18^~~^6.25^4.27^9.02^3.87 ~13491~^~1300~^~Beef, round, top round, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,RND,TOP RND,LN,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13492~^~1300~^~Beef, round, top round, separable lean only, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,RND,TOP RND,LN,0" FAT,CHOIC,CKD,BRLD~^~URMIS #2368~^~~^~~^~Separable fat~^1^~~^6.25^4.27^9.02^3.87 ~13493~^~1300~^~Beef, round, top round, separable lean only, trimmed to 0" fat, select, cooked, broiled~^~BEEF,RND,TOP RND,LN,0" FAT,SEL,CKD,BRLD~^~URMIS #1553~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13494~^~1300~^~Beef, ground, 70% lean meat / 30% fat, crumbles, cooked, pan-browned~^~BEEF,GROUND,70% LN MEAT / 30% FAT,CRUMBLES,CKD,PAN-BROWNED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13495~^~1300~^~Beef, ground, 70% lean meat / 30% fat, loaf, cooked, baked~^~BEEF,GROUND,70% LN MEAT / 30% FAT,LOAF,CKD,BKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13496~^~1300~^~Beef, ground, 70% lean meat / 30% fat, patty cooked, pan-broiled~^~BEEF,GROUND,70% LN MEAT / 30% FAT,PATTY CKD,PAN-BROILED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13497~^~1300~^~Beef, ground, 70% lean meat / 30% fat, patty, cooked, broiled~^~BEEF,GROUND,70% LN MEAT / 30% FAT,PATTY,CKD,BRLD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13498~^~1300~^~Beef, ground, 70% lean meat / 30% fat, raw~^~BEEF,GROUND,70% LN MEAT / 30% FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13795~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone~^12^~~^6.25^4.27^9.02^3.87 ~13796~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, all grades, cooked~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,ALL GRDS,CKD~^~~^~~^~Y~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~13797~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^12^~~^6.25^4.27^9.02^3.87 ~13798~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, choice, cooked~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,CKD~^~~^~~^~~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~13799~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,SEL,RAW~^~~^~~^~~^~Bone~^11^~~^6.25^4.27^9.02^3.87 ~13800~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, select, cooked~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,SEL,CKD~^~~^~~^~~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~13801~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, prime, raw~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,PRIME,RAW~^~~^~~^~~^~Bone~^9^~~^6.25^4.27^9.02^3.87 ~13802~^~1300~^~Beef, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, prime, cooked~^~BEEF,COMP OF RTL CUTS,LN&FAT,1/8"FAT,PRIME,CKD~^~~^~~^~~^~Bone~^12^~~^6.25^4.27^9.02^3.87 ~13803~^~1300~^~Beef, brisket, whole, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,BRISKET,WHL,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13804~^~1300~^~Beef, brisket, whole, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,BRISKET,WHL,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~Y~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13805~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,BRISKET,FLAT HALF,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13806~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13807~^~1300~^~Beef, brisket, point half, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,BRISKET,POINT HALF,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13808~^~1300~^~Beef, brisket, point half, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,BRISKET,POINT HALF,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13809~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue~^21^~~^6.25^4.27^9.02^3.87 ~13810~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~Y~^~Bone and connective tissue~^28^~~^6.25^4.27^9.02^3.87 ~13811~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,CHOIC,RAW~^~URMIS #1864~^~~^~~^~Bone and connective tissue~^15^~~^6.25^4.27^9.02^3.87 ~13812~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^~URMIS #1864~^~~^~Y~^~Bone and connective tissue~^30^~~^6.25^4.27^9.02^3.87 ~13813~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,SEL,RAW~^~URMIS #1049~^~~^~~^~Bone and connective tissue~^16^~~^6.25^4.27^9.02^3.87 ~13814~^~1300~^~Beef, chuck, arm pot roast, separable lean and fat, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN&FAT,1/8"FAT,SEL,CKD,BRSD~^~URMIS #1049~^~~^~Y~^~Bone and connective tissue~^26^~~^6.25^4.27^9.02^3.87 ~13815~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~Top Blade Steak~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~13816~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^~Top Blade Steak~^~~^~Y~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~13817~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,CHOIC,RAW~^~Top Blade Steak, URMIS #1879~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~13818~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^~Top Blade Steak, URMIS #1879~^~~^~Y~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~13819~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,SEL,RAW~^~Top Blade Steak, URMIS #1064~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~13820~^~1300~^~Beef, chuck, blade roast, separable lean and fat, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,CHUCK,BLADE RST,LN&FAT,1/8"FAT,SEL,CKD,BRSD~^~Top Blade Steak, URMIS #1064~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~13824~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13825~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~13826~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~13827~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~13828~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~13829~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~Y~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~13830~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,SEL,RAW~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13831~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~13832~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,SEL,CKD,RSTD~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~13833~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, prime, raw~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,PRIME,RAW~^~URMIS #1986~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13834~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, prime, cooked, broiled~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^~URMIS #1986~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~13835~^~1300~^~Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8" fat, prime, cooked, roasted~^~BEEF,RIB,WHL (RIBS 6-12),LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^~URMIS #1986~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~13838~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13839~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~13840~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^~~^~~^~Y~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13841~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13842~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~13843~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^15^~~^6.25^4.27^9.02^3.87 ~13844~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,SEL,RAW~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~13845~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~13846~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,SEL,CKD,RSTD~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~13847~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, prime, raw~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,PRIME,RAW~^~URMIS #2037~^~~^~~^~Bone~^14^~~^6.25^4.27^9.02^3.87 ~13848~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, prime, cooked, broiled~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^~URMIS #2037~^~~^~~^~Bone~^18^~~^6.25^4.27^9.02^3.87 ~13849~^~1300~^~Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8" fat, prime, cooked, roasted~^~BEEF,RIB,LRG END (RIBS 6-9),LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^~URMIS #2037~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~13850~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,ALL GRDS,RAW~^~Prime Rib~^~~^~~^~Bone and connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~13851~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,BR~^~Prime Rib~^~~^~Y~^~Bone and connective tissue~^7^~~^6.25^4.27^9.02^3.87 ~13852~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,ALL GRDS,CKD,RS~^~Prime Rib~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~13853~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,CHOIC,RAW~^~Prime Rib~^~~^~~^~Bone and connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~13854~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~Prime Rib~^~~^~~^~Bone and connective tissue~^7^~~^6.25^4.27^9.02^3.87 ~13855~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~Prime Rib~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~13856~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,SEL,RAW~^~Prime Rib~^~~^~~^~Bone and connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~13857~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~Prime Rib~^~~^~~^~Bone and connective tissue~^7^~~^6.25^4.27^9.02^3.87 ~13858~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,SEL,CKD,RSTD~^~Prime Rib~^~~^~~^~Bone~^18^~~^6.25^4.27^9.02^3.87 ~13859~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, prime, raw~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,PRIME,RAW~^~Prime Rib, URMIS #2054~^~~^~~^~Bone~^18^~~^6.25^4.27^9.02^3.87 ~13860~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, prime, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^~Prime Rib, URMIS #2054~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~13861~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8" fat, prime, cooked, roasted~^~BEEF,RIB,SML END (RIBS 10-12),LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^~Prime Rib, URMIS #2054~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~13864~^~1300~^~Beef, round, full cut, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,CHOIC,RAW~^~URMIS #2316~^~~^~Y~^~Bone~^6^~~^6.25^4.27^9.02^3.87 ~13865~^~1300~^~Beef, round, full cut, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~URMIS #2316~^~~^~Y~^~Bone~^8^~~^6.25^4.27^9.02^3.87 ~13866~^~1300~^~Beef, round, full cut, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,SEL,RAW~^~URMIS #1501~^~~^~~^~Bone~^6^~~^6.25^4.27^9.02^3.87 ~13867~^~1300~^~Beef, round, full cut, separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,RND,FULL CUT,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~URMIS #1501~^~~^~~^~Bone~^8^~~^6.25^4.27^9.02^3.87 ~13868~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13869~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^~~^~~^~Y~^~Bone and connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~13870~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^~~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13871~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,CHOIC,RAW~^~URMIS #2279~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13872~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^~URMIS #2279~^~~^~~^~Bone and connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~13873~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~URMIS #2279~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13874~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,SEL,RAW~^~URMIS #1464~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13875~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,RND,BTTM RND,LN & FAT,1/8" FAT,SEL,CKD,BRSD~^~URMIS #1464~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13876~^~1300~^~Beef, round, bottom round, separable lean and fat, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RND,BTTM RND,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^~URMIS #1464~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13877~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13878~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^~~^~~^~Y~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13879~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,CHOIC,RAW~^~URMIS #2295~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13880~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~URMIS #2295~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13881~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,SEL,RAW~^~URMIS #1480~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13882~^~1300~^~Beef, round, eye of round, separable lean and fat, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RND,EYE OF RND,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^~URMIS #1480~^~~^~~^~Bone and connective tissue 1%, sep fat 8%~^9^~~^6.25^4.27^9.02^3.87 ~13883~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13884~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^~~^~~^~Y~^~Connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13885~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,CHOIC,RAW~^~URMIS # 2340~^~~^~~^~Connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13886~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~URMIS # 2340~^~~^~Y~^~Connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13887~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,SEL,RAW~^~URMIS # 1525~^~~^~~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13888~^~1300~^~Beef, round, tip round, separable lean and fat, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RND,TIP RND,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^~URMIS # 1525~^~~^~Y~^~Connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13890~^~1300~^~Beef, round, top round, separable lean only, trimmed to 1/8" fat, choice, cooked, pan-fried~^~BEEF,RND,TOP RND,LN,1/8" FAT,CHOIC,CKD,PAN-FRIED~^~London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~Y~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13891~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~London Broil, Minute Steak, Round Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13892~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRSD~^~London Broil, Minute Steak, Round Steak~^~~^~Y~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13893~^~1300~^~Beef, round, top round steak, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,RND,TOP RND STEAK,LN & FAT,1/8" FAT,ALL GRDS,CKD,BRLD~^~London Broil, Minute Steak, Round Steak~^~~^~Y~^~Bone and connective tissue~^1^~~^^^^ ~13894~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,RAW~^~London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13895~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^~London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13896~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13897~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, choice, cooked, pan-fried~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,CHOIC,CKD,PAN-FRIED~^~London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~Y~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13898~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,SEL,RAW~^~London Broil, Minute Steak, Round Steak, URMIS #1553~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13899~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,SEL,CKD,BRSD~^~London Broil, Minute Steak, Round Steak, URMIS #1553~^~~^~~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13900~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~London Broil, Minute Steak, Round Steak, URMIS #1553~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13901~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, prime, raw~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,PRIME,RAW~^~London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13902~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 1/8" fat, prime, cooked, broiled~^~BEEF,RND,TOP RND,LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^~London Broil, Minute Steak, Round Steak, URMIS #2368~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13905~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,CHOIC,RAW~^~URMIS # 2145~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~13906~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~URMIS # 2145~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~13907~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,CHOIC,RAW~^~URMIS # 2184~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~13908~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~URMIS # 2184~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~13909~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~Club Steak, Kansas City Strip, New York Strip~^~~^~~^~Bone and connective tissue~^9^~~^6.25^4.27^9.02^3.87 ~13910~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip~^~~^~Y~^~Bone and connective tissue~^12^~~^6.25^4.27^9.02^3.87 ~13911~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,SHRT LOIN,TOP LOIN,LN & FAT,1/8" FAT,CHOIC,RAW~^~Club Steak, Kansas City Strip, New York Strip, URMIS # 2213~^~~^~~^~Bone and connective tissue~^10^~~^6.25^4.27^9.02^3.87 ~13912~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip, URMIS # 2213~^~~^~~^~Bone and connective tissue~^12^~~^6.25^4.27^9.02^3.87 ~13913~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,SEL,RAW~^~Club Steak, Kansas City Strip, New York Strip, URMIS # 1398~^~~^~~^~Bone and connective tissue~^9^~~^6.25^4.27^9.02^3.87 ~13914~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip, URMIS # 1398~^~~^~~^~Bone and connective tissue~^12^~~^6.25^4.27^9.02^3.87 ~13915~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, prime, raw~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,PRIME,RAW~^~Club Steak, Kansas City Strip, New York Strip~^~~^~~^~Connective tissue~^6^~~^6.25^4.27^9.02^3.87 ~13916~^~1300~^~Beef, short loin, top loin, separable lean and fat, trimmed to 1/8" fat, prime, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^~Club Steak, Kansas City Strip, New York Strip~^~~^~~^~Connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~13917~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~Beef Medallions, Filet Mignon~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13918~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,TENDERLOIN,LN & FAT,1/8" FAT,ALL GRDS,CKD,BRLD~^~Beef Medallions, Filet Mignon~^~~^~Y~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13919~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,ALL GRDS,CKD,RSTD~^~Beef Medallions, Filet Mignon~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13920~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,CHOIC,RAW~^~Beef Medallions, Filet Mignon, URMIS #2201~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13921~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~Beef Medallions, Filet Mignon, URMIS #2203~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13922~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~Beef Medallions, Filet Mignon, URMIS #2201~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13923~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,SEL,RAW~^~Beef Medallions, Filet Mignon, URMIS #1386~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13924~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~Beef Medallions, Filet Mignon, URMIS #1388~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13925~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,SEL,CKD,RSTD~^~Beef Medallions, Filet Mignon, URMIS #1386~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13926~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, prime, raw~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,PRIME,RAW~^~Beef Medallions, Filet Mignon, URMIS #2201~^~~^~~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13927~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, prime, cooked, broiled~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,PRIME,CKD,BRLD~^~Beef Medallions, Filet Mignon, URMIS #2201~^~~^~~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13928~^~1300~^~Beef, tenderloin, separable lean and fat, trimmed to 1/8" fat, prime, cooked, roasted~^~BEEF,TENDERLOIN,LN&FAT,1/8"FAT,PRIME,CKD,RSTD~^~Beef Medallions, Filet Mignon, URMIS #2201~^~~^~Y~^~Connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13929~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~Sirloin steak, Sirloin strip~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13930~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^~Sirloin steak, Sirloin strip~^~~^~Y~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13931~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,CHOIC,RAW~^~Sirloin steak, Sirloin strip, URMIS #2237~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13932~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~Sirloin steak, Sirloin strip, URMIS #2237~^~~^~~^~Bone and connective tissue~^4^~~^6.25^4.27^9.02^3.87 ~13933~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 1/8" fat, choice, cooked, pan-fried~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,CHOIC,CKD,PAN-FRIED~^~Sirloin steak, Sirloin strip, URMIS #2237~^~~^~Y~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13934~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,SEL,RAW~^~Sirloin steak, Sirloin strip, URMIS #1422~^~~^~~^~Bone and connective tissue~^3^~~^6.25^4.27^9.02^3.87 ~13935~^~1300~^~Beef, top sirloin, separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,TOP SIRLOIN,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~Sirloin steak, Sirloin strip, URMIS #1422~^~~^~~^~Bone and connective tissue~^5^~~^6.25^4.27^9.02^3.87 ~13937~^~1300~^~Beef, chuck, clod roast, separable lean only, trimmed to 0" fat, USDA choice, cooked, roasted~^~BEEF,CHUCK,CLOD RST,LN ONLY,TO 0" FAT,USDA CHOIC,CKD,RSTD~^~URMIS #1947~^~~^~~^~Bone and heavy connective tissue, 3%, separable fat, 8%~^11^~~^6.25^4.27^9.02^3.87 ~13940~^~1300~^~Beef, chuck, clod roast, separable lean only, trimmed to 0" fat, USDA select, cooked, roasted~^~BEEF,CHUCK,CLOD RST,LN ONLY,TO 0" FAT,USDA SEL,CKD,RSTD~^~URMIS #1132~^~~^~~^~Bone and heavy connective tissue, 5%, separable fat, 4%~^9^~~^6.25^4.27^9.02^3.87 ~13943~^~1300~^~Beef, chuck, clod steak, separable lean only, trimmed to 0" fat, USDA choice, cooked, braised~^~BEEF,CHUCK,CLOD STEAK,LN ONLY,TO 0" FAT,USDA CHOIC,CKD,BRSD~^~URMIS #1948~^~~^~~^~Bone and heavy connective tissue, 6%, separable fat, 7%~^13^~~^6.25^4.27^9.02^3.87 ~13946~^~1300~^~Beef, chuck, clod steak, separable lean only, trimmed to 0" fat, USDA select, cooked, braised~^~BEEF,CHUCK,CLOD STEAK,LN ONLY,TO 0" FAT,USDA SEL,CKD,BRSD~^~URMIS #1133~^~~^~~^~Bone and heavy connective tissue, 4%, separable fat, 3%~^7^~~^6.25^4.27^9.02^3.87 ~13948~^~1300~^~Beef, flank, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,FLANK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13949~^~1300~^~Beef, flank, separable lean and fat, trimmed to 0" fat, select, cooked, broiled~^~BEEF,FLANK,LN & FAT,0" FAT,SEL,CKD,BRLD~^~URMIS #1584~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13950~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 0" fat, select, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN & FAT,0" FAT,SEL,CKD,BRSD~^~URMIS #1623~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13951~^~1300~^~Beef, rib eye, small end (ribs 10-12), separable lean and fat, trimmed to 0" fat, select, cooked, broiled~^~BEEF,RIB EYE,SML END (RIBS 10-12),LN & FAT,0",SEL,CKD,BRLD~^~ribeye~^~~^~~^~Bone and connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~13952~^~1300~^~Beef, rib eye, small end (ribs 10-12), separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,RIBEYE,SML END(RIBS 10-12),LN&FAT,0",ALL GRDS,CKD,BRLD~^~ribeye~^~~^~~^~Bone and connective tissue~^8^~~^6.25^4.27^9.02^3.87 ~13953~^~1300~^~Beef, bottom sirloin, tri-tip roast, separable lean and fat, trimmed to 0" fat, all grades, cooked, roasted~^~BF,BTTM SRLOIN,TRI-TIP RST,LN & FAT,0" FAT,ALL GRDS,CKD,RSTD~^~~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13954~^~1300~^~Beef, bottom sirloin, tri-tip roast, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13955~^~1300~^~Beef, bottom sirloin, tri-tip roast, separable lean and fat, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,CHOIC,CKD,RSTD~^~URMIS #2244~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13956~^~1300~^~Beef, bottom sirloin, tri-tip roast, separable lean and fat, trimmed to 0" fat, choice, raw~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,CHOIC,RAW~^~URMIS #2244~^~~^~~^~Bone and connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~13957~^~1300~^~Beef, bottom sirloin, tri-tip roast, separable lean and fat, trimmed to 0" fat, select, cooked, roasted~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,SEL,CKD,RSTD~^~URMIS #1429~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13958~^~1300~^~Beef, bottom sirloin, tri-tip roast, separable lean and fat, trimmed to 0" fat, select, raw~^~BEEF,BTTM SIRLOIN,TRI-TIP RST,LN & FAT,0" FAT,SEL,RAW~^~URMIS #1429~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13959~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,RND,TOP RND,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13961~^~1300~^~Beef, chuck, mock tender steak, separable lean only, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,CHUCK,MOCK TENDER STK,LN,0" FAT,USDA CHOIC,CKD,BRLD~^~Mock Tender Steak, URMIS #1931~^~~^~~^~Bone and heavy connective tissue, 5%, separable fat, 0%~^5^~~^6.25^4.27^9.02^3.87 ~13963~^~1300~^~Beef, chuck, mock tender steak, separable lean only, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,CHUCK,MOCK TENDER STK,LN,0" FAT,USDA SEL,CKD,BRLD~^~Mock Tender Steak, URMIS #1116~^~~^~~^~Bone and heavy connective tissue, 3%, separable fat, 0%~^3^~~^6.25^4.27^9.02^3.87 ~13965~^~1300~^~Beef, chuck, top blade, separable lean only, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,CHUCK,TOP BLADE,LN ONLY,TO 0" FAT,USDA CHOIC,CKD,BRLD~^~Top Blade Roast, Boneless, URMIS #1959~^~~^~~^~Bone and heavy connective tissue, 13%, separable fat, 2%~^15^~~^6.25^4.27^9.02^3.87 ~13967~^~1300~^~Beef, chuck, top blade, separable lean only, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,CHUCK,TOP BLADE,LN ONLY,TO 0" FAT,USDA SEL,CKD,BRLD~^~Top Blade Roast, Boneless, URMIS #1144~^~~^~~^~Bone and heavy connective tissue, 16%, separable fat, 3%~^19^~~^6.25^4.27^9.02^3.87 ~13968~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 0" fat, choice, cooked, broiled~^~BEEF,RND,TOP RND,LN & FAT,0" FAT,CHOIC,CKD,BRLD~^~URMIS #2368~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13969~^~1300~^~Beef, round, top round, separable lean and fat, trimmed to 0" fat, select, cooked, broiled~^~BEEF,RND,TOP RND,LN & FAT,0" FAT,SEL,CKD,BRLD~^~URMIS #1553~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13970~^~1300~^~Beef, flank, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BEEF,FLANK,LN & FAT,0" FAT,ALL GRDS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~13971~^~1300~^~Beef, flank, separable lean and fat, trimmed to 0" fat, select, raw~^~BEEF,FLANK,LN & FAT,0" FAT,SEL,RAW~^~URMIS #1584~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~13977~^~1300~^~Beef, plate, inside skirt steak, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,PLATE,INSIDE SKIRT STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^~Plate Skirt Steak~^~~^~~^~Bone and heavy connective tissue, 0%, separable fat, 3%~^3^~~^6.25^4.27^9.02^3.87 ~13979~^~1300~^~Beef, plate, outside skirt steak, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,PLATE,OUTSIDE SKIRT STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^~Plate Skirt Steak~^~~^~~^~Bone and heavy connective tissue, 0%, separable fat, 5%~^5^~~^6.25^4.27^9.02^3.87 ~13985~^~1300~^~Beef, loin, bottom sirloin butt, tri-tip roast, separable lean only, trimmed to 0" fat, all grades, cooked, roasted~^~BF,LOIN,BTTM SIRLOIN BUTT,TRI-TIP,LN,0" FAT,ALL GRD,CKD,RSTD~^~~^~~^~~^~Bone and connective tissue 1.58%, separable fat 4.34%~^6^~~^6.25^^^ ~13987~^~1300~^~Beef, loin, bottom sirloin butt, tri-tip steak, separable lean only, trimmed 0" fat, all grades, cooked, broiled~^~BEEF,BTTM SIRLOIN,TRI-TIP STEAK,LN,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone and heavy connective tissue, 0%, separable fat, 4%~^4^~~^6.25^4.27^9.02^3.87 ~14003~^~1400~^~Alcoholic beverage, beer, regular, all~^~ALCOHOLIC BEV,BEER,REG,ALL~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.37^4.12 ~14004~^~1400~^~Alcoholic beverage, beer, regular, BUDWEISER~^~ALCOHOLIC BEV,BEER,REG,BUDWEISER~^~~^~Anheuser-Busch, Inc.~^~~^~~^0^~~^6.25^^^ ~14005~^~1400~^~Alcoholic beverage, beer, light, BUDWEISER SELECT~^~ALCOHOLIC BEV,BEER,LT,BUDWEISER SEL~^~~^~Anheuser-Busch, Inc.~^~~^~~^0^~~^^^^ ~14006~^~1400~^~Alcoholic beverage, beer, light~^~ALCOHOLIC BEV,BEER,LT~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.37^4.12 ~14007~^~1400~^~Alcoholic beverage, beer, light, BUD LIGHT~^~ALCOHOLIC BEV,BEER,LT,BUD LT~^~~^~Anheuser-Busch, Inc.~^~~^~~^0^~~^6.25^^^ ~14009~^~1400~^~Alcoholic beverage, daiquiri, canned~^~ALCOHOLIC BEV,DAIQUIRI,CND~^~~^~~^~~^~~^0^~~^6.25^3.40^8.40^3.90 ~14010~^~1400~^~Alcoholic beverage, daiquiri, prepared-from-recipe~^~ALCOHOLIC BEV,DAIQUIRI,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~14013~^~1400~^~Alcoholic beverage, beer, light, MICHELOB ULTRA~^~ALCOHOLIC BEV,BEER,LT,MICHELOB ULTRA~^~~^~Anheuser-Busch, Inc.~^~~^~~^0^~~^^^^ ~14015~^~1400~^~Alcoholic beverage, pina colada, canned~^~ALCOHOLIC BEV,PINA COLADA,CND~^~~^~~^~~^~~^0^~~^6.25^3.40^8.50^3.90 ~14017~^~1400~^~Alcoholic beverage, pina colada, prepared-from-recipe~^~ALCOHOLIC BEV,PINA COLADA,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~14019~^~1400~^~Alcoholic beverage, tequila sunrise, canned~^~ALCOHOLIC BEV,TEQUILA SUNRISE,CND~^~~^~~^~~^~~^0^~~^6.25^3.40^8.40^3.90 ~14024~^~1400~^~Whiskey sour mix, powder~^~WHISKEY SOUR MIX,PDR~^~~^~~^~~^~~^0^~~^6.25^3.40^8.40^3.90 ~14025~^~1400~^~Alcoholic beverage, whiskey sour, prepared with water, whiskey and powder mix~^~ALCOHOLIC BEV,WHISKEY SOUR,PREP W/ H2O,WHISKEY & PDR MIX~^~~^~~^~~^~~^0^~~^^^^ ~14027~^~1400~^~Alcoholic beverage, whiskey sour, canned~^~ALCOHOLIC BEV,WHISKEY SOUR,CND~^~~^~~^~~^~~^0^~~^6.25^3.40^8.40^3.90 ~14028~^~1400~^~Whiskey sour mix, bottled~^~WHISKEY SOUR MIX,BTLD~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14029~^~1400~^~Alcoholic beverage, whiskey sour, prepared from item 14028~^~ALCOHOLIC BEV,WHISKEY SOUR,PREP FROM ITEM 14028~^~~^~~^~~^~~^0^~~^0.00^^^ ~14034~^~1400~^~Alcoholic beverage, creme de menthe, 72 proof~^~ALCOHOLIC BEV,CREME DE MENTHE,72 PROOF~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.90 ~14037~^~1400~^~Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 80 proof~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 80 PROOF~^~~^~~^~Y~^~~^0^~~^6.25^^^4.12 ~14049~^~1400~^~Alcoholic beverage, distilled, gin, 90 proof~^~ALCOHOLIC BEV,DISTILLED,GIN,90 PROOF~^~~^~~^~Y~^~~^0^~~^6.25^^^4.12 ~14050~^~1400~^~Alcoholic beverage, distilled, rum, 80 proof~^~ALCOHOLIC BEV,DISTILLED,RUM,80 PROOF~^~~^~~^~Y~^~~^0^~~^6.25^^^4.12 ~14051~^~1400~^~Alcoholic beverage, distilled, vodka, 80 proof~^~ALCOHOLIC BEV,DISTILLED,VODKA,80 PROOF~^~~^~~^~~^~~^0^~~^6.25^^^4.12 ~14052~^~1400~^~Alcoholic beverage, distilled, whiskey, 86 proof~^~ALCOHOLIC BEV,DISTILLED,WHISKEY,86 PROOF~^~~^~~^~~^~~^0^~~^6.25^^^4.12 ~14057~^~1400~^~Alcoholic beverage, wine, dessert, sweet~^~ALCOHOLIC BEV,WINE,DSSRT,SWT~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~14084~^~1400~^~Alcoholic beverage, wine, table, all~^~ALCOHOLIC BEV,WINE,TABLE,ALL~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~14086~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Smoothies, Peach Mango~^~CAMPBELL SOUP COMPANY,V8 SPLASH SMOOTHIES,PEACH MANGO~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14087~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Smoothies, Strawberry Banana~^~CAMPBELL SOUP COMPANY,V8 SPLASH SMOOTHIES,STRAWBERRY BANANA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14088~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Smoothies, Tropical Colada~^~CAMPBELL SOUP COMPANY,V8 SPLASH SMOOTHIES,TROPICAL COLADA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14096~^~1400~^~Alcoholic beverage, wine, table, red~^~ALCOHOLIC BEV,WINE,TABLE,RED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~14097~^~1400~^~Alcoholic Beverage, wine, table, red, Cabernet Sauvignon~^~ALCOHOLIC BEV,WINE,TABLE,RED,CABERNET SAUVIGNON~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14098~^~1400~^~Alcoholic Beverage, wine, table, red, Cabernet Franc~^~ALCOHOLIC BEV,WINE,TABLE,RED,CABERNET FRANC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14099~^~1400~^~Alcoholic Beverage, wine, table, red, Pinot Noir~^~ALCOHOLIC BEV,WINE,TABLE,RED,PINOT NOIR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14100~^~1400~^~Alcoholic Beverage, wine, table, red, Syrah~^~ALCOHOLIC BEV,WINE,TABLE,RED,SYRAH~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14101~^~1400~^~Alcoholic Beverage, wine, table, red, Barbera~^~ALCOHOLIC BEV,WINE,TABLE,RED,BARBERA~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14102~^~1400~^~Alcoholic Beverage, wine, table, red, Zinfandel~^~ALCOHOLIC BEV,WINE,TABLE,RED,ZINFANDEL~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14103~^~1400~^~Alcoholic Beverage, wine, table, red, Petite Sirah~^~ALCOHOLIC BEV,WINE,TABLE,RED,PETITE SIRAH~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14105~^~1400~^~Alcoholic Beverage, wine, table, red, Claret~^~ALCOHOLIC BEV,WINE,TABLE,RED,CLARET~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14106~^~1400~^~Alcoholic beverage, wine, table, white~^~ALCOHOLIC BEV,WINE,TABLE,WHITE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.92 ~14107~^~1400~^~Alcoholic Beverage, wine, table, red, Lemberger~^~ALCOHOLIC BEV,WINE,TABLE,RED,LEMBERGER~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14108~^~1400~^~Alcoholic Beverage, wine, table, red, Sangiovese~^~ALCOHOLIC BEV,WINE,TABLE,RED,SANGIOVESE~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14109~^~1400~^~Alcoholic Beverage, wine, table, red, Carignane~^~ALCOHOLIC BEV,WINE,TABLE,RED,CARIGNANE~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14113~^~1400~^~Alcoholic beverage, wine, table, white, Pinot Gris (Grigio)~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,PINOT GRIS (GRIGIO)~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14114~^~1400~^~Beef broth and tomato juice, canned~^~BEEF BROTH&TOMATO JUC,CND~^~~^~~^~~^~~^0^~~^6.25^4.00^8.90^3.90 ~14116~^~1400~^~Alcoholic beverage, wine, table, white, Chenin Blanc~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,CHENIN BLANC~^~~^~~^~~^~~^0^~~^6.25^3.36^3.87^3.92 ~14117~^~1400~^~Alcoholic beverage, wine, table, white, Fume Blanc~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,FUME BLANC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14119~^~1400~^~Mixed vegetable and fruit juice drink, with added nutrients~^~MIXED VEG & FRUIT JUC DRK,W/ ADDED NUTR~^~~^~~^~Y~^~~^0^~~^^^^ ~14120~^~1400~^~Alcoholic beverage, wine, table, white, Muller Thurgau~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,MULLER THURGAU~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14121~^~1400~^~Carbonated beverage, club soda~^~CARBONATED BEV,CLUB SODA~^~soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14124~^~1400~^~Alcoholic beverage, wine, table, white, Gewurztraminer~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,GEWURZTRAMINER~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14126~^~1400~^~Alcoholic beverage, wine, table, white, Semillon~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,SEMILLON~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14130~^~1400~^~Carbonated beverage, cream soda~^~CARBONATED BEV,CRM SODA~^~pop, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14131~^~1400~^~Drink mix, QUAKER OATS, GATORADE, lemon-lime flavor, powder~^~DRINK MIX,QUAKER OATS,GATORADE,LEMON-LIME FLAVOR,PDR~^~~^~Quaker Oats Company - The Gatorade Company, a unit of Pepsi Co.~^~~^~~^0^~~^^^^ ~14132~^~1400~^~Alcoholic beverage, wine, table, white, Riesling~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,RIESLING~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14134~^~1400~^~Alcoholic beverage, wine, table, white, Sauvignon Blanc~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,SAUVIGNON BLANC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14135~^~1400~^~Alcoholic beverage, wine, table, white, late harvest~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,LATE HARVEST~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14136~^~1400~^~Carbonated beverage, ginger ale~^~CARBONATED BEV,GINGER ALE~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14137~^~1400~^~Tea, ready-to-drink, NESTLE, COOL NESTEA ice tea lemon flavor~^~TEA,RTD,NESTLE,COOL NESTEA ICE TEA LEMON FLAVOR~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14138~^~1400~^~Alcoholic beverage, wine, table, white, Pinot Blanc~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,PINOT BLANC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14140~^~1400~^~Alcoholic beverage, wine, table, white, Muscat~^~ALCOHOLIC BEV,WINE,TABLE,WHITE,MUSCAT~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14142~^~1400~^~Carbonated beverage, grape soda~^~CARBONATED BEV,GRAPE SODA~^~pop, soft drink~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.87 ~14143~^~1400~^~Carbonated beverage, low calorie, other than cola or pepper, without caffeine~^~CARBONATED BEV,LO CAL,OTHER THAN COLA OR PEPPER,WO/ CAFFEINE~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~14144~^~1400~^~Carbonated beverage, lemon-lime soda, contains caffeine~^~CARBONATED BEV,LEMON-LIME SODA,CONTAINS CAFFEINE~^~pop, soft drink, white soda~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14145~^~1400~^~Carbonated beverage, SPRITE, lemon-lime, without caffeine~^~CARBONATED BEV,SPRITE,LEMON-LIME,WO/ CAFFEINE~^~pop, soft drink, white soda~^~The Coca-Cola Company~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14146~^~1400~^~Carbonated beverage, low calorie, cola or pepper-type, with aspartame, without caffeine~^~CARBONATED BEV,LO CAL,COLA OR PEPPR-TYPE,W/ ASPRT,WO/ CAFFEN~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14147~^~1400~^~Carbonated beverage, cola, without caffeine~^~CARBONATED BEV,COLA,WO/CAFFEINE~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14148~^~1400~^~Carbonated beverage, cola, with higher caffeine~^~CARBONATED BEV,COLA,W/HIGHER CAFFEINE~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14149~^~1400~^~Carbonated beverage, reduced sugar, cola, contains caffeine and sweeteners~^~CARBONATED BEV,RED SUGAR,COLA,CONTAINS CAFFEINE & SWEETENERS~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14150~^~1400~^~Carbonated beverage, orange~^~CARBONATED BEV,ORANGE~^~pop, soda, soft drink~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.87 ~14151~^~1400~^~Carbonated beverage, low calorie, other than cola or pepper, with aspartame, contains caffeine~^~CARB BEV,LO CAL,OTHR THN COLA OR PEPPER,W/ ASPRT,CONTNS CAFF~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14152~^~1400~^~Alcoholic Beverage, wine, table, red, Burgundy~^~ALCOHOLIC BEV,WINE,TABLE,RED,BURGUNDY~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14153~^~1400~^~Carbonated beverage, pepper-type, contains caffeine~^~CARBONATED BEV,PEPPER-TYPE,CONTAINS CAFFEINE~^~pop, soda, soft drink~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.87 ~14154~^~1400~^~Energy drink, RED BULL, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12~^~ENGY DRK,RED BULL,W/ ADD CAFFEINE,NIACIN,PANTO,VIT B6 & B12~^~~^~Red Bull North America/Red Bull GmbH~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14155~^~1400~^~Carbonated beverage, tonic water~^~CARBONATED BEV,TONIC H2O~^~soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14156~^~1400~^~Energy drink, RED BULL, sugar free, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12~^~ENG DRK,RED BULL,SGR FR,W/ADD CAFF,NIACIN,PANTO,VIT B6 & B12~^~~^~Red Bull North America/Red Bull GmbH~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14157~^~1400~^~Carbonated beverage, root beer~^~CARBONATED BEV,ROOT BEER~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14158~^~1400~^~Alcoholic Beverage, wine, table, red, Gamay~^~ALCOHOLIC BEV,WINE,TABLE,RED,GAMAY~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14159~^~1400~^~Alcoholic Beverage, wine, table, red, Mouvedre~^~ALCOHOLIC BEV,WINE,TABLE,RED,MOUVEDRE~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14166~^~1400~^~Carbonated beverage, low calorie, cola or pepper-types, with sodium saccharin, contains caffeine~^~CARBONATED BEV,LO CAL,COLA OR PEPR,W/ NA SACC,CONTAINS CAFFN~^~pop, soda, soft drink~^~~^~~^~~^0^~~^6.25^3.87^8.37^3.36 ~14168~^~1400~^~Carob-flavor beverage mix, powder~^~CAROB-FLAVOR BEV MIX,PDR~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^3.90 ~14169~^~1400~^~Carob-flavor beverage mix, powder, prepared with whole milk~^~CAROB-FLAVOR BEV MIX,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14175~^~1400~^~Chocolate-flavor beverage mix for milk, powder, without added nutrients~^~CHOCOLATE-FLAVOR BEV MIX FOR MILK,PDR,WO/ ADDED NUTR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14177~^~1400~^~Chocolate-flavor beverage mix, powder, prepared with whole milk~^~CHOCOLATE-FLAVOR BEV MIX,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14181~^~1400~^~Chocolate syrup~^~CHOCOLATE SYRUP~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14182~^~1400~^~Chocolate syrup, prepared with whole milk~^~CHOCOLATE SYRUP,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14187~^~1400~^~Clam and tomato juice, canned~^~CLAM&TOMATO JUC,CND~^~~^~~^~~^~~^0^~~^6.25^3.80^8.80^4.00 ~14192~^~1400~^~Cocoa mix, powder~^~COCOA MIX,PDR~^~hot chocolate~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14194~^~1400~^~Cocoa mix, powder, prepared with water~^~COCOA MIX,PDR,PREP W/ H2O~^~hot chocolate~^~~^~~^~~^0^~~^^^^ ~14195~^~1400~^~Cocoa mix, NESTLE, Hot Cocoa Mix Rich Chocolate With Marshmallows~^~COCOA MIX,NESTLE,HOT COCOA MIX RICH CHOC W/ MARSHMALLOWS~^~hot chocolate~^~Nestle USA, Inc.~^~~^~~^0^~~^^^^ ~14196~^~1400~^~Cocoa mix, no sugar added, powder~^~COCOA MIX,NO SUGAR ADDED,PDR~^~hot chocolate~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14197~^~1400~^~Cocoa mix, NESTLE, Rich Chocolate Hot Cocoa Mix~^~COCOA MIX,NESTLE,RICH CHOC HOT COCOA MIX~^~hot chocolate~^~Nestle USA, Inc.~^~~^~~^0^~~^^^^ ~14201~^~1400~^~Coffee, brewed from grounds, prepared with tap water, decaffeinated~^~COFFEE,BREWED FROM GROUNDS,PREP W/ TAP H2O,DECAFFEINATED~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~14202~^~1400~^~Coffee, brewed, espresso, restaurant-prepared, decaffeinated~^~COFFEE,BREWED,ESPRESSO,REST-PREP,DECAFFEINATED~^~~^~~^~Y~^~~^0^~~^^^^ ~14203~^~1400~^~Coffee, instant, regular, powder, half the caffeine~^~COFFEE,INST,REG,PDR,HALF THE CAFFEINE~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~14204~^~1400~^~Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener, decaffeinated~^~COFFEE&COCOA (MOCHA) PDR,W/WHTNR&LO CAL SWTNR,DECAFFEINATED~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14209~^~1400~^~Coffee, brewed from grounds, prepared with tap water~^~COFFEE,BREWED FROM GROUNDS,PREP W/ TAP H2O~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~14210~^~1400~^~Coffee, brewed, espresso, restaurant-prepared~^~COFFEE,BREWED,ESPRESSO,REST-PREP~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~14214~^~1400~^~Coffee, instant, regular, powder~^~COFFEE,INST,REG,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~14215~^~1400~^~Coffee, instant, regular, prepared with water~^~COFFEE,INST,REG,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14218~^~1400~^~Coffee, instant, decaffeinated, powder~^~COFFEE,INST,DECAFFEINATED,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~14219~^~1400~^~Coffee, instant, decaffeinated, powder, prepared with water~^~COFFEE,INST,DECAFFEINATED,PDR,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14222~^~1400~^~Coffee, instant, with chicory, powder~^~COFFEE,INST,W/CHICORY,PDR~^~~^~~^~~^~~^0^~~^6.25^3.20^8.37^4.10 ~14223~^~1400~^~Coffee, instant, with chicory, prepared with water~^~COFFEE,INST,W/ CHICORY,PREP W/ H2O~^~~^~~^~~^~~^0^~~^^^^ ~14224~^~1400~^~Coffee, instant, with sugar, mocha-flavor, powder~^~COFFEE,INST,W/SUGAR,MOCHA-FLAVOR,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14228~^~1400~^~Coffee, instant, with sugar, cappuccino-flavor powder~^~COFFEE,INST,W/SUGAR,CAPPUCCINO-FLAVOR PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14229~^~1400~^~Coffee, instant, with sugar, french-flavor, powder~^~COFFEE,INST,W/SUGAR,FRENCH-FLAVOR,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14236~^~1400~^~Coffee substitute, cereal grain beverage, powder~^~COFFEE SUB,CRL GRAIN BEV,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14237~^~1400~^~Coffee substitute, cereal grain beverage, prepared with water~^~COFFEE SUB,CRL GRAIN BEV,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~14238~^~1400~^~Cranberry-apple juice drink, bottled~^~CRANBERRY-APPLE JUC DRK,BTLD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14240~^~1400~^~Cranberry-apricot juice drink, bottled~^~CRANBERRY-APRICOT JUC DRK,BTLD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14241~^~1400~^~Cranberry-grape juice drink, bottled~^~CRANBERRY-GRAPE JUC DRK,BTLD~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14242~^~1400~^~Cranberry juice cocktail, bottled~^~CRANBERRY JUC COCKTAIL,BTLD~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14243~^~1400~^~Cranberry juice cocktail, bottled, low calorie, with calcium, saccharin and corn sweetener~^~CRANBERRY JUC COCKTAIL,BTLD,LO CAL,W/CA,SACCHARIN&CORN SWTNR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14245~^~1400~^~Eggnog-flavor mix, powder, prepared with whole milk~^~EGGNOG-FLAVOR MIX,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14262~^~1400~^~Citrus fruit juice drink, frozen concentrate~^~CITRUS FRUIT JUC DRK,FRZ CONC~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14263~^~1400~^~Citrus fruit juice drink, frozen concentrate, prepared with water~^~CITRUS FRUIT JUC DRK,FRZ CONC,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14264~^~1400~^~Fruit punch drink, without added nutrients, canned~^~FRUIT PUNCH DRK,WO/ ADDED NUTR,CND~^~~^~~^~Y~^~~^0^~~^^^^ ~14267~^~1400~^~Fruit punch drink, with added nutrients, canned~^~FRUIT PUNCH DRK,W/ ADDED NUTR,CND~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14268~^~1400~^~Fruit punch drink, frozen concentrate~^~FRUIT PUNCH DRK,FRZ CONC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14269~^~1400~^~Fruit punch drink, frozen concentrate, prepared with water~^~FRUIT PUNCH DRK,FRZ CONC,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14277~^~1400~^~Grape drink, canned~^~GRAPE DRINK,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14282~^~1400~^~Grape juice drink, canned~^~GRAPE JUICE DRINK,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14287~^~1400~^~Lemonade, powder~^~LEMONADE,POWDER~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~14288~^~1400~^~Lemonade, powder, prepared with water~^~LEMONADE,PDR,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14289~^~1400~^~Lemonade, low calorie, with aspartame, powder~^~LEMONADE,LO CAL,W/ASPRT,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~14290~^~1400~^~Lemonade, low calorie, with aspartame, powder, prepared with water~^~LEMONADE,LO CAL,W/ASPRT,PDR,PREP W/H2O~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~14292~^~1400~^~Lemonade, frozen concentrate, white~^~LEMONADE,FRZ CONC,WHITE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~14293~^~1400~^~Lemonade, frozen concentrate, white, prepared with water~^~LEMONADE,FRZ CONC,WHITE,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14296~^~1400~^~Lemonade-flavor drink, powder~^~LEMONADE-FLAVOR DRK,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~14297~^~1400~^~Lemonade-flavor drink, powder, prepared with water~^~LEMONADE-FLAVOR DRK,PDR,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14302~^~1400~^~Limeade, frozen concentrate~^~LIMEADE,FRZ CONC~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~14303~^~1400~^~Limeade, frozen concentrate, prepared with water~^~LIMEADE,FRZ CONC,PREP W/H2O~^~~^~~^~~^~~^0^~~^^^^ ~14305~^~1400~^~Malt beverage~^~MALT BEVERAGE~^~~^~~^~Y~^~~^0^~~^6.25^3.87^8.37^4.12 ~14309~^~1400~^~Malted drink mix, natural, with added nutrients, powder~^~MALTED DRK MIX,NAT,W/ ADDED NUTR,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14310~^~1400~^~Malted drink mix, natural, with added nutrients, powder, prepared with whole milk~^~MALTED DRK MIX,NAT,W/ ADDED NUTR,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14311~^~1400~^~Malted drink mix, natural, powder~^~MALTED DRK MIX,NAT,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14312~^~1400~^~Malted drink mix, natural, powder, prepared with whole milk~^~MALTED DRK MIX,NAT,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14315~^~1400~^~Malted drink mix, chocolate, with added nutrients, powder~^~MALTED DRK MIX,CHOC,W/ ADDED NUTR,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14316~^~1400~^~Malted drink mix, chocolate, with added nutrients, powder, prepared with whole milk~^~MALTED DRK MIX,CHOC,W/ ADDED NUTR,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14317~^~1400~^~Malted drink mix, chocolate, powder~^~MALTED DRK MIX,CHOC,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14318~^~1400~^~Malted drink mix, chocolate, powder, prepared with whole milk~^~MALTED DRK MIX,CHOC,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14323~^~1400~^~Orange drink, canned, with added vitamin C~^~ORANGE DRK,CND,W/ ADDED VIT C~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14327~^~1400~^~Orange and apricot juice drink, canned~^~ORANGE&APRICOT JUC DRK,CND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14334~^~1400~^~Pineapple and grapefruit juice drink, canned~^~PINEAPPLE&GRAPEFRUIT JUC DRK,CND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14341~^~1400~^~Pineapple and orange juice drink, canned~^~PINEAPPLE&ORANGE JUC DRK,CND~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14346~^~1400~^~Shake, fast food, chocolate~^~SHAKE,FAST FOOD,CHOCOLATE~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.80^3.90 ~14347~^~1400~^~Shake, fast food, vanilla~^~SHAKE,FAST FOOD,VANILLA~^~~^~~^~Y~^~~^0^~~^6.38^4.27^8.80^3.90 ~14350~^~1400~^~Strawberry-flavor beverage mix, powder~^~STRAWBERRY-FLAVOR BEV MIX,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.37^3.90 ~14351~^~1400~^~Strawberry-flavor beverage mix, powder, prepared with whole milk~^~STRAWBERRY-FLAVOR BEV MIX,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14352~^~1400~^~Tea, brewed, prepared with tap water, decaffeinated~^~TEA,BREWED,PREP W/TAP H2O,DECAFFEINATED~^~black tea~^~~^~Y~^~~^0^~~^^^^ ~14353~^~1400~^~Tea, instant, unsweetened, powder, decaffeinated~^~TEA,INST,UNSWTND,PDR,DECAFFEINATED~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14355~^~1400~^~Tea, brewed, prepared with tap water~^~TEA,BREWED,PREP W/TAP H2O~^~black tea~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~14356~^~1400~^~Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder, decaffeinated~^~TEA,INST,SWTND W/NA SACCHARIN,LEMON-FLAV,PDR,DECAFFEINATED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.80 ~14357~^~1400~^~Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, decaffeinated~^~TEA,INST,SWTND W/SUGAR,LEMN-FLAV,WO/ VIT C,PDR,DECAFFEINATED~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14366~^~1400~^~Tea, instant, unsweetened, powder~^~TEA,INST,UNSWTND,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14367~^~1400~^~Tea, instant, unsweetened, powder, prepared~^~TEA,INST,UNSWTND,PDR,PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~14368~^~1400~^~Tea, instant, unsweetened, lemon-flavored, powder~^~TEA,INST,UNSWTND,LEMON-FLAVORED,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14370~^~1400~^~Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder~^~TEA,INST,SWTND W/SUGAR,LEMON-FLAVORED,WO/ VIT C,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14371~^~1400~^~Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, prepared~^~TEA,INST,SWTND W/SUGAR,LEMON-FLAVORED,WO/ VIT C,PDR,PREP~^~~^~~^~~^~~^0^~~^0.00^^^ ~14375~^~1400~^~Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder~^~TEA,INST,SWTND W/NA SACCHARIN,LEMON-FLAVORED,PDR~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.80 ~14376~^~1400~^~Tea, instant, sweetened with sodium saccharin, lemon-flavored, prepared~^~TEA,INST,SWTND W/NA SACCHARIN,LEMON-FLAVORED,PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~14381~^~1400~^~Tea, herb, other than chamomile, brewed~^~TEA,HERB,OTHER THAN CHAMOMILE,BREWED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~14383~^~1400~^~Sports drink, fruit-flavored, low calorie, ready-to-drink~^~SPORTS DRK,FRUIT-FLAVORED,LO CAL,RTD~^~thirst quencher~^~~^~Y~^~~^0^~~^^^^ ~14384~^~1400~^~Water, bottled, PERRIER~^~WATER,BTLD,PERRIER~^~~^~Nestl Waters North America Inc.~^~~^~~^0^~~^6.25^^^ ~14385~^~1400~^~Water, bottled, POLAND SPRING~^~WATER,BTLD,POLAND SPRING~^~~^~Nestl Waters North America Inc.~^~~^~~^0^~~^6.25^^^ ~14390~^~1400~^~Cocoa mix, with aspartame, powder, prepared with water~^~COCOA MIX,W/ ASPRT,PDR,PREP W/ H2O~^~hot chocolate~^~~^~~^~~^0^~~^^^^ ~14400~^~1400~^~Carbonated beverage, cola, contains caffeine~^~CARBONATED BEV,COLA,CONTAINS CAFFEINE~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14405~^~1400~^~Fruit punch juice drink, frozen concentrate~^~FRUIT PUNCH JUC DRK,FRZ CONC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14406~^~1400~^~Fruit punch juice drink, frozen concentrate, prepared with water~^~FRUIT PUNCH JUC DRK,FRZ CONC,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14407~^~1400~^~Orange-flavor drink, breakfast type, powder~^~ORANGE-FLAVOR DRK,BRKFST TYPE,PDR~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14408~^~1400~^~Orange-flavor drink, breakfast type, powder, prepared with water~^~ORANGE-FLAVOR DRK,BRKFST TYPE,PDR,PREP W/ H2O~^~~^~~^~~^~~^0^~~^^^^ ~14409~^~1400~^~Orange-flavor drink, breakfast type, low calorie, powder~^~ORANGE-FLAVOR DRK,BRKFST TYPE,LO CAL,PDR~^~~^~~^~~^~~^0^~~^^^^ ~14411~^~1400~^~Water, tap, drinking~^~WATER,TAP,DRINKING~^~~^~~^~Y~^~~^0^~~^^^^ ~14412~^~1400~^~Water, tap, well~^~WATER,TAP,WELL~^~~^~~^~~^~~^0^~~^6.25^0.00^0.00^0.00 ~14414~^~1400~^~Alcoholic beverage, liqueur, coffee, 53 proof~^~ALCOHOLIC BEV,LIQUEUR,COFFEE,53 PROOF~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^3.90 ~14415~^~1400~^~Alcoholic beverage, liqueur, coffee with cream, 34 proof~^~ALCOHOLIC BEV,LIQUEUR,COFFEE W/CRM,34 PROOF~^~~^~~^~Y~^~~^0^~~^6.38^4.20^8.80^3.90 ~14416~^~1400~^~Carbonated beverage, low calorie, cola or pepper-type, with aspartame, contains caffeine~^~CARB BEV,LO CAL,COLA OR PEP,W/ ASPRT, CAF~^~pop, soda, soft drink~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~14421~^~1400~^~Coffee substitute, cereal grain beverage, powder, prepared with whole milk~^~COFFEE SUB,CRL GRAIN BEV,PDR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14422~^~1400~^~Dairy drink mix, chocolate, reduced calorie, with aspartame, powder~^~DAIRY DRK MIX,CHOC,RED CAL,W/ASPRT,PDR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14423~^~1400~^~Dairy drink mix, chocolate, reduced calorie, with aspartame, powder, prepared with water and ice~^~DAIRY DRK MIX,CHOC,RED CAL,W/ ASPRT,PDR,PREP W/ H2O & ICE~^~~^~~^~~^~~^0^~~^0.00^^^ ~14424~^~1400~^~Orange-flavor drink, breakfast type, with pulp, frozen concentrate~^~ORANGE-FLAVOR DRK,BRKFST TYPE,W/PULP,FRZ CONC~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14425~^~1400~^~Orange-flavor drink, breakfast type, with pulp, frozen concentrate, prepared with water~^~ORANGE-FLAVOR DRK,BRKFST TYPE,W/PULP,FRZ CONC,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14426~^~1400~^~Orange drink, breakfast type, with juice and pulp, frozen concentrate~^~ORANGE DRK,BRKFST TYPE,W/ JUC & PULP,FRZ CONC~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14427~^~1400~^~Orange drink, breakfast type, with juice and pulp, frozen concentrate, prepared with water~^~ORANGE DRK,BRKFST TYPE,W/JUC&PULP,FRZ CONC,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14428~^~1400~^~Shake, fast food, strawberry~^~SHAKE,FAST FD,STRAWBERRY~^~~^~~^~~^~~^0^~~^6.38^4.27^8.80^3.90 ~14429~^~1400~^~Water, tap, municipal~^~WATER,TAP,MUNICIPAL~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~14430~^~1400~^~Cranberry juice cocktail, frozen concentrate~^~CRANBERRY JUC COCKTAIL,FRZ CONC~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~14431~^~1400~^~Cranberry juice cocktail, frozen concentrate, prepared with water~^~CRANBERRY JUC COCKTAIL,FRZ CONC,PREP W/ H2O~^~~^~~^~~^~~^0^~~^^^^ ~14432~^~1400~^~Water, bottled, non-carbonated, DANNON~^~WATER,BTLD,NON-CARBONATED,DANNON~^~~^~The Dannon Company, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14433~^~1400~^~Water, bottled, non-carbonated, PEPSI, AQUAFINA~^~WATER,BTLD,NON-CARBONATED,PEPSI,AQUAFINA~^~~^~Pepsi-Cola North America~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14434~^~1400~^~Water, bottled, non-carbonated, DASANI~^~WATER,BTLD,NON-CARBONATED,DASANI~^~~^~The Coca-Cola Company~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14435~^~1400~^~Orange breakfast drink, ready-to-drink~^~ORANGE BRKFST DRK,RTD~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14436~^~1400~^~Orange breakfast drink, ready-to-drink, with added nutrients~^~ORANGE BRKFST DRK,RTD,W/ ADDED NUTR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14437~^~1400~^~Water, bottled, non-carbonated, CALISTOGA~^~WATER,BTLD,NON-CARBONATED,CALISTOGA~^~~^~Nestl Waters North America Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14438~^~1400~^~Water, bottled, non-carbonated, CRYSTAL GEYSER~^~WATER,BTLD,NON-CARBONATED,CRYSTAL GEYSER~^~~^~Crystal Geyser Alpine Spring Water~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14439~^~1400~^~Water, bottled, non-carbonated, NAYA~^~WATER,BTLD,NON-CARBONATED,NAYA~^~~^~NAYA Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14440~^~1400~^~Water, bottled, non-carbonated, DANNON Fluoride To Go~^~WATER,BTLD,NON-CARBONATED,DANNON FLUORIDE TO GO~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14450~^~1400~^~Drink mix, QUAKER OATS, GATORADE, orange flavor, powder~^~DRINK MIX,QUAKER OATS,GATORADE,ORANGE FLAVOR,PDR~^~~^~Quaker Oats Company - The Gatorade Company, a unit of Pepsi Co.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14460~^~1400~^~Sports drink, PEPSICO QUAKER GATORADE, GATORADE, fruit-flavored, ready-to-drink~^~SPORTS DRK,PEPSICO,GATORADE,FRUIT-FLAVORED,RTD~^~thirst quencher~^~Quaker Oats Company - The Gatorade Company, a unit of Pepsi Co.~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14461~^~1400~^~Sports drink, COCA-COLA, POWERADE, lemon-lime flavored, ready-to-drink~^~SPORTS DRK,COCA-COLA,POWERADE,LEMON-LIME FLAV,RTD~^~thirst quencher~^~The Coca-Cola Company~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14462~^~1400~^~QUAKER OATS, PROPEL Fitness Water, fruit-flavored, non-carbonated~^~QUAKER OATS,PROPEL FITNESS H2O,FRUIT-FLAVORED,NON-CARBONATED~^~sport drink, thirst quencher~^~Quaker Oats Company - The Gatorade Company, a unit of Pepsi Co.~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14475~^~1400~^~Tea, ready-to-drink, ARIZONA iced tea, with lemon flavor~^~TEA,RTD,ARIZONA ICED TEA,W/ LEMON FLAVOR~^~~^~Arizona Beverage Co.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14476~^~1400~^~Tea, ready-to-drink, LIPTON BRISK iced tea, with lemon flavor~^~TEA,RTD,LIPTON BRISK ICED TEA,W/ LEMON FLAVOR~^~~^~Lipton~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14530~^~1400~^~Whiskey sour mix, bottled, with added potassium and sodium~^~WHISKEY SOUR MIX,BTLD,W/ K&NA~^~~^~~^~~^~~^0^~~^6.25^3.40^8.40^3.90 ~14531~^~1400~^~Alcoholic beverage, whiskey sour, prepared from item 14530~^~ALCOHOLIC BEV,WHISKEY SOUR,PREP FROM ITEM 14530~^~~^~~^~~^~~^0^~~^0.00^^^ ~14532~^~1400~^~Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 94 proof~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 94 PROOF~^~~^~~^~~^~~^0^~~^6.25^^^4.12 ~14533~^~1400~^~Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 100 proof~^~ALCOHOLIC BEV,DISTILLED,ALL 100 PROOF~^~~^~~^~~^~~^0^~~^6.25^^^4.12 ~14534~^~1400~^~Alcoholic beverage, liqueur, coffee, 63 proof~^~ALCOHOLIC BEV,LIQUEUR,COFFEE,63 PROOF~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^3.90 ~14536~^~1400~^~Alcoholic beverage, wine, dessert, dry~^~ALCOHOLIC BEV,WINE,DSSRT,DRY~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14537~^~1400~^~Carbonated beverage, low calorie, other than cola or pepper, with sodium saccharin, without caffeine~^~CARBONATED BEV,LOCAL,OTHR THAN COLA OR PEP,W/ NA SAC,WO/ CAF~^~pop, soda, soft drink~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.87 ~14538~^~1400~^~Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A~^~COCOA MIX,W/ ASPT,LO CAL,PDR,W/ ADD CA P,WO/ ADD NA OR VIT A~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14540~^~1400~^~Fruit punch-flavor drink, powder, without added sodium~^~FRUIT PUNCH-FLAVOR DRK,PDR,WO/ NA~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~14541~^~1400~^~Fruit punch-flavor drink, powder, without added sodium, prepared with water~^~FRUIT PUNCH-FLAVOR DRK,PDR,WO/ NA,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14542~^~1400~^~Lemonade, frozen concentrate, pink~^~LEMONADE,FRZ CONC,PINK~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.80 ~14543~^~1400~^~Lemonade, frozen concentrate, pink, prepared with water~^~LEMONADE,FRZ CONC,PINK,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~14544~^~1400~^~Tea, brewed, prepared with distilled water~^~TEA,BREWED,PREP W/DISTILLED H2O~^~black tea~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.57 ~14545~^~1400~^~Tea, herb, chamomile, brewed~^~TEA,HERB,CHAMOMILE,BREWED~^~~^~~^~Y~^~~^0^~~^6.25^2.44^8.37^3.57 ~14548~^~1400~^~Tea, instant, sweetened with sugar, lemon-flavored, with added ascorbic acid, powder~^~TEA,INST,SWTND W/SUGAR,LEMON-FLAVORED,W/ VIT C,PDR~^~~^~~^~~^~~^0^~~^6.25^2.44^8.37^3.90 ~14550~^~1400~^~Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 86 proof~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 86 PROOF~^~~^~~^~Y~^~~^0^~~^6.25^^^4.12 ~14551~^~1400~^~Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 90 proof~^~ALCOHOLIC BEV,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 90 PROOF~^~~^~~^~Y~^~~^0^~~^6.25^^^4.12 ~14552~^~1400~^~Carbonated beverage, chocolate-flavored soda~^~CARBONATED BEV,CHOCOLATE-FLAVORED SODA~^~pop, soft drink~^~~^~Y~^~~^0^~~^^^^ ~14553~^~1400~^~Wine, non-alcoholic~^~WINE,NON-ALCOHOLIC~^~~^~~^~Y~^~~^0^~~^^^^ ~14555~^~1400~^~Water, bottled, generic~^~WATER,BTLD,GENERIC~^~~^~~^~Y~^~~^0^~~^^^^ ~14557~^~1400~^~Chocolate-flavor beverage mix for milk, powder, with added nutrients~^~CHOCOLATE-FLAVOR BEV MIX FOR MILK,PDR,W/ ADDED NUTR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~14558~^~1400~^~Chocolate-flavor beverage mix for milk, powder, with added nutrients, prepared with whole milk~^~CHOC-FLV BEV MIX FOR MILK,PDR,W/ ADD NUTR,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~14559~^~1400~^~Water, bottled, non-carbonated, EVIAN~^~WATER,BTLD,NON-CARBONATED,EVIAN~^~~^~S.A. Evian Co.~^~~^~~^0^~~^6.25^0.00^0.00^0.00 ~14601~^~1400~^~Tea, ready-to-drink, unsweetened, WENDY'S, fast food, without ice~^~TEA,RTD,UNSWTND,WENDY'S,FAST FD,WO/ ICE~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~14602~^~1400~^~Alcoholic Beverage, wine, table, red, Merlot~^~ALCOHOLIC BEV,WINE,TABLE,RED,MERLOT~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.92 ~14604~^~1400~^~Water, non-carbonated, bottles, natural fruit flavors, sweetened with low calorie sweetener~^~WATER,NON-CARBONATED,FRUIT FLAVORS,SWTND W/ LO CAL SWTNR~^~~^~~^~Y~^~~^0^~~^^^^ ~14605~^~1400~^~Water with added vitamins and minerals, bottles, sweetened, assorted fruit flavors~^~WATER W/ ADDED VITAMINS & MINERALS,SWTND, FRUIT FLAVORS~^~~^~~^~Y~^~~^0^~~^^^^ ~14606~^~1400~^~Breakfast type drink, orange flavor, reduced sugar~^~BREAKFAST TYPE DRK,ORANGE FLAVOR,RED SUGAR~^~~^~~^~Y~^~~^0^~~^^^^ ~14607~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Berry Blend~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,DIET BERRY BLEND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14608~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Fruit Medley~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,DIET FRUIT MEDLEY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14609~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Strawberry Kiwi~^~CAMPBELL SOUP COMPANY,V8 SPLASH,DIET STRAWBERRY KIWI~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14610~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Tropical Blend~^~CAMPBELL SOUP COMPANY,V8 SPLASH,DIET TROPICAL BLEND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14611~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Berry Blend~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,BERRY BLEND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14612~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Fruit Medley~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,FRUIT MEDLEY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14613~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Guava Passion Fruit~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC,GUAVA PASSION FRUIT~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14614~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Mango Peach~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,MANGO PEACH~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14615~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orange Pineapple~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,ORANGE PNAPPL~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14616~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orchard Blend~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,ORCHARD BLEND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14617~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Banana~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,STRAWBERRY BANANA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14618~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Kiwi~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,STRAWBERRY KIWI~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14619~^~1400~^~CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Tropical Blend~^~CAMPBELL SOUP COMPANY,V8 SPLASH JUC DRINKS,TROPICAL BLEND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14620~^~1400~^~CAMPBELL Soup Company, V8 V. FUSION Juices, Peach Mango~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,PEACH MANGO~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14621~^~1400~^~CAMPBELL Soup Company, V8 V. FUSION Juices, Strawberry Banana~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,STRAWBERRY BANANA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14622~^~1400~^~CAMPBELL Soup Company, V8 V. FUSION Juices, Tropical~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,TROPICAL~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14623~^~1400~^~CAMPBELL Soup Company, V8 V. FUSION Juices, Acai Berry~^~CAMPBELL SOUP COMPANY,V8 V. FUSION JUICES,ACAI BERRY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~14624~^~1400~^~Coffee substitute, roasted grain beverage, NATURAL TOUCH KAFFREE ROMA, powder~^~COFFEE SUB,RSTD GRAIN BEV,NAT TOUCH KAFFREE ROMA,PDR~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~15001~^~1500~^~Fish, anchovy, european, raw~^~ANCHOVY,EUROPEAN,RAW~^~~^~~^~~^~~^0^~Engraulis encrasicholus (L.)~^6.25^4.27^9.02^3.87 ~15002~^~1500~^~Fish, anchovy, european, canned in oil, drained solids~^~ANCHOVY,EUROPEAN,CND IN OIL,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^4.27^8.92^3.87 ~15003~^~1500~^~Fish, bass, fresh water, mixed species, raw~^~BASS,FRSH H2O,MXD SP,RAW~^~~^~~^~~^~~^0^~Percichthyidae and Centrarchidae~^6.25^4.27^9.02^3.87 ~15004~^~1500~^~Fish, bass, striped, raw~^~BASS,STRIPED,RAW~^~~^~~^~~^~~^0^~Morone saxatilis (Walbaum)~^6.25^4.27^9.02^3.87 ~15005~^~1500~^~Fish, bluefish, raw~^~BLUEFISH,RAW~^~~^~~^~~^~~^0^~Pomatomus saltatrix (L.)~^6.25^4.27^9.02^3.87 ~15006~^~1500~^~Fish, burbot, raw~^~BURBOT,RAW~^~~^~~^~~^~~^0^~Lota lota (L.)~^6.25^4.27^9.02^3.87 ~15007~^~1500~^~Fish, butterfish, raw~^~BUTTERFISH,RAW~^~~^~~^~~^~~^0^~Peprilus triacanthus (Peck)~^6.25^4.27^9.02^3.87 ~15008~^~1500~^~Fish, carp, raw~^~CARP,RAW~^~~^~~^~Y~^~~^0^~Cyprinus carpio (L.)~^6.25^4.27^9.02^3.87 ~15009~^~1500~^~Fish, carp, cooked, dry heat~^~CARP,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15010~^~1500~^~Fish, catfish, channel, wild, raw~^~CATFISH,CHANNEL,WILD,RAW~^~~^~~^~~^~~^0^~Ictalurus punctatus (Rafinesque)~^6.25^4.27^9.02^3.87 ~15011~^~1500~^~Fish, catfish, channel, cooked, breaded and fried~^~CATFISH,CHANNEL,CKD,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15012~^~1500~^~Fish, caviar, black and red, granular~^~CAVIAR,BLACK&RED,GRANULAR~^~~^~~^~Y~^~~^0^~~^6.25^3.57^9.02^3.68 ~15013~^~1500~^~Fish, cisco, raw~^~CISCO,RAW~^~~^~~^~~^~~^0^~Coregonus artedi Lesueur~^6.25^4.27^9.02^3.87 ~15014~^~1500~^~Fish, cisco, smoked~^~CISCO,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15015~^~1500~^~Fish, cod, Atlantic, raw~^~COD,ATLANTIC,RAW~^~~^~~^~Y~^~~^^~Gadus morhua (L.)~^6.25^4.27^9.02^3.87 ~15016~^~1500~^~Fish, cod, Atlantic, cooked, dry heat~^~COD,ATLANTIC,CKD,DRY HEAT~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^3.87 ~15017~^~1500~^~Fish, cod, Atlantic, canned, solids and liquid~^~COD,ATLANTIC,CND,SOL&LIQ~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15018~^~1500~^~Fish, cod, Atlantic, dried and salted~^~COD,ATLANTIC,DRIED&SALTED~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^3.87 ~15019~^~1500~^~Fish, cod, Pacific, raw~^~COD,PACIFIC,RAW~^~~^~~^~Y~^~~^0^~Gadus macrocephalus Tilesius~^6.25^4.27^9.02^3.87 ~15020~^~1500~^~Fish, croaker, Atlantic, raw~^~CROAKER,ATLANTIC,RAW~^~~^~~^~Y~^~~^0^~Micropogonias undulatus (L.)~^6.25^4.27^9.02^3.87 ~15021~^~1500~^~Fish, croaker, Atlantic, cooked, breaded and fried~^~CROAKER,ATLANTIC,CKD,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.21^4.27^9.02^3.87 ~15022~^~1500~^~Fish, cusk, raw~^~CUSK,RAW~^~~^~~^~~^~~^0^~Brosme brosme (Muller)~^6.25^4.27^9.02^3.87 ~15023~^~1500~^~Fish, dolphinfish, raw~^~DOLPHINFISH,RAW~^~~^~~^~~^~~^0^~Coryphaena hippurus (L.)~^6.25^4.27^9.02^3.87 ~15024~^~1500~^~Fish, drum, freshwater, raw~^~DRUM,FRESHWATER,RAW~^~~^~~^~~^~~^0^~Aplodinotus grunniens Rafinesque~^6.25^4.27^9.02^3.87 ~15025~^~1500~^~Fish, eel, mixed species, raw~^~EEL,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Anguilla spp.~^6.25^4.27^9.02^3.87 ~15026~^~1500~^~Fish, eel, mixed species, cooked, dry heat~^~EEL,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15027~^~1500~^~Fish, fish portions and sticks, frozen, preheated~^~FISH PORTIONS&STKS,FRZ,PREHTD~^~~^~~^~Y~^~~^^~~^6.10^4.20^8.94^3.97 ~15028~^~1500~^~Fish, flatfish (flounder and sole species), raw~^~FLATFISH (FLOUNDER&SOLE SP),RAW~^~~^~~^~Y~^~~^0^~Bothidae and Pleuronectidae~^6.25^4.27^9.02^3.87 ~15029~^~1500~^~Fish, flatfish (flounder and sole species), cooked, dry heat~^~FLATFISH (FLOUNDER&SOLE SP),CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15030~^~1500~^~Fish, gefiltefish, commercial, sweet recipe~^~GEFILTEFISH,COMM,SWT RECIPE~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.00 ~15031~^~1500~^~Fish, grouper, mixed species, raw~^~GROUPER,MIXED SPECIES,RAW~^~~^~~^~~^~~^0^~Epinephelus spp.~^6.25^4.27^9.02^3.87 ~15032~^~1500~^~Fish, grouper, mixed species, cooked, dry heat~^~GROUPER,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15033~^~1500~^~Fish, haddock, raw~^~HADDOCK,RAW~^~~^~~^~Y~^~~^0^~Melanogrammus aeglefinus (L.)~^6.25^4.27^9.02^3.87 ~15034~^~1500~^~Fish, haddock, cooked, dry heat~^~HADDOCK,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15035~^~1500~^~Fish, haddock, smoked~^~HADDOCK,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15036~^~1500~^~Fish, halibut, Atlantic and Pacific, raw~^~HALIBUT,ATLANTIC&PACIFIC,RAW~^~~^~~^~Y~^~~^0^~Hippoglossus hippoglossus (L.) and H. stenolepis Schmidt~^6.25^4.27^9.02^3.87 ~15037~^~1500~^~Fish, halibut, Atlantic and Pacific, cooked, dry heat~^~HALIBUT,ATLANTIC&PACIFIC,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15038~^~1500~^~Fish, halibut, Greenland, raw~^~HALIBUT,GREENLAND,RAW~^~~^~~^~Y~^~~^0^~Reinhardtius hippoglossoides (Walbaum)~^6.25^4.27^9.02^3.87 ~15039~^~1500~^~Fish, herring, Atlantic, raw~^~HERRING,ATLANTIC,RAW~^~~^~~^~Y~^~~^0^~Clupea harengus harengus (L.)~^6.25^4.27^9.02^3.87 ~15040~^~1500~^~Fish, herring, Atlantic, cooked, dry heat~^~HERRING,ATLANTIC,CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15041~^~1500~^~Fish, herring, Atlantic, pickled~^~HERRING,ATLANTIC,PICKLED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15042~^~1500~^~Fish, herring, Atlantic, kippered~^~HERRING,ATLANTIC,KIPPERED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15043~^~1500~^~Fish, herring, Pacific, raw~^~HERRING,PACIFIC,RAW~^~~^~~^~~^~~^0^~Clupea harengus pallasi Valenciennes~^6.25^4.27^9.02^3.87 ~15044~^~1500~^~Fish, ling, raw~^~LING,RAW~^~~^~~^~~^~~^0^~Molva molva (L.)~^6.25^4.27^9.02^3.87 ~15045~^~1500~^~Fish, lingcod, raw~^~LINGCOD,RAW~^~~^~~^~~^~~^0^~Ophiodon elongatus Girard~^6.25^4.27^9.02^3.87 ~15046~^~1500~^~Fish, mackerel, Atlantic, raw~^~MACKEREL,ATLANTIC,RAW~^~~^~~^~Y~^~~^0^~Scomber scombrus L.~^6.25^4.27^9.02^3.87 ~15047~^~1500~^~Fish, mackerel, Atlantic, cooked, dry heat~^~MACKEREL,ATLANTIC,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15048~^~1500~^~Fish, mackerel, jack, canned, drained solids~^~MACKEREL,JACK,CND,DRND SOL~^~~^~~^~Y~^~~^0^~Trachurus symmetricus (Ayers)~^6.25^4.27^9.02^3.87 ~15049~^~1500~^~Fish, mackerel, king, raw~^~MACKEREL,KING,RAW~^~~^~~^~~^~~^0^~Scombermorus cavalla (Cuvier)~^6.25^4.27^9.02^3.87 ~15050~^~1500~^~Fish, mackerel, Pacific and jack, mixed species, raw~^~MACKEREL,PACIFIC&JACK,MXD SP,RAW~^~~^~~^~Y~^~~^0^~Scomber spp. and Trachurus spp.~^6.25^4.27^9.02^3.87 ~15051~^~1500~^~Fish, mackerel, spanish, raw~^~MACKEREL,SPANISH,RAW~^~~^~~^~Y~^~~^0^~Scombermorus maculatus (Mitchill)~^6.25^4.27^9.02^3.87 ~15052~^~1500~^~Fish, mackerel, spanish, cooked, dry heat~^~MACKEREL,SPANISH,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15053~^~1500~^~Fish, milkfish, raw~^~MILKFISH,RAW~^~~^~~^~~^~~^0^~Chanos chanos (Forskaal)~^6.25^4.27^9.02^3.87 ~15054~^~1500~^~Fish, monkfish, raw~^~MONKFISH,RAW~^~~^~~^~~^~~^0^~Lophius piscatorius L.~^6.25^4.27^9.02^3.87 ~15055~^~1500~^~Fish, mullet, striped, raw~^~MULLET,STRIPED,RAW~^~~^~~^~Y~^~~^0^~Mugil cephalus L.~^6.25^4.27^9.02^3.87 ~15056~^~1500~^~Fish, mullet, striped, cooked, dry heat~^~MULLET,STRIPED,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15057~^~1500~^~Fish, ocean perch, Atlantic, raw~^~OCEAN PERCH,ATLANTIC,RAW~^~~^~~^~Y~^~~^0^~Sebastes marinus L.~^6.25^4.27^9.02^3.87 ~15058~^~1500~^~Fish, ocean perch, Atlantic, cooked, dry heat~^~OCEAN PERCH,ATLANTIC,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15059~^~1500~^~Fish, pout, ocean, raw~^~POUT,OCEAN,RAW~^~~^~~^~~^~~^0^~Macrozoarces americanus (Schneider)~^6.25^4.27^9.02^3.87 ~15060~^~1500~^~Fish, perch, mixed species, raw~^~PERCH,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Morone americana Gmelin and Perca flavescens (Mitchill)~^6.25^4.27^9.02^3.87 ~15061~^~1500~^~Fish, perch, mixed species, cooked, dry heat~^~PERCH,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15062~^~1500~^~Fish, pike, northern, raw~^~PIKE,NORTHERN,RAW~^~~^~~^~Y~^~~^0^~Esox lucius L.~^6.25^4.27^9.02^3.87 ~15063~^~1500~^~Fish, pike, northern, cooked, dry heat~^~PIKE,NORTHERN,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15064~^~1500~^~Fish, pike, walleye, raw~^~PIKE,WALLEYE,RAW~^~~^~~^~~^~~^0^~Stizostedion vitreum vitreum (Mitchill)~^6.25^4.27^9.02^3.87 ~15065~^~1500~^~Fish, pollock, Atlantic, raw~^~POLLOCK,ATLANTIC,RAW~^~~^~~^~Y~^~~^0^~Pollachius virens L.~^6.25^4.27^9.02^3.87 ~15066~^~1500~^~Fish, pollock, walleye, raw~^~POLLOCK,WALLEYE,RAW~^~~^~~^~Y~^~~^0^~Theragra chalcogramma (Pallas)~^6.25^4.27^9.02^3.87 ~15067~^~1500~^~Fish, pollock, walleye, cooked, dry heat~^~POLLOCK,WALLEYE,CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15068~^~1500~^~Fish, pompano, florida, raw~^~POMPANO,FLORIDA,RAW~^~~^~~^~Y~^~~^0^~Trachinotus carolinus (L.)~^6.25^4.27^9.02^3.87 ~15069~^~1500~^~Fish, pompano, florida, cooked, dry heat~^~POMPANO,FLORIDA,CKD,DRY HEAT~^~~^~~^~~^~~^^~~^6.25^4.27^9.02^3.87 ~15070~^~1500~^~Fish, rockfish, Pacific, mixed species, raw~^~ROCKFISH,PACIFIC,MXD SP,RAW~^~~^~~^~Y~^~~^0^~Sebastes spp.~^6.25^4.27^9.02^3.87 ~15071~^~1500~^~Fish, rockfish, Pacific, mixed species, cooked, dry heat~^~ROCKFISH,PACIFIC,MXD SP,CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15072~^~1500~^~Fish, roe, mixed species, raw~^~ROE,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^^~~^6.25^3.57^9.02^3.68 ~15073~^~1500~^~Fish, roughy, orange, raw~^~ROUGHY,ORANGE,RAW~^~~^~~^~~^~~^0^~Hoplostethus atlanticus~^6.25^4.27^9.02^3.87 ~15074~^~1500~^~Fish, sablefish, raw~^~SABLEFISH,RAW~^~~^~~^~~^~~^0^~Anoplopoma fimbria (Pallas)~^6.25^4.27^9.02^3.87 ~15075~^~1500~^~Fish, sablefish, smoked~^~SABLEFISH,SMOKED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15076~^~1500~^~Fish, salmon, Atlantic, wild, raw~^~SALMON,ATLANTIC,WILD,RAW~^~~^~~^~~^~~^0^~Salmo salar L.~^6.25^4.27^9.02^3.87 ~15077~^~1500~^~Fish, salmon, chinook, smoked~^~SALMON,CHINOOK,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15078~^~1500~^~Fish, salmon, chinook, raw~^~SALMON,CHINOOK,RAW~^~~^~~^~~^~~^0^~Oncorhynchus tshawytscha (Walbaum)~^6.25^4.27^9.02^3.87 ~15079~^~1500~^~Fish, salmon, chum, raw~^~SALMON,CHUM,RAW~^~~^~~^~~^~~^0^~Oncorhynchus keta (Walbaum)~^6.25^4.27^9.02^3.87 ~15080~^~1500~^~Fish, salmon, chum, drained solids with bone~^~SALMON,CHUM,DRND SOL W/BONE~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15081~^~1500~^~Fish, salmon, coho, wild, raw~^~SALMON,COHO,WILD,RAW~^~~^~~^~Y~^~~^0^~Oncorhynchus kisutch (Walbaum)~^6.25^4.27^9.02^3.87 ~15082~^~1500~^~Fish, salmon, coho, wild, cooked, moist heat~^~SALMON,COHO,WILD,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15083~^~1500~^~Fish, salmon, pink, raw~^~SALMON,PINK,RAW~^~~^~~^~Y~^~~^0^~Oncorhynchus gorbuscha (Walbaum)~^6.25^4.27^9.02^3.87 ~15084~^~1500~^~Fish, salmon, pink, canned, solids with bone and liquid~^~SALMON,PINK,CND,SOL W/BONE&LIQ~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15085~^~1500~^~Fish, salmon, sockeye, raw~^~SALMON,SOCKEYE,RAW~^~~^~~^~Y~^~~^^~Oncorhynchus nerka (Walbaum)~^6.25^4.27^9.02^3.87 ~15086~^~1500~^~Fish, salmon, sockeye, cooked, dry heat~^~SALMON,SOCKEYE,CKD,DRY HEAT~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^3.87 ~15087~^~1500~^~Fish, salmon, sockeye, canned, drained solids with bone~^~SALMON,SOCKEYE,CND,DRND SOL W/BONE~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^3.87 ~15088~^~1500~^~Fish, sardine, Atlantic, canned in oil, drained solids with bone~^~SARDINE,ATLANTIC,CND IN OIL,DRND SOL W/BONE~^~~^~~^~Y~^~~^0^~Clupea harengus harengus L.~^6.25^4.27^9.00^3.87 ~15089~^~1500~^~Fish, sardine, Pacific, canned in tomato sauce, drained solids with bone~^~SARDINE,PACIFIC,CND IN TOMATO SAU,DRND SOL W/BONE~^~~^~~^~Y~^~~^0^~Sardinops spp.~^6.25^4.27^9.02^3.70 ~15090~^~1500~^~Fish, scup, raw~^~SCUP,RAW~^~~^~~^~Y~^~~^0^~Stenotomus chrysops L.~^6.25^4.27^9.02^3.87 ~15091~^~1500~^~Fish, sea bass, mixed species, raw~^~SEA BASS,MXD SP,RAW~^~~^~~^~Y~^~~^0^~Centropristes striata L. and Lateolabrax japonicus (Cuvier)~^6.25^4.27^9.02^3.87 ~15092~^~1500~^~Fish, sea bass, mixed species, cooked, dry heat~^~SEA BASS,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15093~^~1500~^~Fish, seatrout, mixed species, raw~^~SEATROUT,MXD SP,RAW~^~~^~~^~~^~~^0^~Cynoscion spp.~^6.25^4.27^9.02^3.87 ~15094~^~1500~^~Fish, shad, american, raw~^~SHAD,AMERICAN,RAW~^~~^~~^~Y~^~~^0^~Alosa sapidissima (Wilson)~^6.25^4.27^9.02^3.87 ~15095~^~1500~^~Fish, shark, mixed species, raw~^~SHARK,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Squaliformes~^6.25^4.27^9.02^3.87 ~15096~^~1500~^~Fish, shark, mixed species, cooked, batter-dipped and fried~^~SHARK,MXD SP,CKD,BATTER-DIPPED&FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15097~^~1500~^~Fish, sheepshead, raw~^~SHEEPSHEAD,RAW~^~~^~~^~~^~~^0^~Archosargus probatocephalus (Walbaum)~^6.25^4.27^9.02^3.87 ~15098~^~1500~^~Fish, sheepshead, cooked, dry heat~^~SHEEPSHEAD,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15099~^~1500~^~Fish, smelt, rainbow, raw~^~SMELT,RAINBOW,RAW~^~~^~~^~Y~^~~^0^~Osmerus mordax (Mitchill)~^6.25^4.27^9.02^3.87 ~15100~^~1500~^~Fish, smelt, rainbow, cooked, dry heat~^~SMELT,RAINBOW,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15101~^~1500~^~Fish, snapper, mixed species, raw~^~SNAPPER,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Lutjanidae~^6.25^4.27^9.02^3.87 ~15102~^~1500~^~Fish, snapper, mixed species, cooked, dry heat~^~SNAPPER,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15103~^~1500~^~Fish, spot, raw~^~SPOT,RAW~^~~^~~^~~^~~^0^~Leiostomus xanthuras Lacepede~^6.25^4.27^9.02^3.87 ~15104~^~1500~^~Fish, sturgeon, mixed species, raw~^~STURGEON,MXD SP,RAW~^~~^~~^~Y~^~~^0^~Acipenser spp.~^6.25^4.27^9.02^3.87 ~15105~^~1500~^~Fish, sturgeon, mixed species, cooked, dry heat~^~STURGEON,MXD SP,CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15106~^~1500~^~Fish, sturgeon, mixed species, smoked~^~STURGEON,MXD SP,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15107~^~1500~^~Fish, sucker, white, raw~^~SUCKER,WHITE,RAW~^~~^~~^~~^~~^0^~Catostomus commersoni (Lacepede)~^6.25^4.27^9.02^3.87 ~15108~^~1500~^~Fish, sunfish, pumpkin seed, raw~^~SUNFISH,PUMPKIN SEED,RAW~^~~^~~^~~^~~^0^~Lepomis gibbosus (L.)~^6.25^4.27^9.02^3.87 ~15109~^~1500~^~Fish, surimi~^~SURIMI~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15110~^~1500~^~Fish, swordfish, raw~^~SWORDFISH,RAW~^~~^~~^~Y~^~~^0^~Xiphias gladius L.~^6.25^4.27^9.02^3.87 ~15111~^~1500~^~Fish, swordfish, cooked, dry heat~^~SWORDFISH,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15112~^~1500~^~Fish, tilefish, raw~^~TILEFISH,RAW~^~~^~~^~~^~~^0^~Lopholatilus chamaeleonticeps Goode and Bean~^6.25^4.27^9.02^3.87 ~15113~^~1500~^~Fish, tilefish, cooked, dry heat~^~TILEFISH,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15114~^~1500~^~Fish, trout, mixed species, raw~^~TROUT,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Salmonidae~^6.25^4.27^9.02^3.87 ~15115~^~1500~^~Fish, trout, rainbow, wild, raw~^~TROUT,RAINBOW,WILD,RAW~^~~^~~^~~^~~^0^~Salmo gairdneri Richardson~^6.25^4.27^9.02^3.87 ~15116~^~1500~^~Fish, trout, rainbow, wild, cooked, dry heat~^~TROUT,RAINBOW,WILD,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15117~^~1500~^~Fish, tuna, fresh, bluefin, raw~^~TUNA,FRESH,BLUEFIN,RAW~^~~^~~^~Y~^~~^0^~Thunnus thynnus (L.)~^6.25^4.27^9.02^3.87 ~15118~^~1500~^~Fish, tuna, fresh, bluefin, cooked, dry heat~^~TUNA,FRSH,BLUEFIN,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15119~^~1500~^~Fish, tuna, light, canned in oil, drained solids~^~TUNA,LT,CND IN OIL,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.00^3.87 ~15121~^~1500~^~Fish, tuna, light, canned in water, drained solids~^~TUNA,LT,CND IN H2O,DRND SOL~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^3.87 ~15123~^~1500~^~Fish, tuna, fresh, skipjack, raw~^~TUNA,FRESH,SKIPJACK,RAW~^~~^~~^~~^~~^0^~Euthynnus pelamis (L.)~^6.25^4.27^9.02^3.87 ~15124~^~1500~^~Fish, tuna, white, canned in oil, drained solids~^~TUNA,WHITE,CND IN OIL,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^4.27^9.00^3.87 ~15126~^~1500~^~Fish, tuna, white, canned in water, drained solids~^~TUNA,WHITE,CND IN H2O,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15127~^~1500~^~Fish, tuna, fresh, yellowfin, raw~^~TUNA,FRESH,YELLOWFIN,RAW~^~~^~~^~Y~^~~^0^~Thunnus albacares (Bonnaterre)~^6.25^4.27^9.02^3.87 ~15128~^~1500~^~Fish, tuna salad~^~TUNA SALAD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15129~^~1500~^~Fish, turbot, european, raw~^~TURBOT,EUROPEAN,RAW~^~~^~~^~~^~~^0^~Scophthalmus maximus (L.)~^6.25^4.27^9.02^3.87 ~15130~^~1500~^~Fish, whitefish, mixed species, raw~^~WHITEFISH,MXD SP,RAW~^~~^~~^~Y~^~~^0^~Coregonus spp.~^6.25^4.27^9.02^3.87 ~15131~^~1500~^~Fish, whitefish, mixed species, smoked~^~WHITEFISH,MXD SP,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15132~^~1500~^~Fish, whiting, mixed species, raw~^~WHITING,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Gadidae~^6.25^4.27^9.02^3.87 ~15133~^~1500~^~Fish, whiting, mixed species, cooked, dry heat~^~WHITING,MXD SP,CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15134~^~1500~^~Fish, wolffish, Atlantic, raw~^~WOLFFISH,ATLANTIC,RAW~^~~^~~^~~^~~^0^~Anarhichas lupus (L.)~^6.25^4.27^9.02^3.87 ~15135~^~1500~^~Fish, yellowtail, mixed species, raw~^~YELLOWTAIL,MXD SP,RAW~^~~^~~^~~^~~^0^~Seriola spp.~^6.25^4.27^9.02^3.87 ~15136~^~1500~^~Crustaceans, crab, alaska king, raw~^~CRAB,ALASKA KING,RAW~^~~^~~^~~^~~^0^~Paralithodes camtschatica (Tilesius)~^6.25^4.27^9.02^4.11 ~15137~^~1500~^~Crustaceans, crab, alaska king, cooked, moist heat~^~CRAB,ALASKA KING,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15138~^~1500~^~Crustaceans, crab, alaska king, imitation, made from surimi~^~CRAB,ALASKA KING,IMITN,MADE FROM SURIMI~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^3.87 ~15139~^~1500~^~Crustaceans, crab, blue, raw~^~CRAB,BLUE,RAW~^~~^~~^~~^~~^0^~Callinectes sapidus Rathbun~^6.25^4.27^9.02^4.11 ~15140~^~1500~^~Crustaceans, crab, blue, cooked, moist heat~^~CRAB,BLUE,CKD,MOIST HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15141~^~1500~^~Crustaceans, crab, blue, canned~^~CRAB,BLUE,CANNED~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^4.11 ~15142~^~1500~^~Crustaceans, crab, blue, crab cakes~^~CRAB,BLUE,CRAB CAKES~^~~^~~^~~^~~^0^~~^6.25^4.27^8.84^3.68 ~15143~^~1500~^~Crustaceans, crab, dungeness, raw~^~CRAB,DUNGENESS,RAW~^~~^~~^~~^~~^0^~Cancer magister Dana~^6.25^4.27^9.02^4.11 ~15144~^~1500~^~Crustaceans, crab, queen, raw~^~CRAB,QUEEN,RAW~^~~^~~^~~^~~^0^~Chionoectes opilio (O. Fabricius)~^6.25^4.27^9.02^4.11 ~15145~^~1500~^~Crustaceans, crayfish, mixed species, wild, raw~^~CRAYFISH,MXD SP,WILD,RAW~^~~^~~^~Y~^~~^0^~Astacus, Orconectes, and Procambarus spp.~^6.25^4.27^9.02^4.11 ~15146~^~1500~^~Crustaceans, crayfish, mixed species, wild, cooked, moist heat~^~CRAYFISH,MXD SP,WILD,CKD,MOIST HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15147~^~1500~^~Crustaceans, lobster, northern, raw~^~LOBSTER,NORTHERN,RAW~^~~^~~^~Y~^~~^0^~Homarus americanus Milne-Edwards~^6.25^4.27^9.02^4.11 ~15148~^~1500~^~Crustaceans, lobster, northern, cooked, moist heat~^~LOBSTER,NORTHERN,CKD,MOIST HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15149~^~1500~^~Crustaceans, shrimp, mixed species, raw~^~SHRIMP,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Penaeidae and Pandalidae~^6.25^4.27^9.02^4.11 ~15150~^~1500~^~Crustaceans, shrimp, mixed species, cooked, breaded and fried~^~SHRIMP,MXD SP,CKD,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.22^4.27^8.84^3.68 ~15151~^~1500~^~Crustaceans, shrimp, mixed species, cooked, moist heat~^~SHRIMP,MXD SP,CKD,MOIST HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15152~^~1500~^~Crustaceans, shrimp, mixed species, canned~^~SHRIMP,MXD SP,CND~^~~^~~^~Y~^~~^^~~^6.25^4.27^9.02^4.11 ~15153~^~1500~^~Crustaceans, shrimp, mixed species, imitation, made from surimi~^~SHRIMP,MXD SP,IMITN,MADE FROM SURIMI~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15154~^~1500~^~Crustaceans, spiny lobster, mixed species, raw~^~SPINY LOBSTER,MXD SP,RAW~^~~^~~^~~^~~^0^~Jasus spp. and Panulirus spp.~^6.25^4.27^9.02^4.11 ~15155~^~1500~^~Mollusks, abalone, mixed species, raw~^~ABALONE,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Haliotis spp.~^6.25^4.27^9.02^4.11 ~15156~^~1500~^~Mollusks, abalone, mixed species, cooked, fried~^~ABALONE,MXD SP,CKD,FRIED~^~~^~~^~~^~~^0^~~^6.23^4.27^8.84^4.12 ~15157~^~1500~^~Mollusks, clam, mixed species, raw~^~CLAM,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Lamellibranchia~^6.25^4.27^9.02^4.11 ~15158~^~1500~^~Mollusks, clam, mixed species, cooked, breaded and fried~^~CLAM,MXD SP,CKD,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.20^4.27^8.84^4.12 ~15159~^~1500~^~Mollusks, clam, mixed species, cooked, moist heat~^~CLAM,MXD SP,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15160~^~1500~^~Mollusks, clam, mixed species, canned, drained solids~^~CLAM,MXD SP,CND,DRND SOL~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15162~^~1500~^~Mollusks, clam, mixed species, canned, liquid~^~CLAM,MXD SP,CND,LIQ~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15163~^~1500~^~Mollusks, cuttlefish, mixed species, raw~^~CUTTLEFISH,MXD SP,RAW~^~~^~~^~~^~~^0^~Sepiidae~^6.25^4.27^9.02^4.11 ~15164~^~1500~^~Mollusks, mussel, blue, raw~^~MUSSEL,BLUE,RAW~^~~^~~^~Y~^~~^0^~Mytilus edulis L.~^6.25^4.27^9.02^4.11 ~15165~^~1500~^~Mollusks, mussel, blue, cooked, moist heat~^~MUSSEL,BLUE,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15166~^~1500~^~Mollusks, octopus, common, raw~^~OCTOPUS,COMMON,RAW~^~~^~~^~Y~^~~^0^~Octopus vulgaris Lamarck~^6.25^4.27^9.02^4.11 ~15167~^~1500~^~Mollusks, oyster, eastern, wild, raw~^~OYSTER,EASTERN,WILD,RAW~^~~^~~^~Y~^~~^0^~Crassostrea virginica (Gmelin)~^6.25^4.27^9.02^4.11 ~15168~^~1500~^~Mollusks, oyster, eastern, cooked, breaded and fried~^~OYSTER,EASTERN,CKD,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.18^4.27^9.02^4.12 ~15169~^~1500~^~Mollusks, oyster, eastern, wild, cooked, moist heat~^~OYSTER,EASTERN,WILD,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15170~^~1500~^~Mollusks, oyster, eastern, canned~^~OYSTER,EASTERN,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15171~^~1500~^~Mollusks, oyster, Pacific, raw~^~OYSTER,PACIFIC,RAW~^~~^~~^~~^~~^0^~Crassostrea gigas (Thunberg)~^6.25^4.27^9.02^4.11 ~15172~^~1500~^~Mollusks, scallop, mixed species, raw~^~SCALLOP,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Pectinidae~^6.25^4.27^9.02^4.11 ~15173~^~1500~^~Mollusks, scallop, mixed species, cooked, breaded and fried~^~SCALLOP,MXD SP,CKD,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.21^4.27^8.84^4.12 ~15174~^~1500~^~Mollusks, scallop, mixed species, imitation, made from surimi~^~SCALLOP,MXD SP,IMITN,MADE FROM SURIMI~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15175~^~1500~^~Mollusks, squid, mixed species, raw~^~SQUID,MIXED SPECIES,RAW~^~~^~~^~Y~^~~^0^~Loligoidae and Ommastrephidae~^6.25^4.27^9.02^4.11 ~15176~^~1500~^~Mollusks, squid, mixed species, cooked, fried~^~SQUID,MXD SP,CKD,FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^8.84^4.12 ~15177~^~1500~^~Mollusks, whelk, unspecified, raw~^~WHELK,UNSPECIFIED,RAW~^~~^~~^~Y~^~~^0^~Buccinidae~^6.25^4.27^9.02^4.11 ~15178~^~1500~^~Mollusks, whelk, unspecified, cooked, moist heat~^~WHELK,UNSPEC,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15179~^~1500~^~Fish, salmon, chinook, smoked, (lox), regular~^~SALMON,CHINOOK,SMOKED,(LOX),REG~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15180~^~1500~^~Fish, salmon, chum, canned, without salt, drained solids with bone~^~SALMON,CHUM,CND,WO/SALT,DRND SOL W/BONE~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15181~^~1500~^~Fish, salmon, pink, canned, without salt, solids with bone and liquid~^~SALMON,PINK,CND,WO/SALT,SOL W/BONE&LIQ~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15182~^~1500~^~Fish, salmon, sockeye, canned, without salt, drained solids with bone~^~SALMON,SOCKEYE,CND,WO/SALT,DRND SOL W/BONE~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15183~^~1500~^~Fish, tuna, light, canned in oil, without salt, drained solids~^~TUNA,LT,CND IN OIL,WO/SALT,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^4.27^9.00^3.87 ~15184~^~1500~^~Fish, tuna, light, canned in water, without salt, drained solids~^~TUNA,LT,CND IN H2O,WO/SALT,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15185~^~1500~^~Fish, tuna, white, canned in oil, without salt, drained solids~^~TUNA,WHITE,CND IN OIL,WO/SALT,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^4.27^9.00^3.87 ~15186~^~1500~^~Fish, tuna, white, canned in water, without salt, drained solids~^~TUNA,WHITE,CND IN H2O,WO/SALT,DRND SOL~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15187~^~1500~^~Fish, bass, freshwater, mixed species, cooked, dry heat~^~BASS,FRESHWATER,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15188~^~1500~^~Fish, bass, striped, cooked, dry heat~^~BASS,STRIPED,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15189~^~1500~^~Fish, bluefish, cooked, dry heat~^~BLUEFISH,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15190~^~1500~^~Fish, burbot, cooked, dry heat~^~BURBOT,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15191~^~1500~^~Fish, butterfish, cooked, dry heat~^~BUTTERFISH,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15192~^~1500~^~Fish, cod, Pacific, cooked, dry heat~^~COD,PACIFIC,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15193~^~1500~^~Fish, cusk, cooked, dry heat~^~CUSK,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15194~^~1500~^~Fish, dolphinfish, cooked, dry heat~^~DOLPHINFISH,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15195~^~1500~^~Fish, drum, freshwater, cooked, dry heat~^~DRUM,FRESHWATER,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15196~^~1500~^~Fish, halibut, greenland, cooked, dry heat~^~HALIBUT,GREENLAND,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15197~^~1500~^~Fish, herring, Pacific, cooked, dry heat~^~HERRING,PACIFIC,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15198~^~1500~^~Fish, ling, cooked, dry heat~^~LING,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15199~^~1500~^~Fish, lingcod, cooked, dry heat~^~LINGCOD,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15200~^~1500~^~Fish, mackerel, king, cooked, dry heat~^~MACKEREL,KING,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15201~^~1500~^~Fish, mackerel, Pacific and jack, mixed species, cooked, dry heat~^~MACKEREL,PACIFIC&JACK,MXD SP,CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15202~^~1500~^~Fish, milkfish, cooked, dry heat~^~MILKFISH,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15203~^~1500~^~Fish, monkfish, cooked, dry heat~^~MONKFISH,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15204~^~1500~^~Fish, pike, walleye, cooked, dry heat~^~PIKE,WALLEYE,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15205~^~1500~^~Fish, pollock, Atlantic, cooked, dry heat~^~POLLOCK,ATLANTIC,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15206~^~1500~^~Fish, pout, ocean, cooked, dry heat~^~POUT,OCEAN,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15207~^~1500~^~Fish, roe, mixed species, cooked, dry heat~^~ROE,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.36^9.02^3.68 ~15208~^~1500~^~Fish, sablefish, cooked, dry heat~^~SABLEFISH,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15209~^~1500~^~Fish, salmon, Atlantic, wild, cooked, dry heat~^~SALMON,ATLANTIC,WILD,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15210~^~1500~^~Fish, salmon, chinook, cooked, dry heat~^~SALMON,CHINOOK,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15211~^~1500~^~Fish, salmon, chum, cooked, dry heat~^~SALMON,CHUM,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15212~^~1500~^~Fish, salmon, pink, cooked, dry heat~^~SALMON,PINK,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15213~^~1500~^~Fish, scup, cooked, dry heat~^~SCUP,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15214~^~1500~^~Fish, seatrout, mixed species, cooked, dry heat~^~SEATROUT,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15215~^~1500~^~Fish, shad, american, cooked, dry heat~^~SHAD,AMERICAN,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15216~^~1500~^~Fish, spot, cooked, dry heat~^~SPOT,COOKED,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15217~^~1500~^~Fish, sucker, white, cooked, dry heat~^~SUCKER,WHITE,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15218~^~1500~^~Fish, sunfish, pumpkin seed, cooked, dry heat~^~SUNFISH,PUMPKIN SD,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15219~^~1500~^~Fish, trout, mixed species, cooked, dry heat~^~TROUT,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15220~^~1500~^~Fish, tuna, skipjack, fresh, cooked, dry heat~^~TUNA,SKIPJACK,FRSH,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15221~^~1500~^~Fish, tuna, yellowfin, fresh, cooked, dry heat~^~TUNA,YELLOWFIN,FRSH,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15222~^~1500~^~Fish, turbot, european, cooked, dry heat~^~TURBOT,EUROPEAN,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15223~^~1500~^~Fish, whitefish, mixed species, cooked, dry heat~^~WHITEFISH,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15224~^~1500~^~Fish, wolffish, Atlantic, cooked, dry heat~^~WOLFFISH,ATLANTIC,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15225~^~1500~^~Fish, yellowtail, mixed species, cooked, dry heat~^~YELLOWTAIL,MXD SP,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15226~^~1500~^~Crustaceans, crab, dungeness, cooked, moist heat~^~CRAB,DUNGENESS,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15227~^~1500~^~Crustaceans, crab, queen, cooked, moist heat~^~CRAB,QUEEN,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15228~^~1500~^~Crustaceans, spiny lobster, mixed species, cooked, moist heat~^~SPINY LOBSTER,MXD SP,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15229~^~1500~^~Mollusks, cuttlefish, mixed species, cooked, moist heat~^~CUTTLEFISH,MXD SP,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15230~^~1500~^~Mollusks, octopus, common, cooked, moist heat~^~OCTOPUS,COMMON,CKD,MOIST HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^4.11 ~15231~^~1500~^~Mollusks, oyster, Pacific, cooked, moist heat~^~OYSTER,PACIFIC,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15232~^~1500~^~Fish, roughy, orange, cooked, dry heat~^~ROUGHY,ORANGE,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15233~^~1500~^~Fish, catfish, channel, wild, cooked, dry heat~^~CATFISH,CHANNEL,WILD,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15234~^~1500~^~Fish, catfish, channel, farmed, raw~^~CATFISH,CHANNEL,FARMED,RAW~^~~^~~^~Y~^~~^0^~Ictalurus punctatus (Rafinesque)~^6.25^4.27^9.02^3.87 ~15235~^~1500~^~Fish, catfish, channel, farmed, cooked, dry heat~^~CATFISH,CHANNEL,FARMED,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15236~^~1500~^~Fish, salmon, Atlantic, farmed, raw~^~SALMON,ATLANTIC,FARMED,RAW~^~~^~~^~~^~~^^~Salmo salar L.~^6.25^4.27^9.02^3.87 ~15237~^~1500~^~Fish, salmon, Atlantic, farmed, cooked, dry heat~^~SALMON,ATLANTIC,FARMED,CKD,DRY HEAT~^~~^~~^~~^~~^^~~^6.25^4.27^9.02^3.87 ~15238~^~1500~^~Fish, salmon, coho, farmed, raw~^~SALMON,COHO,FARMED,RAW~^~~^~~^~~^~~^0^~Oncorhynchus kisutch (Walbaum)~^6.25^4.27^9.02^3.87 ~15239~^~1500~^~Fish, salmon, coho, farmed, cooked, dry heat~^~SALMON,COHO,FARMED,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15240~^~1500~^~Fish, trout, rainbow, farmed, raw~^~TROUT,RAINBOW,FARMED,RAW~^~~^~~^~Y~^~~^0^~Salmo gairdneri Richardson~^6.25^4.27^9.02^3.87 ~15241~^~1500~^~Fish, trout, rainbow, farmed, cooked, dry heat~^~TROUT,RAINBOW,FARMED,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~15242~^~1500~^~Crustaceans, crayfish, mixed species, farmed, raw~^~CRAYFISH,MXD SP,FARMED,RAW~^~~^~~^~~^~~^0^~Astacus, Orconectes, and Procambarus spp.~^6.25^4.27^9.02^4.11 ~15243~^~1500~^~Crustaceans, crayfish, mixed species, farmed, cooked, moist heat~^~CRAYFISH,MXD SP,FARMED,CKD,MOIST HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15244~^~1500~^~Mollusks, oyster, eastern, wild, cooked, dry heat~^~OYSTER,EASTERN,WILD,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15245~^~1500~^~Mollusks, oyster, eastern, farmed, raw~^~OYSTER,EASTERN,FARMED,RAW~^~~^~~^~~^~~^0^~Crassostrea virginica (Gmelin)~^6.25^4.27^9.02^4.11 ~15246~^~1500~^~Mollusks, oyster, eastern, farmed, cooked, dry heat~^~OYSTER,EASTERN,FARMED,CKD,DRY HEAT~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~15247~^~1500~^~Fish, salmon, coho, wild, cooked, dry heat~^~SALMON,COHO,WILD,CKD,DRY HEAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~15250~^~1500~^~Mollusks, conch, baked or broiled~^~CONCH,BAKED OR BROILED~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~15251~^~1500~^~USDA Commodity, salmon nuggets, breaded, frozen, heated~^~USDA COMMODITY,SALMON NUGGETS,BREADED,FRZ,HTD~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~15252~^~1500~^~USDA Commodity, salmon nuggets, cooked as purchased, unheated~^~USDA COMMODITY,SALMON NUGGETS,CKD AS PURCHASED,UNHTD~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~15260~^~1500~^~Fish, salmon, pink, canned, drained solids with bone~^~SALMON,PINK,CND,DRND SOL W/BONE~^~~^~~^~~^~~^^~~^^^^ ~15261~^~1500~^~Fish, tilapia, raw~^~FISH,TILAPIA,RAW~^~~^~~^~Y~^~~^^~~^^^^ ~15262~^~1500~^~Fish, tilapia, cooked, dry heat~^~FISH,TILAPIA,CKD,DRY HEAT~^~~^~~^~~^~~^^~~^^^^ ~16001~^~1600~^~Beans, adzuki, mature seeds, raw~^~BEANS,ADZUKI,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Vigna angularis~^6.25^3.47^8.37^4.07 ~16002~^~1600~^~Beans, adzuki, mature seeds, cooked, boiled, without salt~^~BEANS,ADZUKI,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16003~^~1600~^~Beans, adzuki, mature seeds, canned, sweetened~^~BEANS,ADZUKI,MATURE SEEDS,CND,SWTND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16004~^~1600~^~Beans, adzuki, yokan, mature seeds~^~BEANS,ADZUKI,YOKAN,MATURE SEEDS~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16005~^~1600~^~Beans, baked, home prepared~^~BEANS,BAKED,HOME PREPARED~^~~^~~^~~^~~^0^~~^6.25^^^ ~16006~^~1600~^~Beans, baked, canned, plain or vegetarian~^~BEANS,BKD,CND,PLN OR VEGETARIAN~^~~^~~^~Y~^~~^0^~~^6.25^4.00^8.40^3.40 ~16007~^~1600~^~Beans, baked, canned, with beef~^~BEANS,BKD,CND,W/BF~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^3.80 ~16008~^~1600~^~Beans, baked, canned, with franks~^~BEANS,BKD,CND,W/FRANKS~^~~^~~^~Y~^~~^0^~~^6.25^3.90^9.00^3.70 ~16009~^~1600~^~Beans, baked, canned, with pork~^~BEANS,BKD,CND,W/PORK~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^3.60 ~16010~^~1600~^~Beans, baked, canned, with pork and sweet sauce~^~BEANS,BKD,CND,W/PORK&SWT SAU~^~~^~~^~~^~~^0^~~^6.25^3.90^8.90^3.70 ~16011~^~1600~^~Beans, baked, canned, with pork and tomato sauce~^~BEANS,BKD,CND,W/PORK&TOMATO SAU~^~~^~~^~Y~^~~^0^~~^6.25^4.00^8.80^3.50 ~16014~^~1600~^~Beans, black, mature seeds, raw~^~BEANS,BLACK,MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16015~^~1600~^~Beans, black, mature seeds, cooked, boiled, without salt~^~BEANS,BLACK,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16016~^~1600~^~Beans, black turtle soup, mature seeds, raw~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16017~^~1600~^~Beans, black turtle soup, mature seeds, cooked, boiled, without salt~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16018~^~1600~^~Beans, black turtle soup, mature seeds, canned~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16019~^~1600~^~Beans, cranberry (roman), mature seeds, raw~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16020~^~1600~^~Beans, cranberry (roman), mature seeds, cooked, boiled, without salt~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16021~^~1600~^~Beans, cranberry (roman), mature seeds, canned~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16022~^~1600~^~Beans, french, mature seeds, raw~^~BEANS,FRENCH,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16023~^~1600~^~Beans, french, mature seeds, cooked, boiled, without salt~^~BEANS,FRENCH,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16024~^~1600~^~Beans, great northern, mature seeds, raw~^~BEANS,GREAT NORTHERN,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16025~^~1600~^~Beans, great northern, mature seeds, cooked, boiled, without salt~^~BEANS,GREAT NORTHERN,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16026~^~1600~^~Beans, great northern, mature seeds, canned~^~BEANS,GREAT NORTHERN,MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16027~^~1600~^~Beans, kidney, all types, mature seeds, raw~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16028~^~1600~^~Beans, kidney, all types, mature seeds, cooked, boiled, without salt~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16029~^~1600~^~Beans, kidney, all types, mature seeds, canned~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,CND~^~Includes USDA commodity food A086~^~~^~~^~~^0^~~^^^^ ~16030~^~1600~^~Beans, kidney, california red, mature seeds, raw~^~BEANS,KIDNEY,CALIFORNIA RED,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16031~^~1600~^~Beans, kidney, california red, mature seeds, cooked, boiled, without salt~^~BEANS,KIDNEY,CALIFORNIA RED,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16032~^~1600~^~Beans, kidney, red, mature seeds, raw~^~BEANS,KIDNEY,RED,MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16033~^~1600~^~Beans, kidney, red, mature seeds, cooked, boiled, without salt~^~BEANS,KIDNEY,RED,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16034~^~1600~^~Beans, kidney, red, mature seeds, canned~^~BEANS,KIDNEY,RED,MATURE SEEDS,CND~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16035~^~1600~^~Beans, kidney, royal red, mature seeds, raw~^~BEANS,KIDNEY,ROYAL RED,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16036~^~1600~^~Beans, kidney, royal red, mature seeds, cooked, boiled, without salt~^~BEANS,KIDNEY,ROYAL RED,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16037~^~1600~^~Beans, navy, mature seeds, raw~^~BEANS,NAVY,MATURE SEEDS,RAW~^~Includes USDA commodity food A918, A924~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16038~^~1600~^~Beans, navy, mature seeds, cooked, boiled, without salt~^~BEANS,NAVY,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16039~^~1600~^~Beans, navy, mature seeds, canned~^~BEANS,NAVY,MATURE SEEDS,CND~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16040~^~1600~^~Beans, pink, mature seeds, raw~^~BEANS,PINK,MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16041~^~1600~^~Beans, pink, mature seeds, cooked, boiled, without salt~^~BEANS,PINK,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16042~^~1600~^~Beans, pinto, mature seeds, raw~^~BEANS,PINTO,MATURE SEEDS,RAW~^~Includes USDA commodity food A914, A942~^~~^~Y~^~~^0^~Phaseolus vulgaris~^6.25^^^ ~16043~^~1600~^~Beans, pinto, mature seeds, cooked, boiled, without salt~^~BEANS,PINTO,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16044~^~1600~^~Beans, pinto, mature seeds, canned~^~BEANS,PINTO,MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16045~^~1600~^~Beans, small white, mature seeds, raw~^~BEANS,SML WHITE,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16046~^~1600~^~Beans, small white, mature seeds, cooked, boiled, without salt~^~BEANS,SML WHITE,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16047~^~1600~^~Beans, yellow, mature seeds, raw~^~BEANS,YEL,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16048~^~1600~^~Beans, yellow, mature seeds, cooked, boiled, without salt~^~BEANS,YEL,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16049~^~1600~^~Beans, white, mature seeds, raw~^~BEANS,WHITE,MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Phaseolus vulgaris~^6.25^3.47^8.37^4.07 ~16050~^~1600~^~Beans, white, mature seeds, cooked, boiled, without salt~^~BEANS,WHITE,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16051~^~1600~^~Beans, white, mature seeds, canned~^~BEANS,WHITE,MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16052~^~1600~^~Broadbeans (fava beans), mature seeds, raw~^~BROADBEANS (FAVA BEANS),MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Vicia faba~^6.25^3.47^8.37^4.07 ~16053~^~1600~^~Broadbeans (fava beans), mature seeds, cooked, boiled, without salt~^~BROADBEANS (FAVA BNS),MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16054~^~1600~^~Broadbeans (fava beans), mature seeds, canned~^~BROADBEANS (FAVA BNS),MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16055~^~1600~^~Carob flour~^~CAROB FLOUR~^~~^~~^~Y~^~~^0^~Ceratonia siliqua~^6.25^^^ ~16056~^~1600~^~Chickpeas (garbanzo beans, bengal gram), mature seeds, raw~^~CHICKPEAS (GARBANZO BNS,BENGAL GM),MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Cicer arietinum~^6.25^3.47^8.37^4.07 ~16057~^~1600~^~Chickpeas (garbanzo beans, bengal gram), mature seeds, cooked, boiled, without salt~^~CHICKPEAS ,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16058~^~1600~^~Chickpeas (garbanzo beans, bengal gram), mature seeds, canned~^~CHICKPEAS (GARBANZO BNS,BENGAL GM),MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16059~^~1600~^~Chili with beans, canned~^~CHILI WITH BEANS,CANNED~^~~^~~^~Y~^~~^0^~~^6.25^4.00^8.70^3.50 ~16060~^~1600~^~Cowpeas, catjang, mature seeds, raw~^~COWPEAS,CATJANG,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Vigna unguiculata Supsp. cylindrica~^6.25^3.47^8.37^4.07 ~16061~^~1600~^~Cowpeas, catjang, mature seeds, cooked, boiled, without salt~^~COWPEAS,CATJANG,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16062~^~1600~^~Cowpeas, common (blackeyes, crowder, southern), mature seeds, raw~^~COWPEAS,COMMON (BLACKEYES,CROWDER,SOUTHERN),MTRE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Vigna unguiculata~^6.25^3.47^8.37^4.07 ~16063~^~1600~^~Cowpeas, common (blackeyes, crowder, southern), mature seeds, cooked, boiled, without salt~^~COWPEAS,COMMON (BLKEYES,CRWDR,STHRN),MTURE,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16064~^~1600~^~Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned, plain~^~COWPEAS,COMMON,MATURE SEEDS,CND,PLN~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16065~^~1600~^~Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned with pork~^~COWPEAS,COMMON,MATURE SEEDS,CND W/PORK~^~~^~~^~~^~~^0^~~^6.25^^^ ~16067~^~1600~^~Hyacinth beans, mature seeds, raw~^~HYACINTH BNS,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Dolichos purpureus~^6.25^3.47^8.37^4.07 ~16068~^~1600~^~Hyacinth beans, mature seeds, cooked, boiled, without salt~^~HYACINTH BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16069~^~1600~^~Lentils, raw~^~LENTILS,RAW~^~~^~~^~Y~^~~^0^~Lens culinaris~^6.25^^^ ~16070~^~1600~^~Lentils, mature seeds, cooked, boiled, without salt~^~LENTILS,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16071~^~1600~^~Lima beans, large, mature seeds, raw~^~LIMA BNS,LRG,MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Phaseolus lunatus~^6.25^3.47^8.37^4.07 ~16072~^~1600~^~Lima beans, large, mature seeds, cooked, boiled, without salt~^~LIMA BNS,LRG,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16073~^~1600~^~Lima beans, large, mature seeds, canned~^~LIMA BNS,LRG,MATURE SEEDS,CND~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16074~^~1600~^~Lima beans, thin seeded (baby), mature seeds, raw~^~LIMA BNS,THIN SEEDED (BABY),MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Phaseolus lunatus~^6.25^3.47^8.37^4.07 ~16075~^~1600~^~Lima beans, thin seeded (baby), mature seeds, cooked, boiled, without salt~^~LIMA BNS,THIN SEEDED (BABY),MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16076~^~1600~^~Lupins, mature seeds, raw~^~LUPINS,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Lupinus albus~^6.25^3.47^8.37^4.07 ~16077~^~1600~^~Lupins, mature seeds, cooked, boiled, without salt~^~LUPINS,MATURE SEEDS,CKD,BLD,WO/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16078~^~1600~^~Mothbeans, mature seeds, raw~^~MOTHBEANS,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Vigna aconitifolia~^6.25^3.47^8.37^4.07 ~16079~^~1600~^~Mothbeans, mature seeds, cooked, boiled, without salt~^~MOTHBEANS,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16080~^~1600~^~Mung beans, mature seeds, raw~^~MUNG BNS,MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Vigna radiata~^6.25^3.47^8.37^4.07 ~16081~^~1600~^~Mung beans, mature seeds, cooked, boiled, without salt~^~MUNG BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16082~^~1600~^~Noodles, chinese, cellophane or long rice (mung beans), dehydrated~^~NOODLES,CHINESE,CELLOPHANE OR LONG RICE (MUNG BNS),DEHYD~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16083~^~1600~^~Mungo beans, mature seeds, raw~^~MUNGO BNS,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Vigna mungo~^6.25^3.47^8.37^4.07 ~16084~^~1600~^~Mungo beans, mature seeds, cooked, boiled, without salt~^~MUNGO BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16085~^~1600~^~Peas, split, mature seeds, raw~^~PEAS,SPLIT,MATURE SEEDS,RAW~^~~^~~^~Y~^~~^0^~Pisum sativum~^6.25^3.47^8.37^4.07 ~16086~^~1600~^~Peas, split, mature seeds, cooked, boiled, without salt~^~PEAS,SPLIT,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^6.25^3.47^8.37^4.07 ~16087~^~1600~^~Peanuts, all types, raw~^~PEANUTS,ALL TYPES,RAW~^~~^~~^~Y~^~~^0^~Arachis hypogaea~^5.46^3.47^8.37^4.07 ~16088~^~1600~^~Peanuts, all types, cooked, boiled, with salt~^~PEANUTS,ALL TYPES,CKD,BLD,W/SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16089~^~1600~^~Peanuts, all types, oil-roasted, with salt~^~PEANUTS,ALL TYPES,OIL-ROASTED,W/SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16090~^~1600~^~Peanuts, all types, dry-roasted, with salt~^~PEANUTS,ALL TYPES,DRY-ROASTED,W/SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16091~^~1600~^~Peanuts, spanish, raw~^~PEANUTS,SPANISH,RAW~^~~^~~^~~^~~^0^~Arachis hypogaea~^5.46^3.47^8.37^4.07 ~16092~^~1600~^~Peanuts, spanish, oil-roasted, with salt~^~PEANUTS,SPANISH,OIL-ROASTED,W/SALT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16093~^~1600~^~Peanuts, valencia, raw~^~PEANUTS,VALENCIA,RAW~^~~^~~^~~^~~^0^~Arachis hypogaea~^5.46^3.47^8.37^4.07 ~16094~^~1600~^~Peanuts, valencia, oil-roasted, with salt~^~PEANUTS,VALENCIA,OIL-ROASTED,W/SALT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16095~^~1600~^~Peanuts, virginia, raw~^~PEANUTS,VIRGINIA,RAW~^~~^~~^~~^~~^0^~Arachis hypogaea~^5.46^3.47^8.37^4.07 ~16096~^~1600~^~Peanuts, virginia, oil-roasted, with salt~^~PEANUTS,VIRGINIA,OIL-ROASTED,W/SALT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16097~^~1600~^~Peanut butter, chunk style, with salt~^~PEANUT BUTTER,CHUNK STYLE,W/SALT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16098~^~1600~^~Peanut butter, smooth style, with salt~^~PEANUT BUTTER,SMOOTH STYLE,W/ SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16099~^~1600~^~Peanut flour, defatted~^~PEANUT FLOUR,DEFATTED~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16100~^~1600~^~Peanut flour, low fat~^~PEANUT FLOUR,LOW FAT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16101~^~1600~^~Pigeon peas (red gram), mature seeds, raw~^~PIGEON PEAS (RED GM),MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Cajanus cajan~^6.25^3.47^8.37^4.07 ~16102~^~1600~^~Pigeon peas (red gram), mature seeds, cooked, boiled, without salt~^~PIGEON PEAS (RED GM),MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16103~^~1600~^~Refried beans, canned, traditional style (includes USDA commodity)~^~REFRIED BNS,CND,TRADITIONAL STYLE (INCLUDES USDA COMMODITY)~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.90^4.07 ~16104~^~1600~^~Bacon, meatless~^~BACON,MEATLESS~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16106~^~1600~^~Meat extender~^~MEAT EXTENDER~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16107~^~1600~^~Sausage, meatless~^~SAUSAGE,MEATLESS~^~~^~~^~Y~^~~^0^~~^5.71^3.48^8.37^4.07 ~16108~^~1600~^~Soybeans, mature seeds, raw~^~SOYBEANS,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~~^^^^ ~16109~^~1600~^~Soybeans, mature cooked, boiled, without salt~^~SOYBEANS,MATURE CKD,BLD,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16110~^~1600~^~Soybeans, mature seeds, roasted, salted~^~SOYBEANS,MATURE SEEDS,RSTD,SALTED~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16111~^~1600~^~Soybeans, mature seeds, dry roasted~^~SOYBEANS,MATURE SEEDS,DRY RSTD~^~Soy nuts~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16112~^~1600~^~Miso~^~MISO~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16113~^~1600~^~Natto~^~NATTO~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16114~^~1600~^~Tempeh~^~TEMPEH~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16115~^~1600~^~Soy flour, full-fat, raw~^~SOY FLOUR,FULL-FAT,RAW~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16116~^~1600~^~Soy flour, full-fat, roasted~^~SOY FLR,FULL-FAT,RSTD~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16117~^~1600~^~Soy flour, defatted~^~SOY FLOUR,DEFATTED~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16118~^~1600~^~Soy flour, low-fat~^~SOY FLOUR,LOW-FAT~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16119~^~1600~^~Soy meal, defatted, raw~^~SOY MEAL,DEFATTED,RAW~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16120~^~1600~^~Soymilk, original and vanilla, unfortified~^~SOYMILK,ORIGINAL & VANILLA,UNFORTIFIED~^~~^~~^~Y~^~~^0^~~^^^^ ~16121~^~1600~^~Soy protein concentrate, produced by alcohol extraction~^~SOY PROT CONC,PRODUCED BY ALCOHOL EXTRACTION~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16122~^~1600~^~Soy protein isolate~^~SOY PROTEIN ISOLATE~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16123~^~1600~^~Soy sauce made from soy and wheat (shoyu)~^~SOY SAU MADE FROM SOY&WHEAT (SHOYU)~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.40^4.00 ~16124~^~1600~^~Soy sauce made from soy (tamari)~^~SOY SAU MADE FROM SOY (TAMARI)~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.40^4.00 ~16125~^~1600~^~Soy sauce made from hydrolyzed vegetable protein~^~SOY SAU MADE FROM HYDROLYZED VEG PROT~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.40^4.00 ~16126~^~1600~^~Tofu, firm, prepared with calcium sulfate and magnesium chloride (nigari)~^~TOFU,FIRM,PREP W/CA SULFATE&MAGNESIUM CHLORIDE (NIGARI)~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16127~^~1600~^~Tofu, soft, prepared with calcium sulfate and magnesium chloride (nigari)~^~TOFU,SOFT,PREP W/CA SULFATE&MAGNESIUM CHLORIDE (NIGARI)~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16128~^~1600~^~Tofu, dried-frozen (koyadofu)~^~TOFU,DRIED-FROZEN (KOYADOFU)~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16129~^~1600~^~Tofu, fried~^~TOFU,FRIED~^~~^~~^~Y~^~~^0^~~^5.71^3.47^8.37^4.07 ~16130~^~1600~^~Tofu, okara~^~TOFU,OKARA~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16132~^~1600~^~Tofu, salted and fermented (fuyu)~^~TOFU,SALTED&FERMENTED (FUYU)~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16133~^~1600~^~Yardlong beans, mature seeds, raw~^~YARDLONG BNS,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Vigna uniguiculata Subsp. sesquipedalis~^6.25^3.47^8.37^4.07 ~16134~^~1600~^~Yardlong beans, mature seeds, cooked, boiled, without salt~^~YARDLONG BNS,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16135~^~1600~^~Winged beans, mature seeds, raw~^~WINGED BNS,MATURE SEEDS,RAW~^~~^~~^~~^~~^0^~Psophocarpus tetragonolobus~^6.25^3.47^8.37^4.07 ~16136~^~1600~^~Beans, winged, mature seeds, cooked, boiled, without salt~^~BEANS,WINGED,MATURE SEEDS,CKD,BLD,WO/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16137~^~1600~^~Hummus, home prepared~^~HUMMUS,HOME PREP~^~~^~~^~Y~^~~^0^~~^^^^ ~16138~^~1600~^~Falafel, home-prepared~^~FALAFEL,HOME-PREPARED~^~~^~~^~~^~~^0^~~^0.00^^^ ~16139~^~1600~^~Soymilk, original and vanilla, with added calcium, vitamins A and D~^~SOYMILK,ORIGINAL & VANILLA,W/ ADDED CA,VITAMINS A & D~^~~^~~^~Y~^~~^0^~~^^^^ ~16144~^~1600~^~Lentils, pink, raw~^~LENTILS,PINK,RAW~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16147~^~1600~^~Veggie burgers or soyburgers, unprepared~^~VEGGIE BURGERS OR SOYBURGERS UNPREP~^~~^~~^~Y~^~~^0^~~^^^^ ~16149~^~1600~^~Peanut spread, reduced sugar~^~PEANUT SPRD,RED SUGAR~^~~^~~^~Y~^~~^0^~~^^^^ ~16150~^~1600~^~Peanut butter, smooth, reduced fat~^~PEANUT BUTTER,SMOOTH,RED FAT~^~~^~~^~Y~^~~^0^~~^^3.47^8.37^4.07 ~16152~^~1600~^~ENSURE FIBER WITH FOS, liquid~^~ENSURE FIBER W/ FOS,LIQ~^~~^~~^~Y~^~~^0^~~^^^^ ~16155~^~1600~^~Peanut butter, smooth, vitamin and mineral fortified~^~PEANUT BUTTER,SMOOTH,VIT & MINERAL FORT~^~~^~~^~Y~^~~^0^~~^^3.47^8.37^4.07 ~16156~^~1600~^~Peanut butter, chunky, vitamin and mineral fortified~^~PEANUT BUTTER,CHUNKY,VITAMIN&MINERAL FORT~^~~^~~^~Y~^~~^0^~~^^3.47^8.37^4.07 ~16157~^~1600~^~Chickpea flour (besan)~^~CHICKPEA FLOUR (BESAN)~^~~^~~^~~^~~^0^~~^6.25^4.27^8.37^4.07 ~16158~^~1600~^~Hummus, commercial~^~HUMMUS,COMMERCIAL~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16159~^~1600~^~Tofu, extra firm, prepared with nigari~^~TOFU,EX FIRM,PREP W/NIGARI~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16160~^~1600~^~Tofu, hard, prepared with nigari~^~TOFU,HARD,PREP W/NIGARI~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16161~^~1600~^~MORI-NU, Tofu, silken, soft~^~MORI-NU,TOFU,SILKEN,SOFT~^~~^~~^~~^~~^0^~~^^^^ ~16162~^~1600~^~MORI-NU, Tofu, silken, firm~^~MORI-NU,TOFU,SILKEN,FIRM~^~~^~~^~~^~~^0^~~^^^^ ~16163~^~1600~^~MORI-NU, Tofu, silken, extra firm~^~MORI-NU,TOFU,SILKEN,EX FIRM~^~~^~~^~~^~~^0^~~^^^^ ~16164~^~1600~^~MOR-NU, Tofu, silken, lite firm~^~MOR-NU,TOFU,SILKEN,LITE FIRM~^~~^~~^~~^~~^0^~~^^^^ ~16165~^~1600~^~MORI-NU, Tofu, silken, lite extra firm~^~MORI-NU,TOFU,SILKEN,LITE EX FIRM~^~~^~~^~~^~~^0^~~^^^^ ~16166~^~1600~^~Soymilk, chocolate, unfortified~^~SOYMILK,CHOC,UNFORTIFIED~^~~^~~^~Y~^~~^0^~~^^^^ ~16167~^~1600~^~USDA Commodity, Peanut Butter, smooth~^~USDA CMDTY,PNUT BUTTER,SMOOTH~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16168~^~1600~^~Soymilk, chocolate, with added calcium, vitamins A and D~^~SOYMILK,CHOC,W/ ADDED CA,VITAMINS A & D~^~~^~~^~Y~^~~^0^~~^^^^ ~16171~^~1600~^~Refried beans, canned, vegetarian~^~REFRIED BNS,CND,VEGETARIAN~^~~^~~^~~^~~^0^~~^^^^ ~16172~^~1600~^~Refried beans, canned, fat-free~^~REFRIED BNS,CND,FAT-FREE~^~~^~~^~~^~~^0^~~^^^^ ~16173~^~1600~^~Frijoles rojos volteados (Refried beans, red, canned)~^~FRIJOLES ROJOS VOLTEADOS (REFRIED BNS,RED,CANNED)~^~~^~~^~~^~~^0^~~^^^^ ~16174~^~1600~^~Tempeh, cooked~^~TEMPEH,CKD~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16175~^~1600~^~Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, SUPRO~^~SOY PROT ISOLATE,PROT TECHNOLOGIES INTERNATIONAL,SUPRO~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~16176~^~1600~^~Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, ProPlus~^~SOY PROT ISOLATE,PROT TECHNOLOGIES INTERNATIONAL,PROPLUS~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~16200~^~1600~^~CAMPBELL Soup Company, Campbell's Brown Sugar And Bacon Flavored Baked Beans~^~CAMPBELL SOUP CO.,CAMPBELL'S BRN SUGAR&BACON FLAV BKD BNS~^~~^~~^~~^~~^0^~~^^^^ ~16201~^~1600~^~CAMPBELL Soup Company, Campbell's Pork and Beans~^~CAMPBELL SOUP COMPANY,CAMPBELL'S PORK & BNS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~16202~^~1600~^~CAMPBELL Soup Company, PACE, Traditional Refried Beans~^~CAMPBELL SOUP COMPANY,PACE,TRADITIONAL REFRIED BNS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~16203~^~1600~^~CAMPBELL Soup Company, PACE, Salsa Refried Beans~^~CAMPBELL SOUP COMPANY,PACE,SALSA REFRIED BNS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~16204~^~1600~^~CAMPBELL Soup Company, PACE, Spicy Jalapeno Refried Beans~^~CAMPBELL SOUP COMPANY,PACE,SPICY JALAPENO REFRIED BNS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~16210~^~1600~^~Vitasoy USA, Nasoya Lite Firm Tofu~^~VITASOY USA,NASOYA LITE FIRM TOFU~^~~^~~^~~^~~^0^~~^^^^ ~16211~^~1600~^~Vitasoy USA, Organic Nasoya Super Firm Cubed Tofu~^~VITASOY USA,ORGANIC NASOYA SUPER FIRM CUBED TOFU~^~~^~~^~~^~~^0^~~^^^^ ~16212~^~1600~^~Vitasoy USA, Organic Nasoya Extra Firm Tofu~^~VITASOY USA,ORGANIC NASOYA EX FIRM TOFU~^~~^~~^~~^~~^0^~~^^^^ ~16213~^~1600~^~Vitasoy USA, Organic Nasoya Firm Tofu~^~VITASOY USA,ORGANIC NASOYA FIRM TOFU~^~~^~~^~~^~~^0^~~^^^^ ~16215~^~1600~^~Vitasoy USA, Vitasoy Organic Creamy Original Soymilk~^~VITASOY USA,VITASOY ORGANIC CREAMY ORIGINAL SOYMILK~^~~^~~^~~^~~^0^~~^^^^ ~16216~^~1600~^~Vitasoy USA, Vitasoy Orgnaic Classic Original Soymilk~^~VITASOY USA,VITASOY ORGNAIC CLASSIC ORIGINAL SOYMILK~^~~^~~^~~^~~^0^~~^^^^ ~16219~^~1600~^~Vitasoy USA, Vitasoy Light Vanilla Soymilk~^~VITASOY USA,VITASOY LT VANILLA SOYMILK~^~~^~Vitasoy USA~^~~^~~^0^~~^^^^ ~16222~^~1600~^~Soymilk (all flavors), unsweetened, with added calcium, vitamins A and D~^~SOYMILK (ALL FLAVORS),UNSWTND,W/ ADDED CA,VITAMINS A & D~^~~^~~^~~^~~^0^~~^^^^ ~16223~^~1600~^~Soymilk (All flavors), enhanced~^~SOYMILK (ALL FLAVORS),ENHANCED~^~~^~~^~~^~~^0^~~^^^^ ~16225~^~1600~^~Soymilk, original and vanilla, light, with added calcium, vitamins A and D~^~SOYMILK,ORIGINAL & VANILLA,LT,W/ ADDED CA,VITAMINS A & D~^~~^~~^~~^~~^0^~~^^^^ ~16227~^~1600~^~Soymilk, chocolate and other flavors, light, with added calcium, vitamins A and D~^~SOYMILK,CHOC & OTHER FLAVORS,LT,W/ ADDED CA,VITAMINS A & D~^~~^~~^~~^~~^0^~~^^^^ ~16228~^~1600~^~Soymilk, original and vanilla, light, unsweetened, with added calcium, vitamins A and D~^~SOYMILK,ORIGINAL & VANILLA,LT,UNSWTND,W/ ADDED CA,VIT A & D~^~~^~~^~~^~~^0^~~^^^^ ~16229~^~1600~^~Soymilk (All flavors), lowfat, with added calcium, vitamins A and D~^~SOYMILK (ALL FLAVORS),LOWFAT,W/ ADDED CA,VITAMINS A & D~^~~^~~^~~^~~^0^~~^^^^ ~16230~^~1600~^~Soymilk (all flavors), nonfat, with added calcium, vitamins A and D~^~SOYMILK (ALL FLAVORS),NONFAT,W/ ADDED CA,VITAMINS A & D~^~~^~~^~~^~~^0^~~^^^^ ~16235~^~1600~^~SILK Plain, soymilk~^~SILK PLN,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16236~^~1600~^~SILK Vanilla, soymilk~^~SILK VANILLA,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16237~^~1600~^~SILK Chocolate, soymilk~^~SILK CHOC,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16238~^~1600~^~SILK Light Plain, soymilk~^~SILK LT PLN,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16239~^~1600~^~SILK Light Vanilla, soymilk~^~SILK LT VANILLA,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16240~^~1600~^~SILK Light Chocolate, soymilk~^~SILK LT CHOC,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16241~^~1600~^~SILK Plus Omega-3 DHA, soymilk~^~SILK PLUS OMEGA-3 DHA,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16242~^~1600~^~SILK Plus for Bone Health, soymilk~^~SILK PLUS FOR BONE HEALTH,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16243~^~1600~^~SILK Plus Fiber, soymilk~^~SILK PLUS FIBER,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16244~^~1600~^~SILK Unsweetened, soymilk~^~SILK UNSWTND,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16245~^~1600~^~SILK Very Vanilla, soymilk~^~SILK VERY VANILLA,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16246~^~1600~^~SILK Nog, soymilk~^~SILK NOG,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16247~^~1600~^~SILK Chai, soymilk~^~SILK CHAI,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16248~^~1600~^~SILK Mocha, soymilk~^~SILK MOCHA,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16249~^~1600~^~SILK Coffee, soymilk~^~SILK COFFEE,SOYMILK~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16250~^~1600~^~SILK Vanilla soy Yogurt (Family size)~^~SILK VANILLA SOY YOGURT (FAMILY SIZE)~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16251~^~1600~^~SILK Vanilla soy yogurt (single serving size)~^~SILK VANILLA SOY YOGURT (SINGLE SERVING SIZE)~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16252~^~1600~^~SILK Plain soy yogurt~^~SILK PLN SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16253~^~1600~^~SILK Strawberry soy yogurt~^~SILK STRAWBERRY SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16254~^~1600~^~SILK Raspberry soy yogurt~^~SILK RASPBERRY SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16255~^~1600~^~SILK Peach soy Yogurt~^~SILK PEACH SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16256~^~1600~^~SILK Black Cherry soy Yogurt~^~SILK BLACK CHERRY SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16257~^~1600~^~SILK Blueberry soy Yogurt~^~SILK BLUEBERRY SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16258~^~1600~^~SILK Key Lime soy Yogurt~^~SILK KEY LIME SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16259~^~1600~^~SILK Banana-Strawberry soy Yogurt~^~SILK BANANA-STRAWBERRY SOY YOGURT~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16260~^~1600~^~SILK Original Creamer~^~SILK ORIGINAL CREAMER~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16261~^~1600~^~SILK French Vanilla Creamer~^~SILK FRENCH VANILLA CREAMER~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16262~^~1600~^~SILK Hazelnut Creamer~^~SILK HAZELNUT CREAMER~^~~^~WhiteWave Foods Company~^~~^~~^0^~~^6.25^^^ ~16302~^~1600~^~Beans, adzuki, mature seed, cooked, boiled, with salt~^~BEANS,ADZUKI,MATURE SD,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16315~^~1600~^~Beans, black, mature seeds, cooked, boiled, with salt~^~BEANS,BLACK,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16317~^~1600~^~Beans, black turtle soup, mature seeds, cooked, boiled, with salt~^~BEANS,BLACK TURTLE SOUP,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16320~^~1600~^~Beans, cranberry (roman), mature seeds, cooked, boiled, with salt~^~BEANS,CRANBERRY (ROMAN),MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16323~^~1600~^~Beans, french, mature seeds, cooked, boiled, with salt~^~BEANS,FRENCH,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16325~^~1600~^~Beans, great northern, mature seeds, cooked, boiled, with salt~^~BEANS,GREAT NORTHERN,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16328~^~1600~^~Beans, kidney, all types, mature seeds, cooked, boiled, with salt~^~BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16331~^~1600~^~Beans, kidney, california red, mature seeds, cooked, boiled, with salt~^~BEANS,KIDNEY,CALIFORNIA RED,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16333~^~1600~^~Beans, kidney, red, mature seeds, cooked, boiled, with salt~^~BEANS,KIDNEY,RED,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16336~^~1600~^~Beans, kidney, royal red, mature seeds, cooked, boiled with salt~^~BEANS,KIDNEY,ROYAL RED,MATURE SEEDS,CKD,BLD W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16338~^~1600~^~Beans, navy, mature seeds, cooked, boiled, with salt~^~BEANS,NAVY,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16341~^~1600~^~Beans, pink, mature seeds, cooked, boiled, with salt~^~BEANS,PINK,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16343~^~1600~^~Beans, pinto, mature seeds, cooked, boiled, with salt~^~BEANS,PINTO,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16346~^~1600~^~Beans, small white, mature seeds, cooked, boiled, with salt~^~BEANS,SML WHITE,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16348~^~1600~^~Beans, yellow, mature seeds, cooked, boiled, with salt~^~BEANS,YEL,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16350~^~1600~^~Beans, white, mature seeds, cooked, boiled, with salt~^~BEANS,WHITE,MATURE SEEDS,CKD,BLD,W/ SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16353~^~1600~^~Broadbeans (fava beans), mature seeds, cooked, boiled, with salt~^~BROADBEANS (FAVA BNS),MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16357~^~1600~^~Chickpeas (garbanzo beans, bengal gram), mature seeds, cooked, boiled, with salt~^~CHICKPEAS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16361~^~1600~^~Cowpeas, catjang, mature seeds, cooked, boiled, with salt~^~COWPEAS,CATJANG,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16363~^~1600~^~Cowpeas, common (blackeyes, crowder, southern), mature seeds, cooked, boiled, with salt~^~COWPEAS,COMMON,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16368~^~1600~^~Hyacinth beans, mature seeds, cooked, boiled, with salt~^~HYACINTH BNS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16370~^~1600~^~Lentils, mature seeds, cooked, boiled, with salt~^~LENTILS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16372~^~1600~^~Lima beans, large, mature seeds, cooked, boiled, with salt~^~LIMA BNS,LRG,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16375~^~1600~^~Lima beans, thin seeded (baby), mature seeds, cooked, boiled, with salt~^~LIMA BNS,THIN SEEDED (BABY),MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16377~^~1600~^~Lupins, mature seeds, cooked, boiled, with salt~^~LUPINS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16379~^~1600~^~Mothbeans, mature seeds, cooked, boiled, with salt~^~MOTHBEANS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16381~^~1600~^~Mung beans, mature seeds, cooked, boiled, with salt~^~MUNG BNS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16384~^~1600~^~Mungo beans, mature seeds, cooked, boiled, with salt~^~MUNGO BNS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16386~^~1600~^~Peas, split, mature seeds, cooked, boiled, with salt~^~PEAS,SPLIT,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16389~^~1600~^~Peanuts, all types, oil-roasted, without salt~^~PEANUTS,ALL TYPES,OIL-ROASTED,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16390~^~1600~^~Peanuts, all types, dry-roasted, without salt~^~PEANUTS,ALL TYPES,DRY-ROASTED,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16392~^~1600~^~Peanuts, spanish, oil-roasted, without salt~^~PEANUTS,SPANISH,OIL-ROASTED,WO/SALT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16394~^~1600~^~Peanuts, valencia, oil-roasted, without salt~^~PEANUTS,VALENCIA,OIL-ROASTED,WO/SALT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16396~^~1600~^~Peanuts, virginia, oil-roasted, without salt~^~PEANUTS,VIRGINIA,OIL-ROASTED,WO/SALT~^~~^~~^~~^~~^0^~~^5.46^3.47^8.37^4.07 ~16397~^~1600~^~Peanut butter, chunk style, without salt~^~PEANUT BUTTER,CHUNK STYLE,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16398~^~1600~^~Peanut butter, smooth style, without salt~^~PEANUT BUTTER,SMOOTH STYLE,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.46^3.47^8.37^4.07 ~16399~^~1600~^~Peanut butter with omega-3, creamy~^~PEANUT BUTTER W/ OMEGA-3,CREAMY~^~~^~~^~~^~~^0^~~^^3.47^8.37^4.07 ~16402~^~1600~^~Pigeon peas (red gram), mature seeds, cooked, boiled, with salt~^~PIGEON PEAS (RED GM),MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16409~^~1600~^~Soybeans, mature seeds, cooked, boiled, with salt~^~SOYBEANS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16410~^~1600~^~Soybeans, mature seeds, roasted, no salt added~^~SOYBEANS,MATURE SEEDS,RSTED,NO SALT ADDED~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16415~^~1600~^~Soy flour, full-fat, raw, crude protein basis (N x 6.25)~^~SOY FLR,FULL-FAT,RAW,CRUDE PROT BASIS (N X 6.25)~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16416~^~1600~^~Soy flour, full-fat, roasted, crude protein basis (N x 6.25)~^~SOY FLR,FULL-FAT,RSTD,CRUDE PROT BASIS (N X 6.25)~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16417~^~1600~^~Soy flour, defatted, crude protein basis (N x 6.25)~^~SOY FLR,DEFATTED,CRUDE PROT BASIS (N X 6.25)~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16418~^~1600~^~Soy flour, low-fat, crude protein basis (N x 6.25)~^~SOY FLR,LOW-FAT,CRUDE PROT BASIS (N x 6.25)~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16419~^~1600~^~Soy meal, defatted, raw, crude protein basis (N x 6.25)~^~SOY MEAL,DEFATTED,RAW,CRUDE PROT BASIS (N X 6.25)~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16420~^~1600~^~Soy protein concentrate, produced by acid wash~^~SOY PROT CONC,PRODUCED BY ACID WASH~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16421~^~1600~^~Soy protein concentrate, crude protein basis (N x 6.25), produced by acid wash~^~SOY PROT CONC,CRUDE PROT BASIS (N X 6.25),ACID WASH~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16422~^~1600~^~Soy protein isolate, potassium type~^~SOY PROT ISOLATE,K TYPE~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16423~^~1600~^~Soy protein isolate, potassium type, crude protein basis~^~SOY PROT ISOLATE,K TYPE,CRUDE PROT BASIS~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16424~^~1600~^~Soy sauce made from soy and wheat (shoyu), low sodium~^~SOY SAU MADE FROM SOY&WHEAT (SHOYU),LO NA~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.40^4.00 ~16426~^~1600~^~Tofu, raw, firm, prepared with calcium sulfate~^~TOFU,RAW,FIRM,PREP W/CA SULFATE~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16427~^~1600~^~Tofu, raw, regular, prepared with calcium sulfate~^~TOFU,RAW,REG,PREP W/CA SULFATE~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16428~^~1600~^~Tofu, dried-frozen (koyadofu), prepared with calcium sulfate~^~TOFU,DRIED-FROZEN (KOYADOFU),PREP W/CA SULFATE~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16429~^~1600~^~Tofu, fried, prepared with calcium sulfate~^~TOFU,FRIED,PREP W/CA SULFATE~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16432~^~1600~^~Tofu, salted and fermented (fuyu), prepared with calcium sulfate~^~TOFU,SALTED&FERMENTED (FUYU),PREP W/CA SULFATE~^~~^~~^~~^~~^0^~~^5.71^3.47^8.37^4.07 ~16434~^~1600~^~Yardlong beans, yardlong, mature seeds, cooked, boiled, with salt~^~YARDLONG BNS,YARDLONG,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16436~^~1600~^~Winged beans, mature seeds, cooked, boiled, with salt~^~WINGED BNS,MATURE SEEDS,CKD,BLD,W/SALT~^~~^~~^~~^~~^0^~~^6.25^3.47^8.37^4.07 ~16500~^~1600~^~LOMA LINDA Little Links, canned, unprepared~^~LOMA LINDA LITTLE LINKS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16501~^~1600~^~LOMA LINDA Fried Chik'n with Gravy, canned, unprepared~^~LOMA LINDA FRIED CHIK'N W/ GRAVY,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16502~^~1600~^~LOMA LINDA Low Fat Big Franks, canned, unprepared~^~LOMA LINDA LOFAT BIG FRANKS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16503~^~1600~^~LOMA LINDA Dinner Cuts, canned, unprepared~^~LOMA LINDA DINNER CUTS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16504~^~1600~^~LOMA LINDA Tender Rounds with Gravy, canned, unprepared~^~LOMA LINDA TENDER ROUNDS W/ GRAVY,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16505~^~1600~^~LOMA LINDA Swiss Stake with Gravy, canned, unprepared~^~LOMA LINDA SWISS STAKE W/ GRAVY,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16506~^~1600~^~LOMA LINDA Vege-Burger, canned, unprepared~^~LOMA LINDA VEGE-BURGER,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16507~^~1600~^~LOMA LINDA Redi-Burger, canned, unprepared~^~LOMA LINDA REDI-BURGER,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16508~^~1600~^~LOMA LINDA Tender Bits, canned, unprepared~^~LOMA LINDA TENDER BITS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16509~^~1600~^~LOMA LINDA Linketts, canned, unprepared~^~LOMA LINDA LINKETTS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16510~^~1600~^~WORTHINGTON Chili, canned, unprepared~^~WORTHINGTON CHILI,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16511~^~1600~^~WORTHINGTON Choplets, canned, unprepared~^~WORTHINGTON CHOPLETS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16512~^~1600~^~WORTHINGTON Diced Chik, canned, unprepared~^~WORTHINGTON DICED CHIK,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16513~^~1600~^~WORTHINGTON FriChik, canned, unprepared~^~WORTHINGTON FRICHIK,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16514~^~1600~^~WORTHINGTON Low Fat Fri Chik, canned, unprepared~^~WORTHINGTON LOFAT FRI CHIK,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16515~^~1600~^~WORTHINGTON Low Fat Veja-Links, canned, unprepared~^~WORTHINGTON LOFAT VEJA-LINKS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16516~^~1600~^~WORTHINGTON Multigrain Cutlets, canned, unprepared~^~WORTHINGTON MULTIGRAIN CUTLETS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16517~^~1600~^~WORTHINGTON Prime Stakes, canned, unprepared~^~WORTHINGTON PRIME STAKES,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16518~^~1600~^~WORTHINGTON Saucettes, canned, unprepared~^~WORTHINGTON SAUCETTES,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16519~^~1600~^~WORTHINGTON Super Links, canned, unprepared~^~WORTHINGTON SUPER LINKS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16520~^~1600~^~WORTHINGTON Turkee Slices, canned, unprepared~^~WORTHINGTON TURKEE SLICES,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16521~^~1600~^~WORTHINGTON Vegetable Skallops, canned, unprepared~^~WORTHINGTON VEG SKALLOPS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16522~^~1600~^~WORTHINGTON Vegetable Steaks, canned, unprepared~^~WORTHINGTON VEG STEAKS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16523~^~1600~^~WORTHINGTON Vegetarian Burger, canned, unprepared~^~WORTHINGTON VEGETARIAN BURGER,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16524~^~1600~^~WORTHINGTON Veja-Links, canned, unprepared~^~WORTHINGTON VEJA-LINKS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16525~^~1600~^~WORTHINGTON Chic-Ketts, frozen, unprepared~^~WORTHINGTON CHIC-KETTS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16526~^~1600~^~WORTHINGTON Meatless Chicken, frozen, unprepared~^~WORTHINGTON MEATLESS CHICK,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16527~^~1600~^~WORTHINGTON Meatless Corned Beef, frozen, unprepared~^~WORTHINGTON MEATLESS CORNED BF,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16528~^~1600~^~WORTHINGTON Dinner Roast, frozen, unprepared~^~WORTHINGTON DINNER RST,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16529~^~1600~^~WORTHINGTON FriPats, frozen, unprepared~^~WORTHINGTON FRIPATS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16530~^~1600~^~WORTHINGTON Dinner Roast, frozen, unprepared~^~WORTHINGTON DINNER RST,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16531~^~1600~^~WORTHINGTON Prosage Links, frozen, unprepared~^~WORTHINGTON PROSAGE LINKS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16532~^~1600~^~WORTHINGTON Prosage Roll, frozen, unprepared~^~WORTHINGTON PROSAGE ROLL,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16533~^~1600~^~WORTHINGTON Smoked Turkey, frozen, unprepared~^~WORTHINGTON SMOKED TURKEY,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16534~^~1600~^~WORTHINGTON Stakelets, frozen, unprepared~^~WORTHINGTON STAKELETS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16535~^~1600~^~WORTHINGTON Stripples, frozen, unprepared~^~WORTHINGTON STRIPPLES,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16536~^~1600~^~WORTHINGTON Wham, frozen, unprepared~^~WORTHINGTON WHAM,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16537~^~1600~^~MORNINGSTAR FARMS Veggie Corn Dogs made w/ Natural Ingredients, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE CORN DOGS W/ NAT INGR,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16538~^~1600~^~MORNINGSTAR FARMS Breakfast Pattie made with Organic Soy, frozen, unprepared~^~MORNINGSTAR FARMS BRKFST PATTIE MADE W/ ORG SOY,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16539~^~1600~^~MORNINGSTAR FARMS Okara Patties made with Organic Soy, frozen, unprepared~^~MORNINGSTAR FARMS OKARA PATTIES MADE W/ ORG SOY,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16540~^~1600~^~MORNINGSTAR FARMS Roasted Herb Chik'n made with Organic Soy, frozen, unprepared~^~MORNINGSTAR FARMS RSTD HERB CHIK'N W/ ORG SOY,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16542~^~1600~^~MORNINGSTAR FARMS Veggie Bacon Strips, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE BACON STRIPS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16544~^~1600~^~MORNINGSTAR FARMS Veggie Bites Country Scramble, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE BITES COUNTRY SCRAMBLE,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16545~^~1600~^~MORNINGSTAR FARMS Veggie Bites Eggs Florentine, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE BITES EGGS FLORENTINE,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16546~^~1600~^~MORNINGSTAR FARMS Veggie Sausage Links, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE SAUSAGE LINKS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16547~^~1600~^~MORNINGSTAR FARMS Cheddar Burger, frozen, unprepared~^~MORNINGSTAR FARMS CHEDDAR BURGER,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16548~^~1600~^~MORNINGSTAR FARMS Grillers Original, frozen, unprepared~^~MORNINGSTAR FARMS GRILLERS ORIGINAL,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16549~^~1600~^~MORNINGSTAR FARMS Grillers Prime, frozen, unprepared~^~MORNINGSTAR FARMS GRILLERS PRIME,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16550~^~1600~^~MORNINGSTAR FARMS Philly Cheesesteak Burger, frozen, unprepared~^~MORNINGSTAR FARMS PHILLY CHEESESTEAK BURGER,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16551~^~1600~^~MORNINGSTAR FARMS Asian Veggie Patties, frozen, unprepared~^~MORNINGSTAR FARMS ASIAN VEGGIE PATTIES,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16552~^~1600~^~MORNINGSTAR FARMS Mushroom Lover's Burger, frozen, unprepared~^~MORNINGSTAR FARMS MUSHROOM LOVER'S BURGER,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16554~^~1600~^~MORNINGSTAR FARMS Tomato & Basil Pizza Burger, frozen, unprepared~^~MORNINGSTAR FARMS TOMATO & BASIL PIZZA BURGER,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16555~^~1600~^~MORNINGSTAR FARMS MeatFree Buffalo Wings, frozen, unprepared~^~MORNINGSTAR FARMS MEATFREE BUFFALO WINGS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16556~^~1600~^~MORNINGSTAR FARMS Chik'n Nuggets, frozen, unprepared~^~MORNINGSTAR FARMS CHIK'N NUGGETS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16557~^~1600~^~MORNINGSTAR FARMS Chik Patties Original, frozen, unprepared~^~MORNINGSTAR FARMS CHIK PATTIES ORIGINAL,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16558~^~1600~^~MORNINGSTAR FARMS Italian Herb Chik Patties, frozen, unprepared~^~MORNINGSTAR FARMS ITALIAN HERB CHIK PATTIES,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16559~^~1600~^~MORNINGSTAR FARMS Original Chik'n Tenders, frozen, unprepared~^~MORNINGSTAR FARMS ORIGINAL CHIK'N TENDERS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16560~^~1600~^~MORNINGSTAR FARMS Meatless Corn Dogs, frozen, unprepared~^~MORNINGSTAR FARMS MEATLESS CORN DOGS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16561~^~1600~^~MORNINGSTAR FARMS Meatless Mini Corn Dogs, frozen, unprepared~^~MORNINGSTAR FARMS MEATLESS MINI CORN DOGS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16563~^~1600~^~MORNINGSTAR FARMS Meal Starters Chik'n Strips, frozen, unprepared~^~MORNINGSTAR FARMS MEAL STARTERS CHIK'N STRIPS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16564~^~1600~^~MORNINGSTAR FARMS Meal Starters Steak Strips, frozen, unprepared~^~MORNINGSTAR FARMS MEAL STARTERS STEAK STRIPS,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16565~^~1600~^~MORNINGSTAR FARMS Sausage Style Recipe Crumbles, frozen, unprepared~^~MORNINGSTAR FARMS SAUSAGE STYLE RECIPE CRUMBLES,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16566~^~1600~^~MORNINGSTAR FARMS Veggie Bites Broccoli Cheddar, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE BITES BROCCOLI CHEDDAR,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16567~^~1600~^~MORNINGSTAR FARMS Veggie Bites Spinach Artichoke, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE BITES SPINACH ARTICHOKE,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16568~^~1600~^~MORNINGSTAR FARMS Veggie Cakes Ginger Teriyaki, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE CAKES GINGER TERIYAKI,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~16569~^~1600~^~MORNINGSTAR FARMS Veggie Cakes Southwestern Style, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE CAKES SOUTHWESTERN STYLE,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~17001~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^23^~Ovis aries~^6.25^4.27^9.02^3.87 ~17002~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/4" fat, choice, cooked~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/4"FAT,CHOIC,CKD~^~~^~~^~Y~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17003~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,COMP OF RTL CUTS,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 23%, separable fat 19%~^42^~~^6.25^4.27^9.02^3.87 ~17004~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable lean only, trimmed to 1/4" fat, choice, cooked~^~LAMB,DOM,COMP OF RTL CUTS,LN,1/4"FAT,CHOIC,CKD~^~~^~~^~~^~Bone 25%, separable fat 17%~^42^~~^6.25^4.27^9.02^3.87 ~17005~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,COMP OF RTL CUTS,FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17006~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4" fat, choice, cooked~^~LAMB,DOM,COMP OF RTL CUTS,FAT,1/4"FAT,CHOIC,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17007~^~1700~^~Lamb, domestic, foreshank, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,FORESHANK,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^52^~~^6.25^4.27^9.02^3.87 ~17008~^~1700~^~Lamb, domestic, foreshank, separable lean and fat, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,FORESHANK,LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~Y~^~Bone~^56^~~^6.25^4.27^9.02^3.87 ~17009~^~1700~^~Lamb, domestic, foreshank, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,FORESHANK,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 52%, separable fat 7%~^59^~~^6.25^4.27^9.02^3.87 ~17010~^~1700~^~Lamb, domestic, foreshank, separable lean only, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,FORESHANK,LN,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone 56%, separable fat 6%~^62^~~^6.25^4.27^9.02^3.87 ~17011~^~1700~^~Lamb, domestic, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~17012~^~1700~^~Lamb, domestic, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~Y~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17013~^~1700~^~Lamb, domestic, leg, whole (shank and sirloin), separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 21%, separable fat 15%~^36^~~^6.25^4.27^9.02^3.87 ~17014~^~1700~^~Lamb, domestic, leg, whole (shank and sirloin), separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~Y~^~Bone 22%, separable fat 13%~^35^~~^6.25^4.27^9.02^3.87 ~17015~^~1700~^~Lamb, domestic, leg, shank half, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17016~^~1700~^~Lamb, domestic, leg, shank half, separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17017~^~1700~^~Lamb, domestic, leg, shank half, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LEG,SHANK HALF,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 20%, separable fat 11%~^31^~~^6.25^4.27^9.02^3.87 ~17018~^~1700~^~Lamb, domestic, leg, shank half, separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,SHANK HALF,LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone 20%, separable fat 9%~^29^~~^6.25^4.27^9.02^3.87 ~17019~^~1700~^~Lamb, domestic, leg, sirloin half, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17020~^~1700~^~Lamb, domestic, leg, sirloin half, separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17021~^~1700~^~Lamb, domestic, leg, sirloin half, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LEG,SIRLOIN HALF,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 23%, separable fat 20%~^43^~~^6.25^4.27^9.02^3.87 ~17022~^~1700~^~Lamb, domestic, leg, sirloin half, separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,SIRLOIN HALF,LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone 23%, separable fat 18%~^41^~~^6.25^4.27^9.02^3.87 ~17023~^~1700~^~Lamb, domestic, loin, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LOIN,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~17024~^~1700~^~Lamb, domestic, loin, separable lean and fat, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,LOIN,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~Y~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17025~^~1700~^~Lamb, domestic, loin, separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LOIN,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~Y~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17026~^~1700~^~Lamb, domestic, loin, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,LOIN,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 21%, separable fat 25%~^46^~~^6.25^4.27^9.02^3.87 ~17027~^~1700~^~Lamb, domestic, loin, separable lean only, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,LOIN,LN,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~Y~^~Bone 23%, separable fat 21%~^44^~~^6.25^4.27^9.02^3.87 ~17028~^~1700~^~Lamb, domestic, loin, separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,LOIN,LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone 22%, separable fat 22%~^44^~~^6.25^4.27^9.02^3.87 ~17029~^~1700~^~Lamb, domestic, rib, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,RIB,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~17030~^~1700~^~Lamb, domestic, rib, separable lean and fat, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,RIB,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~Y~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~17031~^~1700~^~Lamb, domestic, rib, separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,RIB,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17032~^~1700~^~Lamb, domestic, rib, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,RIB,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 27%, separable fat 30%~^57^~~^6.25^4.27^9.02^3.87 ~17033~^~1700~^~Lamb, domestic, rib, separable lean only, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,RIB,LN,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~Y~^~Bone 30%, separable fat 25%~^55^~~^6.25^4.27^9.02^3.87 ~17034~^~1700~^~Lamb, domestic, rib, separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,RIB,LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone 28%, separable fat 27%~^55^~~^6.25^4.27^9.02^3.87 ~17035~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~Y~^~Bone 21%~^21^~~^6.25^4.27^9.02^3.87 ~17036~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17037~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17038~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~Y~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17039~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,RAW~^~~^~~^~Y~^~Bone 21%, separable fat 18%~^39^~~^6.25^4.27^9.02^3.87 ~17040~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean only, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone 25%, separable fat 15%~^40^~~^6.25^4.27^9.02^3.87 ~17041~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean only, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~Y~^~Bone 24%, separable fat 14%~^38^~~^6.25^4.27^9.02^3.87 ~17042~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~Y~^~Bone 22%, separable fat 15%~^37^~~^6.25^4.27^9.02^3.87 ~17043~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~17044~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17045~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^19^~~^6.25^4.27^9.02^3.87 ~17046~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~17047~^~1700~^~Lamb, domestic, shoulder, arm, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 17%, separable fat 20%~^37^~~^6.25^4.27^9.02^3.87 ~17048~^~1700~^~Lamb, domestic, shoulder, arm, separable lean only, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone 20%, separable fat 18%~^38^~~^6.25^4.27^9.02^3.87 ~17049~^~1700~^~Lamb, domestic, shoulder, arm, separable lean only, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone 19%, separable fat 17%~^36^~~^6.25^4.27^9.02^3.87 ~17050~^~1700~^~Lamb, domestic, shoulder, arm, separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,ARM,LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone 17%, separable fat 18%~^35^~~^6.25^4.27^9.02^3.87 ~17051~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17052~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17053~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~Y~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~17054~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17055~^~1700~^~Lamb, domestic, shoulder, blade, separable lean only, trimmed to 1/4" fat, choice, raw~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,RAW~^~~^~~^~~^~Bone 24%, separable fat 16%~^40^~~^6.25^4.27^9.02^3.87 ~17056~^~1700~^~Lamb, domestic, shoulder, blade, separable lean only, trimmed to 1/4" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone 28%, separable fat 14%~^42^~~^6.25^4.27^9.02^3.87 ~17057~^~1700~^~Lamb, domestic, shoulder, blade, separable lean only, trimmed to 1/4" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone 27%, separable fat 13%~^40^~~^6.25^4.27^9.02^3.87 ~17058~^~1700~^~Lamb, domestic, shoulder, blade, separable lean only, trimmed to 1/4" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,BLADE,LN,1/4"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone 25%, separable fat 14%~^39^~~^6.25^4.27^9.02^3.87 ~17059~^~1700~^~Lamb, domestic, cubed for stew or kabob (leg and shoulder), separable lean only, trimmed to 1/4" fat, raw~^~LAMB,DOM,CUBED FOR STEW OR KABOB (LEG&SHLDR),LN,1/4"FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17060~^~1700~^~Lamb, domestic, cubed for stew or kabob (leg and shoulder), separable lean only, trimmed to 1/4" fat, cooked, braised~^~LAMB,DOM,CUBED FOR STEW (LEG&SHLDR),LN,1/4"FAT,CKD,BRSD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17061~^~1700~^~Lamb, domestic, cubed for stew or kabob (leg and shoulder), separable lean only, trimmed to 1/4" fat, cooked, broiled~^~LAMB,DOM,CUBED FOR STEW (LEG&SHLDR),LN,1/4"FAT,CKD,BRLD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17062~^~1700~^~Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable lean and fat, raw~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,RAW~^~~^~~^~~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~17063~^~1700~^~Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable lean and fat, cooked~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,CKD~^~~^~~^~~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~17064~^~1700~^~Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable lean only, raw~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN,RAW~^~~^~~^~~^~Bone 30%, separable fat 20%~^50^~~^6.25^4.27^9.02^3.87 ~17065~^~1700~^~Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable lean only, cooked~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN,CKD~^~~^~~^~~^~Bone 31%, separable fat 18%~^49^~~^6.25^4.27^9.02^3.87 ~17066~^~1700~^~Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, raw~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17067~^~1700~^~Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, cooked~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,FAT,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17068~^~1700~^~Lamb, New Zealand, imported, frozen, foreshank, separable lean and fat, raw~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,RAW~^~~^~~^~~^~Bone~^45^~~^6.25^4.27^9.02^3.87 ~17069~^~1700~^~Lamb, New Zealand, imported, frozen, foreshank, separable lean and fat, cooked, braised~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^50^~~^6.25^4.27^9.02^3.87 ~17070~^~1700~^~Lamb, New Zealand, imported, frozen, foreshank, separable lean only, raw~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN,RAW~^~~^~~^~~^~Bone 45%, separable fat 11%~^56^~~^6.25^4.27^9.02^3.87 ~17071~^~1700~^~Lamb, New Zealand, imported, frozen, foreshank, separable lean only, cooked, braised~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN,CKD,BRSD~^~~^~~^~~^~Bone 50%, separable fat 9%~^59^~~^6.25^4.27^9.02^3.87 ~17072~^~1700~^~Lamb, New Zealand, imported, frozen, leg, whole (shank and sirloin), separable lean and fat, raw~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,RAW~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17073~^~1700~^~Lamb, New Zealand, imported, frozen, leg, whole (shank and sirloin), separable lean and fat, cooked, roasted~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17074~^~1700~^~Lamb, New Zealand, imported, frozen, leg, whole (shank and sirloin), separable lean only, raw~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN,RAW~^~~^~~^~~^~Bone 23%, separable fat 14%~^37^~~^6.25^4.27^9.02^3.87 ~17075~^~1700~^~Lamb, New Zealand, imported, frozen, leg, whole (shank and sirloin), separable lean only, cooked, roasted~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN,CKD,RSTD~^~~^~~^~~^~Bone 24%, separable fat 12%~^36^~~^6.25^4.27^9.02^3.87 ~17076~^~1700~^~Lamb, New Zealand, imported, frozen, loin, separable lean and fat, raw~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,RAW~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17077~^~1700~^~Lamb, New Zealand, imported, frozen, loin, separable lean and fat, cooked, broiled~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,CKD,BRLD~^~~^~~^~Y~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~17078~^~1700~^~Lamb, New Zealand, imported, frozen, loin, separable lean only, raw~^~LAMB,NZ,IMP,FRZ,LOIN,LN,RAW~^~~^~~^~~^~Bone 24%, separable fat 26%~^50^~~^6.25^4.27^9.02^3.87 ~17079~^~1700~^~Lamb, New Zealand, imported, frozen, loin, separable lean only, cooked, broiled~^~LAMB,NZ,IMP,FRZ,LOIN,LN,CKD,BRLD~^~~^~~^~~^~Bone 27%, separable fat 22%~^49^~~^6.25^4.27^9.02^3.87 ~17080~^~1700~^~Lamb, New Zealand, imported, frozen, rib, separable lean and fat, raw~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,RAW~^~~^~~^~~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~17081~^~1700~^~Lamb, New Zealand, imported, frozen, rib, separable lean and fat, cooked, roasted~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone~^32^~~^6.25^4.27^9.02^3.87 ~17082~^~1700~^~Lamb, New Zealand, imported, frozen, rib, separable lean only, raw~^~LAMB,NZ,IMP,FRZ,RIB,LN,RAW~^~~^~~^~~^~Bone 31%, separable fat 28%~^59^~~^6.25^4.27^9.02^3.87 ~17083~^~1700~^~Lamb, New Zealand, imported, frozen, rib, separable lean only, cooked, roasted~^~LAMB,NZ,IMP,FRZ,RIB,LN,CKD,RSTD~^~~^~~^~Y~^~Bone 32%, separable fat 25%~^57^~~^6.25^4.27^9.02^3.87 ~17084~^~1700~^~Lamb, New Zealand, imported, frozen, shoulder, whole (arm and blade), separable lean and fat, raw~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,RAW~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17085~^~1700~^~Lamb, New Zealand, imported, frozen, shoulder, whole (arm and blade), separable lean and fat, cooked, braised~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~17086~^~1700~^~Lamb, New Zealand, imported, frozen, shoulder, whole (arm and blade), separable lean only, raw~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN,RAW~^~~^~~^~~^~Bone 25%, separable fat 20%~^45^~~^6.25^4.27^9.02^3.87 ~17087~^~1700~^~Lamb, New Zealand, imported, frozen, shoulder, whole (arm and blade), separable lean only, cooked, braised~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN,CKD,BRSD~^~~^~~^~~^~Bone 29%, separable fat 17%~^46^~~^6.25^4.27^9.02^3.87 ~17088~^~1700~^~Veal, composite of trimmed retail cuts, separable lean and fat, raw~^~VEAL,COMP OF RTL CUTS,LN&FAT,RAW~^~~^~~^~~^~Bone~^31^~Bos taurus~^6.25^4.27^9.02^3.87 ~17089~^~1700~^~Veal, composite of trimmed retail cuts, separable lean and fat, cooked~^~VEAL,COMP OF RTL CUTS,LN&FAT,CKD~^~~^~~^~Y~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17090~^~1700~^~Veal, composite of trimmed retail cuts, separable lean only, raw~^~VEAL,COMP OF RTL CUTS,LN,RAW~^~~^~~^~~^~Bone 31%, separable fat 4%~^35^~~^6.25^4.27^9.02^3.87 ~17091~^~1700~^~Veal, composite of trimmed retail cuts, separable lean only, cooked~^~VEAL,COMP OF RTL CUTS,LN,CKD~^~~^~~^~Y~^~Bone 28%, separable fat 6%~^34^~~^6.25^4.27^9.02^3.87 ~17092~^~1700~^~Veal, composite of trimmed retail cuts, separable fat, raw~^~VEAL,COMP OF RTL CUTS,FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17093~^~1700~^~Veal, composite of trimmed retail cuts, separable fat, cooked~^~VEAL,COMP OF RTL CUTS,FAT,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17094~^~1700~^~Veal, leg (top round), separable lean and fat, raw~^~VEAL,LEG (TOP RND),LN&FAT,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17095~^~1700~^~Veal, leg (top round), separable lean and fat, cooked, braised~^~VEAL,LEG (TOP RND),LN&FAT,CKD,BRSD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17096~^~1700~^~Veal, leg (top round), separable lean and fat, cooked, pan-fried, breaded~^~VEAL,LEG (TOP RND),LN&FAT,CKD,PAN-FRIED,BREADED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17097~^~1700~^~Veal, leg (top round), separable lean and fat, cooked, pan-fried, not breaded~^~VEAL,LEG (TOP RND),LN&FAT,CKD,PAN-FRIED,NOT BREADED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17098~^~1700~^~Veal, leg (top round), separable lean and fat, cooked, roasted~^~VEAL,LEG (TOP RND),LN&FAT,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17099~^~1700~^~Veal, leg (top round), separable lean only, raw~^~VEAL,LEG (TOP RND),LN,RAW~^~~^~~^~~^~Separable fat~^2^~~^6.25^4.27^9.02^3.87 ~17100~^~1700~^~Veal, leg (top round), separable lean only, cooked, braised~^~VEAL,LEG (TOP RND),LN,CKD,BRSD~^~~^~~^~~^~Separable fat~^2^~~^6.25^4.27^9.02^3.87 ~17101~^~1700~^~Veal, leg (top round), separable lean only, cooked, pan-fried, breaded~^~VEAL,LEG (TOP RND),LN,CKD,PAN-FRIED,BREADED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17102~^~1700~^~Veal, leg (top round), separable lean only, cooked, pan-fried, not breaded~^~VEAL,LEG (TOP RND),LN,CKD,PAN-FRIED,NOT BREADED~^~~^~~^~Y~^~Separable fat~^5^~~^6.25^4.27^9.02^3.87 ~17103~^~1700~^~Veal, leg (top round), separable lean only, cooked, roasted~^~VEAL,LEG (TOP RND),LN,CKD,RSTD~^~~^~~^~~^~Separable fat~^2^~~^6.25^4.27^9.02^3.87 ~17104~^~1700~^~Veal, loin, separable lean and fat, raw~^~VEAL,LOIN,LN&FAT,RAW~^~~^~~^~Y~^~Bone~^36^~~^6.25^4.27^9.02^3.87 ~17105~^~1700~^~Veal, loin, separable lean and fat, cooked, braised~^~VEAL,LOIN,LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Bone~^36^~~^6.25^4.27^9.02^3.87 ~17106~^~1700~^~Veal, loin, separable lean and fat, cooked, roasted~^~VEAL,LOIN,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone~^36^~~^6.25^4.27^9.02^3.87 ~17107~^~1700~^~Veal, loin, separable lean only, raw~^~VEAL,LOIN,LN,RAW~^~~^~~^~~^~Bone 36%, separable fat 6%~^42^~~^6.25^4.27^9.02^3.87 ~17108~^~1700~^~Veal, loin, separable lean only, cooked, braised~^~VEAL,LOIN,LN,CKD,BRSD~^~~^~~^~Y~^~Bone 36%, separable fat 9%~^45^~~^6.25^4.27^9.02^3.87 ~17109~^~1700~^~Veal, loin, separable lean only, cooked, roasted~^~VEAL,LOIN,LN,CKD,RSTD~^~~^~~^~Y~^~Bone 36%, separable fat 6%~^42^~~^6.25^4.27^9.02^3.87 ~17110~^~1700~^~Veal, rib, separable lean and fat, raw~^~VEAL,RIB,LN&FAT,RAW~^~~^~~^~~^~Bone~^35^~~^6.25^4.27^9.02^3.87 ~17111~^~1700~^~Veal, rib, separable lean and fat, cooked, braised~^~VEAL,RIB,LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Bone~^37^~~^6.25^4.27^9.02^3.87 ~17112~^~1700~^~Veal, rib, separable lean and fat, cooked, roasted~^~VEAL,RIB,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~17113~^~1700~^~Veal, rib, separable lean only, raw~^~VEAL,RIB,LN,RAW~^~~^~~^~~^~Bone 35%, separable fat 5%~^40^~~^6.25^4.27^9.02^3.87 ~17114~^~1700~^~Veal, rib, separable lean only, cooked, braised~^~VEAL,RIB,LN,CKD,BRSD~^~~^~~^~Y~^~Bone 37%, separable fat 5%~^42^~~^6.25^4.27^9.02^3.87 ~17115~^~1700~^~Veal, rib, separable lean only, cooked, roasted~^~VEAL,RIB,LN,CKD,RSTD~^~~^~~^~~^~Bone 33%, separable fat 7%~^40^~~^6.25^4.27^9.02^3.87 ~17116~^~1700~^~Veal, shoulder, whole (arm and blade), separable lean and fat, raw~^~VEAL,SHLDR,WHL (ARM&BLD),LN&FAT,RAW~^~~^~~^~Y~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17117~^~1700~^~Veal, shoulder, whole (arm and blade), separable lean and fat, cooked, braised~^~VEAL,SHLDR,WHL (ARM&BLD),LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Bone~^31^~~^6.25^4.27^9.02^3.87 ~17118~^~1700~^~Veal, shoulder, whole (arm and blade), separable lean and fat, cooked, roasted~^~VEAL,SHLDR,WHL (ARM&BLD),LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17119~^~1700~^~Veal, shoulder, whole (arm and blade), separable lean only, raw~^~VEAL,SHLDR,WHL (ARM&BLD),LN,RAW~^~~^~~^~~^~Bone 28%, separable fat 3%~^31^~~^6.25^4.27^9.02^3.87 ~17120~^~1700~^~Veal, shoulder, whole (arm and blade), separable lean only, cooked, braised~^~VEAL,SHLDR,WHL (ARM&BLD),LN,CKD,BRSD~^~~^~~^~~^~Bone 31%, separable fat 4%~^35^~~^6.25^4.27^9.02^3.87 ~17121~^~1700~^~Veal, shoulder, whole (arm and blade), separable lean only, cooked, roasted~^~VEAL,SHLDR,WHL (ARM&BLD),LN,CKD,RSTD~^~~^~~^~~^~Bone 28%, separable fat 2%~^30^~~^6.25^4.27^9.02^3.87 ~17122~^~1700~^~Veal, shoulder, arm, separable lean and fat, raw~^~VEAL,SHLDR,ARM,LN&FAT,RAW~^~~^~~^~Y~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~17123~^~1700~^~Veal, shoulder, arm, separable lean and fat, cooked, braised~^~VEAL,SHLDR,ARM,LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17124~^~1700~^~Veal, shoulder, arm, separable lean and fat, cooked, roasted~^~VEAL,SHLDR,ARM,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~17125~^~1700~^~Veal, shoulder, arm, separable lean only, raw~^~VEAL,SHLDR,ARM,LN,RAW~^~~^~~^~~^~Bone 21%, separable fat 4%~^25^~~^6.25^4.27^9.02^3.87 ~17126~^~1700~^~Veal, shoulder, arm, separable lean only, cooked, braised~^~VEAL,SHLDR,ARM,LN,CKD,BRSD~^~~^~~^~~^~Bone 23%, separable fat 6%~^29^~~^6.25^4.27^9.02^3.87 ~17127~^~1700~^~Veal, shoulder, arm, separable lean only, cooked, roasted~^~VEAL,SHLDR,ARM,LN,CKD,RSTD~^~~^~~^~~^~Bone 21%, separable fat 3%~^24^~~^6.25^4.27^9.02^3.87 ~17128~^~1700~^~Veal, shoulder, blade, separable lean and fat, raw~^~VEAL,SHLDR,BLADE,LN&FAT,RAW~^~~^~~^~~^~Bone~^32^~~^6.25^4.27^9.02^3.87 ~17129~^~1700~^~Veal, shoulder, blade, separable lean and fat, cooked, braised~^~VEAL,SHLDR,BLADE,LN&FAT,CKD,BRSD~^~~^~~^~Y~^~Bone~^35^~~^6.25^4.27^9.02^3.87 ~17130~^~1700~^~Veal, shoulder, blade, separable lean and fat, cooked, roasted~^~VEAL,SHLDR,BLADE,LN&FAT,CKD,RSTD~^~~^~~^~~^~Bone~^32^~~^6.25^4.27^9.02^3.87 ~17131~^~1700~^~Veal, shoulder, blade, separable lean only, raw~^~VEAL,SHLDR,BLADE,LN,RAW~^~~^~~^~~^~Bone 32%, separable fat 2%~^34^~~^6.25^4.27^9.02^3.87 ~17132~^~1700~^~Veal, shoulder, blade, separable lean only, cooked, braised~^~VEAL,SHLDR,BLADE,LN,CKD,BRSD~^~~^~~^~Y~^~Bone 35%, separable fat 4%~^39^~~^6.25^4.27^9.02^3.87 ~17133~^~1700~^~Veal, shoulder, blade, separable lean only, cooked, roasted~^~VEAL,SHLDR,BLADE,LN,CKD,RSTD~^~~^~~^~~^~Bone 32%, separable fat 2%~^34^~~^6.25^4.27^9.02^3.87 ~17134~^~1700~^~Veal, sirloin, separable lean and fat, raw~^~VEAL,SIRLOIN,LN&FAT,RAW~^~~^~~^~Y~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17135~^~1700~^~Veal, sirloin, separable lean and fat, cooked, braised~^~VEAL,SIRLOIN,LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~17136~^~1700~^~Veal, sirloin, separable lean and fat, cooked, roasted~^~VEAL,SIRLOIN,LN&FAT,CKD,RSTD~^~~^~~^~Y~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17137~^~1700~^~Veal, sirloin, separable lean only, raw~^~VEAL,SIRLOIN,LN,RAW~^~~^~~^~~^~Bone 25%, separable fat 6%~^31^~~^6.25^4.27^9.02^3.87 ~17138~^~1700~^~Veal, sirloin, separable lean only, cooked, braised~^~VEAL,SIRLOIN,LN,CKD,BRSD~^~~^~~^~~^~Bone 26%, separable fat 8%~^34^~~^6.25^4.27^9.02^3.87 ~17139~^~1700~^~Veal, sirloin, separable lean only, cooked, roasted~^~VEAL,SIRLOIN,LN,CKD,RSTD~^~~^~~^~~^~Bone 25%, separable fat 5%~^30^~~^6.25^4.27^9.02^3.87 ~17140~^~1700~^~Veal, cubed for stew (leg and shoulder), separable lean only, raw~^~VEAL,CUBED FOR STEW (LEG&SHLDR),LN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17141~^~1700~^~Veal, cubed for stew (leg and shoulder), separable lean only, cooked, braised~^~VEAL,CUBED FOR STEW (LEG&SHLDR),LN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17142~^~1700~^~Veal, ground, raw~^~VEAL,GROUND,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17143~^~1700~^~Veal, ground, cooked, broiled~^~VEAL,GROUND,CKD,BRLD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17144~^~1700~^~Game meat, antelope, raw~^~GAME MEAT,ANTELOPE,RAW~^~~^~~^~~^~~^0^~Antilocapra americana, Bosephalus tragocamelus~^6.25^4.27^9.02^3.87 ~17145~^~1700~^~Game meat, antelope, cooked, roasted~^~GAME MEAT,ANTELOPE,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17146~^~1700~^~Game meat, bear, raw~^~GAME MEAT,BEAR,RAW~^~~^~~^~~^~~^0^~Ursus arctos, Euarctos spp.~^6.25^4.27^9.02^3.87 ~17147~^~1700~^~Game meat, bear, cooked, simmered~^~GAME MEAT,BEAR,CKD,SIMMRD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17148~^~1700~^~Bison, ground, grass-fed, cooked~^~BISON,GROUND,GRASS-FED,CKD~^~~^~~^~Y~^~~^0^~~^^^^ ~17149~^~1700~^~Bison, ground, grass-fed, raw~^~BISON,GROUND,GRASS-FED,RAW~^~~^~~^~Y~^~~^0^~~^^^^ ~17150~^~1700~^~Game meat, beaver, raw~^~GAME MEAT,BEAVER,RAW~^~~^~~^~~^~~^0^~Castor canadensis~^6.25^4.27^9.02^3.87 ~17151~^~1700~^~Game meat, beaver, cooked, roasted~^~GAME MEAT,BEAVER,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17152~^~1700~^~Game meat, beefalo, composite of cuts, raw~^~GAME MEAT,BEEFALO,COMP OF CUTS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17153~^~1700~^~Game meat, beefalo, composite of cuts, cooked, roasted~^~GAME MEAT,BEEFALO,COMP OF CUTS,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17156~^~1700~^~Game meat, bison, separable lean only, raw~^~GAME MEAT,BISON,LN,RAW~^~buffalo~^~~^~~^~~^0^~Bison bison~^6.25^4.27^9.02^3.87 ~17157~^~1700~^~Game meat, bison, separable lean only, cooked, roasted~^~GAME MEAT,BISON,LN,CKD,RSTD~^~buffalo~^~~^~Y~^~~^0^~Bison bison~^6.25^4.27^9.02^3.87 ~17158~^~1700~^~Game meat, boar, wild, raw~^~GAME MEAT,BOAR,WILD,RAW~^~~^~~^~~^~~^0^~Sus scrofa~^6.25^4.27^9.02^3.87 ~17159~^~1700~^~Game meat, boar, wild, cooked, roasted~^~GAME MEAT,BOAR,WILD,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17160~^~1700~^~Game meat, buffalo, water, raw~^~GAME MEAT,BUFFALO,H2O,RAW~^~~^~~^~~^~~^0^~Bubalus bubalis~^6.25^4.27^9.02^3.87 ~17161~^~1700~^~Game meat, buffalo, water, cooked, roasted~^~GAME MEAT,BUFFALO,H2O,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17162~^~1700~^~Game meat, caribou, raw~^~GAME MEAT,CARIBOU,RAW~^~~^~~^~~^~~^0^~Rangifer spp.~^6.25^4.27^9.02^3.87 ~17163~^~1700~^~Game meat, caribou, cooked, roasted~^~GAME MEAT,CARIBOU,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17164~^~1700~^~Game meat, deer, raw~^~GAME MEAT,DEER,RAW~^~~^~~^~~^~~^0^~Odocoileus spp.~^6.25^4.27^9.02^3.87 ~17165~^~1700~^~Game meat, deer, cooked, roasted~^~GAME MEAT,DEER,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17166~^~1700~^~Game meat, elk, raw~^~GAME MEAT,ELK,RAW~^~~^~~^~~^~~^0^~Cervus elaphyus~^6.25^4.27^9.02^3.87 ~17167~^~1700~^~Game meat, elk, cooked, roasted~^~GAME MEAT,ELK,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17168~^~1700~^~Goat, raw~^~GOAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17169~^~1700~^~Game meat, goat, cooked, roasted~^~GAME MEAT,GOAT,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17170~^~1700~^~Game meat, horse, raw~^~GAME MEAT,HORSE,RAW~^~~^~~^~~^~~^0^~Equus caballus~^6.25^4.27^9.02^3.87 ~17171~^~1700~^~Game meat, horse, cooked, roasted~^~GAME MEAT,HORSE,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17172~^~1700~^~Game meat, moose, raw~^~GAME MEAT,MOOSE,RAW~^~~^~~^~~^~~^0^~Alces alces~^6.25^4.27^9.02^3.87 ~17173~^~1700~^~Game meat, moose, cooked, roasted~^~GAME MEAT,MOOSE,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17174~^~1700~^~Game meat, muskrat, raw~^~GAME MEAT,MUSKRAT,RAW~^~~^~~^~~^~~^0^~Ondatra zibethica~^6.25^4.27^9.02^3.87 ~17175~^~1700~^~Game meat, muskrat, cooked, roasted~^~GAME MEAT,MUSKRAT,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17176~^~1700~^~Game meat, opossum, cooked, roasted~^~GAME MEAT,OPOSSUM,CKD,RSTD~^~~^~~^~Y~^~~^0^~Didelphis virginiana~^6.25^4.27^9.02^3.87 ~17177~^~1700~^~Game meat, rabbit, domesticated, composite of cuts, raw~^~GAME MEAT,RABBIT,DOMESTICATED,COMP OF CUTS,RAW~^~~^~~^~~^~~^0^~Oryctolagus spp.~^6.25^4.27^9.02^3.87 ~17178~^~1700~^~Game meat, rabbit, domesticated, composite of cuts, cooked, roasted~^~GAME MEAT,RABBIT,DOMESTICATED,COMP OF CUTS,CKD,RSTD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17179~^~1700~^~Game meat, rabbit, domesticated, composite of cuts, cooked, stewed~^~GAME MEAT,RABBIT,DOMESTICATED,COMP OF CUTS,CKD,STWD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17180~^~1700~^~Game meat, rabbit, wild, raw~^~GAME MEAT,RABBIT,WILD,RAW~^~~^~~^~~^~~^0^~Sylvilagus spp., Oryctolagus spp.~^6.25^4.27^9.02^3.87 ~17181~^~1700~^~Game meat, rabbit, wild, cooked, stewed~^~GAME MEAT,RABBIT,WILD,CKD,STWD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17182~^~1700~^~Game meat, raccoon, cooked, roasted~^~GAME MEAT,RACCOON,CKD,RSTD~^~~^~~^~Y~^~~^0^~Procyon lotor~^6.25^4.27^9.02^3.87 ~17183~^~1700~^~Game meat, squirrel, raw~^~GAME MEAT,SQUIRREL,RAW~^~~^~~^~~^~~^0^~Sciuridae~^6.25^4.27^9.02^3.87 ~17184~^~1700~^~Game meat, squirrel, cooked, roasted~^~GAME MEAT,SQUIRREL,CKD,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17185~^~1700~^~Lamb, variety meats and by-products, brain, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^~~^~~^~~^~Blood clots and membranes~^2^~~^6.25^4.27^9.02^3.87 ~17186~^~1700~^~Lamb, variety meats and by-products, brain, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17187~^~1700~^~Lamb, variety meats and by-products, brain, cooked, pan-fried~^~LAMB,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,PAN-FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17188~^~1700~^~Veal, variety meats and by-products, brain, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,BRAIN,RAW~^~~^~~^~~^~Blood clots and membranes~^3^~~^6.25^4.27^9.02^3.87 ~17189~^~1700~^~Veal, variety meats and by-products, brain, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17190~^~1700~^~Veal, variety meats and by-products, brain, cooked, pan-fried~^~VEAL,VAR MEATS&BY-PRODUCTS,BRAIN,CKD,PAN-FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17191~^~1700~^~Lamb, variety meats and by-products, heart, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,HEART,RAW~^~~^~~^~~^~Fat and valves~^22^~~^6.25^4.27^9.02^3.87 ~17192~^~1700~^~Lamb, variety meats and by-products, heart, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,HEART,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17193~^~1700~^~Veal, variety meats and by-products, heart, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,HEART,RAW~^~~^~~^~~^~Fat and valves~^26^~~^6.25^4.27^9.02^3.87 ~17194~^~1700~^~Veal, variety meats and by-products, heart, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,HEART,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17195~^~1700~^~Lamb, variety meats and by-products, kidneys, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^~~^~~^~~^~Connective tissue, fat, and veins~^3^~~^6.25^4.27^9.02^3.87 ~17196~^~1700~^~Lamb, variety meats and by-products, kidneys, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17197~^~1700~^~Veal, variety meats and by-products, kidneys, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,KIDNEYS,RAW~^~~^~~^~~^~Connective tissue, fat, and veins~^12^~~^6.25^4.27^9.02^3.87 ~17198~^~1700~^~Veal, variety meats and by-products, kidneys, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,KIDNEYS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17199~^~1700~^~Lamb, variety meats and by-products, liver, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17200~^~1700~^~Lamb, variety meats and by-products, liver, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,LIVER,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17201~^~1700~^~Lamb, variety meats and by-products, liver, cooked, pan-fried~^~LAMB,VAR MEATS&BY-PRODUCTS,LIVER,CKD,PAN-FRIED~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17202~^~1700~^~Veal, variety meats and by-products, liver, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,LIVER,RAW~^~calf liver~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17203~^~1700~^~Veal, variety meats and by-products, liver, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,LIVER,CKD,BRSD~^~calf liver~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17204~^~1700~^~Veal, variety meats and by-products, liver, cooked, pan-fried~^~VEAL,VAR MEATS&BY-PRODUCTS,LIVER,CKD,PAN-FRIED~^~calf liver~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17205~^~1700~^~Lamb, variety meats and by-products, lungs, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^~~^~~^~~^~Blood clots and membranes~^24^~~^6.25^4.27^9.02^3.87 ~17206~^~1700~^~Lamb, variety meats and by-products, lungs, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17207~^~1700~^~Veal, variety meats and by-products, lungs, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,LUNGS,RAW~^~~^~~^~~^~Blood clots and membranes~^24^~~^6.25^4.27^9.02^3.87 ~17208~^~1700~^~Veal, variety meats and by-products, lungs, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,LUNGS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17209~^~1700~^~Lamb, variety meats and by-products, mechanically separated, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,MECHANICALLY SEPARATED,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17210~^~1700~^~Lamb, variety meats and by-products, pancreas, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17211~^~1700~^~Lamb, variety meats and by-products, pancreas, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17212~^~1700~^~Veal, variety meats and by-products, pancreas, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,PANCREAS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17213~^~1700~^~Veal, variety meats and by-products, pancreas, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,PANCREAS,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17214~^~1700~^~Lamb, variety meats and by-products, spleen, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17215~^~1700~^~Lamb, variety meats and by-products, spleen, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17216~^~1700~^~Veal, variety meats and by-products, spleen, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,SPLEEN,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17217~^~1700~^~Veal, variety meats and by-products, spleen, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,SPLEEN,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17218~^~1700~^~Veal, variety meats and by-products, thymus, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,THYMUS,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17219~^~1700~^~Veal, variety meats and by-products, thymus, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,THYMUS,CKD,BRSD~^~~^~~^~Y~^~Membranes 3.69%~^4^~~^6.25^4.27^9.02^3.87 ~17220~^~1700~^~Lamb, variety meats and by-products, tongue, raw~^~LAMB,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^~~^~~^~~^~Connective tissue and cartilage~^16^~~^6.25^4.27^9.02^4.11 ~17221~^~1700~^~Lamb, variety meats and by-products, tongue, cooked, braised~^~LAMB,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~17222~^~1700~^~Veal, variety meats and by-products, tongue, raw~^~VEAL,VAR MEATS&BY-PRODUCTS,TONGUE,RAW~^~~^~~^~~^~Connective tissue and cartilage~^16^~~^6.25^4.27^9.02^4.11 ~17223~^~1700~^~Veal, variety meats and by-products, tongue, cooked, braised~^~VEAL,VAR MEATS&BY-PRODUCTS,TONGUE,CKD,BRSD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^4.11 ~17224~^~1700~^~Lamb, ground, raw~^~LAMB,GROUND,RAW~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17225~^~1700~^~Lamb, ground, cooked, broiled~^~LAMB,GROUND,CKD,BRLD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~17226~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17227~^~1700~^~Lamb, domestic, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, choice, cooked~^~LAMB,DOM,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CHOIC,CKD~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17228~^~1700~^~Lamb, domestic, foreshank, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,FORESHANK,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^52^~~^6.25^4.27^9.02^3.87 ~17229~^~1700~^~Lamb, domestic, foreshank, separable lean and fat, trimmed to 1/8" fat, cooked, braised~^~LAMB,DOM,FORESHANK,LN&FAT,1/8"FAT,CKD,BRSD~^~~^~~^~~^~Bone~^56^~~^6.25^4.27^9.02^3.87 ~17230~^~1700~^~Lamb, domestic, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17231~^~1700~^~Lamb, domestic, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17232~^~1700~^~Lamb, domestic, leg, shank half, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17233~^~1700~^~Lamb, domestic, leg, shank half, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,SHANK HALF,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17234~^~1700~^~Lamb, domestic, leg, sirloin half, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17235~^~1700~^~Lamb, domestic, leg, sirloin half, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~LAMB,DOM,LEG,SIRLOIN HALF,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17236~^~1700~^~Lamb, domestic, loin, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,LOIN,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17237~^~1700~^~Lamb, domestic, loin, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~LAMB,DOM,LOIN,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17238~^~1700~^~Lamb, domestic, loin, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~LAMB,DOM,LOIN,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17239~^~1700~^~Lamb, domestic, rib, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,RIB,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~17240~^~1700~^~Lamb, domestic, rib, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~LAMB,DOM,RIB,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^32^~~^6.25^4.27^9.02^3.87 ~17241~^~1700~^~Lamb, domestic, rib, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~LAMB,DOM,RIB,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^30^~~^6.25^4.27^9.02^3.87 ~17242~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17243~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~17244~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~17245~^~1700~^~Lamb, domestic, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17246~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^18^~~^6.25^4.27^9.02^3.87 ~17247~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~17248~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/8" fat, cooked, broiled~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17249~^~1700~^~Lamb, domestic, shoulder, arm, separable lean and fat, trimmed to 1/8" fat, choice, roasted~^~LAMB,DOM,SHLDR,ARM,LN&FAT,1/8"FAT,CHOIC,RSTD~^~~^~~^~~^~Bone~^18^~~^6.25^4.27^9.02^3.87 ~17250~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,RAW~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17251~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,CKD,BRSD~^~~^~~^~~^~Bone~^29^~~^6.25^4.27^9.02^3.87 ~17252~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/8" fat, choice, cooked, broiled~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,CKD,BRLD~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17253~^~1700~^~Lamb, domestic, shoulder, blade, separable lean and fat, trimmed to 1/8" fat, choice, cooked, roasted~^~LAMB,DOM,SHLDR,BLADE,LN&FAT,1/8"FAT,CHOIC,CKD,RSTD~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~17254~^~1700~^~Lamb, new zealand, imported, frozen, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~17255~^~1700~^~Lamb, new zealand, imported, frozen, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, cooked~^~LAMB,NZ,IMP,FRZ,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CKD~^~~^~~^~~^~Bone~^27^~~^6.25^4.27^9.02^3.87 ~17256~^~1700~^~Lamb, new zealand, imported, frozen, foreshank, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^45^~~^6.25^4.27^9.02^3.87 ~17257~^~1700~^~Lamb, new zealand, imported, frozen, foreshank, separable lean and fat, trimmed to 1/8" fat, cooked, braised~^~LAMB,NZ,IMP,FRZ,FORESHANK,LN&FAT,1/8"FAT,CKD,BRSD~^~~^~~^~~^~Bone~^50^~~^6.25^4.27^9.02^3.87 ~17258~^~1700~^~Lamb, new zealand, imported, frozen, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^24^~~^6.25^4.27^9.02^3.87 ~17259~^~1700~^~Lamb, new zealand, imported, frozen, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/8" fat, cooked, roasted~^~LAMB,NZ,IMP,FRZ,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17260~^~1700~^~Lamb, new zealand, imported, frozen, loin, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~17261~^~1700~^~Lamb, new zealand, imported, frozen, loin, separable lean and fat, trimmed to 1/8" fat, cooked, broiled~^~LAMB,NZ,IMP,FRZ,LOIN,LN&FAT,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17262~^~1700~^~Lamb, new zealand, imported, frozen, rib, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^33^~~^6.25^4.27^9.02^3.87 ~17263~^~1700~^~Lamb, new zealand, imported, frozen, rib, separable lean and fat, trimmed to 1/8" fat, cooked, roasted~^~LAMB,NZ,IMP,FRZ,RIB,LN&FAT,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone~^34^~~^6.25^4.27^9.02^3.87 ~17264~^~1700~^~Lamb, new zealand, imported, frozen, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~17265~^~1700~^~Lamb, new zealand, imported, frozen, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, cooked, braised~^~LAMB,NZ,IMP,FRZ,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CKD,BRSD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17267~^~1700~^~Game meat, bison, top sirloin, separable lean only, trimmed to 0" fat, raw~^~GAME MEAT,BISON,TOP SIRLOIN,LN,0"FAT,RAW~^~buffalo~^~~^~~^~~^0^~Bison bison~^6.25^4.27^9.02^3.87 ~17268~^~1700~^~Game meat, bison, ribeye, separable lean only, trimmed to 0" fat, raw~^~GAME MEAT,BISON,RIBEYE,LN,0"FAT,RAW~^~buffalo~^~~^~~^~~^0^~Bison bison~^6.25^4.27^9.02^3.87 ~17269~^~1700~^~Game meat, bison, shoulder clod, separable lean only, trimmed to 0" fat, raw~^~GAME MEAT,BISON,SHLDR CLOD,LN,0"FAT,RAW~^~buffalo~^~~^~~^~~^0^~Bison bison~^6.25^4.27^9.02^3.87 ~17270~^~1700~^~Veal, breast, separable fat, cooked~^~VEAL,BREAST,FAT,CKD~^~~^~~^~~^~~^0^~Bos taurus~^6.25^4.27^9.02^ ~17271~^~1700~^~Veal, breast, whole, boneless, separable lean and fat, raw~^~VEAL,BREAST,WHL,BNLESS,LN&FAT,RAW~^~~^~~^~~^~~^0^~Bos taurus~^6.25^4.27^9.02^ ~17272~^~1700~^~Veal, breast, whole, boneless, separable lean and fat, cooked, braised~^~VEAL,BREAST,WHL,BNLESS,LN&FAT,CKD,BRSD~^~~^~~^~~^~Connective tissue~^7^~Bos taurus~^6.25^4.27^9.02^ ~17273~^~1700~^~Veal, breast, plate half, boneless, separable lean and fat, cooked, braised~^~VEAL,BREAST,PLATE HALF,BNLESS,LN&FAT,CKD,BRSD~^~~^~~^~~^~Connective tissue~^11^~Bos taurus~^6.25^4.27^9.02^ ~17274~^~1700~^~Veal, breast, point half, boneless, separable lean and fat, cooked, braised~^~VEAL,BREAST,POINT HALF,BNLESS,LN&FAT,CKD,BRSD~^~~^~~^~~^~Connective tissue~^4^~Bos taurus~^6.25^4.27^9.02^ ~17275~^~1700~^~Veal, breast, whole, boneless, separable lean only, cooked, braised~^~VEAL,BREAST,WHL,BNLESS,LN,CKD,BRSD~^~~^~~^~~^~Connective tissue 7%, separable fat 15%~^22^~Bos taurus~^6.25^4.27^9.02^ ~17276~^~1700~^~Veal, shank (fore and hind), separable lean and fat, raw~^~VEAL,SHANK (FORE&HIND),LN&FAT,RAW~^~~^~~^~~^~Bone~^29^~Bos taurus~^6.25^4.27^9.02^ ~17277~^~1700~^~Veal, shank (fore and hind), separable lean and fat, cooked, braised~^~VEAL,SHANK (FORE&HIND),LN&FAT,CKD,BRSD~^~~^~~^~~^~Bone~^39^~Bos taurus~^6.25^4.27^9.02^ ~17278~^~1700~^~Veal, shank (fore and hind), separable lean only, raw~^~VEAL,SHANK (FORE&HIND),LN,RAW~^~~^~~^~~^~Bone 29%, separable fat 1%~^30^~Bos taurus~^6.25^4.27^9.02^ ~17279~^~1700~^~Veal, shank (fore and hind), separable lean only, cooked, braised~^~VEAL,SHANK (FORE&HIND),LN,CKD,BRSD~^~~^~~^~~^~Bone 29%, separable fat 1%~^30^~Bos taurus~^6.25^4.27^9.02^ ~17280~^~1700~^~Lamb, Australian, imported, fresh, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17281~^~1700~^~Lamb, Australian, imported, fresh, composite of trimmed retail cuts, separable lean and fat, trimmed to 1/8" fat, cooked~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN&FAT,1/8"FAT,CKD~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17282~^~1700~^~Lamb, Australian, imported, fresh, composite of trimmed retail cuts, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 20%, separable fat 14%~^34^~~^6.25^4.27^9.02^3.87 ~17283~^~1700~^~Lamb, Australian, imported, fresh, composite of trimmed retail cuts, separable lean only, trimmed to 1/8" fat, cooked~^~LAMB,AUS,IMP,FRSH,COMP OF RTL CUTS,LN,1/8"FAT,CKD~^~~^~~^~~^~Bone 22%, separable fat 10%~^32^~~^6.25^4.27^9.02^3.87 ~17284~^~1700~^~Lamb, Australian, imported, fresh, separable fat, raw~^~LAMB,AUS,IMP,FRSH,FAT,RAW~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17285~^~1700~^~Lamb, Australian, imported, fresh, separable fat, cooked~^~LAMB,AUS,IMP,FRSH,FAT,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~17286~^~1700~^~Lamb, Australian, imported, fresh, foreshank, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^42^~~^6.25^4.27^9.02^3.87 ~17287~^~1700~^~Lamb, Australian, imported, fresh, foreshank, separable lean and fat, trimmed to 1/8" fat, cooked, braised~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN&FAT,1/8"FAT,CKD,BRSD~^~~^~~^~~^~Bone~^45^~~^6.25^4.27^9.02^3.87 ~17288~^~1700~^~Lamb, Australian, imported, fresh, foreshank, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 42%, separable fat 8%~^50^~~^6.25^4.27^9.02^3.87 ~17289~^~1700~^~Lamb, Australian, imported, fresh, foreshank, separable lean only, trimmed to 1/8" fat, cooked, braised~^~LAMB,AUS,IMP,FRSH,FORESHANK,LN,1/8"FAT,CKD,BRSD~^~~^~~^~~^~Bone 45%, separable fat 8%~^53^~~^6.25^4.27^9.02^3.87 ~17290~^~1700~^~Lamb, Australian, imported, fresh, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^14^~~^6.25^4.27^9.02^3.87 ~17291~^~1700~^~Lamb, Australian, imported, fresh, leg, whole (shank and sirloin), separable lean and fat, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN&FAT,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone~^16^~~^6.25^4.27^9.02^3.87 ~17292~^~1700~^~Lamb, Australian, imported, fresh, leg, whole (shank and sirloin), separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 14%, separable fat 14%~^28^~~^6.25^4.27^9.02^3.87 ~17293~^~1700~^~Lamb, Australian, imported, fresh, leg, whole (shank and sirloin), separable lean only, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,LEG,WHL (SHK&SIRL),LN,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone 16%, separable fat 10%~^26^~~^6.25^4.27^9.02^3.87 ~17294~^~1700~^~Lamb, Australian, imported, fresh, leg, shank half, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^17^~~^6.25^4.27^9.02^3.87 ~17295~^~1700~^~Lamb, Australian, imported, fresh, leg, shank half, separable lean and fat, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN&FAT,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone~^20^~~^6.25^4.27^9.02^3.87 ~17296~^~1700~^~Lamb, Australian, imported, fresh, leg, shank half, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 17%, separable fat 11%~^28^~~^6.25^4.27^9.02^3.87 ~17297~^~1700~^~Lamb, Australian, imported, fresh, leg, shank half, separable lean only, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,LEG,SHANK HALF,LN,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone 20%, separable fat 9%~^29^~~^6.25^4.27^9.02^3.87 ~17298~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin half, boneless, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,SIRLOIN HALF,BNLESS,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~17299~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin half, boneless, separable lean and fat, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,LEG,SIRL HLF,BNLESS,LN&FT,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~17300~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin half, boneless, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,SIRLOIN HALF,BNLESS,LN,1/8"FAT,RAW~^~~^~~^~~^~Connective tissue 2%, separable fat 22%~^24^~~^6.25^4.27^9.02^3.87 ~17301~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin half, boneless, separable lean only, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,LEG,SIRL HALF,BNLESS,LN,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Connective tissue 2%, separable fat 15%~^17^~~^6.25^4.27^9.02^3.87 ~17302~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin chops, boneless, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,SIRL CHOPS,BNLESS,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~17303~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin chops, boneless, separable lean and fat, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,LEG,SIRL CHPS,BNLESS,LN&FT,1/8"FT,CKD,BRLD~^~~^~~^~~^~Connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~17304~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin chops, boneless, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,SIRLOIN CHOPS,BNLESS,LN,1/8"FAT,RAW~^~~^~~^~~^~Connective tissue 2%, separable fat 15%~^17^~~^6.25^4.27^9.02^3.87 ~17305~^~1700~^~Lamb, Australian, imported, fresh, leg, sirloin chops, boneless, separable lean only, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,LEG,SIRL CHOPS,BNLESS,LN,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Connective tissue 1%, separable fat 10%~^11^~~^6.25^4.27^9.02^3.87 ~17306~^~1700~^~Lamb, Australian, imported, fresh, leg, center slice, bone-in, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLICE,BONE-IN,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^6^~~^6.25^4.27^9.02^3.87 ~17307~^~1700~^~Lamb, Australian, imported, fresh, leg, center slice, bone-in, separable lean and fat, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLCE,BNE-IN,LN&FT,1/8"FT,CKD,BRLD~^~~^~~^~~^~Bone~^7^~~^6.25^4.27^9.02^3.87 ~17308~^~1700~^~Lamb, Australian, imported, fresh, leg, center slice, bone-in, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLICE,BONE-IN,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 6%, separable fat 10%~^16^~~^6.25^4.27^9.02^3.87 ~17309~^~1700~^~Lamb, Australian, imported, fresh, leg, center slice, bone-in, separable lean only, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,LEG,CNTR SLICE,BONE-IN,LN,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Bone 7%, separable fat 7%~^14^~~^6.25^4.27^9.02^3.87 ~17310~^~1700~^~Lamb, Australian, imported, fresh, loin, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LOIN,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17311~^~1700~^~Lamb, Australian, imported, fresh, loin, separable lean and fat, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,LOIN,LN&FAT,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~17312~^~1700~^~Lamb, Australian, imported, fresh, loin, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,LOIN,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 28%, separable fat 8%~^36^~~^6.25^4.27^9.02^3.87 ~17313~^~1700~^~Lamb, Australian, imported, fresh, loin, separable lean only, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,LOIN,LN,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Bone 26%, separable fat 5%~^31^~~^6.25^4.27^9.02^3.87 ~17314~^~1700~^~Lamb, Australian, imported, fresh, rib, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,RIB,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^26^~~^6.25^4.27^9.02^3.87 ~17315~^~1700~^~Lamb, Australian, imported, fresh, rib, separable lean and fat, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,RIB,LN&FAT,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~17316~^~1700~^~Lamb, Australian, imported, fresh, rib, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,RIB,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 26%, separable fat 20%~^46^~~^6.25^4.27^9.02^3.87 ~17317~^~1700~^~Lamb, Australian, imported, fresh, rib, separable lean only, trimmed to 1/8" fat, cooked, roasted~^~LAMB,AUS,IMP,FRSH,RIB,LN,1/8"FAT,CKD,RSTD~^~~^~~^~~^~Bone 23%, separable fat 12%~^35^~~^6.25^4.27^9.02^3.87 ~17318~^~1700~^~Lamb, Australian, imported, fresh, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17319~^~1700~^~Lamb, Australian, imported, fresh, shoulder, whole (arm and blade), separable lean and fat, trimmed to 1/8" fat, cooked~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN&FAT,1/8"FAT,CKD~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~17320~^~1700~^~Lamb, Australian, imported, fresh, shoulder, whole (arm and blade), separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 22%, separable fat 16%~^38^~~^6.25^4.27^9.02^3.87 ~17321~^~1700~^~Lamb, Australian, imported, fresh, shoulder, whole (arm and blade), separable lean only, trimmed to 1/8" fat, cooked~^~LAMB,AUS,IMP,FRSH,SHLDR,WHL (ARM&BLD),LN,1/8"FAT,CKD~^~~^~~^~~^~Bone 22%, separable fat 12%~^34^~~^6.25^4.27^9.02^3.87 ~17322~^~1700~^~Lamb, Australian, imported, fresh, shoulder, arm, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^9^~~^6.25^4.27^9.02^3.87 ~17323~^~1700~^~Lamb, Australian, imported, fresh, shoulder, arm, separable lean and fat, trimmed to 1/8" fat, cooked, braised~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN&FAT,1/8"FAT,CKD,BRSD~^~~^~~^~~^~Bone~^13^~~^6.25^4.27^9.02^3.87 ~17324~^~1700~^~Lamb, Australian, imported, fresh, shoulder, arm, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 9%, separable fat 19%~^28^~~^6.25^4.27^9.02^3.87 ~17325~^~1700~^~Lamb, Australian, imported, fresh, shoulder, arm, separable lean only, trimmed to 1/8" fat, cooked, braised~^~LAMB,AUS,IMP,FRSH,SHLDR,ARM,LN,1/8"FAT,CKD,BRSD~^~~^~~^~~^~Bone 13%, separable fat 16%~^29^~~^6.25^4.27^9.02^3.87 ~17326~^~1700~^~Lamb, Australian, imported, fresh, shoulder, blade, separable lean and fat, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN&FAT,1/8"FAT,RAW~^~~^~~^~~^~Bone~^28^~~^6.25^4.27^9.02^3.87 ~17327~^~1700~^~Lamb, Australian, imported, fresh, shoulder, blade, separable lean and fat, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN&FAT,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Bone~^25^~~^6.25^4.27^9.02^3.87 ~17328~^~1700~^~Lamb, Australian, imported, fresh, shoulder, blade, separable lean only, trimmed to 1/8" fat, raw~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN,1/8"FAT,RAW~^~~^~~^~~^~Bone 28%, separable fat 15%~^43^~~^6.25^4.27^9.02^3.87 ~17329~^~1700~^~Lamb, Australian, imported, fresh, shoulder ,blade, separable lean only, trimmed to 1/8" fat, cooked, broiled~^~LAMB,AUS,IMP,FRSH,SHLDR,BLADE,LN,1/8"FAT,CKD,BRLD~^~~^~~^~~^~Bone 25%, separable fat 11%~^36^~~^6.25^4.27^9.02^3.87 ~17330~^~1700~^~Game meat , bison, ground, raw~^~GAME MEAT BISON,GROUND,RAW~^~buffalo~^~~^~~^~~^0^~Bison bison~^6.25^4.27^9.02^3.87 ~17331~^~1700~^~Game meat, bison, ground, cooked, pan-broiled~^~GAME MEAT,BISON,GROUND,CKD,PAN-BROILED~^~buffalo~^~~^~~^~~^0^~Bison bison~^6.25^4.27^9.02^3.87 ~17332~^~1700~^~Game meat , bison, top sirloin, separable lean only, 1" steak, cooked, broiled~^~GAME MEAT BISON,TOP SIRLOIN,LN,1" STEAK,CKD,BRLD~^~buffalo~^~~^~~^~Connective tissue, 4%, separable fat, 4%~^8^~Bison bison~^6.25^4.27^9.02^3.87 ~17333~^~1700~^~Game meat, bison, chuck, shoulder clod, separable lean only, 3-5 lb roast, cooked, braised~^~GAME MEAT,BISON,CHUCK,SHLDR CLOD,LN,3-5 LB RST,CKD,BRSD~^~buffalo~^~~^~~^~Connective tissue, 8%, separable fat, 3%~^11^~Bison bison~^6.25^4.27^9.02^3.87 ~17334~^~1700~^~Game meat, bison, chuck, shoulder clod, separable lean only, 3-5 lb roast, raw~^~GAME MEAT,BISON,CHUCK,SHLDR CLOD,LN,3-5 LB RST,RAW~^~buffalo~^~~^~~^~Connective tissue, 8%, separable fat, 4%~^12^~Bison bison~^6.25^4.27^9.02^3.87 ~17335~^~1700~^~Game meat, bison, ribeye, separable lean only, 1" steak, cooked, broiled~^~GAME MEAT,BISON,RIBEYE,LN,1" STEAK,CKD,BRLD~^~buffalo~^~~^~~^~Connective tissue, 9%, separable fat, 5%~^14^~Bison bison~^6.25^4.27^9.02^3.87 ~17336~^~1700~^~Game meat, bison, top round, separable lean only, 1" steak, cooked, broiled~^~GAME MEAT,BISON,TOP RND,LN,1" STEAK,CKD,BRLD~^~buffalo~^~~^~~^~Connective tissue, 3.5%, separable fat, 0.72%~^4^~Bison bison~^6.25^4.27^9.02^3.87 ~17337~^~1700~^~Game meat, bison, top round, separable lean only, 1" steak, raw~^~GAME MEAT,BISON,TOP RND,LN,1" STEAK,RAW~^~buffalo~^~~^~~^~Connective tissue, 3%, separable fat, 2%~^5^~Bison bison~^6.25^4.27^9.02^3.87 ~17338~^~1700~^~Game meat, elk, ground, raw~^~GAME MEAT,ELK,GROUND,RAW~^~~^~~^~~^~~^0^~Cervus elaphus~^6.25^4.27^9.02^3.87 ~17339~^~1700~^~Game meat, elk, ground, cooked, pan-broiled~^~GAME MEAT,ELK,GROUND,CKD,PAN-BROILED~^~~^~~^~~^~~^0^~Cervus elaphus~^6.25^4.27^9.02^3.87 ~17340~^~1700~^~Game meat, elk, loin, separable lean only, cooked, broiled~^~GAME MEAT,ELK,LOIN,LN,CKD,BRLD~^~~^~~^~~^~Connective tissue, 2%, separable fat, 4%~^6^~Cervus elaphus~^6.25^4.27^9.02^3.87 ~17341~^~1700~^~Game meat, elk, round, separable lean only, cooked, broiled~^~GAME MEAT,ELK,RND,LN,CKD,BRLD~^~~^~~^~~^~Connective tissue, 4%, separable fat, 1%~^5^~Cervus elaphus~^6.25^4.27^9.02^3.87 ~17342~^~1700~^~Game meat, elk, tenderloin, separable lean only, cooked, broiled~^~GAME MEAT,ELK,TENDERLOIN,LN,CKD,BRLD~^~~^~~^~~^~Connective tissue, 3%, separable fat, 1%~^4^~Cervus elaphus~^6.25^4.27^9.02^3.87 ~17343~^~1700~^~Game meat, deer, ground, raw~^~GAME MEAT,DEER,GROUND,RAW~^~venison~^~~^~Y~^~~^0^~Cervus elaphus, Dama dama~^6.25^4.27^9.02^3.87 ~17344~^~1700~^~Game meat, deer, ground, cooked, pan-broiled~^~GAME MEAT,DEER,GROUND,CKD,PAN-BROILED~^~Venison~^~~^~Y~^~~^0^~Cervus elaphus, Dama dama~^6.25^4.27^9.02^3.87 ~17345~^~1700~^~Game meat, deer, loin, separable lean only, 1" steak, cooked, broiled~^~GAME MEAT,DEER,LOIN,LN,1" STEAK,CKD,BRLD~^~venison~^~~^~Y~^~~^0^~Cervus elaphus, Dama dama~^6.25^4.27^9.02^3.87 ~17346~^~1700~^~Game meat, deer, shoulder clod, separable lean only, 3-5 lb roast, cooked, braised~^~GAME MEAT,DEER,SHLDR CLOD,LN,3-5 LB RST,CKD,BRSD~^~venison~^~~^~Y~^~~^0^~Cervus elaphus, Dama dama~^6.25^4.27^9.02^3.87 ~17347~^~1700~^~Game meat, deer, tenderloin, separable lean only, 0.5-1 lb roast, cooked, broiled~^~GAME MEAT,DEER,TENDERLOIN,LN,0.5-1 LB RST,CKD,BRLD~^~venison~^~~^~~^~~^0^~Cervus elaphus, Dama dama~^6.25^4.27^9.02^3.87 ~17348~^~1700~^~Game meat, deer, top round, separable lean only, 1" steak, cooked, broiled~^~GAME MEAT,DEER,TOP RND,LN,1" STEAK,CKD,BRLD~^~venison~^~~^~~^~~^0^~Cervus elaphus, Dama dama~^6.25^4.27^9.02^3.87 ~18001~^~1800~^~Bagels, plain, enriched, with calcium propionate (includes onion, poppy, sesame)~^~BAGEL,PLN,TSTD, ENR W/CA PROP(INCLUDE ONION,POPPY,SESAME)~^~~^~~^~Y~^~~^0^~~^^^^ ~18002~^~1800~^~Bagels, plain, toasted, enriched, with calcium propionate (includes onion, poppy, sesame)~^~BAGELS,PLN,TSTD,ENR W/CA PROP (INCLUDES ONION,POPPY,SESAME)~^~~^~~^~Y~^~~^0^~~^^^^ ~18003~^~1800~^~Bagels, egg~^~BAGELS,EGG~^~~^~~^~~^~~^0^~~^5.70^4.00^8.60^4.10 ~18005~^~1800~^~Bagels, cinnamon-raisin~^~BAGELS,CINNAMON-RAISIN~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.40^4.00 ~18006~^~1800~^~Bagels, cinnamon-raisin, toasted~^~BAGELS,CINNAMON-RAISIN,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18007~^~1800~^~Bagels, oat bran~^~BAGELS,OAT BRAN~^~~^~~^~Y~^~~^0^~~^5.80^3.50^8.40^3.90 ~18009~^~1800~^~Biscuits, plain or buttermilk, commercially baked~^~BISCUITS,PLN OR BTTRMLK,COMMLY BKD~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^4.00 ~18010~^~1800~^~Biscuits, plain or buttermilk, dry mix~^~BISCUITS,PLN OR BTTRMLK,DRY MIX~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^4.10 ~18011~^~1800~^~Biscuits, plain or buttermilk, dry mix, prepared~^~BISCUITS,PLN OR BTTRMLK,DRY MIX,PREP~^~~^~~^~~^~~^0^~~^^^^ ~18012~^~1800~^~Biscuits, plain or buttermilk, refrigerated dough, lower fat~^~BISCUITS,PLN OR BTTRMLK,REFR DOUGH,LOWER FAT~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.00 ~18013~^~1800~^~Biscuits, plain or buttermilk, refrigerated dough, lower fat, baked~^~BISCUITS,PLN OR BTTRMLK,REFR DOUGH,LOWER FAT,BKD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18014~^~1800~^~Biscuits, plain or buttermilk, refrigerated dough, higher fat~^~BISCUIT, PLN OR BUTMLK, REFRI DOUGH, HIGHER FAT~^~~^~~^~~^~~^0^~~^^^^ ~18015~^~1800~^~Biscuits, plain or buttermilk, refrigerated dough, higher fat, baked~^~BISCUITS,PLN OR BTTRMLK,REFR DOUGH,HIGHER FAT,BKD~^~~^~~^~Y~^~~^0^~~^^^^ ~18016~^~1800~^~Biscuits, plain or buttermilk, prepared from recipe~^~BISCUITS,PLN OR BTTRMLK,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18017~^~1800~^~Biscuits, mixed grain, refrigerated dough~^~BISCUITS,MXD GRAIN,REFR DOUGH~^~~^~~^~~^~~^0^~~^5.70^3.90^8.80^4.00 ~18019~^~1800~^~Bread, banana, prepared from recipe, made with margarine~^~BREAD,BANANA,PREP FROM RECIPE,MADE W/MARGARINE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18021~^~1800~^~Bread, boston brown, canned~^~BREAD,BOSTON BROWN,CANNED~^~~^~~^~Y~^~~^0^~~^5.90^3.50^8.40^3.80 ~18022~^~1800~^~Bread, cornbread, dry mix, enriched (includes corn muffin mix)~^~BREAD,CORNBREAD,DRY MIX,ENR (INCL CORN MUFFIN MIX)~^~~^~~^~Y~^~~^0^~~^6.00^3.80^8.80^4.10 ~18023~^~1800~^~Bread, cornbread, dry mix, prepared~^~BREAD,CORNBREAD,DRY MIX,PREP~^~~^~~^~~^~~^0^~~^^^^ ~18024~^~1800~^~Bread, cornbread, prepared from recipe, made with low fat (2%) milk~^~BREAD,CORNBREAD,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18025~^~1800~^~Bread, cracked-wheat~^~BREAD,CRACKED-WHEAT~^~~^~~^~~^~~^0^~~^5.80^3.80^8.80^3.90 ~18027~^~1800~^~Bread, egg~^~BREAD,EGG~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18028~^~1800~^~Bread, egg, toasted~^~BREAD,EGG,TOASTED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18029~^~1800~^~Bread, french or vienna (includes sourdough)~^~BREAD, FRENCH OR VIENNA (INCLUDES SOURDOUGH)~^~~^~~^~Y~^~~^0^~~^^^^ ~18030~^~1800~^~Bread, french or vienna, toasted (includes sourdough)~^~BREAD, FRENCH OR VIENNA, TSTD (IND SOURDOUGH)~^~~^~~^~Y~^~~^0^~~^^^^ ~18032~^~1800~^~Bread, irish soda, prepared from recipe~^~BREAD,IRISH SODA,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^^^^ ~18033~^~1800~^~Bread, italian~^~BREAD,ITALIAN~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.70^4.10 ~18035~^~1800~^~Bread, Multi-Grain (includes whole-grain)~^~BREAD,MULTI-GRAIN (INCLUDES WHOLE-GRAIN)~^~~^~~^~Y~^~~^0^~~^^^^ ~18036~^~1800~^~Bread, Multi-Grain, toasted (includes whole-grain)~^~BREAD,MULTI-GRAIN,TSTD (INCLUDES WHOLE-GRAIN)~^~~^~~^~Y~^~~^0^~~^^^^ ~18037~^~1800~^~Bread, oat bran~^~BREAD,OAT BRAN~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.70^4.00 ~18038~^~1800~^~Bread, oat bran, toasted~^~BREAD,OAT BRAN,TOASTED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18039~^~1800~^~Bread, oatmeal~^~BREAD,OATMEAL~^~~^~~^~Y~^~~^0^~~^5.80^3.80^8.60^4.10 ~18040~^~1800~^~Bread, oatmeal, toasted~^~BREAD,OATMEAL,TOASTED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18041~^~1800~^~Bread, pita, white, enriched~^~BREAD,PITA,WHITE,ENRICHED~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.40^4.10 ~18042~^~1800~^~Bread, pita, whole-wheat~^~BREAD,PITA,WHOLE-WHEAT~^~~^~~^~Y~^~~^0^~~^5.80^3.60^8.40^3.80 ~18043~^~1800~^~Bread, protein (includes gluten)~^~BREAD,PROT (INCL GLUTEN)~^~~^~~^~Y~^~~^0^~~^5.70^3.90^8.40^4.10 ~18044~^~1800~^~Bread, pumpernickel~^~BREAD,PUMPERNICKEL~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.70^4.00 ~18045~^~1800~^~Bread, pumpernickel, toasted~^~BREAD,PUMPERNICKEL,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18047~^~1800~^~Bread, raisin, enriched~^~BREAD,RAISIN,ENRICHED~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.80^3.90 ~18048~^~1800~^~Bread, raisin, toasted, enriched~^~BREAD,RAISIN,TSTD,ENR~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18049~^~1800~^~Bread, reduced-calorie, oat bran~^~BREAD,RED-CAL,OAT BRAN~^~~^~~^~Y~^~~^0^~~^5.80^3.60^8.60^3.50 ~18050~^~1800~^~Bread, reduced-calorie, oat bran, toasted~^~BREAD,RED-CAL,OAT BRAN,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18051~^~1800~^~Bread, reduced-calorie, oatmeal~^~BREAD,RED-CAL,OATMEAL~^~~^~~^~~^~~^0^~~^5.80^3.90^8.40^3.50 ~18053~^~1800~^~Bread, reduced-calorie, rye~^~BREAD,REDUCED-CALORIE,RYE~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.60^3.50 ~18055~^~1800~^~Bread, reduced-calorie, wheat~^~BREAD,RED-CAL,WHEAT~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.40^3.30 ~18057~^~1800~^~Bread, reduced-calorie, white~^~BREAD,RED-CAL,WHITE~^~~^~~^~Y~^~~^0^~~^5.90^4.00^8.70^3.40 ~18059~^~1800~^~Bread, rice bran~^~BREAD,RICE BRAN~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.70^3.90 ~18060~^~1800~^~Bread, rye~^~BREAD,RYE~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.60^4.10 ~18061~^~1800~^~Bread, rye, toasted~^~BREAD,RYE,TOASTED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18064~^~1800~^~Bread, wheat~^~BREAD,WHEAT~^~~^~~^~Y~^~~^0^~~^^^^ ~18065~^~1800~^~Bread, wheat, toasted~^~BREAD, WHEAT, TSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~18066~^~1800~^~Bread, wheat bran~^~BREAD,WHEAT BRAN~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.70^3.90 ~18068~^~1800~^~Bread, wheat germ~^~BREAD,WHEAT GERM~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.70^4.10 ~18069~^~1800~^~Bread, white, commercially prepared (includes soft bread crumbs)~^~BREAD,WHITE,COMMLY PREP (INCL SOFT BREAD CRUMBS)~^~~^~~^~Y~^~~^0^~~^6.25^3.90^8.70^4.10 ~18070~^~1800~^~Bread, white, commercially prepared, toasted~^~BREAD,WHITE,COMMLY PREP,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18071~^~1800~^~Bread, white, prepared from recipe, made with nonfat dry milk~^~BREAD,WHITE,PREP FROM RECIPE,MADE W/NONFAT DRY MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18073~^~1800~^~Bread, white, prepared from recipe, made with low fat (2%) milk~^~BREAD,WHITE,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18075~^~1800~^~Bread, whole-wheat, commercially prepared~^~BREAD,WHOLE-WHEAT,COMM. PREPARED~^~~^~~^~Y~^~~^0^~~^^^^ ~18076~^~1800~^~Bread, whole-wheat, commercially prepared, toasted~^~BREAD, WHOLE-WHEAT, COMMER PREP, TOASTED~^~~^~~^~Y~^~~^0^~~^^^^ ~18077~^~1800~^~Bread, whole-wheat, prepared from recipe~^~BREAD,WHOLE-WHEAT,PREP FROM RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18078~^~1800~^~Bread, whole-wheat, prepared from recipe, toasted~^~BREAD,WHOLE-WHEAT,PREP FROM RECIPE,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18079~^~1800~^~Bread crumbs, dry, grated, plain~^~BREAD CRUMBS,DRY,GRATED,PLN~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18080~^~1800~^~Bread sticks, plain~^~BREAD STICKS,PLAIN~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18081~^~1800~^~Bread stuffing, bread, dry mix~^~BREAD STUFFING,BREAD,DRY MIX~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18082~^~1800~^~Bread stuffing, bread, dry mix, prepared~^~BREAD STUFFING,BREAD,DRY MIX,PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18084~^~1800~^~Bread stuffing, cornbread, dry mix~^~BREAD STUFFING,CORNBREAD,DRY MIX~^~~^~~^~~^~~^0^~~^5.90^3.80^8.70^4.10 ~18085~^~1800~^~Bread stuffing, cornbread, dry mix, prepared~^~BREAD STUFFING,CORNBREAD,DRY MIX,PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18086~^~1800~^~Cake, angelfood, commercially prepared~^~CAKE,ANGELFOOD,COMMLY PREP~^~~^~~^~~^~~^0^~~^6.10^4.30^8.40^3.90 ~18087~^~1800~^~Cake, angelfood, dry mix~^~CAKE,ANGELFOOD,DRY MIX~^~~^~~^~Y~^~~^0^~~^6.20^4.30^8.40^3.90 ~18088~^~1800~^~Cake, angelfood, dry mix, prepared~^~CAKE,ANGELFOOD,DRY MIX,PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18090~^~1800~^~Cake, boston cream pie, commercially prepared~^~CAKE,BOSTON CRM PIE,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^6.00^4.00^8.80^3.90 ~18092~^~1800~^~Cake, carrot, dry mix, pudding-type~^~CAKE,CARROT,DRY MIX,PUDDING-TYPE~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^3.90 ~18095~^~1800~^~Cake, cherry fudge with chocolate frosting~^~CAKE,CHERRY FUDGE W/CHOC FRSTNG~^~~^~~^~Y~^~~^0^~~^6.10^3.90^8.80^3.80 ~18096~^~1800~^~Cake, chocolate, commercially prepared with chocolate frosting~^~CAKE,CHOC,COMMLY PREP W/CHOC FRSTNG~^~~^~~^~~^~~^0^~~^5.90^3.50^8.80^3.80 ~18097~^~1800~^~Cake, chocolate, dry mix, pudding-type~^~CAKE,CHOC,DRY MIX,PUDDING-TYPE~^~~^~~^~Y~^~~^0^~~^5.80^3.30^8.70^3.80 ~18099~^~1800~^~Cake, chocolate, dry mix, regular~^~CAKE,CHOC,DRY MIX,REG~^~~^~~^~Y~^~~^0^~~^5.70^3.20^8.80^3.70 ~18101~^~1800~^~Cake, chocolate, prepared from recipe without frosting~^~CAKE,CHOC,PREP FROM RECIPE WO/FRSTNG~^~~^~~^~~^~~^0^~~^0.00^^^ ~18102~^~1800~^~Cake, white, prepared from recipe with coconut frosting~^~CAKE,WHITE,PREP FROM RECIPE W/COCNT FRSTNG~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18103~^~1800~^~Coffeecake, cheese~^~COFFEECAKE,CHEESE~^~~^~~^~~^~~^0^~~^6.00^4.00^8.80^4.00 ~18104~^~1800~^~Coffeecake, cinnamon with crumb topping, commercially prepared, enriched~^~COFFEECAKE,CINN W/CRUMB TOPPING,COMMLY PREP,ENR~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^4.00 ~18105~^~1800~^~Coffeecake, creme-filled with chocolate frosting~^~COFFEECAKE,CREME-FILLED W/CHOC FRSTNG~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^4.00 ~18106~^~1800~^~Coffeecake, fruit~^~COFFEECAKE,FRUIT~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^3.90 ~18107~^~1800~^~Coffeecake, cinnamon with crumb topping, dry mix~^~COFFEECAKE,CINN W/CRUMB TOPPING,DRY MIX~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.00 ~18108~^~1800~^~Coffeecake, cinnamon with crumb topping, dry mix, prepared~^~COFFEECAKE,CINN W/CRUMB TOPPING,DRY MIX,PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18110~^~1800~^~Cake, fruitcake, commercially prepared~^~CAKE,FRUITCAKE,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^5.60^3.80^8.60^3.80 ~18112~^~1800~^~Cake, german chocolate, dry mix, pudding-type~^~CAKE,GERMAN CHOC,DRY MIX,PUDDING-TYPE~^~~^~~^~Y~^~~^0^~~^5.70^3.20^8.70^3.80 ~18114~^~1800~^~Cake, gingerbread, dry mix~^~CAKE,GINGERBREAD,DRY MIX~^~~^~~^~Y~^~~^0^~~^5.70^3.90^8.80^4.00 ~18116~^~1800~^~Cake, gingerbread, prepared from recipe~^~CAKE,GINGERBREAD,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18117~^~1800~^~Cake, marble, dry mix, pudding-type~^~CAKE,MARBLE,DRY MIX,PUDDING-TYPE~^~~^~~^~Y~^~~^0^~~^5.70^3.30^8.80^3.80 ~18119~^~1800~^~Cake, pineapple upside-down, prepared from recipe~^~CAKE,PNAPPL UPSIDE-DOWN,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18120~^~1800~^~Cake, pound, commercially prepared, butter~^~CAKE,POUND,COMMLY PREP,BUTTER~^~~^~~^~~^~~^0^~~^6.00^4.20^8.80^3.90 ~18121~^~1800~^~Cake, pound, commercially prepared, other than all butter, enriched~^~CAKE,POUND,COMMLY PREP,OTHER THAN ALL BUTTER,ENR~^~~^~~^~~^~~^0^~~^6.00^4.20^8.80^4.00 ~18126~^~1800~^~Cake, shortcake, biscuit-type, prepared from recipe~^~CAKE,SHORTCAKE,BISCUIT-TYPE,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^^^^ ~18127~^~1800~^~Cake, snack cakes, creme-filled, chocolate with frosting~^~Cake, snack cakes, creme-filled, chocolate with frosting~^~~^~~^~Y~^~~^0^~~^^^^ ~18128~^~1800~^~Cake, snack cakes, creme-filled, sponge~^~CAKE,SNACK CAKES,CREME-FILLED,SPONGE~^~~^~~^~Y~^~~^0^~~^^^^ ~18131~^~1800~^~Cake, white, dry mix, special dietary (includes lemon-flavored)~^~CAKE,WHITE,DRY MIX,SPL DIETARY (INCL LEMON-FLAVORED)~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^3.90 ~18133~^~1800~^~Cake, sponge, commercially prepared~^~CAKE,SPONGE,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18134~^~1800~^~Cake, sponge, prepared from recipe~^~CAKE,SPONGE,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18135~^~1800~^~Cake, white, dry mix, pudding-type, enriched~^~CAKE,WHITE,DRY MIX,PUDDING-TYPE,ENR~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^4.00 ~18137~^~1800~^~Cake, white, dry mix, regular~^~CAKE,WHITE,DRY MIX,REG~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^4.00 ~18139~^~1800~^~Cake, white, prepared from recipe without frosting~^~CAKE,WHITE,PREP FROM RECIPE WO/FRSTNG~^~~^~~^~~^~~^0^~~^0.00^^^ ~18140~^~1800~^~Cake, yellow, commercially prepared, with chocolate frosting~^~CAKE,YEL,COMMLY PREP,W/CHOC FRSTNG~^~~^~~^~~^~~^0^~~^6.00^3.80^8.80^3.80 ~18141~^~1800~^~Cake, yellow, commercially prepared, with vanilla frosting~^~CAKE,YEL,COMMLY PREP,W/VANILLA FRSTNG~^~~^~~^~~^~~^0^~~^6.10^4.20^8.90^3.90 ~18142~^~1800~^~Cake, yellow, dry mix, pudding-type~^~CAKE,YEL,DRY MIX,PUDDING-TYPE~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^4.00 ~18144~^~1800~^~Cake, yellow, dry mix, regular, enriched~^~CAKE,YEL,DRY MIX,REG,ENR~^~~^~~^~Y~^~~^0^~~^5.90^4.10^8.80^4.00 ~18146~^~1800~^~Cake, yellow, prepared from recipe without frosting~^~CAKE,YEL,PREP FROM RECIPE WO/FRSTNG~^~~^~~^~~^~~^0^~~^0.00^^^ ~18147~^~1800~^~Cheesecake commercially prepared~^~CHEESECAKE COMMLY PREP~^~~^~~^~~^~~^0^~~^6.20^4.20^8.80^3.90 ~18148~^~1800~^~Cheesecake prepared from mix, no-bake type~^~CHEESECAKE PREP FROM MIX,NO-BAKE TYPE~^~~^~~^~~^~~^0^~~^6.20^4.20^8.80^3.90 ~18150~^~1800~^~Cookies, animal crackers (includes arrowroot, tea biscuits)~^~COOKIES,ANIMAL CRACKERS (INCL ARROWROOT,TEA BISCUITS,)~^~~^~~^~Y~^~~^0^~~^5.70^4.10^8.80^4.00 ~18151~^~1800~^~Cookies, brownies, commercially prepared~^~COOKIES,BROWNIES,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^5.90^3.90^8.80^3.80 ~18152~^~1800~^~Cookies, brownies, dry mix, regular~^~COOKIES,BROWNIES,DRY MIX,REG~^~~^~~^~~^~~^0^~~^5.60^3.00^8.70^3.80 ~18154~^~1800~^~Cookies, brownies, prepared from recipe~^~COOKIES,BROWNIES,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18155~^~1800~^~Cookies, butter, commercially prepared, enriched~^~COOKIES,BUTTER,COMMLY PREP,ENR~^~~^~~^~Y~^~~^0^~~^5.90^4.20^8.80^4.00 ~18156~^~1800~^~Cookies, fudge, cake-type (includes trolley cakes)~^~COOKIES,FUDGE,CAKE-TYPE (INCL TROLLEY CAKES)~^~~^~~^~~^~~^0^~~^5.70^3.60^8.70^3.80 ~18157~^~1800~^~Cookies, chocolate wafers~^~COOKIES,CHOCOLATE WAFERS~^~~^~~^~Y~^~~^0^~~^5.70^3.50^8.90^3.90 ~18158~^~1800~^~Cookies, chocolate chip, commercially prepared, regular, lower fat~^~COOKIES,CHOC CHIP,COMMLY PREP,REG,LOWER FAT~^~~^~~^~~^~~^0^~~^5.80^4.00^8.80^4.00 ~18159~^~1800~^~Cookies, chocolate chip, commercially prepared, regular, higher fat, enriched~^~COOKIES,CHOC CHIP,COMMLY PREP,REG,HIGHER FAT,ENR~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.80^3.90 ~18160~^~1800~^~Cookies, chocolate chip, commercially prepared, soft-type~^~COOKIES,CHOC CHIP,COMMLY PREP,SOFT-TYPE~^~~^~~^~~^~~^0^~~^5.80^3.80^8.80^3.90 ~18161~^~1800~^~Cookies, chocolate chip, dry mix~^~COOKIES,CHOC CHIP,DRY MIX~^~~^~~^~~^~~^0^~~^5.80^4.00^8.80^3.90 ~18163~^~1800~^~Cookies, chocolate chip, refrigerated dough~^~COOKIES,CHOC CHIP,REFR DOUGH~^~~^~~^~~^~~^0^~~^5.90^4.10^8.80^4.00 ~18164~^~1800~^~Cookies, chocolate chip, refrigerated dough, baked~^~COOKIES,CHOC CHIP,REFR DOUGH,BKD~^~~^~~^~~^~~^0^~~^^^^ ~18165~^~1800~^~Cookies, chocolate chip, prepared from recipe, made with margarine~^~COOKIES,CHOC CHIP,PREP FROM RECIPE,MADE W/MARGARINE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18166~^~1800~^~Cookies, chocolate sandwich, with creme filling, regular~^~COOKIES,CHOC SNDWCH,W/CREME FILLING,REG~^~~^~~^~Y~^~~^0^~~^5.70^3.50^8.80^3.90 ~18167~^~1800~^~Cookies, chocolate sandwich, with creme filling, regular, chocolate-coated~^~COOKIES,CHOC SNDWCH,W/CREME FILLING,REG,CHOCOLATE-COATED~^~~^~~^~Y~^~~^0^~~^5.70^2.70^8.80^3.60 ~18168~^~1800~^~Cookies, chocolate sandwich, with extra creme filling~^~COOKIES,CHOC SNDWCH,W/EX CREME FILLING~^~~^~~^~Y~^~~^0^~~^5.70^3.60^8.80^3.90 ~18169~^~1800~^~Cookies, coconut macaroons, prepared from recipe~^~COOKIES,COCNT MACAROONS,PREP FROM RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18170~^~1800~^~Cookies, fig bars~^~COOKIES,FIG BARS~^~~^~~^~Y~^~~^0^~~^5.90^3.80^8.80^3.80 ~18171~^~1800~^~Cookies, fortune~^~COOKIES,FORTUNE~^~~^~~^~Y~^~~^0^~~^5.70^4.10^8.80^4.00 ~18172~^~1800~^~Cookies, gingersnaps~^~COOKIES,GINGERSNAPS~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.00 ~18173~^~1800~^~Cookies, graham crackers, plain or honey (includes cinnamon)~^~COOKIES,GRAHAM CRACKERS,PLN OR HONEY (INCL CINN)~^~~^~~^~Y~^~~^0^~~^5.70^3.90^8.80^4.00 ~18174~^~1800~^~Cookies, graham crackers, chocolate-coated~^~COOKIES,GRAHAM CRACKERS,CHOCOLATE-COATED~^~~^~~^~Y~^~~^0^~~^5.90^3.80^8.70^3.90 ~18175~^~1800~^~Cookies, ladyfingers, with lemon juice and rind~^~COOKIES,LADYFINGERS,W/LEMON JUC&RIND~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18176~^~1800~^~Cookies, marshmallow, chocolate-coated (includes marshmallow pies)~^~COOKIES,MARSHMLLW,CHOCOLATE-COATED (INCL MARSHMLLW PIES)~^~~^~~^~Y~^~~^0^~~^5.70^3.60^8.80^3.80 ~18177~^~1800~^~Cookies, molasses~^~COOKIES,MOLASSES~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.00 ~18178~^~1800~^~Cookies, oatmeal, commercially prepared, regular~^~COOKIES,OATMEAL,COMMLY PREP,REG~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.80^3.90 ~18179~^~1800~^~Cookies, oatmeal, commercially prepared, soft-type~^~COOKIES,OATMEAL,COMMLY PREP,SOFT-TYPE~^~~^~~^~~^~~^0^~~^5.90^3.80^8.80^3.90 ~18180~^~1800~^~Cookies, oatmeal, dry mix~^~COOKIES,OATMEAL,DRY MIX~^~~^~~^~~^~~^0^~~^5.80^3.70^8.80^4.00 ~18182~^~1800~^~Cookies, oatmeal, refrigerated dough~^~COOKIES,OATMEAL,REFR DOUGH~^~~^~~^~~^~~^0^~~^5.90^3.80^8.80^4.00 ~18183~^~1800~^~Cookies, oatmeal, refrigerated dough, baked~^~COOKIES,OATMEAL,REFR DOUGH,BKD~^~~^~~^~~^~~^0^~~^^^^ ~18184~^~1800~^~Cookies, oatmeal, prepared from recipe, with raisins~^~COOKIES,OATMEAL,PREP FROM RECIPE,W/RAISINS~^~~^~~^~~^~~^0^~~^0.00^^^ ~18185~^~1800~^~Cookies, peanut butter, commercially prepared, regular~^~COOKIES,PNUT BUTTER,COMMLY PREP,REG~^~~^~~^~Y~^~~^0^~~^5.60^3.70^8.70^4.00 ~18186~^~1800~^~Cookies, peanut butter, commercially prepared, soft-type~^~COOKIES,PNUT BUTTER,COMMLY PREP,SOFT-TYPE~^~~^~~^~~^~~^0^~~^5.50^3.70^8.70^3.90 ~18187~^~1800~^~Cookies, peanut butter, refrigerated dough~^~COOKIES,PNUT BUTTER,REFR DOUGH~^~~^~~^~~^~~^0^~~^5.70^3.80^8.70^4.00 ~18188~^~1800~^~Cookies, peanut butter, refrigerated dough, baked~^~COOKIES,PNUT BUTTER,REFR DOUGH,BKD~^~~^~~^~~^~~^0^~~^^^^ ~18189~^~1800~^~Cookies, peanut butter, prepared from recipe~^~COOKIES,PNUT BUTTER,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18190~^~1800~^~Cookies, peanut butter sandwich, regular~^~COOKIES,PNUT BUTTER SNDWCH,REG~^~~^~~^~Y~^~~^0^~~^5.60^3.80^8.60^4.00 ~18191~^~1800~^~Cookies, raisin, soft-type~^~COOKIES,RAISIN,SOFT-TYPE~^~~^~~^~Y~^~~^0^~~^5.90^4.00^8.80^3.90 ~18192~^~1800~^~Cookies, shortbread, commercially prepared, plain~^~COOKIES,SHORTBREAD,COMMLY PREP,PLN~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^4.10 ~18193~^~1800~^~Cookies, shortbread, commercially prepared, pecan~^~COOKIES,SHORTBREAD,COMMLY PREP,PECAN~^~~^~~^~~^~~^0^~~^5.60^4.00^8.70^4.10 ~18196~^~1800~^~Cookies, brownies, dry mix, special dietary~^~COOKIES,BROWNIES,DRY MIX,SPL DIETARY~^~~^~~^~~^~~^0^~~^5.70^3.60^8.80^3.80 ~18197~^~1800~^~Cookies, brownies, dry mix, special dietary, prepared~^~COOKIES,BROWNIES,DRY MIX,SPL DIETARY,PREP~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18198~^~1800~^~Cookies, chocolate chip, commercially prepared, special dietary~^~COOKIES,CHOC CHIP,COMMLY PREP,SPL DIETARY~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.80^3.90 ~18199~^~1800~^~Cookies, chocolate sandwich, with creme filling, special dietary~^~COOKIES,CHOC SNDWCH,W/CREME FILLING,SPL DIETARY~^~~^~~^~Y~^~~^0^~~^5.70^3.30^8.80^3.70 ~18200~^~1800~^~Cookies, oatmeal, commercially prepared, special dietary~^~COOKIES,OATMEAL,COMMLY PREP,SPL DIETARY~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.80^3.90 ~18201~^~1800~^~Cookies, peanut butter sandwich, special dietary~^~COOKIES,PNUT BUTTER SNDWCH,SPL DIETARY~^~~^~~^~~^~~^0^~~^5.50^3.60^8.70^4.00 ~18202~^~1800~^~Cookies, sugar wafers with creme filling, special dietary~^~COOKIES,SUGAR WAFERS W/CREME FILLING,SPL DIETARY~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^4.00 ~18203~^~1800~^~Cookies, sugar, commercially prepared, special dietary~^~COOKIES,SUGAR,COMMLY PREP,SPL DIETARY~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^3.90 ~18204~^~1800~^~Cookies, sugar, commercially prepared, regular (includes vanilla)~^~COOKIES,SUGAR,COMMLY PREP,REG (INCL VANILLA)~^~~^~~^~Y~^~~^0^~~^5.90^4.20^8.80^4.00 ~18205~^~1800~^~Cookies, sugar, refrigerated dough~^~COOKIES,SUGAR,REFR DOUGH~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^4.00 ~18206~^~1800~^~Cookies, sugar, refrigerated dough, baked~^~COOKIES,SUGAR,REFR DOUGH,BKD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18208~^~1800~^~Cookies, sugar, prepared from recipe, made with margarine~^~COOKIES,SUGAR,PREP FROM RECIPE,MADE W/MARGARINE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18209~^~1800~^~Cookies, sugar wafers with creme filling, regular~^~COOKIES,SUGAR WAFERS W/CREME FILLING,REG~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.00 ~18210~^~1800~^~Cookies, vanilla sandwich with creme filling~^~COOKIES,VANILLA SNDWCH W/CREME FILLING~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.00 ~18211~^~1800~^~Puff pastry, frozen, ready-to-bake, baked~^~PUFF PASTRY,FRZ,RTB,BKD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18212~^~1800~^~Cookies, vanilla wafers, lower fat~^~COOKIES,VANILLA WAFERS,LOWER FAT~^~~^~~^~Y~^~~^0^~~^5.90^4.10^8.80^3.90 ~18213~^~1800~^~Cookies, vanilla wafers, higher fat~^~COOKIES,VANILLA WAFERS,HIGHER FAT~^~~^~~^~~^~~^0^~~^5.70^4.10^8.80^4.00 ~18214~^~1800~^~Crackers, cheese, regular~^~CRACKERS,CHEESE,REGULAR~^~~^~~^~Y~^~~^0^~~^5.90^4.10^8.80^4.10 ~18215~^~1800~^~Crackers, cheese, sandwich-type with peanut butter filling~^~CRACKERS,CHS,SANDWICH-TYPE W/PNUT BUTTER FILLING~^~~^~~^~Y~^~~^0^~~^5.60^3.80^8.60^4.10 ~18216~^~1800~^~Crackers, crispbread, rye~^~CRACKERS,CRISPBREAD,RYE~^~~^~~^~Y~^~~^0^~~^5.90^3.20^8.40^4.00 ~18217~^~1800~^~Crackers, matzo, plain~^~CRACKERS,MATZO,PLAIN~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.40^4.10 ~18218~^~1800~^~Crackers, matzo, egg~^~CRACKERS,MATZO,EGG~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^4.10 ~18219~^~1800~^~Crackers, matzo, whole-wheat~^~CRACKERS,MATZO,WHOLE-WHEAT~^~~^~~^~~^~~^0^~~^5.80^3.50^8.40^3.70 ~18220~^~1800~^~Crackers, melba toast, plain~^~CRACKERS,MELBA TOAST,PLN~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.60^4.10 ~18221~^~1800~^~Crackers, melba toast, rye (includes pumpernickel)~^~CRACKERS,MELBA TOAST,RYE (INCL PUMPERNICKEL)~^~~^~~^~~^~~^0^~~^5.80^3.70^8.60^4.10 ~18222~^~1800~^~Crackers, melba toast, wheat~^~CRACKERS,MELBA TOAST,WHEAT~^~~^~~^~~^~~^0^~~^5.80^3.80^8.60^4.00 ~18223~^~1800~^~Crackers, milk~^~CRACKERS,MILK~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18224~^~1800~^~Crackers, rusk toast~^~CRACKERS,RUSK TOAST~^~~^~~^~~^~~^0^~~^6.00^3.90^8.90^4.00 ~18225~^~1800~^~Crackers, rye, sandwich-type with cheese filling~^~CRACKERS,RYE,SANDWICH-TYPE W/CHS FILLING~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^4.10 ~18226~^~1800~^~Crackers, rye, wafers, plain~^~CRACKERS,RYE,WAFERS,PLAIN~^~~^~~^~Y~^~~^0^~~^5.90^3.00^8.40^3.70 ~18227~^~1800~^~Crackers, rye, wafers, seasoned~^~CRACKERS,RYE,WAFERS,SEASONED~^~~^~~^~~^~~^0^~~^5.90^3.00^8.80^3.70 ~18228~^~1800~^~Crackers, saltines (includes oyster, soda, soup)~^~CRACKERS,SALTINES (INCL OYSTER,SODA,SOUP)~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18229~^~1800~^~Crackers, standard snack-type, regular~^~CRACKERS,STD SNACK-TYPE,REG~^~~^~~^~Y~^~~^0^~~^^^^ ~18230~^~1800~^~Crackers, standard snack-type, sandwich, with cheese filling~^~CRACKERS,STD SNACK-TYPE,SNDWCH,W/CHS FILLING~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^4.10 ~18231~^~1800~^~Crackers, standard snack-type, sandwich, with peanut butter filling~^~CRACKERS,STD SNACK-TYPE,SNDWCH,W/PNUT BUTTER FILLING~^~~^~~^~Y~^~~^0^~~^5.60^3.80^8.60^4.10 ~18232~^~1800~^~Crackers, wheat, regular~^~CRACKERS,WHEAT,REGULAR~^~~^~~^~Y~^~~^0^~~^5.80^3.80^8.80^4.00 ~18233~^~1800~^~Crackers, wheat, sandwich, with cheese filling~^~CRACKERS,WHEAT,SNDWCH,W/CHS FILLING~^~~^~~^~~^~~^0^~~^5.80^4.00^8.80^4.10 ~18234~^~1800~^~Crackers, wheat, sandwich, with peanut butter filling~^~CRACKERS,WHEAT,SNDWCH,W/PNUT BUTTER FILLING~^~~^~~^~~^~~^0^~~^5.60^3.70^8.60^4.00 ~18235~^~1800~^~Crackers, whole-wheat~^~CRACKERS,WHOLE-WHEAT~^~~^~~^~Y~^~~^0^~~^5.80^3.60^8.80^3.80 ~18236~^~1800~^~Cracker meal~^~CRACKER MEAL~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.40^4.10 ~18237~^~1800~^~Cream puffs, prepared from recipe, shell (includes eclair)~^~CREAM PUFFS,PREP FROM RECIPE,SHELL (INCL ECLAIR)~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18238~^~1800~^~Cream puffs, prepared from recipe, shell, with custard filling~^~CREAM PUFFS,PREP FROM RECIPE,SHELL,W/CUSTARD FILLING~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18239~^~1800~^~Croissants, butter~^~CROISSANTS,BUTTER~^~~^~~^~Y~^~~^0^~~^5.90^4.00^8.80^4.10 ~18240~^~1800~^~Croissants, apple~^~CROISSANTS,APPLE~^~~^~~^~~^~~^0^~~^5.90^4.00^8.80^4.00 ~18241~^~1800~^~Croissants, cheese~^~CROISSANTS,CHEESE~^~~^~~^~Y~^~~^0^~~^5.90^4.00^8.80^4.10 ~18242~^~1800~^~Croutons, plain~^~CROUTONS,PLAIN~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^4.10 ~18243~^~1800~^~Croutons, seasoned~^~CROUTONS,SEASONED~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.80^4.10 ~18244~^~1800~^~Danish pastry, cinnamon, enriched~^~DANISH PASTRY,CINN,ENR~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.80^4.00 ~18245~^~1800~^~Danish pastry, cheese~^~DANISH PASTRY,CHEESE~^~~^~~^~Y~^~~^0^~~^6.00^4.10^8.80^4.00 ~18246~^~1800~^~Danish pastry, fruit, enriched (includes apple, cinnamon, raisin, lemon, raspberry, strawberry)~^~DANISH PASTRY,FRUIT,ENR~^~~^~~^~Y~^~~^0^~~^5.80^4.10^8.80^3.90 ~18247~^~1800~^~Danish pastry, nut (includes almond, raisin nut, cinnamon nut)~^~DANISH PASTRY,NUT (INCL ALMOND,RAISIN NUT,CINN NUT)~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.70^4.00 ~18248~^~1800~^~Doughnuts, cake-type, plain (includes unsugared, old-fashioned)~^~Doughnuts, cake-type, plain (inc. unsugared, old-fashioned)~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~18249~^~1800~^~Doughnuts, cake-type, plain, chocolate-coated or frosted~^~Doughnuts, cake-type, plain, chocolate-coated or frosted~^~~^~~^~Y~^~~^0^~~^^^^ ~18250~^~1800~^~Doughnuts, cake-type, plain, sugared or glazed~^~DOUGHNUTS,CAKE-TYPE,PLN,SUGARED OR GLAZED~^~~^~~^~~^~~^0^~~^5.90^4.20^8.80^4.00 ~18251~^~1800~^~Doughnuts, cake-type, chocolate, sugared or glazed~^~DOUGHNUTS,CAKE-TYPE,CHOC,SUGARED OR GLAZED~^~~^~~^~Y~^~~^0^~~^5.90^3.90^8.80^3.90 ~18252~^~1800~^~Doughnuts, cake-type, wheat, sugared or glazed~^~DOUGHNUTS,CAKE-TYPE,WHEAT,SUGARED OR GLAZED~^~~^~~^~Y~^~~^0^~~^5.90^3.90^8.80^3.90 ~18253~^~1800~^~Doughnuts, french crullers, glazed~^~DOUGHNUTS,FRENCH CRULLERS,GLAZED~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.80^4.00 ~18254~^~1800~^~Doughnuts, yeast-leavened, with creme filling~^~DOUGHNUTS,YEAST-LEAVENED,W/CREME FILLING~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.80^4.00 ~18255~^~1800~^~Doughnuts, yeast-leavened, glazed, enriched (includes honey buns)~^~DOUGHNUTS, YEAST-LEAVENED, GLAZED, ENRICHED (INC HONEY BUNS)~^~donut~^~~^~Y~^~~^0^~~^^^^ ~18256~^~1800~^~Doughnuts, yeast-leavened, with jelly filling~^~DOUGHNUTS,YEAST-LEAVENED,W/JELLY FILLING~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.80^3.90 ~18257~^~1800~^~Eclairs, custard-filled with chocolate glaze, prepared from recipe~^~ECLAIRS,CUSTARD-FILLED W/CHOC GLAZE,PREP FROM RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18258~^~1800~^~English muffins, plain, enriched, with ca prop (includes sourdough)~^~ENGLISH MUFFIN, PLN,ENCHED.W/CA PROP (INCLD SOURDOUGH)~^~~^~~^~Y~^~~^0^~~^^^^ ~18259~^~1800~^~English muffins, plain, toasted, enriched, with calcium propionate (includes sourdough)~^~ENGLISH,MUFFIN,PLN,TSTD,ENR,W/CA PROP(INCL SOURDOUGH)~^~~^~~^~Y~^~~^0^~~^^^^ ~18260~^~1800~^~English muffins, mixed-grain (includes granola)~^~ENGLISH MUFFINS,MIXED-GRAIN (INCL GRANOLA)~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.50^4.00 ~18261~^~1800~^~English muffins, mixed-grain, toasted (includes granola)~^~ENGLISH MUFFINS,MIXED-GRAIN,TSTD (INCL GRANOLA)~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18262~^~1800~^~English muffins, raisin-cinnamon (includes apple-cinnamon)~^~ENGLISH MUFFINS,RAISIN-CINNAMON (INCLUDES APPLE-CINNAMON)~^~~^~~^~Y~^~~^0^~~^^^^ ~18263~^~1800~^~English muffins, raisin-cinnamon, toasted (includes apple-cinnamon)~^~ENGLISH MUFFINS,RAISIN-CINNAMON,TSTD (INCL APPLE-CINNAMON)~^~~^~~^~Y~^~~^0^~~^^^^ ~18264~^~1800~^~English muffins, wheat~^~ENGLISH MUFFINS,WHEAT~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.40^3.90 ~18265~^~1800~^~English muffins, wheat, toasted~^~ENGLISH MUFFINS,WHEAT,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18266~^~1800~^~English muffins, whole-wheat~^~ENGLISH MUFFINS,WHOLE-WHEAT~^~~^~~^~Y~^~~^0^~~^5.90^3.50^8.50^3.80 ~18267~^~1800~^~English muffins, whole-wheat, toasted~^~ENGLISH MUFFINS,WHOLE-WHEAT,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18268~^~1800~^~French toast, frozen, ready-to-heat~^~FRENCH TOAST,FRZ,RTH~^~~^~~^~~^~~^0^~~^6.00^4.10^8.90^4.00 ~18269~^~1800~^~French toast, prepared from recipe, made with low fat (2%) milk~^~FRENCH TOAST,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18270~^~1800~^~Hush puppies, prepared from recipe~^~HUSH PUPPIES,PREP FROM RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18271~^~1800~^~Ice cream cones, cake or wafer-type~^~ICE CRM CONES,CAKE OR WAFER-TYPE~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18272~^~1800~^~Ice cream cones, sugar, rolled-type~^~ICE CRM CONES,SUGAR,ROLLED-TYPE~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.00 ~18273~^~1800~^~Muffins, plain, prepared from recipe, made with low fat (2%) milk~^~MUFFINS,PLN,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18274~^~1800~^~Muffins, blueberry, commercially prepared (Includes mini-muffins)~^~MUFFINS,BLUEBERRY,COMMLY PREP (INCLUDES MINI-MUFFINS)~^~~^~~^~Y~^~~^0^~~^^^^ ~18275~^~1800~^~Muffins, blueberry, dry mix~^~MUFFINS,BLUEBERRY,DRY MIX~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^4.10 ~18277~^~1800~^~Muffins, blueberry, toaster-type~^~MUFFINS,BLUEBERRY,TOASTER-TYPE~^~~^~~^~Y~^~~^0^~~^5.70^3.60^8.80^4.00 ~18278~^~1800~^~Muffins, blueberry, prepared from recipe, made with low fat (2%) milk~^~MUFFINS,BLUEBERRY,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18279~^~1800~^~Muffins, corn, commercially prepared~^~MUFFINS,CORN,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^5.90^3.80^8.80^4.10 ~18280~^~1800~^~Muffins, corn, dry mix, prepared~^~MUFFINS,CORN,DRY MIX,PREP~^~~^~~^~~^~~^0^~~^^^^ ~18281~^~1800~^~Muffins, corn, toaster-type~^~MUFFINS,CORN,TOASTER-TYPE~^~~^~~^~~^~~^0^~~^5.90^4.00^8.80^3.90 ~18282~^~1800~^~Muffins, corn, prepared from recipe, made with low fat (2%) milk~^~MUFFINS,CORN,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18283~^~1800~^~Muffins, oat bran~^~MUFFINS,OAT BRAN~^~~^~~^~Y~^~~^0^~~^6.20^3.20^8.70^3.80 ~18284~^~1800~^~Muffins, wheat bran, dry mix~^~MUFFINS,WHEAT BRAN,DRY MIX~^~~^~~^~~^~~^0^~~^6.00^2.90^8.80^3.70 ~18286~^~1800~^~Muffins, wheat bran, toaster-type with raisins~^~MUFFINS,WHEAT BRAN,TOASTER-TYPE W/RAISINS~^~~^~~^~Y~^~~^0^~~^5.90^3.60^8.80^3.80 ~18288~^~1800~^~Pancakes plain, frozen, ready-to-heat (includes buttermilk)~^~Pancakes plain, frozen, ready-to-heat (includes buttermilk)~^~~^~~^~Y~^~~^0^~~^^^^ ~18289~^~1800~^~Pancakes, plain, dry mix, complete (includes buttermilk)~^~PANCAKES,PLN,DRY MIX,COMPLETE (INCL BTTRMLK)~^~~^~~^~~^~~^0^~~^6.00^4.00^8.80^4.10 ~18290~^~1800~^~Pancakes, plain, dry mix, complete, prepared~^~PANCAKES,PLN,DRY MIX,COMPLETE,PREP~^~~^~~^~~^~~^0^~~^^^^ ~18291~^~1800~^~Pancakes, plain, dry mix, incomplete (includes buttermilk)~^~PANCAKES,PLN,DRY MIX,INCOMPLETE (INCL BTTRMLK)~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.40^4.10 ~18292~^~1800~^~Pancakes, plain, dry mix, incomplete, prepared~^~PANCAKES,PLN,DRY MIX,INCOMPLETE,PREP~^~~^~~^~~^~~^0^~~^^^^ ~18293~^~1800~^~Pancakes, plain, prepared from recipe~^~PANCAKES,PLN,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18294~^~1800~^~Pancakes, blueberry, prepared from recipe~^~PANCAKES,BLUEBERRY,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18295~^~1800~^~Pancakes, buckwheat, dry mix, incomplete~^~PANCAKES,BUCKWHEAT,DRY MIX,INCOMPLETE~^~~^~~^~Y~^~~^0^~~^6.00^3.60^8.40^3.90 ~18297~^~1800~^~Pancakes, special dietary, dry mix~^~PANCAKES,SPL DIETARY,DRY MIX~^~~^~~^~~^~~^0^~~^5.90^3.80^8.40^4.10 ~18299~^~1800~^~Pancakes, whole-wheat, dry mix, incomplete~^~PANCAKES,WHOLE-WHEAT,DRY MIX,INCOMPLETE~^~~^~~^~~^~~^0^~~^5.80^3.70^8.40^4.00 ~18300~^~1800~^~Pancakes, whole-wheat, dry mix, incomplete, prepared~^~PANCAKES,WHOLE-WHEAT,DRY MIX,INCOMPLETE,PREP~^~~^~~^~~^~~^0^~~^^^^ ~18301~^~1800~^~Pie, apple, commercially prepared, enriched flour~^~PIE,APPL,COMMLY PREP,ENR FLR~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^3.90 ~18302~^~1800~^~Pie, apple, prepared from recipe~^~PIE,APPL,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18303~^~1800~^~Pie, banana cream, prepared from mix, no-bake type~^~PIE,BANANA CRM,PREP FROM MIX,NO-BAKE TYPE~^~~^~~^~~^~~^0^~~^6.00^4.00^8.80^3.90 ~18304~^~1800~^~Pie, banana cream, prepared from recipe~^~PIE,BANANA CRM,PREP FROM RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18305~^~1800~^~Pie, blueberry, commercially prepared~^~PIE,BLUEBERRY,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^3.90 ~18306~^~1800~^~Pie, blueberry, prepared from recipe~^~PIE,BLUEBERRY,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18308~^~1800~^~Pie, cherry, commercially prepared~^~PIE,CHERRY,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.80^3.90 ~18309~^~1800~^~Pie, cherry, prepared from recipe~^~PIE,CHERRY,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18310~^~1800~^~Pie, chocolate creme, commercially prepared~^~PIE,CHOC CREME,COMMLY PREP~^~~^~~^~~^~~^0^~~^5.70^3.30^8.80^3.70 ~18312~^~1800~^~Pie, chocolate mousse, prepared from mix, no-bake type~^~PIE,CHOC MOUSSE,PREP FROM MIX,NO-BAKE TYPE~^~~^~~^~~^~~^0^~~^6.00^3.70^8.70^3.80 ~18313~^~1800~^~Pie, coconut creme, commercially prepared~^~PIE,COCNT CREME,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^6.00^4.00^8.70^3.90 ~18314~^~1800~^~Pie, coconut cream, prepared from mix, no-bake type~^~PIE,COCNT CRM,PREP FROM MIX,NO-BAKE TYPE~^~~^~~^~~^~~^0^~~^6.10^4.10^8.70^3.90 ~18316~^~1800~^~Pie, coconut custard, commercially prepared~^~PIE,COCNT CUSTARD,COMMLY PREP~^~~^~~^~~^~~^0^~~^6.00^4.10^8.70^4.00 ~18317~^~1800~^~Pie, egg custard, commercially prepared~^~PIE,EGG CUSTARD,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^6.20^4.30^8.90^4.00 ~18319~^~1800~^~Pie, fried pies, fruit~^~PIE,FRIED PIES,FRUIT~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.80^3.80 ~18320~^~1800~^~Pie, lemon meringue, commercially prepared~^~PIE,LEMON MERINGUE,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^6.00^4.20^8.90^3.90 ~18321~^~1800~^~Pie, lemon meringue, prepared from recipe~^~PIE,LEMON MERINGUE,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18322~^~1800~^~Pie, mince, prepared from recipe~^~PIE,MINCE,PREP FROM RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18323~^~1800~^~Pie, peach~^~PIE,PEACH~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.80^3.90 ~18324~^~1800~^~Pie, pecan, commercially prepared~^~PIE,PECAN,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^^^^ ~18325~^~1800~^~Pie, pecan, prepared from recipe~^~PIE,PECAN,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18326~^~1800~^~Pie, pumpkin, commercially prepared~^~PIE,PUMPKIN,COMMLY PREP~^~~^~~^~Y~^~~^0^~~^^^^ ~18327~^~1800~^~Pie, pumpkin, prepared from recipe~^~PIE,PUMPKIN,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18328~^~1800~^~Pie, vanilla cream, prepared from recipe~^~PIE,VANILLA CRM,PREP FROM RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18330~^~1800~^~Pie crust, cookie-type, prepared from recipe, graham cracker, baked~^~PIE CRUST,COOKIE-TYPE,PREP FROM RECIPE,GRAHAM CRACKER,BKD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18332~^~1800~^~Pie crust, standard-type, dry mix~^~PIE CRUST,STANDARD-TYPE,DRY MIX~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^4.10 ~18333~^~1800~^~Pie crust, standard-type, dry mix, prepared, baked~^~PIE CRUST,STANDARD-TYPE,DRY MIX,PREP,BKD~^~~^~~^~~^~~^0^~~^^^^ ~18334~^~1800~^~Pie crust, standard-type, frozen, ready-to-bake, enriched~^~PIE CRUST,STANDARD-TYPE,FRZ,RTB,ENR~^~~^~~^~~^~~^0^~~^5.70^4.10^8.90^4.10 ~18335~^~1800~^~Pie crust, standard-type, frozen, ready-to-bake, enriched, baked~^~PIE CRUST,STANDARD-TYPE,FRZ,RTB,ENR,BKD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18336~^~1800~^~Pie crust, standard-type, prepared from recipe, baked~^~PIE CRUST,STANDARD-TYPE,PREP FROM RECIPE,BKD~^~~^~~^~~^~~^0^~~^0.00^^^ ~18337~^~1800~^~Puff pastry, frozen, ready-to-bake~^~PUFF PASTRY,FRZ,RTB~^~~^~~^~~^~~^0^~~^0.00^^^ ~18338~^~1800~^~Phyllo dough~^~PHYLLO DOUGH~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18339~^~1800~^~Popovers, dry mix, enriched~^~POPOVERS,DRY MIX,ENRICHED~^~~^~~^~~^~~^0^~~^5.70^4.10^8.70^4.10 ~18342~^~1800~^~Rolls, dinner, plain, commercially prepared (includes brown-and-serve)~^~ROLLS, DINNER, PLN,COMM PREPARED (INC BROWN -N- SERVE)~^~~^~~^~Y~^~~^0^~~^^^^ ~18344~^~1800~^~Rolls, dinner, egg~^~ROLLS,DINNER,EGG~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.80^4.10 ~18345~^~1800~^~Rolls, dinner, oat bran~^~ROLLS,DINNER,OAT BRAN~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.70^4.00 ~18346~^~1800~^~Rolls, dinner, rye~^~ROLLS,DINNER,RYE~^~~^~~^~Y~^~~^0^~~^5.80^3.70^8.70^4.10 ~18347~^~1800~^~Rolls, dinner, wheat~^~ROLLS,DINNER,WHEAT~^~~^~~^~Y~^~~^0^~~^5.70^3.90^8.80^4.00 ~18348~^~1800~^~Rolls, dinner, whole-wheat~^~ROLLS,DINNER,WHOLE-WHEAT~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18349~^~1800~^~Rolls, french~^~ROLLS,FRENCH~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.70^4.10 ~18350~^~1800~^~Rolls, hamburger or hotdog, plain~^~ROLLS,HAMBURGER OR HOTDOG,PLN~^~~^~~^~Y~^~~^0^~~^5.80^4.00^8.80^4.10 ~18351~^~1800~^~Rolls, hamburger or hotdog, mixed-grain~^~ROLLS,HAMBURGER OR HOTDOG,MIXED-GRAIN~^~~^~~^~Y~^~~^0^~~^5.80^3.80^8.80^3.90 ~18352~^~1800~^~Rolls, hamburger or hotdog, reduced-calorie~^~ROLLS,HAMBURGER OR HOTDOG,RED-CAL~^~~^~~^~Y~^~~^0^~~^5.90^3.90^8.50^3.50 ~18353~^~1800~^~Rolls, hard (includes kaiser)~^~ROLLS,HARD (INCL KAISER)~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.60^4.10 ~18354~^~1800~^~Strudel, apple~^~STRUDEL,APPLE~^~~^~~^~Y~^~~^0^~~^6.00^4.20^8.90^3.90 ~18355~^~1800~^~Sweet rolls, cheese~^~SWEET ROLLS,CHEESE~^~~^~~^~~^~~^0^~~^6.00^4.00^8.80^3.90 ~18356~^~1800~^~Sweet rolls, cinnamon, commercially prepared with raisins~^~SWEET ROLLS,CINN,COMMLY PREP W/RAISINS~^~~^~~^~Y~^~~^0^~~^5.80^3.90^8.80^4.00 ~18357~^~1800~^~Sweet rolls, cinnamon, refrigerated dough with frosting~^~SWEET ROLLS,CINN,REFR DOUGH W/FRSTNG~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^4.00 ~18358~^~1800~^~Sweet rolls, cinnamon, refrigerated dough with frosting, baked~^~SWEET ROLLS,CINN,REFR DOUGH W/FRSTNG,BKD~^~~^~~^~~^~~^0^~~^^^^ ~18360~^~1800~^~Taco shells, baked~^~TACO SHELLS, BAKED~^~~^~~^~Y~^~~^0^~~^^^^ ~18361~^~1800~^~Toaster pastries, brown-sugar-cinnamon~^~TOASTER PASTRIES,BROWN-SUGAR-CINNAMON~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^3.90 ~18362~^~1800~^~Toaster pastries, fruit (includes apple, blueberry, cherry, strawberry)~^~TOASTER PASTRIES,FRUIT~^~~^~~^~Y~^~~^0^~~^^^^ ~18363~^~1800~^~Tortillas, ready-to-bake or -fry, corn~^~TORTILLAS,RTB OR -FRY,CORN~^~~^~~^~Y~^~~^0^~~^6.20^2.70^8.40^4.00 ~18364~^~1800~^~Tortillas, ready-to-bake or -fry, flour~^~TORTILLAS,RTB OR -FRY,FLR~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18365~^~1800~^~Waffles, plain, frozen, ready-to-heat~^~WAFFLES,PLN,FRZ,RTH~^~~^~~^~~^~~^0^~~^^^^ ~18367~^~1800~^~Waffles, plain, prepared from recipe~^~WAFFLES,PLN,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18368~^~1800~^~Wonton wrappers (includes egg roll wrappers)~^~WONTON WRAPPERS (INCL EGG ROLL WRAPPERS)~^~~^~~^~~^~~^0^~~^0.00^^^ ~18369~^~1800~^~Leavening agents, baking powder, double-acting, sodium aluminum sulfate~^~LEAVENING AGENTS,BAKING PDR,DOUBLE-ACTING,NA AL SULFATE~^~~^~~^~Y~^~~^0^~~^6.20^1.50^8.40^1.90 ~18370~^~1800~^~Leavening agents, baking powder, double-acting, straight phosphate~^~LEAVENING AGENTS,BAKING PDR,DOUBLE-ACTING,STRAIGHT PO4~^~~^~~^~Y~^~~^0^~~^6.20^1.80^8.40^2.10 ~18371~^~1800~^~Leavening agents, baking powder, low-sodium~^~LEAVENING AGENTS,BAKING PDR,LOW-SODIUM~^~~^~~^~Y~^~~^0^~~^6.20^2.70^8.40^2.00 ~18372~^~1800~^~Leavening agents, baking soda~^~LEAVENING AGENTS,BAKING SODA~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18373~^~1800~^~Leavening agents, cream of tartar~^~LEAVENING AGENTS,CRM OF TARTAR~^~~^~~^~Y~^~~^0^~~^6.20^3.50^8.40^4.20 ~18374~^~1800~^~Leavening agents, yeast, baker's, compressed~^~LEAVENING AGENTS,YEAST,BAKER'S,COMPRESSED~^~~^~~^~Y~^~~^0^~~^6.20^3.00^8.40^3.40 ~18375~^~1800~^~Leavening agents, yeast, baker's, active dry~^~LEAVENING AGENTS,YEAST,BAKER'S,ACTIVE DRY~^~~^~~^~Y~^~~^0^~~^6.25^3.00^8.40^3.40 ~18376~^~1800~^~Bread crumbs, dry, grated, seasoned~^~BREAD CRUMBS,DRY,GRATED,SEASONED~^~~^~~^~~^~~^0^~~^5.80^4.00^8.40^4.10 ~18377~^~1800~^~Cookies, oatmeal, prepared from recipe, without raisins~^~COOKIES,OATMEAL,PREP FROM RECIPE,WO/RAISINS~^~~^~~^~~^~~^0^~~^0.00^^^ ~18378~^~1800~^~Cookies, chocolate chip, prepared from recipe, made with butter~^~COOKIES,CHOC CHIP,PREP FROM RECIPE,MADE W/BUTTER~^~~^~~^~~^~~^0^~~^0.00^^^ ~18383~^~1800~^~Bread, protein, toasted (includes gluten)~^~BREAD,PROT,TSTD (INCL GLUTEN)~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18384~^~1800~^~Bread, rice bran, toasted~^~BREAD,RICE BRAN,TOASTED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18385~^~1800~^~Bread, wheat germ, toasted~^~BREAD,WHEAT GERM,TOASTED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18386~^~1800~^~Muffins, blueberry, toaster-type, toasted~^~MUFFINS,BLUEBERRY,TOASTER-TYPE,TSTD~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18388~^~1800~^~Muffins, wheat bran, toaster-type with raisins, toasted~^~MUFFINS,WHEAT BRAN,TOASTER-TYPE W/RAISINS,TSTD~^~~^~~^~~^~~^0^~~^0.00^^^ ~18390~^~1800~^~Pancakes, buttermilk, prepared from recipe~^~PANCAKES,BTTRMLK,PREP FROM RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~18396~^~1800~^~Rolls, dinner, plain, prepared from recipe, made with low fat (2%) milk~^~ROLLS,DINNER,PLN,PREP FROM RECIPE,MADE W/LOFAT (2%) MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~18398~^~1800~^~Pie crust, cookie-type, prepared from recipe, chocolate wafer, chilled~^~PIE CRUST,COOKIE-TYPE,PREP FROM RECIPE,CHOC WAFER,CHILLED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18399~^~1800~^~Pie crust, cookie-type, prepared from recipe, graham cracker, chilled~^~PIE CRUST,COOKIE-TYPE,PREP FR RECIPE,GRAHAM CRACKER,CHILLED~^~~^~~^~~^~~^0^~~^0.00^^^ ~18400~^~1800~^~Crackers, matzo, egg and onion~^~CRACKERS,MATZO,EGG&ONION~^~~^~~^~~^~~^0^~~^5.80^4.10^8.70^4.10 ~18401~^~1800~^~Pie crust, cookie-type, prepared from recipe, vanilla wafer, chilled~^~PIE CRUST,COOKIE-TYPE,PREP FROM RECIPE,VANILLA WAFER,CHILLED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18402~^~1800~^~Pie crust, standard-type, prepared from recipe, unbaked~^~PIE CRUST,STANDARD-TYPE,PREP FROM RECIPE,UNBAKED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~18403~^~1800~^~Waffles, plain, frozen, ready -to-heat, toasted~^~WAFFLES,PLN,FRZ,READY -TO-HEAT,TSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~18406~^~1800~^~Bagels, plain, enriched, without calcium propionate (includes onion, poppy, sesame)~^~BAGELS,PLN,ENR,WO/CA PROP (INCL ONION,POPPY,SESAME)~^~~^~~^~~^~~^0^~~^6.10^4.20^8.40^4.10 ~18407~^~1800~^~Bagels, plain, unenriched, with calcium propionate (includes onion, poppy, sesame)~^~BAGELS,PLN,UNENR,W/CA PROP (INCL ONION,POPPY,SESAME)~^~~^~~^~~^~~^0^~~^5.90^4.00^8.40^4.10 ~18408~^~1800~^~Bagels, plain, unenriched, without calcium propionate(includes onion, poppy, sesame)~^~BAGELS,PLN,UNENR,WO/CA PROP (INCL ONION,POPPY,SESAME)~^~~^~~^~~^~~^0^~~^5.90^4.10^8.80^4.00 ~18412~^~1800~^~Bread, cornbread, dry mix, unenriched (includes corn muffin mix)~^~BREAD,CORNBREAD,DRY MIX,UNENR (INCL CORN MUFFIN MIX)~^~~^~~^~~^~~^0^~~^5.70^4.00^8.40^4.10 ~18413~^~1800~^~Bread, pita, white, unenriched~^~BREAD,PITA,WHITE,UNENR~^~~^~~^~~^~~^0^~~^5.70^4.00^8.40^4.10 ~18414~^~1800~^~Bread, raisin, unenriched~^~BREAD,RAISIN,UNENRICHED~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^3.90 ~18416~^~1800~^~Bread, white, commercially prepared, low sodium no salt~^~BREAD,WHITE,COMMLY PREP,LO NA NO SALT~^~~^~~^~Y~^~~^0^~~^5.70^3.90^8.70^4.10 ~18417~^~1800~^~Coffeecake, cinnamon with crumb topping, commercially prepared, unenriched~^~COFFEECAKE,CINN W/CRUMB TOPPING,COMMLY PREP,UNENR~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^4.00 ~18418~^~1800~^~Cake, pound, commercially prepared, other than all butter, unenriched~^~CAKE,POUND,COMMLY PREP,OTHER THAN ALL BUTTER,UNENR~^~~^~~^~~^~~^0^~~^6.00^4.20^8.80^4.00 ~18419~^~1800~^~Cake, white, dry mix, pudding-type, unenriched~^~CAKE,WHITE,DRY MIX,PUDDING-TYPE,UNENR~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^4.00 ~18420~^~1800~^~Cake, yellow, dry mix, regular, unenriched~^~CAKE,YEL,DRY MIX,REG,UNENR~^~~^~~^~~^~~^0^~~^5.90^4.10^8.80^4.00 ~18421~^~1800~^~Cookies, butter, commercially prepared, unenriched~^~COOKIES,BUTTER,COMMLY PREP,UNENR~^~~^~~^~~^~~^0^~~^5.90^4.20^8.80^4.00 ~18422~^~1800~^~Cookies, chocolate chip, commercially prepared, reg, higher fat, unenriched~^~COOKIES,CHOC CHIP,COMMLY PREP,REG,HIGHER FAT,UNENR~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^3.90 ~18423~^~1800~^~Cookies, ladyfingers, without lemon juice and rind~^~COOKIES,LADYFINGERS,WO/LEMON JUC&RIND~^~~^~~^~~^~~^0^~~^0.00^^^ ~18424~^~1800~^~Crackers, melba toast, plain, without salt~^~CRACKERS,MELBA TOAST,PLN,WO/SALT~^~~^~~^~~^~~^0^~~^5.70^4.00^8.60^4.10 ~18425~^~1800~^~Crackers, saltines, low salt (includes oyster, soda, soup)~^~CRACKERS,SALTINES,LO SALT (INCL OYSTER,SODA,SOUP)~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18426~^~1800~^~Crackers, saltines, unsalted tops (includes oyster, soda, soup)~^~CRACKERS,SALTINES,UNSALTED TOPS (INCL OYSTER,SODA,SOUP)~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^4.10 ~18427~^~1800~^~Crackers, standard snack-type, regular, low salt~^~CRACKERS,STD SNACK-TYPE,REG,LO SALT~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.80^4.10 ~18428~^~1800~^~Crackers, wheat, low salt~^~CRACKERS,WHEAT,LOW SALT~^~~^~~^~Y~^~~^0^~~^5.80^3.80^8.80^4.00 ~18429~^~1800~^~Crackers, whole-wheat, low salt~^~CRACKERS,WHOLE-WHEAT,LO SALT~^~~^~~^~Y~^~~^0^~~^5.80^3.60^8.80^3.80 ~18430~^~1800~^~Danish pastry, cinnamon, unenriched~^~DANISH PASTRY,CINN,UNENR~^~~^~~^~~^~~^0^~~^5.90^4.00^8.80^4.00 ~18431~^~1800~^~Danish pastry, fruit, unenriched (includes apple, cinnamon, raisin, strawberry)~^~DANISH PASTRY,FRUIT,UNENR (INCL APPL,CINN,RAISIN,STRAWBERRY)~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^3.90 ~18432~^~1800~^~Bread, white, commercially prepared, toasted, low sodium no salt~^~BREAD,WHITE,COMMLY PREP,TSTD,LO NA NO SALT~^~~^~~^~~^~~^0^~~^5.70^3.90^8.70^4.10 ~18433~^~1800~^~Danish pastry, lemon, unenriched~^~DANISH PASTRY,LEMON,UNENR~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^3.90 ~18434~^~1800~^~Crackers, cheese, low sodium~^~CRACKERS,CHS,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~18435~^~1800~^~Danish pastry, raspberry, unenriched~^~DANISH PASTRY,RASPBERRY,UNENR~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^3.90 ~18436~^~1800~^~Doughnuts, yeast-leavened, glazed, unenriched (includes honey buns)~^~DOUGHNUTS,YEAST-LEAVENED,GLAZED,UNENR (INCL HONEY BUNS)~^~~^~~^~~^~~^0^~~^5.80^3.90^8.80^4.00 ~18437~^~1800~^~English muffins, plain, enriched, without calcium propionate(includes sourdough)~^~ENGLISH MUFFINS,PLN,ENR,WO/CA PROP (INCL SOURDOUGH)~^~~^~~^~~^~~^0^~~^5.80^3.90^8.60^4.10 ~18438~^~1800~^~English muffins, plain, unenriched, with calcium propionate (includes sourdough)~^~ENGLISH MUFFINS,PLN,UNENR,W/CA PROP (INCL SOURDOUGH)~^~~^~~^~~^~~^0^~~^5.80^3.90^8.60^4.10 ~18439~^~1800~^~English muffins, plain, unenriched, without calcium propionate (includes sourdough)~^~ENGLISH MUFFINS,PLN,UNENR,WO/CA PROP (INCL SOURDOUGH)~^~~^~~^~~^~~^0^~~^5.80^3.90^8.60^4.10 ~18443~^~1800~^~Pie, apple, commercially prepared, unenriched flour~^~PIE,APPL,COMMLY PREP,UNENR FLR~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^3.90 ~18444~^~1800~^~Pie, fried pies, cherry~^~PIE,FRIED PIES,CHERRY~^~~^~~^~~^~~^0^~~^5.80^4.00^8.80^3.80 ~18445~^~1800~^~Pie, fried pies, lemon~^~PIE,FRIED PIES,LEMON~^~~^~~^~~^~~^0^~~^5.80^4.00^8.80^3.80 ~18446~^~1800~^~Pie crust, standard-type, frozen, ready-to-bake, unenriched~^~PIE CRUST,STANDARD-TYPE,FRZ,RTB,UNENR~^~~^~~^~~^~~^0^~~^5.70^4.10^8.90^4.10 ~18447~^~1800~^~Popovers, dry mix, unenriched~^~POPOVERS,DRY MIX,UNENR~^~~^~~^~~^~~^0^~~^5.70^4.10^8.70^4.10 ~18448~^~1800~^~Taco shells, baked, without added salt~^~TACO SHELLS,BKD,WO/ SALT~^~~^~~^~~^~~^0^~~^6.20^2.70^8.80^4.00 ~18449~^~1800~^~Tortillas, ready-to-bake or -fry, corn, without added salt~^~TORTILLAS,RTB OR -FRY,CORN,WO/ SALT~^~~^~~^~~^~~^0^~~^6.20^2.70^8.40^4.00 ~18450~^~1800~^~Tortillas, ready-to-bake or -fry, flour, without added calcium~^~TORTILLAS,RTB OR -FRY,FLR,WO/ CA~^~~^~~^~~^~~^0^~~^5.70^4.00^8.80^4.10 ~18451~^~1800~^~Cake, pound, commercially prepared, fat-free~^~CAKE,POUND,COMMLY PREP,FAT-FREE~^~~^~~^~Y~^~~^0^~~^6.10^4.20^8.40^4.10 ~18452~^~1800~^~Cake, snack cakes, cupcakes, chocolate, with frosting, low-fat~^~CAKE,SNACK CAKES,CUPCAKES,CHOC,W/FRSTNG,LOW-FAT~^~~^~~^~~^~~^0^~~^5.80^4.00^8.70^3.80 ~18453~^~1800~^~Cake, yellow, dry mix, light~^~CAKE,YELLOW,DRY MIX,LIGHT~^~~^~~^~~^~~^0^~~^5.90^4.10^8.80^4.00 ~18456~^~1800~^~Cookies, oatmeal, commercially prepared, fat-free~^~COOKIES,OATMEAL,COMMLY PREP,FAT-FREE~^~~^~~^~Y~^~~^0^~~^5.80^3.80^8.40^3.70 ~18457~^~1800~^~Crackers, saltines, fat-free, low-sodium~^~CRACKERS,SALTINES,FAT-FREE,LOW-SODIUM~^~~^~~^~Y~^~~^0^~~^5.70^4.00^8.40^4.10 ~18459~^~1800~^~Breakfast tart, low fat~^~BREAKFAST TART,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~18475~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Apple cinnamon~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,APPL CINN~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18476~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Blueberry~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BLUEBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18477~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted blueberry~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD BLUEBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18478~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Brown sugar cinnamon~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BRWN SUGAR CINN~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18479~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted brown sugar cinnamon~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TRTS,FRSTD BR SGR CIN~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18480~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Cherry~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POPTARTS,CHERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18481~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted cherry~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD CHERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18482~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted chocolate fudge~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD CHOC FUDG~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18483~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted chocolate vanilla creme~^~TOASTER PASTRIES,KELLOGG,KELLOG POP TARTS,FRSTD CHOC VAN CRM~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18484~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted grape~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD GRAPE~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18486~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted raspberry~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD RASPBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18487~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, S'mores~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,S'MORES~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18488~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Strawberry~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,STRAWBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18489~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted strawberry~^~TOASTER PASTRIES,KELLOGG,KELLOG'S POP TARTS,FRSTD STRAWBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18490~^~1800~^~Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted wild berry~^~TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,FRSTD WLD BERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18494~^~1800~^~KELLOGG, KELLOGG'S LOW FAT POP TARTS, Frosted brown sugar cinnamon~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,FRSTD BROWN SUGAR CINN~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18495~^~1800~^~KELLOGG, KELLOGG'S LOW FAT POP TARTS, Frosted chocolate fudge~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,FRSTD CHOC FUDGE~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18496~^~1800~^~KELLOGG, KELLOGG'S LOW FAT POP TARTS, Strawberry~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,STRAWBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18497~^~1800~^~KELLOGG, KELLOGG'S LOW FAT POP TARTS, Frosted strawberry~^~KELLOGG,KELLOGG'S LOFAT POP TARTS,FRSTD STRAWBERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18499~^~1800~^~KELLOGG, KELLOGG'S EGGO, Buttermilk Pancake~^~KELLOGG,KELLOGG'S EGGO,BTTRMLK PANCAKE~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18500~^~1800~^~KELLOGG, KELLOGG'S EGGO, Banana Bread Waffles~^~KELLOGG,KELLOGG'S EGGO,BANANA BREAD WAFFLES~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18501~^~1800~^~KELLOGG, KELLOG'S NUTRI-GRAIN CEREAL BARS, Mixed Berry~^~KELLOGG,KELLOGG'S NUTRI-GRAIN CRL BARS,MXD BERRY~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18505~^~1800~^~KELLOGG'S Eggo Lowfat Homestyle Waffles~^~KELLOGG'S EGGO LOWFAT HOMESTYLE WAFFLES~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18506~^~1800~^~KELLOGG'S Eggo Lowfat Nutri-Grain Waffles~^~KELLOGG'S EGGO LOWFAT NUTRI - GRAIN WAFFLES~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18507~^~1800~^~KELLOGG'S Eggo Lowfat Blueberry Nutri-Grain Waffles~^~KELLOGG'S EGGO LOWFAT BLUEBERRY NUTRI - GRAIN WAFFLES~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18508~^~1800~^~KELLOGG'S Pop-Tarts Pastry Swirls, Apple Cinnamon Danish~^~KELLOGG'S POP-TARTS PASTRY SWIRLS,APPL CINN DANISH~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18509~^~1800~^~KELLOGG'S Pop-Tarts Pastry Swirls, Strawberry Danish~^~KELLOGG'S POP-TARTS PASTRY SWIRLS,STRAWBERRY DANISH~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18510~^~1800~^~KELLOGG'S Pop-Tarts Pastry Swirls, Cheese Danish~^~KELLOGG'S POP-TARTS PASTRY SWIRLS,CHS DANISH~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18512~^~1800~^~KELLOGG'S Eggo Golden Oat Waffles~^~KELLOGG'S EGGO GOLDEN OAT WAFFLES~^~~^~Kellogg, Co.~^~~^~~^0^~~^^^^ ~18513~^~1800~^~ARCHWAY Home Style Cookies, Sugar Free Oatmeal~^~ARCHWAY HOME STYLE COOKIES,SUGAR FREE OATMEAL~^~~^~Archway Cookies~^~~^~~^0^~~^^^^ ~18514~^~1800~^~ARCHWAY Home Style Cookies, Sugar Free Rocky Road~^~ARCHWAY Home Style Cookies, Sugar Free Rocky Road~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18516~^~1800~^~ARCHWAY Home Style Cookies, Apple Filled Oatmeal~^~ARCHWAY Home Style Cookies, Apple Filled Oatmeal~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18517~^~1800~^~ARCHWAY Home Style Cookies, Apricot Filled~^~ARCHWAY Home Style Cookies, Apricot Filled~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18520~^~1800~^~ARCHWAY Home Style Cookies, Cherry Filled~^~ARCHWAY Home Style Cookies, Cherry Filled~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18521~^~1800~^~ARCHWAY Home Style Cookies, Chocolate Chip Drop~^~ARCHWAY Home Style Cookies, Chocolate Chip Drop~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18522~^~1800~^~ARCHWAY Home Style Cookies, Chocolate Chip Ice Box~^~ARCHWAY Home Style Cookies, Chocolate Chip Ice Box~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18524~^~1800~^~ARCHWAY Home Style Cookies, Coconut Macaroon~^~ARCHWAY Home Style Cookies, Coconut Macaroon~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18525~^~1800~^~ARCHWAY Home Style Cookies, Cookies Jar Hermits~^~ARCHWAY Home Style Cookies, Cookies Jar Hermits~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18526~^~1800~^~ARCHWAY Home Style Cookies, Dark Molasses~^~ARCHWAY Home Style Cookies, Dark Molasses~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18527~^~1800~^~ARCHWAY Home Style Cookies, Date Filled Oatmeal~^~ARCHWAY Home Style Cookies, Date Filled Oatmeal~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18528~^~1800~^~ARCHWAY Home Style Cookies, Dutch Cocoa~^~ARCHWAY Home Style Cookies, Dutch Cocoa~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18529~^~1800~^~ARCHWAY Home Style Cookies, Frosty Lemon~^~ARCHWAY HOME STYLE COOKIES,FROSTY LEMON~^~~^~Archway Cookies~^~~^~~^0^~~^^^^ ~18531~^~1800~^~ARCHWAY Home Style Cookies, Fruit & Honey Bar~^~ARCHWAY Home Style Cookies, Fruit & Honey Bar~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18532~^~1800~^~ARCHWAY Home Style Cookies, Iced Molasses~^~ARCHWAY Home Style Cookies, Iced Molasses~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18533~^~1800~^~ARCHWAY Home Style Cookies, Iced Oatmeal~^~ARCHWAY Home Style Cookies, Iced Oatmeal~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18535~^~1800~^~ARCHWAY Home Style Cookies, Molasses~^~ARCHWAY Home Style Cookies, Molasses~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18537~^~1800~^~ARCHWAY Home Style Cookies, Oatmeal~^~ARCHWAY Home Style Cookies, Oatmeal~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18538~^~1800~^~ARCHWAY Home Style Cookies, Oatmeal Raisin~^~ARCHWAY Home Style Cookies, Oatmeal Raisin~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18539~^~1800~^~ARCHWAY Home Style Cookies, Old Fashioned Molasses~^~ARCHWAY Home Style Cookies, Old Fashioned Molasses~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18540~^~1800~^~ARCHWAY Home Style Cookies, Old Fashioned Windmill Cookies~^~ARCHWAY Home Style Cookies, Old Fashioned Windmill Cookies~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18541~^~1800~^~ARCHWAY Home Style Cookies, Peanut Butter~^~ARCHWAY HOME STYLE COOKIES,PNUT BUTTER~^~~^~Archway Cookies~^~~^~~^0^~~^^^^ ~18543~^~1800~^~ARCHWAY Home Style Cookies, Pecan Ice Box~^~ARCHWAY Home Style Cookies, Pecan Ice Box~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18544~^~1800~^~ARCHWAY Home Style Cookies, Raspberry Filled~^~ARCHWAY HOME STYLE COOKIES,RASPBERRY FILLED~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18545~^~1800~^~ARCHWAY Home Style Cookies, Ruth's Oatmeal~^~ARCHWAY HOME STYLE COOKIES,RUTH'S OATMEAL~^~~^~Archway Cookies~^~~^~~^0^~~^^^^ ~18546~^~1800~^~ARCHWAY Home Style Cookies, Soft Sugar Drop~^~ARCHWAY Home Style Cookies, Soft Sugar Drop~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18547~^~1800~^~ARCHWAY Home Style Cookies, Strawberry Filled~^~ARCHWAY Home Style Cookies, Strawberry Filled~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18548~^~1800~^~ARCHWAY Home Style Cookies, Sugar~^~ARCHWAY Home Style Cookies, Sugar~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18549~^~1800~^~ARCHWAY Home Style Cookies, Gourmet Apple'n Raisin~^~ARCHWAY Home Style Cookies, Gourmet Apple'n Raisin~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18553~^~1800~^~ARCHWAY Home Style Cookies, Fat Free Devil's Food Cookie~^~ARCHWAY HOME STYLE COOKIES,FAT FREE DEVIL'S FD COOKIE~^~~^~Archway Cookies~^~~^~~^0^~~^^^^ ~18555~^~1800~^~ARCHWAY Home Style Cookies, Fat Free Oatmeal Raisin~^~ARCHWAY Home Style Cookies, Fat Free Oatmeal Raisin~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18560~^~1800~^~ARCHWAY Home Style Cookies, Gourmet Oatmeal Pecan~^~ARCHWAY Home Style Cookies, Gourmet Oatmeal Pecan~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18562~^~1800~^~ARCHWAY Home Style Cookies, Reduced Fat Ginger Snaps~^~ARCHWAY Home Style Cookies, Reduced Fat Ginger Snaps~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18563~^~1800~^~ARCHWAY Home Style Cookies, Gourmet Rocky Road~^~ARCHWAY Home Style Cookies, Gourmet Rocky Road~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18564~^~1800~^~ARCHWAY Home Style Cookies, Gourmet Ruth's Golden Oatmeal~^~ARCHWAY Home Style Cookies, Gourmet Ruth's Golden Oatmeal~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18565~^~1800~^~ARCHWAY Home Style Cookies, Sugar Free Chocolate Chip~^~ARCHWAY Home Style Cookies, Sugar Free Chocolate Chip~^~~^~Archway Cookies~^~~^~~^0^~~^6.25^^^ ~18566~^~1800~^~Artificial Blueberry Muffin Mix,dry~^~ARTIFICIAL BLUEBERRY MUFFIN MIX,DRY~^~~^~~^~~^~~^0^~~^^^^ ~18567~^~1800~^~KRAFT, STOVE TOP Stuffing Mix Chicken Flavor~^~KRAFT,STOVE TOP STUFFING MIX CHICKEN FLAVOR~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^^^^ ~18601~^~1800~^~GENERAL MILLS, BETTY CROCKER Wild Blueberry Muffin Mix, dry~^~GENERAL MILLS,BETTY CROCKER WILD BLUEBERRY MUFFIN MIX,DRY~^~~^~General Mills Inc.~^~~^~~^0^~~^^^^ ~18602~^~1800~^~GENERAL MILLS, BETTY CROCKER SUPERMOIST PARTY CAKE, SWIRL Cake Mix, dry~^~CAKE,BETTY CROCKER,SUPERMOIST PARTY CAKE SWIRL,DRY MIX~^~~^~General Mills Inc.~^~~^~~^0^~~^^^^ ~18603~^~1800~^~GEORGE WESTON BAKERIES, Brownberry Sage and Onion Stuffing Mix, dry~^~GEORGE WESTON BAKER,BROWNBERRY SAGE & ONION STUFFING MIX,DRY~^~~^~George weston Bakeries, Inc.~^~~^~~^0^~~^^^^ ~18605~^~1800~^~GENERAL MILLS, GOLD MEDAL Imitation Blueberry Muffin Mix, dry~^~GENERAL MILLS,GOLD MEDAL IMITATION BLUEBERRY MUFFIN MIX,DRY~^~~^~General Mills Inc.~^~~^~~^0^~~^^^^ ~18608~^~1800~^~KEEBLER, KEEBLER Chocolate Graham SELECTS~^~KEEBLER,KEEBLER CHOC GRAHAM SELECTS~^~~^~Keebler, Co.~^~~^~~^0^~~^^^^ ~18609~^~1800~^~KEEBLER, KEEBLER GOLDEN Vanilla Wafers, Artificially Flavored~^~KEEBLER,KEEBLER GOLDEN VANILLA WAFERS,ARTIFICIALLY FLAV~^~~^~Keebler, Co.~^~~^~~^0^~~^^^^ ~18610~^~1800~^~CONTINENTAL MILLS, KRUSTEAZ Almond Poppyseed Muffin Mix, Artificially Flavored, dry~^~CONTINEN MILL, KRUSTEAZ Almd Poppyseed Muff Mix, Art Fla,dry~^~~^~Continental Mills, Inc.~^~~^~~^0^~~^6.25^^^ ~18612~^~1800~^~MCKEE BAKING, LITTLE DEBBIE NUTTY BARS, Wafers with Peanut Butter, Chocolate Covered~^~MCKEE BAKING,LITTL DEBBI NUT BAR,WAFER W/PNUT BUTE,CHOC COVE~^~~^~McKee Baking, Co.~^~~^~~^0^~~^^^^ ~18614~^~1800~^~MARTHA WHITE FOODS, Martha White's Chewy Fudge Brownie Mix,dry~^~MARTHA WHITE FOODS,MARTHA WHITE'S CHEWY FUDGE BROWNIE MIX,~^~~^~The J.M. Smucker Co.~^~~^~~^0^~~^6.25^^^ ~18615~^~1800~^~MARTHA WHITE FOODS, Martha White's Buttermilk Biscuit Mix,dry~^~MARTHA WHITE FOODS,MARTHA WHITE'S BTTRMLK BISCUIT MIX,DRY~^~~^~The J.M. Smucker Co.~^~~^~~^0^~~^6.25^^^ ~18616~^~1800~^~MISSION FOODS, MISSION Flour Tortillas, Soft Taco, 8 inch~^~MISSION FOODS,MISSION FLR TORTILLAS,SOFT TACO,8 INCH~^~~^~~^~~^~~^0^~~^^^^ ~18617~^~1800~^~NABISCO, NABISCO GRAHAMS Crackers~^~NABISCO,NABISCO GRAHAMS CRACKERS~^~~^~Nabisco Brands, Inc.~^~~^~~^0^~~^^^^ ~18618~^~1800~^~NABISCO, NABISCO NILLA Pie Crust, ready to use~^~NABISCO,NABISCO NILLA PIE CRUST,READY TO USE~^~~^~Nabisco Brands, Inc.~^~~^~~^0^~~^^^^ ~18619~^~1800~^~NABISCO, NABISCO OREO CRUNCHIES, Cookie Crumb Topping~^~NABISCO,NABISCO OREO CRUNCHIES,COOKIE CRUMB TOPPING~^~~^~Nabisco Brands, Inc.~^~~^~~^0^~~^^^^ ~18621~^~1800~^~NABISCO, NABISCO RITZ Crackers~^~NABISCO,NABISCO RITZ CRACKERS~^~~^~Nabisco Brands, Inc.~^~~^~~^0^~~^^^^ ~18626~^~1800~^~PEPPERIDGE FARM Classic Style Croutons, seasoned~^~PEPPERIDGE FARM CLASSIC STYLE CROUTONS,SEASONED~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~18627~^~1800~^~PEPPERIDGE FARM Crusty Italian Bread, Garlic~^~PEPPERIDGE FARM CRUSTY ITALIAN BREAD,GARLIC~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~18628~^~1800~^~PEPPERIDGE FARM Apple Turnovers, frozen, ready to bake~^~PEPPERIDGE FARM APPL TURNOVERS,FRZ,READY TO BAKE~^~~^~Pepperridge Farm, Inc.~^~~^~~^0^~~^^^^ ~18629~^~1800~^~PILLSBURY, Buttermilk Biscuits, Artificial Flavor, refrigerated dough~^~PILLSBURY,BTTRMLK BISCUITS,ART FLAVOR,REFR DOUGH~^~~^~Pillsbury Co.~^~~^~~^0^~~^6.25^^^ ~18630~^~1800~^~PILLSBURY, Chocolate Chip Cookies, refrigerated dough~^~PILLSBURY,CHOC CHIP COOKIES,REFR DOUGH~^~~^~Pillsbury Co.~^~~^~~^0^~~^6.25^^^ ~18631~^~1800~^~PILLSBURY, Crusty French Loaf, refrigerated dough~^~PILLSBURY,CRUSTY FRENCH LOAF,REFR DOUGH~^~~^~Pillsbury Co.~^~~^~~^0^~~^6.25^^^ ~18632~^~1800~^~PILLSBURY, Traditional Fudge Brownie Mix, dry~^~PILLSBURY,TRADITIONAL FUDGE BROWNIE MIX,DRY~^~~^~Pillsbury Co.~^~~^~~^0^~~^^^^ ~18633~^~1800~^~PILLSBURY GRANDS, Buttermilk Biscuits, refrigerated dough~^~PILLSBURY GRANDS,BTTRMLK BISCUITS,REFR DOUGH~^~~^~Pillsbury Co.~^~~^~~^0^~~^6.25^^^ ~18634~^~1800~^~PILLSBURY Golden Layer Buttermilk Biscuits, Artificial Flavor, refrigerated dough~^~PILLSBURY GOLDEN LAYER BTTRMLK BISCUIT,ART FLAVOR,REFR DOUGH~^~~^~Pillsbury Co.~^~~^~~^0^~~^6.25^^^ ~18635~^~1800~^~PILLSBURY, Cinnamon Rolls with Icing, refrigerated dough~^~PILLSBURY,CINN ROLLS W/ ICING,REFR DOUGH~^~~^~Pillsbury Co.~^~~^~~^0^~~^6.25^^^ ~18637~^~1800~^~KRAFT FOODS, SHAKE 'N' BAKE ORIGINAL RECIPE, Coating for Pork, dry~^~KRAFT FOODS,SHAKE 'N' BAKE ORIG RECIPE,COATING FOR PORK,DRY~^~~^~Kraft Foods, Inc.~^~~^~~^0^~~^^^^ ~18639~^~1800~^~GEORGE WESTON BAKERIES, Thomas English Muffins~^~GEORGE WESTON BAKERIES,THOMAS ENG MUFFINS~^~~^~George weston Bakeries, Inc.~^~~^~~^0^~~^^^^ ~18640~^~1800~^~HEINZ, WEIGHT WATCHER, Chocolate Eclair, frozen~^~HEINZ,WEIGHT WATCHER,CHOC ECLAIR,FRZ~^~~^~H.J. Heinz, Co.~^~~^~~^0^~~^6.25^^^ ~18641~^~1800~^~INTERSTATE BRANDS CORP, WONDER Hamburger Rolls~^~INTERSTATE BRANDS CORP,WONDER HAMBURGER ROLLS~^~~^~Interstate Bakeries Corporation~^~~^~~^0^~~^^^^ ~18642~^~1800~^~GENERAL MILLS, BETTY CROCKER SUPERMOIST Yellow Cake Mix, dry~^~GENERAL MILLS,BETTY CROCKER SUPERMOIST YEL CAKE MIX,DRY~^~~^~General Mills Inc.~^~~^~~^0^~~^^^^ ~18651~^~1800~^~NABISCO, NABISCO SNACKWELL'S Fat Free Devil's Food Cookie Cakes~^~NABISCO,NABISCO SNACKWELL'S FAT FREE DEVIL'S FD COOKIE CAKES~^~~^~~^~~^~~^0^~~^^^^ ~18927~^~1800~^~Crackers, cheese, sandwich-type with cheese filling~^~Crackers, cheese, sandwich-type with cheese filling~^~~^~~^~~^~~^0^~~^^^^ ~18930~^~1800~^~USDA Commodity,Bakery, Flour Mix~^~USDA CMDTY,BAKERY,FLR MIX~^~Include commodity code B367~^~~^~~^~~^0^~~^6.25^^^ ~18931~^~1800~^~USDA Commodity, Bakery , Flour Mix Low-fat~^~USDA CMDTY,BAKERY FLR MIX LOW-FAT~^~Include commodity code B368~^~~^~~^~~^0^~~^6.25^^^ ~18932~^~1800~^~Waffles, buttermilk, frozen, ready-to-heat~^~WAFFLES,BTTRMLK,FRZ,RTH~^~~^~~^~~^~~^0^~~^^^^ ~18933~^~1800~^~Waffle, buttermilk, frozen, ready-to-heat, toasted~^~WAFFLE,BTTRMLK,FRZ,RTH,TSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~18934~^~1800~^~Waffle, buttermilk, frozen, ready-to-heat, microwaved~^~WAFFLE,BTTRMLK,FRZ,RTH,MICROWAVED~^~~^~~^~~^~~^0^~~^^^^ ~18935~^~1800~^~Waffle, plain, frozen, ready-to-heat, microwave~^~WAFFLE,PLN,FRZ,RTH,MICROWAVE~^~~^~~^~~^~~^0^~~^^^^ ~18936~^~1800~^~Pancakes, plain, frozen, ready-to-heat, microwave (includes buttermilk)~^~PANCAKES,PLN,FRZ,RTH,MICROWAVE(INC BUTTMLK)~^~~^~~^~~^~~^0^~~^^^^ ~18938~^~1800~^~Toaster Pastries, fruit, frosted (include apples,blueberry,cherry,strawberry)~^~TOASTER PASTRIES,FRT,FRSTD (INC APPLS,BLUEBERR,CHERRY,STRAW)~^~~^~~^~Y~^~~^0^~~^^^^ ~18939~^~1800~^~Toaster pastries, fruit, toasted ( include apple, blueberry, cherry, strawberry)~^~TOASTER PASTRIES,FRUIT,TSTD (APPL,BLUEBERY,CHERRY,STRAWBERY)~^~~^~~^~~^~~^0^~~^^^^ ~18940~^~1800~^~Muffin, blueberry, commercially prepared, low-fat~^~MUFFIN,BLUEBERRY,COMMLY PREP,LOW-FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~18942~^~1800~^~Pie Crust, Cookie-type, Graham Cracker, Ready Crust~^~PIE CRUST,COOKIE-TYPE,GRAHAM CRACKER,READY CRUST~^~~^~~^~~^~~^0^~~^^^^ ~18943~^~1800~^~Pie Crust, Cookie-type, Chocolate, Ready Crust~^~PIE CRUST,COOKIE-TYPE,CHOC,READY CRUST~^~~^~~^~~^~~^0^~~^^^^ ~18944~^~1800~^~Pie, Dutch Apple, Commercially Prepared~^~PIE,DUTCH APPL,COMMLY PREP~^~~^~~^~~^~~^0^~~^^^^ ~18945~^~1800~^~Pie crust, deep dish, frozen, unbaked, made with enriched flour~^~PIE CRUST,DEEP DISH,FRZ,UNBAKED,MADE W/ ENR FLR~^~~^~~^~~^~~^0^~~^^^^ ~18946~^~1800~^~Pie crust, refrigerated, regular, baked~^~PIE CRUST,REFR,REG,BKD~^~~^~~^~~^~~^0^~~^^^^ ~18947~^~1800~^~Pie crust, deep dish, frozen, baked, made with enriched flour~^~PIE CRUST,DEEP DISH,FRZ,BKD,MADE W/ ENR FLR~^~~^~~^~~^~~^0^~~^^^^ ~18948~^~1800~^~Pie crust, refrigerated, regular, unbaked~^~PIE CRUST,REFR,REG,UNBAKED~^~~^~~^~~^~~^0^~~^^^^ ~19002~^~2500~^~Snacks, beef jerky, chopped and formed~^~BEEF JERKY,CHOPD&FORMED~^~~^~~^~Y~^~~^0^~~^^^^ ~19003~^~2500~^~Snacks, corn-based, extruded, chips, plain~^~CORN-BASED,EXTRUDED,CHIPS,PLN~^~~^~~^~Y~^~~^0^~~^6.25^2.70^8.80^4.00 ~19004~^~2500~^~Snacks, corn-based, extruded, chips, barbecue-flavor~^~CORN-BASED,EXTRUDED,CHIPS,BARBECUE-FLAVOR~^~~^~~^~~^~~^0^~~^6.10^2.70^8.70^3.90 ~19005~^~2500~^~Snacks, corn-based, extruded, cones, plain~^~CORN-BASED,EXTRUDED,CONES,PLN~^~~^~~^~~^~~^0^~~^6.20^3.50^8.60^4.10 ~19006~^~2500~^~Snacks, corn-based, extruded, cones, nacho-flavor~^~CORN-BASED,EXTRUDED,CONES,NACHO-FLAVOR~^~~^~~^~~^~~^0^~~^6.20^3.60^8.60^4.10 ~19007~^~2500~^~Snacks, corn-based, extruded, onion-flavor~^~CORN-BASED,EXTRUDED,ONION-FLAVOR~^~~^~~^~Y~^~~^0^~~^6.20^3.50^8.80^4.20 ~19008~^~2500~^~Snacks, corn-based, extruded, puffs or twists, cheese-flavor~^~CORN-BASED,EXTRUDED,PUFFS OR TWISTS,CHEESE-FLAVOR~^~~^~~^~Y~^~~^0^~~^6.30^4.00^8.80^4.10 ~19009~^~2500~^~Snacks, KRAFT, CORNNUTS, plain~^~CORNNUTS,PLAIN~^~~^~~^~Y~^~~^0^~~^6.25^2.70^8.70^4.00 ~19010~^~2500~^~Snacks, crisped rice bar, chocolate chip~^~CRISPED RICE BAR,CHOC CHIP~^~~^~~^~~^~~^0^~~^5.80^3.40^8.60^3.70 ~19013~^~1900~^~Snacks, fruit leather, pieces~^~FRUIT LEATHER,PIECES~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19014~^~1900~^~Snacks, fruit leather, rolls~^~FRUIT LEATHER,ROLLS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19015~^~2500~^~Snacks, granola bars, hard, plain~^~GRANOLA BARS,HARD,PLAIN~^~~^~~^~~^~~^0^~~^6.25^3.90^8.80^4.00 ~19016~^~2500~^~Snacks, granola bars, hard, almond~^~GRANOLA BARS,HARD,ALMOND~^~~^~~^~~^~~^0^~~^5.70^3.50^8.60^4.00 ~19017~^~2500~^~Snacks, granola bars, hard, chocolate chip~^~GRANOLA BARS,HARD,CHOC CHIP~^~~^~~^~~^~~^0^~~^5.80^3.40^8.50^3.80 ~19019~^~2500~^~Snacks, granola bars, hard, peanut~^~GRANOLA BARS,HARD,PEANUT~^~~^~~^~Y~^~~^0^~~^5.70^3.50^8.70^4.00 ~19020~^~2500~^~Snacks, granola bars, soft, uncoated, plain~^~GRANOLA BARS,SOFT,UNCOATED,PLN~^~~^~~^~~^~~^0^~~^5.90^3.50^8.60^4.00 ~19021~^~2500~^~Snacks, granola bars, soft, uncoated, peanut butter~^~GRANOLA BARS,SOFT,UNCOATED,PNUT BUTTER~^~~^~~^~~^~~^0^~~^5.60^3.50^8.40^4.00 ~19022~^~2500~^~Snacks, granola bars, soft, uncoated, raisin~^~GRANOLA BARS,SOFT,UNCOATED,RAISIN~^~~^~~^~~^~~^0^~~^5.80^3.50^8.40^4.10 ~19023~^~2500~^~Snacks, granola bars, oats, fruits and nut~^~GRANOLA BARS,OATS,FRUITS&NUT~^~~^~~^~Y~^~~^0^~~^^^^ ~19024~^~2500~^~Snacks, granola bars, soft, coated, milk chocolate coating, chocolate chip~^~GRANOLA BARS,SOFT,COATD,MILK CHOC COATING,CHOC CHIP~^~~^~~^~~^~~^0^~~^6.10^3.50^8.60^3.60 ~19026~^~2500~^~Snacks, granola bars, soft, coated, milk chocolate coating, peanut butter~^~GRANOLA BARS,SOFT,COATD,MILK CHOC COATING,PNUT BUTTER~^~~^~~^~~^~~^0^~~^5.90^3.70^8.60^3.80 ~19027~^~2500~^~Snacks, granola bars, soft, uncoated, peanut butter and chocolate chip~^~GRANOLA BARS,SOFT,UNCOATED,PNUT BUTTER&CHOC CHIP~^~~^~~^~~^~~^0^~~^5.60^3.40^8.40^3.70 ~19031~^~2500~^~Snacks, oriental mix, rice-based~^~ORIENTAL MIX,RICE-BASED~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~19032~^~2500~^~Snacks, DOO DADS snack mix, original flavor~^~DOO DADS SNACK MIX,ORIGINAL FLAVOR~^~~^~~^~~^~~^0^~~^5.80^3.80^8.60^4.00 ~19033~^~2500~^~Snacks, RALSTON PURINA, CHEX MIX~^~SNACKS,RALSTON PURINA,CHEX MIX~^~~^~~^~~^~~^0^~~^5.90^^^ ~19034~^~2500~^~Snacks, popcorn, air-popped~^~POPCORN,AIR-POPPED~^~~^~~^~Y~^~~^0^~~^6.25^2.73^8.37^4.03 ~19035~^~2500~^~Snacks, popcorn, oil-popped, microwave, regular flavor~^~POPCORN,OIL-POPPED~^~~^~~^~Y~^~~^0^~~^6.25^2.70^8.80^4.00 ~19036~^~2500~^~Snacks, popcorn, cakes~^~POPCORN,CAKES~^~~^~~^~Y~^~~^0^~~^6.10^3.00^8.40^4.10 ~19038~^~2500~^~Snacks, popcorn, caramel-coated, with peanuts~^~POPCORN,CARAMEL-COATED,W/PNUTS~^~~^~~^~Y~^~~^0^~~^5.90^3.00^8.50^3.90 ~19039~^~2500~^~Snacks, popcorn, caramel-coated, without peanuts~^~POPCORN,CARAMEL-COATED,WO/PNUTS~^~~^~~^~Y~^~~^0^~~^6.20^2.70^8.80^3.90 ~19040~^~2500~^~Snacks, popcorn, cheese-flavor~^~POPCORN,CHEESE-FLAVOR~^~~^~~^~~^~~^0^~~^6.30^3.00^8.80^4.00 ~19041~^~2500~^~Snacks, pork skins, plain~^~PORK SKINS,PLAIN~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~19042~^~2500~^~Snacks, potato chips, barbecue-flavor~^~POTATO CHIPS,BARBECUE-FLAVOR~^~~^~~^~~^~~^0^~~^6.10^2.40^8.70^3.60 ~19043~^~2500~^~Snacks, potato chips, sour-cream-and-onion-flavor~^~POTATO CHIPS,SOUR-CREAM-AND-ONION-FLAVOR~^~~^~~^~~^~~^0^~~^6.30^3.90^8.80^3.90 ~19045~^~2500~^~Snacks, potato chips, made from dried potatoes, reduced fat~^~POTATO CHIPS,MADE FROM DRIED POTATOES,LT~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.80^4.00 ~19046~^~2500~^~Snacks, potato chips, made from dried potatoes, sour-cream and onion-flavor~^~POTATO CHIPS,MADE FR DRIED POTATOES,SOUR-CREAM&ONION-FLAVOR~^~~^~~^~~^~~^0^~~^6.30^3.30^8.80^3.90 ~19047~^~2500~^~Snacks, pretzels, hard, plain, salted~^~PRETZELS,HARD,PLN,SALTED~^~~^~~^~Y~^~~^0^~~^5.70^3.70^8.70^4.00 ~19048~^~2500~^~Snacks, pretzels, hard, confectioner's coating, chocolate-flavor~^~PRETZELS,HARD,CONFECTIONER'S COATING,CHOCOLATE-FLAVOR~^~~^~~^~~^~~^0^~~^5.80^3.80^8.70^4.00 ~19050~^~2500~^~Snacks, pretzels, hard, whole-wheat~^~PRETZELS,HARD,WHOLE-WHEAT~^~~^~~^~~^~~^0^~~^5.80^3.50^8.50^3.70 ~19051~^~2500~^~Snacks, rice cakes, brown rice, plain~^~RICE CAKES,BROWN RICE,PLN~^~~^~~^~Y~^~~^0^~~^5.95^3.41^8.37^4.12 ~19052~^~2500~^~Snacks, rice cakes, brown rice, buckwheat~^~RICE CAKES,BROWN RICE,BUCKWHEAT~^~~^~~^~~^~~^0^~~^6.10^3.40^8.40^4.00 ~19053~^~2500~^~Snacks, rice cakes, brown rice, sesame seed~^~RICE CAKES,BROWN RICE,SESAME SD~^~~^~~^~~^~~^0^~~^5.90^3.10^8.40^4.10 ~19056~^~2500~^~Snacks, tortilla chips, plain, white corn~^~TORTILLA CHIPS,PLAIN~^~~^~~^~Y~^~~^0^~~^6.20^2.70^8.80^4.00 ~19057~^~2500~^~Snacks, tortilla chips, nacho cheese~^~Snacks, tortilla chips, nacho cheese~^~~^~Albertson's Inc.~^~~^~~^0^~~^6.25^^^ ~19058~^~2500~^~Snacks, tortilla chips, ranch-flavor~^~Snacks, tortilla chips, ranch-flavor~^~~^~~^~~^~~^0^~~^6.25^^^ ~19059~^~2500~^~Snacks, trail mix, regular~^~TRAIL MIX,REGULAR~^~~^~~^~~^~~^0^~~^5.40^3.50^8.40^3.70 ~19061~^~2500~^~Snacks, trail mix, tropical~^~TRAIL MIX,TROPICAL~^~~^~~^~~^~~^0^~~^0.00^^^ ~19062~^~2500~^~Snacks, trail mix, regular, with chocolate chips, salted nuts and seeds~^~TRAIL MIX,REG,W/CHOC CHIPS,SALTED NUTS&SEEDS~^~~^~~^~~^~~^0^~~^5.50^3.50^8.40^3.70 ~19063~^~2500~^~Snacks, tortilla chips, taco-flavor~^~TORTILLA CHIPS,TACO-FLAVOR~^~~^~~^~~^~~^0^~~^6.20^2.90^8.70^3.90 ~19064~^~1900~^~Candies, TOOTSIE ROLL, chocolate-flavor roll~^~CANDIES,TOOTSIE ROLL,CHOCOLATE-FLAVOR ROLL~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~19065~^~1900~^~Candies, ALMOND JOY Candy Bar~^~CANDIES,ALMOND JOY CANDY BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19067~^~1900~^~Candies, TWIZZLERS CHERRY BITES~^~CANDIES,TWIZZLERS CHERRY BITES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19068~^~1900~^~Candies, NESTLE, BIT-O'-HONEY Candy Chews~^~CANDIES,NESTLE,BIT-O'-HONEY CANDY CHEWS~^~~^~Nestle USA, Inc.~^~Y~^~~^0^~~^^^^ ~19069~^~1900~^~Candies, NESTLE, BUTTERFINGER Bar~^~CANDIES,NESTLE,BUTTERFINGER BAR~^~~^~Nestle USA, Inc.~^~Y~^~~^0^~~^^^^ ~19070~^~1900~^~Candies, butterscotch~^~CANDIES,BUTTERSCOTCH~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19071~^~1900~^~Candies, carob, unsweetened~^~CANDIES,CAROB,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19074~^~1900~^~Candies, caramels~^~CANDIES,CARAMELS~^~~^~~^~Y~^~~^0^~~^6.40^4.30^8.60^3.80 ~19075~^~1900~^~Candies, CARAMELLO Candy Bar~^~CANDIES,CARAMELLO CANDY BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19076~^~1900~^~Candies, caramels, chocolate-flavor roll~^~CANDIES,CARAMELS,CHOCOLATE-FLAVOR ROLL~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19077~^~1900~^~Baking chocolate, unsweetened, liquid~^~BAKING CHOC,UNSWTND,LIQ~^~~^~~^~~^~~^0^~~^5.63^1.83^8.40^1.33 ~19078~^~1900~^~Baking chocolate, unsweetened, squares~^~BAKING CHOC,UNSWTND,SQUARES~^~~^~~^~Y~^~~^0^~~^5.63^1.83^8.37^1.33 ~19079~^~1900~^~Candies, confectioner's coating, yogurt~^~CANDIES,CONFECTIONER'S COATING,YOGURT~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19080~^~1900~^~Candies, semisweet chocolate~^~CANDIES,SEMISWEET CHOC~^~~^~~^~Y~^~~^0^~~^5.63^1.83^8.50^3.40 ~19081~^~1900~^~Candies, sweet chocolate~^~CANDIES,SWEET CHOCOLATE~^~~^~~^~Y~^~~^0^~~^5.63^1.83^8.60^3.40 ~19083~^~1900~^~Candies, sweet chocolate coated fondant~^~CANDIES,SWT CHOC COATD FONDANT~^~~^~~^~Y~^~~^0^~~^5.90^3.10^8.40^3.50 ~19084~^~1900~^~Candies, HERSHEY'S GOLDEN ALMOND SOLITAIRES~^~CANDIES,HERSHEY'S GOLDEN ALMOND SOLITAIRES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19085~^~1900~^~Candies, confectioner's coating, butterscotch~^~CANDIES,CONFECTIONER'S COATING,BUTTERSCOTCH~^~~^~~^~Y~^~~^0^~~^6.38^4.00^9.00^4.00 ~19086~^~1900~^~Candies, confectioner's coating, peanut butter~^~CANDIES,CONFECTIONER'S COATING,PNUT BUTTER~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19087~^~1900~^~Candies, white chocolate~^~CANDIES,WHITE CHOC~^~confectioner's coating~^~~^~Y~^~~^0^~~^6.38^4.30^8.80^3.90 ~19088~^~1900~^~Ice creams, vanilla, light~^~ICE CREAMS,VANILLA,LT~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19089~^~1900~^~Ice creams, vanilla, rich~^~ICE CREAMS,VANILLA,RICH~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19090~^~1900~^~Ice creams, french vanilla, soft-serve~^~ICE CREAMS,FRENCH VANILLA,SOFT-SERVE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19091~^~1900~^~Candies, YORK Peppermint Pattie~^~CANDIES,YORK PEPPERMINT PATTIE~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19092~^~1900~^~Candies, TWIZZLERS NIBS CHERRY BITS~^~CANDIES,TWIZZLERS NIBS CHERRY BITS~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19093~^~1900~^~Candies, SYMPHONY Milk Chocolate Bar~^~CANDIES,SYMPHONY MILK CHOC BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19094~^~1900~^~Desserts, flan, caramel custard, prepared-from-recipe~^~DESSERTS,FLAN,CARAMEL CUSTARD,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19095~^~1900~^~Ice creams, vanilla~^~ICE CREAMS,VANILLA~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19096~^~1900~^~Ice creams, vanilla, light, soft-serve~^~ICE CREAMS,VANILLA,LT,SOFT-SERVE~^~~^~~^~Y~^~~^0^~~^6.40^4.10^8.79^3.80 ~19097~^~1900~^~Sherbet, orange~^~SHERBET,ORANGE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19098~^~1900~^~Candies, 5TH AVENUE Candy Bar~^~CANDIES,5TH AVENUE CANDY BAR~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^^^ ~19099~^~1900~^~Candies, fondant, prepared-from-recipe~^~CANDIES,FONDANT,PREPARED-FROM-RECIPE~^~~^~~^~Y~^~~^0^~~^^^^ ~19100~^~1900~^~Candies, fudge, chocolate, prepared-from-recipe~^~CANDIES,FUDGE,CHOC,PREPARED-FROM-RECIPE~^~~^~~^~Y~^~~^0^~~^0.00^^^ ~19101~^~1900~^~Candies, fudge, chocolate, with nuts, prepared-from-recipe~^~CANDIES,FUDGE,CHOC,W/ NUTS,PREPARED-FROM-RECIPE~^~~^~~^~Y~^~~^0^~~^^^^ ~19102~^~1900~^~Candies, fudge, peanut butter, prepared-from-recipe~^~CANDIES,FUDGE,PNUT BUTTER,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19103~^~1900~^~Candies, fudge, vanilla, prepared-from-recipe~^~CANDIES,FUDGE,VANILLA,PREPARED-FROM-RECIPE~^~~^~~^~Y~^~~^0^~~^^^^ ~19104~^~1900~^~Candies, fudge, vanilla with nuts~^~CANDIES,FUDGE,VANILLA W/ NUTS~^~~^~~^~Y~^~~^0^~~^^^^ ~19105~^~1900~^~Candies, NESTLE, GOOBERS Chocolate Covered Peanuts~^~CANDIES,NESTLE,GOOBERS CHOC COVERED PNUTS~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^^^^ ~19106~^~1900~^~Candies, gumdrops, starch jelly pieces~^~CANDIES,GUMDROPS,STARCH JELLY PIECES~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19107~^~1900~^~Candies, hard~^~CANDIES,HARD~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19108~^~1900~^~Candies, jellybeans~^~CANDIES,JELLYBEANS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19109~^~1900~^~Candies, KIT KAT Wafer Bar~^~CANDIES,KIT KAT WAFER BAR~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19110~^~1900~^~Candies, KRACKEL Chocolate Bar~^~CANDIES,KRACKEL CHOC BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19111~^~1900~^~Candies, NESTLE, BABY RUTH Bar~^~CANDIES,NESTLE,BABY RUTH BAR~^~~^~Nestle USA, Inc.~^~Y~^~~^0^~~^^^^ ~19112~^~1900~^~Candies, TWIZZLERS Strawberry Twists Candy~^~CANDIES,TWIZZLERS STRAWBERRY TWISTS CANDY~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19113~^~1900~^~Syrups, table blends, pancake, with butter~^~SYRUPS,TABLE BLENDS,PANCAKE,W/BUTTER~^~~^~~^~~^~~^0^~~^0.00^^^ ~19114~^~1900~^~Ice creams, chocolate, light~^~ICE CREAMS,CHOC,LT~^~~^~~^~Y~^~~^0^~~^^^^ ~19115~^~1900~^~Candies, MASTERFOODS USA, MARS Almond Bar~^~CANDIES,MASTERFOODS USA,MARS ALMOND BAR~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^3.70^8.60^3.80 ~19116~^~1900~^~Candies, marshmallows~^~CANDIES,MARSHMALLOWS~^~~^~~^~Y~^~~^0^~~^5.60^3.90^8.40^3.80 ~19117~^~1900~^~Candies, halavah, plain~^~CANDIES,HALAVAH,PLAIN~^~~^~~^~~^~~^0^~~^5.80^4.00^8.50^3.90 ~19118~^~1900~^~Candies, NESTLE, OH HENRY! Bar~^~CANDIES,NESTLE,OH HENRY! BAR~^~~^~Nestle USA, Inc.~^~Y~^~~^0^~~^^^^ ~19119~^~1900~^~Candies, NESTLE, CHUNKY Bar~^~CANDIES,NESTLE,CHUNKY BAR~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^^^^ ~19120~^~1900~^~Candies, milk chocolate~^~CANDIES,MILK CHOC~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19121~^~1900~^~Puddings, banana, dry mix, instant, prepared with 2% milk~^~PUDDINGS,BANANA,DRY MIX,INST,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19122~^~1900~^~Puddings, banana, dry mix, regular, prepared with 2% milk~^~PUDDINGS,BANANA,DRY MIX,REG,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19123~^~1900~^~Puddings, chocolate, dry mix, instant, prepared with 2% milk~^~PUDDINGS,CHOC,DRY MIX,INST,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19124~^~1900~^~Baking chocolate, mexican, squares~^~BAKING CHOC,MEXICAN,SQUARES~^~~^~~^~Y~^~~^0^~~^6.25^2.00^8.40^3.70 ~19125~^~1900~^~Chocolate-flavored hazelnut spread~^~CHOCOLATE-FLAVORED HAZELNUT SPRD~^~~^~~^~Y~^~~^0^~~^^^^ ~19126~^~1900~^~Candies, milk chocolate coated peanuts~^~CANDIES,MILK CHOC COATD PNUTS~^~~^~~^~Y~^~~^0^~~^5.80^3.60^8.60^3.70 ~19127~^~1900~^~Candies, milk chocolate coated raisins~^~CANDIES,MILK CHOC COATD RAISINS~^~~^~~^~Y~^~~^0^~~^6.20^3.60^8.70^3.60 ~19128~^~1900~^~Syrups, table blends, pancake, reduced-calorie~^~SYRUPS,TABLE BLENDS,PANCAKE,RED-CAL~^~~^~~^~Y~^~~^0^~~^6.25^^^3.70 ~19129~^~1900~^~Syrups, table blends, pancake~^~SYRUPS,TABLE BLENDS,PANCAKE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~19130~^~1900~^~Candies, HERSHEY'S POT OF GOLD Almond Bar~^~CANDIES,HERSHEY'S POT OF GOLD ALMOND BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19132~^~1900~^~Candies, milk chocolate, with almonds~^~CANDIES,MILK CHOC,W/ALMONDS~^~~^~~^~Y~^~~^0^~~^5.90^3.60^8.60^3.70 ~19134~^~1900~^~Candies, milk chocolate, with rice cereal~^~CANDIES,MILK CHOC,W/RICE CRL~^~~^~~^~Y~^~~^0^~~^6.20^3.70^8.70^3.80 ~19135~^~1900~^~Candies, MASTERFOODS USA, MILKY WAY Bar~^~CANDIES,MASTERFOODS USA,MILKY WAY BAR~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19136~^~1900~^~Candies, SKOR Toffee Bar~^~CANDIES,SKOR TOFFEE BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19137~^~1900~^~Toppings, strawberry~^~TOPPINGS,STRAWBERRY~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~19138~^~1900~^~Candies, truffles, prepared-from-recipe~^~CANDIES,TRUFFLES,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19139~^~1900~^~Baking chocolate, MASTERFOODS USA, M&M's Semisweet Chocolate Mini Baking Bits~^~BAKING CHOC,MASTERFOODS,M&M'S SEMISWEET CHOC MINI BAKNG BITS~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19140~^~1900~^~Candies, MASTERFOODS USA, M&M's Peanut Chocolate Candies~^~CANDIES,MASTERFOODS USA,M&M'S PNUT CHOC CANDIES~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19141~^~1900~^~Candies, MASTERFOODS USA, M&M's Milk Chocolate Candies~^~CANDIES,MASTERFOODS USA,M&M'S MILK CHOC CANDIES~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19142~^~1900~^~Candies, MOUNDS Candy Bar~^~CANDIES,MOUNDS CANDY BAR~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^^^ ~19143~^~1900~^~Candies, MR. GOODBAR Chocolate Bar~^~CANDIES,MR. GOODBAR CHOC BAR~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^^^ ~19144~^~1900~^~Candies, NESTLE, 100 GRAND Bar~^~CANDIES,NESTLE,100 GRAND BAR~^~~^~Nestle USA, Inc.~^~Y~^~~^0^~~^^^^ ~19145~^~1900~^~Candies, NESTLE, CRUNCH Bar and Dessert Topping~^~CANDIES,NESTLE,CRUNCH BAR&DSSRT TOPPING~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^^^^ ~19146~^~1900~^~Baking chocolate, MASTERFOODS USA, M&M's Milk Chocolate Mini Baking Bits~^~BAKING CHOC,MASTERFOODS USA,M&M'S MILK CHOC MINI BAKING BITS~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19147~^~1900~^~Candies, peanut bar~^~CANDIES,PEANUT BAR~^~~^~~^~Y~^~~^0^~~^5.50^3.50^8.40^3.90 ~19148~^~1900~^~Candies, peanut brittle, prepared-from-recipe~^~CANDIES,PNUT BRITTLE,PREPARED-FROM-RECIPE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19149~^~1900~^~Candies, NESTLE, RAISINETS Chocolate Covered Raisins~^~CANDIES,NESTLE,RAISINETS CHOC COVERED RAISINS~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^^^^ ~19150~^~1900~^~Candies, REESE'S Peanut Butter Cups~^~CANDIES,REESE'S PNUT BUTTER CUPS~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^^^ ~19151~^~1900~^~Candies, REESE'S PIECES Candy~^~CANDIES,REESE'S PIECES CANDY~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^^^ ~19152~^~1900~^~Candies, ROLO Caramels in Milk Chocolate~^~CANDIES,ROLO CARAMELS IN MILK CHOC~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^^^ ~19153~^~1900~^~Candies, NESTLE, AFTER EIGHT Mints~^~CANDIES,NESTLE,AFTER EIGHT MINTS~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^^^^ ~19154~^~1900~^~Candies, sesame crunch~^~CANDIES,SESAME CRUNCH~^~~^~~^~Y~^~~^0^~~^5.30^3.50^8.40^3.90 ~19155~^~1900~^~Candies, MASTERFOODS USA, SNICKERS Bar~^~CANDIES,MASTERFOODS USA,SNICKERS BAR~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19156~^~1900~^~Candies, MASTERFOODS USA, STARBURST Fruit Chews, Original fruits~^~CANDIES,MASTERFOODS USA,STARBURST FRUIT CHEWS,ORIGINAL~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19157~^~1900~^~Candies, MASTERFOODS USA, M&M's MINIs Milk Chocolate Candies~^~CANDIES,MASTERFOODS USA,M&M'S MINIS MILK CHOC CANDIES~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19159~^~1900~^~Candies, MASTERFOODS USA, 3 MUSKETEERS Bar~^~CANDIES,MASTERFOODS USA,3 MUSKETEERS BAR~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19160~^~1900~^~Candies, MASTERFOODS USA, TWIX Caramel Cookie Bars~^~CANDIES,MASTERFOODS USA,TWIX CARAMEL COOKIE BARS~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19161~^~1900~^~Candies, MASTERFOODS USA, TWIX Peanut Butter Cookie Bars~^~CANDIES,MASTERFOODS USA,TWIX PNUT BUTTER COOKIE BARS~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19162~^~1900~^~Candies, WHATCHAMACALLIT Candy Bar~^~CANDIES,WHATCHAMACALLIT CANDY BAR~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^^^ ~19163~^~1900~^~Chewing gum~^~CHEWING GUM~^~bubble gum~^~~^~Y~^~~^0^~~^6.25^1.82^8.37^3.70 ~19164~^~1900~^~Candies, SPECIAL DARK Chocolate Bar~^~CANDIES,SPL DK CHOC BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19165~^~1900~^~Cocoa, dry powder, unsweetened~^~COCOA,DRY PDR,UNSWTND~^~~^~~^~Y~^~~^0^~~^5.63^1.83^8.37^1.33 ~19166~^~1900~^~Cocoa, dry powder, unsweetened, processed with alkali~^~COCOA,DRY PDR,UNSWTND,PROC W/ALKALI~^~Dutch cocoa~^~~^~Y~^~~^0^~~^5.63^1.83^8.37^1.33 ~19168~^~1900~^~Desserts, egg custard, baked, prepared-from-recipe~^~DESSERTS,EGG CUSTARD,BKD,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19169~^~1900~^~Egg custards, dry mix~^~EGG CUSTARDS,DRY MIX~^~~^~~^~~^~~^0^~~^6.30^4.30^9.00^3.90 ~19170~^~1900~^~Egg custards, dry mix, prepared with whole milk~^~EGG CUSTARDS,DRY MIX,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19171~^~1900~^~Cocoa, dry powder, unsweetened, HERSHEY'S European Style Cocoa~^~COCOA,DRY PDR,UNSWTND,HERSHEY'S EUROPEAN STYLE COCOA~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19172~^~1900~^~Gelatin desserts, dry mix~^~GELATIN DSSRT,DRY MIX~^~~^~~^~Y~^~~^0^~~^5.55^3.90^9.02^3.87 ~19173~^~1900~^~Gelatin desserts, dry mix, prepared with water~^~GELATIN DSSRT,DRY MIX,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~19175~^~1900~^~Gelatin desserts, dry mix, reduced calorie, with aspartame~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT~^~~^~~^~Y~^~~^0^~~^5.55^0.00^0.00^2.47 ~19176~^~1900~^~Gelatin desserts, dry mix, reduced calorie, with aspartame, prepared with water~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT,PREP W/ H2O~^~~^~~^~Y~^~~^0^~~^^^^ ~19177~^~1900~^~Gelatins, dry powder, unsweetened~^~GELATINS,DRY PDR,UNSWTND~^~~^~~^~Y~^~~^0^~~^5.55^3.90^9.02^ ~19181~^~1900~^~Candies, YORK BITES~^~CANDIES,YORK BITES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19182~^~1900~^~Desserts, mousse, chocolate, prepared-from-recipe~^~DESSERTS,MOUSSE,CHOC,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19183~^~1900~^~Puddings, chocolate, ready-to-eat~^~PUDDINGS,CHOC,RTE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19184~^~1900~^~Puddings, chocolate, dry mix, instant~^~PUDDINGS,CHOC,DRY MIX,INST~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19185~^~1900~^~Puddings, chocolate, dry mix, instant, prepared with whole milk~^~PUDDINGS,CHOC,DRY MIX,INST,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~19186~^~1900~^~Desserts, apple crisp, prepared-from-recipe~^~DESSERTS,APPL CRISP,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19187~^~1900~^~Flan, caramel custard, dry mix~^~FLAN,CARAMEL CUSTARD,DRY MIX~^~~^~~^~~^~~^0^~~^6.25^1.80^8.40^3.80 ~19188~^~1900~^~Puddings, chocolate, dry mix, regular~^~DESSERTS,PUDD,CHOC,DRY MIX,REG~^~~^~~^~Y~^~~^0^~~^5.60^1.90^8.40^3.80 ~19189~^~1900~^~Puddings, chocolate, dry mix, regular, prepared with whole milk~^~PUDDINGS,CHOC,DRY MIX,REG,PREP W/ WHL MILK~^~~^~~^~Y~^~~^0^~~^^^^ ~19190~^~1900~^~Puddings, chocolate, dry mix, regular, prepared with 2% milk~^~PUDDINGS,CHOC,DRY MIX,REG,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19191~^~1900~^~Puddings, coconut cream, dry mix, instant, prepared with 2% milk~^~PUDDINGS,COCNT CRM,DRY MIX,INST,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19193~^~1900~^~Puddings, rice, ready-to-eat~^~PUDDINGS,RICE,RTE~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~19194~^~1900~^~Puddings, rice, dry mix~^~PUDDINGS,RICE,DRY MIX~^~~^~~^~~^~~^0^~~^6.00^3.80^8.40^4.00 ~19195~^~1900~^~Puddings, rice, dry mix, prepared with whole milk~^~PUDDINGS,RICE,DRY MIX,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19198~^~1900~^~Puddings, tapioca, dry mix~^~PUDDINGS,TAPIOCA,DRY MIX~^~~^~~^~~^~~^0^~~^6.25^3.00^8.40^3.90 ~19199~^~1900~^~Puddings, tapioca, dry mix, prepared with whole milk~^~PUDDINGS,TAPIOCA,DRY MIX,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19201~^~1900~^~Puddings, vanilla, ready-to-eat~^~PUDDINGS,VANILLA,RTE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19202~^~1900~^~Puddings, vanilla, dry mix, instant~^~PUDDINGS,VANILLA,DRY MIX,INST~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19203~^~1900~^~Puddings, vanilla, dry mix, instant, prepared with whole milk~^~PUDDINGS,VANILLA,DRY MIX,INST,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^0.00^^^ ~19204~^~1900~^~Puddings, lemon, dry mix, instant, prepared with 2% milk~^~PUDDINGS,LEMON,DRY MIX,INST,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19205~^~1900~^~Egg custards, dry mix, prepared with 2% milk~^~EGG CUSTARDS,DRY MIX,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19206~^~1900~^~Puddings, vanilla, dry mix, regular~^~PUDDINGS,VANILLA,DRY MIX,REG~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19207~^~1900~^~Puddings, vanilla, dry mix, regular, prepared with whole milk~^~PUDDINGS,VANILLA,DRY MIX,REG,PREP W/ WHL MILK~^~~^~~^~Y~^~~^0^~~^^^^ ~19208~^~1900~^~Puddings, rice, dry mix, prepared with 2% milk~^~PUDDINGS,RICE,DRY MIX,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19209~^~1900~^~Puddings, tapioca, dry mix, prepared with 2% milk~^~PUDDINGS,TAPIOCA,DRY MIX,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19212~^~1900~^~Puddings, vanilla, dry mix, regular, prepared with 2% milk~^~PUDDINGS,VANILLA,DRY MIX,REG,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19213~^~1900~^~Rennin, chocolate, dry mix, prepared with 2% milk~^~RENNIN,CHOC,DRY MIX,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19214~^~1900~^~Rennin, vanilla, dry mix, prepared with 2% milk~^~RENNIN,VANILLA,DRY MIX,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19216~^~1900~^~Candies, praline, prepared-from-recipe~^~CANDIES,PRALINE,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19217~^~1900~^~Frozen novelties, ice type, fruit, no sugar added~^~FROZEN NOVELTIES,ICE TYPE,FRUIT,NO SUGAR ADDED~^~~^~~^~~^~~^0^~~^5.60^3.90^9.00^3.50 ~19218~^~1900~^~Puddings, tapioca, ready-to-eat~^~PUDDINGS,TAPIOCA,RTE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19219~^~1900~^~Puddings, coconut cream, dry mix, regular, prepared with 2% milk~^~PUDDINGS,COCNT CRM,DRY MIX,REG,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19220~^~1900~^~Desserts, rennin, chocolate, dry mix~^~DESSERTS,RENNIN,CHOC,DRY MIX~^~~^~~^~~^~~^0^~~^5.60^2.20^8.37^3.60 ~19221~^~1900~^~Rennin, chocolate, dry mix, prepared with whole milk~^~RENNIN,CHOC,DRY MIX,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19222~^~1900~^~Desserts, rennin, vanilla, dry mix~^~DESSERTS,RENNIN,VANILLA,DRY MIX~^~~^~~^~~^~~^0^~~^5.60^3.90^9.00^3.90 ~19223~^~1900~^~Rennin, vanilla, dry mix, prepared with whole milk~^~RENNIN,VANILLA,DRY MIX,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19225~^~1900~^~Desserts, rennin, tablets, unsweetened~^~DESSERTS,RENNIN,TABLETS,UNSWTND~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~19226~^~1900~^~Frostings, chocolate, creamy, ready-to-eat~^~FROSTINGS,CHOC,CREAMY,RTE~^~~^~~^~~^~~^0^~~^5.60^1.80^8.80^3.80 ~19227~^~1900~^~Frostings, coconut-nut, ready-to-eat~^~FROSTINGS,COCONUT-NUT,RTE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19228~^~1900~^~Frostings, cream cheese-flavor, ready-to-eat~^~FROSTINGS,CRM CHEESE-FLAVOR,RTE~^~~^~~^~~^~~^0^~~^5.80^4.10^8.80^3.90 ~19230~^~1900~^~Frostings, vanilla, creamy, ready-to-eat~^~FROSTINGS,VANILLA,CREAMY,RTE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19231~^~1900~^~Flan, caramel custard, dry mix, prepared with 2% milk~^~FLAN,CARAMEL CUSTARD,DRY MIX,PREP W/ 2% MILK~^~~^~~^~~^~~^0^~~^^^^ ~19232~^~1900~^~Flan, caramel custard, dry mix, prepared with whole milk~^~FLAN,CARAMEL CUSTARD,DRY MIX,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19233~^~1900~^~Puddings, vanilla, ready-to-eat, fat free~^~PUDDINGS,VANILLA,RTE,FAT FREE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19234~^~1900~^~Puddings, tapioca, ready-to-eat, fat free~^~PUDDINGS,TAPIOCA,RTE,FAT FREE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19235~^~1900~^~Puddings, chocolate, ready-to-eat, fat free~^~PUDDINGS,CHOC,RTE,FAT FREE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19236~^~1900~^~Candies, HERSHEY'S MILK CHOCOLATE WITH ALMOND BITES~^~CANDIES,HERSHEY'S MILK CHOC W/ ALMOND BITES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19237~^~1900~^~Candies, KIT KAT BITES~^~CANDIES,KIT KAT BITES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19238~^~1900~^~Candies, REESE'S BITES~^~CANDIES,REESE'S BITES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19239~^~1900~^~Candies, REESE'S NUTRAGEOUS Candy Bar~^~CANDIES,REESE'S NUTRAGEOUS CANDY BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^^^^ ~19240~^~1900~^~Frostings, chocolate, creamy, dry mix~^~FROSTINGS,CHOC,CREAMY,DRY MIX~^~~^~~^~~^~~^0^~~^5.60^1.80^8.80^3.70 ~19241~^~1900~^~Frostings, chocolate, creamy, dry mix, prepared with butter~^~FROSTINGS,CHOC,CREAMY,DRY MIX,PREP W/ BUTTER~^~~^~~^~~^~~^0^~~^^^^ ~19243~^~1900~^~Candies, HEATH BITES~^~CANDIES,HEATH BITES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19244~^~1900~^~Frostings, vanilla, creamy, dry mix~^~FROSTINGS,VANILLA,CREAMY,DRY MIX~^~~^~~^~~^~~^0^~~^6.25^3.46^8.80^3.90 ~19246~^~1900~^~Frostings, white, fluffy, dry mix~^~FROSTINGS,WHITE,FLUFFY,DRY MIX~^~~^~~^~~^~~^0^~~^6.10^4.30^8.60^3.80 ~19247~^~1900~^~Frostings, white, fluffy, dry mix, prepared with water~^~FROSTINGS,WHITE,FLUFFY,DRY MIX,PREP W/H2O~^~~^~~^~~^~~^0^~~^0.00^^^ ~19248~^~1900~^~Candies, ALMOND JOY BITES~^~CANDIES,ALMOND JOY BITES~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19249~^~1900~^~Candies, HERSHEY, REESESTICKS crispy wafers, peanut butter, milk chocolate~^~CANDIES,REESESTICKS CRISPY WAFERS,PNUT BUTTER,MILK CHOC~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^6.25^^^ ~19250~^~1900~^~Candies, HERSHEY, KIT KAT BIG KAT Bar~^~CANDIES,HERSHEY,KIT KAT BIG KAT BAR~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19252~^~1900~^~Candies, REESE'S, FAST BREAK, milk chocolate peanut butter and soft nougats~^~CANDIES,REESE'S,FAST BREAK,MILK CHOC PNT BTR & SFT NUGTS~^~~^~Hershey Food Corp.~^~~^~~^0^~~^6.25^^^ ~19254~^~1900~^~Candies, MASTERFOODS USA, DOVE Milk Chocolate~^~CANDIES,MASTERFOODS USA,DOVE MILK CHOC~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19255~^~1900~^~Candies, MASTERFOODS USA, DOVE Dark Chocolate~^~CANDIES,MASTERFOODS USA,DOVE DK CHOC~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19256~^~1900~^~Candies, MASTERFOODS USA, MILKY WAY Caramels, milk chocolate covered~^~CANDIES,MASTERFOODS USA,MILKY WAY CARAMELS,MILK CHOC COVERED~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19258~^~1900~^~Candies, MASTERFOODS USA, MILKY WAY Caramels. dark chocolate covered~^~CANDIES,MASTERFOODS USA,MILKY WAY CARAMELS. DK CHOC COVERED~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19259~^~1900~^~Ice Creams, HEALTHY CHOICE Praline and Caramel~^~ICE CREAMS,HEALTHY CHOIC PRALINE & CARAMEL~^~~^~ConAgra, Inc.~^~~^~~^0^~~^^^^ ~19260~^~1900~^~Ice creams, vanilla, light, no sugar added~^~ICE CREAMS,VANILLA,LT,NO SUGAR ADDED~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19263~^~1900~^~Frozen novelties, fruit and juice bars~^~FROZEN NOVELTIES,FRUIT & JUC BARS~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19265~^~1900~^~Ice creams, chocolate, light, no sugar added~^~ICE CREAMS,CHOC,LT,NO SUGAR ADDED~^~~^~~^~Y~^~~^0^~~^^^^ ~19268~^~1900~^~Candies, dark chocolate coated coffee beans~^~CANDIES,DK CHOC COATD COFFEE BNS~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~19269~^~2500~^~Snacks, GENERAL MILLS, BETTY CROCKER Fruit Roll Ups, berry flavored, with vitamin C~^~SNACKS,GENERAL MILLS,BETTY CROCKER FRT RL UPS,BRY FLV,W/VT C~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~19270~^~1900~^~Ice creams, chocolate~^~ICE CREAMS,CHOC~^~~^~~^~Y~^~~^0^~~^6.10^3.60^8.80^3.70 ~19271~^~1900~^~Ice creams, strawberry~^~ICE CREAMS,STRAWBERRY~^~~^~~^~~^~~^0^~~^6.40^4.10^8.79^3.80 ~19272~^~2500~^~Snacks, FARLEY CANDY, FARLEY Fruit Snacks, with vitamins A, C, and E~^~SNACKS,FARLEY CANDY,FARLEY FRUIT SNACKS,W/VITAMINS A,C,&E~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~19279~^~1900~^~Candies, milk chocolate coated coffee beans~^~CANDIES,MILK CHOC COATD COFFEE BNS~^~~^~~^~Y~^~~^0^~~^^^^ ~19280~^~1900~^~Frozen novelties, ice type, lime~^~FROZEN NOVELTIES,ICE TYPE,LIME~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.90 ~19281~^~1900~^~Frozen novelties, ice type, italian, restaurant-prepared~^~FROZEN NOVELTIES,ICE TYPE,ITALIAN,REST-PREP~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.90 ~19283~^~1900~^~Frozen novelties, ice type, pop~^~FROZEN NOVELTIES,ICE TYPE,POP~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19292~^~1900~^~Candies, MASTERFOODS USA, M&M's Crispy Chocolate Candies~^~CANDIES,MASTERFOODS USA,M&M'S CRISPY CHOC CANDIES~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19293~^~1900~^~Frozen yogurts, vanilla, soft-serve~^~FROZEN YOGURTS,VANILLA,SOFT-SERVE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19294~^~1900~^~Fruit butters, apple~^~FRUIT BUTTERS,APPLE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19295~^~1900~^~Candies, MASTERFOODS USA, SNICKERS MUNCH bar~^~CANDIES,MASTERFOODS USA,SNICKERS MUNCH BAR~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19296~^~1900~^~Honey~^~HONEY~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.68 ~19297~^~1900~^~Jams and preserves~^~JAMS AND PRESERVES~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19300~^~1900~^~Jellies~^~JELLIES~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~19301~^~1900~^~Candies, fudge, chocolate marshmallow, with nuts, prepared-by-recipe~^~CANDIES,FUDGE,CHOC MARSHMLLW,W/ NUTS,PREPARED-BY-RECIPE~^~~^~~^~~^~~^0^~~^^^^ ~19302~^~1900~^~Candies, MASTERFOODS USA, SNICKERS Almond bar~^~CANDIES,MASTERFOODS USA,SNICKERS ALMOND BAR~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19303~^~1900~^~Marmalade, orange~^~MARMALADE,ORANGE~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.40^3.70 ~19304~^~1900~^~Molasses~^~MOLASSES~^~~^~~^~Y~^~~^0^~~^6.25^^8.37^3.87 ~19306~^~1900~^~Candies, MASTERFOODS USA, POP'ABLES SNICKERS Brand Bite Size Candies~^~CANDIES,MASTERFOODS USA,POP'ABLES SNICKERS BRAND BITE SIZE~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19307~^~1900~^~Candies, MASTERFOODS USA, POP'ABLES MILKY WAY Brand Bite Size Candies~^~CANDIES,MASTERFOODS USA,POP'ABLES MILKY WAY BRAND BITE SIZE~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19308~^~1900~^~Candies, MASTERFOODS USA, POP'ABLES 3 MUSKETEERS Brand Bite Size Candies~^~CANDIES,MASTERFOODS USA,POP'ABLES 3 MUSKETEERS BITE SIZE~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19309~^~1900~^~Candies, MASTERFOODS USA, STARBURST Fruit Chews, Fruit and Creme~^~CANDIES,MASTERFOODS USA,STARBURST FRUIT CHEWS,FRUIT & CREME~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19310~^~1900~^~Pectin, unsweetened, dry mix~^~PECTIN,UNSWTND,DRY MIX~^~~^~~^~~^~~^0^~~^6.25^^^3.60 ~19312~^~1900~^~Pie fillings, apple, canned~^~PIE FILLINGS,APPL,CND~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.40^3.80 ~19313~^~1900~^~Candies, MASTERFOODS USA, STARBURST Fruit Chews, Tropical fruits~^~CANDIES,MASTERFOODS USA,STARBURST FRUIT CHEWS,TROPICAL~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19314~^~1900~^~Pie fillings, canned, cherry~^~PIE FILLINGS,CND,CHERRY~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~19315~^~1900~^~Candies, MASTERFOODS USA, STARBURST Sour Fruit Chews~^~CANDIES,MASTERFOODS USA,STARBURST SOUR FRUIT CHEWS~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19318~^~1900~^~Puddings, banana, dry mix, instant~^~PUDDINGS,BANANA,DRY MIX,INST~^~~^~~^~~^~~^0^~~^6.40^4.20^8.80^3.90 ~19319~^~1900~^~Puddings, banana, dry mix, instant, prepared with whole milk~^~PUDDINGS,BANANA,DRY MIX,INST,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19320~^~1900~^~Puddings, banana, dry mix, regular~^~PUDDINGS,BANANA,DRY MIX,REG~^~~^~~^~~^~~^0^~~^6.20^3.50^8.40^3.90 ~19321~^~1900~^~Puddings, banana, dry mix, regular, prepared with whole milk~^~PUDDINGS,BANANA,DRY MIX,REG,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19322~^~1900~^~Puddings, coconut cream, dry mix, instant~^~PUDDINGS,COCNT CRM,DRY MIX,INST~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19323~^~1900~^~Puddings, coconut cream, dry mix, instant, prepared with whole milk~^~PUDDINGS,COCNT CRM,DRY MIX,INST,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19324~^~1900~^~Puddings, coconut cream, dry mix, regular~^~PUDDINGS,COCNT CRM,DRY MIX,REG~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19325~^~1900~^~Puddings, coconut cream, dry mix, regular, prepared with whole milk~^~PUDDINGS,COCNT CRM,DRY MIX,REG,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19326~^~1900~^~Candies, MASTERFOODS USA, COCOAVIA Chocolate Bar~^~CANDIES,MASTERFOODS USA,COCOAVIA CHOC BAR~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19327~^~1900~^~Candies, MASTERFOODS USA, COCOAVIA Blueberry and Almond Chocolate Bar~^~CANDIES,MASTERFOODS USA,COCOAVIA BLUEBERRY & ALMOND CHOC BAR~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19328~^~1900~^~Candies, MASTERFOODS USA, COCOAVIA Crispy Chocolate Bar~^~CANDIES,MASTERFOODS USA,COCOAVIA CRISPY CHOC BAR~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19330~^~1900~^~Puddings, lemon, dry mix, instant~^~PUDDINGS,LEMON,DRY MIX,INST~^~~^~~^~~^~~^0^~~^6.40^4.20^8.80^3.90 ~19331~^~1900~^~Puddings, lemon, dry mix, instant, prepared with whole milk~^~PUDDINGS,LEMON,DRY MIX,INST,PREP W/ WHL MILK~^~~^~~^~~^~~^0^~~^^^^ ~19332~^~1900~^~Puddings, lemon, dry mix, regular~^~PUDDINGS,LEMON,DRY MIX,REG~^~~^~~^~~^~~^0^~~^6.25^3.50^8.80^3.90 ~19333~^~1900~^~Pudding, lemon, dry mix, regular, prepared with sugar, egg yolk and water~^~PUDDING,LEMON,DRY MIX,REG,PREP W/ SUGAR,EGG YOLK & H2O~^~~^~~^~~^~~^0^~~^^^^ ~19334~^~1900~^~Sugars, brown~^~SUGARS,BROWN~^~~^~~^~Y~^~~^0^~~^6.25^4.00^0.00^3.87 ~19335~^~1900~^~Sugars, granulated~^~SUGARS,GRANULATED~^~sucrose~^~~^~Y~^~~^0^~~^6.25^^^3.87 ~19336~^~1900~^~Sugars, powdered~^~SUGARS,POWDERED~^~~^~~^~Y~^~~^0^~~^6.25^3.50^8.40^3.90 ~19337~^~1900~^~Sweeteners, tabletop, aspartame, EQUAL, packets~^~SWEETENERS,TABLETOP,ASPRT,EQ,PACKETS~^~~^~Merisant Company~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19340~^~1900~^~Sugars, maple~^~SUGARS,MAPLE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~19345~^~1900~^~Syrups, chocolate, HERSHEY'S Genuine Chocolate Flavored Lite Syrup~^~SYRUPS,CHOC,HERSHEY'S GENUINE CHOC FLAV LITE SYRUP~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~19348~^~1900~^~Syrups, chocolate, fudge-type~^~SYRUPS,CHOC,FUDGE-TYPE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19349~^~1900~^~Syrups, corn, dark~^~SYRUPS,CORN,DK~^~~^~~^~Y~^~~^0^~~^6.25^0.00^0.00^3.68 ~19350~^~1900~^~Syrups, corn, light~^~SYRUPS,CORN,LT~^~~^~~^~Y~^~~^0^~~^6.25^0.00^0.00^3.68 ~19351~^~1900~^~Syrups, corn, high-fructose~^~SYRUPS,CORN,HIGH-FRUCTOSE~^~~^~~^~Y~^~~^0^~~^6.25^^^3.70 ~19352~^~1900~^~Syrups, malt~^~SYRUPS,MALT~^~~^~~^~~^~~^0^~~^6.25^3.87^8.37^4.12 ~19353~^~1900~^~Syrups, maple~^~SYRUPS,MAPLE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.87 ~19355~^~1900~^~Syrups, sorghum~^~SYRUPS,SORGHUM~^~~^~~^~Y~^~~^0^~~^6.25^^^3.87 ~19359~^~1900~^~Candies, MASTERFOODS USA, SNICKERS CRUNCHER~^~CANDIES,MASTERFOODS USA,SNICKERS CRUNCHER~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19360~^~1900~^~Syrups, table blends, pancake, with 2% maple~^~SYRUPS,TABLE BLENDS,PANCAKE,W/2% MAPLE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~19361~^~1900~^~Syrups, table blends, cane and 15% maple~^~SYRUPS,TABLE BLENDS,CANE&15% MAPLE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19362~^~1900~^~Syrups, table blends, corn, refiner, and sugar~^~SYRUPS,TABLE BLENDS,CORN,REFINER,&SUGAR~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.80 ~19363~^~1900~^~Candies, MASTERFOODS USA, SKITTLES Wild Berry Bite Size Candies~^~CANDIES,MASTERFOODS USA,SKITTLES WILD BERRY BITE SIZE~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19364~^~1900~^~Toppings, butterscotch or caramel~^~TOPPINGS,BUTTERSCOTCH OR CARAMEL~^~~^~~^~~^~~^0^~~^6.38^4.27^8.80^3.70 ~19365~^~1900~^~Toppings, marshmallow cream~^~TOPPINGS,MARSHMLLW CRM~^~~^~~^~Y~^~~^0^~~^0.00^4.00^9.00^4.00 ~19366~^~1900~^~Toppings, pineapple~^~TOPPINGS,PINEAPPLE~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.80 ~19367~^~1900~^~Toppings, nuts in syrup~^~TOPPINGS,NUTS IN SYRUP~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19368~^~1900~^~Candies, MASTERFOODS USA, SKITTLES Tropical Bite Size Candies~^~CANDIES,MASTERFOODS USA,SKITTLES TROPICAL BITE SIZE CANDIES~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19369~^~1900~^~Candies, MASTERFOODS USA, SKITTLES Sours Original~^~CANDIES,MASTERFOODS USA,SKITTLES SOURS ORIGINAL~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19370~^~1900~^~Candies, MASTERFOODS USA, SKITTLES Original Bite Size Candies~^~CANDIES,MASTERFOODS USA,SKITTLES ORIGINAL BITE SIZE CANDIES~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~19371~^~1900~^~Frostings, vanilla, creamy, dry mix, prepared with margarine~^~FROSTINGS,VANILLA,CREAMY,DRY MIX,PREP W/ MARGARINE~^~~^~~^~~^~~^0^~~^^^^ ~19372~^~1900~^~Frostings, chocolate, creamy, dry mix, prepared with margarine~^~FROSTINGS,CHOC,CREAMY,DRY MIX,PREP W/ MARGARINE~^~~^~~^~~^~~^0^~~^^^^ ~19375~^~1900~^~Frostings, glaze, prepared-from-recipe~^~FROSTINGS,GLAZE,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^^^^ ~19379~^~1900~^~Candies, fudge, chocolate marshmallow, prepared-from-recipe~^~CANDIES,FUDGE,CHOC MARSHMLLW,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19382~^~1900~^~Candies, taffy, prepared-from-recipe~^~CANDIES,TAFFY,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19383~^~1900~^~Candies, toffee, prepared-from-recipe~^~CANDIES,TOFFEE,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19384~^~1900~^~Candies, divinity, prepared-from-recipe~^~CANDIES,DIVINITY,PREPARED-FROM-RECIPE~^~~^~~^~~^~~^0^~~^0.00^^^ ~19387~^~1900~^~Frozen novelties, ice type, pineapple-coconut~^~FROZEN NOVELTIES,ICE TYPE,PINEAPPLE-COCONUT~^~~^~~^~~^~~^0^~~^6.25^3.40^8.40^3.80 ~19393~^~1900~^~Frozen yogurts, chocolate, soft-serve~^~FROZEN YOGURTS,CHOC,SOFT-SERVE~^~~^~~^~~^~~^0^~~^6.20^3.60^8.70^3.70 ~19400~^~2500~^~Snacks, banana chips~^~BANANA CHIPS~^~~^~~^~Y~^~~^0^~~^6.25^3.40^8.60^3.80 ~19401~^~2500~^~Snacks, cornnuts, barbecue-flavor~^~CORNNUTS,BARBECUE-FLAVOR~^~~^~~^~~^~~^0^~~^6.20^2.70^8.70^4.00 ~19402~^~2500~^~Snacks, cornnuts, nacho-flavor~^~CORNNUTS,NACHO-FLAVOR~^~~^~~^~~^~~^0^~~^6.30^3.00^8.70^4.00 ~19404~^~2500~^~Snacks, granola bars, soft, uncoated, chocolate chip~^~GRANOLA BARS,SOFT,UNCOATED,CHOC CHIP~^~~^~~^~~^~~^0^~~^5.80^3.40^8.40^3.70 ~19405~^~2500~^~Snacks, granola bars, soft, uncoated, chocolate chip, graham and marshmallow~^~GRANOLA BARS,SOFT,UNCOATED,CHOC CHIP,GRAHAM&MARSHMLLW~^~~^~~^~~^~~^0^~~^5.80^3.40^8.40^3.90 ~19406~^~2500~^~Snacks, granola bars, soft, uncoated, nut and raisin~^~GRANOLA BARS,SOFT,UNCOATED,NUT&RAISIN~^~~^~~^~~^~~^0^~~^5.70^3.50^8.40^4.00 ~19407~^~2500~^~Snacks, beef sticks, smoked~^~SNACKS,BF STKS,SMOKED~^~~^~~^~~^~~^0^~~^6.20^4.10^9.00^2.90 ~19408~^~2500~^~Snacks, pork skins, barbecue-flavor~^~PORK SKINS,BARBECUE-FLAVOR~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~19409~^~1900~^~Frostings, glaze, chocolate, prepared-from-recipe, with butter, NFSMI Recipe No. C-32~^~FROSTING,GLAZ,CHC,PREP-FRM-RCIP,W/ BUTR,NFSMI RECIP NO. C-32~^~~^~~^~~^~~^0^~~^^^^ ~19410~^~2500~^~Snack, potato chips, made from dried potatoes, plain~^~SNACK,POTATO CHIPS,MADE FROM DRIED POTATOES,PLN~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.80^4.00 ~19411~^~2500~^~Snacks, potato chips, plain, salted~^~POTATO CHIPS,PLAIN,SALTED~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.80^4.00 ~19412~^~2500~^~Snacks, potato chips, made from dried potatoes, cheese-flavor~^~POTATO CHIPS,MADE FROM DRIED POTATOES,CHEESE-FLAVOR~^~~^~~^~~^~~^0^~~^6.30^3.30^8.80^4.00 ~19413~^~2500~^~Snacks, rice cakes, brown rice, corn~^~RICE CAKES,BROWN RICE,CORN~^~~^~~^~~^~~^0^~~^6.10^3.00^8.40^4.10 ~19414~^~2500~^~Snacks, rice cakes, brown rice, multigrain~^~RICE CAKES,BROWN RICE,MULTIGRAIN~^~~^~~^~~^~~^0^~~^5.90^3.40^8.40^4.10 ~19415~^~2500~^~Snacks, potato sticks~^~POTATO STICKS~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~19416~^~2500~^~Snacks, rice cakes, brown rice, rye~^~RICE CAKES,BROWN RICE,RYE~^~~^~~^~~^~~^0^~~^5.90^3.30^8.40^4.10 ~19418~^~2500~^~Snacks, sesame sticks, wheat-based, salted~^~SESAME STKS,WHEAT-BASED,SALTED~^~~^~~^~Y~^~~^0^~~^5.70^3.70^8.70^3.90 ~19420~^~2500~^~Snacks, granola bars, hard, peanut butter~^~GRANOLA BARS,HARD,PNUT BUTTER~^~~^~~^~~^~~^0^~~^5.60^3.40^8.70^3.90 ~19421~^~2500~^~Snacks, potato chips, cheese-flavor~^~POTATO CHIPS,CHEESE-FLAVOR~^~~^~~^~~^~~^0^~~^6.30^3.00^8.80^4.00 ~19422~^~2500~^~Snacks, potato chips, reduced fat~^~POTATO CHIPS,LIGHT~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.80^4.00 ~19423~^~2500~^~Snacks, potato chips, fat-free, made with olestra~^~SNACKS,POTATO CHIPS,FAT-FREE,MADE W/OLESTRA~^~~^~~^~Y~^~~^0^~~^^^^ ~19424~^~2500~^~Snacks, tortilla chips, nacho-flavor, reduced fat~^~SNACKS,TORTILLA CHIPS,NACHO-FLAVOR,RED FAT~^~~^~~^~~^~~^0^~~^6.30^2.90^8.80^4.00 ~19433~^~2500~^~Tortilla chips, low fat, baked without fat~^~TORTILLA CHIPS,LOFAT,BKD WO/FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~19434~^~2500~^~Cheese puffs and twists, corn based, low fat~^~CHEESE PUFFS&TWISTS,CORN BSD,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~19435~^~2500~^~Snacks, granola bar, fruit-filled, nonfat~^~SNACKS,GRANOLA BAR,FRUIT-FILLED,NONFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~19436~^~2500~^~Popcorn, sugar syrup/caramel, fat-free~^~POPCORN,SUGAR SYRUP/CARAMEL,FAT-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~19437~^~2500~^~Snacks, potato chips, fat free, salted~^~POTATO CHIPS,FAT FREE,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~19438~^~2500~^~Snacks, KELLOGG, KELLOGG'S RICE KRISPIES TREATS Squares~^~SNACKS,KELLOGG,KELLOGG'S RICE KRISPIES TREATS SQUARES~^~~^~~^~~^~~^0^~~^^^^ ~19439~^~2500~^~Snacks, KELLOGG, KELLOGG'S Low Fat Granola Bar, Crunchy Almond/Brown Sugar~^~SNACKS,KELLOGG'S LOFAT GRANOLA BAR,CRUNCHY ALMD/BRN SUGAR~^~~^~~^~~^~~^0^~~^^^^ ~19440~^~2500~^~Snacks, M&M MARS, KUDOS Whole Grain Bar, chocolate chip~^~SNACKS,M&M MARS,KUDOS WHL GRAIN BARS,CHOC CHIP~^~~^~~^~~^~~^0^~~^^^^ ~19441~^~2500~^~Snacks, KELLOGG, KELLOGG'S NUTRI-GRAIN Cereal Bars, fruit-filled~^~SNACKS,KELLOGG,KELLOGG'S NUTRI-GRAIN CRL BARS,FRUIT-FILLED~^~~^~~^~~^~~^0^~~^^^^ ~19444~^~2500~^~Snacks, tortilla chips, low fat, made with olestra, nacho cheese~^~SNACKS,TORTILLA CHIPS,LOFAT,MADE W/OLESTRA,NACHO CHS~^~~^~~^~Y~^~~^0^~~^^^^ ~19445~^~2500~^~Snacks, potato chips, made from dried potatoes, fat-free, made with olestra~^~Snacks, potato chips, from dried potatoes, fat-free, olestra~^~~^~~^~Y~^~~^0^~~^6.20^^^ ~19524~^~2500~^~Snacks, taro chips~^~TARO CHIPS~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.80^4.00 ~19701~^~1900~^~Candies, semisweet chocolate, made with butter~^~CANDIES,SEMISWEET CHOC,MADE W/BUTTER~^~~^~~^~~^~~^0^~~^5.63^1.83^8.50^3.40 ~19702~^~1900~^~Gelatin desserts, dry mix, with added ascorbic acid, sodium-citrate and salt~^~GELATIN DSSRT,DRY MIX,W/ ADDED VIT C,SODIUM-CITRATE & SALT~^~~^~~^~~^~~^0^~~^5.55^3.90^9.02^3.87 ~19703~^~1900~^~Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT,ADDED P,K,NA,VIT C~^~~^~~^~~^~~^0^~~^5.55^3.90^9.02^3.87 ~19704~^~1900~^~Gelatin desserts, dry mix, reduced calorie, with aspartame, no added sodium~^~GELATIN DSSRT,DRY MIX,RED CAL,W/ ASPRT,NO ADDED NA~^~~^~~^~~^~~^0^~~^5.55^3.90^9.02^3.87 ~19705~^~1900~^~Puddings, banana, dry mix, instant, with added oil~^~PUDDINGS,BANANA,DRY MIX,INST,W/ ADDED OIL~^~~^~~^~~^~~^0^~~^6.40^4.20^8.80^3.90 ~19706~^~1900~^~Puddings, banana, dry mix, regular, with added oil~^~PUDDINGS,BANANA,DRY MIX,REG,W/ ADDED OIL~^~~^~~^~~^~~^0^~~^6.20^3.50^8.40^3.90 ~19708~^~1900~^~Puddings, lemon, dry mix, regular, with added oil, potassium, sodium~^~PUDDINGS,LEMON,DRY MIX,REG,W/ ADDED OIL,K,NA~^~~^~~^~~^~~^0^~~^6.25^3.50^8.80^3.90 ~19709~^~1900~^~Puddings, tapioca, dry mix, with no added salt~^~PUDDINGS,TAPIOCA,DRY MIX,W/ NO ADDED SALT~^~~^~~^~~^~~^0^~~^6.25^3.00^8.40^3.90 ~19710~^~1900~^~Puddings, vanilla, dry mix, regular, with added oil~^~PUDDINGS,VANILLA,DRY MIX,REG,W/ ADDED OIL~^~~^~~^~~^~~^0^~~^6.25^3.50^8.40^3.90 ~19719~^~1900~^~Jams and preserves, apricot~^~JAMS&PRESERVES,APRICOT~^~~^~~^~Y~^~~^0^~~^6.25^3.36^8.37^3.70 ~19720~^~1900~^~Syrups, table blends, pancake, with 2% maple, with added potassium~^~SYRUPS,TABLE BLENDS,PANCAKE,W/2% MAPLE,W/ K~^~~^~~^~~^~~^0^~~^6.25^3.36^8.37^3.80 ~19800~^~2500~^~Snacks, corn cakes, very low sodium~^~CORN CAKES,VERY LO NA~^~~^~~^~~^~~^0^~~^6.10^3.10^8.40^4.10 ~19802~^~2500~^~Snacks, corn-based, extruded, puffs or twists, cheese-flavor, unenriched~^~SNACKS,CORN-BASED,EXTRDD,PUFFS OR TWISTS,CHEESE-FLAVOR,UNENR~^~~^~~^~~^~~^0^~~^6.30^4.00^8.80^4.10 ~19804~^~2500~^~Snacks, corn-based, extruded, chips, barbecue-flavor, made with enriched masa flour~^~SNACKS,CORN-BASE,EXTRUD,CHIPS,BARBECUE-FLAVOR,W/ENR MASA FLR~^~~^~~^~~^~~^0^~~^^^^ ~19806~^~2500~^~Snacks, popcorn, air-popped, white popcorn~^~POPCORN,AIR-POPPED,WHITE POPCORN~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~19807~^~2500~^~Snacks, popcorn, oil-popped, white popcorn~^~POPCORN,OIL-POPPED,WHITE POPCORN~^~~^~~^~~^~~^0^~~^6.25^2.70^8.80^4.00 ~19809~^~2500~^~Snacks, potato chips, plain, made with partially hydrogenated soybean oil, salted~^~POTATO CHIPS,PLN,MADE W/PART HYDR SOYBN OIL,SALTED~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~19810~^~2500~^~Snacks, potato chips, plain, made with partially hydrogenated soybean oil, unsalted~^~POTATO CHIPS,PLN,MADE W/PART HYDR SOYBN OIL,UNSALTED~^~~^~~^~~^~~^0^~~^6.25^2.80^8.80^4.00 ~19811~^~2500~^~Snacks, potato chips, plain, unsalted~^~POTATO CHIPS,PLN,UNSALTED~^~~^~~^~Y~^~~^0^~~^6.25^2.80^8.80^4.00 ~19812~^~2500~^~Snacks, pretzels, hard, plain, made with unenriched flour, salted~^~PRETZELS,HARD,PLN,MADE W/UNENR FLR,SALTED~^~~^~~^~~^~~^0^~~^5.70^3.70^8.70^4.00 ~19813~^~2500~^~Snacks, pretzels, hard, plain, made with unenriched flour, unsalted~^~PRETZELS,HARD,PLN,MADE W/UNENR FLR,UNSALTED~^~~^~~^~~^~~^0^~~^5.70^3.70^8.70^4.00 ~19814~^~2500~^~Snacks, pretzels, hard, plain, made with enriched flour, unsalted~^~SNACKS,PRETZELS,HARD,PLN,MADE W/ ENR FLR,UNSALTED~^~~^~~^~Y~^~~^0^~~^5.70^3.70^8.70^4.00 ~19816~^~2500~^~Snacks, rice cakes, brown rice, plain, unsalted~^~RICE CAKES,BROWN RICE,PLN,UNSALTED~^~~^~~^~Y~^~~^0^~~^5.95^3.41^8.37^4.12 ~19817~^~2500~^~Snacks, rice cakes, brown rice, buckwheat, unsalted~^~RICE CAKES,BROWN RICE,BUCKWHEAT,UNSALTED~^~~^~~^~~^~~^0^~~^6.10^3.40^8.40^4.00 ~19818~^~2500~^~Snacks, rice cakes, brown rice, multigrain, unsalted~^~RICE CAKES,BROWN RICE,MULTIGRAIN,UNSALTED~^~~^~~^~~^~~^0^~~^5.90^3.40^8.40^4.10 ~19819~^~2500~^~Snacks, rice cakes, brown rice, sesame seed, unsalted~^~RICE CAKES,BROWN RICE,SESAME SD,UNSALTED~^~~^~~^~~^~~^0^~~^5.90^3.40^8.40^4.10 ~19820~^~2500~^~Snacks, sesame sticks, wheat-based, unsalted~^~SESAME STKS,WHEAT-BASED,UNSALTED~^~~^~~^~~^~~^0^~~^5.70^3.70^8.70^3.90 ~19821~^~2500~^~Snacks, trail mix, regular, unsalted~^~TRAIL MIX,REG,UNSALTED~^~~^~~^~~^~~^0^~~^5.40^3.50^8.40^3.70 ~19822~^~2500~^~Snacks, trail mix, regular, with chocolate chips, unsalted nuts and seeds~^~TRAIL MIX,REG,W/CHOC CHIPS,UNSALTED NUTS&SEEDS~^~~^~~^~~^~~^0^~~^5.50^3.50^8.40^3.70 ~19823~^~2500~^~Potato chips, without salt, reduced fat~^~POTATO CHIPS,WO/SALT,RED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~19833~^~2500~^~Snacks, tortilla chips, low fat, unsalted~^~TORTILLA CHIPS,LOFAT,UNSALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~19856~^~1900~^~Frozen novelties, juice type, POPSICLE SCRIBBLERS~^~FROZEN NOVELTIES,JUC TYPE,POPSICLE SCRIBBLERS~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~19857~^~2500~^~Snacks, tortilla chips, nacho-flavor, made with enriched masa flour~^~SNACKS,TORTILLA CHIPS,NACHO-FLAVOR,MADE W/ENR MASA FLR~^~~^~~^~~^~~^0^~~^^^^ ~19858~^~1900~^~Candies, sugar-coated almonds~^~CANDIES,SUGAR-COATED ALMONDS~^~~^~~^~Y~^~~^0^~~^^^^ ~19859~^~1900~^~Cocoa, dry powder, hi-fat or breakfast, plain~^~COCOA,DRY PDR,HI-FAT OR BRKFST,PLN~^~~^~~^~Y~^~~^0^~~^^^^ ~19860~^~1900~^~Cocoa, dry powder, hi-fat or breakfast, processed with alkali~^~COCOA,DRY PDR,HI-FAT OR BRKFST,PROC W/ALKALI~^~~^~~^~Y~^~~^0^~~^^^^ ~19866~^~1900~^~Candies, soft fruit and nut squares~^~CANDIES,SOFT FRUIT & NUT SQUARES~^~~^~~^~Y~^~~^0^~~^^^^ ~19867~^~1900~^~Ice creams, vanilla, fat free~^~ICE CREAMS,VANILLA,FAT FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~19868~^~1900~^~Sweeteners, tabletop, sucralose, SPLENDA packets~^~SWEETENERS,TABLETOP,SUCRALOSE,SPLENDA PACKETS~^~~^~McNeil Nutritionals/McNeil_PPC, Inc.~^~Y~^~~^0^~~^6.25^0.00^0.00^3.68 ~19871~^~1900~^~Frozen novelties, No Sugar Added, FUDGESICLE pops~^~FROZEN NOVELTIES,NO SUGAR ADDED,FUDGESICLE POPS~^~~^~Good Humor - Breyers Ice Cream~^~Y~^~~^0^~~^6.25^^^ ~19872~^~1900~^~Frozen novelties, Fat Free FUDGESICLE bars~^~FROZEN NOVELTIES,FAT FREE FUDGESICLE BARS~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19873~^~1900~^~Frozen novelties, ice type, sugar free, orange, cherry, and grape POPSICLE pops~^~FROZ NOVELTIES,ICE TYPE,SUGAR FREE,ORNGE,CHRY,& GRP POPSICLE~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19874~^~1900~^~Frozen novelties, KLONDIKE, SLIM-A-BEAR Fudge Bar, 98% fat free, no sugar added~^~FRZ NVL, KLONDIKE,SLIM-A-BEAR FUDG BR,98% FT FR,NO SGR ADDED~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19875~^~1900~^~Ice creams, BREYERS, All Natural Light Vanilla~^~ICE CREAMS,BREYERS,ALL NAT LT VANILLA~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19876~^~1900~^~Ice creams, BREYERS, All Natural Light French Vanilla~^~ICE CREAMS,BREYERS,ALL NAT LT FRENCH VANILLA~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19877~^~1900~^~Ice creams, BREYERS, 98% Fat Free Vanilla~^~ICE CREAMS,BREYERS,98% FAT FREE VANILLA~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19878~^~1900~^~Ice creams, BREYERS, All Natural Light Vanilla Chocolate Strawberry~^~ICE CREAMS,BREYERS,ALL NAT LT VANILLA CHOC STRAWBERRY~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19879~^~1900~^~Ice creams, BREYERS, All Natural Light Mint Chocolate Chip~^~ICE CREAMS,BREYERS,ALL NAT LT MINT CHOC CHIP~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19880~^~1900~^~Ice creams, BREYERS, No Sugar Added, Butter Pecan~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,BUTTER PECAN~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19881~^~1900~^~Ice creams, BREYERS, No Sugar Added, French Vanilla~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,FRENCH VANILLA~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19882~^~1900~^~Ice creams, BREYERS, No Sugar Added, Vanilla~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19883~^~1900~^~Ice creams, BREYERS, No Sugar Added, Vanilla Fudge Twirl~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA FUDGE TWIRL~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19884~^~1900~^~Ice creams, BREYERS, No Sugar Added, Vanilla Chocolate Strawberry~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA CHOC STRAWBERRY~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19885~^~1900~^~Frozen novelties, KLONDIKE, SLIM-A-BEAR Vanilla Cone~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR VANILLA CONE~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19886~^~1900~^~Frozen novelties, KLONDIKE, SLIM-A-BEAR Chocolate Cone~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR CHOC CONE~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19887~^~1900~^~Frozen novelties, KLONDIKE, SLIM-A-BEAR Vanilla Sandwich~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR VANILLA SNDWCH~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^^^^ ~19888~^~1900~^~Frozen novelties, KLONDIKE, SLIM-A-BEAR Chocolate Sandwich~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR CHOC SNDWCH~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19889~^~1900~^~Frozen novelties, KLONDIKE, SLIM-A-BEAR Mint Sandwich~^~FROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR MINT SNDWCH~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19890~^~1900~^~Frozen novelties, KLONDIKE, SLIM-A-BEAR, No Sugar Added, Stickless Bar~^~FROZEN NOVL,KLONDIKE,SLIM-A-BEAR,NO SGR ADDED,STICKLESS BAR~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19891~^~1900~^~Frozen novelties, No Sugar Added CREAMSICLE Pops~^~FROZEN NOVELTIES,NO SUGAR ADDED CREAMSICLE POPS~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19892~^~1900~^~Frozen novelties, Sugar Free, CREAMSICLE Pops~^~FROZEN NOVELTIES,SUGAR FREE,CREAMSICLE POPS~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19893~^~1900~^~Ice creams, BREYERS, All Natural Light French Chocolate~^~ICE CREAMS,BREYERS,ALL NAT LT FRENCH CHOC~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19894~^~1900~^~Ice creams, BREYERS, 98% Fat Free Chocolate~^~ICE CREAMS,BREYERS,98% FAT FREE CHOC~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19895~^~1900~^~Ice creams, BREYERS, No Sugar Added, Chocolate Caramel~^~ICE CREAMS,BREYERS,NO SUGAR ADDED,CHOC CARAMEL~^~~^~Good Humor - Breyers Ice Cream~^~~^~~^0^~~^6.25^^^ ~19896~^~1900~^~Candies, REESE's Fast Break, milk chocolate, peanut butter, soft nougats, candy bar~^~CANDIES,REESE'S FAST BREAK,CANDY BAR~^~~^~Hershey Food Corp.~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~19897~^~1900~^~Candies, MASTERFOODS USA, COCOAVIA Chocolate Covered Almonds~^~CANDIES,MASTERFOODS USA,COCOAVIA CHOC COVERED ALMONDS~^~~^~Masterfoods USA~^~~^~~^0^~~^^^^ ~19898~^~1900~^~Ice creams, regular, low carbohydrate, vanilla~^~ICE CREAMS,REG,LO CARBOHYDRATE,VANILLA~^~~^~~^~Y~^~~^0^~~^^^^ ~19899~^~1900~^~Ice creams, regular, low carbohydrate, chocolate~^~ICE CREAMS,REG,LO CARBOHYDRATE,CHOC~^~~^~~^~Y~^~~^0^~~^^^^ ~19902~^~1900~^~Candies, chocolate, dark, 45-59% cacao solids~^~CANDIES,CHOC,DK,45-59% CACAO SOL~^~~^~~^~~^~~^0^~~^^^^ ~19903~^~1900~^~Candies, chocolate, dark, 60-69% cacao solids~^~CANDIES,CHOC,DK,60-69% CACAO SOL~^~~^~~^~~^~~^0^~~^^^^ ~19904~^~1900~^~Candies, chocolate, dark, 70-85% cacao solids~^~CANDIES,CHOC,DK,70-85% CACAO SOL~^~~^~~^~~^~~^0^~~^^^^ ~19905~^~1900~^~Candies, chocolate, dark, not further specified~^~CANDIES,CHOC,DK,NFS~^~~^~~^~~^~~^0^~~^^^^ ~20001~^~2000~^~Amaranth, uncooked~^~AMARANTH,UNCKD~^~~^~~^~~^~~^0^~Amaranthus spp.~^5.85^3.47^8.37^4.07 ~20002~^~2000~^~Amaranth grain, cooked~^~AMARANTH GRAIN,CKD~^~~^~~^~~^~~^0^~Amaranthus spp.~^5.85^3.47^8.37^4.07 ~20003~^~2000~^~Arrowroot flour~^~ARROWROOT FLOUR~^~~^~~^~~^~~^0^~~^6.25^2.78^8.37^4.03 ~20004~^~2000~^~Barley, hulled~^~BARLEY,HULLED~^~~^~~^~~^~~^0^~Hordeum vulgare L.~^5.83^3.55^8.37^3.95 ~20005~^~2000~^~Barley, pearled, raw~^~BARLEY,PEARLED,RAW~^~~^~~^~Y~^~~^0^~~^5.83^3.55^8.37^3.95 ~20006~^~2000~^~Barley, pearled, cooked~^~BARLEY,PEARLED,COOKED~^~~^~~^~Y~^~~^0^~~^5.83^3.55^8.37^3.95 ~20008~^~2000~^~Buckwheat~^~BUCKWHEAT~^~~^~~^~~^~~^0^~Fagopyrum esculentum Moench~^6.25^3.37^8.37^3.78 ~20009~^~2000~^~Buckwheat groats, roasted, dry~^~BUCKWHEAT GROATS,RSTD,DRY~^~kasha~^~~^~~^~~^0^~~^6.25^3.37^8.37^3.78 ~20010~^~2000~^~Buckwheat groats, roasted, cooked~^~BUCKWHEAT GROATS,RSTD,CKD~^~kasha~^~~^~Y~^~~^0^~~^6.25^3.37^8.37^3.78 ~20011~^~2000~^~Buckwheat flour, whole-groat~^~BUCKWHEAT FLR,WHOLE-GROAT~^~~^~~^~Y~^~~^0^~~^6.25^3.37^8.37^3.78 ~20012~^~2000~^~Bulgur, dry~^~BULGUR,DRY~^~~^~~^~Y~^~~^0^~~^5.83^3.59^8.37^3.78 ~20013~^~2000~^~Bulgur, cooked~^~BULGUR,COOKED~^~~^~~^~Y~^~~^0^~~^5.83^3.59^8.37^3.78 ~20014~^~2000~^~Corn, yellow~^~CORN,YELLOW~^~~^~~^~~^~~^0^~Zea mays mays L.~^6.25^2.73^8.37^4.03 ~20015~^~2000~^~Corn bran, crude~^~CORN BRAN,CRUDE~^~~^~~^~Y~^~~^0^~~^6.25^1.82^8.37^2.35 ~20016~^~2000~^~Corn flour, whole-grain, yellow~^~CORN FLR,WHOLE-GRAIN,YEL~^~~^~~^~Y~^~~^0^~~^6.25^2.73^8.37^4.03 ~20017~^~2000~^~Corn flour, masa, enriched, white~^~CORN FLR,MASA,ENR,WHITE~^~~^~~^~Y~^~~^0^~~^6.25^2.73^8.37^4.03 ~20018~^~2000~^~Corn flour, degermed, unenriched, yellow~^~CORN FLR,DEGERMED,UNENR,YEL~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~20020~^~2000~^~Cornmeal, whole-grain, yellow~^~CORNMEAL,WHOLE-GRAIN,YEL~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20022~^~2000~^~Cornmeal, degermed, enriched, yellow~^~CORNMEAL,DEGERMED,ENR,YEL~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~20023~^~2000~^~Cornmeal, self-rising, bolted, plain, enriched, yellow~^~CORNMEAL,SELF-RISING,BOLTED,PLN,ENR,YEL~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20024~^~2000~^~Cornmeal, self-rising, bolted, with wheat flour added, enriched, yellow~^~CORNMEAL,SELF-RISING,BOLTED,W/WHEAT FLR,ENR,YEL~^~~^~~^~~^~~^0^~~^6.18^3.13^8.37^4.06 ~20025~^~2000~^~Cornmeal, self-rising, degermed, enriched, yellow~^~CORNMEAL,SELF-RISING,DEGERMED,ENR,YEL~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~20027~^~2000~^~Cornstarch~^~CORNSTARCH~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~20028~^~2000~^~Couscous, dry~^~COUSCOUS,DRY~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~20029~^~2000~^~Couscous, cooked~^~COUSCOUS,COOKED~^~~^~~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~20030~^~2000~^~Hominy, canned, white~^~HOMINY,CANNED,WHITE~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~20031~^~2000~^~Millet, raw~^~MILLET,RAW~^~~^~~^~~^~~^0^~Panicum miliaceum L.~^5.83^3.87^8.37^4.12 ~20032~^~2000~^~Millet, cooked~^~MILLET,COOKED~^~~^~~^~Y~^~~^0^~~^5.83^3.87^8.37^4.12 ~20033~^~2000~^~Oat bran, raw~^~OAT BRAN,RAW~^~~^~~^~Y~^~~^0^~~^5.83^1.82^8.37^2.35 ~20034~^~2000~^~Oat bran, cooked~^~OAT BRAN,COOKED~^~~^~~^~~^~~^0^~~^5.83^1.82^8.37^2.35 ~20035~^~2000~^~Quinoa, uncooked~^~QUINOA,UNCKD~^~~^~~^~~^~~^0^~Chenopodium quinoa Willd.~^6.25^4.00^9.00^4.00 ~20036~^~2000~^~Rice, brown, long-grain, raw~^~RICE,BROWN,LONG-GRAIN,RAW~^~~^~~^~Y~^~~^0^~Oryza sativa L.~^5.95^3.41^8.37^4.12 ~20037~^~2000~^~Rice, brown, long-grain, cooked~^~RICE,BROWN,LONG-GRAIN,CKD~^~~^~~^~Y~^~~^0^~~^5.95^3.41^8.37^4.12 ~20038~^~2000~^~Oats~^~OATS~^~~^~~^~~^~~^0^~Avena sativa L.~^5.83^3.46^8.37^4.12 ~20040~^~2000~^~Rice, brown, medium-grain, raw~^~RICE,BROWN,MEDIUM-GRAIN,RAW~^~~^~~^~~^~~^0^~~^5.95^3.41^8.37^4.12 ~20041~^~2000~^~Rice, brown, medium-grain, cooked~^~RICE,BROWN,MEDIUM-GRAIN,CKD~^~~^~~^~~^~~^0^~~^5.95^3.41^8.37^4.12 ~20044~^~2000~^~Rice, white, long-grain, regular, raw, enriched~^~RICE,WHITE,LONG-GRAIN,REG,RAW,ENR~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20045~^~2000~^~Rice, white, long-grain, regular, cooked~^~RICE,WHITE,LONG-GRAIN,REG,CKD~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20046~^~2000~^~Rice, white, long-grain, parboiled, enriched, dry~^~RICE,WHITE,LONG-GRAIN,PARBLD,ENR,DRY~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20047~^~2000~^~Rice, white, long-grain, parboiled, enriched, cooked~^~RICE,WHITE,LONG-GRAIN,PARBLD,ENR,CKD~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20048~^~2000~^~Rice, white, long-grain, precooked or instant, enriched, dry~^~RICE,WHITE,LONG-GRAIN,PRECKD OR INST,ENR,DRY~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20049~^~2000~^~Rice, white, long-grain, precooked or instant, enriched, prepared~^~RICE,WHITE,LONG-GRAIN,PRECKD OR INST,ENR,PREP~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20050~^~2000~^~Rice, white, medium-grain, raw, enriched~^~RICE,WHITE,MEDIUM-GRAIN,RAW,ENR~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20051~^~2000~^~Rice, white, medium-grain, cooked~^~RICE,WHITE,MEDIUM-GRAIN,CKD~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20052~^~2000~^~Rice, white, short-grain, raw~^~RICE,WHITE,SHORT-GRAIN,RAW~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20053~^~2000~^~Rice, white, short-grain, cooked~^~RICE,WHITE,SHORT-GRAIN,CKD~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20054~^~2000~^~Rice, white, glutinous, raw~^~RICE,WHITE,GLUTINOUS,RAW~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20055~^~2000~^~Rice, white, glutinous, cooked~^~RICE,WHITE,GLUTINOUS,CKD~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20056~^~2000~^~Rice, white, with pasta, dry~^~RICE,WHITE,WITH PASTA,DRY~^~~^~~^~~^~~^0^~~^5.85^3.87^8.37^4.14 ~20057~^~2000~^~Rice, white, with pasta, cooked~^~RICE,WHITE,W/PASTA,CKD~^~~^~~^~~^~~^0^~~^5.85^3.87^8.37^4.14 ~20058~^~2000~^~Rice, white, steamed, Chinese restaurant~^~RICE,WHITE,STMD,CHINESE RESTAURANT~^~~^~~^~~^~~^0^~~^^^^ ~20060~^~2000~^~Rice bran, crude~^~RICE BRAN,CRUDE~^~~^~~^~Y~^~~^0^~~^5.95^1.82^8.37^2.35 ~20061~^~2000~^~Rice flour, white~^~RICE FLOUR,WHITE~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20062~^~2000~^~Rye~^~RYE~^~~^~~^~Y~^~~^0^~Secale cereale L.~^5.83^3.05^8.37^3.86 ~20063~^~2000~^~Rye flour, dark~^~RYE FLOUR,DARK~^~~^~~^~Y~^~~^0^~~^5.83^2.96^8.37^3.78 ~20064~^~2000~^~Rye flour, medium~^~RYE FLOUR,MEDIUM~^~~^~~^~Y~^~~^0^~~^5.83^3.23^8.37^3.99 ~20065~^~2000~^~Rye flour, light~^~RYE FLOUR,LIGHT~^~~^~~^~Y~^~~^0^~~^5.83^3.41^8.37^4.07 ~20066~^~2000~^~Semolina, enriched~^~SEMOLINA,ENRICHED~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~20067~^~2000~^~Sorghum~^~SORGHUM~^~~^~~^~~^~~^0^~Sorghum spp.~^6.25^0.91^8.37^4.03 ~20068~^~2000~^~Tapioca, pearl, dry~^~TAPIOCA,PEARL,DRY~^~~^~~^~Y~^~~^0^~~^6.25^2.78^8.37^4.03 ~20069~^~2000~^~Triticale~^~TRITICALE~^~~^~~^~~^~~^0^~X Triticosecale spp.~^5.83^3.32^8.37^3.82 ~20070~^~2000~^~Triticale flour, whole-grain~^~TRITICALE FLR,WHOLE-GRAIN~^~~^~~^~~^~~^0^~~^5.83^3.32^8.37^3.82 ~20071~^~2000~^~Wheat, hard red spring~^~WHEAT,HARD RED SPRING~^~~^~~^~Y~^~~^0^~Triticum aestivum L.~^5.83^3.59^8.37^3.78 ~20072~^~2000~^~Wheat, hard red winter~^~WHEAT,HARD RED WINTER~^~~^~~^~Y~^~~^0^~Triticum aestivum L.~^5.83^3.59^8.37^3.78 ~20073~^~2000~^~Wheat, soft red winter~^~WHEAT,SOFT RED WINTER~^~~^~~^~~^~~^0^~Triticum aestivum L.~^5.83^3.59^8.37^3.78 ~20074~^~2000~^~Wheat, hard white~^~WHEAT,HARD WHITE~^~~^~~^~~^~~^0^~Triticum aestivum L.~^5.83^3.59^8.37^3.78 ~20075~^~2000~^~Wheat, soft white~^~WHEAT,SOFT WHITE~^~~^~~^~~^~~^0^~Triticum aestivum L.~^5.83^3.59^8.37^3.78 ~20076~^~2000~^~Wheat, durum~^~WHEAT,DURUM~^~~^~~^~~^~~^0^~Triticum durum Desf.~^5.83^3.59^8.37^3.78 ~20077~^~2000~^~Wheat bran, crude~^~WHEAT BRAN,CRUDE~^~~^~~^~Y~^~~^0^~~^6.31^1.82^8.37^2.35 ~20078~^~2000~^~Wheat germ, crude~^~WHEAT GERM,CRUDE~^~~^~~^~~^~~^0^~~^5.80^3.59^8.37^3.78 ~20080~^~2000~^~Wheat flour, whole-grain~^~WHEAT FLOUR,WHOLE-GRAIN~^~~^~~^~Y~^~~^0^~~^5.83^3.59^8.37^3.78 ~20081~^~2000~^~Wheat flour, white, all-purpose, enriched, bleached~^~WHEAT FLR,WHITE,ALL-PURPOSE,ENR,BLEACHED~^~~^~~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~20082~^~2000~^~Wheat flour, white, all-purpose, self-rising, enriched~^~WHEAT FLR,WHITE,ALL-PURPOSE,SELF-RISING,ENR~^~~^~~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~20083~^~2000~^~Wheat flour, white, bread, enriched~^~WHEAT FLR,WHITE,BREAD,ENR~^~~^~~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~20084~^~2000~^~Wheat flour, white, cake, enriched~^~WHEAT FLR,WHITE,CAKE,ENR~^~~^~~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~20086~^~2000~^~Wheat flour, white, tortilla mix, enriched~^~WHEAT FLR,WHITE,TORTILLA MIX,ENR~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~20087~^~2000~^~Wheat, sprouted~^~WHEAT,SPROUTED~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~20088~^~2000~^~Wild rice, raw~^~WILD RICE,RAW~^~~^~~^~Y~^~~^0^~Zizania spp.~^6.25^3.55^8.37^3.95 ~20089~^~2000~^~Wild rice, cooked~^~WILD RICE,COOKED~^~~^~~^~Y~^~~^0^~~^6.25^3.55^8.37^3.95 ~20090~^~2000~^~Rice flour, brown~^~RICE FLOUR,BROWN~^~~^~~^~~^~~^0^~~^5.95^3.41^8.37^4.12 ~20091~^~2000~^~Pasta, corn, dry~^~PASTA,CORN,DRY~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20092~^~2000~^~Pasta, corn, cooked~^~PASTA,CORN,COOKED~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20093~^~2000~^~Pasta, fresh-refrigerated, plain, as purchased~^~PASTA,FRESH-REFRIGERATED,PLN,AS PURCHASED~^~~^~~^~~^~~^0^~~^5.78^3.93^8.41^4.09 ~20094~^~2000~^~Pasta, fresh-refrigerated, plain, cooked~^~PASTA,FRESH-REFRIGERATED,PLN,CKD~^~~^~~^~~^~~^0^~~^5.78^3.93^8.41^4.09 ~20095~^~2000~^~Pasta, fresh-refrigerated, spinach, as purchased~^~PASTA,FRESH-REFRIGERATED,SPINACH,AS PURCHASED~^~~^~~^~~^~~^0^~~^5.79^3.88^8.41^4.08 ~20096~^~2000~^~Pasta, fresh-refrigerated, spinach, cooked~^~PASTA,FRESH-REFRIGERATED,SPINACH,CKD~^~~^~~^~~^~~^0^~~^5.79^3.88^8.41^4.08 ~20097~^~2000~^~Pasta, homemade, made with egg, cooked~^~PASTA,HOMEMADE,MADE W/EGG,CKD~^~~^~~^~~^~~^0^~~^5.73^3.93^8.41^4.09 ~20098~^~2000~^~Pasta, homemade, made without egg, cooked~^~PASTA,HOMEMADE,MADE WO/EGG,CKD~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20099~^~2000~^~Macaroni, dry, enriched~^~MACARONI,DRY,ENR~^~~^~~^~Y~^~~^0^~~^5.70^3.91^8.37^4.12 ~20100~^~2000~^~Macaroni, cooked, enriched~^~MACARONI,COOKED,ENRICHED~^~~^~~^~Y~^~~^0^~~^5.70^3.91^8.37^4.12 ~20101~^~2000~^~Macaroni, protein-fortified, dry, enriched, (n x 5.70)~^~MACARONI,PROTEIN-FORTIFIED,DRY,ENR,(N X 5.70)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20102~^~2000~^~Macaroni, protein-fortified, cooked, enriched, (n x 5.70)~^~MACARONI,PROTEIN-FORTIFIED,CKD,ENR,(N X 5.70)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20105~^~2000~^~Macaroni, vegetable, dry, enriched~^~MACARONI,VEG,DRY,ENR~^~~^~~^~~^~~^0^~~^5.72^3.86^8.37^4.11 ~20106~^~2000~^~Macaroni, vegetable, cooked, enriched~^~MACARONI,VEG,CKD,ENR~^~~^~~^~Y~^~~^0^~~^5.72^3.86^8.37^4.11 ~20107~^~2000~^~Macaroni, whole-wheat, dry~^~MACARONI,WHOLE-WHEAT,DRY~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~20108~^~2000~^~Macaroni, whole-wheat, cooked~^~MACARONI,WHOLE-WHEAT,CKD~^~~^~~^~Y~^~~^0^~~^5.83^3.59^8.37^3.78 ~20109~^~2000~^~Noodles, egg, dry, enriched~^~NOODLES,EGG,DRY,ENRICHED~^~~^~~^~Y~^~~^0^~~^5.78^3.93^8.41^4.09 ~20110~^~2000~^~Noodles, egg, cooked, enriched~^~NOODLES,EGG,CKD,ENR~^~~^~~^~Y~^~~^0^~~^5.78^3.93^8.41^4.09 ~20111~^~2000~^~Noodles, egg, spinach, dry, enriched~^~NOODLES,EGG,SPINACH,DRY,ENR~^~~^~~^~~^~~^0^~~^5.79^3.88^8.41^4.08 ~20112~^~2000~^~Noodles, egg, spinach, cooked, enriched~^~NOODLES,EGG,SPINACH,CKD,ENR~^~~^~~^~Y~^~~^0^~~^5.79^3.88^8.41^4.08 ~20113~^~2000~^~Noodles, chinese, chow mein~^~NOODLES,CHINESE,CHOW MEIN~^~~^~~^~Y~^~~^0^~~^5.73^3.93^8.37^4.12 ~20114~^~2000~^~Noodles, japanese, soba, dry~^~NOODLES,JAPANESE,SOBA,DRY~^~~^~~^~~^~~^0^~~^6.06^3.37^8.37^3.78 ~20115~^~2000~^~Noodles, japanese, soba, cooked~^~NOODLES,JAPANESE,SOBA,CKD~^~~^~~^~~^~~^0^~~^6.06^3.37^8.37^3.78 ~20116~^~2000~^~Noodles, japanese, somen, dry~^~NOODLES,JAPANESE,SOMEN,DRY~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20117~^~2000~^~Noodles, japanese, somen, cooked~^~NOODLES,JAPANESE,SOMEN,CKD~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20118~^~2000~^~Noodles, flat, crunchy, Chinese restaurant~^~NOODLES,FLAT,CRUNCHY,CHINESE RESTAURANT~^~~^~~^~~^~~^0^~~^5.73^4.05^8.37^4.12 ~20120~^~2000~^~Spaghetti, dry, enriched~^~SPAGHETTI,DRY,ENRICHED~^~~^~~^~Y~^~~^0^~~^5.70^3.91^8.37^4.12 ~20121~^~2000~^~Spaghetti, cooked, enriched, without added salt~^~SPAGHETTI,CKD,ENR,WO/ SALT~^~~^~~^~Y~^~~^0^~~^5.70^3.91^8.37^4.12 ~20122~^~2000~^~Spaghetti, protein-fortified, dry, enriched (n x 5.70)~^~SPAGHETTI,PROTEIN-FORTIFIED,DRY,ENR (N X 5.70)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20123~^~2000~^~Spaghetti, protein-fortified, cooked, enriched (N x 5.70)~^~SPAGHETTI,PROTEIN-FORTIFIED,CKD,ENR (N X 5.70)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20124~^~2000~^~Spaghetti, whole-wheat, dry~^~SPAGHETTI,WHOLE-WHEAT,DRY~^~~^~~^~~^~~^0^~~^5.83^3.59^8.37^3.78 ~20125~^~2000~^~Spaghetti, whole-wheat, cooked~^~SPAGHETTI,WHOLE-WHEAT,CKD~^~~^~~^~Y~^~~^0^~~^5.83^3.59^8.37^3.78 ~20126~^~2000~^~Spaghetti, spinach, dry~^~SPAGHETTI,SPINACH,DRY~^~~^~~^~Y~^~~^0^~~^5.72^3.86^8.37^4.11 ~20127~^~2000~^~Spaghetti, spinach, cooked~^~SPAGHETTI,SPINACH,COOKED~^~~^~~^~~^~~^0^~~^5.72^3.86^8.37^4.11 ~20129~^~2000~^~Wheat flours, bread, unenriched~^~WHEAT FLOURS,BREAD,UNENR~^~~^~~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~20130~^~2000~^~Barley flour or meal~^~BARLEY FLOUR OR MEAL~^~~^~~^~Y~^~~^0^~~^5.83^3.55^8.37^3.95 ~20131~^~2000~^~Barley malt flour~^~BARLEY MALT FLR~^~~^~~^~~^~~^0^~~^5.83^3.55^8.37^3.95 ~20132~^~2000~^~Oat flour, partially debranned~^~OAT FLR,PART DEBRANNED~^~~^~~^~Y~^~~^0^~~^^^^ ~20133~^~2000~^~Rice noodles, dry~^~RICE NOODLES,DRY~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20134~^~2000~^~Rice noodles, cooked~^~RICE NOODLES,COOKED~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20137~^~2000~^~Quinoa, cooked~^~QUINOA,CKD~^~~^~~^~~^~~^0^~Chenopodium quinoa Willd.~^6.25^4.00^9.00^4.00 ~20138~^~2000~^~Kamut, uncooked~^~KAMUT,UNCKD~^~~^~~^~~^~~^0^~Triticum turgidum subsp. durum (Desf.) Husn.~^5.83^3.59^8.37^3.78 ~20139~^~2000~^~Kamut, cooked~^~KAMUT,CKD~^~~^~~^~~^~~^0^~Triticum turgidum subsp. durum (Desf.) Husn.~^5.83^3.59^8.37^3.78 ~20140~^~2000~^~Spelt, uncooked~^~SPELT,UNCKD~^~~^~~^~~^~~^0^~Triticum aestivum L. subsp. spelta~^5.83^3.59^8.37^3.78 ~20141~^~2000~^~Spelt, cooked~^~SPELT,CKD~^~~^~~^~~^~~^0^~Triticum aestivum L. subsp. spelta~^5.83^3.59^8.37^3.78 ~20142~^~2000~^~Teff, uncooked~^~TEFF,UNCKD~^~~^~~^~~^~~^0^~Eragrostis tef (Zuccagni) Trotter~^6.25^4.00^9.00^4.00 ~20143~^~2000~^~Teff, cooked~^~TEFF,CKD~^~~^~~^~~^~~^0^~Eragrostis tef (Zuccagni) Trotter~^6.25^4.00^9.00^4.00 ~20301~^~2000~^~Macaroni, protein-fortified, dry, enriched, (n x 6.25)~^~MACARONI,PROTEIN-FORTIFIED,DRY,ENR,(N X 6.25)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20302~^~2000~^~Macaroni, protein-fortified, cooked, enriched, (n x 6.25)~^~MACARONI,PROTEIN-FORTIFIED,CKD,ENR,(N X 6.25)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20310~^~2000~^~Noodles, egg, cooked, enriched, with added salt~^~NOODLES,EGG,CKD,ENR,W/ SALT~^~~^~~^~~^~~^0^~~^5.78^3.93^8.41^4.09 ~20314~^~2000~^~Corn, white~^~CORN,WHITE~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20315~^~2000~^~Corn flour, whole-grain, blue (harina de maiz morado)~^~CORN FLR,WHOLE-GRAIN,BLUE (HARINA DE MAIZ MORADO)~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20316~^~2000~^~Corn flour, whole-grain, white~^~CORN FLR,WHOLE-GRAIN,WHITE~^~~^~~^~Y~^~~^0^~~^6.25^2.73^8.37^4.03 ~20317~^~2000~^~Corn flour, masa, enriched, yellow~^~CORN FLR,MASA,ENR,YEL~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20320~^~2000~^~Cornmeal, whole-grain, white~^~CORNMEAL,WHOLE-GRAIN,WHITE~^~~^~~^~Y~^~~^0^~~^6.25^2.73^8.37^4.03 ~20321~^~2000~^~Spaghetti, cooked, enriched, with added salt~^~SPAGHETTI,CKD,ENR,W/ SALT~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20322~^~2000~^~Cornmeal, degermed, enriched, white~^~CORNMEAL,DEGERMED,ENR,WHITE~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~20323~^~2000~^~Cornmeal, self-rising, bolted, plain, enriched, white~^~CORNMEAL,SELF-RISING,BOLTED,PLN,ENR,WHITE~^~~^~~^~~^~~^0^~~^6.25^2.73^8.37^4.03 ~20324~^~2000~^~Cornmeal, self-rising, bolted, with wheat flour added, enriched, white~^~CORNMEAL,SELF-RISING,BOLTED,W/WHEAT FLR,ENR,WHITE~^~~^~~^~~^~~^0^~~^6.18^3.13^8.37^4.06 ~20325~^~2000~^~Cornmeal, self-rising, degermed, enriched, white~^~CORNMEAL,SELF-RISING,DEGERMED,ENR,WHITE~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~20330~^~2000~^~Hominy, canned, yellow~^~HOMINY,CANNED,YELLOW~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~20345~^~2000~^~Rice, white, long-grain, regular, cooked, enriched, with salt~^~RICE,WHITE,LONG-GRAIN,REG,CKD,ENR,W/SALT~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20381~^~2000~^~Wheat flour, white, all-purpose, enriched, calcium-fortified~^~WHEAT FLR,WHITE,ALL-PURPOSE,ENR,CALCIUM-FORTIFIED~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~20400~^~2000~^~Macaroni, cooked, unenriched~^~MACARONI,CKD,UNENR~^~~^~~^~Y~^~~^0^~~^5.70^3.91^8.37^4.12 ~20409~^~2000~^~Noodles, egg, dry, unenriched~^~NOODLES,EGG,DRY,UNENR~^~~^~~^~Y~^~~^0^~~^5.78^3.93^8.41^4.09 ~20410~^~2000~^~Noodles, egg, cooked, unenriched, without added salt~^~NOODLES,EGG,CKD,UNENR,WO/ SALT~^~~^~~^~Y~^~~^0^~~^5.78^3.93^8.41^4.09 ~20420~^~2000~^~Spaghetti, dry, unenriched~^~SPAGHETTI,DRY,UNENRICHED~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20421~^~2000~^~Spaghetti, cooked, unenriched, without added salt~^~SPAGHETTI,CKD,UNENR,WO/ SALT~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20422~^~2000~^~Cornmeal, degermed, unenriched, yellow~^~CORNMEAL,DEGERMED,UNENR,YEL~^~~^~~^~Y~^~~^0^~~^6.25^3.46^8.37^4.16 ~20444~^~2000~^~Rice, white, long-grain, regular, raw, unenriched~^~RICE,WHITE,LONG-GRAIN,REG,RAW,UNENR~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20445~^~2000~^~Rice, white, long-grain, regular, cooked, unenriched, without salt~^~RICE,WHITE,LONG-GRAIN,REG,CKD,UNENR,WO/SALT~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20446~^~2000~^~Rice, white, long-grain, parboiled, unenriched, dry~^~RICE,WHITE,LONG-GRAIN,PARBLD,UNENR,DRY~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20447~^~2000~^~Rice, white, long-grain, parboiled, unenriched, cooked~^~RICE,WHITE,LONG-GRAIN,PARBLD,UNENR,CKD~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20450~^~2000~^~Rice, white, medium-grain, raw, unenriched~^~RICE,WHITE,MEDIUM-GRAIN,RAW,UNENR~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20451~^~2000~^~Rice, white, medium-grain, cooked, unenriched~^~RICE,WHITE,MEDIUM-GRAIN,CKD,UNENR~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20452~^~2000~^~Rice, white, short-grain, raw, unenriched~^~RICE,WHITE,SHORT-GRAIN,RAW,UNENR~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20453~^~2000~^~Rice, white, short-grain, cooked, unenriched~^~RICE,WHITE,SHORT-GRAIN,CKD,UNENR~^~~^~~^~~^~~^0^~~^5.95^3.82^8.37^4.16 ~20466~^~2000~^~Semolina, unenriched~^~SEMOLINA,UNENRICHED~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~20481~^~2000~^~Wheat flour, white, all-purpose, unenriched~^~WHEAT FLR,WHITE,ALL-PURPOSE,UNENR~^~~^~~^~Y~^~~^0^~~^5.70^4.05^8.37^4.12 ~20499~^~2000~^~Macaroni, dry, unenriched~^~MACARONI,DRY,UNENRICHED~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20510~^~2000~^~Noodles, egg, cooked, unenriched, with added salt~^~NOODLES,EGG,CKD,UNENR,W/ SALT~^~~^~~^~~^~~^0^~~^5.78^3.93^8.41^4.09 ~20521~^~2000~^~Spaghetti, cooked, unenriched, with added salt~^~SPAGHETTI,CKD,UNENR,W/ SALT~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20522~^~2000~^~Cornmeal, degermed, unenriched, white~^~CORNMEAL,DEGERMED,UNENR,WHITE~^~~^~~^~~^~~^0^~~^6.25^3.46^8.37^4.16 ~20523~^~2000~^~Spaghetti, protein-fortified, cooked, enriched (n x 6.25)~^~SPAGHETTI,PROTEIN-FORTIFIED,CKD,ENR (N X 6.25)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20545~^~2000~^~Rice, white, long-grain, regular, cooked, unenriched, with salt~^~RICE,WHITE,LONG-GRAIN,REG,CKD,UNENR,W/SALT~^~~^~~^~Y~^~~^0^~~^5.95^3.82^8.37^4.16 ~20581~^~2000~^~Wheat flour, white, all-purpose, enriched, unbleached~^~WHEAT FLR,WHITE,ALL-PURPOSE,ENR,UNBLEACHED~^~~^~~^~~^~~^0^~~^5.70^4.05^8.37^4.12 ~20622~^~2000~^~Spaghetti, protein-fortified, dry, enriched (n x 6.25)~^~SPAGHETTI,PROTEIN-FORTIFIED,DRY,ENR (N X 6.25)~^~~^~~^~~^~~^0^~~^5.70^3.91^8.37^4.12 ~20623~^~2000~^~Wheat flour, white (industrial), 9% protein, bleached, enriched~^~WHEAT FLR,WHITE (INDUSTRIAL),9% PROT,BLEACHED,ENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20624~^~2000~^~Wheat flour, white (industrial), 9% protein, bleached, unenriched~^~WHEAT FLR,WHITE (INDUSTRIAL),9% PROT,BLEACHED,UNENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20628~^~2000~^~Wheat flour, white (industrial), 10% protein, bleached, enriched~^~WHEAT FLR,WHITE (INDUSTRIAL),10% PROT,BLEACHED,ENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20629~^~2000~^~Wheat flour, white (industrial), 10% protein, bleached, unenriched~^~WHEAT FLR,WHITE (INDUSTRIAL),10% PROT,BLEACHED,UNENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20630~^~2000~^~Wheat flour, white (industrial), 10% protein, unbleached, enriched~^~WHEAT FLR,WHITE (INDUSTRIAL),10% PROT,UNBLEACHED,ENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20634~^~2000~^~Wheat flour, white (industrial), 11.5% protein, bleached, enriched~^~WHEAT FLR,WHITE (INDUSTRIAL),11.5% PROT,BLEACHED,ENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20635~^~2000~^~Wheat flour, white (industrial), 11.5% protein, bleached, unenriched~^~WHEAT FLR,WHITE (INDUSTRIAL),11.5% PROT,BLEACHED,UNENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20636~^~2000~^~Wheat flour, white (industrial), 11.5% protein, unbleached, enriched~^~WHEAT FLR,WHITE (INDUSTRIAL),11.5% PROT,UNBLEACHED,ENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20640~^~2000~^~Wheat flour, white (industrial), 13% protein, bleached, enriched~^~WHEAT FLR,WHITE (INDUSTRIAL),13% PROT,BLEACHED,ENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20641~^~2000~^~Wheat flour, white (industrial), 13% protein, bleached, unenriched~^~WHEAT FLR,WHITE (INDUSTRIAL),13% PROT,BLEACHED,UNENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20645~^~2000~^~Wheat flour, white (industrial), 15% protein, bleached, enriched~^~WHEAT FLR,WHITE (INDUSTRIAL),15% PROT,BLEACHED,ENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~20646~^~2000~^~Wheat flour, white (industrial), 15% protein, bleached, unenriched~^~WHEAT FLR,WHITE (INDUSTRIAL),15% PROT,BLEACHED,UNENR~^~~^~~^~~^~~^0^~~^^4.05^8.37^4.12 ~21002~^~2100~^~Fast foods, biscuit, with egg~^~FAST FOODS BISCUIT W/ EGG~^~~^~~^~~^~~^0^~~^^^^ ~21003~^~2100~^~Fast foods, biscuit, with egg and bacon~^~FAST FOODS,BISCUIT,W/EGG&BACON~^~~^~~^~Y~^~~^0^~~^6.12^4.18^8.80^3.94 ~21004~^~2100~^~Fast foods, biscuit, with egg and ham~^~FAST FOODS,BISCUIT,W/EGG&HAM~^~~^~~^~Y~^~~^0^~~^6.09^4.15^8.80^3.94 ~21005~^~2100~^~Fast Foods, biscuit, with egg and sausage~^~BREAKFAST ITEMS,BISCUIT W/EGG&SAUSAGE~^~~^~~^~Y~^~~^0^~~^6.06^4.13^8.80^3.95 ~21006~^~2100~^~Fast foods, biscuit with egg and steak~^~FAST FOODS,BISCUIT W/ EGG & STEAK~^~~^~~^~~^~~^0^~~^6.19^4.23^8.82^3.94 ~21007~^~2100~^~Fast foods, biscuit, with egg, cheese, and bacon~^~FAST FOODS,BISCUIT,W/EGG,CHS,&BACON~^~~^~~^~~^~~^0^~~^6.19^4.22^8.80^3.94 ~21008~^~2100~^~Fast foods, biscuit, with ham~^~FAST FOODS,BISCUIT,W/HAM~^~~^~~^~Y~^~~^0^~~^5.98^4.03^8.67^3.95 ~21009~^~2100~^~Fast foods, biscuit, with sausage~^~FAST FOODS,BISCUIT,W/SAUSAGE~^~~^~~^~Y~^~~^0^~~^5.87^4.01^8.75^3.95 ~21011~^~2100~^~Fast foods, croissant, with egg and cheese~^~FAST FOODS,CROISSANT,W/EGG&CHS~^~~^~~^~~^~~^0^~~^6.12^4.22^8.82^3.99 ~21012~^~2100~^~Fast foods, croissant, with egg, cheese, and bacon~^~FAST FOODS,CROISSANT,W/EGG,CHS,&BACON~^~~^~~^~~^~~^0^~~^6.13^4.22^8.83^3.99 ~21013~^~2100~^~Fast foods, croissant, with egg, cheese, and ham~^~FAST FOODS,CROISSANT,W/EGG,CHS,&HAM~^~~^~~^~~^~~^0^~~^6.16^4.23^8.88^3.99 ~21014~^~2100~^~Fast foods, croissant, with egg, cheese, and sausage~^~FAST FOODS,CROISSANT,W/EGG,CHS,&SAUSAGE~^~~^~~^~~^~~^0^~~^6.15^4.22^8.89^3.99 ~21015~^~2100~^~Fast foods, danish pastry, cheese~^~FAST FOODS,DANISH PASTRY,CHS~^~~^~~^~~^~~^0^~~^6.00^4.10^8.80^4.00 ~21016~^~2100~^~Fast foods, danish pastry, cinnamon~^~FAST FOODS,DANISH PASTRY,CINN~^~~^~~^~~^~~^0^~~^5.88^4.00^8.80^3.90 ~21017~^~2100~^~Fast foods, danish pastry, fruit~^~FAST FOODS,DANISH PASTRY,FRUIT~^~~^~~^~~^~~^0^~~^5.90^4.00^8.80^3.90 ~21018~^~2100~^~Fast foods, egg, scrambled~^~FAST FOODS,EGG,SCRAMBLED~^~~^~~^~Y~^~~^0^~~^6.26^4.35^8.92^3.80 ~21019~^~2100~^~Fast foods, english muffin, with butter~^~FAST FOODS,ENG MUFFIN,W/BUTTER~^~~^~~^~~^~~^0^~~^5.72^3.80^8.76^3.95 ~21020~^~2100~^~Fast foods, english muffin, with cheese and sausage~^~FAST FOODS,ENG MUFFIN,W/CHS&SAUSAGE~^~~^~~^~Y~^~~^0^~~^6.13^4.12^8.89^3.94 ~21021~^~2100~^~Fast foods, english muffin, with egg, cheese, and canadian bacon~^~FAST FOODS,ENG MUFFIN,W/EGG,CHS,&CANADIAN BACON~^~~^~~^~~^~~^0^~~^^^^ ~21022~^~2100~^~Fast foods, english muffin, with egg, cheese, and sausage~^~FAST FOODS,ENG MUFFIN,W/EGG,CHS,&SAUSAGE~^~~^~~^~~^~~^0^~~^6.17^4.19^8.90^3.94 ~21023~^~2100~^~Fast foods, french toast with butter~^~FAST FOODS,FRENCH TOAST W/ BUTTER~^~~^~~^~~^~~^0^~~^6.02^4.18^8.85^4.07 ~21024~^~2100~^~Fast foods, french toast sticks~^~FAST FOODS,FRENCH TOAST STKS~^~~^~~^~Y~^~~^0^~~^5.73^3.61^8.83^3.92 ~21025~^~2100~^~Fast foods, pancakes with butter and syrup~^~FAST FOODS,PANCAKES W/BUTTER&SYRUP~^~~^~~^~~^~~^0^~~^6.05^4.04^8.80^3.99 ~21026~^~2100~^~Fast foods, potatoes, hashed brown~^~FAST FOODS,POTATOES,HASHED BROWN~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^3.77 ~21027~^~2100~^~Fast foods, brownie~^~FAST FOODS,BROWNIE~^~~^~~^~~^~~^0^~~^6.09^3.71^8.74^3.71 ~21028~^~2100~^~Fast foods, ice milk, vanilla, soft-serve, with cone~^~FAST FOODS,ICE MILK,VANILLA,SOFT-SERVE,W/CONE~^~~^~~^~Y~^~~^0^~~^6.29^4.20^8.78^3.88 ~21029~^~2100~^~Fast foods, cookies, animal crackers~^~FAST FOODS,COOKIES,ANIMAL CRACKERS~^~~^~~^~~^~~^0^~~^5.70^4.00^8.40^4.10 ~21030~^~2100~^~Fast foods, cookies, chocolate chip~^~FAST FOODS,COOKIES,CHOC CHIP~^~~^~~^~~^~~^0^~~^5.84^3.80^8.10^3.40 ~21032~^~2100~^~Fast foods, sundae, caramel~^~FAST FOODS,SUNDAE,CARAMEL~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~21033~^~2100~^~Fast foods, sundae, hot fudge~^~FAST FOODS,SUNDAE,HOT FUDGE~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~21034~^~2100~^~Fast foods, sundae, strawberry~^~FAST FOODS,SUNDAE,STRAWBERRY~^~~^~~^~~^~~^0^~~^6.38^4.27^8.79^3.87 ~21035~^~2100~^~Fast foods, chicken, breaded and fried, dark meat (drumstick or thigh)~^~FAST FOODS,CHICK,BREADED&FRIED,DK MEAT (DRUMSTK OR THIGH)~^~~^~~^~~^~Bone~^23^~~^6.25^4.27^9.02^3.87 ~21036~^~2100~^~Fast foods, chicken, breaded and fried, light meat (breast or wing)~^~FAST FOODS,CHICK,BREADED&FRIED,LT MEAT (BREAST OR WING)~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~21042~^~2100~^~Fast foods, chili con carne~^~FAST FOODS,CHILI CON CARNE~^~~^~~^~~^~~^0^~~^6.23^3.77^8.96^3.99 ~21043~^~2100~^~Fast foods, clams, breaded and fried~^~FAST FOODS,CLAMS,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.20^4.25^8.96^4.11 ~21046~^~2100~^~Entrees, crab cake~^~ENTREES,CRAB CAKE~^~~^~~^~~^~~^0^~~^6.25^4.27^8.90^3.81 ~21047~^~2100~^~Entrees, fish fillet, battered or breaded, and fried~^~ENTREES,FISH FILLET,BATTERED OR BREADED,&FRIED~^~~^~~^~~^~~^0^~~^6.11^4.10^8.77^3.78 ~21048~^~2100~^~Fast foods, oysters, battered or breaded, and fried~^~FAST FOODS,OYSTERS,BATTERED OR BREADED,&FRIED~^~~^~~^~~^~~^0^~~^6.17^4.18^8.94^3.90 ~21052~^~2100~^~Fast foods, salad, vegetable, tossed, without dressing~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG~^~~^~~^~~^~~^0^~~^6.25^2.47^8.35^3.67 ~21053~^~2100~^~Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/CHS&EGG~^~~^~~^~~^~~^0^~~^6.31^3.87^8.82^3.62 ~21054~^~2100~^~Fast foods, salad, vegetable, tossed, without dressing, with chicken~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/CHICK~^~~^~~^~~^~~^0^~~^6.25^4.16^8.97^3.59 ~21055~^~2100~^~Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/PASTA&SEAFOOD~^~~^~~^~~^~~^0^~~^6.16^4.15^8.80^4.00 ~21056~^~2100~^~Fast foods, salad, vegetable, tossed, without dressing, with shrimp~^~FAST FOODS,SALAD,VEG,TOSSED,WO/DRSNG,W/SHRIMP~^~~^~~^~~^~~^0^~~^6.25^4.18^8.92^3.70 ~21057~^~2100~^~Fast foods, salad, vegetables tossed, without dressing, with turkey, ham and cheese~^~FAST FOODS,SALAD,VEG TOSSED,WO/DRSNG,W/TURKEY,HAM&CHS~^~~^~~^~~^~~^0^~~^6.28^4.15^8.85^3.62 ~21058~^~2100~^~Fast foods, scallops, breaded and fried~^~FAST FOODS,SCALLOPS,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.21^4.22^8.82^3.86 ~21059~^~2100~^~Fast foods, shrimp, breaded and fried~^~FAST FOODS,SHRIMP,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.22^4.23^8.89^3.83 ~21060~^~2100~^~Fast foods, burrito, with beans~^~FAST FOODS,BURRITO,W/BNS~^~~^~~^~~^~~^0^~~^5.88^3.68^8.37^3.96 ~21061~^~2100~^~Fast foods, burrito, with beans and cheese~^~FAST FOODS,BURRITO,W/BNS&CHS~^~~^~~^~~^~~^0^~~^6.11^3.76^8.71^3.98 ~21062~^~2100~^~Fast foods, burrito, with beans and chili peppers~^~FAST FOODS,BURRITO,W/BNS&CHILI PEPPERS~^~~^~~^~~^~~^0^~~^5.92^3.64^8.37^3.97 ~21063~^~2100~^~Fast foods, burrito, with beans and meat~^~FAST FOODS,BURRITO,W/BNS&MEAT~^~~^~~^~~^~~^0^~~^6.14^4.02^8.73^3.97 ~21064~^~2100~^~Fast foods, burrito, with beans, cheese, and beef~^~FAST FOODS,BURRITO,W/BNS,CHS,&BF~^~~^~~^~~^~~^0^~~^6.17^3.96^8.72^3.97 ~21065~^~2100~^~Fast foods, burrito, with beans, cheese, and chili peppers~^~FAST FOODS,BURRITO,W/BNS,CHS,&CHILI PEPPERS~^~~^~~^~~^~~^0^~~^6.13^3.82^8.61^3.97 ~21066~^~2100~^~Fast foods, burrito, with beef~^~FAST FOODS,BURRITO,W/BF~^~~^~~^~~^~~^0^~~^6.09^4.11^8.76^3.95 ~21067~^~2100~^~Fast foods, burrito, with beef and chili peppers~^~FAST FOODS,BURRITO,W/BF&CHILI PEPPERS~^~~^~~^~~^~~^0^~~^6.09^4.06^8.75^3.93 ~21068~^~2100~^~Fast foods, burrito, with beef, cheese, and chili peppers~^~FAST FOODS,BURRITO,W/BF,CHS,&CHILI PEPPERS~^~~^~~^~~^~~^0^~~^6.14^4.08^8.76^3.92 ~21069~^~2100~^~Fast foods, burrito, with fruit (apple or cherry)~^~FAST FOODS,BURRITO,W/FRUIT (APPL OR CHERRY)~^~~^~~^~~^~~^0^~~^5.74^4.00^8.90^3.90 ~21070~^~2100~^~Fast foods, chimichanga, with beef~^~FAST FOODS,CHIMICHANGA,W/BF~^~~^~~^~~^~~^0^~~^6.08^3.94^8.80^4.08 ~21071~^~2100~^~Fast foods, chimichanga, with beef and cheese~^~FAST FOODS,CHIMICHANGA,W/BF&CHS~^~~^~~^~~^~~^0^~~^6.13^4.10^8.78^3.94 ~21072~^~2100~^~Fast foods, chimichanga, with beef and red chili peppers~^~FAST FOODS,CHIMICHANGA,W/BF&RED CHILI PEPPERS~^~~^~~^~~^~~^0^~~^5.97^3.98^9.02^3.92 ~21073~^~2100~^~Fast foods, chimichanga, with beef, cheese, and red chili peppers~^~FAST FOODS,CHIMICHANGA,W/BF,CHS,&RED CHILI PEPPERS~^~~^~~^~~^~~^0^~~^6.14^4.09^8.79^3.92 ~21074~^~2100~^~Fast foods, enchilada, with cheese~^~FAST FOODS,ENCHILADA,W/CHS~^~~^~~^~~^~~^0^~~^6.34^4.01^8.77^4.07 ~21075~^~2100~^~Fast foods, enchilada, with cheese and beef~^~FAST FOODS,ENCHILADA,W/CHS&BF~^~~^~~^~~^~~^0^~~^5.98^3.73^8.79^4.07 ~21076~^~2100~^~Fast foods, enchirito, with cheese, beef, and beans~^~FAST FOODS,ENCHIRITO,W/CHS,BF,&BNS~^~~^~~^~~^~~^0^~~^6.19^3.98^8.81^3.88 ~21077~^~2100~^~Fast foods, frijoles with cheese~^~FAST FOODS,FRIJOLES W/CHS~^~~^~~^~~^~~^0^~~^6.31^3.80^8.76^3.99 ~21078~^~2100~^~Fast foods, nachos, with cheese~^~FAST FOODS,NACHOS,W/CHS~^~~^~~^~~^~~^0^~~^6.30^3.73^8.48^4.15 ~21079~^~2100~^~Fast foods, nachos, with cheese and jalapeno peppers~^~FAST FOODS,NACHOS,W/CHS&JALAPENO PEPPERS~^~~^~~^~~^~~^0^~~^6.32^3.90^8.57^4.14 ~21080~^~2100~^~Fast foods, nachos, with cheese, beans, ground beef, and peppers~^~FAST FOODS,NACHOS,W/CHS,BNS,GROUND BF,&PEPPERS~^~~^~~^~~^~~^0^~~^6.37^3.83^8.53^4.13 ~21081~^~2100~^~Fast foods, nachos, with cinnamon and sugar~^~FAST FOODS,NACHOS,W/CINN&SUGAR~^~~^~~^~~^~~^0^~~^6.25^3.45^8.49^4.13 ~21082~^~2100~^~Fast foods, taco~^~FAST FOODS,TACO~^~~^~~^~~^~~^0^~~^6.29^4.05^8.78^3.97 ~21083~^~2100~^~Fast foods, taco salad~^~FAST FOODS,TACO SALAD~^~~^~~^~~^~~^0^~~^6.27^4.05^8.73^4.07 ~21084~^~2100~^~Fast foods, taco salad with chili con carne~^~FAST FOODS,TACO SALAD W/CHILI CON CARNE~^~~^~~^~~^~~^0^~~^6.28^3.83^8.76^4.02 ~21085~^~2100~^~Fast foods, tostada, with beans and cheese~^~FAST FOODS,TOSTADA,W/BNS&CHS~^~~^~~^~~^~~^0^~~^6.29^3.58^8.51^3.96 ~21086~^~2100~^~Fast foods, tostada, with beans, beef, and cheese~^~FAST FOODS,TOSTADA,W/BNS,BF,&CHS~^~~^~~^~~^~~^0^~~^6.28^4.05^8.73^4.08 ~21087~^~2100~^~Fast foods, tostada, with beef and cheese~^~FAST FOODS,TOSTADA,W/BF&CHS~^~~^~~^~~^~~^0^~~^6.27^4.12^8.80^4.08 ~21088~^~2100~^~Tostada with guacamole~^~TOSTADA WITH GUACAMOLE~^~~^~~^~~^~~^0^~~^6.30^3.54^8.44^3.73 ~21089~^~2100~^~Fast foods, cheeseburger; single, regular patty; plain~^~FAST FOODS,CHEESEBURGER; SINGLE,REG PATTY; PLN~^~~^~~^~~^~~^0^~~^6.11^4.12^8.80^3.95 ~21090~^~2100~^~Fast foods, cheeseburger; single, regular patty, with condiments~^~FAST FOODS,CHEESEBURGER; SINGLE,REG PATTY,W/ CONDMNT~^~~^~~^~Y~^~~^0^~~^6.11^4.12^8.80^3.95 ~21091~^~2100~^~Fast foods, cheeseburger; single, regular patty, with condiments and vegetables~^~FAST FOODS,CHEESEBURGER; SINGLE,REG PATTY,W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.11^4.12^8.80^3.95 ~21092~^~2100~^~Fast foods, cheeseburger; double, regular patty; plain~^~FAST FOODS,CHEESEBURGER; DOUBLE,REG PATTY; PLN~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21093~^~2100~^~Fast foods, cheeseburger; double, regular patty, with condiments and vegetables~^~FAST FOODS,CHEESEBURGER; DOUBLE,REG PATTY,W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21094~^~2100~^~Fast foods, cheeseburger, regular, double patty and bun, plain~^~FST FOODS, CHSBRGR, REG, DOUBLE PATTY BUN, PLAIN~^~~^~~^~~^~~^0^~~^^^^ ~21095~^~2100~^~Fast foods, cheeseburger; double, regular, patty and bun; with condiments and vegetables~^~FAST FOODS,CHSEBURGER; DBLE,REG,PATTY & BN; W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21096~^~2100~^~Fast foods, cheeseburger; single, large patty; plain~^~FAST FOODS,CHEESEBURGER; SINGLE,LRG PATTY; PLN~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21097~^~2100~^~Fast foods, cheeseburger; single, large patty; with condiments and bacon~^~FAST FOODS,CHESEBURGER; SINGLE,LRG PATTY; W/ CONDMNT & BACON~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21098~^~2100~^~Fast foods, cheeseburger; single, large patty; with condiments and vegetables~^~FAST FOODS,CHEESEBURGER; SINGLE,LRG PATTY; W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21099~^~2100~^~Fast foods, cheeseburger; single, large patty; with condiments, vegetables and ham~^~FAST FOODS,CHSBURGER; SINGLE,LRG PATTY; W/ CONDMNT,VEG & HAM~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21100~^~2100~^~Fast foods, cheeseburger; double, large patty, with condiments and vegetables~^~FAST FOODS,CHEESEBURGER; DOUBLE,LRG PATTY,W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21101~^~2100~^~Fast foods, cheeseburger; triple, regular patty; plain~^~FAST FOODS,CHEESEBURGER; TRIPLE,REG PATTY; PLN~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21102~^~2100~^~Fast foods, chicken fillet sandwich, plain~^~FAST FOODS,CHICK FILLET SNDWCH,PLN~^~~^~~^~~^~~^0^~~^6.15^4.18^8.88^3.95 ~21103~^~2100~^~Fast foods, chicken fillet sandwich, with cheese~^~FAST FOODS,CHICK FILLET SNDWCH,W/CHS~^~~^~~^~~^~~^0^~~^6.17^4.19^8.90^3.94 ~21104~^~2100~^~Fast foods, egg and cheese sandwich~^~FAST FOODS,EGG&CHS SNDWCH~^~~^~~^~~^~~^0^~~^6.16^4.19^8.86^3.95 ~21105~^~2100~^~Fast foods, fish sandwich, with tartar sauce~^~FAST FOODS,FISH SNDWCH,W/TARTAR SAU~^~~^~~^~~^~~^0^~~^6.07^4.11^8.79^3.93 ~21106~^~2100~^~Fast foods, fish sandwich, with tartar sauce and cheese~^~FAST FOODS,FISH SNDWCH,W/TARTAR SAU&CHS~^~~^~~^~~^~~^0^~~^6.11^4.12^8.81^3.93 ~21107~^~2100~^~Fast foods, hamburger; single, regular patty; plain~^~FAST FOODS,HAMBURGER; SINGLE,REG PATTY; PLN~^~~^~~^~~^~~^0^~~^6.03^4.07^8.81^3.95 ~21108~^~2100~^~Fast foods, hamburger; single, regular patty; with condiments~^~FAST FOODS,HAMBURGER; SINGLE,REG PATTY; W/ CONDMNT~^~~^~~^~Y~^~~^0^~~^^^^ ~21109~^~2100~^~Fast foods, hamburger; single, regular patty; with condiments and vegetables~^~FAST FOODS,HAMBURGER; SINGLE,REG PATTY; W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.03^4.07^8.81^3.95 ~21110~^~2100~^~Fast foods, hamburger; double, regular, patty; plain~^~FAST FOODS,HAMBURGER; DOUBLE,REG,PATTY; PLN~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21111~^~2100~^~Fast foods, hamburger; double, regular patty; with condiments~^~FAST FOODS,HAMBURGER; DOUBLE,REG PATTY; W/ CONDMNT~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21112~^~2100~^~Fast foods, hamburger; single, large patty; plain~^~FAST FOODS,HAMBURGER; SINGLE,LRG PATTY; PLN~^~~^~~^~~^~~^0^~~^6.20^4.20^8.95^3.95 ~21113~^~2100~^~Fast foods, hamburger; single, large patty; with condiments and vegetables~^~FAST FOODS,HAMBURGER; SINGLE,LRG PATTY; W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.20^4.20^8.95^3.95 ~21114~^~2100~^~Fast foods, hamburger; double, large patty; with condiments and vegetables~^~FAST FOODS,HAMBURGER; DOUBLE,LRG PATTY; W/ CONDMNT & VEG~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21115~^~2100~^~Fast foods, hamburger, large, triple patty, with condiments~^~FAST FOODS,HAMBURGER,LRG,TRIPLE PATTY,W/CONDMNT~^~~^~~^~~^~~^0^~~^6.20^4.20^8.92^3.95 ~21116~^~2100~^~Fast foods, ham and cheese sandwich~^~FAST FOODS,HAM&CHS SNDWCH~^~~^~~^~~^~~^0^~~^6.13^4.13^8.75^3.95 ~21117~^~2100~^~Fast foods, ham, egg, and cheese sandwich~^~FAST FOODS,HAM,EGG,&CHS SNDWCH~^~~^~~^~~^~~^0^~~^6.17^4.21^8.89^3.95 ~21118~^~2100~^~Fast foods, hotdog, plain~^~FAST FOODS,HOTDOG,PLAIN~^~~^~~^~~^~~^0^~~^5.97^4.02^8.89^3.95 ~21119~^~2100~^~Fast foods, hotdog, with chili~^~FAST FOODS,HOTDOG,W/CHILI~^~~^~~^~~^~~^0^~~^6.10^3.90^8.92^3.97 ~21120~^~2100~^~Fast foods, hotdog, with corn flour coating (corndog)~^~FAST FOODS,HOTDOG,W/CORN FLR COATING (CORNDOG)~^~~^~~^~~^~~^0^~~^6.06^4.03^8.92^4.01 ~21121~^~2100~^~Fast foods, roast beef sandwich, plain~^~FAST FOODS,RST BF SNDWCH,PLN~^~~^~~^~~^~~^0^~~^6.17^4.20^8.95^3.95 ~21122~^~2100~^~Sandwiches and burgers, roast beef sandwich with cheese~^~SANDWICHES&BURGERS,RST BF SNDWCH W/CHS~^~~^~~^~~^~~^0^~~^6.21^4.22^8.83^3.95 ~21123~^~2100~^~Sandwiches and burgers, steak sandwich~^~SANDWICHES&BURGERS,STEAK SNDWCH~^~~^~~^~~^~~^0^~~^6.17^4.20^8.95^3.95 ~21124~^~2100~^~Fast foods, submarine sandwich, with cold cuts~^~FAST FOODS,SUBMARINE SNDWCH,W/COLD CUTS~^~~^~~^~~^~~^0^~~^6.09^4.12^8.85^3.94 ~21125~^~2100~^~Fast foods, submarine sandwich, with roast beef~^~FAST FOODS,SUBMARINE SNDWCH,W/RST BF~^~~^~~^~~^~~^0^~~^6.17^4.20^8.95^3.95 ~21126~^~2100~^~Fast foods, submarine sandwich, with tuna salad~^~FAST FOODS,SUBMARINE SNDWCH,W/TUNA SALAD~^~~^~~^~~^~~^0^~~^6.05^4.09^8.74^3.93 ~21127~^~2100~^~Fast foods, coleslaw~^~FAST FOODS,COLESLAW~^~~^~~^~~^~~^0^~~^6.28^2.90^8.70^3.70 ~21128~^~2100~^~Fast foods, corn on the cob with butter~^~FAST FOODS,CORN ON THE COB W/BUTTER~^~~^~~^~~^~~^0^~~^6.25^2.47^8.73^3.57 ~21129~^~2100~^~Fast foods, hush puppies~^~FAST FOODS,HUSH PUPPIES~^~~^~~^~~^~~^0^~~^6.25^2.73^8.84^4.03 ~21130~^~2100~^~Fast foods, onion rings, breaded and fried~^~FAST FOODS,ONION RINGS,BREADED&FRIED~^~~^~~^~~^~~^0^~~^6.07^3.70^8.80^4.00 ~21131~^~2100~^~Fast foods, potato, baked and topped with cheese sauce~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU~^~~^~~^~~^~~^0^~~^6.35^3.97^8.82^3.51 ~21132~^~2100~^~Fast foods, potato, baked and topped with cheese sauce and bacon~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU&BACON~^~~^~~^~~^~~^0^~~^6.24^3.77^8.75^3.49 ~21133~^~2100~^~Fast foods, potato, baked and topped with cheese sauce and broccoli~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU&BROCCOLI~^~~^~~^~~^~~^0^~~^6.33^3.69^8.82^3.49 ~21134~^~2100~^~Fast foods, potato, baked and topped with cheese sauce and chili~^~FAST FOODS,POTATO,BKD&TOPPED W/CHS SAU&CHILI~^~~^~~^~~^~~^0^~~^6.35^3.97^8.81^3.51 ~21135~^~2100~^~Fast foods, potato, baked and topped with sour cream and chives~^~FAST FOODS,POTATO,BKD&TOPPED W/SOUR CRM&CHIVES~^~~^~~^~~^~~^0^~~^6.29^3.23^8.82^3.50 ~21138~^~2100~^~Fast foods, potato, french fried in vegetable oil~^~FST FOODS, POTATO, FRNCH FRIED IN VEG OIL~^~~^~~^~Y~^~~^0^~~^^^^ ~21139~^~2100~^~Fast foods, potato, mashed~^~FAST FOODS,POTATO,MASHED~^~~^~~^~~^~~^0^~~^6.25^2.78^8.84^4.03 ~21140~^~2100~^~Side dishes, potato salad~^~SIDE DISHES,POTATO SALAD~^~~^~~^~~^~~^0^~~^6.25^3.60^8.90^4.06 ~21141~^~2100~^~BURGER KING, Vanilla Shake~^~BURGER KING,VANILLA SHAKE~^~~^~Burger King Corporation~^~~^~~^0^~~^6.38^4.00^9.00^4.00 ~21202~^~2100~^~Fast foods, hamburger, large, single patty, with condiments~^~FAST FOODS,HAMBURGER,LRG,SINGLE PATTY,W/CONDMNT~^~~^~~^~Y~^~~^0^~~^^^^ ~21224~^~2100~^~Pizza, cheese topping, regular crust, frozen, cooked~^~PIZZA,CHS TOPPING,REG CRUST,FRZ,CKD~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~21225~^~2100~^~Pizza, cheese topping, rising crust, frozen, cooked~^~PIZZA,CHS TOPPING,RISING CRUST,FRZ,CKD~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~21226~^~2100~^~Pizza, meat and vegetable topping, regular crust, frozen, cooked~^~PIZZA,MEAT & VEG TOPPING,REG CRUST,FRZ,CKD~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~21227~^~2100~^~Pizza, meat and vegetable topping, rising crust, frozen, cooked~^~PIZZA,MEAT & VEG TOPPING,RISING CRUST,FRZ,CKD~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~21228~^~2100~^~McDONALD'S, Hamburger~^~McDONALD'S, Hamburger~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21229~^~2100~^~Fast foods, chicken, breaded and fried, boneless pieces, plain~^~FAST FOODS,CHICK,BREADED & FRIED,BNLESS PIECES,PLN~^~nuggets~^~~^~Y~^~~^0^~~^6.25^^^ ~21230~^~2100~^~Fast Foods, crispy chicken filet sandwich, with lettuce, tomato and mayonnaise~^~FAST FOODS,CRISPY CHICK FILET SNDWCH,W/ LETUCE,TOMATO & MAYO~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~21232~^~2100~^~McDONALD'S, FILET-O-FISH~^~MCDONALD'S, FLT-O-FSH~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21233~^~2100~^~McDONALD'S, Cheeseburger~^~MCDONALD'S, CHEESEBURGER~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21234~^~2100~^~McDONALD'S, QUARTER POUNDER~^~MCDONALD'S,QUARTER POUNDER~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21235~^~2100~^~McDONALD'S, QUARTER POUNDER with Cheese~^~MCDONALD'S,QUARTER POUNDER W/ CHS~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21237~^~2100~^~McDONALD'S, BIG MAC~^~MCDONALD'S,BIG MAC~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21238~^~2100~^~McDONALD'S, French Fries~^~MCDONALD'S,FRENCH FR~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21239~^~2100~^~WENDY'S, CLASSIC SINGLE Hamburger, no cheese~^~WENDY'S,CLASSIC SINGLE HAMBURGER,NO CHS~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21240~^~2100~^~WENDY'S, CLASSIC SINGLE Hamburger, with cheese~^~WENDY'S,CLASSIC SINGLE HAMBURGER,W/ CHS~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21241~^~2100~^~WENDY'S, Jr. Hamburger, without cheese~^~WENDY'S,JR. HAMBURGER,WO/ CHS~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21242~^~2100~^~WENDY'S, Jr. Hamburger, with cheese~^~WENDY'S,JR. HAMBURGER,W/ CHS~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21243~^~2100~^~WENDY'S, CLASSIC DOUBLE, with cheese~^~WENDY'S,CLASSIC DOUBLE,W/ CHS~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21244~^~2100~^~WENDY'S, Homestyle Chicken Fillet Sandwich~^~WENDY'S,HOMESTYLE CHICK FILLET SNDWCH~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21245~^~2100~^~WENDY'S, Ultimate Chicken Grill Sandwich~^~WENDY'S,ULTIMATE CHICK GRILL SNDWCH~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21246~^~2100~^~WENDY'S, Chicken Nuggets~^~WENDY'S,CHICK NUGGETS~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21247~^~2100~^~WENDY'S, French Fries~^~WENDY'S,FRENCH FR~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21248~^~2100~^~WENDY'S, Frosty Dairy Dessert~^~WENDY'S,FROSTY DAIRY DSSRT~^~~^~Wendy's International, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21249~^~2100~^~BURGER KING, French Fries~^~BURGER KING, French Fries~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21250~^~2100~^~BURGER KING, Hamburger~^~BURGER KING, Hamburger~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21251~^~2100~^~BURGER KING, Cheeseburger~^~BURGER KING, CHSBRGR~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^^^ ~21252~^~2100~^~BURGER KING, WHOPPER, no cheese~^~BURGER KING, WHOPPER, no cheese~^~~^~Burger King Corporation~^~~^~~^0^~~^^4.00^9.00^4.00 ~21253~^~2100~^~BURGER KING, WHOPPER, with cheese~^~BURGER KING, WHOPPER, with cheese~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21254~^~2100~^~BURGER KING, DOUBLE WHOPPER, no cheese~^~Burger king, double whopper no cheese~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21255~^~2100~^~BURGER KING, DOUBLE WHOPPER, with cheese~^~BURGER KING, DOUBLE WHOPPPER, with cheese~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21256~^~2100~^~BURGER KING, CHICKEN TENDERS~^~BURGER KING, Chicken Tenders~^~~^~Burger King Corporation~^~~^~~^0^~~^^4.00^9.00^4.00 ~21257~^~2100~^~BURGER KING, Chicken WHOPPER Sandwich~^~BURGER KING,CHICK WHOPPER SNDWCH~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21259~^~2100~^~BURGER KING, Original Chicken Sandwich~^~BURGER KING,ORIGINAL CHICK SNDWCH~^~~^~Burger King Corporation~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21260~^~2100~^~TACO BELL, Original Taco with beef~^~TACO BELL,ORIGINAL TACO W/ BF~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21261~^~2100~^~TACO BELL, Soft Taco with beef~^~TACO BELL,SOFT TACO W/ BF~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21262~^~2100~^~TACO BELL, Soft Taco with chicken~^~TACO BELL,SOFT TACO W/ CHICK~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21263~^~2100~^~TACO BELL, Soft Taco with steak~^~TACO BELL,SOFT TACO W/ STEAK~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21264~^~2100~^~TACO BELL, Bean Burrito~^~TACO BELL,BEAN BURRITO~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21265~^~2100~^~TACO BELL, BURRITO SUPREME with beef~^~TACO BELL,BURRITO SUPREME W/ BF~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21266~^~2100~^~TACO BELL, BURRITO SUPREME with chicken~^~TACO BELL,BURRITO SUPREME W/ CHICK~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21267~^~2100~^~TACO BELL, BURRITO SUPREME with steak~^~TACO BELL,BURRITO SUPREME W/ STEAK~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21268~^~2100~^~TACO BELL, Nachos~^~TACO BELL,NACHOS~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21269~^~2100~^~TACO BELL, Nachos Supreme~^~TACO BELL,NACHOS SUPREME~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21270~^~2100~^~TACO BELL, Taco Salad~^~TACO BELL,TACO SALAD~^~~^~Taco Bell Corp.~^~~^~~^0^~~^^^^ ~21271~^~2100~^~PIZZA HUT 12" Cheese Pizza, Regular Crust~^~PIZZA HUT 12" CHS PIZZA,REG CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21272~^~2100~^~PIZZA HUT 12" Cheese Pizza, Thick Crust~^~PIZZA HUT 12" CHS PIZZA,THICK CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21273~^~2100~^~PIZZA HUT 12" Cheese Pizza, THIN 'N CRISPY Crust~^~PIZZA HUT 12" CHS PIZZA,THIN 'N CRISPY CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21274~^~2100~^~PIZZA HUT 12" Pepperoni Pizza, Regular Crust~^~PIZZA HUT 12" PEPPERONI PIZZA,REG CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21275~^~2100~^~PIZZA HUT 12" Pepperoni Pizza, Thick Crust~^~PIZZA HUT 12" PEPPERONI PIZZA,THICK CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21276~^~2100~^~PIZZA HUT 12" Super Supreme Pizza, Regular Crust~^~PIZZA HUT 12" SUPER SUPREME PIZZA,REG CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^4.00 ~21277~^~2100~^~DOMINO'S 14" Cheese Pizza, Classic Hand-Tossed Crust~^~DOMINO'S 14" Cheese Pizza, Classic Hand-Tossed Crust~^~~^~Domino's Pizza, LLC~^~~^~~^0^~~^^^^ ~21278~^~2100~^~DOMINO'S 14" Cheese Pizza, Ultimate Deep Dish Crust~^~DOMINO'S 14" Cheese Pizza, Ultimate Deep Dish Crust~^~~^~Domino's Pizza, LLC~^~~^~~^0^~~^^^^ ~21279~^~2100~^~DOMINO'S 14" Cheese Pizza, Crunchy Thin Crust~^~DOMINO'S 14" Cheese Pizza, Crunchy Thin Crust~^~~^~Domino's Pizza, LLC~^~~^~~^0^~~^^^^ ~21280~^~2100~^~DOMINO'S 14" Pepperoni Pizza, Classic Hand-Tossed Crust~^~DOMINO'S 14" Pepperoni Pizza, Classic Hand-Tossed Crust~^~~^~Domino's Pizza, LLC~^~~^~~^0^~~^^^^ ~21281~^~2100~^~DOMINO'S 14" Pepperoni Pizza, Ultimate Deep Dish Crust~^~DOMINO'S 14" Pepperoni Pizza, Ultimate Deep Dish Crust~^~~^~Domino's Pizza, LLC~^~~^~~^0^~~^^^^ ~21282~^~2100~^~DOMINO'S 14" EXTRAVAGANZZA FEAST Pizza, Classic Hand-Tossed Crust~^~DOMINO'S 14" EXTRAVAGANZZA FEAST Pizza~^~~^~Domino's Pizza, LLC~^~~^~~^0^~~^^^^ ~21283~^~2100~^~PAPA JOHN'S 14" Cheese Pizza, Original Crust~^~PAPA JOHN'S 14" CHS PIZZA,ORIGINAL CRUST~^~~^~Papa John's International, Inc.~^~~^~~^0^~~^^^^ ~21284~^~2100~^~PAPA JOHN'S 14" Pepperoni Pizza, Original Crust~^~PAPA JOHN'S 14" PEPPERONI PIZZA,ORIGINAL CRUST~^~~^~Papa John's International, Inc.~^~~^~~^0^~~^^^^ ~21285~^~2100~^~PAPA JOHN'S 14" The Works Pizza, Original Crust~^~PAPA JOHN'S 14" THE WORKS PIZZA,ORIGINAL CRUST~^~~^~Papa John's International, Inc.~^~~^~~^0^~~^^^^ ~21286~^~2100~^~PAPA JOHN'S 14" Cheese Pizza, Thin Crust~^~PAPA JOHN'S 14" CHS PIZZA,THIN CRUST~^~~^~Papa John's International, Inc.~^~~^~~^0^~~^^^^ ~21287~^~2100~^~LITTLE CAESARS 14" Original Round Cheese Pizza, Regular Crust~^~LITTLE CAESARS 14" ORIGINAL RND CHS PIZZA,REG CRUST~^~~^~Little Caesar's Pizza~^~~^~~^0^~~^^^^ ~21288~^~2100~^~LITTLE CAESARS 14" Original Round Pepperoni Pizza, Regular Crust~^~LITTLE CAESARS 14" ORIGINAL RND PEPPERONI PIZZA,REG CRUST~^~~^~Little Caesar's Pizza~^~~^~~^0^~~^^^^ ~21289~^~2100~^~LITTLE CAESARS 14" Original Round Meat and Vegetable Pizza, Regular Crust~^~LITTLE CAESARS 14" ORIGINAL RND MEAT & VEG PIZZA,REG CRUST~^~~^~Little Caesar's Pizza~^~~^~~^0^~~^^^^ ~21290~^~2100~^~LITTLE CAESARS 14" Cheese Pizza, Large Deep Dish Crust~^~LITTLE CAESARS 14" CHS PIZZA,LRG DEEP DISH CRUST~^~~^~Little Caesar's Pizza~^~~^~~^0^~~^^^^ ~21291~^~2100~^~LITTLE CAESARS 14" Pepperoni Pizza, Large Deep Dish Crust~^~LITTLE CAESARS 14" PEPPERONI PIZZA,LRG DEEP DISH CRUST~^~~^~Little Caesar's Pizza~^~~^~~^0^~~^^^^ ~21292~^~2100~^~LITTLE CAESARS 14" Cheese Pizza, Thin Crust~^~LITTLE CAESARS 14" CHS PIZZA,THIN CRUST~^~~^~Little Caesar's Pizza~^~~^~~^0^~~^^^^ ~21293~^~2100~^~PIZZA HUT 14" Cheese Pizza, Regular Crust~^~PIZZA HUT 14" CHS PIZZA,REG CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21294~^~2100~^~PIZZA HUT 14" Cheese Pizza, Thick Crust~^~PIZZA HUT 14" CHS PIZZA,THICK CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21295~^~2100~^~PIZZA HUT 14" Cheese Pizza, THIN 'N CRISPY Crust~^~PIZZA HUT 14" CHS PIZZA,THIN 'N CRISPY CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21296~^~2100~^~PIZZA HUT 14" Pepperoni Pizza, Regular Crust~^~PIZZA HUT 14" PEPPERONI PIZZA,REG CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21297~^~2100~^~PIZZA HUT 14" Pepperoni Pizza, Thick Crust~^~PIZZA HUT 14" PEPPERONI PIZZA,THICK CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21298~^~2100~^~PIZZA HUT 14" Super Supreme Pizza, Regular Crust~^~PIZZA HUT 14" SUPER SUPREME PIZZA,REG CRUST~^~~^~Pizza Hut, Inc.~^~~^~~^0^~~^^^^ ~21299~^~2100~^~Fast Food, Pizza Chain, 14" Pizza, cheese topping, regular crust~^~FST FD, PZZA CHN, 14" PZZA, CHS TPPING, REG CRUST~^~~^~~^~Y~^~~^0^~~^^^^ ~21300~^~2100~^~Fast Food, Pizza Chain, 14" Pizza, cheese topping, thick crust~^~FAST FD,PIZZA CHAIN,14" PIZZA,CHS TOPPING,THICK CRUST~^~~^~~^~Y~^~~^0^~~^^^^ ~21301~^~2100~^~Fast Food, Pizza Chain, 14" Pizza, cheese topping, thin crust~^~FAST FD,PIZZA CHAIN,14" PIZZA,CHS TOPPING,THIN CRUST~^~~^~~^~Y~^~~^0^~~^^^^ ~21302~^~2100~^~Fast Food, Pizza Chain, 14" pizza, pepperoni topping, regular crust~^~FAST FD,PIZZA CHAIN,14" PIZZA,PEPPERONI TOPPING,REG CRUST~^~~^~~^~~^~~^0^~~^^^^ ~21303~^~2100~^~Fast Food, Pizza Chain, 14" Pizza, pepperoni topping, thick crust~^~FAST FD,PIZZA CHAIN,14" PIZZA,PEPPERONI TOPPING,THICK CRUST~^~~^~~^~~^~~^0^~~^^^^ ~21304~^~2100~^~Fast Food, Pizza Chain, 14" pizza, meat and vegetable topping, regular crust~^~FAST FD,PIZZA CHAIN,14" PIZZA,MEAT & VEG TOPPING,REG CRUST~^~~^~~^~~^~~^0^~~^^^^ ~21305~^~2100~^~Egg, Cheese and Sausage Griddle Cake Sandwich~^~Egg, Cheese and Sausage Griddle Cake Sandwich~^~~^~~^~Y~^~~^0^~~^^^^ ~21306~^~2100~^~Sausage Griddle Cake Sandwich~^~Sausage Griddle Cake Sandwich~^~~^~~^~Y~^~~^0^~~^^^^ ~21307~^~2100~^~Egg, Cheese and Bacon Griddle Cake Sandwich~^~Egg, Cheese and Bacon Griddle Cake Sandwich~^~~^~~^~Y~^~~^0^~~^^^^ ~21308~^~2100~^~McDONALD'S, Chicken SELECTS Premium Breast Strips~^~MCDONALD'S,CHICK SELECTS PREMIUM BREAST STRIPS~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21309~^~2100~^~McDONALD'S, Chicken McNUGGETS~^~MCDONALD'S,CHICK MCNUGGETS~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21310~^~2100~^~McDONALD'S, Barbeque Sauce~^~MCDONALD'S,BARBEQUE SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21311~^~2100~^~McDONALD'S, Creamy Ranch Sauce~^~MCDONALD'S,CREAMY RANCH SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21312~^~2100~^~McDONALD'S, Honey~^~MCDONALD'S,HONEY~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21313~^~2100~^~McDONALD'S, Hot Mustard Sauce~^~MCDONALD'S,HOT MUSTARD SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21314~^~2100~^~McDONALD'S, Spicy Buffalo Sauce~^~MCDONALD'S,SPICY BUFFALO SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21315~^~2100~^~McDONALD'S, Sweet 'N Sour Sauce~^~MCDONALD'S,SWT 'N SOUR SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21316~^~2100~^~McDONALD'S, Tangy Honey Mustard Sauce~^~MCDONALD'S,TANGY HONEY MUSTARD SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21317~^~2100~^~McDONALD'S, Biscuit, regular size~^~MCDONALD'S,BISCUIT,REG SIZE~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21318~^~2100~^~McDONALD'S, Deluxe Warm Cinnamon Roll~^~MCDONALD'S,DELUXE WARM CINN ROLL~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21319~^~2100~^~McDONALD'S, Hash Browns~^~MCDONALD'S,HASH BROWNS~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21320~^~2100~^~McDONALD'S, Scrambled Eggs~^~MCDONALD'S,SCRMBLD EGGS~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21321~^~2100~^~McDONALD'S, Hotcakes (plain)~^~MCDONALD'S,HOTCAKES (PLAIN)~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21322~^~2100~^~McDONALD'S, Warm Cinnamon Roll~^~MCDONALD'S,WARM CINN ROLL~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21323~^~2100~^~McDONALD'S, Sausage Patty~^~MCDONALD'S,SAUSAGE PATTY~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21324~^~2100~^~McDONALD'S, Baked Apple Pie~^~MCDONALD'S,BKD APPL PIE~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21325~^~2100~^~McDONALD'S, McDONALDLAND Chocolate Chip Cookies~^~MCDONALD'S,MCDONALDLAND CHOC CHIP COOKIES~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21326~^~2100~^~McDONALD'S, McDONALDLAND Cookies~^~MCDONALD'S,MCDONALDLAND COOKIES~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21327~^~2100~^~McDONALD'S, Bacon, Egg & Cheese McGRIDDLES~^~MCDONALD'S,BACON,EGG & CHS MCGRIDDLES~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21328~^~2100~^~McDONALD'S, Sausage McGRIDDLES~^~MCDONALD'S,SAUSAGE MCGRIDDLES~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21329~^~2100~^~McDONALD'S, Sausage, Egg & Cheese McGRIDDLES~^~MCDONALD'S,SAUSAGE,EGG & CHS MCGRIDDLES~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21330~^~2100~^~McDONALD'S, Vanilla TRIPLE THICK Shake~^~MCDONALD'S,VANILLA TRIPLE THICK SHAKE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21331~^~2100~^~McDONALD'S, Chocolate TRIPLE THICK Shake~^~MCDONALD'S,CHOC TRIPLE THICK SHAKE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21332~^~2100~^~McDONALD'S, Strawberry TRIPLE THICK Shake~^~MCDONALD'S,STRAWBERRY TRIPLE THICK SHAKE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21333~^~2100~^~McDONALD'S, Vanilla Reduced Fat Ice Cream Cone~^~MCDONALD'S,VANILLA RED FAT ICE CRM CONE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21334~^~2100~^~McDONALD'S, Strawberry Sundae~^~MCDONALD'S,STRAWBERRY SUNDAE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21335~^~2100~^~McDONALD'S, Hot Caramel Sundae~^~MCDONALD'S,HOT CARAMEL SUNDAE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21336~^~2100~^~McDONALD'S, Hot Fudge Sundae~^~MCDONALD'S,HOT FUDGE SUNDAE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21337~^~2100~^~McDONALD'S, Peanuts (for Sundaes)~^~MCDONALD'S,PNUTS (FOR SUNDAES)~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21338~^~2100~^~McDONALD'S, McFLURRY with M&M'S CANDIES~^~MCDONALD'S,MCFLURRY W/ M&M'S CANDIES~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21339~^~2100~^~McDONALD'S, McFLURRY with OREO cookies~^~MCDONALD'S,MCFLURRY W/ OREO COOKIES~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21340~^~2100~^~McDONALD'S, Sausage Burrito~^~MCDONALD'S,SAUSAGE BURRITO~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21341~^~2100~^~McDONALD'S, BIG BREAKFAST~^~MCDONALD'S,BIG BRKFST~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21342~^~2100~^~McDONALD'S, Apple Dippers~^~MCDONALD'S,APPL DIPPERS~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21343~^~2100~^~McDONALD'S, Low Fat Caramel Sauce~^~MCDONALD'S,LOFAT CARAMEL SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21344~^~2100~^~McDONALD'S, Double Cheeseburger~^~MCDONALD'S,DOUBLE CHEESEBURGER~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21345~^~2100~^~McDONALD'S, DOUBLE QUARTER POUNDER with Cheese~^~MCDONALD'S,DOUBLE QUARTER POUNDER W/ CHS~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21346~^~2100~^~McDONALD'S, NEWMAN'S OWN Cobb Dressing~^~MCDONALD'S,NEWMAN'S OWN COBB DRSNG~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21347~^~2100~^~McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing~^~MCDONALD'S,NEWMAN'S OWN CREAMY CAESAR DRSNG~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21348~^~2100~^~McDONALD'S, NEWMAN'S OWN Low Fat Balsamic Vinaigrette~^~MCDONALD'S,NEWMAN'S OWN LOFAT BALSAMIC VINAIGRETTE~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21349~^~2100~^~McDONALD'S, NEWMAN'S OWN Ranch Dressing~^~MCDONALD'S,NEWMAN'S OWN RANCH DRSNG~^~~^~McDonald's Corporation~^~~^~~^0^~~^6.25^^^ ~21350~^~2100~^~McDONALD'S, BIG MAC (without Big Mac Sauce)~^~MCDONALD'S,BIG MAC (WITHOUT BIG MAC SAUCE)~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21351~^~2100~^~McDONALD'S, BIG 'N TASTY~^~MCDONALD'S,BIG 'N TASTY~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21352~^~2100~^~McDONALD'S, BIG 'N TASTY (without mayonnaise)~^~MCDONALD'S,BIG 'N TASTY (WITHOUT MAYONNAISE)~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21353~^~2100~^~McDONALD'S, BIG 'N TASTY with Cheese~^~MCDONALD'S,BIG 'N TASTY W/ CHS~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21354~^~2100~^~McDONALD'S, BIG 'N TASTY with Cheese (without mayonnaise)~^~MCDONALD'S,BIG 'N TASTY W/ CHS (WITHOUT MAYONNAISE)~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21356~^~2100~^~McDONALD'S, McCHICKEN Sandwich (without mayonnaise)~^~MCDONALD'S,MCCHICKEN SNDWCH (WITHOUT MAYONNAISE)~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21357~^~2100~^~McDONALD'S, Egg McMUFFIN~^~MCDONALD'S,EGG MCMUFFIN~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21358~^~2100~^~McDONALD'S, Sausage McMUFFIN~^~MCDONALD'S,SAUSAGE MCMUFFIN~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21359~^~2100~^~McDONALD'S, Sausage McMuffin with Egg~^~MCDONALD'S,SAUSAGE MCMUFFIN W/ EGG~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21360~^~2100~^~McDONALD'S, Bacon Egg & Cheese Biscuit~^~MCDONALD'S,BACON EGG & CHS BISCUIT~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21361~^~2100~^~McDONALD'S, Sausage Biscuit~^~MCDONALD'S,SAUSAGE BISCUIT~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21362~^~2100~^~McDONALD'S, Sausage Biscuit with Egg~^~MCDONALD'S,SAUSAGE BISCUIT W/ EGG~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21363~^~2100~^~McDONALD'S, Deluxe Breakfast, with syrup and margarine~^~MCDONALD'S,DELUXE BRKFST,W/ SYRUP & MARGARINE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21364~^~2100~^~McDONALD'S, Hotcakes and Sausage~^~MCDONALD'S,HOTCAKES & SAUSAGE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21365~^~2100~^~McDONALD'S, Hotcakes (with 2 pats margarine & syrup)~^~MCDONALD'S,HOTCAKES (WITH 2 PATS MARGARINE & SYRUP)~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21366~^~2100~^~McDONALD'S, Apple Dippers with Low Fat Caramel Sauce~^~MCDONALD'S,APPL DIPPERS W/ LOFAT CARAMEL SAU~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21369~^~2100~^~McDONALD'S, Fruit & Walnut Salad~^~MCDONALD'S,FRUIT & WALNUT SALAD~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21370~^~2100~^~McDONALD'S, Caesar Salad with Grilled Chicken~^~MCDONALD'S,CAESAR SALAD W/ GRILLED CHICK~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21371~^~2100~^~McDONALD'S, Caesar Salad with Crispy Chicken~^~MCDONALD'S,CAESAR SALAD W/ CRISPY CHICK~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21372~^~2100~^~McDONALD'S, Caesar Salad without chicken~^~MCDONALD'S,CAESAR SALAD WO/ CHICK~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21376~^~2100~^~McDONALD'S, Bacon Ranch Salad with Grilled Chicken~^~MCDONALD'S,BACON RANCH SALAD W/ GRILLED CHICK~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21377~^~2100~^~McDONALD'S Bacon Ranch Salad with Crispy Chicken~^~MCDONALD'S BACON RANCH SALAD W/ CRISPY CHICK~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21378~^~2100~^~McDONALD'S, Bacon Ranch Salad without chicken~^~MCDONALD'S,BACON RANCH SALAD WO/ CHICK~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21379~^~2100~^~McDONALD'S, Side Salad~^~MCDONALD'S,SIDE SALAD~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21380~^~2100~^~McDONALD'S, Fruit 'n Yogurt Parfait~^~MCDONALD'S,FRUIT 'N YOGURT PARFAIT~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21381~^~2100~^~McDONALD'S, Fruit 'n Yogurt Parfait (without granola)~^~MCDONALD'S,FRUIT 'N YOGURT PARFAIT (WITHOUT GRANOLA)~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21382~^~2100~^~McDONALD'S, FILET-O-FISH (without tartar sauce)~^~MCDONALD'S,FILET-O-FISH (WITHOUT TARTAR SAUCE)~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21383~^~2100~^~BURGER KING, CROISSAN'WICH with Sausage, Egg and Cheese~^~BURGER KING,CROISSAN'WICH W/ SAUSAGE,EGG & CHS~^~~^~Burger King Corporation~^~~^~~^0^~~^^^^ ~21384~^~2100~^~BURGER KING, CROISSAN'WICH with Sausage and Cheese~^~BURGER KING,CROISSAN'WICH W/ SAUSAGE & CHS~^~~^~Burger King Corporation~^~~^~~^0^~~^^^^ ~21385~^~2100~^~BURGER KING, CROISSAN'WICH with Egg and Cheese~^~BURGER KING,CROISSAN'WICH W/ EGG & CHS~^~~^~Burger King Corporation~^~~^~~^0^~~^^^^ ~21386~^~2100~^~BURGER KING, French Toast Sticks~^~BURGER KING,FRENCH TOAST STKS~^~~^~Burger King Corporation~^~~^~~^0^~~^^^^ ~21387~^~2100~^~BURGER KING, Hash Brown Rounds~^~BURGER KING,HASH BROWN ROUNDS~^~~^~Burger King Corporation~^~~^~~^0^~~^^^^ ~21388~^~2100~^~Fast foods, miniature cinnamon rolls~^~FAST FOODS,MINIATURE CINN ROLLS~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~21389~^~2100~^~Fast foods, hamburger; double, large patty; with condiments, vegetables and mayonnaise~^~FAST FOODS,HAMBURGER; DOUBLE,LRG PATY; W/ CONDMNT,VEG & MAYO~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~21390~^~2100~^~Fast foods, hamburger; single, large patty; with condiments, vegetables and mayonnaise~^~FT FDS, HAMBRGER; SIN, LRG PATTY; W/ CONDMNTS, VEG, MAYO~^~~^~~^~Y~^~~^0^~~^^^^ ~21391~^~2100~^~Fast foods, hamburger; single, large patty; with condiments~^~FAST FOODS,HAMBURGER; SINGLE,LRG PATTY; W/ CONDMNT~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21393~^~2100~^~Fast foods, hamburger; single, regular patty; double decker bun with condiments and special sauce~^~FAST FOODS,HMBURGR; SNG,REG PTTY; DBL BN W/ CNDMNT & SPL SAU~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~21395~^~2100~^~Fast foods, cheeseburger; double, regular patty; with condiments~^~FAST FOODS,CHEESEBURGER; DOUBLE,REG PATTY; W/ CONDMNT~^~~^~~^~~^~~^0^~~^^^^ ~21396~^~2100~^~Fast foods, cheeseburger; double, large patty; with condiments~^~FAST FOODS,CHEESEBURGER; DOUBLE,LRG PATTY; W/ CONDMNT~^~~^~~^~~^~~^0^~~^^^^ ~21397~^~2100~^~Fast foods, cheeseburger;single, large patty; with condiments, vegetables and mayonnaise~^~FAST FDS,CHSEBURGER;SINGLE,LRG PATTY; W/ CONDMNT,VEG & MAYO~^~~^~~^~Y~^~~^0^~~^^^^ ~21398~^~2100~^~Fast foods, cheeseburger; single, large patty; with condiments~^~FAST FOODS,CHEESEBURGER; SINGLE,LRG PATTY; W/ CONDMNT~^~~^~~^~Y~^~~^0^~~^^^^ ~21399~^~2100~^~Fast Foods, cheeseburger; double, large patty; with condiments, vegetables and mayonnaise~^~FAST FDS,CHSEBURGER; DOUBLE,LRG PATTY; W/ CONDMNT,VEG & MAYO~^~~^~~^~Y~^~~^0^~~^^^^ ~21400~^~2100~^~Fast foods, cheeseburger; double, regular patty; double decker bun with condiments and special sauce~^~FAST FOODS,CHSBURGR; DBL,RG PTTY; DBL BN W/ CNDMNT & SPL SAU~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~21401~^~2100~^~Fast foods, chicken tenders~^~FAST FOODS,CHICK TENDERS~^~~^~~^~Y~^~~^0^~~^^^^ ~21402~^~2100~^~McDONALD'S, Premium Grilled Chicken Classic Sandwich~^~MCDONALD'S,PREMIUM GRILLED CHICK CLASSIC SNDWCH~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21403~^~2100~^~McDONALD'S, Premium Crispy Chicken Classic Sandwich~^~MCDONALD'S,PREMIUM CRISPY CHICK CLASSIC SNDWCH~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21404~^~2100~^~McDONALD'S, Premium Grilled Chicken Club Sandwich~^~MCDONALD'S,PREMIUM GRILLED CHICK CLUB SNDWCH~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21405~^~2100~^~McDONALD'S, Premium Crispy Chicken Club Sandwich~^~MCDONALD'S,PREMIUM CRISPY CHICK CLUB SNDWCH~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21406~^~2100~^~McDONALD'S, Premium Grilled Chicken Ranch BLT Sandwich~^~MCDONALD'S,PREMIUM GRILLED CHICK RANCH BLT SNDWCH~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21407~^~2100~^~McDONALD'S, Premium Crispy Chicken Ranch BLT Sandwich~^~MCDONALD'S,PREMIUM CRISPY CHICK RANCH BLT SNDWCH~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21408~^~2100~^~McDONALD'S, English Muffin~^~MCDONALD'S,ENG MUFFIN~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~21409~^~2100~^~Fast foods, bagel, with ham, egg, and cheese~^~FAST FOODS,BAGEL,W/ HAM,EGG,& CHS~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~21410~^~2100~^~Fast foods, bagel, with egg, sausage patty, cheese, and condiments~^~FAST FOODS,BAGEL,W/ EGG,SAUSAGE PATTY,CHS,& CONDMNT~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~21411~^~2100~^~Fast foods, bagel, with breakfast steak, egg, cheese, and condiments~^~FAST FOODS,BAGEL,W/ BRKFST STEAK,EGG,CHS,& CONDMNT~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~21412~^~2100~^~Light Ice Cream, soft serve, blended with milk chocolate candies~^~LIGHT ICE CRM,SOFT SERVE,BLENDED W/ MILK CHOC CANDIES~^~~^~~^~Y~^~~^0^~~^^^^ ~21413~^~2100~^~Light Ice Cream, soft serve, blended with cookie pieces~^~LIGHT ICE CRM,SOFT SERVE,BLENDED W/ COOKIE PIECES~^~~^~~^~Y~^~~^0^~~^^^^ ~21414~^~2100~^~POPEYES, Batter Fries, analyzed prior to December 2006~^~POPEYES,BATTER FRIES,ANALYZED PRIOR TO DECEMBER 2006~^~~^~Popeyes Chicken and Biscuits~^~~^~~^0^~~^^^^ ~21415~^~2100~^~POPEYES, Biscuit, analyzed prior to November 2006~^~POPEYES,BISCUIT,ANALYZED PRIOR TO NOVEMBER 2006~^~~^~Popeyes Chicken and Biscuits~^~~^~~^0^~~^^^^ ~21416~^~2100~^~POPEYES, Coleslaw~^~POPEYES,COLESLAW~^~~^~Popeyes Chicken and Biscuits~^~~^~~^0^~~^^^^ ~21417~^~2100~^~POPEYES, Mild Chicken Strips, analyzed 2006~^~POPEYES,MILD CHICK STRIPS,ANALYZED 2006~^~~^~Popeyes Chicken and Biscuits~^~~^~~^0^~~^^^^ ~21418~^~2100~^~POPEYES, Spicy Chicken Strips, analyzed 2006~^~POPEYES,SPICY CHICK STRIPS,ANALYZED 2006~^~~^~Popeyes Chicken and Biscuits~^~~^~~^0^~~^^^^ ~21419~^~2100~^~KENTUCKY FRIED CHICKEN, Biscuit, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,BISCUIT,ANALYZED PRIOR TO JANUARY 2007~^~~^~Kentucky Fried Chicken~^~~^~~^0^~~^^^^ ~21420~^~2100~^~KENTUCKY FRIED CHICKEN, Coleslaw~^~KENTUCKY FRIED CHICK,COLESLAW~^~~^~Kentucky Fried Chicken~^~~^~~^0^~~^^^^ ~21421~^~2100~^~KENTUCKY FRIED CHICKEN, Crispy Chicken Strips, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,CRISPY CHICK STRIPS,ANALYZED 2007~^~~^~Kentucky Fried Chicken~^~~^~~^0^~~^^^^ ~21422~^~2100~^~KENTUCKY FRIED CHICKEN, Popcorn Chicken, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,POPCORN CHICK,ANALYZED PRIOR 2007~^~~^~Kentucky Fried Chicken~^~~^~~^0^~~^^^^ ~21423~^~2100~^~KENTUCKY FRIED CHICKEN, Potato Wedges, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,POTATO WEDGES,ANALYZED PRIOR 2007~^~~^~Kentucky Fried Chicken~^~~^~~^0^~~^^^^ ~21424~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,FRIED CHICK,ORIGINAL RECPE,SKN & BRDING~^~~^~Kentucky Fried Chicken~^~~^~~^0^~~^^^^ ~21425~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Breast, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,BREAST,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 28%; Cartilage and bone, 9%~^37^~~^^^^ ~21426~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Drumstick, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,DRUMSTK,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 23%; Cartilage and bone, 24%~^47^~~^^^^ ~21427~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Thigh, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,THIGH,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 34%; Cartilage and bone, 14%~^48^~~^^^^ ~21428~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Wing, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,WING,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 31%; Cartilage and bone, 23%~^54^~~^^^^ ~21429~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,SKN & BRDING~^~~^~Kentucky Fried Chicken~^~~^~~^0^~~^^^^ ~21430~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Breast, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,EX CRISPY,BREAST,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 33%; Cartilage and bone, 9%~^43^~~^^^^ ~21431~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Drumstick, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,EX CRISPY,DRUMSTK,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 28%; Cartilage and bone, 21%~^49^~~^^^^ ~21432~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Thigh, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,EX CRISPY,THIGH,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 40%; Cartilage and bone, 13%~^53^~~^^^^ ~21433~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat only, skin and breading removed, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,EX CRISPY,WING,MEAT ONLY~^~~^~Kentucky Fried Chicken~^~~^~Skin, subcutaneous fat and breading, 34%; Cartilage and bone, 24%~^58^~~^^^^ ~21434~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Breast, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,BREAST,MEAT & SKN~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^9^~~^^^^ ~21435~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Drumstick, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,DRUMSTK,MEAT & SKN~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^24^~~^^^^ ~21436~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Thigh, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,THIGH,MEAT & SKN~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^14^~~^^^^ ~21437~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Wing, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,ORIGINAL RECIPE,WING,MEAT & SKN~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^23^~~^^^^ ~21438~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Breast, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,BREAST,MEAT & SKN~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^9^~~^^^^ ~21439~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Drumstick, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,DRUMSTK,MEAT & SK~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^21^~~^^^^ ~21440~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Thigh, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,THIGH,MEAT & SKN~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^13^~~^^^^ ~21441~^~2100~^~KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading, analyzed prior to January 2007~^~KENTUCKY FRIED CHICK,FRIED CHICK,EX CRISPY,WING,MEAT & SKN~^~~^~Kentucky Fried Chicken~^~~^~Cartilage and bone~^24^~~^^^^ ~21442~^~2100~^~POPEYES, Fried Chicken, Mild, Breast, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,BREAST,MEAT ONLY,SKN~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 32%; Cartilage and bone, 10%~^42^~~^^^^ ~21443~^~2100~^~POPEYES, Fried Chicken, Mild, Drumstick, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,DRUMSTK,MEAT ONLY~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 22%; Cartilage and bone, 20%~^42^~~^^^^ ~21444~^~2100~^~POPEYES, Fried Chicken, Mild, Skin and Breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,SKN & BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~~^0^~~^^^^ ~21445~^~2100~^~POPEYES, Fried Chicken, Mild, Thigh, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,THIGH,MEAT ONLY~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 37%; Cartilage and bone,16%~^53^~~^^^^ ~21446~^~2100~^~POPEYES, Fried Chicken, Mild, Wing, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,WING,MEAT ONLY,SKN~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 43%; Cartilage and bone, 21%~^64^~~^^^^ ~21447~^~2100~^~POPEYES, Fried Chicken, Spicy, Breast, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,BREAST,MEAT ONLY~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 33%; Cartilage and bone, 10%~^42^~~^^^^ ~21448~^~2100~^~POPEYES, Fried Chicken, Spicy, Drumstick, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,DRUMSTK,MEAT ONLY~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 25%; Cartilage and bone, 24%~^49^~~^^^^ ~21449~^~2100~^~POPEYES, Fried Chicken, Spicy, Skin and Breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,SKN & BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~~^0^~~^^^^ ~21450~^~2100~^~POPEYES, Fried Chicken, Spicy, Thigh, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,THIGH,MEAT ONLY,SKN & BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 38%; Cartilage and bone, 16%~^54^~~^^^^ ~21451~^~2100~^~POPEYES, Fried Chicken, Spicy, Wing, meat only, skin and breading removed, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,WING,MEAT ONLY~^~~^~Popeyes Chicken and Biscuits~^~~^~Skin, subcutaneous fat and breading, 41%; Cartilage and bone, 24%~^65^~~^^^^ ~21452~^~2100~^~POPEYES, Fried Chicken, Spicy, Breast, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,BREAST,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^10^~~^^^^ ~21453~^~2100~^~POPEYES, Fried Chicken, Spicy, Drumstick, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,DRUMSTK,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^24^~~^^^^ ~21454~^~2100~^~POPEYES, Fried Chicken, Spicy, Thigh, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,THIGH,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^16^~~^^^^ ~21455~^~2100~^~POPEYES, Fried Chicken, Spicy, Wing, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,SPICY,WING,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^24^~~^^^^ ~21456~^~2100~^~POPEYES, Fried Chicken, Mild, Breast, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,BREAST,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^10^~~^^^^ ~21457~^~2100~^~POPEYES, Fried Chicken, Mild, Drumstick, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,DRUMSTK,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^20^~~^^^^ ~21458~^~2100~^~POPEYES, Fried Chicken, Mild, Thigh, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,THIGH,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^16^~~^^^^ ~21459~^~2100~^~POPEYES, Fried Chicken, Mild, Wing, meat and skin with breading, analyzed prior to January 2007~^~POPEYES,FRIED CHICK,MILD,WING,MEAT & SKN W/ BREADING~^~~^~Popeyes Chicken and Biscuits~^~~^~Cartilage and bone~^21^~~^^^^ ~21460~^~2100~^~McDONALD'S, Biscuit, large size~^~MCDONALD'S,BISCUIT,LRG SIZE~^~~^~McDonald's Corporation~^~~^~~^0^~~^^^^ ~22005~^~2200~^~KRAFT Macaroni and Cheese Dinner Original Flavor, unprepared~^~KRAFT MACARONI & CHEESE DINNER ORIGINAL FLAVOR,UNPREP~^~~^~~^~~^~~^0^~~^^^^ ~22118~^~1600~^~MORNINGSTAR FARMS Garden Veggie Patties, frozen, unprepared~^~MORNINGSTAR FARMS GARDEN VEGGIE PATTIES,FRZ,UNPREP~^~~^~Worthington Foods, Inc.~^~~^~~^0^~~^^^^ ~22119~^~1600~^~MORNINGSTAR FARMS America's Original Veggie Dog, frozen, unprepared~^~MORNINGSTAR FARMS AMERICA'S ORIGINAL VEGGIE DOG,FRZ,UNPREP~^~~^~Worthington Foods, Inc.~^~~^~~^0^~~^6.25^^^ ~22120~^~1600~^~MORNINGSTAR FARMS Grillers Recipe Crumbles, frozen, unprepared~^~MORNINGSTAR FARMS GRILLERS RECIPE CRUMBLES,FRZ,UNPREP~^~~^~Worthington Foods, Inc.~^~~^~~^0^~~^6.25^^^ ~22121~^~1600~^~MORNINGSTAR FARMS Grillers Vegan, frozen, unprepared~^~MORNINGSTAR FARMS GRILLERS VEGAN,FRZ,UNPREP~^~~^~Worthington Foods, Inc.~^~~^~~^0^~~^^^^ ~22122~^~1600~^~MORNINGSTAR FARMS Veggie Sausage Patties, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE SAUSAGE PATTIES,FRZ,UNPREP~^~~^~Worthington Foods, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~22123~^~1600~^~MORNINGSTAR FARMS Spicy Black Bean Burger, frozen, unprepared~^~MORNINGSTAR FARMS SPICY BLACK BEAN BURGER,FRZ,UNPREP~^~~^~Worthington Foods, Inc.~^~~^~~^0^~~^6.25^^^ ~22125~^~1600~^~GREEN GIANT, HARVEST BURGER, Original Flavor, All Vegetable Protein Patties, frozen~^~GREEN GIANT,HARVEST BURGER,ORIG FLAV,ALL VEG PROT PATTY,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22126~^~1600~^~LOMA LINDA Big Franks, canned, unprepared~^~LOMA LINDA BIG FRANKS,CND,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~22128~^~1600~^~MORNINGSTAR FARMS Vegan Burger made with Organic Soy, frozen, unprepared~^~MORNINGSTAR FARMS VEGAN BURGER MADE W/ ORG SOY,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~22215~^~2200~^~NESTLE, CHEF-MATE Chili with Beans, canned entree~^~NESTLE,CHEF-MATE CHILI W/BNS,CND~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~22216~^~2200~^~NESTLE, CHEF-MATE Chili without Beans, canned entree~^~NESTLE,CHEF-MATE CHILI WO/BNS,CND~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~22217~^~2200~^~NESTLE, CHEF-MATE Corned Beef Hash, canned entree~^~NESTLE,CHEF-MATE CORNED BF HASH,CND~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~22247~^~2200~^~Macaroni and Cheese, canned entree~^~Macaroni and Cheese, canned entree~^~~^~~^~Y~^~~^0^~~^^^^ ~22364~^~2200~^~JIMMY DEAN, Sausage Biscuits, breakfast sandwich, frozen~^~JIMMY DEAN,SAUSAGE BISCUITS,BRKFST SNDWCH,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22401~^~2200~^~Spaghetti with meat sauce, frozen entree~^~SPAGHETTI W/ MEAT SAU,FRZ ENTREE~^~~^~~^~Y~^~~^0^~~^5.80^4.00^9.00^4.00 ~22402~^~2200~^~Beef Macaroni, frozen entree~^~HEALTHY CHOIC BF MACARONI,FRZ ENTREE~^~~^~~^~Y~^~~^0^~~^5.80^4.00^9.00^4.00 ~22513~^~2200~^~NALLEY Chili Con Carne with Beans, canned entree~^~NALLEY CHILI CON CARNE W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22514~^~2200~^~OLD EL PASO Chili with Beans, canned entree~^~OLD EL PASO CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22515~^~2200~^~CHEF BOYARDEE Beef Ravioli in Tomato and Meat Sauce, canned entree~^~CHEF BOYARDEE BF RAVIOLI IN TOMATO & MEAT SAU,CND ENTREE~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22516~^~2200~^~CHEF BOYARDEE Beefaroni, Macaroni w/Beef in tomato Sauce, canned entree~^~CHEF BOYARDEE BEEFARONI,MACARONI W/BEEF IN TOMATO SAU,CND~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22517~^~2200~^~CHEF BOYARDEE Mini Ravioli, Beef Ravioli in Tomato and Meat Sauce, canned entree~^~CHEF BOYARDEE MINI RAVIOLI,BF RAVIOLI TOMATO, MEAT SAU,CND~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22518~^~2200~^~CHEF BOYARDEE Spaghetti and Meatballs in tomato Sauce, canned entree~^~CHEF BOYARDEE SPAGHETTI & MEATBALLS IN TOMATO SAU,CND ENTREE~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22522~^~2200~^~Pasta with Sliced Franks in Tomato Sauce, canned entree~^~PASTA W/SLICED FRANKS IN TOMATO SAU,CND ENTREE~^~~^~~^~Y~^~~^0^~~^^^^ ~22525~^~2200~^~BANQUET Chicken Pot pie, frozen entree'~^~BANQUET CHICK POT PIE,FRZ ENTREE'~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22526~^~2200~^~MARIE CALLENDER'S Chicken Pot Pie, frozen entree~^~MARIE CALLENDER'S CHICK POT PIE,FRZ ENTREE~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22527~^~2200~^~STOUFFER'S Chicken Pie, frozen entree~^~STOUFFER'S CHICK PIE,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22528~^~2200~^~Turkey Pot Pie, frozen entree~^~TURKEY POT PIE,FRZ ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22529~^~2200~^~Beef Pot Pie, frozen entree, prepared~^~BEEF POT PIE,FRZ ENTREE,PREP~^~~^~~^~~^~~^0^~~^^^^ ~22534~^~2200~^~HOT POCKETS, Beef & Cheddar Stuffed Sandwich, frozen~^~HOT POCKETS,BF&CHEDDAR STUFFED SNDWCH,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22535~^~2200~^~HOT POCKETS, CROISSANT POCKETS Chicken, Broccoli, and Cheddar Stuffed Sandwich, frozen~^~HOT POCKETS,CROISSANT POCKTS CHIK,BROC&CHDR STUFD SNDWCH,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22537~^~2200~^~HOT POCKETS Ham 'N Cheese Stuffed Sandwich, frozen~^~HOT POCKETS HAM 'N CHS STUFFED SNDWCH,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22540~^~2200~^~RED BARON Premium Pockets, Original Ham & Cheese, frozen~^~RED BARON PREMIUM POCKETS,ORIGINAL HAM&CHS,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22569~^~2200~^~STOUFFER'S Stuffed Peppers with Beef in Tomato Sauce, frozen entree~^~STOUFFER'S STUFFED PEPPERS W/ BF IN TOMATO SAU,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22570~^~2200~^~STOUFFER'S Lasagna with Meat & Sauce, frozen entree~^~STOUFFER'S LASAGNA W/ MEAT & SAU,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22571~^~2200~^~BANQUET Original Fried Chicken Thigh Meal, w/Mashed Potatoes and Corn in Seasoned Sauce~^~BANQUET ORIG FRIED CHK THIGH,W/MASH POT & CORN IN SEASON SAU~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22572~^~2200~^~STOUFFER'S LEAN CUISINE Spaghetti with Meatballs and Sauce, frozen entree~^~STOUFFER'S LN CUISINE SPAGHETTI W/ MEATBALLS & SAU,FRZ ENTRE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22573~^~2200~^~STOUFFER'S LEAN CUISINE Swedish Meatballs with Paste, frozen entree~^~STOUFFER'S LN CUISINE SWEDISH MEATBALLS W/ PASTE,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22576~^~2200~^~STOUFFER'S LEAN CUISINE Macaroni and Beef in Tomato Sauce, frozen entree~^~STOUFFER'S LN CUISINE MACARONI & BF IN TOMATO SAU,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22577~^~2200~^~STOUFFER'S LEAN CUISINE Chicken and Vegetables with Vermicelli, frozen entree~^~STOUFFER'S LN CUISINE CHICK & VEG W/ VERMICELLI,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22578~^~2200~^~STOUFFER'S LEAN CUISINE Homestyle Beef Pot Roast with Whipped Potatoes, frozen entree~^~STOUFFER'S LN CUISINE HS BF POT RST W/ WHIPPED POTATOES,FRZ~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22579~^~2200~^~STOUFFER'S Creamed Chipped Beef, frozen entree~^~STOUFFER'S CRMD CHIPPED BF,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22580~^~2200~^~STOUFFER'S LEAN CUISINE Spaghetti with Meat Sauce, frozen entree~^~STOUFFER'S LN CUISINE SPAGHETTI W/ MEAT SAU,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22582~^~2200~^~STOUFFER'S LEAN CUISINE Oriental Beef with Vegetables and Rice, frozen entree~^~STOUFFER'S LN CUISINE ORIENTAL BF W/ VEG & RICE,FRZ ENTREE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22583~^~2200~^~STOUFFER'S HOMESTYLE Salisbury Steak in Gravy & Macaroni and Cheese, frozen entree~^~STOUFFER'S HOMESTYLE SALISBURY STEAK IN GRAVY & MAC& CHS,FRZ~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22584~^~2200~^~PATIO Beef and Bean Burrito, mild, frozen~^~PATIO BF & BEAN BURRITO,MILD,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22585~^~2200~^~STOUFFER'S LEAN CUISINE Homestyle Stuffed Cabbage with Meat in Tomato Sauce and Whipped Potatoes, frozen meal~^~STOUFFER'S LN CUISINE HS STUFF CAB W/ MEAT SAU&WHPED POT,FRZ~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22587~^~2200~^~HEALTHY CHOICE Chicken Teriyaki w/Rice Medley Broccoli, frozen meal~^~HEALTHY CHOIC CHICK TERIYAKI W/RICE MEDLEY BROCCOLI,FRZ MEAL~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22588~^~2200~^~HEALTHY CHOICE Chicken Enchilada Suprema in Green Chili Sauce, Mexican Style Rice, Corn Medley, frozen meal~^~HC CHK ENCHI SUPMA IN GRN CHILI SAU,MEXI RICE,CORN MELY,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22592~^~2200~^~Cinnamon Swirl French Toast with Sausage, frozen breakfast~^~CINNAMON SWIRL FRENCH TOAST W/SAUSAGE,FRZ BRKFST~^~~^~~^~~^~~^0^~~^^^^ ~22595~^~2200~^~Scrambled Eggs & Sausage with Hashed Brown Potatoes, frozen breakfast~^~SCRAMBLED EGGS&SAUSAGE W/HASHED BROWN POTATOES,FRZ BRKFST~^~~^~~^~~^~~^0^~~^^^^ ~22600~^~2200~^~GREEN GIANT, Broccoli in Cheese Flavored Sauce, frozen~^~GREEN GIANT,BROCCOLI IN CHS FLAV SAU,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22603~^~2200~^~THE BUDGET GOURMET, Spinach au Gratin, frozen~^~THE BUDGET GOURMET,SPINACH AU GRATIN,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22607~^~2200~^~BANQUET Turkey and Gravy w/Dressing Meal, Mashed Potatoes and Peas in Seasoned Sauce, frozen meal~^~BANQUET TKY & GRY W/DRESS ,MSHD POT & PEA IN SEASON SAU,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22611~^~2200~^~STOUFFER'S LEAN CUISINE Chicken Enchilada Suiza with Sour Cream Sauce and Mexican-Style Rice, frozen entree~^~STOUFF LN CUISIN CHK ENCH SUIZA W/CRM SAU & MEXI-STYL RICE~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22615~^~2200~^~STOUFFER'S Chicken Enchilada and Mexican-Style Rice with Monterey Jack Cheese Sauce, frozen entree~^~STOUFFER'S CHK ENCHILA MEXIC-STY RICE W/ MONREY JACK CHS SAU~^~~^~Nestle USA, Inc.~^~~^~~^0^~~^6.25^^^ ~22671~^~2200~^~WEIGHT WATCHERS SMART ONES, Chicken Enchiladas Suiza, Sour Cream w/Cheese, frozen entree~^~SMART ONES,CHICK ENCHILADAS SUIZA,SOUR CRM W/CHEESE,FRZ~^~~^~H.J. Heinz, Co.~^~~^~~^0^~~^6.25^^^ ~22672~^~2200~^~WEIGHT WATCHERS SMART ONES, Roast Turkey Medallions, Mushrooms in Sauce w/Rice and Vegetables, frozen meal~^~SMART ONES,RST TKY MEDALLIONS,MSHRM IN SAU W/RICE & VEG,FRZ~^~~^~H.J. Heinz, Co.~^~~^~~^0^~~^6.25^^^ ~22677~^~2200~^~MARIE CALLENDER'S Beef Stroganoff and Noodles w/Carrots and Peas, frozen~^~MARIE CALLENDER'S BF STROGANOFF & NOODLES, CARROTS, PEAS,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22679~^~2200~^~Breakfast Burrito, Ham & Cheese Flavor, frozen entree~^~BREAKFAST BURRITO,HAM&CHS FLAVOR,FRZ ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22687~^~2200~^~TYSON Chicken Fajita Kit, frozen, Product Code #2266-910~^~TYSON CHICK FAJITA KIT,FRZ,PROD CD #2266-910~^~~^~Tyson Foods, Inc.~^~~^~~^0^~~^6.25^^^ ~22689~^~2200~^~BANQUET HEARTY ONES Salisbury Steak Dinner, w/Gravy, Mashed Potatoes and Corn in Seasoned Sauce, frozen meal~^~BANQUET HEARTY ONE STK DIN,GRY,MSHD POT, CORN SEASON SAU,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22690~^~2200~^~KID CUISINE Chicken Nuggets w/Pasta in Cheese Sauce, Corn in a Seasoned Sauce and Chocolate Pudding w/Sprinkles~^~KID CUISINE CHK NUG, PSTA IN CHS SAU,CRN,CHOC PUDD W/SPRINK~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22691~^~2200~^~BANQUET Sliced Beef Meal, with Gravy, Mashed Potatoes and Peas in Seasoned Sauce, frozen meal~^~BANQUET SLCED BF W/GRY, MASH POT, PEAS SEASON SAUC, FROZEN~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22694~^~2200~^~HORMEL, DINTY MOORE Beef Stew, canned entree~^~HORMEL,DINTY MOORE BF STEW,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22698~^~2200~^~HORMEL Corned Beef Hash, canned entree~^~HORMEL CORNED BF HASH,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22700~^~2200~^~BETTY CROCKER, HAMBURGER HELPER, Cheeseburger Macaroni, dry mix~^~BETTY CROCKER,HAMBURGER HELPER,CHEESEBURGER MACARONI,DRY MIX~^~~^~~^~~^~~^0^~~^^^^ ~22701~^~2200~^~HODGSON MILL, Whole Wheat Macaroni and Cheese Dinner, dry mix~^~HODGSON MILL,WHL WHEAT MACARONI&CHS DINNER,DRY MIX~^~~^~~^~~^~~^0^~~^^^^ ~22702~^~2200~^~LIPTON, Alfredo Egg Noodles in a Creamy Sauce, dry mix~^~LIPTON,ALFREDO EGG NOODLES IN A CREAMY SAU,DRY MIX~^~~^~~^~~^~~^0^~~^^^^ ~22705~^~2200~^~HORMEL Chili, No Beans, canned entree~^~HORMEL CHILI,NO BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22706~^~2200~^~HORMEL Turkey Chili with Beans, canned entree~^~HORMEL TURKEY CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22710~^~2200~^~FREEZER QUEEN Gravy & Sliced Beef Meal, Mashed Potatoes and Carrots, frozen meal~^~FREEZER QUEEN GRAVY&SLICED BF MEAL,MSHD POT&CARROTS,FRZ MEAL~^~~^~~^~~^~~^0^~~^^^^ ~22711~^~2200~^~BANQUET Salisbury Steak Meal, Gravy & Salisbury Steak w/ Mashed Potatoes and Corn in Seasoned Sauce, frozen meal~^~BANQUET GRY & SALURY STK W/ MSHD POT & CORN IN SEASONSAU,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22713~^~2200~^~HEALTHY CHOICE Mesquite Chicken BBQ, Roasted Red Potatoes, Mixed Vegetables in Sauce, frozen meal~^~HEALTHY CHOIC MESQ CHK BBQ,RSTD RED POT,MXD VEG IN SAU,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22714~^~2200~^~STAGG Dynamite Chili with Beans, canned entree~^~STAGG DYNAMITE CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22715~^~2200~^~STAGG Ranchhouse Chili with Beans, canned entree~^~STAGG RANCHHOUSE CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22716~^~2200~^~STAGG Classic Chili with Beans, canned entree~^~STAGG CLASSIC CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22717~^~2200~^~STAGG Country Chili with Beans, canned entree~^~STAGG COUNTRY CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22718~^~2200~^~STAGG SILVERADO Chili with Beans, canned entree~^~STAGG SILVERADO CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22719~^~2200~^~HORMEL Chili with Beans, canned entree~^~HORMEL CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22720~^~2200~^~HORMEL Vegetarian Chili with Beans, canned entree~^~HORMEL VEGETARIAN CHILI W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22721~^~2200~^~HORMEL Roast Beef Hash, canned entree~^~HORMEL RST BF HASH,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22901~^~2200~^~Tortellini, pasta with cheese filling~^~TORTELLINI,PASTA W/CHS FILLING~^~~^~~^~Y~^~~^0^~~^6.04^4.00^9.00^4.00 ~22903~^~2100~^~Pizza, pepperoni topping, regular crust, frozen, cooked~^~PIZZA,PEPPERONI TOPPING,REG CRUST,FRZ,CKD~^~~^~~^~~^~~^0^~~^^4.00^9.00^4.00 ~22904~^~2200~^~Chili con carne with beans, canned entree~^~CHILI CON CARNE W/BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22905~^~2200~^~Beef stew, canned entree~^~BEEF STEW,CANNED ENTREE~^~~^~~^~Y~^~~^0^~~^^^^ ~22906~^~2200~^~Chicken pot pie, frozen entree, prepared~^~CHICKEN POT PIE,FRZ ENTREE,PREP~^~~^~~^~~^~~^0^~~^^^^ ~22907~^~2200~^~Pasta with meatballs in tomato sauce, canned entree~^~PASTA W/MEATBALLS IN TOMATO SAU,CND ENTREE~^~~^~~^~Y~^~~^0^~~^^^^ ~22908~^~2200~^~Beef, corned beef hash, with potato, canned~^~BEEF,CORNED BF HASH,W/ POTATO,CND~^~~^~Hormel Foods Corp.~^~Y~^~~^0^~~^6.25^^^ ~22910~^~2200~^~Lasagna, Cheese, frozen, prepared~^~LASAGNA,CHS,FRZ,PREP~^~~^~~^~~^~~^0^~~^^^^ ~22911~^~2200~^~Chili, no beans, canned entree~^~CHILI,NO BNS,CND ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22912~^~2200~^~Spaghetti, with meatballs, canned~^~SPAGHETTI,W/ MEATBALLS,CND~^~~^~~^~~^~~^0^~~^^^^ ~22914~^~2200~^~Spaghetti, no meat, canned~^~SPAGHETTI,NO MEAT,CND~^~~^~~^~~^~~^0^~~^^^^ ~22915~^~2200~^~Lasagna with meat & sauce, low-fat, frozen entree~^~LASAGNA W/ MEAT & SAU,LOW-FAT,FRZ ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22916~^~2200~^~Lasagna with meat & sauce, frozen entree~^~LASAGNA W/ MEAT & SAU,FRZ ENTREE~^~~^~~^~~^~~^0^~~^^^^ ~22917~^~2200~^~Burrito, beef and bean, frozen~^~BURRITO,BF & BEAN,FRZ~^~~^~~^~~^~~^0^~~^^^^ ~22918~^~2200~^~Burrito, bean and cheese, frozen~^~BURRITO, BEAN AND CHEESE, FROZEN~^~~^~~^~~^~~^0^~~^^^^ ~22920~^~2200~^~HEALTHY CHOICE Traditional Meat Loaf w/Brown Sauce, Mashed Potatoes, Green Beans and Apple Praline Crisp, frozen meal~^~HC TRADITION MT LF W/BRN SAU,MSHD POTS,GRN BNS & APL CRP,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22921~^~2200~^~HEALTHY CHOICE Salisbury Steak w/Mushroom Gravy, Roasted Red Potatoes, Green Beans, Corn, Carrot Medley, Caramel Apple Dessert, frozen meal~^~HC SALBRY STK W/MSHRM GRVY,RST RED POT,GRN BNS,CRN,CART MEDY~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22922~^~2200~^~HEALTHY CHOICE Country Roasted Turkey w/Cranberry Apple Sauce, Green Beans & Carrot Blend~^~HC CONTRY RSTD TKY W/CRANBERRY APPL SAU,GRN BNS & CARROT BLD~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22923~^~2200~^~HEALTHY CHOICE Mesquite Beef w/BBQ Sauce, Roasted Red Potatoes, and Corn,Carrot Pea Medley, frozen meal~^~HC MESQ BF W/BBQ SAU,RSTD RED POT & CORN,CAROT PEA MELEY,FRZ~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22924~^~2200~^~MARIE CALLENDER'S Turkey w/Gravy and Dressing with Mashed Potatoes, Green Beans and Cranberries~^~MARIE CALLENDER TKY W/GRY & DRSNG W/ MSHD POT,GRN BNS & CRAN~^~~^~ConAgra, Inc.~^~~^~~^0^~~^6.25^^^ ~22925~^~2200~^~WEIGHT WATCHERS SMART ONES, Chicken Tenderloins w/ BBQ Sauce~^~WEIGHT WATCHERS SMART ONES,CHICK TENDERLOINS W/ BBQ SAU~^~~^~H.J. Heinz, Co.~^~~^~~^0^~~^6.25^^^ ~22926~^~1600~^~MORNINGSTAR FARMS Veggie Medley made from Organic Soy, frozen, unprepared~^~MORNINGSTAR FARMS VEGGIE MEDLEY W/ ORG SOY,FRZ,UNPREP~^~~^~Kellogg, Co.~^~~^~~^0^~~^6.25^^^ ~22927~^~2200~^~Burrito, bean and cheese, microwaved~^~BURRITO,BEAN & CHS,MICROWAVED~^~~^~~^~Y~^~~^0^~~^^^^ ~22928~^~2200~^~Burrito, beef and bean, microwaved~^~BURRITO,BF & BEAN,MICROWAVED~^~~^~~^~~^~~^0^~~^^^^ ~22929~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, Mini Beef Ravioli in Meat Sauce~^~CAMPBELL,SPAGHETTIOS,MINI BF RAVIOLI IN MEAT SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22930~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, Spaghetti in Tomato & Cheese Sauce~^~CAMPBELL,SPAGHETTIOS,SPAGHETTI IN TOMATO & CHS SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22931~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Original~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIOS ORIGINAL~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22932~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs A to Z's~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIOS A TO Z'S~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22935~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Danny PhantomShaped Pasta with Sliced Franks~^~ SPAGHETTIOS, Danny PhantomShaped Pasta with Sliced Franks~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22936~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Dora the ExplorerShaped Pasta~^~CAMPBELL, SPAGHETTIOS,DORA THE EXPLORERSHAPED PASTA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22937~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs in Meat Sauce~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIOS IN MEAT SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22938~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs plus Calcium~^~CAMPBELL ,SPAGHETTIOS,SPAGHETTIOS PLUS CA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22939~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs RavioliOs Beef Ravioli in Meat Sauce~^~CAMPBELL ,SPAGHETTIOS RAVIOLIOS BF RAVIOLI IN MEAT SAU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22940~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Meatballs~^~CAMPBELL SOUP COMPANY,SPAGHETTIOS,SPAGHETTIO'S W/ MEATBALLS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22941~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Sliced Franks~^~CAMPBELL ,SPAGHETTIOS,SPAGHETTIO'S W/ SLICED FRANKS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22942~^~2200~^~CAMPBELL Soup Company, SPAGHETTIOS, SpaghtettiOs A to Z's with Meatballs~^~CAMPBELL,SPAGHTETTIOS A TO Z'S W/ MEATBALLS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22943~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Cheesy Chicken with pasta~^~CAMPBELL ,SUPPER BAKES MEAL KITS,CHEESY CHICK W/ PASTA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22944~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Creamy Stroganoff Sauce with pasta~^~SUPPER BAKES MEAL KITS,CREAMY STROGANOFF SAU W/ PASTA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22945~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Garlic Chicken with pasta~^~CAMPBELL,SUPPER BAKES MEAL KITS,GARLIC CHICK W/ PASTA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22946~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Herb Chicken with rice~^~CAMPBELL, SUPPER BAKES MEAL KITS,HERB CHICK W/ RICE~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22947~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Lemon Chicken with herb rice~^~CAMPBELL SUPPER BAKES MEAL KITS,LEMON CHICK W/ HERB RICE~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22948~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Savory Pork Chops with herb stuffing~^~CAMPBELL,SUPPER MEAL KITS,SAVORY PORK CHOPS W/ HERB STUFFING~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22949~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Southwestern-Style Chicken w/rice~^~CAMPBELL,SUPPER BAKES MEAL KITS,SOUTHWEST-STYLE CHICK W/RICE~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22950~^~2200~^~CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Traditional Roast Chicken with stuffing~^~CAMPBELL,SUPPER BAKES MEAL KITS,TRDNL RST CHK W/ STUFFING~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22951~^~2200~^~CAMPBELL Soup Company, SWANSON, Chicken A La King~^~CAMPBELL SOUP COMPANY,SWANSON,CHICK A LA KING~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22952~^~2200~^~CAMPBELL Soup Company, SWANSON, Chicken and Dumplings~^~CAMPBELL SOUP COMPANY,SWANSON,CHICK & DUMPLINGS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~22953~^~2200~^~Egg rolls, pork, refrigerated, heated~^~EGG ROLLS,PORK,REFR,HTD~^~~^~~^~~^~~^0^~~^6.25^^^ ~22954~^~2200~^~Egg rolls, chicken, refrigerated, heated~^~EGG ROLLS,CHICK,REFR,HTD~^~~^~~^~~^~~^0^~~^6.25^^^ ~22955~^~2200~^~Egg rolls, vegetable, refrigerated, heated~^~EGG ROLLS,VEG,REFR,HTD~^~~^~~^~~^~~^0^~~^6.25^^^ ~22956~^~2200~^~Lasagna, Vegetable, frozen, baked~^~LASAGNA,VEG,FRZ,BKD~^~~^~~^~Y~^~~^0^~~^^^^ ~22957~^~2200~^~Turkey, stuffing, mashed potatoes w/gravy, assorted vegetables, frozen, microwaved~^~TKY,STUFFING,MSHD POTATOE W/GRAVY,ASSORTED VEG,FRZ,MICROWAVE~^~~^~~^~~^~~^0^~~^^^^ ~22958~^~2200~^~Rice bowl with chicken, frozen entree, prepared (includes fried, teriyaki, and sweet and sour varieties)~^~RICE BOWL W/ CHICK,FRZ ENTREE,PREP~^~~^~~^~~^~~^0^~~^^^^ ~23001~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~23002~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~23003~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,SEL,RAW~^~URMIS # 1330~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~23004~^~1300~^~Beef, short loin, porterhouse steak, separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,SHRT LOIN,PRTRHS STEAK,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~URMIS # 1330~^~~^~~^~Bone~^21^~~^6.25^4.27^9.02^3.87 ~23005~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 1/8" fat, all grades, raw~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~23006~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~23007~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,SEL,RAW~^~URMIS # 1369~^~~^~~^~Bone~^22^~~^6.25^4.27^9.02^3.87 ~23008~^~1300~^~Beef, short loin, t-bone steak, separable lean and fat, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,SHRT LOIN,T-BONE STEAK,LN&FAT,1/8"FAT,SEL,CKD,BRLD~^~URMIS # 1369~^~~^~~^~Connective tissue~^2^~~^6.25^4.27^9.02^3.87 ~23030~^~1300~^~Beef, round, knuckle, tip side, steak, separable lean and fat, trimmed to 0" fat, choice, raw~^~BEEF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^~Beef Value Cut, Sirloin Tip Steak, URMIS #2358, Vastas Lateralis~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23031~^~1300~^~Beef, round, knuckle, tip side, steak, separable lean and fat, trimmed to 0" fat, choice, cooked, grilled~^~BF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,CH,CKD,GRILLED~^~Beef Value Cut, Sirloin Tip Steak, URMIS #2358, Vastas Lateralis~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23032~^~1300~^~Beef, round, knuckle, tip side, steak, separable lean and fat , trimmed to 0" fat, select, raw~^~BEEF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT 0" FAT,SEL,RAW~^~Beef Value Cut, Sirloin Tip Steak, URMIS #1543, Vastas Lateralis~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23033~^~1300~^~Beef, round, knuckle, tip side, steak, separable lean and fat, trimmed to 0" fat, select, cooked, grilled~^~BF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,SE,CKD,GRILLED~^~Beef Value Cut, Sirloin Tip Steak, URMIS #1543, Vastas Lateralis~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23034~^~1300~^~Beef, chuck, shoulder clod, shoulder tender, medallion, separable lean and fat, trimmed to 0" fat, choice, raw~^~BF,CHK,CLOD,SHLDR TENDER,MEDALLION,LN & FAT,0" FAT,CHOIC,RAW~^~Beef Value Cut, Tender Medallions, Teres Major, URMIS #1979 or #1845~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23035~^~1300~^~Beef, chuck, shoulder clod, shoulder tender, medallion, separable lean and fat, trimmed to 0" fat, choice, cooked, grilled~^~BF,CHK,CLOD,SHDR TNDR,MED,LN & FAT,0" FAT,CH,CKD,GRILLED~^~Beef Value Cut, Tender Medallions, Teres Major, URMIS #1979 or #1845~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23036~^~1300~^~Beef, chuck, shoulder clod, shoulder tender, medallion, separable lean and fat, trimmed to 0" fat, select, raw~^~BF,CHK,CLOD,SHLDR TENDER,MEDALLION,LN & FAT,0" FAT,SEL,RAW~^~Beef Value Cut, Tender Medallions, Teres Major, URMIS #1164 or #1030~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23037~^~1300~^~Beef, chuck, shoulder clod, shoulder top and center steaks, steak, separable lean and fat, trimmed to 0" fat, choice, raw~^~BEEF,CHUCK,SHLDR CLOD,TOP & CNTR ,STK,LN & FAT,0" FAT,CH,RAW~^~Beef Value Cut, Center Cut Steak, Ranch Cut Steak, URMIS #1977, Triceps Brachii~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23038~^~1300~^~Beef, chuck, shoulder clod, shoulder top and center steaks, steak, separable lean and fat, trimmed to 0" fat, choice, cooked, grilled~^~BF,CHK,SHLDR CLOD,TOP & CNTR,STK,LN & FAT,0" FAT,CH,CKD,GRLD~^~Beef Value Cut, Center Cut Steak, Ranch Cut Steak, URMIS #1977, Triceps Brachii~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23039~^~1300~^~Beef, chuck, shoulder clod, shoulder top and center steaks, steak, separable lean and fat, trimmed to 0" fat, select, raw~^~BF,CHUCK,SHLDR CLOD, TOP & CNTR,STK,LN & FAT,0" FAT,SEL,RAW~^~Beef Value Cut, Center Cut Steak, Ranch Cut Steak, URMIS #1162, Triceps Brachii~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23040~^~1300~^~Beef, chuck, shoulder clod, shoulder top and center steaks, steak, separable lean and fat, trimmed to 0" fat, select, cooked, grilled~^~BF,CHK, CLOD,TOP & CNTR,STK,LN & FAT,0" FAT,SEL,CKD,GRLD~^~Beef Value Cut, Center Cut Steak, Ranch Cut Steak, URMIS #1162, Triceps Brachii~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23041~^~1300~^~Beef, chuck, shoulder clod, top blade, steak, separable lean and fat, trimmed to 0" fat, choice, raw~^~BF,CHK,SHLDR CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^~Beef Value Cut, Flat Iron Steak, Infraspinatus, URMIS #1981~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23042~^~1300~^~Beef, chuck, shoulder clod, top blade, steak, separable lean and fat, trimmed to 0" fat, choice, cooked, grilled~^~BF,CHK,CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,CH,CKD,GRILLED~^~Beef Value Cut, Flat Iron Steak, Infraspinatus, URMIS #1981~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23043~^~1300~^~Beef, chuck, shoulder clod, top blade, steak, separable lean and fat, trimmed to 0" fat, select, raw~^~BF,CHUCK,SHLDR CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,SEL,RAW~^~Beef Value Cut, Flat Iron Steak, Infraspinatus, URMIS #1166~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23044~^~1300~^~Beef, chuck, shoulder clod, top blade, steak, separable lean and fat, trimmed to 0" fat, select, cooked, grilled~^~BF,CHK,CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,SEL,CKD,GRILLED~^~Beef Value Cut, Flat Iron Steak, Infraspinatus, URMIS #1166~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23045~^~1300~^~Beef, round, knuckle, tip center, steak, separable lean and fat, trimmed to 0" fat, choice, raw~^~BEEF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^~Beef Value Cut, Rectus Femoris, Sirloin Tip Steak, URMIS #2365~^~~^~~^~~^0^~~^6.24^4.27^9.02^3.87 ~23046~^~1300~^~Beef, round, knuckle, tip center, steak, separable lean and fat, trimmed to 0" fat, choice, cooked, grilled~^~BF,RND,KNUCKLE,TIP CNTR,STK,LN & FAT,0" FAT,CHOIC,CKD,GRLD~^~Beef Value Cut, Rectus Femoris, Sirloin Tip Steak, URMIS #2365~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23047~^~1300~^~Beef, round, knuckle, tip center, steak, separable lean and fat, trimmed to 0" fat, select, raw~^~BEEF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,SEL,RAW~^~Beef Value Cut, Rectus Femoris, Sirloin Tip Steak, URMIS #1550~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23048~^~1300~^~Beef, round, knuckle, tip center, steak, separable lean and fat, trimmed to 0" fat, select, cooked, grilled~^~BF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,SE,CKD,GRILLED~^~Beef Value Cut, Rectus Femoris, Sirloin Tip Steak, URMIS #1550~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23049~^~1300~^~Beef, round, outside round, bottom round, steak, separable lean and fat, trimmed to 0" fat, choice, raw~^~BF,RND,OUTSIDE RND,BTTM RND,STEAK,LN & FAT,0" FAT,CHOIC,RAW~^~Beef Value Cut, Biceps Femoris, London Broil, URMIS #2277, Western Griller Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23050~^~1300~^~Beef, round, outside round, bottom round, steak, separable lean and fat, trimmed to 0" fat, choice, cooked, grilled~^~BF,RND,OUT RND,BTTM RND,STK,LN & FAT,0" FAT,CH,CKD,GRILLED~^~Beef Value Cut, Biceps Femoris, London Broil, URMIS #2277, Western Griller Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23051~^~1300~^~Beef, round, outside round, bottom round, steak, separable lean and fat, trimmed to 0" fat, select, raw~^~BEEF,RND,OUTSIDE RND,BTTM RND,STEAK,LN & FAT,0" FAT,SEL,RAW~^~Beef Value Cut, Biceps Femoris, London Broil, URMIS #1462, Western Griller Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23052~^~1300~^~Beef, round, outside round, bottom round, steak, separable lean and fat, trimmed to 0" fat, select, cooked, grilled~^~BF,RND,OUT RND,BTTM RND,STEAK,LN & FAT,0" FAT,SE,CKD,GRILLED~^~Beef Value Cut, Biceps Femoris, London Broil, URMIS #1462, Western Griller Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23053~^~1300~^~Beef, chuck, shoulder clod, shoulder tender, medallion, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BF,CHK,CLD,SHLDR TNDR,MEDALLION,LN & FAT,0" FAT,ALL GRDS,RAW~^~Beef Value Cut, Tender Medallions, Teres Major~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23054~^~1300~^~Beef, chuck, shoulder clod, shoulder tender, medallion, separable lean and fat, trimmed to 0" fat, all grades, cooked, grilled~^~BF,CHK,CLD,SHDR TNDR,MED,LN & FAT,0" FAT,ALL GRDS,CK,GRLD~^~Beef Value Cut, Tender Medallions, Teres Major~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23055~^~1300~^~Beef, round, knuckle, tip side, steak, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BEEF,RND,KNUCKLE,TIP SIDE,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^~Beef Value Cut, Sirloin Tip Steak, Vastas Lateralis~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23056~^~1300~^~Beef, round, knuckle, tip side, steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, grilled~^~BF,RND,KNUCK,TIP SIDE,STK,LN & FAT,0" FAT,ALL GRDS,CKD,GRLD~^~Beef Value Cut, Sirloin Tip Steak, Vastas Lateralis~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23057~^~1300~^~Beef, chuck, shoulder clod, top and center steaks, steak, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BF,CHUCK,CLOD,TOP & CNTR,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^~Beef Value Cut, Center Cut Steak, Ranch Cut Steak, Triceps Brachii~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23058~^~1300~^~Beef, chuck, shoulder clod, shoulder top and center steaks, steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, grilled~^~BF,CHK,CLD,TOP & CNTR ,STK,LN & FAT,0" FAT,ALL GRDS,CK,GRLD~^~Beef Value Cut, Center Cut Steak, Ranch Cut Steak, Triceps Brachii~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23059~^~1300~^~Beef, chuck, shoulder clod, top blade, steak, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BEEF,CHUCK,CLOD,TOP BLADE,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^~Beef Value Cut, Flat Iron Steak, Infraspinatus~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23060~^~1300~^~Beef, chuck, shoulder clod, top blade, steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, grilled~^~BF,CHUCK,CLOD,TOP BLADE,STK,LN & FAT,0" FAT,ALL,CKD,GRLD~^~Beef Value Cut, Flat Iron Steak, Infraspinatus~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23061~^~1300~^~Beef, round, knuckle, tip center, steak, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BEEF,RND,KNUCKLE,TIP CNTR,STEAK,LN & FAT,0" FAT,ALL GRDS,RAW~^~Beef Value Cut, Rectus Femoris, Sirloin Tip Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23062~^~1300~^~Beef, round, knuckle, tip center, steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, grilled~^~BF,RND,KNUCKLE,TIP CNTR,STK,LN & FAT,0" FAT,ALL,CKD,GRLD~^~Beef Value Cut, Rectus Femoris, Sirloin Tip Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23063~^~1300~^~Beef, round, outside round, bottom round, steak, separable lean and fat, trimmed to 0" fat, all grades, raw~^~BF,RND,OUTSIDE RND,BTTM RND,STEAK,LN & FAT,0" FAT,ALL,RAW~^~Beef Value Cut, Biceps Femoris, London Broil, Western Griller Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23064~^~1300~^~Beef, round, outside round, bottom round, steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, grilled~^~BF,RND,OUT RND,BTTM RND,STK,LN & FAT,0" FAT,ALL GRDS,CK,GRLD~^~Beef Value Cut, Biceps Femoris, London Broil, Western Griller Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23065~^~1300~^~Beef, chuck, shoulder clod, shoulder tender, medallion, separable lean and fat, trimmed to 0" fat, select, cooked, grilled~^~BF,CHK, CLOD,SHLDR TENDER,MED,LN & FAT,0" FAT,SE,CKD,GRILLED~^~Beef Value Cut, Tender Medallions, Teres Major, URMIS #1164 or #1030~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23501~^~1300~^~USDA Commodity, beef patties with VPP, frozen, cooked~^~USDA COMMODITY,BF PATTIES W/VPP,FRZ,CKD~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~23502~^~1300~^~USDA Commodity, beef, ground bulk/coarse ground, frozen, cooked~^~USDA COMMODITY,BF,GROUND BULK/COARSE GROUND,FRZ,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23503~^~1300~^~USDA Commodity, beef, patties (100%), frozen, cooked~^~USDA COMMODITY,BF,PATTIES (100%),FRZ,CKD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23506~^~1300~^~USDA Commodity, beef patties with VPP, frozen, raw~^~USDA COMMODITY,BF PATTIES W/VPP,FRZ,RAW~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~23507~^~1300~^~USDA Commodity, beef, patties (100%), frozen, raw~^~USDA COMMODITY,BF,PATTIES (100%),FRZ,RAW~^~~^~~^~~^~~^0^~~^^4.27^9.02^3.87 ~23508~^~1300~^~USDA Commodity, beef, ground, bulk/coarse ground, frozen, raw~^~USDA COMMODITY,BF,GROUND,BULK/COARSE GROUND,FRZ,RAW~^~~^~~^~~^~~^0^~~^^4.27^9.02^3.87 ~23509~^~1300~^~Beef, chuck, mock tender steak, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,CHUCK,MOCK TENDER STK,LN,0" FAT,ALL GRDS,CKD,BRLD~^~Mock Tender Steak~^~~^~~^~Bone and heavy connective tissue, 4%, separable fat, 0%~^4^~~^6.25^4.27^9.02^3.87 ~23511~^~1300~^~Beef, chuck, top blade, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,CHUCK,TOP BLADE,LN ONLY,TO 0" FAT,ALL GRDS,CKD,BRLD~^~Top Blade Roast, Boneless~^~~^~~^~Bone and heavy connective tissue, 15%, separable fat, 2%~^17^~~^6.25^4.27^9.02^3.87 ~23514~^~1300~^~Beef, chuck, clod roast, separable lean only, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,CHUCK,CLOD RST,LN,0" FAT,ALL GRDS,CKD,RSTD~^~~^~~^~~^~Bone and heavy connective tissue, 4%, separable fat, 6%~^10^~~^6.25^4.27^9.02^3.87 ~23516~^~1300~^~Beef, chuck, clod steak, separable lean only, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,CHUCK,CLOD STEAK,LN ONLY,TO 0" FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Bone and heavy connective tissue, 5%, separable fat, 5%~^10^~~^6.25^4.27^9.02^3.87 ~23519~^~1300~^~Beef, chuck, mock tender steak, separable lean and fat, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,CHCK,MCK TENDER STK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^~Mock Tender Steak, URMIS #1931~^~~^~~^~Bone and heavy connective tissue, 5%~^5^~~^6.25^4.27^9.02^3.87 ~23521~^~1300~^~Beef, chuck, mock tender steak, separable lean and fat, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,CHUCK,MOCK TENDER STK,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^~Mock Tender Steak, URMIS #1116~^~~^~~^~Bone and heavy connective tissue, 3%~^3^~~^6.25^4.27^9.02^3.87 ~23523~^~1300~^~Beef, chuck, top blade, separable lean and fat, trimmed to 0" fat, USDA choice, cooked, broiled~^~BEEF,CHUCK,TOP BLADE,LN & FAT,0" FAT,USDA CHOIC,CKD,BRLD~^~Top Blade Roast, Boneless, URMIS #1959~^~~^~~^~Bone and heavy connective tissue, 13%~^13^~~^6.25^4.27^9.02^3.87 ~23525~^~1300~^~Beef, chuck, top blade, separable lean and fat, trimmed to 0" fat, USDA select, cooked, broiled~^~BEEF,CHUCK,TOP BLADE,LN & FAT,0" FAT,USDA SEL,CKD,BRLD~^~Top Blade Roast, Boneless, URMIS #1144~^~~^~~^~Bone and heavy connective tissue, 16%~^16^~~^6.25^4.27^9.02^3.87 ~23528~^~1300~^~Beef, chuck, clod roast, separable lean and fat, trimmed to 0" fat, USDA choice, cooked, roasted~^~BEEF,CHUCK,CLOD RST,LN & FAT,0" FAT,USDA CHOIC,CKD,RSTD~^~URMIS #1947~^~~^~~^~Bone and heavy connective tissue, 4%~^4^~~^6.25^4.27^9.02^3.87 ~23531~^~1300~^~Beef, chuck, clod roast, separable lean and fat, trimmed to 0" fat, USDA select, cooked, roasted~^~BEEF,CHUCK,CLOD RST,LN & FAT,0" FAT,USDA SEL,CKD,RSTD~^~URMIS #1132~^~~^~~^~Bone and heavy connective tissue, 5%~^5^~~^6.25^4.27^9.02^3.87 ~23533~^~1300~^~Beef, chuck, clod steak, separable lean and fat, trimmed to 0" fat, USDA choice, cooked, braised~^~BEEF,CHUCK,CLOD STEAK,LN & FAT,0" FAT,USDA CHOIC,CKD,BRSD~^~URMIS #1948~^~~^~~^~Bone and heavy connective tissue, 6%~^6^~~^6.25^4.27^9.02^3.87 ~23536~^~1300~^~Beef, chuck, clod steak, separable lean and fat, trimmed to 0" fat, USDA select, cooked, braised~^~BEEF,CHUCK,CLOD STEAK,LN & FAT,0" FAT,USDA SEL,CKD,BRSD~^~URMIS #1133~^~~^~~^~Bone and heavy connective tissue, 4%~^4^~~^6.25^4.27^9.02^3.87 ~23540~^~1300~^~Beef, plate, inside skirt steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,PLATE,SKIRT STEAK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~Plate Skirt Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23541~^~1300~^~Beef, plate, outside skirt steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,PLATE,OUTSIDE SKIRT,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~Plate Skirt Steak~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23545~^~1300~^~Beef, loin, bottom sirloin butt, tri-tip steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,SIRLOIN,TRI-TIP STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23547~^~1300~^~Beef, chuck, mock tender steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,CHUCK,MOCK TENDER STK,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~Mock Tender Steak~^~~^~~^~Bone and heavy connective tissue, 4%~^4^~~^6.25^4.27^9.02^3.87 ~23549~^~1300~^~Beef, chuck, top blade, separable lean and fat, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,CHUCK,TOP BLADE,LN & FAT,0" FAT,ALL GRDS,CKD,BRLD~^~Top Blade Roast, Boneless~^~~^~~^~Bone and heavy connective tissue, 15%~^15^~~^6.25^4.27^9.02^3.87 ~23552~^~1300~^~Beef, chuck, clod roast, separable lean and fat, trimmed to 0" fat, all grades, cooked, roasted~^~BEEF,CHUCK,CLOD RST,LN & FAT,0" FAT,ALL GRDS,CKD,RSTD~^~~^~~^~~^~Bone and heavy connective tissue, 4%~^4^~~^6.25^4.27^9.02^3.87 ~23554~^~1300~^~Beef, chuck, clod steak, separable lean and fat, trimmed to 0" fat, all grades, cooked, braised~^~BEEF,CHUCK,CLOD STEAK,LN & FAT,0" FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Bone and heavy connective tissue, 5%~^5^~~^6.25^4.27^9.02^3.87 ~23557~^~1300~^~Beef, ground, 95% lean meat / 5% fat, raw~^~BEEF,GROUND,95% LN MEAT / 5% FAT,RAW~^~hamburger~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23558~^~1300~^~Beef, ground, 95% lean meat / 5% fat, patty, cooked, broiled~^~BEEF,GROUND,95% LN MEAT / 5% FAT,PATTY,CKD,BRLD~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23559~^~1300~^~Beef, ground, 95% lean meat / 5% fat, patty, cooked, pan-broiled~^~BEEF,GROUND,95% LN MEAT / 5% FAT,PATTY,CKD,PAN-BROILED~^~hamburger~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23560~^~1300~^~Beef, ground, 95% lean meat / 5% fat, crumbles, cooked, pan-browned~^~BEEF,GROUND,95% LN MEAT / 5% FAT,CRUMBLES,CKD,PAN-BROWNED~^~hamburger~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23561~^~1300~^~Beef, ground, 95% lean meat / 5% fat, loaf, cooked, baked~^~BEEF,GROUND,95% LN MEAT / 5% FAT,LOAF,CKD,BKD~^~hamburger~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23562~^~1300~^~Beef, ground, 90% lean meat / 10% fat, raw~^~BEEF,GROUND,90% LN MEAT / 10% FAT,RAW~^~hamburger~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23563~^~1300~^~Beef, ground, 90% lean meat / 10% fat, patty, cooked, broiled~^~BEEF,GROUND,90% LN MEAT / 10% FAT,PATTY,CKD,BRLD~^~hamburger, ground sirloin~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23564~^~1300~^~Beef, ground, 90% lean meat / 10% fat, patty, cooked, pan-broiled~^~BEEF,GROUND,90% LN MEAT / 10% FAT,PATTY,CKD,PAN-BROILED~^~hamburger, ground sirloin~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23565~^~1300~^~Beef, ground, 90% lean meat / 10% fat, crumbles, cooked, pan-browned~^~BEEF,GROUND,90% LN MEAT / 10% FAT,CRUMBLES,CKD,PAN-BROWNED~^~hamburger, ground sirloin~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23566~^~1300~^~Beef, ground, 90% lean meat / 10% fat, loaf, cooked, baked~^~BEEF,GROUND,90% LN MEAT / 10% FAT,LOAF,CKD,BKD~^~hamburger, ground sirloin~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23567~^~1300~^~Beef, ground, 85% lean meat / 15% fat, raw~^~BEEF,GROUND,85% LN MEAT / 15% FAT,RAW~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23568~^~1300~^~Beef, ground, 85% lean meat / 15% fat, patty, cooked, broiled~^~BEEF,GROUND,85% LN MEAT / 15% FAT,PATTY,CKD,BRLD~^~hamburger, ground round~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23569~^~1300~^~Beef, ground, 85% lean meat / 15% fat, patty, cooked, pan-broiled~^~BEEF,GROUND,85% LN MEAT / 15% FAT,PATTY,CKD,PAN-BROILED~^~hamburger, ground round~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23570~^~1300~^~Beef, ground, 85% lean meat / 15% fat, crumbles, cooked, pan-browned~^~BEEF,GROUND,85% LN MEAT / 15% FAT,CRUMBLES,CKD,PAN-BROWNED~^~hamburger, ground round~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23571~^~1300~^~Beef, ground, 85% lean meat / 15% fat, loaf, cooked, baked~^~BEEF,GROUND,85% LN MEAT / 15% FAT,LOAF,CKD,BKD~^~hamburger, ground round~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23572~^~1300~^~Beef, ground, 80% lean meat / 20% fat, raw~^~BEEF,GROUND,80% LN MEAT / 20% FAT,RAW~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23573~^~1300~^~Beef, ground, 80% lean meat / 20% fat, patty, cooked, broiled~^~BEEF,GROUND,80% LN MEAT / 20% FAT,PATTY,CKD,BRLD~^~hamburger, ground chuck~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23574~^~1300~^~Beef, ground, 80% lean meat / 20% fat, patty, cooked, pan-broiled~^~BEEF,GROUND,80% LN MEAT / 20% FAT,PATTY,CKD,PAN-BROILED~^~hamburger, ground chuck~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23575~^~1300~^~Beef, ground, 80% lean meat / 20% fat, crumbles, cooked, pan-browned~^~BEEF,GROUND,80% LN MEAT / 20% FAT,CRUMBLES,CKD,PAN-BROWNED~^~hamburger, ground chuck~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23576~^~1300~^~Beef, ground, 80% lean meat / 20% fat, loaf, cooked, baked~^~BEEF,GROUND,80% LN MEAT / 20% FAT,LOAF,CKD,BKD~^~hamburger, ground chuck~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23577~^~1300~^~Beef, ground, 75% lean meat / 25% fat, raw~^~BEEF,GROUND,75% LN MEAT / 25% FAT,RAW~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23578~^~1300~^~Beef, ground, 75% lean meat / 25% fat, patty, cooked, broiled~^~BEEF,GROUND,75% LN MEAT / 25% FAT,PATTY,CKD,BRLD~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23579~^~1300~^~Beef, ground, 75% lean meat / 25% fat, patty, cooked, pan-broiled~^~BEEF,GROUND,75% LN MEAT / 25% FAT,PATTY,CKD,PAN-BROILED~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23580~^~1300~^~Beef, ground, 75% lean meat / 25% fat, crumbles, cooked, pan-browned~^~BEEF,GROUND,75% LN MEAT / 25% FAT,CRUMBLES,CKD,PAN-BROWNED~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23581~^~1300~^~Beef, ground, 75% lean meat / 25% fat, loaf, cooked, baked~^~BEEF,GROUND,75% LN MEAT / 25% FAT,LOAF,CKD,BKD~^~hamburger~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~23582~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,SEL,RAW~^~~^~~^~~^~Bone and connective tissue 5%, sep fat 19%~^24^~~^6.25^4.27^9.02^3.87 ~23583~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,TENDERLOIN,LN,1/8" FAT,SEL,RAW~^~URMIS #1386~^~~^~~^~Bone and connective tissue 2%, sep fat 19%~^21^~~^6.25^4.27^9.02^3.87 ~23584~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,SEL,RAW~^~URMIS #1422~^~~^~Y~^~Bone and connective tissue, 3.26%,separable fat, 11.04%~^14^~~^6.25^4.27^9.02^3.87 ~23585~^~1300~^~Beef, short loin, top loin, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,SHRT LOIN,TOP LOIN,LN,1/8" FAT,SEL,RAW~^~URMIS # 1398~^~~^~~^~Bone and connective tissue 9%, sep fat 15%~^24^~~^6.25^4.27^9.02^3.87 ~23586~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,SEL,CKD,BRLD~^~~^~~^~~^~Bone and connective tissue 7%, sep fat 17%~^24^~~^6.25^4.27^9.02^3.87 ~23587~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,TENDERLOIN,LN,1/8" FAT,SEL,CKD,BRLD~^~URMIS #1388~^~~^~~^~Bone and connective tissue 4%, sep fat 13%~^17^~~^6.25^4.27^9.02^3.87 ~23588~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,SEL,CKD,BRLD~^~URMIS #1422~^~~^~Y~^~Bone and connective tissue, 4.85%, separable fat, 11.31%~^16^~~^6.25^4.27^9.02^3.87 ~23589~^~1300~^~Beef, short loin, top loin, separable lean only, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN,LN,1/8" FAT,SEL,CKD,BRLD~^~URMIS # 1398~^~~^~~^~Bone and connective tissue 12%, sep fat 13%~^25^~~^6.25^4.27^9.02^3.87 ~23590~^~1300~^~Beef, round, bottom round , separable lean only, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RND,BTTM RND LN,1/8" FAT,SEL,CKD,RSTD~^~URMIS #1464~^~~^~Y~^~Bone and connective tissue 3.32%, separable fat 9.02%~^12^~~^6.25^4.27^9.02^3.87 ~23591~^~1300~^~Beef, round, eye of round roast, separable lean only, trimmed to 1/8" fat, select, cooked, roasted~^~BEEF,RND,EYE OF RND RST,LN,1/8" FAT,SEL,CKD,RSTD~^~URMIS #1480~^~~^~~^~Bone and connective tissue 1%, sep fat 8%~^9^~~^6.25^4.27^9.02^3.87 ~23592~^~1300~^~Beef, round, top round, separable lean only, trimmed to 1/8" fat, select, cooked, broiled~^~BEEF,RND,TOP RND,LN,1/8" FAT,SEL,CKD,BRLD~^~URMIS #1553~^~~^~~^~Bone and connective tissue 1%, sep fat 5%~^6^~~^6.25^4.27^9.02^3.87 ~23593~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,RND,BTTM RND,LN,1/8" FAT,SEL,CKD,BRSD~^~URMIS #1464~^~~^~~^~Bone and connective tissue 4.61%, separable fat 7.21%~^12^~~^6.25^4.27^9.02^3.87 ~23594~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,RND,BTTM RND,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 2.49%, separable fat 10.55%~^13^~~^6.25^^^ ~23595~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,ALL GRDS,CKD,BRSD~^~~^~~^~~^~Bone and connective tissue 1%, sep fat 19%~^20^~~^6.25^4.27^9.02^3.87 ~23596~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 1%, sep fat 27%~^28^~~^6.25^4.27^9.02^3.87 ~23597~^~1300~^~Beef, round, eye of round, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 2%, sep fat 8%~^10^~~^6.25^4.27^9.02^3.87 ~23598~^~1300~^~Beef, round, eye of round, separable lean only, trimmed to 1/8" fat, all grades, cooked, roasted~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,ALL GRDS,CKD,RSTD~^~~^~~^~Y~^~Bone and connective tissue, 1.21%, separable fat, 7.42%~^9^~~^6.25^4.27^9.02^3.87 ~23599~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 5%, sep fat 20%~^25^~~^6.25^4.27^9.02^3.87 ~23600~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,TENDERLOIN,LN,1/8" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~Y~^~Bone and connective tissue, 4.20%, separable fat, 13.37%~^18^~~^6.25^4.27^9.02^3.87 ~23601~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,TENDERLOIN,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 2%, sep fat 18%~^20^~~^6.25^4.27^9.02^3.87 ~23602~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,ALL GRDS,CKD,BRSD~^~~^~~^~Y~^~Bone and connective tissue, 27.87%, separable fat, 13.50%~^41^~~^6.25^4.27^9.02^3.87 ~23603~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 21%, sep fat 16%~^37^~~^6.25^4.27^9.02^3.87 ~23604~^~1300~^~Beef, round, bottom round, separable lean only,trimmed to 1/8" fat, all grades, cooked~^~BEEF,RND,BTTM RND,LN,1/8" FAT,ALL GRDS,CKD~^~~^~~^~~^~Bone and connective tissue 2.33%, separable fat 8.89%~^11^~~^6.25^^^ ~23605~^~1300~^~Beef, round, bottom round, separable lean only,trimmed to 1/8" fat, all grades, cooked, braised~^~BEEF,RND,BTTM RND,LN,1/8" FAT,ALL GRDS,CKD,BRSD~^~~^~~^~Y~^~Bone and connective tissue, 4.78%, separable fat, 6.51%~^11^~~^6.25^4.27^9.02^3.87 ~23606~^~1300~^~Beef, short loin, top loin , separable lean only, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN LN,1/8" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~Y~^~Bone and connective tissue, 11.91%, separable fat, 13.48%~^25^~~^6.25^4.27^9.02^3.87 ~23607~^~1300~^~Beef, short loin, top loin, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,SHRT LOIN,TOP LOIN,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 10%, sep fat 14%~^24^~~^6.25^4.00^9.00^4.00 ~23608~^~1300~^~Beef, round, top round, separable lean only, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,RND,TOP RND,LN,1/8" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~Y~^~Bone and connective tissue, 0.94%, separable fat, 5.51%~^6^~~^6.25^4.27^9.02^3.87 ~23609~^~1300~^~Beef, round, top round, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,RND,TOP RND,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~~^~Separable fat~^6^~~^6.25^4.27^9.02^3.87 ~23610~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~Y~^~Bone and connective tissue, 4.34%, separable fat, 12.57%~^17^~~^6.25^4.27^9.02^3.87 ~23611~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 1/8" fat, all grades, raw~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,ALL GRDS,RAW~^~~^~~^~Y~^~Bone and connective tissue 3%, sep fat 13%~^16^~~^6.25^4.27^9.02^3.87 ~23612~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,CHOIC,RAW~^~URMIS #1864~^~~^~Y~^~Bone and connective tissue 21%, sep fat 16%~^37^~~^6.25^4.27^9.02^3.87 ~23613~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,CHOIC,RAW~^~URMIS #2438~^~~^~~^~Bone and connective tissue 1%, sep fat 27%~^28^~~^6.25^4.27^9.02^3.87 ~23614~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,CHOIC,CKD,BRSD~^~URMIS #1864~^~~^~Y~^~Bone and connective tissue, 29.58%, separable fat, 12.85%~^42^~~^6.25^4.27^9.02^3.87 ~23615~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,CHOIC,CKD,BRSD~^~URMIS #2438~^~~^~~^~Separable fat~^20^~~^6.25^4.27^9.02^3.87 ~23616~^~1300~^~Beef, round, eye of round, separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,CHOIC,RAW~^~URMIS #2295~^~~^~Y~^~Bone and connective tissue 2%, sep fat 8%~^10^~~^6.25^4.27^9.02^3.87 ~23617~^~1300~^~Beef, round, top round , separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,TOP RND LN,1/8" FAT,CHOIC,RAW~^~URMIS #2368~^~~^~Y~^~Separable fat~^6^~~^6.25^4.27^9.02^3.87 ~23618~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,RND,BTTM RND,LN,1/8" FAT,CHOIC,RAW~^~URMIS #2279~^~~^~~^~Bone and connective tissue 2.44%, separable fat 10.58%~^13^~~^6.25^4.27^9.02^3.87 ~23619~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RND,BTTM RND,LN,1/8" FAT,CHOIC,CKD,RSTD~^~URMIS #2279~^~~^~~^~Bone and connective tissue 1.37%, separable fat 8.55%~^10^~~^6.25^4.27^9.02^3.87 ~23620~^~1300~^~Beef, round, eye of round , separable lean only, trimmed to 1/8" fat, choice, cooked, roasted~^~BEEF,RND,EYE OF RND LN,1/8" FAT,CHOIC,CKD,RSTD~^~URMIS #2295~^~~^~~^~Bone and connective tissue 1%, sep fat 8%~^9^~~^6.25^4.27^9.02^3.87 ~23621~^~1300~^~Beef, round, top round, separable lean only, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,RND,TOP RND,LN,1/8" FAT,CHOIC,CKD,BRLD~^~URMIS #2368~^~~^~~^~Bone and connective tissue 1%, sep fat 6%~^7^~~^6.25^4.27^9.02^3.87 ~23622~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,RND,BTTM RND,LN,1/8" FAT,CHOIC,CKD,BRSD~^~URMIS #2279~^~~^~Y~^~Bone and connective tissue 5.23%, separable fat 5.81%~^11^~~^6.25^4.27^9.02^3.87 ~23623~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,CHOIC,RAW~^~~^~~^~~^~Bone and connective tissue 5%, sep fat 21%~^26^~~^6.25^4.27^9.02^3.87 ~23624~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,TENDERLOIN,LN,1/8" FAT,CHOIC,RAW~^~URMIS #2201~^~~^~~^~Bone and connective tissue 3%, sep fat 16%~^19^~~^6.25^4.27^9.02^3.87 ~23625~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,CHOIC,RAW~^~URMIS #2237~^~~^~Y~^~Bone and connective tissue, 3.05%, separable fat, 14.02%~^17^~~^6.25^4.27^9.02^3.87 ~23626~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 1/8"fat, choice, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8"FAT,CHOIC,CKD,BRLD~^~~^~~^~Y~^~Bone and connective tissue 7%, separable fat 20%~^27^~~^6.25^4.27^9.02^3.87 ~23627~^~1300~^~Beef, short loin, top loin , separable lean only, trimmed to 1/8" fat, choice, raw~^~BEEF,SHRT LOIN,TOP LOIN LN,1/8" FAT,CHOIC,RAW~^~URMIS # 2213~^~~^~~^~Bone and connective tissue 10%, sep fat 13%~^23^~~^6.25^4.27^9.02^3.87 ~23628~^~1300~^~Beef, tenderloin, separable lean only, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,TENDERLOIN,LN,1/8" FAT,CHOIC,CKD,BRLD~^~URMIS #2203~^~~^~~^~Bone and connective tissue 5%, sep fat 13%~^18^~~^6.25^4.27^9.02^3.87 ~23629~^~1300~^~Beef, top sirloin, separable lean only, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,TOP SIRLOIN,LN,1/8" FAT,CHOIC,CKD,BRLD~^~URMIS #2237~^~~^~Y~^~Bone and connective tissue 4%, sep fat 13%~^17^~~^6.25^4.27^9.02^3.87 ~23630~^~1300~^~Beef, short loin, top loin , separable lean only, trimmed to 1/8" fat, choice, cooked, broiled~^~BEEF,SHRT LOIN,TOP LOIN LN,1/8" FAT,CHOIC,CKD,BRLD~^~URMIS # 2213~^~~^~~^~Bone and connective tissue 12%, sep fat 14%~^26^~~^6.25^4.27^9.02^3.87 ~23631~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,SEL,RAW~^~URMIS #1049~^~~^~Y~^~Bone and connective tissue 20%, sep fat 17%~^37^~~^6.25^4.27^9.02^3.87 ~23632~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,SEL,RAW~^~URMIS #1623~^~~^~~^~Separable fat~^28^~~^6.25^4.27^9.02^3.87 ~23633~^~1300~^~Beef, chuck, arm pot roast, separable lean only, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,CHUCK,ARM POT RST,LN,1/8" FAT,SEL,CKD,BRSD~^~URMIS #1049~^~~^~Y~^~Bone and connective tissue, 26.23%, separable fat, 14.12%~^40^~~^6.25^4.27^9.02^3.87 ~23634~^~1300~^~Beef, brisket, flat half, separable lean only, trimmed to 1/8" fat, select, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN,1/8" FAT,SEL,CKD,BRSD~^~URMIS #1623~^~~^~~^~Separable fat~^19^~~^6.25^4.27^9.02^3.87 ~23635~^~1300~^~Beef, round, eye of round, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,RND,EYE OF RND,LN,1/8" FAT,SEL,RAW~^~URMIS #1480~^~~^~~^~Bone and connective tissue 3%, sep fat 7%~^10^~~^6.25^4.27^9.02^3.87 ~23636~^~1300~^~Beef, round, top round, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,RND,TOP RND,LN,1/8" FAT,SEL,RAW~^~URMIS #1553~^~~^~~^~Separable fat~^7^~~^6.25^4.27^9.02^3.87 ~23637~^~1300~^~Beef, round, bottom round, separable lean only, trimmed to 1/8" fat, select, raw~^~BEEF,RND,BTTM RND,LN,1/8" FAT,SEL,RAW~^~URMIS #1464~^~~^~~^~Bone and connective tissue 1.97%, separable fat 10.51%~^12^~~^6.25^4.27^9.02^3.87 ~23638~^~1300~^~Beef, rib, small end (ribs 10-12), separable lean only, trimmed to 1/8" fat, all grades, cooked, broiled~^~BEEF,RIB,SML END (RIBS 10-12),LN,1/8" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~Y~^~Bone and connective tissue, 7.11%, separable fat, 18.25%~^25^~~^6.25^4.27^9.02^3.87 ~23640~^~1300~^~Beef, variety meats and by-products, tripe, cooked, simmered~^~BEEF,VAR MEATS & BY-PRODUCTS,TRIPE,CKD,SIMMRD~^~~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23646~^~1300~^~Beef, bottom sirloin, tri-tip, separable lean only, trimmed to 0" fat, all grades, raw~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 1%, sep fat 5%~^6^~~^6.25^4.27^9.02^3.87 ~23647~^~1300~^~Beef, bottom sirloin, tri-tip, separable lean only, trimmed to 0" fat, choice, cooked, roasted~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,CHOIC,CKD,RSTD~^~URMIS #2244~^~~^~~^~Bone and connective tissue 2%, sep fat 4%~^6^~~^6.25^^^ ~23648~^~1300~^~Beef, bottom sirloin, tri-tip, separable lean only, trimmed to 0" fat, choice, raw~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,CHOIC,RAW~^~URMIS #2244~^~~^~~^~Bone and connective tissue 2%, sep fat 4%~^6^~~^6.25^4.27^9.02^3.87 ~23649~^~1300~^~Beef, bottom sirloin, tri-tip, separable lean only, trimmed to 0" fat, select, cooked, roasted~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,SEL,CKD,RSTD~^~URMIS #1429~^~~^~~^~Bone and connective tissue 1%, sep fat 5%~^6^~~^6.25^4.27^9.02^3.87 ~23650~^~1300~^~Beef, bottom sirloin, tri-tip, separable lean only, trimmed to 0" fat, select, raw~^~BEEF,BTTM SIRLOIN,TRI-TIP,LN,0" FAT,SEL,RAW~^~URMIS #1429~^~~^~~^~Bone and connective tissue 1%, sep fat 5%~^6^~~^6.25^4.27^9.02^3.87 ~23651~^~1300~^~Beef, round, tip round, separable lean only, trimmed to 0" fat, all grades, raw~^~BEEF,RND,TIP RND,LN,0" FAT,ALL GRDS,RAW~^~~^~~^~~^~Bone and connective tissue 4%, sep fat 4%~^8^~~^6.25^4.27^9.02^3.87 ~23652~^~1300~^~Beef, round, tip round, separable lean only, trimmed to 0" fat, choice, raw~^~BEEF,RND,TIP RND,LN,0" FAT,CHOIC,RAW~^~URMIS # 2340~^~~^~~^~Bone and connective tissue 4%, sep fat 5%~^9^~~^6.25^4.27^9.02^3.87 ~23653~^~1300~^~Beef, round, tip round, separable lean only, trimmed to 0" fat, select, raw~^~BEEF,RND,TIP RND,LN,0" FAT,SEL,RAW~^~URMIS # 1525~^~~^~~^~Bone and connective tissue 3%, sep fat 4%~^7^~~^6.25^4.27^9.02^3.87 ~23654~^~1300~^~Beef, flank, separable lean only, trimmed to 0" fat, all grades, cooked, broiled~^~BEEF,FLANK,LN,0" FAT,ALL GRDS,CKD,BRLD~^~~^~~^~~^~Separable fat~^1^~~^6.25^4.27^9.02^3.87 ~23655~^~1300~^~Beef, flank, separable lean only, trimmed to 0" fat, select, cooked, broiled~^~BEEF,FLANK,LN,0" FAT,SEL,CKD,BRLD~^~URMIS #1584~^~~^~~^~Separable fat~^1^~~^6.25^4.27^9.02^3.87 ~23656~^~1300~^~Beef, flank, separable lean only, trimmed to 0" fat, all grades, raw~^~BEEF,FLANK,LN,0" FAT,ALL GRDS,RAW~^~~^~~^~~^~Separable fat~^3^~~^6.25^4.27^9.02^3.87 ~23657~^~1300~^~Beef, flank, separable lean only, trimmed to 0" fat, select, raw~^~BEEF,FLANK,LN,0" FAT,SEL,RAW~^~URMIS #1584~^~~^~~^~Bone and connective tissue 1%, sep fat 1%~^2^~~^6.25^4.27^9.02^3.87 ~23658~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 1/8" fat, choice, raw~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,CHOIC,RAW~^~URMIS #2438~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~23659~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 1/8" fat, select, raw~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,SEL,RAW~^~URMIS #1623~^~~^~~^~~^0^~~^6.25^4.27^9.02^3.87 ~23660~^~1300~^~Beef, brisket, flat half, separable lean and fat, trimmed to 1/8" fat, choice, cooked, braised~^~BEEF,BRISKET,FLAT HALF,LN & FAT,1/8" FAT,CHOIC,CKD,BRSD~^~URMIS #2438~^~~^~~^~Bone and connective tissue~^1^~~^6.25^4.27^9.02^3.87 ~23999~^~1300~^~Beef, ground beef calculator - user selects lean/fat percentage~^~BEEF,GROUND BF CALCULATOR - USER SELECTS LEAN/FAT PERCENTAGE~^~~^~~^~~^~~^0^~~^^^^ ~25000~^~2500~^~Snacks, popcorn, microwave, 94% fat free~^~POPCORN,OIL-POPPED,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~25001~^~2500~^~Snacks, popcorn, microwave, low fat~^~POPCORN,OIL-POPPED,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~25002~^~2500~^~Snacks, popcorn, unpopped kernels~^~Snacks, popcorn, unpopped kernels~^~~^~~^~~^~~^0^~~^6.25^^^ ~25004~^~2500~^~Formulated Bar, MASTERFOODS USA, SNICKERS Marathon Chewy Chocolate Peanut Bar~^~FORM BAR,MASTERFOODS USA,SNICKERS MARATHON CHEWY CHOC PNUT~^~~^~~^~~^~~^0^~~^^^^ ~25005~^~2500~^~Formulated Bar, MASTERFOODS USA,SNICKERS Marathon Multi Grain Crunch Bar~^~FORM BAR,MASTERFOODS USA,SNICKERS MARATHON MULTI GRAIN~^~~^~~^~~^~~^0^~~^^^^ ~25006~^~2500~^~Formulated Bar, MASTERFOODS USA, SNICKERS Marathon Double Chocolate Nut Bar~^~FORM,MASTERFOODS USA,SNICKERS MARATHON DOUBLE CHOC NUT BAR~^~~^~~^~~^~~^0^~~^^^^ ~25007~^~2500~^~Snacks, M&M MARS, KUDOS Whole Grain Bars, peanut butter~^~SNACKS,M&M MARS,KUDOS WHL GRAIN BARS,PNUT BUTTER~^~~^~~^~~^~~^0^~~^^^^ ~25008~^~2500~^~Formulated Bar, MASTERFOODS USA, SNICKERS Marathon Honey Nut Oat Bar~^~FORM BAR,MASTERFOODS USA,SNICKERS MARATHON HONEY NUT OAT BAR~^~~^~~^~~^~~^0^~~^^^^ ~25009~^~2500~^~Snacks, M&M MARS, KUDOS Whole Grain Bar, M&M's milk chocolate~^~SNACKS,M&M MARS,KUDOS WHL GRAIN BAR,M&M'S MILK CHOC~^~~^~~^~~^~~^0^~~^^^^ ~25010~^~2500~^~Formulated Bar, MASTERFOODS USA, COCOAVIA, Chocolate Almond Snack Bar~^~FORM BAR,MASTERFOODS USA,COCOAVIA,CHOC ALMOND SNACK BAR~^~~^~~^~~^~~^0^~~^^^^ ~25012~^~2500~^~Snacks, sweet potato chips~^~Snacks, sweet potato chips~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~25013~^~2500~^~Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, original flavor~^~Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, original~^~~^~~^~~^~~^0^~~^^^^ ~25014~^~2500~^~Snacks, popcorn, microwave, regular (butter) flavor, made with partially hydrogenated oil~^~SNACKS,POPCORN,MICROWAVE,REG (BUTTER) FLAVOR, W/PARHYD OIL~^~~^~~^~~^~~^0^~~^^^^ ~25015~^~2500~^~Formulated Bar, MASTERFOODS USA, SNICKERS MARATHON Protein Performance Bar, Caramel Nut Rush~^~Form Bar, MASTERFOODS, SNCKRS MARATH Prot Perf Bar, Crml Nut~^~~^~~^~Y~^~~^0^~~^6.25^^^ ~25016~^~2500~^~Formulated Bar, MASTERFOODS USA, SNICKERS Marathon Energy Bar, all flavors~^~Form Bar, MASTERFOODS, SNICKERS Marathon Energy Bar, all~^~~^~~^~Y~^~~^0^~~^^^^ ~25017~^~2500~^~Formulated bar, POWER BAR, chocolate~^~Formulated bar, POWER BAR, chocolate~^~~^~~^~Y~^~~^0^~~^6.10^^^ ~25018~^~2500~^~Formulated Bar, MASTERFOODS USA, COCOAVIA, Chocolate Blueberry Snack Bar~^~FORM BAR,MASTERFOODS USA,COCOAVIA,CHOC BLUEBERRY SNACK BAR~^~~^~~^~~^~~^0^~~^^^^ ~25022~^~2500~^~Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, French Onion flavor~^~SNACKS,FRITOLAY,SUNCHIPS,MULTIGRAIN SNACK,FRENCH ONION FLAVR~^~~^~~^~~^~~^0^~~^^^^ ~25023~^~2500~^~Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, Harvest Cheddar flavor~^~SNACKS,FRITOLAY,SUNCHIPS,MULTIGRAIN,HARVEST CHEDDAR~^~~^~~^~~^~~^0^~~^^^^ ~25024~^~2500~^~Pretzels, soft, unsalted~^~PRETZELS,SOFT,UNSALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~25025~^~2500~^~Snacks, soy chips or crisps, salted~^~Snacks, soy chips or crisps, salted~^~~^~~^~Y~^~~^0^~~^^^^ ~25026~^~2500~^~Popcorn, microwave, regular (butter) flavor, made with palm oil~^~POPCORN,MICROWAVE,REG (BUTTER) FLAVOR,MADE W/ PALM OIL~^~~^~~^~~^~~^0^~~^^^^ ~25027~^~2500~^~Plantain chips~^~PLANTAIN CHIPS~^~~^~~^~~^~~^0^~~^6.25^^^ ~25028~^~2500~^~Snacks, tortilla chips, plain, yellow corn~^~SNACKS,TORTILLA CHIPS,PLN,YEL CORN~^~~^~~^~~^~~^0^~~^^^^ ~27000~^~0600~^~Soup, egg drop, Chinese restaurant~^~SOUP,EGG DROP,CHINESE RESTAURANT~^~~^~~^~~^~~^0^~~^^^^ ~27001~^~0600~^~Soup, hot and sour, Chinese restaurant~^~SOUP,HOT & SOUR,CHINESE RESTAURANT~^~~^~~^~~^~~^0^~~^^^^ ~27002~^~0600~^~Soup, wonton, Chinese restaurant~^~SOUP,WONTON,CHINESE RESTAURANT~^~~^~~^~~^~~^0^~~^^^^ ~27004~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stew - Fully Loaded~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,BF STEW - FULL~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27005~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stroganof - Fully Loaded~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,BF STROGANOF -~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27006~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Beef Barley Soup~^~CAMPBELL,CAMPBELL'S CHUNKY,HEALTHY REQUEST BF BARLEY SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27007~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Chicken Noodle Soup~^~CAMPBELL'S CHNKY,HEALTHY REQUST MICROWAVBL ,CHICK NODLE SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27008~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Grilled Chicken & Sausage Gumbo Soup~^~CAMPBELL SOUPS,HLTHY RQST MCRWVBL BWL,GRLL CHICK SSAGE GMB~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27009~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST New England Clam Chowder~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,HEALTHY REQUES~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27010~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Rigatoni & Meatballs - Fully Loaded~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,RIGATONI & MEA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27011~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Turkey Pot Pie - Fully Loaded~^~CAMPBELL,CAMPBELL'S CHUNKY SOUPS,TURKEY POT PIE~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27012~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Cheddar Cheese Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CHEDDAR CHS SOU~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27013~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Barley with Mushrooms Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,CHICK BARLEY W/~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27014~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Italian Style Wedding Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,ITALIAN STYLE W~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27015~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, SHREK shaped pasta with Chicken in Chicken Broth Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,SHREK SHAPED PA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27016~^~0600~^~CAMPBELL Soup Company, CAMPBELL's Red and White, Souper Shapes Soup - Cars, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,SOUPER SHAPES S~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27017~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Italian Wedding Soup~^~CAMPBELL,CAMPBELL'S SEL MICROWAVEABLE BOWLS,HEA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27018~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Mexican Style Tortilla~^~CAMPBELL,CAMPBELL'S SEL MICROWAVEABLE BOWLS,HEA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27019~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Harvest Tomato with Basil Soup~^~CAMPBELL, SEL SOUP,HARVEST TOMATO W/ BASIL SOUP~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27020~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Zesty Azteca Meatballs & Rice~^~CAMPBELL,CAMPBELL'S SEL SOUP,ZESTY AZTECA MEATB~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27021~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Soups, HEALTHY REQUEST Chicken with Egg Noodles~^~CAMPBELL,CAMPBELL'S SEL SOUPS,HEALTHY REQUEST C~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27022~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Chicken with Mini Noodles Soup~^~CAMPBELL,CAMPBELL'S SOUP AT HAND,25% LESS NA CH~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27023~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Classic Tomato~^~CAMPBELL,CAMPBELL'S SOUP AT HAND,25% LESS NA CL~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27024~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Tomato Parmesan~^~CAMPBEL,CAMPBELL'S SEL GOLD LABEL SOUPS,CREAMY~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27025~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Italian Tomato & Basil Soup~^~CAMPBELL,CAMPBELL'S SEL GOLD LABEL SOUPS,ITALIA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27026~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Southwestern Corn Chowder~^~CAMPBELL,CAMPBELL'S SEL GOLD LABEL SOUPS,SOUTHW~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27027~^~0600~^~CAMPBELL Soup Company, PACE, Pico De Gallo~^~CAMPBELL SOUP COMPANY,PACE,PICO DE GALLO~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27028~^~0600~^~CAMPBELL Soup Company, PACE, Salsa Verde~^~CAMPBELL SOUP COMPANY,PACE,SALSA VERDE~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27029~^~0600~^~CAMPBELL Soup Company, PACE, Tequila Lime Salsa~^~CAMPBELL SOUP COMPANY,PACE,TEQUILA LIME SALSA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27030~^~0600~^~CAMPBELL Soup Company, PACE, Triple Pepper Salsa~^~CAMPBELL SOUP COMPANY,PACE,TRIPLE PEPPER SALSA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27032~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, Lentil Soup, condensed~^~CAMPBELL,CAMPBELL'S RED & WHITE,LENTIL SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27033~^~0600~^~CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Traditional Sauce, ready-to-serve~^~CAMPBELL,PREGO PASTA,HEART SMART- TRADITIONAL S~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~27034~^~0600~^~CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Mushroom Soup, condensed~^~CAMPBELL,RED & WHITE,98% FAT FREE CRM OF MUSHROOM SOUP,COND~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~31001~^~1100~^~CAMPBELL Soup Company, Tomato juice~^~CAMPBELL SOUP COMPANY,TOMATO JUC~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31002~^~1100~^~CAMPBELL Soup Company, Tomato juice, low sodium~^~CAMPBELL SOUP COMPANY,TOMATO JUC,LO NA~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31003~^~1100~^~CAMPBELL Soup Company, V8 Vegetable Juice, Lemon Twist V8~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,LEMON TWIST V8~^~~^~Campbell Soup Co.~^~~^~~^0^~~^^^^ ~31004~^~1100~^~CAMPBELL Soup Company, V8 Vegetable Juice, V8 Picante~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,V8 PICANTE~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31005~^~1100~^~CAMPBELL Soup Company, V8 Vegetable Juice, Organic V8~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,ORGANIC V8~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31006~^~1100~^~CAMPBELL Soup Company, Organic Tomato juice~^~CAMPBELL SOUP COMPANY,ORGANIC TOMATO JUC~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31007~^~1100~^~CAMPBELL Soup Company, HEALTHY REQUEST Tomato juice~^~CAMPBELL SOUP COMPANY,HEALTHY REQUEST TOMATO JUC~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31008~^~1100~^~Campbell's V8 100% Vegetable Juice~^~CAMPBELL'S V8 100% VEG JUC~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31010~^~1100~^~CAMPBELL Soup Company, V8 Vegetable Juice, Essential Antioxidants V8~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,ESSENTIAL ANTIOXIDANTS V8~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31011~^~1100~^~CAMPBELL Soup Company, V8 Vegetable Juice, Calcium Enriched V8~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,CA ENR V8~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31012~^~1100~^~CAMPBELL Soup Company, V8 Vegetable Juice, Low Sodium V8~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,LO NA V8~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31013~^~1100~^~CAMPBELL Soup Company, V8 Vegetable Juice, Spicy Hot V8~^~CAMPBELL SOUP COMPANY,V8 VEG JUC,SPICY HOT V8~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31014~^~1100~^~CAMPBELL Soup Company, PACE, Jalapenos Nacho Sliced Peppers~^~CAMPBELL SOUP COMPANY,PACE,JALAPENOS NACHO SLICED PEPPERS~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~31015~^~1100~^~CAMPBELL Soup Company, PACE, Diced Green Chilies~^~CAMPBELL SOUP COMPANY,PACE,DICED GRN CHILIES~^~~^~Campbell Soup Co.~^~~^~~^0^~~^6.25^^^ ~35001~^~3500~^~Agutuk, fish/berry with seal oil (Alaskan ice cream) (Alaska Native)~^~AGUTUK,FISH/BERRY W/ SEAL OIL (ICE CREAM) (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35002~^~3500~^~Agutuk, fish with shortening (Alaskan ice cream) (Alaska Native)~^~AGUTUK,FISH W/ SHORTENING (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35003~^~3500~^~Agutuk, meat-caribou (Alaskan ice cream) (Alaska Native)~^~AGUTUK,MEAT-CARIBOU (ALASKAN ICE CREAM) (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35004~^~3500~^~Ascidians (tunughnak) (Alaska Native)~^~ASCIDIANS (TUNUGHNAK) (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35007~^~3500~^~Bear, black, meat (Alaska Native)~^~BEAR,BLACK,MEAT (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Ursus americanus~^6.25^^^ ~35008~^~3500~^~Bear, polar, meat, raw (Alaska Native)~^~BEAR,POLAR,MEAT,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Ursus maritimus~^6.25^^^ ~35009~^~3500~^~Whale, beluga, meat, dried (Alaska Native)~^~WHALE,BELUGA,MEAT,DRIED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Delphinapterus leucas~^6.25^^^ ~35010~^~3500~^~Whale, beluga, eyes (Alaska Native)~^~WHALE,BELUGA,EYES (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Delphinapterus leucas~^6.25^^^ ~35011~^~3500~^~Whale, beluga, meat, raw (Alaska Native)~^~Whale, beluga, meat, raw (Alaska Native)~^~~^~~^~~^~~^0^~Delphinapterus leucas~^6.25^^^ ~35012~^~3500~^~Whale, beluga, flipper, raw (Alaska Native)~^~WHALE,BELUGA,FLIPPER,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Delphinapterus leucas~^6.25^^^ ~35013~^~3500~^~Whale, beluga, liver, raw (Alaska Native)~^~WHALE,BELUGA,LIVER,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Delphinapterus leucas~^6.25^^^ ~35014~^~3500~^~Oil, beluga, whale (Alaska Native)~^~OIL,BELUGA,WHALE (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Delphinapterus leucas~^^^^ ~35015~^~3500~^~Blackberries, wild, raw (Alaska Native)~^~BLACKBERRIES,WILD,RAW (ALASKA NATIVE)~^~Crowberries~^~~^~~^~~^0^~Rubus spp.~^5.30^^^ ~35016~^~3500~^~Fish, blackfish, whole (Alaska Native)~^~FISH,BLACKFISH,WHL (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Dallia pectoralis~^6.25^^^ ~35017~^~3500~^~Blueberries, wild, frozen (Alaska Native)~^~BLUEBERRIES,WILD,FRZ (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Vaccinium alaskanese and Ovalifolium~^5.30^^^ ~35021~^~3500~^~Caribou, bone marrow, raw (Alaska Native)~^~CARIBOU,BONE MARROW,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Rangifer tarandus~^6.25^^^ ~35022~^~3500~^~Caribou, eye, raw (Alaska Native)~^~CARIBOU,EYE,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Rangifer tarandus~^6.25^^^ ~35023~^~3500~^~Caribou, liver, raw (Alaska Native)~^~CARIBOU,LIVER,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Rangifer tarandus~^6.25^^^ ~35024~^~3500~^~Stew/soup, caribou (Alaska Native)~^~STEW/SOUP,CARIBOU (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35025~^~3500~^~Caribou, tongue, raw (Alaska Native)~^~CARIBOU,TONGUE,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35026~^~3500~^~Chiton, leathery, gumboots (Alaska Native)~^~CHITON,LEATHERY,GUMBOOTS (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Katharina tunicata~^6.25^^^ ~35027~^~3500~^~Cloudberries, raw (Alaska Native)~^~CLOUDBERRIES,RAW (ALASKA NATIVE)~^~baked apple berry, salmonberry, yellowberry~^~~^~~^~~^0^~Rubus chamaemorus L.~^5.30^^^ ~35028~^~3500~^~Cockles, raw (Alaska Native)~^~COCKLES,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Clinocardium nuttallii~^6.25^^^ ~35029~^~3500~^~Cranberries, wild, bush, raw (Alaska Native)~^~CRANBERRIES,WILD,BUSH,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Viburnum edule~^5.30^^^ ~35030~^~3500~^~Cranberry, low bush or lingenberry, raw (Alaska Native)~^~CRANBERRY,LO BUSH OR LINGENBERRY,RAW (ALASKA NATIVE)~^~lingenberry~^~~^~~^~~^0^~Vaccinium vitis-idaea~^5.30^^^ ~35034~^~3500~^~Fish, devilfish, meat (Alaska Native)~^~FISH,DEVILFISH,MEAT (ALASKA NATIVE)~^~Gray Whale~^~~^~~^~~^0^~Myoxocephalus~^6.25^^^ ~35038~^~3500~^~Fireweed, young leaves, raw (Alaska Native)~^~FIREWEED,YOUNG LEAVES,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Chamerion angustifolium~^5.30^^^ ~35039~^~3500~^~Fish, herring eggs on giant kelp, Pacific (Alaska Native)~^~FISH,HERRING EGGS ON GIANT KELP,PACIFIC (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Clupea harengus pallasi Valenciennes & Macrocystis integrifolia~^6.25^^^ ~35040~^~3500~^~Fish, herring eggs, Pacific, dry (Alaska Native)~^~FISH,HERRING EGGS,PACIFIC,DRY (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Clupea harengus pallasi Valenciennes~^6.25^^^ ~35041~^~3500~^~Fish, herring eggs, Pacific, plain (Alaska Native)~^~FISH,HERRING EGGS,PACIFIC,PLN (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Clupea harengus pallasi Valenciennes~^6.25^^^ ~35042~^~3500~^~Fish, herring, Pacific, flesh, air-dried, packed in oil (Alaska Native)~^~FISH,HERRING,PACIFIC,FLSH,AIR-DRIED,PACK OIL (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Clupea harengus pallasi Valenciennes~^6.25^^^ ~35043~^~3500~^~Huckleberries, raw (Alaska Native)~^~HUCKLEBERRIES,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Vaccinium alaskaense~^5.30^^^ ~35046~^~3500~^~Fish, lingcod, meat, raw (Alaska Native)~^~FISH,LINGCOD,MEAT,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Ophiodon elongatus~^6.25^^^ ~35047~^~3500~^~Fish, lingcod, liver (Alaska Native)~^~FISH,LINGCOD,LIVER (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Ophiodon elongatus~^6.25^^^ ~35048~^~3500~^~Stew, moose (Alaska Native)~^~STEW,MOOSE (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35049~^~3500~^~Moose, meat, raw (Alaska Native)~^~MOOSE,MEAT,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Alces alces~^6.25^^^ ~35050~^~3500~^~Mashu roots, raw (Alaska Native)~^~MASHU ROOTS,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Hedysarum alpinum~^5.30^^^ ~35051~^~3500~^~Moose, liver, braised (Alaska Native)~^~MOOSE,LIVER,BRSD (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Alces alces~^6.25^^^ ~35052~^~3500~^~Mouse nuts, roots (Alaska Native)~^~MOUSE NUTS,ROOTS (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35053~^~3500~^~Mouse nuts, seedlings (Alaska Native)~^~MOUSE NUTS,SEEDLINGS (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35054~^~3500~^~Octopus (Alaska Native)~^~OCTOPUS (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Octopus dofleini~^6.25^^^ ~35055~^~3500~^~Seal, bearded (Oogruk), meat, dried (Alaska Native)~^~Seal, bearded (Oogruk), meat, dried (Alaska Native)~^~Oogruk~^~~^~~^~~^0^~~^6.25^^^ ~35056~^~3500~^~Seal, bearded (Oogruk), meat, raw (Alaska Native)~^~SEAL,BEARDED (OOGRUK),MEAT,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Erignathus barbatus~^6.25^^^ ~35057~^~3500~^~Oil, bearded seal (Oogruk) (Alaska Native)~^~OIL,BEARDED SEAL (OOGRUK) (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^^^^ ~35058~^~3500~^~Oopah (tunicate), whole animal (Alaska Native)~^~OOPAH (TUNICATE),WHL ANIMAL (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Tunicata~^6.25^^^ ~35059~^~3500~^~Owl, horned, flesh, raw (Alaska Native)~^~OWL,HORNED,FLESH,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Bubo virgimianus~^6.25^^^ ~35060~^~3500~^~Fish, pike, northern, liver (Alaska Native)~^~FISH,PIKE,NORTHERN,LIVER (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Esox lucius~^6.25^^^ ~35063~^~3500~^~Rhubarb, wild, leaves (Alaska Native)~^~RHUBARB,WILD,LEAVES (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Polygenum alaskanum~^5.30^^^ ~35064~^~3500~^~Fish, salmon, tipnuk, fermented (Alaska Native)~^~FISH,SALMON,TIPNUK,FERMENTED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35065~^~3500~^~Fish, salmon, king, chinook, kippered, canned (Alaska Native)~^~FISH,SALMON,KING,CHINOOK,KIPPERED,CND (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Oncorhynchus tshawytscha~^6.25^^^ ~35066~^~3500~^~Fish, salmon, king, chinook, smoked and canned (Alaska Native)~^~FISH,SALMON,KING,CHINOOK,SMOKED & CND (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Oncorhynchus tshawytscha~^6.25^^^ ~35067~^~3500~^~Fish, salmon, king, chinook, smoked, brined (Alaska Native)~^~FISH,SALMON,KING,CHINOOK,SMOKED,BRINED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Oncorhynchus tshawytscha~^6.25^^^ ~35068~^~3500~^~Fish, salmon, king, chinook, liver (Alaska Native)~^~FISH,SALMON,KING,CHINOOK,LIVER (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Oncorhynchus tshawytscha~^6.25^^^ ~35069~^~3500~^~Duck, scoter, white-winged, meat (Alaska Native)~^~DUCK,SCOTER,WHITE-WINGED,MEAT (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Melanitta fusca~^5.30^^^ ~35070~^~3500~^~Sea cucumber, yane (Alaska Native)~^~SEA CUCUMBER,YANE (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Stichopus californicus~^6.25^^^ ~35071~^~3500~^~Seal, ringed, meat (Alaska Native)~^~SEAL,RINGED,MEAT (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Pusa hispida~^6.25^^^ ~35073~^~3500~^~Soup, fish, homemade (Alaska Native)~^~SOUP,FISH,HOMEMADE (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35074~^~3500~^~Sourdock, young leaves (Alaska Native)~^~SOURDOCK,YOUNG LEAVES (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Rumex articus~^6.25^^^ ~35075~^~3500~^~Squirrel, ground, meat (Alaska Native)~^~SQUIRREL,GROUND,MEAT (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Citellus undulatus~^5.30^^^ ~35078~^~3500~^~Tea, tundra, herb and laborador combination (Alaska Native)~^~TEA,TUNDRA,HERB & LABORADOR COMBINATION (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35079~^~3500~^~Walrus, meat, dried (Alaska Native)~^~WALRUS,MEAT,DRIED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Odohenus rosmarus~^6.25^^^ ~35080~^~3500~^~Deer (venison), sitka, raw (Alaska Native)~^~DEER (VENISON),SITKA,RAW (ALASKA NATIVE)~^~sitka deer, venison~^~~^~~^~~^0^~Odocoileus spp~^6.25^^^ ~35081~^~3500~^~Walrus, meat, raw (Alaska Native)~^~WALRUS,MEAT,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Odohenus rosmarus~^6.25^^^ ~35082~^~3500~^~Walrus, meat and subcutaneous fat raw (Alaska Native)~^~WALRUS,MEAT & SUBCUTANEOUS FAT RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Odohenus rosmarus~^6.25^^^ ~35083~^~3500~^~Walrus, liver, raw (Alaska Native)~^~WALRUS,LIVER,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Odohenus rosmarus~^6.25^^^ ~35084~^~3500~^~Oil, walrus (Alaska Native)~^~OIL,WALRUS (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Odohenus rosmarus~^6.25^^^ ~35085~^~3500~^~Whale, bowhead, subcutaneous fat (blubber) (Alaska Native)~^~WHALE,BOWHEAD,SUBCUTANEOUS FAT (BLUBBER) (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Balaena mysticetus~^6.25^^^ ~35086~^~3500~^~Whale, bowhead, skin and subcutaneous fat (muktuk) (Alaska Native)~^~WHALE,BOWHEAD,SKN & SUBCUTANEOUS FATMUKTUK(ALASKA NATIVE)~^~~^~~^~~^~~^0^~Balaena mysticetus~^6.25^^^ ~35087~^~3500~^~Oil, whale, bowhead (Alaska Native)~^~OIL,WHALE,BOWHEAD (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Balaena mysticetus~^6.25^^^ ~35088~^~3500~^~Fish, whitefish, broad, liver (Alaska Native)~^~FISH,WHITEFISH,BROAD,LIVER (ALASKA NATIVE)~^~sheefish~^~~^~~^~~^0^~Coregonus nasus~^6.25^^^ ~35089~^~3500~^~Fish, whitefish, mixed species, raw (Alaska Native)~^~FISH,WHITEFISH,MXD SP,RAW (ALASKA NATIVE)~^~sheefish~^~~^~~^~~^0^~Coregonus spp.~^6.25^^^ ~35091~^~3500~^~Fish, whitefish, broad, head, eyes, cheeks and soft bones (Alaska Native)~^~FISH,WHITEFISH,HEAD,EYES,CHEEKS & SOFT BONES (ALASKA NATIVE)~^~sheefish~^~~^~~^~~^0^~Coregonus nasus~^6.25^^^ ~35092~^~3500~^~Willow, leaves in oil (Alaska Native)~^~WILLOW,LEAVES IN OIL (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Salix pulchra Cham.~^6.25^^^ ~35093~^~3500~^~Willow, young leaves, chopped (Alaska Native)~^~WILLOW,YOUNG LEAVES,CHOPD (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Salix pulchra Cham.~^5.30^^^ ~35130~^~3500~^~Mush, blue corn with ash (Navajo)~^~MUSH,BLUE CORN W/ ASH (NAVAJO)~^~~^~~^~~^~~^0^~~^^^^ ~35131~^~3500~^~Cornmeal, blue (Navajo)~^~CORNMEAL,BLUE (NAVAJO)~^~~^~~^~~^~~^0^~~^^^^ ~35132~^~3500~^~Melon, banana (Navajo)~^~MELON,BANANA (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35133~^~3500~^~Chilchen (Red Berry Beverage) (Navajo)~^~CHILCHEN (RED BERRY BEVERAGE) (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35134~^~3500~^~Corn, dried (Navajo)~^~CORN,DRIED (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35135~^~3500~^~Corn, white, steamed (Navajo)~^~CORN,WHITE,STMD (NAVAJO)~^~~^~~^~~^~~^0^~~^^^^ ~35136~^~3500~^~Cornmeal, white (Navajo)~^~CORNMEAL,WHITE (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35137~^~3500~^~Cornmeal, yellow (Navajo)~^~CORNMEAL,YEL (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35138~^~3500~^~Squash, Indian, raw (Navajo)~^~SQUASH,INDIAN,RAW (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35139~^~3500~^~Squash, Indian, cooked, boiled (Navajo)~^~SQUASH,INDIAN,CKD,BLD (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35140~^~3500~^~Bread, kneel down (Navajo)~^~BREAD,KNEEL DOWN (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35141~^~3500~^~Mutton, cooked, roasted (Navajo)~^~Mutton, cooked, roasted (Navajo)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35142~^~3500~^~Frybread, made with lard (Navajo)~^~FRYBREAD,MADE W/ LARD (NAVAJO)~^~~^~~^~~^~~^0^~~^^^^ ~35143~^~3500~^~Tortilla, includes plain and from mutton sandwich (Navajo)~^~TORTILLA,INCL PLN & FROM MUTTON SNDWCH (NAVAJO)~^~~^~~^~~^~~^0^~~^^^^ ~35144~^~3500~^~Stew, dumpling with mutton (Navajo)~^~STEW,DUMPLING W/ MUTTON (NAVAJO)~^~~^~~^~~^~~^0^~~^^^^ ~35145~^~3500~^~Stew, hominy with mutton (Navajo)~^~STEW,HOMINY W/ MUTTON (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35146~^~3500~^~Stew, mutton, corn, squash (Navajo)~^~STEW,MUTTON,CORN,SQUASH (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35147~^~3500~^~Tamales (Navajo)~^~TAMALES (NAVAJO)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35148~^~3500~^~Stew, steamed corn (Navajo)~^~STEW,STMD CORN (NAVAJO)~^~~^~~^~~^~~^0^~~^^^^ ~35149~^~3500~^~Fish, halibut, raw, with skin (Alaska Native)~^~FISH,HALIBUT,RAW,W/ SKN (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^^^^ ~35150~^~3500~^~Fish, salmon, coho (silver), raw (Alaska Native)~^~FISH,SALMON,COHO (SILVER),RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35151~^~3500~^~Fish, salmon, sockeye (red), raw (Alaska Native)~^~Fish, salmon, sockeye (red), raw (Alaska Native)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35152~^~3500~^~Fish, Salmon, Chum, raw (Alaska Native)~^~FISH,SALMON,CHUM,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35153~^~3500~^~Fish, salmon, king (chinook), raw (Alaska Native)~^~FISH,SALMON,KING (CHINOOK),RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35154~^~3500~^~Salmonberries, raw (Alaska Native)~^~SALMONBERRIES,RAW (ALASKA NATIVE)~^~akpiks~^~~^~~^~~^0^~Rubus spectabilis~^5.30^^^ ~35155~^~3500~^~Blueberries, wild, raw (Alaska Native)~^~BLUEBERRIES,WILD,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Vaccinium alaskaenese~^5.30^^^ ~35156~^~3500~^~Oil, spotted seal (Alaska Native)~^~OIL,SPOTTED SEAL (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35157~^~3500~^~Fish, salmon, red, canned, bones removed (Alaska Native)~^~Fish, salmon, red, canned, bones removed (Alaska Native)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35158~^~3500~^~Fish, whitefish, eggs (Alaska Native)~^~Fish, whitefish, eggs (Alaska Native)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35160~^~3500~^~Caribou, rump meat, half dried (Alaska Native)~^~CARIBOU,RUMP MEAT,HALF DRIED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35161~^~3500~^~Caribou, shoulder meat, dried (Alaska Native)~^~CARIBOU,SHLDR MEAT,DRIED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35162~^~3500~^~Caribou, hind quarter meat, raw (Alaska Native)~^~CARIBOU,HIND QUARTER MEAT,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35164~^~3500~^~Seal, bearded (Oogruk), meat, dried, in oil (Alaska Native)~^~SEAL,BEARDED (OOGRUK),MEAT,DRIED,IN OIL (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35165~^~3500~^~Fish, whitefish, dried (Alaska Native)~^~Fish, whitefish, dried (Alaska Native)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35166~^~3500~^~Fish, salmon, red, (sockeye), canned, smoked (Alaska Native)~^~FISH,SALMON,RED,(SOCKEYE),CND,SMOKED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35167~^~3500~^~Fish, salmon, red, (sockeye), kippered (Alaska Native)~^~FISH,SALMON,RED,(SOCKEYE),KIPPERED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35168~^~3500~^~Fish, salmon, king, with skin, kippered, (Alaska Native)~^~FISH,SALMON,KING,W/ SKN,KIPPERED,(ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35169~^~3500~^~Fish, sheefish, raw (Alaska Native)~^~FISH,SHEEFISH,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35170~^~3500~^~Seal, bearded (Oogruk), meat, low quadrant, raw (Alaska Native)~^~SEAL,BEARDED (OOGRUK),MEAT,LO QUADRANT,RAW (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35171~^~3500~^~Fish, salmon, chum, dried (Alaska Native)~^~FISH,SALMON,CHUM,DRIED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35172~^~3500~^~Elk, free range, ground, cooked patties (Shoshone Bannock)~^~Elk, free range, ground, cooked patties (Shoshone Bannock)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35173~^~3500~^~Elk, free range, ground, raw (Shoshone Bannock)~^~ELK,FREE RANGE,GROUND,RAW (SHOSHONE BANNOCK)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35174~^~3500~^~Buffalo, free range, top round steak, raw (Shoshone Bannock)~^~Buffalo, free range, top round steak, raw (Shoshone Bannock)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35175~^~3500~^~Seal, bearded (Oogruk), meat, partially dried (Alaska Native)~^~SEAL,BEARDED (OOGRUK),MEAT,PART DRIED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35176~^~3500~^~Buffalo, free range, top round steak, cooked (Shoshone Bannock)~^~BUFFALO,FREE RANGE,TOP RND STEAK,CKD (SHOSHONE BANNOCK)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35177~^~3500~^~Elk, free range, roast, eye of round, raw (Shoshone Bannock)~^~Elk, free range, roast, eye of round, raw (Shoshone Bannock)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35178~^~3500~^~Elk, free range, roast, eye of round, cooked (Shoshone Bannock)~^~Elk, free range, roast, eye of round, ckd (Shoshone Bannock)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35179~^~3500~^~Chokecherries, raw, pitted (Shoshone Bannock)~^~CHOKECHERRIES,RAW,PITTED (SHOSHONE BANNOCK)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35180~^~3500~^~Steelhead trout, dried, flesh (Shoshone Bannock)~^~STEELHEAD TROUT,DRIED,FLESH (SHOSHONE BANNOCK)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35181~^~3500~^~Steelhead trout, boiled, canned (Alaska Native)~^~STEELHEAD TROUT,BLD,CND (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35182~^~3500~^~Acorn stew (Apache)~^~ACORN STEW (APACHE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35183~^~3500~^~Corn, dried, yellow (Northern Plains Indians)~^~CORN,DRIED,YEL (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35184~^~3500~^~Smelt, dried (Alaska Native)~^~SMELT,DRIED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35185~^~3500~^~Frybread, made with lard (Apache)~^~FRYBREAD,MADE W/ LARD (APACHE)~^~~^~~^~~^~~^0^~~^^^^ ~35186~^~3500~^~Corned beef and potatoes in tortilla (Apache)~^~CORNED BF & POTATOES IN TORTILLA (APACHE)~^~~^~~^~~^~~^0^~~^^^^ ~35187~^~3500~^~Tennis Bread, plain (Apache)~^~TENNIS BREAD,PLN (APACHE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35188~^~3500~^~Fish, halibut, cooked, with skin (Alaska Native)~^~FISH,HALIBUT,CKD,W/ SKN (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^^^^ ~35190~^~3500~^~Salmon, red (sockeye), filets with skin, smoked (Alaska Native)~^~SALMON,RED (SOCKEYE),FILETS W/ SKN,SMOKED (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35192~^~3500~^~Agave, raw (Southwest)~^~AGAVE,RAW (SOUTHWEST)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35193~^~3500~^~Agave, cooked (Southwest)~^~AGAVE,CKD (SOUTHWEST)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35194~^~3500~^~Agave, dried (Southwest)~^~AGAVE,DRIED (SOUTHWEST)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35195~^~3500~^~Cattail, Narrow Leaf Shoots (Northern Plains Indians)~^~CATTAIL,NARROW LEAF SHOOTS (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^^^^ ~35196~^~3500~^~Lambsquarters, raw (Northern Plains Indians)~^~LAMBSQUARTERS,RAW (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35197~^~3500~^~Lambsquarters, steamed (Northern Plains Indians)~^~LAMBSQUARTERS,STMD (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35198~^~3500~^~Plains Pricklypear, raw (Northern Plains Indians)~^~PLAINS PRICKLYPEAR,RAW (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35199~^~3500~^~Plains Pricklypear, broiled (Northern Plains Indians)~^~PLAINS PRICKLYPEAR,BRLD (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35200~^~3500~^~Prairie Turnips, raw (Northern Plains Indians)~^~PRAIRIE TURNIPS,RAW (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^^^^ ~35201~^~3500~^~Prairie Turnips, boiled (Northern Plains Indians)~^~PRAIRIE TURNIPS,BLD (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^^^^ ~35202~^~3500~^~Raspberries, wild (Northern Plains Indians)~^~RASPBERRIES,WILD (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35203~^~3500~^~Rose Hips, wild (Northern Plains Indians)~^~ROSE HIPS,WILD (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35204~^~3500~^~Chokecherries, raw, pitted (Northern Plains Indians)~^~CHOKECHERRIES,RAW,PITTED (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^^^^ ~35206~^~3500~^~Plums, wild (Northern Plains Indians)~^~PLUMS,WILD (NORTHERN PLAINS INDIANS)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35207~^~3500~^~Pinon Nuts, roasted (Navajo)~^~PINON NUTS,RSTD (NAVAJO)~^~~^~~^~~^~~^0^~Pinus spp.~^5.30^^^ ~35226~^~3500~^~Sea lion, stellar, liver (Alaska Native)~^~Sea lion, stellar, liver (Alaska Native)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35227~^~3500~^~Sea lion, stellar, kidney (Alaska Native)~^~SEA LION,STELLAR,KIDNEY (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Eumetopias jubatus~^6.25^^^ ~35228~^~3500~^~Sea lion, stellar, heart (Alaska Native)~^~SEA LION,STELLAR,HEART (ALASKA NATIVE)~^~~^~~^~~^~~^0^~Eumetopias jubatus~^6.25^^^ ~35229~^~3500~^~Sea lion, stellar, meat (Alaska Native)~^~SEA LION,STELLAR,MEAT (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35230~^~3500~^~Sea lion, stellar, meat with fat (Alaska Native)~^~SEA LION,STELLAR,MEAT W/ FAT (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~35231~^~3500~^~Sea lion, stellar, fat (Alaska Native)~^~SEA LION,STELLAR,FAT (ALASKA NATIVE)~^~~^~~^~~^~~^0^~~^6.25^^^ ~42040~^~1900~^~Syrups, grenadine~^~SYRUPS,GRENADINE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~42055~^~1400~^~Fruit-flavored drink, dry powdered mix, low calorie, with aspartame~^~FRUIT-FLAVORED DRK,DRY PDR MIX,LO CAL,W/ ASPRT~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^2.47 ~42063~^~1900~^~Pectin, liquid~^~PECTIN,LIQUID~^~~^~~^~Y~^~~^0^~~^^^^ ~42074~^~1900~^~Frozen novelties, ice cream type, vanilla ice cream, light, no sugar added, chocolate coated~^~FROZ NOVLT,ICE CRM,VAN ICE CRM,LT,NO SUGAR ADDED,CHOC COATD~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~42100~^~0800~^~Cereals ready-to-eat, oats, corn puffed mixture, presweetened, with marshmallows, single brand~^~CEREALS RTE,OATS,CORN PUFFED,PRESWEETENED,W/MARSHMALLOW~^~~^~~^~Y~^~~^0^~~^^^^ ~42116~^~0400~^~Creamy dressing, made with sour cream and/or buttermilk and oil, reduced calorie~^~CREAMY DRSNG,MADE W/SOUR CRM AND/OR BTTRMLK&OIL,RED CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~42117~^~0100~^~Imitation cheese, american or cheddar, low cholesterol~^~IMITATION CHS,AMERICAN OR CHEDDAR,LO CHOL~^~~^~~^~Y~^~~^0^~~^^^^ ~42119~^~0300~^~Babyfood, banana juice with low fat yogurt~^~BABYFOOD,BANANA JUC W/LOFAT YOGURT~^~~^~~^~Y~^~~^0^~~^^^^ ~42120~^~0300~^~Babyfood, mixed fruit juice with low fat yogurt~^~BABYFOOD,MXD FRUIT JUC W/LOFAT YOGURT~^~~^~~^~Y~^~~^0^~~^^^^ ~42128~^~0700~^~Turkey ham, sliced, extra lean, prepackaged or deli-sliced~^~TURKEY HAM,SLICED,EX LN,PREPACKAGED OR DELI-SLICED~^~~^~~^~Y~^~~^0^~~^^^^ ~42129~^~0700~^~Bologna, beef and pork, low fat~^~BOLOGNA,BF&PORK,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~42130~^~0500~^~Turkey bacon, cooked~^~TURKEY BACON,COOKED~^~~^~~^~Y~^~~^0^~~^^^^ ~42131~^~1900~^~Milk dessert, frozen, milk-fat free, chocolate~^~MILK DSSRT,FRZ,MILK-FAT FREE,CHOC~^~~^~~^~Y~^~~^0^~~^^^^ ~42135~^~0100~^~Whipped topping, frozen, low fat~^~WHIPPED TOPPING,FRZ,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~42136~^~0100~^~Cream substitute, powdered, light~^~CREAM SUB,PDR,LT~^~~^~~^~Y~^~~^0^~~^^^^ ~42137~^~0400~^~Salad dressing, peppercorn dressing, commercial, regular~^~SALAD DRSNG,PEPPERCORN DRSNG,COMM,REG~^~~^~~^~Y~^~~^0^~~^^^^ ~42138~^~0400~^~Mayonnaise, reduced-calorie or diet, cholesterol-free~^~MAYONNAISE,RED-CAL OR DIET,CHOL-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~42139~^~2500~^~Granola bar, soft, milk chocolate coated, peanut butter~^~GRANOLA BAR,SOFT,MILK CHOC COATD,PNUT BUTTER~^~~^~~^~Y~^~~^0^~~^^^^ ~42140~^~0400~^~Salad dressing, italian dressing, reduced calorie~^~SALAD DRSNG,ITALIAN DRSNG,RED CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~42141~^~0100~^~Cream substitute, liquid, light~^~CREAM SUB,LIQ,LT~^~~^~~^~Y~^~~^0^~~^^^^ ~42148~^~1900~^~Candies, MASTERFOODS USA, M&M's Peanut Butter Chocolate Candies~^~CANDIES,MASTERFOODS USA,M&M'S PNUT BUTTER CHOC CANDIES~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~42149~^~0900~^~Orange-strawberry-banana juice~^~ORANGE-STRAWBERRY-BANANA JUC~^~~^~~^~~^~~^0^~~^^^^ ~42150~^~0300~^~Babyfood, apple yogurt dessert, strained~^~BABYFOOD,APPL YOGURT DSSRT,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~42151~^~0400~^~Vegetable oil-butter spread, reduced calorie~^~VEGETABLE OIL-BUTTER SPRD,RED CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~42153~^~0400~^~Salad dressing, blue or roquefort cheese dressing, reduced calorie~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS DRSNG,RED CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~42155~^~0100~^~Cheese, monterey, low fat~^~CHEESE,MONTEREY,LOW FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~42157~^~0400~^~Creamy dressing, made with sour cream and/or buttermilk and oil, reduced calorie, fat-free~^~CRMY DRSG,MDE W/ SOUR CRM AND/OR BTRMLK & OIL,RED CAL,FTFREE~^~~^~~^~Y~^~~^0^~~^^^^ ~42158~^~0400~^~Creamy dressing, made with sour cream and/or buttermilk and oil, reduced calorie, cholesterol-free~^~CREAMY DRSNG,W/SOUR CRM AND/OR BTTRMLK&OIL,RED CAL,CHOL-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~42161~^~0700~^~Bologna, beef, low fat~^~BOLOGNA,BEEF,LOW FAT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~42171~^~0400~^~Salad dressing, french dressing, reduced calorie~^~SALAD DRSNG,FRENCH DRSNG,RED CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~42173~^~0700~^~Turkey and pork sausage, fresh, bulk, patty or link, cooked~^~TURKEY&PORK SAUSAGE,FRSH,BULK,PATTY OR LINK,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~42178~^~0400~^~Mayonnaise, made with tofu~^~MAYONNAISE,MADE WITH TOFU~^~~^~~^~Y~^~~^0^~~^^^^ ~42179~^~0700~^~Frankfurter, beef, low fat~^~FRANKFURTER,BF,LO FAT~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^^^^ ~42181~^~1400~^~Corn beverage~^~CORN BEVERAGE~^~~^~~^~Y~^~~^0^~~^^^^ ~42182~^~1600~^~Bean beverage~^~BEAN BEVERAGE~^~~^~~^~Y~^~~^0^~~^^^^ ~42183~^~1900~^~Candies, MASTERFOODS USA, TWIX chocolate fudge cookie bars~^~CANDIES,MASTERFOODS USA,TWIX CHOC FUDGE COOKIE BARS~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~42184~^~0800~^~Cereals ready-to-eat, MUESLI, dried fruit and nuts~^~CEREALS RTE,MUESLI,DRIED FRUIT & NUTS~^~~^~~^~Y~^~~^0^~~^^^^ ~42185~^~1900~^~Frozen yogurts, chocolate, nonfat milk, sweetened without sugar~^~FROZEN YOGURTS,CHOC,NONFAT MILK,SWTND WO/ SUGAR~^~~^~~^~Y~^~~^0^~~^^^^ ~42186~^~1900~^~Frozen yogurts, chocolate~^~FROZEN YOGURTS,CHOC~^~~^~~^~Y~^~~^0^~~^^^^ ~42187~^~1900~^~Frozen yogurts, flavors other than chocolate~^~FROZEN YOGURTS,FLAVORS OTHER THAN CHOC~^~~^~~^~Y~^~~^0^~~^^^^ ~42188~^~0700~^~Frankfurter, beef and pork, low fat~^~FRANKFURTER,BF & PORK,LO FAT~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^^^^ ~42189~^~0100~^~Milk, buttermilk, fluid, cultured, reduced fat~^~MILK,BTTRMLK,FLUID,CULTURED,RED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~42190~^~0700~^~Pork sausage rice links, brown and serve, cooked~^~PORK SAUSAGE RICE LINKS,BROWN&SERVE,CKD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~42192~^~0400~^~Salad dressing, blue or roquefort cheese dressing, fat-free~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS DRSNG,FAT-FREE~^~~^~~^~Y~^~~^0^~~^^4.03^8.84^3.80 ~42193~^~0400~^~Salad Dressing, mayonnaise-like, fat-free~^~SALAD DRSNG,MAYONNAISE-LIKE,FAT-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~42196~^~1900~^~Candies, MASTERFOODS USA, MILKY WAY Midnight Bar~^~CANDIES,MASTERFOODS USA,MILKY WAY MIDNIGHT BAR~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~42200~^~1600~^~Papad~^~PAPAD~^~~^~~^~Y~^~~^0^~~^^^^ ~42204~^~2500~^~Rice cake, cracker (include hain mini rice cakes)~^~RICE CAKE,CRACKER (INCL HAIN MINI RICE CAKES)~^~~^~~^~Y~^~~^0^~~^^^^ ~42205~^~0100~^~Cheese, pasteurized process, cheddar or american, fat-free~^~CHEESE,PAST PROCESS,CHEDDAR OR AMERICAN,FAT-FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~42227~^~1900~^~Candies, MASTERFOODS USA, M&M's Almond Chocolate Candies~^~CANDIES,MASTERFOODS USA,M&M'S ALMOND CHOC CANDIES~^~~^~Masterfoods USA~^~Y~^~~^0^~~^^^^ ~42230~^~0400~^~Salad Dressing, coleslaw dressing, reduced fat~^~SALAD DRSNG,COLESLAW DRSNG,RED FAT~^~~^~~^~Y~^~~^0^~~^^2.44^8.84^3.80 ~42231~^~0400~^~Flaxseed oil~^~FLAXSEED OIL~^~~^~~^~Y~^~~^0^~~^^^^ ~42235~^~0100~^~Cheese, cottage, lowfat, 1% milkfat, lactose reduced~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT,LACTOSE RED~^~~^~~^~Y~^~~^0^~~^^^^ ~42236~^~0800~^~Cereals ready-to-eat, frosted oat cereal with marshmallows~^~CEREALS RTE,FRSTD OAT CRL W/MARSHMALLOWS~^~~^~~^~Y~^~~^0^~~^^^^ ~42237~^~0800~^~Cereals ready-to-eat, WEETABIX WHOLE WHEAT CEREAL~^~CEREALS RTE,WEETABIX WHL WHEAT CRL~^~~^~~^~Y~^~~^0^~~^^^^ ~42240~^~0800~^~Cereals ready-to-eat, corn, whole wheat, rolled oats, presweetened, with almonds, single brand~^~CEREALS RTE,CORN,WHL WHEAT,ROLLED OATS,PRESWEETENED,W/ALMOND~^~~^~~^~Y~^~~^0^~~^^^^ ~42241~^~0700~^~Turkey, pork, and beef sausage, reduced fat, smoked~^~TURKEY,PORK,&BF SAUSAGE,RED FAT,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~42256~^~0400~^~Margarine-like spread, stick or tub, sweetened~^~MARGARINE-LIKE SPRD,STK OR TUB,SWTND~^~~^~~^~Y~^~~^0^~~^^^^ ~42258~^~0100~^~Cheese product, pasteurized process, cheddar or american, reduced fat~^~CHEESE PRODUCT,PAST PROCESS,CHEDDAR OR AMERICAN,RED FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~42259~^~2500~^~Snacks, popcorn, oil-popped, unsalted~^~POPCORN,OIL-POPPED,UNSALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~42261~^~0800~^~Cereals ready-to-eat, whole wheat, rolled oats, presweetened, with pecans~^~CEREALS RTE,WHL WHEAT,ROLLED OATS,PRESWEETENED,W/ PECANS~^~~^~~^~Y~^~~^0^~~^^^^ ~42262~^~0700~^~Sausage, chicken and beef, smoked~^~SAUSAGE,CHICK&BF,SMOKED~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~42265~^~0800~^~Cereals ready-to-eat, whole wheat, rolled oats, presweetened, with nuts and fruit, single brand~^~CEREALS RTE,WHL WHEAT,ROLLED OATS,PRESWEETENED,W/NUTS&FRUIT~^~~^~~^~Y~^~~^0^~~^^^^ ~42266~^~0300~^~Babyfood, juice, apple-sweet potato~^~BABYFOOD,JUC,APPLE-SWEET POTATO~^~~^~~^~Y~^~~^0^~~^^^^ ~42267~^~0300~^~Babyfood, juice, orange-carrot~^~BABYFOOD,JUC,ORANGE-CARROT~^~~^~~^~Y~^~~^0^~~^^^^ ~42270~^~1400~^~Orange juice drink~^~ORANGE JUICE DRINK~^~~^~~^~~^~~^0^~~^6.25^4.00^9.00^4.00 ~42272~^~2500~^~Snacks, granola bar, with coconut, chocolate coated~^~GRANOLA BAR,W/COCNT,CHOC COATD~^~~^~~^~Y~^~~^0^~~^^^^ ~42278~^~0300~^~Babyfood, vegetable and brown rice, strained~^~BABYFOOD,VEG&BROWN RICE,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~42279~^~0300~^~Babyfood, peas and brown rice~^~BABYFOOD,PEAS&BROWN RICE~^~~^~~^~Y~^~~^0^~~^^^^ ~42280~^~0700~^~Frankfurter, meat and poultry, low fat~^~FRANKFURTER,MEAT & POULTRY,LO FAT~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^^^^ ~42283~^~2500~^~Snacks, potato chips, white, restructured, baked~^~POTATO CHIPS,WHITE,RESTRUCTURED,BKD~^~~^~~^~Y~^~~^0^~~^^^^ ~42284~^~0300~^~Babyfood, baked product, finger snacks cereal~^~BABYFOOD,BKD PRODUCT,FINGER SNACKS CRL~^~~^~~^~Y~^~~^0^~~^^^^ ~42285~^~0300~^~Babyfood, cereal, brown rice, dry, instant~^~BABYFOOD,CRL,BROWN RICE,DRY,INST~^~~^~~^~Y~^~~^0^~~^^^^ ~42289~^~0400~^~Oil, corn and canola~^~OIL,CORN AND CANOLA~^~~^~~^~Y~^~~^0^~~^^^8.84^ ~42290~^~0100~^~Milk, fluid, nonfat, calcium fortified (fat free or skim)~^~MILK,FLUID,NONFAT,CA FORT (FAT FREE OR SKIM)~^~~^~~^~Y~^~~^0^~~^^^^ ~42291~^~1600~^~Peanut butter, reduced sodium~^~PEANUT BUTTER,RED NA~^~~^~~^~Y~^~~^0^~~^^^^ ~42297~^~0800~^~Cereals ready-to-eat, whole wheat, rolled oats, presweetened, with walnuts and fruit, single brand~^~CEREALS RTE,WHL WHEAT,OATS,PRESWEETENED,W/WALNUTS&FRUIT~^~~^~~^~Y~^~~^0^~~^^^^ ~42303~^~0100~^~Cheese, muenster, low fat~^~CHEESE,MUENSTER,LOW FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~42304~^~0100~^~Cheese, mozzarella, nonfat~^~CHEESE,MOZZARELLA,NON-FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~42307~^~0400~^~Butter-margarine blend, stick, unsalted~^~BUTTER-MARGARINE BLEND,STK,UNSALTED~^~~^~~^~Y~^~~^0^~~^^4.27^8.84^3.87 ~42309~^~0400~^~Vegetable oil-butter spread, reduced calorie, tub, salted~^~VEGETABLE OIL-BUTTER SPRD,RED CAL,TUB,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~42310~^~0400~^~Margarine-like spread, reduced calorie, 40% fat, stick, with salt~^~MARGARINE-LIKE SPRD,RED CAL,40% FAT,STK,W/SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~42313~^~0400~^~Margarine-like spread, 70% fat, liquid, with salt~^~MARGARINE-LIKE SPRD,70% FAT,LIQ,W/SALT~^~~^~~^~Y~^~~^0^~~^6.25^4.27^8.84^3.87 ~42316~^~0300~^~Babyfood, carrots, toddler~^~BABYFOOD,CARROTS,TODDLER~^~~^~~^~Y~^~~^0^~~^^^^ ~43004~^~0300~^~Babyfood, dessert, banana pudding, strained~^~BABYFOOD,DSSRT,BANANA PUDD,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~43006~^~0300~^~Babyfood, fruit, tutti frutti, strained~^~BABYFOOD,FRUIT,TUTTI FRUTTI,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~43007~^~0300~^~Babyfood, fruit, tutti frutti, junior~^~BABYFOOD,FRUIT,TUTTI FRUTTI,JR~^~~^~~^~Y~^~~^0^~~^^^^ ~43008~^~0300~^~Babyfood, dinner, chicken and rice~^~BABYFOOD,DINNER,CHICK&RICE~^~~^~~^~Y~^~~^0^~~^^^^ ~43015~^~0400~^~Salad dressing, caesar dressing, regular~^~SALAD DRSNG,CAESAR DRSNG,REG~^~~^~~^~Y~^~~^0^~~^^^^ ~43016~^~0400~^~Salad dressing, coleslaw~^~SALAD DRESSING,COLESLAW~^~~^~~^~Y~^~~^0^~~^^^^ ~43017~^~0400~^~Salad dressing, green goddess, regular~^~SALAD DRSNG,GRN GODDESS,REG~^~~^~~^~Y~^~~^0^~~^^^^ ~43019~^~0400~^~Salad dressing, sweet and sour~^~SALAD DRSNG,SWT&SOUR~^~~^~~^~Y~^~~^0^~~^^^^ ~43020~^~0400~^~Salad dressing, blue or roquefort cheese, low calorie~^~SALAD DRSNG,BLUE OR ROQUEFORT CHS,LO CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~43021~^~0400~^~Salad dressing, caesar, low calorie~^~SALAD DRSNG,CAESAR,LO CAL~^~~^~~^~Y~^~~^0^~~^^^^ ~43026~^~1900~^~Syrups, dietetic~^~SYRUPS,DIETETIC~^~~^~~^~Y~^~~^0^~~^^^^ ~43028~^~1900~^~Jams and preserves, dietetic (with sodium saccharin), any flavor~^~JAMS & PRESERVES,DIETETIC (WITH NA SACCHARIN),ANY FLAVOR~^~~^~~^~Y~^~~^0^~~^6.25^0.00^0.00^2.47 ~43031~^~1900~^~Candies, chocolate covered, caramel with nuts~^~CANDIES,CHOC COVERED,CARAMEL W/NUTS~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~43046~^~1900~^~Candies, nougat, with almonds~^~CANDIES,NOUGAT,W/ ALMONDS~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~43057~^~1900~^~Candies, gum drops, dietetic or low calorie (sorbitol)~^~CANDIES,GUM DROPS,DIETETIC OR LO CAL (SORBITOL)~^~~^~~^~Y~^~~^0^~~^^^^ ~43058~^~1900~^~Candies, hard, dietetic or low calorie (sorbitol)~^~CANDIES,HARD,DIETETIC OR LO CAL (SORBITOL)~^~~^~~^~Y~^~~^0^~~^^^^ ~43059~^~1900~^~Candies, chocolate covered, dietetic or low calorie~^~CANDIES,CHOC COVERED,DIETETIC OR LO CAL~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~43060~^~1900~^~Chewing gum, sugarless~^~CHEWING GUM,SUGARLESS~^~~^~~^~Y~^~~^0^~~^^^^ ~43075~^~0300~^~Fluid replacement, electrolyte solution (include PEDIALYTE)~^~FLUID REPLCMNT,ELECTROLYTE SOLN (INCLUDE PEDIALYTE)~^~~^~~^~Y~^~~^0^~~^^^^ ~43078~^~0100~^~Beverage, milkshake mix, dry, not chocolate~^~BEVERAGE,MILKSHAKE MIX,DRY,NOT CHOC~^~~^~~^~Y~^~~^0^~~^^^^ ~43098~^~1900~^~Pie fillings, cherry, low calorie~^~PIE FILLINGS,CHERRY,LO CAL~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~43100~^~2500~^~Breakfast bars, oats, sugar, raisins, coconut (include granola bar)~^~BREAKFAST BARS,OATS,SUGAR,RAISINS,COCNT (INCL GRANOLA BAR)~^~~^~~^~Y~^~~^0^~~^^^^ ~43109~^~2500~^~Pretzels, soft~^~PRETZELS,SOFT~^~~^~~^~Y~^~~^0^~~^^^^ ~43112~^~1600~^~Beans, chili, barbecue, ranch style, cooked~^~BEANS,CHILI,BARBECUE,RANCH STYLE,CKD~^~~^~~^~Y~^~~^0^~~^^^^ ~43114~^~1600~^~Vermicelli, made from soy~^~VERMICELLI,MADE FROM SOY~^~~^~~^~Y~^~~^0^~~^^^^ ~43125~^~1600~^~Beans, liquid from stewed kidney beans~^~BEANS,LIQ FROM STWD KIDNEY BNS~^~~^~~^~Y~^~~^0^~~^^^^ ~43128~^~1600~^~Chicken, meatless~^~CHICKEN,MEATLESS~^~~^~~^~Y~^~~^0^~~^^^^ ~43129~^~1600~^~Fish sticks, meatless~^~FISH STICKS,MEATLESS~^~~^~~^~Y~^~~^0^~~^^^^ ~43130~^~1600~^~Frankfurter, meatless~^~FRANKFURTER,MEATLESS~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^^^^ ~43131~^~1600~^~Luncheon slices, meatless~^~LUNCHEON SLICES,MEATLESS~^~~^~~^~Y~^~~^0^~~^^^^ ~43132~^~1600~^~Meatballs, meatless~^~MEATBALLS,MEATLESS~^~~^~~^~Y~^~~^0^~~^^^^ ~43134~^~1600~^~Vegetarian fillets~^~VEGETARIAN FILLETS~^~~^~~^~Y~^~~^0^~~^^^^ ~43135~^~1600~^~Sandwich spread, meatless~^~SANDWICH SPREAD,MEATLESS~^~~^~~^~Y~^~~^0^~~^^^^ ~43136~^~1600~^~Vegetarian stew~^~VEGETARIAN STEW~^~~^~~^~Y~^~~^0^~~^^^^ ~43137~^~1600~^~Vegetarian meatloaf or patties~^~VEGETARIAN MEATLOAF OR PATTIES~^~~^~~^~Y~^~~^0^~~^^^^ ~43142~^~1100~^~Radishes, hawaiian style, pickled~^~RADISHES,HAWAIIAN STYLE,PICKLED~^~~^~~^~Y~^~~^0^~~^^^^ ~43143~^~1100~^~Cabbage, japanese style, fresh, pickled~^~CABBAGE,JAPANESE STYLE,FRSH,PICKLED~^~~^~~^~Y~^~~^0^~~^^^^ ~43144~^~1100~^~Cabbage, mustard, salted~^~CABBAGE,MUSTARD,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~43146~^~1100~^~Eggplant, pickled~^~EGGPLANT,PICKLED~^~~^~~^~Y~^~~^0^~~^^^^ ~43154~^~1400~^~Alcoholic beverage, wine, cooking~^~ALCOHOLIC BEV,WINE,COOKING~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43155~^~1400~^~Alcoholic beverage, wine, light~^~ALCOHOLIC BEV,WINE,LT~^~~^~~^~Y~^~~^0^~~^^^^ ~43158~^~1900~^~Sweeteners, tabletop, saccharin~^~SWEETENERS,TABLETOP,SACCHARIN~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43205~^~0100~^~Beverage, instant breakfast powder, chocolate, not reconstituted~^~BEVERAGE,INST BRKFST PDR,CHOC,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~43212~^~1600~^~Bacon bits, meatless~^~BACON BITS,MEATLESS~^~~^~~^~Y~^~~^0^~~^^^^ ~43214~^~0400~^~Butter replacement, without fat, powder~^~BUTTER REPLCMNT,WO/FAT,PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~43215~^~0400~^~Salad dressing, buttermilk, lite~^~SALAD DRSNG,BTTRMLK,LITE~^~~^~~^~Y~^~~^0^~~^^^^ ~43216~^~1900~^~Sweeteners, tabletop, fructose, dry, powder~^~SWEETENERS,TABLETOP,FRUCTOSE,DRY,PDR~^~~^~~^~Y~^~~^0^~~^^^^ ~43217~^~1100~^~Tomato sauce, no salt added~^~TOMATO SAU,NO SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~43218~^~0800~^~Cereals, ready-to-eat, ALPEN~^~CEREALS,RTE,ALPEN~^~~^~~^~Y~^~~^0^~~^^^^ ~43241~^~0800~^~Cereals ready-to-eat, FAMILIA~^~CEREALS RTE,FAMILIA~^~~^~~^~Y~^~~^0^~~^^^^ ~43245~^~0800~^~Cereals ready-to-eat, wheat and bran, presweetened with nuts and fruits~^~CEREALS RTE,WHEAT&BRAN,PRESWEETENED W/NUTS&FRUITS~^~~^~~^~Y~^~~^0^~~^^^^ ~43260~^~0100~^~Beverage, instant breakfast powder, chocolate, sugar-free, not reconstituted~^~BEVERAGE,INST BRKFST PDR,CHOC,SUGAR-FREE,NOT RECON~^~~^~~^~Y~^~~^0^~~^^^^ ~43261~^~0100~^~Yogurt, fruit variety, nonfat~^~YOGURT,FRUIT VAR,NON-FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~43268~^~0100~^~Whipped cream substitute, dietetic, made from powdered mix~^~WHIPPED CRM SUB,DIETETIC,MADE FROM PDR MIX~^~~^~~^~Y~^~~^0^~~^^^^ ~43269~^~1900~^~Frozen novelties, ice cream type, sundae, prepackaged~^~FROZEN NOVELTIES,ICE CRM TYPE,SUNDAE,PREPACKAGED~^~~^~~^~Y~^~~^0^~~^^^^ ~43273~^~0100~^~Cheese, cottage, with vegetables~^~CHEESE,COTTAGE,W/VEG~^~~^~~^~Y~^~~^0^~~^^^^ ~43274~^~0100~^~Cheese, cream, low fat~^~CHEESE,CREAM,LOW FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~43275~^~0100~^~Cheese, pasteurized process, american, low fat~^~CHEESE,PAST PROCESS,AMERICAN,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~43276~^~0100~^~Cheese spread, cream cheese base~^~CHEESE SPRD,CRM CHS BASE~^~~^~~^~Y~^~~^0^~~^^^^ ~43278~^~0100~^~Cheese, american cheddar, imitation~^~CHEESE,AMERICAN CHEDDAR,IMITN~^~~^~~^~Y~^~~^0^~~^^^^ ~43282~^~0500~^~Quail, cooked, total edible~^~QUAIL,COOKED,TOTAL EDIBLE~^~~^~~^~Y~^~~^0^~~^^^^ ~43283~^~0500~^~Pheasant, cooked, total edible~^~PHEASANT,CKD,TOTAL EDIBLE~^~~^~~^~Y~^~~^0^~~^^^^ ~43285~^~0100~^~Eggs, scrambled, frozen mixture~^~EGGS,SCRMBLD,FRZ MIXTURE~^~~^~~^~Y~^~~^0^~~^^^^ ~43287~^~0500~^~Dove, cooked (includes squab)~^~DOVE,CKD (INCL SQUAB)~^~~^~~^~Y~^~~^0^~~^^^^ ~43297~^~1000~^~Pork, oriental style, dehydrated~^~PORK,ORIENTAL STYLE,DEHYD~^~~^~~^~~^~~^0^~~^^^^ ~43299~^~1600~^~Soybean, curd cheese~^~SOYBEAN,CURD CHEESE~^~~^~~^~Y~^~~^0^~~^^^^ ~43306~^~0800~^~Cereals, NESTUM, prepared with water~^~CEREALS,NESTUM,PREP W/H2O~^~~^~Nestle USA, Inc.~^~Y~^~~^0^~~^^^^ ~43311~^~1100~^~Potatoes, canned, drained solids, no salt added~^~POTATOES,CND,DRND SOL,NO SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~43312~^~1100~^~Vegetables, mixed (corn, lima beans, peas, green beans, carrots) canned, no salt added~^~VEGETABLES,MXD (CORN,LIMA BNS,PEAS,GRN BNS,CRRT) CND,NO SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~43325~^~1000~^~Pork, cured, ham, boneless, low sodium, extra lean and regular, roasted~^~PORK,CURED,HAM,BNLESS,LO NA,EX LN & REG,RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~43326~^~1000~^~Pork, cured, ham, low sodium, lean and fat, cooked~^~PORK,CURED,HAM,LO NA,LN & FAT,CKD~^~~^~~^~Y~^~~^0^~~^^^^ ~43327~^~1000~^~Pork, cured, ham, boneless, low sodium, extra lean (approximately 5% fat), roasted~^~PORK,CURED,HAM,BNLESS,LO NA,EX LN (APPROXIMATLY 5% FAT),RSTD~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~43329~^~0400~^~Salad dressing, mayonnaise and mayonnaise-type, low calorie~^~SALAD DRSNG,MAYO & MAYONNAISE-TYPE,LO CAL~^~~^~~^~Y~^~~^0^~~^6.25^4.36^8.84^3.80 ~43331~^~0400~^~Salad dressing, bacon and tomato~^~SALAD DRSNG,BACON&TOMATO~^~~^~~^~Y~^~~^0^~~^^^^ ~43340~^~0100~^~Cheese, parmesan, low sodium~^~CHEESE,PARMESAN,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43343~^~1400~^~Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener~^~COFFEE&COCOA (MOCHA) PDR,W/WHTNR&LO CAL SWTNR~^~~^~~^~Y~^~~^0^~~^^^^ ~43345~^~1400~^~Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie~^~FRUIT-FLAVORED DRK,PDR,W/ HI VIT C W/ OTHER ADDED VIT,LO CAL~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^2.47 ~43346~^~1900~^~Frozen novelties, juice type, orange~^~FROZEN NOVELTIES,JUC TYPE,ORANGE~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43350~^~1100~^~Sauerkraut, canned, low sodium~^~SAUERKRAUT,CND,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43352~^~0100~^~Cheese, cottage, lowfat, 1% milkfat, no sodium added~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT,NO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43355~^~0400~^~Mayonnaise, low sodium, low calorie or diet~^~MAYONNAISE,LO NA,LO CAL OR DIET~^~~^~~^~Y~^~~^0^~~^^^^ ~43364~^~2500~^~Snacks, tortilla chips, unsalted, white corn~^~SNACKS,TORTILLA CHIPS,UNSALTED,WHITE CORN~^~~^~~^~Y~^~~^0^~~^^^^ ~43365~^~1100~^~Tomato and vegetable juice, low sodium~^~TOMATO&VEG JUC,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43366~^~0500~^~Turkey, wing, smoked, cooked, with skin, bone removed~^~TURKEY,WING,SMOKED,CKD,W/SKN,BONE REMOVED~^~~^~~^~Y~^~~^0^~~^^^^ ~43367~^~0500~^~Turkey, drumstick, smoked, cooked, with skin, bone removed~^~TURKEY,DRUMSTK,SMOKED,CKD,W/SKN,BONE REMOVED~^~~^~~^~Y~^~~^0^~~^^^^ ~43369~^~1400~^~Chocolate-flavored drink, whey and milk based~^~CHOCOLATE-FLAVORED DRK,WHEY&MILK BSD~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43372~^~1400~^~Apple cider-flavored drink, powder, added vitamin C and sugar~^~APPLE CIDER-FLAVORED DRK,PDR,VIT C&SUGAR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43373~^~0300~^~Babyfood, dinner, chicken and noodle with vegetables, toddler~^~BABYFOOD,DINNER,CHICK&NOODLE W/VEG,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~43378~^~1000~^~Pork, cured, bacon, cooked, broiled, pan-fried or roasted, reduced sodium~^~PORK,CURED,BACON,CKD,BRLD,PAN-FRIED OR RSTD,RED NA~^~~^~~^~Y~^~~^0^~~^6.25^4.27^9.02^3.87 ~43379~^~0100~^~Cheese, pasteurized process, swiss, low fat~^~CHEESE,PAST PROCESS,SWISS,LOFAT~^~~^~~^~Y~^~~^0^~~^^^^ ~43382~^~0900~^~Cranberry juice, unsweetened~^~CRANBERRY JUC,UNSWTND~^~~^~~^~Y~^~~^0^~~^^3.36^8.37^3.60 ~43384~^~0700~^~Beef, bologna, reduced sodium~^~BEEF,BOLOGNA,RED NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43387~^~1100~^~Turnip greens, canned, no salt added~^~TURNIP GRNS,CND,NO SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~43388~^~1400~^~Apple cider-flavored drink, powder, low calorie, with vitamin C, prepared~^~APPLE CIDER-FLAVORED DRK,PDR,LO CAL,W/ VIT C,PREP~^~~^~~^~Y~^~~^0^~~^^^^ ~43390~^~0500~^~Turkey, light or dark meat, smoked, cooked, with skin, bone removed~^~TURKEY,LT OR DK MEAT,SMOKED,CKD,W/SKN,BONE REMOVED~^~~^~~^~Y~^~~^0^~~^^^^ ~43391~^~0500~^~Turkey, light or dark meat, smoked, cooked, skin and bone removed~^~TURKEY,LT OR DK MEAT,SMOKED,CKD,SKN & BONE REMOVED~^~~^~~^~Y~^~~^0^~~^^^^ ~43392~^~1100~^~Palm hearts, raw~^~PALM HEARTS,RAW~^~~^~~^~Y~^~~^^~~^^^^ ~43393~^~0800~^~Cereals ready-to-eat, wheat, bran, shredded, plain, salt and sugar free, single brand~^~CEREALS RTE,WHEAT,BRAN,SHREDDED,PLN,SALT&SUGAR FREE~^~~^~~^~Y~^~~^0^~~^^^^ ~43396~^~0100~^~Cheese, cottage, lowfat, 1% milkfat, with vegetables~^~CHEESE,COTTAGE,LOWFAT,1% MILKFAT,W/VEG~^~~^~~^~Y~^~~^0^~~^^^^ ~43398~^~0100~^~Cheese, pasteurized process, cheddar or american, low sodium~^~CHEESE,PAST PROCESS,CHEDDAR OR AMERICAN,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43401~^~1400~^~Coffee, dry, powder, with whitener, reduced calorie~^~COFFEE,DRY,PDR,W/ WHTNR,RED CAL~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43404~^~1400~^~Cranberry-apple juice drink, low calorie, with vitamin C added~^~CRANBERRY-APPLE JUC DRK,LO CAL,W/VIT C~^~~^~~^~Y~^~~^0^~~^^^^ ~43405~^~0100~^~Cheese, swiss, low sodium~^~CHEESE,SWISS,LOW SODIUM~^~~^~~^~Y~^~~^0^~~^^^^ ~43406~^~1100~^~Yeast extract spread~^~YEAST EXTRACT SPREAD~^~~^~~^~Y~^~~^0^~~^^^^ ~43408~^~0300~^~Babyfood, juice, pear~^~BABYFOOD,JUICE,PEAR~^~~^~~^~Y~^~~^0^~~^^^^ ~43410~^~1600~^~Chicken, meatless, breaded, fried~^~CHICKEN,MEATLESS,BREADED,FRIED~^~~^~~^~Y~^~~^0^~~^^^^ ~43417~^~0300~^~Babyfood, meat, beef with vegetables, toddler~^~BABYFOOD,MEAT,BF W/VEG,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~43432~^~0300~^~Babyfood, dinner, macaroni, beef and tomato sauce, toddler~^~BABYFOOD,DINNER,MACARONI,BF&TOMATO SAU,TODD~^~~^~~^~Y~^~~^0^~~^^^^ ~43441~^~1800~^~Rolls, pumpernickel~^~ROLLS,PUMPERNICKEL~^~~^~~^~Y~^~~^0^~~^^^^ ~43447~^~2500~^~Snacks, corn-based, extruded, chips, unsalted~^~SNACKS,CORN-BASED,EXTRUDED,CHIPS,UNSALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~43449~^~1600~^~Baked beans, canned, no salt added~^~BAKED BNS,CND,NO SALT~^~~^~~^~Y~^~~^0^~~^^^^ ~43450~^~1900~^~Frozen novelites, juice type, juice with cream~^~FROZEN NOVELITES,JUC TYPE,JUC W/ CRM~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43476~^~1600~^~Tofu yogurt~^~TOFU YOGURT~^~~^~~^~Y~^~~^0^~~^^^^ ~43479~^~1400~^~Alcoholic beverage, rice (sake)~^~ALCOHOLIC BEV,RICE (SAKE)~^~~^~~^~Y~^~~^0^~~^^^^ ~43483~^~0800~^~Millet, puffed~^~MILLET,PUFFED~^~~^~~^~Y~^~~^0^~~^^^^ ~43495~^~0800~^~Cereals ready-to-eat, OAT BRAN FLAKES, HEALTH VALLEY~^~CEREALS RTE,OAT BRAN FLAKES,HEALTH VALLEY~^~~^~~^~Y~^~~^0^~~^^^^ ~43497~^~1500~^~Jellyfish, dried, salted~^~JELLYFISH,DRIED,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~43506~^~1900~^~Frozen novelties, ice cream type, chocolate or caramel covered, with nuts~^~FROZEN NOVELT,ICE CRM,CHOC OR CARAMEL COVERED,W/ NUTS~^~~^~~^~~^~~^0^~~^^^^ ~43507~^~0700~^~Frankfurter, low sodium~^~FRANKFURTER,LO NA~^~frank, hot dog, wiener~^~~^~Y~^~~^0^~~^^^^ ~43510~^~0800~^~Cereal ready-to-eat, CRISPY BROWN RICE~^~CEREAL RTE,CRISPY BROWN RICE~^~~^~~^~Y~^~~^0^~~^^^^ ~43514~^~1900~^~Frozen novelties, ice type, pop, with low calorie sweetener~^~FROZEN NOVELTIES,ICE TYPE,POP,W/ LO CAL SWTNR~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~43523~^~0300~^~Babyfood, mixed fruit yogurt, strained~^~BABYFOOD,MXD FRUIT YOGURT,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~43528~^~0100~^~Ensure plus, liquid nutrition~^~ENSURE PLUS,LIQ NUTR~^~~^~~^~Y~^~~^0^~~^^^^ ~43529~^~0300~^~Babyfood, rice and apples, dry~^~BABYFOOD,RICE&APPLS,DRY~^~~^~~^~Y~^~~^0^~~^^^^ ~43535~^~0300~^~Babyfood, juice, apple - cherry~^~BABYFOOD,JUC,APPL - CHERRY~^~~^~~^~Y~^~~^0^~~^^^^ ~43536~^~0300~^~Babyfood, dessert, peach yogurt~^~BABYFOOD,DSSRT,PEACH YOGURT~^~~^~~^~Y~^~~^0^~~^^^^ ~43537~^~0300~^~Babyfood, dessert, blueberry yogurt, strained~^~BABYFOOD,DSSRT,BLUEBERRY YOGURT,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~43539~^~0300~^~Babyfood, dessert, banana yogurt, strained~^~BABYFOOD,DSSRT,BANANA YOGURT,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~43541~^~1900~^~Ice creams, chocolate, rich~^~ICE CREAMS,CHOC,RICH~^~~^~~^~Y~^~~^0^~~^^^^ ~43543~^~0100~^~Milk, imitation, non-soy~^~MILK,IMITATION,NON-SOY~^~~^~~^~Y~^~~^0^~~^^^^ ~43546~^~0300~^~Babyfood, banana no tapioca, strained~^~BABYFOOD,BANANA NO TAPIOCA,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~43550~^~0300~^~Babyfood, banana apple dessert, strained~^~BABYFOOD,BANANA APPL DSSRT,STR~^~~^~~^~Y~^~~^0^~~^^^^ ~43566~^~2500~^~Snacks, tortilla chips, light (baked with less oil)~^~SNACKS,TORTILLA CHIPS,LT (BAKED W/ LESS OIL)~^~~^~~^~Y~^~~^0^~~^^^^ ~43570~^~0800~^~Cereals ready-to-eat, KRAFT, POST, HONEY BUNCHES OF OATS, honey roasted~^~CEREALS RTE,KRAFT,POST,HONEY BUNCHES OF OATS,HONEY RSTD~^~~^~~^~Y~^~~^0^~~^^^^ ~43572~^~2500~^~Popcorn, microwave, low fat and sodium~^~POPCORN,MICROWAVE,LOFAT&NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43584~^~0800~^~AMARANTH FLAKES~^~AMARANTH FLAKES~^~~^~~^~Y~^~~^0^~~^^^^ ~43585~^~0300~^~Babyfood, fruit supreme dessert~^~BABYFOOD,FRUIT SUPREME DSSRT~^~~^~~^~Y~^~~^0^~~^^^^ ~43589~^~0100~^~Cheese, swiss, low fat~^~CHEESE,SWISS,LOW FAT~^~~^~~^~Y~^~~^0^~~^^^^ ~43595~^~2500~^~Breakfast bar, corn flake crust with fruit~^~BREAKFAST BAR,CORN FLAKE CRUST W/FRUIT~^~~^~~^~Y~^~~^0^~~^^^^ ~43597~^~0100~^~Cheese, mozzarella, low sodium~^~CHEESE,MOZZARELLA,LO NA~^~~^~~^~Y~^~~^0^~~^^^^ ~43598~^~0400~^~Mayonnaise dressing, no cholesterol~^~MAYONNAISE DRSNG,NO CHOL~^~~^~~^~Y~^~~^0^~~^^4.36^8.84^3.80 ~43599~^~0400~^~Salad dressing, Mayonnaise dressing, diet, no cholesterol~^~SALAD DRSNG,MAYO DRSNG,DIET,NO CHOL~^~~^~~^~Y~^~~^0^~~^^^^ ~44005~^~0400~^~Oil, corn, peanut, and olive~^~OIL,CORN,PEANUT,AND OLIVE~^~~^~~^~Y~^~~^0^~~^^^^ ~44018~^~1900~^~Sweeteners, tabletop, fructose, liquid~^~SWEETENERS,TABLETOP,FRUCTOSE,LIQ~^~~^~~^~Y~^~~^0^~~^^0.00^0.00^3.66 ~44048~^~0100~^~Cheese food, imitation~^~CHEESE FOOD,IMITATION~^~~^~~^~Y~^~~^0^~~^^^^ ~44055~^~1100~^~Celery flakes, dried~^~CELERY FLAKES,DRIED~^~~^~~^~Y~^~~^0^~~^^^^ ~44061~^~1900~^~Puddings, chocolate flavor, low calorie, instant, dry mix~^~PUDDINGS,CHOC FLAVOR,LO CAL,INST,DRY MIX~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~44110~^~1900~^~Jellies, reduced sugar, home preserved~^~JELLIES,RED SUGAR,HOME PRESERVED~^~~^~~^~Y~^~~^0^~~^^^^ ~44158~^~1900~^~Pie fillings, blueberry, canned~^~PIE FILLINGS,BLUEBERRY,CND~^~~^~~^~Y~^~~^0^~~^^4.00^9.00^4.00 ~44203~^~1400~^~Cocktail mix, non-alcoholic, concentrated, frozen~^~COCKTAIL MIX,NON-ALCOHOLIC,CONCD,FRZ~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~44258~^~1900~^~Puddings, chocolate flavor, low calorie, regular, dry mix~^~PUDDINGS,CHOC FLAVOR,LO CAL,REG,DRY MIX~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~44259~^~1900~^~Puddings, all flavors except chocolate, low calorie, regular, dry mix~^~PUDDINGS,ALL FLAVORS XCPT CHOC,LO CAL,REG,DRY MIX~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~44260~^~1900~^~Puddings, all flavors except chocolate, low calorie, instant, dry mix~^~PUDDINGS,ALL FLAVORS XCPT CHOC,LO CAL,INST,DRY MIX~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^4.00 ~47011~^~1400~^~Fruit-flavored drink mix, powder, unsweetened~^~FRUIT-FLAVORED DRK MIX,PDR,UNSWTND~^~~^~~^~Y~^~~^0^~~^6.25^4.00^9.00^2.47 ~48052~^~2000~^~Vital wheat gluten~^~VITAL WHEAT GLUTEN~^~~^~~^~~^~~^0^~~^^^^ ~80200~^~1500~^~Frog legs, raw~^~FROG LEGS,RAW~^~~^~~^~Y~^~~^^~~^^^^ ~83110~^~1500~^~Fish, mackerel, salted~^~MACKEREL,SALTED~^~~^~~^~Y~^~~^0^~~^^^^ ~90240~^~1500~^~Mollusks, scallop, (bay and sea), cooked, steamed~^~SCALLOP,(BAY&SEA),CKD,STMD~^~~^~~^~Y~^~~^0^~~^^^^ ~90560~^~1500~^~Mollusks, snail, raw~^~SNAIL,RAW~^~~^~~^~Y~^~~^0^~~^^^^ ~93600~^~1500~^~Turtle, green, raw~^~TURTLE,GREEN,RAW~^~~^~~^~Y~^~~^0^~~^^^^ gourmand-1.2.0/src/gourmand/data/LICENSE000066400000000000000000000432541510115424500176550ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program 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. This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. gourmand-1.2.0/src/gourmand/data/WEIGHT.txt000066400000000000000000015624001510115424500204000ustar00rootroot00000000000000~01001~^1^1^~cup~^227^^ ~01001~^2^1^~tbsp~^14.2^^ ~01001~^3^1^~pat (1" sq, 1/3" high)~^5.0^^ ~01001~^4^1^~stick~^113^^ ~01002~^1^1^~cup~^151^^ ~01002~^2^1^~tbsp~^9.4^^ ~01002~^3^1^~pat (1" sq, 1/3" high)~^3.8^^ ~01002~^4^1^~stick~^76^^ ~01003~^1^1^~cup~^205^^ ~01003~^2^1^~tbsp~^12.8^^ ~01004~^1^1^~oz~^28.35^^ ~01004~^2^1^~cubic inch~^17^^ ~01004~^3^1^~cup, crumbled, not packed~^135^^ ~01005~^1^1^~cup, diced~^132^^ ~01005~^2^1^~cup, shredded~^113^^ ~01005~^3^1^~oz~^28.35^^ ~01005~^4^1^~cubic inch~^17^^ ~01005~^5^1^~slice (1 oz)~^28^^ ~01006~^1^1^~cup, melted~^240^^ ~01006~^2^1^~cup, sliced~^144^^ ~01006~^3^1^~oz~^28.35^^ ~01006~^4^1^~cubic inch~^17^^ ~01006~^5^1^~package (4.5 oz)~^128^^ ~01007~^1^1^~cup~^246^^ ~01007~^2^1^~oz~^28.35^^ ~01007~^3^1^~cubic inch~^17^^ ~01007~^4^1^~wedge (1.33 oz)~^38^^ ~01008~^1^1^~oz~^28.35^^ ~01009~^1^1^~cup, diced~^132^^ ~01009~^2^1^~cup, melted~^244^^ ~01009~^3^1^~cup, shredded~^113^^ ~01009~^4^1^~oz~^28.35^^ ~01009~^5^1^~cubic inch~^17^^ ~01009~^6^1^~slice (1 oz)~^28^^ ~01010~^1^1^~oz~^28.35^^ ~01011~^1^1^~cup, diced~^132^^ ~01011~^2^1^~cup, shredded~^113^^ ~01011~^3^1^~oz~^28.35^^ ~01011~^4^1^~cubic inch~^17^^ ~01011~^5^1^~slice (1 oz)~^28^^ ~01012~^1^4^~oz~^113^^ ~01012~^2^1^~cup, large curd (not packed)~^210^^ ~01012~^3^1^~cup, small curd (not packed)~^225^^ ~01013~^1^1^~cup (not packed)~^226^^ ~01013~^2^4^~oz~^113^^ ~01014~^1^1^~cup (not packed)~^145^^ ~01014~^2^4^~oz~^113^^ ~01015~^1^1^~cup (not packed)~^226^^ ~01015~^2^4^~oz~^113^^ ~01016~^1^1^~cup (not packed)~^226^^ ~01016~^2^4^~oz~^113^^ ~01017~^1^1^~cup~^232^^ ~01017~^2^1^~tbsp~^14.5^^ ~01017~^3^1^~tbsp, whipped~^10.0^^ ~01017~^4^1^~oz~^28.35^^ ~01017~^5^1^~cubic inch~^16^^ ~01017~^6^1^~package, small (3 oz)~^85^^ ~01018~^1^1^~oz~^28.35^^ ~01018~^2^1^~package (7 oz)~^198^^ ~01019~^1^1^~cup, crumbled~^150^^ ~01019~^2^1^~oz~^28.35^^ ~01019~^3^1^~cubic inch~^17^^ ~01019~^4^1^~wedge (1.33 oz)~^38^^ ~01020~^1^1^~cup, diced~^132^^ ~01020~^2^1^~cup, shredded~^108^^ ~01020~^3^1^~oz~^28.35^^ ~01020~^4^1^~cubic inch~^15.0^^ ~01020~^5^1^~slice (1 oz)~^28^^ ~01020~^6^1^~package (8 oz)~^227^^ ~01021~^1^1^~oz~^28.35^^ ~01021~^2^1^~package (8 oz)~^227^^ ~01022~^1^1^~oz~^28.35^^ ~01022~^2^1^~package (7 oz)~^198^^ ~01023~^1^1^~cup, diced~^132^^ ~01023~^2^1^~cup, shredded~^108^^ ~01023~^3^1^~oz~^28.35^^ ~01023~^4^1^~cubic inch~^15.0^^ ~01023~^5^1^~slice (1 oz)~^28^^ ~01023~^6^1^~package (6 oz)~^170^^ ~01024~^1^1^~cup~^134^^ ~01024~^2^1^~oz~^28.35^^ ~01024~^3^1^~cubic inch~^18^^ ~01024~^4^1^~box~^113^^ ~01024~^5^1^~package (8 oz)~^227^^ ~01025~^1^1^~cup, diced~^132^^ ~01025~^2^1^~cup, shredded~^113^^ ~01025~^3^1^~oz~^28.35^^ ~01025~^4^1^~cubic inch~^17^^ ~01025~^5^1^~slice (1 oz)~^28^^ ~01025~^6^1^~package (6 oz)~^170^^ ~01026~^1^1^~cup, shredded~^112^^ ~01026~^2^1^~oz~^28.35^^ ~01026~^3^6^~slices~^170^^ ~01027~^1^1^~oz~^28.35^^ ~01027~^2^1^~cubic inch~^18^^ ~01028~^1^1^~oz~^28.35^^ ~01029~^1^1^~cup, diced~^132^^ ~01029~^2^1^~cup, shredded~^113^^ ~01029~^3^1^~oz~^28.35^^ ~01029~^4^1^~cubic inch~^18^^ ~01029~^5^1^~slice (1 oz)~^28^^ ~01030~^1^1^~cup, diced~^132^^ ~01030~^2^1^~cup, shredded~^113^^ ~01030~^3^1^~oz~^28.35^^ ~01030~^4^1^~cubic inch~^18^^ ~01030~^5^1^~slice (1 oz)~^28^^ ~01030~^6^1^~package (6 oz)~^170^^ ~01031~^1^1^~oz~^28.35^^ ~01031~^2^1^~package (3 oz)~^85^^ ~01032~^1^1^~cup~^100^^ ~01032~^2^1^~tbsp~^5.0^^ ~01032~^3^1^~oz~^28.35^^ ~01033~^1^1^~oz~^28.35^^ ~01033~^2^1^~cubic inch~^10.3^^ ~01033~^3^5^~package (5 oz)~^142^^ ~01034~^1^1^~cup, diced~^132^^ ~01034~^2^1^~cup, shredded~^113^^ ~01034~^3^1^~oz~^28.35^^ ~01034~^4^1^~cubic inch~^17^^ ~01034~^5^1^~slice (1 oz)~^28^^ ~01034~^6^1^~package (6 oz)~^170^^ ~01035~^1^1^~cup, diced~^132^^ ~01035~^2^1^~oz~^28.35^^ ~01035~^3^1^~cubic inch~^17^^ ~01035~^4^1^~slice (1 oz)~^28^^ ~01035~^5^1^~package (6 oz)~^170^^ ~01036~^1^1^~cup~^246^^ ~01036~^2^.5^~cup~^124^^ ~01037~^1^1^~cup~^246^^ ~01037~^2^1^~oz~^28.35^^ ~01037~^3^.5^~cup~^124^^ ~01038~^1^1^~oz~^28.35^^ ~01038~^2^5^~package (5 oz)~^142^^ ~01039~^1^1^~oz~^28.35^^ ~01039~^2^1^~package (3 oz)~^85^^ ~01040~^1^1^~cup, diced~^132^^ ~01040~^2^1^~cup, melted~^244^^ ~01040~^3^1^~cup, shredded~^108^^ ~01040~^4^1^~oz~^28.35^^ ~01040~^5^1^~cubic inch~^15.0^^ ~01040~^6^1^~slice (1 oz)~^28^^ ~01041~^1^1^~oz~^28.35^^ ~01041~^2^1^~package (6 oz)~^170^^ ~01042~^1^1^~cup, diced~^140^^ ~01042~^2^1^~cup, melted~^244^^ ~01042~^3^1^~cup, shredded~^113^^ ~01042~^4^1^~oz~^28.35^^ ~01042~^5^1^~cubic inch~^18^^ ~01042~^6^1^~slice (3/4 oz)~^21^^ ~01042~^7^1^~slice (1 oz)~^28^^ ~01043~^1^1^~cup, diced~^140^^ ~01043~^2^1^~cup, melted~^244^^ ~01043~^3^1^~cup, shredded~^113^^ ~01043~^4^1^~oz~^28.35^^ ~01043~^5^1^~cubic inch~^18^^ ~01043~^6^1^~slice (3/4 oz)~^21^^ ~01044~^1^1^~cup, diced~^140^^ ~01044~^2^1^~cup, shredded~^113^^ ~01044~^3^1^~oz~^28.35^^ ~01044~^4^1^~cubic inch~^18^^ ~01044~^5^1^~slice (3/4 oz)~^21^^ ~01045~^1^1^~oz~^28.35^^ ~01045~^2^1^~package (8 oz)~^227^^ ~01046~^1^1^~cup~^113^^ ~01046~^2^1^~oz~^28.35^^ ~01046~^3^1^~slice (3/4 oz)~^21^^ ~01046~^4^1^~package (8 oz)~^227^^ ~01047~^1^1^~oz~^28.35^^ ~01047~^2^1^~package (8 oz)~^227^^ ~01048~^1^1^~cup, diced~^140^^ ~01048~^2^1^~cup~^244^^ ~01048~^3^1^~oz~^28.35^^ ~01048~^4^1^~cubic inch~^18^^ ~01048~^5^1^~jar (5 oz)~^142^^ ~01048~^6^1^~slice~^34^^ ~01048~^7^1^~slice, thin~^14.0^^ ~01049~^1^1^~cup~^242^^ ~01049~^2^1^~tbsp~^15.0^^ ~01049~^3^1^~fl oz~^30.2^^ ~01049~^4^1^~container, individual (.5 fl oz)~^15.0^^ ~01050~^1^1^~cup~^240^^ ~01050~^2^1^~tbsp~^15.0^^ ~01050~^3^1^~fl oz~^30.0^^ ~01050~^4^1^~container, individual~^11.1^^ ~01052~^1^1^~cup, whipped~^120^^ ~01052~^2^1^~cup, fluid (yields 2 cups whipped)~^239^^ ~01052~^3^1^~tbsp~^15.0^^ ~01053~^1^1^~cup, whipped~^120^^ ~01053~^2^1^~cup, fluid (yields 2 cups whipped)~^238^^ ~01053~^3^1^~tbsp~^15.0^^ ~01053~^4^1^~fl oz~^29.8^^ ~01054~^1^1^~cup~^60^^ ~01054~^2^1^~tbsp~^3.0^^ ~01055~^1^1^~cup~^242^^ ~01055~^2^1^~tbsp~^15.0^^ ~01056~^1^1^~cup~^230^^ ~01056~^2^1^~tbsp~^12.0^^ ~01057~^1^1^~cup~^254^^ ~01057~^2^1^~fl oz~^31.8^^ ~01057~^3^1^~quart~^1016^^ ~01058~^1^1^~cup~^235^^ ~01058~^2^1^~tbsp~^12.0^^ ~01059~^1^1^~cup~^244^^ ~01059~^2^1^~quart~^976^^ ~01060~^1^1^~cup~^244^^ ~01060~^2^1^~fl oz~^30.5^^ ~01060~^3^1^~quart~^976^^ ~01067~^1^1^~cup~^240^^ ~01067~^2^1^~fl oz~^30.0^^ ~01067~^3^1^~container, individual~^15.0^^ ~01067~^4^.5^~cup~^120^^ ~01068~^1^1^~container, individual~^15.0^^ ~01068~^2^.5^~cup~^120^^ ~01069~^1^1^~cup~^94^^ ~01069~^2^1^~tsp~^2.0^^ ~01069~^3^1^~packet~^3.0^^ ~01070~^1^1.5^~oz~^43^^ ~01070~^2^1^~portion, amount to make 1 tbsp~^1.3^^ ~01071~^1^1^~cup~^80^^ ~01071~^2^1^~tbsp~^4.0^^ ~01071~^3^1^~package yields~^160^^ ~01072~^1^1^~cup~^70^^ ~01072~^2^1^~tbsp~^4.0^^ ~01073~^1^1^~cup~^75^^ ~01073~^2^1^~tbsp~^4.0^^ ~01074~^1^1^~cup~^230^^ ~01074~^2^1^~oz~^28.35^^ ~01075~^1^1^~cup~^244^^ ~01075~^2^1^~fl oz~^30.5^^ ~01075~^3^1^~quart~^976^^ ~01076~^1^1^~cup~^244^^ ~01076~^2^1^~quart~^976^^ ~01077~^1^1^~cup~^244^^ ~01077~^2^1^~tbsp~^15^^ ~01077~^3^1^~fl oz~^30.5^^ ~01077~^4^1^~quart~^976^^ ~01078~^1^1^~cup~^244^^ ~01078~^2^1^~quart~^976^^ ~01079~^1^1^~cup~^244^^ ~01079~^2^1^~fl oz~^30.5^^ ~01079~^3^1^~quart~^976^^ ~01080~^1^1^~cup~^245^^ ~01080~^2^1^~quart~^980^^ ~01081~^1^1^~cup~^246^^ ~01081~^2^1^~quart~^984^^ ~01082~^1^1^~cup~^244^^ ~01082~^2^1^~fl oz~^30.5^^ ~01082~^3^1^~quart~^976^^ ~01083~^1^1^~cup~^245^^ ~01083~^2^1^~quart~^980^^ ~01084~^1^1^~cup~^246^^ ~01084~^2^1^~quart~^984^^ ~01085~^1^1^~cup~^245^^ ~01085~^2^1^~fl oz~^30.6^^ ~01085~^3^1^~quart~^980^^ ~01086~^1^1^~cup~^245^^ ~01086~^2^1^~fl oz~^30.6^^ ~01086~^3^1^~quart~^980^^ ~01087~^1^1^~cup~^246^^ ~01087~^2^1^~quart~^984^^ ~01088~^1^1^~cup~^245^^ ~01088~^2^1^~fl oz~^30.6^^ ~01088~^3^1^~quart~^980^^ ~01089~^1^1^~cup~^244^^ ~01089~^2^1^~fl oz~^30.5^^ ~01089~^3^1^~quart~^976^^ ~01090~^1^1^~cup~^128^^ ~01090~^2^.25^~cup~^32^^ ~01091~^1^1^~cup~^120^^ ~01091~^2^.25^~cup~^30^^ ~01092~^1^1^~cup~^68^^ ~01092~^2^1^~envelope (1-1/3 cup)~^91^^ ~01092~^3^.333^~cup (makes 1 cup reconstituted milk)~^23^^ ~01093~^1^1^~oz~^28.35^^ ~01093~^2^.25^~lb~^113^^ ~01094~^1^1^~cup~^120^^ ~01094~^2^1^~tbsp~^6.5^^ ~01095~^1^1^~cup~^306^^ ~01095~^2^1^~fl oz~^38.2^^ ~01096~^1^1^~cup~^252^^ ~01096~^2^1^~fl oz~^31.5^^ ~01096~^3^1^~can (13 oz)~^369^^ ~01096~^4^.5^~cup~^126^^ ~01097~^1^1^~cup~^256^^ ~01097~^2^1^~fl oz~^31.9^^ ~01097~^3^.5^~cup~^128^^ ~01102~^1^1^~cup~^250^^ ~01102~^2^1^~fl oz~^31.2^^ ~01102~^3^1^~quart~^1000^^ ~01103~^1^1^~cup~^250^^ ~01103~^2^1^~fl oz~^31.2^^ ~01103~^3^1^~quart~^1000^^ ~01104~^1^1^~cup~^250^^ ~01104~^2^1^~quart~^1000^^ ~01105~^1^1^~cup~^250^^ ~01105~^2^1^~fl oz~^31.2^^ ~01106~^1^1^~cup~^244^^ ~01106~^2^1^~fl oz~^30.5^^ ~01106~^3^1^~quart~^976^^ ~01107~^1^1^~cup~^246^^ ~01107~^2^1^~fl oz~^30.8^^ ~01108~^1^1^~cup~^244^^ ~01108~^2^1^~quart~^976^^ ~01109~^1^1^~cup~^245^^ ~01109~^2^1^~quart~^980^^ ~01110~^1^1^~fl oz~^28.4^^ ~01110~^2^1^~container (10.6 oz)~^300^^ ~01111~^1^1^~fl oz~^28.4^^ ~01111~^2^1^~container (11 oz)~^313^^ ~01112~^1^1^~cup~^246^^ ~01112~^2^1^~quart~^984^^ ~01113~^1^1^~cup~^57^^ ~01113~^2^1^~tbsp~^2.9^^ ~01114~^1^1^~cup~^246^^ ~01114~^2^1^~quart~^984^^ ~01115~^1^1^~cup~^145^^ ~01115~^2^1^~tbsp~^7.5^^ ~01116~^1^1^~cup (8 fl oz)~^245^^ ~01116~^2^1^~container (8 oz)~^227^^ ~01116~^3^.5^~container (4 oz)~^113^^ ~01117~^1^1^~cup (8 fl oz)~^245^^ ~01117~^2^1^~container (8 oz)~^227^^ ~01117~^3^.5^~container (4 oz)~^113^^ ~01118~^1^1^~cup (8 fl oz)~^245^^ ~01118~^2^1^~container (8 oz)~^227^^ ~01118~^3^.5^~container (4 oz)~^113^^ ~01119~^1^1^~cup (8 fl oz)~^245^^ ~01119~^2^1^~container (8 oz)~^227^^ ~01119~^3^.5^~container (4 oz)~^113^^ ~01120~^1^1^~cup (8 fl oz)~^245^^ ~01120~^2^1^~container (4.4 oz)~^125^^ ~01120~^3^1^~container (5 oz)~^142^^ ~01120~^4^1^~container (6 oz)~^170^^ ~01120~^5^1^~container (8 oz)~^227^^ ~01120~^6^.5^~container (4 oz)~^113^^ ~01121~^1^1^~cup (8 fl oz)~^245^^ ~01121~^2^1^~container (6 oz)~^170^^ ~01121~^3^1^~container (8 oz)~^227^^ ~01121~^5^1^~container, Dannon Sprinkl'ins (4.1 oz)~^116^^ ~01121~^6^.5^~container (4 oz)~^113^^ ~01122~^1^1^~container (8 oz)~^227^^ ~01122~^2^.5^~container (4 oz)~^113^^ ~01123~^1^1^~cup (4.86 large eggs)~^243^^ ~01123~^2^1^~extra large~^56^^ ~01123~^3^1^~jumbo~^63^^ ~01123~^5^1^~large~^50^^ ~01123~^6^1^~medium~^44^^ ~01123~^7^1^~small~^38^^ ~01124~^1^1^~cup~^243^^ ~01124~^2^1^~large~^33^^ ~01125~^1^1^~cup~^243^^ ~01125~^2^1^~large~^17^^ ~01126~^1^.5^~lb~^227^^ ~01127~^1^.5^~lb~^227^^ ~01128~^1^1^~large~^46^^ ~01129~^1^1^~cup, chopped~^136^^ ~01129~^2^1^~tbsp~^8.5^^ ~01129~^3^1^~large~^50^^ ~01130~^1^1^~tbsp~^15^^ ~01130~^2^1^~large~^61^^ ~01131~^1^1^~large~^50^^ ~01132~^1^1^~cup~^220^^ ~01132~^2^1^~tbsp~^13.7^^ ~01132~^3^1^~large~^61^^ ~01133~^1^1^~cup, sifted~^85^^ ~01133~^2^1^~tbsp~^5.0^^ ~01134~^1^1^~cup, sifted~^85^^ ~01134~^2^1^~tbsp~^5.0^^ ~01135~^1^.5^~lb~^227^^ ~01136~^1^1^~cup, sifted~^107^^ ~01136~^2^1^~tbsp~^7.0^^ ~01137~^1^1^~cup, sifted~^67^^ ~01137~^2^1^~tbsp~^4.0^^ ~01138~^1^1^~egg~^70^^ ~01139~^1^1^~egg~^144^^ ~01140~^1^1^~egg~^9.0^^ ~01141~^1^1^~egg~^79^^ ~01142~^1^1^~cup~^240^^ ~01142~^2^.25^~cup~^60^^ ~01143~^1^1^~cup~^251^^ ~01143~^2^1^~tbsp~^16^^ ~01143~^3^1.5^~fl oz~^47^^ ~01144~^1^.35^~oz~^9.9^^ ~01144~^2^.7^~oz~^20^^ ~01145~^1^1^~cup~^227^^ ~01145~^2^1^~tbsp~^14.2^^ ~01145~^3^1^~pat (1" sq, 1/3" high)~^5.0^^ ~01145~^4^1^~stick~^113^^ ~01146~^1^1^~tbsp~^5.0^^ ~01147~^1^1^~oz~^28.35^^ ~01147~^2^1^~cubic inch~^18^^ ~01148~^1^1^~oz~^28.35^^ ~01148~^2^1^~cubic inch~^18^^ ~01149~^1^1^~oz~^28.35^^ ~01149~^2^1^~package (8 oz)~^227^^ ~01150~^1^1^~oz~^28.35^^ ~01150~^2^1^~jar (5 oz)~^142^^ ~01151~^1^1^~cup~^245^^ ~01151~^2^1^~quart~^980^^ ~01152~^1^1^~cup~^245^^ ~01152~^2^1^~quart~^980^^ ~01153~^1^1^~fl oz~^31.5^^ ~01153~^2^.5^~cup~^126^^ ~01154~^1^1^~cup~^120^^ ~01154~^2^.25^~cup~^30^^ ~01155~^1^1^~cup~^68^^ ~01155~^2^1^~envelope (1-1/3 cup)~^91^^ ~01156~^1^1^~oz~^28.35^^ ~01157~^1^1^~oz~^28.35^^ ~01159~^1^1^~oz~^28.35^^ ~01160~^1^.5^~lb~^227^^ ~01161~^1^1^~cup, shredded~^113^^ ~01161~^2^1^~oz~^28.35^^ ~01161~^3^1^~cubic inch~^18^^ ~01161~^4^1^~slice~^28^^ ~01161~^5^3^~oz~^85^^ ~01163~^1^1^~cup~^215^^ ~01163~^2^.5^~cup~^108^^ ~01164~^1^1^~cup~^243^^ ~01164~^2^2^~tbsp~^30^^ ~01165~^1^1^~cup, crumbled~^132^^ ~01165~^2^1^~oz~^28.35^^ ~01166~^1^1^~cup, diced~^132^^ ~01166~^2^1^~cup, shredded~^113^^ ~01166~^3^1^~oz~^28.35^^ ~01166~^4^1^~cubic inch~^18^^ ~01166~^5^1^~slice (1 oz)~^28^^ ~01167~^1^1^~cup, diced~^132^^ ~01167~^2^1^~cup, shredded~^113^^ ~01167~^3^1^~oz~^28.35^^ ~01167~^4^1^~cubic inch~^17^^ ~01167~^5^1^~slice (1 oz)~^28^^ ~01168~^1^1^~cup, diced~^132^^ ~01168~^2^1^~cup, shredded~^113^^ ~01168~^3^1^~oz~^28.35^^ ~01168~^4^1^~cubic inch~^17^^ ~01168~^5^1^~slice (1 oz)~^28^^ ~01169~^1^1^~cup, diced~^132^^ ~01169~^2^1^~cup, shredded~^113^^ ~01169~^3^1^~oz~^28.35^^ ~01169~^4^1^~cubic inch~^17^^ ~01169~^5^1^~slice (1 oz)~^28^^ ~01188~^1^2^~tbsp~^33^^ ~01189~^1^2^~tbsp~^35^^ ~01190~^1^1^~slice~^21^^ ~01191~^1^1^~oz~^28^^ ~01192~^1^1^~oz~^28^^ ~01193~^1^2^~tbsp~^31^^ ~01194~^1^2^~tbsp~^32^^ ~01195~^1^1^~container (8 oz)~^227^^ ~01196~^1^1^~container (4.4 oz)~^125^^ ~01197~^1^1^~container (8 oz)~^227^^ ~01198~^1^1^~container (8 oz)~^227^^ ~01202~^1^1^~cup~^250^^ ~01202~^2^1^~fl oz~^31.2^^ ~01202~^3^1^~quart~^1000^^ ~01203~^1^1^~8 oz container (8 oz)~^227^^ ~01203~^2^1^~cup (8 fl oz)~^245^^ ~01203~^3^1^~6 oz container (6 oz)~^170^^ ~01204~^1^1^~cup~^100^^ ~01204~^2^1^~tbsp~^5.0^^ ~01204~^3^1^~oz~^28.35^^ ~01208~^1^1^~cup, diced~^132^^ ~01208~^2^1^~cup, shredded~^113^^ ~01208~^3^1^~cubic inch~^17^^ ~01208~^4^1^~slice~^28^^ ~01208~^5^1^~package (6 oz)~^170^^ ~02001~^1^1^~tbsp~^6.0^^ ~02001~^2^1^~tsp~^1.9^^ ~02002~^1^1^~tbsp, whole~^6.7^^ ~02002~^2^1^~tsp, whole~^2.1^^ ~02003~^1^1^~tsp, leaves~^0.7^10^.03 ~02003~^2^1^~tbsp, leaves~^2.1^30^.12 ~02003~^3^1^~tsp, ground~^1.4^^ ~02003~^4^1^~tbsp, ground~^4.5^^ ~02004~^1^1^~tbsp, crumbled~^1.8^^ ~02004~^2^1^~tsp, crumbled~^0.6^^ ~02005~^1^1^~tbsp~^6.7^^ ~02005~^2^1^~tsp~^2.1^^ ~02006~^1^1^~tbsp, ground~^5.8^^ ~02006~^2^1^~tsp, ground~^2.0^^ ~02007~^1^1^~tbsp~^6.5^^ ~02007~^2^1^~tsp~^2.0^^ ~02008~^1^1^~tbsp~^1.9^^ ~02008~^2^1^~tsp~^0.6^^ ~02009~^1^1^~tbsp~^7.5^^ ~02009~^2^1^~tsp~^2.6^^ ~02010~^1^1^~tbsp~^7.8^12^.288 ~02010~^2^1^~tsp~^2.6^13^.13 ~02011~^1^1^~tbsp~^6.6^^ ~02011~^2^1^~tsp~^2.1^^ ~02012~^1^1^~tbsp~^1.8^^ ~02012~^2^1^~tsp~^0.6^^ ~02013~^1^1^~tbsp~^5.0^^ ~02013~^2^1^~tsp~^1.8^^ ~02014~^1^1^~tbsp, whole~^6.0^^ ~02014~^2^1^~tsp, whole~^2.1^^ ~02015~^1^1^~tbsp~^6.3^^ ~02015~^2^1^~tsp~^2.0^^ ~02016~^1^1^~tbsp~^6.6^^ ~02016~^2^1^~tsp~^2.1^^ ~02017~^1^1^~tbsp~^3.1^^ ~02017~^2^1^~tsp~^1.0^^ ~02018~^1^1^~tbsp, whole~^5.8^^ ~02018~^2^1^~tsp, whole~^2.0^^ ~02019~^1^1^~tbsp~^11.1^^ ~02019~^2^1^~tsp~^3.7^^ ~02020~^1^1^~tbsp~^8.4^^ ~02020~^2^1^~tsp~^2.8^^ ~02021~^1^1^~tbsp~^5.4^^ ~02021~^2^1^~tsp~^1.8^^ ~02022~^1^1^~tbsp~^5.3^^ ~02022~^2^1^~tsp~^1.7^^ ~02023~^1^1^~tbsp~^1.7^^ ~02023~^2^1^~tsp~^0.6^^ ~02024~^1^1^~tbsp~^11.2^^ ~02024~^2^1^~tsp~^3.3^^ ~02025~^1^1^~tbsp~^7.0^^ ~02025~^2^1^~tsp~^2.2^^ ~02026~^1^1^~tbsp~^6.9^10^.12 ~02026~^2^1^~tsp~^2.4^10^.04 ~02027~^1^1^~tsp, leaves~^1.0^10^.03 ~02027~^2^1^~tsp, ground~^1.8^10^.05 ~02028~^1^1^~tbsp~^6.9^^ ~02028~^2^1^~tsp~^2.1^^ ~02029~^1^1^~tsp~^0.5^13^ ~02029~^2^1^~tbsp~^1.6^30^.16 ~02030~^1^1^~tbsp~^6.4^^ ~02030~^2^1^~tsp~^2.1^^ ~02030~^3^1^~dash~^0.1^^ ~02031~^1^1^~tbsp~^5.3^^ ~02031~^2^1^~tsp~^1.8^^ ~02032~^1^1^~tbsp, ground~^7.1^^ ~02032~^2^1^~tsp, ground~^2.4^^ ~02033~^1^1^~tbsp~^8.8^40^.32 ~02033~^2^1^~tsp~^2.8^^ ~02034~^1^1^~tbsp~^4.4^20^.19 ~02034~^2^1^~tsp~^1.5^20^.07 ~02035~^1^1^~tbsp~^5.6^^ ~02035~^2^1^~tsp~^1.7^^ ~02036~^1^1^~tbsp~^3.3^^ ~02036~^2^1^~tsp~^1.2^^ ~02037~^1^1^~tbsp~^2.1^^ ~02037~^2^1^~tsp~^0.7^^ ~02038~^1^1^~tbsp~^2.0^^ ~02038~^2^1^~tsp~^0.7^^ ~02039~^1^1^~tbsp~^4.4^^ ~02039~^2^1^~tsp~^1.4^^ ~02041~^1^1^~tsp, leaves~^0.6^10^.03 ~02041~^2^1^~tbsp, leaves~^1.8^30^.08 ~02041~^3^1^~tsp, ground~^1.6^^ ~02041~^4^1^~tbsp, ground~^4.8^^ ~02042~^1^1^~tsp, leaves~^1.0^30^.06 ~02042~^2^1^~tbsp, leaves~^2.7^30^.17 ~02042~^3^1^~tsp, ground~^1.4^^ ~02042~^4^1^~tbsp, ground~^4.3^^ ~02043~^1^1^~tbsp~^6.8^^ ~02043~^2^1^~tsp~^2.2^^ ~02044~^1^2^~tbsp, chopped~^5.3^^ ~02044~^2^5^~leaves~^2.5^^ ~02044~^3^.25^~cup leaves, whole~^6.0^12^1.021 ~02045~^1^1^~cup sprigs~^8.9^^ ~02045~^2^5^~sprigs~^1.0^^ ~02046~^1^1^~tsp or 1 packet~^5.0^^ ~02046~^2^1^~cup~^249^34^5.448 ~02047~^1^1^~cup~^292^^ ~02047~^2^1^~tbsp~^18^^ ~02047~^3^1^~tsp~^6.0^^ ~02047~^4^1^~dash~^0.4^^ ~02048~^1^1^~cup~^239^^ ~02048~^2^1^~tbsp~^14.9^^ ~02048~^3^1^~tsp~^5.0^23^.785 ~02049~^1^1^~tsp~^0.8^^ ~02049~^2^.5^~tsp~^0.4^^ ~02050~^1^1^~cup~^208^^ ~02050~^2^1^~tbsp~^13.0^^ ~02050~^3^1^~tsp~^4.2^^ ~02051~^1^1^~tbsp~^13.0^^ ~02051~^2^1^~tsp~^4.2^^ ~02052~^1^1^~tbsp~^13.0^^ ~02052~^2^1^~tsp~^4.2^^ ~02053~^1^1^~cup~^238^^ ~02053~^2^1^~tbsp~^14.9^^ ~02053~^3^1^~tsp~^5.0^^ ~02054~^1^1^~tbsp, drained~^8.6^^ ~02055~^1^1^~tbsp~^15.0^^ ~02055~^2^1^~tsp~^5.0^^ ~02063~^1^1^~tbsp~^1.7^^ ~02063~^2^1^~tsp~^0.7^^ ~02064~^1^2^~tbsp~^3.2^^ ~02064~^2^2^~leaves~^0.1^^ ~02065~^1^2^~tbsp~^11.4^^ ~02066~^1^1^~tbsp~^1.6^^ ~02066~^2^1^~tsp~^0.5^^ ~02068~^1^1^~cup~^239^^ ~02068~^2^1^~tbsp~^14.9^^ ~02068~^3^1^~tsp~^5.0^^ ~02069~^1^1^~cup~^255^^ ~02069~^2^1^~tbsp~^16^^ ~02069~^3^1^~tsp~^5.3^^ ~02073~^1^2^~tbsp~^5.3^1^ ~02073~^2^1^~serving~^5.3^1^ ~03002~^1^1^~tbsp~^14.7^13^ ~03002~^2^1^~oz~^28.35^1^ ~03002~^3^1^~jar~^71^4^0 ~03003~^1^1^~oz~^28.35^1^ ~03003~^2^1^~tbsp~^14.7^13^ ~03003~^3^1^~jar~^71^4^0 ~03005~^1^1^~tbsp~^16^8^1.569 ~03005~^2^1^~oz~^28.35^^ ~03005~^3^1^~jar~^71^^ ~03007~^1^1^~oz~^28.35^^ ~03007~^2^1^~jar~^71^^ ~03008~^1^1^~tbsp~^15.0^^ ~03008~^2^1^~oz~^28.35^^ ~03008~^3^1^~jar~^71^^ ~03008~^4^1^~jar Gerber Second Foods (2.5 oz)~^71^^ ~03009~^1^1^~oz~^28.35^^ ~03009~^2^1^~jar~^71^^ ~03010~^1^1^~tbsp~^22^7^ ~03010~^2^1^~oz~^28.35^1^ ~03010~^3^1^~jar~^71^4^0 ~03010~^4^1^~container~^70^10^ ~03011~^1^1^~oz~^28.35^^ ~03011~^2^1^~jar~^71^^ ~03012~^1^1^~tbsp~^15.0^^ ~03012~^2^1^~oz~^28.35^^ ~03012~^3^1^~jar~^71^^ ~03012~^4^1^~jar Beech-Nut Stage 1 (2.5 oz)~^71^^ ~03012~^5^1^~jar Gerber Second Foods (2.5 oz)~^71^^ ~03012~^6^1^~jar Heinz Strained-2 (2.5 oz)~^71^^ ~03013~^1^1^~tbsp~^15.0^^ ~03013~^2^1^~oz~^28.35^^ ~03013~^3^1^~jar~^71^^ ~03013~^4^1^~jar Gerber Third Foods (2.5 oz)~^71^^ ~03013~^5^1^~jar Heinz Junior-3 (2.5 oz)~^71^^ ~03014~^1^1^~stick~^10.0^^ ~03014~^2^1^~jar~^71^^ ~03014~^3^1^~jar Gerber Graduate (2.5 oz)~^71^^ ~03015~^1^1^~tbsp~^15.0^^ ~03015~^2^1^~oz~^28.35^^ ~03015~^3^1^~jar~^71^^ ~03015~^4^1^~jar Beech-Nut Stage 1 (2.5 oz)~^71^^ ~03015~^5^1^~jar Gerber Second Foods (2.5 oz)~^71^^ ~03015~^6^1^~jar Heinz Strained-2 (2.5 oz)~^71^^ ~03016~^1^1^~tbsp~^19^12^3.629 ~03016~^2^1^~container~^68^12^1.792 ~03017~^1^1^~stick~^10.0^^ ~03017~^2^1^~jar~^71^^ ~03017~^3^1^~jar Gerber Graduate (2.5 oz)~^71^^ ~03021~^1^1^~stick~^10.0^^ ~03021~^2^1^~jar~^71^^ ~03021~^3^1^~jar Gerber Graduate (2.5 oz)~^71^^ ~03041~^1^1^~oz~^28.35^^ ~03041~^2^1^~jar~^113^^ ~03042~^1^1^~oz~^28.35^^ ~03042~^2^1^~jar~^170^^ ~03043~^1^1^~oz~^28.35^^ ~03043~^2^1^~jar~^170^^ ~03044~^1^1^~tbsp~^16^^ ~03044~^2^1^~oz~^28.35^^ ~03044~^3^1^~jar~^113^^ ~03044~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03044~^5^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03044~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03045~^1^1^~tbsp~^16^^ ~03045~^2^1^~oz~^28.35^^ ~03045~^3^1^~jar~^170^^ ~03045~^4^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03045~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03046~^1^1^~tbsp~^16^^ ~03046~^2^1^~piece~^8.0^^ ~03047~^1^1^~tbsp~^16^^ ~03047~^2^1^~oz~^28.35^^ ~03047~^3^1^~jar~^113^^ ~03047~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03047~^5^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03047~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03048~^1^1^~oz~^28.35^^ ~03049~^1^1^~oz~^28.35^^ ~03049~^2^1^~jar~^170^^ ~03050~^1^1^~tbsp~^16^^ ~03050~^2^1^~oz~^28.35^^ ~03050~^3^1^~jar~^170^^ ~03050~^4^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03050~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03050~^6^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03051~^1^1^~oz~^28.35^^ ~03051~^2^1^~jar~^170^^ ~03052~^1^1^~oz~^28.35^^ ~03052~^2^1^~jar~^170^^ ~03052~^3^1^~jar Beech-Nut Table Time (6 oz)~^170^^ ~03053~^1^1^~cup~^256^^ ~03053~^2^1^~tbsp~^16^^ ~03053~^3^1^~oz~^28.35^^ ~03053~^4^1^~jar~^113^^ ~03053~^5^1^~jar Earth's Best (4.5 oz)~^128^^ ~03053~^6^1^~jar Gerber Second Food (4 oz)~^113^^ ~03053~^7^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03053~^8^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03054~^1^1^~cup~^256^^ ~03054~^2^1^~tbsp~^16^^ ~03054~^3^1^~oz~^28.35^^ ~03054~^4^1^~jar~^170^^ ~03054~^5^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03054~^6^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03054~^7^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03055~^1^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03059~^1^1^~cup~^256^^ ~03059~^2^1^~tbsp~^16^^ ~03059~^3^1^~oz~^28.35^^ ~03059~^4^1^~jar~^113^^ ~03059~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03059~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03061~^1^1^~cup~^256^^ ~03061~^2^1^~tbsp~^16^^ ~03061~^3^1^~oz~^28.35^^ ~03061~^4^1^~jar~^113^^ ~03061~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03061~^6^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03061~^7^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03062~^1^1^~cup~^256^^ ~03062~^2^1^~tbsp~^16^^ ~03062~^3^1^~oz~^28.35^^ ~03062~^4^1^~jar~^170^^ ~03062~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03062~^6^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03066~^1^1^~cup~^256^^ ~03066~^2^1^~tbsp~^16^^ ~03066~^3^1^~oz~^28.35^^ ~03066~^4^1^~jar~^113^^ ~03066~^5^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03066~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03067~^1^1^~oz~^28.35^^ ~03067~^2^1^~jar~^170^^ ~03068~^1^1^~tbsp~^16^^ ~03068~^2^1^~oz~^28.35^^ ~03068~^3^1^~jar~^113^^ ~03068~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03068~^5^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03068~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03069~^1^1^~tbsp~^16^^ ~03069~^2^1^~oz~^28.35^^ ~03069~^3^1^~jar~^170^^ ~03069~^4^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03069~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03069~^6^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03070~^2^1^~tbsp~^16^^ ~03070~^3^1^~oz~^28.35^^ ~03070~^4^1^~jar~^113^^ ~03070~^5^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03070~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03072~^1^1^~tbsp~^16^^ ~03072~^2^1^~oz~^28.35^^ ~03072~^3^1^~jar (6.25 oz)~^177^^ ~03072~^4^1^~jar~^170^^ ~03073~^1^1^~cup~^256^^ ~03073~^2^1^~tbsp~^16^^ ~03073~^3^1^~oz~^28.35^^ ~03073~^4^1^~jar~^113^^ ~03073~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03073~^6^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03073~^7^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03075~^1^1^~oz~^28.35^^ ~03075~^2^1^~jar~^113^^ ~03076~^1^1^~oz~^28.35^^ ~03076~^2^1^~jar~^170^^ ~03077~^1^1^~jar, Gerber (4 oz)~^113^^ ~03079~^1^1^~oz~^28.35^^ ~03079~^2^1^~jar~^113^^ ~03081~^1^1^~oz~^28.35^^ ~03081~^2^1^~jar~^170^^ ~03082~^1^1^~tbsp~^16^^ ~03082~^2^1^~oz~^28.35^^ ~03082~^3^1^~jar~^113^^ ~03082~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03082~^5^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03082~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03083~^1^1^~tbsp~^16^^ ~03083~^2^1^~oz~^28.35^^ ~03083~^3^1^~jar~^170^^ ~03083~^4^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03083~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03083~^6^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03084~^1^1^~cup~^256^^ ~03084~^2^1^~tbsp~^16^^ ~03084~^3^1^~oz~^28.35^^ ~03084~^4^1^~jar~^113^^ ~03084~^5^1^~jar Earth's Best (4.5 oz)~^113^^ ~03084~^6^1^~jar Gerber Second Food (4 oz)~^113^^ ~03085~^1^1^~cup~^256^^ ~03085~^2^1^~tbsp~^16^^ ~03085~^3^1^~oz~^28.35^^ ~03085~^4^1^~jar~^170^^ ~03085~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03086~^1^1^~oz~^28.35^^ ~03086~^2^1^~jar~^170^^ ~03089~^1^1^~oz~^28.35^^ ~03089~^2^1^~jar~^113^^ ~03090~^1^1^~oz~^28.35^^ ~03090~^2^1^~jar~^170^^ ~03091~^1^1^~cup~^240^^ ~03091~^2^1^~tbsp~^15.0^^ ~03091~^3^1^~oz~^28.35^^ ~03091~^4^1^~jar~^113^^ ~03091~^5^1^~jar Beech-Nut Stage I (4 oz)~^113^^ ~03091~^6^1^~jar Gerber First Foods (2.5 oz)~^71^^ ~03091~^7^1^~jar Gerber Second Food (4 oz)~^113^^ ~03091~^8^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03091~^9^1^~jar Heinz Beginner-1 (2.5 oz)~^71^^ ~03092~^1^1^~cup~^240^^ ~03092~^2^1^~tbsp~^15.0^^ ~03092~^3^1^~oz~^28.35^^ ~03092~^4^1^~jar~^170^^ ~03092~^5^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03093~^1^1^~oz~^28.35^^ ~03093~^2^1^~jar~^128^^ ~03096~^1^1^~jar, Gerber (4 oz)~^113^^ ~03098~^1^1^~cup~^224^^ ~03098~^2^1^~tbsp~^14.0^^ ~03098~^3^1^~oz~^28.35^^ ~03098~^4^1^~jar~^113^^ ~03098~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03098~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03099~^1^1^~cup~^224^^ ~03099~^2^1^~tbsp~^14.0^^ ~03099~^3^1^~oz~^28.35^^ ~03099~^4^1^~jar~^113^^ ~03099~^5^1^~jar Beech-Nut Baby's First (2.5 oz)~^71^^ ~03099~^6^1^~jar Beech-Nut Stage I (4 oz)~^113^^ ~03099~^7^1^~jar Gerber First Foods (2.5 oz)~^71^^ ~03099~^8^1^~jar Earth's Best (4.5 oz)~^128^^ ~03099~^9^1^~jar Gerber Second Food (4 oz)~^113^^ ~03099~^10^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03099~^11^1^~jar Heinz Beginner-1 (2.5 oz)~^71^^ ~03100~^1^1^~cup~^224^^ ~03100~^2^1^~tbsp~^14.0^^ ~03100~^3^1^~oz~^28.35^^ ~03100~^4^1^~jar~^170^^ ~03100~^5^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03100~^6^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03100~^7^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03104~^1^1^~tbsp~^16^9^1.01 ~03104~^2^1^~oz~^28.35^1^ ~03104~^3^1^~jar~^99^8^23.835 ~03104~^4^1^~container~^67^8^2.029 ~03105~^1^1^~tbsp~^16^9^1.01 ~03105~^2^1^~oz~^28.35^1^ ~03105~^3^1^~jar~^99^8^23.835 ~03105~^4^1^~container~^67^8^2.029 ~03108~^1^1^~cup~^224^^ ~03108~^2^1^~tbsp~^14.0^^ ~03108~^3^1^~oz~^28.35^^ ~03108~^4^1^~jar~^113^^ ~03108~^5^1^~jar Beech-Nut Baby's First (2.5 oz)~^71^^ ~03108~^6^1^~jar Beech-Nut Stage I (4 oz)~^113^^ ~03108~^7^1^~jar Gerber First Foods (2.5 oz)~^71^^ ~03108~^8^1^~jar Earth's Best (4.5 oz)~^128^^ ~03108~^9^1^~jar Gerber Second Food (4 oz)~^113^^ ~03108~^10^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03108~^11^1^~jar Heinz Beginner-1 (2.5 oz)~^71^^ ~03109~^1^1^~cup~^224^^ ~03109~^2^1^~tbsp~^14.0^^ ~03109~^3^1^~oz~^28.35^^ ~03109~^4^1^~jar~^170^^ ~03109~^5^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03109~^6^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03109~^7^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03112~^1^1^~cup~^163^^ ~03112~^2^1^~tbsp~^10.0^^ ~03112~^3^1^~jar Gerber Graduate (4.5 oz)~^71^^ ~03114~^1^1^~jar, Gerber (4 oz)~^113^^ ~03115~^1^1^~oz~^28.35^^ ~03116~^1^1^~tbsp~^16^^ ~03116~^2^1^~oz~^28.35^^ ~03116~^3^1^~jar~^113^^ ~03116~^4^1^~jar Beech-Nut Baby's First (2.5 oz)~^71^^ ~03116~^5^1^~jar Beech-Nut Stage I (4 oz)~^113^^ ~03116~^6^1^~jar Gerber First Foods (2.5 oz)~^71^^ ~03116~^7^1^~jar Earth's Best (4.5 oz)~^128^^ ~03116~^8^1^~jar Gerber Second Food (4 oz)~^113^^ ~03116~^9^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03116~^10^1^~jar Heinz Beginner-1 (2.5 oz)~^71^^ ~03117~^1^1^~tbsp~^16^^ ~03117~^2^1^~oz~^28.35^^ ~03117~^3^1^~jar~^170^^ ~03117~^4^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03117~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03117~^6^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03118~^1^1^~tbsp~^15.0^^ ~03118~^2^1^~oz~^28.35^^ ~03118~^3^1^~jar~^113^^ ~03118~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03118~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~03119~^1^1^~cup~^240^^ ~03119~^2^1^~tbsp~^15.0^^ ~03119~^3^1^~oz~^28.35^^ ~03119~^4^1^~jar~^113^^ ~03119~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03119~^6^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03119~^7^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03120~^1^1^~cup~^240^^ ~03120~^2^1^~tbsp~^15.0^^ ~03120~^3^1^~oz~^28.35^^ ~03120~^4^1^~jar~^170^^ ~03120~^5^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03121~^1^1^~tbsp~^16^13^ ~03121~^2^1^~oz~^28.35^1^ ~03121~^3^1^~jar~^95^7^22.45 ~03121~^4^1^~cup~^240^1^ ~03121~^5^1^~container~^91^12^21.176 ~03122~^1^1^~oz~^28.35^^ ~03127~^1^1^~cup~^240^^ ~03127~^2^1^~tbsp~^15.0^^ ~03127~^3^1^~oz~^28.35^^ ~03127~^4^1^~jar~^113^^ ~03127~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03128~^1^1^~tbsp~^15.0^^ ~03128~^2^1^~oz~^28.35^^ ~03128~^3^1^~jar~^170^^ ~03128~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03128~^5^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03129~^1^1^~tbsp~^15.0^^ ~03129~^2^1^~oz~^28.35^^ ~03129~^3^1^~jar~^113^^ ~03129~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03129~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~03130~^1^1^~tbsp~^17^13^.722 ~03130~^2^1^~oz~^28.35^1^ ~03130~^3^1^~jar~^95^7^22.45 ~03130~^4^1^~container~^67^12^2.853 ~03131~^1^1^~tbsp~^17^13^.722 ~03131~^2^1^~oz~^28.35^1^ ~03131~^3^1^~jar~^95^7^22.45 ~03131~^4^1^~container~^67^12^2.853 ~03132~^1^1^~tbsp~^16^^ ~03132~^2^1^~oz~^28.35^^ ~03132~^3^1^~jar~^113^^ ~03132~^4^1^~jar Beech-Nut Baby's First (2.5 oz)~^71^^ ~03132~^5^1^~jar Beech-Nut Stage I (4 oz)~^113^^ ~03132~^6^1^~jar Gerber First Foods (2.5 oz)~^71^^ ~03132~^7^1^~jar Earth's Best (4.5 oz)~^113^^ ~03132~^8^1^~jar Gerber Second Food (4 oz)~^113^^ ~03132~^9^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03132~^10^1^~jar Heinz Beginner-1 (2.5 oz)~^71^^ ~03133~^1^1^~tbsp~^16^^ ~03133~^2^1^~oz~^28.35^^ ~03133~^3^1^~jar~^170^^ ~03133~^4^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03133~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03133~^6^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03134~^1^1^~tbsp~^15.0^^ ~03134~^2^1^~oz~^28.35^^ ~03134~^3^1^~jar~^113^^ ~03134~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03134~^5^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03135~^1^1^~tbsp~^15.0^^ ~03135~^2^1^~oz~^28.35^^ ~03135~^3^1^~jar~^170^^ ~03135~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03136~^1^1^~tbsp~^15.0^^ ~03136~^2^1^~oz~^28.35^^ ~03136~^3^1^~jar~^113^^ ~03136~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03136~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~03137~^1^1^~oz~^28.35^^ ~03137~^2^1^~jar~^170^^ ~03139~^1^1^~tbsp~^15.0^^ ~03139~^2^1^~jar Gerber First Foods (2.5 oz)~^71^^ ~03140~^1^1^~tbsp~^15.0^^ ~03140~^2^1^~oz~^28.35^^ ~03140~^3^1^~jar, Gerber (4 oz)~^113^^ ~03140~^4^1^~jar~^113^^ ~03141~^1^1^~oz~^28.35^^ ~03141~^2^1^~jar Gerber~^128^^ ~03142~^1^1^~tbsp~^16^^ ~03142~^2^1^~oz~^28.35^^ ~03142~^3^1^~jar~^113^^ ~03142~^4^1^~jar Earth's Best (4.5 oz)~^128^^ ~03142~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03142~^6^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03142~^7^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03143~^1^1^~tbsp~^16^^ ~03143~^2^1^~oz~^28.35^^ ~03143~^3^1^~jar~^170^^ ~03143~^4^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03144~^1^1^~oz~^28.35^^ ~03144~^2^1^~jar~^113^^ ~03145~^1^1^~oz~^28.35^^ ~03145~^2^1^~jar~^170^^ ~03147~^1^1^~tbsp~^16^^ ~03147~^2^1^~jar NFS~^170^^ ~03147~^3^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03150~^1^1^~oz~^28.35^^ ~03150~^2^1^~jar~^113^^ ~03151~^1^1^~oz~^28.35^^ ~03151~^2^1^~jar~^170^^ ~03152~^1^1^~oz~^28.35^^ ~03152~^2^1^~jar~^113^^ ~03153~^1^1^~oz~^28.35^^ ~03153~^2^1^~jar~^170^^ ~03154~^1^1^~jar, Gerber (4 oz)~^113^^ ~03156~^1^1^~tbsp~^15.0^^ ~03156~^2^1^~oz~^28.35^^ ~03156~^3^1^~jar~^170^^ ~03156~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03156~^5^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03157~^1^1^~tbsp~^15.0^^ ~03157~^2^1^~oz~^28.35^^ ~03157~^3^1^~jar~^113^^ ~03157~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03157~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~03158~^1^1^~tbsp~^16^^ ~03158~^2^1^~oz~^28.35^^ ~03158~^3^1^~jar~^113^^ ~03158~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03158~^5^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03158~^6^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03159~^1^1^~tbsp~^16^^ ~03159~^2^1^~oz~^28.35^^ ~03159~^3^1^~jar~^170^^ ~03159~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03160~^1^1^~oz~^28.35^^ ~03160~^2^1^~jar~^113^^ ~03161~^1^1^~oz~^28.35^^ ~03161~^2^1^~jar Gerber~^128^^ ~03162~^1^1^~oz~^28.35^^ ~03162~^2^1^~jar~^113^^ ~03163~^1^1^~tbsp~^15.0^^ ~03163~^2^1^~jar NFS~^113^^ ~03163~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~03164~^1^1^~oz~^28.35^^ ~03164~^2^1^~jar~^113^^ ~03165~^1^1^~oz~^28.35^^ ~03165~^2^1^~jar~^170^^ ~03166~^1^1^~fl oz~^31.7^^ ~03166~^2^1^~jar~^127^^ ~03166~^3^1^~bottle Earth's Best (4.2 fl oz)~^131^^ ~03166~^4^1^~bottle Heinz Strained (4 fl oz)~^125^^ ~03166~^5^1^~bottle Gerber First Food (4 fl oz)~^125^^ ~03166~^6^1^~bottle Beech-Nut Stage I (4 fl oz)~^125^^ ~03167~^1^1^~fl oz~^31.2^^ ~03167~^2^1^~bottle Earth's Best (4.2 fl oz)~^131^^ ~03167~^3^1^~bottle Heinz Strained (4 fl oz)~^125^^ ~03167~^4^1^~bottle NFS~^125^^ ~03167~^5^1^~bottle Beech-Nut Stage 2 (4 fl oz)~^125^^ ~03167~^6^1^~bottle Gerber Second Foods (4 fl oz)~^125^^ ~03168~^1^1^~fl oz~^31.2^^ ~03168~^2^1^~jar~^127^^ ~03169~^1^1^~fl oz~^31.2^1^ ~03170~^1^1^~fl oz~^31.2^^ ~03170~^2^1^~jar~^127^^ ~03171~^1^1^~fl oz~^31.2^^ ~03171~^2^1^~jar~^127^^ ~03171~^3^1^~bottle (4 fl oz)~^125^^ ~03172~^1^1^~fl oz~^31.2^^ ~03172~^2^1^~jar~^127^^ ~03172~^3^1^~bottle Heinz Strained (4 fl oz)~^125^^ ~03172~^4^1^~bottle Gerber Second Foods (4 fl oz)~^125^^ ~03172~^5^1^~bottle Beech-Nut Stage 3 (4 fl oz)~^125^^ ~03173~^1^1^~fl oz~^31.2^^ ~03173~^2^1^~jar~^127^^ ~03174~^1^1^~fl oz~^31.2^^ ~03174~^2^1^~jar~^127^^ ~03174~^3^1^~bottle Heinz Strained (4 fl oz)~^125^^ ~03175~^1^1^~fl oz~^31.2^^ ~03175~^2^1^~jar~^127^^ ~03176~^1^1^~fl oz~^31.2^^ ~03176~^2^1^~jar~^127^^ ~03177~^1^1^~fl oz~^31.2^^ ~03177~^2^1^~jar~^127^^ ~03178~^1^1^~fl oz~^31.2^^ ~03178~^2^1^~jar~^127^^ ~03179~^1^1^~fl oz~^31.2^^ ~03179~^2^1^~jar~^127^^ ~03179~^3^1^~bottle (4 fl oz)~^125^^ ~03181~^1^1^~tbsp~^2.4^^ ~03181~^2^.5^~oz~^15.0^^ ~03184~^1^.5^~oz~^15.0^^ ~03185~^1^1^~tbsp~^2.5^^ ~03185~^2^.5^~oz~^15.0^^ ~03186~^1^1^~tbsp~^2.5^^ ~03186~^2^.5^~oz~^15.0^^ ~03187~^1^1^~oz~^28.35^^ ~03187~^2^1^~jar~^113^^ ~03188~^1^1^~oz~^28.35^^ ~03188~^2^1^~jar~^170^^ ~03189~^1^1^~tbsp~^3.2^5^.466 ~03189~^2^.5^~oz~^15.0^1^ ~03189~^3^.25^~cup~^12.2^4^.386 ~03189~^4^1^~box~^223^4^5.393 ~03190~^1^1^~tbsp~^2.5^^ ~03190~^2^.5^~oz~^15.0^^ ~03191~^1^1^~oz~^28.35^^ ~03191~^2^1^~jar~^113^^ ~03192~^1^1^~oz~^28.35^^ ~03192~^2^1^~jar~^170^^ ~03193~^1^1^~tbsp~^2.4^^ ~03193~^2^.5^~oz~^14.2^^ ~03194~^1^1^~tbsp~^2.5^^ ~03194~^2^.5^~oz~^15.0^^ ~03195~^1^1^~tbsp~^16^^ ~03195~^2^1^~oz~^28.35^^ ~03195~^3^1^~jar~^113^^ ~03195~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03195~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~03197~^1^1^~oz~^28.35^^ ~03197~^2^1^~jar~^113^^ ~03198~^1^1^~oz~^28.35^^ ~03198~^2^1^~jar~^170^^ ~03199~^1^1^~oz~^28.35^^ ~03199~^2^1^~jar~^113^^ ~03201~^1^1^~oz~^28.35^^ ~03201~^2^1^~jar~^170^^ ~03205~^1^1^~tbsp~^5.3^^ ~03205~^2^1^~packet (.75 oz)~^21^^ ~03206~^1^1^~cookie~^8.0^^ ~03209~^1^1^~cracker~^0.7^^ ~03210~^1^1^~tbsp~^15.0^^ ~03210~^2^1^~oz~^28.35^^ ~03210~^3^1^~jar~^170^^ ~03210~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03211~^1^1^~tbsp~^2.4^^ ~03211~^2^.5^~oz~^14.2^^ ~03212~^1^1^~tbsp~^2.5^^ ~03212~^2^.5^~oz~^15.0^^ ~03213~^1^1^~oz~^28.35^^ ~03213~^2^1^~cookie~^6.5^^ ~03214~^1^1^~oz~^28.35^^ ~03214~^2^1^~cookie~^5.0^^ ~03215~^1^1^~oz~^28.35^^ ~03215~^2^1^~pretzel~^6.0^^ ~03216~^1^1^~oz~^28.35^^ ~03216~^2^1^~biscuit~^11.0^^ ~03217~^1^1^~oz~^28.35^^ ~03217~^2^1^~piece~^7.0^^ ~03217~^3^1^~rusk~^10.0^^ ~03217~^4^1^~toast, Gerber Zwieback~^7.0^^ ~03220~^1^1^~oz~^28.35^^ ~03220~^2^1^~jar~^113^^ ~03221~^1^1^~oz~^28.35^^ ~03221~^2^1^~jar~^170^^ ~03222~^1^1^~oz~^28.35^^ ~03224~^1^1^~oz~^28.35^^ ~03224~^2^1^~jar~^113^^ ~03225~^1^1^~oz~^28.35^^ ~03225~^2^1^~jar~^170^^ ~03226~^1^1^~oz~^28.35^^ ~03226~^2^1^~jar~^113^^ ~03227~^1^1^~tbsp~^15.0^^ ~03227~^2^1^~oz~^28.35^^ ~03227~^3^1^~jar~^113^^ ~03227~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03227~^5^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03228~^1^1^~tbsp~^15.0^^ ~03228~^2^1^~oz~^28.35^^ ~03228~^3^1^~jar~^220^^ ~03228~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03233~^1^1^~tbsp~^15.0^^ ~03233~^2^1^~oz~^28.35^^ ~03233~^3^1^~jar~^113^^ ~03233~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03235~^1^1^~tbsp~^15.0^^ ~03235~^2^1^~oz~^28.35^^ ~03235~^3^1^~jar~^113^^ ~03235~^4^1^~jar Gerber Second Food (4 oz)~^113^^ ~03235~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~03236~^1^1^~tbsp~^15.0^^ ~03236~^2^1^~oz~^28.35^^ ~03236~^3^1^~jar~^170^^ ~03236~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03236~^5^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03238~^1^1^~oz~^28.35^^ ~03238~^2^1^~jar~^113^^ ~03245~^1^1^~cup~^229^^ ~03245~^2^1^~tbsp~^14.0^^ ~03245~^3^1^~oz~^28.35^^ ~03245~^4^1^~jar~^113^^ ~03245~^5^1^~jar Gerber Second Food (4 oz)~^113^^ ~03245~^6^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03245~^7^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03246~^1^1^~cup~^229^^ ~03246~^2^1^~tbsp~^14.0^^ ~03246~^3^1^~oz~^28.35^^ ~03246~^4^1^~jar~^170^^ ~03246~^5^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03246~^6^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03246~^7^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03265~^1^1^~fl oz~^31.2^^ ~03265~^2^1^~jar~^127^^ ~03265~^3^1^~bottle Earth's Best (4.2 fl oz)~^131^^ ~03265~^4^1^~bottle Heinz Strained (4 fl oz)~^125^^ ~03265~^5^1^~bottle Beech-Nut Stage 2 (4 fl oz)~^125^^ ~03265~^6^1^~bottle Gerber Second Foods (4 fl oz)~^125^^ ~03267~^1^1^~fl oz~^31.2^^ ~03268~^1^1^~fl oz~^31.2^^ ~03268~^2^1^~jar~^127^^ ~03269~^1^1^~serving~^189^^ ~03274~^1^1^~cup~^256^^ ~03274~^2^1^~tbsp~^16^^ ~03274~^3^1^~oz~^28.35^^ ~03274~^4^1^~jar~^170^^ ~03274~^5^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03274~^6^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03278~^1^1^~oz~^28.35^^ ~03278~^2^1^~jar~^113^^ ~03279~^1^1^~oz~^28.35^^ ~03279~^2^1^~jar~^170^^ ~03280~^1^1^~tbsp~^15.0^^ ~03280~^2^1^~oz~^28.35^^ ~03280~^3^1^~jar~^170^^ ~03280~^4^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03280~^5^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03282~^1^1^~cup~^240^^ ~03282~^2^1^~tbsp~^15.0^^ ~03282~^3^1^~oz~^28.35^^ ~03282~^4^1^~jar (7.5 oz-7.75 oz)~^216^^ ~03282~^5^1^~jar~^170^^ ~03283~^1^1^~oz~^28.35^^ ~03283~^2^1^~jar~^113^^ ~03286~^1^1^~oz~^28.35^^ ~03286~^2^1^~jar~^113^^ ~03287~^1^1^~tbsp~^16^^ ~03287~^2^1^~oz~^28.35^^ ~03287~^3^1^~jar~^170^^ ~03287~^4^1^~jar Beech-Nut Stage 3 (6 oz)~^170^^ ~03287~^5^1^~jar Gerber Third Foods (6 oz)~^170^^ ~03287~^6^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~03289~^1^1^~tbsp~^15.0^^ ~03289~^2^1^~jar NFS~^113^^ ~03289~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~03290~^1^1^~tbsp~^15.0^^ ~03290~^2^1^~jar NFS~^113^^ ~03290~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~03293~^1^1^~oz~^28.35^^ ~03293~^2^1^~jar Earth's Best~^113^^ ~03296~^1^1^~oz~^28.35^^ ~03296~^2^1^~jar Beech nut~^170^^ ~03297~^1^1^~oz~^28.35^^ ~03297~^2^1^~jar~^113^^ ~03297~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~03297~^4^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03297~^5^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~03298~^1^1^~tbsp~^29^4^4.181 ~03298~^2^1^~container~^162^3^2.802 ~03303~^1^1^~tbsp~^16^^ ~03303~^2^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~03304~^1^1^~oz~^28.35^^ ~03681~^1^1^~oz~^28.35^^ ~03682~^1^1^~oz~^28.35^^ ~03685~^1^1^~oz~^28.35^^ ~03686~^1^1^~oz~^28.35^^ ~03689~^1^1^~oz~^28.35^^ ~03690~^1^1^~oz~^28.35^^ ~03693~^1^1^~oz~^28.35^^ ~03694~^1^1^~oz~^28.35^^ ~03696~^1^1^~oz~^28.35^^ ~03704~^1^1^~oz~^28.35^^ ~03711~^1^1^~oz~^28.35^^ ~03712~^1^1^~oz~^28.35^^ ~03800~^1^1^~fl oz~^30.5^^ ~03801~^1^1^~fl oz~^31.4^^ ~03802~^1^1^~scoop~^8.7^^ ~03803~^1^1^~fl oz~^30.5^^ ~03804~^1^1^~fl oz~^31.4^^ ~03805~^1^1^~scoop~^8.3^^ ~03806~^1^1^~fl oz~^30.5^^ ~03807~^1^1^~fl oz~^31.4^^ ~03808~^1^1^~scoop~^8.5^^ ~03809~^1^1^~scoop~^8.3^^ ~03810~^1^1^~scoop~^9.6^^ ~03812~^1^1^~oz~^31^^ ~03813~^1^1^~Serving 100 ml~^107^^ ~03813~^2^1^~fl oz~^30.8^^ ~03814~^1^1^~scoop~^9.6^^ ~03815~^1^1^~serving 100 ml~^106^^ ~03815~^2^1^~oz~^30^^ ~03816~^1^1^~fl oz~^31.5^^ ~03817~^1^1^~scoop~^8.5^^ ~03818~^1^1^~oz~^31^^ ~03819~^1^1^~scoop~^9.4^^ ~03820~^1^1^~fl oz~^31.0^^ ~03821~^1^1^~scoop~^8.8^^ ~03822~^1^1^~serving 100 ml~^103^^ ~03822~^2^1^~fl oz~^30.8^^ ~03823~^1^1^~Serving 100 ml~^106^^ ~03823~^2^1^~fl oz~^30.5^^ ~03824~^1^1^~fl oz~^30.8^^ ~03825~^1^1^~serving 100 ml~^106^^ ~03825~^2^1^~oz~^30^^ ~03826~^1^1^~scoop~^8.8^^ ~03827~^1^1^~oz~^31^^ ~03830~^1^1^~oz~^31^^ ~03832~^1^1^~serving 100 ml~^106^^ ~03832~^2^1^~oz~^30^^ ~03837~^1^1^~scoop~^8.7^^ ~03838~^1^1^~scoop~^9.0^^ ~03839~^1^1^~fl oz~^30.5^^ ~03840~^1^1^~fl oz~^30.8^^ ~03841~^1^1^~fl oz~^30.5^^ ~03842~^1^1^~fl oz~^31.4^^ ~03843~^1^1^~scoop~^8.7^^ ~03844~^1^1^~oz~^32^^ ~03845~^1^1^~serving 100 ml~^107^^ ~03845~^2^1^~oz~^30^^ ~03846~^1^1^~fl oz~^30.5^^ ~03849~^1^1^~Serving 100 ml~^104^^ ~03849~^2^1^~oz~^30^^ ~03850~^1^1^~fl oz~^30.4^^ ~03851~^1^1^~fl oz~^31.4^^ ~03852~^1^1^~scoop~^8.8^^ ~03853~^1^1^~scoop~^8.5^^ ~03854~^1^1^~oz~^31^^ ~03855~^1^1^~fl oz~^31.0^^ ~03856~^1^1^~fl oz~^31.4^^ ~03857~^1^1^~serving 100 ml~^106^^ ~03857~^2^1^~oz~^30^^ ~03858~^1^1^~scoop~^8.7^^ ~03860~^1^1^~fl oz~^31.0^^ ~03861~^1^3^~scoop~^28^^ ~03864~^1^1^~serving 100 ml~^103^^ ~03864~^2^1^~oz~^30^^ ~03868~^1^1^~oz~^30^^ ~03869~^1^1^~oz~^30^^ ~03871~^1^1^~oz~^30^^ ~03880~^1^1^~fl oz~^30.4^^ ~03881~^1^1^~fl oz~^31.4^^ ~03883~^1^1^~scoop~^8.4^^ ~03890~^1^1^~fl oz~^30.4^^ ~03891~^1^1^~fl oz~^31.4^^ ~03893~^1^1^~scoop~^8.7^^ ~03900~^1^1^~fl oz~^30.5^^ ~03901~^1^1^~fl oz~^31.9^^ ~03913~^1^1^~scoop~^9.4^^ ~03925~^1^1^~fl oz~^30.5^^ ~03926~^1^1^~fl oz~^31.4^^ ~03928~^1^1^~scoop~^4.3^^ ~03929~^1^1^~oz~^30^^ ~03930~^1^1^~fl oz~^30.5^^ ~03934~^1^1^~oz~^28.35^^ ~03935~^1^1^~fl oz~^30.5^^ ~03936~^1^1^~fl oz~^30.4^^ ~03937~^1^1^~fl oz~^31.4^^ ~03938~^1^1^~scoop~^8.4^^ ~03939~^1^1^~fl oz~^30.4^^ ~03940~^1^1^~fl oz~^31.4^^ ~03941~^1^1^~scoop~^8.7^^ ~03942~^1^1^~serving 100 ml~^106^^ ~03942~^2^1^~oz~^30^^ ~03943~^1^1^~serving 100 ml~^106^^ ~03943~^2^1^~oz~^30^^ ~03944~^1^1^~fl oz~^30.5^^ ~03945~^1^1^~fl oz~^30.5^^ ~03946~^1^1^~fl oz~^30.5^^ ~03947~^1^1^~fl oz~^30.5^^ ~03948~^1^1^~fl oz~^30.5^^ ~03949~^1^1^~fl oz~^30.4^^ ~03950~^1^1^~scoop~^8.5^^ ~03951~^1^1^~fl oz~^31.4^^ ~03952~^1^1^~fl oz~^31.4^^ ~03953~^1^1^~fl oz~^30.5^^ ~03954~^1^1^~scoop~^8.7^^ ~03955~^1^1^~fl oz~^30.8^^ ~04001~^1^1^~cup~^205^^ ~04001~^2^1^~tbsp~^12.8^^ ~04002~^1^1^~cup~^205^^ ~04002~^2^1^~tbsp~^12.8^^ ~04011~^1^1^~tbsp~^15.0^^ ~04012~^1^1^~tbsp~^16^^ ~04013~^1^1^~tbsp~^16^^ ~04014~^1^1^~tbsp~^16^^ ~04015~^1^1^~cup~^245^^ ~04015~^2^1^~tbsp~^15^^ ~04015~^3^1^~serving (2 tbsp)~^30^^ ~04016~^1^1^~tablespoon~^15^^ ~04016~^2^1^~cup~^245^^ ~04017~^1^1^~cup~^250^^ ~04017~^2^1^~tbsp~^16^^ ~04017~^3^1^~serving (2 tbsp)~^30^^ ~04018~^1^1^~cup~^235^^ ~04018~^2^1^~tbsp~^14.7^^ ~04020~^1^1^~tablespoon~^16^^ ~04020~^2^1^~cup~^260^^ ~04020~^3^1^~serving (2 tbsp)~^30^^ ~04021~^1^1^~tablespoon~^15.0^^ ~04021~^2^1^~cup~^240^^ ~04022~^1^1^~tablespoon~^16^^ ~04022~^2^1^~cup~^260^^ ~04023~^1^1^~tablespoon~^15^^ ~04023~^2^1^~cup~^245^^ ~04023~^3^1^~serving (2 tbsp)~^15^^ ~04025~^1^1^~cup~^220^^ ~04025~^2^1^~tbsp~^13.8^^ ~04025~^3^1^~packet~^10.0^^ ~04026~^1^1^~tablespoon~^13.8^^ ~04026~^2^1^~cup~^220^^ ~04027~^1^1^~cup~^240^^ ~04027~^2^1^~tbsp~^15.0^^ ~04028~^1^1^~tablespoon~^15.0^^ ~04028~^2^1^~cup~^240^^ ~04029~^1^1^~tablespoon~^14.1^^ ~04029~^2^1^~cup~^225^^ ~04030~^1^1^~tablespoon~^15^^ ~04030~^2^1^~cup~^245^^ ~04031~^1^1^~cup~^205^^ ~04031~^2^1^~tbsp~^12.8^^ ~04034~^1^1^~cup~^218^^ ~04034~^2^1^~tbsp~^13.6^^ ~04034~^3^1^~tsp~^4.5^^ ~04037~^1^1^~tablespoon~^13.6^^ ~04037~^2^1^~cup~^218^^ ~04037~^3^1^~tsp~^4.5^^ ~04038~^1^1^~tablespoon~^13.6^^ ~04038~^2^1^~cup~^218^^ ~04038~^3^1^~tsp~^4.5^^ ~04042~^1^1^~cup~^216^^ ~04042~^2^1^~tbsp~^13.5^^ ~04042~^3^1^~tsp~^4.5^^ ~04044~^1^1^~cup~^218^^ ~04044~^2^1^~tbsp~^13.6^^ ~04044~^3^1^~tsp~^4.5^^ ~04047~^1^1^~tbsp~^13.6^^ ~04047~^2^1^~cup~^218^^ ~04047~^3^1^~tsp~^4.5^^ ~04053~^1^1^~tablespoon~^13.5^^ ~04053~^2^1^~cup~^216^^ ~04053~^3^1^~tsp~^4.5^^ ~04055~^1^1^~tbsp~^13.6^^ ~04055~^2^1^~cup~^216^^ ~04055~^3^1^~tsp~^4.5^^ ~04058~^1^1^~tablespoon~^13.6^^ ~04058~^2^1^~cup~^218^^ ~04058~^3^1^~tsp~^4.5^^ ~04060~^1^1^~tbsp~^13.6^^ ~04060~^2^1^~cup~^218^^ ~04060~^3^1^~tsp~^4.5^^ ~04073~^1^1^~tsp~^4.7^^ ~04073~^2^1^~stick~^113^^ ~04105~^1^1^~cup~^227^^ ~04105~^2^1^~tbsp~^14.2^^ ~04105~^3^1^~tsp~^4.7^^ ~04105~^4^1^~packet~^5.0^^ ~04114~^1^1^~cup~^235^^ ~04114~^2^1^~tbsp~^14.7^^ ~04115~^1^2^~tbsp~^29^^ ~04116~^1^2^~tbsp~^31^^ ~04117~^1^2^~tbsp~^30^^ ~04118~^1^2^~tbsp~^31^^ ~04119~^1^2^~tbsp~^35^^ ~04120~^1^1^~cup~^250^^ ~04120~^2^1^~tbsp~^16^^ ~04120~^3^1^~individual (packet)~^12.3^^ ~04121~^1^2^~tbsp~^33^^ ~04128~^1^1^~cup~^232^^ ~04128~^2^1^~tsp~^4.8^^ ~04128~^3^1^~tbsp~^14.9^16^1.399 ~04131~^1^1^~tsp~^4.7^^ ~04131~^2^1^~stick~^113^^ ~04132~^1^1^~tsp~^4.7^^ ~04132~^2^1^~stick~^113^^ ~04133~^1^1^~tablespoon~^14.0^^ ~04133~^2^1^~cup~^220^^ ~04134~^1^1^~cup~^255^^ ~04134~^2^1^~tbsp~^16^^ ~04135~^1^1^~tablespoon~^16^^ ~04135~^2^1^~cup~^250^^ ~04141~^1^1^~tablespoon~^15.0^^ ~04142~^1^1^~tablespoon~^16^^ ~04142~^2^1^~cup~^260^^ ~04143~^1^1^~tablespoon~^14.7^^ ~04143~^2^1^~cup~^235^^ ~04144~^1^1^~tablespoon~^15.0^^ ~04144~^2^1^~cup~^240^^ ~04145~^1^1^~tablespoon~^13.8^^ ~04145~^2^1^~cup~^220^^ ~04146~^1^1^~tablespoon~^14.0^^ ~04146~^2^1^~cup~^220^^ ~04367~^1^1^~tablespoon~^16^^ ~04367~^2^1^~cup~^256^^ ~04501~^1^1^~tablespoon~^13.6^^ ~04501~^2^1^~cup~^218^^ ~04501~^3^1^~tsp~^4.5^^ ~04502~^1^1^~tablespoon~^13.6^^ ~04502~^2^1^~cup~^218^^ ~04502~^3^1^~tsp~^4.5^^ ~04506~^1^1^~tbsp~^13.6^^ ~04506~^2^1^~cup~^218^^ ~04506~^3^1^~tsp~^4.5^^ ~04510~^1^1^~cup~^218^^ ~04510~^2^1^~tbsp~^13.6^^ ~04510~^3^1^~tsp~^4.5^^ ~04511~^1^1^~tablespoon~^13.6^^ ~04511~^2^1^~cup~^218^^ ~04511~^3^1^~tsp~^4.5^^ ~04513~^1^1^~tablespoon~^13.6^^ ~04513~^2^1^~cup~^218^^ ~04513~^3^2^~tbsp (1/8 cup)~^27^^ ~04514~^1^1^~tablespoon~^13.6^^ ~04514~^2^1^~cup~^218^^ ~04514~^3^1^~tsp~^4.5^^ ~04515~^1^1^~tablespoon~^13.6^^ ~04515~^2^1^~cup~^218^^ ~04515~^3^1^~tsp~^4.5^^ ~04516~^1^1^~tablespoon~^13.6^^ ~04516~^2^1^~cup~^218^^ ~04516~^3^1^~tsp~^4.5^^ ~04517~^1^1^~tablespoon~^13.6^^ ~04517~^2^1^~cup~^218^^ ~04517~^3^1^~tsp~^4.5^^ ~04518~^1^1^~tbsp~^13.6^^ ~04518~^2^1^~cup~^218^^ ~04518~^3^1^~tsp~^4.5^^ ~04520~^1^1^~cup~^205^^ ~04520~^2^1^~tbsp~^12.8^^ ~04521~^1^1^~tsp~^4.7^^ ~04521~^2^1^~stick~^113^^ ~04528~^1^1^~cup~^218^^ ~04528~^2^1^~tbsp~^13.6^^ ~04528~^3^1^~tsp~^4.5^^ ~04529~^1^1^~tablespoon~^13.6^^ ~04529~^2^1^~cup~^218^^ ~04529~^3^1^~tsp~^4.5^^ ~04530~^1^1^~tablespoon~^13.6^^ ~04530~^2^1^~cup~^218^^ ~04530~^3^1^~tsp~^4.5^^ ~04531~^1^1^~tablespoon~^13.6^^ ~04531~^2^1^~cup~^218^^ ~04531~^3^1^~tsp~^4.5^^ ~04532~^1^1^~tablespoon~^13.6^^ ~04532~^2^1^~cup~^218^^ ~04532~^3^1^~tsp~^4.5^^ ~04534~^1^1^~tbsp~^13.6^^ ~04534~^2^1^~cup~^218^^ ~04534~^3^1^~tsp~^4.5^^ ~04536~^1^1^~tablespoon~^13.6^^ ~04536~^2^1^~cup~^218^^ ~04536~^3^1^~tsp~^4.5^^ ~04539~^1^1^~cup~^245^^ ~04539~^2^1^~tbsp~^15^^ ~04541~^1^1^~tablespoon~^13.6^^ ~04541~^2^1^~cup~^218^^ ~04541~^3^1^~tsp~^4.5^^ ~04542~^1^1^~cup~^205^^ ~04542~^2^1^~tbsp~^12.8^^ ~04543~^1^1^~tablespoon~^13.6^^ ~04543~^2^1^~cup~^218^^ ~04543~^3^1^~tsp~^4.5^^ ~04544~^1^1^~tablespoon~^12.8^^ ~04544~^2^1^~cup~^205^^ ~04545~^1^1^~tbsp~^13.6^^ ~04545~^2^1^~cup~^218^^ ~04545~^3^1^~tsp~^4.5^^ ~04546~^1^1^~tablespoon~^12.8^^ ~04546~^2^1^~cup~^205^^ ~04547~^1^1^~tablespoon~^12.8^^ ~04547~^2^1^~cup~^205^^ ~04548~^1^1^~tbsp~^12.8^^ ~04548~^2^1^~cup~^205^^ ~04549~^1^1^~tbsp~^12.8^^ ~04549~^2^1^~cup~^205^^ ~04550~^1^1^~tbsp~^12.8^^ ~04550~^2^1^~cup~^205^^ ~04551~^1^1^~tbsp~^12.8^^ ~04551~^2^1^~cup~^205^^ ~04552~^1^1^~tbsp~^12.8^^ ~04552~^2^1^~cup~^205^^ ~04554~^1^1^~tbsp~^12.8^^ ~04554~^2^1^~cup~^205^^ ~04556~^1^1^~tbsp~^12.8^^ ~04556~^2^1^~cup~^205^^ ~04559~^1^1^~tbsp~^12.8^^ ~04559~^2^1^~cup~^205^^ ~04560~^1^1^~tbsp~^12.8^^ ~04560~^2^1^~cup~^205^^ ~04570~^1^1^~tbsp~^13.6^^ ~04570~^2^1^~cup~^218^^ ~04572~^1^1^~tbsp~^13.6^^ ~04572~^2^1^~cup~^218^^ ~04572~^3^1^~tsp~^4.5^^ ~04573~^1^1^~tbsp~^13.6^^ ~04573~^2^1^~cup~^218^^ ~04573~^3^1^~tsp~^4.5^^ ~04574~^1^1^~cup~^205^^ ~04574~^2^1^~tbsp~^12.8^^ ~04575~^1^1^~cup~^205^^ ~04575~^2^1^~tbsp~^12.8^^ ~04575~^3^1^~tsp~^4.3^^ ~04576~^1^1^~cup~^205^^ ~04576~^2^1^~tbsp~^12.8^^ ~04581~^1^1^~tbsp~^14.0^^ ~04581~^2^1^~cup~^218^^ ~04581~^3^1^~tsp~^4.5^^ ~04582~^1^1^~cup~^218^^ ~04582~^2^1^~tbsp~^14.0^^ ~04582~^3^1^~tsp~^4.5^^ ~04583~^1^1^~tbsp~^14.0^^ ~04583~^2^1^~cup~^218^^ ~04583~^3^1^~tsp~^4.5^^ ~04584~^1^1^~tbsp~^14.0^^ ~04584~^2^1^~cup~^218^^ ~04584~^3^1^~tsp~^4.5^^ ~04585~^1^1^~cup~^227^^ ~04585~^2^1^~tbsp~^14.1^8^.614 ~04585~^3^1^~tsp~^4.7^^ ~04585~^4^1^~stick~^111^4^1.258 ~04586~^1^1^~tbsp~^12.8^^ ~04586~^2^1^~cup~^205^^ ~04587~^1^1^~tbsp~^12.8^^ ~04587~^2^1^~cup~^205^^ ~04588~^1^1^~tbsp~^13.6^^ ~04588~^2^1^~cup~^218^^ ~04588~^3^1^~tsp~^4.5^^ ~04589~^1^1^~cup~^218^^ ~04589~^2^1^~tbsp~^13.6^^ ~04589~^3^1^~tsp~^4.5^^ ~04590~^1^1^~cup~^218^^ ~04590~^2^1^~tbsp~^13.6^^ ~04590~^3^1^~tsp~^4.5^^ ~04591~^1^1^~cup~^218^^ ~04591~^2^1^~tbsp~^13.6^^ ~04591~^3^1^~tsp~^4.5^^ ~04592~^1^1^~cup~^205^^ ~04592~^2^1^~tbsp~^12.5^^ ~04592~^3^1^~tsp~^4.5^^ ~04593~^1^1^~cup~^218^^ ~04593~^2^1^~tbsp~^13.6^^ ~04593~^3^1^~tsp~^4.5^^ ~04594~^1^1^~cup~^218^^ ~04594~^2^1^~tbsp~^13.6^^ ~04594~^3^1^~tsp~^4.5^^ ~04595~^1^1^~tbsp~^12.8^^ ~04595~^2^1^~cup~^205^^ ~04600~^1^1^~tablespoon~^14.0^^ ~04609~^1^1^~tsp~^4.3^^ ~04610~^1^1^~cup~^227^^ ~04610~^2^1^~tbsp~^14.0^1^ ~04610~^3^1^~tsp~^4.7^^ ~04610~^4^1^~pat (1" sq, 1/3" high)~^5.0^^ ~04610~^5^1^~stick~^113^^ ~04611~^1^1^~cup~^227^^ ~04611~^2^1^~tbsp~^14.2^^ ~04612~^1^1^~cup~^229^^ ~04612~^2^1^~tbsp~^14.3^^ ~04612~^3^1^~tsp~^4.8^1^ ~04613~^1^1^~cup~^229^^ ~04613~^2^1^~tsp~^4.8^^ ~04613~^3^1^~tbsp~^14.0^^ ~04614~^1^1^~cup~^229^^ ~04614~^2^1^~tbsp~^14.3^^ ~04614~^3^1^~tsp~^4.8^1^ ~04615~^1^1^~cup~^205^^ ~04615~^2^1^~tbsp~^12.8^^ ~04616~^1^1^~tbsp~^12.8^^ ~04616~^2^1^~cup~^205^^ ~04617~^1^1^~cup~^227^^ ~04617~^2^1^~tbsp~^14.2^^ ~04617~^3^1^~pat (1" sq, 1/3" high)~^5.0^^ ~04617~^4^1^~stick~^113^^ ~04618~^1^1^~cup~^227^^ ~04618~^2^1^~tbsp~^14.2^^ ~04619~^1^1^~tbsp~^14.0^^ ~04620~^1^1^~tbsp~^14.0^^ ~04624~^1^1^~tbsp~^15.0^^ ~04626~^1^1^~tablespoon~^14.0^^ ~04627~^1^1^~tablespoon~^14.0^^ ~04628~^1^1^~tbsp~^14.0^1^ ~04629~^1^1^~tbsp (1 NLEA serving)~^14.0^^ ~04630~^1^1^~tbsp~^14.0^^ ~04631~^1^1^~cup~^233^^ ~04631~^2^1^~tbsp~^14.6^^ ~04633~^1^1^~cup~^240^^ ~04633~^2^1^~tbsp~^15.0^^ ~04634~^1^1^~cup~^205^^ ~04634~^2^1^~tbsp~^12.8^^ ~04635~^1^1^~tbsp~^16^^ ~04635~^2^1^~cup~^256^^ ~04636~^1^1^~cup~^231^^ ~04636~^2^1^~tbsp~^14.0^^ ~04638~^1^1^~tablespoon~^14.0^^ ~04639~^1^1^~tablespoon~^15.0^^ ~04640~^1^1^~tablespoon~^15.0^^ ~04640~^2^1^~serving (2 tbsp)~^30^^ ~04641~^1^1^~tablespoon~^15.0^^ ~04642~^1^1^~tablespoon~^13.6^^ ~04642~^2^1^~teaspoon~^4.5^^ ~04642~^3^1^~cup~^218^^ ~04643~^1^1^~tablespoon~^13.6^^ ~04643~^2^1^~cup~^218^^ ~04644~^1^1^~tablespoon~^13.6^^ ~04644~^2^1^~teaspoon~^4.5^^ ~04644~^3^1^~cup~^218^^ ~04645~^1^1^~cup~^218^^ ~04645~^2^1^~tablespoon~^13.6^^ ~04645~^3^1^~teaspoon~^4.5^^ ~04646~^1^1^~tbsp~^13.6^^ ~04646~^2^1^~cup~^218^^ ~04646~^3^1^~tsp~^4.5^^ ~04648~^1^1^~tbsp~^13.6^^ ~04648~^2^1^~cup~^218^^ ~04648~^3^1^~tsp~^4.5^^ ~04649~^1^1^~tbsp~^13.6^^ ~04649~^2^1^~cup~^218^^ ~04649~^3^1^~tsp~^4.5^^ ~04650~^1^1^~tbsp~^13.6^^ ~04650~^2^1^~cup~^218^^ ~04650~^3^1^~tsp~^4.5^^ ~04651~^1^1^~tbsp~^13.6^^ ~04651~^2^1^~cup~^218^^ ~04651~^3^1^~tsp~^4.5^^ ~04652~^1^1^~tbsp~^13.6^^ ~04652~^2^1^~cup~^218^^ ~04652~^3^1^~tsp~^4.5^^ ~04653~^1^1^~tbsp~^13.6^^ ~04653~^2^1^~cup~^218^^ ~04653~^3^1^~tsp~^4.5^^ ~04654~^1^1^~tbsp~^13.6^^ ~04654~^2^1^~cup~^218^^ ~04654~^3^1^~tsp~^4.5^^ ~04655~^1^1^~tbsp~^14.0^1^ ~04656~^1^1^~tbsp~^13.6^^ ~04656~^2^1^~cup~^218^^ ~04656~^3^1^~tsp~^4.5^^ ~04657~^1^1^~tbsp~^13.6^^ ~04657~^2^1^~cup~^218^^ ~04657~^3^1^~tsp~^4.5^^ ~04658~^1^1^~tbsp~^13.6^^ ~04658~^2^1^~cup~^218^^ ~04658~^3^1^~tsp~^4.5^^ ~04659~^1^1^~tbsp~^13.6^^ ~04659~^2^1^~cup~^218^^ ~04659~^3^1^~tsp~^4.5^^ ~04660~^1^1^~tbsp~^13.6^^ ~04660~^2^1^~cup~^218^^ ~04660~^3^1^~tsp~^4.5^^ ~04661~^1^1^~tbsp~^13.6^^ ~04661~^2^1^~cup~^218^^ ~04661~^3^1^~tsp~^4.5^^ ~04662~^1^1^~tbsp~^13.6^^ ~04662~^2^1^~cup~^218^^ ~04662~^3^1^~tsp~^4.5^^ ~04663~^1^1^~tbsp~^13.6^^ ~04663~^2^1^~cup~^218^^ ~04663~^3^1^~tsp~^4.5^^ ~04664~^1^1^~tbsp~^13.6^^ ~04664~^2^1^~cup~^218^^ ~04664~^3^1^~tsp~^4.5^^ ~04665~^1^1^~tbsp~^14.0^1^ ~04666~^1^1^~tbsp~^12.8^^ ~04666~^2^1^~cup~^205^^ ~04667~^1^1^~tbsp~^12.8^^ ~04667~^2^1^~cup~^205^^ ~04668~^1^1^~cup~^227^^ ~04668~^2^1^~tbsp~^14.0^1^ ~04668~^3^1^~tsp~^4.7^^ ~04669~^1^1^~tablespoon~^13.6^^ ~04669~^2^1^~cup~^218^^ ~04669~^3^1^~teaspoon~^4.5^^ ~04670~^1^1^~tbsp~^13.6^^ ~04670~^2^1^~cup~^218^^ ~04670~^3^1^~tsp~^4.5^^ ~04671~^1^1^~cup~^205^^ ~04671~^2^1^~tablespoon~^12.8^^ ~04672~^1^1^~cup~^205^^ ~04672~^2^1^~tbsp~^12.8^^ ~04673~^1^1^~tablespoon~^14.0^^ ~04674~^1^1^~tbsp~^14.0^^ ~04675~^1^1^~tablespoon~^14.0^^ ~04676~^1^1^~tablespoon~^14.0^^ ~04677~^1^1^~tablespoon~^14.0^^ ~04678~^1^1^~tbsp~^14.0^1^ ~04679~^1^1^~spray , about 1/3 second (1 NLEA serving)~^0.3^1^ ~04683~^1^1^~tbsp (1 NLEA serving)~^14.0^6^0 ~04684~^1^1^~tablespoon (1 NLEA serving)~^14.0^^ ~04685~^1^1^~tbsp (1 NLEA serving)~^14.0^^ ~04685~^2^1^~cup~^214^3^5.338 ~04686~^1^2^~tbsp (1 serving)~^30^2^ ~04687~^1^1^~tablespoon (1 NLEA serving)~^14.0^^ ~04688~^1^1^~serving (approximately 10 sprays)~^8.0^^ ~05001~^1^1^~chicken~^1046^^ ~05002~^1^1^~chicken~^1028^^ ~05002~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^308^^ ~05003~^1^1^~chicken~^708^^ ~05003~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^212^^ ~05004~^1^1^~chicken~^682^^ ~05004~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^205^^ ~05005~^1^1^~chicken~^751^^ ~05005~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^225^^ ~05006~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^276^^ ~05006~^2^.5^~chicken, bone removed~^460^^ ~05007~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^280^^ ~05007~^2^.5^~chicken, bone removed~^466^^ ~05008~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^188^^ ~05008~^2^.5^~chicken, bone removed~^314^^ ~05009~^1^1^~cup, chopped or diced~^140^^ ~05009~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^178^^ ~05009~^3^.5^~chicken, bone removed~^299^^ ~05010~^1^1^~cup, chopped or diced~^140^^ ~05010~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^200^^ ~05010~^3^.5^~chicken, bone removed~^334^^ ~05011~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^197^^ ~05011~^2^.5^~chicken, bone and skin removed~^329^^ ~05012~^1^1^~cup, chopped or diced~^140^^ ~05012~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^155^^ ~05012~^3^.5^~chicken, bone and skin removed~^258^^ ~05013~^1^1^~cup, chopped or diced~^140^^ ~05013~^2^1^~tbsp~^8.7^^ ~05013~^3^1^~unit (yield from 1 lb ready-to-cook chicken)~^146^^ ~05014~^1^1^~cup, chopped or diced~^140^^ ~05014~^2^1^~tbsp~^8.7^^ ~05014~^3^1^~unit (yield from 1 lb ready-to-cook chicken)~^157^^ ~05015~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^47^^ ~05015~^2^.5^~chicken, skin only~^79^^ ~05016~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^114^^ ~05016~^2^.5^~chicken, skin only~^190^^ ~05017~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^33^^ ~05017~^2^.5^~chicken, skin only~^56^^ ~05018~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^34^^ ~05018~^2^.5^~chicken, skin only~^56^^ ~05019~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^44^^ ~05019~^2^.5^~chicken, skin only~^72^^ ~05020~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^23^^ ~05020~^2^1^~giblets~^75^^ ~05021~^1^1^~cup, chopped or diced~^145^^ ~05021~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^13.0^^ ~05022~^1^1^~cup chopped or dice~^145^^ ~05024~^1^1^~cup chopped or dice~^145^^ ~05025~^1^1^~heart~^6.1^^ ~05025~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^1.8^^ ~05026~^1^1^~cup, chopped or diced~^145^^ ~05026~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^1.0^^ ~05029~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^116^^ ~05029~^2^.5^~chicken, bone removed~^194^^ ~05030~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^113^^ ~05030~^2^.5^~chicken, bone removed~^188^^ ~05031~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^78^^ ~05031~^2^.5^~chicken, bone removed~^130^^ ~05032~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^79^^ ~05032~^2^.5^~chicken, bone removed~^132^^ ~05033~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^90^^ ~05033~^2^.5^~chicken, bone removed~^150^^ ~05034~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^160^^ ~05034~^2^.5^~chicken, bone removed~^266^^ ~05035~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^167^^ ~05035~^2^.5^~chicken, bone removed~^278^^ ~05036~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^110^^ ~05036~^2^.5^~chicken, bone removed~^184^^ ~05037~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^101^^ ~05037~^2^.5^~chicken, bone removed~^167^^ ~05038~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^110^^ ~05038~^2^.5^~chicken, bone removed~^184^^ ~05039~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^88^^ ~05039~^2^.5^~chicken, bone and skin removed~^147^^ ~05040~^1^1^~cup~^140^^ ~05040~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^64^^ ~05041~^1^1^~cup, chopped or diced~^140^^ ~05041~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^64^^ ~05041~^3^.5^~chicken, bone and skin removed~^107^^ ~05042~^1^1^~cup, chopped or diced~^140^^ ~05042~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^71^^ ~05042~^3^.5^~chicken, bone and skin removed~^119^^ ~05043~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^109^^ ~05043~^2^.5^~chicken, bone and skin removed~^182^^ ~05044~^1^1^~cup~^140^^ ~05044~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^91^^ ~05045~^1^1^~cup, chopped or diced~^140^^ ~05045~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^81^^ ~05045~^3^.5^~chicken, bone and skin removed~^136^^ ~05046~^1^1^~cup, chopped or diced~^140^^ ~05046~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^86^^ ~05046~^3^.5^~chicken, bone and skin removed~^143^^ ~05047~^1^1^~tbsp~^12.8^^ ~05047~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^32^^ ~05047~^3^.5^~chicken, separable fat~^52^^ ~05048~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^59^^ ~05048~^2^.5^~back, bone removed~^99^^ ~05049~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^72^^ ~05049~^2^.5^~back, bone removed~^120^^ ~05050~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^44^^ ~05050~^2^.5^~back, bone removed~^72^^ ~05051~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^32^^ ~05051~^2^.5^~back, bone removed~^53^^ ~05052~^1^1^~cup, chopped or diced~^160^^ ~05052~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^36^^ ~05053~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^31^^ ~05053~^2^.5^~back, bone and skin removed~^51^^ ~05054~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^35^^ ~05054~^2^.5^~back, bone and skin removed~^58^^ ~05055~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^24^^ ~05055~^2^.5^~back, bone and skin removed~^40^^ ~05056~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^26^^ ~05056~^2^.5^~back, bone and skin removed~^42^^ ~05057~^1^.5^~breast, bone removed (yield from 1 lb ready-to-cook chicken)~^87^^ ~05057~^2^.5^~breast, bone removed~^145^^ ~05058~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^84^^ ~05058~^2^.5^~breast, bone removed~^140^^ ~05059~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^59^^ ~05059~^2^.5^~breast, bone removed~^98^^ ~05060~^1^1^~cup, chopped or diced~^140^^ ~05060~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^58^^ ~05060~^3^.5^~breast, bone removed~^98^^ ~05061~^1^1^~cup, chopped or diced~^140^^ ~05061~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^66^^ ~05061~^3^.5^~breast, bone removed~^110^^ ~05062~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^71^^ ~05062~^2^.5^~breast, bone and skin removed~^118^^ ~05063~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^52^^ ~05063~^2^.5^~breast, bone and skin removed~^86^^ ~05064~^1^1^~cup, chopped or diced~^140^^ ~05064~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^52^^ ~05064~^3^.5^~breast, bone and skin removed~^86^^ ~05065~^1^1^~cup, chopped or diced~^140^^ ~05065~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^57^^ ~05065~^3^.5^~breast, bone and skin removed~^95^^ ~05066~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^44^^ ~05066~^2^1^~drumstick, bone removed~^73^^ ~05067~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^43^^ ~05067~^2^1^~drumstick, bone removed~^72^^ ~05068~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^29^^ ~05068~^2^1^~drumstick, bone removed~^49^^ ~05069~^1^1^~cup, chopped or diced~^140^^ ~05069~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^31^^ ~05069~^3^1^~drumstick, bone removed~^52^^ ~05070~^1^1^~cup, chopped or diced~^140^^ ~05070~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^34^^ ~05070~^3^1^~drumstick, bone removed~^57^^ ~05071~^1^1^~drumstick bone and skin removed (yield from 1 lb ready-to-cook chicken)~^37^^ ~05071~^2^1^~drumstick, bone and skin removed~^62^^ ~05072~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^25^^ ~05072~^2^1^~drumstick, bone and skin removed~^42^^ ~05073~^1^1^~cup, chopped or diced~^140^^ ~05073~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^26^^ ~05073~^3^1^~drumstick, bone and skin removed~^44^^ ~05074~^1^1^~cup, chopped or diced~^160^^ ~05074~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^28^^ ~05074~^3^1^~drumstick, bone and skin removed~^46^^ ~05075~^1^1^~leg, bone removed (yield from 1 lb ready-to-cook chicken)~^101^^ ~05075~^2^1^~leg, bone removed~^167^^ ~05076~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^95^^ ~05076~^2^1^~leg, bone removed~^158^^ ~05077~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^67^^ ~05077~^2^1^~leg, bone removed~^112^^ ~05078~^1^1^~cup, chopped or diced~^140^^ ~05078~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^69^^ ~05078~^3^1^~leg, bone removed~^114^^ ~05079~^1^1^~cup, chopped or diced~^140^^ ~05079~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^75^^ ~05079~^3^1^~leg, bone removed~^125^^ ~05080~^1^1^~leg bone and skin removed (yield from 1 lb ready-to-cook chicken)~^78^^ ~05080~^2^1^~leg, bone and skin removed~^130^^ ~05081~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^56^^ ~05081~^2^1^~leg, bone and skin removed~^94^^ ~05082~^1^1^~cup, chopped or diced~^140^^ ~05082~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^57^^ ~05082~^3^1^~leg, bone and skin removed~^95^^ ~05083~^1^1^~cup, chopped or diced~^160^^ ~05083~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^60^^ ~05083~^3^1^~leg, bone and skin removed~^101^^ ~05084~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^15.0^^ ~05084~^2^1^~neck, bone removed~^50^^ ~05085~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^16^^ ~05085~^2^1^~neck, bone removed~^52^^ ~05086~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^11.0^^ ~05086~^2^1^~neck, bone removed~^36^^ ~05087~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^11.0^^ ~05087~^2^1^~neck, bone removed~^38^^ ~05088~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^6.0^^ ~05088~^2^1^~neck, bone and skin removed~^20^^ ~05089~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^7.0^^ ~05089~^2^1^~neck, bone and skin removed~^22^^ ~05090~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^5.0^^ ~05090~^2^1^~neck, bone and skin removed~^18^^ ~05091~^1^1^~thigh, bone removed (yield from 1 lb ready-to-cook chicken)~^57^^ ~05091~^2^1^~thigh, bone removed~^94^^ ~05092~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^52^^ ~05092~^2^1^~thigh, bone removed~^86^^ ~05093~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^38^^ ~05093~^2^1^~thigh, bone removed~^62^^ ~05094~^1^1^~cup, chopped or diced~^140^^ ~05094~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^37^^ ~05094~^3^1^~thigh, bone removed~^62^^ ~05095~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^41^^ ~05095~^2^1^~thigh, bone removed~^68^^ ~05096~^1^1^~thigh, bone and skin removed (yield from 1 lb ready-to-cook chicken)~^41^^ ~05096~^2^1^~thigh, bone and skin removed~^69^^ ~05097~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^31^^ ~05097~^2^1^~thigh, bone and skin removed~^52^^ ~05098~^1^1^~cup, chopped or diced~^140^^ ~05098~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^31^^ ~05098~^3^1^~thigh, bone and skin removed~^52^^ ~05099~^1^1^~cup, chopped or diced~^140^^ ~05099~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^33^^ ~05099~^3^1^~thigh, bone and skin removed~^55^^ ~05100~^1^1^~wing, bone removed (yield from 1 lb ready-to-cook chicken)~^29^^ ~05100~^2^1^~wing, bone removed~^49^^ ~05101~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^29^^ ~05101~^2^1^~wing, bone removed~^49^^ ~05102~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^19^^ ~05102~^2^1^~wing, bone removed~^32^^ ~05103~^1^1^~cup, chopped or diced~^140^^ ~05103~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^21^^ ~05103~^3^1^~wing, bone removed~^34^^ ~05104~^1^1^~cup, chopped or diced~^140^^ ~05104~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^24^^ ~05104~^3^1^~wing, bone removed~^40^^ ~05105~^1^1^~wing, bone and skin removed (yield from 1 lb ready-to-cook chicken)~^17^^ ~05105~^2^1^~wing, bone and skin removed~^29^^ ~05106~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^12.0^^ ~05106~^2^1^~wing, bone and skin removed~^20^^ ~05107~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^13.0^^ ~05107~^2^1^~wing, bone and skin removed~^21^^ ~05108~^1^1^~cup, chopped or diced~^140^^ ~05108~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^14.0^^ ~05108~^3^1^~wing, bone and skin removed~^24^^ ~05109~^1^1^~chicken~^1509^^ ~05110~^1^1^~chicken~^1072^^ ~05110~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^235^^ ~05111~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^293^^ ~05111~^2^.5^~chicken, bone removed~^668^^ ~05112~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^210^^ ~05112~^2^.5^~chicken, bone removed~^480^^ ~05113~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^209^^ ~05113~^2^.5^~chicken, bone and skin removed~^477^^ ~05114~^1^1^~cup, chopped or diced~^140^^ ~05114~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^171^^ ~05115~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^25^^ ~05115~^2^1^~giblets~^113^^ ~05116~^1^1^~cup, chopped or diced~^145^^ ~05116~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^15.0^^ ~05117~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^99^^ ~05117~^2^.5^~chicken, bone and skin removed~^220^^ ~05118~^1^1^~cup, chopped or diced~^140^^ ~05118~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^78^^ ~05119~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^113^^ ~05119~^2^.5^~chicken, bone and skin removed~^258^^ ~05120~^1^1^~cup, chopped or diced~^140^^ ~05120~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^94^^ ~05121~^1^1^~chicken~^905^^ ~05122~^1^1^~cup, chopped or diced~^160^^ ~05122~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^202^^ ~05122~^3^1^~chicken, bone removed~^593^^ ~05123~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^271^^ ~05123~^2^.5^~chicken, bone removed~^398^^ ~05124~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^178^^ ~05124~^2^.5^~chicken, bone removed~^261^^ ~05125~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^194^^ ~05125~^2^.5^~chicken, bone and skin removed~^284^^ ~05126~^1^1^~cup, chopped or diced~^140^^ ~05126~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^137^^ ~05127~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^28^^ ~05127~^2^1^~giblets~^81^^ ~05128~^1^1^~cup, chopped or diced~^145^^ ~05128~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^17^^ ~05129~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^89^^ ~05129~^2^.5^~chicken, bone and skin removed~^130^^ ~05130~^1^1^~cup, chopped or diced~^140^^ ~05130~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^64^^ ~05131~^1^1^~unit (yield from 1 lb ready-to-cook chicken)~^105^^ ~05131~^2^.5^~chicken, bone and skin removed~^154^^ ~05132~^1^1^~cup, chopped or diced~^140^^ ~05132~^2^1^~unit (yield from 1 lb ready-to-cook chicken)~^73^^ ~05133~^1^1^~capon~^2152^^ ~05134~^1^1^~capon~^1418^^ ~05134~^2^1^~unit (yield from 1 lb ready-to cook capon)~^218^^ ~05135~^1^.5^~capon, bone removed~^964^^ ~05135~^2^1^~unit (yield from 1 lb ready-to cook capon)~^297^^ ~05136~^1^.5^~capon, bone removed~^637^^ ~05136~^2^1^~unit (yield from 1 lb ready-to cook capon)~^196^^ ~05137~^1^1^~giblets~^115^^ ~05137~^2^1^~unit (yield from 1 lb ready-to cook capon)~^18^^ ~05138~^1^1^~cup, chopped or diced~^145^^ ~05138~^2^1^~unit (yield from 1 lb ready-to cook capon)~^11.0^^ ~05139~^1^1^~unit (yield from 1 lb ready-to-cook duck)~^287^^ ~05139~^2^.5^~duck~^634^^ ~05140~^1^1^~cup, chopped or diced~^140^^ ~05140~^2^1^~unit (yield from 1 lb ready-to-cook duck)~^173^^ ~05140~^3^.5^~duck~^382^^ ~05141~^1^1^~unit (yield from 1 lb ready-to-cook duck)~^137^^ ~05141~^2^.5^~duck~^303^^ ~05142~^1^1^~cup, chopped or diced~^140^^ ~05142~^2^1^~unit (yield from 1 lb ready-to-cook duck)~^100^^ ~05142~^3^.5^~duck~^221^^ ~05143~^1^1^~liver~^44^^ ~05143~^2^1^~unit (yield from 1 lb ready-to-cook duck)~^10.0^^ ~05144~^1^1^~unit (yield from 1 lb ready-to-cook duck)~^239^^ ~05144~^2^.5^~duck~^270^^ ~05145~^1^1^~unit (yield from 1 lb ready-to-cook duck)~^73^^ ~05145~^2^.5^~breast, bone and skin removed~^83^^ ~05146~^1^1^~unit (yield from 1 lb ready-to-cook goose)~^320^^ ~05146~^2^.5^~goose~^1319^^ ~05147~^1^1^~cup, chopped or diced~^140^^ ~05147~^2^1^~unit (yield from 1 lb ready-to-cook goose)~^188^^ ~05147~^3^.5^~goose~^774^^ ~05148~^1^1^~unit (yield from 1 lb ready-to-cook goose)~^185^^ ~05148~^2^.5^~goose~^766^^ ~05149~^1^1^~unit (yield from 1 lb ready-to-cook goose)~^143^^ ~05149~^2^.5^~goose~^591^^ ~05150~^1^1^~liver~^94^^ ~05150~^2^1^~unit (yield from 1 lb ready-to-cook goose)~^11.0^^ ~05151~^1^1^~unit (yield from 1 lb ready-to-cook guinea)~^359^^ ~05151~^2^.5^~guinea~^345^^ ~05152~^1^1^~unit (yield from 1 lb ready-to-cook guinea)~^275^^ ~05152~^2^.5^~guinea~^264^^ ~05153~^1^1^~unit (yield from 1 lb ready-to-eat pheasant)~^371^^ ~05153~^2^.5^~pheasant~^400^^ ~05154~^1^1^~unit (yield from 1 lb ready-to-eat pheasant)~^326^^ ~05154~^2^.5^~pheasant~^352^^ ~05155~^1^1^~unit (yield from 1 lb ready-to-eat pheasant)~^169^^ ~05155~^2^.5^~breast, bone and skin removed~^182^^ ~05156~^1^1^~unit (yield from 1 lb ready-to-eat pheasant)~^99^^ ~05156~^2^1^~leg, bone and skin removed~^107^^ ~05157~^1^1^~quail~^109^^ ~05157~^2^1^~unit (yield from 1 lb ready-to cook quail)~^405^^ ~05158~^1^1^~quail~^92^^ ~05158~^2^1^~unit (yield from 1 lb ready-to cook quail)~^342^^ ~05159~^1^1^~unit (yield from 1 lb ready-to cook quail)~^208^^ ~05159~^2^1^~breast~^56^^ ~05160~^1^1^~unit (yield from 1 lb ready-to-cook squab)~^297^^ ~05160~^2^1^~squab~^199^^ ~05161~^1^1^~unit (yield from 1 lb ready-to-cook squab)~^251^^ ~05161~^2^1^~squab~^168^^ ~05162~^1^1^~breast, bone removed~^101^^ ~05162~^2^1^~unit (yield from 1 lb ready-to-cook squab)~^151^^ ~05163~^1^1^~turkey~^5554^^ ~05164~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^260^^ ~05164~^2^1^~turkey~^4023^^ ~05165~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^332^^ ~05165~^2^.5^~turkey, bone removed~^2565^^ ~05166~^1^1^~cup, chopped or diced~^140^^ ~05166~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^240^^ ~05166~^3^.5^~turkey, bone removed~^1857^^ ~05167~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^281^^ ~05167~^2^.5^~turkey, bone and skin removed~^2174^^ ~05168~^1^1^~cup, chopped or diced~^140^^ ~05168~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^208^^ ~05169~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^51^^ ~05169~^2^.5^~turkey, skin only~^392^^ ~05170~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^32^^ ~05170~^2^.5^~turkey, skin only~^248^^ ~05171~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^16^^ ~05171~^2^1^~giblets~^244^^ ~05172~^1^1^~cup chopped or dice~^145^^ ~05172~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^10.0^^ ~05173~^1^1^~gizzard~^99^1^ ~05174~^1^1^~gizzard~^84^1^ ~05175~^1^1^~heart~^27^1^ ~05175~^2^10^~hearts~^272^1^ ~05176~^1^1^~heart~^21^1^ ~05176~^2^10^~hearts~^207^1^ ~05177~^1^1^~liver~^100^1^ ~05178~^1^1^~liver~^83^1^ ~05179~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^12.0^^ ~05179~^2^1^~neck, bone and skin removed~^180^^ ~05180~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^10.0^^ ~05180~^2^1^~neck, bone and skin removed~^152^^ ~05181~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^180^^ ~05181~^2^.5^~turkey, bone removed~^1388^^ ~05182~^1^1^~cup, chopped or diced~^140^^ ~05182~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^136^^ ~05182~^3^.5^~turkey, bone removed~^1050^^ ~05183~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^152^^ ~05183~^2^.5^~turkey, bone removed~^1176^^ ~05184~^1^1^~cup, chopped or diced~^140^^ ~05184~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^104^^ ~05184~^3^.5^~turkey, bone removed~^808^^ ~05185~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^150^^ ~05185~^2^.5^~turkey, bone and skin removed~^1156^^ ~05186~^1^1^~cup, chopped or diced~^140^^ ~05186~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^117^^ ~05187~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^132^^ ~05187~^2^.5^~turkey, bone and skin removed~^1017^^ ~05188~^1^1^~cup, chopped or diced~^140^^ ~05188~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^91^^ ~05189~^1^.5^~back, bone removed~^361^^ ~05189~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^47^^ ~05190~^1^1^~cup, chopped or diced~^140^^ ~05190~^2^.5^~back, bone removed~^262^^ ~05190~^3^1^~unit (yield from 1 lb ready-to-cook turkey)~^34^^ ~05191~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^146^^ ~05191~^2^.5^~breast, bone removed~^1132^^ ~05192~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^112^^ ~05192~^2^.5^~breast, bone removed~^864^^ ~05193~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^105^^ ~05193~^2^1^~leg, bone removed~^816^^ ~05194~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^71^^ ~05194~^2^1^~leg, bone removed~^546^^ ~05195~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^33^^ ~05195~^2^1^~wing, bone removed~^256^^ ~05196~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^24^^ ~05196~^2^1^~wing, bone removed~^186^^ ~05197~^1^1^~turkey~^2410^^ ~05198~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^251^^ ~05198~^2^1^~turkey~^1772^^ ~05199~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^310^^ ~05199~^2^.5^~turkey, bone removed~^1093^^ ~05200~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^229^^ ~05200~^2^.5^~turkey, bone removed~^808^^ ~05201~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^272^^ ~05201~^2^.5^~turkey, bone and skin removed~^990^^ ~05202~^1^1^~cup, chopped or diced~^140^^ ~05202~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^195^^ ~05203~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^38^^ ~05203~^2^.5^~turkey, skin only~^133^^ ~05204~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^34^^ ~05204~^2^.5^~turkey, skin only~^121^^ ~05205~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^159^^ ~05205~^2^.5^~turkey, bone removed~^561^^ ~05206~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^123^^ ~05206~^2^.5^~turkey, bone removed~^433^^ ~05207~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^151^^ ~05207~^2^.5^~turkey, bone removed~^532^^ ~05208~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^106^^ ~05208~^2^.5^~turkey, bone removed~^374^^ ~05209~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^136^^ ~05209~^2^.5^~turkey, bone and skin removed~^481^^ ~05210~^1^1^~cup, chopped or diced~^140^^ ~05210~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^104^^ ~05211~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^136^^ ~05211~^2^.5^~turkey, bone and skin removed~^479^^ ~05212~^1^1^~cup, chopped or diced~^140^^ ~05212~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^91^^ ~05213~^1^.5^~back, bone removed~^183^^ ~05213~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^52^^ ~05214~^1^.5^~back, bone removed~^130^^ ~05214~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^37^^ ~05215~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^43^^ ~05215~^2^.5^~back, bone and skin removed~^150^^ ~05216~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^27^^ ~05216~^2^.5^~back, bone and skin removed~^99^^ ~05217~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^123^^ ~05217~^2^.5^~breast, bone removed~^433^^ ~05218~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^98^^ ~05218~^2^.5^~breast, bone removed~^344^^ ~05219~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^111^^ ~05219~^2^.5^~breast, bone and skin removed~^390^^ ~05220~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^87^^ ~05220~^2^.5^~breast, bone and skin removed~^306^^ ~05221~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^99^^ ~05221~^2^1^~leg, bone removed~^349^^ ~05222~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^70^^ ~05222~^2^1^~leg, bone removed~^245^^ ~05223~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^93^^ ~05223~^2^1^~leg, bone and skin removed~^329^^ ~05224~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^64^^ ~05224~^2^1^~leg, bone and skin removed~^224^^ ~05225~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^36^^ ~05225~^2^1^~wing, bone removed~^128^^ ~05226~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^25^^ ~05226~^2^1^~wing, bone removed~^90^^ ~05227~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^26^^ ~05227~^2^1^~wing, bone and skin removed~^90^^ ~05228~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^17^^ ~05228~^2^1^~wing, bone and skin removed~^60^^ ~05229~^1^1^~turkey~^4457^^ ~05230~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^263^^ ~05230~^2^1^~turkey~^3300^^ ~05231~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^327^^ ~05231~^2^.5^~turkey, bone removed~^2052^^ ~05232~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^243^^ ~05232~^2^.5^~turkey, bone removed~^1524^^ ~05233~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^276^^ ~05233~^2^.5^~turkey, bone and skin removed~^1731^^ ~05234~^1^1^~cup, chopped or diced~^140^^ ~05234~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^212^^ ~05235~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^51^^ ~05235~^2^.5^~turkey, skin only~^321^^ ~05236~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^31^^ ~05236~^2^.5^~turkey, skin only~^196^^ ~05237~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^175^^ ~05237~^2^.5^~turkey, bone removed~^1099^^ ~05238~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^137^^ ~05238~^2^.5^~turkey, bone removed~^859^^ ~05239~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^152^^ ~05239~^2^.5^~turkey, bone and skin removed~^953^^ ~05240~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^106^^ ~05240~^2^.5^~turkey, bone and skin removed~^665^^ ~05241~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^147^^ ~05241~^2^.5^~turkey, bone and skin removed~^919^^ ~05242~^1^1^~cup, chopped or diced~^140^^ ~05242~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^119^^ ~05243~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^130^^ ~05243~^2^.5^~turkey, bone and skin removed~^812^^ ~05244~^1^1^~cup, chopped or diced~^140^^ ~05244~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^93^^ ~05245~^1^.5^~back, bone removed~^298^^ ~05245~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^47^^ ~05246~^1^.5^~back, bone removed~^217^^ ~05246~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^35^^ ~05247~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^139^^ ~05247~^2^.5^~breast, bone removed~^874^^ ~05248~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^109^^ ~05248~^2^.5^~breast, bone removed~^686^^ ~05249~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^105^^ ~05249~^2^1^~leg, bone removed~^656^^ ~05250~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^71^^ ~05250~^2^1^~leg, bone removed~^448^^ ~05251~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^36^^ ~05251~^2^1^~wing, bone removed~^224^^ ~05252~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^28^^ ~05252~^2^1^~wing, bone removed~^174^^ ~05253~^1^1^~turkey~^8399^^ ~05254~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^258^^ ~05254~^2^1^~turkey~^5957^^ ~05255~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^338^^ ~05255~^2^.5^~turkey, bone removed~^3895^^ ~05256~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^239^^ ~05256~^2^.5^~turkey, bone removed~^2750^^ ~05257~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^286^^ ~05257~^2^.5^~turkey, bone and skin removed~^3302^^ ~05258~^1^1^~cup, chopped or diced~^140^^ ~05258~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^206^^ ~05259~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^51^^ ~05259~^2^.5^~turkey, skin only~^592^^ ~05260~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^32^^ ~05260~^2^.5^~turkey, skin only~^374^^ ~05261~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^185^^ ~05261~^2^.5^~turkey, bone removed~^2137^^ ~05262~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^136^^ ~05262~^2^.5^~turkey, bone removed~^1566^^ ~05263~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^152^^ ~05263~^2^.5^~turkey, bone removed~^1758^^ ~05264~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^103^^ ~05264~^2^.5^~turkey, bone removed~^1184^^ ~05265~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^154^^ ~05265~^2^.5^~turkey, bone and skin removed~^1771^^ ~05266~^1^1^~cup, chopped or diced~^140^^ ~05266~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^117^^ ~05267~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^133^^ ~05267~^2^.5^~turkey, bone and skin removed~^1532^^ ~05268~^1^1^~cup, chopped or diced~^140^^ ~05268~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^90^^ ~05269~^1^.5^~back, bone removed~^524^^ ~05269~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^45^^ ~05270~^1^.5^~back, bone removed~^380^^ ~05270~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^33^^ ~05271~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^155^^ ~05271~^2^.5^~breast, bone removed~^1789^^ ~05272~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^115^^ ~05272~^2^.5^~breast, bone removed~^1329^^ ~05273~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^107^^ ~05273~^2^1^~leg, bone removed~^1234^^ ~05274~^1^1^~leg, bone removed (yield after cooking)~^805^^ ~05274~^2^1^~unit (yield from 1 lb ready-to-cook turkey)~^70^^ ~05275~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^30^^ ~05275~^2^1^~wing, bone removed~^348^^ ~05276~^1^1^~unit (yield from 1 lb ready-to-cook turkey)~^21^^ ~05276~^2^1^~wing, bone removed~^237^^ ~05277~^1^1^~can (5 oz)~^142^^ ~05282~^1^1^~tbsp~^13.0^^ ~05282~^2^1^~oz~^28.35^^ ~05284~^1^1^~cup, drained~^135^^ ~05284~^2^1^~can (5 oz)~^142^^ ~05284~^3^1^~can (5 oz) yields~^125^^ ~05285~^1^1^~oz~^28.35^^ ~05285~^2^.5^~lb~^227^^ ~05286~^1^1^~cup~^240^^ ~05286~^2^1^~package (net weight, 5 oz)~^142^^ ~05292~^1^1^~medium slice (approx 3" x 2" x 1/4")~^28^^ ~05292~^2^1^~thick slice (approx 3" x 2" x 3/8")~^42^^ ~05292~^3^1^~patty (2.25 oz)~^64^^ ~05292~^4^1^~patty (3.33 oz)~^94^^ ~05293~^1^.5^~breast, bone removed~^864^^ ~05294~^1^1^~thigh, bone removed~^314^^ ~05295~^1^1^~box (net weight, 2.5 lb)~^1134^^ ~05295~^2^.25^~box (net weight, 0.625 lb)~^284^^ ~05296~^1^1^~cup, chopped or diced~^135^^ ~05296~^2^1^~box (net weight, 1.72 lb)~^782^^ ~05296~^3^.25^~box (net weight, 0.43 lb)~^196^^ ~05300~^1^1^~stick (2.25 oz)~^64^^ ~05301~^1^.5^~lb~^227^^ ~05302~^1^.5^~lb~^227^^ ~05303~^1^.5^~lb~^227^^ ~05304~^1^.5^~lb~^227^^ ~05305~^1^1^~lb~^453.6^^ ~05305~^2^1^~patty, 4 oz~^114^^ ~05306~^1^1^~patty (4 oz, raw) (yield after cooking)~^82^^ ~05306~^2^1^~unit, yield from 1 lb raw~^330^^ ~05307~^1^.5^~bird~^168^^ ~05308~^1^1^~bird whole~^257^^ ~05308~^2^.5^~bird~^129^^ ~05309~^1^1^~bird whole~^239^^ ~05309~^2^.5^~bird~^120^^ ~05310~^1^1^~bird whole~^220^^ ~05310~^2^.5^~bird~^110^^ ~05311~^1^1^~cup~^205^^ ~05311~^2^1^~can (5 oz) yields~^125^^ ~05312~^1^1^~piece~^29^18^5.211 ~05312~^2^1^~serving~^86^9^9.245 ~05313~^1^1^~serving~^74^9^12.986 ~05315~^1^1^~unit (yield from 1 lb ready-to-cook duck)~^56^^ ~05315~^2^3^~oz~^85^^ ~05315~^3^.5^~breast, bone removed~^120^^ ~05316~^1^1^~cup, chopped or diced~^174^^ ~05316~^2^1^~unit (yield from 1 lb ready-to-cook duck)~^44^^ ~05316~^3^.5^~breast, bone and skin removed~^95^^ ~05316~^4^3^~oz~^85^^ ~05317~^1^1^~leg, bone removed (yield after cooking)~^92^^ ~05317~^2^1^~unit (yield from 1 lb ready-to-cook duck)~^43^^ ~05317~^3^3^~oz~^85^^ ~05318~^1^1^~cup chopped or diced, cooked~^174^^ ~05318~^2^1^~unit (yield from 1 lb ready-to-cook duck)~^35^^ ~05318~^3^3^~oz~^85^^ ~05318~^4^1^~leg, bone and skin removed~^75^^ ~05320~^1^1^~serving~^96^30^24.073 ~05332~^1^4^~oz crumbled~^112^^ ~05333~^1^3^~oz crumbled~^85^^ ~05353~^1^1^~strip~^9.4^21^2.597 ~05354~^1^1^~cup~^183^6^22.58 ~05600~^1^1^~oz~^28.35^^ ~05600~^2^1^~serving~^28^^ ~05621~^1^1^~patty~^117^6^16.337 ~05622~^1^1^~patty (yield from 135.8 g raw meat)~^109^6^42.202 ~05622~^2^1^~serving ( 3 oz )~^85^^ ~05623~^1^1^~fan fillet~^513^23^65.33 ~05623~^2^1^~serving ( 3 oz )~^85^^ ~05624~^1^1^~steak~^394^3^49.561 ~05624~^2^1^~serving ( 3 oz )~^85^^ ~05625~^1^1^~flat fillet~^354^23^43.54 ~05626~^1^1^~full rump~^695^23^43.54 ~05627~^1^1^~full rump cooked ( yield from 695 g raw meat )~^496^23^31.09 ~05627~^2^1^~serving ( 3 oz )~^85^^ ~05628~^1^1^~inside drum~^572^23^87.077 ~05629~^1^1^~inside drum cooked ( yield from 572 g raw meat )~^416^23^63.38 ~05629~^2^1^~serving ( 3 oz )~^85^^ ~05630~^1^1^~outside drum~^422^23^65.331 ~05631~^1^1^~steak~^300^23^21.79 ~05632~^1^1^~steak~^244^3^77.631 ~05632~^2^1^~serving ( 3 oz )~^85^^ ~05641~^1^1^~patty~^109^6^1.656 ~05641~^2^4^~patty~^435^6^6.625 ~05642~^1^1^~patty~^93^6^1.695 ~05642~^2^1^~serving ( 3 oz )~^85^^ ~05644~^1^1^~serving ( 3 oz )~^85^^ ~05645~^1^1^~serving ( 3 oz )~^85^^ ~05647~^1^1^~serving ( 3 oz )~^85^^ ~05650~^1^1^~serving ( 3 oz )~^85^^ ~05652~^1^1^~serving ( 3 oz )~^85^^ ~05656~^1^1^~serving ( 3 oz )~^85^^ ~05658~^1^1^~serving ( 3 oz )~^85^^ ~06001~^1^.5^~cup (4 fl oz)~^126^^ ~06001~^2^1^~can (10.75 oz)~^305^^ ~06002~^1^1^~cup (8 fl oz)~^257^^ ~06002~^2^1^~can (11 oz), undiluted~^312^^ ~06003~^1^1^~serving 1/2 cup~^126^1^ ~06004~^1^1^~can 11.5 oz~^326^^ ~06004~^2^.5^~cup~^130^^ ~06006~^1^1^~cup (8 fl oz)~^263^^ ~06006~^2^1^~can (11.25 oz)~^319^^ ~06007~^1^1^~cup (8 fl oz)~^243^^ ~06007~^2^1^~can (19.25 oz)~^546^^ ~06008~^1^1^~cup~^240^^ ~06008~^2^1^~can 14.5 oz~^435^^ ~06008~^3^1^~container 32 oz~^960^^ ~06009~^1^.5^~cup~^125^^ ~06009~^2^1^~can (10.75 oz)~^305^^ ~06010~^1^.5^~cup~^126^^ ~06010~^2^1^~can (10.75 oz)~^305^^ ~06011~^1^.5^~cup~^129^^ ~06011~^2^1^~can (11 oz), undiluted~^312^^ ~06012~^1^.5^~cup (4 fl oz)~^123^^ ~06012~^2^1^~can (10.5 oz)~^298^^ ~06013~^1^.5^~cup (4 fl oz)~^126^^ ~06013~^2^1^~can (10.75 oz)~^305^^ ~06014~^1^1^~serving 1/2 cup~^124^1^ ~06015~^1^1^~cup~^245^^ ~06016~^1^.5^~cup (4 fl oz)~^126^^ ~06016~^2^1^~can (10.75 oz)~^305^^ ~06017~^1^.5^~cup (4 fl oz)~^126^^ ~06017~^2^1^~can (10.75 oz)~^305^^ ~06018~^1^1^~cup~^245^1^ ~06018~^2^1^~can (18.6 oz)~^527^^ ~06019~^1^.5^~cup~^126^11^0 ~06019~^2^1^~can (10.7oz)~^303^^ ~06022~^1^1^~cup~^240^^ ~06022~^2^1^~can 19 oz~^539^^ ~06023~^1^.5^~cup~^119^^ ~06023~^2^1^~can (10.5 oz)~^298^^ ~06024~^1^1^~cup (8 fl oz)~^240^^ ~06024~^2^1^~can (19 oz)~^539^^ ~06025~^1^.5^~cup~^121^^ ~06025~^2^1^~can (10.7 oz)~^303^^ ~06026~^1^1^~cup (8 fl oz)~^263^^ ~06026~^2^1^~can (11.25 oz)~^319^^ ~06027~^1^1^~cup (8 fl oz)~^240^^ ~06027~^2^1^~can (19 oz)~^539^^ ~06028~^1^.5^~cup (4 fl oz)~^126^^ ~06028~^2^1^~can (10.75 oz)~^305^^ ~06029~^1^.5^~cup~^126^1^ ~06030~^1^.5^~cup~^126^1^ ~06030~^2^1^~can (10.7 oz)~^303^^ ~06032~^1^.5^~cup~^124^1^ ~06032~^2^1^~can (10.5 oz)~^310^^ ~06034~^1^1^~cup (8 fl oz)~^244^^ ~06034~^2^1^~can (13 oz)~^369^^ ~06035~^1^1^~cup (8 fl oz)~^248^^ ~06035~^2^1^~can (19.5 oz)~^553^^ ~06036~^1^1^~cup (8 fl oz)~^244^^ ~06036~^2^1^~can (13 oz)~^369^^ ~06037~^1^1^~cup (8 fl oz)~^248^^ ~06037~^2^1^~can (20 oz)~^567^^ ~06038~^1^1^~serving 1/2 cup~^124^1^ ~06039~^1^1^~cup~^240^^ ~06039~^2^1^~can (19 oz)~^539^^ ~06040~^1^.5^~cup (4 fl oz)~^123^^ ~06040~^2^1^~can (10.5 oz)~^298^^ ~06041~^1^1^~serving 1/2 cup~^126^1^ ~06042~^1^.5^~cup (4 fl oz)~^126^^ ~06042~^2^1^~can (10.75 oz)~^305^^ ~06043~^1^.5^~cup~^121^^ ~06043~^2^1^~can (10.7 oz)~^303^^ ~06044~^1^.5^~cup (4 fl oz)~^126^^ ~06044~^2^1^~can (10.75 oz)~^305^^ ~06045~^1^.5^~cup (4 fl oz)~^123^^ ~06045~^2^1^~can (10.5 oz)~^298^^ ~06046~^1^.5^~cup~^126^^ ~06046~^2^1^~can (10.75 oz)~^305^^ ~06047~^1^1^~serving 1/2 cup~^126^1^ ~06048~^1^.5^~cup (4 fl oz)~^123^^ ~06048~^2^1^~can (10.5 oz)~^298^^ ~06049~^1^.5^~cup~^128^^ ~06049~^2^1^~can (11.2 oz)~^319^^ ~06050~^1^1^~cup~^240^^ ~06050~^2^1^~can (19 oz)~^539^^ ~06051~^1^.5^~cup (4 fl oz)~^135^^ ~06051~^2^1^~can (11.5 oz)~^326^^ ~06052~^1^.5^~cup (4 fl oz)~^123^^ ~06052~^2^1^~can (10.5 oz)~^298^^ ~06053~^1^.5^~cup (4 fl oz)~^126^^ ~06053~^2^1^~can (10.75 oz)~^305^^ ~06054~^1^1^~serving 1/2 cup~^126^1^ ~06055~^1^.5^~cup (4 fl oz)~^123^^ ~06055~^2^1^~can (10.5 oz)~^298^^ ~06056~^1^.5^~cup (8 fl oz)~^126^^ ~06056~^2^1^~can (10.75 oz)~^305^^ ~06057~^1^1^~serving 1/2 cup~^124^1^ ~06058~^1^1^~serving 1/2 cup~^126^1^ ~06060~^1^.5^~cup (4 fl oz)~^129^^ ~06060~^2^1^~can (11 oz), undiluted~^312^^ ~06061~^1^1^~cup (8 fl oz)~^251^^ ~06061~^2^1^~can (10.75 oz)~^305^^ ~06062~^1^1^~serving 1/2 cup~^126^1^ ~06063~^1^.5^~cup (4 fl oz)~^129^^ ~06063~^2^1^~can (11 oz), undiluted~^312^^ ~06064~^1^1^~cup (8 fl oz)~^236^^ ~06064~^2^1^~can (18.75 oz)~^532^^ ~06065~^1^.5^~cup (4 fl oz)~^126^^ ~06065~^2^1^~can (10.75 oz)~^305^^ ~06066~^1^.5^~cup (4 fl oz)~^123^^ ~06066~^2^1^~can (10.5 oz)~^298^^ ~06067~^1^1^~cup~^245^1^ ~06067~^2^1^~can (19 oz)~^539^^ ~06068~^1^.5^~cup~^123^^ ~06068~^2^1^~can (10.5 oz)~^298^^ ~06069~^1^1^~serving~^259^^ ~06069~^2^1^~fl oz~^32.4^^ ~06070~^1^1^~cup~^245^1^ ~06070~^2^1^~can (19 oz)~^539^^ ~06071~^1^.5^~cup~^126^^ ~06071~^2^1^~can (10.75 oz)~^305^^ ~06072~^1^.5^~cup~^123^^ ~06072~^2^1^~can (10.5 oz)~^298^^ ~06075~^1^1^~cube~^3.6^^ ~06075~^2^1^~packet~^6.0^^ ~06076~^1^1^~cube~^3.6^^ ~06077~^1^1^~packet~^9.2^^ ~06080~^1^1^~cube~^4.0^^ ~06080~^2^1^~teaspoon~^2.0^^ ~06081~^1^1^~cube~^4.8^^ ~06082~^1^1^~serving 1/2 cup~^126^1^ ~06084~^1^1^~serving 1/2 cup~^126^1^ ~06091~^1^1^~serving 1/2 cup~^124^1^ ~06094~^1^1^~serving 1 tbsp~^7.5^1^ ~06094~^2^1^~packet~^39^^ ~06097~^1^1^~serving 1/2 cup~^124^1^ ~06099~^1^1^~tbsp~^1.2^^ ~06099~^2^1^~packet~^39^^ ~06101~^1^1^~packet~^18^^ ~06103~^1^1^~packet~^35^^ ~06105~^1^1^~serving 1/2 cup~^126^1^ ~06112~^1^1^~cup~^288^^ ~06112~^2^1^~tbsp~^18^^ ~06112~^3^1^~fl oz~^36.0^^ ~06114~^1^1^~cup~^238^^ ~06114~^2^1^~can~^298^^ ~06115~^1^1^~tsp~^3.0^^ ~06116~^1^1^~cup~^233^^ ~06116~^2^1^~can~^291^^ ~06117~^1^1^~serving 1/2 cup~^128^1^ ~06118~^1^1^~tbsp~^6.0^^ ~06119~^1^1^~cup~^238^^ ~06119~^2^1^~can~^298^^ ~06120~^1^1^~tbsp~^8.0^^ ~06120~^2^1^~serving~^8.0^^ ~06121~^1^1^~cup~^238^^ ~06121~^2^1^~can~^298^^ ~06122~^1^1^~cup (8 fl oz)~^21^^ ~06123~^1^1^~cup (8 fl oz)~^24^^ ~06124~^1^1^~serving~^6.7^^ ~06125~^1^1^~cup~^238^^ ~06125~^2^1^~tbsp~^14.9^^ ~06125~^3^1^~tsp~^5.0^^ ~06125~^4^1^~can~^298^^ ~06126~^1^1^~serving~^7.0^^ ~06127~^1^1^~cup (8 fl oz)~^25^^ ~06128~^1^1^~packet~^74^^ ~06128~^2^1^~packet (6 fl oz)~^11.1^^ ~06137~^1^1^~cup sauce~^265^^ ~06142~^1^.5^~cup~^103^^ ~06145~^1^1^~serving 1/2 cup~^126^1^ ~06146~^1^1^~serving 1/2 cup~^126^1^ ~06147~^1^.5^~cup (4 fl oz)~^126^^ ~06147~^2^1^~can (10.75 oz)~^305^^ ~06149~^1^.5^~cup (4 fl oz)~^126^^ ~06149~^2^1^~can (10.75 oz)~^305^^ ~06150~^1^1^~serving 2 tbsp~^35^5^1.087 ~06150~^2^1^~cup (8 fl oz)~^250^^ ~06151~^1^1^~cup~^305^^ ~06151~^2^1^~tbsp~^19^^ ~06152~^1^.25^~cup~^63^^ ~06158~^1^.5^~cup (4 fl oz)~^129^^ ~06158~^2^1^~can (11 oz), undiluted~^312^^ ~06159~^1^.5^~cup~^121^^ ~06159~^2^1^~can (10.7 oz)~^303^^ ~06164~^1^1^~cup~^259^^ ~06164~^2^1^~tbsp~^16^^ ~06164~^3^1^~packet~^8.9^^ ~06164~^4^.5^~cup~^130^^ ~06165~^1^1^~cup~^250^^ ~06165~^2^.5^~cup~^125^^ ~06166~^1^1^~cup~^250^^ ~06166~^2^.5^~cup~^125^^ ~06167~^1^1^~cup~^250^^ ~06167~^2^.5^~cup~^125^^ ~06168~^1^1^~tsp~^4.7^^ ~06168~^2^.25^~tsp~^1.2^^ ~06169~^1^1^~tsp~^4.7^^ ~06169~^2^.25^~tsp~^1.2^^ ~06170~^1^1^~cup~^240^^ ~06172~^1^1^~cup~^240^^ ~06174~^1^1^~cup~^233^^ ~06175~^1^1^~tbsp~^16^^ ~06176~^1^1^~tbsp~^18^^ ~06179~^1^1^~tbsp~^18^^ ~06180~^1^1^~cup~^216^^ ~06182~^1^1^~cup~^251^^ ~06183~^1^1^~cup~^240^^ ~06192~^1^1^~cup~^253^^ ~06195~^1^1^~serving 1/2 cup~^124^1^ ~06201~^1^1^~cup (8 fl oz)~^248^^ ~06201~^2^1^~can (10.75 oz), prepared~^602^^ ~06209~^1^1^~serving 1/2 cup~^124^1^ ~06210~^1^1^~cup (8 fl oz)~^248^^ ~06210~^2^1^~can (10.75 oz), prepared~^602^^ ~06211~^1^1^~cup~^251^^ ~06211~^2^1^~can (11 oz), prepared~^609^^ ~06212~^1^1^~serving 1/2 cup~^126^1^ ~06213~^1^1^~serving 1/2 cup~^124^1^ ~06214~^1^1^~serving 1/2 cup~^124^1^ ~06215~^1^1^~serving 1/2 cup~^126^1^ ~06216~^1^1^~cup (8 fl oz)~^248^^ ~06216~^2^1^~fl oz~^31.0^^ ~06216~^3^1^~can (10.75 oz), prepared~^602^^ ~06218~^1^1^~serving 1/2 cup~^124^1^ ~06219~^1^1^~serving 1/2 cup~^124^1^ ~06220~^1^1^~serving 1/2 cup~^130^1^ ~06221~^1^1^~serving 1/2 cup~^130^1^ ~06222~^1^1^~serving 1/2 cup~^130^1^ ~06223~^1^1^~serving 1/2 cup~^130^1^ ~06224~^1^1^~serving 1/2 cup~^130^1^ ~06225~^1^1^~serving 1/2 cup~^130^1^ ~06226~^1^1^~serving 1/2 cup~^125^1^ ~06228~^1^1^~serving 1/2 cup~^130^1^ ~06229~^1^1^~serving 1/2 cup~^130^1^ ~06230~^1^1^~serving 1 cup~^252^^ ~06230~^2^1^~fl oz~^31.5^^ ~06231~^1^1^~serving 1/2 cup~^125^1^ ~06232~^1^1^~serving 1/2 cup~^125^1^ ~06233~^1^1^~serving 1/2 cup~^125^1^ ~06234~^1^1^~serving 1/2 cup~^125^1^ ~06235~^1^1^~serving 1/2 cup~^130^1^ ~06236~^1^1^~serving 1/2 cup~^130^1^ ~06237~^1^1^~serving 1/2 cup~^125^1^ ~06239~^1^1^~serving 1/2 cup~^125^1^ ~06240~^1^1^~serving 1/2 cup~^130^1^ ~06241~^1^1^~serving 1 cup~^245^1^ ~06242~^1^1^~serving 1 cup~^245^1^ ~06243~^1^1^~serving 1 cup~^252^^ ~06243~^2^1^~fl oz~^31.5^^ ~06244~^1^1^~serving 1 cup~^245^1^ ~06245~^1^1^~serving 1 cup~^245^1^ ~06246~^1^1^~cup (8 fl oz)~^248^^ ~06246~^2^1^~can (10.75 oz), prepared~^602^^ ~06247~^1^1^~serving 1 cup~^245^1^ ~06248~^1^1^~cup (8 fl oz)~^245^^ ~06248~^2^1^~can (10.5 oz), prepared~^595^^ ~06249~^1^1^~cup (8 fl oz)~^254^^ ~06249~^2^1^~can (11.25 oz), prepared~^616^^ ~06250~^1^1^~serving 1 cup~^245^1^ ~06251~^1^1^~serving 1 cup~^245^1^ ~06252~^1^1^~serving 1 cup~^245^1^ ~06253~^1^1^~cup (8 fl oz)~^248^^ ~06253~^2^1^~can (10.75 oz), prepared~^602^^ ~06256~^1^1^~cup (8 fl oz)~^253^^ ~06256~^2^1^~fl oz~^31.6^^ ~06309~^1^1^~serving 1/2 cup~^126^1^ ~06311~^1^1^~serving 1/2 cup~^126^1^ ~06312~^1^1^~serving 1/2 cup~^124^1^ ~06314~^1^1^~serving 1 cup~^243^1^ ~06315~^1^1^~serving 1 cup~^240^2^ ~06316~^1^1^~serving 1 cup~^246^1^ ~06317~^1^.25^~cup~^59^1^ ~06318~^1^.25^~cup~^59^1^ ~06319~^1^.25^~cup~^59^1^ ~06320~^1^.25^~cup~^59^1^ ~06321~^1^.25^~cup~^59^1^ ~06322~^1^.25^~cup~^59^1^ ~06323~^1^.25^~cup~^60^1^ ~06324~^1^.25^~cup~^59^1^ ~06325~^1^.25^~cup~^60^1^ ~06326~^1^.25^~cup~^59^1^ ~06327~^1^.25^~cup~^59^1^ ~06328~^1^.25^~cup~^59^1^ ~06329~^1^.25^~cup~^59^1^ ~06330~^1^.25^~cup~^59^1^ ~06331~^1^.25^~cup~^59^1^ ~06332~^1^.25^~cup~^60^1^ ~06333~^1^1^~serving 1/2 cup~^124^1^ ~06334~^1^1^~serving 1/2 cup~^124^1^ ~06336~^1^1^~serving 1/2 cup~^124^1^ ~06337~^1^1^~serving 1/2 cup~^124^1^ ~06338~^1^1^~serving 1/2 cup~^124^1^ ~06339~^1^1^~serving 1/2 cup~^124^1^ ~06340~^1^1^~serving 1/2 cup~^124^1^ ~06341~^1^1^~serving 1/2 cup~^124^1^ ~06342~^1^1^~serving 1/ 2 cup~^124^1^ ~06343~^1^1^~serving 1/2 cup~^124^1^ ~06344~^1^1^~serving 1/2 cup~^124^1^ ~06346~^1^1^~serving 1/2 cup~^126^1^ ~06347~^1^1^~serving 1/2 cup~^126^1^ ~06349~^1^1^~serving 1/2 cup~^126^1^ ~06350~^1^1^~serving 1/ 2 cup~^126^1^ ~06351~^1^1^~serving 1/2 cup~^126^1^ ~06353~^1^1^~serving 1/2 cup~^124^1^ ~06354~^1^1^~serving 1/2 cup~^126^1^ ~06355~^1^1^~serving 1/2 cup~^124^1^ ~06357~^1^1^~serving 1/2 cup~^126^1^ ~06358~^1^1^~cup (8 fl oz)~^251^^ ~06358~^2^1^~can (11 oz), prepared~^609^^ ~06359~^1^1^~serving 1 cup~^252^^ ~06359~^2^1^~fl oz~^31.5^^ ~06360~^1^1^~serving 1/2 cup~^126^1^ ~06361~^1^1^~serving 1/2 cup~^128^1^ ~06362~^1^1^~serving 1/2 cup~^126^1^ ~06363~^1^1^~serving 1/2 cup~^126^1^ ~06364~^1^1^~serving 1/2 cup~^126^1^ ~06365~^1^1^~serving 1/2 cup~^126^1^ ~06366~^1^1^~serving 1/2 cup~^126^1^ ~06367~^1^1^~serving 1/2 cup~^126^1^ ~06369~^1^1^~serving 1/2 cup~^126^1^ ~06370~^1^1^~serving 1/2 cup~^126^1^ ~06371~^1^1^~serving 1/2 cup~^124^1^ ~06372~^1^1^~serving 1/2 cup~^124^1^ ~06373~^1^1^~serving 1/2 cup~^126^1^ ~06374~^1^1^~serving 1/2 cup~^126^1^ ~06375~^1^1^~serving 1/2 cup~^126^1^ ~06377~^1^1^~serving 1/2 cup~^124^1^ ~06379~^1^1^~serving 1/2 cup~^126^1^ ~06380~^1^1^~serving 1/2 cup~^128^1^ ~06381~^1^1^~serving 1/2 cup~^126^1^ ~06383~^1^1^~cup~^245^1^ ~06383~^2^1^~serving~^245^1^ ~06384~^1^1^~cup~^245^1^ ~06384~^2^1^~serving~^245^1^ ~06385~^1^1^~cup~^245^1^ ~06385~^2^1^~serving~^245^1^ ~06386~^1^1^~cup~^245^1^ ~06386~^2^1^~serving~^245^1^ ~06387~^1^1^~cup~^245^1^ ~06387~^2^1^~serving~^245^1^ ~06388~^1^1^~cup~^245^1^ ~06388~^2^1^~serving~^245^1^ ~06389~^1^1^~cup~^245^1^ ~06389~^2^1^~serving~^245^1^ ~06391~^1^1^~cup~^245^1^ ~06391~^2^1^~serving~^245^1^ ~06392~^1^1^~cup~^245^1^ ~06392~^2^1^~serving~^245^1^ ~06393~^1^1^~cup~^245^1^ ~06393~^2^1^~serving~^245^1^ ~06394~^1^1^~cup~^245^1^ ~06394~^2^1^~serving~^245^1^ ~06395~^1^1^~cup~^245^1^ ~06395~^2^1^~serving~^245^1^ ~06396~^1^1^~cup~^245^1^ ~06396~^2^1^~serving~^245^1^ ~06398~^1^1^~cup~^245^1^ ~06398~^2^1^~serving~^245^1^ ~06399~^1^1^~cup~^245^1^ ~06399~^2^1^~serving~^245^1^ ~06400~^1^1^~cup~^245^1^ ~06400~^2^1^~serving~^245^1^ ~06401~^1^1^~cup (8 fl oz)~^244^^ ~06401~^2^1^~can (10.75 oz), prepared~^593^^ ~06402~^1^1^~cup~^247^^ ~06402~^2^1^~can (11 oz), prepared~^600^^ ~06403~^1^1^~cup~^245^1^ ~06403~^2^1^~serving~^245^1^ ~06404~^1^1^~serving 1 cup~^266^^ ~06404~^2^1^~fl oz~^33.3^^ ~06405~^1^1^~cup~^245^1^ ~06405~^2^1^~serving~^245^1^ ~06406~^1^1^~cup (8 fl oz)~^250^^ ~06406~^2^1^~can (11.25 oz), prepared~^607^^ ~06408~^1^1^~cup~^245^1^ ~06408~^2^1^~serving~^245^1^ ~06409~^1^1^~cup (8 fl oz)~^244^^ ~06409~^2^1^~can (10.75 oz), prepared~^593^^ ~06410~^1^1^~cup~^244^^ ~06410~^2^1^~can (10.75 oz), prepared~^593^^ ~06411~^1^1^~cup (8 fl oz)~^247^^ ~06411~^2^1^~can (11 oz), prepared~^600^^ ~06412~^1^1^~cup (8 fl oz)~^241^^ ~06412~^2^1^~can (10.5 oz), prepared~^586^^ ~06413~^1^1^~cup (8 fl oz)~^244^^ ~06413~^2^1^~can (10.75 oz), prepared~^593^^ ~06414~^1^1^~cup~^245^1^ ~06414~^2^1^~serving~^245^1^ ~06415~^1^1^~cup~^245^1^ ~06415~^2^1^~serving~^245^1^ ~06416~^1^1^~cup~^244^^ ~06416~^2^1^~fl oz~^30.5^^ ~06416~^3^1^~can (10.75 oz), prepared~^593^^ ~06417~^1^1^~cup~^244^^ ~06417~^2^1^~can (10.75 oz), prepared~^593^^ ~06418~^1^1^~serving~^245^1^ ~06418~^2^1^~cup~^245^1^ ~06419~^1^1^~serving 1 cup~^248^^ ~06420~^1^1^~cup~^245^1^ ~06420~^2^1^~serving~^245^1^ ~06421~^1^1^~cup~^245^1^ ~06421~^2^1^~serving~^245^1^ ~06423~^1^1^~serving 1 cup~^243^^ ~06424~^1^1^~cup~^245^1^ ~06424~^2^1^~serving~^245^1^ ~06425~^1^1^~cup (8 fl oz)~^248^^ ~06426~^1^1^~cup~^261^^ ~06426~^2^1^~fl oz~^32.6^^ ~06427~^1^1^~cup~^245^1^ ~06427~^2^1^~serving~^245^1^ ~06428~^1^1^~serving 1 cup~^249^^ ~06428~^2^1^~fl oz~^31.1^^ ~06429~^1^1^~cup~^245^1^ ~06429~^2^1^~serving~^245^1^ ~06430~^1^1^~serving 1 cup~^248^^ ~06430~^2^1^~fl oz~^31.0^^ ~06431~^1^1^~cup~^245^1^ ~06431~^2^1^~serving~^245^1^ ~06432~^1^1^~cup (8 fl oz)~^241^^ ~06432~^2^1^~can (10.5 oz), prepared~^586^^ ~06433~^1^1^~cup~^245^1^ ~06433~^2^1^~serving~^245^1^ ~06434~^1^1^~cup~^245^1^ ~06434~^2^1^~serving~^245^1^ ~06435~^1^1^~cup~^245^1^ ~06435~^2^1^~serving~^245^1^ ~06436~^1^1^~cup~^245^1^ ~06436~^2^1^~serving~^245^1^ ~06437~^1^1^~cup~^245^1^ ~06437~^2^1^~serving~^245^1^ ~06438~^1^1^~serving~^245^1^ ~06438~^2^1^~cup~^245^1^ ~06439~^1^1^~cup~^245^1^ ~06439~^2^1^~serving~^245^1^ ~06440~^1^1^~cup (8 fl oz)~^241^^ ~06440~^2^1^~can (10.5 oz), prepared~^586^^ ~06441~^1^1^~cup~^245^1^ ~06441~^2^1^~serving~^245^1^ ~06442~^1^1^~cup (8 fl oz)~^244^^ ~06442~^2^1^~can (10.75 oz), prepared~^593^^ ~06443~^1^1^~serving 1 cup~^248^^ ~06443~^2^1^~fl oz~^31.0^^ ~06444~^1^1^~cup (8 fl oz)~^244^^ ~06444~^2^1^~can (10.75 oz), prepared~^593^^ ~06445~^1^1^~serving 1 cup~^243^^ ~06445~^2^1^~fl oz~^30.4^^ ~06446~^1^1^~cup (8 fl oz)~^244^^ ~06446~^2^1^~can (10.75 oz), prepared~^593^^ ~06447~^1^1^~cup~^245^1^ ~06447~^2^1^~serving~^245^1^ ~06448~^1^1^~cup (8 fl oz)~^241^^ ~06448~^2^1^~can (10.5 oz), prepared~^586^^ ~06449~^1^1^~serving 1 cup~^259^^ ~06449~^2^1^~fl oz~^32.4^^ ~06451~^1^1^~cup (8 fl oz)~^253^^ ~06451~^2^1^~can (11.5 oz), prepared~^614^^ ~06452~^1^1^~serving 1 cup~^243^^ ~06452~^2^1^~fl oz~^30.4^^ ~06453~^1^1^~cup (8 fl oz)~^244^^ ~06453~^2^1^~can (10.75 oz), prepared~^593^^ ~06454~^1^1^~serving~^245^1^ ~06454~^2^1^~cup~^245^1^ ~06455~^1^1^~cup~^241^^ ~06455~^2^1^~can (10.5 oz), prepared~^586^^ ~06456~^1^1^~cup~^244^^ ~06456~^2^1^~can (10.75 oz), prepared~^593^^ ~06457~^1^1^~cup~^245^1^ ~06457~^2^1^~serving~^245^1^ ~06458~^1^1^~cup~^245^1^ ~06458~^2^1^~serving~^245^1^ ~06459~^1^1^~cup~^245^1^ ~06459~^2^1^~serving~^245^1^ ~06460~^1^1^~cup (8 fl oz)~^247^^ ~06460~^2^1^~can (11 oz), prepared~^600^^ ~06461~^1^1^~cup~^244^^ ~06461~^2^1^~can (10.75 oz), prepared~^593^^ ~06462~^1^1^~cup~^245^1^ ~06462~^2^1^~serving~^245^1^ ~06463~^1^1^~cup~^247^^ ~06463~^2^1^~can (11 oz), prepared~^600^^ ~06464~^1^1^~serving~^245^1^ ~06464~^2^1^~cup~^245^1^ ~06465~^1^1^~cup~^244^^ ~06465~^2^1^~fl oz~^30.5^^ ~06465~^3^1^~can (10.75 oz), prepared~^593^^ ~06466~^1^1^~cup (8 fl oz)~^241^^ ~06466~^2^1^~fl oz~^30.1^^ ~06466~^3^1^~can (10.5 oz), prepared~^586^^ ~06468~^1^1^~cup~^241^^ ~06468~^2^1^~can (10.5 oz), prepared~^586^^ ~06471~^1^1^~cup (8 fl oz)~^244^^ ~06471~^2^1^~can (10.75 oz), prepared~^593^^ ~06472~^1^1^~cup (8 fl oz)~^241^^ ~06472~^2^1^~can (10.5 oz), prepared~^586^^ ~06474~^1^1^~cup (8 fl oz)~^265^^ ~06475~^1^1^~serving 1 cup~^240^^ ~06475~^2^1^~fl oz~^29.9^^ ~06476~^1^1^~serving 1 cup~^240^^ ~06476~^2^1^~fl oz~^29.9^^ ~06480~^1^1^~cup 8 fl oz~^241^^ ~06480~^2^1^~fl oz~^30.1^^ ~06481~^1^1^~cup (8 fl oz)~^243^^ ~06481~^2^1^~cube (6 fl oz prepared)~^182^^ ~06483~^1^1^~cup 8 fl oz~^261^^ ~06483~^2^1^~fl oz~^32.6^^ ~06485~^1^1^~cup 8 fl oz~^240^^ ~06485~^2^1^~fl oz~^30.0^^ ~06489~^1^1^~cup 8 fl oz~^249^^ ~06489~^2^1^~fl oz~^31.1^^ ~06493~^1^1^~cup~^253^^ ~06493~^2^1^~packet (6 fl oz prepared)~^194^^ ~06494~^1^1^~serving 1 cup~^230^^ ~06494~^2^1^~fl oz~^28.7^^ ~06495~^1^1^~cup~^244^^ ~06497~^1^1^~cup~^245^1^ ~06497~^2^1^~serving~^245^1^ ~06498~^1^1^~cup 8 fl oz~^265^^ ~06499~^1^1^~cup 8 fl oz~^245^^ ~06500~^1^1^~cup 8 fl oz~^253^^ ~06502~^1^1^~cup~^245^1^ ~06502~^2^1^~serving~^245^1^ ~06503~^1^1^~cup~^245^1^ ~06503~^2^1^~serving~^245^1^ ~06504~^1^1^~cup~^245^1^ ~06504~^2^1^~serving~^245^1^ ~06505~^1^1^~cup~^245^1^ ~06505~^2^1^~serving~^245^1^ ~06507~^1^1^~cup~^245^1^ ~06507~^2^1^~serving~^245^1^ ~06508~^1^1^~cup~^245^1^ ~06508~^2^1^~serving~^245^1^ ~06509~^1^1^~cup~^245^1^ ~06509~^2^1^~serving~^245^1^ ~06513~^1^1^~cup~^245^1^ ~06513~^2^1^~serving~^245^1^ ~06514~^1^1^~cup~^245^1^ ~06514~^2^1^~serving~^245^1^ ~06516~^1^1^~cup~^245^1^ ~06516~^2^1^~serving~^245^1^ ~06517~^1^1^~cup~^245^1^ ~06517~^2^1^~serving~^245^1^ ~06519~^1^1^~cup~^245^1^ ~06519~^2^1^~serving~^245^1^ ~06521~^1^1^~cup~^245^1^ ~06521~^2^1^~serving~^245^1^ ~06525~^1^1^~cup~^245^1^ ~06525~^2^1^~serving~^245^1^ ~06528~^1^1^~cup~^245^^ ~06529~^1^1^~cup~^245^1^ ~06529~^2^1^~serving~^245^1^ ~06531~^1^1^~serving~^245^1^ ~06531~^2^1^~cup~^245^1^ ~06532~^1^1^~cup~^245^1^ ~06532~^2^1^~serving~^245^1^ ~06533~^1^1^~cup~^245^1^ ~06533~^2^1^~serving~^245^1^ ~06535~^1^1^~cup~^245^1^ ~06535~^2^1^~serving~^245^1^ ~06537~^1^1^~cup~^245^1^ ~06537~^2^1^~serving~^245^1^ ~06540~^1^1^~cup~^245^1^ ~06540~^2^1^~serving~^245^1^ ~06541~^1^1^~cup~^245^1^ ~06541~^2^1^~serving~^245^1^ ~06542~^1^1^~cup~^245^1^ ~06542~^2^1^~serving~^245^1^ ~06543~^1^1^~cup~^245^1^ ~06543~^2^1^~serving~^245^1^ ~06544~^1^1^~cup~^245^1^ ~06544~^2^1^~serving~^245^1^ ~06545~^1^1^~cup~^245^1^ ~06545~^2^1^~serving~^245^1^ ~06546~^1^1^~cup~^245^1^ ~06546~^2^1^~serving~^245^1^ ~06547~^1^1^~cup (8 fl oz)~^244^^ ~06547~^2^1^~can (10.75 oz), prepared~^593^^ ~06548~^1^1^~cup~^245^1^ ~06548~^2^1^~serving~^245^1^ ~06549~^1^1^~cup (8 fl oz)~^244^^ ~06549~^2^1^~can (10.75 oz), prepared~^593^^ ~06550~^1^1^~cup~^245^1^ ~06550~^2^1^~serving~^245^1^ ~06553~^1^1^~cup~^245^1^ ~06553~^2^1^~serving~^245^1^ ~06554~^1^1^~cup~^245^1^ ~06554~^2^1^~serving~^245^1^ ~06556~^1^1^~cup~^245^1^ ~06556~^2^1^~serving~^245^1^ ~06558~^1^1^~cup (8 fl oz)~^247^^ ~06558~^2^1^~can (11 oz), prepared~^600^^ ~06559~^1^1^~serving 1 cup~^248^^ ~06559~^2^1^~fl oz~^31.0^^ ~06578~^1^1^~cup~^245^1^ ~06578~^2^1^~serving~^245^1^ ~06580~^1^1^~cup~^245^1^ ~06580~^2^1^~serving~^245^1^ ~06583~^1^1^~serving~^43^^ ~06583~^2^1^~package~^85^^ ~06584~^1^1^~can 10.7 oz (10.75 oz)~^303^^ ~06584~^2^1^~serving 1/2 cup~^121^^ ~06585~^1^1^~serving~^305^1^ ~06585~^2^1^~container~^305^1^ ~06586~^1^1^~serving~^305^1^ ~06586~^2^1^~container~^305^1^ ~06587~^1^1^~serving~^305^1^ ~06587~^2^1^~container~^305^1^ ~06589~^1^1^~serving~^305^1^ ~06589~^2^1^~container~^305^1^ ~06590~^1^1^~serving~^305^1^ ~06590~^2^1^~container~^305^1^ ~06592~^1^1^~serving~^305^1^ ~06592~^2^1^~container~^305^1^ ~06593~^1^1^~serving~^305^1^ ~06593~^2^1^~container~^305^1^ ~06594~^1^1^~serving~^305^1^ ~06594~^2^1^~container~^305^1^ ~06595~^1^1^~serving~^305^1^ ~06595~^2^1^~container~^305^1^ ~06596~^1^1^~serving~^305^1^ ~06596~^2^1^~container~^305^1^ ~06597~^1^1^~serving~^32^1^ ~06597~^2^2^~tbsp~^32^1^ ~06598~^1^1^~serving~^32^1^ ~06598~^2^2^~tbsp~^32^1^ ~06599~^1^.25^~cup~^60^1^ ~06599~^2^1^~serving~^60^1^ ~06600~^1^1^~serving~^16^1^ ~06600~^2^2^~tbsp~^16^1^ ~06601~^1^1^~serving~^32^1^ ~06601~^2^2^~tbsp~^32^1^ ~06602~^1^1^~serving~^32^1^ ~06602~^2^2^~tbsp~^32^1^ ~06603~^1^1^~serving~^32^1^ ~06603~^2^2^~tbsp~^32^1^ ~06604~^1^1^~tbsp~^16^1^ ~06604~^2^1^~serving~^16^1^ ~06605~^1^1^~serving~^32^1^ ~06605~^2^2^~tbsp~^32^1^ ~06609~^1^1^~cup~^235^1^ ~06609~^2^1^~serving~^235^1^ ~06615~^1^1^~cup~^235^1^ ~06615~^2^1^~serving~^235^1^ ~06617~^1^1^~cup~^245^1^ ~06617~^2^1^~serving~^245^1^ ~06725~^1^1^~package yields~^539^^ ~06725~^2^1^~serving~^240^^ ~06726~^1^1^~package yields~^539^^ ~06726~^2^1^~serving~^240^^ ~06728~^1^1^~package yields~^539^^ ~06728~^2^1^~serving~^240^^ ~06729~^1^1^~package yields~^539^^ ~06729~^2^1^~serving~^240^^ ~06730~^1^1^~package yields~^539^^ ~06730~^2^1^~serving~^243^^ ~06731~^1^1^~package yields~^326^^ ~06731~^2^1^~serving~^135^^ ~06733~^1^1^~package yields~^312^^ ~06733~^2^1^~serving~^127^^ ~06734~^1^1^~package yields~^298^^ ~06734~^2^1^~serving~^125^^ ~06736~^1^1^~package yields~^305^^ ~06736~^2^1^~serving~^126^^ ~06738~^1^1^~package yields~^326^^ ~06738~^2^1^~serving~^135^^ ~06739~^1^1^~package yields~^298^^ ~06739~^2^1^~serving~^136^^ ~06740~^1^1^~package yields~^454^^ ~06740~^2^1^~serving~^240^^ ~06742~^1^1^~package yields~^292^^ ~06742~^2^1^~serving~^292^^ ~06749~^1^1^~package yields~^539^^ ~06749~^2^1^~serving~^243^^ ~06930~^1^.25^~cup~^63^^ ~06931~^1^1^~serving 1/2 cup~^128^23^2.435 ~06931~^2^1^~cup~^257^^ ~06932~^1^1^~serving 1/2 cup~^130^1^ ~06956~^1^1^~can 10.7 oz~^303^^ ~06956~^2^1^~serving 1/2 cup~^121^^ ~06957~^1^1^~package~^454^^ ~06957~^2^1^~serving~^6.7^^ ~06958~^1^1^~serving~^6.7^^ ~06958~^2^1^~package (16 oz)~^454^^ ~06959~^1^1^~serving~^6.7^^ ~06959~^2^1^~package (16 oz)~^454^^ ~06961~^1^1^~cup~^245^^ ~06961~^2^1^~tbsp~^15^^ ~06962~^1^1^~cup~^245^^ ~06962~^2^1^~tbsp~^15^^ ~06963~^1^1^~cup~^244^^ ~06963~^2^1^~fl oz~^30.5^^ ~06964~^1^1^~serving 1 cup~^248^^ ~06964~^2^1^~fl oz~^31.0^^ ~06965~^1^1^~cup~^259^^ ~06965~^2^1^~fl oz~^32.4^^ ~06966~^1^1^~serving 1 cup~^248^^ ~06966~^2^1^~fl oz~^31.0^^ ~06967~^1^1^~cup~^253^^ ~06968~^1^1^~cup~^244^^ ~06968~^2^1^~can (10.75 oz)~^305^^ ~06969~^1^1^~serving 1/3 cup~^39^^ ~06970~^1^1^~cup~^240^^ ~06971~^1^1^~cup~^275^^ ~06971~^2^1^~tbsp~^17^^ ~06972~^1^1^~cup~^273^^ ~06972~^2^1^~packet~^6.0^^ ~06973~^1^1^~cup~^273^^ ~06973~^2^1^~tbsp~^17^^ ~06974~^1^1^~cup~^241^^ ~06975~^1^1^~serving 2 tbsp~^35^5^1.087 ~06975~^2^1^~cup~^250^1^ ~06976~^1^1^~serving 1/2 cup~^128^1^ ~06976~^2^1^~cup~^257^1^ ~06977~^1^1^~cup~^236^^ ~06978~^1^1^~cup~^251^^ ~06979~^1^1^~cup~^288^^ ~06979~^2^1^~tbsp~^18^^ ~06980~^1^1^~cup~^240^^ ~06981~^1^1^~tsp~^2.6^^ ~06981~^2^1^~cube~^3.6^^ ~06982~^1^1^~serving~^43^^ ~06982~^2^1^~package~^85^^ ~06983~^1^1^~serving~^43^^ ~06983~^2^1^~package~^85^^ ~06984~^1^1^~serving 1 cup 8 oz~^227^1^ ~06985~^1^1^~serving 1/4 cup 2 oz~^57^1^ ~06986~^1^1^~serving 1/2 cup~^126^1^ ~06987~^1^1^~serving 1/2 cup~^124^1^ ~06988~^1^1^~serving 1/2 cup~^124^1^ ~06989~^1^1^~serving 1/2 cup~^126^1^ ~06990~^1^1^~serving 1/2 cup~^120^1^ ~06991~^1^1^~serving 1/2 cup~^124^1^ ~06992~^1^1^~serving 1/2 cup~^126^1^ ~06994~^1^1^~serving 1/2 cup~^130^1^ ~06995~^1^1^~serving 1/2 cup~^125^1^ ~06996~^1^.25^~cup~^59^1^ ~06997~^1^.25^~cup~^59^1^ ~06998~^1^.25^~cup~^59^1^ ~06999~^1^.25^~cup~^59^1^ ~07001~^1^1^~oz~^28.35^^ ~07001~^2^1^~slice (5-7/8" x 3-1/2" x 1/16")~^23^^ ~07002~^1^2^~oz~^56^1^ ~07003~^1^1^~slice (4" dia x 1/8" thick)~^23^^ ~07003~^2^1^~slice (2-3/4" dia x 1/16")~^6.0^^ ~07004~^1^1^~slice~^23^^ ~07004~^2^1^~oz~^28.35^^ ~07005~^1^4^~slices~^100^1^ ~07006~^1^1^~sausage~^91^1^ ~07007~^1^1^~serving~^28^2^ ~07007~^2^1^~slice~^28^2^ ~07008~^1^3.527^~oz~^100^2^ ~07010~^1^1^~slice, medium (4-1/2" dia x 1/8" thick) (1 oz)~^28^^ ~07010~^2^1^~slice (4" dia x 1/8" thick)~^23^^ ~07011~^1^.99^~oz 1 serving~^28^^0 ~07011~^2^1^~serving~^28^^ ~07011~^3^1^~package~^454^^ ~07013~^1^1^~link cooked~^85^1^ ~07014~^1^1^~oz~^28.35^^ ~07014~^2^1^~slice (2-1/2" dia x 1/4" thick)~^18^^ ~07015~^1^1^~link~^70^^ ~07016~^1^2.33^~links~^100^1^ ~07017~^1^2^~slices (1 serving)~^57^^ ~07017~^2^1^~package~^170^^ ~07017~^3^3.53^~slices~^100^^ ~07018~^1^1^~serving (1 serving)~^56^^ ~07019~^1^1^~oz~^28.35^^ ~07019~^2^1^~link (4" long)~^60^^ ~07020~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07020~^2^2^~slices~^57^^ ~07021~^1^1^~slice~^38^^ ~07022~^1^1^~frankfurter (5 in long X 3/4 in dia, 10 per lb)~^45^^ ~07022~^2^1^~frankfurter (5 in long x 7/8 in dia, 8 per lb)~^57^^ ~07023~^1^1^~frankfurter~^45^1^ ~07024~^1^1^~link~^45^22^9.062 ~07025~^1^1^~oz~^28.35^^ ~07025~^2^1^~frankfurter~^45^^ ~07026~^1^1^~oz~^28.35^^ ~07026~^2^1^~slice (4-1/4" x 4-1/4" x 1/16")~^21^^ ~07027~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07027~^2^1^~slice (4-1/4" x 4-1/4" x 1/16")~^21^^ ~07028~^1^1^~slice oval~^27^10^2.875 ~07028~^2^1^~slice rectangle~^24^20^4.669 ~07028~^3^1^~package, 2.5 oz 1 NLEA serving~^71^4^0 ~07029~^1^56^~grams 1 serving~^56^^ ~07029~^2^1^~slice~^28^^ ~07030~^1^1^~oz~^28.35^^ ~07030~^2^1^~slice (4-1/4" x 4-1/4" x 1/16")~^21^^ ~07031~^1^1^~tbsp~^15.0^^ ~07031~^2^1^~oz~^28.35^^ ~07032~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07032~^2^2^~slices~^57^^ ~07033~^1^1^~tbsp~^15.0^^ ~07033~^2^1^~oz~^28.35^^ ~07034~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07034~^2^45^~g~^45^1^ ~07035~^1^2^~slices (1 serving)~^57^^ ~07035~^2^1^~slice~^28^^ ~07035~^3^3.53^~slices~^100^^ ~07036~^1^1^~link, 4/lb~^113^^ ~07036~^2^1^~link, 5/lb~^91^^ ~07037~^1^1^~link~^75^4^0 ~07037~^2^1^~ring~^467^6^6.274 ~07038~^1^1^~link~^72^^ ~07038~^2^1^~oz~^28.35^^ ~07039~^1^1^~serving 2 slices~^57^^ ~07039~^2^1^~oz~^28.35^^ ~07039~^3^2^~oz~^57^1^ ~07040~^1^1^~oz~^28.35^^ ~07040~^2^1^~slice~^38^^ ~07041~^1^1^~slice (2-1/2" dia x 1/4" thick)~^18^^ ~07041~^2^1^~oz~^28.35^^ ~07042~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07042~^2^2^~slices~^57^^ ~07043~^1^1^~slice oval~^9.3^24^1.316 ~07043~^2^1^~slice rectangle~^13.8^12^1.843 ~07044~^1^1^~serving~^45^6^3.447 ~07044~^2^1^~can~^830^6^3.01 ~07045~^1^1^~oz~^28.35^^ ~07045~^2^1^~slice (4-1/4" x 4-1/4" x 1/16")~^21^^ ~07047~^1^1^~slice (1 oz)~^28^^ ~07047~^2^1^~slice (4" x 4" x 3/32" thick)~^57^^ ~07050~^1^1^~oz~^28.35^^ ~07050~^2^1^~slice (15 per 8 oz package)~^15.0^^ ~07051~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07051~^2^2^~slices~^57^^ ~07052~^1^1^~package (8 oz)~^227^^ ~07052~^2^2^~slices~^57^^ ~07053~^1^1^~tbsp~^13.0^^ ~07053~^2^1^~oz~^28.35^^ ~07054~^1^1^~tbsp~^13.0^^ ~07054~^2^1^~oz~^28.35^^ ~07055~^1^1^~tbsp~^13.0^^ ~07055~^2^1^~oz~^28.35^^ ~07056~^1^3.52^~slices~^100^1^ ~07057~^1^1^~slice round~^2.0^38^.172 ~07057~^2^1^~oz~^28^^ ~07057~^3^3.527^~oz~^100^^0 ~07058~^1^1^~slice~^38^6^0 ~07058~^2^2^~slices~^57^^ ~07059~^1^1^~sausage (10" long x 1-1/4" dia)~^227^^ ~07059~^2^1^~oz~^28.35^^ ~07060~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07060~^2^2^~slices~^57^^ ~07061~^1^1^~oz~^28.35^^ ~07061~^2^1^~slice (4-1/4" x 4-1/4" x 1/16")~^21^^ ~07062~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~07062~^2^2^~slices~^57^^ ~07065~^1^1^~link (raw dimensions: 4" long x 7/8" dia), cooked~^13.0^^ ~07065~^2^1^~patty, cooked (raw dimensions: 3-7/8" dia x 1/4" thick)~^27^^ ~07066~^1^1^~cup~^128^^ ~07067~^1^1^~tbsp~^13.0^^ ~07067~^2^1^~oz~^28.35^^ ~07068~^1^1^~slice~^26^2^ ~07068~^2^1^~oz~^28.35^1^ ~07069~^1^1^~slice round~^12.3^40^12.725 ~07070~^1^1^~serving~^28^1^ ~07071~^1^1^~package (4 oz)~^113^^ ~07071~^2^1^~slice (3-1/8" dia x 1/16" thick)~^10.0^^ ~07072~^1^3^~slices 1 serving~^27^1^ ~07072~^2^1^~oz~^28^1^ ~07073~^1^1^~tbsp~^15.0^^ ~07073~^2^1^~oz~^28.35^^ ~07074~^1^1^~link (4" long x 1-1/8" dia)~^68^^ ~07074~^2^1^~link, little (2" long x 3/4" dia)~^16^^ ~07075~^1^16^~oz~^454^1^ ~07076~^1^1^~link (4" long x 1-1/8" dia)~^68^^ ~07076~^2^2^~oz~^57^1^ ~07076~^3^1^~link, little (2" long x 3/4" dia)~^16^^ ~07077~^1^1^~link (4" long x 1-1/8" dia)~^68^^ ~07077~^2^1^~link, little (2" long x 3/4" dia)~^16^^ ~07078~^1^2^~oz 1 serving~^56^4^0 ~07079~^1^1^~serving~^33^6^13.064 ~07079~^2^1^~slice (3-1/2" square; 8 per 6 oz package)~^21^^ ~07080~^1^.99^~oz 1 serving~^28^2^ ~07080~^2^1^~serving~^28^1^ ~07080~^3^1.94^~oz 2 servings~^55^2^ ~07081~^1^1^~slice oval~^26^16^6.177 ~07081~^2^1^~slice rectangle~^29^10^2.198 ~07082~^1^1^~oz~^28.35^^ ~07082~^2^2^~slices~^57^^ ~07083~^1^1^~sausage (7/8" dia x 2" long)~^16^^ ~07083~^2^7^~sausages (drained contents from can, net wt 4 oz)~^113^^ ~07088~^1^1^~slice (4" dia x 1/8" thick)~^23^^ ~07088~^2^1^~oz~^28.35^^ ~07089~^1^1^~link, 4/lb~^83^^ ~07089~^2^1^~link, 5/lb~^67^^ ~07090~^1^1^~slice (4" dia x 1/8" thick)~^23^^ ~07090~^2^1^~oz~^28.35^^ ~07091~^1^1^~slice (4" dia x 1/8" thick)~^23^^ ~07091~^2^1^~oz~^28.35^^ ~07200~^1^1^~serving~^28^^ ~07201~^1^1^~serving (1 slice)~^28^^ ~07202~^1^1^~serving (1 slice)~^28^^ ~07203~^1^1^~serving~^28^^ ~07205~^1^1^~serving (1 slice)~^28^^ ~07206~^1^1^~serving~^56^^ ~07207~^1^1^~serving (1 slice)~^28^^ ~07208~^1^1^~serving~^56^^ ~07209~^1^1^~serving (4 slices)~^52^^ ~07210~^1^1^~serving~^52^^ ~07210~^2^1^~slice~^13.0^^ ~07211~^1^1^~serving~^28^^ ~07212~^1^1^~serving (1 slice)~^28^^ ~07213~^1^1^~serving (3 slices)~^63^^ ~07214~^1^1^~serving~^63^^ ~07214~^2^1^~slice~^21^^ ~07215~^1^1^~serving~^63^^ ~07215~^2^1^~slice~^21^^ ~07216~^1^1^~serving~^63^^ ~07216~^2^1^~slice~^21^^ ~07217~^1^1^~serving~^47^^ ~07217~^2^1^~slice~^16^^ ~07218~^1^1^~serving~^28^^ ~07220~^1^1^~slice~^38^1^ ~07221~^1^1^~serving~^28^^ ~07222~^1^1^~serving~^28^^ ~07223~^1^1^~serving~^28^^ ~07224~^1^1^~serving~^28^^ ~07225~^1^1^~serving 2 links~^48^^ ~07225~^2^1^~link~^24^^ ~07226~^1^1^~serving 2 slices~^46^^ ~07226~^2^1^~slice~^23^^ ~07227~^1^1^~serving 2 slices~^46^^ ~07227~^2^1^~slice~^23^^ ~07228~^1^1^~serving 2 slices~^46^^ ~07228~^2^1^~slice~^23^^ ~07229~^1^1^~serving 3 slices~^27^^ ~07229~^2^1^~slice~^9.0^^ ~07230~^1^1^~serving 3 slices~^27^^ ~07230~^2^1^~slice~^9.0^^ ~07231~^1^1^~serving~^30^^ ~07232~^1^1^~serving~^43^^ ~07233~^1^1^~serving (1 link)~^43^^ ~07234~^1^1^~serving~^43^^ ~07235~^1^1^~link~^9.0^^ ~07235~^2^1^~serving~^57^^ ~07236~^1^1^~link~^9.0^^ ~07236~^2^1^~serving~^57^^ ~07237~^1^1^~serving 2 slices~^46^^ ~07237~^2^1^~slice~^23^^ ~07238~^1^1^~serving 2 slices~^46^^ ~07238~^2^1^~slice~^23^^ ~07239~^1^1^~serving 4 slices~^52^^ ~07239~^2^1^~slice~^13.0^^ ~07240~^1^1^~serving (1 link)~^45^^ ~07241~^1^1^~serving~^45^^ ~07242~^1^1^~serving (1 link)~^57^^ ~07243~^1^1^~serving~^50^^ ~07244~^1^1^~serving~^57^^ ~07245~^1^1^~serving~^45^^ ~07246~^1^1^~serving~^50^^ ~07247~^1^1^~serving~^57^^ ~07248~^1^1^~piece~^9.0^^ ~07248~^2^1^~serving~^57^^ ~07249~^1^1^~serving~^45^^ ~07249~^2^1^~slice~^22^^ ~07250~^1^1^~serving~^28^^ ~07251~^1^1^~serving~^28^^ ~07252~^1^1^~serving~^45^^ ~07253~^1^1^~serving~^45^^ ~07254~^1^1^~serving~^14.0^^ ~07255~^1^1^~serving~^28^^ ~07256~^1^1^~serving~^28^^ ~07257~^1^1^~serving~^28^^ ~07258~^1^1^~serving~^56^^ ~07259~^1^1^~serving~^28^^ ~07260~^1^1^~serving~^56^^ ~07261~^1^1^~serving~^45^^ ~07261~^2^1^~slice~^22^^ ~07262~^1^1^~serving~^56^^ ~07264~^1^1^~serving~^28^^ ~07265~^1^1^~piece~^28^^ ~07265~^2^1^~serving~^85^^ ~07266~^1^1^~serving~^28^^ ~07267~^1^1^~serving~^28^^ ~07268~^1^1^~serving~^56^^ ~07269~^1^1^~serving~^56^^ ~07270~^1^1^~package~^71^^ ~07270~^2^1^~serving 2 oz~^57^^ ~07271~^1^1^~serving 2 oz~^57^^ ~07271~^2^1^~package~^71^^ ~07272~^1^1^~serving 2 oz~^57^^ ~07272~^2^1^~package~^71^^ ~07273~^1^1^~serving 2 oz~^57^^ ~07273~^2^1^~package~^71^^ ~07274~^1^1^~serving 2 oz~^57^^ ~07274~^2^1^~package~^71^^ ~07275~^1^1^~serving 2 oz~^57^^ ~07275~^2^1^~package~^71^^ ~07276~^1^1^~serving 2 oz~^56^^ ~07276~^3^1^~oz~^28^^ ~07277~^1^1^~serving 2 oz~^56^^ ~07277~^2^1^~oz~^28^^ ~07278~^1^1^~serving~^30^^ ~07279~^1^1^~frankfurter~^56^^ ~07900~^1^1^~lb 16 oz~^453.6^^ ~07905~^1^1^~frank 1 NLEA serving~^57^1^ ~07906~^1^2^~oz 1 NLEA serving~^56^1^ ~07908~^1^2^~oz 1 NLEA serving~^56^1^ ~07909~^1^2^~oz (1 serving)~^56^^ ~07910~^1^1^~serving 2.96 oz~^84^^ ~07911~^1^.25^~cup~^55^1^ ~07912~^1^1^~serving .25 cup~^57^^ ~07913~^1^3.527^~oz~^100^^ ~07914~^1^1^~link 3 oz~^84^^ ~07915~^1^1^~serving 5 pieces~^55^^ ~07915~^2^5^~pieces~^55^^ ~07916~^1^1^~serving 2.67 oz~^76^^ ~07917~^1^12^~oz serving 2.7 oz~^77^^ ~07918~^1^1^~oz~^28.35^^ ~07919~^1^2^~oz, 2 links~^56^^ ~07920~^1^1^~serving 2.7 oz~^77^^ ~07921~^1^1^~oz~^28^^ ~07922~^1^1^~serving 2.33 oz~^66^^ ~07923~^1^1^~serving 2.96 oz~^84^^ ~07924~^1^1^~serving 2.33 oz~^66^^ ~07925~^1^1^~serving 6 slices~^57^^ ~07926~^1^1^~oz~^28^^ ~07927~^1^1^~serving 2 oz~^56^^ ~07928~^1^1^~link~^84^^ ~07929~^1^2^~oz~^56^^ ~07930~^1^1^~serving 2 oz~^56^^ ~07931~^1^1^~serving 2 oz~^56^^ ~07932~^1^1^~serving 2 slices~^42^^ ~07933~^1^1^~serving 2 slices~^42^^ ~07934~^1^1^~serving 2 oz~^56^^ ~07935~^1^1^~serving 2 oz~^56^^ ~07936~^1^1^~serving 2 oz~^56^^ ~07937~^1^1^~oz~^28.35^1^ ~07938~^1^1.94^~oz (1 serving)~^55^^ ~07939~^1^1^~link~^76^^ ~07940~^1^1^~slice~^38^^ ~07941~^1^1^~serving 5 slices~^28^^ ~07942~^1^1^~serving 2 oz~^56^^ ~07943~^1^1^~slice~^28^^ ~07944~^1^1.69^~oz (1 serving)~^48^1^ ~07945~^1^1^~serving~^52^^ ~07949~^1^1^~serving (1 hot dog)~^52^^ ~07950~^1^1^~serving (1 hot dog)~^52^^ ~07951~^1^1^~cubic inch~^17^1^ ~07951~^2^1^~oz cooked,~^25^1^ ~07951~^3^2^~oz~^56^3^0 ~07952~^1^1^~serving~^28^2^ ~07952~^2^1^~slice~^28^2^ ~07959~^1^1^~serving~^28^3^0 ~07959~^2^1^~slice~^28^3^0 ~07960~^1^1^~serving~^28^1^ ~07960~^2^1^~slice~^28^1^ ~08001~^1^.5^~cup (1 NLEA serving)~^31^^ ~08002~^1^1^~cup (1 NLEA serving)~^32^^ ~08002~^2^1^~box, single serving (.75 oz)~^21^^ ~08003~^1^1^~cup ( 1 NLEA serving)~^33^^ ~08005~^1^.333^~cup (1 NLEA serving)~^30^^ ~08010~^1^.75^~cup (1 NLEA serving)~^27^1^ ~08011~^1^.75^~cup (1 NLEA serving)~^26^^ ~08012~^1^.75^~cup (1 NLEA serving)~^27^^ ~08013~^1^1^~cup (1 NLEA serving)~^28^^ ~08014~^1^.75^~cup (1 NLEA serving)~^31^^ ~08015~^1^.75^~cup (1 NLEA serving)~^29^^ ~08015~^2^1^~cup~^32^^ ~08015~^3^1^~oz~^28.35^^ ~08015~^4^1^~box, single serving (.75 oz)~^21^^ ~08017~^1^1^~cup~^30^^ ~08017~^2^1^~oz~^28.35^^ ~08018~^1^.75^~cup (1 NLEA serving)~^27^^ ~08019~^1^1^~cup (1 NLEA serving)~^31^^ ~08020~^1^1^~cup (1 NLEA serving)~^28^^ ~08022~^1^1^~cup~^25^^ ~08022~^2^1^~oz~^28.35^^ ~08023~^1^.75^~cup (1 NLEA serving)~^49^1^ ~08025~^1^1^~serving (NLEA serving size = 1.25 cup)~^33^^ ~08025~^2^1^~cup~^28^3^2.722 ~08026~^1^1^~cup (1 NLEA serving)~^55^^ ~08028~^1^.75^~cup (1 NLEA serving)~^29^^ ~08029~^1^.75^~cup (1 NLEA serving)~^30^^ ~08030~^1^1^~cup (1 NLEA serving)~^30^^ ~08031~^1^5^~biscuits (1 NLEA serving)~^51^1^ ~08032~^1^.75^~cup (1 NLEA serving)~^30^^ ~08034~^1^.75^~cup (1 NLEA serving)~^27^^ ~08034~^2^1^~box, single serving (.75 oz)~^21^^ ~08035~^1^.75^~cup (1 NLEA serving)~^30^^ ~08037~^1^1^~cup~^122^^ ~08037~^2^1^~oz~^28.35^^ ~08038~^1^.5^~cup (1 NLEA serving)~^58^^ ~08038~^2^1^~cup~^115^4^3.293 ~08039~^1^.75^~cup (1 NLEA serving)~^29^^ ~08039~^2^1^~box, single serving (.75 oz)~^21^^ ~08045~^1^.75^~cup (1 NLEA serving)~^28^1^ ~08046~^1^1.333^~cup (1 NLEA serving)~^29^^ ~08047~^1^1.5^~cup (1 NLEA serving)~^31^1^ ~08048~^1^1.25^~cup (1 NLEA serving)~^30^^ ~08048~^2^1^~cup~^24^4^.81 ~08049~^1^.75^~cup (1 NLEA serving)~^32^^ ~08050~^1^.75^~cup (1 NLEA serving)~^27^^ ~08050~^2^1^~cup~^35^4^2.513 ~08053~^1^.333^~cup (1 NLEA serving)~^29^^ ~08054~^1^.5^~cup (1 NLEA serving)~^48^1^ ~08057~^1^.75^~cup (1 NLEA serving)~^32^^ ~08058~^1^1^~cup (1 NLEA serving)~^30^^ ~08059~^1^1^~cup (1 NLEA serving)~^27^^ ~08060~^1^1^~cup ( 1 NLEA serving)~^59^^ ~08061~^1^1^~cup~^56^^ ~08061~^2^1^~oz~^28.35^^ ~08061~^4^1^~cup (1 NLEA serving)~^59^^ ~08064~^1^1^~cup (1 NLEA serving)~^27^1^ ~08065~^1^1.25^~cup (1 NLEA serving)~^33^^ ~08065~^2^1^~cup~^28^4^1.348 ~08066~^1^1^~cup (1 NLEA serving)~^14.0^^ ~08067~^1^1^~cup (1 NLEA serving)~^31^^ ~08068~^1^1^~cup (1 NLEA serving)~^31^^ ~08069~^1^.75^~cup ( 1 NLEA serving)~^30^^ ~08069~^2^1^~cup~^39^4^6.022 ~08071~^1^.75^~cup (1 NLEA serving)~^27^^ ~08073~^1^.75^~cup (1 NLEA serving)~^27^^ ~08074~^1^1^~serving (NLEA serving size = 1 cup)~^30^^ ~08074~^2^1^~cup~^28^3^.929 ~08076~^1^1^~cup (1 NLEA serving)~^28^^ ~08076~^2^1^~box, single serving (.75 oz)~^21^^ ~08077~^1^.75^~cup (1 NLEA serving)~^30^^ ~08078~^1^1^~cup (1 NLEA serving)~^32^1^ ~08079~^1^1^~cup~^30^^ ~08079~^2^1^~oz~^28.35^^ ~08081~^1^1^~cup~^52^^ ~08082~^1^.75^~cup (1 NLEA serving)~^47^1^ ~08083~^1^1^~cup~^31^^ ~08084~^1^1^~cup~^113^^ ~08084~^2^1^~oz~^28.35^^ ~08085~^1^1.667^~tbsp (1 NLEA serving)~^14.0^^ ~08086~^1^.75^~cup (1 NLEA serving)~^31^1^ ~08087~^1^1^~cup~^30^^ ~08088~^1^.75^~cup (1 NLEA serving)~^27^1^ ~08089~^1^.75^~cup (1 NLEA serving)~^27^^ ~08090~^1^1^~cup~^156^^ ~08090~^2^1^~tbsp~^9.7^^ ~08091~^1^1^~cup~^242^^ ~08091~^2^1^~tbsp~^15^^ ~08091~^3^.75^~cup~^182^^ ~08092~^1^1^~packet~^28^^ ~08093~^1^1^~cup~^245^^ ~08093~^2^1^~tbsp~^15^^ ~08093~^3^1^~packet, prepared~^137^^ ~08094~^1^1^~packet~^28^^ ~08095~^1^1^~packet~^28^^ ~08095~^2^1^~packet, prepared~^142^^ ~08096~^1^1^~packet~^28^^ ~08097~^1^1^~packet, prepared~^141^^ ~08100~^1^.25^~cup (1 NLEA serving)~^46^^ ~08101~^1^1^~cup~^244^^ ~08101~^2^1^~tbsp~^15^^ ~08101~^3^.75^~cup~^183^^ ~08102~^1^1^~cup~^173^^ ~08102~^2^1^~tbsp~^10.6^^ ~08103~^1^1^~cup~^251^^ ~08103~^2^1^~tbsp~^16^^ ~08103~^3^.75^~cup~^188^^ ~08104~^1^1^~cup~^176^^ ~08104~^2^1^~tbsp~^11.0^^ ~08105~^1^1^~cup~^239^^ ~08105~^2^1^~tbsp~^14.9^^ ~08105~^3^.75^~cup~^179^^ ~08106~^1^1^~cup~^178^^ ~08106~^2^1^~tbsp~^11.5^^ ~08107~^1^1^~cup~^241^^ ~08107~^2^1^~tbsp~^15^^ ~08107~^3^.75^~cup~^181^^ ~08108~^1^1^~packet~^28^^ ~08109~^1^1^~packet, prepared~^142^^ ~08110~^1^1^~packet~^35^^ ~08111~^1^1^~packet, prepared~^150^^ ~08112~^1^1^~cup~^176^^ ~08112~^2^1^~tbsp~^10.9^^ ~08113~^1^1^~cup~^233^^ ~08113~^2^1^~tbsp~^14.6^^ ~08113~^3^.75^~cup~^175^^ ~08114~^1^1^~cup~^151^^ ~08114~^2^.25^~cup~^38^^ ~08115~^1^1^~cup~^249^^ ~08115~^2^1^~tbsp~^16^^ ~08115~^3^.75^~cup~^187^^ ~08116~^1^1^~cup~^165^^ ~08116~^2^1^~tbsp~^10.3^^ ~08118~^1^1^~cup~^94^^ ~08118~^2^.5^~cup~^47^^ ~08119~^1^1^~cup~^240^^ ~08119~^2^1^~tbsp~^15.0^^ ~08119~^3^.75^~cup~^180^^ ~08120~^1^1^~cup~^81^^ ~08120~^2^.333^~cup~^27^^ ~08121~^1^1^~cup~^234^^ ~08121~^2^1^~tbsp~^14.6^^ ~08121~^3^.75^~cup~^175^^ ~08122~^1^1^~packet~^28^^ ~08123~^1^1^~cup, cooked~^234^^ ~08123~^2^1^~cup, dry, yields~^501^^ ~08123~^4^1^~oz, dry, yields~^177^^ ~08123~^7^1^~packet, dry, yields~^177^^ ~08124~^1^1^~packet~^35^^ ~08125~^1^1^~packet, prepared~^149^^ ~08128~^1^1^~packet~^46^^ ~08129~^1^1^~cup~^240^^ ~08129~^2^1^~tbsp~^15.0^^ ~08129~^3^1^~packet, prepared~^161^^ ~08130~^1^1^~packet~^43^^ ~08131~^1^1^~packet, prepared~^155^^ ~08132~^1^1^~packet~^43^^ ~08133~^1^1^~cup~^240^^ ~08133~^2^1^~tbsp~^15.0^^ ~08133~^3^1^~packet, prepared~^158^^ ~08134~^1^1^~cup~^118^^ ~08134~^2^.25^~cup~^30^^ ~08135~^1^1^~cup~^253^^ ~08135~^2^1^~tbsp~^16^^ ~08135~^3^.75^~cup~^190^^ ~08136~^1^1^~cup~^93^^ ~08136~^2^1^~tbsp~^5.8^^ ~08136~^3^.333^~cup~^31^^ ~08137~^1^1^~cup~^241^^ ~08137~^2^.75^~cup~^181^^ ~08138~^1^1^~cup~^30^^ ~08139~^1^.75^~cup~^30^1^ ~08140~^1^.75^~cup~^27^^ ~08142~^1^1^~cup~^141^^ ~08142~^2^.25^~cup~^35^^ ~08143~^1^1^~cup~^243^^ ~08143~^2^.75^~cup~^182^^ ~08144~^1^1^~cup~^94^^ ~08144~^2^.333^~cup~^31^^ ~08145~^1^1^~cup~^242^^ ~08145~^2^.75^~cup~^182^^ ~08146~^1^1.25^~cup (1 NLEA serving)~^15.0^^ ~08147~^1^2^~biscuits (1 NLEA serving)~^46^^ ~08147~^2^1^~serving~^46^^ ~08147~^3^1^~biscuit oblong~^25^^ ~08147~^4^2^~biscuits round~^38^^ ~08148~^1^1^~cup (1 NLEA serving)~^49^^ ~08148~^2^1^~box, single serving (.875 oz)~^25^^ ~08155~^1^1^~cup~^240^^ ~08155~^2^.75^~cup~^180^^ ~08156~^1^1^~cup~^14.0^^ ~08156~^2^.5^~oz~^14.2^^ ~08157~^1^1^~cup~^12.0^^ ~08157~^2^.5^~oz~^14.2^^ ~08158~^1^1^~cup~^156^^ ~08158~^2^1^~tbsp~^9.7^^ ~08159~^1^1^~cup~^156^^ ~08159~^2^1^~tbsp~^9.7^^ ~08160~^1^1^~cup~^156^^ ~08160~^2^1^~tbsp~^9.7^^ ~08161~^1^1^~cup~^242^^ ~08161~^2^.75^~cup~^182^^ ~08162~^1^1^~cup~^242^^ ~08162~^2^.75^~cup~^182^^ ~08163~^1^1^~cup~^242^^ ~08163~^2^.75^~cup~^182^^ ~08164~^1^1^~cup~^242^^ ~08164~^2^.75^~cup~^182^^ ~08165~^1^1^~cup~^242^^ ~08165~^2^.75^~cup~^182^^ ~08166~^1^1^~cup~^242^^ ~08166~^2^.75^~cup~^182^^ ~08167~^1^1^~cup~^242^^ ~08167~^2^.75^~cup~^182^^ ~08168~^1^1^~cup~^244^^ ~08168~^2^.75^~cup~^183^^ ~08169~^1^1^~cup~^251^^ ~08169~^2^.75^~cup~^188^^ ~08170~^1^1^~cup~^239^^ ~08170~^2^.75^~cup~^179^^ ~08171~^1^1^~cup~^241^^ ~08171~^2^.75^~cup~^181^^ ~08172~^1^1^~cup~^176^^ ~08172~^2^1^~tbsp~^10.9^^ ~08173~^1^1^~cup~^233^^ ~08173~^2^.75^~cup~^175^^ ~08176~^1^1^~cup~^249^^ ~08176~^2^.75^~cup~^187^^ ~08177~^1^1^~cup~^165^^ ~08177~^2^1^~tbsp~^10.3^^ ~08179~^1^1^~cup~^240^^ ~08179~^2^.75^~cup~^180^^ ~08180~^1^1^~cup~^234^^ ~08180~^2^.75^~cup~^175^^ ~08181~^1^1^~cup~^241^^ ~08181~^2^.75^~cup~^181^^ ~08182~^1^1^~cup~^243^^ ~08182~^2^.75^~cup~^182^^ ~08183~^1^1^~cup~^242^^ ~08183~^2^.75^~cup~^182^^ ~08184~^1^1^~cup~^240^^ ~08184~^2^.75^~cup~^180^^ ~08185~^1^1^~cup~^253^^ ~08185~^2^.75^~cup~^190^^ ~08189~^1^.5^~cup (1 NLEA serving)~^49^1^ ~08190~^1^1^~cup (1 NLEA serving)~^55^^ ~08191~^1^1^~cup (1 NLEA serving)~^52^^ ~08192~^1^1.25^~cup (1 NLEA serving)~^55^^ ~08194~^1^.75^~cup (1 NLEA serving)~^29^^ ~08195~^1^1^~cup (1 NLEA serving)~^55^^ ~08200~^1^.5^~cup (1 NLEA serving)~^40^^ ~08202~^1^1^~cup (1 NLEA serving)~^60^^ ~08204~^1^1^~cup~^30^^ ~08206~^1^.75^~cup (1 NLEA serving)~^30^^ ~08210~^1^.75^~cup (1 NLEA serving)~^32^1^ ~08211~^1^.75^~cup (1 NLEA serving)~^27^^ ~08212~^1^.5^~cup (1 NLEA serving)~^57^^ ~08214~^1^1^~cup (1 NLEA serving)~^56^^ ~08215~^1^1^~cup (1 NLEA serving)~^60^1^ ~08216~^1^1.25^~cup~^57^^ ~08218~^1^.5^~cup (1 NLEA serving)~^51^^ ~08219~^1^1^~cup (1 NLEA serving)~^49^^ ~08220~^1^.67^~cup (1 NLEA serving)~^55^1^ ~08221~^1^1^~packet~^28^^ ~08225~^1^1^~packet~^35^^ ~08227~^1^1^~packet prepared~^193^^ ~08228~^1^1^~packet~^37^^ ~08229~^1^1^~packet~^28^^ ~08230~^1^.25^~cup (1 NLEA serving)~^44^^ ~08231~^1^.5^~cup (1 NLEA serving)~^40^^ ~08239~^1^.75^~cup (1 NLEA serving)~^27^1^ ~08242~^1^1^~cup (1 NLEA serving)~^55^^ ~08243~^1^1^~cup (1 NLEA serving)~^57^^ ~08244~^1^.5^~cup (1 NLEA serving)~^30^^ ~08245~^1^1^~cup (1 NLEA serving)~^62^^ ~08246~^1^1.333^~cup (1 NLEA serving)~^30^^ ~08247~^1^1^~cup (1 NLEA serving)~^55^^ ~08253~^1^.5^~cup (1 NLEA serving)~^26^1^ ~08254~^1^.75^~cup (1 NLEA serving)~^55^^ ~08258~^1^.75^~cup (1 NLEA serving)~^30^^ ~08259~^1^1^~cup (1 NLEA serving)~^29^^ ~08259~^2^1^~cup~^30^3^1.305 ~08261~^1^.75^~cup (1 NLEA serving)~^55^1^ ~08262~^1^1^~cup (1 NLEA serving)~^55^^ ~08263~^1^.75^~cup (1 NLEA serving)~^30^^ ~08267~^1^.75^~cup (1 NLEA serving)~^28^1^ ~08268~^1^1^~cup (1 NLEA serving)~^33^^ ~08269~^1^1^~cup (1 NLEA serving)~^30^^ ~08270~^1^.75^~cup (1 NLEA serving)~^27^^ ~08271~^1^.75^~cup (1 NLEA serving)~^27^^ ~08272~^1^.75^~cup (1 NLEA serving)~^31^^ ~08273~^1^1^~cup (1 NLEA serving)~^33^^ ~08274~^1^.75^~cup (1 NLEA serving)~^26^^ ~08277~^1^.667^~cup (1 NLEA serving)~^55^^ ~08278~^1^1.25^~cup (1 NLEA serving)~^30^^ ~08283~^1^.75^~cup (1 NLEA serving)~^53^^ ~08284~^1^.667^~cup (1 NLEA serving)~^60^^ ~08286~^1^.667^~cup (1 NLEA serving)~^55^^ ~08287~^1^.75^~cup (1 NLEA serving)~^55^^ ~08288~^1^.75^~cup (1 NLEA serving)~^30^^ ~08289~^1^1^~cup (1 NLEA serving)~^55^^ ~08290~^1^.75^~cup (1 NLEA serving)~^31^^ ~08293~^1^.75^~cup (1 NLEA serving)~^30^^ ~08294~^1^1^~cup (1 NLEA serving)~^33^^ ~08297~^1^1^~cup (1 NLEA serving)~^31^^ ~08298~^1^.75^~cup (1 NLEA serving)~^30^^ ~08299~^1^1^~cup~^34^^ ~08305~^1^1^~cup (1 NLEA serving)~^30^^ ~08309~^1^.75^~cup (1 NLEA serving)~^30^^ ~08314~^1^.25^~cup~^37^^ ~08315~^1^.25^~cup~^37^^ ~08316~^1^.25^~cup~^41^^ ~08318~^1^1^~cup (1 NLEA serving)~^50^^ ~08319~^1^24^~biscuit (1 NLEA serving)~^59^1^ ~08320~^1^1^~cup (1 NLEA serving)~^59^^ ~08321~^1^1.25^~cup (1 NLEA serving)~^55^^ ~08322~^1^.75^~cup (1 NLEA serving)~^30^^ ~08323~^1^.75^~cup (1 NLEA serving)~^29^^ ~08324~^1^.75^~cup (1 NLEA serving)~^27^^ ~08325~^1^1^~cup (1 NLEA serving)~^32^^ ~08326~^1^1^~cup (1 NLEA serving)~^29^^ ~08327~^1^1^~cup (1 NLEA serving)~^55^^ ~08328~^1^.75^~cup (1 NLEA serving)~^27^^ ~08330~^1^.75^~cup (1 NLEA serving)~^29^^ ~08331~^1^.667^~cup (1 NLEA serving)~^53^^ ~08332~^1^.667^~cup (1 NLEA serving)~^54^^ ~08334~^1^.75^~cup (1 NLEA serving)~^31^^ ~08335~^1^1.333^~cup (1 NLEA serving)~^29^^ ~08336~^1^.75^~cup (1 NLEA serving)~^27^^ ~08338~^1^1^~cup (1 NLEA serving)~^28^^ ~08339~^1^1^~cup (1 NLEA serving)~^52^^ ~08341~^1^1.25^~cup (1 NLEA serving)~^59^^ ~08342~^1^1^~cup (1 NLEA serving)~^49^^ ~08343~^1^.333^~cup (1 NLEA serving)~^29^^ ~08345~^1^.75^~cup (1 NLEA serving)~^47^1^ ~08346~^1^.75^~cup~^30^^ ~08347~^1^.75^~cup (1 NLEA serving)~^30^^ ~08348~^1^1^~cup (1 NLEA serving)~^33^^ ~08349~^1^1^~cup (1 NLEA serving)~^32^^ ~08350~^1^1^~cup (1 NLEA serving)~^30^^ ~08351~^1^1^~cup (1 NLEA serving)~^33^^ ~08352~^1^.75^~cup (1 NLEA serving)~^32^^ ~08353~^1^1^~cup (1 NLEA serving)~^60^^ ~08355~^1^1^~cup (1 NLEA serving)~^33^^ ~08360~^1^1^~cup~^49^^ ~08363~^1^.25^~cup (1 NLEA serving)~^16^^ ~08366~^1^1.67^~tablespoon~^14.0^^ ~08371~^1^1.33^~cup (1 NLEA serving)~^55^1^ ~08374~^1^.75^~cup~^30^1^ ~08375~^1^1^~cup (1 NLEA serving)~^30^1^ ~08376~^1^1^~cup (1 NLEA serving)~^30^1^ ~08379~^1^.75^~cup (1 NLEA serving)~^9.0^1^ ~08380~^1^1^~cup (1 NLEA serving)~^53^1^ ~08383~^1^1^~cup (1 NLEA serving)~^31^1^ ~08384~^1^30^~biscuits (1 NLEA serving)~^30^1^ ~08386~^1^1^~cup (1 NLEA serving)~^53^1^ ~08387~^1^.75^~cup (1 NLEA serving)~^33^1^ ~08388~^1^1^~cup (1 NLEA serving)~^19^1^ ~08389~^1^1^~cup (1 NLEA serving)~^30^1^ ~08390~^1^1^~cup (1 NLEA serving)~^53^1^ ~08393~^1^1^~cup (1 NLEA serving)~^52^1^ ~08398~^1^1.25^~cup~^55^1^ ~08400~^1^1^~cup~^60^1^ ~08402~^1^.5^~cup~^40^^ ~08408~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08408~^2^1^~cup~^40^^ ~08409~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08409~^2^1^~cup~^40^^ ~08410~^1^1^~packet~^46^^ ~08411~^1^1^~packet~^50^^ ~08412~^1^1^~packet~^43^^ ~08413~^1^1^~packet~^40^^ ~08414~^1^1^~cup~^54^^ ~08415~^1^1^~packet~^47^^ ~08416~^1^1^~packet~^43^^ ~08417~^1^1^~packet~^41^^ ~08418~^1^1^~cup~^54^^ ~08419~^1^1^~cup~^54^1^ ~08420~^1^1^~packet~^45^^ ~08421~^1^1^~packet~^46^^ ~08422~^1^1^~packet~^47^^ ~08423~^1^1^~packet prepared~^165^^ ~08424~^1^1^~packet prepared~^167^^ ~08425~^1^1^~packet prepared~^162^^ ~08426~^1^1^~packet prepared~^159^^ ~08427~^1^1^~packet prepared~^166^^ ~08428~^1^1^~packet prepared~^162^^ ~08429~^1^1^~packet prepared~^173^^ ~08430~^1^1^~packet prepared~^173^^ ~08432~^1^1^~packet prepared~^165^^ ~08433~^1^1^~packet prepared~^166^^ ~08434~^1^1^~packet prepared~^173^^ ~08435~^1^1^~cup (1 serving)~^55^^ ~08436~^1^1^~packet~^43^1^ ~08437~^1^1^~packet prepared~^162^^ ~08444~^1^1^~packet~^28^^ ~08446~^1^.25^~cup (1 NLEA serving)~^40^^ ~08448~^1^1^~packet~^28^^ ~08449~^1^1^~packet~^28^^ ~08450~^1^1^~packet~^28^^ ~08456~^1^1^~cup~^52^1^ ~08457~^1^.75^~cup~^30^1^ ~08458~^1^.75^~cup (1 NLEA serving)~^29^^ ~08459~^1^24^~biscuit (1 NLEA serving)~^52^1^ ~08460~^1^.75^~cup~^29^1^ ~08461~^1^1^~cup~^50^1^ ~08462~^1^1^~cup (1 NLEA serving)~^54^1^ ~08463~^1^1^~cup (1 NLEA serving)~^32^1^ ~08464~^1^.5^~cup~^50^1^ ~08466~^1^1^~cup (1 NLEA serving)~^33^1^ ~08467~^1^1^~cup (1 NLEA serving)~^29^1^ ~08468~^1^1.25^~cup (l NLEA serving)~^32^1^ ~08469~^1^1^~cup (1 NLEA serving)~^31^1^ ~08470~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08471~^1^.75^~cup (1 NLEA serving)~^29^1^ ~08472~^1^.75^~cup~^26^1^ ~08476~^1^1.333^~cup~^29^1^ ~08478~^1^.75^~cup (1 NLEA serving)~^27^^ ~08478~^2^1^~cup~^37^3^3.724 ~08481~^1^.75^~cup~^30^1^ ~08483~^1^1^~cup~^15.0^1^ ~08484~^1^1^~cup~^59^1^ ~08487~^1^.75^~cup~^30^1^ ~08488~^1^3^~tbsp~^35^1^ ~08489~^1^.25^~cup~^45^1^ ~08490~^1^.75^~cup~^29^1^ ~08491~^1^1^~cup~^30^1^ ~08492~^1^1^~cup~^15.0^1^ ~08493~^1^1^~cup~^33^1^ ~08494~^1^.75^~cup~^30^1^ ~08495~^1^.75^~cup~^29^1^ ~08497~^1^1^~cup~^30^1^ ~08500~^1^1^~cup~^55^1^ ~08501~^1^.75^~cup~^27^1^ ~08502~^1^1^~cup~^55^1^ ~08503~^1^1^~cup~^55^1^ ~08504~^1^1^~serving (NLEA serving size = 0.75 cup)~^29^^ ~08504~^2^1^~cup~^42^3^1.097 ~08505~^1^1^~serving (NLEA serving size = 1 cup)~^30^^ ~08505~^2^1^~cup~^31^3^.681 ~08506~^1^1^~serving (NLEA serving size = 1 cup)~^28^^ ~08506~^2^1^~cup~^31^3^2.339 ~08507~^1^1^~serving (NLEA serving size = 1 cup)~^29^^ ~08507~^2^1^~cup~^28^3^.896 ~08508~^1^1^~cup~^29^6^1.367 ~08508~^2^1^~serving (NLEA serving = 1 cup)~^29^1^ ~08509~^1^1.25^~serving (NLEA serving = 1.25 cup)~^33^1^ ~08509~^2^1^~cup~^28^6^1.864 ~08511~^1^1^~serving (3 T dry cereal plus 1 cup water)~^268^^ ~08512~^1^1^~serving (3 T dry cereal plus 1 cup water)~^268^^ ~08513~^1^1^~cup (1 NLEA serving)~^30^1^ ~08514~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08515~^1^1^~cup (1 NLEA serving)~^55^1^ ~08516~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08517~^1^.75^~cup~^30^1^ ~08518~^1^1.25^~cup (1 NLEA serving)~^56^1^ ~08519~^1^1^~cup (1 NLEA serving)~^30^1^ ~08520~^1^1^~cup (1 NLEA serving)~^30^1^ ~08521~^1^1.25^~cup (1 NLEA serving)~^55^1^ ~08524~^1^1^~cup (1 NLEA serving)~^33^1^ ~08525~^1^24^~biscuit (1 NLEA serving)~^52^1^ ~08526~^1^1^~cup (1 NLEA serving)~^30^1^ ~08527~^1^1^~cup (1 NLEA serving)~^29^1^ ~08528~^1^1.25^~cup (1 NLEA serving)~^60^^ ~08529~^1^1.25^~cup (l NLEA serving)~^60^1^ ~08530~^1^1^~cup (1 NLEA serving)~^30^1^ ~08531~^1^.75^~cup (1 NLEA serving)~^32^1^ ~08532~^1^1^~cup (1 NLEA serving)~^30^1^ ~08533~^1^1^~cup (1 NLEA serving)~^29^1^ ~08534~^1^1^~cup (1 NLEA serving)~^30^1^ ~08535~^1^1.25^~cup (1 NLEA serving)~^58^^ ~08536~^1^1^~cup (1 NLEA serving)~^30^1^ ~08537~^1^1^~cup (1 NLEA serving)~^50^1^ ~08538~^1^1^~cup (1 NLEA serving)~^55^1^ ~08539~^1^1^~cup (1 NLEA serving)~^54^1^ ~08540~^1^1^~cup (1 NLEA serving)~^33^1^ ~08541~^1^1^~cup (1 NLEA serving)~^33^1^ ~08542~^1^24^~biscuits (1 NLEA serving)~^52^1^ ~08543~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08544~^1^1^~cup (1 NLEA serving)~^57^1^ ~08545~^1^1^~cup (1 NLEA serving)~^55^1^ ~08546~^1^1^~bar~^22^1^ ~08547~^1^.75^~cup (1 NLEA serving)~^27^^ ~08548~^1^1^~cup (1 NLEA serving)~^49^1^ ~08549~^1^.75^~cup (1 NLEA serving)~^32^1^ ~08550~^1^.75^~cup (1 NLEA serving)~^26^^ ~08551~^1^1.25^~cup (1 NLEA serving)~^55^1^ ~08552~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08553~^1^.75^~cup (1 NLEA serving)~^30^1^ ~08554~^1^1^~serving (1 NLEA serving)~^52^1^ ~08555~^1^3^~straws (1 NLEA serving)~^31^1^ ~08556~^1^3^~straws (1 NLEA serving)~^31^1^ ~08557~^1^24^~biscuit (1 NLEA serving)~^52^1^ ~08558~^1^1^~cup (1 NLEA serving)~^30^1^ ~08559~^1^3^~straws (1 NLEA serving)~^31^1^ ~08560~^1^1^~cup (1 NLEA serving)~^53^1^ ~08561~^1^1^~packet (1 NLEA serving)~^40^1^ ~08562~^1^1^~packet (1 NLEA serving)~^40^1^ ~08563~^1^.5^~cup (1 NLEA serving)~^55^^ ~08564~^1^.5^~cup (1 NLEA serving)~^55^1^ ~08565~^1^.5^~cup (1 NLEA serving)~^55^1^ ~08566~^1^.5^~cup (1 NLEA serving)~^55^1^ ~08567~^1^.5^~cup (1 NLEA serving)~^58^1^ ~08568~^1^1^~packet (1 NLEA serving)~^43^1^ ~08569~^1^1^~packet (1 NLEA serving)~^43^1^ ~08570~^1^1^~packet (1 NLEA serving)~^43^1^ ~09001~^1^1^~cup~^98^^ ~09001~^2^1^~fruit without refuse~^4.8^^ ~09002~^1^1^~cup~^242^^ ~09002~^2^1^~fl oz~^30.2^^ ~09003~^1^1^~cup, quartered or chopped~^125^^ ~09003~^2^1^~cup slices~^109^60^6.953 ~09003~^3^1^~large (3-1/4" dia)~^223^113^32.277 ~09003~^4^1^~medium (3" dia)~^182^113^20.572 ~09003~^5^1^~small (2-3/4" dia)~^149^113^17.362 ~09003~^6^1^~extra small (2-1/2" dia)~^101^^ ~09003~^7^1^~NLEA serving~^242^^ ~09004~^1^1^~cup slices~^110^^ ~09004~^2^1^~large (3-1/4" dia)~^216^20^29.845 ~09004~^3^1^~medium (3" dia)~^161^19^20.523 ~09004~^4^1^~small (2-3/4" dia)~^132^19^14.449 ~09005~^1^1^~cup slices~^171^1^ ~09006~^1^1^~cup slices~^170^^ ~09007~^1^1^~cup slices~^204^^ ~09008~^1^1^~cup slices~^204^^ ~09009~^1^1^~cup~^60^^ ~09010~^1^1^~cup~^193^^ ~09011~^1^1^~cup~^86^^ ~09011~^2^1^~ring~^6.4^^ ~09012~^1^1^~cup~^255^^ ~09013~^1^1^~cup~^280^^ ~09014~^1^1^~cup slices~^173^^ ~09015~^1^1^~cup slices~^206^^ ~09016~^1^1^~cup~^248^^ ~09016~^2^1^~fl oz~^31.0^^ ~09016~^3^1^~drink box (8.45 fl oz)~^262^^ ~09017~^1^1^~can (6 fl oz)~^211^^ ~09018~^1^1^~cup~^239^^ ~09018~^2^1^~fl oz~^29.9^^ ~09019~^1^1^~cup~^244^81^ ~09020~^1^1^~cup~^246^72^ ~09021~^1^1^~cup, halves~^155^^ ~09021~^2^1^~cup, sliced~^165^^ ~09021~^3^1^~apricot~^35^^ ~09022~^1^1^~cup, halves~^243^^ ~09022~^2^1^~apricot half with liquid~^36^^ ~09023~^1^1^~cup, whole, without pits~^227^^ ~09024~^1^1^~cup, halves~^244^^ ~09024~^2^1^~apricot half with liquid~^36^^ ~09025~^1^1^~cup, halves~^247^^ ~09026~^1^1^~cup, halves~^253^^ ~09026~^2^1^~apricot half with liquid~^40^^ ~09027~^1^1^~cup, halves~^258^^ ~09027~^2^1^~cup, whole~^240^^ ~09027~^3^1^~apricot half with liquid~^40^^ ~09028~^1^1^~cup, whole, without pits~^258^^ ~09029~^1^1^~cup, whole, without pits~^246^^ ~09030~^1^1^~cup~^119^^ ~09031~^1^1^~cup~^249^^ ~09032~^1^1^~cup, halves~^130^^ ~09032~^2^1^~half~^3.5^^ ~09033~^1^1^~cup, halves~^250^^ ~09034~^1^1^~cup, halves~^270^^ ~09035~^1^1^~cup~^242^^ ~09036~^1^1^~cup~^251^^ ~09036~^2^1^~fl oz~^31.4^^ ~09037~^1^1^~cup, cubes~^150^^ ~09037~^2^1^~cup, pureed~^230^^ ~09037~^3^1^~cup, sliced~^146^^ ~09037~^4^1^~avocado, NS as to Florida or California~^201^^ ~09038~^1^1^~cup, pureed~^230^^ ~09038~^2^1^~fruit, without skin and seed~^136^22^30.829 ~09038~^3^1^~NLEA serving~^30^^ ~09039~^1^1^~cup, pureed~^230^^ ~09039~^2^1^~fruit without skin and seeds~^304^^ ~09040~^1^1^~cup, mashed~^225^^ ~09040~^2^1^~cup, sliced~^150^^ ~09040~^3^1^~extra small (less than 6" long)~^81^^ ~09040~^4^1^~small (6" to 6-7/8" long)~^101^^ ~09040~^5^1^~medium (7" to 7-7/8" long)~^118^^ ~09040~^6^1^~large (8" to 8-7/8" long)~^136^^ ~09040~^7^1^~extra large (9" or longer)~^152^^ ~09040~^8^1^~NLEA serving~^126^^ ~09041~^1^1^~cup~^100^^ ~09041~^2^1^~tbsp~^6.2^^ ~09042~^1^1^~cup~^144^^ ~09043~^1^1^~cup~^250^^ ~09046~^1^1^~cup~^256^^ ~09048~^1^1^~cup, unthawed~^151^^ ~09048~^2^1^~package (18 oz)~^510^^ ~09050~^1^1^~cup~^148^12^9.108 ~09050~^2^50^~berries~^68^^ ~09052~^1^1^~cup~^256^^ ~09053~^1^1^~cup, frozen~^140^1^ ~09054~^1^1^~cup, unthawed~^155^^ ~09054~^2^1^~package (20 oz)~^567^^ ~09055~^1^1^~cup, thawed~^230^^ ~09055~^2^1^~package (10 oz)~^284^^ ~09056~^1^1^~cup~^256^^ ~09057~^1^1^~cup, unthawed~^132^^ ~09057~^2^1^~package (10 oz)~^284^^ ~09059~^1^1^~cup~^220^^ ~09059~^2^.25^~fruit, small~^96^^ ~09060~^1^1^~cup, cubes~^132^10^5.919 ~09060~^2^1^~cup, sliced~^108^10^7.956 ~09060~^3^1^~large (4-1/2" long)~^124^2^ ~09060~^4^1^~medium (3-5/8" long)~^91^5^4.373 ~09060~^5^1^~small (3-1/8" long)~^70^2^ ~09061~^1^1^~cup slices~^150^^ ~09061~^2^1^~fruit without skin and seeds~^20^^ ~09062~^1^1^~fruit without skin and seeds~^312^6^72.124 ~09062~^2^1^~cup, diced~^156^15^6.973 ~09063~^1^1^~cup, without pits~^155^^ ~09063~^2^1^~cup, with pits, yields~^103^^ ~09064~^1^1^~cup~^244^^ ~09065~^1^1^~cup~^252^^ ~09066~^1^1^~cup~^256^^ ~09067~^1^1^~cup~^261^^ ~09068~^1^1^~cup, unthawed~^155^^ ~09068~^2^1^~package (18 oz)~^510^^ ~09070~^1^1^~cup, with pits, yields~^138^20^7.641 ~09070~^2^1^~cup, without pits~^154^20^13.63 ~09070~^3^1^~cherry~^8.2^40^1.817 ~09070~^4^1^~NLEA serving~^140^^ ~09071~^1^1^~cup, pitted~^248^^ ~09072~^1^1^~cup, pitted~^250^^ ~09073~^1^1^~cup, pitted~^252^^ ~09074~^1^1^~cup~^253^^ ~09075~^1^1^~cup, pitted~^261^^ ~09076~^1^1^~cup, thawed~^259^^ ~09076~^2^1^~package (10 oz)~^284^^ ~09077~^1^1^~cup slices~^110^^ ~09078~^1^1^~cup, chopped~^110^^ ~09078~^2^1^~cup, whole~^100^12^5.689 ~09079~^1^.33^~cup~^40^^ ~09081~^1^1^~cup~^277^^ ~09081~^2^1^~slice (1/2" thick, approx 8 slices per can)~^57^^ ~09082~^1^1^~cup~^275^^ ~09083~^1^1^~cup~^112^^ ~09084~^1^1^~cup~^112^^ ~09085~^1^1^~cup~^144^^ ~09087~^1^1^~cup, chopped~^147^18^22.079 ~09087~^2^1^~date, pitted~^7.1^80^1.433 ~09088~^1^1^~cup~^145^^ ~09089~^1^1^~large (2-1/2" dia)~^64^^ ~09089~^2^1^~medium (2-1/4" dia)~^50^^ ~09089~^3^1^~small (1-1/2" dia)~^40^^ ~09090~^1^1^~cup~^248^^ ~09090~^2^1^~fig with liquid~^27^^ ~09091~^1^1^~cup~^252^^ ~09091~^2^1^~fig with liquid~^28^^ ~09092~^1^1^~cup~^259^^ ~09092~^2^1^~fig with liquid~^28^^ ~09093~^1^1^~cup~^261^^ ~09094~^1^1^~cup~^149^24^20.722 ~09094~^2^1^~fig~^8.4^80^2.53 ~09095~^1^1^~cup~^259^^ ~09096~^1^1^~cup~^237^^ ~09097~^1^1^~cup~^237^^ ~09098~^1^.5^~cup~^123^^ ~09099~^1^1^~cup~^242^^ ~09100~^1^1^~cup~^248^^ ~09101~^1^1^~cup~^260^^ ~09101~^2^.5^~cup~^130^^ ~09102~^1^1^~cup~^245^^ ~09103~^1^1^~cup~^249^^ ~09104~^1^1^~cup~^252^^ ~09105~^1^1^~cup~^255^^ ~09106~^1^1^~cup~^259^^ ~09107~^1^1^~cup~^150^^ ~09109~^1^1^~cup~^252^^ ~09111~^1^1^~cup sections, with juice~^230^^ ~09111~^2^.5^~large (approx 4-1/2" dia)~^166^^ ~09111~^3^.5^~medium (approx 4" dia)~^128^^ ~09111~^4^.5^~small (approx 3-1/2" dia)~^100^^ ~09112~^1^1^~cup sections, with juice~^230^^ ~09112~^2^.5^~fruit (3-3/4" dia)~^123^^ ~09112~^3^1^~NLEA serving~^154^^ ~09113~^1^1^~cup sections, with juice~^230^^ ~09113~^2^.5^~fruit (3-3/4" dia)~^123^^ ~09114~^1^1^~cup sections, with juice~^230^^ ~09114~^2^.5^~fruit (3-3/4" dia)~^123^^ ~09116~^1^1^~cup sections, with juice~^230^^ ~09116~^2^.5^~fruit (3-3/4" dia)~^118^^ ~09117~^1^1^~cup sections, with juice~^230^^ ~09117~^2^.5^~fruit (3-3/4" dia)~^118^^ ~09118~^1^1^~cup sections, with juice~^230^^ ~09118~^2^.5^~fruit (3-3/4" dia)~^118^^ ~09119~^1^1^~cup~^244^^ ~09120~^1^1^~cup~^249^^ ~09121~^1^1^~cup~^254^^ ~09123~^1^1^~cup~^247^^ ~09123~^2^1^~fl oz~^30.9^^ ~09124~^1^1^~cup~^250^^ ~09124~^2^1^~fl oz~^31.2^^ ~09125~^1^1^~can (6 fl oz)~^207^^ ~09126~^1^1^~cup~^247^^ ~09126~^2^1^~fl oz~^30.9^^ ~09128~^1^1^~cup~^247^^ ~09128~^2^1^~fl oz~^30.9^^ ~09128~^3^1^~fruit yields~^196^^ ~09130~^1^1^~cup~^253^^ ~09130~^2^1^~fl oz~^31.6^^ ~09131~^1^1^~cup~^92^^ ~09131~^2^1^~grape~^2.4^^ ~09132~^1^1^~cup~^151^24^9.73 ~09132~^2^10^~grapes~^49^24^5.581 ~09132~^3^1^~NLEA serving~^126^^ ~09133~^1^1^~cup~^245^^ ~09134~^1^1^~cup~^256^^ ~09135~^1^1^~cup~^253^^ ~09135~^2^1^~fl oz~^31.6^^ ~09136~^1^1^~can (6 fl oz)~^216^^ ~09137~^1^1^~cup~^250^^ ~09137~^2^1^~fl oz~^31.2^^ ~09138~^1^1^~cup~^140^^ ~09139~^1^1^~cup~^165^^ ~09139~^2^1^~fruit, without refuse~^55^^ ~09140~^1^1^~cup~^244^^ ~09140~^2^1^~fruit without refuse~^6.0^^ ~09143~^1^1^~cup~^238^^ ~09144~^1^1^~cup, sliced~^165^^ ~09145~^1^1^~cup~^135^^ ~09145~^2^3^~fruit~^9.0^^ ~09148~^1^1^~cup~^177^^ ~09148~^2^1^~fruit without skin, large~^91^^ ~09148~^3^1^~fruit without skin, medium~^76^^ ~09148~^4^1^~NLEA serving~^148^^ ~09149~^1^1^~fruit without refuse~^19^^ ~09150~^1^1^~cup, sections~^212^^ ~09150~^2^1^~fruit (2-1/8" dia)~^58^^ ~09150~^3^1^~fruit (2-3/8" dia)~^84^^ ~09150~^4^1^~wedge or slice (1/8 of one 2-1/8" dia lemon)~^7.0^^ ~09150~^5^1^~NLEA serving~^58^^ ~09151~^1^1^~fruit without seeds~^108^^ ~09152~^1^1^~cup~^244^^ ~09152~^2^1^~fl oz~^30.5^^ ~09152~^3^1^~lemon yields~^47^^ ~09152~^4^1^~wedge yields~^5.9^^ ~09153~^1^1^~cup~^244^^ ~09153~^2^1^~tbsp~^15^^ ~09153~^3^1^~fl oz~^30.5^^ ~09153~^4^1^~individual packet~^5.0^^ ~09154~^1^1^~cup~^244^^ ~09154~^2^1^~fl oz~^30.5^^ ~09156~^1^1^~tbsp~^6.0^^ ~09156~^2^1^~tsp~^2.0^^ ~09159~^1^1^~fruit (2" dia)~^67^^ ~09159~^2^1^~NLEA serving~^67^^ ~09160~^1^1^~cup~^242^4^13.114 ~09160~^2^1^~fl oz~^30.8^^ ~09160~^3^1^~lime yields~^44^12^11.031 ~09161~^1^1^~cup~^246^^ ~09161~^2^1^~fl oz~^30.8^^ ~09164~^1^1^~cup~^190^^ ~09164~^2^1^~fruit without refuse~^9.6^^ ~09165~^1^1^~fruit~^2.5^^ ~09167~^1^1^~cup, unthawed~^147^^ ~09172~^1^1^~fruit without refuse~^3.2^^ ~09174~^1^1^~cup, cubed~^149^^ ~09174~^2^1^~large~^20^^ ~09174~^3^1^~medium~^16^^ ~09174~^4^1^~small~^13.6^^ ~09175~^1^1^~fruit without refuse~^846^^ ~09176~^1^1^~cup, sliced~^165^^ ~09176~^2^1^~fruit without refuse~^207^^ ~09177~^1^1^~cup, drained~^196^^ ~09177~^2^1^~cup~^216^^ ~09181~^1^1^~cup, balls~^177^^ ~09181~^2^1^~cup, cubes~^160^^ ~09181~^3^1^~cup, diced~^156^^ ~09181~^4^1^~melon, large (about 6-1/2" dia)~^814^^ ~09181~^5^1^~wedge, large (1/8 of large melon)~^102^^ ~09181~^6^1^~melon, medium (about 5" dia)~^552^^ ~09181~^7^1^~wedge, medium (1/8 of medium melon)~^69^^ ~09181~^8^1^~melon, small (about 4-1/4" dia)~^441^^ ~09181~^9^1^~wedge, small (1/8 of small melon)~^55^^ ~09181~^10^10^~cantaloupe balls~^138^^ ~09181~^11^1^~NLEA serving~^134^^ ~09183~^1^1^~cup, cubes~^170^^ ~09183~^2^1^~melon~^1640^^ ~09183~^3^.1^~fruit~^164^^ ~09184~^1^1^~cup, balls~^177^^ ~09184~^2^1^~cup, diced (approx 20 pieces per cup)~^170^^ ~09184~^3^1^~melon (5-1/4" dia)~^1000^^ ~09184~^4^1^~melon (6" - 7" dia)~^1280^^ ~09184~^5^1^~wedge (1/8 of 5-1/4" dia melon)~^125^^ ~09184~^6^1^~wedge (1/8 of 6" to 7" dia melon)~^160^^ ~09184~^7^10^~honeydew balls~^138^^ ~09184~^8^1^~NLEA serving~^134^^ ~09185~^1^1^~cup, unthawed~^173^^ ~09187~^1^1^~cup~^255^^ ~09188~^1^1^~package (11 oz)~^293^^ ~09189~^1^1^~cup, thawed~^250^^ ~09189~^2^1^~package (10 oz)~^284^^ ~09190~^1^1^~cup~^140^^ ~09190~^2^10^~fruit~^15.0^^ ~09191~^1^1^~cup slices~^143^24^11.993 ~09191~^2^1^~small (2-1/3" dia)~^129^31^10.069 ~09191~^3^1^~medium (2-1/2" dia)~^142^24^12.534 ~09191~^4^1^~large (2-3/4" dia)~^156^25^16.652 ~09191~^5^1^~NLEA serving~^140^^ ~09192~^1^1^~cup~^140^^ ~09192~^2^10^~fruit~^11.0^^ ~09193~^1^1^~tbsp~^8.4^^ ~09193~^2^1^~large~^4.4^^ ~09193~^3^1^~small~^3.2^^ ~09194~^1^1^~jumbo~^8.3^^ ~09194~^2^1^~super colossal~^15^^ ~09195~^1^1^~olive~^2.7^30^.249 ~09200~^1^1^~cup, sections~^180^^ ~09200~^2^1^~large (3-1/16" dia)~^184^^ ~09200~^3^1^~small (2-3/8" dia)~^96^^ ~09200~^4^1^~fruit (2-5/8" dia)~^131^^ ~09201~^1^1^~cup sections, without membranes~^180^^ ~09201~^2^1^~fruit (2-5/8" dia)~^121^^ ~09202~^1^1^~cup sections, without membranes~^165^^ ~09202~^2^1^~fruit (2-7/8" dia)~^140^^ ~09202~^3^1^~NLEA serving~^154^^ ~09203~^1^1^~cup sections, without membranes~^185^^ ~09203~^2^1^~fruit (2-5/8" dia)~^141^^ ~09203~^3^1^~fruit (2-11/16" dia)~^151^^ ~09205~^1^1^~cup~^170^^ ~09205~^2^1^~fruit without seeds~^159^^ ~09206~^1^1^~cup~^248^^ ~09206~^2^1^~fl oz~^31.0^^ ~09206~^3^1^~fruit yields~^86^^ ~09207~^1^1^~cup~^249^^ ~09207~^2^1^~fl oz~^31.1^^ ~09207~^3^1^~drink box (8.45 fl oz)~^263^^ ~09209~^1^1^~cup~^249^^ ~09209~^2^1^~fl oz~^31.1^^ ~09210~^1^1^~cup~^249^^ ~09210~^2^1^~fl oz~^31.1^^ ~09214~^1^1^~cup~^284^^ ~09214~^2^1^~fl oz~^35.5^^ ~09214~^3^1^~can (6 fl oz)~^213^^ ~09215~^1^1^~cup~^249^^ ~09215~^2^1^~fl oz~^31.1^^ ~09216~^1^1^~tbsp~^6.0^^ ~09216~^2^1^~tsp~^2.0^^ ~09217~^1^1^~cup~^247^^ ~09217~^2^1^~fl oz~^30.9^^ ~09218~^1^1^~cup, sections~^195^^ ~09218~^2^1^~small (2-1/4" dia)~^76^4^7.253 ~09218~^3^1^~medium (2-1/2" dia)~^88^4^7.74 ~09218~^4^1^~large (2-3/4" dia)~^120^4^26.241 ~09218~^5^1^~NLEA serving~^109^^ ~09219~^1^1^~cup~^249^^ ~09220~^1^1^~cup~^252^^ ~09221~^1^1^~cup~^247^^ ~09221~^2^1^~fl oz~^30.9^^ ~09223~^1^1^~cup~^249^^ ~09223~^2^1^~fl oz~^31.1^^ ~09224~^1^1^~can (6 fl oz)~^214^^ ~09225~^1^1^~cup~^241^^ ~09225~^2^1^~fl oz~^30.1^^ ~09226~^1^1^~cup, cubes~^140^^ ~09226~^2^1^~cup, mashed~^230^^ ~09226~^3^1^~large (5-3/4" long x 3-1/4" dia)~^380^^ ~09226~^4^1^~medium (5-1/8" long x 3" dia)~^304^^ ~09226~^5^1^~small (4-1/2" long x 2-3/4" dia)~^152^^ ~09229~^1^1^~cup~^250^^ ~09229~^2^1^~fl oz~^31.2^^ ~09231~^1^1^~cup~^236^^ ~09231~^2^1^~fruit without refuse~^18^^ ~09232~^1^1^~cup~^247^^ ~09232~^2^1^~fl oz~^30.9^^ ~09233~^1^1^~cup~^247^^ ~09233~^2^1^~fl oz~^30.9^^ ~09236~^1^1^~cup slices~^154^24^19.842 ~09236~^2^1^~small (2-1/2" dia)~^130^20^7.057 ~09236~^3^1^~medium (2-2/3" dia)~^150^20^8.066 ~09236~^4^1^~large (2-3/4" dia)~^175^20^13.707 ~09236~^5^1^~extra large (3" dia)~^224^20^19.294 ~09236~^6^1^~NLEA serving~^147^^ ~09237~^1^1^~cup, halves or slices~^244^^ ~09237~^2^1^~half, with liquid~^98^^ ~09238~^1^1^~cup~^250^^ ~09238~^2^1^~cup, halves or slices~^248^^ ~09238~^3^1^~half, with liquid~^98^^ ~09239~^1^1^~cup, halves or slices~^247^^ ~09240~^1^1^~cup, halves or slices~^251^^ ~09240~^2^1^~half, with liquid~^98^^ ~09241~^1^1^~cup~^262^^ ~09241~^2^1^~half, with liquid~^98^^ ~09242~^1^1^~cup, halves or slices~^262^^ ~09243~^1^1^~cup, whole~^242^^ ~09244~^1^1^~cup~^116^^ ~09245~^1^1^~cup~^242^^ ~09246~^1^1^~cup, halves~^160^^ ~09246~^2^1^~half~^13.0^^ ~09247~^1^1^~cup~^258^^ ~09248~^1^1^~cup~^270^^ ~09250~^1^1^~cup, thawed~^250^^ ~09250~^2^10^~slices~^155^^ ~09250~^3^1^~package (10 oz)~^284^^ ~09251~^1^1^~cup~^249^^ ~09251~^2^1^~fl oz~^31.1^^ ~09252~^1^1^~small~^148^64^15.731 ~09252~^2^1^~medium~^178^65^12.076 ~09252~^3^1^~large~^230^125^29.273 ~09252~^4^1^~cup, slices~^140^96^13.35 ~09252~^5^1^~cup, cubes~^161^6^19.789 ~09252~^6^1^~NLEA serving~^166^^ ~09253~^1^1^~cup, halves~^244^^ ~09253~^2^1^~half, with liquid~^76^^ ~09254~^1^1^~cup, halves~^248^^ ~09254~^2^1^~half, with liquid~^76^^ ~09255~^1^1^~cup, halves~^247^^ ~09255~^2^1^~half, with liquid~^76^^ ~09256~^1^1^~cup, halves~^251^^ ~09256~^2^1^~half, with liquid~^76^^ ~09257~^1^1^~cup~^266^^ ~09257~^2^1^~half, with liquid~^76^^ ~09258~^1^1^~cup, halves~^266^^ ~09258~^2^1^~half, with liquid~^79^^ ~09259~^1^1^~cup, halves~^180^^ ~09259~^2^1^~half~^18^^ ~09259~^3^10^~halves~^175^^ ~09260~^1^1^~cup, halves~^255^^ ~09261~^1^1^~cup, halves~^280^^ ~09262~^1^1^~cup~^250^^ ~09262~^2^1^~fl oz~^31.2^^ ~09263~^1^1^~fruit (2-1/2" dia)~^168^^ ~09264~^1^1^~fruit without refuse~^34^^ ~09265~^1^1^~fruit without refuse~^25^^ ~09266~^1^1^~cup, chunks~^165^34^19.149 ~09266~^2^1^~fruit~^905^26^165.33 ~09266~^3^1^~slice (4-2/3" dia x 3/4" thick)~^166^11^45.494 ~09266~^4^1^~slice (3-1/2" dia x 3/4" thick)~^84^^ ~09266~^5^1^~slice, thin (3-1/2" dia x 1/2" thick)~^56^^ ~09267~^1^1^~cup, crushed, sliced, or chunks~^246^^ ~09267~^2^1^~slice or ring (3" dia) with liquid~^47^^ ~09268~^1^1^~cup, crushed, sliced, or chunks~^249^^ ~09268~^2^1^~slice or ring (3" dia) with liquid~^47^^ ~09269~^1^1^~cup, crushed, sliced, or chunks~^252^^ ~09269~^2^1^~slice or ring (3" dia) with liquid~^48^^ ~09270~^1^1^~cup, crushed, sliced, or chunks~^254^^ ~09270~^2^1^~slice or ring (3" dia) with liquid~^49^^ ~09271~^1^1^~cup, crushed, sliced, or chunks~^260^^ ~09272~^1^1^~cup, chunks~^245^^ ~09273~^1^1^~cup~^250^^ ~09273~^2^1^~fl oz~^31.3^^ ~09274~^1^1^~can (6 fl oz)~^216^^ ~09275~^1^1^~cup~^250^^ ~09275~^2^1^~fl oz~^31.2^^ ~09276~^1^1^~cup~^173^^ ~09276~^2^1^~fruit without refuse~^7.0^^ ~09277~^1^1^~cup, sliced~^148^^ ~09277~^2^1^~medium~^179^^ ~09278~^1^1^~cup, mashed~^200^^ ~09278~^2^1^~cup slices~^154^^ ~09279~^1^1^~cup, sliced~^165^^ ~09279~^2^1^~fruit (2-1/8" dia)~^66^^ ~09279~^3^1^~NLEA serving~^151^^ ~09281~^1^1^~cup, pitted~^249^^ ~09281~^2^1^~plum with liquid~^46^^ ~09282~^1^1^~cup, pitted~^252^^ ~09282~^2^1^~plum with liquid~^46^^ ~09283~^1^1^~cup, pitted~^252^^ ~09283~^2^1^~plum with liquid~^46^^ ~09284~^1^1^~cup, pitted~^258^^ ~09284~^2^1^~plum with liquid~^46^^ ~09285~^1^1^~cup, pitted~^261^^ ~09286~^1^1^~pomegranate (4" dia)~^282^^ ~09286~^2^.5^~cup arils (seed/juice sacs)~^87^^ ~09287~^1^1^~cup~^149^^ ~09287~^2^1^~fruit without refuse~^103^^ ~09288~^1^1^~cup~^234^^ ~09288~^2^5^~fruits with liquid~^86^^ ~09289~^1^1^~cup~^132^^ ~09290~^1^1^~cup~^280^^ ~09291~^1^1^~cup, pitted~^174^24^15.624 ~09291~^2^1^~prune, pitted~^9.5^80^2.327 ~09292~^1^1^~cup, pitted~^248^^ ~09293~^1^1^~cup, pitted~^248^^ ~09294~^1^1^~cup~^256^^ ~09294~^2^1^~fl oz~^32.0^^ ~09295~^1^1^~cup, sections~^190^^ ~09295~^2^1^~fruit without refuse~^609^^ ~09296~^1^1^~fruit without refuse~^92^^ ~09297~^1^1^~cup, packed~^165^^ ~09297~^2^1^~cup (not packed)~^145^^ ~09298~^1^1^~cup, packed~^165^^ ~09298~^2^1^~cup (not packed)~^145^^ ~09298~^3^1^~miniature box (.5 oz)~^14.0^^ ~09298~^4^1^~small box (1.5 oz)~^43^^ ~09298~^5^50^~raisins~^26^^ ~09298~^6^1^~oz (60 raisins)~^28.35^1^ ~09299~^1^1^~cup, packed~^165^^ ~09299~^2^1^~cup (not packed)~^145^^ ~09301~^1^1^~cup, drained~^150^^ ~09301~^2^1^~cup~^214^^ ~09301~^3^1^~fruit~^9.0^^ ~09302~^1^1^~cup~^123^^ ~09302~^2^1^~pint as purchased, yields~^312^^ ~09302~^3^10^~raspberries~^19^^ ~09304~^1^1^~cup~^256^^ ~09306~^1^1^~cup, unthawed~^250^^ ~09306~^2^1^~package (10 oz)~^284^^ ~09307~^1^1^~cup, diced~^122^^ ~09307~^2^1^~stalk~^51^^ ~09309~^1^1^~cup, diced~^137^^ ~09310~^1^1^~cup~^240^^ ~09311~^1^1^~cup, without refuse~^57^^ ~09313~^1^1^~cup, pulp~^241^^ ~09313~^2^1^~sapodilla~^170^^ ~09314~^1^1^~fruit without refuse~^225^^ ~09315~^1^1^~cup, pulp~^225^^ ~09315~^2^1^~fruit (7" x 5-1/4" dia)~^625^^ ~09316~^1^1^~cup, halves~^152^^ ~09316~^2^1^~cup, pureed~^232^^ ~09316~^3^1^~cup, sliced~^166^^ ~09316~^4^1^~cup, whole~^144^^ ~09316~^5^1^~extra large (1-5/8" dia)~^27^^ ~09316~^6^1^~large (1-3/8" dia)~^18^^ ~09316~^7^1^~medium (1-1/4" dia)~^12.0^^ ~09316~^8^1^~pint as purchased, yields~^357^^ ~09316~^9^1^~small (1" dia)~^7.0^^ ~09316~^10^1^~NLEA serving~^147^^ ~09317~^1^1^~cup~^254^^ ~09318~^1^1^~cup, thawed~^221^^ ~09318~^2^1^~cup, unthawed~^149^^ ~09318~^3^1^~berry~^10.6^^ ~09318~^4^1^~package (20 oz)~^567^^ ~09319~^1^1^~cup, thawed~^255^^ ~09319~^2^1^~package (10 oz)~^284^^ ~09320~^1^1^~cup, thawed~^255^^ ~09320~^2^1^~package (10 oz)~^284^^ ~09321~^1^1^~cup, pulp~^250^^ ~09321~^2^1^~fruit (2-7/8" dia)~^155^^ ~09322~^1^1^~cup, pulp~^120^^ ~09322~^2^1^~fruit (3" x 1")~^2.0^^ ~09325~^1^1^~cup~^257^^ ~09326~^1^1^~cup, balls~^154^^ ~09326~^2^1^~cup, diced~^152^^ ~09326~^3^1^~melon (15" long x 7-1/2" dia)~^4518^^ ~09326~^4^1^~wedge (approx 1/16 of melon)~^286^^ ~09326~^5^10^~watermelon balls~^122^^ ~09326~^6^1^~NLEA serving~^280^^ ~09328~^1^1^~cherry (NLEA serving)~^5.0^^ ~09334~^1^1^~cup, pureed~^243^^ ~09334~^2^1^~fruit without refuse~^50^^ ~09340~^1^1^~fruit 2-1/4" high x 2-1/2" dia~^122^^ ~09340~^2^1^~fruit 3-3/8" high x 3" diameter~^275^^ ~09351~^1^1^~cup~^214^^ ~09352~^1^1^~cup~^244^3^46.479 ~09353~^1^1^~cup~^319^4^12.617 ~09354~^1^1^~cup, chunks~^181^^ ~09354~^2^1^~cup, crushed~^195^^ ~09354~^3^1^~cup, sliced~^162^^ ~09354~^5^1^~spear~^26^^ ~09357~^1^1^~cup, halves~^219^^ ~09357~^2^1^~cup, whole~^182^^ ~09367~^1^1^~cup~^179^^ ~09370~^1^1^~cup~^222^^ ~09370~^2^1^~half~^73^^ ~09370~^3^1^~slice~^12.7^^ ~09374~^1^1^~cup~^201^^ ~09374~^2^1^~half~^48^^ ~09379~^1^1^~cup, with pits, yields~^183^^ ~09383~^1^1^~cup~^189^^ ~09400~^1^1^~cup~^248^^ ~09400~^2^1^~fl oz~^31.0^^ ~09401~^1^1^~cup~^244^81^ ~09402~^1^1^~cup~^255^^ ~09403~^1^1^~cup~^251^^ ~09403~^2^1^~fl oz~^31.4^^ ~09404~^1^1^~cup~^247^^ ~09404~^2^1^~fruit yields~^196^^ ~09405~^1^1^~fruit without skin, large~^91^^ ~09405~^2^1^~fruit without skin, medium~^76^^ ~09406~^1^1^~cup~^249^^ ~09406~^2^1^~fl oz~^31.1^^ ~09407~^1^1^~cup~^249^^ ~09407~^2^1^~fl oz~^31.1^^ ~09408~^1^1^~cup~^250^^ ~09408~^2^1^~fl oz~^31.2^^ ~09409~^1^1^~cup~^250^^ ~09409~^2^1^~fl oz~^31.3^^ ~09410~^1^1^~can (6 fl oz)~^211^^ ~09411~^1^1^~cup~^239^^ ~09411~^2^1^~fl oz~^29.9^^ ~09420~^1^1^~cup, drained~^178^^ ~09421~^1^1^~date, pitted~^24^10^1.893 ~09422~^1^1^~cup, chopped or diced~^243^^ ~09422~^2^1^~fruit~^602^^ ~09423~^1^2^~tbsp~^36^^ ~09427~^1^.5^~cup~^114^^ ~09428~^1^.5^~cup~^114^^ ~09429~^1^1^~cup, chunks~^165^34^19.149 ~09429~^2^1^~slice (4-2/3" dia x 3/4" thick)~^175^5^41.872 ~09429~^3^1^~fruit~^1002^5^47.927 ~09429~^4^1^~NLEA serving~^112^^ ~09430~^1^1^~cup, chunks~^165^34^19.149 ~09430~^2^1^~slice (4-2/3" dia x 3/4" thick)~^166^11^45.494 ~09430~^3^1^~fruit~^905^26^165.33 ~09430~^4^1^~NLEA serving~^112^^ ~09433~^1^1^~fruit~^74^32^14.296 ~09434~^1^1^~cup~^251^^ ~09435~^1^1^~cup~^251^^ ~09436~^1^1^~cup~^251^^ ~09437~^1^1^~cup~^251^^ ~09442~^1^1^~cup~^249^3^5.193 ~09442~^2^1^~fl oz~^31.4^3^.351 ~09443~^1^8^~fl oz~^250^^ ~09444~^1^8^~fl oz~^250^^ ~10001~^1^1^~oz~^28.35^^ ~10001~^2^1^~lb~^453.6^^ ~10002~^1^1^~oz~^28.35^^ ~10002~^2^1^~lb~^453.6^^ ~10003~^1^1^~oz~^28.35^^ ~10003~^2^1^~lb~^453.6^^ ~10004~^1^1^~oz~^28.35^^ ~10004~^2^1^~lb~^453.6^^ ~10005~^1^1^~oz~^28.35^^ ~10005~^2^1^~lb~^453.6^^ ~10006~^1^1^~oz~^28.35^^ ~10006~^2^4^~oz~^113^^ ~10007~^1^1^~oz~^28.35^^ ~10007~^2^4^~oz~^113^^ ~10008~^1^1^~oz~^28.35^^ ~10008~^2^1^~lb~^453.6^^ ~10009~^1^1^~cup, diced~^135^^ ~10009~^2^3^~oz~^85^^ ~10010~^1^1^~oz~^28.35^^ ~10010~^2^1^~lb~^453.6^^ ~10011~^1^1^~cup, diced~^135^^ ~10011~^2^3^~oz~^85^^ ~10012~^1^1^~oz~^28.35^^ ~10012~^2^1^~lb~^453.6^^ ~10013~^1^1^~cup, diced~^135^^ ~10013~^2^3^~oz~^85^^ ~10014~^1^1^~oz~^28.35^^ ~10014~^2^1^~lb~^453.6^^ ~10015~^1^1^~cup, diced~^135^^ ~10015~^2^3^~oz~^85^^ ~10016~^1^1^~oz~^28.35^^ ~10016~^2^1^~lb~^453.6^^ ~10017~^1^1^~cup, diced~^135^^ ~10017~^2^3^~oz~^85^^ ~10018~^1^1^~oz~^28.35^^ ~10018~^2^1^~lb~^453.6^^ ~10019~^1^1^~cup, diced~^135^^ ~10019~^2^3^~oz~^85^^ ~10020~^1^1^~lb~^453.6^^ ~10020~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^117^^ ~10021~^1^3^~oz~^85^^ ~10021~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^89^^ ~10022~^1^3^~oz~^85^^ ~10022~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^87^^ ~10023~^1^3^~oz~^85^^ ~10023~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^89^^ ~10024~^1^1^~lb~^453.6^^ ~10024~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^106^^ ~10025~^1^3^~oz~^85^^ ~10025~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^80^^ ~10026~^1^3^~oz~^85^^ ~10026~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^79^^ ~10027~^1^3^~oz~^85^^ ~10027~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^81^^ ~10028~^1^1^~lb~^453.6^^ ~10028~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^110^^ ~10029~^1^3^~oz~^85^^ ~10029~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^83^^ ~10030~^1^3^~oz~^85^^ ~10030~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^80^^ ~10031~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^265^^ ~10031~^2^3^~oz~^85^^ ~10032~^1^1^~lb~^453.6^^ ~10032~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^82^^ ~10033~^1^3^~oz~^85^^ ~10033~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^63^^ ~10034~^1^3^~oz~^85^^ ~10034~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^63^^ ~10035~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^213^^ ~10035~^2^3^~oz~^85^^ ~10036~^1^1^~chop without refuse (Yield from 1 raw chop, with refuse, weighing 259g)~^199^131^ ~10036~^2^1^~lb~^453.6^^ ~10037~^1^3^~oz~^85^^ ~10037~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^83^^ ~10038~^1^1^~chop without refuse (Yield from 1 cooked chop, with refuse, weighing 209g)~^157^77^ ~10038~^2^3^~oz~^85^^ ~10039~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^252^^ ~10039~^2^3^~oz~^85^^ ~10040~^1^1^~chop without refuse (Yield from 1 raw chop, with refuse, weighing 259g)~^178^131^ ~10040~^2^1^~lb~^453.6^^ ~10041~^1^3^~oz~^85^^ ~10041~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^74^^ ~10042~^1^1^~chop without refuse (Yield from 1 cooked chop, with refuse, weighing 209g)~^146^77^ ~10042~^2^3^~oz~^85^^ ~10043~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^231^^ ~10043~^2^3^~oz~^85^^ ~10044~^1^1^~chop without refuse (Yield from 1 raw chop, with refuse, weighing 201g)~^133^198^ ~10044~^2^1^~lb~^453.6^^ ~10045~^1^3^~oz~^85^^ ~10045~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^75^^ ~10046~^1^1^~chop without refuse (Yield from 1 cooked chop, with refuse, weighing 172g)~^112^116^ ~10046~^2^3^~oz~^85^^ ~10047~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^224^^ ~10047~^2^3^~oz~^85^^ ~10048~^1^1^~chop without refuse (Yield from 1 raw chop, with refuse, weighing 201g)~^121^198^ ~10048~^2^1^~lb~^453.6^^ ~10049~^1^3^~oz~^85^^ ~10049~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^67^^ ~10050~^1^1^~chop without refuse (Yield from 1 cooked chop, with refuse, weighing 172g)~^103^116^ ~10050~^2^3^~oz~^85^^ ~10051~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^206^^ ~10051~^2^3^~oz~^85^^ ~10052~^1^1^~roast without refuse (Yield from 1 raw roast, with refuse, weighing 1817g)~^1327^25^ ~10052~^2^1^~lb~^453.6^^ ~10053~^1^3^~oz~^85^^ ~10053~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^80^^ ~10054~^1^3^~oz~^85^^ ~10054~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^75^^ ~10055~^1^1^~roast without refuse (Yield from 1 cooked roast, with refuse, weighing 1515g)~^1046^13^ ~10055~^2^3^~oz~^85^^ ~10056~^1^1^~roast without refuse (Yield from 1 raw roast, with refuse, weighing 1818g)~^1217^25^ ~10056~^2^1^~lb~^453.6^^ ~10057~^1^3^~oz~^85^^ ~10057~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^72^^ ~10058~^1^3^~oz~^85^^ ~10058~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^67^^ ~10059~^1^3^~oz (Yield from 1 cooked roast, with refuse, weighing 1515g)~^85^^ ~10059~^2^1^~roast without refuse~^985^13^ ~10060~^1^1^~roast without refuse (Yield from 1 raw roast, with refuse, weighing 504g)~^247^55^ ~10061~^2^3^~oz~^85^^ ~10062~^1^1^~chop~^185^164^ ~10062~^2^1^~lb~^453.6^^ ~10063~^1^1^~chop boneless (yield from 193g raw meat)~^148^12^37.539 ~10063~^2^3^~oz~^85^^ ~10063~^3^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^79^^ ~10064~^1^1^~chop~^145^91^ ~10064~^2^3^~oz~^85^^ ~10065~^1^1^~roast~^848^20^ ~10065~^2^3^~oz~^85^^ ~10066~^1^1^~chop~^185^164^ ~10066~^2^1^~lb~^453.6^^ ~10067~^1^3^~oz~^85^^ ~10067~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^74^^ ~10068~^1^1^~chop~^145^91^ ~10069~^1^1^~roast~^848^20^ ~10069~^2^3^~oz~^85^^ ~10070~^1^1^~oz~^28.35^^ ~10070~^2^1^~lb~^453.6^^ ~10071~^1^1^~cup, diced~^135^^ ~10071~^2^3^~oz~^85^^ ~10072~^1^1^~oz~^28.35^^ ~10072~^2^1^~lb~^453.6^^ ~10073~^1^1^~cup, diced~^135^^ ~10073~^2^3^~oz~^85^^ ~10074~^1^1^~oz~^28.35^^ ~10074~^2^1^~lb~^453.6^^ ~10075~^1^1^~cup, diced~^135^^ ~10075~^2^3^~oz~^85^^ ~10076~^1^1^~cup, diced~^135^^ ~10076~^2^3^~oz~^85^^ ~10077~^1^1^~oz~^28.35^^ ~10077~^2^1^~lb~^453.6^^ ~10078~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^198^^ ~10078~^2^3^~oz~^85^^ ~10079~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^191^^ ~10079~^2^3^~oz~^85^^ ~10080~^1^1^~steak without refuse (Yield from 1 raw steak, with refuse, weighing 380g)~^288^116^ ~10080~^2^1^~lb~^453.6^^ ~10081~^1^1^~steak without refuse (Yield from 1 cooked steak, with refuse, weighing 249g)~^185^68^ ~10081~^2^3^~oz~^85^^ ~10082~^1^3^~oz~^85^^ ~10082~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)~^169^^ ~10083~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^262^^ ~10083~^2^3^~oz~^85^^ ~10084~^1^1^~steak without refuse (Yield from 1 raw steak, with refuse, weighing 379g)~^258^116^ ~10084~^2^1^~lb~^453.6^^ ~10085~^1^1^~steak without refuse (Yield from 1 cooked steak, with refuse, weighing 249g)~^170^68^ ~10085~^2^3^~oz~^85^^ ~10086~^1^3^~oz~^85^^ ~10086~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)~^147^^ ~10087~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^238^^ ~10087~^2^3^~oz~^85^^ ~10088~^1^1^~rack without refuse (Yield from 1 raw rack, with refuse, weighing 1852g)~^1297^25^ ~10088~^2^1^~oz~^28.35^^ ~10089~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^177^^ ~10089~^2^3^~oz~^85^^ ~10093~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^231^^ ~10093~^2^3^~oz~^85^^ ~10096~^1^1^~oz~^28.35^^ ~10096~^2^4^~oz~^113^^ ~10097~^1^1^~unit, cooked (yield from 1 lb raw meat)~^382^^ ~10097~^2^3^~oz~^85^^ ~10098~^1^1^~oz~^28.35^^ ~10099~^1^3^~oz~^85^^ ~10100~^1^1^~oz~^28.35^^ ~10100~^2^1^~ear~^113^^ ~10101~^1^1^~ear (yield after cooking)~^111^^ ~10101~^2^1^~unit, cooked (yield from 1 lb raw meat)~^422^^ ~10102~^1^1^~oz~^28.35^^ ~10103~^1^1^~oz~^28.35^^ ~10103~^2^1^~heart~^226^^ ~10104~^1^1^~cup~^145^^ ~10104~^2^1^~heart~^129^^ ~10105~^1^1^~oz~^28.35^^ ~10105~^2^4^~oz~^113^^ ~10106~^1^1^~oz~^28.35^^ ~10106~^2^1^~kidney~^233^^ ~10107~^1^1^~cup~^140^^ ~10107~^2^3^~oz~^85^^ ~10109~^1^1^~oz~^28.35^^ ~10109~^2^4^~oz~^113^^ ~10110~^1^1^~oz~^28.35^^ ~10110~^2^4^~oz~^113^^ ~10111~^1^1^~unit, cooked (yield from 1 lb raw meat)~^354^^ ~10111~^2^3^~oz~^85^^ ~10112~^1^1^~oz~^28.35^^ ~10112~^2^1^~lb~^453.6^^ ~10113~^1^1^~unit, cooked (yield from 1 lb raw meat)~^300^^ ~10113~^2^3^~oz~^85^^ ~10114~^1^1^~oz~^28.35^^ ~10114~^2^1^~lb~^453.6^^ ~10115~^1^1^~oz~^28.35^^ ~10115~^2^4^~oz~^113^^ ~10116~^1^1^~unit, cooked (yield from 1 lb raw meat)~^245^^ ~10116~^2^3^~oz~^85^^ ~10117~^1^1^~oz~^28.35^^ ~10117~^2^4^~oz~^113^^ ~10118~^1^1^~unit, cooked (yield from 1 lb raw meat)~^299^^ ~10118~^2^3^~oz~^85^^ ~10119~^1^1^~oz~^28.35^^ ~10119~^2^4^~oz~^113^^ ~10120~^1^3^~oz~^85^^ ~10120~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^63^^ ~10121~^1^1^~oz~^28.35^^ ~10121~^2^4^~oz~^113^^ ~10122~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^231^^ ~10122~^2^3^~oz~^85^^ ~10124~^1^1^~slice cooked~^8.0^157^ ~10128~^1^1^~package (12 oz)~^340^^ ~10128~^2^3^~slices~^68^^ ~10129~^1^1^~package (12 oz)~^170^^ ~10129~^2^3^~slices, cooked (raw product packed 15 per 12-oz bag)~^34^^ ~10130~^1^1^~package (6 oz)~^170^^ ~10130~^2^2^~slices (6 per 6-oz pkg.)~^57^^ ~10131~^1^1^~package (6 oz) yields~^139^^ ~10131~^2^2^~slices (6 per 6-oz pkg.)~^47^^ ~10132~^1^1^~oz~^28.35^^ ~10132~^2^1^~lb~^453.6^^ ~10134~^1^1^~cup~^140^^ ~10134~^2^3^~oz~^85^^ ~10136~^1^1^~cup~^140^^ ~10136~^2^3^~oz~^85^^ ~10137~^1^1^~cup~^140^^ ~10137~^2^1^~oz~^28.35^^ ~10138~^1^1^~cup~^140^^ ~10138~^2^3^~oz~^85^^ ~10139~^1^1^~cup~^140^^ ~10139~^2^1^~oz~^28.35^^ ~10140~^1^1^~cup~^140^^ ~10140~^2^3^~oz~^85^^ ~10141~^1^1^~oz~^28.35^^ ~10141~^2^4^~oz~^113^^ ~10142~^1^1^~oz~^28.35^^ ~10142~^2^4^~oz~^113^^ ~10146~^1^1^~oz~^28.35^^ ~10146~^2^1^~patty~^65^^ ~10147~^1^1^~patty, cooked~^60^^ ~10147~^2^1^~unit, cooked (yield from 1 lb raw meat)~^413^^ ~10149~^1^1^~oz~^28.35^^ ~10149~^2^1^~slice~^57^^ ~10150~^1^1^~cup~^140^^ ~10150~^2^1^~oz~^28.35^^ ~10151~^1^1^~cup~^140^^ ~10151~^2^3^~oz~^85^^ ~10152~^1^1^~cup~^140^^ ~10152~^2^1^~oz~^28.35^^ ~10153~^1^1^~cup~^140^^ ~10153~^2^3^~oz~^85^^ ~10158~^1^1^~can~^815^3^3.456 ~10165~^1^1^~oz~^28.35^^ ~10165~^2^8^~oz~^227^^ ~10166~^1^1^~oz~^28.35^^ ~10166~^2^3^~oz~^85^^ ~10167~^1^1^~oz~^28.35^^ ~10167~^2^3^~oz~^85^^ ~10168~^1^1^~cup~^140^^ ~10168~^2^3^~oz~^85^^ ~10169~^1^1^~cup~^140^^ ~10169~^2^3^~oz~^85^^ ~10170~^1^1^~oz~^28.35^^ ~10170~^2^4^~oz~^113^^ ~10171~^1^1^~piece, cooked (yield from 1 lb unheated product)~^376^^ ~10171~^2^3^~oz~^85^^ ~10173~^1^3^~oz~^85^^ ~10174~^1^1^~oz~^28.35^^ ~10174~^2^4^~oz~^113^^ ~10175~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^275^^ ~10175~^2^3^~oz~^85^^ ~10176~^1^3^~oz~^85^^ ~10176~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^69^^ ~10177~^1^3^~oz~^85^^ ~10177~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^64^^ ~10178~^1^3^~oz~^85^^ ~10178~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^83^^ ~10179~^1^3^~oz~^85^^ ~10179~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^78^^ ~10180~^1^3^~oz~^85^^ ~10180~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)~^73^^ ~10181~^1^3^~oz~^85^^ ~10181~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^63^^ ~10182~^1^1^~cup~^140^^ ~10182~^2^1^~slice (6-1/4" x 4" x 1/16") (1 oz)~^28^^ ~10183~^1^1^~cup~^140^^ ~10183~^2^3^~oz~^85^^ ~10184~^1^1^~cup~^140^^ ~10184~^2^1^~oz~^28.35^^ ~10185~^1^1^~cup~^140^^ ~10185~^2^3^~oz~^85^^ ~10186~^1^3^~oz~^85^^ ~10186~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^69^^ ~10187~^1^1^~oz~^28.35^^ ~10187~^2^1^~lb~^453.6^^ ~10188~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^247^^ ~10188~^2^3^~oz~^85^^ ~10192~^1^1^~oz~^28.35^^ ~10192~^2^1^~lb~^453.6^^ ~10193~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^219^^ ~10193~^2^3^~oz~^85^^ ~10194~^1^1^~lb~^453.6^^ ~10194~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^101^^ ~10195~^1^3^~oz~^85^^ ~10195~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^81^^ ~10196~^1^3^~oz~^85^^ ~10196~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^80^^ ~10197~^1^3^~oz~^85^^ ~10197~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^75^^ ~10198~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^317^^ ~10198~^2^3^~oz~^85^^ ~10199~^1^1^~lb~^453.6^^ ~10199~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^88^^ ~10200~^1^3^~oz~^85^^ ~10200~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^72^^ ~10201~^1^3^~oz~^85^^ ~10201~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^71^^ ~10202~^1^3^~oz~^85^^ ~10202~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^66^^ ~10203~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^283^^ ~10203~^2^3^~oz~^85^^ ~10204~^1^1^~rib without refuse (Yield from 1 raw rib, with refuse, weighing 196g)~^128^241^ ~10204~^2^1^~oz~^28.35^^ ~10205~^1^1^~rib without refuse (Yield from 1 cooked rib, with refuse, weighing 140g)~^86^162^ ~10205~^2^3^~oz~^85^^ ~10206~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^241^^ ~10206~^2^3^~oz~^85^^ ~10207~^1^1^~rib without refuse (Yield from 1 raw rib, with refuse, weighing 197g)~^116^241^ ~10207~^2^1^~oz~^28.35^^ ~10208~^1^1^~rib without refuse (yield from 1 cooked rib, with refuse, weighing 141g)~^80^162^ ~10208~^2^3^~oz~^85^^ ~10209~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^193^^ ~10209~^2^3^~oz~^85^^ ~10210~^1^1^~lb~^453.6^^ ~10210~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^104^^ ~10211~^1^3^~oz~^85^^ ~10211~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^82^^ ~10212~^1^3^~oz~^85^^ ~10212~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^74^^ ~10213~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^315^^ ~10213~^2^3^~oz~^85^^ ~10214~^1^1^~lb~^453.6^^ ~10214~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^101^^ ~10215~^1^3^~oz~^85^^ ~10215~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^80^^ ~10216~^1^3^~oz~^85^^ ~10216~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^71^^ ~10217~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^308^^ ~10217~^2^3^~oz~^85^^ ~10218~^1^1^~roast (Yield from 1 raw roast, with refuse, weighing 504g)~^505^55^ ~10219~^1^1^~oz~^28.35^^ ~10219~^2^4^~oz~^113^^ ~10220~^1^1^~unit, cooked (yield from 1 lb raw meat)~^313^^ ~10220~^2^3^~oz~^85^^ ~10221~^1^3^~oz~^85^^ ~10221~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^76^^ ~10222~^1^1^~roast~^402^31^ ~10222~^2^3^~oz~^85^^ ~10223~^1^3^~oz~^85^^ ~10223~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)~^73^^ ~10224~^1^1^~roast~^2195^33^ ~10224~^2^1^~lb~^453.6^^ ~10225~^1^1^~roast~^2195^33^ ~10225~^2^1^~lb~^453.6^^ ~10226~^1^1^~oz~^28.35^^ ~10226~^2^1^~lb~^453.6^^ ~10227~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^261^^ ~10227~^2^3^~oz~^85^^ ~10228~^1^1^~oz~^28.35^^ ~10228~^2^1^~lb~^453.6^^ ~10229~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^236^^ ~10229~^2^3^~oz~^85^^ ~10851~^1^1^~serving~^84^^ ~10852~^1^4^~oz~^112^^ ~10853~^1^4^~oz~^112^^ ~10854~^1^1^~oz~^28^^ ~10854~^2^1^~serving~^112^^ ~10854~^3^4^~oz~^112^^ ~10855~^1^1^~oz~^28.35^^ ~10855~^2^1^~serving~^112^^ ~10855~^3^4^~oz~^112^^ ~10856~^1^1^~oz~^28^^ ~10856~^2^1^~serving~^112^^ ~10856~^3^4^~oz~^112^^ ~10857~^1^1^~serving~^56^^ ~10858~^1^1^~ckd pr g boneless~^454^12^ ~10858~^2^1^~chop boneless~^150^12^ ~10859~^1^1^~chop boneless (yield from 189g raw meat)~^150^12^ ~10860~^1^1^~slice cooked~^8.1^77^ ~10861~^1^1^~slice cooked~^5.0^^ ~10862~^1^1^~slice cooked~^7.9^80^ ~10863~^1^705.7^~ckd pr g~^706^1^ ~10865~^1^1^~roast rump~^2970^5^181.709 ~10865~^2^1^~serving (3 oz)~^85^^ ~10866~^1^1^~ham rump (1 rump unheated or as purchased)~^3455^^ ~10866~^2^1^~lb rump~^453.6^1^ ~10866~^3^1^~oz rump~^28.35^1^ ~10867~^1^1^~roast shank~^3054^6^543.619 ~10867~^2^1^~serving (3 oz)~^85^^ ~10868~^1^1^~slice~^436^9^59.271 ~10868~^2^1^~serving (3 oz)~^85^^ ~10869~^1^1^~slice~^446^6^99.115 ~10869~^2^1^~serving (3 oz)~^85^^ ~10870~^1^1^~slice~^138^3^19.809 ~10870~^2^1^~serving (3 oz)~^85^^ ~10871~^1^1^~roast~^1995^4^487.343 ~10871~^2^1^~serving (3 oz)~^85^^ ~10872~^1^1^~lb~^453.6^4^0 ~10872~^2^1^~oz~^28.35^4^0 ~10873~^1^1^~roast rump~^2673^8^160.075 ~10873~^2^1^~serving (3 oz)~^85^^ ~10874~^1^1^~roast shank~^3170^7^298.025 ~10874~^2^1^~serving (3 oz)~^85^^ ~10875~^1^1^~slice~^445^3^106.535 ~10875~^2^1^~serving (3 oz)~^85^^ ~10876~^1^1^~slice~^145^1^ ~10876~^2^1^~roast~^920^2^ ~10876~^3^1^~serving (3 oz)~^85^^ ~10877~^1^1^~roast rump~^2533^5^530.743 ~10877~^2^1^~serving (3 oz)~^85^^ ~10878~^1^1^~slice~^189^12^59.369 ~10878~^2^1^~serving (3 oz)~^85^^ ~10879~^1^1^~roast whole~^1867^12^777.37 ~10880~^1^1^~lb~^453.6^12^0 ~10881~^1^1^~roast shank~^3204^6^309.749 ~10881~^2^1^~serving (3 oz)~^85^^ ~10882~^1^1^~slice~^277^11^219.831 ~10882~^2^1^~serving (3 oz)~^85^^ ~10883~^1^1^~roast~^1497^9^547.492 ~10883~^2^1^~serving (3 oz)~^85^^ ~10884~^1^1^~oz~^28.35^11^0 ~10884~^2^1^~lb~^453.6^11^0 ~10885~^1^1^~ham shank (1 shank unheated or as purchased)~^3846^^ ~10885~^2^1^~oz shank~^28.35^1^ ~10885~^3^1^~lb shank~^453.6^1^ ~10886~^1^1^~slice~^545^2^ ~10886~^2^1^~lb~^453.6^1^ ~10886~^3^1^~oz~^28.35^1^ ~10887~^1^1^~oz~^28.35^1^ ~10887~^2^1^~lb~^453.6^1^ ~10888~^1^1^~slice~^449^2^ ~10888~^2^1^~lb~^453.6^1^ ~10888~^3^1^~oz~^28.35^1^ ~10888~^4^1^~serving (3 oz)~^85^^ ~10889~^1^1^~lb shank~^453.6^1^ ~10889~^2^1^~oz shank~^28.35^1^ ~10890~^1^1^~lb rump~^453.6^1^ ~10890~^2^1^~oz rump~^28.35^1^ ~10891~^1^1^~lb shank~^453.6^1^ ~10891~^2^1^~oz shank~^28.35^1^ ~10892~^1^1^~slice~^430^1^ ~10892~^2^2^~slice~^468^1^ ~10893~^1^1^~oz spiral slice~^28.35^1^ ~10893~^2^1^~lb spiral slice~^453.6^1^ ~10899~^1^1^~slice~^366^6^53.162 ~10899~^2^1^~serving (3 oz)~^85^^ ~10900~^1^1^~oz whole~^28.35^11^0 ~10900~^2^1^~lb whole~^453.6^11^0 ~10901~^1^1^~oz spiral slice~^28.35^1^ ~10901~^2^1^~lb spiral slice~^453.6^1^ ~10902~^1^1^~slice~^430^1^ ~10902~^2^2^~slice~^468^1^ ~10903~^1^1^~oz shank~^28.35^1^ ~10903~^2^1^~lb shank~^453.6^1^ ~10904~^1^1^~oz rump~^28.35^1^ ~10904~^2^1^~lb rump~^453.6^1^ ~10905~^1^1^~oz whole~^28.35^4^0 ~10905~^2^1^~lb whole~^453.6^4^0 ~10906~^1^1^~oz~^28.35^1^ ~10906~^2^1^~lb~^453.6^1^ ~10907~^1^1^~oz shank~^28.35^1^ ~10907~^2^1^~lb shank~^453.6^1^ ~10908~^1^1^~oz rump~^28.35^1^ ~10908~^2^1^~lb rump~^453.6^1^ ~10909~^1^1^~oz whole~^28.35^12^0 ~10909~^2^1^~lb whole~^453.6^12^0 ~10910~^1^1^~oz~^28.35^1^ ~10910~^2^1^~lb~^453.6^1^ ~10911~^1^1^~oz~^28.35^1^ ~10911~^2^1^~lb~^453.6^1^ ~10912~^1^1^~oz~^28.35^1^ ~10912~^2^1^~lb~^453.6^1^ ~10913~^1^1^~roast rump~^2970^5^181.709 ~10913~^2^1^~serving (3 oz)~^85^^ ~10914~^1^1^~roast shank~^3054^6^543.619 ~10914~^2^1^~serving (3 oz)~^85^^ ~10915~^1^1^~slice~^436^9^59.271 ~10915~^2^1^~serving (3 oz)~^85^^ ~10916~^1^1^~slice~^189^12^59.369 ~10916~^2^1^~serving (3 oz)~^85^^ ~10917~^1^1^~roast~^1867^12^777.37 ~10917~^2^1^~serving (3 oz)~^85^^ ~10918~^1^1^~roast rump~^2533^5^530.743 ~10918~^2^1^~serving (3 oz)~^85^^ ~10919~^1^1^~roast shank~^3204^6^309.749 ~10919~^2^1^~serving (3 oz)~^85^^ ~10920~^1^1^~slice~^446^6^99.115 ~10920~^2^1^~serving (3 oz)~^85^^ ~10921~^1^1^~slice~^136^1^ ~10921~^2^1^~serving (3 oz)~^85^^ ~10922~^1^1^~roast~^1995^4^487.343 ~10922~^2^1^~serving (3 oz)~^85^^ ~10923~^1^1^~roast rump~^2673^8^160.075 ~10923~^2^1^~serving (3 oz)~^85^^ ~10924~^1^1^~roast shank~^3170^7^298.025 ~10924~^2^1^~serving (3 oz)~^85^^ ~10925~^1^1^~slice~^445^3^106.535 ~10925~^2^1^~serving (3 oz)~^85^^ ~10926~^1^1^~slice~^277^11^219.831 ~10926~^2^1^~serving (3 oz)~^85^^ ~10927~^1^1^~slice~^145^1^ ~10927~^2^1^~roast~^920^2^ ~10927~^3^1^~serving (3 oz)~^85^^ ~10928~^1^1^~roast~^1497^9^547.492 ~10928~^2^1^~serving (3 oz)~^85^^ ~10929~^1^1^~roast rump~^2874^3^104.472 ~10929~^2^1^~serving (3 oz)~^85^^ ~10931~^1^1^~roast rump~^2874^3^104.472 ~10931~^2^1^~serving (3 oz)~^85^^ ~10932~^1^1^~oz~^28.35^3^0 ~10932~^2^1^~lb~^453.6^3^0 ~10933~^1^1^~roast shank~^2800^3^427.282 ~10933~^2^1^~serving (3 oz)~^85^^ ~10934~^1^1^~oz~^28.35^3^0 ~10934~^2^1^~lb~^453.6^3^0 ~10935~^1^1^~roast shank~^2800^3^427.282 ~10935~^2^1^~serving (3 oz)~^85^^ ~10936~^1^1^~oz~^28.35^3^0 ~10936~^2^1^~lb~^453.6^3^0 ~10937~^1^1^~slice~^366^6^53.162 ~10937~^2^1^~serving (3 oz)~^85^^ ~10938~^1^1^~slice~^425^6^53.843 ~10938~^2^1^~serving (3 oz)~^85^^ ~10939~^1^1^~slice~^425^6^53.843 ~10939~^2^1^~serving (3 oz)~^85^^ ~10940~^1^1^~rack~^1533^13^ ~10943~^1^1^~roast~^508^24^ ~10944~^1^1^~roast~^537^24^ ~10945~^1^1^~steak~^264^66.5^ ~10946~^1^1^~steak~^393^53.5^ ~10947~^1^1^~chop~^134^102^ ~10948~^1^1^~chop~^158^85^ ~10949~^1^1^~chop~^158^85^ ~10950~^1^1^~chop~^134^102^ ~10951~^1^1^~roast~^537^24^ ~10952~^1^1^~roast~^508^24^ ~10953~^1^1^~steak~^393^53.5^ ~10954~^1^1^~steak~^264^66.5^ ~10955~^1^1^~lb rump~^453.6^3^0 ~10955~^2^1^~oz rump~^28.35^3^0 ~10956~^1^1^~piece~^194^12^30.241 ~10957~^1^1^~piece~^231^12^40.115 ~10958~^1^1^~piece~^430^12^51.189 ~10959~^1^1^~piece~^373^12^51.69 ~10960~^1^1^~piece~^92^12^10.506 ~10961~^1^1^~piece~^105^12^12.142 ~10962~^1^1^~ckd pr g~^609^12^95.268 ~10962~^2^1^~piece~^609^12^95.268 ~10963~^1^1^~raw pr g~^765^12^146.184 ~10963~^2^1^~piece~^765^12^146.184 ~11001~^1^1^~cup~^33^^ ~11001~^2^1^~tbsp~^3.0^^ ~11003~^1^1^~cup~^28^^ ~11003~^2^1^~leaf~^14.0^^ ~11004~^1^1^~cup~^132^^ ~11005~^1^1^~large~^25^^ ~11005~^2^1^~medium~^12.0^^ ~11006~^1^1^~medium~^12.0^^ ~11007~^1^1^~artichoke, medium~^128^^ ~11007~^2^1^~artichoke, large~^162^^ ~11008~^1^1^~artichoke, medium~^120^^ ~11008~^2^.5^~cup hearts~^84^^ ~11009~^1^1^~package (9 oz)~^255^^ ~11010~^1^1^~cup~^168^^ ~11010~^2^1^~package (9 oz), yields~^240^^ ~11010~^3^.333^~package (9 oz) yields~^80^^ ~11011~^1^1^~cup~^134^^ ~11011~^2^1^~spear, small (5" long or less)~^12.0^^ ~11011~^3^1^~spear, medium (5-1/4" to 7" long)~^16^^ ~11011~^4^1^~spear, large (7-1/4" to 8-1/2")~^20^^ ~11011~^5^1^~spear, extra large (8-3/4" to 10" long)~^24^^ ~11011~^6^1^~spear tip (2" long or less)~^3.5^^ ~11012~^1^.5^~cup~^90^^ ~11012~^2^4^~spears (1/2" base)~^60^^ ~11013~^1^.5^~cup~^122^^ ~11013~^2^1^~can (300 x 407)~^411^^ ~11015~^1^1^~cup~^242^^ ~11015~^2^1^~spear (about 5" long)~^18^^ ~11015~^3^1^~can (300 x 407)~^248^^ ~11018~^1^1^~package (10 oz)~^284^^ ~11018~^2^4^~spears~^58^^ ~11019~^1^1^~cup~^180^^ ~11019~^2^1^~package (10 oz) yields~^293^^ ~11019~^3^4^~spears~^60^^ ~11022~^1^1^~leaf~^4.0^^ ~11022~^2^.5^~cup~^24^^ ~11023~^1^1^~cup~^58^^ ~11024~^1^1^~cup (1/2" pieces)~^93^^ ~11024~^2^1^~balsam-pear~^124^^ ~11025~^1^1^~cup (1/2" pieces)~^124^^ ~11025~^2^.5^~cup (1/2" pieces)~^62^^ ~11026~^1^1^~cup (1/2" slices)~^151^^ ~11026~^2^.5^~cup (1/2" pieces)~^76^^ ~11027~^1^1^~cup (1/2" slices)~^120^^ ~11027~^2^1^~shoot~^144^^ ~11028~^1^1^~cup (1/8" slices)~^131^^ ~11028~^2^1^~can (303 x 406)~^262^^ ~11029~^1^1^~cup~^184^^ ~11031~^1^1^~cup~^156^^ ~11032~^1^1^~cup~^170^^ ~11033~^1^.5^~cup~^124^^ ~11033~^2^1^~can (303 x 406)~^454^^ ~11037~^1^.5^~cup~^80^^ ~11037~^2^1^~package (10 oz)~^284^^ ~11038~^1^1^~package (10 oz) yields~^311^^ ~11038~^2^.5^~cup~^85^^ ~11039~^1^.5^~cup~^82^^ ~11039~^2^1^~package (10 oz)~^284^^ ~11040~^1^1^~package (10 oz) yields~^311^^ ~11040~^2^.5^~cup~^90^^ ~11043~^1^1^~cup~^104^^ ~11043~^2^1^~package (12 oz)~^340^^ ~11044~^1^1^~cup~^124^^ ~11045~^1^1^~cup~^124^^ ~11046~^1^1^~cup~^104^^ ~11048~^1^1^~package (10 oz)~^284^^ ~11048~^2^.333^~package (10 oz)~^94^^ ~11049~^1^1^~package (10 oz) yields~^284^^ ~11049~^2^.333^~package (10 oz) yields~^94^^ ~11050~^1^1^~cup~^245^^ ~11052~^1^1^~cup~^110^^ ~11052~^2^10^~beans (4" long)~^55^^ ~11053~^1^1^~cup~^125^^ ~11054~^1^.5^~cup~^120^^ ~11054~^2^1^~can (303 x 406)~^439^^ ~11056~^1^1^~cup~^156^1^ ~11056~^2^10^~beans~^62^1^ ~11056~^3^1^~can (303 x 406)~^262^^ ~11058~^1^.5^~cup~^114^^ ~11058~^2^1^~can (303 x 406)~^439^^ ~11060~^1^1^~cup~^121^10^2.526 ~11060~^2^1^~package (10 oz)~^284^^ ~11061~^1^1^~cup~^135^^ ~11062~^1^1^~cup~^111^9^3.215 ~11080~^1^1^~cup~^136^^ ~11080~^2^1^~beet (2" dia)~^82^^ ~11081~^1^.5^~cup slices~^85^^ ~11081~^2^2^~beets (2" dia, sphere)~^100^^ ~11082~^1^1^~cup~^246^^ ~11084~^1^1^~cup, diced~^157^^ ~11084~^2^1^~cup, shredded~^195^^ ~11084~^3^1^~cup slices~^170^^ ~11084~^4^1^~cup, whole~^163^^ ~11084~^5^1^~slice~^8.0^^ ~11084~^6^1^~beet~^24^^ ~11084~^7^1^~can (303 x 406)~^294^^ ~11086~^1^1^~cup~^38^^ ~11086~^2^1^~leaf~^32^^ ~11086~^3^.5^~cup (1" pieces)~^19^^ ~11087~^1^1^~cup (1" pieces)~^144^^ ~11087~^2^.5^~cup (1" pieces)~^72^^ ~11088~^1^1^~cup~^109^^ ~11088~^2^1^~broadbean~^8.0^^ ~11090~^1^1^~cup chopped~^91^9^6.164 ~11090~^2^1^~bunch~^608^^ ~11090~^3^1^~spear (about 5" long)~^31^^ ~11090~^4^1^~stalk~^151^^ ~11090~^5^.5^~cup, chopped or diced~^44^^ ~11090~^6^1^~NLEA serving~^148^^ ~11091~^1^1^~stalk, large (11"-12" long)~^280^^ ~11091~^2^1^~stalk, medium (7-1/2" - 8" long)~^180^^ ~11091~^3^1^~stalk, small (5" long)~^140^^ ~11091~^4^1^~spear (about 5" long)~^37^^ ~11091~^5^.5^~cup, chopped~^78^^ ~11092~^1^1^~cup~^156^^ ~11092~^2^1^~package (10 oz)~^284^^ ~11093~^1^1^~cup~^184^^ ~11094~^1^1^~package (10 oz)~^284^^ ~11094~^2^1^~package (2 lb)~^907^^ ~11095~^1^1^~package (10 oz) yields~^250^^ ~11095~^2^.5^~cup~^92^^ ~11096~^1^1^~cup chopped~^40^1^ ~11096~^2^1^~stalk~^19^4^4.144 ~11097~^1^1^~bunch cooked~^437^3^30.621 ~11097~^2^1^~NLEA serving~^85^^ ~11098~^1^1^~cup~^88^^ ~11098~^2^1^~sprout~^19^^ ~11099~^1^1^~sprout~^21^^ ~11099~^2^.5^~cup~^78^^ ~11100~^1^1^~package (10 oz)~^284^^ ~11100~^2^1^~package (2 lb)~^907^^ ~11101~^1^1^~cup~^155^^ ~11104~^1^1^~cup (1" pieces)~^118^^ ~11104~^2^1^~root~^156^^ ~11105~^1^1^~cup (1" pieces)~^125^^ ~11105~^2^1^~root~^166^^ ~11106~^1^1^~cup~^94^^ ~11106~^2^1^~petiole~^5.0^^ ~11108~^1^1^~cup, chopped~^124^^ ~11108~^2^3^~stalks~^45^^ ~11109~^1^1^~cup, chopped~^89^^ ~11109~^2^1^~cup, shredded~^70^^ ~11109~^3^1^~head, large (about 7" dia)~^1248^^ ~11109~^4^1^~leaf, large~^33^^ ~11109~^5^1^~head, medium (about 5-3/4" dia)~^908^^ ~11109~^6^1^~leaf, medium~^23^^ ~11109~^7^1^~head, small (about 4-1/2" dia)~^714^^ ~11109~^8^1^~leaf~^15.0^^ ~11110~^1^1^~head~^1262^^ ~11110~^2^.5^~cup, shredded~^75^^ ~11112~^1^1^~cup, chopped~^89^^ ~11112~^2^1^~cup, shredded~^70^^ ~11112~^3^1^~head, large (about 5-1/2" dia)~^1134^^ ~11112~^4^1^~leaf~^23^^ ~11112~^5^1^~head, medium (about 5" dia)~^839^^ ~11112~^6^1^~head, small (4" dia)~^567^^ ~11113~^1^1^~leaf~^22^^ ~11113~^2^.5^~cup, shredded~^75^^ ~11114~^1^1^~cup, shredded~^70^^ ~11115~^1^1^~cup, shredded~^145^^ ~11116~^1^1^~cup, shredded~^70^^ ~11116~^2^1^~head~^840^^ ~11116~^3^1^~leaf~^14.0^^ ~11117~^1^1^~cup, shredded~^170^^ ~11119~^1^1^~cup, shredded~^76^^ ~11120~^1^1^~cup, shredded~^119^^ ~11120~^2^1^~leaf~^14.0^^ ~11122~^1^1^~cup, shredded~^178^^ ~11124~^1^1^~cup chopped~^128^^ ~11124~^2^1^~cup grated~^110^^ ~11124~^3^1^~cup strips or slices~^122^^ ~11124~^4^1^~large (7-1/4" to 8-/1/2" long)~^72^^ ~11124~^5^1^~medium~^61^^ ~11124~^6^1^~small (5-1/2" long)~^50^^ ~11124~^7^1^~slice~^3.0^^ ~11124~^8^1^~strip large (3" long)~^7.0^^ ~11124~^9^1^~strip medium~^4.0^^ ~11125~^1^1^~tbsp~^9.7^^ ~11125~^2^.5^~cup slices~^78^^ ~11125~^3^1^~carrot~^46^^ ~11126~^1^.5^~cup slices~^123^^ ~11126~^2^1^~can (303 x 406)~^454^^ ~11128~^1^1^~cup, mashed~^228^^ ~11128~^2^1^~cup, sliced~^146^^ ~11128~^3^1^~slice~^2.8^^ ~11128~^4^1^~can (303 x 406)~^284^^ ~11130~^1^1^~package (10 oz)~^284^^ ~11130~^2^.5^~cup slices~^64^^ ~11131~^1^1^~cup, sliced~^146^^ ~11134~^1^1^~cup~^206^^ ~11134~^2^1^~root~^408^^ ~11135~^1^1^~cup~^100^^ ~11135~^2^1^~floweret~^13.0^^ ~11135~^3^1^~head, large (6-7" dia)~^840^^ ~11135~^4^1^~head, medium (5-6" dia)~^575^^ ~11135~^5^1^~head, small (4" dia)~^265^^ ~11136~^1^.5^~cup (1" pieces)~^62^^ ~11136~^2^3^~flowerets~^54^^ ~11137~^1^1^~package (10 oz)~^284^^ ~11137~^2^.5^~cup (1" pieces)~^66^^ ~11138~^1^1^~cup (1" pieces)~^180^^ ~11141~^1^1^~cup~^156^^ ~11142~^1^1^~cup pieces~^155^^ ~11143~^1^1^~cup chopped~^101^12^6.584 ~11143~^2^1^~NLEA serving~^110^^ ~11143~^3^1^~tbsp~^7.5^^ ~11143~^4^1^~stalk, large (11"-12" long)~^64^^ ~11143~^5^1^~stalk, medium (7-1/2" - 8" long)~^40^^ ~11143~^6^1^~stalk, small (5" long)~^17^^ ~11143~^7^1^~strip (4" long)~^4.0^^ ~11144~^1^1^~cup, diced~^150^^ ~11144~^2^2^~stalks~^75^^ ~11145~^1^1^~leaf~^8.0^^ ~11147~^1^1^~cup~^36^^ ~11147~^2^1^~leaf~^48^^ ~11148~^1^1^~cup, chopped~^175^^ ~11149~^1^1^~cup (1" pieces)~^132^^ ~11149~^2^1^~chayote (5-3/4")~^203^^ ~11150~^1^1^~cup (1" pieces)~^160^^ ~11151~^1^1^~head~^53^^ ~11151~^2^.5^~cup~^45^^ ~11152~^1^1^~cup, chopped~^29^^ ~11154~^1^1^~root~^60^^ ~11154~^2^.5^~cup (1" pieces)~^45^^ ~11156~^1^1^~tbsp chopped~^3.0^^ ~11156~^2^1^~tsp chopped~^1.0^^ ~11157~^1^1^~cup (1" pieces)~^25^^ ~11157~^2^1^~stem (8-3/4" long)~^14.0^^ ~11158~^1^1^~cup (1" pieces)~^100^^ ~11159~^1^1^~tbsp~^8.0^^ ~11159~^2^.5^~cup~^60^^ ~11161~^1^1^~cup, chopped~^36^^ ~11162~^1^1^~cup, chopped~^190^^ ~11163~^1^1^~package (10 oz)~^284^^ ~11163~^2^1^~package (3 lb)~^1361^^ ~11164~^1^1^~cup, chopped~^170^^ ~11165~^1^.25^~cup~^4.0^^ ~11165~^2^9^~sprigs~^20^^ ~11167~^1^1^~cup~^154^^ ~11167~^2^1^~ear, large (7-3/4" to 9" long) yields~^143^^ ~11167~^3^1^~ear, medium (6-3/4" to 7-1/2" long) yields~^90^^ ~11167~^4^1^~ear, small (5-1/2" to 6-1/2" long)~^73^^ ~11168~^1^1^~ear small (5-1/2" to 6-1/2" long)~^89^^ ~11168~^2^1^~ear medium (6-3/4" to 7-1/2" long)~^103^^ ~11168~^3^1^~ear large (7-3/4" to 9" long)~^118^^ ~11168~^4^1^~cup cut~^164^^ ~11168~^5^1^~baby ear~^8.0^^ ~11168~^6^1^~ear, yields~^77^^ ~11170~^1^.5^~cup~^128^^ ~11170~^2^1^~can (303 x 406)~^482^^ ~11172~^1^1^~cup~^164^1^ ~11172~^2^1^~can (12 oz) yields~^211^^ ~11172~^3^1^~can (303 x 406)~^298^^ ~11174~^1^1^~cup~^256^^ ~11174~^2^1^~can (303 x 406)~^482^^ ~11176~^1^.5^~cup~^105^^ ~11176~^2^1^~can, 15 oz (303 x 406)~^425^^ ~11176~^3^1^~can (303 x 406)~^340^^ ~11178~^1^1^~cup~^136^9^4.178 ~11178~^2^1^~package~^284^1^ ~11179~^1^1^~package (10 oz) yields~^284^^ ~11179~^2^.5^~cup~^82^^ ~11180~^1^1^~ear, yields~^125^^ ~11180~^2^.5^~cup kernels~^82^^ ~11181~^1^1^~ear, yields~^63^^ ~11181~^2^.5^~cup kernels~^82^^ ~11182~^1^1^~cup~^141^9^5.832 ~11184~^1^1^~cup~^227^^ ~11190~^1^1^~cup~^56^^ ~11191~^1^1^~cup~^145^^ ~11192~^1^1^~cup~^165^^ ~11195~^1^1^~cup~^160^^ ~11195~^2^1^~package (10 oz)~^284^^ ~11196~^1^1^~cup~^170^^ ~11197~^1^1^~cup~^94^^ ~11197~^2^1^~pod~^12.0^^ ~11198~^1^1^~cup~^95^^ ~11199~^1^1^~cup slices~^91^^ ~11199~^2^1^~pod~^12.0^^ ~11200~^1^1^~cup slices~^104^^ ~11200~^2^1^~pod~^14.0^^ ~11201~^1^1^~cup, chopped~^36^^ ~11201~^2^1^~leaf~^3.0^^ ~11202~^1^1^~cup, chopped~^53^^ ~11203~^1^1^~cup~^50^^ ~11203~^2^1^~sprig~^1.0^^ ~11204~^1^1^~cup~^135^^ ~11204~^2^.5^~cup~^68^^ ~11205~^1^.5^~cup slices~^52^^ ~11205~^2^1^~cucumber (8-1/4")~^301^^ ~11206~^1^1^~cup, pared, chopped~^133^^ ~11206~^2^1^~cup, sliced~^119^^ ~11206~^3^1^~large (8-1/4" long)~^280^^ ~11206~^4^1^~medium~^201^^ ~11206~^5^1^~slice~^7.0^^ ~11206~^6^1^~small (6-3/8" long)~^158^^ ~11206~^7^1^~stick (4" long)~^9.0^^ ~11207~^1^1^~cup, chopped~^55^^ ~11208~^1^1^~cup, chopped~^105^^ ~11209~^1^1^~cup, cubes~^82^^ ~11209~^2^1^~eggplant, peeled (yield from 1-1/4 lb)~^458^^ ~11209~^3^1^~eggplant, unpeeled (approx 1-1/4 lb)~^548^^ ~11210~^1^1^~cup (1" cubes)~^99^^ ~11211~^1^1^~cup~^118^4^24.23 ~11211~^2^1^~package~^432^4^55.569 ~11212~^1^1^~cup~^155^2^ ~11213~^1^1^~head~^513^^ ~11213~^2^.5^~cup, chopped~^25^^ ~11215~^1^1^~cup~^136^^ ~11215~^2^1^~tsp~^2.8^^ ~11215~^3^1^~clove~^3.0^^ ~11215~^4^3^~cloves~^9.0^^ ~11216~^1^1^~tsp~^2.0^^ ~11216~^2^.25^~cup slices (1" dia)~^24^^ ~11216~^3^5^~slices (1" dia)~^11.0^^ ~11218~^1^.5^~cup (1" pieces)~^58^^ ~11218~^2^1^~gourd~^771^^ ~11219~^1^1^~cup (1" cubes)~^146^^ ~11220~^1^1^~cup (1" pieces)~^95^^ ~11220~^2^1^~gourd~^178^^ ~11221~^1^1^~cup (1" pieces)~^178^^ ~11221~^2^.5^~cup (1" slices)~^89^^ ~11222~^1^1^~cup, chopped~^21^^ ~11223~^1^1^~cup, chopped~^42^^ ~11224~^1^1^~cup~^80^^ ~11225~^1^1^~cup~^87^^ ~11226~^1^1^~cup slices~^150^^ ~11228~^1^1^~cup slices~^99^^ ~11228~^2^1^~piece~^6.0^^ ~11230~^1^1^~cup~^24^^ ~11231~^1^1^~cup~^28^^ ~11232~^1^1^~cup~^87^^ ~11233~^1^1^~cup, chopped~^67^^ ~11234~^1^1^~cup, chopped~^130^^ ~11235~^1^1^~package (10 oz)~^284^^ ~11235~^2^.333^~package (10 oz)~^94^^ ~11236~^1^1^~cup, chopped~^130^^ ~11236~^2^.5^~cup, chopped or diced~^65^^ ~11237~^1^1^~strip~^6.3^^ ~11237~^2^.5^~cup~^27^^ ~11241~^1^1^~cup~^135^^ ~11241~^2^1^~slice~^16^^ ~11242~^1^1^~cup, sliced~^165^^ ~11243~^1^1^~cup sliced~^121^3^8.69 ~11245~^1^1^~cup, chopped~^180^^ ~11246~^1^1^~cup~^89^^ ~11246~^2^1^~leek~^89^^ ~11246~^3^1^~slice~^6.0^^ ~11247~^1^1^~leek~^124^^ ~11247~^2^.25^~cup, chopped or diced~^26^^ ~11248~^1^1^~cup~^77^^ ~11250~^1^1^~cup, shredded or chopped~^55^^ ~11250~^2^1^~head (5" dia)~^163^^ ~11250~^3^1^~leaf, large~^15.0^^ ~11250~^4^1^~leaf, medium~^7.5^^ ~11250~^5^1^~leaf~^5.0^^ ~11251~^1^1^~cup shredded~^47^4^5.605 ~11251~^2^1^~leaf inner~^6.0^23^4.131 ~11251~^3^1^~leaf outer~^28^22^8.542 ~11251~^4^1^~head~^626^16^121.754 ~11251~^5^1^~NLEA serving~^85^^ ~11252~^1^1^~cup shredded~^72^4^12.615 ~11252~^2^1^~head, large~^755^^ ~11252~^3^1^~head, medium (6" dia)~^539^^ ~11252~^4^1^~head, small~^324^^ ~11252~^5^1^~leaf, large~^15.0^^ ~11252~^6^1^~leaf, medium~^8.0^^ ~11252~^7^1^~leaf, small~^5.0^^ ~11252~^8^1^~NLEA Serving~^89^^ ~11253~^1^1^~cup shredded~^36^^9.345 ~11253~^2^1^~head~^360^^174.527 ~11253~^3^1^~leaf inner~^4.8^^4.02 ~11253~^4^1^~leaf outer~^24^^8.645 ~11254~^1^10^~slices (2-1/2" dia)~^81^^ ~11254~^2^1^~root (9-1/2" long)~^115^^ ~11255~^1^.5^~cup~^60^^ ~11255~^2^10^~slices (2-1/2" dia)~^89^^ ~11257~^1^1^~cup shredded~^28^3^2.454 ~11257~^2^1^~leaf inner~^2.6^24^1.47 ~11257~^3^1^~leaf outer~^17^24^6.146 ~11257~^4^1^~head~^309^16^69.182 ~11257~^5^1^~NLEA serving~^85^^ ~11258~^1^.5^~cup, cubes~^68^^ ~11258~^2^1^~yam~^420^^ ~11259~^1^1^~cup, cubes~^145^^ ~11260~^1^1^~cup, pieces or slices~^70^^ ~11260~^2^1^~cup, whole~^96^^ ~11260~^3^1^~large~^23^^ ~11260~^4^1^~medium~^18^^ ~11260~^5^1^~slice~^6.0^^ ~11260~^6^1^~small~^10.0^^ ~11260~^7^.5^~cup pieces~^35^^ ~11261~^1^1^~cup pieces~^156^^ ~11261~^2^1^~tbsp~^9.8^^ ~11261~^3^1^~mushroom~^12.0^^ ~11261~^4^.5^~cup pieces~^78^^ ~11263~^1^1^~cup sliced~^108^24^17.752 ~11264~^1^1^~cup~^156^^ ~11264~^2^1^~can~^132^^ ~11264~^3^1^~large~^16^^ ~11264~^4^1^~medium~^12.0^^ ~11264~^5^1^~small~^7.0^^ ~11264~^6^10^~slices~^40^^ ~11264~^7^8^~caps~^47^^ ~11264~^8^.5^~cup pieces~^78^^ ~11265~^1^1^~cup diced~^86^2^ ~11265~^2^1^~piece whole~^84^20^26.751 ~11266~^1^1^~cup whole~^87^4^.963 ~11266~^2^1^~cup sliced~^72^4^3.008 ~11266~^3^1^~piece whole~^20^30^6.355 ~11267~^1^1^~cup whole~^89^4^21.061 ~11267~^2^1^~cup sliced~^97^4^29.33 ~11267~^3^1^~piece whole~^19^4^7.291 ~11268~^1^1^~mushroom~^3.6^^ ~11268~^2^4^~mushrooms~^15.0^^ ~11269~^1^1^~cup pieces~^145^^ ~11269~^2^4^~mushrooms~^72^^ ~11270~^1^1^~cup, chopped~^56^^ ~11271~^1^1^~cup, chopped~^140^^ ~11272~^1^1^~cup, chopped~^146^^ ~11272~^2^1^~package (10 oz)~^284^^ ~11273~^1^1^~cup, chopped~^150^^ ~11273~^2^1^~package (10 oz) yields~^212^^ ~11274~^1^1^~cup, chopped~^150^^ ~11275~^1^1^~cup, chopped~^180^^ ~11276~^1^1^~cup, chopped~^56^^ ~11277~^1^1^~cup, chopped~^180^^ ~11278~^1^1^~cup~^100^^ ~11278~^2^8^~pods (3" long)~^95^^ ~11279~^1^.5^~cup slices~^80^^ ~11279~^2^8^~pods (3" long)~^85^^ ~11280~^1^1^~package (10 oz)~^284^^ ~11280~^2^1^~package (3 lb)~^1361^^ ~11281~^1^1^~package (10 oz) yields~^255^^ ~11281~^2^.5^~cup slices~^92^^ ~11282~^1^1^~cup, chopped~^160^^ ~11282~^2^1^~cup, sliced~^115^^ ~11282~^3^1^~tbsp chopped~^10.0^^ ~11282~^4^1^~large~^150^^ ~11282~^5^1^~slice, large (1/4" thick)~^38^^ ~11282~^6^1^~medium (2-1/2" dia)~^110^^ ~11282~^7^1^~slice, medium (1/8" thick)~^14.0^^ ~11282~^8^1^~small~^70^^ ~11282~^9^1^~slice, thin~^9.0^^ ~11282~^10^10^~rings~^60^^ ~11283~^1^1^~cup~^210^^ ~11283~^2^1^~tbsp chopped~^15.0^^ ~11283~^3^1^~large~^128^^ ~11283~^4^1^~slice, large (1/4" thick)~^32^^ ~11283~^5^1^~medium~^94^^ ~11283~^6^1^~slice, medium (1/8" thick)~^12.0^^ ~11283~^7^1^~small~^60^^ ~11283~^8^1^~slice, thin~^8.0^^ ~11284~^1^1^~tbsp~^5.0^^ ~11284~^2^.25^~cup~^14.0^^ ~11285~^1^1^~onion~^63^^ ~11285~^2^.5^~cup, chopped or diced~^112^^ ~11286~^1^1^~cup chopped~^87^4^8.485 ~11287~^1^1^~package (10 oz)~^284^^ ~11288~^1^1^~tbsp chopped~^15.0^^ ~11288~^2^.5^~cup, chopped or diced~^105^^ ~11289~^1^1^~package (10 oz)~^284^^ ~11290~^1^1^~cup~^210^^ ~11291~^1^1^~cup, chopped~^100^^ ~11291~^2^1^~tbsp chopped~^6.0^^ ~11291~^3^1^~large~^25^^ ~11291~^4^1^~medium (4-1/8" long)~^15.0^^ ~11291~^5^1^~small (3" long)~^5.0^^ ~11292~^1^1^~tbsp~^6.0^^ ~11292~^2^1^~stalk~^12.0^^ ~11294~^1^1^~onion~^331^24^145.55 ~11294~^2^1^~NLEA serving~^148^^ ~11295~^1^1^~package (16 oz)~^454^^ ~11295~^2^1^~package (9 oz)~^255^^ ~11296~^1^1^~cup~^48^^ ~11296~^2^10^~rings, large (3-4" dia)~^71^^ ~11296~^3^10^~rings, medium (2-3" dia)~^60^^ ~11296~^4^10^~rings, small (1-2" dia)~^48^^ ~11297~^1^1^~cup~^60^^ ~11297~^2^1^~tbsp~^3.8^^ ~11297~^3^10^~sprigs~^10.0^^ ~11298~^1^1^~cup slices~^133^^ ~11299~^1^.5^~cup slices~^78^^ ~11299~^2^1^~parsnip (9" long)~^160^^ ~11300~^1^1^~cup, chopped~^98^^ ~11300~^2^1^~cup, whole~^63^^ ~11300~^3^10^~pea pods~^34^^ ~11301~^1^1^~cup~^160^^ ~11302~^1^.5^~cup~^72^^ ~11302~^2^1^~package (10 oz)~^284^^ ~11303~^1^1^~cup~^160^^ ~11303~^2^1^~package (10 oz) yields~^253^^ ~11303~^3^.5^~cup~^80^^ ~11304~^1^1^~cup~^145^^ ~11305~^1^1^~cup~^160^^ ~11306~^1^.5^~cup~^124^^ ~11306~^2^1^~can (303 x 406)~^482^^ ~11308~^1^1^~cup~^175^5^14.382 ~11308~^2^1^~can (303 x 406)~^313^^ ~11310~^1^1^~cup~^227^^ ~11310~^2^.5^~cup~^114^^ ~11312~^1^1^~cup~^134^9^6.196 ~11312~^2^1^~package~^284^1^ ~11313~^1^.5^~cup~^80^^ ~11313~^2^1^~package (10 oz) yields~^253^^ ~11316~^1^1^~cup~^120^^ ~11318~^1^1^~cup~^255^^ ~11322~^1^.5^~cup~^70^^ ~11322~^2^1^~package (10 oz)~^284^^ ~11323~^1^1^~package (10 oz) yields~^278^^ ~11323~^2^.5^~cup~^80^^ ~11324~^1^1^~cup~^120^^ ~11326~^1^.5^~cup~^69^^ ~11326~^2^1^~package (10 oz)~^284^^ ~11327~^1^1^~cup~^180^^ ~11329~^1^1^~pepper~^73^^ ~11329~^2^.5^~cup, chopped or diced~^68^^ ~11333~^1^1^~cup, chopped~^149^^ ~11333~^2^1^~cup, sliced~^92^^ ~11333~^3^1^~tbsp~^9.3^^ ~11333~^4^1^~large (2-1/4 per lb, approx 3-3/4" long, 3" dia)~^164^^ ~11333~^5^1^~medium (approx 2-3/4" long, 2-1/2" dia)~^119^^ ~11333~^6^1^~ring (3" dia, 1/4" thick)~^10.0^^ ~11333~^7^1^~small~^74^^ ~11333~^8^10^~strips~^27^^ ~11334~^1^1^~cup, chopped or strips~^135^^ ~11334~^2^1^~tablespoon, chopped~^11.6^^ ~11335~^1^1^~cup, halves~^140^^ ~11337~^1^1^~package (10 oz)~^284^^ ~11344~^1^1^~cup~^154^^ ~11344~^2^10^~seeds~^4.0^^ ~11345~^1^1^~cup~^153^^ ~11349~^1^1^~cup~^240^^ ~11350~^1^1^~cup~^160^^ ~11351~^1^1^~cup~^165^^ ~11351~^2^1^~tbsp~^10.0^^ ~11352~^1^1^~Potato large (3" to 4-1/4" dia)~^369^^ ~11352~^2^1^~Potato medium (2-1/4" to 3-1/4" dia)~^213^^ ~11352~^3^1^~Potato small (1-3/4" to 2-1/2" dia)~^170^^ ~11352~^4^.5^~cup, diced~^75^^ ~11353~^1^1^~potato large (3" to 4-1/4" dia)~^369^^ ~11353~^2^1^~Potato medium (2-1/4" to 3-1/4" dia)~^213^^ ~11353~^3^1^~Potato small (1-3/4" to 2-1/4" dia)~^170^^ ~11353~^4^.5^~cup, diced~^75^^ ~11354~^1^1^~potato large (3 to 4-1/4" dia)~^369^^ ~11354~^2^1^~potato medium (2-1/4" to 3-1/4" dia)~^213^^ ~11354~^3^1^~potato small (1-3/4" to 2-1/4" dia, raw)~^170^^ ~11354~^4^.5^~cup, diced~^75^^ ~11355~^1^1^~potato large (3" to 4-1/4" dia)~^369^^ ~11355~^2^1^~potato medium (2-1/4" to 3-1/4" dia)~^213^^ ~11355~^3^1^~potato small (1-3/4" to 2-1/4" dia)~^170^^ ~11355~^4^.5^~cup, diced~^75^^ ~11356~^1^1^~potato large (3" to 4-1/4" dia.~^299^^ ~11356~^2^1^~potato medium (2-1/4" to 3-1/4" dia.)~^173^^ ~11356~^3^1^~potato small (1-3/4" to 2-1/2" dia.)~^138^^ ~11357~^1^1^~potato large (3" to 4-1/4" dia)~^299^^ ~11357~^2^1^~potato medium (2-1/4" to 3-1/4" dia)~^138^^ ~11357~^3^1^~potato small (1-3/4" to 2-1/2" dia)~^138^^ ~11358~^1^1^~potato large (3" to 4-1/4" dia.~^299^^ ~11358~^2^1^~potato medium (2-1/4" to 3-1/4" dia.)~^173^^ ~11358~^3^1^~potato small (1-3/4" to 2-1/2" dia.)~^138^^ ~11359~^1^10^~strip~^82^6^11.557 ~11360~^1^10^~strip~^69^6^9.755 ~11362~^1^1^~skin~^38^^ ~11363~^1^.5^~cup~^61^^ ~11363~^2^1^~potato (2-1/3" x 4-3/4")~^156^^ ~11364~^1^1^~skin~^58^^ ~11365~^1^.5^~cup~^78^^ ~11365~^2^1^~potato (2-1/2" dia, sphere)~^136^^ ~11366~^1^1^~skin~^34^^ ~11367~^1^1^~large (3" to 4-1/4" dia.)~^300^^ ~11367~^2^1^~medium (2-1/4" to 3-1/4" dia.)~^167^^ ~11367~^3^1^~small (1-3/4" to 2-1/2" dia.)~^125^^ ~11367~^4^.5^~cup~^78^^ ~11368~^1^.5^~cup~^78^^ ~11368~^2^1^~potato (2-1/3" x 4-3/4")~^156^^ ~11369~^1^1^~skin~^58^^ ~11370~^1^1^~cup~^156^^ ~11371~^1^1^~cup~^210^^ ~11372~^1^1^~cup~^245^^ ~11373~^1^1^~cup~^245^^ ~11374~^1^1^~cup, whole~^300^^ ~11374~^2^1^~can (303 x 406)~^454^^ ~11376~^1^1^~cup~^180^^ ~11376~^2^1^~potato~^35^^ ~11378~^1^1^~cup~^60^4^8.248 ~11379~^1^1^~cup~^210^^ ~11380~^1^1^~cup~^200^^ ~11381~^1^1^~cup~^210^^ ~11382~^1^1^~cup~^200^^ ~11383~^1^1^~cup~^210^^ ~11384~^1^1^~package (5.5 oz)~^156^^ ~11384~^2^.167^~package (5.5 oz)~^26^^ ~11385~^1^.167^~package (5.5 oz) yields~^137^^ ~11385~^2^1^~package yield, 5.5 oz~^822^^ ~11386~^1^1^~package (5.5 oz)~^156^^ ~11386~^2^.167^~package (5.5 oz)~^26^^ ~11387~^1^1^~cup (unprepared)~^245^^ ~11387~^2^.167^~package (5.5 oz) yields~^137^^ ~11387~^3^1^~package yield, 5.5 oz~^822^^ ~11390~^1^.5^~cup~^105^^ ~11390~^2^1^~package (12 oz)~^340^^ ~11391~^1^1^~patty, oval (approx 3" x 1-1/2" x 1/2")~^29^^ ~11391~^2^.5^~cup~^78^^ ~11391~^3^1^~package yield, 12 oz~^205^^ ~11392~^1^1^~package (6 oz)~^170^^ ~11394~^1^10^~strip~^30^6^3.997 ~11395~^1^10^~strip~^21^6^4.18 ~11398~^1^1^~cup~^128^^ ~11399~^1^1^~cup~^128^^ ~11399~^2^1^~puff~^7.0^^ ~11399~^3^10^~Crispy Crowns~^60^^ ~11399~^4^10^~puffs~^79^^ ~11400~^1^1^~cup~^182^^ ~11402~^1^10^~strip~^89^18^53.024 ~11402~^2^1^~package (9 oz)~^255^^ ~11403~^1^10^~strips~^50^^ ~11403~^2^1^~package (9 oz), yields~^198^^ ~11406~^1^10^~strips~^65^^ ~11406~^2^1^~package (9 oz)~^255^^ ~11407~^1^10^~strips~^50^^ ~11407~^2^1^~package (9 oz), yields~^198^^ ~11408~^1^10^~strips~^65^^ ~11408~^2^1^~package (9 oz)~^255^^ ~11409~^1^10^~strips~^50^^ ~11409~^2^1^~package (9 oz), yields~^198^^ ~11411~^1^10^~strip~^153^6^16.262 ~11412~^1^10^~strip~^133^6^17.485 ~11413~^1^1^~cup~^160^^ ~11414~^1^1^~cup~^250^^ ~11416~^1^1^~cup~^33^^ ~11416~^2^1^~flower~^2.0^^ ~11417~^1^1^~cup~^134^^ ~11418~^1^1^~cup~^39^^ ~11419~^1^1^~cup~^71^^ ~11422~^1^1^~cup (1" cubes)~^116^^ ~11423~^1^1^~cup, mashed~^245^^ ~11424~^1^1^~cup~^245^^ ~11426~^1^1^~cup~^270^^ ~11427~^1^1^~cup~^43^^ ~11427~^2^1^~plant~^3.0^^ ~11428~^1^1^~cup~^115^^ ~11428~^2^1^~squash~^431^^ ~11429~^1^1^~cup slices~^116^^ ~11429~^2^1^~large (1" to 1-1/4" dia)~^9.0^^ ~11429~^3^1^~medium (3/4" to 1" dia)~^4.5^^ ~11429~^4^1^~slice~^1.0^^ ~11429~^5^1^~small~^2.0^^ ~11429~^6^.5^~cup slices~^58^^ ~11430~^1^1^~radish (7" long)~^338^^ ~11431~^1^1^~cup, sliced~^147^^ ~11432~^1^1^~cup~^116^^ ~11435~^1^1^~cup, cubes~^140^^ ~11435~^2^1^~large~^772^^ ~11435~^3^1^~medium~^386^^ ~11435~^4^1^~small~^192^^ ~11436~^1^1^~cup, cubes~^170^^ ~11436~^2^1^~cup, mashed~^240^^ ~11437~^1^1^~cup slices~^133^^ ~11438~^1^1^~cup, sliced~^135^^ ~11439~^1^1^~cup~^142^^ ~11439~^2^1^~cup, undrained~^236^^ ~11442~^1^2^~tbsp (1/8 cup)~^10.0^^ ~11444~^1^2^~tbsp (1/8 cup)~^10.0^^ ~11445~^1^2^~tbsp (1/8 cup)~^10.0^^ ~11446~^1^10^~sheets~^26^^ ~11446~^2^2^~tbsp (1/8 cup)~^10.0^^ ~11447~^1^1^~flower~^3.0^^ ~11447~^2^1^~cup flowers~^20^^ ~11448~^1^1^~cup~^104^^ ~11450~^1^1^~cup~^256^^ ~11451~^1^1^~cup~^180^^ ~11452~^1^.5^~cup~^35^^ ~11452~^2^10^~sprouts~^10.0^^ ~11453~^1^1^~cup~^94^^ ~11457~^1^1^~cup~^30^^ ~11457~^2^1^~bunch~^340^^ ~11457~^3^1^~leaf~^10.0^^ ~11457~^4^1^~package (10 oz)~^284^^ ~11458~^1^1^~cup~^180^^ ~11459~^1^1^~cup~^234^^ ~11461~^1^1^~cup~^214^^ ~11463~^1^1^~cup~^156^^ ~11463~^2^1^~package (10 oz)~^284^^ ~11464~^1^1^~package (10 oz) yields~^220^^ ~11464~^2^.5^~cup~^95^^ ~11467~^1^1^~cup, sliced~^130^^ ~11468~^1^1^~cup, sliced~^180^^ ~11468~^2^.5^~cup slices~^90^^ ~11471~^1^1^~cup, diced~^210^^ ~11471~^2^1^~cup, mashed~^240^^ ~11471~^3^1^~cup slices~^216^^ ~11471~^4^1^~slice~^8.0^^ ~11471~^5^1^~can (303 x 406)~^241^^ ~11473~^1^1^~cup slices~^130^^ ~11474~^1^1^~cup slices~^192^^ ~11475~^1^1^~cup slices~^130^^ ~11476~^1^1^~cup, mashed~^240^^ ~11476~^2^1^~cup, sliced~^180^^ ~11477~^1^1^~cup, chopped~^124^^ ~11477~^2^1^~cup, sliced~^113^^ ~11477~^3^1^~large~^323^^ ~11477~^4^1^~medium~^196^^ ~11477~^5^1^~slice~^9.9^^ ~11477~^6^1^~small~^118^^ ~11478~^1^1^~cup, sliced~^180^^ ~11478~^2^.5^~cup, mashed~^120^^ ~11479~^1^1^~package (10 oz)~^284^^ ~11479~^2^1^~package (3 lb)~^1361^^ ~11480~^1^1^~cup~^223^^ ~11481~^1^1^~cup~^227^^ ~11482~^1^1^~cup, cubes~^140^^ ~11482~^2^1^~squash (4 inch dia)~^431^^ ~11483~^1^1^~cup, cubes~^205^^ ~11484~^1^1^~cup, mashed~^245^^ ~11485~^1^1^~cup, cubes~^140^^ ~11486~^1^1^~cup, cubes~^205^^ ~11487~^1^1^~package (12 oz)~^340^^ ~11487~^2^1^~package (4 lb)~^1814^^ ~11488~^1^1^~cup, mashed~^240^^ ~11489~^1^1^~cup, cubes~^116^^ ~11490~^1^1^~cup, cubes~^205^^ ~11491~^1^1^~cup, mashed~^236^^ ~11492~^1^1^~cup, cubes~^101^^ ~11493~^1^1^~cup~^155^^ ~11496~^1^1^~cup~^192^^ ~11497~^1^1^~cup~^266^^ ~11499~^1^1^~cup~^255^^ ~11501~^1^1^~cup~^156^^ ~11501~^2^1^~package (10 oz)~^284^^ ~11502~^1^1^~cup~^170^^ ~11503~^1^1^~cup, chopped~^56^^ ~11503~^2^1^~shoot~^13.0^^ ~11504~^1^1^~cup, chopped~^98^^ ~11505~^1^1^~cup, chopped~^35^^ ~11505~^2^1^~leaf (12-1/4" long)~^16^^ ~11506~^1^1^~cup~^64^^ ~11507~^1^1^~cup, cubes~^133^^ ~11507~^2^1^~sweetpotato, 5" long~^130^^ ~11508~^1^1^~cup~^200^^ ~11508~^2^1^~large~^180^^ ~11508~^3^1^~medium (2" dia, 5" long, raw)~^114^^ ~11508~^4^1^~small~^60^^ ~11510~^1^1^~cup, mashed~^328^^ ~11510~^2^1^~medium~^151^^ ~11512~^1^1^~cup, mashed~^255^^ ~11512~^2^1^~cup pieces~^200^^ ~11514~^1^1^~cup~^255^^ ~11514~^2^1^~can (404 x 307)~^496^^ ~11516~^1^1^~cup, cubes~^176^^ ~11517~^1^1^~cup, cubes~^176^^ ~11518~^1^1^~cup, sliced~^104^^ ~11519~^1^1^~cup, sliced~^132^^ ~11520~^1^1^~cup~^28^^ ~11520~^2^1^~leaf (11" x 6-1/2")~^10.0^^ ~11521~^1^1^~cup~^145^^ ~11522~^1^.5^~cup slices~^43^^ ~11522~^2^1^~shoot~^83^^ ~11523~^1^1^~cup slices~^140^^ ~11525~^1^1^~cup slices~^125^^ ~11526~^1^1^~cup slices~^137^^ ~11527~^1^1^~cup~^180^^ ~11527~^2^1^~large~^182^^ ~11527~^3^1^~medium~^123^^ ~11527~^4^1^~slice or wedge~^20^^ ~11527~^5^1^~small~^91^^ ~11529~^1^1^~cup cherry tomatoes~^149^^ ~11529~^2^1^~cup, chopped or sliced~^180^^ ~11529~^3^1^~Italian tomato~^62^^ ~11529~^4^1^~cherry~^17^^ ~11529~^5^1^~large whole (3" dia)~^182^^ ~11529~^6^1^~medium whole (2-3/5" dia)~^123^^ ~11529~^7^1^~slice, medium (1/4" thick)~^20^^ ~11529~^8^1^~plum tomato~^62^^ ~11529~^9^1^~small whole (2-2/5" dia)~^91^^ ~11529~^10^1^~slice, thick/large (1/2" thick)~^27^^ ~11529~^11^1^~wedge (1/4 of medium tomato)~^31^^ ~11529~^12^1^~slice, thin/small~^15.0^^ ~11529~^13^1^~NLEA serving~^148^^ ~11530~^1^1^~cup~^240^^ ~11530~^2^2^~medium~^246^^ ~11531~^1^1^~cup~^240^^ ~11531~^2^1^~tbsp~^15.0^^ ~11531~^3^1^~can~^190^^ ~11531~^4^1^~large~^164^^ ~11531~^5^1^~medium~^111^^ ~11531~^6^1^~small~^82^^ ~11533~^1^1^~cup~^255^^ ~11537~^1^1^~cup~^241^^ ~11540~^1^1^~cup~^243^^ ~11540~^2^6^~fl oz~^182^^ ~11546~^1^1^~cup~^262^^ ~11546~^2^1^~tbsp~^16^^ ~11546~^3^1^~can (6 oz)~^170^^ ~11547~^1^1^~cup~^250^^ ~11547~^2^1^~can (29 oz) (401 x 411)~^822^^ ~11549~^1^1^~cup~^245^^ ~11551~^1^1^~cup~^245^^ ~11553~^1^1^~cup~^245^^ ~11555~^1^.5^~cup~^122^^ ~11555~^2^1^~can, 15 oz (303 x 406)~^425^^ ~11557~^1^1^~cup~^250^^ ~11557~^2^1^~can, 15 oz (303 x 406)~^411^^ ~11559~^1^1^~cup~^244^^ ~11559~^2^1^~can, 15 oz (303 x 406)~^425^^ ~11563~^1^.5^~cup, chopped~^71^^ ~11563~^2^1^~frond (6-1/2" long)~^31^^ ~11564~^1^1^~cup, cubes~^130^^ ~11564~^2^1^~large~^183^^ ~11564~^3^1^~medium~^122^^ ~11564~^4^1^~slice~^15.0^^ ~11564~^5^1^~small~^61^^ ~11564~^6^.5^~cup, cubes~^65^^ ~11565~^1^1^~cup, cubes~^156^^ ~11565~^2^1^~cup, mashed~^230^^ ~11566~^1^1^~package, mashed (10 oz)~^284^^ ~11566~^2^.333^~package, mashed (10 oz)~^94^^ ~11567~^1^1^~cup~^156^^ ~11568~^1^1^~cup, chopped~^55^^ ~11569~^1^1^~cup, chopped~^144^^ ~11570~^1^.5^~cup~^117^^ ~11570~^2^1^~can, 15 oz (303 x 406)~^425^^ ~11574~^1^.5^~cup, chopped or diced~^82^^ ~11574~^2^1^~package (10 oz)~^284^^ ~11575~^1^1^~cup~^164^^ ~11575~^2^1^~package (10 oz) yields~^220^^ ~11576~^1^1^~package (10 oz)~^284^^ ~11576~^2^1^~package (3 lb)~^1361^^ ~11577~^1^1^~cup~^163^^ ~11578~^1^1^~cup~^242^^ ~11578~^2^6^~fl oz~^182^^ ~11579~^1^1^~cup~^245^^ ~11581~^1^1^~cup~^163^^ ~11583~^1^1^~package (10 oz)~^284^^ ~11583~^2^1^~pack (2-1/2 lb)~^1134^^ ~11584~^1^1^~package (10 oz) yields~^275^^ ~11584~^2^.5^~cup~^91^^ ~11588~^1^.5^~cup slices~^62^^ ~11588~^2^4^~waterchestnuts~^36^^ ~11590~^1^.5^~cup slices~^70^^ ~11590~^2^4^~waterchestnuts~^28^^ ~11591~^1^1^~cup, chopped~^34^^ ~11591~^2^1^~sprig~^2.5^^ ~11591~^3^10^~sprigs~^25^^ ~11593~^1^1^~cup, cubes~^132^^ ~11593~^2^1^~waxgourd~^5700^^ ~11594~^1^1^~cup, cubes~^175^^ ~11595~^1^1^~cup slices~^44^^ ~11595~^2^1^~pod~^16^^ ~11596~^1^1^~cup~^62^^ ~11601~^1^1^~cup, cubes~^150^^ ~11602~^1^1^~cup, cubes~^136^^ ~11602~^2^.5^~cup, cubes~^68^^ ~11603~^1^1^~cup slices~^120^^ ~11603~^2^1^~cup~^130^^ ~11603~^3^1^~large~^1200^^ ~11603~^4^1^~medium~^659^^ ~11603~^5^1^~slice~^6.0^^ ~11603~^6^1^~small~^365^^ ~11605~^1^1^~cup slices~^246^^ ~11609~^1^1^~cup slices~^227^^ ~11613~^1^1^~cup (1" pieces)~^89^^ ~11615~^1^1^~tbsp~^0.2^^ ~11615~^2^.25^~cup~^0.8^^ ~11616~^1^1^~cup, chopped~^133^^ ~11618~^1^1^~cup~^100^^ ~11620~^1^1^~cup slices~^100^^ ~11620~^2^1^~pod (15-1/3" long)~^11.0^^ ~11621~^1^1^~cup, sliced~^118^^ ~11622~^1^1^~cup, chopped~^67^^ ~11623~^1^1^~cup, chopped~^130^^ ~11624~^1^1^~tbsp~^0.2^^ ~11624~^2^.25^~cup~^0.8^^ ~11625~^1^1^~tbsp~^0.4^^ ~11625~^2^.25^~cup~^1.4^^ ~11626~^1^1^~cup~^125^^ ~11632~^1^1^~cup, chopped~^136^^ ~11632~^2^1^~cup, sliced~^104^^ ~11632~^3^1^~pepper~^22^^ ~11634~^1^1^~tbsp~^0.4^^ ~11634~^2^.25^~cup~^1.6^^ ~11637~^1^.5^~cup slices~^50^^ ~11637~^2^1^~radish (7" long)~^17^^ ~11640~^1^1^~tbsp~^0.9^^ ~11640~^2^.25^~cup~^3.6^^ ~11641~^1^1^~cup, sliced~^113^^ ~11641~^2^1^~large~^323^^ ~11641~^3^1^~medium~^196^^ ~11641~^4^1^~slice~^9.9^^ ~11641~^5^1^~small~^118^^ ~11642~^1^1^~cup, sliced~^180^^ ~11643~^1^1^~cup, cubes~^116^^ ~11644~^1^1^~cup, cubes~^205^^ ~11645~^1^1^~cup~^228^^ ~11645~^2^1^~can (404 x 307)~^638^^ ~11647~^1^1^~cup~^196^^ ~11649~^1^1^~cup~^244^^ ~11649~^2^1^~can, 15 oz (303 x 406)~^425^^ ~11655~^1^1^~cup~^236^^ ~11655~^2^1^~fl oz~^29.5^^ ~11656~^1^1^~cup~^250^^ ~11656~^2^.667^~cup (#6 scoop)~^167^^ ~11657~^1^1^~cup~^210^^ ~11658~^1^1^~cup~^136^^ ~11658~^2^1^~recipe yield~^813^^ ~11659~^1^1^~piece (2-1/2" x 2" dia)~^105^^ ~11660~^1^1^~cup~^101^^ ~11660~^2^1^~recipe yield~^604^^ ~11667~^1^1^~cup~^112^^ ~11667~^2^1^~tablespoon~^7.0^^ ~11669~^1^2^~tbsp (1/8 cup)~^10.0^^ ~11670~^1^1^~pepper~^45^^ ~11670~^2^.5^~cup, chopped or diced~^75^^ ~11671~^1^1^~cup~^194^^ ~11671~^2^1^~recipe yield~^1162^^ ~11672~^1^1^~small 2-3/4 in. dia., 5/8 in. thick.~^22^^ ~11672~^2^1^~medium 3-1/4 in. x 3-5/8 in., 5/8 in. thick.~^37^^ ~11674~^1^1^~potato large~^299^3^0 ~11674~^2^1^~potato medium~^173^3^0 ~11674~^3^1^~potato small~^138^3^0 ~11674~^4^1^~NLEA serving~^148^^ ~11675~^1^1^~potato (2-3/4" dia by 4-3/4" long)~^202^^ ~11676~^1^1^~cup~^38^^ ~11677~^1^1^~tbsp chopped~^10.0^^ ~11683~^1^1^~cup~^74^^ ~11695~^1^1^~cup, chopped~^158^^ ~11695~^2^1^~tomato~^111^^ ~11696~^1^1^~cup, chopped~^139^^ ~11696~^2^1^~tomato~^212^^ ~11697~^1^1^~cup, sliced~^120^^ ~11697~^2^1^~root~^33^^ ~11698~^1^1^~cup, chopped~^51^^ ~11698~^2^1^~leaf~^18^^ ~11700~^1^1^~cup~^132^^ ~11701~^1^1^~corm, medium~^12.0^^ ~11702~^1^1^~artichoke, medium~^120^^ ~11702~^2^.5^~cup hearts~^84^^ ~11703~^1^1^~cup~^168^^ ~11703~^2^1^~package (9 oz), yields~^240^^ ~11703~^3^.333^~package (9 oz) yields~^80^^ ~11705~^1^.5^~cup~^90^^ ~11705~^2^4^~spears (1/2" base)~^60^^ ~11707~^1^.5^~cup~^122^^ ~11707~^2^1^~can (300 x 407)~^411^^ ~11709~^1^1^~cup~^180^^ ~11709~^2^1^~package (10 oz) yields~^293^^ ~11709~^3^4^~spears~^60^^ ~11710~^1^1^~cup~^58^^ ~11711~^1^1^~cup (1/2" pieces)~^124^^ ~11712~^1^1^~cup (1/2" slices)~^120^^ ~11712~^2^1^~shoot~^144^^ ~11714~^1^1^~cup~^170^^ ~11715~^1^.5^~cup~^124^^ ~11715~^2^1^~can (303 x 406)~^454^^ ~11716~^1^1^~package (10 oz) yields~^311^^ ~11716~^2^.5^~cup~^90^^ ~11717~^1^1^~package (10 oz) yields~^311^^ ~11717~^2^.5^~cup~^85^^ ~11718~^1^1^~cup~^124^^ ~11720~^1^1^~package (10 oz) yields~^284^^ ~11720~^2^.333^~package (10 oz) yields~^94^^ ~11722~^1^1^~cup~^110^^ ~11723~^1^1^~cup~^125^^ ~11724~^1^1^~cup~^125^^ ~11725~^1^1^~cup~^125^^ ~11726~^1^.5^~cup~^120^^ ~11726~^2^1^~can (303 x 406)~^439^^ ~11727~^1^.5^~cup~^120^^ ~11727~^2^1^~can (303 x 406)~^439^^ ~11728~^1^.5^~cup~^120^^ ~11728~^2^1^~can (303 x 406)~^439^^ ~11729~^1^1^~cup~^135^^ ~11729~^2^10^~beans~^62^^ ~11729~^3^1^~can (303 x 406)~^262^^ ~11730~^1^1^~cup~^124^^ ~11730~^2^1^~package (10 oz)~^284^^ ~11731~^1^1^~cup~^135^^ ~11732~^1^1^~cup~^135^^ ~11733~^1^1^~cup~^135^^ ~11734~^1^.5^~cup slices~^85^^ ~11734~^2^2^~beets (2" dia, sphere)~^100^^ ~11735~^1^1^~cup~^246^^ ~11736~^1^1^~cup (1" pieces)~^144^^ ~11740~^1^1^~cup flowerets~^71^^ ~11740~^2^1^~floweret~^11.0^^ ~11741~^1^1^~stalk~^114^^ ~11742~^1^1^~stalk, large (11"-12" long)~^280^^ ~11742~^2^1^~stalk, medium (7-1/2" - 8" long)~^180^^ ~11742~^3^1^~stalk, small (5" long)~^140^^ ~11742~^4^1^~spear (about 5" long)~^37^^ ~11742~^5^.5^~cup, chopped~^78^^ ~11743~^1^1^~cup~^184^^ ~11744~^1^1^~package (10 oz) yields~^250^^ ~11744~^2^.5^~cup~^92^^ ~11745~^1^1^~sprout~^21^^ ~11745~^2^.5^~cup~^78^^ ~11746~^1^1^~cup~^155^^ ~11747~^1^1^~cup (1" pieces)~^125^^ ~11747~^2^1^~root~^166^^ ~11749~^1^1^~head~^908^^ ~11749~^2^.5^~cup, shredded~^35^^ ~11750~^1^1^~head~^908^^ ~11750~^2^.5^~cup, shredded~^35^^ ~11751~^1^1^~head~^1262^^ ~11751~^2^.5^~cup, shredded~^75^^ ~11752~^1^1^~leaf~^22^^ ~11752~^2^.5^~cup, shredded~^75^^ ~11753~^1^1^~cup, shredded~^145^^ ~11754~^1^1^~cup, shredded~^170^^ ~11755~^1^1^~cup, shredded~^119^^ ~11755~^2^1^~leaf~^14.0^^ ~11757~^1^1^~tbsp~^9.7^^ ~11757~^2^.5^~cup slices~^78^^ ~11757~^3^1^~carrot~^46^^ ~11758~^1^.5^~cup slices~^123^^ ~11758~^2^1^~can (303 x 406)~^454^^ ~11759~^1^1^~cup, mashed~^228^^ ~11759~^2^1^~cup, sliced~^146^^ ~11759~^3^1^~slice~^2.8^^ ~11759~^4^1^~can (303 x 406)~^284^^ ~11760~^1^1^~cup slices~^146^^ ~11761~^1^.5^~cup (1" pieces)~^62^^ ~11761~^2^3^~flowerets~^54^^ ~11762~^1^1^~cup (1" pieces)~^180^^ ~11763~^1^1^~cup pieces~^155^^ ~11764~^1^1^~cup, diced~^150^^ ~11765~^1^1^~cup, chopped~^175^^ ~11766~^1^1^~cup (1" pieces)~^160^^ ~11767~^1^1^~cup (1" pieces)~^100^^ ~11768~^1^1^~cup, chopped~^190^^ ~11769~^1^1^~cup, chopped~^170^^ ~11770~^1^1^~ear small (5-1/2" to 6-1/2" long)~^89^^ ~11770~^2^1^~ear medium (6-3/4" to 7-1/2" long)~^103^^ ~11770~^3^1^~ear large (7-3/4" to 9" long)~^118^^ ~11770~^4^1^~cup cut~^164^^ ~11770~^5^1^~baby ear~^8.0^^ ~11770~^6^1^~ear, yields~^77^^ ~11771~^1^.5^~cup~^128^^ ~11771~^2^1^~can (303 x 406)~^482^^ ~11772~^1^1^~cup~^256^^ ~11772~^2^1^~can (303 x 406)~^482^^ ~11773~^1^.5^~cup~^105^^ ~11773~^2^1^~can (303 x 406)~^340^^ ~11774~^1^1^~package (10 oz) yields~^284^^ ~11774~^2^.5^~cup~^82^^ ~11775~^1^1^~ear, yields~^63^^ ~11775~^2^.5^~cup kernels~^82^^ ~11777~^1^1^~cup~^165^^ ~11778~^1^1^~cup~^170^^ ~11779~^1^1^~cup~^95^^ ~11780~^1^1^~cup, chopped~^53^^ ~11781~^1^1^~cup~^135^^ ~11782~^1^1^~cup, chopped~^105^^ ~11783~^1^1^~cup (1" cubes)~^99^^ ~11784~^1^1^~cup (1" cubes)~^146^^ ~11785~^1^1^~cup (1" pieces)~^178^^ ~11785~^2^.5^~cup (1" slices)~^89^^ ~11786~^1^1^~cup, chopped~^42^^ ~11787~^1^1^~cup slices~^118^^ ~11788~^1^1^~cup~^87^^ ~11789~^1^1^~cup~^87^^ ~11790~^1^1^~cup, chopped~^130^^ ~11791~^1^1^~cup, chopped~^130^^ ~11792~^1^1^~cup, chopped~^130^^ ~11793~^1^1^~cup slices~^165^^ ~11794~^1^1^~cup, chopped~^180^^ ~11795~^1^1^~leek~^124^^ ~11795~^2^.25^~cup, chopped~^26^^ ~11796~^1^.5^~cup~^60^^ ~11796~^2^10^~slices (2-1/2" dia)~^89^^ ~11797~^1^1^~cup pieces~^156^^ ~11797~^2^1^~tbsp~^9.8^^ ~11797~^3^1^~mushroom~^12.0^^ ~11797~^4^.5^~cup pieces~^78^^ ~11798~^1^1^~cup pieces~^145^^ ~11798~^2^4^~mushrooms~^72^^ ~11799~^1^1^~cup, chopped~^140^^ ~11800~^1^1^~package (10 oz) yields~^212^^ ~11800~^2^.5^~cup, chopped or diced~^75^^ ~11801~^1^1^~cup, chopped~^180^^ ~11802~^1^1^~cup, chopped~^180^^ ~11803~^1^.5^~cup slices~^80^^ ~11803~^2^8^~pods (3" long)~^85^^ ~11804~^1^1^~package (10 oz) yields~^255^^ ~11804~^2^.5^~cup slices~^92^^ ~11805~^1^1^~cup~^210^^ ~11805~^2^1^~tbsp chopped~^15.0^^ ~11805~^3^1^~large~^128^^ ~11805~^4^1^~slice large (1/4" thick)~^32^^ ~11805~^5^1^~medium~^94^^ ~11805~^6^1^~slice medium (1/8" thick)~^12.0^^ ~11805~^7^1^~small~^60^^ ~11805~^8^1^~slice thin~^8.0^^ ~11806~^1^1^~tbsp chopped~^15.0^^ ~11806~^2^.5^~cup, chopped or diced~^105^^ ~11807~^1^1^~cup~^210^^ ~11808~^1^.5^~cup slices~^78^^ ~11808~^2^1^~parsnip (9" long)~^160^^ ~11809~^1^1^~cup~^160^^ ~11810~^1^1^~cup~^160^^ ~11810~^2^1^~package (10 oz) yields~^253^^ ~11811~^1^1^~cup~^160^^ ~11812~^1^.5^~cup~^124^^ ~11812~^2^1^~can (303 x 406)~^482^^ ~11813~^1^.5^~cup~^85^^ ~11813~^2^1^~can (303 x 406)~^313^^ ~11814~^1^.5^~cup~^80^^ ~11814~^2^1^~package (10 oz) yields~^253^^ ~11816~^1^1^~cup~^255^^ ~11817~^1^1^~package (10 oz) yields~^278^^ ~11817~^2^.5^~cup~^80^^ ~11818~^1^1^~cup~^180^^ ~11819~^1^1^~pepper~^45^^ ~11819~^2^.5^~cup, chopped or diced~^75^^ ~11820~^1^1^~pepper~^73^^ ~11820~^2^.5^~cup, chopped or diced~^68^^ ~11821~^1^1^~cup, chopped~^149^^ ~11821~^2^1^~cup, sliced~^92^^ ~11821~^3^1^~tablespoon~^9.3^^ ~11821~^4^1^~large (2-1/4 per pound, approx 3-3/4" long, 3" dia.)~^164^^ ~11821~^5^1^~medium (approx 2-3/4" long, 2-1/2 dia.)~^119^^ ~11821~^6^1^~small~^74^^ ~11821~^7^1^~ring (3" dia., 1/4" thick)~^10.0^^ ~11822~^1^1^~tbsp~^11.6^^ ~11822~^2^1^~pepper~^73^^ ~11822~^3^.5^~cup, chopped~^92^^ ~11823~^1^1^~cup, strips~^135^^ ~11823~^2^1^~tbsp~^11.6^^ ~11823~^3^.5^~cup, chopped~^68^^ ~11824~^1^1^~tbsp~^12.0^^ ~11824~^2^1^~pepper~^73^^ ~11824~^3^.5^~cup, chopped~^92^^ ~11825~^1^1^~cup, chopped or strips~^135^^ ~11825~^2^1^~tablespoon, chopped~^11.6^^ ~11826~^1^1^~cup~^153^^ ~11827~^1^1^~cup~^165^^ ~11828~^1^1^~potato large (3" to 4-1/4" dia)~^299^3^0 ~11828~^2^1^~potato medium (2-1/4" to 3-1/4" dia)~^173^3^0 ~11828~^3^1^~potato small (1-3/4" to 2-1/2" dia)~^138^3^0 ~11828~^4^.5^~cup~^61^^ ~11828~^5^1^~NLEA serving~^148^^ ~11829~^1^.5^~cup~^61^^ ~11829~^2^1^~potato (2-1/3" x 4-3/4")~^156^^ ~11830~^1^1^~skin~^58^^ ~11831~^1^.5^~cup~^78^^ ~11831~^2^1^~potato (2-1/2" dia, sphere)~^136^^ ~11832~^1^1^~skin~^34^^ ~11833~^1^1^~large (3" to 4-1/4" dia.)~^300^^ ~11833~^2^1^~medium (2-1/4" to 2-1/4" dia.)~^167^^ ~11833~^3^1^~small (1-3/4" to 2-1/2" dia.)~^125^^ ~11833~^4^.5^~cup~^78^^ ~11834~^1^1^~potato (2-1/3" x 4-3/4")~^202^^ ~11835~^1^.5^~cup~^78^^ ~11835~^2^1^~potato (2-1/3" x 4-3/4")~^156^^ ~11836~^1^1^~skin~^58^^ ~11840~^1^10^~strips~^50^^ ~11840~^2^1^~package (9 oz) yields~^198^^ ~11841~^1^10^~strip~^74^18^48.34 ~11842~^1^10^~strips~^65^^ ~11842~^2^1^~package (9 oz)~^255^^ ~11843~^1^1^~cup~^245^^ ~11844~^1^1^~cup~^245^^ ~11845~^1^1^~cup, mashed~^245^^ ~11846~^1^1^~cup~^245^^ ~11847~^1^1^~cup~^134^^ ~11848~^1^1^~cup~^71^^ ~11849~^1^1^~cup~^115^^ ~11850~^1^1^~cup slices~^147^^ ~11851~^1^.5^~cup, mashed~^120^^ ~11852~^1^1^~cup slices~^135^^ ~11853~^1^1^~cup~^180^^ ~11854~^1^1^~cup~^180^^ ~11855~^1^1^~cup~^234^^ ~11856~^1^1^~package (10 oz) yields~^220^^ ~11856~^2^.5^~cup~^95^^ ~11857~^1^1^~cup slices~^180^^ ~11858~^1^1^~cup slices~^180^^ ~11859~^1^1^~cup slices~^192^^ ~11860~^1^.5^~cup slices~^90^^ ~11860~^2^.5^~cup, mashed~^120^^ ~11861~^1^.5^~cup slices~^90^^ ~11861~^2^.5^~cup, mashed~^120^^ ~11862~^1^1^~cup~^223^^ ~11863~^1^1^~cup, cubes~^205^^ ~11864~^1^1^~cup, cubes~^205^^ ~11865~^1^1^~cup, mashed~^245^^ ~11866~^1^1^~cup, cubes~^205^^ ~11867~^1^1^~cup, mashed~^240^^ ~11868~^1^1^~cup, cubes~^205^^ ~11869~^1^1^~cup, mashed~^236^^ ~11870~^1^1^~cup~^155^^ ~11871~^1^1^~cup~^192^^ ~11872~^1^1^~cup~^170^^ ~11873~^1^1^~cup, chopped~^98^^ ~11874~^1^1^~cup~^64^^ ~11875~^1^1^~medium (2" dia, 5" long, raw)~^114^^ ~11875~^2^.5^~cup, mashed~^100^^ ~11876~^1^1^~cup, mashed~^328^^ ~11876~^2^1^~medium~^151^^ ~11877~^1^1^~cup, cubes~^176^^ ~11878~^1^1^~cup slices~^132^^ ~11879~^1^1^~cup~^145^^ ~11880~^1^1^~cup slices~^140^^ ~11881~^1^1^~cup slices~^137^^ ~11884~^1^1^~cup~^240^^ ~11884~^2^.5^~cup~^120^^ ~11884~^3^1^~NLEA serving~^121^^ ~11885~^1^1^~cup~^240^^ ~11885~^2^1^~tbsp~^15.0^^ ~11885~^3^1^~can~^190^^ ~11885~^4^1^~large~^164^^ ~11885~^5^1^~medium~^111^^ ~11885~^6^1^~small~^82^^ ~11885~^7^.5^~cup~^120^^ ~11886~^1^1^~cup~^243^^ ~11886~^2^1^~fl oz~^30.4^^ ~11886~^3^6^~fl oz~^182^^ ~11887~^1^.5^~cup~^131^^ ~11887~^2^1^~can (6 oz)~^170^^ ~11888~^1^1^~cup~^250^^ ~11888~^2^1^~can (29 oz) (401 x 411)~^822^^ ~11889~^1^1^~cup, cubes~^156^^ ~11889~^2^1^~cup, mashed~^230^^ ~11890~^1^1^~cup~^156^^ ~11891~^1^1^~cup, chopped~^144^^ ~11892~^1^1^~package (10 oz) yields~^220^^ ~11892~^2^.5^~cup~^82^^ ~11893~^1^1^~cup~^163^^ ~11893~^2^.5^~cup~^86^^ ~11894~^1^1^~package (10 oz) yields~^275^^ ~11894~^2^.5^~cup~^91^^ ~11895~^1^1^~cup, cubes~^175^^ ~11896~^1^1^~cup~^62^^ ~11896~^2^.5^~cup~^31^^ ~11897~^1^1^~cup, cubes~^136^^ ~11897~^2^.5^~cup, cubes~^68^^ ~11899~^1^1^~cup slices~^104^^ ~11899~^2^1^~pod~^14.0^^ ~11900~^1^1^~ear, small (5-1/2" to 6-1/2" long)~^73^^ ~11900~^2^1^~ear, medium (6-3/4" to 7-1/2" long)~^90^^ ~11900~^3^1^~ear, large (7-3/4" to 9" long)~^143^^ ~11900~^4^1^~cup~^154^^ ~11901~^1^1^~ear, small (5-1/2" to 6-1/2" long)~^89^^ ~11901~^2^1^~ear, medium (6-3/4" to 7-1/2" long)~^103^^ ~11901~^3^1^~ear, large (7-3/4" to 9" long)~^116^^ ~11901~^4^1^~cup cut~^164^^ ~11901~^5^1^~ear, yields~^77^^ ~11902~^1^1^~ear, small (5-1/2" to 6-1/2" long)~^89^^ ~11902~^2^1^~ear, medium (6-3/4" to 7-1/2" long)~^103^^ ~11902~^3^1^~ear, large (7-3/4" to 9" long)~^118^^ ~11902~^4^1^~cup cut~^164^^ ~11902~^5^1^~ear, yields~^77^^ ~11903~^1^.5^~cup~^128^^ ~11903~^2^1^~can (303 x 406)~^482^^ ~11904~^1^.5^~cup~^128^^ ~11904~^2^1^~can (303 x 406)~^482^^ ~11905~^1^1^~cup~^164^^ ~11905~^2^1^~can (303 x 406)~^298^^ ~11906~^1^1^~cup~^256^^ ~11906~^2^1^~can (303 x 406)~^482^^ ~11907~^1^.5^~cup~^128^^ ~11907~^2^1^~can (303 x 406)~^482^^ ~11908~^1^.5^~cup~^105^^ ~11908~^2^1^~can (303 x 406)~^340^^ ~11909~^1^.5^~cup~^105^^ ~11909~^2^1^~can (303 x 406)~^340^^ ~11910~^1^.5^~cup~^82^^ ~11910~^2^1^~package (10 oz)~^284^^ ~11911~^1^1^~package (10 oz) yields~^284^^ ~11911~^2^.5^~cup~^82^^ ~11912~^1^1^~package (10 oz) yields~^284^^ ~11912~^2^.5^~cup~^82^^ ~11913~^1^1^~ear, yields~^125^^ ~11913~^2^.5^~cup kernels~^82^^ ~11914~^1^1^~ear, yields~^63^^ ~11914~^2^.5^~cup kernels~^82^^ ~11915~^1^1^~ear, yields~^63^^ ~11915~^2^.5^~cup kernels~^82^^ ~11916~^1^1^~cup, halves~^140^^ ~11916~^2^.5^~cup, halves~^70^^ ~11917~^1^1^~package (10 oz)~^284^^ ~11917~^2^.1^~package (10 oz)~^28^^ ~11918~^1^1^~cup, chopped or strips~^135^^ ~11918~^2^1^~tablespoon, chopped~^11.6^^ ~11919~^1^1^~cup, chopped or strips~^135^^ ~11919~^2^1^~tablespoon, chopped~^11.6^^ ~11922~^1^1^~cup~^104^^ ~11923~^1^1^~cup~^94^^ ~11927~^1^1^~cup, cubes~^145^^ ~11928~^1^1^~frond (6-1/2" long)~^31^^ ~11928~^2^.5^~cup, chopped or diced~^71^^ ~11929~^1^1^~cup~^210^^ ~11930~^1^1^~cup~^210^^ ~11931~^1^1^~tbsp~^0.4^^ ~11931~^2^.25^~cup~^1.6^^ ~11932~^1^1^~cup~^135^^ ~11932~^2^10^~beans~^62^^ ~11932~^3^1^~can (303 x 406)~^262^^ ~11933~^1^.5^~cup~^68^^ ~11933~^2^1^~can (303 x 406)~^262^^ ~11934~^1^1^~cup~^210^^ ~11935~^1^1^~cup~^240^^ ~11935~^2^1^~tbsp~^15.0^^ ~11935~^3^1^~packet~^6.0^^ ~11937~^1^1^~cup, chopped or diced~^143^^ ~11937~^2^1^~cup (about 23 slices)~^155^^ ~11937~^3^1^~large (4" long)~^135^^ ~11937~^4^1^~piece~^65^12^25.481 ~11937~^5^1^~slice~^7.0^^ ~11937~^6^1^~small~^37^^ ~11937~^7^1^~spear~^35^11^8.895 ~11940~^1^1^~cup, chopped~^160^^ ~11940~^2^1^~cup~^153^12^10.227 ~11940~^3^1^~large Gherkin (3" long)~^35^^ ~11940~^4^1^~Gherkin (2-3/4" long)~^25^^ ~11940~^5^1^~midget Gherkin (2-1/8" long)~^6.0^^ ~11940~^6^1^~chip~^7.5^12^2.601 ~11940~^7^1^~small Gherkin (2-1/2" long)~^15.0^^ ~11940~^8^1^~spear Gherkin~^20^^ ~11941~^1^1^~cup~^155^^ ~11941~^2^1^~large (4" long)~^135^^ ~11941~^3^1^~medium (3-3/4" long)~^65^^ ~11941~^4^1^~slice~^7.0^^ ~11941~^5^1^~small~^37^^ ~11941~^6^1^~spear~^30^^ ~11943~^1^1^~cup~^192^^ ~11943~^2^1^~tbsp~^12.0^^ ~11943~^3^1^~slice~^1.0^^ ~11943~^4^1^~pimiento, whole~^66^^ ~11944~^1^1^~tbsp~^15.0^^ ~11944~^2^.5^~cup~^122^^ ~11945~^1^1^~cup~^245^^ ~11945~^2^1^~tbsp~^15.0^^ ~11945~^3^1^~packet (2/3 tbsp)~^10.0^^ ~11946~^1^1^~cup, chopped or diced~^143^^ ~11946~^2^1^~cup (about 23 slices)~^155^^ ~11946~^3^1^~large (4" long)~^135^^ ~11946~^4^1^~medium (3-3/4" long)~^65^^ ~11946~^5^1^~slice~^6.0^^ ~11946~^6^1^~small~^37^^ ~11946~^7^1^~spear~^30^^ ~11947~^1^1^~medium~^65^^ ~11947~^2^1^~slice~^6.0^^ ~11948~^1^1^~cup, chopped or diced~^160^^ ~11948~^2^1^~cup, sliced~^170^^ ~11948~^3^1^~large~^35^^ ~11948~^4^1^~medium~^35^^ ~11948~^5^1^~slice~^6.0^^ ~11948~^6^1^~small~^15.0^^ ~11949~^1^1^~cup~^240^^ ~11949~^2^1^~tbsp~^15.0^^ ~11949~^3^1^~packet~^6.0^^ ~11950~^1^1^~large~^5.0^^ ~11950~^2^1^~medium~^3.0^^ ~11950~^3^1^~cup whole~^64^4^25.365 ~11950~^4^1^~cup sliced~^65^4^19.157 ~11951~^1^1^~pepper, large (3-3/4" long, 3" dia)~^186^^ ~11951~^2^10^~strips~^52^^ ~11952~^1^1^~cup, shredded~^40^^ ~11952~^2^1^~leaf~^8.0^^ ~11953~^1^1^~large~^16^^ ~11953~^2^1^~medium~^11.0^^ ~11954~^1^1^~medium~^34^^ ~11954~^2^.5^~cup, chopped or diced~^66^^ ~11955~^1^1^~cup~^54^^ ~11955~^2^1^~piece~^2.0^^ ~11956~^1^1^~cup~^110^^ ~11956~^2^1^~piece~^3.0^^ ~11957~^1^1^~cup, sliced~^87^^ ~11957~^2^1^~bulb~^234^^ ~11958~^1^1^~tbsp~^15.0^^ ~11958~^2^.5^~cup~^122^^ ~11959~^1^1^~leaf~^2.0^^ ~11959~^2^.5^~cup~^10.0^^ ~11960~^1^1^~large~^15.0^^ ~11960~^2^1^~medium~^10.0^^ ~11960~^3^1^~NLEA serving~^85^^ ~11961~^1^1^~cup~^146^^ ~11961~^2^1^~piece~^33^^ ~11962~^1^1^~cup~^37^^ ~11962~^2^1^~pepper~^0.5^^ ~11963~^1^1^~cup, sliced~^86^^ ~11964~^1^1^~cup~^149^^ ~11964~^2^1^~pad~^29^^ ~11965~^1^1^~cup~^64^^ ~11965~^2^1^~floweret~^25^^ ~11965~^3^1^~head, large (6-7" dia)~^511^^ ~11965~^4^1^~head, medium (5-6" dia)~^431^^ ~11965~^5^1^~head, small (4" dia)~^325^^ ~11967~^1^.2^~head~^90^^ ~11968~^1^.5^~cup (1" pieces)~^62^^ ~11969~^1^1^~cup~^88^^ ~11970~^1^1^~cup~^109^^ ~11972~^1^1^~cup~^67^^ ~11972~^2^1^~tbsp~^4.8^^ ~11973~^1^1^~cup~^126^^ ~11973~^2^1^~pod~^6.1^^ ~11974~^1^1^~cup~^14.0^^ ~11974~^2^1^~leaf~^3.0^^ ~11975~^1^1^~leaf~^4.0^^ ~11976~^1^1^~cup~^124^^ ~11976~^2^1^~small (4" long)~^33^^ ~11976~^3^1^~medium (4-1/2" long)~^46^^ ~11976~^4^1^~large (5" long)~^75^^ ~11977~^1^1^~cup, chopped~^105^^ ~11977~^2^1^~pepper~^6.1^^ ~11978~^1^1^~pepper~^17^^ ~11979~^1^1^~cup, sliced~^90^^ ~11979~^2^1^~pepper~^14.0^^ ~11980~^1^1^~cup~^139^^ ~11981~^1^1^~pepper~^27^^ ~11982~^1^1^~pepper~^7.0^^ ~11983~^1^1^~cup~^245^^ ~11984~^1^1^~tbsp~^0.8^^ ~11984~^2^1^~sprig~^2.0^^ ~11985~^1^1^~cup, chopped~^23^^ ~11985~^2^1^~plant~^22^^ ~11986~^1^1^~cup~^44^^ ~11986~^2^1^~bunch~^17^^ ~11987~^1^1^~large~^148^^ ~11987~^2^1^~small~^15.0^^ ~11987~^3^1^~cup sliced~^86^2^ ~11988~^1^1^~cup~^28^^ ~11988~^2^1^~piece~^4.5^^ ~11989~^1^1^~cup~^182^^ ~11989~^2^1^~piece~^5.5^^ ~11990~^1^1^~cup, sliced~^130^^ ~11990~^2^1^~root~^169^^ ~11991~^1^1^~cup, sliced~^135^^ ~11991~^2^1^~root~^305^^ ~11993~^1^1^~cup diced~^70^2^ ~11993~^2^1^~piece whole~^1.1^20^.936 ~12001~^1^1^~oz~^28.35^^ ~12003~^1^1^~oz~^28.35^^ ~12004~^1^1^~oz (8-14 seeds)~^28.35^^ ~12005~^1^1^~cup~^160^^ ~12005~^2^1^~oz~^28.35^^ ~12006~^1^1^~oz~^28.35^^ ~12007~^1^1^~cup~^94^^ ~12007~^2^1^~tbsp~^5.0^^ ~12008~^1^1^~oz~^28.35^^ ~12011~^1^1^~oz~^28.35^^ ~12013~^1^1^~cup~^32^^ ~12013~^2^1^~oz (42 medium seeds)~^28.35^^ ~12014~^1^1^~cup~^138^^ ~12014~^2^1^~oz hulled (142 seeds)~^28.35^^ ~12016~^1^1^~cup~^227^^ ~12016~^2^1^~oz~^28.35^^ ~12021~^1^1^~oz~^28.35^^ ~12022~^1^1^~oz~^28.35^^ ~12023~^1^1^~cup~^144^^ ~12023~^2^1^~tbsp~^9.0^^ ~12024~^1^1^~oz~^28.35^^ ~12029~^1^1^~cup~^128^^ ~12029~^2^1^~oz~^28.35^^ ~12032~^1^1^~oz~^28.35^^ ~12033~^1^1^~oz~^28.35^^ ~12034~^1^1^~oz~^28.35^^ ~12036~^1^1^~cup, with hulls, edible yield~^46^^ ~12036~^2^1^~cup~^140^6^2.57 ~12037~^1^1^~cup, hulled~^128^^ ~12037~^2^1^~oz~^28.35^^ ~12038~^1^1^~cup~^135^^ ~12038~^2^1^~oz~^28.35^^ ~12039~^1^1^~cup~^134^^ ~12039~^2^1^~oz~^28.35^^ ~12040~^1^1^~tbsp~^16^^ ~12040~^2^1^~oz~^28.35^^ ~12041~^1^1^~cup~^64^^ ~12041~^2^1^~tbsp~^4.0^^ ~12058~^1^1^~oz~^28.35^^ ~12059~^1^1^~oz~^28.35^^ ~12060~^1^1^~oz~^28.35^^ ~12061~^1^1^~cup, ground~^95^^ ~12061~^2^1^~cup, sliced~^92^4^32.082 ~12061~^3^1^~cup, slivered~^108^^ ~12061~^4^1^~cup, whole~^143^23^6.098 ~12061~^5^1^~oz (23 whole kernels)~^28.35^^ ~12061~^6^1^~almond~^1.2^^ ~12062~^1^1^~cup whole kernels~^145^^ ~12062~^2^1^~tbsp~^9.1^^ ~12062~^3^1^~oz~^28.35^^ ~12063~^1^1^~cup whole kernels~^138^^ ~12063~^2^1^~oz (22 whole kernels)~^28.35^^ ~12065~^1^1^~cup whole kernels~^157^^ ~12065~^2^1^~oz (22 whole kernels)~^28.35^^ ~12071~^1^1^~cup, firmly packed~^227^^ ~12071~^2^1^~oz~^28.35^^ ~12077~^1^1^~oz~^28.35^^ ~12078~^1^1^~cup, whole~^133^15^7.701 ~12078~^2^1^~kernel~^5.0^59^1.295 ~12078~^3^1^~oz (6 kernels)~^28.35^^ ~12084~^1^1^~cup~^120^^ ~12084~^2^1^~oz~^28.35^^ ~12084~^3^1^~nutmeat~^3.0^^ ~12085~^1^1^~cup, halves and whole~^137^^ ~12085~^2^1^~tbsp~^8.6^^ ~12085~^3^1^~oz~^28.35^^ ~12086~^1^1^~cup, whole~^129^24^6.829 ~12086~^2^1^~cup, halves and pieces~^129^21^5.867 ~12086~^3^1^~oz (18 kernels)~^28.35^^ ~12087~^1^1^~oz~^28.35^^ ~12088~^1^1^~tbsp~^16^^ ~12088~^2^1^~oz~^28.35^^ ~12093~^1^1^~oz~^28.35^^ ~12094~^1^1^~oz~^28.35^^ ~12095~^1^1^~oz~^28.35^^ ~12096~^1^1^~oz~^28.35^^ ~12097~^1^1^~cup~^145^^ ~12097~^2^1^~oz~^28.35^^ ~12098~^1^1^~oz~^28.35^^ ~12099~^1^1^~oz~^28.35^^ ~12100~^1^1^~oz~^28.35^^ ~12101~^1^1^~oz~^28.35^^ ~12104~^1^1^~cup, shredded~^80^^ ~12104~^2^1^~medium~^397^^ ~12104~^3^1^~piece (2" x 2" x 1/2")~^45^^ ~12108~^1^1^~oz~^28.35^^ ~12109~^1^1^~cup~^85^9^13.358 ~12109~^2^1^~oz~^28.35^^ ~12110~^1^1^~cup~^77^^ ~12110~^2^4^~oz~^114^^ ~12114~^1^1^~oz~^28.35^^ ~12115~^1^1^~cup~^240^^ ~12115~^2^1^~tbsp~^15.0^^ ~12116~^1^1^~cup~^296^^ ~12116~^2^1^~tbsp~^19^^ ~12117~^1^1^~cup~^240^^ ~12117~^2^1^~tbsp~^15.0^^ ~12118~^1^1^~cup~^226^^ ~12118~^2^1^~tbsp~^15.0^^ ~12119~^1^1^~cup~^240^^ ~12119~^2^1^~tbsp~^15.0^^ ~12119~^3^1^~coconut yields~^206^^ ~12120~^1^1^~cup, chopped~^115^^ ~12120~^2^1^~cup, ground~^75^^ ~12120~^3^1^~cup, whole~^135^^ ~12120~^4^1^~oz (21 whole kernels)~^28.35^^ ~12120~^5^10^~nuts~^14.0^^ ~12121~^1^1^~oz~^28.35^^ ~12122~^1^1^~oz~^28.35^^ ~12127~^1^1^~oz~^28.35^^ ~12128~^1^1^~oz~^28.35^^ ~12129~^1^1^~cup (78 kernels)~^155^^ ~12129~^2^1^~oz (14 kernels)~^28.35^^ ~12130~^1^1^~cup~^120^^ ~12130~^2^1^~oz~^28.35^^ ~12130~^3^1^~nut~^3.0^^ ~12131~^1^1^~cup, whole or halves~^134^^ ~12131~^2^1^~oz (10-12 kernels)~^28.35^^ ~12132~^1^1^~cup, whole or halves~^132^24^5.779 ~12132~^2^1^~oz (10-12 kernels)~^28.35^^ ~12135~^1^1^~cup~^137^^ ~12135~^2^1^~oz~^28.35^^ ~12137~^1^1^~cup~^142^^ ~12137~^2^1^~tbsp~^8.9^^ ~12137~^3^1^~oz~^28.35^^ ~12138~^1^1^~cup~^144^^ ~12138~^2^1^~oz~^28.35^^ ~12140~^1^1^~oz~^28.35^^ ~12142~^1^1^~cup, chopped~^109^24^6.18 ~12142~^2^1^~cup, halves~^99^18^4.192 ~12142~^3^1^~oz (19 halves)~^28.35^^ ~12143~^1^1^~oz~^28.35^^ ~12144~^1^1^~cup~^110^^ ~12144~^2^1^~oz (15 halves)~^28.35^^ ~12145~^1^1^~cup~^120^^ ~12145~^2^1^~oz (15 kernels)~^28.35^^ ~12147~^1^1^~cup~^135^24^4.617 ~12147~^2^1^~oz (167 kernels)~^28.35^^ ~12147~^3^10^~nuts~^1.7^^ ~12149~^1^1^~oz~^28.35^^ ~12149~^2^10^~nuts~^1.0^^ ~12151~^1^1^~cup~^123^^ ~12151~^2^1^~oz (49 kernels)~^28.35^^ ~12151~^3^1^~kernel~^0.7^^ ~12152~^1^1^~cup~^123^24^8.47 ~12152~^2^1^~oz (49 kernels)~^28.35^^ ~12152~^3^1^~kernel~^0.7^80^.143 ~12154~^1^1^~cup, chopped~^125^^ ~12154~^2^1^~tbsp~^7.8^^ ~12154~^3^1^~oz~^28.35^^ ~12155~^1^1^~cup, chopped~^117^12^ ~12155~^2^1^~cup, ground~^80^^ ~12155~^3^1^~cup, in shell, edible yield (7 nuts)~^28^^ ~12155~^4^1^~cup shelled (50 halves)~^100^^ ~12155~^5^1^~cup pieces or chips~^120^^ ~12155~^6^1^~oz (14 halves)~^28.35^^ ~12158~^1^1^~oz~^28.35^^ ~12160~^1^1^~cup~^149^^ ~12160~^2^1^~tbsp~^10.0^^ ~12163~^1^1^~cup~^64^^ ~12163~^2^1^~oz (85 seeds)~^28.35^^ ~12166~^1^1^~tbsp~^15.0^^ ~12166~^2^1^~oz~^28.35^^ ~12167~^1^1^~cup~^143^^ ~12167~^2^1^~oz (3 kernels)~^28.35^^ ~12167~^3^10^~kernels~^84^^ ~12169~^1^1^~tbsp~^16^^ ~12170~^1^1^~oz~^28.35^^ ~12171~^1^1^~tbsp~^14.0^^ ~12171~^2^1^~oz~^28.35^^ ~12174~^1^1^~cup~^108^^ ~12174~^2^1^~oz~^28.35^^ ~12175~^1^1^~cup~^155^^ ~12175~^2^1^~oz~^28.35^^ ~12176~^1^1^~cup~^240^^ ~12176~^2^1^~tbsp~^15.0^^ ~12177~^1^1^~oz~^28.35^^ ~12179~^1^1^~cup, shredded~^93^^ ~12179~^2^1^~package (7 oz)~^199^^ ~12193~^1^1^~cup~^74^^ ~12193~^2^1^~oz~^28.35^^ ~12195~^1^1^~cup~^250^^ ~12195~^2^1^~tbsp~^16^^ ~12198~^1^1^~tbsp~^15.0^^ ~12198~^2^1^~oz~^28.35^^ ~12199~^1^1^~oz~^28.35^^ ~12200~^1^1^~oz~^28.35^^ ~12201~^1^1^~cup~^150^^ ~12201~^2^1^~tbsp~^8.0^^ ~12201~^3^1^~tsp~^2.7^^ ~12202~^1^1^~oz~^28.35^^ ~12203~^1^1^~oz~^28.35^^ ~12204~^1^1^~oz~^28.35^^ ~12205~^1^1^~oz~^28.35^^ ~12206~^1^1^~cup whole kernels~^144^^ ~12206~^2^1^~oz~^28.35^^ ~12220~^1^1^~cup, whole~^168^9^ ~12220~^2^1^~tbsp, whole~^10.3^6^ ~12220~^3^1^~tbsp, ground~^7.0^6^ ~12220~^4^1^~tsp, whole~^3.4^^ ~12220~^5^1^~tsp, ground~^2.5^^ ~12516~^1^1^~cup~^227^^ ~12516~^2^1^~oz~^28.35^^ ~12529~^1^1^~cup~^128^^ ~12529~^2^1^~oz~^28.35^^ ~12537~^1^1^~cup~^128^^ ~12537~^2^1^~oz~^28.35^^ ~12538~^1^1^~cup~^135^^ ~12538~^2^1^~oz~^28.35^^ ~12539~^1^1^~cup~^134^^ ~12539~^2^1^~oz~^28.35^^ ~12540~^1^1^~tbsp~^16^^ ~12540~^2^1^~oz~^28.35^^ ~12563~^1^1^~cup whole kernels~^138^^ ~12563~^2^1^~oz (22 whole kernels)~^28.35^^ ~12565~^1^1^~cup whole kernels~^157^^ ~12565~^2^1^~oz (22 whole kernels)~^28.35^^ ~12585~^1^1^~cup, halves and whole~^137^^ ~12585~^2^1^~oz~^28.35^^ ~12586~^1^1^~cup, whole~^129^24^6.829 ~12586~^2^1^~cup, halves and pieces~^129^21^5.867 ~12586~^3^1^~oz (18 kernels)~^28.35^^ ~12588~^1^1^~tbsp~^16^^ ~12588~^2^1^~oz~^28.35^^ ~12632~^1^1^~cup, whole or halves~^132^24^5.779 ~12632~^2^1^~oz (10-12 kernels)~^28.35^^ ~12635~^1^1^~cup~^137^^ ~12635~^2^1^~oz~^28.35^^ ~12637~^1^1^~cup~^142^^ ~12637~^2^1^~oz~^28.35^^ ~12637~^3^10^~nuts, assorted~^14.0^^ ~12638~^1^1^~cup~^144^^ ~12638~^2^1^~oz~^28.35^^ ~12643~^1^1^~oz~^28.35^^ ~12644~^1^1^~cup~^110^^ ~12644~^2^1^~oz (15 halves)~^28.35^^ ~12652~^1^1^~cup~^123^24^8.47 ~12652~^2^1^~oz (49 kernels)~^28.35^^ ~12652~^3^1^~kernel~^0.7^80^.143 ~12663~^1^1^~cup~^64^^ ~12663~^2^1^~oz (85 seeds)~^28.35^^ ~12695~^1^1^~cup~^250^^ ~12695~^2^1^~tbsp~^16^^ ~12698~^1^1^~tbsp~^15.0^^ ~13000~^1^1^~steak~^214^212^ ~13001~^1^1^~oz~^28.35^^ ~13001~^2^1^~lb~^453.6^^ ~13002~^1^1^~oz~^28.35^^ ~13002~^2^1^~lb~^453.6^^ ~13019~^1^1^~oz~^28.35^^ ~13019~^2^4^~oz~^113^^ ~13020~^1^1^~oz~^28.35^^ ~13020~^2^3^~oz~^85^^ ~13023~^1^1^~oz~^28.35^^ ~13023~^2^1^~lb~^453.6^^ ~13065~^1^1^~oz~^28.35^^ ~13065~^2^4^~oz~^113^^ ~13067~^1^1^~steak (yield from 483 g raw meat)~^387^10^ ~13068~^1^1^~oz~^28.35^^ ~13068~^2^1^~lb~^453.6^^ ~13069~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^246^^ ~13069~^2^3^~oz~^85^^ ~13070~^1^1^~steak~^387^10^ ~13095~^1^1^~oz~^28.35^^ ~13095~^2^1^~lb~^453.6^^ ~13096~^1^1^~steak (yield from 297 g raw meat)~^236^10^ ~13097~^1^1^~oz~^28.35^^ ~13097~^2^1^~lb~^453.6^^ ~13098~^1^1^~steak (yield from 297g raw meat)~^236^10^ ~13098~^2^3^~oz~^85^^ ~13147~^1^1^~oz~^28.35^^ ~13147~^2^1^~lb~^453.6^^ ~13148~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^225^^ ~13148~^2^3^~oz~^85^^ ~13149~^1^1^~oz~^28.35^^ ~13149~^2^1^~lb~^453.6^^ ~13150~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^121^^ ~13150~^2^3^~oz~^85^^ ~13166~^1^1^~serving~^45^6^2.356 ~13166~^2^1^~can~^801^3^8.945 ~13317~^1^1^~unit, cooked (yield from 1 lb raw meat)~^313^^ ~13317~^2^3^~oz~^85^^ ~13318~^1^1^~oz~^28.35^^ ~13318~^2^4^~oz~^113^^ ~13319~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^351^^ ~13319~^2^3^~oz~^85^^ ~13320~^1^1^~piece, cooked, excluding refuse~^391^1^ ~13320~^2^3^~oz~^85^^ ~13321~^1^1^~oz~^28.35^^ ~13321~^2^4^~oz~^113^^ ~13322~^1^3^~oz~^85^^ ~13323~^1^1^~oz~^28.35^^ ~13323~^2^4^~oz~^113^^ ~13324~^1^3^~oz~^85^^ ~13326~^1^1^~slice~^68^14^12.558 ~13327~^1^1^~slice~^81^15^ ~13328~^1^1^~oz~^28.35^^ ~13328~^2^4^~oz~^113^^ ~13329~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^303^^ ~13329~^2^3^~oz~^85^^ ~13330~^1^1^~oz~^28.35^^ ~13330~^2^8^~oz~^227^^ ~13331~^1^1^~oz~^28.35^^ ~13331~^2^4^~oz~^113^^ ~13332~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^222^^ ~13332~^2^3^~oz~^85^^ ~13333~^1^1^~oz~^28.35^^ ~13333~^2^4^~oz~^113^^ ~13334~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^308^^ ~13334~^2^3^~oz~^85^^ ~13335~^1^1^~oz~^28.35^^ ~13335~^2^4^~oz~^113^^ ~13337~^1^1^~oz~^28.35^^ ~13337~^2^4^~oz~^113^^ ~13338~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^381^^ ~13338~^2^3^~oz~^85^^ ~13339~^1^1^~oz~^28.35^^ ~13339~^2^4^~oz~^113^^ ~13340~^1^3^~oz~^85^^ ~13341~^1^1^~oz~^28.35^^ ~13341~^2^4^~oz~^113^^ ~13342~^1^1^~package~^396^^ ~13342~^2^1^~serving~^56^^ ~13342~^3^1^~steak~^56^^ ~13344~^1^3^~slices~^68^^ ~13344~^2^1^~package (net weight, 12 oz)~^340^^ ~13345~^1^3^~slices~^34^^ ~13345~^2^1^~package, cooked (yield from 12 oz raw product)~^170^^ ~13346~^1^1^~oz~^28.35^^ ~13346~^2^1^~lb~^453.6^^ ~13347~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^320^^ ~13347~^2^3^~oz~^85^^ ~13348~^1^1^~oz~^28.35^^ ~13348~^2^1^~slice (3/4 oz)~^21^^ ~13350~^1^10^~slices~^28^1^ ~13353~^1^1^~slice (1 oz) (4" x 4" x 3/32" thick)~^28^^ ~13355~^1^1^~package, 2.5 oz~^71^1^ ~13355~^2^1^~slice (1 oz)~^28^^ ~13357~^1^1^~sausage~^43^^ ~13357~^2^1^~oz~^28.35^^ ~13358~^1^1^~slice (1 oz)~^28^^ ~13360~^1^1^~oz~^28.35^^ ~13360~^2^5^~slices~^21^^ ~13361~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^279^^ ~13361~^2^3^~oz~^85^^ ~13362~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^279^^ ~13362~^2^3^~oz~^85^^ ~13363~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^279^^ ~13363~^2^3^~oz~^85^^ ~13364~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^242^^ ~13364~^2^3^~oz~^85^^ ~13365~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^240^^ ~13365~^2^3^~oz~^85^^ ~13366~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^244^^ ~13366~^2^3^~oz~^85^^ ~13367~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^314^^ ~13367~^2^3^~oz~^85^^ ~13368~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^264^^ ~13368~^2^3^~oz~^85^^ ~13369~^1^1^~steak (Yield from 418 g raw meat)~^270^20^ ~13370~^1^1^~steak (yield from 418g raw meat)~^270^20^ ~13370~^2^3^~oz~^85^^ ~13371~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^314^^ ~13371~^2^3^~oz~^85^^ ~13372~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^232^^ ~13372~^2^3^~oz~^85^^ ~13373~^1^1^~roast (yield from 1601 g raw meat)~^1166^20^ ~13373~^2^3^~oz~^85^^ ~13375~^1^1^~roast (yield from 1675 g raw meat)~^1236^10^ ~13377~^1^1^~roast (yield from 1528g raw meat)~^1095^10^ ~13377~^2^3^~oz~^85^^ ~13378~^1^1^~roast (yield from 1675 g raw meat)~^1236^10^ ~13378~^2^3^~oz~^85^^ ~13380~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^238^^ ~13380~^2^3^~oz~^85^^ ~13381~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^235^^ ~13381~^2^3^~oz~^85^^ ~13382~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^191^^ ~13382~^2^3^~oz~^85^^ ~13383~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^191^^ ~13383~^2^3^~oz~^85^^ ~13384~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^194^^ ~13384~^2^3^~oz~^85^^ ~13386~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^290^^ ~13386~^2^3^~oz~^85^^ ~13387~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^286^^ ~13387~^2^3^~oz~^85^^ ~13388~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^214^^ ~13388~^2^3^~oz~^85^^ ~13389~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^207^^ ~13389~^2^3^~oz~^85^^ ~13390~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^217^^ ~13390~^2^3^~oz~^85^^ ~13391~^1^1^~steak (yield from 233 g raw meat)~^233^20^ ~13391~^2^3^~oz~^85^^ ~13392~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^272^^ ~13392~^2^3^~oz~^85^^ ~13393~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^265^^ ~13393~^2^3^~oz~^85^^ ~13394~^1^1^~steak (yield from 296 g raw meat)~^233^20^ ~13394~^2^3^~oz~^85^^ ~13395~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^220^^ ~13395~^2^3^~oz~^85^^ ~13396~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^220^^ ~13396~^2^3^~oz~^85^^ ~13398~^1^1^~steak (yield from 290 g raw meat)~^185^20^ ~13398~^2^3^~oz~^85^^ ~13399~^1^1^~roast (yield from 600 g raw meat)~^489^20^ ~13401~^1^1^~steak (yield from 299 g raw meat)~^191^10^ ~13402~^1^1^~roast (yield from 627 g raw meat)~^515^10^ ~13404~^1^1^~steak (yield from 281 g raw meat)~^179^10^ ~13405~^1^1^~roast (yield from 572 g raw meat)~^464^10^ ~13407~^1^1^~steak (yield from 290 g raw meat)~^185^20^ ~13407~^2^3^~oz~^85^^ ~13408~^1^1^~roast (yield from 600 g raw meat)~^489^20^ ~13408~^2^3^~oz~^85^^ ~13410~^1^1^~steak (yield from 299 g raw meat)~^191^10^ ~13410~^2^3^~oz~^85^^ ~13411~^1^1^~roast (yield from 627 g raw meat)~^515^10^ ~13411~^2^3^~oz~^85^^ ~13413~^1^1^~steak (yield from 281 g raw meat)~^179^10^ ~13413~^2^3^~oz~^85^^ ~13414~^1^1^~roast (yield from 572 g raw meat)~^464^10^ ~13414~^2^3^~oz~^85^^ ~13415~^1^1^~roast (yield from 436 g raw meat)~^346^20^ ~13415~^2^3^~oz~^85^^ ~13416~^1^1^~roast (yield from 445 g raw meat)~^355^10^ ~13417~^1^1^~roast (yield from 426 g raw meat)~^337^10^ ~13418~^1^1^~roast (yield from 436 g raw meat)~^346^20^ ~13418~^2^3^~oz~^85^^ ~13419~^1^1^~roast (yield from 445 g raw meat)~^355^10^ ~13419~^2^3^~oz~^85^^ ~13420~^1^1^~roast (yield from 426 g raw meat)~^337^10^ ~13420~^2^3^~oz~^85^^ ~13421~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^330^^ ~13421~^2^3^~oz~^85^^ ~13422~^1^1^~roast (yield from 1405 g raw meat)~^1138^10^ ~13423~^1^1^~roast (yield from 1388 g raw meat)~^1141^10^ ~13424~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^320^^ ~13424~^2^3^~oz~^85^^ ~13425~^1^1^~roast (yield from 1405 g raw meat)~^1138^10^ ~13426~^1^1^~roast (yield from 1388 g raw meat)~^1141^10^ ~13428~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13428~^2^3^~oz~^85^^ ~13430~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13430~^2^3^~oz~^85^^ ~13432~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13432~^2^3^~oz~^85^^ ~13434~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^261^^ ~13434~^2^3^~oz~^85^^ ~13436~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^261^^ ~13436~^2^3^~oz~^85^^ ~13438~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^261^^ ~13438~^2^3^~oz~^85^^ ~13439~^1^3^~oz~^85^^ ~13439~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)~^93^^ ~13440~^1^1^~steak (yield from 161 g raw meat)~^126^10^ ~13441~^1^1^~steak (yield from 136 g raw meat)~^108^10^ ~13442~^1^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)~^87^^ ~13442~^2^3^~oz~^85^^ ~13443~^1^1^~steak (yield from 161 g raw meat)~^126^10^ ~13443~^2^3^~oz~^85^^ ~13444~^1^1^~steak (yield from 136 g raw meat)~^108^10^ ~13444~^2^3^~oz~^85^^ ~13445~^1^3^~oz~^85^^ ~13445~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)~^155^^ ~13446~^1^1^~steak (yield from 203 g raw meat)~^164^10^ ~13446~^2^3^~oz~^85^^ ~13447~^1^1^~steak (yield from 186 g raw meat)~^150^10^ ~13448~^1^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)~^150^^ ~13448~^2^3^~oz~^85^^ ~13449~^1^1^~steak (yield from 203 g raw meat)~^164^10^ ~13449~^2^3^~oz~^85^^ ~13450~^1^1^~steak (yield from 186 g raw meat)~^150^10^ ~13450~^2^3^~oz~^85^^ ~13451~^1^1^~steak (yield from 518 g raw meat)~^384^20^ ~13451~^2^3^~oz~^85^^ ~13452~^1^1^~steak (yield from 532 g raw meat)~^393^10^ ~13453~^1^1^~steak (yield from 505 g raw meat)~^375^10^ ~13454~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^292^^ ~13454~^2^3^~oz~^85^^ ~13455~^1^1^~steak (yield from 532 g raw meat)~^393^10^ ~13455~^2^3^~oz~^85^^ ~13456~^1^1^~steak (yield from 505 g raw meat)~^375^10^ ~13456~^2^3^~oz~^85^^ ~13459~^1^3^~oz ( 1 serving )~^85^^ ~13459~^2^1^~lb~^453.6^^ ~13460~^1^3^~oz ( 1 serving )~^85^^ ~13460~^2^1^~lb~^453.6^^ ~13463~^1^3^~oz ( 1serving )~^85^^ ~13463~^2^1^~lb~^453.6^^ ~13466~^1^3^~oz ( 1 serving )~^85^^ ~13466~^2^1^~lb~^453.6^^ ~13467~^1^3^~oz~^85^^ ~13467~^2^1^~serving~^85^^ ~13467~^3^1^~piece, cooked, excluding refuse~^266^1^ ~13470~^1^3^~oz~^85^^ ~13470~^2^1^~serving~^85^^ ~13470~^3^1^~piece, cooked, excluding refuse~^256^1^ ~13473~^1^3^~oz ( 1 serving )~^85^^ ~13473~^2^1^~lb~^453.6^^ ~13474~^1^3^~oz ( 1 serving )~^85^^ ~13474~^2^1^~lb~^453.6^^ ~13477~^1^3^~oz ( 1 serving )~^85^^ ~13477~^2^1^~lb~^453.6^^ ~13480~^1^3^~oz ( 1 serving )~^85^^ ~13480~^2^1^~lb~^453.6^^ ~13481~^1^3^~oz~^85^^ ~13481~^2^1^~serving~^85^^ ~13481~^3^1^~piece, cooked, excluding refuse~^271^1^ ~13484~^1^3^~oz~^85^^ ~13484~^2^1^~serving~^85^^ ~13484~^3^1^~piece, cooked, excluding refuse~^264^1^ ~13490~^1^1^~steak~^231^10^ ~13491~^1^1^~steak~^277^20^ ~13492~^1^1^~steak~^284^10^ ~13493~^1^1^~steak~^269^10^ ~13494~^1^1^~serving (3 oz )~^85^1^ ~13494~^2^1^~portion (yield from 1/2 lb raw meat )~^139^18^4.947 ~13495~^1^1^~serving ( 3 oz )~^85^1^ ~13495~^2^1^~loaf ( yield from 1 lb raw meat )~^284^6^4.014 ~13496~^1^1^~serving~^85^1^ ~13496~^2^1^~patty~^77^18^3.232 ~13497~^1^1^~serving~^85^1^ ~13497~^2^1^~patty~^70^42^2.946 ~13795~^1^1^~oz~^28.35^^ ~13795~^2^1^~lb~^453.6^^ ~13796~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^285^^ ~13796~^2^3^~oz~^85^^ ~13797~^1^1^~oz~^28.35^^ ~13797~^2^1^~lb~^453.6^^ ~13798~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^285^^ ~13798~^2^3^~oz~^85^^ ~13799~^1^1^~oz~^28.35^^ ~13799~^2^1^~lb~^453.6^^ ~13800~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^286^^ ~13800~^2^3^~oz~^85^^ ~13801~^1^1^~oz~^28.35^^ ~13801~^2^1^~lb~^453.6^^ ~13802~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^296^^ ~13802~^2^3^~oz~^85^^ ~13803~^1^1^~oz~^28.35^^ ~13803~^2^1^~lb~^453.6^^ ~13804~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^329^^ ~13804~^2^3^~oz~^85^^ ~13805~^1^1^~steak~^452^20^ ~13805~^2^1^~oz~^28.35^^ ~13805~^3^4^~oz~^113^^ ~13806~^1^1^~steak (yield from raw steak weighing 550 g)~^380^20^ ~13806~^2^3^~oz~^85^^ ~13807~^1^1^~oz~^28.35^^ ~13807~^2^1^~lb~^453.6^^ ~13808~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^332^^ ~13808~^2^3^~oz~^85^^ ~13809~^1^1^~oz~^28.35^^ ~13809~^2^1^~lb~^453.6^^ ~13810~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^258^^ ~13810~^2^3^~oz~^85^^ ~13811~^1^1^~roast~^1801^10^ ~13811~^2^1^~oz~^28.35^^ ~13811~^3^1^~lb~^453.6^^ ~13812~^2^3^~oz~^85^^ ~13813~^1^1^~roast~^1783^10^ ~13813~^2^1^~oz~^28.35^^ ~13813~^3^1^~lb~^453.6^^ ~13814~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^257^^ ~13814~^2^3^~oz~^85^^ ~13815~^1^1^~oz~^28.35^^ ~13815~^2^1^~lb~^453.6^^ ~13816~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^247^^ ~13816~^2^3^~oz~^85^^ ~13817~^1^1^~oz~^28.35^^ ~13817~^2^1^~lb~^453.6^^ ~13818~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^247^^ ~13818~^2^3^~oz~^85^^ ~13819~^1^1^~oz~^28.35^^ ~13819~^2^1^~lb~^453.6^^ ~13820~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^247^^ ~13820~^2^3^~oz~^85^^ ~13824~^1^1^~oz~^28.35^^ ~13824~^2^1^~lb~^453.6^^ ~13825~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13825~^2^3^~oz~^85^^ ~13826~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^289^^ ~13826~^2^3^~oz~^85^^ ~13827~^1^1^~oz~^28.35^^ ~13827~^2^1^~lb~^453.6^^ ~13828~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13828~^2^3^~oz~^85^^ ~13829~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^289^^ ~13829~^2^3^~oz~^85^^ ~13830~^1^1^~oz~^28.35^^ ~13830~^2^1^~lb~^453.6^^ ~13831~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^264^^ ~13831~^2^3^~oz~^85^^ ~13832~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^289^^ ~13832~^2^3^~oz~^85^^ ~13833~^1^1^~oz~^28.35^^ ~13833~^2^1^~lb~^453.6^^ ~13834~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^274^^ ~13834~^2^3^~oz~^85^^ ~13835~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^278^^ ~13835~^2^3^~oz~^85^^ ~13838~^1^1^~oz~^28.35^^ ~13838~^2^1^~lb~^453.6^^ ~13839~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13839~^2^3^~oz~^85^^ ~13840~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^292^^ ~13840~^2^3^~oz~^85^^ ~13841~^1^1^~oz~^28.35^^ ~13841~^2^1^~lb~^453.6^^ ~13842~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13842~^2^3^~oz~^85^^ ~13843~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^296^^ ~13843~^2^3^~oz~^85^^ ~13844~^1^1^~oz~^28.35^^ ~13844~^2^1^~lb~^453.6^^ ~13845~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~13845~^2^3^~oz~^85^^ ~13846~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^292^^ ~13846~^2^3^~oz~^85^^ ~13847~^1^1^~oz~^28.35^^ ~13847~^2^1^~lb~^453.6^^ ~13848~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^278^^ ~13848~^2^3^~oz~^85^^ ~13849~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^281^^ ~13849~^2^3^~oz~^85^^ ~13850~^1^1^~oz~^28.35^^ ~13850~^2^1^~lb~^453.6^^ ~13851~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^268^^ ~13851~^2^3^~oz~^85^^ ~13852~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^282^^ ~13852~^2^3^~oz~^85^^ ~13853~^1^1^~oz~^28.35^^ ~13853~^2^1^~lb~^453.6^^ ~13854~^1^1^~steak (yield from 320 g raw meat)~^256^10^ ~13854~^2^3^~oz~^85^^ ~13855~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^278^^ ~13855~^2^3^~oz~^85^^ ~13856~^1^1^~steak~^335^10^ ~13856~^2^1^~oz~^28.35^^ ~13856~^3^1^~lb~^453.6^^ ~13857~^1^1^~steak (yield from 1 raw steak weighing 321g)~^245^10^ ~13857~^2^3^~oz~^85^^ ~13858~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^285^^ ~13858~^2^3^~oz~^85^^ ~13859~^1^1^~oz~^28.35^^ ~13859~^2^1^~lb~^453.6^^ ~13860~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^268^^ ~13860~^2^3^~oz~^85^^ ~13861~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^276^^ ~13861~^2^3^~oz~^85^^ ~13864~^1^1^~oz~^28.35^^ ~13864~^2^1^~lb~^453.6^^ ~13865~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^313^^ ~13865~^2^3^~oz~^85^^ ~13866~^1^1^~oz~^28.35^^ ~13866~^2^1^~lb~^453.6^^ ~13867~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^313^^ ~13867~^2^3^~oz~^85^^ ~13868~^1^1^~oz~^28.35^^ ~13868~^2^1^~lb~^453.6^^ ~13869~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^281^^ ~13869~^2^3^~oz~^85^^ ~13870~^1^1^~roast (yield from 1 raw roast weighing 776g)~^632^20^ ~13870~^2^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^338^^ ~13870~^3^3^~oz~^85^^ ~13871~^1^1^~oz~^28.35^^ ~13871~^2^1^~lb~^453.6^^ ~13872~^1^1^~steak (yield from 341 g raw meat)~^227^10^ ~13872~^3^3^~oz~^85^^ ~13873~^1^1^~roast (yield from raw roast weighing 766g)~^627^10^ ~13873~^2^3^~oz~^85^^ ~13873~^3^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^338^^ ~13874~^1^1^~oz~^28.35^^ ~13874~^2^1^~lb~^453.6^^ ~13875~^1^1^~steak (yield from raw steak weighing 340g)~^226^10^ ~13875~^2^3^~oz~^85^^ ~13876~^1^1^~roast (yield from 1 raw roast weighing 786g)~^636^10^ ~13876~^2^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^338^^ ~13876~^3^3^~oz~^85^^ ~13877~^1^1^~oz~^28.35^^ ~13877~^2^1^~lb~^453.6^^ ~13878~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^333^^ ~13878~^2^3^~oz~^85^^ ~13879~^1^1^~oz~^28.35^^ ~13879~^2^1^~lb~^453.6^^ ~13880~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^333^^ ~13880~^2^3^~oz~^85^^ ~13881~^1^1^~oz~^28.35^^ ~13881~^2^1^~lb~^453.6^^ ~13882~^1^1^~roast (yield from 530 g raw meat)~^417^10^ ~13882~^2^3^~oz~^85^^ ~13883~^1^1^~oz~^28.35^^ ~13883~^2^1^~lb~^453.6^^ ~13884~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^326^^ ~13884~^2^3^~oz~^85^^ ~13885~^1^1^~oz~^28.35^^ ~13885~^2^1^~lb~^453.6^^ ~13886~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^325^^ ~13886~^2^3^~oz~^85^^ ~13887~^1^1^~oz~^28.35^^ ~13887~^2^1^~lb~^453.6^^ ~13888~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^327^^ ~13888~^2^3^~oz~^85^^ ~13890~^1^1^~piece cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^283^1^ ~13890~^2^3^~oz~^85^1^ ~13891~^1^1^~oz~^28.35^^ ~13891~^2^1^~lb~^453.6^^ ~13892~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^286^^ ~13892~^2^3^~oz~^85^^ ~13893~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^326^^ ~13893~^2^3^~oz~^85^^ ~13894~^1^1^~oz~^28.35^^ ~13894~^2^1^~lb~^453.6^^ ~13895~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^289^^ ~13895~^2^3^~oz~^85^^ ~13896~^1^1^~steak (yield from raw steak weighing 492 g)~^347^10^ ~13896~^2^3^~oz~^85^^ ~13896~^3^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^326^^ ~13897~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^283^^ ~13897~^2^3^~oz~^85^^ ~13898~^1^1^~oz~^28.35^^ ~13898~^2^1^~lb~^453.6^^ ~13899~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^286^^ ~13899~^2^3^~oz~^85^^ ~13900~^1^1^~steak (yield from raw steak weighing 491g)~^359^10^ ~13900~^2^3^~oz~^85^^ ~13900~^3^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^329^^ ~13901~^1^1^~oz~^28.35^^ ~13901~^2^1^~lb~^453.6^^ ~13902~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^332^^ ~13902~^2^3^~oz~^85^^ ~13905~^1^1^~oz~^28.35^^ ~13905~^2^1^~lb~^453.6^^ ~13906~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^255^^ ~13906~^2^3^~oz~^85^^ ~13907~^1^1^~oz~^28.35^^ ~13907~^2^1^~lb~^453.6^^ ~13908~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^259^^ ~13908~^2^3^~oz~^85^^ ~13909~^1^1^~steak~^266^20^ ~13909~^2^1^~lb~^453.6^^ ~13910~^1^3^~oz~^85^^ ~13910~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)~^165^^ ~13911~^1^1^~steak~^274^10^ ~13911~^2^1^~lb~^453.6^^ ~13912~^1^1^~steak (yield from 270 g raw meat)~^221^10^ ~13912~^2^3^~oz (1 serving)~^85^^ ~13913~^1^1^~steak~^258^10^ ~13913~^2^1^~lb~^453.6^^ ~13914~^1^1^~steak (yield from raw steak weighing 248 g)~^204^10^ ~13914~^2^3^~oz~^85^^ ~13915~^1^1^~lb~^453.6^^ ~13915~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)~^227^^ ~13916~^1^3^~oz~^85^^ ~13916~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)~^167^^ ~13917~^1^1^~steak~^164^21^ ~13917~^2^1^~oz~^28.35^^ ~13917~^3^1^~lb~^453.6^^ ~13918~^1^3^~oz~^85^^ ~13918~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 154 g)~^104^^ ~13919~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^330^^ ~13919~^2^3^~oz~^85^^ ~13920~^1^1^~steak~^177^11^ ~13920~^2^1^~oz~^28.35^^ ~13920~^3^1^~lb~^453.6^^ ~13921~^1^1^~steak (yield from 181 g raw meat)~^140^9^ ~13921~^2^3^~oz~^85^^ ~13922~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^329^^ ~13922~^2^3^~oz~^85^^ ~13923~^1^1^~steak (yield from 1 raw steak weighing149g)~^149^10^ ~13923~^2^1^~oz~^28.35^^ ~13923~^3^1^~lb~^453.6^^ ~13924~^1^1^~steak (yield from 1 raw steak weighing 151g)~^119^10^ ~13924~^2^3^~oz~^85^^ ~13924~^3^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 154 g)~^104^^ ~13925~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^329^^ ~13925~^2^3^~oz~^85^^ ~13926~^1^1^~oz~^28.35^^ ~13926~^2^1^~lb~^453.6^^ ~13927~^1^3^~oz~^85^^ ~13927~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 154 g)~^106^^ ~13928~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^326^^ ~13928~^2^3^~oz~^85^^ ~13929~^1^1^~steak~^608^20^ ~13929~^2^1^~oz~^28.35^^ ~13929~^3^1^~lb~^453.6^^ ~13930~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^306^^ ~13930~^2^3^~oz~^85^^ ~13931~^1^1^~oz~^28.35^^ ~13931~^2^1^~lb~^453.6^^ ~13932~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^306^^ ~13932~^2^3^~oz~^85^^ ~13933~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^307^^ ~13933~^2^3^~oz~^85^^ ~13934~^1^1^~steak~^594^10^ ~13934~^2^1^~oz~^28.35^^ ~13934~^3^1^~lb~^453.6^^ ~13935~^1^1^~steak (yield from 1 raw steak weighing 624g)~^485^10^ ~13935~^2^3^~oz~^85^^ ~13937~^1^3^~oz ( 1 serving )~^85^^ ~13940~^1^3^~oz ( 1 serving )~^85^^ ~13943~^1^3^~oz ( 1 serving )~^85^^ ~13943~^2^1^~lb~^453.6^^ ~13946~^1^3^~oz ( 1 serving )~^85^^ ~13946~^2^1^~lb~^453.6^^ ~13948~^1^1^~steak (yield from 475 g raw meat)~^383^20^ ~13949~^1^1^~steak (yield from 467 g raw meat)~^379^10^ ~13950~^1^1^~steak (yield from 388 g raw meat)~^247^10^ ~13951~^1^1^~steak (yield from 294 g raw meat)~^231^10^ ~13952~^1^1^~steak (yield from 295 g raw meat)~^233^20^ ~13953~^1^1^~roast (yield from 690g raw meat)~^569^20^ ~13955~^1^1^~roast (yield from 714 g raw meat)~^591^10^ ~13957~^1^1^~roast (yield from 666 g raw meat)~^547^10^ ~13959~^1^1^~steak (yield from 381 g raw meat)~^277^20^ ~13961~^1^3^~oz (1 serving)~^85^^ ~13963~^1^3^~oz ( 1 serving )~^85^^ ~13965~^1^3^~oz ( 1 serving )~^85^^ ~13967~^1^3^~oz ( 1 serving )~^85^^ ~13968~^1^1^~steak (yield from 396 g raw meat)~^284^10^ ~13969~^1^1^~steak (yield from 368 g meat)~^269^10^ ~13977~^1^3^~oz ( 1 serving )~^85^^ ~13979~^1^3^~oz ( 1 serving )~^85^^ ~13985~^1^1^~serving~^85^1^ ~13985~^2^1^~roast~^569^20^ ~13987~^1^3^~oz ( 1 serving )~^85^^ ~13987~^2^1^~lb~^453.6^^ ~14003~^1^1^~can~^356^1^ ~14003~^2^1^~fl oz~^29.7^1^ ~14004~^1^1^~fl oz~^29.8^1^ ~14004~^2^12^~fl oz~^357^^ ~14005~^1^1^~fluid ounce~^30^1^ ~14005~^2^12^~fluid ounce~^355^1^ ~14006~^1^1^~fl oz~^29.5^^ ~14006~^2^1^~can or bottle (12 fl oz)~^354^^ ~14007~^1^1^~fl oz~^29.5^1^ ~14007~^2^12^~fl oz~^354^1^ ~14009~^1^1^~fl oz~^30.5^^ ~14009~^2^1^~can (6.8 fl oz, 200 ml)~^207^^ ~14010~^1^1^~fl oz~^30.2^^ ~14010~^2^1^~cocktail (2 fl oz)~^60^^ ~14013~^1^1^~fl oz~^29.5^1^ ~14013~^2^12^~fl oz~^354^1^ ~14015~^1^1^~fl oz~^32.6^^ ~14015~^2^1^~can (6.8 fl oz, 200 ml)~^222^^ ~14017~^1^1^~fl oz~^31.4^^ ~14017~^2^1^~cocktail (4.5 fl oz)~^141^^ ~14019~^1^1^~fl oz~^31.1^^ ~14019~^2^1^~can (6.8 fl oz, 200 ml)~^211^^ ~14024~^1^1^~packet~^17^^ ~14025~^1^1^~fl oz~^29.4^^ ~14025~^2^1^~packet prepared~^103^^ ~14027~^1^1^~fl oz~^30.8^^ ~14027~^2^1^~can (6.8 fl oz, 200 ml)~^209^^ ~14028~^1^1^~fl oz~^32.3^^ ~14028~^2^2^~fl oz~^65^^ ~14029~^1^1^~fl oz~^30.4^^ ~14029~^2^1^~portion (2 oz mix + 1.5 oz whiskey)~^106^^ ~14034~^1^1^~fl oz~^33.6^^ ~14034~^2^1^~jigger 1.5 fl oz~^50^^ ~14037~^1^1^~fl oz~^27.8^^ ~14037~^2^1^~jigger 1.5 fl oz~^42^^ ~14049~^1^1^~fl oz~^27.8^^ ~14049~^2^1^~jigger 1.5 fl oz~^42^^ ~14050~^1^1^~fl oz~^27.8^^ ~14050~^2^1^~jigger 1.5 fl oz~^42^^ ~14051~^1^1^~fl oz~^27.8^^ ~14051~^2^1^~jigger 1.5 fl oz~^42^^ ~14052~^1^1^~fl oz~^27.8^1^ ~14052~^2^1^~jigger 1.5 fl oz~^42^1^ ~14057~^1^1^~fl oz~^29.5^^ ~14057~^2^1^~glass (3.5 fl oz)~^103^^ ~14084~^1^1^~serving 5 fl oz~^148^^ ~14084~^2^1^~fl oz~^29.5^1^ ~14086~^1^1^~serving 8 oz~^245^1^ ~14087~^1^1^~serving 8 oz~^245^1^ ~14088~^1^1^~serving 8 oz~^246^1^ ~14096~^1^1^~fl oz~^29.4^^ ~14096~^2^1^~serving 5 fl oz~^147^^ ~14097~^1^1^~fluid ounce~^29^^ ~14097~^2^1^~serving 5 fl oz~^147^^ ~14098~^1^1^~fluid ounce~^29^^ ~14098~^2^1^~serving 5 fl oz~^147^^ ~14099~^1^1^~fl oz~^29.4^^ ~14099~^2^1^~serving 5 fl oz~^147^^ ~14100~^1^1^~fl oz~^29.4^^ ~14100~^2^1^~serving 5 fl oz~^147^^ ~14101~^1^1^~fl oz~^29.4^^ ~14101~^2^1^~serving 5 fl oz~^147^^ ~14102~^1^1^~fl oz~^29.4^^ ~14102~^2^1^~serving 5 fl oz~^147^^ ~14103~^1^1^~fl oz~^29.5^^ ~14103~^2^1^~serving 5 fl oz~^147^^ ~14105~^1^1^~fl oz~^29.4^^ ~14105~^2^1^~serving 5 fl oz~^147^^ ~14106~^1^1^~fl oz~^29.4^^ ~14106~^2^1^~serving 5 fl oz~^147^^ ~14107~^1^1^~fl oz~^29.4^^ ~14107~^2^1^~serving 5 fl oz~^147^^ ~14108~^1^1^~fl oz~^29.4^^ ~14108~^2^1^~serving 5 fl oz~^147^^ ~14109~^1^1^~fl oz~^29.4^^ ~14109~^2^1^~serving 5 fl oz~^147^^ ~14113~^1^1^~fl oz~^29.3^^ ~14113~^2^1^~serving 5 fl oz~^147^^ ~14114~^1^1^~fl oz~^30.5^^ ~14114~^2^1^~can (5.5 oz)~^168^^ ~14116~^1^1^~fl oz~^29.5^^ ~14116~^2^1^~serving 5 fl oz~^148^^ ~14117~^1^1^~fl oz~^29.3^^ ~14117~^2^1^~serving 5 fl oz~^147^^ ~14119~^1^8^~fl oz~^247^1^ ~14120~^1^1^~fl oz~^29.5^^ ~14120~^2^1^~serving 5 fl oz~^148^^ ~14121~^1^1^~fl oz~^29.6^^ ~14121~^2^1^~can or bottle (16 fl oz)~^474^^ ~14121~^3^1^~can or bottle (12 fl oz)~^355^^ ~14124~^1^1^~fl oz~^29.5^^ ~14124~^2^1^~serving 5 fl oz~^147^^ ~14126~^1^1^~fl oz~^29.5^^ ~14126~^2^1^~serving 5 fl oz~^147^^ ~14130~^1^1^~fl oz~^30.9^^ ~14130~^2^1^~can or bottle (16 fl oz)~^494^^ ~14130~^3^1^~can or bottle (12 fl oz)~^371^^ ~14131~^1^.75^~scoop~^16^^ ~14132~^1^1^~fl oz~^29.6^^ ~14132~^2^1^~serving 5 fl oz~^148^^ ~14134~^1^1^~fl oz~^29.3^^ ~14134~^2^1^~serving 5 fl oz~^147^^ ~14135~^1^1^~fl oz~^30.8^^ ~14135~^2^1^~serving 5 fl oz~^154^^ ~14136~^1^1^~fl oz~^30.5^^ ~14136~^2^1^~can or bottle (16 fl oz)~^488^^ ~14136~^3^1^~can or bottle (12 fl oz)~^366^^ ~14137~^1^1^~fl oz~^30.6^^ ~14137~^2^1^~serving 8 fl oz~^245^^ ~14137~^3^1^~can 12 fl oz~^368^^ ~14137~^4^1^~bottle 16.9 fl oz~^518^^ ~14138~^1^1^~fl oz~^29.3^^ ~14138~^2^1^~serving 5 fl oz~^147^^ ~14140~^1^1^~fl oz~^30.0^^ ~14140~^2^1^~serving 5 fl oz~^150^^ ~14142~^1^1^~fl oz~^31.0^^ ~14142~^2^1^~can or bottle (12 fl oz)~^372^^ ~14143~^1^1^~fl oz~^29.6^^ ~14143~^2^1^~can (12 fl oz)~^355^^ ~14144~^1^1^~fl oz~^30.8^^ ~14144~^2^1^~can 12 fl oz~^369^^ ~14144~^3^1^~bottle 16 fl oz~^492^^ ~14145~^1^1^~fl oz~^30.8^^ ~14145~^2^1^~can 12 fl oz~^369^^ ~14145~^3^1^~bottle 16 fl oz~^492^^ ~14145~^4^1^~child cup 12 fl oz size cup~^258^^ ~14145~^5^1^~small cup 16 fl oz size cup~^347^^ ~14145~^6^1^~medium cup 21 fl oz size cup~^486^^ ~14145~^7^1^~large cup 32 fl oz size cup~^722^^ ~14146~^1^1^~fl oz~^29.6^^ ~14146~^2^1^~bottle 16 fl oz~^473^^ ~14146~^3^1^~can 12 fl oz~^355^^ ~14147~^1^1^~fl oz~^30.7^^ ~14147~^2^1^~can 12 fl oz~^368^^ ~14147~^3^1^~bottle 16 fl oz~^491^^ ~14148~^1^1^~fl oz~^30.7^^ ~14148~^2^1^~can 12 fl oz~^368^^ ~14148~^3^1^~bottle 16 fl oz~^491^^ ~14149~^1^1^~fl oz~^29.6^^ ~14149~^2^1^~can (8 fl oz)~^355^^ ~14150~^1^1^~fl oz~^31.0^^ ~14150~^2^1^~can or bottle (16 fl oz)~^496^^ ~14150~^3^1^~can or bottle (12 fl oz)~^372^^ ~14151~^1^1^~fl oz~^29.6^^ ~14151~^2^1^~can (12 fl oz)~^355^^ ~14152~^1^1^~fl oz~^29.5^^ ~14152~^2^1^~serving 5 fl oz~^148^^ ~14153~^1^1^~fl oz~^30.7^^ ~14153~^2^1^~can or bottle (16 fl oz)~^491^^ ~14153~^3^1^~can or bottle (12 fl oz)~^368^^ ~14154~^1^1^~serving 8.3 fl oz can~^255^1^ ~14155~^1^1^~fl oz~^30.5^^ ~14155~^2^1^~bottle (11 fl oz)~^336^^ ~14155~^3^1^~can or bottle (16 fl oz)~^488^^ ~14155~^4^1^~can or bottle (12 fl oz)~^366^^ ~14156~^1^1^~serving 8.3 fl oz can~^250^^ ~14157~^1^1^~fl oz~^30.8^^ ~14157~^2^1^~can or bottle (16 fl oz)~^493^^ ~14157~^3^1^~can or bottle (12 fl oz)~^370^^ ~14158~^1^1^~fl oz~^29.4^^ ~14158~^2^1^~serving 5 fl oz~^147^^ ~14159~^1^1^~fl oz~^29.4^^ ~14159~^2^1^~serving 5 fl oz~^147^^ ~14166~^1^1^~fl oz~^29.6^^ ~14166~^2^1^~bottle (16 fl oz)~^474^^ ~14166~^3^1^~can (12 fl oz)~^355^^ ~14168~^1^1^~tbsp~^12.0^^ ~14169~^1^1^~cup (8 fl oz)~^256^^ ~14175~^1^1^~portion (2-3 heaping tsp)~^22^^ ~14177~^1^1^~cup (8 fl oz)~^266^^ ~14181~^1^1^~serving 2 tbsp~^39^1^ ~14181~^2^1^~cup~^300^1^ ~14182~^1^1^~cup (8 fl oz)~^282^^ ~14187~^1^1^~fl oz~^30.2^^ ~14187~^2^1^~can (5.5 oz)~^166^^ ~14192~^1^1^~serving (3 heaping tsp or 1 envelope)~^28^^ ~14194~^1^1^~serving 6 fl oz~^206^^ ~14194~^2^1^~fl oz~^34.3^^ ~14195~^1^1^~serving 1 envelope~^20^1^ ~14196~^1^1^~envelope Alba (.675 oz)~^19^^ ~14196~^2^1^~envelope Swiss Miss (.53 oz)~^15.0^^ ~14197~^1^1^~serving 1 envelope~^20^1^ ~14201~^1^1^~cup (8 fl oz)~^237^^ ~14201~^2^1^~fl oz~^29.6^^ ~14201~^3^6^~fl oz~^178^^ ~14202~^1^1^~fluid ounce~^30^^ ~14203~^1^1^~tsp~^1.0^^ ~14203~^2^1^~packet~^2.0^^ ~14204~^1^1^~tsp dry~^6.4^^ ~14209~^1^1^~cup (8 fl oz)~^237^^ ~14209~^2^1^~fl oz~^29.6^^ ~14209~^3^6^~fl oz~^178^^ ~14210~^1^1^~fluid ounce~^30^^ ~14214~^1^1^~tsp~^1.0^^ ~14214~^2^1^~packet~^2.0^^ ~14215~^1^1^~serving 6 fl oz~^179^^ ~14215~^2^1^~fl oz~^29.8^^ ~14218~^1^1^~tsp rounded~^1.8^^ ~14219~^1^1^~serving 6 fl oz~^179^^ ~14219~^2^1^~fl oz~^29.9^^ ~14222~^1^1^~tsp, rounded~^1.8^^ ~14223~^1^1^~serving 6 fl oz~^179^^ ~14223~^2^1^~fl oz~^29.9^^ ~14224~^1^1^~serving 2 tbsp~^13.0^1^ ~14228~^1^4^~teaspoon (1 serving)~^13.0^^ ~14229~^1^4^~teaspoon (1 serving)~^13.0^^ ~14236~^1^1^~tsp (1 serving)~^3.0^^ ~14237~^1^1^~serving 6 fl oz~^180^^ ~14237~^2^1^~fl oz~^30.1^^ ~14238~^1^1^~cup (8 fl oz)~^245^^ ~14238~^2^1^~fl oz~^30.6^^ ~14240~^1^1^~cup (8 fl oz)~^245^^ ~14240~^2^1^~fl oz~^30.6^^ ~14241~^1^1^~cup (8 fl oz)~^245^^ ~14241~^2^1^~fl oz~^30.6^^ ~14242~^1^1^~cup (8 fl oz)~^253^^ ~14242~^2^1^~fl oz~^31.6^^ ~14243~^1^1^~cup (8 fl oz)~^237^^ ~14243~^2^1^~fl oz~^29.6^^ ~14245~^1^1^~cup (8 fl oz)~^272^^ ~14262~^1^1^~fl oz~^35.2^^ ~14262~^2^1^~can (12 fl oz)~^423^^ ~14263~^1^1^~serving 8 fl oz~^248^^ ~14263~^2^1^~fl oz~^31.0^^ ~14267~^1^1^~cup (8 fl oz)~^248^^ ~14267~^2^1^~fl oz~^31.0^^ ~14268~^1^1^~fl oz~^34.8^^ ~14268~^2^1^~can (12 fl oz)~^418^^ ~14269~^1^1^~serving 8 fl oz~^247^^ ~14269~^2^1^~fl oz~^30.9^^ ~14277~^1^1^~cup (8 fl oz)~^250^^ ~14277~^2^1^~fl oz~^31.3^^ ~14282~^1^1^~cup (8 fl oz)~^250^^ ~14282~^2^1^~fl oz~^31.3^^ ~14287~^1^1^~serving~^18^1^ ~14287~^2^1^~cup~^218^^ ~14288~^1^1^~serving 1 cup 8 fl oz~^264^^ ~14288~^2^1^~fl oz~^33.0^^ ~14289~^1^1^~serving~^1.9^^ ~14290~^1^1^~serving 1 cup 8 fl oz~^239^^ ~14290~^2^1^~fl oz~^29.8^^ ~14292~^1^1^~fl oz~^36.5^^ ~14292~^2^1^~can (12 fl oz)~^438^^ ~14292~^3^1^~can (6 fl oz)~^219^^ ~14293~^1^1^~serving 1 cup 8 fl oz~^247^^ ~14293~^2^1^~fl oz~^30.9^^ ~14296~^1^1^~serving~^18^1^ ~14297~^1^1^~serving 1 cup 8 fl oz~^255^^ ~14297~^2^1^~fl oz~^31.8^^ ~14302~^1^1^~fl oz~^36.4^^ ~14302~^2^1^~can (12 fl oz)~^437^^ ~14302~^3^1^~can (6 fl oz)~^218^^ ~14303~^1^1^~serving 1 cup 8 fl oz~^247^^ ~14303~^2^1^~fl oz~^30.9^^ ~14305~^1^1^~cup~^237^^ ~14305~^2^1^~fl oz~^29.6^^ ~14309~^1^1^~individual serving (4-5 heaping tsp or 1 envelope)~^21^^ ~14310~^1^1^~cup (8 fl oz)~^265^^ ~14311~^1^1^~serving (3 heaping tsp or 1 envelope)~^21^^ ~14312~^1^1^~cup (8 fl oz)~^265^^ ~14315~^1^1^~cup~^78^^ ~14315~^2^1^~serving (3 heaping tsp or 1 envelope)~^21^^ ~14316~^1^1^~cup (8 fl oz)~^265^^ ~14317~^1^1^~serving (3 heaping tsp or 1 envelope)~^21^^ ~14318~^1^1^~cup (8 fl oz)~^265^^ ~14323~^1^1^~cup (8 fl oz)~^248^^ ~14323~^2^1^~fl oz~^31.0^^ ~14327~^1^1^~cup (8 fl oz)~^250^^ ~14327~^2^1^~fl oz~^31.2^^ ~14334~^1^1^~cup (8 fl oz)~^250^^ ~14334~^2^1^~fl oz~^31.3^^ ~14341~^1^1^~cup (8 fl oz)~^250^^ ~14341~^2^1^~fl oz~^31.3^^ ~14346~^1^1^~fl oz~^23.5^^ ~14346~^2^1^~small 12 fl oz~^282^^ ~14346~^3^1^~medium 16 fl oz~^376^^ ~14346~^4^1^~large 21 fl oz~^494^^ ~14347~^1^1^~cup (8 fl oz)~^166^^ ~14347~^2^1^~fl oz~^20.8^^ ~14347~^3^1^~large McDonald's shake (22 fl oz)~^458^^ ~14347~^4^1^~medium McDonald's shake (16 fl oz)~^333^^ ~14347~^5^1^~milkshake (10 fl oz)~^208^^ ~14347~^6^1^~small McDonald's shake (12 fl oz)~^250^^ ~14350~^1^1^~serving (2-3 heaping tsp)~^22^^ ~14351~^1^1^~cup (8 fl oz)~^266^^ ~14352~^1^1^~fl oz~^29.6^^ ~14352~^2^6^~fl oz~^178^^ ~14352~^3^1^~cup (8 fl oz)~^237^^ ~14353~^1^1^~serving 2 tsp~^0.7^^ ~14355~^1^1^~cup (8 fl oz)~^237^^ ~14355~^2^1^~fl oz~^29.6^^ ~14355~^3^6^~fl oz~^178^^ ~14356~^1^2^~tsp~^1.6^^ ~14357~^1^1^~cup~^182^^ ~14357~^2^1^~serving (3 heaping tsp)~^23^^ ~14366~^1^1^~serving 1 tsp~^0.7^1^ ~14367~^1^1^~serving 8 fl oz cup~^238^^ ~14367~^2^1^~fl oz~^29.7^^ ~14367~^3^6^~fl oz~^178^^ ~14368~^1^1^~tsp, rounded~^1.4^^ ~14368~^2^2^~tbsp, rounded~^11.3^^ ~14370~^1^1^~cup~^182^^ ~14370~^2^1^~serving (3 heaping tsp)~^23^^ ~14371~^1^1^~cup (8 fl oz)~^259^^ ~14375~^1^2^~tsp~^1.6^^ ~14375~^2^4^~tbsp (1/4 cup)~^14.4^^ ~14376~^1^1^~serving 8 fl oz cup~^238^^ ~14376~^2^1^~fl oz~^29.8^^ ~14376~^3^6^~fl oz~^179^^ ~14381~^1^1^~fl oz~^29.6^^ ~14381~^2^6^~fl oz~^178^^ ~14381~^3^1^~cup (8 fl oz)~^237^^ ~14383~^1^1^~cup (8 fl oz)~^240^^ ~14383~^2^1^~fl oz~^30.0^^ ~14384~^1^1^~fl oz~^29.6^^ ~14384~^2^1^~bottle 6.5 fl oz~^192^^ ~14384~^3^1^~bottle 11 fl oz~^325^^ ~14384~^4^1^~cup 8 fl oz~^237^^ ~14385~^1^1^~fl oz~^29.6^^ ~14385~^2^1^~bottle 16.9 fl oz in packages of 6 and 24~^500^^ ~14385~^3^1^~bottle 24 fl oz in packages of 6~^710^^ ~14385~^4^1^~bottle 8 fl oz in packages of 12~^237^^ ~14385~^5^1^~cup 8 fl oz~^237^^ ~14390~^1^1^~serving 6 fl oz~^192^^ ~14390~^2^1^~fl oz~^32.1^^ ~14400~^1^1^~fl oz~^30.7^1^ ~14400~^2^1^~can 12 fl oz~^368^2^ ~14400~^3^1^~bottle 16 lf oz~^491^^ ~14400~^4^1^~cup child 12 fl oz size~^258^^ ~14400~^5^1^~cup small 16 fl oz size~^347^^ ~14400~^6^1^~cup medium 21 fl oz size~^486^^ ~14400~^7^1^~cup large 32 fl oz size~^722^^ ~14405~^1^1^~fl oz~^35.2^^ ~14405~^2^1^~can (12 fl oz)~^423^^ ~14406~^1^1^~serving 8 fl oz~^234^^ ~14406~^2^1^~fl oz~^29.3^^ ~14407~^1^1^~serving 2 tbsp~^26^1^ ~14408~^1^1^~serving 6 fl oz~^203^^ ~14408~^2^1^~fl oz~^33.9^^ ~14409~^1^1^~portion, amount of dry mix to make 8 fl oz prepared~^2.5^^ ~14411~^1^1^~fl oz~^29.6^^ ~14411~^2^1^~cup 8 fl oz~^237^^ ~14411~^3^1^~liter~^1000^^ ~14412~^1^1^~fl oz~^29.6^^ ~14412~^2^1^~cup 8 fl oz~^237^^ ~14412~^3^1^~liter~^1000^^ ~14414~^1^1^~fl oz~^34.8^^ ~14414~^2^1^~jigger 1.5 fl oz~^52^^ ~14415~^1^1^~fl oz~^31.1^^ ~14415~^2^1^~jigger 1.5 fl oz~^47^^ ~14416~^1^1^~fl oz~^29.6^1^ ~14416~^2^1^~can 12 fl oz~^355^^ ~14416~^3^1^~bottle 16 fl oz~^473^^ ~14416~^4^1^~child cup 12 fl oz size cup~^258^^ ~14416~^5^1^~small cup 16 fl oz size cup~^347^^ ~14416~^6^1^~medium cup 21 fl oz size cup~^486^^ ~14416~^7^1^~large cup 32 fl oz size cup~^722^^ ~14421~^1^6^~fl oz~^185^^ ~14422~^1^1^~packet (.75 oz)~^21^^ ~14423~^1^1^~serving~^243^^ ~14424~^1^1^~fl oz~^35.3^^ ~14424~^2^1^~can (12 fl oz)~^424^^ ~14425~^1^1^~serving 8 fl oz~^248^^ ~14425~^2^1^~fl oz~^31.0^^ ~14426~^1^1^~fl oz~^36.3^^ ~14426~^2^1^~can (12 fl oz)~^436^^ ~14427~^1^1^~serving 8 fl oz~^250^^ ~14427~^2^1^~fl oz~^31.3^^ ~14428~^1^1^~fl oz~^23.5^^ ~14428~^2^1^~small 12 fl oz~^282^^ ~14428~^3^1^~medium 16 fl oz~^376^^ ~14428~^4^1^~large 21 fl oz~^494^^ ~14429~^1^1^~fl oz~^29.6^^ ~14429~^2^1^~cup 8 fl oz~^237^^ ~14429~^3^1^~liter~^1000^^ ~14429~^4^3^~ice cube (3/4 fl oz)~^64^^ ~14430~^1^1^~fl oz~^36.2^^ ~14430~^2^1^~can (12 fl oz)~^435^^ ~14431~^1^1^~serving 8 fl oz~^237^^ ~14431~^2^1^~fl oz~^29.6^^ ~14432~^1^1^~fl oz~^29.6^^ ~14432~^2^1^~bottle 11.2 fl oz in package of 12~^331^^ ~14432~^3^1^~bottle 500 ml in package of 24~^500^^ ~14432~^4^1^~bottle 25 fl oz in package of 12~^739^^ ~14433~^1^1^~fl oz~^29.6^^ ~14433~^2^1^~bottle 16.9 fl oz in packages of 6, 12 or 24~^500^^ ~14433~^3^1^~bottle 24 fl oz in packages of 6~^710^^ ~14434~^1^1^~fl oz~^29.6^^ ~14434~^2^1^~bottle 16.9 fl oz in packages of 6 and 24~^500^^ ~14434~^3^1^~bottle 12 fl oz in packages of 12~^355^^ ~14434~^4^1^~bottle 20 fl oz~^591^^ ~14435~^1^1^~cup (8 fl oz)~^250^^ ~14435~^2^1^~fl oz~^31.3^^ ~14436~^1^1^~fl oz~^31.6^^ ~14436~^2^1^~cup (8 fl oz)~^253^^ ~14437~^1^1^~fl oz~^29.6^^ ~14437~^2^1^~bottle 16.9 fl oz~^500^^ ~14437~^3^1^~bottle 24 fl oz~^710^^ ~14438~^1^1^~fl oz~^29.6^^ ~14438~^2^1^~bottle 8 fl oz in packages of 8~^237^^ ~14438~^3^1^~bottle 500 ml in packages of 6, 12 or 28~^500^^ ~14439~^1^1^~fl oz~^29.6^^ ~14440~^1^1^~fl oz~^29.6^^ ~14440~^2^1^~bottle 8.5 fl oz in packages of 8~^251^^ ~14450~^1^1^~cup powder~^207^9^6.466 ~14450~^2^1^~scoop powder~^23^9^1.009 ~14460~^1^1^~fl oz~^30.5^^ ~14460~^2^8^~fl oz~^244^1^ ~14460~^3^1^~bottle~^609^^ ~14461~^1^1^~fl oz~^30.5^^ ~14461~^2^8^~fl oz~^244^2^ ~14461~^3^12^~fl oz~^365^1^ ~14462~^1^1^~fluid ounce~^30^^ ~14462~^2^1^~bottle 16.9 fl oz in packages of 6~^501^^ ~14462~^3^1^~bottle 12 fl oz in packages of 8~^356^^ ~14462~^4^1^~bottle 23.7 fl oz~^703^^ ~14475~^1^1^~fl oz~^30.6^^ ~14475~^2^1^~serving 8 fl oz~^227^1^ ~14475~^3^1^~box 12 fl oz~^368^^ ~14475~^4^1^~bottle 20 fl oz~^613^^ ~14476~^1^1^~fl oz~^30.6^^ ~14476~^2^1^~serving 8 fl oz~^245^2^ ~14476~^3^1^~can 12 fl oz~^367^1^ ~14530~^1^1^~fl oz~^32.3^^ ~14531~^1^1^~fl oz~^30.4^^ ~14531~^2^1^~portion (2 oz mix + 1.5 oz whiskey)~^106^^ ~14532~^1^1^~fl oz~^27.8^^ ~14532~^2^1^~jigger 1.5 fl oz~^42^^ ~14533~^1^1^~fl oz~^27.8^^ ~14533~^2^1^~jigger 1.5 fl oz~^42^^ ~14534~^1^1^~fl oz~^34.8^^ ~14534~^2^1^~jigger 1.5 fl oz~^52^^ ~14536~^1^1^~fl oz~^29.5^^ ~14536~^2^1^~glass (3.5 fl oz)~^103^^ ~14537~^1^1^~fl oz~^29.6^^ ~14537~^2^1^~can (12 fl oz)~^355^^ ~14538~^1^1^~envelope Swiss Miss (.53 oz)~^15.0^^ ~14538~^2^1^~packet (0.675 oz)~^19^^ ~14540~^1^2^~tbsp, rounded~^25^^ ~14540~^2^1^~packet (7.25 oz)~^206^^ ~14541~^1^1^~serving 8 fl oz~^262^^ ~14541~^2^1^~fl oz~^32.7^^ ~14542~^1^1^~fl oz~^36.4^^ ~14542~^2^1^~can (12 fl oz)~^437^^ ~14542~^3^1^~can (6 fl oz)~^218^^ ~14543~^1^1^~cup 8 fl oz~^247^^ ~14543~^2^1^~fl oz~^30.9^^ ~14544~^1^1^~fl oz~^29.6^^ ~14544~^2^6^~fl oz~^178^^ ~14545~^1^1^~fl oz~^29.6^^ ~14545~^2^6^~fl oz~^178^^ ~14545~^3^1^~cup (8 fl oz)~^237^^ ~14548~^1^1^~cup~^182^^ ~14548~^2^1^~serving (3 heaping tsp)~^23^^ ~14550~^1^1^~fl oz~^27.8^^ ~14550~^2^1^~jigger 1.5 fl oz~^42^^ ~14551~^1^1^~fl oz~^27.8^^ ~14551~^2^1^~jigger 1.5 fl oz~^42^^ ~14552~^1^1^~fl oz~^31.0^^ ~14552~^2^1^~can or bottle (16 fl oz)~^492^^ ~14552~^3^1^~can (12 fl oz)~^369^^ ~14553~^1^1^~fl oz~^29.0^^ ~14555~^1^1^~fl oz~^29.6^1^ ~14555~^2^1^~cup~^237^2^ ~14555~^3^1^~ml~^1.0^28^ ~14557~^1^1^~serving~^22^1^ ~14558~^1^1^~serving~^266^^ ~14559~^1^1^~fl oz~^29.6^^ ~14559~^2^1^~bottle 11.2 fl oz in package of 6~^331^^ ~14559~^3^1^~bottle 16.9 fl oz in package of 6~^500^^ ~14602~^1^1^~fl oz~^29.4^^ ~14602~^2^1^~serving 5 fl oz~^147^^ ~14604~^1^1^~serving (8 fl oz)~^237^^ ~14604~^2^1^~fl oz~^29.6^^ ~14604~^3^1^~ml~^1.1^4^0 ~14605~^1^8^~fl oz (1 NLEA serving)~^237^1^ ~14605~^2^1^~serving~^237^2^ ~14607~^1^1^~serving 8 oz~^243^1^ ~14608~^1^1^~serving 8 oz~^238^1^ ~14609~^1^1^~serving~^238^1^ ~14610~^1^1^~serving 8 oz~^238^1^ ~14611~^1^1^~serving 8 oz~^243^1^ ~14612~^1^1^~serving 8 oz~^243^1^ ~14613~^1^1^~serving 8 oz~^243^1^ ~14614~^1^1^~serving 8 oz~^243^1^ ~14615~^1^1^~serving 8 oz~^243^1^ ~14616~^1^1^~serving 8 oz~^243^1^ ~14617~^1^1^~serving 8 oz~^243^1^ ~14618~^1^1^~serving 8 oz~^243^1^ ~14619~^1^1^~serving 8 oz~^243^1^ ~14620~^1^1^~serving 8 oz~^246^1^ ~14621~^1^1^~serving 8 oz~^246^1^ ~14622~^1^1^~serving 8 oz~^246^1^ ~14623~^1^1^~serving 8 oz~^246^1^ ~14624~^1^1^~tsp rounded (1 serving)~^2.0^1^ ~15001~^1^3^~oz~^85^^ ~15002~^1^1^~oz, boneless~^28.35^^ ~15002~^2^1^~anchovy~^4.0^^ ~15002~^3^1^~can (2 oz)~^45^^ ~15002~^4^5^~anchovies~^20^^ ~15003~^1^1^~fillet~^79^^ ~15003~^2^3^~oz~^85^^ ~15004~^1^1^~fillet~^159^^ ~15004~^2^3^~oz~^85^^ ~15005~^1^1^~fillet~^150^^ ~15005~^2^3^~oz~^85^^ ~15006~^1^1^~fillet~^116^^ ~15006~^2^3^~oz~^85^^ ~15007~^1^1^~fillet~^32^^ ~15007~^2^3^~oz~^85^^ ~15008~^1^1^~fillet~^218^^ ~15008~^2^3^~oz~^85^^ ~15009~^1^1^~fillet~^170^^ ~15009~^2^3^~oz~^85^^ ~15010~^1^1^~fillet~^159^^ ~15010~^2^3^~oz~^85^^ ~15011~^1^1^~fillet~^87^^ ~15011~^2^3^~oz~^85^^ ~15012~^1^1^~tbsp~^16^^ ~15012~^2^1^~oz~^28.35^^ ~15013~^1^1^~fillet~^79^^ ~15013~^2^3^~oz~^85^^ ~15014~^1^1^~oz~^28.35^^ ~15014~^2^3^~oz~^85^^ ~15015~^1^1^~fillet~^231^^ ~15015~^2^3^~oz~^85^^ ~15016~^1^1^~fillet~^180^^ ~15016~^2^3^~oz~^85^^ ~15017~^1^1^~can~^312^^ ~15017~^2^3^~oz~^85^^ ~15018~^1^1^~oz~^28.35^^ ~15018~^2^1^~piece (5-1/2" x 1-1/2" x 1/2")~^80^^ ~15018~^3^3^~oz~^85^^ ~15019~^1^1^~fillet~^116^^ ~15019~^2^3^~oz~^85^^ ~15020~^1^1^~fillet~^79^^ ~15020~^2^3^~oz~^85^^ ~15021~^1^1^~fillet~^87^^ ~15021~^2^3^~oz~^85^^ ~15022~^1^1^~fillet~^122^^ ~15022~^2^3^~oz~^85^^ ~15023~^1^1^~fillet~^204^^ ~15023~^2^3^~oz~^85^^ ~15024~^1^1^~fillet~^198^^ ~15024~^2^3^~oz~^85^^ ~15025~^1^1^~fillet~^204^^ ~15025~^2^3^~oz~^85^^ ~15026~^1^1^~oz, boneless~^28.35^^ ~15026~^2^1^~oz with bone (yield after bone removed)~^22^^ ~15026~^3^1^~cubic inch, boneless~^17^^ ~15026~^4^1^~fillet~^159^^ ~15026~^5^3^~oz~^85^^ ~15027~^1^1^~piece (4" x 2" x 1/2")~^57^^ ~15027~^2^1^~stick (4" x 1" x 1/2")~^28^^ ~15028~^1^1^~oz, boneless~^28.35^^ ~15028~^2^1^~fillet~^163^^ ~15028~^3^3^~oz~^85^^ ~15029~^1^1^~fillet~^127^^ ~15029~^2^3^~oz~^85^^ ~15030~^1^1^~piece~^42^^ ~15031~^1^1^~fillet~^259^^ ~15031~^2^3^~oz~^85^^ ~15032~^1^1^~fillet~^202^^ ~15032~^2^3^~oz~^85^^ ~15033~^1^1^~fillet~^193^^ ~15033~^2^3^~oz~^85^^ ~15034~^1^1^~fillet~^150^^ ~15034~^2^3^~oz~^85^^ ~15035~^1^1^~oz, boneless~^28.35^^ ~15035~^2^1^~cubic inch, boneless~^17^^ ~15035~^3^3^~oz~^85^^ ~15036~^1^.5^~fillet~^204^^ ~15036~^2^3^~oz~^85^^ ~15037~^1^.5^~fillet~^159^^ ~15037~^2^3^~oz~^85^^ ~15038~^1^.5^~fillet~^204^^ ~15038~^2^3^~oz~^85^^ ~15039~^1^1^~oz, boneless~^28.35^^ ~15039~^2^1^~fillet~^184^^ ~15039~^3^3^~oz~^85^^ ~15040~^1^1^~fillet~^143^^ ~15040~^2^3^~oz~^85^^ ~15041~^1^1^~cup~^140^^ ~15041~^2^1^~oz, boneless~^28.35^^ ~15041~^3^1^~cubic inch~^20^^ ~15041~^4^1^~piece (1-3/4" x 7/8" x 1/2")~^15.0^^ ~15042~^1^1^~oz, boneless~^28.35^^ ~15042~^2^1^~cubic inch, boneless~^17^^ ~15042~^3^1^~fillet, large (7" x 2-1/4" x 1/4")~^65^^ ~15042~^4^1^~fillet, medium (5" x 1-3/4" x 1/4")~^40^^ ~15042~^5^1^~fillet, small (2-3/8" x 1-3/8" x 1/4")~^20^^ ~15043~^1^1^~fillet~^184^^ ~15043~^2^3^~oz~^85^^ ~15044~^1^1^~fillet~^193^^ ~15044~^2^3^~oz~^85^^ ~15045~^1^.5^~fillet~^193^^ ~15045~^2^3^~oz~^85^^ ~15046~^1^1^~fillet~^112^^ ~15046~^2^3^~oz~^85^^ ~15047~^1^1^~fillet~^88^^ ~15047~^2^3^~oz~^85^^ ~15048~^1^1^~cup~^190^^ ~15048~^2^1^~oz, boneless~^28.35^^ ~15048~^3^1^~cubic inch~^16^^ ~15048~^4^1^~can (15 oz)~^361^^ ~15049~^1^.5^~fillet~^198^^ ~15049~^2^3^~oz~^85^^ ~15050~^1^1^~fillet~^225^^ ~15050~^2^3^~oz~^85^^ ~15051~^1^1^~fillet~^187^^ ~15051~^2^3^~oz~^85^^ ~15052~^1^1^~fillet~^146^^ ~15052~^2^3^~oz~^85^^ ~15053~^1^3^~oz~^85^^ ~15054~^1^3^~oz~^85^^ ~15055~^1^1^~oz~^28.35^^ ~15055~^2^1^~fillet~^119^^ ~15055~^3^3^~oz~^85^^ ~15056~^1^1^~fillet~^93^^ ~15056~^2^3^~oz~^85^^ ~15057~^1^1^~oz, boneless~^28.35^^ ~15057~^2^1^~fillet~^64^^ ~15057~^3^3^~oz~^85^^ ~15058~^1^1^~fillet~^50^^ ~15058~^2^3^~oz~^85^^ ~15059~^1^.5^~fillet~^176^^ ~15059~^2^3^~oz~^85^^ ~15060~^1^1^~fillet~^60^^ ~15060~^2^3^~oz~^85^^ ~15061~^1^1^~fillet~^46^^ ~15061~^2^3^~oz~^85^^ ~15062~^1^.5^~fillet~^198^^ ~15062~^2^3^~oz~^85^^ ~15063~^1^.5^~fillet~^155^^ ~15063~^2^3^~oz~^85^^ ~15064~^1^1^~fillet~^159^^ ~15064~^2^3^~oz~^85^^ ~15065~^1^.5^~fillet~^193^^ ~15065~^2^3^~oz~^85^^ ~15066~^1^1^~fillet~^77^^ ~15066~^2^3^~oz~^85^^ ~15067~^1^1^~fillet~^60^^ ~15067~^2^3^~oz~^85^^ ~15068~^1^1^~oz, boneless~^28.35^^ ~15068~^2^1^~fillet~^112^^ ~15068~^3^3^~oz~^85^^ ~15069~^1^1^~fillet~^88^^ ~15069~^2^3^~oz~^85^^ ~15070~^1^1^~fillet~^191^^ ~15070~^2^3^~oz~^85^^ ~15071~^1^1^~fillet~^149^^ ~15071~^2^3^~oz~^85^^ ~15072~^1^1^~tbsp~^14.0^^ ~15072~^2^1^~oz~^28.35^^ ~15072~^3^1^~can (8 oz), solids and liquid~^227^^ ~15072~^4^3^~oz~^85^^ ~15073~^1^3^~oz~^85^^ ~15074~^1^.5^~fillet~^193^^ ~15074~^2^3^~oz~^85^^ ~15075~^1^1^~oz~^28.35^^ ~15075~^2^3^~oz~^85^^ ~15076~^1^.5^~fillet~^198^^ ~15076~^2^3^~oz~^85^^ ~15077~^1^1^~cup, cooked~^136^^ ~15077~^2^1^~oz, boneless~^28.35^^ ~15077~^3^1^~cubic inch, boneless~^17^^ ~15077~^4^3^~oz~^85^^ ~15078~^1^.5^~fillet~^198^^ ~15078~^2^3^~oz~^85^^ ~15079~^1^.5^~fillet~^198^^ ~15079~^2^3^~oz~^85^^ ~15080~^1^1^~can~^369^^ ~15080~^2^3^~oz~^85^^ ~15081~^1^.5^~fillet~^198^^ ~15081~^2^3^~oz~^85^^ ~15082~^1^.5^~fillet~^155^^ ~15082~^2^3^~oz~^85^^ ~15083~^1^.5^~fillet~^159^^ ~15083~^2^3^~oz~^85^^ ~15084~^1^1^~can~^454^^ ~15084~^2^3^~oz~^85^^ ~15085~^1^1^~oz, boneless~^28.35^^ ~15085~^2^.5^~fillet~^198^^ ~15085~^3^3^~oz~^85^^ ~15086~^1^.5^~fillet~^155^^ ~15086~^2^3^~oz~^85^^ ~15087~^1^1^~can~^369^^ ~15087~^2^3^~oz~^85^^ ~15088~^1^1^~cup, drained~^149^^ ~15088~^2^1^~oz~^28.35^^ ~15088~^3^1^~cubic inch~^16^^ ~15088~^4^1^~can (3.75 oz)~^92^^ ~15088~^5^1^~small (2-2/3" x 1/2" x 1/4")~^12.0^^ ~15088~^6^2^~sardines~^24^^ ~15089~^1^1^~cup~^89^^ ~15089~^2^1^~can~^370^^ ~15089~^3^1^~sardine~^38^^ ~15090~^1^1^~cup~^166^^ ~15090~^2^1^~oz, boneless~^28.35^^ ~15090~^3^1^~fillet~^64^^ ~15090~^4^3^~oz~^85^^ ~15091~^1^1^~fillet~^129^^ ~15091~^2^3^~oz~^85^^ ~15092~^1^1^~fillet~^101^^ ~15092~^2^3^~oz~^85^^ ~15093~^1^1^~fillet~^238^^ ~15093~^2^3^~oz~^85^^ ~15094~^1^1^~fillet~^184^^ ~15094~^2^3^~oz~^85^^ ~15096~^1^3^~oz~^85^^ ~15097~^1^1^~fillet~^238^^ ~15097~^2^3^~oz~^85^^ ~15098~^1^1^~fillet~^186^^ ~15098~^2^3^~oz~^85^^ ~15099~^1^3^~oz~^85^^ ~15100~^1^3^~oz~^85^^ ~15101~^1^1^~fillet~^218^^ ~15101~^2^3^~oz~^85^^ ~15102~^1^1^~fillet~^170^^ ~15102~^2^3^~oz~^85^^ ~15103~^1^1^~fillet~^64^^ ~15103~^2^3^~oz~^85^^ ~15104~^1^3^~oz~^85^^ ~15105~^1^1^~cup, cooked~^136^^ ~15105~^2^1^~oz, boneless~^28.35^^ ~15105~^3^1^~oz with bone, cooked (yield after bone removed)~^19^^ ~15105~^4^1^~cubic inch, boneless~^17^^ ~15105~^5^1^~piece (4-1/2" x 2-1/8" x 7/8")~^145^^ ~15105~^6^3^~oz~^85^^ ~15106~^1^1^~oz~^28.35^^ ~15106~^2^3^~oz~^85^^ ~15107~^1^1^~fillet~^159^^ ~15107~^2^3^~oz~^85^^ ~15108~^1^1^~fillet~^48^^ ~15108~^2^3^~oz~^85^^ ~15109~^1^1^~oz~^28.35^^ ~15109~^2^3^~oz~^85^^ ~15110~^1^1^~piece (4-1/2" x 2-1/8" x 7/8")~^136^^ ~15110~^2^3^~oz~^85^^ ~15111~^1^1^~piece~^106^^ ~15111~^2^3^~oz~^85^^ ~15112~^1^.5^~fillet~^193^^ ~15112~^2^3^~oz~^85^^ ~15113~^1^.5^~fillet~^150^^ ~15113~^2^3^~oz~^85^^ ~15114~^1^1^~fillet~^79^^ ~15114~^2^3^~oz~^85^^ ~15115~^1^1^~fillet~^159^^ ~15115~^2^3^~oz~^85^^ ~15116~^1^1^~fillet~^143^^ ~15116~^2^3^~oz~^85^^ ~15117~^1^3^~oz~^85^^ ~15118~^1^3^~oz~^85^^ ~15119~^1^1^~cup, solid or chunks~^146^^ ~15119~^2^1^~oz~^28.35^^ ~15119~^3^1^~can~^171^^ ~15119~^4^3^~oz~^85^^ ~15119~^5^1^~can (12.5 oz), drained~^321^^ ~15121~^1^1^~cup, solid or chunks~^154^^ ~15121~^2^1^~oz~^28.35^^ ~15121~^3^1^~can~^165^^ ~15121~^4^3^~oz~^85^^ ~15121~^5^1^~can (12.5 oz), drained~^315^^ ~15123~^1^.5^~fillet~^198^^ ~15123~^2^3^~oz~^85^^ ~15124~^1^1^~can~^178^^ ~15124~^2^3^~oz~^85^^ ~15126~^1^1^~can~^172^^ ~15126~^2^3^~oz~^85^^ ~15127~^1^1^~oz, boneless~^28.35^^ ~15127~^2^1^~cubic inch, boneless~^16^^ ~15127~^3^3^~oz~^85^^ ~15128~^1^1^~cup~^205^^ ~15128~^2^3^~oz~^85^^ ~15129~^1^.5^~fillet~^204^^ ~15129~^2^3^~oz~^85^^ ~15130~^1^1^~fillet~^198^^ ~15130~^2^3^~oz~^85^^ ~15131~^1^1^~cup, cooked~^136^^ ~15131~^2^1^~oz, boneless~^28.35^^ ~15131~^3^1^~cubic inch, boneless~^17^^ ~15131~^4^3^~oz~^85^^ ~15132~^1^1^~fillet~^92^^ ~15132~^2^3^~oz~^85^^ ~15133~^1^1^~fillet~^72^^ ~15133~^2^3^~oz~^85^^ ~15134~^1^.5^~fillet~^153^^ ~15134~^2^3^~oz~^85^^ ~15135~^1^.5^~fillet~^187^^ ~15135~^2^3^~oz~^85^^ ~15136~^1^1^~leg~^172^^ ~15136~^2^3^~oz~^85^^ ~15137~^1^1^~leg~^134^^ ~15137~^2^3^~oz~^85^^ ~15138~^1^3^~oz~^85^^ ~15139~^1^3^~oz~^85^^ ~15139~^2^1^~crab~^21^^ ~15140~^1^1^~cup, flaked and pieces~^118^^ ~15140~^2^1^~cup (not packed)~^135^^ ~15140~^3^1^~oz~^28.35^^ ~15140~^4^3^~oz~^85^^ ~15141~^1^1^~cup~^135^^ ~15141~^2^1^~oz~^28.35^^ ~15141~^3^1^~can (6.5 oz), drained~^125^^ ~15141~^4^3^~oz~^85^^ ~15142~^1^1^~cake~^60^^ ~15143~^1^3^~oz~^85^^ ~15143~^2^1^~crab~^163^^ ~15144~^1^3^~oz~^85^^ ~15145~^1^3^~oz~^85^^ ~15145~^2^8^~crayfish~^27^^ ~15146~^1^3^~oz~^85^^ ~15147~^1^1^~lobster~^150^^ ~15147~^2^3^~oz~^85^^ ~15148~^1^1^~cup~^145^^ ~15148~^2^3^~oz~^85^^ ~15149~^1^1^~medium~^6.0^^ ~15149~^2^1^~small~^5.0^^ ~15149~^3^3^~oz~^85^^ ~15149~^4^4^~large~^28^^ ~15150~^1^3^~oz~^85^^ ~15150~^2^4^~large~^30^^ ~15151~^1^3^~oz~^85^^ ~15151~^2^4^~large~^22^^ ~15152~^1^1^~cup~^128^^ ~15152~^2^1^~oz~^28.35^^ ~15152~^3^1^~can (4.5 oz), drained~^128^^ ~15152~^4^10^~shrimp~^32^^ ~15152~^5^3^~oz~^85^^ ~15153~^1^3^~oz~^85^^ ~15154~^1^1^~lobster~^209^^ ~15154~^2^3^~oz~^85^^ ~15155~^1^3^~oz~^85^^ ~15156~^1^3^~oz~^85^^ ~15157~^1^1^~cup (with liquid and clams)~^227^^ ~15157~^2^1^~large~^20^^ ~15157~^3^1^~lb (with shell), yield after shell removed~^68.0^^ ~15157~^4^1^~medium~^14.5^^ ~15157~^5^1^~small~^9.0^^ ~15157~^6^3^~oz~^85^^ ~15158~^1^3^~oz~^85^^ ~15158~^2^20^~small~^188^^ ~15159~^1^3^~oz~^85^^ ~15159~^2^20^~small~^190^^ ~15160~^1^1^~cup~^160^^ ~15160~^2^3^~oz~^85^^ ~15162~^1^1^~cup~^240^^ ~15162~^2^3^~oz~^85^^ ~15163~^1^3^~oz~^85^^ ~15164~^1^1^~cup~^150^^ ~15164~^2^1^~oz~^28.35^^ ~15164~^3^1^~large~^20^^ ~15164~^4^1^~medium~^16^^ ~15164~^5^1^~small~^10.0^^ ~15164~^6^3^~oz~^85^^ ~15165~^1^3^~oz~^85^^ ~15166~^1^3^~oz~^85^^ ~15167~^1^1^~cup~^248^^ ~15167~^2^6^~medium~^84^^ ~15168~^1^3^~oz~^85^^ ~15168~^2^6^~medium~^88^^ ~15169~^1^3^~oz~^85^^ ~15169~^2^6^~medium~^42^^ ~15170~^1^1^~cup, drained~^162^^ ~15170~^2^1^~cup, undrained~^248^^ ~15170~^3^1^~oz, drained~^23^^ ~15170~^4^1^~can (12 oz), oysters and liquid~^272^^ ~15170~^5^1^~oyster~^8.0^^ ~15170~^6^3^~oz~^85^^ ~15171~^1^1^~medium~^50^^ ~15171~^2^3^~oz~^85^^ ~15172~^1^1^~unit 2 large or 5 small~^30^^ ~15172~^2^3^~oz~^85^^ ~15173~^1^2^~large~^31^^ ~15174~^1^3^~oz~^85^^ ~15175~^1^1^~oz, boneless~^28.35^^ ~15175~^2^3^~oz~^85^^ ~15176~^1^3^~oz~^85^^ ~15177~^1^3^~oz~^85^^ ~15178~^1^3^~oz~^85^^ ~15179~^1^1^~oz~^28.35^^ ~15179~^2^3^~oz~^85^^ ~15180~^1^1^~can~^369^^ ~15180~^2^3^~oz~^85^^ ~15181~^1^1^~can~^454^^ ~15181~^2^3^~oz~^85^^ ~15182~^1^1^~can~^369^^ ~15182~^2^3^~oz~^85^^ ~15183~^1^1^~can~^171^^ ~15183~^2^3^~oz~^85^^ ~15184~^1^1^~can~^165^^ ~15184~^2^3^~oz~^85^^ ~15185~^1^1^~can~^178^^ ~15185~^2^3^~oz~^85^^ ~15186~^1^1^~can~^172^^ ~15186~^2^3^~oz~^85^^ ~15187~^1^1^~fillet~^62^^ ~15187~^2^3^~oz~^85^^ ~15188~^1^1^~fillet~^124^^ ~15188~^2^3^~oz~^85^^ ~15189~^1^1^~fillet~^117^^ ~15189~^2^3^~oz~^85^^ ~15190~^1^1^~fillet~^90^^ ~15190~^2^3^~oz~^85^^ ~15191~^1^1^~fillet~^25^^ ~15191~^2^3^~oz~^85^^ ~15192~^1^1^~fillet~^90^^ ~15192~^2^3^~oz~^85^^ ~15193~^1^1^~fillet~^95^^ ~15193~^2^3^~oz~^85^^ ~15194~^1^1^~fillet~^159^^ ~15194~^2^3^~oz~^85^^ ~15195~^1^1^~fillet~^154^^ ~15195~^2^3^~oz~^85^^ ~15196~^1^.5^~fillet~^159^^ ~15196~^2^3^~oz~^85^^ ~15197~^1^1^~fillet~^144^^ ~15197~^2^3^~oz~^85^^ ~15198~^1^1^~fillet~^151^^ ~15198~^2^3^~oz~^85^^ ~15199~^1^.5^~fillet~^151^^ ~15199~^2^3^~oz~^85^^ ~15200~^1^.5^~fillet~^154^^ ~15200~^2^3^~oz~^85^^ ~15201~^1^1^~oz, boneless~^28.35^^ ~15201~^2^1^~cubic inch, boneless~^17^^ ~15201~^3^1^~fillet~^176^^ ~15201~^4^3^~oz~^85^^ ~15202~^1^3^~oz~^85^^ ~15203~^1^3^~oz~^85^^ ~15204~^1^1^~fillet~^124^^ ~15204~^2^3^~oz~^85^^ ~15205~^1^.5^~fillet~^151^^ ~15205~^2^3^~oz~^85^^ ~15206~^1^.5^~fillet~^137^^ ~15206~^2^3^~oz~^85^^ ~15207~^1^1^~oz~^28.35^^ ~15207~^2^3^~oz~^85^^ ~15208~^1^.5^~fillet~^151^^ ~15208~^2^3^~oz~^85^^ ~15209~^1^.5^~fillet~^154^^ ~15209~^2^3^~oz~^85^^ ~15210~^1^.5^~fillet~^154^^ ~15210~^2^3^~oz~^85^^ ~15211~^1^.5^~fillet~^154^^ ~15211~^2^3^~oz~^85^^ ~15212~^1^.5^~fillet~^124^^ ~15212~^2^3^~oz~^85^^ ~15213~^1^1^~fillet~^50^^ ~15213~^2^3^~oz~^85^^ ~15214~^1^1^~fillet~^186^^ ~15214~^2^3^~oz~^85^^ ~15215~^1^1^~fillet~^144^^ ~15215~^2^3^~oz~^85^^ ~15216~^1^1^~fillet~^50^^ ~15216~^2^3^~oz~^85^^ ~15217~^1^1^~fillet~^124^^ ~15217~^2^3^~oz~^85^^ ~15218~^1^1^~fillet~^37^^ ~15218~^2^3^~oz~^85^^ ~15219~^1^1^~fillet~^62^^ ~15219~^2^3^~oz~^85^^ ~15220~^1^.5^~fillet~^154^^ ~15220~^2^3^~oz~^85^^ ~15221~^1^3^~oz~^85^^ ~15222~^1^.5^~fillet~^159^^ ~15222~^2^3^~oz~^85^^ ~15223~^1^1^~fillet~^154^^ ~15223~^2^3^~oz~^85^^ ~15224~^1^.5^~fillet~^119^^ ~15224~^2^3^~oz~^85^^ ~15225~^1^.5^~fillet~^146^^ ~15225~^2^3^~oz~^85^^ ~15226~^1^3^~oz~^85^^ ~15226~^2^1^~crab~^127^^ ~15227~^1^3^~oz~^85^^ ~15228~^1^1^~lobster~^163^^ ~15228~^2^3^~oz~^85^^ ~15229~^1^3^~oz~^85^^ ~15230~^1^3^~oz~^85^^ ~15231~^1^1^~medium~^25^^ ~15231~^2^3^~oz~^85^^ ~15232~^1^3^~oz~^85^^ ~15233~^1^1^~fillet~^143^^ ~15233~^2^3^~oz~^85^^ ~15234~^1^1^~fillet~^159^^ ~15234~^2^3^~oz~^85^^ ~15235~^1^1^~fillet~^143^^ ~15235~^2^3^~oz~^85^^ ~15236~^1^.5^~fillet~^198^^ ~15236~^2^3^~oz~^85^^ ~15237~^1^.5^~fillet~^178^^ ~15237~^2^3^~oz~^85^^ ~15238~^1^1^~fillet~^159^^ ~15238~^2^3^~oz~^85^^ ~15239~^1^1^~fillet~^143^^ ~15239~^2^3^~oz~^85^^ ~15240~^1^1^~fillet~^79^^ ~15240~^2^3^~oz~^85^^ ~15241~^1^1^~fillet~^71^^ ~15241~^2^3^~oz~^85^^ ~15242~^1^3^~oz~^85^^ ~15242~^2^8^~crayfish~^27^^ ~15243~^1^3^~oz~^85^^ ~15244~^1^3^~oz~^85^^ ~15244~^2^6^~medium~^59^^ ~15245~^1^3^~oz~^85^^ ~15245~^2^6^~medium~^84^^ ~15246~^1^3^~oz~^85^^ ~15246~^2^6^~medium~^59^^ ~15247~^1^.5^~fillet~^178^^ ~15247~^2^3^~oz~^85^^ ~15250~^1^1^~cup, sliced~^127^^ ~15250~^2^1^~oz cooked, yield~^17^^ ~16001~^1^1^~cup~^197^^ ~16002~^1^1^~cup~^230^^ ~16003~^1^1^~cup~^296^^ ~16004~^1^1^~slice~^14.0^^ ~16005~^1^1^~cup~^253^^ ~16006~^1^1^~cup~^254^^ ~16007~^1^1^~cup~^266^^ ~16008~^1^1^~cup~^259^^ ~16009~^1^1^~cup~^253^^ ~16010~^1^1^~cup~^253^^ ~16011~^1^1^~cup~^246^71^ ~16014~^1^1^~cup~^194^^ ~16014~^2^1^~tbsp~^12.1^^ ~16015~^1^1^~cup~^172^^ ~16016~^1^1^~cup~^184^^ ~16017~^1^1^~cup~^185^^ ~16018~^1^1^~cup~^240^^ ~16019~^1^1^~cup~^195^^ ~16020~^1^1^~cup~^177^^ ~16021~^1^1^~cup~^260^^ ~16022~^1^1^~cup~^184^^ ~16023~^1^1^~cup~^177^^ ~16024~^1^1^~cup~^183^^ ~16025~^1^1^~cup~^177^^ ~16026~^1^1^~cup~^262^^ ~16027~^1^1^~cup~^184^^ ~16028~^1^1^~cup~^177^^ ~16028~^2^1^~tbsp~^11.0^^ ~16029~^1^1^~cup~^256^^ ~16030~^1^1^~cup~^184^^ ~16031~^1^1^~cup~^177^^ ~16032~^1^1^~cup~^184^^ ~16032~^2^1^~tbsp~^12.2^^ ~16033~^1^1^~cup~^177^^ ~16033~^2^1^~tbsp~^11.0^^ ~16034~^1^1^~cup~^256^1^ ~16034~^2^1^~tbsp~^16^1^ ~16035~^1^1^~cup~^184^^ ~16036~^1^1^~cup~^177^^ ~16037~^1^1^~cup~^208^^ ~16038~^1^1^~cup~^182^^ ~16039~^1^1^~cup~^262^^ ~16040~^1^1^~cup~^210^^ ~16041~^1^1^~cup~^169^^ ~16042~^1^1^~cup~^193^^ ~16042~^2^1^~tbsp~^12.0^^ ~16043~^1^1^~cup~^171^^ ~16043~^2^1^~tbsp~^10.6^^ ~16044~^1^1^~cup~^240^^ ~16045~^1^1^~cup~^215^^ ~16046~^1^1^~cup~^179^^ ~16047~^1^1^~cup~^196^^ ~16048~^1^1^~cup~^177^^ ~16049~^1^1^~cup~^202^^ ~16049~^2^1^~tbsp~^12.6^^ ~16050~^1^1^~cup~^179^^ ~16050~^2^1^~tbsp~^11.2^^ ~16051~^1^1^~cup~^262^^ ~16052~^1^1^~cup~^150^^ ~16052~^2^1^~tbsp~^9.4^^ ~16053~^1^1^~cup~^170^^ ~16054~^1^1^~cup~^256^^ ~16055~^1^1^~cup~^103^^ ~16055~^2^1^~tbsp~^6.0^^ ~16056~^1^1^~cup~^200^^ ~16056~^2^1^~tbsp~^12.5^^ ~16057~^1^1^~cup~^164^^ ~16058~^1^1^~cup~^240^^ ~16059~^1^1^~cup~^256^^ ~16059~^2^1^~tbsp~^16^^ ~16060~^1^1^~cup~^167^^ ~16061~^1^1^~cup~^171^^ ~16062~^1^1^~cup~^167^^ ~16062~^2^1^~tbsp~^10.5^^ ~16063~^1^1^~cup~^172^^ ~16064~^1^1^~cup~^240^^ ~16065~^1^1^~cup~^240^^ ~16067~^1^1^~cup~^210^^ ~16068~^1^1^~cup~^194^^ ~16069~^1^1^~cup~^192^^ ~16069~^2^1^~tablespoon~^12.0^^ ~16070~^1^1^~cup~^198^^ ~16070~^2^1^~tbsp~^12.3^^ ~16071~^1^1^~cup~^178^^ ~16071~^2^1^~tbsp~^11.1^^ ~16072~^1^1^~cup~^188^^ ~16072~^2^1^~tbsp~^11.7^^ ~16073~^1^1^~cup~^241^^ ~16074~^1^1^~cup~^202^^ ~16075~^1^1^~cup~^182^^ ~16076~^1^1^~cup~^180^^ ~16077~^1^1^~cup~^166^^ ~16078~^1^1^~cup~^196^^ ~16079~^1^1^~cup~^177^^ ~16080~^1^1^~cup~^207^^ ~16080~^2^1^~tbsp~^13.0^^ ~16081~^1^1^~cup~^202^^ ~16082~^1^1^~cup~^140^^ ~16083~^1^1^~cup~^207^^ ~16084~^1^1^~cup~^180^^ ~16084~^2^1^~oz dry, yield after cooking~^69^^ ~16085~^1^1^~cup~^197^^ ~16085~^2^1^~lb~^453.6^^ ~16086~^1^1^~cup~^196^^ ~16086~^2^1^~tbsp~^12.2^^ ~16087~^1^1^~cup~^146^^ ~16087~^2^1^~oz~^28.35^^ ~16088~^1^1^~cup in shell, edible yield~^63^^ ~16088~^2^1^~cup, shelled~^180^^ ~16088~^3^1^~oz shelled~^28.35^^ ~16088~^4^33^~nuts~^28^^ ~16089~^1^1^~cup, chopped~^144^^ ~16089~^2^1^~cup, halves and whole~^144^^ ~16089~^3^1^~peanut~^0.9^^ ~16090~^1^1^~oz~^28.35^^ ~16090~^2^1^~peanut~^1.0^^ ~16091~^1^1^~cup~^146^^ ~16091~^2^1^~oz~^28.35^^ ~16092~^1^1^~cup~^147^^ ~16092~^2^1^~oz~^28.35^^ ~16093~^1^1^~cup~^146^^ ~16093~^2^1^~oz~^28.35^^ ~16094~^1^1^~cup~^144^^ ~16094~^2^1^~oz~^28.35^^ ~16095~^1^1^~cup~^146^^ ~16095~^2^1^~oz~^28.35^^ ~16096~^1^1^~cup~^143^^ ~16096~^2^1^~oz~^28.35^^ ~16097~^1^1^~cup~^258^^ ~16097~^2^2^~tbsp~^32^^ ~16098~^1^1^~cup~^258^1^ ~16098~^2^2^~tbsp~^32^7^0 ~16099~^1^1^~cup~^60^^ ~16099~^2^1^~oz~^28.35^^ ~16100~^1^1^~cup~^60^^ ~16100~^2^1^~oz~^28.35^^ ~16101~^1^1^~cup~^205^^ ~16102~^1^1^~cup~^168^^ ~16103~^1^1^~cup~^238^84^ ~16103~^2^1^~can~^443^6^4.508 ~16104~^1^1^~cup~^144^^ ~16104~^2^1^~oz cooked, yield~^16^^ ~16104~^3^1^~strip~^5.0^^ ~16106~^1^1^~cup~^88^^ ~16106~^2^1^~oz~^28.35^^ ~16107~^1^1^~link~^25^^ ~16107~^2^1^~patty~^38^^ ~16107~^3^1^~slice~^28^^ ~16108~^1^1^~cup~^186^1^ ~16109~^1^1^~cup~^172^^ ~16109~^2^1^~tbsp~^10.7^^ ~16110~^1^1^~cup~^172^^ ~16111~^1^1^~cup~^172^^ ~16112~^1^1^~cup~^275^^ ~16113~^1^1^~cup~^175^^ ~16114~^1^1^~cup~^166^^ ~16115~^1^1^~cup, stirred~^84^^ ~16115~^2^1^~tbsp~^5.2^^ ~16116~^1^1^~cup, stirred~^85^^ ~16117~^1^1^~cup~^105^6^3.534 ~16117~^2^1^~tbsp~^6.6^2^ ~16118~^1^1^~cup, stirred~^88^^ ~16118~^2^1^~tbsp~^5.5^^ ~16119~^1^1^~cup~^122^^ ~16120~^1^1^~cup~^243^7^0 ~16120~^2^1^~fl oz~^30.6^^ ~16121~^1^1^~oz~^28.35^^ ~16122~^1^1^~oz~^28.35^^ ~16123~^1^1^~cup~^255^1^ ~16123~^2^1^~tbsp~^16^1^ ~16123~^3^1^~tsp~^5.3^1^ ~16123~^4^1^~individual packet~^8.9^1^ ~16124~^1^1^~tbsp~^18^^ ~16124~^2^1^~tsp~^6.0^^ ~16125~^1^1^~tbsp~^18^^ ~16125~^2^1^~tsp~^6.0^^ ~16125~^3^.25^~cup~^58^^ ~16126~^1^.5^~cup~^126^^ ~16126~^2^.25^~block~^81^^ ~16126~^3^.2^~block~^91^^ ~16127~^1^1^~cup (1/2" cubes)~^248^^ ~16127~^2^1^~cubic inch~^18^^ ~16127~^3^1^~piece (2-1/2" x 2-3/4" x 1")~^120^^ ~16127~^4^.25^~block~^116^^ ~16127~^5^.2^~block~^90^^ ~16128~^1^1^~piece~^17^^ ~16129~^1^1^~oz~^28.35^^ ~16129~^2^1^~piece~^13.0^^ ~16130~^1^1^~cup~^122^^ ~16132~^1^1^~block~^11.0^^ ~16133~^1^1^~cup~^167^^ ~16134~^1^1^~cup~^171^^ ~16135~^1^1^~cup~^182^^ ~16136~^1^1^~cup~^172^^ ~16137~^1^1^~cup~^246^^ ~16137~^2^1^~tablespoon~^15.0^^ ~16138~^1^1^~patty (approx 2-1/4" dia)~^17^^ ~16139~^1^1^~cup~^243^15^0 ~16139~^2^1^~fl oz~^30.6^^ ~16144~^1^1^~cup~^192^^ ~16147~^1^1^~pattie~^70^16^2.309 ~16149~^1^2^~tbsp~^31^^ ~16155~^1^1^~cup~^258^^ ~16155~^2^2^~tbsp~^32^^ ~16156~^1^2^~tbsp~^32^^ ~16156~^2^1^~cup~^258^^ ~16157~^1^1^~cup~^92^^ ~16158~^1^1^~cup~^246^^ ~16158~^2^1^~tbsp~^15.0^^ ~16159~^1^.2^~block~^91^^ ~16160~^1^.25^~block~^122^^ ~16161~^1^1^~slice~^84^^ ~16162~^1^1^~slice~^84^^ ~16163~^1^1^~slice~^84^^ ~16164~^1^1^~slice~^84^^ ~16165~^1^1^~slice~^84^^ ~16166~^1^1^~cup~^243^7^0 ~16166~^2^1^~fl oz~^30.6^^ ~16167~^1^2^~tbsp~^32^^ ~16167~^2^1^~cup~^258^^ ~16168~^1^1^~cup~^243^9^0 ~16168~^2^1^~fl oz~^30.6^^ ~16171~^1^1^~cup~^242^6^12.64 ~16171~^2^1^~can~^444^6^7.245 ~16172~^1^1^~cup~^231^6^5.755 ~16172~^2^1^~can~^445^6^5.87 ~16173~^1^1^~cup~^233^12^4.896 ~16173~^2^1^~tbsp~^15^12^.742 ~16175~^1^1^~oz~^28.35^^ ~16176~^1^1^~oz~^28.35^^ ~16200~^1^.5^~cup~^130^1^ ~16200~^2^1^~serving~^130^1^ ~16201~^1^.5^~cup~^130^1^ ~16201~^2^1^~serving~^130^1^ ~16202~^1^.5^~cup~^120^1^ ~16202~^2^1^~serving~^120^1^ ~16203~^1^.5^~cup~^120^1^ ~16203~^2^1^~serving~^120^1^ ~16204~^1^.5^~cup~^120^1^ ~16204~^2^1^~serving~^120^1^ ~16210~^1^.25^~package~^79^1^ ~16210~^2^1^~serving~^79^1^ ~16211~^1^1^~serving~^79^1^ ~16211~^2^.2^~package~^79^1^ ~16212~^1^.2^~package~^79^1^ ~16212~^2^1^~serving~^79^1^ ~16213~^1^.2^~package~^79^1^ ~16213~^2^1^~serving~^79^1^ ~16215~^1^1^~cup~^243^1^ ~16215~^2^1^~serving~^243^1^ ~16216~^1^1^~cup~^243^1^ ~16216~^2^1^~serving~^243^1^ ~16219~^1^1^~cup~^243^1^ ~16219~^2^1^~serving~^243^1^ ~16222~^1^1^~cup~^243^6^0 ~16223~^1^1^~cup~^243^4^0 ~16225~^1^1^~cup~^243^6^0 ~16227~^1^1^~cup~^243^4^0 ~16228~^1^1^~cup~^243^2^ ~16229~^1^1^~cup~^243^2^ ~16230~^1^1^~cup~^243^4^0 ~16235~^1^1^~cup~^243^1^ ~16236~^1^1^~cup~^243^1^ ~16237~^1^1^~cup~^243^1^ ~16238~^1^1^~cup~^243^1^ ~16239~^1^1^~cup~^243^1^ ~16240~^1^1^~cup~^243^1^ ~16241~^1^1^~cup~^243^1^ ~16242~^1^1^~cup~^243^1^ ~16243~^1^1^~cup~^243^1^ ~16244~^1^1^~cup~^243^1^ ~16245~^1^1^~cup~^243^1^ ~16246~^1^.5^~cup~^122^1^ ~16247~^1^1^~cup~^243^1^ ~16248~^1^1^~cup~^243^1^ ~16249~^1^1^~cup~^243^1^ ~16250~^1^1^~container~^227^1^ ~16251~^1^1^~container~^170^1^ ~16252~^1^1^~container~^227^1^ ~16253~^1^1^~container~^170^1^ ~16254~^1^1^~container~^170^1^ ~16255~^1^1^~container~^170^1^ ~16256~^1^1^~container~^170^1^ ~16257~^1^1^~container~^170^1^ ~16258~^1^1^~container~^170^1^ ~16259~^1^1^~container~^170^1^ ~16260~^1^1^~tbsp~^15.0^1^ ~16261~^1^1^~tbsp~^15.0^1^ ~16262~^1^1^~tbsp~^15.0^1^ ~16302~^1^1^~cup~^230^^ ~16315~^1^1^~cup~^172^^ ~16317~^1^1^~cup~^185^^ ~16320~^1^1^~cup~^177^^ ~16323~^1^1^~cup~^177^^ ~16325~^1^1^~cup~^177^^ ~16328~^1^1^~cup~^177^^ ~16331~^1^1^~cup~^177^^ ~16333~^1^1^~cup~^177^^ ~16336~^1^1^~cup~^177^^ ~16338~^1^1^~cup~^182^^ ~16341~^1^1^~cup~^169^^ ~16343~^1^1^~cup~^171^^ ~16346~^1^1^~cup~^179^^ ~16348~^1^1^~cup~^177^^ ~16350~^1^1^~cup~^179^^ ~16353~^1^1^~cup~^170^^ ~16357~^1^1^~cup~^164^^ ~16361~^1^1^~cup~^171^^ ~16363~^1^1^~cup~^171^^ ~16368~^1^1^~cup~^194^^ ~16370~^1^1^~cup~^198^^ ~16372~^1^1^~cup~^188^^ ~16375~^1^1^~cup~^182^^ ~16377~^1^1^~cup~^166^^ ~16379~^1^1^~cup~^177^^ ~16381~^1^1^~cup~^202^^ ~16384~^1^1^~cup~^180^^ ~16386~^1^1^~cup~^196^^ ~16389~^1^1^~cup, chopped~^133^^ ~16389~^2^1^~oz shelled~^28.35^^ ~16389~^3^32^~nuts~^28^^ ~16390~^1^1^~cup~^146^^ ~16390~^2^1^~oz~^28.35^^ ~16390~^3^1^~peanut~^1.0^^ ~16392~^1^1^~cup~^147^^ ~16392~^2^1^~oz~^28.35^^ ~16394~^1^1^~cup~^144^^ ~16394~^2^1^~oz~^28.35^^ ~16396~^1^1^~cup~^143^^ ~16396~^2^1^~oz~^28.35^^ ~16397~^1^1^~cup~^258^^ ~16397~^2^2^~tbsp~^32^^ ~16398~^1^1^~cup~^258^^ ~16398~^2^2^~tbsp~^32^^ ~16399~^1^1^~tbsp~^16^4^1.06 ~16402~^1^1^~cup~^168^^ ~16409~^1^1^~cup~^172^^ ~16410~^1^1^~cup~^172^^ ~16415~^1^1^~cup, stirred~^85^^ ~16416~^1^1^~cup, stirred~^85^^ ~16417~^1^1^~cup, stirred~^100^^ ~16418~^1^1^~cup, stirred~^88^^ ~16419~^1^1^~cup~^122^^ ~16420~^1^1^~oz~^28.35^^ ~16421~^1^1^~oz~^28.35^^ ~16422~^1^1^~oz~^28.35^^ ~16423~^1^1^~oz~^28.35^^ ~16424~^1^1^~cup~^255^^ ~16424~^2^1^~tbsp~^16^^ ~16424~^3^1^~tsp~^5.3^^ ~16426~^1^.5^~cup~^126^^ ~16426~^2^.25^~block~^81^^ ~16427~^1^.5^~cup~^124^^ ~16427~^2^.25^~block~^116^^ ~16428~^1^1^~piece~^17^^ ~16429~^1^1^~piece~^13.0^^ ~16432~^1^1^~block~^11.0^^ ~16434~^1^1^~cup~^171^^ ~16436~^1^1^~cup~^172^^ ~16500~^1^2^~links~^46^1^ ~16501~^1^2^~pieces~^80^1^ ~16502~^1^1^~link~^51^1^ ~16503~^1^2^~slices~^92^1^ ~16504~^1^6^~pieces~^80^1^ ~16505~^1^1^~piece~^92^1^ ~16506~^1^.25^~cup~^55^1^ ~16507~^1^1^~slice~^85^1^ ~16508~^1^6^~pieces~^85^1^ ~16509~^1^1^~link~^35^1^ ~16510~^1^1^~cup~^230^1^ ~16511~^1^2^~slices~^92^1^ ~16512~^1^.25^~cup~^55^1^ ~16513~^1^2^~pieces~^90^1^ ~16514~^1^2^~pieces~^85^1^ ~16515~^1^1^~link~^31^1^ ~16516~^1^2^~slices~^92^1^ ~16517~^1^1^~piece~^92^1^ ~16518~^1^1^~link~^38^1^ ~16519~^1^1^~link~^48^1^ ~16520~^1^3^~slices~^94^1^ ~16521~^1^.5^~cup~^85^1^ ~16522~^1^2^~slices~^72^1^ ~16523~^1^.25^~cup~^55^1^ ~16524~^1^1^~link~^31^1^ ~16525~^1^1^~slice~^55^1^ ~16526~^1^1^~slice~^55^1^ ~16527~^1^3^~slices~^57^1^ ~16528~^1^1^~slice~^85^1^ ~16529~^1^1^~patty~^64^1^ ~16530~^1^1^~slice~^85^1^ ~16531~^1^2^~links~^45^1^ ~16532~^1^1^~slice~^55^1^ ~16533~^1^1^~slice~^55^1^ ~16534~^1^1^~piece~^71^1^ ~16535~^1^2^~strip~^16^1^ ~16536~^1^1^~slice~^55^1^ ~16537~^1^1^~piece~^71^1^ ~16538~^1^1^~patty~^38^1^ ~16539~^1^1^~patty~^64^1^ ~16540~^1^1^~patty~^64^1^ ~16542~^1^2^~strip~^16^1^ ~16544~^1^3^~pieces~^85^1^ ~16545~^1^3^~pieces~^85^1^ ~16546~^1^1^~patty~^45^1^ ~16547~^1^1^~patty~^64^1^ ~16548~^1^1^~patty~^64^1^ ~16549~^1^1^~patty~^71^1^ ~16550~^1^1^~patty~^64^1^ ~16551~^1^1^~patty~^67^1^ ~16552~^1^1^~patty~^64^1^ ~16554~^1^1^~patty~^67^1^ ~16555~^1^5^~pieces~^85^1^ ~16556~^1^4^~pieces~^86^1^ ~16557~^1^1^~patty~^71^1^ ~16558~^1^1^~patty~^71^1^ ~16559~^1^2^~pieces~^81^1^ ~16560~^1^1^~piece~^71^1^ ~16561~^1^4^~pieces~^76^1^ ~16563~^1^12^~strip~^85^1^ ~16564~^1^12^~strip~^85^1^ ~16565~^1^.67^~cup~^55^1^ ~16566~^1^3^~pieces~^85^1^ ~16567~^1^3^~pieces~^85^1^ ~16568~^1^1^~patty~^68^1^ ~16569~^1^1^~patty~^68^1^ ~17001~^1^1^~oz~^28.35^^ ~17001~^2^1^~lb~^453.6^^ ~17002~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^242^^ ~17002~^2^3^~oz~^85^^ ~17003~^1^1^~oz~^28.35^^ ~17003~^2^1^~lb~^453.6^^ ~17004~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^187^^ ~17004~^2^3^~oz~^85^^ ~17005~^1^1^~oz~^28.35^^ ~17005~^2^1^~lb~^453.6^^ ~17006~^1^1^~unit, cooked (yield from 1 lb raw meat)~^286^^ ~17006~^2^3^~oz~^85^^ ~17007~^1^1^~oz~^28.35^^ ~17007~^2^1^~lb~^453.6^^ ~17008~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^148^^ ~17008~^2^3^~oz~^85^^ ~17009~^1^1^~oz~^28.35^^ ~17009~^2^1^~lb~^453.6^^ ~17010~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^128^^ ~17010~^2^3^~oz~^85^^ ~17011~^1^1^~oz~^28.35^^ ~17011~^2^1^~lb~^453.6^^ ~17012~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^265^^ ~17012~^2^3^~oz~^85^^ ~17013~^1^1^~oz~^28.35^^ ~17013~^2^1^~lb~^453.6^^ ~17014~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^218^^ ~17014~^2^3^~oz~^85^^ ~17015~^1^1^~oz~^28.35^^ ~17015~^2^1^~lb~^453.6^^ ~17016~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^269^^ ~17016~^2^3^~oz~^85^^ ~17017~^1^1^~oz~^28.35^^ ~17017~^2^1^~lb~^453.6^^ ~17018~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^238^^ ~17018~^2^3^~oz~^85^^ ~17019~^1^1^~oz~^28.35^^ ~17019~^2^1^~lb~^453.6^^ ~17020~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^262^^ ~17020~^2^3^~oz~^85^^ ~17021~^1^1^~oz~^28.35^^ ~17021~^2^1^~lb~^453.6^^ ~17022~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^201^^ ~17022~^2^3^~oz~^85^^ ~17023~^1^1^~oz~^28.35^^ ~17023~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^95^^ ~17024~^1^3^~oz~^85^^ ~17024~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^64^^ ~17025~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^269^^ ~17025~^2^3^~oz~^85^^ ~17026~^1^1^~oz~^28.35^^ ~17026~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^65^^ ~17027~^1^3^~oz~^85^^ ~17027~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)~^46^^ ~17028~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^193^^ ~17028~^2^3^~oz~^85^^ ~17029~^1^1^~oz~^28.35^^ ~17029~^2^1^~lb~^453.6^^ ~17030~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^229^^ ~17030~^2^3^~oz~^85^^ ~17031~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^255^^ ~17031~^2^3^~oz~^85^^ ~17032~^1^1^~oz~^28.35^^ ~17032~^2^1^~lb~^453.6^^ ~17033~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^147^^ ~17033~^2^3^~oz~^85^^ ~17034~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^159^^ ~17034~^2^3^~oz~^85^^ ~17035~^1^1^~oz~^28.35^^ ~17035~^2^1^~lb~^453.6^^ ~17036~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^218^^ ~17036~^2^3^~oz~^85^^ ~17037~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^248^^ ~17037~^2^3^~oz~^85^^ ~17038~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^269^^ ~17038~^2^3^~oz~^85^^ ~17039~^1^1^~oz~^28.35^^ ~17039~^2^1^~lb~^453.6^^ ~17040~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^174^^ ~17040~^2^3^~oz~^85^^ ~17041~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^202^^ ~17041~^2^3^~oz~^85^^ ~17042~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^217^^ ~17042~^2^3^~oz~^85^^ ~17043~^1^1^~oz~^28.35^^ ~17043~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^133^^ ~17044~^1^3^~oz~^85^^ ~17044~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^70^^ ~17045~^1^3^~oz~^85^^ ~17045~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^93^^ ~17046~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^286^^ ~17046~^2^3^~oz~^85^^ ~17047~^1^1^~oz~^28.35^^ ~17047~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^101^^ ~17048~^1^3^~oz~^85^^ ~17048~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^55^^ ~17049~^1^3^~oz~^85^^ ~17049~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)~^74^^ ~17050~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^224^^ ~17050~^2^3^~oz~^85^^ ~17051~^1^1^~oz~^28.35^^ ~17051~^2^1^~lb~^453.6^^ ~17052~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^209^^ ~17052~^2^3^~oz~^85^^ ~17053~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^252^^ ~17053~^2^3^~oz~^85^^ ~17054~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^258^^ ~17054~^2^3^~oz~^85^^ ~17055~^1^1^~oz~^28.35^^ ~17055~^2^1^~lb~^453.6^^ ~17056~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^168^^ ~17056~^2^3^~oz~^85^^ ~17057~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^207^^ ~17057~^2^3^~oz~^85^^ ~17058~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^210^^ ~17058~^2^3^~oz~^85^^ ~17059~^1^1^~oz~^28.35^^ ~17059~^2^1^~lb~^453.6^^ ~17060~^1^1^~unit, cooked (yield from 1 lb raw meat)~^272^^ ~17060~^2^3^~oz~^85^^ ~17061~^1^1^~unit, cooked (yield from 1 lb raw meat)~^327^^ ~17061~^2^3^~oz~^85^^ ~17062~^1^1^~oz~^28.35^^ ~17062~^2^1^~lb~^453.6^^ ~17063~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^222^^ ~17063~^2^3^~oz~^85^^ ~17064~^1^1^~oz~^28.35^^ ~17064~^2^1^~lb~^453.6^^ ~17065~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^164^^ ~17065~^2^3^~oz~^85^^ ~17066~^1^1^~oz~^28.35^^ ~17066~^2^1^~lb~^453.6^^ ~17067~^1^1^~unit, cooked (yield from 1 lb raw meat)~^286^^ ~17067~^2^3^~oz~^85^^ ~17068~^1^1^~oz~^28.35^^ ~17068~^2^1^~lb~^453.6^^ ~17069~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^168^^ ~17069~^2^3^~oz~^85^^ ~17070~^1^1^~oz~^28.35^^ ~17070~^2^1^~lb~^453.6^^ ~17071~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^138^^ ~17071~^2^3^~oz~^85^^ ~17072~^1^1^~oz~^28.35^^ ~17072~^2^1^~lb~^453.6^^ ~17073~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^258^^ ~17073~^2^3^~oz~^85^^ ~17074~^1^1^~oz~^28.35^^ ~17074~^2^1^~lb~^453.6^^ ~17075~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^218^^ ~17075~^2^3^~oz~^85^^ ~17076~^1^1^~oz~^28.35^^ ~17076~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^65^^ ~17077~^1^3^~oz~^85^^ ~17077~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^43^^ ~17078~^1^1^~oz~^28.35^^ ~17078~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^42^^ ~17079~^1^3^~oz~^85^^ ~17079~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^30^^ ~17080~^1^1^~oz~^28.35^^ ~17080~^2^1^~lb~^453.6^^ ~17081~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^241^^ ~17081~^2^3^~oz~^85^^ ~17082~^1^1^~oz~^28.35^^ ~17082~^2^1^~lb~^453.6^^ ~17083~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^152^^ ~17083~^2^3^~oz~^85^^ ~17084~^1^1^~oz~^28.35^^ ~17084~^2^1^~lb~^453.6^^ ~17085~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^206^^ ~17085~^2^3^~oz~^85^^ ~17086~^1^1^~oz~^28.35^^ ~17086~^2^1^~lb~^453.6^^ ~17087~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^157^^ ~17087~^2^3^~oz~^85^^ ~17088~^1^1^~oz~^28.35^^ ~17088~^2^1^~lb~^453.6^^ ~17089~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^209^^ ~17089~^2^3^~oz~^85^^ ~17090~^1^1^~oz~^28.35^^ ~17090~^2^1^~lb~^453.6^^ ~17091~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^192^^ ~17091~^2^3^~oz~^85^^ ~17092~^1^1^~oz~^28.35^^ ~17092~^2^1^~lb~^453.6^^ ~17093~^1^1^~unit, cooked (yield from 1 lb raw meat)~^290^^ ~17093~^2^3^~oz~^85^^ ~17094~^1^1^~oz~^28.35^^ ~17094~^2^1^~lb~^453.6^^ ~17095~^1^1^~unit, cooked (yield from 1 lb raw meat)~^272^^ ~17095~^2^3^~oz~^85^^ ~17096~^1^1^~unit, cooked (yield from 1 lb raw meat)~^295^^ ~17096~^2^3^~oz~^85^^ ~17097~^1^1^~unit, cooked (yield from 1 lb raw meat)~^304^^ ~17097~^2^3^~oz~^85^^ ~17098~^1^1^~unit, cooked (yield from 1 lb raw meat)~^358^^ ~17098~^2^3^~oz~^85^^ ~17099~^1^1^~oz~^28.35^^ ~17099~^2^1^~lb~^453.6^^ ~17100~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~17100~^2^3^~oz~^85^^ ~17101~^1^1^~unit, cooked (yield from 1 lb raw meat)~^295^^ ~17101~^2^3^~oz~^85^^ ~17102~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^289^^ ~17102~^2^3^~oz~^85^^ ~17103~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^351^^ ~17103~^2^3^~oz~^85^^ ~17104~^1^1^~oz~^28.35^^ ~17104~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^125^^ ~17105~^1^3^~oz~^85^^ ~17105~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^80^^ ~17106~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^229^^ ~17106~^2^3^~oz~^85^^ ~17107~^1^1^~oz~^28.35^^ ~17107~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^113^^ ~17108~^1^3^~oz~^85^^ ~17108~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)~^69^^ ~17109~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^208^^ ~17109~^2^3^~oz~^85^^ ~17110~^1^1^~oz~^28.35^^ ~17110~^2^1^~lb~^453.6^^ ~17111~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^177^^ ~17111~^2^3^~oz~^85^^ ~17112~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^240^^ ~17112~^2^3^~oz~^85^^ ~17113~^1^1^~oz~^28.35^^ ~17113~^2^1^~lb~^453.6^^ ~17114~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^163^^ ~17114~^2^3^~oz~^85^^ ~17115~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^215^^ ~17115~^2^3^~oz~^85^^ ~17116~^1^1^~oz~^28.35^^ ~17116~^2^1^~lb~^453.6^^ ~17117~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^191^^ ~17117~^2^3^~oz~^85^^ ~17118~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^258^^ ~17118~^2^3^~oz~^85^^ ~17119~^1^1^~oz~^28.35^^ ~17119~^2^1^~lb~^453.6^^ ~17120~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^182^^ ~17120~^2^3^~oz~^85^^ ~17121~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^251^^ ~17121~^2^3^~oz~^85^^ ~17122~^1^1^~oz~^28.35^^ ~17122~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^304^^ ~17123~^1^3^~oz~^85^^ ~17123~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^173^^ ~17124~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^283^^ ~17124~^2^3^~oz~^85^^ ~17125~^1^1^~oz~^28.35^^ ~17125~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^289^^ ~17126~^1^3^~oz~^85^^ ~17126~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)~^160^^ ~17127~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^272^^ ~17127~^2^3^~oz~^85^^ ~17128~^1^1^~oz~^28.35^^ ~17128~^2^1^~lb~^453.6^^ ~17129~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^186^^ ~17129~^2^3^~oz~^85^^ ~17130~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^244^^ ~17130~^2^3^~oz~^85^^ ~17131~^1^1^~oz~^28.35^^ ~17131~^2^1^~lb~^453.6^^ ~17132~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^174^^ ~17132~^2^3^~oz~^85^^ ~17133~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^236^^ ~17133~^2^3^~oz~^85^^ ~17134~^1^1^~oz~^28.35^^ ~17134~^2^1^~lb~^453.6^^ ~17135~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^205^^ ~17135~^2^3^~oz~^85^^ ~17136~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^269^^ ~17136~^2^3^~oz~^85^^ ~17137~^1^1^~oz~^28.35^^ ~17137~^2^1^~lb~^453.6^^ ~17138~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^183^^ ~17138~^2^3^~oz~^85^^ ~17139~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^251^^ ~17139~^2^3^~oz~^85^^ ~17140~^1^1^~oz~^28.35^^ ~17140~^2^1^~lb~^453.6^^ ~17141~^1^1^~unit, cooked (yield from 1 lb raw meat)~^263^^ ~17141~^2^3^~oz~^85^^ ~17142~^1^1^~oz~^28.35^^ ~17142~^2^4^~oz~^113^^ ~17143~^1^1^~unit, cooked (yield from 1 lb raw meat)~^299^^ ~17143~^2^3^~oz~^85^^ ~17144~^1^1^~oz~^28.35^^ ~17144~^2^1^~lb~^453.6^^ ~17145~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17145~^2^3^~oz~^85^^ ~17146~^1^1^~oz~^28.35^^ ~17146~^2^1^~lb~^453.6^^ ~17147~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^277^^ ~17147~^2^3^~oz~^85^^ ~17148~^1^3^~oz~^85^^ ~17150~^1^1^~oz~^28.35^^ ~17150~^2^1^~lb~^453.6^^ ~17151~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^313^^ ~17151~^2^3^~oz~^85^^ ~17152~^1^1^~oz~^28.35^^ ~17152~^2^1^~lb~^453.6^^ ~17153~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17153~^2^3^~oz~^85^^ ~17156~^1^1^~oz~^28.35^^ ~17156~^2^1^~lb~^453.6^^ ~17157~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17157~^2^3^~oz~^85^^ ~17158~^1^1^~oz~^28.35^^ ~17158~^2^1^~lb~^453.6^^ ~17159~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17159~^2^3^~oz~^85^^ ~17160~^1^1^~oz~^28.35^^ ~17160~^2^1^~lb~^453.6^^ ~17161~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17161~^2^3^~oz~^85^^ ~17162~^1^1^~oz~^28.35^^ ~17162~^2^1^~lb~^453.6^^ ~17163~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17163~^2^3^~oz~^85^^ ~17164~^1^1^~oz~^28.35^^ ~17164~^2^1^~lb~^453.6^^ ~17165~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17165~^2^3^~oz~^85^^ ~17166~^1^1^~oz~^28.35^^ ~17166~^2^1^~lb~^453.6^^ ~17167~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17167~^2^3^~oz~^85^^ ~17168~^1^1^~oz~^28.35^^ ~17168~^2^1^~lb~^453.6^^ ~17169~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17169~^2^3^~oz~^85^^ ~17170~^1^1^~oz~^28.35^^ ~17170~^2^1^~lb~^453.6^^ ~17171~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17171~^2^3^~oz~^85^^ ~17172~^1^1^~oz~^28.35^^ ~17172~^2^1^~lb~^453.6^^ ~17173~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^340^^ ~17173~^2^3^~oz~^85^^ ~17174~^1^1^~oz~^28.35^^ ~17174~^2^1^~lb~^453.6^^ ~17175~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^313^^ ~17175~^2^3^~oz~^85^^ ~17176~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^399^^ ~17176~^2^3^~oz~^85^^ ~17177~^1^1^~oz~^28.35^^ ~17177~^2^1^~lb~^453.6^^ ~17178~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^313^^ ~17178~^2^3^~oz~^85^^ ~17179~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^299^^ ~17179~^2^3^~oz~^85^^ ~17180~^1^1^~oz~^28.35^^ ~17180~^2^1^~lb~^453.6^^ ~17181~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^299^^ ~17181~^2^3^~oz~^85^^ ~17182~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^399^^ ~17182~^2^3^~oz~^85^^ ~17183~^1^1^~oz~^28.35^^ ~17183~^2^1^~lb~^453.6^^ ~17184~^1^1^~piece, cooked (yield from 1 lb raw meat, boneless)~^313^^ ~17184~^2^3^~oz~^85^^ ~17185~^1^1^~oz~^28.35^^ ~17185~^2^4^~oz~^113^^ ~17186~^1^1^~unit, cooked (yield from 1 lb raw meat)~^347^^ ~17186~^2^3^~oz~^85^^ ~17187~^1^1^~unit, cooked (yield from 1 lb raw meat)~^240^^ ~17187~^2^3^~oz~^85^^ ~17188~^1^1^~oz~^28.35^^ ~17188~^2^4^~oz~^113^^ ~17189~^1^1^~unit, cooked (yield from 1 lb raw meat)~^339^^ ~17189~^2^3^~oz~^85^^ ~17190~^1^1^~unit, cooked (yield from 1 lb raw meat)~^330^^ ~17190~^2^3^~oz~^85^^ ~17191~^1^1^~oz~^28.35^^ ~17191~^2^4^~oz~^113^^ ~17192~^1^1^~unit, cooked (yield from 1 lb raw meat)~^191^^ ~17192~^2^3^~oz~^85^^ ~17193~^1^1^~oz~^28.35^^ ~17193~^2^4^~oz~^113^^ ~17194~^1^1^~unit, cooked (yield from 1 lb raw meat)~^198^^ ~17194~^2^3^~oz~^85^^ ~17195~^1^1^~oz~^28.35^^ ~17195~^2^4^~oz~^113^^ ~17196~^1^1^~unit, cooked (yield from 1 lb raw meat)~^255^^ ~17196~^2^3^~oz~^85^^ ~17197~^1^1^~oz~^28.35^^ ~17197~^2^4^~oz~^113^^ ~17198~^1^1^~unit, cooked (yield from 1 lb raw meat)~^184^^ ~17198~^2^3^~oz~^85^^ ~17199~^1^1^~oz~^28.35^^ ~17199~^2^4^~oz~^113^^ ~17200~^1^1^~unit, cooked (yield from 1 lb raw meat)~^336^^ ~17200~^2^3^~oz~^85^^ ~17201~^1^1^~unit, cooked (yield from 1 lb raw meat)~^322^^ ~17201~^2^3^~oz~^85^^ ~17203~^1^1^~slice~^80^5^6.627 ~17204~^1^1^~slice~^67^6^6.437 ~17205~^1^1^~oz~^28.35^^ ~17205~^2^4^~oz~^113^^ ~17206~^1^1^~unit, cooked (yield from 1 lb raw meat)~^381^^ ~17206~^2^3^~oz~^85^^ ~17207~^1^1^~oz~^28.35^^ ~17207~^2^4^~oz~^113^^ ~17208~^1^1^~unit, cooked (yield from 1 lb raw meat)~^300^^ ~17208~^2^3^~oz~^85^^ ~17209~^1^1^~oz~^28.35^^ ~17209~^2^8^~oz~^227^^ ~17210~^1^1^~oz~^28.35^^ ~17210~^2^4^~oz~^113^^ ~17211~^1^1^~unit, cooked (yield from 1 lb raw meat)~^231^^ ~17211~^2^3^~oz~^85^^ ~17212~^1^1^~oz~^28.35^^ ~17212~^2^4^~oz~^113^^ ~17213~^1^1^~unit, cooked (yield from 1 lb raw meat)~^240^^ ~17213~^2^3^~oz~^85^^ ~17214~^1^1^~oz~^28.35^^ ~17214~^2^4^~oz~^113^^ ~17215~^1^1^~unit, cooked (yield from 1 lb raw meat)~^295^^ ~17215~^2^3^~oz~^85^^ ~17216~^1^1^~oz~^28.35^^ ~17216~^2^4^~oz~^113^^ ~17217~^1^1^~unit, cooked (yield from 1 lb raw meat)~^345^^ ~17217~^2^3^~oz~^85^^ ~17218~^1^1^~oz~^28.35^^ ~17218~^2^4^~oz~^113^^ ~17219~^1^3^~oz~^85^^ ~17220~^1^1^~oz~^28.35^^ ~17220~^2^4^~oz~^113^^ ~17221~^1^1^~unit, cooked (yield from 1 lb raw meat)~^255^^ ~17221~^2^3^~oz~^85^^ ~17222~^1^1^~oz~^28.35^^ ~17222~^2^4^~oz~^113^^ ~17223~^1^1^~unit, cooked (yield from 1 lb raw meat)~^255^^ ~17223~^2^3^~oz~^85^^ ~17224~^1^1^~oz~^28.35^^ ~17224~^2^4^~oz~^113^^ ~17225~^1^1^~unit, cooked (yield from 1 lb raw meat)~^313^^ ~17225~^2^3^~oz~^85^^ ~17226~^1^1^~oz~^28.35^^ ~17226~^2^1^~lb~^453.6^^ ~17227~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^250^^ ~17227~^2^3^~oz~^85^^ ~17228~^1^1^~oz~^28.35^^ ~17228~^2^1^~lb~^453.6^^ ~17229~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^148^^ ~17229~^2^3^~oz~^85^^ ~17230~^1^1^~oz~^28.35^^ ~17230~^2^1^~lb~^453.6^^ ~17231~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^260^^ ~17231~^2^3^~oz~^85^^ ~17232~^1^1^~oz~^28.35^^ ~17232~^2^1^~lb~^453.6^^ ~17233~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^267^^ ~17233~^2^3^~oz~^85^^ ~17234~^1^1^~oz~^28.35^^ ~17234~^2^1^~lb~^453.6^^ ~17235~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^260^^ ~17235~^2^3^~oz~^85^^ ~17236~^1^1^~oz~^28.35^^ ~17236~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^79^^ ~17237~^1^3^~oz~^85^^ ~17237~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^53^^ ~17238~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^265^^ ~17238~^2^3^~oz~^85^^ ~17239~^1^1^~oz~^28.35^^ ~17239~^2^1^~lb~^453.6^^ ~17240~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^222^^ ~17240~^2^3^~oz~^85^^ ~17241~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^248^^ ~17241~^2^3^~oz~^85^^ ~17242~^1^1^~oz~^28.35^^ ~17242~^2^1^~lb~^453.6^^ ~17243~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^213^^ ~17243~^2^3^~oz~^85^^ ~17244~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^242^^ ~17244~^2^3^~oz~^85^^ ~17245~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^263^^ ~17245~^2^3^~oz~^85^^ ~17246~^1^1^~oz~^28.35^^ ~17246~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^84^^ ~17247~^1^3^~oz~^85^^ ~17247~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^45^^ ~17248~^1^3^~oz~^85^^ ~17248~^2^1^~steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)~^59^^ ~17249~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^284^^ ~17249~^2^3^~oz~^85^^ ~17250~^1^1^~oz~^28.35^^ ~17250~^2^1^~lb~^453.6^^ ~17251~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^207^^ ~17251~^2^3^~oz~^85^^ ~17252~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^250^^ ~17252~^2^3^~oz~^85^^ ~17253~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^256^^ ~17253~^2^3^~oz~^85^^ ~17254~^1^1^~oz~^28.35^^ ~17254~^2^1^~lb~^453.6^^ ~17255~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^242^^ ~17255~^2^3^~oz~^85^^ ~17256~^1^1^~oz~^28.35^^ ~17256~^2^1^~lb~^453.6^^ ~17257~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^168^^ ~17257~^2^3^~oz~^85^^ ~17258~^1^1^~oz~^28.35^^ ~17258~^2^1^~lb~^453.6^^ ~17259~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^253^^ ~17259~^2^3^~oz~^85^^ ~17260~^1^1^~oz~^28.35^^ ~17260~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^63^^ ~17261~^1^3^~oz~^85^^ ~17261~^2^1^~chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)~^42^^ ~17262~^1^1^~oz~^28.35^^ ~17262~^2^1^~lb~^453.6^^ ~17263~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^233^^ ~17263~^2^3^~oz~^85^^ ~17264~^1^1^~oz~^28.35^^ ~17264~^2^1^~lb~^453.6^^ ~17265~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^233^^ ~17265~^2^3^~oz~^85^^ ~17267~^1^1^~oz~^28.35^^ ~17267~^2^1^~lb~^453.6^^ ~17267~^3^4^~oz~^113^^ ~17268~^1^1^~oz~^28.35^^ ~17268~^2^1^~lb~^453.6^^ ~17268~^3^4^~oz~^113^^ ~17269~^1^1^~oz~^28.35^^ ~17269~^2^1^~lb~^453.6^^ ~17269~^3^4^~oz~^113^^ ~17270~^1^1^~oz~^28.35^^ ~17271~^1^1^~oz~^28.35^^ ~17271~^2^1^~lb~^453.6^^ ~17272~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^283^^ ~17272~^2^3^~oz~^85^^ ~17273~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^291^^ ~17273~^2^3^~oz~^85^^ ~17274~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^274^^ ~17274~^2^3^~oz~^85^^ ~17275~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^237^^ ~17275~^2^3^~oz~^85^^ ~17276~^1^1^~oz~^28.35^^ ~17276~^2^1^~lb~^453.6^^ ~17277~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^194^^ ~17277~^2^3^~oz~^85^^ ~17278~^1^1^~oz~^28.35^^ ~17278~^2^1^~lb~^453.6^^ ~17279~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^223^^ ~17279~^2^3^~oz~^85^^ ~17280~^1^1^~oz~^28.35^^ ~17280~^2^1^~lb~^453.6^^ ~17280~^3^3^~oz~^85^^ ~17281~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^270^^ ~17281~^2^3^~oz~^85^^ ~17282~^1^1^~oz~^28.35^^ ~17282~^2^1^~lb~^453.6^^ ~17282~^3^3^~oz~^85^^ ~17283~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^236^^ ~17283~^2^3^~oz~^85^^ ~17284~^1^1^~oz~^28.35^^ ~17284~^2^1^~lb~^453.6^^ ~17284~^3^3^~oz~^85^^ ~17285~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^248^^ ~17285~^2^3^~oz~^85^^ ~17286~^1^1^~oz~^28.35^^ ~17286~^2^1^~lb~^453.6^^ ~17286~^3^3^~oz~^85^^ ~17287~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^211^^ ~17287~^2^3^~oz~^85^^ ~17288~^1^1^~oz~^28.35^^ ~17288~^2^1^~lb~^453.6^^ ~17288~^3^3^~oz~^85^^ ~17289~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^180^^ ~17289~^2^3^~oz~^85^^ ~17290~^1^1^~oz~^28.35^^ ~17290~^2^1^~lb~^453.6^^ ~17290~^3^3^~oz~^85^^ ~17291~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^284^^ ~17291~^2^3^~oz~^85^^ ~17292~^1^1^~oz~^28.35^^ ~17292~^2^1^~lb~^453.6^^ ~17292~^3^3^~oz~^85^^ ~17293~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^251^^ ~17293~^2^3^~oz~^85^^ ~17294~^1^1^~oz~^28.35^^ ~17294~^2^1^~lb~^453.6^^ ~17294~^3^3^~oz~^85^^ ~17295~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^277^^ ~17295~^2^3^~oz~^85^^ ~17296~^1^1^~oz~^28.35^^ ~17296~^2^1^~lb~^453.6^^ ~17296~^3^3^~oz~^85^^ ~17297~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^246^^ ~17297~^2^3^~oz~^85^^ ~17298~^1^1^~oz~^28.35^^ ~17298~^2^1^~lb~^453.6^^ ~17298~^3^3^~oz~^85^^ ~17299~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^306^^ ~17299~^2^3^~oz~^85^^ ~17300~^1^1^~oz~^28.35^^ ~17300~^2^1^~lb~^453.6^^ ~17300~^3^3^~oz~^85^^ ~17301~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^259^^ ~17301~^2^3^~oz~^85^^ ~17302~^1^1^~oz~^28.35^^ ~17303~^1^3^~oz~^85^^ ~17304~^1^1^~oz~^28.35^^ ~17305~^1^3^~oz~^85^^ ~17306~^1^1^~oz~^28.35^^ ~17307~^1^3^~oz~^85^^ ~17308~^1^1^~oz~^28.35^^ ~17309~^1^3^~oz~^85^^ ~17310~^1^1^~oz~^28.35^^ ~17310~^2^3^~oz~^85^^ ~17311~^1^3^~oz~^85^^ ~17312~^1^1^~oz~^28.35^^ ~17312~^2^3^~oz~^85^^ ~17313~^1^3^~oz~^85^^ ~17314~^1^1^~oz~^28.35^^ ~17314~^2^1^~lb~^453.6^^ ~17314~^3^3^~oz~^85^^ ~17315~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^286^^ ~17315~^2^3^~oz~^85^^ ~17316~^1^1^~oz~^28.35^^ ~17316~^2^1^~lb~^453.6^^ ~17316~^3^3^~oz~^85^^ ~17317~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^241^^ ~17317~^2^3^~oz~^85^^ ~17318~^1^1^~oz~^28.35^^ ~17318~^2^1^~lb~^453.6^^ ~17318~^3^3^~oz~^85^^ ~17319~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^262^^ ~17319~^2^3^~oz~^85^^ ~17320~^1^1^~oz~^28.35^^ ~17320~^2^1^~lb~^453.6^^ ~17320~^3^3^~oz~^85^^ ~17321~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^222^^ ~17321~^2^3^~oz~^85^^ ~17322~^1^1^~oz~^28.35^^ ~17322~^2^3^~oz~^85^^ ~17323~^1^3^~oz~^85^^ ~17324~^1^1^~oz~^28.35^^ ~17324~^2^3^~oz~^85^^ ~17325~^1^3^~oz~^85^^ ~17326~^1^1^~oz~^28.35^^ ~17326~^2^1^~lb~^453.6^^ ~17326~^3^3^~oz~^85^^ ~17327~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^273^^ ~17327~^2^3^~oz~^85^^ ~17328~^1^1^~oz~^28.35^^ ~17328~^2^1^~lb~^453.6^^ ~17328~^3^3^~oz~^85^^ ~17329~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^233^^ ~17329~^2^3^~oz~^85^^ ~17330~^1^1^~serving ( 3 oz )~^85^^ ~17330~^2^1^~patty~^113^6^.548 ~17331~^1^1^~patty ( yield from 112.7 g raw meat )~^87^6^1.183 ~17331~^2^1^~serving ( 3 oz )~^85^^ ~17332~^1^1^~steak ( yield from 309.7 g raw meat )~^194^6^53.356 ~17332~^2^1^~serving ( 3 oz )~^85^^ ~17333~^1^1^~roast ( yield from 1247 g raw meat )~^774^6^98.508 ~17333~^2^1^~serving ( 3 oz )~^85^^ ~17334~^1^1^~roast~^1237^6^67.793 ~17335~^1^1^~steak ( yield from 232.8 g raw meat )~^179^6^17.041 ~17335~^2^1^~serving ( 3 oz )~^85^^ ~17336~^1^1^~steak~^180^6^32.412 ~17336~^2^1^~serving ( 3 oz )~^85^^ ~17337~^1^1^~steak~^489^6^75.719 ~17338~^1^1^~patty ( yield from 102.2 g raw meat )~^102^5^25.431 ~17339~^1^1^~patty ( yield from 104.1 g raw meat )~^95^5^3.887 ~17339~^2^1^~serving ( 3 oz )~^85^^ ~17340~^1^1^~steak ( yield from 148.1 g raw meat )~^114^7^36.725 ~17340~^2^1^~serving ( 3 oz )~^85^^ ~17341~^1^1^~steak ( yield from 233.1 g raw meat )~^176^8^61.154 ~17341~^2^1^~serving ( 3 oz )~^85^^ ~17342~^1^1^~steak ( yield from 123.5 g raw meat )~^92^8^36.673 ~17342~^2^1^~serving ( 3 oz )~^85^^ ~17344~^1^1^~patty~^93^6^4.01 ~17344~^2^1^~serving ( 3 oz )~^85^^ ~17345~^1^1^~steak~^54^6^17.272 ~17345~^2^1^~serving ( 3 oz )~^85^^ ~17346~^1^1^~roast~^293^6^82.004 ~17346~^2^1^~serving ( 3 oz )~^85^^ ~17347~^1^1^~roast ( yield from 271.8 g raw meat )~^202^6^106.802 ~17347~^2^1^~serving ( 3 oz )~^85^^ ~17348~^1^1^~steak ( yield from 134.9 g raw meat )~^102^6^7.501 ~17348~^2^1^~serving ( 3 oz )~^85^^ ~18001~^1^1^~oz~^28.35^^ ~18001~^2^1^~bagel (3" dia)~^57^^ ~18001~^3^1^~bagel (3-1/2" dia)~^71^^ ~18001~^4^1^~bagel (4" dia)~^89^^ ~18001~^5^1^~bagel, mini (2-1/2" dia)~^26^^ ~18001~^6^1^~bagel (4-1/2" dia)~^110^^ ~18002~^1^1^~oz~^28.35^^ ~18002~^2^1^~bagel (3" dia)~^53^^ ~18002~^3^1^~bagel (3-1/2" dia)~^66^^ ~18002~^4^1^~bagel (4" dia)~^83^^ ~18002~^5^1^~bagel, mini (2-1/2" dia)~^24^^ ~18002~^6^1^~bagel (4-1/2" dia)~^102^^ ~18003~^1^1^~bagel, mini (2-1/2" dia)~^26^^ ~18003~^2^1^~small bagel (3" dia)~^69^14^11.387 ~18003~^3^1^~medium bagel (3-1/2" to 4" dia)~^105^43^7.619 ~18003~^4^1^~large bagel (4-1/2" dia)~^131^7^9.845 ~18003~^5^1^~oz~^28.35^^ ~18005~^1^1^~oz~^28.35^^ ~18005~^2^1^~bagel (3" dia)~^57^^ ~18005~^3^1^~bagel (3-1/2" dia)~^71^^ ~18005~^4^1^~bagel (4" dia)~^89^^ ~18005~^5^1^~bagel, mini (2-1/2" dia)~^26^^ ~18005~^6^1^~bagel (4-1/2" dia)~^118^^ ~18006~^1^1^~oz~^28.35^^ ~18006~^2^1^~bagel (3" dia)~^53^^ ~18006~^3^1^~bagel (3-1/2" dia)~^66^^ ~18006~^4^1^~bagel (4" dia)~^83^^ ~18006~^5^1^~bagel, mini (2-1/2" dia)~^24^^ ~18006~^6^1^~bagel (4-1/2" dia)~^110^^ ~18007~^1^1^~oz~^28.35^^ ~18007~^2^1^~bagel (3" dia)~^57^^ ~18007~^3^1^~bagel (3-1/2" dia)~^71^^ ~18007~^4^1^~bagel (4" dia)~^89^^ ~18007~^5^1^~bagel, mini (2-1/2" dia)~^26^^ ~18007~^6^1^~bagel (4-1/2" dia)~^110^^ ~18009~^1^1^~oz~^28.35^^ ~18009~^2^1^~biscuit~^35^^ ~18009~^3^1^~large~^77^^ ~18009~^4^1^~medium~^51^^ ~18009~^5^1^~small~^35^^ ~18009~^10^1^~biscuit (2-1/2" dia)~^35^^ ~18010~^1^1^~cup, purchased~^120^^ ~18010~^2^1^~cup, poured from box~^128^^ ~18010~^3^1^~cup, spooned into cup~^120^^ ~18010~^4^.33^~cup (NLEA serving size)~^40^^ ~18011~^1^1^~oz~^28.35^^ ~18012~^1^1^~oz~^28.35^^ ~18012~^2^1^~biscuit (2" dia)~^23^^ ~18013~^1^1^~oz~^28.35^^ ~18013~^2^1^~biscuit (2-1/4" dia)~^21^^ ~18014~^1^1^~oz~^28.35^^ ~18014~^2^1^~biscuit~^43^12^13.259 ~18014~^3^1^~package~^398^6^68.658 ~18015~^1^1^~oz~^28.35^^ ~18015~^2^1^~biscuit (2-1/2" dia)~^27^^ ~18016~^1^1^~oz~^28.35^^ ~18016~^2^1^~biscuit (4" dia)~^101^^ ~18016~^3^1^~small (1-1/2" dia)~^14.0^^ ~18016~^4^1^~biscuit (2-1/2" dia)~^60^^ ~18017~^1^1^~oz~^28.35^^ ~18017~^2^1^~biscuit (2-1/2" dia)~^44^^ ~18019~^1^1^~oz~^28.35^^ ~18019~^2^1^~individual loaf (include Keebler Elfin Loaves)~^57^^ ~18019~^3^1^~slice~^60^^ ~18021~^1^1^~oz~^28.35^^ ~18021~^2^1^~slice~^45^^ ~18022~^1^1^~oz~^28.35^^ ~18022~^2^1^~package (8.5 oz)~^241^^ ~18023~^1^1^~oz~^28.35^^ ~18023~^2^1^~piece~^60^^ ~18024~^1^1^~oz~^28.35^^ ~18024~^2^1^~piece~^65^^ ~18025~^1^1^~oz~^28.35^^ ~18025~^2^1^~cubic inch~^3.2^^ ~18025~^3^1^~slice, large or thick~^30^^ ~18025~^4^1^~slice, regular~^25^^ ~18025~^5^1^~slice regular, crust not eaten~^12.2^^ ~18025~^6^1^~slice~^25^^ ~18025~^7^1^~slice, thin~^20^^ ~18025~^8^1^~slice thin, crust not eaten~^9.4^^ ~18027~^1^1^~oz~^28.35^^ ~18027~^2^1^~slice (5" x 3" x 1/2")~^40^^ ~18028~^1^1^~oz~^28.35^^ ~18028~^2^1^~slice (5" x 3" x 1/2")~^37^^ ~18029~^1^1^~slice, small (2" x 2-1/2" x 1-3/4")~^32^8^5.86 ~18029~^2^1^~slice, medium (4" x 2-1/2" x 1-3/4")~^64^6^11.328 ~18029~^3^1^~slice, large (6" x 2-1/2" x 1-3/4")~^96^6^16.949 ~18029~^4^1^~oz~^28.35^^ ~18030~^1^1^~slice, small~^29^^ ~18030~^2^1^~slice, medium~^59^^ ~18030~^3^1^~slice, large~^88^^ ~18030~^4^1^~oz~^28.35^^ ~18032~^1^1^~oz~^28.35^^ ~18033~^1^1^~oz~^28.35^^ ~18033~^2^1^~slice, large (4-1/2" x 3-1/4" x 3/4")~^30^^ ~18033~^3^1^~slice, medium~^20^^ ~18033~^4^1^~slice, small (3-1/4" x 2-1/2" x 1/2")~^10.0^^ ~18035~^1^1^~oz~^28.35^^ ~18035~^2^1^~slice regular~^26^8^ ~18035~^3^1^~slice large~^41^8^ ~18036~^1^1^~oz~^28.35^^ ~18036~^2^1^~slice regular~^24^^ ~18036~^3^1^~slice large~^38^^ ~18037~^1^1^~oz~^28.35^^ ~18037~^2^1^~slice~^30^^ ~18038~^1^1^~oz~^28.35^^ ~18038~^2^1^~slice~^27^^ ~18039~^1^1^~oz~^28.35^^ ~18039~^2^1^~slice~^27^^ ~18040~^1^1^~oz~^28.35^^ ~18040~^2^1^~slice~^25^^ ~18041~^1^1^~pita, large (6-1/2" dia)~^60^^ ~18041~^2^1^~pita, small (4" dia)~^28^^ ~18042~^1^1^~pita, large (6-1/2" dia)~^64^^ ~18042~^2^1^~pita, small (4" dia)~^28^^ ~18043~^1^1^~oz~^28.35^^ ~18043~^2^1^~slice~^19^^ ~18044~^1^1^~oz~^28.35^^ ~18044~^2^1^~slice, regular~^26^^ ~18044~^3^1^~slice, snack-size~^7.0^^ ~18044~^4^1^~slice, thin~^20^^ ~18044~^5^1^~slice (5" x 4" x 3/8")~^32^^ ~18045~^1^1^~oz~^28.35^^ ~18045~^2^1^~slice (5" x 4" x 3/8")~^29^^ ~18047~^1^1^~oz~^28.35^^ ~18047~^2^1^~slice, large~^32^^ ~18047~^3^1^~slice~^26^^ ~18047~^4^1^~slice, thin~^23^^ ~18048~^1^1^~oz~^28.35^^ ~18048~^2^1^~slice, large~^29^^ ~18048~^3^1^~slice~^24^^ ~18048~^4^1^~slice, thin~^21^^ ~18049~^1^1^~oz~^28.35^^ ~18049~^2^1^~slice~^23^^ ~18050~^1^1^~oz~^28.35^^ ~18050~^2^1^~slice~^19^^ ~18051~^1^1^~oz~^28.35^^ ~18051~^2^1^~slice~^23^^ ~18053~^1^1^~oz~^28.35^^ ~18053~^2^1^~slice~^23^^ ~18053~^3^1^~slice, thick~^32^^ ~18053~^4^1^~slice, thin~^20^^ ~18055~^1^1^~oz~^28.35^^ ~18055~^2^1^~slice~^23^^ ~18057~^1^1^~oz~^28.35^^ ~18057~^2^1^~slice~^23^^ ~18059~^1^1^~oz~^28.35^^ ~18059~^2^1^~slice~^27^^ ~18060~^1^1^~oz~^28.35^^ ~18060~^2^1^~slice~^32^^ ~18060~^3^1^~slice, snack-size~^7.0^^ ~18060~^4^1^~slice, thin~^20^^ ~18061~^1^1^~oz~^28.35^^ ~18061~^2^1^~slice, large~^29^^ ~18061~^3^1^~slice, regular~^24^^ ~18061~^4^1^~slice, thin~^18^^ ~18064~^1^1^~oz~^28.35^^ ~18064~^2^1^~slice~^25^^ ~18065~^1^1^~oz~^28.35^^ ~18065~^2^1^~slice~^24^15^2.905 ~18066~^1^1^~oz~^28.35^^ ~18066~^2^1^~slice~^36^^ ~18068~^1^1^~oz~^28.35^^ ~18068~^2^1^~slice~^28^^ ~18069~^1^1^~cup, crumbs~^45^^ ~18069~^2^1^~cup, cubes~^35^^ ~18069~^3^1^~oz~^28.35^^ ~18069~^4^1^~slice, large~^30^^ ~18069~^5^1^~slice~^25^^ ~18069~^6^1^~slice crust not eaten~^12.0^^ ~18069~^7^1^~slice, thin~^20^^ ~18069~^8^1^~slice thin, crust not eaten~^9.0^^ ~18069~^9^1^~slice, very thin~^15.0^^ ~18070~^1^1^~cup, crumbs~^45^^ ~18070~^2^1^~cup, cubes~^42^^ ~18070~^3^1^~oz~^28.35^^ ~18070~^4^1^~slice, large~^27^^ ~18070~^5^1^~slice crust not eaten~^11.0^^ ~18070~^6^1^~slice, thin~^17^^ ~18070~^7^1^~slice thin, crust not eaten~^8.0^^ ~18070~^8^1^~slice, very thin~^13.0^^ ~18070~^9^1^~slice~^22^^ ~18071~^1^1^~oz~^28.35^^ ~18071~^2^1^~slice~^44^^ ~18073~^1^1^~oz~^28.35^^ ~18073~^2^1^~slice~^42^^ ~18073~^3^1^~slice, thin (3-3/4" x 5" x 3/8")~^33^^ ~18075~^1^1^~oz~^28.35^^ ~18075~^2^1^~slice~^28^^ ~18076~^1^1^~oz~^28.35^^ ~18076~^2^1^~slice~^25^^ ~18077~^1^1^~oz~^28.35^^ ~18077~^2^1^~slice~^46^^ ~18077~^3^1^~slice, thin (3-3/4" x 5" x 3/8")~^33^^ ~18078~^1^1^~oz~^28.35^^ ~18078~^2^1^~slice~^42^^ ~18078~^3^1^~slice, thin (3-3/4" x 5" x 3/8")~^30^^ ~18079~^1^1^~cup~^108^^ ~18079~^2^1^~oz~^28.35^^ ~18080~^1^1^~cup, small pieces~^46^^ ~18080~^2^1^~stick, small (approx 4-1/4" long)~^5.0^^ ~18080~^3^1^~stick (7-5/8" x 5/8")~^10.0^^ ~18080~^4^1^~stick (9-1/4" x 3/8")~^6.0^^ ~18081~^1^1^~oz~^28.35^^ ~18081~^2^1^~package (6 oz)~^170^^ ~18082~^1^1^~oz~^28.35^^ ~18082~^2^.5^~cup~^100^^ ~18084~^1^1^~oz~^28.35^^ ~18084~^2^1^~package (6 oz)~^170^^ ~18085~^1^1^~oz~^28.35^^ ~18085~^2^.5^~cup~^100^^ ~18086~^1^1^~piece (1/12 of 12 oz cake)~^28^^ ~18086~^2^1^~cake (9" dia x 4")~^340^^ ~18087~^1^1^~oz~^28.35^^ ~18087~^2^1^~package (14.5 oz)~^411^^ ~18088~^1^1^~piece (1/12 of 10" dia)~^50^^ ~18088~^2^1^~tube cake (10" dia, 4-3/8" high)~^596^^ ~18090~^1^1^~oz~^28.35^^ ~18090~^2^1^~piece (1/6 of pie)~^92^^ ~18092~^1^1^~oz~^28.35^^ ~18092~^2^1^~package (18 oz)~^510^^ ~18095~^1^1^~oz~^28.35^^ ~18095~^2^1^~piece (1/8 cake)~^71^^ ~18096~^1^1^~oz~^28.35^^ ~18096~^2^1^~piece (1/8 of 18 oz cake)~^64^^ ~18097~^1^1^~oz~^28.35^^ ~18097~^2^1^~package (18.25 oz)~^517^^ ~18099~^1^1^~oz~^28.35^^ ~18099~^2^1^~package (18.50 oz)~^524^^ ~18101~^1^1^~cake, 2-layer (8" or 9" dia)~^1137^^ ~18101~^2^1^~piece (1/12 of 9" dia)~^95^^ ~18102~^1^1^~oz~^28.35^^ ~18102~^2^1^~piece (1/12 of 9" dia)~^112^^ ~18103~^1^1^~oz~^28.35^^ ~18103~^2^1^~piece (1/6 of 16 oz cake)~^76^^ ~18104~^1^1^~oz~^28.35^^ ~18104~^2^1^~individual cake~^57^^ ~18104~^3^1^~piece (1/9 of 20 oz cake)~^63^^ ~18105~^1^1^~oz~^28.35^^ ~18105~^2^1^~piece (1/6 of 19 oz cake)~^90^^ ~18106~^1^1^~oz~^28.35^^ ~18106~^2^1^~piece (1/8 cake)~^50^^ ~18107~^1^1^~oz~^28.35^^ ~18107~^2^1^~package (10.5 oz)~^298^^ ~18108~^1^1^~oz~^28.35^^ ~18108~^2^1^~piece (1/8 of 8" x 5-3/4" cake)~^56^^ ~18110~^1^1^~oz~^28.35^^ ~18110~^2^1^~piece~^43^^ ~18112~^1^1^~oz~^28.35^^ ~18112~^2^1^~package (18.25 oz)~^517^^ ~18114~^1^1^~oz~^28.35^^ ~18114~^2^1^~package (14.5 oz)~^411^^ ~18116~^1^1^~oz~^28.35^^ ~18116~^2^1^~piece (1/9 of 8" square)~^74^^ ~18117~^1^1^~oz~^28.35^^ ~18117~^2^1^~package (18.25 oz)~^517^^ ~18119~^1^1^~oz~^28.35^^ ~18119~^2^1^~piece (1/9 of 8" square)~^115^^ ~18120~^1^1^~piece (1/10 of cake)~^30^^ ~18120~^2^1^~piece (1/12 of 12 oz cake)~^28^^ ~18121~^1^1^~piece (1/10 of 10.6 oz cake)~^30^^ ~18121~^2^1^~piece (1/12 of 12 oz cake)~^28^^ ~18121~^3^1^~snack cake (2.5 oz)~^71^^ ~18126~^1^1^~oz~^28.35^^ ~18127~^1^1^~oz~^28.35^^ ~18127~^2^1^~cupcake~^50^^ ~18128~^1^1^~oz~^28.35^^ ~18128~^2^1^~cake~^42^8^4.129 ~18131~^1^1^~oz~^28.35^^ ~18131~^2^1^~package (8 oz)~^227^^ ~18133~^1^1^~oz~^28.35^^ ~18133~^2^1^~piece (1/12 of 16 oz cake)~^38^^ ~18134~^1^1^~oz~^28.35^^ ~18134~^2^1^~piece (1/12 of 10 inch cake)~^63^^ ~18135~^1^1^~oz~^28.35^^ ~18135~^2^1^~package (18.50 oz)~^524^^ ~18137~^1^1^~oz~^28.35^^ ~18137~^2^1^~package (18.50 oz)~^524^^ ~18139~^1^1^~cake, 2-layer (8" or 9" dia)~^887^^ ~18139~^2^1^~piece (1/12 of 9" dia)~^74^^ ~18140~^1^1^~oz~^28.35^^ ~18140~^2^1^~piece (1/8 of 18 oz cake)~^64^^ ~18141~^1^1^~oz~^28.35^^ ~18141~^2^1^~piece (1/8 of 18 oz cake)~^64^^ ~18142~^1^1^~oz~^28.35^^ ~18142~^2^1^~package (18.50 oz)~^524^^ ~18144~^1^1^~oz~^28.35^^ ~18144~^2^1^~package (18.50 oz)~^524^^ ~18146~^1^1^~cake, 2-layer (8" dia)~^817^^ ~18146~^2^1^~piece (1/12 of 8" dia)~^68^^ ~18147~^1^1^~oz~^28.35^^ ~18147~^2^1^~piece (1/6 of 17 oz cake)~^80^^ ~18148~^1^1^~oz~^28.35^^ ~18148~^2^1^~piece (1/12 of 9" dia)~^99^^ ~18150~^1^1^~oz~^28.35^^ ~18150~^2^1^~Arrowroot biscuit (include Arrowroot cookie)~^4.9^^ ~18150~^3^1^~cracker~^2.5^^ ~18150~^4^1^~individual box (2 oz)~^57^^ ~18151~^1^1^~oz~^28.35^^ ~18151~^2^1^~square, large (2-3/4" sq x 7/8")~^56^^ ~18151~^3^1^~package, Little Debbie (twin wrapped)~^61^^ ~18152~^1^1^~oz~^28.35^^ ~18152~^2^1^~package (21.5 oz)~^610^^ ~18154~^1^1^~oz~^28.35^^ ~18154~^2^1^~brownie (2" square)~^24^^ ~18155~^1^1^~oz~^28.35^^ ~18155~^2^1^~cookie~^5.0^^ ~18156~^1^1^~oz~^28.35^^ ~18156~^2^1^~cookie~^21^^ ~18157~^1^1^~cup, crumbs~^112^^ ~18157~^2^1^~oz~^28.35^^ ~18157~^3^1^~wafer~^6.0^^ ~18158~^1^1^~oz~^28.35^^ ~18158~^2^1^~cookie~^10.0^^ ~18159~^1^1^~cookie (average weight of 1 cookie, variety of brands)~^12.2^18^2.758 ~18159~^2^1^~cookie, bite size~^2.2^^ ~18159~^3^1^~cookie, medium (2-1/4" dia)~^10.0^^ ~18159~^4^1^~cookie, big (3-1/2" - 4" dia)~^40^^ ~18160~^1^1^~cookie (average weight of 1 cookie)~^12.2^18^2.758 ~18161~^1^1^~oz~^28.35^^ ~18161~^2^1^~package (17.5 oz)~^496^^ ~18163~^1^1^~portion, dough spoon from roll~^29^3^4.219 ~18163~^2^1^~oz~^28.35^^ ~18164~^1^1^~oz~^28.35^^ ~18164~^2^1^~cookie, medium (2-1/4" dia)~^12.0^^ ~18165~^1^1^~oz~^28.35^^ ~18165~^2^1^~bar (2" square)~^32^^ ~18165~^3^1^~cookie, medium (2-1/4" dia)~^16^^ ~18166~^1^1^~cookie~^11.5^12^.264 ~18166~^2^3^~cookies (1 NLEA serving)~^34^^ ~18167~^1^1^~oz~^28.35^^ ~18167~^2^1^~cookie~^17^^ ~18168~^1^1^~oz~^28.35^^ ~18168~^2^1^~cookie~^13.0^^ ~18169~^1^1^~oz~^28.35^^ ~18169~^2^1^~cookie, medium (2" dia)~^24^^ ~18170~^1^1^~oz~^28.35^^ ~18170~^2^1^~Figaroo (2 square halves)~^43^^ ~18170~^3^1^~cookie~^16^^ ~18170~^4^1^~individual package (2 oz package containing 2 3" bars)~^57^^ ~18171~^1^1^~oz~^28.35^^ ~18171~^2^1^~cookie~^8.0^^ ~18172~^1^1^~oz~^28.35^^ ~18172~^2^1^~cookie~^7.0^^ ~18172~^3^1^~large (approx 3-1/2" to 4" dia)~^32^^ ~18173~^1^1^~cup, crushed~^84^^ ~18173~^2^1^~oz~^28.35^^ ~18173~^3^1^~large rectangular piece or 2 squares or 4 small rectangular pieces~^14.0^^ ~18173~^4^1^~cracker (2-1/2" square)~^7.0^^ ~18174~^1^1^~oz~^28.35^^ ~18174~^2^1^~cracker (2-1/2" square)~^14.0^^ ~18175~^1^1^~oz~^28.35^^ ~18175~^2^1^~anisette sponge (4" x 1-1/8" x 7/8")~^13.0^^ ~18175~^3^1^~breakfast treat (approx 4" x 2" x 7/8")~^24^^ ~18175~^5^1^~ladyfinger~^11.0^^ ~18176~^1^1^~oz~^28.35^^ ~18176~^2^1^~Fudge Marshmallow~^28^^ ~18176~^3^1^~pie, marshmallow (3" dia x 3/4")~^39^^ ~18176~^4^1^~cookie, small (1-3/4" dia x 3/4")~^13.0^^ ~18177~^1^1^~oz~^28.35^^ ~18177~^2^1^~large (3-1/2" to 4" dia) (include Archway brand)~^32^^ ~18177~^3^1^~medium~^15.0^^ ~18177~^4^1^~cookie, Little Debbie~^20^^ ~18178~^1^1^~oz~^28.35^^ ~18178~^2^1^~cookie, big (3-1/2" - 4" dia) (include Archway brand, Grandma brand)~^25^^ ~18178~^3^1^~large~^18^^ ~18179~^1^1^~oz~^28.35^^ ~18179~^2^1^~cookie~^15.0^^ ~18180~^1^1^~oz~^28.35^^ ~18180~^2^1^~package (17.5 oz)~^496^^ ~18182~^1^1^~oz~^28.35^^ ~18182~^2^1^~portion, dough for 1 cookie~^16^^ ~18183~^1^1^~oz~^28.35^^ ~18183~^2^1^~cookie~^12.0^^ ~18184~^1^1^~oz~^28.35^^ ~18184~^2^1^~cookie (2-5/8" dia)~^15.0^^ ~18185~^1^1^~oz~^28.35^^ ~18185~^2^1^~cookie~^15.0^^ ~18186~^1^1^~oz~^28.35^^ ~18186~^2^1^~cookie~^15.0^^ ~18187~^1^1^~oz~^28.35^^ ~18187~^2^1^~portion, dough for 1 cookie~^16^^ ~18188~^1^1^~oz~^28.35^^ ~18188~^2^1^~cookie~^12.0^^ ~18189~^1^1^~oz~^28.35^^ ~18189~^2^1^~cookie (3" dia)~^20^^ ~18190~^1^1^~oz~^28.35^^ ~18190~^2^1^~cookie~^14.0^^ ~18191~^1^1^~oz~^28.35^^ ~18191~^2^1^~cookie~^15.0^^ ~18192~^1^1^~oz~^28.35^^ ~18192~^2^1^~cookie (1-5/8" square)~^8.0^^ ~18193~^1^1^~oz~^28.35^^ ~18193~^2^1^~cookie (2" dia)~^14.0^^ ~18196~^1^1^~oz~^28.35^^ ~18196~^2^1^~package (8.5 oz)~^241^^ ~18197~^1^1^~oz~^28.35^^ ~18197~^2^1^~brownie (2" square)~^22^^ ~18198~^1^1^~oz~^28.35^^ ~18198~^2^1^~cookie, medium (1-5/8" dia)~^7.0^^ ~18199~^1^1^~oz~^28.35^^ ~18199~^2^1^~cookie~^10.0^^ ~18200~^1^1^~oz~^28.35^^ ~18200~^2^1^~cookie, medium (1-5/8" dia)~^7.0^^ ~18201~^1^1^~oz~^28.35^^ ~18201~^2^1^~cookie~^10.0^^ ~18202~^1^1^~oz~^28.35^^ ~18202~^2^1^~wafer~^4.0^^ ~18203~^1^1^~oz~^28.35^^ ~18203~^2^1^~cookie, medium (1-5/8" dia)~^7.0^^ ~18204~^1^1^~oz~^28.35^^ ~18204~^2^1^~cookie~^15.0^^ ~18205~^1^1^~cookie dough for 1rolled cookie~^17^3^.747 ~18205~^2^1^~cookie 1 pre-sliced cookie dough~^26^5^.446 ~18205~^3^1^~oz~^28.35^^ ~18206~^1^1^~cookie 1 rolled cookie dough~^15.0^3^1.141 ~18206~^2^1^~cookie 1 pre-sliced cookie dough~^23^5^.449 ~18206~^3^1^~oz~^28.35^^ ~18208~^1^1^~oz~^28.35^^ ~18208~^2^1^~cookie (3" dia)~^14.0^^ ~18209~^1^1^~oz~^28.35^^ ~18209~^2^1^~wafer, large (3-1/2" x 1" x 1/2")~^9.0^^ ~18209~^3^1^~wafer, small (2-1/2" x 3/4" x 1/4")~^3.5^^ ~18210~^1^1^~oz~^28.35^^ ~18210~^2^1^~cookie, oval (3-1/8" x 1-1/4" x 3/8")~^15.0^^ ~18210~^3^1^~cookie, round (1-3/4" dia)~^10.0^^ ~18211~^1^1^~oz~^28.35^^ ~18211~^2^1^~sheet~^245^^ ~18211~^3^1^~shell~^40^^ ~18212~^1^1^~cup, crumbs~^80^^ ~18212~^2^1^~oz~^28.35^^ ~18212~^3^1^~large~^6.0^^ ~18212~^4^1^~medium~^4.0^^ ~18212~^5^1^~small~^3.0^^ ~18213~^1^1^~oz~^28.35^^ ~18213~^2^1^~wafer~^6.0^^ ~18214~^1^1^~cup, bite size~^62^^ ~18214~^2^1^~cup, crushed~^72^^ ~18214~^3^1^~gold fish~^0.6^^ ~18214~^4^1^~bag, single serving~^28^^ ~18214~^5^1^~cracker, small square~^1.0^^ ~18214~^6^1^~snack stick~^2.0^^ ~18214~^7^1^~cracker (1" square)~^1.0^^ ~18214~^8^.5^~oz~^14.2^^ ~18215~^1^6^~cracker~^39^^ ~18215~^2^1^~sandwich~^6.5^^ ~18215~^3^.5^~oz~^14.2^^ ~18215~^4^1^~cup, crushed~^83^^ ~18216~^1^1^~cup, crushed~^55^^ ~18216~^2^1^~crispbread~^10.0^^ ~18216~^3^1^~wafer, thin~^2.0^^ ~18216~^4^1^~wafer~^10.0^^ ~18216~^5^1^~cracker, Norwegian flatbread (4-3/4" x 2-3/4" x 1/16")~^5.8^^ ~18216~^6^.5^~oz~^14.2^^ ~18216~^7^1^~wafer, Rye Krisp (triple cracker)~^25^^ ~18216~^8^1^~crispbread, Wasa rye~^10.0^^ ~18217~^1^1^~matzo~^28^^ ~18217~^2^.5^~oz~^14.2^^ ~18218~^1^1^~matzo~^28^^ ~18218~^2^.5^~oz~^14.2^^ ~18219~^1^1^~matzo~^28^^ ~18219~^2^.5^~oz~^14.2^^ ~18220~^1^1^~cup pieces~^30^^ ~18220~^2^1^~cup, rounds~^33^^ ~18220~^3^1^~melba round~^3.0^^ ~18220~^4^1^~piece (3-3/4" x 1-3/4" x 1/8")~^5.0^^ ~18220~^5^.5^~oz~^14.2^^ ~18221~^1^.5^~oz~^14.2^^ ~18221~^2^1^~toast~^5.0^^ ~18222~^1^.5^~oz~^14.2^^ ~18222~^2^1^~toast~^5.0^^ ~18223~^1^1^~cracker~^11.0^^ ~18223~^2^.5^~oz~^14.2^^ ~18224~^1^1^~rusk~^10.0^^ ~18224~^2^.5^~oz~^14.2^^ ~18225~^1^.5^~oz~^14.2^^ ~18225~^2^1^~cracker, sandwich~^7.0^^ ~18226~^1^1^~cup, crushed~^61^^ ~18226~^2^1^~cracker (4-1/2" x 2-1/2" x 1/8")~^11.0^^ ~18226~^3^.5^~oz~^14.2^^ ~18226~^4^1^~cracker, triple~^25^^ ~18227~^1^.5^~oz~^14.2^^ ~18227~^2^1^~cracker, triple~^22^^ ~18228~^1^1^~cup, crushed~^70^^ ~18228~^2^5^~crackers square (1 serving)~^15.0^^ ~18228~^3^1^~cracker square~^3.0^24^.138 ~18228~^4^1^~cracker, round large~^10.0^^ ~18228~^5^1^~cracker, oyster~^1.0^^ ~18228~^6^1^~cracker, rectangle~^6.0^^ ~18228~^7^1^~cup oyster crackers~^45^^ ~18229~^1^5^~crackers, regular size, round (1 serving)~^16^2^ ~18229~^2^1^~cracker, round~^3.2^8^.141 ~18229~^3^1^~cracker, bite size~^0.6^^ ~18229~^4^1^~cracker, rectangular~^4.0^^ ~18229~^5^1^~cup crushed~^52^8^1.581 ~18230~^1^.5^~oz~^14.2^^ ~18230~^2^1^~cracker, sandwich~^7.0^^ ~18231~^1^.5^~oz~^14.2^^ ~18231~^2^1^~cracker, sandwich~^7.0^^ ~18232~^1^1^~cup, crushed~^83^^ ~18232~^5^1^~cracker~^2.0^^ ~18232~^9^.5^~oz~^14.2^^ ~18232~^10^1^~cracker, thin square~^2.0^^ ~18233~^1^.5^~oz~^14.2^^ ~18233~^2^1^~cracker, sandwich~^7.0^^ ~18234~^1^.5^~oz~^14.2^^ ~18234~^2^1^~cracker, sandwich~^7.0^^ ~18235~^1^1^~cup, crushed~^94^^ ~18235~^2^1^~cracker~^4.0^^ ~18235~^3^10^~Triscuit Bits~^10.0^^ ~18235~^4^.5^~oz~^14.2^^ ~18236~^1^1^~cup~^115^^ ~18236~^2^1^~oz~^28.35^^ ~18237~^1^1^~oz~^28.35^^ ~18237~^2^1^~eclair (5" x 2" x 1-3/4")~^48^^ ~18237~^3^1^~cream puff shell~^66^^ ~18238~^1^1^~oz~^28.35^^ ~18238~^2^1^~cream puff~^130^^ ~18238~^3^1^~eclair (5" x 2" x 1-3/4")~^90^^ ~18238~^4^1^~cream puff, miniature~^23^^ ~18239~^1^1^~oz~^28.35^^ ~18239~^2^1^~croissant, mini~^28^^ ~18239~^3^1^~croissant, small~^42^^ ~18239~^4^1^~croissant, medium~^57^^ ~18239~^5^1^~croissant, large~^67^^ ~18240~^1^1^~oz~^28.35^^ ~18240~^2^1^~croissant, medium~^57^^ ~18241~^1^1^~oz~^28.35^^ ~18241~^2^1^~croissant, small~^42^^ ~18241~^3^1^~croissant, medium~^57^^ ~18241~^4^1^~croissant, large~^67^^ ~18242~^1^1^~cup~^30^^ ~18242~^2^.5^~oz~^14.2^^ ~18243~^1^1^~cup~^40^^ ~18243~^2^1^~package, fast food~^10.0^^ ~18243~^3^4^~cubes~^1.0^^ ~18243~^4^.5^~oz~^14.2^^ ~18244~^1^1^~oz~^28.35^^ ~18244~^2^1^~large (approx 7" dia)~^142^^ ~18244~^3^1^~small or frozen (approx 3" dia)~^35^^ ~18244~^4^1^~pastry (4-1/4" dia)~^65^^ ~18244~^5^1^~Toaster Strudel~^53^^ ~18244~^6^1^~piece (1/8 of 15 oz ring)~^53^^ ~18245~^1^1^~oz~^28.35^^ ~18245~^2^1^~pastry~^71^^ ~18246~^1^1^~oz~^28.35^^ ~18246~^2^1^~large (approx 7" dia)~^142^^ ~18246~^3^1^~small or frozen (approx 3" dia)~^35^^ ~18246~^4^1^~pastry (4-1/4" dia)~^71^^ ~18246~^5^1^~Toaster Strudel~^53^^ ~18246~^6^1^~piece (1/8 of 15 oz ring)~^53^^ ~18247~^1^1^~oz~^28.35^^ ~18247~^2^1^~pastry (4-1/4" dia)~^65^^ ~18247~^3^1^~piece (1/8 of 15 oz ring)~^53^^ ~18248~^1^1^~oz~^28.35^^ ~18248~^2^1^~doughnut stick~^52^^ ~18248~^3^1^~doughnut, long type (twist) (4-1/2" long)~^52^^ ~18248~^4^1^~doughnut medium (3-1/4" dia)~^54^10^6.816 ~18248~^5^1^~doughnut, mini (1-1/2" dia) or doughnut hole~^14.0^^ ~18248~^6^1^~doughnut, large (4" dia)~^71^^ ~18249~^1^1^~oz~^28.35^^ ~18249~^2^1^~donettes (2" dia)~^18^10^2.323 ~18249~^3^1^~doughnut, medium (approx 3" dia)~^43^^ ~18249~^4^1^~doughnut large (approx 3-1/2" dia)~^67^8^8.752 ~18250~^1^1^~oz~^28.35^^ ~18250~^2^1^~doughnut, medium (approx 3" dia)~^45^^ ~18251~^1^1^~oz~^28.35^^ ~18251~^2^1^~doughnut (3-3/4" dia)~^60^^ ~18251~^3^1^~doughnut, medium (approx 3" dia)~^42^^ ~18252~^1^1^~oz~^28.35^^ ~18252~^2^1^~doughnut (2" dia)~^28^^ ~18252~^3^1^~doughnut, medium (approx 3" dia)~^45^^ ~18253~^1^1^~oz~^28.35^^ ~18253~^2^1^~cruller (3" dia)~^41^^ ~18254~^1^1^~oz~^28.35^^ ~18254~^2^1^~doughnut oval (3-1/2" x 2-1/2")~^85^^ ~18255~^1^1^~oz~^28.35^^ ~18255~^2^1^~doughnut hole~^13.0^^ ~18255~^3^1^~doughnut stick~^56^^ ~18255~^4^1^~extra large (approx 5" dia)~^122^^ ~18255~^5^1^~jumbo (approx 6" dia)~^157^^ ~18255~^6^1^~doughnut, large (approx 4-1/4" dia)~^75^^ ~18255~^7^1^~doughnut, long type (twist) approx 5-1/4" x 2-1/2" x 1-1/2" high)~^90^^ ~18255~^9^1^~doughnut medium (approx 3-3/4" dia)~^64^20^12.312 ~18255~^10^1^~doughnut, small (approx 3" dia)~^31^^ ~18255~^11^1^~doughnut (approx 1-1/2 oz)~^42^^ ~18255~^12^1^~doughnut (3-3/4" dia)~^60^^ ~18255~^13^1^~honeybun (4" x 3")~^65^^ ~18255~^14^1^~honeybun (4-1/2" x 3-1/2")~^78^^ ~18255~^15^1^~honeybun (5" x 3-1/2")~^85^^ ~18256~^1^1^~oz~^28.35^^ ~18256~^2^1^~doughnut oval (3-1/2" x 2-1/2")~^85^^ ~18257~^1^1^~oz~^28.35^^ ~18257~^2^1^~cream puff (3-1/2" x 2")~^112^^ ~18257~^3^1^~eclair (5" x 2" x 1-3/4")~^100^^ ~18257~^4^1^~eclair, frozen~^78^^ ~18258~^1^1^~oz~^28.35^^ ~18258~^2^1^~muffin~^57^^ ~18259~^1^1^~oz~^28.35^^ ~18259~^2^1^~muffin~^52^^ ~18260~^1^1^~oz~^28.35^^ ~18260~^2^1^~muffin~^66^^ ~18261~^1^1^~oz~^28.35^^ ~18261~^2^1^~muffin~^61^^ ~18262~^1^1^~oz~^28.35^^ ~18262~^2^1^~muffin~^57^^ ~18263~^1^1^~oz~^28.35^^ ~18263~^2^1^~muffin~^52^^ ~18264~^1^1^~oz~^28.35^^ ~18264~^2^1^~muffin~^57^^ ~18265~^1^1^~oz~^28.35^^ ~18265~^2^1^~muffin~^52^^ ~18266~^1^1^~oz~^28.35^^ ~18266~^2^1^~muffin~^66^^ ~18267~^1^1^~oz~^28.35^^ ~18267~^2^1^~muffin~^61^^ ~18268~^1^1^~oz~^28.35^^ ~18268~^2^1^~piece~^59^^ ~18269~^1^1^~oz~^28.35^^ ~18269~^2^1^~slice~^65^^ ~18270~^1^1^~cup~^152^^ ~18270~^2^1^~oz~^28.35^^ ~18270~^3^1^~hush puppy~^22^^ ~18271~^1^1^~oz~^28.35^^ ~18271~^2^1^~cone~^4.0^^ ~18271~^3^1^~large waffle cone~^29^^ ~18272~^1^1^~oz~^28.35^^ ~18272~^2^1^~cone~^10.0^^ ~18273~^1^1^~oz~^28.35^^ ~18273~^2^1^~muffin~^57^^ ~18274~^1^1^~mini miniature (1-1/4" dia)~^17^19^6.369 ~18274~^2^1^~small (2-3/4" dia x 2")~^66^15^10.207 ~18274~^3^1^~medium~^113^11^8.142 ~18274~^4^1^~large large (3-1/4" dia x 2-3/4")~^139^8^6.27 ~18274~^5^1^~extra large~^168^23^8.164 ~18274~^6^1^~oz~^28.35^^ ~18275~^1^1^~oz~^28.35^^ ~18275~^2^1^~package, mix + drained berries~^356^^ ~18277~^1^1^~oz~^28.35^^ ~18277~^2^1^~muffin, toaster~^33^^ ~18278~^1^1^~oz~^28.35^^ ~18278~^2^1^~muffin~^57^^ ~18279~^1^1^~mini~^17^19^6.369 ~18279~^2^1^~small~^66^15^10.207 ~18279~^3^1^~medium~^113^11^8.142 ~18279~^4^1^~large~^139^8^6.27 ~18279~^5^1^~extra large~^168^23^8.164 ~18279~^6^1^~oz~^28.35^^ ~18280~^1^1^~oz~^28.35^^ ~18281~^1^1^~oz~^28.35^^ ~18281~^2^1^~muffin, toaster~^33^^ ~18282~^1^1^~oz~^28.35^^ ~18282~^2^1^~muffin (2-3/4" dia x 2")~^57^^ ~18283~^1^1^~mini~^17^19^6.369 ~18283~^2^1^~small~^66^15^10.207 ~18283~^3^1^~medium~^113^11^8.142 ~18283~^4^1^~large~^139^8^6.27 ~18283~^5^1^~extra large~^168^23^8.164 ~18283~^6^1^~oz~^28.35^^ ~18284~^1^1^~oz~^28.35^^ ~18284~^2^1^~package (7 oz)~^198^^ ~18286~^1^1^~oz~^28.35^^ ~18286~^2^1^~muffin, toaster~^36^^ ~18288~^1^1^~pancake~^41^35^1.338 ~18288~^2^1^~pancake (6" dia)~^73^^ ~18288~^3^1^~mini pancake~^10.1^64^.772 ~18288~^4^1^~oz~^28.35^^ ~18289~^1^1^~cup, poured from box~^130^^ ~18289~^2^1^~oz~^28.35^^ ~18290~^1^1^~oz~^28.35^^ ~18290~^2^1^~pancake (4" dia)~^38^^ ~18290~^3^1^~pancake (6" dia)~^77^^ ~18291~^1^1^~cup, poured from box~^112^^ ~18291~^2^1^~oz~^28.35^^ ~18292~^1^1^~oz~^28.35^^ ~18292~^2^1^~pancake (4" dia)~^38^^ ~18292~^3^1^~pancake (6" dia)~^77^^ ~18293~^1^1^~oz~^28.35^^ ~18293~^2^1^~pancake (4" dia)~^38^^ ~18293~^3^1^~pancake (6" dia)~^77^^ ~18294~^1^1^~oz~^28.35^^ ~18294~^2^1^~pancake (4" dia)~^38^^ ~18294~^3^1^~pancake (6" dia)~^77^^ ~18295~^1^1^~cup, poured from box~^122^^ ~18295~^2^1^~oz~^28.35^^ ~18297~^1^1^~oz~^28.35^^ ~18297~^2^1^~package (8 oz)~^227^^ ~18299~^1^1^~cup, poured from box~^140^^ ~18299~^2^1^~oz~^28.35^^ ~18300~^1^1^~oz~^28.35^^ ~18300~^2^1^~pancake (4" dia)~^44^^ ~18300~^3^1^~pancake (6" dia)~^129^^ ~18301~^1^1^~oz~^28.35^^ ~18301~^2^1^~piece (1/8 of 9" dia)~^125^^ ~18301~^3^1^~piece (1/6 of 8" pie)~^117^^ ~18302~^1^1^~oz~^28.35^^ ~18302~^2^1^~piece (1/8 of 9" dia)~^155^^ ~18303~^1^1^~oz~^28.35^^ ~18303~^2^1^~piece (1/8 of 9" dia)~^92^^ ~18303~^3^1^~piece (1/6 of 8" pie)~^123^^ ~18304~^1^1^~oz~^28.35^^ ~18304~^2^1^~pie (9" dia)~^1186^^ ~18304~^3^1^~piece (1/8 of 9" dia)~^144^^ ~18305~^1^1^~oz~^28.35^^ ~18305~^2^1^~piece (1/8 of 9" dia)~^125^^ ~18305~^3^1^~piece (1/6 of 8" pie)~^117^^ ~18306~^1^1^~oz~^28.35^^ ~18306~^2^1^~piece (1/8 of 9" dia)~^147^^ ~18308~^1^1^~oz~^28.35^^ ~18308~^2^1^~piece (1/8 of 9" dia)~^125^^ ~18308~^3^1^~piece (1/6 of 8" pie)~^117^^ ~18309~^1^1^~oz~^28.35^^ ~18309~^2^1^~piece (1/8 of 9" dia)~^180^^ ~18310~^1^1^~oz~^28.35^^ ~18310~^2^1^~piece (1/4 of 6" pie)~^99^^ ~18310~^3^1^~piece (1/6 of 8" pie)~^113^^ ~18312~^1^1^~oz~^28.35^^ ~18312~^2^1^~piece (1/8 of 9" dia)~^95^^ ~18313~^1^1^~oz~^28.35^^ ~18313~^2^1^~piece (1/6 of 7" pie)~^64^^ ~18313~^3^1^~piece (1/8 of 7" pie)~^48^^ ~18314~^1^1^~oz~^28.35^^ ~18314~^2^1^~piece (1/8 of 9" dia)~^94^^ ~18316~^1^1^~oz~^28.35^^ ~18316~^2^1^~piece (1/6 of 8" pie)~^104^^ ~18317~^1^1^~oz~^28.35^^ ~18317~^2^1^~piece (1/6 of 8" pie)~^105^^ ~18319~^1^1^~oz~^28.35^^ ~18319~^2^1^~pie (5" x 3-3/4")~^128^^ ~18320~^1^1^~oz~^28.35^^ ~18320~^2^1^~piece (1/6 of 8" pie)~^113^^ ~18321~^1^1^~oz~^28.35^^ ~18321~^2^1^~piece (1/8 of 9" dia)~^127^^ ~18322~^1^1^~oz~^28.35^^ ~18322~^2^1^~piece (1/8 of 9" dia)~^165^^ ~18323~^1^1^~oz~^28.35^^ ~18323~^2^1^~piece (1/6 of 8" pie)~^117^^ ~18324~^1^1^~oz~^28.35^^ ~18324~^2^1^~slice~^133^8^8.558 ~18324~^3^1^~pie~^833^8^121.506 ~18325~^1^1^~oz~^28.35^^ ~18325~^2^1^~piece (1/8 of 9" dia)~^122^^ ~18326~^1^1^~oz~^28.35^^ ~18326~^2^1^~slice~^133^12^3.072 ~18326~^3^1^~pie~^995^12^17.04 ~18327~^1^1^~oz~^28.35^^ ~18327~^2^1^~piece (1/8 of 9" dia)~^155^^ ~18328~^1^1^~oz~^28.35^^ ~18328~^2^1^~piece (1/8 of 9" dia)~^126^^ ~18330~^1^1^~pie shell (9" dia)~^210^^ ~18330~^2^1^~tart shell~^22^^ ~18330~^3^1^~crust, single 9"~^239^^ ~18330~^4^1^~piece (1/8 of 9" crust)~^30^^ ~18332~^1^1^~oz~^28.35^^ ~18332~^2^1^~package (10 oz)~^284^^ ~18333~^1^1^~crust, single 9"~^160^^ ~18333~^2^1^~piece (1/8 of 9" crust)~^20^^ ~18334~^1^1^~pie crust (average weight of 1 frozen crust)~^173^8^32.471 ~18335~^1^1^~pie crust (average weight of 1 baked crust)~^154^8^30.968 ~18336~^1^1^~crust, single 9"~^180^^ ~18336~^2^1^~piece (1/8 of 9" crust)~^23^^ ~18337~^1^1^~oz~^28.35^^ ~18337~^2^1^~shell~^47^^ ~18338~^1^1^~oz~^28.35^^ ~18338~^2^1^~sheet dough~^19^^ ~18339~^1^1^~oz~^28.35^^ ~18339~^2^1^~package (6 oz)~^170^^ ~18342~^1^1^~roll (1 oz)~^28^^ ~18342~^2^1^~each (pan, dinner, or small roll) (2" square, 2" high)~^25^6^4.135 ~18342~^3^1^~roll (hamburger, frankfurter, onion roll, bun, large roll)~^43^^ ~18342~^4^1^~roll (foot long frankfurter roll)~^86^^ ~18344~^1^1^~oz~^28.35^^ ~18344~^2^1^~roll (2-1/2" dia)~^35^^ ~18345~^1^1^~oz~^28.35^^ ~18345~^2^1^~roll~^33^^ ~18346~^1^1^~large (approx 3-1/2" to 4" dia)~^43^^ ~18346~^2^1^~medium~^36^^ ~18346~^3^1^~small (2-3/8" dia)~^28^^ ~18347~^1^1^~roll (1 oz)~^28^^ ~18348~^1^1^~roll (hamburger, frankfurter roll)~^43^^ ~18348~^2^1^~roll, large submarine, hoagie~^135^^ ~18348~^3^1^~medium (2-1/2" dia)~^36^^ ~18348~^4^1^~roll medium submarine, hoagie~^94^^ ~18348~^5^1^~roll (small submarine, hoagie roll)~^65^^ ~18348~^6^1^~roll (1 oz)~^28^^ ~18349~^1^1^~oz~^28.35^^ ~18349~^2^1^~roll~^38^^ ~18350~^1^1^~oz~^28.35^^ ~18350~^2^1^~roll~^43^^ ~18351~^1^1^~oz~^28.35^^ ~18351~^2^1^~roll~^43^^ ~18352~^1^1^~oz~^28.35^^ ~18352~^2^1^~roll~^43^^ ~18353~^1^1^~oz~^28.35^^ ~18353~^2^1^~roll (3-1/2" dia)~^57^^ ~18354~^1^1^~oz~^28.35^^ ~18354~^2^1^~piece~^71^^ ~18355~^1^1^~oz~^28.35^^ ~18355~^2^1^~roll~^66^^ ~18356~^1^1^~oz~^28.35^^ ~18356~^2^1^~large~^83^^ ~18356~^3^1^~roll (2-3/4" square)~^60^^ ~18357~^1^1^~oz~^28.35^^ ~18357~^2^1^~roll~^30^^ ~18358~^1^1^~oz~^28.35^^ ~18358~^2^1^~roll~^30^^ ~18360~^1^1^~oz~^28.35^^ ~18360~^2^1^~large (6-1/2" dia)~^21^^ ~18360~^3^1^~medium (approx 5" dia)~^12.7^15^.942 ~18360~^4^1^~miniature (3" dia)~^5.0^^ ~18361~^1^1^~oz~^28.35^^ ~18361~^2^1^~toaster pastry~^50^^ ~18362~^1^1^~oz~^28.35^^ ~18362~^2^1^~toaster pastry~^54^8^2.868 ~18362~^3^1^~Pop tart~^54^8^2.868 ~18363~^1^1^~enchilada~^19^20^.626 ~18363~^2^1^~tortilla~^24^404^5.405 ~18363~^3^1^~oz~^28.35^^ ~18364~^1^1^~oz~^28.35^^ ~18364~^2^1^~tortilla medium (approx 6" dia)~^30^120^2.984 ~18364~^3^1^~tortilla (approx 7-8" dia)~^46^428^6.076 ~18364~^4^1^~tortilla (approx 10" dia)~^70^78^10.117 ~18364~^5^1^~tortilla (approx 12" dia)~^114^22^14.977 ~18365~^1^1^~oz~^28.35^^ ~18365~^2^1^~waffle, square (4" square) (include frozen)~^35^^ ~18367~^1^1^~oz~^28.35^^ ~18367~^2^1^~waffle, round (7" dia)~^75^^ ~18368~^1^1^~oz~^28.35^^ ~18368~^2^1^~wrapper, eggroll (7" square)~^32^^ ~18368~^3^1^~wrapper, wonton (3-1/2" square)~^8.0^^ ~18369~^1^1^~tsp~^4.6^^ ~18369~^2^.5^~tsp~^2.3^^ ~18370~^1^1^~tsp~^4.6^^ ~18370~^2^.5^~tsp~^2.3^^ ~18371~^1^1^~tsp~^5.0^^ ~18371~^2^.5^~tsp~^2.5^^ ~18372~^1^1^~tsp~^4.6^^ ~18372~^2^.5^~tsp~^2.3^^ ~18373~^1^1^~tsp~^3.0^^ ~18373~^2^.5^~tsp~^1.5^^ ~18374~^1^1^~cake (0.6 oz)~^17^^ ~18375~^1^1^~tbsp~^12.0^^ ~18375~^2^1^~tsp~^4.0^^ ~18375~^3^1^~package~^7.0^^ ~18376~^1^1^~cup~^120^^ ~18376~^2^1^~oz~^28.35^^ ~18377~^1^1^~oz~^28.35^^ ~18377~^2^1^~cookie (2-5/8" dia)~^15.0^^ ~18378~^1^1^~oz~^28.35^^ ~18378~^2^1^~cookie, medium (2-1/4" dia)~^16^^ ~18383~^1^1^~oz~^28.35^^ ~18383~^2^1^~slice~^17^^ ~18384~^1^1^~oz~^28.35^^ ~18384~^2^1^~slice~^25^^ ~18385~^1^1^~oz~^28.35^^ ~18385~^2^1^~slice~^25^^ ~18386~^1^1^~oz~^28.35^^ ~18386~^2^1^~muffin, toaster~^31^^ ~18388~^1^1^~oz~^28.35^^ ~18388~^2^1^~muffin, toaster~^34^^ ~18390~^1^1^~oz~^28.35^^ ~18390~^2^1^~pancake (4" dia)~^38^^ ~18390~^3^1^~pancake (6" dia)~^77^^ ~18396~^1^1^~oz~^28.35^^ ~18396~^2^1^~large roll or bun (3-1/2" dia)~^43^^ ~18396~^3^1^~roll (2-1/2" dia)~^35^^ ~18398~^1^1^~crust, single 9"~^223^^ ~18398~^2^1^~piece (1/8 of 9" crust)~^28^^ ~18399~^1^1^~crust, single 9"~^244^^ ~18399~^2^1^~piece (1/8 of 9" crust)~^30^^ ~18400~^1^1^~matzo~^28^^ ~18400~^2^.5^~oz~^14.2^^ ~18401~^1^1^~cup~^129^^ ~18401~^2^1^~crust, single 9"~^176^^ ~18401~^3^1^~piece (1/8 of 9" crust)~^22^^ ~18402~^1^1^~crust, single 9"~^194^^ ~18402~^2^1^~piece (1/8 of 9" crust)~^24^^ ~18403~^1^1^~oz~^28.35^^ ~18403~^2^1^~waffle, round (4" dia)~^33^^ ~18403~^3^1^~waffle, square (4" square)~^33^^ ~18406~^1^1^~bagel, mini (2-1/2" dia)~^26^^ ~18406~^2^1^~small bagel (3" dia)~^69^14^11.387 ~18406~^3^1^~medium bagel (3-1/2" to 4" dia)~^105^43^7.619 ~18406~^4^1^~large bagel (4-1/2" dia)~^131^7^9.845 ~18406~^5^1^~oz~^28.35^^ ~18407~^1^1^~bagel, mini (2-1/2" dia)~^26^^ ~18407~^2^1^~small bagel (3" dia)~^69^14^11.387 ~18407~^3^1^~medium bagel (3-1/2" to 4")~^105^43^7.619 ~18407~^4^1^~large bagel (4-1/2" dia)~^131^7^9.845 ~18407~^5^1^~oz~^28.35^^ ~18408~^1^1^~bagel, mini (2-1/2" dia)~^26^^ ~18408~^2^1^~small bagel (3" dia)~^69^14^11.387 ~18408~^3^1^~medium bagel (3-1/2" to 4" dia)~^105^43^7.619 ~18408~^4^1^~large bagel (4-1/2" dia)~^131^7^9.845 ~18408~^5^1^~oz~^28.35^^ ~18412~^1^1^~oz~^28.35^^ ~18412~^2^1^~package (8.5 oz)~^241^^ ~18413~^1^1^~oz~^28.35^^ ~18413~^2^1^~pita, large (6-1/2" dia)~^60^^ ~18414~^1^1^~oz~^28.35^^ ~18414~^2^1^~slice, large~^32^^ ~18414~^3^1^~slice~^26^^ ~18414~^4^1^~slice, thin~^23^^ ~18416~^1^1^~cup, crumbs~^45^^ ~18416~^2^1^~cup, cubes~^35^^ ~18416~^3^1^~oz~^28.35^^ ~18416~^4^1^~slice, large~^30^^ ~18416~^5^1^~slice~^25^^ ~18416~^6^1^~slice, thin~^20^^ ~18417~^1^1^~oz~^28.35^^ ~18417~^2^1^~individual cake~^57^^ ~18417~^3^1^~piece (1/9 of 20 oz cake)~^63^^ ~18418~^1^1^~piece (1/10 of 10.6 oz cake)~^30^^ ~18418~^2^1^~piece (1/12 of 12 oz cake)~^28^^ ~18418~^3^1^~snack cake (2.5 oz)~^71^^ ~18419~^1^1^~oz~^28.35^^ ~18419~^2^1^~package (18.50 oz)~^524^^ ~18420~^1^1^~oz~^28.35^^ ~18420~^2^1^~package (18.50 oz)~^524^^ ~18421~^1^1^~oz~^28.35^^ ~18421~^2^1^~cookie~^5.0^^ ~18422~^1^1^~oz~^28.35^^ ~18422~^2^1^~cookie, medium (2-1/4" dia)~^10.0^^ ~18422~^3^1^~cookie, bite size (include Mini Chips Ahoy!)~^2.2^^ ~18423~^1^1^~oz~^28.35^^ ~18423~^2^1^~anisette sponge (4" x 1-1/8" x 7/8")~^13.0^^ ~18423~^3^1^~breakfast treat (approx 4" x 2" x 7/8")~^24^^ ~18423~^5^1^~ladyfinger~^11.0^^ ~18424~^1^1^~cup, crushed~^70^^ ~18424~^2^1^~cup pieces~^30^^ ~18424~^3^1^~cup, rounds~^33^^ ~18424~^4^1^~melba round~^3.0^^ ~18424~^5^1^~piece (3-3/4" x 1-3/4" x 1/8")~^5.0^^ ~18424~^6^.5^~oz~^14.2^^ ~18424~^7^1^~toast~^5.0^^ ~18425~^1^1^~cup oyster crackers~^45^^ ~18425~^2^1^~cracker~^3.0^24^.138 ~18425~^3^1^~cracker, round large~^10.0^^ ~18425~^4^1^~cracker, oyster~^1.0^^ ~18425~^5^.5^~oz~^14.2^^ ~18425~^6^1^~cracker, rectangle~^6.0^^ ~18426~^1^1^~cracker~^3.0^^ ~18426~^2^.5^~oz~^14.2^^ ~18427~^1^1^~cup, bite size~^62^^ ~18427~^2^1^~cup, crushed~^72^^ ~18427~^3^1^~cracker, bite size~^0.6^^ ~18427~^4^1^~cracker, rectangular~^4.0^^ ~18427~^5^1^~cracker, oval~^3.0^^ ~18427~^6^1^~cracker, round~^3.0^^ ~18427~^7^.5^~oz~^14.2^^ ~18428~^1^1^~cup, crushed~^3.0^^ ~18428~^5^1^~cracker~^2.0^^ ~18428~^9^.5^~oz~^14.2^^ ~18428~^10^1^~cracker, thin square~^2.0^^ ~18429~^1^1^~cup, crushed~^94^^ ~18429~^2^1^~cracker~^4.0^^ ~18429~^3^1^~cracker, square~^4.0^^ ~18429~^4^10^~Triscuit Bits~^10.0^^ ~18429~^5^.5^~oz~^14.2^^ ~18430~^1^1^~oz~^28.35^^ ~18430~^2^1^~large (approx 7" dia)~^142^^ ~18430~^3^1^~small or frozen (approx 3" dia)~^35^^ ~18430~^4^1^~pastry (4-1/4" dia)~^65^^ ~18430~^5^1^~Toaster Strudel~^53^^ ~18430~^6^1^~piece (1/8 of 15 oz ring)~^53^^ ~18431~^1^1^~oz~^28.35^^ ~18431~^2^1^~container (3 oz)~^142^^ ~18431~^3^1^~small or frozen (approx 3" dia)~^35^^ ~18431~^4^1^~pastry (4-1/4" dia)~^71^^ ~18431~^5^1^~Toaster Strudel~^53^^ ~18431~^6^1^~piece (1/8 of 15 oz ring)~^53^^ ~18432~^1^1^~oz~^28.35^^ ~18432~^2^1^~slice~^23^^ ~18433~^1^1^~oz~^28.35^^ ~18433~^2^1^~pastry~^71^^ ~18434~^1^1^~cup Cheez-its~^62^^ ~18434~^2^1^~cup, crushed~^72^^ ~18434~^3^1^~gold fish~^0.6^^ ~18434~^4^1^~cracker (1" square)~^1.0^^ ~18434~^5^.5^~oz~^14.2^^ ~18435~^1^1^~oz~^28.35^^ ~18435~^2^1^~pastry (4-1/4" dia)~^71^^ ~18436~^1^1^~oz~^28.35^^ ~18436~^2^1^~doughnut, medium (3-1/4" dia)~^60^^ ~18437~^1^1^~oz~^28.35^^ ~18437~^2^1^~muffin~^57^^ ~18438~^1^1^~oz~^28.35^^ ~18438~^2^1^~muffin~^57^^ ~18439~^1^1^~oz~^28.35^^ ~18439~^2^1^~muffin~^57^^ ~18443~^1^1^~oz~^28.35^^ ~18443~^2^1^~piece (1/8 of 9" dia)~^125^^ ~18443~^3^1^~piece (1/6 of 8" pie)~^117^^ ~18444~^1^1^~oz~^28.35^^ ~18444~^2^1^~pie (5" x 3-3/4")~^128^^ ~18445~^1^1^~oz~^28.35^^ ~18445~^2^1^~pie (5" x 3-3/4")~^128^^ ~18446~^1^1^~crust, single 9"~^142^^ ~18446~^2^1^~piece (1/8 of 9" crust)~^16^^ ~18447~^1^1^~oz~^28.35^^ ~18447~^2^1^~package (6 oz)~^170^^ ~18448~^1^1^~oz~^28.35^^ ~18448~^2^1^~medium (approx 5" dia)~^13.0^^ ~18448~^3^1^~miniature (3" dia)~^5.0^^ ~18449~^1^1^~oz~^28.35^^ ~18449~^2^1^~tortilla, medium (approx 6" dia)~^26^^ ~18450~^1^1^~oz~^28.35^^ ~18450~^2^1^~tortilla, medium (approx 6" dia)~^32^^ ~18450~^3^1^~tortilla (approx 10" dia)~^72^^ ~18450~^4^1^~tortilla (approx 12" dia)~^117^^ ~18450~^5^1^~tortilla (approx 7-8" dia)~^49^^ ~18451~^1^1^~oz~^28.35^^ ~18451~^2^1^~cake~^340^^ ~18452~^1^1^~oz~^28.35^^ ~18452~^2^1^~cupcake~^43^^ ~18453~^1^1^~oz~^28.35^^ ~18453~^2^1^~package (18.50 oz)~^524^^ ~18456~^1^1^~oz~^28.35^^ ~18457~^1^3^~saltines~^15.0^^ ~18457~^2^6^~saltines~^30^^ ~18475~^1^1^~pastry~^52^^ ~18476~^1^1^~pastry~^52^^ ~18477~^1^1^~pastry~^52^^ ~18478~^1^1^~pastry~^50^^ ~18479~^1^1^~pastry~^50^^ ~18480~^1^1^~pastry~^52^^ ~18481~^1^1^~pastry~^52^^ ~18482~^1^1^~pastry~^52^^ ~18483~^1^1^~pastry~^52^^ ~18484~^1^1^~pastry~^52^^ ~18486~^1^1^~pastry~^52^^ ~18487~^1^1^~pastry~^52^^ ~18488~^1^1^~pastry~^52^^ ~18489~^1^1^~pastry~^52^^ ~18490~^1^1^~pastry~^54^^ ~18494~^1^1^~pastry~^50^^ ~18495~^1^1^~pastry~^52^^ ~18496~^1^1^~pastry~^52^^ ~18497~^1^1^~pastry~^52^^ ~18499~^1^3^~pancakes (NLEA serving)~^116^^ ~18500~^1^1^~serving~^78^^ ~18501~^1^1^~bar (NLEA serving)~^116^^ ~18505~^1^1^~serving~^70^^ ~18505~^2^1^~round waffle (4" dia) (include frozen)~^35^^ ~18506~^1^1^~waffle, round (4" dia) (include frozen)~^35^^ ~18506~^2^1^~serving~^70^^ ~18507~^1^1^~waffle, round (4" dia) (include frozen)~^35^^ ~18507~^2^1^~serving~^70^^ ~18508~^1^1^~pastry~^62^^ ~18509~^1^1^~pastry~^62^^ ~18510~^1^1^~pastry~^62^^ ~18512~^1^1^~waffle, round (4" dia) (include frozen)~^35^^ ~18512~^2^1^~serving~^70^^ ~18513~^1^1^~serving~^24^^ ~18514~^1^1^~serving~^24^^ ~18516~^1^1^~serving~^25^^ ~18517~^1^1^~serving~^25^^ ~18520~^1^1^~serving~^25^^ ~18521~^1^1^~serving~^25^^ ~18522~^1^1^~serving~^24^^ ~18524~^1^1^~serving~^22^^ ~18525~^1^1^~serving~^25^^ ~18526~^1^1^~serving~^28^^ ~18527~^1^1^~serving~^25^^ ~18528~^1^1^~serving~^24^^ ~18529~^1^1^~serving~^26^^ ~18531~^1^1^~serving~^26^^ ~18532~^1^1^~serving~^28^^ ~18533~^1^1^~serving~^28^^ ~18535~^1^1^~serving~^26^^ ~18537~^1^1^~serving~^25^^ ~18538~^1^1^~serving~^26^^ ~18539~^1^1^~serving~^26^^ ~18540~^1^1^~serving~^20^^ ~18541~^1^1^~serving~^21^^ ~18543~^1^1^~serving~^24^^ ~18544~^1^1^~serving~^25^^ ~18545~^1^1^~serving~^26^^ ~18547~^1^1^~serving~^25^^ ~18548~^1^1^~serving~^24^^ ~18549~^1^1^~serving~^26^^ ~18553~^1^1^~serving~^20^^ ~18555~^1^1^~serving~^31^^ ~18560~^1^1^~serving~^28^^ ~18562~^1^1^~serving~^32^^ ~18563~^1^1^~serving~^28^^ ~18564~^1^1^~serving~^28^^ ~18565~^1^1^~serving~^24^^ ~18566~^1^1^~muffin~^31^^ ~18567~^1^1^~NLEA serving (makes 1/2 cup prepared)~^28^^ ~18601~^1^1^~serving~^40^^ ~18602~^1^1^~serving~^43^^ ~18603~^1^1^~serving~^67^^ ~18605~^1^1^~serving~^31^^ ~18608~^1^1^~serving~^31^^ ~18609~^1^1^~serving~^31^^ ~18610~^1^1^~serving~^40^^ ~18612~^1^1^~serving~^57^^ ~18614~^1^1^~serving~^28^^ ~18615~^1^1^~serving~^41^^ ~18616~^1^1^~serving~^51^^ ~18617~^1^1^~serving~^28^^ ~18618~^1^1^~serving~^28^^ ~18619~^1^1^~serving~^11.0^^ ~18621~^1^1^~cracker~^3.3^12^.108 ~18621~^2^5^~cracker (1 NLEA serving)~^16^^ ~18626~^1^1^~serving~^7.0^^ ~18627~^1^1^~serving~^50^^ ~18628~^1^1^~serving~^89^^ ~18629~^1^1^~serving~^64^^ ~18630~^1^1^~serving~^28^^ ~18631~^1^1^~serving~^62^^ ~18632~^1^1^~serving~^30^^ ~18633~^1^1^~serving~^61^^ ~18634~^1^1^~serving~^34^^ ~18635~^1^1^~serving~^44^^ ~18637~^1^1^~serving~^28^^ ~18639~^1^1^~serving~^57^^ ~18640~^1^1^~eclair, frozen~^59^^ ~18641~^1^1^~serving~^43^^ ~18642~^1^1^~serving~^43^^ ~18651~^1^1^~serving~^16^^ ~18927~^1^6^~cracker 1 cracker = 6.5g~^39^^ ~18927~^2^1^~sandwich~^6.5^^ ~18932~^1^1^~waffle, square~^39^10^1.711 ~18932~^2^1^~waffle, round~^38^40^3.095 ~18933~^1^1^~waffle round (4" dia)~^33^^ ~18933~^2^1^~waffle square (4" square)~^33^^ ~18933~^3^1^~oz~^28^^ ~18934~^1^1^~waffle~^35^^ ~18935~^1^1^~waffle, round (4"dia)~^32^^ ~18936~^1^1^~pancake~^38^5^.471 ~18936~^2^1^~serving (3 pancakes)~^144^^ ~18936~^3^1^~oz~^28.35^^ ~18938~^1^1^~pastry~^55^8^3.113 ~18938~^2^1^~oz~^28.35^^ ~18939~^1^1^~pastry~^51^8^2.641 ~18939~^2^1^~pop tart~^51^^ ~18940~^1^1^~muffin small~^71^1^ ~18940~^2^1^~oz~^28.35^^ ~18942~^1^1^~crust~^183^8^6.897 ~18942~^2^1^~oz~^28.35^^ ~18943~^1^1^~crust~^182^10^8.513 ~18944~^1^.125^~pie 1 pie (1/8 of 9" pie)~^131^2^ ~18944~^2^1^~slice~^137^12^8.197 ~18944~^3^1^~pie~^1137^12^117.634 ~18944~^4^1^~oz~^28.35^^ ~18945~^1^1^~pie crust (average weight)~^225^12^41.843 ~18946~^1^1^~pie crust~^198^8^11.621 ~18947~^1^1^~pie crust (average weight)~^202^12^40.379 ~18948~^1^1^~pie crust (average weight)~^229^8^11.202 ~19002~^1^1^~oz~^28.35^^ ~19002~^2^1^~piece, large~^20^^ ~19003~^1^1^~oz~^28.35^^ ~19003~^2^1^~bag (7 oz)~^198^^ ~19004~^1^1^~oz~^28.35^^ ~19004~^2^1^~bag (7 oz)~^198^^ ~19005~^1^1^~oz~^28.35^^ ~19006~^1^1^~oz~^28.35^^ ~19007~^1^1^~oz~^28.35^^ ~19007~^2^2^~oz~^57^^ ~19008~^1^1^~oz~^28.35^^ ~19008~^2^32^~pieces~^28^1^ ~19009~^1^1^~oz~^28.35^^ ~19009~^2^2^~oz~^57^^ ~19010~^1^1^~bar (1 oz)~^28^^ ~19013~^1^1^~oz~^28.35^^ ~19013~^2^1^~package~^27^^ ~19013~^3^1^~packet (.75 oz)~^21^^ ~19014~^1^1^~large~^21^^ ~19014~^2^1^~small~^14.0^^ ~19015~^1^1^~bar~^25^^ ~19015~^2^1^~bar (1 oz)~^28^^ ~19016~^1^1^~oz~^28.35^^ ~19016~^2^1^~bar~^24^^ ~19017~^1^1^~oz~^28.35^^ ~19017~^2^1^~bar~^24^^ ~19019~^1^1^~oz~^28.35^^ ~19020~^1^1^~bar (1 oz)~^28^^ ~19021~^1^1^~bar (1 oz)~^28^^ ~19022~^1^1^~bar (1.5 oz)~^43^^ ~19022~^2^1^~bar (1 oz)~^28^^ ~19023~^1^1^~oz~^28.35^^ ~19024~^1^1^~bar (1.25 oz)~^35^^ ~19024~^2^1^~bar (1 oz)~^28^^ ~19026~^1^1^~oz~^28.35^^ ~19026~^2^1^~bar~^37^^ ~19027~^1^1^~bar (1 oz)~^28^^ ~19031~^1^1^~oz~^28.35^^ ~19031~^2^2^~oz~^57^^ ~19032~^1^1^~cup~^57^^ ~19032~^2^.5^~cup~^28^^ ~19034~^1^1^~cup~^8.0^^ ~19034~^2^1^~oz~^28.35^^ ~19035~^1^1^~cup~^11.0^^ ~19035~^2^1^~oz~^28.35^^ ~19036~^1^1^~cake~^10.0^^ ~19036~^2^2^~cakes~^20^^ ~19038~^1^1^~oz (approx 2/3 cup)~^28.35^^ ~19038~^2^2^~oz~^57^^ ~19039~^1^1^~oz~^28.35^^ ~19040~^1^1^~cup~^11.0^^ ~19040~^2^1^~oz~^28.35^^ ~19041~^1^1^~oz~^28.35^^ ~19041~^2^.5^~oz~^14.2^^ ~19042~^1^1^~oz~^28.35^^ ~19042~^2^1^~bag (7 oz)~^198^^ ~19043~^1^1^~oz~^28.35^^ ~19043~^2^1^~bag (7 oz)~^198^^ ~19045~^1^1^~oz~^28.35^^ ~19045~^2^1^~can (6 oz)~^170^^ ~19046~^1^1^~oz~^28.35^^ ~19046~^2^1^~can (6.75 oz)~^198^^ ~19047~^1^1^~oz~^28.35^^ ~19047~^2^10^~twists~^60^^ ~19048~^1^1^~oz~^28.35^^ ~19048~^2^1^~pretzel~^11.0^^ ~19050~^1^1^~oz~^28.35^^ ~19050~^2^2^~oz~^57^^ ~19051~^1^1^~cake~^9.0^^ ~19051~^2^2^~cakes~^18^^ ~19052~^1^1^~cake~^9.0^^ ~19052~^2^2^~cakes~^18^^ ~19053~^1^1^~cake~^9.0^^ ~19053~^2^2^~cakes~^18^^ ~19056~^1^1^~oz~^28.35^1^ ~19057~^1^1^~oz~^28.35^^ ~19058~^1^1^~oz~^28.35^^ ~19058~^2^1^~bag (7 oz)~^198^^ ~19059~^1^1^~cup~^150^^ ~19059~^2^1^~oz~^28.35^^ ~19059~^3^1.5^~oz~^42^^ ~19061~^1^1^~cup~^140^^ ~19061~^2^1^~oz~^28.35^^ ~19061~^3^1.5^~oz~^42^^ ~19062~^1^1^~cup~^146^^ ~19062~^2^1^~oz~^28.35^^ ~19062~^3^1.5^~oz~^42^^ ~19063~^1^1^~oz~^28.35^^ ~19063~^2^1^~bag (8 oz)~^227^^ ~19064~^1^1^~serving 6 pieces~^40^1^ ~19064~^2^1^~piece~^6.6^4^.189 ~19065~^1^1^~package 1.76 oz~^49^1^ ~19065~^2^1^~bar snack size~^19^1^ ~19067~^1^18^~pieces~^40^1^ ~19068~^1^1^~serving 6 pieces~^40^1^ ~19069~^1^1^~serving 2.1 oz bar~^60^1^ ~19069~^2^1^~serving 1 fun size bar 0.65 oz~^18^1^ ~19069~^3^1^~serving 0.75 oz bar~^21^1^ ~19069~^4^1^~bar bite size~^7.0^^ ~19069~^5^1^~bar king size~^108^^ ~19069~^6^10^~Butterfinger BB's~^26^^ ~19069~^7^2^~tbsp~^25^^ ~19069~^8^1^~cup BB's~^174^^ ~19070~^1^1^~oz~^28.35^1^ ~19070~^2^3^~pieces~^16^2^ ~19071~^1^1^~oz~^28.35^^ ~19071~^2^1^~bar (3 oz)~^87^^ ~19074~^1^1^~package (2.5 oz)~^71^^ ~19074~^2^1^~piece~^10.1^^ ~19075~^1^1^~bar 1.25 oz~^35^1^ ~19075~^2^1^~bar 1.6 oz~^45^1^ ~19075~^3^6^~blocks~^43^1^ ~19076~^1^1^~serving 6 pieces~^40^1^ ~19076~^2^1^~piece~^6.6^4^.189 ~19076~^3^1^~bar 2.25 oz~^64^1^ ~19077~^1^1^~oz~^28.35^^ ~19078~^1^1^~square~^29^18^.72 ~19078~^2^1^~cup, grated~^132^^ ~19079~^1^1^~cup chips~^170^^ ~19080~^1^1^~cup chips (6 oz package)~^168^^ ~19080~^2^1^~cup large chips~^182^^ ~19080~^3^1^~cup mini chips~^173^^ ~19080~^4^1^~oz (approx 60 pcs)~^28.35^^ ~19081~^1^1^~oz~^28.35^^ ~19081~^2^1^~bar (1.45 oz)~^41^^ ~19083~^1^1^~patty, large~^43^^ ~19083~^2^1^~patty, small~^11.0^^ ~19084~^1^13^~pieces~^41^1^ ~19085~^1^1^~cup chips~^170^^ ~19085~^2^1^~oz~^28.35^^ ~19086~^1^1^~cup chips~^168^^ ~19086~^2^1^~oz~^28.35^^ ~19087~^1^1^~cup chips~^170^^ ~19087~^2^1^~bar (3 oz)~^85^^ ~19088~^1^1^~serving 1/2 cup~^76^4^16 ~19089~^1^.5^~cup~^107^2^ ~19090~^1^.5^~cup (4 fl oz)~^86^^ ~19091~^1^1^~patty 1.5 oz~^43^1^ ~19092~^1^27^~pieces~^40^1^ ~19093~^1^1^~bar 1.5 oz~^42^1^ ~19093~^2^1^~bar 2.4 oz~^68^1^ ~19094~^1^.5^~cup~^153^^ ~19094~^2^1^~recipe yield~^1531^^ ~19095~^1^1^~serving 1/2 cup~^66^3^1.732 ~19096~^1^1^~serving 1/2 cup~^88^^ ~19097~^1^.5^~cup (4 fl oz)~^74^^ ~19097~^2^1^~bar (2.75 fl oz)~^66^^ ~19098~^1^1^~bar 2 oz~^56^1^ ~19098~^2^1^~bar snack size~^16^1^ ~19100~^1^1^~piece~^17^^ ~19102~^1^1^~piece~^16^^ ~19105~^1^1^~package 1.375 oz~^39^^ ~19105~^2^1^~serving 0.25 cup~^41^^ ~19105~^3^1^~serving fun size~^48^^ ~19106~^1^1^~cup gumdrops~^182^^ ~19106~^2^10^~gumdrops~^36^^ ~19106~^3^10^~gummy bears~^22^^ ~19106~^4^10^~gummy dinosaurs~^63^^ ~19106~^5^10^~gummy fish~^50^^ ~19106~^6^10^~gummy worms~^74^^ ~19106~^7^1^~spice stick~^9.5^^ ~19106~^8^1^~spice drop~^24^^ ~19106~^9^1^~gumdrop, small (1/2" dia)~^3.2^^ ~19106~^10^1^~gumdrop, medium (3/4" dia)~^4.2^^ ~19106~^11^1^~gumdrop, large (1" dia)~^11.6^^ ~19106~^12^1^~jelly ring (1-1/4" dia)~^10.0^^ ~19107~^1^1^~oz~^28.35^^ ~19107~^2^1^~piece~^6.0^^ ~19107~^3^1^~piece, small~^3.0^^ ~19108~^1^10^~small~^11.0^^ ~19108~^2^10^~large (1 oz)~^28^^ ~19109~^1^1^~bar (1.5 oz)~^42^^ ~19109~^2^1^~bar, miniature (.35 oz)~^10.0^^ ~19109~^3^1^~bar (1.625 oz)~^46^^ ~19109~^4^1^~bar (2.8 oz)~^78^^ ~19109~^5^1^~bar (3.375 oz)~^96^^ ~19110~^1^1^~bar 1.45 oz~^41^1^ ~19110~^2^1^~bar 2 oz~^56^1^ ~19110~^3^3^~blocks~^37^1^ ~19111~^1^1^~serving 2.1 oz bar~^60^1^ ~19111~^2^1^~serving fun size bar 0.65 oz~^18^1^ ~19112~^1^2.5^~oz 2.5 oz~^71^1^ ~19112~^2^4^~pieces from 5 oz package~^38^1^ ~19112~^3^4^~pieces from 8 oz package~^45^1^ ~19113~^1^1^~cup~^315^^ ~19113~^2^1^~tbsp~^20^^ ~19114~^1^1^~serving~^68^2^ ~19114~^2^1^~unit~^100^2^ ~19115~^1^1^~bar (1.76 oz)~^50^^ ~19116~^1^1^~cup of miniature~^50^^ ~19116~^2^10^~miniatures~^7.0^^ ~19116~^3^1^~regular~^7.2^^ ~19118~^1^1^~bar 2 oz~^57^^ ~19118~^2^1^~serving fun size bar~^26^1^ ~19119~^1^1^~serving 1.4 oz bar~^40^1^ ~19120~^1^1^~cup chips~^168^^ ~19120~^2^1^~bar, miniature~^7.0^^ ~19120~^3^1^~bar (1.55 oz)~^44^^ ~19124~^1^1^~tablet~^20^^ ~19125~^1^1^~serving 2 TBSP~^37^1^ ~19126~^1^1^~cup~^149^^ ~19126~^2^10^~pieces~^40^^ ~19127~^1^1^~cup~^180^^ ~19127~^2^10^~pieces~^10.0^^ ~19128~^1^1^~cup~^240^^ ~19128~^2^1^~tbsp~^15.0^^ ~19128~^3^1^~oz~^28.35^^ ~19129~^1^1^~cup~^314^^ ~19129~^2^1^~tbsp~^20^^ ~19130~^1^1^~bar 2.8 oz~^78^1^ ~19132~^1^1^~bar (1.45 oz)~^41^^ ~19132~^2^1^~bar (1.55 oz)~^44^^ ~19134~^1^1^~bar (1.4 oz)~^40^^ ~19134~^2^1^~bar (1.45 oz)~^45^^ ~19134~^3^1^~bar (1.65 oz)~^47^^ ~19134~^4^1^~bar, miniature~^10.0^^ ~19134~^5^1^~bar (1.55 oz)~^44^^ ~19135~^1^1^~serving 2.05 oz bar~^58^1^ ~19135~^2^1^~bar fun size~^17^1^ ~19135~^3^1^~piece miniature 5 pieces = serving~^8.2^1^ ~19135~^4^1^~bar king size~^103^1^ ~19136~^1^1^~bar 1.4 oz~^39^1^ ~19137~^1^1^~cup~^340^^ ~19137~^2^2^~tbsp~^42^^ ~19138~^1^1^~piece~^12.0^^ ~19138~^2^1^~recipe yield, recipe makes 49 1 " x 1" pieces~^612^^ ~19139~^1^1^~serving 0.5 oz, about 1 tbsp~^14.0^1^ ~19139~^2^1^~package (net weight, 12 oz)~^340^^ ~19140~^1^1^~serving 1 singles bag~^54^1^ ~19140~^2^1^~package fun size~^18^1^ ~19140~^3^10^~pieces~^20^^ ~19140~^4^1^~cup~^170^^ ~19141~^1^1^~cup~^208^^ ~19141~^2^1^~box (1.48 oz)~^42^^ ~19141~^3^1^~package (1.69 oz)~^48^^ ~19141~^4^1^~serving~^21^^ ~19141~^5^10^~pieces~^7.0^^ ~19142~^1^1^~bar snack size~^19^1^ ~19142~^2^1^~package 1.9 oz~^53^1^ ~19143~^1^1^~bar (1.75 oz)~^49^^ ~19143~^2^1^~bar (2.6 oz)~^73^^ ~19144~^1^1^~bar (1.5 oz)~^43^^ ~19144~^2^1^~bar, miniature~^21^^ ~19144~^3^1^~serving 1.5 oz bar~^43^1^ ~19145~^1^1^~bar 1.55 oz~^44^^ ~19145~^2^1^~bar 0.5 oz~^14.2^^ ~19145~^3^1^~serving 4 fun size bars~^41^^ ~19145~^4^2^~tbsp~^24^^ ~19146~^1^1^~serving 0.5 oz, about 1 tbsp~^14.0^1^ ~19147~^1^1^~oz~^28.35^^ ~19147~^2^1^~bar (1.4 oz)~^40^^ ~19147~^3^1^~bar (1.6 oz)~^45^^ ~19147~^4^1^~bar (1.75 fl oz)~^50^^ ~19149~^1^1^~serving 1.58 oz bag~^45^1^ ~19149~^2^1^~serving fun size~^48^1^ ~19149~^3^1^~serving 0.25 cup~^45^1^ ~19150~^1^1^~package 0.6 oz 1 cup~^17^1^ ~19150~^2^1^~package 1.6 oz 2 cups~^45^1^ ~19150~^3^1^~miniature~^7.0^^ ~19151~^1^.25^~cup~^47^^ ~19151~^2^10^~pieces~^8.0^^ ~19151~^3^1^~package 1.63 oz~^46^1^ ~19151~^4^1^~package (1.6 oz)~^46^^ ~19152~^1^1^~package 1 package~^48^1^ ~19152~^2^7^~pieces~^42^1^ ~19153~^1^1^~serving 5 mints~^42^1^ ~19153~^2^1^~piece~^8.4^^ ~19154~^1^1^~oz~^28.35^^ ~19154~^2^1^~piece~^1.8^^ ~19154~^3^20^~pieces~^35^^ ~19155~^1^1^~bar (2 oz)~^57^^ ~19155~^2^1^~bar, fun size~^15.0^^ ~19155~^3^1^~bar, king size (4 oz)~^113^^ ~19156~^1^1^~serving fun size (8 chews)~^40^1^ ~19156~^2^1^~serving 2.07 oz pack~^59^1^ ~19156~^3^1^~piece~^5.0^^ ~19157~^1^1^~serving 1.0 oz tube~^30^1^ ~19157~^2^1^~serving 0.50 oz box~^15.0^1^ ~19157~^3^1^~serving 1 1.94 oz tube~^55^1^ ~19159~^1^1^~serving 2.13 oz bar~^60^1^ ~19159~^2^1^~serving 2 fun size bars~^28^1^ ~19160~^1^1^~package (2 oz)~^57^^ ~19160~^2^1^~package (2.06 oz, 2 bars)~^58^^ ~19160~^3^1^~package, king size (3.35 oz, 4 bars)~^95^^ ~19160~^4^1^~package (11 oz)~^312^^ ~19161~^1^1^~package (1.89 oz, 2 bars)~^54^^ ~19161~^2^1^~package (2.06 oz, 2 bars)~^58^^ ~19161~^3^1^~package (1.77 oz)~^50^^ ~19161~^4^1^~package (9.43 oz)~^267^^ ~19162~^1^1^~bar 1.7 oz~^48^1^ ~19163~^1^1^~stick~^3.0^^ ~19163~^2^10^~Chiclets~^16^^ ~19163~^3^1^~block~^8.0^^ ~19164~^1^1^~bar 1.45 oz~^41^1^ ~19164~^2^1^~bar 2.6 oz~^73^1^ ~19164~^3^3^~blocks~^42^1^ ~19164~^4^1^~bar~^17^1^ ~19165~^1^1^~cup~^86^^ ~19165~^2^1^~tbsp~^5.4^^ ~19166~^1^1^~cup~^86^^ ~19166~^2^1^~tbsp~^5.4^^ ~19168~^1^.5^~cup~^141^^ ~19168~^2^1^~recipe yield~^563^^ ~19169~^1^1^~package (3 oz)~^85^^ ~19169~^2^1^~portion, amount to make 1/2 cup~^21^^ ~19171~^1^1^~tbsp~^5.0^1^ ~19172~^1^1^~package (3 oz)~^85^^ ~19172~^2^1^~portion, amount to make 1/2 cup~^21^^ ~19173~^1^1^~package 3 oz, yields 2 cups~^540^^ ~19173~^2^.5^~cup~^135^^ ~19175~^1^1^~serving~^6.4^1^ ~19176~^1^.5^~cup~^117^^ ~19176~^2^1^~package yield (2 cups)~^469^^ ~19177~^1^1^~envelope (1 tbsp)~^7.0^^ ~19177~^2^1^~package (1 oz)~^28^^ ~19181~^1^15^~pieces~^39^1^ ~19182~^1^.5^~cup~^202^^ ~19182~^2^1^~recipe yield~^808^^ ~19183~^1^1^~oz~^28.35^^ ~19183~^2^1^~container refridgerated, 4 oz container~^108^7^2.498 ~19183~^3^1^~container shelf stable, 3.5 oz container~^98^7^5.401 ~19184~^1^1^~package (3.5 oz)~^99^^ ~19184~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19185~^1^.5^~cup~^147^^ ~19185~^2^1^~package yield (2 cups)~^587^^ ~19186~^1^.5^~cup~^141^^ ~19186~^2^1^~recipe yield~^844^^ ~19187~^1^1^~package (3 oz)~^85^^ ~19187~^2^1^~portion, amount to make 1/2 cup~^21^^ ~19188~^1^1^~package (3.5 oz)~^99^^ ~19188~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19189~^1^.5^~cup~^142^^ ~19189~^2^1^~package yield (2 cups)~^570^^ ~19191~^1^.5^~cup~^147^^ ~19191~^2^1^~package yield (2 cups)~^587^^ ~19193~^1^1^~oz~^28.35^^ ~19193~^2^1^~serving 4 oz refrigerated~^113^1^ ~19193~^3^1^~serving 3.5 oz shelf stable~^99^^ ~19194~^1^1^~package~^106^^ ~19194~^2^1^~portion, amount to make 1/2 cup~^27^^ ~19198~^1^1^~package (3.5 oz)~^92^^ ~19198~^2^1^~portion, amount to make 1/2 cup~^23^^ ~19201~^1^1^~oz~^28.35^^ ~19201~^2^1^~container refrigerated 4 oz~^110^7^3.524 ~19201~^3^1^~container shelf stable 3.5 oz~^97^7^6.244 ~19202~^1^1^~package (3.5 oz)~^99^^ ~19202~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19203~^1^.5^~cup~^142^^ ~19203~^2^1^~package yield (2 cups)~^569^^ ~19206~^1^1^~package (3.12 oz)~^88^^ ~19206~^2^1^~portion, amount to make 1/2 cup~^22^^ ~19207~^1^.5^~cup~^140^^ ~19207~^2^1^~package yield (2 cups)~^559^^ ~19216~^1^1^~piece~^39^^ ~19216~^2^1^~recipe yield~^907^^ ~19217~^1^1^~bar~^51^^ ~19218~^1^1^~oz~^28.35^^ ~19218~^2^1^~container refrigerated 4 oz~^110^1^ ~19218~^3^1^~container shelf stable 3.5 oz~^97^1^.231 ~19219~^1^.5^~cup~^140^^ ~19219~^2^1^~package yield (2 cups)~^559^^ ~19220~^1^1^~tbsp~^9.0^^ ~19220~^2^1^~package (2 oz)~^57^^ ~19222~^1^1^~tbsp~^10.8^^ ~19222~^2^1^~package (1.5 oz)~^43^^ ~19225~^1^1^~package (0.35 oz)~^9.9^^ ~19226~^1^2^~tbsp creamy~^41^18^3.963 ~19227~^1^1^~package (16 oz)~^462^^ ~19227~^2^.083^~package~^38^^ ~19228~^1^2^~tbsp creamy~^33^2^ ~19228~^2^2^~tbsp whipped~^24^1^ ~19230~^1^1^~package (16 oz)~^462^^ ~19230~^2^.083^~package~^38^^ ~19233~^1^1^~serving 3.5 oz shelf stable~^99^1^ ~19234~^1^1^~container refrigerated 4 oz~^112^2^ ~19236~^1^17^~pieces~^39^1^ ~19237~^1^15^~pieces~^39^1^ ~19238~^1^16^~pieces~^39^1^ ~19239~^1^1^~bar 1.92 oz~^54^1^ ~19239~^2^2^~bars~^34^1^ ~19240~^1^1^~package~^388^^ ~19243~^1^15^~pieces~^39^1^ ~19244~^1^1^~package~^411^^ ~19244~^2^.083^~package~^34^^ ~19246~^1^1^~package~^207^^ ~19246~^2^.083^~package~^17^^ ~19247~^1^1^~package yields~^315^^ ~19247~^2^.083^~package~^26^^ ~19248~^1^18^~pieces~^40^1^ ~19249~^1^1^~serving 1.5 oz~^42^1^ ~19250~^1^1^~bar 1.94 oz~^55^^ ~19250~^2^1^~bar king size 2.8 oz~^79^^ ~19252~^1^2^~oz bar~^56^1^ ~19254~^1^1^~serving 1.30 oz bar~^37^1^ ~19254~^2^1^~serving 5 pieces~^40^1^ ~19255~^1^1^~serving 1.3 oz bar~^37^1^ ~19255~^2^1^~serving 7 pieces~^42^1^ ~19256~^1^1^~serving 5 pieces~^44^1^ ~19258~^1^1^~serving 5 pieces~^44^1^ ~19259~^1^1^~serving 1/2 cup~^71^1^ ~19260~^1^1^~serving 1/2 cup~^68^4^.5 ~19263~^1^1^~bar (2.5 fl oz)~^77^^ ~19263~^2^1^~bar (3 fl oz)~^92^^ ~19265~^1^1^~serving 1/2 cup~^72^2^ ~19268~^1^1^~serving 28 pieces~^40^1^ ~19269~^1^2^~rolls~^28^^ ~19270~^1^1^~individual (3.5 fl oz)~^58^^ ~19270~^2^.5^~cup (4 fl oz)~^66^^ ~19271~^1^1^~individual (3.5 fl oz)~^58^^ ~19271~^2^.5^~cup (4 fl oz)~^66^^ ~19272~^1^1^~pouch~^26^^ ~19280~^1^.5^~cup (4 fl oz)~^99^^ ~19281~^1^1^~fl oz~^29.0^^ ~19281~^2^.5^~cup~^116^^ ~19283~^1^1^~serving 1.75 fl oz pop~^52^12^ ~19292~^1^1^~serving 1.6 oz bag~^47^1^ ~19293~^1^.5^~cup~^72^^ ~19294~^1^1^~cup~^282^^ ~19294~^2^1^~tbsp~^17^^ ~19295~^1^1^~serving 1.42 oz bar~^40^1^ ~19296~^1^1^~cup~^339^^ ~19296~^2^1^~tbsp~^21^^ ~19296~^3^1^~packet (0.5 oz)~^14.0^^ ~19297~^1^1^~tbsp~^20^^ ~19297~^2^1^~packet (0.5 oz)~^14.0^^ ~19300~^1^1^~serving 1 tbsp~^21^3^.901 ~19300~^2^1^~packet (0.5 oz)~^14.0^1^ ~19302~^1^1^~serving 1.76 oz bar~^50^1^ ~19303~^1^1^~cup~^320^^ ~19303~^2^1^~tbsp~^20^^ ~19303~^3^1^~package (0.5 oz)~^14.0^^ ~19304~^1^1^~cup~^337^1^ ~19304~^2^1^~serving 1 tbsp~^20^2^ ~19306~^1^1^~serving 13 pieces~^39^1^ ~19307~^1^1^~serving 13 pieces~^39^1^ ~19308~^1^1^~serving 15 pieces~^41^1^ ~19309~^1^1^~serving fun size (8 chews)~^40^1^ ~19310~^1^1^~package (1.75 oz)~^50^^ ~19312~^1^1^~can (21 oz)~^595^^ ~19312~^2^.125^~can~^74^^ ~19313~^1^1^~serving fun size (8 chews)~^40^1^ ~19313~^2^1^~serving 2.07 oz pack~^59^1^ ~19313~^3^1^~piece~^5.0^^ ~19314~^1^1^~can (21 oz)~^595^^ ~19314~^2^.125^~can~^74^^ ~19315~^1^1^~serving 2.07 oz pack~^59^1^ ~19318~^1^1^~package (3.5 oz)~^99^^ ~19318~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19320~^1^1^~package (3.12 oz)~^88^^ ~19320~^2^1^~portion, amount to make 1/2 cup~^22^^ ~19322~^1^1^~package (3.5 oz)~^99^^ ~19322~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19323~^1^.5^~cup~^147^^ ~19323~^2^1^~package yield (2 cups)~^587^^ ~19324~^1^1^~package (3.12 oz)~^88^^ ~19324~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19325~^1^.5^~cup~^140^^ ~19325~^2^1^~package yield (2 cups)~^559^^ ~19326~^1^1^~serving 0.78 oz bar~^22^1^ ~19327~^1^1^~serving 0.78 oz bar~^22^1^ ~19328~^1^1^~serving 0.7 oz bar~^20^1^ ~19330~^1^1^~package (3.5 oz)~^99^^ ~19330~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19331~^1^.5^~cup~^147^^ ~19331~^2^1^~package yield (2 cups)~^587^^ ~19332~^1^1^~package (3 oz)~^85^^ ~19332~^2^1^~portion, amount to make 1/2 cup~^21^^ ~19334~^1^1^~cup packed~^220^^ ~19334~^2^1^~cup unpacked~^145^^ ~19334~^3^1^~tsp brownulated~^3.2^^ ~19334~^4^1^~tsp packed~^4.6^^ ~19334~^5^1^~tsp unpacked~^3.0^^ ~19335~^1^1^~serving packet~^2.8^27^ ~19335~^2^1^~tsp~^4.2^^ ~19335~^3^1^~cup~^200^^ ~19335~^4^1^~serving 1 cube~^2.3^22^ ~19336~^1^1^~cup unsifted~^120^^ ~19336~^2^1^~cup sifted~^100^^ ~19336~^3^1^~tbsp unsifted~^8.0^^ ~19336~^4^1^~tsp~^2.5^^ ~19337~^1^1^~tsp~^3.5^^ ~19337~^2^1^~serving 1 packet~^1.0^12^.058 ~19340~^1^1^~tsp~^3.0^^ ~19340~^2^1^~oz~^28.35^^ ~19340~^3^1^~piece (1-3/4" x 1-1/4" x 1/2")~^28^^ ~19345~^1^2^~tbsp~^35^^ ~19348~^1^1^~cup~^304^^ ~19348~^2^2^~tbsp~^38^^ ~19349~^1^1^~cup~^328^1^ ~19349~^2^1^~tbsp~^20^1^ ~19350~^1^1^~cup~^341^4^3.839 ~19350~^2^1^~tbsp~^22^2^ ~19351~^1^1^~cup~^310^^ ~19351~^2^1^~tbsp~^19^^ ~19352~^1^1^~cup~^384^^ ~19352~^2^1^~tbsp~^24^^ ~19353~^1^1^~cup~^322^2^ ~19353~^2^1^~tbsp~^20^^ ~19355~^1^1^~cup~^330^^ ~19355~^2^1^~tbsp~^21^^ ~19359~^1^1^~serving 1.66 oz bar~^47^1^ ~19359~^2^1^~bar fun size~^15.0^1^ ~19359~^3^1^~serving 1.56 oz bar~^44^1^ ~19360~^1^1^~cup~^315^^ ~19360~^2^1^~tbsp~^20^^ ~19361~^1^1^~cup~^315^^ ~19361~^2^1^~tbsp~^20^^ ~19362~^1^1^~cup~^316^^ ~19362~^2^1^~tbsp~^20^^ ~19363~^1^1^~serving 2.1 oz bag~^62^1^ ~19363~^2^1^~serving fun size bag~^20^1^ ~19364~^1^2^~tbsp~^41^^ ~19365~^1^1^~oz~^28.35^^ ~19365~^2^1^~jar~^198^^ ~19366~^1^1^~cup~^340^^ ~19366~^2^2^~tbsp~^42^^ ~19367~^1^1^~cup~^328^^ ~19367~^2^2^~tbsp~^41^^ ~19368~^1^1^~serving 2.1 oz bag~^62^1^ ~19368~^2^1^~serving fun size bag~^20^1^ ~19369~^1^1^~serving 1.80 oz bag~^51^1^ ~19370~^1^1^~serving 2.17 oz pack~^62^1^ ~19370~^2^1^~cup~^205^1^ ~19370~^3^10^~pieces~^10.7^1^ ~19370~^4^1^~package fun size~^20^1^ ~19375~^1^1^~recipe yield~^327^^ ~19379~^1^1^~piece~^20^^ ~19379~^2^1^~recipe yield (60 pieces)~^1229^^ ~19382~^1^1^~piece~^15.0^^ ~19383~^1^1^~piece~^12.0^^ ~19384~^1^1^~piece~^11.0^^ ~19387~^1^.5^~cup (4 fl oz)~^99^^ ~19393~^1^.5^~cup (4 fl oz)~^72^^ ~19400~^1^1^~oz~^28.35^^ ~19400~^2^3^~oz~^85^^ ~19400~^3^1.5^~oz~^42^^ ~19401~^1^1^~oz~^28.35^^ ~19401~^2^2^~oz~^57^^ ~19402~^1^1^~oz~^28.35^^ ~19402~^2^2^~oz~^57^^ ~19404~^1^1^~bar (1.5 oz)~^43^^ ~19404~^2^1^~bar (1 oz)~^28^^ ~19405~^1^1^~bar (1 oz)~^28^^ ~19406~^1^1^~bar (1 oz)~^28^^ ~19407~^1^1^~oz~^28.35^^ ~19407~^2^1^~stick~^20^^ ~19408~^1^1^~oz~^28.35^^ ~19408~^2^.5^~oz~^14.2^^ ~19410~^1^1^~oz~^28.35^^ ~19410~^2^1^~can (7 oz)~^198^^ ~19411~^1^1^~oz~^28.35^^ ~19411~^2^1^~bag (8 oz)~^227^^ ~19412~^1^1^~oz~^28.35^^ ~19412~^2^1^~can (6.25 oz)~^191^^ ~19413~^1^1^~cake~^9.0^^ ~19413~^2^2^~cakes~^18^^ ~19414~^1^1^~cake~^9.0^^ ~19414~^2^2^~cakes~^18^^ ~19415~^1^1^~oz~^28.35^^ ~19415~^2^.5^~cup~^18^^ ~19416~^1^1^~cake~^9.0^^ ~19416~^2^2^~cakes~^18^^ ~19418~^1^1^~oz~^28.35^^ ~19418~^2^2^~oz~^57^^ ~19420~^1^1^~oz~^28.35^^ ~19420~^2^1^~bar~^24^^ ~19421~^1^1^~oz~^28.35^^ ~19421~^2^1^~bag (6 oz)~^170^^ ~19422~^1^1^~oz~^28.35^^ ~19422~^2^1^~bag (6 oz)~^170^^ ~19423~^1^1^~oz~^28.35^^ ~19424~^1^1^~oz~^28.35^^ ~19424~^2^1^~bag (6 oz)~^170^^ ~19433~^1^1^~oz~^28.35^^ ~19434~^1^1^~oz~^28.35^^ ~19435~^1^1^~oz~^28.35^^ ~19436~^1^1^~oz~^28.35^^ ~19437~^1^1^~oz~^28.35^^ ~19437~^2^1^~bag (8 oz)~^227^^ ~19438~^1^1^~bar~^37^^ ~19439~^1^1^~bar~^37^^ ~19440~^1^1^~bar~^28^^ ~19441~^1^1^~bar~^37^^ ~19444~^1^1^~oz~^28.35^^ ~19445~^1^1^~oz~^28.35^^ ~19524~^1^1^~oz~^28.35^^ ~19524~^2^10^~chips~^23^^ ~19701~^1^1^~cup chips (6 oz package)~^170^^ ~19701~^2^1^~cup large chips~^182^^ ~19701~^3^1^~cup mini chips~^173^^ ~19701~^4^1^~oz (approx 60 pcs)~^28.35^^ ~19702~^1^1^~package (3 oz)~^85^^ ~19702~^2^1^~portion, amount to make 1/2 cup~^21^^ ~19703~^1^1^~tbsp~^9.0^^ ~19703~^2^1^~package (0.35 oz)~^10.0^^ ~19703~^3^1^~portion, amount to make 1/2 cup~^2.5^^ ~19704~^1^1^~tbsp~^9.0^^ ~19704~^2^1^~package (0.35 oz)~^10.0^^ ~19704~^3^1^~portion, amount to make 1/2 cup~^2.5^^ ~19705~^1^1^~package (3.5 oz)~^99^^ ~19705~^2^1^~portion, amount to make 1/2 cup~^25^^ ~19706~^1^1^~package (3.12 oz)~^88^^ ~19706~^2^1^~portion, amount to make 1/2 cup~^22^^ ~19708~^1^1^~package (3 oz)~^85^^ ~19708~^2^1^~portion, amount to make 1/2 cup~^21^^ ~19709~^1^1^~package (3.5 oz)~^92^^ ~19709~^2^1^~portion, amount to make 1/2 cup~^23^^ ~19710~^1^1^~package (3.12 oz)~^88^^ ~19710~^2^1^~portion, amount to make 1/2 cup~^22^^ ~19719~^1^1^~tbsp~^20^^ ~19719~^2^1^~packet (0.5 oz)~^14.0^^ ~19720~^1^1^~cup~^315^^ ~19720~^2^1^~tbsp~^20^^ ~19800~^1^1^~cake~^9.0^^ ~19800~^2^2^~cakes~^18^^ ~19802~^1^1^~oz~^28.35^^ ~19802~^2^1^~bag (8 oz)~^227^^ ~19804~^1^1^~oz~^28.35^^ ~19806~^1^1^~cup~^8.0^^ ~19806~^2^1^~oz~^28.35^^ ~19807~^1^1^~cup~^11.0^^ ~19807~^2^1^~oz~^28.35^^ ~19809~^1^1^~oz~^28.35^^ ~19809~^2^1^~bag (8 oz)~^227^^ ~19810~^1^1^~oz~^28.35^^ ~19810~^2^1^~bag (8 oz)~^227^^ ~19811~^1^1^~oz~^28.35^^ ~19811~^2^1^~bag (8 oz)~^227^^ ~19812~^1^1^~oz~^28.35^^ ~19812~^2^10^~twists~^60^^ ~19813~^1^1^~oz~^28.35^^ ~19813~^2^10^~twists~^60^^ ~19814~^1^1^~oz~^28.35^^ ~19814~^2^10^~twists~^60^^ ~19816~^1^1^~cake~^9.0^^ ~19816~^2^2^~cakes~^18^^ ~19817~^1^1^~cake~^9.0^^ ~19817~^2^2^~cakes~^18^^ ~19818~^1^1^~cake~^9.0^^ ~19818~^2^2^~cakes~^18^^ ~19819~^1^1^~cake~^9.0^^ ~19819~^2^2^~cakes~^18^^ ~19820~^1^1^~oz~^28.35^^ ~19820~^2^2^~oz~^57^^ ~19821~^1^1^~cup~^150^^ ~19821~^2^1^~oz~^28.35^^ ~19821~^3^1.5^~oz~^42^^ ~19822~^1^1^~cup~^146^^ ~19822~^2^1^~oz~^28.35^^ ~19822~^3^1.5^~oz~^42^^ ~19823~^1^1^~oz~^28.35^^ ~19833~^1^1^~oz~^28.35^^ ~19856~^1^1^~serving 1.2 fl oz pop~^33^8^1.233 ~19857~^1^1^~oz~^28.35^^ ~19858~^1^1^~piece~^3.5^^ ~19859~^1^1^~tbsp~^5.4^^ ~19868~^1^1^~serving 1 packet~^1.0^25^.099 ~19871~^1^1^~serving~^84^1^ ~19872~^1^1^~serving 1 pop~^51^1^ ~19873~^1^1^~serving 1.75 fl oz pop~^55^1^ ~19874~^1^1^~serving 3.5 fl oz bar~^74^1^ ~19875~^1^1^~serving 1/2 cup~^68^1^ ~19876~^1^1^~serving 1/2 cup~^68^1^ ~19877~^1^1^~serving 1/2 cup~^68^1^ ~19878~^1^1^~serving 1/2 cup~^68^1^ ~19879~^1^1^~serving 1/2 cup~^68^1^ ~19880~^1^1^~serving 1/2 cup~^68^1^ ~19881~^1^1^~serving 1/2 cup~^68^1^ ~19882~^1^1^~serving 1/2 cup~^69^1^ ~19883~^1^1^~serving 1/2 cup~^72^1^ ~19884~^1^1^~serving 1/2 cup~^68^1^ ~19885~^1^1^~serving 1 cone~^79^1^ ~19886~^1^1^~serving 1 cone~^79^1^ ~19887~^1^1^~serving 1 sandwich~^64^1^ ~19888~^1^1^~serving 1 sandwich~^64^1^ ~19889~^1^1^~serving 1 sandwich~^64^1^ ~19891~^1^1^~serving 1 pop~^44^1^ ~19892~^1^1^~serving 2 pops~^80^1^ ~19893~^1^1^~serving 1/2 cup~^68^1^ ~19894~^1^1^~serving 1/2 cup~^68^1^ ~19895~^1^1^~serving 1/2 cup~^71^1^ ~19896~^1^1^~serving 1 bar~^56^1^ ~19897~^1^1^~serving 1oz pack~^28^1^ ~19898~^1^1^~individual (3.5 fl oz)~^58^^ ~19898~^2^.5^~cup (4 fl oz)~^66^^ ~19899~^1^1^~individual (3.5 fl oz)~^58^^ ~19902~^1^1^~oz~^28.35^^ ~19902~^2^1^~bar~^141^^ ~19902~^3^1^~bar~^162^12^53.699 ~19902~^4^1^~box~^226^^ ~19903~^1^1^~oz~^28.35^^ ~19903~^2^1^~bar~^112^18^4.916 ~19904~^1^1^~oz~^28.35^^ ~19904~^2^1^~bar~^101^6^.789 ~19905~^1^1^~oz~^28.35^36^39.78 ~20001~^1^1^~cup~^193^6^1.78 ~20002~^1^1^~cup~^246^6^2.195 ~20003~^1^1^~cup~^128^^ ~20004~^1^1^~cup~^184^^ ~20005~^1^1^~cup~^200^^ ~20006~^1^1^~cup~^157^^ ~20008~^1^1^~cup~^170^^ ~20009~^1^1^~cup~^164^^ ~20010~^1^1^~cup~^168^^ ~20011~^1^1^~cup~^120^^ ~20012~^1^1^~cup~^140^^ ~20013~^1^1^~cup~^182^^ ~20013~^2^1^~tbsp~^8.4^^ ~20014~^1^1^~cup~^166^^ ~20015~^1^1^~cup~^76^^ ~20016~^1^1^~cup~^117^^ ~20017~^1^1^~cup~^114^^ ~20018~^1^1^~cup~^126^^ ~20020~^1^1^~cup~^122^^ ~20022~^1^1^~cup~^159^34^5.891 ~20023~^1^1^~cup~^122^^ ~20024~^1^1^~cup~^170^^ ~20025~^1^1^~cup~^138^^ ~20027~^1^1^~cup~^128^^ ~20028~^1^1^~cup~^173^^ ~20029~^1^1^~cup, cooked~^157^^ ~20029~^2^1^~cup, dry, yields~^528^^ ~20029~^3^1^~oz, dry, yields~^86^^ ~20030~^1^1^~cup~^165^^ ~20031~^1^1^~cup~^200^^ ~20032~^1^1^~cup~^174^^ ~20033~^1^1^~cup~^94^^ ~20034~^1^1^~cup~^219^^ ~20035~^1^1^~cup~^170^^ ~20036~^1^1^~cup~^185^^ ~20037~^1^1^~cup~^195^^ ~20038~^1^1^~cup~^156^^ ~20040~^1^1^~cup~^190^^ ~20041~^1^1^~cup~^195^^ ~20044~^1^1^~cup~^185^^ ~20045~^1^1^~cup~^158^^ ~20046~^1^1^~cup~^187^3^2.793 ~20047~^1^1^~cup~^158^4^6.682 ~20048~^1^1^~cup~^95^^ ~20049~^1^1^~cup~^165^^ ~20050~^1^1^~cup~^195^^ ~20051~^1^1^~cup~^186^^ ~20052~^1^1^~cup~^200^^ ~20053~^1^1^~cup~^186^^ ~20054~^1^1^~cup~^185^^ ~20055~^1^1^~cup~^174^^ ~20056~^1^1^~cup~^163^^ ~20057~^1^1^~cup~^202^^ ~20058~^1^1^~cup, loosely packed~^132^13^2.826 ~20060~^1^1^~cup~^118^^ ~20061~^1^1^~cup~^158^^ ~20062~^1^1^~cup~^169^^ ~20063~^1^1^~cup~^128^^ ~20064~^1^1^~cup~^102^^ ~20065~^1^1^~cup~^102^^ ~20066~^1^1^~cup~^167^^ ~20067~^1^1^~cup~^192^^ ~20068~^1^1^~cup~^152^^ ~20069~^1^1^~cup~^192^^ ~20070~^1^1^~cup~^130^^ ~20071~^1^1^~cup~^192^^ ~20072~^1^1^~cup~^192^^ ~20073~^1^1^~cup~^168^^ ~20074~^1^1^~cup~^192^^ ~20075~^1^1^~cup~^168^^ ~20076~^1^1^~cup~^192^^ ~20077~^1^1^~cup~^58^^ ~20078~^1^1^~cup~^115^^ ~20080~^1^1^~cup~^120^^ ~20081~^1^1^~cup~^125^^ ~20082~^1^1^~cup~^125^^ ~20083~^1^1^~cup~^137^^ ~20084~^1^1^~cup unsifted, dipped~^137^^ ~20086~^1^1^~cup~^111^^ ~20087~^1^1^~cup~^108^^ ~20088~^1^1^~cup~^160^^ ~20089~^1^1^~cup~^164^^ ~20090~^1^1^~cup~^158^^ ~20091~^1^1^~cup~^105^^ ~20091~^2^2^~oz~^57^^ ~20092~^1^1^~cup~^140^^ ~20093~^1^4.5^~oz~^128^^ ~20094~^1^2^~oz~^57^^ ~20095~^1^4.5^~oz~^128^^ ~20096~^1^2^~oz~^57^^ ~20097~^1^2^~oz~^57^^ ~20098~^1^2^~oz~^57^^ ~20099~^1^1^~cup elbow shaped~^105^^ ~20099~^2^1^~cup spiral shaped~^84^^ ~20099~^3^1^~cup small shells~^93^^ ~20099~^4^2^~oz~^57^^ ~20100~^1^1^~cup elbow shaped~^140^^ ~20100~^2^1^~cup spiral shaped~^134^^ ~20100~^3^1^~cup small shells~^115^^ ~20101~^1^1^~cup small shells~^93^^ ~20101~^2^2^~oz~^57^^ ~20102~^1^1^~cup small shells~^115^^ ~20105~^1^1^~cup spiral shaped~^84^^ ~20105~^2^2^~oz~^57^^ ~20106~^1^1^~cup spiral shaped~^134^^ ~20107~^1^1^~cup elbow shaped~^105^^ ~20107~^2^2^~oz~^57^^ ~20108~^1^1^~cup elbow shaped~^140^^ ~20109~^1^1^~cup~^38^^ ~20109~^2^2^~oz~^57^^ ~20110~^1^1^~cup~^160^^ ~20111~^1^1^~cup~^38^^ ~20111~^2^2^~oz~^57^^ ~20112~^1^1^~cup~^160^^ ~20113~^1^1^~cup~^45^^ ~20113~^2^1.5^~oz~^43^^ ~20114~^1^2^~oz~^57^^ ~20115~^1^1^~cup~^114^^ ~20116~^1^2^~oz~^57^^ ~20117~^1^1^~cup~^176^^ ~20118~^1^1^~cup~^45^24^6.752 ~20120~^1^2^~oz~^57^^ ~20121~^1^1^~cup~^140^^ ~20122~^1^2^~oz~^57^^ ~20123~^1^1^~cup~^140^^ ~20124~^1^2^~oz~^57^^ ~20125~^1^1^~cup~^140^^ ~20126~^1^2^~oz~^57^^ ~20127~^1^1^~cup~^140^^ ~20129~^2^1^~cup unsifted, dipped~^137^^ ~20130~^1^1^~cup~^148^^ ~20131~^1^1^~cup~^162^^ ~20133~^1^2^~oz~^57^^ ~20134~^1^1^~cup~^176^^ ~20137~^1^1^~cup~^185^6^19.309 ~20138~^1^1^~cup~^186^6^3.966 ~20139~^1^1^~cup~^172^6^5.004 ~20140~^1^1^~cup~^174^6^4.205 ~20141~^1^1^~cup~^194^6^2.68 ~20142~^1^1^~cup~^193^6^11.076 ~20143~^1^1^~cup~^252^6^4.295 ~20301~^1^1^~cup small shells~^93^^ ~20301~^2^2^~oz~^57^^ ~20302~^1^1^~cup small shells~^115^^ ~20310~^1^1^~cup~^160^^ ~20314~^1^1^~cup~^166^^ ~20315~^1^1^~tbsp~^6.9^6^.138 ~20316~^1^1^~cup~^117^^ ~20317~^1^1^~cup~^114^^ ~20320~^1^1^~cup~^122^^ ~20321~^1^1^~cup~^140^^ ~20322~^1^1^~cup~^159^34^5.891 ~20323~^1^1^~cup~^122^^ ~20324~^1^1^~cup~^170^^ ~20325~^1^1^~cup~^138^^ ~20330~^1^1^~cup~^160^^ ~20345~^1^1^~cup~^158^^ ~20381~^1^1^~cup~^125^^ ~20400~^1^1^~cup elbow shaped~^140^^ ~20409~^1^1^~cup~^38^^ ~20410~^1^1^~cup~^160^^ ~20420~^1^2^~oz~^57^^ ~20421~^1^1^~cup~^140^^ ~20422~^1^1^~cup~^159^34^5.891 ~20444~^1^1^~cup~^185^^ ~20445~^1^1^~cup~^158^^ ~20446~^1^1^~cup~^187^3^2.793 ~20447~^1^1^~cup~^158^4^6.682 ~20450~^1^1^~cup~^195^^ ~20451~^1^1^~cup~^186^^ ~20452~^1^1^~cup~^200^^ ~20453~^1^1^~cup~^205^^ ~20466~^1^1^~cup~^167^^ ~20481~^1^1^~cup~^125^^ ~20499~^1^1^~cup elbow shaped~^105^^ ~20499~^2^2^~oz~^57^^ ~20510~^1^1^~cup~^160^^ ~20521~^1^1^~cup~^140^^ ~20522~^1^1^~cup~^159^34^5.891 ~20523~^1^1^~cup~^140^^ ~20545~^1^1^~cup~^158^^ ~20581~^1^1^~cup~^125^^ ~20622~^1^2^~oz~^57^^ ~21002~^1^1^~biscuit~^136^^ ~21003~^1^1^~biscuit~^150^^ ~21004~^1^1^~biscuit~^192^^ ~21005~^1^1^~item~^162^^ ~21006~^1^1^~biscuit~^148^^ ~21007~^1^1^~item~^145^^ ~21008~^1^1^~biscuit~^113^^ ~21009~^1^1^~item~^111^^ ~21011~^1^1^~croissant~^127^^ ~21012~^1^1^~croissant~^129^^ ~21013~^1^1^~croissant~^152^^ ~21014~^1^1^~croissant~^160^^ ~21015~^1^1^~pastry~^91^^ ~21016~^1^1^~pastry~^88^^ ~21017~^1^1^~pastry~^94^^ ~21018~^1^2^~eggs~^94^^ ~21019~^1^1^~muffin~^63^^ ~21020~^1^1^~item~^108^4^2.09 ~21021~^1^1^~sandwich~^139^^ ~21022~^1^1^~item~^165^^ ~21023~^1^2^~slices~^135^^ ~21024~^1^3^~pieces~^65^^ ~21024~^2^5^~pieces~^109^^ ~21025~^1^2^~cakes~^232^^ ~21026~^1^.5^~cup~^72^^ ~21026~^2^1^~cup~^144^^ ~21027~^1^1^~brownie (2" square)~^60^^ ~21028~^1^1^~cone~^103^^ ~21029~^1^1^~box~^67^^ ~21030~^1^1^~box~^55^^ ~21032~^1^1^~sundae~^155^^ ~21033~^1^1^~sundae~^158^^ ~21034~^1^1^~sundae~^153^^ ~21035~^1^2^~pieces~^148^^ ~21036~^1^2^~pieces~^163^^ ~21042~^1^1^~cup (8 fl oz)~^253^^ ~21043~^1^.75^~cup~^115^^ ~21046~^1^1^~cake~^60^^ ~21047~^1^1^~fillet~^91^^ ~21048~^1^6^~pieces~^139^^ ~21052~^1^1.5^~cup~^207^^ ~21052~^2^.75^~cup~^104^^ ~21053~^1^1.5^~cup~^217^^ ~21054~^1^1.5^~cup~^218^^ ~21055~^1^1.5^~cup~^417^^ ~21056~^1^1.5^~cup~^236^^ ~21057~^1^1.5^~cup~^326^^ ~21058~^1^6^~pieces~^144^^ ~21059~^1^1^~6-8 shrimp~^164^^ ~21060~^1^2^~pieces~^217^^ ~21061~^1^2^~pieces~^186^^ ~21062~^1^2^~pieces~^204^^ ~21063~^1^2^~pieces~^231^^ ~21064~^1^2^~pieces~^203^^ ~21065~^1^2^~pieces~^336^^ ~21066~^1^2^~pieces~^220^^ ~21067~^1^2^~pieces~^201^^ ~21068~^1^2^~pieces~^304^^ ~21069~^1^1^~burrito, large~^155^^ ~21069~^2^1^~burrito, small~^74^^ ~21070~^1^1^~chimichanga~^174^^ ~21071~^1^1^~chimichanga~^183^^ ~21072~^1^1^~chimichanga~^190^^ ~21073~^1^1^~chimichanga~^180^^ ~21074~^1^1^~enchilada~^163^^ ~21075~^1^1^~enchilada~^192^^ ~21076~^1^1^~enchirito~^193^^ ~21077~^1^1^~cup~^167^^ ~21078~^1^1^~portion (6-8 nachos)~^113^^ ~21079~^1^1^~portion (6-8 nachos)~^204^^ ~21080~^1^1^~portion (6-8 nachos)~^255^^ ~21081~^1^1^~portion (6-8 nachos)~^109^^ ~21082~^1^1^~large~^263^^ ~21082~^2^1^~small~^171^^ ~21083~^1^1.5^~cup~^198^^ ~21084~^1^1.5^~cup~^261^^ ~21085~^1^1^~piece~^144^^ ~21086~^1^1^~piece~^225^^ ~21087~^1^1^~piece~^163^^ ~21088~^1^2^~pieces~^261^^ ~21089~^1^1^~item~^100^^ ~21090~^1^1^~item~^127^^ ~21091~^1^1^~sandwich~^154^^ ~21092~^1^1^~item~^149^^ ~21093~^1^1^~sandwich~^166^^ ~21094~^1^1^~sandwich~^201^^ ~21095~^1^1^~sandwich~^228^^ ~21096~^1^1^~item~^166^^ ~21097~^1^1^~item~^211^^ ~21098~^1^1^~sandwich~^233^^ ~21099~^1^1^~sandwich~^254^^ ~21100~^1^1^~sandwich~^258^^ ~21101~^1^1^~item~^249^^ ~21102~^1^1^~sandwich~^182^^ ~21103~^1^1^~sandwich~^228^^ ~21104~^1^1^~sandwich~^146^^ ~21105~^1^1^~sandwich~^158^^ ~21106~^1^1^~sandwich~^183^^ ~21107~^1^1^~item~^86^^ ~21108~^1^1^~item~^114^^ ~21109~^1^1^~item~^110^^ ~21110~^1^1^~item~^120^^ ~21111~^1^1^~item~^215^^ ~21112~^1^1^~sandwich~^137^^ ~21113~^1^1^~sandwich~^218^^ ~21114~^1^1^~sandwich~^226^^ ~21115~^1^1^~sandwich~^259^^ ~21116~^1^1^~sandwich~^146^^ ~21117~^1^1^~sandwich~^143^^ ~21118~^1^1^~sandwich~^98^^ ~21119~^1^1^~sandwich~^114^^ ~21120~^1^1^~sandwich~^175^^ ~21121~^1^1^~sandwich~^139^^ ~21122~^1^1^~sandwich~^176^^ ~21123~^1^1^~sandwich~^204^^ ~21124~^1^1^~submarine~^228^^ ~21125~^1^1^~submarine~^216^^ ~21126~^1^1^~submarine~^256^^ ~21127~^1^.75^~cup~^99^^ ~21128~^1^1^~ear~^146^^ ~21129~^1^5^~pieces~^78^^ ~21130~^1^1^~portion (8-9 onion rings)~^83^^ ~21131~^1^1^~piece~^296^^ ~21132~^1^1^~piece~^299^^ ~21133~^1^1^~piece~^339^^ ~21134~^1^1^~piece~^395^^ ~21135~^1^1^~piece~^302^^ ~21138~^1^1^~large~^169^^ ~21138~^2^1^~medium~^134^^ ~21138~^3^1^~small~^85^^ ~21139~^1^.333^~cup~^80^^ ~21140~^1^.333^~cup~^95^^ ~21141~^1^1^~fluid ounce~^25^^ ~21141~^2^1^~small 12 fl oz~^298^12^ ~21141~^3^1^~medium 16 fl oz~^397^^ ~21202~^1^1^~item~^171^^ ~21224~^1^1^~package 24 oz pizza~^727^4^ ~21224~^2^1^~package 15.1 oz pizza~^452^21^ ~21224~^3^1^~package 9.8 oz pizza~^293^60^ ~21224~^4^1^~package 8 oz pizza~^199^14^ ~21224~^5^1^~serving 9 servings per 24 oz package~^81^4^ ~21224~^6^1^~serving 3 servings per 15.1 oz package~^151^21^ ~21224~^7^1^~serving 2 servings per 9.8 oz package~^146^60^ ~21224~^8^1^~serving 1 serving per 8 oz box~^199^14^ ~21225~^1^1^~package 29.25 oz pizza~^834^12^ ~21225~^2^1^~package 19.7 oz pizza~^595^20^ ~21225~^3^1^~serving 6 servings per 29.25 oz package~^139^12^ ~21225~^4^1^~serving 4 servings per 19.7 oz package~^149^20^ ~21226~^1^1^~package 24.2 oz pizza~^713^24^ ~21226~^2^1^~package 22.85 oz pizza~^644^23^ ~21226~^3^1^~package 10.9 oz pizza~^354^10^ ~21226~^4^1^~serving 5 servings per 24.2 oz package~^143^24^ ~21226~^5^1^~serving 5 servings per 22.85 oz package~^129^23^ ~21226~^6^1^~serving 2 servings per 10.9 oz package~^177^10^ ~21227~^1^1^~package 34.98 oz pizza~^1020^23^ ~21227~^2^1^~package 30.7 oz pizza~^891^11^ ~21227~^3^1^~package 14.3 oz pizza~^415^11^ ~21227~^4^1^~serving 6 servings per 34.98 oz package~^170^23^ ~21227~^5^1^~serving 6 servings per 30.7 oz package~^149^11^ ~21227~^6^1^~serving 3 servings per 14.3 oz package~^138^11^ ~21228~^1^1^~item~^105^^ ~21229~^1^6^~pieces~^96^^ ~21229~^2^4^~pieces~^64^^ ~21229~^3^10^~pieces~^160^^ ~21229~^4^20^~pieces~^320^^ ~21230~^1^1^~item~^219^^ ~21232~^1^1^~item~^142^^ ~21233~^1^1^~item~^119^^ ~21234~^1^1^~item~^171^^ ~21235~^1^1^~item~^199^^ ~21237~^1^1^~item~^219^^ ~21238~^1^1^~small serving~^71^^ ~21238~^2^1^~medium serving~^117^^ ~21238~^3^1^~large serving~^154^^ ~21239~^1^1^~item~^218^^ ~21240~^1^1^~item~^236^^ ~21241~^1^1^~item~^117^^ ~21242~^1^1^~item~^129^^ ~21243~^1^1^~item~^310^^ ~21244~^1^1^~item~^230^^ ~21245~^1^1^~item~^225^^ ~21246~^1^5^~pieces~^75^^ ~21246~^2^4^~pieces Kid's Meal~^60^^ ~21247~^1^1^~kid's meal Serving~^71^^ ~21247~^2^1^~small Serving~^113^^ ~21247~^3^1^~medium Serving~^142^^ ~21247~^4^1^~large Serving~^184^^ ~21248~^1^1^~junior 6 oz. cup~^113^^ ~21248~^2^1^~small 12 oz. cup~^227^^ ~21248~^3^1^~medium 16 oz. cup~^298^^ ~21249~^1^1^~medium serving~^117^^ ~21249~^2^1^~large serving~^160^^ ~21249~^3^1^~king serving~^194^^ ~21249~^4^1^~small serving~^74^^ ~21250~^1^1^~item~^121^^ ~21251~^1^1^~item~^133^^ ~21252~^1^1^~item~^291^^ ~21253~^1^1^~item~^316^^ ~21254~^1^1^~item~^374^^ ~21255~^1^1^~item~^399^^ ~21256~^1^4^~pieces~^62^^ ~21256~^2^5^~pieces~^77^^ ~21256~^3^6^~pieces~^92^^ ~21256~^4^8^~pieces~^123^^ ~21257~^1^1^~item~^272^^ ~21259~^1^1^~item~^204^^ ~21260~^1^1^~item~^78^^ ~21261~^1^1^~item~^99^^ ~21262~^1^1^~item~^99^^ ~21263~^1^1^~item~^127^^ ~21264~^1^1^~item~^198^^ ~21265~^1^1^~item~^248^^ ~21266~^1^1^~item~^248^^ ~21267~^1^1^~item~^248^^ ~21268~^1^1^~item~^99^^ ~21269~^1^1^~item~^195^^ ~21270~^1^1^~item~^533^^ ~21271~^1^1^~slice~^96^33^17.266 ~21271~^2^1^~pie~^738^4^81.508 ~21272~^1^1^~slice~^100^33^19.019 ~21272~^2^1^~pie~^728^3^21.4 ~21273~^1^1^~slice~^69^36^14.145 ~21273~^2^1^~pie~^573^4^64.543 ~21274~^1^1^~slice~^96^33^12.977 ~21274~^2^1^~pie~^744^4^31.908 ~21275~^1^1^~slice~^96^33^18.022 ~21275~^2^1^~pie~^778^4^42.541 ~21276~^1^1^~slice~^127^36^27.244 ~21276~^2^1^~pie~^1107^3^272.495 ~21276~^3^.5^~pie~^541^1^ ~21277~^1^1^~slice~^106^33^21.58 ~21277~^2^1^~pie~^891^11^70.175 ~21278~^1^1^~slice~^121^22^21.224 ~21278~^2^1^~pie~^958^11^72.154 ~21279~^1^1^~slice~^39^33^15.185 ~21279~^2^1^~pie~^518^11^72.777 ~21280~^1^1^~slice~^120^22^16.324 ~21280~^2^1^~pie~^957^11^64.191 ~21281~^1^1^~slice~^127^33^18.028 ~21281~^2^1^~pie~^1004^11^55.832 ~21282~^1^1^~slice~^151^33^24.483 ~21282~^2^1^~pie~^1224^11^101.706 ~21283~^1^1^~slice~^117^27^15.637 ~21283~^2^1^~pie~^938^9^46.288 ~21284~^1^1^~slice~^123^27^14.488 ~21284~^2^1^~pie~^1021^9^67.647 ~21285~^1^1^~slice~^153^27^19.533 ~21285~^2^1^~pie~^1093^9^203.357 ~21286~^1^1^~slice~^87^27^16.433 ~21286~^2^1^~pie~^678^9^56.308 ~21287~^1^1^~slice~^89^24^22.089 ~21287~^2^1^~pie~^758^8^165.433 ~21288~^1^1^~slice~^90^24^16.065 ~21288~^2^1^~pie~^852^8^64.875 ~21289~^1^1^~slice~^115^21^29.352 ~21289~^2^1^~pie~^1043^7^449.085 ~21290~^1^1^~slice~^102^18^22.042 ~21290~^2^1^~pie~^919^6^122.721 ~21291~^1^1^~slice~^104^18^29.979 ~21291~^2^1^~pie~^938^6^54.938 ~21292~^1^1^~slice~^48^9^15.507 ~21292~^2^1^~pie~^562^2^ ~21292~^3^.5^~pie~^362^1^ ~21293~^1^1^~slice~^100^36^27.17 ~21293~^2^1^~pie~^1034^12^44.212 ~21294~^1^1^~slice~^95^36^19.899 ~21294~^2^1^~pie~^1051^12^59.981 ~21295~^1^1^~slice~^76^36^17.824 ~21295~^2^1^~pie~^749^12^61.326 ~21296~^1^1^~slice~^101^36^18.865 ~21296~^2^1^~pie~^1005^12^43.96 ~21297~^1^1^~slice~^85^33^15.305 ~21297~^2^1^~pie~^1042^11^83.945 ~21298~^1^1^~slice~^123^36^36.345 ~21298~^2^1^~pie~^1313^12^145.905 ~21299~^1^1^~slice~^103^120^ ~21299~^2^1^~pie~^905^40^ ~21300~^1^1^~slice~^106^76^ ~21300~^2^1^~pie~^976^29^ ~21301~^1^1^~slice~^63^105^ ~21301~^2^1^~pie~^627^34^ ~21301~^3^.5^~pie~^362^1^ ~21302~^1^1^~slice~^108^109^ ~21302~^2^1^~pie~^959^40^ ~21303~^1^1^~slice~^106^84^ ~21303~^2^1^~pie~^995^28^ ~21304~^1^1^~slice~^136^117^ ~21304~^2^1^~pie~^1168^39^ ~21305~^1^1^~item 7.017 oz~^199^^ ~21306~^1^1^~item 4.744 oz~^135^^ ~21307~^1^1^~item 5.923 oz~^168^^ ~21308~^1^3^~pieces 4.6 oz~^131^^ ~21308~^2^5^~pieces 7.7 oz~^219^^ ~21309~^1^4^~pieces 2.3 oz~^64^^ ~21309~^2^6^~pieces 3.4 oz~^95^^ ~21309~^3^10^~pieces 5.6 oz~^159^^ ~21310~^1^1^~package~^28^^ ~21311~^1^1.5^~oz~^43^^ ~21312~^1^1^~package~^14.0^^ ~21313~^1^1^~package~^28^^ ~21314~^1^1.5^~oz~^43^^ ~21315~^1^1^~package~^28^^ ~21316~^1^1.5^~oz~^43^^ ~21317~^1^1^~item 2.7 oz~^76^^ ~21318~^1^5.7^~oz~^162^^ ~21319~^1^2^~oz~^56^^ ~21320~^1^2^~eggs 3.6 oz~^102^^ ~21321~^1^3^~hotcakes~^149^^ ~21322~^1^3.7^~oz~^105^^ ~21323~^1^1.5^~oz~^43^^ ~21324~^1^2.7^~oz~^77^^ ~21325~^1^2^~oz~^56^^ ~21326~^1^2^~oz~^57^^ ~21327~^1^1^~item 5.9 oz~^168^^ ~21328~^1^1^~item 4.744 oz~^135^^ ~21329~^1^1^~item 7 oz~^199^^ ~21330~^1^12^~fl oz cup child size~^266^^ ~21330~^2^16^~fl oz cup small~^354^^ ~21330~^3^21^~fl oz cup medium~^470^^ ~21330~^4^32^~fl oz cup large~^708^^ ~21331~^1^12^~fl oz cup child size~^267^^ ~21331~^2^16^~fl oz cup small~^356^^ ~21331~^3^21^~fl oz cup medium~^473^^ ~21331~^4^32^~fl oz cup large~^713^^ ~21332~^1^12^~fl oz cup child size~^265^^ ~21332~^2^16^~fl oz cup small~^354^^ ~21332~^3^21^~fl oz cup medium~^469^^ ~21332~^4^32^~fl oz cup large~^708^^ ~21333~^1^1^~item 3.175 oz~^90^^ ~21334~^1^1^~item 6.279 oz~^178^^ ~21335~^1^1^~item 6.42 oz~^182^^ ~21336~^1^1^~item 6.314 oz~^179^^ ~21337~^1^.3^~oz~^7.0^^ ~21338~^1^12^~fl oz cup regular~^348^^ ~21338~^2^16^~fl oz cup large~^504^^ ~21339~^1^12^~fl oz cup regular~^337^^ ~21339~^2^16^~fl oz cup large~^487^^ ~21340~^1^1^~item 3.993 oz~^113^^ ~21341~^1^1^~item 9.5 oz~^269^^ ~21342~^1^1^~package~^68^^ ~21343~^1^.8^~oz~^21^^ ~21344~^1^1^~item~^173^^ ~21345~^1^1^~item~^280^^ ~21346~^1^2^~fl oz~^62^^ ~21347~^1^2^~fl oz~^59^^ ~21348~^1^2^~fl oz~^47^^ ~21349~^1^2^~fl oz~^56^^ ~21350~^1^1^~item~^200^^ ~21351~^1^1^~item~^232^^ ~21352~^1^1^~item~^218^^ ~21353~^1^1^~item~^247^^ ~21354~^1^1^~item~^233^^ ~21356~^1^1^~item~^138^^ ~21357~^1^1^~item 4.8 oz~^139^^ ~21358~^1^1^~item 4 oz~^115^^ ~21359~^1^1^~item 5.7 oz~^165^^ ~21360~^1^1^~item 5 oz~^142^^ ~21361~^1^1^~item 4.1 oz~^117^^ ~21362~^1^1^~item 5.7 oz~^163^^ ~21363~^1^1^~item 14.8 oz~^420^^ ~21364~^1^1^~item~^264^^ ~21365~^1^1^~item~^221^^ ~21366~^1^1^~item~^89^^ ~21369~^1^1^~item~^264^^ ~21370~^1^1^~item 10.9 oz~^311^^ ~21371~^1^1^~item 11.1 oz~^314^^ ~21372~^1^1^~item~^213^^ ~21376~^1^1^~item 11.2 oz~^321^^ ~21377~^1^1^~item 11.4 oz~^342^^ ~21378~^1^1^~item~^223^^ ~21379~^1^1^~item~^87^^ ~21380~^1^1^~item~^149^^ ~21381~^1^1^~item~^142^^ ~21382~^1^1^~item~^124^^ ~21383~^1^1^~item~^151^4^28.736 ~21384~^1^1^~item~^131^4^23.098 ~21385~^1^1^~item~^110^4^3.77 ~21386~^1^1^~stick~^21^8^2.736 ~21386~^2^1^~serving 5 sticks~^107^^ ~21387~^1^1^~serving small~^77^1^ ~21387~^2^1^~serving medium~^128^1^ ~21387~^3^1^~each~^5.8^2^ ~21388~^1^1^~each~^25^8^1.42 ~21389~^1^1^~item~^374^^ ~21390~^1^1^~item~^247^3^38.793 ~21391~^1^1^~item~^171^^ ~21393~^1^1^~item~^205^^ ~21395~^1^1^~item~^173^1^ ~21396~^1^1^~item~^280^^ ~21397~^1^1^~item~^266^3^43.439 ~21398~^1^1^~item~^199^^ ~21399~^1^1^~item~^355^^ ~21400~^1^1^~item~^219^^ ~21401~^1^4^~pieces~^62^1^ ~21401~^2^5^~pieces~^77^1^ ~21401~^3^6^~pieces~^92^1^ ~21401~^4^8^~pieces~^123^1^ ~21402~^1^1^~item 8 oz~^229^^ ~21403~^1^1^~item 8.1 oz~^230^^ ~21404~^1^1^~item 9.4 oz~^269^^ ~21405~^1^1^~item 9 oz~^254^^ ~21406~^1^1^~item 8.5 oz~^242^^ ~21407~^1^1^~item 8.5 oz~^240^^ ~21408~^1^1^~item 2 oz~^57^^ ~21409~^1^1^~item~^191^4^5.366 ~21410~^1^1^~item~^219^3^4.535 ~21411~^1^1^~item~^217^4^18.244 ~21412~^1^12^~fl oz cup~^348^^ ~21413~^1^12^~fl oz cup~^337^^ ~21414~^1^1^~package~^101^4^18.55 ~21414~^2^10^~pieces~^26^4^4.073 ~21415~^1^1^~biscuit~^59^4^3.792 ~21416~^1^1^~cup~^190^4^20.948 ~21416~^2^1^~package~^120^4^25.219 ~21417~^1^1^~strip~^54^4^4.215 ~21418~^1^1^~strip~^53^4^8.803 ~21419~^1^1^~biscuit~^52^4^2.551 ~21420~^1^1^~cup~^191^4^13.683 ~21420~^2^1^~package~^112^4^15.354 ~21421~^1^1^~strip~^47^4^13.581 ~21422~^1^1^~piece~^6.4^4^1.352 ~21422~^2^10^~pieces~^56^4^7.183 ~21423~^1^1^~package~^134^4^19.013 ~21423~^2^10^~wedges~^123^4^16.114 ~21425~^1^1^~breast, without skin~^145^36^21.55 ~21425~^2^1^~breast, bone and skin removed~^127^36^24.738 ~21426~^1^1^~drumstick, bone and skin removed~^40^36^8.995 ~21426~^2^1^~drumstick, without skin~^57^36^9.613 ~21427~^1^1^~thigh, without skin~^97^36^13.095 ~21427~^2^1^~thigh, bone and skin removed~^79^36^11.763 ~21428~^1^1^~wing, without skin~^44^36^7.992 ~21428~^2^1^~wing, bone and skin removed~^30^36^8.543 ~21430~^1^1^~breast, without skin~^140^36^20.022 ~21430~^2^1^~breast, bone and skin removed~^121^36^22.309 ~21431~^1^1^~drumstick, bone and skin removed~^41^36^7.019 ~21431~^2^1^~drumstick, without skin~^57^36^7.998 ~21432~^1^1^~thigh, without skin~^91^36^13.247 ~21432~^2^1^~thigh, bone and skin removed~^72^36^12.396 ~21433~^1^1^~wing, without skin~^44^35^9.349 ~21433~^2^1^~wing, bone and skin removed~^29^35^8.41 ~21434~^1^1^~breast, with skin~^201^36^27.858 ~21434~^2^1^~breast, without skin~^145^36^21.55 ~21434~^3^1^~breast, bone and skin removed~^127^36^24.738 ~21435~^1^1^~drumstick, with skin~^75^36^12.287 ~21435~^2^1^~drumstick, without skin~^57^36^9.613 ~21435~^3^1^~drumstick, bone and skin removed~^40^36^8.995 ~21436~^1^1^~thigh, with skin~^152^36^22.71 ~21436~^2^1^~thigh, without skin~^97^36^13.095 ~21436~^3^1^~thigh, bone and skin removed~^79^36^11.763 ~21437~^1^1^~wing, with skin~^65^36^9.791 ~21437~^2^1^~wing, without skin~^44^36^7.992 ~21437~^3^1^~wing, bone and skin removed~^30^36^8.543 ~21438~^1^1^~breast, with skin~^212^36^27.474 ~21438~^2^1^~breast, without skin~^140^36^20.022 ~21438~^3^1^~breast, bone and skin removed~^121^36^22.309 ~21439~^1^1^~drumstick, with skin~^81^36^10.126 ~21439~^2^1^~drumstick, without skin~^57^36^7.998 ~21439~^3^1^~drumstick, bone and skin removed~^41^36^7.019 ~21440~^1^1^~thigh, with skin~^152^36^23.613 ~21440~^2^1^~thigh, without skin~^91^36^13.247 ~21440~^3^1^~thigh, bone and skin removed~^72^36^12.396 ~21441~^1^1^~wing, with skin~^68^35^11.764 ~21441~^2^1^~wing, without skin~^44^35^9.349 ~21441~^3^1^~wing, bone and skin removed~^29^35^8.41 ~21442~^1^1^~breast, without skin~^129^36^17.888 ~21442~^2^1^~breast, bone and skin removed~^111^36^19.515 ~21443~^1^1^~drumstick, bone and skin removed~^44^36^14.718 ~21443~^2^1^~drumstick, without skin~^59^36^15.377 ~21445~^1^1^~thigh, without skin~^73^36^13.151 ~21445~^2^1^~thigh, bone and skin removed~^56^36^12.918 ~21446~^1^1^~wing, without skin~^32^36^7.092 ~21446~^2^1^~wing, bone and skin removed~^20^36^5.483 ~21447~^1^1^~breast, without skin~^131^36^17.067 ~21447~^2^1^~breast, bone and skin removed~^111^36^17.686 ~21448~^1^1^~drumstick, bone and skin removed~^35^36^6.454 ~21448~^2^1^~drumstick, without skin~^51^36^7.018 ~21450~^1^1^~thigh, without skin~^74^36^12.934 ~21450~^2^1^~thigh, bone and skin removed~^55^36^11.854 ~21451~^1^1^~wing, without skin~^37^36^7.613 ~21451~^2^1^~wing, bone and skin removed~^22^36^6.78 ~21452~^1^1^~breast, with skin~^192^36^25.982 ~21452~^2^1^~breast, without skin~^131^36^17.067 ~21452~^3^1^~breast, bone and skin removed~^111^36^17.686 ~21453~^1^1^~drumstick, with skin~^68^36^9.7 ~21453~^2^1^~drumstick, without skin~^51^36^7.018 ~21453~^3^1^~drumstick, bone and skin removed~^35^36^6.454 ~21454~^1^1^~thigh, with skin~^121^36^20.737 ~21454~^2^1^~thigh, without skin~^74^36^12.934 ~21454~^3^1^~thigh, bone and skin removed~^55^36^11.854 ~21455~^1^1^~wing, with skin~^63^36^12.187 ~21455~^2^1^~wing, without skin~^37^36^7.613 ~21455~^3^1^~wing, bone and skin removed~^22^36^6.78 ~21456~^1^1^~breast, with skin~^192^36^26.29 ~21456~^2^1^~breast, bone and skin removed~^111^36^19.515 ~21456~^3^1^~breast, without skin~^129^36^17.888 ~21457~^1^1^~drumstick, with skin~^76^36^19.568 ~21457~^2^1^~drumstick, without skin~^59^36^15.377 ~21457~^3^1^~drumstick, bone and skin removed~^44^36^14.718 ~21458~^1^1^~thigh, with skin~^118^36^21.412 ~21458~^2^1^~thigh, without skin~^73^36^13.151 ~21458~^3^1^~thigh, bone and skin removed~^56^36^12.918 ~21459~^1^1^~wing, with skin~^57^36^10.631 ~21459~^2^1^~wing, without skin~^32^36^7.092 ~21459~^3^1^~wing, bone and skin removed~^20^36^5.483 ~21460~^1^1^~item 3.2 oz~^90^^ ~22005~^1^1^~NLEA Serving (makes about 1 cup prepared)~^70^^ ~22118~^1^1^~patty~^67^^ ~22119~^1^1^~link~^57^1^ ~22120~^1^.67^~cup~^55^1^ ~22121~^1^1^~patty~^71^1^ ~22122~^1^1^~patty~^38^^ ~22123~^1^1^~patty~^67^1^ ~22125~^1^1^~package~^362^^ ~22125~^2^1^~patty~^90^^ ~22125~^3^1^~serving~^90^^ ~22126~^1^1^~link~^51^1^ ~22128~^1^1^~patty~^71^1^ ~22215~^1^1^~cup~^253^^ ~22216~^1^1^~cup~^250^^ ~22217~^1^1^~cup~^253^^ ~22247~^1^1^~serving~^244^^ ~22364~^1^1^~package~^96^^ ~22364~^2^1^~sandwich~^48^^ ~22364~^3^1^~serving~^96^^ ~22401~^1^1^~serving~^283^^ ~22401~^2^1^~oz~^28.35^^ ~22402~^1^1^~serving~^240^^ ~22402~^2^1^~oz~^28.35^^ ~22513~^1^1^~package yields~^425^^ ~22513~^2^1^~serving~^258^^ ~22514~^1^1^~package yields~^425^^ ~22514~^2^1^~serving~^228^^ ~22515~^1^1^~cup~^244^1^ ~22516~^1^1^~cup~^257^1^ ~22517~^1^1^~cup~^252^1^ ~22518~^1^1^~cup~^257^1^ ~22522~^1^1^~serving~^252^^ ~22525~^1^1^~pie~^198^1^ ~22526~^1^1^~pie~^284^1^ ~22527~^1^1^~package yields~^283^^ ~22527~^2^1^~serving~^283^^ ~22528~^1^1^~package yields~^397^^ ~22528~^2^1^~serving~^397^^ ~22529~^1^1^~pie, cooked (average weight)~^268^^ ~22534~^1^1^~package yields~^142^^ ~22534~^2^1^~serving~^142^^ ~22535~^1^1^~package yields~^256^^ ~22535~^2^1^~serving~^128^^ ~22537~^1^1^~package yields~^256^^ ~22537~^2^1^~serving~^128^^ ~22540~^1^1^~package yields~^269^^ ~22540~^2^1^~serving~^133^^ ~22569~^1^1^~serving~^220^^ ~22570~^1^1^~package yields~^595^^ ~22570~^2^1^~serving~^215^^ ~22571~^1^1^~meal~^226^1^ ~22572~^1^1^~serving~^269^^ ~22573~^1^1^~serving~^258^^ ~22576~^1^1^~serving~^283^^ ~22577~^1^1^~serving~^297^^ ~22578~^1^1^~serving~^255^^ ~22579~^1^1^~serving~^125^^ ~22580~^1^1^~serving~^326^^ ~22582~^1^1^~serving~^255^^ ~22583~^1^1^~serving 16oz serving~^454^^ ~22584~^1^1^~burrito~^142^1^ ~22585~^1^1^~serving~^269^^ ~22587~^1^1^~meal~^312^1^ ~22588~^1^1^~meal~^320^1^ ~22592~^1^1^~package yields~^156^^ ~22592~^2^1^~serving~^156^^ ~22595~^1^1^~package yields~^177^^ ~22595~^2^1^~serving~^177^^ ~22600~^1^1^~cup~^168^^ ~22600~^2^1^~package~^280^^ ~22600~^3^1^~serving~^112^^ ~22603~^1^1^~package~^155^^ ~22603~^2^1^~serving~^155^^ ~22607~^1^1^~meal~^262^1^ ~22611~^1^1^~serving~^255^^ ~22615~^1^1^~serving~^283^^ ~22671~^1^1^~package yields~^255^^ ~22671~^2^1^~serving~^255^^ ~22672~^1^1^~package~^255^1^ ~22677~^1^1^~meal~^369^1^ ~22679~^1^1^~package yields~^99^^ ~22679~^2^1^~serving~^99^^ ~22687~^1^1^~fajita~^107^1^ ~22689~^1^1^~meal~^454^1^ ~22690~^1^1^~meal~^249^1^ ~22691~^1^1^~meal~^255^1^ ~22694~^1^1^~cup~^236^^ ~22694~^2^1^~package yields~^425^^ ~22694~^3^1^~serving~^236^^ ~22698~^1^1^~cup~^236^^ ~22698~^2^1^~package yields~^213^^ ~22698~^3^1^~serving~^236^^ ~22700~^1^1^~package~^225^^ ~22700~^2^1^~serving~^45^^ ~22701~^1^1^~package~^206^^ ~22701~^2^1^~serving~^70^^ ~22701~^3^2.5^~oz~^70^^ ~22702~^1^1^~cup~^93^^ ~22702~^2^1^~package~^124^^ ~22702~^3^1^~serving~^62^^ ~22705~^1^1^~cup~^236^^ ~22705~^2^1^~package yields~^213^^ ~22705~^3^1^~serving~^236^^ ~22706~^1^1^~cup~^247^^ ~22706~^2^1^~package yields~^213^^ ~22706~^3^1^~serving~^247^^ ~22710~^1^1^~package yields~^255^^ ~22710~^2^1^~serving~^255^^ ~22711~^1^1^~meal~^269^1^ ~22713~^1^1^~meal~^298^1^ ~22714~^1^1^~cup~^247^^ ~22714~^2^1^~serving~^247^^ ~22715~^1^1^~cup~^247^^ ~22715~^2^1^~serving~^247^^ ~22716~^1^1^~cup~^247^^ ~22716~^2^1^~serving~^247^^ ~22717~^1^1^~cup~^247^^ ~22717~^2^1^~serving~^247^^ ~22718~^1^1^~cup~^247^^ ~22718~^2^1^~serving~^247^^ ~22719~^1^1^~cup~^247^^ ~22719~^2^1^~serving~^247^^ ~22720~^1^1^~cup~^247^^ ~22720~^2^1^~serving~^247^^ ~22721~^1^1^~cup~^236^^ ~22721~^2^1^~serving~^236^^ ~22901~^1^.75^~cup~^81^^ ~22903~^1^1^~serving~^146^^ ~22903~^2^1^~pizza~^428^189^167.586 ~22904~^1^1^~cup~^246^11^ ~22905~^1^1^~serving~^232^^ ~22906~^1^1^~pie (average weight of prepared pie)~^234^12^47.026 ~22910~^1^1^~serving~^243^23^31.145 ~22910~^2^1^~oz~^28.35^^ ~22912~^1^1^~cup~^255^28^6.857 ~22915~^1^1^~package~^309^^ ~22915~^2^1^~oz~^28.35^^ ~22916~^1^1^~serving~^297^^ ~22917~^1^1^~burrito frozen~^139^73^13.591 ~22917~^2^1^~oz~^28.35^^ ~22918~^1^1^~burrito~^143^72^ ~22918~^2^1^~oz~^28.35^^ ~22920~^1^1^~meal~^340^1^ ~22921~^1^1^~meal~^354^1^ ~22922~^1^1^~meal~^284^^ ~22923~^1^1^~meal~^312^1^ ~22924~^1^1^~meal~^397^1^ ~22925~^1^1^~package~^255^1^ ~22926~^1^1^~patty~^67^1^ ~22927~^1^1^~burrito~^119^72^8.986 ~22927~^2^1^~oz~^28^^ ~22928~^1^1^~burrito cooked~^116^72^15.027 ~22928~^2^1^~oz~^28.35^^ ~22929~^1^1^~cup~^259^1^ ~22929~^2^1^~serving~^259^1^ ~22930~^1^1^~cup (1 serving)~^252^1^ ~22931~^1^1^~cup (1 serving)~^252^1^ ~22932~^1^1^~cup (1 serving)~^252^1^ ~22935~^1^1^~serving (1 serving)~^252^1^ ~22936~^1^1^~cup (1 serving)~^252^1^ ~22937~^1^1^~cup (1 serving)~^252^1^ ~22938~^1^1^~cup (1 serving)~^252^1^ ~22939~^1^1^~cup (1 serving)~^252^1^ ~22940~^1^1^~cup (1 serving)~^252^1^ ~22941~^1^1^~cup (1 serving)~^252^1^ ~22942~^1^1^~cup (1 serving)~^252^1^ ~22943~^1^.167^~box (NLEA serving size)~^85^1^ ~22944~^1^1^~serving~^125^1^ ~22945~^1^.167^~box (NLEA serving)~^103^1^ ~22946~^1^.167^~box (NLEA serving)~^94^1^ ~22947~^1^1^~serving (NLEA serving)~^94^1^ ~22948~^1^1^~serving~^85^1^ ~22949~^1^.167^~box (NLEA serving)~^81^1^ ~22950~^1^1^~serving~^246^1^ ~22951~^1^1^~can (1 serving)~^298^1^ ~22952~^1^1^~cup (1 serving)~^247^1^ ~22953~^1^1^~roll~^85^3^8.401 ~22953~^2^1^~oz~^28.35^^ ~22954~^1^1^~roll~^80^3^8.792 ~22954~^2^1^~oz~^28.35^^ ~22955~^1^1^~roll~^78^2^ ~22955~^2^1^~oz~^28.35^^ ~22956~^1^1^~serving~^227^12^24.072 ~22956~^2^1^~cup~^226^2^ ~22956~^3^1^~oz~^28.35^^ ~22957~^1^1^~serving~^385^37^61.049 ~22957~^2^1^~package~^422^37^64.967 ~22957~^3^1^~oz~^28.35^^ ~22958~^1^1^~bowl~^340^12^21.955 ~23001~^1^1^~oz~^28.35^^ ~23001~^2^1^~lb~^453.6^^ ~23002~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^286^^ ~23002~^2^3^~oz~^85^^ ~23003~^1^1^~oz~^28.35^^ ~23003~^2^1^~lb~^453.6^^ ~23004~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^288^^ ~23004~^2^3^~oz~^85^^ ~23005~^1^1^~oz~^28.35^^ ~23005~^2^1^~lb~^453.6^^ ~23006~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^287^^ ~23006~^2^3^~oz~^85^^ ~23007~^1^1^~oz~^28.35^^ ~23007~^2^1^~lb~^453.6^^ ~23008~^1^1^~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~^364^^ ~23008~^2^3^~oz~^85^^ ~23030~^1^1^~steak~^191^6^31.976 ~23031~^1^1^~steak~^141^6^22.928 ~23031~^2^1^~serving (3 oz)~^85^^ ~23032~^1^1^~steak~^200^4^55.272 ~23033~^1^1^~steak~^174^4^15.269 ~23033~^2^1^~serving (3 oz)~^85^^ ~23034~^1^1^~medallion~^40^6^2.474 ~23035~^1^1^~medallion~^30^6^2.215 ~23035~^2^1^~serving (3 oz)~^85^^ ~23036~^1^1^~medallion~^44^3^.092 ~23037~^1^1^~steak~^246^6^19.317 ~23038~^1^1^~steak~^188^6^19.013 ~23038~^2^1^~serving (3 oz)~^85^^ ~23039~^1^1^~steak~^233^4^17.079 ~23040~^1^1^~steak~^179^4^18.289 ~23040~^2^1^~serving (3 oz)~^85^^ ~23041~^1^1^~steak~^254^6^32.632 ~23042~^1^1^~steak~^193^6^27.408 ~23042~^2^1^~serving (3 oz)~^85^^ ~23043~^1^1^~steak~^243^4^29.155 ~23044~^1^1^~steak~^186^4^27.711 ~23044~^2^1^~serving (3 oz)~^85^^ ~23045~^1^1^~steak~^209^6^62.14 ~23046~^1^1^~steak~^156^6^39.848 ~23047~^1^1^~steak~^203^4^27.316 ~23048~^1^1^~steak~^160^4^18.142 ~23049~^1^1^~steak~^293^6^20.989 ~23050~^1^1^~steak~^225^6^20.651 ~23050~^2^1^~serving (3 oz)~^85^^ ~23052~^1^1^~steak~^253^4^10.281 ~23052~^2^1^~serving (3 oz)~^85^^ ~23053~^1^1^~medallion~^41^9^3.094 ~23054~^1^1^~medallion~^32^10^2.644 ~23054~^2^1^~serving (3 oz)~^85^^ ~23055~^1^1^~steak~^207^7^41.684 ~23056~^1^1^~steak~^168^7^14.22 ~23056~^2^1^~serving (3 oz)~^85^^ ~23057~^1^1^~steak~^241^10^18.658 ~23058~^1^1^~steak~^184^10^18.239 ~23058~^2^1^~serving (3 oz)~^85^^ ~23059~^1^1^~steak~^250^10^30.067 ~23060~^1^1^~steak~^190^10^26.221 ~23060~^2^1^~serving (3 oz)~^85^^ ~23061~^1^1^~steak~^197^13^46.546 ~23062~^1^1^~steak~^150^13^31.963 ~23063~^1^1^~steak~^305^10^22.75 ~23064~^1^1^~steak~^236^10^22.085 ~23064~^2^1^~serving (3 oz)~^85^^ ~23065~^1^1^~medallion~^34^4^1.503 ~23065~^2^1^~serving (3 oz)~^85^^ ~23501~^1^1^~patty~^68^^ ~23503~^1^1^~patty~^64^^ ~23509~^1^3^~oz ( 1 serving )~^85^^ ~23509~^2^1^~lb~^453.6^^ ~23511~^1^3^~oz ( 1 serving )~^85^^ ~23511~^2^1^~lb~^453.6^^ ~23514~^1^3^~oz ( 1 serving )~^85^^ ~23514~^2^1^~lb~^453.6^^ ~23516~^1^3^~oz ( 1 serving )~^85^^ ~23516~^2^1^~lb~^453.6^^ ~23519~^1^3^~oz ( 1 serving )~^85^^ ~23519~^2^1^~lb~^453.6^^ ~23521~^1^3^~oz ( 1 serving )~^85^^ ~23521~^2^1^~lb~^453.6^^ ~23523~^1^3^~oz ( 1 serving )~^85^^ ~23523~^2^1^~lb~^453.6^^ ~23525~^1^3^~oz ( 1 serving )~^85^^ ~23525~^2^1^~lb~^453.6^^ ~23528~^1^3^~oz ( 1 serving )~^85^^ ~23528~^2^1^~lb~^453.6^^ ~23531~^1^3^~oz ( 1 serving )~^85^^ ~23531~^2^1^~lb~^453.6^^ ~23533~^1^3^~oz ( 1 serving )~^85^^ ~23533~^2^1^~lb~^453.6^^ ~23536~^1^3^~oz ( 1 serving )~^85^^ ~23536~^2^1^~lb~^453.6^^ ~23540~^1^3^~oz ( 1 serving )~^85^^ ~23540~^2^1^~lb~^453.6^^ ~23541~^1^3^~oz ( 1 serving )~^85^^ ~23541~^2^1^~lb~^453.6^^ ~23545~^1^3^~oz ( 1 serving )~^85^^ ~23545~^2^1^~lb~^453.6^^ ~23547~^1^3^~oz ( 1 serving )~^85^^ ~23547~^2^1^~lb~^453.6^^ ~23549~^1^3^~oz ( 1 serving )~^85^^ ~23549~^2^1^~lb~^453.6^^ ~23552~^1^3^~oz ( 1 serving )~^85^^ ~23552~^2^1^~lb~^453.6^^ ~23554~^1^3^~oz ( 1 serving )~^85^^ ~23554~^2^1^~lb~^453.6^^ ~23558~^1^1^~serving (3 oz)~^85^1^ ~23558~^2^1^~patty (yield from 1/4 lb raw meat)~^82^42^4.115 ~23559~^1^1^~serving ( 3 oz )~^85^1^ ~23559~^2^1^~patty ( yield from 1/4 lb raw meat )~^86^18^2.016 ~23560~^1^1^~serving ( 3 oz )~^85^1^ ~23560~^2^1^~portion ( yield from 1/2 lb raw meat )~^154^18^3.087 ~23561~^1^1^~serving ( 3 oz )~^85^1^ ~23561~^2^1^~loaf ( yield from 1 lb raw meat )~^323^6^10.016 ~23563~^1^1^~serving~^85^1^ ~23563~^2^1^~patty~^82^42^4.115 ~23564~^1^1^~serving ( 3 oz )~^85^1^ ~23564~^2^1^~patty ( yield from 1/4 lb raw meat )~^86^18^2.016 ~23565~^1^1^~serving ( 3 oz )~^85^1^ ~23565~^2^1^~portion ( yield from 1/2 lb raw meat )~^154^18^3.087 ~23566~^1^1^~serving ( 3 oz )~^85^1^ ~23566~^2^1^~loaf ( yield from 1 lb raw meat )~^323^6^10.016 ~23569~^1^1^~serving ( 3 oz )~^85^1^ ~23569~^2^1^~patty ( yield from 1/4 lb raw meat )~^83^18^4.288 ~23570~^1^1^~serving ( 3 oz )~^85^1^ ~23570~^2^1^~portion ( yield from 1/2 lb raw meat )~^149^18^7.354 ~23571~^1^1^~serving ( 3 oz )~^85^1^ ~23571~^2^1^~loaf ( yield from 1 lb raw meat )~^309^6^20.448 ~23573~^1^1^~serving~^85^1^ ~23573~^2^1^~patty~^77^42^5.205 ~23574~^1^1^~serving ( 3 oz )~^85^1^ ~23574~^2^1^~patty ( yield from 1/4 lb raw meat )~^83^18^4.288 ~23575~^1^1^~serving ( 3 oz )~^85^1^ ~23575~^2^1^~portion ( yield from 1/2 lb raw meat )~^149^18^7.354 ~23576~^1^1^~serving ( 3 oz )~^85^1^ ~23576~^2^1^~loaf ( yield from 1 lb raw meat )~^309^6^20.448 ~23578~^1^1^~serving~^85^1^ ~23578~^2^1^~patty~^70^42^2.946 ~23579~^1^1^~serving ( 3 oz )~^85^1^ ~23579~^2^1^~patty ( yield from 1/4 lb raw meat )~^77^18^3.232 ~23580~^1^1^~serving ( 3 oz )~^85^1^ ~23580~^2^1^~portion ( yield from 1/2 lb raw meat )~^139^18^4.947 ~23581~^1^1^~serving ( 3 oz )~^85^1^ ~23581~^2^1^~loaf ( yield from 1 lb raw meat )~^284^6^4.014 ~23582~^1^1^~oz~^28.35^1^ ~23582~^2^1^~lb~^453.6^1^ ~23583~^1^1^~oz~^28.35^^ ~23583~^2^1^~lb~^453.6^^ ~23584~^1^1^~oz~^28.35^1^ ~23584~^2^1^~lb~^453.6^1^ ~23585~^1^1^~oz~^28.35^^ ~23585~^2^1^~lb~^453.6^^ ~23586~^1^1^~oz~^28.35^^ ~23586~^2^1^~lb~^453.6^^ ~23587~^1^1^~oz~^28.35^^ ~23587~^2^1^~lb~^453.6^^ ~23588~^1^1^~oz~^28.35^1^ ~23588~^2^1^~lb~^453.6^1^ ~23589~^1^1^~oz~^28.35^^ ~23589~^2^1^~lb~^453.6^^ ~23590~^1^1^~oz~^28.35^1^ ~23591~^1^1^~oz~^28.35^^ ~23591~^2^1^~lb~^453.6^^ ~23592~^1^1^~oz~^28.35^^ ~23592~^2^1^~lb~^453.6^^ ~23593~^1^1^~oz~^28.35^^ ~23593~^2^1^~lb~^453.6^^ ~23595~^1^1^~oz~^28.35^^ ~23595~^2^1^~lb~^453.6^^ ~23596~^1^1^~oz~^28.35^^ ~23596~^2^1^~lb~^453.6^^ ~23597~^1^1^~oz~^28.35^^ ~23597~^2^1^~lb~^453.6^^ ~23598~^1^1^~oz~^28.35^1^ ~23599~^1^1^~oz~^28.35^^ ~23599~^2^1^~lb~^453.6^^ ~23600~^1^1^~oz~^28.35^1^ ~23600~^2^1^~lb~^453.6^1^ ~23601~^1^1^~oz~^28.35^^ ~23601~^2^1^~lb~^453.6^^ ~23602~^1^1^~oz~^28.35^1^ ~23602~^2^1^~lb~^453.6^1^ ~23603~^1^1^~oz~^28.35^^ ~23603~^2^1^~lb~^453.6^^ ~23604~^1^1^~oz~^28.35^1^ ~23605~^1^1^~oz~^28.35^1^ ~23605~^2^1^~lb~^453.6^1^ ~23606~^1^1^~oz~^28.35^1^ ~23606~^2^1^~lb~^453.6^1^ ~23607~^1^1^~oz~^28.35^^ ~23607~^2^1^~lb~^453.6^^ ~23608~^1^1^~oz~^28.35^1^ ~23608~^2^1^~lb~^453.6^1^ ~23609~^1^1^~oz~^28.35^^ ~23609~^2^1^~lb~^453.6^^ ~23610~^1^1^~oz~^28.35^1^ ~23610~^2^1^~lb~^453.6^1^ ~23611~^1^1^~oz~^28.35^1^ ~23611~^2^1^~lb~^453.6^1^ ~23612~^1^1^~oz~^28.35^1^ ~23612~^2^1^~lb~^453.6^1^ ~23613~^1^1^~oz~^28.35^^ ~23613~^2^1^~lb~^453.6^^ ~23614~^1^1^~oz~^28.35^1^ ~23614~^2^1^~lb~^453.6^1^ ~23615~^1^1^~oz~^28.35^^ ~23615~^2^1^~lb~^453.6^^ ~23616~^1^1^~oz~^28.35^1^ ~23616~^2^1^~lb~^453.6^1^ ~23617~^1^1^~oz~^28.35^1^ ~23617~^2^1^~lb~^453.6^1^ ~23619~^1^1^~oz~^28.35^^ ~23619~^2^1^~lb~^453.6^^ ~23620~^1^1^~oz~^28.35^^ ~23620~^2^1^~lb~^453.6^^ ~23621~^1^1^~oz~^28.35^^ ~23621~^2^1^~lb~^453.6^^ ~23622~^1^1^~oz~^28.35^1^ ~23622~^2^1^~lb~^453.6^1^ ~23623~^1^1^~oz~^28.35^^ ~23623~^2^1^~lb~^453.6^^ ~23624~^1^1^~oz~^28.35^^ ~23624~^2^1^~lb~^453.6^^ ~23625~^1^1^~oz~^28.35^1^ ~23625~^2^1^~lb~^453.6^1^ ~23626~^1^1^~oz~^28.35^1^ ~23626~^2^1^~lb~^453.6^1^ ~23627~^1^1^~oz~^28.35^^ ~23627~^2^1^~lb~^453.6^^ ~23628~^1^1^~oz~^28.35^^ ~23628~^2^1^~lb~^453.6^^ ~23629~^1^1^~oz~^28.35^1^ ~23629~^2^1^~lb~^453.6^1^ ~23630~^1^1^~oz~^28.35^^ ~23630~^2^1^~lb~^453.6^^ ~23631~^1^1^~oz~^28.35^1^ ~23631~^2^1^~lb~^453.6^1^ ~23632~^1^1^~oz~^28.35^^ ~23632~^2^1^~lb~^453.6^^ ~23633~^1^1^~oz~^28.35^1^ ~23633~^2^1^~lb~^453.6^1^ ~23634~^1^1^~oz~^28.35^^ ~23634~^2^1^~lb~^453.6^^ ~23635~^1^1^~oz~^28.35^^ ~23635~^2^1^~lb~^453.6^^ ~23636~^1^1^~oz~^28.35^^ ~23636~^2^1^~lb~^453.6^^ ~23637~^1^1^~oz~^28.35^^ ~23637~^2^1^~lb~^453.6^^ ~23638~^1^1^~oz~^28.35^1^ ~23638~^2^1^~lb~^453.6^1^ ~23646~^1^1^~roast~^261^19^ ~23647~^1^1^~roast~^591^10^ ~23648~^1^1^~roast~^271^9^ ~23649~^1^1^~roast (yield from 666 g raw meat)~^547^10^ ~23650~^1^1^~roast~^252^10^ ~23651~^1^1^~roast~^1289^20^ ~23652~^1^1^~roast~^1392^10^ ~23653~^1^1^~roast~^1187^10^ ~23654~^1^1^~steak~^383^20^ ~23655~^1^1^~steak (yield from 467 g raw meat)~^379^10^ ~23656~^1^1^~steak~^188^20^ ~23657~^1^1^~steak~^173^10^ ~23658~^1^1^~steak~^434^10^ ~23659~^1^1^~steak~^470^10^ ~23660~^1^1^~steak (yield from 593 g raw meat)~^409^10^ ~25000~^1^1^~oz~^28.35^12^1.588 ~25001~^1^1^~oz~^28.35^^ ~25002~^1^1^~oz~^28.35^^ ~25004~^1^1^~bar~^55^1^ ~25005~^1^1^~bar~^55^1^ ~25006~^1^1^~bar~^44^1^ ~25007~^1^1^~bar~^28^^ ~25008~^1^1^~bar~^44^1^ ~25009~^1^1^~bar~^24^^ ~25010~^1^1^~bar~^22^1^ ~25012~^1^1^~oz~^28.35^1^ ~25013~^1^1^~oz~^28.35^^ ~25014~^1^1^~oz~^28.35^12^2.428 ~25015~^1^1^~bar~^80^1^ ~25016~^1^1^~bar~^44^4^6.235 ~25016~^2^1^~bar~^55^^ ~25017~^1^1^~bar~^68^20^2.491 ~25018~^1^1^~bar~^22^1^ ~25022~^1^1^~oz~^28.35^^ ~25023~^1^1^~oz~^28.35^^ ~25024~^1^1^~large~^143^^ ~25024~^2^1^~medium~^115^^ ~25024~^3^1^~small~^62^^ ~25025~^1^1^~oz~^28.35^^ ~25026~^1^1^~oz~^28.35^12^2.428 ~25027~^1^1^~oz~^28.35^6^1.098 ~25028~^1^1^~oz~^28.35^6^97.765 ~27000~^1^1^~cup~^241^12^4.727 ~27001~^1^1^~cup~^233^12^23.687 ~27002~^1^1^~cup~^223^12^29.9 ~27004~^1^1^~cup~^245^1^ ~27004~^2^1^~serving~^245^1^ ~27005~^1^1^~cup~^245^1^ ~27005~^2^1^~serving~^245^1^ ~27006~^1^1^~cup~^245^1^ ~27006~^2^1^~serving~^245^1^ ~27007~^1^1^~serving~^245^1^ ~27007~^2^1^~cup~^245^1^ ~27008~^1^1^~cup~^245^1^ ~27008~^2^1^~serving~^245^1^ ~27009~^1^1^~cup~^245^1^ ~27009~^2^1^~serving~^245^1^ ~27010~^1^1^~cup~^245^1^ ~27010~^2^1^~serving~^245^1^ ~27011~^1^1^~cup~^245^1^ ~27011~^2^1^~serving~^245^1^ ~27012~^1^.5^~cup~^124^1^ ~27012~^2^1^~serving~^124^1^ ~27013~^1^.5^~cup~^126^1^ ~27013~^2^1^~serving~^126^1^ ~27014~^1^.5^~cup~^126^1^ ~27014~^2^1^~serving~^126^1^ ~27015~^1^.5^~cup~^126^1^ ~27015~^2^1^~serving~^126^1^ ~27016~^1^.5^~cup~^126^1^ ~27016~^2^1^~serving~^126^1^ ~27017~^1^1^~cup~^245^1^ ~27017~^2^1^~serving~^245^1^ ~27018~^1^1^~cup~^245^1^ ~27018~^2^1^~serving~^245^1^ ~27019~^1^1^~cup~^245^1^ ~27019~^2^1^~serving~^245^1^ ~27020~^1^1^~cup~^245^1^ ~27020~^2^1^~serving~^245^1^ ~27021~^1^1^~cup~^245^1^ ~27021~^2^1^~serving~^245^1^ ~27022~^1^1^~serving~^305^1^ ~27022~^2^1^~container~^305^1^ ~27023~^1^1^~serving~^305^1^ ~27023~^2^1^~container~^305^1^ ~27024~^1^1^~cup~^245^1^ ~27024~^2^1^~serving~^245^1^ ~27025~^1^1^~cup~^245^1^ ~27025~^2^1^~serving~^245^1^ ~27026~^1^1^~cup~^245^1^ ~27026~^2^1^~serving~^245^1^ ~27027~^1^1^~serving~^32^1^ ~27027~^2^2^~tbsp~^32^1^ ~27028~^1^1^~serving~^32^1^ ~27028~^2^2^~tbsp~^32^1^ ~27029~^1^1^~serving~^32^1^ ~27029~^2^2^~tbsp~^32^1^ ~27030~^1^1^~serving~^32^1^ ~27030~^2^2^~tbsp~^32^1^ ~27032~^1^.5^~cup~^126^1^ ~27032~^2^1^~serving~^126^1^ ~27033~^1^.5^~cup~^130^1^ ~27034~^1^1^~serving 1/2 cup~^124^1^ ~31001~^1^8^~oz~^243^1^ ~31001~^2^1^~serving~^243^1^ ~31002~^1^8^~oz~^243^1^ ~31002~^2^1^~serving~^243^1^ ~31003~^1^8^~oz~^243^1^ ~31003~^2^1^~serving~^243^1^ ~31004~^1^8^~oz~^243^1^ ~31004~^2^1^~serving~^243^1^ ~31005~^1^8^~oz~^243^1^ ~31005~^2^1^~serving~^243^1^ ~31006~^1^8^~oz~^243^1^ ~31006~^2^1^~serving~^243^1^ ~31007~^1^8^~oz~^243^1^ ~31007~^2^1^~serving~^243^1^ ~31008~^1^1^~serving~^243^1^ ~31008~^2^8^~oz~^243^1^ ~31010~^1^8^~oz~^243^1^ ~31010~^2^1^~serving~^243^1^ ~31011~^1^8^~oz~^243^1^ ~31011~^2^1^~serving~^243^1^ ~31012~^1^8^~oz~^243^1^ ~31012~^2^1^~serving~^243^1^ ~31013~^1^8^~oz~^243^1^ ~31013~^2^1^~serving~^243^1^ ~31014~^1^1^~oz~^30^1^ ~31014~^2^1^~serving~^30^1^ ~31015~^1^2^~tbsp~^30^1^ ~31015~^2^1^~serving~^30^1^ ~42040~^1^1^~tbsp~^20^^ ~42040~^2^1^~tsp~^6.7^^ ~42055~^1^1^~tsp~^8.0^^ ~42100~^1^1^~cup (1 NLEA serving)~^29^^ ~42116~^1^1^~cup~^245^^ ~42116~^2^1^~tbsp~^15.0^^ ~42117~^1^1^~cup, shredded~^113^^ ~42117~^2^1^~cubic inch~^18^^ ~42119~^1^1^~fl oz~^31.5^^ ~42119~^2^1^~bottle NFS~^126^^ ~42120~^1^1^~fl oz~^31.5^^ ~42120~^2^1^~bottle NFS~^126^^ ~42128~^1^1^~cup pieces~^138^^ ~42128~^2^1^~cubic inch~^20^^ ~42129~^1^1^~cup pieces~^138^^ ~42129~^2^1^~cubic inch~^14.0^^ ~42129~^3^1^~slice, medium~^28^^ ~42129~^5^1^~slice, thick~^43^^ ~42129~^6^1^~slice, thin~^14.0^^ ~42130~^1^1^~cup pieces~^82^^ ~42130~^2^1^~oz~^28^^ ~42130~^3^1^~oz cooked, yield~^16^^ ~42131~^1^1^~cup~^137^^ ~42135~^1^1^~cup~^75^^ ~42136~^1^1^~cup~^94^^ ~42136~^2^1^~packet~^3.0^^ ~42137~^1^1^~tbsp~^13.4^^ ~42137~^2^1^~fl oz~^26.0^^ ~42138~^1^1^~cup~^231^^ ~42138~^2^1^~tbsp~^14.6^^ ~42139~^1^1^~oz~^28.35^^ ~42140~^1^1^~cup~^216^^ ~42140~^2^1^~tbsp~^14.0^^ ~42141~^1^1^~cup~^242^^ ~42141~^2^1^~fl oz~^30.0^^ ~42148~^1^1^~serving 1.63 oz singles bag~^46^1^ ~42148~^2^1^~cup~^203^^ ~42148~^3^1^~piece~^2.2^^ ~42149~^1^1^~cup~^234^^ ~42149~^2^1^~fl oz~^29.2^^ ~42150~^1^1^~tbsp~^15.0^^ ~42150~^2^1^~jar NFS~^113^^ ~42150~^3^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~42151~^1^1^~cup~^207^^ ~42151~^2^1^~tbsp~^13.0^^ ~42153~^1^1^~cup~^249^^ ~42153~^2^1^~tbsp~^16^^ ~42155~^1^1^~cup, diced~^132^^ ~42155~^2^1^~cup, shredded~^113^^ ~42155~^3^1^~cubic inch~^17^^ ~42155~^4^1^~slice (1 oz)~^28^^ ~42157~^1^1^~cup~^264^^ ~42157~^2^1^~tbsp~^17^^ ~42158~^1^1^~cup~^234^^ ~42158~^2^1^~tbsp~^15.0^^ ~42161~^1^1^~slice~^28^1^ ~42161~^2^1^~cubic inch~^14.0^^ ~42161~^3^1^~slice, medium~^28^^ ~42161~^5^1^~slice, thick~^43^^ ~42161~^6^1^~slice, thin~^14.0^^ ~42171~^1^1^~cup~^260^^ ~42171~^2^1^~tbsp~^16^^ ~42173~^1^1^~cup, cooked~^130^^ ~42173~^2^1^~oz~^28^^ ~42173~^3^1^~oz cooked, yield~^21^^ ~42173~^4^1^~patty, cooked~^25^^ ~42178~^1^1^~cup~^240^^ ~42178~^2^1^~tbsp~^15.0^^ ~42179~^1^1^~cup, sliced~^151^^ ~42179~^2^1^~frankfurter~^57^^ ~42181~^1^1^~fl oz~^30.2^^ ~42182~^1^1^~cup~^230^^ ~42182~^2^1^~fl oz~^28.8^^ ~42184~^1^1^~cup~^85^^ ~42185~^1^1^~cup~^186^^ ~42186~^1^1^~cup~^174^^ ~42187~^1^1^~cup~^174^^ ~42188~^1^1^~cup, sliced~^151^^ ~42188~^2^1^~frankfurter~^57^^ ~42189~^1^1^~cup~^245^^ ~42189~^2^1^~fl oz~^30.6^^ ~42190~^1^2^~links 1 NLEA serving~^45^2^ ~42190~^2^3^~links 1 NLEA serving~^60^1^ ~42192~^1^1^~cup~^265^^ ~42192~^2^1^~tbsp~^17^^ ~42193~^1^1^~cup~^256^^ ~42193~^2^1^~tbsp~^16^^ ~42196~^1^1^~serving 1.76 oz bar~^50^1^ ~42196~^2^1^~bar fun size~^19^1^ ~42196~^3^1^~serving 5 miniatures~^41^1^ ~42204~^1^1^~cubic inch~^4.2^^ ~42205~^1^1^~cubic inch~^16^^ ~42205~^2^1^~slice (3/4 oz)~^21^^ ~42227~^1^1^~serving 1.31 oz bag~^37^1^ ~42227~^2^1^~serving about 1/4 cup~^42^1^ ~42227~^3^1^~cup~^195^^ ~42227~^4^1^~piece~^3.4^^ ~42230~^1^1^~cup~^269^^ ~42230~^2^1^~tbsp~^17^^ ~42231~^1^1^~cup~^218^^ ~42231~^2^1^~tbsp~^13.6^^ ~42235~^1^1^~cup~^227^^ ~42236~^1^1^~cup~^28^^ ~42237~^1^1^~cup~^57^^ ~42237~^2^1^~biscuit~^18^^ ~42240~^1^.75^~cup (1 NLEA serving)~^31^^ ~42241~^1^1^~cup pieces~^147^^ ~42241~^2^1^~cubic inch~^14.0^^ ~42256~^1^1^~tablespoon~^14.0^^ ~42259~^1^1^~oz~^28.35^^ ~42261~^1^.667^~cup (1 NLEA serving)~^53^^ ~42262~^1^1^~cup pieces~^138^^ ~42262~^2^1^~cubic inch~^18^^ ~42265~^1^.667^~cup (1 NLEA serving)~^54^^ ~42266~^1^1^~fl oz~^30.8^^ ~42266~^3^1^~bottle NFS~^246^^ ~42267~^1^1^~fl oz~^30.8^^ ~42267~^3^1^~bottle NFS~^246^^ ~42270~^1^1^~cup~^249^^ ~42270~^2^1^~fl oz~^31.1^^ ~42270~^3^1^~drink box (8.45 fl oz)~^263^^ ~42272~^1^1^~oz~^28.35^^ ~42278~^1^1^~cup~^230^^ ~42278~^2^1^~tbsp~^14.4^^ ~42278~^3^1^~jar Earth's Best (4.5 oz)~^128^^ ~42279~^1^1^~cup~^230^^ ~42279~^2^1^~tbsp~^14.4^^ ~42279~^3^1^~jar Earth's Best (4.5 oz)~^128^^ ~42280~^1^1^~cup, sliced~^143^^ ~42283~^1^1^~cup~^34^^ ~42283~^2^10^~chips~^12.0^^ ~42284~^1^1^~cookie~^1.7^^ ~42285~^1^1^~tbsp~^3.7^^ ~42289~^1^1^~cup~^224^^ ~42289~^2^1^~tbsp~^14.0^^ ~42289~^3^1^~teaspoon~^4.5^^ ~42290~^1^1^~cup~^247^^ ~42290~^2^1^~fl oz~^30.9^^ ~42291~^1^1^~tbsp~^16^^ ~42297~^1^1^~cup (1 NLEA serving)~^59^^ ~42303~^1^1^~cup, shredded~^113^^ ~42303~^2^1^~cubic inch~^18^^ ~42303~^3^1^~slice~^28^^ ~42304~^1^1^~cup, shredded~^113^^ ~42307~^1^1^~tablespoon~^14.0^^ ~42309~^1^1^~tablespoon~^14.0^^ ~42310~^1^1^~tablespoon~^14.0^^ ~42313~^1^1^~tablespoon~^14.0^^ ~42316~^1^1^~oz~^28.35^^ ~43004~^1^1^~tbsp~^15.0^^ ~43004~^2^1^~jar NFS~^113^^ ~43004~^3^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~43004~^4^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~43006~^1^1^~tbsp~^15.0^^ ~43006~^2^1^~jar NFS~^113^^ ~43006~^3^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~43007~^1^1^~tbsp~^15.0^^ ~43007~^2^1^~jar NFS~^170^^ ~43007~^3^1^~jar Heinz Junior-3 (6 oz)~^170^^ ~43008~^1^1^~tbsp~^16^^ ~43008~^2^1^~jar, Gerber (4 oz)~^113^^ ~43008~^3^1^~jar NFS~^113^^ ~43008~^4^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~43015~^1^1^~cup~^235^^ ~43015~^2^1^~tbsp~^14.7^^ ~43015~^3^1^~serving (2 tbsp)~^30^^ ~43016~^1^1^~cup~^250^^ ~43016~^2^1^~tbsp~^16^^ ~43017~^1^1^~cup~^245^^ ~43017~^2^1^~tbsp~^15^^ ~43019~^1^1^~cup~^250^^ ~43019~^2^1^~tbsp~^16^^ ~43020~^1^1^~cup~^245^^ ~43020~^2^1^~tbsp~^15^^ ~43021~^1^1^~cup~^240^^ ~43021~^2^1^~tbsp~^15.0^^ ~43026~^1^1^~cup~^240^^ ~43026~^2^1^~tbsp~^15.0^^ ~43028~^1^1^~cup~^224^^ ~43028~^2^1^~tbsp~^14.0^^ ~43031~^1^1^~piece~^14.0^^ ~43046~^1^1^~piece~^14.0^^ ~43057~^1^1^~cup~^182^^ ~43057~^2^1^~piece~^5.0^^ ~43058~^1^1^~piece~^3.0^^ ~43060~^1^1^~piece~^2.0^^ ~43075~^1^1^~cup (8 fl oz)~^250^^ ~43075~^2^1^~fl oz~^31.2^^ ~43078~^1^1^~tbsp~^7.0^^ ~43078~^2^1^~envelope~^21^^ ~43098~^1^1^~cup~^264^^ ~43100~^3^1^~bar~^43^^ ~43109~^1^1^~large~^143^^ ~43109~^2^1^~medium~^115^^ ~43109~^3^1^~small~^62^^ ~43112~^1^1^~cup~^253^^ ~43114~^1^1^~cup~^140^^ ~43125~^1^1^~cup~^240^^ ~43128~^1^1^~cup~^168^^ ~43129~^1^1^~stick~^28^^ ~43130~^1^1^~cup, sliced~^140^^ ~43130~^2^1^~frankfurter~^70^^ ~43131~^2^1^~slice, thin~^14.0^^ ~43132~^1^1^~cup~^144^^ ~43134~^1^1^~fillet~^85^^ ~43135~^1^1^~tbsp~^15.0^^ ~43136~^1^1^~cup~^247^^ ~43137~^1^1^~slice~^56^^ ~43142~^1^1^~cup~^150^^ ~43143~^1^1^~cup~^150^^ ~43144~^1^1^~cup~^128^^ ~43146~^1^1^~cup~^136^^ ~43154~^1^1^~tsp~^4.9^^ ~43154~^2^1^~fl oz~^29.0^^ ~43155~^1^1^~fl oz~^29.5^^ ~43155~^2^1^~serving 5 fl oz~^148^^ ~43158~^1^1^~serving 1 packet~^1.0^25^.099 ~43158~^2^1^~serving 1 packet SUGAR TWIN~^0.8^4^ ~43205~^1^1^~tbsp~^7.4^^ ~43205~^2^1^~envelope~^37^^ ~43212~^1^1^~tbsp~^7.0^^ ~43214~^1^1^~cup~^80^^ ~43215~^1^1^~tablespoon~^15.0^^ ~43215~^2^1^~serving (2 tbsp)~^30^^ ~43216~^1^1^~cup~^196^^ ~43216~^2^1^~tsp~^4.2^^ ~43216~^3^1^~individual packet~^3.0^^ ~43217~^1^1^~cup~^244^^ ~43218~^1^1^~cup~^113^^ ~43241~^1^1^~cup~^122^^ ~43245~^1^1^~cup (1 NLEA serving)~^55^^ ~43260~^1^1^~tbsp~^5.6^^ ~43260~^2^1^~envelope~^20^^ ~43261~^1^1^~cup (8 fl oz)~^245^^ ~43261~^2^1^~container (4.4 oz)~^125^^ ~43261~^3^1^~container (6 oz)~^170^^ ~43261~^4^1^~container (8 oz)~^227^^ ~43268~^1^1^~cup~^80^^ ~43273~^1^1^~cup~^226^^ ~43274~^1^1^~cup~^240^^ ~43274~^2^1^~tbsp~^15.0^^ ~43274~^3^1^~tbsp, whipped~^10.0^^ ~43275~^1^1^~cup, diced~^140^^ ~43275~^2^1^~cup, shredded~^113^^ ~43275~^3^1^~cubic inch~^18^^ ~43275~^4^1^~slice (3/4 oz)~^21^^ ~43276~^1^1^~cup~^240^^ ~43276~^2^1^~oz~^28.35^^ ~43278~^1^1^~cup~^224^^ ~43278~^2^1^~cubic inch~^18^^ ~43278~^3^1^~slice~^21^^ ~43283~^1^1^~cup, chopped or diced~^140^^ ~43287~^1^1^~cup, chopped or diced~^140^^ ~43297~^1^1^~cup~^22^^ ~43299~^1^1^~cup~^225^^ ~43311~^1^1^~cup~^180^^ ~43312~^1^1^~cup~^182^^ ~43325~^2^1^~oz, boneless~^28.35^^ ~43325~^6^1^~cubic inch, boneless~^17^^ ~43326~^2^1^~oz, boneless~^28.35^^ ~43326~^6^1^~cubic inch, boneless~^17^^ ~43329~^1^1^~cup~^232^^ ~43329~^2^1^~tbsp~^14.5^^ ~43331~^1^1^~cup~^240^^ ~43331~^2^1^~tbsp~^15.0^^ ~43340~^1^1^~cup, grated~^100^^ ~43340~^2^1^~tbsp~^5.0^^ ~43343~^1^1^~tsp dry~^6.4^^ ~43345~^1^1^~tsp~^2.0^^ ~43346~^1^1^~fl oz~^29.8^^ ~43346~^4^1^~bar~^74^^ ~43350~^1^1^~cup~^142^^ ~43352~^1^1^~cup~^226^^ ~43355~^1^1^~cup~^224^^ ~43355~^2^1^~tbsp~^14.0^^ ~43364~^1^1^~cup~^26^^ ~43364~^2^1^~bag, single serving~^28^^ ~43364~^3^10^~chips~^18^^ ~43365~^1^1^~cup~^242^^ ~43365~^2^1^~fl oz~^30.2^^ ~43366~^2^1^~oz with bone, cooked (yield after bone removed)~^19^^ ~43366~^3^1^~cubic inch, boneless~^17^^ ~43367~^2^1^~oz with bone, cooked (yield after bone removed)~^21^^ ~43367~^3^1^~cubic inch, boneless~^17^^ ~43369~^1^1^~cup~^244^^ ~43369~^2^1^~fl oz~^30.5^^ ~43372~^1^1^~tsp~^8.0^^ ~43372~^2^1^~packet~^21^^ ~43373~^1^1^~tbsp~^16^^ ~43373~^2^1^~jar NFS~^170^^ ~43373~^4^1^~jar Beech-Nut Table Time (6 oz)~^170^^ ~43378~^1^1^~slice cooked~^8.0^157^ ~43379~^1^1^~cup, diced~^140^^ ~43379~^2^1^~cup, shredded~^113^^ ~43379~^3^1^~cubic inch~^18^^ ~43379~^4^1^~slice (3/4 oz)~^21^^ ~43382~^1^1^~cup~^253^^ ~43382~^2^1^~fl oz~^31.6^^ ~43384~^1^1^~cup pieces~^138^^ ~43384~^2^1^~slice, medium~^28^^ ~43384~^4^1^~slice, thick~^43^^ ~43384~^5^1^~slice, thin~^14.0^^ ~43387~^1^1^~cup~^144^^ ~43388~^1^1^~cup (8 fl oz)~^240^^ ~43388~^2^1^~fl oz~^30.0^^ ~43390~^2^1^~oz, boneless~^28.35^^ ~43390~^3^1^~cubic inch, boneless~^17^^ ~43390~^4^1^~medium slice (approx 3" x 2" x 1/4")~^28^^ ~43390~^5^1^~thick slice (approx 3" x 2" x 3/8")~^42^^ ~43391~^5^1^~medium slice (approx 3" x 2" x 1/4")~^28^^ ~43391~^6^1^~thick slice (approx 3" x 2" x 3/8")~^42^^ ~43393~^1^1.25^~cup (1 NLEA serving)~^59^^ ~43396~^1^1^~cup~^226^^ ~43398~^1^1^~cup, diced~^140^^ ~43398~^2^1^~cup, shredded~^113^^ ~43398~^3^1^~cubic inch~^18^^ ~43398~^4^1^~slice~^21^^ ~43401~^1^1^~tsp dry~^1.7^^ ~43404~^1^1^~cup (8 fl oz)~^240^^ ~43404~^2^1^~fl oz~^30.0^^ ~43405~^1^1^~cup, diced~^132^^ ~43405~^2^1^~cup, shredded~^108^^ ~43405~^3^1^~cubic inch~^15.0^^ ~43405~^4^1^~slice~^28^^ ~43406~^1^1^~tsp~^6.0^^ ~43408~^1^1^~fl oz~^31.2^^ ~43408~^2^1^~bottle Earth's Best (4.2 fl oz)~^131^^ ~43408~^3^1^~bottle Heinz Strained (4 fl oz)~^125^^ ~43408~^4^1^~bottle Gerber First Food (4 fl oz)~^125^^ ~43408~^5^1^~bottle Beech-Nut Stage I (4 fl oz)~^125^^ ~43408~^6^1^~bottle NFS~^125^^ ~43410~^1^1^~cup, diced~^130^^ ~43410~^2^1^~cup pieces~^168^^ ~43410~^3^1^~piece~^36^^ ~43417~^1^1^~jar NFS~^179^^ ~43432~^1^1^~tbsp~^16^^ ~43441~^1^1^~medium (2-1/2" dia)~^36^^ ~43441~^2^1^~roll (pan, dinner, or small roll) (2" square, 2" high)~^28^^ ~43447~^1^1^~cup, crushed~^88^^ ~43447~^2^1^~bag, single serving~^28^^ ~43447~^3^10^~chips~^18^^ ~43449~^1^1^~cup~^253^^ ~43450~^1^2.5^~oz~^71^1^ ~43476~^1^1^~cup~^262^^ ~43479~^1^1^~fl oz~^29.1^^ ~43483~^1^1^~cup~^21^^ ~43495~^1^1^~cup~^47^^ ~43497~^1^1^~cup~^58^^ ~43506~^1^1^~bar~^54^^ ~43507~^1^1^~cup, sliced~^151^^ ~43507~^2^1^~frankfurter~^57^^ ~43510~^1^1^~cup~^32^^ ~43514~^1^1^~serving 1.75 fl oz pop~^55^1^ ~43523~^1^1^~tbsp~^15.0^^ ~43523~^2^1^~jar NFS~^113^^ ~43523~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~43523~^4^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~43523~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~43528~^1^1^~cup~^252^^ ~43528~^2^1^~fl oz~^31.5^^ ~43529~^1^1^~tbsp~^2.5^^ ~43535~^1^1^~fl oz~^31.2^^ ~43535~^2^1^~bottle Heinz Strained (4 fl oz)~^125^^ ~43535~^3^1^~bottle NFS~^125^^ ~43535~^4^1^~bottle Beech-Nut Stage 2 (4 fl oz)~^125^^ ~43535~^5^1^~bottle Gerber Second Foods (4 fl oz)~^125^^ ~43536~^1^1^~tbsp~^15.0^^ ~43536~^2^1^~jar NFS~^113^^ ~43536~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~43536~^4^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~43536~^5^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~43537~^1^1^~tbsp~^15.0^^ ~43537~^2^1^~jar NFS~^113^^ ~43537~^3^1^~jar Heinz Strained-2 (4 oz)~^113^^ ~43539~^1^1^~tbsp~^15.0^^ ~43539~^2^1^~jar NFS~^113^^ ~43539~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~43539~^4^1^~jar Beech-Nut Stage 2 (4 oz)~^113^^ ~43539~^5^1^~jar Heinz Strained-2 (4.25 oz)~^120^^ ~43541~^1^1^~cup~^148^^ ~43541~^2^1^~cubic inch~^10.2^^ ~43543~^1^1^~cup~^244^^ ~43543~^2^1^~fl oz~^30.5^^ ~43546~^1^1^~tbsp~^15.0^^ ~43546~^2^1^~jar NFS~^113^^ ~43546~^3^1^~jar Beech-Nut Baby's First (2.5 oz)~^71^^ ~43546~^4^1^~jar Beech-Nut Stage I (4 oz)~^113^^ ~43546~^5^1^~jar Gerber First Foods (2.5 oz)~^71^^ ~43546~^6^1^~jar Earth's Best (4.5 oz)~^128^^ ~43546~^7^1^~jar Heinz Beginner-1 (2.5 oz)~^71^^ ~43550~^1^1^~tbsp~^15.0^^ ~43550~^2^1^~jar NFS~^113^^ ~43550~^3^1^~jar Gerber Second Food (4 oz)~^113^^ ~43566~^1^1^~cup, crushed~^63^^ ~43566~^2^10^~chips~^16^^ ~43570~^1^.75^~cup (1 NLEA serving)~^30^^ ~43570~^2^1^~cup~^49^4^5.026 ~43572~^1^1^~oz~^28.35^^ ~43584~^1^1^~cup~^38^^ ~43585~^1^1^~tbsp~^15.0^^ ~43589~^1^1^~cup, diced~^132^^ ~43589~^2^1^~cup, shredded~^108^^ ~43589~^3^1^~cubic inch~^15.0^^ ~43589~^4^1^~slice (1 oz)~^28^^ ~43595~^1^1^~oz~^28.35^^ ~43597~^1^1^~cup, diced~^132^^ ~43597~^2^1^~cup, shredded~^113^^ ~43597~^3^1^~cubic inch~^18^^ ~43597~^4^1^~slice (1 oz)~^28^^ ~43598~^1^1^~cup~^239^^ ~43598~^2^1^~tbsp~^15.0^^ ~43599~^1^1^~cup~^242^^ ~43599~^2^1^~tbsp~^15.0^^ ~44005~^1^1^~teaspoon~^4.5^^ ~44005~^2^1^~tablespoon~^14.0^^ ~44061~^1^1^~serving~^9.9^^ ~44061~^2^1^~package 1.4 oz box, 4 servings~^40^^ ~44110~^1^1^~cup~^300^^ ~44110~^2^1^~tbsp~^19^^ ~44158~^1^1^~cup~^262^^ ~44203~^1^1^~fl oz~^36.0^^ ~44258~^1^1^~serving~^9.9^1^ ~44258~^2^1^~package~^40^1^ ~44260~^1^1^~serving~^8.0^1^ ~44260~^2^1^~package 4 servings~^32^1^ ~47011~^1^2^~tsp, rounded~^25^^ ~83110~^1^1^~cup, cooked~^136^^ ~83110~^4^1^~cubic inch, boneless~^17^^ ~83110~^5^1^~piece (5-1/2" x 1-1/2" x 1/2")~^80^^ gourmand-1.2.0/src/gourmand/data/images/000077500000000000000000000000001510115424500201055ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/data/images/AddToShoppingList.png000066400000000000000000000033071510115424500241550ustar00rootroot00000000000000PNG  IHDR##ٳYgAMA7tEXtSoftwareAdobe ImageReadyqe<YIDATxX{lSUsvCMfA0j cE@3>C! &ƈ$ hIJx("ڵ]{еs=;}!p h&Њe b=yח}'q\ m1ڐ=_FuG]/HjF yч oxgۥ9l۾<XqpP#L!xt]ǜ9s.=˲P}M5ddA甦.9ipsx̚illDKK 8yJ^EysdG=KM̦M# bhNՁhwnq1o5K0 Ecjs?X+dÆװvZ[2]}Qv‚Sf>/(<}u31b4)6n܈ǟxJ +Hz6.x&~GQ?orDYGv夭GzFП&阕PUh[I艧J`XvCg]Pu ,㎧kHzUCY2 z?LQh>4哏  sXt%N h1x64NP=^N ̝ZymkOuNҧΠtJ@s %} 'ѭ-<O[2bIihէ{?DۄPe")5J`^K,@Iޅm0ԑ iЯL!A@?݌Li_1ݮ?]/| iصa`}z 8ְLN% ;93ɰ`"ܰ^a*(S^ ,UsJUI}$OFq(NKZf|௠|+O!(ZJ7r!atCˁM>{d~$Se3jsw}fϖϸL@_gL'l5 /2h6˖8C,Ņ= '>զ,t@w5%a, ayUimVj;t6^,2Oy_"=<Op Аl+_j+^pe_GMai1^l3wcG)LV:n-";J fj?&N*ޯGf339 }IޱxV{ʶ|xZQa=|`RHYuc(X*L0# "G_DIENDB`gourmand-1.2.0/src/gourmand/data/images/Nutrition.png000066400000000000000000000017011510115424500226050ustar00rootroot00000000000000PNG  IHDRRf2gAMA7tEXtSoftwareAdobe ImageReadyqe<SIDATxb?!Pr>1<&ȈQ$ ,Dg5w[LL 32ro2B."f+U3E=f`dcu+:.3_ѫ2Hrro?" ZE{R-gg(I|&I3?}Gx)%3cA5$FF}+)@-4>5좂F!A&@U~TdtwAr X!?&`IjadjԱu:w # p}N4ˑ,j`5N,"?=B eMs&HSD00D*z,6dŹû? ,$ ڦ@^U*Xdgg Lefg';ɥϿv48(of!.dxݼ?.7syP ,$9^qFax"=Ü'; ;03oOv Lq`E|NJwʁw]Myo  n\;˥ra`x8*E}\`(&%;'^7QXE!Bc<[gV*_vJ巙4ccn =+VE[s1`7P2y0Zcfc/~"o`G5K @"[7enV N ^$ADA{ n9#4*h*Th[IENDB`gourmand-1.2.0/src/gourmand/data/images/blue_star.png000066400000000000000000000010651510115424500225750ustar00rootroot00000000000000PNG  IHDR[IDAT81hSaǓnEpP)qGPEp}/C@JB .*{>cڢKAPq"9֠6/w?wd|\Q ӛZg{?_mǍK*FIDAT8˝OHQg u(̠ c^cCx ŠK1"A3UsӕBtuow{3\sx̼ϛ; !3x'7sX"FH(>55OV8 ~wsRzQqXB d&;S:kp FEK؊00 J n ם99i j{Z|gۚ5%03v=i ъԜ4az Tev#D03l*4d':Bqo-6% U+Yq{d2GMΎ!wy (D)s衧D n5`7C@/vcjP,p1m@MpccQ(1k]mq.UkK9/ U@搝ch`)kE* b#On/nk^Z#G9 Azy4W # ]NiNϊͦihW07ǰC7;jXEEz@'y:3R<l~h9tEXtSoftwarewww.inkscape.org<IENDB`gourmand-1.2.0/src/gourmand/data/images/gourmand.ico000066400000000000000000000522361510115424500224250ustar00rootroot00000000000000HH T(H Q??3~3~@4~@4@4@5@5@51|@2|2}3}3~3~4~44555666778@1{P1|1|2|2}2}3}3~4~445556667778899P0{ 0{1{1|1|2|2}2}3}3~3~4455566677788899::: 0z 0{0{1{1|1|2|2}2}3}3~3~4445566677788899:::;;; /z0z0z0{1{1|1|2|2}2}3}3~3~44455666777888999::;;;<<</z@0z0z0{1{1{1|2|2}2}3}3~3~44455566777888999:::;;<<<==@/z0z0z0{1{1{1|2|2}2}3}3~3~44455566677888999:::;;<<<===>/y/z0z0z0{1{1{1|2|2}2}3}3~3~44455566677888999:::;;;<<===>>>?/y /z0z0z0{1{1{1|2|2}2}3}3~3~44455566677888999:::;;;<<<==>>>??? /y0/y/z0z0{1{1{1|2|2}2}3}3~3~4~4455566677888999:::;;;<<<==>>>???@@0/y /y/z0z0{1{1{1|2|2}2}3}3~3~4~4455566677888999:::;;;<<<===>>???@@@A /y/y/z0z0{0{1{1|2|2}2}3}3~3~4~4455566677888999:::;;;<<<===>>>??@@@AAA/y/z0z0{0{1{1|1|2}2}3}3~3~4~4455566677888999:::;;;<<<===>>>???@@AAAB/y/z0z0{0{1{1|1|2|2}3}3~3~4~4455566677888999:::;;;<<<===>>>???@@AAABBB/y@/z0z0{0{1{1|1|2|2}2}3}3~4~4455566677788999:::;;;<<<===>>>???@@@AABBBCC@/y/z0z0{0{1{1|1|2|2}2}3}3~3~445556667778jR99:::;;;<<<===>>>???@@@AAABBCCCD/z0z0{0{1{1|1|2|2}2}3}3~3~44555666777D:::;;;<<<===>>>???@@@AAABBCCCDD/z 0z0z0{1{1|1|2|2}2}3}3~3~444556667778R:;;;<<<===>>>???@@@AAABBBCCDDDE 0z0z0{1{1{1|2|2}2}3}3~3~444555667778]9x;;<<<===>>>???@@@AAABBBCCCDDEE0z 0z0{1{1{1|2|2}2}3}3~3~4445556667788j::lH<<===>>>???@@@AAABBBCCCDDEEEF 0z0{1{1{1|2|2}2}3}3~3~44455566677888k:===>>>???@@@AAABBBCCCDDDEEFF0{1{1{1|2|2}2}3}3~3~444555666778889RTm=>>>???@@@AAABBBCCCDDDEEEFF0{P1{1{1|2|2}2}3}3~f455566677888999`;<<neBBBCCfggGGGHHHIIIJJKKK@3~@4445556667i^99::_<<==>>>MtGGGHHHIIIJJKKKL@4~@4455566677j9:::iT<==>>>?dZBrriFGGGHHHIIIJJJKKLL@4@4555666778DE::;<===>>??Kp}AYEEEFFGGGHHHIIIJJJKKKLL@455566677888k;;===>>>??@ABBBrgEEERGGGHHHIIIJJJKKKLLL55666778889Ek_lyI==>>>??@@qBBBCfEEhFuGHHHIIIJJJKKKLLL566677888999_T`ym===>>>???@@nBBCr\EERHHHIIIJJJKKKLLLM66677788999::SmI==>>>???@@@AqqBrEEFHHIIIJJJKKKLLLMM6677788999:::;;==>>>???@@@AA}q[[QEFGHIIIJJJKKKLLLMMM6@77788899:::;;;JX@@AAABrCDDEEEFFFGjIJJJKKKLLLMMMNNNP8999:::;;;<<===>>>?~CDDDEEFFFGGGjjIIJJKKKLLLMMMNNN999:::;;;<<<==>>>???@dOCDDDEEEFFGGGHvI`IJJKKKLLLMMMNNNO9 9:::;;;<<<==>>>???@@@AAABBBCCCDDDEEEFFGGGHHvIIJJJKKLLLMMMNNNOO :::;;;<<<===>>???@@@AAABBBCCCDDDEEEFFGGGHHHwIJJJKKKLLMMMNNNOO: :;;;<<<===>>>??@@@AAABBBCCCDDDEEEFFGGGHHHITJJJKKKLLLMMNNNOOO ;;;<<<===>>>??@@@AAABBBCCCDDDEEEFFGGGHHHIIIUJKKKLLLMMNNNOOO;;<<<===>>>???@@AAABBBCCCDDDEEEFFGGGHHHIIIJUUKKKLLLMMMNNOOOP<@<<===>>>???@@@AABBBCCCDDDEEEFFGGGHHHIIIJJJKKKLLLMMMNNNOOP@<===>>>???@@@AABBBCCCDDDEEEFFGGGHHHIIIJJJKKKLLLMMMNNNOOP==>>>???@@@AAABBCCCDDDEEEFFFGGHHHIIIJJJKKKLLLMMMNNNOOO=>>>???@@@AAABBBCCDDDEEEFFFGGGHHIIIJJJKKKLLLMMMNNNOOOP> >???@@@AAABBBCCCDDEEEFFFGGGHHIIIJJJKKKLLLMMMNNNOOOP ?0??@@@AAABBBCCCDDEEEFFFGGGHHHIIJJJKKKLLLMMMNNNOOOP0? @@@AAABBBCCCDDDEEFFFGGGHHHIIIJJKKKLLLMMMNNNOOOP @@AAABBBCCCDDDEEEFFGGGHHHIIIJJKKKLLLMMMNNNOOOPAABBBCCCDDDEEEFFGGGHHHIIIJJJKKLLLMMMNNNOOOB@BBCCCDDDEEEFFGGGHHHIIIJJJKKKLLMMMNNNOOO@BCCCDDDEEEFFGGGHHHIIIJJJKKKLLMMMNNNOOOC DDDEEEFFGGGHHHIIIJJJKKKLLLMMNNNOO D EEEFFGGGHHHIIIJJJKKKLLLMMMNNO FPFGGGHHHIIIJJJKKKLLLMMMNPG@HHHIIIJJJKKKLLLMM@IJ@J@J@K@K@K@L????gourmand-1.2.0/src/gourmand/data/images/gourmand.png000066400000000000000000000110521510115424500224260ustar00rootroot00000000000000PNG  IHDRHHUG pHYs??IDATx\ tչI@y$h#ފ@@vP T|hP--RQ/r"uᅄ E<̾k{fμϜZpvf{asžhlrX``P;EePJc% `l@f| *00T(^|nDS!ɡ` ҂ C Tn_\NJ.%1XO "d`ikjۺ/m Po`0E^ɱoc(cmT\^\ڀc ,fk:5@-?Y")|7_0H5gЕrϮ] ȧv9nY[ M[egV1kra`#ڎI|IbDVZe̠E%"b?5? I>2ifg |RA͈A K?3lO-i@&yEeKVJQG!w qV$)J#IH.p99^ s[[6-4h qA_wl@a _>)7Jߣ 5`ߑH}z<i)JTqA.sn]i@ȞFJbQ`n1Ɋ&%&@,>ckgRz# v52H\LTv Ht6{Զ\p(æ;v @aӃm`6h:$OI"y|D_Ġ@5 w_(H602ɸz g\7`{j\0O&җ"A\Fo2ڜq#p6g`y})}GcNۼm'@b}18}v+7l67 1"ЩP. 9O^ j픾6̀/H) 56'Xϡ>HSȑ"  :"%`]C]/C~oݦ\:S+P1Ft8ǛϦLKM8dLr=I)mmv Ja؅ͺNp$_& L?\0=.kO=W! 2I^dT;}J| _lH)X ~|?bC :'5X@n7(= (A?\E * ɇ[,rխx: jSP,:H8NSU%`,I:wZ|n?^OJbS&:: 1ElжP6iKB' Z}!S BJ{ok:|JI+cdu~Hu[Hɑ)bp"_@?@V仿mmϛR0ڞ }cZ^}0UڎR&4!8Z/J[Q\aߡ!X$$1J2vpOdUYH)q)6v+ͫ G }s\&=f`p6{8b˚6>YMʝZQ$ɰ`= $.rۖEɄf 2]6Pvs:)n>["`;~(ҧg#ӠmxJ2>r%{ QĭanzPLZ?O_qȹ+ѴlܕElx)H-@o|^|R6&:;@@%_K I'\~,W*n9 T tmqHf/Eʚ YJ zAr ߘkbu \(I8'.p=6KFREJ7{Qsh(;w-ЩVH\PN+=T[r2rؐObW݌쩿ͫ46} _} ㆢ\IEbLu@+DheTeX .o'̂a:,c 8=(jW@KA,).x8}%IضoiېKٚ%gHSr59&6M s?(.Ӄc|u}r{[t1Dlr{|bIK~@j./{ԞK[$DP%o AR^L`#4$̚I1aj46$QrE\d֕vD<_x!9_7Je*hw׫HVe3!{6P/ S@kyif,璛-Kݽɱ4gf+,HP2`. V" fElj[T+ )LL&IN`?@bp n ` \T $7/313"M`0"_óHZ;+$Gހ8*3ۖyo[A VdU7ye#9HA q(xh*Z^\רYHHͦ q>Akl^:?gfBQf߲4wnkk':Y3hn}AJ7oy'Xe1ϟIENDB`gourmand-1.2.0/src/gourmand/data/images/gourmand.svg000066400000000000000000000154601510115424500224500ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/data/images/half_blue_star.png000066400000000000000000000012611510115424500235650ustar00rootroot00000000000000PNG  IHDR[xIDAT8MHTQ7}H"2U_hfTZ**~y!ZҢE̓,7Z{ޛSJ( *"'wu/?cY(&5.vVA"4䂩1H/"4ո#qhP^0PnQot I@$$~# j{f:W2\0Ƙ0$QOCD|IHSiV~!+㔝-^|lʘ]j2DMA}q|Rt ngTAr03Sr|&Wꪮx^A= UA[bo+Rs)t'T2P(+\F6/$ *bƘ*Gm 1P1PSfNҹB+QP| <j?UdXtD#-WƲ,˕q=xxƘ:8>^rS/ W_IENDB`gourmand-1.2.0/src/gourmand/data/images/half_gold_star.png000066400000000000000000000015521510115424500235660ustar00rootroot00000000000000PNG  IHDR[bKGD pHYsHHFk>IDAT8˝oUUƿ>GoߔJ \ 1(2$&j" L #M*@@0"B*6B_9gVivM˷{CU|OT/o0-J~ Kjc >V\ɿ,PC~f2l@n =ݴ"T,j ͛\X0?. TqX"Rq$omZ=S2]^Tu_GE֮lJyG!r@ݰ(Aig_'4\vdSgj4 {N*i"O-nl'ГĦAJ ie$Xŷ7 '~o c5MDBlT$Ԇhl9 ^8rBܾ$]R !|){F8pdgUr/ۛ3i鈚*܌_Arz(|I ZaK7Ůc79 ]> sofs)(K/N۬}KX/c2S}L4b pKtSS!O)̦݌kSQ!uӁRp (${"<;;v>L"Y#2&M]j[|D>~$xgK<# |dO9fmOvP)nt;Կpn<ٿ|#FtEXtSoftwarewww.inkscape.org<IENDB`gourmand-1.2.0/src/gourmand/data/images/no_star.png000066400000000000000000000013671510115424500222670ustar00rootroot00000000000000PNG  IHDR[bKGD pHYsHHFk>rIDAT8˥S]k\G =i:EI!%Om&\hLRjMB yH ;;d] fJ呻}nүtw2}|O]vNZH_M:%ao@w RmNDNDp[fzg;o;j==̪Yfj  'Ux Arץ2ՖŀV6⮷i9y=D rgg9gl?Mh&UF! Ri#"0SPZ$O1ʇ+11?RZ2G8[g9= s" }KiqԨ%S3{ٌ*3N$ pE>T"xcF؋^k֊m_ƅ醅LEt?v1%C}ȿT%ƢVS?Rb,j+.e9.ƢjòXtƸ>8'm՞۹ Y|W>D3Ҟ{+~J%,5U€ƻ|awNˏ 2 PRdQ +OgfRiVlSJ8w'geGxT"RcQ Tf]pc*fL7p-wIV4ȢzXqIf{=o{ߜ#=pJcYj,y1hhf57TDokŌ4$/<*ȲX4B?sVU(CwwNs3йѲXB3̜{Bi/;!fdCgNp U*e(~GPZhp]J8iZ{?)g9?B蕬osNe=?Bi,K+)76椯apNR3\}J%,.S=3g5.[E-U*&O-m[CCsV*d鰧KɃ/0{Ʋ$Чz9qpNtfEZ󬝾j }9i^"EUU(ҢDuU(eSia!7'-Q,=vqOa~~-7>V_`ky.<{&3ϩpf 9=7f/r}$H7}̡ɃO>0fī_/1o ;cY>AEM)msNY<*\{9Sby(/X&ЊqzN_O1U7Y~t{DGk>+ } iϛih](}З0c?k!]ˏLe-o=wzQ ,UٟR#Vy.}^#Z3s*OmRgeXh7;겝m(7jRU{ԜПk;~.Ó>Dߙު]MJs͕˥- b- b- b- b-B%椅bTF]+7blb- b- b- b-` :X, =JI r*bY5bX[,5RX[,5RX[,5RX[,5]}0O8CkUH˂+-[6Ye*;sMkUX˂jK椅\J2?Zd~9:Q>k.Ų`l2v'q$\Ӣ%h3dz1P33^mfٮlYso PA|壕=ntm~+] ֐h@8ʂ( /UGcO+ y]ʏ0~(#T?gߜy ,Azne .׷5N8z1Q磲dwqy;1&"p="noD W$ZhYwkx.^ K-5C ==B0$nG"!q&}nXuJȱ*Q;D>no>'X~lwбa կ}#h;dgY 5tWa("I# 3apd֎ʻqm4y3cSi^+aAh %AhzIٽe8sycl{g.~rs0]:SIJcm~歧8JWz ͯ|.i yRq#uu^^!־==8 `w^t5ǿ詃4o.@krcȎƟE9RMkiKQ ¥iy7[︅Wy~õy\TZ1wuYVeh@sc1߱yq~%ƓsBpE b+n'2ҬXo5١FTdCLGi߸;~EQKs9zO`ݦ-.yyc\9"ȏF)&Ak@PxWE疟e͝$ze}C Z5 QF8nnx-Jo.w^tD[Gkov1./3c 4,_kŮR ռZ1x,g/&?Az?W4\ g9}pQ]nNr̺M[?ݕ/3֚0i+ i= ?O]|2<|\'Tƈ'bF 8l{ #gɧuU;{Ѫ93,^2kМ<~ݣ+'zul`~ a 4._ (Q[KS#y "DP$|@{ vjx,:@G5&Xg;q/.pu w,G _ZӴbqAEՓFZL Lf2LNeҼ'ogSM 8+liYGx?7,6/#n!Q_iCjx (o_G&er2d&T&K`j|'+zZ#l y C)y[ß%;vݲB 5#EfB+-L͎6iv-I.5xo\qInfY|- +ˁ6Nwl պ 2ch%M]BMp?GPi>J%"q; \pM="κo!`u|*t'67 *Z0.uPREKeL!I3\Ç툘G"lݶpm;jQ+laͷů' z[,Z]oeXW-CTb^R4H}3BMFhrvns;Չ|^ ϔVn_`쫼/鶏]bYdئhB,La(L &0@d`^*DA1ވWy}p"CqblVI SWXV? Zd- @hY@EWaȏ2zR͠yOМFJ4bRtS%鏻}sk|h^Uۮ1wъ`%±/Ee Z hQ􇕱k%y?@!]639"RfZI6A a&hS)k^a-AGQ^j#ѪSȩa-o#}KltseQ^8 ӏ,:ȑ;OWz/5ZOLmi)4''D}33$R$S] +BkQMA7-ҟ4FeE8(9NSx*Ͷ7>xǯ_%8?JH@(4`ם^GpAvt߿W?}U f0.f&5#zip "c(4}+jΏ9֚ p=-}\\<O6pwƖ4;oބ(Rh\д} rŚ\}Єٯ%'`jY~%k~Kwbv̒ѝ.&''>3B?YF3;9^9 bϐy3 b\W1UTcYV!}Q ,e$Occa@ASODHVR Ht]#C4/^ke;Bp7gusK"w`t5G6`#2Ѵ:0X9q/ռ@0x~]Z*r)N U*r1?P#9( hZ I^|9G'&d cVLÍWF̤6<,Nd)rQ] JF͝]t[AӜx۬=~-w$ 3lUd,[.~oT>vL˃5ˮ3}.]'G)/wV,Ns[;GyߝY,T3BpH鿱@{Sl~7~֌cTaO H!sCznHX[r ~~P*6\ljR=zсQ@Q5/) ? CE]Eke؄ ,t:2t%ٓZ<iޗٷ_5~Ǟyll !, ݩf$"~9ՋӜh`j2^yY(emgF:Cܱ'@)z֯g-g9G))BA@*:[JӢm uآPRsg2tobŪvV]l9zJhup<"sxז˒n/A&FiY iz^=W/l ♿O<=5tMocYJ*2xR@y(@wm#9CcI1o 8,y}nVc[( :Djb1VWO{~ץٖEIM\Üyyr9sK.,\ƌyf$ [[kh{%Mq:4cVbzV ˒PQ >Si?$]܆}|cC ?|yK )Zr -'ͬ7 -\ں:9~$X5!]Q>Ly-A>ąpEgx/pG4e$(4_s-ٕ"KP߲D]{4^Mg?o& 1SB8v{V BE1(;zeRB%?aE!<|rlB]ShaӅ@G^n7)Ii {n(Ƈ!Gm3ƕfjTk"[1MHE %~ K/(#)ʶXewьk0:ԩ lJCC$r2+K,TsJCv"dfJ }冕,> ut,kcY+A0Nd2 0G0\7oK6xfk %i3ԧK65>#Էtz۾S7 Dbo^%/t:?Ef|R?#SXH J5wiD7D!Kf(A8IK۵x\$K8&MVRbOx7Sdǎg31Q׸tK ZtE.3`/t =BsP/Zky+fq|McC[8>] '1Umm,Q̼m^ Ő! &@8n|pg;q#;ho\y ':,& $wFO8GvS$I g}fq35t"^W_)}ݮ_=m[{?yNW+~(y9=p)M߳z , 7@k{]Gd~3(Ӭx i55K#E!]7Na%T{Ƹ6b6H ݄.Ob)MV=Cn SĒ I7G#e cݴ|hRB<CBџJNO5| B84u~bzKv֌O5K=1YQ2Snh3S8Bc 9s|Ǿu|gHֹlS.'WluJ55^]cv S#H8u#> L OPFJct`5;.`Y\BhFǙ3?`t0WGsfp5d|GJEs[t eFK0޷@PG2H7=ġ#tt:D"BasM~Kc4 ~.C,Ui_`o2joB rYѡMjmUh!PBҺ,M )RѼ0#FsďeNX& rc3>W:JwqMC#^/loAG (8z]iTYy-Ʉ5vFݵUi9[9*SyQ%d >KE =Kƌ֑0c@hhcxh`2㚾AGQ]CZӳCYq58V.px8N%P~#| &P2 Q* v_4y*U2DNNu%\Ʋj}] *.qŘɼ/efχ=AS6of姆8:䦽G_&X8v^:VH6"D<._T/kx (ЅSh$'/BRm&b穉+SXWW|/Ӝ<dž)NBUsQ2v!0b5كFx)Mf ulk<&R,l\ٲɡs9{ńtB&#ije(. bj|nj"n, *B+ɷi(ȀBSGhL f{AMh4/u U%ջh]yC'37B.Z;4ַwp 㙿#(KV3>KeF dd,t5*/,<כޮ9ߔE#M؅oUU'tng?=~]P%gh-r:и:ET$B8ē-(%G-DeZ#RJZP*ZtQbp)#r@F@G4Sy18Q8R@#hɬ(Z+F1< O=΍vQWng8^{ wVb4f( nh?:gPVē:Z/ZK̡eAȔ3Ɔ lb]E塦"j:ġ+LB H4clXkM̵ 5<\yNy^ŸWMՅ^)HaQ C,Qǻ>e{ ]4Mk7V>27d4}% # 4J29b'gyX`Ųک#v `Vt%+WSĵ< M`\{1u"3 ,['? E-?[]+JՅU:;*J<{~>Ɖsߗ;vrJMZpҟef&70Zf+yP B!0 YԳ#vDu #Sq*L;qè0(9h".|,#\ =c{Hf wbm;9K\$]:wnAlG1O7Ze9M[GEՅ~IԷrϯ#7?̓|M[q:THdMB>⎫-BOIϒ@ *rA@6_  ~0 u2D{fEeu? ف`0?A܋ȴ鋫="zcS$T=?n[y΍%h]T^`1˲{x>C;7[r  (Y0Q=Մ1E>c2yY_@}A@ '$JJ\!NBBj' *0뫗NPWZ BʟWp:E.ں#u88xA[>toeIPsB_ࣿ]c``qS($ئ}u_{?@ L̅CXtc=?qo+x­3mY05cV{ѲIQR\::L/\c_/ylʍw:mMtxv7w0a_(W츇8p3p)`+V{K;ͭmid` v(!2.fRh (_`p`f͢en{t7+HA0C̕^RJl-.t7>72o(J/tlq9)^{C3̲vC=nsf+Jh9qA?f`SYNʒN?b4MHPߺ4-B"Vg(g=)irk b)!m[w{{vrůpkm$77ҳV3qĸ:r# /ωS:%7v]wnb8q%(Ͼۦ|^lJ4LuګHvGy/gc4y`tֶ8G*|NHAqfh[ mko%i.п/}!n}(K^ cSuy|v&BX 7{?~iN߫Pi{!;fLEf7/$ z~}qں.ro_ RU)W-JB}\|/T ~JB,|,T(,D?foWc-P-KkXj ݭD_AJb\T_豹UpXIՅnX.?VK `nVK `nVK `nVK `nUsҦg'?1} | .}iKl^sk,9G^61>v\US/})3%4J+FKU>,Zht_l|fϓFQf/Z,lJSڕՅSvο,R9Lsf|ܿQx1rљwx7G/sIe~->]7G3cBmYP]ƛeISbX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5RX[,5^֋xOIENDB`gourmand-1.2.0/src/gourmand/data/images/reccard_edit.png000066400000000000000000000372771510115424500232430ustar00rootroot00000000000000PNG  IHDRZ=bKGD IDATxy$Gy̬s)it!d@B` 6{y^~]{m kadIHݷ4#F3]G^U]}=TVdfdTV2"x R U ` ` ` ` `r`\C<$#{ghl fwѾfu.%E_wÂ&}[G9ߖxijgUU>kv'XuX =F~):zM!td,]_*׸hLݰQ :Wʐ0p/qʃaA#R.œݰ̟8 P P68¶]9P P P4:]" `NXM, sxaŚ5 N#dgY5AC0C,B?$$a6$B]KaA#[ "~/~HKB["mx5!K u(7YKaAZ<QAsJlítli y08Â&yם:y6*F4,`n0LK.%P5J .B1B7*#t0B7*#tÂэ :7B` i on0TF膅OePX#t0B7*#tÂGE(;F V `lpc=īNBKSEk~GT|ƧOWHGM(oyDdWmXw>p %5?SGD"7RӇO}|fũ4>'~Gz;y eЕrcN,w} k ]9ͩC?.a1qǞhRڲ]7sIJ37oK{orGL%27T./?6)}շ]!vvϤWނ;n]O4^vt\Z,fTַA,g)S]y)پtMرxJ3wHktݭ_|[e(a>2g9NĤJo{'|qP ȴ3B?xDM=7]U-Vn%Ҥ yD )d9#c>8)mٮ]=y{&࿍ܟ!t/3LMJ_2fbO{(TEN*jlye*ܤm ¿O9ٙBھ['^5E}e(aPv%{9ʤWMN2n%U];.eT"|B?ÓPѸ|CJ4œl}ҟ7iQYBIi˯~{J25K}/{/̼`+P*7)}UIltE(xL_5LCY{d4'vѲ2f~1DQnB,4MJKշ$_ lXro,WW Ҥո)OJb;f &AMg_luo~'JNs- w. ΕOb(gy"cz 53e<Ʋm~~!Db[5f9G7n1lfOi #Viw*]Fϩ4mjqo&S[0>rLosu/_>_J*t'x-񆳳znVo<Š;ЛЧ⒔KׅP֦TsehƁ K p9г0 jy<&Ԗ"0B7B7*#t0B7,xLP nKPv B%& [l0\j[O]Iӟ2 pn0LBgnXP  P<8*aqFC0n9S,4?)CI (uVRm`n0\bÌP  P>jBP Åbn0TFC`G!*CiXr0™ SVOl\OL'_EfQAn%;r0(i<. N"5)-pse(#+Co@x'B0Ff0G?g&R0<4ѧ}'sfPVLxFzqZZpЁqnWBakqj[Aa9T-F,:P@*HץH96G;>xs J)Y}dg@*T-N};۩ZtBL_..E1B?ҷ79vٜ&~j2\nbA>^r}dɏ&?|?_VJ꛰e Tv=BI lԯzNVy}ֵW QUw<=Jo; "SI^hP!ː=IѮSd{;~~pRM4m~7v|dÊٿ: s=d_aSsͧkӶmy} Q"qD.$NڎFj7z3tohW{N=em{7&E*cuW̞&8 Vs￸J)A!,'z倈k[VncMbmf,_ſ׾sibx{nBD:N0'_k]TA8ZԖkk &o︃5+A!e rdFu! =#44]T޵+nv[|' GXB(%@neQvIбs75q8e|gB?}30V:]Ēcm~ 9G)qo~K樿@ xOb7o#p.R^X{e_2Ě730z'Oe37xEߺ  QJX> &;po$2ȑ[I}n B!lxѧAXly/ |3'?\dr3/==? ({'}» 7KrgƓN$VU<%75ȱiVIZVk:B*EP#/йoG2$VF,UiWs$jxngϑ|Y'/Y~ okxnE9'tHwd=yYNBa*B0#FɀujC*e@e[vg9}+ko:ryT\ǎj݆rT1ۉ_RO B8  AHx ouҰV5bgP@I׍4T7-0`~y%q =ϸ6V^;k_*L>  YR7 ]s)A@~iNwNLs /}/S0i\5rQ]v:G_^c!j>_IJ羻,ӵ[(_A* !2xy /9#͓=x-(PŚ;{i]yQezׯrŻ>VgQ?b攙4:LypsЪϿ:eƶP><˅,9ɗHSxU4p$AE=nFc!o?K=_![v.ljJvUT+iUx[?XEEn@Z9F 5L}PJQdvAFՓB*QJ\F2FF3dsdd=O*T+Β [[PAx$B %e>Du5PTTÇdUdYFF2d2f\],hDnG1DY'D a!,G@vTY^ g6#YaՍ(?q80#JFsu͎i붭ur~HM\4EwYR -,{~yÜ}6PZ5W0x~f%ChW X@"@ؒ#@*>wJ%"q[` lu="Ϊ+#ߥq|1h*t+692$*AUx9Z!ÐLITTQBDEF [:x/ߌ9$I>qR VmNJXހR_Q2(m1 juɖ0 Qaߥ\ * BE|!d&QB! xom+7޺Uۉ-@ ):-ݼ7y/Ə\2gPA.+P٘*P{cyG.h7J)j|D@ P~Pų*~{(A Pku[oz=? he9saX_J"CЇC.2 \T/ZƲ͛ptL70W3JB0xᤈ]PKJBB=DI-ZdR[ו y?Am32a!j$Yӡ-tBp -mB>jb%]dDN5{ '3_eueŮٻ/9ͼ{!,ϑ; W %7\)K]+2jBBw}|c/V6Jb-6znl  }m*la+) wO|U<|Kpvdl?~>G1ĹKL(܁'d(f0e ij 3HJ)yO7aYA!@Xe?!T¦`d3vvXXE(+r=2 ns~ϑOߦр4T!Rvc|Hayɶe:g(g3)X6Pvh'!pוx% VBFiѶDuТđ~Oeh_]ǒeڭV0=%deXѽx9xa23%׽:pޓ=(g6n ˏܿ:}'^T:ͺWӲJԡx{|(q/6f;eNQJeQ@ ?}{zΒ<<;6ـ@"DLnjf! U dU;o~`.6I*Bnr}p<w=lJb9 pYo J4rd14B *B-;>DCt{DJּ}^ĹpeeFyp%Uݤa*Cnn i_|;^}CGΐχ4-n`׎1߃XU$c?{>Ljcr;پk Š,QJP܌TCp&d 5a9SIU6z#<#A0OLOAE=eGyk ӱ~UuMOy,hNV'uvݰ s Ci=ڥzjT+!#[6 ? (Kb?qdc:NDEajD]r,AP~eQF3y2Yzę{w,z7t?7İc3_3D㲝,gmB O`~ҵ5l-ak*M!X K(bd@׋N8t4\+c!1Nb;;N~CI,qc3z*,~BY((OωCnd~Ų(l!mlFA":`/4SsC9ПrIiN/;Ht#W6/oRro<%bjX7G-K;v- IX("RLVD4"j}kO6DDU3shhێp'p l=.,Q"TX߿޿=p|*~J9CK\Fj_e4߇ft488ض&QU;˥} (9B^EXh//4.EaR E^~JXIt3?ʍJֶؾ Rzi4Ք-Tl=4&ݴj+F=SKu>%wь&?>L(k6RS,\P׉0r)JH7AI3sos/#eՋh_a%Y~X4-zhIDATP[eÎ0 bBh,xjbB T4WR֘;^dˀ&䅘742V,txD3NE|} ͗g*vRdΉūm7_B5(8V]~98(?^ ƾX%+44gz;"K$kAHn˱)52W[B [ DF9/81Ɲ&/ur<8GYl%=ex̖{ֵ(jhr K T؎M%t,o5yTHkIu:@ A%rxn?;@߶tH@2p!3pNд&lK a(F;u3:p0,KD>yJ%J`@JOd"u~z ׼4]zo0 CɁزmF{ 0䅧~b>ۤ bU2Ԗo(ZͬR`TT'QtDSK%* aPy &7|,+ XCMFlK; R]P=Xt]&bG9YңJAQ^4DZҎrD? ,|YKnig/g3m 鞙W6}漞Է_AK2CQ#A⨍Ղۉ4vbbk8##KfXdU+5 +kD<ƶQSxdu+kiYyVT$RTS߶x0p׫t >E.K>O`M(%=r9$J)6][Qd]ӬtW_}g gs˶ÿ7~}}аl'݇fwTq6DX8:B'F,^Bˎ#l nt ͵5ϬDW,*T0RlM$kjIVoF '7|qIT7n\B,^841B/h)PxU(7Hũ:=mZ{>s?gnc?nQ K'wvd XN[?{^c*kۂz}6aWDVQ(َ3p14Rٶ$kL5Gk+-vyh3@/4M(l4E,i]GiفSvvK֐k'Q] ucOd@UMD Z rUMݓ.X?8V|bAc+J)FŞivԟ0n8)D=X5N,Ez&zn <2Luю3 NŲo'7Iv4~~!/CSjָ!9d4J$I7R|(HwORpxh²Y'rX BO7.I1<8$"E>mQn`ӁS XDc 8udpo`HVlkS.'Wht5K?k/6R͸e)Zԥ5|;_UuMkgs{26;?HEKPJa9J[ Coۖӈe%(B/rp_?^*  8ppW$uR ##(h\t ڷ_uC\OG[:#tMwrǺVE*( Ƚ0, d׎vha^ ˏ1}T5GI\/,Np}8|^9ꓼ=imI"D<.]T/jxa!H%Qq ݐ('w W{^a6o!@ms)4'?#8\T˂wc;Ym-I(`lj1`Fz /jju׬`Im U T'\xS>G:%YܦXJaEcbv^LGRJ-?]U7EY[d0!?GtqCp=HjB^xDZz{tÖe Ӛ|!x5/T>+6w[|1 Jwи z% li^ lؙgٷ^Mr;7s;G>-"t L+ݢc;%j$ y9:OGâUر$(mǑgYH?OR)3kL!TyAA# ۰vE ZXm~kng7rgYPBؗ?ƾq%gx)*~w@3#Tc,nFX`)D",GO.H_ R(B"$H֭3*HI}~UÉ'@ͅdx|v bz])bM)_m2& ђcY!gԷ,͌cٮ;qJz‰$3 N諯8|tVJi(*jkSqg%L3=y% xI%w<%"gѢb̹i1ǒX¢Ӗ(dÊ9ؖe;8۰m_CɀT*\\? 0DFӫb,"rym)[n0\;:7PRG.@>OL/Sύl71ϒ/S7,c.Jj1zuQ;Wũ]e `'Ĕa r^}%Z[Hjg(=EJd1N7'^!a~7P q5p$ UTkQE|XdmwX<^<"}m(Z(^cVCa! ٿ'Kd|E7|l%}\/O X0@9zEW1sUjv!w:2}jODDp(>B"U=uMK/ٱ*YBEw}OrLo}&Zk*" &a-Yt=rd=E֓}I>~.Ԧ0Fd"e@ bcEp!,lXz}=ЊkA\cr< ]%7>.!tBZݴqt^b۶e\P0G.K ]ɴ"u!dЋE8{)ċvnn-ګpDM]"BY~ ߗ\wv0t%>_/><֭o+۱-}Zkvm[ͅ;Ʉԧ-,IŅ^)PaaBnTTI1z 3 Kʢj+Qg_aqnղGܧ℮"H*΢oG_s(o֖"`BP[pf*_ Ct,yo@رh^_ ؂B騣lG,=t&-Oӝvb#_d>؁7Ƴ^*ꂰ{o[y_[h`FjFEBZH,`>[zqG!a8#2߅J ηeN{aۈ Pž(D^-\+?,{sWnbt4n ԑJraY; i7EDa/:  {EoEkx`w⸞7Im۶mD_]S"NJJKEݒ}> ?z%K쾮Բr RY$2!26zRR(Kvrul T5th͵ozP*T/}I)}6Te4T>ulv1;Yx|S'NgY-;hi_na XJGlPX&+q9z;'W4sety*AfBE}:f*,ޥS~MܞJ5.L14w `.tۉMJ } %1.zlr8b/C9) cn0TFC`n0TFC`n0TFC`n0TFCPI-v,1)m ^vd ζqΜ//mդٻ;yxaטY7mxh3.tk _Y^g(*nO69zBJ%M'3>MEN4JP 5~ByP%S*sT\)_g_Oj~V?9Y_<Ŕo6o{t}BlΧ^'K3*Oi}G{OGg'۔/~s3>'g>\NIDC0){`0>FC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFC`n0TFCV8ދ6G/IENDB`gourmand-1.2.0/src/gourmand/data/images/splash.png000066400000000000000000002506011510115424500221110ustar00rootroot00000000000000PNG  IHDRb1^sBIT|d pHYs--tEXtSoftwarewww.inkscape.org< IDATxyWy/9=H.kwٲ-[pl`0zI!$ orޛ}Ix \ 7! Cp.KeYHf߻㜪fFcftuUuUwy.~ PDDDDD ׀a?S}DDDDDDg6A]q(Q!"""":|*'>""""dZغ\p KFGj$#q* +&.`9-$ofFh)d AfFY!""""2K/d&"""DDDDDYXzADDDD499#"""Kd(e1wLDDDD ]VLCVg""""Z0Y11K/22- eXgADDDD """"I3-$LDDDD4IGDDDD v=BRт&s k""""Z𲧰fJrvcg""""ZHXzADDDDT+ለhˈQ&"""mGDDDD>DDDDDY&;3-$GDDDDTM$s0C!"""":-x/`9-$, """"DDDDeĜp(kDDDDM<5#e""""Z&YzADDDDYz  قjd^2QQ&"""o h!`>DDDDP3ʬQ&""""DDDDD. """"Z(}2dQ1N&"""/+8DDDDDЙQ&""""\f̔2-L|DDDDe7cQ ^B """"Z})B=3#e""""ZY11e`02| h26Ac}jL3-$H>GDDDDs"""" š<^U2K/2$c^k""""Bd(e3-$H#""""#"""N8h(Ӵ)ya.&(`9eS148e"TF"Ul"єdQ±SauX4 խxd8&h~155D_> `,|hҲb,Tclodd!Qe`U~hXzAST/E,2݀D5r{e ZFbel>Ѵe^0L`BUpe@Rex> 7_QlBDDDg?^ДE]<JCŊ5XLDDDg;AvQz3qrnXkG l'#')CC 1Śr +M몆<"q1fXm΀hbbL a_(K-葬l>he-*EN,pG:F h?y}A?%Cm$P dcAԙ:ǥ0k8|#4 KہvL%eSy! !Ӆopb1BX) @@fuJ6%C5,ہvq)Tc;TJ@g8 ""dhA˗zSJjX?6BEQ|Q[Hik.oɮA(t#]iT9P-k_<ODDD-{0Q% XYol OAUt1CTw&׵?2i>;|Bzֵ>f-4ܖ2((ª@bX/6YPA5,8=r$r p[rEJ6ߌBIq|;y-D9(Vm5\@-+oYUXSD Ǝp>duH3W%h5׀?[f ۻQ>|.EnZXLDDtFeeg0 Ġh(vX@,D,U8YwM@7/C?UeZ|^v3nA K8,'z5dFP+yeXq ;S0Ql8n]5#RܙGMDDD1QZdmJ  X,,ZȇCk{rӊ-ذb :1>x&*%a AϿ:7j3ʂ\S+j#RAT݀:U]Gu_moƺKc~!{3ږ wbN\CADDDɗ^М BB1*dIA}ԍ['7AS3r.S !Tgs*l bK~=I4@F ht3JQ׶+ڶ`ťFTȱ~ ރt@>Q\.Q¡xiokN֞h^`>{dKKPUd*PvX'qP}"}ݏZ*ÃSĎCLܲ ꡴uY죙`Fa96݄M7C::7vwV!cd1A?7~f3\H(fd'.(+hݏ-3mGWeg^4:U~rKl+%( R 41o9 /BѶF:|A؊fܖ0=oD93>&(`y`IT4VI ՠ4P yHh`N@b]%c1|l2ˊmq @rK="*^\{M@A 21ؒRA:htsK6ԄrPufbaN{D[0E^n<뗉o }ih-E}";*襍P /TN#XՂd=kV9(:8Az*X $WP.HVŻ*yBب OsMPEйEOINBFkv =#O ~f^žW0zk[;d+H7탘"ĔSLbP `MKElWiab)BX  Y>RPܽ>B9N5Tvd }rIP:~o|Yh ~@F4"aFme8W7M7:e&Bf|O}Wh"PQP_:4h*HMܚ%v5/08(2"9"嗹qB_r_0Q,ZU|] g;:*W9tW |@`!6 !0c9 & %h,?"AaK}FnٹPQq?vfL(3<'ԕ![bId0M.FggV~[!J'kgCzZt(5 EAACf;cH$}([V,"[! v4A-[]ם~EǶ[Z+WKmZ:}h;e ]9}@G$8SBkNm@8`մ5WWWru]\#| |k]9 }e}ưkC Ħob ]6*ŒFiIWQ.H'y^\6kz1 Wh!uVPyn %J! b)Ȗ[A?*L F nh$[q~".Y3V`Pl e>l|e{k+ka~D{Pxf3?ں6o7Ǘ )IKc &)+֌H`P0|ۍaw&ֵP[r ȭjFk.rGsPB&Q"g:~>˷QQd/(G|"zx[{<_.\B]Ss`?ɯ#dLDDtj11K/RR8W&qUSrQ,E_~ ɭ L4Pzv?k[!=,JdZam+o֕]7~v2)pkJ0㯢88LXqؾ??о鼊U4~DDDPfP ^ֺ%wrsPZclhԭgmj}w_T+i*׀KQ:l=UkYRRDZA%`l\ja8h/ r8; qa(%7t8()-@y+T5clP/j7Q?5,ȷkKDD4eҋ9Nހb$2xX({P(VgV_i+ >"WyMorvX,i ajH,o緷6YRaqZ%1:} bGQ| x$l]X:lSXsɎ5˽O Lat_^""gA{,TJO ǛϹ>ۧ2cԢU@cRKZprE \ ? Wl WAy@חU\ L\AY)[ZU7!*ð>Zq :(v(2@2MrOPYv ?\n8Jp?g8o_\vEP߾qj+</;B\]7^>ۇ1$*|[^j&..S J6UF&UVC)p!% Zdjqd4`E|:. qeIE4r膵ti alASĪ~AIDDD Ѽ$2{,Ү}&2SkD$s+:VZC!T@J ڵAk dg}Q~r{}I ?[8*@߄g7Q<I㿛4X1s- ((π'oZGI%9ARB s Ci0gmu}ղrT* WsuJ'B# ?[H#}Uݟ) l/4<|`c!@PײjTceԇE?N]+4\I er1]V*pB.#.J.\tOHDžѩ]#~1\o|GF><}2k,yǎr<4nXܯ}q\ f8 [u*@A+wS/oW:K, ZŁBT2(W={n߮Æ~0c,[IO>#"6&α̂h  Mm (6)ш'0 J]3.Ti?u<Px:J\W!\t|cGoQՁtA|3`+TnNjp_/\r/_MDgk/F浗ODD4LPz̮4N54`\EVB+/1P:\$SDDt]FY O .u#c0"0F`D`|o^h?k#ĵ+Kȵl:W@盱펏˚^ +CPt>1AeIW+@ZWmȵs(P勖-8 RCCZAt=#{;0>R[ gC(#c`EYXX ǁr:c>/gts"hPo6?/(^w,#搤T 34wC(z3PC@LVOg -.$g Hŗ\ k-Ώp`A 0X+(gb-Bc +ʭ$?ruAz>W?/US ~"ܒʓpma#S|hYw9{\9KY$=KمUXz .[ <b0``EB`Y*+@$> Vg#c]م 457Tl"n׶up=1~Er K'˓? ք3~1.Oڛ2=f8"h]AC[UtfhסM,q&95߹*,(Xab`r2"S9}klǢō.}Vr`d^ތ֕Rp{7hȊG‘gdHE\N? mnzh1ƕ qԬ\o|a}MP73kȸ8؍D\I&DbaX1Qֺ@/DNbNtVY~nB[섘+WsL|(tDDD4d^0Ls Q|ffɠ] 8eek$l' Jh4[GAdZb.21(YAYQźٖoeqlE眗d2˾Jf0cVxmZWH NW.(\|YAA*p(Q1p7!mDA)"W~$lSY嫮?붚u IDAT+V-oqp&2)]h(!n?S)ufl4yyQ ~J,yxit/" Ob $?A#|!p-V-`ZA0B 0BEB@G M|}ʇdSeIgu.`N*Zy\_N_#whgҷ>*)0c( vgk4/[Ee n6=_?|7xwYrAU\mZ[]D&BEIEh&Lݷ5].XWcf$WUz@_iNeph`+(hY.К'DD4eŒ2J+8ۻkSO a%IͪFQ꧁ Ld\$#+W;/wtr*H"W?^3OC(l╊]|󇑯o|DѮ}\>4V@9N3-1O":Ǚf?eƥJiQ#6o; 3e&`LgcBXc}f⳾MTCH?)ۯSQX㦥.g]p]7I}na5IzWf̳JOqlaGsJU&}6rI ‘^}t(""R2f034e5oT+$ +[O9Wm`flu;l![1`mk]ݲnkHMQщ㤹iwGZ.Аh6B|jz_~4""9 +}K: X_ꈃVT$%n][g%}Of9g[~~"" +@3N~I_3/jVD\q+0\=(?n D",nZm;e&`N/$]|z\pH2q` H,4?rc:$% )vW:K7nC͈r?1ݷ謔 Ch9aŅE**re^5b 6rba,8H~uyX[l;قwvt@ǒR~"Fw|rWv{az爈pvdt]3rmxDQ]8m Z!;+0&P@̺K\-4KHAt4+!P S|G {QΪh\[vp;GDDtldk,mmMC( Q` ,`# t{g!~qfWp!>oDa X `:@veqhW/KZYH4yR]tӻʻ{ cͶa] twS`%|>J+|P eIE*|յ[ϼ-q\ KO߆@T*m%t;3*2*q7*6ףcKn#k-:DDtp`y9oCc2afNHyT]OĦ:k= Cl+PJ [p.;k|f l ۴y~z8ԃ+㪫7ce{?/?$Jꔵd$z9-ǃ+?۠{C-8Xs5Xn x)G/`N>єc|RX \|8ۇGDg}>ލ>у=9уXWґ/9y9*H%@Xn.+g~!uB-[ Mշ06٧ ˙^o\xT;}q\̕D[ߤ"k7C򏻸Z @i*.}vrER__+|Xb\4ubW_yttu@_o466}Y;oZs/؂\%KQљ?~<c=˶iˆ!WQ)#HV"0őUS O")ߐg} lxG.*}|g ].ٰJA' 9.]\C/=QRc8A쭓xJ~Y.WK/֪QoiRK[ ('*CR>+kr~1/ =?’Qߺ4=O4c +ոݠ87e2G\f$YfC8ɬR#H9|EvYdvld h'(dęl#PreQ>.3[>+n+ދOÝ/cKX~1>^ غb\",_>у#x]8tpv tOfWQtƙ?4oƞIYv-\4-Y __U-oP@qB|/cI>LT)'eY P]WZcbe<@Zl<4^<OG[+P SX`:UVOnПRehPrR{/}<=:!|;_򶭋Zpn܀m\W_6o߾ LɊs,T:Rש`г؊s̼m4 Ty堹\ȁT&kRZ)UN*р2y@Aˁ+qR*g]D!W WV!|C bt4Qgtݱ;՛б煊׵4ҏn;ɻ8ߟ~CSvǵZZOP/ߟpoqκ5S>"]tLElӹ .XgItV_o&Ӷ@4֏5 .V]x]Ǝ,8k 5n]\Ggw7 }ͯud$9f0g} rehA~lV\Itd".ǵ(Oxft ZOm `?6uIjuqX3iWcP:Hn~py])Zk|'?Sioh]:Qw?0c!}S/hnnŠ+^Y4\R? !uܰx9ZMm`!Dj]qp3eYSm@B'YdS=| @˄v7PЮDßߵY%!~=~kɌB !b,DB8na!jn+R5ٕ w'rG[cwg͟#{|Ojʃ<~3|ÔxIyg1484})oq? 5 F0#Dctc9ZMhVUOasR`uBDSEv+U}9ӥc UW YZ`Jmx]gL|5vVBMVnmH2qX$+lXUqJBq7 R_O^-߄Ɩ%K<{Ï+_[r9g>K ȕEQ{i'qΰژ8Y|fj#D;yg  Cuk1_~ t/(3`^mZ.YW)L*4})xxV;TY$O^d1!ᲸZlJ\s2h(6RmԾZL<5J Qk|/P0p)ҮPun MBkҩe}}_\,qɻuo{WY.$>c붋OۗrSCDgNy;䛦 *|rƱv!gWѦ% B Cn,zhthf)gW.& n`2G 5!xb]qvs'YeK1 Ll\u;.OA"=!P:޿̮AЗFH1D"w}Z)L)AcBXSrhWD.,WmOqvu[_r s9_^H/v]/|}A2w1F9@h.ٿശcFyf^,A9|uq&_Aa Q7K}mQnnm$| 6O}tMXE8rė_P۴i-S sv\W;YX%5ג6r>C@4|fFDu0'CA,P`vh /PH@Ca?۾g$ɱswϹh|/~+W^}n{[f8;:iq> E2wF048 --h]ԂMn%]kR1DOw/180kM͍XzVZhq+V Zn ^ُ446V.ú k弍Xxє?|+V@ssӔXmLYzP^([3k3}XeeKA7>F0kݖUq?ZRvAL) hHV6-^ 'fd[ާotaNj}ee-̭Z@iHR~W(1C'шeX%Cm!&:lJP& n\ HѭR؊oD8wq>>,;tuvMy%_Ќ ::KNycbs/՗mC?^X&cI*;C/~W_լplƧ~4#ofy~c8z'@V^+w18oxmK/<<,^z~70ܮްoMh5hv{264­ވ ^0s9='zcǟюImmx λS_8?igj 6lZ?-4Y1(ס7AP@-Flʂ!֠G^TP߸~ 6B4 @5|gy5 _1!Ux*[Z$Dž.IO#.#nB`,ڶ<gqx87JD븡{# "+W-ZC@KkvW(|9t!/yf,?"0pd7֞^湧^ ֶ>S*ep׿|EC_;4mo80ZS5m(c|0svCT‡~}2s chpWvBW߀/-^|vYyg~35-Co?}JJV2?0t:rZADVY|NJVFyaɂ K!+\[Cy5:-Ex H>P;S}JS#&+UDZոÿ|cV ) &$PR*$1^Y'g+~V\Y*/%u0q4/@7Hj/ܴZ~:>rc8xǠu2\DPȹVаPا~ݤ+$OU -@7S:u`͹P|\>35A侀irqu?~#~|l=J._r~>pv\w唶ۿkæ}= L/8]}*12<뿟r 7^u+ ڗ,mCg]S>f8s+0w_~+<>}?E3Y×+84)O[|6WMO?:^|u8 oW.8voLkkozJ Mb`m1<4|?}_q񶋦T~rp/Lvo80I#6юN|s_V?K'*eԃf?>V+w5='z?s.~WOL=/|C#nV#=-?7zSm/?ݷ>|M;+Wo`Ҟ䯦.jg~Wqm7'cI?tj7n9uo NK/> ]y)Nz(ؿo?t爩xSwW_Iމ[RΟEǡ GQi)oCb\f/y.+DA|q>yYP_R)Bd]}rUFzPτ4t[w}ؼ 5w\*Z@v#,"Qn#ĭgkf|_e M˱HH |s% 0ƗyMpb\p':.wETIdW?sry0(ɁS\n`P so9wY^FaO8k9ttZZqFga2`T-wE.r'*5" ̏R@v+̦b–zDqyzjlZY:?XnaD-h;ceX\~t;Id!JA~`L<}d &p\%ڕ[d^hF/4 ?{ouTwc߉ HHqE(KlZ,ɶXŲv$׎&37<'dxȎ-Eey}H"$@V|YhT=F-O*4{?a6_Z3~kl(;طzxofF|-%R < Ū aڱnW⒒wb?YA2Y5OuQfPаmр n&wA%ܟb[ZsM#lqtlܼVah`#8AΑ9oöDMm t;x!`|"|l6Tsjjk_d~ўD"KpeYZ.S);Kj2id]3'/p#=2?D@Iy xdPð1Ů~zpJ  p |HZ>!T*W_>=&` (+ahtK$R `3uLK+>p8^05/jY6|MHkaFĔ4HL{㡃9q)D6CŌ^=Hx ܛ>sx,H&WUf(;O7Kۯފjt[O}\!>6o݄k{i2ҩuz/Jg_K+QSHcsA[<)tȺnxzxbb;d(G4كfكُ18]VRxQ9dzqv7O,3Ȅb[9xG+'+!$= T_ !JS&Ьz`«5@.ISKPDV~mh*1ѝ7_ږΚ)fr  0pơa5l 9S17)̙禄7tdƘK "pHhAXX,7OAd/V2Lk;>"EoO/}PpT{O~gY~͜#Emkf>(/.) `2u*vLU_YLaLfF{s'Xg.2@jL`<ы 1DGYvUhLD\^IPQC'!En^VJ|i8qpR ͗fP4`Y% k5?|Ӡ]22@QVi9`7I0lO8s 86^mgeW לR9c" }$`O{s6lz<H!%k#yFTV.^K|u׻\=׿, &ފ"]aeBV3ƔuvIˮWo飃?_3]qw}" {^YfA#_F豹}wy'fW[WQlK0(+{`ׂ,μzG =$<x Lֲ툕D/E[NhgQi@@"m2wӇp.9 PC8 4ʯlFJsNRS`Gő'J Wp+%+KpA$=5"^aiB_ϰ]3~)9;:h14=s0V ',Ke)p zb `^ٴXPcuB+S;7meŕh_(4yYFp̘wsH*]YiLub>wwo'{n/zL:Ɨs E2*LgҼbTx m~x ܈A0X |s歛rGa)}9~[q #~hmk-s]]S0@ySǺ37?\ű#BA5P!vu­ u|zw39ۅp] 6b1(c`hpP&={00v`dum }܆tl~9Nc32dKV,q8ݱ[Xg DVJ@놕C?ڑYI8y蓫Ř˴5@2ڍȜ?_"g[շ#^~P˲]i dž($*'#]ŅDvz_gQ0v߅|T(^J^ATE? @$4h8 eI&IPalbIuZ\Ap0*Ci% (4ybbH#qP*gf5,$̘6#8fl<Âuݠ,sD^YbܙDqMx>%<X2ϽxJvga&AgYH$0449Y OuH4zQ$E[uǖ@F`i9[ /SS GC;vTTyEMQU];DaNx&?.|g B8f{=hzsLi4OáLHHq@=^|&7s~"5o߈zx}$ ɿLFYX&h,AZ,<$i?*y}7ZI+uz \ь1ppm ZF0 5ʚv̲Q=6N9h;l7V9 0&- `>ٶ<' }W )P,s3Xn݁7Y!>7\VqQ m\;bF(҄;6`$V\"qOޗAf·lKmBH,~Uj8g;$?*3hUZZ귑=lV!#ceZ&c-Un!7:vAzhK$ 9c|u<(ofSHD7fAe@V ;JA! 30M> S@LA/۽< X 18P.Xt[S8yVIh6ʽD90{{G{3?6{2ư{O0|ծWY8n[vu7^~1?lŪ`~Q D+V!ԡ(ZS[ylXVXS;LcbCP7҄ťT_7feC$[8D6l6F,[sELL|"GfNkM, - "l,b ȉcWoBۖP$1;y}])N?2}$!]-eP@V/IN#,[V#3 Ҧ0gt286i i =w%1hOvc%)pT6Nhҽ" ߦA6-M h{ FP)5x`+y@dp숚P5X@]h fAk F8u^)^1O^lgIK]C7R:{Mk*p/~FD+C&KǎT8?Ulqu;Ѷb9\{5>Xp_r*l"L㻐m*QLw (`A([9R7".VG/wۮ=UHFl5 a|K1^ mredNe-@F,Vqe";=ɞC8wɡV[p]X"?.Hw A j ]]RB@BC?@ضL -`&H .ZHxOAyn06#s{&p&2p5%hX:qhkfZPHW#g86 @%7aS:k-ZDYVQx|nz199Ɯ_;}A g->u&Fఐmқ(|ۗ|"ԉp@~c}gx<^ OWgzaswމ?PѼ&)t5Ky NvįD,1?҉x~>6YJB,1L|Ezd& MAd!t @ @4ZB-@19#!v II1@A+tUb+} Z, 1H 6`Z~A>lc[}=c>=T2DA89W%pбHK*s7zfT#ʲ)} 8)04o'^ qر;:|[|N.@&EU89/" ljam05 1X^ֺ o>!O, !ciMZ: J+L޵Zi\ˌC3Ӻ1˶UF0>c> ɊEFGb5?VꍘFs/9;X3ef2>ey¾$eVg#ݲ}ss|WDYEA vWu\+(f͝:e IDAThAd 8Nֱz#.nPeGFϟEWX,}>]j?ʤ#aʶ-Eᘭ8,|K1EkAa+2.b> ~f:~ wdKeGw̼~HUq=CIecȅt|kжf9O"%)K$+=)9J1; .% /aP$0@jjp4#fC0*902ºz^Я~l!Uk=8֎{f.5(XIvlѼjw{79ܳ(rȪOH%0_h\i>2 AQ.If0|i߆cWm@ǮapJ*aŰQ$w. m.*|L4R ҼNIf<_sM~^a 1Wtɖ&5t#g?}?Ux'[o y"&YaYZ+ cI} v߸?=69W٥)T۵|8|"֎Wt@T 0~0r O࣒c9{p*|M&[HE*^aǪT+îWᎯwe 5Yuk9G̛P6Wx/yUʾ[>5ڗEDeI$@ZϠqBG8zX7^t2˚{\hµ }\EDZ"=Tٰ$ֶ;nÚ@F2Q[W;aǮmظye*&l,^($(H-|W.^3{ffj gR?Šmq詗f\}ChXe`γ@@b N8CS[E0д0vmJA0rWf}Eo'jbm04%8c}Է$6`@I] IP~,=c{``h]A3BLKɺ Q&˲29Wkټ{^4H4ғ(\"Q,}uypvYkuיt&Ryܦnb+=fc7 (tO|@_49hFHK&SjuǕhjnBSs#[: WIJxbɞ2 Apuoygg܎r3FfRUOB'J3HfxHYe {L}#Sע9^ `V ޞ>şU$ KqI%9R$^>z^~( V\y Wm6R&!3nP,dkovX0*xf$y KyvF k9` 9g`q8:+w6TeaSMĐL WHd]BƕȸYW+I+Hk .wWPaMaB{ ,.ybæYg_y!:֯=C,Wṧ.nƢww^w#cnlz?:T1^EOR=99tq ZZѓ51V}?ߑd:b,E(jH wMMm˼TKGϋDjL=uk H.(ۯ9{_8)ަQmO2iR!U]@BBdh教7G4Ǒ.pm,Tc@2Rk%l=%a5LEi9)]_GdSx!lƥ Lz*-o9X5쟂$ݛݺZ=mA;n]'3>˾1V}ҷ]&]r̸_C"+n"c3/>7{oxE~S.VZ>C.P] : ^~~ocnH_5 JJ8(O>O)FY&nBI=gLAL yZ/ 31eS85vu;cD6ɞ?wS!S#Sݸ73YQm\œ".ru&1 p9Lq Srp  +`AJI䦺~hObH;_!& #J#Z7ۄ/!AH w{rkIks Ĥlk SS W>cSz:PgzkWm }n&Bk ,G]=`z|l_o=aY=n9 #01V _n6MXv׿HxsEA,Ǣx2OF]'Z8R0?Gު歛099(\pp,% 'qLy/KQڴMTJep GFf> V^MmۛN@ϳ_Af|lMn#o7^cmHT6jiwzSP%s˚oŖw~0OIb2;9/"eBrl.Ӊw FK J*bֵB $EKsp_0˪#c`:APZgȼ"kdV5#G}v,){||pIZ9a?XPn+%zoR' 9N5.~}vRdsPEd[@ۊVo~ ,'14ZlY Νvbo]h_T*G()}8r(,:b$Y[oO/YkG؈҈QQVl5sb2<[/{o+"u _/!3?7N<' N5+ؼ O/ByD'2윫3K1? fcH\"Թ1uucYPU͝d!4] X x1|H)Y}b0=K71xI9}'رu#A$D^z'sy P3N(dWk@R)8m8d!>6-0m=t*e_`4|q7+8xD:u]|CFۊ7%xWo=i{M^"cݪIo|[EWg7_Cיnް [wl ^eeHNc''&U|QYUpQ'@Np{@KkHtvcOFe6[Ra?>44azzΞñ'RT74ůw3&~⇏hEUu%~㳟@yy9\7P%?xGs&pZQ.o jjs`x)鞃z1,mHtaOTbZ y%Idn "2u?$+`Pn^o^3^tAIH#Mr+x{7{>LlD%=üӣq7c-#M'DZbI1;1T52|歛y8ľ_þ_ÚuXwԠSӘDיs8vXdXi+m''&uXԀrƉoP76/C`(`/ޗeo\/_xպلegGD|EJ]sA"B%H8 ;q 'j^uﻰ z+ .:Z'UU[2eòH>#OT SS?}TV-a\HM,^@.4 xKU4v橷3#3އdB+}iz@ä%hr76^eUNˎCL q-*yMk+t2g'5~Ca$W xLX)VRHj3$1*k#R~ ,hPjf=YzM-:`dό EgSBBEumUغw߳e%1hI ֚-f[U6#ِjZ%<93U7 v TៅʏS'O@$wx-'"=7ؑ8O_ c՜ uښZO MP'|_$w z#M:B\ //}~|oTo|֖.9Ĝ+!5͜WLY[ b9LpKc2TarǞ#@B_HO_,Ǟ%uNBjb=0| vb,LU T6c Z7lGe7B^d/1pr50ga9ϩ %/vY{8P%q0ske%kXUƀI.\5t4.} +v(j/=˙X0;N8ÚX !$2BYY\W4=UB  $G騙q )"< 8ۊxι&mƶ-˛+0/p-d)c/{G1|곟+n^O}UUhnmFoOV(I`TVV9o8F3qrcV ,_+w+/Á\JLLMMc*Dafg?˛g9#\zL_b./I`jl-T r;ѰzSBc}/} [F͚sѷȦgщmJV~V7W>p3pIdIIVԠfm2 wSQʓ8˘yi5 - 32q `2e. KRvÜ;JM͙b|@Q8x#v0l,g45V  )a+ jP〔 o *Neeefԙ@9SXFPϊg{*wHe, \:!H ( IDATU5.nم?v\ Cžc]|v$rZH$xB-wnEii%LJ?z+G\ZZ5;Bq8LD(`v6sÁQێ1\s<W;q#&+f;>\Yyv|߻ W̚lˊ=.,o(,ǵ)9HAil"Ȧ 4J*hOVڶu8?(Ɩ)\ zDOX$=rܙ(-Ǟ*=MX>L1*$ʪgOfF!&O`X^Ax$*3+Jy2ԜC5N,O d*"[RM$AArD>jP%b`RBˆL%FkDB4bdxEXT8Iio sM2.F[̸7#K(k7]nA9qP}cEB zKCTk6>&'=\^\*oڍr|oZPx112}}/$ă~?lxhV|` VؾlܼO~g>x}S,HcL46ˉAǮw٧G6;?ʎv|?0x}}b^ڟ-;u r}QWky%QEcr}CM-G羈u`N!,rMG?+EժYsUM}9t}ƾVTƇ>=-=7@(d7;ׅ8`d)jhv2MCF, ' _bly3#*!)ޕ+A;XgXW ƹt1#}u"I}?JT$:k]([Ͱ6cX 0I#@I\ 2u/8D$08׫!,QLeR1{T?&) Ajݶxq8w#W3k/=#a| 3\kVvzl]XV|Cwr񖈮3cOؾ$` H(M׵_#z}{Ȧ0z9|e PRߎҚV.O+EM!=҃9Lw#5ҝy4xY2ϡz7s ӣg@IZzV$,Ђ.l Rm] W6~s!5ARIA3`tN@%Àes%)d"e G= gAe =kVT4I#mϚfIzR$“P@0ddj ׌*F cz!S[Z/jJ0雵5jT>|dƓ(Dy5ߌhXV=UDee޽q3ZZw~0=]XR[oxe/`7W0Cmd9N,mw}mqg߀Myg<+A^L:eUy+p3(7 r%5ތ>LC& RzipU?N qdpK2}KWfd/[ #5Pzepjid ɂdUhDf)c#p.|J;2J쓊$Ag4DRi%` ?9+Cƚ7ކyQ`XWrk.9חHc1t$&ۀzO V]"yXӚF;rƖ훱ef ՗8yTQ!m-Xwn歛r P^WXqKƻ~[/ @)3-~sGCry`u](4W`Xh^Gz :7@p nemٓ23i0Ճ5JuqH" )ҀLCf1 U"xD=-CkeIJw˼m`ZSl\0ׯᠢa5dlͼS3X`ʤb +ͱ23l guǔE(L(uQH4\%f,fLPEJO ) {Xk 8olb10 Vl3yH)xABM2;Isc3 gtoŌR\u6fILLL"՚˒&:_x:E" NWWWEFf\! IF81X,@%IT٬ !& sĜb8n[3YBJ_09Hc,厃Db~B#͆֝3$1}_ v$ߐ+ຮGR*1ǐH$B%@}7B g?jqB}dԳ.Z|$%D{{6l^3=KQ8&'f9#Qc p웓 zQW&he dxʎ^$^TTbݟĪvwP~'`٪MO[Dr?-`z@[;h1Sj?lL98108>9.L!e`e~2 pq Fn9dkpJB0gȪ5 .3`dʄ%TLiɁB )`s[X+m GPX+;B ̹brMߍjOi^"s 8#1\L`8}x,V3O-㪮%fޚ9x wJzcf{b1qm*R,Reyy1CI+<(i (x"U 23tT-U'?@Ī7lPG]:?¹0}< ֵ[;QvE1!z< Hi8$4'M*̙bIkv^̖i HnA[ lSTz白4Gr!d$8S:h&HC,$~X TǑlj4{٦k @ +NkLM3"[#ph]2Ӗn>R]Tρp1@ ;WfD q!@RYQ ^pH-_!{| ܩ=ǁf@V GvW񞫥X\,=K[c`+?a֏ +|A"O2s٧a֐ ~$10ؼ+6h?=c/ajBdDв7l+߆DeZ'>b(m9a1jI$`0 \K)Mrډ"M\Lo8}?ƠN;RZ`ʋXJm|Vp}HPX9jCWfqHx.N0 5TAk7)3 aL;sZ߬κp^}L@ pRU=9qu`PZsBL/qW[W'}xNSci+[}p`( ĺKhc>((?ȗ'6?p<u3}b RH, "r_6bÞ{aϽHtHT!VZ9g;Cn OC Mه:Z'ޡk8u2TBm, 0qd`f=~Z[zmRM0Q(N ]hOɀ V V' .iINw@a Tڰ:)Ǥ.Ba̱YiNIh{`76}i}(}j 1dVJ 0tj#-tkgɕ#%}pJꭌ|v*P 1O_1163t !!sQW_ƖFTT_ RKKqQ"j ˕#o ` 827 )0_Fn`K3hCI8+h&6XD=2-x]>sl.4pU],B٧),"tLevf 2N0ǔޘ<{Sp\s샆P݊$pfy V9kGHUSUXƝ*ɀbHU\ðIX$Cz6I9thG w] o܌VَGBgttA\%wPN X K(hOERBjmק%jG,`'{C_O/+os?b$^yaK&:O uoqL&D/R?bP^̅]Q]DuL/sDpP928e^1 gk.v7. //0hr|2 Qrd3j҈Csd,wr^S]p;{݂X601#hf~ð7SW$.WK2֮10-`g`[`hVhf s ``F*qc آ U]5Cl.Zb@Ua00RY$ZlBl4{jՆ4IlB3cJ(Z+!* O4X`J!Xhfݸ̯NV:hq!{AVlXYH TILp0N`ƇYs* @]E[k\o뼛cj|ݹ^TzK|t9W^x o;WCvDe^A|9b5Tsn,!=pikLbW"Z%}A fxCJ )at)dT<.a?R :aHT=|$2T%ЯӓZ 5AS鶥vPt6퉥oT[\`&`+ZO*YO'H{&M12s|s=3eeNK/$sTYBY''*^v+ h/NjD&SItnFSYpDks9*+jߺ5(\NpwM;C n8i-8۪zտx-c8?$%*ɹ&6 6)yyԱXt1N]fҋ,+U/pҷdA>_.]S W+`Pz25 HBN]$5ƂMi^ 'q*KCrE$+j-,ElqB>Y`ZkZ]HXLP$ )}@Y;|=!O0d@fM{ȧQR3fDL~#B{8#Jk@>3s=z 1A̓Ui1pW@y,K VH,k-$pW@H&3N SLݧ4V,K΍޾/{;YUkgz43#h=hȰ!2$`Ȱ6l5=^]]{u,H}/3=qι|,yˌq#2wޖvf3p19~@}&}3s'==#[>Zze=8bkQg#ˮb60^;b7xXj+s(֥rwMun,'y m*YSy[W bAA=f~g/6b9F< 19cu6?G,Y!'`=<3N8Z#3K f ^l:KYcg9 3Av^"ĪC8dYzZI D!hK4KD N22ca g-әgd')\tpQV%9(QI 5=oҚeTlilwLOnMfJ-:VݔֹJ9]uc'OߜNE lf vsc;m hoYfQ)Ux6C3(%YE)B!x7b[i`*B(ߍ)|\KV/40n@54K;k= }%]'2 Fq&r,5Ob4ƼzSTc=^l+!VoA|e! ɼY;DT HRd^łt*A%Y+u 9xr膠@R $˜3(A}}F:$`D 2\DNA!eنNtb)>!Gf^D"9V\8DZf 9T^H j8` S3 ^k Gm;,8z壥r 3ӳdZ7+l.n'FPO{{ս&b6Cg`M^{]*ĹɵCЙa:mK-C⬹F~{깅Xq(lN{eD%R:VnjY>>(lN XrI&FCmU L3jA%Īi7RLm\d8gXYPP8IjpE,Vv)7clU,L:=Aל C@TI,FÚIo-ّT Cy=qghoE`I"l&Qs06LswG 8Doze"IQWv"+g[{0&07sc$IbJeaؘ3spN; fFk[snN\Cz+kˋRKߩط,۳x]"mkЙwEQ.^;?mEt,\ƽփs,\K%-ațuH 6,7ܪe $Isr  9\!LNp V_AEa|G&\t0J-fs#]#e_U@$@>iB!hZ,(ji D LBp }xLu&$$5sJv8,@{r27h;8?sЁY5ɰDH qiHA8q_1])b" G蹌 9i~vjNH)V)<\)6/̉AJn{ﱙM|aaY" x ϣ mmɉ3Jw?Gsٱ;u~_ysTwug0Vl8Btz7X eIQގF]qƚJ{LuIL2P< bT`hQYQd\]qOd{vۗg `َ9nW:C X  k}P,}3BgQryو{UZaUqrp-g@+f!3nF7`@r =u,@8䄋[ _ )_y82{}j  ͸8չf;夊4Z (:ɋI pHG]?Qwr"  <;x?{KZ;&mn#Z>  {SH3]r7cٵ_ )<# (JR'4+Ka%{g9@g@D##B`%&߈\$BN(t Ts:o@ZorrRF1Ě.Ǭ\d:##c %]ή@rρ]6VneW,5 $,RfrB&B*@$FpRl 3b>fÀk`FG+ B"J YiQS6CY- 6u$.Wd/EG'ib  9znSXԗ{8ʕ2ןM MzqM'wtaphqWHs[MGhkټ38vrj'M3sOeК燎1N[nKxlM{3QHZn X-^=SȢUQ ubO9(JIZ|`&uKCMc+mEPW<'xy FR~*nE -cb,NaS 5?WX♽ mnL@nF2,@ ezrjSI6/ at0]%=>8j5tEw9`K( 5j09J6`b Zowu&}%:B&-Ep!F{e'W Y@e1]0CNoM$c-k`gu9N̞6Y+bkArLwdġD*W:p\<{c:JyBk)1秏?Ǣ2Ξ_ރrß8|t|A#'3>T4n;7:p[·>^`'X%xh"i_؅3D@@ᴼwBg( Sp@M'VZZw( LZ\b%Cl*+1jy1h9>e,-԰X)9c)kϺqb,\2-%ёn*03D[ a bvw굜Kr<=( 9C ?ې,]6Xd's`Xηp܇l.AYg^[7MpvX_X?Gy7k9 \5d+Xƥޱ)ɉM~8aa|{߷D-x8zl3)o<ÙYY^~j7^=cSTp<Kx} zzε}gQH>29߄هr&`o(i? 6ƪxcr?VBC:ltW3J/sF5r:e0cf}*K"pȊm6U\" :!AX) )62X>Ýs bWEL34R HXXxxQ=2׌gz1A`3z`]ϊ,(6Dd;NK*"_@905.!q #&Ik& 4+TLPYEie3(~ 9~[mـ!dzDAB36荳 ̾:(r@Lbx:Vy6vy-RE^[]xm̌#ԺJ|٘]>a|`?p1=)LN.xe)Ʒ~gv 2?ycaq̥v|녇'NaEun'.\ރN_|3)t6oo%_+'wDS 0]k3]Qmpdnxɓ2](IϢ _s83Fn-}ϯ AX0% Qu.B3U:oD֕D29_D )q4'sZ*jQ(d x0;} O"MED Lヷp $gfR7n]#S6Od:k<DAI&dΗ \L ˽<ֶ"-tcf x)&͈6Q=6$KG6YM4e/SGRٕVH0=*1 n!"&Ƨ,vI6n>FiEf0;[Α--[>3q<q$ Lmk?{)JGU^)6`&y|z'RZ'!^:o.MƢ/R/ h)l_-$x}j?N/ 4[j3s ˮɃ %Ih u_)?\I!8cTϋrO$jady9u@ g\cLPg`鈥ܰ!g ")AJVie7rAȅ%)G'·OcaIc@sx.Ad>0Wpym3S+hlBKk16{$4a 263x#BE_XuXtE֝TM0 hm0k&FlAXx6a0Z.MݿxM>nmUxl+1NPi0w?__Rہݱ\sf1}p}s8zhslG}c|bg`[Ɓf +c+;;lOn_C@03v+?^;{[K!Ύu!lݲr ?x?OvxDzu3&j!LT歎jY!@(;:;P(ޟ@`+ӌf}WZ0:ӆYoS|i ?<7#o>V:06a2׷z,7w$jfff:H|Haʌ:g_t sC ˗~VRrAEceE"VAT;)LY`Y=.RI|07wE1?'ziXYsJ`qAb>3ɋ jҘ]߰[jYm`qBqHCXAhE 9 >%nT?t~<)@q IYolUOaĺ-`f*"sꪠ=C u枒0E 9\ pg9YݿH )ȊZ/]B-X7]2LZA F@Plls| s?{۷ kڒ爠Qkg{fg%ڝV/ !z+,u9p2ۀL(4vfe8qJ,1Q Dm,8gǍxakd!`ceMH% [(sc{O)ƻo•(AQtuwb{ qsǭNzTItlFЀ{6(D[w?y>ʅ틷Yط-m` 6ڪQeaQum:eՅ+(WRJcreDA'ӝ/5?|ZLY,96j>=# -0#2`hntvs2dj>lL;˹*ɪD/6+czb K U`Muev]&<#bdls+4z{"Ȭf1O-:[N.YvhDډrp`^ VjNuسA,&Yi)-ްJ{9wfSlC)5,ZqB]y,孃n'uB-zw#)ijN>ɉ:zȡ==Ew$<6[Gn#A;wv͗h]ΈJ@kwf`ߵJd ٶ6_fbg]s.ᛲ^վQV߅5:>!ˮ- ;rqWhCKj x(]$6#Tfp<22KyHTd q$N|z[fdBS%c3IБb;" Tlde1l@At#π/r bYrr {|mme(dC1d äNgQ! q!\ cu=g=2m2ÁH: a= 9PE g,r\c\($ًAz1qem.=]FV$ffRJ`FXB\DTDTDsK3{$B#mOwt;G'[FsM&4Zlr IDATOVœ)*بgX{`b|5Tke l/F)XgHDblvt*2'\h)~ nf'?nGvac2kuY#n?m6W޺3@yG1toAkGɭ(rl\m96:նPfky`+Ԇr1\8~~!DR_>X7r!xL& 8{l'ޛB4.( #8 ¼HAc Ğذ||3'~9]lp1M>Nff83D$" qÈYG9!D9@P)3g_۩3%E4T:BtrP=etMn=ׁ#]1V>iS=œR_A Fr@ؘyc +-~eݷ; MzF-a Lg7,10MDȒ /\g/˅56fq}}p ]hnZ_+T@+\:_\@k[j[`|ɢDoCsXu\Lߵ{WoCWl<7۷2zZ\X;\Kʉ!- 9rbkYM_?ޙp$vl\~2wNu?W9׭z PFQ_ާR'E%*Al׮a\'l |}*l`@Eq 3R/2 b9.CZu&nwmDms󲴥VHjl~VlC~ 'aacUcQ,A4|VeZ@eI3@cv6Ǧ e(r:iBAz !L@H+USJQӾSn?ſovXkQۚeªŁdy :lSNj- GKK }{xUOis3w=뮿{g\Z<Лi速Xŵ a9˟)cx:ZZv pk׋ W&Z;0=/Lʓ۹b^豭gƶޘ>;֎ aZ1tv| hkZXռrsK[kc:sxgr|.tɞ$kae=<Y.UOO>Oz厎vgH>|8h ](6O5/ͅG=r 6'>œHZ40T>eZ8D /lUث{sZvZ$Vch;r :Kb8v}`GnPFyPVVR|n4i#^YG+AA|g-E@H<&úĮgU; z4h "zZ[#V ldn+wI>ib~\O5EJan*wlȎ1{/8 #ixc>.:[V>qݳ*󽣘48qrDXJ﾿V;lO[~WS,-3 uZJg(?5t;rh~0rȋ9 a[B.Bbխ?zFy%-Gm弑K8rb@vyvk[[ɾ(zI̢/k{p|!|gkAKR};bL4tw(jں% Q؈X:ݠ=p;BCW^ԂVak"~|~>T0H^40ROHY<{M06 C^eԒ*U#T1ƆFRPdyr!mmI 4k1YU3e6JTuP*>?]Wn?:`#T Ȑ/5Ce2[bBRd#cҭ,] ĆX8r% $ʌgdް:eRܧCH^^SH$~z%/Vs?8L*MYIpdF{#c#f͎y:p׸4n|?~Ξx \4~y/>ۂ2fSyH=HU\ߠ8MqRW+a@$ފ bgDLo`zn}v| f{[gW)z ׳#XܠI;pt;N]J.֟M,-9z0jae_KvcGK'꽀>ۛfqiXQkrCQVC e8n ׬*/Q#]-Â4R zUX)3'dR/I|yB #XVZׁg!c{J{"Xo`Pe?Ԫm=-iO]dYGi >c m (ϊw0 KUEkYg="([ХLb80/j`}|Ϩi&pBHSɅz ;aҏbطroŪSЇIskuD̥/&쁢|m=ǁl%; 9Z %mkD}(4Y"L ,NZf.^N#)CIi5R/ tA&.,VZlCrP0, `V9SS)h |@͒߼f-{Hk@`1PS=rI9RD'4SW0ʆƲz9OpA"'P IAy>(*#Y@$^!;{o(MnO^ĬMon^z.7w-bjnkۤ}'[CIwC8}_:x ͥږ1:5޲T=Ѕ_ nd=6'z.9PRzgfUrq,Q7ZyT2cz8zv>+ÕIdǒ&Oƕ?7d׊T5j]-RU̱g\+rdr'(ZTa&)O~z.EdIZϼzU. @Kh8SEkC䠥!Jl婍MX$8Rtx@F@l% (so󦆐>{.8x7 |[ O귭`X#AfP>wi)`/dU?T'{vM4n47ƛ6"os+- +xH izۜw"Zix!9sFn%7h;U݂H=GԵYsZ'ᱝk[־_އ+Kvϼ힞B+v]Ca6qY*V6~Ԗ9 dS玼OYߕS0J$ 8^:U*HZ*ZZj`Yb/pWe}8z{j[YH0f9h58cxD;L@dAf'3wo[cWl$[)@ΐul֓rЋ#%v7D* DX$6^,Ii> 䀷] ,ᬯE,WvB ;>U!I ydPsr|b#53u*<< 4X\]-/=ֺ0(Pq?Q4ř3S8sfc-8yYȉ+ͼ7l]9G^9>XƊ &xگ>6eZE9>tqkTO*jWm\i`$X6TB=8RۀMdIR{^)bѕּL@LKSR5-_uZ[8sxIV䤻zS(:RY6I^l_ɬE>!7O "!9",̵K-``nva/~~E![Gsz+tG@H\vVsřG6Y=Beh/#$m3:en>F4vT"J/x+ߏD@Im%y4w[:AIA+i7v"qis0y3XuʞZj 4 *݅ !gO \>X N+)JhBrdZL _߁~sd ƶ% LpINΉ~[e4z*߅2Ę~Rpl(lT(0M,xܬ \~&gMd%8lH8DfL^K,cb2B!̘m GAy،CvccpvϴS8P:@rpU %.9&$6Ѹ6[R#n%ӪE1ʜ,㨡 )(`wk`LW-I)( ~~Vfvp|%oj`>'p 'U'R@d91+RU'eIe *x^T)^ե jh  NW@p`!n.[9CO Y]VݘsM{qbOD#|s pRj}2^"N[R*`ѫFIeg-f @aYmp0_]0Tޛg^шF4_ܢ_aX=3MMOa1t >T.WAX: Dށv<x\.*cA%T?BO}id8nn88/}逶ȩDA(ZEPI^Ǭ$fzf;w;ѫs@T5RǏe9aƁ݅m*PId99ʔRoDCb'mn}BhrRXPFPg zpb) ̲c; xl8FA0(*V7 eYf%:ԝ|i`ͲI,/,Y 7.hD#шVp~ U.Wu"uGʡ_ sTm k!3J| {pXXd!K ~lYa6-@@Kk ¹u'86jMs/3 x΁ q[3ㆁkrqv. lA2^AEp$E.<}m K5xO`x0DǤYiF6 F([kB. K85B{'^ÓߚOjZaU;s0{]qܙ(7e'gNC.ks_?oab|}|q?pzbF4 #߀zEpK/??d[ԇ>x?6(i-\TW']UڔemMGsׯb5@HMN$}zؽ;MnA&zbi !ZpXl12G-Kc"$ @T `[eہՅ-!j9J=̒h1F`\ʊ8vBk  ?ɳB&VB&&܂UBn0b?UX BMj`п|iE-fBŁVhTw /Y%/>%z%wCXϿ$ i+:0;SK:_>̧n{; o?܇NͿ_'?Cܷ o|wOm~Zm_(-Y?oo.}Ј[<K4I 5"yZewi+ƶb˃^e$d*a~QS8uZKRKxBwg%jet:#( ) 5j^ܐ8ů ]>" D`US'B!Ms 8ĮÓٰl, AfJ_R/n㐷ocqj> {(M Bbo D IDATE"!DjV^ Ҩ_K "EL+riլk!^7(v_q7O6FO)xGP*q_^7>Gxpc~~xph\!%b2}Fd1К^k%w}*IP҄BN3CjB#JRX*ggEL,ajjs>ԅޞ8mcfM A;DN1(`*[ {ensp`5p!H ) =fN=uH[ATn ۺ(m.H$ ;\"+sLvLɂO>Ĕ:Xw H.`Z%@A\;^I$',1!r@>tknH•:]~eȚ}\O#ql1BFP c=kі"#V|ĆV\r.`X h^HZZ*+Ͽf}ZC68?7 f'Qn> __?m}xg09q冚Տb޻Gf&>O=}'<.-ؓuF4 cב^>΍b:B-(qQZK_;| 2=CWhCR_HC OЄ0cɹ,+28E@)Ysl;eݷ8qP2}.dfGy 8X$ÁEGLvNiXN2Xr VmHa焁3q5y+r4 Θc!;+el6f1t_ȔeҴI"P/\#IޫO6!df4ʜ]l%6Y\ɄU-zeRFi9v=LZ)i|mk~@;oc~/}O}u{!f,,,Z]AZCTBJ[ 󋨭TQ$A\BKksVDgDWw x[\\2ԣ\.鶘,/ZQJS ٶ:?/}~O?7_{q>x|ӿ]y5N,w$E?33i6Kq8 d$" "AE"r H(($p%.ۜw'uWٽ;lwuuuUuSO=I$tD ¡Q3Ǒ L-(CC#4t(G G>Xۍ 'P "a ;jtHT* BJJJFFGD(,*I kiK ;Ԟ3lead Q ᆍ5 q>f]ױ*Lse`@46[HZ\\Z7%5Ѻg~,wؤXXԁqSf8DUZ[mURg 415 PP]̓* AgsRC#9 djsI@2X7zů'7cr<m-tvvQZVNmC=utwyC+}US[WEd f;MOwuuTVUSQc`v/]EUu%U5cŲtut:} &g&V#'L:v:ڻ G ijnVXCyF\sI۶v;{mTV5H$lkrk*)}Gh_z`0{.?oxɏ܊PJNGG7p!M'.,uf:I e/}JJKs9yˬ~4e25!hƚD #TVS][5校<֖ڷSZ 0s鄍m8g%隰>(s.N >7Z Elv({8j  뵌:hexԻa3hIպXA8J@k fXdڛRITZnӕ ҵ 2\% U6٫M]I-?7ܮҥ|*Kd!0&_)rZ7OZ-/mpu Ѓ8^΍:.$]'ɕ^Ma$K{|(6i[췭"Vqs,[ArGF3'[lsGM}cSNnJ4q܀&v:[߸>Ҳ\82]>4yD^x5=ܭ7w?DzW7^\=֭HA_r3fI"gWXEMG˂[̹F-K%<w"Z1uz3E;> zemh  1S8jp300y{ZcfRl\e8X_d//nbLmJNT2WN9AVqnn\+6ol}[G׮pmyq˵9e*Qg~\dKG/괦9w[ktoy'f#pYAkUif6]==h9t1B+0nɴ{2{B:|2 U.vs4bUB:.dtJ'jl e]K 7aPuO)OaDYPHwY58W;Fr&FGT(#ɐo21iːhx&|ezV́EF T*g<{JSN䂳jYՙ/.pS$y?`5)񯼍g;PiNKҶliwM2}B~tuOn+Xz#'u._;z,~u[vn<ƔpuM8<>[\RD:sbVqss~|d$gJNkvRGO$ 6]Z 'reKrK:)Usu ~1_8k=͚'?v!nS|[|y;d-\7m,[C{k'Ù| a&>v#o}}>v%%cDN٬^o_v%=ĜTT2Ͻ{m[}<ǫBk|yLl;y$oL}[R!)[t3'\]J*uP[`l6v2$ Z{.si@3̖Am)&R"JڸQ@s4ǜp^iG}ށ1ݚ86cl~'W^(ʂC?[UXTďy*1B!&dú-\+ 5Y?  ɤOqN;K<Lu}ZQeo/8w~wzd]gfSX4/ggGe+ 3ݏÏ:<|oLxq7C홧ٰv50} ?ꘜ2x;xh>ļnkCwɲy2{?}346O76qq_#Zo렢s.rZ.7ֽ=ُ>ɓ鍿ڡ-|sqا?֫/sÕѶ /_|)8(/Mcd.F.E+2m:_8NEyOzID^|U&G^ /\"ݻWv[ w!= MTVS2P8F&F E@8dJJD@iьغ.,a#hFmA-yqoA3H,7Y5uh quӖ[WZ`2zy E&7P 2kQ݄TހF][F<H%.l#.6Yp0eYij q1qź [`ݦ$!Aq$jQR`שaO {#$!N VAɨmY /%dx+j&Oy<P^』ǜnvuNG{~"jj}dNŜi6]9obݖe\7;J3uӅ8,[&1jI׿dp Ps.oRCokge)Ņ8⥿-v3:}rđ|-'|+/瞡yjEEHG7;+n% ?K{9 %cP\W_ؓO`g2488fҔ»oAiYy+T0uԬ=モJ*JQ([&93?K ojbxxhIO?ɵ?eńBA/K~u}44e!`/0;_]\pꉔŊ)-+Ãp=xg }߅Za[^GEUH?ܿo] Ա;O000ą?ƍ?)Ӛhgiݺ//`Ξ{ֺZ_~ @WG;u'V ۾i"%2cO)OTEL̬v7m«9)uzD0B(6t{`aQMbp\@fm-YZy YA( ,7ʀLLi16rBd['OЖ?-G G wr\H{2la]v>5;/B?QJ#5xu[ހS`eّB{:` J, ""̞YȜYap1[gnIJ<20њQO[UrRwˮˮq{՗CeMrvH c;ɤɮNY i[~쥟1k6(s8,fYQ(++eK`ߏbU?a&V>TN|,.A) -׿[\pg󍳟!\K}i6[˳?=gTUW ??P(q}'}ұA7EiiOF . R^uC'^`xh'm ÃC@>)%w/fRG)Feff֮?̜FIZlcU?OmK|{.>єHXwlיKi9{EfM-'E7@>s]{)>=r"_\Ŵ]).z]gN~G 8tYr/ٟ=7]}%UDǢ8CEUMΛkm݉mm}QQ}4JЍ?#9I/ M \`]iԠҀ'=n@, h.g86ʱ5$&J4E^pLJi04ݍDX'KhVx̬ <(6(!)YcZl] IDATŒH6tL:촅 (FL1i̳uZޢB4_)= x)p"2(o@a_vq_S3 ,C=H L,(7r`6]zuV>3mGm]e޲Wc|D)`Ï:w\)ţMCS~d),AuM?>xR++M?ü7" 8'g}| 2wʺ6fΝU|w5,~=ʍ'};D*98+_1{}TT,=po$˾;Y[77;^HJd;_ =?焋G(K+Xݳe.O kiB{H,s[kBX.+jX3]@6 @M<,k[!\&6MB` itn.y>֯8)jAW C"-!zkiǒ(qML/q[e-X9+A8Zw(qЋSkK]"kAq2BoO/wg[OW7%8;s$"dL w47bm<O1{AotwѺeΜőǞH)]cMii_6шhClް~mSZةr*մAZ&C0w,QZh^.#8Ir~Gݵ?3gG}M`P\݀=Њ(%ЮЄaQ(Y^=w8ZQ4 iBS޾I$qnm\%QVVws 22.9Y%ҡ)vasLJYhFYJ6SϙKS/MowCCCD sc`#sR+d׆<}lH/O<ݦ@2P僃CL:m<-aQRV5}aVaR‘C>12@_ٝy1SR֙#PJQPCp"MevZb6[)v'vc \˹Ҷ~Eֹ~SB܍ָJq2'tt4>(l[dFU̞8j$t В6B88N oQmKRJrҎh8vH9vSuɎ#m mm[a+/mlGGbrԬx2-{5ůf̊~daK: FC9>Owz?T2O tĜ}FBB۾6NSKx'삥S7?)%A XQR: -~E }|%ұt n&>|Kpgqgqi_dTT{1S ǝr:sڗk6KBum5IQQ!΄Fϔ9SYzZukl/_;_%QVobx0g vZa~tuVQUM,#_A71kY)gmJe4h0ŗy_?餳?8 cDFlظ83ec <=; AH4pư[YI<ܭwM:RN98)VmIڑa Ü:m-l֞1ζ6q6]McS2[߇ry t6yi6Qnxi}~t8F#l2 X/}f=𜤫,mE)h:$G 3j*'6+H4 2~u}N{$ƊwVռd%]|K܇(y2Ư֗.knܯ]Lv<+n/v+21Jv@Θ=#|4Jʫk}[}AGXOQQU]Y?,r([`gӆVYVfz8pnAfM'~@_oJJbZ6okgJ]S-PaZMђ"-Y7]:f̞{VYƇ Ea4='g3tg|~?O[ˮko;__ EQqkVc;K}azħ9\ߞySk&zeyE%HS*nj9c>]>;}?6*B)lH)cTkĺlPT~,zp? 9 fhp?#\tҲמ@dek~̸O ØS2[B&v'.v4=w_| ܇$XDtƑd9Ǵ#sˌz쿥7I_vHۊ`;Zb5;ؒH;Kg;vNki#H|lsڑFa+ ]^t;:)cB@wDGߟȢIZG͜VxujW"G1JyJ6_ho$  /Y(AW"EpyCOXUfyg6i>;Le~0/{)9Sټazo??, 9 q,'LD$\+C4M??˶eC|7TDi|e3P*MEU,[UUD|~]9*eKkgB,VBEEyN;W%tp]9֬\NqiC+*hݲ?nr)%^O{ 7J1!<~z߾j2~}59[p|`͊q_|i ܺ:-]#KQ {{ywݿ*ŢΘ=/D|{C< <|ݾ`1#*ik{W]͂RY+gY9PVVNgG1"`;~欯\1'1>2=nXel̷h(os:|HN>ܼn A?ߴUU5\˗s_ahE rM]藏k y_ Zl"iByLٓ(YD/ɍ/{8[6֜'0u)L@oG4h`VRSm0_deBbY*%KK@SmbYA!@J D!l*F T: 2tR #% as&54P K,݇rWY`)[ʎ,&0́:|@grXXbu 6a640`jYuպݷctP(DUM~?}1өڷ2KiE9ٞ)ݽ 348ĔӉUVSZZ@?ZZhݲrcey]jF++/[z=o/~=j獵IS eqao`S)$NѺe3mmWSU]I ?N* -PU[=Sބ}މ@`e8`j ߟS `&PNmsphP9G)I-R+:0pe]).'*GO:O*qڰƶ5.8[ J{ .Kv,, ?d}`aDA !"eZEAAhkgm{Y@yR-gӆFHRHG*QXTRS6N& P. \ GJIʈ T@4ZlN$ R4`Ha<1)%#qҩRAAAh7ӱ9xtsꑟd9lK$i촃 u 9a-O։' z| ė'S@5PLLQ2{Kyz>wιTMڅ|Zp>JHlz d-˰đi~wD£Yu4OjE@ֲh|7vb?mֲ ]ȧc'@)"Ȃ=bCSnSNPoe/z;m0+)| 5ō:KEMT%~D2eђ y+p/2t#cQP(޻o}p j2ql ڄ3Y `0s>|wքRYI!,"O`PPKwgO`0ȔiM9.lu$d|HQͰÑA&fIMePM"_DX"Z *D %"w ><7-dOޟ<^X7V♟#dkg3dvvgKjEʒeɼP)"˂Ey0yq8 @"@ر X@4I.K.ugܻCϙ3;3؝}wTVnDjد,)+WH؄_"O=7tcg:!D$:6@ ֣(呀p&ȋJ`JljGJ "BSF0Es.0ޠD_6WJӿ;%&:Ad3 /W5¹380g܉$n^_c'}Xݿy9wzuf5AV+SD;Ktt"8';h[fUϨIJ\OYa]=j E2W&HT<[>QAVad't%‰D:D\j||'OT5H(J#1 PST"Z}¨r%2 79jj@20+zщ<͑]É"SLdIqH9"Y { w0 s_VULK W11c߽'24_ZXcgbE܇N d 9TA&Qm݊X_Ǜ?|SSC:pLd[7qAcԭV a!-#PLu~:jVoo|cIW.~;eW\2{*ɗ\p7O>)L,{׍2zu c?<ݮzC6l^-ƜeLpM3||/}]NyC>έ7YxH!P*Q "u&~wpt~7)N RR"HBz}CO^_-P:I}2MS$WEl5!8[s(\8cI{=w$lD y1̀8| /?MO=?tg|3WfP82Yک)41Y2" .=k_^1=?+io@ypG}u &|`C,X*~v:._k' H T Ru&__ >d ?{?xw0o Ӝx/ Ȉ:AJү0[SM;~?I< @A?FqYQdAHgzt5 @ ٫:8s3x $* \Z>trO?9_|eUDQ *…*52U["HC~ s(b( >(k|\CD'-Q2)vw,G8<6fq\@in1mMd?z/^>,K[0ϥ:4K_[-8y 3( m]ZmM `hxfzJCCCJXZDfjpk1xjyQG(O;!; }8ۿCZi.}lk $s⠅!!"0 o"}uwkauzPohU3%p`qaLfBx DVʫL2̕r'#hCmPЅj*iSV?($5tg/ ׉!"|" 'L' &Fip=g., Z?sl`1;Jl$g-]?@p]lc֢ʣ SP #b{5(B8~<ȧ!mfh_>u$ކDgDOԣF[<@P%65Z.(O:@x(2\ 8%p Ydہ>HFD8 `P<ԡLHEws a aŒ>6(? (Ȁ37 ͆=A`>8u9f] l,1L!f K_͊#N}⸊(kSX+T7-b[(F<W^Bih2xw4?K/jNd0Gzu)Rdr*l[@ r)Cx%9&$/CE4u,q rO@8j@A,u;A2H&QN1C ˆ0%"Y'P60ًRĕG=w0WvT,`}=XYgp}m'031 "XP~xƣ<{`e(+rqn Unb̻Sߏ$E%H4&fT'OéMéNM[ w8WPt+#P \cL"; aa~`\Z"Q'Z֋Q*HTޕ &K]cdis8> G{ҾޏW~ ݞ"YX"ˆơHo:^p?ݎ 9'kbY8%\GJ@vt}$MHK̩q9pcppjpue<2ż"P_׿*N)Vq̷#9E^ .a Bhʣ B,7#*D&(7#Ɋő[vS|/(ioCw.lL$GqY2:(b*F 2@JH%DLG e!ep~Ȅv} k Xq~~7._ZKtBk >yӑb{D<6adV  0P^ǏdlHq_\6qlZ .=ً^-槑كo~csj^~A}@(jr"@Mu256-ro'TdQ#7He ʛ )%=&4}7D۸Յ%,ܼ[xcN޴q,vFÄ"za{>I6Ě-IDAT6k0(7fav2RyP&C(̲""# lՙ-qF}R] }Q#1;V< (zO6,P@P? [8O-HG:a99"ԑPh>$T7~Nm*frpM_]VV + w+JJŃm`懹;ќs&0΀۴[m,/-HQ~1%6/wUAbSn*zlR 줬6 tX&Qu}ys8gi7AyAmxM2 #"\J;m :w(p*~&_w.❷.r1NV;5u )#Xm^cSf7%x6Qg`avVbʇ Z/JҽWtWnfqFN`#@^p 2ccC7s^@o@v:Ԁ:fFP,ox98T$p :w^[7etV +*U#rOEnH0D0X?6&w90 3PByB^|ѬPFy "<(r8n8l݇}v-%5jc/| GQ8!p& @[됝*D,HXE2wǕo}d"7/7ϢU/AZFn _FRQݘ`P^z?a'"h'W1R*gÇC3=lݎJ1'A4Կ T)+p2Tk :8vd?ǹ7izw/JV(22EpQ kdx!R=%Z{9b]廌,3 0̠)ʇLMs"V-ɶɲb"c<05}g̉5s:KToY>^Ĺmo>#Ep]F{h%4.sݨb;r"ۆQYζEaF`eI2=~S\KC?BR'+D3;X&]Ǿj+M}!JW[F wkro?"Xl*cQF{r#Ze-Җs6l&!7G 0n_ }(ND'iY3['?(+Rbٞ>f6r?j.6p` G sɏ<}GJ$# 30 \gF^.A{>SYfgO!2l=fR~YЧ:*cUF4# n}w4.̯Wֶb A|J3!I|"~b-smp*6SmaL a.4۰kH #`"qРTvЈRҎHIDZ$[$B)'EN >ju]YE3r~[Z[;(y2 0E`Mp'A 8C0"S0BkR4_E3M$ulZ ֤f{wLeC%5}xvgɡk |1AzJf[%#/7P$z b0#Rg F3FN8K a"2ݳzoDr,D2,բ5_ֵեGMæIHs<,OXX!vIWV 9x.(O(n K]^wNz%O({z;&5.25^3iyIRזEa<_[[qax<ނ`U #/ E;C/jFOjo*Oyhhc]JMcDҳR^!OהmҎboܟP,(})RirǙo ` 0{NdqX/hOݻ!mN9L_ie#BK DNُ`]x_٨m!o6QԸP[_qNT X_RX,/lڲq5eV2_t 0܎!˕d2/%6+h}ޅ'a'@ԇxFϋWwتZpJA qse뭧I(}r24[pb0֒b0#cQ_Q 0̠hƑmUˣE6%86czM,O9>EwI^T3c dqe{)!ZGrw_TEN l0;DT j B7煶k^{ŠF}b|S {aa6nD7uL,t^Qx^A'2+':ݗ"n#zygc޾)×n; 8;0 3H)eUֳ^ăzIUʊ^MΦw(9C1c0 so/=Q$?_\ֈft{{#]5 ?" 0 s")\f) M0  ŋȩ||aaQw?2^!DZ K~1 &E40 0 $vӲ^ӏU -/ <1 0wezey0 l 0nnHƩ9z 41 0!g~Z/3 s_W 0ݠTm `"U0 0 Ğ] in 2g;狋aYp1 0 h6ڭ~`-Z/vaab0c|Gb`1ba!X0baaaXraaI迹'Jo!!0 0 l#;w]'bWIENDB`gourmand-1.2.0/src/gourmand/data/images/splash.svg000066400000000000000000005102761510115424500221330ustar00rootroot00000000000000 image/svg+xml ourmet Recipe Manager G gourmand-1.2.0/src/gourmand/data/nutritional_data_sr_version000066400000000000000000000000051510115424500243700ustar00rootroot00000000000000SR21 gourmand-1.2.0/src/gourmand/data/recipe.dtd000066400000000000000000000021311510115424500206010ustar00rootroot00000000000000 gourmand-1.2.0/src/gourmand/data/sound/000077500000000000000000000000001510115424500177705ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/data/sound/error.opus000066400000000000000000000133731510115424500220400ustar00rootroot00000000000000OggSl90k}ΐOpusHead8OggSl90k^M>OpusTags Lavf58.29.100encoder=Lavc58.54.100 libopusOggSOl90kO-1}{yܾqgknomlmqkgntokkehhecej]hgc^v~b=7y \&xeCR͒;h`'` 7 FJFqW&z&ZQo ӗn!b&5H0235)ɠԒ2*`qi {3Dُiڤ#&}\L(#("Ug1 uԻջ|9u>+Y4Ћ{vN1SZEeS@ }eT(jWE҉U⪬'M$3.X3.V8t*V{;21)`T4SPACz4\oLԦ.e|3NX|#einz-4bMice kėǼ`U1uT!_X6UjͶY*Ԗ6Ĥ"R5A JݴiN%/W݇:;J(3!@q笊DMȷ Vʼ7CfX{lg8תQpHB[5?n 4WѭP'+wm6Af,+,{c/Qf{`l'\hIwJ% Y5QlKlIlWm#-B t,"R.-1)WϧXTАa"SLW(OvVj EvS:bo >nNVfӼ=t ]X)"J&*@(H_> rkSMJ􁩫.Ė܊6^VZLm1MV^cCwFk46n?~wE!&=:k瞉oyl& &TM3h.L2h ,d0` >U H *HɌ/3&62;u=v,7\E.C &lX76Orslj8P9f>80Ak ؞<`8ҹe{M5xzRʱ4KN',0B HA"w枊!ט'҆N 6{m:Bfrt=׺{JKnczDӱ#j|smr7Kf_j60ڴMg[ޫ(1I7$o\*i C 6IJ!Q>*("UL4uELGw=d#kwt#P:yҴL@7"3ZhxVȣTY XR)>Lk q$Hި;x ? F+Sy t ^ֲi_Yr'[0 $|ڔV8Fu{=8$4/YyUT;򥅧Z]SM\<𛸍i*Uɼ =Nn*/U _ϵyy(a=,UL\jrIS?>H DiB.Z6ɼ10JtoGiK~ӌko[Ls"z2ސ3b=M1 o\wjԹkЧ D>YHs2Eo/RPs6wB caǣ Pɋ\A1+DTR<۲< Ņ% yoQXEF c[L Ɲyw˖`{į?E4=44'R2}/m=dlɖ&)3pу_.ֺ{'^ l3k3}Xd {~QZx`z8Rur4?DA2oZ'o:yBwܿ )!}%=~nɼv_܁dX$(j-!a_w&\t7fl2xN4Λxmku ZT3S#o#2Q[|"@L-.0 fFM M7*7thVoɨqnO#4{B:Hiγ1e0? obS,*7Fmg @Sy"STͨ& UyVehb6uTe&AuvCPRKӧV%Ŏ*1T'tu7i{ԗy b:n]1Iqu3A3u;##-DHuYb҃H4߶g`$]&Ù:X>9ђT˜ bUfST~Re-nUTlǡ3a@0_;j*e-V(j^r읋Jj-$̕'*'btwURp,(/T; \*zH ?ƻ֙aĞLdz<pYb"+JVߨ#ҷ3IQX!wKlAz֕x&TEtCʛL/.Ei7vBv !'j4&ظGLt, U^m8r,'D)+I )IH'!Rl RPtȈO&eR)Vāe}6U3`,?&6udb^7ۙTgE VTY`{A*C~{ 2o' >٬L+&$?Y0j`6 ),? &so6T}qed 6Q]PO(nheߣ󁪋{Wt54Ͳ/='5@g&ADʳoOC=a(ivEn:1bZLAUo. zݱN' ڣCOc |=ۢL1/sZazlCJ4#cL7mc3>R0(?QﴥC H3d|!`{Xq9 "j 3Z?ؕC缬D#iMByΔ6/r_uH.jGb]g_ͦOɩa ;T {a4p7)nN[Ԣ3BTIpdy3ZDm&ӱ4G%pap/j<H~)@}10};^ng/vC-(ɗzyl:Ei9LeeU8D=:ݝ @$)ͱQS{;z_ rB_B|b򈮧7LGosQ[:A^q`,=7vC*9곧8ʦSPХkbM<"#I<"j{6k8#ۥ&Se v0=Xpu4^imՔ:oxR^V;5 1 ʮL(CqPDvO8FMB#zfH;NǴ/5aXi|R<YN|B(|%@o6~h?<7w+J4g0E'f:&Xɰj4F>/NH6crmTuOpusTags Lavf58.29.100encoder=Lavc58.54.100 libopusOggSERXtbdPBOj7_HQe8D=_5DlMIP`,K8K>_AvCNdY_XXy}b&c5"(/5vpK&F&x Ѡ ]4eV/ZDuuA7SrZj3G3u!p[f/6ٽ*l{.嫻ՁU=ϘMvz@ͨ*G?P/!0_U@MYӓvS5x壃㬧fY (`A_,N̨1z)6353PC݋IdΠk=tEA1>̴ '{4(Z.Y5a>kO챛;34k):t$bYeq{wCIeAo+.WL 2 w qw|qOEi\)2=ѿE :WSF-rl7|An"vqH~'$9E#'&yۯ]k8(t{Tح:;iPu\qo#P[(90A ܷĩ,8p,f%g/ZƞAdQΠ}GPFn 6c)SN#-}D1T-a`]M} s <n]`@InF7Ba?;шH]?Q $"Pra`AF;>C+?Z>>xk{5Oi}njiM w=Qd]8@ltbB\P{-ĕ[{h/ߵV1barwb"}bTQ}c>/n [Gf|!ϖ 3'~BVn"G!~v&3Mm+w2x)4~A(a,]y4ݫh׳ӫ׏ IxG og8`$cĂ#\vaPZͣ֠WsNXUEK.®Td"jTiɔ3u lrSCNnSz9NN{<`RX!=Ёu{2 T|8o(k{a8( 3qt D fr=Odv@V|Nfp^@Լ=^-/=1o; 09-fU:uCI׶,3∖ll +=AƎ-]Ef^VOI+kc +̑(L52xRP}[d(Z@imgcBx%i:ez܊Hb7GX?9?Ѐ"&5cҁM7 }E\ऊ⹀ @X\:V_H0Ż=ܑ+]erޟ'VTU)^d J5UYd v 'bi g!B2R1 WuqL3Q{$9 4ԈM!3(\rQV^]Q2k\ԇS`>۩`)iE0THmLU^Nu,$D{kvqXOфU9|c$꣞I5KKwFQ`&8p:O3}0ر3yEf !׀,_]bA,Q42t6f0A#-\!dugH"bY'>;X:g{8"uE(LjD-Wܢ]E~P昲7 2x9|j:D O jNU4<t4 SyQ),1o}B]f6[M5q%`K`c =Y4,kՏE*ڊ(̇g>LL otjTw=.b ]pพ0y+zJ+8SVҜ4Ko# :n׆:Yx o~+Ĥ'0Ʃ:X4ҳX1WTW+Z -ַJ fl[i)MXb^15'iE=:ܒ1).Q2}mKwd-ha|A|4VStxe1B"JըNnDǁI7:'^ ATXe^nj(j4!V%oc0ugHX sfut1H(*@Տd6tPwI}~kpS^J? wybvݺ:!Qn /jV91а\9F.ʷek BߘӜ//A g)6Q#D@uPrKw"1$Px;Id9\BՐ E\C }𓷩5xlN!bb'WBJ&0p!UD ]D0֏PvL#2w2Jpy#&rmsJs5_?j}{|x$ޫkPUÖ!hL븰:{WIͭ"OK77F]lН'(z0bU Xy&]A2դ {>Oۯ%:oj Hj)tV:or󳎽Qn?t" yĠ]ȕ3&fY}YВ;o= 1D .ԕ߸[UϥD'?9Զ6DlWXTxϘ9PTx6[: _O#QRtOV9}J})b|.*Kkfb$n pI H)k#ʑ4w2Fe5z@b X|=ϱAۡ(tʚܠ@~c%V@hNy|O$J/a_b3qpmxWO(I/ʼngzGnj,uݽE OG@)ⁱ0LNgXXNpceHZ }Ӣ~^5LctbZ:KIMabucOٷFjݒ0'g^N͍#AVMBL>F*( h ۸?ev⿈2P ʜuNw5KzriB>/Nz(Nэ;gAm Zȯ'cR~)4epjЃXg†v)Xi/r~_-ܾ][s?ӽ]ϢfKBY3Y1~j /k7)\*Kckx`VlQqUҋ9|xxA(Y0Q e.j:LG!`mV9ʳ)6@7j ;`y?!*W-%iE@>,_j X|*\, . 0*b*].wZyVFW(e 6jckl,P0E+U"[Kk KQk:bCdҁ!ƻXˁVxDo5W rIuuwUM%;s#zjYrxQiQA,Ȃ.P'S(DZ5 ^uu O 3a8q<1c(3xb*xOiiA681&yXz\o+g@N":>nۻ6&U&I͢1z| )`Au%\rd,v7u ±s4I|ۥ:E{BVWTʨ 滴\=a}L_ha-!5:NuYtXM+6r89=H:^7/(A/@}t(Hs4׿宕 o$ZQ5p9|{~$FupL0p^G'q9o-ǂ uZ,^9d隒Cg~UIuCn+mIN5A,yTux N/ !Z?j<H r?:m'9¢W#onT;M_.8~% FrMn z>ās)Pwwؚ=u>#c43=db@NO)i/cew$mal,3g0wM_O9UѭDG+Imǃ)7zY^G BSa03Q̣SwQx뷷 & Z% z)oH5M Ϩ UNygf!┥8zc)xzpb]SU4Pz%A8JD[hn?90GWUh\Rʅhٷn8;)"+1W] o_$NJ5/aP < cm @"r3U2eɌdXebYHdZ`uM< t` Uy|FTy%w dl-(z1& Hjzf6$MgH\g~Z{G/SSO]{r_\f8Z IO8 'WBHP'Y׭6%-ϾrvNEAKVS@ϫPt/!%8(l2%I$jh;nZh /|qҴaQp5wxh'W.N]#=dO`M;3<Ä\ pZo99EZc#8$_GZH7BL'wm<čfN1{aլɆE&:I[gx(ujBd6]ֈ{(4.ռ_~OqgrQj+R*:v`Ø ǍR >ZtY 3A˺Xdl~`-@̽*st,߾x٧yyp{SUJϧƂK%tA{ rԳ¨}g*gK YUKO @Lʿ]ɺ8Cф5Ġ N/Г(69$gm:4E쐞 Q×+>wh}XelE@P*Ξ$.UEՍ*uKE|Jqv*z{HPxsށ.q+PG^)ՏS u- ^J=JɁQ~u nꢩX89R髬#j>~Oȿڂ j^<~JRv2!Dg]X&~?NvjL8.;A'MeZS0 wըMLTqA|Y`LX.׏4#+B$ٗ 6A&Zj3E1 Yc\IQ؊"#yы J( @_dCרK&{+ij.*ǝz"&ؤ-jÝ;jMx6Xq޻9PEbJV{M/6!dl:ss`zXg,!GZ ekfeLuX+>0T/C-l=v_1^򥯆AoQ A\~΁pW~bpmώW7Xb=(BA>r[vWˮw7c0Ivj9 wj $fřk5{LD ?4,K#t&0ܹ.bMS\&%||">bzt]@Q}` c:5XϹkм$\КOQvD .Ȗ<].vTp1j56^E!Z $.E6. R_!ٛ_}i@5Ȝgmu8ŁFr+q/?;2~WzX0o*,Ҥcocka!e̾2f w{UcUh6H^q\sYLs\4mVKlj7~N۩(ENVRAGvf/+ 6ˑ!dSVDlL}EVW^lKrf8Ҷ5+Fr;b^[Jvn^}ݿOFRV2ʁ4\Y5r1澣Di(uS&}DHdu}OC|ȤVv`)yD*-aâFg2oxǡG<cKdȿDM5Tx*_@aꃅ{.Ѣ Ѥ+aA:`Dn#̗?%z Z!Յ?D:;1 E 'PZcTV|R_ m<Ӟd}Ck/7@Ry}%ӓx5f3tL>]2SDZ#N5æ? ΛD=67/D<%^{`T2s=B|kLE0y@T7uކD"G4. ,>[_$OM b_c~9>[yamӖ4YdNXް.~k^?mHd762T IwOFWɽHw(148=:|`.ӊ4 rWUmE,9bFBg/KoQf.]j!k:\\_NDDN D(+½ێ!S"ZGꌩJb,rusUtۆ^cT\$\rYĘZťݑ^䴉 1yVa,ixaN<)BG[Y,q\y#xQ)̐mFwwϥi퐆)zwPV $Π#x̱ETQ,}.@xߗrt N [ge@fjYogR P׻t@i M=Hޫ1oQ4v$Hw4QdWHV p8KUF<:*ՙi8;%3;2 >$LI)T}KSOu8welJܡU" 9ʩ(f6[ dO-&xɝIdbrvdUQqhWuXҥ 7=Gw8(oАn@ 9>34sn;"y<Eu?˄]_ADPb e9hxp8JK]͙-VԤ<1ҋ.Csíb0Kes{Ṙ,D5" {"TK .2=bUnN;..O幠uR(zW ,?1CCKi+uNWռ-nc-:ZZL:yw숾nWx+ڊ!,Nuːn펍JK5ūiT a1]Ev3F j0fZ;6Ф=H( #nϚ3ysY@+7ƇR0Cu_@lQvC@'끶4~ ˼8x$ t$qq .ҋRYꇒ%"q4~Y~; ⪧|%H͇SSo]0ϟ(6 ]ds j}O2DswP Q/ߔҁ[J60y 4Msdwҧ.xOO ".^#m;h߂=Z?zGEO6kM?Gۨ#9N=kA*$ZaGL`Dax`nGf1y^@=B"Hš74iw1g m >:`0"ÎO+E_Bٖcob("AewpcIx*2'<)e7tX!:tMP5v-:i\ G,k_lOeH֌t#ғUv,L2EyN0&u)x]AFgܭjrDڞDGFФǚWe9P ie*vs7e輂+-}5M1:jNzavb9<ׅ9;r}xY%ҳKմoĜUTuU!-n"*31+A%#؁ c#hz!G+i&H3 NV9.?85a!aT;$ ;%xwAFq:r4Qt8ĄEKX8mo5!:Q5خ_㺁H7zҜϦˬ=d<=~P޴z3=׷"v|^P\$k&GսuV*uׂ~ލ6dw/T+*ZJ!@]ђrhD_ފVLiz~gd\ 4;e֜@63gM$/+ӌ97fO2$`aB)jOucdideO7Qix`8`!}BߎV\-~/jP~%-.Bк,vs{W_:9bSl9[qAML) :,sZfR0{z<Ƚ ),${*QmTmVh1ÄZ.ҿ:b7f$!0JbzoU{A:}Jɻs*Cp&NW=̌FF 69>W7KFdC&Q(1"6)'B.=r¹oT{aJժkg*L:Aa6JJS c/lz Wr+FƫӺ&taV(,SPɵqFuX󏰤 389rS BGb0>xv>"F˫8P$Md1 \ul͈5@-h1> ,Zh$""3l8#Ї>YllKAUC ~\[eo܎Lȓ5` cm<0WyC=r/D( t}x tY)V&E1(HnfE6:V d;IJ#F[|ow;uyKP:H~pT˹4ܢ'k ˍa{6XT9W].!Hi/ [B>Z/ 'v?:G]w~@^^a_u" ,D*"Qt+Ȕϰ nX=+H ˆ^ɐ&::OSLvE0W71Ez@ "950{O53NGQAvx|* 5c.Wi"/h&4BA6 ?_ݶN5bUY7: ^rT}TvG0j79zc#MSw- F#ػ=*w\)]'Q1uj`:>sY"*H: |o<:HFVXwx*{=l&yz@lSy#YT"fac+A,.k~ʑ7ȫGKcO y1ڋg;~.8өG& (UV5 1wn,Pc<w+?wLÚ1hv-UF^1Hm{B\*u+ X/ y1hǨ9Z&[ E4&QMʼaΓO>WcEg`RL kG3}z}HG}}0s 1)NxaS~}B⻃@ĕ9|pKx}qy/v=(iDK jk.{'Ӣg ߫%Yb^Kޟ`lf; \7ft@Sn#J}@gfSelz2. 'a.^Idb eJI6"gN= 3ڴDhI? K:*v}2<CzL!ym3glL5I.״=Χ\Tɚm^T_,Iymr1k*^NhՖ3<j#񯙜yZQq/ԐxR(H:[edO)}?n;`dPJ)?;DXY-{cTpL*@ϱ=cD뎃 .\ )91c$5oWB>=qG=ؕLf!hO sQs % LhkB%04eŷg?=Iz34FqxGD`yyT2T-008W,#IۀN, |.$!ucW](8|Cfy"6U@'EBHFPv|PQ%K}ఄZ lKVkArՖQrj aW#>^U{[T (Aݝ]%QghVQ(~*TiDq~겓ݷ^İE_AR¥naJ>ϋ %ɚclm8FьZ/݊l2v^Oo"T{pdA_[t4k6[k'7[G N=#%Q]Z'!Z3R{ #)rD [f\Po߱ D-ٳ(RM-ጒ0[1!/8.]5y S[R_ ‡xKyT]Bc3%ژ+ܽK8 lTupz .0FdL}QKDGyNZ|Ղz`fWC.~NۊDxQ9"E- FHc&E)`Տ 8,x\_޼tR? O sEOI͏)w6<mBj)g< ؟"!Bx`h: ǿ]R4Dї$ՅlgփfNqW:~t/*P#߳6I3ҨgƏHf@qNX"[{:N$}$S: woJ бˆnlcB/ѿ"N˘cI@ȊqOy9F~\xbgڕ|؄;{UfRƓ/QN}p.yemz2czc/)jظUH`-Uc\w.3"GxCFY!l!j_#sDcWcf%| %Wi m(ɍ}ZVlNf:uمw/V])G,޲E'ay8sUZ40-{'ZO]ծ4Ĕ7uy96wgHIDeNudc9Cg>jWuchJ多!H@DJxp201~7 I#SyvFח5B}O>{Q`n Šdl.Jg&u`J"|5U#TV*%a i(@aܒ+MM.aJL=6Gzxݡ$Lplo'f=g,ƥNuITNj6 g6(J8ͨ:N#6kx\t_a\ P4^ rP.xfoZ)@) ki q4li9Ę!+{G+P61J\El3G$ESfDkkM&@(IZ v;J?TL30Ln\C+J\OYv~5zw%j)^LeNϹTb%IpH}_-0G.\srMCjL0 l9/9l's5n U/D\FʛG0`'ÞD)Jy1(P2&;"6k+n{SЄȈo"zܸ$ik 6 ߞ&p D-@HL axÌ>3->A^P;+KW"آUuNԞ߰9o#v1aUDΌ=)o=g Lu97 w7?B$ݻ 77\*+m4PƆ r٫^t]%tk\kƙHՒq?BlUk c]cstB 'i=V_'\JKfzCס5ҋԹ% ,4jb7-șT7g:3x*0eko?f4pggLsǟAXksʐ(k65ԵT˵\L 0_*Ï8'h_g`*Q\B͗ j頯iGo/: C~A~C)e۳z%a_L<^-[آu 蘱o\٪Ph!IB )VE (Tg>߽F#}{ KJYX6Lږqe:^̺贀9̕Է^i` Z^%l(nlSSF"46zYAlsS6V+7>ѻ\5F9p i6-k@v!׃jQ,K0 ̄L 557@zKOR$8^>]U6wڑAHhG\bo'?2=܊s@ YK(SdqgEK4W?Ԫ?²3c){d2"gf۴#(paCXkH 򢸓i:9EH;GǒpEZ8P"0ÏFrkNs7/L9uPA5#?Sc;kp2.{oվ@ lw;P{#YQY&1RD=8?*>dC.YNP[vԶG /u'}@, w0 <q뤑t$G"ŋm(|'5a>yq2[ډ`m-@v̒%A1qV6268'nLQsEO[麰̗SZ[UsX1ɼݷUۨ C(i:l5땿1@ rՑjU&rIAj[.\woåcPӻ->(Ǡ((u@Hn %֐K3dݖ}'#mЇWx"q\w~ tВ/.hȋI٣M2;8 3z&4훏 eoþn  0Ùӡ}2!II9n]kHu0 FD;}T5J: *=5-FZAuI/t? +Qn]m^BɞBF|Ϯ8+]mg3!eVˢۓV~ʺ~t_xFVp]R7c$O*ai([h1ɝ*dEgRy0ct Se+'q,E', 0=70!D^[}}wnS\ pn O"4ejNm`}XH DthݬIq2(ПM"KuDf@ANޝ_zBZзu*)$=W} OJj=|6-Ό8.õf^CLέv3ӗ:ol̟i&R'I6XLik_G'fEm(.-Qj7>sƹk ϔOƿ$ѳFa_&` $rG+(ؗFNPN\sH'tʳ+|C~5 ඏ嬶ĤhW*@ {}]G*\YIyX=ﴁu"Em>z[;MmUͫ87:  ry˙BbeW-B ZB8`"T-PZP3,TQyTgtll1Ӟ^ n-Fkdwr`Y,<:4ߋ4Qh/]OrR;)[npkXIr俴M]=Hz+>*Bj] XX!+l܋TCA[M1[k zt!l@PMURIr&{Jp<$<("BAcJl{&Gmd@JGˑ3_QQh)XGY խz1T6Ԧ]* Tje:ٷX!(k˰DŨxM4S)'lMOo4tԭ,&02\ aO4 ^zsP@5RZI%Ȉڑivae/eFzT^b7qP-Pq~)@0wZm:{>P>7.ٌ(R2 <Œ$ڇTC0S(̊QAUps0&V,yh ~gk h*P9"9 5/MhKR2J=8!)zd]g2k n" 2JE@=|Xo 7欗Ds8eQatpgBj %fwH]N-y/|*mm7>m(!Hς&Hej< !7?> Y~z~['.`+dQb/¾GE !Js%>[?n[X "5zzЂgY j'Da2~~΢Cd1%El  y%-N:Vk0*e2m$^۵K}? 6>1/:>)~M" (nkKtAr R<~2rRw}ppxVF;,t<uz4F`==|GH.ZJ?c͘ṥh `*ŊTY(]%9w3ٚi՗{g2 E2FYG;l7XAR|%'O76"_zzZl[xʡͮ0^1@bA{- žv;#d0E#E \UOad/&՜@:`ւنoDњҳ9Y3U/'˻B29%!v>ondVf\8Q3trs$ikCחBSoww*6$'f9m`f]aٵPf^&ii"Bh<:9 -HZ2 =y~sm 7ATӰeM3d?%z-O|Qa>ƐUHLZG7FRupc{۸_3Jz:moykz& 1[t%K'w?7XB3*ȈH, c/ZJ=?#2N%ϧ2?|̺6p[(r^^ P4 (~+8K}~8c9Uxc3 \I0DdvpF4\X&8o0U:)T\A7slL(қ?:uFo}qA \[{ B]V 2B^4VPa#W Sk(Q>GZ.Y,L.٦>#s`0 /1F\'}K)WNQ8h`Qf/j[qJ^0^}i{BwG2LaqċA_\H?zE!x?Y4_^՗iO61X, S YA0(ɨZG{(9\3=%_y}r[(ͼ&w-Y^l ڏRk&yyAT(_^o^ӕr;"C~"v@;{NN8GR+rA,u=Arb/b9}^J@wtSCuMB"W;Hj|T.b)׬[vk[9GG_BK[w[qGUQ1Z'TXNN5`}B_{b1d79pL ӜθY0]'RXEm :<*\Q)8C UArVwރ:@zsI :U VmD*.S LaqNJtsG'#u*~d2D 7FĘO)H޶t䪃RQ+x5I8͙8Ae504½| M:r2`?zp}Y?;:1yz~}j(= Bmapt}Mۨ&8`g(3aA}+HF,(# %Z |T50Mz!Dz3'Ж$[c120"gSvH|x&S%F3ݸW5:봒Z3j޼ ^ @`{15v6,Kj֣jĭiAށ{3GC3Z$pr U\ryOX~3޴LCmn<.OSKf(ѲE&`*g127٥Zmv4Y)P6c#ڰ`ISaOH 0~J'TsqTMpXR¹IQJT a?]:@&ANMȠ2nsjs}շja8'ɓ▨uMdŵ.S85*Y-`1̭jx62;5`[ J#Du@ұ@s.bE8ߖXu]|5N23'j|;mVR\RpuWJv gUp޼Ω-(x &:-10lG V6^g{Z1Ywe~CМ fVh*+J[Ԥ~Թ- "扂wnߑn3/xMc멮9ٳ~rV;Y4YpJ&v\-Ys@"4/&5NVR\&6샲NUuP͈Ę#^{M1I E 4P_3SW+җީF(g],2@Qm}9 FL'.*.~dzR A=U&+mnjehCr50{a=0j-.?32mnu@sDK)u?&DE mt Ř[ )$2Q,xz|n1oyTcni0{GeS\RPj[z5̶j-I}s9/IoΌ.ɠ7;F!;s^׋Wg0hy4iV}׈6x7.V+ج6P|VIV2ZB,xכd!↝ Pn>Z!LNUhXFE28 uc<2@|;#3 W|[Hek&()9;dڜ^WghI"(/tt4A 0:G97'z>NfiŰP:C"pK-oR\-&^CH4ay+" )UN.Z5/XSgdI18mlO v/)E&QfscOغ,9ڿgk*{- 0 -=;d415C_JgSN\e9=Uk{ojAcXI!fSl?Sn?d zvdŁ4Fv`[8{lQ{ -V&q}=Cދ>І6Շq9F7:R!ڦ̕/SgM\zcJOU'L7Ha?}XbTF5tU^r`+bv_*cr} "RvQIP^&ι,0~4 0E%0s pq/~q QTDG XYq@Jg\YƄ+K]f_: B#i&SGE%^ Jȼ2ipò_QjN)rs%`Oq w"ĶE5~oUJD5:IG.tDA=JMmCü-Wjz4נ_.#UeXhw.ҊO*qvQ$P3ή犼KnF;&2!X%ުa)sPn?N&†M@xᅮ1"Ռג%9V'9if bx inQl+Gb*N /pd>p]YtJ I?&VB# po_aV˶v3ׂM|[;60A@crD P>($}$Nō؄N;Ywl4Y_03z/ZSI<+dBjRczxۊutݽ|Tԧh=WAafZ8>{!AMtM9$sEEL,S߰z#ЅZӟMPH5ܷ=T ɽZ;EZ/#`)p7maME{)w(8u,Y nR#18oP Baƫh'Ny54 uTlA;AK$&0ڠ?M`//MEn R0N +zD"k"btlLǣ?bf,I(A :taFϧsP=hԹ=,֓LAu"@'&ŬG`b)P`$&NQ4[‚zj͑ԓ,^)V%N;=m4EOBiFkB[0uG.^+cD (J/km'3\oLc06\DuD ŭ^:?Ll:+)Ȍ ?WOghx*rPPWJ.p\7we@6u@6_]$PU ک7hRҺA舌 Lv o+&kYXScB Am5)7;&Cfꚮ$h̷1&陞2<rbǡB` B;[2ќ@77OjI<Ngb[`X0X\O`R& ]g%BB\S*G. ZAW[r0W ڙæY"pz*^]]m6SӮs"w,AgчF9>o\JVjoKGղA$gşٴJPp/Bl-&w\e6b{E|cC>}<ў\z9&`,G7[ }TH<~Vn5~=|F4;V߯+v!}64pɺQ4dp]㰄!UdmZ%*w§!&H>&LlsmE=kT#Gb), xN=}ұWP6,;-kkKkn|ۖVmhKW8{t>GBRrnfuoNs_Qw퀴WHuP,n- zIm)eǿ!kRb1Z؎ 57!CA%eAYNTi}% ؙ{ R/ y'(:"}Wp5 {}aH,V#uLي7_@$%  747='ԴpvPxj8 {:B;+MC O!ZE V]y$q)"7PԟpZc*T g3@G :Q璣Ϛn\qŝ2O{ gt :͑Ma9&%&4>! 0/i^bQ;6HVf*6Y# Ig2#eXGLzL^TR>Ϡ\Qm(#,ΎƁ.)= ? >4c+)2uV؉ph2 7C֡@wX 0X@38k^v=>s"ڧFzF$F֦~$ҍ!\88C_x~FT l.v)t,T$ yhq?dAf \-z IQ^<#+f O҄s3o }9}w⤌Bm2JL#\D `Bi!ܐ>SCG'ॊCy|}`wFl].Q -E^h`dJbd凸fsV] lIFY\m]ryHmLxԨ"3MSbw]6 aNw]Y[U1"jjYٶeŃnco&X*6(KnejGC.7̡ u0.1v6+S|PJCNU*7Q!"2H3gG b .E,mDPkD}o&!:;.!-:O] xB5rS*{]cu2MHU>m. h]HLOt-{47S7_t^]֥YhcT mR};;H#J(cI86;LLmXCnvTZ _-jf#+P͞tg[^#B|cdӏ@@JY/yǓiR+bֹ*-㩎ΩU%!Pl2}2ߩ%%JAJ{Hckf4ٹ%`]UÓZsbƲL#4Τr$#VGW;+z{76_Z8>k6K"'ދdlʙx$)|asy{CUCy1b+-YLT?EX$ Z=!?(>FAK˖B˗k8ռ&X?-i_LI=L`3$0Ǫj5&[%op Y>Je\W:/{@Zft]u{Ģ}78?ko$3njM'nvѴi1&E@^HDJIL3^tO&~4 2GʗMArf̌Ue=WX/": S*WvZzDr -.BINh,%ﺕ-eO%}O&DwnrE7+9ѹYk VQN%<1g.ր(2oߦ73XIcWU*S_>iŭI N,ip;hmO%@&V 9y:U*5ZDU5ZN[o)]]u( Ak 1Ly`K99NJ$8.uPv GHa/"Iu8Twr .DYڒ(^^X}qө\ys:0w{ \-C1 i?/ڶ6srj0cvLڠ9f=8EiY}o%;O/vf]pGk1ߌ  +vʺӲ[×POFKס[]OZqSIBOT]Vb}E3/,Ͻ7l 4l]AX6&i{#T!NZM/s; Uɶ 2,PjoLd0aCnClkLPZ9)P2Zy1u쑤,s x:zQ2T{s v.i%xxmtfZ;aJ՘bSRUxZ* ĺ0>B-ʖPÖ:֗=-q4Wnx`ө7-A7-v3VF:l~C Vbwl{;8QzD4WsJpYiT+H~C)samײR+7K(㉱g3`Ԅ4FBڛ7:/ \$N7h;{?On~*:+4QYnAv9 Ȕ mYPb3w̸_4D@h|Up 9L1O (&}!V޴f!o+PzFA2QU ` 4G[Jd%40wkLJZ%\(9KzL<[n«fߋ4?^#R$)),ֹϭjzx_hhadނe)1JqZDj':۽E7y|zYSvfZ|~g2#ק(JЉܯ^DEm-eZ=H= ecuoG@y_\-3$T@ m%{kȕ}@vbATH֝lz+gkOݬsɏE,JeӠlT b( ?gn:MhDO%5rbERC4fQexNr.i?nX=3z9m }rXvRVu7 7F\NG^{1F2Qm>MXg7*(aiF3ݼٔ3g£ZϢuv3DE37׋}pvK% [Tb)$$HwzqΓUK'4n T9*aʜ2fZ0OH,x^imԑ z ;[$M[m1U<'@*6 IWuIë59=6P_Y0۽NWnS\ZWDކgǟ~_#͢ &4=D=4e憱u SE! m0ǴOJgV6n9pu :3rG7679,Dʶ9.TI^ t`:-@ECG1:}h0,zn.=Pyjv4(7g$GzNq,w\; Cלj"d{@cD_UT`6U ZK]ZԺ[BeQ9M;4'Ӗ/o`+VB"| \wK}<C9XPPAAY)ڝ#\ul>' @O;[&I3(iO$'(ɤ͏ QD$q^(Se{K"Ym)h'-sjbB>8"(\-\fHWc!*;M/[X7] ^GhnWZYF{ZJ{&W=ѪW3≺ݥdX-C{TD\h,_ \KlmŲ٣kUg8zke^-3 ~vW04".IׁEjDInyڲRJ|1:EIM#9Waھc p_ga({UϨ0w>V_oI6j w#uI(ik e=tIR|4KMm-<lgxrSΈ**iڑoB ;`؊fKDb7):@?EG`̢a\Dxo6wDwZBU#tt)axWڨ:ar1\z6+r &JL3:a'eA$E݅zx }ƘjP؞^1v !V]!n6D[ҪFؕG 1 B]Ѫ(Hp Jf/;e??V~hT0h' R˼Ax4i<یJ~Iq Kж7$9Co{X%WӿYgqT:FAt?/ \-&RgmB\$1wj#b*r\V]M}!"s.pg0#_R>15HFfbKMJ!tOr%[ҿ@6 ~7'p~4v T4e:dH˱Zv9̏9c;O"FZ%?Mߑy3/ ; e zt8au9o/BrCD' yT)8[Yіɬ;rN@tzqM-~DhhY$Xn6r 3FIMPxJOEPAgZ0- ?Rx;آCgMݯ1fxs<4a,&GV?)#6$VVE4>J%%<0q: @ `nbjF,LA0.$;-ru)c8PlQ0+Me×B_!'R$UYp^|۠q dgO Ďm9ZMI齜oUf\\C:3>ZX624fbMư6Zwyoc"YHH P7e(ʁ|IX6$0zj< o{~@+,4]; 3j#eWg5획QXQ\,#aR4 !߼Tfs@b|c&7m5w/ksD(R6~H&ߒB-YW?[Bc4z:ufu힒Hg(Z=nR Vqƀ{'/7{'fi8G0meMAsb' }*c}T?L#:WJgX"Af@I ܆ݠρ{Щ|)|Y7xu*Q0V=V[<4j%:ŚYL&52^+{N o_x}&gýC@S]Ȓ~o&:X޷B>i\  kc\Tx!TlV}q^*( L(zIpǛեMm1'ǹyoo;F1~n83T 許N-`}o3ehlRԑf\j&T3{\+?LX.}'4@@҃c>J+!Zv8aiߊzx?C243I 3࠿h{T溠AZiz2N4'$DimȈ[ SiyumMRf苦V d;DJb=Ml!,#ْ[fbyndGҘWj+m )cH6 _ Q0DN [=M 4>r]LW? VD;X?apv[DwE{1hyI?~a|* .kύg1j_~Ndt,Z+N2/B5SM#s<(^~}DTqDONQYr+ှx/6h?le)qk@[zoz^@8}{qG4ʐWmUPGKˬːSo:=Oe'c\%0hjV n]2)gPuqtv+uY_6(%I_Bwf'e 2bݫZ4r&7I;9G ݊SR^h]JlARj_<[V)C:Hu) ]P:]ʖ`OSx',&/Eޣ $7{֮-67M|\" \`?w)|}E'qU9E q)i@x~x]׎>g溰Merk'LrXO?v5%Ԃ]}iQD-H2Y? . 2:R^|-lAǪ =ɅrЩu+tQƀtdIX.8:\TN+%˳¡%]=)+)VRHNLDk& @ Wm3VEgYGb-&^KCB4q:mk/ 5ZhqO$2I,Q!|Qd䱀)\uBх|TS0cgJynu\ BX|&t". ٮQ+/M)0Ax = ŔN"h'BLs7]HHNӶTOO_e ӿOs3o &\14aq$6``1*O`[$|1շ*[$wG۪? ?Y~: {sZ~k{Ŝ0%T;2fS6Gx]XqKq zWq, D_drvL=˭ؚ+G Ϭmi$tsi&Y1˄^+h"?Wg-wmY8"GJpAR!xPV馡=YۤQٿd[;j& nte8cy^q.ݩ^"܂s%Rt/+U+B10^f_D?O(XWPi|zOggSbERU60&/33%!",%Dhxř lz}8BL/E̋]'0 مynqL RBgqbQ/}N d·ʂkB e`.19=DVUwW*VkA Q$m*lE6>;)*yA :mRNК&QJ"ћ_4t:#=to]I ܠ[TdDCE^Y,<)P+>6R7>> ( ~:H-ރ*t Q%Dt5C2sC-UAL;@\n16i7s 5ӪZjl$K,SRcC{3W@pem&Io)^R-R wfrOe$jdr Y};B7ud`nЍZ U>-õL@w1Aesjf$Z߅S cX:K 2T^ KupS=gC<Ųb&Q2>fNJ) Qȏ[\j.`avX|RzB[ո[ w%{C- ]Sf~j<à+QBRܸo :Iߨ (WyKd٦uZw`-pbjqAzO4*<!Z533;*5(Y0oʧxerukM,v\a6kVy/&\6Uv>;9SSѢs fZkgBބd:ԬĪMd _tĝ+ɐ~C-O`·*l7j7R+dVٻZ= KLjG_ [*(5ķco8X}k|_%,F$F Izilu Roq {@_-g.DhV$eVAf笌﹨;U\EݩtwrPl["lr`7{r?1Xiڼ1 i%j[ܠ kz;2UX2ZxK$Vv^ ofXTlA#R$ŻmNz)d@ ,Qg<4j?_rp0*@o);Cڌ n;>.9d7G%!CkheGC\!LzϾ\l4ӰW;x\(``B@gT2/kr!tn +)WW &UCk9ZYj/g}^$@ST;OT<^"pވ#Pu$;G5$-G176(\i;~d<UMYAl?B[Ndx}ҏ7 ȱ~mbq _|xI/\z# ;Wb;{Joi?Lgh&)=hES@fqSZE\G|L< nt뒉_)w.iU](8*pwK6b2A{v bo?s|_73dvZ߃xZEmm+].G0 MÀfoQˀ^;nң;P>Dohkb6)|$egOvՙ.Um>er߰q{<DZܢ`\1{K̎jLFk3t NA6$>L,{k폪o_Vk}esR! .\m[H*g'hØwثa"j.[ ~"c_٣>_MgTw60Zy"kDl^wuӟ9Ȅwح>4{5lOǘRM:SoJ\jE2gÒ6'OOqԿ(@eGZBFuߣFmφuUI1-dlE GH6SQʏw% Ms^# kxHoVltE |N|K|A*ARdJ"tZDiMpȞ&ÁXt(dk g\y/;g+^o4=z*ōHI6\'ǽ[#5DbGWrR3;~i(V+8ў2{kVNaeECc Z\H)a6Xco8+noΒH 3=2 Zvg[BV %%Ɔ ;IØs_(JG&8:tJ&a;- ^Bv M~( [ecSi O<0.cw7 {+[(va4y\q,lsHk+ήУ*ܦڮ p\0(mˌMXV\08Ɓ. =.t?0C>!.[T1,|uGj?,L]Ǜ6!(.Nf$K (gmYg7T{7:P.ܧeaM8뗯nHaSg2_4L4Nv9jO4."GW4MڮjJ0%Ayp1sURˀU#At^Z+AL>[L2&͓tI?ȹ2*߆?ݠ7w GkZa shݾH1Lct#-HkVCGJ#wrX'Դ*J3A~%)޹{LM@y {{wlyM?eA^#zxD:рi2&Mv:&EHþt٩N7Ё0ҾIѱ&&6>oW13· Cd!Ċqlk;'4rNB)aBEs1gԲ)bWesK2P2Po '։+\[玏9_N/sqgs"7>tn[-<8SLSҌKZà`l00BDS]C>2e.en>L`!iP1~*udx=o94r~TfXl:эO2rwfBB'yPvݑ^Uq{ 0dUs_ '!&H7Rج$8o Q>pL)GvM9jmw+|QxDm^DQnJ.} ɾ' t7 3(бؕmSiKj;r`}ilȘ,uW)J@uIw/_9>iaP0cbCho?D3'G%PA濂T%w lPcC!'"Eڛ:a .qM|FRʭ1Sᥲ/A D!1eYfshi +,3I24=HC9l] ڙx"%-I%9ZIMUf92e~yn6ھC<) ac8l{ .YrSj{"$zC60; ~,y/tQp!_LN|ƴi'AA7<={!u S໊Y)cQ`7SIz= I2#?O7ޤWK-҈;'"% } OM6.5eѺ*:^wxZBns eym] 6G"&ziI؈t/ V lPgLFQ,YnP/Kɺ~|V .*^ӽ ,W"͐v$,"Wŀ僜 {m sPpK > Y`2DCúS>vp9 uA_]n'&呚k R8h9z~J}aD5ֆu !AD~ 㬈]e=f&B;E@([gr utY )֔)YbYgRP4N#;IRb(cIľ  .И 5,)R^h Hm0|IZxUoF(.I-4Bt%(A¹7J0$J*"Nwmveק@m<72LhQc/hU/-gPy򴞟p`{K,_BX6zwv =TcNp;>i!35:+PBg e8q3ZKĿֱb4[āTL0JIxBssZ]] 2k b!̳=B 0}>'@|BAD?rX]/zS# irǗjO'j56__aC%4 F.ݷ=:_}++tԚ+M~sR\8 wQaxdT@l7;1d-TTz'C^m Kv?wJTjz@TXJ' cp-gCe =m!',zC:35wio}qfa)U5:1w)̚(\r2q$TJޡ%9f{ֳ6ʽ˄)?G')'|֕G?$ZtRRyM~Ea3#OY^ 5Z=z4Aa;c<])q ڝ\anz/kYa{Qb*8Q >Ap/iZǼ=MKNqZf1z K/xz|+q}&]#9a!ĴQ5n&'M n4rpt%Lm HtBǖHF+%!J)ؚL5WJ4T(^ox>!A/HwCqlNӫL2*t eԹ/>r/ԔYMv_ V[eBan&BLR_$4/KEOjl/k<5Z)y.߲'г;zVJ@hSW0{fb5qS$}&=*ZwimT@KZghn1/&ύY# Ŕ{SL;~KHw#kTRj =dtV:AI#.w珼f6uB-Ct2飣Bl8uZ:1)a3/7#IXʏ`]1׀5cl%CYeU"ἨlC`2@}wTeñ12‚1;jJow(ĵ='mNO3Tz.w/ě&D櫆e v͠e Ɔ) ?}J*+ g|,l>LZ˛-ŀ{rul|fźr(푾25JtZ?ۺ-BG|CDhsm] .)RTj0oh PȬd}됱F FQjDR#W! 1upBEs8ѫm 1=Dߗ2–(#cV- lȔqpq\l?Ĩ_k&2`*ns _P̚jwhIwpb_~PNqQFq#Jn`[t7? K?nY'`ǦNMOY:yqftG~XO i@ wst qz{o^Ҵ yZCPw+%+:~y5Mew^6~O~XD. LD`n.vRt<{ZV=+JtLl1fed)=bFW7LuH~i_{/d_M ؾV*!XA)_Dj,+l 7%Dtτ H$5j!K)DFPYLIqZ&{@&_ 4,!=7 #FO=Y cV -zb,xa[w 9t ~and4 rj_bM&O[m7"UEo7&ce:S%Q&Dx ҄PM*!2vF@T2f|;d3$Hwg ˚yAMq6=ŊkB/Zd (?&pGe;pdS?G؅(c?'6cߒU*|ןݸqʋJNZQ{㙫"C!zohSы H5dSG{J͑zs Dpsxbw^]p)ShC[^v ,@Dp,hciƑ/plR 3郿 6)ޣSTBxV?1KZmtINZ_/9*! :/Auֱham/GH`$H\" \,- X> 2F7IatCgȵ{Cs'hI1#)+%YF  f]>ά6/?Kw ,p1Q8&A /ԶT+{ar"}44MK^ѮWe>\{!F m0" g,B ܠ?t'@`0:L/cL#>VO'\`_[ی;CegFSdGe`n5-#;N2/u!ByoMT;F[LS4RJJFG'2T5}20JJBY=cwa/w+-8kx8lҷD  RAi\Ԧٷ4F㷔ˑ+C+t*1X XJbqNQJLIɶ̛ 44g)ܰ~ Ǐ8?ƫE%ۉiN<--=rsŊ-r5"51yQdo=H\͢zuƚkL@uy]֟)@Q\QѴiqo@u]uz*ʒ >LvqQ#&SaJK*[3_0@5y/i퐷˛)ˎsM!VL7!r"Y]TB! i߄3O!#$\l)5B;0@iIHf8-UP;l6(˕'pu-Dt4xкZEL]@Wq_(K-5;$֓h blS;W+}vjc Y; A]q]f?KP?2$h9YlGt;S}z푶R/M|kiA=ӴA杺$4Uћ""V%̮f8- ?梃`\m k,-v? s\.-a/İTa>؁#Ti D7v9:e."Di&vZe5s^Mh`3!ݩf|U|BAh%l`whM7Ǩ+C]ix]`X{vHƣ=  换ka>/b-@.8BGHR9xJ^~-}LBAv5?T/+z4O3JݡYn\DrX9%DCoc|NC]J ȈGJ~l÷8w$/=ɒ^+['8s&D@2zjuOJY\BŚ)Icގb%0ϝ;k`&%K& 7qoZ\عu;\{6\4ƥ3gourmand-1.2.0/src/gourmand/data/sound/warning.opus000066400000000000000000000152251510115424500223520ustar00rootroot00000000000000OggS}Z%OpusHead8OggS}Z%^p5>OpusTags Lavf58.29.100encoder=Lavc58.54.100 libopusOggS}Z%o2~}}zn]hnnhrqvwuuospotopqtmlursnqtxutrsinogdl}'< Np O.ؔYqZF@mJ~Gܡ2"imabH:kk2;?D]}w'hn&In85Iڋnc<>v)7~ly%/[zf?vp`` %ia6Ų& EAA?@jɶ¼狛qVTr0g+`{\\&ʸ'zf9xRp-sNiF 1FYWzP,"՟n9]sK,|_V;ec Æư+VCoG|?@c9=5y5+OK0:N;dyqQwe|¡-,pRQ7Qn P nd8z~,oHv _OZAq-$mB&Tn^-Vo0 ZzXG9ڄϻ:"=߶%$;7eWA#.cxvϷ< 'T^ M᮳7⪆MFWcR&!bٕ3Q<a>NAM#O5wq ~$ mjX *ϧbFl9m)OkkFȩIP|S, <︄A54\V9{9oekfe\@VCnQcS–ܪEn%aNK{G9jճo|?;R%S;'pPrM:ܬlCm6 Ag= vE"$yc^DVV%! nJ-Q%A. d4!]7'߳ M0zt!]G Л础 >+‘ &!y{“ o3kI||PRd1$l>Na(,d o0*b7,nA@ 9^fv)*ʟ7qSjlXˮ8| )Sfdj?ZWRi8ʋfg$ ^Í{kw[0.&Q/a=H<#EqM J()^~ +z+j3o~[9iD-8Ij̧»@=@ "H FVUoSy )p)SLow0"l8yVUI q @ AZ1wy Rg:g>|nOKOC D!Wڢ<]H&:!i2zHNI  noi~nV{_袦1y"kE PW&NPXad1X:r(ePV,X>Rj7rfܩ)I敼N)jWn:HaSVxŻgòX㛰c}rʯ(cVƚIDDYK2' p1p:$5ni"ْ}ڜ`F/1vt>2m/fӕC,MDkg:u"?nŒ ͊K-!w\2?spI;`>qKP{G.-'7E=g-qC^@EX)UȈUR{nG5àiBBފ8^x}\m7ww(Ҫi o:`!Ȃq)d@CqgvӨ.C+j=FZ@xPV3J"=UITyy=NDӛ"[V$d[NS Ͼl$O&măUVm(Z/S-FK*3iVB= ^A:޲qቤNyS$Ɔmº`}T1Ư øDÏxvE7xj+IZ-vZIRnu֗5*Dg|RL`Hzf6-b8pIf[o_m\͔:ԵPHϵ*`}>=lD'Oio_Ԡ7́{uZps*+S[6i[y{bI{;3:r2Pغ8[bg-;79VKVCXA3xAz 7KjЛ _6~ iqY{Ke5\>px//N<ܰ$GrKpu~2qYɟlL Y-t?(zZ}I[E4'PH-_A^Sk\"?ATi7W0N&ZK[{;2$/"\O6ClNsp׾{tvRKrYDJ1cjIFz*+P{h61Q*9pu{ -.M3GACf525[11`F<(ʀhfD7nrFS4N} VEwɰ4ó2zFuV5{e^5\r2ˆ10F 9 "K6_M􈻶#̍Yҷ*4Ȋ%ß!/^F} h}d-aA.th-Z^Ycay:SK*f;y/ ٌ~a*D>,,(NRy+jp#ś#MAVE ʦ<3:yD0Aμ@gSUXhL0!;,I4dfxo_[Vew1k<-YϔtE[ɇ$5F4sιZG՘KA wm-elٞ#NsIQ:QwǀØQ۪I=VMXYA/-:]bn g\ !hzՇDwޫ" /<}dNs!9R^'랐!by@Z!K3ȝȞK&IH{QÛḇK 0a5el -yוfۺ=]:^Y Q9yEKvPw>Q kӓ`ܠv:M|R&" UdC&2Li[tI@+ SnmuY:P88 XqXPԄq£PURnfb*iz] ; jq{hS˧YT9Bʦ=»q01ێC E6߹T vqZ@Ph] p %XDg ā3: ^,X>?O"lRz}qc"*Y#m[; JĴgla8 q[cb;nS SԒ`ia<b_-OHsq=mJKzz&&Wo4ğ38C<(IQXH##7KuTt'#!Mĝɯi$'U\У& m#5A1pI>`C2k~(2Վ:]^'+[2s~ џK1c<svꇻe daD3Ā+o@ޫL52v02P,[)'K^WŖv21ɨn|M 6&2 TZm\ 0 Ƴ]ز1gourmand-1.2.0/src/gourmand/data/style/000077500000000000000000000000001510115424500200005ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/data/style/default.css000066400000000000000000000022611510115424500221370ustar00rootroot00000000000000body {background-color: #3E2723; color: #fff} div.recipe, div.index { font-family: Times, serif; font-size: 10pt; margin: auto; max-width: 760px; background-color: #FFF8E1; padding: 1em; margin-top: 1em; color: rgba(0,0,0,0.7)} div.recipe img {border-radius: 10%; height: 200px; float: right;} div.recipe img:hover {border: 1px solid black;} foo {height: initial; position: absolute; top: 10px; left: 10px} span.label { font-weight: bold } h3 {font-family: Calibri, Sans-Serif; font-size: 120%; font-weight: bold; color: #6d4c41; border-bottom: 1px solid #ffa000; margin-top: 0px; margin-bottom: 0px;} div.header p {margin-top: 0; margin-bottom: 0.2em} div.ing { padding: 1em; background-color: #FFE57F} ul.ing { margin-top: 0px; padding-left: 0px; color: rgba(0,0,0,1); font-size: 100%;} li.ing { list-style: none; border-top: 0.3em } div.header p.title { font-family: Calibri, Sans-Serif; font-size: 35pt; font-weight: bold; color: #3E2723; border-bottom: 8px solid #ff6f00; min-height: 200px; vertical-align: bottom; margin-bottom: 20px; position: relative; padding-top: 30px} div.header p.title span.label {display: none} div.recipe div {margin-bottom: 20px;} div.recipe div p {margin-top: 0} gourmand-1.2.0/src/gourmand/data/style/epubdefault.css000066400000000000000000000014331510115424500230130ustar00rootroot00000000000000div.recipe, div.index { font-style: Times, Serif; font-size: 12pt; margin-left: 7%; margin-right: 10%; padding: 1em; margin-top: 1em;} div.recipe img {float: right; padding: 1em} body {} span.label { font-weight: bold;min-width: 10em; display: inline-block;} p.title { font-size: 120%; text-align: center} p.title span.label {display: none} div.header p {margin-top: 0; margin-bottom: 0.2em} div.ing { padding: 1em; border: solid 1px; background-color: #eef} ul.ing { padding-left: 0.6em; } li.ing { list-style: none; border-top: 0.3em } div.ingamount{ display:inline-block; min-width:3em;} div.ingunit{ display:inline-block; min-width:3em;} img{ max-width: 90%; display: block; margin-left: auto; margin-right: auto; } div.header{margin-top: 1em; margin-bottom: 1em;} div.ing h2{margin-top: 0} gourmand-1.2.0/src/gourmand/defaults/000077500000000000000000000000001510115424500175365ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/defaults/__init__.py000066400000000000000000000000511510115424500216430ustar00rootroot00000000000000from .defaults import lang # noqa: F401 gourmand-1.2.0/src/gourmand/defaults/abstractLang.py000066400000000000000000000115361510115424500225230ustar00rootroot00000000000000from typing import Any, Collection, List, Mapping, Optional, Sequence, Tuple class AbstractLanguage: """ Translator credits """ CREDITS: str """ used to determine some things about how to handle this language {'hasAccents':True, 'capitalisedNouns':True,'useFractions':False} """ LANG_PROPERTIES: Mapping[str, bool] """ Gourmet's standard fields and the default categories """ fields: Mapping[str, List[str]] """ List for synonyms ["preferred word","alternate word","alternate word"] TODO: "preferred" semantic inconsistent with UNITS """ SYNONYMS: Collection[List[str]] """ DICTIONARY CONTAINING INGREDIENT KEYS AND NDBNO for the USDA (not used) """ NUTRITIONAL_INFO: Mapping[str, Any] """ Dictionary for ambiguous words. key=ambiguous word, value=list of possible non-ambiguous term """ AMBIGUOUS: Mapping[str, List[str]] """ Triples ITEM, KEY, SHOPPING CATEGORY. These will be defaults. They should include whatever foods might be standard for your locale, with whatever sensible default categories you can think of TODO: Languages actually have lists instead of 3-tuples """ INGREDIENT_DATA: Collection[Tuple[str, str, str]] """ THESE ARE STANDARD UNIT CONVERSIONS. ("unit1","unit2"):conversion_factor, where unit1 contains conversion_factor X unit2 For example: 1 cup has 16 tablespoons. """ CONVERTER_TABLE: Mapping[Tuple[str, str], float] """ DENSITIES of common foods. This allows us to convert between mass and volume. """ DENSITY_TABLE: Mapping[str, float] """ Standard unit names and alternate unit names that might appear. For example: "c." is our standard abbreviation for cup. "cup","c." or "cups" might appear in a recipe we are importing. Each item of this list looks like this: ["standard", ["alternate1","alternate2","alternate3",...]] The first item should be the preferred abbreviation The second item should be the full name of the unit e.g. ["c.", ["cup",...]] TODO: "preferred" semantic inconsistent with SYNONYMS """ UNITS: Collection[Tuple[str, Collection[str]]] """ Group of units that "follow" each other in magnitude. Mapping name of quantity to List of Ranges. A range might be open-ended TODO: Since dictionaries are now ordered, this could be used as values { 'metric mass':[('mg',(1,999)), ('g',(1,999)), ('kg',(1,None))] } """ UNIT_GROUPS: Mapping[str, Sequence[Tuple[str, Tuple[float, Optional[float]]]]] """ This if for units that require an additional bit of information -- i.e. to convert between volume and mass you need the density of an item. In these cases, the additional factor will be provided as an 'item' that is then looked up in the dictionary referenced here (i.e. the density_table) currently, 'density' is the only keyword used The units here need to correspond to the standard unit names defined above in UNITS { ("pt", "lb"):['density',1], } TODO: The value is not actually a dictionary but should be TODO: Actual languages use List instead of Tuple """ CROSS_UNIT_TABLE: Mapping[Tuple[str, str], Tuple[str, float]] """ These are some core conversions from mass-to-volume, assuming a density of 1 (i.e. the density of water). The units here need to correspond to the standard unit names defined in UNITS. { ("pt", "lb") : 1 } """ VOL_TO_MASS_TABLE: Mapping[Tuple[str, str], float] """ TIME ABBREVIATIONS { 'sec':'seconds', } """ TIME_ABBREVIATIONS: Mapping[str, str] """ Guess possible singulars from a plural (for ingredients?) TODO: we could also annotate this as Callable without providing a default """ @staticmethod def guess_singulars(plural: str) -> Collection[str]: raise NotImplementedError() """ Guess possible plurals from a singular (for ingredients?) TODO: we could also annotate this as Callable without providing a default """ @staticmethod def guess_plurals(singular: str) -> Collection[str]: raise NotImplementedError() """ Words to ignore (and, or, other fillers) """ IGNORE: Collection[str] """ Number Names TODO: this dictionary seems reversed, the numbers should probably be fractions """ NUMBERS: Mapping[float, Collection[str]] """ plurar forms of amounts and serving sizes [ ('box','boxes'), ] TODO: This should probably be a mapping """ PLURALS: Collection[Tuple[str, str]] """ The following values are set from outside (defaults.py) """ keydic: Mapping[str, List[str]] shopdic: Mapping[str, str] unit_group_lookup: Mapping[str, Tuple[str, int]] unit_rounding_guide: Mapping[str, float] gourmand-1.2.0/src/gourmand/defaults/defaults.py000066400000000000000000000071151510115424500217230ustar00rootroot00000000000000import importlib import locale import os import sys from collections import defaultdict from typing import Optional from .abstractLang import AbstractLanguage deflang = "en" lang: AbstractLanguage if os.name == "posix": try: locale.setlocale(locale.LC_ALL, "") except locale.Error: loc, enc = locale.getdefaultlocale() else: loc, enc = locale.getlocale() # Windows locales are named differently, e.g. German_Austria instead of de_AT # Fortunately, we can find the POSIX-like type using a different method. # sys.platform is the correct check per mypy convention (https://mypy.readthedocs.io/en/stable/common_issues.html?highlight=platform#python-version-and-system-platform-checks) elif sys.platform == "win32": from ctypes import windll locid = windll.kernel32.GetUserDefaultLangID() loc = locale.windows_locale[locid] importLang: Optional[AbstractLanguage] = None if loc: try: importLang = importlib.import_module("gourmand.defaults.defaults_%s" % loc).Language except ImportError: try: importLang = importlib.import_module("gourmand.defaults.defaults_%s" % loc[0:2]).Language except ImportError: importLang = importlib.import_module("gourmand.defaults.defaults_%s" % deflang).Language if not importLang: lang = importlib.import_module("gourmand.defaults.defaults_%s" % deflang).Language else: lang = importLang # The next item is used to allow us to know some things about handling the language try: langProperties = lang.LANG_PROPERTIES except AttributeError: lang.LANG_PROPERTIES = langProperties = {"hasAccents": False, "capitalisedNouns": False, "useFractions": True} # 'hasAccents' includes accents, umlauts etc, that might not be correctly handled # by eg lower() # 'capitalisedNouns' means that you don't want to use lower() anyway, cos it's # ungramatical e.g. in the german Language, Nouns are written with Capital-Letters. ## now we set up our dictionaries lang.keydic = defaultdict(list) for variants in lang.SYNONYMS: preferred = variants[0] lang.keydic[preferred].extend(variants) for preferred, alternatives in lang.AMBIGUOUS.items(): lang.keydic[preferred].extend(alternatives) for itemname, key, _ in lang.INGREDIENT_DATA: lang.keydic[key].append(itemname) lang.shopdic = {key: shoppingCategory for (_, key, shoppingCategory) in lang.INGREDIENT_DATA} lang.unit_group_lookup = {} unit_rounding_guide = { "ml": 1, "l": 0.001, "mg": 1, "g": 1, "tsp.": 0.075, "Tbs.": 0.02, "c.": 0.125, } if hasattr(lang, "unit_rounding_guide") and lang.unit_rounding_guide: unit_rounding_guide.update(lang.unit_rounding_guide) lang.unit_rounding_guide = unit_rounding_guide for groupname, magnitudes in lang.UNIT_GROUPS.items(): for no, (unit, _) in enumerate(magnitudes): lang.unit_group_lookup[unit] = groupname, no WORD_TO_SING_PLUR_PAIR = {} if hasattr(lang, "PLURALS"): for forms in lang.PLURALS: for f in forms: WORD_TO_SING_PLUR_PAIR[f] = forms def get_pluralized_form(word, n): from gettext import ngettext if not word: return "" lword = word.lower() if lword in WORD_TO_SING_PLUR_PAIR: forms = list(WORD_TO_SING_PLUR_PAIR[lword]) forms += [n] return ngettext(*forms) elif lang.guess_singulars(lword): # Arbitrarily use the first item in the list returned by # lang.guess_singulars(). forms = lang.guess_singulars(lword)[0:1] forms += [lword] forms += [n] return ngettext(*forms) else: return word gourmand-1.2.0/src/gourmand/defaults/defaults_de.py000066400000000000000000001313731510115424500223770ustar00rootroot00000000000000# -*- coding: utf-8 -*- # we set up default information for our locale. # Translators should use this file as the basis of their translation. # Copy this file and rename it for you locale. # # For example, Spanish uses: # defaults_es.py # # British English uses: # defaults_en_GB.py # # Please fill in the below fields: # Language: Deutsch (German) # Translator: # Last-updated: 2005-01-15 (07/18/05) from typing import Any, Collection, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): CREDITS = "" # The next line can be used to determine some things about how to handle this language LANG_PROPERTIES = {"hasAccents": True, "capitalisedNouns": True, "useFractions": False} # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! # only translate the items in the list [..] (and feel free to create # categories that make sense for your locale -- no need to translate # these ones). DO NOT translate 'cuisine','rating','source' or # 'category' # The below are Gourmet's standard fields and the default categories for them. # Do not translate the field names ('cuisine','rating','source,'category'). # Instead, fill in the list with categories that make sense for your locale. # Feel free to change the number or content of categories to be consistent # with what users in your locale are likely to be familiar with. fields = { "cuisine": ["deutsch", "amerikanisch", "italienisch", "französisch", "mexikanisch", "asiatisch", "indisch", "griechisch", "vegetarisch"], "rating": ["5 - ausgezeichnet", "4 - lecker", "3 - OK", "2 - mittelmäßig", "1 - vergiss es!", "(nicht geprüft)"], "source": [], "category": ["Nachspeise", "Vorspeise", "Hauptgericht", "Beilage", "Salat", "Suppe", "Frühstück", "Picknick", "Andere", "Plan"], } # In English, there are a heck of a lot of synonyms. This is a list # for those synonyms. [u"preferred word","alternate word","alternate word"] # If there are none of these that you can think of in your language, just # set this to: # SYNONYMS=[] # note from translator: some terms are not standard but used in common langugage, some are used in a fautive manner, # I decided to put them in different sections so it is still clear what is a synonym and what should not be a synonym. SYNONYMS = [ # the first item of each list is the default ["Cocktailtomaten", "Tomaten, cherry"], ["Alfaalfa", "Alfapha", "Luzerne"], ["Porree", "Lauch"], ["Frühlingszwiebel", "Lauch-Zwiebeln"], ["Zuckermelone", "Gartenmelone"], ["Bleichsellerie", "Stangensellerie", "Straudensellerie"], ["Hammelfleisch", "Hammel"], ["Kalbfleisch", "Kalb"], ["Truthahn", "Puter", "Pute"], ["Rindfleisch", "Rind"], ["Rotbusch", "Rooibos", "Rooibosch"], ["Seelachs", "Köhler"], ["Anschovis", "Anchovis", "Sardelle"], ["Kabeljau", "Dorsch"], ["Nutella", "Nusspli"], ["Tomatenmark", "Tomatenkonzentrat"], ["Weizenmehl", "Mehl, weiß"], ["Soja-Milch", "Sojamilch", "Soya-Milch", "Soja Milch"], ["Soja-Sauce", "sauce soja", "sauce soya", "Soya-Sauce", "Sojasoße", "Sojasosse"], ["Soja", "Soya"], ["Sojabohnen", "Soyabohnen"], ["Püree", "Kartoffelpüree"], ["Müsli", "Muesli"], ["Nudeln", "Pasta"], ["Chile", "Chili", "Chilli"], ["Zucchini", "Zuchini", "Courgette"], ["Tafeltrauben", "Trauben, weiß", "Trauben, grün"], ["Garam Masala", "Masala", "Massala", "Garam Massala"], ["Gemüsebouillon", "Gemüsebrühe"], ["Hühnerbouillon", "Hühnerbrühe"], ["Muskat", "Muskatnuss", "Muscat", "Muscatnuss"], ["Sesammus", "Tahin"], ["Brokkoli", "Broccoli"], ["Kräuter", "gemischte Kräuter"], ["Langkornreis", "Reis"], ["Eierschwammerl", "Pfifferlinge"], ["Herrenpilze", "Steinpilze"], ["Paradeiser", "Tomaten"], # Irregular plurals ["Äpfel", "Apfel"], ["Pfirsiche", "Pfirsich"], ["Nüsse", "Nuss"], ["Eier", "Ei"], # non-standard usage # fautive/discouraged usages ] # A DICTIONARY CONTAINING INGREDIENT KEYS AND NDBNO for the USDA # nutritional database. For these items, we will have nutritional # information by default. NUTRITIONAL_INFO: Mapping[str, Any] = {} # a dictionary for ambiguous words. # key=ambiguous word, value=list of possible non-ambiguous terms # # Translators: if you have a word that has more than one food meaning # in your language, you can add an entry as follow # AMBIGUOUS = { # 'word':['meaning1','meaning2','meaning3'], # } AMBIGUOUS = { "Sellerie": ["Sellerie", "Staudensellerie"], } # triplicates ITEM, KEY, SHOPPING CATEGORY # These will be defaults. # They should include whatever foods might be standard for your # locale, with whatever sensible default categories you can think of # (again, thinking of your locale, not simply translating what I've # done). # Items provided here will automatically be recognized and go onto the # given category in a user's shopping list by default. # Don't feel obligated to translate every item -- especially since not # all items will be common for all locales. However, the more items # you can put here, the more the user will get the sense that gourmet # u"knows" about foods that they enter. # I generated the below list using the wikipedia entry on foods as my # starting point. You may want to do something similar for your # locale. Also, if the syntax of the below is too complicated, you # can send me a list of category headings and ingredients for your # locale and I'll do the necessary formatting INGREDIENT_DATA = [ ## G e m ü s e ("Alfaalfa", "Alfalfa", "Gemüse"), # alfalfa sprouts ("Anis", "Anis", "Gemüse"), # anise ("Artischocke", "Artischocke", "Gemüse"), # artichoke ("Ölranke", "Ölranke", "Gemüse"), # rocket ("Spargel", "Spargel", "Gemüse"), # asparagus (white) ("weißer Spargel", "Spargel, weißer", "Gemüse"), # asparagus - white ("grüner Spargel", "Spargel, grüner", "Gemüse"), # asparagus - green ("Aubergine", "Aubergine", "Gemüse"), # aubergine ("Avocado", "Avocado", "Gemüse"), # avocado ("Brokkoli", "Brokkoli", "Gemüse"), # broccoli ("Spinat", "Spinat", "Gemüse"), # spinach ("Rosenkohl", "Kohl, Rosenkohl", "Gemüse"), # brussels sprouts ("Kohl", "Kohl", "Gemüse"), # cabbage ("Weißkohl", "Kohl, Weißkohl", "Gemüse"), # white cabbage ("Rotkohl", "Kohl, Rotkohl", "Gemüse"), # red cabbage ("Blumenkohl", "Kohl, Blumenkohl", "Gemüse"), # cauliflower ("Chinakohl", "Kohl, Chinakohl", "Gemüse"), # china cabbage ("Kohlrabi", "Kohl, Kohlrabi", "Gemüse"), # kohlrabi ("Grünkohl", "Kohl, Grünkohl", "Gemüse"), # kale ("Bleichsellerie", "Bleichsellerie", "Gemüse"), # celery ("Zitronengras", "Zitronengras", "Gemüse"), # lemon grass ("Mais", "Mais", "Gemüse"), # corn ("Champignons", "Champignons", "Gemüse"), # button mushrooms ("Pilze", "Pilze", "Gemüse"), # large mushrooms ("Steinpilz", "Steinpilze", "Gemüse"), # mushrooms ("Pfifferlinge", "Pfifferlinge", "Gemüse"), # other woodland fungus ("Senfkeimlinge", "Senfkeimlinge", "Gemüse"), # mustard greens ("Brennessel", "Brennessel", "Gemüse"), # nettles ("Okra", "Okra", "Gemüse"), # okra ("Schnittlauch", "Schnittlauch", "Gemüse"), # chives ("Zwiebeln", "Zwiebeln", "Gemüse"), # onion ("Schalotte", "Schalotte", "Gemüse"), # shallot ("Frühlingszwiebel", "Frühlingszwiebel", "Gemüse"), # spring onion, scallion ("rote Zwiebeln, rot", "Zwiebeln, rote", "Gemüse"), # red (spanish) onion ("weiße Zwiebeln", "Zwiebeln, weiße", "Gemüse"), # white onion ("gelbe Zwiebeln", "Zwiebeln, gelbe", "Gemüse"), # yellow onion ("Metzgerzwiebeln", "Zwiebeln, Metzger-", "Gemüse"), # large onion (salad) ("Speisezwiebeln", "Zwiebeln, Speise-", "Gemüse"), # standard cooking onion ("Knoblauch", "Knoblauch", "Gemüse"), # garlic ("Porree", "Porree", "Gemüse"), # leek ("Paprika", "Paprika", "Gemüse"), # pepper ("rote Paprika", "Paprika, rote", "Gemüse"), # red bell pepper ("grüne Paprika", "Paprika, grüne", "Gemüse"), # ("gelbe Paprika", "Paprika, gelbe", "Gemüse"), # ("Chile", "Chile", "Gemüse"), # chilli pepper ("Jalapeño-Chile", "Chile, Jalapeño", "Gemüse"), # jalapeño pepper ("Habanero-Chile", "Chile, Habanero", "Gemüse"), # habanero pepper ("Radieschen", "Radieschen", "Gemüse"), # radish ("Rote Beet", "Rote Beet", "Gemüse"), # beetroot ("Möhren", "Möhren", "Gemüse"), # carrot ("Rettich", "Rettich", "Gemüse"), # horse radish ("Wasabi", "Wasabi", "Gemüse"), # japanese horseraddish ("Sellerie", "Sellerie", "Gemüse"), # celeriac ("Pastinake", "Pastinake", "Gemüse"), # parsnip ("Kohlrübe", "Kohlrübe", "Gemüse"), # turnip ("Fenchel", "Fenchel", "Gemüse"), # fennel ("Kopfsalat", "Kopfsalat", "Gemüse"), # lettuce ("Rucolasalat", "Rucolasalat", "Gemüse"), # rucola ("Friseesalat", "Friseesalat", "Gemüse"), # open lettuce ("Feldsalat", "Feldesalat", "Gemüse"), # lettuce ("Saubohnen", "Saubohnen", "Gemüse"), # broad beans ("Bobby Bohnen", "Bobby Bohnen", "Gemüse"), # small green beans ("Haricots", "Haricots", "Gemüse"), # haricot beans ("Carbasc", "Carbasc", "Gemüse"), # runner beans ("Erbsen", "Erbsen", "Gemüse"), # peas ("Zuckererbsen", "Zuckererbsen", "Gemüse"), # mange tous ("Zucchini", "Zucchini", "Gemüse"), # zucchini ("Gurke (Salat-)", "Gurke (Salat-)", "Gemüse"), # cucumber ("Kürbis", "Kürbis", "Gemüse"), # pumpkin ("Cocktailtomaten", "Tomaten, Cocktail-", "Gemüse"), # cocktail (cherry) tomato ("Tomaten", "Tomaten", "Gemüse"), # cherry tomato ("Rispentomaten", "Tomaten, Rispen-", "Gemüse"), # tomato on stems ("Kartoffel", "Kartoffel", "Gemüse"), # potato ("Speisekartoffeln", "Kartoffeln, Speise-", "Gemüse"), # standard cooking potatoes ("Süßkartoffel", "Süßkartoffel", "Gemüse"), # sweet potato ("Jamswurzel", "Jamswurzel", "Gemüse"), # yam ("Wasserkastanie", "Wasserkastanie", "Gemüse"), # water chestnut ("Brunnenkresse", "Brunnenkresse", "Gemüse"), # watercress ("Oliven", "Oliven", "Gemüse"), # ("grüne Oliven", "Oliven, grüne", "Gemüse"), # ("schwarze Oliven", "Oliven, schwarze", "Gemüse"), # ## H ü l s e n f r u c h t e ("grüne Bohnen", "Bohnen, grüne", "Gemüse"), # green beans ("weiße Bohnen", "Bohnen, weiße", "Hülsenfrüchte"), # green beans ("Azuki Bohnen", "Bohnen, Azuki", "Hülsenfrüchte"), # azuki beans ("schwarze Bohnen", "Bohnen, schwarze", "Hülsenfrüchte"), # black beans ("Borlottibohnen", "Bohnen, Borlotti-", "Hülsenfrüchte"), # borlotti beans (not sure) ("Kichererbsen", "Kichererbsen", "Hülsenfrüchte"), # chickpeas, garbanzos, or ceci beans ("Kidneybohnen", "Bohnen, Kidney-", "Hülsenfrüchte"), # kidney beans ("Teller-Linsen", "Linsen, Teller-", "Hülsenfrüchte"), # standard lentils ("rote Linsen", "Linsen, rote", "Hülsenfrüchte"), # red lentils ("grüne Linsen", "Linsen, grüne", "Hülsenfrüchte"), # green lentils ("schwarze Linsen", "Linsen, schwarze", "Hülsenfrüchte"), # black lentils ("Gartenbohnen", "Gartenbohnen", "Gemüse"), # lima bean or butter bean ("Mungbohnen", "Bohnen, Mung-", "Hülsenfrüchte"), # mung beans ("Sojabohnen", "Bohnen, Soja-", "Hülsenfrüchte"), # soybeans ("grüne Erbsen", "Erbsen, grüne", "Hülsenfrüchte"), # green dried peas ("gelbe Erbsen", "Erbsen, gelbe", "Hülsenfrüchte"), # yellow dried peas ("Schälerbsen", "Erbsen, Schälerbsen", "Hülsenfrüchte"), # ## F r u c h t e ("Obst", "Obst", "Obst"), # general fruit ("Äpfel", "Äpfel", "Obst"), # apple ("rote Äpfel", "Äpfel, rote", "Obst"), # ("goldene Äpfel", "Äpfel, goldene", "Obst"), # ("Granny Smith Äpfel", "Äpfel, Granny Smith", "Obst"), # ("Fuji Äpfel", "Äpfel, Fuji-", "Obst"), # ("grüne Äpfel", "Äpfel, grüne", "Obst"), # green apple ("Granatäpfel", "Granatäpfel", "Obst"), # pomegranate ("Quitte", "Quitte", "Obst"), # quince ("Hagebutten", "Hagebutten", "Obst"), # rose hip ("Aprikosen", "Aprikosen", "Obst"), # apricot ("Birnen", "Birnen", "Obst"), # pear ("Conference Birnen", "Birnen, Conference", "Obst"), # pear, large conference ("William Birnen", "Birnen, William", "Obst"), # pear, standard william ("Kirschen", "Kirschen", "Obst"), # cherry ("Pflaumen", "Pflaumen", "Obst"), # plum ("Pfirsiche", "Pfirsiche", "Obst"), # peach ("Nektarinen", "Nektarinen", "Obst"), # nectarine ("Brombeeren", "Beeren, Brombeeren", "Obst"), # blackberry ("Himbeeren", "Beeren, Himbeeren", "Obst"), # raspberry ("Erdbeeren", "Beeren, Erdbeeren", "Obst"), # raspberry ("Heidelbeeren", "Beeren, Heidelbeeren", "Obst"), # bilberry ("Blaubeeren", "Beeren, Blaubeeren", "Obst"), # blueberry ("Preiselbeeren", "Beeren, Preiselbeeren", "Obst"), # cranberry ("Johannisbeeren", "Beeren, Johannisbeeren", "Obst"), # red currant ("schwarze Johannisbeeren", "Beeren, schwarze Johannisbeeren", "Obst"), # black currant ("Holunderbeeren", "Beeren, Holunderbeeren", "Obst"), # elderberry ("Stachelbeeren", "Stachelbeeren", "Obst"), # gooseberry ("Kiwi", "Kiwi", "Obst"), # kiwi fruit ("Papaya", "Papaya", "Obst"), # pawpaw ("Zuckermelonen", "Zucker-", "Obst"), # cantaloupe ("Honigmelonen", "Melonen, Honig-", "Obst"), # honeydew melon ("Galiamelonen", "Melonen, Galia-", "Obst"), # galia melon ("Netzmelonen", "Melonen, Netz-", "Obst"), # net melon ("Wassermelonen", "Melonen, Wasser-", "Obst"), # watermelon ("Feigen", "Feigen", "Obst"), # fig ("Weintrauben", "Weintrauben", "Obst"), # grape ("Tafeltrauben", "Weintrauben, Tafel", "Obst"), # green grapes ("blaue Weintrauben", "Weintrauben, blau", "Obst"), # black grapes ("Datteln", "Datteln", "Obst"), # date ("Grapefruit", "Grapefruit", "Obst"), # grapefruit ("Limetten", "Limetten", "Obst"), # lime ("Kumquat", "Kumquat", "Obst"), # kumquat ("Zitronen", "Zitronen", "Obst"), # lemon ("Mandarinen", "Mandarinen", "Obst"), # mandarin ("Klementinen", "Klementinen", "Obst"), # clementine ("Tangerinen", "Tangerinen", "Obst"), # tangerine ("Orangen", "Orangen", "Obst"), # orange ("Ugli", "Ugli", "Obst"), # ugli fruit ("Guave", "Guave", "Obst"), # guava ("Litschi", "Litschi", "Obst"), # lychee ("Passionsfrucht", "Passionsfrucht", "Obst"), # passion fruit ("Banane", "Banane", "Obst"), # banana ("Wegerich", "Wegerich", "Obst"), # plantain ("Kokosnuss", "Kokosnuss", "Obst"), # coconut ("Durion", "Durion", "Obst"), # durian ("Mango", "Mangue", "Obst"), # mango ("Papaya", "Papaya", "Obst"), # papaya ("Ananas", "Ananas", "Obst"), # pineapple ("Tamarinde", "Tamarinde", "Obst"), # tamarind ("Rhabarber", "Rhabarber", "Obst"), # rhubarb ## M e e r e s f r ü c h t e ("Anchovis", "Anchovis", "Meeresfrüchte"), # anchovy ("Barsch", "Barsch", "Meeresfrüchte"), # bass ("Kugelfisch", "Kugelfisch", "Meeresfrüchte"), # blowfish ("Wels", "Wels", "Meeresfrüchte"), # catfish ("Dorsch", "Dorsch", "Meeresfrüchte"), # cod ("Aal", "Aal", "Meeresfrüchte"), # eel ("Flunder", "Flunder", "Meeresfrüchte"), # flounder ("Schellfisch", "Schellfisch", "Meeresfrüchte"), # haddock ("Haddock", "Haddock", "Meeresfrüchte"), # smoked haddock ("Heilbutt", "Heilbutt", "Meeresfrüchte"), # halibut ("Zander", "Zander", "Meeresfrüchte"), # pike ("Seelachs", "Seelachs", "Meeresfrüchte"), # pollock ("Sardine", "Sardine", "Meeresfrüchte"), # sardine ("Sprotte", "Sprotte", "Meeresfrüchte"), # sprat ("Lachs", "Lachs", "Meeresfrüchte"), # salmon ("Sägebarsch", "Sägebarsch", "Meeresfrüchte"), # sea bass ("Hai", "Hai", "Meeresfrüchte"), # shark ("Seezunge", "Seezunge", "Meeresfrüchte"), # sole ("Stör", "Stör", "Meeresfrüchte"), # sturgeon ("Schwertfisch", "Schwertfisch", "Meeresfrüchte"), # swordfish ("Forelle", "Forelle", "Meeresfrüchte"), # trout ("Thunfisch", "Thunfisch", "Meeresfrüchte"), # tuna ("Weißfisch", "Weißfisch", "Meeresfrüchte"), # whitefish ("Wittling", "Wittling", "Meeresfrüchte"), # whiting ("Rogen", "Rogen", "Meeresfrüchte"), # roe of fish ("Kaviar", "Kaviar", "Meeresfrüchte"), # caviar ("Krebs", "Krebs", "Meeresfrüchte"), # crab ("Hummer", "Hummer", "Meeresfrüchte"), # lobster ("Garnele", "Garnele", "Meeresfrüchte"), # prawns ("Krabbe", "Krabbe", "Meeresfrüchte"), # shrimp ("Klaffmuschel", "Klaffmuschel", "Meeresfrüchte"), # clam ("Muschel", "Muschel", "Meeresfrüchte"), # mussel ("Tintenfisch", "Tintenfisch", "Meeresfrüchte"), # octopus ("Auster", "Auster", "Meeresfrüchte"), # oyster ("Schnecke", "Schnecke", "Meeresfrüchte"), # snail ("Kalmar", "Kalmar", "Meeresfrüchte"), # squid ("Kammuschel", "Kammuschel", "Meeresfrüchte"), # scallop ## F l e i s c h ("Speck", "Speck", "Fleisch"), # chopped bacon ("Bacon", "Bacon", "Fleisch"), # bacon ("Schinken", "Schinken", "Fleisch"), # ham ("Hammel", "Hammel", "Fleisch"), # mutton ("Lamm", "Lamm", "Fleisch"), # lamb ("Kalb", "Kalb", "Fleisch"), # veal ("Steak", "Steak", "Fleisch"), # steak ("Hamburger", "Hamburger", "Fleisch"), # hamburger ("Roastbeef", "Roastbeef", "Fleisch"), # roast beef ("Hähnchen", "Hähnchen", "Fleisch"), # chicken ("Pute", "Pute", "Fleisch"), # turkey ("Ente", "Ente", "Fleisch"), # duck ("Gans", "Gans", "Fleisch"), # goose ("Rind", "Rind", "Fleisch"), # beef ("Hackfleisch", "Hackfleisch", "Fleisch"), # mince beef ("Hase", "Hase", "Fleisch"), # hare ("Kaninchen", "Kaninchen", "Fleisch"), # rabbit ("Hirsch", "Hirsch", "Fleisch"), # deer ("Hühnerbrust", "Hühnerbrust", "Fleisch"), # chicken breast ("Schweinefleisch", "Schweinefleisch", "Fleisch"), # pork ("Chorizo", "Chorizo", "Fleisch"), # chorizo ("Salami", "Salami", "Fleisch"), # salami ("Wurst", "Wurst", "Fleisch"), # sausage ("Bratwurst", "Bratwurst", "Fleisch"), # sausage ("Weißwurst", "Weißwurst", "Fleisch"), # sausage ("Currywurst", "Currywurst", "Fleisch"), # sausage ## L e b e n s m i t t e l ("Weizenmehl", "Mehl, Weizen-", "Lebensmittel"), # all purpose flour ("Vollkorn Weizenmehl", "Mehl, Vollkorn Weizen-", "Lebensmittel"), # wholemeal flour ("Hirsemehl", "Mehl, Hirse-", "Lebensmittel"), # flour ("Roggenmischung", "Mehl, Roggenmischung", "Lebensmittel"), # rye flour ("Backpulver", "Backpulver", "Lebensmittel"), # baking powder ("Natron", "Natron", "Lebensmittel"), # baking soda ("Schokolade", "Schokolade", "Lebensmittel"), # chocolate ("Schokotröpfen", "Schokotröpfen", "Lebensmittel"), # chocolate chips ("Zucker", "Zucker", "Lebensmittel"), # suger ("Süßstoff", "Süßstoff", "Lebensmittel"), # artificial sweetner ("brauner Zucker", " Zucker, braun", "Lebensmittel"), # brown suger ("weißer Zucker", "Zucker, weiß", "Lebensmittel"), # white sugar ("Raffinade", "Zucker, Raffinade", "Lebensmittel"), # castor sugar ("Salz", "Salz", "Lebensmittel"), # salt ("Meersalz", "Salz, Meer-", "Lebensmittel"), # sea salt ("Rosinen", "Rosinen", "Lebensmittel"), # currents ("Sultanienen", "Sultanienen", "Lebensmittel"), # sultanas ("geraspelte Kokosnuss", "Kokosnuss, geraspelt", "Lebensmittel"), # (modifier?) ("Vanille", "Vanille", "Lebensmittel"), # vanilla ("Vanilleessenz", "Vanilleessenz", "Lebensmittel"), # vanilla extract ("Walnusskerne", "Walnusskerne", "Lebensmittel"), # walnut ("Cashewnüsse", "Cashewnüsse", "Lebensmittel"), # cashew nut ("Mandeln", "Mandeln", "Lebensmittel"), # almonds ("Erdnüsse", "Erdnüsse", "Lebensmittel"), # peanut ("Kartoffelpüree", "Kartoffelpüree", "Lebensmittel"), # potato mash ("Klöße", "Klöße", "Lebensmittel"), # potato dumplings ("Polenta", "Polenta", "Lebensmittel"), # yellow cornmeal ("kernige Haferflocken", "Haferflocken, kernig", "Lebensmittel"), # rolled oats ("zarte Haferflocken", "Haferflocken, zart", "Lebensmittel"), # fine rolled oats ("Ketchup", "Ketchup", "Lebensmittel"), # ketchup ("Mayonnaise", "Mayonnaise", "Lebensmittel"), # mayonnaise ("Knäckebrot", "Knäckebrot", "Lebensmittel"), # ryebread wafers ("Dosentomaten", "Tomaten, Dosen-", "Lebensmittel"), # canned tomatoes ("Dosenmais", "Mais, Dosen-", "Lebensmittel"), # canned sweetcorn ("Sonnenblumenkerne", "Sonnenblumenkerne", "Lebensmittel"), # sunflower seeds ("Sesammus", "Sesammus", "Lebensmittel"), # sesame seeds ("Zitronensaft", "Zitronensaft", "Lebensmittel"), # lemon juice ("Zitronenkonzentrat", "Zitronenkonzentrat", "Lebensmittel"), # lemon concentrate ("Limettensaft", "Saft, Limetten-", "Lebensmittel"), # lime juice ("Orangensaft", "Saft, Orangen", "Lebensmittel"), # whole orange juice ("Orangennektar", "Saft, Orangennektar", "Lebensmittel"), # orange juice ("Tomatensuppe", "Tomatensuppe", "Lebensmittel"), # tomato sauce ("Bouillon", "Bouillon", "Lebensmittel"), # broth ("Gemüsebouillon", "Bouillon, Gemüse-", "Lebensmittel"), # vegetable broth ("Hühnerbouillon", "Bouillon, Hühner-", "Lebensmittel"), # broth, chicken ("Hollandaise", "Hollandaise", "Lebensmittel"), # hollandais sauce ("gehackte Tomaten", "Tomaten, gehackt", "Lebensmittel"), # chopped tomato ("geschälte Tomaten", "Tomaten, geschält", "Lebensmittel"), # peeled tomato ("passierte Tomaten", "Tomaten, passiert", "Lebensmittel"), # mashed tomato ("Tomatenmark", "Tomatenmark", "Lebensmittel"), # pureed tomato ("Kekse", "Kekse", "Lebensmittel"), # biscuits ("Müsli", "Müsli", "Lebensmittel"), # muesli ("Pudding", "Pudding", "Lebensmittel"), # instant custard pudding ("Stärke", "Stärke", "Lebensmittel"), # corn starch ## R e i s u n d T e i g w a r e n ("Nudeln", "Nudeln", "Reis & Teigwaren"), # pasta ("Spaghetti", "Spagghetti", "Reis & Teigwaren"), # spaghetti ("Penne", "Penne", "Reis & Teigwaren"), # pasta tubes ("Canelonni", "Canelonni", "Reis & Teigwaren"), # ("Fusilli", "Fusilli", "Reis & Teigwaren"), # pasta twirls ("Riccioli", "Riccioli", "Reis & Teigwaren"), # pasta twirls ("Lasagna", "Lasagna", "Reis & Teigwaren"), # pasta sheets ("Vermicelli", "Vermicelli", "Reis & Teigwaren"), # vermicelli ("Teig", "Teig", "Reis & Teigwaren"), # dough ("Hefeteig", "Teig, Hefe-", "Reis & Teigwaren"), # pastry dough ("Pizzateig", "Teig, Pizza-", "Reis & Teigwaren"), # pizza dough ("Langkornreis", "Reis, Langkorn-", "Reis & Teigwaren"), # rice longcorn ("Basmatireis", "Reis, Basmati-", "Reis & Teigwaren"), # basmati rice ("Milchreis", "Reis, Milch-", "Reis & Teigwaren"), # pudding rice ("Naturreis", "Reis, Natur-", "Reis & Teigwaren"), # whole rice ("Wildreis", "Reis, Wild-", "Reis & Teigwaren"), # wild (black) rice ("Spitzenlangkornreis", "Reis, Spitzenlangkorn-", "Reis & Teigwaren"), # rice longcorn cook ## B r o t ("Brot", "Brot, allgemeines", "Brot"), # bread, any ("Weißbrot", "Brot, weiß", "Brot"), # white bread ("Toastbrot", "Brot, Toast-", "Brot"), # sliced white toasting bread ("Vollkornbrot", "Brot, Vollkorn-", "Brot"), # wholemeal bread ("Sonnenblumenkernbrot", "Brot, Sonnenblumenkern-", "Brot"), # sunflower seed wholmeal ("Kürbiskernbrot", "Brot, Kürbiskern-", "Brot"), # pupkin seed wholemeal ("Sesambrot", "Brot, Sesam-", "Brot"), # sesame seed wholemeal ("Dreikornbrot", "Brot, Dreikorn-", "Brot"), # 3 corn wholemeal bread ("Krustenbrot", "Brot, Krusten-", "Brot"), # Crusty wholemeal bread ("Landbrot", "Brot, Land-", "Brot"), # wholemeal bread ("Fladenbrot", "Brot, Fladen-", "Brot"), # turkish round bread ("Pumpernickel", "Pumpernickel", "Brot"), # pumpernickel bread ## K r ä u t e r u n d G e w ü r z e ("Kräuter", "Kräuter, gemischt", "Gemüse"), # mixed herbs ("Petersilie", "Petersilie", "Gemüse"), # parsley ("schwarze Pfeffer", "Pfeffer schwarz", "Kräuter u Gewürze"), # black pepper ("Cayennepfeffer", "Pfeffer, Cayenne", "Kräuter u Gewürze"), # cayenne ("Kräuter de Provence", "Kräuter de Provence", "Kräuter u Gewürze"), # Herbs de Provence ("Kräutersalz", "Kräutersalz", "Kräuter u Gewürze"), # Herbed salt ("Lorbeerblatt", "Lorbeerblatt", "Kräuter u Gewürze"), # Bay leaf ("Gewürznelken", "Gewürznelken", "Kräuter u Gewürze"), # ("Chilipulver", "Chilipulver", "Kräuter u Gewürze"), # (modifier?) ("Curry", "Curry", "Kräuter u Gewürze"), # curry powder ("Currypaste", "Currypaste", "Kräuter u Gewürze"), # curry paste ("Madras Curry", "Curry, madras", "Kräuter u Gewürze"), # hotter curry powder ("Garam Masala", "Garam Masala", "Kräuter u Gewürze"), # ("Zimtschote", "Zimt, Zimtschote", "Kräuter u Gewürze"), # (modifier?) ("gemahlener Zimt", "Zimt, gemahlener", "Kräuter u Gewürze"), # (modifier?) ("Korianderkerne", "Korianderkerne", "Kräuter u Gewürze"), # (modifier?) ("gemahlener Koriander", "Koriander, gemahlener", "Kräuter u Gewürze"), # (modifier?) ("Cuminkerne", "Cuminkerne", "Kräuter u Gewürze"), # (modifier?) ("gemahlener Cumin", "Cumin, gemahlener", "Kräuter u Gewürze"), # (modifier?) ("Senfkerne", "Senfkerne", "Kräuter u Gewürze"), # (modifier?) ("Senf", "Senf", "Kräuter u Gewürze"), # (modifier?) ("Dijon-Senf", "Senf, Dijon", "Kräuter u Gewürze"), # (modifier?) ("Muskatnuss", "Muskatnuss", "Kräuter u Gewürze"), # nutmeg ("Paprika, gemahlen", "Paprika, gemahlen", "Kräuter u Gewürze"), # ("Ingwerpulver", "Ingwer, Ingwerpulver", "Kräuter u Gewürze"), # ground ginger ("Kurkuma", "Kurkuma", "Kräuter u Gewürze"), # turmeric, curcuma ("Majoran", "Majoran", "Kräuter u Gewürze"), # turmeric, curcuma ("Oregano", "Oregano", "Kräuter u Gewürze"), # oregano ("Basilikum, gerebelt", "Basilikum, gerebelt", "Kräuter u Gewürze"), # basil, crushed ("frisches Basilikum", "Basilikum, frisches", "Kräuter u Gewürze"), # fresh basil leaves ("frischer Koriander", "Koriander, frischer", "Kräuter u Gewürze"), # fresh coriander leaves ("frisches Schnittlauch", "Schnittlauch, frisches", "Kräuter u Gewürze"), # fresh chives ("frischer Ingwer", "Ingwer, frischer", "Kräuter u Gewürze"), # fresh ginger ("Ingwerpaste", "Ingwerpaste", "Kräuter u Gewürze"), # ginger paste ## M a r m e l a d e ("Pflaumenmarmelade", "Marmelade, Pflaumen-", "Konfitüren"), # plum jam ("Aprikosenmarmelade", "Marmelade, Aprikosen-", "Konfitüren"), # apricot jam ("Orangenmamalade", "Marmalade, Orangen-", "Konfitüren"), # orange jam ("Marmelade", "Marmelade", "Konfitüren"), # jam - general ("Erdbeermarmelade", "Marmelade, Erdbeer-", "Konfitüren"), # strawberry jam ("Himbeermarmelade", "Marmelade, Himbeer-", "Konfitüren"), # raspberry jam ("Erdnussbutter", "Erdnussbutter", "Konfitüren"), # peanut butter ("Nutella", "Nutella", "Konfitüren"), # nussply ("Sesammus", "Sesammus", "Konfitüren"), # tahini - sesame spread ("Honig", "Honig", "Konfitüren"), # honey ## I n t e r n a t i o n a l ("Tartex", "Tartex", "International"), # tartex spread ("Kokosmilch", "Kokusmilch", "International"), # coconut milk ("Kokoscreme", "Kokuscreme", "International"), # coconut cream ("grüne Currypaste", "Currypaste, grüne", "International"), # green curry paste ("rote Currypaste", "Currypaste, rote", "International"), # red curry paste ("Reisessig", "Essig, Reis-", "International"), # rice vinegar ("Salsa", "Salsa", "International"), # salsam ("Sesamkerne", "Sesamkerne", "International"), # sesame seeds ("Soja-Sauce", "Soja-Sauce", "International"), # soy sauce ("Sojacreme", "Sojacreme", "International"), # soya cream ("Bulgur", "Bulgur", "International"), # bulgar ("Couscous", "Couscous", "International"), # couscous ("Falafel", "Falafel", "International"), # felafel ("Tofu", "Tofu", "International"), # tofu ("Pak-choï", "Pak-choï", "Gemüse"), # bok choy ## M i l c h p r o d u k t e ("Milch", "Milch", "Milchprodukte"), # milk, unspecified ("Käse", "Käse, allgemeiner", "Milchprodukte"), # cheese, any ("Butter", "Butter", "Milchprodukte"), # butter ("Margarine", "Margarine", "Milchprodukte"), # ("Eier", "Eier", "Milchprodukte"), # egg ("frische Milch", "Milch, frische", "Milchprodukte"), # milk ("fettarme Milch", "Milch, fettarme", "Milchprodukte"), # skimmed milk ("H-Milch", "Milch, H-Milch", "Milchprodukte"), # long-life milk ("Sojamilch", "Milch, Sojamilch", "Milchprodukte"), # soya milk ("Buttermilch", "Milch, Buttermilch", "Milchprodukte"), # buttermilk ("Sauerrahm", "Sauerrahm", "Milchprodukte"), # sour cream ("Sahne", "Sahne", "Milchprodukte"), # ("Sahne 10% Fett", "Sahne, 10% Fett", "Milchprodukte"), # ("Sahne 15% Fett", "Sahne, 15% Fett", "Milchprodukte"), # ("Sahne 35% Fett", "Sahne, 35% Fett", "Milchprodukte"), # ("Joghurt", "Joghurt", "Milchprodukte"), # yogurt ("Quark", "Quark", "Milchprodukte"), # ("Speisequark Magerstufe", "Quark, Speise- Magerstufe", "Milchprodukte"), # ("Kräuterquark", "Quark, Kräuter", "Milchprodukte"), # ("Cheddar-Käse", "Käse, Cheddar", "Milchprodukte"), # cheddar cheese ("Hartkäse", "Käse, Hart-", "Milchprodukte"), # general hard cheese ("Hüttenkäse", "Käse, Hüttenkäse", "Milchprodukte"), # cottage cheese ("Schnittkäse", "Käse, Schnittkäse", "Milchprodukte"), # cottage cheese ("Fetakäse", "Käse, Fetakäse", "Milchprodukte"), # feta cheese ("Ziegenkäse", "Käse, Ziegenkäse", "Milchprodukte"), # fresh cheese white goat ("Schaffskäse", "Schaffskäse", "Milchprodukte"), # sheeps cheese ("Emmentaler", "Käse, Emmentalerkäse", "Milchprodukte"), # emmental ("Mozzarella", "Käse, Mozzarella", "Milchprodukte"), # mozzarella cheese ("Parmesan", "Käse, Parmesan", "Milchprodukte"), # parmesan cheese ("Provolone", "Käse, Provolone", "Milchprodukte"), # provolone cheese ("Ricotta", "Käse, Ricotta", "Milchprodukte"), # ricotta cheese ("Gouda", "Käse, Gouda", "Milchprodukte"), # cheese Gouda ("Brie", "Käse, Brie", "Milchprodukte"), # cheese Brie ("Streichkäse", "Käse, Steich", "Milchprodukte"), # spreading cheese ("Philladelphia", "Käse, Philladelphia", "Milchprodukte"), # philladelphia cheese ## h e i ß e G e t r ä n k e ("schwarzer Tee", "Tee, schwarzer", "Getränke, heiß"), # black tea ("gemahlener Kaffee, ", "Kaffee, gemahlener", "Getränke, heiß"), # ground coffee ("gemahler entkoffeinierter Kaffee", "Kaffee, gemahlener entkoffeinierter", "Getränke, heiß"), # decaff ground coffee ("Kaffeefilter", "Kaffeefilter", "Getränke, heiß"), # coffee filters ("Kakao", "Kakao", "Getränke, heiß"), # drinking chocolate ("Carokaffee", "Carokaffee", "Getränke, heiß"), # caro coffee ("Früchtetee, ", "Tee, Früchtetee", "Getränke, heiß"), # fruit tea ("Pfefferminztee", "Tee, Pfefferminztee", "Getränke, heiß"), # peppermint tea ("Hagebuttentee", "Tee, Hagebuttentee", "Getränke, heiß"), # rosehip tea ("Kamillentee", "Tee, Kamillentee", "Getränke, heiß"), # camomile tea ("Fencheltee", "Tee, Fencheltee", "Getränke, heiß"), # fenchel tea ("Rotbuschtee", "Tee, Rotbuschtee", "Getränke, heiß"), # roobusch tea ("Kräutertee", "Tee, Kräutertee", "Getränke, heiß"), # herb tea ("grüner Tee", "Tee, grüner", "Getränke, heiß"), # green tea ("Yogitee", "Tee, Yogitee", "Getränke, heiß"), # yogi (ayurvedic) tea ## F l u ß i g k e i t e n ("Tafelessig", "Essig, Tafel-", "Flüssigkeiten"), # table vinegar ("Obstessig", "Essig, Obst-", "Flüssigkeiten"), # table vinegar ("Balsamico-Essig", "Essig, Balsamico-", "Flüssigkeiten"), # balsamic vinegar ("Sonnenblumenöl", "Öl, Sonnenblumenöl", "Flüssigkeiten"), # sunflower oil ("Olivenöl", "Öl, Olivenöl", "Flüssigkeiten"), # olive oil ("Sesamöl", "Öl, Sesamöl", "Flüssigkeiten"), # sesame oil ("Pflanzenöl", "Öl, Pflanzenöl", "Flüssigkeiten"), # vegetable oil ("Sojaöl", "Öl, Sojaöl", "Flüssigkeiten"), # soya oil ("Weißwein", "Wein, weiß", "Flüssigkeiten"), # white wine ("Rotwein", "Wein, rot", "Flüssigkeiten"), # red wine ## t h i n g y o u s h o u l d h a v e a t h o m e ("Wasser", "Wasser", "Flüssigkeiten"), # water ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. # Each unit is of the following format: # (u"unit1",u"unit2"):conversion_factor, where unit1 contains conversion_factor X unit2 # For example: 1 cup has 16 tablespoons. CONVERTER_TABLE = { ("Tasse", "EL"): 16, ("EL", "TL"): 3, ("pt.", "Tasse"): 2, ("qt.", "Tasse"): 4, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("oz.", "g"): 28.35, ("kg", "g"): 1000, ("g", "mg"): 1000, ("TL", "Tröpchen"): 76, ("Dose, mittel", "g"): 400, ("Dose, groß", "g"): 800, ("Dose, klein", "g"): 200, ("lb.", "oz."): 16, ("l", "qt."): 1.057, } # DENSITIES of common foods. This allows us to convert between mass and volume. # Translators: You may be best off translating the food names below, since lists # of food densities can be hard to come by! DENSITY_TABLE = { "Wasser": 1, # water "Traubensaft": 1.03, # juice, grape "Bouillon, gemüse": 1, # vegetable broth "Bouillon, hühner": 1, # broth, chicken "Milch": 1.029, # milk "Milch entier": 1.029, # milk, whole "Milch, fettarm": 1.033, # milk, skim "Milch 2%": 1.031, # milk, 2% "Milch 1%": 1.03, # milk, 1% "Kokosmilch": 0.875, # coconut milk "Buttermilch": 1.03, # buttermilk "Sahne riche": 0.994, # heavy cream "Sahne légère": 1.012, # light cream "Sahne 11,5%": 1.025, # half-and-half "Honig": 1.420, # honey "Zucker": 1.550, # sugar, white "Salz": 2.165, # salt "Butter": 0.911, # butter "Pflanzen Öl": 0.88, # oil, vegetable "Oliven Öl": 0.88, # oil, olive "Sonnenblumen Öl": 0.88, # oil, corn "Sesam Öl": 0.88, # oil, sesame "Mehl": 0.6, # flour, all purpose "Vollkornmehl": 0.6, # flour, whole wheat "Stärke": 0.6, # corn starch "Zucker en poudre": 0.6, # sugar, powdered "Zucker glace": 0.6, # sugar, confectioners } ### ORIGINAL TABLES FROM ENGLISH # Standard unit names and alternate unit names that might appear. For # example: u"c." is our standard abbreviation for cup. u"cup",u"c." or # u"cups" might appear in a recipe we are importing. Each item of this # list looks like this: # # [u"standard", [u"alternate1",u"alternate2",u"alternate3",...]] # # The first item should be the preferred abbreviation # The second item should be the full name of the unit # e.g. [u"c.", [u"cup",...]] # UNITS = [ ("ml", ["Milliliter", "milliliter", "Milliliters", "milliliters", "ml", "ml."]), ("cl", ["Centiliter", "centiliter", "Centiliters", "centiliters", "cl", "cl."]), ("dl", ["Deciliter", "deciliter", "Deciliters", "deciliters", "dl", "dl."]), ("l", ["Liter", "Liters", "liter", "liters", "l.", "lit.", "l"]), ("g", ["Gramm", "Gramme", "gramm", "gramme", "g.", "g", "gram", "grams"]), ("mg", ["Milligramm", "milligramm", "Milligramme", "milligramme", "mg.", "mg", "milligram", "milligrams"]), ("kg", ["Kilogramm", "kilogramm", "Kilogramme", "kilogramme", "kg.", "kg", "kilogram", "kilograms"]), ("cm", ["Centimeter", "centimeter", "Centimeters", "centimeters", "cm", "cm."]), ("mm", ["Millimeter", "millimeter", "Millimeters", "millimeters", "mm", "mm."]), ("m", ["Meter", "meter", "Meters", "meters", "m", "m."]), ("Tröpfchen", ["Tröpfchen", "tröpfchen", "troepfchen", "Troepfchen", "drop", "drops"]), ("TL", ["Teelöffel", "Teelöffeln", "teelöffel", "teelöffeln", "tl", "TL", "tsp", "tsp.", "tea spoon", "teaspoon"]), ("EL", ["Esslöffel", "Esslöffeln", "esslöffel", "esslöffeln", "el", "EL", "tbs", "tbsp", "tbs.", "tbsp.", "table spoon", "tablespoon"]), ("Tasse", ["Tasse", "Tassen", "tasse", "tassen", "cup", "c.", "cups", "Glas", "glas", "Glass", "glass"]), ("Becher", ["Becher", "becher"]), ("St.", ["St.", "Stück", "Stücke", "Stueck", "Stuecke", "Mal", "stück", "stücke", "stueck", "stuecke", "mal", "piece", "pieces", "St", "st"]), ("Dose, mittel", ["Dose, mittel", "dose, mittel", "mittlere Dose", "mittlere dose"]), ("Dose, groß", ["Dose, groß", "dose, groß", "größe Dose", "größe dose"]), ("Dose, klein", ["Dose, klein", "dose, klein", "kleine Dose", "kleine dose"]), ("Zeh", ["Zeh", "Zehen", "zeh", "zehen"]), # garlic ("Paket", ["Paket", "Pakete", "paket", "pakete", "Packung", "packung", "pack"]), ("Prise", ["Prise", "Prisen", "prise", "prisen"]), # pinch ("Bund", ["Bund", "Bunde", "bund", "bunde"]), # bunch ("lb.", ["Pfund", "pfund", "pound", "pounds", "lb", "lb.", "lbs."]), ("oz.", ["ounce", "ounces", "oz", "oz."]), ("qt.", ["quart", "qt.", "quarts"]), ("pt.", ["pint", "pt.", "pints"]), ("gallon", ["gallon", "gallons", "gal."]), ] METRIC_RANGE = (1, 999) # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). # (User choice not implemented yet) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], "imperial weight": [ ("oz.", (0.25, 32)), ("lb.", (0.25, None)), ], "imperial volume": [("Tröpfchen", (0, 3)), ("TL", (0.125, 3)), ("EL", (1, 4)), ("Tasse", (0.25, 6)), ("pt.", (1, 1)), ("qt.", (1, 3))], } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt.", "lb."): ("density", 1), ("EL", "oz."): ("density", 0.5), ("Tasse", "oz."): ("density", 8), ("l", "kg"): ("density", 1), ("ml", "g"): ("density", 1), } # The units here need to correspond to the standard unit names defined # in UNITS. These are some core conversions from mass-to-volume, # assuming a density of 1 (i.e. the density of water). VOL_TO_MASS_TABLE = { ("pt.", "lb."): 1, ("tbs.", "oz."): 0.5, ("c.", "oz."): 8, ("pt.", "oz."): 16, ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } ### From translator : ### FRENCH PART TO BE REVISED !!! US units != UK units != Canadian units !!! ### I will work on these later... # VOL_TO_MASS_TABLE = { # (u"chop",u"lb") : 1, #(warning, might not be accurate, see below) # (u"c. à table",u"oz") : 0.5, # (u"tasse",u"oz") : 8, # (u"chop",u"oz") : 20, #(warning, modified, see u"chopine" in granddictionnaire) # (u"ml",u"g") : 1, # (u"ml",u"mg") : 1000, # (u"ml",u"kg"): 0.001, # (u"cl",u"kg"): 0.01, # (u"cl",u"g") : 10, # (u"dl",u"kg") : 0.1, # (u"dl",u"g") : 100, # (u"l",u"kg") : 1} # TIME ABBREVIATIONS (this is new!) TIME_ABBREVIATIONS = {"sec": "Sek.", "min": "Min.", "hr": "Std."} IGNORE = [ "und", "mit", "von", "für", "kalt", "kalter", "kalte", "kaltes", "kalten", "warm", "warmer", "warme", "warmes", "warmen", "dünn", "dünner", "dünne", "dünnes", "dünnen", "dick", "dicker", "dicke", "dickes", "dicken", ] NUMBERS: Mapping[float, Collection[str]] = {} # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in u"tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". @staticmethod def guess_singulars(s): # Note - German, here we're not only going to try to make nouns singular, # we could also get an adjective, so lets also take the adjectival endings off if len(s) < 3: return [] ret = [] if s[-1] == "n": if s[-2] == "e": ret.append(s[0:-2]) # try chopping off 'en' if (s[-2] != "u") & (s[-2] != "o") & (s[-2] != "a") & (s[-2] != "i"): ret.append(s[0:-1]) # try chopping off the n if s[-1] == "s": ret.append(s[0:-1]) # try chopping off the s if s[-2] == "e": ret.append(s[0:-2]) # try chopping off 'es' if s[-1] == "e": ret.append(s[0:-1]) # try chopping off the 'e' if (s[-1] == "r") & (s[-2] == "e"): ret.append(s[0:-2]) # try chopping off the 'er' return ret @staticmethod def guess_plurals(s): # Ditto above, assume this could also be an adjective, so try adding the common agreements return [s + "n", s + "en", s + "e", s + "er", s + "s", s + "es"] gourmand-1.2.0/src/gourmand/defaults/defaults_en.py000066400000000000000000001272361510115424500224140ustar00rootroot00000000000000# -*- coding: utf-8 -*- # # we set up default information for our locale. # Translators should use this file as the basis of their translation. # Copy this file and rename it for you locale. # # For example, Spanish uses: # defaults_es.py # # British English uses: # defaults_en_GB.py # # Please fill in the below fields: # Language: English # Translator: None (English is our default language). # Last-updated: 4/27/05 # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! # only translate the items in the list [..] (and feel free to create # categories that make sense for your locale -- no need to translate # these ones). DO NOT translate 'cuisine','rating','source' or # 'category' # The below are Gourmet's standard fields and the default categories for them. # Do not translate the field names ('cuisine','rating','source,'category'). # Instead, fill in the list with categories that make sense for your locale. # Feel free to change the number or content of categories to be consistent # with what users in your locale are likely to be familiar with. from typing import Any, List, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): fields = { "cuisine": [ "American", "Italian", "French", "Mexican", "Southwestern", "Asian/Thai", "Asian/Vietnamese", "Asian/Chinese", "Asian/Japanese", "Asian/Indian", ], "rating": ["Excellent", "Great", "Good", "Fair", "Poor"], "source": [], "category": ["Dessert", "Entree", "Salad", "Soup", "Breakfast"], "yield_unit": [ "servings", "cups", "pints", "gallons", "ounces", "cookies", "crusts", ], } # In English, there are a heck of a lot of synonyms. This is a list # for those synonyms. ["preferred word","alternate word","alternate word"] # If there are none of these that you can think of in your language, just # set this to: # SYNONYMS=[] SYNONYMS = [ # the first item of each list is the default ["arugula", "rocket"], ["azuki beans", "adzuki beans", "adzuki", "azuki"], ["beet", "beetroot"], ["bell pepper, green", "green pepper", "bell pepper", "green bell pepper", "pepper"], ["black cod", "sablefish"], ["bok choy", "chinese leaves"], ["chilean sea bass", "patagonian toothfish"], ["chilli pepper", "capsicum"], ["chokeberry", "cooking apple"], ["cilantro", "coriander"], ["collard greens", "spring greens"], ["corn", "sweetcorn", "maize", "sweet corn"], ["dragonfruit", "pitaya"], ["eggplant", "aubergine"], ["flour, all purpose", "flour, all-purpose", "flour", "white flour"], ["jackfruit", "nangka"], ["juneberry", "saskatoon"], ["kiwi fruit", "chinese gooseberry"], ["langsat", "longkong", "duku"], ["mamoncillo", "quenepa", "genip"], ["nannyberry", "sheepberry"], ["red bell pepper", "red pepper"], ["rose apple", "malay apple"], ["rutabaga", "swede"], ["salak", "snakefruit"], ["sapodilla", "chiku", "sapadilla", "snake fruit", "sawo"], ["scallion", "green onion", "spring onion"], ["snap peas", "mangetout"], ["soursop", "guanabana"], ["start fruit", "carambola"], ["sugar, granulated", "sugar"], ["sunberry", "wonderberry"], ["velvet persimmon", "mabolo"], ["zucchini", "courgette"], ] # A DICTIONARY CONTAINING INGREDIENT KEYS AND NDBNO for the USDA # nutritional database. For these items, we will have nutritional # information by default. NUTRITIONAL_INFO: Mapping[str, Any] = {} # a dictionary for ambiguous words. # key=ambiguous word, value=list of possible non-ambiguous terms # # Translators: if you have a word that has more than one food meaning # in your language, you can add an entry as follow # AMBIGUOUS = { # 'word':['meaning1','meaning2','meaning3'], # } AMBIGUOUS: Mapping[str, List[str]] = {} # triplicates ITEM, KEY, SHOPPING CATEGORY # These will be defaults. # They should include whatever foods might be standard for your # locale, with whatever sensible default categories you can think of # (again, thinking of your locale, not simply translating what I've # done). # Items provided here will automatically be recognized and go onto the # given category in a user's shopping list by default. # Don't feel obligated to translate every item -- especially since not # all items will be common for all locales. However, the more items # you can put here, the more the user will get the sense that gourmet # "knows" about foods that they enter. # I generated the below list using the wikipedia entry on foods as my # starting point. You may want to do something similar for your # locale. Also, if the syntax of the below is too complicated, you # can send me a list of category headings and ingredients for your # locale and I'll do the necessary formatting INGREDIENT_DATA = [ ("alfalfa sprouts", "alfalfa sprouts", "produce"), ("anise", "anise", "produce"), ("artichoke", "artichoke", "produce"), ("arugula", "arugula", "produce"), ("asparagus", "asparagus", "produce"), ("eggplant", "eggplant", "produce"), ("avocado", "avocado", "produce"), ("green beans", "green beans", "produce"), ("azuki beans", "azuki beans", "produce"), ("bean sprouts", "bean sprouts", "produce"), ("black beans", "black beans", "produce"), ("black-eyed peas", "black-eyed peas", "produce"), ("borlotti beans", "borlotti beans", "produce"), ("broad beans", "broad beans", "produce"), ("chickpeas, garbanzos, or ceci beans", "chickpeas, garbanzos, or ceci beans", "produce"), ("green beans", "green beans", "produce"), ("kidney beans", "kidney beans", "produce"), ("lentils", "lentils", "produce"), ("lima bean", "butter bean", "produce"), ("mung beans", "mung beans", "produce"), ("navy beans", "navy beans", "produce"), ("runner beans", "runner beans", "produce"), ("soybeans", "soybeans", "produce"), ("peas", "peas", "produce"), ("snap peas", "snap peas", "produce"), ("bok choy", "bok choy", "produce"), ("breadfruit", "breadfruit", "produce"), ("broccoflower", "broccoflower", "produce"), ("broccoli", "broccoli", "produce"), ("brussels sprouts", "brussels sprouts", "produce"), ("cabbage", "cabbage", "produce"), ("calabrese", "calabrese", "produce"), ("cauliflower", "cauliflower", "produce"), ("celery", "celery", "produce"), ("chard", "chard", "produce"), ("cilantro", "cilantro", "produce"), ("collard greens", "collard greens", "produce"), ("corn salad", "corn salad", "produce"), ("endive", "endive", "produce"), ("fennel", "fennel", "produce"), ("fiddleheads", "fiddleheads", "produce"), ("frisee", "frisee", "produce"), ("kale", "kale", "produce"), ("kohlrabi", "kohlrabi", "produce"), ("lemon grass", "lemon grass", "produce"), ("lettuce lactuca sativa", "lettuce lactuca sativa", "produce"), ("corn", "corn", "produce"), ("mushrooms", "mushrooms", "produce"), ("mustard greens", "mustard greens", "produce"), ("nettles", "nettles", "produce"), ("new zealand spinach", "new zealand spinach", "produce"), ("okra", "okra", "produce"), ("onion family", "onion family", "produce"), ("chives", "chives", "produce"), ("garlic", "garlic", "produce"), ("leek allium porrum", "leek allium porrum", "produce"), ("onion", "onion", "produce"), ("shallot", "shallot", "produce"), ("scallion", "scallion", "produce"), ("parsley", "parsley", "produce"), ("green pepper", "bell pepper, green", "produce"), ("red bell pepper", "bell pepper, red", "produce"), ("chilli pepper", "chilli pepper", "produce"), ("jalapeño pepper", "pepper, jalapeño", "produce"), ("habañero pepper", "pepper, habañero", "produce"), ("radicchio", "radicchio", "produce"), ("rapini", "rapini", "produce"), ("rhubarb", "rhubarb", "produce"), ("root vegetables", "root vegetables", "produce"), ("beet", "beet", "produce"), ("carrot", "carrot", "produce"), ("cassava (manioc)", "cassava (manioc)", "produce"), ("celeriac", "celeriac", "produce"), ("daikon", "daikon", "produce"), ("fennel", "fennel", "produce"), ("ginger", "ginger", "produce"), ("parsnip", "parsnip", "produce"), ("radish", "radish", "produce"), ("rutabaga", "rutabaga", "produce"), ("turnip", "turnip", "produce"), ("wasabi", "wasabi", "produce"), ("white radish", "white radish", "produce"), ("skirret", "skirret", "produce"), ("spinach", "spinach", "produce"), ("acorn squash", "squash, acorn", "produce"), ("butternut squash", "squash, butternut", "produce"), ("zucchini", "zucchini", "produce"), ("cucumber", "cucumber", "produce"), ("gem squash", "squash, gem", "produce"), ("patty pans", "patty pans", "produce"), ("pumpkin", "pumpkin", "produce"), ("spaghetti squash", "squash, spaghetti", "produce"), ("tat soi", "tat soi", "produce"), ("tomato", "tomato", "produce"), ("jicama", "jicama", "produce"), ("jerusalem artichoke", "jerusalem artichoke", "produce"), ("potato", "potato", "produce"), ("sweet potato", "sweet potato", "produce"), ("taro", "taro", "produce"), ("yam", "yam", "produce"), ("water chestnut", "water chestnut", "produce"), ("watercress", "watercress", "produce"), # fruits, from wikipedia list ("apple", "apple", "produce"), ("green apple", "green apple", "produce"), ("crabapple", "crabapple", "produce"), ("chokeberry", "chokeberry", "produce"), ("hawthorn", "hawthorn", "produce"), ("juneberry", "juneberry", "produce"), ("loquat", "loquat", "produce"), ("medlar", "medlar", "produce"), ("pomegranate", "pomegranate", "produce"), ("quince", "quince", "produce"), ("rowan", "rowan", "produce"), ("rose hip", "rose hip", "produce"), ("apricot", "apricot", "produce"), ("cherry", "cherry", "produce"), ("plum", "plum", "produce"), ("peach", "peach", "produce"), ("nectarine", "nectarine", "produce"), ("blackberry", "blackberry", "produce"), ("boysenberry", "boysenberry", "produce"), ("raspberry", "raspberry", "produce"), ("cloudberry", "cloudberry", "produce"), ("wineberry", "wineberry", "produce"), ("bearberry", "bearberry", "produce"), ("bilberry", "bilberry", "produce"), ("blueberry ", "blueberry ", "produce"), ("cranberry ", "cranberry ", "produce"), ("huckleberry ", "huckleberry ", "produce"), ("lingonberry", "lingonberry", "produce"), ("barberry ", "barberry ", "produce"), ("red currant", "currant, red", "produce"), ("black currant", "currant, black", "produce"), ("white currant", "currant, white", "produce"), ("elderberry ", "elderberry ", "produce"), ("gooseberry ", "gooseberry ", "produce"), ("nannyberry", "nannyberry", "produce"), ("sea-buckthorn", "sea-buckthorn", "produce"), ("wolfberry", "wolfberry", "produce"), ("crowberry", "crowberry", "produce"), ("mulberry", "mulberry", "produce"), ("goumi", "goumi", "produce"), ("kiwi fruit ", "kiwi fruit ", "produce"), ("persimmon ", "persimmon ", "produce"), ("buffaloberry", "buffaloberry", "produce"), ("pawpaw", "pawpaw", "produce"), ("american persimmon", "american persimmon", "produce"), ("prickly pear ", "prickly pear ", "produce"), ("saguaro", "saguaro ", "produce"), ("pitaya", "pitaya", "produce"), ("cantaloupe", "cantaloupe", "produce"), ("honeydew", "honeydew", "produce"), ("sunberry", "sunberry", "produce"), ("watermelon ", "watermelon ", "produce"), ("strawberry ", "strawberry ", "produce"), ("angelica", "angelica", "produce"), ("rhubarb", "rhubarb", "produce"), ("fig ", "fig ", "produce"), ("grape", "grape", "produce"), ("jujube", "jujube", "produce"), ("black mulberry", "black mulberry", "produce"), ("pomegranate", "pomegranate", "produce"), ("date", "date", "produce"), ("citron", "citron", "produce"), ("grapefruit", "grapefruit", "produce"), ("pommelo", "pommelo", "produce"), ("key lime", "key lime", "produce"), ("kumquat", "kumquat", "produce"), ("lemon", "lemon", "produce"), ("lime", "lime", "produce"), ("mandarin", "mandarin", "produce"), ("clementine", "clementine", "produce"), ("tangelo", "tangelo", "produce"), ("tangerine", "tangerine", "produce"), ("orange", "orange", "produce"), ("ugli fruit", "ugli fruit", "produce"), ("guava ", "guava ", "produce"), ("longan", "longan", "produce"), ("lychee", "lychee", "produce"), ("passion fruit", "passion fruit", "produce"), ("feijoa", "feijoa", "produce"), ("akee", "akee", "produce"), ("banana", "banana", "produce"), ("plantain", "plantain", "produce"), ("breadfruit", "breadfruit", "produce"), ("camucamu", "camucamu", "produce"), ("star fruit", "star fruit", "produce"), ("cempedak", "cempedak", "produce"), ("cherimoya", "cherimoya", "produce"), ("coconut", "coconut", "produce"), ("custard apple", "custard apple", "produce"), ("dragonfruit", "dragonfruit", "produce"), ("durian", "durian", "produce"), ("guarana", "guarana", "produce"), ("jackfruit", "jackfruit", "produce"), ("keppel fruit", "keppel fruit", "produce"), ("langsat", "langsat", "produce"), ("velvet persimmon", "velvet persimmon", "produce"), ("mamey sapote", "mamey sapote", "produce"), ("mamoncillo", "mamoncillo", "produce"), ("mango", "mango", "produce"), ("mangosteen", "mangosteen", "produce"), ("marang", "marang", "produce"), ("papaya", "papaya", "produce"), ("peanut butter fruit", "peanut butter fruit", "produce"), ("pineapple", "pineapple", "produce"), ("poha", "poha", "produce"), ("rambutan", "rambutan", "produce"), ("rose apple", "rose apple", "produce"), ("salak", "salak", "produce"), ("sapodilla", "sapodilla", "produce"), ("soursop", "soursop", "produce"), ("sugar apple", "sugar apple", "produce"), ("tamarind", "tamarind", "produce"), ## seafood, from wikipedia list ("anchovy", "anchovy", "seafood"), ("bass", "bass", "seafood"), ("striped bass", "striped bass", "seafood"), ("black cod", "black cod", "seafood"), ("blowfish", "blowfish", "seafood"), ("catfish", "catfish", "seafood"), ("cod", "cod", "seafood"), ("eel", "eel", "seafood"), ("flounder", "flounder", "seafood"), ("haddock", "haddock", "seafood"), ("halibut", "halibut", "seafood"), ("lingcod", "lingcod", "seafood"), ("mahi mahi", "mahi mahi", "seafood"), ("monkfish", "monkfish", "seafood"), ("orange roughy", "orange roughy", "seafood"), ("chilean sea bass", "chilean sea bass", "seafood"), ("pike", "pike", "seafood"), ("pollock", "pollock", "seafood"), ("sanddab", "sanddab", "seafood"), ("sardine", "sardine", "seafood"), ("salmon", "salmon", "seafood"), ("sea bass", "sea bass", "seafood"), ("shark", "shark", "seafood"), ("snapper", "snapper", "seafood"), ("rockfish", "rockfish", "seafood"), ("rock cod", "rock cod", "seafood"), ("pacific snapper", "pacific snapper", "seafood"), ("red snapper", "red snapper", "seafood"), ("sole", "sole", "seafood"), ("sturgeon", "sturgeon", "seafood"), ("surimi", "surimi", "seafood"), ("swordfish", "swordfish", "seafood"), ("tilapia", "tilapia", "seafood"), ("tilefish", "tilefish", "seafood"), ("trout", "trout", "seafood"), ("tuna", "tuna", "seafood"), ("whitefish", "whitefish", "seafood"), ("whiting", "whiting", "seafood"), ("roe", "roe", "seafood"), ("caviar", "caviar", "seafood"), ("salmon roe", "salmon roe", "seafood"), ("crab", "crab", "seafood"), ("dungness crab", "dungness crab", "seafood"), ("king crab", "king crab", "seafood"), ("snow crab", "snow crab", "seafood"), ("crayfish", "crayfish", "seafood"), ("lobster", "lobster", "seafood"), ("shrimp", "shrimp", "seafood"), ("prawns", "prawns", "seafood"), ("abalone", "abalone", "seafood"), ("clam", "clam", "seafood"), ("mussel", "mussel", "seafood"), ("octopus", "octopus", "seafood"), ("oyster", "oyster", "seafood"), ("snail", "snail", "seafood"), ("squid", "squid", "seafood"), ("scallop", "scallop", "seafood"), ## meats (garnered from wikipedia lists) ("bacon", "bacon", "meats"), ("chorizo", "chorizo", "meats"), ("fuet", "fuet", "meats"), ("salami", "salami", "meats"), ("ham", "ham", "meats"), ("mutton", "mutton", "meats"), ("lamb", "lamb", "meats"), ("veal", "veal", "meats"), ("steak", "steak", "meats"), ("hamburger", "hamburger", "meats"), ("roast beef", "roast beef", "meats"), ("chicken", "chicken", "meats"), ("turkey", "turkey", "meats"), ("duck", "duck", "meats"), ("goose", "goose", "meats"), ## my old list ("tamarind water", "tamarind water", "international"), ("tamarind juice", "tamarind juice", "international"), ("vegetable broth", "broth, vegetable", "soups&sauces"), ( "fresh basil", "basil, fresh", "produce", ), ( "light sugar brown", "sugar, light brown", "baking", ), ( "balsamic vinegar", "vinegar, balsamic", "wines&oils", ), ( "zuchini", "zuchini", "produce", ), ( "avocado", "avocado", "produce", ), ( "walnut", "walnut", "baking", ), ( "celery", "celery", "produce", ), ( "coriander seeds", "coriander, seeds", "spices", ), ( "provolone cheese", "cheese, provolone", "dairy", ), ( "galanga", "galanga", "produce", ), ( "couscous", "couscous", "pastas", ), ( "rice", "rice", "pastas", ), ( "flour tortillas", "tortillas, flour", "dairy", ), ( "olive oil", "oil, olive", "wines&oils", ), ( "vanilla extract", "vanilla extract", "baking", ), ( "red potato-skinned", "potato, red-skinned", "produce", ), ( "powdered ginger", "ginger, powdered", "spices", ), ( "roasted chili paste", "roasted chili paste", "international", ), ( "curry powder", "curry powder", "spices", ), ( "dried shrimp", "shrimp, dried", "international", ), ( "dijon mustard", "mustard, dijon", "condiments", ), ( "whole rock cod or snapper", "whole rock cod or snapper", "seafood", ), ( "shells pasta", "pasta, shells", "pastas", ), ( "green canned chiles", "green chiles, canned", "international", ), ( "nutmeg", "nutmeg", "spices", ), ( "sourdough bread", "bread, sourdough", "bread", ), ( "corn oil", "oil, corn", "wines&oils", ), ( "lemon grass", "lemon grass", "produce", ), ( "feta cheese", "cheese, feta", "dairy", ), ( "jack cheese", "cheese, jack", "dairy", ), ( "grape tomato", "tomato, grape", "produce", ), ( "cherry tomato", "tomato, cherry", "produce", ), ( "spaghetti", "spaghetti", "pastas", ), ( "cottage cheese", "cheese, cottage", "dairy", ), ( "white onion", "onion, white", "produce", ), ( "baking soda", "baking soda", "baking", ), ( "garam masala", "garam masala", "spices", ), ( "yogurt", "yogurt", "dairy", ), ( "monkfish", "monkfish", "seafood", ), ( "croutons", "croutons", "bread", ), ( "ground coriander", "coriander, ground", "spices", ), ( "chili powder", "chili powder", "spices", ), ( "curly lettuce leaf", "lettuce, curly leaf", "produce", ), ( "dark sugar brown", "sugar, dark brown", "baking", ), ( "rice vinegar", "vinegar, rice", "international", ), ( "pasta", "pasta", "pastas", ), ( "sesame oil", "oil, sesame", "wines&oils", ), ("water", "water", ""), ( "sour cream", "sour cream", "dairy", ), ( "orange juice", "orange juice", "produce", ), ( "spinach", "spinach", "produce", ), ( "stick cinnamon", "cinnamon, stick", "spices", ), ( "shrimp paste", "shrimp paste", "international", ), ( "ground cinnamon", "cinnamon, ground", "spices", ), ( "salad greens", "salad greens", "produce", ), ( "garlic", "garlic", "produce", ), ( "vegetable oil", "oil, vegetable", "wines&oils", ), ( "peanut butter", "peanut butter", "bread", ), ( "seeds ajowan", "ajowan, seeds", "spices", ), ( "apple", "apple", "produce", ), ( "cayenne", "cayenne", "spices", ), ( "arugula", "arugula", "produce", ), ( "linguine pasta", "pasta, linguine", "pastas", ), ( "scallion", "scallion", "produce", ), ( "egg", "egg", "dairy", ), ( "lime", "lime", "produce", ), ( "olives", "olives", "produce", ), ( "basil, thai fresh", "basil, fresh, thai", "produce", ), ( "bean sprouts", "bean sprouts", "produce", ), ( "ricotta cheese", "cheese, ricotta", "dairy", ), ( "parsley", "parsley", "produce", ), ( "acorn squash", "squash, acorn", "produce", ), ( "yellow onion", "onion, yellow", "produce", ), ( "chiles, dried red", "chiles, red, dried", "produce", ), ( "portobello mushroom", "mushroom, portobello", "produce", ), ( "nappa cabbage", "cabbage, nappa", "produce", ), ( "lime leaves", "lime leaves", "produce", ), ( "butter", "butter", "dairy", ), ( "bell red pepper", "bell pepper, red", "produce", ), ( "mushroom", "mushroom", "produce", ), ( "shallot", "shallot", "produce", ), ( "cheddar cheese", "cheese, cheddar", "dairy", ), ( "mozzarella cheese", "cheese, mozzarella", "dairy", ), ( "squash", "squash", "produce", ), ( "fish sauce", "fish sauce", "international", ), ( "green curry paste", "green curry paste", "international", ), ( "curly endive", "endive, curly", "produce", ), ( "granulated sugar", "sugar, granulated", "baking", ), ( "fresh cheese white goat", "cheese, fresh white goat", "dairy", ), ( "cilantro stems", "cilantro stems", "produce", ), ( "yellow cornmeal", "cornmeal, yellow", "baking", ), ( "paprika", "paprika", "spices", ), ( "chocolate chips", "chocolate chips", "baking", ), ( "star anise", "star anise", "spices", ), ( "brown sugar", "sugar, brown", "baking", ), ( "roasted peanuts", "peanuts, roasted", "produce", ), ( "fresh cilantro", "cilantro, fresh", "produce", ), ( "honey", "honey", "baking", ), ( "russet potato", "potato, russet", "produce", ), ( "lemon juice", "lemon juice", "produce", ), ( "carrot", "carrot", "produce", ), ( "penne pasta", "pasta, penne", "pastas", ), ( "red onion", "onion, red", "produce", ), ( "shredded coconut", "coconut, shredded", "baking", ), ( "peppered linguini", "linguini, peppered", "pastas", ), ( "milk", "milk", "dairy", ), ( "tahitian squash", "squash, tahitian", "produce", ), ( "baking powder", "baking powder", "baking", ), ( "tomato sauce", "tomato sauce", "soups&sauces", ), ( "seeds mustard", "mustard, seeds", "spices", ), ( "flat rice flour noodles", "flat rice flour noodles", "international", ), ( "parmesan cheese", "cheese, parmesan", "pastas", ), ( "mayonnaise", "mayonnaise", "bread", ), ( "leek", "leek", "produce", ), ( "zucchini", "zucchini", "produce", ), ( "smoked cheese Gouda", "cheese, smoked Gouda", "dairy", ), ( "lime juice", "lime juice", "produce", ), ( "coconut milk", "coconut milk", "international", ), ( "eggs", "egg", "dairy", ), ( "salmon", "salmon", "seafood", ), ( "lasagna pasta noodles", "pasta, lasagna noodles", "pastas", ), ( "all purpose flour", "flour, all purpose", "baking", ), ( "flour", "flour, all purpose", "baking", ), ( "all-purpose flour", "flour, all purpose", "baking", ), ( "ground cumin", "cumin, ground", "spices", ), ( "cucumber", "cucumber", "produce", ), ( "salsa", "salsa", "international", ), ( "broccoli", "broccoli", "produce", ), ( "rolled oats", "rolled oats", "pastas", ), ( "tomato", "tomato", "produce", ), ( "potato", "potato", "produce", ), ( "white wine", "wine, white", "wines&oils", ), ( "black ground pepper", "black pepper, ground", "spices", ), ( "seeds cumin", "cumin, seeds", "spices", ), ( "soy sauce", "soy sauce", "international", ), ( "sesame seeds", "sesame seeds", "international", ), ( "radicchio", "radicchio", "produce", ), ( "salt", "salt", "baking", ), ( "fresh ginger", "ginger, fresh", "produce", ), ( "turmeric", "turmeric", "spices", ), ( "chicken breast", "chicken, breast", "meats", ), ( "whole chicken", "chicken, whole", "meats", ), ( "chicken leg", "chicken, leg", "meats", ), ( "beef", "beef", "meats", ), ( "ground beef", "beef, ground", "meats", ), ( "pork", "pork", "meats", ), ( "turkey", "turkey", "meats", ), ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. # Each unit is of the following format: # ("unit1","unit2"):conversion_factor, where unit1 contains conversion_factor X unit2 # For example: 1 cup has 16 tablespoons. CONVERTER_TABLE = { ("c", "Tbs"): 16, ("lb", "oz"): 16, ("Tbs", "tsp"): 3, ("pt", "c"): 2, ("qt", "c"): 4, ("gallon", "qt"): 4, ("l", "qt"): 1.057, ("Japanese cup", "ml"): 200, ("metric cup", "ml"): 250, ("Imperial cup", "ml"): 284.130625, ("Imperial pint", "oz"): 20, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("oz", "g"): 28.35, ("fl oz", "Tbs"): 2, ("kg", "g"): 1000, ("g", "mg"): 1000, ("tsp", "drop"): 76, ("oz", "dram"): 16, ("dram", "grains"): 27.34375, ("peck", "gallon"): 2, ("bucket", "peck"): 2, ("bushel", "bucket"): 2, ("lb", "grains"): 7000, } # DENSITIES of common foods. This allows us to convert between mass and volume. # Translators: You may be best off translating the food names below, since lists # of food densities can be hard to come by! DENSITY_TABLE = { "water": 1, "juice, grape": 1.03, "vegetable broth": 1, "broth, vegetable": 1, "broth, chicken": 1, "milk": 1.029, "milk, whole": 1.029, "milk, skim": 1.033, "milk, 2%": 1.031, "milk, 1%": 1.03, "coconut milk": 0.875, "buttermilk": 1.03, "heavy cream": 0.994, "light cream": 1.012, "half and half": 1.025, "honey": 1.420, "sugar, granulated": 0.9, "salt": 2.165, "butter": 0.911, "oil, vegetable": 0.88, "oil, olive": 0.88, "oil, corn": 0.88, "oil, sesame": 0.88, "flour, all purpose": 0.55, "flour, whole wheat": 0.53, "corn starch": 0.6, "sugar, powdered": 0.6, "sugar, confectioners": 0.6, } # Standard unit names and alternate unit names that might appear. For # example: "c." is our standard abbreviation for cup. "cup","c." or # "cups" might appear in a recipe we are importing. Each item of this # list looks like this: # # ["standard", ["alternate1","alternate2","alternate3",...]] # # The first item should be the preferred abbreviation # The second item should be the full name of the unit # e.g. ["c.", ["cup",...]] # UNITS = [ ("", ["each", "eaches", "ea", "ea."]), ("bucket", ["bucket", "buckets", "bckt", "bckt."]), ("peck", ["peck", "pecks"]), ("bushel", ["bushel", "bushels", "bshl", "bshl.", "bsh", "bsh.", "bu", "bu."]), ("grains", ["grain", "grains"]), ("dram", ["dram", "drams"]), ("drop", ["drop", "drops"]), ("fl oz", ["fl oz", "fluid ounce", "fluid ounces", "fl ounces", "fl. ounces", "fl. oz", "fl oz.", "fl. oz."]), ( "tsp", [ "teaspoon", "teaspoons", "tea_spoon", "tea_spoons", "Teaspoon", "Teaspoons", "Tea_spoon", "Tea_spoons", "tsps", "tsps.", "Tsps", "Tsps.", "tsp", "tsp.", "Tsp", "Tsp.", "ts", "ts.", "Ts", "Ts.", "t", "t.", ], ), ( "Tbs", [ "tablespoon", "tablespoons", "table_spoon", "table_spoons", "Tablespoon", "Tablespoons", "Table_spoon", "Table_spoons", "tbsp", "tbsp.", "Tbsp", "Tbsp.", "tbs", "tbs.", "Tbs", "Tbs.", "tb", "tb.", "Tb", "Tb.", "T", "T.", ], ), ("lb", ["pound", "pounds", "lbs", "lbs.", "lb", "lb."]), ("oz", ["ounce", "ounces", "oz", "oz."]), ("c", ["cup", "cups", "c."]), ("qt", ["quart", "quarts", "qt.", "Qt", "Qt."]), ("pt", ["pint", "pints", "pt.", "Pt", "Pt."]), ("gallon", ["gallon", "gallons", "gal", "gal."]), ("ml", ["mililiter", "mililiters", "ml", "ml."]), ("cl", ["centiliter", "centiliters", "cl", "cl."]), ("dl", ["deciliter", "deciliters", "dl", "dl."]), ("l", ["liter", "liters", "lit.", "l", "l."]), ("g", ["grams", "gram", "g.", "g", "gr", "gr."]), ("mg", ["miligram", "miligrams", "mg", "mg."]), ("kg", ["kilogram", "kilograms", "kg", "kg."]), # These names aren"t really convertible, but we want them to # be recognized as units. ("small", ["small", "Small", "sm", "sm."]), ("medium", ["medium", "Medium", "med", "med.", "Med", "Med."]), ("large", ["large", "Large", "lg", "lg.", "Lg", "Lg."]), ("box", ["box", "Box", "bx"]), ("whole", ["whole", "whl", "wh."]), ("clove", ["clove", "cloves", "clv", "clv."]), ("can", ["can", "Can", "cn", "cn."]), ("head", ["head", "heads", "Head", "Heads", "hd", "hd."]), ("package", ["pkg.", "package", "Package", "packages", "Packages", "pkg", "Pkg.", "pack"]), ("slice", ["slice", "slices"]), ("bunch", ["bunch", "bunches"]), ] METRIC_RANGE = (1, 999) # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). # (User choice not implemented yet) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], "imperial weight": [ ("grains", (0, 27)), ("dram", (0.5, 15)), ("oz", (0.25, 32)), ("lb", (0.25, None)), ], "imperial volume": [ # ('drop',(0,3)), ("tsp", (0.125, 5.9)), ("Tbs", (1, 4)), ("c", (0.25, 8)), # ('pt',(1,1)), # ('qt',(1,3)), ("gallon", (1, None)), # ('peck',(1,2)), # ('bucket',(1,2)), # ('bushel',(1,None)), ("fl oz", (1, None)), ], } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt", "lb"): ("density", 1), ("Tbs", "oz"): ("density", 0.5), ("c", "oz"): ("density", 8), ("pt", "oz"): ("density", 16), ("ml", "g"): ("density", 1), ("oz", "fl oz"): ("density", 1), } # The units here need to correspond to the standard unit names defined # in UNITS. These are some core conversions from mass-to-volume, # assuming a density of 1 (i.e. the density of water). VOL_TO_MASS_TABLE = { ("pt", "lb"): 1, ("Tbs", "oz"): 0.5, ("c", "oz"): 8, ("pt", "oz"): 16, ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } # TIME ABBREVIATIONS (this is new!) TIME_ABBREVIATIONS = {"sec": "seconds", "min": "minutes", "hr": "hours"} # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". irregular_plurals = { "geese": "goose", } import re two_digit_plural_matcher = re.compile("[szxo]es$") one_digit_plural_matcher = re.compile("[^s]s$") v_plural_matcher = re.compile("ves") @staticmethod def guess_singulars(s): if len(s) < 3: return [] rets = [] if s in Language.irregular_plurals: rets.append(Language.irregular_plurals[s]) if Language.two_digit_plural_matcher.search(s): wrd = s[0:-2] if wrd not in rets: rets.append(wrd) if Language.v_plural_matcher.search(s): rets.append(s[0:-3] + "f") if Language.one_digit_plural_matcher.search(s): rets.append(s[0:-1]) return rets @staticmethod def guess_plurals(s): if not s: return [] ret = [s + "s", s + "es"] if s[-1] == "f": ret.append(s[0:-1] + "ves") return ret IGNORE = ["and", "with", "of", "for", "cold", "warm", "finely", "thinly", "roughly", "coarsely"] NUMBERS = { (1.0 / 8): ["eighth", "an eigth"], (1.0 / 4): ["quarter", "a quarter"], (3.0 / 4): ["three quarters"], (2.0 / 3): ["two thirds"], (1.0 / 3): ["third", "a third"], (1.0 / 2): ["one half", "a half", "half"], 1: ["an", "a", "one"], 2: ["two", "a couple", "a couple of", "a pair of"], 3: ["three"], 4: ["four"], 5: ["five"], 6: ["six"], 7: ["seven"], 8: ["eight"], 9: ["nine"], 10: ["ten"], 11: ["eleven"], 12: ["twelve", "a dozen"], 20: ["twenty"], 30: ["thirty"], 40: ["forty"], 50: ["fifty"], 60: ["sixty"], } PLURALS = [ ("loaf", "loaves"), ("box", "boxes"), ] PLURALS += [ (s, s + "s") for s in [ "cup", "crust", "clove", "serving", "pound", "gram", "ounce", "tablespoon", "teaspoon", "gallon", "can", "slice", "pie", "package", "quart", "pint", "muffin", "cookie", ] ] gourmand-1.2.0/src/gourmand/defaults/defaults_en_GB.py000066400000000000000000001135701510115424500227600ustar00rootroot00000000000000# -*- coding: utf-8 -*- # ## we set up default information. ## first, easy to maintain lists which can eventually be moved to ## files. from typing import List, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! fields = { "cuisine": [ "English", "Scottish", "Welsh", "Irish", "American", "Italian", "French", "Mexican", "Indian", "Southwestern", "Asian/Thai", "Asian/Vietnamese", "Asian/Chinese", "Asian/Japanese", ], "rating": ["Excellent", "Great", "Good", "Fair", "Poor"], "source": [], "category": ["Dessert", "Entree", "Salad", "Soup", "Breakfast"], } SYNONYMS = [ # the first item of each list is the ["aubergine", "eggplant"], ["azuki beans", "adzuki beans", "adzuki", "azuki"], ["beet", "beetroot"], ["capsicum", "chilli pepper"], ["chinese gooseberry", "kiwi fruit", "kiwi"], ["chinese leaves", "bok choy"], ["chokeberry", "cooking apple"], ["coriander", "cilantro"], ["courgette", "zucchini"], ["dragonfruit", "pitaya"], ["green pepper", "bell pepper", "green bell pepper", "pepper"], ["jackfruit", "nangka"], ["juneberry", "saskatoon"], ["langsat", "longkong", "duku"], ["maise", "sweetcorn", "corn", "sweet corn"], ["mamoncillo", "quenepa", "genip"], ["mangetout", "snap peas"], ["nannyberry", "sheepberry"], ["red bell pepper", "red pepper"], ["rocket", "arugula"], ["rose apple", "malay apple"], ["salak", "snakefruit"], ["sapodilla", "chiku", "sapadilla", "snake fruit", "sawo"], ["soursop", "guanabana"], ["spring greens", "collard greens"], ["spring onion", "scallion", "green onion"], ["start fruit", "carambola"], ["sunberry", "wonderberry"], ["swede", "rutubaga"], ["velvet persimmon", "mabolo"], ["black cod", "sablefish"], ["patagonian toothfish", "chilean sea bass"], ] # a dictionary key=ambiguous word, value=list of terms AMBIGUOUS: Mapping[str, List[str]] = {} # triplicates ITEM, KEY, SHOPPING CATEGORY INGREDIENT_DATA = [ ("alfalfa sprouts", "alfalfa sprouts", "produce"), ("anise", "anise", "produce"), ("artichoke", "artichoke", "produce"), ("arugula", "arugula", "produce"), ("asparagus", "asparagus", "produce"), ("aubergine", "aubergine", "produce"), ("avocado", "avocado", "produce"), ("green beans", "green beans", "produce"), ("azuki beans", "azuki beans", "produce"), ("bean sprouts", "bean sprouts", "produce"), ("black beans", "black beans", "produce"), ("black-eyed peas", "black-eyed peas", "produce"), ("borlotti beans", "borlotti beans", "produce"), ("broad beans", "broad beans", "produce"), ("chickpeas, garbanzos, or ceci beans", "chickpeas, garbanzos, or ceci beans", "produce"), ("green beans", "green beans", "produce"), ("kidney beans", "kidney beans", "produce"), ("lentils", "lentils", "produce"), ("lima bean or butter bean", "lima bean or butter bean", "produce"), ("mung beans", "mung beans", "produce"), ("navy beans", "navy beans", "produce"), ("runner beans", "runner beans", "produce"), ("soybeans", "soybeans", "produce"), ("peas", "peas", "produce"), ("snap peas", "snap peas", "produce"), ("bok choy", "bok choy", "produce"), ("breadfruit", "breadfruit", "produce"), ("broccoflower", "broccoflower", "produce"), ("broccoli", "broccoli", "produce"), ("brussels sprouts", "brussels sprouts", "produce"), ("cabbage", "cabbage", "produce"), ("calabrese", "calabrese", "produce"), ("cauliflower", "cauliflower", "produce"), ("celery", "celery", "produce"), ("chard", "chard", "produce"), ("cilantro", "cilantro", "produce"), ("collard greens", "collard greens", "produce"), ("corn salad", "corn salad", "produce"), ("endive", "endive", "produce"), ("fennel", "fennel", "produce"), ("fiddleheads", "fiddleheads", "produce"), ("frisee", "frisee", "produce"), ("kale", "kale", "produce"), ("kohlrabi", "kohlrabi", "produce"), ("lemon grass", "lemon grass", "produce"), ("lettuce lactuca sativa", "lettuce lactuca sativa", "produce"), ("corn", "corn", "produce"), ("mushrooms", "mushrooms", "produce"), ("mustard greens", "mustard greens", "produce"), ("nettles", "nettles", "produce"), ("new zealand spinach", "new zealand spinach", "produce"), ("okra", "okra", "produce"), ("onion family", "onion family", "produce"), ("chives", "chives", "produce"), ("garlic", "garlic", "produce"), ("leek allium porrum", "leek allium porrum", "produce"), ("onion", "onion", "produce"), ("shallot", "shallot", "produce"), ("scallion", "scallion", "produce"), ("parsley", "parsley", "produce"), ("pepper", "pepper", "produce"), ("red bell pepper", "red bell pepper", "produce"), ("chilli pepper", "chilli pepper", "produce"), ("jalapeño pepper", "pepper, jalapeño", "produce"), ("habanero pepper", "pepper, habanero", "produce"), ("radicchio", "radicchio", "produce"), ("rapini", "rapini", "produce"), ("rhubarb", "rhubarb", "produce"), ("root vegetables", "root vegetables", "produce"), ("beet", "beet", "produce"), ("carrot", "carrot", "produce"), ("cassava (manioc)", "cassava (manioc)", "produce"), ("celeriac", "celeriac", "produce"), ("daikon", "daikon", "produce"), ("fennel", "fennel", "produce"), ("ginger", "ginger", "produce"), ("parsnip", "parsnip", "produce"), ("radish", "radish", "produce"), ("rutabaga", "rutabaga", "produce"), ("turnip", "turnip", "produce"), ("wasabi", "wasabi", "produce"), ("white radish", "white radish", "produce"), ("skirret", "skirret", "produce"), ("spinach", "spinach", "produce"), ("acorn squash", "squash, acorn", "produce"), ("butternut squash", "squash, butternut", "produce"), ("courgette", "courgette", "produce"), ("cucumber", "cucumber", "produce"), ("gem squash", "squash, gem", "produce"), ("patty pans", "patty pans", "produce"), ("pumpkin", "pumpkin", "produce"), ("spaghetti squash", "squash, spaghetti", "produce"), ("tat soi", "tat soi", "produce"), ("tomato", "tomato", "produce"), ("jicama", "jicama", "produce"), ("jerusalem artichoke", "jerusalem artichoke", "produce"), ("potato", "potato", "produce"), ("sweet potato", "sweet potato", "produce"), ("taro", "taro", "produce"), ("yam", "yam", "produce"), ("water chestnut", "water chestnut", "produce"), ("watercress", "watercress", "produce"), # fruits, from wikipedia list ("apple", "apple", "produce"), ("green apple", "green apple", "produce"), ("crabapple", "crabapple", "produce"), ("chokeberry", "chokeberry", "produce"), ("hawthorn", "hawthorn", "produce"), ("juneberry", "juneberry", "produce"), ("loquat", "loquat", "produce"), ("medlar", "medlar", "produce"), ("pomegranate", "pomegranate", "produce"), ("quince", "quince", "produce"), ("rowan", "rowan", "produce"), ("rose hip", "rose hip", "produce"), ("apricot", "apricot", "produce"), ("cherry", "cherry", "produce"), ("plum", "plum", "produce"), ("peach", "peach", "produce"), ("nectarine", "nectarine", "produce"), ("blackberry", "blackberry", "produce"), ("boysenberry", "boysenberry", "produce"), ("raspberry", "raspberry", "produce"), ("cloudberry", "cloudberry", "produce"), ("wineberry", "wineberry", "produce"), ("bearberry", "bearberry", "produce"), ("bilberry", "bilberry", "produce"), ("blueberry ", "blueberry ", "produce"), ("cranberry ", "cranberry ", "produce"), ("huckleberry ", "huckleberry ", "produce"), ("lingonberry", "lingonberry", "produce"), ("barberry ", "barberry ", "produce"), ("red currant", "currant, red", "produce"), ("black currant", "currant, black", "produce"), ("white currant", "currant, white", "produce"), ("elderberry ", "elderberry ", "produce"), ("gooseberry ", "gooseberry ", "produce"), ("nannyberry", "nannyberry", "produce"), ("sea-buckthorn", "sea-buckthorn", "produce"), ("wolfberry", "wolfberry", "produce"), ("crowberry", "crowberry", "produce"), ("mulberry", "mulberry", "produce"), ("goumi", "goumi", "produce"), ("kiwi fruit ", "kiwi fruit ", "produce"), ("persimmon ", "persimmon ", "produce"), ("buffaloberry", "buffaloberry", "produce"), ("pawpaw", "pawpaw", "produce"), ("american persimmon", "american persimmon", "produce"), ("prickly pear ", "prickly pear ", "produce"), ("saguaro", "saguaro ", "produce"), ("pitaya", "pitaya", "produce"), ("cantaloupe", "cantaloupe", "produce"), ("honeydew", "honeydew", "produce"), ("sunberry", "sunberry", "produce"), ("watermelon ", "watermelon ", "produce"), ("strawberry ", "strawberry ", "produce"), ("angelica", "angelica", "produce"), ("rhubarb", "rhubarb", "produce"), ("fig ", "fig ", "produce"), ("grape", "grape", "produce"), ("jujube", "jujube", "produce"), ("black mulberry", "black mulberry", "produce"), ("pomegranate", "pomegranate", "produce"), ("date", "date", "produce"), ("citron", "citron", "produce"), ("grapefruit", "grapefruit", "produce"), ("pommelo", "pommelo", "produce"), ("key lime", "key lime", "produce"), ("kumquat", "kumquat", "produce"), ("lemon", "lemon", "produce"), ("lime", "lime", "produce"), ("mandarin", "mandarin", "produce"), ("clementine", "clementine", "produce"), ("tangelo", "tangelo", "produce"), ("tangerine", "tangerine", "produce"), ("orange", "orange", "produce"), ("ugli fruit", "ugli fruit", "produce"), ("guava ", "guava ", "produce"), ("longan", "longan", "produce"), ("lychee", "lychee", "produce"), ("passion fruit", "passion fruit", "produce"), ("feijoa", "feijoa", "produce"), ("akee", "akee", "produce"), ("banana", "banana", "produce"), ("plantain", "plantain", "produce"), ("breadfruit", "breadfruit", "produce"), ("camucamu", "camucamu", "produce"), ("star fruit", "star fruit", "produce"), ("cempedak", "cempedak", "produce"), ("cherimoya", "cherimoya", "produce"), ("coconut", "coconut", "produce"), ("custard apple", "custard apple", "produce"), ("dragonfruit", "dragonfruit", "produce"), ("durian", "durian", "produce"), ("guarana", "guarana", "produce"), ("jackfruit", "jackfruit", "produce"), ("keppel fruit", "keppel fruit", "produce"), ("langsat", "langsat", "produce"), ("velvet persimmon", "velvet persimmon", "produce"), ("mamey sapote", "mamey sapote", "produce"), ("mamoncillo", "mamoncillo", "produce"), ("mango", "mango", "produce"), ("mangosteen", "mangosteen", "produce"), ("marang", "marang", "produce"), ("papaya", "papaya", "produce"), ("peanut butter fruit", "peanut butter fruit", "produce"), ("pineapple", "pineapple", "produce"), ("poha", "poha", "produce"), ("rambutan", "rambutan", "produce"), ("rose apple", "rose apple", "produce"), ("salak", "salak", "produce"), ("sapodilla", "sapodilla", "produce"), ("soursop", "soursop", "produce"), ("sugar apple", "sugar apple", "produce"), ("tamarind", "tamarind", "produce"), ## seafood, from wikipedia list ("anchovy", "anchovy", "seafood"), ("bass", "bass", "seafood"), ("striped bass", "striped bass", "seafood"), ("black cod", "black cod", "seafood"), ("blowfish", "blowfish", "seafood"), ("catfish", "catfish", "seafood"), ("cod", "cod", "seafood"), ("eel", "eel", "seafood"), ("flounder", "flounder", "seafood"), ("haddock", "haddock", "seafood"), ("halibut", "halibut", "seafood"), ("lingcod", "lingcod", "seafood"), ("mahi mahi", "mahi mahi", "seafood"), ("monkfish", "monkfish", "seafood"), ("orange roughy", "orange roughy", "seafood"), ("chilean sea bass", "chilean sea bass", "seafood"), ("pike", "pike", "seafood"), ("pollock", "pollock", "seafood"), ("sanddab", "sanddab", "seafood"), ("sardine", "sardine", "seafood"), ("salmon", "salmon", "seafood"), ("sea bass", "sea bass", "seafood"), ("shark", "shark", "seafood"), ("snapper", "snapper", "seafood"), ("rockfish", "rockfish", "seafood"), ("rock cod", "rock cod", "seafood"), ("pacific snapper", "pacific snapper", "seafood"), ("red snapper", "red snapper", "seafood"), ("sole", "sole", "seafood"), ("sturgeon", "sturgeon", "seafood"), ("surimi", "surimi", "seafood"), ("swordfish", "swordfish", "seafood"), ("tilapia", "tilapia", "seafood"), ("tilefish", "tilefish", "seafood"), ("trout", "trout", "seafood"), ("tuna", "tuna", "seafood"), ("whitefish", "whitefish", "seafood"), ("whiting", "whiting", "seafood"), ("roe", "roe", "seafood"), ("caviar", "caviar", "seafood"), ("salmon roe", "salmon roe", "seafood"), ("crab", "crab", "seafood"), ("dungness crab", "dungness crab", "seafood"), ("king crab", "king crab", "seafood"), ("snow crab", "snow crab", "seafood"), ("crayfish", "crayfish", "seafood"), ("lobster", "lobster", "seafood"), ("shrimp", "shrimp", "seafood"), ("prawns", "prawns", "seafood"), ("abalone", "abalone", "seafood"), ("clam", "clam", "seafood"), ("mussel", "mussel", "seafood"), ("octopus", "octopus", "seafood"), ("oyster", "oyster", "seafood"), ("snail", "snail", "seafood"), ("squid", "squid", "seafood"), ("scallop", "scallop", "seafood"), ## meats (garnered from wikipedia lists) ("bacon", "bacon", "meats"), ("chorizo", "chorizo", "meats"), ("fuet", "fuet", "meats"), ("salami", "salami", "meats"), ("ham", "ham", "meats"), ("mutton", "mutton", "meats"), ("lamb", "lamb", "meats"), ("veal", "veal", "meats"), ("steak", "steak", "meats"), ("hamburger", "hamburger", "meats"), ("roast beef", "roast beef", "meats"), ("chicken", "chicken", "meats"), ("turkey", "turkey", "meats"), ("duck", "duck", "meats"), ("goose", "goose", "meats"), ## my old list ("tamarind water", "tamarind water", "international"), ("tamarind juice", "tamarind juice", "international"), ("vegetable broth", "broth, vegetable", "soups&sauces"), ( "fresh basil", "basil, fresh", "produce", ), ( "light sugar brown", "sugar, light brown", "baking", ), ( "balsamic vinegar", "vinegar, balsamic", "wines&oils", ), ( "zuchini", "zuchini", "produce", ), ( "avocado", "avocado", "produce", ), ( "walnut", "walnut", "baking", ), ( "celery", "celery", "produce", ), ( "coriander seeds", "coriander, seeds", "spices", ), ( "provolone cheese", "cheese, provolone", "dairy", ), ( "galanga", "galanga", "produce", ), ( "couscous", "couscous", "pastas", ), ( "rice", "rice", "pastas", ), ( "flour tortillas", "tortillas, flour", "dairy", ), ( "olive oil", "oil, olive", "wines&oils", ), ( "vanilla extract", "vanilla extract", "baking", ), ( "red potato-skinned", "potato, red-skinned", "produce", ), ( "powdered ginger", "ginger, powdered", "spices", ), ( "roasted chili paste", "roasted chili paste", "international", ), ( "curry powder", "curry powder", "spices", ), ( "dried shrimp", "shrimp, dried", "international", ), ( "dijon mustard", "mustard, dijon", "condiments", ), ( "whole rock cod or snapper", "whole rock cod or snapper", "seafood", ), ( "shells pasta", "pasta, shells", "pastas", ), ( "green canned chiles", "green chiles, canned", "international", ), ( "nutmeg", "nutmeg", "spices", ), ( "sourdough bread", "bread, sourdough", "bread", ), ( "corn oil", "oil, corn", "wines&oils", ), ( "lemon grass", "lemon grass", "produce", ), ( "feta cheese", "cheese, feta", "dairy", ), ( "jack cheese", "cheese, jack", "dairy", ), ( "grape tomato", "tomato, grape", "produce", ), ( "cherry tomato", "tomato, cherry", "produce", ), ( "spaghetti", "spaghetti", "pastas", ), ( "cottage cheese", "cheese, cottage", "dairy", ), ( "white onion", "onion, white", "produce", ), ( "baking soda", "baking soda", "baking", ), ( "garam masala", "garam masala", "spices", ), ( "yogurt", "yogurt", "dairy", ), ( "monkfish", "monkfish", "seafood", ), ( "croutons", "croutons", "bread", ), ( "ground coriander", "coriander, ground", "spices", ), ( "chili powder", "chili powder", "spices", ), ( "curly lettuce leaf", "lettuce, curly leaf", "produce", ), ( "dark sugar brown", "sugar, dark brown", "baking", ), ( "rice vinegar", "vinegar, rice", "international", ), ( "pasta", "pasta", "pastas", ), ( "sesame oil", "oil, sesame", "wines&oils", ), ("water", "water", ""), ( "sour cream", "sour cream", "dairy", ), ( "orange juice", "orange juice", "produce", ), ( "spinach", "spinach", "produce", ), ( "stick cinnamon", "cinnamon, stick", "spices", ), ( "shrimp paste", "shrimp paste", "international", ), ( "ground cinnamon", "cinnamon, ground", "spices", ), ( "salad greens", "salad greens", "produce", ), ( "garlic", "garlic", "produce", ), ( "vegetable oil", "oil, vegetable", "wines&oils", ), ( "peanut butter", "peanut butter", "bread", ), ( "seeds ajowan", "ajowan, seeds", "spices", ), ( "apple", "apple", "produce", ), ( "cayenne", "cayenne", "spices", ), ( "arugula", "arugula", "produce", ), ( "linguine pasta", "pasta, linguine", "pastas", ), ( "scallion", "scallion", "produce", ), ( "egg", "egg", "dairy", ), ( "lime", "lime", "produce", ), ( "olives", "olives", "produce", ), ( "basil, thai fresh", "basil, fresh, thai", "produce", ), ( "bean sprouts", "bean sprouts", "produce", ), ( "ricotta cheese", "cheese, ricotta", "dairy", ), ( "parsley", "parsley", "produce", ), ( "acorn squash", "squash, acorn", "produce", ), ( "yellow onion", "onion, yellow", "produce", ), ( "chiles, dried red", "chiles, red, dried", "produce", ), ( "portobello mushroom", "mushroom, portobello", "produce", ), ( "nappa cabbage", "cabbage, nappa", "produce", ), ( "lime leaves", "lime leaves", "produce", ), ( "butter", "butter", "dairy", ), ( "bell red pepper", "bell pepper, red", "produce", ), ( "mushroom", "mushroom", "produce", ), ( "shallot", "shallot", "produce", ), ( "cheddar cheese", "cheese, cheddar", "dairy", ), ( "mozzarella cheese", "cheese, mozzarella", "dairy", ), ( "squash", "squash", "produce", ), ( "fish sauce", "fish sauce", "international", ), ( "green curry paste", "green curry paste", "international", ), ( "curly endive", "endive, curly", "produce", ), ( "white sugar", "sugar, white", "baking", ), ( "fresh cheese white goat", "cheese, fresh white goat", "dairy", ), ( "cilantro stems", "cilantro stems", "produce", ), ( "yellow cornmeal", "cornmeal, yellow", "baking", ), ( "paprika", "paprika", "spices", ), ( "chocolate chips", "chocolate chips", "baking", ), ( "star anise", "star anise", "spices", ), ( "brown sugar", "sugar, brown", "baking", ), ( "roasted peanuts", "peanuts, roasted", "produce", ), ( "fresh cilantro", "cilantro, fresh", "produce", ), ( "honey", "honey", "baking", ), ( "russet potato", "potato, russet", "produce", ), ( "lemon juice", "lemon juice", "produce", ), ( "carrot", "carrot", "produce", ), ( "penne pasta", "pasta, penne", "pastas", ), ( "red onion", "onion, red", "produce", ), ( "shredded coconut", "coconut, shredded", "baking", ), ( "peppered linguini", "linguini, peppered", "pastas", ), ( "milk", "milk", "dairy", ), ( "tahitian squash", "squash, tahitian", "produce", ), ( "baking powder", "baking powder", "baking", ), ( "tomato sauce", "tomato sauce", "soups&sauces", ), ( "seeds mustard", "mustard, seeds", "spices", ), ( "flat rice flour noodles", "flat rice flour noodles", "international", ), ( "parmesan cheese", "cheese, parmesan", "pastas", ), ( "mayonnaise", "mayonnaise", "bread", ), ( "leek", "leek", "produce", ), ( "zucchini", "zucchini", "produce", ), ( "smoked cheese Gouda", "cheese, smoked Gouda", "dairy", ), ( "lime juice", "lime juice", "produce", ), ( "coconut milk", "coconut milk", "international", ), ( "eggs", "egg", "dairy", ), ( "salmon", "salmon", "seafood", ), ( "lasagna pasta noodles", "pasta, lasagna noodles", "pastas", ), ( "all flour purpose", "flour, all purpose", "baking", ), ( "ground cumin", "cumin, ground", "spices", ), ( "cucumber", "cucumber", "produce", ), ( "salsa", "salsa", "international", ), ( "broccoli", "broccoli", "produce", ), ( "rolled oats", "rolled oats", "pastas", ), ( "tomato", "tomato", "produce", ), ( "potato", "potato", "produce", ), ( "white wine", "wine, white", "wines&oils", ), ( "black ground pepper", "black pepper, ground", "spices", ), ( "seeds cumin", "cumin, seeds", "spices", ), ( "soy sauce", "soy sauce", "international", ), ( "sesame seeds", "sesame seeds", "international", ), ( "radicchio", "radicchio", "produce", ), ( "salt", "salt", "baking", ), ( "fresh ginger", "ginger, fresh", "produce", ), ( "turmeric", "turmeric", "spices", ), ( "chicken breast", "chicken, breast", "meats", ), ( "whole chicken", "chicken, whole", "meats", ), ( "chicken leg", "chicken, leg", "meats", ), ( "beef", "beef", "meats", ), ( "ground beef", "beef, ground", "meats", ), ( "pork", "pork", "meats", ), ( "turkey", "turkey", "meats", ), ] CONVERTER_TABLE = { ("c", "Tbs."): 16, ("lb", "oz."): 16, ("Tbs", "tsp."): 3, ("pt", "c."): 2, ("qt", "c."): 4, ("gallon", "qt."): 4, # ("l", "qt."):1.057, ("qt.", "l"): 0.946, ("Japanese cup", "ml"): 200, ("metric cup", "ml"): 250, ("imperial cup", "ml"): 284.130625, ("Imperial pint", "oz"): 20, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("oz", "g"): 28.35, ("kg", "g"): 1000, ("g", "mg"): 1000, ("tsp", "drop"): 76, ("oz", "dram"): 16, ("dram", "grains"): 27.34375, ("peck", "gallon"): 2, ("bucket", "peck"): 2, ("bushel", "bucket"): 2, ("lb", "grains"): 7000, } DENSITY_TABLE = { "water": 1, "juice, grape": 1.03, "vegetable broth": 1, "broth, vegetable": 1, "broth, chicken": 1, "milk": 1.029, "milk, whole": 1.029, "milk, skim": 1.033, "milk, 2%": 1.031, "milk, 1%": 1.03, "coconut milk": 0.875, "buttermilk": 1.03, "heavy cream": 0.994, "light cream": 1.012, "half and half": 1.025, "honey": 1.420, "sugar, white": 1.550, "salt": 2.165, "butter": 0.911, "oil, vegetable": 0.88, "oil, olive": 0.88, "oil, corn": 0.88, "oil, sesame": 0.88, "flour, all purpose": 0.6, "flour, whole wheat": 0.6, "corn starch": 0.6, "sugar, powdered": 0.6, "sugar, confectioners": 0.6, } UNITS = [ ("", ["each", "eaches", "ea", "ea."]), ("bucket", ["bucket", "buckets", "bckt", "bckt."]), ("peck", ["peck", "pecks"]), ("bushel", ["bushel", "bushels", "bshl", "bshl.", "bsh", "bsh.", "bu", "bu."]), ("grains", ["grain", "grains"]), ("dram", ["dram", "drams"]), ("drop", ["drop", "drops"]), ("fl oz", ["fl oz", "fluid ounce", "fluid ounces", "fl ounces", "fl. ounces", "fl. oz", "fl oz.", "fl. oz."]), ( "tsp", [ "teaspoon", "teaspoons", "tea_spoon", "tea_spoons", "Teaspoon", "Teaspoons", "Tea_spoon", "Tea_spoons", "tsps", "tsps.", "Tsps", "Tsps.", "tsp", "tsp.", "Tsp", "Tsp.", "ts", "ts.", "Ts", "Ts.", "t", "t.", ], ), ( "Tbs", [ "tablespoon", "tablespoons", "table_spoon", "table_spoons", "Tablespoon", "Tablespoons", "Table_spoon", "Table_spoons", "tbsp", "tbsp.", "Tbsp", "Tbsp.", "tbs", "tbs.", "Tbs", "Tbs.", "tb", "tb.", "Tb", "Tb.", "T", "T.", ], ), ("lb", ["pound", "pounds", "lbs", "lbs.", "lb", "lb."]), ("oz", ["ounce", "ounces", "oz", "oz."]), ("c", ["cup", "cups", "c."]), ("qt", ["quart", "quarts", "qt.", "Qt", "Qt."]), ("pt", ["pint", "pints", "pt.", "Pt", "Pt."]), ("gallon", ["gallon", "gallons", "gal", "gal."]), ("ml", ["mililiter", "mililiters", "ml", "ml."]), ("cl", ["centiliter", "centiliters", "cl", "cl."]), ("dl", ["deciliter", "deciliters", "dl", "dl."]), ("l", ["liter", "liters", "lit.", "l", "l."]), ("g", ["grams", "gram", "g.", "g", "gr", "gr."]), ("mg", ["miligram", "miligrams", "mg", "mg."]), ("kg", ["kilogram", "kilograms", "kg", "kg."]), # These names aren"t really convertible, but we want them to # be recognized as units. ("small", ["small", "Small", "sm", "sm."]), ("medium", ["medium", "Medium", "med", "med.", "Med", "Med."]), ("large", ["large", "Large", "lg", "lg.", "Lg", "Lg."]), ("box", ["box", "Box", "bx"]), ("whole", ["whole", "whl", "wh."]), ("clove", ["clove", "cloves", "clv", "clv."]), ("can", ["can", "Can", "cn", "cn."]), ("head", ["head", "heads", "Head", "Heads", "hd", "hd."]), ("package", ["pkg.", "package", "Package", "packages", "Packages", "pkg", "Pkg.", "pack"]), ("slice", ["slice", "slices"]), ("bunch", ["bunch", "bunches"]), ] METRIC_RANGE = (1, 999) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], "imperial weight": [ ("grain", (0, 27)), ("dram", (0.5, 15)), ("oz", (0.25, 15)), ("lb", (0.25, None)), ], "imperial volume": [ ("drop", (0, 10)), ("tsp", (0.125, 5.9)), ("Tbs", (1, 4)), ("c", (0.25, 4)), ("pt", (1, 1)), ("qt", (1, 3)), ("gallon", (1, None)), ("peck", (1, 2)), ("bucket", (1, 2)), ("bushel", (1, None)), ], } CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt", "lb"): ("density", 1), ("Tbs", "oz"): ("density", 0.5), ("c", "oz"): ("density", 8), ("pt", "oz"): ("density", 16), ("ml", "g"): ("density", 1), } VOL_TO_MASS_TABLE = { ("pt.", "lb"): 1, ("Tbs.", "oz"): 0.5, ("c", "oz"): 8, ("pt", "oz"): 16, ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } irregular_plurals = { "geese": "goose", } import re two_digit_plural_matcher = re.compile("[szxo]es$") one_digit_plural_matcher = re.compile("[^s]s$") v_plural_matcher = re.compile("ves") @staticmethod def guess_singulars(s): if len(s) < 3: return [] rets = [] if s in Language.irregular_plurals: rets.append(Language.irregular_plurals[s]) if Language.two_digit_plural_matcher.search(s): wrd = s[0:-2] if wrd not in rets: rets.append(wrd) if Language.v_plural_matcher.search(s): rets.append(s[0:-3] + "f") if Language.one_digit_plural_matcher.search(s): rets.append(s[0:-1]) return rets @staticmethod def guess_plurals(s): if not s: return [] ret = [s + "s", s + "es"] if s[-1] == "f": ret.append(s[0:-1] + "ves") return ret IGNORE = ["and", "with", "of", "for", "cold", "warm", "finely", "thinly", "roughly", "coarsely"] NUMBERS = { (1.0 / 8): ["eighth", "an eigth"], (1.0 / 4): ["quarter", "a quarter"], (3.0 / 4): ["three quarters"], (2.0 / 3): ["two thirds"], (1.0 / 3): ["third", "a third"], (1.0 / 2): ["half", "a half", "one half"], 1: ["an", "a", "one"], 2: ["two", "a couple", "a couple of", "a pair of"], 3: ["three"], 4: ["four"], 5: ["five"], 6: ["six"], 7: ["seven"], 8: ["eight"], 9: ["nine"], 10: ["ten"], 11: ["eleven"], 12: ["twelve", "a dozen"], 20: ["twenty"], 30: ["thirty"], 40: ["forty"], 50: ["fifty"], 60: ["sixty"], } gourmand-1.2.0/src/gourmand/defaults/defaults_es.py000066400000000000000000000404741510115424500224170ustar00rootroot00000000000000# -*- coding: utf-8 -*- # # we set up default information for our locale (Spanish) # Translators should use this file as the basis of their translation. # Copy this file and rename it for you locale. # # Language: Spanish # Translator: Thomas M. Hinkle # Last-updated: 4/27/05 from typing import Collection, List, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): CREDITS = "Thomas M. Hinkle" ## first, easy to maintain lists which can eventually be moved to ## files. # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! fields = { "cuisine": ["Española", "Mejicana", "Cubana", "Argentina", "Brazileña", "Italiana", "Griega", "China", "Francesa", "Vasca", "India", "Inglesa"], "rating": ["Excelente", "Muy Bueno", "Bueno", "Así Así", "Malo"], "source": [], "category": ["Postre", "Aperitivo", "Ensalada", "Sopa", "Desayuno", "Plato principal", "Tapa"], } SYNONYMS = [ # the first item of each list is the most common # word, the others are synonyms ["durazno", "melocotón"], ["camarón", "gamba"], ] # a dictionary key=ambiguous word, value=list of terms AMBIGUOUS: Mapping[str, List[str]] = {} # triplicates ITEM, KEY, SHOPPING CATEGORY INGREDIENT_DATA = [ ("albahaca", "albahaca", "especias"), ("ajedrea", "ajedrea", "especias"), ("estragón", "estragón", "especias"), ("laurel", "laurel", "especias"), ("menta", "menta", "especias"), ("salvia", "salvia", "especias"), ("orégano", "orégano", "especias"), ("romero", "romero", "especias"), ("salvia", "salvia", "especias"), ("tomillo", "tomillo", "especias"), ("amapola", "amapola", "especias"), ("anís", "anís", "especias"), ("comino", "comino", "especias"), ("mostaza", "mostaza", "especias"), ("nuez moscada", "moscada", "especias"), ("pimienta", "pimienta", "especias"), ("el sésamo", "sésamo", "especias"), ("canela", "canela", "especias"), ("azafrán", "azafrán", "especias"), ("clavo de olor", "olor", "especias"), ("vainilla", "vainilla", "especias"), ("rizoma", "rizoma", "especias"), ("cúrcuma", "cúrcuma", "especias"), ("jengibre", "jengibre", "especias"), ("aceite", "aceite", ""), ("aceituna", "aceituna", ""), ("acelga", "acelga", ""), ("aguacate", "aguacate", ""), ("ají", "ají", ""), ("ajo", "ajo", ""), ("albaricoque", "albaricoque", ""), ("alcachofa", "alcachofa", ""), ("almeja", "almeja", ""), ("almendra", "almendra", ""), ("ananá", "ananá", ""), ("anchoa", "anchoa", ""), ("anguila", "anguila", ""), ("angula", "angula", ""), ("apio", "apio", ""), ("arándano", "arándano", ""), ("arenque", "arenque", ""), ("arroz", "arroz", ""), ("atún", "atún", ""), ("avellana", "avellana", ""), ("avena", "avena", ""), ("azúcar", "azúcar", ""), ("bacaladilla", "bacaladilla", ""), ("bacalao", "bacalao", ""), ("bacon", "bacon", ""), ("banana", "banana", ""), ("barbo", "barbo", ""), ("batata", "batata", ""), ("berberecho", "berberecho", ""), ("berenjena", "berenjena", ""), ("berro", "berro", ""), ("besugo", "besugo", ""), ("bogavante", "bogavante", ""), ("boniato", "boniato", ""), ("bonito", "bonito", ""), ("boquerón", "boquerón", ""), ("breca", "breca", ""), ("breva", "breva", ""), ("bróculi", "bróculi", ""), ("caballa", "caballa", ""), ("caballo", "caballo", ""), ("cabrito", "cabrito", ""), ("cacahuete", "cacahuete", ""), ("cacao", "cacao", ""), ("café", "café", ""), ("calabacín", "calabacín", ""), ("calabaza", "calabaza", ""), ("calamar", "calamar", ""), ("camarón", "camarón", ""), ("cangrejo", "cangrejo", ""), ("caracol", "caracol", ""), ("caramelo", "caramelo", ""), ("cardillo", "cardillo", ""), ("cardo", "cardo", ""), ("carpa", "carpa", ""), ("castaña", "castaña", ""), ("caviar", "caviar", ""), ("cebolla", "cebolla", ""), ("cebolleta", "cebolleta", ""), ("cecina", "cecina", ""), ("centeno", "centeno", ""), ("centollo", "centollo", ""), ("cerdo", "cerdo", ""), ("cereza", "cereza", ""), ("champiñón", "champiñón", ""), ("chile", "chile", ""), ("chiria", "chiria", ""), ("chirimoya", "chirimoya", ""), ("chirivia", "chirivia", ""), ("chirla", "chirla", ""), ("chocolate", "chocolate", ""), ("choclo", "choclo", ""), ("chorizo", "chorizo", ""), ("ciervo", "ciervo", ""), ("cigala", "cigala", ""), ("ciruela", "ciruela", ""), ("coco", "coco", ""), ("codorniz", "codorniz", ""), ("col", "col", ""), ("col de Bruselas", "col de Bruselas", ""), ("col lombarda", "col lombarda", ""), ("coliflor", "coliflor", ""), ("conejo", "conejo", ""), ("congrio", "congrio", ""), ("cuajada", "cuajada", ""), ("dátil", "dátil", ""), ("dorada", "dorada", ""), ("endibia", "endibia", ""), ("escarola", "escarola", ""), ("espárrago", "espárrago", ""), ("espagueti", "espagueti", ""), ("espinaca", "espinaca", ""), ("faisán", "faisán", ""), ("fiambre", "fiambre", ""), ("fideo", "fideo", ""), ("foie-gras", "foie-gras", ""), ("frambuesa", "frambuesa", ""), ("fresa", "fresa", ""), ("fresón", "fresón", ""), ("frutilla", "frutilla", ""), ("gallina", "gallina", ""), ("gallo", "gallo", ""), ("gamba", "gamba", ""), ("ganso", "ganso", ""), ("garbanzo", "garbanzo", ""), ("gofio", "gofio", ""), ("granada", "granada", ""), ("grelo", "grelo", ""), ("grosella", "grosella", ""), ("guinda", "guinda", ""), ("guisante", "guisante", ""), ("haba", "haba", ""), ("harina de arroz", "harina de arroz", ""), ("harina de avena", "harina de avena", ""), ("harina de centeno", "harina de centeno", ""), ("harina de maíz", "harina de maíz", ""), ("harina de soja", "harina de soja", ""), ("harina de trigo", "harina de trigo", ""), ("higo", "higo", ""), ("hueva", "hueva", ""), ("huevo", "huevo", ""), ("jabalí", "jabalí", ""), ("jamón", "jamón", ""), ("judía blanca", "judía blanca", ""), ("judía pinta", "judía pinta", ""), ("judía verde", "judía verde", ""), ("jurel", "jurel", ""), ("kiwi", "kiwi", ""), ("langosta (crustáceo)", "langosta (crustáceo)", ""), ("leche", "leche", ""), ("lechuga", "lechuga", ""), ("lenguado", "lenguado", ""), ("lenteja", "lenteja", ""), ("levadura", "levadura", ""), ("liebre", "liebre", ""), ("limón", "limón", ""), ("lubina", "lubina", ""), ("macarrón", "macarrón", ""), ("maíz", "maíz", ""), ("malta", "malta", ""), ("mandarina", "mandarina", ""), ("mandioca", "mandioca", ""), ("mango", "mango", ""), ("manteca", "manteca", ""), ("mantequilla", "mantequilla", ""), ("manzana", "manzana", ""), ("margarina", "margarina", ""), ("mazorca", "mazorca", ""), ("mejillón", "mejillón", ""), ("melaza", "melaza", ""), ("melocotón", "melocotón", ""), ("melón", "melón", ""), ("membrillo", "membrillo", ""), ("merluza", "merluza", ""), ("mero", "mero", ""), ("miel", "miel", ""), ("mora", "mora", ""), ("morcilla", "morcilla", ""), ("mortadela", "mortadela", ""), ("nabo", "nabo", ""), ("naranja", "naranja", ""), ("nata", "nata", ""), ("navaja", "navaja", ""), ("nécora", "nécora", ""), ("níspero", "níspero", ""), ("nuez", "nuez", ""), ("ostra", "ostra", ""), ("paloma", "paloma", ""), ("palometa", "palometa", ""), ("pan", "pan", ""), ("panceta", "panceta", ""), ("papa", "papa", ""), ("pasta", "pasta", ""), ("paté", "paté", ""), ("pato", "pato", ""), ("pavo", "pavo", ""), ("pepino", "pepino", ""), ("pera", "pera", ""), ("perca", "perca", ""), ("percebe", "percebe", ""), ("perdiz", "perdiz", ""), ("pescadilla", "pescadilla", ""), ("pez espada", "pez espada", ""), ("pimiento", "pimiento", ""), ("piña", "piña", ""), ("piñón", "piñón", ""), ("pistacho", "pistacho", ""), ("plátano", "plátano", ""), ("platija", "platija", ""), ("pollo", "pollo", ""), ("pomelo", "pomelo", ""), ("puerro", "puerro", ""), ("pulpo", "pulpo", ""), ("queso", "queso", ""), ("rábano", "rábano", ""), ("rape", "rape", ""), ("raya", "raya", ""), ("remolacha", "remolacha", ""), ("repollo", "repollo", ""), ("rodaballo", "rodaballo", ""), ("salchicha", "salchicha", ""), ("salchichón", "salchichón", ""), ("salmón", "salmón", ""), ("salmonete", "salmonete", ""), ("sandía", "sandía", ""), ("sardinas", "sardinas", ""), ("sargo", "sargo", ""), ("sémola", "sémola", ""), ("setas", "setas", ""), ("soda", "soda", ""), ("soja", "soja", ""), ("tapioca", "tapioca", ""), ("tomate", "tomate", ""), ("toronja", "toronja", ""), ("trucha", "trucha", ""), ("uva", "uva", ""), ("vieira", "vieira", ""), ("yoghurt", "yoghurt", ""), ("yuca", "yuca", ""), ] CONVERTER_TABLE = { ("tazas", "tbs."): 16, ("libra", "onza"): 16, ("cucharada", "cucharadita"): 3, ("pt.", "tazas"): 2, ("qt.", "tazas"): 4, ("galón", "quarto de galón"): 4, ("l", "quarto de galón"): 1.057, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("onza", "g"): 28.35, ("kg", "g"): 1000, ("g", "mg"): 1000, ("cucharadita", "drop"): 76, # Are there translations for these units? Not really, they're english-imperial units, not adopted by Spain... :-) # ("onza", "dram"):16, # ("dram", "grains"):27.34375, # ("peck", "galón"):2, # ("bucket", "peck"):2, # ("bushel", "bucket"):2, # ("lb.", "grains"):7000, } METRIC_RANGE = (1, 999) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], "imperial weight": [ # ('grain',(0,27)), # ('dram',(0.5,15)), ("onza", (0.25, 15)), ("libra", (0.25, None)), ], "imperial volume": [ # ('drop',(0,10)), ("cucharadita", (0.125, 3)), ("cucharada", (1, 4)), ("taza", (0.25, 4)), # ('pt.',(1,1)), ("quarto de galón", (1, 3)), ("galón", (1, None)), # ('peck',(1,2)), # ('bucket',(1,2)), # ('bushel',(1,None)) ], } DENSITY_TABLE = { "agua": 1, "zumo": 1.03, "caldo": 1, "leche": 1.029, "leche entera": 1.029, "leche desnatada": 1.033, # "milk, 2%":1.031, # "milk, 1%":1.03, "leche de coco": 0.875, "suero de la leche": 1.03, # heavy cream -- I don't know the differences in Sp. "crema": 0.994, # "light cream":1.012, # "half and half":1.025, "miel": 1.420, "azúcar": 1.550, "sal": 2.165, "mantequilla": 0.911, "aceite vegetal": 0.88, "aceite de oliva": 0.88, "aceite de sésame": 0.88, "harina": 0.6, "harina de trigo entero": 0.6, "almidón de maíz": 0.6, "azúcar impalpable": 0.6, } UNITS = [ ("ml", ["ml.", "mL", "mL.", "ml"]), # ["bucket" , ["bucket", "buckets", "bckt."]], # ["peck", ["peck", "pecks"]], # ["bushel", ["bushel", "bushels", "bsh.", "bu.", "bu", "bsh", "bshl", "bshl."]], # ["grains", ["grain", "grains"]], # ["dram", ["dram", "drams"]], ("cucharadita", ["cucharadita"]), ("cucharada", ["cucharada", "tbs", "tbsp", "tbsp.", "tablespoon", "table spoon", "tbsps.", "tablespoons", "Tablespoon", "T"]), ("libra", ["libra", "libras"]), ("onza", ["onza", "onzas"]), ("taza", ["taza", "tazas"]), ("quarto de galón", ["quarto de galón", "quarto"]), # ["pt.", ["pint", "pt.", "pints"]], ("galón", ["galón", "galones", "gal."]), ("ml", ["ml", "ml.", "mililitro", "mililitros"]), ("cl", ["cl", "cl.", "centilitro", "centilitros"]), ("dl", ["dl", "dl.", "decilitro", "decilitros"]), ("l", ["litro", "l.", "lit.", "litros"]), ("g", ["gramos", "gramo", "g.", "gr.", "g", "gr"]), ("mg", ["mg.", "mg", "miligramo", "miligramos"]), ("kg", ["kg.", "kg", "kilogramo", "kilogramos"]), ] CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt.", "lb."): ("density", 1), ("cucharada", "onza"): ("density", 0.5), ("taza", "onza"): ("density", 8), # ("pt.", "onza"):('density',16), ("ml", "g"): ("density", 1), } VOL_TO_MASS_TABLE = { ("pt.", "lb."): 1, ("cucharada", "onza"): 0.5, ("tazas", "onza"): 8, ("pt.", "onza"): 16, ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } TIME_ABBREVIATIOSN = { "hrs": "horas", "hra": "horas", "mntas": "minutas", "mnta": "minutas", } # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". @staticmethod def guess_singulars(s): if len(s) < 3: return [] rets = [] if s[-1] == "s": rets.append(s[0:-1]) if s[-2] == "e": rets.append(s[0:-2]) return rets @staticmethod def guess_plurals(s): return [s + "s", s + "es"] IGNORE: Collection[str] = [] NUMBERS = { (1.0 / 8): ["octavo", "un octavo"], (1.0 / 4): ["cuarto", "un cuarto"], (3.0 / 4): ["tres cuartos"], (2.0 / 3): ["dos tercios"], (1.0 / 3): [ "un tercio", ], (1.0 / 2): ["una mitad", "la mitad"], 1: ["un", "una", "uno"], 2: ["dos", "un par", "un par de"], 3: ["tres"], 4: ["cuatro"], 5: ["cinco"], 6: ["seis"], 7: ["siete"], 8: ["ocho"], 9: ["nueve"], 10: ["diez"], 11: ["once"], 12: ["doce", "una docena", "una dozena", "una docena de", "una dozena de"], 20: ["veinte"], 30: ["treinta"], 40: ["cuarenta"], 50: ["cincuenta"], 60: ["sesenta"], 100: ["cien"], } gourmand-1.2.0/src/gourmand/defaults/defaults_fr.py000066400000000000000000002102331510115424500224070ustar00rootroot00000000000000# -*- coding: utf-8 -*- # we set up default information for our locale. # Translators should use this file as the basis of their translation. # Copy this file and rename it for you locale. # # For example, Spanish uses: # defaults_es.py # # British English uses: # defaults_en_GB.py # # Please fill in the below fields: # Language: Français (French) # Translator: Luc Charest. # Last-updated: 2005-07-18 (07/18/05) from typing import Collection, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): CREDITS = "Luc Charest" # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! # only translate the items in the list [..] (and feel free to create # categories that make sense for your locale -- no need to translate # these ones). DO NOT translate 'cuisine','rating','source' or # 'category' # The below are Gourmet's standard fields and the default categories for them. # Do not translate the field names ('cuisine','rating','source,'category'). # Instead, fill in the list with categories that make sense for your locale. # Feel free to change the number or content of categories to be consistent # with what users in your locale are likely to be familiar with. fields = { "cuisine": [ "Américaine", "Italienne", "Mexicaine", "Américaine/sud-ouest", "Asiatique/thaïlandaise", "Asiatique/vietnamienne", "Asiatique/chinoise", "Asiatique/japonaise", "Asiatique/indienne", "Canadienne", "Canadienne/québécoise", "Grecque", "Française", ], "rating": ["5 - Excellent", "4 - Très bon", "3 - Bon", "2 - Moyen", "1 - Mauvais", "(non-testé)"], "source": [], "category": ["Dessert", "Entrée", "Salade", "Soupe", "Petit-déjeuner"], } # In English, there are a heck of a lot of synonyms. This is a list # for those synonyms. ["preferred word","alternate word","alternate word"] # If there are none of these that you can think of in your language, just # set this to: # SYNONYMS=[] # note from translator: some terms are not standard but used in common langugage, some are used in a fautive manner, # I decided to put them in different sections so it is still clear what is a synonym and what should not be a synonym. SYNONYMS = [ # the first item of each list is the default ["anis", "anis vert"], ["doliques à œil noir", "haricot à œil noir"], ["gourganes", "fèves des marais"], ["haricots de Lima", "haricot de Siéva", "haricot du Cap", "haricot du Tchad", "haricot de Madagascar"], ["soya", "soja"], ["fruit à pain", "fruit de l'arbre à pain"], ["chou pommé", "chou cabus"], ["bette à carde", "bette", "poirée", "carde", "bette poirée", "bette à côtes", "blète", "blette", "carde poirée", "bette à cardes"], ["coriandre", "persil chinois", "persil arabe"], ["mâche commune", "mâche", "doucette"], ["endive", "chicorée de Bruxelles", "chicon", "witloof", "chicorée witloof"], ["crosses de fougère", "crosses de fougère-à-l'autruche", "tête-de-violon"], ["chou vert frisé", "chou frisé"], ["maïs", "blé d'Inde", "blé d'Espagne", "blé de Turquie"], ["tétragone", "épinard de la Nouvelle-Zélande", "épinard d'été", "tétragone cornue", "tétragone étalée"], ["gombo", "okra", "ketmie comestible", "ketmie-gombo", "gombaud"], ["ciboulette", "civette"], ["poivron", "piment doux"], ["chile", "chili", "chilli"], ["chicorée de Vérone", "chicorée rouge de Vérone"], ["betterave", "betterave potagère"], ["carotte", "carotte potagère"], ["céleri-rave", "céleri tubéreux", "céleri rave"], [ "daïkon", "radis oriental", "radis blanc", "radis blanc chinois", "radis de Satzouma", "radis de Satsuma", "radis du Japon", "daikon", "radis japonais", ], ["navet", "rabiole"], ["courge poivrée", "courgeron", "courge gland"], ["courgette", "zucchini"], ["pâtisson", "bonnet d'électeur", "bonnet-d'électeur", "bonnet-de-prêtre", "bonnet de prêtre", "patisson", "pastisson"], ["dolique bulbeux", "dolique tubéreux"], [ "topinambour", "artichaut de Jérusalem", "poire de terre", "artichaut du Canada", "artichaut d'hiver", "artichaut des neiges", "soleil vivace", "topine", "topinambourg", ], ["patate douce", "patate sucrée"], ["taro", "colocase", "colocasie"], ["cenelle", "senelle"], ["amélanche", "Saskatoon"], ["nèfle du Japon", "bibace", "bibasse ", "loquat"], ["fruit du rosier", "fruit d'églantier", "cynorhodon", "cynorrhodon"], ["cerise de terre", "alkékenge"], ["mûre", "mûre sauvage", "mûron", "mûre des haies"], ["chicouté", "plaquebière", "mûre des marais", "chicoutai", "chicoutée"], ["bearberry", "raisin d'ours", "cerise d'ours"], ["myrtille", "airelle noire", "brimbelle", "raisin des bois", "teint-vin", "airelle"], ["canneberge", "atoca", "ataca", "mocauque", "airelle canneberge"], ["airelle", "airelle rouge", "airelle ponctuée", "pomme de terre", "graine rouge", "berri"], ["groseille rouge à grappes", "gadelle rouge"], ["cassis", "groseille noire", "gadelle noire"], ["groseille blanche à grappes", "gadelle blanche"], ["baie de sureau", "sureau"], ["groseille à maquereau", "groseille"], ["symphorine occidentale", "graine de loup", "symphorine du Nord-Ouest"], ["kaki", "plaquemine", "fruit de Sharon"], ["Shepherdie du Canada", "Shépherdie du Canada", "Shéferdie du Canada", "Shéferdie argentée", "graines de bœuf"], ["pitahaya", "pitaya"], ["melon d'eau", "pastèque"], ["raisin vert", "raisin blanc"], ["jujube", "datte chinoise"], ["cédrat", "poncire", "pomme du paradis"], ["pomélo", "pomelo"], ["lime", "citron vert", "lime acide", "limette acide", "lime mexicaine", "limette mexicaine"], ["longane", "œil-de-dragon"], ["litchi", "letchi"], ["fruit de la Passion", "passiflore", "fruit de la passion"], ["akée", "akee", "aki"], ["banane à cuire", "banane plantain", "plantain"], ["carambole", "fruit étoile", "pomme de Goa"], ["anone cœur de bœuf", "cachiman cœur de bœuf", "cœurde bœuf"], ["durion", "dourian"], ["jaque", "jacque"], ["mangoustan", "mangouste"], ["langsat", "duku"], ["ramboutan", "litchi chevelu"], ["pomme-rose", "pomme de rose", "jamerose"], ["sapodilla", "nèfle d'Amérique"], ["corossol épineux", "corossol", "anone", "anone muriquée", "cachiman épineux", "sapadille", "Guanabana"], ["pomme cannelle", "anone écailleuse", "pomme-cannelle"], ["bar d'Amérique", "loup de mer", "bar rayé", "bar de mer"], ["flet", "flondre"], ["églefin", "aiglefin"], ["flétan de l'Atlantique", "flétan", "flétan atlantique", "flétan blanc"], ["grand brochet", "brochet du Nord", "grand brochet du Nord", "brochet commun"], ["goberge", "lieu noir"], ["plie canadienne", "plie du Canada", "balai de l'Atlantique", "balai"], ["tilapia", "perche d'Afrique"], ["tile", "achigan", "achigan de mer", "doré de mer", "tile de mer"], ["truite", "ombles"], ["caviar", "caviar noir"], ["calmar", "encornet"], ["bifteck", "biftèque"], ["hamburger", "hambourgeois", "burger"], ["dinde", "dindon"], ["cerf de Virginie", "chevreuil", "cerf à queue blanche"], ["levure chimique", "levure artificielle", "poudre levante", "poudre à lever"], ["hydrogénocarbonate de sodium", "carbonate acide de sodium"], ["cassonade", "sucre roux"], [ "beurre d'arachide", "pâte de cacahuète", "pâte d'arachide", "beurre de cacahouètes", "beurre de cacahuètes", "pâte de cacahuètes", "beurre d'arachides", ], ["mozzarella", "mozzarelle"], ["féta", "feta"], ["yogourt", "yaourt", "yoghourt"], ["linguines", "languettes"], ["tomate cerise", "tomate cocktail"], ["tomate en grappe", "tomate grappe"], ["nappa", "chou nappa", "chou napa", "napa"], ["plumes rayées", "penne rigate"], ["plumes", "penne"], ["pâtes alimentaires", "pâtes"], ["sauce de soja", "sauce soja", "sauce soya", "sauce de soya"], ["poivre de Cayenne", "piment de Cayenne", "cayenne"], ["cari", "curry"], ["garam masala", "masala", "massala", "garam massala"], # non-standard usage ["morue charbonnière", "morue noire"], ["barbue de rivière", "barbue d'Amérique", "barbue du Nord", "barbue"], ["barbotte", "barbotte brune"], ["morue", "cabillaud"], ["lamproie", "grande lamproie marine"], ["morue-lingue", "abadèche lingue"], ["coryphène", "dauphin", "dorade tropicale"], ["baudroie", "crapaud de mer"], ["hoplostète orange", "hoplostète rouge", "perche de mer néo-zélandaise"], ["goberge", "colin", "colin noir"], ["goberge de l'Alaska", "morue du Pacifique occidental", "morue des neiges", "lieu de l'Alaska"], ["turbot de sable", "turbot"], ["plie canadienne", "plie blanche", "faux flétan", "flétan nain", "carrelet"], ["sprat", "esprot"], ["bar commun", "corvine", "loubine"], ["vivaneau", "lutian"], ["scorpène", "rascasse"], ["vivaneau rouge", "vivaneau campèche"], ["merlu blanc", "merlu du Sud"], ["crabe royal", "crabe d'Alaska"], ["crabe des neiges", "crabe araignée"], ["ormeau", "abalone", "oreille de mer"], ["mye", "coque", "palourde", "quahog"], ["hydrogénocarbonate de sodium", "bicarbonate de sodium", "bicarbonate de soude", "sel de Vichy"], ["grains de chocolat", "brisures de chocolat", "larmes de chocolat", "pépites de chocolats"], ["crème 10% M.G.", "crème à café"], ["crème 15% M.G.", "crème de table"], ["crème 35% M.G.", "crème à fouetter"], ["vermicelle", "vermicelli", "capellini"], # fautive/discouraged usages # ["oignon vert","échalote"], # ["chile","piment du Chili"], # ["poivron","piment"], ["germes de haricot", "fèves germées", "haricots germés", "pousses de soja", "pousse de soya"], ["navet", "navet blanc"], ["pommette", "pomme sauvage"], ["amélanche", "petite poire"], ["figue de Barbarie", "poire cactus"], ["melon à cornes", "Kiwano"], ["litchi", "cerise de Chine"], ["barbue de rivière", "poisson-chat"], ["églefin", "haddeck"], ["baudroie", "lotte"], # ["turbot de sable","sole","plie"], # ["plie canadienne","sole"], ["vivaneau", "dorade"], ["espadon", "poisson sabre", "poisson épée"], ["mye", "clam"], ["poulpe", "pieuvre"], ["levure chimique", "poudre à pâte"], ["hydrogénocarbonate de sodium", "soda à pâte"], ["beurre d'arachide", "beurre de peanut", "beurre de peanuts"], ["tomate en grappe", "tomate sur vigne", "tomate sur la vigne", "tomate en vigne", "tomate en branches", "tomate sur tige", "tomate à tiges"], ] # a dictionary for ambiguous words. # key=ambiguous word, value=list of possible non-ambiguous terms # # Translators: if you have a word that has more than one food meaning # in your language, you can add an entry as follow # AMBIGUOUS = { # 'word':['meaning1','meaning2','meaning3'], # } AMBIGUOUS = {"chou-navet": ["chou-navet blanc", "rutabaga"], "chou navet": ["chou-navet blanc", "rutabaga"], "patate": ["pomme de terre", "patate douce"]} # triplicates ITEM, KEY, SHOPPING CATEGORY # These will be defaults. # They should include whatever foods might be standard for your # locale, with whatever sensible default categories you can think of # (again, thinking of your locale, not simply translating what I've # done). # Items provided here will automatically be recognized and go onto the # given category in a user's shopping list by default. # Don't feel obligated to translate every item -- especially since not # all items will be common for all locales. However, the more items # you can put here, the more the user will get the sense that gourmet # "knows" about foods that they enter. # I generated the below list using the wikipedia entry on foods as my # starting point. You may want to do something similar for your # locale. Also, if the syntax of the below is too complicated, you # can send me a list of category headings and ingredients for your # locale and I'll do the necessary formatting INGREDIENT_DATA = [ ## l é g u m e s ("luzerne", "luzerne", "fruits et légumes"), # alfalfa sprouts ("anis", "anis", "fruits et légumes"), # anise ("artichaut", "artichaut", "fruits et légumes"), # artichoke ("roquette", "roquette", "fruits et légumes"), # arugula ("asperges", "asperges", "fruits et légumes"), # asparagus ("aubergine", "aubergine", "fruits et légumes"), # (same) ("avocat", "avocat", "fruits et légumes"), # avocado ("haricots verts", "haricots verts", "fruits et légumes"), # green beans ("haricots azuki", "haricots azuki", "fruits et légumes"), # azuki beans ("germes de haricot", "germes de haricot", "fruits et légumes"), # bean sprouts ("haricots noirs", "haricots noirs", "fruits et légumes"), # black beans ("doliques à œil noir", "doliques à œil noir", "fruits et légumes"), # black-eyed peas ("haricots borlotti", "haricots borlotti", "fruits et légumes"), # borlotti beans (not sure) ("gourganes", "gourganes", "fruits et légumes"), # broad beans ("pois chiche ou garbanzos", "pois chiche ou garbanzos", "fruits et légumes"), # chickpeas, garbanzos, or ceci beans # ("green beans","green beans","fruits et légumes"), # (already in the list !) ("haricots rouges", "haricots rouges", "fruits et légumes"), # kidney beans ("lentilles", "lentilles", "fruits et légumes"), # lentils ("haricots de Lima ou haricots jaunes", "haricots de Lima ou haricots jaunes", "fruits et légumes"), # lima bean or butter bean ("haricots mungo", "haricots mungo", "fruits et légumes"), # mung beans ("petits haricots blancs", "petits haricots blancs", "fruits et légumes"), # navy beans ("haricots d'Espagne", "haricots d'Espagne", "fruits et légumes"), # runner beans ("soya", "soya", "fruits et légumes"), # soybeans ("pois", "pois", "fruits et légumes"), # peas # ("snap peas","snap peas","fruits et légumes"), # (unknown) ("pak-choï", "pak-choï", "fruits et légumes"), # bok choy ("fruit à pain", "fruit à pain", "fruits et légumes"), # breadfruit ("brocofleur", "brocofleur", "fruits et légumes"), # broccoflower ("brocoli", "brocoli", "fruits et légumes"), # broccoli ("chou de Bruxelles", "chou de Bruxelles", "fruits et légumes"), # brussels sprouts ("chou pommé", "chou pommé", "fruits et légumes"), # cabbage # ("calabrese","calabrese","fruits et légumes"), # (unknown) ("chou-fleur", "chou-fleur", "fruits et légumes"), # cauliflower ("céleri", "céleri", "fruits et légumes"), # celery ("bette à carde", "bette à carde", "fruits et légumes"), # chard ("coriandre", "coriandre", "fruits et légumes"), # cilantro ("feuilles de chou", "feuilles de chou", "fruits et légumes"), # collard greens ("mâche commune", "mâche commune", "fruits et légumes"), # corn salad ("endive", "endive", "fruits et légumes"), # (same) ("fenouil", "fenouil", "fruits et légumes"), # fennel ("crosses de fougère", "crosses de fougère", "fruits et légumes"), # fiddleheads ("chicorée frisée", "chicorée frisée", "fruits et légumes"), # frisee ("chou vert frisé", "chou vert frisé", "fruits et légumes"), # kale ("chou-rave", "chou-rave", "fruits et légumes"), # kohlrabi ("citronnelle", "citronnelle", "fruits et légumes"), # lemon grass ("laitue", "laitue", "fruits et légumes"), # lettuce lactuca sativa ("maïs", "maïs", "fruits et légumes"), # corn ("champignons", "champignons", "fruits et légumes"), # mushrooms ("feuilles de moutarde", "feuilles de moutarde", "fruits et légumes"), # mustard greens ("orties", "orties", "fruits et légumes"), # nettles ("tétragone", "tétragone", "fruits et légumes"), # new zealand spinach ("gombo", "gombo", "fruits et légumes"), # okra # ("onion family","onion family","fruits et légumes"), # (title?) ("ciboulette", "ciboulette", "fruits et légumes"), # chives ("ail", "ail", "fruits et légumes"), # garlic ("poireau", "poireau", "fruits et légumes"), # leek allium porrum ("oignon", "oignon", "fruits et légumes"), # onion ("échalote", "échalote", "fruits et légumes"), # shallot ("oignon vert", "oignon vert", "fruits et légumes"), # scallion ("persil", "persil", "fruits et légumes"), # parsley ("piment", "piment", "fruits et légumes"), # pepper ("poivron rouge", "poivron rouge", "fruits et légumes"), # red bell pepper ("poivron vert", "poivron vert", "fruits et légumes"), # (added) ("poivron jaune", "poivron jaune", "fruits et légumes"), # (added) ("chile", "chile", "fruits et légumes"), # chilli pepper ("piment Jalapeño", "piment Jalapeño", "fruits et légumes"), # jalapeño pepper ("piment habanero", "piment habanero", "fruits et légumes"), # habanero pepper ("chicorée de Vérone", "chicorée de Vérone", "fruits et légumes"), # radicchio ("rapini", "rapini", "fruits et légumes"), # (same) ("rhubarbe", "rhubarbe", "fruits et légumes"), # rhubarb # ("root vegetables","root vegetables","fruits et légumes"), # (title?) ("betterave", "betterave", "fruits et légumes"), # beet ("carotte", "carotte", "fruits et légumes"), # carrot ("manioc", "manioc", "fruits et légumes"), # cassava (manioc) ("céleri-rave", "céleri-rave", "fruits et légumes"), # celeriac ("daïkon", "daïkon", "fruits et légumes"), # daikon # ("fennel","fennel","fruits et légumes"), # (already in the list !) ("gingembre", "gingembre", "fruits et légumes"), # ginger ("panais", "panais", "fruits et légumes"), # parsnip ("radis", "radis", "fruits et légumes"), # radish ("rutabaga", "rutabaga", "fruits et légumes"), # (same) ("chou-navet blanc", "chou-navet blanc", "fruits et légumes"), # (added) ("navet", "navet", "fruits et légumes"), # turnip ("wasabi", "wasabi", "fruits et légumes"), # (same) # ("white radish","white radish","fruits et légumes"), # (daikon synonym) ("chervis", "chervis", "fruits et légumes"), # skirret ("épinard", "épinard", "fruits et légumes"), # spinach ("courge poivrée", "courge poivrée", "fruits et légumes"), # acorn squash ("courge musquée", "courge musquée", "fruits et légumes"), # butternut squash ("courgette", "courgette", "fruits et légumes"), # zucchini ("concombre", "concombre", "fruits et légumes"), # cucumber # ("gem squash","squash, gem","fruits et légumes"), # (unknown) ("pâtisson", "pâtisson", "fruits et légumes"), # patty pans ("citrouille", "citrouille", "fruits et légumes"), # pumpkin ("courge spaghetti", "courge spaghetti", "fruits et légumes"), # spaghetti squash # ("tat soi","tat soi","fruits et légumes"), # (unknown) ("tomate", "tomate", "fruits et légumes"), # tomato ("dolique bulbeux", "dolique bulbeux", "fruits et légumes"), # jicama ("topinambour", "topinambour", "fruits et légumes"), # jerusalem artichoke ("pomme de terre", "pomme de terre", "fruits et légumes"), # potato ("patate douce", "patate douce", "fruits et légumes"), # sweet potato ("taro", "taro", "fruits et légumes"), # (same) ("igname", "igname", "fruits et légumes"), # yam ("châtaigne d'eau", "châtaigne d'eau", "fruits et légumes"), # water chestnut ("cresson de fontaine", "cresson de fontaine", "fruits et légumes"), # watercress ## f r u i t s ("pomme", "pomme", "fruits et légumes"), # apple ("pomme cortland", "pomme cortland", "fruits et légumes"), # (added) ("pomme délicieuse rouge", "pomme délicieuse rouge", "fruits et légumes"), # (added) ("pomme golden", "pomme golden", "fruits et légumes"), # (added) ("pomme granny smith", "pomme granny smith", "fruits et légumes"), # (added) ("pomme mcIntosh", "pomme mcIntosh", "fruits et légumes"), # (added) ("pomme lobo", "pomme lobo", "fruits et légumes"), # (added) ("pomme spartan", "pomme spartan", "fruits et légumes"), # (added) ("pomme melba", "pomme melba", "fruits et légumes"), # (added) ("pomme jerseymac", "pomme jerseymac", "fruits et légumes"), # (added) ("pomme fuji", "pomme fuji", "fruits et légumes"), # (added) ("pomme verte", "pomme verte", "fruits et légumes"), # green apple ("pommette", "pommette", "fruits et légumes"), # crabapple # ("chokeberry","chokeberry","fruits et légumes"), # (unknown) ("cenelle", "cenelle", "fruits et légumes"), # hawthorn ("amélanche", "amélanche", "fruits et légumes"), # juneberry ("nèfle du Japon", "nèfle du Japon", "fruits et légumes"), # loquat ("nèfle", "nèfle", "fruits et légumes"), # medlar ("grenade", "grenade", "fruits et légumes"), # pomegranate ("coing", "coing", "fruits et légumes"), # quince ("sorbe", "sorbe", "fruits et légumes"), # rowan ("fruit du rosier", "fruit du rosier", "fruits et légumes"), # rose hip ("abricot", "abricot", "fruits et légumes"), # apricot ("cerise", "cerise", "fruits et légumes"), # cherry ("cerise de terre", "cerise de terre", "fruits et légumes"), # (added) ("griotte", "griotte", "fruits et légumes"), # (added) ("cerise montmorency", "cerise montmorency", "fruits et légumes"), # (added) ("prune", "prune", "fruits et légumes"), # plum ("prune reine-claude", "prune reine-claude", "fruits et légumes"), # (added) ("prune mirabelle", "prune mirabelle", "fruits et légumes"), # (added) ("prune quetsche", "prune quetsche", "fruits et légumes"), # (added) ("prune black beaut", "prune black beaut", "fruits et légumes"), # (added) ("prune friard", "prune friard", "fruits et légumes"), # (added) ("prune laroda", "prune laroda", "fruits et légumes"), # (added) ("prune santa rosa", "prune santa rosa", "fruits et légumes"), # (added) ("prune simka", "prune simka", "fruits et légumes"), # (added) ("pêche", "pêche", "fruits et légumes"), # peach ("nectarine", "nectarine", "fruits et légumes"), # (same) ("mûres", "mûres", "fruits et légumes"), # blackberry ("mûre de Boysen", "mûre de Boysen", "fruits et légumes"), # boysenberry ("framboise", "framboise", "fruits et légumes"), # raspberry ("framboise blanche", "framboise blanche", "fruits et légumes"), # (added) ("framboise pourpre", "framboise pourpre", "fruits et légumes"), # (added) ("framboise orange", "framboise orange", "fruits et légumes"), # (added) ("framboise jaune", "framboise jaune", "fruits et légumes"), # (added) ("chicouté", "chicouté", "fruits et légumes"), # cloudberry # ("wineberry","wineberry","fruits et légumes"), # (unknown) ("busserole", "busserole", "fruits et légumes"), # bearberry ("myrtille", "myrtille", "fruits et légumes"), # bilberry ("bleuet", "bleuet", "fruits et légumes"), # blueberry ("canneberge", "canneberge", "fruits et légumes"), # cranberry # ("huckleberry","huckleberry","fruits et légumes"), # (myrtille synonym) ("airelle", "airelle", "fruits et légumes"), # lingonberry # ("barberry ","barberry ","fruits et légumes"), # (unknown) ("groseille rouge à grappes", "groseille rouge à grappes", "fruits et légumes"), # red currant ("cassis", "cassis", "fruits et légumes"), # black currant ("groseille blanche à grappes", "groseille blanche à grappes", "fruits et légumes"), # white currant ("baie de sureau", "baie de sureau", "fruits et légumes"), # elderberry ("groseille à maquereau", "groseille à maquereau", "fruits et légumes"), # gooseberry # ("nannyberry","nannyberry","fruits et légumes"), # (unknown) ("argouse", "argouse", "fruits et légumes"), # sea-buckthorn ("symphorine occidentale", " symphorine occidentale", "fruits et légumes"), # wolfberry ("camarine", "camarine", "fruits et légumes"), # crowberry # ("mulberry","mulberry","fruits et légumes"), # (blackberry synonym) # ("goumi","goumi","fruits et légumes"), # (unknown) ("kiwi", "kiwi", "fruits et légumes"), # kiwi fruit ("kaki", "kaki", "fruits et légumes"), # persimmon ("Shepherdie du Canada", "Shepherdie du Canada", "fruits et légumes"), # buffaloberry ("asimine", "asimine", "fruits et légumes"), # pawpaw # ("american persimmon","american persimmon","fruits et légumes"), # (unknown) ("figue de Barbarie", "figue de Barbarie", "fruits et légumes"), # prickly pear # ("saguaro","saguaro ","fruits et légumes"), # (unknown) ("pitahaya", "pitahaya", "fruits et légumes"), # pitaya ("cantaloup", "cantaloup", "fruits et légumes"), # cantaloupe ("melon miel Honeydew", "melon miel Honeydew", "fruits et légumes"), # honeydew ("melon brodé", "melon brodé", "fruits et légumes"), # (added) ("melon à cornes", "melon à cornes", "fruits et légumes"), # (added) ("melon Casaba", "melon Casaba", "fruits et légumes"), # (added) ("melon Santa Claus", "melon Santa Claus", "fruits et légumes"), # (added) # ("sunberry","sunberry","fruits et légumes"), # (unknown) ("melon d'eau", "", "fruits et légumes"), # watermelon ("fraise", "fraise", "fruits et légumes"), # strawberry ("angélique", "angélique", "fruits et légumes"), # angelica # ("rhubarb","rhubarb","fruits et légumes"), # (already in the list !) ("figue", "figue", "fruits et légumes"), # fig ("raisin", "raisin", "fruits et légumes"), # grape ("raisin vert", "raisin vert", "fruits et légumes"), # (added) ("raisin rouge", "raisin rouge", "fruits et légumes"), # (added) ("jujube", "jujube", "fruits et légumes"), # (same) ("mûre noir", "mûre noir", "fruits et légumes"), # black mulberry # ("pomegranate","pomegranate","fruits et légumes"), # (already in the list !) ("datte", "datte", "fruits et légumes"), # date ("cédrat", "cédrat", "fruits et légumes"), # citron ("pamplemousse", "pamplemousse", "fruits et légumes"), # grapefruit ("pomélo", "pomélo", "fruits et légumes"), # pommelo ("lime", "lime", "fruits et légumes"), # key lime ("kumquat", "kumquat", "fruits et légumes"), # (same) ("citron", "citron", "fruits et légumes"), # lemon ("lime", "lime", "fruits et légumes"), # (key lime synonym) ("mandarine", "mandarine", "fruits et légumes"), # mandarin ("clémentine", "clémentine", "fruits et légumes"), # clementine ("tangelo", "tangelo", "fruits et légumes"), # (same) ("tangerine", "tangerine", "fruits et légumes"), # (same) ("orange", "orange", "fruits et légumes"), # (same) ("ugli", "ugli", "fruits et légumes"), # ugli fruit ("goyave", "goyave", "fruits et légumes"), # guava ("longane", "longane", "fruits et légumes"), # longane ("litchi", "litchi", "fruits et légumes"), # lychee ("fruit de la Passion", "fruit de la Passion", "fruits et légumes"), # passion fruit ("feijoa", "feijoa", "fruits et légumes"), # (same) ("akée", "akée", "fruits et légumes"), # akee ("banane", "banane", "fruits et légumes"), # banana ("banane cavendish", "banane cavendish", "fruits et légumes"), # (added) ("banane gros michel", "banane gros michel", "fruits et légumes"), # (added) ("banane à cuire", " banane à cuire", "fruits et légumes"), # plantain # ("breadfruit","breadfruit","fruits et légumes"), # (already in the list !) # ("camucamu","camucamu","fruits et légumes"), # (unknown) ("carambole", "carambole", "fruits et légumes"), # star fruit # ("cempedak","cempedak","fruits et légumes"), # (unknown) ("chérimole", "chérimole", "fruits et légumes"), # cherimoya ("noix de coco", "noix de coco", "fruits et légumes"), # coconut ("anone cœur de bœuf", "anone cœur de bœuf", "fruits et légumes"), # custard apple # ("dragonfruit","dragonfruit","fruits et légumes"), # (unknown) ("durion", "durion", "fruits et légumes"), # durian # ("guarana","guarana","fruits et légumes"), # (unknown) ("jaque", "jaque", "fruits et légumes"), # jackfruit # ("keppel fruit","keppel fruit","fruits et légumes"), # (unknown) ("langsat", "langsat", "fruits et légumes"), # (same) # ("velvet persimmon","velvet persimmon","fruits et légumes"), # (unknown) ("abricot de Saint-Domingue", "abricot de Saint-Domingue", "fruits et légumes"), # mamey sapote(apple)? ("sapote", "sapote", "fruits et légumes"), # mamey sapote(apple)? # ("mamoncillo","mamoncillo","fruits et légumes"), # (unknown) ("mangue", "mangue", "fruits et légumes"), # mango ("mangoustan", "mangoustan", "fruits et légumes"), # mangosteen # ("marang","marang","fruits et légumes"), # (unknown) ("papaye", "papaye", "fruits et légumes"), # papaya # ("peanut butter fruit","peanut butter fruit","fruits et légumes"), # (unknown) ("ananas", "ananas", "fruits et légumes"), # pineapple # ("poha","poha","fruits et légumes"), # (unknown) ("ramboutan", "ramboutan", "fruits et légumes"), # rambutan ("pomme-rose", "pomme-rose", "fruits et légumes"), # rose apple ("salak", "salak", "fruits et légumes"), # (same) ("sapotille", "sapotille", "fruits et légumes"), # sapodilla ("corossol épineux", "corossol épineux", "fruits et légumes"), # soursop ("pomme cannelle", "pomme cannelle", "fruits et légumes"), # sugar apple ("tamarin", "tamarin", "fruits et légumes"), # tamarind # ("acorn squash","squash, acorn","fruits et légumes"), # (already in the list !) # ("apple","apple","fruits et légumes"), # (already in the list !) # ("arugula","arugula","fruits et légumes"), # (already in the list !) # ("avocado","avocado","fruits et légumes"), # (already in the list !) # ("basil, thai fresh","basil, fresh, thai","fruits et légumes"), # (modifier?) # ("bean sprouts","bean sprouts","fruits et légumes"), # (already in the list !) # ("broccoli","broccoli","fruits et légumes"), # (already in the list !) # ("carrot","carrot","fruits et légumes"), # (already in the list !) # ("celery","celery","fruits et légumes"), # (already in the list !) ("tomate cerise", "tomate cerise", "fruits et légumes"), # cherry tomato # ("chiles, dried red","chiles, red, dried","fruits et légumes"), # (modifier?) # ("cilantro stems","cilantro stems","fruits et légumes"), # (modifier?) # ("cucumber","cucumber","fruits et légumes"), # (already in the list !) # ("curly endive","endive, curly","fruits et légumes"), # (same as frisee?) # ("curly lettuce leaf","lettuce, curly leaf","fruits et légumes"), # (unknown) # ("fresh basil","basil, fresh","fruits et légumes"), # (modifier?) # ("fresh cilantro","cilantro, fresh","fruits et légumes"), # (modifier?) # ("fresh ginger","ginger, fresh","fruits et légumes"), # (modifier?) ("galanga", "galanga", "fruits et légumes"), # (same) # ("garlic","garlic","fruits et légumes"), # (already in the list !) ("tomate en grappe", "tomate en grappe", "fruits et légumes"), # grape tomato # ("leek","leek","fruits et légumes"), # (already in the list !) # ("lemon grass","lemon grass","fruits et légumes"), # (already in the list !) ("jus de citron", "jus de citron", "fruits et légumes"), # lemon juice ("jus de lime", "jus de lime", "fruits et légumes"), # lime juice # ("lime leaves","lime leaves","fruits et légumes"), # (modifier) # ("lime","lime","fruits et légumes"), # (already in the list !) ("nappa", "nappa", "fruits et légumes"), # nappa cabbage ("olives", "olives", "fruits et légumes"), # (same) ("olives vertes", "olives vertes", "fruits et légumes"), # (added) ("olives noirs", "olives noirs", "fruits et légumes"), # (added) ("jus d'orange", "jus d'orange", "fruits et légumes"), # orange juice # ("parsley","parsley","fruits et légumes"), # (already in the list !) # ("portobello mushroom","mushroom, portobello","fruits et légumes"), # (unknown) # ("potato","potato","fruits et légumes"), # (already in the list !) # ("radicchio","radicchio","fruits et légumes"), # (already in the list !) ("oignon rouge", "oignon rouge", "fruits et légumes"), # red onion # ("red potato-skinned","potato, red-skinned","fruits et légumes"), # (unknown) # ("roasted peanuts","peanuts, roasted","fruits et légumes"), # (modifier?) # ("russet potato","potato, russet","fruits et légumes"), # (unknown) # ("salad greens","salad greens","fruits et légumes"), # (unknown) # ("scallion","scallion","fruits et légumes"), # (already in the list !) # ("spinach","spinach","fruits et légumes"), # (already in the list !) ("courge", "courge", "fruits et légumes"), # squash # ("tahitian squash","squash, tahitian","fruits et légumes"), # (unknown) # ("tomato","tomato","fruits et légumes"), # (already in the list !) ("oignon blanc", "oignon blanc", "fruits et légumes"), # white onion ("oignon jaune", "oignon jaune", "fruits et légumes"), # yellow onion # ("zucchini","zucchini","fruits et légumes"), # (already in the list !) # ("zuchini","zuchini","fruits et légumes"), # (already in the list !) # ("mushroom","mushroom","fruits et légumes"), # (already in the list !) # ("shallot","shallot","fruits et légumes"), # (already in the list !) # ("bell red pepper","bell pepper, red","fruits et légumes"), # (already in the list !) ## f r u i t s d e m e r ("anchois", "anchois", "fruits de mer"), # anchovy ("achigan", "achigan", "fruits de mer"), # bass ("bar d'Amérique", "bar d'Amérique", "fruits de mer"), # striped bass ("morue charbonnière", "morue charbonnière", "fruits de mer"), # black cod ("poisson globe", "poisson globe", "fruits de mer"), # blowfish ("barbue de rivière", "barbue de rivière", "fruits de mer"), # catfish ("barbotte", "barbotte", "fruits de mer"), # (added) ("morue", "morue", "fruits de mer"), # cod ("lamproie", "lamproie", "fruits de mer"), # eel ("flet", "flet", "fruits de mer"), # flounder ("églefin", "églefin", "fruits de mer"), # haddock ("flétan de l'Atlantique", "flétan de l'Atlantique", "fruits de mer"), # halibut ("morue-lingue", "morue-lingue", "fruits de mer"), # lingcod ("coryphène", "coryphène", "fruits de mer"), # mahi mahi ("baudroie", "baudroie", "fruits de mer"), # monkfish ("hoplostète orange", "hoplostète orange", "fruits de mer"), # orange roughy # ("chilean sea bass","chilean sea bass","fruits de mer"), # (unknown) ("brochet", "brochet", "fruits de mer"), # pike ("grand brochet", "grand brochet", "fruits de mer"), # (added) ("goberge", "goberge", "fruits de mer"), # pollock ("goberge de l'Alaska", "goberge de l'Alaska", "fruits de mer"), # (added) ("turbot de sable", "turbot de sable", "fruits de mer"), # sanddab ("plie canadienne", "plie canadienne", "fruits de mer"), # (added) ("sardine", "sardine", "fruits de mer"), # (same) ("sprat", "sprat", "fruits de mer"), # (added) ("saumon", "saumon", "fruits de mer"), # salmon ("bar commun", "bar commun", "fruits de mer"), # sea bass ("requin", "requin", "fruits de mer"), # shark ("vivaneau", "vivaneau", "fruits de mer"), # snapper ("scorpène", "scorpène", "fruits de mer"), # rockfish # ("rock cod","rock cod","fruits de mer"), # (rockfish synonym?) ("sébaste aux yeux jaunes", "sébaste aux yeux jaunes", "fruits de mer"), # pacific snapper ("vivaneau rouge", "vivaneau rouge", "fruits de mer"), # red snapper ("sole", "sole", "fruits de mer"), # (same) ("esturgeon", "esturgeon", "fruits de mer"), # sturgeon ("surimi", "surimi", "fruits de mer"), # (same) ("espadon", "espadon", "fruits de mer"), # swordfish ("tilapia", "tilapia", "fruits de mer"), # (same) ("tile", "tile", "fruits de mer"), # tilefish ("truite", "truite", "fruits de mer"), # trout ("thon", "thon", "fruits de mer"), # tuna ("poisson maigre", "poisson maigre", "fruits de mer"), # whitefish ("merlu blanc", "merlu blanc", "fruits de mer"), # whiting # ("roe","roe","fruits de mer"), # (title?) ("caviar", "caviar", "fruits de mer"), # (same) ("œufs de saumon", "œufs de saumon", "fruits de mer"), # salmon roe ("crabe", "crabe", "fruits de mer"), # crab ("crabe dormeur", "crabe dormeur", "fruits de mer"), # dungeness crab ("crabe royal", "crabe royale", "fruits de mer"), # king crab ("crabe des neiges", "crabe des neiges", "fruits de mer"), # snow crab ("écrevisse", "écrevisse", "fruits de mer"), # écrevisse ("homard", "homard", "fruits de mer"), # lobster ("crevette", "crevette", "fruits de mer"), # shrimp ("crevettes roses", "crevettes roses", "fruits de mer"), # prawns ("ormeau", "ormeau", "fruits de mer"), # abalone ("mye", "mye", "fruits de mer"), # clam ("moules", "moules", "fruits de mer"), # mussel ("poulpe", "poulpe", "fruits de mer"), # octopus ("huître", "huître", "fruits de mer"), # oyster ("escargot", "escargot", "fruits de mer"), # snail ("calmar", "calmar", "fruits de mer"), # squid ("pétoncle", "pétoncle", "fruits de mer"), # scallop ## v i a n d e s ("bacon", "bacon", "viandes"), # (same) ("chorizo", "chorizo", "viandes"), # (same) # ("fuet","fuet","viandes"), # (unknown) ("salami", "salami", "viandes"), # (same) ("jambon", "jambon", "viandes"), # ham ("mouton", "mouton", "viandes"), # mutton ("agneau", "agneau", "viandes"), # lamb ("veau", "veau", "viandes"), # veal ("bifteck", "bifteck", "viandes"), # steak ("hamburger", "hamburger", "viandes"), # (same) ("rôti de bœuf", "rôti de bœuf", "viandes"), # roast beef ("poulet", "poulet", "viandes"), # chicken ("dinde", "dinde", "viandes"), # turkey ("canard", "canard", "viandes"), # duck ("oie", "oie", "viandes"), # goose ("sanglier", "sanglier", "viandes"), # (added) ("bœuf", "bœuf", "viandes"), # beef ("bœuf haché", "bœuf, haché", "viandes"), # ground beef ("cerf", "cerf", "viandes"), # (added) ("lapin", "lapin", "viandes"), # (added) ("poitrine de poulet", "poulet, poitrine", "viandes"), # chicken breast ("poulet entier", "poulet, entier", "viandes"), # whole chicken ("patte de poulet", "poulet, patte", "viandes"), # chicken leg ("porc", "porc", "viandes"), # pork ## Q u é b e c ' s l o c a l e ("beurre d'érable", "beurre d'érable", "épicerie sucrée"), # (added) ("sirop d'érable", "sirop d'érable", "épicerie sucrée"), # (added) ("tire d'érable", "tire d'érable", "épicerie sucrée"), # (added) ("tire à l'érable", "tire à l'érable", "épicerie sucrée"), # (added) ("caribou", "caribou", "viandes"), # (added) ("cerf de Virginie", "cerf de Virginie", "viandes"), # (added) ("relish", "relish", "condiments"), # (added) ## é p i c e r i e ("farine tout usage", "farine tout usage", "épicerie"), # all flour purpose ("levure chimique", "levure chimique", "épicerie"), # baking powder ("hydrogénocarbonate de sodium", "hydrogénocarbonate de sodium", "épicerie"), # baking soda ("cassonade", "cassonade", "épicerie"), # brown sugar ("grains de chocolat", "grains de chocolat", "épicerie"), # chocolate chips # ("dark sugar brown","sugar, dark brown","épicerie"), # (unknown) ("miel", "miel", "épicerie"), # honey # ("light sugar brown","sugar, light brown","épicerie"), # (unknown) ("sel", "sel", "épicerie"), # salt ("gros sel", "sel, gros", "épicerie"), # (added) ("sel de mer", "sel de mer", "épicerie"), # (added) # ("shredded coconut","coconut, shredded","épicerie"), # (modifier?) ("extrait de vanille", "vanille, extrait de", "épicerie"), # vanilla extract ("noix", "noix", "épicerie"), # walnut ("sucre blanc", "sucre blanc", "épicerie"), # white sugar ("farine de maïs jaune", "farine de maïs jaune", "épicerie"), # yellow cornmeal ("flocons d'avoine", "flocons d'avoine", "épicerie"), # rolled oats ("riz", "riz", "épicerie"), # rice ## p a i n ("croûtons", "croûtons", "pain"), # croutons ("pain au levain", "pain au levain", "pain"), # sourdough bread ## c o n d i m e n t s ("moutarde de Dijon", "moutarde de Dijon", "condiments"), # dijon mustard ("ketchup", "ketchup", "condiments"), # (added) ("mayonnaise", "mayonnaise", "condiments"), # (same) ## t a r t i n a d e s ("beurre d'arachide", "beurre d'arachide", "tartinades"), # peanut butter ## é p i c e s # ("black ground pepper","black pepper, ground","épices"), # (modifier?) ("poivre de cayenne", "poivre de cayenne", "épices"), # cayenne # ("chili powder","chili powder","épices"), # (modifier?) # ("coriander seeds","coriander, seeds","épices"), # (modifier?) ("cari", "cari", "épices"), # curry powder ("garam masala", "garam masala", "épices"), # (same) # ("ground cinnamon","cinnamon, ground","épices"), # (modifier?) # ("ground coriander","coriander, ground","épices"), # (modifier?) # ("ground cumin","cumin, ground","épices"), # (modifier?) # ("nutmeg","nutmeg","épices"), # (modifier?) ("paprika", "paprika", "épices"), # (same) # ("powdered ginger","ginger, powdered","épices"), # (modifier?) # ("seeds ajowan","ajowan, seeds","épices"), # (modifier?) # ("seeds cumin","cumin, seeds","épices"), # (modifier?) # ("seeds mustard","mustard, seeds","épices"), # (modifier?) # ("star anise","star anise","épices"), # (modifier?) # ("stick cinnamon","cinnamon, stick","épices"), # (modifier?) ("curcuma", "curcuma", "épices"), # turmeric # ("monkfish","monkfish","fruits de mer"), # (already in the list !) # ("salmon","salmon","fruits de mer"), # (already in the list !) # ("whole rock cod or snapper","whole rock cod or snapper","fruits de mer"), # (unknown) ## i n t e r n a t i o n a l ("lait de coco", "lait de coco", "international"), # coconut milk # ("dried shrimp","shrimp, dried","international"), # (modifier?) # ("fish sauce","fish sauce","international"), # (unknown) # ("flat rice flour noodles","flat rice flour noodles","international"), # (unknown) # ("green canned chiles","green chiles, canned","international"), # (unknown) # ("green curry paste","green curry paste","international"), # (unknown) ("vinaigre de riz", "vinaigre de riz", "international"), # rice vinegar # ("roasted chili paste","roasted chili paste","international"), # (unknown) ("salsa", "salsa", "international"), # (same) ("graine de sésame", "graine de sésame", "international"), # sesame seeds ("pâte de crevettes", "pâte de crevettes", "international"), # shrimp paste ("sauce de soja", "sauce de soja", "international"), # soy sauce # ("tamarind juice","tamarind juice","international"), # (unknown) # ("tamarind water","tamarind water","international"), # (unknown) ("couscous", "couscous", "international"), # (same) ## p â t e s ("pâtes à lasagne", "pâtes à lasagne", "pâtes"), # lasagna pasta noodles ("linguines", "linguines", "pâtes"), # linguine pasta ("pâtes alimentaires", "pâtes alimentaires", "pâtes"), # pasta ("plumes rayées", "plumes rayées", "pâtes"), # penne pasta ("plumes", "plumes", "pâtes"), # (added) # ("peppered linguini","linguini, peppered","pâtes"), # (modifier?) ("coquilles", "coquilles", "pâtes"), # shells pasta ("coquilles petites", "coquilles petites", "pâtes"), # (added) ("coquilles géantes", "coquilles géantes", "pâtes"), # (added) ("spaghettis", "spaghettis", "pâtes"), # (same) ("vermicelles", "vermicelles", "pâtes"), # (added) ## p r o d u i t s l a i t i e r s ("beurre", "beurre", "produits laitiers"), # butter ("margarine", "margarine", "produits laitiers"), # (added) ("œuf", "œuf", "produits laitiers"), # egg ("œufs", "œufs", "produits laitiers"), # eggs # ("flour tortillas","tortillas, flour","produits laitiers"), # (unknown) ("lait", "lait", "produits laitiers"), # milk ("crème sure", "crème sure", "produits laitiers"), # sour cream ("crème", "crème", "produits laitiers"), # (added) ("crème 10% M.G.", "crème, 10% M.G.", "produits laitiers"), # (added) ("crème 15% M.G.", "crème, 15% M.G.", "produits laitiers"), # (added) ("crème 35% M.G.", "crème, 35% M.G.", "produits laitiers"), # (added) ("yogourt", "yogourt", "produits laitiers"), # yogurt ## f r o m a g e s ("cheddar", "fromage, cheddar", "fromages"), # cheddar cheese ("cottage", "fromage, cottage", "fromages"), # cottage cheese ("féta", "fromage, féta", "fromages"), # feta cheese ("fromage de chèvre blanc", "fromage de chèvre blanc", "fromages"), # fresh cheese white goat ("jack", "fromage, jack", "fromages"), # jack cheese ("mozzarella", "fromage, mozzarella", "fromages"), # mozzarella cheese ("parmesan", "fromage, parmesan", "fromages"), # parmesan cheese ("provolone", "fromage, provolone", "fromages"), # provolone cheese ("ricotta", "fromage, ricotta", "fromages"), # ricotta cheese ("Gouda fumé", "fromage, Gouda fumé", "fromages"), # smoked cheese Gouda ## s o u p e s & s a u c e s ("soupe de tomates", "soupe, tomate", "soupes & sauces"), # tomato sauce ("bouillon de légumes", "bouillon, légumes", "soupes & sauces"), # vegetable broth ## h u i l e s & v i n a i g r e s ("vinaigre balsamique", "vinaigre balsamique", "huiles & vinaigres"), # balsamic vinegar ("huile de maïs", "huile de maïs", "huiles & vinaigres"), # corn oil ("huile d'olive", "huile d'olive", "huiles & vinaigres"), # olive oil ("huile de sésame", "huile de sésame", "huiles & vinaigres"), # sesame oil ("huile végétale", "huile végétale", "huiles & vinaigres"), # vegetable oil ("huile de soja", "huile de soja", "huiles & vinaigres"), # (added) ## v i n & s p i r i t u e u x ("vin blanc", "vin, blanc", "vin & spiritueux"), # white wine ("vin rouge", "vin, rouge", "vin & spiritueux"), # (added) ## t h i n g y o u s h o u l d h a v e a t h o m e ("eau", "eau", ""), # water ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. # Each unit is of the following format: # ("unit1","unit2"):conversion_factor, where unit1 contains conversion_factor X unit2 # For example: 1 cup has 16 tablespoons. CONVERTER_TABLE = { ("c.", "tbs."): 16, ("verre", "tbs."): 16, ("pot", "ml"): 125, ("lb.", "oz."): 16, ("tbs.", "tsp."): 3, ("pt.", "c."): 2, ("qt.", "c."): 4, ("gallon", "qt."): 4, ("l", "qt."): 1.057, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("oz.", "g"): 28.35, ("kg", "g"): 1000, ("dag", "g"): 10, ("g", "mg"): 1000, ("dg", "mg"): 100, ("cg", "mg"): 10, ("tsp.", "drop"): 76, ("oz.", "dram"): 16, ("dram", "grains"): 27.34375, ("peck", "gallon"): 2, ("bucket", "peck"): 2, ("bushel", "bucket"): 2, ("lb.", "grains"): 7000, } ### from translator : see note further... # # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # # you know them. Eliminate entries that are untranslatable or don"t exist in your # # locale. And please add any additional units that you know of. # # Each unit is of the following format: # # ("unit1","unit2"):conversion_factor, where unit1 contains conversion_factor X unit2 # # For example: 1 cup has 16 tablespoons. # CONVERTER_TABLE = { # ("tasse","c. à table"):16, # ("lb","oz"):16, # ("c. à table","c. à thé"):3, # ("chop","tasse"):2, # ("pte","tasse"):4, # ("gallon","pte"):4, # ("l","pte"):1.057, # ("l","ml"):1000, # ("l","cl"):100, # ("l","dl"):10, # ("oz","g"):28.35, # ("kg","g"):1000, # ("g","mg"):1000, # ("c. à thé","goutte"):76, # ("oz","dram"):16 # } # DENSITIES of common foods. This allows us to convert between mass and volume. # Translators: You may be best off translating the food names below, since lists # of food densities can be hard to come by! DENSITY_TABLE = { "eau": 1, # water "jus de raisins": 1.03, # juice, grape "bouillon de légumes": 1, # vegetable broth "bouillon de poulet": 1, # broth, chicken "lait": 1.029, # milk "lait entier": 1.029, # milk, whole "lait écrémé": 1.033, # milk, skim "lait 2%": 1.031, # milk, 2% "lait 1%": 1.03, # milk, 1% "lait de noix de coco": 0.875, # coconut milk "babeurre": 1.03, # buttermilk "crème riche": 0.994, # heavy cream "crème légère": 1.012, # light cream "crème 11,5%": 1.025, # half-and-half "miel": 1.420, # honey "sucre blanc": 1.550, # sugar, white "sel": 2.165, # salt "beurre": 0.911, # butter "huile végétale": 0.88, # oil, vegetable "huile d'olive": 0.88, # oil, olive "huile de maïs": 0.88, # oil, corn "huile de sésame": 0.88, # oil, sesame "farine tout usage": 0.6, # flour, all purpose "farine de blé entier": 0.6, # flour, whole wheat "fécule de maïs": 0.6, # corn starch "sucre en poudre": 0.6, # sugar, powdered "sucre glace": 0.6, # sugar, confectioners } # Standard unit names and alternate unit names that might appear. For # example: "c." is our standard abbreviation for cup. "cup","c." or # "cups" might appear in a recipe we are importing. Each item of this # list looks like this: # # ["standard", ["alternate1","alternate2","alternate3",...]] # # The first item should be the preferred abbreviation # The second item should be the full name of the unit # e.g. ["c.", ["cup",...]] # UNITS = [ ("bucket", ["bucket", "buckets", "bckt."]), ("peck", ["peck", "pecks"]), ("bushel", ["boisseau", "boisseaux"]), ("grains", ["grain", "grains"]), ("dram", ["petit verre", "petits verres", "dram", "drams"]), ("drop", ["goutte", "gouttes", "trait"]), ("tsp.", ["cc", "cc.", "c.a.c.", "c. à c", "cuillerée à café", "cuillerées à café", "cuillère à café", "cuillères à café", "cuil. à café"]), ("tbs.", ["cs", "cs.", "c.a.s.", "c. à s", "cuillerée à soupe", "cuillerées à soupe", "cuillère à soupe", "cuillères à soupe", "cuil. à soupe"]), ("lb.", ["pound", "lb", "lb.", "lbs.", "pounds"]), ("oz.", ["ounce", "oz", "ounces", "oz."]), ("c.", ["tasses", "tasse", "cups", "bol", "bols"]), ("verre", ["verre", "verres"]), ("pot", ["pot", "pots"]), ("qt.", ["quart", "qt.", "quarts"]), ("pt.", ["pinte", "pt.", "pintes"]), ("gallon", ["gallon", "gallons", "gal."]), ("ml", ["ml", "ml.", "millilitre", "millilitres"]), ("cl", ["cl", "cl.", "centilitre", "centilitres"]), ("dl", ["dl", "dl.", "décilitre", "décilitres", "decilitre", "decilitres"]), ("l", ["l.", "lit.", "litre", "litres"]), ("g", ["g", "g.", "gramme", "grammes"]), ("mg", ["mg", "mg.", "milligramme", "milligrammes"]), ("cg", ["cg", "cg.", "centigramme", "centigrammes"]), ("dg", ["dg", "dg.", "décigramme", "décigrammes"]), ("dag", ["dag", "dag.", "décagramme", "décagrammes"]), ("kg", ["kg", "kg.", "kilogramme", "kilogrammes"]), # These names aren"t really convertible, but we want them to # be recognized as units. ("small", ["petit", "petits", "petite", "petites"]), ("medium", ["medium", "Medium", "med", "med.", "Med", "Med."]), ("large", ["large", "larges", "grosse", "grosses", "gros"]), ("boîte", ["boite", "boites", "boîte", "boîtes"]), ("dose", ["dose", "doses"]), ("entier", ["entier", "entiers", "entière", "entières"]), ("clou", ["clou", "clous"]), # Clou de girofle ("can", ["can", "Can", "cn", "cn."]), ("head", ["head", "heads", "Head", "Heads", "hd", "hd."]), ("paquet", ["paquet", "paquets", "pack", "sachet", "sachets"]), # eg: Sachet de levure ("pincée", ["pincée", "pincées"]), # eg pincée de sel ("morceau", ["morceau", "morceaux"]), # eg: morceau de sucre ("bouquet", ["bouquet", "bouquets", "grappe", "grappes"]), ("feuille", ["feuille", "feuilles"]), # eg: feuille de laurier... ("botte", ["botte", "bottes"]), # eg: botte de radis ("branche", ["branche", "branches"]), # eg: branches de thym ("brin", ["brin", "brins"]), # eg: brin de percil ("gousse", ["gousse", "gousses"]), # eg: gousse d'ail ("cube", ["cube", "cubes"]), # eg: cube de bouillon ("tranche", ["tranche", "tranches"]), # eg: tranche de lard ("zeste", ["zeste", "zestes"]), # eg: zeste de citron ] METRIC_RANGE = (1, 999) # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). # (User choice not implemented yet) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], "imperial weight": [ ("grains", (0, 27)), ("dram", (0.5, 15)), ("oz.", (0.25, 32)), ("lb.", (0.25, None)), ], "imperial volume": [ ("drop", (0, 3)), ("tsp.", (0.125, 3)), ("tbs.", (1, 4)), ("c.", (0.25, 6)), ("pt.", (1, 1)), ("qt.", (1, 3)), ("gallon", (1, None)), ("peck", (1, 2)), ("bucket", (1, 2)), ("bushel", (1, None)), ], } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt.", "lb."): ("density", 1), ("tbs.", "oz."): ("density", 0.5), ("c.", "oz."): ("density", 8), ("pt.", "oz."): ("density", 16), ("ml", "g"): ("density", 1), } # The units here need to correspond to the standard unit names defined # in UNITS. These are some core conversions from mass-to-volume, # assuming a density of 1 (i.e. the density of water). VOL_TO_MASS_TABLE = { ("pt.", "lb."): 1, ("tbs.", "oz."): 0.5, ("c.", "oz."): 8, ("pt.", "oz."): 16, ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } ### From translator : ### FRENCH PART TO BE REVISED !!! US units != UK units != Canadian units !!! ### I will work on these later... # # Stand unit names and alternate unit names that might appear. For # # example: "c." is our standard abbreviation for cup. "cup","c." or # # "cups" might appear in a recipe we are importing. Each item of this # # list looks like this: # # # # ["standard", ["alternate1","alternate2","alternate3",...]] # UNITS = [ # #["bucket" , ["bucket","buckets","bckt."]], # ["picotin", ["peck","pecks","picotin"]], #peck # ["boisseau", ["bushel","bushels","bsh.","bu.","bu","bsh","bshl","bshl.","boisseau","minot"]], #bushel # #["grains", ["grain","grains"]], # ["dram", ["dram","drams"]], #(same) # ["goutte", ["drop","goutte","gouttes"]], #drop # ["c. à thé", ["teaspoon","tsp","tsp.","tea spoon","tsps.","teaspoons","tea spoons","Teaspoon", # "cuiller à thé","cuillers à thé","cuiller a the","cuillers a the","cuiller à th.", # "cuillers a th.", "c. à th.","c. a th."]], #tsp. # ["c. à table", ["tablespoon","tbs","tbsp","tbs.","tbsp.","table spoon","tbsps.","tablespoons", # "Tablespoon", "cuillère à table","cuillères à table","cuillere a table","cuilleres a table", # "cuillerée à soupe","cuillerées à soupe","cuilleree a soupe","cuillerees a soupe"]], #tbs. # ["lb", [ "pound","lb","lb.","lbs.","pounds","livre","livres"]], #lb. # ["oz", [ "ounce","oz","ounces","oz.","once","onces"]], #oz. # ["tasse", ["cup","c.","cups","tasse","tasses","t"]], #c. # ["pte", ["quart","qt.","quarts","pte","pinte","pintes"]], #qt. # ["chop", ["pint","pt.","pints","chop","chopine","chopines","chopine liquide"]], #pt. # ["gallon", ["gallon","gallons","gal."]], # ["gallon US", ["gallon US","gallon amériacain"]], # ["ml", ["mililiter","ml","ml.","mililiters","millilitre","millilitres"]], #ml. # ["cl", ["centiliter","cl","cl.","centiliters","centilitre","centilitres"]], #cl. # ["dl", ["deciliter","dl","dl.","deciliters","décilitre","decilitre","décilitres","décilitres"]],#dl. # ["l", ["liter","l.","lit.","liters","litre","litres"]], #l. # ["g", ["grams","gram","g","gramme","grammes"]], #g. # ["mg", ["miligram","mg.","mg","miligrams","milligramme","milligrammes"]], #mg. # ["kg", ["kilogram","kg.","kg","kilograms","kilogramme","kilogrammes"]] #kg. # ] # METRIC_RANGE = (1,999) # # The following sets up unit groups. Users will be able to turn # # these on or off (American users, for example, would likely turn # # off metric units, since we don"t use them). # # (User choice not implemented yet) # UNIT_GROUPS = { # "metric mass":[("mg",METRIC_RANGE), # ("g",METRIC_RANGE), # ("kg",(1,None))], # "metric volume":[("ml",METRIC_RANGE), # ("cl",(1,99)), # ("dl",(1,9)), # ("l",(1,None))], # "imperial weight":[#("grains",(0,27)), # ("dram",(0.5,15)), # ("oz",(0.25,32)), # ("lb",(0.25,None)) # ], # "imperial volume":[("goutte",(0,3)), # ("c. à thé",(0.125,3)), # ("c. à table",(1,4)), # ("tasse",(0.25,6)), # ("chop",(1,1)), # ("pte",(1,3)), # ("gallon US",(1,None)), # ("picotin",(1,2)), # #("bucket",(1,2)), # ("boisseau",(1,None))] # } # # The units here need to correspond to the standard unit names defined # # above in UNITS # CROSS_UNIT_TABLE = { # ## This if for units that require an additional # ## bit of information -- i.e. to convert between # ## volume and mass you need the density of an # ## item. In these cases, the additional factor # ## will be provided as an "item" that is then looked # ## up in the dictionary referenced here (i.e. the density_table) # ## currently, "density" is the only keyword used # ("chop","lb"):["density",1], # ("c. à table","oz"):["density",0.5], # ("tasse","oz"):["density",8], # ("chop","oz"):["density",16], # ("ml","g"):["density",1]} # # The units here need to correspond to the standard unit names defined # # in UNITS. These are some core conversions from mass-to-volume, # # assuming a density of 1 (i.e. the density of water). # VOL_TO_MASS_TABLE = { # ("chop","lb") : 1, #(warning, might not be accurate, see below) # ("c. à table","oz") : 0.5, # ("tasse","oz") : 8, # ("chop","oz") : 20, #(warning, modified, see "chopine" in granddictionnaire) # ("ml","g") : 1, # ("ml","mg") : 1000, # ("ml","kg"): 0.001, # ("cl","kg"): 0.01, # ("cl","g") : 10, # ("dl","kg") : 0.1, # ("dl","g") : 100, # ("l","kg") : 1} # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". @staticmethod def guess_singulars(s): """I don't really know French, but I'm going to guess it's like English and Spanish with regard to plurals and try some basic rules here. """ if len(s) < 3: return [] ret = [] if s[-1] == "s": ret.append(s[0:-1]) # try chopping off the s if s[-2] == "e": ret.append(s[0:-2]) # try chopping off 'es' return ret @staticmethod def guess_plurals(s): return [s + "s", s + "es"] IGNORE = [ "et", "avec", "de", "des", "d'", "pour", "froid", "froide", "froids", "froides", "chaud", "chaude", "chauds", "chaudes", "finement", "mince", "minces", "approximativement", "grosso modo", "vulgairement", ] NUMBERS: Mapping[float, Collection[str]] = {} gourmand-1.2.0/src/gourmand/defaults/defaults_nl.py000066400000000000000000000610621510115424500224150ustar00rootroot00000000000000# -*- coding: utf-8 -*- # ## we set up default information. ## first, easy to maintain lists which can eventually be moved to ## files. from typing import Collection, List, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! CREDITS = "Gregory" # only translate the items in the list [..] (and feel free to create categories # that make sense for your locale -- no need to translate these ones). DO NOT # translate 'cuisine','rating','source' or 'category' fields = { "cuisine": [ "Amerikaans", "Italiaans", "Mexicaans", "Zuid-westers", "Aziatisch/Thais", "Aziatisch/Vietnamees", "Aziatisch/Chinees", "Aziatisch/Japans", ], "rating": ["Excellent", "Zeer goed", "Goed", "Matig", "Zwak"], "source": ["Kookboek"], "category": ["Dessert", "Voorgerecht", "Salade", "Soep", "Ontbijt"], } # In English, there are a heck of a lot of synonyms. This is a list # for those synonyms. ["preferred word","alternate word","alternate word"] # If there are none of these that you can think of in your language, just # set this to: # SYNONYMS=[] SYNONYMS: Collection[List[str]] = [] # a dictionary key=ambiguous word, value=list of possible non-ambiguous terms AMBIGUOUS: Mapping[str, List[str]] = {} # triplicates ITEM, KEY, SHOPPING CATEGORY # These will be defaults. They should include whatever foods might be # standard for your locale, with whatever sensible default categories # you can think of (again, thinking of your locale, not simply translating # what I've done). INGREDIENT_DATA = [ ("alfalfa spruiten", "alfalfa spruiten", "land- en tuinbouw producten"), ("anijs", "anijs", "land- en tuinbouw producten"), ("artisjok", "artisjok", "land- en tuinbouw producten"), ("arugula", "arugula", "land- en tuinbouw producten"), ("asperge", "asperge", "land- en tuinbouw producten"), ("aubergine", "aubergine", "land- en tuinbouw producten"), ("avocado", "avocado", "land- en tuinbouw producten"), ("groene bonen", "groene bonen", "land- en tuinbouw producten"), ("azukibonen", "azukibonen", "land- en tuinbouw producten"), ("boonspruiten", "boonspruiten", "land- en tuinbouw producten"), ("zwarte bonen", "zwarte bonen", "land- en tuinbouw producten"), ("black-eyed peas", "black-eyed peas", "land- en tuinbouw producten"), ("borlotti bonen", "borlotti bonen", "land- en tuinbouw producten"), ("broad bonen", "broad bonen", "land- en tuinbouw producten"), ("kikkererwten, garbanzos", "kikkererwten, garbanzos", "land- en tuinbouw producten"), ("nierbonen", "nierbonen", "land- en tuinbouw producten"), ("linzen", "linzen", "land- en tuinbouw producten"), ("limabonen of boterbonen", "limabonen of boterbonen", "land- en tuinbouw producten"), ("mung bonen", "mung bonen", "land- en tuinbouw producten"), ("navy bonen", "navy bonen", "land- en tuinbouw producten"), ("pronkbonen of Spaase bonen", "pronkbonen of Spaanse bonen", "land- en tuinbouw producten"), ("sojabonen", "sojabonen", "land- en tuinbouw producten"), ("erwten", "erwten", "land- en tuinbouw producten"), ("snap peas", "snap peas", "land- en tuinbouw producten"), ("bok choy", "bok choy", "land- en tuinbouw producten"), ("broodfruit", "broodfruit", "land- en tuinbouw producten"), ("groene bloemkool", "groene bloemkool", "land- en tuinbouw producten"), ("broccoli", "broccoli", "land- en tuinbouw producten"), ("spruitjes", "spruitjes", "land- en tuinbouw producten"), ("kool", "kool", "land- en tuinbouw producten"), ("bloemkool", "bloemkool", "land- en tuinbouw producten"), ("selder", "selder", "land- en tuinbouw producten"), ("maïssalade", "maïssalade", "land- en tuinbouw producten"), ("witloof", "witloof", "land- en tuinbouw producten"), ("kropsla", "kropsla", "land- en tuinbouw producten"), ("maïs", "maïs", "land- en tuinbouw producten"), ("champignons", "champignons", "land- en tuinbouw producten"), ("netels", "netels", "land- en tuinbouw producten"), ("bieslook", "bieslook", "land- en tuinbouw producten"), ("look", "look", "land- en tuinbouw producten"), ("prei", "prei", "land- en tuinbouw producten"), ("ajuin", "ajuin", "land- en tuinbouw producten"), ("sjalot", "sjalot", "land- en tuinbouw producten"), ("peterselie", "peterselie", "land- en tuinbouw producten"), ("peper", "peper", "land- en tuinbouw producten"), ("zwarte peper", "zwarte peper", "land- en tuinbouw producten"), ("witte peper", "witte peper", "land- en tuinbouw producten"), ("chili peper", "chili peper", "land- en tuinbouw producten"), ("jalapeño peper", "peper, jalapeño", "land- en tuinbouw producten"), ("habanero peper", "peper, habanero", "land- en tuinbouw producten"), ("rabarber", "rabarber", "land- en tuinbouw producten"), ("biet", "biet", "land- en tuinbouw producten"), ("wortel", "wortel", "land- en tuinbouw producten"), ("maniok", "maniok", "land- en tuinbouw producten"), ("ginger", "ginger", "land- en tuinbouw producten"), ("radijs", "radijs", "land- en tuinbouw producten"), ("wasabi", "wasabi", "land- en tuinbouw producten"), ("witte radijs", "witte radijs", "land- en tuinbouw producten"), ("spinazie", "spinazie", "land- en tuinbouw producten"), ("komkommer", "komkommer", "land- en tuinbouw producten"), ("pompoen", "pompoen", "land- en tuinbouw producten"), ("spaghetti squash", "squash, spaghetti", "land- en tuinbouw producten"), ("tomaat", "tomaat", "land- en tuinbouw producten"), ("aardappel", "aardappel", "land- en tuinbouw producten"), ("zoete aardappel", "zoete aardappel", "land- en tuinbouw producten"), ("waterkers", "waterkers", "land- en tuinbouw producten"), ("appel", "appel", "land- en tuinbouw producten"), ("juneberry", "juneberry", "land- en tuinbouw producten"), ("granaatappel", "granaatappel", "land- en tuinbouw producten"), ("abricot", "abricot", "land- en tuinbouw producten"), ("kers", "kers", "land- en tuinbouw producten"), ("perzik", "perzik", "land- en tuinbouw producten"), ("nectarine", "nectarine", "land- en tuinbouw producten"), ("braambes", "braambes", "land- en tuinbouw producten"), ("framboos", "framboos", "land- en tuinbouw producten"), ("bergbraambes", "bergbraambes", "land- en tuinbouw producten"), ("beredruif", "beredruif", "land- en tuinbouw producten"), ("bosbes", "bosbes", "land- en tuinbouw producten"), ("Amerikaanse veenbes", "Amerikaanse veenbes", "land- en tuinbouw producten"), ("lingonberry", "lingonberry", "land- en tuinbouw producten"), ("berberis", "berberis", "land- en tuinbouw producten"), ("rode bes", "bes, rood", "land- en tuinbouw producten"), ("zwarte bes", "bes, zwart", "land- en tuinbouw producten"), ("witte bes", "bes, wit", "land- en tuinbouw producten"), ("vlierbes", "vlierbes", "land- en tuinbouw producten"), ("kruisbes", "kruisbes", "land- en tuinbouw producten"), ("overzees-wegedoorn", "overzees-wegedoorn", "land- en tuinbouw producten"), ("moerbeiboom", "moerbeiboom", "land- en tuinbouw producten"), ("kiwi", "kiwi", "land- en tuinbouw producten"), ("papaja", "papaja", "land- en tuinbouw producten"), ("peer", "peer", "land- en tuinbouw producten"), ("kantaloep", "kantaloep", "land- en tuinbouw producten"), ("watermeloen", "watermeloen", "land- en tuinbouw producten"), ("aardbei", "aardbei", "land- en tuinbouw producten"), ("vijg", "vijg", "land- en tuinbouw producten"), ("druif", "druif", "land- en tuinbouw producten"), ("pompelmoes", "pompelmoes", "land- en tuinbouw producten"), ("citroen", "citroen", "land- en tuinbouw producten"), ("limoen", "limoen", "land- en tuinbouw producten"), ("mandarijn", "mandarijn", "land- en tuinbouw producten"), ("clementine", "clementine", "land- en tuinbouw producten"), ("sinaasappel", "sinaasappel", "land- en tuinbouw producten"), ("lychee", "lychee", "land- en tuinbouw producten"), ("passievrucht", "passievrucht", "land- en tuinbouw producten"), ("banaan", "banaan", "land- en tuinbouw producten"), ("ster fruit", "ster fruit", "land- en tuinbouw producten"), ("kokosnoot", "kokosnoot", "land- en tuinbouw producten"), ("durian", "durian", "land- en tuinbouw producten"), ("mango", "mango", "land- en tuinbouw producten"), ("ananas", "ananas", "land- en tuinbouw producten"), ("ansjovis", "ansjovis", "vis & zeevruchten"), ("baars", "baars", "vis & zeevruchten"), ("blowfish", "blowfish", "vis & zeevruchten"), ("meerval", "meerval", "vis & zeevruchten"), ("kabeljouw", "kabeljouw", "vis & zeevruchten"), ("paling", "paling", "vis & zeevruchten"), ("bot", "bot", "vis & zeevruchten"), ("schelvis", "schelvis", "vis & zeevruchten"), ("heilbot", "heilbot", "vis & zeevruchten"), ("zeebaars", "zeebaars", "vis & zeevruchten"), ("snoek", "snoek", "vis & zeevruchten"), ("sardien", "sardien", "vis & zeevruchten"), ("zalm", "zalm", "vis & zeevruchten"), ("zeebaars", "zeebaars", "vis & zeevruchten"), ("haai", "haai", "vis & zeevruchten"), ("snapper", "snapper", "vis & zeevruchten"), ("schorpioenvis", "schorpioenvis", "vis & zeevruchten"), ("tong", "tong", "vis & zeevruchten"), ("steur", "steur", "vis & zeevruchten"), ("zwaardvis", "zwaardvis", "vis & zeevruchten"), ("tegelvis", "tegelvis", "vis & zeevruchten"), ("forel", "forel", "vis & zeevruchten"), ("tonijn", "tonijn", "vis & zeevruchten"), ("witing", "witing", "vis & zeevruchten"), ("kuiten", "kuiten", "vis & zeevruchten"), ("kaviaar", "kaviaar", "vis & zeevruchten"), ("zalmkuiten", "zalmkuiten", "vis & zeevruchten"), ("krab", "krab", "vis & zeevruchten"), ("rivierkreeften", "rivierkreeften", "vis & zeevruchten"), ("kreeft", "kreeft", "vis & zeevruchten"), ("garnaal", "garnaal", "vis & zeevruchten"), ("scampi", "scampi", "vis & zeevruchten"), ("tweekleppig schelpdier", "tweekleppig schelpdier", "vis & zeevruchten"), ("mossel", "mossel", "vis & zeevruchten"), ("octopus", "octopus", "vis & zeevruchten"), ("oester", "oester", "vis & zeevruchten"), ("slak", "slak", "vis & zeevruchten"), ("inktvis", "inktvis", "vis & zeevruchten"), ("kammossel", "kammossel", "vis & zeevruchten"), ("spek", "spek", "vlees"), ("chorizo", "chorizo", "vlees"), ("fuet", "fuet", "vlees"), ("salami", "salami", "vlees"), ("ham", "ham", "vlees"), ("mutton", "mutton", "vlees"), ("lam", "lam", "vlees"), ("kalf", "kalf", "vlees"), ("steak", "steak", "vlees"), ("hamburger", "hamburger", "vlees"), ("roast beef", "roast beef", "vlees"), ("konijn", "konijn", "vlees"), ("struisvogel", "struisvogel", "vlees"), ("muskusrat", "muskusrat", "vlees"), ("waterkonijn", "waterkonijn", "vlees"), ("kip", "kip", "vlees"), ("kalkoen", "kalkoen", "vlees"), ("eend", "eend", "vlees"), ("gans", "gans", "vlees"), ## my old list ("plantaardige bouillon", "bouillon, plantaardig", "soepen & sausen"), ( "basilicum", "basilicum", "land- en tuinbouw producten", ), ( "lichtbruine suiker", "suiker, lichtbruin", "bakken", ), ( "azijn", "azijn", "wijnen & oliën", ), ( "okkernoot", "okkernoot", "bakken", ), ( "korianderzaadjes", "korianderzaadjes", "kruiden", ), ( "couscous", "couscous", "pasta's", ), ( "rijst", "rijst", "pasta's", ), ( "olijfolie", "olie, olijf", "wijnen & oliën", ), ( "vanille extract", "vanille extract", "bakken", ), ( "rode aardappel", "aardappel, rood", "land- en tuinbouw producten", ), ( "currypoeder", "currypoeder", "kruiden", ), ( "gedroogde garnaal", "garnaal, gedroogd", "internationaal", ), ( "dijon mosterd", "mosterd, dijon", "condiments", ), ( "maïsolie", "olie, maïs", "wijnen & oliën", ), ( "feta kaas", "kaas, feta", "zuivelproducten", ), ( "kerstomaat", "tomaat, kers", "land- en tuinbouw producten", ), ( "spaghetti", "spaghetti", "pasta's", ), ( "witte ajuin", "ajuin, wit", "land- en tuinbouw producten", ), ( "yoghurt", "yoghurt", "zuivelproducten", ), ( "croutons", "croutons", "brood", ), ( "chili poeder", "chili poeder", "kruiden", ), ( "krulsla", "sla, gekruld", "land- en tuinbouw producten", ), ( "rijstazijn", "azijn, rijst", "internationaal", ), ( "pasta", "pasta", "pasta's", ), ( "zure room", "zure room", "zuivelproducten", ), ( "sinaasappelsap", "sinaasappelsap", "land- en tuinbouw producten", ), ( "spinazie", "spinazie", "land- en tuinbouw producten", ), ( "plantaardige olie", "olie, plantaardig", "wijnen & oliën", ), ( "pindakaas", "pindakaas", "brood", ), ( "ei", "ei", "zuivelproducten", ), ( "limoen", "limoen", "land- en tuinbouw producten", ), ( "olijven", "olijven", "land- en tuinbouw producten", ), ( "boter", "boter", "zuivelproducten", ), ( "cheddar kaas", "kaas, cheddar", "zuivelproducten", ), ( "mozzarella kaas", "kaas, mozzarella", "zuivelproducten", ), ( "witte suiker", "suiker, wit", "bakken", ), ( "fresh kaas white goat", "kaas, fresh white goat", "zuivelproducten", ), ( "geel maïsmeel", "maïsmeel, geel", "bakken", ), ( "paprika", "paprika", "kruiden", ), ( "ster anijs", "ster anijs", "kruiden", ), ( "bruine suiker", "suiker, bruin", "bakken", ), ( "honing", "honing", "bakken", ), ( "citroensap", "citroensap", "land- en tuinbouw producten", ), ( "rode ajuin", "ajuin, rood", "land- en tuinbouw producten", ), ( "melk", "melk", "zuivelproducten", ), ( "bakpoeder", "bakpoeder", "bakken", ), ( "tomatensap", "tomatensap", "soepen & sausen", ), ( "mosterdzaadjes", "zaadjes, mosterd", "kruiden", ), ( "parmesan kaas", "kaas, parmesan", "pasta's", ), ( "mayonnaise", "mayonnaise", "brood", ), ( "gerookte Gouda kaas", "kaas, gerookte Gouda", "zuivelproducten", ), ( "kokosmelk", "kokosmelk", "internationaal", ), ( "bloem", "bloem", "bakken", ), ( "salsa", "salsa", "internationaal", ), ( "broccoli", "broccoli", "land- en tuinbouw producten", ), ( "witte wijn", "wijn, wit", "wijnen & oliën", ), ( "rode wijn", "wijn, rood", "wijnen & oliën", ), ( "bruin bier", "bier, bruin", "wijnen & oliën", ), ( "blond bier", "bier, blond", "wijnen & oliën", ), ( "witbier", "bier, wit", "wijnen & oliën", ), ( "zwarte gemalen peper", "zwarte peper, gemalen", "kruiden", ), ( "witte gemalen peper", "witte peper, gemalen", "kruiden", ), ( "sojasaus", "sojasaus", "internationaal", ), ( "sesamzaadjes", "sesamzaadjes", "internationaal", ), ( "zout", "zout", "bakken", ), ( "kurkuma", "kurkuma", "kruiden", ), ( "kipfilet", "kip, filet", "vlees", ), ( "hele kip", "kip, heel", "vlees", ), ( "kippenboutje", "kip, bouten", "vlees", ), ( "rundsvlees", "rundsvlees", "vlees", ), ( "gehakt", "gehakt", "vlees", ), ( "varkensvlees", "varkensvlees", "vlees", ), ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. CONVERTER_TABLE = {("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("kg", "g"): 1000, ("g", "mg"): 1000} # DENSITIES of common foods. This allows us to convert between mass and volume. DENSITY_TABLE = { "water": 1, "sap, druif": 1.03, "plantaardige bouillon": 1, "bouillon, plantaardig": 1, "bouillon, kip": 1, "melk": 1.029, "melk, vol": 1.029, "melk, mager": 1.033, "melk, 2%": 1.031, "melk, 1%": 1.03, "kokosmelk": 0.875, "karnemelk": 1.03, "zware room": 0.994, "lichte room": 1.012, "half en half": 1.025, "honing": 1.420, "suiker, wit": 1.550, "zout": 2.165, "boter": 0.911, "olie, plantaardig": 0.88, "olie, olijf": 0.88, "olie, maïs": 0.88, "olie, sesam": 0.88, "bloem, alle doeleinden": 0.6, "bloem, whole wheat": 0.6, "maïszetmeel": 0.6, "suiker, bloem": 0.6, "suiker, zoetigheden": 0.6, } # Stand unit names and alternate unit names that might appear. # For example: "c." is our standard for cup. "cup","c." or "cups" might appear # in a recipe we are importing. # Each item of this list looks like this: # # ["standard", ["alternate1","alternate2","alternate3",...]] UNITS = [ ("bucket", ["bucket", "buckets", "bckt."]), ("grains", ["grain", "grains"]), ("dram", ["dram", "drams"]), ("drop", ["drop"]), ("bos", ["bossen", "bosje"]), ("theelp.", ["theelepel", "theelepels", "theelepeltje", "theelepeltjes", "theelpl.", "theelpl"]), ("eetlp.", ["eetlepel", "eetlepels", "eetlpl.", "eetlpl"]), ("lb.", ["pond", "lb", "lb.", "lbs.", "ponden"]), ("k.", ["kop", "kopje", "kp.", "koppen"]), ("qt.", ["quart", "qt.", "quarts"]), ("pt.", ["pint", "pt.", "pints"]), ("ml", ["mililiter", "ml.", "mlit.", "mililiters"]), ("cl", ["centiliter", "cl.", "clit.", "centiliters"]), ("dl", ["deciliter", "dl.", "dlit.", "deciliters"]), ("l", ["liter", "l.", "lit.", "liters"]), ("g", ["gram", "g.", "gr", "gr.", "grammen"]), ("mg", ["miligram", "mg.", "mg", "miligrammen"]), ("kg", ["kilogram", "kg.", "kg", "kilogrammen"]), ] # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). METRIC_RANGE = (1, 999) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], "imperial weight": [ ("grains", (0, 27)), ("dram", (0.5, 15)), ("oz.", (0.25, 32)), ("lb.", (0.25, None)), ], "imperial volume": [ ("drop", (0, 3)), ("tsp.", (0.125, 3)), ("tbs.", (1, 4)), ("k.", (0.25, 6)), ("pt.", (1, 1)), ("qt.", (1, 3)), ("gallon", (1, None)), ("peck", (1, 2)), ("bucket", (1, 2)), ("bushel", (1, None)), ], } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt.", "lb."): ("density", 1), ("tbs.", "oz."): ("density", 0.5), ("k.", "oz."): ("density", 8), ("pt.", "oz."): ("density", 16), ("ml", "g"): ("density", 1), } # The units here need to correspond to the standard unit names defined # in UNITS VOL_TO_MASS_TABLE = { ("pt.", "lb."): 1, ("tbs.", "oz."): 0.5, ("c.", "oz."): 8, ("pt.", "oz."): 16, ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". @staticmethod def guess_singulars(s): return [] @staticmethod def guess_plurals(s): """This is a very lame attempt at Dutch grammar! Obviously this isn't close to a good plural generator, but I thought it might make an occasional match, so what the hell. """ return [s + "en", s + "s"] IGNORE: Collection[str] = [] gourmand-1.2.0/src/gourmand/defaults/defaults_pt.py000066400000000000000000000164761510115424500224400ustar00rootroot00000000000000# -*- coding: utf-8 -*- # ## we set up default information. ## first, easy to maintain lists which can eventually be moved to ## files. from typing import Collection, List, Mapping, Tuple from .abstractLang import AbstractLanguage class Language(AbstractLanguage): # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! CREDITS = "Leandro Guimarães Faria Corcete Dutra" # only translate the items in the list [..] (and feel free to create categories # that make sense for your locale -- no need to translate these ones). DO NOT # translate 'cuisine','rating','source' or 'category' fields = { "cuisine": [ "Estadunidense", "Italiana", "Mexicana", "Sudoeste dos Estados Unidos", "Tailandesa", "Vietnamita", "Chinesa", "Japonesa", "Mineira", "Nordestina", "Portuguesa", "Brasileira", ], "rating": ["Excelente", "Ótima", "Boa", "Razoável", "Fraca"], "source": [], "category": ["Sobremesa", "Entrada", "Salada", "Sopa", "Café da manhã"], } # In English, there are a heck of a lot of synonyms. This is a list # for those synonyms. ["preferred word","alternate word","alternate word"] # If there are none of these that you can think of in your language, just # set this to: # SYNONYMS=[] SYNONYMS: Collection[List[str]] = [ # the first item of each list is the default ] # a dictionary key=ambiguous word, value=list of possible non-ambiguous terms AMBIGUOUS: Mapping[str, List[str]] = {} # triplicates ITEM, KEY, SHOPPING CATEGORY # These will be defaults. They should include whatever foods might be # standard for your locale, with whatever sensible default categories # you can think of (again, thinking of your locale, not simply translating # what I've done). INGREDIENT_DATA: Collection[Tuple[str, str, str]] = [ # fruits, from wikipedia list ## seafood, from wikipedia list ## meats (garnered from wikipedia lists) ## my old list ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. CONVERTER_TABLE = { ("c.", "tbs."): 16, ("lb.", "oz."): 16, ("tbs.", "tsp."): 3, ("pt.", "c."): 2, ("qt.", "c."): 4, ("gallon", "qt."): 4, ("l", "qt."): 1.057, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("oz.", "g"): 28.35, ("kg", "g"): 1000, ("g", "mg"): 1000, ("tsp.", "drop"): 76, ("oz.", "dram"): 16, ("dram", "grains"): 27.34375, ("peck", "gallon"): 2, ("bucket", "peck"): 2, ("bushel", "bucket"): 2, ("lb.", "grains"): 7000, } # DENSITIES of common foods. This allows us to convert between mass and volume. DENSITY_TABLE = { "água": 1, "suco, uva": 1.03, "caldo de vegetais": 1, "caldo, vegetais": 1, "caldo, galinha": 1, "leite": 1.029, "leite, integral": 1.029, "leite, desnatado": 1.033, "leite, 2%": 1.031, "leite, 1%": 1.03, "leite de coco": 0.875, "mel": 1.420, "açúcar, branco": 1.550, "sal": 2.165, "manteiga": 0.911, "óleo, vegetal": 0.88, "azeite": 0.88, "óleo, milho": 0.88, "óleo, gergelim": 0.88, "farinha, branca": 0.6, "farinha, integral": 0.6, "açúcar, refinado": 0.6, "açúcar, cristal": 0.6, } # Stand unit names and alternate unit names that might appear. # For example: "c." is our standard for cup. "cup","c." or "cups" might appear # in a recipe we are importing. # Each item of this list looks like this: # # ["standard", ["alternate1","alternate2","alternate3",...]] UNITS = [ ("caixa", ["cx", "cx."]), ("gota", ["gota"]), ("pitada", ["pitada"]), ("colher de café", ["Colher de café"]), ("colher de chá", ["Colher de chá"]), ("colher de sobremesa", ["Colher de sobremesa"]), ("colher de sopa", ["Colher de sopa"]), ("kg", ["quilograma"]), ("xícara de chá", ["Xícara de chá"]), ("xícara de café", ["Xícara de café"]), ("ml", ["mililitro"]), ("cl", ["centilitro"]), ("dl", ["decilitro"]), ("l", ["litro"]), ("g", ["grama"]), ("mg", ["miligrama"]), ("kg", ["quilograma"]), ] # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). METRIC_RANGE = (1, 999) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("ml", "g"): ("density", 1) } # The units here need to correspond to the standard unit names defined # in UNITS VOL_TO_MASS_TABLE = { ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". @staticmethod def guess_singulars(s): """I don't really know portuguese, but I'm going to guess it's like English and Spanish with regard to plurals and try some basic rules here. """ if len(s) < 3: return [] ret = [] if s[-1] == "s": ret.append(s[0:-1]) # try chopping off the s if s[-2] == "e": ret.append(s[0:-2]) # try chopping off 'es' return ret @staticmethod def guess_plurals(s): return [s + "s", s + "es"] IGNORE: Collection[str] = [] NUMBERS: Mapping[float, Collection[str]] = {} gourmand-1.2.0/src/gourmand/defaults/defaults_ru.py000066400000000000000000001407711510115424500224370ustar00rootroot00000000000000# -*- coding: utf-8 -*- # # we set up default information for our locale. # Translators should use this file as the basis of their translation. # Copy this file and rename it for you locale. # # For example, Spanish uses: # defaults_es.py # # British English uses: # defaults_en_GB.py # # Please fill in the below fields: # Language: Russian # Translator: Alexandre Prokoudine INGREDIENT_DATA = [ ("авокадо", "авокадо", "produce"), ("анис", "анис", "produce"), ("артишок", "артишок", "produce"), ("арум", "аронник", "produce"), ("баклажан", "баклажан", "produce"), ("брокколи", "капуста спаржевая", "produce"), ("брюква", "брюква", "produce"), ("васаби", "васаби", "produce"), ("горох", "горох", "produce"), ("грибы", "грибы", "produce"), ("зеленый перец", "bell pepper, green", "produce"), ("имбирь", "имбирь", "produce"), ("капуста брюссельская", "капуста брюссельская", "produce"), ("капуста кормовая", "капуста кормовая", "produce"), ("капуста кочанная", "капуста кочанная", "produce"), ("капуста цветная", "капуста цветная", "produce"), ("картофель", "картофель", "produce"), ("кольраби", "кольраби", "produce"), ("кормовые бобы", "кормовые бобы", "produce"), ("крапива", "крапива", "produce"), ("кресс водяной", "кресс водяной", "produce"), ("лимская фасоль", "butter bean", "produce"), ("лук-порей", "лук-порей", "produce"), ("лук-резанец", "лук-резанец", "produce"), ("лук репчатый", "лук репчатый", "produce"), ("лук-шалот", "лук-шалот", "produce"), ("мангольд", "мангольд", "produce"), ("маниока", "маниока", "produce"), ("морковь", "морковь", "produce"), ("новозеландский шпинат", "новозеландский шпинат", "produce"), ("огурец", "огурец", "produce"), ("окра", "окра", "produce"), ("пастернак", "пастернак", "produce"), ("петрушка", "петрушка", "produce"), ("плод хлебного дерева", "плод хлебного дерева", "produce"), ("ревень", "ревень", "produce"), ("редис белый", "редис белый", "produce"), ("редис", "редис", "produce"), ("репа", "репа", "produce"), ("реснички", "реснички", "produce"), ("салат-латук", "салат-латук", "produce"), ("свекла", "свекла", "produce"), ("сельдерей корневой", "сельдерей корневой", "produce"), ("сельдерей", "сельдерей", "produce"), ("сладкий картофель", "сладкий картофель", "produce"), ("сладкий укроп", "фенхель обыкновенный", "produce"), ("соевые бобы", "соевые бобы", "produce"), ("спаржа", "спаржа", "produce"), ("таро", "таро", "produce"), ("томат", "томат", "produce"), ("топинамбур", "топинамбур", "produce"), ("турецкий горох", "турецкий горох", "produce"), ("тыква", "тыква", "produce"), ("фасоль обыкновенная", "фасоль обыкновенная", "produce"), ("цукини", "zucchini", "produce"), ("чеснок", "чеснок", "produce"), ("чечевица", "чечевица", "produce"), ("чилийский перец", "перец, чилийский", "produce"), ("шпинат", "шпинат", "produce"), ("эндивий", "эндивий", "produce"), ("ям", "ям", "produce"), # ["alfalfa sprouts","alfalfa sprouts","produce"]. # ["acorn squash","squash, acorn","produce"], # ["azuki beans","azuki beans","produce"], # ["bean sprouts","bean sprouts","produce"], # ["black beans","black beans","produce"], # ["black-eyed peas","black-eyed peas","produce"], # ["bok choy","bok choy","produce"], # ["borlotti beans","borlotti beans","produce"], # ["broccoflower","broccoflower","produce"], # ["butternut squash","squash, butternut","produce"], # ["calabrese","calabrese","produce"], # ["collard greens","collard greens","produce"], # ["corn","corn","produce"], # ["corn salad","corn salad","produce"], # ["daikon","daikon","produce"], # ["fiddleheads","fiddleheads","produce"], # ["frisee","frisee","produce"], # ["gem squash","squash, gem","produce"], # ["green beans","green beans","produce"], # ["green beans","green beans","produce"], # ["habanero pepper","pepper, habanero","produce"], # ["jalapeño pepper","pepper, jalapeño","produce"], # ["jicama","jicama","produce"], # ["lemon grass","lemon grass","produce"], # ["mung beans","mung beans","produce"], # ["mustard greens","mustard greens","produce"], # ["navy beans","navy beans","produce"], # ["onion family","onion family","produce"], # ["patty pans","patty pans","produce"], # ["radicchio","radicchio","produce"], # ["rapini","rapini","produce"], # ["red bell pepper","bell pepper, red","produce"], # ["root vegetables","root vegetables","produce"], # ["runner beans","runner beans","produce"], # ["scallion","scallion","produce"], # ["skirret","skirret","produce"], # ["snap peas","snap peas","produce"], # ["spaghetti squash","squash, spaghetti","produce"], # ["tat soi","tat soi","produce"], # ["water chestnut","water chestnut","produce"], # fruits, from wikipedia list # ["bilberry","bilberry","produce"], # ["buffaloberry","buffaloberry","produce"], # ["camucamu","camucamu","produce"], # ["cempedak","cempedak","produce"], # ["cherimoya","cherimoya","produce"], # ["citron","citron","produce"], # ["clementine","clementine","produce"], # ["custard apple","custard apple","produce"], # ["dragonfruit","dragonfruit","produce"], # ["elderberry ","elderberry ","produce"], # ["gooseberry ","gooseberry ","produce"], # ["goumi","goumi","produce"], # ["green apple","green apple","produce"], # ["honeydew","honeydew","produce"], # ["huckleberry","huckleberry","produce"], # ["keppel fruit","keppel fruit","produce"], # ["key lime","key lime","produce"], # ["langsat","langsat","produce"], # ["longan","longan","produce"], # ["mamey sapote","mamey sapote","produce"], # ["mamoncillo","mamoncillo","produce"], # ["nannyberry","nannyberry","produce"], # ["passion fruit","passion fruit","produce"], # ["pawpaw","pawpaw","produce"], # ["peanut butter fruit","peanut butter fruit","produce"], # ["pitaya","pitaya","produce"], # ["poha","poha","produce"], # ["pommelo","pommelo","produce"], # ["prickly pear ","prickly pear ","produce"], # ["rose apple","rose apple","produce"], # ["salak","salak","produce"], # ["sapodilla","sapodilla","produce"], # ["sea-buckthorn","sea-buckthorn","produce"], # ["star fruit","star fruit","produce"], # ["sugar apple","sugar apple","produce"], # ["sunberry","sunberry","produce"], # ["ugli fruit","ugli fruit","produce"], # ["wineberry","wineberry","produce"], ("абрикос", "абрикос", "produce"), ("айва", "айва", "produce"), ("американская хурма", "хурма, американская", "produce"), ("ананас", "ананас", "produce"), ("ангелика", "ангелика", "produce"), ("анона игольчатая", "анона игольчатая", "produce"), ("апельсин", "апельсин", "produce"), ("арбуз", "арбуз", "produce"), ("арония", "арония", "produce"), ("банан", "банан", "produce"), ("барбарис", "барбарис", "produce"), ("бархатная хурма", "хурма, бархатная", "produce"), ("белая смородина", "смородина, белая", "produce"), ("бойзенова ягода", "бойзенова ягода", "produce"), ("боярышник", "боярышник", "produce"), ("брусника", "брусника", "produce"), ("виноград", "виноград", "produce"), ("вишня", "вишня", "produce"), ("водосбор", "водосбор", "produce"), ("волчья ягода", "волчья ягода", "produce"), ("вороника", "вороника", "produce"), ("голубика", "голубика", "produce"), ("гранат", "гранат", "produce"), ("гранат", "гранат", "produce"), ("грейпфрут", "грейпфрут", "produce"), ("гуава", "гуава", "produce"), ("гуарана", "гуарана", "produce"), ("джекфрут", "джекфрут", "produce"), ("дуриан", "дуриан", "produce"), ("ежевика", "ежевика", "produce"), ("индийский финик", "индийский финик", "produce"), ("ирга", "ирга", "produce"), ("киви", "киви", "produce"), ("клубника ", "клубника ", "produce"), ("клюква", "клюква", "produce"), ("кокосовый орех", "кокосовый орех", "produce"), ("красная смородина", "смородина, красная", "produce"), ("кумкват", "кумкват", "produce"), ("лайм", "лайм", "produce"), ("лимон", "лимон", "produce"), ("локва", "локва", "produce"), ("малина", "малина", "produce"), ("манго", "манго", "produce"), ("мангустан", "мангустан", "produce"), ("мандарин", "мандарин", "produce"), ("марабу", "марабу", "produce"), ("медвежья ягода", "медвежья ягода", "produce"), ("морошка", "морошка", "produce"), ("мускусная дыня", "мускусная дыня", "produce"), ("мушмула", "мушмула", "produce"), ("нектарин", "нектарин", "produce"), ("нефелиум", "нефелиум", "produce"), ("нефелиум", "нефелиум", "produce"), ("папайя", "папайя", "produce"), ("персик", "персик", "produce"), ("плод хлебного дерева", "плод хлебного дерева", "produce"), ("плод шиповника", "плод шиповника", "produce"), ("подорожник", "подорожник", "produce"), ("ревень", "ревень", "produce"), ("рябина", "рябина", "produce"), ("слива", "слива", "produce"), ("танжело", "танжело", "produce"), ("танжерин", "танжерин", "produce"), ("фейхоа", "фейхоа", "produce"), ("фига", "фига", "produce"), ("финик", "финик", "produce"), ("хурма", "хурма", "produce"), ("цереус гигантский", "цереус гигантский ", "produce"), ("черная смородина", "смородина, черная", "produce"), ("черная шелковица", "черная шелковица", "produce"), ("шелковица", "шелковица", "produce"), ("ююба", "ююба", "produce"), ("яблоко-кислица", "яблоко-кислица", "produce"), ("яблоко", "яблоко", "produce"), ## seafood, from wikipedia list # ["black cod","black cod","морепродукты"], # ["blowfish","blowfish","морепродукты"], # ["catfish","catfish","морепродукты"], # ["clam","clam","морепродукты"], # ["dungness crab","dungness crab","морепродукты"], # ["halibut","halibut","морепродукты"], # ["king crab","king crab","морепродукты"], # ["lingcod","lingcod","морепродукты"], # ["mahi mahi","mahi mahi","морепродукты"], # ["monkfish","monkfish","морепродукты"], # ["orange roughy","orange roughy","морепродукты"], # ["pacific snapper","pacific snapper","морепродукты"], # ["prawns","prawns","морепродукты"], # ["red snapper","red snapper","морепродукты"], # ["rock cod","rock cod","морепродукты"], # ["rockfish","rockfish","морепродукты"], # ["roe","roe","морепродукты"], # ["snapper","snapper","морепродукты"], # ["sole","sole","морепродукты"], # ["surimi","surimi","морепродукты"], # ["tilapia","tilapia","морепродукты"], # ["tilefish","tilefish","морепродукты"], # ["whitefish","whitefish","морепродукты"], ("акула", "акула", "морепродукты"), ("анчоус", "анчоус", "морепродукты"), ("гребешок", "гребешок", "морепродукты"), ("икра", "икра", "морепродукты"), ("икра лосося", "икра лосося", "морепродукты"), ("кальмар", "кальмар", "морепродукты"), ("камбала", "камбала", "морепродукты"), ("камбала-лиманда", "камбала-лиманда", "морепродукты"), ("краб", "краб", "морепродукты"), ("креветка", "креветка", "морепродукты"), ("мерланг", "мерланг", "морепродукты"), ("меч-рыба", "меч-рыба", "морепродукты"), ("мидия", "мидия", "морепродукты"), ("морское ушко", "морское ушко", "морепродукты"), ("морской окунь", "морской окунь", "морепродукты"), ("окунь", "окунь", "морепродукты"), ("омар", "омар", "морепродукты"), ("осетр", "осетр", "морепродукты"), ("осьминог", "осьминог", "морепродукты"), ("пикша", "пикша", "морепродукты"), ("полосатый окунь", "полосатый окунь", "морепродукты"), ("речной рак", "речной рак", "морепродукты"), ("сайда", "сайда", "морепродукты"), ("сардина", "сардина", "морепродукты"), ("семга", "семга", "морепродукты"), ("снежный краб", "снежный краб", "морепродукты"), ("треска", "треска", "морепродукты"), ("тунец", "тунец", "морепродукты"), ("угорь", "угорь", "морепродукты"), ("улитка", "улитка", "морепродукты"), ("устрица", "устрица", "морепродукты"), ("форель", "форель", "морепродукты"), ("чилийский морской окунь", "чилийский морской окунь", "морепродукты"), ("щука", "щука", "морепродукты"), ## meats (garnered from wikipedia lists) ("fuet", "fuet", "мясо"), ("veal", "veal", "мясо"), ("баранина", "баранина", "мясо"), ("бекон", "бекон", "мясо"), ("ветчина", "ветчина", "мясо"), ("гамбургер", "гамбургер", "мясо"), ("гусь", "гусь", "мясо"), ("индейка", "индейка", "мясо"), ("молодая баранина", "молодая баранина", "мясо"), ("ростбиф", "ростбиф", "мясо"), ("салями", "салями", "мясо"), ("стейк", "steak", "мясо"), ("утка", "утка", "мясо"), ("цыпленок", "цыпленок", "мясо"), ("чоризо", "чоризо", "мясо"), ## my old list ("tamarind water", "tamarind water", "international"), ("tamarind juice", "tamarind juice", "international"), ("vegetable broth", "broth, vegetable", "soups&sauces"), ( "fresh basil", "basil, fresh", "produce", ), ( "light sugar brown", "sugar, light brown", "baking", ), ( "balsamic vinegar", "vinegar, balsamic", "wines&oils", ), ( "zuchini", "zuchini", "produce", ), ( "avocado", "avocado", "produce", ), ( "walnut", "walnut", "baking", ), ( "celery", "celery", "produce", ), ( "coriander seeds", "coriander, seeds", "spices", ), ( "provolone cheese", "cheese, provolone", "dairy", ), ( "galanga", "galanga", "produce", ), ( "couscous", "couscous", "pastas", ), ( "rice", "rice", "pastas", ), ( "flour tortillas", "tortillas, flour", "dairy", ), ( "olive oil", "oil, olive", "wines&oils", ), ( "vanilla extract", "vanilla extract", "baking", ), ( "red potato-skinned", "potato, red-skinned", "produce", ), ( "powdered ginger", "ginger, powdered", "spices", ), ( "roasted chili paste", "roasted chili paste", "international", ), ( "curry powder", "curry powder", "spices", ), ( "dried shrimp", "shrimp, dried", "international", ), ( "dijon mustard", "mustard, dijon", "condiments", ), ( "whole rock cod or snapper", "whole rock cod or snapper", "морепродукты", ), ( "shells pasta", "pasta, shells", "pastas", ), ( "green canned chiles", "green chiles, canned", "international", ), ( "nutmeg", "nutmeg", "spices", ), ( "sourdough bread", "bread, sourdough", "bread", ), ( "corn oil", "oil, corn", "wines&oils", ), ( "lemon grass", "lemon grass", "produce", ), ( "feta cheese", "cheese, feta", "dairy", ), ( "jack cheese", "cheese, jack", "dairy", ), ( "grape tomato", "tomato, grape", "produce", ), ( "cherry tomato", "tomato, cherry", "produce", ), ( "spaghetti", "spaghetti", "pastas", ), ( "cottage cheese", "cheese, cottage", "dairy", ), ( "white onion", "onion, white", "produce", ), ( "baking soda", "baking soda", "baking", ), ( "garam masala", "garam masala", "spices", ), ( "yogurt", "yogurt", "dairy", ), ( "monkfish", "monkfish", "морепродукты", ), ( "croutons", "croutons", "bread", ), ( "ground coriander", "coriander, ground", "spices", ), ( "chili powder", "chili powder", "spices", ), ( "curly lettuce leaf", "lettuce, curly leaf", "produce", ), ( "dark sugar brown", "sugar, dark brown", "baking", ), ( "rice vinegar", "vinegar, rice", "international", ), ( "pasta", "pasta", "pastas", ), ( "sesame oil", "oil, sesame", "wines&oils", ), ("water", "water", ""), ( "sour cream", "sour cream", "dairy", ), ( "orange juice", "orange juice", "produce", ), ( "spinach", "spinach", "produce", ), ( "stick cinnamon", "cinnamon, stick", "spices", ), ( "shrimp paste", "shrimp paste", "international", ), ( "ground cinnamon", "cinnamon, ground", "spices", ), ( "salad greens", "salad greens", "produce", ), ( "garlic", "garlic", "produce", ), ( "vegetable oil", "oil, vegetable", "wines&oils", ), ( "peanut butter", "peanut butter", "bread", ), ( "seeds ajowan", "ajowan, seeds", "spices", ), ( "apple", "apple", "produce", ), ( "cayenne", "cayenne", "spices", ), ( "arugula", "arugula", "produce", ), ( "linguine pasta", "pasta, linguine", "pastas", ), ( "scallion", "scallion", "produce", ), ( "egg", "egg", "dairy", ), ( "lime", "lime", "produce", ), ( "olives", "olives", "produce", ), ( "basil, thai fresh", "basil, fresh, thai", "produce", ), ( "bean sprouts", "bean sprouts", "produce", ), ( "ricotta cheese", "cheese, ricotta", "dairy", ), ( "parsley", "parsley", "produce", ), ( "acorn squash", "squash, acorn", "produce", ), ( "yellow onion", "onion, yellow", "produce", ), ( "chiles, dried red", "chiles, red, dried", "produce", ), ( "portobello mushroom", "mushroom, portobello", "produce", ), ( "nappa cabbage", "cabbage, nappa", "produce", ), ( "lime leaves", "lime leaves", "produce", ), ( "butter", "butter", "dairy", ), ( "bell red pepper", "bell pepper, red", "produce", ), ( "mushroom", "mushroom", "produce", ), ( "shallot", "shallot", "produce", ), ( "cheddar cheese", "cheese, cheddar", "dairy", ), ( "mozzarella cheese", "cheese, mozzarella", "dairy", ), ( "squash", "squash", "produce", ), ( "fish sauce", "fish sauce", "international", ), ( "green curry paste", "green curry paste", "international", ), ( "curly endive", "endive, curly", "produce", ), ( "granulated sugar", "sugar, granulated", "baking", ), ( "fresh cheese white goat", "cheese, fresh white goat", "dairy", ), ( "cilantro stems", "cilantro stems", "produce", ), ( "yellow cornmeal", "cornmeal, yellow", "baking", ), ( "paprika", "paprika", "spices", ), ( "chocolate chips", "chocolate chips", "baking", ), ( "star anise", "star anise", "spices", ), ( "brown sugar", "sugar, brown", "baking", ), ( "roasted peanuts", "peanuts, roasted", "produce", ), ( "fresh cilantro", "cilantro, fresh", "produce", ), ( "honey", "honey", "baking", ), ( "russet potato", "potato, russet", "produce", ), ( "lemon juice", "lemon juice", "produce", ), ( "carrot", "carrot", "produce", ), ( "penne pasta", "pasta, penne", "pastas", ), ( "red onion", "onion, red", "produce", ), ( "shredded coconut", "coconut, shredded", "baking", ), ( "peppered linguini", "linguini, peppered", "pastas", ), ( "milk", "milk", "dairy", ), ( "tahitian squash", "squash, tahitian", "produce", ), ( "baking powder", "baking powder", "baking", ), ( "tomato sauce", "tomato sauce", "soups&sauces", ), ( "seeds mustard", "mustard, seeds", "spices", ), ( "flat rice flour noodles", "flat rice flour noodles", "international", ), ( "parmesan cheese", "cheese, parmesan", "pastas", ), ( "mayonnaise", "mayonnaise", "bread", ), ( "leek", "leek", "produce", ), ( "zucchini", "zucchini", "produce", ), ( "smoked cheese Gouda", "cheese, smoked Gouda", "dairy", ), ( "lime juice", "lime juice", "produce", ), ( "coconut milk", "coconut milk", "international", ), ( "eggs", "egg", "dairy", ), ( "salmon", "salmon", "морепродукты", ), ( "lasagna pasta noodles", "pasta, lasagna noodles", "pastas", ), ( "all purpose flour", "flour, all purpose", "baking", ), ( "flour", "flour, all purpose", "baking", ), ( "all-purpose flour", "flour, all purpose", "baking", ), ( "ground cumin", "cumin, ground", "spices", ), ( "cucumber", "cucumber", "produce", ), ( "salsa", "salsa", "international", ), ( "broccoli", "broccoli", "produce", ), ( "rolled oats", "rolled oats", "pastas", ), ( "tomato", "tomato", "produce", ), ( "potato", "potato", "produce", ), ( "white wine", "wine, white", "wines&oils", ), ( "black ground pepper", "black pepper, ground", "spices", ), ( "seeds cumin", "cumin, seeds", "spices", ), ( "soy sauce", "soy sauce", "international", ), ( "sesame seeds", "sesame seeds", "international", ), ( "radicchio", "radicchio", "produce", ), ( "salt", "salt", "baking", ), ( "fresh ginger", "ginger, fresh", "produce", ), ( "turmeric", "turmeric", "spices", ), ( "chicken breast", "chicken, breast", "мясо", ), ( "whole chicken", "chicken, whole", "мясо", ), ( "chicken leg", "chicken, leg", "мясо", ), ( "beef", "beef", "мясо", ), ( "ground beef", "beef, ground", "мясо", ), ( "pork", "pork", "мясо", ), ( "turkey", "turkey", "мясо", ), ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. # Each unit is of the following format: # ("unit1","unit2"):conversion_factor, where unit1 contains conversion_factor X unit2 # For example: 1 cup has 16 tablespoons. CONVERTER_TABLE = { ("c", "Tbs"): 16, ("lb", "oz"): 16, ("Tbs", "tsp"): 3, ("pt", "c"): 2, ("qt", "c"): 4, ("gallon", "qt"): 4, ("l", "qt"): 1.057, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("oz", "g"): 28.35, ("fl oz", "Tbs"): 2, ("kg", "g"): 1000, ("g", "mg"): 1000, ("tsp", "drop"): 76, ("oz", "dram"): 16, ("dram", "grains"): 27.34375, ("peck", "gallon"): 2, ("bucket", "peck"): 2, ("bushel", "bucket"): 2, ("lb", "grains"): 7000, } # DENSITIES of common foods. This allows us to convert between mass and volume. # Translators: You may be best off translating the food names below, since lists # of food densities can be hard to come by! DENSITY_TABLE = { "вода": 1, "сок, виноградный": 1.03, "vegetable broth": 1, "broth, vegetable": 1, "бульон, куриный": 1, "молоко": 1.029, "молоко, цельное": 1.029, "молоко, пена": 1.033, "молоко, 2%": 1.031, "молоко, 1%": 1.03, "кокосовое молоко": 0.875, "пахта": 1.03, "жирные сливки": 0.994, "light cream": 1.012, "half and half": 1.025, "мед": 1.420, "сахар-песок": 1.550, "соль": 2.165, "масло": 0.911, "масло растительное": 0.88, "масло оливковое": 0.88, "кукурузное масло": 0.88, "кунжутное масло": 0.88, "мука общего назначения": 0.6, "мука пшеничная": 0.6, "крахмал кукурузный": 0.6, "сахарная пудра": 0.6, } # Standard unit names and alternate unit names that might appear. For # example: "c." is our standard abbreviation for cup. "cup","c." or # "cups" might appear in a recipe we are importing. Each item of this # list looks like this: # # ["standard", ["alternate1","alternate2","alternate3",...]] # # The first item should be the preferred abbreviation # The second item should be the full name of the unit # e.g. ["c.", ["cup",...]] # UNITS = [ ("bucket", ["bucket", "buckets", "bckt."]), ("peck", ["peck", "pecks"]), ("bushel", ["bushel", "bushels", "bsh.", "bu.", "bu", "bsh", "bshl", "bshl."]), ("grains", ["grain", "grains"]), ("dram", ["dram", "drams"]), ("drop", ["drop"]), ("fl oz", ["fl oz", "fluid ounce", "fluid ounces", "fl. oz.", "fl oz.", "fl. oz"]), ("", ["each", "ea", "ea."]), ("tsp", ["teaspoon", "tsp", "tsp.", "tea spoon", "tsps.", "teaspoons", "tea spoons", "Teaspoon", "Teaspoons", "t", "ts", "Ts.", "Tsp.", "Tsp"]), ("Tbs", ["tablespoon", "tbs", "tbsp", "tbs.", "tbsp.", "table spoon", "tbsps.", "tablespoons", "Tablespoon", "T", "tb", "Tbs.", "Tbsp", "Tbsp."]), ("lb", ["pound", "lb", "lb.", "lbs.", "pounds"]), ("oz", ["ounce", "oz", "ounces", "oz."]), ("c", ["cup", "c.", "cups"]), ("qt", ["quart", "qt.", "quarts", "Qt", "Qt."]), ("pt", ["pint", "pt.", "pints"]), ("gallon", ["gallon", "gallons", "gal."]), ("мл", ["миллилитр", "мл", "мл", "миллилитр"]), ("сл", ["сантилитр", "сл", "сл", "сантилитр"]), ("дл", ["децилитр", "дл", "дл", "децилитр"]), ("л", ["литр", "л", "л", "литров", "литр"]), ("г", ["грамм", "грамм", "г", "г", "г", "грамм"]), ("мг", ["миллиграмм", "мг", "мг", "миллиграмм"]), ("кг", ["килограмм", "кг", "кг", "килограмм"]), # These names aren't really convertible, but we want them to # be recognized as units... ("мало", ["мало"]), ("средне", ["средне"]), ("много", ["много"]), ("луковица", ["луковица", "луковиц"]), ("целый", ["целый", "целое", "целая"]), ("упаковка", ["упаковка", "пакет"]), ("ящик", ["ящик"]), ("банка", ["банка"]), ("ломтей", ["ломтей", "ломоть", "ломти"]), ] METRIC_RANGE = (1, 999) # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). # (User choice not implemented yet) UNIT_GROUPS = { "metric mass": [("мг", METRIC_RANGE), ("г", METRIC_RANGE), ("кг", (1, None))], "metric volume": [ ("мл", METRIC_RANGE), ("сл", (1, 99)), ("дл", (1, 9)), ("л", (1, None)), ], # 'imperial weight':[('grains',(0,27)), # ('dram',(0.5,15)), # ('oz',(0.25,32)), # ('lb',(0.25,None)), # ], # 'imperial volume':[('drop',(0,3)), # ('tsp',(0.125,5.9)), # ('Tbs',(1,4)), # ('c',(0.25,6)), # ('pt',(1,1)), # ('qt',(1,3)), # ('gallon',(1,None)), # ('peck',(1,2)), # ('bucket',(1,2)), # ('bushel',(1,None)), # ('fl oz',(1,None)), # ] } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt", "lb"): ("density", 1), ("Tbs", "oz"): ("density", 0.5), ("c", "oz"): ("density", 8), ("pt", "oz"): ("density", 16), ("ml", "g"): ("density", 1), ("oz", "fl oz"): ("density", 1), } # The units here need to correspond to the standard unit names defined # in UNITS. These are some core conversions from mass-to-volume, # assuming a density of 1 (i.e. the density of water). VOL_TO_MASS_TABLE = { ("pt", "lb"): 1, ("Tbs", "oz"): 0.5, ("c", "oz"): 8, ("pt", "oz"): 16, ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } # TIME ABBREVIATIONS (this is new!) TIME_ABBREVIATIONS = {"с": "секунд", "мин": "минут", "ч": "часов"} # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". irregular_plurals = { "geese": "goose", } import re two_digit_plural_matcher = re.compile("[szxo]es$") one_digit_plural_matcher = re.compile("[^s]s$") v_plural_matcher = re.compile("ves") @staticmethod def guess_singulars(s): if len(s) < 3: return [] rets = [] if s in Language.irregular_plurals: rets.append(Language.irregular_plurals[s]) if Language.two_digit_plural_matcher.search(s): wrd = s[0:-2] if wrd not in rets: rets.append(wrd) if Language.v_plural_matcher.search(s): rets.append(s[0:-3] + "f") if Language.one_digit_plural_matcher.search(s): rets.append(s[0:-1]) return rets @staticmethod def guess_plurals(s): if not s: return [] ret = [s + "s", s + "es"] if s[-1] == "f": ret.append(s[0:-1] + "ves") return ret IGNORE = ["and", "with", "of", "for", "cold", "warm", "finely", "thinly", "roughly", "coarsely"] NUMBERS = { (1.0 / 8): ["eighth", "an eigth"], (1.0 / 4): ["quarter", "a quarter"], (3.0 / 4): ["three quarters"], (2.0 / 3): ["two thirds"], (1.0 / 3): ["third", "a third"], (1.0 / 2): ["one half", "a half", "half"], 1: ["an", "a", "one"], 2: ["two", "a couple", "a couple of", "a pair of"], 3: ["three"], 4: ["four"], 5: ["five"], 6: ["six"], 7: ["seven"], 8: ["eight"], 9: ["nine"], 10: ["ten"], 11: ["eleven"], 12: ["twelve", "a dozen"], 20: ["twenty"], 30: ["thirty"], 40: ["forty"], 50: ["fifty"], 60: ["sixty"], } gourmand-1.2.0/src/gourmand/defaults/defaults_sk.py000066400000000000000000000616461510115424500224310ustar00rootroot00000000000000# -*- coding: utf-8 -*- # ## we set up default information. ## first, easy to maintain lists which can eventually be moved to ## files. from typing import Collection, List, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! CREDITS = "Branislav Brango Hanáček" # only translate the items in the list [..] (and feel free to create categories # that make sense for your locale -- no need to translate these ones). DO NOT # translate 'cuisine','rating','source' or 'category' fields = { "cuisine": [ "Americká", "Čínska", "Čínska kantonská", "Čínska kantonská", "Čínska šanghajská", "Čínska pekingská", "Čínska sečuánska", "Česká", "Francouzská", "Indická", "Japonská", "Juhozápadná", "Maďarská", "Mexická", "Nemecká", "Nemecká porýnie", "Slovenská", "Talianska", "Thajská", "Vietnamská", ], "rating": ["Výnikajúce", "Výborné", "Dobré", "Jedlé", "Slabé", "Nechutné"], "source": [], "category": [ "Cestovinový šalát", "Cestoviny bezmäsité", "Cestoviny skoro bezmäsité", "Cestoviny s mäsom", "Grilovanie", "Jedlá z bravčového mäsa", "Jedlá z diviny", "Jedlá z húb", "Jedlá z hovädzieho mäsa", "Jedlá z hydiny", "Jedlá z mäsa", "Jedlá z rýb", "Jedlá z teľacieho mäsa", "Konzervovanie", "Konzervovanie - nátierky", "Šalát", "Polievka", "Polievka bezmäsitá", "Polievka mäsová", "Polievka skoro bezmäsitá", "Polievka z rýb", "Predjedlo", "Skoro bezmäsité jedlá", "Zákusok", "Zeleninový šalát", "Zeleninový šalát s mäsom", ], } # In English, there are a heck of a lot of synonyms. This is a list # for those synonyms. ["preferred word","alternate word","alternate word"] # If there are none of these that you can think of in your language, just # set this to: SYNONYMS: Collection[List[str]] = [] # a dictionary key=ambiguous word, value=list of possible non-ambiguous terms AMBIGUOUS: Mapping[str, List[str]] = {} # triplicates ITEM, KEY, SHOPPING CATEGORY # # These will be defaults. They should include whatever foods might be # standard for your locale, with whatever sensible default categories # you can think of (again, thinking of your locale, not simply translating # what I've done). INGREDIENT_DATA = [ # základné potraviny ("voda", "voda", "základné potraviny"), ("hnedý cukor", "hnedý cukor", "základné potraviny"), ("cukor", "cukor", "základné potraviny"), ("balzamikový ocot", "balzamikový ocot", "základné potraviny"), ("vínny ocot", "vínny ocot", "základné potraviny"), ("jablčný ocot", "jablčný ocot", "základné potraviny"), ("ryžové víno", "ryžové víno", "základné potraviny"), ("ryža", "ryža", "základné potraviny"), ("guľatá ryža", "guľatá ryža", "základné potraviny"), ("ryža basmati", "ryža basmati", "základné potraviny"), ("dlhozrnná ryža", "dlhozrnná ryža", "základné potraviny"), ("ryža natural", "ryža natural", "základné potraviny"), ("kuskus", "kuskus", "základné potraviny"), ("špagety", "špagety", "základné potraviny"), ("cestoviny", "cestoviny", "základné potraviny"), ("chlieb", "chlieb", "základné potraviny"), ("pečivo", "pečivo", "základné potraviny"), ("žemľa", "žemľa", "základné potraviny"), ("horčica", "horčica", "základné potraviny"), ("kremžská horčica", "kremžská horčica", "základné potraviny"), ("dijonská horčica", "dijonská horčica", "základné potraviny"), ("krutóny", "krutóny", "základné potraviny"), ("pomarančová šťava", "pomarančová šťava", "základné potraviny"), ("citrónová šťava", "citrónová šťava", "základné potraviny"), ("vajce", "vajce", "základné potraviny"), ("med", "med", "základné potraviny"), ("droždie", "droždie", "základné potraviny"), ("sušené droždie", "sušené droždie", "základné potraviny"), ("paradajkový pretlak", "paradajkový pretlak", "základné potraviny"), ("hladká múka", "hladká múka", "základné potraviny"), ("polohrubá múka", "polohrubá múka", "základné potraviny"), ("hrubá múka", "hrubá múka", "základné potraviny"), ("celozrnná múka", "celozrnná múka", "základné potraviny"), ("krupica", "krupica", "základné potraviny"), ("biele víno", "biele víno", "základné potraviny"), ("červené víno", "červené víno", "základné potraviny"), ("soľ", "soľ", "základné potraviny"), ("morská soľ", "morská soľ", "základné potraviny"), # oleje a tuky ("olej", "olej", "oleje a tuky"), ("slnečnicový olej", "slnečnicový olej", "oleje a tuky"), ("olivový olej", "olivový olej", "oleje a tuky"), ("sójový olej", "sójový olej", "oleje a tuky"), ("sezamový olej", "sezamový olej", "oleje a tuky"), ("ľanový olej", "ľanový olej", "oleje a tuky"), ("bravčová masť", "bravčová masť", "oleje a tuky"), ("husacia masť", "husacia masť", "oleje a tuky"), ("kačacia masť", "kačacia masť", "oleje a tuky"), ("vlašský orech", "vlašský orech", "oleje a tuky"), ("arašídy", "arašídy", "oleje a tuky"), ("pražené arašídy", "pražené arašídy", "oleje a tuky"), ("orechy kešu", "orechy kešu", "oleje a tuky"), ("majonéza", "majonéza", "oleje a tuky"), ("sezamové semená", "sezamové semená", "oleje a tuky"), ("slnečnicové semená", "slnečnicové semená", "oleje a tuky"), ("píniové semená", "píniové semená", "oleje a tuky"), # mlieko a mliečne výrobky ("mlieko", "mlieko", "mlieko a mliečne výrobky"), ("maslo", "maslo", "mlieko a mliečne výrobky"), ("syr", "syr", "mlieko a mliečne výrobky"), ("strúhaný syr", "strúhaný syr", "mlieko a mliečne výrobky"), ("syr Niva", "syr Niva", "mlieko a mliečne výrobky"), ("camembert", "camembert", "mlieko a mliečne výrobky"), ("bryndza", "bryndza", "mlieko a mliečne výrobky"), ("tavený syr", "tavený syr", "mlieko a mliečne výrobky"), ("tvaroh", "tvaroh", "mlieko a mliečne výrobky"), ("syr feta", "syr feta", "mlieko a mliečne výrobky"), ("parmezán", "parmezán", "mlieko a mliečne výrobky"), ("mozarella", "mozarella", "mlieko a mliečne výrobky"), ("jogurt", "jogurt", "mlieko a mliečne výrobky"), ("kefír", "kefír", "mlieko a mliečne výrobky"), ("sladká smotana", "sladká smotana", "mlieko a mliečne výrobky"), ("kyslá smotana", "kyslá smotana", "mlieko a mliečne výrobky"), ("syr ricotta", "syr ricotta", "mlieko a mliečne výrobky"), ("čedar", "čedar", "mlieko a mliečne výrobky"), # bylinky ("koriandrová vňať", "koriandrová vňať", "bylinky"), ("pažítka", "pažítka", "zelenina"), ("petržlenová vňať", "petržlenová vňať", "zelenina"), ("zelerová vňať", "zelerová vňať", "zelenina"), # strukoviny ("bôb", "bôb", "strukoviny"), ("čierna fazuľa", "čierna fazuľa", "strukoviny"), ("cícer", "cícer", "strukoviny"), ("fazuľa azuki", "fazuľa azuki", "strukoviny"), ("fazuľa borlotti", "fazuľa borlotti", "strukoviny"), ("fazuľa", "fazuľa", "strukoviny"), ("fazuľa šarlátová", "fazuľa šarlátová", "strukoviny"), ("fazuľa mungo", "fazuľa mungo", "strukoviny"), ("fazuľové klíčky", "fazuľové klíčky", "strukoviny"), ("maslová fazuľa", "maslová fazuľa", "strukoviny"), ("sója", "sója", "strukoviny"), ("šošovica", "šošovica", "strukoviny"), # koreniny ("aníz", "aníz", "korenie"), ("citrónová tráva", "citrónová tráva", "korenie"), ("čilli paprička", "čilli paprička", "korenie"), ("paprika jalapeno", "paprika jalapeno", "korenie"), ("zázvor", "zázvor", "korenie"), ("mletý zázvor", "mletý zázvor", "korenie"), ("koriandrové semeno", "koriandrové semeno", "korenie"), ("bazalka čerstvá", "bazalka čerstvá", "korenie"), ("bazalka sušená", "bazalka sušená", "korenie"), ("garam masala", "garam masala", "korenie"), ("škorica celá", "škorica celá", "korenie"), ("škorica mletá", "škorica mletá", "korenie"), ("rasca celá", "rasca celá", "korenie"), ("rasca mletá", "rasca mletá", "korenie"), ("čierne korenie celé", "čierne korenie celé", "korenie"), ("čierne korenie mleté", "čierne korenie mleté", "korenie"), ("biele korenie celé", "biele korenie celé", "korenie"), ("biele korenie mleté", "biele korenie mleté", "korenie"), ("zelené korenie celé", "zelené korenie celé", "korenie"), ("zelené korenie mleté", "zelené korenie mleté", "korenie"), ("salsa", "salsa", "korenie"), ("sójová omáčka", "sójová omáčka", "korenie"), ("sójová omáčka svetlá", "sójová omáčka svetlá", "korenie"), # huby ("bedľa", "bedľa", "huby"), ("huby", "huby", "huby"), ("šampiňóny", "šampiňóny", "huby"), ("kuriatka", "kuriatka", "huby"), ("huby šintake", "huby šintake", "huby"), ("hliva ustricová", "hliva ustricová", "huby"), # zelenina ("artičoky", "artičoky", "zelenina"), ("avokádo", "avokádo", "zelenina"), ("baklažán", "baklažán", "zelenina"), ("biela reďkovka", "biela reďkovka", "zelenina"), ("brokolica", "brokolica", "zelenina"), ("bruselská kapusta", "bruselská kapusta", "zelenina"), ("cesnak", "cesnak", "zelenina"), ("cibuľa", "cibuľa", "zelenina"), ("biela cibuľa", "biela cibuľa", "zelenina"), ("červená cibuľa", "červená cibuľa", "zelenina"), ("cukini", "cukini", "zelenina"), ("cukrová repa", "cukrová repa", "zelenina"), ("cvikľa", "cvikľa", "zelenina"), ("čínska kapusta (bok choy)", "čínska kapusta (bok choy)", "zelenina"), ("červená paprika", "červená paprika", "zelenina"), ("dyňa", "dyňa", "zelenina"), ("envídia", "envídia", "zelenina"), ("fenikel", "fenikel", "zelenina"), ("frisee šalát", "frisee šalát", "zelenina"), ("hlávkový šalát", "hlávkový šalát", "zelenina"), ("hrach", "hrach", "strukoviny"), ("jarná cibuľka", "jarná cibuľka", "zelenina"), ("jeruzalemské artičoky", "jeruzalemské artičoky", "zelenina"), ("kaleráb", "kaleráb", "zelenina"), ("kapusta", "kapusta", "zelenina"), ("karfiol", "karfiol", "zelenina"), ("koreňová zelenina", "koreňová zelenina", "zelenina"), ("koriander", "koriander", "korenie"), ("kukurica", "kukurica", "obilniny"), ("kvaka", "kvaka", "zelenina"), ("kvasená uhorka", "kvasená uhorka", "zelenina"), ("šalátová uhorka", "šalátová uhorka", "zelenina"), ("uhorka", "uhorka", "zelenina"), ("šalotka", "šalotka", "zelenina"), ("špargľa", "špargľa", "zelenina"), ("špenát", "špenát", "zelenina"), ("žerucha", "žerucha", "zelenina"), ("žihľava", "žihľava", "zelenina"), ("mrkva", "mrkva", "zelenina"), ("paštrnák", "paštrnák", "zelenina"), ("pór", "pór", "zelenina"), ("paprika", "paprika", "zelenina"), ("paradajka", "paradajka", "zelenina"), ("kokteilové paradajky", "kokteilové paradajky", "zelenina"), ("petržlen", "petržlen", "zelenina"), ("radicchio", "radicchio", "zelenina"), ("reďkovka", "reďkovka", "zelenina"), ("rukola", "rukola", "zelenina"), ("sladký zemiak", "sladký zemiak", "zelenina"), ("tekvica", "tekvica", "zelenina"), ("uhorka", "uhorka", "zelenina"), ("vodný gaštan", "vodný gaštan", "zelenina"), ("wasabi", "wasabi", "zelenina"), ("zelená fazuľka", "zelená fazuľka", "strukoviny"), ("zelená fazuľka", "zelená fazuľka", "zelenina"), ("zeler", "zeler", "zelenina"), ("zemiak", "zemiak", "zelenina"), ("olivy zelené", "olivy zelené", "zelenina"), ("olivy čierne", "olivy čierne", "zelenina"), # Ovocie ("ananás", "ananás", "ovocie"), ("ananásový melón", "ananásový melón", "ovocie"), ("arónia", "arónia", "ovocie"), ("banán", "banán", "ovocie"), ("baza ", "baza ", "ovocie"), ("biela ríbezľa", "biela ríbezľa", "ovocie"), ("borievka", "borievka", "ovocie"), ("broskyňa", "broskyňa", "ovocie"), ("brusnica ", "brusnica ", "ovocie"), ("citrón", "citrón", "ovocie"), ("clementine", "clementine", "ovocie"), ("čerešňa", "čerešňa", "ovocie"), ("černica", "černica", "ovocie"), ("červená ríbezľa", "červená ríbezľa", "ovocie"), ("čierna ríbezľa", "čierna ríbezľa", "ovocie"), ("dráč ", "dráč ", "ovocie"), ("dula", "dula", "ovocie"), ("durian", "durian", "ovocie"), ("ďatľa", "ďatľa", "ovocie"), ("figa", "figa", "ovocie"), ("granátové jablko", "granátové jablko", "ovocie"), ("grepfruit", "grepfruit", "ovocie"), ("guáve ", "guáve ", "ovocie"), ("hloh", "hloh", "ovocie"), ("hrozno", "hrozno", "ovocie"), ("jablko", "jablko", "ovocie"), ("jahoda ", "jahoda ", "ovocie"), ("jarabina", "jarabina", "ovocie"), ("jojoba", "jojoba", "ovocie"), ("kiwi", "kiwi", "ovocie"), ("kokosový orech", "kokosový orech", "ovocie"), ("liči", "liči", "ovocie"), ("limeta", "limeta", "ovocie"), ("malina", "malina", "ovocie"), ("mandarínka", "mandarínka", "ovocie"), ("mango", "mango", "ovocie"), ("maracuja", "maracuja", "ovocie"), ("marhuľa", "marhuľa", "ovocie"), ("medový melón", "medový melón", "ovocie"), ("mišpuľa", "mišpuľa", "ovocie"), ("moruša", "moruša", "ovocie"), ("nektarinka", "nektarinka", "ovocie"), ("ostružina moruška", "ostružina moruška", "ovocie"), ("papája", "papája", "ovocie"), ("pitaya", "pitaya", "ovocie"), ("plané jablko", "plané jablko", "ovocie"), ("pomaranč", "pomaranč", "ovocie"), ("rakytník", "rakytník", "ovocie"), ("rebarbora", "rebarbora", "zelenina"), ("trnka", "trnka", "zelenina"), ("slivka", "slivka", "ovocie"), ("vodný melón ", "vodný melón ", "ovocie"), ("zelené jablko", "zelené jablko", "ovocie"), ## ryby a morské potvory ("ančivičky", "ančivičky", "ryby a morské potvory"), ("okún", "okún", "ryby a morské potvory"), ("treska", "treska", "ryby a morské potvory"), ("úhor", "úhor", "ryby a morské potvory"), ("platesa", "platesa", "ryby a morské potvory"), ("šťuka", "šťuka", "ryby a morské potvory"), ("sardinka", "sardinka", "ryby a morské potvory"), ("losos", "losos", "ryby a morské potvory"), ("morský okún", "morský okún", "ryby a morské potvory"), ("žralok", "žralok", "ryby a morské potvory"), ("chňapáč", "chňapáč", "ryby a morské potvory"), ("jeseter", "jeseter", "ryby a morské potvory"), ("mečiar", "mečiar", "ryby a morské potvory"), ("pstruh", "pstruh", "ryby a morské potvory"), ("tuniak", "tuniak", "ryby a morské potvory"), ("belica", "belica", "ryby a morské potvory"), ("ikry", "ikry", "ryby a morské potvory"), ("kaviár", "kaviár", "ryby a morské potvory"), ("krab", "krab", "ryby a morské potvory"), ("rak", "rak", "ryby a morské potvory"), ("homár", "homár", "ryby a morské potvory"), ("kreveta", "kreveta", "ryby a morské potvory"), ("garnát", "garnát", "ryby a morské potvory"), ("mäkkýš", "mäkkýš", "ryby a morské potvory"), ("mušľa", "mušľa", "ryby a morské potvory"), ("chobotnica", "chobotnica", "ryby a morské potvory"), ("ustrica", "ustrica", "ryby a morské potvory"), ("slimák", "slimák", "ryby a morské potvory"), ("kalmar", "kalmar", "ryby a morské potvory"), ("hrebenatka", "hrebenatka", "ryby a morské potvory"), ## mäso a mäsové výrobky ("slanina", "slanina", "mäso a údeniny"), ("oravská slanina", "oravská slanina", "mäso a údeniny"), ("anglická slanina", "anglická slanina", "mäso a údeniny"), ("klobása", "klobása", "mäso a údeniny"), ("párky", "párky", "mäso a údeniny"), ("saláma", "saláma", "mäso a údeniny"), ("maďarská saláma", "maďarská saláma", "mäso a údeniny"), ("suchá saláma", "suchá saláma", "mäso a údeniny"), ("šunka", "šunka", "mäso a údeniny"), ("baranie mäso", "baranie mäso", "mäso a údeniny"), ("jahňacie mäso", "jahňacie mäso", "mäso a údeniny"), ("teľacie mäso", "teľacie mäso", "mäso a údeniny"), ("steak", "steak", "mäso a údeniny"), ("hamburger", "hamburger", "mäso a údeniny"), ("bravčové mäso", "bravčové mäso", "mäso a údeniny"), ("hovädzie mäso", "hovädzie mäso", "mäso a údeniny"), ("kuracie mäso", "kuracie mäso", "mäso a údeniny"), ("slepačie mäso", "slepačie mäso", "mäso a údeniny"), ("morčacie mäso", "morčacie mäso", "mäso a údeniny"), ("husacie mäso", "husacie mäso", "mäso a údeniny"), ("kačacie mäso", "kačacie mäso", "mäso a údeniny"), ("kuracie prsia", "kuracie prsia", "mäso a údeniny"), ("kuracie krídla", "kuracie krídla", "mäso a údeniny"), ("morčacie prsia", "morčacie prsia", "mäso a údeniny"), ("tlačenka", "tlačenka", "mäso a údeniny"), ("celé kura", "celé kura", "mäso a údeniny"), ("celá sliepka", "celá sliepka", "mäso a údeniny"), ("bravčové kolienko", "bravčové kolienko", "mäso a údeniny"), ("bravčové paprčky", "bravčové paprčky", "mäso a údeniny"), ("údené karé", "údené karé", "mäso a údeniny"), ("bravčová krkovička", "bravčová krkovička", "mäso a údeniny"), ("bravčová panenka", "bravčová panenka", "mäso a údeniny"), ("sviečkovica", "sviečkovica", "mäso a údeniny"), ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. CONVERTER_TABLE = {("Šálka", "ČL"): 16, ("PL", "ČL"): 3, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("kg", "g"): 1000, ("g", "mg"): 1000} # DENSITIES of common foods. This allows us to convert between mass and volume. DENSITY_TABLE = { "voda": 1, "juice, grape": 1.03, "vegetable broth": 1, "broth, vegetable": 1, "broth, chicken": 1, "milk": 1.029, "milk, whole": 1.029, "milk, skim": 1.033, "milk, 2%": 1.031, "milk, 1%": 1.03, "coconut milk": 0.875, "buttermilk": 1.03, "heavy cream": 0.994, "light cream": 1.012, "half and half": 1.025, "honey": 1.420, "sugar, white": 1.550, "salt": 2.165, "butter": 0.911, "oil, vegetable": 0.88, "oil, olive": 0.88, "oil, corn": 0.88, "oil, sesame": 0.88, "flour, all purpose": 0.6, "flour, whole wheat": 0.6, "corn starch": 0.6, "sugar, powdered": 0.6, "sugar, confectioners": 0.6, } # Stand unit names and alternate unit names that might appear. # For example: "c." is our standard for cup. "cup","c." or "cups" might appear # in a recipe we are importing. # Each item of this list looks like this: # # ["standard", ["alternate1","alternate2","alternate3",...]] UNITS = [ ("ČL", ["čajová lyžička", "ČL.", "čajové lyžičky", "čajovej lyžičky", "čajových lyžičiek"]), ("PL", ["polievková lyžica", "PL.", "polievkové lyžice", "polievovej lyžice", "polievkových lyžíc"]), ("šálka", ["šálky", "šálok"]), ("ml", ["mililiter", "ml.", "mililitre", "mililitrov", "mililitra"]), ("cl", ["centiliter", "cl.", "centilitre", "centiliterov", "centilitra"]), ("dl", ["deciliter", "dl.", "decilitre", "decilitrov", "decilitra"]), ("l", ["liter", "l.", "litre", "litrov", "litra"]), ("g", ["gram", "g.", "gramy", "gramov", "gramu"]), ("mg", ["miligram", "mg.", "miligramy", "miligramov", "miligramu"]), ("kg", ["kilogram", "kg.", "kilogramy", "kilogramov", "kilogramu"]), ] WEIGHTS = ["g", "mg", "kg"] VOLUMES = ["ČL", "PL", "ml", "cl", "dl", "l", "šálka"] # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). METRIC_RANGE = (1, 999) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("ml", "g"): ("density", 1) } # The units here need to correspond to the standard unit names defined # in UNITS VOL_TO_MASS_TABLE = { ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". # A quick look at the wikipedia suggests that plural forms of nouns # may be rather complex # http://en.wikipedia.org/wiki/Slovak_declension#Nouns so I won't # attempt it myself. # If someone implements this at a later date, please note that if # guess_singulars() returns something, guess_plurals() usually won't # be called (Gourmet uses these when trying to find a key for a word # -- if it sees "Tomatoes" and believes that the word is "Tomato", it # won't bother trying to guess "Tomatoeses". @staticmethod def guess_singulars(s): return [] @staticmethod def guess_plurals(s): return [] IGNORE: Collection[str] = [] NUMBERS: Mapping[float, Collection[str]] = {} gourmand-1.2.0/src/gourmand/defaults/defaults_sv.py000066400000000000000000000614711510115424500224400ustar00rootroot00000000000000# -*- coding: utf-8 -*- # # we set up default information for our locale. # Translators should use this file as the basis of their translation. # Copy this file and rename it for you locale. # # For example, Spanish uses: # defaults_es.py # # British English uses: # defaults_en_GB.py # # Please fill in the below fields: # Language: Swedish # Translator: jens persson (jens@persson.cx) # Last-updated: 2006-06-28 from typing import Any, List, Mapping from .abstractLang import AbstractLanguage class Language(AbstractLanguage): # TRANSLATOR WARNING: DO NOT TRANSLATE THE FIELD NAMES: ONLY THE VALUES!!! # only translate the items in the list [..] (and feel free to create # categories that make sense for your locale -- no need to translate # these ones). DO NOT translate 'cuisine','rating','source' or # 'category' # The below are Gourmet's standard fields and the default categories for them. # Do not translate the field names ('cuisine','rating','source,'category'). # Instead, fill in the list with categories that make sense for your locale. # Feel free to change the number or content of categories to be consistent # with what users in your locale are likely to be familiar with. fields = { "cuisine": [ "Husmanskost", "Italienskt", "Thai", "Indiskt", "Spanskt", "Asian/Vietnamese", "Asian/Chinese", "Asian/Japanese", ], "rating": ["Fantastiskt", "Utmärkt", "Bra", "Hyfsat", "Dåligt"], "source": [], "category": ["Efterrätt", "Förrätt", "Varmrätt", "Sallad", "Soppa", "Bröd"], } # In English, there are a heck of a lot of synonyms. This is a list # for those synonyms. ["preferred word","alternate word","alternate word"] # If there are none of these that you can think of in your language, just # set this to: # SYNONYMS=[] SYNONYMS = [ # the first item of each list is the default ["aubergin", "äggplanta"], ["squash", "zucchini"], ["stenbit", "sjurygg"], ["morot", "morötter"], ["soja", "soya"], ["kvarg", "kesella"], ["palsternacka", "palsternackor"], ["gul lök", "gula lökar", "lök", "lökar"], ["gurka", "slanggurka"], ] # A DICTIONARY CONTAINING INGREDIENT KEYS AND NDBNO for the USDA # nutritional database. For these items, we will have nutritional # information by default. NUTRITIONAL_INFO: Mapping[str, Any] = {} # a dictionary for ambiguous words. # key=ambiguous word, value=list of possible non-ambiguous terms # # Translators: if you have a word that has more than one food meaning # in your language, you can add an entry as follow # AMBIGUOUS = { # 'word':['meaning1','meaning2','meaning3'], # } AMBIGUOUS: Mapping[str, List[str]] = {} # triplicates ITEM, KEY, SHOPPING CATEGORY # These will be defaults. # They should include whatever foods might be standard for your # locale, with whatever sensible default categories you can think of # (again, thinking of your locale, not simply translating what I've # done). # Items provided here will automatically be recognized and go onto the # given category in a user's shopping list by default. # Don't feel obligated to translate every item -- especially since not # all items will be common for all locales. However, the more items # you can put here, the more the user will get the sense that gourmet # "knows" about foods that they enter. # I generated the below list using the wikipedia entry on foods as my # starting point. You may want to do something similar for your # locale. Also, if the syntax of the below is too complicated, you # can send me a list of category headings and ingredients for your # locale and I'll do the necessary formatting INGREDIENT_DATA = [ ("ananas", "ananas", "Frukt och grönt"), ("anis", "anis", "Kryddor"), ("ankbröst", "ankbröst", "Kött"), ("apelsin", "apelsin", "Frukt och grönt"), ("apelsinjuice", "apelsinjuice", "Mejeri"), ("apelsinskal", "apelsinskal", "Frukt och grönt"), ("aprikos", "aprikos", "Frukt och grönt"), ("aromat", "aromat", "Kryddor"), ("aromsalt", "aromsalt", "Kryddor"), ("aubergine", "aubergine", "Frukt och grönt"), ("avokado", "avokado", "Frukt och grönt"), ("bacon", "bacon", "Kött"), ("bakpulver", "bakpulver", "Torrvaror"), ("banan", "banan", "Frukt och grönt"), ("basilika", "basilika", "Kryddor"), ("basilikaolja", "basilikaolja", "Kryddor"), ("bearnaisesås", "bearnaisesås", "Djupfryst"), ("biff", "biff", "Kött"), ("bladpersilja", "bladpersilja", "Frukt och grönt"), ("blandfärs", "blandfärs", "Kött"), ("blomkål", "blomkål", "Frukt och grönt"), ("bockhornsklöver", "bockhornsklöver", "Kryddor"), ("broccoli", "broccoli", "Frukt och grönt"), ("brysselkål", "brysselkål", "Frukt och grönt"), ("buljongtärning", "buljongtärning", "Kryddor"), ("capsaicin", "capsaicin", "Kryddor"), ("carambola", "carambola", "Frukt och grönt"), ("cayennepeppar", "cayennepeppar", "Kryddor"), ("chilipeppar", "chilipeppar", "Kryddor"), ("chilipulver", "chilipulver", "Kryddor"), ("chilisås", "chilisås", "Torrvaror"), ("citron", "citron", "Frukt och grönt"), ("citrongräs", "citrongräs", "Kryddor"), ("citronmeliss", "citronmeliss", "Kryddor"), ("coctailbär", "coctailbär", "Torrvaror"), ("cottage cheese", "cottage cheese", "Ost"), ("crème fraiche", "crème fraiche", "Mejeri"), ("curry", "curry", "Kryddor"), ("dadelpalm", "dadelpalm", "Frukt och grönt"), ("dansk körvel", "dansk körvel", "Kryddor"), ("dessertost", "dessertost", "Ost"), ("dill", "dill", "Frukt och grönt"), ("dragon", "dragon", "Kryddor"), ("endiv", "endiv", "Frukt och grönt"), ("entrecôte", "entrecôte", "Kött"), ("falukorv", "falukorv", "Kött"), ("fikon", "fikon", "Frukt och grönt"), ("filmjölk", "filmjölk", "Mejeri"), ("fiskbuljong", "fiskbuljong", "Kryddor"), ("flintastek", "flintastek", "Kött"), ("florsocker", "florsocker", "Torrvaror"), ("flytande margarin", "flytande margarin", "Mejeri"), ("fläskfilé", "fläskfilé", "Kött"), ("fläsk", "fläsk", "Kött"), ("fläskfärs", "fläskfärs", "Kött"), ("fransk senap", "fransk senap", "Torrvaror"), ("fänkål", "fänkål", "Frukt och grönt"), ("färskost", "färskost", "Ost"), ("galiamelon", "galiamelon", "Frukt och grönt"), ("garam masala", "garam masala", "Kryddor"), ("grahamsmjöl", "grahamsmjöl", "Torrvaror"), ("granatäpple", "granatäpple", "Frukt och grönt"), ("griskött", "griskött", "Kött"), ("grynpipig ost", "grynpipig ost", "Ost"), ("grädde", "grädde", "Mejeri"), ("gräddfil", "gräddfil", "Mejeri"), ("gräslök", "gräslök", "Frukt och grönt"), ("gröna oliver", "gröna oliver", "Torrvaror"), ("grönkål", "grönkål", "Frukt och grönt"), ("grönmynta", "grönmynta", "Kryddor"), ("grönpeppar", "grönpeppar", "Kryddor"), ("grön sparris", "grön sparris", "Frukt och grönt"), ("gul lök", "gul lök", "Frukt och grönt"), ("gurka", "gurka", "Frukt och grönt"), ("gurkmeja", "gurkmeja", "Kryddor"), ("gurkört", "gurkört", "Kryddor"), ("herbes de provence", "herbes de provence", "Kryddor"), ("hjorthornssalt", "hjorthornssalt", "Kryddor"), ("honung", "honung", "Torrvaror"), ("honungsmelon", "honungsmelon", "Frukt och grönt"), ("honungssenap", "honungssenap", "Torrvaror"), ("hp sauce", "hp sauce", "Kryddor"), ("hårdost", "hårdost", "Ost"), ("ingefära", "ingefära", "Frukt och grönt"), ("ingefära", "ingefära", "Kryddor"), ("isop", "isop", "Kryddor"), ("johannesört", "johannesört", "Kryddor"), ("jordnötter", "jordnötter", "Torrvaror"), ("julskinka", "julskinka", "Kött"), ("jäst", "jäst", "Torrvaror"), ("kaffegrädde", "kaffegrädde", "Mejeri"), ("kakao", "kakao", "Torrvaror"), ("kalvkött", "kalvkött", "Kött"), ("kamomill", "kamomill", "Kryddor"), ("kanel", "kanel", "Kryddor"), ("kapris", "kapris", "Kryddor"), ("kardemumma", "kardemumma", "Kryddor"), ("kassler", "kassler", "Kött"), ("kesella gourmet", "kesella gourmet", "Mejeri"), ("kikärter", "kikärter", "Torrvaror"), ("kinakål", "kinakål", "Frukt och grönt"), ("kinesisk gräslök", "kinesisk gräslök", "Kryddor"), ("kinesisk soja", "kinesisk soja", "Kryddor"), ("kiwi", "kiwi", "Frukt och grönt"), ("kokosnöt", "kokosnöt", "Frukt och grönt"), ("koriander", "koriander", "Kryddor"), ("krasse", "krasse", "Frukt och grönt"), ("kronärtskocka", "kronärtskocka", "Frukt och grönt"), ("krossat vete", "krossat vete", "Torrvaror"), ("krydda", "krydda", "Kryddor"), ("kryddnejlika", "kryddnejlika", "Kryddor"), ("kryddost", "kryddost", "Ost"), ("kryddpeppar", "kryddpeppar", "Kryddor"), ("kryddsalvia", "kryddsalvia", "Kryddor"), ("kryddtimjan", "kryddtimjan", "Kryddor"), ("kummin", "kummin", "Kryddor"), ("kvanne", "kvanne", "Kryddor"), ("kvitten", "kvitten", "Frukt och grönt"), ("kycklingfilé", "kycklingfilé", "Kött"), ("kyckling", "kyckling", "Kött"), ("kål", "kål", "Frukt och grönt"), ("körsbär", "körsbär", "Frukt och grönt"), ("köttfärs", "köttfärs", "Kött"), ("lagerblad", "lagerblad", "Kryddor"), ("lammkött", "lammkött", "Kött"), ("lantvetemjöl", "lantvetemjöl", "Torrvaror"), ("lavendel", "lavendel", "Kryddor"), ("lax", "lax", "Fisk"), ("leverpastej", "leverpastej", "Pålägg"), ("libbsticka", "libbsticka", "Kryddor"), ("ljus sirap", "ljus sirap", "Torrvaror"), ("lökar", "lökar", "Frukt och grönt"), ("lök", "lök", "Frukt och grönt"), ("löpe", "löpe", "Ost"), ("lövbiff", "lövbiff", "Kött"), ("maizena", "maizena", "Torrvaror"), ("maizenamjöl", "maizenamjöl", "Torrvaror"), ("maizenaredning", "maizenaredning", "Torrvaror"), ("majonnäs", "majonnäs", "Torrvaror"), ("majs", "majs", "Frukt och grönt"), ("malört", "malört", "Kryddor"), ("mandel", "mandel", "Torrvaror"), ("mango", "mango", "Frukt och grönt"), ("mangostan", "mangostan", "Frukt och grönt"), ("margarin", "margarin", "Mejeri"), ("matfett", "matfett", "Mejeri"), ("medwurst", "medwurst", "Kött"), ("mejram", "mejram", "Kryddor"), ("melon", "melon", "Frukt och grönt"), ("mjölk", "mjölk", "Mejeri"), ("mjöl", "mjöl", "Torrvaror"), ("morot", "morot", "Frukt och grönt"), ("morötter", "morötter", "Frukt och grönt"), ("muskot", "muskot", "Kryddor"), ("musslor", "musslor", "Fisk"), ("myrten", "myrten", "Kryddor"), ("mörk sirap", "mörk sirap", "Torrvaror"), ("nejlikor", "nejlikor", "Kryddor"), ("nektarin", "nektarin", "Frukt och grönt"), ("nötfärs", "nötfärs", "Kött"), ("nötkött", "nötkött", "Kött"), ("okra", "okra", "Frukt och grönt"), ("olivolja", "olivolja", "Torrvaror"), ("olja", "olja", "Torrvaror"), ("oregano", "oregano", "Kryddor"), ("ost", "ost", "Ost"), ("ost", "ost", "Pålägg"), ("oxfilé", "oxfilé", "Kött"), ("palsternacka", "palsternacka", "Frukt och grönt"), ("palsternackor", "palsternackor", "Frukt och grönt"), ("papaya", "papaya", "Frukt och grönt"), ("paprika", "paprika", "Frukt och grönt"), ("paprikapulver", "paprikapulver", "Kryddor"), ("paradiscorn", "paradiscorn", "Kryddor"), ("parakasein", "parakasein", "Ost"), ("parmesanost", "parmesanost", "Pålägg"), ("passionsfrukt", "passionsfrukt", "Frukt och grönt"), ("pata negra", "pata negra", "Kött"), ("pepparmynta", "pepparmynta", "Kryddor"), ("peppar", "peppar", "Kryddor"), ("pepparrot", "pepparrot", "Kryddor"), ("persika", "persika", "Frukt och grönt"), ("persilja", "persilja", "Frukt och grönt"), ("pimpinell", "pimpinell", "Kryddor"), ("piplök", "piplök", "Kryddor"), ("plommon", "plommon", "Frukt och grönt"), ("pomerans", "pomerans", "Kryddor"), ("potatismjöl", "potatismjöl", "Torrvaror"), ("pumpa", "pumpa", "Frukt och grönt"), ("purjolök", "purjolök", "Frukt och grönt"), ("päron", "päron", "Frukt och grönt"), ("rabarber", "rabarber", "Frukt och grönt"), ("rambutan", "rambutan", "Frukt och grönt"), ("renfana", "renfana", "Kryddor"), ("renkött", "renkött", "Kött"), ("renskav", "renskav", "Kött"), ("ris", "ris", "Torrvaror"), ("romansallad", "romansallad", "Frukt och grönt"), ("rosenböna", "rosenböna", "Frukt och grönt"), ("rosmarin", "rosmarin", "Kryddor"), ("rostbiff", "rostbiff", "Kött"), ("ruccola", "ruccola", "Frukt och grönt"), ("rullad", "rullad", "Kött"), ("rundpipig ost", "rundpipig ost", "Ost"), ("russin", "russin", "Frukt och grönt"), ("ryggbiff", "ryggbiff", "Kött"), ("råbiff", "råbiff", "Kött"), ("rågsikt", "rågsikt", "Torrvaror"), ("rädisa", "rädisa", "Frukt och grönt"), ("rädisor", "rädisor", "Frukt och grönt"), ("räkor", "räkor", "Fisk"), ("rättika", "rättika", "Frukt och grönt"), ("röda vinbär", "röda vinbär", "Frukt och grönt"), ("rödbeta", "rödbeta", "Frukt och grönt"), ("röd caviar", "röd caviar", "Fisk"), ("rött vin", "rött vin", "Vin och sprit"), ("saffran", "saffran", "Kryddor"), ("sallat", "sallat", "Frukt och grönt"), ("salt", "salt", "Kryddor"), ("salvior", "salvior", "Kryddor"), ("schalottenlök", "schalottenlök", "Frukt och grönt"), ("selleri", "selleri", "Frukt och grönt"), ("senap", "senap", "Torrvaror"), ("senapsfrö", "senapsfrö", "Kryddor"), ("sesamolja", "sesamolja", "Torrvaror"), ("sherry", "sherry", "Vin och sprit"), ("sichuanpeppar", "sichuanpeppar", "Kryddor"), ("sirap", "sirap", "Torrvaror"), ("skinka", "skinka", "Kött"), ("skånsk senap", "skånsk senap", "Kryddor"), ("slanggurka", "slanggurka", "Frukt och grönt"), ("smältost", "smältost", "Ost"), ("smör", "smör", "Mejeri"), ("snöripa", "snöripa", "Kött"), ("socker", "socker", "Torrvaror"), ("soja", "soja", "Kryddor"), ("sommarkyndel", "sommarkyndel", "Kryddor"), ("spansk körvel", "spansk körvel", "Kryddor"), ("sparris", "sparris", "Frukt och grönt"), ("spenat", "spenat", "Frukt och grönt"), ("spiskummin", "spiskummin", "Kryddor"), ("spättafilé", "spättafilé", "Fisk"), ("squash", "squash", "Frukt och grönt"), ("ströbröd", "ströbröd", "Torrvaror"), ("stureost", "stureost", "Ost"), ("svarta oliver", "svarta oliver", "Torrvaror"), ("svartpeppar", "svartpeppar", "Kryddor"), ("sylta", "sylta", "Kött"), ("tabasco", "tabasco", "Kryddor"), ("taggannona", "taggannona", "Frukt och grönt"), ("timjan", "timjan", "Kryddor"), ("tjälknöl", "tjälknöl", "Kött"), ("tomatpuré", "tomatpuré", "Torrvaror"), ("tomat", "tomat", "Frukt och grönt"), ("tonfisk", "tonfisk", "Fisk"), ("tryffelsvamp", "tryffelsvamp", "Kryddor"), ("valnötskärnor", "valnötskärnor", "Torrvaror"), ("vaniljkräm", "vaniljkräm", "Mejeri"), ("vaniljsocker", "vaniljsocker", "Torrvaror"), ("vattenmelon", "vattenmelon", "Frukt och grönt"), ("vatten", "vatten", "Vatten"), ("vetemjöl", "vetemjöl", "Torrvaror"), ("viltkött", "viltkött", "Kött"), ("vinbärsgele", "vinbärsgele", "Torrvaror"), ("vinruta", "vinruta", "Kryddor"), ("vinterkyndel", "vinterkyndel", "Kryddor"), ("vispgrädde", "vispgrädde", "Mejeri"), ("vitkål", "vitkål", "Frukt och grönt"), ("vitlöksklyfta", "vitlöksklyfta", "Frukt och grönt"), ("vitlökspulver", "vitlökspulver", "Kryddor"), ("vitlök", "vitlök", "Frukt och grönt"), ("vitpeppar", "vitpeppar", "Kryddor"), ("vitt vin", "vitt vin", "Vin och sprit"), ("vitvinsvinäger", "vitvinsvinäger", "Torrvaror"), ("åbrodd", "åbrodd", "Kryddor"), ("ägg", "ägg", "Mejeri"), ("äpple", "äpple", "Frukt och grönt"), ("ärtor", "ärtor", "Frukt och grönt"), ("ättika", "ättika", "Torrvaror"), ("ölost", "ölost", "Ost"), ("örtsalt", "örtsalt", "kryddor"), ] # THESE ARE STANDARD UNIT CONVERSIONS. You can simply translate unit names where # you know them. Eliminate entries that are untranslatable or don't exist in your # locale. And please add any additional units that you know of. # Each unit is of the following format: # ("unit1","unit2"):conversion_factor, where unit1 contains conversion_factor X unit2 # For example: 1 cup has 16 tablespoons. CONVERTER_TABLE = { ("tsk", "ml"): 5, ("msk", "ml"): 15, ("krm", "ml"): 1, ("l", "ml"): 1000, ("l", "cl"): 100, ("l", "dl"): 10, ("kg", "g"): 1000, ("g", "mg"): 1000, } # DENSITIES of common foods. This allows us to convert between mass and volume. # Translators: You may be best off translating the food names below, since lists # of food densities can be hard to come by! DENSITY_TABLE = { "vatten": 1, "vindruvs juice": 1.03, "grönsaksbuljong": 1, "mjölk": 1.029, "standardmjölk": 1.029, "skummjölk": 1.033, "kokosmjölk": 0.875, "vispgrädde": 0.994, "kaffegrädde": 1.012, "honung": 1.420, "socker": 1.550, "salt": 2.165, "smör": 0.911, "olja": 0.88, "olivolja": 0.88, "majsolja": 0.88, "sesamolja": 0.88, "vetemjöl": 0.6, "mjöl": 0.6, "majsstärkelse": 0.6, "florsocker": 0.6, } # Standard unit names and alternate unit names that might appear. For # example: "c." is our standard abbreviation for cup. "cup","c." or # "cups" might appear in a recipe we are importing. Each item of this # list looks like this: # # ["standard", ["alternate1","alternate2","alternate3",...]] # # The first item should be the preferred abbreviation # The second item should be the full name of the unit # e.g. ["c.", ["cup",...]] # UNITS = [ ("tsk", ["tesked", "tsk", "teskedar"]), ("msk", ["matsked", "msk", "matskedar"]), ("krm", ["kryddmått", "krm"]), ("ml", ["mililiter", "ml", "ml."]), ("cl", ["centiliter", "cl", "cl."]), ("dl", ["deciliter", "dl", "dl."]), ("l", ["liter", "l.", "lit.", "l"]), ("g", ["gram", "g.", "g"]), ("mg", ["miligram", "mg.", "mg"]), ("kg", ["kilogram", "kg.", "kg", "kilo"]), # These names aren't really convertible, but we want them to # be recognized as units... ("liten", ["liten", "små"]), ("normal", ["normal", "normalstor", "normala", "normalstora"]), ("stor", ["stor", "stora"]), ("klyfta", ["klyfta", "klyftor"]), ("hel", ["hel", "hela"]), ("paket", ["paket"]), ("låda", ["låda", "lådor"]), ("burk", ["burk", "burkar"]), ("skiva", ["skiva", "skivor"]), ] METRIC_RANGE = (1, 999) # The following sets up unit groups. Users will be able to turn # these on or off (American users, for example, would likely turn # off metric units, since we don't use them). # (User choice not implemented yet) UNIT_GROUPS = { "metric mass": [("mg", METRIC_RANGE), ("g", METRIC_RANGE), ("kg", (1, None))], "metric volume": [ ("ml", METRIC_RANGE), ("cl", (1, 99)), ("dl", (1, 9)), ("l", (1, None)), ], "imperial weight": [ ("grains", (0, 27)), ("dram", (0.5, 15)), ("oz.", (0.25, 32)), ("lb.", (0.25, None)), ], "imperial volume": [ ("drop", (0, 3)), ("tsp.", (0.125, 3)), ("tbs.", (1, 4)), ("c.", (0.25, 6)), ("pt.", (1, 1)), ("qt.", (1, 3)), ("gallon", (1, None)), ("peck", (1, 2)), ("bucket", (1, 2)), ("bushel", (1, None)), ], } # The units here need to correspond to the standard unit names defined # above in UNITS CROSS_UNIT_TABLE = { ## This if for units that require an additional ## bit of information -- i.e. to convert between ## volume and mass you need the density of an ## item. In these cases, the additional factor ## will be provided as an 'item' that is then looked ## up in the dictionary referenced here (i.e. the density_table) ## currently, 'density' is the only keyword used ("pt.", "lb."): ("density", 1), ("tbs.", "oz."): ("density", 0.5), ("c.", "oz."): ("density", 8), ("pt.", "oz."): ("density", 16), ("ml", "g"): ("density", 1), ("oz.", "fl. oz."): ("density", 1), } # The units here need to correspond to the standard unit names defined # in UNITS. These are some core conversions from mass-to-volume, # assuming a density of 1 (i.e. the density of water). VOL_TO_MASS_TABLE = { ("ml", "g"): 1, ("ml", "mg"): 1000, ("ml", "kg"): 0.001, ("cl", "kg"): 0.01, ("cl", "g"): 10, ("dl", "kg"): 0.1, ("dl", "g"): 100, ("l", "kg"): 1, } # TIME ABBREVIATIONS (this is new!) TIME_ABBREVIATIONS = {"sek": "sekunder", "min": "minuter", "tim": "timmar", "s": "sekunder", "m": "minuter", "t": "timmar", "h": "timmar"} # These functions are rather important! Our goal is simply to # facilitate look ups -- if the user types in "tomatoes", we want to # find "tomato." Note that the strings these functions produce will # _never_ be shown to the user, so it's fine to generate nonsense # words as well as correct answers -- our goal is to generate a list # of possible hits rather than to get the plural/singular form "right". irregular_plurals = { "geese": "goose", } import re two_digit_plural_matcher = re.compile("[szxo]es$") one_digit_plural_matcher = re.compile("[^s]s$") v_plural_matcher = re.compile("ves") @staticmethod def guess_singulars(s): if len(s) < 3: return [] rets = [] if s in Language.irregular_plurals: rets.append(Language.irregular_plurals[s]) if Language.two_digit_plural_matcher.search(s): wrd = s[0:-2] if wrd not in rets: rets.append(wrd) if Language.v_plural_matcher.search(s): rets.append(s[0:-3] + "f") if Language.one_digit_plural_matcher.search(s): rets.append(s[0:-1]) return rets @staticmethod def guess_plurals(s): if not s: return [] ret = [s + "s", s + "es"] if s[-1] == "f": ret.append(s[0:-1] + "ves") return ret IGNORE = ["and", "with", "of", "for", "cold", "warm", "finely", "thinly", "roughly", "coarsely"] NUMBERS = { (1.0 / 8): ["åttondel"], (1.0 / 4): ["kvarts", "en kvarts"], (3.0 / 4): ["trekvarts"], (2.0 / 3): ["två tredjedelar"], (1.0 / 3): ["en tredjedel", "en tredjedels"], (1.0 / 2): ["en halv", "halv"], 1: ["en", "ett"], 2: ["två", "ett par"], 3: ["tre"], 4: ["fyra"], 5: ["fem"], 6: ["sex"], 7: ["sju"], 8: ["åtta"], 9: ["nio"], 10: ["tio"], 11: ["elva"], 12: ["tolv", "ett dussin"], 20: ["tjugo", "ett tjog"], 30: ["trettio"], 40: ["förtio"], 50: ["femtio"], 60: ["sextio"], } gourmand-1.2.0/src/gourmand/exporters/000077500000000000000000000000001510115424500177625ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/exporters/MarkupString.py000066400000000000000000000075621510115424500227740ustar00rootroot00000000000000import xml.sax class simpleHandler(xml.sax.ContentHandler): """A simple handler that provides us with indices of marked up content.""" def __init__(self): self.elements = [] # this will contain a list of elements and their start/end indices self.open_elements = [] # this holds info on open elements while we wait for their close self.content = "" def startElement(self, name, attrs): if name == "foobar": return # we require an outer wrapper, which we promptly ignore. self.open_elements.append( { "name": name, "attrs": attrs.copy(), "start": len(self.content), } ) def endElement(self, name): if name == "foobar": return # we require an outer wrapper, which we promptly ignore. for i in range(len(self.open_elements)): e = self.open_elements[i] if e["name"] == name: # append a (start,end), name, attrs self.elements.append(((e["start"], len(self.content)), e["name"], e["attrs"])) # start position # current (end) position del self.open_elements[i] return def characters(self, chunk): self.content += chunk class MarkupString(str): """A simple class for dealing with marked up strings. When we are sliced, we return valid marked up strings, preserving markup.""" def __init__(self, string): str.__init__(self, string) self.handler = simpleHandler() try: xml.sax.parseString("%s" % str(string), self.handler) except: print('Unable to parse "%s"' % string) raise self.raw = self.handler.content def __getitem__(self, n): return self.__getslice__(n, n + 1) def __getslice__(self, s, e): # only include relevant elements if not e or e > len(self.raw): e = len(self.raw) elements = [tp for tp in self.handler.elements if (tp[0][1] >= s and tp[0][0] <= e)] # end after the start... # and start before the end ends = {} starts = {} for el in elements: # cycle through elements that effect our slice and keep track of # where their start and end tags should go. pos = el[0] name = el[1] attrs = el[2] # write our start tag stag = "<%s" % name for k, v in list(attrs.items()): stag += " %s=%s" % (k, xml.sax.saxutils.quoteattr(v)) stag += ">" etag = "" % name # simple end tag spos = pos[0] epos = pos[1] if spos < s: spos = s if epos > e: epos = e if epos != spos: # we don't care about tags that don't markup any text if spos not in starts: starts[spos] = [] starts[spos].append(stag) if epos not in ends: ends[epos] = [] ends[epos].append(etag) outbuf = "" # our actual output string for pos in range(s, e): # we move through positions char = self.raw[pos] if pos in ends: # if there are endtags to insert... for et in ends[pos]: outbuf += et if pos in starts: # if there are start tags to insert mystarts = starts[pos] # reverse these so the order works out,e.g. mystarts.reverse() for st in mystarts: outbuf += st outbuf += char if e in ends: for et in ends[e]: outbuf += et return MarkupString(str(outbuf)) # the str call is necessary to avoid unicode messiness gourmand-1.2.0/src/gourmand/exporters/__init__.py000066400000000000000000000000001510115424500220610ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/exporters/clipboard_exporter.py000066400000000000000000000056031510115424500242270ustar00rootroot00000000000000"""Export a recipe to the system's clipboard or via drag and drop. This plugin demonstrates how to create an export plugin. """ from gi.repository import Gdk, Gtk def _format(recipes): """Format recipes as a string. The expected list should contain tupes of (recipe, ingredients) that belong together. """ # recipes = List[Tuple["RowProxy", "RowProxy"]] formatted_recipes = [] # Each item in self.recipes is a set of (a recipe, its ingredients). for recipe, ingredients in recipes: # The ingredients have the name, quantity, and units attached formatted_ingredients = [] for ingredient in ingredients: string = f"{ingredient.amount} " if ingredient.amount else "" string += f"{ingredient.unit} " if ingredient.unit else "" string += ingredient.item formatted_ingredients.append(string) formatted_ingredients = "\n".join(formatted_ingredients) # Now that the ingredients are formatted, the title, yield, # description etc. can be extracted. # The rating, for instance, is omitted: let the recipient make # their opinion! formatted_recipe = f"# {recipe.title}\n\n" formatted_recipe += f"{recipe.source}\n" if recipe.source else "" formatted_recipe += f"{recipe.link}\n" if recipe.link else "" formatted_recipe += "\n" if recipe.source or recipe.link else "" formatted_recipe += f"{recipe.yields} {recipe.yield_unit}\n\n" if recipe.yields else "" formatted_recipe += f"{recipe.description}\n\n" if recipe.description else "" formatted_recipe += f"{formatted_ingredients}\n\n" formatted_recipe += f"{recipe.instructions}\n" formatted_recipes.append(formatted_recipe) # Join all the recipes as one string. formatted_recipes = "\n\n".join(formatted_recipes) # Although not used here, the image can also be retrieved. # They are stored as jpegs in the database: # if recipe.image is not None: # image_filename = self.export_path / f'{recipe.title}.jpg' # with open(image_filename, 'wb') as fout: # fout.write(recipe.image) return formatted_recipes def copy_to_clipboard(recipes): # recipes = List[Tuple["RowProxy", "RowProxy"]] clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) formatted_recipes = _format(recipes) clipboard.set_text(formatted_recipes, -1) def copy_to_drag(recipes, widget: Gtk.TreeView, drag_context: Gdk.DragContext, data: Gtk.SelectionData, info: int, time: int) -> bool: """Export recipes to text via drag and drop. This function is expected to be connected to a signal. If so, the signal will be done being handled here. """ # recipes = List[Tuple["RowProxy", "RowProxy"]] if info == 0: # Only support text export data.set_text(_format(recipes), -1) return True # Done handling signal gourmand-1.2.0/src/gourmand/exporters/eatdrinkfeelgood_exporter.py000066400000000000000000000266701510115424500256050ustar00rootroot00000000000000# Export Gourmand recipes to eatdrinkfeelgood XML format # Copyright (c) 2005 cozybit, Inc. # # Author: Javier Cardona # # Based on the Gourmet exporter interface developed by Thomas Hinkle # # This program 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. # This program 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 this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. import base64 import xml.dom import xml.sax.saxutils import gourmand.convert as convert from gourmand.exporters import exporter from gourmand.gglobals import NAME_TO_ATTR def string_to_number_type(n): if n.find("/") > -1: return "frac" elif n.find(".") > -1: return "float" else: return "int" def set_attribute(xmlDoc, element, attribute, value): a = xmlDoc.createAttribute(attribute) element.setAttributeNode(a) element.setAttribute(attribute, value) class EdfgXmlBase: def write_header(self): a = self.xmlDoc.createAttribute("xmlns") self.top_element.setAttributeNode(a) self.top_element.setAttribute("xmlns", "http://www.eatdrinkfeelgood.org/1.1/ns") a = self.xmlDoc.createAttribute("xmlns:dc") self.top_element.setAttributeNode(a) self.top_element.setAttribute("xmlns:dc", "http://purl.org/dc/elements/1.1") a = self.xmlDoc.createAttribute("xmlns:xlink") self.top_element.setAttributeNode(a) self.top_element.setAttribute("xmlns:xlink", "http://www.w3.org/1999/xlink") a = self.xmlDoc.createAttribute("xmlns:xi") self.top_element.setAttributeNode(a) self.top_element.setAttribute("xmlns:xi", "http://www.w3.org/2001/XInclude") class EdfgXml(exporter.exporter_mult, EdfgXmlBase): """An XML exported for the eatdrinkfeelgood dtd""" units = [ "kilogram", "gram", "milligram", "litre", "millilitre", "gallon", "quart", "pint", "gill", "cup", "tablespoon", "teaspoon", "bushel", "peck", "pound", "dram", "ounce", ] def __init__(self, rd, r, out, xmlDoc=None, conv=None, attdics={}, change_units=False, mult=1): self.e_current_step = None self.e_directions = None if xmlDoc: self.single_recipe_file = False self.xmlDoc = xmlDoc else: # no xmlDoc passed. create one... self.single_recipe_file = True impl = xml.dom.getDOMImplementation() impl.createDocumentType("eatdrinkfeelgood", "-//Aaron Straup Cope//DTD Eatdrinkfeelgood 1.2//EN//XML", "./eatdrinkfeelgood.dtd") self.write_header() exporter.exporter_mult.__init__( self, rd, r, out, use_ml=True, order=["attr", "image", "ings", "text"], do_markup=True, change_units=change_units, mult=mult ) def write_head(self): e = self.xmlDoc.createElement("recipe") self.xmlDoc.documentElement.appendChild(e) self.e_recipe = e def write_attr(self, label, text): attr = NAME_TO_ATTR[label] e_parent = self.e_recipe if attr == "title": e = self.xmlDoc.createElement("name") e_parent.appendChild(e) e_parent = e attr = "common" e = self.xmlDoc.createElement(attr) t = self.xmlDoc.createTextNode(xml.sax.saxutils.escape(text)) e.appendChild(t) e_parent.appendChild(e) def write_text(self, label, text, time=None): """write_text() is called for each 'step' in the recipe""" if not self.e_directions: self.e_directions = self.xmlDoc.createElement("directions") self.e_recipe.appendChild(self.e_directions) e = self.xmlDoc.createElement("step") self.e_directions.appendChild(e) self.e_current_step = e e_para = self.xmlDoc.createElement("para") self.e_current_step.appendChild(e_para) t = self.xmlDoc.createTextNode(xml.sax.saxutils.escape(text)) e_para.appendChild(t) if time: second_element = self.xmlDoc.createElement("seconds") n_element = self.n_element(time) second_element.appendChild(n_element) prep_element = self.xmlDoc.createElement("preparation") prep_element.appendChild(second_element) self.e_current_step.appendChild(prep_element) def write_image(self, image): e = self.xmlDoc.createElement("image") a = self.xmlDoc.createAttribute("content-type") e.setAttributeNode(a) e.setAttribute("content-type", "jpeg") a = self.xmlDoc.createAttribute("rel") e.setAttributeNode(a) e.setAttribute("content-type", "photo") e_bin64b = self.xmlDoc.createElement("bin64b") t = self.xmlDoc.createTextNode(base64.b64encode(image)) e_bin64b.appendChild(t) e.appendChild(e_bin64b) if self.e_current_step: self.e_current_step.appendChild(e) else: self.e_recipe.appendChild(e) def handle_italic(self, chunk): return "<i>" + chunk + "</i>" def handle_bold(self, chunk): return "<b>" + chunk + "</b>" def handle_underline(self, chunk): return "<u>" + chunk + "</u>" def write_foot(self): if self.single_recipe_file: self.xmlDoc.writexml(self.out, newl="\n", addindent="\t", encoding="UTF-8") def write_inghead(self): req_el = self.xmlDoc.createElement("requirements") self.e_recipe.appendChild(req_el) ing_el = self.xmlDoc.createElement("ingredients") req_el.appendChild(ing_el) self.e_ingredients = ing_el def write_ingfoot(self): pass def write_ingref(self, amount=1, unit=None, item=None, refid=None, optional=False): print("write_ingref not implemented yet") def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): # item's are the same as keys in cozyland... if not key: key = item # grab info from our nutrition data info. This relies on rd.nd # being a reference to our NutritionData class -- this is # hackishly taken care of in CozyImporter.py. # # If this code is ever included in Gourmet proper, we should # delete all references to self.rd.nd ndbno = self.rd.nd.get_ndbno(key) if amount.find("-") >= 0: gram_amount = [self.rd.nd.convert_to_grams(convert.frac_to_float(a), unit, item) for a in amount.split("-")] else: gram_amount = self.rd.nd.convert_to_grams(convert.frac_to_float(amount), unit, item) # Write our XML e_parent = self.e_ingredients e = self.xmlDoc.createElement("ing") e_parent.appendChild(e) e_parent = e e_amount = self.xmlDoc.createElement("amount") if gram_amount: if not isinstance(gram_amount, (tuple, list)) or None not in gram_amount: e_amount.appendChild(self.quantity_element(gram_amount, "gram")) e_parent.appendChild(e_amount) e_displayamount = self.xmlDoc.createElement("displayamount") e_displayamount.appendChild(self.quantity_element(amount, unit)) e_parent.appendChild(e_displayamount) e_item = self.xmlDoc.createElement("item") e_parent.appendChild(e_item) t = self.xmlDoc.createTextNode(item) e_item.appendChild(t) if ndbno: e_usda = self.xmlDoc.createElement("usdaid") if ndbno: t = self.xmlDoc.createTextNode("%05i" % ndbno) e_usda.appendChild(t) e_parent.appendChild(e_usda) def write_grouphead(self, name): print("write_grouphead not implemented yet") def write_groupfoot(self): print("write_groupfoot not implemented yet") def quantity_element(self, amount, unit): """Make a quantity element based on our amount and unit.""" customunit = unit not in self.units e_qty = self.xmlDoc.createElement("quantity") if amount: if isinstance(amount, str) and amount.find("-") >= 0: amount = amount.split("-") if isinstance(amount, tuple) or isinstance(amount, list) and len(amount) == 2: e_rng = self.xmlDoc.createElement("range") e_qty.appendChild(e_rng) for a, typ in [(amount[0], "min"), (amount[1], "max")]: e = self.xmlDoc.createElement(typ) e_rng.appendChild(e) e.appendChild(self.n_element(a)) else: if isinstance(amount, (list, tuple)): # If we have a list here, something's gone a bit screwy... for possible_n in amount: try: e = self.n_element(amount) except TypeError: continue else: e_qty.appendChild(e) break else: e_qty.appendChild(self.n_element(amount)) # Now for the measure... if unit: e_msr = self.xmlDoc.createElement("measure") e_qty.appendChild(e_msr) if customunit: e_unit = self.xmlDoc.createElement("customunit") e_unit.appendChild(self.xmlDoc.createTextNode(unit)) else: e_unit = self.xmlDoc.createElement("unit") set_attribute(self.xmlDoc, e_unit, "unit", unit) e_msr.appendChild(e_unit) return e_qty def n_element(self, n): if isinstance(n, str): typ = string_to_number_type(n) elif isinstance(n, int): typ = "int" elif isinstance(n, float): typ = "float" else: raise TypeError("%s is not a number" % n) e_n = self.xmlDoc.createElement("n") set_attribute(self.xmlDoc, e_n, "type", typ) set_attribute(self.xmlDoc, e_n, "value", str(n)) return e_n class EdfgXmlM(exporter.ExporterMultirec, EdfgXmlBase): def __init__(self, rd, recipe_table, out, one_file=True, change_units=False, mult=1): self.rd = rd impl = xml.dom.getDOMImplementation() doctype = impl.createDocumentType("eatdrinkfeelgood", "-//Aaron Straup Cope//DTD Eatdrinkfeelgood 1.2//EN//XML", "./eatdrinkfeelgood.dtd") self.xmlDoc = impl.createDocument(None, "eatdrinkfeelgood", doctype) self.top_element = self.xmlDoc.documentElement exporter.ExporterMultirec.__init__( self, rd, recipe_table, out, one_file=True, ext="xml", exporter=EdfgXml, exporter_kwargs={"change_units": change_units, "mult": mult, "xmlDoc": self.xmlDoc}, ) def write_footer(self): self.xmlDoc.writexml(self.ofi, newl="\n", addindent="\t", encoding="UTF-8") gourmand-1.2.0/src/gourmand/exporters/exportManager.py000066400000000000000000000167521510115424500231630ustar00rootroot00000000000000import os.path from gi.repository import Gtk from gi.repository.GLib import UserDirectory, get_user_special_dir import gourmand.gtk_extras.dialog_extras as de import gourmand.plugin_loader as plugin_loader from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin from gourmand.threadManager import get_thread_manager, get_thread_manager_gui EXTRA_PREFS_AUTOMATIC = -1 EXTRA_PREFS_DEFAULT = 0 class ExportManager(plugin_loader.Pluggable): """A class to manage exporters.""" __single = None @classmethod def instance(cls): if not ExportManager.__single: ExportManager.__single = ExportManager() return ExportManager.__single def __init__(self): self.plugins_by_name = {} plugin_loader.Pluggable.__init__(self, [ExporterPlugin]) from gourmand.main import get_application self.app = get_application() def offer_single_export(self, rec, prefs, mult=1, parent=None): """Offer to export a single file. Return the filename if we have in fact exported said file. """ default_extension = prefs.get("save_recipe_as", "html") # strip the period if one ended up on our default extension if default_extension and default_extension[0] == ".": default_extension = default_extension[1:] exp_directory = prefs.get("rec_exp_directory", get_user_special_dir(UserDirectory.DIRECTORY_DOCUMENTS)) filename, exp_type = de.saveas_file( _("Save recipe as..."), filename="%s%s%s%s%s" % (exp_directory, os.path.sep, rec.title, os.path.extsep, default_extension), filters=self.get_single_filters(), parent=parent, ) if not filename: return if not exp_type or not self.can_export_type(exp_type): de.show_message(label=_('Gourmet cannot export file of type "%s"') % os.path.splitext(filename)[1]) return return self.do_single_export(rec, filename, exp_type, mult) def do_single_export(self, rec, filename, exp_type, mult=1, extra_prefs=EXTRA_PREFS_AUTOMATIC): exporter_plugin = self.get_exporter(exp_type) extra_prefs = self.get_extra_prefs(exporter_plugin, extra_prefs) # extra_prefs = exporter_plugin.run_extra_prefs_dialog() or {} if hasattr(exporter_plugin, "mode"): export_file_mode = exporter_plugin.mode if export_file_mode not in ["w", "a", "wb"]: print("IGNORING INVALID FILE MODE", export_file_mode) export_file_mode = "w" else: export_file_mode = "w" with open(filename, export_file_mode) as outfi: # this should write to our file... exporter_plugin.do_single_export( { "rd": self.app.rd, "rec": rec, "out": outfi, "conv": self.app.conv, "change_units": self.app.prefs.get("readableUnits", True), "mult": mult, "extra_prefs": extra_prefs, } ) return filename def offer_multiple_export(self, recs, prefs, parent=None, prog=None, export_all=False): """Offer user a chance to export multiple recipes at once.""" if (not export_all) or (len(recs) < 950): # inelegantly avoid bug that happens when this code runs # on large numbers of recipes. The good news is that this # that that will almost only ever happen when we're # exporting all recipes, which makes this code irrelevant # anyway. self.app.rd.include_linked_recipes(recs) ext = prefs.get("save_recipes_as", "%sxml" % os.path.extsep) exp_directory = prefs.get("rec_exp_directory", get_user_special_dir(UserDirectory.DIRECTORY_DOCUMENTS)) fn, exp_type = de.saveas_file( _("Export recipes"), filename="%s%s%s%s" % (exp_directory, os.path.sep, _("recipes"), ext), parent=parent, filters=self.get_multiple_filters() ) if not fn: return prefs["rec_exp_directory"] = os.path.split(fn)[0] prefs["save_recipes_as"] = os.path.splitext(fn)[1] instance = self.do_multiple_export(recs, fn, exp_type) if not instance: de.show_message( okay=Gtk.STOCK_CLOSE, cancel=False, label=_('Unable to export: unknown filetype "%s"' % fn), sublabel=_("Please make sure to select a filetype from the dropdown menu when saving."), message_type=Gtk.MessageType.ERROR, ) def get_extra_prefs(self, myexp, extra_prefs): if extra_prefs == EXTRA_PREFS_AUTOMATIC: extra_prefs = myexp.run_extra_prefs_dialog() or {} elif extra_prefs == EXTRA_PREFS_DEFAULT: extra_prefs = myexp.get_default_prefs() return extra_prefs def get_multiple_exporter(self, recs, fn, exp_type=None, setup_gui=True, extra_prefs=EXTRA_PREFS_AUTOMATIC): if not exp_type: exp_type = de.get_type_for_filters(fn, self.get_multiple_filters()) if self.can_export_type(exp_type): myexp = self.get_exporter(exp_type) extra_prefs = self.get_extra_prefs(myexp, extra_prefs) # pd_args = {"label": myexp.label, "sublabel": myexp.sublabel % {"file": fn}} exporterInstance = myexp.get_multiple_exporter( { "rd": self.app.rd, "rv": recs, #'conv':self.app.conv, #'prog':, "file": fn, "extra_prefs": extra_prefs, } ) return myexp, exporterInstance else: print("WARNING: CANNOT EXPORT TYPE", exp_type) def do_multiple_export(self, recs, fn, exp_type=None, setup_gui=True, extra_prefs=EXTRA_PREFS_AUTOMATIC): myexp, exporterInstance = self.get_multiple_exporter(recs, fn, exp_type, setup_gui, extra_prefs) tm = get_thread_manager() tm.add_thread(exporterInstance) if setup_gui: tmg = get_thread_manager_gui() tmg.register_thread_with_dialog(_("Export") + " (" + myexp.label + ")", exporterInstance) exporterInstance.connect("completed", tmg.notification_thread_done, _('Recipes successfully exported to %s') % (fn, fn)) tmg.show() print("Return exporter instance") return exporterInstance def can_export_type(self, name): return name in self.plugins_by_name def get_exporter(self, name): return self.plugins_by_name[name] def get_single_filters(self): filters = [] for plugin in self.plugins: filters.append(plugin.saveas_single_filters) return filters def get_multiple_filters(self): filters = [] for plugin in self.plugins: filters.append(plugin.saveas_filters) return filters def register_plugin(self, plugin): name = plugin.saveas_filters[0] if name in self.plugins_by_name: print("WARNING", "replacing", self.plugins_by_name[name], "with", plugin) self.plugins_by_name[name] = plugin def unregister_plugin(self, plugin): name = plugin.saveas_filters[0] if name in self.plugins_by_name: del self.plugins_by_name[name] else: print("WARNING: unregistering ", plugin, "but there seems to be no plugin for ", name) gourmand-1.2.0/src/gourmand/exporters/exporter.py000066400000000000000000000621011510115424500222040ustar00rootroot00000000000000import os import re import textwrap import time import xml.sax.saxutils from gi.repository import GLib, Pango from gourmand import convert from gourmand.gdebug import TimeAction, debug, print_timer_info from gourmand.gglobals import DEFAULT_ATTR_ORDER, DEFAULT_TEXT_ATTR_ORDER, REC_ATTR_DIC, TEXT_ATTR_DIC, use_threads from gourmand.i18n import _ from gourmand.plugin import BaseExporterMultiRecPlugin, BaseExporterPlugin from gourmand.plugin_loader import Pluggable, pluggable_method from gourmand.threadManager import SuspendableThread class exporter(SuspendableThread, Pluggable): """A base exporter class. All Gourmet exporters should subclass this class or one of its derivatives. This class can also be used directly for plain text export. """ DEFAULT_ENCODING = "utf-8" name = "exporter" ALLOW_PLUGINS_TO_WRITE_NEW_FIELDS = True def __init__( self, rd, r, out, conv=None, imgcount=1, order=["image", "attr", "ings", "text"], attr_order=DEFAULT_ATTR_ORDER, text_attr_order=DEFAULT_TEXT_ATTR_ORDER, do_markup=True, use_ml=False, convert_attnames=True, fractions=convert.FRACTIONS_ASCII, ): """Instantiate our exporter. conv is a preexisting convert.converter() class imgcount is a number we use to start counting our exported images. order is a list of our core elements in order: 'image','attr','text' and 'ings' attr_order is a list of our attributes in the order we should export them: title, category, cuisine, servings, source, rating, preptime, cooktime text_attr_order is a list of our text attributes. do_markup is a flag; if true, we interpret tags in text blocks by calling self.handle_markup to e.g. to simple plaintext renderings of tags. use_ml is a flag; if true, we escape strings we output to be valid *ml convert_attnames is a flag; if true, we hand write_attr a translated attribute name suitable for printing or display. If not, we just hand it the standard attribute name (this is a good idea if a subclass needs to rely on the attribute name staying consistent for processing, since converting attnames will produce locale specific strings. """ self.attr_order = attr_order self.text_attr_order = text_attr_order self.out = out self.r = r self.rd = rd self.do_markup = do_markup self.fractions = fractions self.use_ml = use_ml self.convert_attnames = convert_attnames if not conv: conv = convert.get_converter() self.conv = conv self.imgcount = imgcount self.images = [] self.order = order Pluggable.__init__(self, [BaseExporterPlugin]) SuspendableThread.__init__(self, self.name) def do_run(self): self.write_head() for task in self.order: if task == "image": if self._grab_attr_(self.r, "image"): self.write_image(self.r.image) if task == "attr": self._write_attrs_() elif task == "text": self._write_text_() elif task == "ings": self._write_ings_() self.write_foot() # Internal methods -- ideally, subclasses should have no reason to # override any of these methods. @pluggable_method def _write_attrs_(self): self.write_attr_head() for a in self.attr_order: txt = self._grab_attr_(self.r, a) debug("_write_attrs_ writing %s=%s" % (a, txt), 1) if txt and ((not isinstance(txt, str)) or txt.strip()): if (a == "preptime" or a == "cooktime") and a.find("0 ") == 0: pass else: if self.convert_attnames: self.write_attr(REC_ATTR_DIC.get(a, a), txt) else: self.write_attr(a, txt) self.write_attr_foot() @pluggable_method def _write_text_(self): # print 'exporter._write_text_',self.text_attr_order,'!' for a in self.text_attr_order: # This code will never be called for Gourmet # proper... here for convenience of symbiotic project... if a == "step": steps = self._grab_attr_(self.r, a) if not steps: continue for s in steps: if isinstance(s, dict): dct = s s = dct.get("text", "") img = dct.get("image", "") time = dct.get("time", 0) # print 'Exporter sees step AS:' # print ' text:',s # print ' image:',img # print ' time:',time else: img = "" if self.do_markup: txt = self.handle_markup(s) if not self.use_ml: txt = xml.sax.saxutils.unescape(s) # if self.convert_attnames: # out_a = TEXT_ATTR_DIC.get(a, a) # else: # out_a = a # Goodness this is an ugly way to pass the # time as a parameter... we use try/except to # allow all gourmet exporters to ignore this # attribute. try: self.write_text(a, s, time=time) except: self.write_text(a, s) print("Failed to export time=", time) raise if img: self.write_image(img) continue # End of non-Gourmet code txt = self._grab_attr_(self.r, a) if txt and txt.strip(): if self.do_markup: txt = self.handle_markup(txt) txt = xml.sax.saxutils.unescape(txt) # else: print 'exporter: do_markup=False' if not self.use_ml: txt = xml.sax.saxutils.unescape(txt) if self.convert_attnames: self.write_text(TEXT_ATTR_DIC.get(a, a), txt) else: self.write_text(a, txt) @pluggable_method def _write_ings_(self): """Write all of our ingredients.""" ingredients = self.rd.get_ings(self.r) if not ingredients: return self.write_inghead() for g, ings in self.rd.order_ings(ingredients): if g: self.write_grouphead(g) for i in ings: amount, unit = self._get_amount_and_unit_(i) if self._grab_attr_(i, "refid"): self.write_ingref( amount=amount, unit=unit, item=self._grab_attr_(i, "item"), refid=self._grab_attr_(i, "refid"), optional=self._grab_attr_(i, "optional") ) else: self.write_ing( amount=amount, unit=unit, item=self._grab_attr_(i, "item"), key=self._grab_attr_(i, "ingkey"), optional=self._grab_attr_(i, "optional") ) if g: self.write_groupfoot() self.write_ingfoot() def _grab_attr_(self, obj, attr): # This is a bit ugly -- we allow exporting categories as if # they were a single attribute even though we in fact allow # multiple categories. if attr == "category": return ", ".join(self.rd.get_cats(obj)) try: ret = getattr(obj, attr) except AttributeError: return None else: if attr in ["preptime", "cooktime"]: # this 'if' ought to be unnecessary, but is kept around # for db converting purposes -- e.g. so we can properly # export an old DB if ret and not isinstance(ret, str): ret = convert.seconds_to_timestring(ret, fractions=self.fractions) elif attr == "rating" and ret and not isinstance(ret, str): if ret / 2 == ret / 2.0: ret = "%s/5 %s" % (ret / 2, _("stars")) else: ret = "%s/5 %s" % (ret / 2.0, _("stars")) elif attr == "servings" and not isinstance(ret, str): ret = convert.float_to_frac(ret, fractions=self.fractions) elif attr == "yields": ret = convert.float_to_frac(ret, fractions=self.fractions) yield_unit = self._grab_attr_(obj, "yield_unit") if yield_unit: ret = "%s %s" % (ret, yield_unit) # FIXME: i18n? (fix also below in exporter_mult) return ret def _get_amount_and_unit_(self, ing): return self.rd.get_amount_and_unit(ing, fractions=self.fractions) # Below are the images inherited exporters should # subclass. Subclasses overriding methods should make these # pluggable so that plugins can fiddle about with things as they # see fit. def write_image(self, image): """Write image based on binary data for an image file (jpeg format).""" pass def write_head(self): """Write any necessary header material at recipe start.""" pass def write_foot(self): """Write any necessary footer material at recipe end.""" pass @pluggable_method def write_inghead(self): """Write any necessary markup before ingredients.""" self.out.write("\n---\n%s\n---\n" % _("Ingredients")) @pluggable_method def write_ingfoot(self): """Write any necessary markup after ingredients.""" pass @pluggable_method def write_attr_head(self): """Write any necessary markup before attributes.""" pass @pluggable_method def write_attr_foot(self): """Write any necessary markup after attributes.""" pass @pluggable_method def write_attr(self, label, text): """Write an attribute with label and text. If we've been initialized with convert_attnames=True, the label will already be translated to our current locale. Otherwise, the label will be the same as it used internally in our database. So if your method needs to do something special based on the attribute name, we need to set convert_attnames to False (and do any necessary i18n of the label name ourselves. """ self.out.write("%s: %s\n" % (label, text.strip())) @pluggable_method def write_text(self, label, text): """Write a text chunk. This could include markup if we've been initialized with do_markup=False. Otherwise, markup will be handled by the handle_markup methods (handle_italic, handle_bold, handle_underline). """ self.out.write("\n---\n%s\n---\n" % label) ll = text.split("\n") for line in ll: for wrapped_line in textwrap.wrap(line): self.out.write("\n%s" % wrapped_line) self.out.write("\n\n") def handle_markup(self, txt): """Handle markup inside of txt.""" if txt is None: print("Warning, handle_markup handed None") return "" outtxt = "" try: ok, al, txt, sep = Pango.parse_markup(txt, -1, "\x00") except GLib.Error: txt = xml.sax.saxutils.escape(txt) ok, al, txt, sep = Pango.parse_markup(txt, -1, "\x00") ai = al.get_iterator() # The AttrIterator describes ranges of bytes in the UTF-8 representation b = txt.encode("utf-8") more = True while more: fd = Pango.FontDescription() ai.get_font(fd) start, end = ai.range() # The range should never split up a code point in the UTF-8 chunk = xml.sax.saxutils.escape(b[start:end].decode("utf-8")) chunk = xml.sax.saxutils.escape(chunk) trailing_newline = "" fields = fd.get_set_fields() if fields != 0: # if there are fields # Sometimes we get trailing newlines, which is ugly # because we end up with e.g. Foo\n # # So we define trailing_newline as a variable if chunk and chunk[-1] == "\n": trailing_newline = "\n" chunk = chunk[:-1] if "style" in fields.value_nicks and fd.get_style() == Pango.Style.ITALIC: chunk = self.handle_italic(chunk) if "weight" in fields.value_nicks and fd.get_weight() == Pango.Weight.BOLD: chunk = self.handle_bold(chunk) for att in ai.get_attrs(): # FIXME: Pango attribute values are not introspectable from Python # https://gitlab.gnome.org/GNOME/pango/-/issues/476 # For now, assume that any underline attribute is single-underline if att.klass.type == Pango.AttrType.UNDERLINE: # and att.value==Pango.Underline.SINGLE: chunk = self.handle_underline(chunk) outtxt += chunk + trailing_newline more = ai.next() return outtxt def handle_italic(self, chunk): """Make chunk italic, or the equivalent.""" return "*" + chunk + "*" def handle_bold(self, chunk): """Make chunk bold, or the equivalent.""" return chunk.upper() def handle_underline(self, chunk): """Make chunk underlined, or the equivalent of""" return "_" + chunk + "_" @pluggable_method def write_grouphead(self, text): """The start of group of ingredients named TEXT""" self.out.write("\n%s:\n" % text.strip()) @pluggable_method def write_groupfoot(self): """Mark the end of a group of ingredients.""" pass @pluggable_method def write_ingref(self, amount=1, unit=None, item=None, optional=False, refid=None): """By default, we don't handle ingredients as recipes, but someone subclassing us may wish to do so...""" self.write_ing(amount=amount, unit=unit, item=item, key=None, optional=optional) @pluggable_method def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): """Write ingredient.""" if amount: self.out.write("%s" % amount) if unit: self.out.write(" %s" % unit) if item: self.out.write(" %s" % item) if optional: self.out.write(" (%s)" % _("optional")) self.out.write("\n") class exporter_mult(exporter): """A basic exporter class that can handle a multiplied recipe.""" def __init__( self, rd, r, out, conv=None, change_units=True, mult=1, imgcount=1, order=["image", "attr", "ings", "text"], attr_order=DEFAULT_ATTR_ORDER, text_attr_order=DEFAULT_TEXT_ATTR_ORDER, do_markup=True, use_ml=False, convert_attnames=True, fractions=convert.FRACTIONS_ASCII, ): """Initiate an exporter class capable of multiplying the recipe. We allow the same arguments as the base exporter class plus the following mult = number (multiply by this number) change_units = True|False (whether to change units to keep them readable when multiplying). """ self.mult = mult self.change_units = change_units exporter.__init__( self, rd, r, out, conv, imgcount, order, attr_order=attr_order, text_attr_order=text_attr_order, use_ml=use_ml, do_markup=do_markup, convert_attnames=convert_attnames, fractions=fractions, ) @pluggable_method def write_attr(self, label, text): # attr = NAME_TO_ATTR[label] self.out.write("%s: %s\n" % (label, text)) def _grab_attr_(self, obj, attr): """Grab attribute attr of obj obj. Possibly manipulate the attribute we get to hand out export something readable. """ if attr == "servings" or attr == "yields" and self.mult: ret = getattr(obj, attr) if isinstance(ret, (int, float)): fl_ret = float(ret) else: if ret is not None: print("WARNING: IGNORING serving value ", ret) fl_ret = None if fl_ret: ret = convert.float_to_frac(fl_ret * self.mult, fractions=self.fractions) if attr == "yields": yield_unit = self._grab_attr_(obj, "yield_unit") if yield_unit: ret = "%s %s" % (ret, yield_unit) # FIXME: i18n? return ret else: return exporter._grab_attr_(self, obj, attr) def _get_amount_and_unit_(self, ing): if self.mult != 1 and self.change_units: return self.rd.get_amount_and_unit(ing, mult=self.mult, conv=self.conv, fractions=self.fractions) else: return self.rd.get_amount_and_unit(ing, mult=self.mult, conv=self.conv, fractions=self.fractions) @pluggable_method def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): if amount: self.out.write("%s" % amount) if unit: self.out.write(" %s" % unit) if item: self.out.write(" %s" % item) if optional: self.out.write(" (%s)" % _("optional")) self.out.write("\n") class ExporterMultirec(SuspendableThread, Pluggable): name = "Exporter" def __init__( self, rd, recipes, out, one_file=True, create_file=True, ext="txt", conv=None, imgcount=1, exporter=exporter, exporter_kwargs={}, padding=None ): """Output all recipes in recipes into a document or multiple documents. if one_file, then everything is in one file. Otherwise, we treat 'out' as a directory and put individual recipe files within it. @param out: The name of the output file or directory @param one_file: If True works in one_file mode. For this the class will create the file which is accessible by self.ofi If this is set to False a directory will be created and the name of the directory will be passed via self.outdir and self.ofi @param create_file: If this parameter is True the files will be created otherwise to create the file is up to the user. """ self.timer = TimeAction("exporterMultirec.__init__()") self.rd = rd self.recipes = recipes self.out = out self.outdir = out self.padding = padding self.one_file = one_file Pluggable.__init__(self, [BaseExporterMultiRecPlugin]) SuspendableThread.__init__(self, self.name) self.ext = ext self.exporter = exporter self.exporter_kwargs = exporter_kwargs self.fractions = self.exporter_kwargs.get("fractions", convert.FRACTIONS_ASCII) self.DEFAULT_ENCODING = self.exporter.DEFAULT_ENCODING self.one_file = one_file self.create_file = create_file def _grab_attr_(self, obj, attr): if attr == "category": return ", ".join(self.rd.get_cats(obj)) try: ret = getattr(obj, attr) except AttributeError: return None else: if attr in ["preptime", "cooktime"]: # this 'if' ought to be unnecessary, but is kept around # for db converting purposes -- e.g. so we can properly # export an old DB if ret and not isinstance(ret, str): ret = convert.seconds_to_timestring(ret, fractions=self.fractions) elif attr == "rating" and ret and not isinstance(ret, str): if ret / 2 == ret / 2.0: ret = "%s/5 %s" % (ret / 2, _("stars")) else: ret = "%s/5 %s" % (ret / 2.0, _("stars")) return ret def append_referenced_recipes(self): for r in self.recipes[:]: reffed = self.rd.db.execute("select * from ingredients where recipe_id=%s and refid is not null" % r.id) for ref in reffed: rec = self.rd.get_rec(ref.refid) if rec is not None and rec not in self.recipes: self.recipes.append(rec) @pluggable_method def do_run(self): self.rcount = 0 self.rlen = len(self.recipes) if not self.one_file: self.outdir = self.out if os.path.exists(self.outdir): if not os.path.isdir(self.outdir): self.outdir = self.unique_name(self.outdir) os.makedirs(self.outdir) else: os.makedirs(self.outdir) create_one_file = self.one_file and isinstance(self.out, str) and self.create_file create_multi_file = not self.one_file and isinstance(self.out, str) if create_one_file: self.ofi = open(self.out, "w", encoding=self.DEFAULT_ENCODING) else: self.ofi = self.out self.write_header() self.suspended = False self.terminated = False first = True self.append_referenced_recipes() for r in self.recipes: self.check_for_sleep() msg = _("Exported %(number)s of %(total)s recipes") % {"number": self.rcount, "total": self.rlen} self.emit("progress", float(self.rcount) / float(self.rlen), msg) fn = None if create_multi_file: fn = self.generate_filename(r, self.ext, add_id=True) self.ofi = open(fn, "w", encoding=self.DEFAULT_ENCODING) if self.padding and not first: self.ofi.write(self.padding) e = self.exporter(out=self.ofi, r=r, rd=self.rd, **self.exporter_kwargs) self.connect_subthread(e) e.do_run() self.recipe_hook(r, fn, e) if create_multi_file: self.ofi.close() self.rcount += 1 first = False self.write_footer() if create_one_file: self.ofi.close() self.timer.end() self.emit("progress", 1, _("Export complete.")) print_timer_info() @pluggable_method def write_header(self): pass @pluggable_method def write_footer(self): pass def generate_filename(self, rec, ext, add_id=False): title = rec.title # get rid of potentially confusing characters in the filename # Windows doesn't like a number of special characters, so for # the time being, we'll just get rid of all non alpha-numeric # characters ntitle = "" for c in title: if re.match("[A-Za-z0-9 ]", c): ntitle += c title = ntitle # truncate long filenames max_filename_length = 252 if len(title) > (max_filename_length - 4): title = title[0 : max_filename_length - 4] # make sure there is a title if not title: title = _("Recipe") title = title.replace("/", " ") title = title.replace("\\", " ") # Add ID # if add_id: title = title + str(rec.id) file_w_ext = "%s%s%s" % (self.unique_name(title), os.path.extsep, ext) return os.path.join(self.outdir, file_w_ext) def recipe_hook(self, rec, filename=None, exporter=None): """Intended to be subclassed by functions that want a chance to act on each recipe, possibly knowing the name of the file the rec is going to. This makes it trivial, for example, to build an index (written to a file specified in write_header.""" pass def unique_name(self, filename): if os.path.exists(filename): n = 1 fn, ext = os.path.splitext(filename) if ext: dot = os.path.extsep else: dot = "" while os.path.exists("%s%s%s%s" % (fn, n, dot, ext)): n += 1 return "%s%s%s%s" % (fn, n, dot, ext) else: return filename def check_for_sleep(self): if self.terminated: raise Exception("Exporter Terminated!") while self.suspended: if self.terminated: debug("Thread Terminated!", 0) raise Exception("Exporter Terminated!") if use_threads: time.sleep(1) else: time.sleep(0.1) def terminate(self): self.terminated = True def suspend(self): self.suspended = True def resume(self): self.suspended = False gourmand-1.2.0/src/gourmand/exporters/gxml_exporter.py000066400000000000000000000114531510115424500232370ustar00rootroot00000000000000import base64 import sys import xml.sax.saxutils from gourmand.gglobals import NAME_TO_ATTR from . import exporter class rec_to_xml(exporter.exporter): def __init__(self, rd, r, out, attdics={}): self.attdics = attdics exporter.exporter.__init__(self, rd, r, out, use_ml=True, order=["attr", "text", "ings"], do_markup=True) def write_head(self): self.out.write("\n\n") # now we handle the title... if self.my_title: self.out.write("\n%s" % self.my_title) def write_text(self, label, text): self.out.write("\n<%s>%s\n" % (NAME_TO_ATTR[label], text, NAME_TO_ATTR[label])) def handle_italic(self, chunk): return "<i>" + chunk + "</i>" def handle_bold(self, chunk): return "<b>" + chunk + "</b>" def handle_underline(self, chunk): return "<u>" + chunk + "</u>" def write_foot(self): self.out.write("\n") def write_inghead(self): self.out.write("\n\n") def write_ingfoot(self): self.out.write("\n") def write_ingref(self, amount=1, unit=None, item=None, refid=None, optional=False): self.out.write( "%s\n" % ((optional and " optional='yes'>" or ""), quoteattr(str(refid)), quoteattr(amount.strip()), xml.sax.saxutils.escape(item)) ) def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): self.out.write("") else: self.out.write(">") if amount: self.out.write("%s" % xml.sax.saxutils.escape("%s" % amount).strip()) self.out.write("%s" % (quoteattr(key), xml.sax.saxutils.escape(item))) self.out.write("\n") def write_grouphead(self, name): self.out.write("\n" % quoteattr(name)) def write_groupfoot(self): self.out.write("\n") def write_image(self, image): self.out.write('") class recipe_table_to_xml(exporter.ExporterMultirec): def __init__(self, rd, recipe_table, out, one_file=True): self.rd = rd self.catDic = self.createDictionary("category") self.srcDic = self.createDictionary("source") self.cuiDic = self.createDictionary("cuisine") exporter.ExporterMultirec.__init__( self, rd, recipe_table, out, one_file=True, ext="xml", exporter=rec_to_xml, exporter_kwargs={ "attdics": { "cuisine": self.cuiDic, "category": self.catDic, "source": self.srcDic, }, }, ) def write_header(self): # self.ofi.write(''%datad) self.ofi.write("\n") self.ofi.write("\n") self.dic2decl("category", self.catDic, self.ofi) self.dic2decl("cuisine", self.cuiDic, self.ofi) self.dic2decl("source", self.srcDic, self.ofi) self.ofi.write("\n") self.ofi.write("\n") def write_footer(self): self.ofi.write("\n") self.ofi.write("\n") def createDictionary(self, attr): dic = {} cnt = 1 for r in self.rd.recipe_table: itm = getattr(r, attr) if itm not in dic: dic[itm] = "%s%s" % (attr, cnt) cnt += 1 return dic def dic2decl(self, name, dic, out=sys.stderr): out.write("<%sDecl>\n" % name) for itm, key in list(dic.items()): out.write("<%s id=%s>%s\n" % (name, quoteattr(key), xml.sax.saxutils.escape(itm), name)) out.write("\n" % name) def quoteattr(str): return xml.sax.saxutils.quoteattr(xml.sax.saxutils.escape(str)).replace(" ", "_") gourmand-1.2.0/src/gourmand/exporters/printer.py000066400000000000000000000053111510115424500220170ustar00rootroot00000000000000import gettext import gourmand.plugin_loader as plugin_loader from gourmand.gtk_extras.dialog_extras import show_message, show_traceback from gourmand.i18n import _ from gourmand.plugin import PrinterPlugin ERR_NO_PLUGIN_MSG = "To print, activate a plugin that provides printing, " "such as the 'Printing & PDF export' plugin." class NoRecRenderer: def __init__(self, *args, **kwargs): from gourmand.gtk_extras.dialog_extras import show_message show_message(label=_("Unable to print: no print plugins are active!"), sublabel=_(ERR_NO_PLUGIN_MSG)) raise NotImplementedError class NoSimpleWriter: def __init__(self, *args, **kwargs): from gourmand.gtk_extras.dialog_extras import show_message show_message(label=_("Unable to print: no print plugins are active!"), sublabel=_(ERR_NO_PLUGIN_MSG)) raise NotImplementedError class PrintManager(plugin_loader.Pluggable): __single = None @classmethod def instance(cls): if not PrintManager.__single: PrintManager.__single = PrintManager() return PrintManager.__single def __init__(self): self.sws = [(-1, NoSimpleWriter)] self.rrs = [(-1, NoRecRenderer)] plugin_loader.Pluggable.__init__(self, [PrinterPlugin]) def register_plugin(self, plugin): assert isinstance(plugin.simpleWriterPriority, int) assert plugin.SimpleWriter self.sws.append((plugin.simpleWriterPriority, plugin.SimpleWriter)) assert isinstance(plugin.recWriterPriority, int) assert plugin.RecWriter self.rrs.append((plugin.recWriterPriority, plugin.RecWriter)) def unregister_plugin(self, plugin): self.sws.remove(plugin.simpleWriterPriority, plugin.SimpleWriter) self.rrs.remove(plugin.recWriterPriority, plugin.RecWriter) def get_simple_writer(self): self.sws.sort() return self.sws[-1][1] def get_rec_renderer(self): self.rrs.sort() return self.rrs[-1][1] def print_recipes(self, rd, recs, parent=None, change_units=None, **kwargs): renderer = self.get_rec_renderer() if len(recs) == 1: title = f'Print recipe "{recs[0].title}"' else: title = gettext.ngettext("Print %s recipe", "Print %s recipes", len(recs)) % len(recs) try: renderer(rd, recs, dialog_title=title, dialog_parent=parent, change_units=change_units, **kwargs) except Exception: msg = "Well this is embarassing." "Something went wrong printing your recipe." show_traceback(label="Error printing", sublabel=_(msg)) def show_error(self, *args): show_message(sublabel="There was an error printing. Apologies") gourmand-1.2.0/src/gourmand/exporters/recipe_emailer.py000066400000000000000000000140631510115424500233050ustar00rootroot00000000000000#!/usr/bin/env python import io import os.path import urllib.error import urllib.parse import urllib.request import webbrowser import exporter import html_exporter import pdf_exporter import gourmand.gtk_extras.dialog_extras as de from gourmand import gglobals from gourmand.gdebug import debug from gourmand.i18n import _ class StringIOfaker(io.StringIO): def __init__(self, *args, **kwargs): io.StringIO.__init__(self, *args, **kwargs) def close(self, *args): pass def close_really(self): io.StringIO.close(self) class Emailer: def __init__(self, emailaddress=None, subject=None, body=None, attachments=[]): self.emailaddress = None self.subject = subject self.body = body self.attachments = attachments self.connector_string = "?" def send_email(self): self.url = "mailto:" if self.emailaddress: self.url += self.emailaddress if self.subject: self.url_append("subject", self.subject) if self.body: self.url_append("body", self.body) for a in self.attachments: self.url_append("attachment", a) debug("launching URL %s" % self.url, 0) webbrowser.open(self.url) def url_append(self, attr, value): self.url += "%s%s=%s" % (self.connector(), attr, urllib.parse.quote(value.encode("utf-8", "replace"))) def connector(self): retval = self.connector_string self.connector_string = "&" return retval class RecipeEmailer(Emailer): def __init__(self, recipes, rd, conv=None, change_units=True): Emailer.__init__(self) self.recipes = recipes self.rd = rd self.conv = conv self.change_units = change_units if len(recipes) > 1: self.subject = _("Recipes") elif recipes: self.subject = recipes[0].title def write_email_text(self): s = StringIOfaker() e = exporter.ExporterMultirec(self.rd, self.recipes, s, conv=self.conv, padding="\n\n-----\n") e.run() if not self.body: self.body = "" self.body += s.getvalue() s.close_really() def write_email_html(self): for r in self.recipes: fi = os.path.join(gglobals.tmpdir, "%s.htm" % r.title) ofi = open(fi, "w") e = html_exporter.html_exporter(self.rd, r, ofi, conv=self.conv, embed_css=True, imagedir="") ofi.close() self.attachments.append(fi) for i in e.images: self.attachments.append(i) def write_email_pdf(self): prefs = pdf_exporter.get_pdf_prefs() for r in self.recipes: fi = os.path.join(gglobals.tmpdir, "%s.pdf" % r.title) ofi = open(fi, "w") pdf_exporter.PdfExporter(self.rd, r, ofi, conv=self.conv, change_units=self.change_units, pdf_args=prefs) ofi.close() self.attachments.append(fi) def send_email_html(self, emailaddress=None, include_plain_text=True): if include_plain_text: self.write_email_text() else: self.body = None if emailaddress: self.emailaddress = emailaddress self.write_email_html() self.send_email() def send_email_text(self, emailaddress=None): if emailaddress: self.emailaddress = emailaddress self.write_email_text() self.send_email() class EmailerDialog(RecipeEmailer): def __init__(self, recipes, rd, prefs, conv=None): RecipeEmailer.__init__(self, recipes, rd, conv=conv, change_units=prefs.get("readableUnits", True)) self.prefs = prefs self.option_list = {"": ""} self.options = { _("Include Recipe in Body of E-mail (A good idea no matter what)"): ("email_include_body", True), _("E-mail Recipe as HTML Attachment"): ("email_include_html", False), _("E-mail Recipe as PDF Attachment"): ("email_include_pdf", True), } self.option_list = [] self.email_options = {} for k, v in list(self.options.items()): self.email_options[v[0]] = self.prefs.get(*v) self.option_list.append([k, self.email_options[v[0]]]) def dont_ask_cb(self, widget, *args): if widget.get_active(): self.prefs["emailer_dont_ask"] = True else: self.prefs["emailer_dont_ask"] = False def setup_dialog(self, force=False): if force or not self.prefs.get("emailer_dont_ask", False): d = de.PreferencesDialog( options=self.option_list, option_label=_("Email Options"), value_label="", dont_ask_cb=self.dont_ask_cb, dont_ask_custom_text=_("Don't ask before sending e-mail."), ) retlist = d.run() if retlist: for o in retlist: k = o[0] v = o[1] pref = self.options[k][0] self.email_options[pref] = v self.prefs[pref] = v def email(self, address=None): if address: self.emailaddress = address if self.email_options["email_include_body"]: self.write_email_text() if self.email_options["email_include_html"]: self.write_email_html() if self.email_options["email_include_pdf"]: self.write_email_pdf() if not self.email_options["email_include_body"] and not self.email_options["email_include_body"]: de.show_message(_("E-mail not sent"), sublabel=_("You have not chosen to include the recipe in the body of the message or as an attachment.")) else: self.send_email() if __name__ == "__main__": import gourmand.recipeManager rd = gourmand.recipeManager.default_rec_manager() rec = rd.fetch_one(rd.recipe_table) ed = EmailerDialog([rec], rd, {}) ed.setup_dialog() ed.email() # ed.run() # e.write_email_text() # e.write_email_pdf() # e.write_email_html() # e.send_email() gourmand-1.2.0/src/gourmand/exporters/reference_setup/000077500000000000000000000000001510115424500231405ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/exporters/reference_setup/recipes.mk000066400000000000000000103213751510115424500251370ustar00rootroot00000000000000JL!ingkeysourcecategorycuisineunititeminggroupfoodgroupwordshopcategoryrecipenutritionwUէidididididididididididndbno33333ccxDessertKKKFKꀕPKKKKKL(m߈瀧m߈瀧,jNMNNڈN̆NԀOOOCCC;*MDHβHHʀOLÒB'I&%&incrementer[view:S,field:S,n:I],ingkey[id:I,ingkey:S],__ingkey_hash__[_H:I,_R:I],source[id:I,source:S],__source_hash__[_H:I,_R:I],category[id:I,category:S],__category_hash__[_H:I,_R:I],cuisine[id:I,cuisine:S],__cuisine_hash__[_H:I,_R:I],unit[id:I,unit:S],__unit_hash__[_H:I,_R:I],item[id:I,item:S],__item_hash__[_H:I,_R:I],inggroup[id:I,inggroup:S],__inggroup_hash__[_H:I,_R:I],foodgroup[id:I,foodgroup:S],__foodgroup_hash__[_H:I,_R:I],word[id:I,word:S],__word_hash__[_H:I,_R:I],shopcategory[id:I,shopcategory:S],__shopcategory_hash__[_H:I,_R:I],recipe[id:I,title:S,instructions:S,modifications:S,cuisine:I,rating:I,description:S,source:I,preptime:I,cooktime:I,servings:S,image:B,thumb:B,deleted:I,categoryname:S],__recipe_hash__[_H:I,_R:I],ingredients[id:I,refid:I,unit:I,amount:F,rangeamount:F,item:I,ingkey:I,optional:I,shopoptional:I,inggroup:I,position:I,deleted:I],categories[id:I,category:I],keylookup[word:I,item:I,ingkey:I,count:I],shopcats[ingkey:I,shopcategory:I,position:I],__shopcats_hash__[_H:I,_R:I],shopcatsorder[shopcategory:I,position:I],__shopcatsorder_hash__[_H:I,_R:I],pantry[ingkey:I,pantry:I],__pantry_hash__[_H:I,_R:I],density[dkey:S,value:S],__density_hash__[_H:I,_R:I],convtable[ckey:S,value:S],__convtable_hash__[_H:I,_R:I],crossunitdict[cukey:S,value:S],__crossunitdict_hash__[_H:I,_R:I],unitdict[ukey:S,value:S],__unitdict_hash__[_H:I,_R:I],nutrition[ndbno:I,desc:S,water:F,kcal:F,protein:F,lipid:F,ash:F,carb:F,fiber:F,sugar:F,calcium:F,iron:F,magnesium:F,phosphorus:F,potassium:F,sodium:F,zinc:F,copper:F,manganese:F,selenium:F,vitaminc:F,thiamin:F,riboflavin:F,niacin:F,pantoacid:F,vitaminb6:F,folatetotal:F,folateacid:F,foodfolate:F,folatedfe:F,vitb12:F,vitaiu:F,vitarae:F,retinol:F,vite:F,vitk:F,alphac:F,betac:F,betacrypt:F,lypocene:F,lutzea:F,fasat:F,famono:F,fapoly:F,cholestrl:F,gramwt1:F,gramdsc1:S,gramwt2:F,gramdsc2:S,refusepct:F,foodgroup:I],usda_weights[ndbno:I,seq:F,amount:F,unit:S,gramwt:F,ndata:I,stdev:F],nutritionaliases[ingkey:I,ndbno:I],__nutritionaliases_hash__[_H:I,_R:I],nutritionconversions[ingkey:I,unit:I,factor:F],__nutritionconversions_hash__[_H:I,_R:I]CNOO׏CˏHIR͕K(IKKKÎlӍj4:;;;;eazuki beanslettuce, curly leaforange juicetamarind juicecalabresecodeggplantchorizopeanut butterarugulascallopnettlespasta, linguineturkeyolivesbeefroast beefbean sproutsparsleywineberrybeetchiles, red, driedtangelonew zealand spinachcheese, cheddarcheese, mozzarellasquashblack beanssugar, whitebasil, freshblowfishbearberrychokeberrydungness crabpeanuts, roastedsquidsunberryhawthornsquash, tahitianbaking powderstriped basscatfishsapodillaflat rice flour noodlesyogurtwater chestnutchicken, legpapayasnailrock codpomegranatepasta, lasagna noodleswasabicumin, groundcloudberrycucumberabalonelemontunabroccolirolled oatsbutteronion, redrapinimamey sapotecrabapplesugar applecrowberryvealcrayfishginger, freshkalewhite radishwhole rock cod or snapperpohacilantrohamcherrycayennesoybeansgrapefruitgalangakumquatchivesanchovyendiveblack-eyed peascurrant, redcheese, parmesanshrimp, driedboysenberryjackfruitclamonionsoursopeelblackberryzucchiniclementinelemon grassbreadfruitcoconut milklobsterroot vegetableschilean sea bassskirretlentilsokrabaking sodaflounderplantainrose applestar fruittroutelderberry rambutancornsnapperpastaraspberrypikelingonberryplumshrimpcinnamon, stickoil, vegetableoctopuscitronrockfishmushroomsceleriaccorn saladyamshrimp pasteanisecaviarparsnipsquash, acornbuffaloberrybell pepper, redcrabsea bassking crabmulberryendive, curlybutter beanapricotpaprikasurimicumin, seedsangelicataromushroompeachtilefishwatertomato saucepersimmon curry powdermayonnaiseleeklime juicelangsatfeijoapeasjerusalem artichokesardinepotatomustard greenswine, whitedaikonguaranasoy saucesesame seedsred snappersugaricedijon mustardgreen peppersmoked cheese Goudalinguine pastavegetable brothmozzarella cheesejack cheesepenne pastared potato-skinnedwhite wineall purpose flouryellow cornmealgrape tomatochicken legchiles, dried redvegetable oilbutternut squashyellow onioncorn oilblack currantpeppered linguinicherry tomatolima beanfresh cheese white goatflourgem squashparmesan cheesetahitian squashstick cinnamonroasted peanutsdried shrimpjalapeño pepperdark sugar brownground beefbasil, thai freshhabanero pepperseeds ajowanred currantground corianderfresh gingerseeds cuminsesame oilrusset potatonappa cabbagelight sugar brownfeta cheeseprovolone cheesewhite currantportobello mushroomshells pastaolive oillasagna pasta noodlesfresh cilantrofresh basilacorn squashpowdered gingerrice vinegarsaguaroground cinnamonricotta cheeseblack ground pepperspaghetti squashcurly lettuce leafcottage cheesewhite sugarcoriander seedsbalsamic vinegarseeds mustardred onionsourdough breadbrown sugarbell red pepperwhite onioncurly endivecheddar cheeseflour tortillasground cumingreen canned chileswhole chickenshredded coconutchicken breast                 $                                                                                                     !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~,-Ѐ1ݑD_&_gM 򛫨ճ cum)C{+W3 #a+bs ңQ{ηpkzLT9i\c~/ܛnNoSx#'#=>tw|[ОSB@UuU[p,{TF[3/i=۟zWHbDe1rqpRo1gnw[#xR*iCR#hWFdhc`|G__2F3[3dJkQw8N|XKITHWjF[㻚Co+B_\@o>ʘF5Hͧjӆ+6v@;fsD?w)F*JRqmLV RX޹HF#}.3ͿyBxZdKvubtSsZprb8q]oқnΟ4'i{.-ez-5c&a&h^?z]*CZ:{V6pPl6M uKj(ILGnxB®2A?:=zOq9-c4^31R/Ӫ'>%R&{%Ɓ"+!Gu~ȓKzم R_gF*pBAX\UT`Qi{В1`)A2Lj%q@FG(ءՅ>51F8^˱EǍI)L-%Q~ Nvv9?Do$DFaT\* ) X%`zp6m6l~MA+tf {LBKwbsMoyoSmichQ-=dcs5V^ 3]*\=[OX-W[V9ԦUmT?RBO9sKI՚@C cBm.?q9=<;94:1W18mv6[3"*ZI(W+8%Qc#5ja E;FAB}Z:KEu Pس X:5 ,WطVrte lbhH}&Ptē¯ܱ|܈$ۀqX4a!IcqoDl"@ΰ_[p+˴0̿:1@ûh˺HlPޑe0rñ*_cͪnŤTYVܸ2Hd?hb֓ HTR^YP䔔d4h`e*`wts5m,k)i`{*gU>fdb"ax8IN^=[PW|;Ud[SZGOLyNcJuGج7F4,#Ed`BR>?\gO9ܔ}6x.5,ޥM"gC1P0y,g+$(*e(&_ittYQȉ4(T `#x(h3B8 AD6T^*k~CbI=l>I]7{dt,\Y?jw 8fE9+UnHLwG!9'5)Dqus F4O:TSQz;: ch->  }Nf[xiBlM`XgYPuMq oPnXK1#oxi VU&(Ck"+j=Gst40Q.%(| <hmr{^VZ\$aFeRN2/WW0K`'a*@cJ8#$e6 pAL5b)BHO; E-p%y&! ._SRJ/y"zgmv|Z@<?d7~1]_2r} [,v33 9Ytsp.c.recipe52tiiĀi(im߈瀧irose hipwhitingfig gooseberry broth, vegetablecurrant, blackpassion fruitmilkgrapevelvet persimmoncoriander, seedscouscousoil, olivechicken, wholevanilla extractginger, powderedroecranberry jujubebroad beansasparaguspasta, shellsoil, cornporkamerican persimmonfriseeprickly pear spaghettibrussels sproutswatermelon blueberry croutonschili powderpepper, habanerocamucamulycheelonganmusselpitayaapplefiddleheadsradishleek allium porrumducklimerutabagapollockbarberry mushroom, portobellocabbage, nappasquash, spaghettitamarind watertat soitangerinecilantro, freshloquatcilantro stemssalakgreen beanschocolate chipssharkhamburgerpommelotortillas, flourfish saucehoneypotato, russetalfalfa sproutscarrotsugar, browndurianlambrhubarblinguini, pepperedcheese, fresh white goatborlotti beansmustard, seedscheese, smoked Goudachickpeas, garbanzos, or ceci beanskohlrabikiwi fruit keppel fruitdatesalsacabbagetomatowolfberryblack pepper, groundprawnsmangocurrant, whitehalibutbeef, groundeggturmericbell pepper, greensea-buckthornartichokehuckleberry sugar, light brownvinegar, balsamiczuchiniavocadopawpawwalnutorangered bell pepperswordfishroasted chili pastemung beanslettuce lactuca sativamustard, dijonnavy beansgooseturnipsnap peasstrawberry chicken, breastkiwi fruitblack mulberrygaram masalaquincemonkfishdragonfruitcoriander, groundbassmarangsalamicherimoyavinegar, ricesteakbasil, fresh, thaicoconut, shreddedcinnamon, groundgarlicmangosteenajowan, seedstilapiacempedakcheese, ricottaugli fruittamarindspinachscalliononion, yellowbananalime leavesshallotbaconnannyberrygreen curry pasteturabagapepper, jalapeñocornmeal, yellowlingcodhaddockmamoncillosquash, butternutsweet potatosanddabcoconutsalad greensstar anisebilberrycassava (manioc)snow crabgingerlemon juicepasta, pennesquash, gemcheese, fetapeanut butter fruitbok choyeggssalmonjuneberrymuttonwatercresschardoystergreen applesaltsaguaro pineappleradicchioguava fennelkidney beanschickenfuetsugar, dark brownkey limecustard applenectarineblack codorange roughycelerycheese, provoloneonion familyricepumpkinpotato, red-skinnedsalmon roeflour, all purposegoumiakeejicamamahi mahimedlarwhitefishgreen chiles, cannednutmegcollard greensbread, sourdoughsour creambroccoflowercheese, jacksturgeontomato, grapetomato, cherrycheese, cottagehoneydewonion, whitechilli pepperrowanmandarinstart fruitcantaloupecauliflowersolepacific snapperpatty pansrunner beansoil, sesameazuki beanslettuce, curly leaforange juicetamarind juicecalabresecodeggplantchorizopeanut butterarugulascallopnettlespasta, linguineturkeyolivesbeefroast beefbean sproutsparsleywineberrybeetchiles, red, driedtangelonew zealand spinachcheese, cheddarcheese, mozzarellasquashblack beanssugar, whitebasil, freshblowfishbearberrychokeberrydungness crabpeanuts, roastedsquidsunberryhawthornsquash, tahitianbaking powderstriped basscatfishsapodillaflat rice flour noodlesyogurtwater chestnutchicken, legpapayasnailrock codpomegranatepasta, lasagna noodleswasabicumin, groundcloudberrycucumberabalonelemontunabroccolirolled oatsbutteronion, redrapinimamey sapotecrabapplesugar applecrowberryvealcrayfishginger, freshkalewhite radishwhole rock cod or snapperpohacilantrohamcherrycayennesoybeansgrapefruitgalangakumquatchivesanchovyendiveblack-eyed peascurrant, redcheese, parmesanshrimp, driedboysenberryjackfruitclamonionsoursopeelblackberryzucchiniclementinelemon grassbreadfruitcoconut milklobsterroot vegetableschilean sea bassskirretlentilsokrabaking sodaflounderplantainrose applestar fruittroutelderberry rambutancornsnapperpastaraspberrypikelingonberryplumshrimpcinnamon, stickoil, vegetableoctopuscitronrockfishmushroomsceleriaccorn saladyamshrimp pasteanisecaviarparsnipsquash, acornbuffaloberrybell pepper, redcrabsea bassking crabmulberryendive, curlybutter beanapricotpaprikasurimicumin, seedsangelicataromushroompeachtilefishwatertomato saucepersimmon curry powdermayonnaiseleeklime juicelangsatfeijoapeasjerusalem artichokesardinepotatomustard greenswine, whitedaikonguaranasoy saucesesame seedsred snappersugaricedijon mustardgreen peppersmoked cheese Goudalinguine pastavegetable brothmozzarella cheesejack cheesepenne pastared potato-skinnedwhite wineall purpose flouryellow cornmealgrape tomatochicken legchiles, dried redvegetable oilbutternut squashyellow onioncorn oilblack currantpeppered linguinicherry tomatolima beanfresh cheese white goatflourgem squashparmesan cheesetahitian squashstick cinnamonroasted peanutsdried shrimpjalapeño pepperdark sugar brownground beefbasil, thai freshhabanero pepperseeds ajowanred currantground corianderfresh gingerseeds cuminsesame oilrusset potatonappa cabbagelight sugar brownfeta cheeseprovolone cheesewhite currantportobello mushroomshells pastaolive oillasagna pasta noodlesfresh cilantrofresh basilacorn squashpowdered gingerrice vinegarsaguaroground cinnamonricotta cheeseblack ground pepperspaghetti squashcurly lettuce leafcottage cheesewhite sugarcoriander seedsbalsamic vinegarseeds mustardred onionsourdough breadbrown sugarbell red pepperwhite onioncurly endivecheddar cheeseflour tortillasground cumingreen canned chileswhole chickenshredded coconutchicken breastoil, oilivebasil, handfulhandful oreganored pepper flakespasta, whole-wheatmatoeshandful kalamata olives                 $                                                                                                      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~,jݑD_&_gM 򛫨ճ cum)C{+W3 #a+bs ңQ{ηpkzLT9i\c~{/ܛnNoSx#'#=>tw|[ОSB@UuU[p,{TF[3/i=۟zWHw#bDe1rqpRo1gnw[#xR*iCR#hWFdhcbou`|G__2F3[3dJkQw8O>N|XKITHWjF[㻚Co+B_\@o>ʘF5Hͧjӆ+6v@;fsD?w)F*JRqmLV RX޹HF#}.3ͿyBxZdKvubtSsZprb8q]oқnΟ4'i{.-ez-5c&a&h^?z]*CZ:{V6pPl6M uKj(ILGnxB®2A?:=zOq9-c4^31R/Ӫ'>%R&{%Ɓ"+!Gu~ȓKzم R_gF*pBAX\UT`Qi{В1`)A2Lj%q@FG(ءՅ>51F}p)8^˱EǍI)L-%Q~ Nvv9?Do$DFaT\* ) X%`zp6m6l~MA+tf {LBKwbsMoyoSmichQ-=dcs5V^ 3]*\=[OX-W[V9ԦUmT?RBO9sKI՚@C cBm.?q9=<;94:1W18mv6[3"*ZI(W+8%Qc#5ja E;FAB}Z:KEu Pس X:5 ,WطVrte lbhH~ )o}&Ptē¯ܱ|܈$ۀqX4a!IcqoDl"@ΰ_[p+˴0̿:1@ûh˺HlPޑe0rñ*_cͪnŤTYVܸ2Hd?hb֓ HTR^YP䔔d4h`e*`wts5m,k)i`{*gU>fdb"ax8IN^=[PW|;Ud[SZGOLyNcJuGج7F4,#Ed`BR>?\gO9ܔ}6x.5,ޥM"gC1P0y,g+$(*e(&_ittkYQȉ4(T `#x(h3B8  #Qtsp.c.recipeoz.5G2TCCCO!edwZp CˉC                $                                                                                             *MD; wDressingPasta Salad BaseAdd cold:Saute and add  2THHʀH~lHRH H߉IEHfVvzjidGzfzViwwWwUixiDjyfkjhZfwxfWyVgSYWvzgXElwGVgeW{v\wZfiwwhvveWefTwTuvvWEwzVWwje]y˅huggwVyjjUxIgxWgZYExxzJXUfjZ\th]xYYXwxxezWivxxkye[v'IB Dd2tRangesReference RecipeFancy Ingredient Grouping@430LLPoultry ProductsSoups, Sauces, and GraviesSausages and Luncheon MeatsBaby FoodsBreakfast CerealsDairy and Egg ProductsFats and OilsSpices and HerbsPork ProductsVegetables and Vegetable ProductsNut and Seed ProductsBeef ProductsFruits and Fruit JuicesBeveragesFinfish and Shellfish ProductsLamb, Veal, and Game ProductsBaked ProductsLegumes and Legume ProductsCereal Grains and PastaFast FoodsEthnic FoodsSweets "   LÒOvFPw&B64Z:vLU2k<lFzn =-q[ ?Jr!;rǯR Tʬ S0}C    PRrosehipwhitingfiggooseberryvegetablebrothblackcurrantpassionfruitmilkgrapevelvetpersimmonmabolocorianderseedscouscousoliveoilwholechickenvanillaextractpowderedgingerroecranberryjujubebroadbeansasparagusshellspastacornporkamericanfriseepricklypearspaghettibrusselssproutswatermelonblueberrycroutonschilipowderhabaneropeppercamucamulycheelonganmusselpitayaapplefiddleheadsradishleekalliumporrumducklimerutabagapollockbarberryportobellomushroomnappacabbagesquashtamarindwatertatsoitangerinefreshcilantroloquatstemssalaksnakefruitgreenchocolatechipssharkhamburgerpommeloflourtortillasfishsaucehoneyrussetpotatoalfalfacarrotbrownsugardurianlambrhubarbpepperedlinguinicheesewhitegoatborlottimustardsmokedgoudachickpeasgarbanzosorcecikohlrabikiwikeppeldatesalsatomatowolfberrygroundprawnsmangohalibutbeefeggturmericbellseabuckthornartichokehuckleberrylightbalsamicvinegarzuchiniavocadopawpawwalnutorangeredswordfishroastedpastemunglettucelactucasativadijonnavygooseturnipsnappeasmangetoutstrawberrybreastchinesemulberrygarammasalaquincemonkfishdragonfruitbassmarangsalamicherimoyaricesteakbasilthaishreddedcoconutcinnamongarlicmangosteenajowantilapiacempedakricottauglispinachscalliononionspringyellowbananaleavesshallotbaconnannyberrysheepberrycurryturabagaswedejalapeocornmeallingcodhaddockmamoncilloquenepagenipbutternutsweetsanddabsaladgreensstaranisebilberrycassavamaniocsnowcrablemonjuicepennegemfetapeanutbutterbokchoyeggssalmonjuneberrysaskatoonmuttonwatercresschardoystersaltsaguaropineappleradicchioguavafennelkidneyfuetdarkkeycustardnectarinecodsablefishroughyceleryprovolonefamilypumpkinskinnedallpurposegoumiakeejicamamahimedlarwhitefishcannedchilesnutmegcollardsourdoughbreadsourcreambroccoflowerjacksturgeoncherrycottagehoneydewchillicapsicumrowanmandarinstartcarambolacantaloupecauliflowersolepacificsnapperpattypansrunnersesameazukiadzukicurlyleafcalabreseeggplantauberginechorizoarugularocketscallopnettleslinguineturkeyolivesroastbeanparsleywineberrybeetbeetrootdriedtangelonewzealandcheddarmozzarellablowfishbearberrychokeberrycookingdungnesspeanutssquidsunberrywonderberryhawthorntahitianbakingstripedcatfishsapodillachikusapadillasnakesawoflatnoodlesyogurtchestnutlegpapayasnailrockpomegranatelasagnawasabicumincloudberrycucumberabalonetunabroccolirolledoatsrapinimameysapotecrabapplecrowberryvealcrayfishkalepohahamcayennesoybeansgrapefruitgalangakumquatchivesanchovyendiveeyedparmesanshrimpboysenberryjackfruitnangkaclamsoursopguanabanaeelblackberryzucchinicourgetteclementinegrassbreadfruitlobsterrootvegetableschileanpatagoniantoothfishskirretlentilsokrasodaflounderplantainmalaytroutelderberryrambutansweetcornmaiseraspberrypikelingonberryplumstickoctopuscitronrockfishmushroomsceleriacyamcaviarparsnipacornbuffaloberrykinglimaapricotpaprikasurimiangelicataropeachtilefishmayonnaiselangsatlongkongdukufeijoajerusalemsardinewinedaikonguaranasoycarrotsonionssugarssugaresfloursflouresEHfVvzjidGzfzViwwWwUixiDjyfkjhZfwxfWyVgSYWvzgXElwGVgeW{v\wZfiwwhvveWefTwTuvvWEwzVWwje]y˅huggwVyjjUxIgxWgZYExxzJXUfjZ\th]xYYXwx  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Rln0yݑDY{p|ճc5㻚{+޻a{bc; <ӿJңQa{[kz9covw. ' S'x#I"'#Ť7G>+$Cq #SB@U7#qoDR{T^3q%}u&_}{zOo{q{1pRhHnwj3iCR#gߎdhc jF30r=Y__VtS;'7M.-ITH,yE/~|D?w)B_\@H?Ӊ>c :u9畠8r625!*0 q/7W.S!-/0T$W!g. [ScP l  ?Sh+wGv3 /#ShfO2B6{NJ6>"܁h p\vf{`e[\M}D0߾2psM٦TY ȧ.?wR/jV:=BHT YJ8jV Uf\*mS+6j=]BL/ {JK@;#=O=hqznĨh޹6"xZdKFvrb8q]>0mkr8LjZ$t6*5\=dϪc&_]*CZ:ܒSfRcCPOfъNM uK JH, GnxB®2=zOq: \9-82A1R-X'X&{%ƁDŽj"a1u"-G@}FPs- jz/vZ!W5AX\Ui{В1A2孖2L%q=9TeB(iՅq-=E-+˱ʑ(ǍI)5L-%Q~ NҊ39?Ձ\مo$}]epFU!¹-e%$HWj}u/ٞPV2 ))vՆFY>m:ߎT1p p6um){LvbsTrqPD|@nu5Fm=Kk%jŶtithQd5V-Q^ 3]3@\6[#W5X,W[V9ԦT QM}KUTtHɇD<;94sZp5M//-HI('e6[%Qc#=3?k>E;FKYeŦ~ 8^ X:6Օ ,L 0rgظ@gM}&tҐ8܈$1Bl@ ܌ۀq<-<Qp7ϼ ΰ_[$H=Ԝe0ѦHLHlFq8^edUTHd?hb֓ HTR W䔔JXYPP\Á|q&e~@Czd=rqpV?mDk)o1gf>dbua4nE{HYWطVGUd[SZGOLyNcJuGج7F4,#Ed`DQBK>45:P6x.4@'1P0v,g+Dj(& "e hEI ot;*ȉ4x}S ]a$Ps#(7muvZI]!DO|8wKVpj; %}DC1RJWQiyn[$-"8L ^f{cNQdMM3\>rFE + Xu4rj@A2 vqq!5|,\ BL+?4%&#&Z7yP.J>6 WeK_Yn`/ k"b9X_HUtI:gRz5d[ 09{kC)(oTG.gU2*h'p<bzOBxN)oe:f~tE}Ts'i@/6=c<G`-A x,ll10H3^h  Vw;ma*FS~S?Y= uproducecondimentsdairyseafoodpastassoups&saucesbakingmeatswines&oilsbreadspicesinternationalbackinggk2Tv^%&&7M;|6`tr0diD%}9;p eoWbِ%  '(*2tO!wZp &d;ƀ?  +RangesReference Recipe@43 i))F)P))))))))ŀj6e**KKKFKꀕPKKK􀀁KKKL(ej6hm 2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH+IJKLMNOPQPRSTU!VWXYZ[\]^_`ab-cdefghijOklmn!opkqrstu!vw x yzH{| }4~l }4Ued41!o!w  9}O}k JUAU4Ia$Ik U:!edA: ka[l U    k{{kl4  !"#$%!&'!()*J+,-./0123$4567-89:; <=>?@kAkI !elOBCDE:FGHIJKLIM2NOPQRS TU[VWKXYZ[\]^$V_}`abcdefghijke:lmnOol<\t"pPqrstuvwxy z {k<|}~ M: %"$|%|I4)y7`FK{^2=Aaol^&"  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~)      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~r  !!"""###$$%%&&''(())**++,,,,--..//00112223334445556667788899:::;;;;<<<===>>??@@AAABBBCCDDDEEEFFGGGHHIIJJKKKLLLLLMMMNNNOOOOPPPPPPQQRRRSSSTTUUVVWWXXYYYYZZ[[\\\]]^^^__``aaaaaaaabbbccddeeeefffgghhiijjkklllllmmnnnnoooppppqqqrrrssttuuuuuvvwwwxxxxxxyyyzzz{{||}}}}~~~                 !!!""##$$%%&&''((())***++,,,--...//0011222334445555556677778899::;;<<==>>??@@AABBBBCCCDDDEEEFFGGGGHHIIJJJJKKLLMMMMNNOOOPPQQQRRSSSTTTTTTTUUVVWWXXXYYZZ[[[[[\\\]]^^__````````aabbccddeeffgghhhiiijjkkllmmnnoooppqqqrrssttuuuvvwwwwwxxyyyzzz{{|||}}}~~FFII!!"""!!"!""1F!"!!"!"""!2!""!!!"!"""!"!q31!2!"!3!"1"!"""$!"!"!!!""3""!"!2!!!"!"!!"+=N`!BP "$%Z&'()*+,b-./01679:;F=>?@CE<HIJMQSTUVWXZ[?]_`bcdghijk;lm oprstuvyz{|0MR    }n"#$%&'()+,-./513456789:<=>@ABFGHIJKLNOPQRSTUVWXY[\]^_`acdefgjklmnopqrstvxyz{~4%v%$b""&"((,""""b)R""""X)""*"&-"%R""""(R$^""b,"RR")-$%""")-R%","%")"T""%,"*)"U"&%"R"Œ""R%D" R-VRb)""""R"R%%,M"E%-RRb"""]"%""$%R"%"%%"X"R"R*%U"%+("-%"U%BT,"R'"-"R"(ҝdkKyO *Akk nBKk3l,c0/QC۷=؃UmW' /^m+@ɟw2dzC;1?a"wro_!\_ʥst$+}7#zwK#oaא%_|}%{3Bys r~pk ~fkdncDa_3?1]_CZoY6VCSP(NLWpK I1GR3D+6AJ?k>=s:k8/<4s31wE/f5,&8'_%"/p7!uG+P%7z7 KU[^|6T2ծnVw)斘 VjGjD2n .+˶ȂFIVG%F*ڞ->eb.Ig vI9J1^RgӈZ9"KCb{ ",K6Mevf fi;~W}|Zz.w`txq"hpOYo6meʚ`J^k\Z[ XXVc[WUS޻R=?QıMJnZH.^CZ>\Y_n vU60͡hnݎ؉m-1Jk#UsyɩDa-"~%{I琅X ]@yb$}a!!$5}|w CvEduIrnm-k 5i&gda!VB]'ZmU@T¿RAPoOHU 5GኝE;B=uT8-r6A%4F3\407.>-MO+u*)}"g68ap6QZ&5u M r ITL 8ٛm(`S4V߯HC脯X*̸ )״El,@HȀnjXH<] Ht' J@7J/L"JHfɇPe: :`C$tdLgM~<{ Wvl8t@s`q xo4WlYZfD3>ba`^Y\XT[ Y̋WYT,m\ONF@MͲJluFD[EwB@?[PO3NxgKI9H sP CyB-=x@bf' 8><asAl6o4kWyU, 1R_t&\.L|f*`!&FV~d TQ@FMzm;IKYu4 E E}n*0D?ih{:)wGu;crp# l 倀YiDꄀ ITq ՟~ pOY瀀 !"#$%&'-./01235  , - . / 0 1 2 7 8 9 : ; < = > ? @ A B C D E 6789:;<=>?@BCHIVcfhimpqrstuvwyz{|}~ABCEJKLMNOQRSTVWYZ\]^_`bcF G H I K N O P Q R T U V W X Y Z [ \ ] ^ _ ` a b      efgmnopqruvyz{|}c d e f g h i j k m p q r s t u v w x y z { } ~   !"#$%&'()*+,-./012345678      (*+,-.013 9:;<=>?@ABCDEFGHIJKLMNOPQRSTUVW4578<=?ABDGHIJKLMNOPQSUV abeXYZ[\]^_`abcdefghijklmnopqrstuvwxYZ\]^_`bcde     fijmnpxyz{|}~679:;<@ABCDEFGHIJKLMNP !"#$+,-./0123456789:;<=>    ()+25<=RSTUVZ[\]  +,-./01?@ABCDEFGHINOPQRSTUVWXYZ[\]IUVXYZ   23456789:;<=>?@ABC^_`abcdefghijklmnopqr       DEFGHIYZ[\]^_`bcefghijklmnstuvwxyz{|}~ #$%&',-./012qrtvwxyz{|}opqrstuvwxyz{|}~      !"#%&'()*+,-./012456789:;<=>?@ABCDEFGH !"#$%&()*+,-./0123456789:;<ABCDEIJKLMNOPQRSTUVWXYZ[\]^`abcdefghijklmno                     ! $ % ( * + '''''''''''''''''''''''''''''--!-#-%-'-+-,---.-/-0-1-2-6-7-8-9-:-;-=-?-@-C-D-F-G-I-J-K-0000011)1*1,1X1[1]1^1c1d1l1w1112222222222+#,#-#.#/#0#1#2#3#4#5#6#7#8#9#:#;#<#=#>#?#@#A#B#C#D#E#F#'''''''2*3*4*5*c*d*e*f*g*h*i*j*k*l*m*n*o*p*******+L-M-O-Q-R-S-T-U-Y-]-^-_-`-a-b-d-e-f-g-h-i-j-p-r-u-x-y-z-{-|-}----22222222222222222222222222233G#H#I#J#K#L#M#N#O#P#Q#R#S#V#X#Z#\#^#_#`#a#c#d#++++++ + ++++++++++++++++ +#+$+%+&+'+(+-----------------------------3333 3 3 3 3 3333333333333333333 3!3"3#3e#f#g#h#i#j#k#l#n#o#p#q#r#s#t#u#v#w#y#z#{#|#}#~######)+*+,+-+.+0+2+4+5+H+I+J+L+N+O+P+Q+R+S+T+U+V+W+X+Y+Z+-----------------------------$3%3&3'3(3)3*3+3,3-3.3/303132333435363738393:3;3<3=3>3?3@3A3B3#############################[+\+]+`+a+b+c+d+e+f+h+i+j+k+l+m+o+p+r+s+t+u+v+x+z+{+----------------------------############################~+++++++++++++++++++++++++++++-----------........ . . . . ....###############################++++++++++++++++++++++++++............... .!.".#.$.%.&.'.(.).*.+.##$$$$$$$$ $ $ $$$$$$$$$$$$$$$++++++++++++++++++++++++++++++++,.-.../.0.1.2.3.4.5.6.7.8.9.:.;.<.=.>.@.C.D.E.F.G.H.I.J.K.L.  $ $"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3$4$5$6$7$8$9$:$;$+++++++++,,,,,,,, , , , , ,,,,,,,M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.[.\.].^._.`.a.b.c.d.e.f.g.h.i.j.k.             ! # $ % & ' ( * + , - <$=$>$?$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$U$V$X$Z$,,,,,,,,,,, ,!,",#,$,%,&,',(,),*,,,.,0,1,4,5,l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.{.|.}.~........ 0 1 2 3 4 5 6 7 9 < = > B C E F G J K L M N O P Q R [$]$^$_$`$a$b$c$d$e$f$g$h$i$j$m$n$p$v$|$$$$$$$$$$$$6,:,;,<,>,?,A,E,F,G,I,J,K,P,Q,U,V,W,X,Y,Z,[,\,],^,b,..........................U V [ \ ^ _ ` a b e f i j k q u z { | } ~  $$$$$$$$$$$$$$$$$$$$''''''''''''c,d,e,f,g,h,i,j,k,l,m,n,p,r,s,t,u,v,w,........................... ''' '!'"'#'$'%'&'''(')'*'+','-'.'/'0'1'2'3'4'5'6'7'8'9':'x,y,z,{,~,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.................................... ;'<'='>'?'@'A'B'C'D'E'F'G'H'I'J'K'L'M'N'O'P'Q'R'S'T'U'V',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,......//////// ///////!/'/-/./4/5/6/7/8/=/>/ W'X'Y'Z'['\']'^'_'`'a'b'c'd'e'f'g'h'i'm'p'q'r's't'u'v'w'x'y',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,?/@/A/B/C/D/E/H/L/M/N/R/S/T/U/V/W/X/Y/Z/_/`/a/b/c/d/g/i/j/l/n/o/p/ z'{'}'~''''''''''''''''''''''''''''',,,,,,,,,------- - - - -------q/s/u/w/x/z/{/~/////////////////////////0 !!!!!! ! ! ! ! !!!!!!!)#*#'''''''''''''''''''''''''''''''8888888888888888888888::::::BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB%G&G'G(G)G*G+G,G-G.G/G0G1G2G3G4G5G6G7G8G9G:G;GG?G@GAGBGCGDGEGFGGGHGIGJGKGLGMGNGOGPGQGRG$6%6(6)6*6+6,6-6.6/606162636465666768696:6;6<6=6>6?6@6C6D6::::::::::::::::::::::::::::::::::::BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBCCSGTGUGVGWGXGYGZG[G\G]G^G_G`GaGbGcGeGfGgGhGiGE6F6G6H6I6J6K6L6M6N6Q6R6S6T6U6V6W6X6Y6Z6[6\6]6^6_6`6a6b6::::::::::::::::::::::::::::;;;;;;;CCCCC C C C C CCCCCCCCCCCCCCCCCCC C!C"C#C$C%C&C'C(CjGkGlGnGpGqGrGsGtGuGvGwGyG{G|G}G~GGGGGGGGGGGc6d6e6f6g6h6i6j6k6l6m6n6o6p6q6r6s6t6u6v6w6;; ; ; ; ; ;;;;;;;;;;;;;;;; ;!;";#;$;%;&;';(;);*;+;,;-;)C*C+C,C-C.C/C0C1C2C3C4C5C6C7C8C9C:C;CC?C@CACBCCCDCECFCGCHCICJCE3H3K3L3M3N3Q3T3W3X3Y3Z3[3\3]3^3_3`3a3b3c3d3e3f3m3333333x6y6z6{6|6}6~66666666666666.;/;0;1;2;3;4;5;6;7;8;:;;;<;=;>;?;@;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;KCLCMCNCOCPCQCRCSCTCUCVCWCXCYCZC[C\C]C^C_C`CaCbCcCdCeCfCgChCiCjC33333333333333333333333333333336666666666666666666S;T;U;V;W;X;Y;Z;[;\;];^;_;`;a;b;c;d;e;f;g;h;i;j;k;l;m;n;o;p;q;r;s;t;u;v;w;kClCmCnCoCpCqCsCtCuCvCwCxCyCzC{C|C}C~CCCCCCCCCCCCCCCCC333333333333333344444 4 4 4 4 444446666666666666666667777"7&7x;y;z;{;|;};~;;;;;;;;;;;;;;;;;;;;;>>>>>>>>>CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC4444444444444 4!4"4#4$4&4)4+4-4.404142434445464'7)7*7+7/707172737578797;7=7>7?7@7A7B7C7D7F7G7I7J7K7M7V7X7Y7_7>>>>>>>>>>>>>>>>>>>>>>>>>>>>>CCCCCCCCCCCCCCCCCC748494:4;4<4=4>4?4@4A4B4C4D4E4F4G4H4I4J4K4L4M4N4O4P4Q4R4S4a7b7e7f7k7p7r7s7t7u7v7y7z7{7|7}77777>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>QFRFSFUFVFWFYFZF[F\F]F^F_F`FaFcFeFfFgFhFiFkFlFmFT4V4W4Y4Z4\4]4_4`4b4c4e4f4g4h4i4j4k4l4m4n4o4p4q4r4s4t4u47777777777777777777>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>nFpFqFsFtFuFvFwFxFyFzF{F|F}FFFFFFFFFFv4w4x4y4z4{4|4}4~44444444444444444444777777777777777777>>>>>>>>>>>>>>>>>>>>>>>????????FFFFFFFFFFFFFFFFFFFFFF444444444444444444444444447777777777777 ? ? ????????? ?!?"?#?$?%?&?'?.?/?0????????????FFFFFFFFFFFFFFFFFFFFFFFF44444444444444444444444444 5 55577777788 8 888888888????????????????@@@@@ @ @ @@@@@@ @!@FFFFFFFFFFFFFFFFFFFFFFFFF5(5)5*55565@5A5B5M5N5a5b5i5j5q5r5y5z555555555555558 8!8"8#8'8(8)8-8.8/8081868=8@8C8D8E8F8"@#@$@%@&@'@(@*@+@,@-@0@2@4@iBjBkBlBmBnBoBpBqBrBsBtBuBvBwBxByBzB{BFFFFFFFFFFFFFFGGGGGGGG G G5555555555555555555555555556666G8H8I8N8O8P8U8V8W8X8Y8Z8[8\8]8^8_8c8d8|B}B~BBBBBBBBBBBBBBBBBBBBBBBBBBBBB G G GGGGGGGGGGGGGGGG G!G"G#G$GyOOOOOOOOOOOOOOOOOPPP)P*P+PAPePP R R R RRRM\N\O\P\Q\R\S\T\U\V\X\^\_\`\a\b\c\d\e\f\g\h\i\j\k\l\JJJJJJJJJJJJJJJJJJJJJRRRRRRRRRRRRRRR R!R"R#R$R%R&R(R)R*R+R,R2R3R6R7R8RˆÈĈňƈLjȈɈ͈ΈψЈш҈ӈԈՈֈڈވ߈JJJJJJJJJJJJJJJJJJJJ;RR?R@RARBRCRDRERFRGRHRIRJRKRLRMRNRORPRQRRRSRTRURVRWRXRYRZR[R\R]R^R_R :;<=>?@ABCDEFGHIJKL8GOZtJJJJJJJJJJJJJJJJJJJ`RaRbRcRdReRfRgRhRiRjRkRlRmRnRoRpRqRrRsRtRuRvRwRxRyRzR{R|R}R~RRRRRJJJJJJJJJJJJJKKKKRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR¤äŤƤǤȤɤʤˤ̤ͤΤФѤԤؤܤݤGGGGGGGGGGGGGGGGGGGGGGGKKKK K K KKKKKKKKKKKK &'(+,-12GGGGGGGGGGGGGGGGGGGGGGGGGGGKKK K!K"K#K$K%K&K'K(K)K*K+K,K.K/K0K1K2K3K4K39;?@CEFIL GGGGGGGGGGGGGGGGGGGGGGGGG5K9K;KH?H@HAHBHCHDHEHFHGHHHKKKKKKKKKKKKKKKKKKKKKKKYYYYYYYY[[[[[[[[[[0=>?ACLOQRVX[defgilmIHJHKHLHMHNHPHQHRHSHTHUHVHWHXHYHZH[H\H]H^H_H`HaHbHcHdHeHfHgHhHiHjHkHlHmHnHoHpHqHrHsHtHuHKKKKKKKKKKKKKKKKKKKKKKKKKKKK[[[[[[[[[[[[[[rsvx{|~vHwHxHyHzH{H|H}H~HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHKKKKKKKKKKDLLLLLLLLLLMMMXMZM\M^M_MaMbMcMdM[[[[[[[[[[[[[ԩש۩ .HHHHHHHHHHHHHHHHHHHHHHHIII:J;JJ?J@JAJBJCJeMfMhMiMjMkMlMmMnMoMyMMMMMMMMMMMMMMMMMMMMM[[[[[[[[[\\\\24@AEKMNON~H9DEJFJGJHJIJKJLJMJNJOJPJRJSJWJXJYJZJ[J\J^J_J`JaJbJcJeJfJgJMMMMMMMMMMM!N#N$N%N&N(N)N*N+N,N-N.N/N0N1N2N4N6N7N8N9N;NN\\\\\ \ \ \ \ \\\\\\\\\\\`amhJiJjJkJlJmJpJqJrJsJuJvJwJxJyJ{J|J}J~JJJJJJJJ?N@NANBNCNDNENFNHNINLNMNNNONPNQNRNSNTNUNVNWNXNYN\N]N^N_N`NaNbNcNdNeNfNgNhNiN\\\\\\\\ \!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\0\1\JJJJJJJJJJJJJJJJJJjNkNlNmNnNpNqNrNsNtNvNwNxNyNzN{N|N}N~NNNNNNNNNNNNNNN2\3\4\5\6\7\8\9\:\;\<\=\>\?\@\A\B\C\D\E\F\G\H\I\J\K\L\JJJJJJJJJJJJJJJNNNNNNNNNNNNNNNNNNNNNMONOVOZO\O]O`OaObOcOdOeOjOCHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,LEG,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,LEG,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,LEG,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,LEG,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,LEG,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,Cooked SimmeredSAUCE,HOMEMADE,WHITE,THICKSAUCE,Ready-to-serve,PEPPER OR HOTSAUCE,Ready-to-serve,PEPPER,TABASCOSOUP,STOCK,BEEF,HOME-PREPAREDSOUP,STOCK,Chicken,HOME-PREPAREDSOUP,STOCK,FISH,HOME-PREPAREDSAUCE,HOISIN,Ready-to-serveSAUCE,OYSTER,Ready-to-serveSOUP,MINESTRONE,Canned,Reduced Sodium,Ready-to-serveUSDA COMMODITY,SALSASAUCE,FISH,READY-TO-SERVESOUP,SHARK FIN,Restaurant-preparedSAUCE,NESTLE,LJ MINOR ITALIAN Sauce,Ready-to-serveSOUP,Cream OF MUSHROOM,Canned,Condensed,Reduced SodiumSOUP,Chicken BROTH,Canned,LESS/REDUCED SodiumSAUCE,TERIYAKI,Ready-to-serve,Reduced SodiumSOUP,BEAN and HAM,Canned,Reduced Sodium,Prepared with H2O OR Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS TOMATO GARDEN,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS SPLIT PEA,Canned,Ready-to-serveSOUP,CAMPBELL'S HEALTHY REQUEST SPLIT PEA with HAM,Canned,Ready-to-serveSOUP,CAMPBELL,HEALTHY REQUEST Chicken BROTH,Canned,Ready-to-serveSOUP,CAMPBELL'S HEALTHY REQUEST Cream OF Chicken,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS GARLIC and PASTA,Canned,Ready-to-serveKIELBASA,POLISH,TURKEY and Beef,SMOKEDOVEN-ROASTED Chicken BREAST ROLLBOLOGNA PORK and TURKEY LITEBOLOGNA PORK TURKEY and BeefHAM HONEY SMOKED CookedFRANKFURTER,PORKMACARONI and Cheese LOAF Chicken PORK and BeefSALAMI ITALIAN PORK and Beef DRY SLICED 50% LESS SodiumPATE TRUFFLE FLAVORTURKEY,BREAST,SMOKED,LEMON PEPPER FLAVOR,97% FAT-FREETURKEY WHITE ROTISSERIE DELI CUTFRANKFURTER Beef HeatedFRANKFURTER MEAT HeatedFRANKFURTER MEATSCRAPPLE,PORKBOLOGNA,Chicken,TURKEY,PORKPORK SAUSAGE,PRE-COOKEDBEEF SAUSAGE,PRE-COOKEDTURKEY SAUSAGE,Fresh,RAWBEEF SAUSAGE,Fresh,CookedPORK and TURKEY SAUSAGE,PRE-COOKEDTURKEY SAUSAGE,Fresh,CookedBOLOGNA,Chicken,PORK,BeefBOLOGNA,Chicken,PORKBABYFOOD,FRUIT,Applesauce,StrainedBABYFOOD,FRUIT,Applesauce,JuniorBABYFOOD,FRUIT,APRICOT with TAPIOCA,StrainedBABYFOOD,Vegetable, vegetables,CORN,Creamed,StrainedBABYFOOD,Vegetable, vegetables,CORN,Creamed,JuniorBABYFOOD,Vegetable, vegetables,PEAS,StrainedBABYFOOD,PEAS,DICES,ToddlerBABYFOOD,Vegetable, vegetables,SPINACH,Creamed,StrainedBABYFOOD,FRUIT,APRICOT with TAPIOCA,JuniorBABYFOOD,FRUIT,BANANAS with TAPIOCA,StrainedBABYFOOD,FRUIT,PEACHES with SUGAR,StrainedBABYFOOD,FRUIT,PEACHES,JuniorBABYFOOD,FRUIT,PEARS,StrainedBABYFOOD,FRUIT,PEARS,JuniorBABYFOOD,FRUIT,PLUMS with TAPIOCA,without Vitamin C,StrainedBABYFOOD,FRUIT,PLUMS with TAPIOCA,without Vitamin C,JuniorBABYFOOD,FRUIT,PRUNES with TAPIOCA,without Vitamin C,StrainedBABYFOOD,FRUIT,PRUNES with TAPIOCA,without Vitamin C,JuniorBABYFOOD,FRUIT,GUAVA with TAPIOCA,StrainedBABYFOOD,PRUNES,without Vitamin C,StrainedBABYFOOD,FRUIT,MANGO with TAPIOCA,StrainedBABYFOOD,PEARS,DICES,ToddlerCHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,Cooked,SimmeredCHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,StewedCHICKEN,ROASTING,MEAT and Skin and GIBLETS and NECK,RAWCHICKEN,ROASTING,MEAT and Skin and GIBLETS and NECK,Cooked,RoastedCHICKEN,ROASTING,MEAT and Skin,RAWCHICKEN,ROASTING,MEAT and Skin,Cooked,RoastedCHICKEN,ROASTING,MEAT ONLY,RAWCHICKEN,ROASTING,MEAT ONLY,Cooked,RoastedCHICKEN,ROASTING,GIBLETS,RAWCHICKEN,ROASTING,GIBLETS,Cooked,SimmeredSOUP,PROGRESSO HEALTHY CLASSICS Beef Vegetable, vegetables,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS Beef BARLEY,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS Chicken NOODLE,Canned,Ready-to-serveSOUP,Cream OF ASPARAGUS,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,PROGRESSO HEALTHY CLASSICS Chicken RICE with Vegetable, vegetables,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS Cream OF BROCCOLI,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS LENTIL,Canned,Ready-to-serveSOUP,PROG HEALTHY CLASSICS NEW ENGLAND CLAM CHOWDER,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS MINESTRONE,Canned,Ready-to-serveSOUP,PROGRESSO HEALTHY CLASSICS Vegetable, vegetables,Canned,Ready-to-serveSOUP,Chicken Vegetable, vegetables with POTATO and Cheese,CHUNKY,Ready-to-serveSOUP,Cream OF CELERY,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,Cheese,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,Cream OF Chicken,Prepared with Equal VOLUME MILK,CommercialSOUP,Vegetable, vegetables,Canned,Low Sodium,CondensedSOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,Cream OF MUSHROOM,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,Cream OF ONION,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,OYSTER STEW,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,PEA,Green,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,Cream OF POTATO,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,Cream OF SHRIMP,Canned,Prepared with Equal VOLUME MILK,CommercialSAUCE,LA VICTORIA,LA VICTORIA Reduced TACO Sauce,MILDSAUCE,LA VICTORIA,LA VICTORIA Reduced TACO Sauce,MediumSAUCE,LA VICTORIA,LA VICTORIA Green TACO Sauce,MILDSAUCE,LA VICTORIA,LA VICTORIA Green TACO Sauce,MediumSAUCE,LA VICTORIA,SALSA BRAVA,HOTSAUCE,LA VICTORIA,LA VICTORIA SALSA VICTORIA,HOTSAUCE,LA VICTORIA,LA VICTORIA SALSA RANCHERA,HOTSAUCE,LA VICTORIA,LA VICTORIA SALSA PICANTE,MILDSAUCE,LA VICTORIA,LA VICTORIA SALSA PICANTE,MediumSAUCE,LA VICTORIA,LA VICTORIA SALSA SUPREMA,MILDSAUCE,LA VICTORIA,LA VICTORIA SALSA SUPREMA,MediumSAUCE,LA VICTORIA,LA VICTORIA Green CHILE SALSA,MILDSAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,MILDCEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN ORIGINALCEREALS Ready-to-eat,OATS,CORN PUFFED MIXTURE,PRESWEETENEDCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Apple JACKSCEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN BRAN BUDSCEREALS Ready-to-eat,QUAKER,CAP'N CRUNCHCEREALS Ready-to-eat,QUAKER,CAP'N CRUNCH with CRUNCHBERRIESCEREALS Ready-to-eat,QUAKER,CAP'N CRUNCH'S Peanut BUTTER CRUNCHCEREALS Ready-to-eat,GENERAL MILLS,CHEERIOSCEREALS Ready-to-eat,KELLOGG,KELLOGG'S COCOA KRISPIESCEREALS Ready-to-eat,RICE,PUFFED,PRESWEETENED,with COCOA,SINGLE BRANDCEREALS Ready-to-eat,GENERAL MILLS,COOKIE CRISPCEREALS Ready-to-eat,QUAKER,QUAKER CRUNCHY BRANCEREALS Ready-to-eat,GENERAL MILLS,CORN CHEXCEREALS Ready-to-eat,KELLOGG,KELLOGG'S CORN FLAKESCEREALS Ready-to-eat,CORN FLAKES,Low SodiumCEREALS Ready-to-eat,KELLOGG,KELLOGG'S CRACKLIN' OAT BRANCEREALS Ready-to-eat,CRISPY RICECEREALS Ready-to-eat,GENERAL MILLS,WHEATIES RAISIN BRANCEREALS Ready-to-eat,KELLOGG,KELLOGG'S COMPLETE WHEAT BRAN FLAKESCEREALS Ready-to-eat,BRAN FLAKES,SINGLE BRANDCEREALS Ready-to-eat,KELLOGG,KELLOGG'S FROOT LOOPSCEREALS Ready-to-eat,KELLOGG'S Frosted MINI-WHEATS,ORIGINALCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted RICE KRISPIESCEREALS Ready-to-eat,RICE,PUFFED,PRESWEETENED,FRUIT Flavored,SINGLE BRANDCEREALS Ready-to-eat,GENERAL MILLS,GOLDEN GRAHAMSBABYFOOD,FRUIT,Applesauce and APRICOTS,StrainedBABYFOOD,FRUIT,Applesauce and APRICOTS,JuniorBABYFOOD,FRUIT,Applesauce and CHERRIES,StrainedBABYFOOD,FRUIT,Applesauce and CHERRIES,JuniorBABYFOOD,FRUIT,Applesauce with BANANA,JuniorBABYFOOD,FRUIT,Applesauce and Pineapple,StrainedBABYFOOD,FRUIT,Applesauce and Pineapple,JuniorBABYFOOD,FRUIT,Apple and RASPBERRY,with SUGAR,StrainedBABYFOOD,FRUIT,Apple and RASPBERRY,with SUGAR,JuniorBABYFOOD,FRUIT and Vegetable, vegetables,Apple and Sweet POTATOBABYFOOD,FRUIT,BANANAS and Pineapple with TAPIOCA,JuniorBABYFOOD,FRUIT,BANANAS and Pineapple with TAPIOCA,StrainedBABYFOOD,FRUIT,PEARS and Pineapple,StrainedBABYFOOD,FRUIT,PEARS and Pineapple,JuniorBABYFOOD,FRUIT,GUAVA and PAPAYA with TAPIOCA,StrainedBABYFOOD,PEACHES,DICES,ToddlerBABYFOOD,FRUIT,PAPAYA and Applesauce with TAPIOCA,StrainedBABYFOOD,FRUIT,BANANAS with Apples and PEARS,StrainedBABYFOOD,FRUIT,Apple and BLUEBERRY,StrainedBABYFOOD,FRUIT,Apple and BLUEBERRY,JuniorBABYFOOD,JUICE,APPLEBABYFOOD,APPLE-BANANA JuiceBABYFOOD,Juice,Apple and PEACHBABYFOOD,APPLE-CRANBERRY JuiceBABYFOOD,Juice,Apple and PLUMCHICKEN,ROASTING,Light MEAT,MEAT ONLY,RAWCHICKEN,ROASTING,Light MEAT,MEAT ONLY,Cooked,RoastedCHICKEN,ROASTING,Dark MEAT,MEAT ONLY,RAWCHICKEN,ROASTING,Dark MEAT,MEAT ONLY,Cooked,RoastedCHICKEN,STEWING,MEAT and Skin, and GIBLETS and NECK,RAWCHICKEN,STEWING,MEAT and Skin, and GIBLETS and NECK,Cooked,StewedCHICKEN,STEWING,MEAT and Skin,RAWCHICKEN,STEWING,MEAT and Skin,Cooked,StewedCHICKEN,STEWING,MEAT ONLY,RAWCHICKEN,STEWING,MEAT ONLY,Cooked,StewedCHICKEN,STEWING,GIBLETS,RAWCHICKEN,STEWING,GIBLETS,Cooked,SimmeredCHICKEN,STEWING,Light MEAT,MEAT ONLY,RAWCHICKEN,STEWING,Light MEAT,MEAT ONLY,Cooked,StewedCHICKEN,STEWING,Dark MEAT,MEAT ONLY,RAWCHICKEN,STEWING,Dark MEAT,MEAT ONLY,Cooked,StewedCHICKEN,CAPONS,MEAT and Skin and GIBLETS and NECK,RAWCHICKEN,CAPONS,MEAT and Skin and GIBLETS and NECK,Cooked,RoastedCHICKEN,CAPONS,MEAT and Skin,RAWCHICKEN,CAPONS,MEAT and Skin,Cooked,RoastedCHICKEN,CAPONS,GIBLETS,RAWCHICKEN,CAPONS,GIBLETS,Cooked,SimmeredDUCK,DOMESTICATED,MEAT and Skin,RAWDUCK,DOMESTICATED,MEAT and Skin,Cooked,RoastedDUCK,DOMESTICATED,MEAT ONLY,RAWDUCK,DOMESTICATED,MEAT ONLY,Cooked,RoastedDUCK,DOMESTICATED,LIVER,RAWSAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,MediumSAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,HOTSAUCE,LA VICTORIA,Green SALSA JALAPENASAUCE,LA VICTORIA,Reduced SALSA JALAPENASAUCE,LA VICTORIA,LA VICTORIA ENCHILADA SauceSAUCE,LA VICTORIA,MOLE POBLANOSAUCE,LA VICTORIA,CHEDDAR Cheese SauceSAUCE,LA VICTORIA,NACHO Cheese Sauce with JALAPENO PEPPERS,MediumSOUP,LIPTON,SOUP SECRETS Extra NOODLE,MIX,DRYSOUP,LIPTON,SOUP SECRETS SPIRAL PASTA SOUP,MIX,DRYSOUP,LIPTON,SOUP SECRETS Chicken NOODLE,MIX,DRYSOUP,LIPTON,SOUP SECRETS RING-O-NOODLESOUP,LIPTON,SOUP SECRETS GIGGLE NOODLE,MIX,DRYSOUP,LIPTON,SOUP SECRETS NOODLE with REAL Chicken BROTH,MIX,DRYSOUP,LIPTON,CUP-A-SOUP BROCCOLI and Cheese,MIX,DRYSOUP,LIPTON,CUP-A-SOUP HEARTY Chicken SUPREME,MIX,DRYSOUP,LIPTON,CUP-A-SOUP HEARTY Chicken NOODLE,MIX,DRYSOUP,LIPTON,CUP-A-SOUP Chicken NOODLE with MEATSOUP,LIPTON,CUP-A-SOUP Cream OF Chicken,MIX,DRYSOUP,LIPTON,CUP-A-SOUP Chicken FLAVOR Vegetable, vegetablesSOUP,LIPTON,CUP-A-SOUP RING NOODLE,MIX,DRYSOUP,LIPTON,CUP-A-SOUP TOMATO,MIX,DRYSOUP,LIPTON,CUP-A-SOUP Green PEA,MIX,DRYSOUP,LIPTON,CUP-A-SOUP Cream OF MUSHROOM,MIX,DRYSOUP,LIPTON,CUP-A-SOUP SPRING Vegetable, vegetables,MIX,DRYSOUP,LIPTON,FAT FREE CUP-A-SOUP Chicken BROTH,MIX,DRYSOUP,LIPTON,FAT FREE CUP-A-SOUP CHICKEN/PASTA,MIX,DRYSOUP,LIPTON,KETTLE CREATIONS HOMESTYLE LENTIL,MIX,DRYSOUP,LIPTON,KETTLE CREATIONS Chicken with PASTA and BEAN,MIX,DRYSOUP,LIPTON,RECIPE SECRETS Vegetable, vegetables,MIX,DRYSOUP,LIPTON,RECIPE SECRETS ONION MUSHROOM,MIX,DRYSOUP,LIPTON,RECIPE SECRETS SAVORY HERB with GARLIC,MIX,DRYSAUCE,KRAFT BARBECUE Sauce ORIGINALSAUCE,KRAFT BARBECUE Sauce HICKORY SMOKESOUP,TOMATO BISQUE,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,TOMATO,Canned,Prepared with Equal VOLUME MILK,CommercialSOUP,Cream OF ASPARAGUS,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,BLACK BEAN,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,BEAN with PORK,Canned,Prepared with Equal VOLUME H2O,CommercialCEREALS Ready-to-eat,GRANOLA,HOMEMADECEREALS Ready-to-eat,WHEAT and MALT BARLEY GRANULES,Plain,SINGLE BRANDCEREALS Ready-to-eat,WHEAT and MALT BARLEY FLAKESCEREALS Ready-to-eat,GENERAL MILLS,HONEY NUT CHEERIOSCEREALS Ready-to-eat,CORN and OAT FLOURS,PUFFED PRESWEETENED,SINGLE BRANDCEREALS Ready-to-eat,QUAKER,KING VITAMANCEREALS Ready-to-eat,GENERAL MILLS,KIXCEREALS Ready-to-eat,QUAKER,QUAKER OAT LIFE,PlainCEREALS Ready-to-eat,GENERAL MILLS,LUCKY CHARMSCEREALS Ready-to-eat,BRAN,MALTED Flour,SINGLE BRANDCEREALS Ready-to-eat,QUAKER,100% Natural GRANOLA OATS and HONEYCEREALS Ready-to-eat,GENERAL MILLS,HONEY NUT CHEXCEREALS Ready-to-eat,KELLOGG,KELLOGG'S PRODUCT 19CEREALS Ready-to-eat,QUAKER,Sweet CRUNCH/QUISPCEREALS Ready-to-eat,KELLOGG,KELLOGG'S RAISIN BRANCEREALS Ready-to-eat,KRAFT,POST RAISIN BRAN CerealCEREALS Ready-to-eat,GENERAL MILLS,RICE CHEXCEREALS Ready-to-eat,KELLOGG,KELLOGG'S RICE KRISPIESCEREALS Ready-to-eat,QUAKER,QUAKER PUFFED RICECEREALS Ready-to-eat,KELLOGG,KELLOGG'S Special PotassiumCEREALS Ready-to-eat,KELLOGG,KELLOGG'S CORN POPSCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted FLAKESCEREALS Ready-to-eat,KELLOGG,KELLOGG'S SMACKSBABYFOOD,Juice,Apple and PRUNEBABYFOOD,JUICE,ORANGEBABYFOOD,Juice,ORANGE and AppleBABYFOOD,Juice,ORANGE and Apple and BANANABABYFOOD,Juice,ORANGE and APRICOTBABYFOOD,Juice,ORANGE and BANANABABYFOOD,Juice,ORANGE and PineappleBABYFOOD,Juice,PRUNE and ORANGEBABYFOOD,Juice,Mixed FRUITBABYFOOD,Cereal,BARLEY,DRYBABYFOOD,Cereal,Whole WHEAT,with Apples,DRYBABYFOOD,CEREAL,MIXED,DRYBABYFOOD,Cereal,Mixed,with BANANAS,DRYBABYFOOD,Cereal,Mixed,with Applesauce and BANANAS,StrainedBABYFOOD,Cereal,Mixed,with Applesauce and BANANAS,JuniorBABYFOOD,Cereal,OATMEAL,DRYBABYFOOD,Cereal,OATMEAL,with BANANAS,DRYBABYFOOD,Cereal,OATMEAL,with Applesauce and BANANAS,StrainedBABYFOOD,Cereal,OATMEAL,with Applesauce and BANANAS,JuniorBABYFOOD,Cereal,OATMEAL,with HONEY,DRYBABYFOOD,CEREAL,RICE,DRYBABYFOOD,Cereal,RICE,with Applesauce and BANANAS,StrainedBABYFOOD,Cereal,with EGG YOLKS,StrainedBABYFOOD,Cereal,with EGG YOLKS,JuniorBABYFOOD,Cereal,with EGGS,StrainedBABYFOOD,Cereal,EGG YOLKS and BACON,JuniorBABYFOOD,OATMEAL Cereal with FRUIT,DRY,Instant,ToddlerDUCK,WILD,MEAT and Skin,RAWDUCK,WILD,BREAST,MEAT ONLY,RAWGOOSE,DOMESTICATED,MEAT and Skin,RAWGOOSE,DOMESTICATED,MEAT and Skin,Cooked,RoastedGOOSE,DOMESTICATED,MEAT ONLY,RAWGOOSE,DOMESTICATED,MEAT ONLY,Cooked,RoastedGOOSE,LIVER,RAWGUINEA HEN,MEAT and Skin,RAWGUINEA HEN,MEAT ONLY,RAWPHEASANT,RAW,MEAT and SkinPHEASANT,RAW,MEAT ONLYPHEASANT,BREAST,MEAT ONLY,RAWPHEASANT,LEG,MEAT ONLY,RAWQUAIL,MEAT AND SKIN,RAWQUAIL,MEAT ONLY,RAWQUAIL,BREAST,MEAT ONLY,RAWSQUAB,(PIGEON),MEAT and Skin,RAWSQUAB,(PIGEON),MEAT ONLY,RAWSQUAB,(PIGEON),Light MEAT without Skin,RAWTURKEY,ALL CLASSES,MEAT and Skin and GIBLETS and NECK,RAWTURKEY,ALL CLASSES,MEAT and Skin and GIBLETS and NECK,Cooked,RoastedTURKEY,ALL CLASSES,MEAT and Skin,RAWTURKEY,ALL CLASSES,MEAT and Skin,Cooked,RoastedTURKEY,ALL CLASSES,MEAT ONLY,RAWTURKEY,ALL CLASSES,MEAT ONLY,Cooked,RoastedTURKEY,ALL CLASSES,Skin ONLY,RAWTURKEY,ALL CLASSES,Skin ONLY,Cooked,RoastedTURKEY,ALL CLASSES,GIBLETS,RAWTURKEY,ALL CLASSES,GIBLETS,Cooked,Simmered,SOME GIBLET FATTURKEY,GIZZARD,ALL CLASSES,RAWTURKEY,GIZZARD,ALL CLASSES,Cooked,SimmeredTURKEY,HEART,ALL CLASSES,RAWTURKEY,HEART,ALL CLASSES,Cooked,SimmeredSOUP,BEAN with FRANKFURTERS,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Beef NOODLE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cream OF CELERY,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cheese,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Chicken with DUMPLINGS,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Chicken BROTH,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cream OF Chicken,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Chicken GUMBO,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Chicken NOODLE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Chicken with RICE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Chicken Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,CHILI Beef,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,CLAM CHOWDER,MANHATTAN,Canned,Prepared with Equal VOLUME H2OSOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Beef BROTH,BOUILLON,CONSOMME,Prepared with Equal VOLUME H2O,CommercialSOUP,MINESTRONE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,MUSHROOM BARLEY,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cream OF MUSHROOM,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,MUSHROOM with Beef STOCK,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,ONION,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cream OF ONION,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,OYSTER STEW,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,PEA,Green,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,PEA,SPLIT with HAM,Canned,Prepared with Equal VOLUME H2O,CommercialCEREALS Ready-to-eat,WHEAT,PUFFED,PRESWEETENED,SINGLE BRANDCEREALS Ready-to-eat,TASTEEOSCEREALS Ready-to-eat,CORN FLAKES,Plain,SINGLE BRANDCEREALS Ready-to-eat,GENERAL MILLS,Whole GRAIN TOTALCEREALS Ready-to-eat,GENERAL MILLS,TRIXCEREALS Ready-to-eat,WAFFELOSCEREALS Ready-to-eat,Whole WHEAT,SHREDDED,PRESWEETENED,SINGLE BRANDCEREALS Ready-to-eat,GENERAL MILLS,WHEAT CHEXCEREALS Ready-to-eat,MALT-O-MEAL,CORN BURSTSCEREALS Ready-to-eat,WHEAT GERM,Toasted,PlainCEREALS Ready-to-eat,QUAKER,KRETSCHMER HONEY CRUNCH WHEAT GERMCEREALS Ready-to-eat,GENERAL MILLS,FRENCH TOAST CRUNCHCEREALS Ready-to-eat,GENERAL MILLS,MULTI-GRAIN CHEERIOSCEREALS Ready-to-eat,GENERAL MILLS,WHEATIESCEREALS,CORN GRITS,WHITE,Regular and QUICK,Enriched,DRYCEREALS,CORN GRITS,WHITE,Regular and QUICK,Enriched,Cooked with H2O,without SALTCEREALS,QUAKER,CORN GRITS,Instant,Plain,DRYCEREALS,QUAKER,CORN GRITS,Instant,Plain,Prepared with H2OCEREALS,QUAKER,CORN GRITS,Instant,CHEDDAR Cheese FLAVOR,DRYCEREALS,QUAKER,CORN GRITS,Instant,CHEDDAR Cheese FLAVOR,Prepared with H2OCEREALS,QUAKER,CORN GRITS,Instant,with Imitation BACON BITS,DRYCEREALS,QUAKER,CRNGRIT,Instant,CNTRYBCN(IMTATN BCN BIT)PRPwith H2OBABYFOOD,COOKIE,BABY,FRUITBABYFOOD,CRACKERS,Vegetable, vegetablesBABYFOOD,Cereal,RICE,with Mixed FRUIT,JuniorBABYFOOD,Cereal,High Protein,with Apple and ORANGE,DRYBABYFOOD,Cereal,RICE,with BANANAS,DRYBABYFOOD,COOKIESBABYFOOD,COOKIES,ARROWROOTBABYFOOD,PRETZELSBABYFOOD,TEETHING BISCUITSZWIEBACKBABYFOOD,Dessert, desserts,DUTCH Apple,StrainedBABYFOOD,Dessert, desserts,DUTCH Apple,JuniorBABYFOOD,CHERRY COBBLER,JuniorBABYFOOD,Dessert, desserts,CHERRY VANILLA Pudding, puddings,StrainedBABYFOOD,Dessert, desserts,CHERRY VANILLA Pudding, puddings,JuniorBABYFOOD,Dessert, desserts,FRUIT Pudding, puddings,ORANGE,StrainedBABYFOOD,Dessert, desserts,PEACH COBBLER,StrainedBABYFOOD,Dessert, desserts,PEACH COBBLER,JuniorBABYFOOD,Dessert, desserts,FRUIT Pudding, puddings,Pineapple,StrainedBABYFOOD,Dessert, desserts,FRUIT Dessert, desserts,without Vitamin C,StrainedBABYFOOD,Dessert, desserts,FRUIT Dessert, desserts,without Vitamin C,JuniorBABYFOOD,Dessert, desserts,TROPICAL FRUIT,JuniorBABYFOOD,Dessert, desserts,CUSTARD Pudding, puddings,VANILLA,StrainedTURKEY,LIVER,ALL CLASSES,RAWTURKEY,LIVER,ALL CLASSES,Cooked,SimmeredTURKEY,ALL CLASSES,NECK,MEAT ONLY,RAWTURKEY,ALL CLASSES,NECK,MEAT ONLY,Cooked,SimmeredTURKEY,ALL CLASSES,Light MEAT,MEAT and Skin,RAWTURKEY,ALL CLASSES,Light MEAT,MEAT and Skin,Cooked,RoastedTURKEY,ALL CLASSES,Dark MEAT,MEAT and Skin,RAWTURKEY,ALL CLASSES,Dark MEAT,MEAT and Skin,Cooked,RoastedTURKEY,ALL CLASSES,Light MEAT,RAWTURKEY,ALL CLASSES,Light MEAT,Cooked,RoastedTURKEY,ALL CLASSES,Dark MEAT,RAWTURKEY,ALL CLASSES,Dark MEAT,Cooked,RoastedTURKEY,ALL CLASSES,BACK,MEAT and Skin,RAWTURKEY,ALL CLASSES,BACK,MEAT and Skin,Cooked,RoastedTURKEY,ALL CLASSES,BREAST,MEAT and Skin,RAWTURKEY,ALL CLASSES,BREAST,MEAT and Skin,Cooked,RoastedTURKEY,ALL CLASSES,LEG,MEAT and Skin,RAWTURKEY,ALL CLASSES,LEG,MEAT and Skin,Cooked,RoastedTURKEY,ALL CLASSES,WING,MEAT and Skin,RAWTURKEY,ALL CLASSES,WING,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,MEAT and Skin and GIBLETS and NECK,RAWTURKEY,FRYER-ROASTERS,MEAT and Skin and GIBLETS and NECK,Cooked,RoastedTURKEY,FRYER-ROASTERS,MEAT and Skin,RAWTURKEY,FRYER-ROASTERS,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,MEAT ONLY,RAWTURKEY,FRYER-ROASTERS,MEAT ONLY,Cooked,RoastedTURKEY,FRYER-ROASTERS,Skin ONLY,RAWTURKEY,FRYER-ROASTERS,Skin ONLY,Cooked,RoastedTURKEY,FRYER-ROASTERS,Light MEAT,MEAT and Skin,RAWTURKEY,FRYER-ROASTERS,Light MEAT,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,Dark MEAT,MEAT and Skin,RAWSOUP,PEPPERPOT,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cream OF POTATO,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,SCOTCH BROTH,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cream OF SHRIMP,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,STOCKPOT,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,TOMATO Beef with NOODLE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,TOMATO RICE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,TURKEY NOODLE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,TURKEY Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,VEGETARIAN Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Vegetable, vegetables Beef,Prepared with Equal VOLUME H2O,CommercialSOUP,Vegetable, vegetables with Beef BROTH,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Cream OF ASPARAGUS,Dehydrated,Prepared with H2OSOUP,BEAN with BACON,Dehydrated,Prepared with H2OSOUP,Beef BROTH OR BOUILLON,Powdered,Prepared with H2OSOUP,Beef BROTH,CUBED,Prepared with H2OSOUP,Beef NOODLE,Dehydrated,Prepared with H2OSOUP,CAULIFLOWER,Dehydrated,Prepared with H2OSOUP,Cream OF CELERY,Dehydrated,Prepared with H2OSOUP,Chicken BROTH OR BOUILLON,Dehydrated,Prepared with H2OSOUP,Chicken BROTH CUBES,Dehydrated,Prepared with H2OSOUP,Cream OF Chicken,Dehydrated,Prepared with H2OSOUP,Chicken RICE,Dehydrated,Prepared with H2OSOUP,Chicken Vegetable, vegetables,Dehydrated,Prepared with H2OBUTTER,WITH SALTBUTTER,WHIPPED,WITH SALTBUTTER OIL,ANHYDROUSCHEESE,BLUECHEESE,BRICKCHEESE,BRIECHEESE,CAMEMBERTCHEESE,CARAWAYCHEESE,CHEDDARCHEESE,CHESHIRECHEESE,COLBYCHEESE,COTTAGE,Creamed,Large OR Small CURDCHEESE,COTTAGE,Creamed,with FRUITCHEESE,COTTAGE,NONFAT,Uncreamed,DRY,Large OR Small CURDCHEESE,COTTAGE,LOWFAT,2% MILKFATCHEESE,COTTAGE,LOWFAT,1% MILKFATCHEESE,CREAMCHEESE,EDAMCHEESE,FETACHEESE,FONTINACHEESE,GJETOSTCHEESE,GOUDACHEESE,GRUYERECHEESE,LIMBURGERCHEESE,MONTEREYCHEESE,MOZZARELLA,Whole MILKCHEESE,MOZZARELLA,Whole MILK,Low MoistureBABYFOOD,Dessert, desserts,CUSTARD Pudding, puddings,VANILLA,JuniorBABYFOOD,Juice,Apple and GRAPEBABYFOOD,Juice,Apple GRAPE,with CalciumBABYFOOD,Juice,FRUIT PUNCH,with CalciumBABYFOOD,Juice,Apple and CHERRYBABYFOOD,Juice,Apple,with CalciumBABYFOOD,DINNER,Vegetable, vegetables and Chicken,JuniorBABYFOOD,DINNER,Mixed Vegetable, vegetables,StrainedBABYFOOD,DINNER,Mixed Vegetable, vegetables,JuniorBABYFOOD,FRUIT,BANANAS with TAPIOCA,JuniorBABYFOOD,Vegetable, vegetables,MIX Vegetable, vegetables JuniorBABYFOOD,Vegetable, vegetables,GARDEN Vegetable, vegetables,StrainedBABYFOOD,Vegetable, vegetables,MIX Vegetable, vegetables StrainedBABYFOOD,DINNER,Beef NOODLE,JuniorBABYFOOD,Apples with HAM,StrainedBABYFOOD,CARROTS and Beef,StrainedBABYFOOD,PLUMS,BANANAS and RICE,StrainedBABYFOOD,DINNER,TURKEY,RICE,AND Vegetable, vegetables,ToddlerBABYFOOD,DINNER,Apples and Chicken,StrainedBABYFOOD,DINNER,BROCCOLI and Chicken,StrainedBABYFOOD,DINNER,Sweet POTATOES and Chicken,StrainedBABYFOOD,DINNER,POTATOES with Cheese and HAM,ToddlerBABYFOOD,Cereal,BARLEY,Prepared with Whole MILKBABYFOOD,Cereal,High Protein,Prepared with Whole MILKBABYFOOD,Cereal,Mixed,Prepared with Whole MILKTURKEY,FRYER-ROASTERS,Dark MEAT,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,Light MEAT,MEAT ONLY,RAWTURKEY,FRYER-ROASTERS,Light MEAT,MEAT ONLY,Cooked,RoastedTURKEY,FRYER-ROASTERS,Dark MEAT,MEAT ONLY,RAWTURKEY,FRYER-ROASTERS,Dark MEAT,MEAT ONLY,Cooked,RoastedTURKEY,FRYER-ROASTERS,BACK,MEAT and Skin,RAWTURKEY,FRYER-ROASTERS,BACK,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,RAWTURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,Cooked,RoastedTURKEY,FRYER-ROASTERS,BREAST,MEAT and Skin,RAWTURKEY,FRYER-ROASTERS,BREAST,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,RAWTURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,Cooked,RoastedTURKEY,FRYER-ROASTERS,LEG,MEAT and Skin,RAWTURKEY,FRYER-ROASTERS,LEG,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,RAWTURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,Cooked,RoastedTURKEY,FRYER-ROASTERS,WING,MEAT and Skin,RAWTURKEY,FRYER-ROASTERS,WING,MEAT and Skin,Cooked,RoastedTURKEY,FRYER-ROASTERS,WING,MEAT ONLY,RAWTURKEY,FRYER-ROASTERS,WING,MEAT ONLY,Cooked,RoastedTURKEY,YOUNG HEN,MEAT and Skin and GIBLETS and NECK,RAWTURKEY,YOUNG HEN,MEAT and Skin and GIBLETS and NECK,Cooked,RoastedTURKEY,YOUNG HEN,MEAT and Skin,RAWTURKEY,YOUNG HEN,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG HEN,MEAT ONLY,RAWTURKEY,YOUNG HEN,MEAT ONLY,Cooked,RoastedTURKEY,YOUNG HEN,Skin ONLY,RAWTURKEY,YOUNG HEN,Skin ONLY,Cooked,RoastedTURKEY,YOUNG HEN,Light MEAT,MEAT and Skin,RAWTURKEY,YOUNG HEN,Light MEAT,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG HEN,Dark MEAT,MEAT and Skin,RAWTURKEY,YOUNG HEN,Dark MEAT,MEAT and Skin,Cooked,RoastedSOUP,CONSOMME with GELATIN,Dehydrated,Prepared with H2OSOUP,LEEK,Dehydrated,Prepared with H2OSOUP,MINESTRONE,Dehydrated,Prepared with H2OSOUP,MUSHROOM,Dehydrated,Prepared with H2OSOUP,ONION,Dehydrated,Prepared with H2OSOUP,OXTAIL,Dehydrated,Prepared with H2OSOUP,PEA,Green,MIX,Dehydrated,Prepared with H2OSOUP,TOMATO,Dehydrated,Prepared with H2OSOUP,TOMATO Vegetable, vegetables,Dehydrated,Prepared with H2OSOUP,Vegetable, vegetables Beef,Dehydrated,Prepared with H2OSOUP,Cream OF Vegetable, vegetables,Dehydrated,Prepared with H2OSOUP,Chicken NOODLE,Dehydrated,Prepared with H2OSOUP,Beef MUSHROOM,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,Chicken MUSHROOM,Canned,Prepared with Equal VOLUME H2O,CommercialSAUCE,HOLLANDAISE,with BUTTERFAT,Dehydrated,Prepared with H2OSOUP,TOMATO BISQUE,Canned,Prepared with Equal VOLUME H2O,CommercialSOUP,TOMATO,Canned,Prepared with Equal VOLUME H2O,CommercialGRAVY,NESTLE,TRIO BROWN GRAVY MIX,DRYGRAVY,CUSTOM FOODS,SUPERB Instant BROWN GRAVY MIX,DRYGRAVY,NESTLE,TRIO SOUTHERN GRAVY MIX,DRYGRAVY,CUSTOM FOODS,SUPERB COUNTRY GRAVY MIX,DRYGRAVY,CUSTOM FOODS,Reduced LABEL AU JUS BASE,DRYGRAVY,NESTLE,TRIO AU JUS GRAVY MIX,DRYGRAVY,CUSTOM FOODS,SUPERB Instant AU JUS MIX,DRYCHEESE,MOZZARELLA,Partially SKIM MILKCHEESE,MOZZARELLA,Partially SKIM MILK,Low MoistureCHEESE,MUENSTERCHEESE,NEUFCHATELCHEESE,PARMESAN,GRATEDCHEESE,PARMESAN,HARDCHEESE,PORT DE SALUTCHEESE,PROVOLONECHEESE,RICOTTA,WHOLE MILKCHEESE,RICOTTA,Partially SKIM MILKCHEESE,ROMANOCHEESE,ROQUEFORTCHEESE,SWISSCHEESE,TILSITCHEESE,Pasteurized PROCESS,AMERICAN,with DI Sodium PhosphateCHEESE,Pasteurized PROCESS,PIMENTOCHEESE,Pasteurized PROCESS,SWISS,with DI Sodium PhosphateCHEESE Food,COLD Pack,AMERICANCHEESE Food,Pasteurized PROCESS,AMERICAN,without DI Sodium PhosphateCHEESE Food,Pasteurized PROCESS,SWISSCHEESE Spread,Pasteurized PROCESS,AMERICAN,without DI Sodium PhosphateCREAM,FLUID,HALF AND HALFCREAM,FLUID,Light (COFFEE Cream OR TABLE Cream)CREAM,FLUID,Light WHIPPINGBABYFOOD,Cereal,Mixed,with BANANAS,Prepared with Whole MILKBABYFOOD,Cereal,OATMEAL,Prepared with Whole MILKBABYFOOD,Cereal,OATMEAL,with BANANAS,Prepared with Whole MILKBABYFOOD,Cereal,OATMEAL,with HONEY,Prepared with Whole MILKBABYFOOD,Cereal,RICE,Prepared with Whole MILKBABYFOOD,Cereal,RICE,with HONEY,Prepared with Whole MILKBABYFOOD,Cereal,Mixed,with HONEY,Prepared with Whole MILKBABYFOOD,Cereal,High Protein,with Apple and ORANGE,Prepared with Whole MILKBABYFOOD,Cereal,RICE,with BANANAS,Prepared with Whole MILKInfant formula,NESTLE,GOOD START SUPREME,with IRON,Ready-to-feedInfant formula,NESTLE,GOOD START SUPREME,with IRON,Liquid ConcentrateInfant formula,NESTLE,GOOD START SUPREME,with IRON,PowderedINFANT FORMULA,MEAD JOHNSON,ENFAMIL,with IRON,Ready-to-feedINFANT FORMULA,MEAD JOHNSON,ENFAMIL,with IRON,Liquid Concentrate, NOT RECInfant formula,MEAD JOHNSON,ENFAMIL,with IRON,PowderedINFANT FORMULA,MEAD JOHNSON,ENFAMIL,Low IRON,Ready-to-feedInfant formula,MEAD JOHNSON,ENFAMIL LIPIL,with IRON,PowderedINFANT FORMULA,MEAD JOHNSON,ENFAMIL,Low IRON,Powdered,NOT ReconstitutedInfant formula,MEAD JOHNSON,LOFENALAC,with IRON,Powdered,NOT ReconstitutedInfant formula,MEAD JOHNSON,LOFENALAC,with IRON,Prepared FROM PowderedInfant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,with IRON,Ready-to-feedInfant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,with IRN,Powdered,NORECInfant formula,MEAD JOHNSON,ENFAMIL LIPIL,with IRON,Ready-to-feedInfant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,IRN,LIQCNC,NORECInfant formula,MEAD JOHNSON,ENFAMIL LIPIL,Low IRON,PowderedCHILD FORMULA,MEAD JOHNSON,PORTAGEN,with IRON,Powdered,NOT ReconstitutedCHILD FORMULA,MEAD JOHNSON,PORTAGEN,with IRON,Prepared FROM PowderedINFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,with IRON,Powdered,NOT ReconstitutedINFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,with IRON,Prepared FROM PowderedInfant formula,MEAD JOHNSON,PROSOBEE,with IRON,Ready-to-feedINFANT FORMULA,MEAD JOHNSON,PROSOBEE,with IRON,Liquid CNC, NOT RECInfant formula,MEAD JOHNSON,ENFAMIL,PROSOBEE,IRON,Powdered,NOT ReconstitutedInfant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE LIPIL,with IRON,PowderedTURKEY,YOUNG HEN,Light MEAT,MEAT ONLY,RAWTURKEY,YOUNG HEN,Light MEAT,MEAT ONLY,Cooked,RoastedTURKEY,YOUNG HEN,Dark MEAT,MEAT ONLY,RAWTURKEY,YOUNG HEN,Dark MEAT,MEAT ONLY,Cooked,RoastedTURKEY,YOUNG HEN,BACK,MEAT and Skin,RAWTURKEY,YOUNG HEN,BACK,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG HEN,BREAST,MEAT and Skin,RAWTURKEY,YOUNG HEN,BREAST,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG HEN,LEG,MEAT and Skin,RAWTURKEY,YOUNG HEN,LEG,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG HEN,WING,MEAT and Skin,RAWTURKEY,YOUNG HEN,WING,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG TOM,MEAT and Skin and GIBLETS and NECK,RAWTURKEY,YOUNG TOM,MEAT and Skin and GIBLETS and NECK,Cooked,RoastedTURKEY,YOUNG TOM,MEAT and Skin,RAWTURKEY,YOUNG TOM,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG TOM,MEAT ONLY,RAWTURKEY,YOUNG TOM,MEAT ONLY,Cooked,RoastedTURKEY,YOUNG TOM,Skin ONLY,RAWTURKEY,YOUNG TOM,Skin ONLY,Cooked,RoastedTURKEY,YOUNG TOM,Light MEAT,MEAT and Skin,RAWTURKEY,YOUNG TOM,Light MEAT,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG TOM,Dark MEAT,MEAT and Skin,RAWTURKEY,YOUNG TOM,Dark MEAT,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG TOM,Light MEAT,MEAT ONLY,RAWTURKEY,YOUNG TOM,Light MEAT,MEAT ONLY,Cooked,RoastedTURKEY,YOUNG TOM,Dark MEAT,MEAT ONLY,RAWTURKEY,YOUNG TOM,Dark MEAT,MEAT ONLY,Cooked,RoastedTURKEY,YOUNG TOM,BACK,MEAT and Skin,RAWTURKEY,YOUNG TOM,BACK,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG TOM,BREAST,MEAT and Skin,RAWTURKEY,YOUNG TOM,BREAST,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG TOM,LEG,MEAT and Skin,RAWGRAVY,CUSTOM FOODS,SUPERB PEPPERED OLD-FASH BISCUIT MIX,DRYGRAVY,CUSTOM FOODS,SUPERB Instant PORK GRAVY MIX,DRYGRAVY,CUSTOM FOODS,SUPERB Instant Beef GRAVY MIX,DRYGRAVY,CUSTOM FOODS,SUPERB OLD-FASH BISCUIT MIX,DRYGRAVY,NESTLE,TRIO COUNTRY GRAVY MIX,DRYGRAVY,CUSTOM FOODS,SUPERB Instant Chicken GRAVY MIX,DRYGRAVY,NESTLE,TRIO Chicken GRAVY MIX,DRYGRAVY,CUSTOM FOODS,SUPERB Instant TURKEY GRAVY MIX,DRYGRAVY,NESTLE,TRIO TURKEY GRAVY MIX,DRYGRAVY,HEINZ,HEINZ HOME STYLE SAVORY BROWN GRAVY,CannedSOUP,OODLES OF NOODLES RAMEN NOODLE ORIENTAL FLAVOR, DRYSOUP,NISSIN,CUP NOODLES,RAMEN NOODLE,Chicken FLAVOR,DRY MIXSOUP,RAMEN NOODLE,ANY FLAVOR,Dehydrated,DRYSOUP,BROCCOLI Cheese,Canned,Condensed,CommercialSAUCE,CUSTOM FOODS,Reduced LABEL All Purpose ITALIAN Sauce MIX,DRYSAUCE,NESTLE,TRIO ALFREDO Sauce MIX,DRYSAUCE,NESTLE,TRIO Cheese Sauce MIX,DRYSAUCE,NESTLE,TRIO NACHO Cheese Sauce MIX,DRYSAUCE,CUSTOM FOODS,SUPERB Instant NACHO Cheese Sauce MIX,DRYSAUCE,CUSTOM FOODS,SUPERB Instant CHEDDAR Cheese Sauce MIX,DRYSAUCE,Cheese Sauce MIX,DRYSAUCE,CPC,KNORR ALFREDO Sauce,DRY MIXSOUP,LIPTON,RECIPE SECRETS BEEFY MUSHROOM,MIX,DRYSOUP,LIPTON,RECIPE SECRETS FIESTA HERB with Reduced,MIX,DRYSOUP,LIPTON,RECIPE SECRETS BEEFY ONION,MIX,DRYSOUP,Chicken CORN CHOWDER,CHUNKY,Ready-to-serve,SINGLE BRANDSOUP,Chicken MUSHROOM CHOWDER,CHUNKY,Ready-to-serve,SINGLE BRANDSOUP,Chicken NOODLE,CHUNKY,Ready-to-serve,SINGLE BRANDSOUP,POTATO HAM CHOWDER,CHUNKY,Ready-to-serve,SINGLE BRANDSOUP,SIRLOIN BURGER with Vegetable, vegetables,Ready-to-serve,SINGLE BRANDSOUP,SPLIT PEA with HAM,CHUNKY,Reduced FAT,Reduced Sodium,Ready-to-serve,SINGLE BRANDSOUP,BEAN with BACON,Condensed,SINGLE BRANDSOUP,Beef BROTH,Canned,Condensed,SINGLE BRANDSOUP,Beef with Vegetable, vegetables and BARLEY,Canned,Condensed,SINGLE BRANDSOUP,Chicken with STAR-SHAPED PASTA,Canned,Condensed,SINGLE BRANDSOUP,Cream OF Chicken,Canned,Condensed,SINGLE BRANDCREAM,FLUID,Heavy WHIPPINGCREAM,WHIPPED,Cream TOPPING,PRESSURIZEDCREAM,SOUR,Reduced FAT,CULTUREDCREAM,SOUR,CULTUREDEGGNOGSOUR Dressing,NON-BUTTERFAT,CULTURED,FILLED CREAM-TYPEMILK,FILLED,FLUID,with BLEND OF Hydrogenated Vegetable, vegetables OILSMILK,FILLED,FLUID,with LAURIC ACID OILCREAM Substitute,Liquid,with Hydrogenated Vegetable, vegetables OIL and SOY ProteinCREAM Substitute,Liquid,with LAURIC ACID OIL and Sodium CASEINATECREAM SUBSTITUTE,POWDEREDDESSERT TOPPING,POWDEREDDESSERT TOPPING,Powdered,1.5 Ounce Prepared with 1/2 CUP MILKDESSERT TOPPING,PRESSURIZEDDESSERT TOPPING,SEMI SOLID,FrozenSOUR Cream,Imitation,CULTUREDMILK SUBSTITUTES,FLUID with Hydrogenated Vegetable, vegetables OILSMILK SUBSTITUTES,FLUID,with LAURIC ACID OILMILK,Whole,3.25% MILKFATMILK,PRODUCER,FLUID,3.7% MILKFATMILK,Reduced FAT,FLUID,2% MILKFAT,with ADDED Vitamin AMILK,Reduced FAT,FLUID,2% MILKFAT,with NONFAT MILK Solids and Vitamin AMILK,Reduced FAT,FLUID,2% MILKFAT,Protein Fortified,with Vitamin AMILK,LOWFAT,FLUID,1% MILKFAT,with Vitamin AMILK,LOWFAT,FLUID,1% MILKFAT,with NONFAT MILK Solids and Vitamin AMILK,LOWFAT,FLUID,1% MILKFAT,Protein Fortified,with Vitamin AMILK,NONFAT,FLUID,with Vitamin A (FAT FREE OR SKIM)MILK,NONFAT,FLUID,with NONFAT MILK Solids and Vitamin A (FAT FREE/SKIM)INF FOLME JOHNS,ENFAM,LACTOFREE LIPI,with IRON Liquid Concentrate,NOT REInfant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE LIPIL,with IRON,Ready-to-feedINFANT FORMULA,MEAD JOHNSON,GERBER,Low IRON,Powdered,NOT ReconstitutedInfant formula,ROSS,SIMILAC PM 60/40,Low IRON,Powdered,NOT ReconstitutedInfant formula,MEAD JOH,ENFAMIL,NUTRLIPIL,with IRON,Powdered,NOT REInfant formula,ROSS,SIMILAC Natural CARE, ADVANCEE Low IRON,Ready-to-feedInfant formula,ROSS,SIMILAC Special CARE ADVNCEE 24,with IRON,Ready-to-feedInfant formula,ROSS,ISOMIL,with IRON,Ready-to-feedInfant formula,ROSS,ISOMIL,with IRON,Liquid ConcentrateInfant formula,ROSS,ISOMIL,with IRON,Powdered,NOT ReconstitutedInfant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN LIPIL,with IRON LCInfant formula,ROSS,ALIMENTUM,Ready-to-feedInfant formula,ROSS,SIMILAC,with IRON,Ready-to-feedInfant formula,ROSS,SIMILAC,with IRON,Liquid Concentrate,NOT ReconstitutedInfant formula,ROSS,SIMILAC,with IRON,Powdered,NOT ReconstitutedInfant formula,ROSS,SIMILAC,Low IRON,Ready-to-feedInfant formula,ROSS,SIMILAC,Low IRON,Liquid Concentrate,NOT ReconstitutedInfant formula,ROSS,SIMILAC,Low IRON,Powdered,NOT ReconstitutedCHILD FORMULA,ROSS,PEDIASURE,with IRON,Ready-to-feedInfant formula,MEAD JOHNSON,NEXT STEP PROSOBEE LIPIL,PowderedInfant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE,with IRON,Ready-to-feedInfant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE,with IRN,Powdered,NOTRECInfant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE,with IRN,LQCN,NORECINF FORMU,ME JOHNS,ENFAMIL LIPIL,with IRON,Liquid CO,NOT RECInfant formula,WYETH-AYERST,STORE BRAND,with IRON,Ready-to-feedInfant formula,WYETH-AYERST,STOREBRAND,with IRON,Liquid CON,NOTRECONInfant formula,WYETH-AYERST,STORE BRAND,with IRON,Powdered,NOT ReconstitutedInfant formula,WYETH-AYERST,STORE BRAND SOY,with IRON,Ready-to-feedInfant formula,WYETH-AYERST,STOREBRAND SOY,with IRON,Powdered,NOTRECONInfant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Ready-to-feedInfant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Liquid ConcentrateTURKEY,YOUNG TOM,LEG,MEAT and Skin,Cooked,RoastedTURKEY,YOUNG TOM,WING,MEAT and Skin,RAWTURKEY,YOUNG TOM,WING,MEAT and Skin,Cooked,RoastedCHICKEN,Canned,MEAT ONLY,with BROTHPATE DE FOIE GRAS,Canned (GOOSE LIVER PATE),SMOKEDTURKEY,Canned,MEAT ONLY,with BROTHTURKEY,DICED,Light and Dark MEAT,SEASONEDTURKEY AND GRAVY,FROZENTURKEY PATTIES,BREADED,BATTERED,FRIEDTURKEY BREAST,PRE-BASTED,MEAT and Skin,Cooked,RoastedTURKEY THIGH,PRE-BASTED,MEAT and Skin,Cooked,RoastedTURKEY Roast,Boneless,Frozen,SEASONED,Light and Dark MEAT,RAWTURKEY Roast,Boneless,Frozen,SEASONED,Light and Dark MEAT,RoastedTURKEY Sticks,BREADED,BATTERED,FRIEDPOULTRY,MECHANICALLY DEBONED,FROM BACKS and NECKS with Skin,RAWPOULTRY,MECHANICALLY DEBONED,FROM BACKS and NECKS without Skin,RAWPOULTRY,MECHANICALLY DEBONED,FROM MATURE HENS,RAWTURKEY,MECHANICALLY DEBONED,FROM TURKEY FRAMES,RAWPOULTRY Food PRODUCTS,GROUND TURKEY,RAWPOULTRY Food PRODUCTS,GROUND TURKEY,CookedCHICKEN,CORNISH GAME HENS,MEAT and Skin,RAWCHICKEN,CORNISH GAME HENS,MEAT and Skin,Cooked,RoastedCHICKEN,CORNISH GAME HENS,MEAT ONLY,RAWCHICKEN,CORNISH GAME HENS,MEAT ONLY,Cooked,RoastedCHICKEN,CANNED,NO BROTHCHICKEN,WING,Frozen,GLAZED,BARBECUE FlavoredCHICKEN,WING,Frozen,GLAZED,BARBECUE Flavored,Heated (MICROWAVE)DUCK,YNG DUCKLING,Domestic,WH PEKIN,BRST,MEAT and Skin,Boneless,Cooked,RoastedDUCK,YNG DUCKL,Domestic,WH PEKIN,BRST,MEAT,Boneless,Cooked without Skin,BroiledDUCK,YNG DUCKLING,Domestic,WH PEKIN,LEG,MEAT and Skin,BONE IN,Cooked,RoastedDUCK,YNG DUCKL,Domestic,WH PEKIN,LEG,MEAT,BONE IN,Cooked without Skin,BraisedCHICKEN,WING,Frozen,GLAZED,Barbequed Flavored,Heated (CONVENTIONAL OVEN)SOUP,SPLIT PEA with HAM and BACON,Canned,Condensed,SINGLE BRANDSOUP,Vegetable, vegetables Beef,Canned,Condensed,SINGLE BRANDSOUP,Chicken Vegetable, vegetables,CHUNKY,Reduced FAT,Reduced Sodium,Ready-to-serve,SINGLE BRANDSOUP,Chicken NOODLE with CELERY and CARROTS,HOMESTYLE,Ready-to-serve,SINGLE BRANSOUP,Vegetable, vegetables Beef,MICROWAVABLE,Ready-to-serve,SINGLE BRANDGRAVY,PEPPERIDGE FARM HEARTY Beef GRAVY,GLASS JARSOUP,PROGRESSO Chicken and WILD RICE with Vegetable, vegetablesSOUP,PROGRESSO HEALTHY CLASSICS Beef BARLEY,99% FAT FREESOUP,Beef with COUNTRY Vegetable, vegetables,CHUNKY,Ready-to-serve,SINGLE BRANDGRAVY,NESTLE,CHEF-MATE COUNTRY SAUSAGE GRAVY,Ready-to-serveSAUCE,NESTLE,LJ MINOR CREOLE Sauce,Ready-to-serveSAUCE,NESTLE,LJ MINOR LEMON Sauce,Ready-to-serveSAUCE,NESTLE,CHEF-MATE SHARP CHEDDAR Cheese Sauce,READY-TO -SERVESAUCE,NESTLE,CHEF-MATE GOLDEN Cheese Sauce,Ready-to-serveSAUCE,NESTLE,ORTEGA MILD NACHO Cheese Sauce,Ready-to-serveSAUCE,NESTLE,ORTEGA NACHO Cheese Sauce,Ready-to-serveSAUCE,NESTLE,CHEF-MATE BASIC CHEDDAR Cheese Sauce,Ready-to-serveSAUCE,NESTLE,QUE BUENO JALAPENO Cheese Sauce,Ready-to-serveSAUCE,Cheese,Ready-to-serveSAUCE,PASTA,SPAGHETTI/MARINARA,Ready-to-serveSAUCE,PREGO 100% Natural SPAGHETTI Sauce,TRADITIONAL,JARSAUCE,LIPTON,RAGU OLD WORLD STYLE SMOOTH PASTA Sauce,TRAD,JARSOUP,Cream OF Chicken,Canned,Condensed,Reduced SodiumSOUP,TOMATO,Canned,Condensed,Reduced SodiumGRAVY,BROWN Instant,DRYGRAVY,Instant Beef,DRYGRAVY,Instant TURKEY,DRYSAUCE,ALFREDO MIX,DRYPEPPERS,HOT,CHILI,MATURE Reduced,Canned,CHILI SauceMILK,NONFAT,FLUID,Protein Fortified,with Vitamin A (FAT FREE/SKIM)MILK,Buttermilk,FLUID,CULTURED,LOWFATMILK,LOW SODIUM,FLUIDMILK,DRY,WHOLEMILK,DRY,NONFAT,Regular,without Vitamin AMILK,DRY,NONFAT,Instant,with Vitamin AMILK,DRY,NONFAT,Calcium ReducedMILK,BUTTERMILK,DRIEDMILK,Canned,Condensed,SweetenedMILK,Canned,Evaporated,without Vitamin AMILK,Canned,Evaporated,NONFATMILK,Chocolate,FLUID,Commercial,MILK,Chocolate,FLUID,Commercial,Reduced FATMILK,Chocolate,FLUID,Commercial,LOWFATMILK,Chocolate Beverage,HOT COCOA,HOMEMADEMILK,GOAT,FLUIDMILK,HUMAN,MATURE,FLUIDMILK,INDIAN BUFFALO,FLUIDMILK,SHEEP,FLUIDMILK SHAKES,THICK ChocolateMILK SHAKES,THICK VANILLAWHEY,ACID,FLUIDWHEY,ACID,DRIEDWHEY,SWEET,FLUIDWHEY,SWEET,DRIEDYOGURT,Plain,Whole MILK,8 GRAMS Protein PER 8 OunceYOGURT,Plain,Low Fat,12 GRAMS Protein PER 8 OunceInfant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,PowderedInfant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Ready-to-feedInfant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Liquid COInfant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,PowderedInfant formula,MEAD JOHNSON,NEXT STEP PROSOBEE,Powdered,NOT ReconstitutedInfant formula,MEAD JOHNSON NEXT STEP PROSOBEE. Prepared FROM PowderedFAT,BEEF TALLOWLARDSALAD Dressing,KRAFT Mayonnaise Light MayonnaiseSALAD Dressing,KRAFT MIRACLE WHIP Light DressingSALAD Dressing,KRAFT Mayonnaise FAT FREE Mayonnaise DressingSALAD Dressing,KRAFT MIRACLE WHIP FREE NONFAT DressingSALAD Dressing,RUSSIAN DressingSALAD Dressing,SESAME Seed Dressing,RegularSALAD Dressing,Thousand ISLAND,Commercial,RegularSALAD Dressing,Mayonnaise TYPE,Regular,with SALTSALAD Dressing,FRENCH Dressing,Reduced FATSALAD Dressing,ITALIAN Dressing,Reduced FATSALAD Dressing,RUSSIAN Dressing,Low Calorie, caloriesSALAD Dressing,Thousand ISLAND Dressing,Reduced FATSALAD Dressing,Mayonnaise,Soybean OIL,with SALTSALAD Dressing,Mayonnaise,Soybean and SAFFLOWER OIL,with SALTSALAD Dressing,Mayonnaise,Imitation,SoybeanSALAD Dressing,Mayonnaise,Imitation,MILK CreamSALAD Dressing,Mayonnaise,Imitation,Soybean without CholesterolSANDWICH Spread,with Chopped PICKLE,Regular,Unspecified OILSSHORTENING,HOUSEHOLD,Soybean (Hydrogenated) -COTTONSEED (Hydrogenated)OIL,Soybean,SALAD OR COOKING,(Hydrogenated)OIL,Vegetable, vegetables,RICE BRANOIL,WHEAT GERMOIL,Peanut,SALAD OR COOKINGOIL,Soybean,SALAD OR COOKINGChicken,FEET,BOILEDUSDA COMMODITY,TURKEY HAM,Dark MEAT,SMOKED,FrozenEMU,GROUND,RAWEMU,GROUND,Cooked,PAN-BROILEDEMU,FAN FILLET,RAWEMU,FAN FILLET,Cooked,BroiledEMU,FLAT FILLET,RAWEMU,FULL RUMP,RAWEMU,FULL RUMP,Cooked,BroiledEMU,INSIDE DRUM,RAWEMU,INSIDE DRUMS,Cooked,BroiledEMU,OUTSIDE DRUM,RAWEMU,OYSTER,RAWEMU,TOP LOIN,Cooked,BroiledOSTRICH,GROUND,RAWOSTRICH,GROUND,Cooked,PAN-BROILEDOSTRICH,FAN,RAWPEPPERS,HOT,CHILI,Immature Green,Canned,CHILI SauceFISH BROTHSOUP,TOMATO,Low Sodium,with H2OSOUP,PEA,Low Sodium,with H2OSOUP,Chicken NOODLE,Low SodiumVEGETABLE SOUP,Low Sodium,with H2OSOUP,Cream OF MUSHROOM,Low Sodium,Ready-to-serve,CannedPOTATO SOUP,Instant,DRY MIXSOUP,Chicken BROTH,Low Sodium,CannedSAUCE,WORCESTERSHIRESAUCE,TOMATO CHILI Sauce,Bottled,with SALTSAUCE,TOMATO CHILI Sauce,Bottled,NO SALT,Low SodiumSOUP,Vegetable, vegetables Chicken,Low SodiumSAUCE,BARBEQUE,Low Sodium,Commercially CannedSAUCE,SPAGHETTI,Low SodiumGRAVY,MEAT OR POULTRY,Prepared,Low SodiumSOUP,Beef and MUSHROOM,Low Sodium,CHUNK STYLEADOBO FRESCOYOGURT,Plain,SKIM MILK,13 GRAMS Protein PER 8 OunceYOGURT,VANILLA,Low Fat,11 GRAMS Protein PER 8 OunceYOGURT,FRUIT,Low Fat,9 GRAMS Protein PER 8 OunceYOGURT,FRUIT,Low Fat,10 GRAMS Protein PER 8 OunceYOGURT,FRUIT,Low Fat,11 GRAMS Protein PER 8 OunceEGG,WHOLE,RAW,FRESHEGG,WHITE,RAW,FreshEGG,YOLK,RAW,FreshEGG,YOLK,RAW,FROZENEGG,YOLK,RAW,Frozen,SUGAREDEGG,Whole,Cooked,FRIEDEGG,Whole,Cooked,HARD-BOILEDEGG,WHOLE,COOKED,OMELETEGG,Whole,Cooked,POACHEDEGG,Whole,Cooked,ScrambledEGG,WHOLE,DRIEDEGG,Whole,DRIED,STABILIZED,GLUCOSE ReducedEGG,WHITE,DRIED,FLAKES,GLUCOSE ReducedEGG,WHITE,DRIED,Powdered,GLUCOSE ReducedEGG,YOLK,DRIEDEGG,DUCK,WHOLE,FRESH,RAWVEGETABLE OIL,COCONUTOIL,OLIVE,SALAD OR COOKINGOIL,VEGETABLE,PALMOIL,SESAME,SALAD OR COOKINGOIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC (LESS THAN 60%)MARGARINE,Regular,HARD,CORN (Hydrogenated and Regular)MARGARINE,Regular,HARD,CORN and Soybean (Hydrogenated) and Cottonseed (Hydrogenated),with SALTMARGARINE,Regular,HARD,CORN and Soybean (Hydrogenated) and Cottonseed (Hydrogenated),without SALTMARGARINE,Regular,HARD,CORN (Hydrogenated)MARGARINE,Regular,HARD,Soybean (Hydrogenated)MARGARINE,Regular,HARD,Soybean (Hydrogenated) and CORN and Cottonseed (Hydrogenated)MARGARINE,Regular,HARD,Soybean (Hydrogenated) and CottonseedMARGARINE,Regular,HARD,Soybean (Hydrogenated) and Cottonseed (Hydrogenated)MARGARINE,Regular,HARD,Soybean (Hydrogenated) and PALM (Hydrogenated)MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated)MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated) and Cottonseed (Hydrogenated)MARGARINE,Regular,HARD,Soybean (Hydrogenated and Regular)MARGARINE,Regular,HARD,Soybean,Soybean (Hydrogenated), and Cottonseed (Hydrogenated)MARGARINE,Regular,HARD,Soybean (Hydrogenated) and PALM (Hydrogenated and Regular)MARGARINE,Regular,HARD,Soybean (Hydrogenated),Cottonseed (Hydrogenated), and SoybeanMARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated and Regular) and Cottonseed (Hydrogenated)MARGARINE,Regular,Liquid,Soybean (Hydrogenated and Regular) and CottonseedMARGARINE-LIKE Spread,APPRX 60% FAT,TUB,Soybean Hydrogenated and Cottonseed HydrogenatedMARGARINE-LIKE Spread,(Approximately 40% FAT),CORN (Hydrogenated and Regular)MARGARINE-LIKE Spread,(Approximately 40% FAT),SOY(Hydrogenated) and PLM(Hydrogenated and Regular)MARGARINE-LIKE Spread,(Approximately 40% FAT),Soybean (Hydrogenated)MARGARINE-LIKE Spread,(Approximately 40% FAT),SOY(Hydrogenated) and Cottonseed(Hydrogenated)MARGARINE-LIKE Spread,(Approximately 40% FAT),Soybean (Hydrogenated) and CottonseedSALAD Dressing,ITALIAN Dressing,Commercial,RegularSALAD Dressing,KRAFT RANCH DressingSALAD Dressing,KRAFT ZESTY ITALIAN DressingSALAD Dressing,KRAFT Light DONE RIGHT! RANCH DressingSALAD Dressing,KRAFT Light DONE RIGHT! ITALIAN DressingSALAD Dressing,KRAFT FREE FAT FREE RANCH DressingOSTRICH,INSIDE LEG,RAWOSTRICH,INSIDE LEG,CookedOSTRICH,INSIDE STRIP,RAWOSTRICH,INSIDE STRIP,CookedOSTRICH,OUTSIDE LEG,RAWOSTRICH,OUTSIDE STRIP,RAWOSTRICH,OUTSIDE STRIP,CookedOSTRICH,OYSTER,RAWOSTRICH,OYSTER,CookedOSTRICH,Round,RAWOSTRICH,TENDERLOIN,RAWOSTRICH,TIP RAWOSTRICH,TIP CookedOSTRICH,TOP LOIN,RAWSOUP,Beef STROGANOFF,Canned,CHUNKY STYLE,Ready-to-serveSOUP,BOUILLON CUBES and GRANULES,Low Sodium,DRYSOUP,RAMEN NOODLE,Beef FLAVOR,Dehydrated,DRYSOUP,RAMEN NOODLE,Chicken FLAVOR,Dehydrated,DRYSOUP,SWANSON Chicken BROTH 99% FAT FREEGRAVY,HEINZ HOME STYLE SAVORY Beef GRAVYBARBECUE LOAF,PORK,BEEFBEERWURST,BEER SALAMI,PORK and BeefBEERWURST,BEER SALAMI,PORKSAUSAGE BERLINER PORK BeefBLOOD SAUSAGEBOCKWURST PORK VEAL RAWBOLOGNA,BeefBOLOGNA,Beef and PORKBOLOGNA,PORKBOLOGNA TURKEYBRATWURST,PORK,CookedBRAUNSCHWEIGER (A LIVER SAUSAGE),PORKBROTWURST,PORK,Beef,LINKCHEESEFURTER,Cheese SMOKIE,PORK,BeefCHICKEN ROLL Light MEATCHICKEN SpreadCHORIZO,PORK AND BEEFCORNED BEEF LOAF,JELLIEDDUTCH BRAND LOAF,Chicken,PORK and BeefFRANKFURTER BeefEGG,GOOSE,WHOLE,FRESH,RAWEGG,QUAIL,WHOLE,FRESH,RAWEGG,TURKEY,Whole,Fresh,RAWEGG SUBSTITUTE,FROZENEGG SUBSTITUTE,LIQUIDEGG SUBSTITUTE,POWDERBUTTER,WITHOUT SALTCHEESE,PARMESAN,SHREDDEDCHEESE,Pasteurized PROCESS,AMERICAN,without DI Sodium PhosphateCHEESE,Pasteurized PROCESS,SWISS,without DI Sodium PhosphateCHEESE Food,Pasteurized PROCESS,AMERICAN,with DI Sodium PhosphateCHEESE Spread,Pasteurized PROCESS,AMERICAN,with DI Sodium PhosphateMILK,NONFAT,FLUID,without Vitamin A (FAT FREE OR SKIM)MILK,Reduced FAT,FLUID,2% MILKFAT,with NONFAT MILK Solids,without Vitamin AMILK,Canned,Evaporated,with Vitamin AMILK,DRY,NONFAT,Regular,with Vitamin AMILK,DRY,NONFAT,Instant,without Vitamin ACHEESE,GOAT,HARD TYPECHEESE,GOAT,SEMISOFT TYPECHEESE,GOAT,SOFT TYPEEGG,YOLK,RAW,Frozen,SALTEDCHEESE Substitute,MOZZARELLACHEESE FONDUECHEESE Sauce,Prepared FROM RECIPECHEESE,MEXICAN,QUESO ANEJOCHEESE,MEXICAN,QUESO ASADEROCHEESE,MEXICAN,QUESO CHIHUAHUACHEESE,Low Fat,CHEDDAR OR COLBYCHEESE,LOW-SODIUM,CHEDDAR OR COLBYSALAD Dressing,FRENCH Dressing,Commercial,RegularSALAD Dressing,KRAFT FREE FAT FREE ITALIAN DressingMARGARINE-LIKE Spread,(Approximately 40% FAT),Unspecified OILSMARGARINE,Regular,Unspecified OILS,without SALTMARGARINE,Regular,Unspecified OILS,with SALTSALAD Dressing,FRENCH,HOME RECIPESALAD Dressing,HOME RECIPE,CookedSALAD Dressing,HOME RECIPE,VINEGAR and OILSALAD Dressing,BLUE + ROQUEFORT Cheese,Commercial,Regular,without SALTSALAD Dressing,FRENCH Dressing,Commercial,Regular,without SALTSALAD Dressing,FRENCH Dressing,Reduced FAT,without SALTSALAD Dressing,ITALIAN Dressing,Commercial,Regular,without SALTSALAD Dressing,ITALIAN Dressing,Reduced FAT,without SALTSALAD Dressing,Mayonnaise,Soybean OIL,without SALTSALAD Dressing,FRENCH,Cottonseed,OIL,HOME RECIPESALAD Dressing,FRENCH Dressing,FAT-FREEOIL,Vegetable, vegetables,COCOA BUTTEROIL,Vegetable, vegetables,Cottonseed,SALAD OR COOKINGOIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC,(Approximately. 65%)OIL,Vegetable, vegetables SAFFLOWER,SALAD OR COOKING,LINOLEIC,(OVER 70%)OIL,Vegetable, vegetables SAFFLOWER,SALAD OR COOKING,OLEIC,OVER 70%VEGETABLE OIL,PALM KERNELOIL,VEGETABLE,POPPYSEEDOIL,VEGETABLE,TOMATOSEEDOIL,VEGETABLE,TEASEEDOIL,VEGETABLE,GRAPESEEDOIL,Vegetable, vegetables,CORN,INDUSTRIAL and Retail,All Purpose SALAD OR COOKINGFAT,MUTTON TALLOWMARGARINE,Regular,HARD,SUNFLOWER and Soybean (Hydrogenated) and Cottonseed (Hydrogenated)OIL,VEGETABLE,WALNUTOIL,VEGETABLE,ALMONDOIL,Vegetable, vegetables,APRICOT KERNELVEGETABLE OIL,Soybean LECITHINOIL,VEGETABLE,HAZELNUTOIL,VEGETABLE,BABASSUOSTRICH,TOP LOIN,CookedCHICKEN,LIVER,ALL CLASSES,Cooked,PAN-FRIEDSOUP,Cream OF ASPARAGUS,Canned,Condensed,CommercialSOUP,BLACK BEAN,Canned,Condensed,CommercialSOUP,BEAN with PORK,Canned,Condensed,CommercialSOUP,BEAN with FRANKFURTERS,Canned,Condensed,CommercialSOUP,BEAN with HAM,Canned,CHUNKY,Ready-to-serve,CommercialSOUP,Beef BROTH OR BOUILLON Canned,Ready-to-serveSOUP,Beef NOODLE,Canned,Condensed,CommercialSOUP,Cream OF CELERY,Canned,Condensed,CommercialSOUP,Cheese,Canned,Condensed,CommercialSOUP,Chicken with DUMPLINGS,Canned,Condensed,CommercialSOUP,Chicken BROTH,Canned,Condensed,CommercialSOUP,Chicken,Canned,CHUNKY,Ready-to-serve,CommercialSOUP,Cream OF Chicken,Canned,Condensed,CommercialSOUP,Chicken GUMBO,Canned,Condensed,CommercialSOUP,Chicken NOODLE,Canned,CHUNKY,Ready-to-serveSOUP,Chicken NOODLE,Canned,Condensed,CommercialSOUP,Chicken NOODLE,with MEATBALLS,Canned,CHUNKY,Ready-to-serveSOUP,Chicken RICE,Canned,CHUNKY,Ready-to-serveSOUP,Chicken with RICE,Canned,Condensed,CommercialSOUP,Chicken Vegetable, vegetables,Canned,CHUNKY,Ready-to-serveFRANKFURTER Beef and PORKFRANKFURTER,ChickenFRANKFURTER,TURKEYHAM,CHOPPED,CANNEDHAM,CHOPPED,NOT CANNEDHAM,SLICED,Extra Lean onlyHAM,SLICED,Regular (Approximately 11% FAT)HAM,MINCEDHAM SALAD SPREADHAM and Cheese LOAF OR ROLLHAM AND CHEESE SPREADHEADCHEESE,PORKHONEY LOAF PORK BeefSAUSAGE,ITALIAN,PORK,RAWKIELBASA,KOLBASSY,PORK,Beef,NONFAT DRY MILKKNACKWURST KNOCKWURST PORK BeefLEBANON BOLOGNA BeefLIVER CHEESE,PORKLIVER SAUSAGE,LIVERWURST,PORKLUNCHEON MEAT,BEEF,LOAVEDLUNCHEON MEAT,Beef,THIN SLICEDLUNCHEON MEAT,PORK,CANNEDLUNCHEON MEAT,PORK,BEEFMORTADELLA,BEEF,PORKOLIVE LOAF,PORKPASTRAMI,TURKEYPATE,CHICKEN LIVER,CANNEDPATE,GOOSE LIVER,SMOKED,CannedPATE,LIVER,NOT SPECIFIED,CannedPEPPERED LOAF PORK BeefPEPPERONI,PORK,BEEFEGG,WHOLE,RAW,FROZENEGG,WHITE,RAW,FROZENEGG,WHITE,DRIEDSOUR CREAM,REDUCED FATSOUR CREAM,LIGHTSOUR CREAM,FAT FREEYOGURT,VAN OR LEM Flavored,NONFAT MILK,Sweetened with LOW-CALORIE SweetenerPARMESAN Cheese TOPPING,FAT FREECHEESE,CREAM,FAT FREEYOGURT,Chocolate,NONFAT MILKKRAFT CHEEZ WHIZ Pasteurized PROCESS Cheese SauceKRAFT CHEEZ WHIZ Light Pasteurized PROCESS Cheese PRODUCTKRAFT FREE SINGLES AMERICAN NONFAT Pasteurized PROCESS Cheese PRODUCTKRAFT VELVEETA Pasteurized PROCESS Cheese SpreadKRAFT VELVEETA Light Reduced FAT Pasteurized PROCESS Cheese PRODUCTKRAFT BREAKSTONE'S Reduced FAT SOUR CreamKRAFT BREAKSTONE'S FREE FAT FREE SOUR CreamKRAFT BREYERS LOWFAT STRAWBERRY YOGURT (1% MILKFAT)KRAFT BREYERS Light N' LVLY LOWFAT Strained'BERY YOGURT (1% MILKFAT)KRAFT BREYERS SMOTH and CRMY LOWFAT Strained'BERY YOGURT (1% MILKFAT)KRAFT BREYERS Light NONFAT Strained'BERY YOGURT (with Aspartame and FRUCT SW'T)CREAM,HALF and HALF,FAT FREEREDDI WIP FAT FREE WHIPPED TOPPINGALLSPICE,GROUNDANISE SEEDSPICES,BASIL,DRIEDSPICES,BAY LEAFCARAWAY SEEDSPICES,CARDAMOMCELERY SEEDCHERVIL,DRIEDCHILI POWDERCINNAMON,GROUNDOIL,VEGETABLE,SHEANUTSALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,Commercial,RegularOIL,VEGETABLE,CUPU ASSUFAT,CHICKENOIL,Soybean,SALAD OR COOKING,(Hydrogenated) and CottonseedSHORTENING,HOUSEHOLD,LARD and Vegetable, vegetables OILOIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC,(Hydrogenated)SHORTENING BREAD,Soybean (Hydrogenated) and CottonseedSHORTENING FRYING (Regular),Soybean (Hydrogenated) and Cottonseed (Hydrogenated)SHORTENING CAKE MIX,Soybean (Hydrogenated) and Cottonseed (Hydrogenated)SHORTENING INDUSTRIAL,LARD and Vegetable, vegetables OILSHORTENING FRYING (Heavy DUTY),Beef TALLOW and CottonseedSHORTENING CONFECTIONERY,Coconut (Hydrogenated) and OR PALM KERNEL (Hydrogenated)SHORTENING FRYING Heavy DUTY,Soybean Hydrogenated,LINOLEIC 30% with SILICONSHORTENING INDUSTRIAL,Soybean (Hydrogenated) and CottonseedSHORTENING FRYING (Heavy DUTY),PALM (Hydrogenated)SHORTENING HOUSEHOLD Soybean (Hydrogenated) and PALMSHORTENING FRYING Heavy DUTY,Soybean Hydrogenated,LINOLEIC (LESS THAN 1%SHORTENING,CONFECTIONERY,FRACTIONATED PALMOIL,Vegetable, vegetables,NUTMEG BUTTEROIL,Vegetable, vegetables,UCUHUBA BUTTERFAT,DUCKFAT,TURKEYFAT,GOOSEVEGETABLE OIL,AVOCADOVEGETABLE OIL,CANOLAVEGETABLE OIL,MUSTARDOIL,Vegetable, vegetables,SUNFLOWER,High OLEIC (70% and OVER)MARGARINE-BUTTER BLEND,60% CORN OIL MARGARINE and 40% BUTTERSHORTENING,Special PURPOSE FOR CAKES and FROSTINGS,Soybean (Hydrogenated)SHORTENING,Special PURPOSE FOR BAKING,Soybean (Hydrogenated) PALM and CottonseedVEGETABLE OIL,OATFISH OIL,COD LIVERFISH OIL,HERRINGFISH OIL,MENHADENFISH OIL,MENHADEN,FULLY HydrogenatedFISH OIL,SALMONFISH OIL,SARDINESHORTENING,MULTIPURPOSE,Soybean (Hydrogenated) and PALM (Hydrogenated)VEGETABLE OIL-BUTTER Spread,TUB,SALTEDBUTTER,Light,Stick,with SALTSOUP,Chicken Vegetable, vegetables,Canned,Condensed,CommercialSOUP,CHILI Beef,Canned,Condensed,CommercialSOUP,CLAM CHOWDER,MANHATTAN STYLE,Canned,CHUNKY,Ready-to-serveSOUP,CLAM CHOWDER,MANHATTAN,Canned,Condensed,CommercialSOUP,CAMPBELL'S HEALTHY REQUEST Chicken with RICE,Canned,CondensedSOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Condensed,CommercialSOUP,LIPTON,KETTLE CREATIONS PASTA and BEAN,MIX,DRYSOUP,Beef BROTH BOUILLON and CONSOMME,Canned,Condensed,CommercialSOUP,LIPTON,RECIPE SECRETS ONION,MIX,DRYSOUP,CRAB,Canned,Ready-to-serveSOUP,ESCAROLE,Canned,Ready-to-serveSOUP,GAZPACHO,Canned,Ready-to-serveSOUP,LENTIL with HAM,Canned,Ready-to-serveSOUP,MINESTRONE,Canned,CHUNKY,Ready-to-serveSOUP,MINESTRONE,Canned,Condensed,CommercialSOUP,MUSHROOM BARLEY,Canned,Condensed,CommercialSOUP,Cream OF MUSHROOM,Canned,Condensed,CommercialSOUP,MUSHROOM with Beef STOCK,Canned,Condensed,CommercialSOUP,ONION,Canned,Condensed,CommercialSOUP,Cream OF ONION,Canned,Condensed,CommercialSOUP,OYSTER STEW,Canned,Condensed,CommercialSOUP,PEA,Green,Canned,Condensed,CommercialSOUP,PEA,SPLIT with HAM,Canned,CHUNKY,Ready-to-serveSOUP,PEA,SPLIT with HAM,Canned,Condensed,CommercialPICKLE and PIMIENTO LOAF,PORKPOLISH SAUSAGE,PORKLUXURY LOAF,PORKMOTHER'S LOAF,PORKPICNIC LOAF,PORK,BEEFPORK SAUSAGE,Fresh,RAWPORK SAUSAGE,Fresh,CookedPORK and Beef SAUSAGE,Fresh,CookedTURKEY SAUSAGE,Reduced FAT,BROWN and SERVE,CookedPOULTRY SALAD Sandwich SpreadSALAMI Cooked BeefSALAMI,Cooked,Beef and PORKSALAMI,COOKED,TURKEYSALAMI,DRY OR HARD,PORKSALAMI,DRY OR HARD,PORK,BeefSANDWICH SPREAD,PORK,BEEFSMOKED LINK SAUSAGE,PORKSAUSAGE,SMOKED LINK SAUSAGE,PORK and BeefSMOKED LINK SAUSAGE,PORK and Beef,Flour and NONFAT DRY MILKSMOKED LINK SAUSAGE,PORK and Beef,NONFAT DRY MILKTHURINGER,CERVELAT,Summer SAUSAGE,Beef,PORKTURKEY BREAST MEATTURKEY HAM,CURED TURKEY THIGH MEATTURKEY ROLL,LIGHT MEATTURKEY ROLL,Light and Dark MEATSAUSAGE,VIENNA,Canned,Chicken,Beef,PORKHONEY ROLL SAUSAGE,BEEFSAUSAGE,ITALIAN,PORK,CookedLUNCHEON SAUSAGE,PORK and BeefCLOVES,GROUNDCORIANDER LEAF,DRIEDCORIANDER SEEDCUMIN SEEDCURRY POWDERDILL SEEDDILL WEED,DRIEDFENNEL SEEDFENUGREEK SEEDGARLIC POWDERGINGER,GROUNDMACE,GROUNDMARJORAM,DRIEDMUSTARD SEED,YELLOWNUTMEG,GROUNDONION POWDERSPICES,OREGANO,DRIEDPAPRIKAPARSLEY,DRIEDPEPPER,BLACKPEPPER,Reduced OR CAYENNEPEPPER,WHITEPOPPY SEEDPOULTRY SEASONINGPUMPKIN PIE SPICEROSEMARY,DRIEDSAFFRONSAGE,GROUNDSAVORY,GROUNDSPICES,TARRAGON,DRIEDSPICES,THYME,DRIEDTURMERIC,GROUNDBUTTER,Light,Stick,without SALTMEAT DRIPPINGS (LARD,Beef TALLOW,MUTTON TALLOW)ANIMAL FAT,BACON GREASEMARGARINE,Regular,Stick,Composite,80% FAT,with SALTMARGARINE,Regular,TUB,Composite,80% FAT,with SALTMARGARINE,Vegetable, vegetables OIL Spread,60% FAT,StickMARGARINE,Vegetable, vegetables OIL Spread,60% FAT,TUB/BOTTLEMARGARINE,Vegetable, vegetables OIL Spread,STICK/TUB/BOTTLE,60% FATSHORTENING,HOUSEHOLD,CompositeSHORTENING,INSTITUTIONAL,CompositeMARGARINE,Regular,Stick,UNSALTED,Composite,80% FATMARGARINE,Regular,TUB,UNSALTED,Composite,80% FATMARGARINE,Vegetable, vegetables OIL Spread,60% FAT,Stick,NO SALTMARGARINE,Vegetable, vegetables OIL Spread,60% FAT,TUB/BOTTLE,UNSALTEDMARGARINE-LIKE Spread,FAT FREE,Liquid,SALTEDMARGARINE-LIKE Spread,MADE with YOGURT,Stick,SALTEDMARGARINE-LIKE Spread,Reduced Calorie, calories,40% FAT,MADE with YOGURT,TUB,SALTEDMARGARINE,80% FAT,Stick,Including Regular and Hydrogenated CORN and Soybean OILSMARGARINE,70% Vegetable, vegetables OIL Spread,Soybean and SOYBEAN(HYDROGENATED)MARGARINE Spread,Approximately 48% FAT,TUBMARGARINE Spread,FAT-FREE,TUBMARGARINE,Vegetable, vegetables OIL Spread,20% FATMARGARINE,Vegetable, vegetables OIL Spread,20% FAT,without SALTSALAD Dressing,Thousand ISLAND Dressing,FAT-FREESALAD Dressing,ITALIAN Dressing,FAT-FREESALAD Dressing,RANCH Dressing,FAT-FREESALAD Dressing,RANCH Dressing,Commercial,RegularSALAD Dressing,RANCH Dressing,Reduced FATSOUP,PEPPERPOT,Canned,Condensed,CommercialSOUP,Cream OF POTATO,Canned,CondensedSOUP,SCOTCH BROTH,Canned,Condensed,CommercialSOUP,Cream OF SHRIMP,Canned,CondensedSOUP,CAMPBELL'S Chicken NOODLE,Canned,CondensedSOUP,STOCKPOT,Canned,Condensed,CommercialSOUP,TOMATO Beef with NOODLE,Canned,Condensed,CommercialSOUP,TOMATO RICE,Canned,Condensed,CommercialSOUP,TURKEY,CHUNKY,Ready-to-serveSOUP,TURKEY NOODLE,Canned,Condensed,CommercialSOUP,TURKEY Vegetable, vegetables,Canned,Condensed,CommercialSOUP,Vegetable, vegetables,Canned,CHUNKY,Ready-to-serve,CommercialSOUP,VEGETARIAN Vegetable, vegetables,Canned,Condensed,CommercialSOUP,Beef,Canned,CHUNKY,Ready-to-serveSOUP,Vegetable, vegetables Beef,Canned,Condensed,CommercialSOUP,Vegetable, vegetables with Beef BROTH,Canned,Condensed,CommercialSOUP,Cream OF ASPARAGUS,Dehydrated,DRY MIXSOUP,BEAN with BACON,Dehydrated,DRY MIXSOUP,Beef BROTH OR BOUILLON,Powdered,DRYSOUP,BEEF BROTH,CUBED,DRYSOUP,Beef NOODLE MIX,Dehydrated,DRY FORMSOUP,CAULIFLOWER,Dehydrated,DRY MIXSOUP,Cream OF CELERY,Dehydrated,DRYSOUP,Chicken BROTH OR BOUILLON,Dehydrated,DRYSOUP,Chicken BROTH CUBES,Dehydrated,DRYSOUP,Cream OF Chicken,Dehydrated,DRYSOUP,Chicken RICE MIX,Dehydrated,DRY FORMSOUP,Chicken Vegetable, vegetables,Dehydrated,DRYNEW ENGLAND BRAND SAUSAGE,PORK,BeefOSCAR MAYER,BOLOGNA (Chicken,PORK,Beef)OSCAR MAYER,BOLOGNA (BEEF)OSCAR MAYER,BOLOGNA (BEEF LIGHT)OSCAR MAYER,BOLOGNA (FAT FREE)OSCAR MAYER BOLOGNA LIGHT (PORK Chicken BEEF)OSCAR MAYER. BOLOGNA (WISCONSIN MADE RING)OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SLICED)OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SAREN TUBE)OSCAR MAYER CHICKEN BREAST (HONEY GLAZED)OSCAR MAYER,Chicken BREAST (OVEN Roasted,FAT FREE)OSCAR MAYER HAM and CHEESE LOAFOSCAR MAYER,HAM (CHOPPED with Natural JUICE)OSCAR MAYER HAM (WATER ADDED Baked Cooked 96% FAT FREE)OSCAR MAYER,HAM (H2O ,Boiled)OSCAR MAYER,HAM (H2O ,HONEY)OSCAR MAYER,HAM (H2O ,SMOKED,Cooked)OSCAR MAYER,HAM (40%HAM/WATER PRODUCT,SMOKED,FAT FREE)OSCAR MAYER,HEAD CHEESEOSCAR MAYER,LIVER Cheese,PORK FAT WRAPPEDOSCAR MAYER,LUNCHEON LOAF (SPICED)OSCAR MAYER,OLD FASHIONED LOAFOSCAR MAYER,OLIVE LOAF (Chicken,PORK,TURKEY)OSCAR MAYER,PICKLE PIMIENTO LOAF (with Chicken)OSCAR MAYER,PORK SAUSAGE LINKS (Cooked)OSCAR MAYER,SALAMI Beef COTTOOSCAR MAYER,SALAMI COTTO (Beef,PORK,Chicken)OSCAR MAYER,SALAMI (FOR BEER)OSCAR MAYER,SALAMI (GENOA)OSCAR MAYER,SALAMI (HARD)OSCAR MAYER,Sandwich Spread (PORK,Chicken,Beef)OSCAR MAYER,SMOKIE LINKS SAUSAGEOSCAR MAYER SMOKIES (BEEF)OSCAR MAYER,SMOKIES (Cheese)OSCAR MAYER,SMOKIES SAUSAGE LITTLE (PORK,TURKEY)OSCAR MAYER,SMOKIES SAUSAGE LITTLE Cheese (PORK,TURKEY)OSCAR MAYER,Summer SAUSAGE Beef THURINGER CERVELATOSCAR MAYER,Summer SAUSAGE THURINGER CERVALATOSCAR MAYER,TURKEY BREAST (SMOKED,FAT FREE)OSCAR MAYER,WIENERS (PORK,TURKEY)BASIL,FRESHDILL WEED,FreshMUSTARD,PREPARED,YELLOWSALT,TABLEVINEGAR,CIDERTHYME,FreshVANILLA EXTRACTVANILLA EXTRACT,Imitation,ALCOHOLVANILLA EXTRACT,Imitation,NO ALCOHOLVINEGAR,DISTILLEDCAPERS,CANNEDHORSERADISH,PREPAREDROSEMARY,FRESHPEPPERMINT,FRESHSPEARMINT,FRESHSPEARMINT,DRIEDBABYFOOD,MEAT,Beef,StrainedBABYFOOD,MEAT,BEEF,JUNIORBABYFOOD,MEAT,VEAL,StrainedBABYFOOD,MEAT,PORK,StrainedBABYFOOD,MEAT,HAM,StrainedBABYFOOD,MEAT,HAM,JUNIORBABYFOOD,MEAT,LAMB,StrainedBABYFOOD,MEAT,LAMB,JUNIORBABYFOOD,MEAT,Chicken,StrainedBABYFOOD,MEAT,Chicken,JuniorBABYFOOD,MEAT,Chicken Sticks,JuniorBABYFOOD,MEAT,TURKEY,StrainedBABYFOOD,MEAT,TURKEY,JuniorBABYFOOD,MEAT,TURKEY Sticks,JuniorBABYFOOD,MEAT,MEAT Sticks,JuniorBABYFOOD,DINNER,Vegetable, vegetables and DUMPLINGS and Beef,StrainedBABYFOOD,DINNER,Vegetable, vegetables and DUMPLINGS and Beef,JuniorBABYFOOD,DINNER,Beef LASAGNA,ToddlerSALAD Dressing,Mayonnaise,LightOIL,Vegetable, vegetables,INDUSTRIAL,MID-OLEIC,SUNFLOWEROIL,INDUSTRIAL,CANOLA with ANTIFOAMING AGENTOIL,Vegetable, vegetables,INDUSTRIAL,CANOLA FOR SALADS,WOKS and Light FRYINGOIL,INDUS,CANOLA (Partially Hydrogenated) OIL FOR DEEP FAT FRYINGOIL,INDUSTRIAL,CoconutOIL,Vegetable, vegetables,INDUS,SOY (Partially Hydrogenated),FOR FLAVORINGSHORTENING,INDUS,SOY (Partially HYDROG),POURABLE Liquid FRYOIL,Vegetable, vegetables,INDUSTRIAL,SOY,REFINED,FOR WOKS and Light FRYINGOIL,Vegetable, vegetables,INDUSTRIAL,SOY (Partially Hydrogenated),NON-DAIRY BUTTER FLAVOROIL,Vegetable, vegetables,INDUSTRIAL,SOY ( Partially HYDROGENATED),All PurposeOIL,INDUS,SOY (Partially Hydrogenated ) and SOY (WINTERIZED),POURABLE FRYOIL,INDUS,SOY (Partially HYDROG) and Cottonseed,TORTILLA SHORTENINGMARGARINE-LIKE SHORTENING,INDUS,SOY(Partially Hydrogenated),Cottonseed, and SOYOIL,Vegetable, vegetables,INDUS,PALM KERNEL,CONFECTION FATOIL,Vegetable, vegetables,INDUSTRIAL,PALM KERNEL (HYDROGENATED),CONFECTION FATOIL,Vegetable, vegetables,INDUS,PALM KERNEL (HYDROG),CONFECTION FATOIL,INDUS,Coconut,CONFECTION FAT,ICE Cream COATINGSOIL,Vegetable, vegetables,INDUSTRIAL,PALM KERNEL (HYDROG) WHIPPED TOPPINGSOIL,INDUS,Coconut (Hydrogenated),WHIPPED TOPPINGS and COFFEE WHITENERSOIL,Vegetable, vegetables,INDUSTRIAL,PALM and PALM KERNEL,FILLING FATOIL,INDUSTRIAL,PALM KERNEL (HYDROGENATED),FILLING FATOIL,INDUS,SOY (PARTIALLY Hydrogenated ),PALM,FOR ICINGS and FILLINGSMARGARINE,INDUS,NON-DAIRY,Cottonseed,SOY OIL (Partially Hydrogenated )SHORTENING,INDUSTRIAL,SOY (PARTIALLY Hydrogenated ) and CORN FOR FRYINGSHORTENING,INDUS,SOY (Partially Hydrogenated ) FOR BAKING and CONFECTIONSMARGARINE,INDUS,SOY (Partially Hydrogenated) and SOY,BAKING,SAUCES and CANDYMARGARINE-LIKE Spread,SMART BALANCE Regular BUTTERY SpreadMARGARINE-LIKE Spread,SMART BALANCE Light BUTTERY SpreadMARGARINE-LIKE Spread,SMART BEAT SUPER Light without SATURATED FATMARGARINE-LIKE Spread,SMART BEAT SMART SQUEEZEMARGARINE-LIKE Spread,SMART BALANCE OMEGA PLUS SpreadCHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,RAWCHICKEN,BROILER OR FRYER,MEAT and Skin and GIBLETS and NECK,FRIED,BATTERSOUP,CLAM CHOWDER,MANHATTAN STYLE,Dehydrated,DRYSOUP,CLAM CHOWDER,NEW ENGLAND,Dehydrated,DRYSOUP,CONSOMME with GELATIN,Dehydrated,DRYSOUP,LEEK,DEHYDRATED,DRYSOUP,MINESTRONE,Dehydrated,DRYSOUP,MUSHROOM,Dehydrated,DRYSOUP,ONION MIX,Dehydrated,DRY FORMSOUP,OXTAIL,Dehydrated,DRYSOUP,PEA,Green,MIX,Dehydrated,DRY FORMSOUP,TOMATO,Dehydrated,DRYSOUP,TOMATO Vegetable, vegetables MIX,Dehydrated,DRY FORMSOUP,Vegetable, vegetables Beef,Dehydrated,DRYSOUP,Cream OF Vegetable, vegetables,Dehydrated,DRYSAUCE,BEARNAISE,Dehydrated,DRYSAUCE,Cheese,Dehydrated,DRYSAUCE,CURRY,Dehydrated,DRYSAUCE,MUSHROOM,Dehydrated,DRYSAUCE,SPAGHETTI,Dehydrated,DRYSAUCE,SPAGHETTI with MUSHROOMS,Dehydrated,DRYSAUCE,STROGANOFF,Dehydrated,DRYSAUCE,Sweet and SOUR,Dehydrated,DRYSAUCE,TERIYAKI,Dehydrated,DRYSAUCE,TERIYAKI,Ready-to-serveSAUCE,WHITE,Dehydrated,DRYGRAVY,AU JUS,CANNEDGRAVY,AU JUS,DRYGRAVY,BEEF,CANNEDGRAVY,BROWN,DRYGRAVY,CHICKEN,CANNEDGRAVY,CHICKEN,DRYGRAVY,MUSHROOM,CANNEDGRAVY,MUSHROOM,Dehydrated,DRYGRAVY,ONION,Dehydrated,DRYOSCAR MAYER,WIENERS (BEEF FRANKS)OSCAR MAYER WIENERS (BEEF FRANKS BUN LENGTH)OSCAR MAYER,WIENERS (BEEF FRANKS,FAT FREE)OSCAR MAYER,WIENERS (BEEF FRANKS,LIGHT)OSCAR MAYER,WIENERS (CHEESE HOT DOGS with TURKEY)OSCAR MAYER,WIENERS (FAT FREE HOT DOGS)OSCAR MAYER,WIENERS (LIGHT PORK,TURKEY,BEEF)OSCAR MAYER,WIENERS LITTLE (PORK,TURKEY)LOUIS RICH,Chicken BREAST CLASSIC Baked /GRILL (CARVING BOARD)LOUIS RICH,Chicken BREAST (OVEN Roasted DELUXE)LOUIS RICH,Chicken (WHITE,OVEN Roasted)LOUIS RICH,FRANKS (TURKEY and Chicken CHEESE)LOUIS RICH,FRANKS (TURKEY and CHICKEN)LOUIS RICH TURKEY BACONLOUIS RICH,TURKEY BOLOGNALOUIS RICH,TURKEY BREAST and WHITE TURKEY (OVEN ROASTED)LOUIS RICH,TURKEY BREAST and WHITE TURKEY (SMOKED SLICED)LOUIS RICH,TURKEY (HONEY Roasted,FAT FREE)LOUIS RICH,TURKEY BREAST (OVEN Roasted,FAT FREE)LOUIS RICH,TURKEY BREAST (OVEN Roasted,PORTION FAT FREE)LOUIS RICH,TURKEY BREAST (SMOKED,CARVING BOARD)LOUIS RICH,TURKEY BREAST (SMOKED,PORTION FAT FREE)LOUIS RICH,TURKEY HAM (10% H2O)LOUIS RICH,TURKEY NUGGETS/STICKS (BREADED)LOUIS RICH,TURKEY SALAMILOUIS RICH,TURKEY SALAMI COTTOLOUIS RICH,TURKEY SMOKED SAUSAGEBUTCHER BOY MEATS,INC.,TURKEY FRANKSCARL BUDDIG,Cooked CORNED Beef,Chopped,PRESSEDCARL BUDDIG,SMOKED SLICED Chicken,Light and Dark MEATCARL BUDDIG,SMOKED SLICED BeefCARL BUDDIG,SMOKED SLICED TURKEY,Light and Dark MEATCARL BUDDIG. Cooked SMOKED Beef PASTRAMI,Chopped,PRESSEDCARL BUDDIG,SMOKED SLICED HAMHORMEL SPAM LUNCHEON MEAT PORK with HAM MINCED CannedHORMEL SPAM,Light LUNCH MT,PORK and Chicken,MINCED,Canned,Vitamin C ADDEDHORMEL PILLOW PAK SLICED TURKEY PEPPERONIHORMEL WRANGLER BEEF FRANKSTURKEY,PORK, and Beef SAUSAGE,Low Fat,SMOKEDUSDA COMMODITY,PORK,SAUSAGE,BULK/LINKS/PATTIES,Frozen,CookedFRANKFURTER,Beef,PORK, and TURKEY,FAT FREEBABYFOOD,DINNER,MACARONI and TOMATO and Beef,StrainedBABYFOOD,DINNER,MACARONI and TOMATO and Beef,JuniorBABYFOOD,RAVIOLI,Cheese FILLED,with TOMATO SauceBABYFOOD,DINNER,Beef NOODLE,StrainedBABYFOOD,MACARONI and Cheese,ToddlerBABYFOOD,DINNER,Beef and RICE,ToddlerBABYFOOD,DINNER,SPAGHETTI and TOMATO and MEAT,JuniorBABYFOOD,DINNER,SPAGHETTI and TOMATO and MEAT,ToddlerBABYFOOD,DINNER,Beef STEW,ToddlerBABYFOOD,DINNER,Vegetable, vegetables and Beef,StrainedBABYFOOD,DINNER,Vegetable, vegetables and Beef,JuniorBABYFOOD,DINNER,Beef with Vegetable, vegetablesBABYFOOD,DINNER,Vegetable, vegetables and BACON,StrainedBABYFOOD,DINNER,Vegetable, vegetables and HAM,StrainedBABYFOOD,DINNER,Vegetable, vegetables and HAM,JuniorBABYFOOD,DINNER,Vegetable, vegetables and LAMB,StrainedBABYFOOD,DINNER,Vegetable, vegetables and LAMB,JuniorBABYFOOD,DINNER,Chicken NOODLE,StrainedBABYFOOD,DINNER,Chicken NOODLE,JuniorBABYFOOD,DINNER,Chicken SOUP,StrainedBABYFOOD,DINNER,Chicken STEW,ToddlerBABYFOOD,DINNER,Vegetable, vegetables Chicken,StrainedBABYFOOD,DINNER,Vegetable, vegetables,NOODLES and Chicken,StrainedBABYFOOD,DINNER,Vegetable, vegetables,NOODLES and Chicken,JuniorCHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,FRIED,FlourCHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,RoastedCHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,StewedCHICKEN,BROILERS OR FRYERS,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,MEAT ONLY,RoastedCHICKEN,BROILERS OR FRYERS,MEAT ONLY,StewedCHICKEN,BROILERS OR FRYERS,Skin ONLY,RAWCHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,GIBLETS,RAWCHICKEN,BROILERS OR FRYERS,GIBLETS,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,GIBLETS,Cooked,SimmeredCHICKEN,GIZZARD,ALL CLASSES,RAWCHICKEN,GIZZARD,ALL CLASSES,Cooked,SimmeredCHICKEN,HEART,ALL CLASSES,RAWCHICKEN,HEART,ALL CLASSES,Cooked,SimmeredCHICKEN,LIVER,ALL CLASSES,RAWCHICKEN,LIVER,ALL CLASSES,Cooked,SimmeredCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,FRIED,FlourGRAVY,PORK,DRYGRAVY,TURKEY,CANNEDGRAVY,TURKEY,DRYGRAVY,Unspecified TYPE,DRYSOUP,Chicken NOODLE MIX,Dehydrated,DRY FORMSAUCE,NESTLE,LJ MINOR TERIYAKI Sauce,Ready-to-serveSAUCE,NESTLE,LJ MINOR All Purpose STIR FRY Sauce,Ready-to-serveSAUCE,NESTLE,LJ MINOR Sweet N' SOUR GLAZE,Ready-to-serveSAUCE,NESTLE,LJ MINOR Sweet N' SOUR Sauce,Ready-to-serveSAUCE,MOLE POBLANO,Prepared FROM RECIPESAUCE,MOLE POBLANO,DRY MIX,SINGLE BRANDSAUCE,LA VICTORIA,LA VICTORIA CHUNKY CHILI DIP,SALSA,CannedSAUCE,RIDG'S,BULLS-EYE ORIGINAL BARBECUE SauceSAUCE,TEXAS BEST BARBECUE Sauce ORIGINAL RECIPESAUCE,SOFRITO,Prepared FROM RECIPEUSDA COMMODITY,SPAGHETTI Sauce,MEATLESS,CannedSOUP,Beef MUSHROOM,Canned,Condensed,CommercialSAUCE,SOUR Cream,Dehydrated,DRYSOUP,Chicken MUSHROOM,Canned,Condensed,CommercialSAUCE,BARBECUE SAUCESAUCE,PLUM,READY-TO-SERVESAUCE,NESTLE,ORTEGA ENCHILADA SAUCE,Ready-to-serveSAUCE,HOLLANDAISE,with Vegetable, vegetables OIL,Dehydrated,DRYSAUCE,HOLLANDAISE,with BUTTER FAT,Dehydrated,DRYSAUCE,NESTLE,CHEF-MATE HOT DOG CHILI Sauce,Ready-to-serveSAUCE,NESTLE,ORTEGA PICANTE SAUCE,Ready-to-serveSOUP,TOMATO BISQUE,Canned,Condensed,CommercialSOUP,TOMATO,Canned,Condensed,CommercialSAUCE,Ready-to-serve,SALSASAUCE,HOMEMADE,WHITE,THINSAUCE,HOMEMADE,WHITE,MediumLUNCHEON MEAT,PORK,HAM, and Chicken,MINCD,Canned,Reduced Sodium,Vitamin C, (SPAM)USDA COMMODITY,PORK SAUSAGE,BULK/LINKS/PATTIES,Frozen,RAWLUNCHEON MEAT,PORK with HAM,MINCED,Canned,Including SPAM (HORMEL)LUNCHEON MEAT,PORK and Chicken,MINCED,Canned,Including SPAM LITEBRATWURST VEAL CookedLIVERWURST SpreadROAST Beef SpreadSALAMI PORK Beef LESS SodiumSAUSAGE ITALIAN Sweet LINKSSAUSAGE POLISH Beef with Chicken HOTSAUSAGE POLISH PORK and Beef SMOKEDSAUSAGE PORK and Beef with CHEDDAR Cheese SMOKEDSAUSAGE Summer PORK and Beef Sticks with CHEDDAR CheeseSAUSAGE TURKEY Breakfast LINKS MILDSWISSWURST PORK and Beef with SWISS Cheese SMOKEDBACON and Beef SticksBRATWURST Beef and PORK SMOKEDBRATWURST,Chicken,CookedBRATWURST PORK Beef and TURKEY LITE SMOKEDPASTRAMI Beef 98% FAT-FREESALAMI ITALIAN PORKSAUSAGE ITALIAN TURKEY SMOKEDSAUSAGE Chicken Beef PORK SKINLESS SMOKEDSAUSAGE TURKEY HOT SMOKEDYACHTWURST,with PISTACHIO NUTS,CookedBEERWURST PORK and BeefCHICKEN BREAST FAT-FREE Mesquite FLAVOR SLICEDCHICKEN BREAST OVEN-ROASTED FAT-FREE SLICEDBABYFOOD,DINNER,PASTA with Vegetable, vegetablesBABYFOOD,DINNER,Vegetable, vegetables and NOODLES and TURKEY,StrainedBABYFOOD,DINNER,Vegetable, vegetables and NOODLES and TURKEY,JuniorBABYFOOD,DINNER,TURKEY and RICE,StrainedBABYFOOD,DINNER,TURKEY and RICE,JuniorBABYFOOD,DINNER,Vegetable, vegetables and TURKEY,StrainedBABYFOOD,DINNER,Vegetable, vegetables and TURKEY,JuniorBABYFOOD,DINNER,Vegetable, vegetables and TURKEY,ToddlerBABYFOOD,DINNER,MACARONI and Cheese,StrainedBABYFOOD,DINNER,MACARONI and Cheese,JuniorBABYFOOD,Vegetable, vegetables,Green Beans,StrainedBABYFOOD,Vegetable, vegetables,Green Beans,JuniorBABYFOOD,Green Beans,DICES,ToddlerBABYFOOD,Vegetable, vegetables,Green Beans and POTATOESBABYFOOD,Vegetable, vegetables,BEETS,StrainedBABYFOOD,Vegetable, vegetables,CARROTS,StrainedBABYFOOD,Vegetable, vegetables,CARROTS,JuniorBABYFOOD,Vegetable, vegetables,SQUASH,StrainedBABYFOOD,Vegetable, vegetables,SQUASH,JuniorBABYFOOD,Vegetable, vegetables,Sweet POTATOES StrainedBABYFOOD,Vegetable, vegetables,Sweet POTATOES,JuniorBABYFOOD,POTATOES,TODDLERBABYFOOD,Vegetable, vegetables,BUTTERNUT SQUASH and CORNBABYFOOD,Apples,DICES,ToddlerCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,FAT,RAWCHICKEN,BROILERS OR FRYERS,BACK,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,BACK,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,BACK,MEAT and Skin,Cooked,FRIED,FlourCHICKEN,BROILERS OR FRYERS,BACK,MEAT and Skin,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,BACK,MEAT and Skin,Cooked,StewedCHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,RAWCHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,FRIEDCHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,RoastedCHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,StewedCHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,RAWCHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,FRIED,BATTERCHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,FRIED,FlourPORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),Boneless,Lean only and FAT,RAWPORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only and FAT,Cooked,PAN-FRIEDPORK,Fresh,LOIN,Center RIB (ROASTS),Boneless,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),Boneless,Lean only,RAWPORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,BraisedPORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,BroiledPORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,PAN-FRIEDPORK,Fresh,LOIN,Center RIB (ROASTS),Boneless,Lean only,Cooked,RoastedPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only and FAT,RAWPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only,RAWPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only,Cooked,BraisedPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only,Cooked,RoastedPORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),Boneless,Lean only and FAT,RAWPORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,SIRLOIN (ROASTS),Boneless,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),Boneless,Lean only,RAWPORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only,Cooked,BraisedPORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only,Cooked,BroiledPORK,Fresh,LOIN,SIRLOIN (ROASTS),Boneless,Lean only,Cooked,RoastedPORK,Fresh,LOIN,TENDERLOIN,Lean only and FAT,RAWPORK,FRESH,GROUND,RAWPORK,FRESH,GROUND,COOKEDPORK,Fresh,LOIN,TENDERLOIN,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,TENDERLOIN,Lean only and FAT,Cooked,RoastedTOMATO PRODUCTS,Canned,SauceTOMATO PRODUCTS,Canned,Sauce,with MUSHROOMSTOMATO PRODUCTS,Canned,Sauce,with ONIONSTOMATO PRODUCTS,Canned,Sauce,with HERBS and CheeseTOMATO PRODUCTS,Canned,Sauce,with ONIONS,Green PEPPERS, and CELERYTOMATO PRODUCTS,Canned,Sauce,with TOMATO TIDBITSTREE FERN,Cooked,without SALTTURNIPS,RAWTURNIPS,Cooked,Boiled,Drained,without SALTTURNIPS,FROZEN,UNPREPAREDTURNIPS,Frozen,Cooked,Boiled,Drained,without SALTTURNIP GREENS,RAWTURNIP Greens,Cooked,Boiled,Drained,without SALTTURNIP Greens,Canned,Solids and LIQUIDSTURNIP Greens,Frozen,UnpreparedTURNIP Greens,Frozen,Cooked,Boiled,Drained,without SALTTURNIP Greens and TURNIPS,Frozen,UnpreparedTURNIP Greens and TURNIPS,Frozen,Cooked,Boiled,Drained,without SALTVEGETABLE Juice COCKTAIL,CannedVEGETABLES,Mixed,Canned,Solids and LIQUIDSVEGETABLES,Mixed,Canned,Drained SolidsVEGETABLES,Mixed,Frozen,UnpreparedVEGETABLES,Mixed,Frozen,Cooked,Boiled,Drained,without SALTVINESPINACH,(BASELLA),RAWWATERCHESTNUTS,CHINESE,(MATAI),RAWWATERCHESTNUTS,CHINESE,Canned,Solids and LIQUIDSWATERCRESS,RAWWAXGOURD,(CHINESE PRESERVING MELON),RAWWAXGOURD,(CHINESE PRESERVING MELON),Cooked,Boiled,Drained,without SALTWINGED Beans,Immature SEEDS,RAWSESAME Seed Kernels,Toasted,with SALT (Decorticated)SUNFLOWER Seed Kernels,DRY Roasted,with SALTSUNFLOWER Seed Kernels,OIL Roasted,with SALTSUNFLOWER Seed Kernels,Toasted,with SALTSUNFLOWER Seed BUTTER,with SALTALMONDS,DRY Roasted,with SALTALMONDS,OIL Roasted,with SALTCASHEW NUTS,DRY Roasted,with SALTCASHEW NUTS,OIL Roasted,with SALTCASHEW BUTTER,Plain,with SALTMACADAMIA NUTS,DRY Roasted,with SALTMIXED NUTS,DRY Roasted,with Peanuts,with SALTMIXED NUTS,OIL Roasted,with Peanuts,with SALTMIXED NUTS,without Peanuts,OIL Roasted,with SALTPECANS,DRY Roasted,with SALTPECANS,OIL Roasted,with SALTPISTACHIO NUTS,DRY Roasted,with SALTPUMPKIN and SQUASH SEEDS,Whole,Roasted,with SALTALMOND BUTTER,Plain,with SALTSESAME BUTTER,TAHINI,Kernels UnspecifiedBEEF,CARCASS,Lean only and FAT,Choice,RAWBEEF,CARCASS,Lean only and FAT,Select,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,ALL Grades,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,ALL Grades,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Choice,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Choice,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Select,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Select,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,PRIME,CookedAPPLES,RAW,WITH SKINAPPLES,RAW,WITHOUT SKINAPPLES,RAW,without Skin,Cooked,BoiledAPPLES,RAW,without Skin,Cooked,MICROWAVEAPPLES,Canned,Sweetened,SLICED,Drained,UnheatedAPPLES,Canned,Sweetened,SLICED,Drained,HeatedAPPLES,Dehydrated (Low Moisture),SULFURED,UncookedAPPLES,Dehydrated (Low Moisture),SULFURED,StewedAPPLES,DRIED,SULFURED,UncookedAPPLES,DRIED,SULFURED,Stewed,without SUGARAPPLES,DRIED,SULFURED,Stewed,with SUGARAPPLES,Frozen,Unsweetened,UnheatedAPPLES,Frozen,Unsweetened,HeatedAPPLE Juice,Canned OR Bottled,Unsweetened,without Vitamin CAPPLE Juice,Frozen Concentrate,Unsweetened,Undiluted,without Vitamin CAPPLE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O without Vitamin CAPPLESAUCE,Canned,Unsweetened,without Vitamin CAPPLESAUCE,Canned,Sweetened,without SALTAPRICOTS,RAWAPRICOTS,Canned,H2O Pack,with Skin,Solids and LIQUIDSAPRICOTS,Canned,H2O Pack,without Skin,Solids and LIQUIDSAPRICOTS,Canned,Juice Pack,with Skin,Solids and LIQUIDSAPRICOTS,Canned,Extra Light SYRUP Pack,with Skin,Solids and LIQUIDSAPRICOTS,Canned,Light SYRUP Pack,with Skin,Solids and LIQUIDSAPRICOTS,Canned,Heavy SYRUP Pack,with Skin,Solids and LIQUIDSAPRICOTS,Canned,Heavy SYRUP Pack,without Skin,Solids and LIQUIDSAPRICOTS,Canned,Extra Heavy SYRUP Pack,without Skin,Solids and LIQUIDSAPRICOTS,Dehydrated (LOW-MOISTURE),SULFURED,UncookedPORK,Fresh,LOIN,TENDERLOIN,Lean only,Cooked,BroiledPORK,Fresh,LOIN,TOP LOIN (ROASTS),Boneless,Lean only and FAT,RAWPORK,Fresh,LOIN,TOP LOIN (ROASTS),Boneless,Lean only,RAWPORK,Fresh,Composite OF Retail CUTS (LOIN and Shoulder BLADE),Lean only and FAT,RAWPORK,Fresh,Composite OF Retail CUTS (LOIN and Shoulder BLADE),Lean only and FAT,CookedPORK,Fresh,Composite OF Retail CUTS (LOIN and Shoulder BLADE),Lean only,RAWPORK,Fresh,Composite OF Retail CUTS (LOIN and Shoulder BLADE),Lean only,CookedUSDA COMMODITY,PORK,CURED,HAM,Boneless,Cooked,HeatedUSDA COMMODITY,PORK,GROUND,FINE/COARSE,Frozen,CookedUSDA COMMODITY,PORK,CURED,HAM,Boneless,Cooked,UnheatedUSDA COMMODITY,PORK,GROUND,FINE/COARSE,Frozen,RAWHORMEL,CURE 81 HAMHORMEL ALWAYS TENDER,PORK TENDERLOIN,TERIYAKI-FLAVOREDHORMEL ALWAYS TENDER,PORK TENDERLOIN,PEPPERCORN-FLAVOREDHORMEL ALWAYS TENDER,PORK LOIN FILETS,LEMON GARLIC-FLAVOREDHORMEL ALWAYS TENDER,Center CUT CHOPS,Fresh PORKHORMEL ALWAYS TENDER,Boneless PORK LOIN,Fresh PORKHORMEL CANADIAN STYLE BACONPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only,Cooked,PAN-BROILEDPORK,Fresh,LOIN,TOP LOIN (CHPS),Boneless,Lean only and FAT,Cooked,PAN-BROILPORK,CURED,BACON,Cooked,BakedPORK,CURED,BACON,Cooked,MICROWAVEDPORK,CURED,BACON,Cooked,PAN-FRIEDPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,STOMACH,Cooked,SimmeredPORK,BACON,RENDERED FAT,CookedALFALFA SEEDS,SPROUTED,RAWAMARANTH LEAVES,RAWAMARANTH LEAVES,Cooked,Boiled,Drained,without SALTARROWHEAD,RAWARROWHEAD,Cooked,Boiled,Drained,without SALTARTICHOKES,(GLOBE OR FRENCH),RAWARTICHOKES,(GLOBE OR FRENCH),Cooked,Boiled,Drained,without SALTWINGED Beans,Immature SEEDS,Cooked,Boiled,Drained,without SALTWINGED BEAN LEAVES,RAWWINGED BEAN TUBER,RAWYAM,RAWYAM,Cooked,Boiled,Drained,OR Baked,without SALTYAMBEAN (JICAMA),RAWYAMBEAN (JICAMA),Cooked,Boiled,Drained,without SALTBEETS,HARVARD,Canned,Solids and LIQUIDSBEETS,PICKLED,Canned,Solids and LIQUIDSBORAGE,RAWBORAGE,Cooked,Boiled,Drained,without SALTCHIVES,FREEZE-DRIEDDOCK,RAWDOCK,Cooked,Boiled,Drained,without SALTEPPAW,RAWHORSERADISH-TREE,PODS,RAWHORSERADISH-TREE,PODS,Cooked,Boiled,Drained,without SALTKALE,SCOTCH,RAWKALE,SCOTCH,Cooked,Boiled,Drained,without SALTLEEKS,(BULB and LOWER-LEAF PORTION),FREEZE-DRIEDPARSLEY,FREEZE-DRIEDBEANS,MUNG,MATURE SEEDS,SPROUTED,Canned,Drained SolidsPEPPERS,JALAPENO,Canned,Solids and LIQUIDSPEPPERS,Sweet,Green,FREEZE-DRIEDRADISHES,WHITE ICICLE,RAWSHALLOTS,FREEZE-DRIEDSQUASH,Summer,ALL Variety, varieties,RAWSQUASH,Summer,ALL Variety, varieties,Cooked,Boiled,Drained,without SALTSQUASH,Winter,ALL Variety, varieties,RAWSQUASH,Winter,ALL Variety, varieties,Cooked,Baked,without SALTSWEET POTATO,Canned,SYRUP Pack,Solids and LIQUIDSSWEET POTATO,Canned,SYRUP Pack,Drained SolidsTOMATO PRODUCTS,Canned,Sauce,SPANISH STYLEBEANS,PINTO,MATURE SEEDS,SPROUTED,RAWBEEF,Composite OF Retail CUTS,Lean only,1/4" FAT,ALL Grades,RAWBEEF,Composite OF Retail CUTS,Lean only,1/4" FAT,ALL Grades,CookedBEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,Choice,RAWBEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,Choice,CookedBEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,Select,RAWBEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,Select,CookedBEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,PRIME,RAWBEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,PRIME,CookedBEEF,Retail CUTS,FAT,RAWBEEF,Retail CUTS,FAT,CookedBEEF,BRISKET,Whole,Lean only and FAT,1/4"FAT,ALL Grades,RAWBEEF,BRISKET,Whole,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,Whole,Lean only,ALL Grades,RAWBEEF,BRISKET,Whole,Lean only,1/4"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,POINT HALF,Lean only and FAT,1/4"FAT,ALL Grades,RAWBEEF,BRISKET,POINT HALF,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,POINT HALF,Lean only,1/4"FAT,ALL Grades,RAWBEEF,BRISKET,POINT HALF,Lean only,1/4"FAT,ALL Grades,Cooked,BraisedBEEF,LOIN,Bottom SIRLOIN BUTT,TRI-TIP,Lean only,1/4" FAT,ALL Grades,RAWBEEF,SIRLOIN,TRI-TIP STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/4"FAT,ALL Grades,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/4"FAT,Choice,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/4"FAT,Choice,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/4"FAT,Select,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/4"FAT,Select,Cooked,BraisedBEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8" FAT,Select,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only,1/4"FAT,ALL Grades,RAWBEEF,CHUCK,BLADE Roast,Lean only,1/4" FAT,ALL Grades,Cooked,BraisedAPRICOTS,Dehydrated (LOW-MOISTURE),SULFURED,StewedAPRICOTS,DRIED,SULFURED,UncookedAPRICOTS,DRIED,SULFURED,Stewed,without SUGARAPRICOTS,DRIED,SULFURED,Stewed,with SUGARAPRICOTS,FROZEN,SWEETENEDAPRICOT NECTAR,Canned,without Vitamin CAVOCADOS,RAW,ALL Commercial Variety, varietiesAVOCADOS,RAW,CALIFORNIAAVOCADOS,RAW,FLORIDABANANAS,RAWBANANAS,Dehydrated,OR BANANA PowderedBLACKBERRIES,RAWBLACKBERRY Juice,CannedBLACKBERRIES,Canned,Heavy SYRUP,Solids and LIQUIDSBLACKBERRIES,Frozen,UnsweetenedBLUEBERRIES,RAWBLUEBERRIES,Canned,Heavy SYRUP,Solids and LIQUIDSBLUEBERRIES,Frozen,UnsweetenedBLUEBERRIES,Frozen,SweetenedBOYSENBERRIES,Canned,Heavy SYRUPBOYSENBERRIES,Frozen,UnsweetenedBREADFRUIT,RAWCARAMBOLA,(STARFRUIT),RAWARTICHOKES,(GLOBE OR FRENCH),Frozen,UnpreparedARTICHOKES,(GLOBE OR FRENCH),Frozen,Cooked,Boiled,Drained,without SALTASPARAGUS,RAWASPARAGUS,Cooked,Boiled,DrainedASPARAGUS,Canned,Regular Pack,Solids and LIQUIDSASPARAGUS,Canned,Drained SolidsASPARAGUS,Frozen,UnpreparedASPARAGUS,Frozen,Cooked,Boiled,Drained,without SALTBALSAM-PEAR (BITTER GOURD),LEAFY TIPS,RAWBALSAM-PEAR (BITTER GOURD),LEAFY TIPS,Cooked,Boiled,Drained,without SALTBALSAM-PEAR (BITTER GOURD),PODS,RAWBALSAM-PEAR (BITTER GOURD),PODS,Cooked,Boiled,Drained,without SALTBAMBOO SHOOTS,RAWBAMBOO SHOOTS,Cooked,Boiled,Drained,without SALTBAMBOO SHOOTS,Canned,Drained SolidsBEANS,KIDNEY,MATURE SEEDS,SPROUTED,RAWBEANS,KIDNEY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALTLIMA Beans,Immature SEEDS,RAWLIMA Beans,Immature SEEDS,Cooked,Boiled,Drained,without SALTBEANS,LIMA,Immature SEEDS,Canned,Regular Pack,Solids and LIQUIDSLIMA Beans,Immature SEEDS,Frozen,FORDHOOK,UnpreparedLIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Cooked,Boiled,Drained,without SALTLIMA Beans,Immature SEEDS,Frozen,BABY,UnpreparedLIMA Beans,Immature SEEDS,Frozen,BABY,Cooked,Boiled,Drained,without SALTMUNG Beans,MATURE SEEDS,SPROUTED,RAWMUNG Beans,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALTMUNG Beans,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIEDBEANS,NAVY,MATURE SEEDS,SPROUTED,RAWBEANS,NAVY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALTBEANS,PINTO,Immature SEEDS,Frozen,UnpreparedBEANS,PINTO,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALTCARROT JUICE,CANNEDCORN Pudding, puddings,HOME-PREPAREDPOTATOES,Mashed,HOME-PREPARED,Whole MILK ADDEDSPINACH SOUFFLE,HOME-PREPAREDSWEET POTATO,Cooked,CANDIED,HOME-PREPAREDTOMATOES,Reduced,RIPE,Cooked,StewedSEAWEED,AGAR,DRIEDSEAWEED,SPIRULINA,RAWSEAWEED,SPIRULINA,DRIEDSEAWEED,WAKAME,RAWPEPPERS,HOT CHILI,Green,RAWPOTATOES,O'BRIEN,HOME-PREPAREDPOTATO PANCAKES,HOME-PREPAREDPOTATO,Baked,FLESH and Skin,without SALTPOTATOES,MICROWAVED,Cooked IN Skin,FLESH and Skin,without SALTRADISH SEEDS,SPROUTED,RAWSHALLOTS,RAWCARROT,DEHYDRATEDTOMATOES,CRUSHED,CANNEDTOMATOES,ORANGE,RAWTOMATOES,YELLOW,RAWARROWROOT,RAWCHRYSANTHEMUM LEAVES,RAWAMARANTH LEAVES,Cooked,Boiled,Drained,with SALTARROWHEAD,Cooked,Boiled,Drained,with SALTARTICHOKES,(GLOBE OR FRENCH),Cooked,Boiled,Drained,with SALTARTICHOKES,(GLOBE OR FRENCH),Frozen,Cooked,Boiled,Drained,with SALTASPARAGUS,Cooked,Boiled,Drained,with SALTBEEF,CHUCK,BLADE Roast,Lean only,1/4"FAT,Choice,RAWBEEF,CHUCK,BLADE Roast,Lean only,1/4" FAT,Choice,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only,1/4"FAT,Select,RAWBEEF,CHUCK,BLADE Roast,Lean only,1/4" FAT,Select,Cooked,BraisedBEEF,FLANK,Lean only and FAT,0"FAT,Choice,RAWBEEF,FLANK,Lean only and FAT,0"FAT,Choice,Cooked,BraisedBEEF,FLANK,Lean only and FAT,0"FAT,Choice,Cooked,BroiledBEEF,FLANK,Lean only,0" FAT,Choice,RAWBEEF,FLANK,Lean only,0" FAT,Choice,Cooked,BraisedBEEF,FLANK,Lean only,0"FAT,Choice,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,ALL Grades,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,Choice,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,Select,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,Select,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,Select,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,ALL Grades,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,Choice,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,Choice,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4" FAT,Choice,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,Select,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,Select,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,Select,Cooked,RoastedCARISSA,(NATAL-PLUM),RAWCHERIMOYA,RAWCHERRIES,SOUR,Reduced,RAWCHERRIES,SOUR,Reduced,Canned,H2O Pack,Solids and LIQUIDS (Including USDA Commodity)CHERRIES,SOUR,Reduced,Canned,Light SYRUP Pack,Solids and LIQUIDSCHERRIES,SOUR,Reduced,Canned,Heavy SYRUP Pack,Solids and LIQUIDSCHERRIES,SOUR,Reduced,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDSCHERRIES,SOUR,Reduced,Frozen,UnsweetenedCHERRIES,SWEET,RAWCHERRIES,Sweet,Canned,H2O Pack,Solids and LIQUIDSCHERRIES,Sweet,Canned,Juice Pack,Solids and LIQUIDSCHERRIES,Sweet,Canned,Light SYRUP Pack,Solids and LIQUIDSCHERRIES,Sweet,Canned,Heavy SYRUP Pack,Solids and LIQUIDSCHERRIES,Sweet,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDSCHERRIES,Sweet,Frozen,SweetenedCRABAPPLES,RAWCRANBERRIES,RAWCRANBERRIES,DRIED,SweetenedCRANBERRY Sauce,Canned,SweetenedCRANBERRY-ORANGE RELISH,CannedCURRANTS,EUROPEAN BLACK,RAWCURRANTS,Reduced and WHITE,RAWCURRANTS,ZANTE,DRIEDCUSTARD-APPLE,(BULLOCK'S-HEART),RAWDATES,DEGLET NOORELDERBERRIES,RAWFIGS,RAWFIGS,Canned,H2O Pack,Solids and LIQUIDSFIGS,Canned,Light SYRUP Pack,Solids and LIQUIDSBEANS,PINTO,Immature SEEDS,Frozen,Cooked,Boiled,Drained,without SALTBEANS,SHELLIE,Canned,Solids and LIQUIDSBEANS,SNAP,GREEN,RAWBEANS,SNAP,Green,Cooked,Boiled,Drained,without SALTBEANS,SNAP,Green Variety, varieties,Canned,Regular Pack,Solids and LIQUIDSBEANS,SNAP,Green,Canned,Regular Pack,Drained SolidsBEANS,SNAP,Canned,ALL STYLES,SEASONED,Solids and LIQUIDSBEANS,SNAP,Green,Frozen,ALL STYLES,UnpreparedBEANS,SNAP,Green,Frozen,Cooked,Boiled,Drained without SALTBEETS,RAWBEETS,Cooked,Boiled,DrainedBEETS,Canned,Regular Pack,Solids and LIQUIDSBEETS,Canned,Drained SolidsBEET GREENS,RAWBEET Greens,Cooked,Boiled,Drained,without SALTBROADBEANS,Immature SEEDS,RAWBROADBEANS,Immature SEEDS,Cooked,Boiled,Drained,without SALTBROCCOLI,RAWBROCCOLI,Cooked,Boiled,Drained,without SALTBROCCOLI,Frozen,Chopped,UnpreparedBROCCOLI,Frozen,Chopped,Cooked,Boiled,Drained,without SALTBROCCOLI,Frozen,SPEARS,UnpreparedBROCCOLI,Frozen,SPEARS,Cooked,Boiled,Drained,without SALTBROCCOLI RAAB,RAWBROCCOLI RAAB,CookedBRUSSELS SPROUTS,RAWASPARAGUS,Canned,NO SALT,Solids and LIQUIDSASPARAGUS,Frozen,Cooked,Boiled,Drained,with SALTBALSAM-PEAR (BITTER GOURD),LEAFY TIPS,Cooked,Boiled,Drained,with SALTBALSAM-PEAR (BITTER GOURD),PODS,Cooked,Boiled,Drained,with SALTBAMBOO SHOOTS,Cooked,Boiled,Drained,with SALTBEANS,KIDNEY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALTLIMA Beans,Immature SEEDS,Cooked,Boiled,Drained,with SALTLIMA Beans,Immature SEEDS,Canned,NO SALT,Solids and LIQUIDSLIMA Beans,Immature SEEDS,Frozen,BABY,Cooked,Boiled,Drained,with SALTLIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Cooked,Boiled,Drained,with SALTMUNG Beans,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALTBEANS,NAVY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALTBEANS,PINTO,Immature SEEDS,Frozen,Cooked,Boiled,Drained,with SALTBEANS,PINTO,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALTBEANS,SNAP,YELLOW,RAWBEANS,SNAP,Green,Cooked,Boiled,Drained,with SALTBEANS,SNAP,Yellow,Cooked,Boiled,Drained,without SALTBEANS,SNAP,Yellow,Cooked,Boiled,Drained,with SALTBEANS,SNAP,Green,Canned,NO SALT,Solids and LIQUIDSBEANS,SNAP,Yellow,Canned,Regular Pack,Solids and LIQUIDSBEANS,SNAP,Yellow,Canned,NO SALT,Solids and LIQUIDSBEANS,SNAP,Green,Canned,NO SALT,Drained SolidsBEANS,SNAP,Yellow,Frozen,ALL STYLES,UnpreparedBEANS,SNAP,Green,Frozen,Cooked,Boiled,Drained,with SALTBEANS,SNAP,Yellow,Frozen,Cooked,Boiled,Drained,without SALTBEANS,SNAP,Yellow,Frozen,Cooked,Boiled,Drained,with SALTBEETS,Cooked,BOILED. Drained,with SALTBEETS,Canned,NO SALT,Solids and LIQUIDSBEET Greens,Cooked,Boiled,Drained,with SALTBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,PRIME,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,PRIME,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,PRIME,Cooked,RoastedBEEF,RIB,EYE,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Choice,RAWBEEF,RIB,EYE,Small END (10-12),Lean only and FAT,0"FAT,Choice,Cooked,BroiledBEEF,RIB,EYE,Small END (RIBS 10-12),Lean only,0"FAT,Choice,RAWBEEF,RIB,EYE,Small END (RIBS 10-12),Lean only,0"FAT,Choice,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,ALL Grades,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Choice,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Select,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Select,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Select,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,PRIME,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,PRIME,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,ALL Grades,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4" FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Choice,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Choice,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Choice,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Select,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Select,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Select,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,PRIME,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,PRIME,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,PRIME,Cooked,RoastedFIGS,Canned,Heavy SYRUP Pack,Solids and LIQUIDSFIGS,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDSFIGS,DRIED,UNCOOKEDFIGS,DRIED,STEWEDFRUIT COCKTAIL,Canned,H2O Pack,Solids and LIQUIDSFRUIT COCKTAIL,Canned,Juice Pack,Solids and LIQUIDSFRUIT COCKTAIL,Canned,Extra Light SYRUP,Solids and LIQUIDSFRUIT COCKTAIL,Canned,Light SYRUP,Solids and LIQUIDSFRUIT COCKTAIL,Canned,Heavy SYRUP,Solids and LIQUIDSFRUIT COCKTAIL,Canned,Extra Heavy SYRUP,Solids and LIQUIDSFRUIT SALAD,Canned,H2O Pack,Solids and LIQUIDSFRUIT SALAD,Canned,Juice Pack,Solids and LIQUIDSFRUIT SALAD,Canned,Light SYRUP,Solids and LIQUIDSFRUIT SALAD,Canned,Heavy SYRUP,Solids and LIQUIDSFRUIT SALAD,Canned,Extra Heavy SYRUP,Solids and LIQUIDSGOOSEBERRIES,RAWGOOSEBERRIES,Canned,Light SYRUP Pack,Solids and LIQUIDSGRAPEFRUIT,RAW,PINK and Reduced and WHITE,ALL AREASGRAPEFRUIT,RAW,PINK and Reduced,ALL AREASGRAPEFRUIT,RAW,PINK and Reduced,CALIFORNIA and ARIZONAGRAPEFRUIT,RAW,PINK and Reduced,FLORIDAGRAPEFRUIT,RAW,WHITE,ALL AREASGRAPEFRUIT,RAW,WHITE,CALIFORNIAGRAPEFRUIT,RAW,WHITE,FLORIDAGRAPEFRUIT,SECTIONS,Canned,H2O Pack,Solids and LIQUIDSGRAPEFRUIT,SECTIONS,Canned,Juice Pack,Solids and LIQUIDSGRAPEFRUIT,SECTIONS,Canned,Light SYRUP Pack,Solids and LIQUIDSGRAPEFRUIT Juice,WHITE,Canned,UnsweetenedGRAPEFRUIT Juice,WHITE,Canned,SweetenedBRUSSELS SPROUTS,Cooked,Boiled,Drained,without SALTBRUSSELS SPROUTS,Frozen,UnpreparedBRUSSELS SPROUTS,Frozen,Cooked,Boiled,Drained,without SALTBURDOCK ROOT,RAWBURDOCK ROOT,Cooked,Boiled,Drained,without SALTBUTTERBUR,(FUKI),RAWBUTTERBUR,Cooked,Boiled,Drained,without SALTBUTTERBUR,CANNEDCABBAGE,RAWCABBAGE,Cooked,Boiled,Drained,without SALTCABBAGE,Reduced,RAWCABBAGE,Reduced,Cooked,Boiled,Drained,without SALTCABBAGE,SAVOY,RAWCABBAGE,SAVOY,Cooked,Boiled,Drained,without SALTCABBAGE,CHINESE (PAK-CHOI),RAWCABBAGE,CHINESE (PAK-CHOI),Cooked,Boiled,Drained,without SALTCABBAGE,CHINESE (PE-TSAI),RAWCABBAGE,CHINESE (PE-TSAI),Cooked,Boiled,Drained,without SALTCARDOON,RAWCARDOON,Cooked,Boiled,Drained,without SALTCARROTS,RAWCARROTS,Cooked,Boiled,Drained,without SALTCARROTS,Canned,Regular Pack,Solids and LIQUIDSCARROTS,Canned,Regular Pack,Drained SolidsCARROTS,FROZEN,UNPREPAREDCARROTS,Frozen,Cooked,Boiled,Drained,without SALTBORAGE,Cooked,Boiled,Drained,with SALTBROADBEANS,Immature SEEDS,Cooked,Boiled,Drained,with SALTBROCCOLI,LEAVES,RAWBROCCOLI,FLOWER CLUSTERS,RAWBROCCOLI,STALKS,RAWBROCCOLI,Cooked,Boiled,Drained,with SALTBROCCOLI,Frozen,Chopped,Cooked,Boiled,Drained,with SALTBROCCOLI,Frozen,SPEARS,Cooked,Boiled,Drained,with SALTBRUSSELS SPROUTS,Cooked,Boiled,Drained,with SALTBRUSSELS SPROUTS,Frozen,Cooked,Boiled,Drained,with SALTBURDOCK ROOT,Cooked,Boiled,Drained,with SALTBUTTERBUR,Cooked,Boiled,Drained,with SALTCABBAGE,COMMON,FRESHLY HARVEST,RAWCABBAGE,COMMON (DANISH,DOMESTIC, and POINTED TYPES),STORED,RAWCABBAGE,COMMON,Cooked,Boiled,Drained,with SALTCABBAGE,Reduced,Cooked,Boiled,Drained,with SALTCABBAGE,SAVOY,Cooked,Boiled,Drained,with SALTCABBAGE,CHINESE (PAK-CHOI),Cooked,Boiled,Drained,with SALTCABBAGE,CHINESE (PE-TSAI),Cooked,Boiled,Drained,with SALTCARDOON,Cooked,Boiled,Drained,with SALTCARROTS,Cooked,Boiled,Drained,with SALTCARROTS,Canned,NO SALT,Solids and LIQUIDSCARROTS,Canned,NO SALT ,Drained SolidsCARROTS,Frozen,Cooked,Boiled,Drained,with SALTCAULIFLOWER,Cooked,Boiled,Drained,with SALTCAULIFLOWER,Frozen,Cooked,Boiled,Drained,with SALTCELERIAC,Cooked,Boiled,Drained,with SALTCELERY,Cooked,Boiled,Drained,with SALTCEREALS,Cream OF RICE,DRYCEREALS,Cream OF RICE,Cooked with H2O,without SALTCEREALS,CREAM OF WHEAT,Regular,DRYCEREALS,CREAM OF WHEAT,Regular,Cooked with H2O,without SALTCEREALS,CREAM OF WHEAT,QUICK,DRYCEREALS,CREAM OF WHEAT,QUICK,Cooked with H2O,without SALTCEREALS,CREAM OF WHEAT,Instant,DRYCEREALS,CREAM OF WHEAT,Instant,Prepared with H2O,without SALTCEREALS,CREAM OF WHEAT,MIX'N EAT,Plain,DRYCEREALS,CREAM OF WHEAT,MIX'N EAT,Plain,Prepared with H2OCEREALS,Cream OF WHEAT,MIX'N EAT,Apple,BANANA and MAPLE Flavored,DRYCEREALS,Cream OF WHEAT,MIX'N EAT,Apple,BANANA and MAPLE Flavored,PreparedCEREALS,FARINA,Enriched,DRYCEREALS,FARINA,Enriched,Cooked with H2O,without SALTCEREALS,MALTEX,DRYCEREALS,MALTEX,Cooked with H2O,without SALTCEREALS,MALT-O-MEAL,Plain,DRYCEREALS,MALT-O-MEAL,Plain and Chocolate,Cooked with H2O,without SALTCEREALS,MAYPO,DRYCEREALS,MAYPO,Cooked with H2O,without SALTCEREALS,OATS,Regular and QUICK and Instant,NOT Fortified,DRYCEREALS,OATS,Regular and QUICK and Instant,Unenriched,Cooked with H2O,without SALTCEREALS,OATS,Instant,Fortified,Plain,DRYCEREALS,OATS,Instant,Fortified,Plain,Prepared with H2OGRAPEFRUIT Juice,WHITE,Frozen Concentrate,Unsweetened,UndilutedGRAPEFRUIT Juice,WHITE,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2OGRAPEFRUIT Juice,WHITE,RAWGRAPES,AMERICAN TYPE (SLIP Skin),RAWGRAPES,Reduced OR Green(EURO TYPE Variety, varieties,SUCH AS,THOMPSON SDLESS),RAWGRAPES,Canned,THOMPSON SEEDLESS,H2O Pack,Solids and LIQUIDSGRAPES,Canned,THOMPSON SEEDLESS,Heavy SYRUP Pack,Solids and LIQUIDSGRAPE Juice,Canned OR Bottled,Unsweetened,without Vitamin CGRAPE Juice,Frozen Concentrate,Sweetened,Undiluted,with Vitamin CGRAPE Juice,Frozen Concentrate,Sweetened,Diluted with 3 VOLUME H2O,with Vitamin CGROUNDCHERRIES,(CAPE-GOOSEBERRIES OR POHA),RAWGUAVAS,COMMON,RAWGUAVAS,STRAWBERRY,RAWGUAVA SAUCE,COOKEDJACKFRUIT,RAWJAVA-PLUM,(JAMBOLAN),RAWJUJUBE,RAWJUJUBE,DRIEDKIWI FRUIT,(CHINESE GOOSEBERRIES),Fresh,RAWKUMQUATS,RAWLEMONS,RAW,WITHOUT PEELLEMONS,RAW,WITH PEELLEMON JUICE,RAWLEMON Juice,Canned OR BottledLEMON Juice,Frozen,Unsweetened,SINGLE STRENGTHLEMON PEEL,RAWLIMES,RAWLIME JUICE,RAWCASSAVA,RAWCAULIFLOWER,RAWCAULIFLOWER,Cooked,Boiled,Drained,without SALTCAULIFLOWER,Frozen,UnpreparedCAULIFLOWER,Frozen,Cooked,Boiled,Drained,without SALTCELERIAC,RAWCELERIAC,Cooked,Boiled,Drained,without SALTCELERY,RAWCELERY,Cooked,Boiled,Drained,without SALTCELTUCE,RAWCHARD,SWISS,RAWCHARD,SWISS,Cooked,Boiled,Drained,without SALTCHAYOTE,FRUIT,RAWCHAYOTE,FRUIT,Cooked,Boiled,Drained,without SALTCHICORY,WITLOOF,RAWCHICORY GREENS,RAWCHICORY ROOTS,RAWCHIVES,RAWCHRYSANTHEMUM,GARLAND,RAWCHRYSANTHEMUM,GARLAND,Cooked,Boiled,Drained,without SALTCOLESLAW,HOME-PREPAREDCOLLARDS,RAWCOLLARDS,Cooked,Boiled,Drained,without SALTCOLLARDS,Frozen,Chopped,UnpreparedCOLLARDS,Frozen,Chopped,Cooked,Boiled,Drained,without SALTCORIANDER (CILANTRO) LEAVES,RAWCORN,SWEET,YELLOW,RAWCORN,Sweet,Yellow,Cooked,Boiled,Drained,without SALTCORN,Sweet,Yellow,Canned,BRINE Pack,Regular Pack,Solids and LIQUIDSCHARD,SWISS,Cooked,Boiled,Drained,with SALTCHAYOTE,FRUIT,Cooked,Boiled,Drained,with SALTCHRYSANTHEMUM,GARLAND,Cooked,Boiled,Drained,with SALTCOLLARDS,Cooked,Boiled,Drained,with SALTCOLLARDS,Frozen,Chopped,Cooked,Boiled,Drained,with SALTCORN,Sweet,Yellow,Cooked,Boiled,Drained,with SALTCORN,Sweet,Yellow,Canned,NO SALT,Solids and LIQUIDSCORN,Sweet,Yellow,Canned,Cream STYLE,NO SALTCORN,Sweet,Yellow,Canned,VACUUM Pack,NO SALTCORN,Sweet,Yellow,Frozen,Kernels,CUT OFF COB,Boiled,Drained,with SALTCORN,Sweet,Yellow,Frozen,Kernels ON COB,Cooked,Boiled,Drained,with SALTCOWPEAS (BLACKEYES),Immature SEEDS,Cooked,Boiled,Drained,with SALTCOWPEAS (BLACKEYES),Immature SEEDS,Frozen,Cooked,Boiled,Drained,with SALTCOWPEAS,YOUNG PODS with SEEDS,Cooked,Boiled,Drained,with SALTCOWPEAS,LEAFY TIPS,Cooked,Boiled,Drained,with SALTCRESS,GARDEN,Cooked,Boiled,Drained,with SALTDANDELION Greens,Cooked,Boiled,Drained,with SALTEGGPLANT,Cooked,Boiled,Drained,with SALTGOURD,WHITE-FLOWERED (CALABASH),Cooked,Boiled,Drained,with SALTGOURD,DISHCLOTH (TOWELGOURD),Cooked,Boiled,Drained,with SALTHORSERADISH-TREE,LEAFY TIPS,Cooked,Boiled,Drained,with SALTHORSERADISH-TREE,PODS,Cooked,Boiled,Drained,with SALTHYACINTH-BEANS,Immature SEEDS,Cooked,Boiled,Drained,with SALTJUTE,POTHERB,Cooked,Boiled,Drained,with SALTKALE,Cooked,Boiled,Drained,with SALTKALE,Frozen,Cooked,Boiled,Drained,with SALTKALE,SCOTCH,Cooked,Boiled,Drained,with SALTCEREALS,QUAKER,Instant OATMEAL,Apples and Cinnamon,DRYCEREALS,QUAKER,Instant OATMEAL,Apples and Cinnamon,Prepared with BOILING H2OCEREALS,OATS,Instant,Fortified,with Cinnamon and SPICE,DRYCEREALS,OATS,Instant,Fortified,with Cinnamon and SPICE,Prepared with H2OCEREALS,QUAKER,Instant OATMEAL,MAPLE and BROWN SUGAR,DRYCEREALS,QUAKER,Instant OAT, MAPLE and BR SUGAR,Prepared with BOIL H2OCEREALS,OATS,Instant,Fortified,with RAISINS and SPICE,DRYCEREALS,OATS,Instant,Fortified,with RAISINS and SPICE,Prepared with H2OCEREALS,RALSTON,DRYCEREALS,RALSTON,Cooked with H2O,without SALTCEREALS,ROMAN MEAL,Plain,DRYCEREALS,ROMAN MEAL,Plain,Cooked with H2O,without SALTCEREALS Ready-to-eat,MALT-O-MEAL,Marshmallow MATEYSCEREALS Ready-to-eat,GENERAL MILLS,Cinnamon GRAHAMSCEREALS Ready-to-eat,Chocolate Flavored RINGS,PRESWEETENED,SINGLE BRANDCEREALS,WHEATENA,DRYCEREALS,WHEATENA,Cooked with H2OCEREALS,Whole WHEAT HOT Natural Cereal,DRYLIME Juice,Canned OR Bottled,UnsweetenedLITCHIS,RAWLITCHIS,DRIEDLOGANBERRIES,FROZENLONGANS,RAWLONGANS,DRIEDLOQUATS,RAWMAMMY-APPLE,(MAMEY),RAWMANGOS,RAWMANGOSTEEN,Canned,SYRUP PackMELONS,CANTALOUPE,RAWMELONS,CASABA,RAWMELONS,HONEYDEW,RAWMELON BALLS,FROZENFRUIT,Mixed,(PEACH and PEAR and Pineapple),Canned,Heavy SYRUP,Solids and LIQUIDSFRUIT,Mixed,(PRUNE and APRICOT and PEAR),DRIEDFRUIT,Mixed,(PCH, CHER-Sweet and SR, RASPB, GRAPE, BOYS),Frozen,SweetenedMULBERRIES,RAWNECTARINES,RAWOHELOBERRIES,RAWOLIVES,RIPE,Canned (SMALL-EXTRA Large)OLIVES,RIPE,Canned (JUMBO-SUPER COLOSSAL)OLIVES,PICKLED,Canned OR Bottled,GreenORANGES,RAW,ALL Commercial Variety, varietiesORANGES,RAW,CALIFORNIA,VALENCIASORANGES,RAW,NAVELSORANGES,RAW,FLORIDAORANGES,RAW,WITH PEELORANGE JUICE,RAWORANGE Juice,Canned,UnsweetenedORANGE Juice,CHILLED,Including FROM ConcentrateCORN,Sweet,Yellow,Canned,Whole KERNEL,Drained SolidsCORN,Sweet,Yellow,Canned,Cream STYLE,Regular PackCORN,Sweet,Yellow,Canned,VACUUM Pack,Regular PackCORN,Sweet,Yellow,Frozen,Kernels CUT OFF COB,UnpreparedCORN,Sweet,Yellow,Frozen,Kernels CUT OFF COB,Boiled,Drained,without SALTCORN,Sweet,Yellow,Frozen,Kernels ON COB,UnpreparedCORN,Sweet,Yellow,Frozen,Kernels ON COB,Cooked,Boiled,Drained,without SALTCORN with Reduced and Green PEPPERS,Canned,Solids and LIQUIDSCORNSALAD,RAWCOWPEAS (BLACKEYES),Immature SEEDS,RAWCOWPEAS (BLACKEYES),Immature SEEDS,Cooked,Boiled,Drained,without SALTCOWPEAS (BLACKEYES),Immature SEEDS,Frozen,UnpreparedCOWPEAS (BLACKEYES),IMMTRE SEEDS,Frozen,Cooked,Boiled,Drained,without SALTCOWPEAS,YOUNG PODS with SEEDS,RAWCOWPEAS,YOUNG PODS with SEEDS,Cooked,Boiled,Drained,without SALTYARDLONG BEAN,RAWYARDLONG BEAN,Cooked,Boiled,Drained,without SALTCOWPEAS,LEAFY TIPS,RAWCOWPEAS,LEAFY TIPS,Cooked,Boiled,Drained,without SALTCRESS,GARDEN,RAWCRESS,GARDEN,Cooked,Boiled,Drained,without SALTCUCUMBER,WITH PEEL,RAWCUCUMBER,PEELED,RAWDANDELION GREENS,RAWDANDELION Greens,Cooked,Boiled,Drained,without SALTEGGPLANT,RAWKOHLRABI,Cooked,Boiled,Drained,with SALTLAMBS QUARTERS,Cooked,Boiled,Drained,with SALTLEEKS,(BULB and LOWER LEAF-PORTION),Cooked,Boiled,Drained,with SALTLOTUS ROOT,Cooked,Boiled,Drained,with SALTMUSHROOMS,Cooked,Boiled,Drained,with SALTMUSHROOMS,SHIITAKE,Cooked,with SALTMUSTARD Greens,Cooked,Boiled,Drained,with SALTMUSTARD Greens,Frozen,Cooked,Boiled,Drained,with SALTMUSTARD SPINACH,(TENDERGREEN),Cooked,Boiled,Drained,with SALTNEW ZEALAND SPINACH,Cooked,Boiled,Drained,with SALTOKRA,Cooked,Boiled,Drained,with SALTOKRA,Frozen,Cooked,Boiled,Drained,with SALTONIONS,Cooked,Boiled,Drained,with SALTONIONS,Frozen,Chopped,Cooked,Boiled,Drained,with SALTONIONS,Frozen,Whole,Cooked,Boiled,Drained,with SALTPARSNIPS,Cooked,Boiled,Drained,with SALTPEAS,EDIBLE-PODDED,Cooked,Boiled,Drained,with SALTPEAS,EDIBLE-PODDED,Frozen,Cooked,Boiled,Drained,with SALTPEAS,Green,Cooked,Boiled,Drained,with SALTPEAS,Green,Canned,NO SALT,Solids and LIQUIDSPEAS,Green,Canned,NO SALT,Drained SolidsPEAS,Green,Frozen,Cooked,Boiled,Drained,with SALTPEAS,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALTPEAS and CARROTS,Canned,NO SALT,Solids and LIQUIDSPEAS and CARROTS,Frozen,Cooked,Boiled,Drained,with SALTPEAS and ONIONS,Frozen,Cooked,Boiled,Drained,with SALTPEPPERS,HOT CHILI,Reduced,RAWCEREALS,Whole WHEAT HOT Natural Cereal,Cooked with H2O,without SALTCEREALS Ready-to-eat,QUAKER,QUAKER PUFFED WHEATCEREALS Ready-to-eat,WHEAT,SHREDDED,Plain,SUGAR and SALT FREECEREALS Ready-to-eat,WHEAT,SHREDDED,Plain,SUGAR and SALT FREE,SPOON SIZECEREALS Ready-to-eat,NUTRI-GRAIN,WHEAT,SEE NEW PRODUCT 08292CEREALS,ROMAN MEAL WITH OATS,Cooked with H2O,without SALTCEREALS Ready-to-eat,RICE,PUFFED,FortifiedCEREALS Ready-to-eat,WHEAT,PUFFED,FortifiedCEREALS,CORN GRITS,WHITE,Regular and QUICK,Unenriched,DRYCEREALS,CORN GRITS,Yellow,Regular and QUICK,Enriched,DRYCEREALS,CORN GRITS,Yellow,Regular and QUICK,Unenriched,DRYCEREALS,CORN GRITS,WHITE,Regular,QUICK,Enriched,Cooked with H2O,with SALTCEREALS,CORN GRITS,WHITE,Regular and QCK,Unenriched,Cooked with H2O,without SALTCEREALS,CORN GRITS,WHITE,Regular,QUICK,Unenriched,Cooked with H2O,with SALTCEREALS,CORN GRITS,Yellow,Regular and QUICK,Enriched,Cooked with H2O,without SALTCEREALS,CORN GRITS,Yellow,Regular,QUICK,Enriched,Cooked with H2O,with SALTCEREALS,CORN GRITS,Yellow,Regular and QUICK,Unenriched,Cooked with H2O,without SALTORANGE Juice,Frozen Concentrate,Unsweetened,UndilutedORANGE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2OORANGE PEEL,RAWORANGE-GRAPEFRUIT Juice,Canned,UnsweetenedTANGERINES,(MANDARIN ORANGES),RAWTANGERINES,(MANDARIN ORANGES),Canned,Juice PackTANGERINES,(MANDARIN ORANGES),Canned,Light SYRUP PackTANGERINE JUICE,RAWTANGERINE Juice,Canned,SweetenedTANGERINE Juice,Frozen Concentrate,Sweetened,UndilutedTANGERINE Juice,Frozen Concentrate,Sweetened,Diluted with 3 VOLUME H2OPAPAYAS,RAWPAPAYA NECTAR,CANNEDPASSION-FRUIT,(GRANADILLA),PURPLE,RAWPASSION-FRUIT Juice,PURPLE,RAWPASSION-FRUIT Juice,Yellow,RAWPEACHES,RAWPEACHES,Canned,H2O Pack,Solids and LIQUIDSPEACHES,Canned,Juice Pack,Solids and LIQUIDSPEACHES,Canned,Extra Light SYRUP,Solids and LIQUIDSPEACHES,Canned,Light SYRUP Pack,Solids and LIQUIDSPEACHES,Canned,Heavy SYRUP Pack,Solids and LIQUIDSPEACHES,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDSPEACHES,SPICED,Canned,Heavy SYRUP Pack,Solids and LIQUIDSPEACHES,Dehydrated (LOW-MOISTURE),SULFURED,UncookedPEACHES,Dehydrated (LOW-MOISTURE),SULFURED,StewedPEACHES,DRIED,SULFURED,UncookedEGGPLANT,Cooked,Boiled,Drained,without SALTENDIVE,RAWGARLIC,RAWGINGER ROOT,RAWGOURD,WHITE-FLOWERED (CALABASH),RAWGOURD,WHITE-FLOWERED (CALABASH),Cooked,Boiled,Drained,without SALTGOURD,DISHCLOTH (TOWELGOURD),RAWGOURD,DISHCLOTH (TOWELGOURD),Cooked,Boiled,Drained,without SALTHORSERADISH-TREE LEAFY TIPS,RAWHORSERADISH-TREE,LEAFY TIPS,Cooked,Boiled,Drained,without SALTHYACINTH-BEANS,Immature SEEDS,RAWHYACINTH-BEANS,Immature SEEDS,Cooked,Boiled,Drained,without SALTJERUSALEM-ARTICHOKES,RAWJEW'S EAR,(PEPEAO),RAWJEW'S EAR,(PEPEAO),DRIEDJUTE,POTHERB,RAWJUTE,POTHERB,Cooked,Boiled,Drained,without SALTKALE,RAWKALE,Cooked,Boiled,Drained,without SALTKALE,FROZEN,UNPREPAREDKALE,Frozen,Cooked,Boiled,Drained,without SALTKANPYO,(DRIED GOURD STRIPS)KOHLRABI,RAWKOHLRABI,Cooked,Boiled,Drained,without SALTLAMBSQUARTERS,RAWLAMBSQUARTERS,Cooked,Boiled,Drained,without SALTLEEKS,(BULB and LOWER LEAF-PORTION),RAWLEEKS,(BULB and LOWER LEAF-PORTION),Cooked,Boiled,Drained,without SALTLENTILS,SPROUTED,RAWLENTILS,SPROUTED,Cooked,STIR-FRIED,without SALTLETTUCE,BUTTERHEAD (Including BOSTON and BIBB TYPES),RAWLETTUCE,COS OR ROMAINE,RAWPEPPERS,HOT CHILI,Reduced,Canned,EXCLUDING SEEDS,Solids and LIQUIDSPEPPERS,SWEET,Reduced,RAWPEPPERS,Sweet,Green,Cooked,Boiled,Drained,with SALTPEPPERS,Sweet,Reduced,Cooked,Boiled,Drained,without SALTPEPPERS,Sweet,Reduced,Cooked,Boiled,Drained,with SALTPEPPERS,Sweet,Green,Frozen,Chopped,Cooked,Boiled,Drained,with SALTPIGEONPEAS,Immature SEEDS,Cooked,Boiled,Drained,with SALTPOKEBERRY SHOOTS,(POKE),Cooked,Boiled,Drained,with SALTPOTATOES,Baked,FLESH and Skin,with SALTPOTATOES,Baked,FLESH,with SALTPOTATOES,Baked,Skin,with SALTPOTATOES,Boiled,Cooked IN Skin,FLESH,with SALTPOTATOES,Boiled,Cooked IN Skin,Skin,with SALTPOTATOES,Boiled,Cooked without Skin,FLESH,with SALTPOTATOES,MICROWAVED,Cooked,IN Skin,FLESH and Skin,with SALTPOTATOES,MICROWAVED,Cooked IN Skin,FLESH,with SALTPOTATOES,MICROWAVED,Cooked,IN Skin,Skin with SALTPOTATOES,Frozen,Whole,Cooked,Boiled,Drained,with SALTPOTATOES,French fries,Frozen,HOME-PREPARED,Heated IN OVEN,with SALTPOTATOES,Frozen,FRCH FR,Partially fried,CTTGE-CUT,Prepared,Heated OVEN,with SALTPOTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING MARGARINEPOTATOES,Scalloped,HOME-PREPARED with MARGARINEPUMPKIN,Cooked,Boiled,Drained,with SALTPUMPKIN,CANNED,WITH SALTPUMPKIN,FLOWERS,Cooked,Boiled,Drained,with SALTPUMPKIN,LEAVES,Cooked,Boiled,Drained,with SALTPURSLANE,Cooked,Boiled,Drained,with SALTRADISHES,ORIENTAL,Cooked,Boiled,Drained,with SALTRUTABAGAS,Cooked,Boiled,Drained,with SALTSALSIFY,Cooked,Boiled,Drained,with SALTCEREALS,CORN GRITS,Yellow,Regular,QUICK,Unenriched,Cooked with H2O,with SALTCEREALS,CREAM OF RICE,Cooked with H2O,with SALTCEREALS,Cream OF WHEAT,Regular,Cooked with H2O,with SALT,(WHEAT)CEREALS,CREAM OF WHEAT,QUICK,Cooked with H2O,with SALTCEREALS,Cream OF WHEAT,Instant,Prepared with H2O,with SALT,(WHEAT)CEREALS,FARINA,Unenriched,DRYCEREALS,FARINA,Enriched,Cooked with H2O,with SALT,CEREALS,MALTEX,Cooked with H2O,with SALTCEREALS,MALT-O-MEAL,Chocolate,DRYCEREALS,MALT-O-MEAL,Plain and Chocolate,Cooked with H2O,with SALTCEREALS,MAYPO,Cooked with H2O,with SALTCEREALS,OATS,Regular and QUICK and Instant,Unenriched,Cooked with H2O,with SALTCEREALS,ROMAN MEAL,Plain,Cooked with H2O,with SALTCEREALS,WHEATENA,Cooked with H2O,with SALTCEREALS,Whole WHEAT HOT Natural Cereal,Cooked with H2O,with SALTCEREALS,ROMAN MEAL WITH OATS,Cooked with H2O,with SALTCEREALS,RALSTON,Cooked with H2O,with SALTCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Low Fat GRANOLA without RAISINSCEREALS Ready-to-eat,GENERAL MILLS,OATMEAL CRISP with ApplesCEREALS Ready-to-eat,WHEAT,SHREDDED,PRESWEETENED,SINGLE BRANDCEREALS Ready-to-eat,CORN,RICE,WHEAT,OAT,PRESWEETENED,with FRUIT and ALMONDSCEREALS Ready-to-eat,GENERAL MILLS,REESE'S PUFFSPEACHES,DRIED,SULFURED,Stewed,without SUGARPEACHES,DRIED,SULFURED,Stewed,with SUGARPEACHES,Frozen,SLICED,SweetenedPEACH NECTAR,Canned,without Vitamin CPEARS,RAWPEARS,Canned,H2O Pack,Solids and LIQUIDSPEARS,Canned,Juice Pack,Solids and LIQUIDSPEARS,Canned,Extra Light SYRUP Pack,Solids and LIQUIDSPEARS,Canned,Light SYRUP Pack,Solids and LIQUIDSPEARS,Canned,Heavy SYRUP Pack,Solids and LIQUIDSPEARS,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDSPEARS,DRIED,SULFURED,UncookedPEARS,DRIED,SULFURED,Stewed,without SUGARPEARS,DRIED,SULFURED,Stewed,with SUGARPEAR NECTAR,Canned,without Vitamin CPERSIMMONS,JAPANESE,RAWPERSIMMONS,JAPANESE,DRIEDPERSIMMONS,NATIVE,RAWPINEAPPLE,RAW,ALL Variety, varietiesPINEAPPLE,Canned,H2O Pack,Solids and LIQUIDSPINEAPPLE,Canned,Juice Pack,Solids and LIQUIDSPINEAPPLE,Canned,Light SYRUP Pack,Solids and LIQUIDSPINEAPPLE,Canned,Heavy SYRUP Pack,Solids and LIQUIDSPINEAPPLE,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDSPINEAPPLE,Frozen,CHUNKS,SweetenedPINEAPPLE Juice,Canned,Unsweetened,without Vitamin CPINEAPPLE Juice,Frozen Concentrate,Unsweetened,UndilutedPINEAPPLE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2OLETTUCE,ICEBERG (Including CRISPHEAD TYPES),RAWLETTUCE,Green LEAF,RAWLOTUS ROOT,RAWLOTUS ROOT,Cooked,Boiled,Drained,without SALTLETTUCE,Reduced LEAF,RAWMOUNTAIN YAM,HAWAII,RAWMOUNTAIN YAM,HAWAII,Cooked,Steamed,without SALTMUSHROOMS,RAWMUSHROOMS,Cooked,Boiled,Drained,without SALTMUSHROOMS,Canned,Drained SolidsMUSHROOMS,PORTABELLA,RAWMUSHROOMS,BROWN,ITALIAN,OR CRIMINI,RAWMUSHROOMS,SHIITAKE,DRIEDMUSHROOMS,SHIITAKE,Cooked,without SALTMUSTARD GREENS,RAWMUSTARD Greens,Cooked,Boiled,Drained,without SALTMUSTARD Greens,Frozen,UnpreparedMUSTARD Greens,Frozen,Cooked,Boiled,Drained,without SALTMUSTARD SPINACH,(TENDERGREEN),RAWMUSTARD SPINACH,(TENDERGREEN),Cooked,Boiled,Drained,without SALTNEW ZEALAND SPINACH,RAWNEW ZEALAND SPINACH,Cooked,Boiled,Drained,without SALTOKRA,RAWOKRA,Cooked,Boiled,Drained,without SALTOKRA,FROZEN,UNPREPAREDOKRA,Frozen,Cooked,Boiled,Drained,without SALTONIONS,RAWONIONS,Cooked,Boiled,Drained,without SALTSOYBEANS,Green,Cooked,Boiled,Drained,with SALTSPINACH,Cooked,Boiled,Drained,with SALTSPINACH,Canned,NO SALT,Solids and LIQUIDSSPINACH,Frozen,Chopped OR LEAF,Cooked,Boiled,Drained,with SALTSQUASH,Summer,ALL Variety, varieties,Cooked,Boiled,Drained,with SALTSQUASH,Summer,CROOKNECK and STRAIGHTNECK,Cooked,Boiled,Drained,with SALTSQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Cooked,Boiled,Drained,with SALTSQUASH,Summer,SCALLOP,Cooked,Boiled,Drained,with SALTSQUASH,Summer,ZUCCHINI,Including Skin,Cooked,Boiled,Drained,with SALTSQUASH,Summer,ZUCCHINI,Including Skin,Frozen,Cooked,Boiled,Drained,with SALTSQUASH,Winter,ALL Variety, varieties,Cooked,Baked,with SALTSQUASH,Winter,ACORN,Cooked,Baked,with SALTSQUASH,Winter,ACORN,Cooked,Boiled,Mashed,with SALTSQUASH,Winter,BUTTERNUT,Cooked,Baked,with SALTSQUASH,Winter,BUTTERNUT,Frozen,Cooked,Boiled,with SALTSQUASH,Winter,HUBBARD,Cooked,Baked,with SALTSQUASH,Winter,HUBBARD,Cooked,Boiled,Mashed,with SALTSQUASH,Winter,SPAGHETTI,Cooked,Boiled,Drained,OR Baked,with SALTSUCCOTASH,(CORN and LIMAS),Cooked,Boiled,Drained,with SALTSUCCOTASH,(CORN and LIMAS),Frozen,Cooked,Boiled,Drained,with SALTSWAMP CABBAGE,Cooked,Boiled,Drained,with SALTSWEET POTATO LEAVES,Cooked,Steamed,with SALTSWEET POTATO,Cooked,Baked IN Skin,with SALTSWEET POTATO,Cooked,Boiled,without Skin,with SALTSWEET POTATO,Frozen,Cooked,Baked,with SALTTARO,COOKED,WITH SALTTARO,LEAVES,Cooked,Steamed,with SALTTARO,SHOOTS,Cooked,with SALTTARO,TAHITIAN,Cooked,with SALTTOMATOES,Reduced,RIPE,RAW,NOVEMBER THRU MAY AVERAGETOMATOES,Reduced,RIPE,RAW,JUNE THRU OCTOBER AVERAGECEREALS Ready-to-eat,HEALTHY Choice,KELLOGG'S ALMOND CRUNCH with RAISINSCEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,DRYCEREALS Ready-to-eat,GENERAL MILLS,OATMEAL CRISP with ALMONDSCEREALS Ready-to-eat,CHOCOLATE-FLAVORED Frosted PUFFED CORNCEREALS Ready-to-eat,MALT-O-MEAL,COCO-ROOSCEREALS Ready-to-eat,QUAKER,QUAKER OAT Cinnamon LIFECEREALS Ready-to-eat,QUAKER,HONEY GRAHAM OH!SCEREALS Ready-to-eat,QUAKER,SUN COUNTRY GRANOLA with ALMONDSCEREALS Ready-to-eat,QUAKER,QUAKER OATMEAL SQUARESCEREALS Ready-to-eat,QUAKER,QUAKER Cinnamon OATMEAL SQUARESCEREALS Ready-to-eat,QUAKER,QUAKER OAT BRAN CerealCEREALS Ready-to-eat,QUAKER,100% Natural Cereal with OATS,HONEY, and RAISINSCEREALS Ready-to-eat,QUAKER,HONEY NUT HEAVENCEREALS Ready-to-eat,QUAKER,Low Fat 100% Natural GRANOLA with RAISINSCEREALS,QUAKER,CORN GRITS,Instant,BUTTER FLAVOR,DRYCEREALS,QUAKER,Instant OATMEAL,FRUIT and Cream Variety, varieties,DRYCEREALS,QUAKER,Instant OATMEAL,FRT and Cream Variety, varieties,Prepared with BOILING H2OCEREALS,QUAKER,Instant OATMEAL,RAISINS,DATES and WALNUTS,DRYCEREALS,QUAKER,Instant OATMEAL,Low Sodium,DRYCEREALS,QUAKER,FARINA,CREAMY WHEAT,Enriched,DRYCEREALS,QUAKER,OAT BRAN,QUAKER/MOTHER'S OAT BRAN,DRYCEREALS,QUAKER,SCOTCH BARLEY,Regular and QUICK,DRYCEREALS,QUAKER,OATMEAL,Instant,Low Sodium,Prepared with H2OCEREALS,QUAKER,OATMEAL,Instant,RAISINS,DATES and WALNUTS,Prepared with H2OCEREALS,QKR,OAT BRAN,Prepared with H2O,NO SALTCEREALS,QUAKER,CREAMY WHEAT,FARINA,Enriched,Prepared with H2O,NO SALTPITANGA,(SURINAM-CHERRY),RAWPLANTAINS,RAWPLANTAINS,COOKEDPLUMS,RAWPLUMS,Canned,PURPLE,H2O Pack,Solids and LIQUIDSPLUMS,Canned,PURPLE,Juice Pack,Solids and LIQUIDSPLUMS,Canned,PURPLE,Light SYRUP Pack,Solids and LIQUIDSPLUMS,Canned,PURPLE,Heavy SYRUP Pack,Solids and LIQUIDSPLUMS,Canned,PURPLE,Extra Heavy SYRUP Pack,Solids and LIQUIDSPOMEGRANATES,RAWPRICKLY PEARS,RAWPRUNES,Canned,Heavy SYRUP Pack,Solids and LIQUIDSPRUNES,Dehydrated (LOW-MOISTURE),UncookedPRUNES,Dehydrated (LOW-MOISTURE),StewedPLUMS,DRIED (PRUNES),UncookedPLUMS,DRIED (PRUNES),Stewed,without ADDED SUGARPLUMS,DRIED (PRUNES),Stewed,with ADDED SUGARPRUNE JUICE,CANNEDPUMMELO,RAWQUINCES,RAWRAISINS,GOLDEN SEEDLESSRAISINS,SEEDLESSRAISINS,SEEDEDRAMBUTAN,Canned,SYRUP PackRASPBERRIES,RAWRASPBERRIES,Canned,Reduced,Heavy SYRUP Pack,Solids and LIQUIDSRASPBERRIES,Frozen,Reduced,SweetenedONIONS,DEHYDRATED FLAKESONIONS,Canned,Solids and LIQUIDSONIONS,Frozen,Chopped,UnpreparedONIONS,Frozen,Chopped,Cooked,Boiled,Drained,without SALTONIONS,Frozen,Whole,UnpreparedONIONS,Frozen,Whole,Cooked,Boiled,Drained,without SALTONIONS,SPRING OR SCALLIONS (Including TOPS and BULB),RAWONIONS,YOUNG Green,TOPS ONLYONIONS,WELSH,RAWONIONS,Sweet,RAWONION RINGS,BREADED,Partially fried,Frozen,UnpreparedONION RINGS,BREADED,Partially fried,Frozen,Prepared,Heated IN OVENPARSLEY,RAWPARSNIPS,RAWPARSNIPS,Cooked,Boiled,Drained,without SALTPEAS,EDIBLE-PODDED,RAWPEAS,EDIBLE-PODDED,Cooked,Boiled,Drained,without SALTPEAS,EDIBLE-PODDED,Frozen,UnpreparedPEAS,EDIBLE-PODDED,Frozen,Cooked,Boiled,Drained,without SALTPEAS,GREEN,RAWPEAS,Green,Cooked,Boiled,Drained,without SALTPEAS,Green,Canned,Regular Pack,Solids and LIQUIDSPEAS,Green,Canned,Regular Pack,Drained SolidsPEAS,Green,Canned,SEASONED,Solids and LIQUIDSPEAS,Green,Frozen,UnpreparedPEAS,Green,Frozen,Cooked,Boiled,Drained,without SALTPEAS,MATURE SEEDS,SPROUTED,RAWPEAS,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALTTOMATOES,Reduced,RIPE,Cooked,with SALTTOMATOES,Reduced,RIPE,Canned,Whole,NO SALTTOMATO Juice,Canned,without SALTTOMATO PRODUCTS,Canned,PASTE,with SALTTOMATO PRODUCTS,Canned,PUREE,with SALTTURNIPS,Cooked,Boiled,Drained,with SALTTURNIPS,Frozen,Cooked,Boiled,Drained,with SALTTURNIP Greens,Cooked,Boiled,Drained,with SALTTURNIP Greens,Frozen,Cooked,Boiled,Drained,with SALTTURNIP Greens and TURNIPS,Frozen,Cooked,Boiled,Drained,with SALTVEGETABLES,Mixed,Frozen,Cooked,Boiled,Drained,with SALTWAXGOURD,(CHINESE PRESERVING MELON),Cooked,Boiled,Drained,with SALTWINGED BEAN,Immature SEEDS,Cooked,Boiled,Drained,with SALTYAM,Cooked,Boiled,Drained,OR Baked,with SALTYAMBEAN (JICAMA),Cooked,Boiled,Drained,with SALTYARDLONG BEAN,Cooked,Boiled,Drained,with SALTCORN,SWEET,WHITE,RAWCORN,Sweet,WHITE,Cooked,Boiled,Drained,without SALTCORN,Sweet,WHITE,Cooked,Boiled,Drained,with SALTCORN,Sweet,WHITE,Canned,Whole KERNEL,Regular Pack,Solids and LIQUIDSCORN,Sweet,WHITE,Canned,Whole KERNEL,NO SALT,Solids and LIQUIDSCORN,Sweet,WHITE,Canned,Whole KERNEL,Drained SolidsCORN,Sweet,WHITE,Canned,Cream STYLE,Regular PackCORN,Sweet,WHITE,Canned,Cream STYLE,NO SALTCORN,Sweet,WHITE,Canned,VACUUM Pack,Regular PackCEREALS,QUAKER,CORN GRITS,Instant,BUTTER FLAVOR,Prepared with H2OCEREALS,OAT BRAN,QKR,QKR/MOTHER'S OAT BRAN,Prepared with H2O,SALTCEREALS,QUAKER,CREAMY WHEAT,FARINA,Enriched,Prepared with H2O,SALTCEREALS Ready-to-eat,JUST RIGHT with CRUNCHY NUGGETSCEREALS Ready-to-eat,GENERAL MILLS,HONEY NUT CLUSTERSCEREALS Ready-to-eat,GENERAL MILLS,FIBER ONECEREALS Ready-to-eat,GENERAL MILLS,OATMEAL RAISIN CRISPCEREALS Ready-to-eat,GENERAL MILLS,TOTAL CORN FLAKESCEREALS Ready-to-eat,GENERAL MILLS,TOTAL RAISIN BRANCEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,Prepared with H2O,NO SALTCEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,Prepared with H2O,SALTCEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN with Extra FIBERCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Apple Cinnamon SQUARES MINI-WHEATSCEREALS Ready-to-eat,KELLOGG,KELLOGG'S COMPLETE OAT BRAN FLAKESCEREALS Ready-to-eat,KELLOGG,KELLOGG'S CRISPIXCEREALS Ready-to-eat,GENERAL MILLS,RAISIN NUT BRANCEREALS Ready-to-eat,GENERAL MILLS,BASIC 4CEREALS Ready-to-eat,GENERAL MILLS,Apple Cinnamon CHEERIOSCEREALS Ready-to-eat,GENERAL MILLS,Frosted WHEATIESCEREALS Ready-to-eat,GENERAL MILLS,Frosted CHEERIOSCEREALS Ready-to-eat,GENERAL MILLS,FRANKENBERRYCEREALS Ready-to-eat,GENERAL MILLS,COUNTRY CORN FLAKESCEREALS Ready-to-eat,GENERAL MILLS,COUNT CHOCULACEREALS Ready-to-eat,GENERAL MILLS,COCOA PUFFSCEREALS Ready-to-eat,GENERAL MILLS,Cinnamon TOAST CRUNCHCEREALS Ready-to-eat,GENERAL MILLS,BOO BERRYCEREALS Ready-to-eat,GENERAL MILLS,BERRY BERRY KIXRHUBARB,RAWRHUBARB,FROZEN,UNCOOKEDRHUBARB,Frozen,Cooked,with SUGARROSELLE,RAWROSE-APPLES,RAWSAPODILLA,RAWSAPOTES,(MARMALADE PLUM),RAWSOURSOP,RAWSTRAWBERRIES,RAWSTRAWBERRIES,Canned,Heavy SYRUP Pack,Solids and LIQUIDSSTRAWBERRIES,Frozen,UnsweetenedSTRAWBERRIES,Frozen,Sweetened,WholeSTRAWBERRIES,Frozen,Sweetened,SLICEDSUGAR-APPLES,(SWEETSOP),RAWTAMARINDS,RAWFRUIT SALAD,TROPICAL,Canned,Heavy SYRUP,Solids and LIQUIDSWATERMELON,RAWMARASCHINO CHERRIES,Canned,DrainedFEIJOA,RAWPEARS,ASIAN,RAWFRUIT COCKTAIL,Canned,Heavy SYRUP,DrainedPINEAPPLE,Canned,Juice Pack,DrainedAPRICOTS,Canned,Heavy SYRUP,DrainedCHERRIES,Sweet,Canned,Heavy SYRUP,DrainedPEACHES,Canned,Heavy SYRUP,DrainedPEARS,Canned,Heavy SYRUP,DrainedPLUMS,Canned,Heavy SYRUP,DrainedTANGERINES,(MANDARIN ORANGES),Canned,Juice Pack,DrainedAPPLE Juice,Canned OR Bottled,Unsweetened,with Vitamin CAPPLESAUCE,Canned,Unsweetened,with Vitamin CAPPLESAUCE,Canned,Sweetened,with SALTPEAS and CARROTS,Canned,Regular Pack,Solids and LIQUIDSPEAS and CARROTS,Frozen,UnpreparedPEAS and CARROTS,Frozen,Cooked,Boiled,Drained,without SALTPEAS and ONIONS,Canned,Solids and LIQUIDSPEAS and ONIONS,Frozen,UnpreparedPEAS and ONIONS,Frozen,Cooked,Boiled,Drained,without SALTPEPPERS,HOT CHILI,Green,Canned,PODS,EXCLUDING SEEDS,Solids and LIQUIDSPEPPERS,SWEET,GREEN,RAWPEPPERS,Sweet,Green,Cooked,Boiled,Drained,without SALTPEPPERS,Sweet,Green,Canned,Solids and LIQUIDSPEPPERS,Sweet,Green,Frozen,Chopped,UnpreparedPEPPERS,Sweet,Green,Frozen,Chopped,Boiled,Drained,without SALTPEPPERS,Sweet,Green,SAUTEEDPIGEONPEAS,Immature SEEDS,RAWPIGEONPEAS,Immature SEEDS,Cooked,Boiled,Drained,without SALTPOIPOKEBERRY SHOOTS,(POKE),RAWPOKEBERRY SHOOTS,(POKE),Cooked,Boiled,Drained,without SALTPOTATO,FLESH and Skin,RAWPOTATOES,RUSSET,FLESH and Skin,RAWPOTATOES,WHITE,FLESH and Skin,RAWPOTATOES,Reduced,FLESH and Skin,RAWPOTATOES,RUSSET,FLESH and Skin,BakedPOTATOES,WHITE,FLESH and Skin,BakedPOTATOES,Reduced,FLESH and Skin,BakedPOTATOES,RAW,SKINCORN,Sweet,WHITE,Canned,VACUUM Pack,NO SALTCORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,UnpreparedCORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Boiled,Drained,without SALTCORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Boiled,Drained,with SALTCORN,Sweet,WHITE,Frozen,Kernels ON COB,UnpreparedCORN,Sweet,WHITE,Frozen,Kernels ON COB,Cooked,Boiled,Drained,without SALTCORN,Sweet,WHITE,Frozen,Kernels ON COB,Cooked,Boiled,Drained,with SALTPEPPERS,Sweet,Reduced,Canned,Solids and LIQUIDSPEPPERS,Sweet,Reduced,Frozen,Chopped,UnpreparedPEPPERS,Sweet,Reduced,Frozen,Chopped,Cooked,Boiled,Drained,without SALTPEPPERS,Sweet,Reduced,Frozen,Chopped,Cooked,Boiled,Drained,with SALTPEPPERS,Sweet,Reduced,SAUTEEDSESBANIA FLOWER,Cooked,Steamed,with SALTSOYBEANS,MATURE SEEDS,SPROUTED,Cooked,Steamed,with SALTSOYBEANS,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIED,with SALTDOCK,Cooked,Boiled,Drained,with SALTLENTILS,SPROUTED,Cooked,STIR-FRIED,with SALTMOUNTAIN YAM,HAWAII,Cooked,Steamed,with SALTTREE FERN,Cooked,with SALTPOTATOES,Mashed,Prepared FROM GRANULES,without MILK,Whole MILK and MARGARINEPOTATOES,Mashed,Prepared FROM FLAKES,without MILK,Whole MILK and MARGARINEPEPPERS,Sweet,Reduced,FREEZE-DRIEDBEANS,SNAP,Yellow,Canned,Regular Pack,Drained SolidsBEANS,SNAP,Yellow,Canned,NO SALT,Drained SolidsPOTATOES,Mashed,HOME-PREPARED,Whole MILK and BUTTER ADDEDCATSUPCEREALS Ready-to-eat,GENERAL MILLS,NATURE VALLEY Low Fat FRUIT GRANOLACEREALS Ready-to-eat,GENERAL MILLS,KABOOMCEREALS Ready-to-eat,KELLOGG,KELLOGG'S JUST RIGHT FRUIT and NUTCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Low Fat GRANOLA with RAISINSCEREALS Ready-to-eat,KELLOGG,KELLOGG'S MUESLIXCEREALS Ready-to-eat,KELLOGG,KELLOGG'S RAISIN MINI-WHEATSCEREALS Ready-to-eat,KELLOGG,KELLOGG'S RICE KRISPIES TREATS CerealCEREALS Ready-to-eat,KELLOGG,KELLOGG'S STRAWBERRY MINI-WHEATSCEREALS Ready-to-eat,HEALTH VALLEY,FIBER 7 FLAKESCEREALS Ready-to-eat,QUAKER,QUAKER Apple ZAPSCEREALS Ready-to-eat,QUAKER,QUAKER COCOA BLASTSCEREALS Ready-to-eat,QUAKER,QUAKER FRUITANGY OH!SCEREALS Ready-to-eat,QUAKER,QUAKER Marshmallow SAFARICEREALS Ready-to-eat,QUAKER,QUAKER Sweet PUFFSCEREALS Ready-to-eat,OAT,CORN and WHEAT SQUARES,PRESWEETENED,MAPLE FlavoredCEREALS Ready-to-eat,KELLOGG,KELLOGG'S HONEY CRUNCH CORN FLAKESCEREALS,QUAKER,HOMINY GRITS,WHITE,QUICK,DRYCEREALS,QUAKER,HOMINY GRITS,Yellow,QUICK,DRYCEREALS,QUAKER,HOMINY GRITS,WHITE,Regular,DRYCEREALS,QUAKER,FARINA,Enriched Cinnamon FLAVOR,DRYCEREALS Ready-to-eat,KELLOGG,KELLOGG'S SMART START CerealCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted MINI-WHEATS,BITE SIZECEREALS Ready-to-eat,KRAFT,POST BANANA NUT CRUNCH CerealCEREALS Ready-to-eat,KRAFT,POST BLUEBERRY MORNING CerealCEREALS Ready-to-eat,KRAFT,POST BRAN FLAKESCEREALS Ready-to-eat,KRAFT,POST COCOA PEBBLES CerealCEREALS Ready-to-eat,KRAFT,POST FRUITY PEBBLES CerealCEREALS Ready-to-eat,KRAFT,POST Frosted ALPHA-BITS CerealCEREALS Ready-to-eat,KRAFT,POST Marshmallow ALPHA-BITS CerealCEREALS Ready-to-eat,KRAFT,POST FRUIT and FIBRE DATES,RAISINS and WALNUTS CerealCEREALS Ready-to-eat,KRAFT,POST GOLDEN CRISP CerealAPRICOT NECTAR,Canned,with Vitamin CGRAPEFRUIT JUICE,PINK,RAWKIWIFRUIT,(CHINESE GOOSEBERRIES),HELD IN STORAGE,RAWORANGE Juice,CALIFORNIA,CHILLED,Including FROM ConcentratePEACH NECTAR,Canned,with Vitamin CPEAR NECTAR,Canned,with Vitamin CPINEAPPLE Juice,Canned,with Vitamin C,UnsweetenedAPPLE Juice,Frozen Concentrate,Unsweetened,Undiluted,with Vitamin CAPPLE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O,with Vitamin CJACKFRUIT,Canned,SYRUP PackDATES,MEDJOOLDURIAN,RAW OR FROZENPRUNE PUREECANDIED FRUITABIYUCH,RAWROWAL,RAWPINEAPPLE,RAW,TRADITIONAL Variety, varietiesPINEAPPLE,RAW,Extra Sweet Variety, varietiesUSDA Commodity,Mixed FRUIT (PEACH,PEARS,GRAPES),Canned,Light SYRUP,DrainedUSDA Commodity,Mixed FRUIT (PEACH,PEAR,GRAPE),Canned,Light SYR,Solids and LiquidPORK,Fresh,CARCASS,Lean only and FAT,RAWPORK,Fresh,Composite OF Retail CUTS (LEG,LOIN,Shoulder),Lean only,RAWPORK,Fresh,Composite OF LEG,LOIN,Shoulder, and SPARERIBS,Lean only and FAT,RAWPORK,FRESH,BACKFAT,RAWPORK,Fresh,BELLY,RAWPORK,Fresh,FAT,RAWPORK,Fresh,FAT,CookedPORK,Fresh,LEG (HAM),Whole,Lean only and FAT,RAWPORK,Fresh,LEG (HAM),Whole,Lean only and FAT,Cooked,RoastedPORK,Fresh,LEG (HAM),Whole,Lean only,RAWPORK,Fresh,LEG (HAM),Whole,Lean only,Cooked,RoastedPORK,Fresh,LEG (HAM),RUMP HALF,Lean only and FAT,RAWPOTATOES,Baked,FLESH,without SALTPOTATOES,Baked,Skin,without SALTPOTATOES,Boiled,Cooked IN Skin,FLESH,without SALTPOTATOES,Boiled,Cooked IN Skin,Skin,without SALTPOTATOES,Boiled,Cooked without Skin,FLESH,without SALTPOTATOES,MICROWAVED,Cooked IN Skin,FLESH,without SALTPOTATOES,MICROWAVED,Cooked IN Skin,Skin,without SALTPOTATOES,HASHED BROWN,HOME-PREPAREDPOTATOES,Mashed,HOME-PREPARED,Whole MILK and MARGARINE ADDEDPOTATOES,Scalloped,HOME-PREPARED with BUTTERPOTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING BUTTERPOTATOES,Canned,Solids and LIQUIDSPOTATOES,Canned,Drained SolidsPOTATOES,Mashed,Dehydrated,FLAKES without MILK,DRY FORMPOTATOES,Mashed,Dehydrated,PRP FROM FLKS without MLK,Whole MLK and BTTR ADDEDPOTATOES,Mashed,Dehydrated,GRANULES without MILK,DRY FORMPOTATOES,Mashed,Dehydrated,Prepared FR GRNLS without MILK,Whole MILK and BUTTERPOTATOES,Mashed,Dehydrated,GRANULES with MILK,DRY FORMPOTATOES,Mashed,Dehydrated,Prepared FROM GRNLS with MLK,H2O and MRGRN ADDEDPICKLES,CUCUMBER,DILLPICKLE,CUCUMBER,SWEETPICKLE,CUCUMBER,SOURPICKLES,CUCUMBER,Fresh,(BREAD and BUTTER PICKLES)PIMENTO,CANNEDPICKLE RELISH,HOT DOGPICKLE RELISH,SWEETPICKLE,CUCUMBER,SOUR,Low SodiumPICKLES,CUCUMBER,DILL,Low SodiumPICKLE,CUCUMBER,Sweet,Low SodiumCATSUP,LOW SODIUMMUSHROOMS,ENOKI,RAWPEPPERS,SWEET,YELLOW,RAWRADICCHIO,RAWSQUASH,ZUCCHINI,BABY,RAWTOMATILLOS,RAWTOMATOES,SUN-DRIEDTOMATOES,SUN-DRIED,PACKED IN OIL,DrainedFENNEL,BULB,RAWPICKLE RELISH,HAMBURGERARUGULA,RAWCARROTS,BABY,RAWHEARTS OF PALM,CANNEDPEPPERS,HOT CHILE,SUN-DRIEDNOPALES,RAWNOPALES,Cooked,without SALTCAULIFLOWER,GREEN,RAWCEREALS Ready-to-eat,KRAFT,POST GRAPE-NUTS CerealCEREALS Ready-to-eat,KRAFT,POST GRAPE-NUTS FLAKESCEREALS Ready-to-eat,KRAFT,POST GREAT GRAINS CRUNCHY PECAN CerealCEREALS Ready-to-eat,KRAFT,POST GREAT GRAINS RAISIN,DATE and PECAN CerealCEREALS Ready-to-eat,KRAFT,POST HONEY BUNCHES OF OATS HONEY Roasted CerealCEREALS Ready-to-eat,KRAFT,POST HONEY BUNCHES OF OATS with ALMONDS CerealCEREALS Ready-to-eat,KRAFT,POST HONEYCOMB CerealCEREALS Ready-to-eat,KRAFT,POST OREO O'S CerealCEREALS Ready-to-eat,KRAFT,POST TOASTIES CORN FLAKESCEREALS Ready-to-eat,KRAFT,POST Frosted SHREDDED WHEAT BITE SIZE CerealCEREALS Ready-to-eat,KRAFT,POST THE ORIGINAL SHREDDED WHEAT 'N BRANCEREALS Ready-to-eat,KRAFT,POST THE ORIGIN SHREDDED WHEAT SPOON SIZECEREALS Ready-to-eat,KRAFT,POST 100% BRAN CerealCEREALS Ready-to-eat,GENERAL MILLS,MULTI-BRAN CHEXCEREALS Ready-to-eat,MALT-O-MEAL,COLOSSAL CRUNCHCEREALS Ready-to-eat,MALT-O-MEAL,BERRY COLOSSAL CRUNCHCEREALS Ready-to-eat,MALT-O-MEAL,CRISPY RICECEREALS Ready-to-eat,MALT-O-MEAL,TOOTIE FRUITIESCEREALS,Ready-to-eat,MALT-O-MEAL,TOASTY O'SCEREALS Ready-to-eat,QUAKER,MOTHER'S Peanut BUTTER BUMPERS CerealCEREALS Ready-to-eat,QUAKER,MOTHER'S Toasted OAT BRAN Cereal,BROWN SUGARCEREALS Ready-to-eat,QUAKER,MOTHER'S Cinnamon OAT CRUNCHCEREALS Ready-to-eat,QUAKER,MOTHER'S GROOVY GRAHAMSCEREALS Ready-to-eat,QUAKER,MOTHER'S COCOA BUMPERSCEREALS Ready-to-eat,QUAKER,FRUITY BRONTOSAURUS BLASTS,BAGGED CerealCEREALS Ready-to-eat,QUAKER,CRISPY CORN PUFFS CerealCEREALS Ready-to-eat,QUAKER,Frosted OATSCEREALS Ready-to-eat,QUAKER,OATMEAL Cereal,BROWN SUGAR BLISSCEREALS Ready-to-eat,QUAKER,HONEY GRAHAM BAGGED CerealCEREALS Ready-to-eat,QUAKER,Toasted OATS/OATMMM'SCEREALS Ready-to-eat,QUAKER,KRETSCHMER Toasted WHEAT BRANCEREALS Ready-to-eat,QUAKER,Cinnamon CRUNCH BAGGED CerealCEREALS Ready-to-eat,QUAKER,KRETSCHMER WHEAT GERM,RegularCEREALS Ready-to-eat,GENERAL MILLS,SUNRISECEREALS Ready-to-eat,GENERAL MILLS,PARA SU FAMILIA Cinnamon CORN STARSCEREALS Ready-to-eat,GENERAL MILLS,RICE CRUNCHINSPORK,Fresh,LEG (HAM),RUMP HALF,Lean only and FAT,Cooked,RoastedPORK,Fresh,LEG (HAM),RUMP HALF,Lean only,RAWPORK,Fresh,LEG (HAM),RUMP HALF,Lean only,Cooked,RoastedPORK,Fresh,LEG (HAM),SHANK HALF,Lean only and FAT,RAWPORK,Fresh,LEG (HAM),SHANK HALF,Lean only and FAT,Cooked,RoastedPORK,Fresh,LEG (HAM),SHANK HALF,Lean only,RAWPORK,Fresh,LEG (HAM),SHANK HALF,Lean only,Cooked,RoastedPORK,Fresh,LOIN,Whole,Lean only and FAT,RAWPORK,Fresh,LOIN,Whole,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,Whole,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,Whole,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,Whole,Lean only,RAWPORK,Fresh,LOIN,Whole,Lean only,Cooked,BraisedPORK,Fresh,LOIN,Whole,Lean only,Cooked,BroiledPORK,Fresh,LOIN,Whole,Lean only,Cooked,RoastedPORK,Fresh,LOIN,BLADE (CHOPS OR ROASTS),BONE-IN,Lean only and FAT,RAWPORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,BLADE (ROASTS),BONE-IN,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,BLADE (CHOPS OR ROASTS),BONE-IN,Lean only,RAWPORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only,Cooked,BraisedPORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only,Cooked,BroiledPORK,Fresh,LOIN,BLADE (ROASTS),BONE-IN,Lean only,Cooked,RoastedPORK,Fresh,LOIN,Center LOIN CHOPS OR ROASTS,BONE-IN,Lean only and FAT,RAWPORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,Center LOIN (ROASTS),BONE-IN,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,Center LOIN (CHOPS OR ROASTS),BONE-IN,Lean only,RAWPORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only,Cooked,BraisedPORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only,Cooked,BroiledPOTATOES,AU GRATIN,DRY MIX,UnpreparedPOTATOES,AU GRATIN,DRY MIX,Prepared with H2O,Whole MILK and BUTTERPOTATOES,Scalloped,DRY MIX,UnpreparedPOTATOES,Scalloped,DRY MIX,Prepared with H2O,Whole MILK and BUTTERPOTATOES,HASHED BROWN,Frozen,Plain,UnpreparedPOTATOES,HASHED BROWN,Frozen,Plain,PreparedPOTATOES,HASHED BROWN,Frozen,with BUTTER Sauce,UnpreparedPOTATOES,HASHED BROWN,Frozen,with BUTTER Sauce,PreparedPOTATOES,O'BRIEN,Frozen,UnpreparedPOTATOES,O'BRIEN,Frozen,PreparedPOTATO PUFFS,Frozen,UnpreparedPOTATO PUFFS,Frozen,PreparedPOTATOES,Frozen,Whole,UnpreparedPOTATOES,Frozen,Whole,Cooked,Boiled,Drained,without SALTPOTATOES,French fries,Frozen,UnpreparedPOTATOES,French fries,Frozen,HOME-PREPARED,Heated IN OVEN,without SALTPOTATOES,Frozen,French fries,Partially fried,COTTAGE-CUT,UnpreparedPOTATOES,Frozen,FRCH FR,Partially fried,CTTGE-CUT,Prepared,Heated OVEN,without SALTPOTATOES,Frozen,French fries,Partially fried,EXTRUDED,UnpreparedPOTATOES,Frozen,FRCH FR,Partially fried,EXTRUDED,Prepared,Heated OVEN,without SALTUSDA COMMODITY,POTATO WEDGES,FrozenPOTATO FLOURPOTATO SALAD,HOME-PREPAREDPUMPKIN FLOWERS,RAWPUMPKIN FLOWERS,Cooked,Boiled,Drained,without SALTPUMPKIN LEAVES,RAWPUMPKIN LEAVES,Cooked,Boiled,Drained,without SALTPUMPKIN,RAWPUMPKIN,Cooked,Boiled,Drained,without SALTPUMPKIN,Canned,without SALTPUMPKIN PIE MIX,CANNEDPURSLANE,RAWPURSLANE,Cooked,Boiled,Drained,without SALTCAULIFLOWER,Green,Cooked,NO SALTCAULIFLOWER,Green,Cooked,SALTBROCCOLI,CHINESE,COOKEDCABBAGE,NAPA,COOKEDLEMON GRASS (CITRONELLA),RAWBEANS,FAVA,IN POD,RAWGRAPE LEAVES,RAWGRAPE LEAVES,CannedPEPPER,BANANA,RAWPEPPER,SERRANO,RAWPEPPER,ANCHO,DRIEDPEPPERS,JALAPENO,RAWPEPPERS,CHILI,Green,CannedPEPPERS,HUNGARIAN,RAWPEPPERS,PASILLA,DRIEDPICKLES,CHOWCHOW,with CAULIFLOWER ONION MUSTARD,SweetEPAZOTE,RAWFIREWEED,LEAVES,RAWMALABAR SPINACH,COOKEDMUSHROOM,OYSTER,RAWFUNGI,CLOUD EARS,DRIEDMUSHROOMS,STRAW,Canned,Drained SolidsWASABI,ROOT,RAWYAUTIA (TANNIER),RAWFIDDLEHEAD FERNS,RAWFIDDLEHEAD FERNS,Frozen,UnpreparedBREADFRUIT SEEDS,RAWBREADFRUIT SEEDS,BOILEDBREADNUTTREE SEEDS,RAWBREADNUTTREE SEEDS,DRIEDCHIA SEEDS,DRIEDCOTTONSEED Flour,Partially DEFATTED (GLANDLESS)COTTONSEED Flour,Low Fat (GLANDLESS)COTTONSEED MEAL,Partially DEFATTED (GLANDLESS)LOTUS SEEDS,DRIEDPUMPKIN and SQUASH Seed Kernels,DRIEDCEREALS Ready-to-eat,GENERAL MILLS,PARA SU FAMILIA RAISIN BRANCEREALS Ready-to-eat,GENERAL MILLS,NESQUICK ChocolateCEREALS Ready-to-eat,KELLOGG,KELLOGG'S,CRISPIX Cinnamon CRUNCHCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Marshmallow BLASTED FROOT LOOPSCEREALS Ready-to-eat,KELLOGG,KELLOGG'S PUFFED RICECEREALS Ready-to-eat,KELLOGG,KELLOGG'S PUFFED WHEATCEREALS Ready-to-eat,KELLOGG,KELLOGG'S,RAISIN BRAN CRUNCHCEREALS Ready-to-eat,KELLOGG,KELLOGG'S Special Potassium Reduced BERRIESCEREALS Ready-to-eat,KELLOGG,KELLOGG'S SHREDDED WHEAT MINIATURESCEREALS Ready-to-eat,KELLOGG'S,SMART START SOY ProteinCEREALS Ready-to-eat,KASHI GOLEAN CRUNCH BY KELLOGGCEREALS Ready-to-eat,KASHI HEART TO HEART BY KELLOGGCEREALS Ready-to-eat,PUFFED KASHI BY KELLOGGCEREALS Ready-to-eat,HONEY PUFFED KASHI BY KELLOGGCEREALS Ready-to-eat,KASHI GOOD FRIENDS BY KELLOGGCEREALS Ready-to-eat,KASHI PILLOWS BY KELLOGG,ASSORTED FLAVORSCEREALS Ready-to-eat,KASHI MEDLEY BY KELLOGGCEREALS Ready-to-eat,KASHI GOLEAN BY KELLOGGCEREALS Ready-to-eat,QUAKER,MOTHER'S HONEY ROUNDUPCEREALS Ready-to-eat,QUAKER,HONEY NUT OATSCEREALS Ready-to-eat,QUAKER,HONEY CRISP CORN FLAKESCEREALS Ready-to-eat,GENERAL MILLS,Frosted CORN FLAKESCEREALS Ready-to-eat,GENERAL MILLS,HARMONYCEREALS Ready-to-eat,GENERAL MILLS,TOTAL BROWN SUGAR and OATCEREALS Ready-to-eat,QUAKER,CRANBERRY MACADAMIA NUT CerealCEREALS Ready-to-eat,QUAKER,FRUITY OCEAN ADVENTURE BAGGED CerealCEREALS,QUAKER,QUICK OATS,DRYCEREALS Ready-to-eat,KELLOGG,POKEMONPORK,Fresh,LOIN,Center LOIN (ROASTS),BONE-IN,Lean only,Cooked,RoastedPORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),BONE-IN,Lean only and FAT,RAWPORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,Center RIB (ROASTS),BONE-IN,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),BONE-IN,Lean only,RAWPORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only,Cooked,BraisedPORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only,Cooked,BroiledPORK,Fresh,LOIN,Center RIB (ROASTS),BONE-IN,Lean only,Cooked,RoastedPORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),BONE-IN,Lean only and FAT,RAWPORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,SIRLOIN (ROASTS),BONE-IN,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),BONE-IN,Lean only,RAWPORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only,Cooked,BraisedPORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only,Cooked,BroiledPORK,Fresh,LOIN,SIRLOIN (ROASTS),BONE-IN,Lean only,Cooked,RoastedPORK,Fresh,LOIN,TENDERLOIN,Lean only,RAWPORK,Fresh,LOIN,TENDERLOIN,Lean only,Cooked,RoastedPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only and FAT,RAWPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only and FAT,Cooked,BraisedPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only and FAT,Cooked,BroiledPORK,Fresh,LOIN,TOP LOIN (ROASTS),Boneless,Lean only and FAT,Cooked,RoastedPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only,RAWPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only,Cooked,BraisedPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only,Cooked,BroiledPORK,Fresh,LOIN,TOP LOIN (ROASTS),Boneless,Lean only,Cooked,RoastedPORK,Fresh,Shoulder,Whole,Lean only and FAT,RAWRADISHES,RAWRADISHES,ORIENTAL,RAWRADISHES,ORIENTAL,Cooked,Boiled,Drained,without SALTRADISHES,ORIENTAL,DRIEDRUTABAGAS,RAWRUTABAGAS,Cooked,Boiled,Drained,without SALTSALSIFY,(Vegetable, vegetables OYSTER),RAWSALSIFY,Cooked,Boiled,Drained,without SALTSAUERKRAUT,Canned,Solids and LIQUIDSSEAWEED,AGAR,RAWSEAWEED,IRISHMOSS,RAWSEAWEED,KELP,RAWSEAWEED,LAVER,RAWSESBANIA FLOWER,RAWSESBANIA FLOWER,Cooked,Steamed,without SALTSOYBEANS,GREEN,RAWSOYBEANS,Green,Cooked,Boiled,Drained,without SALTSOYBEANS,MATURE SEEDS,SPROUTED,RAWSOYBEANS,MATURE SEEDS,SPROUTED,Cooked,SteamedSOYBEANS,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIEDSPINACH,RAWSPINACH,Cooked,Boiled,Drained,without SALTSPINACH,Canned,Regular Pack,Solids and LIQUIDSSPINACH,Canned,Drained SolidsSPINACH,Frozen,Chopped OR LEAF,UnpreparedSPINACH,Frozen,Chopped OR LEAF,Cooked,Boiled,Drained,without SALTSQUASH,Summer,CROOKNECK and STRAIGHTNECK,RAWSQUASH,Summer,CROOKNECK and STRAIGHTNECK,Cooked,Boiled,Drained,without SALTSQUASH,Summer,CROOKNECK and STRAIGHTNECK,Canned,Drained,SOLID,without SALTSQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,UnpreparedPUMPKIN and SQUASH Seed Kernels,Roasted,without SALTSAFFLOWER Seed Kernels,DRIEDSAFFLOWER Seed MEAL,Partially DEFATTEDSESAME SEEDS,WHOLE,DRIEDSESAME SEEDS,Whole,Roasted and ToastedSESAME Seed Kernels,Toasted,without SALT (Decorticated)SESAME Flour,Partially DEFATTEDSESAME FLOUR,LOW-FATSESAME MEAL,Partially DEFATTEDSUNFLOWER Seed Kernels,DRIEDSUNFLOWER Seed Kernels,DRY Roasted,without SALTSUNFLOWER Seed Kernels,OIL Roasted,without SALTSUNFLOWER Seed Kernels,Toasted,without SALTSUNFLOWER Seed BUTTER,without SALTSUNFLOWER Seed Flour,Partially DEFATTEDACORNS,RAWACORNS,DRIEDACORN FLOUR,FULL FATALMONDSALMONDS,BLANCHEDALMONDS,DRY Roasted,without SALTALMONDS,OIL Roasted,without SALTALMOND PASTEBEECHNUTS,DRIEDBRAZILNUTS,DRIED,UNBLANCHEDBUTTERNUTS,DRIEDCASHEW NUTS,DRY Roasted,without SALTCASHEW NUTS,OIL Roasted,without SALTNUTS,CASHEW NUTS,RAWCASHEW BUTTER,Plain,without SALTCHESTNUTS,CHINESE,RAWCHESTNUTS,CHINESE,DRIEDCEREALS Ready-to-eat,MALT-O-MEAL,Apple Cinnamon TOASTY O'SCEREALS Ready-to-eat,MALT-O-MEAL,Frosted FLAKESCEREALS,QUAKER,Instant OATMEAL,CINNAMON-SPICE,DRYCERLS,QUKR,Instant OTML,DNSR EGS with "DNSR Beans",BRN SGR Cinnamon,DRYCEREALS,QUAKER,Instant OATMEAL,FRENCH VANILLA FLAVOR,DRYCEREALS,QUAKER,Instant OATMEAL,Baked Apple,DRYCEREALS,QUAKER,Instant OATMEAL EXPRESS,GOLDEN BROWN SUGAR,DRYCEREALS,QUAKER,Instant OATMEAL,TREASURE HUNT,DRYCEREALS,QUAKER,Instant OATMEAL,HONEY NUT,DRYCEREALS,QUAKER,Instant OATMEAL,BANANA BREAD,DRYCEREALS,QUAKER,Instant OATMEAL EXPRESS,Baked Apple,DRYCEREALS,QUAKER,Instant OATMEAL EXPRESS Cinnamon ROLL,DRYCEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,VANILLA Cinnamon,DRYCEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,GLDN BRWN SGR,DRYCEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,Apple SPICE,DRYCEREALS,QUAKER,Instant OATMEAL,Cinnamon SPICE,Prepared with BOILING H2OCLS,QKR,INSTOAT,DIN EGSwith DINBNS,BRNSGRCINN,PRP with BOIL H2OPORK,Fresh,Shoulder,Whole,Lean only and FAT,Cooked,RoastedPORK,Fresh,Shoulder,Whole,Lean only,RAWPORK,Fresh,Shoulder,Whole,Lean only,Cooked,RoastedPORK,Fresh,Shoulder,ARM PICNIC,Lean only and FAT,RAWPORK,Fresh,Shoulder,ARM PICNIC,Lean only and FAT,Cooked,BraisedPORK,Fresh,Shoulder,ARM PICNIC,Lean only and FAT,Cooked,RoastedPORK,Fresh,Shoulder,ARM PICNIC,Lean only,RAWPORK,Fresh,Shoulder,ARM PICNIC,Lean only,Cooked,BraisedPORK,Fresh,Shoulder,ARM PICNIC,Lean only,Cooked,RoastedPORK,Fresh,Shoulder,BLADE,BOSTON (ROASTS OR STEAKS),Lean only and FAT,RAWPORK,Fresh,Shoulder,BLADE,BOSTON (STEAKS),Lean only and FAT,Cooked,BraisedPORK,Fresh,Shoulder,BLADE,BOSTON (STEAKS),Lean only and FAT,Cooked,BroiledPORK,Fresh,Shoulder,BLADE,BOSTON (ROASTS),Lean only and FAT,Cooked,RoastedPORK,Fresh,Shoulder,BLADE,BOSTON (ROASTS OR STEAKS),Lean only,RAWPORK,Fresh,Shoulder,BLADE,BOSTON (STEAKS),Lean only,Cooked,BraisedPORK,Fresh,Shoulder,BLADE,BOSTON (STEAKS),Lean only,Cooked,BroiledPORK,Fresh,Shoulder,BLADE,BOSTON (ROASTS),Lean only,Cooked,RoastedPORK,Fresh,SPARERIBS,Lean only and FAT,RAWPORK,Fresh,SPARERIBS,Lean only and FAT,Cooked,BraisedPORK,Fresh,Composite OF Retail CUTS (LEG,LOIN, and Shoulder),Lean only,CookedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,Cooked,BraisedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,CHITTERLINGS,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,CHITTERLINGS,Cooked,SimmeredPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,EARS,Frozen,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,EARS,Frozen,Cooked,SimmeredPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,FEET,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,HEART,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,HEART,Cooked,BraisedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,JOWL,RAWSQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Cooked,Boiled,Drained,without SALTSQUASH,SUMMER,SCALLOP,RAWSQUASH,Summer,SCALLOP,Cooked,Boiled,Drained,without SALTSQUASH,Summer,ZUCCHINI,Including Skin,RAWSQUASH,Summer,ZUCCHINI,Including Skin,Cooked,Boiled,Drained,without SALTSQUASH,Summer,ZUCCHINI,Including Skin,Frozen,UnpreparedSQUASH,Summer,ZUCCHINI,Including Skin,Frozen,Cooked,Boiled,Drained,without SALTSQUASH,Summer,ZUCCHINI,ITALIAN STYLE,CannedSQUASH,WINTER,ACORN,RAWSQUASH,Winter,ACORN,Cooked,Baked,without SALTSQUASH,Winter,ACORN,Cooked,Boiled,Mashed,without SALTSQUASH,Winter,BUTTERNUT,RAWSQUASH,Winter,BUTTERNUT,Cooked,Baked,without SALTSQUASH,Winter,BUTTERNUT,Frozen,UnpreparedSQUASH,Winter,BUTTERNUT,Frozen,Cooked,Boiled,without SALTSQUASH,WINTER,HUBBARD,RAWSQUASH,Winter,HUBBARD,Cooked,Baked,without SALTSQUASH,Winter,HUBBARD,Cooked,Boiled,Mashed,without SALTSQUASH,Winter,SPAGHETTI,RAWSQUASH,Winter,SPAGHETTI,Cooked,Boiled,Drained,OR Baked,without SALTSUCCOTASH,(CORN and LIMAS),RAWSUCCOTASH,(CORN and LIMAS),Cooked,Boiled,Drained,without SALTSUCCOTASH,(CORN and LIMAS),Canned,with Cream STYLE CORNSUCCOTASH,(CORN and LIMAS),Canned,with Whole KERNEL CORN,Solids and LIQUIDSSUCCOTASH,(CORN and LIMAS),Frozen,UnpreparedSUCCOTASH,(CORN and LIMAS),Frozen,Cooked,Boiled,Drained,without SALTSWAMP CABBAGE,(SKUNK CABBAGE),RAWSWAMP CABBAGE,Cooked,Boiled,Drained,without SALTSWEET POTATO LEAVES,RAWSWEET POTATO LEAVES,Cooked,Steamed,without SALTCHESTNUTS,CHINESE,Boiled and SteamedCHESTNUTS,CHINESE,ROASTEDCHESTNUTS,EUROPEAN,RAW,UNPEELEDCHESTNUTS,EUROPEAN,RAW,PEELEDCHESTNUTS,EUROPEAN,DRIED,UNPEELEDCHESTNUTS,EUROPEAN,DRIED,PEELEDCHESTNUTS,EUROPEAN,Boiled and SteamedCOCONUT MEAT,RAWCOCONUT MEAT,DRIED (DESICCATED),NOT SweetenedCOCONUT MEAT,DRIED (DESICCATED),Sweetened,FLAKED,PACKAGEDCOCONUT MEAT,DRIED (DESICCATED),Sweetened,FLAKED,CannedCOCONUT MEAT,DRIED (DESICCATED),ToastedCOCONUT Cream,RAW (Liquid EXPRESSED FROM GRATED MEAT)COCONUT Cream,Canned (Liquid EXPRESSED FROM GRATED MEAT)COCONUT MILK,RAW (Liquid EXPRESSED FROM GRATED MEAT and H2O)COCONUT MILK,Canned (Liquid EXPRESSED FROM GRATED MEAT and H2O)COCONUT H2O (Liquid FROM COCONUTS)HAZELNUTS OR FILBERTSHAZELNUTS OR FILBERTS,BLANCHEDHAZELNUTS OR FILBERTS,DRY Roasted,without SALTGINKGO NUTS,RAWGINKGO NUTS,DRIEDGINKGO NUTS,CANNEDHICKORYNUTS,DRIEDMACADAMIA NUTS,RAWMACADAMIA NUTS,DRY Roasted,without SALTMIXED NUTS,DRY Roasted,with Peanuts,without SALTMIXED NUTS,OIL Roasted,with Peanuts,without SALTMIXED NUTS,OIL Roasted,without Peanuts,without SALTFORMULATED,WHEAT-BASED,UNFLAVORED,with SALTPECANSPECANS,DRY Roasted,without SALTPECANS,OIL Roasted,without SALTCEREALS,QUAKER,Instant OATMEAL,FRENCH VANILLA,Prepared with BOIL H2OCEREALS,QUAKER,Instant OATMEAL,Baked Apple,Prepared with BOILING H2OCEREALS,QUAKR,Instant OATMEAL,TREASURE HUNT,Prepared with BOILING H2OCEREALS,QUAKER,Instant OATMEAL,HONEY NUT,Prepared with BOILING H2OCEREALS,QUAKR,Instant OATMEAL,EXPR Baked Apple,Prepared with BOILING H2OCEREALS,QUAKER,Instant OATMEAL, Cinnamon ROLL,Prepared with BOILING H2OCRLS,QUAKR Instant OTML,Nutrition FOR WMN,VNLA Cinnamon,Prepared with BOIL H2OCRLS,QUKR,INS OAT, Nutrition FOR WMN,GLDN BRN SGR,PRP with BOIL H2OPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,Cooked,BraisedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,LEAF FAT,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,LIVER,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,BraisedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,Cooked,BraisedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,MECHANICALLY SEPARATED,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,Cooked,BraisedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,Cooked,BraisedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,STOMACH,RAWPORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only,Cooked,PAN-FRIEDPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,Cooked,BraisedPORK,CURED,BACON,RAWPORK,CURED,BACON,Cooked,Broiled,PAN-FRIED OR RoastedPORK,CURED,Breakfast STRIPS,RAW OR UnheatedPORK,CURED,Breakfast STRIPS,CookedPORK,CURED,CANADIAN-STYLE BACON,UnheatedPORK,CURED,CANADIAN-STYLE BACON,GRILLEDPORK,CURED,FEET,PICKLEDPORK,CURED,HAM,Boneless,Extra Lean only (Approximately 5% FAT),RoastedPORK,CURED,HAM,Boneless,Regular (Approximately 11% FAT),RoastedPORK,CURED,HAM,Extra Lean only (Approximately 4% FAT),Canned,UnheatedPORK,CURED,HAM,Extra Lean only (Approximately 4% FAT),Canned,RoastedPORK,CURED,HAM,Regular (Approximately 13% FAT),Canned,UnheatedPORK,CURED,HAM,Regular (Approximately 13% FAT),Canned,RoastedPORK,CURED,HAM,Center SLICE,COUNTRY-STYLE,Lean only,RAWPORK,CURED,HAM,Center SLICE,Lean only and FAT,UnheatedPORK,CURED,HAM,PATTIES,UnheatedSWEET POTATO,RAW,UnpreparedSWEET POTATO,Cooked,Baked IN Skin,without SALTSWEET POTATO,Cooked,Boiled,without SkinSWEET POTATO,Canned,VACUUM PackSWEET POTATO,Canned,MashedSWEET POTATO,Frozen,UnpreparedSWEET POTATO,Frozen,Cooked,Baked,without SALTTARO,RAWTARO,COOKED,WITHOUT SALTTARO LEAVES,RAWTARO LEAVES,Cooked,Steamed,without SALTTARO SHOOTS,RAWTARO SHOOTS,Cooked,without SALTTARO,TAHITIAN,RAWTARO,TAHITIAN,Cooked,without SALTTOMATOES,GREEN,RAWTOMATOES,Reduced,RIPE,RAW,YEAR Round AVERAGETOMATOES,Reduced,RIPE,CookedTOMATOES,Reduced,RIPE,Canned,Whole,Regular PackTOMATOES,Reduced,RIPE,Canned,StewedTOMATOES,Reduced,RIPE,Canned,WEDGES IN TOMATO JuiceTOMATOES,Reduced,RIPE,Canned,with Green CHILIESTOMATO Juice,Canned,with SALTTOMATO PRODUCTS,Canned,PASTE,without SALTTOMATO PRODUCTS,Canned,PUREE,without SALTTOMATO POWDERPILINUTS-CANARYTREE,DRIEDNUTS,PINE NUTS,DRIEDPINE NUTS,PINYON,DRIEDPISTACHIO NUTS,RAWPISTACHIO NUTS,DRY Roasted,without SALTWALNUTS,BLACK,DRIEDWALNUTS,ENGLISHBREADFRUIT SEEDS,ROASTEDCOTTONSEED Kernels,Roasted (GLANDLESS)PUMPKIN and SQUASH SEEDS,Whole,Roasted,without SALTSESAME BUTTER,TAHINI,FROM Roasted and Toasted Kernels (MOST COMMON TYPE)CHESTNUTS,EUROPEAN,RoastedSESAME BUTTER,PASTESESAME FLOUR,HIGH-FATSESAME BUTTER,TAHINI,FROM UNROASTED KernelsWATERMELON Seed Kernels,DRIEDCHESTNUTS,JAPANESE,DRIEDCOCONUT MILK,Frozen (Liquid EXPRESSED FROM GRATED MEAT and H2O)COCONUT MEAT,DRIED (DESICCATED),CreamedCOCONUT MEAT,DRIED (DESICCATED),Sweetened,SHREDDEDSISYMBRIUM Species. SEEDS,Whole,DRIEDALMOND BUTTER,Plain,without SALTSESAME BUTTER,TAHINI,FROM RAW and STONE GROUND KernelsFORMULATED,WHEAT-BASED,Flavored,MACADAMIA Flavored,without SALTFORMULATED,WHEAT-BASED,ALL FLAVORS Except MACADAMIA,without SALTSESAME Seed Kernels,DRIED (Decorticated)CHESTNUTS,JAPANESE,RAWCHESTNUTS,JAPANESE,Boiled and SteamedCHESTNUTS,JAPANESE,RoastedLOTUS SEEDS,RAWALMONDS,HONEY Roasted,UNBLANCHEDSEEDS,FLAXSEEDPUMPKIN and SQUASH Seed Kernels,Roasted,with SALTCERLS,QUKR,Instant OATML,Nutrition FOR WMN,APL SPCE,Prepared with BOIL H2OCERLS,QUKR,Instant OATML,EXPR,GLDN BRN SUGR,Prepared with BOIL H2OCEREALS Ready-to-eat,UNCLE SAM CerealCEREALS,QUAKER,Instant OATMEAL,RAISIN and SPICE,DRYCEREALS,QUAKER,Instant OATMEAL,RAISIN and SPICE,PreparedCERLS,QUAKER,Instant GRIT PRDCT with RDEYE GRVY and Imitation HAM BIT,DRYCEREALS,QUAKER,MOTHER'S Instant OATMEAL (NON-FORTIFIED),DRYCERLS,QUKR,Instant GRIT PRDCT with Imitation BACN BIT and CHDR FLVR,DRYCEREALS,QUAKER,Instant GRITS PRODUCT with AMERICAN Cheese FLAVOR,DRYCEREALS,QUAKER,Instant GRITS PRODUCT--HAM 'N' CheeseCEREALS Ready-to-eat,KELLOGG,DISNEY HUNNY BSCEREALS Ready-to-eat,KELLOGG'S DISNEY MICKEY'S MAGIXCEREALS Ready-to-eat,KELLOGG'S,FRUIT HARVEST Apple CinnamonCEREALS Ready-to-eat,KELLOGG'S,FRUIT HARVEST PEACH/STRAWBERRYCEREALS Ready-to-eat,KELLOGG'S,FRUIT HARVEST STRAWBERRY/BLUEBERRYCEREALS Ready-to-eat,KELLG'S,Frosted MINI-WHTS,MPLE and BRWN SGR,BTE SZECEREALS Ready-to-eat,KELLOGG'S,TONY'S Cinnamon KRUNCHERSCEREALS Ready-to-eat,KASHI,CINNA-RAISIN CRUNCH BY KELLOGGCEREALS Ready-to-eat,KASHI,ORGANIC PROMISE AUTUMN WHEAT BY KELLOGGCEREALS Ready-to-eat,KASHI,ORGANIC PROMISE STRWBRY FLD BY KLGCEREALS Ready-to-eat,KASHI,SEVEN IN THE MORNING BY KELLOGGCEREALS Ready-to-eat,KELLOGG'S,DISNEY MUD and BUGSCEREALS Ready-to-eat,KELLOGG'S,Cinnamon Marshmallow SCOOBY-DOO! CerealCEREALS Ready-to-eat,KASHI,ORGANIC PROMISE CRANBERRY SUNSHINEACEROLA,(WEST INDIAN CHERRY),RAWACEROLA JUICE,RAWPORK,CURED,HAM,PATTIES,GRILLEDPORK,CURED,HAM,STEAK,Boneless,Extra Lean only,UnheatedPORK,CURED,HAM,Whole,Lean only and FAT,UnheatedPORK,CURED,HAM,Whole,Lean only and FAT,RoastedPORK,CURED,HAM,Whole,Lean only,UnheatedPORK,CURED,HAM,Whole,Lean only,RoastedPORK,CURED,SALT PORK,RAWPORK,CURED,FAT (FROM HAM and ARM PICNIC),UnheatedPORK,CURED,FAT (FROM HAM and ARM PICNIC),RoastedPORK,CURED,Shoulder,ARM PICNIC,Lean only and FAT,RoastedPORK,CURED,Shoulder,ARM PICNIC,Lean only,RoastedPORK,CURED,Shoulder,BLADE ROLL,Lean only and FAT,UnheatedPORK,CURED,Shoulder,BLADE ROLL,Lean only and FAT,RoastedPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,FEET,Cooked,SimmeredPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,TAIL,RAWPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,TAIL,Cooked,SimmeredPORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only,Cooked,PAN-FRIEDPORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only,Cooked,PAN-FRIEDPORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only and FAT,Cooked,PAN-FRIEDPORK,Fresh,LOIN,Center LOIN CHOPS,BONE-IN,Lean only and FAT,Cooked,PAN-FRIEDPORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,PAN-FRIEDPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only,Cooked,PAN-FRIEDPORK,CURED,HAM,Boneless,Extra Lean only and Regular,UnheatedPORK,CURED,HAM,Boneless,Extra Lean only and Regular,RoastedPORK,CURED,HAM,Extra Lean only and Regular,Canned,UnheatedPORK,CURED,HAM,Extra Lean only and Regular,Canned,RoastedPORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only and FAT,Cooked,PAN-FRIEDPORK,Fresh,Composite (LEG,LOIN,Shoulder, and SPARERIBS),Lean only and FAT,RAWPORK,Fresh,Composite (LEG,LOIN,Shoulder, and SPARERIBS),Lean only and FAT,CookedPORK,Fresh,BACKRIBS,Lean only and FAT,RAWPORK,Fresh,BACKRIBS,Lean only and FAT,Cooked,RoastedWHISKEY SOUR MIX,Bottled,with Potassium and SodiumALCOHOLIC Beverage,WHISKEY SOUR,Prepared FROM ITEM 14530ALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 94 PROOFALCOHOLIC Beverage,DISTILLED,ALL 100 PROOFALCOHOLIC Beverage,LIQUEUR,COFFEE,63 PROOFALCOHOLIC Beverage,WINE,Dessert, desserts,DRYCARBONATED Beverage,LOCAL,OTHR THAN COLA OR PEP,with Sodium SAC,without CAFCOCOA MIX,with ASPT,Low Calorie, calories,Powdered,with ADD Calcium Phosphorus,without ADD Sodium OR Vitamin AFRUIT PUNCH-FLAVOR Drink,Powdered,without SodiumFRUIT PUNCH-FLAVOR Drink,Powdered,without Sodium,Prepared with H2OLEMONADE,Frozen Concentrate,PINKLEMONADE,Frozen Concentrate,PINK,Prepared with H2OTEA,BREWED,Prepared with DISTILLED H2OTEA,HERB,CHAMOMILE,BREWEDTEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,with Vitamin C,PowderedTEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,with Vitamin C,Powdered,PreparedALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 86 PROOFALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 90 PROOFCARBONATED Beverage,CHOCOLATE-FLAVORED SODAWINE,NON-ALCOHOLICCHOCOLATE-FLAVOR Beverage MIX FOR MILK,Powdered,with ADDED NutritionChocolate-FLV Beverage MIX FOR MILK,Powdered,with ADD Nutrition,Prepared with Whole MILKANCHOVY,EUROPEAN,RAWANCHOVY,EUROPEAN,Canned IN OIL,Drained SolidsBASS,Fresh H2O,Mixed Species,RAWBASS,STRIPED,RAWBLUEFISH,RAWBURBOT,RAWLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,Shoulder,BLADE,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,Shoulder,BLADE,Lean only,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,BLADE,Lean only,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,BLADE,Lean only,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,CUBED FOR STEW OR KABOB (LEG and Shoulder),Lean only,1/4"FAT,RAWLAMB,Domestic,CUBED FOR STEW (LEG and Shoulder),Lean only,1/4"FAT,Cooked,BraisedLAMB,Domestic,CUBED FOR STEW (LEG and Shoulder),Lean only,1/4"FAT,Cooked,BroiledLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,Lean only and FAT,RAWLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,Lean only and FAT,CookedLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,Lean only,RAWLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,Lean only,CookedLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,FAT,RAWLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,FAT,CookedLAMB,New Zealand,Imported,Frozen,FORESHANK,Lean only and FAT,RAWLAMB,New Zealand,Imported,Frozen,FORESHANK,Lean only and FAT,Cooked,BraisedLAMB,New Zealand,Imported,Frozen,FORESHANK,Lean only,RAWLAMB,New Zealand,Imported,Frozen,FORESHANK,Lean only,Cooked,BraisedLAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only and FAT,RAWLAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only and FAT,Cooked,RoastedLAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only,RAWLAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only,Cooked,RoastedLAMB,New Zealand,Imported,Frozen,LOIN,Lean only and FAT,RAWLAMB,New Zealand,Imported,Frozen,LOIN,Lean only and FAT,Cooked,BroiledLAMB,New Zealand,Imported,Frozen,LOIN,Lean only,RAWLAMB,New Zealand,Imported,Frozen,LOIN,Lean only,Cooked,BroiledLAMB,New Zealand,Imported,Frozen,RIB,Lean only and FAT,RAWLAMB,New Zealand,Imported,Frozen,RIB,Lean only and FAT,Cooked,RoastedLAMB,New Zealand,Imported,Frozen,RIB,Lean only,RAWLAMB,New Zealand,Imported,Frozen,RIB,Lean only,Cooked,RoastedCOOKIES,VANILLA WAFERS,HIGHER FATCRACKERS,CHEESE,REGULARCRACKERS,Cheese,SANDWICH-TYPE with Peanut BUTTER FILLINGCRACKERS,CRISPBREAD,RYECRACKERS,MATZO,PLAINCRACKERS,MATZO,EGGCRACKERS,MATZO,WHOLE-WHEATCRACKERS,MELBA TOAST,PlainCRACKERS,MELBA TOAST,RYE (Including PUMPERNICKEL)CRACKERS,MELBA TOAST,WHEATCRACKERS,MILKCRACKERS,RUSK TOASTCRACKERS,RYE,SANDWICH-TYPE with Cheese FILLINGCRACKERS,RYE,WAFERS,PLAINCRACKERS,RYE,WAFERS,SEASONEDCRACKERS,SALTINES (Including OYSTER,SODA,SOUP)CRACKERS,Standard SNACK-TYPE,RegularCRACKERS,Standard SNACK-TYPE,Sandwich,with Cheese FILLINGCRACKERS,Standard SNACK-TYPE,Sandwich,with Peanut BUTTER FILLINGCRACKERS,WHEAT,REGULARCRACKERS,WHEAT,Sandwich,with Cheese FILLINGCRACKERS,WHEAT,Sandwich,with Peanut BUTTER FILLINGCRACKERS,WHOLE-WHEATCRACKER MEALCREAM PUFFS,Prepared FROM RECIPE,SHELL (Including ECLAIR)BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Select,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Select,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,PRIME,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,PRIME,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,PRIME,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,Choice,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,Select,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,Select,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,PRIME,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,PRIME,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,PRIME,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BRBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,ALL Grades,Cooked,RSBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,Choice,RAWBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,Select,RAWBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,Select,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,PRIME,RAWBUTTERFISH,RAWCARP,RAWCARP,COOKED,DRY HEATCATFISH,CHANNEL,WILD,RAWCATFISH,CHANNEL,Cooked,BREADED and FRIEDCAVIAR,BLACK and Reduced,GRANULARCISCO,RAWCISCO,SMOKEDCOD,ATLANTIC,RAWCOD,ATLANTIC,Cooked,DRY HEATCOD,ATLANTIC,Canned,Solids and LiquidCOD,ATLANTIC,DRIED and SALTEDCOD,PACIFIC,RAWCROAKER,ATLANTIC,RAWCROAKER,ATLANTIC,Cooked,BREADED and FRIEDCUSK,RAWDOLPHINFISH,RAWDRUM,FRESHWATER,RAWEEL,MIXED SPECIES,RAWEEL,Mixed Species,Cooked,DRY HEATFISH PORTIONS and Sticks,Frozen,PreheatedFLATFISH (FLOUNDER and SOLE Species),RAWFLATFISH (FLOUNDER and SOLE Species),Cooked,DRY HEATGEFILTEFISH,Commercial,Sweet RECIPEGROUPER,MIXED SPECIES,RAWGROUPER,Mixed Species,Cooked,DRY HEATHADDOCK,RAWHADDOCK,COOKED,DRY HEATHADDOCK,SMOKEDHALIBUT,ATLANTIC and PACIFIC,RAWHALIBUT,ATLANTIC and PACIFIC,Cooked,DRY HEATHALIBUT,GREENLAND,RAWHERRING,ATLANTIC,RAWLAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only and FAT,RAWLAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only and FAT,Cooked,BraisedLAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only,RAWLAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only,Cooked,BraisedVEAL,Composite OF Retail CUTS,Lean only and FAT,RAWVEAL,Composite OF Retail CUTS,Lean only and FAT,CookedVEAL,Composite OF Retail CUTS,Lean only,RAWVEAL,Composite OF Retail CUTS,Lean only,CookedVEAL,Composite OF Retail CUTS,FAT,RAWVEAL,Composite OF Retail CUTS,FAT,CookedVEAL,LEG (TOP Round),Lean only and FAT,RAWVEAL,LEG (TOP Round),Lean only and FAT,Cooked,BraisedVEAL,LEG (TOP Round),Lean only and FAT,Cooked,PAN-FRIED,BREADEDVEAL,LEG (TOP Round),Lean only and FAT,Cooked,PAN-FRIED,NOT BREADEDVEAL,LEG (TOP Round),Lean only and FAT,Cooked,RoastedVEAL,LEG (TOP Round),Lean only,RAWVEAL,LEG (TOP Round),Lean only,Cooked,BraisedVEAL,LEG (TOP Round),Lean only,Cooked,PAN-FRIED,BREADEDVEAL,LEG (TOP Round),Lean only,Cooked,PAN-FRIED,NOT BREADEDVEAL,LEG (TOP Round),Lean only,Cooked,RoastedVEAL,LOIN,Lean only and FAT,RAWVEAL,LOIN,Lean only and FAT,Cooked,BraisedVEAL,LOIN,Lean only and FAT,Cooked,RoastedVEAL,LOIN,Lean only,RAWVEAL,LOIN,Lean only,Cooked,BraisedVEAL,LOIN,Lean only,Cooked,RoastedVEAL,RIB,Lean only and FAT,RAWVEAL,RIB,Lean only and FAT,Cooked,BraisedVEAL,RIB,Lean only and FAT,Cooked,RoastedVEAL,RIB,Lean only,RAWVEAL,RIB,Lean only,Cooked,BraisedVEAL,RIB,Lean only,Cooked,RoastedVEAL,Shoulder,Whole (ARM and Boiled),Lean only and FAT,RAWCREAM PUFFS,Prepared FROM RECIPE,SHELL,with CUSTARD FILLINGCROISSANTS,BUTTERCROISSANTS,APPLECROISSANTS,CHEESECROUTONS,PLAINCROUTONS,SEASONEDDANISH PASTRY,Cinnamon,EnrichedDANISH PASTRY,CHEESEDANISH PASTRY,FRUIT,EnrichedDANISH PASTRY,NUT (Including ALMOND,RAISIN NUT,Cinnamon NUT)DOUGHNUTS,CAKE-TYPE,Plain (Including UNSUGARED,OLD-FASHIONED)DOUGHNUTS,CAKE-TYPE,Plain,CHOCOLATE-COATED OR FrostedDOUGHNUTS,CAKE-TYPE,Plain,SUGARED OR GLAZEDDOUGHNUTS,CAKE-TYPE,Chocolate,SUGARED OR GLAZEDDOUGHNUTS,CAKE-TYPE,WHEAT,SUGARED OR GLAZEDDOUGHNUTS,FRENCH CRULLERS,GLAZEDDOUGHNUTS,YEAST-LEAVENED,with CREME FILLINGDOUGHNUTS,YEAST-LEAVENED,GLAZED,Enriched (Including HONEY BUNS)DOUGHNUTS,YEAST-LEAVENED,with JELLY FILLINGECLAIRS,CUSTARD-FILLED with Chocolate GLAZE,Prepared FROM RECIPEENGLISH MUFFINS,Plain,Enriched,with Calcium Propionate (Including SOURDOUGH)BEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,PRIME,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,PRIME,Cooked,RoastedBEEF,Round,FULL CUT,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Round,FULL CUT,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,Round,FULL CUT,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Round,FULL CUT,Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BraisedBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,RoastedBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,Choice,Cooked,BraisedBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Round,Bottom Round,Lean only and FAT,1/8" FAT,Select,Cooked,BraisedBEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,Select,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Round,EYE OF Round,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Round,EYE OF Round,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Round,EYE OF Round,Lean only and FAT,1/8"FAT,Select,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Select,Cooked,RoastedBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BraisedHERRING,ATLANTIC,Cooked,DRY HEATHERRING,ATLANTIC,PICKLEDHERRING,ATLANTIC,KIPPEREDHERRING,PACIFIC,RAWLING,RAWLINGCOD,RAWMACKEREL,ATLANTIC,RAWMACKEREL,ATLANTIC,Cooked,DRY HEATMACKEREL,JACK,Canned,Drained SolidsMACKEREL,KING,RAWMACKEREL,PACIFIC and JACK,Mixed Species,RAWMACKEREL,SPANISH,RAWMACKEREL,SPANISH,Cooked,DRY HEATMILKFISH,RAWMONKFISH,RAWMULLET,STRIPED,RAWMULLET,STRIPED,Cooked,DRY HEATOCEAN PERCH,ATLANTIC,RAWOCEAN PERCH,ATLANTIC,Cooked,DRY HEATPOUT,OCEAN,RAWPERCH,MIXED SPECIES,RAWPERCH,Mixed Species,Cooked,DRY HEATPIKE,NORTHERN,RAWPIKE,NORTHERN,Cooked,DRY HEATPIKE,WALLEYE,RAWPOLLOCK,ATLANTIC,RAWPOLLOCK,WALLEYE,RAWPOLLOCK,WALLEYE,Cooked,DRY HEATPOMPANO,FLORIDA,RAWPOMPANO,FLORIDA,Cooked,DRY HEATROCKFISH,PACIFIC,Mixed Species,RAWROCKFISH,PACIFIC,Mixed Species,Cooked,DRY HEATROE,MIXED SPECIES,RAWROUGHY,ORANGE,RAWSABLEFISH,RAWSABLEFISH,SMOKEDVEAL,Shoulder,Whole (ARM and Boiled),Lean only and FAT,Cooked,BraisedVEAL,Shoulder,Whole (ARM and Boiled),Lean only and FAT,Cooked,RoastedVEAL,Shoulder,Whole (ARM and Boiled),Lean only,RAWVEAL,Shoulder,Whole (ARM and Boiled),Lean only,Cooked,BraisedVEAL,Shoulder,Whole (ARM and Boiled),Lean only,Cooked,RoastedVEAL,Shoulder,ARM,Lean only and FAT,RAWVEAL,Shoulder,ARM,Lean only and FAT,Cooked,BraisedVEAL,Shoulder,ARM,Lean only and FAT,Cooked,RoastedVEAL,Shoulder,ARM,Lean only,RAWVEAL,Shoulder,ARM,Lean only,Cooked,BraisedVEAL,Shoulder,ARM,Lean only,Cooked,RoastedVEAL,Shoulder,BLADE,Lean only and FAT,RAWVEAL,Shoulder,BLADE,Lean only and FAT,Cooked,BraisedVEAL,Shoulder,BLADE,Lean only and FAT,Cooked,RoastedVEAL,Shoulder,BLADE,Lean only,RAWVEAL,Shoulder,BLADE,Lean only,Cooked,BraisedVEAL,Shoulder,BLADE,Lean only,Cooked,RoastedVEAL,SIRLOIN,Lean only and FAT,RAWVEAL,SIRLOIN,Lean only and FAT,Cooked,BraisedVEAL,SIRLOIN,Lean only and FAT,Cooked,RoastedVEAL,SIRLOIN,Lean only,RAWVEAL,SIRLOIN,Lean only,Cooked,BraisedVEAL,SIRLOIN,Lean only,Cooked,RoastedVEAL,CUBED FOR STEW (LEG and Shoulder),Lean only,RAWVEAL,CUBED FOR STEW (LEG and Shoulder),Lean only,Cooked,BraisedVEAL,GROUND,RAWVEAL,GROUND,Cooked,BroiledGAME MEAT,ANTELOPE,RAWGAME MEAT,ANTELOPE,Cooked,RoastedGAME MEAT,BEAR,RAWGAME MEAT,BEAR,Cooked,SimmeredGAME MEAT,BEAVER,RAWGAME MEAT,BEAVER,Cooked,RoastedGAME MEAT,BEEFALO,Composite OF CUTS,RAWGAME MEAT,BEEFALO,Composite OF CUTS,Cooked,RoastedENGLISH MUFFINS,Plain,Toasted,Enriched,with Calcium Propionate (Including SOURDOUGH)ENGLISH MUFFINS,MIXED-GRAIN (Including GRANOLA)ENGLISH MUFFINS,MIXED-GRAIN,Toasted (Including GRANOLA)ENGLISH MUFFINS,RAISIN-CINNAMON (Including APPLE-CINNAMON)ENGLISH MUFFINS,RAISIN-CINNAMON,Toasted (Including APPLE-CINNAMON)ENGLISH MUFFINS,WHEATENGLISH MUFFINS,WHEAT,ToastedENGLISH MUFFINS,WHOLE-WHEATENGLISH MUFFINS,WHOLE-WHEAT,ToastedFRENCH TOAST,Frozen,Ready-to-heatFRENCH TOAST,Prepared FROM RECIPE,MADE with Low Fat (2%) MILKHUSH PUPPIES,Prepared FROM RECIPEICE Cream CONES,CAKE OR WAFER-TYPEICE Cream CONES,SUGAR,ROLLED-TYPEMUFFINS,Plain,Prepared FROM RECIPE,MADE with Low Fat (2%) MILKMUFFINS,BLUEBERRY,Commercially PreparedMUFFINS,BLUEBERRY,DRY MIXMUFFINS,BLUEBERRY,TOASTER-TYPEMUFFINS,BLUEBERRY,Prepared FROM RECIPE,MADE with Low Fat (2%) MILKMUFFINS,CORN,Commercially PreparedMUFFINS,CORN,DRY MIX,PreparedMUFFINS,CORN,TOASTER-TYPEBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BroiledBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Choice,Cooked,BraisedBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Choice,Cooked,PAN-FRIEDBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Select,Cooked,BraisedBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,PRIME,RAWBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,PRIME,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8" FAT,Choice,RAWBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8"FAT,PRIME,RAWBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/8"FAT,PRIME,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,TENDERLOIN,Lean only and FAT,1/8" FAT,ALL Grades,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,RoastedBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedSALMON,ATLANTIC,WILD,RAWSALMON,CHINOOK,SMOKEDSALMON,CHINOOK,RAWSALMON,CHUM,RAWSALMON,CHUM,Drained Solids with BONESALMON,COHO,WILD,RAWSALMON,COHO,WILD,Cooked,Moisture HEATSALMON,PINK,RAWSALMON,PINK,Canned,Solids with BONE and LiquidSALMON,SOCKEYE,RAWSALMON,SOCKEYE,Cooked,DRY HEATSALMON,SOCKEYE,Canned,Drained Solids with BONESARDINE,ATLANTIC,Canned IN OIL,Drained Solids with BONESARDINE,PACIFIC,Canned IN TOMATO Sauce,Drained Solids with BONESCUP,RAWSEA BASS,Mixed Species,RAWSEA BASS,Mixed Species,Cooked,DRY HEATSEATROUT,Mixed Species,RAWSHAD,AMERICAN,RAWSHARK,MIXED SPECIES,RAWSHARK,Mixed Species,Cooked,BATTER-DIPPED and FRIEDSHEEPSHEAD,RAWSHEEPSHEAD,Cooked,DRY HEATSMELT,RAINBOW,RAWSMELT,RAINBOW,Cooked,DRY HEATSNAPPER,MIXED SPECIES,RAWSNAPPER,Mixed Species,Cooked,DRY HEATSPOT,RAWSTURGEON,Mixed Species,RAWSTURGEON,Mixed Species,Cooked,DRY HEATSTURGEON,Mixed Species,SMOKEDSUCKER,WHITE,RAWSUNFISH,PUMPKIN SEED,RAWSURIMISWORDFISH,RAWGAME MEAT,BISON,Lean only,RAWGAME MEAT,BISON,Lean only,Cooked,RoastedGAME MEAT,BOAR,WILD,RAWGAME MEAT,BOAR,WILD,Cooked,RoastedGAME MEAT,BUFFALO,H2O,RAWGAME MEAT,BUFFALO,H2O,Cooked,RoastedGAME MEAT,CARIBOU,RAWGAME MEAT,CARIBOU,Cooked,RoastedGAME MEAT,DEER,RAWGAME MEAT,DEER,Cooked,RoastedGAME MEAT,ELK,RAWGAME MEAT,ELK,Cooked,RoastedGOAT,RAWGAME MEAT,GOAT,Cooked,RoastedGAME MEAT,HORSE,RAWGAME MEAT,HORSE,Cooked,RoastedGAME MEAT,MOOSE,RAWGAME MEAT,MOOSE,Cooked,RoastedGAME MEAT,MUSKRAT,RAWGAME MEAT,MUSKRAT,Cooked,RoastedGAME MEAT,OPOSSUM,Cooked,RoastedGAME MEAT,RABBIT,DOMESTICATED,Composite OF CUTS,RAWGAME MEAT,RABBIT,DOMESTICATED,Composite OF CUTS,Cooked,RoastedGAME MEAT,RABBIT,DOMESTICATED,Composite OF CUTS,Cooked,StewedGAME MEAT,RABBIT,WILD,RAWGAME MEAT,RABBIT,WILD,Cooked,StewedGAME MEAT,RACCOON,Cooked,RoastedGAME MEAT,SQUIRREL,RAWGAME MEAT,SQUIRREL,Cooked,RoastedLAMB,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,Cooked,BraisedLAMB,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,Cooked,PAN-FRIEDVEAL,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,Cooked,PAN-FRIEDLAMB,Variety, varieties MEATS and BY-PRODUCTS,HEART,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,HEART,Cooked,BraisedMUFFINS,CORN,Prepared FROM RECIPE,MADE with Low Fat (2%) MILKMUFFINS,OAT BRANMUFFINS,WHEAT BRAN,DRY MIXMUFFINS,WHEAT BRAN,TOASTER-TYPE with RAISINSPANCAKES Plain,Frozen,Ready-to-heat (Including Buttermilk)PANCAKES,Plain,DRY MIX,COMPLETE (Including Buttermilk)PANCAKES,Plain,DRY MIX,COMPLETE,PreparedPANCAKES,Plain,DRY MIX,INCOMPLETE (Including Buttermilk)PANCAKES,Plain,DRY MIX,INCOMPLETE,PreparedPANCAKES,Plain,Prepared FROM RECIPEPANCAKES,BLUEBERRY,Prepared FROM RECIPEPANCAKES,BUCKWHEAT,DRY MIX,INCOMPLETEPANCAKES,Special DIETARY,DRY MIXPANCAKES,WHOLE-WHEAT,DRY MIX,INCOMPLETEPANCAKES,WHOLE-WHEAT,DRY MIX,INCOMPLETE,PreparedPIE,Apple,Commercially Prepared,Enriched FlourPIE,Apple,Prepared FROM RECIPEPIE,BANANA Cream,Prepared FROM MIX,NO-BAKE TYPEPIE,BANANA Cream,Prepared FROM RECIPEPIE,BLUEBERRY,Commercially PreparedPIE,BLUEBERRY,Prepared FROM RECIPEPIE,CHERRY,Commercially PreparedPIE,CHERRY,Prepared FROM RECIPEPIE,Chocolate CREME,Commercially PreparedPIE,Chocolate MOUSSE,Prepared FROM MIX,NO-BAKE TYPEPIE,Coconut CREME,Commercially PreparedPIE,Coconut Cream,Prepared FROM MIX,NO-BAKE TYPEBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Select,RAWBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Select,Cooked,RoastedBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,PRIME,RAWBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,PRIME,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,PRIME,Cooked,RoastedBEEF,TOP SIRLOIN,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,TOP SIRLOIN,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,TOP SIRLOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,PAN-FRIEDBEEF,TOP SIRLOIN,Lean only and FAT,1/8"FAT,Select,RAWBEEF,TOP SIRLOIN,Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,USDA Choice,RAWBEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 0" FAT,USDA Choice,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,USDA Choice,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,USDA Select,RAWBEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 0" FAT,USDA Select,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,USDA Select,Cooked,RoastedBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,USDA Choice,RAWBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 0" FAT,USDA Choice,Cooked,BraisedSWORDFISH,COOKED,DRY HEATTILEFISH,RAWTILEFISH,COOKED,DRY HEATTROUT,MIXED SPECIES,RAWTROUT,RAINBOW,WILD,RAWTROUT,RAINBOW,WILD,Cooked,DRY HEATTUNA,FRESH,BLUEFIN,RAWTUNA,Fresh,BLUEFIN,Cooked,DRY HEATTUNA,Light,Canned IN OIL,Drained SolidsTUNA,Light,Canned IN H2O,Drained SolidsTUNA,FRESH,SKIPJACK,RAWTUNA,WHITE,Canned IN OIL,Drained SolidsTUNA,WHITE,Canned IN H2O,Drained SolidsTUNA,FRESH,YELLOWFIN,RAWTUNA SALADTURBOT,EUROPEAN,RAWWHITEFISH,Mixed Species,RAWWHITEFISH,Mixed Species,SMOKEDWHITING,MIXED SPECIES,RAWWHITING,Mixed Species,Cooked,DRY HEATWOLFFISH,ATLANTIC,RAWYELLOWTAIL,Mixed Species,RAWCRAB,ALASKA KING,RAWCRAB,ALASKA KING,Cooked,Moisture HEATCRAB,ALASKA KING,Imitation,MADE FROM SURIMICRAB,BLUE,RAWCRAB,BLUE,Cooked,Moisture HEATCRAB,BLUE,CANNEDCRAB,BLUE,CRAB CAKESCRAB,DUNGENESS,RAWCRAB,QUEEN,RAWCRAYFISH,Mixed Species,WILD,RAWCRAYFISH,Mixed Species,WILD,Cooked,Moisture HEATLOBSTER,NORTHERN,RAWLOBSTER,NORTHERN,Cooked,Moisture HEATSHRIMP,MIXED SPECIES,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,HEART,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,HEART,Cooked,BraisedLAMB,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,Cooked,BraisedLAMB,Variety, varieties MEATS and BY-PRODUCTS,LIVER,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,BraisedLAMB,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,PAN-FRIEDVEAL,Variety, varieties MEATS and BY-PRODUCTS,LIVER,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,PAN-FRIEDLAMB,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,Cooked,BraisedLAMB,Variety, varieties MEATS and BY-PRODUCTS,MECHANICALLY SEPARATED,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,Cooked,BraisedLAMB,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,THYMUS,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,THYMUS,Cooked,BraisedLAMB,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,RAWLAMB,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,Cooked,BraisedVEAL,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,RAWVEAL,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,Cooked,BraisedLAMB,GROUND,RAWLAMB,GROUND,Cooked,BroiledLAMB,Domestic,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,RIB,Small END (10-12),Lean only and FAT,1/4"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,Select,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,Choice,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4" FAT,Select,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,PRIME,RAWBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,PRIME,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,PRIME,Cooked,RoastedBEEF,RIB,SHORTRIBS,Lean only and FAT,Choice,RAWBEEF,RIB,SHORTRIBS,Lean only and FAT,Choice,Cooked,BraisedBEEF,RIB,SHORTRIBS,Lean only ONLY,Choice,RAWBEEF,RIB,SHORTRIBS,Lean only,Choice,Cooked,BraisedBEEF,Round,FULL CUT,Lean only and FAT,1/4"FAT,Choice,RAWBEEF,Round,FULL CUT,Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledBEEF,Round,FULL CUT,Lean only and FAT,1/4"FAT,Select,RAWBEEF,Round,FULL CUT,Lean only and FAT,1/4"FAT,Select,Cooked,BroiledBEEF,Round,FULL CUT,Lean only,1/4" FAT,Choice,RAWBEEF,Round,FULL CUT,Lean only,1/4"FAT,Choice,Cooked,BroiledBEEF,Round,FULL CUT,Lean only,1/4"FAT,Select,RAWBEEF,Round,FULL CUT,Lean only,1/4"FAT,Select,Cooked,BroiledBEEF,BRISKET,FLAT HALF,Lean only and FAT,0" FAT,Choice,Cooked,BraisedBEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,ALL Grades,RAWBEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,Choice,RAWBEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,Select,RAWBEEF,Round,TIP Round,Lean only and FAT,1/4" FAT,Select,Cooked,RoastedBEEF,CHUCK,CLOD STEAK,Lean only ONLY,1/4" FAT,USDA Choice,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,RAWBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 0" FAT,USDA Select,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,Cooked,BraisedBEEF,FLANK,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,FLANK,Lean only and FAT,0" FAT,Select,Cooked,BroiledBEEF,BRISKET,FLAT HALF,Lean only and FAT,0" FAT,Select,Cooked,BraisedBEEF,RIB EYE,Small END (RIBS 10-12),Lean only and FAT,0",Select,Cooked,BroiledBEEF,RIBEYE,Small END(RIBS 10-12),Lean only and FAT,0",ALL Grades,Cooked,BroiledBeef,Bottom SRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,ALL Grades,Cooked,RoastedBEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,ALL Grades,RAWBEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Choice,Cooked,RoastedBEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Choice,RAWBEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Select,Cooked,RoastedBEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Select,RAWBEEF,Round,TOP Round,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,CHUCK,MOCK TENDER Stick,Lean only,1/4" FAT,USDA Choice,RAWBEEF,CHUCK,MOCK TENDER Stick,Lean only,0" FAT,USDA Choice,Cooked,BroiledBEEF,CHUCK,MOCK TENDER Stick,Lean only,1/4" FAT,USDA Select,RAWBEEF,CHUCK,MOCK TENDER Stick,Lean only,0" FAT,USDA Select,Cooked,BroiledSHRIMP,Mixed Species,Cooked,BREADED and FRIEDSHRIMP,Mixed Species,Cooked,Moisture HEATSHRIMP,Mixed Species,CannedSHRIMP,Mixed Species,Imitation,MADE FROM SURIMISPINY LOBSTER,Mixed Species,RAWABALONE,MIXED SPECIES,RAWABALONE,Mixed Species,Cooked,FRIEDCLAM,MIXED SPECIES,RAWCLAM,Mixed Species,Cooked,BREADED and FRIEDCLAM,Mixed Species,Cooked,Moisture HEATCLAM,Mixed Species,Canned,Drained SolidsCLAM,Mixed Species,Canned,LiquidCUTTLEFISH,Mixed Species,RAWMUSSEL,BLUE,RAWMUSSEL,BLUE,Cooked,Moisture HEATOCTOPUS,COMMON,RAWOYSTER,EASTERN,WILD,RAWOYSTER,EASTERN,Cooked,BREADED and FRIEDOYSTER,EASTERN,WILD,Cooked,Moisture HEATOYSTER,EASTERN,CANNEDOYSTER,PACIFIC,RAWSCALLOP,MIXED SPECIES,RAWSCALLOP,Mixed Species,Cooked,BREADED and FRIEDSCALLOP,Mixed Species,Imitation,MADE FROM SURIMISQUID,MIXED SPECIES,RAWSQUID,Mixed Species,Cooked,FRIEDWHELK,UNSPECIFIED,RAWWHELK,Unspecified,Cooked,Moisture HEATSALMON,CHINOOK,SMOKED,(LOX),RegularSALMON,CHUM,Canned,without SALT,Drained Solids with BONESALMON,PINK,Canned,without SALT,Solids with BONE and LiquidSALMON,SOCKEYE,Canned,without SALT,Drained Solids with BONETUNA,Light,Canned IN OIL,without SALT,Drained SolidsTUNA,Light,Canned IN H2O,without SALT,Drained SolidsTUNA,WHITE,Canned IN OIL,without SALT,Drained SolidsTUNA,WHITE,Canned IN H2O,without SALT,Drained SolidsLAMB,Domestic,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,Choice,CookedLAMB,Domestic,FORESHANK,Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,FORESHANK,Lean only and FAT,1/8"FAT,Cooked,BraisedLAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedLAMB,Domestic,LEG,SHANK HALF,Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,LEG,SHANK HALF,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedLAMB,Domestic,LEG,SIRLOIN HALF,Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,LEG,SIRLOIN HALF,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedLAMB,Domestic,LOIN,Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,LOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledLAMB,Domestic,LOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedLAMB,Domestic,RIB,Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,RIB,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledLAMB,Domestic,RIB,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/8"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/8"FAT,Cooked,BroiledLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/8"FAT,Choice,RoastedLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/8"FAT,Choice,RAWLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/8"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/8"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/8"FAT,Choice,Cooked,RoastedLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,RAWLAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,CookedLAMB,New Zealand,Imported,Frozen,FORESHANK,Lean only and FAT,1/8"FAT,RAWLAMB,New Zealand,Imported,Frozen,FORESHANK,Lean only and FAT,1/8"FAT,Cooked,BraisedLAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,RAWBEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,PRIME,Cooked,RoastedBEEF,Round,TIP Round,Lean only,1/4"FAT,ALL Grades,RAWBEEF,Round,TIP Round,Lean only,1/4" FAT,ALL Grades,Cooked,RoastedBEEF,Round,TIP Round,Lean only,1/4"FAT,Choice,RAWBEEF,Round,TIP Round,Lean only,1/4" FAT,Choice,Cooked,RoastedBEEF,Round,TIP Round,Lean only,1/4"FAT,Select,RAWBEEF Round TIP Round Lean only ONLY TO 1/4" FAT Select Cooked RoastedBEEF,Round,TIP Round,Lean only,1/4"FAT,PRIME,RAWBEEF,Round,TIP Round,Lean only,1/4"FAT,PRIME,Cooked,RoastedBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,Choice,Cooked,PAN-FRIEDBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,PRIME,Cooked,BroiledBEEF,Round,TOP Round,Lean only,1/4" FAT,Choice,Cooked,PAN-FRIEDBEEF,Round,TOP Round,Lean only,1/4"FAT,PRIME,RAWBEEF,Round,TOP Round,Lean only,1/4"FAT,PRIME,Cooked,BroiledBEEF,SHANK CROSSCUTS,Lean only and FAT,1/4"FAT,Choice,RAWBEEF,SHANK CROSSCUTS,Lean only and FAT,1/4"FAT,Choice,Cooked,SimmeredBEEF,SHANK CROSSCUTS,Lean only,1/4"FAT,Choice,RAWBEEF,SHANK CROSSCUTS,Lean only,1/4"FAT,Choice,Cooked,SimmeredBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,USDA Choice,RAWBEEF,LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,USDA Choice,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only, 1/4" FAT,USDA Choice,RAWBEEF,Short LOIN,Porterhouse STEAK,Lean only,1/4" FAT,USDA Choice,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/4" FAT,USDA Choice,RAWBEEF,LOIN,T-BONE STEAK,Lean only and FAT,1/4" FAT,USDA Choice,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only,1/4" FAT,USDA Choice,RAWBEEF,Short LOIN,T-BONE STEAK,Lean only,1/4" FAT,USDA Choice,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,RoastedBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,Select,Cooked,RoastedBEEF,CHUCK,TOP BLADE,Lean only ONLY,TO 1/4" FAT,USDA Choice,RAWBEEF,CHUCK,TOP BLADE,Lean only ONLY,TO 0" FAT,USDA Choice,Cooked,BroiledBEEF,CHUCK,TOP BLADE,Lean only ONLY,TO 1/4" FAT,USDA Select,RAWBEEF,CHUCK,TOP BLADE,Lean only ONLY,TO 0" FAT,USDA Select,Cooked,BroiledBEEF,Round,TOP Round,Lean only and FAT,0" FAT,Choice,Cooked,BroiledBEEF,Round,TOP Round,Lean only and FAT,0" FAT,Select,Cooked,BroiledBEEF,FLANK,Lean only and FAT,0" FAT,ALL Grades,RAWBEEF,FLANK,Lean only and FAT,0" FAT,Select,RAWBEEF,PLATE,INSIDE SKIRT STEAK,Lean only ONLY,1/4" FAT,ALL Grades,RAWBEEF,PLATE,INSIDE SKIRT STEAK,Lean only,0" FAT,ALL Grades,Cooked,BroiledBEEF,PLATE,OUTSIDE SKIRT STEAK,Lean only ONLY,1/4" FAT,ALL Grades,RAWBEEF,PLATE,OUTSIDE SKIRT STEAK,Lean only,0" FAT,ALL Grades,Cooked,BroiledBeef,LOIN,Bottom SIRLOIN BUTT,TRI-TIP,Lean only,0" FAT,ALL GRD,Cooked,RoastedBEEF,Bottom SIRLOIN,TRI-TIP STEAK,Lean only,0" FAT,ALL Grades,Cooked,BroiledALCOHOLIC Beverage,BEER,RegularALCOHOLIC Beverage,BEER,Regular,BUDWEISERALCOHOLIC Beverage,BEER,LightALCOHOLIC Beverage,BEER,Light,BUD LightALCOHOLIC Beverage,DAIQUIRI,CannedBASS,FRESHWATER,Mixed Species,Cooked,DRY HEATBASS,STRIPED,Cooked,DRY HEATBLUEFISH,COOKED,DRY HEATBURBOT,COOKED,DRY HEATBUTTERFISH,Cooked,DRY HEATCOD,PACIFIC,Cooked,DRY HEATCUSK,COOKED,DRY HEATDOLPHINFISH,Cooked,DRY HEATDRUM,FRESHWATER,Cooked,DRY HEATHALIBUT,GREENLAND,Cooked,DRY HEATHERRING,PACIFIC,Cooked,DRY HEATLING,COOKED,DRY HEATLINGCOD,COOKED,DRY HEATMACKEREL,KING,Cooked,DRY HEATMACKEREL,PACIFIC and JACK,Mixed Species,Cooked,DRY HEATMILKFISH,COOKED,DRY HEATMONKFISH,COOKED,DRY HEATPIKE,WALLEYE,Cooked,DRY HEATPOLLOCK,ATLANTIC,Cooked,DRY HEATPOUT,OCEAN,Cooked,DRY HEATROE,Mixed Species,Cooked,DRY HEATSABLEFISH,COOKED,DRY HEATSALMON,ATLANTIC,WILD,Cooked,DRY HEATSALMON,CHINOOK,Cooked,DRY HEATSALMON,CHUM,Cooked,DRY HEATSALMON,PINK,Cooked,DRY HEATSCUP,COOKED,DRY HEATSEATROUT,Mixed Species,Cooked,DRY HEATSHAD,AMERICAN,Cooked,DRY HEATSPOT,COOKED,DRY HEATSUCKER,WHITE,Cooked,DRY HEATSUNFISH,PUMPKIN Seed,Cooked,DRY HEATTROUT,Mixed Species,Cooked,DRY HEATTUNA,SKIPJACK,Fresh,Cooked,DRY HEATTUNA,YELLOWFIN,Fresh,Cooked,DRY HEATTURBOT,EUROPEAN,Cooked,DRY HEATWHITEFISH,Mixed Species,Cooked,DRY HEATLAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,Cooked,RoastedLAMB,New Zealand,Imported,Frozen,LOIN,Lean only and FAT,1/8"FAT,RAWLAMB,New Zealand,Imported,Frozen,LOIN,Lean only and FAT,1/8"FAT,Cooked,BroiledLAMB,New Zealand,Imported,Frozen,RIB,Lean only and FAT,1/8"FAT,RAWLAMB,New Zealand,Imported,Frozen,RIB,Lean only and FAT,1/8"FAT,Cooked,RoastedLAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,RAWLAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,Cooked,BraisedGAME MEAT,BISON,TOP SIRLOIN,Lean only,0"FAT,RAWGAME MEAT,BISON,RIBEYE,Lean only,0"FAT,RAWGAME MEAT,BISON,Shoulder CLOD,Lean only,0"FAT,RAWVEAL,BREAST,FAT,CookedVEAL,BREAST,Whole,Boneless,Lean only and FAT,RAWVEAL,BREAST,Whole,Boneless,Lean only and FAT,Cooked,BraisedVEAL,BREAST,PLATE HALF,Boneless,Lean only and FAT,Cooked,BraisedVEAL,BREAST,POINT HALF,Boneless,Lean only and FAT,Cooked,BraisedVEAL,BREAST,Whole,Boneless,Lean only,Cooked,BraisedVEAL,SHANK (FORE and HIND),Lean only and FAT,RAWVEAL,SHANK (FORE and HIND),Lean only and FAT,Cooked,BraisedVEAL,SHANK (FORE and HIND),Lean only,RAWVEAL,SHANK (FORE and HIND),Lean only,Cooked,BraisedLAMB,AUS,Imported,Fresh,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,CookedLAMB,AUS,Imported,Fresh,Composite OF Retail CUTS,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Composite OF Retail CUTS,Lean only,1/8"FAT,CookedLAMB,AUS,Imported,Fresh,FAT,RAWLAMB,AUS,Imported,Fresh,FAT,CookedLAMB,AUS,Imported,Fresh,FORESHANK,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,FORESHANK,Lean only and FAT,1/8"FAT,Cooked,BraisedLAMB,AUS,Imported,Fresh,FORESHANK,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,FORESHANK,Lean only,1/8"FAT,Cooked,BraisedLAMB,AUS,Imported,Fresh,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,LEG,Whole (SHK and SIRL),Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,Whole (SHK and SIRL),Lean only,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,LEG,SHANK HALF,Lean only and FAT,1/8"FAT,RAWBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,PRIME,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,PRIME,Cooked,RoastedBEEF,TENDERLOIN,Lean only,1/4" FAT,ALL Grades,Cooked,RoastedBEEF,TENDERLOIN,Lean only,1/4"FAT,Choice,Cooked,RoastedBEEF,TENDERLOIN,Lean only,1/4"FAT,Select,Cooked,RoastedBEEF,TENDERLOIN,Lean only,1/4"FAT,PRIME,RAWBEEF,TENDERLOIN,Lean only,1/4"FAT,PRIME,Cooked,BroiledBEEF,TENDERLOIN,Lean only,1/4"FAT,PRIME,Cooked,RoastedBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/4"FAT,PRIME,RAWBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/4"FAT,PRIME,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only,1/4"FAT,PRIME,RAWBEEF,Short LOIN,TOP LOIN,Lean only,1/4"FAT,PRIME,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,PAN-FRIEDBEEF,TOP SIRLOIN,Lean only,1/4"FAT,Choice,Cooked,PAN-FRIEDBEEF,GROUND,PATTIES,Frozen,(Approximately 23% FAT),RAWBEEF,GROUND,PATTIES,Frozen,Cooked,Broiled,MediumBEEF,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,Cooked,PAN-FRIEDBEEF,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,Cooked,SimmeredBEEF,Variety, varieties MEATS and BY-PRODUCTS,HEART,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,HEART,Cooked,SimmeredBEEF,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,KIDNEYS,Cooked,SimmeredBEEF,Variety, varieties MEATS and BY-PRODUCTS,LIVER,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,BraisedBEEF,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,PAN-FRIEDBEEF,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,Cooked,BraisedALCOHOLIC Beverage,DAIQUIRI,PREPARED-FROM-RECIPEALCOHOLIC Beverage,BEER,Light,MICHELOB ULTRAALCOHOLIC Beverage,MARTINI,PREPARED-FROM-RECIPEALCOHOLIC Beverage,PINA COLADA,CannedALCOHOLIC Beverage,PINA COLADA,PREPARED-FROM-RECIPEALCOHOLIC Beverage,TEQUILA SUNRISE,CannedWHISKEY SOUR MIX,PowderedALCOHOLIC Beverage,WHISKEY SOUR,Prepared with H2O,WHISKEY and Powdered MIXALCOHOLIC Beverage,WHISKEY SOUR,CannedWHISKEY SOUR MIX,BottledALCOHOLIC Beverage,WHISKEY SOUR,Prepared FROM ITEM 14028ALCOHOLIC Beverage,CREME DE MENTHE,72 PROOFALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 80 PROOFALCOHOLIC Beverage,DISTILLED,GIN,90 PROOFALCOHOLIC Beverage,DISTILLED,RUM,80 PROOFALCOHOLIC Beverage,DISTILLED,VODKA,80 PROOFALCOHOLIC Beverage,DISTILLED,WHISKEY,86 PROOFALCOHOLIC Beverage,WINE,Dessert, desserts,SweetALCOHOLIC Beverage,WINE,TABLE,ALLALCOHOLIC Beverage,WINE,TABLE,ReducedALCOHOLIC Beverage,WINE,TABLE,ROSEALCOHOLIC Beverage,WINE,TABLE,WHITEBEEF BROTH and TOMATO Juice,CannedNABISCO,KNOX DRINKING GELATIN,ORANGE FLVR,with Aspartame,Low Calorie, calories,PowderedWOLFFISH,ATLANTIC,Cooked,DRY HEATYELLOWTAIL,Mixed Species,Cooked,DRY HEATCRAB,DUNGENESS,Cooked,Moisture HEATCRAB,QUEEN,Cooked,Moisture HEATSPINY LOBSTER,Mixed Species,Cooked,Moisture HEATCUTTLEFISH,Mixed Species,Cooked,Moisture HEATOCTOPUS,COMMON,Cooked,Moisture HEATOYSTER,PACIFIC,Cooked,Moisture HEATROUGHY,ORANGE,Cooked,DRY HEATCATFISH,CHANNEL,WILD,Cooked,DRY HEATCATFISH,CHANNEL,FARMED,RAWCATFISH,CHANNEL,FARMED,Cooked,DRY HEATSALMON,ATLANTIC,FARMED,RAWSALMON,ATLANTIC,FARMED,Cooked,DRY HEATSALMON,COHO,FARMED,RAWSALMON,COHO,FARMED,Cooked,DRY HEATTROUT,RAINBOW,FARMED,RAWTROUT,RAINBOW,FARMED,Cooked,DRY HEATCRAYFISH,Mixed Species,FARMED,RAWCRAYFISH,Mixed Species,FARMED,Cooked,Moisture HEATOYSTER,EASTERN,WILD,Cooked,DRY HEATOYSTER,EASTERN,FARMED,RAWOYSTER,EASTERN,FARMED,Cooked,DRY HEATSALMON,COHO,WILD,Cooked,DRY HEATCONCH,BAKED OR BROILEDUSDA COMMODITY,SALMON NUGGETS,BREADED,Frozen,HeatedUSDA COMMODITY,SALMON NUGGETS,Cooked AS PURCHASED,UnheatedBEANS,ADZUKI,MATURE SEEDS,RAWBEANS,ADZUKI,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,ADZUKI,MATURE SEEDS,Canned,SweetenedBEANS,ADZUKI,YOKAN,MATURE SEEDSBEANS,BAKED,HOME PREPAREDBEANS,Baked,Canned,Plain OR VEGETARIANBEANS,Baked,Canned,with BeefBEANS,Baked,Canned,with FRANKSBEANS,Baked,Canned,with PORKLAMB,AUS,Imported,Fresh,LEG,SHANK HALF,Lean only and FAT,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,LEG,SHANK HALF,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,SHANK HALF,Lean only,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,LEG,SIRLOIN HALF,Boneless,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,SIRL HLF,Boneless,Lean only and FT,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,LEG,SIRLOIN HALF,Boneless,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,SIRL HALF,Boneless,Lean only,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,LEG,SIRL CHOPS,Boneless,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,SIRL CHPS,Boneless,Lean only and FT,1/8"FT,Cooked,BroiledLAMB,AUS,Imported,Fresh,LEG,SIRLOIN CHOPS,Boneless,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,SIRL CHOPS,Boneless,Lean only,1/8"FAT,Cooked,BroiledLAMB,AUS,Imported,Fresh,LEG,Center SLICE,BONE-IN,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,Center SLCE,BNE-IN,Lean only and FT,1/8"FT,Cooked,BroiledLAMB,AUS,Imported,Fresh,LEG,Center SLICE,BONE-IN,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LEG,Center SLICE,BONE-IN,Lean only,1/8"FAT,Cooked,BroiledLAMB,AUS,Imported,Fresh,LOIN,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LOIN,Lean only and FAT,1/8"FAT,Cooked,BroiledLAMB,AUS,Imported,Fresh,LOIN,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,LOIN,Lean only,1/8"FAT,Cooked,BroiledLAMB,AUS,Imported,Fresh,RIB,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,RIB,Lean only and FAT,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,RIB,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,RIB,Lean only,1/8"FAT,Cooked,RoastedLAMB,AUS,Imported,Fresh,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,CookedLAMB,AUS,Imported,Fresh,Shoulder,Whole (ARM and Boiled),Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Shoulder,Whole (ARM and Boiled),Lean only,1/8"FAT,CookedLAMB,AUS,Imported,Fresh,Shoulder,ARM,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Shoulder,ARM,Lean only and FAT,1/8"FAT,Cooked,BraisedLAMB,AUS,Imported,Fresh,Shoulder,ARM,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Shoulder,ARM,Lean only,1/8"FAT,Cooked,BraisedLAMB,AUS,Imported,Fresh,Shoulder,BLADE,Lean only and FAT,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Shoulder,BLADE,Lean only and FAT,1/8"FAT,Cooked,BroiledLAMB,AUS,Imported,Fresh,Shoulder,BLADE,Lean only,1/8"FAT,RAWLAMB,AUS,Imported,Fresh,Shoulder,BLADE,Lean only,1/8"FAT,Cooked,BroiledGAME MEAT BISON,GROUND,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,MECHANICALLY SEPARATED Beef,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,Cooked,BraisedBEEF,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,Cooked,BraisedBEEF,Variety, varieties MEATS and BY-PRODUCTS,SUET,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,THYMUS,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,THYMUS,Cooked,BraisedBEEF,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,RAWBEEF,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,Cooked,SimmeredBEEF,Variety, varieties MEATS and BY-PRODUCTS,TRIPE,RAWBEEF,Sandwich STEAKS,FLAKED,Chopped,FORMED and THINLY SLICED,RAWBEEF,BRISKET,FLAT HALF,Lean only,0" FAT,Choice,Cooked,BraisedBEEF,CURED,Breakfast STRIPS,RAW OR UnheatedBEEF,CURED,Breakfast STRIPS,CookedBEEF,CURED,CORNED Beef,BRISKET,RAWBEEF,CURED,CORNED Beef,BRISKET,CookedBEEF,CURED,CORNED Beef,CannedBEEF,CURED,DRIEDBEEF,CURED,LUNCHEON MEAT,JELLIEDBEEF,CURED,PASTRAMIBEEF,CURED,SAUSAGE,Cooked,SMOKEDBEEF,CURED,SMOKED,Chopped BeefBEEF,CURED,DRIEDBEEF,Composite OF Retail CUTS,Lean only and FAT,0"FAT,ALL Grades,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,0"FAT,Choice,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,0"FAT,Select,CookedBEEF,Composite OF Retail CUTS,Lean only,0" FAT,ALL Grades,CookedBEEF,Composite OF Retail CUTS,Lean only,0"FAT,Choice,CookedBEEF,Composite OF Retail CUTS,Lean only,0"FAT,Select,CookedMixed Vegetable, vegetables and FRUIT Juice DrinkCARBONATED Beverage,CLUB SODAVERYFINE Apple QUENCHERS Apple RSPBRRY CHRY Juice CKTL,Ready-to-drinkSNAPPLE,SNAPPLE KIWI STRAWBERRY COCKTAIL,Ready-to-drinkKRAFT,SUGAR FREE KOOL-AID MIX,with Aspartame and Vitamin C,CHERRY FLAVORKRAFT. COUNTRY TIME LEMONADE MIX,with Vitamin CKRAFT,SUGAR FREE COUNTRY TIME PINK LEMONADE MIX,with Vitamin CCARBONATED Beverage,Cream SODAGATORADE LEMON LIME FLAVOR MIX,PowderedTABASCO TOMATO COCKTAIL,BLOODY MARY MIX,MILD,Ready-to-drinkCARBONATED Beverage,GINGER ALENESTLE,NESTEA ICE TEA,LEMON FLAVOR,Ready-to-drinkTROPICANA TWISTER ORANGE STRAWBERRY BANANA Drink,Frozen ConcentrateWELCH'S ORCHARD TROPICALS PASSION FRUIT Drink,Frozen ConcentrateCARBONATED Beverage,GRAPE SODACARBONATED Beverage,Low Calorie, calories,OTHER THAN COLA OR PEPPER,without CAFFEINECARBONATED Beverage,LEMON-LIME SODA,CONTAINS CAFFEINECARBONATED Beverage,LEMON-LIME SODACARBONATED Beverage,Low Calorie, calories,COLA,with Aspartame,without CAFFEINECARBONATED Beverage,COLA,without CAFFEINECARBONATED Beverage,COLA,with HIGHER CAFFEINECARBONATED Beverage,ORANGECARBON Beverage,Low Calorie, calories,OTHER THAN COLA OR PEPPER,with Aspartame,with CAFFENCARBONATED Beverage,PEPPER-TYPE,CONTAINS CAFFEINEENERGY Drink,with CAFFEINE,NIACIN,PANTO ACID,VIT B6 and B12CARBONATED Beverage,TONIC H2OCARBONATED Beverage,ROOT BEERCARBONATED Beverage,Low Calorie, calories,COLA OR PEPR,with Sodium SACC,CONTAINS CAFFNCAROB-FLAVOR Beverage MIX,PowderedCAROB-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILKCHOCOLATE-FLAVOR Beverage MIX FOR MILK,Powdered,without ADDED NutritionBEANS,Baked,Canned,with PORK and Sweet SauceBEANS,Baked,Canned,with PORK and TOMATO SauceBEANS,BLACK,MATURE SEEDS,RAWBEANS,BLACK,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,BLACK TURTLE SOUP,MATURE SEEDS,RAWBEANS,BLACK TURTLE SOUP,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,BLACK TURTLE SOUP,MATURE SEEDS,CannedBEANS,CRANBERRY (ROMAN),MATURE SEEDS,RAWBEANS,CRANBERRY (ROMAN),MATURE SEEDS,Cooked,Boiled,without SALTBEANS,CRANBERRY (ROMAN),MATURE SEEDS,CannedBEANS,FRENCH,MATURE SEEDS,RAWBEANS,FRENCH,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,GREAT NORTHERN,MATURE SEEDS,RAWBEANS,GREAT NORTHERN,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,GREAT NORTHERN,MATURE SEEDS,CannedBEANS,KIDNEY,ALL TYPES,MATURE SEEDS,RAWBEANS,KIDNEY,ALL TYPES,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,KIDNEY,ALL TYPES,MATURE SEEDS,CannedBEANS,KIDNEY,CALIFORNIA Reduced,MATURE SEEDS,RAWBEANS,KIDNEY,CALIFORNIA Reduced,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,KIDNEY,Reduced,MATURE SEEDS,RAWBEANS,KIDNEY,Reduced,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,KIDNEY,Reduced,MATURE SEEDS,CannedBEANS,KIDNEY,ROYAL Reduced,MATURE SEEDS,RAWBEANS,KIDNEY,ROYAL Reduced,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,NAVY,MATURE SEEDS,RAWBEANS,NAVY,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,NAVY,MATURE SEEDS,CannedBEANS,PINK,MATURE SEEDS,RAWGAME MEAT,BISON,GROUND,Cooked,PAN-BROILEDGAME MEAT BISON,TOP SIRLOIN,Lean only,1" STEAK,Cooked,BroiledGAME MEAT,BISON,CHUCK,Shoulder CLOD,Lean only,3-5 LB Roast,Cooked,BraisedGAME MEAT,BISON,CHUCK,Shoulder CLOD,Lean only,3-5 LB Roast,RAWGAME MEAT,BISON,RIBEYE,Lean only,1" STEAK,Cooked,BroiledGAME MEAT,BISON,TOP Round,Lean only,1" STEAK,Cooked,BroiledGAME MEAT,BISON,TOP Round,Lean only,1" STEAK,RAWGAME MEAT,ELK,GROUND,RAWGAME MEAT,ELK,GROUND,Cooked,PAN-BROILEDGAME MEAT,ELK,LOIN,Lean only,Cooked,BroiledGAME MEAT,ELK,Round,Lean only,Cooked,BroiledGAME MEAT,ELK,TENDERLOIN,Lean only,Cooked,BroiledGAME MEAT,DEER,GROUND,RAWGAME MEAT,DEER,GROUND,Cooked,PAN-BROILEDGAME MEAT,DEER,LOIN,Lean only,1" STEAK,Cooked,BroiledGAME MEAT,DEER,Shoulder CLOD,Lean only,3-5 LB Roast,Cooked,BraisedGAME MEAT,DEER,TENDERLOIN,Lean only,0.5-1 LB Roast,Cooked,BroiledGAME MEAT,DEER,TOP Round,Lean only,1" STEAK,Cooked,BroiledBEEF,BRISKET,Whole,Lean only and FAT,0"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,Whole,Lean only,0"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,FLAT HALF,Lean only and FAT,0"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,FLAT HALF,Lean only,0"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,POINT HALF,Lean only and FAT,0"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,POINT HALF,Lean only,0"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only and FAT,0"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only and FAT,0" FAT,Choice,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only and FAT,0" FAT,Select,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only,0"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only,0"FAT,Choice,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only,0"FAT,Select,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,0"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,0"FAT,Choice,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,0"FAT,Select,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only,0"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only,0"FAT,Choice,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only,0"FAT,Select,Cooked,BraisedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,0"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,0"FAT,Choice,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,0"FAT,Select,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,Choice,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,Select,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Choice,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Select,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,Choice,Cooked,BroiledCHOCOLATE-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILKKRAFT,KOOL-AID SPLASH SOFT DRINK GRAPE BERRY PUNCH,Ready-to-drinkCHOCOLATE SYRUPCHOCOLATE SYRUP,Prepared with Whole MILKCLAM and TOMATO Juice,CannedCOCOA MIX,PowderedCOCOA MIX,Powdered,Prepared with H2OCOCOA MIX,NESTLE,CARNATION HOT COCOA MIX with MARSHMALLOWSCOCOA MIX,NO SUGAR ADDED,PowderedCOCOA MIX,NESTLE,CARNATION RICH Chocolate HOT COCOA MIXCOCOA MIX,NESTLE,CARNATION NO SUGAR HOT COCOA MIXCOFFEE,BREWED FROM GROUNDS,Prepared with TAP H2O,DECAFFEINATEDCOFFEE,BREWED,ESPRESSO,Restaurant-prepared,DECAFFEINATEDCOFFEE,Instant,Regular,Powdered,HALF THE CAFFEINECOFFEE and COCOA (MOCHA) Powdered,with Whitener and Low Calorie, calories Sweetener,DECAFFEINATEDKRAFT,GENERAL FOODS INTRN COFF SGR and FT FR MOCHA FLV Instant,with ACOFFEE,BREWED FROM GROUNDS,Prepared with TAP H2OCOFFEE,BREWED,ESPRESSO,Restaurant-preparedCOFFEE,Instant,Regular,PowderedCOFFEE,Instant,Regular,Prepared with H2OBEANS,PINK,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,PINTO,MATURE SEEDS,RAWBEANS,PINTO,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,PINTO,MATURE SEEDS,CannedBEANS,Small WHITE,MATURE SEEDS,RAWBEANS,Small WHITE,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,Yellow,MATURE SEEDS,RAWBEANS,Yellow,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,WHITE,MATURE SEEDS,RAWBEANS,WHITE,MATURE SEEDS,Cooked,Boiled,without SALTBEANS,WHITE,MATURE SEEDS,CannedBROADBEANS (FAVA Beans),MATURE SEEDS,RAWBROADBEANS (FAVA Beans),MATURE SEEDS,Cooked,Boiled,without SALTBROADBEANS (FAVA Beans),MATURE SEEDS,CannedCAROB FLOURCHICKPEAS (GARBANZO Beans,BENGAL Gram),MATURE SEEDS,RAWCHICKPEAS ,MATURE SEEDS,Cooked,Boiled,without SALTCHICKPEAS (GARBANZO Beans,BENGAL Gram),MATURE SEEDS,CannedCHILI WITH BEANS,CANNEDCOWPEAS,CATJANG,MATURE SEEDS,RAWCOWPEAS,CATJANG,MATURE SEEDS,Cooked,Boiled,without SALTCOWPEAS,COMMON (BLACKEYES,CROWDER,SOUTHERN),MTRE SEEDS,RAWCOWPEAS,COMMON (BLKEYES,CRWDR,STHRN),MTURE,Cooked,Boiled,without SALTCOWPEAS,COMMON,MATURE SEEDS,Canned,PlainCOWPEAS,COMMON,MATURE SEEDS,Canned with PORKHYACINTH Beans,MATURE SEEDS,RAWHYACINTH Beans,MATURE SEEDS,Cooked,Boiled,without SALTLENTILS,MATURE SEEDS,RAWLENTILS,MATURE SEEDS,Cooked,Boiled,without SALTLIMA Beans,Large,MATURE SEEDS,RAWLIMA Beans,Large,MATURE SEEDS,Cooked,Boiled,without SALTBAGELS,Plain,Enriched,with Calcium Propionate (Including ONION,POPPY,SESAME)BAGELS,Plain,Toasted,Enriched,with Calcium Propionate (Including ONION,POPPY,SESAME)BAGELS,EGGBAGELS,CINNAMON-RAISINBAGELS,CINNAMON-RAISIN,ToastedBAGELS,OAT BRANBISCUITS,Plain OR Buttermilk,Commercially BakedBISCUITS,Plain OR Buttermilk,DRY MIXBISCUITS,Plain OR Buttermilk,DRY MIX,PreparedBISCUITS,Plain OR Buttermilk,Refrigerated DOUGH,LOWER FATBISCUITS,Plain OR Buttermilk,Refrigerated DOUGH,LOWER FAT,BakedBISCUITS,Plain OR Buttermilk,Refrigerated DOUGH,HIGHER FATBISCUITS,Plain OR Buttermilk,Refrigerated DOUGH,HIGHER FAT,BakedBISCUITS,Plain OR Buttermilk,Prepared FROM RECIPEBISCUITS,Mixed GRAIN,Refrigerated DOUGHBREAD,BANANA,Prepared FROM RECIPE,MADE with MARGARINEBREAD,BOSTON BROWN,CANNEDBREAD,CORNBREAD,DRY MIX,Enriched (Including CORN MUFFIN MIX)BREAD,CORNBREAD,DRY MIX,PreparedBREAD,CORNBREAD,Prepared FROM RECIPE,MADE with Low Fat (2%) MILKBREAD,CRACKED-WHEATBREAD,EGGBREAD,EGG,TOASTEDBREAD,FRENCH OR VIENNA (Including SOURDOUGH)BEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,Select,Cooked,BroiledBEEF,Round,Bottom Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,BraisedBEEF,Round,Bottom Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,RoastedBEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Choice,Cooked,BraisedBEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Choice,Cooked,RoastedBEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Select,Cooked,BraisedBEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Select,Cooked,RoastedBEEF,Round,Bottom Round,Lean only,0"FAT,ALL Grades,Cooked,BraisedBEEF,Round,Bottom Round,Lean only,0"FAT,ALL Grades,Cooked,RoastedBEEF,Round,Bottom Round,Lean only,0"FAT,Choice,Cooked,BraisedBEEF,Round,Bottom Round,Lean only,0"FAT,Choice,Cooked,RoastedBEEF,Round,Bottom Round,Lean only,0"FAT,Select,Cooked,BraisedBEEF,Round,Bottom Round Roast,Lean only,0" FAT,Select,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only and FAT,0"FAT,Choice,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only and FAT,0"FAT,Select,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only,0"FAT,ALL Grades,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only,0"FAT,Choice,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only,0"FAT,Select,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,0"FAT,Choice,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,0"FAT,Select,Cooked,RoastedBEEF,Round,TIP Round,Lean only,0" FAT,ALL Grades,Cooked,RoastedBEEF,Round,TIP Round,Lean only,0"FAT,Choice,Cooked,RoastedBEEF,Round,TIP Round,Lean only,0" FAT,Select,Cooked,RoastedBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,BraisedBEEF,Round,TOP Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,BraisedBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,Choice,Cooked,BraisedCOFFEE,Instant,DECAFFEINATED,PowderedCOFFEE,Instant,DECAFFEINATED,Powdered,Prepared with H2OCOFFEE,Instant,with CHICORY,PowderedCOFFEE,Instant,with CHICORY,Prepared with H2OCOFFEE,Instant,with SUGAR,MOCHA-FLAVOR,PowderedKRAFT,GENERAL FOODS INTRN COFFEE SUISSE MOCHA FLV Instant,PowderedCOFFEE,Instant,with SUGAR,CAPPUCCINO-FLAVOR PowderedCOFFEE,Instant,with SUGAR,FRENCH-FLAVOR,PowderedKRAFT,GENERAL FOODS INTRN COFFEE CAFE FRANCAIS FLV Instant,PowderedKRAFT,GENERAL FOODS INTRN COFFEE FRENCH VAN FLV Instant,PowderedKRAFT,GENERAL FOODS INT COFFEE SGR and FAT FR Low Calorie, calories FRN VN InstantCOFFEE Substitute,Cereal GRAIN Beverage,PowderedCOFFEE Substitute,Cereal GRAIN Beverage,Prepared with H2OCRANBERRY-APPLE Juice Drink,BottledCRANBERRY-APRICOT Juice Drink,BottledCRANBERRY-GRAPE Juice Drink,BottledCRANBERRY Juice COCKTAIL,BottledCRANBERRY Juice COCKTAIL,Bottled,Low Calorie, calories,with Calcium,SACCHARIN and CORN SweetenerEGGNOG-FLAVOR MIX,POWDERLIMA Beans,Large,MATURE SEEDS,CannedLIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,RAWLIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,Cooked,Boiled,without SALTLUPINS,MATURE SEEDS,RAWLUPINS,MATURE SEEDS,Cooked,Boiled,without SALTMOTHBEANS,MATURE SEEDS,RAWMOTHBEANS,MATURE SEEDS,Cooked,Boiled,without SALTMUNG Beans,MATURE SEEDS,RAWMUNG Beans,MATURE SEEDS,Cooked,Boiled,without SALTNOODLES,CHINESE,CELLOPHANE OR LONG RICE (MUNG Beans),DehydratedMUNGO Beans,MATURE SEEDS,RAWMUNGO Beans,MATURE SEEDS,Cooked,Boiled,without SALTPEAS,SPLIT,MATURE SEEDS,RAWPEAS,SPLIT,MATURE SEEDS,Cooked,Boiled,without SALTPEANUTS,ALL TYPES,RAWPEANUTS,ALL TYPES,Cooked,Boiled,with SALTPEANUTS,ALL TYPES,OIL-ROASTED,with SALTPEANUTS,ALL TYPES,DRY-ROASTED,with SALTPEANUTS,SPANISH,RAWPEANUTS,SPANISH,OIL-ROASTED,with SALTPEANUTS,VALENCIA,RAWPEANUTS,VALENCIA,OIL-ROASTED,with SALTPEANUTS,VIRGINIA,RAWPEANUTS,VIRGINIA,OIL-ROASTED,with SALTPEANUT BUTTER,CHUNK STYLE,with SALTPEANUT BUTTER,SMOOTH STYLE,with SALTPEANUT FLOUR,DEFATTEDPEANUT FLOUR,LOW FATPIGEON PEAS (Reduced Gram),MATURE SEEDS,RAWPIGEON PEAS (Reduced Gram),MATURE SEEDS,Cooked,Boiled,without SALTREFRIED BEANS,CANNED (Including USDA COMMODITY)BREAD,FRENCH OR VIENNA,Toasted (Including SOURDOUGH)BREAD,IRISH SODA,Prepared FROM RECIPEBREAD,ITALIANBREAD,MIXED-GRAIN (Including WHOLE-GRAIN,7-GRAIN)BREAD,MIXED-GRAIN,Toasted (Including WHOLE-GRAIN,7-GRAIN)BREAD,OAT BRANBREAD,OAT BRAN,TOASTEDBREAD,OATMEALBREAD,OATMEAL,TOASTEDBREAD,PITA,WHITE,ENRICHEDBREAD,PITA,WHOLE-WHEATBREAD,Protein (Including GLUTEN)BREAD,PUMPERNICKELBREAD,PUMPERNICKEL,ToastedBREAD,RAISIN,ENRICHEDBREAD,RAISIN,Toasted,EnrichedBREAD,Reduced-calorie,OAT BRANBREAD,Reduced-calorie,OAT BRAN,ToastedBREAD,Reduced-calorie,OATMEALBREAD,REDUCED-CALORIE,RYEBREAD,Reduced-calorie,WHEATBREAD,Reduced-calorie,WHITEBREAD,RICE BRANBEEF,Round,TOP Round,Lean only and FAT,0"FAT,Choice,Cooked,BraisedBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,Select,Cooked,BraisedBEEF,Round,TOP Round,Lean only and FAT,0"FAT,Select,Cooked,BraisedBEEF,Round,TOP Round,Lean only,1/4"FAT,ALL Grades,Cooked,BraisedBEEF,Round,TOP Round,Lean only,0"FAT,ALL Grades,Cooked,BraisedBEEF,Round,TOP Round,Lean only,1/4"FAT,Choice,Cooked,BraisedBEEF,Round,TOP Round,Lean only,0"FAT,Choice,Cooked,BraisedBEEF,Round,TOP Round,Lean only,1/4"FAT,Select,Cooked,BraisedBEEF,Round,TOP Round,Lean only,0"FAT,Select,Cooked,BraisedBEEF,TENDERLOIN,Lean only and FAT,0"FAT,ALL Grades,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,0"FAT,Choice,Cooked,BroiledBEEF,TENDERLOIN,Lean only and FAT,0"FAT,Select,Cooked,BroiledBEEF,TENDERLOIN,Lean only,0"FAT,ALL Grades,Cooked,BroiledBEEF,TENDERLOIN,Lean only,0"FAT,Choice,Cooked,BroiledBEEF,TENDERLOIN,Lean only,0"FAT,Select,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only and FAT,0"FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only and FAT,0"FAT,Choice,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only and FAT,0" FAT,Select,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,Choice,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,Select,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,ALL Grades,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,Choice,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,Select,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only,0"FAT,ALL Grades,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only,0"FAT,Choice,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only,0"FAT,Select,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAWEGGNOG-FLAVOR MIX,Powdered,Prepared with Whole MILKCITRUS FRUIT Juice Drink,Frozen ConcentrateCITRUS FRUIT Juice Drink,Frozen Concentrate,Prepared with H2OFRUIT PUNCH Drink,without ADDED NUTRITENTS,CannedFRUIT PUNCH Drink,with ADDED Nutrition,CannedFRUIT PUNCH Drink,Frozen ConcentrateFRUIT PUNCH Drink,Frozen Concentrate,Prepared with H2OGELATIN,DRINKING,ORANGE-FLAVOR,PowderedKRAFT,CAPRI SUN ALL Natural Juice Drink FRUIT PUNCH,Ready-to-drinkKRAFT,CRYSTAL Light SG FR Low Calorie, calories SOFT Drink MIX LEMONAD,with SWN,PowderedKRAFT,KOOL-AID Unsweetened SOFT Drink MIX TROPICAL PUNCH,PowderedKRAFT,KOOL-AID SUGAR Sweetened SOFT Drink MIX TROPICAL PUNCH,PowderedKRAFT,KOOL-AID BURSTS SOFT Drink TROPICAL PUNCH,Ready-to-drinkGRAPE DRINK,CANNEDGRAPE JUICE DRINK,CANNEDLEMONADE,POWDERLEMONADE,Powdered,Prepared with H2OLEMONADE,Low Calorie, calories,with Aspartame,PowderedBACON,MEATLESSMEAT EXTENDERSAUSAGE,MEATLESSSOYBEANS,MATURE SEEDS,RAWSOYBEANS,MATURE Cooked,Boiled,without SALTSOYBEANS,MATURE SEEDS,Roasted,SALTEDSOYBEANS,MATURE SEEDS,DRY RoastedMISONATTOTEMPEHSOY FLOUR,FULL-FAT,RAWSOY Flour,FULL-FAT,RoastedSOY FLOUR,DEFATTEDSOY FLOUR,LOW-FATSOY MEAL,DEFATTED,RAWSOY MILK,FLUIDSOY Protein Concentrate,PRODUCED BY ALCOHOL EXTRACTIONSOY PROTEIN ISOLATESOY Sauce MADE FROM SOY and WHEAT (SHOYU)SOY Sauce MADE FROM SOY (TAMARI)SOY Sauce MADE FROM HYDROLYZED Vegetable, vegetables ProteinTOFU,FIRM,Prepared with Calcium SULFATE and MAGNESIUM CHLORIDE (NIGARI)TOFU,SOFT,Prepared with Calcium SULFATE and MAGNESIUM CHLORIDE (NIGARI)TOFU,DRIED-FROZEN (KOYADOFU)TOFU,FRIEDTOFU,OKARATOFU,SALTED and FERMENTED (FUYU)YARDLONG Beans,MATURE SEEDS,RAWYARDLONG Beans,MATURE SEEDS,Cooked,Boiled,without SALTWINGED Beans,MATURE SEEDS,RAWBEANS,WINGED,MATURE SEEDS,Cooked,Boiled,without SALTBREAD,RYEBREAD,RYE,TOASTEDBREAD,WHEAT (Including WHEAT BERRY)BREAD,WHEAT,Toasted (Including WHEAT BERRY)BREAD,WHEAT BRANBREAD,WHEAT GERMBREAD,WHITE,Commercially Prepared (Including SOFT BREAD CRUMBS)BREAD,WHITE,Commercially Prepared,ToastedBREAD,WHITE,Prepared FROM RECIPE,MADE with NONFAT DRY MILKBREAD,WHITE,Prepared FROM RECIPE,MADE with Low Fat (2%) MILKBREAD,WHOLE-WHEAT,Commercially PreparedBREAD,WHOLE-WHEAT,Commercially Prepared,ToastedBREAD,WHOLE-WHEAT,Prepared FROM RECIPEBREAD,WHOLE-WHEAT,Prepared FROM RECIPE,ToastedBREAD CRUMBS,DRY,GRATED,PlainBREAD STICKS,PLAINBREAD STUFFING,BREAD,DRY MIXBREAD STUFFING,BREAD,DRY MIX,PreparedBREAD STUFFING,CORNBREAD,DRY MIXBREAD STUFFING,CORNBREAD,DRY MIX,PreparedCAKE,ANGELFOOD,Commercially PreparedCAKE,ANGELFOOD,DRY MIXBEEF,LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,Porterhouse Stick,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,LOIN,Porterhouse Stick,Lean only and FAT,0" FAT,USDA Choice,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,USDA Select,RAWBEEF, LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,USDA Select,Cooked,BroiledBEEF,Short LOIN,Porterhouse Stick,Lean only and FAT,0" FAT,USDA Select,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only,1/4" FAT,ALL Grades,RAWBEEF,Short LOIN,Porterhouse STEAK,Lean only,1/4" FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only,0" FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only, 0" FAT,USDA Choice,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,RAWBEEF,Short LOIN,Porterhouse STEAK,Lean only,1/4" FAT,USDA Select,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only ONLY,0" FAT,USDA Select,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,LOIN,T-BONE STEAK,Lean only and FAT,1/4" FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,T-BONE Stick,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,LOIN,T-BONE STEAK,Lean only and FAT,0" FAT,USDA Choice,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/4" FAT,USDA Select,RAWBEEF,LOIN,T-BONE STEAK,Lean only and FAT,1/4" FAT,USDA Select,Cooked,BroiledBEEF,Short LOIN,T-BONE Stick,Lean only and FAT,0" FAT,USDA Select,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only,1/4" FAT,ALL Grades,RAWBEEF,Short LOIN,T-BONE STEAK,Lean only,1/4" FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only,0" FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only,0" FAT,USDA Choice,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,RAWBEEF,Short LOIN,T-BONE STEAK,Lean only,1/4" FAT,USDA Select,Cooked,BroiledLEMONADE,Low Calorie, calories,with Aspartame,Powdered,Prepared with H2OLEMONADE,Frozen Concentrate,WHITELEMONADE,Frozen Concentrate,WHITE,Prepared with H2OLEMONADE-FLAVOR Drink,PowderedLEMONADE-FLAVOR Drink,Powdered,Prepared with H2OLIMEADE,Frozen ConcentrateLIMEADE,Frozen Concentrate,Prepared with H2OMALT BEVERAGEMALTED Drink MIX,Natural,with ADDED Nutrition,PowderedMALTED Drink MIX,Natural,with ADDED Nutrition,Powdered,Prepared with Whole MILKMALTED Drink MIX,Natural,PowderedMALTED Drink MIX,Natural,Powdered,Prepared with Whole MILKMALTED Drink MIX,Chocolate,with ADDED Nutrition,PowderedHUMMUS,HOME PreparedFALAFEL,HOME-PREPAREDSOY MILK,FLUID,Calcium FortifiedLENTILS,PINK,RAWPEANUT BUTTER,SMOOTH,Reduced FATENSURE FIBER with FOS,LiquidPEANUT BUTTER,SMOOTH,VIT and MINERAL FortifiedPEANUT BUTTER,CHUNKY,VITAMIN and MINERAL FortifiedCHICKPEA FLOUR (BESAN)HUMMUS,COMMERCIALTOFU,Extra FIRM,Prepared with NIGARITOFU,HARD,Prepared with NIGARIMORI-NU,TOFU,SILKEN,SOFTMORI-NU,TOFU,SILKEN,FIRMMORI-NU,TOFU,SILKEN,Extra FIRMMOR-NU,TOFU,SILKEN,LITE FIRMMORI-NU,TOFU,SILKEN,LITE Extra FIRMSOY MILK,FLUIDUSDA Commodity,Peanut BUTTER,SMOOTHTEMPEH,CookedSOY Protein ISOLATE,Protein TECHNOLOGIES INTERNATIONAL,SUPROSOY Protein ISOLATE,Protein TECHNOLOGIES INTERNATIONAL,PROPLUSBEANS,ADZUKI,MATURE Seed,Cooked,Boiled,with SALTBEANS,BLACK,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,BLACK TURTLE SOUP,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,CRANBERRY (ROMAN),MATURE SEEDS,Cooked,Boiled,with SALTBEANS,FRENCH,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,GREAT NORTHERN,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,KIDNEY,ALL TYPES,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,KIDNEY,CALIFORNIA Reduced,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,KIDNEY,Reduced,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,KIDNEY,ROYAL Reduced,MATURE SEEDS,Cooked,Boiled with SALTBEANS,NAVY,MATURE SEEDS,Cooked,Boiled,with SALTCAKE,ANGELFOOD,DRY MIX,PreparedCAKE,BOSTON Cream PIE,Commercially PreparedCAKE,CARROT,DRY MIX,PUDDING-TYPECAKE,CHERRY FUDGE with Chocolate FrostingCAKE,Chocolate,Commercially Prepared with Chocolate FrostingCAKE,Chocolate,DRY MIX,PUDDING-TYPECAKE,Chocolate,DRY MIX,RegularCAKE,Chocolate,Prepared FROM RECIPE without FrostingCAKE,WHITE,Prepared FROM RECIPE with Coconut FrostingCOFFEECAKE,CHEESECOFFEECAKE,Cinnamon with CRUMB TOPPING,Commercially Prepared,EnrichedCOFFEECAKE,CREME-FILLED with Chocolate FrostingCOFFEECAKE,FRUITCOFFEECAKE,Cinnamon with CRUMB TOPPING,DRY MIXCOFFEECAKE,Cinnamon with CRUMB TOPPING,DRY MIX,PreparedCAKE,FRUITCAKE,Commercially PreparedCAKE,GERMAN Chocolate,DRY MIX,PUDDING-TYPECAKE,GINGERBREAD,DRY MIXCAKE,GINGERBREAD,Prepared FROM RECIPECAKE,MARBLE,DRY MIX,PUDDING-TYPECAKE,Pineapple UPSIDE-DOWN,Prepared FROM RECIPECAKE,POUND,Commercially Prepared,BUTTERCAKE,POUND,Commercially Prepared,OTHER THAN ALL BUTTER,EnrichedCAKE,SHORTCAKE,BISCUIT-TYPE,Prepared FROM RECIPEBEEF,Short LOIN,T-BONE STEAK,Lean only, 0" FAT,USDA Select,Cooked,BroiledBEEF,BRISKET,FLAT HALF,Lean only,0" FAT,Select,Cooked,BraisedBEEF,Round,TIP Round,Lean only and FAT,0" FAT,ALL Grades,RAWBEEF,Round,TIP Round,Lean only and FAT,0" FAT,Choice,RAWBEEF,Round,TIP Round,Lean only and FAT,0" FAT,Select,RAWBEEF,RIB,EYE,Small END (RIBS 10- 12) Lean only,0" FAT,Select,Cooked,BroiledBEEF,Round,TOP Round,Lean only,0" FAT,ALL Grades,Cooked,BroiledBEEF,Round,TOP Round,Lean only,0" FAT,Choice,Cooked,BroiledBEEF,Round,TOP Round,Lean only,0" FAT,Select,Cooked,BroiledBEEF,GROUND,70% Lean only / 30% FAT,CRUMBLES,Cooked,PAN-BROWNEDBEEF,GROUND,70% Lean only / 30% FAT,LOAF,Cooked,BakedBEEF,GROUND,70% Lean only / 30% FAT,PATTY Cooked,PAN-BROILEDBEEF,GROUND,70% Lean only / 30% FAT,PATTY,Cooked,BroiledBEEF,GROUND,70% Lean only / 30% FAT,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/2"FAT,PRIME,CookedBEEF,Composite OF Retail CUTS,Lean only,1/2"FAT,PRIME,RAWBEEF,Composite OF Retail CUTS,Lean only,1/2"FAT,PRIME,CookedBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/2"FAT,PRIME,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only,1/2"FAT,PRIME,RAWBEEF,CHUCK,ARM POT Roast,Lean only,1/2"FAT,PRIME,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/2"FAT,PRIME,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only,1/2"FAT,PRIME,RAWBEEF,CHUCK,BLADE Roast,Lean only,1/2"FAT,PRIME,Cooked,BraisedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/2"FAT,PRIME,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/2"FAT,PRIME,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only,1/2"FAT,PRIME,Cooked,BroiledMALTED Drink MIX,Chocolate,with ADDED Nutrition,Powdered,Prepared with Whole MILKMALTED Drink MIX,Chocolate,PowderedMALTED Drink MIX,Chocolate,Powdered,Prepared with Whole MILKORANGE DRINK,CANNEDORANGE and APRICOT Juice Drink,CannedPINEAPPLE and GRAPEFRUIT Juice Drink,CannedPINEAPPLE and ORANGE Juice Drink,CannedRICE Beverage,RICE DREAM,CannedSHAKE,FAST FOOD,CHOCOLATESHAKE,FAST FOOD,VANILLASTRAWBERRY-FLAVOR Beverage MIX,PowderedSTRAWBERRY-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILKTEA,BREWED,Prepared with TAP H2O,DECAFFEINATEDTEA,Instant,Unsweetened,Powdered,DECAFFEINATEDTEA,BREWED,Prepared with TAP H2OTEA,Instant,Sweetened with Sodium SACCHARIN,LEMON-Flavored,Powdered,DECAFFEINATEDTEA,Instant,Sweetened with SUGAR,LEMN-Flavored,without Vitamin C,Powdered,DECAFFEINATEDTEA,Instant,Unsweetened,PowderedBEANS,PINK,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,PINTO,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,Small WHITE,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,Yellow,MATURE SEEDS,Cooked,Boiled,with SALTBEANS,WHITE,MATURE SEEDS,Cooked,Boiled,with SALTBROADBEANS (FAVA Beans),MATURE SEEDS,Cooked,Boiled,with SALTCHICKPEAS,MATURE SEEDS,Cooked,Boiled,with SALTCOWPEAS,CATJANG,MATURE SEEDS,Cooked,Boiled,with SALTCOWPEAS,COMMON,MATURE SEEDS,Cooked,Boiled,with SALTHYACINTH Beans,MATURE SEEDS,Cooked,Boiled,with SALTLENTILS,MATURE SEEDS,Cooked,Boiled,with SALTLIMA Beans,Large,MATURE SEEDS,Cooked,Boiled,with SALTLIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,Cooked,Boiled,with SALTLUPINS,MATURE SEEDS,Cooked,Boiled,with SALTMOTHBEANS,MATURE SEEDS,Cooked,Boiled,with SALTMUNG Beans,MATURE SEEDS,Cooked,Boiled,with SALTMUNGO Beans,MATURE SEEDS,Cooked,Boiled,with SALTPEAS,SPLIT,MATURE SEEDS,Cooked,Boiled,with SALTPEANUTS,ALL TYPES,OIL-ROASTED,without SALTPEANUTS,ALL TYPES,DRY-ROASTED,without SALTPEANUTS,SPANISH,OIL-ROASTED,without SALTPEANUTS,VALENCIA,OIL-ROASTED,without SALTPEANUTS,VIRGINIA,OIL-ROASTED,without SALTPEANUT BUTTER,CHUNK STYLE,without SALTPEANUT BUTTER,SMOOTH STYLE,without SALTPIGEON PEAS (Reduced Gram),MATURE SEEDS,Cooked,Boiled,with SALTSOYBEANS,MATURE SEEDS,Cooked,Boiled,with SALTSOYBEANS,MATURE SEEDS,RSTED,NO SALT ADDEDSOY Flour,FULL-FAT,RAW,CRUDE Protein BASIS (N X 6.25)SOY Flour,FULL-FAT,Roasted,CRUDE Protein BASIS (N X 6.25)SOY Flour,DEFATTED,CRUDE Protein BASIS (N X 6.25)CAKE,SNACK CAKES,CREME-FILLED,Chocolate with FrostingCAKE,SNACK CAKES,CREME-FILLED,SPONGECAKE,WHITE,DRY MIX,Special DIETARY (Including LEMON-FLAVORED)CAKE,SPONGE,Commercially PreparedCAKE,SPONGE,Prepared FROM RECIPECAKE,WHITE,DRY MIX,PUDDING-TYPE,EnrichedCAKE,WHITE,DRY MIX,RegularCAKE,WHITE,Prepared FROM RECIPE without FrostingCAKE,Yellow,Commercially Prepared,with Chocolate FrostingCAKE,Yellow,Commercially Prepared,with VANILLA FrostingCAKE,Yellow,DRY MIX,PUDDING-TYPECAKE,Yellow,DRY MIX,Regular,EnrichedCAKE,Yellow,Prepared FROM RECIPE without FrostingCHEESECAKE Commercially PreparedCHEESECAKE Prepared FROM MIX,NO-BAKE TYPECOOKIES,ANIMAL CRACKERS (Including ARROWROOT,TEA BISCUITS,)COOKIES,BROWNIES,Commercially PreparedCOOKIES,BROWNIES,DRY MIX,RegularCOOKIES,BROWNIES,Prepared FROM RECIPECOOKIES,BUTTER,Commercially Prepared,EnrichedCOOKIES,FUDGE,CAKE-TYPE (Including TROLLEY CAKES)COOKIES,CHOCOLATE WAFERSCOOKIES,Chocolate CHIP,Commercially Prepared,Regular,LOWER FATCOOKIES,Chocolate CHIP,Commercially Prepared,Regular,HIGHER FAT,EnrichedCOOKIES,Chocolate CHIP,Commercially Prepared,SOFT-TYPEBEEF,RIB,Whole (RIBS 6-12),Lean only,1/2"FAT,PRIME,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/2"FAT,PRIME,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/2"FAT,PRIME,Cooked,RoastedBEEF,RIB,Large END (RIBS 6-9),Lean only,1/2"FAT,PRIME,Cooked,BroiledBEEF,RIB,Large END (RIBS 6-9),Lean only,1/2"FAT,PRIME,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/2"FAT,PRIME,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/2"FAT,PRIME,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/2"FAT,PRIME,Cooked,BroiledBEEF,RIB,Small END (RIBS 10-12),Lean only,1/2"FAT,PRIME,Cooked,RoastedBEEF,Round,Bottom Round,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,Round,Bottom Round,Lean only and FAT,1/2"FAT,PRIME,Cooked,BraisedBEEF,Round,Bottom Round,Lean only,1/2"FAT,PRIME,RAWBEEF,Round,Bottom Round,Lean only,1/2"FAT,PRIME,Cooked,BraisedBEEF,Round,EYE OF Round,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,Round,EYE OF Round,Lean only and FAT,1/2"FAT,PRIME,Cooked,RoastedBEEF,Round,EYE OF Round,Lean only,1/2"FAT,PRIME,RAWBEEF,Round,EYE OF Round,Lean only,1/2"FAT,PRIME,Cooked,RoastedBEEF,Round,TIP Round,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,Round,TIP Round,Lean only and FAT,1/2"FAT,PRIME,Cooked,RoastedBEEF,Round,TIP Round,Lean only,1/2"FAT,PRIME,Cooked,RoastedBEEF,Round,TOP Round,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,Round,TOP Round,Lean only and FAT,1/2"FAT,PRIME,Cooked,BroiledBEEF,Round,TOP Round,Lean only,1/2"FAT,PRIME,Cooked,BroiledBEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,BroiledBEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,RoastedBEEF,Short LOIN,TENDERLOIN,Lean only,1/2"FAT,PRIME,Cooked,BroiledBEEF,Short LOIN,TENDERLOIN,Lean only,1/2"FAT,PRIME,Cooked,RoastedBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/2"FAT,PRIME,RAWBEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,BroiledTEA,Instant,Unsweetened,Powdered,PreparedTEA,Instant,Unsweetened,LEMON-FLAVORED,PowderedTEA,Instant,Unsweetened,LEMON-FLAVORED,Powdered,PreparedTEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,without Vitamin C,PowderedTEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,without Vitamin C,Powdered,PreparedTEA,Instant,Sweetened with Sodium SACCHARIN,LEMON-FLAVORED,PowderedTEA,Instant,Sweetened with Sodium SACCHARIN,LEMON-FLAVORED,PreparedKRAFT,CRYSTAL Light SUGAR FREE Low Calorie, calories ICED TEA MIX,with Aspartame,PowderedTEA,HERB,OTHER THAN CHAMOMILE,BREWEDTHIRST QUENCHER Drink,BottledFRUIT-FLAVORED THIRST QUENCHER Beverage,Low Calorie, caloriesWATER,Bottled,PERRIERWATER,Bottled,POLAND SPRINGCOCOA MIX,with Aspartame,Powdered,Prepared FROM ITEM 14196GELATIN,DRINKING,ORANGE-FLAVOR,Powdered,Prepared with H2OCARBONATED Beverage,COLA,CONTAINS CAFFEINEORANGE-FLAVOR Drink,KRAFT,TANG Drink MIXORANGE-FLAVOR Drink,KRAFT,TANG SUGAR FREE Low Calorie, calories Drink MIXFRUIT PUNCH Juice Drink,Frozen ConcentrateFRUIT PUNCH Juice Drink,Frozen Concentrate,Prepared with H2OSOY Flour,LOW-FAT,CRUDE Protein BASIS (N x 6.25)SOY MEAL,DEFATTED,RAW,CRUDE Protein BASIS (N X 6.25)SOY Protein Concentrate,PRODUCED BY ACID WASHSOY Protein Concentrate,CRUDE Protein BASIS (N X 6.25),ACID WASHSOY Protein ISOLATE,Potassium TYPESOY Protein ISOLATE,Potassium TYPE,CRUDE Protein BASISSOY Sauce MADE FROM SOY and WHEAT (SHOYU),Low SodiumTOFU,RAW,FIRM,Prepared with Calcium SULFATETOFU,RAW,Regular,Prepared with Calcium SULFATETOFU,DRIED-FROZEN (KOYADOFU),Prepared with Calcium SULFATETOFU,FRIED,Prepared with Calcium SULFATETOFU,SALTED and FERMENTED (FUYU),Prepared with Calcium SULFATEYARDLONG Beans,YARDLONG,MATURE SEEDS,Cooked,Boiled,with SALTWINGED Beans,MATURE SEEDS,Cooked,Boiled,with SALTLAMB,Domestic,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Choice,CookedLAMB,Domestic,Composite OF Retail CUTS,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,Composite OF Retail CUTS,Lean only,1/4"FAT,Choice,CookedLAMB,Domestic,Composite OF Retail CUTS,FAT,1/4"FAT,Choice,RAWLAMB,Domestic,Composite OF Retail CUTS,FAT,1/4"FAT,Choice,CookedLAMB,Domestic,FORESHANK,Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,FORESHANK,Lean only and FAT,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,FORESHANK,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,FORESHANK,Lean only,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,LEG,SHANK HALF,Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,LEG,SHANK HALF,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,LEG,SHANK HALF,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,LEG,SHANK HALF,Lean only,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,LEG,SIRLOIN HALF,Lean only and FAT,1/4"FAT,Choice,RAWCOOKIES,Chocolate CHIP,DRY MIXCOOKIES,Chocolate CHIP,Refrigerated DOUGHCOOKIES,Chocolate CHIP,Refrigerated DOUGH,BakedCOOKIES,Chocolate CHIP,Prepared FROM RECIPE,MADE with MARGARINECOOKIES,Chocolate Sandwich,with CREME FILLING,RegularCOOKIES,Chocolate Sandwich,with CREME FILLING,Regular,CHOCOLATE-COATEDCOOKIES,Chocolate Sandwich,with Extra CREME FILLINGCOOKIES,Coconut MACAROONS,Prepared FROM RECIPECOOKIES,FIG BARSCOOKIES,FORTUNECOOKIES,GINGERSNAPSCOOKIES,GRAHAM CRACKERS,Plain OR HONEY (Including Cinnamon)COOKIES,GRAHAM CRACKERS,CHOCOLATE-COATEDCOOKIES,LADYFINGERS,with LEMON Juice and RINDCOOKIES,Marshmallow,CHOCOLATE-COATED (Including Marshmallow PIES)COOKIES,MOLASSESCOOKIES,OATMEAL,Commercially Prepared,RegularCOOKIES,OATMEAL,Commercially Prepared,SOFT-TYPECOOKIES,OATMEAL,DRY MIXCOOKIES,OATMEAL,Refrigerated DOUGHCOOKIES,OATMEAL,Refrigerated DOUGH,BakedCOOKIES,OATMEAL,Prepared FROM RECIPE,with RAISINSCOOKIES,Peanut BUTTER,Commercially Prepared,RegularCOOKIES,Peanut BUTTER,Commercially Prepared,SOFT-TYPEBEEF,Short LOIN,TOP LOIN,Lean only,1/2"FAT,PRIME,Cooked,BroiledBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,ALL Grades,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,Choice,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,Select,CookedBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,PRIME,RAWBEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,PRIME,CookedBEEF,BRISKET,Whole,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,BRISKET,Whole,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,POINT HALF,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,BRISKET,POINT HALF,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,Choice,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,Select,RAWBEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,Select,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,Choice,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,Choice,Cooked,BraisedBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,Select,RAWBEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,Select,Cooked,BraisedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BroiledBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Choice,RAWORANGE-FLAVOR Drink,Breakfast TYPE,PowderedORANGE-FLAVOR Drink,Breakfast TYPE,Powdered,Prepared with H2OORANGE-FLAVOR Drink,Breakfast TYPE,Low Calorie, calories,PowderedALCOHOLIC Beverage,LIQUEUR,COFFEE,53 PROOFALCOHOLIC Beverage,LIQUEUR,COFFEE with Cream,34 PROOFCarbonated Beverage,Low Calorie, calories,COLA OR PEP,with Aspartame, CAFCOFFEE Substitute,Cereal GRAIN Beverage,Powdered,Prepared with Whole MILKDAIRY Drink MIX,Chocolate,Reduced Calorie, calories,with Aspartame,PowderedDAIRY Drink MIX,Chocolate,Reduced Calorie, calories,with Aspartame,Powdered,Prepared with H2OORANGE-FLAVOR Drink,Breakfast TYPE,with PULP,Frozen ConcentrateORANGE-FLAVOR Drink,Breakfast TYPE,with PULP,Frozen Concentrate,Prepared with H2OORANGE Drink,Breakfast TYPE,with Juice and PULP,Frozen ConcentrateORANGE Drink,Breakfast TYPE,with Juice and PULP,Frozen Concentrate,Prepared with H2OSHAKE,FAST Food,STRAWBERRYWATER,MUNICIPALCRANBERRY Juice COCKTAIL,Frozen ConcentrateCRANBERRY Juice COCKTAIL,Frozen Concentrate,Prepared with H2OORANGE Breakfast Drink,Ready-to-drinkORANGE Breakfast Drink,Ready-to-drink,Calcium FortifiedLAMB,Domestic,LEG,SIRLOIN HALF,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,LEG,SIRLOIN HALF,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,LEG,SIRLOIN HALF,Lean only,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,LOIN,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,LOIN,Lean only,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,LOIN,Lean only,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,RIB,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,RIB,Lean only,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,RIB,Lean only,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,RAWLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,Cooked,RoastedLAMB,Domestic,Shoulder,ARM,Lean only,1/4"FAT,Choice,RAWLAMB,Domestic,Shoulder,ARM,Lean only,1/4"FAT,Choice,Cooked,BraisedLAMB,Domestic,Shoulder,ARM,Lean only,1/4"FAT,Choice,Cooked,BroiledLAMB,Domestic,Shoulder,ARM,Lean only,1/4"FAT,Choice,Cooked,RoastedCOOKIES,Peanut BUTTER,Refrigerated DOUGHCOOKIES,Peanut BUTTER,Refrigerated DOUGH,BakedCOOKIES,Peanut BUTTER,Prepared FROM RECIPECOOKIES,Peanut BUTTER Sandwich,RegularCOOKIES,RAISIN,SOFT-TYPECOOKIES,SHORTBREAD,Commercially Prepared,PlainCOOKIES,SHORTBREAD,Commercially Prepared,PECANCOOKIES,BROWNIES,DRY MIX,Special DIETARYCOOKIES,BROWNIES,DRY MIX,Special DIETARY,PreparedCOOKIES,Chocolate CHIP,Commercially Prepared,Special DIETARYCOOKIES,Chocolate Sandwich,with CREME FILLING,Special DIETARYCOOKIES,OATMEAL,Commercially Prepared,Special DIETARYCOOKIES,Peanut BUTTER Sandwich,Special DIETARYCOOKIES,SUGAR WAFERS with CREME FILLING,Special DIETARYCOOKIES,SUGAR,Commercially Prepared,Special DIETARYCOOKIES,SUGAR,Commercially Prepared,Regular (Including VANILLA)COOKIES,SUGAR,Refrigerated DOUGHCOOKIES,SUGAR,Refrigerated DOUGH,BakedCOOKIES,SUGAR,Prepared FROM RECIPE,MADE with MARGARINECOOKIES,SUGAR WAFERS with CREME FILLING,RegularCOOKIES,VANILLA Sandwich with CREME FILLINGPUFF PASTRY,Frozen,Ready-to-bake,BakedCOOKIES,VANILLA WAFERS,LOWER FATRICE,WHITE,LONG-GRAIN,Regular,Cooked,Enriched,with SALTWHEAT Flour,WHITE,ALL-PURPOSE,Enriched,CALCIUM-FORTIFIEDMACARONI,Cooked,UnenrichedNOODLES,EGG,DRY,UnenrichedNOODLES,EGG,Cooked,Unenriched,without SALTSPAGHETTI,DRY,UNENRICHEDSPAGHETTI,Cooked,Unenriched,without SALTCORNMEAL,DEGERMED,Unenriched,YellowRICE,WHITE,LONG-GRAIN,Regular,RAW,UnenrichedRICE,WHITE,LONG-GRAIN,Regular,Cooked,Unenriched,without SALTRICE,WHITE,LONG-GRAIN,Parboiled,Unenriched,DRYRICE,WHITE,LONG-GRAIN,Parboiled,Unenriched,CookedRICE,WHITE,MEDIUM-GRAIN,RAW,UnenrichedRICE,WHITE,MEDIUM-GRAIN,Cooked,UnenrichedRICE,WHITE,SHORT-GRAIN,RAW,UnenrichedRICE,WHITE,SHORT-GRAIN,Cooked,UnenrichedSEMOLINA,UNENRICHEDWHEAT Flour,WHITE,ALL-PURPOSE,UnenrichedMACARONI,DRY,UNENRICHEDNOODLES,EGG,Cooked,Unenriched,with SALTSPAGHETTI,Cooked,Unenriched,with SALTCORNMEAL,DEGERMED,Unenriched,WHITESPAGHETTI,PROTEIN-FORTIFIED,Cooked,Enriched (N X 6.25)RICE,WHITE,LONG-GRAIN,Regular,Cooked,Unenriched,with SALTWHEAT Flour,WHITE,ALL-PURPOSE,Enriched,UNBLEACHEDSPAGHETTI,PROTEIN-FORTIFIED,DRY,Enriched (N X 6.25)FAST FOODS BISCUIT with EGGFAST FOODS,BISCUIT,with EGG and BACONFAST FOODS,BISCUIT,with EGG and HAMBREAKFAST ITEMS,BISCUIT with EGG and SAUSAGEBREAKFAST ITEMS,BISCUIT with EGG and STEAKFAST FOODS,BISCUIT,with EGG,Cheese, and BACONBEEF,TOP SIRLOIN,Lean only,1/8" FAT,Choice,Cooked,BroiledBEEF,Short LOIN,TOP LOIN Lean only,1/8" FAT,Choice,Cooked,BroiledBEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,Select,RAWBEEF,BRISKET,FLAT HALF,Lean only,1/8" FAT,Select,RAWBEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,Select,Cooked,BraisedBEEF,BRISKET,FLAT HALF,Lean only,1/8" FAT,Select,Cooked,BraisedBEEF,Round,EYE OF Round,Lean only,1/8" FAT,Select,RAWBEEF,Round,TOP Round,Lean only,1/8" FAT,Select,RAWBEEF,Round,Bottom Round,Lean only,1/8" FAT,Select,RAWBEEF,RIB Small END (RIBS 10-12),Lean only,1/8" FAT,ALL Grades,Cooked,BroiledBEEF,Variety, varieties MEATS and BY-PRODUCTS,TRIPE,Cooked,SimmeredBEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,ALL Grades,RAWBEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Choice,Cooked,RoastedBEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Choice,RAWBEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Select,Cooked,RoastedBEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Select,RAWBEEF,Round,TIP Round,Lean only,0" FAT,ALL Grades,RAWBEEF,Round,TIP Round,Lean only,0" FAT,Choice,RAWBEEF,Round,TIP Round,Lean only,0" FAT,Select,RAWBEEF,FLANK,Lean only,0" FAT,ALL Grades,Cooked,BroiledBEEF,FLANK,Lean only,0" FAT,Select,Cooked,BroiledBEEF,FLANK,Lean only,0" FAT,ALL Grades,RAWBEEF,FLANK,Lean only,0" FAT,Select,RAWBEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8" FAT,Choice,RAWBEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8" FAT,Select,RAWBEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8" FAT,Choice,Cooked,BraisedAGUTUK,FISH/BERRY with SEAL OIL (ICE CREAM) (ALASKA NATIVE)CANDIES,MARSHMALLOWSCANDIES,HALAVAH,PLAINCANDIES,NESTLE,OH HENRY! BARCANDIES,NESTLE,CHUNKY BARCANDIES,MILK ChocolatePUDDINGS,BANANA,DRY MIX,Instant,Prepared with 2% MILKPUDDINGS,BANANA,DRY MIX,Regular,Prepared with 2% MILKPUDDINGS,Chocolate,DRY MIX,Instant,Prepared with 2% MILKBAKING Chocolate,MEXICAN,SQUARESCHOCOLATE-FLAVORED HAZELNUT SpreadCANDIES,MILK Chocolate Coated PeanutsCANDIES,MILK Chocolate Coated RAISINSSYRUPS,TABLE BLENDS,PANCAKE,Reduced-calorieSYRUPS,TABLE BLENDS,PANCAKECANDIES,HERSHEY'S POT OF GOLD ALMOND BARCANDIES,MILK Chocolate,with ALMONDSCANDIES,MILK Chocolate,with RICE CerealCANDIES,M and M MARS,MARS MILKY WAY BARCANDIES,SKOR TOFFEE BARTOPPINGS,STRAWBERRYBAKING Chocolate,M and M MARS,"M and M'S"SEMISWEET Chocolate MINI BAKING BITSFAST FOODS,BISCUIT,with HAMFAST FOODS,BISCUIT,with SAUSAGEFAST FOODS,CROISSANT,with EGG and CheeseFAST FOODS,CROISSANT,with EGG,Cheese, and BACONFAST FOODS,CROISSANT,with EGG,Cheese, and HAMFAST FOODS,CROISSANT,with EGG,Cheese, and SAUSAGEFAST FOODS,DANISH PASTRY,CheeseFAST FOODS,DANISH PASTRY,CinnamonFAST FOODS,DANISH PASTRY,FRUITFAST FOODS,EGG,SCRAMBLEDFAST FOODS,English MUFFIN,with BUTTERFAST FOODS,English MUFFIN,with Cheese and SAUSAGEFAST FOODS,English MUFFIN,with EGG,Cheese, and CANADIAN BACONFAST FOODS,English MUFFIN,with EGG,Cheese, and SAUSAGEBREAKFAST ITEMS,FRENCH TOAST with BUTTERFAST FOODS,FRENCH TOAST SticksFAST FOODS,PANCAKES with BUTTER and SYRUPFAST FOODS,POTATOES,HASHED BROWNFAST FOODS,BROWNIEFAST FOODS,ICE MILK,VANILLA,SOFT-SERVE,with CONEFAST FOODS,COOKIES,ANIMAL CRACKERSFAST FOODS,COOKIES,Chocolate CHIPFAST FOODS,SUNDAE,CARAMELFAST FOODS,SUNDAE,HOT FUDGEFAST FOODS,SUNDAE,STRAWBERRYFAST FOODS,Chicken,BREADED and FRIED,Dark MEAT (Drumstick OR THIGH)FAST FOODS,Chicken,BREADED and FRIED,Light MEAT (BREAST OR WING)FAST FOODS,CHILI CON CARNEFAST FOODS,CLAMS,BREADED and FRIEDENTREES,CRAB CAKEENTREES,FISH FILLET,BATTERED OR BREADED, and FRIEDFAST FOODS,OYSTERS,BATTERED OR BREADED, and FRIEDAGUTUK,FISH with SHORTENING (ALASKA NATIVE)AGUTUK,MEAT-CARIBOU (ALASKAN ICE CREAM) (ALASKA NATIVE)ASCIDIANS (TUNUGHNAK) (ALASKA NATIVE)BEAR,POLAR,MEAT,RAW (ALASKA NATIVE)WHALE,BELUGA,MEAT,AIR-DRIED,RAW (ALASKA NATIVE)WHALE,BELUGA,EYES,RAW (ALASKA NATIVE)WHALE,BELUGA,MEAT,RAW (ALASKA NATIVE)WHALE,BELUGA,FLIPPER,RAW (ALASKA NATIVE)WHALE,BELUGA,LIVER,RAW (ALASKA NATIVE)OIL,WHALE,BELUGA (ALASKA NATIVE)BLACKBERRIES,RAW (ALASKA NATIVE)FISH,BLACKFISH,Whole (ALASKA NATIVE)BLUEBERRIES,Frozen (ALASKA NATIVE)CARIBOU,BONE MARROW,RAW (ALASKA NATIVE)CARIBOU,EYE,RAW (ALASKA NATIVE)CARIBOU,LIVER,RAW (ALASKA NATIVE)STEwith SOUP,CARIBOU (ALASKA NATIVE)CARIBOU,TONGUE,RAW (ALASKA NATIVE)CHITON,LEATHERY,GUMBOOTS (ALASKA NATIVE)CLOUDBERRY,RAW (ALASKA NATIVE)COCKLES (ALASKA NATIVE)CRANBERRIES,High BUSH,RAW (ALASKA NATIVE)CRANBERRY,Low BUSH OR LINGENBERRY,RAW (ALASKA NATIVE)FISH,DEVILFISH,MEAT (ALASKA NATIVE)FIREWEED,YOUNG LEAVES,RAW (ALASKA NATIVE)FISH,HERRING EGGS ON GIANT KELP,PACIFIC (ALASKA NATIVE)FISH,HERRING EGGS,PACIFIC,DRY (ALASKA NATIVE)FISH,HERRING EGGS,PACIFIC,Plain (ALASKA NATIVE)FISH,HERRING,PAC,MEAT PACK IN OIL,AIR-DRIED (ALASKA NATIVE)HUCKLEBERRIES,RAW (ALASKA NATIVE)FISH,LINGCOD,MEAT,RAW (ALASKA NATIVE)FISH,LINGCOD,LIVER (ALASKA NATIVE)STEW,MOOSE (ALASKA NATIVE)MASHU ROOTS,RAW (ALASKA NATIVE)MOOSE,LIVER,Braised (ALASKA NATIVE)OCTOPUS (ALASKA NATIVE)SEAL,BEARDED (OOGRUK),MEAT,AIR-DRIED (ALASKA NATIVE)SEAL,BEARDED (OOGRUK),MEAT,RAW (ALASKA NATIVE)OIL,BEARDED SEAL,(OOGRUK OIL) (ALASKA NATIVE)OOPAH,Whole ANIMAL (ALASKA NATIVE)OWL,HORNED,MEAT (ALASKA NATIVE)FISH,PIKE,NORTHERN,LIVER (ALASKA NATIVE)RHUBARB,WILD,LEAVES (ALASKA NATIVE)FISH,SALMON,TIPNUK,FERMENTED (ALASKA NATIVE)FISH,SALMON,KING OR CHINOOK,KIPPERED,Canned (ALASKA NATIVE)FISH,SALMON,KING OR CHINOOK,SMOKED and Canned (ALASKA NATIVE)FISH,SALMON,KING OR CHINOOK,SMOKED,BRINED (ALASKA NATIVE)FISH,SALMON,KING OR CHINOOK,LIVER (ALASKA NATIVE)SEA CUCUMBER,YANE (ALASKA NATIVE)SEAL,RINGED,MEAT (ALASKA NATIVE)SEAL,RINGED,LIVER,(ALASKA NATIVE)SOUP,FISH,HOMEMADE (ALASKA NATIVE)SOURDOCK,YOUNG LEAVES (ALASKA NATIVE)SQUIRREL,GROUND,MEAT (ALASKA NATIVE)TEA,TUNDRA,HERB and LABORADOR COMBINATION (ALASKA NATIVE)WALRUS,MEAT,DRY (ALASKA NATIVE)CANDIES,M and M MARS,"M and M'S"Peanut Chocolate CANDIESCANDIES,M and M MARS,"M and M'S" MILK Chocolate CANDIESCANDIES,MOUNDS CANDY BARCANDIES,MR. GOODBAR Chocolate BARCANDIES,NESTLE,100 GRAND BARCANDIES,NESTLE,CRUNCH BAR and Dessert, desserts TOPPINGBAKING Chocolate,M and M MARS,"M and M'S"MILK Chocolate MINI BAKING BITSCANDIES,PEANUT BARCANDIES,Peanut BRITTLE,PREPARED-FROM-RECIPECANDIES,NESTLE,RAISINETS Chocolate COVERED RAISINSCANDIES,REESE'S Peanut BUTTER CUPSCANDIES,REESE'S PIECES CANDYCANDIES,ROLO CARAMELS IN MILK ChocolateCANDIES,NESTLE,AFTER EIGHT MINTSCANDIES,SESAME CRUNCHCANDIES,M and M MARS,SNICKERS BARCANDIES,M and M MARS,STARBURST FRUIT CHEWSCANDIES,M and M MARS,"M and M'S"MINI MILK Chocolate CANDIESCANDIES,NESTLE,DEMET'S TURTLES CANDYCANDIES,M and M MARS,3 MUSKETEERS BARENTREES,PIZZA with PEPPERONIFAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without DressingFAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with Cheese and EGGFAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with ChickenFAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with PASTA and SEAFOODFAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with SHRIMPFAST FOODS,SALAD,Vegetable, vegetables TOSSED,without Dressing,with TURKEY,HAM and CheeseFAST FOODS,SCALLOPS,BREADED and FRIEDFAST FOODS,SHRIMP,BREADED and FRIEDFAST FOODS,BURRITO,with BeansFAST FOODS,BURRITO,with Beans and CheeseFAST FOODS,BURRITO,with Beans and CHILI PEPPERSFAST FOODS,BURRITO,with Beans and MEATFAST FOODS,BURRITO,with Beans,Cheese, and BeefFAST FOODS,BURRITO,with Beans,Cheese, and CHILI PEPPERSFAST FOODS,BURRITO,with BeefFAST FOODS,BURRITO,with Beef and CHILI PEPPERSFAST FOODS,BURRITO,with Beef,Cheese, and CHILI PEPPERSFAST FOODS,BURRITO,with FRUIT (Apple OR CHERRY)FAST FOODS,CHIMICHANGA,with BeefFAST FOODS,CHIMICHANGA,with Beef and CheeseFAST FOODS,CHIMICHANGA,with Beef and Reduced CHILI PEPPERSFAST FOODS,CHIMICHANGA,with Beef,Cheese, and Reduced CHILI PEPPERSFAST FOODS,ENCHILADA,with CheeseFAST FOODS,ENCHILADA,with Cheese and BeefFAST FOODS,ENCHIRITO,with Cheese,Beef, and BeansFAST FOODS,FRIJOLES with CheeseFAST FOODS,NACHOS,with CheeseFAST FOODS,NACHOS,with Cheese and JALAPENO PEPPERSFAST FOODS,NACHOS,with Cheese,Beans,GROUND Beef, and PEPPERSFAST FOODS,NACHOS,with Cinnamon and SUGARFAST FOODS,TACOFAST FOODS,TACO SALADFAST FOODS,TACO SALAD with CHILI CON CARNEFAST FOODS,TOSTADA,with Beans and CheeseFAST FOODS,TOSTADA,with Beans,Beef, and CheeseFAST FOODS,TOSTADA,with Beef and CheeseDEER (VENISON),SITKA,RAW (ALASKA NATIVE)WALRUS,MEAT,RAW (ALASKA NATIVE)WALRUS,MEAT and SUBCUTANEOUS FAT (ALASKA NATIVE)WALRUS,LIVER,RAW (ALASKA NATIVE)OIL,WALRUS (ALASKA NATIVE)WHALE,BOWHEAD,SUBCUTANEOUS FAT (BLUBBER) (ALASKA NATIVE)WHALE,BOWHEAD,Skin and SUBCUTANEOUS FATMUKTUK(ALASKA NATIVE)OIL,WHALE,BOWHEAD (ALASKA NATIVE)FISH,WHITEFISH,BROAD,LIVER (ALASKA NATIVE)FISH,WHITEFISH,Mixed Species,RAW (ALASKA NATIVE)FISH,WHITEFISH,BROAD,ROE (ALASKA NATIVE)FISH,WHITEFISH,HEAD,EYES,CHEEKS and SOFT BONES (ALASKA NATIVE)WILLOW,LEAVES IN OIL (ALASKA NATIVE)WILLOW,YOUNG LEAVES,Chopped (ALASKA NATIVE)MUSH,BLUE CORN with ASH (NAVAJO)CORNMEAL,BLUE (NAVAJO)MELON,BANANA (NAVAJO)CHILCHEN (Reduced BERRY BEVERAGE) (NAVAJO)CORN,DRIED (NAVAJO)CORN,WHITE,Steamed (NAVAJO)CORNMEAL,WHITE (NAVAJO)CORNMEAL,Yellow (NAVAJO)SQUASH,INDIAN,RAW (NAVAJO)SQUASH,INDIAN,Cooked,Boiled (NAVAJO)BREAD,KNEEL DOWN (NAVAJO)MUTTON,Cooked,Roasted (NAVAJO)BREAD,INDIAN,FRY,MADE with LARD (NAVAJO)TORTILLA,Including Plain and FROM MUTTON Sandwich (NAVAJO)STEW,DUMPLING with MUTTON (NAVAJO)STEW,HOMINY with MUTTON (NAVAJO)STEW,MUTTON CORN SQUASH (NAVAJO)TAMALES (NAVAJO)STEW,Steamed CORN (NAVAJO)SYRUPS,GRENADINEFRUIT-FLAVORED Drink,DRY Powdered MIX,Low Calorie, calories,with AspartamePECTIN,LIQUIDICE Cream NOVELTIES,VANILLA,Light,NO SUGAR ADDED,CHOCOLATE-COATEDCEREALS Ready-to-eat,OATS,CORN PUFFED,PRESWEETENED,with MARSHMALLOWCANDIES,M and M MARS,TWIX CARAMEL COOKIE BARSCANDIES,M and M MARS,TWIX Peanut BUTTER COOKIE BARSCANDIES,WHATCHAMACALLIT CANDY BARCHEWING GUMCANDIES,Special Dark Chocolate BARCOCOA,DRY Powdered,UnsweetenedCOCOA,DRY Powdered,Unsweetened,Processed with ALKALIEGG CUSTARDS,DRY MIXEGG CUSTARDS,DRY MIX,Prepared with Whole MILKCOCOA,DRY Powdered,Unsweetened,HERSHEY'S EUROPEAN STYLE COCOAGELATIN Dessert, desserts,DRY MIXGELATIN Dessert, desserts,DRY MIX,Prepared with H2OGELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with AspartameGELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame,Prepared with H2OGELATINS,DRY Powdered,UnsweetenedCANDIES,E.J. BRACH'S,BRACH'S STAR BRITES PEPPERMINT MINTSCANDIES,WILLY WONKA'S EVERLASTING GOBSTOPPERS JAWBREAKERSCANDIES,YORK BITESPUDDINGS,Chocolate,Ready-to-eatTOSTADA WITH GUACAMOLESANDWICHES and BURGERS,CHEESEBURGER,Regular,SINGLE MEAT PATTY,PlainFAST FOODS,CHEESEBURGER,Regular,SINGLE PATTY,with Condiment, condimentsFAST FOODS,CHEESEBURGER,Regular,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetablesFAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY,PlainFAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY,with Condiment, condiments and Vegetable, vegetablesFAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY and BUN,PlainFAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY and BUN,with Condiment, condiments and Vegetable, vegetablesSANDWICHES and BURGERS,CHEESEBURGER,Large,SINGLE MEAT PATTY,PlainSANDWICHES and BURGERS,CHSBURGER,Large,SNGLE PATTY,with BACON and Condiment, condimentsFAST FOODS,CHEESEBURGER,Large,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetablesFAST FOODS,CHEESEBURGER,Large,SINGLE PATTY,with HAM,Condiment, condiments and Vegetable, vegetablesFAST FOODS,CHEESEBURGER,Large,DOUBLE PATTY,with Condiment, condiments and Vegetable, vegetablesFAST FOODS,CHEESEBURGER,TRIPLE PATTY,PlainFAST FOODS,Chicken FILLET Sandwich,PlainFAST FOODS,Chicken FILLET Sandwich,with CheeseFAST FOODS,EGG and Cheese SandwichFAST FOODS,FISH Sandwich,with TARTAR SauceFAST FOODS,FISH Sandwich,with TARTAR Sauce and CheeseFAST FOODS,HAMBURGER,Regular,SINGLE PATTY,PlainFAST FOODS,HAMBURGER,Regular,SINGLE PATTY,with Condiment, condimentsFAST FOODS,HAMBURGER,Regular,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetablesFAST FOODS,HAMBURGER,Regular,DOUBLE PATTY,PlainFAST FOODS,HAMBURGER,Regular,DOUBLE PATTY,with Condiment, condimentsSANDWICHES and BURGERS,HAMBURGER,Large,SINGLE MEAT PATTY,PlainSANDWICHES and BURGERS,HAMBURGER,Large,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetablesFAST FOODS,HAMBURGER,Large,DOUBLE PATTY,with Condiment, condiments and Vegetable, vegetablesFAST FOODS,HAMBURGER,Large,TRIPLE PATTY,with Condiment, condimentsFAST FOODS,HAM and Cheese SandwichFAST FOODS,HAM,EGG, and Cheese SandwichFAST FOODS,HOTDOG,PLAINFAST FOODS,HOTDOG,with CHILIFAST FOODS,HOTDOG,with CORN Flour COATING (CORNDOG)FAST FOODS,Roast Beef Sandwich,PlainSANDWICHES and BURGERS,Roast Beef Sandwich with CheeseCREAMY Dressing,MADE with SOUR Cream AND/OR Buttermilk and OIL,Reduced Calorie, caloriesIMITATION Cheese,AMERICAN OR CHEDDAR,Low CholesterolBABYFOOD,BANANA Juice with Low Fat YOGURTBABYFOOD,Mixed FRUIT Juice with Low Fat YOGURTTURKEY HAM,SLICED,Extra Lean only,PREPACKAGED OR DELI-SLICEDBOLOGNA,Beef and PORK,Low FatTURKEY BACON,COOKEDMILK Dessert, desserts,Frozen,MILK-FAT FREE,ChocolateWHIPPED TOPPING,Frozen,Low FatCREAM Substitute,Powdered,LightSALAD Dressing,PEPPERCORN Dressing,Commercial,RegularMAYONNAISE,Reduced-calorie OR DIET,Cholesterol-freeGRANOLA BAR,SOFT,MILK Chocolate Coated,Peanut BUTTERSALAD Dressing,ITALIAN Dressing,Reduced Calorie, caloriesCREAM Substitute,Liquid,LightCANDIES,M and M MARS,"M and M'S"Peanut BUTTER Chocolate CANDIESORANGE-STRAWBERRY-BANANA JuiceBABYFOOD,Apple YOGURT Dessert, desserts,StrainedVEGETABLE OIL-BUTTER Spread,Reduced Calorie, caloriesSALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,Reduced Calorie, caloriesCHEESE,MONTEREY,LOW FATCRMY DRSG,MDE with SOUR Cream AND/OR BTRMLK and OIL,Reduced Calorie, calories,FTFREECREAMY Dressing,with SOUR Cream AND/OR Buttermilk and OIL,Reduced Calorie, calories,Cholesterol-freeBOLOGNA,BEEF,LOW FATPUDDINGS,Chocolate,DRY MIX,InstantPUDDINGS,Chocolate,DRY MIX,Instant,Prepared with Whole MILKFLAN,CARAMEL CUSTARD,DRY MIXPUDDINGS,Chocolate,DRY MIX,RegularPUDDINGS,Chocolate,DRY MIX,Regular,Prepared with Whole MILKPUDDINGS,Chocolate,DRY MIX,Regular,Prepared with 2% MILKPUDDINGS,Coconut Cream,DRY MIX,Instant,Prepared with 2% MILKPUDDINGS,RICE,Ready-to-eatPUDDINGS,RICE,DRY MIXPUDDINGS,RICE,DRY MIX,Prepared with Whole MILKDESSERTS,CPC,ALSA MOUSSE MIX,Powdered,Dark ChocolatePUDDINGS,TAPIOCA,DRY MIXPUDDINGS,TAPIOCA,DRY MIX,Prepared with Whole MILKPUDDINGS,VANILLA,Ready-to-eatPUDDINGS,VANILLA,DRY MIX,InstantPUDDINGS,VANILLA,DRY MIX,Instant,Prepared with Whole MILKPUDDINGS,LEMON,DRY MIX,Instant,Prepared with 2% MILKSANDWICHES and BURGERS,STEAK SandwichFAST FOODS,SUBMARINE Sandwich,with COLD CUTSFAST FOODS,SUBMARINE Sandwich,with Roast BeefFAST FOODS,SUBMARINE Sandwich,with TUNA SALADFAST FOODS,COLESLAWFAST FOODS,CORN ON THE COB with BUTTERFAST FOODS,HUSH PUPPIESFAST FOODS,ONION RINGS,BREADED and FRIEDFAST FOODS,POTATO,Baked and TOPPED with Cheese SauceFAST FOODS,POTATO,Baked and TOPPED with Cheese Sauce and BACONFAST FOODS,POTATO,Baked and TOPPED with Cheese Sauce and BROCCOLIFAST FOODS,POTATO,Baked and TOPPED with Cheese Sauce and CHILIFAST FOODS,POTATO,Baked and TOPPED with SOUR Cream and CHIVESFAST FOODS,POTATO,French fries IN Vegetable, vegetables OILFAST FOODS,POTATO,MASHEDSIDE DISHES,POTATO SALADFAST FOODS,HAMBURGER,Large,SINGLE PATTY,with Condiment, condimentsPIZZA,Cheese,Regular CRUST,FrozenPIZZA,Cheese,RISING CRUST,FrozenPIZZA,MEAT and Vegetable, vegetables,Regular CRUST,FrozenPIZZA,MEAT and Vegetable, vegetables,RISING CRUST,FrozenMCDONALD'S,HAMBURGERFAST FOODS,Chicken,BREADED and FRIED,Boneless PIECES,PlainMCDONALD'S, CRISPY ChickenMCDONALD'S,Chicken MCGRILLMCDONALD'S,FILET-O-FISHMCDONALD'S,CHEESEBURGERMCDONALD'S,QUARTER POUNDER,NO CheeseMCDONALD'S,QUARTER POUNDER,with CheeseMCDONALD'S,BIG MAC,NO CheeseMCDONALD'S,BIG MAC,with CheeseMCDONALD'S,French friesSALAD Dressing,FRENCH Dressing,Reduced Calorie, caloriesTURKEY and PORK SAUSAGE,Fresh,BULK,PATTY OR LINK,CookedMAYONNAISE,MADE WITH TOFUFRANKFURTER,Beef,Low FATCORN BEVERAGEBEAN BEVERAGECANDIES,M and M MARS,TWIX Chocolate FUDGE COOKIE BARSCEREALS Ready-to-eat,MUESLI,DRIED FRUIT and NUTSFROZEN YOGURTS,Chocolate,NONFAT MILK,with Low Calorie, calories SweetenerFROZEN YOGURTS,ChocolateFROZEN YOGURTS,FLAVORS OTHER THAN ChocolateFRANKFURTER,Beef and PORK,Low FATMILK,Buttermilk,FLUID,CULTURED,Reduced FATPORK SAUSAGE RICE LINKS,BROWN and SERVE,CookedSALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,FAT-FREESALAD Dressing,MAYONNAISE-LIKE,FAT-FREECANDIES,M and M MARS,MILKY WAY Dark BARPAPADRICE CAKE,CRACKER (Including HAIN MINI RICE CAKES)CHEESE,Pasteurized PROCESS,CHEDDAR OR AMERICAN,FAT-FREECANDIES,M and M MARS,"M and M'S"ALMOND Chocolate CANDIESPIE,Coconut CUSTARD,Commercially PreparedPIE,EGG CUSTARD,Commercially PreparedPIE,FRIED PIES,FRUITPIE,LEMON MERINGUE,Commercially PreparedPIE,LEMON MERINGUE,Prepared FROM RECIPEPIE,MINCE,Prepared FROM RECIPEPIE,PEACHPIE,PECAN,Commercially PreparedPIE,PECAN,Prepared FROM RECIPEPIE,PUMPKIN,Commercially PreparedPIE,PUMPKIN,Prepared FROM RECIPEPIE,VANILLA Cream,Prepared FROM RECIPEPIE CRUST,COOKIE-TYPE,Prepared FROM RECIPE,GRAHAM CRACKER,BakedPIE CRUST,STANDARD-TYPE,DRY MIXPIE CRUST,STANDARD-TYPE,DRY MIX,Prepared,BakedPIE CRUST,STANDARD-TYPE,Frozen,Ready-to-bake,EnrichedPIE CRUST,STANDARD-TYPE,Frozen,Ready-to-bake,BakedPIE CRUST,STANDARD-TYPE,Prepared FROM RECIPE,BakedPUFF PASTRY,Frozen,Ready-to-bakePHYLLO DOUGHPOPOVERS,DRY MIX,ENRICHEDROLLS,DINNER,Plain,Commercially Prepared (Including BROWN-AND-SERVE)ROLLS,DINNER,EGGEGG CUSTARDS,DRY MIX,Prepared with 2% MILKPUDDINGS,VANILLA,DRY MIX,RegularPUDDINGS,VANILLA,DRY MIX,Regular,Prepared with Whole MILKPUDDINGS,RICE,DRY MIX,Prepared with 2% MILKPUDDINGS,TAPIOCA,DRY MIX,Prepared with 2% MILKPUDDINGS,VANILLA,DRY MIX,Regular,Prepared with 2% MILKRENNIN,Chocolate,DRY MIX,Prepared with 2% MILKRENNIN,VANILLA,DRY MIX,Prepared with 2% MILKFROZEN ICE NOVELTIES,FRUIT,NO SUGAR ADDEDPUDDINGS,TAPIOCA,Ready-to-eatPUDDINGS,Coconut Cream,DRY MIX,Regular,Prepared with 2% MILKDESSERTS,RENNIN,Chocolate,DRY MIXRENNIN,Chocolate,DRY MIX,Prepared with Whole MILKDESSERTS,RENNIN,VANILLA,DRY MIXRENNIN,VANILLA,DRY MIX,Prepared with Whole MILKDESSERTS,RENNIN,TABLETS,UnsweetenedFROSTINGS,Chocolate,CREAMY,Ready-to-eatFROSTINGS,COCONUT-NUT,Ready-to-eatSALAD Dressing,COLESLAW Dressing,Reduced FATFLAXSEED OILCHEESE,COTTAGE,LOWFAT,1% MILKFAT,LACTOSE ReducedCEREALS Ready-to-eat,Frosted OAT Cereal with MARSHMALLOWSCEREALS Ready-to-eat,WEETABIX Whole WHEAT CerealCEREALS Ready-to-eat,CORN,Whole WHEAT,ROLLED OATS,PRESWEETENED,with ALMONDTURKEY,PORK, and Beef SAUSAGE,Reduced FAT,SMOKEDMARGARINE-LIKE Spread,Stick OR TUB,SweetenedCHEESE PRODUCT,Pasteurized PROCESS,CHEDDAR OR AMERICAN,Reduced FATPOPCORN,OIL-POPPED,UNSALTEDCEREALS Ready-to-eat,Whole WHEAT,ROLLED OATS,PRESWEETENED,with PECANSSAUSAGE,Chicken and Beef,SMOKEDCEREALS Ready-to-eat,Whole WHEAT,ROLLED OATS,PRESWEETENED,with NUTS and FRUITBABYFOOD,Juice,APPLE-SWEET POTATOBABYFOOD,Juice,ORANGE-CARROTORANGE JUICE DRINKPOPCORN,OIL-POPPED,Low FatGRANOLA BAR,with Coconut,Chocolate CoatedBABYFOOD,Vegetable, vegetables and BROWN RICE,StrainedBABYFOOD,PEAS and BROWN RICEFRANKFURTER,MEAT and POULTRY,Low FATPOTATO CHIPS,WHITE,RESTRUCTURED,BakedBABYFOOD,Baked PRODUCT,FINGER SNACKS CerealBABYFOOD,Cereal,BROWN RICE,DRY,InstantOIL,CORN AND CANOLAMILK,FLUID,NONFAT,Calcium Fortified (FAT FREE OR SKIM)ROLLS,DINNER,OAT BRANROLLS,DINNER,RYEROLLS,DINNER,WHEATROLLS,DINNER,WHOLE-WHEATROLLS,FRENCHROLLS,HAMBURGER OR HOTDOG,PlainROLLS,HAMBURGER OR HOTDOG,MIXED-GRAINROLLS,HAMBURGER OR HOTDOG,Reduced-calorieROLLS,HARD (Including KAISER)STRUDEL,APPLESWEET ROLLS,CHEESESWEET ROLLS,Cinnamon,Commercially Prepared with RAISINSSWEET ROLLS,Cinnamon,Refrigerated DOUGH with FrostingSWEET ROLLS,Cinnamon,Refrigerated DOUGH with Frosting,BakedTACO SHELLS,BAKEDTOASTER PASTRIES,BROWN-SUGAR-CINNAMONTOASTER PASTRIES,FRUITTORTILLAS,Ready-to-bake OR -FRY,CORNTORTILLAS,Ready-to-bake OR -FRY,FlourWAFFLES,Plain,Frozen,Ready-to-heat (Including Buttermilk)WAFFLES,Plain,Prepared FROM RECIPEWONTON WRAPPERS (Including EGG ROLL WRAPPERS)LEAVENING AGENTS,BAKING Powdered,DOUBLE-ACTING,Sodium Aluminum SULFATELEAVENING AGENTS,BAKING Powdered,DOUBLE-ACTING,STRAIGHT PhosphateLEAVENING AGENTS,BAKING Powdered,LOW-SODIUMLEAVENING AGENTS,BAKING SODALEAVENING AGENTS,Cream OF TARTARFROSTINGS,Cream CHEESE-FLAVOR,Ready-to-eatFROSTINGS,VANILLA,CREAMY,Ready-to-eatFLAN,CARAMEL CUSTARD,DRY MIX,Prepared with 2% MILKFLAN,CARAMEL CUSTARD,DRY MIX,Prepared with Whole MILKPUDDINGS,VANILLA,Ready-to-eat,FAT FREEPUDDINGS,TAPIOCA,Ready-to-eat,FAT FREEPUDDINGS,Chocolate,Ready-to-eat,FAT FREECANDIES,HERSHEY'S MILK Chocolate with ALMOND BITESCANDIES,KIT KAT BITESCANDIES,REESE'S BITESCANDIES,REESE'S NUTRAGEOUS CANDY BARFROSTINGS,Chocolate,CREAMY,DRY MIXFROSTINGS,Chocolate,CREAMY,DRY MIX,Prepared with BUTTERCANDIES,REESE'S CRUNCHY COOKIE CUPSCANDIES,HEATH BITESFROSTINGS,VANILLA,CREAMY,DRY MIXFROSTINGS,WHITE,FLUFFY,DRY MIXFROSTINGS,WHITE,FLUFFY,DRY MIX,Prepared with H2OCANDIES,ALMOND JOY BITESCANDIES,REESESTICKS CRISPY WAFERS,Peanut BUTTER,MILK ChocolateCANDIES,HERSHEY,KIT KAT BIG KAT BARSOKOL,SOLO POPPY Seed FILLINGCANDIES,REESE'S,FAST BREAK,MILK Chocolate PNT BTR and SFT NUGTSPEANUT BUTTER,Reduced SodiumCEREALS Ready-to-eat,Whole WHEAT,OATS,PRESWEETENED,with WALNUTS and FRUITOIL,CANOLA AND SOYBEANCHEESE,MUENSTER,LOW FATCHEESE,MOZZARELLA,NON-FATBUTTER-MARGARINE BLEND,Stick,UNSALTEDVEGETABLE OIL-BUTTER Spread,Reduced Calorie, calories,TUB,SALTEDMARGARINE-LIKE Spread,Reduced Calorie, calories,40% FAT,Stick,with SALTMARGARINE-LIKE Spread,70% FAT,Liquid,with SALTBABYFOOD,CARROTS,TODDLERBABYFOOD,Dessert, desserts,BANANA Pudding, puddings,StrainedBABYFOOD,FRUIT,TUTTI FRUTTI,StrainedBABYFOOD,FRUIT,TUTTI FRUTTI,JuniorBABYFOOD,DINNER,Chicken and RICESALAD Dressing,CAESAR Dressing,RegularSALAD DRESSING,COLESLAWSALAD Dressing,Green GODDESS,RegularSALAD Dressing,Buttermilk AS MAIN IngredientSALAD Dressing,Sweet and SOURSALAD Dressing,BLUE OR ROQUEFORT Cheese,Low Calorie, caloriesSALAD Dressing,CAESAR,Low Calorie, caloriesSYRUPS,DIETETICJAMS and PRESERVES,DIETETIC (WITH Sodium SACCHARIN),ANY FLAVORCANDIES,Chocolate COVERED,CARAMEL with NUTSLEAVENING AGENTS,YEAST,BAKER'S,COMPRESSEDLEAVENING AGENTS,YEAST,BAKER'S,ACTIVE DRYBREAD CRUMBS,DRY,GRATED,SEASONEDCOOKIES,OATMEAL,Prepared FROM RECIPE,without RAISINSCOOKIES,Chocolate CHIP,Prepared FROM RECIPE,MADE with BUTTERBREAD,Protein,Toasted (Including GLUTEN)BREAD,RICE BRAN,TOASTEDBREAD,WHEAT GERM,TOASTEDMUFFINS,BLUEBERRY,TOASTER-TYPE,ToastedMUFFINS,WHEAT BRAN,TOASTER-TYPE with RAISINS,ToastedPANCAKES,Buttermilk,Prepared FROM RECIPEROLLS,DINNER,Plain,Prepared FROM RECIPE,MADE with Low Fat (2%) MILKPIE CRUST,COOKIE-TYPE,Prepared FROM RECIPE,Chocolate WAFER,CHILLEDPIE CRUST,COOKIE-TYPE,Prepared FR RECIPE,GRAHAM CRACKER,CHILLEDCRACKERS,MATZO,EGG and ONIONPIE CRUST,COOKIE-TYPE,Prepared FROM RECIPE,VANILLA WAFER,CHILLEDPIE CRUST,STANDARD-TYPE,Prepared FROM RECIPE,UNBAKEDWAFFLES,Plain,Frozen,Ready-to-heat,Toasted (Including Buttermilk)BAGELS,Plain,Enriched,without Calcium Propionate (Including ONION,POPPY,SESAME)BAGELS,Plain,Unenriched,with Calcium Propionate (Including ONION,POPPY,SESAME)BAGELS,Plain,Unenriched,without Calcium Propionate (Including ONION,POPPY,SESAME)BREAD,CORNBREAD,DRY MIX,Unenriched (Including CORN MUFFIN MIX)BREAD,PITA,WHITE,UnenrichedBREAD,RAISIN,UNENRICHEDBREAD,WHITE,Commercially Prepared,Low Sodium NO SALTCANDIES,HERSHEY,CRISPY RICE SNACKS Peanut BUTTERPOLANER ALL-FRUIT STRAWBERRY SpreadICE CREAMS,HEALTHY Choice PRALINE and CARAMELICE CREAMS,VANILLA,Light,NO SUGAR ADDEDFROZEN Juice NOVELTIES,FRUIT and Juice BARSICE Cream NOVLTS,ESKIMO PIE BAR,VNLA ICE Cream,with Dark Chocolate COATNGICE CREAMS,Chocolate,Light,NO SUGAR ADDEDCANDIES,Dark Chocolate Coated COFFEE BeansSNACKS,GENERAL MILLS,BETTY CROCKER FRT RL UPS,BRY FLV,with VT CICE CREAMS,ChocolateICE CREAMS,STRAWBERRYSNACKS,FARLEY CANDY,FARLEY FRUIT SNACKS,with VITAMINS A,C, and ESNACKS,SUNKIST,SUNKIST FRUIT ROLL,STRAWBERRY,with VITMNS A,C, and EKRAFT,JELLO FAT and SUGR FR Instant Reduced Calorie, calories PUD and PIE FLNG Chocolate,with AKRAFT,JELLO FAT and SGR FR Instant Reduced Calorie, calories PUD and PIE FLNG VAN,with A,PDKRAFT,JELLO SGR FR CK and SRV Reduced Calorie, calories PUD and PIE FLNG Chocolate,with AKRAFT,JELLO SGR FR CK and SRV Reduced Calorie, calories Pudding, puddings and PIE FLNG VAN,with A,PowderedCANDIES,MILK Chocolate Coated COFFEE BeansICE NOVELTIES,LIMEICE NOVELTIES,ITALIAN,Restaurant-preparedCANDIES,Sweet ESCAPES TRIPLE Chocolate WAFER BARSICE NOVELTIES,POPPUDDINGS,KRAFT,JELL-O BRAND Instant Pudding, puddings and PIE FILLING Chocolate,PowderedPUDDINGS,KRAFT,JELL-O BRAND Instant Pudding, puddings and PIE FILLING VAN,PowderedKRAFT,JELLO FAT FR CK and SRV RD Calorie, calories Pudding, puddings and PIE FLNG CHC,RG,PowderedKRAFT,JELLO FAT FR CK and SRV RD CL Pudding, puddings and PIE FLNG VAN,RG,PowderedPUDDINGS,KRAFT,JELL-O BRAND FAT FREE Pudding, puddings SNACKS Chocolate,Ready-to-eatPUDDINGS,KRAFT,JELL-O BRAND FAT FREE Pudding, puddings SNACKS VANILLA,Ready-to-eatCANDIES,NOUGATCANDIES,GUM DROPS,DIETETIC OR Low Calorie, calories (SORBITOL)CANDIES,HARD,DIETETIC OR Low Calorie, calories (SORBITOL)CANDIES,Chocolate COVERED,DIETETIC OR Low Calorie, caloriesCHEWING GUM,SUGARLESSFLUID Replacement,ELECTROLYTE Solution (INCLUDE PEDIALYTE)BEVERAGE,MILKSHAKE MIX,DRY,NOT ChocolatePIE FILLINGS,CHERRY,Low Calorie, caloriesBREAKFAST BARS,OATS,SUGAR,RAISINS,Coconut (Including GRANOLA BAR)PRETZELS,SOFTBEANS,CHILI,BARBEQUE,RANCH STYLE,CookedVERMICELLI,MADE FROM SOYBEANS,Liquid FROM Stewed KIDNEY BeansCHICKEN,MEATLESSFISH STICKS,MEATLESSFRANKFURTER,MEATLESSLUNCHEON SLICES,MEATLESSMEATBALLS,MEATLESSSOYBURGERVEGETARIAN FILLETSSANDWICH SPREAD,MEATLESSVEGETARIAN STEWVEGETARIAN MEATLOAF OR PATTIESRADISHES,HAWAIIAN STYLE,PICKLEDCABBAGE,JAPANESE STYLE,Fresh,PICKLEDCABBAGE,MUSTARD,SALTEDEGGPLANT,PICKLEDCOFFEECAKE,Cinnamon with CRUMB TOPPING,Commercially Prepared,UnenrichedCAKE,POUND,Commercially Prepared,OTHER THAN ALL BUTTER,UnenrichedCAKE,WHITE,DRY MIX,PUDDING-TYPE,UnenrichedCAKE,Yellow,DRY MIX,Regular,UnenrichedCOOKIES,BUTTER,Commercially Prepared,UnenrichedCOOKIES,Chocolate CHIP,Commercially Prepared,Regular,HIGHER FAT,UnenrichedCOOKIES,LADYFINGERS,without LEMON Juice and RINDCRACKERS,MELBA TOAST,Plain,without SALTCRACKERS,SALTINES,Low SALT (Including OYSTER,SODA,SOUP)CRACKERS,SALTINES,UNSALTED TOPS (Including OYSTER,SODA,SOUP)CRACKERS,Standard SNACK-TYPE,Regular,Low SALTCRACKERS,WHEAT,LOW SALTCRACKERS,WHOLE-WHEAT,Low SALTDANISH PASTRY,Cinnamon,UnenrichedDANISH PASTRY,FRUIT,Unenriched (Including Apple,Cinnamon,RAISIN,STRAWBERRY)BREAD,WHITE,Commercially Prepared,Toasted,Low Sodium NO SALTDANISH PASTRY,LEMON,UnenrichedCRACKERS,Cheese,Low SodiumDANISH PASTRY,RASPBERRY,UnenrichedDOUGHNUTS,YEAST-LEAVENED,GLAZED,Unenriched (Including HONEY BUNS)ENGLISH MUFFINS,Plain,Enriched,without Calcium Propionate (Including SOURDOUGH)ENGLISH MUFFINS,Plain,Unenriched,with Calcium Propionate (Including SOURDOUGH)ENGLISH MUFFINS,Plain,Unenriched,without Calcium Propionate (Including SOURDOUGH)PIE,Apple,Commercially Prepared,Unenriched FlourPIE,FRIED PIES,CHERRYPIE,FRIED PIES,LEMONPIE CRUST,STANDARD-TYPE,Frozen,Ready-to-bake,UnenrichedPOPOVERS,DRY MIX,UnenrichedTACO SHELLS,Baked,without SALTTORTILLAS,Ready-to-bake OR -FRY,CORN,without SALTTORTILLAS,Ready-to-bake OR -FRY,Flour,without CalciumKRAFT,JELLO SGR FR Low Calorie, calories GELATIN STRWBRY,with A,PowderedKRAFT,JELLO SGR FR Low Calorie, calories GELATIN SNACKS STRAWBERRY,with AFROZEN YOGURTS,VANILLA,SOFT-SERVEFRUIT BUTTERS,APPLEHONEYJAMS AND PRESERVESJELLIESCANDIES,FUDGE,Chocolate Marshmallow,with NUTS,PREPARED-BY-RECIPEMARMALADE,ORANGEMOLASSESMOLASSES,BLACKSTRAPPECTIN,Unsweetened,DRY MIXPUDDINGS,BANANA,Ready-to-eatPIE FILLINGS,Apple,CannedPIE FILLINGS,Canned,CHERRYPUDDINGS,BANANA,DRY MIX,InstantPUDDINGS,BANANA,DRY MIX,Instant,Prepared with Whole MILKPUDDINGS,BANANA,DRY MIX,RegularPUDDINGS,BANANA,DRY MIX,Regular,Prepared with Whole MILKPUDDINGS,Coconut Cream,DRY MIX,InstantPUDDINGS,Coconut Cream,DRY MIX,Instant,Prepared with Whole MILKPUDDINGS,Coconut Cream,DRY MIX,RegularPUDDINGS,Coconut Cream,DRY MIX,Regular,Prepared with Whole MILKPUDDINGS,LEMON,DRY MIX,InstantALCOHOLIC Beverage,WINE,COOKINGALCOHOLIC Beverage,WINE,LightBEVERAGE,Instant Breakfast Powdered,Chocolate,NOT ReconstitutedBACON BITS,MEATLESSBUTTER Replacement,without FAT,PowderedSALAD Dressing,Buttermilk,LITETOMATO Sauce,NO SALTCEREALS,Ready-to-eat,ALPENCEREALS Ready-to-eat,FAMILIACEREALS Ready-to-eat,WHEAT and BRAN,PRESWEETENED with NUTS and FRUITSBEVERAGE,Instant Breakfast Powdered,Chocolate,SUGAR-FREE,NOT ReconstitutedYOGURT,FRUIT Variety, varieties,NON-FATWHIPPED Cream Substitute,DIETETIC,MADE FROM Powdered MIXICE Cream NOVELTIES,SUNDAE,PREPACKAGEDCHEESE,COTTAGE,with Vegetable, vegetablesCHEESE,CREAM,LOW FATCHEESE,Pasteurized PROCESS,AMERICAN,Low FatCHEESE Spread,Cream Cheese BASECHEESE,AMERICAN CHEDDAR,ImitationQUAIL,COOKED,TOTAL EDIBLEPHEASANT,Cooked,TOTAL EDIBLEEGGS,Scrambled,Frozen MIXTUREDOVE,Cooked (Including SQUAB)PORK,ORIENTAL STYLE,DehydratedSOYBEAN,CURD CHEESECEREALS,NESTUM,Prepared with H2OPOTATOES,Canned,Drained Solids,NO SALTCAKE,POUND,Commercially Prepared,FAT-FREECAKE,SNACK CAKES,CUPCAKES,Chocolate,with Frosting,LOW-FATCAKE,YELLOW,DRY MIX,LIGHTCOOKIES,OATMEAL,Commercially Prepared,FAT-FREECRACKERS,SALTINES,FAT-FREE,LOW-SODIUMBREAKFAST TART,Low FatTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Apple CinnamonTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BLUEBERRYTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted BLUEBERRYTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BRWN SUGAR CinnamonTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TRTS,Frosted BR SGR CINTOASTER PASTRIES,KELLOGG,KELLOGG'S POPTARTS,CHERRYTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted CHERRYTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted Chocolate FUDGTOASTER PASTRIES,KELLOGG,KELLOG POP TARTS,Frosted Chocolate VAN CreamTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted GRAPETOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,MILK ChocolateTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted RASPBERRYTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,S'MORESTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,STRAWBERRYTOASTER PASTRIES,KELLOGG,KELLOG'S POP TARTS,Frosted STRAWBERRYTOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted WLD BERRYKELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted Apple CinnamonKELLOGG,KELLOGG'S Low Fat POP TARTS,BLUEBERRYKELLOGG,KELLOGG'S Low Fat POP TARTS,CHERRYKELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted BROWN SUGAR CinnamonKELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted Chocolate FUDGEKELLOGG,KELLOGG'S Low Fat POP TARTS,STRAWBERRYKELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted STRAWBERRYKELLOGG,KELLOGG'S POP TARTS,Frosted WILD WATERMELONKELLOGG,KELLOGG'S EGGO,Buttermilk PANCAKEKELLOGG,KELLOGG'S EGGO,BANANA BREAD WAFFLESKELLOGG,KELLOGG'S NUTRI-GRAIN Cereal BARS,Mixed BERRYLENDER'S BIG'N CRUSTY BLUEBERRY BAGELLENDER'S PREMIUM Refrigerated BLUEBERRY BAGELSLENDER'S BAGEL SHOP BLUEBERRY BAGELSPUDDINGS,LEMON,DRY MIX,Instant,Prepared with Whole MILKPUDDINGS,LEMON,DRY MIX,RegularPUDDINGS,LEMON,DRY MIX,Regular,Prepared with SUGAR,EGG YOLK and H2OSUGARS,BROWNSUGARS,GRANULATEDSUGARS,POWDEREDSUGARS,MAPLESYRUPS,Chocolate,HERSHEY'S GENUINE Chocolate Flavored LITE SYRUPSYRUPS,Chocolate,FUDGE-TYPESYRUPS,CORN,DarkSYRUPS,CORN,LightSYRUPS,CORN,HIGH-FRUCTOSESYRUPS,MALTSYRUPS,MAPLESYRUPS,SORGHUMSYRUPS,TABLE BLENDS,PANCAKE,with 2% MAPLESYRUPS,TABLE BLENDS,CANE and 15% MAPLESYRUPS,TABLE BLENDS,CORN,REFINER, and SUGARTOPPINGS,BUTTERSCOTCH OR CARAMELTOPPINGS,Marshmallow CreamTOPPINGS,PINEAPPLETOPPINGS,NUTS IN SYRUPCANDIES,M and M MARS,SKITTLES ORIGINAL BITE SIZE CANDIESBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,Select,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/8"FAT,ALL Grades,RAWBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/8"FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/8"FAT,Select,RAWBEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/8"FAT,Select,Cooked,BroiledUSDA COMMODITY,Beef PATTIES with VPP,Frozen,CookedUSDA COMMODITY,Beef,GROUND BULK/COARSE GROUND,Frozen,CookedUSDA COMMODITY,Beef,PATTIES (100%),Frozen,CookedUSDA COMMODITY,Beef PATTIES with VPP,Frozen,RAWUSDA COMMODITY,Beef,PATTIES (100%),Frozen,RAWUSDA COMMODITY,Beef,GROUND,BULK/COARSE GROUND,Frozen,RAWBEEF,CHUCK,MOCK TENDER Stick,Lean only,0" FAT,ALL Grades,Cooked,BroiledBEEF,CHUCK,MOCK TENDER Stick,Lean only,1/4" FAT,ALL Grades,RAWBEEF,CHUCK,TOP BLADE,Lean only ONLY,TO 0" FAT,ALL Grades,Cooked,BroiledBEEF,CHUCK,TOP BLADE,Lean only,1/4" FAT,ALL Grades,RAWVEGETABLES,Mixed (CORN,LIMA Beans,PEAS,Green Beans,CRRT) Canned,NO SALTPORK,CURED,HAM,Low Sodium,Cooked,NS AS TO FATPORK,CURED,HAM,Low Sodium,Lean only and FAT,CookedHAM,SMOKED OR CURED,Low Sodium,Lean only,CookedSALAD Dressing,Mayonnaise and MAYONNAISE-TYPE,Low Calorie, caloriesSALAD Dressing,BACON and TOMATOCHEESE,PARMESAN,Low SodiumCOFFEE and COCOA (MOCHA) Powdered,with Whitener and Low Calorie, calories SweetenerFRUIT-FLAVORED Drink,Powdered,with High Vitamin C,Low Calorie, calories - SEE14404FROZEN Juice NOVELTIES,ORANGESAUERKRAUT,Canned,Low SodiumCHEESE,COTTAGE,LOWFAT,1% MILKFAT,NO SodiumMAYONNAISE,Low Sodium,Low Calorie, calories OR DIETSNACKS,TORTILLA CHIPS,UNSALTEDTOMATO and Vegetable, vegetables Juice,Low SodiumTURKEY,WING,SMOKED,Cooked,with Skin,BONE REMOVEDTURKEY,Drumstick,SMOKED,Cooked,with Skin,BONE REMOVEDCHOCOLATE-FLAVORED Drink,WHEY and MILK BasedAPPLE CIDER-FLAVORED Drink,Powdered,Vitamin C and SUGARBABYFOOD,DINNER,Chicken and NOODLE with Vegetable, vegetables,ToddlerKELLOGG'S EGGO LOWFAT HOMESTYLE WAFFLESKELLOGG'S EGGO LOWFAT NUTRI - GRAIN WAFFLESKELLOGG'S EGGO LOWFAT BLUEBERRY NUTRI - GRAIN WAFFLESKELLOGG'S POP-TARTS PASTRY SWIRLS,Apple Cinnamon DANISHKELLOGG'S POP-TARTS PASTRY SWIRLS,STRAWBERRY DANISHKELLOGG'S POP-TARTS PASTRY SWIRLS,Cheese DANISHKELLOGG'S EGGO GOLDEN OAT WAFFLESARCHWAY HOME STYLE COOKIES,SUGAR FREE OATMEALARCHWAY HOME STYLE COOKIES,SUGAR FREE ROCKY ROADARCHWAY HOME STYLE COOKIES,SUGAR FREE SHORTBREADARCHWAY HOME STYLE COOKIES,Apple FILLED OATMEALARCHWAY HOME STYLE COOKIES,APRICOT FILLEDARCHWAY HOME STYLE COOKIES,AUNT BEA'S POUND CAKE COOKIEARCHWAY HOME STYLE COOKIES,BLACK WALNUT ICE BOXARCHWAY HOME STYLE COOKIES,CHERRY FILLEDARCHWAY HOME STYLE COOKIES,Chocolate CHIP DROPARCHWAY HOME STYLE COOKIES,Chocolate CHIP ICE BOXARCHWAY HOME STYLE COOKIES,Cinnamon AppleARCHWAY HOME STYLE COOKIES,Coconut MACAROONARCHWAY HOME STYLE COOKIES,COOKIES JAR HERMITSARCHWAY HOME STYLE COOKIES,Dark MOLASSESARCHWAY HOME STYLE COOKIES,DATE FILLED OATMEALARCHWAY HOME STYLE COOKIES,DUTCH COCOAARCHWAY HOME STYLE COOKIES,FROSTY LEMONARCHWAY HOME STYLE COOKIES,FROSTY ORANGEARCHWAY HOME STYLE COOKIES,FRUIT and HONEY BARARCHWAY HOME STYLE COOKIES,ICED MOLASSESARCHWAY HOME STYLE COOKIES,ICED OATMEALARCHWAY HOME STYLE COOKIES,LEMON DROPARCHWAY HOME STYLE COOKIES,MOLASSESARCHWAY HOME STYLE COOKIES,MUD PIEARCHWAY HOME STYLE COOKIES,OATMEALARCHWAY HOME STYLE COOKIES,OATMEAL RAISINARCHWAY HOME STYLE COOKIES,OLD FASHIONED MOLASSESARCHWAY HOME STYLE COOKIES,OLD FASHIONED WINDMILL COOKIESARCHWAY HOME STYLE COOKIES,Peanut BUTTERARCHWAY HOME STYLE COOKIES,Peanut JUMBLEARCHWAY HOME STYLE COOKIES,PECAN ICE BOXARCHWAY HOME STYLE COOKIES,RASPBERRY FILLEDARCHWAY HOME STYLE COOKIES,RUTH'S OATMEALARCHWAY HOME STYLE COOKIES,SOFT SUGAR DROPARCHWAY HOME STYLE COOKIES,STRAWBERRY FILLEDARCHWAY HOME STYLE COOKIES,SUGARARCHWAY HOME STYLE COOKIES,GOURMET APPLE'N RAISINFROSTINGS,VANILLA,CREAMY,DRY MIX,Prepared with MARGARINEFROSTINGS,Chocolate,CREAMY,DRY MIX,Prepared with MARGARINEFROSTINGS,GLAZE,PREPARED-FROM-RECIPEPUDDINGS,LEMON,Ready-to-eatICE NOVELTIES,PINEAPPLE-COCONUTFROZEN YOGURTS,Chocolate,SOFT-SERVEBANANA CHIPSCORNNUTS,BARBECUE-FLAVORCORNNUTS,NACHO-FLAVORGRANOLA BARS,SOFT,UNCOATED,Chocolate CHIPGRANOLA BARS,SOFT,UNCOATED,Chocolate CHIP,GRAHAM and MarshmallowGRANOLA BARS,SOFT,UNCOATED,NUT and RAISINSNACKS,Beef Sticks,SMOKEDPORK SKINS,BARBECUE-FLAVORPOTATO CHIPS,MADE FROM DRIED POTATOES,PlainPOTATO CHIPS,PLAIN,SALTEDPOTATO CHIPS,MADE FROM DRIED POTATOES,CHEESE-FLAVORRICE CAKES,BROWN RICE,CORNRICE CAKES,BROWN RICE,MULTIGRAINPOTATO STICKSRICE CAKES,BROWN RICE,RYESESAME Sticks,WHEAT-BASED,SALTEDGRANOLA BARS,HARD,Peanut BUTTERPOTATO CHIPS,CHEESE-FLAVORPOTATO CHIPS,LIGHTSNACKS,POTATO CHIPS,FAT-FREE,MADE with OLESTRASNACKS,TORTILLA CHIPS,NACHO-FLAVOR,Reduced FATTORTILLA CHIPS,Low Fat,Baked without FATBEEF,CHUCK,CLOD Roast,Lean only,1/4" FAT,ALL Grades,RAWBEEF,CHUCK,CLOD Roast,Lean only,0" FAT,ALL Grades,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,ALL Grades,Cooked,RoastedBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 0" FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,ALL Grades,RAWBEEF,CHCK,MCK TENDER Stick,Lean only and FAT,0" FAT,USDA Choice,Cooked,BroiledBEEF,CHUCK,MOCK TENDER Stick,Lean only and FAT,1/4" FAT,USDA Choice,RAWBEEF,CHUCK,MOCK TENDER Stick,Lean only and FAT,0" FAT,USDA Select,Cooked,BroiledBEEF,CHUCK,MOCK TENDER Stick,Lean only and FAT,1/4" FAT,USDA Select,RAWBEEF,CHUCK,TOP BLADE,Lean only and FAT,0" FAT,USDA Choice,Cooked,BroiledBEEF,CHUCK,TOP BLADE,Lean only and FAT,1/4" FAT,USDA Choice,RAWBEEF,CHUCK,TOP BLADE,Lean only and FAT,0" FAT,USDA Select,Cooked,BroiledBEEF,CHUCK,TOP BLADE,Lean only and FAT,1/4" FAT,USDA Select,RAWPORK,CURED,BACON,Cooked,Broiled,PAN-FRIED OR Roasted,Reduced SodiumCHEESE,Pasteurized PROCESS,SWISS,Low FatCRANBERRY Juice,UnsweetenedBEEF,BOLOGNA,Reduced SodiumTURNIP Greens,Canned,NO SALTAPPLE CIDER-FLAVORED Drink,Powdered,Low Calorie, calories,with Vitamin C,PreparedTURKEY,Light OR Dark MEAT,SMOKED,Cooked,with Skin,BONE REMOVEDTURKEY,Light OR Dark MEAT,SMOKED,Cooked,Skin and BONE REMOVEDPALM HEARTS,RAWCEREALS Ready-to-eat,WHEAT,BRAN,SHREDDED,Plain,SALT and SUGAR FREECHEESE,COTTAGE,LOWFAT,1% MILKFAT,with Vegetable, vegetablesCHEESE,Pasteurized PROCESS,CHEDDAR OR AMERICAN,Low SodiumCOFFEE,DRY,Powdered,with Whitener and Low Calorie, calories SweetenerCRANBERRY-APPLE Juice Drink,Low Calorie, calories,with Vitamin CCHEESE,SWISS,LOW SODIUMYEAST EXTRACT SPREADBABYFOOD,JUICE,PEARCHICKEN,MEATLESS,BREADED,FRIEDBABYFOOD,MEAT,Beef with Vegetable, vegetables,ToddlerBABYFOOD,DINNER,MACARONI,Beef and TOMATO Sauce,ToddlerROLLS,PUMPERNICKELSNACKS,CORN-BASED,EXTRUDED,CHIPS,UNSALTEDBAKED Beans,Canned,NO SALTARCHWAY HOME STYLE COOKIES,GOURMET CARROT CAKEARCHWAY HOME STYLE COOKIES,GOURMET Chocolate CHIP N' TOFFEEARCHWAY HOME STYLE COOKIES,FAT FREE Cinnamon HONEY HEARTSARCHWAY HOME STYLE COOKIES,FAT FREE DEVIL'S Food COOKIEARCHWAY HOME STYLE COOKIES,FAT FREE LEMON NUGGETSARCHWAY HOME STYLE COOKIES,FAT FREE OATMEAL RAISINARCHWAY HOME STYLE COOKIES,FAT FREE OATMEAL RASPBERRYARCHWAY HOME STYLE COOKIES,FAT FREE SUGAR COOKIESARCHWAY HOME STYLE COOKIES,ICED GINGER SNAPSARCHWAY HOME STYLE COOKIES,LEMON SNAPSARCHWAY HOME STYLE COOKIES,GOURMET OATMEAL PECANARCHWAY HOME STYLE COOKIES,GOURMET OL'FASHION Peanut BUTTERARCHWAY HOME STYLE COOKIES,Reduced FAT GINGER SNAPSARCHWAY HOME STYLE COOKIES,GOURMET ROCKY ROADARCHWAY HOME STYLE COOKIES,GOURMET RUTH'S GOLDEN OATMEALARCHWAY HOME STYLE COOKIES,SUGAR FREE Chocolate CHIPARTIFICIAL BLUEBERRY MUFFIN MIX,DRYKRAFT,STOVE TOP STUFFING MIX CHICKEN FLAVORCONAGRA,BANQUET Apple PIE,Frozen,READY TO BAKEGENERAL MILLS,BETTY CROCKER WILD BLUEBERRY MUFFIN MIX,DRYCAKE,BETTY CROCKER,SUPERMOIST PARTY CAKE SWIRL,DRY MIXBEST FOODS,BROWNBERRY SAGE and ONION STUFFING MIX,DRYCAMPIONE D'ITALIA FOODS,CAMPIONE GARLIC BREAD,FrozenGENERAL MILLS,GOLD MEDAL IMITATION BLUEBERRY MUFFIN MIX,DRYINTERST BRNDS CRP,HOSTESS DING DONGS Chocolate SNACK CKE,Cream FILLHOWARD JOHNSON'S TOASTEES,BLUEBERRY TOASTER MUFFNS,Frozen,R T EKEEBLER,KEEBLER Chocolate GRAHAM SELECTSKEEBLER,KEEBLER GOLDEN VANILLA WAFERS,ARTIFICIALLY FlavoredKRUSTEAZ ALMND POPPYSD MUFF MIX,ARTIFIC Flavored,DRYKRUSTEAZ Buttermilk MINI PANCAKES,Frozen,READY TO MICROWAVEMCKEE BAKING,LITTL DEBBI NUT BAR,WAFER with Peanut BUTE,Chocolate COVEMARTHA WHITE FOODS,MARTHA WHITE'S Artificial BLUEBERRY MUFFIN MIXMARTHA WHITE'S CHEWY FUDGE BRWNIE MIX,DRYMARTHA WHITE FOODS,MARTHA WHITE'S Buttermilk BISCUIT MIX,DRYMISSION FOODS,MISSION Flour TORTILLAS,SOFT TACO,8 INCHNABISCO,NABISCO GRAHAMS CRACKERSNABISCO,NABISCO NILLA PIE CRUST,READY TO USENABISCO,NABISCO OREO CRUNCHIES,COOKIE CRUMB TOPPINGNABISCO,NABISCO ORIGINAL PREMIUM SALTINE CRACKERSNABISCO,NABISCO RITZ CRACKERSNABISCO,NABISCO SNACKWELL'S ZESTY Cheese CRACKERSNABISCO,NABISCO WHEAT THINS CRACKERS,BakedCPC Food SERVICE,OROWEAT SEASONED Dressing MIX,DRYPEPPERIDGE FARM CLASSIC STYLE CROUTONS,SEASONEDPEPPERIDGE FARM CRUSTY ITALIAN BREAD,GARLICCHEESE PUFFS and TWISTS,CORN Based,Low FatSNACKS,GRANOLA BAR,FRUIT-FILLED,NONFATPOPCORN,SUGAR SYRUP/CARAMEL,FAT-FREEPOTATO CHIPS,FAT FREE,SALTEDSNACKS,KELLOGG,KELLOGG'S RICE KRISPIES TREATS SQUARESSNACKS,KELLOGG'S Low Fat GRANOLA BAR,CRUNCHY ALMD/BRN SUGARSNACKS,M and M MARS,KUDOS Whole GRAIN BARS,Chocolate CHIPSNACKS,KELLOGG,KELLOGG'S NUTRI-GRAIN Cereal BARS,FRUITSNACKS,TORTILLA CHIPS,Low Fat,MADE with OLESTRA,NACHO CheeseSNACKS,POTATO CHIPS,RESTRUCTURED,FAT-FREE,MADE with OLESTRATARO CHIPSCANDIES,SEMISWEET Chocolate,MADE with BUTTERGELATIN Dessert, desserts,DRY MIX,with ADDED Vitamin C,SODIUM-CITRATE and SALTGELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame,ADDED Phosphorus,Potassium,Sodium,Vitamin CGELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame,NO ADDED SodiumPUDDINGS,BANANA,DRY MIX,Instant,with ADDED OILPUDDINGS,BANANA,DRY MIX,Regular,with ADDED OILPUDDINGS,LEMON,DRY MIX,Regular,with ADDED OIL,Potassium,SodiumPUDDINGS,TAPIOCA,DRY MIX,with NO ADDED SALTPUDDINGS,VANILLA,DRY MIX,Regular,with ADDED OILICE NOVELTIES,POP,with ADDED Vitamin CJAMS and PRESERVES,APRICOTSYRUPS,TABLE BLENDS,PANCAKE,with 2% MAPLE,with PotassiumCORN CAKES,VERY Low SodiumSNACKS,CORN-BASED,EXTRDD,PUFFS OR TWISTS,CHEESE-FLAVOR,UnenrichedSNACKS,CORN-BASE,EXTRUD,CHIPS,BARBECUE-FLAVOR,with Enriched MASA FlourPOPCORN,AIR-POPPED,WHITE POPCORNPOPCORN,OIL-POPPED,WHITE POPCORNPOTATO CHIPS,Plain,MADE with Partially Hydrogenated Soybean OIL,SALTEDPOTATO CHIPS,Plain,MADE with Partially Hydrogenated Soybean OIL,UNSALTEDPOTATO CHIPS,Plain,UNSALTEDPRETZELS,HARD,Plain,MADE with Unenriched Flour,SALTEDBEEF,CHUCK,CLOD Roast,Lean only and FAT,1/4" FAT,USDA Choice,RAWBEEF,CHUCK,CLOD Roast,Lean only and FAT,0" FAT,USDA Choice,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only and FAT,1/4" FAT,USDA Choice,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only and FAT,1/4" FAT,USDA Select,RAWBEEF,CHUCK,CLOD Roast,Lean only and FAT,0" FAT,USDA Select,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only and FAT,1/4" FAT,USDA Select,Cooked,RoastedBEEF,CHUCK,CLOD STEAK,Lean only and FAT,0" FAT,USDA Choice,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,USDA Choice,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,USDA Choice,RAWBEEF,CHUCK,CLOD STEAK,Lean only and FAT,0" FAT,USDA Select,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,USDA Select,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,USDA Select,RAWBEEF,PLATE,INSIDE SKIRT STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAWFROZEN Juice NOVELITES,Juice with CreamTOFU YOGURTALCOHOLIC Beverage,RICE (SAKE)MILLET,PUFFEDCEREALS Ready-to-eat,OAT BRAN FLAKES,HEALTH VALLEYJELLYFISH,DRIED,SALTEDFRANKFURTER,Low SodiumCEREAL Ready-to-eat,CRISPY BROWN RICEICE NOVELTIES,POP,with Low Calorie, calories SweetenerBABYFOOD,Mixed FRUIT YOGURT,StrainedENSURE PLUS,Liquid NutritionBABYFOOD,RICE and Apples,DRYBABYFOOD,Juice,Apple - CHERRYBABYFOOD,Dessert, desserts,PEACH YOGURTBABYFOOD,Dessert, desserts,BLUEBERRY YOGURT,StrainedBABYFOOD,Dessert, desserts,BANANA YOGURT,StrainedICE CREAMS,Chocolate,RICHMILK,IMITATION,NON-SOYBABYFOOD,BANANA NO TAPIOCA,StrainedBABYFOOD,BANANA Apple Dessert, desserts,StrainedSNACKS,TORTILLA CHIPS,Light (BAKED with LESS OIL)PEPPERIDGE FARM Apple TURNOVERS,Frozen,READY TO BAKEPILLSBURY Buttermilk BISCUITS,Artificial FLAVOR,Refrigerated DOUGHPILLSBURY,Chocolate CHIP COOKIES,Refrigerated DOUGHPILLSBURY,CRUSTY FRENCH LOAF,Refrigerated DOUGHPILLSBURY,TRADITIONAL FUDGE BROWNIE MIX,DRYPILLSBURY GRANDS Buttermilk BISCUITS,Refrigerated DOUGHPILLSBURY HUNGRY JACK Buttermilk BISCUITS,Artificial FLAVOR,Refrigerated DOUGHPILLSBURY Cinnamon ROLLS with ICING,Refrigerated DOUGHHIDDEN VALLEY RANCH,SALAD CRISPINS ITAL STYLE,PARMES CROUTONKRAFT FOODS,SHAKE 'N' BAKE ORIG RECIPE,COATING FOR PORK,DRYBEST FOODS,THOMAS' English MUFFINS,PlainHEINZ,WEIGHT WATCHERS Chocolate ECLAIRS,FrozenINTERSTATE BRANDS CORP,WONDER HAMBURGER ROLLSGENERAL MILLS,BETTY CROCKER SUPERMOIST Yellow CAKE MIX,DRYQUAKER OATS,AUNT JEMIMA ORIGINAL WAFFLES,FrozenNABISCO,NABISCO SNACKWELL'S CRACKED PEPPER CRACKERNABISCO,NABISCO SNACKWELL'S SALSA SNACK CRACKERSNABISCO,NABISCO SNACKWELL'S ITALIAN RANCH SNACK CRACKERSNABISCO,NABISCO SNACKWELL'S FRENCH ONION SNACK CRACKERSNABISCO,NABISCO SNACKWELL'S MINT CREME COOKIESNABISCO,NABISCO SNACKWELL'S CARAMEL DELIGHTS COOKIESNABISCO,NABISCO SNACKWELL'S FAT FREE DEVIL'S Food COOKIE CAKESNABISCO,NABISCO SNACKWELL'S WHEAT CRACKERCrackers, cheese, sandwich-type with cheese fillingUSDA Commodity,BAKERY,Flour MIXUSDA Commodity,BAKERY Flour MIX LOW-FATBEEF JERKY,Chopped and FORMEDCORN-BASED,EXTRUDED,CHIPS,PlainCORN-BASED,EXTRUDED,CHIPS,BARBECUE-FLAVORCORN-BASED,EXTRUDED,CONES,PlainCORN-BASED,EXTRUDED,CONES,NACHO-FLAVORCORN-BASED,EXTRUDED,ONION-FLAVORCORN-BASED,EXTRUDED,PUFFS OR TWISTS,CHEESE-FLAVORCORNNUTS,PLAINCRISPED RICE BAR,Chocolate CHIPFRUIT LEATHER,BARSPRETZELS,HARD,Plain,MADE with Unenriched Flour,UNSALTEDSNACKS,PRETZELS,HARD,Plain,MADE with Enriched Flour,UNSALTEDRICE CAKES,BROWN RICE,Plain,UNSALTEDRICE CAKES,BROWN RICE,BUCKWHEAT,UNSALTEDRICE CAKES,BROWN RICE,MULTIGRAIN,UNSALTEDRICE CAKES,BROWN RICE,SESAME Seed,UNSALTEDSESAME Sticks,WHEAT-BASED,UNSALTEDTRAIL MIX,Regular,UNSALTEDTRAIL MIX,Regular,with Chocolate CHIPS,UNSALTED NUTS and SEEDSPOTATO CHIPS,without SALT,Reduced FATTORTILLA CHIPS,Low Fat,UNSALTEDSNACKS,TORTILLA CHIPS,NACHO-FLAVOR,MADE with Enriched MASA FlourCANDIES,SUGAR-COATED ALMONDSCOCOA,DRY Powdered,High-FAT OR Breakfast,PlainCOCOA,DRY Powdered,High-FAT OR Breakfast,Processed with ALKALICANDIES,SOFT FRUIT and NUT SQUARESICE CREAMS,VANILLA,FAT FREEFROZEN NOVELTIES,NO SUGAR ADDED,FUDGESICLE POPSFROZEN NOVELTIES,FAT FREE FUDGESICLE BARSFROZEN NOVELTIES,SUGAR FREE,ORANG,CHERY and GRAPE POPSICLE POPSFrozen NVL, KLONDIKE,SLIM-A-BEAR FUDG BR,98% FT FR,NO SGR ADDEDICE CREAMS,BREYERS,ALL Natural Light VANILLAICE CREAMS,BREYERS,ALL Natural Light FRENCH VANILLAICE CREAMS,BREYERS,98% FAT FREE VANILLAICE CREAMS,BREYERS,ALL Natural Light VANILLA Chocolate STRAWBERRYICE CREAMS,BREYERS,ALL Natural Light MINT Chocolate CHIPICE CREAMS,BREYERS,NO SUGAR ADDED,BUTTER PECANICE CREAMS,BREYERS,NO SUGAR ADDED,FRENCH VANILLAICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLAICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA FUDGE TWIRLICE CREAMS,BREYERS,NO SUGAR ADDED,VANILLA Chocolate STRAWBERRYBEEF,PLATE,SKIRT STEAK,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,PLATE,OUTSIDE SKIRT,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,PLATE,OUTSIDE SKIRT,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,SIRLOIN,TRI-TIP Stick,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,CHUCK,MOCK TENDER Stick,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,CHUCK,MOCK TENDER Stick,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,CHUCK,TOP BLADE,Lean only and FAT,0" FAT,ALL Grades,Cooked,BroiledBEEF,CHUCK,TOP BLADE,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,CHUCK,CLOD Roast,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,CHUCK,CLOD Roast,Lean only and FAT,0" FAT,ALL Grades,Cooked,RoastedBEEF,CHUCK,CLOD Roast,Lean only and FAT,1/4" FAT,ALL Grades,Cooked,RoastedBEEF,CHUCK,CLOD STEAK,Lean only and FAT,0" FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,ALL Grades,Cooked,BraisedCEREALS Ready-to-eat,CORN,Whole WHEAT,ROLLED OATS,PRESWEETENEDPOPCORN,MICROWAVE,Low Fat and SodiumAMARANTH FLAKESBABYFOOD,FRUIT SUPREME Dessert, dessertsCHEESE,SWISS,LOW FATBREAKFAST BAR,CORN FLAKE CRUST with FRUITCHEESE,MOZZARELLA,Low SodiumMAYONNAISE Dressing,NO CholesterolSALAD Dressing,Mayonnaise Dressing,DIET,NO CholesterolOIL,CORN,PEANUT,AND OLIVECHEESE FOOD,IMITATIONCELERY FLAKES,DRIEDPUDDINGS,Chocolate FLAVOR,Low Calorie, calories,Instant,DRY MIXJELLIES,Reduced SUGAR OR NO SUGAR,HOME PRESERVEDPIE FILLINGS,BLUEBERRY,CannedCOCKTAIL MIX,NON-ALCOHOLIC,Concentrated,FrozenPUDDINGS,Chocolate FLAVOR,Low Calorie, calories,Regular,DRY MIXPUDDINGS,ALL FLAVORS Except Chocolate,Low Calorie, calories,Regular,DRY MIXPUDDINGS,ALL FLAVORS Except Chocolate,Low Calorie, calories,Instant,DRY MIXFRUIT-FLAVORED Drink MIX,Powdered,UnsweetenedVITAL WHEAT GLUTENFROG LEGS,RAWMACKEREL,SALTEDFRUIT LEATHER,PIECESFRUIT LEATHER,ROLLSGRANOLA BARS,HARD,PLAINGRANOLA BARS,HARD,ALMONDGRANOLA BARS,HARD,Chocolate CHIPGRANOLA BARS,HARD,PEANUTGRANOLA BARS,SOFT,UNCOATED,PlainGRANOLA BARS,SOFT,UNCOATED,Peanut BUTTERGRANOLA BARS,SOFT,UNCOATED,RAISINGRANOLA BARS,OATS,FRUITS and NUTGRANOLA BARS,SOFT,Coated,MILK Chocolate COATING,Chocolate CHIPGRANOLA BARS,SOFT,Coated,MILK Chocolate COATING,Peanut BUTTERGRANOLA BARS,SOFT,UNCOATED,Peanut BUTTER and Chocolate CHIPORIENTAL MIX,RICE-BASEDDOO DADS SNACK MIX,ORIGINAL FLAVORCHEX MIXPOPCORN,AIR-POPPEDPOPCORN,OIL-POPPEDPOPCORN,CAKESPOPCORN,CARAMEL-COATED,with PeanutsPOPCORN,CARAMEL-COATED,without PeanutsPOPCORN,CHEESE-FLAVORPORK SKINS,PLAINPOTATO CHIPS,BARBECUE-FLAVORPOTATO CHIPS,SOUR-CREAM-AND-ONION-FLAVORPOTATO CHIPS,MADE FROM DRIED POTATOES,LightPOTATO CHIPS,MADE FR DRIED POTATOES,SOUR-CREAM and ONION-FLAVORPRETZELS,HARD,Plain,SALTEDFROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR VANILLA CONEFROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR Chocolate CONEFROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR VANILLA SandwichFROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR Chocolate SandwichFROZEN NOVELTIES,KLONDIKE,SLIM-A-BEAR MINT SandwichFROZEN NOVL,KLONDIKE,SLIM-A-BEAR,NO SGR ADDED,STICKLESS BARFROZEN NOVELTIES,NO SUGAR ADDED CREAMSICLE POPSFROZEN NOVELTIES,SUGAR FREE,CREAMSICLE POPSICE CREAMS,BREYERS,ALL Natural Light FRENCH ChocolateICE CREAMS,BREYERS,98% FAT FREE ChocolateICE CREAMS,BREYERS,NO SUGAR ADDED,Chocolate CARAMELAMARANTHARROWROOT FLOURBARLEYBARLEY,PEARLED,RAWBARLEY,PEARLED,COOKEDBUCKWHEATBUCKWHEAT GROATS,Roasted,DRYBUCKWHEAT GROATS,Roasted,CookedBUCKWHEAT Flour,WHOLE-GROATBULGUR,DRYBULGUR,COOKEDCORN,YELLOWCORN BRAN,CRUDECORN Flour,WHOLE-GRAIN,YellowCORN FLOUR,MASA,ENRICHEDCORN Flour,DEGERMED,Unenriched,YellowCORNMEAL,WHOLE-GRAIN,YellowCORNMEAL,DEGERMED,Enriched,YellowCORNMEAL,SELF-RISING,BOLTED,Plain,Enriched,YellowCORNMEAL,SELF-RISING,BOLTED,with WHEAT Flour,Enriched,YellowCORNMEAL,SELF-RISING,DEGERMED,Enriched,YellowCORNSTARCHCOUSCOUS,DRYCOUSCOUS,COOKEDHOMINY,CANNED,WHITEBEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAWBEEF,GROUND,95% Lean only MEAT / 5% FAT,RAWBEEF,GROUND,95% Lean only MEAT / 5% FAT,PATTY,Cooked,BroiledBEEF,GROUND,95% Lean only MEAT / 5% FAT,PATTY,Cooked,PAN-BROILEDBEEF,GROUND,95% Lean only MEAT / 5% FAT,CRUMBLES,Cooked,PAN-BROWNEDBEEF,GROUND,95% Lean only MEAT / 5% FAT,LOAF,Cooked,BakedBEEF,GROUND,90% Lean only MEAT / 10% FAT,RAWBEEF,GROUND,90% Lean only MEAT / 10% FAT,PATTY,Cooked,BroiledBEEF,GROUND,90% Lean only MEAT / 10% FAT,PATTY,Cooked,PAN-BROILEDBEEF,GROUND,90% Lean only MEAT / 10% FAT,CRUMBLES,Cooked,PAN-BROWNEDBEEF,GROUND,90% Lean only MEAT / 10% FAT,LOAF,Cooked,BakedBEEF,GROUND,85% Lean only MEAT / 15% FAT,RAWBEEF,GROUND,85% Lean only MEAT / 15% FAT,PATTY,Cooked,BroiledBEEF,GROUND,85% Lean only MEAT / 15% FAT,PATTY,Cooked,PAN-BROILEDBEEF,GROUND,85% Lean only MEAT / 15% FAT,CRUMBLES,Cooked,PAN-BROWNEDBEEF,GROUND,85% Lean only MEAT / 15% FAT,LOAF,Cooked,BakedBEEF,GROUND,80% Lean only MEAT / 20% FAT,RAWBEEF,GROUND,80% Lean only MEAT / 20% FAT,PATTY,Cooked,BroiledBEEF,GROUND,80% Lean only MEAT / 20% FAT,PATTY,Cooked,PAN-BROILEDBEEF,GROUND,80% Lean only MEAT / 20% FAT,CRUMBLES,Cooked,PAN-BROWNEDSCALLOP,(BAY and SEA),Cooked,SteamedSNAIL,RAWTURTLE,GREEN,RAWPRETZELS,HARD,CONFECTIONER'S COATING,CHOCOLATE-FLAVORSNACKS,M and M MARS,COMBOS SNACKS CHEDDAR Cheese PRETZELPRETZELS,HARD,WHOLE-WHEATRICE CAKES,BROWN RICE,PlainRICE CAKES,BROWN RICE,BUCKWHEATRICE CAKES,BROWN RICE,SESAME SeedTORTILLA CHIPS,PLAINTORTILLA CHIPS,NACHO-FLAVORTORTILLA CHIPS,RANCH-FLAVORTRAIL MIX,REGULARTRAIL MIX,TROPICALTRAIL MIX,Regular,with Chocolate CHIPS,SALTED NUTS and SEEDSTORTILLA CHIPS,TACO-FLAVORCANDIES,TOOTSIE ROLL,CHOCOLATE-FLAVOR ROLLCANDIES,ALMOND JOY CANDY BARCANDIES,TWIZZLERS CHERRY BITESCANDIES,NESTLE,BIT-O'-HONEY CANDY CHEWSCANDIES,NESTLE,BUTTERFINGER BARCANDIES,BUTTERSCOTCHCANDIES,CAROBCANDIES,CARAMELSCANDIES,CARAMELLO CANDY BARCANDIES,CARAMELS,CHOCOLATE-FLAVOR ROLLBAKING Chocolate,Unsweetened,LiquidBAKING Chocolate,Unsweetened,SQUARESCANDIES,CONFECTIONER'S COATING,YOGURTMILLET,RAWMILLET,COOKEDOAT BRAN,RAWOAT BRAN,COOKEDQUINOARICE,BROWN,LONG-GRAIN,RAWRICE,BROWN,LONG-GRAIN,CookedOATSRICE,BROWN,MEDIUM-GRAIN,RAWRICE,BROWN,MEDIUM-GRAIN,CookedRICE,WHITE,LONG-GRAIN,Regular,RAW,EnrichedRICE,WHITE,LONG-GRAIN,Regular,CookedRICE,WHITE,LONG-GRAIN,Parboiled,Enriched,DRYRICE,WHITE,LONG-GRAIN,Parboiled,Enriched,CookedRICE,WHITE,LONG-GRAIN,Precooked OR Instant,Enriched,DRYRICE,WHITE,LONG-GRAIN,Precooked OR Instant,Enriched,PreparedRICE,WHITE,MEDIUM-GRAIN,RAW,EnrichedRICE,WHITE,MEDIUM-GRAIN,CookedRICE,WHITE,SHORT-GRAIN,RAWRICE,WHITE,SHORT-GRAIN,CookedRICE,WHITE,GLUTINOUS,RAWRICE,WHITE,GLUTINOUS,CookedRICE,WHITE,WITH PASTA,DRYRICE,WHITE,with PASTA,CookedRICE BRAN,CRUDERICE FLOUR,WHITERYERYE FLOUR,DARKRYE FLOUR,MEDIUMRYE FLOUR,LIGHTSEMOLINA,ENRICHEDSORGHUMTAPIOCA,PEARL,DRYTRITICALETRITICALE Flour,WHOLE-GRAINWHEAT,HARD Reduced SPRINGWHEAT,HARD Reduced WINTERWHEAT,SOFT Reduced WINTERBEEF,GROUND,80% Lean only MEAT / 20% FAT,LOAF,Cooked,BakedBEEF,GROUND,75% Lean only MEAT / 25% FAT,RAWBEEF,GROUND,75% Lean only MEAT / 25% FAT,PATTY,Cooked,BroiledBEEF,GROUND,75% Lean only MEAT / 25% FAT,PATTY,Cooked,PAN-BROILEDBEEF,GROUND,75% Lean only MEAT / 25% FAT,CRUMBLES,Cooked,PAN-BROWNEDBEEF,GROUND,75% Lean only MEAT / 25% FAT,LOAF,Cooked,BakedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/8" FAT,Select,RAWBEEF,TENDERLOIN,Lean only,1/8" FAT,Select,RAWBEEF,TOP SIRLOIN,Lean only,1/8" FAT,Select,RAWBEEF,Short LOIN,TOP LOIN,Lean only,1/8" FAT,Select,RAWBEEF,RIB,Small END (RIBS 10-12),Lean only,1/8" FAT,Select,Cooked,BroiledBEEF,TENDERLOIN,Lean only,1/8" FAT,Select,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only,1/8" FAT,Select,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only,1/8" FAT,Select,Cooked,BroiledBEEF,Round,Bottom Round Lean only,1/8" FAT,Select,Cooked,RoastedBEEF,Round,EYE OF Round Roast,Lean only,1/8" FAT,Select,Cooked,RoastedBEEF,Round,TOP Round,Lean only,1/8" FAT,Select,Cooked,BroiledBEEF,Round,Bottom Round,Lean only,1/8" FAT,Select,Cooked,BraisedBEEF,Round,Bottom Round,Lean only,1/8" FAT,ALL Grades,RAWBEEF,BRISKET,FLAT HALF,Lean only,1/8" FAT,ALL Grades,Cooked,BraisedBEEF,BRISKET,FLAT HALF,Lean only,1/8" FAT,ALL Grades,RAWBEEF,Round,EYE OF Round Lean only,1/8" FAT,ALL Grades,RAWBEEF,Round,EYE OF Round,Lean only,1/8" FAT,ALL Grades,Cooked,RoastedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/8" FAT,ALL Grades,RAWBEEF,TENDERLOIN,Lean only,1/8" FAT,ALL Grades,Cooked,BroiledBEEF,TENDERLOIN,Lean only,1/8" FAT,ALL Grades,RAWCANDIES,SEMISWEET ChocolateCANDIES,SWEET CHOCOLATECANDIES,Sweet Chocolate Coated FONDANTCANDIES,HERSHEY'S GOLDEN ALMOND SOLITAIRESCANDIES,CONFECTIONER'S COATING,BUTTERSCOTCHCANDIES,CONFECTIONER'S COATING,Peanut BUTTERCANDIES,CONFECTIONER'S COATING,WHITEICE CREAMS,VANILLA,LightICE CREAMS,VANILLA,RICHICE CREAMS,FRENCH VANILLA,SOFT-SERVECANDIES,YORK PEPPERMINT PATTIECANDIES,TWIZZLERS NIBS CHERRY BITSCANDIES,SYMPHONY MILK Chocolate BARICE CREAMS,VANILLAICE CREAMS,VANILLA,Light,SOFT-SERVESHERBET,ORANGECANDIES,5TH AVENUE CANDY BARCANDIES,FONDANT,PREPARED-FROM-RECIPEWHEAT,HARD WHITEWHEAT,SOFT WHITEWHEAT,DURUMWHEAT BRAN,CRUDEWHEAT GERM,CRUDEWHEAT FLOUR,WHOLE-GRAINWHEAT Flour,WHITE,ALL-PURPOSE,Enriched,BLEACHEDWHEAT Flour,WHITE,ALL-PURPOSE,SELF-RISING,EnrichedWHEAT Flour,WHITE,BREAD,EnrichedWHEAT Flour,WHITE,CAKE,EnrichedWHEAT Flour,WHITE,TORTILLA MIX,EnrichedWHEAT,SPROUTEDWILD RICE,RAWWILD RICE,COOKEDRICE FLOUR,BROWNPASTA,CORN,DRYPASTA,CORN,COOKEDPASTA,FRESH-REFRIGERATED,Plain,AS PURCHASEDPASTA,FRESH-REFRIGERATED,Plain,CookedPASTA,FRESH-REFRIGERATED,SPINACH,AS PURCHASEDPASTA,FRESH-REFRIGERATED,SPINACH,CookedPASTA,HOMEMADE,MADE with EGG,CookedPASTA,HOMEMADE,MADE without EGG,CookedMACARONI,DRY,EnrichedMACARONI,COOKED,ENRICHEDMACARONI,PROTEIN-FORTIFIED,DRY,Enriched,(N X 5.70)MACARONI,PROTEIN-FORTIFIED,Cooked,Enriched,(N X 5.70)MACARONI,Vegetable, vegetables,DRY,EnrichedMACARONI,Vegetable, vegetables,Cooked,EnrichedMACARONI,WHOLE-WHEAT,DRYMACARONI,WHOLE-WHEAT,CookedNOODLES,EGG,DRY,ENRICHEDNOODLES,EGG,Cooked,EnrichedBEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,ALL Grades,Cooked,BraisedBEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,ALL Grades,RAWBEEF,Round,Bottom Round,Lean only,1/8" FAT,ALL Grades,CookedBEEF,Round,Bottom Round,Lean only,1/8" FAT,ALL Grades,Cooked,BraisedBEEF,Short LOIN,TOP LOIN Lean only,1/8" FAT,ALL Grades,Cooked,BroiledBEEF,Short LOIN,TOP LOIN,Lean only,1/8" FAT,ALL Grades,RAWBEEF,Round,TOP Round,Lean only,1/8" FAT,ALL Grades,Cooked,BroiledBEEF,Round,TOP Round,Lean only,1/8" FAT,ALL Grades,RAWBEEF,TOP SIRLOIN,Lean only,1/8" FAT,ALL Grades,Cooked,BroiledBEEF,TOP SIRLOIN,Lean only,1/8" FAT,ALL Grades,RAWBEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,Choice,RAWBEEF,BRISKET,FLAT HALF,Lean only,1/8" FAT,Choice,RAWBEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,Choice,Cooked,BraisedBEEF,BRISKET,FLAT HALF,Lean only,1/8" FAT,Choice,Cooked,BraisedBEEF,Round,EYE OF Round,Lean only,1/8" FAT,Choice,RAWBEEF,Round,TOP Round Lean only,1/8" FAT,Choice,RAWBEEF,Round,Bottom Round,Lean only,1/8" FAT,Choice,RAWBEEF,Round,Bottom Round,Lean only,1/8" FAT,Choice,Cooked,RoastedBEEF,Round,EYE OF Round Lean only,1/8" FAT,Choice,Cooked,RoastedBEEF,Round,TOP Round,Lean only,1/8" FAT,Choice,Cooked,BroiledBEEF,Round,Bottom Round,Lean only,1/8" FAT,Choice,Cooked,BraisedBEEF,RIB,Small END (RIBS 10-12),Lean only,1/8" FAT,Choice,RAWBEEF,TENDERLOIN,Lean only,1/8" FAT,Choice,RAWBEEF,TOP SIRLOIN,Lean only,1/8" FAT,Choice,RAWBEEF,RIB,Small END RIBS (RIBS 10-12),Lean only,1/8"FAT,Choice,Cooked,BroiledBEEF,Short LOIN,TOP LOIN Lean only,1/8" FAT,Choice,RAWBEEF,TENDERLOIN,Lean only,1/8" FAT,Choice,Cooked,BroiledCANDIES,FUDGE,Chocolate,PREPARED-FROM-RECIPECANDIES,FUDGE,Chocolate,with NUTS,PREPARED-FROM-RECIPECANDIES,FUDGE,VANILLA,PREPARED-FROM-RECIPECANDIES,FUDGE,VANILLA with NUTSCANDIES,NESTLE,GOOBERS Chocolate COVERED PeanutsCANDIES,GUMDROPS,STARCH JELLY PIECESCANDIES,HARDCANDIES,JELLYBEANSCANDIES,KIT KAT WAFER BARCANDIES,KRACKEL Chocolate BARCANDIES,NESTLE,BABY RUTH BARCANDIES,TWIZZLERS STRAWBERRY TWISTS CANDYSYRUPS,TABLE BLENDS,PANCAKE,with BUTTERICE CREAMS,Chocolate,LightCANDIES,M and M MARS,MARS ALMOND BARNOODLES,EGG,SPINACH,DRY,EnrichedNOODLES,EGG,SPINACH,Cooked,EnrichedNOODLES,CHINESE,CHOW MEINNOODLES,JAPANESE,SOBA,DRYNOODLES,JAPANESE,SOBA,CookedNOODLES,JAPANESE,SOMEN,DRYNOODLES,JAPANESE,SOMEN,CookedSPAGHETTI,DRY,ENRICHEDSPAGHETTI,Cooked,Enriched,without SALTSPAGHETTI,PROTEIN-FORTIFIED,DRY,Enriched (N X 5.70)SPAGHETTI,PROTEIN-FORTIFIED,Cooked,Enriched (N X 5.70)SPAGHETTI,WHOLE-WHEAT,DRYSPAGHETTI,WHOLE-WHEAT,CookedSPAGHETTI,SPINACH,DRYSPAGHETTI,SPINACH,COOKEDWHEAT FLOURS,BREAD,UnenrichedBARLEY FLOUR OR MEALBARLEY MALT FlourOAT Flour,Partially DEBRANNEDRICE NOODLES,DRYRICE NOODLES,COOKEDMACARONI,PROTEIN-FORTIFIED,DRY,Enriched,(N X 6.25)MACARONI,PROTEIN-FORTIFIED,Cooked,Enriched,(N X 6.25)NOODLES,EGG,Cooked,Enriched,with SALTCORN,WHITECORN Flour,WHOLE-GRAIN,WHITECORN Flour,MASA,Enriched,YellowCORNMEAL,WHOLE-GRAIN,WHITESPAGHETTI,Cooked,Enriched,with SALTCORNMEAL,DEGERMED,Enriched,WHITECORNMEAL,SELF-RISING,BOLTED,Plain,Enriched,WHITECORNMEAL,SELF-RISING,BOLTED,with WHEAT Flour,Enriched,WHITECORNMEAL,SELF-RISING,DEGERMED,Enriched,WHITEHOMINY,CANNED,YELLOW?>09;:7GFBA3<>=1A@<;-6872BA>#$!5#37.-LD@IBGG)!!!5?6$%#!-53-8+-+=;><+++.7:3CB>=/8:92BA=<.7988C#.*)QBEJ^H=JALPG>A7PIFCAGG6846"111313599;3:)=@,6G00-3,:!8B.3<=J20.0.-1/75@9;,*6;6,**5)48G",(()3(26A!,'$/ +;8').'B.30'/@36500<+&)1<666A92;$)E>IAE&G26J)'204B22/33-5/916. +"!$ ,'><)=;':(&#+7%0!,!+:E%0!,!,;+)MBF=MDGDEHTABOLAFHO2@FCF?NBDSWJ\527(..2<63/@  +"8!!  *D(( "953+@EB#"#)>,.4506/=/:.9-8)4/:+6,7(3-8)48C#.**.9-88'-+()0)?=A1DG>D=&6)01'1&3# =#:E&G0<1><.9:L;BG=HLHHHC@CMH*5)4(3*5'2(38C#.**.9-8*5)4(3*5'<553(8(7'79<,1C('-=?&2"D,!8ID-D?5IJMGIEJM49AC,5LB3J@6>GHC>AFNEHGL2(3$3#*&65>B%@C23(+,7(3-@OPMNI@>aQI2@9P<21B:;6A<.9>6,4D&+(  *!,'+42BIEDJG11=7 ,21+,640>,/@=G,$2 "4 #8%+4..*. 44122+')=7_b+.U=LFD#31AG-4TUS+3A1)'1*+&.&0*9-"/>CB'3<>=#2BA=<.7984DCLMMONDEEGF9DD1<>AG54A9TWLO557279<13GN#"N3-!@?04(( * ( 9/17+!)H)?4.+&@C;>;>:== + +/+2':)8718-*#?/0.;:((*'/,3)'3#>!<#@+:EJ7.I-AY)8@Q%R3-1)@=<6>-%,,9P>M;I=L/844H"+)    Q/L'*'.! 05228I3K>'F5K"A1604 )/D+*$/6>4%,'64)3:+-)2;387F0@I=<+,<;=LUNVMX6F+"06!7G & +-4339:42 , $C!@ ?"A0 (/ ,1(G09D496C:8+/.6<326DQ=0(0/)2*(O2C9E5+"F*V5-C9,H>>M1-* ' )+7117+(&%-/55;"69I0.0- ''2!9"A7 (/ */(*?EIP6FM<+3/7-5A;B..-4,%44I-?<+5.>3<3O-G4H\?.0532*(1. ?%!!9796C ,6%=.2..5>(+!''(/.5A8D;-1.41E@41,1BBC66-855C@BJ@/3+;44071/9-3 !  8 $%;# *$$*#!!8:.&8#;*":G7..?=;%$&'&(,7HE2JG00HE)8;%--MK#50<G*BE/:C>2.026/L@,-.3:E99,56:>Q4&5;$#3EU  --KS)FO1<)45"!21965$?-:#8O:P7M2 !!)  22BJKJ105HDE1317-1,BI943E5)=72:::+G2@-86A.9,777$///FGGH>??@JMMNDEE&C&C.,:8#!!9(GDTAS$ 32 + ,!6 &#0%/&?6?G34:IA745-33?--3+47+?;A%FKLLMCDDEHIIJ@AAB)4BMML8CCD0 5-++%,2#.1 ,/*B-LK;5''8 00,#( !! %%!;02I9/>1-079HECIB;(35@@-88JKKKBCCC+6N>IEQDP=>I=S9*I8P,.62*:08D>8L-E"11% " &.:8(69=@#/(114, FFGDJIPE@KA>I>IOAL?J@A?J5,#)(G@FE?>87 0) / ( "-0$40**('4I,@(3&!7@A)&!2LD&6;KBK9:C>;5G>!70/('2191:9I=IGFIMNE=<;:MNQ*549B++.Nr2D!3'IRBB,F[.! BMMM:EEEOQQPSHKBEAL9DP[HS"92//%:A,3 :KK@KK?JJGRRCNNCNNBMMIOOEPPEPPD )" &* "*)5$& !-WbOZ47,/&)+6@D6#.8<. ++##**"";< =>6,0,!,@,AMOO9D9DALL=HH=KHAL=H=H>I:E:E>I! "$,! %$  #/FF3>>(33 ++*55"--#..&&5@" (3U08;C$">"#"?(C#I:EEG:EE9DGRBMBMAI>I=H9GD5@@%&//8@ '3& ')#%! !!4?>$!"8CE8CE8C>-;7)9+$(&!(1/0&$#! *4(15@@4??:E6AC6AAJLAJLAJ ##(((( &&, 1&8C:E:E8CE8CE8C8CI;F;F9D9D9D9D9DLOPPDOOLHII:E:HIAJL@2O1OTFPJO@KD@@@I@IFF51EIFJNM *(#. " 8!"%'%$$% (cDOCN_j0+21:E2=VYNQCN;FEP=HN;F9D79D9E8C>,##&!!HDDA<<2F8I0?(<2DAV6$O*.[2?X#=I-.4)@,)@,5&=)(?+1H&=),C3*>J?9<1(,-2)6CB;E=IAJBKJJC??IEEA==PLLHDDRNNJFAB*&;"82@92bF2+ )34 #:54 )@, 83;!8;F)- 70"9MU 0%.:@;A2(6=!A -FJJFFFFBB>>>EJFFB>>GCC@;>:66KGJC??C??;77N5,>3/%7(CYBF?$7+%"7*!=HH ! 75 $,@*;=(0'/&!*%SWROUXDOMOMPSINRMJOS?JHIHKI"41-8R"<:!!13%$$=?11==2:?;;L@<<@6=9(BE:==H5@;F3>?JJBT$>&,( (B//!RY!01721=/544-6C,/010++)**'(@.*6:26%>"!)1:8!%2!*<'!&.2?I7BBMMEEDOOGG<:+)J+=15.A#75,/;)?=2LODG>A=H5@LWDOBM:ED*0@6G4/<).B.0#)246@GJCFCFBEI>I@K&8O6/84@!'70,'!89,*$-=/2'*&)))'#7:24&$-+.:B75B@636MF7)*!1#"DA#32-8&$0&&)'!!%#( "%#)*6$*8.0<"&# $5/.# )$-<@:2"!"#&%< 98"8I,3#(!"+<%&?SLVKZ&$)0'/8/70!,;C!*1 3=*+)/() 3!9?"+1)A%,"+%*=$"!LBD.4" #5/>"5L_":: DHb3b;jBX`d`+)/#+60E_0E?i]C#(4%7Y5*/=6 645:@16KXe#=#=:>053!;6&-..')5?B?><C"!<;=%( 9863K,$+/:((389*&)( "!'@ /633! E,!;-080.*>"3 1$(#- 1:1K1-CG N"*7'&,'7 &*86<&%&:#.GB,!+&47'')4%#9$!1?$BJ&AH/=%#!'%->,A,**!5=)'5)DC@A5BPOR?51$0(.K*+@ADb][k+*2[UbSUS?:<;)*B(&  %HB+'0K1(8=."L=#BPOR18 37JK"B  : :'A'A @(FK(9'*, "!'*:/&<7?A?3%)*+#?& A/?%0*A@-4(B9/1*6?LNEPRIJABKMKM?%)*#7@1/@LL.!!)"!?><# $'),@35794<0,6*4     &"2=. B,=AD:->BE;->BE;->BE% 69 "=+( '$%&  +%-08=% ;->BE;>./7I9:BAG>A:D9:EB=2'+,-%%#$$% 03! (,&.($'36,/F;=EF;B7>375B@636AA>A>./M79-8+!1% *(%!$(4736'  %!1<-yBkBB pBB=BB{SBbBffzBq=B˜BxBzB(BыBQPB]BsBBBBprBffBHBoB;B=BvB33BB WBǿBLBB0BBBffB#BBB̗BBףBffBџBB̤BBBBBxBBqBz5BHBffoBfB"B33OBBBRPBGgBq=aBHyB]BH?B/B ׌BzLBRJBBaBffKBffBB33B33B̢BB33B33B33BB33B33B̰BBBffBB33BffBBffB33B WB jBB)\BNB\XBmBp|BBq=mBz{B.BkB 8BzBB(\BRxBfBQoB{BBBffyBBffxBHBцBuBףBBBBBBB= BLB WBB̯BBHBB{BuBBBHB)ܛB WB̬Bq=Bq=BBB WBѸBB\B\BB·B#B(B@ff?@@@@ @ @e@Q@ 3@9@@= ? @ףp@@@@@ @@@@l@333@@@@@@G!@ffB̭BBB33BGBB33BBBB33BffBBBB̮B33BB33BBB33BBBBB3BBBzBzB)\wBGTB{BffaBBBzB(gBHB)\\Bף~BmB|BjBq=B{BBB)\OB=BpB\B#BffB\BzBqB= @qBBQ@@@@x@g@@@@@@@@@@@@@@@@@@@ffB33BB(BB=BQB@`@L@ @?@q= @@ @333@ @?@@@A{A5@…@q=z@@@@@@@ @BḆB33BB̭BḄB̯B@?ff@@B33Bff@ff@ffBB@ff@BBffBffB̫B̬@= BBףFBOBBdB\B̉BHB=B=B̐B̒BLB\B WBffbBBףBR8BxB̌BvBQBB33FBB)\BB)\BBq=BB\BB=Bq=B\BfBq=BBBףBGBHaBqB{BzBB̸BB(BBBRBB=B9@ff@`@ף@@ף? @zt@z@q= @33@Y@)\@ #@q=J@ A3B= A פB33@B@ffBff@@̠B@ff@̼@33@@@@BףBBBBBBffB33B̦BffBffB̟B(yBcB‘BHaBBQ{BBBpBףB=BB)\|B\BgBBH|BHaBtBBmB̑BfBzBB זB#BpoB ]BB{BBLBBBkB(B WBR8BBǹBBR8BB̻BuBzB\BףB)ܹBfBB)BHBBR8B}A}Au>ף)Bp$BAB33OBBBBBBGB=BBBWBq=&BH\BB= WA %BBAB= $B= HBABB33BBBBBBffB33BB̲BBBBBB33BB̪BBffBBffBB33BףBR8BBpBDŽBB{}BqBB‘BBBq=B̈BR8Bq=Bq=B{BHaB33yBףB33BzB)\uBB(tB=B)܀B33;BBBB\xB ׋BpnBB\B WBQB{BB{BffB= BLB)\BQB33BBB WBRB@Q@k@@Ag@@WB 9B{'B xBRAGA5B#BffBєBGABzBp+BףBQBq=)Bz,B ,B.B>B#BB~BBBBB33B̔BffB̔BBBB @3BB33S@3B33S@33S@Y@33B®B@@3BffB33S@@@RB@B3BB@@ @#BzB\BzBR8BףcBBzB{BrB)\BjBGBRxBBwB”BBMB(&BffB|BBQqBBBffBG|B{BQiB)\B33}BB{@G@̔@p@ff@̼@ s@@@̳Bff@̼@ff@ffB= G@33@a@Ga@@(@q@@@@@33BffBffBB33BB̍B33B33BB̢B fBQuBGBfBqB{B WBuB=B=Bp @(?LBzqB HBLB)\B)\BףBHaBBRBkB ׳BBzBB´BB3Bff@@@@#BR8B{BB @ffBףB{BQB@{BQB@B@@3B @BB33BB@B@33BffBRtBףBq=qBLB(B#BffB#BFBэB33B̌BBEBףzB{B{B.BBmB)\BRjBB̏B́B(wB\WB}BBsB33BeB̂BBBffB33B̰BB33BBB=BLBBBB)܌BBkBpBB̤BB̨BB̴BQ@̔@@33@33BRBBBffB{@q=J@p}@̜@{>@GA{B̞BB(BB#B\BBǦBffBffBfB ׺Bף`@q=B(L@̯B#B @B̖B @@@ѬB]B33}BBffB BB= :BBYB)\BBrBtAtAzB33Bff B33#BBBqBBq=B)܄B̖B{BHwBuBBqB#BqB#Bq=B)ܗB̻BB̴BBBBB@B{BBB̦B̡B̖BBB̰AuBBBB33BB#Bq=QB`BMBBBq=BB{BLBffF@)\?iAףA<@B33{A33{AA33{A33{A33{A33{A33{A33{A33{A33{A33{A33{A33{A33{A33{A|ABffhBffhBffhBffhBffhBaB33BRB33uBBff~BBfBQB\B.B(B…Bq=BB)\BBq=BB3B̟B33@ף@Q@33BBףB bB uBHsB33=BQsB= YBzOBffrBBMBffJB33MBRB33BףeBA33BffhB= PB)܌B3BB33BB= w@AAףBq=)B,B>BBkB{Bq=J@p}@{A{6BsB33KBp=BpvBRBq=Bף(BBff|BBq=B33BffhBA33{AAffB=B33Bq=BYBaB)\BAA{B33{AfBpBBB WBffBBBB רBBLBףBBq=BB= BBBpB\BBHB _BfB{B{sBBB=BffeBffzB33qBlBBBQLBWB33]B=BffVBffPBRBLBNBEB33QBhBuBGB(BWB̆B(A3BB@B33B33B)ܮB A\B#BNBNBhB337B33MBffBffBBBBBBHB)\AףA@{@AzAG@ff@G@QA33BL>L>L>L>Q|A`Bff(B= BRB{BB̰B\B@33B@BB=BBpBfB̩B3B33B3BB³B{BfB WB(qBTBffB[BpBH`BGB332B)\nB WBpBqB̏BRBBqB33BHWBeBףWBR4B#B ׏BBLB́B\BAR@A@G@5A,B)\AABBRBA̐ABBBAlB)\AGAףFBHaBBBGBfBBRBzBq=BǪB\B3B̭BǣB(BBBqBqBB(BѩBBHaB=B@@GQ@33S@= @̌@33@G@ @p@x@@=BVBXBBBBZBJBffFB̌BBrBBfB33BffBBffBBPBffjBkBfB33_BFBBffrB{BffBBlB^B33aB[B^BTBRB33UBBffUBBfBGBL>BR8BQRBB(BB3B(B=BLBB4A33B̟B̡B̜B̞BBB33B£BBB̝BBBḆB33BBף_BAL=L= #= ף= #=)\= #= ף=|A|AffA33sBBѯBAB(EB33@\b@?{@@ C@\r@@@Hz@Rn@z@9@ff@H@ff@`@p@@@@??HaB?B)\/@B@Bffv@BU@@HTBTBBBSBBffB\B̑BffBBB̅BlBBBBBBBBB33BJB̏B̎B33Bq=lB33BffB̊BffBBBffRBpB)\?BbBBףjBBBffBBBffḄB WB33B̭B{BHBBBBB33B33BGBB33BB̭BffBffBOBppB{BB\EBףQBmBRBBfB(BBHXBpBQA(!B{UBqB\?BpBB)܇BB3BBB33BHBףZB@33Bp@@{@{BQB\gB\B{B ׃@\B33UBBףnB33BB?̠B̡B VB\B@@BuBףBB³BQBǕB^B ׁBNBpB= VBVBvBB33B\BQbBp`BBz|Bq=]B̬AbB\BǃBBff BBrBBhB bBuBkBBBffBpBGBףBBBBBBB33BffB33BBBffBBB33BBBB= rBBB ׂBGCBGKBjB{BRB\pBB= BB^Bq=|BBGAffhB= 2B /B{VBRsBBz?BkBBB\NB)\bBLBhBzUB)\aBQeBByBcBpsBprB}BWBzKBBmBhB)܏Bff~BppBqBB́BRuBuB’Bq=tBSB)\tBHB#BB.B)ܦB\B.B33BqB33B WB33B WBffBHaB)ܹB̴BBBHaB= BzBB(BuB33BB ׬BR8B33BB{B@???p?ff&@333@?@p=@{??@I@)\?ף?@@?@@= eB hBqBRMBffoB)\HBwBQBQgBJBB WBBBBRB\B@@RB{ABBB3BQB)ܯBdB̯B3B(B3BRB)ܺBq=BBBBQBB@33yBB ׏BBRbBuB33qBBQdB אBBB̏BHB\B WB3BfBB{zBQHAAAApB>GBHaBBB(BHBBR8B3BeB33BBB#B#BQB£BB·B@B33BpBffB װBBffB@@33BDZB@qB@GBffBBkBǚBB(BBq=BmB=BzkB)܍B oB.B{hBAףAR\BG3B{B{fBVBף-B̋B`BLBBRrB33=BlB 7BffyB= CB\UBB]Bff~BABfBBqBuBBBѕB@@LB̵BBkBkB\B.B̚BB̫BLB¶B.BBpBBBףBBףB33BBHaB\BfBB ׿BףBffBBzB WB WBBBB3B̴BǺBBLB= B33_BǺBqBףBBHBHBBBH A WB•@BzB33B= =BǕB{B#BB@HB\B\BB̶BB(BBBBBffBffZB33B33aBB[BQ}BpB{eBB(ZB@B=BRB:Bz7B{`BFBGEB33JBQ1B\*BBBiB33lBBeBzgBэBoB)\qB WBǞBBB)ܳBq=BQBuBffBBBfBBR8BQB\BHBBBArBTBBfBABq=ABR8BkBB= hBHaB=BpB)\BBB³B ׶B(BBBB= BBBBffBBBBpBBpBBѶBBףB33BHaBfB ׿BB WB WB3BBǺB= B= hBǺB=BpBpBpB)\B)\B)\BB³B ׶B ׶B ׶BBq=BBB{BffYB33TBhBz_BffB33uBq=WB?Bff;BGOB8BR5B]B HB(CBףEBp*Bף.B̉BjBiB33BfBfB̋BsBmBBUBףYBBǎBffABBHBffBqB̠B)ܘBBLBzBBGBqB33BǵBBBBB(BB3B WB.B33B®ḆB#BzB.BGBBffB BLB33BǴBBBBףBBǼBzBBB{B WBBfB{BףB·BffBHaBHaBHaBHaBpBpBףBzBGBffB= B= B33B33BBBzBB WBBfBףBBBBR8B(ABff.A33Bff&A33Bff&ĄB33+A33BAB(A̯B@B$A33B@ffB ABAףBxBBBB{BB\Bq=BYB̭B̪BBQBBuBBBRBA#B3BB̮BuBBǸB33BB{BRnBѷBBBBBB)ܾBR8BBQBLB3B)ܺB= BBBLB̶BBBBRB\BBkBB#BBLB)ܺBBRBB#BBuB(B\BffBB33BBBBB WBףB{BLB װB̭BLBffBBffB@B@B @BBABffA33BAffB%@Q(@ @@̪BffA= BBffAR8BB̌AuBffBkBHBLB3BףBBBpAuB)\B.BBBB\BBBBGBBBB̰B יBuB(B וB\B{BffBBBffBBLB33BBB3BB\BB̲BBuBuB33BBѸBḆBB עB(BBBBBB#Bq=BRBzBzBpBѱB33BqB ׫BffB= BqBLBB)\B= B33B(l@33@33@@@B@@@@ A A A3B3BB3B3B3BffgB33BBGB WBBḆBBhB33BB= B)ܑBq=BkBqBBBBffBpB\BHaBffB@(xBffA WB{BQjBǝB{BףB3B{BQBLBqB̭BB.Bq=2ApBLBBffBq=BBŸABBḆBBBBffBBBR8BBkBqBqBqBffBB̹BǕB זBq==BBBB{BB~BBdBSBBHBHaBBffBB= B{B±BB3BB33B33B̨B(A̯BB$A33BffBBffB̪B33BB33B`@Q8@@ff@)\?@33BŽBuBGBkBBBBB3B\BAHBtBBףB{ÀBBףBBuBBkB33B\BffTBBGB#B33B עBGBHBGBB(B(BffBBABBBkBBffBBBB WB#BףBq=B{BRB33BkBpBHBffBffBzBBzBzB= B̥BffBBB33B33BBqB33B)ܹBkB\BBBffB33BLBBBBBH@1Az@HZ@HZ@@0@)\?0@ @@Q@)@`@)\@z@)ܥBApA\:AffAffABBB#BBB\BBuB3B= BBBBBB WB@B)\AuB(BzB33BBoAHvA\A{BBBB{@33BBzBpBzBBBBzBHLBAkB\BzBDZBѱBB33BRBqB ׫BffBB)ܟB= B{yBqBBLB̻BB¯B33B33BffB̴BHaBuBBR8BBB#BBB#B#BBB יBuBuB(BBBqBL@R@h@\@ #@QA(BHB@@A@@@@@@@+@ף @)\@ff?H? #@ #@R@= @R8BB{B(BBBRyBQBfB3BBB)\BuB33A\BfB{eB33BB̠BBBR8B\B3BBB)ܯB3B(BLBRBB̬BB)\BBǻBqBBBffBLBƒBBGB33B̹BB(B(BBfB)ܖB WB{B(B וBuBuB{BffBffBBBffBffBfBBfBffB33BffBGB33BBB@BBGBB= @(@̼@`@33 A33 A@@@@@ @ @ @ff@{@ @ @'A ;A'Aq=BA@@@@ff@l@9@@@ff??A9@qBBB̰BGBB\BdB̯B\B\ABAA̟B̎BzBQB33B= BQGBBB{@B\'BG&BHyB(\B̑BףrBuB זBq==BBBBB~B=BzBHBBB\BQ@zBQh@B@B WBB(BffB33BLBGxB(B WBB(BRB= BGBuBBBhAQWBkBztBkB3BffB@q=BB{B`@L@@33 A@@@@? @`@@@33@333@@%@ @H@ף@@)\@ @@ @ @ @ @ @ @ @ @`@;A @@ #@q= @|@33cBBsBzsB{WBBRqB ׅB{iBzgB= fBuBuBHrB{tBlBQOBQOB LBB{tBpoBhBffBeB)\fB= oBBףuBtB= @B= @ WB3Bff`BB ~BB wByBSBBB(BdBףBSBGB BBף@BLBffB¹BB33BHaBBB ׻B= BBB{BB(B33BףB33BBB= AHaBBBpmẢBkB\BBBlA³BR8BB)\BѱB{aB33mB4B@̜@@@?\bAp@GA\@@@ @33@@@@@@@@@@ffF@@@@@@@ff@ @ @ @ @?5@ @Q@ @A9@{BLBcBzUB_BBףsBcB{kBHBjBaBpaB\Bף|B(rB(rBHB3B{BzBffyBlBףB\Bף~B xB= B=Bq=B{BpAQB±BBB= BףBB(B\B(BBB33BBfBffB̶BkBpB\BfBHBffBffB{BQB33@ ׳@@{@33S@@@33@@@???p?= @33A@@@= @ff&@333@GaA33@R^@U@?R^@ff@p=@/BffA@@@@G@(@@33@@R@@33@ף@= @ף@@BB33[BBB\rBq=xB>B(PBBB= YB{qBBffABeBHeBHaB(PBGpBsBcB!Bq=qBRB—BR8BqBuBLBBkB(BAzB)\BBGBzBffBzBR8B\B̥BffBѬBBBBB33B33B33BB33BqB WBBR8B33BB)ܹBBkBGvB BBBPB33AALB;B@@yA(A?WBffBq=B‘BB@G@G!@\BffFAfB)@{?{??@I@ @Ga@)\?ף?BB=B\B= BR8BBHaB{BBffBH@BףB= BBzcB)\B33qB)ܜBffBBq=mB̃BcB BEAף=BpA)܅BvBq=B WB{B= BfB{BRsBR_B }BYB\B\BBB\B“BǕBffBGB33BQBLBףBBBBBBBB{B\BuB̻BB¯B C@G1@@̼@{~@R?@q=@FB̔@@33C@!B?fff?@@@)\A ׎B?HA33@?@@ffF@@@ףuB\BGBB? A33@uBHaB@AB(@8AR@@q=@33?9@@@@@@@@@@L@@@@@L@9@@@ѶBBffMBzB nBiBB\B0AzAAZBpBlBR`Bff{B338B:Bq=cBnBGBSB^BzfB ׅBBq=B= B)\[BR8B33ZB\mB5BffB33B33qBfB%B\BBY@33?3B33QBBffBffB>ffBBffxBffBffB̌?33BqB33IBQBpBRBBwBR4B_Bff_BRB\FB yBG{BzB`B~B33oBLB\BoBzAA= B= cBBB}B(BzgBqBB)\dBIBBpsBGUBRHBR8BBff@ffF@Q@33@@@@33@̜@@ff@@33s@@@@`@y@;@ffF@L@Y@,@33@"BQ=Bz;BeBףIBGB= NBz3B-B= ZBBB>BTB 7B7BffaBIBEBIB-B1B33tBVBHCBppBRSBRB)ܝBBpB חBR8BA\B\B= oB3BBBBq=mBG9BBQB3BpBRB ןBBB כBHaB=BBppB\*BǑBp?BBQdBїBףpB(A33AB]Bq=MB)\iB33BףBR`B\TBRrBBŒB{PBrBǕB cB.BLBQUBףoB)\BQ`BGB\BVBAff6BA@fff@ffA33AA33AffAfffA̜AffAffA33AB33AffBQBff(Bp=BG'BHBbBq=BiB…BH[BffvBףB{YB)\tBHB^BffxBBHwB#BpuBBQzB33Bq=vB)܂BsBRBq=yB{BRZBQBH\BnB= BBB\B33~B{UB WB3BLB WBB3BzBB= BffBHaBRBBBB םBBB)\BBBq=BH{BBђBuB̗B= B\pBaBB(BkBQBB]B)\BGBhBBLBcB{BkBlB̅B3BYBףzBHB33jBzBǘB(mBBB(B̃BffB33VBBgBǍBvBffB B BffB33B33)BB6B$BffRBZBA@@@B33BAffABffBA̼A)\nBBQWB iBpQB{B^BHrBuB= nB pBpRByBףXBR}BaBף{B[BB gBiB)\MB{vB(`BzABvB^B?BBBGB–B=BQBǂB3BBzB)\wBpBpnBLBqB=BGB.BHaB(B)\pBB{B=B{BqB3BfBBHBzBkBBBq=B#B{B{BzBBBfBRyB#BuB”B\BBkBBBBBB3BQ^B33iBףBprBGkBBzuB33YBBGxBffBuB rB\BǙBBkBffBB B@33A4B ATBASBSBTBA,A A33SBPB33=BKB?BRBLB8B337B.BFB,BFBQuBbBpCB{nB)\OBAB.BpiBqBq=cBq=FBףBoBBǀBfBBkBqB.BmBB̝BzB ׎BqBB.B)\lBQoBB(B= BHaBBף|BfB=BB=BkB̟B= B#BBffB= B)ܚBQBB)\B(BzBqBB\BRBHaBRxBuBfB#B WBqBbB`BǍBpoBzoBffBBB.BRjB=BnB33B^BLB„BLBBQBBB33BpgB\B(BHmB)\\B|B\AB 9BGHB= RBq=;BQ%BoBףiB vB3BH^BQLB(ABHBŠBHBBq=aB ׃Bq=hBBrBLByBiB ׁBRpBuBQlBGBףsBmBuB(qB\sB WBBmBףlB{fBzB(BGwBqB}BuBffwB.B.B{BBpSB\BBѕB#BBffpBףB33vB\~B\~BffBB(BtBBQBpBףBGBB#BiBףBB{BBBB=B\BpBQoBkB= B= BG_BB33cB„BkBuBRuBGuBff[B33nBq=UBQYBRVBDB)\FBp}B 5BbBcB33}B3B{_BGdB\}B6B= dBcB\B33[B= B= cBBffBG^BffBBB33B̐B33B ׏BfftBMBq=BfflB^BGBffqB\Bq=TB\B hB= tB{CB.BQpB}BffKBkBuBH>Bff=B@B3BvB(BףBpB ~BuBBq=B{wBfBlB WBNB ׹B=B{BB33B{BRB\zBђBBB)\BpBHBwB}B“B)\B{BvBzBBB\B33BjBff{BznB33BHB)\B ׈BяBHlB WBBpBp}ByBq={BfB.B= lBoBPBpbBHQBxB.B̔BB̖BB WB_B{[BpeBHnB יBvBfB{B)܁B jBpBBףAABHqBBB)܅BBnBB{BGB(jB(LB=BcBRaB33fB ׋BjB`BsBG`BRHBdžBzdBABף_BHjB[B{BBRBR8B WBǛB…BBq=kB= xBžB̘BzB̾BRB[BBB?LB̙BffBHBffA33BffxB33B33BBB33BḆB33B̳B@uBBB33BBztBrBq=B33B WB–B(B̉BBBBuB\BBBBffBfBB̊BqB#B= WA{BQ"B B WBBBBBGsB(BBzB`B)\BRxBRBoBBB(BBwBfB3BBxB WBfB= lBfB WBBzBq=]BǐB33tBGBLBfBcBxBbBq=ByBB\mBffBff^BffBB@BQSB\BzgBQB`BRlB4BAB(oBHfB33WB33B\Bq=VB)܉B33WBRWBHTB)\[BQmBQkB33pBǰBBBB @=?ffB,@BuBffB33QBHBBBBBB33B33B33BB̲BHaB33BBB9@ףBfff?kBBQ0AzB0AzBGBq=FALBBQ,A#B33+ABNjBABAAq=BfB AnB33BqBBB(BfBBGBB)܂B)܁BLBuB#BoBffB33B(NB fBkB33nB338B^BOBffIBUB= pBQkBtB?B;B\EB33[BXB^BR>Bff8BFBgB33cB33mB{fBQLB(SB)\zBjB{B̮BAB̮B?B?Y@?U@BBffF@ffF@`@BBffF@.BtBG5A{B{B)\;A|B1A{B5AQ|B33B/A{BףBe@z8A pBHaBB0AffB33?A{BBB.B{ABB= 3AGBR"A{BffBABB33ABA33A33ABAffBffA33A33BA33B°BB>LBff?CB)\@IBףA33zB?L?{,B{\BnB@ s@@,@{@\B@)\@=BBQBfBB@{JBGBBHABpAHaB33BAffBA33BffBB33A33 B33 BBABAQ@33@ff@B33@́BB333@FBףZBWB= BףLB^B#Bq=qBqBlB\BrBxB{BףPBgBHcBR8BGXBHkBBBuB|BzBB(vB{B33QB= B?33BGGBGBLBffF@B@̢B @qBz BpBף̡BffB@ffB`@>@tB{B|B{BQ|B{B pBffB{BBBGB{BLB(BuBQBBB?ff? ?@H @??B33zB?@ s@@ffAA@A33A`@@ffA33A̰A@l@Aff6B0By@YA333@IA33@HaB`@B@ffBBBBB¸BB33B>ff?^BB,@{@@@)\@)\@.BBB@{JBBBHaBrBHVB גB wBQAAB33cBRB(wBףBeBR8B\B WBףrBHB ׁB33qB@@33KA@@ff@{@@33?)AAA@̌@ff&@A!A@ff@0A@tA@@33@8AzdB{xB{SB)\uBPB|BVBoBzSBQtBQFBGlBQB oB33ABQyBIBwBffEB{Bq=NBtB>BRoBG9BQ{BEB\BHABz@BffWB)\>LBff?A:BBBLAB\B)\BlB(B33BBAB̫ḆB̪BXB#ByB33bBGNBRBBsB= {B33KBq=ABRAffB$ABp9A9AHB\"ABq=NAR8BףTA\BRJAR>A$AffBBp9AnBHBR>AAq=HB:BףZB+B= RB$B{}BwBq=BB(mB\uBBBB WB=BLBѐB(BBBBBBB{BB(BB33kB)\mBQNB33=B33AHj@33@9@?= B̗B.B??33?333A[BB?33?@?B\?33AffAH5B/B\LBz7B33B33AAffBBBcB=BHJBAHFB\pBffJABp@@bBnBsBCB6BffBAUBGVBH?BB\B̴BBffAff\BBfB33BB33BffB@ffdB̎BBzB33BBBBffBBffBBffAffBAffBB7B33BBBB9A33BffBBBBBLBffB̼ABffB̆BffBBffB̖BffB33B ?= ?Aff>G@?H@?333?@Q??33@@ @@ff@H@33@@(:BBBBqB33BfB= @BG?BRBףWBzYB\OBHB{_BpFBYB\BBRJBRBXBlB|BDžBzBR8B!B*B _BG?iB3B{BzBHB33xBB33BkBB9@ B33BBBBAffB WBff@QBHaBApAp@ff"A3BkB SBXB\A BkB(BBB33B\BB?B`B?)\@?\B@ff&@fff?@@,@? WB?ǨB= ?zBPA33?ff@pABB33Bף>B\Bz)BLB-Bq=:BBff.BRB33HB)\LBffXBq==B= 8B33aBff=BR4B33Bף3BףEBff$B= JBff(B^BVBzQB33KBLB WB33?B:B\BB.BBBBBB}BffB`BnBff@33A`BL@BffB@q=B̛B2BB8BffBBBL@33B@@BLB̔ḂB@ אBR?@BffBff&@BQBGLB33gBHkBq=YB= BB(B)\BB= B{B(BfBff BkBuBOB9B -B :B0B5BQB@AABB333@@@@lBA33OB333@@ff^B33 A̯B33BffB333@33@33B33B̋B33?l@?B0BABffB33 B BB8BA.B33AffA33AA@,ADA\7BA3B(BffA@@ff@L>?qAqAkBBB#BB= BQ??33???33cA\?(\?333?33? BG??̌?A33@̌?@JBpB|A8B33gBffABBB̥BB33 BBA33EBffBBffBHB337B33@B33@33@ff@ff@BBffA33AARBA@33@ff@AAff(BffBffBffB@ffBffBBQx@&BdB= BB339BHB(?33#A^BpB33kAiA@ff@A!A@̅B̬Bq=@B?̌?fff@ffF@ffB̗B @33;A33?@`@HBLA̰B33@pABff>AB)\kB4BhBBhBhB4BBBhBB̶B33B̭B33A̸A`@l@33@33@A33@33@33@`@ffF@,@ffAA33AAffF@A33Aff(Bff(Bff(BPBffBffBA33;A@ff0BffA33@BBaB̈AA(A@BAA33 AB̒BuB333@B33@B @̒Bl@33B333?̱BB@A@zB33B@33?A@̖BB33mBBff~BkBjBffTBpBXBffBxBffA̍BBBAffAffF@HAY@ף@AHAHAHA(A(AHAHAHAHAHAffFAHAHAHAHAHAHAHAHA(AHAHAHAHAAףBffA{A\AĄApBAAAyABffAB= kAu@= uBzRB~BףRB}BGZB\B^B(jBaB{kBff}BpBB=B)\BHzBBffBB33BffB33YBjBAffF@?33BBBzB?BnBtB33B>B-B?Bq=8BffA\ĂAffJB@@@\nAlAA@{nA33A@LA+AmAA]Ap5Az@A 3AXAff.ApAA4AHRA= #A 7A$Ā@33@33@p@eA AA= oA)\#Ap)AHBAaAA33BB33B@?ff@̬@@33@̘Aff@33?33?33?̼@@ @@@33@ff??33?ff??ђBףB ׁB{oB{pBB#B\B.BHBrB)\Bp{BBEAfflBBB33[BHaBffBvB́BB@B33+B@ffB33BB̯BaBuBBB?33B= 3A@ +A OA AHA33+Aq=&A33@@A@p@q=A= /A@@@ABA33s@ff@A33@HABffF@ff@ff@33AB@@ff@ff@ffAffBfff@ S@?Y@ffF@R? @Aff&@A@@33[A@@̼@@̜@hA?@@333??ff@ff@333@33@ff@@y@B BA33@??33@333@33?33?33?33S@ףBqB33lBBxB gB{aB= SBBףlBUBB)\Bq=BB̜B @Y@BbB@@ffBBBL@ffBqB̢BffB33bBBffB33Bff?'BBff&ABffF@ BffBAfff@L@ff*B?BBff@B?@ ?@̌@UA33AG@@)A((AHA??@33?@?ff?@ff^A33S@33S@@̼@@̼@@33A33@???@@@@@{^A3B3BHBB= ~BǁB zB}BG}BplB{~BBRB̀BB)\qBףdBHaBJBHaB33BGvBBkB)\tBffjBeB= TB@@333@@@33BffnBhAGBAB33BAff@TBףZBRAAff&Ay@u?33ẠB,BDA33#Ay@ffF@@33@@@@ff@fff@L@̼@33#@@@`@33@333@@33S@333@ @ff?33?ff?33?@33S@G:B= 6B:B:B:BZB¤BѧBQbB|BkBpA5A= Ap!ABA\ABBff2AAB%AR@\.AzAA($Ap9ApIAG%AR"AAA#B\BB\B\B̅BQzBBBffuB |BQjBQuBpBhBprB_BkBwBQ`BplB(ZB33BffBB @?y@@̼@̼@ff???33AA33@?{@33ApAA?@?AG@@fff??z?R AюB@BA%A.BAEAB9AHB\"ABq=AHBq=NAR8BףTA\B)\'ABB(@zB(@q=>A33/A1AAz ARJA33A /A((A( A(LAQARBAfBףhB]BjBZBfB̑BR8BB)\ByBzBBLBR8BB({B\jB(BprBB)ܒB= BfBR{Bq=B333??ff@@? #@ff?= ~BdB33oBzApAףp?tB33B33B33@Q@AR&A= /Aq=A1AQ$AR>Ap)AUA(HAG!A?BQ@)ܓB?A ABABA(BkBRB$ABAnBq=AqBH@LBRAffB)\gBףB)܃B(fBG}BB wB= B{BёBB=B\aBGoBǑBHBBBuBtBaB\B WBBHxBBRvBzAz@)\+A@33??ff?@ף?•?̜@A)\hB@ A= BH:?(@B)\AчB$ABAnBH@LBpAGBUAAA)\AA\>AףBAnBffB%A\.AzA($ABp9ApIAG%AR"A\BEC8CB;C%CC!CCuCXCLCBCC,C)C;CC~ChC\CBPC?C9CCCCwC:C0A@APABA\CLBHBB B8BBPB@BB BBB@hB$BbCCSCCBCfCCCBBCCCUCCCCCCCDCCC@BBpBdBB BBB|BdBBB$B,BBBBBBBBdBCeC3CSCCCwChCBZCQCCC^CCCCyCBSCKC5CUC\CXC_CB'CB%CBlBBBBBPB@BLBBBBBBBBBB\BBpBB(B(BAA BAAAAAAAACCCzCCCCCCCCCCCCCCCCCCCCCC0BD]D]DC,CBBCCB@BBBBABB4BBTB BTBDBBCCbCoC4CB#CCXCqCuCCBCCC8CCCCCCCCkCBICCCCCCC1CCCCCCBCCBCC9CB'C:CCvCCLBCCCCBCB$CDA/CCmC@BtBDBB8CHBC DBBBpBABCCgCCDCCC_CCCCCCCkCCDC0C:CBCCXCCCCBBpB0BPBPB`B@BTBBBtBAAA|BBABAAdBpBLBHBLB^CICmCCC}CiCB@C-CCBoCMC@C@DCCCCC CCoCQC,CC^CSCCCC|CCSCXC`CVCqCCCCjCwCC=CPCOCC/CACFCCCCIC-CB B(BlB$BB BAAAABA`AAAAAABDBBBABHB0APA`ADB DDDDD@DDD@DD3DD@DD1D2DDC@DDCC{CCCClCCCCPB@BTB`BBBCBsCdBB@BC DC@DC`DAAABBCbCCCKCCBBBBBBBBC(BA0A`A0B0BAAAAAApAABBC3D@(D@D@ DDD#DOCCCDuCDDD@ DCJC+DCC@DDD!DDC`BICBDCDBBCCBCCCCCCCCCCCCCCCCCCCBACBvCsCCC;DDDC*CCCnCCChCZCCCCaC"C%CC'CCXCCCCBCCCCCCCB5C B??CBzCC(B@CBCRCBBBBCCCCCCSCQCC_C:CCCCNC DD_CCB:CXCvCB5CCCCGCCCCDCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC~CCCCCCvCCCCCB"CBeC|CB1CBBBCBB]CBBB8ClCCBBBBBBBBB C:CCCCCCCgCBDCD DBSCdCSC CBKCNC7CC#CCYCBbC/C"C{CdCBZC1CCCC~CCCCCCCCCCCCCCCCCCkCCCCCkC8CZC@CwCZCFC~C_C;CpCTC&CPC-CTCCLC=C[CGCdC2CRC&CnCKCCYCCCBBMCCCBC CCCBBCBBBBBBBBBBB$CSCBB CBCCCdC8CBGC*CClC7CBIC$CCaC:CBFC+CC|CJCBLC(CBCBBBBLCzC6CgCCCCC|CCBB>CC CB,CjCCCCC{CCBBB@DPCCCxCZCB?CB1CeCCCIC"DDCClCB%CWCtCC>CICCCC^CgCSC)ChCCsCCC=CuCCnCCCCDCCB%CBCC?C/CBB:CAsCmC.CBC$CBBCCgCCgCgCzC CBBBBBCB;CBBCC$C#CBBCC7CNC C2C C)CBBBlBB CCTC=CCCmCCCBBCBgCC6C~CC CWCPCkCCCZCgCMCACNC3CACMC4C6C@C,CTC[CNC7CCdCCBCC CCBBCCBBxCCCCCCCuCFCCCCCCCCHCCCiCAB DCBBBC`BCBBCCCCDCRCCCCC_CCCRCLCCCDCCDD DCCCCBCBBBBBBABBCBCBBCCC]DBCCCpCDpC@DCCC@B,BTBCDBBBCCC]D BlCCCCCCCDCCCCCCCCCCZCC{CCCTBLBBCCCBBBBB DC@D@DCCCDCCtC@D@DDCC@DC]DCC3DCC@DABBBLBDCCCpABB BCCBCCCCCCCCCcCCCCCDCCCCCCCCCCgC5CCBCCDCXC@CCCCCCC@DCTBCBCCCCBBC"CCDC AC8BCCBC>33?33?`@y@ @>>??>>==??>?>>ffAAzA(AHAAzA{A33ApAAAףAAHAHAq=A¯A33AApARAAA¿AףA{AA(A…@ff@H@33#@'@Qx?{N@Q@p?G?z?\@Gq@ף@@ @zt@(@)\/@ף @= @@0@??q=J?q=J?{?k??Q?(?q=J?z?ff?Ga?q=RAA@@@33@ff@{@p=A= @`@@{@@@ff@A@@ AffAG@AY@fff@@L>L>p>==L>L>>L>L>>>L>?L>fff?L>L>L>L>=A= AAA ׋A= AffA= A{A)\AA A̸A(BAA{AA(AAq=AA 7AAq=A ׻AAQ? ?k?? ף>hA{??`ACAzA)\OAzTAGMA5Aף@\A(|Aף@Ap1Ap AA̤@(TA̠AffAAyAARAף(A??ף @p@ףp?@G@mA,A AAff@ff@@RA@33KA)A@ff@{@AGA@@@Al@33S@@L>?>>L?333???=1AIA33CA33+A??YA@Aff?ff?XA33@?33?33? @ @(A)\A̞A}AGAAAA33AAA\AAA= A{ARA“AA{AA A)\AA(A\A)\KAAHAAA­A= A«A)\@p?{.?( @@G@z?q=?= ?(??+@fff?(?{@\?E?33s???ף?R^?(\@\@@LAff@{A@@33@A AW@AffA@A A Aµ?HA{?A?A?@ffAfff?33A33 AL>>L>L>̌?>>ff?>>L>?RA(AARAA\A)\AAzA33A\A\AHARAAAQAA¡A= A33AףAA{A\AzĀAARA(AzA(@Q8? @?(?q=?Y?? ף?R^?\@p?Ga?z@?33>Ga?ף? ׃? ?>{.?Qx??Y?Y?)\>33AAAffApA33AA{A GA= +A(A [Aq=FA@A)\cAAffAAzAffA A)\A̬AG?=L>L>=u=\@??>33?33@? @ff&@Y@̌?33s@q= @{@ף @`@33@33 A@ApAAARAA33AGA(A{A\AAzA= AA̢AA̦A33AAA33AApARA{AAף{?5@{n?q=J?z?H:?= W?@ff??k?= W?R&AzAp@AHzAh?33A{AAGA)\A BBq=AףA(4Aq=6AffAQApAGA33A= A AGA33A)\AGAp=@,@H @@@ff@@y@y@@@ff@?\2@4Aף?+@,Aף?,A,ApA@q=?ff^Aף?a@,AAU@`A??(L@HAff.AAA\A)\A{AGAAffAA ApAffAAAARA­AHA SAA= A AffAףApA= AQApA“AffAAHAQAq=@GAA@GA33#Aff6A;A A?A33 AAff@= 7@uA(@33A@{@@lAQ@\*A= @ffF@@@L@,@ff@ff@@ff&@y@33@@33@L@(<@q=J@ s@P@U@U@??G@̜@fff@Hz??@??{N@Q@33S@R^@|@W@R^@{@W@zd@+@ף?ff.Aff6Aff^A@Q@{?QH@IAa@ff?{?(@q=.A{?(@-A= 7@yAף?ff.A+@+@33?9@@Aff?YA?P@pAAA(Aff6ApAA(@`AGAffǍA\A33cAq=6Aף\AkAףTAAHA33A(AQAffAffA)\ARAAAAAA A33s@,@ff@ff@@@ @33@33@33@R?Ga>\ Aff*Ap@A9@(L@R@???ff?L?zAA;AuAfff?p}@ S@ffF@\AףBff BB33 B@@@HJ@pM@)\O@Ga@ c@ ׃?p@)\@33C@= w@\B?;AY?HNA{^@@33CAף?L@HAyA@??L>L>?ffF@?fff?z?ף>?R^?̌?̌?>ff@=fff?33AffA(ApAA(AAףAB±ABףAzA\A¡A33AzA333?@L?Y@?L??33A@ @ @33@ff?ff?33s@@@)\@@R~@ ׋@@GIAff.A}AxA\A{ZAGIA)AzHAp1Aff=B@B יB̤B BLAfff?fff??fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?33???????\>33?>?̌?333?A{AAAHAHAffAffAzAA\A̮AA)\A33@Aף$A\*Aq= ??p}A`A cAQtAiA\.AQ$A33sAtAR6A[AhAdAaAq=A{AA33A@A 3A]APAHZAף4A@A^BY?pB33A AHAGAq=Z@|@@ףBff B(AףA(A`A7AcAG%AA̴AzAAAE?33???fff?=ff@@E?z?\>ף>̌?=L>fff?Aq=A?\@(@33@{@?ffv@?= @\@p@@Q@ff@@%@GQ@@8@(@z8AHNAzdAzAAq=ĀAq=AH AYApAG]AQ|AdA(TA1Aq=A33sAaAfffA̘AHApIAAL????fff?L????>@Q8>= W>L>= ?Qx?> ׃? ׃?{@?@{@ff&@\r@33c@?\@= G@G!@H?(?z@ff@H@\A= AAffApAtApAGAiA@qA חA(Aff.A0A>\b@)\@q=J??G@LA?33@33{A`@ff? c??\A0Aף@(?G?{??Gq@u@HA33oAffVAsA _A{FAQtA(pA= ǍAAAq=NApARvA= KAA33CAA33gA̜AApAYApAlA`AffAQA??ff?G@@z@(?@H@ff&@ff??? @ff?L?L?L?L?̌?̌??@L>(AAA̮AAAAAGBGA= AףAAAARn@`A¯AQAApAzAAAzA̦ARARA33AQA= A\AAffAAApAzAAA33A(AQAA\AQA(AAzAA= AAQA= AAHAzA???Q@ףp??z>fff?5?? ???{?{@ffV@p@@G!?µ?%@U@= 7@ff?33?Ga?33@>>ff@AףAzAAGARA שAtARAzAG@ffA{AQxAA33A̪AffAGqA33A\A ׋AAA)\A A“A)\Aq=AA>q=>>)\>Q8>Q8>?)\>{n?Ga>L>)\>z>u=\?)\>{.>Q8>33?5?ף0?G!????\? ?̜@)\AAffAq=Aq=A שAARAffAA\vApAAAףAA(A= AAABzB)\B33A)\=)\@p@= @\@@GQ@R^@@33@9A ?R?Q8?Q8?= W?L?ff?@A@q=?33@ff@@333@33?33sAffA33?k?33Ǎ?DAH?h?33s? c?Hz? ף?Q?@q=AףAq=AףA)\ARAGAQA)\Aff*AAA¥AAA= A{AffAGAHAQA\A\AGA{A AAAzA= ?X@?•?333?p>@H?R@?x@?>?= ?p=?ff&?= >>p}?̌???Q(@= G@ @@ff?@RN@<@@fff@?= W?ff&@ ?(?ff@\@H@@q=@@q=@H@@\B@@@@q=@A{?33s?z@?GAR^?H?R@p@HeBA@@ff@@ @(@ s@ @A?z?Hz?@= W@= @@R^@= G@@AzAAzA©A AffA­A(A\AAAAzA ׯA)\AffAAHA\~A­AAףARAAףARAAףAףAA?33??E?p=?H:?5?k??E?h?(??= ?33?>>)\=L>>33?33?\@?@(?@?>>AG???L?33?zT?ff?R?{?= ?H:?h? @z$@33@@z4@Q@ 3@ffF@ C@ffF@HJ@u@QX@ff?<@fff@= W? ?\@@q=@@q=@@q=@A{?????L?L?L?33?ff?R?R?R?= ?L?z$@ףAq=AA{AףA= A= ARAAA|AAffA\AQAAQxAffA³A= A)\Aq=A= A)\Aq=A= A)\Aq=A= AAq=A\>\>33S@µ?= >>>>>>33>\?{>{>>Ga?ff&?G!?E?? ?ף0?Ga?G!?z?333?)\??z?33#@q@h@ ?@>k>G=Q?\?= ?G?@ff?????333?\B?{n?\B?z? #?G?z?@@R>@R>@R>@R>@ffF@ffF@33#@h@@k>H?H?\?ff?ff???\B?\B?= ? #?z??{?u?zT?@fff?(AH?33#A?)A?33A33?@?)Aµ?333A\@(A?33SA@Aff&@xAz@(? ??G!?Q8??>)\?ff&?\B>33?33#@z? ף>(?Q8??l@?ף?̌??\>>>?333?= >{?p??ף@{??u?ף0?zT?Y?ff?ף?Q?R?fff??33?GQ@= W@??@= @(,@{>@Q@{N@zT@?ף?R??= @{>@zT@?R?q=@33#@= G@HJ@ Aff&@p@33?@zT??(?ף@@<@k@33?5@33?A?p A@HAQ@Q@z@aA @fffA,@q=@@@QA@333A>zT?33s@\??̜@(>?\?>= W?{?q= ?= W?p>p@µ?Q??\>= W?Qx? ׃?ףp??h?333?ff?333?= ?L?'@R?q=@GA@33#@Q@= G@@@<@HJ@A A33S@ff&@333@!@33@p@ff&@33?ff&?= ?,@@G?ff?L@)\O?q=?H @?ף@G@?ff?)\?@{?E?5??GQ@`@@(L@p@̤@@H @E@\"@)\?@{A5A$A33 A@@@33kA A A Aµ?µ?33?µ?µ?µ?@{.???)\O?R?ff>???(>(?{.> @>+?h?G>G!?>ff>ff>ף>>z@ף@= g@zT??@?R???(?ffAף@ff@<@@>q=@̔@k@33S@33?q=*@5@G A?ff?ff@L@?)\O?)\A A̬?p?fff?p}?k?k?k?33s?R@33@ @H?G@)\?= 7@H?(@ff@z@p?HJ@(\@@7@Q8?̌??{.@R?+??R.@µ?fff?H???)Aµ?\@(A?@ff&@,@@@@@ @33AA@33@@z??G!?q=>\>\B>{>>\B>L>\B>)\?h?(\?G=z?ף?L?q= ?(>= >Q>33>{>> ף>ff?>fff?{?ff&@q=?q=??p?= G@H @)\? @ @GA?,@ף@)\@G@ @??ff?@)\?Q?@k?{?EA{>@= @Q@h?h? ף? ׃? #?33? c?)\?+?fff?p?R@p?(?q=@@@z@ף@)\?H??{.@H:?@Y?Y?33 A4A AU@U@\A{~@Q\?p>Q>Q>33s?H:?R^?l@p? @u??(?\B?>X@zD@G!@ff&??zT?333?33AY?q=J?E? c?5?q=?ff?33?L?I@H@{>@??333@GQ@333@`@p@@(L@p@E@R@̤@ A@33s?k?\B?q=@33?5? ??ffV@@= 7@>@R?Q8?!@{N@zT@zT@??'@R?R?q=@G?@ ?ff@AAA@@@z@4Aff@0A@q=AA@@@@@@@@@@@@fff? ?>u??G>@?+?)\?(>?? @333@>(?Ga>R??ף>\? #?H:?q= ?u>G>@?u={.>Q8>H @Y@E@Q@R~@\"@fff?(\?k?L?q=?33s?G?ff@R@\>ff&@33@G@@= ??Q(@ff@33@z$@q=@GA@0@0@Q@= G@= G@L?q=?33s?33s???AQAq=? Ap?z>33@33?33A33?33?)\?R?AA@AAffA@A= gAk@Hj@ כ@G@Q@@@zA(AzAAA@!AA33@ffA`@fff@A̼@33@@p>?p}?L?q=>G= ף>\?)\>Q>?(?ff@33>?33@ ??>>\^A\AAH:@pAq=AApAףA ףAGAAH?G@)\?= 7@H?ff@z@@@@7@@?z?A?A33@ff.A( @R?p>>fff?̌??p>>R?p>\?@?= ?p-@u?aA@R?G!?%@ #?G!@G)A?̬?<@,A AAA33@@ff@@ff@@HA$A33KA@Rn@@ff@R@1AzAff>A 'A{@\@p@)\@@z A33@AzAq=@pA@@@= AAAףARAAAA A\ARApA\A\AA}AGA³A½A(Aq=AHAAAAAzAQAq=AAffA33@ף@@ @q=J@)\?p@q=?{@H*@ffV@Q@p?{@HJ@H@(\@5@33c@,@@+@ ׃??I@{.@?Q8?̌??ff?R?\B@\B@?̌??p@33@ף@z?R?=A̬?Q8?L?EA?>R@R>@z@Au@@H?@@@@= @ AyA #BQGBffDB\vAQAA@@33@ffAA33@ffFA333AAAIA@A AffA̼@AA{@G@µ@@0A@z@@33[A@ffA)\A)\AQApAHAA{AAAHA33AAzAAAzAAA̪ARAGAzA)\A\A= AApA{.??+?@??33S@R.@h?q= ?G?= ?@ ף??33OAEApQAAQA= 7@{>@= @ 3@(|@Q@ףp?h?(?zT?HBpAzB ׍AAAG!B\HBAq=AףAzAAGAq=@B@A@{AARA שAAff@eA33AtARA‘AzAff@q=@p@RN@p Ap@A@A= @ףA AA A)\;A9A)A@@q=AffAףAAA»AA= BpAGA)\AףAHAARAAARAzA(Az$Aq=BAz@ GAA33AGA(A̼A(@ ף?? ׃?H? #?z?33? ׃?L?)\?+??fff?G?p?@R@p? #?(?@q=@(@ff&@@@ff&@@@z@Q8@)\@H@ף?z@Q@@U@(@Q@ffV@@Qh@(,@\@G@Q8?33oA33[AzpAq=@%A\@KA@G@ffA{AQxA]ARAA33Aq=@G@( @{@!@G1@{N@)\O@A33AG?A(AGaĀAzpAzAAHAĂAAffAA9A(B ;AAAAQXApAAAGA‡Aq=AffA)\AzLA?ף@)\?33?p?H?H???)\@{.@k?H:?\2@@?Ga?33s?L?h?q=J?ף0?\B?q=@33?\NA,A= [A9AHA̪AzAsAff@)\BffAAHJ@ףAq=AAףA@{?@Q8@q=BAGqAzA= 3AQAףA@Q?{>@(@)\AAHB@@q=*@AQ@z@HA33[Aף$AffAG-A33@@@@AA@ AAA@Aff@ff@@>>TAzAA\A\AffA@µ@z@pAAƒAq=AAAARBHAAGAq=A A{A¯AAAAA\AA{A==L>A>=?=?@U@̢AAHA ׍AQAzA= A{AףAAQAffB AHAABףAA)\AARAp@AQAA\A{ARAzA̦ApAףApA)\AzARnA חAA)\A@!A\FA@ ADAQAAA9AffNA33@XA33AAAA@A7A AAXA AAA{A̴AA ׵A̸A33AA\A{AffA{Aq=AHAA(AffA33AQ|A33AHAףAAQARAq=Aq=AzA)\A{AAq=AףAHA= ARAAAHAzAףA{AG{B33Aq=AAAAQAA33AffzARAGAA= ARAGAA AzAAeAA33AAAq=B̚AAA33Aף@RA קAףBQAAAq=A BGAB\AAAffA)\AGB\AHARBAŸA B{A(Aff@33A@33Aff>A,A@A̬@33@@@ff@@@ffF@@@̼@@ff@= A33AzAQAzAףAA= BGAAffBffApAB(AAzApA AffA= A̜AA כA(AA= AzA)\ Bq=A= cAףAAAGA̔A̾AAq=A\AQARAq=AgA̚AzAA= AAAHA{AAAApA{A דAAAQA\A33kA\VA33Aq=B\AQARBzARABAQAB= A יA{A33AAףBA\A{AAA B\A(A B̚A= A= AA̠ABffAff BffAGAffAAffA@33A33 AffA AA@ff@ff@A@@@̜@33@@̼@@@)\AA)\BABpAff B= AA(A ׏A(A33AQAHAA= AGARAAA)\AHAA33A\ApA33ARAq=ApAApAAHAAq=AffAzA£AAHA= ApA= AApA קAAA(A= A̴A{AffA{AAAA{A33AHrAffAAA{AffAAףA= A(AAAAA̤AAAAA(A{ARAAffAzA= AQA{BA שA(Aff&AHA‡A%A7AgAƒAA33@@33@ff@ff@!Aff@ A@@33@ff.AffALAA33?@Y@̌@ff?,@@333@ff&@`@ff@333@A A33A33A{AQAffAA)\AffA(ApAA כAAA̞ARAA= A(AAAA(A ףA)\AףAGA= A{AAq=AA= AQAffARA33AzA ׻AAAQA̚AQ@AzAA(AAGAAA(AffAAzApAA {A33A(|A\A= A\Aq=ApA)\AAA= AffAAoApmAףApAAAAffAףAA)\A33{A\ApAAzAAQAzA ׯA³AzAHAGARARARA= AQAAfffA\AffA{AAAAAq=AAq=AA BzAGApAQAzARA(AAAףAGAq=A)\BA(AffAAGAAAAHA33AApA= AAGAףAq=FA̤ÄA= AQLA cAffAffA>Aff>AffA\nA@Q AaA@33Aq=A\AQLAGyAARAR>Bq=ApAq=A£A= A{Aq=AA{AGAA“AAA AAApAzA(AuAzA\A\AARAAAAGApA{A)\A ׻AAA{AQAA{AAHAHAAHAAHAAHAABzAzAG BQAAq=AAARB)\ARA(AQA)\AQAq=Aq=AHAHAHAAHARAGA\A33A©A©AףAGAApAApA>Q>)\>>pA ׵AA{A33AAA½AA)\A{AAAA A\AzAQA)\AףAAAAA\AzAAAA ׽AAA= AAAףAARApAGA}AHAApA33A̰ĄAffA‹AApA A\A33AQAq=AHBRA(AAAף@RA̖Aq=AףAAAGAAzARA33AGA)\AAAAq=AAQAAףA= Aq=AAHABHAA-AIAR:AA A33A(AHAףA(AA33Au={.> #=?= >>?==u=L>L>L>L>=?ffBA)\A\A½AGAB\A33A̖A“AxA•A33A̰A(AffAA(AmA(AA= @@AffA= KA?AAף@33s@\R@G@@(@@{@AApAA= A ףAAףAApA= A)\AQA33AA\AAAq=AAAA= ApAףAHApAzAA= AB ׃AA̘AףA)\AoA33{AAffAA?HBA̮AffnAQAAAAzBHAffAHjA)\AAAAffAaAAAףAAA= A= AAQ===33@=,@fff?>>==L=L==>ff?q=J@33S@@̤@̬A AAHA@q=ApAG@zA@HAGA @ףAR A= @A{Aq=AR A@ףA AףAA@A(AffABAApA\A{AAAA{Aq=AAAB33AAQAAB= Bq=AffAA33A AzBpBzBpA ARAzAzAzAAffA ׻Aq=Aq=Aq=A(A AGAGAQARN@ff@zD@?(@)\O?@= A(@A==RfA,A̬@==33CA=A)\A(A@HAAA\AHAAQ@A33@= @ ד@ffA Aff@R@̾A{A(A)\@@)\/@33Aq=AzAQAA@(A4A)AA)A33+Aff@A@ff@@ff@ff@@33@@ff@@ff@ff@33 AA(A AQAq=B)\AB{A\ BףAB{AQB AR BQA= AףA)\AףAA)\AQA{A\Aq=ApAAQBzBQB9A=AQ=ff@`@q=@@ff@ @ffF@Q@ ף=)\=L>L> ף<>@AףAByAA@HAף@ #>AG@ffApAffAXAq=ApA33A{ARAQAAAzARAPB33BAQ@@A33@ A Aff.Aff&Aff6AffA33AAAAA33 AA@ AAA33@AA33 AffAzB)\BzBzBzBzBzBzBzBףAApA{AAףAAAQAAGARAףA(A33AffAQAffAA;@?Q8>L>u=33 B33S@ #<=fff@H*ApBq=ABAH BQB= ;AAQA( B33 B= Q=={.> #== W> AHj@333A= w@̜@@TA@@A33A[@AzAA@q=AHJA@@@@@0@pAABBף@ AHApA@GAR A{AR A AA33@@33@@33@33@̼@@̌@@@@ff@@@9@@̌@y@Y@`@@ff@33@AB ףAGAffApAAAAzAAHA= AeAffA33A§AAAHA{A{BףAAAzA|AHAq=Aq=A= W@33@W@>L>ff?{.>Y@`@=@@33;A33S@?33;AA(AA\AA33@ A{A)\@q=AQA@ףAyA@ף@G@pAApA{AQAAzARAQ@AH B33B)\B MBY@ffF@@@̬@@y@@̬@33s@`@@̌@@@@@@@ff@33@@33@@@`@A{vAAAAq=AA½Aq=AQAA= AAARAGA{AAAAAAzA AAffAAAAQAAA<@?L=33S@ ף<@G?@L=fff@>=RKBDBhB~BHaBףBp@z|AGA?BAffAףA)A= A(AQAA@\BAGAAףA{AGAffAzAffAףAGA(A)\AA33@̌@̜@ff@\@fff@\@fff@l@ff@33@@@)A@33@ff@33@@̬@@@A@ApA)\A\AAA= A•AA)\AAA\A33A33A יAAAAףAffAGAq=A ׇAAAףAq=A)\A(ARAfff@=333@=33S@Aff&@=<>=Y@L== AffAA\A)\AffA= AARAQhA= AA ןAAGAףApA)\A{AffAq=BAAQAAAq=AA(BAA33AAA A33@33@̜@9@33s@y@@@ AffF@33@33@ff@ff@̼@33@@@@(,@G%Aף@Q`A@zLAף@A(@(,@G@\@@Q@@= @HJAG%AzLA@ף@A A(,@G%Aq=AzAG5Aq=*Aq=*AAAף4A{AGA{AAff BRBzA= ApAףA)\;A{ARA)\A)\ARA\A{A= AAA\ApAA(AGAY@ff? GAff@A@ף0@9@I@h@@QA33@MAA@@QH@L>p@=AQA!AGIA33GA= KA@R@@p]A)\@pUAHBA{RA@ ׻@ c@,@q=@q@@@R@zd@H@\AGAAff2AA\jAQAAA33s@A33B̜AAA33A?xA333?ff@,ApA33s@33[ÄA@XǍ?>33;A@@4AqBA2B>33A33@33@@= ADA33BA33;AĀAff@ff~AAAB̄APA33A̔A@33@ffAdBA\@33@#A 3@@@xAq=@ff@ #A)\GA\@ @9AA>@@L@(dA?G@A(|@@)\@= /A(8A)\@AzAA@\ApAA33+A)\WAQX@Q4A)\/AzAffA@R@QA@A AQ@33@GAA@p@p@@ff:AAAffAA>IA0A33AA̔Aff&@33@(?ff&A= W?)\O?{AA /AA?R>G@RB{@@)\ AR@ A@ Aff>@̼@33@!AףAG@̜A̐A@G@A@(?RzAzT?33B ?,@@gAaAG9A̎ALAG]AףPAQAGAMAxAkAATAffNA= +A+A(4A= [A9A ;AAlA{A=ARrAffARbA)\WA)A=AAwAzA?A @@̜A8AA@@@33??fff?A>L?A= >L?ff@A33??AH@@AL?333@@33Ǎ@@@@@0A33@33[Aff@L>333@zA33@AA̼@@@@?33s@ff&@33?@̜@y@@@ff@@ff@y@̌@@@33@ff&AffAA\@>= 7@\R@Q8@(<@)\O@ C@?@ffF@@L@A@?̌??ffFA33@8A@̔ǍAAAAA>?L>IAff@33?Y@xA@@33 AY@A$A A33 A AAAAffA33S@33@ff@@̬@ff@33@ff@ff@ףA̼@@A===)\?@<@ @ff? C@(A@p5Az4Aff??A(|@>33@?\@zA@@\ AAAAAfff???z>??>>??fff?33?L@=33@>L?>AffA33B{bA@ff@33SA33A33+A̜@@@A33@33@ Al@ff@ff@(A(A(A@A@33AR@333?\r@{~@?33@\b@@=33s@L@̌@?̜@L?33@?@><@?=?= @ff@U@IAAzT?A33A@=ff?AAHAq=AAGAAAAǍ??̌?fff?@ff@y@̌@33@̬@)AAA33A33A@ A A@̬@A̬@!A̬@@ff@ff@ff@33?@@@@y@ff&Aff@ff@33 A33cB33?@>>p>>RN@>>@=p>R.@= 7@fff?9@?@@??33AB@ ׃?ff?333AA33@33B̌@fff?@ff.A)AA33@AABQA33AffA{A¥AffAAףAA{Aq=zAzA ׷A)\sA{jAA33A{A= A יA33?AffA33Afff?ff?ff&BA>?fff?ffFA>@?33A33A #?33s@@@ff@@@@\@G@z@@@@p@@G@G@G@@Qx@ff@)\@@@@@{@{n@= @̤@@@@ff@@ף@ApA@Q@{@ff@Q@(@­@{>̌??=@33@AffA@33@AAgB̼@@@ffAAff@Aff.AAA33@(@33 A0A= A\AHAARA= A AAףAGA(AA)\A\A(BA>33;A{?AffA,@HAff.AAH?=33AffAq=A`@H@,A33@@{~@̌@@q=@= @(@(@̌@q=j@ף@H@pA)\@(@H@Q@ff@IAff&@ff@y@TAA@y@33@33@ff@@ff@A33@ff@@33 A@`@@ff.Aff@ff@AffVAYAAA̼@@q=AY@AQ@̌@A@33@ff@@33]B33]B==>333?A33@@@AA@@@AzAHA= AAffAAzAApARAzAA\Az?`@?PA33+A@@A33@?L?@ff@L>fff??̌?= @??>33 Aff@@@A@@@̬@ff>A33@33 A@A33s@33@(A@q=@z@33s@@@{@RAAAB33@@@@ff@33@A33@ff?AA33AAA33@ff.A\A33cA33@0A@ AffAffA @)\@fff@@ #<@H@q=@33S@{@{@)\@@k@a@pm@= A{AAAAA A\AAAAQAA33@IAףxA?33Ǎ@Afff?33A4A@>> #>ff@?ff?QB33AA?=!Aff@@0A@(A33@ff@@33#AAzA$A0A@AA33A@33s@A33uBff@A33@33@A{n@H@R@R@R@@ ?)\?@x@\b@33gA>GA\Aף@TA;AQX@IAףDAE@RAA@pAH@AAzA\A\A>(LA\r@p?(AGAQAffA)\AzAAHAAAARApAA ApA)\AAQAAÀAffA@A1A33AA33@@@33@\A@33cA@?(@{>@ff@@PAHRAffvAIA%AA(|AzAAq=AzAq=AzA(A\AA\ARAAARAHA BAB\A̴A AףAQAAff@y@ @?A @ffA ׻@@`@33@( @33@(A`@̜@̌?z A4A= +AHZAxA33A33[AG%Aq=A?A33A\A@kA)\@)\@R@Q(@4A̤@(4A@@ ׋@zLAף@HAGAq=RA@{jA\@Q`A@ף BHAA)\ BffApA\AGA)\ARAAAH BB= AA±AzAA(BHBA)\AGAQAq=A{A@(@ff?@@33[AQ@ @33@ #@@AiAG@{A{fA@5A@zLAף@HAGA{jA\@UA\@?A(Az$A\jA(\@h?q=A A@RA@pAAף@AzA\A\Ap?@p@R?R@zd@A@H A|A[Aff2Aq=*AHZ@GA@R@AA)\AHfA)\WARNA s@AHAAA(AHA̐AG]Ap>\B?Q=?)\O?X@>L?L> #<@33?Q? ׃?>k?333?=ff??̌A@zAA@pA)\oA33AAף0?@@AzA{A]ApA( BGBGA AA= 'A ׵AHAL>>>>L?ff?=L>L>L>===L>L>=z A{>AHAtAq=AoA wA kAq=z@$A{.AףAAzAGAA\A\b@ffA{A@)\wAQA}Aq=VA,@(@G@= @ #?L?ף0?33S@R?33?R?)\O?ff?q= ?R@q=z@@ ד@fff?q=*@)\@q@)\O@G1@ff&@p@= >= >Q>Q>{?q=>>z>{>>>>z>̜@33@@ @@̴@ffA̼@9@ff@@@q@fff?= ?>iA>?@ @ffF@?L?y@`@L>L>===L>L>Ga>==L>=L>=Ga>L>L>=== ף<ף?q=@= g@ A(A\>AףAAq=@q=>A)\AAR@)\@AztA33AR:A\Aff:A¥@̬@)\BAff@333Az@{>33>?= ??APA WAף@(@\Aff:A= 3Aף@AffAHAG@QALA@p@\@̬@paA\@@ff&@\R@G@z@@p@>>Q(@H@= ?(?ff@HA33?9@@ff@ c@@(@33s@ff@ףA@33?H@ @ @?̌?fff?ff?H:???=>L>====>=Y@@̌@33@?>@@333?333?@̜@>ff?ff??@@33sA@zB)\A(@RJA@ff@{@ףAh@P@@@A@)\?@ffA@ף@ף@33AQAA= 7@= @ףBףBff@=A\@w@G@z@\2@G?\@@\@?GA@= ?\?q=J?= ?(@h?= ??{n?k@33?Q8?q= @?•?R?33?333@=@33s@ff@Gq@@ff>33+A@L@@L@?\B>Qx?\B>= @̌?33?>IA̜AL>@ff@33SAdA@ff@33A> #>=>L>fff?>@HAQAp@Q@@GA Aף8A?{N@(@= @QA{fAף@@= @AEAHFA@z@@= @q=?Q(@QAq=A s@\@G@?Qx??Q@q=?G?̌?Q?G?L?G?q=J?ף0?)\O?z> ף= ף>+? #?ff>=\@? ף>R8BR8BBApApA{AA\BApBQ@ffv@= >= ?\?z BffAq=AA{AA)\BAq=A̲AAHz?L>==L>=)\?=L>>L>?33?fff? @>?ף?(?H @@33S@33s@`@@H>= ?H*@@ף@ #Aף`@z@)@L@ff&?p=?zd@@@Gq@= @A)\?(\@z A(ApA{.AK@Q@z"B1BAffA$AzLA #<)\O?{.??k>G?z?fff?{>G>( @ ?p?p@ @\?q=J?zlA=AAףAQ@Q@@R~Aq=AQApAHAףAAAOA@AAffA AAA{AApAA שA8AzAGAfff@33@33s@y@fff@33S@fff@y@`@W@@A`@G@A`@AAA\"@`@A`@)\@AA)\@Ai@`@G@AAz?)\o@(@G@H~Aq=zAA@@(A]A)\WAR@ A@A,@•@q= BBG@ff@z@-A?H:@@)\@q=2AffZAH@z@H@A(@Aq=AQtAcAG@`@AAA@ף@e@)\@RA)\@Qh@33c@z@A33c@z@Aף@A`@AG@G@`@@A`@A,@(@{A3A8Aff@)\/B@@Q(@Ap]@ףA @@33A AwA ןA)\A(AffRAQ`AAU@w@ARJAff^A-A @ff6AR@mA33@L??̌?333?333?fff?{.?ff?ffFA{?= ?(A\A\Aq=A\@R@ףTAQ@y@ff@ff?L?=AA\jAffB?>Ga?p]@AE?Q8?L>@33 A@L>X@@?@z@(@z@@,@A@Q=q= ?Q>?P@ff?ffA33S@@AAq=:@BBB̔A,@,@33KB4Bq= BB)\WA(@@ffRAffB̞BA33@>BBBBBBBBiA@@̔@L?33@p=??+@R?ף@>@QH@33 Aq=@)@=?L???>l@ffF@?>>@ff?@@33@33AQ8>?33?q=?z?= A{.>QAAAtA)AQ@AffA)\CA#B/B #= #=33_BQ\ABBBBBBBBBBBBBBBBBBBBB33B33sB33B33B33B33B33BAVBBffAfffA?(?Q?7@Q@H?p @u@Hj@{~@@(L@33@z$@<@33@q=^A)\{AxA{.>ף?ffAq=AffAA BAARAAffApAAffAA(@zA{B33@GA\AQTAp1A{>A1A S@PAR8BRAA{AA שAQ8>p?@E?Q8?)\BRAףAACAWARnA A{ApA@zBq=3Bfff?33BBBffBAffHB33QBq=3B)\WAA(@̞BffBq=>BBBBBBBBBBBBBBBBBBBw@@ףP@?p@@`@Ga>p@R@ffAQ@?(@ף@? @Q?Q?q=??ף@A כAAףA$A= 7@ ApAzxAAq=Aff.A= @ףA33AA= 'AAAA33@ffAףBAA\@QA)\/BA @!B33#AaA)AQ8>@{?AA?A)A@Aff?L?L?fff?L>33?@= Aff~AR~@ApiAff@(Ay@{A(L@B33QBBBBBBBBBBBBBBBBBBBBBBBBBBBffBBBBBBBBBBB Bff\Bz@@z?G??@= w@33?R?H:?=)\?•?33@ff?z@pM@µ?ff@QH@R@z?Q@33AA@ffAAq=AHAB$AQXAAHAffAHBffARAA AAHApAz?H@= @@33A(AzA33A\A@(A(A\AףhA@mA@\B?ff@BG@{Aq=Bff?$A33OA@ףP@(A@2B@IAsA33@LA@@@{Aff\B.BB=B̠B)\iBpBlBBBB̠B)\iBpB@@B B=B̊B>B\B@AA?R^??\MBffAq@ף?@z@?\B@HZ@@)\??{@?q=?@G??,A33@q=A@z@AA{^Aff@pAq=AH@\@33AAhA?lA33AAA??Aff2AGa@l@`@fff@333?XA33A33AffAffA̬AA33{AffAA33BĀAffA33AAAAAA?33A(?)\?= G@= ?u=(\?ף0?@ףp?H:?@̬@̜@@33@@ff@ff@ff@33@AfffA@33@33cAiAfff?L?ff@)\BBBBBBBBBBBBBBBBBBBBBBBffBBBB̅BB̈Aff@BGmAq=A33A)\A=ff.A@RAH@YA)\@AH@ff@AAA̸AA?AzA=@AL>{A= @AR@Ap-@@@@{AA?ffnAA?ffnAA?@33@hAXAffA33SA@33@L?333?333??L?33@AffAAffA)\A@!A@A@AAff^AQ8AA @{A?(?̌? @ף@ff&@9@)\???@?@<@@?@? @= ??l@p? @ @QtAQTAEApÅARnAYAHAE@A@R@ffBףAQ*BR"B(B= @)\WA@ @+@GAp@\@Q@1A= wApAA{ Aff@{@AQ@Qh@\@)\=Q@33/AQ&B #>L>AAfff?@33A@ff??p?A(8Bq@k>?)\? #>)\@{*AAzAAff^AAAq=AARA33AzARAףBRAA0BRA%AzXAz?B AdA A̴Aq=A>>ff@??R?k?fff?R?Y@= @@==L>33?==L>L>L>===?=-AARAAGAz|A\jA33?G@Q@)\@@9AAAfBAGAA§AAp@uA\RA= 3AA33SA A(`Aף|A(|AffAffrA)\@q="A A>\B>= ?p=?>)\== ף= #>u>>k>>R>= >\B> #>Q=>>?>>=u==L>L>R^?@B33GB33MB33cB>BQSB\Bff9B{?BףEB(BMBQaB`B=BuBH7B33AfflB= TBffAffAAQAGA= A)\A= AffAQA{.>>Q>= >H>(>z?= ף>)\=)\= ף>>G=p>=L=Q8>> #>< #==L= ף=Q= #=R?\@9A@ffNA(lA(@= A @A@pAe@zD@33s@@A@{@@@{-B{B33!BQ@Bף0?>Q8>z>=> #>(?̌?fff?{.>)\>Q=Q=u= ף=333?)\O?`@333? #?ff?L>\B>?>ff@ff@u=ףp?@@=?Q8>R>>33>L> ף>q=>fff?@\Aq=@\*AH@( A= AOAǍBBQAzA @(LARA{ BA33{AQ@H&A̠AA ױA\ApA̺AA@QAu>\?Q8>>=Q=\jA\vA A>?H>?)\>(>>> #?>=>k>>(>?=Ga>Q8>ff&?k>= >ף0?L>{.>Q8>>Ga>>?z?(\? ף>z>33>{>G>>Q8>Q== W>333?)\O?? ף>>q=@?XAP@+@>>= @ #?L> ף? sA>=!@=R?)\>\B>>L>)\?Q8>= #>?Ga>AfffA@9AףAAAG@PAA ApA{AAq=A AzA33AApBBG BpACAHAHA\Az`A@R&A+Aff?R?>===Q=G>L>> ף<>>>>>>)\?>=>L>q=>?>?>==>\B>=)\>==L>= W>{.>{.>Q8>Q=)\>>L>??p>>z>={>G=H>?>Q8>= >L>Q8>Ga>z? ף>z>>{>Q=)\O?> ף>=)\>)\>)\>===== W>{.>{.>{.>Q8>)\=L>33WAAA\A{AA(AA)\A(AףAQAAA(AA B BBARNA33SA33#AffjA33kA33@\.Aff6Az`A= ARA=={n?>L= #<)\=)\=)\=)\=)\=<)\=)\=u=z?L>=)\>======Q===Q=?>>>)\> #= ף<>=(> #>Q==Q=L> #>L>{.>=G=u>Q8>)\>\B>>{.?)\O??33>33>33>33>=G=\?>)\> ףQ8>(>L>Q= #>{.>G=Q8>)\>\B>{.?ff>Ga>\B> #>?=?\B>ff?L>33?u>?L>̌?>?)\=ff@(>fff?=@?@?33@h?>>=33> #>G== ף=R>Q=333?33s??)\>>k>L>̌??(\?>>z> ף>>L>)\=)\>=ff>q=>Ga>>\B>{.> #>>L> ף=>>=>L>H:?)\?Q== '@= >Q>p>>?= ? ף?? ף=>Q=Q>> ף??= >?+?p=?\>(?>=??k> ף<{>{n?\B>q=>L>>H>>z@?p@?\@?ף@?ff@> @>W@333@ A9@?@k>G>?R>=>L>?q=>z?\B>=)\>>=H>Q8>> ף>Ga>H*A @uA=>>= W>>L>)\>q=>?= >?E?+?G?p=? ?>33>\>333?(?>>>=>=333??G= #>333??\B>G=333?L>)\=ף>Ga>u>>L>{.>= W>>\B>=L=>k>\>Ga>>33>q=>\?q=>= >L>G>Q> @p @̌??L??????\B>\B>L>\B>\B>\B>= W>u=L>=R><=L>L>>G=)\>>333?L=Q8>>u=<=<=<= ׃?= >\B?k>L>?@? ף< ף{>33?{n?L>q=> #< #=G>>L>333?>>H>)\?=G=L?333?>L> ?ff>Ga>>=>L>L>L>Q8>{?>>========>@33AH@k@)\=)\> ף=Ga>\B>u>Ga>{.>\B>=\B>L>u>?)\=(>fff?=Qx??>ff>Q>L?>33@y@33?@33A>Ga>> ף<=<)\==<>>G!?R>z> #<\B>= ?>=Q= ף==G=G== ף==<)\>>=)\=Ga>= ף={>ף>z>L>=p}?Ga>L>u>q=>>>L>L>{.>={.>>> ף=\B>@>p>?R>R>L>{.>L=>G!?)\> ף=Q=)\=R?p>>L? c?u>>>)\>=G=> ף={.?>>@%@ffA`@`@@@(Aq=@@@33AR@R@Q@ף@{?@H@33s?= @)\@??33s?)\=>p>Q8>)\> #< ף<===>\?L>H:?u>\> #>Ga>< #==>>q= ?= W>ff&?= #>>Q===u=L=\B>=> ף=aAAq=J?>>L>k>>\>>Ga>>33>q=>p>q=>{.?\?G=>L=ף>= W> ף=u>k>= > #>>L>(?)\>Q=== ? ף? ף????= >= >? ׃?33s?)\=,@̜@,@l@{?@ף>ף>`@ff?`@L?A33@33@?9@ff&@ff?fff@L@0Aff&@@L>G=L= #?>̌??>>>G=)\>>z>?=>= W>G?k>=G=G== W>)\>Q8>)\> #=G=L=Q8>q=>ף>= >\> ף>L>={.>L>>= W>Q8>=A?{?)\>>>Q= ף==)\>>>>=?E?(>(>G?p=?p=?>= W>Q8>Q8>LAL=ff@33@ #?ff> ף=)\=@33@@@=== @H>33@l@33S@@@?@@z?\@\b@`@ף@= ?AL@{?z?{?q=J?33??$A@ @ff@y@33@33S@33@33?Q==G>q=> ף< #< ף=p>=)\>>\@L>)\==@>G== ף=G B(@ ׃AHaB= TB\>B BAHA@= A= {A=======QHA{@k@H@G== W>> ף@q= ?R@̌?G@\B>>L>L>>>ף>L>\B>>Q>>= W>>>\?{>@GaAL>q= ?(?>R?@Q=L=>33?9@)\SAA+A #>>̼@@@33A33oAA @{>33A)\= ף=>Ga>=)\=)\>>=\B>R>R>Q8?{.>H>H:?@(?ff>G>33AR?q=>>}Afff??0@G?\?H:?{.?G!?>>33>H@33@p}?= ?Aff@z?ף@(?ff7B33@̬@l@@??33??\?,@@ff@9@33S@fff@@ @33?@i@E?> @33@Au@ @ @(AYAqAwAztAQ@ffA A\2A{ZAqARA(AQ@(A!Aף$Aq=Z@@z@{@p@H6A33@G@@R@A==u>Q8?L>Ga>L>{.>)\>< #>)\?)\> #=L=@@ff@ff@33@>>p>?@??u>R>)\=)\>(BB@FB@B@Bq=>A?@BGFB33GB33MB33cB>B{?HAGA)\A\JBzJBQSB\BAHB)܄BcBff9B{?Bff/BףEB{??@?p@= @@z@@Q@A@ ד@G@̔@= @…@?{@Az@ףXAA¹A{A@)\CAIA}AAHAHAAxAףHAdA̼AffA\A)\A(AHA\AqA,ApIA@@R8BL>L>{.>Q8>L=>>G==)\> ף==Q==)\=?R?p>?>\?L?q= ?H> c? c?L>u>>>\B?Q?ף@?ff@q=z@ף?B\BBA
sBtByB= ?@)\?qB=B(BMBQaB`BfBB=BuB?{?̬?R@?q=? ף??P@ff@QBi@̌@{.@ffF@QA SA,A%@L@q="AGqAA̔A(4B'BףBB= @= AA@QA@(@ OA33sAAffNAAL=>)\>L>L>Q8>=L>G=p=?>Q= ף=Qx?{.?L>L>G=>\B> #> ף=L=ף>= W>G>BqBsB1BH7BlBkB,@(B33A= WB @zKBffBaBz=BR?ffA(B B33@fflB@BbB33yB[B?\B>L??GBB(BQ??9Aף@??33@33@p@{@? @@?@?@A @ @>333@@@@A@@>>A@(A(AR@@BףuBpwB̪AG@ ׯA ׻AffAB33B'A-AAzA‡A(Aq=A@R@HAGmA33oApAףAףA=>@@= #>G@HJ@H@)\A(l@@@)\O?HA AAHA(@A5A9A@ A\@A{A@ ABB\qB33AG}AQ@G@ףtAxA33s@Q@33A= Ǎ@ AzAA@\"A33AffAAff?33?ff@?L@Y@33@|Aff@ffAfff?33A5AffĄAQA̤AAAA?33AAQAAA= AGABBQAA{ARApAq=AAARA= BH BBzAQAA= ARAAAA(ApAQA33@p@z4@GUA33Az?ff>A+?(\?(\?@G!?HJ@RJAף0?333?@\:A33oACAQ? ?p?\?ff?Q8?{n?u?\@(<@p]AףA ױA(A­@xAף@q=6A7@\@BzBE@\@HAA̔@G?H@ף@ ד@X@q=AAEAU@ffA{@(AzHA)\_Ax@@{@@xAA33 A33A33@ffA33A33AAA33AA33A33AffAffAAffAA33{Aff?HAz BR>AOAH*AG1Aף8A=Aq=:AffBAHA= GAH.A= 3A-A AffA\A Aq=@(AR:Ap5AGMApEAq=&A #A@{"Ap9AAEA{^A #??q=^AzA@@z@@q=@)\@\?\r@@ף?@h?k?= ?ף0?Ga?(?Hz?L?)\?Aq=BA?ף@p@333?tAAq="ARA@@33@ @{@ #AAq= @\@@ff@p!AR AףP@)\@(@@q=RA33'A%@Q@= @ @@ף@@@H*@Aq=VA@R@@q=@@ff?33?,@9@@ff@ff@33@33@,AXA@33s@ff6A@ AA,AffA33#A4AA= A9AQ$AG]A@ףA)\@R A!AףAHAzAffA wAq=A33AAףpAqA)\AAGAAA= Aq=AAH@q=@H&AGq@@½@@\@@A/A@337A)\'AR.@@ #@= g@Q\AQ@]Aq=@ף?H@ffF@?(?̜@G@¥@̌@z@333?fff?Q@?H@U@(@)\?ff?= W@p@H@(L@?33? @A@33@@p=?Qx?A ;A33#A@A\Az@ף`@hApM@{@G AR"AA)\A{AAµ@@DA@@A A33S@̜@ @?ff@33A33A,@33??@0AHAffNAYA Aff>A0A33CA33AffvĀǍAAq=AAףAA)\A)\KAcAzdA|AzA{2A)\KA@{@@)\@q=@@ff@p@z@ @{@@p]@q=@̜@@)\AQ?G?GA{>@33s?(A<@@{n??Q?@@???q=?\?p?ף@Qx?= ?33s??fff?= ?p?R~@@<@g@G@@ף@ AffJA33@Q@Q@ff&@ffF@33@(@QAAqAQAiAffF@ף@ @8@zD@= G@)\Aq=A)\@!AGA33AGAAAHAףApApB 7APAApIAzxARAB'B= #A= ALAYAp9A;Az@@`@= @ A= SA SAeAmA5AffBAp@zd@H@@A@ף@)\KA kA1AAEA(AzA@z@q=j@{@A@ף@zDAq=?H?(?G?\B?@Qx?ff2A?? ף<333?)\@)\@?p@GIA@{@33@\B?= /A>ף?)\@>L?q=@@@@)\AQ?GA{>@{A{VA)\WARfARfA8Aff6AffA)\AAHAAA\Aq=AA\AAףAA33AffAA—A= AAAA ׏A33AG}AUAiA33A33s@@̌@@L@@@ AuA)\A)\+AG A)\@ A{AHjAffv@@\AzARAz8A\vAAף@ AA= AA @ff:A@Ap@33@p@@ A A33AeApA\RA)\@)\?@{@?z$A)\O?Ga?fff?q=@AQAQ?{? #@!A{ A??G?•?AA{A{VA\@p@`@(@33A@{>@fff?A?(?q@Q@33_A̰Aq=AAAAq=A@@ff@ffUBlA(AA\bAAR^@ff@5@\@‡A\A@{AqB̄BHJA= gA s@= @= sA{rA)\@AWAzAA= A7AHA%A AEAQtA)\A)\A\A+AYARA/AA33A$AG}Az(A(|@)\@E@̔@Qh@Q@•@ @l@u=33@ף?== ף<=u=>=q=J? C@= @R?G?Q?33?@33@fff?ff6@H@QA-AEAp@A̬@ff@Qx?ff?33?ff?@@?;AH&A?=<=̤@p>\@q=@ff?= [A33@ף@A= Az@ff*A{fAG]A@@HAz??>>=L>= G@ffF@H?{n?µ?q= ?fff?33>z>p?>)\>G@\B??ff>>zT???>Q=??{>ff>{.>?R?(>ף?{rA̴@­@I@p@R@@ A Au@(@q=Z@(@AQ@|@ff@?(AG!A(A@A\A)\AQAzA)\@p@@AףA)\ATA33kA33;AAAQAffVApAff6A kARAQA@33;A)\O@ף?p=@L>@ ?q=j@@@p}@5@Q8>?ffA@ ף?H>p?ff&?)\O?= ? #?ff&@q=?Y?33>z> ?>Ga>ff&?G@%@?@z@5?G?? ??Q?z?u?\>ף0?\>??ff@?ff??AffvAAA@ff@XA33kAffA33@(A?33CA A33@y@@33@@@33 A A= @ AA= @@p@)\@zA(@@\@@ כ@= @H@@w@)\AffA@ff@p@(@H6A@{NAL>L>7AARAAffAA̜@G!@{n?\> AH:@{? ?33?\>u=? ?z?>DB{ARBףFBffFB(DBQ>BLBCBzBBGB\IB ?33AR?\>G?33S@@`@33s@33@̌@@̌@@?ff&@ @ffF@Y@̌@@L@33s@`@9@33@ @33@H@A\@33@@@@33@@1AffFAGA@q=A\@@Az@ @(@@RAף(A AG@@@zAGA@=L=?=>(A{>@GAAA33AAQ@0A,A33AHA(?ff@@?>X@ #== ף=p@(l@RApAp?A?ff>\AH@33S@fff@33@̌@Y@9@\R@@ff&@ff@ff@@̬@̼@@AY@ Aff@ AL?>RA(A33AlAףA ׏A@(,AH2ALAff@ffA AdAq=AH~A{A)\KAA`A@A= AAG@33AL>u=L> #= #<=333@pM@@g@Y@p AffA)\?H @BQ@q=KBHMB{@A\@ A,@,@33?L?333?z?(FB{6A@@=q= ?33>>\B?ff>?Q=?{.>R?>AAHA33A33AyAqA$A33sAffA,A33#A@AAAA\A33A33;AAA33A33A33cA@p@Q@)\@@@(@@ff@HAuAףxAAAffAGBף AQXAGAAR@UAףAB\VAq=ApBH BףBAףP@33s@\R@==)\O?l@@@L>ffF@>?>>H>ff&? #?q=?33>>%@5??z?\>\>\>H:@ ?\> ?>33EBףFB(DBLBzBBGB\IB\>A33A33AHA(?hAff6AffA,@@Aff.AffFA33AhAA9AiAA33KA\AffAffnAAffAl@33cAffvA AffAAR BBp B= ARA33AABzxARA{vAHA@ffJApA33oAQ@AzA™A A(A= ;A AffApA33AEAQtA(AGA>><?>k>L>333?L>ff@@>>?? ף= A@RApAAff>H@RAA@QAR8BRlB{VA)\WA\R@ף@\A ׃AQ@@ WA33GA{@p@HAA33A̴AffAףA33A(A33KA@,@A!AAA33ALA̐A33kAA33AAA̼A33AYA33AAAGA|AAAAzAApA)\A קA)\A ׏A™A\ApAAAGAAzA{AףA̲AAAHApA>33{A33S@ff&@>?)\>333@)\A\@RA= AףARA{@A(A\ BRA\AA33OATAAffA{AŸAQ@q=~A(AQ,A33AAffAAff@GaAQA(AAAffĄAYAABHA1AffA̰AABAPĄAA̸A33AffAAB33sA)\>Hz?+?R@(?q=?+?33?(?)\>)\?q=>z?= W>?\B>ff?Hz?q=?(?+?33?= W>)\>Hz?R@ ׁA ץAGaAAAffA= @33AzT@= g@33@R@'@W@q=j@(@@(@A@ff@R@|@@ffV@@)\@= @@33AA›AffAL>(A̸AAGA?p??pyA ABlA B BÀARB=QAffA= AA ׯARA̾AzAAApAq=ĄA= AAff^A̤A@LARA{@HVAףA)\@R@(@QAHAGQ@AAףDAffNA.B̔A?ffF@33@ffA?Ay@B??̨B33Ay@333?ffA?L?333?L>?@L?L?33@= ?ff B=L?(B?@z@L?33@>B @@A?)Aff~A̼@AA>L@33S@ @333?33s@ff&@A= AA BffAffARAB חAff~Aq=A(ApA33[A33B33AARAffAffNAA)\=H*@?@ff?@WAHrA= @G@{@R@@H@)\AAffAMA4ALA!AA8A= AGA@(AAף@A= BQ@AR@@33@@z Aq=*@YAA@@BBff8BB̌@33@@fff@tB?H>{@L>G!?= @¥@G@(@L>>p @p1ACA33s?q@ @H@ @p@ #=!A33S@ARBpA>B33[AQA@Q@ A=L>q=@@\AmAQHAMAA33KA(XAwAףA̖AףpA—A)\A{ApAATA\fA{zA{RAADA}AqA ׅAHA?TB,@̬A,@AlA33?ffF@ff@I@R?33@@=z4@{A=8@fff@?9@H?@RA@H.AG1Aff@mAA)\A\ Aq=@@z@pAH?@)\CAzDAz AHfA9@ף??p? @\?=l@ @33S@U@zD@=̌AAAB?`@333@AffAPBaAA33@Y@@ff@@\@@@@333AffA33A33CA33SA̴A33cA33#Aff6@@@aA?>ffAHA(?@@u= #=>BGAA)\Bff@HNAGA= A̜@ BRARAffA)\AGB$AB̌AffBHB BB>L?>>fff?fBBffFBBff@̌@>A33?33@)\@33A33A@@33S@!AffAA@A33Ay@BffA33A???33CA?̌@fff@}Az4@ff@=A@A`@0AffA?@fff?@@>RA ף<\RA?L??=>L>?L>B>ff&@ #>̌AffF@?=L@KAA[A1AA= @AA@@A>==333?ffA33AA9AffA̴AAL@fff@=)\=?7@>{>@ A`@5A33s@333?33?33A?ffAL>33S@@33@33@L>@@ff@̌A@A`AaAAA33@PAyBA?L>?l@@??@33#ATA A33AlAff&A33#AA33#AA333A)A(A(AA33A@@@@@@@33A{@A33@fff?ף??9@??=L>?ffA=L>=<=>=A ׋@{AףAmApAuA›Ap=AQAARAA ׃A= {A\Ap@Y@\"Aq=@L>ff@A@A BA)\SA #>=?AffA=\FAA>? c@L@5@AAA{N@)\A\AzA(LAff^Aq=zAGAq=^A)\oAGA`A)\Ap-ARBAEAffZAHǍAffJA{NAHA]A)\7A םApAףXA5AQAq=AA Aff^A{~ASAq=^AMAA KAMA@@@ff&@@ffBdA33cĀAxA33AffFBffABff BBL@`@ B33s@BffAAffA333?33sAff@ף@H@@@G@@= @)\o@@q=J@HNA A A@'B33@>33A>33A@L>33??AA33AQLAff@33?333@B>RAAE?fff?5???q=J?AQAAA5AףAq=AA33 A33@ף=@ BBff@Aff Bff Bff B`@A(DARvA(A( ARvAzDA)\A@A\A@q=RAz?ff?Y@33?33?{A`@=L?ף@@=Q8>333?? ׇA@L>L>33sAA @A333@AA33cAffVAff6ALAl@?@̄@AffA1A A A AdA3A? AGAffNAff@ABB33AA̴A Bq=zAXA@`@`@333@`@`@33s@B33A33AffAff@AAAAQAQx?(?ף?H@@ @33@H@$A@ff@µ@Q@@A= A[AHrAף@`@;A)\@ Ap-ARvA(,A ׍A@A@L>33@@̈ABBBff?ff@ff@ ף<@@=L??>A?@@ffAAffA33AA|AffA@33AAAףAAffAff@AffF@@LABffABBAB`@@33@@@@H>A(\?@@H @@Q@=33@z?G>Y@p-@R?ffF@q=?u>@k?= w@q@?e@33?Y@ff6@(?L= #? #>Ga?z@@@{@\@ @ A;AH*Aף@A1ApAwAQ`AtAeAA\A= AHA33?33??A)\Aff&@333@`@33s@AAffA33ÄA33AA S@pA?@A33S@HAAA S@>Bq=QBA= @?@(\?@H:@fff?@+@zT?(?)\>)\?q=>z> #>z?= W>?\B> ?\B>(@z4@̦Aµ? @(,@\?{?ff?33S@ ף<@????)\AAAAAAff@½@\b@Qx@= @Q@R@)\@p@@̔@@@@u@@@R@G@q=Aף@ABABffAffA)\B\@APAp@(@\A0Aff&@@ ׿A #1@@H:?33@ff?ff@ףp?R?Hz?q=?+?R@= W>?G=33?q= ?R@(?@{@= @)\@H@̤@ff@H@H@\@@@AG@QX@@R@ף@@@QA@q=@ ד@A@A\&ApA{@HZABL>L=AףAAz@?{@A@?{A5?=)\O?Q8>q=?+?R@= W>33?q= ??G!?z???A)\?L>R@= W>(?@= w@q@e@+?33?Y@ff6@(?Ga?p}?= W?\???h?(\??u?u?Q?{n??ff?h?Y?G?33s?k?q=J?ףp?ff??Ga? ??ff&?(?(?z@p?333?G!?p=?)\@@G??¡AR^?\@Q? c?ffAH?ff???333??ff?Y@)\?@ #@@)\@ffV@@̜@ @fff@33s@ C@(L@`@ ?A@5@q=J@)\@@ף@@)@{@G@L>L>>? ??33>?>>>>>L>u>L>?G?L>Hz?G>L>ף0?G?E?)\O?\?ףp?Ga?G?u??33s?(\?ף0?•?Q8?@?R?zT?R^? c?H:?(\?Y?R^?(\??33s?33s?zT?Hz?{n?L?ff??G!?Qx?\B? c?G!??R?\?G?@?(???33?(??q=@q=@33@33@,@(?(?H @Q?\@33@@)\?33@ @?33@ @ @@Q@GA@33?= '@R.@ףP@= ?L>,@ @p-@@@q=? @9@?@>u>>>>L>L>L>L>>L>?>>L>L>L>?L>\B>L>>>\B>>̌?33s??ףp?\?q=J??= ?\?̬?Qx?R^?̌?Q?z?R?ףp?G?u???h?{.?Q??{??ף@?ף@p?R?5AI@33#@ףAQtA(DAQA4Aq=bA)\+AAA%A( A{A$Ap@ף,Az8Ap=A̜AQA(AH6AHA{A33_AY@Y@ף?ff?H?G?{?H@ @@R@ @zD@ s@e@{^@̌@= ?z4@̜@@̌@L@= W@5@>?z$@Q8@?>>>>>>>>L>Y@l@33S@ffF@>>L@y@>>̌@fff@>?>?><@z?q=?R^?Qx?̌?????\?̬?ff?Q?fff??\?33?•? ף?fff?Hz?Ga??Qx?ff?>(?z?= ???ff?p???33?Q?̌?\?•???33s?ף?µ??(?)\O?Q?̌?z?•?\?̌?p}??{?L?L@333@9Az$@33?)\?pm@?@z@ף@{n@K@> #>zT@Q8?= @ ׃?u@{n??I@>ff@ @@33??33@? #>)\>\B>L>L>?u>u>?>>L>???ff?(?fff?\?(\?Qx??q=?{n?\?q=J?{n?h? ׃? c?p}?)\O?Qx?k?Qx?fff?p}?{n??>H:?fff??= W?33??•?z?(??ff??p}? ׃?z??u?H??H??q=??{?Q?(?Qx? c?= @= @@K@,@k@Q@{@fff@= W@{??ף0???•?= @ff@\r@@(|@@\r@33c@Q@q=:@p>>??>>= >?>L>?333?ff>?>333?(>L?Q8>?z? ׃???̌?ףp?Hz??Ga?Hz?\B?Y?zT?fff?Qx?̌?\??Ga?p}?fff?\?{.?)\O?E?Y?fff?p}?Ga?\?Qx??>G!?fff?ff?R^?Hz?U@q=?H??Qx?ף?µ?z???•?G?????H?{BApeA@H@z>BBffAGQ@{n@q=j@H?zAG@@R@\?33?= @{@G1@ כ@H@H@33@{@(@ף@)\@+?z?>̌?̌??ff??ff????z>5?1@ ף>R?,@ ף>,@,@fff@\?>9@ ף>k?,@l@\B?L@>>E?L@ff&@?̌?33s?\?G?ףp? c??h?p}?)\O?p}? c?Qx?Ga?p}?Qx? ׃?>+?fff??(\?Qx??ff?{n?G?L?ףp?h?? c?@z\AoAQ@H@{RAQA-A A?Y@̼@Y@33@mA(AzA33AzTAEARA`ARA= A\A?ff?̌???33? @ff@33?@@ff>\B?(?(?L?5?L?L?\>\>(@•?)\O?)\>Q8>>??ף0?Q8?5?E?R^?@?E?(\?@?G? #?>333@,@9@@?Q8?(?Ga?)\O@k?>\>q=J?ףP@\>q=J?P@@?33S@>ff&@ #?R?(?(?@(?@ף>{n?Hz?Q?u??33C@?ff&@?ff&@ @ @Y@R? @u??33?̌?R^?Q?L??fff??L?!@\B@33?33??̌?@ @??????L??? @>\"@7@@G1@Q@5@H*@ף@33?33@?{.?peAoA-A(Aq= ?R^? c?G?\@@zA33@ff@q=?ff??L?)\O?Q?ff&?Q?L>q=J?u?fff?h?(?Q,A?AQ8??Gq@>L?33s@33S@>ff@ @ @33?,@y@(,@33?@y@9@zD@??ff?ff@ff?@L@?•?̌?ff?{n??̬?33?ff??33s?\?H:?zT?(?+?Qx?333?333?Q8??ף>Q@L>@A>p=?,@ff@)\>?B= ?\?{n?\? ׃?(\?G!?H?ff?33?ff?q=?= W?G?{?i@Qh@@@Y@?@@L>@@@@@@@@@@@@@@? @ @ @ @ @p@ff&@ff@,@ff@@@(?\B?(?Y?R?ף?zT?R?Q?R?H:?(?zT?H:?33?@R@R@ff??G@ @(\@{~@ @?\R@ff6@`@33S@333@33S@Hj@A@33@{>@Hz@@@zD@QH@q=?̌?q=J?ff?ff?H@ #=z@H@33@33@)\@\B?R^?ff?@zA{n@(<@q=?)Aף@?q=@z@@@h@Q@\@fff@ @L>@ff?@?\@@p@y@=ff?ff@@zT?(?ff@ffF@z$@(@\?ff?@R@\@q= @q=???z@̌?H??)\?ף??I@Q@a@\@l@Hj@l@ffv@33#@Y@y@@p}@,@`@,@q=@`@ffF@@@fff@h@8@@R~@G?33C@ @̌@@33s??@fff?333?333??@z$@)\?@@33@@33@L??333??333???)\?̔@ff@QdAg@ ׻@@QĀAzA33c@L@@@?{@(,@Q?p@ff?@(A?Az??= ?R?̬?ff@ @= ?G@)\@ @?ף @?z$@q=@@fff@L@R^@ף@ף0@,@( @G?33S@zT@ffF@p@@1@ff@8@)\O@\R@Qh@)\?@l@@ff&@ff&@R~@ @Ga@(@GaAף@ @q=@ @HAAY@\R@ף@R@AAQ@@I@@ף@GA\@G@?@p@y@@ff@ff@{Az@A ;Aף@?33??Q?@???L>L>?ff?@@@Q???q=?ff?ff?%@{^@@@p-@{>@0@p @33@ף@ff@@@@(? @??G@R?@ @ffnA4AH@B33mBzAiA33sARDBZBOApA{A33c@`@P@L@9@ffV@ @ffV@Y@@l@l@i@y@@@y@l@33S@fff@@l@y@33s@,@33s@`@fff@33@@@ffF@9@33S@L@Y@33@33@Y@I@ff?@Ga@B>L@>Ga>ףAG?ff@G?@33+AL?L?fff?̌??333?L?fff?@?333??fff?L?fff?33???33?z?? #< #< #< #< #< #< #< #<@@?= ?z?@H?L??ffA(4ABiA\A33SAzAA$A,AQAAffNA8AaA33KA33AAA33A @AH&A$A?A?QtA?PA?AAz4@ff6@L@`@fff@l@`@ffF@33S@`@fff@33s@ffF@y@ffF@<@@@`@33S@`@`@33s@l@ff@ffF@L@@@@33s@ffF@33@33S@ffF@@y@33s@ ׻@p=@z??L@p>>33?)\>?33?ף>ff?33?u>= >\>>>ff>???>>33?H>>333?G?fff?\B?q=J?ff?Hz?k?\B?u??\?Y?>?ff>?(>p}?\?)\?33s? c?Y?Q8??{?(\??Hz?piA?IAA,A\B@\@)@q=? ׃? ף@(?L@q=@Qx@ff@33@@@?,@?q=?A A@H*@)\@z?H @?(?`@ @l@33s@L?0@GA@ ׫@?ff@ 3@A@\@?A@@ 3@Ga?Q@Y@@33C@`@33C@@@ @u@(|@>>>>?33>H>33? ?333??>>333?fff?L?333???L?333?p>= W?>{n?G?\B??Qx?k?p=?Hz??\?R^?ףp?q=?\?= W?)\> #?)\?G?k? #?k?33?q=?H:?G?q=?? c??)\?= ?{?Hz?G?z?R??R^?G?ff??̬?= ??ף??p??33?)\?R?H?R^??)\@ ף?@G@p @G@\?= @u=333? ?\B>)\>33??p?R?Y?zT?333?H?u? c??+?33?̌?{>?>>zT?@33@= @̌@|@L@QH@|@8@ @?̄@{^@8@?µ?w@33s@fff@H@)\O?Q?R^??R^?? c??= W?q=?\B>{.>)\>>q=>q=>?>̌?>u>u>k>Ga>)\? ף>>)\>@?\>\>p>?p>p>z>k>H@33#@h?Hz?u??ff?Q?`@Q?\R@q=J?Ga@ @R.@(,@ף?Q?= W@= ?? @q=@@? #>>?= @?( @ף?H?5?ff@@Q?(?>>\B?u?Q??(Ǎ?G??Qx?)\? ף?R^?@A>Q@ffAL?@R?E??ף0???p?33s?\?? ׃??\???p?)\>ff>L?Y?\??p=?L?u?Hz?(?= ?Q?R^?L?(\?zT?Ga?{n?33s?p}?{?z$@h?Hz?L?z>q=?z?q=?Q?GA@p>>>\?u>{.>Q8>= ף>q= ?{n???5?z?G!?(?E?R?(?(?H:?̌?5?fff?>{>?z?? @?)\?ff?)\??G>>?33s??33?{>@??H?q=@q=?= ?{@?)\@ff@??(,@q=?= ??L?H@̬?ף0??µ??= @( @H?5?G!?33s?p}?33s?p}?\?\@?p}?@?E? ׃?Hz?@?G?Qx?G??p}?p=?33s? c?Hz?p?Q?Hz?p?Q?Hz?p?Q?> #?>>>>u>= >>z>R>\>\>p>zT?= >>L>=L>(\?(?= @?? #?(?>>q=?•?(?H:?k?33s?= ??ף>q=?)\?p=?G?@(@̌?fff?R^?E?(?5?333?5?{n?{?)\?(?(?H:?5?>z? @??ff?>?q=?{>(?H:?H:?H:?k?k?k?33s??ף>ף>ף>)\?ףp?(@Hz??q=?Y?q=?G?•?@?\?fff?H:??Ga?\B??k?Q8?Ga? c?u?p?q=?u?p?q=?u?p?q=?u?q=?q=?z>)\>{?L?>k>L>k>k>Ga>Ga>>= W>= W>= W>H>z>R>Q>>z>>33> ף> ף>{>R> ף>Q?33s?Ga?h? c?Hz?H?Ga?H?5?H> #?R?L?333?L?33s?Hz?{.?R>{>Qx?+?k?{.?zT?ף0??fff?k?k?k?k?5?5?33s?h?Hz?Ga?Q8?Q8?H>?333?33s?{.?{>+?k?{.?ף0??= > #?fff?>=?q= ?L@?ff@ff>333@?@?>)\>33?ף>?=L@?33?>@zT?p}?)\>L>?>>u>z>q=> ף=L??L???Q>\?33?(??>>>Q>>?>R>R?5???= >? #?@?fff?333??G?>\>ף>ff? c???(?( @ c?\B?33s?ff?(?R?Q8?L?G?\>(?\B?ff?Q8?L?Hz??G>R?ff&?p}??ף???q= ?p>p>?)\?{.?= ?R^?ףp?R^?= W@= W?(L@u?q=@z?HZ@Hz??>@?7@pM@@33?>?R>G>@q= ?333?ffF@?>? #>ff&?Q>>5?= W>?(>ף0?>>R@{@@G>= >(>>?>>>R^?Hz??>G>ff&?R????ff&?ff?p}?fff???H:?ff?ף?ff??\>Q>ff??333?̌? @?h?p}?33>ףp??L??= W?@?G>>>ף?q= ??k?= W?Qx?L?p}?{n??ff>R^?p>???ff&@>>?>>> #> #>= #> #> #>ף?>L?>\>)\>\B>>>?>(?>L?{>H>(>q=>q=>u>>u>>= W>X@? @q= ?z??E?(>p>>p>ף@? #?{.?\"@>z$@q=?= ? ?R^?Ga?ףp?@?̌?Y@ @ff???L??z?33?ף>R>R>R>q=>?ff?q=?Qx?)\@k?\@Q8?= ?Qx?Q@?{n?= ?@p?R?)\?>z??R?R^?p=? #>>q= ??ff>>)\>ף>?L>+?>?\>p>>>fff@@̌?@z4@L?H:??>> #>\B>=)\>>>{?q= ?\?=>?fff?u>33>>33>{>{>L>>?>Q>R?Qx?h? ?Q??Y?p}?? ׃?Hz?@33>33?ףp?G!??33?L?ff??333?= W?(?@?33>G>??ף??E?E?p=?? #?= >Q8?G?\B?Q8?(\?p}?= ? ף>?@?ff?̬?̬?G!??Qx?333?333??= >= > @?@@@[@ @)\?\b@ףP@fff@ ?\R@? ד@W@ף0?zt@`@= >H@Qx?u??>>?•?z?p>k>>>u>u>(??> @zT?(@z?H:?{.?>>z???k>>Q>u>QX@ףp?>>\>>)\O?ff&?333?{>?ff? @Hz?ף?)\?q= ?>?R^?k?= W?Qx?Ga?G?L??p}??{n?ff?333@ ף? ?)\>?Y?333?+?>5?(?>H:?R?Q8?Q8?L?L?R^?Hz?Hz??ףp??z>ff&@@q=@= @@R@p>q= ?ff@33?@Y@q=*@(\@(@ C@U@Q@33@@z4@E@ @Q@\B?Q8?)\?\?>?̌?333?>>p>>u>G?,@33>>{>p=?p>u>R>\>>>>>z>Ga>>)\>{n?R??)\?333?ff>33?(>R>p@>q=>?33??(??ff?q=?ף?ףp?̌?̬?R??{??>??ff&?R?R?p@>q=>q=>333?)\>̌?L@G?L??u=?= ?ffA33s?33s??q=j@= @= w@ff@`@l@??33?@@)\???333@?ff?fff?G>)\?G>>fff@ff? @@@33?? @ @ff&@L?z>L> #?>>=>)\? ף>)\>R?)\?ff&@>fff?>q=>L>\B>\B>Q8??h?333?H>(?(?Ga??ff?{?ףp?Qx?)\@k?\@Q8?Qx?Q@@33?p?@Hz?(\?\b@?ff@?@ףp?Y@33@QH@33@>\B@@QH@Y@33@Q@Y?ff>333?ff? ?IAl@ff?{N@33?G!?\@33@?G?Ga? @@@33?33@33@ @@333@̌???̌@HZ@Q@z@ff&@?{@e@)\@H@@GA@ף@Qx@`@[@@@)\@G@{.@q=@ @L@{@̌?q=?33?= W?? ׃?ff?u?̬?̬?H?ff?33?33??L?z?Q???ff??= ??z?33??̌?R??AG?@?@??ף0?k??@?@33#@ף0??Q8?{n?G?= ?Q@q=*@?H@?>>R?z?L?R?)\?h???fff?fff?q=J?{.>ff?)\?33?ff@H:?R^?z@G>?z?q=@? @\"@?)\?p @Qx???zT?ף0??̌?G? s@ כ@@Q@@)\@(@= @33C@???@ff?@@@ff?@fff@ff@?L@,@333@@AG@GQ@ף @ ?z@ff>AG@ ?)\? @)\?h?p?Q?G?? ף?R?ff?Hz?q=??q=??33?(?)\?G??????\?33??{?Ga? ?z?R?GA)\O?R^?fff?p=? @{?ff@@Gq@\>)\>???̌?L@(??ף?G? ??z?E? ף>z? ׋@= @33@ff@@@@@@a@33@= @̌@|@G@̬? ?Q?= G@GA@L@QH@)\?l@ף`@R.@|@@\"@ @?p-@(@Q8@(L@(<@X@)\@= G@ף`@Q@u@Ga@{>@ ף@@= @u?ףp?{?\?= ?= W?z?p}?G?\??k?Q?q=?p?\??̌?\?h?)\?= ?ף?33?L>>?>{.?= W?? ף>p=?z??R? #?(>= >33?fff?G?\B?L?Q8?p?(\?L?p}?= ?)\> ף>G???u?@?@??ff?{?̬?? ?ף?u?@h@5?Qx?Q?)\?G?33@33? #=Q8?Qx?>\@= @@?333@?@??̄@{^@8@33@R??µ?Hz???33s?•??p?{?•?ff?=Q??L?fff??)\?? ??G!? ף?fff?L?ף @@@@ @\r@ף@? ׋@p}@Qh@@R^@;@@HZ@;@p}?̬?G!??@????Qx??333?Y?333?ף?????Q?•?u??ff?333@ ף?\Aq=:@%@ף@GA@33C@{@ ?ff?\@33s@@?̬@33@)\@(|@= @= ?(@µ?33Afff@@ff?ff?z@h?>??@`@ ׋@ff??p @HZ@Hz?@?(@R@@33s@ @@ff?@̌??@ff???9@33?̌?L>L>333@|@RN@U@q=j@)\o@i@\?= ?ף`@@ffv@,@(??>{?\??G?H?)\?̄@@zd@Qh@?ףp?ף?h??L>==>=(AL?{.>L>=̌?==L>ff?G?Q?1A\???z? c? ?33?Q? ׃?p?G???\?p?k?)\?)\??= >5??{?(?ff?G???\?Ga?ff?)\?ff?)\O??q=? ף??33S@p@@???@@9@9@ @?y@33@@)\_@333@@+@333@33s@ff&@,@?ff? ׃?Hz?q=J?ff??\B?u?h?\B??h?@?? c?E??{n?H:?fff?h?fff?ff?{?fff??? c??)\?L??H?)\?u?G?@?@z?R?R?)\A?{?)\??ff@q=?z?ff?Q(@??Q?•?z?H?ff?)\?{?R??H?k?q=?̌????q=?p?(>Q?)\?? @33?R??(?@Q?? ׃?{?ף??33?= ?Qx?= ?ff?\?G?q=?ff?ff???33? @33s@???????ff?ff@̌?L?̌?L?ff? @ff?h?Hz??Hz?q=?G?Hz?ff?\?33s?G?p}?G?q=?G?̌? ׃??p}?ף?33s?ף?ףp?)\?u??̌?z?)\?<@Q?@33?H?̬? ?p? ף?)\?\? ??H?????ף?R?????z?H?p?̌?ף???)\?fff?ff?ף?R?33??\?z?q=?\?Q?)\??(??(?ף??R???z????Q?̌????̌??333?ף???k?H?@ @,@33@ @33@ @333@@@ff?ff?y@333?̌?,@?@ff? @ff@333@33?z?{?33?= ??q=????{?R^?Q?)\?z?fff? ׃?{n?\?R^??E??k??= ?ףp?G?= ?\"@'@q=?= ?{@H? ?(?ff&@= ?)\?,@QX@ף?H??33?G?????Q?33???z??̌?z?33?H?̌?Q8?p??q=?Qx?\?ff????z?\???{?H?p}??ף?R?= ?H?33@Q8???)\???z?= ?q=?{??{?33?ף?{n?p}?Y@33@ffF@@,@̜@ff&@33@ff&@ff&@ @@@̼@333@fff?L?̌??L?333?fff?333?L??L?ff?fff??= ?Ga?z?G? ׃?{?Qx?̌? ף?q=?{?\?ף?•? ׃?ff?= ?)\?= ???{?•???= ?G?ף0@p?ff? @H??@ff@)\?@ff?H?z??ff??0@?@33@ff@?@?? @????G????Q?µ?q=?µ???̌??̌?G?H?33? @ff??ff?@ff?H?q= @Q8@k?H:? c?h?R^??k?̌?q=?̌?q=J??fff?̬?̬?̬?G?p??{.?p=?Hz?Hz?Qx??Qx???z??z??{n?{?{n??33s?{?= ??p?33??ף?Hz?)\?̌?ff? ׃? ׃????(?̌??\?33?R??{?= @??\?)\?q= @)\o@)\o@ff?= ??K@?µ?(?5@µ?p? ?q=?@z??@@'@{@ף?,@ף0@G? @G!??33s?h?Qx????fff??Ga?)\??G?Q?33s?h?Q?H?(?k?)\?q=?p?h?ff?•?H?Hz?33??{? ׃?ףp???= ??= ??= ??= ?µ??̬??̌?ף??@Q?@Ga?{?G?{??̌?\??z?z?z?? ׃?Hz?H?G?•??Hz???ף?33s?q=?R?G=G==G==?q=?q=?R????(,@ף? ף?\B@?ff??@H?ff????G?̬?ףP@G?G??ff?)\?Q?{?)\?z???(?(,@Q?z?k??Y?{?ףp?ף????ff>fff? c?(\?k?Qx??)\?ff?ף?Ga?Hz?p}?ff?33>ff>Y?G?{n?zT?33s?G???Hz?R^???????ff?z?E?p=?? c?•???q=J?{n?G?q=?H?̌?Qx?q=???R?ף?Hz?̌? ף=u=L=>)\>=33?q=>=L>=>L>>L>L>fff?̌?R?33? @ #@ ?= W@L@p@33?33??•?ff?33?ff?33?= ??????33?ff?33??Q?ףP@q=?z?= >ף @?Q??? ׃?q=?̌?R^?u? ׃?ff?(\?p}?33s?ff?Hz? ׃?ff?q=?Ga? ׃?33s??@? c?fff?Qx?G?u? c??zT?{n?33s? ׃?\B?Hz?R^??Ga?@ff??ף??=ף? ?L?ף0? ?L?̌?333@ff@Rn@ff&@9@ff&AY@Y@@@33@ff&Aף?)\?ף?p?p?p?>===@?ff@=@33?>>========ff>===33?@?ff??p?fff@33?fff@ף?R? S@??@{?{@?q=?u@??u@Q?W@?H?@?zT@ff??q=j@\?•?q=?Hz?\??= ???? ף??Ga???)\?\??33s?? ׃??= W?Hz?fff? c?h???G? c?Ga?fff?p}?p}?p}?k?fff?{n?q=?q=?q=?̌?q=??= ?p?G?=+?ף0?Y?33@ff&?GA@@GQ@\A=k> A33@ff@33>k> A{.>?p]@•??p@?fff@?ff@?= >E@)\O?q=?G@R@k?{?ף?X@z?)\O@ףp???G@H?,@zT?@33?ff?33??ff?33?33? @@33S@33S@33s@@@33S@L@ffF@?333@fff@,@fff@ff@ff?@@p???G??p}?)\?G?̌?\??G?ף?Q?•?H??•?(?{?̌?)\?)\O?)\?z?ף?(?)\?A\B>@{.>ffF@ @33@@33s@ @̌@@ #> ף<==Q8>333?H:@33c@)\?Q@ ?Q@?zT@q=J?q=>= W@?)@{.?@?0@fff@@{n@H @\R@= '@R^@\R@I@@)\@\@?? @33?33? @33@??@ff@33?@33?ff&@333@ff?33??ff???33??@(?33?(???????ף?)\?33?•?33?Q?p?•???Q??G?(?ff??\?̬??ף0?̌?{.>L=L=L>>?=̬@A?=u==L?{.>)A@{RAzD@ כ@z?Qx@@LA33?)\?R@@@H@\@ #?ff@e@tA\AaAG?333?ף?)\?Ga?= A@)\?R~@= ? @,@33@ @ @ff@@ff@33??33@ff&@@ @7@y@ff@?̌@?33@333@?•?q=??ff??H?? ף?•?G?p?Q?= ?Q?̌?q=?p??)\???= ?•?{??{.>L>>>=ף>==ff@Qx?L@ c?33@?@p=?Q?P@q=?P@33S@z4@z??????>>q=>@@ ?Q@@q=?33?ף??{???Q???ff?@333?@??L@33?ff???33?̌??ff@?? @333@ff?33@??33?333@?Hz??p}?G?Q?(?G?•??Ga??Qx?333?E?ףp??H?= W?h?ff?{?E?Y?33s?p}?H:?k?(\???33?q=J?L>L>L>==fff?fff?L>333?̈Aff@̌?̈A?•????)\O?k?z?ףp?H?zT?33?)\? ??q=J??{.?R^@fff@{n@\R@R^@\R@I@?z?Qx@R@@@@33?9@?ff? @,@ff?ff?? @33@33?fff?@ff?ff?ff???fff?@ff?33?ff?q=?5?R^?Ga?q=?q=?G?? c?p??{n?? ׃???ף?{?H?k??= ?ff??ף?(\??p}?ff?z?Q8?\?>A=̌?\B>ff@)\>@L>L>=333?==ff?33 A?L>H@\@ff@ff@e@e@ffrA33?Q8?ף?)\?= A)\?= ?Ga????Q>{.?33s?h?ff?ףp?ףp?\???Hz?ff?q=?̌? c??̌???R??ff???fff?@ff?ff?̌?̌?@33?@?ff?33?@ff?̌?•?h??fff?q=?{n??R^?̌?Ga?k?)\O?ףp?Q?R^?(\?k?R^?{n?Y?h?Q?Ga?)\O?R^?= W? c?G??p}?E?k?L>33 A=>L?33Afff?ff?G>33?>fff?===>33?p}???= W??z??R?̬?p=??{n?G?33?? c???H????q=?fff?̌??H??(?p?{?@ff@@????333?333?333??333?33?fff?>???ff????̌?>ף>u>Qx?u>333?u>? #?>E?Ga>z?= W>q= ?L>E?ף>333?u>u>?R>>ף>)\?\?@ @ff@ ? @?ף???\?ff?ff?ף?q=?33????\??̌? ׃?\??̌?ף?\?p}?Q?L?33s?33@>q=??? ?G? ׃?z??Q?ff??333?>??ff??>z@ff@@@ #@)\/@R@G@?33???33@ @@@\?\"@G???33??Q??̌?333?33@G@?<@ff@ף @z?@@fff@ffF@?ff?ff??ff?̌??33?L>??9@333??,@?33@>L>?,@`@9@333@,@=ff??L?33?ff??`@33S@333@?ff?33?@ @L@fff@ff?333@??L?L??=?33@ף?R^? ?̌?̬?q= @33?G??@?\??ff&@?=@33??µ??\B?333?)\?fff??Y?̌?? @Q?@\?@)\@G@)\@Y?@\@z@33? ??{@R@%@7@ff@(?)\??q=?q=??33@ #?ff@333??L>=Y@ @L??>9@G>?u>L>{??33?(?z>=?z??)\?q=>>Qh@)\???$A?Qx? @H?pM@z?>+?@@ @p}?333?L> @= W>ff?L>>=? ?)\@{@ff@@ff@?ף??ff@ @H@33?z?@ff@??z?p?ff@ ?33????\? ף??ff@ @̌?\?= ? @`@@(?R?@fff??333@@ffF@33?@@> ?{>L>33@ff@`@?@L@ff@33?(?@ףp?Hz???̌?)\O?{N@33?Y?fff?y@ff?z??z@\? ? ?ff&?{?@(?(?{??µ?ff@33?Q8> ? @R@(@= '@@( @= @@Q?@\? @????,@5@ #>??ff????fff?{@`@ff&@\?q=@?@?33?ff?̌?fff?fff??L?fff?̌?̌?ff???@@ff?@???ff&@@?G?@k?Q?R^?33s?)\O?H:?=333??33?q=J??5?B?L?@@fff? @33S@33@333@ff?̼@@@33?33?z>>\B>9@ff?(>\?R~@zT@33?E??9@ff@33@33?G@ff??@L?33??@ff&@ff?ff??{n?@333@ffF@33?BB9BB33BQ8>)\O?\B?p=?p}?k?ף??R^?)\? @?5??z?>fff??)\?@u??ף@33C@ @l@33@@@?z?p>)\? ף>>>l@@@@@?@`@)\=Q8>R.@ff?@@@?ff@ @@33?ff&@ @?@?ff?33??9@ff?ff?ff?fff@33?ff?33?p-@?33s??L>?ףp?q=???333?̌?ffAff6A@ff@?L=z@̌?@fff@ff@ @̌??>?ff?Q8>33A)\>ff?@ff?H@333?33?@Qx?z?@= @@@@@@33?p??p?33?33? @33@?̌?̌?@@33S@33S@333@333@,@??ff@?33S@?̌? @ @ @fff?̌?̌?ff?ff&@ff??ff?33@fff?>L>k>== W?L>33S@33A>fff?>L>33s@R? @G?ף??ff@?L@?>33@@@@{>@R?@Aff&@33+A?L>\B??•?@33@33@L?ff?̌?̌?ff&@?@??@ff&@? @= ?ףp?Q?Q?{?G?p?̌?ff?Q?)\?33?q=???̌??fff????33??fff??H?fff?L?G?33? ?̌?@(>fff?L?G>ff?>L>ff??@L>33>??=>H:?Qx?G?z??q=?z?(?R?̬?p}?33s?Qx?)\?{.?(\?{??̌? ׃? c?@@̌@@ff&@ף @\R@ף@k> @>ff?@H?333?̌?)\?fff?R>? @@?= ?ff?q=????33?? ????{?@?%@{@ף@??\??8@q=??1@ff@{?@ 3@z@33??ff?\?@??5@z@ף>ף0?>>L>?33?Y@,@??33?̌@@33S@fff@`@33??33S@?y@?@33@fff@L@33?•??•??•???̌?33?\?\??Q?Hz?@@>= W?=?L?R???p @5@=ף@@33Au>?>(>!@??ף0@z?)\?@Q?(@q=*@\?Q?{?)\?@ #@\?@= ?0@@G?? @̜@ff? @?ff?33?33?33@ff??33S@ff?ff@ff@333@L?33?̌@ff&@Y@33@33S@ff@ff?@33?q= ?@??@L?ff&@\b@,@?333?ff@ff@33s@ @@33?@̌?L>L>?,@333@ff?9@fff@fff@fff@̜@H??q=?Hz?G??)\???H? ׃?u?•?>R??@AL? @p>?)\O?Q>ff>33>>?̌?\B?z>?L?33S@?ff??L@@@@y@ff@?ff??ff&@,@GQ@)\_@R>@(L@\??\?zt@ffF@)\@(@@ @333@33@ff&@ff&@,@,@ff??̜@̜@????y@ff&@33@33S@?ff&@G?33@G@>{?33?h?=k>\>Ga??q=?Q8? c?(?= W?\B?p}??{n???{???\?)\?33?q=?z?ff?33@H?GQ@?`@L?@>33?l@ff^A8A ף=33>=33@L@HA@?33?ffVA?fff?33??ff???ff@ff?ף??33?@(<@33s@H@ff?9@@ff??Y@̬@@ff@@ffF@̜@u?Hz?Y?5?Y?ף?G>G>z?)\?G?\B@ ף=\@{?q=>ff@ @(>\"@G?{>?Q>??>ף??ff@)\@@Q=R?>(\??ff????ףp?Hz??q=? ף?{n?h?\??(?k?= W???z? C@ff?? @Q@̌???? @ff&@ @ff&@@33@ffF@{.?p?q=J?̌?G?Hz?q=*@ff?H?{.?ffF@fff@ ף?P@>8@H>9@ ?>(?\?> #?>E?Ga>>)\=z?= W>q= ?L>H>)\=@(?A(?G@{^@?R?E??G=R@???= ?fff?E?Hz?ff?̌? c??ff?Q?p}?Q????33?= ?•?ff???G?q=?33?p}?ף????>fff?\@??)\O?fff?)\>?{?fff?̌?>z?u=\?? ?G@R@?ף>\@ף>>)\@u? ?>??= >(?>Q?p>H:?(?333?u>)\?R>ff?\>?G>Qx?u>\?G?{?\??\??ף???\?G? ׃??̌?z???{?p?Hz?q=?q=??̌??̌?333?R^?{>q= ?ff?=?= ף???L>ף0???R?ff&@q=Z@>G@Q>333?u>)\?R>?G>= ??ף> ף?)\?(?Y?Q8>)\?R>u>???ף?u>?ff@)\@@(\?\?zAף? A @ff&?33 A@9A?L??a@Q0BR.AA@h@33s@AA\>ff~A\ZA{AG=Aff6A>AAy@?\@@ף@)\>= ?A@@?ff@Gq@̜@p@`A̴@<ף>33>Qh@@{@33KA$AffAaAffAA$Aff@ffAtA33A33A,A9AA33AAAffAffA̬AYA\?GAK@= ?= /A@Q=L=?(\?$AAR~@@)\@R@q=AA= A@ff@@= @G@AAff@@@)\@= KAp@@)\A)\Aq=@q=@@@{@q=@= @̬@̔@@(@zBBBBףB#BBBB̯BBBBR8BB̎B33BBB̠BB̠B̳B̯BBq=:AffFAaAaAGA!A(A33{AffvAtA33AffAff.Aff6AA<Q@G= ף= #=µ?\B?a@z@(@ff@@ ד@GGBA($A33B~B{bBiB)\qBzeB\^BqB~BffwB WB3B)\B{BpjBuBG}B{XBByBkBkBeB.BAA;A A(@QA(ASBBBḆB̩BB33BBffB)܄BBBBBBBfB=BBBBBA33#A!A8Aff.Aff>A33;AffA9AB33BB33B33A33AffB̒BffvA33{AB33B̈A@33@Aff@LBq=@ ף=)\=@L?\>>{.? Ak@g@Q@ף @\>33s@[@Qx@{>@ c@G AQ@H@H:?@@ s@ s@X@ff@Q?)A0A̵B33BffBBBBpBBBffFBphBBBB33BMAףBpA(B(`A3BiAffB̅B̐AfffB̟B33BffBffB̘BffBApAAffA33AAffAffAffAAA33ÀAף@H?L= #=x@ff@{@= W@̔@R A{A\b@e@= @p@{@zd@@E?>@{@u@= ?R?@q=j@= G@u=u=@\2@ff>> C@ ף?@z$@+@@?Qh@{.@q=*@= ?H@ff?*B{@Q>H>{.?( @{@RAp5A33KA33KAffA1A\ AA@ffA33A@A@ff.Aff@33KA@-A{N@ף0A8AffA9Aff~AG=)\=zT?@{@̌@ @\b@Aq=@G@HJ@)\@Hj@ff&@33s@@A@pgBoB= rBQVB ׷AQgBBG1@u@)\?(<@@{N@?@\B@z@Qh@@(@ף??p?ff@A\@@ A@q=j@p=@̄AtAAtAÄAff~AffVAAz@33cAGeBff@= gA`Bff@`B`BpB33A@XBff@QA`B33[B A33SB @@GYA33YB33aB ף==zOBpBfftBXBqB(bBH|Bq=fBB{@BfBBff@HaB{BףsBq=|BR_B= bB{rB>BHpBHBjB@33@ff@33@@4AA33A33@ff@\2@ GAQ@ף@ףXA•@@@{6A{6A[B(RBq=A\AffA(@@@ף@̔@•@= @@@= @ף@R@ף@)\_A@dB[BXBH@ף@33@)\SAGVBGQAף@p@QXAZBp@QXA[B(AffTB{@33aBRfA)\_Az@ WA`BH@PBףAAp@?@33{A@zD@AL?U@u@= W@Aff@@ffF@33S@ff@@33@33@@)\@)\A9@i@@(@HNADA\@Q4AA= AA\@oBfftBq=fB{By@@G@R@BOBPB33OBDBYBף A5Ap%Aff&A= 'A{*Aff@z@¥@@33AA ף@fBz@B@G@xBp@aA^BffdBGAAfffAffFAxAff&A Aq=jA33Aq=Aq=@AAy@,@A1A|A33AL>ffF@@>@)A\@@@GB?AQA A( ALAff~A@GA̔A@\AAffA̔AE?H:?e@33?,AGa?)\?ף0?\B? @ff@Q@p@= @fff@?fff?fff??fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?fff?>>>>>H&A33@ff@(AAAAB{}BG~B)\>@@ףp@ @%@??R~@@H:?•@(@ffF@;@G?(@@{?{@@̬?>33?L@ #?ffAu=q=Z@?ff@G@ A33@@ף AOBPBH @\"@ c??)\AGq@)\@(@7@@z?z?GyA0A>?fff?Y@ffnA @@GyAq=AH&Aq=@,@Y@\Bfff?{?QARvA‡AA\2A #=@@= A@@?(@@p@33@@W@@H@ @(?G@R?)\>ff@Q(@u@?ff*A@@\@ff&?@L@G>ff@ @9@Ga?ff@@33C@33Ak@@p@?33@G@ff?ff?@@33@yA@ B@q=A33AA33;AA?33s@= ?Aff@H@?U@R@\@?Q@ff&@ @ף@q=? tBffPB[B0BhB\BG_B(QBffiBkB{BJBq=rB B(EB WB)܀B^BףNBBbBR8BA.B\BBqBrBuBHHBB)܁BQ??)\>fff??)\> @?@Q?ף?(\?H@>>(A A{A{@A@q=A)\@@@33AAףAR@(@@p@zAffAA33+A_BHfB33ÀA\BB)\bB_B{AA)\YB)\dB(\B\@@@33@@ff@ff&@ff&@33@y@?p@i@q=??ffF@=33?ff&@@A@A?33? @33??33?ffvA??ff?ff??33?fff?fff@,@H@ף@@̼@AffJAq=@fffA@z@ף4AAq=nA\A(PB=(??=33?̌?ff@A A33A33@>zA eBbBffAsBffVBRLBGqB?BRrBBoBNBffPBnBףBzJBHZBBDBףfBBBpB33Aq=JB @=B@mBp@)\xB= @QBGBff@)@33@33@333@@333@33@l@ @33@33@@33?33@P@@@@33?? @fff?ffvA>fff?I@@?333??ff??̌?A@̬?q@= @8A)\3A33AffAffAHA333A AR6A,A@ff@A@ A@ff A@33@GAף Aff@@RA@AGQ@u=u=RAI@Q?33ApAff?33@(>5?=H:?R^?A?G~B33@q=BhBGyBA\zARBQA= OA&BG@ff(BIAR@33 Aff@q=AB33@LAq=+BR@yBffBffjA@“A\VAQ@@RAY@33@̬?z@Rn@33@ff@fff@p?Q@???L?@)\???̔@33A̔@33?ף@@H @ffA@33@{@A @@A33A33A̼@ff@ff@Aff@@ff@33@33@33SA`A%@$A@µ@ A? @HA= A #AQ AH@/A@@(<@33@(@@H@Hj@)\@Y@7@@ @(A)\WApQAY@ADA?@@\B@@QA\AARA)\AQApABGA\AGMAAGA(AXA(PAq=AWB©AA\A(LAq=ZA\fAARA\BGAǃBuA ץADA@AH:A$Bף8Aף4AGA1Az@)\@pEAHAA«AAAǥBף0?= W>(@??= W?\B?)\?̬?ff??Q=q@ף@@ סAA((AH2ApM@aAA= AףA A ApAq=A C@33c@{BL@;@pAzAHAA(@LB)B@@ffBQ(@ffBffV@@p A ApAHA@9AzB\zB33A{AAq=fAzAq= Aq=@RA\BA@̸ARzA gAzARBAAzA= CAA)\@Q@HAQx@@{@p@33@?\R@@l@q=@ff@?{N@33@= @)\AAGUAףA\A= AA{@{@p)APA(pAB33@ףA(LAq=A@HAPA¡BH@33Aq=A)\AwAA33A= Afff@ffA#BG@K@R>@q=VAף@@@AH2AHA@{ZAAHBA= AffA(A AQ0A{A(\@R@ @{@33@@ @ ?RN@q=@z@\@GAA ׫@G@@)\@33c@!A@@@@33@33@R AA33Aq= @ ׫@ ׫@R@z@@ ?q=@\@A ׫@G@)\@@p@̼@Q@̤Bff6AB+AB333ABGQA33BqA33BffAB'AB|AffB33+ABTAB,ABpAq= BA33A33A̐A$A33A)\oAz1BLA333AeAHAA{AxA סA33B\jAff~AA33+A{ A)\@@Aף(ARAq=B@@•@p@33A̼@{>@Q@i@)\o@(@y@H@@ff@{A33@GA@@\FA{@@R@@Hj@(AHA\vA(@H@@@@HA\vA= AAffAףA\A{A@333@33s@@ A(l@peAff2AHA33AG@(@)\@(@ כB(AB(A\BQAB\A33B333AB33[AuBḄB33BAףHAף8AxAff&AA ARA= AAffAffAAףA)\Afff@33A\A= A{AA@AHAq=@333@@33s@Qh@q= @33A@ff@{@@ @q=AG@zdAff@= G@333@ @Q@@ff"A33@ff@q=A@QAq=zAAGIA(dAףAA!A{ A AYAǘBBB33B33cAB33B33B33B33BMAMAPAMAMAMABz,AAz$ApUAAA!A@AffB0AA(hA= AYA33gAףA@9A1AhAAzAףA)\B\BQuB AffV@q=B(AX@(l@@peAzAff2A= A33AA@{B@G@( A(@̜@)\@{Bff@{@@@ffbA @AAR@\R@33@@ff@ff@ff@y@AffF@33AffAq=8B= AA{A= Aq=A= AQhAA(BQ4Az,A̜@GA33S@X@33c@[@ AuAMA8A+A333AGQAB'A|AffB,ASA,A33[A ;AYA33cA333A33BBB̝BBAA ׿AR^A)\wA@= OA33CARrA)\AAffBq=B\B(|ARA)ܒBB{JAA33{A33WAAAAz\A331BQLA{>@\2@ ׉A(Aף@zAA)\O@G@H@q=@ ׃@qBzdA̜@ff@q=Z@= G@y@333@ @ @@@(@@!Aff"A0Ap@H:@@@@G@33S@{@ c@ AGiAz A 'A A,Aff@R@= AApm@q=@AA33Aff Bף@L@33@z@z@33BHBBffBffBGB\BffBBBǕBzB̚B)\B{BpBXAHaB{BBB{B˜B)\AA@(4A@A33AR6Az0AffrAq=AAzA)\AAffA#BABףABAAtA= B)\BBA= ?AHAGA\Bף@@33@= Aff@H@̴@@@q=AףB\@A{A@@ff@QA)\gAq=zAAGIAA)\[A(dA{AףAQ@ ׋@@GAA̜@33@@)\@7@pQA\B@pM@ףA AHA(AHAHA\vA\vARA= A= AAQ`A@ 3AffBBBBBB WAWAB33BBBqBBBBBBBBBBBBG@33@A4Aff@A= BRA@q=A{AA)\AAzBHA@H'B{*Aff*AffAxAzA\AQAףAA\AH:Aף4AGAAff2A!A A(XA{ A33@z@ff@y@ff@y@= @= AA Al@ffF@‹A\A)\{Aff~AAףARA= GAAzAzAzAAףAףAy@ff@y@y@q=@)\@@ffA;@AA/AfffAQpAffB@@(Aq=ABBffBBBffBBBLBzBffBkB=BB̟BBQBBQB{BBBB̝B̠B̯B̯BBffBffB̵Bq=fA33A{nA AR^A(|Az\A$Bף8AABRA33BzB̌A33A=AXAffjAdAffAq=8B= AA{Aq=A= Ap BGAz,AQ4Aq=AYAkB,ABeAffBףA ׃@zAף@33A33@̺A33 Bף@(@zAq=Aף@q=@)\@= G@H@= _BףAG@ Bi@ A ד@RBU@Q@H@BB̎BffḄBḆBffBffBB̟BBffBBBBuBǭBffB WB=B וBkB¬BGB=BBBHaBGBћB= nB WBEBBBBBpMA)ܓBQLAAAq=A= A‹AHAzAA ׋AQhAףAA ׿A(B33ARBA(BR2AQ@33S@@X@@̜@pAA[@33c@@@ s@R@zA= AzA)\;A33@ff@ףMB@33@@LBA{@™Ap-@= @Bz@QA= AG@@AB9BǞBff/B("BffBRBBzABBB̳BffBB̩B33BBḂBBBBBBBhB=B\BףBBBBBzB)\B33BY@33@[@z}B{A A̔AuA@@ףDAA@)\@)\@0A0AA@ffAQh@p@H:@Y@\@@G@@p=@@HVA( BBBAAQA\ B= BQA{A\AARA)\AQB#BףVBZBAAQApAq=?BBQDA@ABAA\AGDBBBqBB3BuB.BB)ܙB(BRB)ܚBB\BLBB(A{A?L>q=?>G@u@33S@ffV@{@e@ c@33@R&AGiAף A= ;A 'A\fA A33 A,AR@@R@RA= AHA_AAAH@pm@(@q=@\BpQB(6B0BB)ܜB{AsA33A)\>Bף#B1B@AG@ 3@pm@AǍAffBfB̰AA]A{VAAGA(ApA]AXA(PAGAA̮A\AA33A\AQA{@ףp@(?= ?333?ff?= ?̬? ף<?? ף<= >>L=Q?AAAAA±A33AAff Bff@ף@z@L@@33@33@Hz@Q@q=z@{@@g@@GAA)\BR~@GQAffAA33A\A)\[Aff B33AWBA SBAAAtA)ܢB\@(A>B= iB©AAGAQA= wAף Bq=JA4Bq=A33A BHVA(AA\BB\Aq=BBBLBBBBBBBBBBBBBBBB{@@?u=L=Q=p>@?H>33AQABR:A=hBffBAffL>33BA=33+Ǎ?\B9A33BhBbBffBffB33B̝B33BB̘BffBB33sB̠BBэBtBvBiB́BhB33WB33B̡BffAףA@G@A@AzA33A337BffB= ?0B33ABBPBff.BBB33B33AffAAB̓BB33ABffBAB BB33BBffBABA\A#A #=>p=?? ף?h? ף=>Q?p}?Y? ?!@q@q=:@Gq@= @z?7A ׃?{A@Q@0Az$@G%A(@(@=Q?(l@z@ @q=z@9Aq=@q=z@ff@= @{"A)AE@G@Q@QxAGA@{>@H?{?33{A?ff?)\>>z>x@(@@{@H:?\@AGA4AB}AffVA33AMAff&B== [AL@?33?L?AGA33s?G@?̌@ffA@@@?)\_A=A{B(A= \BHrBAAGAq=vA ןAk@333?33?)\>ף>ף0@H@{?ף0@5APAA33CA33BzLA33/A= Bq=:Aq=BuBBH`B33BJBBff$B{>GA33zBAtAyBzArB(A{qBRAA(iB33A\FA±BrB)\AA\>A\nB\ApB{A{ZAq=A= sBA)\dB= A}B= AUBfBTB\B33mB33UBBB33}BABff>B]B.B>Bff2B=BffZB33-BBff@B.BFB33?BffRBOBff*B(>ffB@?= B33BRBQB33]B33BB לB?HAA`AfffA33@B\nAQ{BzA!B{A{vBAzzB33A.BkBRAzqB̨A= A{A(tA{A}AAGAffAQAHA\AzA B(A{BAzxAaB`BHB9BIB33B.BBBRB^B\B33/B>BPB33QBcB33%BDB33-B"Bff.B331B.B33cA33!B= CA?A?A%B\:AqBHA33@A33B9A8AzLABR"AffBq=@GBpAGAHA33BHBAeAq=A BBzBB\ B@GA@@q=@)\@Q?ff?hA 'AףHA̤@ףwBRA &B= oA33ABffTB`@?33@@AA ;A)ܙB@H A)ܕBffBGB̑Bz@{N@HB ף== ABGBzA{Aף@A,A33B3Bff@ףAffB(BRB|B(BףmB33YB33[BBQApBB= cAkB= @ffBBGBAQDA= A ׻A(AcAAGAffA= AQAq=AGmAuAz A{AA{AAq=ABq=BzAA(AGA̒A\Aף0ARAA33AA= AzAq=A@?QAHjA?ff&@ffF@B̼A̒B`@ff@ffXBff@AtBGAA33SA333?AAff@ffBffA33BB33AffAAAffBpAQuBBpA33A̹BAAAA{A= A{NA= A2BB)\{AmA [Aq=bAzAq=BAzXAGA(AףBAq=AffA\AAAAAAAAq=Ap+BA333?p@?33 A@`BBA̬A̬Ǎ@@= @AxA̐BzoB33BffVAffrBAffAff*BBff4BffRBBIBPB)\ABpAzAzAq=AWApEAff@33AffABpUAB)\CAffA|B33SB BL@33B̚BBff&@A)AffhB̎BffBff6AffAffVAffB\BAA 7AffA̎B)\BLB33@ BffTB8BffLBHBEBff2Bff(BRBff$B.BKBffNBff`ByB33B33B\2BffMBffBBgBAA;BvBףBB\ApApA33AffALBBR\B33SBB3BffnB\}BB̽BffzBeB]B\~BffhBffvBAB`@`@??)\@q=bAwAA33AffF@ffAffvA33@l@9@̔ADBffVBrB̐ABB̄BhBff@B33=B33YBbB^BAUBYBB33BHB33)B"BUBUBUBB^B33QBFBBdB B)\AAA33AoBffBAA̡BffB33B̛BBByBffBXA{B33A33BBBB̠AAǸBB̺B*BB@SBG%AffBNJBAB333@h@Aff@{@AffVAAA@Aff@p@(@QA:BRBB33B̉BBnB33BBBtB́B33Bff2B33?BYB33?BhB33?B331B8B8B8BBff*Bff*Bff0BByBff:Bff^B̜@A{+B̤BRBfBq=BBuB33sB̴BAAAffB= A̹BzA= B̘ABA̾B@•?ffBABA@ffBBffB$BA)A33A@@@`@`@9A@33?@ff^AYAtBffB33B33BBB= BˆB=B̀BףBHaBBBBBB{B33BB̐B̑B̙BBBBB33BB̑BffBff&BB WB= RBQQB̠ABABB33B̵B= B{B.BBBBB.B̕B33B= B̧B̃BB̄BQhBGBz@h?u@@?>?33A@l@̎BB̸A33@,@AzBH@33#ABq=A0B{!B *BnBpBfflB{BffB̀BHBBB{BףrBxBLBzwBLBq=B`BB)\B\BB\BRBB̋BBףvBHBnBBzB)܍BBiBff^B33xBkBLB{B WBB)\B\B= BBA33A33AiBffB33B33BBff~B̬@?LBSBffJBffB33B33UB̟B:B33yBfB̅BlB33BB= ?@33CA@ 3@>HA̟B@@?oBff@Y@BBff:BBff$B*B33YBBBff6B33B)\KBB33)BHaBB=BBfB3BBB= kBzB.B0AcB`B{B33eB33B33WBRBBBffBffBB33B33BB:B3B3BB33ByB33B33AB5BBzAq=AAz@\AffAq=A{AzAAffAA)\A= AẠBǒBLBpAY@̑BffF@>33A A~BBff8B1B33B33BffBBBף\ABffB̀BxB33B~BB̀B̄B ךB33BUBxBzNBB33B̛BdB33BffB33BffNB33SBNB́B33MBffB3BG5B0Bz0Bף0BRAףhA33?ApApA)\A WBLBBpBABfBA.BqBףABGB3B=BBǙB)\B\B)ܒB{B=B)ܚB¹A(dA@̍BBffBB33BB{ByB33B3B33B3Bff|BuB= nBžBBB̴B(aBBq=B)ܮBBRAB3B)\ApB= 7ẢBzBA=B WB{AfB)\ApB A.B(ABRALB A)\BRAףBpAFBBBBzBBuBBBBHaBBBGB\B)\BzBff|BffnBffBף;B33B33=>=>>?333@>@33?33??=@?33?33?>>?=>>???ff@ff@ff@y@ff?????fff@fff@??,@,@ff?,@??>=>=@ff??>>?33@???>>>=ff@?L>>̌?L>=????>333?L>>??L?>L?ffA33@L@,B @ @@ff>A33???A@ @̌?33;A?AǍA @ A>333?@@ff?ff?̌?̌????ff@ff@33???ff&@ff&@L?33?33?ff?ff?=L>==fff??fff?ff?333?̀A> @33@@ff@ @ff@@ffF@33?33@@@ff@? @ffnA33S@@=?iA A33#AL@L@fff?fff?L>̌?L>ff?Y@ A33 A A@ @33s@@@33@@A@?33S@ff&@ff>AAA?>33?@L?L@l@======33A33CA@@??33@ff@L?L???fff?fff?fff?@>>>L>=L?>>>33s@??>>L>>>>̌?fff?)A@A@@ff@0A33?qA33#A?A A?>@fff?ff@L?@?Y@@?33@?L>L>33@33? @33?33?L>>>?333?333?333???L>L>?=??>L>L>L>L>Y@>=>L>L>=>>=>̌?????̌?ff?ff&@ff?L?ff?33@ff??ff??>>L>̌?L>L>L>L>===>L>L>`@L@̜@ffF@?@@=ff?̌?=L>,@@@@AL@33?33s@?@ff?@@?333@̌@??33@̌@fff?33??33@33@??fff??@@??333?ff??̌?L?333??>ffF@ff@>L>L@@33s@@333?L????>==@33??L?̌?>ff?>33?L>>>L>L>33@̼@?>@@@@>L>ff?>??ff???L> @@333?fff??>L>=333?̌? @>@̼@33@33@??L?>???>?@ff?=??>L>L>=L>L>>>̬AiA"BffABAL>@L?=333?> @???>=L>?L>=Bff&A'B(AB̨AYA33BAffAHAA33!B33kAffAff@33+BB33AAAA A4AlAff*By@33!B6B@B̨A33S@?=333?fff?>>?L>??ff???????ff?@ffA,@,@ff?ff?@@L>=>y@ff@L@`AL@33S@aAA@ffAL>?L>̬@fff@fff@`@33@fff? A33?@@ff?@@̌?@@̌?33?33?=333@>@>>@@?L>??̌?=ff??̌?̌? @33?ff????̌?̌?ff@fff?̌??ff@̌?̌?>===@>L@=L?ff@!A??L>L>?333??̌?̌?,@L???=L> @L>L>L>fff?fff?fff??̌?̌?fff???fff?333?>33?33?ff?33?33???ff@ff@??fff?@fff?>=??ff? @33?33?l@ff?@ff?@L@`@? @Y@@ff?L?33s@@@@̌@@@ @?9@?33AA)A8A=??@?̌??????? @̬@̬@33@y@̜@ @ff&@A9@ff&@L@ff@??ff&ABL?ff&@ffA33?̌?33??333@ @@@33?@ff&@33@ @?ff@@33@ff&@ffA@=Y@@@?,@ @ff&@@̜@333@y@33@ff@@??33??33?333@@ @?33?̜@@fff@@@@@ff?L?33?ff@L??@?ff@fff@??@ @33@̼A33?fff?333?ff?@@̬@33@@33@?̌?L?̌?L??ff@?????ff@33@ff@?@@@A@9@ @ff? AY@Y@L@?33??333@@@333@@??l@9@ff@fff@ff&@33S@@@@@@@@@,@333@33s@??33?@?@fff@@@L? AY@L@33S@33S@???33?333@@@@@@@@?9@ @Aff@??̌???̌??????@@̌??̌?̌?>>>==ff&@33s@33@33S@ff?33@33?ff@ff&@ffF@333@??????333@@@ff??33S@33S@33S@@@@@ff&@33@ff?33@33@33?@333@???@@ff??33S@,@,@?333?=33s@>333@?33S@?33@> @>33?>ff@fff?>,A@A?ff.A?>==fff?fff???=>=̬@̬@fff@?@@@333@ff@>>>)A333@>ff? @,@33@,@ff??????ff@?333@ffF@@ @@@33@?fff@333@fff@333@333@,@333@?ff@333@33@333@333@333@??@@333@@@333?9@ @@ff@@@@@ff?33@ff?33@ff?ff@?ffVA@33AY@ff@L@@LA,@A>ff?33@@̌??@@ff?ff?fff?fff?L?333??@33???L@ @33S@@ @ @@@L>L>L>@?@@@333@333@@@@@̌?333??333?`@9@Y@̌?ff@?ffF@ @ff@@333@@ @333@33??33?@333@ffF@@33S@33@@33S@ffF@ @??ffA@Aff6A@9@?̌@???>>L>>>>L?L>)A=ff?333?333?L>L>?ff??ff&AL>L>?ff?ff??ff?ff??ff?33A @ffF@ff@@@@?@@@@@fff@̌?@ff@ff??̌?ff@ff?@???ff@? @?@@33S@@33@?@33?L@L@ff?33?̌?9@fff?,@?ffF@>=>??33?>fff?>@?Y@@?Y@@ff@@A33s@,@@ff??ffF@??????@@@?fff@hA33?L?L?L?L?L?̌?L>333?L>?ff?̜@ffF@fff?? @@??8Aff@33S@@33S@333@333@@L@ @ @333@33?33?ff@@ @l@33?33?33?33?33?ff?333@̌@ff&@9@33?33@33?33?33S@ @ff?33@@̌?̌?ffA@AA33s@33s@ff@ff@ff@33@33@ffAA33@ff@@@̌?33@A9@dAff&A33@ff@?>33@33@33?fff?fff?fff?fff???fff@33s@33@ffF@33s@??33?@l@@fff?@33S@̌@33A?ff?ff??33?ff&@`@fff?ff?ff?33S@̜@fff@ff&@333@ffF@ffF@33@@33S@33@@ff@@333??>@33?@@`@Y@ff?̌@?y@,@,@,@?333?@??@fff??>33@@@B@ @A @ @HB APA?33A@@@@@fff??ff?33@@fff? @ff?ff?@@ff&@33S@@?ff@33?33?̌@33@ff?>L@fff@?ff?,@ @ @,@??=??@Y@ffF@33@`@ @ff?????fff?ff?33@ff@>?? @ff?@?33@ff@ff? @@@@@333@ff@333@??ff?L?L?l@ @33@ffAff?ff??fff?@@ff@@@ffAL>33AaA33@ @ff&@ff@Y@ff?Y@@33@@l@̬@ A@33s@̌A?333?33@?33A?Y@??L>=fff?ff@33s@33S@?@ff@33????@ff?33S@ff??@L@?33?ff?33?33@@L?33@ @@ff??̌???33??̌???̌?ff?ff&@fff?fff?̌?33?DA@ffF@L@?ff?@A @@L@33 A A@@̜@@ @@@AffVAff6AAPA,@333@333?33@A9@ffAA@@ffF@33?@@@333@33@33%B@ff>A@?33@fff? Ǎ?33?@9@33s@33??33@L@?33?@@L@@@L@@L@@̼@ff?fff?,@?̌?9@A33S@33S@ @0AY@l@̬A333@?ffA?33s@)Aff@@33B @@?ff@@ffnAB@@y@@A???ff6A33@L@PAff@33sA33cA@ff@Afff@ffA̜AffF@@ffF@@@@@@ffA@??? @ff?33S@ffF@ @?ff?ff?>ff@ff@̌?L?L? @@?@ffF@l@33?33?33??y@@33?Al@33+A$A$A@ff@@@A33@@A@l@Aff@ff@33KA33[A33Ay@33?@ffAff@?33@Aff@̌@ff@@@@@33@33A?Aff^A`@33;A@ @ffǍ?>?>@@@Y@A@@333@33?>L>>ff&@ @ff&@33@@ff??33?@?@? @ @?L??fff??,@9@333@@@9@ffF@33@@ff@@̌?333@@@?,@ff&@ff?Y@@?=33@ff@ff?,@ff?̬@33?A333@??333??L?@ff??>==>==33KA@@33@@@?=>A>̌@ff@@33sA33 A33A@@A A@AffAA@̜@33A@@33AA33sA@@33AA33A(A33@33KA>ff&@>>`@?ff?@@@ @ A@xAA33@33Aff&AAff&A33sA@@A̬@l@33B33A33@̌@̌@33+Afff@)A@33S@33S@A@A@33@ @33@33@ @fff@ff?ff@ff??33????̌?ff@@@@33@ @@@?33?Y@?L@33?̜@ffA>====>@̤Aff@333@ffA33@?ffA@AAA AffAAAffA33 AffAAffAA@|A|ApAff@@33S@ff&@,@@33@@̜@@@ @@@@@33@@ff@@AdA@A@A33A̜@L>=L>>==>=ff&@A333@A@AA̬@̬@A33AA33#Aff?@33@L?L??fff?L>ff@y@0A33s@@@@@@ff@@ @@@@@@ff@@@@L@9@dA9@?>L>=L>??=ff@@,Aff@̌?33@ff@,A@>?===ff?ff@@33 A@ AffA@@A@A(AL>33??333@`@@???@@ @ff??l@`@?9@L???>ff@?===33?=l@?l@@Aff&Aff&A@̬@33@fff@@@@ff@333@33@@A@AffAffAffAA@ff@@AAxAL?>?333?fff?L?ff?>333?̌?333?>33?̌?ff@L?333@Y@fff@9@L@L>??>33s@L>=33#A@@33@@L?33@>?y@33s@??333@9@ff@,@ff?33@? @333@ffF@?@?333@,@ @333@ff??>=33s@=ffAL>L>=>L>==̌??33??ff?ff?ff@l@?33@9@fff?L?333?L?????33?>,@ff?,@̌?@?@ff?>?>y@,@@@@>,@@??>??=@ff@@Y@>@̬@ff@ff@333?33s@ff@33S@?ff?333?ff@333?̌?ff?̌?33?=>?=ff@@?@Y@ @l@33s@fff?ff&@,@33@ @33@fff@@@fff?ff@@ @,@ff&@ff?̌?33 A>̄Aff&AffA?@@?ffF@33@=ff@fff??̌?Y@33?@@BffAA=@? @>>33s@L>,@L>?fff@?@L?>==333?=L>`@? @ @ @33@?fff?33?ff?33??̌??33?33?33s@̌?@@@@33@Y@33? @̔Aff@L@ff??ff&@?ff&@L?`@,@??ff?fff????33?@@l@?==?=L>33@?fff? @>?@ff6A@ A@@?>33cAff@̌? @=@33@@33@̜@33s@@L@ff@33s@ff@33@ @?@@?ff@@ffF@ @ff?L>L> @L>=L?fff@ @ffF@y@@ff?L@@=@33S@33?9@33@@ff?33@L??>̌?====@@ @@AA̜@33S@@33@33?33A33???@=Y@33@33@33@33@@ @@33@ff@333??fff?@?fff?ff@@ff?Afff?ff@33@@=ff?>L?=33S@Afff@@??ffF@?ff@y@=fff@33@y@33@33@33@33S@̌?33@ @ffF@ffF@ @@?333?̌?L? @?@@@@@?@(A?33?33?@33??,@,@,@?ff&@ff&@fff?@ff@33S@?L>̌??ff@333? A=??>@=@L>>33#Afff??AA33A@>=333@@̌?@ff?@,@?̌?̌?̌??ff?̌??̌?????33?̌???̌????̌??̌??̌? @33?@ @?=333@=fff?=>33@33?ff?ffF@L>@ @= @@L?L?=??l@`@33?ff??`@33? @fff?ff@33???33?̌???33@ff@?,@33@333?L?33??33@??333@9@@@?ff&@333@@@̌?33?ff&@fff?33?̌?333@=33?=333? @ff@ffAA@@33@fff@@Y@9@@@Y@@333@9@ff@̼@y@@@=ff??ffVA?=@@=@?̌?̬@̌@@33?ff?ff?333@̌?@@@@?̌?̌?,@@@ff?ff&@9@? @fff?̬@ff@33@Y@fff?L@ff&@33?@@@ff@33+A@ @@?ff@fff@ff@fff@@ff@̼@>=L>>̌?qA A@@@333@?L>,@PA@>@@>>>?fff???ff@ff?@?ff&@333@@@@ff&@??y@33?33@`@ff?̜@ff@̌??y@̌?@ @`@333@333@ff@33@@@ @ffAB@???@L>L>̬@>?fff???L?333?̜@33cAA@ff@ffAL?L?ff&@=L?fff??33S@@@̌@@33@@ff@@Y@333@ff@33SA@33@qA A9@33s@ff@ffǍ@ff@fff@?L@33s@@@@@@>@?@?33sAY@ffAyA33s@ A$A,@ AffA@@BffVAA33?@@ff@@33@fff?@33? @ff@ff@33s@̬@@@y@@=@=?33s@??=̐ĀAAff?ffvAff&@̼@`@ff?)AY@ff?ff?>?>??33?>333@333@? @A@iA̴AiAiAy@fff?iA33CA33CAHA̼@@ff@̌@@>333?@??333?33S@ffF@33CA33KA33+B33SA33CA,@,@@?̌?ff@ff?33@0A@@ff?@@@A333@,@̌?? @fff?33@=L>? @@L?@@33@y@@@??@)A@!A33@@??@?̌?A@?@ff@@33@ @p}@G?q= ?q=?p@u=@33@G??= W?@)\_@>@?(\?(>̬?@X@L>AAz?p?p?ffV@(@@ oA oA)\@H@pUA\NA-A/APAIA\ A?@? C@ff@@@@@U@z@)@<@GA@zD@)\O@\?e@= {ABDBAG.B{2BAq=@ B0B(B(AQ,A(A@AABA33Aף$B̜A B0B BA A,A)A33@)\OA)\OA9A\A+AG@@ A(LAH^AG A33+A0ApA(@ף8AG@U@@{~@?\A;@ff&@ף@{ A@)\@ @ף@HVAHA?q=??A5@\?VB…@GAffAGq@33?P@{@)\Az? @AAp@ ף=?̠A@ǍA B33BA0A כA,B33AGABTAG-BBzAAp1AffNA4BB`BG)A(Az A)\AffF@AR^?@G@G@R?\A 'AA=)\@p1A ?>\?G==Q8?q= ?G>>>G??WB@@|A0BףA A4B@A BA`A #?=z>u=Q@>q=>)\=APA(AA33AE@ApÄAAq=&AAA)Aff>Az$AIAIA{A{>>u>ff?Hz@?>@k> ף=)\=R>= ?L>u=u=?\?ff>>??z>Q@?>{.@L>= ?H@ff?{@Q>H>? ׃?G?33CAff.A)A)AAAH?33@ ?z$@??)\@\@A(?@? ׫@L?> ף>>\B??= ?)\o@ף?Ga>{.>\?p?@`AA@AQPA?Aף??)\?fff?L??)\?q=>R>H:??\?G!?p?@q=@ #>)\>G=@33A33B@)\_A`B@`B`BIB33@(@331B@GQA`BXB@LB(@@GYATBdB)\@{FA)\+A= AAGaA33#A@@H:?= ?ףA̬@,A33+AA33'A($ARbAR@H@G=> #> #>\A•@@{6A[B(RBq=A\AffA(@@Q@@Q@ff@H@ף@)\_A@QB331B33AAff@QAHSBǍ@@(\AZB@(\AZB(A`B@dB)\_A)\_A@ff^A`Bff@PB{@ff>A\@ff@Q?G?ff@A?333?H:? #>\B>= >{AA@Q=@A)\+A@̬@33#@G@R@BOBPBDBYBף A5AףAffA= ARAff@z@̦AA ף@fBz@B@G@331BG?`@\A`Bף@ff@ffA@$Aff&AAHrA@33A@AzA>@@HrA?33#@Q=)\@?=\?(?%A #?ff@? #=p@9@R>@G?ף>X@ףp?>L@ #?ffAu=\?OBPBH @\"@ c?)\A(@7@@?H>33A33@A @33AAA@A #?>(@?̬?Q8?)\>?z>= ?Ga>= W? ף=U@@?̬@>Ga>>@?>oAff@33Aff@AA@ff@33A̜AAff@@AH? #?+?{@H @fff@33???,@> ף=@@ c?z??= @ff?h@ #<)\?ףP@?>@@Y?ף`@= ?(\?Q@ף@@ף0@ffAX@H@G@A BH@p%Aף@ #?p%A= [AE@Q@H?H?pM@ףA A33@@Q@Q?A>{?q=?= w@+??Q?\>z@33?33?33@ @ff&@ @?333?@fff?33S@ @?>ffF@=̌?ff?33@33@L@@fff?̌??̌?L>L>@?33??33?>̌??̌?ff?>5@̼@ffJAfffA@>@33?33?L?H@?̔@ S@pAHAA #< ף=@?ff?33s@ff@ff?ff@??333?????ff??L?̌?y@?>>?fff?>>333@)\@G??@@= ?µ?q=J?{.@??̬?q= @\?)\?p}?ףp? @?(?= ?q=? A= W>33?pA@(AףA33A)\ Aff@q=J?Az?G?G?A C@ף@@G?33?5?R@G==L???L@33?L@L>=?z???{?\??33?q=??ff@H@h@q=J@R@ @@@h?;@G-A@•@@33s@)\?@ff@)\O??@??33S@@q=J@@p@L>= ?>R.@= G@̜@@Q@Q@Q@z@z@= @(@@{~@@̜@q=&A!A(0A9ApApmABBdBUAff.AQBH.Ap!AA AG@ +Aq=nAAU@)\>Ga>)\> ף== ?Q8>p}??H>ff??@{#B @%@ @33S@ffvAUB\Aף\A(?>H@CA33=B(@ff@AR*A)\AA33AAz@0AR~@zT?ף?ff?? ף>??@@?p?ף???)\?(@5@q=z@G?{>@ffF@ff&?33@= ? Bp}?zT?ff? A33@)\AQAMA($ADAף|A(A{AG@BB @\Bff}B{AףR? @ ף>??ף?{n?)\??5@ff?ff?ff?u?p?p?p?R@(@A?B̺AQ@-AH^AGAHA)\@z@@ A AףpA Az0AR?@9@33c@e@H:@q=z@zT@G@= ?zT?z?G@\@p@R@Q@\@?Q?Q?33c@H:@zT?\@p@R@\@z?ff?@= ףu=>>)\=q=> #=(?>33BQ@??ףB{AAAwA33AffAmAG0BffJARA(@ AA @@@@p@Q?Q??@z?{@ff??q=?@̌?̌??333??ף@>>?R^?{N@HJ@5@̌?ף@?HJ@5@RN@ c@zD@e@RN@R@= G@R.@L@????BABRApAAq=BRA33+BB)\?sA33Bff@lA@{@AAz@q= ?AAq=AffAffA`@RN@ c@= W@zD@q@e@@@RN@R@̌@= G@?ף?ffv@R.@ff@333@ @= ף>7@@)\@q=@½@L@@5@Gq@@ ף={?ףp?fff? #? #? #?=====zBffAH"AG)A A wAffA???A???ff&@333@R?y@ףp?Q?zT@ff@z@R@?= ??33?R^?Y?\?ף0?q=?ף@9@= ףQ@> ף=ABffAffABApAUAA33@33AAA33sAxBGA\rAzHA(A@33gAffJA33ĄAGYAff.BIAG?G??>{? @ @ff?(?A\@?= ף>?@{>@7@@@(>\?%@?@33?Q?Q?p @= A@A?A= ?(?pA`ARA!AcAuAzA\AB AAlBlBp@zA{A\B @9@i@9@@ff@ף@Y?@@@)\@q=@p@½@L@@(@̔@)\@Q8@ c@HBA\@ff@?@??= ?H>{N@q=@q=@@p @p @ #>A33AB0ABp>AA$AAA(BB0B?G?R?33??q=? ??G@ףP@@{#Bu?p=?AףBAA33AAAA̔A0A;B(AB-B{=BH=B BB?q=??z>A̠A33AffA33A0B0BB.BffAWBGYABBBBAaAףA%A4A)\7A?33?R^?Y?R?Q?Ga@H?Qh@a@\?ף`@ף`@? s@7@ף`@?ף`@̶A?{@)\B33@Q@q=$B33?)\?A@@ǍAtAAAA33B)B@ffA?fff?33AAQ-BQ-BA/B[@{AxA\AG3B)\'B/B̢ABzB@ף@BAA?\?G?{?>Ga@@ף0?{?\?33S@= W?@?@p]@q=@?A$B33ATB\B?BB,@AAAL@AA BA@ARB\B0BAA Ap,Bµ?(??H>(>= >(>>R^?\??Q??>>'@R.@= G@@R@̜@@B@Q@Q@@Q-Bף4BBBRA33 BBB)\AAG BAAABRA9A@33?p?Q?H?Q? @(?5@;@!@p @p@)\@33@(-B@U@= '@H@)\_@z@q=@z@{~@@{~@(@z AQ$A= @-A33AAq=@>…@= A@@>H>ף@@@Q(@)\@ #@@{n@ c@\&A\@/Be@z@@̌?= '@H>)A,B>ff?33@\A\"A?q=BRAµ?G@ף@A)\@?z>ףp?AG?\>?K@(AףPAp>>(>q=@?Ga>(4A5AHrAq=AQ Aq=AAAA)\AףAp BhAĄAR><@pM@RA\A??pAף A@@GAAף@Aq=A(>AAMA{@R@ffzA(|A\NAQA{BQ=\@\B>ףAB|A33AzLAff&B@?ףA@@z?,@R.A AA333?̪Bff?TAffBff&@33 A@ffBB33#A33#A,A,AG)A)AQBAp@@@>ף@R@ ף>?R@ ף>Ga>Qx@p>)\>@AA= @{>Ga>)\@Q>ff@?QDB33+A@?@33S@̬@ff?A9@u? ׃?)\@@ף?G?ff:A>{.>{.>\>ARA ?Q?u>oB33YB WBaBA33YB@(@u=AXAH@kBA33@@ף@A9@{~@{@…@…@|@\AAAk>>zT? A Aff@)\Aq=Ap Aff?Q?Q??z?µ@@Ga@ff@\@zD@Q@p@\JAB{6Aף4Aף4A@A@@33S@ffB333A8ALABR"A@@ff@ff@fff@@@AffA?A????333?{.@>)\>@R@HARn@@@HA\Au@= @ff@G?QA= @0B4B{RA{B\%B)\AAff0BA kBAB>p>@•@'A= /A-A??\?p}?ff>= >Q@@ ף>p>{ApBB= 8B33B\eB{*Bq=A)\A(FBz:B)\fB 'AQA@MA@AQ8Ap9A̔AffA)ܩB@B@?@33S@ff?9@@ף@9@@…@\AA@@pA)\ BG BףBCB= ZB B 0BQ-BH^ApBAGA)\ B #<%@BA A̬@`@,AffBff&@ffAA?"B}B8BLBp9B5B)\AAq=&BA333B̌AGAףABA33B0A*B+A+A Bq=>BGqAQ=q=Bq=A33ABBzAAHA B33B@? AL=ff&?33s? ף> #?=L=q=>L=q=>Ga?zT?333?q=fBHBNBp5ÅB)\[B)\BHxB33B rB B/B\BףrB\oBBTB)\O?+?\??ף@•ApA= KBף~B8BH?= W@ff&@(@= @H??\b@G@)\o@@0@= W>G=(?p}?\?33BףA.B{@B BpCB(Bq=>B?G?B= cA{BB̎Aq=@̴@?zTA,AB̼A̒B@= AQ?ACBR&A?Afff@)\?33@Q@RB\*BR>AQBBq=*AA̹BH@Ga?)\Az?Q=TBAAA)\A@zA$AzpBGa?33AHABG9AQA{BzA(tA\B]AA)\B AGA{.>p=?Q8>{@@uBffAq=*A\2AAfB BBff&@.B@AQAq= ?tAAAffAGAף0?\B@Q8@Q@Ak?33@p@•?ף?)\AR>@@@\?A A\?RAGa??q=j@(~Bff|Bff~Aff~AtA)\2BHEB@BH BBB{pB NBQ!B WBQTBq=@33A`@p? @(AףA\A ??HAp@ף@l@z4@\A@q=BEB@Q?\@z@33OA\A̰AGBA>u@@Bff(B33BR@ ׋AffA̴@*BBHA333?fff?333?9@(FBffB\gB33AffB̕BffpBffBtA|ABBBiA@33MBffA(A>= @AL?{@?R?L??L??@ff?33?@\>?ףPAp> #@=A33 Bq=BBBH!BpB]BAB\~Bff?33?B@Q@@AAffABA)AAp>L>= ?`@@@? #== ?)\ B'B\> כ@B33AA33AffAABB33B Bff B BBBB33B33BB33BBB33BB33B33Aff@ffB3AAHAkBBBqB\A{kB.BBBB{nB̕BBqB33;B= BHVB= B@H@@Y? B̬A ?,@Y?33s@H AfBQ?H:@)\@q=AAffA33A{^@G?R^?z?ABzB33A(AAQ BzA= -B= BBff BQ BffBBQBB\ B)\ARBAףB33BzBB33B)\AHAB)\B)\B{A{A33B)\ BQ@Ga>Ga>\B>Ga>Ga>+?̬?AA= >GA?@@ff>lB33@?@= ?p>>z?q=@ BB\*B$BG9BQ2B8BB)\B= A33ABB\B33BzT?!AAA6BB"BA33AffBBBABBףAף@AG@)\]BB(l@?@zt@BGa>™AR? ?›AA@ ;A= A{N@(A(@YAף@zA@5A\jA?AAffBffFBA33A0A/Bף@@)\@@TB 8B-BG=AGEAAz?\@7@(?z>Ga?Ga>Y?zBff? ? 6B= A{@̠A>33@q=AHApA³A= A̼@ff@H@@@Aq= ?= >mAq=?ff Bp?@)\AB333?335BBB(?= W?fff?QfB @B B,B@@H:?q= ?Q8?= ?BWBQ@z>AA\AAzAq= A0@(>QAQA@L?L?)\>fff?ff&@>= #? #? #? #? #? #?=?Ga??GaB)\AB>BQB3BPBBcBGaBh?QyB>?Y?33>=L=G!?G=L=L=L=fff?=????ffV@>>ZBMB)\BBBBQlBA33AGABffMB WB©AffA\A>>>q=>Ga>R>R> @H:?\?ff&?Q?L?33s? ף>BB\BǒBHkB{BBRBBRB9B\BAffPB>>\?ff&?L?>R>L?L?L? #? #?ff&? #?`APA0AApAPA0AA@A@A0A0A@A@A0A AAPA@A0A0APA@A0AAAAABA@AA@@@@BBA@A,B A\BPAAABAAA@0AA@@BA@CBABA@ABB@B CpAA0ABABDC@@AA@AABA@@@AA@@pApA@A@ AA$B0B AA`A@A0A APA@A0A@AApApA@APApAAPA APA A@A A@A A@A@@AAB AAA@APApABBBABBBBBBBAAAAAAApA`ApAApAACAA|BpAAPACC@ACBC@,B$BATB`B`AB0A@D@@??@@@@@A@@ A A@@@@@@@@@@@@0APAA0A APA APA APA APA0A`A A@A0ApA0A`A APA0A0A0A@A0AA0AAA@ABBBpAA@BAAACBB0BB(BAC@@BABAABDCBBpApABB@AABBBBCA@ACCCBBCA0A@BXBC`AAAA@AA@A A@@AA@AAFDD@7D.D@@@7D"DA@@DTDAAAAAC@@@@APAPA`A,B0A0A@APA@@APAPA A@APA ApAApAA`AAA BA@@@@@ B@AdB@@`A A@@@A0AA@`A@A@0A`AA0AApA8B@@fECAAHCB4BHBCC@@@A@8B0AB@B$BA;D,DBBACA@@@@@@B@@AAA A\B@@BBPAAAB@AAABABPAAAB`AAPAAPAA@AAA B@AA`A AA@@A@A@@A@@AA@?@@`A@@A@@@AA@D(D8CC@(D@4D D@+DpBTBBBtBB6DC DC/D|DC:DCDXB@CB@BAAAA0AAPAA@A@@0AA$BATBfCZC\CA ApAPAAABAB0ApA A@A0AA AA`AA@AAAApAApAAABPAAAA@@@ApAA@@AA@@@@A@@@A@BA@BBB,BDBCCD6D@3DBDD"D=DOCCD%DED/D DDADCD4D DBBBVC\CNCCoCCC_CUC(BBCLBBCLBCCCtBxBCLBBCCBDBBCDC@AAAAAAPAAAA`AApAApAA`AAABPAAA B@AAA BA BPAAA BB CBBB CBBA$BBC7C'CCCLCBB CBBBBCBCCAAAAB@@@@BBBBBCCBCCBCBXBCCC#C CBCDBBLBBCLBBCBfDTBCBB$BBClBCBC BPAA`AB@A?`A`AAA?@`A CB;CCPAA0APA@APA`AABAA A AA@`B@XCC;CCBB8CA0A@B CBCACBBdD DDCDCCCBBBBCB)CACCCB`ECC4BB@B@APApAHBpAAA A@ABA A A A A0AAABBBBA@BAA@AA A0A4B0ABAA ApBCPCBA@C0A@@ B`BCsCGCD@A@@@@@@B\BBAABB`A`AAA???@???@BB0AACCpB'C(CCCpBpB>C8BBC%CFD1CA,CC&DXBsCA(D@ C@CAC@fCC APAAA$CpABPAA@AsCC BB@ApA0AApAA@A BAACAB`ApBAA`ABA`A AAXBA`AXB AB0ApAAAA@AA`AA`A@APAAABBAAAApA`A0AAApAPA@AApA`A0AA`A`A@A AA`A0AA@AAA0A0AAA C@CC\BA AC CBBCBB0AAAAAB0A@BAABCBBdBBCC4B,B,BBBBBBBB\BC CAA@ A@ A@ A@A@@@@@@A@`A@@@@@@@A@@@@PAAA@A A0AAAAtB@AAAAAA@A@`A@@`A@`A@@ A A A0A@ApA?BWCQC A@0B4BtB`CAA`A@A0A0A0ABB@KD0BBBAAMCCC0C`AACA7CpAAAApAAA,B@A@A@A@AAA@A@@@A@@@@ APA APA APAA APAA\BApA A@@APA A@AA@AAA@@A@AAA@@AAAApAAAAB(BAAPA@AAAABBAAA BAPA@APApAAhBpAA BA)CAA@D@ABCABApA0ALBBTCB@0A@BQC@4BAA APA APAA@AA@pAA@A0AA@A0AA0A0AA0A0AA0A AA0A AA0A A0AAA0A A A APAPA0A`AAAA@AAA A@0A\BBBABB BAAPBAB0BAAA(BDBAAApABBAAz?q=>= W> #Q8?)\@G?ףp?R?>>?\?+?E?333?L>L>Q>R? ף>33??>l@?G?(|@ @?(???z?k? ?•??ff?R??)\?Ga>Ga>>)\>q=>u??R?q=>L>u>q=>u>>L>Ga>33>>L>>=L> @R>@Q(@p}??R??)\??H??µ?33s???\?ף?Ga??z?)\?)\?{?G?G? ׃?H?̬@H@p=?E?ף>33>??̌?p>333? #? #>)\> ף>q=>(??u>)\>(>q=J?Ga>u>Q8>Q8>L=L=? #=)\>G=u={.>u=h?=̌A= Aff^ApAHAAffA BAR@pA\AAA{@l@ @YAxBA33AA@p@pA>>>>u>==Ga>Ga>L>>k>>= W>L>L>G>>L>>?L>)\?Ga>R? c?q=?33?q=?G???)\??= ?½@{@k?Q?(??z???R?@@@,@@,@q=A> ף=>{.>=\2@E??{n@Q@q=Z@zT@(\@\R@Hz? c?zD@E@>z4@QH@?A@z?R>@\?;@@i@)\O@R?p?R?R?33>H:?>R^?)\O?@pApApAAAA ApApA%@A33qBA33@AAףA= 7@Aff@hAff?33s?{.>L>33>\>G== >R^?{>>B4B>B>B @@>B>B̴@Q@uB>Bff&@ף>\?q= ?ף>dA@Q@ @5@z$@7@q=A= W?E?33?33?q=J? ?{~@Q@ @\b@Q@ @Q?ף@= ??? ?̬??H@R@@ff@…@ff@ףp?ff>>>>= W>>p> ף>R>Q>Y?+?(?Ga>\>= W>= W>{>)\>>>G?fff?p@AQABpAff~Ap]@A@pAApA33cBAq=z@?= A@pA@pA@9@ff@ff&@>B>B…@@@Gq@33c@?L>G==\B>{.>===Q8>Ga>= W>>u>@A33+A@33@H?z?Q?G@Q?̬??@ף?( @?33?(?33@G?H??{@µ??Q?H??{?p?{?)\?p>L>33>Ga>33>> ף>> ף>ff>>>L>? #L>L> ף< #>R>(>?> #?{.?= W>\B?)\> #>k> #>)\>?G>ff&?k>?u>{.>>Q8?G>L>Ga>>>>(?L>>>R>>>zT? ף>(>>?>\>?ff>>pEAq=BAH&A@(??z?q=@33??Q??Q??•? ?R?%@\?q=*@??= ? ??(?? ?)\?G?\??z??q=?@L=L>>L>u==p> #>>{>L>L>Q>Q>33>>Q8?ff?@R?{@p=@333@ffAGa>>>)\>fff?Q?(>?\>G>E?)\?L>k>\B>= >(?= W???>)\= #=Afff@ A(?= ?ffA= ?@fff@ A?ffA•?= ?33@AffAף??33?@ ?{@z?{?)\?\@= ?= ??@ ף? ?ff? ??G??z??ף@G?{?)\?@ ?p @?z??)\>(|@ף@G@ff?(@ff?A?ף@q=Z@ף@>Aףp?5?5?L?>?ףp?g@?>H>333?R^?k?)\?>>z?= ?33@(A@= ?= ?33@A)\> c?k@?A= ?ffA33@33@= ?= @A= ?A?@@?H?q=?@{?ff?{n? @(?G?ff@ף? @?p?(?{??= ?G?h?p=?E?ff?q=@)\/@ףP@@@@(???ff&? c? ??\>= W>Ga> ף>u>z>\B>= W>Y?Q?L>Q8?@ף@Aףp??u=L=L=ף> ף>R> ף>>\B>\B>z>u>u>u>>L=<==R>= ף=R?u=Ga?L= ף=A?\@AA?L>{.>==??= ?L>R^?ff&??{n???? #)\=< ף= W>Q8?G? ף>>= W>Q@= W>@L?L?(?fff?ff&?333?Qx?L@Q=)\=u=)\=)\=q=? ף=R.@U@H@p?Q??q=??G@zAk>u>p@ffv@ #=(? #<<G!?Q8> #>\B>>u=33@G@ff@@)@(l@@= w@̜@\b@(@= 7@\2@QH@Ga? ׃?@Hz@)\>>z?p?\B?33?@33?̌?H?E?@@?333A ׃?q=?Qx?R^??\@ #>G?h@i@33@p?ff@q=J@ ף(?= W?> #=u=\B> ף>R>ף?)\?33?p@>>33>ף>\?ף>= >Q8?L?u>u=L>?L>L?R^?G!?ff&??L>z? S@{NA #?? ? ?q=?{.>Ga??z?\?>ף0??5??̬?333?G?(?(?33?@?33s?zT?L?\?q=J?= ?h?\B??̬?= ??(? @G-A@z@z@Q8?(\?33?q= ?ff@= A@@?Q??L=>u=)\==@Q8>= >\B> #>L=Q8>)\>u=L==G=>G=<@ B(B,B ׁA_A3BAdAGBL>u= #=?5?)\?̌?ff?L>ף?x@(>R??>>?p=?@?>{?+? ??L?p? c??q=?Q?ff??\?{?{?ף?ff?(? @H*@?ff?G?q=J?z?@?Q?(?\@Q?@ ף?̬?Ga? @= ?= ?H A )B\ARBRAףACBQAB0@Q8Aff^AkBA\B@ #@0BRARBHA@dAq=A33 BAA1AAB33B33B%B?=< #< ף<=== W> ף=)\>>ff?R?R^?H:?\>{.?= >?{.? c?R?)\O?@?R?{.?Ga?Qx? c?q=J?33s@̜@?R@+@ff@L@ ׃?)\?33??z@ףp? ?{?(?k??z?((A Aף?q=?(\?ff?ff?p?̬?ff?h?ף?ff>A̬??R?H @(?p-@8@= ?{?q=?L?•???= ?R?)\@)\@E?z?HJ@H@?>?A=>L=?= >@\@=AB(?33?\?? ׃?G?R?z?33?p}???̬?R?ף?>ף>R^? ף>< #= ף<z>>>>>>>>??A33@?ff@@ @@?(,@R?pm@Q@ff&@?= >ffF@?H*@?8@@@???A333?(?ף>q=?(???????p?k? ף?\? ף?33?q=?= @ @??p}?@?{?{?{?(?)\?\?R^???ף?q=?@?ף@?@@fff?33?,@ff? @33? ?>Q>L?>?ף0??fff?Q8?z?>>>>u>33>{> #?\>q=>(??33>H>R?z? ?fff?)\?ף?G?z? c?̬?H?•?q=?= ?\?G?ף?@%AG@)\@(L@R@zA A{:Aq=J?G?H?(|@333?\R@?(@)\?\B??Y??R@ #=ףp?fff?333?333?333?fff?= ? ׃?>ff@ff?? #?{?>= W>> #?p}? #?33?p=? A @ff?Q?Ga??H:?ף@?Q8?{??R^?ףp?1@\?A@A?p?> ף>?\B>>z>>p>Q>?= W>>@?q=?>? ף>p>>>33>p>>L>>L>?Hz?Hz?Q??{??H:???{n? ׃?R?q=?{?333?ףp?R?)\?µ?(??33??\?p=??Q?5?k?E?H:?{n?E?p}?Q?G?? c?(??\?ף??Y??H?•?R^?{?R?Q??Ga????\? c?{n?R^?\B?{.? #>>Q8>333?Hz?̌?L?G?G?Q?ף?q=?= >ff&?ff?33s?Q??u=R^?L>>\>?@33s@@@@Q@k@@@@)@l@pM@z$@333@{@ff@ S@l@p@q=???'@?z$@ף?)@?@=)\=\B>{.>k>u>@(>33?>R>Q8>\B>p>h?>=33>> ף>q= ?>>>>(>R?@= ?5?\B?Q?p}?Ga??Y?G??h?L??̌????fff?G!?G!?R? ף?ף?p?>u?z@ף@z$@H? ף???@@q= ????Q>>33S@h@A@@33?Q>ff>@@= ?33@WB(>ף?ff&AL?@33>Q>z?G>L?33s?R^@(?Q@)\?@Q@)\?@@)\?@@5@Q8?q=??)\@? 3@? @= ?\2@\"@{@G@ffF@R?33C@33@q=J@@@k@R@q=*@ףp?\?fff?\> ?(?{.>>33?R?>ff&?L?)\>>Q8>>(>Y?q= ? ף=?)\?@h??q=?H:?)\?\@\?(>\>?u> ף>)\O? c?H@@{?G??p @H?h?ff&?33?= ?= @@@(?>)\?q=>p}?ף??33A\2@A @?ף>?q=?R?(\??{@ff?ף>H>{@33@ף@H??)\?h?@k@@k@ff?U@ff?)\?{^@?(?H @@Q? @ @? @Q@?= @@@z$@= 7@@z$@= 7@@z$@= 7@?> ף>)\??ff?G??Q>Q>z?Q>33>33>33>Q>>?Ga>L>??ףP@5?\??p>z>z>p-@p}??ff&?fff?fff?ף>(\?Ga?L?q=J?H:??z$@33?33??H:?+?)\O?(?Q8?(?@\?33??)\?\?\>u> c?@{?H??ff&?= @p-@(?? ף? ף? ף?fff?fff?fff?fff?(\?Ga?Ga?Ga?q=J?G!?33?@G!@= '@)\?ff? @p?Q?q= @ @33?Q@G@(?( @= @)\?\@\@= @z$@z4@= @z$@z4@= @z$@z4@= @R@z4@)\>)\>@Ga?>= W>>z>z>)\>>>z>)\>)\>R>>Q= ף= ף==u= ף=L=>= W>>L>Q>?{n?>L?E?==G!?= ?{.>L?(?>\>L??R>>333?H:?>{>? #?G>?h@?Ga?Ga?Ga?+?(?(??p=?E?=)\?)\?{.>33>\>?>H:?{>? #??>>(>= >ff?L>Ax@A@AR@Aff@33A̬@{n@?`@Q8?A@A`@ff@{.?pAH@H>)\>L>z>Q>Hz?ףp?u>Q>=?>Ga>Q8>?\B>>ff?R>(\??333?<>=L??Q=q=>G>>q= ?>333?(>L>= > ?ff?ף@{>Ga>u>fff?L??\@)\o@= ?\B>z??)\?\??(?>ף@Ga>)\o@z?)\?(?>\>= >ף>(?)\?@333??L?ff?>>Q>z@ff>\B?H@fff?ףp?= ?4A%@ Aq=@)\Ap@33A@ff@ff&?z@Ga?(ApAp@zd@)\?X@k>R>? #?>̬@)\>333?>>= W>{>{.>z>Q>p-@)\>?)\>Q=33S@zT@H>=Q=>Q=L?L>G>{.>(\?\>= >= >ף>{.?(?q=J? @̌?)\?ff@@?333?ף>Hz???ff?L?)\>Ga>ffF@ff?u>>333?̌?fff?R?G>333?)\?L?(?)\>+?u>>{>z?(?@?\?33s???@?ףp?ףp? ׃?R?̌@<@K@z4@z?AA?q=z@?? #>L>?? #>33>=L?>>q=>p>L>L>{>=={>?u>Q>> ף>q=>>Q>q=>z>)\>Q@ף@@>zT???L>>Q>Q>@z@p=?\B?Y@)\?z@Q@H@?fff?{n?ףp? ף@>>?333?ff@̌?pM@ffF@R?Qx??(>>>>???q=?33>G@R>q=@R>R?>{@= W?R?R? #????Ga?L@E?>? ? #>L>x@@R@??Q8?A@)\_@{.?Ga?)\?R?z?ff&?l@33Ap]@GQ@pA??p>\B>{.>= W>z>L>)\>Ga>Ga>ff@\?Qx?>>p=? @)\>>)\>>\>\>>>fff?>>(\?z?fff??G>(>?R?q=J??>(?G>H?333??)\??L?L?(?L?)\>?+?\B>u> @zd@q=?H?Q>p>?>33>>>{n?)\??z?ף>)\>{>\? c???ף0?Q8?q= ?Q8?= ?>?ff>ff>ff.AR>@33A}A}A33A33A33@ AAA @q=^AQ(@pA4A @-A33AAAR?@p]@Qx?)\@L>?z?{.> #>{>(\?= W?Q?>>>Ga@•?{n?>?= ?G=333??ף?%@33>ף0?= >ff&?ff?>>>>{>p??(?>{n?Q?ff@= ?z?@(?@@(??\?33s?? ?\?ף@?{.? ?(>R>@ ?Ga>Hz?L?Q?q=?Q?\>???Hz??(?(?>>(\?\>\>= >@Qx?= @A33ApA33ApBB)\?)\?AA|BA33A@pAApApAApApApApApAGa>z>= W>p?)\=L???= >H>@?ף>= ??333@?u>(> ף=z>)\>>33>q=>Ga>= W?q=>p>=33>@??ףp?R^??ףp??{>>L?R??>??Ga???G?(\??H:?? #?333?)\O@= >= >33>33>{.?(?(?L?R???ף>)\??>@ffF@(> #>\B>Ga>ff&Afff?fff?>?@AA@@33AAff@B\"@ApA(pApA33?@ff@Ga@@Ga@ABAAGQ@AR@p@= AAAp@\>L>>{.>\B>>>h?>z>fff?(>333@{.>{? @>)\>R>ף0?h? c?Q8>??ף0?Y?G?G?)\?E?33>G@R>q=@R>>{@ ?>? #?Q8?G?? #>?\B>`@= W>?= ?>>= ??R^?>?= ?333? c?>?q=J?R?pA+@H:??H? c?QH@G@= ??H:?pApAH@p@A= AAp@QAp]@…@K@pAApApAff@`AA@@fff@= @G@GA A{A!ApAq=A{^AApApAA@ff?R^??G?Hz?ףp?{?q=J??R^?p}?= W?ף?h??zT?{?{n?{?\?̬???E?ff?L?p}?zT?ף?Y?ף? ף>ף@\>Hz?G?@?p}? ׃?u?R??G?= W?Qx?R?ff?R??z?333?ף?ff&?333?Ga?{@L@L????R?E?Q8?Q8?)\?p=?RAff?Q(@R>@>(\?H.A333?q=?>GA33?ף?@p?R?(@= ? ׃?Hz??H:?Hj@?@33@\JAGIAUAa@oABpA̜ApAfff?AAAB`@@333@@@@ff?@@\?pApAffNA33ApB33ARAz@ff@?333?h?E?ףp?\B?Qx?Q?Hz?fff?•?p}??R^?\??)\?p?(??{.?G!?L??{.?G!??ff?{>>>)\@??333? ?(?{?ffAff6@ff?= W?)\?33c@ @ff@?>p-@zd@q=?33@@H?>p>5?>= oA̜@@hA(lA@dAcAhAף@33s@@@@ @q=J??H?@{n@Q@k@?p@@ף@@@@@z?\@pAQhA Ap@33AffA\@ףA A33A\@\@HvApqAqAq=@ff@?(??p}?{?= ?Q??µ?)\?q=?33???33@??p}??̌???\?(?@?z?•@\@= >?>>33>33>\?>{.?333?{n?)\?333??Ga?z?>ף>)\>R>{>q=?\? ??ףp? c???G??Qx??G?ףp?Q@@p?@zT@ff??X@@\??33S@z>ff@33S@(@??z>@(l@)@l@pM@z$@@!@333@{@@ @\@ff@33@33@@= @z@G@Q=ffA)\A33AGA@Q@(,@\A ױAG??ffV@@>Q?ףp?(?{.?Q?R?p??ףp?k?zT?)\?{?@?ff?(?ף0?Q8? c?q=??q= ? ?Q8?@= ??>ff??\?q=>{.?Qx?q=?>>(>R>@ ?@a@@ C@̄@ff@G@q=:@fff?̬@ S@33Ah?ARrA33@@QX@)\O?= W@?G=l@ף @@ff&@@??ff@33s?5@= @= oA@33@@33A@pA s@pApApAAff@@0AAAA@@@?AA`A33?L>?{??5?R^?)\O?ףp?G>>(?33s?q=?Q? c?Hz?p}?q=J?Hz?E?Ga?h?Q8?Y?fff?33?fff??)\O?(\?̌?h?ף?G= ף= #= #=u=u> #=R@? # #< ף= #> ף< #= #==><P@(@R?= W?>fff?p?ff@(??)\?ff&@?z@\?333@@R?ff@?ff@??R?z@?{@q=?ff@= ?)\@ff?33@\?@?H???p @ף@{.@@q=J@,@̔@l@k@@e@{.@@{@\B@z@fff@@G1@̌@'@H*@E@z@G@ @ff@\?{@q=@?Q@H @H?( @ff@= ?@33@R?( @@33?@@?z?H@ף??@33??(@\??R??>= ?{>A>H>\>H>H> @>p>(\?zT?ף?fff?? #?p=?Q>{>R@ c??ff?̬?33?= W??(?̌?̬?= @= ?@zT?33?Y?z???q=J???Ga?h?L???R^?fff?H:??R^?@?̌?Y?(\?z?Qx?Ga??u?h?•?@̌? @\@z4@H??\?ff??p@?G@̌?H@q=?\@G?= ? @R@?R?33#@@ #@R?H*@q= @?,@ @ף?(@q= @?\@?@Q?)\@@ 3@R?\2@G@5@?q=J@z?(?G?)\?ff&? ף>ף??\@ ?z?G>p=? ף> ף>\?z?k?= ?)\>fff?z? ?5?ff?>k>)\>?+?>??Q8> ף?Q?µ? ׃?fff?? ׃??ף?33?\?z?z?R^?Q??Ga?(??G??k?L?p?h?Ga?Q?zT?p}?(L@ff@@+A@ Az@33C@{.@GA@\R@H@Q(@7@G@@q=*@p @?\B@fff@@@{?G?\?G@ 3@Q?(?!@(?H@\"@{>@R?K@G!@\@5@Q?)\/@ff@ 3@(?Q?p??(?ף?q=?ף@µ?Q?= G@= ?G?= G@L?Y?> ?333?)\?5?E?= W?ף> ??H:@33@?z>p>q=>Qx?= W?{?>+?fff?33?Q8>u> ף>333?fff?{n?ff??>)\O?ff&@HZ@)\?{?@{@p@Y@= @ף0@Qh@5@Rn@zt@@pM@= @33@z@?G@@L@33@33@ff@@?= ?\@Q@??33@ף@= '@ff@fff@q=*@R^@ף@@?33C@ff?ff?(?)\@33C@H@= G@ff>)\?>?>p?>??q=?L?>µ?ף?= G@ff@I@G@p?p?H??HZ@G?z?(@L@ C@R@(L@G@G!@u@?>R>?333?\>\??? ??ff&?Qx?H:??Q>p>?{>= >Q=H>= ?\B?>p=?h?= W?q=?p> @= W?zT?>>q=@@q=@(@ffFA= W@\B@ @zA33#A@@)\@@q=@)\@= g@̼@33@@ff@Q@\'BBA@ff?R?)@Q(@{.@@ff??)\?@ff@q=@?p @= ?q=:@q=:@q=:@ @z$@33@ff? @q= @= W@(?!@p?\"@@,@ @p-@0@(?0@H?p-@@G1@ףp@= @u@u@R?= ?1@??z?R??(?)\?G?!@G!@GA@@333@G?E@)\/@?(?(L@33s@_A\^AAA>ף@|@= @@@ff@ ?Aff@@z>Q?R>{.?G?@ AY?333?= W??? ?ff&?Qx?= ??@?G@p?R?ף?ף@z??H @= ?= ?)\? ?@q=?(?q=?@@33@?Q@p???@R?z@?R?,@H @(<@H @(<@H @(<@H @(<@H:@G@5@I@@Q8@ @`@z@= w@H?(@{@)\O@\R@ף@@q=j@q=j@ C@ C@ C@@ 3@Q@333@H*@!@ff??)\@5@@q=*@Q?)\o@ ף<< #??33?Y?Q?zT?>@R?>>?= ?Q>E?? ׃?h?5?p}?{.?33>R?>????ףp?>ף>Q@?ff@= ?R?{?q= @@@333@@@ff>?E?@?q=J?zT?\B??\B?G?= ?= ??33@G!?{?ף???z?p?@? @p? @ffF@ C@(l@(l@(l@G1@e@q=j@q=? ?{@ ?{@U@y@ ?ff@33#@{@33@@(@33@@̜@G@p@ff@̬@Q= #=<= W> ף<> ף= #33>(>\> ף>z? c?=G!?(>Q8@z?p-AףA33Ak>33>?Q?Q>{>{>>q=>> ?{?\@@ף@(?z?R?H?)\@@ף?z?R?= ??p??ף@{?Q@? @?)\@?@Q?R@?Q@Q?R@z?@? @??? ?G? ?µ?33?̬?H@?p-@H?q=?{??ff&@p@{@= '@332BpB{.>ff@R?<@= '@= ?{?5@p?H@Q?{?@9@\@{@G?ff6@\2@R.@{.@0@)\?@)\?@)\?@)\= #<>L=Q8?Q8> ף= #=)\=)\=< ף< ף #H@z?)\O@ף@ff@33 Aff6@33?@@ff?Y@q=?= @Q@?33A{@•?AR>@{@(<@G?33 AG1@@= @?ף@E@{^@@Q8@Q8@Ga@q=*@0@U@p}@\@q=@H:@ffV@H@Q@@)\@!@ 3@ף0@z4@@\2@H@@Q@333@8@G1@K@q=J@RN@k@k@k@= @@@z4@z4@z4@?@33@)\?z$@> ף<= @ ף>>Q?{.>Y?R@?ff&@L=>@{^@ff@ #<>@ #=33@q=@@H?)\@5@Q@R@= 'Al@)\?@ff@??(<@@8@̬?[@33A33C@QAף @Qx?µ?33@\@QAU@Q@@ c@zt@R~@33s@H@E@33S@G1@33@q=*@E@Q@%@9@0@33?ff@ @33? @ 3@\B@U@!@z$@{.@)\@p-@ @)\/@@5@@;@@ff6@ff@= @@ff@(@33#@H@ @{@ @33@@ף@G@GQ@E@33s@u=Q@L== ?z@\??{.?>Q?33@u==> #<> #=fff??{@@@?-AH@@33?H @q=@?@?\@G?\?ף@q=z@@@33?33#@?33?)\?ff@@)\@{?z?0@(,@(<@{^@Gq@G@[@,@(<@'@ C@̄@7@I@9@I@I@p@33@ffF@p=@(L@= g@GQ@H@GQ@zT@zT@zT@zT@zT@zT@G?{?z?ff??p?q=??\??Q???H?q=?H?z@?@=(|@L=Q=Q=>Q=u=< ף< #<)\= ף=?u=ff@q=@ ?A{n@33{Az@y@|@)\@ A,@ @q=@ A@33[Ǎ?z,AhA= ?Q@R?{?{?A כ@ff?p? A(@= WA\@5@ffF@ S@fff@zD@\@)\o@U@K@{>@33S@pm@ffF@Y@\@@ s@?P@ףp?? ף>+@(<@p=@H*@)\/@q=:@!@)\O@)\O@)\O@R>@)\O@)\O@\R@E@ffV@U@33S@L@QX@q=j@q=j@q=j@q=j@q=j@q=j@ #=Q8?= W>G= ף<< #@(<@G1@= @k>\>ff?̌? @H:@@{?z? #?z?\?@33?= ?z@= ?ff@Q8@)\?p?ף?)\?\"@q=j@7@Q? ???+@7@%@R@G@q=@@??(@@pM@ף@(<@{@\r@?{>@@k@33?33@@G!@µ?@= W>)\>=R>q=> ף=R>Q=G> ף= ףG@33@@5@R@l@?8@33C@ף @\@U@@@?H@33???q=?ף@@33??33?)\?{?z@y@ @q=@ A= W@?R?{.@q=?{??\?@????G!?ף>0@@R??{@R@Q@zD@e@q=@= '@?R?G@R@z4@p?( @?z$@33@H @(L@Q@p]@{??H??H?)@(<@@333@Q8@\@ffF@A@e@q=j@?H @ ף<@? #< #> ף< AL=ff? ף=L=L= #<> ף<)\=)\=L?k>@33[Az,Az,AhAhAG@q=*@@A כ@p?(@\@?ף?\?33@Hz???@?G@z?p??@H?p?? @{?z@@ @p@Q(AQH@@@?9@Q?@Rn@e@e@!@@%@\2@{@@Q@)@ף @ c?{@z?+@?q=*@?,@q=? @?p@?@Q?@?!@p?= '@{?p@\@QH@ף@E@z@L@R?( @@(? ף< #<)\=u=> ף=> ף=G=>Q= #=L=@q=? @{??@z?@(@?ף???p @\??@@(?z?H*@( @Q@?@@@R?,@ @R@?)\?R@ff&@\@)\/@@\?̬?`@= @q=@33#@Q?Q@@33??@?p @ff&@Q@?z@?33??ff??̌?L?L>?L>L?L>L?L>p?•?ff???̌?Q8?L>z@̄@Q@)\@@ @e@\?ף@(?{?q=?8@ 3@?(?33?ף?(??\??= ?ff?\?? ?R?H???= ??p@>k>@R??ff@u=L=> @(@?H? ף<<@q=@@p??33?33?@\@R?%@G!@H? ?ff@33?ff@ף?+? @> @+@)\>p>= W>q=?h?33@)@{?= @pM@L>@33S@33@ffB33A333@L>33@̌?@ff@33{AL>333@A333?A?>>ff@Y@,@>?\?ף@̜@ffFBffNAA@ff@?ff?@ff&@?̜AXA?L?ff@ ף=,B33?{?@?>?p?Qx?(?Q?H?H>= > ?ף@?>p?{?H:??G!?R>?\B?\>?µ?ff?@(?R@@?\@G1@p @z$@?= '@ff@ @?)\O??R??ף???)@z?33?\???G?9@ffAffAfffA? Az>fff?y@ff?ff&@H:@q=:@= W>33s??\@\r@)\?@{.>{?Q@G@ s@?)\O?H?(?̌?L= ף=z>A)\O?h?ף?Q@]AQxA= ?33>B> ף?>>>??333?\?Q=ף0?̌?ff@?)\@,@>??= w@33?̄@Q8?Qh@?Q@?fff?+@R@@333?)\>̄@Q8??p-@Q@R@\@33?(@Q@ff@)\@R?AAAAAAAAAAAAAAAAAAAAAAAAPAAAPA`A@@A@@@A@PAA/C@B@?tBA@A`A`A?@`AAA`AApAAAPAA`ApApAPApAPAPAA`AAApAA@@@@@AApAA\B@ A@@AA@@ A A@A@@AAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAPA@A A@A@PAA@AA@AAAAAA@ACB\BMC`B`B`BCBBATBAAPAB(BB CVCBBAAA@@@@A@@@@@@@@@@@A@A@@@@@@@@@@@@@AAAAAAAAAAAAAAAAAAAAAApAAAAA AA@AA/CBBBBBABTBCBATB\BCCAAAxB@AlB@A@@@`AAA@B CBBA@CB0A0ACNC@@@@@@@@@BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA@@@@@??@@@@@A@@@@@@@@?@@AAtBBAC@AABB@CC ABBA@B@BAB@AB@C CDBAA B`A@@@@@@@@A@@@@pAAApAAAAAAAAAAAAAAAAAAAAAAA AAAAA@?@@@@@@@@@@@@@?0A@@?@?@@?@A@@AAAAAAAA@@@@@@AA`ABABAAAA@@@B@@@@A0A A@A0AA A@@PA0A`A@@APA`AA@BAAAAAAAAAAAAAAAAAAAAAAAAAAAAApAAAAA@@@@@@@@A@AA@@@@@@@@@@AB`AAA?AAAAAB0BAA0ApA$BABPAAAAAAAA AA@A BA B4B4BABB@AB@ A$B@$B$BHB@@\B@`A$BBA\B@@`A\B(BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA$B@A`ABAAdBAPA BBBBBBB@0A A0AA APAPA@@ A?@@@@ APA0A`AA0A`AA0ApA A@(BA\BAA@ AB`A@@AB@ABAPB@(B A A@AB@LB@ AAAA@APAAAApAAAAApA@APA@APAAAAAAAAAAA@`A@ A A A A@@AA@@@B$BAB@AA0A@BBBpBBAAAPAPAPAA`A@@AAA@A AGCA0C@AAB@`A\BPB@@A@A@@??@@@AAA(BAA BBABAAAAAA@A?@@A@A@xB?PA@A@A@AA@@AAAPApAA@A0A@A APA A A@A@A(BDBBBPAA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AAAAAAAAAAAAAA@`BAA?@@AAPApAAA`AA`AAA0AAPAA@AA0AA`AAPAPApAAB@LBAAAA0ApAABBXBAA A$BAAAAAAA@@@@@A@A@@@@@@@AA@@BBBA@@@@@@@@@@@@@@A@@@ A A`APAAAAA AAAAA`AA0AA@A@A`AA A`A0AA`APAPAPAAA0A AB0A A APA B`A BAAC*CCBCeCCC*C`B@@@@AAA@@@@@@A@@@@@@@@AABA`AAApA`AA@AA APApAAAAAAPAPAA`AAAAA@AA`AC-DCC~CCCC?ChB8C#CCC7CBC9CyCBCCBC`CC\CCCCC\CAC@?@@@@@@@@@@@?@????@@A@@@?@@@@@@@@ A@@@@@@@@@ABLBHBB@AB`B`BACAA`A`AAApA`A@ABBAAAAAAA0ApAAAAAAAAAAA@AApAAAApApAAAB\BB?A C@A@?ABABB|BDAA@A APA0APA APA0A`A`A@AA0A@@0A@@@AA`BALBXBBApBHBBLBBC@BA0B$BA(BB(B@A4CtBB@`B@B@ B@BBPApAAAAAAPABAAAAAAA BAAAAAAAAAA`A`AA$B`AAA`A@A@@ AAA0ApA0ApA0ApA A@AA@@`A@@ A`A A0AAAAAAAAAAAAAPA@AApAPAAA`ApA@@pAAAAAAAB@0B4BBA AA@BBAPA@A@A@AAAAApA@`ApApA`A`AA`AAA@AAA@A`A@APAPAAPAApAA`AAAA`AAABAAAAAAPAAAA@AAAA`AA0A@A@APA@ApAA@AAAAAAAAAAAAAAA@pAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA BAAAAAAA@0AA A`AAAAAAA@A0ApAAAABA@A A ABCCBCCCCCCCBaCkC{CCBBCCBAAAAAAAAAA@@@@@@@@@A@A@@@@@@@@@A@@@@@ A@A A@A@AA|BBAAAAAAAAAAAAAAAAAAAAABpAA\B\BLBDBpBpBAAAAA@A0AApAPBdB DBBB4B(BBdB!CCApADRCDBAApACC|BLB@C,BBXBB@BA4BCB8CTBA,BCBBB`C,BAAAAAAAAApAAPA`AAA`A|BAAAPBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC@UC@@BPB4BtC@@@@@@@@@BC;C5CoC7CvCOCkC CCKCKCCAABpBA,BPBCoCCCBCCCHC@KDCBC(CCCBBB[CAB+CpA0A@A@APAA A@CCCCAACC$B$B@7DD@A B B8BHBC(C:CjCCCCCC)CVCfCHCCCCdCxCCdC4CHC2CKCCCUCB C\CgC CC^CCBApA\BAApA ApAAAlBAAPAAAApA@pAAHBBCCPBCBKDmCCA@D|DHCCCB0ABA CA CA=CFCADC3CBB$C\B@@@@@@A@@A@AA4BCC:CB8CPC*CDCLC[C8CLCC=C:CRC1CGC%CEC/CDC-CFC8COCBC6CMC#CAAAPAAA`AAA`AAA@AB A@AAPA@@B@PAAA@@CCCDCXC+CDCC*C(C1CCCXCNC`C(CHC,CLC C&CC.C2CGC/CKCACTCBC4CPC*CDCA@AAA@AADBA@A`AA@A`A0ADBA`ABTCBB8C@sCCDCC@6D-DCCC7C>DC DC@D:D>DCCD2DBBtB C CCFC/C5C8C&CCA8B8C BBC BCCC8B(BC BBCCBCDBXBBCCGCZC9CLCC=C3CRC2CFC"CFC6CIC4CKCFCVCB CC*COD2DBBfD\CAAPAAAAAAAAAAAAAALBA`A`A`A`A`AAB`ACAB\CtCbC}C]CeC~CLCCXC\CUC{CVCHB&CBB0A ACCBCA"C,C#C CBaC(CC2CCBCBC CPCbC*CBBCA7DCDC&C?CCBeCCGCB2CC9CBGCBCCCC[CiCoCCiCEC|BiCCCPCCCC`CwCgCJC4CBpCfCCTCxCBCsC CBBBAB@A AABBpBCBBBBBBBBBBBBBBBAA B BLBLB@?ACCgCCC)CCCSCCCjC-ClCdCC@DCC9CCCpBCCuCACAKCAyCpAKCKC CBC$CWC"C)CBCCxCLCCGCDC{CCChCCCCCECCCLCvCB>CCB0B`BBB B B4B0B4B BAABBDBDB8BBALBC8C:CZCOCjC#CPCKCpCC*C;C?CBZCCCBCCDC7C%CCCCCCBdCCC\CCCCBB2C0CC6C4CC)C/CC6C-CC/C)CC6C0CC$C,C0CIC7C,C7C5C4C[C9C CpCCDQCXCCCCKC CCmD.CRCYCLCC4CXCC5C8CCB"CCCkCECnCECnCWCCWCC?C>CaC=C^CACcCCACC9CRC\CPC_CTCIC=C=C7CTCBCACNCjC?CYCZC CiCCnC>CYC)CDCCBBBBB0C?C CBB CB4C9C2CCCBB CCBBBB2C_CVC_CbCbCbCbCbCbCTCOCYCaC_CdC]CRChCeC^CnCeCZCoCtCmC}C+CBB@@@@@@??@CB@BPA@DBDaC0DuCC@"DC.CCCC(D@D@/D\BQDBDBCBBBCCpBB D5CCCB CC#C9CBBBBBeCC;CMC%CB C(BBBBC1CACBC.C5C?C?CSCSCSC?CSCSC0C9CGCEC1C?CHC@CWCWCWC@CWC AA@@A?@@?ACBCBCB@CBCCBCCC0CCgCxBBBBBDBC}CWDHD(C CCCB%CC CCCChCDBwCBBCCBBBBBBCWCPBCbCXBCB CCCWCVCBC?CDCrCJCMCJCJC&CBC9CCC3CICvC&CPCJCCC?C8CkCC"C&CJCB/CB?A@@`ABB@@B?C? C`AC%CC)C7CBB(CCCB4CBBCCBCB@DCCCCCCBuCCCC(DB;CC CBCCB!CC}CCBBjCBBBCBBCBBHBUCCC'CGCQCC/C/CPC[CCCzCVCC?CRCRCbCCBCCB5CC CCbCNC C2C&C5CUCCCC:CFC8C8CLCYCHCCNCEC7C:ChC[CJCqCCBC@&CECBBBtBBDBBBKCRC4BB`BtBBBBBBABBlBBBBBBtCACCABBlBBBBBBPC@BCCCrChBBBCAACCCaC@A$CCBC|BBBBB@D-CCB;C CLB7D6DCC CADBB@@BB@CC CqCCSCCdCMCCQCC2CC2COCC*CBBBCCCB CCBrCB(CB,CdC@DBpBC5CCBBCAcC@BC@AA ACBEFE@@@ABBDB BBcCBBC/CxBHBCB@@@CCBCCCC$DAAAAABAAAAAAB@@BAA&CC@D1C'CB=C.C/C@CC CBBBBBpBCBBBCBBBBB@BCBBDETCACCBcCHCYC4CBxCCDCAAIDCCPAACjCAECGCAC(BBBBC@HBA@A C`BCCfCJCqC4C\CC%C#CCC,CC C CCAC%CCC@C^CWC]CiCICjCNCYC?CWC5CTC.C@DNDPABA@AKCUC CCC@:DC?@DB@AuCBDB+C8CBCJCBBBCHCPCCB\B'C(BxCOCBuCBCCCDID@@@@@@0A ACBOCCzC%C%C%CB?CRCCC/CWCDC:CkCIC}C%C9C;C(BB@CCABCABC@AABABBAACC[CcCdCBBBCCD@DC9COC0BBBBCC\BBBCCCC CCCACCtC&C=D=DXBCfCVCCCCcCHCVC2C9CTCDCUCOC!CCCA@DBDAACCD@@A@EC@A0ECCC~CAACdCLCCfCzC\CsCGCcCCCC;CCzCCBBCB:C0CC)CBC@C]CXBCCBCC BRCBC_CpBqCBID"DDPA*CA BBCFCNC^CCGC8CJCXCzCAC+CFCSCnC:CCBCMCbCCC4CCCBCCCMCtCoCC:CCoCdBBC CC4CBCCC9CBCBXB:CCCTBDCBaCCB7CLCBCBC C^C%CCCC CCC CCCCCjCCCfCCC"CBBBBBBB?CBB"CCCBBB1C"CBClBLB/CUC C@C@CmC^C*CgCCnC7CC C1C8C CBCPCRCCDCLCDCSCnCeCcC C{CCBCBB CBBBBBCBCBBBBCCBDBCBzDHCNC>C.DECCBPCBBBCBCDDBCBB%CBBCCCBBBBCBBBBBBBiCBBBBBBB|ClCcC`CLC+CLC6C{CJCbCCCGCrCLCUCsCYCCbCCQCLCC|CfCBBqC5CBBC@DCCCBCBC?ClDCB'C=CD@DBBBDCBBCC8C CCGCHC C5CBCDC'D$BBC6DC C+CC}CB C@ DB C DB D DCBB DB C DDB DBBCDDCCCCgCCCCCCnCCCCCCCCB!CCCCCCCCCuCCCCC CPCC@D CCCC@3DBOCC~CCCCCCBCCC%C"C C C?C?CKD&CCAA!CBBCCC"C6CC"C4CC+C CB DC DBBB C D CBBC DBC DBDBD C C\BBCBDB)CCzCC C C`CCtBCxCqCCCCBCB-CiCClCuCCzCC>C~CZCBCABBBBAAACCBCCC~C D6CC}C@D@D D*DDCCC'C)C*CECLCLB2C C`C7CCE!CECjCDBC@DDBPBAHBDBCCBABBCJCBB AB A BA}CCCCCpCCCCCCzCCCCC DBBBB&C$BDBHDCCC@DCB C;CC[C1CCCXCC#CBBBCBBC CCD@DDtC^C?(B(BA(B(B(B(B(B(B(B(B(B(B(B(B(BBAAAAAA@BDBACBBCCCCCCCCCCCCCC CC9C-CAACtC}CCBdC,CCCCCGCCNCdCBCBXCCRCCCUCC:DAB"CXCCrC&C6CC@D D@BCABCBCBBPBBBBBAA(BABABBB@BBBAB(BCC CzCCC/CXBBBBB*CBDBpB4B0BxB4BBC'CB3CCCCCCCC"CAC}CCGCCbC*CPCCWCJC#CCCB C CCCCCDSCTCC1CD#CCpCClCCCRC[C@CC1CCNCBD DVE@DDDD EDCBBBBBC CC)CBBCBBCCCBxBB`BB BCBCCmCCaCCxCC=COC7CCXC_CLCRCMCSC CBBgC4CBB8BC@DaDCC@DdD@4DCDD@DCCCDCCRDCXDBCaCCBCBCBCBCCCCCCCCCCCCCC CPCC^CCCMCCCCC0CXC\CIC=CCCCCCCeCCC,CsCoC\CBBBBABB#CCCBBB CBBB CBBBC\BlBmCTC#C=C9CjC_C&CeCCsC4CBBBCBdCC`CmC3C0CCfCCLC9CoCkCBCCCHBPB`CBCDCCBDB.CCCCCmCCCeCC#CC DgCCCgC*CCDBCmC=CNCNCECNCCCSCvCdCCECvCECtCCBC|BBBBBB&CB0BCCBC6CDCJC3C9CCsCBCHBcC'C2C9CfC\C&CoCCwC4C^C}CpC5CBC4CbCRCCLC{CmCC\CICCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC@?C1C C6CCKC C8C`CBxBAC CCTC)CCDBC@@_CCTDCCB:D.D@ DDDC@D@DDCC@DeD=DCCCCCCCCCCCBBBBBB DCCBBBBBCBBtBC@CC%C C C CCB@DCCCCCCCCCCCCDDDCCC@DDDCDBpABD@ DfD@\DCCC0CDLD'DCC$CCCC9ECCCCCCCEEAAC FEC@DC@CCC9CACCCCCCCCCCCBBzCgCCCgC]CCCCCCgCCdCCjCmCCC6D@DCCeCBCCCC`D"CCB CB BXBpBB CCCxCCJC`C,C,C}C,CDDCC@D@DB;CBCCDCCCCCCB[CCC=DBC!CCC=CwCDB`DHBCCDDDCBCECTCCC D@ D@\DCC`CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC-CBBBBB^CCCCCCGCBCB BABCC_DC$DChCBB!DBQCCBBB:CBCCCC>D@cDzCACCCTCCzC4CDCCC,C,CDC@DBCDCCCBC!DBQCCCCBBBB:CBBBCC@cDCCCCCCCCCCwCCCCCCrCCCCCCCCCCCCCCCBB*DCBBBBBBBBBBBFCB CCCBCCCC)CCC"CCCCCC#DC@AvCBsCCfC8C|CCnCaCCCCkC-C3CkC@CCACCCCCC4CCCCCvCvCB C8CCaCCkCC3C@CC C-CCCABACABACACBBPA@DBBPACBC`BCTBCC"C?C?CBBCBACCaCCBzCDC:C CCBBB CBBCCCAC CC-CCCCC@ DB-CSCCCC D@D5C)CB}C{C@DCyC$C@ D-C@DB{CyC$CC:CiC{CCCDCCChCB*CCCCC DdCCCCB{CBCBCBCtB%DBMCC7CCBCB+CDCC$DCCCCC:CRCiCC{CCCCCCCWCDCpCCCCDCCCChCfCCCBCCBJC CCBCjC&CBBCpCYCCB-C(CCBCBCBCCCCBBC C C CAAAAAA(D>CTCC&CCB2C2CCBCACCC>CBCBBBBBD DyDBCCCC*C CCCC|CCC,B1D D DCdCCCDCCCC4CBCCnCwC;CSC&C&C&CBC8CDC@DCCCCC"DCCCCCfCNCBCCCCCAAAAABPABBPAB`BBBBBtBzCCC&C CCCC BBTBB4BBBB@DCuCPA!CHDCBBBBBBBCCC CBC DC;CCCCCCCCDBCJC*C CCCCBCCSCjCC&CDCfCC@C*C}C C}CBCCCCCCCVCBCCCCCfCCCCCD^C^CCCC0C0CCCCCCCCCCCCLBCCBDCBBB`ABCCCBCBBBC\CbC@DC7DCCCXCEC:D@;D@ND(BCBBDBBBCBCCTCB>CC DCCHCpC@CYCtCCB-CBCBCCZCcCeC}DCC6CKC`CxB)C@C'DCCCyCyC$C$CCCCC:CAB`A\CuCADCB!DBB@DCCCCC@CB C8BBC(CC8BBCBBPCBACCCCBCBBwCDCBACBBBCCBBBCBBtBBBCCBKCB;C/C&CCBBC DC7CrC8CCCCC DD@DC:CRCCCC{C{CCBBBACBC DCCC@CiC FEBBCCCRCCCCCBCC/C=C=C CCBBC'CCB4CCC&CDCBBCBCBB"CC>C BPACCBB.DCUDdBCCBBBB}CCCB9CNCCCCCCCC@DCCCC"DDCCCMCeCD"C/DCDCBBAHCCBAABBCCTCCCC0VEDCBCmC1CDCCCCCCCC,CcCB7CBCCClDCCC CBC"DC@DCCECB EECCDD4CmCBACBCCfCCCCBBCVCCmCCyCCCCCCCCgCPC4CHC`C;CpC CCOC$BCCQCB6CCCC7CC#CoC'CBCCCCCCCCCC{CChCCqCCrCCqCCsCCiCCfCCmCCCCC>CACEAB@,C EkCCBC'C6CDB`A$BBCCCVCCvCCCC>CCCCCCfCxCC{CCCCCnCCCCCCCCCCgC@C CBBCCGCC/CCtBB|BC#CBlBBxBB BBAjCA"CA"CB BBBBABA:CB"CAA"C(B BBIC/C'C&C2COC CCCCCCCCCCC(BCCCCCCCCCCCCCCcCB@;CCDCC C(CCCCD@@pACCqCCLBC.C C CC3C1CCBBCB;CC2CCBBC C$CBCMCzC1CCCCgCCCCNCdCB BB C{CCBkC/DCACKCCCVCCCC(CDCCCCB C@DClCBBC&CC(C CCCCCCC1C@+D"DDCXCCDEBCCCCCCCCCCCCCC,CqCCCBECB`AAC EDBBD@mDD!DCA^DC@0A@D@'D@5D?@ DRC DC`DCA@D ABB@CCCChCA@@,BApAA@AA`APA@AB`BB`BlB|BBB|BBBBBBlB|BBB\BtBtBBhBBtBB BtBHBdBBCCCCCCCCCCCCCC DCCCCDCCCCDND@`D D@DRD,D@D/DDCCPACCC@qDDHDDLDCHDDDCA@@@@@@@@BAAAB BPAAAhB?7C@AAAMCDBDBDbDODCC@DCAEEE!EAlBB@@CD@ DE@DBBBpBpBtB0BHBAPB0BBB@BrDXBD8BB8CA8B4C+CA@GD@MD;DEDYDzDWD1DIDDYDODDDCCCzDB@cD`BBBTBCBBBBBChBBBBACA A-CPBADAuD@DA BCAAAFBBTBhBB C&C@BBBLCB!CCCD DDDCC@@kDkD@kDkDkDkDkDkDkDkDkDkDkDkDkD@CDxDpDpDpDpDpDDwDD@|D8D|DBBBBBBBBBBBBBBC`D@DpECDD7DD D*DCD8DDDSDDD@DD4D`D@nDDD C CCGC1CHD0AD"D@*DD DPBlBBD@ DCDC@lE@+DCC`D#D@DDAQDDpD@kD$D7D?AAAAA$DGDkDBBCDrD@1DODCC=D@=D:D/DDC#D@>DC0DCC@&DCD@D@DD@D@DDDdDDDODD6DDhDD DWD DD DDDD@uDC@.D@.D`DDCCDBB ClBD@DCD D@D`D@DlBBPB4B\B4BCBBABAAA CB|DAD@`DDDC@DEDCCC9DDDFCDCDC:D6D@!D@ADWD>DHD.DC;DD[D DDDD@;D@ID@DCD D{D@ E@D@}DDcDDDD}D@DCD@rD@DDDsCSC B(CPBAPCBBABBB@AXBpABC0BA@AAPBHBC0AAxB\BBB@DC#DD@DD@DD@DD@A@A@PDDD#D/D!DD@7D@6D DDXBBBB$BLBDDCCDD D@%DCDCCD@D_CVDCDC$D`CDDBD@DD@lDDCDAC DCCCCFD@ DC0AC+EC`DED@TDAD@]DDAA`DBBBlBBBXBxBB|BHBxBB(B B@@BhFC@A@ABA@`A`A`AdB\B@@@zDFCUDCDCxD|D>DD1ECCD(DCD@PDDDdDC8C.CzD[D@DDP ED>DDnD@uD@D@ DCBCCA@@@A AAApA1DPAAACBBB@BBBBBB$CBBBBBBBBBBBlBxBBBdBdB DC B?C'CAC1DD`D`1E@@ADD@Ep*EAhBECCCCCCCCC{CHCACCCD@~D@]DCCNC@^DD;D@DC4D`D CC?C@= 7@1@{? @zD@{.@>G= #>{.>)\>u= ף>Q= ף>{.>L>Q?= >Q> ף==?\B>>H>)\=>k>ff&?H:?{@h?@G?RN@ff6@ff@ff@q=??? ף??H:@ C@(@?Qx@(?? ף< #=L=\B>k>33>?R> #=u=Q=u= ף= ף= ף= ף=Q== ף=L>u=Q=+@@Gq@?\@G!@= @@z?\2@z$@%@q=?ף?G??ף?ף?@@G@ ף?H???Q?\?X@(@? #?{.>p>Q8>G=(>{.>q=> #> #> ף=q=>q=>> ף>>>= @ף0?q=> ף>ffFA{@@@}A}ĀAffvA@p@HAztAHAQ8>q=>ffF@z?YARB@AL@fff?@HA #=<<u==<=< #=< #==Q>?>@z@z@HAp@HAHAffNAHAHNA= @?LBtA\"@@HA?̌?9@̜@Q8>ff?L=u=<< #=Q= #= #=Ga>(l@33?33>>l@p? ף=z>z>>q=>ff@E?p=?(?'@@HJ@zD@ף??u?Qx?G!? ?H@,@,@ @,@,@ @I@ @p=@@ffF@\?z@@G@= 7@W@W@ff@ף>G!?u=>>=>> #>G=>)\?>R>>R>L>u>?>u=ף@{.??@= 7@>hBHA)\O? @AH@)\A{^AHA=BA>)\=+?>@?>k?G=L?fff?)\>,@?̌??G?{n?q= ? #<> #=L=L=)\>ף@'@\@ @?\@<@@)\?\@{N@R@H*@Hz@?@E@ף@?ff@@E@(?8@@\B@?33@µ?@33#@\?>(?R>ף>R>= W>u>>\B>G!?>q=>>< #==L= #<?L= ף=Q=L= #>ף>= >\>q= ?p@Q8@`@?y@y@ff@@@H:@p@> #= #= #=<<> #>u>)\=q=>>>>>L?>(?Q>?p>?zT??5?u@?@q=*@(@?U@G@33s@ ף?\?R?R?9@H@R>@@z?P@\@u@R@33C@@9@33@A@G? @?p?5@33@Q=>< ף<Ga> ף=)\=G== ף=?>>u>=G!?u? ף>??L== ?ף0@QH@ 3@?w@0@ff&@RN@z??%@@@`@5@R>@= g@ף@@(L@33c@%@\?q=>> ?k?G!?{n? #?ff&?Q8?\B?)\??\?33@(? ף?ff@(?ff@ff@fff@\?(?@(?\?ff@̌@Ga?@ff&?q=J? ?@ff@?H?ffF@z@!@x@?(?p=@= @R?R?@)\O@@GA@p@HJ@G?@?ff@= G@@?ff@QX@@8@Q@{?ff@{N@q= ?H:?\B?? #??Q?ף??G!?>333?R?{?{?{?{?{?k>p>?q=>>p>Q>Q> ף< ף<\? ף=q=> #<<= ?= ?= ?>\>(>>ff>= >>ff>= >> ף?(?ff@ffv@@•?= ?H>u?= w@\?H>H>u?(|@H>u?(|@33?ff@(?ff@ ף? ף???y@?33s@??H@ff?ff@z?k?@G@333?Q? ? ׃@z?\"@H???33?9@= ?= 7@33?R?? ? @?ff?ff? ? #> #= ׃? ׃? ׃? ׃?q= ?q= ?Hz?q= ?>=u?\B?ף?R?>ff>= >\>U@\@@@ף@ףp?E?fff?>>>G!?>{.>Ga>q= ?>>(>@>(?= ? c?@??Q@ff@q=J?G=(>=>Q8>L>\B>=\B> #>=G=>G=)\O? #<ף0?ff@R^@@`@(L@@@e@q=@\@H@@@HZ@ף`@\@pm@>=={.? #>)\=u>h?=\B> #> #>fff?>= W>?̌?>Qx?zT?+?p=?Q?{?<33@Q8@ 3@?ff?{n?̌??@R@> #>@z?>w@R@R~@̜@x@ף@@e@{@33s@w@)\o@33@ףp@̌?Q=q=?(? ף<>p@p @(?{@ff? ?A33@@ff?)\@ 3@ff@@Q8?33?q=Z@H@33@p@q=?(?q=?Hz?ff??Q=(L@)\?@= g@)\?@%@>>E?\@@?(?k?5@?H?G?(<@GA@`@?E@z>33>z>L>>\B>== @Q@333?̌?E?fff?G>p?=?>L>>z>>> ף>L>>= W>fff???= G@q=?Q?= ?̬?33?̌?@@Qx?H@?G@z?u@l@33@!@R~@p?z?ff@ף?q= @@k?ff6@RN@R.@ף? ף<=q=>??+?@@Ga?ף??= @ @?)\@)\O?R>G?@q=@l@@= @@ A,@(?q=> ף< #<>>?333?p=?u>?>?fff?=>??>L>̌??=ffAff?ff?p}?33?= ?33C@= ? @H @@)\? @?\?@z@ff@RN@\?z4@G?@H? #@ף?%@?@?P@@@?= @ff@@@ff@33S@l@ @Q(@= @33@fff@ff@ @@@@@µ?R@ף?#AH@@RN@?ff@@y@@33@>G=G=)\>=u>G=u=u=)\=Q=Q>>>R???ff??Ga>fff??>fff?>?ff?\>̌?p?ff&?ff@R@= W>)\O?ff?L?Q=L>@L?(?,@µ?@z??{??Y@q=J@333???@??@??Q?ffv@?)\?ff?= ?ff&@@(?\@= W@q=J@Ga?@p=@H?(?\@@Q@Y?(?Y?h??=?G=u= #< ף>zT?{n?{??q=@p@@@G@@?ף0@ff&@H?G?G?q=?ff?q=?33?>>333?Q8> #= ף= #= #= #= #= #= #=p?z?ff@@@?fff@>)\?q=?p=?Hz???333? @fff?fff?k>?@=>=̌??333??{?L??333??Ga?( @@q=@ff@?Q?\??Ga?H:?ף?ff?{?G!@?33s?u??(\?u?33s?Ga?%@?z@ff@ @Q8@ff? @@33@?5@H:@q= ?Q>33>?(>k??>R^?)\??33>> ף>>Ga>Ga> ?>Ga>>>> ף>= @q= @p???\@Q?G??)\@ff@R?{n?Q8?33?p?u?zT@ף@)\@{.@p@H@@H*@R~@{n??G??L?G?33?33?==L> ף=> @z?= W>̌??L?L>\B>\B>fff??R^?{.>>>p>= >>@@? @33@33@\@E@\?= ?= @@@Q@@RN@{@= ?+@Q@ff@Q@+@Q@p @?>>q=>>>ף>333?> ף>> ף>= W>\B>=>=>Q8>)\> ף== W>G={.>> #=p??q=?@ff&@)\@ף@Qx?\?p?Q?@q=:@333@q=*@ff>G?H?{@@= ??333@)@Q@L?33s?̌??z@ף@\@(@Q?q= @Q@@5@ #@ c@= @<@)\@ s@?@'@ף @?@q=*@!@R? @pM@8@ff&@L>= W>k>Q>)\>\B>R>q=>=)\>L>\B>)\>k>{.>> #>>L>\?>ff>H>(>?\>G=(?= ?>#AG@R@@G@\b@zD@33@33@@?33s@\@@q=@= @33@$A33C@ ד@zd@e@q=j@33@Qh@@pm@{@QX@ff@ #=L= #= #=u=L>L= #=L=L=<> #=< #=L>G=G=G= ף=G=G===?<@??)\?'@R?7@R@e@33@@@?33?ff???ff?G@p?= W@l@h@H:@u=k?fff?Ga?)\>Ga>H>H>)\> ף??u>L> #>>k>>L>Ga> ף@L>{.>33?ff>= >p>u>(?@)\>{>q=@>= ?z>>= W>Ga>\B> #>{>?\@@q=@p@q=@{@@p@Q?R? S@33@@z@pm@33@@z@HJ@zD@@A\@q=A@Ap@@Q$A>>)\>u>=Q= #?{.?>>(??>Q8>> #>)\=)\=u=\B>Ga>== ף>Q>q= ??ף>>= ?>>>L?E?̌?ף>ff&?>G>G?q=J? #?H>p=?G!? ?>ף>fff? c?Qx?E?{.>Q8>?z>33s?>Q8>@L>@\>>>zT?Q>Q>)\?>?q=>)\>)\>G!?5?Ga?Ga>H>Q>?@Q$A@Q$A s@ף@G@ ׃@@@Hj@= @33@zd@(@@Rn@@)\@Ga@@ף@@q=@ff@@q=@ff@@q=@ff@Q8>=)\=)\=u=u==)\= ף===== #==G=L=q=>k>(?z>G=>=G=ף0?q=>u>>L>z>)\>>>33>33>{>= W>\>?z?ף>>ff>>)\>{>>E?q= ?= >ף>>>E?ף>G>q=J? #? ?p=?ף>Qx?ף0?{.>u>Q>Q>Q>L>L>L>z>>>>>33>k>?@@{@ffv@G@@@(l@R@ff@zd@ כ@\@Gq@@(@`@@z@̜@@R@̜@@R@̜@@R@̜@@R@G=G= ?u>Q=Q= ף=Q= ף= ף= ף=)\>)\=)\=)\==G=)\=)\=)\=)\=)\=)\=)\=Q= ף= ף=Q=u=>R>u>>\> #>Q=u=Q8>Q=Ga>>q=>k>\B>{.>k>Q8>{.>Q8>u>L>z>>>33>Ga>ף>>>>ff>)\>>>Q>\>Q=Q8>Q8>Q=>k>{.>Q8>Q8>L>z>>33>Q8>>L>)\>)\? #>Ga?)\>Qx?)\>Hz?{.>Y?{.>ff&?>? ף=h@@??)\=ffV@R?zD@H>zD@>Q8>L=L= #=)\=L=L=L=> #=k>{.>= >L=\B>)\>{.>u==L=u=L=>G= ף={>)\>Q8>{.>>>L>>)\>q=>Q>>p=?R> #>= >>)\?5?L>L>>k>>q=>?ff>>Q>>R>L>k>q=>>Q>?>G!?G!? ׃?µ?u>u>>)\>=333?{.>H>= >\>q=J?u>Q8>u>{?(>@)\?@)\??>fff@)\?x@p=?`AHA@@ף0?q=*@u=)\=)\>{>L=Ga>L== #== W>Q8>)\=Q={.>)\=?L=={.>Ga>Ga> #=)\=u= ף= ף=G=L=)\= #=>?>p>G!?333?G!?p>= ?G? ׃?q=?µ?{>u>p>Q>z>u>k>>L>{.>>)\> #>R>>u=>R^?q=?G=L>G=R>(>R?= W>)\=Q=>p>H>Q?333?5?ףp?G?z?ff>z>>H>zD@@@H*@33SA)\O? ׃?= @>>>)\=)\=)\=)\=)\=)\=Q8>L=>)\=)\=\?u><=L=u={.>Q=G=Q=Q=Q=Q= ף=G? ף>?=q=J?z?{>333?333?)\={.>?H>p>\>=(?ף@q=J?q=J?G>u>Q8>Q8>@G>>=u=G??L>k>{.>>===L=Q?\B>Q>z>H>>G>q=>Q>>\?>>>ף0?>k>{.>=L>{.>>33>>)\= #>)\>)\>{.>? ף=@??)\=R?H>p=?ף0?H>)\O?)\?ff@q=@Q8@?HAQ8>{.>L= ף==Q=Q=)\= ף= ף= ף=>\B>Q8>)\=G== >=====G=G=G=>G=>Q8>>>L>q=> ף>?R^?Q8??̌?@q=?L>G=k>L>{.>G=\>R>?(>?R? #>= W>h?\B?= >H>>Ga>{>u>Q8>L>>{.>G=>=>=L>G!?ff> #>> ף>L>>q=>= W>q= ?=Q=Q=ff&@L@@)\?)\?KA= A@q=@(@ff@ף?0A= ?>p? ף>Q?ף@@(?ff@H?G? #??=)\>>= ף=G= ף=)\=)\===\B>@?>G>\B>Ga>= W> ף= #= ף>Ga>Q8> ף== > #>Q8>?z>)\=)\==Q=>ff>?>Q>= >?= ?>q=>p>>H>R?Q?333?5?ff&?)\O?+?ff?G?)\> #>>G!?Q>L>L>)\>>>H>= ?)\>L>>Q>ff>>>Q>Q>>??> ף=?=?@HAq=@HBffA(?(?@,@PB@@̬@HAAHAHAHAHAHAHAHAHA== ף=u===)\>Q=>L=u===G==> #= ף< ף==G==Q= ף=)\=?<< #=z??ff>z?>z>{.>>=Q8>u=L=u=?Q?Ga>u>\B>z>z>z>>33>33>>33>>p>>>333?G!?G!?Q8>u=L=L=>?ff@{.>? ף>R>u>Q8>q=@z>z>)\>u>̌?HAff?@@333@L?ffF@8@ [AHA(HAHAR?{?>k?Q8?k? ?AL@\"@?@p@@{@p@R.@@Q=L= #= ף=)\=G=> #=G=G>)\>L=R>(> ף==Q= ף=?@= @p>\?fff??= ?p=@G@ףP@?z>H>>G>q=>>\?ף>>>ף0?>)\>{.?Q8>h?>?u>)\> ף= ף< #=\B>= W>)\> ף<)\> ף=k>?{.>R?zT?Ga>R?G?L>G=ף>{.>33?\?>= W> #?z@z@ף@{@?Qx?p@@>Q8@GQ@H*@HNA@HAHA?;AHAµ?R>@z$@\?q=?(?\Ap}A@AkA\A3A\A{AHAHAz4@H?ף@@z? C@ @\@R?Q@@z@?R@R@!@ff@GQ@W@33S@<@q=z@{~@ s@?q= @ף@G@?ף@Q@fff?u>k?>= W> ף>>>z> ?u>>>> ף>>z>>>>p>q= ?R>=L>L> ף>k>{.>q=>{.>{.>G!?G!?>p@R@?+?>>>µ?k>Q=>33?k>̌?q=*@>G??+?)\??zT?5?fff?zT?ף?z?)\_@= ;A9AEAff?R@YAHAff@@?@@?@Afff?33@@@ף @ף0@>333? ף?kA>YAHB)\@ztAL@33@@\?ף@ף@ @?ff@Q@Q@{?@z$@@?ff&@)\/@z$@@Q(@= ?z@Q@p @p?ff@q= @ @,@)\>>>Q@{>33>\>>\B>z??p?ff?p}?h?•??ff@?\B?= >>ff>H>z>Ga>z>p>{@@Q@@@#A33+A A#A@G@R@@G@ff@\?+? #?= W@G@\b@zD@p?Q>@QH@33@33@@@R^?z?@Q8>@?ff@?(? ?@33@)\? @@z@q=?)\??pm@H@@@…@\@= 7@= @q=@A@ף@Q@p}@QX@q=@ף@)\@,@33@{>@\?p?\??\B>L>\B?333@E@= W?{>z>u>z>Q8>= W>L>>>{.>G=>>{.>=>>=\B>L>(?G!?(>?ף>ff>Q8> #>z>>?{n??H>33>33>>̌?ף@??33@u??+?)\?=@ @ @{>+?= W>@ff??33s@\@@(<@@q=@= @)\?ף>\?)\?= ?ff&?z?z?0@̄@Q8>Q@= @@@(@'@G@\"@\b@?w@ף@@@•?`@z?k@??R?Q8@{@= ?R@z? @ 3@ף??> ף>L>Q8>= W>R>>k>q=>>= W>\?q= ?Q==)\={.>)\>)\>{.> #>>>G!?Q>H?{>@ff@@ @33@W@E@ ׃?@$A ד@?G@R*A33'A #Az$@= ?\@?>33C@z@H:@p=@$Ǎ?>= ?)\>ff&@p@{@?R?w@?>>E@)\?>z?33@33@@@@@ffF@?@?@33@==33?G@G?z@\@z$@fff?L??ף @(<@ff@@ff? @?(@@(L@ @R?\@33@Q(@?z@ @ף@9@ @W@)\=u= #= #=<)\=L=(\@G= #< ף= #= #< #==< #= #= #> ף=q=@h?(?(@ff&?>)\O?\B?@@ ׳@\@@A)\@)\@̄@\@ף@@)\_@ף@@@Y?•?W@@@33@)@e@33C@G@?)@= @\R@\@ff&@Q8@[@>ף??@{.?H:?= '@ף@{??+?̌?333?333@33#@zT?{.?R?ף??R^?Q? @ף0?H:?)\@̬@\r@(@q=@fff@{@z@p@q=@H@Hj@\@̴@u@q=@)\@e@ כ@@U@p@@QX@ ׋@@Q@= @@g@E?p?33?\?(\?33s?p>>ff>z?z??>= >?\>>(?)\?@(?ff>G!?Q?>\?p>>?= >?>p}?333@@Ga@33@ C@Q@RN@33@q= ?R^?33@p}@0@RN@\B@@@7@QX@E@z@Qh@A@)\@H@)\O@)\O@q=@H@{^@)\@@{@?@? ׃?ףp? c?ףp?Q8?333?q= ?R^? ?(?G>?{.?>L?E?@?(?333?)\@q=@)\O@33@)\O@@zt@@@33s@̬@@ffv@\@@R~@ff@{~@̔@R~@@@p@ ׋@ @ff@)\@\@H@\??{??G?ff>G!?ףp?\?)\?+?H>R?Q?>?Ga?>(? ׃?{?= ?+?(\?R?ף>G>?Q8?ף0?>??@? ף>(>H@ ף@@@@L@@…@U@@q=@@@\@p@z@= @33#@q=@ffV@R.@@\b@R^@Q@ C@w@ ף?= ?Q$AG@@@\B??ff????(??R?E?+?(?+?@?)\?H>>>q= ?q= ? #?>ff@@@H@33@33@ ׋@@333@@I@H@)\O@z@a@@g@̔@\@33@H@̔@q=Z@Q@@`@p@@ #?R>G>ף>?>? ?k?q= ?\?\??33?>>?ff>p>(>>>G!?33?@Q>G>\?= >q= ?)\?@?ff?>33?333@k@ף@@= ?\"@@Q@@0@@q=J@@ף@9@zt@333@k@G@@?G@@Q@G@ ?•?{?@{?{??)\?k@(???ff&?(?5?>= W?@?)\?q= ?33#@Q?H?? #>\B>>> #>L>Q8>L>k>?ף>\>zT@33@@33C@(@z@33c@ כ@zd@@@\b@@\@z@z@\@z@z@\@R@(?p>?(?q=?\??E?fff?E?Q?ף>>?)\?Ga>p}?H>Ga??G??ff@ @>\b@= @ף@H@ף@333@ff?G?GA@H:@{?(?)\@)\@33s@(?@@z@(@Q@A3Aff>Aff?= ?z??{n@= ?+@ff&@ff@5@(|@{?z?ff?Q@z@)\?@Q(@Q@q=Z@p@Ga@ כ@ף@@ c@̴@@R@R@R@@@{@q=J@(@@@L@q=@pM@\@ף`@z@ף`@@)\@q=@@@z@̌@@ A\@Aq=@̜@Q@(A@@p@e@ף@= g@q=@\b@ff@ff@\@(@\@ף??G?>p@Q?33s?)\?H?R.@R.@=p??H*@= ?BBB)5CfBA33s??> ?R?ף?ףP@R>?k?\?fff?E?ף>>@= @{@[@@e@= @QH@ff@)@fff@Ga@7@R@g@ ׃@@\@{@Ga@@Q@\@̌@)\@ף@= @%@= g@W@@{.@@\@@q=@@q=@@q=@@q=@ף@1@{@ ד@7@q=@@A{@ 'AU@@u@@zT@{@Hj@@{~@{~@{~@@RA@RAH@H@l@fff@ff@@R@= @@Q@ #< #<= ?Y?\?{.??z?Q8?(\?ff??q=J??? ף?>Q?)\??5?R?z?ף>ff&?u?R?Y?ff?+?)\>\?Hj@Q?ף0@( @R.@q=:@Q@Y@L@@\B?@h@{^@ffv@{@)\@(@ף@@Hj@•@R@z@?p?̬@R@\@@p@@@\@G@@@G@@G@G@G@e@H@p@H@ף@@@h@= @̬@@33s@̬@\?̬???7@?5@@@)\@{?? #= #< #>?)\> #=u=)\=u= #= #=)\= ף<)\=u=Q=u=)\= ף<=?+?= @e@ף@p]@= W@Bu?(?p=?ff?>(>(>ף>>H>G?p?33BB4B)\?H??>G@\??)\=H:???)\?H?@@@<@@`@Q@pM@\@e@R@zT@ff@e@R@ @= W@(,@R^@ף @ffV@A@l@H@33@ כ@@Ga@z@@@ ׋@@= @q=@G@e@%@33@= @\2@Ga> @ @7@H@µ?Qh@@@ @ff6@\@zd@{~@33c@z@333@{@z@@ף@@@ף@@ ף<=)\=L=)\=L=L= ף= #< #<= #= ף<=)\=< ף=p>ff??)\@i@)\? @\B?q= ?Qh@?= W?33? #? @Ga?ff&?\2@?>33#@(\?\2@? ?q=*@fff?i@ ׃?E?33#@z@@q= Aף@Q@\r@H:@̬@@33@z@ ׃@ff@ff@Qh@q= A)\@Hj@R@z@@A\@z@@ff@ @ff@G@pAG AA( AQ$AQ$AQ$A(@Q@Q@R@R@R@@½@)\@R@@>H:?(> ף=H?= W>H:?(\@ ף?)\@ ף(? ף #?(?>>33>\>q= ??33>??G!??R?q=J?(\?R^?@33@@@@@@q=@G@G@@= @p@33@@R@Q@G@\@@{@@)\@@@@@@G=p> #>\? # #= #=)\= ף<)\=ff&?ff&@ ׃?@ף??= ?+@= W?>ffV@zT?ף@@?GQ@q=?Q@ S@@@U@E@@ @\2@q=:@33@@ף0@fff?•?33s??(\?\?ף? c?ff?\?{?= W?\??p?)\?Q8?G?ff?Q?zT?(?)\???@@@@@@@@@{@{@{@@z@̤@̤@ף@ף@ ׫@z@(@\@R@{@R@@ff@QX@33>= ף< #< #<)\= ף<= ף<)\> ף< #>= >p @H?z@33?H@ף@ #@A@?Hz@e@p@= ?@G>̌@@?(>R>zT? #?̜@R?)\??`@q=?)\@Q????ף?̬?Hz?p=?{.?= ? #?Q? @?33??Ga?{n?)\>@?k>)\= #>(@@H@(\@)\@Q@u@@@@u@@@U@@p@z@U@= @= @Hj@@@@Hj@@ #< ף=p}?(>???= W>y@333@p?fffAqA 3@q=?̌?z??(??>>k>H*@?@pB\?)\?\B?? #?Ga??(\??fff? ׃?> #>L>)\>ף0?G?L?ף0?>= ?)\O?G>ff&?{>ff>q=>= >Q>>33>R>>>>@{A{n@k@p@R@@µ@­@ff@H@q=@z@zd@(L@G@33@q=@ s@p@33@\ A ד@33@@Q$A{^@̜@G@@G>L?>Q= #=u=u==>Q>33> ף>\?= ?>> ף>R?>q=>q=>ff>\?> #?Q8? #?Qx?\> ??333?H:?>{@\@33@@@R@ף`@33@R@@{@(L@ף@ף`@)\@q=*@(@H:@@ף@R@q=@0@(@q=@{>@G@@H@p@q=:@z@ # ף< #< #=333?Ga>= ?@̌@̌@@@p>?L?̜@R??q=?Q?U@R@@ף@ף?R?= @{@ff@\ AzT@̌@u@{@`@@x@ף@E@??)\?{n?Hz?z?G?5?>{.> ?)\O?Qx??ff&?ff>q=J?G>L? #?5?(\?? ?= @p@@{n@½@\r@q=@)\_@ ׳@pm@ף@q=@{@@(@G@)\@@ @ף@H@)\@\A̜@Aq=@ff ARn@@ff@q=j@ #< #<< #>\>fff@>u= ף<= #=Q>)\= #= #?z?)\>>ף>z?H> ׃?L>{>(>u>q=>= >33>>q= ?Q>H>333???R?H??Q8??H>u?R>z?= >̌?>ff?333?H?R??Q8??H>333??H:??z????\@= @µ@q=@HA= AR@q=@p@@H?ffv@̜@Hz@@ffv@x@w@(@H@H@(|@u@p@)\@= @Q8> #=q=@33??ף@>33>(>G??@)\O? ף< ף=?)\?5?{.>u=R?H??ף?(?= ??ף0? ?\?z?+?H??= ?G>(?G>>k? ?ff>(???(>( @33s?z?µ?\b@G>4Aף>u@===q=@= ? #=q=@̌?{n?Hz?= ??(|@R^?q=J? ף?33?= ?ףp@ @?Q? ?H:?= W>>>>q= ?u?@?p=?333?Ga??z?z?? @ @ff&@q= ?ff6@??z$@?33?= ??q=?µ?= ?q= ?33@{?G??z?ף@p}?\B?q=:@)\>\B>33C@I@)\O@ffF@)\=H?½@33> ף>?Q?)\?p?ff?>Q?p@?33?(> #<@ @ff?\? #< #<)\> #<= >?z@??L@ff@{.@?@@`@ff@= '@%@e@ ׃?\?ף?G!? #?{@@)\?P@,@@@)\@ף @̄@ףp??G@{.?@?(@33C@ #=@@)\>)\>= @?A@ף>= ף(? #=L=\?)\=)\> #<>@@Q8>Q8>q=?R?= > #=fff?>>>H>R>\> ף={>>u=>>{@ף?@H:?L>R? ?= > #?Q8??u?>ף> ף>L>G1@??H?)\?= ?h???)\?33@\B@5@Q@q= @ ?Q8>HJ@>H? ף>p>k?i@H>)\>)\>H?u>?Ga>L=h?Y@@@HZ@\?{.??k>H>)\>Ga>Q=?\?ff>>?ף>>>>{>G>?H>Ga?E?)\?? ף<{>\>33>{>\?Q> #=q=>p>q=?? #=33>@z>>Q8>\>{@(?Qx? @= @(@ף@p?{@ ף=)\= ף<u@•?Ga>>= ?ff>@>\?Qx?fff?ף@fff?(?ff?{.?ףp?\B>G!?= ?R>{>33?G!?(??q= ? ?{.?5? #< ף ף<)\=Q>33>)\?>Q????)\O?G!?333?G= #< #< ף=L?\B>>G=Q8>>{> ף<>G=u=)\?A@= ?{n?ףp?•?ף?H?>G>R?333?Q?>H:?u>>z?Ga?Ga?Ga??= W?Q8?R?H>R>L=>?z?{>G? ף<<•? ף<= >,@ ף333?33???ff?ff?33?ff?̌?ff?Ga>L>>k>)\O?>>q=>\> #??ף@E?E?{.?? @Q8?q= ?{.?q= ?ף?q= ?E?333?333?333? #>k>k>>Ga?33?ףp?5?= >u=Ga>u=<E? #=z>?ף>)\> #=L= #= ף>Q={>>>33>Q>L= ף= ף=A)\?R?>@@?R.@ffvAp=? #\B?zT@\?%@ffF@)\?)\>u@33?(?)\?)\>R> ?> #?ףp?)\>ff&?\?p?(?H@p?H???ff?>H?>>>>>>>>?>>>??33@ ף> ף< #>Q8>@>= W? #= ף< ף<)\>@>k>G!?<\B> #=L=ff? #<(L@\@Q@@GQ@•@U@Q@A@Q@{@ ׃@e@\@q=@RA@\?Q(@33#@Q8@Q8>L>(L@G? #< ף<\B>\>G=Q?L>ff@ף@= W>> #@?ף?ff??ff??H@5?= ?? #?{@!@p}?@@•??h?)\=u?33?\@z@z@@ @\@\@(@@ ד@( A@H AG@`@zT@=@k>)\?@ ף< ףp?Y?33?Q?)\>p???@µ?R?p=?? @z?33@?G>\>)\? #<)\=)\= #=Q= ף< ף=Q= ף@\>?(\@(@???Y?33@ff@@33@@z@Q@p@ff@q=A@\@z@)\>R> ףH @?G=G?33?)\>> #?=L=L=33?Q??Hz??R??> @? ?{.?AG??= W>>>\> ?(\?\B>Y?Y?@@ @!@@@•?{N@H@G?33???ff@ff@??)\@Q@̔@@q=@ ד@ A= @33@G@R@q=@G@?u@> ף=y@33@QH@>Q8> ף<\R@G1@><= ף #\B>@q=?= ?@?{?ff?)\?ff?(??q=*@@@(\@(@)\@R?z?ף@)\?ףp?Hz??5?Y?K@)\=G1@Q@Q?@H@(?G@= ??p @?p? ?p>?Q8?@??u=zT?>ff?̔@H@@ff@@@G@ @\@H@@)\@@ff@ @ff@…@@q=@@@@??k?H:?R?@@ @@@ ??R?{N@•?H@\?>= W>Q? #ף>k@{A333?= ?h?= G@?33S@G@G!?{~@G@R??H>u?R>u?u>z?= >̌?>?>H?)\>G@L?Rn@ ׳@R??ff?=\@q=*@1@)@Q(@@w@{@ff@p@G@p}@{~@@@{@ ׫@ ׫@(@p@@q=@)\@= @)\@ף@@@Q@(@Q@)\??ff>=@p=?H:?ף>?ף0??>)\?U@p]@@ף@ףDA;@333?R?Y?R? #?33?R@?@?G!?(?)\?33?G!?G>p>H????\B?G>@)\O??R?A@q=@̼@@33@G@@R@G@)\@@33AQ@@G@@q=@@ ׳@ff@(@(@z@@= @̬@̌?µ?>?( @ #Q? #=(>{?q=?G!?33?H?=ff>Ga>H????@)\O?ף0@q=?Y?@ @L@p=?>??R?p @p? ???Q8?@??ff?L=X94='=/]=9H= 0=q=㥛= ף=-=sh=%= ף=ʡ=-=hm= ף={=-=sh=o= = ף=-= ף=l=>=1+>==L=/=w>Ga>)\===`P=G==/w=>>=Y>u=L7=+= =O=l=z>o=w==)\=C =C ==o= ף=u=t= #=Y=L== ף=P==#y=}='>/< #=d;=/$>>hm==E=w=)\=L7=Q=T=-='=%=#y=xi=j<='=Y=/]=@=u=sh=j<=hm=L=xi=d;_>q>=%=/]=B`e='=uB`e=B`e=u='?->=Ga=?R>)\>> #> #>>5^>>(\>>>TE?/=X9=>A`> ף>?Z$?u> ף>== #>'=X94=Q8=j<= #=)\=t=/]=Y=Q= #=w=)\>= =>L7={="=t>%=T=L=O=L7>+>q>rh>7>Dl>Ⱦ@B`e==`P=w>">"?H>?'1>C=u>=>'1> k?ף0?==L>{>y?~>ףp?L> #= #=L>}=j<= #=X94=1=1,=X94=j<= #=>R? >o>/]=Ga=y?'1>==l?x>`P=X9w>>q=>+>>O>9@ 0=X94==O=j<=/=?b?->w>b?->x="==v=d;==㥛= =A>^>x=%>^>m>!>xi=hm=T=`P=`P=`P=`P= ף=9H=`P=!>/]=`P=`=`P==`P==`P=u=L7)?>>Ga>?<>z>l=d;> ף>Q=R?Q8?-2>9>=t<=P=P=z>sh>z>q=< #9H>j<<!>n>->=D=I >>=1,=+> #>J >sh>P=@=sh>->-=B`e=>/$>V>>)\>>L7 >>=j= #>`P==`=L=T=`P=T=`P=`P=`P==o=`P==; ף< #%=V>= =T%>Zd>I >)>L7 >K7>=㥛=h=)\= +>n>n>w>>->%>)>F==d;= ==-= ף=w=T=X94=Nb>V>B`eu>hm=T=V>/<></<o=X9<<1L=Y==>L==>L=>>(>#y=L=p>L=\=>p=?P>\>9H=L==\>>=w=>P>>'1>= 0=+>n>T=9H=== =\===\=C=-==D=$>->o=1,=Nb>'>=+>=D=C >=S>>/$>X9==y&>V->>)\>o={={={={={=; #D>p>G>9H>9H==ˡ>\=9H=q==->q==->\=Q>L=>==j<=j=p>j<=µ>Ga== >=Y=j<=>P=%=X9<)\='=V>X9=u===O==v=Q=Q=9H=#y=Y=q=L=w=9H==\=C ==u>>V->o=-=X94w=>#?Q>L= #< #< #> #< #< #< #Fs>bX>hm>Q>bX>>Q>C>K>F>)\>o>C >C >-=`P==>T=T<`P=>`P=L>>>=9H>x===q=>k>{.>D<}=Nb>P>z>>sh>+>->$>Q8>V>Nb>I >>I >=>J>㥛<㥛<)\==L= ף= #=O=C=T= ף=t=ʡ=u> ף=)\= #= #= ף=u=%=j<>}=}=}=X9<jo=P>?=>>> #>G=l=====o>======= ף=L==L=u=)\=E= ף=)\= ף=Q=#=u= ף==u==>u>=C =P= #=u=L=L=Q8>>>=sh=Y=Do<㥛h?>)\?G>>n>o<;o;=>==%==L>L>>u=)\=== #>>L>=G=ff?t>=̌>E=Q==Q=)\=+= = #=u><\B>k>\B> #> ף=>t=-=Q=Q=>Y=> #=)\=<= ף= ף=>?y?]?ףP?G?H>u?{?+>>T@%?>t?}?5>shq?Zd? #?A?>h?%?W?> ?>A?X?O-?(\?5^?oh=G> 0=T%>=L>L>=`P==========z>>?Qx?>L>333??>}?5>=L>G== W>L>L>>?>{.>k>=u>u>u>k>u>L>L>? @)\>Ga>)\> ף>k>= >u>>\B>Q8>>L>L>L>>\B>{.>>>z>>)\>< #={?t=jhm=>r>u>B`? 0=j= #=t==C=Ga=xi=Q8=Q8=Q8= #= 0= #=C=h<<=B`=o=E=333??C>?q= >j>S?ff>\B>J>>= ף<=?g??>P=>= ף====\B>=B`==?{.>)\>> #>= W>Q8>Ga>L>G=u>k>k>L>Ga>>Q8>{.>k>Ga>>L>{.>L>>z>\B>Q>{.>9===L>=L7 >==L=w= #=L='=/]=< ף ף<)\=/]=hm== ף=sh=D=t==+=xi=Y==L7=#y='=sh=ʡ=o=j<=x>b>x>h=/$>&>?m>> #=#y=hm=->='1>=n>X94= #=->D=7A>/?(>L>= #=L>w=`==>G===">+>T=X9= #=Q=u=)\=)\=S=)\= ף= ף=L=%=ʡ= #>S=%=S==k>C =G=X9<<<X9>-2>J>B`e<N>{=o;Q8=%=33>7>=xi=>`P='=L>==v=="=y>=-=jhm=C>X94=1,=hm==X9S=@=======%=}=5^:>sh>>jt>X9< >T%>!>/>q= >Dl>n>P=x>sh?E6>>D=j<==h=>n>/?$>x=o>1=w=x>w>'1(? > >>ʱ?=>`P==sh=== +> #> ף>ʡ=>ʡ=>w=>-==B`< #==\= ף=F==5^=T==5^=X9=t=>sh=m==J >Q==P>rh>>=O >o==\B>{.>d;>w='1>(>x='1>=xi=Y=+=w=)\= ף=1=I >/]=#y=7A>(>"==I >= =M>M>C =+=\B>=x=">-2>Т>(>T%>}={.>o>^I>'>#=\>E>+>9="=j<= 0=t>X9=`=\=(??33@sh>-2>>m>= >=X9=p>Zd;>}===I >!>q= >n>#y=(>=P>=P>sh=F=X9=t== =hm=T==xi= ף==q==1=xi= ף==O===O===O==== W>==)\=C=+==Q=u===z>sh>V>R>#y=)\=G=/=X9= ף=O=xi=)\==u=9H=#y==P= 0=q=C>>P=u=9H=#y==C =t= 0=1,==)\="== =M>+==-2>(>T%>^I>{.>#=+>X9="=O====)\=)\=)\==9H=#y=#y=#y=P==>O=v=9=u=X9=L7=j=q=w=X9=xi=-= =q=ʡ=E=xi==-=)\=Q== =)\=Q== =)\=Q== =)\=E== ===>=sh=}==)\=O=L7=L7=L==o=%=)\=?5^>@=o=o=X94=L=o=B`e=L7=P=+==D==+=C =-=E==q=P=ju=Q8=Q8=Q8=#y=C = 0==)\=E=q=j<jC =R>B`</]> 0=t>h<">=ʡ=o<'1(?)\>ʡ=X94+=>Ga=>xi==+=+= #=J >B`e=/]=B`<j<=T<k>-=|?>=>>\=P=>hy&>m=G=`P== >-= >I >'1>j/]=Y=B`e=y&>G='1>=Ga=Y=B`e=T=D=D=j<='1>j<>sh=->x==q=<{= =w=D=\>w>@=w>Ga>Ga== W>o=Ga>o=u>O=J ?ʡ=333?'1>>-=>>T=~>7!?=V->N? #= =G=O='=u=C =u= =>lg>=Q8=P=w=w=xi=X94=xi= #=hm=T=D=t=D=`P=j<=u=L7 >>'1>Q>j<>=sh=D=@=C>->{.>x='=sh=/>==+>^I>}=?5^>%?B`e?1=hm=L=-={==L7=㥛<-=Q=&1>/==V> ף<=㥛=%=>X9=(?X>>q= ?}=V->sh>===tX94=j=㥛=1,=+=X94=<N>5^>q==>lg><<)\={== = =@=D=)\> >q=@\>\>z>w>j<=@=->>+>>^I>=}=X9>D>o=(\>&Q?@>`? +> >!r>a?w==L> #>y&>5^="=='1>x=='=)\=tʡ=X94xi=X9=}=ʡ=L>z>&1>q= >= W>="=Q8>/>L7=l=M>== = =====Q=A>Q=?5^>B`S>%?ףp>>?G@B`e?+>1=L7=hm==L=v=-=={====L7==-2>h=/$>=%=== =@=\= =T==t=Q8=@=)\=K7>u=1<+=/$>=Zd;>M>)\>=㥛=P=P=>G>d;_>u>u>Ga>=z> ף>> ף>O>>>)\=|?>w=>>=>\> ף=-='=u<T=+=xi=w=/]==P=t=)\= ף==j?`P>;ߏ>m=Q8>C=D=>#۹>Т>>+=Q=xi== =>Ga=㥛<㥛=O >ʡ=-=㥛=Q=X94>&1>/===#== =C> ף<=G=#y=H>>o=%=7>>'==X9j<=@=/]=Y=Y=B`e=B`e=hm=T=T=D=㥛<'=u<=z>r?z>> = =?L>>=>>L>=\B> ף=='1>)\>L> #= ף=1<j</<o< = =D=%=9H=㥛< ף< = = ף=1,=n>Ga=L= ="==X94>%=#y=j<='=X9<< 0==E=㥛===%==+==>Y=X94=C= =)> >%>/==h=L7 >"=J >-2>u>D=t=P=P=`P=j<=j<=>Y=X94=X94=C<>y?x=D>>N>X9333>d;_>\B>L>L>L>>=q=>j>)\>Q8>>= W>k>==G=)\=G=)\=Q8> ף>>q= >Z$?(\>=R>=->Ga>=+= #=O=L7=Q=L=B`eS>B`&Q?@>`? +>!r>a?>R>y&> #>)\=xi= >B`<`=X9<?/<ʡ== ={=}=9H=={={=ʡ== =R>L7="=>=ʡ=$?->+==㥛=='1>xi>T=9H='=H>?V>->q=>B`e>C=><&1>>> k?z> >C >==>>)\>)\>=\B>)\== W>>{>Q8>= W>? #>R?=-=d;=%=9==/=B`e=-==B`e=}=ʡ==q=}={==ʡ===j= =Y==j<=C=B`e=㥛=Q8=u>j<=>9H==>-=`=J >v>D=u==w=j==Nb>L>o= #=^I>=='1>'1>J >5^="=C=l=x= #= #=#y=='1>>z>?=>J ?'1>=u>j=\B> ף>S=#۹>Zd;>'1>R>> ף>Ga>?Ԉ?Ը?@@>= ??o:33>7?5^>'1>Q==L>>{.>>Q>>l>B`>|>->bX?>>L=z>'1>)\> #>p>=)\=Ga=t=C=P=hm==)\=㥛=X94=hm=hm==O=q=q= =9H=D=T=+=u=㥛<Y=+=u=o<1=L===? #='=E=)\==#y=u>>+>o>=>>y?>-2>h=Q8> >/$>`=%= ף={=&???@{@~?K?ff?~?A?q=?y??q=?C??shQ?j?{?•?•?zt?r>+??ff>{@@z @( @#۹>= ?L> #== W>Q8>Ga>Ga>= W>Q8>)\>= W>Ga>= W>>>>o=hm=l===T=O >S==/$>o>X9=>hm=x==(>q=={=sh>#y=u>>㥛=j<=;;)\=`>J ? #==`==`P= =L=@=9== =T=t==`P=t=o=Q8=@=P=)\=v>>K7>E6>d;=%=u=j<1$>/>>ff&?+'?>R>K?>->;O?7>q>'1>Zd> #=???I>L7 ?)>?B`??o=#y=B`e=ʡ=P=)\=㥛==d;?.?t'1>V->Q=)\=G=)\='>%=>Q8=/]=L=ʡ=z>1=L=L7=>/=P=)\=>/$>=V>V>}?5>Zd;> 0>M>q=>)\>X9==sh=㥛=Q=q==O=B`==Q=#y=H>>ٞ?}?u?x?z?ff??{? ???ף0?{??ن@\?v?/??ףp>N?A>G=fff??K7>X9>H?;?`P>H:?=Qx?}??&?ʡ=)\=@?u>O=Q=R>G=u=G= #== = == ף=sh==ʡ=-=L=X94=O=l=o>Q=㥛=}=1=L7=w=)\= ף==C=-=E=F=w=w==o=L7=}=T=t<1<1< #=Q8=h>v=<Y=L>==#=="=o>>G==Nb>>===x=Q8=q=\=`="=B`=v===S==d;==>=sh=w=-=== W>>\>u=R>33>>O>>rh>Hz>=1>p>u>Z>=T>Т> #>Ga=S>fff>`P=T=1=q=={=xi=T==q=ʡ=E=hm=㥛=-=u=ʡ=Q=xi=㥛=X9==w=w=%= ף=-=L7==w=xi=/]=xi==C ==G=t=(\>B`<1,==t<'=hm>j ף=}=>G=sh>P=%=>=5^=G====`=+>=/=)\>=F=)\= ף= #==y&>1,>=E==G>`=(\>=C>G=)\=l=V->C >hm=>X9=㥛=====5^=w=%=j=sh=xi=E={=O==L7==#y=j=t=㥛=F=㥛=F=-====== =q= >w=G=/<==+><+=o=>D>`P==E6>L= 0=Ga==w=hX9V>=">sh>=o>Nb>=q= >>='>O >=/>Nb>G=o>>h=O >C >=>d;==Q8>Z>P>7A>)\>x>J >d;=+>P>y&>Y>fff>1=hm=+=`P>L7>O=P=X9==sh=>%=t=P=9==L7==\=F=T= ף==-=>ʡ=%>O=ʡ=L7={=sh==O=9=L7=ʡ=m=={=m=>k>'=Ga==`P==-=`=T=L7=1=v>>C>`P=㥛<<E6>B`<j<=j<='=Y=L=G>>o=%>Q="=B`e=>E6>Sc>>7>>=sh>o>">t>/>L7=ʡ=7A>7A>z>7A>X94>X94>7A>P>u>= W>>Ga>>>C>(?q=>L>I > #=-2>==@=9H=Ga=z>I >)\? ף=j<=Y= 0=T=j<=L7= #=-=L=;O>C= ף=C==m=v=w>sh>O=T=+=X9=$>=P=v==={===='1>T%>'=T=@>d;=hm= =G=sh=`P= =>w=o=z>P=t=G>< #=h)\/?/?Q?+>{>/>Z>p>>Q>S@5^@GA =A= oApAJ >o>v>Mb>hm=#y==u===V> +>l?ʡ=t=Y>= W>L>= W>=o>/=-=㥛=-=xi=-=㥛=E=E=E=L7==E=Y==O="===== ף== ף="=#=====㥛==y&>Q=!>%>=㥛== =㥛==w=)\==L7===P===E=B`=I>ˡE>>o=o>9H>xi> >E> 0? 0?+>E?=u>R>v@sh@?5@@^?Y=w=o=J ?K@ ׃? @k>=`=1=sh=`P=>w===m=h=h===x=l=G='1>#=j====%>%>/==Nb>q= >x=9==m="=E=`=\=`=\=㥛===>=>=>=>#= ף==$>=m=C=R>sh= 0>w=h=-=n> ף=F=-=n>==={=l=T=B`=sh=T=t=P=sh=\==E=ʡ=T%> ף;D;;o;oO=+=j<Y=b>==Nb>)\=+=F=X94=t=xi>o='=o>B`<Z>Y=sh=====q=>>v>G==@=j== =-=B`=L7=t===R>>P>1,==sh=O==㥛=P=S=P=l=z>sh>(>>j<==j=h==>&1>+>9H>!>X9>j=->V>z>z>z>d;=K7> +>O=L7==w="=o>u>L7==>Ga>k>>?>Nb?{A+dAshiA>Mb>X9+=t<o< ף=1|?/=?t+@K7>w==#=9H=9H=D=E=j<=#y=!r>z?]@-=O=1?u>>h<">>>Z>(\>O >N>+>P>&1>K7>F>V>T%>w>&1>t>(>w>&1>>>Nb>w>=$>+>n>l=I >>>=@>V>(\>d;==%>$>$>B`e=u=E=1,>Dl?B`;D= 0={.>P>)\=%==hm=h=G=->o=S===t=KW?V>?^>D>CK?Dl>sh>G>=EV?|> #>}?u?/]>q= >̌?>2?w>>?$>U?= W>T>)\O?>bX>T>N>M>= W>$>>sh>&1>Mb>!>)\>=rh>>J >C>/=F=x=====d;=Q==m=/=o>J >>P>P>P>E=X9=5^== == == ==Q=Q=-===o?Q=hQ8=>H:??+?B`;L=V>'1H?o;L=V>o<>d?A`>)\>\"?u>#?v>>m{?>hm>R?>d;=-?X?X9>-2>=P?>QX?L7>={.>H?>Z?>p=?ףp>y&>333>Q=y&> #>>=->h=ʡ=j=C=P===t= ף={=#y=`P=Sc>T%>E6>C>= ף==sh=hm=X9==1=O=w=o==ʡ=O=%==t=C==o=q=O=C==-==#=h=O=B`;L=B`;R>G=L7=T>tq=*?(\>Ђ?Dl> 0?'>`p?w>T="{?V>-]?X9>n?|>r?+?fff?L7)?T?+V?V???->ff?~@K?^> +>T>>C>J >O>q= >o>V>rh>1,>z>>>G>J>(\>>+>='1>I >>j<>#==#========Q=P=1=5^=-= =j= ף= =5^= ף=E=\==5^=={=w=X9<=C< #< #>X9?Nb>S??= >*?)\?H:@$@{@\@@Nb>#y??=q= >=Z> >y?>L>>%a?fff>Q8@TE?v>>`P>Y>k>Mb>`P>7>O >B`==sh>S>7>V>\>@>Fs>t=xi>O=w===>>ʡ==o>-=n>n>n>-=n>n> ף=#=$>$> ף=%>'1>-=n>n>n>-=n>B`;u=X9X94=L>P=M"?B`e>>=Ȧ?z?p=>?\?xi?y?C>>S>;O>L>=>=-?q= ?33?@@u>V>^>Dl>=|>w>>w>$>= W>C=1,=L=xi=w>C>>S>L7=T=>)\=u>L=w>m{>G>q= >-=)\=/]=㥛=n>B`=X9=E=-=T=ʡ=㥛=X9=P=T=+=O=L=+=`==q= >-=J >='>O=$>=P>B`e=j=\==t=L>P=D;o=Q8='=L==`P=t< #A`>u>v>>>>X9>>L7>>>ףp>(\>Dl>'>w>V>X9>ff?+?L7)?+V???->^>Nb>S?H:@$@{@T>Ga=xi=}=B`e=B`e=T=q=@>C =hm=t=B`e= ףB`e>O>>L>>V>|>G> #>9=B`e=E==E== =B`e==E==E=-=>=L7 >xi==#y==P=F=>w==m=5^=T%>+>K7> +>+==t<{>o<ˡE>y?>>fff>TE?=F==o>xi=X9==m=d;=>l==%>=====B`=>Q8>L>>>G>D>n>+>u=(>N>(>\=$>>L7 > ?L>G=#=X9>L> ף="=sh=B`=sh=S=sh=l=O==sh==-==sh==T===h= ף=v==%>t==P=>q==1=hm=T9=X9F== =>F=o>z>+>E===S=V>>=m=o>/=d;=+>I >l=`=V>'1>l=h=->z>=>)>Zd;>!r>t>t>><Ga>>9>=>=P='=w=5^=x===O=t>9=u> =J >9=w=Ga>O=C>=G=== W>t=7A>t>J > =9=w=1=O=t>V>Q8==t=hm=t=T==j==j=l=d;=="==-=t==O=P=P=5^=5^==T=㥛===ʡ==d;=<=#ۙ?j>R?Zd> #< #C ?h>D;o=b>w>> #=o=B`%?o= #=t=-==C=\={=q=L7=`=+=`P=t=D=D>==t<㥛=>Y==L= ף=}=ףp>=(?Q8=!?<\B>L?< ף<~2@p> ף<'1?C>{.>Q8>#۹>㥛>$F?J >>u>>|>33s?q=>D<㥛>->R>Q=L='= 0=-=C=`P=>X9=-2>7A>y&>y&>T%>333>v>> >F=G=x>D>z>A>">q=>)\>`P>={=>n>=l==n>)\>T%>t=D=d;_>)\=㥛<G>Dl>A`>w>C<\=}=5^=`=Y=@=%=%==<㥛==Hz>T>= ף=====&1>v=\=Q=\=5^==㥛=>{=w=Q=)\>)\=l=<<o< #< #< #<B`> ף;>j<=L=o:To=u<?G== +> +>1,=$>=Z>/]>C>V>rh>>=ʡ=">rh>\>{.>= W>"=T=z>======$>O > #Q==Y=>>;O>/]=t<=o<+= #< ף|? >㥛%=<@=o:1,=l=Y=G>bX>D=+=w=>=P=C=㥛=5^=x==/>>'1>u<1<jL>>B`~j>B`e>#y=V>`P=->o=X94=t< ?S> ף= ף=%==Ga>j>X94M>>jt>q= >Ga>/]>n>y&><\=X9==sh==+>7A>->sh>=}=+> # ף< #>q=>+>~j> #><)\=P=/L> #<Q8> ?>< #?#y>1,>ˡ>Q>5^:>N>==T=x=&>#= ף=C=T=㥛=y&>y&>y&>{=1,>J>%>G=<t< ?q= >P=m>T< #<?t<L7 >%!? #%>%>}??9=Nb0?l?j4?rh?j4?j4?l?$&?$&?j4?/>>/]=B`e=t=L>Y>\=>K>K>Z>Т>S>==O >== W>=V->>>>j<=@=@=C=-2>=->9> #= ף=t==X94<1>Q=X>\@= >B`/9H>>Nb>->ff&@X94}=xi=hm=X94>%=(\>z>= #=>> ף= ף=>\B>L>=== ף===L>=X94<o:=P>j>Y= #P=>Q8=Cʡ==ʡ=J >T=>>)\>o=y&>=}==v=B`=1==F=+>ʡ=o:L>B`e=->= =o: ף<B`+=uQ>C >>>)\>\>>33> #>>B`e== >>G>>;>d;_>>?5?n>G=Q===n>P>v===B`=E=S=1=G=T='>+=Ga=<=uB`<=? ף= ף<>~>R>+={=o>)\>-2>=333?w>=X9>=)\>333?=J ?J ?1< ף<%=)>= >Mb>>>>+>E=\=v===j=%>t>=R>S= =C=B`e<=t)\>u=u> ף> ף< #=< ף<333> ף< #==)\=)\> 0>1,>;w>=Nb>rh>/$>)> #=q==%==R>/>+>+> >\>>>;>(|?bX?->G=}?5>?= g@= g@">B`<v=-=sh=!>=v=S== ==v=O >>q=> ?"[>)\=/<=/< #<<-?+V?j>=/>/>9>J >ˡ>َ>q=>(?)\>+?33>B`>>L7 >Z>B`>= >Mb>?b>F=)\>=Q>>)\>%=+>yF? #=>= >= =̌?w?> ?>=Ġ>}>k>V->sh>ˡE>w=>V>>L=|>'=<5^=-==5^==w=t=5^= ==w=L7={=T=v=ʡ=#y= ף=㥛=-=>>>>F=)\> >\>>=}?5>=(|?+?bX?v>>><">D;Zd;>t<= W>z?yN@o<@?/$>V>+=Q?ҍ>=A ?ҍ>T=Ga>O=C>=(>=G=== W>t=/>9H=̌> ף<5^:?>ff>@?>>7A> ף<>?>?5>ff> ף=B`e==sh= ף= ף=㥛=㥛=-=w={= ף= ף= ף=ʡ==Q====v===P= =P=333??(>D;>u=CD;#۹>>h ?|?K?>t>B`=5^:>V>=ˡ>$?=k>N>o=xi>v=^I> ף=B`e=u=J >9=V>1=L>j=r> +>u> ==v=)\={= =㥛= ף=`=-==5^=j=>#===9==O== ף=t=t==E=P=5^=~>l?o<Zd>O?D ף<>V>=>> ף= +>k>o9=V>1=r> +>|>Q>5^:>>q=>w>w==V>1= =Ġ>k>V->ˡE>9=w=>V>>Y=n>q=}=xi>5^=L>J>j<=Ga== =C>B`== ף<-=`P=Q8=X94='=1,=1<jt>< 0=1,=><)\=L=D=㥛+>=>"=>=/]=B`e>L7=>=`==>>`=`==>>> #>@ף?b>+?ff&?*?q=Z@̌?'?L7I?q=J?o#?'>=@@?'@ @Zd@/?n2@w??m?6?=u=L== ף= #>C}?5>t< ף<1<jD>C<㥛<㥛<㥛<>=`=->>>@@@ף @>h?Ev?R.@A@zA@A?(?-E@pM@p}?)\?ףp?sh1@#y>Hz>S?G!@333@㥛<㥛< ף<j<<<t">D=/]=hm==G>B`===;O>`=->==>>= >R>=>>L==->`==>>>F?=p}@q=v6@j@>㥟A{~A=\?=tu=q=>T==㥛E? ף< ף<G>Ƌ>->>>==w>=`=C>>)\>`=L>o ף==o;tG= ף<)\>k><>>t<< ף<<<=< #==<)\==)\=o=L>= ף<==o>N>7A>$>M>`P=? #Sc>->1,>&1>R>+>v>>t=4?B`e=T=T=T=T=T=o:o:D;D; ף;o;o;o; #=Ga>fff> ף;Q8=hm=G===D;o;D;o;o;D;o;o;D;o;<=t;D;;u>X9Ga=N>->v>>B`e=o;o;o; #= ף< ף+=/< #=X9=G==o:/<>)\=L=F==C<tX94</< #=R>o='= # #=v==}=B`<= #=P=t=sh=;X94<1<1>???z> #L>L>>L>=C=L>==L>=>=o=uR>Q8===u=B`>C =B`;B`;L=o;Z<@33@!J@Aff?A$@ff@\ @VAo;>L?=>>L>>L>?>=>>==>L>L>>?>?O=9H='=+=B`< ף; ף;P=Mb>t<j<=xi= ף<)\=X@W?(A@@@@l@}A?CAH@33@@w@@B`e<1>>`=L>L>>=L>L>L>>=>̌>ff?? >ˡ>333?>ff?>%>@@??t=R>9H=P>Q=t<9H> 0=w=o=<t<?ʡ?>=u>1?k>>o:w=%>u?+??F7A;hL>ff??q=*??6?>Hz?ff?L?= #<====>u=L>L7>L>>L>A`>>>> ף<Y=>==Q8>)\>;)\>)\>)\= #>=>@=Sc>K>Ga=P=E="=\>η>tL>A`>>>S=q= >B`E?>o>7?C>>L>=>x=)>==`P> >L>F==< 0=t<9H=R>xi=B`;9H=P=o=o=+=o=='=uC = 0=>>=)\>u=Q= ף=)\>)\== #=t1?>v>T%?>u(@C?=x=?+=B`?333>Z>y&>|?>?p?/]>Zd>Tףp>=X9=L=o=sh>u>\=q=>?B`%?n2?D?1>;O>+>$>>1 ?u=P=x>Ƌ>!>->>{.>;O>)\>L7 ?L7 ?E= =$>l= >5^:>K>?A?333?ף>T%?F3? P?@>)\>>`>Z> ?m=>L7 ?F=N?>ˡE>@v>>33?33?!r>=>A`>>>>َ?Zd;>X9==-2>shq?j\?>>Ƌ>->B`e>u=o>v>> >$>o>X9= =j>>"[>>>L>w>>B`>r>y>n>>'1>? ף>ˡ>= W>F>+>Zd>o>ff>q=>\>D>>)\>L7 ? =l=K>A?333? P?T%?)\>Z>j>m="[>+>+>+>>>>L>>B`>B`>B`>y>v>?B`e>>+>+>t>sh>>>P>z>n>t>}?5>Dd;>R>hm>q=>I>w>9=">=x>Zd>Q8>>">t>\B>>o>'1>n>R>ff>ff>/> +>>ˡ>~j>~j>~j>F>Zd>ff>rh> ף>q=>w>">">=>>t>>'1>R>ff>ff> +>O >>==X9?t>sh1?v=Qh@?Qh@C ?)\= ף< ף<7?sh=w==Q>?}?5>>/=^I>1=(>9=q= ><o< ף<<ow>O >^I>>!>=== 0?Zd> >7A>V->=>n>>shq?µ>=O>d;>J "?^)?>/$>F>+= >V->µ>d;>^)?F>+=w=L7=R>sh>n?~J?A`>>v>k>l=+=Zd>?5^?v>= W>m=>ff>>ף @!?G1@ffF?Q8@ZD?ff@A ?t<Nb@nR?L@o?T=}>P>/<`='=)\=/< #=ˡ>rh>o=/]= ף< ף<<jC=L7=%>R>!>sh> 0=η>)\?n?7a?~J?->A`>Q>M>M?>h ?v>ʡ==>k>>sh>ff?|>Ga>=`P>I>+>q=>?+>!?>sh= #=+>1,>)\>ff?+>">>ff>ȶ>N>)>|?>z?@G!@P@?ף?===tP=X94{.>(>l== >?~j>+=+=j=Zd>b??5^?Q>= W>u==S?m=m=$F?>>ff>7?V>sh>'1H?ff?E>|>7??K7>R>O >B`=====y>1>A`>/$>-?O >C?)\>>{.>Hz?p=>ˡ>㥛>/$>)>E=u>µ>/>+=-2>= W>tsh1?v=?&Q?z?Nb0@"@V@T?#y?9=E=h<㥛<9H=C =C =+=+=o=o=l>">><µ>??|?|?j?q=???p}?\@p}?>>ˡ>Ga>;O>w>`>j<== =sh>sh>+?`P>>I>h>+>Nb>q=>#??p}?+>|_?!?+>>?)\o?j>P7?Z>R>>o>E6>k>bX>w>> 0>&1>{.>%>d;=/D?)\>n>~j>v>'1>q=*?T>>>1,>= == =X9 @'@`@m{>m{>G!@?+@)\O@(<@ffv@?)\/@ @Q=@->q=*@{@)\>ff@G?+?XY?-?'=T=+=+=o=<<9=w>=>$>j=>C<->>9>>+?n>ff&?ʱ?`=P=sh=> #= #>>I >㥛=>= > #>)\?+>#y>1,>ףp>)\>>ff?+>">L7>V>َ>A>ff>= =J >)\=>V->==D>33>}?5>J >B`e=!>>xi=M>/$>F>F>+=+=&1>w=w=L7=CE>A@TE@y~@?;@Z??J ?&?L7 >=F=d;=+/@L=?9H>==h<ˡ>L>z>~>>=D<{=u=l===ȶ>ףp>N>\>I>)>O >#== #>==}=?y>p>>1>> >z>Nb>xi>7A>&1>?L7=%>J >J >!>sh>sh> #>====5?%?">?`> ?D;x=?L>L>x=m=r@&?J ?@S @(@E?(@N@33>\>(?= ? c??>Ga>=Ga>q=>X9 @n2@o= ף<j<㥛<%=w=P>ff>5^:>R>m?shQ?/-?O >C?)\>{.>Hz?|>B`=)>/$>sh==`=B`e<|?D;#>K>u==O >9H>>I?>C>u<Z>>n?-R?>`>|>$?hm>`P=!r?=>+?q=Z@ף@@\>p>R?G?= ?5@q= ?(<@= AHz?ףAj< #<d;?X9>>Zd>p=>#y>F=lg>/]>>Zd>p=>`P>ˡ>"[>㥛>rh>>A>=µ>µ>>E=u>O>">/>w>w>+>;O>+@L7)?R6@z>=|?>F?>`P>q=?EF@+@\>sh>^?9='1>v>>\?ףp?sh>+>E6>">! @& @A@ף@Z@XA@?5>>?t??=(@J r@I@_@;@k??u=??(\?@/?o-2>L7>= W>>>p>L>|?1 ??F3?5?%?ˡe?)\o?j>?E6?P7? >R>=T%>%A@`@w?p@w@??!??G@= @@K@= @?"?v??q="@)\@'@p@"[?㥫?D?@tS?? ?ףP??v&@G1@@H:@G!@)\/@p@ff6@5@33#@ff6@,@{.@@ffF?u8?X9 >o>333>E6>#y>k>u> +>w>>N> 0>}>&1>K7>{.>%>>d;= 0?/D?%?Zd>= >)\> #>n>o>~j>j??Fs?1>ff?l?Z??/@@ @C3@y?ףP?~j?D?sh>@ffJA@l=Ga>C=@'1@MB@?-??sh@@F{@l@+G?"?2?MB?DL?Zd??5>?B?m=u>o: >>CJ>t=Q8==tv>'1>>|?q=*?q=*?>T>6?>#=> >1,>=x== =-=q=(>+>)\=>V->^?1@ A@?33?Xy@~Z@y&> @>5^?= ?\"@?~??m@O?2@ff@7?@~?@5^@= ??t?(@?'1@Q@%A@x)?[?= g@ff@A ?=@Q=Q=Q= ?sh?X9X94==@>t%!?nR?ff@ff&??`@ף?\"?F@w@+'?V?z>9H???t3?@q?bX>TC< ף<=B`e<o=</= W>{>??X>F>7>QX?>q=> >p>/]?(\>fff>>Q>o>ȶ>B`eR>L?u?!R?>? ?)\???Hz>@>Ga>n?Zd;?P>G>O>j>w>µ>Mb>)\>X94)\=u< ף>Q(@*@= 7?\>y?C>q=>)\>L>!r>??@T?5^:>p=>"=>X94>>)\>L>L>>A>\B>t1u\B>\B>\B> ף=ˡ?Ga=#y=L=t=#y==t> ף=J >j<>?b?\>q=>>㥛ףp>`P=}=t==t<1<9H=+=j<@=㥛<< ףH>n2?ff>$?Q=)\>X94<)\=)\=/> c?C< ף< ף<p=>R>E>E>㥛+?B`e<B`;;B`; #=t<t<o?= = >B`<㥛<㥛<=P=t<V>@=j?㥛</?5^>t>^>>㥛<==p?!?%?)\>\>-=?= >Ը>TT>==o:==>?S>?l>n>k?p>L>?>$??`>!?(>1,>?Т>?5?X9>w>?\>?y?> ? #Ga=o=^>P=Z>q=*? ?7!?/~j>?\??>T?"? ? ?P>t>J ?V @ ׃??L7 >ˡ?->?33>`>9>X?>y?>??q= ?j?>A`?>\?9>{>~>>33>n>7>7>9(?V>\?G>/]>=|??D ?J ?oL> ף>̌?B`e>!>ˡE>; 0=#۹>??r@V-??y?z?u>=t?>J ?>P??(?O@(@R@p?I??@ff?㥻?̜@Zd@}??A? >O ?µ>h>{?R?lG?\B?ףp?Ђ?E>R?j?= ?P?A? ??Ā? ?>5^Z?'1>H?tB`;1=1=Q>`=/<"=G=Q>>9?!@R? @ @m[??ff?@@&A@E@33s@d;_>{@?>|>ȶ> ?+>l@)\?>E??X>$n@x?R?g?o?v??QX?j>P>>>j@'@?I@Ck??b?V->l?x={=sh>B`eP=Dl>1< ?&?`0?sh>B`??TE?MB??{.>?5?z?!?S>l>p>>?X9>Т>X9>\>y?%=L=+?L7=Z>Z>Zd>)\>ҍ> 0>ff>\B>u>n>R>Ga>= =V?.?V>33>Q=X9=>oԸ>L=w=B`e<o;A`>BA`>A=@BI ?>\?>"?P> ׃?->33>>>??V-?y?u>>>@O@R@I?@ff?㥻?A?R? @@@&A@r>1,>>= W> +>V>Q>^I>>\=)\>C>\B>)\>=u>o>F>E?{.>/ݤ>-2?ff>>p>o)\AX9>=@>AR>X94=T=t<= W>u=E@33s@{@{@??>+?H?l@)\?E?X>x?㥛>->^)?%!?v>v>nr?>\B>= ?M?#9?u>>`?V?P>p? C?s?|?)\>(>o'=B`e<X9<1>?xi?(>">?M>;>H>V> #?z4?J >> #<->>ʡ>O>>p>$>>.?>K7?$>1?>= =C?>Y?>̌?%>j?ȶ>v?.?1?$>>= =>>.?h?D>v>>">333>(>}?5>X94o<|_??p>&>D;o;}=T>?5^?zT?`>X9=C=w?S>ףp> +>jz>E6> 0>z>!>>= >Q> 0=>C>t<X9>R>R>V>>X9> ף<X>>u= ף=G= =\= >L7>ף>p=>(>u=> ף=Q=t>1< #< #=!2?'1>(>>o>??+>̌??5^>Z?33>u'? #>)\>+>%>x= #>u=G=S>;O>>hm>>Q>G>w>ȶ>>L>333> ף>9>T>?5^>+>㥛>K>>J>(\>)>l>> +>>\> #>?5>(>J B?t=P=Y?Vm?B`%?$?/<">+=b>L7>o=E=-=-2>`=o:X9=+?>z?>hu@+o@ ףMb>w>\B>>Q8>\B>= +>{.>sh>+>m=h=> +>>Dl>J>!r>ף>k> #>>E6> #>G=Q=\={.>v==G=Q=}?5> ף<m>1,=B`;x ?= 0=㥛<%>>q=+=tn>L>L>>>ȶ>-2>V->!r>/>D>>=P=L>>">B`>B`>\>l=\>Q>|?>Dl>ˡE>y&>ףp>Y>d;_>sh=Zd>S @ʡ=X9<?= W>u=B`e>u=o>>>I?E6?u>J>o>V>G>(>1 ?p?(>#>F>-=?>y? ף;o?o;o?'10@v?B`;%A?F3??o@?C>?T>>\B>= W>>z>>R>/ݤ>P>y>>T>>S#?X94Q>T<D; ף;=<> #<ff&?~>>D ?m{?·?^)?hM?!?&?ף>->;O>O>/?>Q?E6>>m>q= ?q= ?q= ?G>E>A?>;(>t<?)\>w=^ ? ף< ף{n?B`e=y>X9=V>C>{.>T>u>ף?1?1?V??@X>7>P>7>%!?7>>ȶ>ȶ>ȶ>5^:>B`e>B`e>1 ?-=?R>>D>D<+> ף= #=+>&> ף< ?= '@)\=o</<< #< ף;T< ף;5^>㥛P=t<Y=V@)\=X94<I >Zd>xi> K?o#?D;o:@+>^>=X9===oS@ ?p=>p>X9=L=o<)\=~?/oC;o=?X>>ff? ף?? =P= >G>hm=\@= @u>+>@lg?1l?Z>G>~ ?d;>X9<+O@X94L7=o:L?o<9H=9H= #Q?sh=$F?shq?%a?G>G>G>?o:o:o:o:o:o:Y=?&1>o;v>$F?-=w=N>sh=>w?j<>??Rn@@= @h@lg?Z??`>|? ?o:o:S>X9=(\>j<=B`;j<>j<>t?R?`?? ?33?G?{n?̬?̬????shq?%a?(|?C?Ga>+6?O=?)\>33>)\>?ף@ף>9?L7?>ff??V>@oC@m?Q>)\>>>B`e=>= =>?= =Y=G?1=)\= #5^*@Rn@@h@>`>L7>Z?Kw??M>@=q=1L?1<)\>X94<@=33?X@D;`?C>(@v?ף@Po@g?O@Po@j?C?>Y?>ˡ%?ףp>̌?%>j?ȶ>Xy?$>?V>)\cA?+@)\@R@(?v?G=pM@@@= @@t>o;33?D; ף;o; ף;oj@K>>1 ?B`e>G?ʡ>Zd;>ˡE>1?>h?>$v@j|?C@?K7?$>Db?B`;ף>zT? #< #<)\==1? ==m>\?M>-?}??|>}?>>1?>h?>C@?G)@?J?Z?9?@>x=h?>$>Q>>>>>= =)\=AffAffAAAffA33SA33A33A̔AAXA̜AAAQAAffAA33AXAffA̰AA@AffA̔AffAff@? @?ff?̌@ff@>Aff?L?@ff?>>@33@33;A33@ffFAff&AffAAAff&B33AAAHAHA33A>>>ff?ff?==@>?>>>>>>??>L??>XAAAffNAA33AA33AXAAÄAxAAffAAAffA33AAA9A33{AtA̼A33AAffXB33Bl@33?333@@ff@?L@ffAQA@33A@@$A33 B̀A`A@@A33AA33@AffvA@(A(A A33@ffvAffvA33@>>>>>>>>>>??>>>>>?>>=>>=>ffAffAXA̜AHA33AfffAA33{AAff`B̴BffAAXAffA33CAffAiA̬A33]BBffFAAff^A33ABfff?>L@ffAAAA̠A@@̼AffAAff??@A@@̼@y@̌A(A[B@̌@ffBB>=======?AffB33AAff&@ff&@BA@@@@B9Aff@ALAff^AfffAffAffAA33BffAA33{AAAtĀA33AffATAXAxAffA33A33ABA33BffFABCgBABB6BY@@@fff?ff?̜@33S@ff&@@ @@33s@ff@?ff?l@ffBBB33@y@@#B@ABhBy@ffAff@AffF@AL@33{AffF@AA33[Aff@ffA9AAA33@AAL>L>fff???????>>>@BBAB33AA33A33B33AffBA#B33A33B33AA33A33B33A33AABffA33BAB33sACA33AffAff?ff?33@@fff?̌@ff?ff?̌? @333?333?ff?ffF@ff@???hAhAhAhAhAff^AhAhAAff@,A33#AA@hApAhAhAhAhAhAhAÀA@=====ff@333?333??333?333?333?ff@33@333@@33S@ @33s@?@B33AffBA#B33ABA#BAA33AffBffABA#B̬AA33AffBAAA33AA B9ACffAAAB333?33?33?@?333?ff?L>ff??33?33s@y@L>AfffAffAhA@@AAhAhAhAAhAhAAhAfffAhAff~AÀÀA4Aff???ff??33#Aff?fff@hAff?hAhA)Aff?ff?ff^Aff?`@hA`Aff?ff?fff@`AiA33AffBA#BA33 BffA33AffAffBAAffABA BA33BPAfC33AAAB33AffBA#BABAAAA33AA?A?33?ff@ @ff@33@@@̌?̌???@?ff@ @33?33?l@@ @33@ff&@33S@33@ @ffF@ @fff@ff?iAAff^A33?33?33?,@,A`@??333@9A33?333@9A @TAff?iAfff@fff@33?ff&@0A33?0Aff? @ff$BAA|A0B33AAA33AA33AABA33+AfffA33{AA33ABAA33AAL>@@@ffAffAffAffAffAlA33@ @33?33?33?,@33?ff??33?33@ff?ffA33?A @33S@ffA? @ ATAff?L>L>?????A???????fff@BA.BBff8BABffPB33AffFB33BffA.BBB BL>333?L>ff?ff&@ff??DA?̌?̌?33@ff?̌?? @@@fff@̜@333@ffF@ffF@AA`B33'BBBffAAAA33B33BB33BBB@BBBBffBBB33B:B33BB BB B33@A33+AffA @ @ffA33A33AaAxA33CAA33KAffvA33AhBA33{AHA,ĄAAfffA33ABB33 B33%B33AffB?33AfffAff~AA4Aff@ff&@33@ffAffA@33s@333@BAA33@hAhAhAhAhA?????@A??@L>ffBffB33?@@@333?̼@ff?fff@A33@ @33?ff@(AffA@33@33@\A33AffvA̔A33AAAAffAff BffB=ffAffAAXA33{ABhBffAAAA̴A33ÀAff8B0Bff&B4AffAffǍA33B33@ffF@@ffF@33-B̜@@9@@@,@@333@333@AAAAffA@̌??L>L>L>L>>??@ff@@y@ffAff@ff&@?> @333@@l@`@33@@@33@@0AAAff BBfffAffAff.AiAiA33A33AA33AAff~Aff^AffAffABffAA33AyAAffvA̼@ffAAff@̈AAA@BB,@@C?ff@̼@@ffAffF@ AffF@?ff@A33@33@l@33@̌@33@@??@@L?@9@33? @@@ff?ffA@9@`@ @ @ @AABA33AA33@qA>B==??333@Aff@33@ffNA33cApAffA@0A$A$AAA!ATAff@ff@ffAff&@ff@?33@L?ff@33?@33@8AAAAffAffAffVAfff@33@ffAffAffA@ff@ff@ @?@@@@l@l@33?@333@L@L@̄Aff~Aff~AfffAAA33AA33{AAA33ADAWB{B C33B\BffBffnBAff$B@AffZB̤B33AAA33@?ff@33@B9@ff?>33@fff?33S@33@AA33AAAhB̴AiA,AAQA@@A@AaAAff&A33AAAA33A33@33@@333@333@@@33S@33?33?33?33s@33s@>>>333?=L>L>L>L>333?333?L??>AA33KA̼AAA33AffAA33AffAXAAAffA33AAAAAA33AXA33AffAĀAA33ABB0B'B33!B B5B33=B5B,BABffBffBff0B33)BB&BJB*BBff*BffNBff,BBA B>B=BL>L>L?fff???fff?333?L>>??fff?333?fff??fff?fff??L>>>>L?333?333?fff?L>L>??BffBxB333@333@33;AffA8A33;A@CC@@A̜@?̐Aff~A33AAA33AffVAffǍAA>>>>ff?>ff?>L>L>=>=>>=====ffNBABffAff&BB5BffA B33AABBlBBB33!Bff@?fff?fff?333??L>L>̌?fff?333?333?333?333?333?̌??fff?fff?ffAfff?fff?fff?333?333?fff?fff?ff@33B?>l@333?ff@L>L>>>333?L???ffAAffAATAAAA33@AyAffA33AAqAA33{AA AffAAAAAAffAĀAA @L?>>>?y@>>>>===L>>L>??L>L>33@33@???y@fff?fff?L>L>L?>???ff?@̌???ff@?????????ff@L?AL??@333?ff@333???33@>>?? A?>>333?>fff??L>L>33@̄AĀAAffA33A33A33AffAÀA33AAA33AÀAA̰AAffA33ÄA33AffÄA33AffÄA33AffA=?>?333?@@?L>=L>33?L??L>L>>L>>>333?333?=?fff?fff??? @?333@333?33?33??ff???y@fff?L>>?@̌?????33???>>>L>L>L>>>>>>333??fff?̈A33AffAA33ÄAffBAffA33AAffA33ÀA33AAff~AAffÄA33AffÄA33AffÄA33AffÄA33AffAL>?L>??????>>=33?33?fff?fff?fff?==???333?fff?fff?fff?fff?fff???33@fff?333??>?>fff??=333?>>333??fff??@@@@@@?333?33???fff?fff?fff?fff???333?>>?333?>>???>?A@@A9@ALAA`@AAAAffBhAA&Bff@BAB33@>=======>=???L>>===333?>=333???L??333?>>?fff?fff?fff?L>>L>>333?fff?>333?ff??33??fff??L>333?fff?>>??L>333?>333?333?333? @Y@333?fff?fff?>=L>L>fff?333??fff?fff?fff?fff?A33@AA@A@ffB0BǍ@33sAffBffB=?ff?L>???>>333??fff?fff?fff???333?===333?>333?333?333?L?333??fff?33@ @fff@Y@fff?333???fff?fff?fff?fff?>=?>>L?fff???ffVAffA???fff?>??>>?333?L?33?ff????fff?̌?>?LA33B333@̼@A(A33BAAAffF@ffF@,@,@,@>=?==>>==?>?===>>>>>?=L>33cA333?L>L>L>L>fff?fff???333?1ACfff?fff?fff?fff?fff?fff?ff&@333?L?fff?fff??????>>=>>>L>?fff?>>333?>>>>>?L>>>,@?L>>fff?fff?fff?333?333??@@9@`@AAhAff@0ALAffAffA33@@@L>333?>L>=L>=@?=>>>>==>==?333???333?fff?ffAff>A33@0AAfCffAfff??333??L??333?fff?333?>????33???@L>L>>L>L>L>>333?>???>>??fff?fff?L>L>?fff?fff??L?>>A1BffA@@ff&@ff@ffA@@@\A33@ @A9@AB?33???>=???333???L>=>@>>>>>????@`@=ff??333?333?333?L?ff?33?ff??ff?????333?>@333???fff??fff?>L>̌?333?333???L?L???333???333?33@33+AAffA33@@ffA33@Aff.A@ABff@BffA33@@@@@@̌?̌?fff???>>333?333?333??ff??>L>=?>=>=>=>>fff??̌?>?>>>>L>L>???333?fff?fff?>>>????>333?333?333?333?L?333?333?>L>L>L>333???fff??fff?fff???l@>>L?>ffA@33@ffAffA33@AA33@A@@ffA@̬@33@33A33@L>L>?=>=?=33A33BAAAffALA33A335B BGBffA>333?>>>>??L??,@333?fff?ffA33@Aff?ffA33@L>L?A>fff?>?@@@333?>fff?333?`@333?333??@ffA@33SA ABL?@@33@9@=33;BBDBA33-B B33GBB335B335BBffB@B@Bff BABffBffBffB33)B+B33)BA$B331B$BB/B33=B A,@@?>>>>??>>>L>>>>>??̌?33@333?333?fff?fff?>L>>̌?fff?fff?L?L?ff?>333?L?fff?fff?>>9@>>>L@@fff?fff?fff?33AC33sA333?33?33@33@PABffBffAff?B̈A,BA$B331B$BffB/B33=B,BA"B>B!BBff*BffNBff,B33Aff@BA`AB337BAaA33 B@BA?333?333?333?333?333?L???333?333?333?333?fff?333??33???????33?@@L>L>L>L>33@ff@@?nBBffBhB333@333@333@333@ff@DA33;AffA33A8AB̌@A33AAAAA33AA̴AAAA̼@BAB33AffBffBABB33A*B33B33 B33Aff:B33BffBffAB4Bff~AAqAA@̌@ffAff&AffA?>L>L>L>L>L>L>>?333?>??333????>>>??????fff?fff?fff?fff?ff?!AÀA@ff@?@33@33@?Afff@fff@33s@@@33@̌@̬@̬@@33@ff@@>CCARBBffA33AB33#BB33BffFBA33)Bff&AxAAxBAAAAff@AffAhA33AffABffA̴A|A?L>L>333?L???333?fff?fff?fff?fff??333?L?>?=??>>@333?@333?@AA̜@??̼@A?@33@ff@33@BA@?=̨AxAtAAffA33A@ff@33;AffB33%BAAA,@ffF@33?Bff,B BB$B337BffAA̰AA7B33Aff"BA33B==>?33A333?=333?==L>33?`@B33BIABBIAAffB33AAAffB33AAffAffBAff?@?@fff?ff?`@@33@33@,@@L@ff@33?@33?@?ff?33??4A A33AffBBA33B33 BB\Bff~A̠AffAffAB$A33@A,A@ffAffA33kA33)BAffA33A|ĄAAAA33A|AA̬A33{AA̬Aff~AAAA̬A̰AAA33AA33A33A33AAAffABIAAIAff^ABIA̐AffBffBffBCBB33BBBIA@ĀABhB(AB33;BA"B+BB33;BBBff&@@L@@ffADA APA@@AffvAAffVA333AAyAXAff&Aff>AA33SA0A AfffA9A33Aff^A(AAiA1AAffvAAAffABffAA33AlA33cAA̼@A33@33A @,AffAHAyA̠AAffA̜AffAA33AffABAA B33AAffBAffAAAAAA̜AffA̜AffA̜A33AAB33;BjBffRBBBBff0BffNBBBBBff"BIABB33;B33-B^BBIÀAIAAIAB33A-BB33;BB33;B33!BBBHB33cA33+AA33kAff.AffAhA1A AtA4AA`A)AAhA33+AA`A1A33 ApA8A A33sAA33[A33AffNAA333AAff,BAQAAAAA33AAffA33!B33/BA̠A|A@@A333AffF@̌ÄA33sA33sA33sAAABBBffABAAAffAA33{AffAffAA̰AAAffAffAAAA33A33AAffABBBB33-BB8Bff2BBB33B BRBff"BBB33;BBBBBB33MBB33;BBDBBIAA̠AIAIAAff@BABAPAA@A33#AYA33AffNAAPA A=A33;B33;BA33;B33;B33;B33;BA33;B33;B33;B33;B33;B33;BA33;BA33;B33;BNB33;B33;B33;B33;BdB33;B33;B33;B33;BAAA33;B33;B33;BA33@?ff@ff?ff?,@̌@AffA33A@33@0A)A8AHA@tAA33[A@!A A0A@@ff@AAAff@ff@33@̼@@33AAffAAAAffA33AAffAA33AffAffAA̼AlAAffAAffAffAB C(CBffB33B331B33IB==333?333??==>L>>?>L>L>L>333?33;B33;Bff>B1BlB33B33BC33;BdAIAhAB%BIAaAIApA33ABffB~BBB33!BffF@?L@33@ff@@A@ff@)A33 A8AA33;AAPA33@!AA,A@XAA33cA33AAA$A@A33 A33A33S@@y@33@@33Aff@)A@33AAAAAABBxB̶BL>̐A̬AffA33SAHAPA33B33AffAA33B+BffA33A33AiAAAAAAffAA̤A======?==?fff@ff&@ff@ff@L@?L@?ff?33KAff?ffF@ffNA?ffNA33@33@L@̌?fff?L@?L@??L@?0A9@@PAA$B&BAff(B$B33 BAA(A)A(A A$ATAA0A4AffAA33AB33AAAA33A33BBBA33AAAAA33AAAffAffAffAAĄA33 B33Afff@33?Y@>@333?A=IA @IA=33?33Aff@33@LAff?LAff?LAff??33Aff&@ff?@33Al@333@ff?A @A @33@33@33A333@33A333@ff@@B BAA33BBffA@ff@33AffAAffAAAA33A33@ffA!AffAABA33ABA BA33BA33BA33B33A33-BBAA33ABB33B33AffAAA33A BBBBffAL>ffA=@@ @33BL?33?@@̜@33Aff&@33A333@33A @@33A @??ff@̌@33S@@ff@@@@33@@33A33@33@33@33A9@ff?BAAAffBABAAA0BBA33AAA̤AAA33A33AAABBBBBBBBBAffA33ABBff BffA33A33ABBB33AAB33Bff BBHAY@>=L>L>ff@==?=?@@@ffA@̘AffA@ A@@?A33S@@L?L??L?L?ffAffA33YBA)AffA33A333@33A9@33AB33AffBAAffAA̸AffAffBff$BffB*BAB@B33GBAA@IAffA̜AA(A33A̜ADAAAA AAAHA9Aff.Aff.A(A4A,ADA A A A A A>=?=>=?33+Aff@Aff@33A@?@@33A@@@@Aff&@PAffAff?!B???ff??33@????9@tA33@ffnAY@33S@33S@ffFAff>A33+ATAAfffAÀAA@ffF@ff@ffAff&@ffA A@A ABAAA33BBBBA̘AA33AXAAAAAff~AĀAAff~AĀAAAffA33A33Aff@33A̬@===?Y@?ff?@Y@333?@33?ff@ff?ff?ff?ff&@l@ @ @333@333@@̜@ff&@333@ @ @?@@@@@33A33@9@@̘A@@?,@ffF@ @AA,@ APAY@@@@@33[Aff@ff@@@ff&@8AffAfff@ff@@ff@ffAff~AAffA33AffÀAA̰A33AffA33AAffAA33AAffAAAAAffAffAA33AAffA33AAAffA333@333?=?>=ff?>=A33S@L?L?L?L?L?33AffA33YBAffA333@9@ffA33A33AA AffA33AAA33 BAAAA33A33A33AA̜A@@33@1AAL@A(A33S@9@33@33#A33cĄǍ@33@A(A)AA!AyA̼@̌@ffA`AffAA33AiAAlAffAAffA33AA33sAAffAffA33AffAffAffAAAAAffAAA̬AAffA?=>>@A?>=ff@=A33AffA33A33AA̼A33BffAffA33AffAffAA33AAB33AAABffAAffABA33AA33BAA@33@lAff@333@@L@@,@ff&@l@̌@`@@333@ff@ffF@`@̌A@@@A4A@ffAlBAxBffA@qA@A33ABxBAffA@A@B̠A̤AAAAAffBBAAB33BA33AffA B@33@33@L?̈AAffAA33AffNA33AAlAA̔AAffAffAxAAA>@l@@@L@33S@9@AA33AAff(BABy@9@@ff@ff&@33?L?33@@L? @33A>Y@33@33+AA4AA&B!AAA33SA33 A33SAAff>A0AAYAIALA33[Aff@33@ff@?ff^A@̬@33@33[A @9@@A33;Afff?@ff>AB̔ĀA33#A33@ffA@@? @dA33SĀǍ@ff@̌?B@,@AATAA33cAffAffAA33ÄALA333AffAĄA̸AffJBABAAAA33AffAffvA4AA|AAAff6A33KAAA?iA?ff?B333AffAff&@@L???33{A?fff?@=333???hA??ffFA @?ffA33S@l@ @@ @?ff?fff?33?@333??@̤AXAff>AA?333?$A`@ff&@L@?33?̌???fff?A33 BA9AAAffAAAffAffAAffA33A>?A?ff^Aff?33?@ffA333@33?33?qA33@̄A?>33@AA̤Ay@@33@@@@9A33@ff?@@Aff&@33@A@33A̰A,@@@̨AAffAffBAA33@fff?33S@33?@ff@33@ff@L>?33@9@ff@333?33?L?,@?A B̼@@AffAffFA@aAhAaA== A33A??AAB33Aff@ffAffABEB33AAffAAffB33@ff>AAffAA@AIǍ@33@AA8BAL>L>L>L>L>?=@ff@ @ff?9@Y@?L>?ff?>L?33@ff&@333?@AhA33A??L?̌?>>@@?????????333@AAAA333ABAAAffAqAffA@̼@Bff@ffAA̴A33?L>9@333@L@ @33?@==ff@ff&@??@?dAAAff?A?@̌@@@L?L????L?333??fff??̜A33@B33kA A@@33A33S@?L?@>@?ffAffA33??>L?ff?fff?33?@@fff@33@L?L>L>AA@9@?ffAffAffAffA@?@@@̄A,@33sAffAA33A̠A33BffA33Afff?@@ffF@A33AffNAff?̌?ff@???L?333?ff@9@333?333?DA??>?L?33?333?ff@33?33AffAA33AAAAffAiAff~AA33;AlAAAffAAA A>AAA??33A@=?ffA?ff@?A33B??l@??L?ff?fff?@?HAffvAffvAAAAÄApAAA33{AAAAAAAAAffAA33A!A33A AxB33A=33;A333?ffA,B333?33A@33KAfff?=HAA>@ @ff?ffAff@@AAfff@ATAAff?L@fff@AAL?fff?333?=fff???ffA@@ff@ffA@AAA@A33A33AA33AAA33A33AAAAlAL?PA33?9@B(B@AffvAL?33@9A=L?L?fff?ff@ff?̌??33{A? A33@ff@33+Aff@33@33s@33s@)A@@lA33Aff&@@@A33AAÄAA33{APA?DADA33?9@ffA̔AffvA$AAA33A!AAAffAffA33A@A AffB>33KApA33{A??33AtAy@33?>?@fff?L?BaA̒B,@>ApAHApAA33A33{AffvAAffA@ffAy@fff@@A$BAAA@BB AAffA @ff@33@?xAAffvApAAxA@333@A@@A33AĄĄAffĀA̬AAffA̬A|A̬AffA̬AApAA33AffA33A33AffAA33AAff@ff@ff@ff@ @ff?33@?ff@ff? @@Aff@,@fff?4Bff@33AAqA@A33A;Bff@qA@qA@qA33@33AyAqA33 BBBB̲BL?ffBffBffAdA33A̜AAA33AAffAA33BffBffBBffBB!B33-BABAffA33B33AB33A33@333@ff?ff?33s@ff@@`@@@ff?fff@ff???̲B33BffBffBB BB̜@*B333@L?@333@xBffAffA33AlBA BAA33BBABA33 BAAA BBAAA33ABffB33BA33AABAB @9@? @L??̌?@`@@@333? @?ffA,BAxBffAAB33A~B̰ABBBBqA@AxAffvAxAffA@@@?,@333?B@L>=>=ff@@?=ff@>̌?ff??@lA0A?@A@ A @A333?333?33@333?333?|A33SA33B33B̬Aff@ @@@33 A33AA33A33AAǍ?L?L?L?̖Bff?BffA33@333??@>QA@33??>?>@>ff@>?@???L?33?fff??ff?̌???33A33A@@ff@ff>A@33@33AdA33@ffVAfffAA8BA=AABAAABSBOC?33AA333@@@dA33@@AffB̌@?L>>>>>>ffA?L??L?`@̌?ffnAL>L?@>?L@33@33Bff@33AL>L>333@ffǍ?>??A BAA?ALC,A333?AAffAffB33AA̴ABzB̙BffB̫BBUB33Bff~B @33iB33@fff@AAL@ff@ffA̘A@A333?333?L?fff?,@ff@ff@ff@ff@@ff??@@@@33@ff@33@ff@ff@33@L>=33s@33[Aff@@@@333@>===@==>??L?>?>>??ff?333??TBHCATB@AAB@A=?>L?@=???>>L>?=L>?33?>fCAA33iBAL>333@33S@A @ff@?33?=L?DA>L>A=?L>=?>>=?@??33?=@A33?333?33??@33@fff?L??33?ff???̌?̼@0Aff8B@tAxB@xBxBB@@pB@qAxBB33@pB@@tApBxBL>=L?33?fff?>fff??fff?@33?@ff??fff??ffA33A@ff@?fff?fff??fff?fff?fff?333??L>?̌????tA@xB8BpB33AA̼@8A339BqA̼@̼@8A33=B̼@8A33=BAdB@xBtAtA33@333A33-B̬@(B̼@0A@@@?@@@?????333@L@?33@= A==333?fff?L?>ffF@ff&AA33?fff?fff?Ǎ??fff? A@33@ff@ff@ff&@33??fff?fff?fff?L>ff?@33@ff@=fff?=??L?(B@33sAffpBdB@>@@>BA333?=@>APAAA33@@333A@@@fff?L??333?333?L>L>L>=L>L>L>L>L>L>L>L>L>L>L>L>L>>======L>?=ff?=̌???33sAL?TA??L??̌?33?@33@=?ff?==L>??@L>,@ @L>?333?ff?>L>?=@ffF@?=33@@@@fff?@@?̀A A@333?fff?fff?̌?>>L>L>=̌???333?BAtB:BAÄAHB33BA@==L?ffF@33@L@A33?@333?9Aff?9@?@fff?L???ff&@ff?9@̌?@??333?333??@L@̄Aff@=Bͬ DAff@ff6AAHBA@@A@AMB@@@@33kAHB33BBA̘BA@@@A33AtBBBHBHBHB33A========>=L>>Y@333?̌?333??8A,@= @?9@33?33?ff@@@A?̌??@> AAA,@AB9@ C@33AffAffATAff@33?33@ff?ff@ff@????? @@?@L?L?33?>>ff&@>AApA@@A?A33 B ĀA@?@@@L?@@??>?@@L?fff?B33A33?A>?==y@L>33@@@L>>>?̌???==?33?=333?L?????33@A33 AHAl@L@ff?33A33A33?L>@ff@A(A33Ay@>@?33@??=33?33@ffNA33?L?L?,BB`@L>333?L>33A@ff B33A33A?9@L?L?L>>333?>Y@=ff?ff@ffA?̌?@ff@@ff@@ffAA(A̜@ffAffF@?>>>>>>>>>333?333?>L?L?>fff?L?>?fff?fff?>?fff?333?333??>@ffFA33KA A33SAAAA9Ǎ@y@pB33AxAffAffAffAffAA33s@@ff&AL@B@ff?,BPA(AffA33?̌?33?,@>333?>??333?333?33@>333?ff@33@@L>>>L> @?y@?fff?=>fff?ff@??? AY@ff?̜@@,@ffF@333@@A?>>?>?>ffA33@A??,@33???ff?33?33A33-Bff$B̌?>33;A AA4B̈AAAAaA@33@ BB%D@BffAPA CBC33SBBC> ADABA@DAA(A,A AA33@?>33?A? A A33A33 A@A4A333@ffF@33Ǎ? @?ff@ffF@A B@@33@ff@A33AffA33ABff^BBB@̌?BffB33A!A@ffALAA@33SAff6AAffAffA?33@A333@ff@ @ff@Afff?!A@@rCAAAqA33AAiA33AAA33?33?ff$B> A@ff@B8A Aff@@@33??@ @ @l@fff@fff@?ATAL>@A5C$Bff@A>B@??333?ffF@ffA33AY@@ffF@ffNA33@̜@fff@333@33@A33ABffAffB́BaBff BBff BABBA33Aff^BBffB!A33 A@LAff6AffA333?33@ffA33A33A33AY@Y@@@ffNA33@33@33@fff@333@33A???̌@ff@,@@@33?33?33?33?33S@ @@ff@A A BAffBB33B33BBffABffAA33AxB33B6B@@ff&@A33Aff>AB̠AdB,AAA4BAA|A@?̼@fff@@,@ @33@BffAffBffBffB(Bff Bff BxB6Bff&@33ALB(B̠A BAA|A?fff@@,@33@331BffAfff@33@B@ABBB@,A??=33B33A0ALdCBffCff@dABPAffB/BTBB8BffAACAA̤A9B331B33CBffAAfff@ffF@33@AAAff@A333@A@ffhB33?33AB33 BA B33AA@ff@@AA33AA33Aff@@33@A`@@ @ff&@A33AAAff?Aff@AB33@B$BA33SB?L>=333?L>AA@B7CtABA?`AA9@BffAAff@B33s@BB̬@@fff??TBBBfflB4BBHB BBA33@A@`@ff@@ AB @ @@ff&@BAffAAB33ABA333@L@ BA @XBBff@33A@>ffA\ABAffA33CAff@ff&@33@PA?BA33cAAAffA33@33@A@3C!ATBf CBCAABffAAA33BA33wB@@AffAA33@9@fff@@@@333@?@)A@@ff?@A@!AA@Aff@NBAffNA33@@?33?BBB$B33BAL>xBXBBB@Aff@AIAl@AB>C̔B+C+C$BABALAXAPAff@@qAqAtAffA!AAffA)Aff@ff@@?(AqAffA33@BffAffA\ACBAĄAffAffFA33CA@ff@AAXA @@@@,A33@l@A,A@qA`@A@`@33A̼@A?̜ALAA@B33AB AA0ASBSB=A=ff6A0A9A,@@@333?>=?L>ffA33Aff.AA,@333@>>>33@`A333@?9@,@33@tBpAL@33@̬@̜@A33 AAB@33S@ff&@A33@ffAff6BA@33@33?CAPApB?BAA B33cAAA8AAffAff&A33@ffA33cAffA33A)A9Ay@33AffAffAL@(AAAAaAA@ff@ff@@@A33@33@AA0AHCARCAAAAAAAAAAAA@33S@@AffA33kAA̤A33kBA$BB%B33B`@AAffA33s@33?ffAffF@fff@333@̌?>Bff&BA?33@333AA@@`A@B̠B̔B:BjB$B1CBA@CBAAAAffNAIAIAff6AA@ffF@ffF@ff@@@:BjB$B$B"CBA@AffAIAA@33AD@@@qAA@>Aff@AA B BA>AL>YBBB*BffAAA̱BA?A@ffXBffA33AaB @ffF@>333??=>333?>fff?>̌?LAXAPAff@@qAtAPA(A)AffA33@33@33B!AB@A@33???A̩B???33??qAff>A7CAffB33;ABB@A33@pAffA@33AA@33BL>==0A5B33;BHB=AAffAL@̼AAA@AAHBL>ff?L>333?>fff?>??????333????333?L>L?L?L?>fff?fff?>fff???>xAffF@A33S@33A@ff@33s@4Aff&A@@33cAffAA!AffAA@ff@333A33s@ AA@0A?Aff@ff@`@A(A33B33BAL@ff&@l@1A4AffB3B@331BB̹B@@fff@ @̼@'Bff@AffA33@33@33Aff:B@@ @33?AAHBff?ffBABL>̼AHB,B\BHC33AAPB?>>>>>>>>L?L?fff?>fff?fff??>fff?>>>333?lAAqAAffAA33@33kA@@@@BBBAAtAA@AAAXAdAffA @ffA@,@@ff?33?33?̌?33?,@ff?=xA333?L@>?BjBAAB==L?=L>fff?L?L>=L??L??333?>L>fff?>>333?>>333?L?>>?>XA`Ǎ?@@@A,AA33@@l@33@0A,A@AqAff@`@0AA@ff@`@qA33A@33@A̼@\BA0A?AB,B BpAqAA33S@??333@ff?333@?@@@33s@pAffAA@?333?>??=̌?333?333?L>L>TA)AffA̼ADA@333?tAff@A9AL?̌@?A`A@̜ALA33Aff@TAA@@PBBA33ABB33A33KAffAA@lAff@ffA33A)AffB?L?@@33@?ff?33@A>A33uB̌??333?A333?==ffAAA333?ff?ff?L>vB333?L>XBPB@@@APBL@?>??>>>?>L>>,@?BY@Ay@BAffA33@@=L>>===???333????`@9@?ff?ff??L?333?>L>?L>==y@?L>L>==L>=>333??>>fff??@?????L?L???33s@33s@A@@@@A=>>>>L>>̌?>?=@??????̌?@@?@@@@@A@AA`APApA@@>>>L>?> @?L@???,@333?fff????̌??@@?? @?333@@33@@@33S@,@333@`@@?fff?@A A0A@A@A@@PA333?̌?333?AABBAAA@AA$B BDBB@@@@? @33@@@ff?PA A̰A̰A?@AYA@l@33s@@@A@@33@ff@ff@@@ff?ff@@@??ff@?33A33@?????33+A33S@(A@ffAff?33?333?BB??̜@ffA,@>?,@?fff?C9@fff@ff@ff@AALAL??L?y@l@̌??9@33S@??33@ff@@33?̌?ff?33@@33[AffA6B33IBBAffF@ff?AAff?A33B DBCff&AhA333?@@@@,@L?33@?@ff?ff?@??@?@?̌?@?333?=L>@ff?L>ff?,@L>L>@L?fff?ff?33?>ff?L>@ff?33s@??>?>,@L>ff@??333??L>>>L>?==>?333?BB BB@̌?@?@??ff?>L?@L?>>>=>L>>=?BiA>AC33/BCff??zD33 BffBAAL@C@? @33@PAL>L>333?L>?>>L>L>L>`@L? @Aff@33BLA4A@?LCff&A9@L>C@??33;A?>?ff?????L>?YA==L>==>=L?L>L>?L>=?=L>@A?=ffBA8BA?>L?>fff??L?ff?>ff?>>?̌????>? @=>L>L>L>>?>>=9@?=@=ffBpCEA33@L>=333?L>>>>l@=?L>==?fCAEL>fff?33@=sCffB3=Cff\BL?337BffAPAA==>>===ff?=̌?9@=L>>L?333?L?=L>L>>??33[A===?@=9@9@?33S@?̌?ff?fff?=?33@@̌??? @?ff??>@@ @@ @?CpAA@@B?333@?0A̴AB>B>??333?fff?L>>?L>>fff?=SB?333?>33@A@A33Ay@@fff?fff??L? @@?L???,@?L>??333?@fff?̌??33?@ff?ff?ff?fff?ff??>CA@? DL>>?fff?>L?ff?33?????̌?fff@9@>fff?̜@ff??ff??ff@?????33?33?=@?>BB333???>?Aff B?fff?333?L??333?333?L?L?,@̬@ff&@33?ffAff@333? AAdAA333A9A>̌???33?Y@ff@>?>>>>>>>>ff@̌??l@?333?ff@333??=????ff?L@33S@̼@fff?̌?L>???==L?333?333?333?fff?fff?>333?L?fff?L>SB=>L>=ffBffBpA?>@@> A?L>?L>@L>L>=?>333?333?ff??L???L???ff?>L>====333?@AffFAff@?L>333?A>33?=>,@L>L>>>L>L>===ffnAfff?A333?B333?ff@B33B̌???>>>>33??333@??333?>=L>L>y@y@y@==L@ff?=L??? Afff?>@?=fff@L?333?>L?>333?̙B33?333?QA33 A? C333?ff?@33@33@9@A33@33s@33?33?L?=>ffF@>̅B33s@ AEA33kA@A @C?L?L>=33SA>@>xA@?33AAA33=BL>ffXBAAL>L>AxAAA@B33B @33?@ffF@33S@@?33A?Aff:BtA@33{BC33+A AL>?>AAAA @>33;Aff>AffB33;AffFAff^A?33ADAL>==333?333?L?==ff&@?=ff?L>B@@33?ff?AL>ff?L>333??@Afff?̌?fff?L??33?fff?fff?L?333?L? @33KAB333?ff@\D`BBfff?=?>=>B>??B33B@AA??333?333?333??>?333?333?ff@??@@ff?fff?33?33@ff?fff?333??????L>=>??L? @?fff?@>ff&@L>=L?=?333??+='=)\=ʡ=)\=1,=P=B`=T=O=L==-=㥛=/]=L7=h=X9=C=/]=ʡ===q=@==w= #=X9=t=o=+=)\=+=o; #B`E? C?D>D ?$F? #?@=-=J "?o<?=.?y&>Zd@>Q8=/]=X9<<)\=j?@ ? #???(@G>???33? ף;Q8== 0=hm=`P=L=X94=j<+/@?1@q@)\>>`8@fff@= >w>X1@G)@>t>{=-=>j=;?q=L7=t=-=T=)\=#y>`>u>Y>`>u>=B`e=o=xi=t=}=㥛C =X94=B`33>>\r@{~@?|>V>n>T>X94< #< #=E=t=B`e=B`e==hm=o=#y=T=%==/]=hm=xi=-=u=L=L= 0=1,='= 0=X94=j<=1<1ף>/>D=w='=9H=`P=1,= #=@=Q8=w='='= 0=D=T=L=/]=T=o< #< ף</<>Q=S?t<=T>F>/>'?/?+=J >o?T=`=>T=>>Q>`P=T=>T==>p=?P>>T=T=`=>= >u=xi=㥛=q=hm=`P=Y=Y=t=B`e=@=D=sh=#y=)\=}=ʡ=C=㥛F=|?>9H>m=>T=>>(? ף<=w>bX>bX>bX>bX>bX>v>>X9?>G>9H>w=-=?5>=w=+=J >?+=J >?>\>T== >`=`=)\=>?)\=?T==o=Ga=B`e=u/]=B`;B`;B`;B`;B`;o;o;;< ף; #=q>|?>>w> #z>t>y&>9>Q=@=Q8=P=P==w=D=B`ew=㥛=>\>T=L=?T<<B`;9H=< #<u=k>q=>Т>9>33>Hz>Q>(>= >>>>ff>5^:>Z>9H>< #= #= ף< ף< ףR>q= >=+=hm=O=T=G>ff>)\=P=z>w> #< #<; #< #< #< #< #< #< #< #< #< #< #< #< #!r>Z>u>Q>= W>n>F>ףp>J>J>9H>hm>G> #==??B`;B`;Q>m{> ?\>)\=/]>T?9H= ?~>>>=t #=+>>G==G=lg> ף;'=/t>)\>t=)\=></> 0=1,===u=o;Ga=j+='=?!?n?A ?E6?R>#?Т>j<>sh?xi>>=Y>C>G= ף=m>Ġ>F== >Ga=T=X9=<\>'1?u= ף; ף; #= #= #=C =L=L=@=B`e=P>={>P>t<>J>{>\>!>-= #<o< #< #C ף=< ף<)\=j?4? ?|>̌>+>ȶ>+=<=jt>>{n?? 0>333?D>ףp>ˡE>>>=A?jt> ?7>>>`>/ݤ>>j<=w>>  ?&>>>%? 0>d;=>X9<XY?+>$>?=%A?Zd>>S?> #<D<<=X9< 0=B`L>)\=L>|?Q>)\>=\B>> #=> #?L=">z>k>k>z? #== W>R??>k>ˡ> #< #V>sh>㥛<㥛 ף=)\=>>}??َ>== ??5^>{>D>¥@= #>===>q=? ף ף<>o=Q8>C<~>+=L>L>C =xi=Q=)\=Q=Q8>Q=@?>Zd;?T%>=D==)\= #=o=t=C =X9==n>B`<<>)\=(>>q=l=㥛= #> ףL>33? #sh>< ף 0?M>Q8>/]=C> ף<?>~>~>sh=~>?\>L7=Q=\={n?sh=Q=sh=m{>B`eX94q=?= ף>ff>T>P=j=L>#۹>w>5?L>>%?ff>->= W?C ='1>? ף= ף=Q= ף=Q= ף=Q= ף=Q=Q=C<㥛? > #=o;㥛=/< ף<{.>t>t== =}?U?J >B`=\= ףD=X94=G==G==G====<< ף=u==)\=)\=u=Q=)\==o=Q=)\=Q=)\==)\=%=G= ף=T ףT%>/]=#y===X9>+> #=`P=> ף<

X>?5^>)\>h<j=P=x=)\=1=L=)\>>o>{>L7=j=t>E=L7=t</= #Q@u=Q==q= >o==`=u=9?=j<='=n>> ף=}=T%>G= ף=G= ף=B`e=)\>O=u=)\>P= ף= ף=)\= ף= ף=)\= ף= ף=)\= ף= ף=)\=Q=Q= ף=Q=Q= ף=Q=Q= ף= #=5^= ף=T=)\=u=jo=1=P=o>sh=%=Y=Ga=t=Ga=T%>V->V>/]==+>`P= ף<X>)\>h<)\=P=L=o>I>L7=1=P=P=P=<<?xi=?=Zd?hm>ff?>̌?>?#y=?{=ff?L>?>H:?G=?z>z>'= #=j=O=<</1<+=/]= #=L=@=L7=L>(\><<'=<-2>=>Q=o>u=>㥛=h<j<=Sc>j<=B`e=5^=Y= 0= #=ףp?ˡE>5?K7>\B?5^:>\B?5^:>q= ? ף=?=???)\= #<>+=X94< #uX9>>Q="={=}?>o> ף=u=/<<\B>>w= #===P='= #='=<+>=1,=jo=>S==`>/]>P=fff>>t=t=G!?\>q=>ff?>ff&@ff&@> #?>=C< ף<==C<)\>ʡ==B`e=hm==Y=u=u=Zd;>T=/<;Sc>-=B`e=L>T=tS?'1>5^=G=Y=B`e= 0=L= #= #>=u=Ga>xi=t= ף</]=q=q=q=`P=33>)\=o== =#==o=9==>sh=`=l=F=o=O=<u=#y==ff?L>+>G==X94 ף=L?{.?Q8?{.?? ף; ף;T)\='=)\= #>J >o=`= =5^=={=-=\=>P= ף='=D= #=C='= #=+>E==D=1,=>\=t=t=L=P=1,==1,>P=L=B`="=B`e=+="=V>=X94=q=q=fff?z>{.?X?X?\?ף?R>ף0?{.?Q8?D>?>= ?ףp?->= W?•?G>Qx?>)\>L7>=O= =Q==>o>u=o='1>>S===>`>fff>/]>t=Q8=@=u=</<)\=Q8=/]=(\>(\><<+=<<'=G==O=333?{.??{.?@R.@Y=Y=?333?@33?{.?q= ?? @???????? ף</]=+=offf>=b>> ף33>> ף=)\= ף==sh=T=L7=D=t=1<'=====-2>-2>= >C =Ga> =ʡ=S=?u??G!?L?5?ff?@?l?)\????)\>??z?\?z?G>ffF@p=? #?{.????•??{.??t< #= ף #=w= ף=D> >jsh= 0>j=O=o=C =C=?L7 >>ʡ=\B>Q=B`e #< ףq=>?{.???{?•??>>>=>5?)\?G??(?{.?̌?)\?(?=??@?X?hM?#9?? c?J "?f?!?`?|?/}?9(?Il?-?l'?F>y&?$?N?ff?v>??I?/D?u?/]?㥛?nR?o?)\= ף9H>->`==l==F=P= ף==xi>-=1,=t<=C=L=<Q== ף=B`e=1< ף;u>{>Q>= >w=\=t/ݔ??~J?hM?q=?!@%!@$@\@= ף>ff>T>K@B`=u>>v>L>P=j==㥛>?>L>#۹>u>w> #>>ҝ?@5?(?\B?Q?(?+?H:?L?(?(?H:?5?5?K7>X94>j?Mb? ?:?~ ?ˡ?w_???VN? +?1?S#?Zd?7?@?َ?v?`>uX?R>w= ףt=)\=`P=D='=D='=1,=)\> +>==t=Q=L=)\=P=1,=P==T>1,>/B`=G=>Fs>t>= >}?>P>+=u=<<#y=V>Ga>(>'1>]??5?L>>%?>(?ff>->5^:>v>>/>333> 0> 0>X9>K7>{>>=`>>{=ʡ=n2?= =j=>V>`P=#9?H>M>;ߏ>>33>w="=B`e=P=/V> #==}=X94=u=P=t=Q8=j<=B`e=C =@=u=<^i?^i?5^>?R^?= W?xi=>>@?C =(?x>u>+@"?\B>OM?j<#y='1>X9?L>>8? >>ff>/>x={.>= W>X9> 0>G@\B?5^:>R?)\??(?)\?ff?ff???ff?333?ff?33?? ף< ף<33>L?yF?#?n?{.?(\>v>>?:?q= ?>o<= W>)\=?-]?d;??M?+V?c?/=?%a?v?K?KW?E??>To;<; #<;;t<'=Ga=w===hm=v>G=u=Q=Q==u==Q=>)\=G=>=>>)\= ף=>)\=>)\=)\>=>=>= #>>G=Q=>G=Ը>?O ?x>$>^I?H>t>->b>^ ?>?>ʡ>\=`>Z>5^>G?K>+>M>-2?R> ף=)\= ף= ף=)\= ף= ף=)\= ף=)\=)\= ף=)\=)\= ף=)\=)\= ף=)\=)\=u=)\=u=`P=#y=u=)\=ʡ=u= ף===)\>= W>=\B>X9=j<=㥛=X9=-=L7>X9<=Q=1,= ף<)\=>Zd;>J >E= ף==)\=T=)\= #=@=u=O=u=j== ף=)\> ף= ף=u= ף=u= ף< ף< ף=u= #>)\=u= ף=u= #>)\=u=)\= #=L=)\=L=u=)\=L=L=)\=u=u=Q=#=>hm>T?|?7?>\B>>Ga>Sc>J >n>Q8=Ga>X9>V>5^>w>=M>Q=u==Q=====#y=ʡ=C=/]=1==L7={===q=-=sh=G=Q=G=Q=G=Q=-=)\=B`=t=%>u=G="> #==S=>>T< ף=)\= ף=hm=L7=q=>@==P=)\?{.?=X94=u>==>u=)\=Q=u=)\= ף=u=u= ף=u=)\=Q=u=)\=Q=u=)\= ף=L=u= ף=u=u=Q=)\= ף=)\= ף>> #>=u=L= #=<>(>|>\>>>>>ˡ>ҍ>`P>X9>>?sh>)\>n>u>C>Ƌ>~>R>)\=1=)\=o=G=Q=)\=-=======o=sh=Ga==P=w=Q= ף=#y=t=Q=T=+=>lg>j</]= ף= ףj<;O>(\>o< ף=X94=G=G=>u=>1,=t= #< #< #< #<j<=Y= #>)\= ף=Q= #< ף= ףR> #=< ף>>Ga>Q8>G=Q=>=u=L=Q= ף===Q=u=< ף<= ?)\=u=>G={.>> ף=>p>{.>">$>Q>u>J >?bX>(?M>M>G> ?p>?^I>B``=V> #<>jt=`P=L=B`T= 0==)\>33>m=>v>V>=o=+=C<+=)\>o=B`e=C=Q8>t> 0=Y=o= ף== ף=Q=@= ף=)\=L=;B`;B`<?33>R?33> ף>\B>{>k>33>&1>5^:>E6>D=C =@=o=t=< ף|?>@=`P=@=j<=O=/]=> ף={.>)\=G===u=u=u= ף=Q=u=)\=)\=)\=Q== ף=sh=L====Q==Q=G==G==#y=G=Q=G=Q=G=Q=t=$>P= ף==T=%=T=P=)\=o=o=Ga=-=P==h=G==B`=></<Ga> ף==>> #><=>\B>>L7=D<1,= #< ףG=>=>G==G===Q=Q=G=)\==Q=G=)\==Q=G=u=Q=Q=>G=>)\=)\>G=Q============G======)\>9=X9=G=G==Q=G=G= ף=> ף=F=B`==Nb>= ף=+=㥛==j==F==$> ף; ף;o:-==L7=>>)\==q= >o/]=j=ҍ>#=̌>X94=j=9H>J >O=Zd;>p=>D<j=>=A?㥛=/>=>==== ף=Q8=j<=1,= ף</]=Y=B`e=u=ʡ=9H= ף=L='1>m=u>$>xi=%== ==Q=)\>%>R>q= >sh>G=G=Q==Q8>=)\>>=Q= ף= ף==Q==)\>L=L=j=>O=Fs>=ȶ> #>7A>F>}?5>@=)\=T<D;C333>xi==t=rh>Ը>= >{>{>Q==;O>!r>Q8=@={== =>=u=S>G>>== ף;C >=T=hm=Y=J >R>q= >'1>=R>q= >)\>o>R>q= >z>>R>q= >V->&1>Zd;>Q8>z>$>}?5>n>"===="=v==="=\===>t=)\>Q8>L=D=B`;d;=1=>X9<w==u=Q= 0=< ף<}=z>u=L==B`e= ף= ף= ף=Q=Q=Q=; ף;t<1,=o=@=T=fff?#y>fff?fff>)\>d;??= W>w=?>+'?!>n>l? #>h=l?>? #>= =>\=ffF?!r>Nb>ˡE?>rh>=rh>I >(>?5^>>> #>Q8>t>1 ??)\>>>>)\=)\=L7=L7=u=)\=q=/]=%=C=L7=sh=)\=)\=)\= ף= ף= ף=)\=)\=)\=Q=Q=Q=P=Q=Q= ף== 0=t=>o:o+6?ˡE>=?5>?q>ף0?|?>w>=={?= ף<Y=X9>h=h5^Z?N>㥛=%=ף?q=>33>V->?/$>^ ?V>L7 ?>>x>>33?33>B`>>I>>E>> 0>B`e<>#y>>K>A>>?=-=%=C=B`e=-=sh=-=%=O=xi=1=C=L7=q==+=u=t=}=B`e=L7=}=hm=+=)\=)\=)\=<S=o:t> ף; ף; ף; # #?L7 >;?=?'>>Ƌ>>#9?\B> #?>{=A>,?M>#?Q=+'?O>"==333?>$?>/u>->Nb>}?>%?>I>>X?h>Q>l>>h>+>}?>V>->m>b>>+'?)\=)\=)\=)\=)\=)\=)\=)\=)\==)\=ʡ=w=-= ף=w=sh={= ף=-=1=ʡ=t= == ף=X9== #=`P=o=>9= #>w=j?>!2?\>`0?#y=ʡ>X94>+=q=1,=u=@=>{.> ף< >oc?Y> ׃?= >?5>>>#۹>C>>>z>>)\>F>ʡ>">'1>Pw??u?C >M?=`= +>Q====j=9=G=G=G=G=G=G=G==v=====`=G=G=G=G=G=G=G?T=SC@E=>w=\?q=>P>=>>Q8>D=1,===ʡ= #="=/]=L>ff&@=#y>fff>= W>>!> #>> #>\=!r>j=`>></<= W>{.>Nb>o>= =V> ף=P=> +>L=\>{>\B>X9>>I >n>d;>G=t=T=-={={=t=+=㥛=D=`P=X94=`P=X94=-=P=S===+=J >T=Q=O=/======>&1>/]=; ף<<<ˡE>q>|?>==h=T%>N>q=>V->/$>/$>L7 >='>>\B>7>A>M>Q=O>"==>R>=j?>!2?Mb>>>x>">)\>ףp>v>>==/>ˡE>Zd;>B`<=33>\>(>Nb>p>lg>;O>>m{>G==P=C=O=-= =-=-=%== =-="=)\===X9= ף== == =X9=9==x==l=S=-=>= =T=-=Q8= ף;C< #< ף;1<o;o:\>`0?ʡ>ʡ>X94>X94>L=!>T=>{.> >Y>= >==>=u=)\==L== #=>=)\>G=>=)\>G==G>|?>)>p=>y&>\==X945^:>L>Sc>t>sh>v=µ>9>v>>sh>o>T>~>{.>}>Q==Q=Q=Q==Q=Q=Q=Q=u==q= ף=u=)\=#y=o=xi=㥛===)\=Q=)\==)\= ף= ף=)\= ף=o:o;X94< ף;=B`=D=#۹>= =Q8=j=G===>G===Q=Q===Q=G=)\=Q=Q==u==Q=G=)\==Q==)\===C>1,>Sc>ff>/]>>>V>=>$?>&>'>E>n>Q>5^:>+>`=ˡ>B`>̌>y&>H? ף<{.>)\= ף<= ף<)\= ף<)\= ף<)\>=Q=< ף<)\>u> ףQ=33>)\>u>= W>)\=-={===)\=5^=\=5^=T==)\=q=w=t=1=-=X9=㥛= ף=+=t=u=)\=/]= #=o:>j<-=B`=+= ף>>q=>{>R?z>z>R> ף=>(?Ը>\?(> #>{.>G==L=p> #> #= #= #=Q=Q=L=Q8>j=d;=Ga>u=Q8>j< #<< #= #< ף<=L=L= #< ףu==9H><>L>==>L= #Q8>)\=Q= #<= W>`=#y=)\>k>{>u==L7 >Q= #>Q8> ףC =\B>< #=L=)\=L==)\>>z>=Ga>k>> #>G=L>L>k>)\>= W>>>L=L=Q= ף={.>u=Q={.>Q=L=u=)\= #=u=L>Q8> ף= ף= ף=Q8>>> ף<> ף< ף ף=R>> ף< #<=u=(>p>=</]=D;<Ga>= W> #>= W>= W>>> #>Q8>= W>)\>L>Q8>Q8>Q8>= W>>p>I>= W>\B> #>= W>\B> #>== W>>u>\B> #>q=>Ga> #<<< #=L={.>u=L= ף<= #<L=Ga=? #< ף< #< #P=o:G>\B>Q8> #={.>= ף=Q= ף=)\=Q= ף=Q=)\=K>bX>v>/]>>>j= #>X94>bX>= > #>F=Dl>j<>&1>\?L=L= ף<>)\>h? #= #= #=Q8>L=> #= #<ҍ>u=u= #=X9=w=Nb>}==>#y=5^=@>Ga=j=V>=9>">w>)\>'1>>~ ?(>j>y?/]=C ==<)\=>5? #=333? #33>)\>L==>{>33?{n?t=B`>\>->}>T?>V>L7>j> #=>T>ף>sh>xi>>>= ?>>/? #Q8>; ף;)\> ף<o:o: #=>L=>= #? #< ף< #< #< #< #< ף< #< ף<< #< #< #< ף<< #< ף< #< #=ף?= @v?$>j<>M>sh?>`P>`P>`P>L7>->`=?7A>->>^ ?y&>y&>j<=9>}?5>>(>hG=1<)\>> #==.?̌?>@fff?fff?̌??333?fff? ף< #=L=q= >< ף==+=q=sh>t>ף?ף?`>G?M>Q8>=z>=?= c?M>X9>X9>L7 >Nb>Nb>L==xi>B`=?P=;o ף>{.?? #= #= #< ף<< ף)\= #<)\>ff>=)\=>)\= 0>sh>?>z>z>z>>>z>z>>z>z>>z>>>>>>>>>>>>>>>?  ?>>o= ף;;o<to;======G==7>sh=`P=ʡ> 0=B`e=S=h===\>>q=>u>>>>>z>>>u>)\>>>u>u>u>)\>z>>)\>)\>= W>z>q=>z>>u>>> ף>q=>>>R>>o:;B`;;t={=33>Zd>xi>)\>\B>Nb>1=Q> +>Q8> ף=L7==5^=m== W>R>T>&>Sc>Ga>=Q=E=w==>G==B`==G==O >=> #<<D; ף<33A #)\>>k>>>)\>>>q=>R>)\>R>u>k>>k>)\>k>>xi>)>#=>7>v>>q= ?<=q=?M?333?V->?S>+?-2>Ga=o;D>= >;O>L7 > +> +> +>Q8>x== ף=h=j=T=-==>t=sh=%>=㥛? #ff? #< #< #<< ף< ףw>!r>!r>Fs>t=B`<-=;ߏ>J ??ff&?->/<= ף>= W>Ga>+>'=? 0=Q8>1>#y=B`e=L7=D=m=D>t>= W>Ga>>L= ף= ף=@=`P=Q==j=o>S=h==h== =T==L7=?33>)\= #< ף<? ף< # ף< #<j<㥛< ף<)\> ף< 0==+>)\>Q8>\B>= >xi>Dl>H>Q===d;>Q>= ?;O>L7 >=`P====(\>7A>\B>Q8>1> ף=o:B`%?C>==B`e> #=>hm>xi=> #y?P=>= 7?L7)?+6?h-?y&>%=D;>'=1,=1,=1,=C =1,=X94=1,= 0=P=1,=j<= 0=X94= #= 0=D= 0=Q8== #<==>G>#y=B`e=D==o>= =D>ff>t>w>B`e=d;=D;= #<B`e=L=+>o=P>=•? #>J>O>=SC?t>`=t?y&>u?>?5?=? +>ף?'>Q8> ף<\B?m='10@O >ʡ>ʡ>>x>O?!r>o;>7>%?>^>X94=X94=9H= 0=j<=@=㥛=P==w=X9==1=1=C=sh=㥛==Q=L7=ʡ=5^=L7=O=ʡ=C=Ga= ף<< ף=L=%=Y='=9H='=T=<)\>o:$>>+>T?`?/>H?D,?;O?Zd?(=T=>Dl>Y=z4?V>m?E6>&1>5^:>F?`P>?u>?B`=#>/=·?v>>)\=T=%=w= ף=)\=t=v= ף=C=-=㥛=)\=+==\=v=xi=}=L7=sh=#y=#y=#y==%=-=?>== ף?u>#>/=>= ף=p>?5>&1?v>>>m{>y?>`P>= 7?L7)?+6?h-?D;F==j=>x=F=E6>(\>fff>/]>\B>K>q>n>Z>'>Mb>ףp>Z>C>ˡE>|>hm>/]>C>!r>>}>\B>=1=5^={=㥛=?5^>= #=B`e<)\=h=K7>~>>?x=t>==>+>w>=o>>=\>q= >>B`<//< ףТ>`>>rh>x>Y>C>@>\>Dl>d;_>X9=>I >o>==o>>G=/>7A>=n>L7 >+>shQ?N?D=T=@=S=<=j=\=l=G=\== =\=5^=p-@q=?ff?33? ??p?= ?G@(?µ?p?µ?(@Q8>R^?ff@ff?̼@µ?Q?zT?33??µ?h<<<<<</D>>Mb> +>ףp>S>ҍ>h??m=9H>َ>>Zd;>A`>J >{.>d;?·?= W>^>ff>ף>Zd?5^?m>u>? ?>Y=7>q=>Nb>A>Mb>F>K?=>A>/]=|>B`e=1>7A>"[>33>"==o=X9H:?(?µ?(?z?µ?H?µ?(?q=>ff@p?Q8?Q?µ?Q@>33?33???o;B`E>&@pm@H>>T5@$@b>X94=Q8=L=-=(\?^>R>Hz>B`>%>>Zd?`=B`=n>>F== W>>>x>B`e>>x>;O>R>R>}?5>1,>5^:>T=>\?Nb?K7>S>Qx??<< ףGa=@?C >(?%>5?C >= >> #>\@33s@N@>ȶ>x ?jt>TD>=+>N>ףp>#=>Mb>}>Zd;>B`e>=$>bX>v>G=L7 >(\>/]>>Zd;>">@>v=">=V>7A> ףF>?#>ff>>>>y&>sh>sh>p=>(>^I>+>bX?`P>`? >َ>?>`>q=>/]=1< ף< ףF=C >L>}>/$>ˡE>X94>Q>h=q= >=$>;O>>= W>'1>B`=">=">T>^I>!>{.> 0>333>='1>m=>K>Zd> #< #< ף/=>@=o:O ?">r> ף>G>>>u>Z>G>p=>p>?P>η>j>}?>O>Z>Z?>>u>P>>Q8? ?R>????}??X?MB?j=E6>P7?j=K7>Q8?j=Q8?Q8?(>#y=q=ff>j=x=Q8?Ga?X94>ff>q=q==ff>H:?$>J >A`>ףp>}?5>Z>m=o>V>rh>h=o>ˡE>bX>>Zd;>(>@>ʡ=R>/=L7 >Q>|>x=$>B`e>ˡ>C>Fs>d;=L7 >Z>>%>?`P>D>33?V>+>t?G> #=9H=/]=h-?h-?h-?h-?h-?O=V>n>G==u>u>\B>y&>m=m=(>=X9=X9=Zd;>/$>p=>&1>F>p=>&1>D>5^:>333>K7>j=H:?E?ff>>X>q==V>x=q==C>I?=C>I?M>(>j=>=K7>=L>q=J?=\B?5^=333>%>=I >>>/>G=J >\B>'1>\>=y&>Q8>>333>)\>L7 >'1>1,>{.>K>/]>rh>=w>P>>}= #= ף;#=#=#=#===x=#y=X9< ף<->?+>/]=Q=F>->= =q=?ff?d;?-??>ʡ>?5>T%>'>)>5^:>O >t=q= >µ>Sc>G>)\> @!>O @sh>"[>9(?#y=F=&>(>q=L=hm=q=>> ?y>X?>~>%?Z>?M>~>?9>L7>t><< ף<<< ף< #=Ga><>)\=)\=)\= ףM>T%>E6>J>j>>+????S?>F>w>?-?5^ @X9@ף?>P=P=1u>w>>>->>sh>P>z>>t>>n>Q=(>9>>1&1>D>Z>>(\>=p=> >\=>33?k> #>>x=>G=P>+>>q=J?ף>ˡ>>G?C =X9>j>O>M>>)\>F>ʡ>ff?d;?Q?V-?\>(>S>9H>x>V>Zd>fff>Mb>>Y=X9<1=Y=T=11@}=w=<9H=u=1<@=w== =q=j<=O=j<=>)\=v=L='= ף(>`P>Zd>E6>\B>=|?>Ga>=u>1,>"[>)\>(>+@ ׃?Ga>\B>F>>>>>S?>?>k>>>!@u>=>T%>L= 0>(\>u>>)\>33>ff&?\B>)\>Q8>)\>!r>v?%=z>ʡ>P>J >5^:>z>{.?CK?)\>=)\=<)\=j<=hm=j<>< ף< #P>b>{.>w>#=^I>+>>sh=7A>>">>>L7 >>=X94>"[>> ף>u>lg>sh>"=5^:>n>G>9>?z>l>;ߏ>sh>sh>j>Zd>>p=>B`>ʡ>o>xi=B`e= ף>?p?u>Ck?%>&1>C>I >">9>1>Zd?I>n>)\=o=<<<1=x>u>>G>>(>\>zT? ף<1>}>G==)\>?ff?\B>{.> @>>>z>>=P><&>\=sh=h<V><>'1>333>T?sh>">">;O>->F>L>C>>y&>^I>V>>R> 0> #=t=E=T=T=v>>}>Ga>= 7?u>L>L>\?I>L>sh>)>'1>Dl>ff>L>F>L>?!?F>ff?J >L>)\=>u=T>t=> 0=M"?%=>>=z>u>>u>R>k>33> ף=v>-> 0=Ga=)\>)\=Q=O=C===D='=u=w=/]= #=C =o=#y= #=o=P=T=9H=P=V>B`e>M>=7A>ˡE>1,>P>sh>J>E6>y&>O=E6>(>J >=|?o??Dl>= W>5^:?-=??? =+>'1>`> ף=ff>/>o>/<=j=u=G>Q= ף<1=t=>P>=1,=Ga=%=o=j<>p=>K7>Zd>X94>= W>D> ׃?k>1>>P>{.> #> #>&1> #>>Z>'1>)>{.>>&1>)>&1>&1>jd;_>ףp>S>}?5>j=%>h==j<>~>rh>N>q=h=Z>q>G>>'>7>?5^>&1>{=>$>|>w>>A>z>L7>>B`>{>w>|>o> >َ>`>>n>̌>L7>|>>;ߏ>>\>̌>ףp>Ga>7>>+=/='1>===><j< ףL><=G=o:=>m{>)\>>sh>m[?G?L>d;_>|?>-=L>Sc>>"=G=!>T=j?= #>{.> #>= W> #>= W> #>= W>>= W>h<">㥛$>>L7>7>T>C> >Fs>|>|?>"[>@>j<>>>ҍ>@>u<%>!>L7 >=u=+=+=t=?u>o=B`(>?= ==P=C=u=w=>ף@)\==? ף<=sh>'=}=L7=j<==}=333>Q8>u>Q8>u>Q8>u>{.>>P=j<=)\>Q8>{.>Ga>>Q8>{.>k>=={.>u> #>u>{.>>!>\B>)\>L7=P=</< #=B`e<>n>Y==u>!>Nb>V>E==$>=X>Nb> #=Y=)\=L=<>Ƌ>== 0=L7=#y==Ga==`=Q8>(\>ףp>=q=Ga=o> 0=B`e>1,= ף=Sc>>Hj@k>Q=B`e=&1>D=o== ף<>T=C =@=q=t>L7 >u=+=!>V>\B>)\>\B>)\>Q=Q8>==\B>sh>>{.>{.>>{.>{.>>{.>Q8>>{.>{.> #>L>= W> #>L>= W> #>L>= W>u=F= #='=w=w==C =+='=<'= #=w=@= ף< ף=+=u=L===/=/]== ==`P=B`e=9H=j=Q= #= #== #=Ga>>G=Q==m==T=x=T=>)\>Q=E==Nb>Y=L=Ƌ>= 0=Ga=#y=`=ףp>/=q== ====`P=`P=`P=B`e=j=Q=Q=Q= #==> #>= W>= W>>=>P>> #>Q8>> #>Q8>> #>\B>>{.>Q8> #>\B>Ga> #>\B>Ga> #>\B>Ga> #>L>Ga>P=t==G=X94Q=F=F=F=m=T=T= ף=l=hm= #<<Zd?= W>fff?L>333?L>Q> 0=L>P=fff?=ff?>)\> ףw=X9< ף #>}=>=G==T%>u=t=#y= = #= #>==t=#y=Y==}=O=P>o=Q=sh> #>333> ף)\=x=w=?hm>)\O?(\>R^?Ga>(\?d;_>>)\=>L=µ?µ??)\> ף<>D;=?C =)\>?< #=xi=/]=㥛<)\==/P>sh=o=)\>Q=G==333>sh>> #>+=<>333>P= ף<> ף< #<>{.>%=Y=}="=Ga=m=j<=w==>Y=o=O= =/]=>o>=?Q=ff?ff? #=\> #=Ga=; #$>=<㥛 ף<=G=C =X933> ?D>>)\=B`=x=X94= ף< ף>< ףQ=}=L7=L={=<<<<)>>D=1<= ףQ=j<'=&1>;<= W>= 0='=fff?=x> ף ף<㥛 #<-=㥛>1<>H>\?{.>G=%=#y=Y=v=}=>"=u=Ga== =m=<jq>=X94>'=9H=@=<'= #==@=B`e=B`<\>Y=J>D=D=?>E?;߿?;߿?Q??Q8>Y?E?Q?ȶ>{?{.>(??Zd;>u?q=?>>Q=Z>>t=D= #=/]=T=<'=q=w==P=>=v=)\=/<>5^:>X9<=Q= ף<ʡ=)\>9=L=`P= ף=㥛==F=+>u>=w=sh===R>>X9<<<> ף=jQ8=1<o= #<1<1<< 0=<<'=)> #=>>o=+=C = =Q=B`e<>-=L=?B`e=B`e= 0=>u=µ?333?333?L?L?33?Y??ff?z?z?z?G=µ??>p>>>Y@zT?Q8?E?µ?(??q=?(?E??B`e< ףh<+=<=S>Ƌ>w>`P=w>O=O >L>A>xi>!>7>1<= ף-=> =h>o=1,= =t=xi=q=?'= #=`=H:?(?Y?q=J?µ?)\?(??\?Q?==(?E?µ?µ??q=?µ??Q8>q=>ף0?G!?Q?ff??{???ff>ff?G?µ?µ??r>sh>E>n>>ҍ> >}>J >Z>A>9>9>V>r>Dl>hm>P>P>َ>C>!>>V>(\>t>7>B`e>rh>->7>T=m=B`e=B`e< ף<<#y=t=<<jC >G=w=/]==B`=Q===>z>}?>5^>/]=T=Q@xi=I >>Q>bX?)\=x= #== W>>>{.>Ga=)\>I>>= >> ף>ff?µ??µ?L?@?ffF@<@>)\>G=G==k>!>L=?z?H?ff?p@{n?p?=33?'1>!r>hm>">>o>|>y>ʡ>L7>$>ף>w>>;ߏ>> >;ߏ>>)\>/>|?>P>>&1>\B>w>̌>w= ף<j<{.? #='=Ga>&1>X9>Z>T= 0=333>R>=Y=\B>7A>q>=O >hm>X94> 0=9H=/z>>|>>>q=>^>̌>>m{>)\>>sh>'1>=->->O?)\?m[?G?>>)\=P>L>d;_>hm=|?>Q8>>33?|/@)\O?p=?R^?{n?ף0?L?zT?h?ף0?ף0?zT?)\O?)\O?(\>V>r>Ġ>p>>/>>>Q>ȶ>>Ը>C>µ> ף>>G>>Ƌ>>ף>̌>Zd>5^=j<=G=)\==?#?q>@=<'=1,= #= #= #9>m=Q=1,>o/]== ף<= ף< ף<`= #=xi=l=G=m=Q=X94>/]=$>T%>-=L>Sc>>>>"=G=Ga>Zd>/]>= W>Q>Q>?5^>(\>L7? ?=Q@@D @(>/ݤ>M>>r(?>>M>K>Q>\?l=+>Q8>j> 0>^I>1,=N>>k>|>Dl>>w>Q>->#y==@=xi=Q=`P=B`e=\>L=Y=#y>J> #=㥛 ף=B?v=rh>Zd> #>!>>>u>\>T=->333>L>n>=z>\>= ףj?\?L>>{=y&>q= #=s? #>S>A`>Q>(@(\?d;_>5?>ff&?ף0? #??33?333???L???ff?u=u=p=>L>7A>Mb>lg>J >#y=C=5^=\B>lg>Ga>>xi=G=)\=l>y>+>>>>u>)\>k>>j>J >>>L> #<;o;o;Dto>#۹>P=< ף=Nb>L>= W>>k>Ga>Ga>>>u>u>> ף>>>?{.>Q8>Q>>>Q>\>ff>= >?z>Q>33>(>>q=>R>>V>">+>z>>?5?>Ƌ>sh>>>I>>>Zd>T>>/?>l>>>=>Q>{.>{.>>{.>Q8>>Q8>Q8>> #>\B>> #>Q8>)\> #>\B>>{.>\B>v=> #>T=/= #>=sh> #>>>Ga=)\=t='1>R?=">=ʡ=ʡ=u>1,=\=>'1>)\={.> #=`P=E6>㥛=x=q= ף;;P=Q8=9H==5^= ף=n>> ף>Q>Q>q=> ף>)\>{> ף==q=>33>33>33> ף>)\>Q>Q>p>>u>>)\>>{>>k>z>q=>u>R>z>z>)\>v>'>ff>C>P>>>Ga>u>u>= =J>)\=x>k>P>(\>sh>'1>;ߏ>\B>{.>{.>= W>Q8>= W>%>-2>Nb>n>p=>>G='>L7 >$>>u> #>l=Nb>Q8>>Q8>>Q8>>q= >u>>V>S>L>\B>x=w>>Y>F>P>{.>= W>/]=u= ף==G=L7 >u===%=-= #>p=>hm=㥛==>O=1=p=?>Q=={>{>z>33>{>q=>R> ף>)\>>>>33>33>R>Q>Q>>33>33>R>\>p>z>>q=>q=>z?H:?{.?Q?Ga>R>Q=G=̌>A>/>>>>n>)\>I >o>Z>>}?>)\>>=\>z>>y>O>p>y&>>u>&1>>=u>->Q8>>{.>Ga>{.>Ga>=J >-==B`=)\>)\>Q8>\=o>>1=h=q=>\>=l=Q8> #>)\>">u=v>>u>/>ˡE>rh>n>==>{.>u>}== #=L==>D;o;Ga>)\=Q=Q=)\=)\=1<\==q=>G=)\>L>>Q8?fff?>?H>(?==q=>{>?5?p>>= W>{.>u=)\=?= W>z>>u>p>>L>Q>p}?Q?R>\=)\>> >>?5^>>d;>;ߏ>C>~>V>?l?/<"=>S><+>h<>"=+> ף=== =V>>= W>>q=>9=>1==z>B`=sh>D>#y>Hz>9H>+>>R>}>h= #>\B>>= ==>>=P==ʡ=X94=@=)\= ף===j<=u= ף= #= 0=Ga=/< #=L=1= ף= +>L>o={=D=+=C =?{n?)\@z@33?R?Qh@@H@(@= 7@ C@!r>V>Dl>$>=>= W>>7?->ʡ>->t>@>=\>= >>33>= W>>Ga> #> #> #>=\B> #>\B>\B>\B>>Ga>\B>=>->N>{.>= W>{.>= W>\B>Ga>\B>Ga>R>Q8>>Q8>>Q8>>>Y>9>#y>'1>>!>>$>%>=l=-=O >B`=1,>|?>~j>7A>hm>C >o=P=C =j<==>Z>#y>>> ף= > #=\=N>X9>)>n>=G=o<>~>"="[>= #>v>>ˡE>=P=ʡ=X94=>\B>\B>u>)\>u>q=>k>)\>= W>>u>\B>k>= W>= W>Ga>>u>Ga>>q=>>= W>= W>>u>33>>Q>>\>Q8>u>L>q=>L>q=>L>q=>L>q=>>Q8>>)\>\B>q=>L>L>Ga>= W>V->R>\B>>333>= W>\B>>>q=>>ˡE>hm>v>>xi>}?5>">`=={.>F>">G>C >><u<o:Q=P== 0>D>`P=T%>{=S>=o>Dl>V>z?q= ?O==G>fff>=r?=X>->A`>=#=S>->L7>{={=u>#=xi==->>>p>>)\>R>>=Q===P>P>?5>>L7>= >q=>>ˡ>>>Q>"=)\>A`>$>!r>`>>ˡ> ף>= >>= W>>q=>R>>R>>> ף>)\>>Q8>>L>)\>>|?>L>K>>?5^>g?H?5@{>@Q0@33[@33[@k>n> ף;D; ף;C=`P=;O>#y>B`e=O?㥛=>Zd;>L7====q= >G=l== ף=o= ף= ף==Ga=)\> ף=w>)\>Ga>o=B`e=o;9H=w=Q8=B`e==> ף>= >C>> ף>= >t>'1> ף>= >u>> ף>= >z>/ݤ>A>~>hm>C>ҍ>b>Z>9>u>z>Y>>u>z>Z>L7>u>z>rh>= >Q>p>>T<ף>fff>{>+>o=->?5^>=> >{.>+>Ga>>E6>)\>333>V>Ga>Ga>Ga>u>u>u>B`;j<o;o:-2>>#y=j<=ˡE>q=ˡE>B`e==Z>O=w=Mb>}=!r>q=u=A`>hm=`P=A`>}=(\>hm=X9=u>L7='>+=Ga=D>|>/>ף>>/>H>D>> ף>>>p>>l>S?'1(? ??L>Ga>G>T>\B>k>/>Zd;>">V>Sc>Q>>>>)\>)\>)\>\B>\B>\B>Ga>Ga>Ga>$>\B>\B>u>Ga>Q8>L=(>D<ף?w=b>33?>^?}?5>P=?㥛=}?5>P=o:%=Y>}=%=S>q=>=>j<=P=~>E=L=1>Y>%=+== ={.>j<=lg>Ga=P=L=C >P=Hz>=N>Ga=G>(>ףp>ҍ>L7>V>>w>ȶ>Sc>hm>B`e>A`>R>= W>L>=C>q=>+>u>d;>/>r>Ga>K7>>j<>>&1>Nb>D> >S>{.>7A>>R>/$>u>(>Q8>T%>n>>'1>R>&1>P>u>>u>{?B`eD;B`<P=X9=\=o: ף< #Ga=Ga>Y=5^=j#y=J >=(\>B`e=q= >%=E=9=q= >{=>>$>B`=B`== => 0>|?>q=o^>>> >&>>u>ףp>l> ף=^>(>>>>;O>?5^>)\>u>= >>>>u>>>>>>>>'1>m=sh>t>P>u>V>>>P>P> >Nb>o>R>R>R>y&>/>)>/d?>R^?>z>GA?n>\B>K>z?`p?7>>>`P=sh>=(>>d;=%=P=M>L= ף<=ףp>o=ff>>>>)\>I>>>x>D>X9>>Q>T>rh>fff>V>h ?>"=->j=Zd>ff>V>xi>k>&1>"[>lg>\B>>>>\B>>>333>(\>Dl>k>333>Sc>n>\B>>>>\B>>=B`k?w>@T=)>(\>=u=1,>= =B`==o=Q8=-= #='=C = ף< ף<)\== =ȶ>=?o=q=B`e=O=}=q=hm=}=hm=L7=+=N>q=>{.>\B>'1>{.> #>Z>7A>>~j>P=\B>>333>=X94>u>T%>>w>~j>>C>>T>>V>S=">K7>J> 0>v>>1,>333>X9>V>u>J>\B>>V->rh>R>>!>Dl>\B>sh>>V->V->R>v>L>j<>D; #5^:>G=!>B`eL>sh1?%=}=q==j<=E=%=j<=Ga=P==Ga=Ga=Y=j<#y==B`e=/=9={=>B`=B`== =q=>z>z?`p?7>>L7 >K7>^>>Q8>^I>w> >)\=@>L>n>ˡE>>y>= W>T%>\B>>F>'1>'1>o>M>= W>J >T%>Q8>L>Sc>m=j<>T%>/]>G>Q8>u>9H>>J >T%>C >/>X94>u>L7>Q8>>L7>`P>>+>u> ף>>-2>o;?oC<"[>o:o;o:d;={.?@k>=>>sh>sh>==>`=T=M>L==o=>Ga>>k>)\> #>{.>\B>\B>L>\B>k>q=>>z>k>q=>>)\>k>Q>C>C>E6>z>`P>=G=?5^>>>Ġ>Y>">T>+>k>xi>)\>P>P>)>Q8>(>J> #>Ga> #>Ga> #>Ga>>= W>>L>>/>>L>V>E6>n>ˡE>q= >y&>{.>u>{.>u>{.>>>{.>Q8>>{.?-=@Db?;O>'1>=e@B`?G>o=t<; #<)\>>R>= W>>u>k>)\>q=>\B>Ga>= W>L>>k>= W>Ga>>u>Ga>k>)\>>Ga>>q=>>k>q=>z>q=>v>>j<>= W>>R>r>Ga>d;=)\>@>>bX>P>"=hm>"[>#=#=>9H>x>> ף>T<> ףT<>33>K>>R>>33>>q= >u>>)\>Z>`P>sh>+>Nb>><"=q= >=t>=q= >u>C >Nb>P>/==q= >=Zd;>L=o:X9=/$>q=>u>I >t>+>= ={.>-2>/$>t>Sc>=<1=)\>k>>>L>L>k>Ga>Ga>??Ga>l>>p>Q8>u> ף<= W>>Q>33>\B>\B>Q8>z>Q8>ff>k>>=>u=(?L>!?p>=L= #<{>)\=L> #< ף==(\?>{.>= ף=)\=33@ #=G!?>=333?PA>)\>=)\>333?ףp?? ףV->)\>p>;?Dl>)\>X94=Ga>G=Ga>= #= 0>>o;Dl>u>)\>>L= ף=u=L=)\=== ? ?)\>\>33>Q>33>Q>= >>>u>p>ף>33>?>= W>Q>L>>u>q=>>>Q8>\B>k>Ga>{>Q>u> ף>z? ף<q= ?>u<"=tv= ף>?5^>x=5^=)\=G= ף=G= #<J>(?C>#== W> #>>bX>'=;k>R>Ga>>L>>u>{.>u>\B>R>= W>= W>Ga>\B>= W>>L>>)\>k>>Sc>Q8>= W>\B>= W>{.>{.>= W>>>)\>33>>Ga>> #==>>u>>Q== W> #< #>hu=u==Ga=Nb>N>D>333>O >t=D;)\>V>B`I >Q8>33>\B>><)\=<=)\= ף= ף=Q=u= #=L=G=(>>m{>n>R>=`P>Zd;>V->>!>M>>rh>M>/=> #==<=L> ׃?Q8>Q8>Q8>G== W>==B`e<=> #>>Q>P>T>=V>">= =+=#=Q8>>M>/]>333>Z>v>>%>o>ҍ>`>>+>S>Z?Z>TNb>n>>R>>9=>%=>1<>C<㥛< #< #>?Hz?)\?>>)\>Y?=q=J?G= ף=L= ף={.>)\=?{.>)\>>q=>Ƌ>>>Т>R>333>1><>>~>#y>Y=t?#۹>=9>?>7>;>P>z>>=>\> #>= W>=h<<>G=o;hm=< #>={.>=G=Q8?Q>> #= #=<<= #< #>ף?= @z>-2>}?5>+>>J >V>>>`>T> 0>w>~j>m{>F>G>T=T= ף<=&1>>ff>#=t<Q8>'1>F>\>ʡ> #P>>{>w=G=z>>Q=|>fff?}?U?>??fff?333???< #=Q=)\=\==u=9H=sh=u=">Ƌ>D>D>>l>==j=D>j=">j=L7=;ߏ>->->!>== #<<Y==>B`e>j<=㥛=<=X94Nb>Y=C >hD; #< #)\=/ ?E?33>Q8>\B>>)\>>\B>(>>Q8>>33>)\>)\>{.> #<>'1>bX>v>= ?D ?>>>{>{>>>>>>>>>>>>>>>>>>>>z>>̌?R>X94>L>q= >t #CGa>Q8>Ga>Q8>Ga>Q8>Ga>V>=v>>Ga> #>hm>k>@>k>\B> #=)\>R>L> ף< ף<>d;=@< ף< #> #<><>u>u=㥛G>?{.>\B>\B> #>L>u>k>L>>L>= W>u=k>= W>{.>Q8>L>L>L>L>>u>k>\B>{.> #>u>u>L> #>= W>L> #>>L>k>)\>;Cʡ=P>>\B>d;>/>=^I>==j<>h=Q=%=Q=!>9>O=I>)\>F>%>|>o>J >V>~j>|?>hm>7A>~j>\B>B`e>v>>+>>t<>u=Q8>Q8>Q8>=>33>B`;p>dA<X> #=u=> #>u= #>Q8>= W>\B>\B>)\>)\>L>\B>k>)\>Q8>Ga>L>{.>\B>z>u>D>(>G>>1>>(?)\=hm==R?L?M>̌? >sh=h>`>C >^I>^I>^I>=p=>k>fff>@>o>rh>q>hm>M>$>?5^>;O>y&>= ף<q=>> #<= #=L=/>? ףu= ף<)\>>>>d;>==/>j>>Zd[?u>sh>t>= W>u>=R>}?>>?<=|?(>=j<>{=%=J>B`e>q=>)\>33>q=>p>p>w=}>C>\B>>n>k>@>rh>@>v>>u>lg>m{>lg>µ?G=G= #=Q>̌?{>u=<>?Q= ף\B>= ףP>y&>G>>= W>=Nb>>v>`>C >E6>%>)\=v>`>(\>L>u==|?T>>x=}=>>w=\B>=B`= ף=@?hm=M>Nb>>->$>w=/<;N>/$>&1>Q8>G>&1>w>333>K7>ˡE> 0>>X94>E6>C>/>P>E6>}?5>7A>u==>L>?>(>={=j<>7A>Fs>J>=B`e>`P>)\=>㥛=C>)\=َ>=ˡ>z>=Ga>C =>v=<V> 0=D<9H=T<)\=t-=sh>1<>>x=Q=-?sh>L7 >+>G==={.>t>K7>X94>|?>V->===='>->R>w>-> #>/>|?>t>T>w>+>1,>B`=+>S=Q=u>hm=L>Nb>\> +>5^:>u>J>E=Q=C</="==F?|>(\>>>o?(>j>R>$>-= ף=-=j<>>>L7 >-2>P>S>9=33>/$>ff?#y=n>Q8=}?>=?5^> #>!>F>P>=Q8>u>u>S=1,>)>Dl>Mb>(>y&> #> 0>|?>L>"[>/=/="=z>B`=u>{=\=P={== W>T\B>w=t<>w>X9>m=P>><<+=S>9=33>/$>n>Q8=9H>=u=x=->>C/$>=M> ף=@?M>9=Nb>>->$>;)\KA@3AlAZd[AA5^@o@/@ο@+@`@@ff@@@#ۭ@x@E@H@$@@?5@7@yf@`@"@jT@?J >E6>d;_??Η?•?? #?q=?1@j>L7?{.>/?\?T>ff&?>1?G?o#?V?&@D@ S@@x1@5@w@33S@@@#)@\*@x@zT@@pM@33@fff@R.@= @ˡ]@k@#y=%=G>o?%?M?Y?/]>9H>Zd;>m?ˡ%?7A>@>Z>R>ff??+>Q8?7>>΃@/ݠ@/}@ˡ@H@E@@@~@ @@ff@ˡ@z@M@j@;ߓ@|@@@ff@@@M@B`@@'1@@%@? ??µ>?>>j>>ZD?&>X94>L>v>?>j>#y>I >+?>"[>lA{zAffvAA33ĄAAAAAA= AA33A= >$AAAB)\AAAA(AA)\>z>)\>)\>y&>w=ʡ====5^:>1,>S>Zd;>>ף>/= ?===)\>Z>)\=G>x#A'A@P@A@@Nb@7@C@V@zAo@ףAA@ʑ@5^@ףAj@&A|@ ׃@{@ff@@33@@O@-@^A @h@/@v>B`5@@9@Q`@x@Q@1l@ף?)\?D@2@L7@V ?r@~?#A@= W@|>?S>/]>B`e>)\@ AAAAGAAAAAף@AffBGAAQAAAGa@ÀAAA>jt>p=>>9>Q8>F>>m=BGUA# BzAˡ}@}?@BBHAX@ffV@+BAD@9H=D=B`e='1>AIT@j\@yf@B`@`@@@X@ Aˡ@I@/Al@L7@33A33Ax@@M@j@J @R@@sh@-@?)@v@@@ף@@QX@>w>C >/$>:??1>C>33?>\?>>^>= >'1>Q>b>>~>R>=>}??(ǍAHA33BǍA A ABH@)\@A|B33BR@8?ffA?\@?{AV?fff@@@ףA\AtA㥷@ c@\@Ԩ?D=D=u===F=>>"=n>t> ף= #=XA33#AJ@?Nb@}?@R6@a@ @@D@7i@+@D\@ff@@<@mc@@l@R@@}?@@l@n@?u(@-@@ˡ5@J ?Mb>K>333>>D?>n?>\>u>O>L>>>L7=̌>L>= ף==?t>I>1,=1,=D;J ?=\>G!?Q8> ף= ף=v=%>>R>t>o>==-}?> P?%==!>v===㥛=d;==== ף= ??>d;_>q=*?lG?l>?H:?{n?L?= @F?F???|@B`@̸@ffV@1@@}?=@$^@rP@a@f@Vu@T@@(@@w'@P@33+@jT@B@h@jd@m@/}@9@Vv@ҩ@҉@9@?C3@@@V&@-j@k>=>J>9H>>p>= >w>Zd;>L>>'1> +?X9<{>j?= W>9@=shY@/? ף;\@= =F==%>x=>u=w>=w=-=m;?j=Q>O=w==P={.>=$>w=xi=1,=j\@Zd@X@@\@@Q@+@^y@sh1?q=?(@(?X9?ff@(?ff@ff@@ P?(?@(?\?ff@A?@l'?(? ף?@ff@'1@@I4@ףp@@tc@@-@-@l@p@!@!@I@p@̜@u@z@9?-"@@@hE@t[@&@ff@1T@1d@q=:@U@@7@ K@X!@KW??j?Ġ?|@m?+?Zd[@̬@}>S?z@7@7@7@7@7@)\/?uP@%?w=)\=L7=L7== =P=-=-=u="=1=j=Q==v=Q===5^=X9?(?ff@D@@^y@S{@oc??-@!?\b?ף0?Zd?9@ף0?Zd?9@?ff@(?ff@X9?X9?H>p}?(|@H>q@ff&?>E^@)\@{@+@ף @m@@E?33@oA-@̌@@ff@(@;@ @1?P_@?5@@9@@j@@@33@)\@%Aף@\@@E?Y?)\=<<<F>-2>>%>J >'1>ҍ>}?5>5^=>=>ʡ=z?P=%?=x=R@QX?33?j@ff@(??>o;>o;w> ף; ף;/]= #<> ׃@@A9@%A&@ @)A^@"A @@Ab@@@333?)\?z??z?R>>ף@)\?333???)\?fff??(?ף?ף>="= =\== =)\== =>,?9?\=L>j<j%@ff>@AP@= G@?-@ @X!@y@&@Q@TA33S@9@O@;/@'1@G?hM@@7A>><)\>G=F?1,=>O==)\>$>X9==F>ts?d?@?(> #=M>\B>`P>o=X9>>`P= =@>T>=@>>>B`=j<ˡ@^AR?>P>G?333?G?XY?>R>= ?R@G?9>?ff?/?G?H? k?|?u(@-E@X9@L@Qx@@#9@/@{@\@ @G>I@P@A8@.@EN@I #>Zd>=5^>= 7@ C@V@Q@f@V? C@̬@u@ff?=< ף< ף<? P?E?ff&?-?p=?d;?@z? ? ?{n?\> ?Zd>E?333?>u?H>>\B>shq?ff?D?Z@Z\@^@;G@@~@A@|W@@ˡ?d;O@Zdc@~@33@w@p?%@(<@/,@{6@@G=P@@@v?G@G@^a@?O+AQ@+@T]@3@3@@?&1?@̬? ׃@z@E?ˡ%?= @uA^@-?L7 AY>#y?{>@P@?H?= @\@33A{@z@ ף<D; ףq= >B`;B`;B`;?(>33s?{>x?33s?R?nR?\?V?Q??d;??A?!R?I?@@33?@33S@5^@@?p@y@0A@@^@H@D@)@= AzAR^@Qx?(@Aף@@@z@Nb @l??>x?>Т>>y&?ˡ>xi?5^?!r?@V6@R@Sc@L7@(@5@33;@ZL@QP@HZ@Q@!j@y^@A?h??H>/?L=L=r@@@l@@33?33@33@j?@-e@ 0@@>@ @?T>L?33@z@H?ף?̌?z4@\?333?fff?Ȃ@(?l@>u@+?l@l@!@-@ff@@= w@@33@p@ff?2@]@= 7?A@?33?-?q=J?m?Pw?l?b?FS??333?!>V-?o?l? ?9?3?>?Q8?Nb>,?HAV@r@ˡ@B`@;AA @AAAw@+@TU@-@@Nbp@/@/A@k@G@A@Zd3@AR0A+A~A\@AG@ff?G1@l@(@E?9h?>L>?"@:@H:?fff??ff?fff?ʁ???>E?= w?/d??=ˡ>>33K@'@a@\@­@@ff@-@?5?Z\@+N@9@9@33k@9@w@= G@ˡ@j?{@33@33k@j?33k@ff>@|/@Zd[@)\?>>T%?&1?> ??? ?&>Z>k>>+>V>v>}?>7>K>>33>)\? ף=$2A@@l@@|@j@)A UAjFAG@;@q=@7@@@R@Ⱥ@@@@@@?5@ʑ@+A5^(A;[Aj@@q=@™@sh@&@@Zd@@)\@Qx@{v@$@5^@H@}?@E@Mz@M@v@%@}@r@'1@@Њ@@^@L7@y????(?l?`@>>>)\??n>X>>>>= >#9?>F?A?#Y???Q>L>>>fff?@X@(@V@q=@ffv@\j@33??5??7@ff@@Zd?B`??ff?n>8@z@\b@\b@I@h@H@zd@(L@Hj@zT@@5^=5^=\=#y==T={.?)\>Om?>=1,= 0==q= >=@>@>?q=>w> >?㥛>>>{>e@Q@!@&@w@R@ff@1@Zdc@?5f@!@B`}@+%Ao#A)Aff"A339Aף?9?E>r(??33?z?T? ?y&??5^@?O ?O ?L>\B>1=>fff?ףp?̼@?n>>R?= ?ff?J?`@ff&AGa>V>@>?X>S??p>x>{>B`?@e@(@fff@z@zd@(@= w@Q@??K@@@(|@pm@5@Q8@\b@zd@@@H @H@ @@( @(@@= @H*@ף?-%@q=j?5^Z?L?>v?j?1,?q=*?333@B`%?Z>>~?>l=?7>k>ZD?fff?m>(\?q=j?5^z??#Y?X9t?#ۙ?/݄?{?R~?>)\>?>)\>H:@7A@??'1??Ԉ??E?w??&Q??(??333?9?ˡ>|?|?F>^>{?N>?MA?33s?%?& @z?Zd?6@L>$@j??y?9???z? ?q=j??= @H*@= @H*@@p@o@K@33@SA1@P@q=Z@R.@pM@= W@ 3@\R@{^@,@I@U@ffV@u@@= W@u@@= W@u@@L>?>}?5>{.>1,>y&>I >->>;>V>>>}?5>==p}?==>=R??o??> >w>!?Q>@?/?L>M>n>|>> >x>> >>|>??#?h ?ף>~>D>~>I?@R>?#Y?/݄?R~?)\>>7A@?'1?E?Ԉ?&Q??!?9?@?/?/?/?L>L>L>M>|>>>>x>>|>= W@q@@RN@!@)\o@VA%@)\/@= g@!@p-@33c@= '@1@l@ @ff&@e@ffF@K@ff@ffF@K@ff@ffF@K@ff@ffF@zD@ff@">+>v? #?#۹>V>?\>|>j>|>E>H>>j>>>>`P>C>L>^>^>L>~>~>x>Dl>S>Zd?S#?x ?> ף>L>=)\>>Nb>>>><?">>?>+>{?%?P>O ?h>>ףp??S#?S#?S#?h ?~>~>Zd?x ? ף>=>>Nb>L><">?+>%?P>O ?>>R>>S>@@>ff@~ ?ff@?#ێAE@̌A`@aA33S@@5^>@[?̌A@Ay@G?>udA-@ˡE??5^>L>>@>>>$>>=333@??= >>>fff??>>=L>=^I>I >>L>sh>Z??>>R>333?> ף>S> ?>Q>ף>= > #>?>ˡ%??Q8?C>=?33?$?\"????Nbp?Q>= >Q8?33?\"??Nbp?u?B`?Χ?-??5^:?L?%?L???>>)\?= ?> c??1,?J?IA.@A\"@#Aˡ%@#Ap%@= @)\O?= @ ף?)\AA(AGa@ ?̜@y&>5^?ffF@= W?>?Q8>>?n>m;?hm>> #???C>R??q=>P=X9Nb>I>>>?>Ġ>)\>L7?u?B`??Χ?+?-?33s?z>??O?5^:??L?>G!?)\?%??L?9=P=VN??$&?>fff?L>>R@?->>(>>^?H?(>V>+>X9? ? ?X@PW?Zd;?p?L7?j?F?ˡ?d;?oc?@;ߧ@q=@̌A{?33 B33 B?R@?8?333>L>8?8?333>K7?N>fff?1>> > >==>v=V>>?H?)\@VN?B`??L??/??x ?ff@@@?>333?@? ף>>>>{@)\??>ff?)\=@@G? c???!2?1,?9@>>?fff?>L>Nb??ȶ>A>L?z?X9>X9>X9>~? @̌?z?\?(D@'1?j??Zd??{@^?ˡ@n@?5~?Ȇ?t>m>R>Y?>>= 7?9>333>>~ ??E@333?5^>s?̌A@Xy@> ף? ?oc?{?)\O?,AAApAAn??+'?t> >/]=L>>->w>Fs>?F>~>o>=Q8>5^>u>sh>>>Nb>>>fff?L>m=>>>Z>E>>v@R@m?@33s@aA?L?->Ġ>>h-?(>?>?^?}?5?H?=(>?H>>>S?S?G>h>">ˡ>t3?7a??bx?h>? >)\O?#۩?+??Nb?V?^ ?{?\?-?)\O?> ? ?AAzd@AAAARA33s? ARAq=A?\jA)\?33@IA! @5A{AGa@L?ף@nr@g@=+G?>/?7A?>p>->b>>>>>-]??@(|?`?9?,?H?Ga>L>-?D??V??>k>p}?#y=>V>333>+>ff?L>>'1>sh1?= g@b?333?X9?? ?? ?@X@PW?Zd;?ף0?~?p?ˡE@L7?'1?()\?n>>= >#Y?>y&?O ?\B>G!????Nbp?Nbp?L7?u?u?B`?ƻ?\=yF?AAAAffBB'?'?AABAA33@A33BAAAAAAAA>;O>L>R>L?L>ff?fff?ˡ>xi=D>>O>J b?b?;?E6>o;>A`>|>sh>>>/?w>> >@>@>j?j?F? ף?(?ˡ?L?>X9> ?)\?~?? @ @̌??̌?y?z?r?o?D??(?X9?B`??E?E?+?-?-? ?)\?~?~?X9t?>Ƌ?̌?n>?>`@SC?+?@M>M>? ?(?AAA AffAA A@ףA)\ApA)\A@)\ĀA@@@Ga@ BAApA)\AA(A{zAApA(A>L>?)\>t>o>>q= >=O-?{?x? @ף>?9>>$v@+@L7@(|?9@(l@ A5^@5^@Ъ@@= @\?(D@'1?j???{@S@+?Ȇ??5~?c?q=j?@D?z@C?ff@/]?u=-2>p??n>u=-2>?Gi@ c?\>z4??AQh@ #??(>V?w>9 A>P>m;? AAHA(A)\A= AA(AHAA@q=@AA)\A)\ApAyA)\Aq=:@?33@ff??pARAAAAףAAףA\@AAA@|@X@-z@R@)\@'1@\@sh@/@M@G@В@Ƨ@u@i@e@|@@5^@{@@}?@d;@P@F@@A@Zd@X@@Nbp?V@F??@%?T??X?Q?5^ @= ?^?Zd?ˡ@?n@l@\*@?r`@ c?ף0?R>k?Y??t>m>|>>>V.?V.?w>>?@+@(@?j?`@? ?Ƌ?@#?h@xI?Ve@D@B`e>?5>?*?)\@ףP@A>@Ga?ff@{@}?@&@?)\?AAAA A̴AffAB>Zd?L@ff&@@ @@bP@?33AGAdAAffB-AAQ?A+@E@J @@F@{@ @X@sh@n@ s@@@%@}@r@@^@!@ZAA|#A @ AA$A)\@Ou@J >L>>Y@333?= 7??9>n>Ga=?ף>(?(>>33???Ƌ?̌?X9?H>>>-?>r>S?>>?-@@z@@@IA+HAVMA@X@(@V@q=@@#?@r@33{@q=j@ffv@\j@?`?= >…?33??5???L?ff?VA1BA A#A0Aq=ARAQA+Aq=AffAzAAA\"@@l@̈@Q@y~@٦@z@@{@J @k@ʁ@q=@@}@@@R@@33@@̈@U@(\>-=G?)\?ף?z@@@G>?h>X>">->ˡ>+?333?7a???bx?p=?h>?? >33s?)\O?"?#۩?Zd? #??+?fff??ף?Nb?I ??y?V?Y?Z?";?q= ?5^?>(>-? c?=\B?o#? ף=ff?ff?33@@F;A;g@'1h?E@7@ff@@Zd??B`?B`??ˡ%@(@"@$@@"@#@\"@OA@;ߟ?tAA{V@?J@\@/M@w@@R@@@H@t@1Ai@@Zd@G@Zd>j@@@D@M@@Nbx@T@`@@?V?^ ?-=?zt??{??\??-?L?)\O?R~?>?b?'1?(?@@@n>ff@ƫ?ff@mUA@33c@`@+?j?!>A8@@??ҕ@?  ?333?>j4@33??/$@@ffA#Ap%@AR^?z@ffA@ffAAA@AffAffAAAA>>O@\@Ў@@b@ף@)\??@b@7@{.@ @? @)\?m@G@D|@d;@̰@A@H@5^@R@%@'1@ @ˡ@q=@33c@ ףZ>?B`et=T=Nb`AX9A?ff@ff@)\?­@G@(@@{@(@q=@= @ff@ff@@@ף@G@@@zA@q=@)\@z@33@H@p@Q@\@@= @z@q=@\@@(@v>@x@@?y@\@@@@@@@zd@5^?V@@7@%q@@@ K@b@@@u?P@[@ff6@ S@ף`@0@(L@Y@= '@1@Hj@z$@,@e@(@1@)\o@!@(@i@5^@'1@q=J@%@`@QH@K@"@(L@E@@?ff@?J @=ף @ @1@ @Q @@\@ff@@m+@33@ff@`@@A@79@t @?A>o>Zds@X9@V@"@@?TM@Q@ @ ף@33@@= @\@RA@\2@RA(Ap%A@AHAA+A,Aq=JAG!AAzA AGA A)\A@@)\@@@@{@U?1 @?q= @J @@|7@@?33@/?ff?7?ף>V?Q@|@+6@@DL?ux@q=@\B@)\o@ף@)\o@ף@#@d;@F@sh@J @R@E@Nb@D@p@M@H@Ĥ@b@m@q=J@e@H@zd@K@= g@@i@@33S@/݌@ @33@33?GA33@@p AA33@@{@ff@ff@@@m@ff@\?33?33@333@33@GQ@?33?@@33s@M@z@ff?@@@@p@\@@@{@(@G!AQA@)\+A Aff@@)\@@µ@q=@= A\@ AA@GA@A@zAL@ffV@33? @z@z@"s@Oe@Q`@Zdc@v^@V@R@q=Z@U@?5.@Nb?J 2@@@F@̌?hM@G@ @5^@v@ @@X@Qh@@̤@Q@Hj@sh@@ff@ף`@\@= g@@v@/@/@= @b@K@Qx@ף@%@O@@@D@sh@Qx@@= @RA@@)\@@@&@@p@)\@ ק@ff@33@?33?@ffA1<@2@?ff??J ?sh>&>@A!A1A??Ga>HAz?pm@@R@= @G@@G@ @R@p@|@33@H@@Q@ff@{@HAף@HA@@@•@@z@y@{@@@@ ׳@z@@r@= >@H@Q@(l@ ?p@-?u?o?= @GQ@D@@>p?5?y?>Ԙ?L>S?h-?Q?L>+>ˡ@O@@@)\?@Ga@ף@@P@ˡ@@@u@԰@@Z@\Z@[@y^@Dl@Ga@nj@V6@ף,@33S@)\?9@H@ @O @@q=??S#@@(@Q@@@(@HAffBApA(AffRAeA@Zd@̀@~@"@l@ #@b@@ף@ƻ@ף@y@ף@QX@̔@(l@{@(?R@ff@q=@QH@E@I@33C@ף@ף@@)\o@)\o@)\o@)\o@@Qh@#@@5^Z@OM@pm@)\@pm@@ף@Q@ף@ף@;ߏ@= G@Ga@E@R^@I@\b@hU@shq@Z@3@@'1@@ˡ@X9@#@@!@V@@@̰@X9T@d;g@)\W@j@zD@%@Q0@{.> ׇ@?33??@V@V@Q8>㥛??@@ff@ף?33?@d;?ף@33?ף?R>33 @+&@ff?)\?= @@&@)\@ffFAzTA+;Ah@@= @R@@@R@ף@H@H@)\@@@@p@p@ ׳@@@G@\@@@ @̬@@\@H@q=@@@q=@@QH@p]@X@)\o@X@)\o@X@)\o@X@)\o@@= @̼@)\@@G@33@\@@z@Sc@\r@@(@Hj@w@@(@{>@u@{>@Z@\j@S@h@@H@X9@x@q@zt@``@@@5^@S?'1>B`eAt+@$v@q=@33@p@G@= @R@Q@@C??\2@Zd@ף@ˡAA@CA33@\AT@@= @@Nb?8@z@j@q=@z@ٞ@A@@33@@<@{^@{>@q=Z@@q=Z@q=Z@Hz@X@Qx@{n@@ff@H@p@@@ף@33c@q@g@@@zAHz@RA33A̋A@|@`P=P===\B> ף; ף< ף;D;T<L=Z>P=T=P=L7='>u=E&@| A;g@ף8@j@ @q@Pg@#i@ף@t@ @(@RA@u@hAף A?B`?ff?-?B`?ff@?/ݐ@V@Q(@P7?7!?xi=`>">ףp?f?/>B`@@33@q=@@@33@;ߟ@#ۭ@@33@X@/ݰ@@33@/@@V@ffAK@T@-@@1@G@\@q=@@΋@\@q=@ @@\@q=@@"@ff@{~@ffA$@>\@?@)\_@7a?@ˡ@{>@= @q=j@A@@S@К@Q@(L@v@`P@k@Hj@(l@@Q@@ 0=u?F>>q=?G?q=?y?R?q=? ?%?O@ ?q=?V.?1> @?n> @q= ?= @?x>@O ?1 @$&?X>-?q=@q=@j@-@@33@#@z@q=@A@u@ff@A,A@z AffAW@pm@X@H@\B@zd@)\@@І@Zd@}?@+@@(@R@H*@H*@H*@l@h@p@ff@ff@ff@X9@…@= @ףA@sh>/ݤ>I >Dl>?T=v>?{?j?Sc>@NbA\@C>@NbAq>?E?Т>>ƫ?C>@}?5?}?>)\>l=}?5@6?u??}???O >K>H2@6?@p>}?>>{?n>w'@?j?P>@G@Z\@E@>@p=@+V@X@XA@HR@\@ףH@X9D@j<@Y@?)\?TU@@A@j@"@p@@@F@B`@B`@ٚ@@@|@@Zd@l@X9@@y@X@X9@@@@ҕ@I@t@q=@?5@@= g@ףp@e@ANb>VAd;_>@@|@OAlg>u===)\=o;R>ˡ>"?(?( @p>333@ +?b@F?L>L7??`8@ c?VAAI@33]AffXA~AnANAsheAFA33kA%[ArVAA7A=@G?G>ף@@'1@@ף@@`@9H@ZD@X9@5@}?@E@C@]@%Y@p@%@A@^!@ףx@%i@@ףp@Qh@ףp@ s@ s@ s@ s@ s@ s@@@33@DAףAGAT@y@@AzA5^ A@ @@# AAAˡe@B`=!?#y=1<1T<@+A3Aw?I>z?+?g?(@q=@MR@+'@q= @h%@>K7?b?D @/|@4@=?'1?==J > @V ?E@zT?s@p@@@/݌@@Q@C{@n@ˡe@hu@Qx@= @X9|@I@@@̼?@?J b?̌>Vv@R@@i@ {@x@@(@(@(@@(@(@33k@}@u@w@k@= @‰@@(@(@(@@(@P=X9<=oˡ?>)\?iAX?mUAq=ZA7??t>#?>|>ףp>G=G=+>\RAף@>BP7?G?y? ? ?V.??q= ??O ?$&?/>C> @333?F?!@?7?b?.??= W?$@Q @n?~J?R&@33#@v?T?Q?Χ??$@(@@@b@l@ A?5@H@n@|@Ԁ@@/@rX@R6@ P@|g@E@F@oC@n@Tm@= @+@@*@+@D@O@q@҅@'1@>9>S>lG?/$>p=>==HAQx@Nb>HA?Т>C>}?5?)\>6??6?p>n>?P>(?p> +?F?? c?ndAffXAnAsheA33kA%[ArVAG?I>z?q=@MR@+'@t@?G@K??33@q=?X9???ˡ%@?5^?G>j>{^@I?`?Zd{?(L@?y6@1@@)\?㥃@v@Zd#@!b@zD@V@@@@)\?@@Qh@r@"s@@@L7Y@`@/m@bp@ˡE@J Z@)\o@O@\@/@1<@^@Z<@ {@X@Pg@@P=ף@=Nb>t=Qx@ ף<{=ABT>q=q= @h%@K7?K7?b?b?= W@o>G>'1?=J >V ?zT?33@@@q=@ @@= @R@@q=@Q@H@)\@H@= @@{@z@H@R???V?"+@w??>;??= O@m@C @@9H?A@+@X?ff?R?R?&?ף@q= @y@RN@{n@pM@l@P@)\o@q=Z@z@R^@GQ@O@Ȃ@G@H@@j@~@H@!@@ @@H @q=@ @p@333@GQ@p]@1@A?Bt>w=>?$>R^?7>333> #=D< #=Q= @\@ף@= @33@33@Q@33@\@H@@@z@@@@\@ff@@ff@R@@Q@H@@ף@@@\@@H@u@"@``@Ko@?-U@@R?w?5@$~@O@I@X9?-j@X9,@5^@5^@Z@@(,@33s@F@?@>ff@>?>??>rh@33??>?> S@??>>?"?>@@???@z@?ף@ AV@Zd@X9@ˡ@Nb@ @"@lA1>R@ף@p@J @n@@J @|@Zd@jA#@C@"@~@1@ ?w=6@333@33?ˡ>t==/=?>@> ף33>>/$>L7>E@(@Q??ff@ @333@ @z?= W>̄@fff@@,@9@ff@H?R?Qx?>Hj@!@(?{.?= ? כ@33@Hz?)\@9?+@K@= ?Q@@33?>L>L>q=>ff@fff?L@fff?>̌?33?,@33@ff? @>ff@?ff?+A@̼@fff?@=33?ff.AA(\@T@|@m{>@X)@>@@ #=>l@fff@ ף;m{>{>k>G@ ?ff>,@Y?H>q=?)\?? @@33?\@;@!@)\/@ף @zT@33#@ 3@?•??ff? c?{???fff@ף?R?Qx?k?\?= ?33@@L?,@33?33@`>G@>}>33S@ S@333@{@{.>`=)\@ף@K@@Q@?@?GA@>A@?/M@{@ @@ ף>%>t\B?Qh@\R@z@Qx@33@ףp@q=j@G@Y@W@= g@ 3@Gq@)\o@R~@µ? @ @(@(l@ffV@{@QH@@U@ffV@)\@?(<@{n@Q@Q@= @ffV@ ף< ף=q=> #>a@\"@a@==\R@ ף<pm@)\> #< #=Q= #= #= @o>=>u>= = =/$>@>o;=%>;P=t=e@q=@ף0@@ ף=R?ff&@{?ף?q=???p?ff6@?q=>(t@D @{?A@ @@@@@{@@̔@@(|@Qh@\*@= @Q=33@?R?{?ffBAL>)\>)\=@=ffV@<= W>j?@= W>G?V>>ff?$&?q?'1?L>~>X?|?>'1H?m{?@+.@;@-@m@S@B`@V@'1X@@5^R@o>o:=>==/=ʡ=>w>5^=>=o:-=F=Y>>>A@= A\R@Q8>ff?HA@(A== W>@z@= >̌?33?q=J@H@4AAX9=+@y@M@Sk@C@@@@㥇@>zT?u@l@g@̬?5^@I|@w?d@ʕ@@h@X94-==1=L=L7 >R?u=\@@sh>x=E@Q=o:?(?>h@Q8>zd@= [AA==<< ף< ף<> #>= ף=> #=)\> ף=u=L= #=Q@DAB&@Χ?R?F@/@7@P?I@#?\@@@@d;@Z<@@@%?%?;o? @)\?~@@P=">S=?lg>{.>~>B`;= 7?D>j>ף@?m>?ף@Q>>?@AH@1A A A@APA@A AR>Q8>Q8?(?Ga?>Qx??5> ף>->@@@@7@@@̌?/D?C{@/D?x@/D?ff&?ux@r?r?w?ff?ff? ?}??̬?w?d@>}==t=t=>T={n?q=? ף;y&>)\=)\>o;)\==A`>1=`=E=o:== cA?B`;33?@ff?pAA= #?=)\> ף=33s?>p@@Q=33@ff@?L?k?/?= 7??9?ٶ@33s@33s@33s@33s@@@33s@ffv@33s@33s@33s@33s@33s@33s@33s@33s@l@33s@33s@33s@@33s@33s@33s@l@\@33@XA@@@)\=㥛 ף< ף<A<=D; ף; ףu<\b@q=@Qh@@h@z@pm@ff@v@bX@(<@@$v@@ףh@U@Dt@W@>q=@@ף@333? ף>@B #>)\>>?H:?)\@ c@@?D;p?@(@(@33@?{?= @??Q?G@z?ף@= ?( @"> @(,@ff?(??{?q= @(@q=?ף@!@ff?{?(?)@8@ ׋@̌@ff@?Q?H??@33?D;B`=o5?`?"?jt??= '@G@RV@I@t@ff&@@C@@G@?(?@@d;@z>= >j\@#a@^@}?E@wG@Om@+g@T@q=j@W@g@bX@{~@CS@1A ף=5^=Q(@Q>H@{@fff?@=)\=@>B`ALA5??{>@p?(>H?33@= '@{@@ף??G!@@@= ?@7@???u@q@+@(? ׋@ s@/m@@z@>>E@GAA?XAF+@@ ?>o< #= #=o;㥛u>p@R@L>H@33@>)\>?AG=>)\>\B>5^:>=q= ?>= >;߫@rh@i@9h@Nb?!>(?^@@@-?l?\?z?z?K@N@?@=?1@@7AC@\@?Ȗ@@@= >@?ff?ff?E6>)\>o@-@V@33@rh@OU@9p@$V@T@&Y@}?M@ @@6@)\Az@= '@)\>Q=XA= #z@>)\>5^=Y=ף>o:?33S@==5^?(?{?H? ?I@? ף@Q8?\R@I@/E@ ׫@9A?ff?'1@R? @?E?$@@ff@ @1@?S@S@1@ף@Q@ףp?@㥣@? h@= /@33?|A)@rh@@O@v@@)\_@{?+=Vf@ί@J @@G@`@M@@/@^@K@Ĕ@@`@-@@C@"@@@ff?33?̌?L?FK@/@@7A\@F?+?q=?Ȗ@-?@;?= W>u=VE@;?>= W>ff@p?->= @q=?o?t>;@y@?v?#ۉ@q=?$@?rh@33?o@Ga?@H?@?G @z>Nb@ ?B%@ף@ף@V?L?@S;@= ?= 7@R@ٮ@@b@ts@-@%@= @v@sh@V@ @~@QAmA/ A Au@٢@@@&@ff@M@@y@O@Ad;@>+?33?)\=33AR>?C >=\=h==㥛=y@o;'1@@@}?YA@@@@^@G@q=@hE@t@j?H@@V?ffV@}?p]@sh?`?m?A@?@"?~@?(@4?AV?sh@?5@@sh@$Ad;@@@RA@o@V@Ƨ@@@@X9@sh@@@ff@F@F@p@PA@A}?5>ʡ>w=Q8>ff@ #1@ ף<%>q?ff@?ff@pM@\?`?=A@?@"?(@4?@ ??@Z@?Mb>t=@"?V? h@33?|Arh@?@O@v@@+=o?1 ?Q??= w?!?K?`?? ?[?j??= ?v?{?v~?X??;O?Ȗ?+?ٞ?^i?Y?V?Zd{?ff?G>G=G=r>C=o<=> ?D<o>|?>!r>>t< #=Fs>ף?{>Q>Fs>M?+????>?5>R>-2??O>\? ?H>q=?u8?F?G==>z>l>)\>ף>O >>>>Q=\=G=x=)\>Nb>)>G>??+??Zd{??ҍ?F?ҝ?z?P?w_?D?5?w_?ˡe?%?V?/}?w?-?n?Nb?\b? k??x?D,@ @C>#=-== W>bX>S=lg>`===(?\B>k>&>)\>>)\>L>Ga>{.?Ga>??C>v?33>p>>}?5>~>?Y>>ʡ=m=d;??$>&? B?5^?G>/=?sh1?;?+>F=>$>>q= >==Q=X9==P>n>E=\={.>)\>z>y&>'>h=>=m=Z?'1h?l?S??`?k?@??j\?Q@$>@oc?ף0?7?G??P?= w?O?Pg@R@ts?D???T@L>Ga>L= ף= #=/?A@?A ?v>J>)\?V>)\?K7?= ?zT?ffB ף>R>>{>>>>X9>I >=L7 >=P>q=I >=y?s?x?G>G>Z?rh>rh>?`?`?Nb?p?t3?E?ˡ? ?D??T@%a?o?hm?u?u?u?ˡE?xI?xI?\B?xI?xI?s?zt?N?[?'1h?shq?7>>|@@i?ff?G@q=? #= ף=> #=u= ף< ף= ף=)\=)\=)\=L>> ף<)\>L====L=L==o>j>m=BX94>p?L7>7?̌?AK?Q>w=(>=>㥛=> =+>>C>l??q= ??x ?C< 0=>D>===>@33@= ?t3?p?A ?X9?z? 0?O-? ד??j?X??M"??q=? ?? ׃?w?p]?+g?Nbp?7?r>V>&?T%??)\>{>=u=)\> ף=L=)\=L>)\>)\>)\>< ף< # ף< ף<><=G=G= #ף0??\B>t>t>= W>Z>X9>y&>w>(\>>;ߏ>Pw?>vV@{>;??= W>Nb>sh=hm>=`P=B`e=`=u=J >ҍ>k>&1>>>>k>=+>9=rh>r>ף>->{>A>x?z4?= 7?$?/??A?K??-?L7)?P7?}?5?)\?V?ˡ?x??u?&?|??}?u?Vn?M?jT?9h?9h?ףp>b>-?(?\?? ף< #=>= ף<= #=xi==u=1,=Q==>L=u=t<ʁ?\B>Zd?`P=p>ʡ=Q=\B>`?ff>>= W>F>Z>w>>h?>&>>Q>>z?Xy??/?>O>>??>+>>ף0?'???5?^?z??R?Zd?}??1 ??shq?x?{N?%a?yf?w?>ʡ>?#???/?sh1???!r?/?|?/$?C?>h ?m?sh>~>|?`?G!?@u>ˡ?;߿?;߿?;߿?;߿?;߿?\>(>#۹>Q>>>>>lg>X>A>E>1>>Ը>1>>ȶ>h>m@ҽ??j>}?u?v@Zd>P>?|@P>X9?|@zt?V??X?Y??/??Z>?5^>;O?;?VN?r?R?#ۙ?ˡE?I,?ף0? P?m??"?{? ?6?5^?">'1> ףL7 >L7 >L7 >Nb>Nb>>㥛= #=ʁ?m?G!?ˡ?>̌>㥛>X@Zd@= O@S@HJ@@?S#?>>>R>Zd>D>Nb>#۹>j>o>X9@> ׳@+>K?>>x>q= >?5^>b>F>)\/@E@O-@X@@/@shi@"+@`@ @/@7I@q=?H??$?O ?Z>5^>C ?b?\B>)\?@a@L@l??C?l?`?@R@??z@V?1=1=9H=1=1=1=1=1=1=1=1=1=1=1=1=1=|?>q=`P=`P=`P=`P=`P=?ƫ?J ??I?w??S??ff?y?B`?9?X9?>~>= =?b>H>ף0??F?;>z>Q8?>%A?QX@u=\B?>(>)\?\B>r>#y>&?sh??z?,@uX@G=y?>>?/?r>h>S#?Zd@RN@>\B>{.?RN@=n>n>%>Dl>َ>Zd;>d;>`P=9H=1=<o;1=+?= AG= #>)\=)\= #= ף< #>k?)\== #= #>D> #>>>>>)\>)\>33>zT?Q8?)\>ף>R>Q8>R>= ?(?\?Q? ף> ף>Mb@<@?->G!?G>E?z?'@???H?p?R>ffF?F> >1L?>L=)\>?=>C >> #==)\=)\=)\>>)\>=o>\B>u>==L>L>v?ff> ?ף>{.?+?X9?>8?q=>33s?Y?x??(>G?ff?(?(?= ?J B?= >?H>p> ?q=<q=o:o:>B`E?IL?j\?)\>333?)\>G==)\>>=>)\>>)\>)\>Q8>)\>)\>?L>>> ף<?@??9@??{.?)\>{>\@Q8@G>Ga>Rn@? ?>Fs>C>->sh>)\=>o?{>j>(>C>\??>>{.?#9?#9??m??E>T>"[>+=|?>|?>L7??333?ff?>??{?Z?>j4?>Y??333?>?>33@fff?333@ff?fff??L>L? ף< > ף<= ףC+?(>3?)\>= =>R>> #>> #>">J>E6>"=\B>`P>X9?Nb?K?h?c?? ׃?*?l?}??O?>?&1?>D,?5?'1>OM@~@7Q@7!?>#@#)@t@B`@CK?CK?Qx?y> ף<7?=e?}=E=>`P=jt>hm>?\B>333?L>>q='1>L?@Ga>+>=Y=B`;h>y>?5?}?u?<@(\?ҍ>ff>G>\B?\B?1L?\B??ף0?v?t>>?1L?t>1L?b>ˡE>v>E6>v>>?5^>}?5>L>B`e>T%>X94> #>>`P=n>=u>V>Ga>A`>>`>(>Ġ>w=Vm??v~?s???5?TE?nR? ׃?x?!?;ߟ?sh?H? c?\B>Q?$f?m?7?-2??X?ף?V?M?!R? ?3?H?t3?9??D?S#?>?+G?j? +?j?@?A?q=*?+?O?-?J b?5^:?S?ף0?g?m>j>̌>Mb>A`>%=L>sh>=Nb>\>I> #=)\>O=m=='1>x=n>y&>>Y=}?>Mb>R>'1>=q={.?X@$@@}?@~j>~j>ƛ?Ga?^?5^?q=?w?Ev?3? ף> ף>R>33>R>{> ף>33>R>p>#y=sh=j<=j<= ף=Hz>xi=/]=/]=xi=%=Zd>%=\=T=u>j=j=j=j=j=j=j=j=u?j?6?D?:?*?I?&1?|_?Il?9(?(?L7I?q=J?X9???`?B`; ?o=}=X?T>V>>'=C >h=Ġ>d;>q= >=>I >'=Q8=@'=t=?CK?t3?㥛=D=ZD?%!@n>>#>j<>X9?R>I >@>o>>>;ߏ>p=?Q>>Q>>Q>>Q>(>y&>Mb>)\>z>33>Q>q=>)\>{>{>B`;z>R>)\>>z>R>n? ף>33>>?C>L>=ʱ?C?Vn? >O>>>=E=>>$>>>'1>@>L>I>fff>=V>j<>!>%=u=Y>ˡE>/$>+=j=j>o>|>>\=C>y&>|?>}?5>\>x>?33S?Z?>ףp>xi>m{>K>$&?>o>&A@ff>R^@n2?#y=d;>-=?>r>;?z>I?V>v>>G=>Mb>}=T>>L>fff> ף>33> ף>33>v?p> ?ˡ%?\> ?R> ף>R>> ף>R>R>> ף>> ף>Q>\>\>\>\>\>\>\>\>\>!r>n>= == == == =E6>K>J >J >J >J >J >J >= >?5^>>o=Q8=q= >?)\>>O=O=>'1>=P==>9={=9H=R>z>>w>>r> =+=!?-?َ>I>w>I>/ݤ>B`>?5>=!>u=ˡE>+=o>>\=}?5>y&>x>Z?>ףp>=P=P=P====>{=9H=9H=9H=z>>r>\>\>G>z>T?{>&? ף>{>Q>R>{>Q>>33>p>R>>Q>>>ff>>>ff>>>ff>>>ff>O=O=?5>J >}=}=}=#y=u=q=Y=Y=Y=Y=Y=n>O >`>$>`>`>`>`>`>===>>%>>>Z>j>o=tV>+>->|?>">X9=ʡ== = ף===Ƌ>hm>V>q= >|?>-2>Q8=+=???-?I>I>%>>j>t<)\>)\>V>Ga>">ʡ= ף==hm>V>q= >-2>J ?9=;O>G> ?㥛=?C=!>sh=!>=D>j=r>w=>B`e=.?)\>>hm=D?Nb>)\?L>?|?>1,?7A>7A>Zd;>T>\B>hm>=5^==S>?5^>m="=y&?J ?C >9=X9>;O>m{>G>Zd;> 0>y&>~>`>z>Z?B`>T>Mb>1,=o>9>d;_>G==?\B?`?ˡ?y&>`>1,=d;_>=`?ˡ?Q8>,?>>->Z>S#?j<=y&>xi==t>A?`=t3?Y=t=9H=Y=D=>= =ff>%>ף>>\>=-=?>)\O?->D;>1,=q=j?+=#y>= #>o== =1=R>y&>xi=>v=p=>u>ˡ>>>\B>>C>~*?Q8>,?)\>>>>/>1,=>->!r>Z>q?S#?Ga=`P=u=j<=w>y&>>u>1=xi=;ߏ> #>}=t=>q= @f@=oZ>u>l==w=+?I,?Zd[?>5^=o>sh>.?=y&>Q=M>)>>->d;?̌?= ף>?Q>Q>Q>w=w=o=w=w=w=)\?!>H>)\>/]>>>>>A>>d;_>/]=>L=L=L=L=L=L=L=ˡ?E>Nb?=fff?u?;O>>t>d;_>A?>`=Ga=Y=C>R?ЫAt=t=5^=9H=T=Y=Zd#@(> #>j=}=)\>t=?-?>sh>C =M>ʡ=ʡ=ʡ=j{?Zd[??Ը>M?r>?b?)\>D>ף0?$>?M>>1,=t=x=R>O>w=㥛=C=sh==>B`e=)\>>hm=Nb>L>->1,=)>=>ˡE?J b?>V>X9>(>+>C=D=X9P=)\=X9<Q>====== ==(>>5^=L7 >%>>t>->>%?q= @O???1Af@= W>=㥛F=w>o>Hz>Z>/]>u>#=l=o>z>==I >I >`=ʡ=x=>33>%?">η>->/>b>µ>&?hm>%>L>Mb?j?)\?1>X94=㥛=%>|>|>@?\"?=ff>R>??(?Y?D,?(?= ?(>>=G>ף0?(>Y?)\>w>)\>=Y=>n>q= >t=t=t=t=t=u?=>/=b>"=="=T=)\>\=Q8=tHz>>ף?=`===w==u=V->9=u>k>>?+?@?I,?Q8?Zd[?=>5^=o>E=C >sh>F?.?> +>>sh>G>sh>Nb>I>O==>='=d;>=`P=\B?`?`?ˡ?ˡ?~*?Q8>Q8>,? ף==Y=В??5?v?BAj=j=?$? BDl??? ?}?>?=Hz>S=l=+G?=ҍ>{==L=%>7>>K7>/=/=/=lg>n>Mb>/]=xi>)\=\=T==K>y&>">w>Q=C ==ʡ==<j9H=w=P>>;ߏ>َ>\>>>>,?)\>Q8>Q8>>>>=<j<j<#y>?5>?Η?t=-?>%=J >=#>>>>j<=?33@;?33>z>{>\>R>)\=?5^>R>R>R>Q>A=7A>C>C=X9<=Zd>%=t={N?k>(>ˡE>?5^>'='=?^I?7?=o>m>U?)\/??{N?+??{?Zd[??Ը>M??b?d?!>?$>-2>}?>|@ >ף>o>?n>/]===I > #Vm?1,>^>m>>h@}?>hm>B`;w>O>%>jt? +>>-2?R>P=a?%=-=\?p=?(?>{>{.?)\?R>R?H>>;@\>33?|? +?(?1,?R?O?)\/?9?T%?!2?\B?G?O-?:?'1H?d;?;?p?>A?#?n2?+?G?z4?\"?)?Z?@?`0?k?jt>33?l>B`>Z>?5>m>">Zd;?}??r(?|>)\>>D>q= ?ף0?q= ??!>9?1,=1,=u>M>>7?t=t=V.?V.?">)\=L=fff>Dl>Ĉ@>L>?xi>1=Q>?L>K7>h?q= >}??E>>;O>V>`?`P?/??B`> >>#Y?h>(>L7=?!>A 0?-?z?Pw?-}?p}?>R>)\>33B= >5?->1?Q??^)??$?L7 ?X94?  ?GA?$&?Zd;?X9?S?ף0?rH?%!?lg?;/?ˡE?J B?X9T? ?N?@?S?j?b8?(>O >x=O? #>R>>O>v=>X94>Z$?B`?+>o>m??5>?Η?=z>=@=m==`=I >D=X9=h>@w@L=`P={.?ף0@/@3@ @X@$@@}?@= @= 7?ףp?Vn?!>d;>~j>~j>l=l?j<>J "?ƛ?Ga?/]?^?{?yf?ff>>>ff>ff>>>>ff>ף>G>G>>%>F=?nR?&?'?Q?'1?F?+?P?G?'1H?:?q=*?j\?Y?`P?#ۉ? K?@?/?333@X?rh>-=C=P="> @{@>`=`=ʡ=R>x=b>>I>>%?">>η>Mb>->>/>b>Q>µ>o>&?d;_>?5>>hm>Nb>%>fff>L>o>P?M?F>ˡe?f?ʡ>>L?-2?J "?&Q?ˡ>y&>Zd;>> 0= k?ףP?Il? #>(?=|?J B?5^?q=?w?Ev?R>\?3?x=h=o>Nb>+>=m=QH@;7@@Ę@fff?^)?= ?‘@F@= ?Zd?(?+G?$???T?F>1l???Ġ>V>Q8?m>?^>H:?>>>L?Mb?j?T?o? ?)\?">1>1=X94==㥛==%>?E=> +>x=?5^>P>>sh>G>ףp@}?>A>= W>?S?z??&?x>B`e=sh1? ?T=Zd;@1?&>E>/$>O?8?d;?>1?->w>V.?R>=>xi>> ?h>h=Nb>?\>=ף>5?(>>>9>'>?5>Q>$>R?>>^ ?>Q>k>>?l'?5?E?u>I,?u>|?l'?9(?k?-?Zd[?r>?~> ? P?H:?q=*?R>?z?T%?9h?@?@?S?>+?(?+?ף0?333?(?ף0?Q8?5?= ?ף0??z?H>z??= ?\?>H>p>? ??q= ?\??>>\?\?>ff>sh>?Q>V-?>R>{?sh1?>Z?Nb>H????w_?>M?F>ˡ?d;?Nb? P?>w? ף>R>R>> ף>> ף>Q>>33>p> ף>{>Q>>33>\>R>>p>V?\?u>?K>u> ?L7 ?u>)\>@?@?R^? C?H:?`@@?->>Q8>{.>ff?)\>@?p=?َ>@?@?u>)\>~>?z?L>@?R^?J >>{.>r>\>>%? ??q= ???G?)\?q=?= >ff>?\??•?p}???{?(??ff?q=J???Y?\?ף?? ף?Q?ף?ף?µ?Z?j\?u?PW?>U?>㥛>M"?F3?O>>R>>>/]>x)?->A`?5^>Z>>Q>Q>>Q>>Q?B`%?B`?H?ˡ%?S??%?+??5??J "??5^?{?>ff>>G>>ff>M"?Q>p=?T=Ga?? ף>@?"[?p}?(>V?ʡ>@?R^?@?>\B?Ga?Q>= >>@?R^?@?R^?@?K>)\> #>@?R^?@?R^?? ?@?p}? ?ff??{??G??z?ff??Q?G?\?ף???z?{?G?G??q=???Q??z?{n? ?z?G>`>ff>y?&1>S>"[>1?Zd>ףp?D ?ȶ>}?>>F>>h ?m{>>S>y>v>H? #?33>?(> ?Q>H?33>>>R>R>>?B`?? ?}??y? ף>>)\?ˡ?>X9??>?R^?@?@?)\?!R?U?@? ?(?333? ?Z$?H:?@?@?R^?@?@?1?R?@?R^?S#?p=?@?R^?@?@?R^??@?@?)\=> #>{.>33#@+@{n?L?{n?+?{n?k?p}??{.@?ף?Q(@)\?η>G?C+?d;>>:?x>>7?)\>q=>z>5^>@??F=v=>>C >=S>m=L7>N>u>>D ?T?>>{>>???+?>??\>@?R^?Q?hm?Q?y?)\?p>"[>= >p>=@?>?@?=/]>>?= ?33>>)\=33>(>Q>?33>33> ?z?ף?>O>1@33?= @\@33S@(\?(@p}@\@{@@ff@?Y?p?q=?Qx?{>?p=?ff&?(?{.?u>k>u>)\>z>33>q=>q=>q=>{>{>G>v>%> ף>D>Q>\>Q>>>>>>M"? ף>G> ף>(>>G> ?I ?n?O ?^ ??b?G?5^?ˡ??|?33>{>d;_>)\=33>@@7@X>(>{.?{.? #=??33s??p=>q=>F>Q8>?n>L>)\=?\?T>>R^?)\? ? ?p>"[>p>=+?ף0?G!?333?ף0?ף0?333?333?+? #? #?(?R?(? #?{.?(?{.?333?ף0?(?{.?5?{.?(?+?333???\?>\?>(>33>ף>33>ף>33>ף>33>ף>= >33>>>Q>H>>p>33>>(>t>{>{>Ġ>n>{>>>>>d;? ?(?#??'=<B`;p]?p]?zt?&1>p]?T%>/ݤ>p]?p]?t>F?>p]?w?H>p]?&1>p]?t>&1>F?p]??p]?p]?p]?p]?p]?p]?p]?p]?p]?d;@Q>p]?r(?p]? ??H>?? ??ff> ׃????}???ff???`P??5?A`?>>|??5?{.?'1(?#>Ck??p}?p>>{>\>)\>ף>)\>33>\>ff> ף>R>>Q>p>\>(>X>\>ף@?H???{~@?7@@-@?|?C<;/]=#y=X9=u= #>>fff?fff?fff?\"?h???ף?̼???Q???o?fff> >G>)\O?T??I?(>7>=R>/]>Zd;>V>=Vm??p}? >Te??p}?H>m??p}??r??p}?p? P?(?= W?A?ˡ%?E?sh1?h-?P7?H?ffF?O-?4?H?ffF?-?Q8?H?ffF? #?َ>y@@5^?A`??rh>}?>$??5^>>?= >A ?y>;/?Nb>@>= ?1>Q>33>Q>>>> ף<?;&>T==9>$f?w>$f?>j<>|??u>t>I?Sc>D?'1>V>G?Ga>O >G?A`>G?Ga>>lG?A`>v>?'1> 0>d;??(?)\?X9?G?X?DL?u?ff?j?1?"?ף0?\B??5^?33?"[?lg? ף>Q>$&?l'?z>{>-?Nb?F?'?'?r(?R>R> ף>33>33>33>p>p>\>ff>ff>ff>^ ?>R>X9?{>1>T=d?m=|?/t@Zd?tS@o:B`<=o=J >B`<=o:>H?= W>C >:?>m;?~j>Zd;?~j>p=>#y? >F=@=C?n>>µ?sh?ˡ>|?n>\B>C>V?ʡ>?S#?p?b>#۹>J >+?M?@= >>Mb?I ?m>ҍ>G?ȶ>>G>L7>`?>>h>o?Nb>N>$>{>x)?~ ?/$?y?-? ?C+? ?ff&?? 0??? ??F?Nb?= ?+?'1?$? ?C ?-?33>p>33>=o:=o:T==T<z?t?>@?@>z?'1>z?>=g?->%?Q?-?33S?#ۙ?\?n?-?P?7?&?sh???/@?J ?S>=Ƌ>>7>o?Ը>j?x=>v>C>jT?= >>t>$>I>m>)>>b>G!?D>F?p>33>p>p>p>p>p>p>p>C ?V ?L7 ???h ??)\??t?sh?}???-??#?Q?Zd?->>V>Ga=B`e K?K7>>->D>(\>V>??)\????xi=u=b>>^>G=`P=z>)\>X9=+>+?>K?w>G>Ġ>d;>->L7 ?B`?;O>V>sh>|>O ?V>->V>O ?q= ?>T=sh>u=J>+>>Ġ>ʡ>w>b>w>{>{>{>{>{>{>{>G>>?5>/>G>>d;>{>>>>{>>xi=C<Y=X94j>\?>.?>>X9?->"?+>>P=D=ˡ?>L>A(>w>>u>Sc>'1>Ga>A`>Ga>A`>'1>G=>+>V>N>bX>C >㥛> +>>'?9>(?'1>^>lg>t=ףp>>=N> >>}>> +????= ?w?|? ?{N? ?Z?.?`>>ʡ>5^>Nb>z>d;>>>I>b>B`>X9>>>>J >>J >}?>u>t>X94= W>>~j>~j> >n>ˡ>n>ʡ>S#?b>>@>'1>>->Q??\?-?7?sh???S>K7>>??)\?"[>I>9H>j> ?n>+>j<>Nb>33>w>5^>R>-??>1 ?$>>#>#y>o>?5>&1>̌>>(> ף>µ>Nb>B`>̌>>!>{>w>>>>P> >u>H>x> ף>P>ף>&>->5^>u> >J >7>>>S>X94o:=h'1>C=z>)\>+>>w>+?(?333?ף0?z?z?ף0?G!?5?G!?ף0?{.?Q8?5?{.?333?333?5?333?/>->Q8>\>1,>E6>sh>q=>5^>b>\>x ?Hz>َ?F>n>ˡ>1>>v>= W>r>?X>Zd> ף>Q> ף>33> ף>Q> ף>\>R>R>?sh?>>h ?b??Q?I ??z>R>z>R>z> ף>R>> ף>R>B`;o:-=R>`@B`e>m>X>Nb>o;+?p=?333?G!? #?ff&?(?(?{.?R?(?G!?ff&?G!?(?{.?(?+?333?5?R?ף0?H:?ף0?(?{.?5?Q8?R?5?p=?J >>ף>q=j?#y>>%>5^=+=M>η>>?9=|>!r>m{>>u>G>^>>>A>B`=333?z>>B`=w>ʁ?>%?T>ƫ?n>j?C>z?A>>z>B`=w>n>>A>/?l'?)\O?R^?Y?H:?Q?Z?!?l'?G!?.?l'?'?-?&??=%!?Z?G!?? ?|??5? ?D ?V ?S#?G!?l??Nb? ף< ף;-2>?v>>9>V>I>Q8>ȶ>??5^>j?> #=D==Q>z>zT?zT?Q?Q?G!?G!?G!?ףp?Ga>>+'?Y?>>z>ף> ?> ף>>u>= W>z>z??µ?>ff>K>\B??fB= #=q=@ff&? #< #<?>= >p>>/ݤ>zT?l?)\>R?(?C ='== ?)\=/ݤ> ?Dl>33>=u>q=>Q== W>)\>33>z>k?(\?k?Qx?Q?(\?{?{n?p}? ף?= ?Hz?33?Q?{n?@?33s?(?z??p}?R?p}?{.? ?q=J?zT?z?w=j>)\=<\>>)\@Q?G=u=}?>ˡe?'>{.>T%>q=>Q>>>ʡ=q=>->>J >J >d;@"?B`en>E?= >)\>Ga>>>>)\>>Q8>>>>\>>= ??p>u>>>q=>\>Q>>>u>>5?(??>E??><^>)\=M>)\>>hm>/=`>u-2><$>9>ff>>Q>H:?>>)\>u>G>(>= >ff&?H>?>p>>A`>o>>R>q= ?K?M?ZD?S>Q8?^>= ?V>>{N?<O >)\=33@j?Fs>x)?G= K?"[>=x=>}?>? >z>Ga>L7>1,>Dl>V->}?5>>>G?'?Z$?ʡ>t>ҍ>V>>+>7A>z>X94=>o:>B`o:H?#Y?|?u=">>5^>5^>l>x>m>\>>q=>>;>>'1>ף>>V ?d;='>?Q><o;Ga=>Nb>n>9H>;ߏ>ף>?q= ?h #G> #== >>?o<$>/<o;̜@4A|?Ը>>>>{>Q>Q8>`>ff>̌>/]>F?(>!>V>#۹>#۹>#۹>>C>$>>= W>o> #=>/= ?Q8?r>D; ף;j<>o:u=9H?'?>n>5^>#>~j>َ?sh1?x>x>>ˡ? P?>M"?V>M"??M"?->Z>Z>Z>F=G=G=Dl>>ף>F>?%?D=C= ף<^I>R>u1,=%=;$>Ƌ>u>'1>q= >>;j\?ffF?->&>v>y>5^>>$><">S=D= #<j?j<jt=M?o< ף;)\=!> ף;DB`;R>R>R>R>R>> ף>R>??"?5^??5>X>+=%=t< ??\>(>>(>Y>>V>{n?A?V>{?o>$>q=J?>R?o:D;D; ף;T?^i?o:B`e<v?t==+?>m[?Nb? +?= =X94n>= >(>>>>t>o}?1>+=xi=HZ?>>y&>^>n>fff>O>$>|>Zd>=t>t>?z?A? ?o>e?v?z>w>B`= ף;B`;X94< ף;o;o;ox>j=X94=S>/]= P?>7???q= ?>\???33>?y>= >(>?5>k>=1>(>?FS?>FS?t>?>Nb>Nb>q= >ҝ?ҝ?η>G>…? >>"?r(?r(?T=>w>>>w>?>->B`;Z$?$? ?N?+'?Q?$&?A ?N? ?D ?'1(?w?N???q=*??VN?MB?E>;O??z? ?^I?z>p?e?m?v?z>z>'>> #<@?P?z>->1,>E?Y?/>d;??5^>??>??9>ʁ?>%?T>/>E6>ƫ?n>j?C>R?(\>,?>z@Q?5^?5^?m>q=*?z?q= >X?! @)\o?X9t?Y??>D,??5?{N? ?x)?T%?l'?h-??!??z??}??|?-?'?y&?S#? +??(??l'?= =sh=<u>\??E>>7?j?/>Ga>q= ?o;X9t?Y?)\o? @r@%?A>A>A>~>^>nr?x?->?>o>?Zd;> 0?hm>Dl>>>B`=/?n>@?33>m{?+>333?z>.?l'?V ?V-?t?h-?A ?O-?A ?+'?l'?B`%?.?&?V.?,?d;>~ ?E?%!?1,?9(?9(?y&?V?h-??Nb>T>=j<>?D ף>>$f?n>r?X9t?ףp>Zd> 0>>B`=/?n>m{?+>Zd?Zd;>A>z>F?M>`P=X94</?n>z>>r(?r(?>B`=w>>>->)\?z> ? #??>>q=>33>{>\B>{>>>k>z>q=>{>>Q8>>>p>= W>{.>= W>>== >->Ga=#y=P=}=o> #=;=j<=Q8==D= ף;D<'=u>y&>>Dl>/ݤ>r>?u=+>v=(>)>=Q8>u>D>>A>=/ݤ>rh>\B><<<'='=O=u==B`<=u33> #>>>>R>{.>>\>33>= W>33>>>= >Ga>?= ?= ? ף> ף>{> ף>33>= >>Q>>=-=X9<<<`P=<<<'=t=Q8>@A??ff@= @= @33@ @Q@(??@?(\@%=\?{@?@?k@Hz????<P=1,=hR>33>o>>>G>R>?>?>{>u>Q>>Q>(>ף>\>\B>Q8>{>>\B?B`e=+= ף;=o(\?p??p?z??(??p?Q8>?@\@Y???333@@??33?)\=/]==}=B`e=/]=}=#y= 0=|>>7A>`>I >V>>u>L>u>->}?>o>1< ף<<<\>?G!?>p> #?ף>\B?\>ף>(?p=?p=?p=????>??>>>>ף>>)\= ף=(>j?==>u>Y=u< ף; #1<= W> #= #><k>/<= W>=G=F>/?ļ@ #==S==X94= W>>ף> ף> ף>)\?q= ?Q>Q>z>>>>{>>>= >= >>(>= >ף>>Q=)\=?H>{>=ףp>rh>P=P=P=ʡ=L7=C==㥛=C=@=㥛=>=> ף=T= =ʡ=P=}=T==Ga=<)\==>>=X9=I > #>=l=+=>??p>\> ף>R>p>>?\?z?)\?33>{>p>p>>= >?= ?>>>>ף>G>u=)\=>> ף>R> #< #< #= #< #t=j<=B`eC ==>o:= >)\=ʡ=B`e='=9H=5^=Y== 0= ף<{====sh=sh=t=Nb>=)\==w=o=B`<`=u==u=l==L7=j=+>L=\=> #=-=R> #=R>R>z>'= #=> #=-=R>Hz?F>>w= #=-=>R>)\??Q>{>q=>z>>ף>{> ף>>>>>>= >ף>ף>)\= ף=ף>>>> ? ?Q>p>>R>>H>{>w==O ><=L>L7 >Q>/>#y=o=/>L7 >5^:>5^:>5^:>5^:>5^:><'=o->>G>9H>w=-=?5>-=w=w=㥛=ʡ>w=㥛=ʡ>}>)\> #=R>-=-= #= ף=> #= ף>1,=T={>>(>33>u=>)\>=L> ף>k>\>q=>L>\B> ף>)\>= W>33>>= >/>>K>\B>sh>= W>Zd;>=S=oDO >Q>L7 >)\>L=C =C =>Ը>ף>u>V>`P=L=Ga= #='='= #=j<=X94<jw=㥛=>)\> #=<CA?S?)\> # #< #> #> #= ף=33> # ף;33>ף>sh>R>==sh>=>= >j<<(?>tk>33>L> #=">{.>b>q=>x>sh>>>>= W>>?=ʡ>E=q>>$>'1>D;n>D;= =sh=t=Nb>= #=j<=L=Ը>ף> ף=u=>ˡ>`P=Ga=Q8=@=Y=Ga=Q8=㥛= ף; ף;t<<Ga=u=)\=t<^ ?= W? #<)\=<=L= #<< #< ף<< ף< ף<L= ף< ף< ף< ף< #=> ף>k> ף>33>>r>>>>>\B>>>Q8>{.>'1>ף>\B>\B>{>= W>L>>k>q=>>u=u=q=>>T%>o;t= ף< ף< ףff&?z@R?Q>k> c?{n?Hj@R>P=; #< #< #= ף< #< #=Q=L=y>\B>R>Q8>>>l>L=o>G=Q8>= W>> ??=33>y&>>Q8>>Q>V> ף>q=>=q=>>L>= ?(?R>33?>H?ף>?(<@= W? #>Q?(> #>?H?ף@A?{>@=S>?>R?G?(,@?q=@ ?ff? #<o<;;; ף;o<;; #< #= ף=Q8=Ga=u=j<=L==L>L>̌>=u===Ga>= ?Q>{.>y&>)\>>{>>>ff>{>G>>>Ga>>p=>sh=-><㥛>!>V%@)\>=u>Q>%>L>>Zd;>L>@>=Q8>)>㥛= ף=@=D=sh=㥛<㥛<{> ף>?>L>=?u=?L>+>>>ף>= #==L==?L>=?>== #<-2> #<= #<N> ף<==t=T>=)\>X9>B`e=@=Q=t=L=V>o==P=t=t==hm=t=j<=j<=X94=o=T=P=j<=t=1<j<= >\>Ga>33>R>>>Ga>(>>ף>>Q=u===L== >(?C>B`=sh=Q> ף>5^Z?GA?>>q= ? = #<`P>=q><j<==X94=>@?5^>u= #=u= #==w=z>=?==)\= =333>'= #=`>o>d;_>`>/>\B>>5^>|?>\B>{.>>>o>>?L>>Z>Q8> ?o>Z>o>k>=>G=o>> ף>R>{.>q= ?G!??>>p>Q>= W> ף<\B>k>>q=>>>33>{>L>?(>z?>R>>ȶ>#۹>ף>x>>>>n>l>S>H>5^>G>j??5>?>G!?S>q= ?33>G?>'1> ?>='1>9>㥛R>K7>Q=L7=D=L7=>Q8>P==L7=P=hm=)\>-=ʡ==P=u>>">>)\=o=l=>M?J?{N?hM?%>=o>B`>%>η>P>u>Q8>|?>|?>o?P=㥛=>>>\>>\> ף>>>\>p>'=P=X94=j<=X94=X94=)\>/]=>L=@=C =o=ף>x>>\?R>o> +>~j>33>5^>F>?5>->+>1< ף;C =D>}?5>>R>h=S==hm>=>xi>1,= #=Ga=L=1=X9=|?#==X94>=B`=rh>V>??o=\B>E@=ff?d;_>=w>/$>`P=}=}?5>/>G>p>G>p>(>p>G>>/=)\>33>u>= >z>>k>>)\>?n?33>>33>>Q>>>>z>/$>n>`P==u=X9<>>w=m>G><1">">L>>>E6>>َ>T=\=\=l=)\>>)>}?5>1,=>B`=B`=1=&1>X9== =G>/</=D<5^=Dff?>33?>hm=B`;>B`= ף->X94=X94=G= ====+>1,=G=Q=/==T=%=t= ף=d;=`P= 0=u= 0> 0==X9=Sc>&1>m=X9=(>=P= =L=={=㥛==1,== =v>O >X94>=%>(>o>=x=u>Ga=u=P={===o>x=u=P=%=Ga==B`e>=\=m=q= > > #> ===m?B`=j<?O > =V>G?>33s?'1>\?C>\?C>>Q8=>@=???=㥛<'1>/<=Q====L7 >tX9==t=">=K7>B`e>=Ƌ>L7===\=&1>m=<<}?5>q= >|> > #=`P=> #>1=->-2>l=d;_>\=">9=/==!r>|?>@=>O=)\=v=t>-2>/]>=o=l=o>X9=-=-=7?sh=> ד?>ff?!>={.>+>+>+>1<1<<1<1<1X94=X94>j1,=㥛/]=L7= = ף<{? #> #== 0==?m?<j<-=X9=33s???>O >Q= ='1?>->I>-2>n>l=\B>'>=P=>>n>n>n>/=Y=S=d;>>/?>jt>^> >S>m>N>->x>-2>E6>X94=B`e=L=9H>)\==`=d;_>1</hm=B`; ף<@=㥛Q8=ff@h?u?h??=)\=tP=1,=Q=>d;_>=K7>V>h=\=#y==G== w?">Q8>9=$>/=>=㥛>!r>(\>|?>1,=@=+>>u=w> ף=C >==={=w=Q8=t=F>==O= 0>==h=\=T= #>n>(>v>>x>t=B`== ף= ף=?u>h???Q? @=Hz?h?u?5@H? #>>?rh>??L=G=>J >5^>Tu>h</</</</</<= =u=;O>R>?C>Q>d;_>;O>d;_>t= #=B`>-2>@> ף=O=v=)\=#y=u=t=>+>-=Q=Q=v= #>t>->-2>V->/]>=o=9=#=l=>o>ʡ=Q=S=/]>%>L7=L7=Q8>L7=hm=P=o==xi> #=+==Q8= ף;L=X9<`P==Ga=<㥛t>-=>B`e>n>E6>I >/=9H>C=Y=Ƌ>>S== >ף>;O>{.>}?>bX>Y>jt>Ga=E6>>>K7>B`e>B`e>E6>I >/=/=5^>= =1,>='>V>K7> #u>S=?33S@33S@l@ףp???z4?q=?z?z?z?L=??q=>>q=>L=@Hz?Y?h??(???p?h??X9ʡ>=x=oJ ?z> #=>>ף>O>>?ff>9>>/?>jt>^>S>m>>|>E6>-2>I >@>oC?=j\?tTu 0=1,>xi=sh>B`e=>S>@=u<== =X9<)\O?)\=L7=Sc>(\?p?ףp?{n??{?p???u?>>p?h???G???G=>=u=<@q=?= @?H?q=?{.?q=?????ʡ>h>h>L7>O>\?>>Zd>h>?y?$>m>O ?p>b>o>7>H>33>y>G>}?>>>X9>q= ?O>ף>> #=Q8>1,=-=%>Y>'1>V>%>F>Dl>o>N>%>->Q8>x>Q8>Z>33>/D?Nb>L=S>9H>#y=X94=B`e=">=)\=R>R>)\=P= ף==>C >ȶ>G?q=b@J ?=Z?K@ #<>!? =#=B`=B`e!r> ף>u>V>)\/?/D?C?O?%!?B`e>????fff?ף@?l@<33@Nb>>q=>)\>>Z>u=H?z?= ??p@{?@=?>>G>?5>T>X9>D>ף>>{?sh>C ?>G!?S>u?= >?= >?!>#>>u?>>>->sh=j<==?5?=`=ҍ>d;_>>o=O=o;">=u=X94>= =1,>G>w> ף== #>C >d;==1,=X9=Q=•??q=J?OM?>>sh>>E?M?J?{N?hM?@?+?1? 0?$>=%>=t=/?=)\?o>B`>>%>>~*?B`?vN@33s?Ga?\?̌?)\O?ףp?Qx??)\O?)\O?H???'1>ˡ>t>z>M>$>33>->H>>>?5>q=>ҍ>k>33>z>R>w>= >33>?5>\B>)\>B`e< ף< #<Y=>>Q==d;={=d;_>w=L=Q8=>->F>=->=G=O=-> 0>===>h=o>9H==\==T=\B> #>;ߏ>w>>X9>^)?~*?n>/]=>ˡ>!r>>@=h<+=B`$?J>D>̌>η>P>u>Q8>^>= W>|?>|?>C>V>9>>J >J >&>>G>><ף0??= ף=p>>G>u=u=C =sh>u>k>= W>!>= W>{>>ff>\>>R>ff>ff>>>= >ף> #>V>n>(>\B>ףp>}?5>v>>`>x>>t=S=B`=h==T= ף=ʡ=Q=C<==S=/]>%>>==S=?o?}??x ?= >'1H?P=u>v>`P?>u>E=9(?<㥛>>+G?㥛=u>ˡ>->>`>`=>1,>{=Om?Q=!>J >jt?\?C>)\>= #>)\>Q8>ff??L?????@?tp>>\>?ף> ף=<<)\>p>>= W>=p>q=>S?^>D> >5^>>\>33>>>V> >^>q=>/>o:o:Т><;X9;O>=>>>)\>G=>G= #>={.>> #>=)\>G==)\>)\><Q=>>>)\>G=G=>)\> ף= ף==G== W>=/]=">9= ==P=@=㥛=>\B>v=Y=9H=P>C >ˡ>I >Zd;>w==q=>k> ף>)\>u>R>>>z>k>k>z>k>Ga>z>k>k>)\>q=>k>y?~ ?u>?5^>u>q= ?Q?u>33>>\B>A`>h=\B> ף>>L7>Hz>`>Nb>/]?>>>$>>>L7=-=u=T>u> ף=>33>>&>> >C>= >> ף=)\== ף=>R>(>>>G=>Q>>H>R>ף>p>= >\?R>?>{>)\?)\>p>= > ף>>G>{>q=>>}=hm=o==<== #= 0==B`e=L=/</<= ף>ף>\>ף>\>?(>>j?/>>p?>X9>o#?v> #?|>J "?>>\>>\>>\>+'?q=>->{.>t>ff>㥛>>I>>= W>M>>>>u>u>>H>k>q=>u>=)\>=q= >=>u=O=L>k>k>q=> #>>>>>>>>>G>z>z>>>>p>u>u>p>>u>H>33> ף>?\>{>ff>\>>>z>ף>1,===o=w=-=9=y&>">>P=`=T%?q=>V>?9(?q=>>? ?p>33>\>33>;?h ?{?B`???>\>? ?>9?y?>shQ?V>>>\>D ?V?L>>\B>A`>> +>m=>>>>>>>>33>>{.>>>>L>k>q=>L>=<>>>?>p> ף>p>\>>p>ף>ף>?ף>{>{>ף>p>z>G=k>)\>{.>>>>v=/$>Nb>9= ף=^I>5^=Zd;>= =j<=9H=A>P=rh>G==o=)\='1>P=C ='=C = ף\>>> ?Nb?L7 ?9?G>-?b?V>^>q=>n>>ҍ>/>"[>o>>>L>;>&>>ff?G=33>Y?(>?5^>fff?T== W>>+>w>Q8>> #>>Q8><>Q8>>{.>>>/=㥛=%=-==(>= W>Ga>=p>Q8>fff?H>33s?t? k?d?G=u=G=u=G=)\=L=\B>\B>G= ף=G=)\=)\=/{.>\B>>>)\>)\>u>u>u>{>{>>)\>)\>)\>= >>p>>Ga>>)\>ף>\>ף>\>\?>\?>A>>p>>p>>\>P> >㥛>bX>X9?m?>?-? ? ??V?X9??z>'1> ף>C>T>9=J >S=<>>>u=u=G=G= #<>L==Q>}=o==\=L=>)\>ff&?V>\>>>G=33>(>?5^>)\>>=>> #> #>)\>)\>)\>>>=G==)\>G=)\>>>G==>)\>G=>>=G=G= ף=>>p>G>>G>>G>>G>>)\?H> ?(?\?)\?G>{>ף>p>%>r>= >>>>= >>>ף>>>T>>j>z>>X9??/>l>>p>?>j<=C =D;O >&>h>&>&>D>/>D>&>Q>/?F>&>\?o>#>ҍ>O >x>ҍ>p=>&>q?D>D>Dl>&>D>D>D>Dl>O >Dl>"{?/݄?w>&>>=G=Q= ף= ף=)\=>%>Mb>G=ˡ>ˡ>C>z>w>>G>q=>h>Zd>ˡ>^>S=/>+>#y>t>>η>>;>>m>p>\>>z>?z>(>G>\>>\>p>G>= >(>?>>lg>>n>َ>Hz>q=*?'1>?-?t? #= ףp=>&1>&1>&1>q=>T%?Q=&>=@>y&>o#?ˡ%?(?sh?v?>㥛=L7 >=u=㥛=sh?u=Sc>Ga>F>=1=o;>>h>z>;>>X>(>;>>>G>;>> >j>#>?>>/>P>ˡ>`P>>bX>>;O>>bX>ˡ>Q>>bX>j>z>L>Q8>)\= #=< #> ף=R>R>B`eB`>{.>R>z>k>>m{>>q=>G=33>t>> ף>>33>Q>33>B`e<?= #= #<{=%=n>O=n>-=Ga=?5>T=Ga=O>= =/>==C>=P=C>=C>=X9<>=">O >=y?>?~>>33>'1(?;?1>= >ף>>Q>h>>7A?E>/?5?q=>z>/ݤ>Т>u>)\>`>V>t>S>>?5>>>>z>z>z>k>k>k>>>>-?33>33>7!?>C =;o=#y=x=o/=X9>o;h<o:o;h<333>!>~j>P=>J >M>>Т>v==Zd>t=Q8=Zd>?V>->+>Ը>j=ȶ>=Q8=Q8=R>P=?E6>o?/$>`P=9H=-=}=u= 0=@=㥛=C==o>=l=㥛>o=o= 0=>>Q>(>X9>l>>x>v>D>\>1>>>>>L7>O>q=>X9>µ>!>>ˡ>Ը>q=>)\>q=>h<)\= 0=o;d;?? #<1< ףw=ȶ>tv=>L7=L=;ߏ>hm=-2>D=->>1>o>->o>{>x>&>J >>  ?%?㥛>`>L=n>1,==D=~>ff>= #=C=L7=C =>sh=%>=O=C==-=Q8=-=%>1,=L7>)\>q=>)\>)\>)\>)\>)\>)\>)\>F??u??5^?R??&?Z$? ??l'?/??ff&?'?G!?V.?\>+= =o ?S?%>o>T>fff>K>>(\>1>F>?ˡ??=L7 >=P>L>n>sh=T=n>==5^=>\=333>@==P==\=X94>ʡ=1=%=P=`P=K7>X9>K>^I>==> #=>=H>m>>>Ը>= >>>>= >>>+>1>Ը>η>+>>5^>= >>>>= >>>+=F@I>>+=V>R>G>R@G!@m>L>%=w=X94ff&@=O=-=T== ======O >;<ʡ=u= #=Ġ>Zd?Q??5?L7)?>M>>>d;>>1>V>{>z>(>\>Q>q=>G>>{>>>z>>z>>33>>w>j<=t/<5^:?333>~j>J >>v=t=V>j==P=E6>/$>w=to>o>x>J >>  ?L=o>T>1>F>?j<@= #>>)\>>Ga> ף>>{>{>>>p>?{>?Q>>33>ff>\>>Q>>H>q= ?)\?p>\> ף>G>\>p>Q>o;C>o;/o:<L?AQ8=T<ˡ??L7 >L7 >=={.>j=@=n>=5^=\=@=>> #> #> #= #=>={.>G=>>{.>{.>> #>{.>{.>)\>C<= ף;{=X94===T<9==P=#=}==+={=1,='=Ga=sh=-=/<= >>{>>>>{>>p>\>>>Nb>Q>>x>= >>>>P>Q>>33>>Q>>R>q=>k>R>L?`=AX94<1,=G=X94<#y>sh=X94=9H=B`e< ף<)\>{.>{.>>>G={.> #> #>G=G=G= #>>>>==> #>=)\>>>G===>>)\>)\>sh>o=1=V>T=T= ף'>v=33>㥛L=/>q==X94==t=)\=>o=v=X94=E6>=Q=)\>G==)\=I ?Zd?V?L7 ?Z>->'?-?y&?\"?Q?I ?j????(? ?X??5??H?V>Z>V> # ==t=t=C ==C === W> ף= ף;`P=hm=L=D<j<==Q= ף=Q=>)\=u=u=u=\B>u=>"== #=Q8>L=k> #=u=33>><~>`= ף<k>u=<h? #<X9=㥛<)\=ˡ>C>o=>ʡ===G=o<'1?Q=o=Y=u< ף= ף=L=L> ף=u=>L= #=)\>>)\> #>G==)\>>== #>==Q=u>)\>G==Q8>Q8> #> #>)\>G=L>G=G=)\>9H=?L=+=v>>}??= ?hm=+=%>=u='=5^=/=n>=C =p?X9 #===/]>C=o:B`;B`<=Q=== #>G=)\>=> #>>> #>L>G=Q8>Q=)\=u=)\=S=G=Q8>{.>{.>>u>u>)\>G=L= #=L=\B>\B><)\==L=k>Q8> ף> #= ף<)\=G=<Q8>#y= ף< ף< ף= ף< ף<>D<=o<u=>Q=G=Ga>>)\=u>>k>u>>K>k>>n>=j=u>)\>=P>%>+> 0==P>v=㥛={.>n?{> ף<= ף<= #=(? #= #= #== ף<L=>>Q=L=X94o='=o:w= ף;j<= ף<)\=G?>{?q=> ף== W>ףp?{.>{n?)\=L=?{.>=L=u=q=>\?L=Hz? #=Q8=}=㥛=G>w=sh=j==)\=j<=O="=>+>A`>L=q?B`e=<)\=C = ףY?u= ף= #< #< #< # ף< ף<< ף< #< #= #< ף< ף< #>(>ff?/>L=1=)\=T>=B`C =O=o=?h<<1,==Ga=L=G=B`<33> ף<333??w=c????̌?̌??==>)\>/<jZd;>= #=%= #=h ? #=xi= 0= 0= 0==<A`>L= ף=t=< ף< ף</]=㥛<+?333? #<1o: ף< ף)\>=h?@ #=L=L=)\= ף= #==R?@? #<?L>)\={.>\B>D\>\>\>>>\>>>>>>>>>>>>>>>>>>>33>?33?B`e=+=u=)\= ף;B`e<<D; ף;=tD;\>33>\>33>>33>>33>+>+> +>G>"[>v>/ݤ>^>$>> ף=33>>> ף< ף==<A ף)\>= >>B`;o;u=ף>\?\??o;%=o<o|?>Q>=L==Q>w>z>(?B`?)\>I > ף>> ==->+?5^?Dl>Q8>;>V>Ƌ>>ˡ>w> ף>'1>T>C> ף>>>+>!> ף=T=Q8> #=>>)\O?>L=)\=㥛< ף=ff? #<#Y?)\=Q=== W>>= ף>A>L= #<9H=9H=o: ף;o= ף<)\>'1>k>Hz>V>(?(?(?h=+>>J >>sh>o>T>>u>>J>>n>< ף<Q>G= #<= ף= #=J>Q=< ף<> ף=+=>u=Q8>Y==T=-=j<<1<x= ף=v=K7>w>k> #=h=P>'1>~j>z4?>h=h=>>I >R> =u>>+?Q8>n>u=\B>\B>=@=Z>X9>>>Z>L7>\>q=>9>L7>\>Hz>v>?{.>)\=)\= ף=33? ף= #> #= #=h>>{=@=hm=)\====L?===t=`P>= ?Hz>V>X9>p=>B`<ףp>jh=Zd> ף;Т>>== W>j>-=?>=d;?>p>p>=㥛>>q= ?>>G=`P= ף;>9>>'1>">ȶ>>C>J >">->&>>m>">V>B`>m>E>">=>= 0>j<=I>>>R>n>n>L>u>l>>b> #<C<`=o;>)\= #/=(><Zd>M?z>F=M?u>'>v=33>㥛L=/>q="==q=@d;>+>>L7>o>=oV>1>>C>r>>F> >> ף>\"?d;? ?&?.?Z$?T%?ff&?>>>>'?M>/?*?I> ?|?v?)\= 0= #<o</>B`e=Q8=Q8=D=D=j<=/7>+>Ȧ?ff?>X94=L=P=+= #=>'1>q= >jhm=v=C =G>l=P=B`<=)\=E6>o=><Zd>ʡ=#=t=>'1?>1>%!?Z$?>O-?7!?v?5^>K> >>1,?~*?+'?>>/>j>Zd?Zd?#?? ??D ף;D;o; ף< #=%=jx=G=u> #=L=T<=)\=E6>o=Zd>ʡ=B`>=P=>'?>u<;E6>o=t=d;?p>p>㥛>)\=>q= ?>> ף;@@@@@@@@AA AA@ AAAA0AA0A@@ AAAA@pA0A@@0A@?@@@ApAAALBAA A@@PAA AAA@A@@A@@@@A@pB@@@@@A?@@@@ A@@PA@@@AAA BtB@@@@@@@??@?@A?AA@AA@A@@ AAA@@A@@@@@@@@@@AA@@@@CC A A`A@ApA@A(B@AA@AA@@@@@@A@@A@@@@@DCC DDDD&D@DCC D&DCBMCCCDCCDC'DCC@?@@@@??@@A@@@@@@@@@@@??@@@A@BA@@@@CC@@ AAAA@@CCPA@A A8DCCCCBABBBBABBBBA@A APAB,CC&DCD&DD&DCBCDD*CC&DCC@DCCCA@A AAAAPA@AA,BA@@ BA@@ BA@@@@@@A@AAA@@A@A8D@@@@@ AA@@@@@AAA@A@@@CC@PA@A@AA?@?@?@A@@@@?pA@@@@@@???CCCDC0A@CHDCCDCD&DMCB1CBCA'CBBB?>C@AB BBDBB?@A@@@@@@@@@@@)D,D0AA@@ AAA@0AAAA@@ AA@@AAA@AA@@A@ A@?@@@A@A@@@@@@@@?@????@?@@@@BABxBAAAA@A0ApAPA@APAAB@@A AhBA@A@???@@A@@@ B@@A@A@@@?4B@@A B0AAA@0A A AA0A AA@A@ AA0A A@@@@AAA@A@@@@@ AA@@@`A@?@A@@@@@@@@@@@@AB@@DBA A@A0A A@A A@APA@DB@AAA@@@@@@@@@@ A@ AAA0AA@ AAB0AAB0ABBB A0AB0AABBpAB A0AABBA@0AAAA@@ AA@@AAA@AA@@@@ AAA@0A AAA@@ ABA AB ALBAACC B4BBCCCCCA@@@0A0A?@A@@@@@@@@@@@@@A0ABBBAA AABA A AAB AAB BB0ABAA@ AB@B AAA@@@pB@@@A@@@@A@A@@@@@@@@@@@ A@A A?`A?@@@@@@@@@0A@@BB4B@0A@@@BHBHBHBCCC6D@DAAApAABADCC5DDDDBC@@@@@@@@@@@@@@@@@@@@@@@?@@@???A?@?A@AAACApAApAAB6C4CCBdB%CB,CBBBCChBBCBAA A@AdB CCBBBAAAcCmCjCnCmC^CBBBAABABBABBAABBB&DC?C0CMC\C#C=CDCWC#C#CCCCXBPB@@@@@@@@@@@@@@@@A@@?@@@@? A@@?PAAAAA AAAAA0AAAAAAA A@AA BB0BB(BBdB BBDB8BBxBhBBBBAAA@AA`AA`A@@BBBXBBB B0A AHBB`BCAApA\B`BXBPBLBLBBB(B$BTC#C@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@0A@@A0AAAAAB@B@@@@A@ApAPAA@ AAA@A0ABpBBhBLBHBABlBiCABBBABhBB`AAABBBBBBC@AA AAAA?@A@@@@@@@@@@)D,D0AA@@ AAA@0AAAA@@ AA@@AAA@AA@@A@ A@?@@@@@@?@@@@@@@@??????@?@@@@BABxBAAAA@A0ApAPA@APAAB@@A AhBA@A@???@@A@@@ B@@@A@@@?4B@@A B0AAA@0A A AA0A AA@A@ AA0A A@@@@AAA@A@@@@@ AA@@@@@?@A@@@@@@@?@@@@A A@A0A A@A A@APA@DB@AAA@@@@@@@@@@ A@ AAA0AA@A@0AAAA@@ AA@@AAA@AA@@@@ AAA@0A AAA@@ A`AAA BCA@@@0A0A?@A@@@@@@@@@@@@@A@@@pB@@@A@@@@A@A@@@@@@@@@@@ A@A A`A?@@@0A@@ApAA@0A@@@BHBHBHBC@ABTBCBC?@A@@@@@@@@@@)D,D0AA@@ AAA@0AAAA@@ AA@@AAA@AA@@A@ A@?@@@@A@PA@@@@@@@@? A????@?@@@@BABxBAAAA@A0ApAPA@APAAB@@A AhBA@A@???@@A@@@ B@A@A@@@?4B@@A B0AAA@0A A AA0A AA@A@ AA0A A@@@@AAA@A@@@@@ AA@@@A@?@A@@@@@@@0A@@@@A A@A0A A@A A@APA@DB@AAA@@@@@@@@@@ A@ AAA0AA@ABCAB CA C CBAACAB CBACAABC CA@0AAAA@@ AA@@AAA@AA@@@@ AAA@0A AAA@@ A8BLBgC BCA@@@0A0A?@A@@@@@@@@@@@@@BACCDBDBABCBAABCABCpBCA CBBAABABABA@@@pB@@@(B@@@@,B@A@@@@@@@@@@@ A@A A@0A@@B@B`B@0A@@@BHBHBHB= W>\>p>{>k>33>)\> ף> ף>Ga>p>33>{>u> ף>)\>R>>L>Q>{> ף>k>>u>>)\>>ף0?>>\B> ףz>q=?\>H>{.?33?L@Ga>33???R>q=J?5?@ff?ף@z?p?= ?? ף< ף<u= ף>>{.>>)\>>z>\B>33>>R>= W> ף>>)\>z>Q8>\>{>{>Ga>p}?G?R>q=>Q>z>ffA33A>>Q=L> #=!@< ף{.>Ga>(@L>L>?{.>L>= >ffA{@33@A ף<Q@p@p@@@AffF@z>@A@q=@(<@33@@@>R>{>q=>G?33s? ף>k>\>>G-AA>q=>p>>G?Q>{>>33OA?>>>>XB{.>Q8> ף< #< ף<%@p@@p@@@@>@A\"@{@@33@A̜@@33@u>Ga>)\=u= ף=Q=ff&?\B?{>>H>H>XB{>p>E?= W?= W?= W?(>ף>ף>>ף>ף>)\? ף?>33>(>p>u>u>AB@GAffvAA< ף==)\== #= #z?Q@ ף< ף #=Ga> ף<>= W>H@)\=)\= #< #< #<u= #k>= >33>\>Q>ff>p>>p>Q>{>= >Q>>Q>>{>??= >p>G>>R>Ga>G>Q>>)\= ף ף=u=)\=> #< #<)\= ף< #< #<=< #={.>> #<(?G?33?ff?q=>zT?zT?zT?R??zT?5?G!?= >?Q?= ?H@???zT?@H:?k> ף<= ף<>= ף< #>>p>>>>>>Q>>>>p>ף>>>p>>\>>33>(>>? ף?>{>(>Q>Ga>u>= >{>\>{>L= #<===<=L= ף< ף= ף<>>k>=>>Q? @(?>ף@??H?{>z>)\? #?U@ff@333?333?p? ף?G?33@>>Ga>L>{>>>>>>>33>>Ga>= >̌?\B>\>ff?\B>ff?ff?= ?L>\B>R?\B>p>ff?9@??\B>\B>\>??ff>Q>>Q>33>>>33>>33>\>>ff?\?>Q>(>\>>>= >Q>\>p>ff>\>>\>p>33>= >Q>>Ga> ף>R?k>Q=>>p>{.? #< ף<\>>>>>>Q8>z>>>ff>>{>{>>G>Q>>\>(>G>\>(>?>\>\B>? ף?R?(>(>>z? @p>> #> ף>? #> ף>??µ?\B>?\>\>>>\?L>? #>R>p>>33>z>ffA)\>u>u>Ga> ף>u>33>\?k>>33>q=>>{>>>)\>>>?>> ?{>>>>>Q=Q=)\>L=>R?p>\>(>Ga>Q>P@@)\@R~@zt@G> #>u>>{>{>= >)\=L=Q>5? ף>?Q8> @)\>@p>)\??L>\>?µ?\B>>= W>=>>k>= W>ף>L?@QAp@A @)\@ @ף@@p@Q@)\ A@@= @=u= ף<===>(??(>ף>??Q=??\??{?? ף?E?|@((AH>?\@̬@==u=============== W>)\=u=u=u=u=u=33@@̬@{@R@\@Q@@q=@Q@@)\@@{@>>Q8>R>L>Q== ?z?R^?H*@?p=?\??{n?k>L?RA33@p?>>@\?q=?(?33@q=?Q?{>>Ga@{.>33?333?p?)\?>\>> #>@)\@=Ga>\B>G!@)\O?zT?33>ף?? ׃?H>zT?)\>u=u==33>=p@= A #= #=>L>= ף<>=>>=ff?u>)\>333?k?@?= >33s?\B?)\O?H:?ff?q=?h?{?= ?9@ffA)\WAx@z$@fff? ף?p?G?u>AffAL@H???u=Q8>>= >>(>̌? ???>?>?p?q=>u=Q=>=u>33S@RN@Q=q=@ ף=L>= #=?=L>q=J?Hz?)\?ff??Y?= ?(>)\>\> C@i@p}?333@33?)\?ף?z???@G@k>u>k>\?ff@ff?H?>= ף=)\=)\=)\=u= ף=)\=)\=G=u=>R>>)\> #=Ga>ף>)\=>fff?>)\>>>L>=?? ף<?>>>??333??= ?z>G?q=A(A\B?33s?QA?ף?@ףp@\>µ?(?ff?p}?==( @G@>>>???z>Q=Q=\?= W>= W>{?zT?AB?L>???>@?>L?>?>?L?= ף>=333?=>333?333?ף?>)\> c??>u>L=\B>u=\?<k>\?Q8>{.>Q=u=u=< #> #> ף< #<=)\> #< ף=Q={?ףp?q=J?R>)\>R>>L>p>{>>Ga>k>{.>Q8>L>G=\6ATA= AH??G@G@ףĂA{>)\>>\?=z?333?@? #>>L=L?ff?= W>>)\>(?= W?ff>(?Hz?)\WAQ@G??Hz?G?p?p?(>p?33?H*@{>?G?333@(>?(>z?)\=Q=== ף< ף< ף< #><> ף>L>z>q=>>z>L>\>Q>{>k>Q>> ף>Ga>)\=>>)\>q=>Q8>Q>R>>= W>{>>{>?G>+?= ?)\??G>333?(? ?@?ף0?q=J?= W?p=?L?{.??zT?@?ף0??= W?\B?q=J?333?q= ?Hz? ?H*@(,@8@(@Q8@q=@H:@@1@@?\??G!?p=?(?@?z?33@{.? #?? ?z?q=?ff?>Q=P@(@P@(@)\O@(@I@z4@H:?fff?Q@@@ff&@= @@@%@? ׃?W@@zT@G@HZ@33@?ffv@{@Q=)\=?\B>ffv@{@ffv@{@= ?33S@?= ?q=Z@R?333@7@\"@0@5@G!@5@9@z$@{.@z4@!@= W@zT@q=:@W@zT@q=:@W@zT@9@W@Q@H:@= G@?zd@ff?+@= 7@z@Q(@z4@33@{.@8@ff@%@0@ @RN@ S@= '@RN@ S@= '@RN@ S@= '@RN@ףP@= '@@?)\> #=@@@= >@z? #=33CA,@Q8@R.@@ #=L==fff@,@G@G@)\==L= #<,@,@@,@Aff.AA,@̠Aff@,@ff@@ A@@@@@@@@)\=@ A A0A9@@@@@>@@A(<@\"@R.@@p@@{@p@R.@@(?+?+?Q8>= W?= ?R^?G!?{.?5?Q8? #?)\=G==%@p@5@1@@H@p@@@Q8@,@ff@•@ ף=k>= W>@@Q8?5?@??(?ף0?5??q= ?333?5?G!? ?Q8?H:?Q=ff&?zT?H:?= W?5?ףp?L? ??H:??z?\?p=?,@@33@@9@@ff@0AA@33@A33@z?(??H:?(?ff&?q= ?\B?{.? #?)\?@?\B?ף0??q=J?G?)\O? ?G>(?ף0? ?(>= ?{.? ?p=?@H@;@7@= 7@L?= W?(\? #?ff&?5?H:?5?G?Y?h??Ga?{n?Hz?ף?z?R^?q=?@?( @µ?Q?= >)\= #=?\r@\r@Q?)\O?L? AG@k>A)\A0@@z?33A\AףP@ף0@>Qx?5@@ף0?p?p}?\?+?G?R?ff&?333?Q?5?G??Ga?L?q=?)\O?\>z>= >̬@33@@33s@ff@9@ff@@ff@333?q=J?p=? #?R^?333?z>>= >{n?{?ff?ff?>Ga? ?\B?@?= W?H:?5?+?L?{.?L?zT?ff&?(?E?Q? #?{.@>R?Ga?@zt@z@L?%@5@R.@H*@5@(<@ 3@)\/@R.@R.@A@H@ 3@p-@<@p?H@!@(@R.@@@ff&@ff&@Q(@ff@!@@%@H @@R@@ #=>)\>\B> ף=Q8>== #<=>7@33#@= 7@;@%@ף0@5@ #@p-@8@@H*@ 3@ @0@8@@Q(@\2@@?\?Q8@?)\?ff6@{n?z?9@{>@33? ?(?R@33?A?Q@h?ff?ff? Afff? @ff@??@@@8@ff?\?ף @= W??ף0????= ?)\??RZAzD@Y@ c@pm@??33?33?(> ??•?R??•?ff?Q? ף?G?= ?{?H?R?= ?????H?{? ?q=??Q> #>L> ף>)\>={.>Q== W>q=>u>u>={.>L=)\>Q=Ga>{> #=(<@7@z4@A@z4@A@R??(?G?(??p??)\?ff???H?\?Q?ף@@333@@@\2@A@ 3@?'@q=RAף@A A)\?fff@)\ AA{@yǍ@@@Y@fff?Ga>>?33?fff?33? @@33@@(L@ffF@ff@ff???? A@?@??= ?Q?{?)\?(? ?µ????= ?ף@{?ף@ @\?p?µ???R?R???\?{@AH@33#@ #== ?R>\B>>z? ף<)\>Q= #>= AA33?>>@@>R?H?@33@(\@{~@@@`@@@ @ @9@@@??= 7@333?z??@z@@ף?Q?@@q=J@@AA@AQ@Q@AQ@4AAA33CAffAffA$A333A #> #< #=Q8>\>L>{>Ga>L>z> #<= W>> #< #< #<= W>== W>k?)\?p@ff&@q=@!@ff??{?\?U@Hz?z?(L@{>@)\?@P@{N@zD@HZ@9@G@ @ @G@ff@@HA{.A @)\?@33? @•??? @?ףP@33@ff&@@ff?A8A?A@>{@AA@ @{n?= G@z?(\A)\gAףQB̝BABBBffBffoB33BB{@G!@u@Q@ #@@G@{VAףAH@G@H@q=@U@ff6@ff@@33@@ @= '@(@ff6@z4@7@(<@q=:@5@U@U@U@zd@zT@W@ #@'@X@p]@333@ף@@333@GA@R>@HJ@R>@HJ@'@{>@ף0@p=@)\/@ף@@1@33C@Ga@QH@= 7@ף?Q???? ??Q?33?)\?Hz?G?E@W@H@HZ@)\?R?)\??`@H:?ף0?EB{!BBB@@@@AAAA{zA{ B= AA ???ff?p?AAףP@̌@̌@> @)\?@ @•?z$@@@\"@ff&@\"@+@ @\"@z@R@ @@ #@{@z$@1@1@)@{@%@Q8@ #@'@5@)\/@+@ @p-@!@(@{@)\?@{.@{N@8@{N@8@{N@8@{N@8@RN@G1@@[@5@R@q=J@ף`@U@\r@{.@@)\?@G@\2@= @)\?@G@@U@@(L@HZ@E@q@33?)\??G?p@33s@)\_@@ ?Q8@ ף<Q= @@= @k?q=???ף0? @u?Aff&?̄@A)\@GQ@? @k@?ף8AQ?33C@7@p]@p]@)\?p]@)\>p]@ @ @@( @?\"@u?= '@Q@\"@{@z@H@{^@33@ @ @ ?q=?q=??p?{?{?)\??{@7@G1@ף@@??R@@@p-@L@,@A@ף@@(L@0@z$@@ף @p-@w@p-@9@z$@G1@0@H*@= ?33C@@Q@(l@@{@(A33sA!AA,AA33A33mB(BBB s@%@ #< #< #< #<L=ff@?{&A{&AG@̬@BffA @9@{@333@333@333@H*@HJ@Gq@= @ff@ffF@ffAAffA@@z@ @\B@ף@@(L@z$@R>@ף@@(L@{.@33C@ף@@(L@ 3@ffF@ף@@(L@G?@?ף@)\?Q??H?= '@\R@ף@@ c@ff&@P@ף@@ c@= '@33S@ף@@ c@? #@`ĀAµ@ף@q=>Q@G?\r@QH@?p-@!@?\@ ?ף?)\?= @z@?{?p?p?ף @ @G!@(@)@(@H?= >@5@Q@p@??ff?Q@z$@zT??p=@)\?z@q=? C@g@G@@ff&@@H@@%@Q@@= ?@%@@ @33@@{@{@{@ff@@@= '@= '@= '@?@@ף@@?zT@>\>= >)\?p>R>@ #>)\>>= W> ף== #> ף<=G=zT@)\? ?(?{?G?Q?ף? ??{?ff??)\?(?\?)\???R?)\?{?\?ף?z?ff&@+@%@E?ף><L=)\= ף=< ף<= #=)\>+@= '@+@,@,@,@,@,@,@)\??z?????ף?\??ff?z?p?z??H??(?0@>@ ף= ף=(?)\= ף< ף< ף= #< #<33> ף< #< #< #G?>p>(?z?)\> A< #> #== W>)\>? #>u={>Q8>L> ף<)\> #<u= ף=>)\>)\=G@@p?H?R?= ??)\?ף?ף@@p@@9@z@Q(@ @P@,@(<@ff6@R^@Y@{N@R@ffv@{@,@0@{@Q@(>L>= >{>Q>>u=G=u>p> #=Q8> ף={.>>L== #>{.>R>L=)\= #>Q> ף=Q= #<H:@z$@,@33@ףP@= '@q=:@9@5@zT@W@)\/@@;@{@p=@= @L@H @<@,@8@)\/@(@R@ #@@)\@z$@G1@= '@?>@33#@'@= '@= ?ff@@@@ף@ @%@,@(@ף @H*@(@p-@R@ ף=)\= ף= #< #= #= ף= #=@<@{@;@p@{>@R@5@)\@@@?@)\@Q@33?{@?p@?R?Y@\@= W@G@(\@ @z4@8@ #@\2@ ף=33>@>R>!@ף0@%@\@{@p @p @G!@q= @@\"@R@Q@(@q= @!@333@{>@(@1@q=:@= G@,@(@%@= 7@33#@H*@)@@@= '@ #=u=Q=k> ף<)\=Q=>>Q=Q=>ף0?R?\B?33s?H:???\?H?@)\@ff?̬?ff?Q?Q8???33?ff?fff?(?p?????h?Q?ף?@ #=L>p>R?>>R>)\>G>Q8>>R? ף><>(?+?(?)\?>>>G?<= ?H>zT?q=>L== ף<>L>)\=\B>>>= >)\?>ff>u?\@{?H:?\@B #>{>>= >p>> #<= W>)\?=q=> #>z>>\B>>)\>Q=>?>>Q=?>?@?q= ?= ? c? #?{.?ף0?R^?5??5?>?= W?>H:??>q=?(? ף>)\>>?Q8?{@Q? #?z?q= ?\>p@z>>p>•?G>\>33s?zT?L?R?z??h?)\??•?ף??Q?= W>L>G?{.?= ?p}? ׃?L?z?ff???ff?33?p>(\??>>Ga?•?)\=zT?(>(>>?Q> ?L>=>)\=33>?G=zT?=33?>>>>= W>u>>= ף<>>E?>= W?G!?Q8>Ga>>u=G==u=)\=L==?G?333?R?L?)\?>>>q=??z??p?\?G?33?>i@H>)\=)\=ff?p>ff?>L=)\?>Q=(> ף={.>=={.>>Q=> ף<< ף< ף=u=u>ff>R>u>>>>>= W>> ף>>=G!?G@H@G>{?5@\>1@?)\=q= ?\>L> #<=Ga>>)\> ף #<Q@> ף<>>\B>>Ga> #< #< #<>\"@(?k?==)\=)\= #< #< #<=<= W>>u>k>< #< ף<Q= ף=)\= #< ף)\> ף< ףQ=ף @Q=<?\>z>>?)\> #<Y?@ #< ף< @ff@ff@@@@ff@ffF@ @@Q8>)\> #==Q> #<@?=> ףQ=Q= #= #= #= #< ף= ף=< ף=z><Q8> #<>>>> #<H??=z>R.@ffF@ף>>H>?E?>>Q>Q8?{.>>>G= ׃??>=)\>Q={.@ @1@ @1@H @z4@ @7@ C@`@e@33@z?X@= G@zd@I@{.?ף0?ff&?= W>Q=33?G!?u={>Q> ף<)\>???? #< #<)\=z>{.>u>?>pM@zD@GA@)\?@{>@p]@W@E@HZ@H@QX@I@pm@E@p?E?z?33>p>H>333?= ??@\?k>G= ף<u=@Q8>)\>q=> #<)\>E@ff6@z4@H@I@ff6@333@z4@ffV@E@(@X@zd@G= ף<??(>(>>Q8>u=Q>L=ff>{n@p@U@5@X@= G@ף`@G@= G@{>@5@H:@)\/@@= ?k?= W>p?< #<>@A #<>L>Q8>?ff> # ף<?(?L>u=R@= @ 3@G!@(<@{@33s?{n?ףp?Hz?(??33?z?H?\?)\?\??H@???̌?z??=Ga>G!?ף>>?>?=Q8>R>)\>R>)\>=>Q=!@ף???= ?ף??)\?= ??= @@(,@z$@z???ף?G??G@??Q?\?R??Q=)\= ף=)\=z>)\? #=)\>Q>>)\>Q=BBAAAABBBBBdBtBpBdBBBBCBtBB|BpBXC*C>C CC"CD@@@@@&D D@ACA/D D@ DD,BD@C`jFA`EBBBBBBBBBA@@5DBBCCPE4D,B!C2CAACBCPCCpB0NEAC"CBCBB CCBBB|BCBBCClBtBpBTBRD@DCB4B$BF@EWDrDCrC,DBCB DDC:CCC DBHB6CB C3CBDDBB E,CDCCDCC?D`DEDDCCC`DD!E`DCDDMC@DE@cDE@E@DD-E`DCB4B4B@AAAB E BpBAB8C CB`BA$BAA|BA,BAApBXBDD2CCBB$FFBBCC@bD7DCBcFHOF(CRCBBGDDCE`EF,CXBBBBBBBCBC@BDCaFOFBD@0TF0AF DDJCCCCCAC6CACC@AD!E`Dp!E`PE`D B`D!E0A@ECSDD`D DEDDDA\BBAXC8BAC(BAAABAABAAAA CC!CBBBTB\BB B B,FB$B1C%CCCCsCdBBsCBdBCfC@BE GBBCHBBCZCfC\BC:C@DDC@rDBAD?BAB0C-EȉE'E`D`DȉEzD`EB`D`D`D@@@@?PA@@E@_EpAXBAAABhBDBAACCB C C BCCAB_G"G@@ A@@@0AC`C@B@@@CBbDLB`D[CoCB}D@pDADXDBA?@@@BA@C@@0E0E?E>DDDMDDzD@vDxD#CCAB$B@D@NDC@dD D DmD`D@@D)D@:DDVD@#DC$D@}DBBBBBBFCC DBCCDBCDDDHCBC@DBCCD@gE@9DDzCBCCDDA@@ACC@DBA@0A@@CB BCBPC C@D0A@NDpB D-C5CCCJCA`DD`D@D$E7C DCD@+DC"D C A@@pABB4CBBCB C=CLC@DCLCKCLCKCCBCDD@DtDuDECCDCECECC@DECC@DvCDBCDCCECC DwC D#CC`ABPPE(BB BuCBC@BBBBBhBBBCD`DYC"D DPDDCCCKC>D|BBCD D@DCC?A|BUCCKCABdDAEA/CCiCCB=CDC/CFCTC2CCBB@lB@AABLB@DCCCDDBC9CBBBCBSC\C@D@ABCCCPA_CBTBpA0AA AD@CBCBApBB*DGCEYDDD[C@,B BBpBC@D D`D@6DDDCD@yD ED(D0_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_E_EBBB$B3CAMDC?B ABBB@[FCBBC"DD DaCCD0ED@pDJD@dDED@BC0EpA DD DD DCD;C>CACOCyDCC_E_E_ED+CRCC@DB@ACB_E`FCC%D%D@DJCCCCC6CBCDDjD ECEhBCCBF&FHCA5DPPE@NE?@DCCCCjD@"DD`E`DuDD)DBAA@,B/CDC|FHECPBжEFC~C_EPG0_E@DEDD>DpDHB DOCZDBCDDCABC0ABhBADCDBBA C@BBBABDжEDvDTBжECpBCHD ExBBEMG FC"G$ECCED`EPE@EmE@D_E_E0_E0_E0_E_E_E0_E0_E0_E_E_ENE_E_E0AB@@BB0DB`DB_CAECC=EEC`DE1EDBE`DDRC?DA D@@@DCBuFC=C'CAPAA@@?hFCAE&D`BDC`DCC ACDG.DDAD -E1C$C{D B`DCPA@?B/DBBC|B|BCC@ DBB BA`EBB A@zCCiCMCMCICCDCC@DC CgDDCCB A A@@AD@DgDHBA+C CDBzD@^DEȄECqDBBCnCCBCC??@@@@@@;CC:C CB@AC CPCRCB BBCBpBBBBdB@CQC1CBCB7CUCBBiC4CBBHBhBBBB/DZD@iD*CHBBBqC2CBBB?zCDCGC@@BAbCBhBCmCIC(BCCCBC CpBBdBxBHBpEEBdBPBAApBB BB>CBBCBAAB@@@|CBCTBHBBB4CCCC@'DHFFFG҉GւGBB?=CaCpBBA@@CCDDAC CCCBC4CCCHBBBB BB"CBtB\B0CB`BBA@BBCABBBPCDCpBBBhBQDXBB8BB B8BCC0BCBCBBBBDChB|BpBB BC@@@@@CBDFFF8BB@A@BA@PACCBB-CA(DCCBHBHBHBHBHBC@DRCDBDEBdBDBfC0F`DAGDDECWDECDHBCD@DEC@DG B9F\CCBBBBB`CCB`BBA@C`C#CXBCDCC@DCCBBC(DBCCCBfCC DBC CC2DDDCCDDBCCDC DC*C DG"E;D/EDDCFB!EBBCYCC@B'DCCCVCpC-C#CCPCCGCCB\BCCBlCBBAC4BtB[CCLBBCBCAAABpABA@\BBA_E~C@ D@@BB@@B0CCBBBA@B*C4C:C?CBCCB ACRCCBCC$BBBALC,BABDAC0ChB0ABHB`DBBLCA-C CA C/CCTEECND???AZCB,C C C*C*C??*C@@BB? A? BȉE0E@_E@pDCDBD@ED0B;CCC@@C@A~CVC@@@vD@qD@DdC`A4CBCBC1CBpBBCBhCBhBB BD@DC_E0_E_E_EeFACGC@D@|B$BB@@@CAC@=DD@?@C>CBC@fD@PDADDBDCCACCCEPD@C'CB?CC?HCZD\CC@ABBjD=CrDHBBB?@(D@ D@AB/CCHC`AB,CBTCA@CxB@@AMCBBBB؛EBC@D F@ACC)DWC@DCiC>CCB(B@BPAmDpDpDpDzDzDpDpDpDpDpDpDpDpDpDpDgDpDpDpDzDpDpDpDgDWD@D`DBBAB?A@B$B BB5F\CSCC@@FBA BBDHCDD@D@D@D?PA@@PAXBBxBBB@B?BAA,BAhB8BBAA8BPAtBBB(BBB(BBACCC CBCB,BCCLDLDLDLDLDLDLDLDLDLDLDLD@xDLDLD?@? AA BABBCAACPABBCXBCBC0AB@BCB@EE@CC@nC@CTCKC@D0A@ AA@0A@@@AABhBADLDhC5CC@pA?BApA@CBBD?B@?AA@??A?BpApA@pA0B BLBB@@A|BABCB^CBCCB CBBBPBOCBTBxC?C.C$BAAq=>>= >q=>q=>>q=>q=>R>q=>q=>G>q=>q=> ף>q=>q=>>q=>p>= #<<{.>)\>333? #> #<>Q8?L>u=>\B>)\=L>Q8>\B>>>?H>>u>?Q8>> #?= W>G== #= #= ף=Q=zT??u=??Q=Q=)\>)\>G=G= #>33s?G=)\>q=>q=>R>q=>q=>>q=>q=>>q=>q=>>Ga>u== ?Q8>?>G?u= #>q=?k? #?H?33>>=>{?Q8>)\>)\>= ?G!?H>AY?z>{.?u=ף?p>Q8> #==u= ף<= W>)\= #> ף? ף<>)\? #=Ga>q=>= W>)\>>u>>k>u> ף>333?333?333?333??=>(@G!?H??\B>@Ga> ?R>z@ @(\?4B{.?{.?Q?L=G==tA)\=Q=ף>L= #= ף< #=@ף?k@\?<<\>@ #>=@ #=R@R?33>{>33>> ף=L=L= #=L=)\>k> ף<> #= #={.>(?)\>=> ף=>>33>>4BR?ff?Q8?u> A¡A?4BR?= ף<= ף<> ף=p?p=@ #=p>Q8>)\>k>Q8> #= #=< #< #<R>R>z>z>Q==G= #?>(?Q= #?= ?R?{.>33>Ga>>>(>p}?{.>>k>= W> #= #<<k> ף<z@z@333@>>u>= W>z>)\> #= #= ף< #<>u>Q8>q=>u>)\>k>>\B>= W>Q= #< #< ף< #>?= W>>u>ף>)\=?u>>)\=(\?z? ף<Q=Q= #<)\=\B>> #<= W>)\> ף={.>L=)\>33s?)\>p>>>k>u>k>G=)\=k>\>q=>z>{>Ga>\B>> ?Ga?p}?z?ff@?z?•@?•@33@)A??@?(?•@@?pAR??z?G@ff@@Q8?? #?{>?L>?>)\O?= ?\?G>Y?u?p=?)\>u=< #= #< #<z?? A@@= @??33@33??? #@G@? ף?G@H?q=@?(@z?z?>zT?QX@= >)\O@h??>q=>G?\>33>{>)\>Q>= W>u> ף>Q>\>G>\@ ף=Qx?\> #L=u=> #<= #>)\>u= #= ף<<)\= ף=L=L= ףL>>?= @A@>@@L?A33BffC= {A)\Aq=>u>u>Ga>k>Ga>k>>Ga>>{.>u>k>u>u>L>{>>Qx? ף=)\==p>q= ? ף=?>>(?H @u=Ga>(,@ ף< ף< ף<Qx?%@)\@(? ׃?33s?u?Y?Qx@p@?Q=eA= A33?Q$B9A0A9A9AffF@ffF@33@@ffF@ffAffAffF@ffFAffF@ffF@33A33@@@@L? A,@@L>Ga>= W>u>L>= W>u>L>k>L>= W>L>k>L>>Q8???\B>>=33>>ff> ף<33>q=>q=>Ga> #=L>?q=??q=>G?z@q=> #= #>Q8>G=>u>>u=)\>@@LAAAL?@ ׃@= 7@= '@= ? ףB@)\AE?H>Q>R^???)\?G> #<>q= ?Q>)\>)\=u>)\=>Ga>R?>k>z> ף=q=>R?q=>>Ga>Ga>??Ga>\B>>Ga>Ga>>Ga>Hz?Ga>>> #= #< #=Q=)\@ @?ffA33s?@?,@AA?Q$BAL?L??@?L?L?A@AL?AL>?,@9@,@̈AQ$BHz@L?L?fffA= @q=?>)\?+? ׃?=> ף<Q8>+?>)\O? c?Ga>(>Q8>L>= >\B> ?Ga> @\B>Ga>u>)\>R?>>Ga>Ga>Q= #?>{>Ga>>QA ׃?U@AG!?(AQ?8@q=>HAףA@Q8?ףA{??zT?)\@)\@ffF@q=?= ??)\@@@@@L?L?@@@@@@@)\@(|@?@@@?\B?Q8>)\@?)\=)\=u=R?p?)\>{>?•?)\>>=H @?>Q=>Ga? #<>>>>L=>>p>L>= W>p>)\>zD@Q$B̈ÄÄAQ=AA)\AAAAAAL? s@ s@ s@Q= s@Q= s@ s@A33@L?L?33@1AA?L> A=q=:@>>q=@)\= ף<>>Q='@)\O?= >R> #<)\=?u>= >?\?R>R>u>= W>>\?Ga> ף>>>R?G!?q=>q=>= W>>q=>q=>>>>L>333?Q?q=>?>L=> #? ף<{>= ? #>)\>u>= >u>k>)\>R>>R><<{> ף>R> ף=>Ga>q=>q=>= W>q=>q=>R.@p>q=>q=>Ga>q=>q=>R>?L>Q8>= W>Ga>Q8>= W>q=>\B>{.>>L>= W>\B>@\@= ?< ף< ף<= 7@ף?q=*@k> ף>{>G>???>>AQBAAk?k?k??= /Aff@33Aff?!@= ?AL>Q8>L=L=L== W>= W>@??= #< #= #<= W>= W> c?????Q8>Q8>u>k>u> ף>R>>Q= ף<\B>>\>> #=ף0?@=)\>==ףp?>)\>u>)\> ף>R>L>k>?)\>\@ ?R>z@(?q=*@=>•?fff?G?•??\>>?R^?=> #>ף??R>??)\>?G!?Q8?)\>Q8?z> #?=)\=z? ף<@@?ף0? #== @\B> #>)\>>)\>>ף0?>R>)\>\>u>)\>)\=k>k>L=)\=k>k>k>k>)\=??zT??=G=L=G= ף==<>ff>)\>Q> #= #=<<??G??(??̬??)\?!@Ga???)\>z> #?z>)\=ff>ff>ff>)\>Q>Q>Q> #=< #>ף>>k>)\>=33>>>>?>>p>>>>Q=Q=Q= #= #=(>\?\>>>=G=={.>Q=Q==(? ׃?H:?p=?Q8?G????>=Q= ׃?H:?p=?)\=u=33>G= ף\>)\=333?={.?=)\> #=Ga>\B>\B>>>H:? ?H?>>>> ף=>Ga>Ga>\B> ף=)\=)\=u=Q>q=>33>??=ף@= W> @ף@Ga?? @)\=Q=>?Y@>=)\=Y?k?\>Q== >=G>== >G=\>R>?(\@?=)\=R>R^?)\?L=L= ף<R^?E?33?33? s@Q8>>Q8> #=L> #=)\= #= ף=)\=Q= ף=Ga>>333??<? #<H?̬?q=> ף> ף<>ף>)\> ף<<\> ף<ף0?u>=== ף< ף< ף< ף< ף< ף<5?L>)\>L>==>>H:?u> ף< #<H:?H>H>H>H>H>\B>>G> #<>=\B>333?Y?k?>??k?Q8>>ף0?q=?33? ף>Y? #= #= #=L= #<L?u? ף>\B> ף< ף< ף< ף)\=?u>33?ף> ף>(@?u=R?z>= ף= ף= ף= ף=u=<L=H:? ף< #< #< #< #< ף< ף<< #z> #<> #< #< #<= ף<ף@H?̬?Q>q=>> ף> ף< ף<@\b@)\>)\>===Q8>5?ףp?{>{>)\_@@?p]@G=q=>G?ffv@ ?{@{@A@Hj@ff?G> ף= #?)\>>>Q8>Q8>Q8>Q8>?(>\B>===R^?= ?Q8?Q8>)\= #< ף< #< ?= W> ף<@?R??>>ף>>)\> ף<<<<)\?L? ף>@(? ף<ף?q=*@k>>\>)\=Q=Q=)\=u=u=+@Q@5?p@4BQA@ ?)B>l@q=??z>Ga>>= W>?z>?\>q=>q=> ף=z>\B>z>u>k>=L=L==? ף< c?k>H:?=>> #<? ף<ף0?p>?33?> ף>33@Y? #< #< #< #< #= #= #=)\=ף0?E@@z>=H??R>@(@ff@ff&?(>>p}?\B? c?ף>?@??A ף< #= ף<Q8>k>>>Ga>{.>> #= #= #< #< #<= ><)\>q=><\?Q=Q=u= #>ף0?Q=u=Q=ף?ף@\> #<(>H@ #=R>Q?G!?Ga>= W>u>z>\B>Q8>= W>q=>L>q=>= W>Q8>Q8>= W>\B>L= #<\B>> #=u??L??>@ף0?ף0?ף> #> ף>\B>>(tAAff?#BG?= W?(\??QA333?>\B>Ga>z>>Q8>q=> #>L>>k>>{.>Ga>>\B>> ף>\B>=R^?R^?R^??= W>@@Q?9@\b@==>> BAQBAAAAףXA)\@k?k?fff??L== >p>G>\>(>\>(?(>>G>8A4Aף4A=G=\B>>>{.>z>z>z>\B>Q8>>q=>u>k>{>Q8>Q8>k> ף<)\>=====Q???==Q8>u?u>G>\>>>zpAAztAq= ??33?ff?!@==G=Q8>>)\>K@q=J@ #=Ga>q=>R>>= W>{> ף<>R>{.>= W>)\>>5?ףp??Q@;@G@\>q= ?)\?5?zT?? ף>@(?DAGA33@= ?ff?333?>?>> ף>pM@>Q8?= >G=z>{>Q8>>q=>Q>L>>u>>Q=Ga>>L>>u>Ga>Ga>)\>\B>>L>L>= W> #=u=?U@Ga> #>>)\>Ga>L>{.>{.>Ga>L>L>= W>)\>= W>\B>Ga> #=>Q8>u>L>= W>>Ga>Q8>Q8>>\B> #>Q8>=\B>>u=@)\O?u=(>(?L?p}?@Ga> @?(\?(> 3@= >H>(>?>H>G!?@L> #?)\O?Q?5@ #??@?\?(?> ?Y?Y??Ga>>>>= >R>>>H>?= >H>z>??= > ?>>G>>= >H>= W>{>33>= W>33>Q>q=>= ?= W?Q?>>{>{>Q?= ?p>= W>? #>z>33>(>ף@R>33>>>Q>H>>33>ף>>>>>> ף>>>)\?H??\? ׃??ף0???L>L>k> #?q=J?Q8>??@= >>>ff>?q=>>>q=>ף>?)\>G>ף>q=>ff>?>>= >>G>>q=>ff>>>H>ff>>R>{>ff>H>>G>G?G?)\=zT?h?L?(>>G>>= >>>>>\>ff>>ף>>ף>̬?(???ff&? #? #??\@Q????????G!??G!??Q>\>>L>{>L>G>G>>H>>(?k?)\>>>\?>?\B?>>>Q>G>p>>33>(>>{.>{.>={.>{.>>\B>L>?R^?>33@Y??L>L>>>=??ff6@?(??̌?p>{.??Q=Q=L>)\>)\>z>)\>Q8>\B>>)\>G>{.>Q8>{.>)\>=\B>>\>p>(>G>ff>> ף>>>>R>>> #>= #>ף?{n?@R>R?R> ??Y?Y??>)\>)\>)\>Q8>)\>G=k>>)\>G=Ga>>)\>>Q8>= #>(>>R>> ף=G=Q=G=\>Q8>?L= #=L=>)\>= W>)\>p}??Ga>z>Ga> ף=\>\?>< ף<?Y??<)\O?\@>>u>?>Q== W>(>z> #>>>G=Q8>)\>ף?L=q= ?=Ga>Ga>fff?Ga>Ga>< ף<Ga>R^?? ף< #<G?k>u>L>k> #>= W>= W>{.>)\>?)\?q= ? ?ff>{.?R?@?R? #?\B>)\>G>(>\???(>G>>L>)\>Ga>)\>ff>>u=L=G=?)\=(>Ga> #< #<\?= W>ףp?= ?Ga>Qx?L= ף<G!?Q?33>?>)\>>G=Q8?Q8>z> ף>R>{>>?>u=)\=)\= ף> #>>z>>ff>\>>>ff>p>ff>p>ff>p>G>Q>Q>Q>Q>Q>Q>Q>\>>p>33>p>{>{.>>>q=J?Hz? #<L= #=333?\?>>>Q=z>{>{>G>>>?>(?Q>= >>)\>R>)\>>)\>u>\B>ff&?)\>)\>>(>>>>p>>>\>\>>p>= >(>= >>>>G=u=)\= ף< ף< ף<@ff@Y?33>h? #< #<?p?L>\B>̬? #< #=>p>z>R> ף>\?Ga>u>R>{>\B?= W? ף=G?\>33?Y? #Q8>Q8>G== W>\B>>)\>)\>)\>>)\>)\>G== W>Q8>Q8>G=L>{.>>)\>)\>)\>>)\> #= #<>R>u=@?p@H:@PAPAzT? #<{@R^? #< #<>@?ff&?{?==L>fff? ף=L>Y?)\>(>>>z>\>>= >>u==u= ף)\>G=Q8>>><@@@ A33>L> @= ?u> ף=R^?=E?k?=>z?Q8?? ף<<\B>= W>)\>= W>\B>Ga> #=>Q8>u>L>= W>>Ga>Q8>= W> #>L>Q8>Ga>p?Ga>?>ff&?q=>G!?)\>G=> @G>\?>?>q= ?>?ff>>Q=Q= ף< #< ף<>u>{.>Q8>>G=\B> #> #>Q8>==\B>Q8>>Ga> #> #>)\>Ga>L>L>Q8>= W>>>)\>Ga>Q8>L>{.>)\?{@>??\?p}?q=>\B>= W>z$@?? ?k> #=u=u=ף> #>>G= #=u= #=k>q=>?Q?q=?>>)\>q=>(>>)\>z>z>\>)\>z>>R>p>)\>q=>)\>q=>\>p>>z>G>(>?= @ @G@Q>R@p]@\?@@?=(?̌?u?L>̌?>33??{.>p>ף>+?z?= >\?@DDChD #@̌?Q8>HJ@@?33@ #@>? c?{.>?333?{n?H:?p>p>L?\B>p>p>p>>?Q?= g@\?==z>ף>E?R^?q= ? ?? ?>@?L>@)\>L=<>Ga> ׃??>)\@@H@= ?)\>ף@@ #= ף<33Afff?\B>+?p@\B>)\=L= ף<>\?=)\?ף0?>•? ף=u=L>Q=u=G?= 7@>+@Q8> ףp-@33+A ף=Q=Q= ף=G=Ga> ף< #=R>L=R?q=>ף@ףp?(??>ףp? ף> ׃?ff>z@@Q(@R>q= ? ף=R>Q>L=>?{??A #<??R?>@q=>@L??R?{>z> ף>)\=L> @y@?¡A #<>{>Q>fff?>)\=)\=)\== >µ?R?z? c?)\>\B>G!?ff@ #<{.>G1@{@•?pqA>)\>@ff@@@= ?)\=G=>G=)\@E@33@HZ@ #@>5?Q=̌?>Q>5??Hz?Hz?5@@ C@)\>(?Ga>z>>>k>>R?Ga?G1@;@L=@q= ?= W>\B>+@|@?@@p?p?\@p?H>p?= ף<<=@?(\?>G= ף<=u= ף=)\=A@?z@\?z?z@= Au=L==L=>q=>E?q=>333?q=>= W?u=Q>?>L= #< #>=?)\@ #<k>G> #>={.>>{>)\>)\>>zD@@q=>Q= ף< #== #<@a@ ף>{.>R?\B>p}?p}?•?u>( @AAffv@= @E?>{.>{.>\B>>> #>>>=Q8>> #>=R>)\=?\B>(?{>>?z@ #>q=>p>Q=?p>Q=G!?{??@>> #=a@p5A>A=>>= #>)\>Q8>G=>Q8>G=G= ף=u=R>(?G> ף<{.>=>?Ga> #=> ף<>> ף{?(,@@p?33>R?= @a@EAQ=Q8>==G= ף={.> #>={.>>= #>)\>Q8>G= ף>Q@?q=J?)\=\B?>ףL=Q@z>Y??? @33>? ף< #<Q= ף>u= #= >= >>>= >>>L==)\>333?33>>\> ף>>>G>>p>ff>= >ף>G>>ף>G>>?@?R?a@ff&?p}?p?Q== ?G1@ff&?>{?L= ף>fff?fff?G?G?ff>ff>ף>G>>ff>z>R>)\>z>>>p>\>Q>Q>{>G>z>ף>z>)\>p> ף>> ף>k>>>?G?{n?=\?(?>u=<,@G?G?R?Q?u=L=> ף<Q?u>Q=u=Q=>ף> #>ff>)\>Q>ff>>>H>q=>\> ף>z>z>>?z>>>p>\>>>>>>= >>>Q8>>)\>Ga>{>)\?L>@z?R^@Q=u=> #?>??333?= >= >u=>>L>L>@>L>333@@@9@`@Y@9@33@`@9@l@fff@y@?@=L>?@>33@ff@ffB??ffF@?ff?ff?Y@ff@ff@̌?ff@?=??>>iAA3DC>33@33@L@Y@`@Y@yA|A̰A@9@@y@9@y@fff@>L>>L>@@33@ff@fff?̌?L?ff@33?fff??33????=L?333?L?>>@33??33?L>?L>???@?>L?L?L????@@9@?`@ A?@L?@>@33?@@ffF@@@@@33@333@33s@???ffFAff???333?>L??33??Y@???33?==?=L>?ff?==fff?33@A?`@>>33S@@@ @?L>@33@ffF@fff?,@l@???ff&@L>`@ff?9@?L?>9@>?>?fff???=@L???>?L>L@ BL>33s@@??@@???L>L>̌?̌???L??l@ff@y@@33@L?ff@ @??ff?ff&@ff???=>@33@=@@ A@ @33@@333@,@>>L>=9@33@ff?ff&@33@,@33@ @33@ @==>ff@L>@A@33@?@ff@y@?33uBff?ff?>>L?=>fff?L?̌??333?33?333???ff? @33??@ @̌?333? @ @,@9@ @Y@ff?ff??,@@ A$Bff@33#A$Bff@$B$BB33Aff@ Bff@!A$BBqApB@ff@33#A B(Bff@33OBL@33???L>33@L? @ AffA,@@@@L?L>L>==33#Aff@ff$B BffAffAff@aAffbB!AA@33#Aff(B@33#Aff(Bfff@Bff@(B33#A33#A33A)A,B33@ff&Bff@ Aff?333?A333??fff?@@@@33@ff^A333?ff?>>@ff@ff@=L>ff?=>??L>==L>>>L>L>=L>L>Bff@33#Aff BBff@C33BC33BB`B33B(B@HAff@A(BA(B(BA,BAAA333?ECL>fff@`@33@L>ff?@333? AL?ff^A?ff@?ff@ff?A`@ff@L>===>333?333?33@>@>@??>?pBAYA̬@?BBBBBBBBBBBBBBffBBBBBBB`BB̅Bff????>>>Y@?????ff?>>L>L?>@,@=@@ @ff?? @@ @?,@BBBB\ABB@`BHA=AA̬@33@33@A33?BpA@ECY@Aff?@?Aff@ff&@ @33@ff@?ff@>ff?Y@???>ff????Y@?ff?333??>=L>>PDffBABAA̬@,B,B,B,B,B,BB̬@33B,B,BAff8B@33S@ffF@33S@@?333?33?L@@?33@> @>@ @>>?ff?ff?ff?ff??Y@?ff??Y@ CD̬@BL?lD̬@33@lDBD3#CBYID33APDPDffVA@BBBBB,B,BBBBB>BBBB=̍BBl@?33@ffB33 B̌?@@̌@@Aff@ffF@33@33@L@33 CffC @Aff?333?L?@@@??> @@>?A̬@BBB?AAECAAAA,BAAA?A?AAAffB,B,BffB^BADAff@RB33?AB?=L>L>ff?ffAff@ffA?L? @ @,@9AA,@,@33@33??@l@Y@@?@@@ff@ff?333@@@9@@@@>=̌?=L@@?fff???ff@?@@y@@L>L>ff>A1A0A33?L>fffAHA@@9@33??L>@?@@@>L>@y@fff@@@̜@33@@@@@333@ffF@@@==={C̷CD͌C@ffFAA>L>zC333@,@ffF@ B B BffNA33KA33A33SAff? @??333???@@@333???33S@ @ @ @ @==AD`AlAff&@ff&@>ffVAffNAffB@@`@̌?̌@ff@??Y@ffF@ff@?ff?33?@ff@ff??ffF@̌??AA?@ffA33sATAffAffA@33AA@?HAff&BffJB33%BB#C@33@ff@@33@ff@BAxAff?33AAffBdA@33BlAHAffJB???ff? @33???33?@?ff@33?33??ff@33?33?33?33?ff@33@33s@33?0A33S@,@ff@33S@ff@AfffAAffA33KAL>L>L>L>CC33B C33BBBB`CC1CB#C@ff@fff@ff@AAAAffA33KA33KA33KAL>=ff???@?@yAff@ff&@ff&@ff&@ff&@ff&@L CAC?@pBCBBff>BB33BB+B33SA33[AAǍAYA CBB@CBB33[AAAYA\Aff>A33B=?=??=>333@?@@?L@L@L@?=iAiAAA>33?>ff&@33?33!B??33?A\AlAff>A$BffA33BODfC33@̔C3TCC3CffCCDC>>fC3CCD>>>33B3CfAC9@BB\D @?@?@?@?33?L??33@@?>?@ff@ @ @9@@ @33?33?33?==>>>>A33ByD3C33Aff@وCfAC`@==C͌C B33?B?AA33AA33AQAAA`A>@33??>>>>==ff&@L?333?>ff&@?????33{A9@gC33?=B=B@LD@LD\D==C?ff@ff@L?B>>>==??>> @ @? A?@ @?@>>>>33AffAff?ff&@333?>>>>333?>?>A-C=L C===333?=fCC͌CTB BEB33?B>?C,D`@̌@̬@`@ff@ff@,@33@ff@?33S@33??L??̌@ff@33?ff@ff@?9@@>L@333?333?@@@@@33@nBAY@`@`@@ff@@fff@L>>>>OCA>DA?AAAffA33AA33AAA333@L@33@ff6AY@=̷CD͌C333@ff&@>>>>>>9@333?L?ff?L>?33??33?L>ff@,@ff???L??@L??$BffAA> @? @33??333@=?@y@333?33S@33?ff&@@@ffAAA33 A@AffAAffA?B33?ff??9@@,@333@>33s@33AffBffA@33S@9@ff?ff?@9@ff?̌?ff? @???ff?33@L>??>,@>333?333?33@9@>?ff@ff@l@@33 A?A33 Aff@ffAffAPA;BAffAPAffAffF@33CA,B33BffAffB@33@A>L> @y@̌@33?@B̌?L?AB33BAff6A33ABMBfff??ff??ff?@ff@@@33@ @?L@fff?ff?>>>>>dB33@̅BB@B3sCCC͌C,Ď@333@>>==33cA`@??̌???333???=ff?33@ff@ @??33B!A@333@333@@33@33@ff6AY@33CBWB33SA,@,@@>33?33?ff@fff?>=AǍ@̌@̜@@`@?@A@>fff?33s@ff@A@AAAA>A?ff??ff???=333?====>== @=======33@33@y@@33@@@33@@@@@@@@@33@HAff?ff.A33@ffA@@33@̬@AAAA AA33@A?33???33???33??33?ff?33?ff??ff?33?ff?=L>=@=============L>̼@33@33@@33@33@?ff??ff?y@ff@L?fff??̌?̼Aff??̬@ffA33@?ff??????????????===>>=ff&@>===========ff?33?33?̌???????33?PA33A?333?@@`@@(A33@@??33????33??=0BL>@ @=============fff?33??fff@@?@33?????????33?ff????33?ff?33?ff?33??33?AL>>L>======ff?ff?ff?ff???33???ff?=?@?=?ffF@33S@y@=======L>L??fff@???333@?? @ff???333?=̌?fff??@@Y@@AffA33@̼@33S@ @ @?9@@?33???ff????ff?33?ff???33?@?@??33?>L>L?=A==33?fff@==33?33s@33@`@ @̼@fff@A9@A@ff@@?@?@@L>L>333?L?>33@@33? @ @ @@fff????ff??33??ff????ff??ff?ff?ff?ff?ff?ff?ff?ff?33?ff?ff?ff????33??@?L>̼@A,@,@hA@??@̌?? @ @?ff???L>33?ff?L?fff??33??@?L>??????33?33??ff?33?33?ff?33?33?ff????33?33?33?L>==l@?̌?@@ @L?@333?333?A>33S@?=ffF@@ @33s@33@@fff@?33s@@333@????33???33?Y@L@ffF@@@9@>ff?>===?>`@9@@??@,@,@@??A33@,@ff?L>33@,@33@ @9@̼@@?@)A333?33@33@33@@ff@fff@A4Aff@=@̌? @33@ff@L>@@Ǎ@?ff??33??33??ff?ff?L>==@ff@y@@33@Y@33@Y@ff@@y@y@A@@@L@ A AA33A@@ffA@=>=>=>>,@@A33?33?̌?̌???̌??̌?33??33??ff?̌?̌?̌?̌?ff?ff???ff??ff?ff@ @33?@l@33@ff@33s@333?@@iA@@@333?@ffF@ffF@?fff@@>33@@̌@33?ff@333@̜@fff?L?>L>>L?>?333?ff?333?33??AffB@ @@?`@,@>L>>33@L@y@ffBAff@HAfff?ffF@?L>fftBBff?33@33 B>?L>=dB@ff@@33@33A̜@@@̌@33A33AA@ff@_Bff?fff?̔A9@>>>>=Y@A9@>33?,@fff@L@33@ff@̬@33S@@ff@ff@A@33AlÀA @9@ff@L>fff?`@B=?@fff?B,@@33?ff@333??33?33?ffVAIA>ff@pA@A?ffF@,@@ff?ffF@ffF@ffF@?9@̌@̜@@Y@ff?PA=̼@L??L C??̍BfffBBB@L>>?ff?B~BffBBffB̬@?L@8Bff?̌??ffA33AAAB33SA33?ffF@333@fff?fff@̼@>̬@333@ff@L>ff~A,@?y@ff??ffBqBl@̜@@AA333A>L>>==B33 B333@ @33s@?B̌?>0A?,@@,@ff@̜@ff?@33@?=ff?̜@>= @L>fff?ffAffFAA33B@?=dB=A33A@@33@33S@ff?ff@̰A̰AATAL>=?33@>C@@ff?ff&@ff&@33s@̌?@Y@L@>?ffBfff?̌?,@fff?A333?A?̰AL>`@33? @=>?@?L>TA=??=333?A@33@ffB33@ffBAfff?33?TA33A33@̌@>?33{A@33@?\Aff?A(BAL> DL?L>y@=333?̌??=@AAfff@ff&@@?33{Ǎ?y@HAff@fff? @ @L?33?@33??>>>>>>>=L>>ff?333?L?L?L?̌?̌??̌?ff??33??33?ff????L>==33?333?A@>ff@@A33AffAfff?>L@33??===33?̼@̼@̼@̼@33?33??@ @@ @ff@??̌??33?33?ff?ff?ff?ff?????̌?̌?33?ff?33?ff?33@@ff@@@33A>ff?fff?>>,@33?33?33?33?>>>>33??L>=>333?>=?̌?@?33??Ǎ?33?ff??̌??ff????ff?ff???ff?ff?ff????33???L?ff@ @?ff.A33Bff@L>=333?C> @ @L@>>=>@BCDB BCVC0A0A0A0A0A0A0A0A0A@A APAA@ABpA@BBCA,B,B4BA8BTBAtBA@@??@ApA@@ABBPBA@A,BA?@?0A@DB??A@@@AB(B#CAB@@BABJDD0A?@@@?BLCAIC'C.C@@?DAdD9D.DC@hEC@@@A?@AB@zC;DBA????0ABA@?PADAC@BBBDBB@0ABB@BBBC@DBE@CACBWC?CRCC?@A0A0AAD?@ACDCjCCCC?C@0EUCC@CCC%D D@xDD@!D@!DCCCCVCjD@0A0A@GCBCCyDtD"E'ECCCRC$ErDA@@BC*DAAAABAA9C@@EAF?B@@@A`ApApApA@@@@@A@@AA???0ElE*Ep+E4EkEpApAA?oEp+Ep+EkEA@A????C??4B4BnCBBBAAA4BBBAAAAAAA?A@A0A@0A@@AAAAAAA0AA(BTBA`AD AB|B|BAAA A@@@BCC`A`A???@@@CA\BCAA?A@A,B@CCHBdBAAAA0B(BTBAA`AAAA8BALC@D A`AAA(B8BBEAA B@AA`ApAnCA`AA ApkExD@BCCPAB CCCC0A?AB?CCACBBA@ABB@A`A@@@B0A@@B ABpABdB|B?@?@@@DAE`LEDC@@EBDPAC!E@@@@@@0A3C,BDDB0EBAE>F ECFDBYE EBDDDDDDDDDDDDDD B@@@xCB@pDDDD@DOD@DA`DEB02EB?BDD@@ADEA?pACCfCC@DLDDDPED D DtDDRD(DC D@PA`BA@A@DA@@PAAkC/C@AAC@EDgDEE@@CCCAA8EE@DDpqExED`A\BQC@DCEExEOD0E E@0E B@@??@@@@BxBC?AAAAAA B@PA@D@D|D@ED7DBBBBPA@rD DBBMD.E0E0E@?DDDxB|BTBABCBCBBAAA BABCDCC@D>CB@AA6C^CCBB@@\FpB@DCXC'D@~GG0ABBD@DCCDBBBBBBBAA,B@BAA CCCCCCAA`ApA mEpECDD%D(D%DD*ECC@DB^CBBB@CDBDBCCBBAPAA@@@BCBB~C D+D`A@@@@CC DBB'DAD'EPE>CpE0FEEEED%D%DBPElFEEE@@CPA@`AlBBAB@A@C*CPB@@@@@@@AAAA@@@CCcE@dE`VE@#EDD C pEpE0EEuEPBBA@dEDpEEBAABHBhBC4B7EEAEpBEhE FPA AACADAACmCLCgCBBBBABABXBHBtBhBC4BE7E4BA8EEAA mEE*CKC?@D>DCVDCQEDD??BB`A`A`AxBAACAC?CBBCCB9DC"CC=C0C%CC@DADE@ApBE(FhE FAAEzD`DYE@ED EB E@@@@@BAEpD?`A@?BB CCPA@@@A?}CCBAAAAA@@A@C؊ExEE mEEaC*CRCKC??E(EBBBLB'DBB3FF@?A&DCC>CC DBC BAC-C@@@A@AAPA????DE?ED@D>DCCVDC D@DCBC@aDCEExEB?????BB8BtBB0B?@AAA`AACA CA@DCC@[CCEDCPC"CC BBA E?@@@@@?@??@@@D@D@B@B'G|BA D8BAXB@@BAApBfCABBB@@@@@A@ A@A ABBB\BpB@DB\BB@DBA|BDDEgFzCrCB|B8BpB@@?@@BDpDAEEEuDC@@DC}F`1E8CDCBBA@DDdC@@??ABBCE@AЯEEȷEE(EBBtBdC@ BA@@@@@??BLBB'DBB\CCEЎEDMDElBB D0AABABxBF3FFE`E BB4ECCCBBBC@aDC!FACCA@A B`A BdCC?@A@A@@@@$C@BBB@@A?@@@@@??@@AB@@@@@@BAA@@AA?@?@AABB0AD{C$BABBBBBBCCCpE@D BhBTB@@@DCtB BBBAA@@B$B A????BPBAB@ BADA@AA???????DB@CB4B4BBB4BB4BDE@DAA BBA@AXEBEDtBAAA@?@????@????@@@@?@?@?0A0AAPA0AAB,B@@??@@?0A??@@@??@??ApBpA@??A???A????@@@@@?A?B@@@@?@@@@AA@@@??CB?@@@???BC??????A@@B@??APB A@?rCB0A?`A@@@@ AAA??@PA????EdD{E@0A0ApA0A0A0A0A0A0AXB`XF`D?E@D@@ABEwDXBDD`DD@GD7EFD>CDFC8E@DDCA@_D@_D@(BzCDC ED?@+D@+DlD@A BAC*FL$FCDlFJF}FFAAA@AAAD`DA@?@@@@EPtE?CC>E`=E4 FFFE?CބF0FDG E>E(E0|E0uE4 FFF4G`DAAACCBC`:E@D@?0pE??ClFP"EF@DCD?uC@B??4BBBCD0AB@A0A0A0AB0ApAAAA0ACC DDȌE@A#C#CBBAABB\B0BB4B@@?DvD@rD|D@D`DDCDCApA`BCBC@@APABlB@B?BBkCB?CC`DA@PAAAA BXBHBHBtBhBhBC8EC@!DC;DA0AAAAA@B@BB@$B$BABC$BA$B FCD0^ECE(BpD"DAAA`DD}DdD`D@DCC"C4C AC>F0F<%FEF(uFCCFC?????AAABCzCED`E`EBBC$EBABDBBBBBpB@DADAAPA"DA@@BCABAuCA0A A AB3CBC4D,BBB,B4BPBBDB(BB0BA?G?Y?@z@q=j@33C@q=:@(\?Q@p?G?33S@@y@{n@zd@Hz?)\@\@ @ף@= @q=@@Z@T==)\=Z>;O>sh? 0=)\>h?%>)\=>L>h<?>)\@R@R@33;AK? A㥳@A!AGa>h?6A= @O@l@@:AhqAC?z.AA%@m@Ao=㥛=P=/]=)\>F3?)\= ף< ףR>X94>?Q8>q=>G== W>{.>)\>sh??Qh@)\?+>Q?z@ף? @q=?\?@ #?L?>>?= ?@?R?l@?\B?L>\B>'=ff@P=>>>\?Q>L>fff??q=?{n?@)\@N@R@@?ffF@Q(@q=*@Qx?p?@q=@z@Q@ff@ףP@?\?SARAz@p@Q?B`]@Ko@@?m;@9p@g@'1x@+@@!*@!:@}??C#@?5.@?\?O@`?>#۹>>Dl?q=>Ԉ???•?(> #>?/@>?L??q=J??)\O?L?>A>>q=? ?>>\> ף>33>k>{.>>t<)\=o#?/D?uX?Q=t=/?-?>%>Ck?x=(?(?H>?L7?G@?zA @\2@@?\? #?,@R?̌?H?QX@?R^?HAH?= ? @G1@ף@5@33s??{Ap%AG?o{@?/ݔ?r??Y?ף>z?,@q= ? #>Y?>q=>\B>33>? >{.>k>Q8>? #?G=??)\?333?L>u??? >>L>q=?{??fff??R><=㥛u>,@^@u=u?5^z?l@U@ʡ>Z?|@\B>< ף<-=hm= ?=G?X9@M@?(@@@%@)\_@? ׃?(?H@q=j@…@z?ff@ @ C@Q@X@(??H?33??R^?z@q=@\??= ?Y??>q=?33>ff&?= W>k>p>=33>Q8> ףNb> #====G=)\=xMBIB-wBZAAGA$tAAjA̛AwA6@m@Ƌ>I?%?^AuA"oAhAGAyAMAA+AnRAxAff> #=㥛< ף<)\=t<>㥛=ʡ=)\=E=D?>u?u=?>>n?̌??@ #>\>fff??@)\?@= ??Q8?R^?= W>u>̌??L?\? @p-@Q>̌?)\@ffF@ #@K@ff??)Ap9A( @)@)\?@= w@> ף> ף>L=? #>>>Ga> ?#=(?Hz?)\@Ga>>G@F@@&A&@ ?%1@!ARJAmAlAshAGA+AARA@AAd;A33APAMA)\AuAQnAwAd;UAV@Q@A-A-?@@9@(?{>@\:A{?8@8A)\?8A8A= @>)\?333A)\?A8@8AAy@ffAh @{?8@8Aff>A?Q??= '@@G@@@\@Q@k@k@33@%@ff@(@ c??QAAz? @z@Q@?{n?ף?@H@{~@p?@Q?% Az@(@1A)\@Z@q=@ʝ@p}?q= ?(@QA(@??5>HRAp@@= %A1*A= A0AQ>o#?+??33?Z>)\?q=?>#?>>{?AAK]A= @PA-@ZTAD?vF@?/ABZB*AKACASAZD?5^B@R?@`??-?J "??5^:?=T%>9@)\??AlCA333A"@"@}??@AA8@C?V?@AV?@AĠ?zA)\?ff>A9@9@?L@-LA?GA= ?@)\?@)\?@QH@ @33gA@?Y?{@Hz?)@H:?33?(@ff@R@)\@@@X@x@@Y?p}?@DT@i@ ;@?ff>@Zd?}@V-?Dl>=`>Mb>Fs>>z> ?{N@/=t=@p AR@33A\"@7@Q@ff>R^?z>?>F@(@ʝ@HRA ף=T%>I ?# @A|>>=Ef@P@y@=@?-?+?!*@u@@K@+?sh?xi=>k>/?$@?ףA33?333@0AzA?33GBB@9@??@ff@@̜@?y>?>?(>A A33S@333@@33@AffnAAffA33AfffAHz@?Ђ??M>}??|?>1,?R^??l'?#=h?CK?S @?33s?T>?9>K>ף??K7>Q8=X94=?k>ˡ%?Nb?|?q=:@h=VN?=?n2?9h?VF@Aq=@= @sh@Q@)\W@hE@tk@ˡKA+SAd;Ak@BCWA33EB33cA!A`ApApA33SAAffAffAqAqA\ATAQAyAAyAfffA33SA@A@!A@ff@A+@33A@33?ff?L>?333?Il?H?(?B`E?= ?(?Q?)\O?•?(\???j@F[@H@= @>HJ@ A@\@ffVAh%A$2AA(@)\@T!AyAHA(A(?RN@{fAff&@FA ;A{f@c@rh@= ?9(?%q@xMBAPA)\AwAd;UA=-?y@|>ף>;AA33iA`@m@7 ADACAAwA@$Aj@?ff@pA|AIA9@AffAj@?+@y>AA33A@{pA@ffB?@Q?{>?{?)\?G=h?)\?{@?R>q=J?V?>z?L7 ?(>>p>?Q,AG@z@@ [@Zd?m;@@@y@ A^Y@= ?Q4A\A)\#A2@)\A)AH2Am;@ף,Ap9A(A33@l?@33gAA\@jAshI@33 A33@h== G@$f?QA@333?fffA33@33@L????=KW? @33#@?u>@R?{.?( @V-><@ff&?ff:BffATBffAA33!BPAAffvAAB3BB33AA>B(ĄABBffBB33AA8A33@O9AA7A AwAA/ݴAQAjA33BA"ANbA@H Bף0?ף @Ga?(>?>Il?{> #>Ga> #R?G>33>Zd?R?= W>•?\@?(??/@G%Aq=?ff@q=@ ArA)\OAw7@\@ ApA2@q=>A)A@5AMAq=@A(8A>S?G@\@@\@\A @@=p}?z?+@H:?o>>H?q= >Q?(Al?H?AZd;>q=*@ff@=Hz?ףP@A ? כ@\R@@;@ ?@ףP@?R.@G@H B(3BBlAOANb&AA AAAQxAOANb&AA>TA@lAIA A'1@7@7@J>= >/>MA?= ?Qx?h?%@?+?\?>?G>H:?k>u>?{.?Q>{?QX@q=@R?z@{??[@?z\AR?? #@ 'AMAq=@ףp> ׳@q=2A= /Aq=.A^>{.>@ʁ@#Y??B`?j?Mb>h@Aw@33@ף@@= +A@Aj@ף@A)\1A @{A4A\"AA\2AxA'=u=!>> #<n>Q=ˡ5@m{>C>#?%@%@\@@Q?)\@ @ #@ ?{@ @z? @u@q=@!@$A@A@;!ABvA/ݒApuAΐAAtuAbAABfB^:BBBoBTBkB5^A7ASAMAhA{A-A{@R>̚A@p@?R.@ ף<­@k@q@P>ף@? s@z@e@@?@A(\@µ? #?)\@{@ #@=@?jT@z?H:@>= @{?)\GAzHAfff>q=@ff AL>5^@ff2AT%>~ ?#۹?{@-u@ף@\r@>G!?o>Q>S>>o>?X@2@9@H*@@333@ff&@ff&@ffF@@@ffF@{A@l@)AY?%@?>n>u?;o? ?  ?z?F?.?5@b?C?K>S?-2?Q?V>V>̌?>@l@\@@@@\r@`@q=J?p@\@?GA@R:AR6AzA{?33s@L7?l?+?q=*@ף@b? @q=J@ ׃@zT@G@R??= 7@L7?Ը>-? ף;p>"?T%>?ffzA?q=>>z>= ?ffA?1<= >I><^ @6@ A@GA@= oAA@G)ArP@(AOAFA'A9@'AA\@-#AL7@QAY@@Y@@ A>>p?V>jt>q>Q>}??ff?j<j\?\?)\?̌?G@q=*@@ApA\@@q=@ף@\? ׃@fff@\B@q=*@Ga@@@ @G@= @33@)\@p}@zd@@\b@@(A)\A5@{@@ @A@Q8@HZ@H?@{@{>@)\? @= @;@@C =C<< ?'1>Ga=t@ @-@~@b@@@AA?5A&?A@ AZdAV@@±@Hj@C@7@A\A@ףA\A{Aq=@(@A AB`<1C>Sc>P=h<1<t^I>K?+=o<=/><1=X94=o=j<=> 0=O==d;=z@\r@ #@q=@R@ffV@w@ff@AA= +A{FA%@@p=AGYAHJ@z@3@{@A#AAG1A@Aj@1@\@CT=\=o=B`e=+=T=-=`=C=j<='1@̬?B`?#y=q= >)@>1<1L?B@)\=<ZD?C #=o=jsh>w=ʡ=X94=t}=;o: #< #< #< #sh>/]=/]=/]=/]=t)\=+= #=C >/C =Sc>=;O>C =X94= ף= #<Z>O=1,=/?333>{? #>?u>o=㥛 0> #=%=h<=w=w== 0=w=X9X9<>Ga=@=D=u=B`e<5^:>^I>-= =@= #=^I>-==-=+=x==333>ʡ=< ף<X94=o;/<F=N?lg>U?Sc>L?J>T=y>Y={.???(>=><=q=>X94< #=C >+=`P=<=o=B`e< #=</<<?9h?#@u<)\=C<<)\==-=F===x={=Q==p=>333>ʡ=ʡ== =<+=<j< ף>C =B`eff>L>p=>t=>L>R>R>R><<<<<<o;o;o</<>X9=F==<5^=T=q=%=Q8=T)\=<<<<<<<'=x==h<< ף<<<= ף= #<#y= ףQ8>Y=5^=u=t=B`e=̌?L?>?33?<Ga= #h㥛=}=P>)>=T= #=<j<=o<V>Q8=Q8={.??̌?v?v?H:?@{@fff?= W?h?o@??(@C?t>ףp?Nb?u>= ?ף>>>{.> #<n>O=Chm=E6>㥛< ף; ף;w=oL=L=w=X94=hm==sh=w=L=}=D=+=9H==Q=u<㥛h<<5^:>^I>^I>-=-=->==-={.> #?>L?>>=\=?>L?L>33?L?p}?L>333?>>333?333?ff?>333?Y=h`P=uH>h<j=< ף<<<X933?>ˡ>R^?33s?k??Q>33? ?>ff>>)\>>Q>33??>l@fff?L??L?L>;B`e<h= GA@ף@ BףÄAZdIAG@= @)\?33S@{@<<<<<<<ȶ??Q@t@h</]==C3@O >C@1>H?D=L7=T=`P=Q8=X94=Ga=T=D=L7=9H= 0=>M?T= =j<> P?o<;@=>?33?̌?L?̌???>L>L>>?q=?p?p>Q?p?Q? c?q=J?)\>R>k>??z??h?E?\?z?>?>@?7@G@@Q?Qh@@@)\@ ׫@?QX@h@ף`@AףAAffAff6@@@@̌@q=@@@R?zD@<@@%@?(@y&>Ə@#@;W@o=1T@@= @'=C =(|?7?P/@L7y@sh@R@ ?Q=y?t='=S>x=T=P=>=9H=9H=G=F==1>w>D=q=Q?}=B`<j<=u>E==&??9>r>CK@C?R>~?> A?ff??ff?>>\>u>>?ף>fff??η>>>>\>G!?=L>??33?fff?{??U@R@H@{@p@z@Hj@p]@33@= @@½@{@R?L@= g@g@= ?z?Nb@9 @ @p@}?5?Nb??'@@<<=d;_>/#y=L7I?p=?m??(|?%=1,=u=T=>5^=9H=o=u@@@&?M>@q=@ @-@~@b@O >+F@!@o{@Nbx@x@@@A(@ @'1rA+?AAV@?5A'>'1>p}?{.>R^?b`@ c?%A?FS?S?33?H?^I?k?DL?N?!2?lg>?@{@G@@ Az AQ@@@)\@{@ff@= @ף0@Q@ff@{@HA1Aq=Z@V@ @@QAz@= w@zd@z??{A #='=)\=P= #</</<j<1㥛==}=\B>P>=j=)>)>w===B`=333>>ףp>EV?jA;dBoAAF&B%Ash{AAQAX94>َ@sh@Z@S>o>?5>L7@@A&?A@ AZdAL7 A@V@@!r>\B>l>>|>9>Ga>lg>?G?4B•?z?u??A\@Rn@(\??̀@@R@5^@ToA[A\NAQLA{@5@q=@?G@G??@G@1@M@{"At=tV>B`<j<=u@E@@vAZd;>\A+uBwAyf?C@@FAA@w=B`<=X9=)\@DL@= @J>>?L?J>>??q=??>??>?>@>>=?L?33@?C=C=p1AQ? @)\@??= A(AAp@= @J @{A@q=:A33GAh@R~@R"AQ@H@fff@,@= '@@ 3@@@= @ A /Ao< ף;=t?xi=;<;o;o;P=D;x@?? @G??q=j?y&>HAף$AHAq= AR.@ @G@H@?I@'@9A0Aף?= w@( B{AHAq=@33?= '@@@)\?33C@ SA)\?A)\?e@ A33gA%@@@A@z>lg>I ?x> >>D>(@ ?@/=j??q@@L7@-@ @C@&Y@>+@9A(@A{AA%ASARVA)\_Aף4A0A8A{BARJAIAz$AH&AR&A)\_A(hApYA$@@R.AA33 Az?$>1,> +>D>T=C?v^@>@>d;?y@xA@7I@`>#۹>>n>>> +>&1>ff>>@\@3A KA @@\2@@(\??B\B= ?!@ C@q=J@?????(?Qx@)\@Q@G?33#@%@pm@ff@@•? #@@33@tk@D:AΟ@J *AG?m@ʵ@sh@@E@h@FAˡ@X9@xA@X@­@@@΃@>(8A(hA(@̜@ff@)\@sh@'1@B`@@@o@-@m@F@O@~j@u`@1t@R>@`@33@@G@(@33@ s@;G@q@)\'@Nb@2@rP@=^I>rP@ˡ@-?#۹>@?+?z?{>َ?+?#y>A> ף>p=>!r>=>~>q= >'>Dl>u`@@p>!>5^?tk>>^>">>w> >#۹>X9?E.@y@j?!? @в?K@?@O? 3@+?\Z@VN@\@xy@z@xA@L@F;@33S@= g@QA33Aff@\@1@t@@r@$@n@GA\Av@@A@1@Q A"{?m?ffF@= W??5?G?(??z?)\?B`?n??m+@ #??'?&?bH@l?M@m?Q>l>X9?>H>?q=j?$?j?l>V>C>j?ף0?h?p}?ff?>???33s???333?5?{n?Q?33?Ga>z>5^?z?@ף @ף0?ff?q=@\>Y?( @ff&@p@z? @p}@@H@m@"?<@-?ZD?m{??>H@@?5?>N>#y>;? s@33C@@p@y?M:@#@= ?@@Ad;@An@Z@{A)\A A{*Ab@K@j@v@HAF@ @ff?H?Q@q=? @ff?ף?@?>?5^?o?8?d;?`?V?Z?o>> ף?J?ףp>ˡ?@?g?xi>|>>H> ף?Q='1>>Sc>xi>%>ҽ?+>n>">X9>Q8>"=>???p?u?R?Q?q=Z@̜@??5?@ c??q=J?h?ף>z>!r>u>!?=F+@@>@>o;=>Y?rh>ˡE?L@ˡ?7!?\?ʡ=*@ ף=K>Nb?<}=m??5?z?n?Z?o>33?J?ff@\@(@R@p@(@33@A(A33Aff AGAHVA5A\:AA)\A@)\@ A)\A@ףAףA{A@R@q= A( AHAq=@p@@p@?q=@?33#@?)\@p @(l@G@Qh@= w@H@G@ffF@ s@ff@ ף?\@}?@ff*A;@p}@к@A@e@{"AR&AAR@g@33?p-@$@F?>@` @H@ffv@{^@= @yF@ כ@ ?ff&??V>=v>P?+F@h@\>{>Nb8@S>{.>>?+@`?-M@#ۉ?= 7???X9?E6>?= >>j?@3A(A33[AMAffA8A\b?Te?w??AA@@T@㥯@{n@?@>1,>Zd;>">q>>\?j?M??F @A @r??y?R@y&>/]> ?>.?y?p>??C>t=X94< 0=X?X9=?+@X?y@@:@bAAF@A@j@}?@X?-J@@q=@n@G@@M@o+@k@>AwAb@M@A/%ARV@@A"Ap@7@$A((Ax@!@@zZd>V>hm>E==ʡ>F=t=Mb>=E>)\>==t=1=t=B`e<->t=L==@5^@z@(?@~??^@b@sh?j?ƫ?W@P@`??-? ׃?@Qh@^I@sh)@ 3A¥@7@A&@"#@9@j @pA($A A@ff@G@5AףDA$A33@@@= @ A(AP7@)\@{?/?+?@y>(?t??̬?o;j=^I>{A33?o;j=^I>o;%>ףp>/= +>㥛>)>+?َ>A`>5^=P=J >+=P=Q=A ?^>=+@ ?p=>x>O >t>H?t>=q= >Y=/$>E=Ga>q>P>I>= >C>)\@}@~2@v?ˡ?XY@l@5^@ٮ?+@Nb>E@K/@= ?~j?m??$?ף`@K@x1@e@lW@1@t @33+@ף@^I@M*@ @{???L7?+?A??r@@rP@Nb0@B` @n@b?q=@@@=o:sh=o:@@@^a@@33@L?J "?o<+=t<>w=A`>X9=?&>5^>=->h=C/]=!@C@ Au@D@@+@@P@= @KA$A%=\B@>=!>-2??5?HZ?N?`?n2?D?3?C?)>>>w>E>5^?ff? >?X?j> >D ?5?G!@Rn@??(?R@R?q=?)\?{@@X9t@P?@R^@Nb @>@e@r@33@9@?Ap@H@!Z@ @@? @^?B`;D;o:>o:D;w=m@>C;@u8@?"k@ H@ʑ??{@+?@5^J@C >bx?L7>n>T=b> ף;X94<;\?r?j@:@ˡE>?h>h=Zd@33S?A ? 0?/d?x?lG?'1(?P7??'1>Ȗ?j? ׃?K?w_??z?QX??1l?ף?=%="A@@\@shAG@ #@j|@5^z@= @G@Hz@Q@@RA5^@5^@sh@@/ݰ@@d;_@hE@GQ@G?U@C<<ҽ?q=?5^@~@Zd?w?@S>J >@M>"A Ash1?? ??ȶ>;>>'1>h="[>MAY@^?>t=V>E=F==)\>t=B`e/=)>َ>5^=+=^>p=>O >=Y=E=X9=&>=h==/]=@u@@@= @KA$A=?"k@+?@5^J@C >y6@m#@ ?OM?+?@M?L7Q@@w@?5@v?"{@jA@ˡ]@@L7!@?5@0AV?F@ s@G@&@ףAuAq=A33kA= A33@GUAGEApuA\@= AG@q=@= '@@ף@ף@@q=J@R@z@(l@@q=@ffF@ף ApA ;A\@= @= ;A+AL=P=D;P=o;㥛<-=T=T=-=+= #w=X9@b@ˡu@-=R>\=c?R>fff>\=fff>Q8>-=>=!>xi=)\>`P=>R>fff>R>\=fff>o=-=R>>+^@@E@A@G@ #@TM@-??@D?Te?F?Nb?J :@-?O?^a@r@!@? ?+?В?zD@1,@F@j@%AshAAff@B`e=b@= @¹A1dAux??'1?- Au@iA AVA ׇAq=~AG@q=A ף;zzA7!A|7A331Ash?A7AA6A(@|@^a@`@v@V AY@@@U@sh!@(@= @t[@9@XAq=:@tK@j@j@@h?w@)\o@z4@R@ A33@=G!? #<(> #<L>?}A= @Q?•??K%AGQAףA{bA33;A= sAd;gA-@@H@+A)\ARfAHAR@|@V?d;gAp-A@7I@ #<|?>-?O> @%Y@Q@"K@k@n@fff@sha@}?U@ @R~@HZ@@j@t@S@Ĕ@;@Ȗ@ƃ@(@Q@m@9@Aj@D\@"@+n@33@b@G!?z$@@)\?P=b?=Q?zT?5^Z??j>D@;ߓ@P>?;?{?X@/?`@?NbAE6AQA1,=AQ@@@)\=@5?q@H@@y@(A1@-@33@NbAGAw@oA33@z@@R@L7@1T@V@d;@W@Qp@@@ @@@9@@@Ц@A@j<@&@(@)\@{@Z?Z?o?#@9A?5^4A33s@n(AƓ@AQ8@B`e?A AX9<Z?= A ?ף`A>p?ٮ@ #?q=?H?P?'1?)\?•?K?GA??=R?Xy?)\??@Q@}?@??j\@1AId@`X@9 @33S@(T@ffv@}?> ׃?t@p@`@@$@T]@9@@ff?jT@ @@@@@v@?ff@:@AȞ@{N?G?sh@/@Il@?n@=?B`A?`?%?/AS@V@}?@J ? K@+@%?Hb@K@z?J@@E@+@@l@S)A AIA(?{?Nb?#?-?Q=M?Pw?-}?-?h?·??ff?Q?;?I?'=԰@@R>@ffA #?R?>̌?q=@A Az@33?@̌?< #<?µA)\>=Qx?Nb(@!??A=v?H??V?Ev?Ƌ??ff>"?@T@VE@/E@EV@O@`h@M?>sh?T?l7@>=p@V>@z?ff?<Hz>ÄAA A@8AyA̤A)\SAA ׃?AGA33?\@33/Ad;AZA@A*AT=+>-=G=bX> A̜@ˡ@@$@3?o<%@x>Q?J ?/e@"aA5^>B`E?Ga>Ga>E@)>5^?O?@333?7@hA= g@pAp}?@{@?=?= GAף@?L>?=>L>B`?C =GAhm=@= KA1?z>B`eff?j=T@9@@v?0Ad;@+^@ >;@;@q@-@&Y@ʵ@/4@Zd?/4@?5A/4@@>>> s@}?@}?@l@{?O@ >)\?HZ@ #< ף;wAt<L=)\? ף6?L?5^ @F=mK@E@X)@l1A@(Aף A}@a@?Ko@rA?Q=`P=>??Ġ>#y>M?Q?G@p?@ף@?Q?33?Q?p?9@ף?333@9@ff&@ff&@̌??????̌?ff&@Q?H??L>>>R?>t1>fff?ף>>@@@?̜@(@Q@{>@ff@ffv@@{@ff@G@U@A,@Q8@<@R^@\@@ף@@33@q=@ffV@z4@ Aף`@I@\2@l@z@\@R@ff@a@U@{@HJ@\b@R?R??ff>t@Qh@A%@ #@H"AHAףAffA8A33A)\/AAG!?)\?{Az?)\@L@ A@">q=:@Y??5^@L7 @@X@X?I??@v~?/@T5@b@ ?[AZdS@ #<:A)\=/5@33?j<=L>v??5A%AAף?X?z4?p> @=Q@@= W> ף>\B>{>{>>)\@z@ A{@7@@)\_@)\@R?L?@Ђ?ף@n?,@?R\Aq= @E@e@5@?5>G@% @q=?E.@1??̤@z@?Hz@K@(L@ >{n@M@ff@L>L>>33?̌?33A?y?µ>@q=Aq=J?fff?q=>L> #<= >H@R@?z@­@­@)\/A@?ff>@@\@MR@VV@&@%@p@P@FK@l@ C@M@z4?>)\/?>Ƌ>@A 0?t<Z?I,?? ף<=l>p>1&AJ >t=hm=h5@@ >@jT?%@= w@-@5@l?j?G??@( @??@?R^@.@>@E@Y?-A@R@AQAH@H@@@ף@@?@?? #?)\?q= ?)\@@33@@Y?̜@?q=JAq=JATe??>?= 7@{N@z?,@)\@…@p@y@zd@(|@O@@"@@|??y@r@vF@#y@@ףp@5^@L??-?C>㥛=j@~j>ff&?@(HA\6AG!@@i@AH:?cA{AH@q=r@a@@?z@>?= g@@5AAq=A(@A@?33s? ?p=?)\O?p=?(Aף>@@ף?i@j?㥛<>#y>v=-=?K?L7 >O-?hm>1,=*?>  ?'1?/>G?fff>j>>o>t<=h@5^2@X9\@?@#ہ@ @)\@u@(@F@D@ʩ@sh@y@7@@%@d;@>Ը>J >@)\?? #?q= ?ף@̜@@@A33@z@Pw?RA>@#A/@$A\@KAPw?QAmgB/A9? 0>?y&>= ??Q8>ƛ?L7 ?(>Q8>-=>=w=X94=!>xi=)\>`P=S=w=G>~ ?x@ˡ>>?5>J>z>>> ף;Zd>Т>Ġ>^>>@-Ab@@@Nb@?X9 @K?K?@<@?F @?}??V? @?7@ff?t?;??zL@5^@AףAR@sAAQAKAS;@C%A)\@H@q= ?RAG@ף?z?@ҍ>j>r>G!??/ݤ>R>->#y>J >33@R>w>9H=?z>`=>>K>?5^>`>)\>fff>\=>o=>o<>=c?R>n2@?j?n*@,@ ?Nb?o?V@%??%?HJ@$@X9?7?x?B`@?# @F@F @+'@?z\@'1@]@B`@V@3@zT@)\CAAR~ADAG?(@u@?Ը>I@C >㥛<=\=>o=>=lg>5^=#y>>ˡ>-?>j<>o=R>*?  ?'1?G?\=fff>j>>o>m=A@9@>(?R? ׃?W@@p@@q=@ff?(<@)\?= ?H@\@µ@@G@= ?[@33C@;@(AףA33A= @d;@<#y= 0=?q>+v?=)\>oz>R>p>Nb>Q8=>+>QAX94@7@LAˡ?q=.A@33SAYA>ff?"eAT+A-6A@H(ARrAA'@X9JA/PA)\?@+ARAo<h=h=/<)\=> #<)\=)\=1,=1<+=+=>P= 0=R.@q=@\"@Z@ff@ ׻@@H@H?zt@̄@l@@)\Aq=Az@33@Y?E@= '@ @z@= @z@̬@zT? @ ף?q=?q>n>|>= W?bX>%>D>I>>|?>p?p}?ף?ff?;O>h???Y?(\?333?q=?+?ff????{?G@@>$>I?Y?9H>G==A)\=V->?= >(>u>>`??P=< #\?)\? S@q=@^@ A{@Q?@0@(<@?(,@G!@@@R@@@?)\?AffNA?l@5?к@V@@?ff&?>Ga>(\?u@Ga>`P?p?H>L?l?R?= W?ʡ>= @U?>)\??>?5^>q=>Q8>>q=>Q=ff&?;L=B`;X9<B`e<;~*?t?5^?D?q= >/=I@y?/]>/]>G?=q=J?q=J?(?}? @@@@H?(A$A?H@)\O?@{.?q=@•??ף?…@ ף?= W?Aq=*@{?ף0@33C@9@(L@(? ׃?{A33Ah?+@C?H?J ???\???ff?u>?q=>>\>?)\? >?z>>333?z?R>(\?\>>5?ff>b8?<>v?&?>u=??1?Zd{?Fs?>D=)\>/= >@K@ #=h?j|?(@A@>ff?u@ ף=; ף<= =)\=>d;={.?9@^Ap?33? 3@5@@@i@q=>)\?p}??{@@q=*@@ @7@= @@(??\?H?33>)\?z ARA\??ff?zT?k> ף>(?>5?u>> ?{>>k>>33>=<)\>z>)\>{.>L=ff>>=+AshA#A`@h A?5Aj@ffAAAj AzAz??G= ?>shAA@ A @m@! A- A AV@/@5^>tt<?={?n>sh?Hz?;?G@Q== W>(?Hz? @a@L? ף???G=>q=?{?q= ?(\?E@g@L>?QH@X@33S@\b@{.??zAAffF@I@a@@{>z> c?>= >q=>{>=Q8>Hz?Q>\?33?\@)\>Q8>(@@=@IA??n:@Q@)\@B` A9@Az@shAu@ h@@@A@Z@L7AAx@G@@ˡ@ @DT@v@|Aq=? @Aq=?(@$A}??{*A Az@ff&?}??A}??@ Aףp?n>33@"?q=?B`%@%Aff&Az>(?{?\? @ff@(L@ @\@\B@ ׳@ף@33#@= 7@+@R>@?Hz?kA}A+@q=*@q=*@q=Z@)\>\?{n?q=? ׃@)\@= @ף @Q?1AHb@-j@A?@Č@@?>ff@@@j?9ZAQ@1@G@@@V@\?EV?v>p@?>d;??&? ??*AB`@]@^@y@?X9?=ˡ@=w??W???+?w?X94>;O?K?)\?{?n?ҍ>)\>V>@==u @>{*Aw@A>$>|?q=*@r,A@+>'1?C#@#'A'1?C#@#'A?@}??ff&Au @(@33?333@2A33?-AR^?ף?5@@33@I@HAף@p?Qx?= @?!@ף>?p@= 'A@Aף@ffF@z@@A?R?#Q@@@-@^?w@(@@Zd?X94>1,>>Zd>%>n>>>V@v>V->@@@}?-@t@SC?w>>5^:>@-j@@9ZAn>=J >w?h@M>|?>hm=ˡ?S@p@}=p}?+?>O-??X9?j??G?`?=b>d?>)\@?@A@?33'Bff4BA'1@Aj@( @fff?@ȜAPA@?(A@2B,B33BqA8BffA@"?-??S>j?= >TE?? K?m[?N>?;ߟ?#)@ @33s?C==5^:>>>+=X94??I>=1,=e?D ?S@9?^>shoA9H=>ʡ>b>$> s@;AA Ao@v@@Hr@u@ZduAA1A@@P͓BBB5B33B33BB337B33BB"B33=BBAAffBffBA$BffAABhAaAA33A33cA{@?+?y?R?= ?w_????Y?p?q=J?Qx??+?@@j@/>z@!AAAff~ASA|CAj(AzA@33kA-KApUA33[AH:@@33A+@B`!AHdAm@5^@E@ @B`e?y@+Aw AL7Ax@@ @@==p@L>\B>;A#@ҙ@ A@1d@@rAAA}?@%AA33{AB33BA33s@lAAj@{@( @ANb>BffAAeAJBff6AAffANB̀AAff"BAffA̋BpBˡ/ABff6A\?7?@?>)\?@q=?Q=p}? ׃? @ @ף>= ?H@?{?HZ?ff&??p=?fff?RZAA\@RA9@|?S@Aff@p A\@d;@G@peA= OALA@(DApUACAF@ףdApqA{6A @?@HAEA@@ZA9x@33@ffF@9H=?~>>?(?zA>?@R^?H~Ao?jd@>0BDAB2BA1B8BBhBXB"BB @.BhBff"B= *BffBA@ff@33EB+BbBBkB}lB!0B= BR8BAp B:BAbBPAKA/]BZKBA~A?ff@>(>$&?(\?)\>> #<?\>)\?L?{?)\?(??p=?\B?{.??@QXA@p%A@M>AFApAbx@P@5^*A= A K@AmA@q=jACAHAq=JAOAq= ?t? @33@J Aq=@33?AHAI?@GYAף`Aˡ@\A\AC<?R2Aףp?ףA{N@!>+?p?O@G?0@I?H@5^?V?`@@>)\?!>ף>z?~A{'B~3BBq=BnA#QA+Az2Bq=nB{Bq=BnA#QAp=?BABBSAE>)\@)\@>ףp>>M6A@?G>G!?Q?#?q=J?ף?ף>@? #?q=?(?{.? c? #?ff>z@33S@lg@?p-@q=z@@@?)\@q=z@q= @h@gA)\sA@T>@paAwAyANb? #>rA+@?V?ˡ?$?C>L7@QAu@@{2AH&AlA@ff"A/ AA-pAn@RRALA OAX9NA= SAffNAEBA>`\AX9=OM?L7 @T= #<%=>z?+=<= W> @?33@e@ף0@K@)\? @#?\@D@ @(@x@)\@oAVeB;_xBtBf&B@L'BzBAJ !BtB B1lBB@>!?ʵ@T@9>A\@)nB:BK#B B BAcA33@ף>zA\@(@\r@= @L=@zT@%ACK?{@z$@QH@z?ף@@+Aw@= AHAH@)\>33#@%@ ף<ף>{>A ף=#ە@Ev?v@33#@j@•??fff? kAiA\B>ף@QA= W>j@GeA}?5>-R?@= @-@Q@@?p=?jt>J>K>>A`>?= AXI@Hz@ c@X@z\Aף@ff@(PA ׃?)\ Ap=?b?/>?`p?333?v>G>G?B?G@j?+v?O?nR?ף0?Z?>>?E6?@p@q=@@H@z@H@@fff?ffV@q=*@@ףXAEA{Aq=AG]A)\?p@Ev?o?+?@ף@;ߟ?}??ף@ @@Nbx@fff?$@I@@Ԉ?o?o<1?= W>?)\+ApM@E?u>)\?H@]Aj?C =?D>=z?Z>㥛>+>;/?j?9?o;o;o< ?㥛o;Q@Hz@@\@@{@@>(??̬??q=@ c@ףP@ffADA\AHAףA(@?)\@\@ף@zt@R@`@@R@Q@R@@;@33@33@@@pAzA(0Apm@@R@5@q=j@p@ ׃@z?9@q=:@g@H@= AAU@p@P= #`=hm= ף;; ף; #A{A At-AAˡB, B7ANbAAmB(A\AJB/BH#B^A%@~B A'AAGAA A!AG@A{"AG!AB`; ף;B`eO=T%@¥@@@@q=*@= @K7@AA)@@?G??q=?@HZ@)\@@`@A!AΏAb@q%BB`e=㥛='= ף; ף;7A>>o>; ף; ף;X94Hz>H>`==Q8=o<)\=o<j@=hm=B`e<'=@=@=5^=tr@D;o;+>B`e<㥛= 0=B`< #=o;'= ף;u< #m=+>rh>^I>xi>/]> >o=C =%=u=/</Q>D;o;B`eD;B`e33>F=x=>>>D=D=L=D=D=D== #&1>Dp?z$@ ף== '@L>$&?O ?R> #=o=u ף;B`eK>/$>Y=>sh>1<t=㥛<`P=X9<o=X94B`=B`=1<j< ף;t<>|>|>t>t>>m=m=+>R> #=?+'@G>-?"[>q=>= == =333???L>O@ff?@Zd;>n?}??#y>?ˡ? @r?/@w=1< #<B`?Q= 0=t=u<㥛trh>%>%>xi>/]>/]> ףo;o;Т?=)\@Z?? @9@33>9@>#y>? #?p? @(>-@ff?L> ?L>)\=L>u>=T<j<=oq=?D;o;D;D; ףV>D;D;o;Ga=B`; #<X> A^>9H=B`;=>tfff?R@E@ף?? ף>R>ף?zT?ff?Q?)\O?\?L?(?? @@Gq@pAQA\"@ף@@@{@Q@ #@@ff@q=@+A33/A33+Aq=*ARn@µ@G@R@̴@ff@@z@@pm@h@= ?ff?=C?B`e+=C<<{.>D<E6?>%>"[>)\@%?Mb>j\?> dAff@??L?333?L>L>?RN@̌?L???fff?>)\?Q?Q8>NbP?G@= W?p?fff?@@ @(@)\@p-@@ff@@q=@@@ף@ff&@{~@ff@ף@?= ?@q=J@)@G@e?ף@{?= W@(ACoAAA@  ?AZdA{A At-AA%>wqA+AHAB%BˡB, BA"ANbA&A7ANbAB`AAj?q?@Q=?\?\?\?z??@?ff?p?ף?ף?z?>y>ARN@p@A{&A+A1@@)\@@Ap@QA= g@@z@H@)\#AWA33@Z?(?w@V@@@}?@\?= ?\BuR>= ==&1>&1>B`;DR?G?(>z??F>ff?/@?D?;?̼?%A?ʁ?'1h?o<6B@Bn:Bv?/=?X?qB kBmB(A\AJB)\A94#B/BH#B&>>Z>?Q> ?T>x>?ff?HB?G!?(?333?(DA33@p@ף0?(\?e@@{A$ AB`A(AQA33AI@G@q=@'@{@p @)\@@q=@Dt@@(TAo:o;osh@%@jAMB?A(`AA%@ff&?\b?<@G??5?~BA+AA~AV>=+>=B@QA>?p?R?C>?%@!@\@ף@L>fff?,@>33s@>@?>=??33s@L?==RjAH?33 A(@'@!@BAAq="ARN@{Az0A{A|AAff@@;A@@33@(|@)\o@zd@@ff@(@z@ff*A)\WAo;o:X9<z?B`;o:o?K?Gq@+?(??'1>ףA!A)\ARAzD@@R@•@Q@\b@<@ Ap AQ?R^@pA33A{@33@G?ff@@Q@H?0@HA33AQ?{N@@AG1Az@)\@L71AAAJ PA(>J >?F>'1H?'1h?C ?S@Q0@CA>GQ@ @q=*Ab4Aj\A+7A%AAJ 2AAALA%Az$A(0AQ\A{bA= kA= ;A(8A33CAHA)\SAq=VAff*A-A0AeAףtAףdAAA;A; ASA{JA@b@,ApMAQX@@= ?@bX?P@'1@ >|@===>=o?q=@Q==( @{@|A$@n>O>R?N>L7>=> >@?Pw?J Ao@QA#A@z@z$@̌@k?ff@A A)\?= @X@RN@p?)\??q= @33?Q?\b@)\@@?GQ@)\@[@̔@{@?'@q=*@Q?/@̰@&@I@C@Aq=HA 5Aj AZAAA&KAr4AA"'AGAA MA#A|@>AAztAz@@ ד@Q@@J @ٞ@1@)\@^@"@9@@mc@w@vv@@XQ@j|@@•@@@ff@= @Zd[@̄@G@&?A@m@Q=33>@'1@ff@C?A(@ ?`@%@u>?`? ?VM?r>>G> >M>+>B`=>-2>%@(T@>/>?}?>yA)Ay@q=J@u? @@@)\@L@ף0?33?q= @)\?ffv@)\O@ff? @{@\B@̤@\@zT?@@L??z$@5@>G!?@?\@+@r>FS?$f?J ?O ?)\>(>S??\@Đ@P@(?(?r0@j?X9@5^ @$&@@@(@hu@nb@Q@ @¥@IT@ף`@R@e@Q@= AzA= @= AA@@~@@@7@zAq=A@Z@Q$A@@(A@x@Č@}??ˡ?u@,@o?K?@G@5^J@w@E@)\?>C ?Mb?+@l?@5^:?33>$?nR?>/ݤ>q=?'1?@@j4?=u>?Q8?33s?ff?H?= > ?G?q=?+?Ga?Q>> ׃?{?{?@>L>xq@?H @G@G!?33s?R@= ?q=?ff??ף@?R?R@?{@@@?`@M@~?H?7a?T>z@V@X9@j?O>َ>?j@u@T@ @·@;ߣ@Ⱥ@J @;1A!@Q@^@@z@RA(ARA(0A{@½@@J @ Az@x@33@ף`@y@?H:@q=@ף@ c@h?-?~?AP@?|??Zd@j<@">\B>P@9H?->8@(?|?V>َ> >EV?R? ף=p=>L>D>)\>d;_>(4@ +>o>-2>#y>> #>7>= W?µ?G!?E?{.?R?ff??(@w?!?Ԙ?+?L?= ?{.?33A\b@ff@G@@)\O?\?= ?G?ffF?+g?)\A Aף @@AA@pAAGQAz4ASAGAyAff@(@{@z@@AA= A(@)\@@H@ף@(@z@ffF@p?{@ff~@@Q@@R@@@ c@̬?L@\R@IT@r8@n:@\@@Zd@;߇@;@+@y@X9t@P@(?p-@?p@s@^I>>Ga>̌>"=l/@ ף=p@ 0> 0>o;T=?ʁ?T%>Ġ>v@ ?>K>P=@u="=/@B`R@9H?(@@µ@@ @ff@@ףAApA= Aff AIA/Ap9AQ@A@G@ף@{A(@@Q@ A(@\@33@R@{@33@(@@@ff?)\/@?9@ff?\"@ff&@z@ ׻@(|@@5@G!@{^@(@ff@G?= 7@1 AEFAR@@ff@Z4AGI@33@)\+A= /A%AGa@)\@33?U@5^B@x?";@@= @= @= @(@\@@H?uX? @{.>= =R>3@;+Ay A/>z?wW@%>n>b>A@}?%A,@w@?L7?%?5^?g?>@x>^I>#@̬@A33A%AHAq=@Aj|?~?j\?GA}?@'1AFAV@A@`?-@Zd{?T?@@!@v@AAB`@!@"?ˡ@d;@@( @tS@h@AHA8A)\@ף@@a@@{@@G1A{"A@p@q=A@q="A A7@R~@Nb@7?sh??6?}?>ˡ%?+'? #?33s?;M>=;o:o;o:u<h<>L7?"[>>j>T%>T>F?p??e@@Pw@ҍ@U@Pg@?$@E6>>k>>k>5^? >@\@@=G?5@I,?^@J @XA@AV@@҅@@$@-@SK@@(@L7!@AH@@j@ˡ@_@q=A{@|O@@DAA-M@r@M@A"@@C AM Ag@ٲ@@= A{@½@G?)\?(A@q= A@ˡ!AX9?0Am[@pĂA@AR@= W??/@OAq=?= W?@@@y@Q@Y@u=yF?&?!?F>m=@=w=<<= #=T=Y=1==9=@/ @@p?ˡ @?33s?r @r0@Ƌ?@?Qx?1?'1?F>rH? ?>H A̔@j\@>@33KAR@AAˡ@P7@Q@@H&A\2AA)\@H@G@@AףPAH.A33@ף@ף@@zA AQ@@{@X9T?n>p=?^?5^:>I?z?d;?lg?'= @u<'=1,=~j>=T%>`=B`e=lg>=P=<<">ʡ=X94=^I>ҭ?}??>}?@&1>q==X94=j<='?y&>o=}=C =$>)\>= >333>@>~>@X A@@ 3@p@|A@;@)\@S> @z@q=?t?S@K?@?Hj@bp@%Q@t@}@L7Q@I$@N@R.@s@-M@)@@@@@j?'1?ף?Y@l@wG@5^"@b(@ˡ?= @ף @q=@1<u< @M@QAK> ף;o;B`e<>u<1=C =(|@= ?>X94=/$>/]=o<{=hT=nAj.A|AAAAOAAOAA|A9Afff>#-ADZd;>n?o?@@/?NbP?nR?1,?%>#ۉ?F?z4@\@Q@ @Q?G!@@?ff?ˡ@v@Ԁ@9H@Xi@b(@L7I@q@ @!"@HB@n@B`}@J @f@ @)\'@Nb@@ZD?B`;o;D;o:z>o: #<= @T%?@@h?@Ԙ@?@@@@+@T>p?sh>>ʡ=%?;C-?x=w=Nb@ @Χ?Q?(?)\??33?V.?K?y?$?= ??X9?Т??Zd@?Fs@j?v@sh==H8Aff AffA@B`%A@V@@$@@H@)\@ףp@@r"A\@@@5^AM@t+@X@㥃@ף@@q=z@o?}?AS?AA?}?@Њ@ @ˡ? ?ף>C >=y>ΥAo@+?333?@=< #=T=1{@V@R^@r?^?@R@T@|Al@;߯@@S@$ A@O@pAV@l-A9@b?@= @NbTADPAG A {AAףxAA{Az`A(PAA@Az@= A{^@@@p@p-@Qh@@Az@ף@@{^@%AACA@{@q=FA5Au<X94ʡ=ʡ===DT=lg>o=D;)\ A\@ף@= /A33AHA@Q@|@{bAAAQHApm@R@\@ף Aף A @RA{.@ff@@@G AH"A(AA@p@i@ףp@QAjhAO-AV3A@RVA%At@V@)\@A@AvAy.AƧ@B`=A-v>>ʡ=>R>X9=&1>1=X9>=/$>hm==-=v>>(>ʡ=>x@)\AR@A@bA+@;W@-??,@ @p?µ?B`?oC@O?{@%@HB@ `@L7 @J ?p??!:@t#@^??A-A?5AfffA ף=Ap@R>SA>D>?sh@}?ARNA@ WAq= Aף@ףAB`e< A/݈@l%A@@ @+A&A@A +Ar@@A A-Z@d;@@AX@|@b@?Ĵ@A~?̼??Q@b@j?+A@%@S@yA33 A=@= > #<ff&?q=?ffdB33A(?̌?0Aq=b@>}?Ash@F AS@ąA%A{@QAR@ףp@@IAAjd@S@G1AG@@o;)\O?d;>?->H?| AP)A @H?r(@nB@D @ @PW@shA@Q@;ߓ@Q@@@o{@w@/L@ X@u?5^@@ʉ@-A$v@&@?w@?S@{>RAA #@d;=y?q= >ҽ?ҽ??& @5^?!@&@p=>X9?ˡe?w?K/@?,@?ffVAlAq@ʡ=z@q=@z@@^?u=>?P@@l@@C@+@@B`@Nb@@A@^@d;@\@= @@/@Λ@@@hM@T@ @E@R@@q=@G@@D@@@\@ף@@xQ@1bAA`>A`>\?QANb.Ar>+V?8ApmA@@@@Z*A ף(AƋ?z@ #?%Y@\@Q8?k?ף0?NbP?ף?R?pM@ZD?L7I??q=>= W?>'@yf@Y?@j@ 0?Nb A?5A)\g@O@@h?&@Q*AF>Q?&@\@ @@x@)\w@C@)\o@\@G@(@µ@\@q=@@?5"A#A@A;ߧ@AeAQ@"[>v?j|?{@t? Av>>7?F@'1?~?~j>IXA ׯ@@5^@ +@@@F@#+A`2A%@l@B`@5AAOA9FAp{A9rAƬA7I@?l@;@Z?<6?>l>D>j?>q=??q=?n?PW?=QA)\CA AAz>̌?33>ˡ@Q@A(@RANb@= #A~j@ #< #< #Q?\AQH@q=?33'B@=v??5?F@x? ?V?-5@$?%?Q@yA@@x@AAQ@&1?L7y@I@Xa@G>;Qp@@>-R?X9<#={fA@@{JAj@A A A-A@+?= AzA!j@)\]BH@AƝAAF6BD<ҍ>l=P>9>bXAAsh9ANb|AX9?;ߏ?1,=A?#@?sh@#AM>$?K?w@$@@Nb8@kAE2A|?ZzAXApM@$>$>$> @= =@V?ף@)\?p?{n??pM@@@j=o/Av=>l??-=T>>j@5^@5^@FA?A$&?&q@?=o:@o= #< ?1<)\>rH?Ġ>33@O>@h<#۩?M@^?'1?L=-??'1?@Q@"AC@@b@-@Ȯ@pA?F= ף;)>?E>@>sh>ˡU@ ׻@@\@z@(@)\@{@ff@{@̼@ff@p@̼@ff@33@̬@333@@@@@9@@9@,@̬@(<@@@=(>>Y?>o=o=v@o=o=o= ף< ף=o== @p=@33ApAR@{AQ@ףA33@33@!@ @KAj@P@L7@y&@V?@7@X9<ףp@b@&@@ףA7 AX9t?o<T@)\9Ao<Ԕ@K7@9H=!???33?@@@u?@HAA\@33@ ׻@A33@G@ A= @33?q=z@@z@ ף@@(@•@ffv@= @(@@½@@G@\2@z@)\#A!AQ,A33@(@Q@33@ף@R@I|@Z|@W@ff?S=??@@a@H:@= @£AzpAף@pAz@?z?@?\.A@= @@%>33Az??GQ@R@nZ@\@?$.@Q@#@В?@Nb@q=@Zd?(A?jNb>yAq=?'1@vN@k?'1H?m?ףA)\=33@AGa>z>= W>)\?)\?= W>q=@ A A!AQ@)\@@GA|o@ff@d;?\@hM@@ٞ?7@X9AX1@fff@AHJ@33@A,@@|>@`@u>>u< @ff?Ƨ@@?>@HAff?p?G> ף>G=\B?q=AǍ?RAAApA{?L7q@ ׻@@wg@7@o@Z@-@A@m{@AuP@@>;?>N>-YAsh?o=A`>X9?p?D=D>=sh@>B`ydAG@q=?H4A\AA?@UAq=A)\A)\@G!?{?{? ׃?{?z?̌?\.AzHAףXA@z?pqA}?AA(@(@?@QAw@j@#)@?@'1P@B`m@^@b@?5@-A@R@sh @)\> p?o:;o?o=u>w>Y=Aˡ?p?(@@Q(@Q@ s@H@5@{.>ף@G@AǍ?RAk?R.@Q8@33AzlAG@ @p@ @{?l?o;= >u>xi=?S?@>r?&1>< ?x>M?d;?I>!r?>ˡe?A@?>oG@ @$.@R&@GI@!2@K@q=@ @~@^@@x@}?@ @J @ A@J @E@C=>X9=z@ ׃? ׃?{?̌?33wApqA`AzHA)\@ףXAףdAy?Q@H>? @XY?K>= W?G@y?AـAy?TE?j<>b@>z?+?l>Zd @ux?>R>X9=&1>1=E=`P=X9>=/$>hm=L>)\=Z$?d;?h@M>">y>T>>=?5~? ף;bX>Zd;>">L>E6>O@X/Ab AV@X9A33@Q?u@?P?@$F@p?n@^?m??1,@r?t#@?5??(?#@ffV@'@A3AE@X@pAPA?R@)\_@>ף?@{>@\B??)A;O>rh> >o#?R?hm>-= =)\>=O@>">L=%?  ?C>>=9(?P>J ?|?>v>>ʡ=><=D<G>=-?(>rH@?%@RN@/5@@@I?/@J ?@q=?mc@`8@ff?`@@/5@T @d;'@Xq@b@T5@{?+g@ˡ%@h@v.@ˡm@?w@ kA @@@ף>@+A= ?j>J @p=><\=1>ʡ=><G>=X9>t=)\>Q>J >l7@333><><(> ?M?d;?!r?ʡ=>ˡe?A@?>Dl>z?q=?)\>?E?(?Q?\r@RN@ @Q@Q?(?)\?)\?%@ffv@U@@@7@33s?{@(?ף?µ@@= @(|@~z@9H>O> ף;Z>O >X?+=>"=D;>>)\?^>+>1,>q= >1<>D>@5^?CC@ @Ġ>y@?\@HZ@\B>\B?'1?ˡ}@@?@Λ@33?9@ P? @/-@ff^@"@B`e=X94>E6>Nb>p>'1>㥛<==j<=j<X9fff?M>ףp>=-2>sh>+>Xy??Q8>(?V>G>{? #?>= W>k>)\>= @V???p=?L?@Q8?k>o>/?p}?V> ף>>ff@G=/$?̌?33?{.??>ˡ?+?Q8=`P=L=o=o=}=%=ʡ= ף{n?fff?@ף@ף @{@)\@?5@ff@???G@i@fff@G!@g@G!@Q?ף?\@i@@?= ?G!?5@@H>ff>\B?\B>Q8?)\+A&Q?ff?X9?ף0?? +?z?u???sh?333?\B??ff?Sc>\>{>L?k>>fff?>b8@m @7>7>%@`=>>>$?\@G@z?ףp@G!@fff??>z?= ?= ?R? ?H:?R>@•?E?zD@?u?= ?H@p?R@zT?= ?33AGA ׃?G?yF??Т?r?(?L> ׃?=q= ?G=(?)\>k>{.>>G=l?ff>>z>p? ף>q=>?)\=>>h ?D?`P=h?xi??N? ף< @H@>|>}???=>xi=R^?sh> #?!@33AL=t[@Nb?{?= W?}?U?\?? #33?sh@ף? @p?ף@@E@= >(\??q= @RN@l@z?ff?q=?{.@= 7@(<@?Q???ף>E?z@\@ c??\?>{.>k> ף=5?)\> ?L>)\>>L=>>u=X94<)\=>u>> #= #>{.>u=B@@@jl@L?9H?tS?X9?zT?&q?R^?s?V>=u$f? C?+G?o>q=/P=v>>Q=F>=S=>)\=?5>33>m>>y&>ף?>R>L??ף?(@ff?Q?G!?\B?{.>L>Qx?p?5?ף?ff?ff@>k? @,@@1@k?q=?AH"Az?@(@HZ@< #=(?< #=G=Q=< ף<?R>L=33s?Q>ff>>@|>D>A33C@o>L7?Ġ>>A ?L7)?ff&?$??:?/D?>>??x?u8?p}?|?d;?b8?ҍ??w?>P7?Mb?p=?µ?(@+??ff@Nb0?@@R.A?Nb0?ff@Nb0?Z?@33?~>@uX?+??ff@@G>?H?@x@Q@?= ?\@q=:@{N@(L@?ף@? @G?̬?p@zAz?{? @q=:@= >G?p?@1@ף`@??(?shq?z> p?u?V@:@Il@K@shQ?}=o?R&@?R? A̬@sha@}?u?`?{?$?33?R?$> ף>T?J>Z>9=">33@;߯?33S?Z>+G?h>>@? #</M>v>T?B`e=#>o<G>C >=sh=P=)\=t= 0=B`;t<?Nb0?@)\-Aff@PW?#Y?+V??!@#۩?v?VM?= ?@VM?= ?@9?ff@Nb0?@????/|@?u@??q=*@= '@{.@?= W?? ?ף>R@= W?ff@ #?z?z@R@@@Q@@RN@G1@fff@)\O?ףp?/?@V&@`?7>!?9h?ˡ5@>!r>"={.>B`=o=bX>Q=?y^@&>)\>V@V@V@r?V&@!r??>q=>|> p?K@ AP=t<+=o>q=*?D>Hz>;=t=)\=C =u>v>>->=l=o;1AAAffB BvBBgBR>@|_??O-?d;=Т>`=Zd>?>`>)\=+?->h?/=??Dq=>->xi>)\=?33?%>->I >>yf??\=C=@ ף;t=+=< #=?+@'1h@O@q=*@??5@?x @^@ж@ף@D?ff?J AA&Bff BAAAA33AA33AiAffA33A"BAffAAA33B33B33@ffALA\Aff6AhAVOA\> ף>K?p=?(>D>G>(?\??@?ff>G>z?m{>@?7?j<=)\O?@= @q=?p]@@F?)\?@v@(@ZL@5@GA@ ?ff@p]@ ף>D@K??x?X9?F@/?l?B@L7)?p}?d;?9?w?B`;t<в?f?Y?Zd?Sc>x?d;A\AA33ABff@Ad;A@VOA?ffB}=@@OBffB>BeA?yBffTBA̋B?ZB@ffB33}B33AffAE5B33#A?\>?H?>{??> #<>@k>?Ga> ?$?)\>G!?q= ?>)\>{>= >R.@G@@33@G?>I?{@,@sh@ף?&?>@E@H:@>HZ@ff&@R^?F> c@)\o@G@= ?ʑ?p@= W?q=J@?ף(@j??> ף;v>>q=T=>= @I@ @\@shQ@(>{n@ff?@?ff@ffA33s@33Aff@Bff.ABff"BAaAA A?B@A@A>?9@ffNA̸A0AWAA שAos@&AB-Bz#BSAyABK!BACcA+IA@H>L>L=t?>@? #>><>G=h??+?R??z?>z>u>ף>t3@E@\?%@?hm@+n@y@"@= @j?G@@)\o@1@ #@ףp@S{@ף@GA@?I>Ԩ?R? ??H>Q@33@@>?#Q@#@G?Q?7>?z@@z@33>>)\@A~>ף?A-?\A?G?-@I@G?l@Q? @@@M2AƸAAhuAףB|AApAARAAhuAףB?`AffAƸAZdAHAb>ףAףAG!?D>!2?ˡA!@z>>ff>>>)\?q= ?ff?>> ?z?= ?Q=Q= #?@z?> #>q=?HZ@`@)\@ף?33?= '@q=?Q8?{@{?ף>J >?(?Rn@ףp@d;_>u=$?33?'1?E>Ġ>ף>C >1?33@~2@(@Q(@ 3@k@G??!?p-@6@y@1@fff?,@7@\2@ף?@G=(@+>\=}??'1?o;㥛>h>f?J ?^>rP@u> #> #>G?G?h?L>Ga>(|?@?@?G?)\g@?A-A9A-A`A?PB7 BhBTcBRAy4BH$ANb@U?P=?O@= @q=A&B̬@B`AA33AR~@= ?A(L@̄@'@p@ff>@T>q= ? ׃?Q??z>G@QX@q=j@= Azd@<>q=>u=z?= @ #<k> ף=)\>?A?\?)\>)\>{?u?9H=p}?Vv@G=@H*@T=M>y?R>@nJ@ff@e@>\?n>C >'1>\B>y&>333?)\@T@@+@x@>ff@>,@>̌?<@(?`@ c?>@33>ˡE>ʡ=>Nb>{.>p=>=t>n>fff?%>o>B`> +>->1>C>fff?E?|>ף`@9@,@RN@33@q=Z@{>@)\/@@? @Q??@\@= A AR@?QX@;O?ȶ>j>p-@33@Q?n?@fff@(,@r>H>D @)\??)\?}?@o=-?\?=ף`@?{.?+?`p?0@H @>=R^?ȶ>= ?+7@*@w@???S@>ID@j>q=J?/4@= /@GA@ZdS@GA@@q=?@uX? #=fff@L7?uX?L7?@u==t>->n>v>'1>=+>T=T=`=+>t=@=v=1=1=X94=X94=<)\>< @@p}@@q=z@)\_@)\O@p>G?Hz?R^??G1@ף@@33cAz@ff@@ ד@@(?h@33C@'@H?E@H???R?@ff?333?H:? #?R?Y?@z?ף@Y??̌?{.?@?ף0?Y?ff>??H:?z?z?)\?p=?q= ?9=L=-=33S?D> >C =Y=1,={=>F=5^==>{.>X9=P===F=ףp>t= 0=<)\=-=X9=v>>OA7B- B+B(ANbJAMXA@jAAw?I,ATA/7AuAANb^A AnFA#۹Ak?(\?5?G?p=?(\? #?Q8?R^?(\?`P=P==#=t>%>/>t=v=X9< ף<\=\=+=/=?ff??zT? #?R?1,?)?Ĕ@?5@M@+> ף=%=C=sh>Z>-2>㥛=u= 0=㥛d;?D;D;>9H>? ף<?-?Q8=9H>E=$>=>E=Nb>/=T?u>{>q=>Q>k>>>> #@q=*@{n?ף?k>>?•?k>>>>H:?k?)\O??ff&?= W?Z$?)\>(>@=P=)\> > ף=Hz>>t>َ>xi=C=P>+=j<>K7>Y>X9=C >{=sh>=j<>=w=L7 >9=E6>O>Т>+>->V> 0>y&>/]>z>hm=o=C=Nb>>>p=>sh=/?=%@+>`?`==@d;_>d;=Ga=O@hm= 0=J ?w=H:?l=㥛=/=j= ף=C=Y>C > ף>ף>u>\> ף>?5^>Hz>>r>Qx?? ׃??q=?{?fff?k?ףp??33?H?>= >\>{>ף>(>>Q> ף>Q=T==;j<=Q8=Q8= #=X9=Ga=r(?+=K7>X9=Q8>㥛<|>t>D=D=O>G=q=z>T=`P=`=/==#y=o=<`P=j<=)\=R>">={.>C >Ga=T%>Ga=>>>{=j<>9=Т>->V>z>y&>o=>O>p=>q=z>z>z>T=T=T=`P=/====o=<)\=?)\?= ?E?d;?q=>> ׃???)\?z?)\?33s?Qx?{n?\?G?= ?{>H>\>\> ?= >z>>> ?G!? ?D=@=ף>u> ףG=S>L>q=Ga=u=9H>>\=D= 0==-=t=#y='=X94=="==j=> >J >"> +> +> +> +>Ga=Ga=>L>-=-=9H>\= 0=-=#y=X94=E==j=Т>?5^>==L7 >/~*?S=Ga>< P? +>o33@\>+@ >l=o=<`=D=<7>q= =>/>E=E={==E=Ga=jo>=P>T==)\=B`-=9>w=?M>&1>E6>= W> #=?5^?n>&1>5^?o>J>!r>;O>->/$>)\>J >1,=9H>v=t #<=ˡE>ףp>9H>G?>ף?ˡ>Q?>?ȶ>>ף?̌??tS@H?%>%?o=+>Ը>X94>5^=ʡ=`P=T=w=q=9=1,=G=w=S>l=L7i??K?J>!r>Zd>Т>m>->ˡ>>/$>b>)\>J >J >V->1,==1,=xi>9H>Y=D;>$>㥛=Y=/>S=B`e<j<=@=sh=hm=T=== ף<@== +>`=sh>y&>>u>>M>=jt>N>?G?>P>???== ף===='=D< #=㥛<= ף; ף< #=h<= =B``P>m>v=-=~>->tuˡE>A`>ףp>#y>D=Y=F>/>)>S=A`>M>= #>Ga=w>====$f?hm= 0= 0= 0= 0= 0= 0= 0= 0=B`e=lG?p?^?>?o;uGa>Y>p>u>N>33?C?l?㥻?ף@@=/=o=X94t=C=D; 0=1,=Zd;>l=w=1,=)\><=j<=`P=@=xi=1=sh=/<j<=+=T=}==9@@/=R>(\>$>$>=t=1q=)\==h<>w>%>o>>L7 >= ף=Y=j<=1,>+=Nb>q= >q= >µ? ף?@Dl>Dl>R?Q8?K@G?R?\@33@33@ ׃?\? ף?hm>= @5@>A@ ׃?6?I,?Q>X9<O=+=X94=o; ף;j 0=">Y=}=L=@=B`;L=q= >P=">>C=E=Q8>t=w==< ף,@@=@=@=E=='1> +>|?>`=+>y&>J >333>>y>u>X94=/]=%=1,=>5^={.>P=t=X9=sh>u=1,=?5^?5^?n>n>&>J>J>!r>Q>X9<33?Т?ٮ?В?j>Fs?ףp>ףp> @fff??>D?@ ף?9>oc?X9?= >3??rX@ ?t?=/]=<X94<O=R>>/]=C=o= #=q=o=L=Ga=Ga=1,= #=1Mb>M>X94>P>=Ga=}="=/$>l==̼@|_?$f?hm=X94> 0=C =1,= 0=1,=P= 0= 0=!r>Zd>;O>;O>m>->->/$>l===@ @M>t=v?+?-?`P=`P=u>L>-?̜?ff??ff?fff?333?ff?(?R?= ?Y??{n?@Y?{.?5?{.?z?fff??C<<o=X94O>D=E= 0>\=Fs>rh>>(?-===T=/$>G===-==+>/$>G=V->>R? @$>S>=N>VE@L=1<'1>(?>>>?@R@?z?ף0?G!?k>•?p}?{?333?H?{.@(\?)\@ף?)\?\B?)\@?(?h??•??H?(?333?E?\B?%@@ף@q= @ c? ׃?{?̌?{?R?Hz?= ?q= ? #?z?=L7 >{?F>^>?;߯?'1?#y=V^@Z$?M?L7=B`e=?lG?->p?L7? ׳?`=>+o@o;o;X9I >>{.>>Q?/}?x>Sc>Z@S>>u>C>>+>@̜?y?B`e?AO=@F?;@}??d;Ǎ????Q?)\?fff??ff@?ff?-]???̌?Q?33s? ף>#?= W?)\O?33@?Q8??\?p? ף?ff&?{.?R?Y?H?33??ף?R?G? c?R^?p>> ף>\??q=J?M>%??>?Q8=Q8=/=ff>X9=\=P=#y= #/=R>V>)>(\>=$>> ף?>ף?H?(?\?Q?R?ff@z?)\??z??G?ˡ>η>33@E??q= @@ff@(?z??Q?p?H?G?(\?q=?q=?? @R.@@?y?(?w?ƛ?{?33?Ƌ?)\?ff?A=1=t=㥛=1>w>jt>%>5^>o>>q>>>=L7 >L7 >^I>/>/d?j>%?T? ?Zd>j4?X9>>?J >F>ˡ>n>o;p@#۱@shA?5?Z>X9>?>ף>>+>>\>@R^?ff?{>\>(@R@@\B>k>Zd?? ?= ?E@7@@̴@G!?)\O?+?q= ?z?>G>(? ?Qx??\B@B`e<= ף=E=E= ף=Y==j<=/>1,>P=+=>Nb>T=q= >X94=/]=-=+=<< #>%=K7>)\@HBXAGWANb^AN B-xi>7A?>x@nFAOAAEAAO >L=S>w>P'AA㥙AK>y>A?ȶ>H:?@= ?)\?ff?333??@?????L>????Q=Q=U@ף>??(?G!?ffA@\@z@)\O?B`@ף @?k@(|@??ffF@z???{n??\B?fff??ff??H?z@ ף7?#@?9H??b>= ?@µ?= ?333?H?p=? ׃?>)\O?+?Hz??Ga>?5@G!@333?H:?{.>{>+?@?\B>>{??Ga>ף>??R>= ?@?5@@?5^?->+'??j?h?@ @d;7@C>yf@|?RAI$@@2@A Ao@8?(@?ff?(\? c?h?33?)\?•?? ׃?p}??= ??h?Qx?fff?p?H?ף?9?=?p}?D?shQ??)\/?*?h??= ?+?H?p]?T@@?7@Dl>>>M?#y>h>!:@)\>(>F?nr?Zd?J@r>B`%?>Z>V>v>?5>Z>H:?ףp??@u?q=?)\>33s?>L?>= ?Q@RN@u>ף>R?z?33>Q8>>̬?>z>(?z?)\O?{>Q??G!?ףp?33s?>p=?+?>@1? ?u@?P@F;@$@K@@'1@Mr@-:@+@v@q=@}?E@^9@ @|@Sc?u?(?>?>G>>~>T>h>>}?>>>>G>v>{>$>>ȶ>>G>\?>>>">= >= /@y?:@o@Ga>>ffV@@S?>Q??= ??(?= 7?j?>1 ?o=j>>N>>/>K>>$?7??>b?)@T ??\>333?q= ?Ga>>(>= >p=? #?{>z?)\?\?R^?{.?q=>z?>>ff>> ?G>z?@̬?>L>= w???;߯??U?g?U?rh?V?&@ @`P@#۹?o@@M?d;@j@M@?5^@>A>>>(?>33>u>\>>p=?q=J?R?5???Zd?.?n?)\?L?L?`0?M"??{.?r(?u?~"@R~?"3@Te?-??X!@/?"@?-@?j@+@ ׃??5>?s?9?&Q@?/l@?>\b?G? >+??ף0?\b?d;>N?m{>>1l?\B>u>> #?q=>Q>ף>R?ף>R?>>{.>k>ff&?Y?u>R>y>@q=??ף?ff>{.?@ףp?H?Ga??@33s?R?(@ ?E?/@ @F?M@+v??Q?#9?o;@M@/@?j?H?@ @ˡU@C?!R@7a@E@@O@x@NbP?ˡ?ƛ?F3??u?R^?(\? ׃?K>y?  ?}??H?u>&>R>>z>>{>z>>)\>K?X?|?;߿?V?5^?l?1?ף8@D>G>?5>@?sh>m@Ga?7 @>b>E?QX?µ?>L7 ?+?$>{.?G>x@M>b>>m>>5^=C+?ff? ? ?+?R?ף?@???X9T??V?33>(>R>Q>\B?>p=?(@{.@k>33> #>= W>~j>G>??R>\>?33?p?\?{?33s????\>G> ף>(>ף> #?? ?\> ?H>q= ?G>>= W>R>>Ga>>?\?)\?z?G>ף>)\>q=> ף>33>/ݤ>)\>>>1 ?#۹>^>;>A>Z>}?>Sc>>>)\>Q>R@G>GA?@?= ?=+?Nb>7@O ?O ?;L7 >"?"?jt>w?1T@?/=?/d?ˡ>6@= W>$?9@j<j<=R~?-?"@^@ף8@D>QX@???Qx?33?\?{n?L??µ??p?Q?H@H @R?\?ף?????H???(?ff?q=?@?Ga?333?H:?= ?(?333?Q8>)\>= W>z>>> ף>>?>H>?z>= >p>?>= W>5?A? ף>\> ?J b?\>> ׃??p}?>>R>R>q=>&1>ҍ>o>Q>Q>>?L7>>{?ף?ҭ?o>A>bX>O?Nb?F@>?d;@!?d;?'=#Y@P'@NbP@5^*@t??m??z?G>?V>5^>Q0@{.?33s?p}?z?Q?(\???5^>D>?5^>)\7@Fs?)\??~?^I?#۹>~ ? >~>7?(?O>>6@/@u?#?v>+>'1(?p?>\>?h?fff???ף>ף>= >H>? #?h?(\?>ף>R?G?33s?H:?~> @|> ?(|? ?FS?{>#?j?{>\?o<I >+=P=; ףX9< #=?Nb>q= ?7A?L7>X9>/?o<"?9?-?{@ˡ@?5?C?= ?@A>t>O?K?+6??I>A@d;7@p=?'1>Q>V?K> ?m{>->!R?B`E?9>>$&?Q?9>>K??x>>q= ?>ˡ>m>(|?5^:? ף>>= W?nR?B`> ?yF?zT?q=>|>/]?Q?ȶ>?w??\B?{^@L@Ga>R>HJ@33s@@fff?>?Q8>#>Nb>( @q=??+?G!?)\={.>D>ff?k>)\=G!?+?? ף>33>)\>C=7A>5^=|?>O >(?Dl>$>u>>y?K>=~?>X9>|?>/$>>̌>!>O >T=?̌>7A>~>v=g?T>v>>X>6?'1>\>P>'1>(\>x=z>>X9>=/$>^>S>=k>J >=+?>P>#y>u?Q>}?5?D?$&?ףp>L7>N>(\?k?E?G>>\>Hz?ff? c?\>(>>1 ?G?{.?ҍ>>v>>< 0>F=C<ƫ?X9=!r?=o;j=9H>{N?o:j=9H>o;= W>Nb>|?>>?O>?>5^>>m= ?'>Q=/]>j,@?\?X>c?"> ?fff>!r>~j>/>333>?5>/>-2?|??Z$?+?8?>!@9@‰@+?G?T??L7@Ga?QH@Nb?K??/M@.?h?o?sh1?> >>%>j>>xi>n>w>D>>ףp>K>X9>Zd;>E6>>/$>t>(>>)\>xi>q>/$>ף>q=>?=o:)\=o:{?y@Y=O?o<jV->@H:?@?o>>o>t<?η>p>(>xA@MtA{AˡAbAA-ASkA9jAlA;]An>x@NbP?Q>>@?/??Il?Nb???5?#???= ?&?V??-?>k>>Ga>z>>= W>Q8>t>>H>>1>w>>>xi>o>;ߏ>@>η>'1>l>Z>v>p=>q=*?v>>u<D;;o;3?o:;o:Q=VwA?vA{4AJ @leAOCAVM@R@t@:AtEAr?J r@…?D?M>?㥛\@+?DL?%a?rh?|?$&? +?p?@S?1@Nb?A?<@RN@ @'1h@+6?&@X?/-@m>Q8>w?ף0?V-?#?R~?6?>->J >>>\?p>?33S??p?u?/=?R?;ߏ>Ġ> > ף> ף>>o:q=CZ>~?O>ff>O@@A ?7?A$A8?P]A5^jAy>@d;g@ ?j@ff?{?·?T>q=>}?U?K5A(@O??Dl>u>K>>|?>̌>T=̌>v=T>=&?l@@(?= ?@sh@90@5^ @\?G@?D?VM@\J@T@X?y?y@#q@J R@u?b@rh@\>S>O>(>|>Zd>= W>J >)>>z>= >m>ף? ף?p>?u??p>q= ?ff?R??ף0?G?p??)\?Q>ȶ>T>D;X9)\>S=9=x=o;#=o;5^:>5^=#== W>|?>O>>>'>?">fff>333>/>V->H:?o>o>η>(>GyA{AbA-A9jAlA;]AQ>J @leA:AtEAr?@ZdS@FK@B`>$&?"@d;@xI@d;@̤@¥?@zd@V?N?w?u@@AZd{?>`@Ĕ@?`@z??q=?(?G!? ?̌?\?\?ף> #?z?\B?z>?= ?q= ?)\>z>(?@?>G>?= >{n?h?{?H>?p}?33s?#=o:5^=o<5^:>o: ף;B`;Q=&1>9H=J r@…?M>M>>>t=x@j,@%Aq=6A@ˡE>+??G?>R?33@)\@?Qx?>>̬?= ?>\?q=?Ga?\>G>p?'@  @j@\Ar@b@@$@Nb>sh1@>?}?u@/݄??5?9?O?"@V @!2@T%@v>@@u@K@ף>G!?5?+?@?z?(?\B?@?(?Y?bX?V.?ף0?Ga?/?5?j4?#y=;^I>B`e=o;R?>?@= ?)\?q= ? #?(\?(,@@H @= W?= ?R^?H?@q=?)\?R?ף?ףp?33s?33?H??{?>k?L?L?/@r@"@Hr@?yN@m@v@VN?@{@@j@AA(@q=*@'@%9@G@+Aˡ@ұAx@㥛=t>Ƌ>•?`>ˡ%?Ƌ>5?}?5>㥛=u>t=R>B`e=O >L=(>t>ˡ%?`>Ƌ>5?\=㥛=t>j|?@)\@Q@{@|@S@u>>n>w>Ga>Q8>l=z> >Ƌ>T>o>w>t>Zd>;O>M>rh>1,>>o>ˡE>G>W?QX?Q8?ffA@=-A{.@@ P?=X9=+>j?ף@\@\?@G?? ף?L=PW? k?(@^?v???n*@)\??1?@@7?@?@bX?+'?j@->l?R?+'??*?9@L7@V>z@(@ף@hU@ffAfff@L>> ף<5? ף<?L>p>QA33>u= ׃?ff@>)\>F@?d;_?n2?ff*A#ۑ@33?33@ף?>?GiAZ,@wG@n2?̔@ff>J ?C =A`>\>Zd @Q>>= >L7>V ?u?->l??%>>Q>Zd;?+?+'?>?">A?9?{.>>?D?@Mr@?J b???>?33>ff&@= @?T>@>33?V?@+@X?NbP?= ?'1>I>> > 0?9>??Y?ff@zT?I >G>G>= >Y?#y> #<== ?•?G?= w?zt?{??M?!2@9??l?J ??j?Zd@@n?= @@\?!r?@q=???G?V?P?&q?K??B`?w?V?R?@ )AX9J>TBA?G9A= >Z@ #=X94=ff2AHZ?= W?Ը?%9@\?= >Q8>)\=K7>t=\B>\2@="=?u>>=? ??ff6@!@+>>VM?!@Zd?-?rh>D?AH@>GA@Om?^?^?T@ ?"?q=@= @(@{@?R??33@Qx@x@/@P@RA?VHAQ?<`==;o?sh=P@D>%=sh??\?<T@•?En@1@xi@/U@T5@o@K@R@I@?1\@V@}@?5v@0A@A@Il?!R??Nb?^I>{.>^I>u=#y=X9==={?)\===x=B`;Q@q=Z@ף@B< ף?•?+/@ף@ffA>RVA s@= @<@L=< #Q8>Q>|@h@?ff2BB`;9?}?5?-?M @U?m??SC?1?{@J @"@O?/?mA?w@ˡ??X1@@(?=`@n@o=S= ף;T?pAx>)\@33#@H?•@\?~@\@eA@RBff&?TA4AZTAιAP>S= 0=#y=@>mBA(Ad;WA @P@>!@o; #<33@ٲ@O@?/?A@?C@B`@P@Nb@@@ ?y*AmAJ 2@-2?-2?-2?K??-?v>?{>@@?p=?<y?v=>Z?;ߟ?o=S@hm>u=&?!r?{?'={>j@OA@A@O@@OAO@= ?O@q= >D=D=+>G@b@"@@Zd{?|@?5??y?y?RA2@o@F;@%?shQ?%?}?@%?^9@Sc?Sc?Sc? @1@1@0A!R?mA?b?= W>o;@L=Q=q=?<1<33>T%> #>L7 >u>=>V>XAxi=!@ʡ=l??@t?o"?Sc>X9?sh>+_@j??y.@q=@M@^I>{=>X>K?\"?)\/?`?ff&@@ף?q=AQ@@@q=? @p? @ff@ #@ff??33?ff??ff?ff?ff??ff?@ff?Q@ף @̌????> 0>L==V>=L=L=@=L=[A=333?Q?G!? c??333? ?(?A ?R??!?$?5?>R>>㥛>9=^??x ?V&AA9(?!>C =#y=<)AH A1,=;@-@t<9>?fff?L?33@33@33@u?? @33?33s?= W?•? @zT??R?)\O?33>ff?H:?33s?E?k?= @\?= ?\"@{?L?zT?̬?(?R^?p?)\@p@ @= W?@ c?zT?= W?{? 3@ 3@ @?hG!?{N@L@(?33#@ף@p@\@ ןARBAGAף?Q?33Aff?)\AGAAA= /Ash>ff@7@n>>z>P>->t>O>~>j>sh> >F>>G>7@Q8>)\=+?=E@'1?E=M"?w=|?t?w?@/=)\>P?wA 0>Q@ף?{>)\>R>{.?{.?>H @\?\@ף@{n?@ף @ff?y?(?h ?B?@w?p>?t?Dl?>̬?Q?(?\??R?*?\j@@33>M"?\>33@@#Y?fff?)\?\B>{NA33s?@q=@Q8??{n?Q@)\A33?RVA\A\ARBA(?S>1>P?'1>Z>/$?h> +?\>>\B?>'1?-?x@l?33>?D?L=X9<G@k?< ף;㥛<?->Zd?PO@`P@S @??E??n??9H>@H?ff&?sh? ׃A)\AG?= W?H@Q@33C@i@Q8>(?(?p}?{?Q?33?)\AffAף4A= /A7@\b@#y@/D?/D?H@d;>F3?t?^ ?$>A>>1>u>>?>z4?# @d@-@C=Q8>fff?M?'6BA!BD=z?z>o<u=G=L=Т>)\O?`=R@F>q= ?@Aףp@\?{>Aq=@ף@pM@\@?33?@I*A33?RVA̬?GQ@)\@uAh@A)\A WAq=A(?%9@Q8=ҍ?)\?"[>?S?@>r?~ ?9=n @P>&??1??5?ff??/=?<%>o=I>q=>>l>>%>j> >= >>>>/>>A>j>T>?Z?D>?E>%>{.> @zT?p}?{?33?Qh@\b@33S@ffA@ף4A= W@'1>= ? #=w?@m== >Q8>G!?'1>33+A= ?$?u@J ?%1@h>?5@ˡ?B`>q="@u?P>}?5>㥛=u>t=-=X94=R>B`e=O >L=J>O=Kw?nr?!@J >R??ZD?ף?(>)\?D;^i?CK? C? ?'? >??x>G?~>5^:>o>>1,>Sc>ҍ>}?5>Q>@>)>@>>p=>S>)>>\B>d;_>>Nb>Qx?p}?>R>H@?A`>{.?ff>G=)\>ף0?y>= ף=X@@?EV?5^z?h @Q@lG?t>>:?J >??V-?Z>~?Dl?ff>&q?>>= W>B`?J ?ˡ%?Ƌ>j|?\=>X94=V?Z>•?`>J >X9>Dl>w>7>Zd>Ga>333>T>X94>d;_>X94>>ףp>z>Q>Z>I>"[>%>5^>o>>L>B`>V>ff>k>@{=@33@e??tS@u=v>R~@7?!>㥊AGa><>=ˡ%?Ƌ>j|?\=V?Z>$?>:?B`E?s?VU@>j<j|?\=`>n @&???Ƌ>5?ff??/=?I>BBhBBBBBBBBBBBBBBBBBBBBBBBBBB@@@?@@@@@@@@@@@BBBBAB0BBB@B\B`BBBDBBBBBBBBBB??@BBBBBBBBBBBBBBBBBdBBBBBBBBBBlCC@AAA@@@@@PAA0AAAPAPA@A`AdBBBBBBBB|BBpCCCBBBBCL>>BC>HBfff?B4CBMCdCDCtCAeCAbCAhCAlCAAACAhCACAWCCCAxCAxCAxCq=CAACyCCzCCrC{CCfCfCaCBCCCCCCfCCC\CCC(CCBBrCC4C@hBBBCBC8CC*CBBCBCBBBBClCzCRCCBBpA A4BBCB3sCJCB ABC CBLBC@AB(CBA;CAHC{TJCCPC{TJCvCPCACCACCACCACCAECNCABCKCAICUCCCCtC|CCCCBxCzC|C}CCCBB BCCBBC2CCBxC|CCuCBBBCBBCCBvCCBCBBCC8CCzC=jCBB4ChBBB*CBCCBCBBBBBBBCBCCCBvCCAECECARkCARkCACCACCACCACCAECRCA?CKCALCYCABCDCCCCCmCmCBrCxCCuCyC|CCCC|CfCfCfCfCfCfCfCtCyC~CwCzCACCBBBBBDBABCB*CBB2CC33ABdCCCBBC8CzCACBcDcDDAC*CB33ABdCCxB4CCC-CtC-C{C0CoC2CqCAC BC0CiCCyC%CpCBpCBjCAjCOCwCwCB CuCC}CXCzC C%CtCnC%CC1CATCBtCtCtC@BvCNCBxBC4CCCBCAB/CC CTB4CpB@@ABAB>CC*C@BBC/C CB>C*CBCCBC|B%C*CBTBCBBC2C(BBBBCCC BC8BpC,BC*BpCB}CBqCAAA CsCBvC>C @CL@CSD%CDC1C*C1C-CCCzC C C CffAA4C4C%C9C*CxCyCyC$CCBBCB|BcC`BC%C C*CBBBBBTBHBCPBC\BBB%C4CBpBCC CTC4C4CBCRCpARCB C C CBB}CCC4C4BrCpA8BDBpC`A@ACCCrCrCrCrCrCrCCyC@wCCCyC|CwCyCVCqC CzClCwCwC*CtCzCwC{CCCrCBrC CB@DC@hBCB2CA(BBBCBAABBCCC@C%C4CBBB\B;BBC9AC@AC%C3sCtBhBBB̕CJCBhBHBHBuCuCuCuCCBBCBCrCtC{CoCqC0CiCyC%CpCpCjCqCsCrCpC}C\B\BPB\BACCzCyC%CtCxCwC{CCC4CCCzC(CBACvCyC|C~CCuCzCXCzCBQBBpB= ABCBCC`Afff@C`B CCCC4C`B4CBBCC CRC4C4CjC\C4C4C@CBB_CMCMCuCMCpCMClCC@C*CBBBC0CCC C CCC\B B\BABAdB`BpBdBLBDBHBA BBA0B B-CCHC%CyC|C|CCCCCjCCC*CxCxCC>CB%C%C%CCBCzC@|BCpACRCB@qCC@BpBCBB CB CC CB*CcCB}CBpCpCsCCzCCCC\C#CC/CxBCBBBBCC$CCCB\B\BA\BA\BA\BAA\B\BAAAAAAAAAAB CpCdBqCaCaCC~C]CCCzCBCC@sCBVC5C[C3C^CIC7C=CxCtCCCBCBB4CBCC CCCCpC C%CC*CCC3sC3sC3sCBBBCCB|B|B CCBBCARCRC>CBRCpC\BA\B\B\B\BA\BABAABAAHB\BlB\BAAABA\BA{CwCByCyCzCzCSCoC2C(AsCBBCCAAAAAAAACACAtBhBBB̕CBhBCRCuCuCC4C@BRCHCRCHCRCC CC*C@CpAuCCB CpC@:C BABXBBBpA@pACBBCBhBATBXBAAAAAPBlBDBADBAABBADBCACACACCBBBCBBBCBBCCBBUCCBB|CCBBC CCuCBA*CCC6CBHBBHBBHB CzCBCBBBuCuCC,BBBxBBBBB`A@BBAB CA@uCL?A0BCA6CCCAAA CABAAB CAATBA@A\BTBBAAABpBAgCCBB`CCBBNCCBBgCCBBPCACCCõ CCACABCCB C*CCCC A A AA@@BC4C BBA4CjCVCC\CC4CRCCcCAACACAAA8BCCCABAAABC CCcCA CB C{CAAAAAA8BHB,B BXBCFCaC;CCBBABAHB0CpB8BFCCCACBpBAB?CC`ABACA?CCA6C{CABCABCA:CtCA.ClCAMCCA7C{CACACACACACACAAAAAAAAAAACAAA‰AAAA‰AAACACHCCACRxCACACACHCB"C ]CCLCCB#CkCC\0CRx CCFCCFCFCCFCCCCACCCB&CCBnC8CBnC:CBBZC*CBBCAC@BACACACACACACACACACACACCACCACCACACpCACCA?CA‰AAAq="BCABAAABA CAAAAAAAAAAAAAGCBCABCDeCACCcD3sCCBBCBBCBBACCBCCBBCCFC2C,CAMCLCFCCBBC;C,CCBBBCpBBBBBCC@AFCACA8CACCHBpBACACAAgCApCACACABACACACACCCACCKCDCRCAPC@CAaCABACACACACACACACBCBB~CC= wC3fC WiC@DͬD{DHCCBCBBBCBQCBBcCBB CpCBCBBxCBB"CHBAABABBBACCC+C%C2C,CzCACACACACABCA^CxCAUCrCCABBCAOCzCCArCA(CAACACACACACCAC|CACABCA*CCBCBCBCBCCCCBCBqݍC3CCBCBBAq=AAAAxBBBBABBCCCCCCCABBBC CACCCCBHB:CCHBBBxBCBCC}CABAiCAiCAAAAACCCmCABCA_CACAlCAxCASCA4CACA{CAABC{CzC{CABzCCCBABCwCBCACCABABHBBACA{AAffB33AAA33AffA33A33AffBffAffAffAffAffAAAAAAA0ABCBB#CBBABCCCFC2CCCBBBBBBB2CBECfCC`A}C~CCC}CCAvCACACABABABABABABACAqCACA^CABABACAiCAA^CACAACABACBBACAAAA,BAACCCrCpCtCA^tC?A33?33AAqCApCAAAAAAAAAAAffAA@ACA}C}CBC,C8C9CpCCC1CC8C1C7C1CC8C1CC8C1C8C1CC8C1CPC6CCRC{BuBC{dAD)D=2Cff4CfC\B= B/CBQBzYBq}CJCBCC=C=CChC D\Df~D D\Df~DkCnCkC?C?CBCCCCVCOCYC WiCCC WiC\CC|CBCAANCA̘AApAmCAfff?@@mCAfff?ffA)CAC+CpCWC3CDC1CJC3CCC*CCBHC$CpCC'C+C'C,CpCpCRCBC@CFC2CACBA:C,C,C,CC/C&CBBBBBuCAACAABxCAAB0A'C+C6C,CAAAAAA4B4BAAAAAAB8BAAAAAABBBABBCBBBCBBABBBCBBCBBBCBmCBxCiCCBwCmCACACBvCAuC@CCCBzCBBBBBBBuCAAfC,C9C1C1C1C1C1C1C1C6CHBAAAAAA DAAAAAAAAAAAAAAAABBBBAACA3CACA?CAwCA3CACCICCACxCzCzCzCuC&C&CACmC333?mC?6C333?)C+C3C1C3C*C$C+C+CBCFCC4C#C@CAC'CBLCCBCFCCCaC#CAAAdBXB@B@@$BBBB@BD(@B@pAABACBBCC&C CdC9CCC[C~CCC6CdCCC7CBBB0CWC CZCbCCCCBB/C C0CuCBAA CAB CBBffVAgCXCrCKCjCpAOCyCCCjCABCBBCCABABABCLCdCXCCBCBBCCCCC)CBB+C35DPD\2DDBB[CUC CB+CGC?C[CBCApCCAfCB:C.C.CCuC4BCCGBff@ACCAAAAAAAAAAAARCA CCB4CAAABAB CLBA CA,AffAH$BCCZCcCAdBACTB CXBffAffAyCfCfCCBl@`CwCA,BA,BAAAAAAAAAAAAAffAAAAA33@33@@33@@@BCBBBRYBCABCOCC B(B\BB`BAlBZCBBpApApAAkCzCuCzCuCpCpC`C`AA@ABAAAAAAAAA_CtCACBCAAAAAAA4BABBBHBB BAhBhBAA0AA A@BAAPBAAAABB`A6C@@@zC@CC}C CpC(CA CCCBpAwC`BCCCCAAAAAAAB4B@@xB@@BAAAAxBAAAAAAAACAAAA @BBCCA(AC{CCHBADDBBBCB CB̜@A@@BtCBB\B33@uCBbCpC CpC`C C CAaCuC4CAAAApAPBPBPBHBHBPBPBPBPBPBPBPBPBPBPBXBPBPBPBHBPBPBPBBBBBCB\C5@B@@ BCCCCC9CCCCC$BACCMCACACACACBBBCBC6ChCpCB@@ffACbC`CArCtCAAB B BxBxBxB BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACABBAAA*BAAAAAAAAAAAAAAAAACBBBBCBCBBCBCQA C}C CCpClBbC C?pCC@AC3CABB}CAAAABAAABAAABAAAAAB B,BBAABBAA BXBdB BA$BLBAA0A`AAAAA@HBAAAAA*CBAABBBBBPBACAAAA0AAAAACBBCBBBBCBBCCCAACCC9CC9C/CB%CCC:CHC:C9C.C#CJCBC)CCBB'C@CC@CC@C@C(CBABBBBAAAAAAAAAAAAAAAAA(CA,B$B*C(C*CBBB*B B(BBBB`B@C(C@ChBBBBB C CBB C$CCB CCdBCdBdBdBB CBBBCB CB CAAAAAAAAAAAAAAAAAAAAAAAAAAB6CA0A(B$BABCBHBB C4BdBBdB0CdB CdB CdB CdB CC"C0CBB C&CBBB C CB*C C C1 cup, chopped or diced1 cup, chopped or diced1 unit1 unit1 cup, chopped or diced1 cup, chopped or diced1 unit1 unit1 unit1 cup, chopped or diced1 cup, chopped or diced1 drumstick, bone and skin removed1 unit1 cup, chopped or diced1 cup, chopped or diced1 leg, bone removed1 unit1 unit1 cup, chopped or diced1 cup, chopped or diced1 leg, bone and skin removed1 unit1 cup, chopped or diced1 cup, chopped or diced1 unit1 unit1 unit1 unit1 cup1 tsp1 tsp1 cup1 cup1 cup1 tbsp1 tbsp1 tbsp1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 serving1 serving1 serving1 oz1 link1 slice1 serving1 serving1 slice1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 tbsp1 tbsp1 tbsp1 cup1 cup1 cup1 cup1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 oz1 oz1 tbsp1 tbsp1 unit1 unit1 unit1 thigh, bone removed1 unit1 unit1 cup, chopped or diced1 unit1 thigh, bone and skin removed1 unit1 cup, chopped or diced1 cup, chopped or diced1 wing, bone removed1 unit1 unit1 cup, chopped or diced1 cup, chopped or diced1 wing, bone and skin removed1 unit1 unit1 cup, chopped or diced1 chicken1 chicken1 unit1 unit1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp2 tbsp2 tbsp2 tbsp2 tbsp2 tbsp2 tbsp2 tbsp2 tbsp.5 cup1 cup1 cup.333 cup.75 cup.75 cup.75 cup1 cup.75 cup.75 cup1 cup.75 cup1 cup1 cup1 cup.75 cup1 cup1 cup.75 cup.75 cup1 cup1 cup.75 cup.75 cup.75 cup1 tbsp1 tbsp1 oz1 oz1 tbsp1 oz1 oz1 oz1 oz1 jar1 tbsp1 tbsp1 tbsp1 tbsp1 oz1 oz1 tbsp1 oz1 oz1 fl oz1 fl oz1 fl oz1 fl oz1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 chicken1 cup, chopped or diced1 unit1 unit1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 capon1 capon.5 capon, bone removed.5 capon, bone removed1 giblets1 cup, chopped or diced1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 liver2 tbsp2 tbsp2 tbsp2 tbsp.25 cup2 oz.25 cup.25 cup1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 envelope1 serving1 envelope1 serving1 serving1 envelope1 serving1 serving1 envelope1 serving1 serving1 serving1 serving1 serving1 serving1 serving2 tbsp2 tbsp1 cup1 cup1 cup1 cup1 cup1 cup.5 cup.75 cup1 cup1.333 cup1.5 cup1.333 cup.75 cup1 cup.333 cup.5 cup.75 cup1 cup1 cup1 cup1 cup1.25 cup1.25 cup1 cup1 cup1 cup.75 cup.75 cup1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 tbsp.5 oz1 tbsp1 tbsp1 oz1 oz1 tbsp1 tbsp1 oz1 oz1 tbsp1 tbsp1 tbsp1 oz1 oz1 oz1 oz1 tbsp1 unit1 unit1 unit1 cup, chopped or diced1 unit1 unit1 liver1 unit1 unit1 unit1 unit1 unit1 unit1 quail1 quail1 unit1 unit1 unit1 breast, bone removed1 turkey1 unit1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 unit1 unit1 unit1 cup, chopped or diced1 gizzard1 gizzard1 heart1 heart1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup.75 cup1 cup1 cup.75 cup1 cup1 cup1 cup1 cup1 cup1 cup1.667 tbsp1 cup1 cup1 cup1 cup1 packet1 cup1 packet1 packet1 packet1 packet1 cookie1 cracker1 tbsp1 tbsp1 tbsp1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 oz1 cup1 liver1 liver1 unit1 unit1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced.5 back, bone removed1 cup, chopped or diced1 unit1 unit1 unit1 unit1 unit1 unit1 turkey1 unit1 unit1 unit1 unit1 cup, chopped or diced1 unit1 unit1 unit1 unit1 unit1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 oz1 cup, diced1 cup, melted1 cup1 oz1 cup, diced1 oz1 cup, diced4 oz1 cup1 cup1 cup1 cup1 cup1 oz1 cup, crumbled1 cup, diced1 oz1 oz1 cup, diced1 cup1 cup, diced1 cup, shredded1 oz1 cup1 fl oz1 fl oz1 serving1 cup1 oz1 oz1 tbsp1 cup1 oz1 oz1 tbsp1 tbsp1 tbsp1 oz1 oz1 tbsp1 oz1 oz1 oz1 unit1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced.5 back, bone removed.5 back, bone removed1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 turkey1 unit1 unit1 unit1 unit1 cup, chopped or diced1 unit1 unit1 unit1 unit1 unit1 unit1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 tbsp1 package1 package1 package1 serving1 tsp1 package1 oz1 cup, diced1 cup, diced1 oz1 cup1 oz1 cup, diced1 cup, diced1 cup1 cup1 oz1 oz1 cup, diced1 oz1 cup, diced1 cup, diced1 cup, diced1 oz1 cup1 oz1 cup, diced1 cup1 cup1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 fl oz1 fl oz1 scoop1 fl oz1 fl oz1 scoop1 fl oz1 scoop1 scoop1 fl oz1 fl oz1 scoop1 fl oz1 scoop1 fl oz1 scoop1 fl oz1 fl oz1 fl oz1 scoop1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced.5 back, bone removed.5 back, bone removed1 unit1 unit1 unit1 unit1 unit1 unit1 turkey1 unit1 unit1 unit1 unit1 cup, chopped or diced1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 cup, chopped or diced1 unit1 cup, chopped or diced.5 back, bone removed.5 back, bone removed1 unit1 unit1 unit1 package1 serving1 serving1 package1 tbsp1 serving1 tbsp1 serving1 package.25 cup1 serving1 container1 serving1 can1 package1 serving1 serving1 serving1 serving2 tbsp1 serving1 serving1 serving1 package1 package1 package1 package1 package1 package1 package1 package1 package1 package1 package1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 container1 cup1.5 oz1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 scoop1 scoop1 fl oz1 fl oz1 fl oz1 fl oz1 scoop1 fl oz1 fl oz1 fl oz1 scoop1 fl oz1 fl oz1 scoop1 fl oz1 fl oz1 fl oz1 scoop1 fl oz1 scoop1 fl oz1 fl oz1 leg, bone removed1 unit1 unit1 can1 tbsp1 cup1 oz1 cup1 medium, slice.5 breast, bone removed1 thigh, bone removed1 box1 cup, chopped or diced1 stick.5 lb.5 lb.5 lb.5 lb1 lb1 patty.5 bird1 bird, whole1 bird, whole1 bird, whole1 cup1 piece1 unit1 cup, chopped or diced1 leg, bone removed1 cup, chopped or diced, cooked1 package1 package1 package1 package1 package1 package1 package1 package1 package1 package1 cup1 package1 cup1 cup1 cup1 cup1 cup1 package.25 cup1 cup2 tbsp.5 cup1 cup1 package1 serving1 serving1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 oz1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 fl oz1 fl oz1 cup1 cup1 cup1 cup1 cup1 cup1 scoop1 fl oz1 fl oz1 scoop1 fl oz1 cup1 cup1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tablespoon1 cup1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 cup1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tbsp1 oz1 patty1 patty1 fan fillet1 steak1 flat fillet1 full rump1 full rump, cooked1 inside drum1 inside drum, cooked1 outside drum1 steak1 steak1 patty1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 container1 cup1 cup1 cup.5 lb.5 lb1 large1 cup, chopped1 tbsp1 large1 cup1 cup1 cup.5 lb1 cup1 cup1 egg1 tbsp1 tablespoon1 tbsp1 tablespoon1 tbsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 tsp1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 tbsp2 tbsp2 tbsp2 tbsp2 tbsp2 tbsp1 serving1 serving1 serving1 serving1 serving1 serving1 cup1 tsp1 serving1 serving1 cup2 oz1 oz2 oz1 slice1 slice1 slice1 sausage1 serving1 oz1 slice1 serving1 link, cooked1 slice1 link1 link1 serving1 serving1 link1 slice1 slice1 frankfurter1 egg1 egg1 egg1 cup1 cup.35 oz1 cup1 tbsp1 oz1 oz1 oz1 oz1 cup1 cup1 fl oz1 cup1 cup1 oz1 oz1 oz.5 lb1 cup, shredded1 cup1 cup1 cup, crumbled1 cup, diced1 cup, diced1 cup, diced1 cup, diced1 tablespoon2 tbsp1 tablespoon1 tsp1 tsp1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tbsp1 cup1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tbsp1 cup1 tsp1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tbsp1 serving1 container1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 frankfurter1 frankfurter1 frankfurter1 slice1 slice3 slices1 serving1 slice1 tbsp1 slice1 tbsp1 serving1 serving1 link1 oz1 link1 serving1 oz1 slice1 slice1 package, 2.5 ounces1 oz1 slice1 oz1 slice1.94 oz1 tbsp1 tbsp1 tbsp1 serving15 slices2 tbsp2 tbsp1 slice1 oz1 oz2 tbsp2 tbsp1 container1 container1 container1 container1 cup1 tbsp1 tbsp1 tsp, leaves1 tbsp, crumbled1 tbsp1 tbsp, ground1 tbsp1 tbsp1 tbsp1 tbsp1 tablespoon1 tablespoon1 tablespoon1 cup1 tablespoon1 tablespoon1 tbsp1 tablespoon1 tablespoon1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 cup1 cup1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 cup1 cup1 cup1 cup1 cup1 cup1 tbsp1 cup1 cup1 cup1 cup1 cup1 serving1 cup1 serving1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 slice1 sausage1 slice1 oz1 slice1 serving1 serving1 link1 cup1 tbsp1 slice1 oz1 serving1 package3 slices1 tbsp1 link1 piece2 oz1 link2 oz1 serving1 serving1 oz1 oz1 sausage1 slice1 link1 slice1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tsp, leaves1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tsp, leaves1 tsp, leaves1 tbsp1 tsp1 tbsp1 cup1 cup1 cup1 cup1 tbsp1 tbsp1 cup1 cup1 tbsp1 tbsp1 tbsp1 cup1 cup1 cup1 tbsp1 tbsp1 tablespoon1 cup1 cup1 cup1 cup1 can1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 portion1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 slice1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 slice1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 link1 link1 serving1 serving1 serving1 serving2 tbsp1 cup, sprigs1 cup1 cup1 cup1 tsp1 cup1 tbsp1 tbsp1 cup1 tbsp1 tbsp1 tbsp2 tbsp2 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 oz1 tbsp1 oz1 tbsp1 oz1 tbsp1 tbsp1 stick1 tbsp1 tbsp1 stick1 stick1 oz1 oz1 oz1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 tbsp1 cup1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 tablespoon1 chicken1 chicken1 cup1 cup1 cup1 cup1 cup1 packet1 packet1 cup1 packet1 cup1 cup1 cup1 cup1 cup1 packet1 cup1 cup1 packet1 packet1 cup1 cup1 packet1 cup1 cup1 cup1 tsp1 cup1 tbsp1 cup1 tbsp1 cup1 cup1 cup1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 piece1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 piece1 serving1 serving1 serving1 serving1 package1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 frankfurter1 lb1 frank1 tbsp1 tbsp1 tbsp1 tbsp1 oz1 tbsp1 oz1 oz1 cup1 cup1 jar1 cup1 cup1 cup1 cup1 oz1 tbsp1 tbsp1 cup1 tbsp1 cup1 oz1 oz1 chicken1 chicken1 chicken1 unit1 unit1 unit1 cup, chopped or diced1 cup, chopped or diced1 unit1 cup, chopped or diced1 cup, chopped or diced1 cup, chopped or diced1 unit1 unit1 unit1 unit1 unit1 unit1 cup, chopped or diced1 cup, chopped or diced1 cup, chopped or diced1 heart1 cup, chopped or diced1 container1 unit1 unit1 unit1 serving1 cup1 serving1 cup1 packet1 tbsp1 tbsp1 package1 package1 cup, sauce1 cup, sauce2 tbsp2 tbsp2 tbsp1 tbsp1 cup1 cup1 cup1 cup1 cup1 package1 cup1 cup1 package1 package1 cup1 cup1 cup1 cup1 cup2 oz2 oz1 serving.25 cup1 serving1 oz1 link1 serving1 serving12 oz, serving1 oz1 serving1 serving1 oz1 serving1 serving1 serving1 serving1 oz1 serving1 link1 serving1 serving1 serving1 serving1 serving1 jar1 oz1 oz1 tbsp1 tbsp1 cup1 cup1 oz1 oz1 oz1 cup1 cup1 jar1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 jar1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 unit1 cup1 cup, chopped or diced1 cup, chopped or diced1 unit1 cup1 cup, chopped or diced1 cup, chopped or diced1 tbsp1 unit1 unit1 unit1 unit1 cup, chopped or diced1 unit1 unit1 unit1 unit.5 breast, bone removed1 unit1 unit1 lb3 oz3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 oz1 oz1 unit, cooked3 oz1 piece, cooked, excluding refuse1 cup1 cup1 cup.5 cup1 cup1 cup.5 cup, chopped1 cup, cubes1 cup, cubes1 package, mashed1 cup1 cup, chopped1 cup, chopped.5 cup.5 cup, chopped or diced1 cup1 package1 cup1 cup1 cup1 cup1 package1 package.5 cup, slices.5 cup, slices1 cup, chopped1 cup, cubes1 cup, cubes1 cup, slices1 cup1 cup1 cup1 cup1 tbsp1 cup, whole kernels1 cup, whole kernels1 cup, halves and whole1 cup, whole1 tbsp1 cup, whole or halves1 cup1 cup1 cup1 oz1 cup1 cup1 cup1 cup1 tbsp1 oz1 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 cup, quartered or chopped1 cup, slices1 cup, slices1 cup, slices1 cup, slices1 cup, slices1 cup1 cup1 cup1 cup1 cup1 cup, slices1 cup, slices1 cup1 can1 cup1 cup1 cup1 cup1 cup1 cup, whole, without pits1 cup1 cup1 cup1 cup1 cup, whole, without pits1 cup, whole, without pits1 cup3 oz1 oz1 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 serving4 oz4 oz1 oz1 oz1 oz1 serving1 chop, boneless1 slice, cooked1 slice, raw1 slice, cooked1 cup1 cup1 cup1 large1 medium1 artichoke1 artichoke1 cup1 cup, cubes1 cup, cubes1 cup, slices1 cup, slices1 cup, slices1 cup1 tbsp1 cup, chopped1 cup1 cup, slices1 cup, sliced1 cup, chopped1 cup, chopped1 tbsp1 tbsp1 cup1 cup, chopped1 tbsp.5 cup, slices1 tbsp1 cup, sliced1 cup, sliced1 cup, cubes1 cup, cubes1 cup1 cup1 cup1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 lb1 lb1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 steak1 oz1 piece, cooked, excluding refuse1 cup1 cup1 cup1 cup1 cup1 cup1 cup, cubes1 cup, pureed1 cup, pureed1 cup, mashed1 cup1 cup1 cup1 cup, unthawed1 cup1 cup1 cup, unthawed1 cup, thawed1 cup1 cup, unthawed1 cup1 cup, cubes1 package1 cup1 cup.5 cup.5 cup1 cup1 package1 cup1 leaf1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup.5 cup.5 cup1 package.5 cup1 package1 cup1 cup1 cup1 cup1 package1 cup1 cup1 cup1 cup1 piece1 cup1 cup2 tbsp1 pepper1 cup1 pancake1 potato, large1 potato1 cup1 tbsp, chopped1 cup1 cup, chopped1 cup, chopped1 cup, sliced1 cup, chopped1 cup1 corm1 artichoke1 cup.5 cup1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 steak1 piece, cooked, excluding refuse1 steak1 steak1 piece, cooked, excluding refuse1 steak1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 cup, slices1 fruit, without skin and seeds1 cup, without pits1 cup1 cup1 cup1 cup1 cup, unthawed1 cup, with pits1 cup1 cup1 cup1 cup1 cup1 cup, thawed1 cup, slices1 cup, chopped.33 cup1 cup1 cup1 cup1 cup1 cup1 cup, pitted1 cup1 large1 cup1 cup1 package1 cup1 cup1 cup.5 cup1 cup.5 cup1 cup1 cup1 cup.5 cup, slices1 cup1 cup, diced1 cup1 cup1 cup1 cup, chopped1 stalk1 cup1 cup1 package1 package1 bunch, cooked1 cup.5 cup1 cup1 cup1 cup1 cup1 cup.5 cup1 package1 package1 cup1 package1 cup1 cup1 cup1 cup.5 cup.5 cup.5 cup1 cup1 cup1 cup1 cup1 cup.5 cup, slices1 cup1 cup1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 steak1 oz1 steak1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 cup1 cup1 cup1 cup1 cup1 cup.5 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, sections1 cup, sections1 cup, sections1 cup, sections1 cup, sections1 cup, sections1 cup, sections1 cup1 cup1 cup1 cup1 cup1 sprout1 package1 cup1 cup1 cup1 cup1 cup, chopped1 cup, chopped1 head1 cup, chopped1 leaf1 cup, shredded1 cup, shredded1 cup, shredded1 cup, shredded1 cup, shredded1 cup, shredded1 cup, shredded1 cup, chopped1 tbsp.5 cup, slices1 cup, mashed1 package1 cup, sliced1 cup1 stalk1 stalk1 cup1 package1 sprout1 cup1 cup1 head1 head1 head1 leaf1 cup, shredded1 cup, shredded1 cup, shredded1 tbsp.5 cup, slices1 cup, mashed1 cup, slices.5 cup1 cup1 cup, pieces1 cup, diced1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 packet1 packet1 packet1 packet1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 packet1 cup, cooked1 can1 cup1 cup1 cup1 cup, seedless1 cup1 cup1 cup1 can1 cup1 cup1 cup1 cup1 cup1 cup, sliced1 cup1 cup1 fruit, without refuse1 cup, sections1 fruit, without seeds1 cup1 cup1 cup1 tbsp1 fruit1 cup1 cup1 cup.5 cup1 package1 cup1 cup1 cup, pieces1 cup, chopped1 cup, diced1 leaf1 cup1 cup, chopped1 cup1 cup1 head1 cup, chopped1 root1 tbsp, chopped1 cup1 cup1 tbsp1 cup, chopped1 cup, chopped1 package1 cup, chopped.25 cup1 ear1 ear.5 cup1 cup, chopped1 cup1 cup1 cup, chopped1 cup, chopped1 ear.5 cup1 cup.5 cup1 package1 ear1 cup1 cup1 cup1 cup, chopped1 cup1 cup, chopped1 cup1 cup1 cup1 cup, chopped1 cup, slices1 cup1 cup1 cup, chopped1 cup, chopped1 cup, chopped1 packet1 packet1 packet1 cup1 packet1 packet1 packet1 cup1 cup1 cup1 cup1 cup1 cup.75 cup.75 cup1 cup1 cup1 cup1 cup1 cup1 fruit1 cup, unthawed1 fruit, without refuse1 cup, cubed1 fruit, without refuse1 cup, sliced1 cup1 cup, balls1 cup, cubes1 cup, balls1 cup, unthawed1 cup1 package1 cup, thawed1 cup1 cup, slices1 cup1 tbsp1 jumbo1 cup, sections1 cup, sections1 cup, sections1 cup, sections1 cup1 cup1 cup1 cup1 cup1 cup.5 cup.5 cup1 package1 ear1 ear1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, slices1 cup, slices1 cup, chopped1 cup, chopped1 cup1 cup.5 cup, slices1 cup, pared1 cup, chopped1 cup, chopped1 cup, cubes1 cup, slices1 cup, chopped1 leek.5 cup1 cup, pieces1 cup, pieces1 cup, chopped1 package1 cup, chopped1 cup, chopped.5 cup, slices1 package1 cup1 tbsp, chopped1 cup.5 cup, slices1 cup1 cup1 cup.5 cup.5 cup1 package1 cup1 package1 cup1 pepper1 cup1.25 cup2 biscuits1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 tbsp1 cup1 cup, sections1 cup1 cup1 cup1 cup1 can1 cup1 cup, cubes1 cup1 cup1 cup1 cup1 cup, slices1 cup, halves or slices1 cup1 cup, halves or slices1 cup, halves or slices1 cup1 cup, halves or slices1 cup, whole1 cup1 cup1 cup1 cup1 head1 cup1 tsp.5 cup1 cup1 cup1 cup1 cup, chopped1 cup, chopped1 cup1 cup1 cup, slices1 cup, slices1 cup1 cup1 cup1 cup, chopped1 cup, chopped1 package1 cup, chopped1 strip1 cup1 cup, sliced1 cup, chopped1 cup1 leek1 cup1 cup, shredded or chopped1 cup, shredded1 pepper1 cup, chopped1 tbsp1 cup, strips1 tbsp1 cup1 cup1 potato, large.5 cup1 skin.5 cup1 skin1 large1 potato.5 cup1 skin10 strips10 strips1 cup1 cup1 cup, mashed1 cup1 cup1 cup1 cup1 cup, slices.5 cup, mashed1 cup, slices1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup.5 cup1 cup1 cup1.25 cup.75 cup1 cup1 cup1 cup, thawed1 cup1 cup, slices1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 fruit1 fruit, without refuse1 fruit, without refuse1 cup, diced1 cup, crushed, sliced, or chunks1 cup, crushed, sliced, or chunks1 cup, crushed, sliced, or chunks1 cup, crushed, sliced, or chunks1 cup, crushed, sliced, or chunks1 cup, chunks1 cup1 can1 cup1 cup, shredded1 cup, shredded10 slices.5 cup1 leaf, outer.5 cup, cubes1 cup, cubes1 cup, pieces or slices1 cup, pieces1 cup1 piece1 mushroom1 cup, pieces1 cup, chopped1 cup, chopped1 cup, chopped1 cup, chopped1 cup, chopped1 cup, chopped1 cup, chopped1 cup, chopped1 cup.5 cup, slices1 package1 package1 cup, chopped1 cup1 cup1 cup1 cup1 package1 cup, slices1 cup, slices1 cup, slices.5 cup, slices.5 cup, slices1 cup1 cup, cubes1 cup, cubes1 cup, mashed1 cup, cubes1 cup, mashed1 cup, cubes1 cup, mashed1 cup1 cup1 cup1 cup, chopped1 cup1 medium1 cup, mashed1 cup, cubes1 cup, slices1 cup1 cup, slices1 cup, slices1 cup1 cup1 cup.5 cup1 cup.75 cup.75 cup.75 cup.5 cup1 cup1 cup1.25 cup.5 cup1 cup.5 cup1 packet1 packet1 packet1 packet.25 cup.5 cup1 cup1 cup, sliced1 cup, mashed1 cup, sliced1 cup1 cup1 cup1 cup1 cup1 pomegranate1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, sections1 fruit, without refuse1 cup1 cup1 cup1 cup1 cup1 cup1 cup, unthawed1 tbsp1 onion1 package1 tbsp, chopped1 package1 cup1 cup, chopped1 tbsp1 onion1 package1 cup1 cup1 cup, slices.5 cup, slices1 cup, chopped1 cup.5 cup1 cup1 cup1 cup.5 cup1 cup1 cup.5 cup1 package1 cup1 cup1 cup1 cup.5 cup1 cup1 cup, cubes1 cup1 cup, chopped1 package1 cup1 package1 cup, cubes1 cup1 cup, cubes1 cup, slices1 ear1 ear1 ear.5 cup.5 cup1 cup1 cup.5 cup.5 cup1 cup1 cup.5 cup1 cup1.333 cup1 cup.5 cup.75 cup.75 cup1 cup1 cup1 cup.75 cup.75 cup1 cup1 cup1 cup1 cup1 cup.75 cup1 cup.75 cup1 cup, diced1 cup, diced1 cup1 cup1 cup1 fruit, without refuse1 cup1 cup1 cup1 cup, thawed1 cup, thawed1 cup, thawed1 cup1 cup1 cup1 cup, balls1 cherry1 cup, pureed1 fruit1 cup1 cup, chunks1 cup1 cup1 cup1 cup1 cup, with pits1 cup1 cup1 cup1 cup1 cup.5 cup1 package1 cup.5 cup1 cup1 pepper1 cup, chopped1 cup, strips1 cup1 package1 cup1 cup1 cup1 cup1 cup1 Potato, large1 potato, small1 potato, large1 potato, large1 potato, large1 potato, large1 potato, large1 skin.5 cup.5 cup1 package1 package1 ear1 ear1 ear1 cup1 package1 cup1 cup1 cup, cubes1 frond1 cup1 cup1 tbsp1 cup.5 cup1 cup1 cup.667 cup1.25 cup1 cup.667 cup.667 cup.75 cup.75 cup1 cup.75 cup1 cup1 cup.75 cup1 cup1 cup.75 cup1 cup1 cup, bite size1 cup1.25 cup.75 cup.75 cup.75 cup1 cup1 cup1 cup.75 cup1 cup1 cup1 fruit, without skin1 cup1 cup1 cup1 cup1 can1 cup1 cup1 date, pitted1 cup, chopped or diced.5 cup.5 cup1 cup, diced1 cup, diced1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 cup, diced1 oz1 cup, diced1 oz.5 cup1 skin.5 cup1 skin1 large.5 cup1 skin1 cup1 cup1 cup1 cup1 cup, whole1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, chopped or diced1 cup, chopped1 cup1 cup1 cup1 tbsp1 cup1 cup, chopped or diced1 medium1 cup, chopped or diced1 cup1 large1 pepper1 cup, shredded1 large1 medium1 cup1 cup1 cup, sliced1 tbsp1 leaf1 large1 cup1 cup1 cup, sliced1 cup1 cup.5 cup.75 cup.667 cup.667 cup.75 cup.75 cup1.333 cup.75 cup1 cup1 cup1.25 cup1 cup.333 cup1 cup.75 cup.75 cup1 cup1 cup1 cup1 cup1 cup, diced1 oz1 cup, diced1 oz1 cup, diced1 oz1 cup, diced1 lb3 oz3 oz3 oz1 lb3 oz3 oz3 oz1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 package.167 package1 package1 cup.5 cup1 patty, oval1 package1 cup1 cup1 cup10 strips10 strips10 strips10 strips10 strips10 strips1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, mashed1 cup1 cup1 cup1 cup.2 head.5 cup1 cup1 cup1 cup1 cup1 cup1 leaf1 cup1 cup, chopped1 pepper1 cup, sliced1 cup1 pepper1 pepper1 cup1 tbsp1 cup, chopped1 cup1 large1 cup1 cup1 cup, sliced1 cup, sliced1 oz1 oz1 oz1 cup1 oz1 cup1 oz1 oz1 cup1 cup.75 cup1 cup1 cup1 cup1 box1 cup1 cup.75 cup1 cup1 cup.75 cup.75 cup1 cup1 cup1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 lb1 chop, boneless1 chop, boneless1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 cup, slices1 radish1 cup, sliced1 cup1 cup, cubes1 cup, cubes1 cup, slices1 cup, sliced1 cup2 tbsp2 tbsp2 tbsp10 sheets1 flower1 cup1 cup1 cup.5 cup1 cup1 cup1 cup1 cup1 cup1 cup1 package1 cup, sliced1 cup, sliced1 cup, diced1 cup, slices1 cup1 oz1 oz1 cup1 oz1 cup1 oz1 oz1 oz1 cup, with hulls1 cup1 cup1 cup1 tbsp1 cup1 oz1 oz1 oz1 cup, ground1 cup, whole kernels1 cup, whole kernels1 cup, whole kernels1 cup1 oz1 cup, shelled1 cup1 cup, halves and whole1 cup, whole1 oz1 tbsp1 oz1 oz.75 cup.75 cup1 packet1 packet1 packet1 packet1 cup1 packet1 packet1 packet1 cup1 packet1 packet1 packet1 cup, diced1 oz1 cup, diced1 oz1 cup, diced1 cup, diced1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 lb3 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 unit, cooked1 oz3 oz1 oz1 ear1 oz1 oz1 cup1 oz1 cup, slices1 cup, slices1 cup, mashed1 cup, chopped1 cup, sliced1 package1 cup1 cup1 cup, cubes1 cup, cubes1 cup, mashed1 cup, cubes1 cup, cubes1 package1 cup, mashed1 cup, cubes1 cup, cubes1 cup, mashed1 cup, cubes1 cup1 cup1 cup1 cup1 cup1 cup1 cup, chopped1 cup, chopped1 cup, chopped1 cup1 oz1 oz1 cup1 oz1 oz1 oz1 oz1 cup, shredded1 oz1 cup1 cup1 oz1 cup1 cup1 cup1 cup1 cup1 cup, chopped1 oz1 oz1 oz1 oz1 cup1 cup1 cup, whole or halves1 cup, whole or halves1 cup1 cup1 cup1 oz1 cup, chopped1 oz1 cup1 oz1 cup1 oz1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 oz1 unit, cooked1 oz1 unit, cooked1 oz3 oz1 oz1 piece, cooked, excluding refuse1 thick, slice1 slice, cooked1 package1 package1 package1 package1 oz1 cup1 cup1 cup1 cup1 cup1 cup1 oz1 oz1 oz1 cup, cubes1 cup1 cup, mashed1 cup, mashed1 cup1 cup, cubes1 cup, cubes1 cup, sliced1 cup, sliced1 cup1 cup.5 cup, slices1 cup, slices1 cup, slices1 cup, slices1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 oz1 cup1 cup1 cup, chopped1 cup, chopped1 oz1 cup1 cup1 tbsp1 cup1 tbsp1 oz1 tbsp1 cup1 cup1 cup1 oz1 cup, shredded1 cup1 cup1 tbsp1 oz1 oz1 cup1 oz1 oz1 oz1 oz1 cup, whole kernels1 cup1 cup1 cup1 packet1 packet1 packet1 packet1 cup1 cup1 cup.75 cup.75 cup24 biscuit.75 cup1 cup1 cup1 cup.5 cup1 cup1 cup1 cup1 cup1 patty, cooked1 oz1 cup1 cup1 cup1 cup1 oz1 oz1 oz1 cup1 cup1 oz1 piece, cooked3 oz1 oz1 piece, cooked, excluding refuse3 oz3 oz3 oz3 oz3 oz3 oz1 cup1 cup1 cup1 cup3 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 envelope Swiss Miss2 tbsp1 cup1 fl oz1 cup1 fl oz1 cup1 cup1 cup1 fl oz1 fl oz1 fl oz1 fl oz1 serving1 serving3 oz1 oz, boneless1 fillet1 fillet1 fillet1 fillet1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 unit, cooked1 unit, cooked1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 unit, cooked1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz3 oz1 oz3 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 cup, bite size6 cracker1 cup, crushed1 matzo1 matzo1 matzo1 cup, pieces.5 oz.5 oz1 cracker1 rusk.5 oz1 cup, crushed.5 oz1 cup, crushed1 cup, bite size.5 oz6 cracker1 cup, crushed.5 oz.5 oz1 cup, crushed1 cup1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 steak1 piece, cooked, excluding refuse1 steak1 steak1 piece, cooked, excluding refuse1 oz1 fillet1 fillet1 fillet1 fillet1 fillet1 tbsp1 fillet1 oz1 fillet1 fillet1 can1 oz1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet1 oz, boneless1 piece1 oz, boneless1 fillet1 piece1 fillet1 fillet1 fillet1 fillet1 oz, boneless.5 fillet.5 fillet.5 fillet1 oz, boneless1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 unit, cooked1 oz1 unit, cooked1 unit, cooked1 unit, cooked1 unit, cooked1 oz1 piece, cooked, excluding refuse1 unit, cooked1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 oz1 oz1 oz1 oz1 cup1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 roast1 oz1 steak1 roast1 oz1 steak1 roast1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 roast1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 fillet1 cup1 oz, boneless1 fillet1 fillet.5 fillet1 fillet1 fillet1 cup.5 fillet1 fillet1 fillet1 fillet3 oz3 oz1 oz1 fillet1 oz, boneless1 fillet.5 fillet1 fillet1 fillet.5 fillet.5 fillet1 fillet.5 fillet1 fillet1 fillet1 oz, boneless1 fillet1 fillet1 fillet1 tbsp3 oz.5 fillet1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 cup1 oz1 oz1 oz1 mini1 oz1 oz1 oz1 mini1 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 steak1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 steak1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 steak3 oz1 steak1 steak1 steak1 steak1 lb3 oz1 steak1 steak1 piece, cooked, excluding refuse1 steak1 steak1 piece, cooked, excluding refuse.5 fillet1 cup, cooked.5 fillet.5 fillet1 can.5 fillet.5 fillet.5 fillet1 can1 oz, boneless.5 fillet1 can1 cup1 cup1 cup1 fillet1 fillet1 fillet1 fillet3 oz1 fillet1 fillet3 oz3 oz1 fillet1 fillet1 fillet3 oz1 cup, cooked1 oz1 fillet1 fillet1 oz1 piece1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 oz1 piece, cooked1 piece, cooked1 oz1 piece, cooked1 piece, cooked1 oz1 piece, cooked1 piece, cooked1 oz1 piece, cooked1 oz1 unit, cooked1 unit, cooked1 oz1 unit, cooked1 unit, cooked1 oz1 unit, cooked1 oz1 mini1 oz1 oz1 pancake1 cup1 oz1 cup1 oz1 oz1 oz1 cup1 oz1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 steak1 steak1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 steak1 steak1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 steak1 steak1 lb3 oz3 oz1 lb3 oz3 oz1 lb3 oz1 piece.5 fillet.5 fillet1 fillet1 fillet1 fillet3 oz3 oz1 cup, solid or chunks1 cup, solid or chunks.5 fillet1 can1 can1 oz, boneless1 cup.5 fillet1 fillet1 cup, cooked1 fillet1 fillet.5 fillet.5 fillet1 leg1 leg3 oz3 oz1 cup, flaked and pieces1 cup1 cake3 oz3 oz3 oz3 oz1 lobster1 cup1 medium1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 unit, cooked1 unit, cooked1 slice1 slice1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 unit, cooked1 oz3 oz1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 unit, cooked1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse3 oz1 lb3 oz3 oz1 steak1 steak1 steak1 steak1 steak1 roast1 roast1 roast1 steak1 lb3 oz1 lb3 oz3 oz3 oz1 cup3 oz1 lobster3 oz3 oz1 cup3 oz3 oz1 cup1 cup3 oz1 cup3 oz3 oz1 cup3 oz3 oz1 cup1 medium1 unit2 large3 oz1 oz, boneless3 oz3 oz3 oz1 oz1 can1 can1 can1 can1 can1 can1 can1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz3 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 lb3 oz1 lb3 oz1 lb3 oz1 lb3 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 lb3 oz1 lb3 oz1 steak1 steak1 lb3 oz1 lb3 oz3 oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet.5 fillet1 fillet1 fillet.5 fillet.5 fillet1 oz, boneless3 oz3 oz1 fillet.5 fillet.5 fillet1 oz.5 fillet.5 fillet.5 fillet.5 fillet.5 fillet1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet1 fillet.5 fillet3 oz.5 fillet1 fillet1 piece, cooked, excluding refuse1 oz3 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 oz1 oz1 oz1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 oz3 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 lb1 lb3 oz1 oz3 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse3 oz1 unit, cooked1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz3 oz1 oz3 oz1 slice1 slice1 oz1 piece, cooked, excluding refuse1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 packet1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 envelope.5 fillet.5 fillet3 oz3 oz1 lobster3 oz3 oz1 medium3 oz1 fillet1 fillet1 fillet.5 fillet.5 fillet1 fillet1 fillet1 fillet1 fillet3 oz3 oz3 oz3 oz3 oz.5 fillet1 cup, sliced1 cup1 cup1 cup1 slice1 cup1 cup1 cup1 cup1 cup1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz3 oz1 oz3 oz1 oz3 oz1 oz3 oz1 oz3 oz1 oz3 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz3 oz1 oz3 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 oz1 piece, cooked, excluding refuse1 oz3 oz1 oz1 package3 slices3 slices1 oz1 piece, cooked, excluding refuse1 slice1 serving1 slice1 slice1 sausage1 slice1 serving1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 fl oz8 fl oz.125 envelope1 portion1 portion1 fl oz.75 scoop8 fl oz1 fl oz1 cup1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 fl oz1 tbsp1 cup1 serving1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 patty1 steak1 roast1 roast1 steak1 steak1 steak1 patty1 steak1 steak1 steak1 patty1 steak1 roast1 roast1 steak1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 steak1 steak1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 roast1 roast1 roast1 roast1 roast1 roast1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 steak1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 steak1 piece, cooked, excluding refuse1 cup1 NLEA serving1 serving, 2 tbsp1 cup1 fl oz1 serving1 oz1 envelope1 envelope Alba1 serving1 envelope1 cup1 fluid ounce1 tsp, dry1 tsp, dry1 NLEA Serving1 cup1 fluid ounce1 tsp, dry1 fl oz1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 oz1 oz1 bagel1 oz1 oz1 oz1 oz1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 slice1 piece, cooked, excluding refuse1 steak1 roast1 steak1 roast1 steak1 roast1 steak1 roast1 steak1 roast1 steak1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 tsp6 fl oz1 tsp6 fl oz1 serving, envelope1 NLEA Serving1 serving, envelope2 tsp1 NLEA Serving1 NLEA Serving1 NLEA Serving1 tsp1 cup1 cup1 cup1 cup1 cup1 cup2 tsp1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, chopped1 oz1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 slice1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 pita1 pita1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse3 oz1 steak1 steak1 steak, excluding refuse1 steak1 steak3 oz1 steak1 steak1 steak, excluding refuse1 steak1 steak1 steak1 steak1 steak1 steak1 steak1 steak1 lb1 cup1 fl oz1 cup1 cup1 fl oz1 cup1 packet1 NLEA Serving1 NLEA Serving1 NLEA Serving1 NLEA Serving1 NLEA Serving1 cup1 cup1 cup1 cup1 packet1 cup1 cup1 link1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 oz1 oz1 cup1 tbsp1 tbsp.5 cup1 cup1 piece1 oz1 cup1 block1 cup1 cup1 cup1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 cup, crumbs1 cup, crumbs1 oz1 oz1 oz1 oz1 oz1 oz1 cup1 cup, small pieces1 oz1 oz1 oz1 oz1 piece1 oz3 oz3 oz3 oz1 oz3 oz3 oz1 lb3 oz3 oz3 oz1 lb3 oz3 oz1 oz3 oz3 oz3 oz1 lb3 oz3 oz1 lb3 oz3 oz3 oz1 lb3 oz1 cup1 fl oz1 cup1 cup1 cup1 fl oz1 cup1 cup1 individual1 cup1 serving1 cup1 cup1 cup1 patty1 cup1 cup1 cup1 cup1 cup1 cup.2 block.25 block1 slice1 slice1 slice1 slice1 slice1 cup1 oz1 oz1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 piece1 oz1 oz1 oz1 oz1 oz1 oz1 cake1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 piece1 piece1 oz3 oz1 serving1 serving1 serving1 ounce1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 cup1 serving1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 serving1 cup1 cup1 tsp1 cup2 tsp1 cup1 tsp1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, chopped1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 cake1 oz1 oz1 oz1 oz1 cake1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 cup, crumbs1 oz1 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 lb3 oz3 oz3 oz3 oz1 lb3 oz1 cup1 tsp1 cup1 cup1 cup1 serving1 cup1 NLEA Serving1 cup1 cup1 cup1 cup1 cup1 packet1 packet1 fl oz2 tbsp1 portion1 fl oz1 cup1 cup1 cup1 oz1 oz1 oz1 oz1 cup.5 cup.5 cup1 piece1 piece1 block1 cup1 cup1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 unit, cooked1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 oz1 portion1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 cup, crushed1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz3 oz1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 steak1 steak1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 roast1 roast1 roast1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 serving1 cup1 portion1 fl oz1 fl oz1 fl oz6 fl oz1 packet6 fl oz1 fl oz1 cup1 fl oz1 cup10 fl oz1 cup1 fl oz1 cup1 cup1 cup1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 oz3 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 piece, cooked, excluding refuse1 oz3 oz3 oz1 piece, cooked, excluding refuse1 oz3 oz3 oz1 piece, cooked, excluding refuse1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 cookie1 cookie1 oz1 oz1 oz1 oz1 cup, crumbs1 cup1 cup1 cup, elbow shaped1 cup1 cup2 oz1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, elbow shaped1 cup1 cup1 cup1 cup1 cup1 cup2 oz1 biscuit1 biscuit1 biscuit1 biscuit1 biscuit1 biscuit1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 roast1 roast1 roast1 roast1 roast1 roast1 roast1 steak1 steak1 steak1 steak1 steak1 steak1 steak1 cup1 bar1 bar1 cup, chips1 tablet1 serving, 2 TBSP1 cup1 cup1 cup1 cup1 bar, 2.8 oz1 bar1 bar1 bar1 bar, 1.4 oz1 cup1 tbsp1 biscuit1 biscuit1 croissant1 croissant1 croissant1 croissant1 pastry1 pastry1 pastry2 eggs1 muffin1 muffin1 sandwich1 muffin2 slices5 pieces2 cakes.5 cup1 brownie1 cone1 box1 box1 sundae1 sundae1 sundae2 pieces2 pieces1 cup.75 cup1 cake1 fillet6 pieces1 cup1 cup1 bar, snack size1 bar1 bar1 bar1 package1 oz1 package1 miniature.25 cup1 package, 1.91 oz1 piece1 oz1 bar1 package1 bar, 2.13 oz1 package1 bar1 pizza1.5 cup1.5 cup1.5 cup1.5 cup1.5 cup1.5 cup6 pieces12 pieces2 pieces2 pieces2 pieces2 pieces2 pieces2 pieces2 pieces2 pieces1 burrito1 chimichanga1 chimichanga1 chimichanga1 chimichanga1 enchilada1 enchilada1 enchirito1 cup1 portion1 portion1 portion1 portion1 large1.5 cup1.5 cup1 piece1 piece1 piece1 tbsp1 tsp1 cup1 package1 package1 bar, 1.7 oz1 stick1 bar, 1.45 oz1 cup1 cup1 package1 tbsp1 package1 package1 serving.5 cup1 envelope3 pieces6 pieces15 pieces1 oz2 pieces1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 sandwich1 cup1 cup, shredded1 fl oz1 fl oz1 cup, pieces1 slice1 cup, pieces1 cup1 cup1 cup1 tbsp1 cup1 cup1 cup1 cup1 cup1 tbsp1 cup1 cup1 cup, diced1 cup1 cup1 slice1 package.5 cup1 package1 package.5 cup.5 cup1 oz1 package2.5 tbsp1 package1 oz1 package.5 cup1 sandwich1 submarine1 submarine1 submarine.75 cup1 ear5 pieces1 portion1 piece1 piece1 piece1 piece1 piece1 large.333 cup.333 cup1 sandwich1 package1 package1 package1 package1 serving6 pieces1 serving1 serving1 serving1 serving1 serving1 serving1 item1 serving1 medium1 cup1 patty, cooked1 cup1 cup, sliced1 fl oz1 cup1 cup1 cup1 cup1 cup1 cup, sliced1 cup2 links1 cup1 cup1 bar, 1.76 oz1 cubic inch1 cubic inch1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 pie shell1 oz1 crust1 crust1 crust1 crust1 oz1 oz1 oz1 roll1 oz1 package.5 cup1 bar1 oz.5 cup1 tbsp1 tbsp1 package2 tbsp, creamy1 package1 cup1 cup1 cup1 cup1 cup.75 cup1 cup, pieces.667 cup1 cup, pieces.667 cup1 fl oz1 fl oz1 cup1 cup1 cup1 cup, sliced1 cup1 tbsp1 cup1 cup1 oz1 large1 roll1 roll1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 enchilada1 oz1 oz1 oz1 oz1 tsp1 tsp1 tsp1 tsp1 tsp2 tbsp, creamy1 package17 pieces15 pieces16 pieces1 bar, 1.92 oz1 package1 package, .6 oz15 pieces1 package1 package1 package18 pieces1 serving, 1.5 oz1 bar2 tbsp2 oz, bar1 tbsp1 cup1 cup1 cup, shredded1 cup, shredded1 tbsp1 tbsp1 tbsp1 tbsp1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 piece1 cake1 tbsp1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 crust1 crust1 matzo1 cup1 crust1 oz1 bagel1 bagel1 bagel1 oz1 oz1 oz1 cup, crumbs1 tbsp.5 cup1 serving1 bar1 bar1 serving1 serving, 28 pieces2 rolls1 individual1 individual1 pouch1 roll1 NLEA Serving1 NLEA Serving1 NLEA Serving1 NLEA Serving.5 cup1 fl oz1 bar1 bar1 NLEA Serving1 NLEA Serving1 NLEA Serving1 NLEA Serving1 NLEA Serving1 NLEA Serving1 piece1 cup1 piece1 piece1 cup1 tbsp1 cup1 large1 cup1 cup1 cup1 cup1 stick1 cup, sliced1 cup1 cup1 fillet1 tbsp1 cup1 slice1 cup1 cup1 cup1 cup1 oz1 piece1 oz1 oz1 oz1 oz1 oz1 cup, crushed1 cup1 cracker1 cup, bite size1 cup, crushed1 cup, crushed1 oz1 oz1 oz1 oz1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 crust1 oz1 oz1 oz1 oz1 NLEA Serving1 NLEA Serving.5 cup1 cup1 cup1 tbsp1 serving, 1 tbsp1 cup1 cup1 cup1 package1 oz1 can1 can1 package1 package1 package.5 cup1 package.5 cup1 package1 tsp1 fl oz1 tbsp1 tbsp1 cup1 cup1 cup1 cup1 cup1 tbsp1 cup1 cup1 cup1 cup1 cup, diced1 cup1 cup1 cup, chopped or diced1 cup, chopped or diced1 cup1 cup1 cup1 cup1 oz1 oz1 oz1 oz3 saltines1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 pastry1 serving1 serving1 bagel1 bagel.5 cup1 package1 cup, packed1 serving, packet1 cup, unsifted1 tsp2 tbsp1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup2 tbsp1 oz1 cup1 cup1 cup1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 oz1 piece, cooked, excluding refuse1 patty1 patty3 oz1 lb3 oz1 lb1 cup1 cup1 cup1 cup, grated1 tsp, dry1 tsp1 fl oz1 cup1 cup1 cup1 cup1 cup1 cup1 tsp1 tbsp1 serving1 waffle, round1 waffle, round1 pastry1 pastry1 pastry1 waffle, round1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 recipe1 oz.5 cup.5 cup1 oz1 oz1 oz1 bar1 bar1 bar1 oz1 oz1 oz1 oz1 oz1 cake1 cake1 oz1 cake1 oz1 oz1 oz1 oz1 oz1 oz1 lb3 oz3 oz3 oz3 oz1 lb3 oz1 lb3 oz3 oz1 lb3 oz1 lb1 slice, cooked1 cup, diced1 cup1 cup, pieces1 cup1 cup1.25 cup1 cup1 cup, diced1 tsp, dry1 cup1 cup, diced1 tsp1 fl oz1 cup, diced1 jar1 tbsp1 medium1 cup, crushed1 cup1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 muffin1 NLEA serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 oz1 oz1 oz1 oz1 oz1 cup, chips1 package1 tbsp1 tbsp1 package1 package1 package1 package1 package1 bar1 tbsp1 cup1 cake1 oz1 oz1 cup1 cup1 oz1 oz1 oz1 oz1 lb3 oz3 oz1 lb3 oz3 oz3 oz3 oz1 lb3 oz3 oz1 lb1 lb1 cup1 fl oz1 cup1 cup1 cup1 cup, sliced1 cup1 fl oz1 tbsp1 cup1 tbsp1 fl oz1 tbsp1 tbsp1 tbsp1 cup1 cup1 tbsp1 tbsp1 cup, crushed1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 clair, frozen1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving6 cracker1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 bar1 bar1 oz1 oz1 cake1 cake1 cake1 cake1 oz1 cup1 cup1 oz1 piece1 tbsp1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving3 oz3 oz1 lb3 oz3 oz1 lb3 oz1 lb1 lb3 oz3 oz3 oz3 oz.75 cup1 cup1 tbsp1 cup, diced1 cup, diced1 cup1 cup1 cup1 cup1 fl oz2 tsp1 cup, cooked1 oz1 large1 bar1 oz1 oz1 oz1 bar1 bar1 bar1 bar1 oz1 bar1 oz1 cup1 oz1 cup1 cup1 cake1 oz1 oz1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 serving1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup, cooked1 cup1 lb1 ounce1 serving1 serving1 serving1 serving1 ounce1 serving1 serving1 serving1 serving1 ounce1 serving1 serving1 serving1 serving1 ounce1 serving1 serving1 serving1 oz1 oz1 oz1 cake1 cake1 cake1 oz1 oz1 oz1 cup1 cup1 cup1 oz1 serving, 6 pieces1 package, 1.76 oz18 pieces6 pieces1 bar, fun size1 oz1 oz1 package1 bar, 1.25 oz1 serving, 6 pieces1 oz1 cup, grated1 cup, chips1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 serving1 ounce1 serving1 serving1 serving1 serving1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 cup, chips1 oz1 patty13 pieces1 cup, chips1 cup, chips1 cup, chips1 serving.5 cup.5 cup1 patty, 1.5 oz27 pieces1 bar, 1.5 oz.5 cup1 serving.5 cup1 bar1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup4.5 oz2 oz4.5 oz2 oz2 oz2 oz1 cup, elbow shaped1 cup, elbow shaped1 cup, small shells1 cup, small shells1 cup, spiral shaped1 cup, spiral shaped1 cup, elbow shaped1 cup, elbow shaped1 cup1 cup1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 oz1 piece1 package1 cup1 oz10 small1 bar1 bar, 1.45 oz1 bar2.5 oz, 2.5 oz1 cup1 serving1 bar1 cup1 cup1 cup2 oz1 cup2 oz1 cup2 oz1 cup2 oz1 cup2 oz1 cup2 oz1 cup1 cup1 cup1 cup1 cup, small shells1 cup, small shells1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup1 cup#                                                                                                             """""""""     """"""      """"""""""""          """"""""""""""""""      """"""""""""""""""                                """""                                               """     """"""""           """"""     "     """  """"""""""""""   """"""""""""""""""       """"""""""""""""""""""""       """""""""""""""""""""""         """"      """""""""""""""""""  """""""""""""""""""""""""""""""    """"""""""""""""""""""""""      """"""""""""" "   """"""   """""""""""""""""""     """""""""""""      """""""""  """""""""""""""""   """""""" """""""""""""    """"""""""""""""                                                      """"                                   hBBBBPBdBBBDBABxB(BAA'CCBBBCBdBpBHBPBBBB??ADAAAAAApApApApAAAAAAAAAA*CBBAAAABBxBBBBPBABDBDBBAAAAA`AkC'DCC+CBpADD@DAxCDDDDDAffAffAAAffAAAB*C*CB*CB*CAAAABBBB*CBCBB\CBCBJCCCC CBACBCBZCCDCA0AD-CCB A@DD@D33AAA33BffAABBBBBBBBBpApApAB*CpApAB*C33cApAAB*CB*CACBDff@ff?@333@???333?333?33?\?,@ @33cA33cAdA@dAMCMC33cA33cAiApALACgCCCCCCCCDCffADCDCC33Bfff@fff@33A@@ffA)AAPAAAAAAAAAAAdBdBAAPA @?@ApA>PAff@ff@A@333?=?AAABABABAABAABBB*C*C@ZC@ZCZCZCZCZCZCZCZCZCZCZCZCZCZCZCZCZCZCMCMCCbBBBA33@̔BAffA?̔BAffA BA A A8BbBAffFBCCCACdBAABbBBBBBBAAAAA*CA*C*CAAAAAA*CAAAAAB*CTCMCaCCCC2CHCCC33 A33 AB>C`B`BBBPAff??BCCCAQCBBBBBBAACCBBABB(BxCBBBBBBBBBBBBCBCBCBCBBTBBCBBCBBBB4BlBBCBBBCBCBCCBCBCBCBCBBCBBCBBBCBACABACABBBBAAAACCCCCOCBBBBBBBBBBBBBBABBBBBBBBBBBBBBBBBBBB|B(BCBCBCCCCBBBBCBCBCBCBCBCBCBCBCBCCBBBBBCBBnCwC4CCCBBBBBBBBBBBpBC^C CSCBQC33BBHB(B(B(B(B(BBBBBB(CBBBBBBBBBBBBBBAlBBlBBABCBCBCBBBCBCBCBCBBBCBCBcCBBBBBBBBB`BC*CCBAAABBBBBBCCCCCCCCCCCCCCCC|AAA0A33CA0AABBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB&CApAApAAff?Aff?3C@A)AIA333AffAAHAA(A@ADA1A33;AdBTB{BdBTBdB BBq=AAAAB0BdB4BqCpBBL@ BBBBBBBBBBBBBBBBBBBBAAAAAAAPABC33CAA4CC?AAAAAABBAA|AlBABAAAAAAAAAABAAAAAAAABBBBBBBBBBBBBCBBBBBBBBACAAC33AffAffAAAAAB33+Aff@ff@@AA@@B̌APABAAABA B(B0B(BAA8B(BA@*CB*CBCCCCCCCCACCBABBCCCCACCACCBABACAAC33AAApAABB`AADBCBB@DDBBBdBBHBC`B,B@DCB@DBAAB CCzBCCBCBCBCBCBCBCBBBAAffAffAAffAffAAAfffAAAAAAABBHB*BbCB|BDDBBBDDBBB̜@`BDA@AA A@ApABCBBBBCBBBBCBCBCBCBCBBCBBCBBBBCdCA4AAfffAAAAA\ACACAABBCBCBCBCBCBCBCBCBCBCCA@AB AAPAA,BA@A`APAABApACA@ApApApA3CCBCBCBCBCBABCBCBAABCBCBCBCBBCBPB>>??@@@AAABBCCDDDEEFFGGHHHHIIINNNOOOPPQQRRRSSTTUUVVWWXXYYZZ[[\\\]]]^^^___``````aaaaabbcccccccddeefghiiijjklllmmnnoppqqrstuvvwwwxxyyyyz{{||}}~~                                                            ! ! ! ! ! $ $ $ $ $ $ $ $ $ $ $ % % % % % % % ( ( ( * , , , , , , , , , , - - - - - - . . . . . / / / / / / / 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 7 7 7 7 7 8 8 8 8 8 9 9 9 9 9 : : : : : : : : : ; ; ; ; ; ; < < < < < < < < < < = = = = = = > > > > > ? ? ? ? @ @ @ @ @ A A B B C C D D D D F F F F F F F G G G G H H I I K K K N N O O P P Q Q R T T T T T U U U U U V V V V V V W W W W X X Z Z [ [ [ \ \ ] ] ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ ` ` b b c c c d d d d d e e f f f g g h h i i j j k k k m m p q q r r s s t t u u v v w w x x y y z z { { { { { } } ~ ~   abefijmnpx   ()+25<=IUVXZ              ##$$%%&&'',,..//001122      """###$$$%%%&&&((()))***+++,,,---.../0001112223334445556667778889::;;<<ABCDE           !!""##$$%%&&''(())**+,,--...//00112233445667889::;;<<==>>>??@@@AABBCCDDEEFFFGGHHIIJJKKLLMNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^__``aabbccddeeffgghhiijjkkllmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~    qqrrttvvwwxxxyyyzz{{||}}}              ##$%%%%&'/057899:;<=>?BBCCHHHVVVVccffhhiimmpppqrstuvwyz{|}~                 ((**++,,--..00113344557788<<==??AAABBBDDGGHHIIJJKKKLLLMMMNOPPPQQSSSUUUVVYYYZZZ\\]]^^____``bbcccddee66999:::;;<<ABCDEEFFGGHHIIJJKKLLMMNNPPRRSSTTUUVVZZ[[\\]]       ,--..//1122334566788:;;<<==>??@ABCCDEEFFGGHIYYZ[[\\]^_``bbcceffghiijkllmnnoopqrstuuvvwwxyyz{{||}}~~ !"#%&'()**+,-..//001124567899::;;<<==>>?@ABCCDDEEFFGGHIJKLMNOPPQQRSTUVWXYZ[\]]^`aabcdeffgghhiijjkkllmmno  ABBCEJKLMNOOQRSTVVWYYZ\]^_`bbceeffggmnopqruvyz{|}}}                ! $ % & ' 2 3 4 5 6 7 = > B C E F G J K L M N O P Q R U V [ \ ^ _ ` a e f i j k q u ~  !!!!!! ! ! ! ! !!!!!!)#)#*#*#+#+#+#+#+#+#,#,#-#.#/#0#1#2#3#3#4#5#6#7#8#8#8#9#:#:#;#<#=#=#=#>#>#?#@#@#A#B#B#C#C#C#D#E#F#G#H#H#I#J#K#L#L#M#M#M#M#N#N#N#O#O#P#P#P#P#P#P#P#P#Q#Q#R#V#X#X#Z#Z#Z#\#^#^#_#_#`#a#a#c#c#d#d#d#d#d#e#e#f#f#g#g#h#i#j#k#l#l#n#n#n#n#o#p#q#r#s#t#t#u#v#v#w#y#y#z#{#|#}###################################################################################################################################################################################################$$$$$$$$$$$$$$$$ $ $ $ $ $ $ $ $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $"$"$"$#$#$$$$$$$$$$$%$%$&$&$'$'$($($)$)$*$*$+$+$+$,$-$.$.$/$0$1$2$2$2$2$3$3$4$4$5$5$6$6$7$8$9$9$:$;$;$<$<$=$=$>$>$?$?$?$A$A$B$B$C$C$D$D$E$F$G$G$H$H$I$J$K$K$L$M$N$N$O$O$P$Q$Q$R$R$R$R$R$S$S$U$U$U$V$V$V$X$Z$Z$[$[$]$^$_$a$a$b$c$c$d$d$d$d$d$d$d$d$d$d$e$f$f$f$f$g$g$h$h$i$i$j$j$m$n$n$n$n$n$n$p$v$v$|$|$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$'''''''''''''''''''''''''''''' ' '!'!'"'"'#'#'$'$'%'%'&'&'''''('(')')'*'*'+'+',','-'-'.'.'/'/'0'0'1'1'2'2'3'3'4'4'5'5'6'6'7'7'8'8'9'9':':';';'<'<'='='>'>'?'?'@'@'A'A'B'B'C'C'D'D'E'E'F'F'G'G'H'H'I'I'J'J'K'K'L'L'M'M'N'N'O'P'Q'Q'R'R'U'U'V'V'W'W'X'X'Y'Y'Z'Z'['['\'\']']'^'^'_'_'`'`'a'a'b'b'c'c'd'd'e'e'f'f'g'g'h'h'i'i'm'm'p'p'q'q'r's't't'u'u'v'w'w'x'x'y'y'z'z'{'{'}'}'~'~''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''c*d*e*f*f*f*g*g*g*h*h*h*i*k*l*l*m*m*n*n***********+++++++++++++++++++ + + + + +++++++++++++++++++++++++ + +#+#+$+%+&+(+(+)+)+*+,+,+-+.+.+0+0+0+2+2+4+4+5+H+H+I+I+J+L+L+L+L+L+L+L+N+N+N+O+P+P+R+R+R+R+R+S+S+S+S+S+S+T+T+U+V+V+W+W+Y+Y+Z+Z+[+[+\+\+]+`+`+a+a+b+b+d+d+e+e+e+e+e+e+e+e+f+f+h+h+h+h+h+h+i+i+j+k+l+l+l+m+o+p+p+r+t+t+t+t+t+t+t+t+t+t+t+u+u+u+v+v+x+x+x+x+z+z+{+~+~+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++,,,,,,,,,,,,,,,,, , , , , , ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, , , , ,!,!,!,",#,#,$,$,$,%,&,&,',',',(,),*,*,,,,,.,.,0,0,1,1,4,6,:,:,;,;,<,>,>,?,A,A,E,E,E,E,E,E,E,E,F,F,F,G,I,P,P,Q,U,V,W,W,X,X,X,X,Y,Y,Y,Y,Z,Z,Z,Z,[,[,[,[,\,\,\,],],],^,^,^,b,c,c,d,e,e,f,g,g,g,g,h,h,i,j,k,l,m,n,n,p,p,r,s,t,u,v,w,x,x,y,y,z,z,{,{,{,~,~,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,------------- - - - - - - - - - - - - - - - - - - - - - - ------------!-#-#-%-%-'-'-+-+-,-,-,-,-,-,-----.-.-/-0-1-2-2-6-6-7-7-8-8-9-9-:-:-;-=-?-?-@-@-D-D-F-F-G-G-G-I-I-J-K-K-L-Q-R-R-S-S-S-S-S-S-U-Y-]-_-_-`-b-d-d-e-f-g-h-h-i-i-j-p-p-p-r-r-u-u-x-x-y-y-y-y-y-z-{-|-}-}-------------------------------------------------------------------------------------------------------------------------------------------------------........ . . . . . .................................... . .!.".".#.$.$.%.%.&.&.(.).).*.+.+.,.,.-.-.-.-.-.-.-......./././.0.0.0.2.3.4.4.4.4.4.5.5.6.7.7.8.9.9.9.9.:.;.;.<.>.>.@.@.C.D.E.F.G.H.I.J.K.L.M.N.O.P.P.Q.R.S.T.T.U.U.V.W.X.Y.Z.[.\.].^._.`.a.b.c.c.d.d.e.f.g.h.i.j.j.j.j.j.j.j.j.j.j.j.j.k.k.k.k.k.k.k.k.k.k.k.k.k.l.l.l.m.m.m.m.m.m.m.n.n.n.o.o.p.p.q.q.r.s.t.t.u.v.v.w.x.x.y.y.{.{.|.|.|.|.}.}.}.}.~.~.~.~.....................................................................................................................................................................................................///////////// / ///////////////!/!/'/'/-/././4/4/4/5/5/5/6/6/6/7/8/8/=/>/?/@/A/A/B/C/D/E/H/H/H/L/M/M/N/N/R/S/S/T/T/U/U/V/V/W/W/W/X/X/X/X/X/Y/Z/_/`/a/a/b/b/b/c/c/d/d/g/g/i/i/i/j/j/l/n/n/n/o/p/p/q/q/s/s/s/u/u/w/w/w/x/x/x/z/z/z/{/{/{/{/{/{/~//////////////////////////////////////////0000000000001111)1)1*1*1*1,1,1X1X1[1[1]1]1]1^1^1c1d1d1l1l1l1w1w11112222222222222222222222222222222222222222222222222222222222222222222222222333333333333 3 3 3 3 3 3 3 3 3 3 333333333333333333333333333333333333 3 3!3!3"3"3#3#3$3$3%3%3&3&3'3'3(3)3)3*3*3+3+3,3,3-3-3.3.3/3/30303131323233333434353536363737383839393:3:3;3;3<3<3=3=3>3>3?3?3@3@3A3A3B3B3E3E3H3H3K3K3L3L3M3M3N3N3Q3Q3T3T3W3W3X3X3Y3Y3Z3Z3[3[3\3\3]3]3^3^3_3_3`3`3a3a3b3b3c3c3d3d3e3e3f3f33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334444444444 4 4 4 4 4 4444444444444444444444444444444 4 4!4!4"4"4#4#4$4$4&4)4+4-4-4.404041414242434344444545464647474848494:4:4;4;4<4<4=4=4>4?4@4@4A4A4B4B4C4C4D4D4E4E4F4F4G4G4H4H4I4I4J4J4K4K4L4L4M4M4N4N4O4O4P4P4Q4Q4R4R4S4S4T4T4V4V4W4Y4Z4\4]4_4_4`4`4b4b4c4c4e4e4f4f4g4g4h4i4j4j4k4k4l4l4m4m4n4o4p4p4q4r4s4s4t4t4u4u4v4v4w4w4x4x4y4y4z4z4{4{4|4|4}4}4~4~4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444 5 5 5 5555555(5(5)5)5*5*555556565@5@5A5A5B5B5M5M5N5N5a5a5b5b5i5i5j5j5q5q5r5r5y5y5z5z55555555555555555555555555555555555555555555555555555555555555555555555555555555555666666666666666666 6 6 6 6 6 6666666666666666666666666666666666666 6 6 6!6!6"6"6#6#6$6$6%6%6(6(6)6)6*6*6+6+6,6,6-6-6.6.6.6/6/606061616162626363646464656566666767686869696:6:6;6;6<6<6=6=6>6>6?6?6@6@6C6C6D6D6E6E6F6F6G6G6H6H6H6I6I6J6J6K6K6L6L6L6M6M6N6N6Q6Q6R6R6S6S6T6T6U6U6V6V6W6W6X6X6Y6Y6Z6Z6[6[6\6\6]6]6]6^6^6_6_6`6`6`6a6a6b6b6c6c6c6d6d6d6e6e6f6f6g6g6h6h6i6i6i6j6j6k6k6l6l6m6m6n6n6n6o6o6p6p6q6r6s6s6t6u6v6v6w6w6x6x6y6y6z6z6{6{6|6}6~666666666666666666666666666666666666666666666666666666666666666666666666677777777"7"7&7)7)7)7+7/70717272727375787878797>7>7?7?7@7@7@7A7A7A7A7A7A7A7A7B7B7B7C7C7C7C7C7C7C7D7D7D7D7D7D7D7F7F7F7G7G7I7I7I7K7K7K7M7M7M7V7V7V7X7Y7_7a7b7e7f7k7k7p7r7s7s7t7t7u7u7v7v7y7y7y7z7{7{7{7|7}77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777778888 8 8 8 8 8 8 8 8 8 8 8 888888888888888888 8 8!8"8"8#8'8'8(8(8(8(8)8-8-8-8.8.8/8/80808081868=8@8@8@8C8C8D8E8E8F8F8G8H8H8I8N8N8O8O8P8P8P8U8V8W8X8X8Y8Y8Z8Z8[8[8\8]8]8]8^8^8_8_8c8c8d8d88888888888888888888888888888888888888888888:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;;;;;;;;;;;;;;;;;;;;; ; ; ; ; ; ; ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;!;!;";#;#;$;$;$;$;%;%;%;%;&;';';(;););*;+;+;,;,;-;-;-;-;.;.;/;/;0;0;0;0;0;1;2;2;3;4;5;5;5;5;5;5;6;6;7;7;8;8;:;:;;;<;<;<;<;<;<;=;>;?;?;@;@;A;A;B;B;B;B;B;B;C;C;D;D;E;F;G;G;H;I;J;K;K;L;L;M;M;N;N;O;O;P;P;Q;Q;R;R;S;S;T;T;U;U;V;V;W;W;X;X;Y;Y;Z;Z;[;[;\;\;];];^;^;_;_;`;`;a;a;a;a;b;c;d;d;e;e;f;f;g;g;h;h;i;i;j;j;k;k;l;l;m;m;n;n;o;o;p;p;q;q;r;r;s;s;t;t;u;v;v;w;w;x;x;y;y;z;z;{;|;|;};~;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>????????? ? ? ? ? ?????????? ?!?"?#?$?%?&?&?/?0????????????????????????????@@@@@@@@@@ @ @ @ @ @ @@@@@@@ @!@"@#@$@%@&@'@(@(@(@*@*@+@+@,@-@0@2@4@iBiBjBjBkBkBlBlBmBmBnBnBoBoBpBpBqBqBrBrBsBsBtBtBuBuBvBvBwBwBxBxByByBzBzB{B{B|B|B}B}B~B~BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBCCCCCCCCCCCCCC C C C C C C C C C CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC C C!C!C"C"C#C#C$C$C%C%C&C&C'C'C(C(C)C)C*C*C+C+C,C,C-C-C.C.C/C/C0C0C1C1C3C4C5C5C6C6C7C7C8C8C9C9C:C:C;C;CC>C?C?C@C@CACACBCBCCCDCDCECECFCFCGCGCHCHCICICJCJCKCKCLCLCMCMCNCNCOCOCPCPCQCQCRCRCSCSCTCTCUCUCVCVCWCWCXCXCYCYCZCZC[C[C\C\C]C]C^C^C_C_C`C`CaCaCbCbCcCcCdCdCeCeCfCfCgCgChChCiCiCjCjCkCkClClCmCmCnCnCoCoCpCpCqCqCsCsCsCtCtCtCuCuCuCvCwCwCxCxCyCyCzCzC{C{C|C|C}C}C~C~CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCQFQFQFQFQFQFRFRFRFRFRFRFSFSFSFSFSFUFUFUFUFUFUFVFVFVFVFVFVFWFWFWFWFWFWFYFYFYFYFYFYFZFZFZFZFZF[F\F\F]F]F^F^F_F_F`F`F`F`FaFaFcFcFcFeFeFfFfFgFgFhFhFiFiFiFiFiFiFiFiFkFkFlFlFmFmFmFmFnFnFnFnFpFqFqFqFqFsFsFsFtFtFtFuFuFvFvFwFwFxFxFyFyFzFzF{F{F|F|F|F|F|F}F}FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGGGGGG G G G G G G G G G GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG G G!G!G!G"G"G"G#G#G#G$G$G$G$G$G%G%G&G&G&G&G&G&G&G&G'G'G'G'G(G(G(G(G(G(G(G(G)G)G*G*G+G+G,G,G,G,G,G-G-G.G.G/G/G0G0G1G1G2G2G2G2G3G3G4G4G4G4G4G4G4G5G5G5G5G5G5G6G6G7G7G7G8G8G8G8G9G9G:G:G;G;G;G;GG>G>G>G?G?G?G?G?G@G@GAGAGAGAGBGBGCGCGCGCGDGDGDGDGDGDGEGEGFGFGFGFGFGFGGGGGGGHGHGHGHGHGHGIGIGIGIGJGJGKGKGKGLGLGLGMGMGNGNGOGOGOGOGOGOGOGOGOGOGOGOGOGPGPGQGQGQGQGRGRGSGSGTGTGUGUGVGVGWGWGXGXGYGYGZGZG[G[G\G\G]G]G^G^G^G_G_G_G`G`GaGaGbGbGbGbGbGbGcGcGeGeGfGfGgGgGgGgGgGgGhGiGiGjGjGkGkGkGkGkGkGlGlGnGnGpGpGpGpGqGqGrGrGrGsGsGtGtGtGuGuGuGvGvGvGwGwGyGyG{G{G|G|G|G}G}G}G~G~GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHH H H H H H H HHHHHHHHHHHHHHHHHHHHHHHH+H,H-H.H/H0H1H2H3H4H5H6H7H8H9H:H;HH?H@HAHDHFHGHHHIHIHJHJHKHKHLHMHNHPHPHQHRHSHTHUHVHWHXHYHZH[H\H]H^H_H`HaHbHcHdHeHfHgHhHiHjHkHlHmHnHoHpHqHsHtHuHvHwHxHyHzH{H|H}H~HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHII:J:J;J;JJ?J?J@J@JAJAJBJCJEJEJEJFJFJGJGJHJHJIJIJKJLJMJNJNJPJPJRJRJSJWJWJXJXJYJYJZJZJ[J[J\J\J^J^J_J`J`JaJaJbJbJcJcJeJeJfJfJgJgJhJhJiJiJjJjJkJkJlJlJmJmJpJpJqJqJrJrJsJsJsJuJuJuJvJvJvJwJwJxJxJyJyJ{J|J}J~J~JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJKKKKKKKKKKKKKKKKKKKKKKKKKKKK$K%K&K'K'K(K*K*K*K*K+K,K,K.K.K/K/K0K1K2K2K3K4K9K;KN?N@NANBNCNDNENFNHNINLNMNNNONPNQNRNSNTNUNVNWNXNYN\N]N^N_N`NaNbNcNdNeNfNgNhNiNjNkNlNmNnNpNqNrNsNtNvNwNxNyNzN{N{N|N}N~NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMOMONOVOZO\O]O`OaObOcOdOeOjOyOOOOOOOOOOOOOOOOOPPPP)P*P+PAPePP R R R RRRRRRRRRRRRRRRRRR R!R"R#R$R%R&R(R)R*R+R,R2R3R6R7R8R;R;RR?R@RARBRCRDRERFRGRHRIRJRKRLRMRMRNRORPRQRRRSRTRURVRWRXRYRZRZR[R\R]R^R_R`RaRbRcRdReRfRgRhRiRjRkRlRmRnRoRpRqRrRsRtRuRvRwRxRyRzR{R|R}R~RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRUfVfVfVgVgVhVhVhViViVjVjVkVkVkVkVmVmVmVnVnVnVoVoVoVpVpVVVVVVVVVXWXWYWYWZWZW[W[W\W\W\WWWWWWWWWWWWWWWWWWWWWWWWWWXXXXXXXXXXXXXXXX X X X X X X X X X XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX X X!X!X"X"X#X#X$X$X%X%X&X&X(X(X)X)X*X*X+X+X,X,X-X-X/X/X0X0X1X1X2X2X3X3X4X4X5X5X6X6X7X7X8X8X9X9X:X:X;X;X\>\?\?\@\@\A\A\C\C\D\D\E\E\F\F\G\G\H\H\I\I\J\J\K\K\L\L\M\M\N\N\O\O\P\P\Q\Q\R\R\S\S\T\T\U\U\V\V\^\`\a\b\c\d\e\f\g\h\i\j\k\l\88Gt¤¤ääŤƤƤȤɤʤˤ̤̤ͤͤΤΤФФѤԤԤܤݤݤ&&&'''(++-112239;;???@ &1124CCFFZ\eeehjuxyzz{|}}}~ŨŲ̃ΨѨҨ !#**/0==>>AACCLLOQRRVX[[dddeeffggiillmmmrrrrrssssvvxxxx{||~~~~ԩש۩ ..2@AEEEEMMMMNNOONN~~DDD?@@@@?@@@@?@?@@@?@@@@@?@@@@@?@@@@??@@@@@@??@@@@@?@@@?@?@?@?@?@@@@@@?@?@@@@?@@@@@@?@?@?@@@@@@?@@@@@?@@@@@@?@@@?@??@@@@@?@@@@@@?@?@@@?@@@?@@@@@@?@@@@@?@?@@@?@?@?@@@@@@?@?@@@@@@@?@@@@@@?@@@@@?@?@@@@?@?@@@@@@@?@@@@?@@@@?@@@?@@@@?@?@?@?@@@?@?@?@@@?@@@@?@?@@@?@?@@@?@?@?@?@@@?@?@@@@?@?@@@?@?@?@@@?@?@?@@@?@@@?@?@@@?@@@?@?@?@@@?@?@?@?@@@@?@@@?@@@?@@@?@?@?@@@?@?@?@?@?@?@?@?@?@?@@@?@@@?@@@?@@@?@@@@@@?@@@@@?@?@@@@@@@?@?@????@@@?@??@@@?@?@??@?@?????@?@@@?@?@@@@??@?@?@?@?@?@?@?@?@?????@@@@@?@?@?@?@@@@@?@@@@@?@@@@@?@@@@@????????????@@@@?@?@?@@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@@@@?@@@@?@?@?@?@?@@@@?@?@?@@@?@?@?@@@@??@?@?@??@?@@@@@@?@@@@@?@@@@@@?@?@@@@?@?@@@@@@?@?@@@@@@?@@@@@?@@@?@@@@@@?@@@@?@@@?@@@?@?@?@?@@@@@@?@@@@@?@?@@@@@@?@?@@@@@@?@?@@@?@@@@@@@A?@@@@@@@??@@@@@@?@@@@@@@?@@@@@@?@@@@@@?@?@@@@@@?@@@@@@?@@@@@@?@@@@?@@@@@@@?@?@??@?@?@@@@@@?@@@@@@?@@@@@@?@@@@@?@?@?@?@@@@@@@AA?@@@@@??@@@@@@?@@@@@@@AA A0A?@@@@@@@?@@@@@@@AA A0A?@@@@@?@@@@@@@AA A0A?@@@@@@@?@@@??@@@@@@@AA A?@@@@@@?@@@@@?@@@@@@@?@@@@@?@@@@@@@AA A?@@@@@?@@@@@?@@@@@?@@@@@@@AA?@@@@@@?@@@@@@@AA A?@@@@@@?@@@@@?@@@@?@@@@@?@?@?@?@@@@?@@@@@@@?@@@@?@?@?@@@?@?@?@?@??@@@@@?@@@@@?@@@@@@?@@@@?@?@?@@@?@?@?@@@@@@?@@@@@@?@?@?@@@?@@@@@?@?@@@?@?@?@?@?@@@?@??@?@?@?@?@?@?@?@?@?@?@@@@@?@?@?@?@?@???@@@@?@?@?@?@?@?@?@@@@?@?@?@?@?@?@@@@@?@@@@?@@@@?@@@@@?@@@@@?@?@@@@@@@?@@@@@@@?@@@@@@?@??@@@@@@?@?@?@@@@@?@@@@@?@?@?@@@@@@?@@@?@@@?@@@@@?@@@@?@????????????????????????????????????????????????????????????@?@?????@?@?@?@?@?@?@?@?@@@@?@?@?@?@?@?@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@@?@?@?@?@?@?@?@??????@@@??@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@?@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@?@@@?@?@@@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@?@@@?@?@@@?@@@?@@@?@@@?@@@@?@?@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@??@@@@@?@?@?@?@@@?@?@?@@@@?@????@?@?@?@?@??@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@??@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@??@?@?@@???????@?@?@?@?@?@?@?@@@?@@@?@?@@@?@@@?@@@?@?@?@?@?@?@?@???@?@??@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@?@?@@@?@@@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@?@?@@@?@@@?@?@?@?@@@?@@@?@?@?@@@?@@@?@?@?@?@@@?@@@?@?@?@@@?@@@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@@@?@@@?@?@?@?@@@?@@@?@?@?@?@@@??@?@?@?@?@?@?@?@?@?@?@??@@@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@?@@@?@?@@@?@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@@@?@?@?@?@?@?@??@??@??@?@?@?@?@@@?@?@@@?@?@?@?@?@?@@@?@?@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@@@?@?@?@@@@???@?@@@??????@?@??@?@?@?@?@?@@@?@@@@?@@@?@@@@?@??@?@?@???@??@???@?@?????????@?@?@?@?@?@@@?@@@?@?@?@?@@@?@@@@?@?@?@?@@@?@?@?@?@?@@@?@?@@@?@?@??@??@?@?@?@?@@@?@?@?@@@?@@@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@@@?@?@?@?@?@?@??@@@@?@?@???@@@@@?@?@??@???@?@?@?@?@?@?@?@?@@@@?@?@@@?@??@?@?@?@?@?@??@@@?@?@??@??@?@?@????@@@@???@?@@@?@@@?@@@?@@@?@?@????@?@?@?@?@?@?@@@?@?@?@@@?@@@?@?@?@?@?@?@?@?@??????@??@@@@????????@???????@?@?@@@?@@@@?@?@?@?@?@?@@@????????????????????????????????????????????????@?@?@?@@@?@@@?@?@@@?@?@?@@@?@@@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@?@?@?@?@?@@@?@@@?@@@???@@@?@?@@@?@@@?@?@@@?@@@?@?@?@?@@@@?@?@?@@@?@?@?@@@?@?@?@?@?@?@@@?@?@?@?@?@@@?@?@?@?@?@?@@@?@?@@@?@?@????@??@?@@@?@@@?@?@?????@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@@?@@@?@@@@?@@@@?@@@@?@@@@?@@@@?@@@??@@@????@?@?@?@?@?@???@??@??@?@?@??@????@??@?@?@???@??@?@????@?@?@??@???@???@??@?@??????@?@?@??@??@?@?@?@?@?@?@?@??@?@?@?@??@?@?@?@?@@@??@?@?@?@?@?@?@??@?@?@?@?@??@??@??@????@?@?@?@?@?@?@??????????@????@?@?@?@???????@?@?@?@?@?@?????@?@?@?@?@?????????@?@????????????@???@?????@?@?@?@?@?@?@@?@????????????????????????????????????????????@?@?@??@????????@?????@??@???????@??@?@?@?????????????@@?????????@@@?@???@????@????@?@@@??@@@??@???@?@@@?@?@@@?@?@@@?@?@@@?????@?@@@?@?@@@?@?@@@?@?@@@?@?@@@??@@@????@@@????@@@?@?@@@?@@@?@????@?@?@?@??@@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??????????@?????????????????????????????????????????????????????????????????????????????????????????????????@?@???????????????????????????????@?@?@@@@@@?@???????@?????@@@??@???@@@?@??@??@?@@@?????@????@?@@@@?@@@?@?@@@@@@@A?@???@?@@@??@?@??@?@?@@@@@?@?@?@?????@?@@@@??????@??@??@?????@??@@@?@?@?@??@???????@????????@@@@?@@@?@?@?@?@?@????@?@??@?@@@?@?@@@@@???@??@??@?@???@?@@@@??@@@@@??@@@@?@@@@?@?@?@?@@@@?@?@????@@@@??@?@?@@@@@@@AA A0A?@@@?@@@@@@@A????@?@?@@@?@?@@@?@?@@@@?@?@@@?@@@?@?@@@?@@@?@?@@@?@?@?@?@@@@@???@?@??@?@@@@@?@?@?@?@?@@@@@?@?@@@??@?@?????@???@@@?@?@@@@@?@?@?@?@?@?@?@@@???@????@@@@?@?@?@?@???@??@?@?@?@?@@@?@?@?@?@???@?@???@???@?@??@?@@@@@?@?@@@?@@@??@?@????@??@?@@@@@@@AA A??@@@@?@?@?@?@??@@@@@@??@?@??@@@@?@?@?@@@?@???@???@?@?@?@?@?@?@??@???@???@@@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@???@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@???@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@????@@@?@@@?@@@???@?@?@?@?@??@??@?@??@@@?@@@@@@?@?@?@@@?@?@@@?@??@?@?@?@?@????@?@?@?@?@?@????@?@??@??@?@@@?@?@??@?@??@@@@@@@?@@@??@?@@@@@?@@@@@@?@??@?@?@?@?@?@??@?@?@?@?@@@@@@@A?@?@@@@@@?@???@@@???@??@@@@@@@AA A0A?@@@?@?@@@@?@??@?@@@@@?@?@????@@@@@@@?@??@??@??@??@?@?@??@???@??@?@@@@?@@@@@?@?@@@?@?@@@?@?@?@?@?????@??@??@?@?@??@?@?@?@@@@@@@???@@@??@?@@@@?@@@?@??@?@??????@??????@?@?@?@???@@@?@??@@@@@?@@@@@?@@@@@@@?@@@@?@?@?@@@@@?@??@@@@@@@?@@@@?@@@@@@@A??@?@???@?@?????@?@?@?@?@@@@@@@AA A?@@@@@@@A?@?@??@???@@@@@?@?@?@?@@@@?@@@??@?@@@??@?@@@???@?@?@?@?@???@?@??@??@?@@@@@@@A?@@@???@????@?@@@@?@@@@?@@@@?@@@@?@@@?@@@?@@@??@??@??@@@@?@??????@?@???????@?@?@?@@@?@?@@@???@@@@??@?@?@?@?@?@???@????????@?@?@@@@@@????@@@@?@???@????@?@????@??@@@@????@?@??@?@@@@@????@?@@@@@@?@?@???@?????@??????????@??@??@??@?@@@@?@?@?@?????@??@????@@@@@?@@@@@@@AA A0A@APA?@@@?@@@@@@????@?@@@?@????@?@?@?@?@@@@@@?@?@????@?@?@?@?@?@???@?@?@?@?@@@?@??@???@?@@@@@@????@???@????@?@??@@@?@?@?@?@@@@@????@??@?@?@??@??@???@?@??@@@@?????@?@?@?@???@?@@@?@?@?@@@???@??@?@?@??@?????@?@?@?@@@?@????@???@??@@@@@@??@?@??@?@?@?@?@???@?@@@?@?@@@@??@??????@???@@@@?@?@?@?@?@?????????@??????????@?@?@@@@?@??@???@?@?@@@@@@@A?@??@??@??@?@?@??@??@?@?@@@@@@@?@@@?@@@?@@@???@@@@@?@??@??@@@@??@??@?@??????????????@????@?@??????????????@?@??????@@@@@@@AA A0A@A?@@@@@@@AA A0A@APA?@@@?@@@@@@@?@@@?@?@?@???@??@??@?@?@?@@@@?@@@@?@@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@????@???@?@@@?@??@@@?@@@@@@@?@@@@@@@A?@@@@@@?@?@@@@?@?@@@?@@@@@@@?@?@@@@@@?@@@?@?@?@?@?@?@?@?@?@?@?@@@?@?@??@?@@@@@?????@?@?@??@@@@?@??@?????@?@?@?@?@?@?@?@????@??@???@?@?@???@??@????@?@?@?@?@?@????@@@@@@?@@@?@?@?@??@?@@@?@@@?@@@??@?????@?????@@@??@?@??@?@?@?@?@@@?@@@@@?????@?@@@?@?@?@?@@@?@??@@@??@?@?@@@?@?@@@?@@@?@@@?@@@@@@??@?@?@?@@@???@?@?@?@??@?@?@?@???@@@?????@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@@@?@??@?@@@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@?@@@?@??@@@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@????@?@?@?@?@?@?@?@?@?@?@??@?@@@?@?@?@?@?@????@??@?@?@?@?@?@?@?@?@??@?@?@?@???@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??????@?@?@?@?@?@?@???@?@?@?@???@???@?@?@?@?@?@?@?@?@?@?@?@?@???@?@?@?@?@??@?@?@?@???@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@@@?@@@?@?@?@?@?@?@?@?@?@?@?@@@?@?@@@?@@@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@?@@@??@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@@@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@@@?@?@?@@@?@@@?@?@?@?@?@@@?@?@?@?@?@@@?@?@???@???@?@?@?@?@?@??????????@??@??@??@????@??@??@?@?@?@?@?@?@?@??@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@@@?????@@@???@@@??@?@?@@@?@@@@@@@A?@@@?@@@@@@@?@@@@@@@?@@@?@?@@@?@@@?@@@?@@@????????@???@?@?@?@?@@@??@@@???@@@??@@@?@?????@????????@@@?@?@?@?@?@???@?@?@?@?@???????@?@@@?@@@??@?@?@@@?@?@??@@@?@?@?????@????@?@?@?@?@?@@@@@@?@@@@@@???@@@??@@@?@?@??@@@?@??@??@?@@@@??@@@?@?@?@@@????@@@?@??@?@??@??@?@?@@@????@?@?@?@??@@@?@?@?@?@?@?@@@?@?@?@?@?@?@?@??@@@?@?@?@@@?@??@?@?@@@?????@@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@?@?@?@@@@@?@?@@@?@??@?@?@?@?@@@?@?@?@?@@@?@?@@@@?@@@@@?@?@?@?@?@?@@@@?@?@?@?@???@@@?@?@@@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@@@@??@?@?@?@@@@?@?@?@?@?@?@?@?@@@?@?@?@@@@@@?@@@?@@@@?@?@?@?@??@?@???@?@?@??@@@@@@?@?@?@?@?@?@?@?@?@?@?@???@@@@@?@@@@@?@?@?@?@@@?@?@?@?@@@@?@?@?@?@?@?@??@?@@@@?@@@@??@??@??@?@?@@@@?@?@?@@@@@??@???@@@@@@?@?@?@?@??@@@@@@???@?@?@?@@@@@@?@?@???@????@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@@???@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@??@???@??@?@?@?@?@?@?@?@?@?@??@?@?@?@?@???????????@?@??????????????@????@?@?@????????@?@??????@?@??@???@?@???@???@??????@?@?@?@????????@????@?@?@?@?@@@@?@@@?@?@?@?@?@?@?@?@?@?@?@???@?@@@?@?@@@??@??????@??@?@??@???@@@@?@?@@@?@@@?@@@@@??@???????@??@??@?@??@????????@????????????????????????????????@@@?@@@?@?@?@?@?@?????????????@@@?@?@??????@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@???@?@?@?@?@?@?@?@?@?@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@@@??@?@?@?@?@?@?@?@?@?@@@?@?@@@?@?@@@?@?@@@?@?@@@?@?@@@?@?@@@?@?@@@?@?@@@?@?@@@?@?@@@?@?????????@??@??@@@?@?@@@?@?@@@?@?@@@?@?@??@??@@@?@?@@@?@?@?@?@??@?@??@?@?@?@?@?@?@?@?@?@@@@@@?@@@@@@?@@@@@?@@@@@@?@@@@@@?@@@@@@?@@@@@ A?@@@@@??@?@?@?@?@@@@?@?@@@?@?@?@?@?@@@@@@@A?@?@?@@@@?@@@@??@@@@?@@@?@@@?@?@?@?@?@?@?@?@@@@@?@?@@@@?@@@@?@?@?@?@@@@?@?@?@?@@@@?@@@@?@?@?@?@?@@@@@@@AA?@@@@@@@AA?@?@@@?@?@?@@@?@@@?@?@@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@@@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@@?@@@?@?@?@?@?@@@?@?@@@@@@?@?@?@?@?@@@?@?@?@?@?@@@@?@?@@@?@@@@?@?@@@@?@@@@?@@@@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@?@@@?@@@?@@@?@@@@@?@?@@@@@@@A?@@@@?@@@@@@@A?@?@?@?@@@@@?@?@?@?@?@?@@@@?@?@@@@@@@?@@@@@@?@?@@@?@A A?@?@?@@@@?@?@@@?@@@@?@@@@@?@?@@@@?@?@@@@?@@@@@@?@?@@@@@@?@@@?@@@@@@?@@@@?@?@@@?@@@?@?@?@@@@@@@A A0APA`ApA?@?@@@@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@?@?@@@@@@?@?@?@?@@@@@@??@?@?@@@@@@?@?@?@@@@?@?@@@?@?@@@?@@@?@@@?@?@?@?@@@?@@@?@?@@@?@@@?@@@?@?@@@?@?@@@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@@?@?@?@?@?@?@?@?@?@@@@?@?@?@@@??@@@@@@?@?@?@?@?@?@?@?@@@?@?@?@@@@?@?@@@?@@@?@@@@@?@@@?@?@@@?@?@?@?@?@??@@@?@?@?@?@?@?@?@?@?@@@?@@@?@?@?@?@@@?@?@@@?@@@@@?@@@@@?@@@@@?@?@?@@@@?@@@@@@?@@@?@@@?@?@?@?@@@?@@@@?@@@@@@@?@@@@@@?@?@@@@@@@?@A A?@@@@@?@@@@@@?@@@@@@?@?@?@@@@@?@?@?@?@?@?@@@?@?@?@?@?@@@?@?@@@@@?@?@?@??@????????????????????????????@?@?@????@?????????????????????????????????????????????????????????????????????????????????????????????????????????@?@?@?@???@?@?@???@@@?@?@?@?@????@?@?@??@?@?@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@@@?@?@?@????@?@?@?@@@?@@@??@??@@@@?@?@??@?@?@??????@???@?@??@@@@@?@@@@@@@AA A0A@A?@@@?@?@@@@@?@@@?@?@@@?@???@@@??@?@@@@???@?@?@@@?@??@?@@@@@?@@@@@??@?@@@@?@@@@@?@@@@@@?@?@?@@@?@@@@@@@?@?@@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@@?@@@@@?@?@?@@@@?@@@@?@@@@??@@@?@@@@?@?@?@??@?@@@??@?@????@@@?@?@?@?@?@?@?@?@??@?@?@?@?@?@??@@@?@?@?@???@?@?@????@??@@@@??@?@?@???@??????@?????@?@????????@??@@@@??????????@?@@@?@?@?@@@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@@@@@?@@@@?@@@@?@@@??@?@?@?@?@?@?@?@?@?@??@?@?@?@@@@@@@??@???@@@?@?@?@???@?@?@?@?@?@?@?@?@?@?@?@?@??@??@???@?@@@@?@?@@@?@@@?@?@?@?@?@?@@@@@?@?@?@?@??@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@??????????????????????????????????????@?????????????@@@???????????????????????????????????????????????????????@????????@@@@?@@@?@??@??@??@??@??@????????????@????@???????????????????????????????@??????????????????????????????????????????????@?@?????????????????@?????????????@??????????????????????????????????????????????????????@@@????@@@@@@@A?@@@@?@@@@@@?@@@@@@??@@@@?????????@@@??@@@?@?@@@?@?@?@@@@?@@@?@@@?@@@?@?@?@?@?@?@?@?@?@?@@@???@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@@@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@?@?@?@?@@@?@?@@@?@?@@@?@@@?@?@?@@@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@??@????@?@?@?@?@?@?@?@???@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@@@?@?@?@?@?@@@?@?@?@?@?@@@?@?@?@?@?@@@?@?@?@?@?@@@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@?@???????????????@???@?@?@?@?@?@@@@@?@@@???@?@?@?@?@?@@@?@?@@@?@?@?@@@@?@?@??@?@@@@?@?@??@?????@?@?@?@??@??@?@?@?@???@??@??@??@@?@@?@@@?@@@?@@@??@??@?@???@?@@@??@@@@?@@@?@@@?@@@@?@?@?@?@?@?@?@?@???@???@?@?@@?@@@??????@@??@@@?????????@?@?@???????@?@@@@???@@@?@@@@?@?@@@?????@??@@@@?@?@?@???@???@?@@@?@@@@@@@?@?@?@@?@@@@@?@@@@?@?@@@@??@@@@@@@@???@@@@??@?@@@@??@@@@@@?@@@???@?@@@???????@??@@@?@@@@@?@??@@@@@?@@@@@?@@@?@@@@@?@?@?@@@@@@@?@@@?@????@@@@?@@@@?@?@?@?@???@@????????????????????????????????????????@???@?@?@?@?????????????????????????????????????????@?????????????????????@?????????????????@??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????>?>??~>?>????????????????????????????????????????????????????????????????????????????????????????????????????????>???33>333?????????????????????>??????????@@???@??????????????????????@@???@@???????????????????????????????????????????????????????????????????????????????????????????????????@@?@??????????????????????????@@@?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????@@@@@???@???????????????????????????????????????????@?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????>??>?????????????????????@@????@@??@@??@@??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????@??@????@@@??????????????@??????>??@?????@???????>?>???????????>????????????????????????????????????????????@@@@@@@@@@@@>@>>????????????????????????@@???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????>?????????@??@????@?????????????????????????????????????????????>???>??@???>???>???>???>???>??>>???@????????????????????????????????????????????@??@????????^a@??????????????@?????????@@?????????????????????????@????????@Q?????????pA?^a@????@???@??????????????^a@??@@?????@??@???@?@?@???????????????????????????????????????????????????????????????????????????????????????????????????????????????????@@?>?????@A???????????????????????????????????????~>@?@?@??@?@???@?????@????@?@???@?@??@?????@??????@??~>?@????????????@?@?@??? A??@?????????B`???????@??????????????@?????@?????@?????@?????????@??>??@?????@?????@??~>??@???????????????????>??@???~>?@??@?@??>?@??~>?@??@??@???@????????????@??@??@??@??@??@??@??@??@??@??@????@??@????@??@??@??@??@??@??@??@?????@????@?@??@????????????>????????@?@????@?@??????@??@?*???*?*?@?@??@???@???@?????@?@?@????@??@?*?*?@?@??@?????~>?@?@?????@???????@???@?@???@??@??????????????????????@?@?A@?????????????????????????????????????????????????????????????????????????????????????????HB?????????>???????????????????????????????>????????????????????????????????????????????????????????????????????????????????????????@@?????????????????????????????????????????????????????? A???=?????? A??????? A???? A??????????????????????????????????????????????????????????????????????????????????????? A?????????????????????? A????????????????????????????????????????????????@?????????????????HB??????? A????????????????????????????????????????? A??????????????????????????????????????????????????????????????????@?@???@@???@@???@@???@@???@@???@@??@@?@@?@@???@@?@@?@@???@@?@@??@@??@@?@@??@@??@@?@@??@@??@@?@@??@@??@@?@@??@@??@@?@@??@@??@@?@@??@@??@@?@@??@@???@@?????@@???@@???@@???@@???@@?@@???@@?@@??@@?@@??@@??@@?@@??@@???@@?@@?@?@@?@@??????????@???@@?@?@?@@???@@???@?@@?@?@@?@@@??@?@@?@@???@@?@@?@?@???@@?@@???@@???@@?@?@?????????@@???@@?A?@@?@@?@@?@@?@?@@@@?@?@@@@?@@?@@?@@?@@?@@????@@???@@@@????@@???@@??@@?@@?@@??@@??@@?@@?@@??@@???@@?@@???@@?@@??@@?@@??@@??@@?@@??@@???@?@@@@??@@@@????????@@???@@?@@??@??@??@???????????????????????~>???????@??????@??@????????????????????????????????~>?~>?? A???? A?????????@????????????????????????????????????????????????@@???????????????????????????????????????????????????????????@@?????????????@????????????????????????>A????????????????????????????????????????????????????????????????????@@?>@????????????????????~>????????????>?????????????????????? A?? A???????????????????????? AA???@?@???????????A?A????????????? A?????????>??????????????????? A A A?? A????? A????????????????????????????????????? A?????? A??????????????????????????????????????????????????????????? +> +>?? +>? +>?????????? A A? A? A? A? A? A? A???????????????????????????????????@@@ A@?????? A??????????????????????????????????????????????????????????????????????????????????????????????????????????@???????????@?????????????????????????~>??????????????@???????@?@?? A???????????????????>????????>?>?????>???>????????????????*????????@???????????????????????????~>?@????@?????????????~>??????????? A???????@??????????????????????????????????????????@@???????????????????????????????????????????>? A?????@??????A?????????????????????????????????????????????????????????????????????? A? A??????????????????????????????????????????????????????????????????????????????????@?????????????????????????????????????????????????????????????=????????>? A???????????????????????????????????????????????????????????? A???????????????????????????????L>???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????@???????????????? A??????????????????????????????? A? A???????????????????????? A????????????????????????????????????????????????????????????? A????????????????????@@???@@???@@???@@???@@???@@???@@???@@?@?@@???@@???@@???@@???@@???????@@???@@???@@????@@???@@???@@??@?@@?????@@????@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@??????@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@?@@?@@?@@???@@?@@?@@?@@?@@???@@?@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@?@@???@@?@@???@@?@@?@@???@@??@@???@@????@@???@@???@@?@@?@@??@@??@@?@@?@@?@@??@@??@@????@@???@@??@@?@@@@@?@@?@?@@?@@?@@@?@@@???@?@@?A?@?@@?@?@@?@?@?@@?@@@?@???@@?@@????@@???????????@@?@@?@@?@@?@@?@@?@@?@@??@@?@@?@@?@@???@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@??????@@?@@?@@?@@?@@?@@?@@???@@?@@?@@?@@???@@???@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@@@????@@?@@?@@@@??@@??@@?@@?@@?@@???@@?@@?@@??@@?@@?@@???@@?@@???@@?@@?@@????@@??@@????@@?@@?@@???@@?@@???@@?@@?@@????@@??@@??????????????@@???@@???@@???@@???@@???@@???@@?@@?@@?@@???@@?@@?@@?@@???@@?@@?@@?@@???@@???@@???@@???@@???@@?@@???@@?@@??@@?@@?@@?@@???@@?@@????@@???@@???@@???@@???@@??@?@@???@@???@@????????@@???@@???@@???@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@@????@@?@@???@@?@@???@@???@@???@@??@@???@@?@@????@@??@@???@@???@@???@@???@@???@@???@@???@@?@@???@@?@@??@@???@@?@@????@@???@@???@@??@@????@@???@@??@@?????@@?@@????@@?@@????@@??@@??@@??@@????@@???@@?@@????@@??@@@@??@@@@??@@?@@???@@?@@????????????@@??@@??@@??@@????@@??@@@@????@A???@A?????@A?????????????@??????????????????????????????A>?????@?A??????????????????????????????????????????????????????????????????????????@????????@?????@?@?@????@??????@??????????@????????????????????????@???????????????????????????????????????????????????????@???@@@?????@?@?????@???@???@?????????????@?????????????????@?@???????? A??@@?????????@?@?????????????@????????@??@?????????????@@???@?@@?@@?@@?@@?@@?@@?@@?@@?@@???@@?@@?@@?@@?@@??@@?@@?@@?@@?@@?@@?@@?@@????@@????@@?@@??@@?@@?@@?@@??@@?@@?@@?@@??@@?@@??????????@@?@@?@@?@@?@@?????@@?@@?@@?@@@@@@??@@?@@??@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@??@@?@@?@@?@@???@@@@?@@?@@?@@???@@?@@?@@?@@?@@?@@?@@?@@??@@?@@?@@?????@??????@@?@@?@@?@@?@@@@?@@?@@@@@@?@@?@@?@@@@?????@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@@@@@???@@????@@??@@?@@?@@??@@?@@?@@?@@???@@?@@?@@?@@?@@?@@?@@@@@@????@@???@@?@@?@@@@A@@?@@?@@??@@@@@@@@@??? A@@@@?@@@@@@?????@@@@A@@A?@@?@@@@?????@@@@@@?@@@@@@@?????@@?@@?@@@@@?@@@@@@@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@???@@@@@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@?@@@@?@@?@@?@@?@@@@?@@?@@@@@@?@@@@?@@?@@?@@?@@?@@?@@?@@?@@?@@@@A@@@@@@@@@@@?@@?????????????????????????????????????????????????????????????????????????????????????????????????????????????????B??????????????????@?@????????????????????????????????????????????>?>L>???>L>????????????????@?@???L>>????????????????????????????????????????B??????????@?@????????????????>?>????????@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@??@@??@@??@@??@@???@@?@@???@@?@@???@@?@@?@@???@@?@@?@@??@@?@@??@@??@@?@@??@@???@@?@@?@@???@@?@@?@@???@@?@@???@@???@@???@@???@@???@@???@@???@@??@@???@@????@@???@@???@@???@@???@@???@@???@@???@@?@@?@@?@@???@@?@@?@@?@@??@@??@@??@@??@@???@@?@@???@@?@@???@@?@@???@@?@@??@@??@@??@@??@@???@@?@@???@@?@@???@@?@@???@@?@@???@@?@?@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@???@@?@@???@@?@@???@@?@@???@@?@?@@?@@?@?@@?@@?@?@@?@?@@?@?@@?@?@@?@?@@?@@???@?@@?@?@@?A?@?@@?@?@@?@?@@?@?@@?@@@?@?@@?@?@@?@?@@???@@???@@???@@???@@???@@??@@??@@???@@?@@???@@?@@?@@??@@?@@??@@???@@?@@?@@???@@???@@???@@??@@????@@???@@??@??@??@????@@?@@?@@?@@???@@???@@??@@?@@??@@?@@??@@?@@??@@?@@??@@?@@??@@?@@??@@?@@??@@?@@??@@?@@??@@?@@??@@?@@?@@?@@?@@?@@?@@@@?@@@@??@@?@@??@@?@@??@@?@@??@@?@@?@@@@?@@@@??@@?@@??@@?@@?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????@?????????????????????????????????????????????????????@???????????? A?????????????????????????@????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? A????????????????????????????????????????????????????????????@@@??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????@??????????@???@????????????????????????@???@?????@?@?????????????? A??? A?@?@?@?@?????????????????????A@??@@??????@???????????????PA??????????A????????????> A? A A A A A????????? A A???????@@?? @@@????? A??????? A??? A? A????????????????????@??????? A?????? A????????????@???????? A????> A??@@??@??A??????????????????????????? A???@@??????????????????@@@pA??????????????????? @???????????????????????@?=@@?=ApAA?@????@pA?=?=?=A???@@????????@???????????????????????????????????????????????>?>??????????????????????????????????@?@??????????????????@???@?@???? A????????@@??@?@???????????????@?@???@?@??????????????? A????????????????????????????????@?????????????? A? A? A?@?@?@?@?@???????????????????????????????????????????????????????????????????????????????????????????????????????????????????@?@@@@@@???@????@??@??@??@??@???@?@?@?@?@?@??????@?????????????????@?????????????@??????@???????????????@????@@@????????@@?@???@???@??????@?@@@@@@@@@?????????????????????@??????????????????????????????????????@??@?????????~>~>??????????????????????????@@ AA??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? @???????????????????????????????????????????@?????????@@???@@???@@???@@??@@???@@?????@@?@@?@@?@@???@@???@@?@@???@@?????@@?@@???@@?@@?@@?@@???@@?@@?????@@?@@???@@?@@???@@?????@@?@@?@@?@@????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????@@@??????????????????@???*???*???????????????? A?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? A?????????????????????????????????????????????????????????????????? A????????????????????????????????????????????????????? A@????????????????????@???cuptbsppat (1" sq, 1/3" high)stickcuptbsppat (1" sq, 1/3" high)stickcuptbspozcubic inchcup, crumbled, not packedcup, dicedcup, shreddedozcubic inchslice (1 oz)cup, meltedcup, slicedozcubic inchpackage (4.5 oz)cupozcubic inchwedge (1.33 oz)ozcup, dicedcup, meltedcup, shreddedozcubic inchslice (1 oz)ozcup, dicedcup, shreddedozcubic inchslice (1 oz)ozcup, large curd (not packed)cup, small curd (not packed)cup (not packed)ozcup (not packed)ozcup (not packed)ozcup (not packed)ozcuptbsptbsp, whippedozcubic inchpackage, small (3 oz)ozpackage (7 oz)cup, crumbledozcubic inchwedge (1.33 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)package (8 oz)ozpackage (8 oz)ozpackage (7 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)package (6 oz)cupozcubic inchboxpackage (8 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)package (6 oz)cup, shreddedozslicesozcubic inchozcup, dicedcup, shreddedozcubic inchslice (1 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)package (6 oz)ozpackage (3 oz)cuptbspozozcubic inchpackage (5 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)package (6 oz)cup, dicedozcubic inchslice (1 oz)package (6 oz)cupcupcupozcupozpackage (5 oz)ozpackage (3 oz)cup, dicedcup, meltedcup, shreddedozcubic inchslice (1 oz)ozpackage (6 oz)cup, dicedcup, meltedcup, shreddedozcubic inchslice (3/4 oz)slice (1 oz)cup, dicedcup, meltedcup, shreddedozcubic inchslice (3/4 oz)cup, dicedcup, shreddedozcubic inchslice (3/4 oz)ozpackage (8 oz)cupozslice (3/4 oz)package (8 oz)ozpackage (8 oz)cup, dicedcupozcubic inchjar (5 oz)sliceslice, thincuptbspfl ozcontainer, individual (.5 fl oz)cuptbspfl ozcontainer, individualcup, whippedcup, fluid (yields 2 cups whipped)tbspcup, whippedcup, fluid (yields 2 cups whipped)tbspfl ozcuptbspcuptbspcuptbspcupfl ozquartcuptbspcupquartcupfl ozquartcupfl ozcontainer, individualcupcontainer, individualcupcuptsppacketozportion, amount to make 1 tbspcuptbsppackage yieldscuptbspcuptbspcupozcupfl ozquartcupquartcuptbspfl ozquartcupquartcupfl ozquartcupquartcupquartcupfl ozquartcupquartcupquartcupfl ozquartcupfl ozquartcupquartcupfl ozquartcupfl ozquartcupcupcupcupcupenvelope (1-1/3 cup)cup (makes 1 cup reconstituted milk)ozlbcuptbspcupfl ozcupfl ozcan (13 oz)cupcupfl ozcupcupfl ozquartcupfl ozquartcupquartcupfl ozcupfl ozquartcupfl ozcupquartcupquartfl ozcontainer (10.6 oz)fl ozcontainer (11 oz)cupquartcuptbspcupquartcuptbspcup (8 fl oz)container (8 oz)container (4 oz)cup (8 fl oz)container (8 oz)container (4 oz)cup (8 fl oz)container (8 oz)container (4 oz)cup (8 fl oz)container (8 oz)container (4 oz)cup (8 fl oz)container (4.4 oz)container (5 oz)container (6 oz)container (8 oz)container (4 oz)cup (8 fl oz)container (6 oz)container (8 oz)container, Dannon Sprinkl'ins (4.1 oz)container (4 oz)container (8 oz)container (4 oz)cup (4.86 large eggs)extra largejumbolargelargemediumsmallcuplargecuplargelblblargecup, choppedtbsplargetbsplargelargecuptbsplargecup, siftedtbspcup, siftedtbsplbcup, siftedtbspcup, siftedtbspeggeggeggeggcupcupcuptbspfl ozozozcuptbsppat (1" sq, 1/3" high)sticktbspozcubic inchozcubic inchozpackage (8 oz)ozjar (5 oz)cupquartcupquartfl ozcupcupcupcupenvelope (1-1/3 cup)ozozozlbcup, shreddedozcubic inchsliceozcupcupcuptbspcup, crumbledozcup, dicedcup, shreddedozcubic inchslice (1 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)cup, dicedcup, shreddedozcubic inchslice (1 oz)tbsptbspsliceozoztbsptbspcontainer (8 oz)container (4.4 oz)container (8 oz)container (8 oz)cuptbspfl ozcontainer, individual (.5 fl oz)tbsptsptbsptsptsp, leavestbsp, leavestsp, groundtbsp, groundtbsp, crumbledtsp, crumbledtbsptsptbsp, groundtsp, groundtbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptsp, leavestsp, groundtbsptsptbsptsptbsptspdashtbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptbsptsptsp, leavestbsp, leavestsp, groundtbsp, groundtsp, leavestbsp, leavestsp, groundtbsp, groundtbsptsptbspleavescup sprigssprigscuptsp or 1 packetcuptbsptspdashcuptbsptsptspcuptbsptsptbsptsptbsptspcuptbsptspdashtbsp, drainedtbsptsptbsptsptbspleavestbsptbsptsptbspozjarjar Beech-Nut Stage 1 (2.5 oz)jar Gerber Second Foods (2.5 oz)jar Heinz Strained-2 (2.5 oz)tbspozjarjar Gerber Third Foods (2.5 oz)jar Heinz Junior-3 (2.5 oz)tbspozjarjar Beech-Nut Stage 1 (2.5 oz)jar Gerber Second Foods (2.5 oz)jar Heinz Strained-2 (2.5 oz)ozjartbspozjarjar Gerber Second Foods (2.5 oz)ozjartbspozjarjar Beech-Nut Stage 1 (2.5 oz)jar Gerber Second Foods (2.5 oz)jar Heinz Strained-2 (2.5 oz)ozjartbspozjarjar Beech-Nut Stage 1 (2.5 oz)jar Gerber Second Foods (2.5 oz)jar Heinz Strained-2 (2.5 oz)tbspozjarjar Gerber Third Foods (2.5 oz)jar Heinz Junior-3 (2.5 oz)stickjarjar Gerber Graduate (2.5 oz)tbspozjarjar Beech-Nut Stage 1 (2.5 oz)jar Gerber Second Foods (2.5 oz)jar Heinz Strained-2 (2.5 oz)tbspozjarjar Gerber Third Foods (2.5 oz)stickjarjar Gerber Graduate (2.5 oz)stickjarjar Gerber Graduate (2.5 oz)ozjarozjarozjartbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)tbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)tbsppiecetbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)ozjartbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)ozjarozjarjar Beech-Nut Table Time (6 oz)cuptbspozjarjar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)cuptbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)jar Beech-Nut Stage 2 (4 oz)cuptbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)cuptbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)cuptbspozjarjar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)cuptbspozjarjar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)ozjartbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)tbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)cuptbspozjarjar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)tbspozjar (6.25 oz)jarcuptbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)ozjarozjarjar, Gerber (4 oz)ozjarozjartbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)tbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)cuptbspozjarjar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)cuptbspozjarjar Gerber Third Foods (6 oz)ozjarozjarozjarcuptbspozjarjar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)cuptbspozjarjar Beech-Nut Stage 3 (6 oz)jar, Gerber (4 oz)cuptbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)cuptbspozjarjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)cuptbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)cuptbspozjarjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)cuptbspozjarjar Gerber Third Foods (6 oz)cuptbspozjarjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)cuptbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)cuptbspjar Gerber Graduate (4.5 oz)jar, Gerber (4 oz)tbspozjarjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)tbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)tbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4.25 oz)cuptbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)cuptbspozjarjar Heinz Junior-3 (6 oz)cuptbspozjarjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)cuptbspozjarjar Gerber Second Food (4 oz)tbspozjarjar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)tbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4.25 oz)tbspozjarjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)tbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)tbspozjarjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)jar Heinz Beginner-1 (2.5 oz)tbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)tbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)tbspozjarjar Gerber Third Foods (6 oz)tbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4.25 oz)ozjarozjartbspjar Gerber First Foods (2.5 oz)tbspozjar, Gerber (4 oz)jartbspozjarjar Earth's Best (4.5 oz)jar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)tbspozjarjar Heinz Junior-3 (6 oz)ozjarozjartbspjar NFSjar Beech-Nut Stage 3 (6 oz)ozjarozjarozjarozjarjar, Gerber (4 oz)tbspozjarjar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)tbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4.25 oz)tbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)tbspozjarjar Gerber Third Foods (6 oz)ozjarozjartbspjar NFSjar Gerber Second Food (4 oz)ozjarozjarfl ozjarbottle Earth's Best (4.2 fl oz)bottle Heinz Strained (4 fl oz)bottle Gerber First Food (4 fl oz)bottle Beech-Nut Stage I (4 fl oz)fl ozbottle Earth's Best (4.2 fl oz)bottle Heinz Strained (4 fl oz)bottle NFSbottle Beech-Nut Stage 2 (4 fl oz)bottle Gerber Second Foods (4 fl oz)fl ozjarfl ozjarfl ozjarbottle (4 fl oz)fl ozjarbottle Heinz Strained (4 fl oz)bottle Gerber Second Foods (4 fl oz)bottle Beech-Nut Stage 3 (4 fl oz)fl ozjarfl ozjarbottle Heinz Strained (4 fl oz)fl ozjarfl ozjarfl ozjarfl ozjarfl ozjarbottle (4 fl oz)tbspozoztbspoztbspozozjarozjartbspoztbspozozjarozjartbspoztbspoztbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4.25 oz)ozjarozjarozjarozjartbsppacket (.75 oz)cookiecrackertbspozjarjar Gerber Third Foods (6 oz)tbspoztbspozozcookieozcookieozpretzelozbiscuitozpiecerusktoast, Gerber Zwiebackozjarozjarozjarozjarozjartbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)tbspozjarjar Gerber Third Foods (6 oz)tbspozjarjar Gerber Second Food (4 oz)tbspozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4.25 oz)tbspozjarjar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)ozjarcuptbspozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)cuptbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)fl ozjarbottle Earth's Best (4.2 fl oz)bottle Heinz Strained (4 fl oz)bottle Beech-Nut Stage 2 (4 fl oz)bottle Gerber Second Foods (4 fl oz)fl ozjarservingcuptbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)ozjarozjartbspozjarjar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)cuptbspozjar (7.5 oz-7.75 oz)jarozjarozjartbspozjarjar Beech-Nut Stage 3 (6 oz)jar Gerber Third Foods (6 oz)jar Heinz Junior-3 (6 oz)tbspjar NFSjar Gerber Second Food (4 oz)tbspjar NFSjar Gerber Second Food (4 oz)ozjarjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)ozjarjar Gerber Second Food (4 oz)jar Heinz Strained-2 (4 oz)tbspjar Beech-Nut Stage 2 (4 oz)ozozozozozozozozozozozozfl ozfl ozscoopfl ozfl ozscoopfl ozscoopscoopfl ozfl ozscoopfl ozscoopfl ozscoopfl ozfl ozfl ozscoopscoopscoopfl ozfl ozfl ozfl ozscoopfl ozfl ozfl ozscoopfl ozfl ozscoopfl ozfl ozfl ozscoopfl ozscoopfl ozfl ozscoopfl ozfl ozscoopfl ozcuptbspcuptbsptbsptbsptbsptbsptbspcuptablespooncupcuptbsptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptbsppackettablespooncuptablespooncuptablespooncuptablespooncuptablespooncupcuptbsptablespoontspcuptablespooncuptsptablespooncuptsptablespooncuptsptbspcuptsptbspcuptsptablespooncuptsptbspcuptsptablespooncuptsptbspcuptsptspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspsticktspstickcuptbsptsppacketcuptspcuptspcuptspcuptspcuptspcuptsptbspcuptbsptbsptbsptbsptbsptablespooncupindividual packettbsptablespooncuptspsticktspsticktablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptablespooncuptsptablespooncuptsptbspcuptspcuptbsp1tsptablespooncuptsptablespooncuptbsp (1/8 cup)tablespooncuptsptablespooncuptsptablespooncuptsptablespooncuptsptbspcuptspcuptbsptspsticktablespooncuptsptablespooncuptsptablespooncuptsptablespooncuptsptablespooncuptsptbspcuptsptablespooncuptsptablespooncuptablespooncuptspcuptbsptablespooncuptsptablespooncuptbspcuptsptablespooncuptablespooncuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptsptbspcuptsptbspcupcuptbsptspcuptbsptbspcup1tsptbspcuptsptbspcup1tsptbspcuptsptbspcuptspsticktbspcuptbspcuptbspcuptspcuptbsp1tspcuptbsp1tspcuptbsp1tspcuptbsp1tspcuptbsp1tspcuptbsp1tsptbspcuptsptbsptbsptsppat (1" sq, 1/3" high)stickcuptbspcuptbspcuptspcuptbsptsptbspcuptbspcupcuptbsppat (1" sq, 1/3" high)stickcuptbsptbsptbsptbspcuptbspcuptbspcuptbsptbspcuptbspcuptablespoontablespoonteaspooncuptablespooncupteaspoontablespoonteaspooncuptablespooncupteaspoontbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbspcuptsptbsptbspcuptbspcupcuptsptablespoontablespoontablespoontablespoontablespoonchickenchickenunit (yield from 1 lb ready-to-cook chicken)chickenunit (yield from 1 lb ready-to-cook chicken)chickenunit (yield from 1 lb ready-to-cook chicken)chickenunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedtbspunit (yield from 1 lb ready-to-cook chicken)cup, chopped or dicedtbspunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)chicken, skin onlyunit (yield from 1 lb ready-to-cook chicken)chicken, skin onlyunit (yield from 1 lb ready-to-cook chicken)chicken, skin onlyunit (yield from 1 lb ready-to-cook chicken)chicken, skin onlyunit (yield from 1 lb ready-to-cook chicken)chicken, skin onlyunit (yield from 1 lb ready-to-cook chicken)gibletscup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)cup, chopped or dicedcup, chopped or dicedheartunit (yield from 1 lb ready-to-cook chicken)cup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)container (cooked, yield from 400g raw liver)unit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcupunit (yield from 1 lb ready-to-cook chicken)cup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcupunit (yield from 1 lb ready-to-cook chicken)cup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedtbspunit (yield from 1 lb ready-to-cook chicken)chicken, separable fatunit (yield from 1 lb ready-to-cook chicken)back, bone removedunit (yield from 1 lb ready-to-cook chicken)back, bone removedunit (yield from 1 lb ready-to-cook chicken)back, bone removedunit (yield from 1 lb ready-to-cook chicken)back, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)back, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)back, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)back, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)back, bone and skin removedbreast, bone removed (yield from 1 lb ready-to-cook chicken)breast, bone removedunit (yield from 1 lb ready-to-cook chicken)breast, bone removedunit (yield from 1 lb ready-to-cook chicken)breast, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)breast, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)breast, bone removedunit (yield from 1 lb ready-to-cook chicken)breast, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)breast, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)breast, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)breast, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone removedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone removedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone removeddrumstick bone and skin removed (yield from 1 lb ready-to-cook chicken)drumstick, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)drumstick, bone and skin removedleg, bone removed (yield from 1 lb ready-to-cook chicken)leg, bone removedunit (yield from 1 lb ready-to-cook chicken)leg, bone removedunit (yield from 1 lb ready-to-cook chicken)leg, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)leg, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)leg, bone removedleg bone and skin removed (yield from 1 lb ready-to-cook chicken)leg, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)leg, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)leg, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)leg, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)neck, bone removedunit (yield from 1 lb ready-to-cook chicken)neck, bone removedunit (yield from 1 lb ready-to-cook chicken)neck, bone removedunit (yield from 1 lb ready-to-cook chicken)neck, bone removedunit (yield from 1 lb ready-to-cook chicken)neck, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)neck, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)neck, bone and skin removedthigh, bone removed (yield from 1 lb ready-to-cook chicken)thigh, bone removedunit (yield from 1 lb ready-to-cook chicken)thigh, bone removedunit (yield from 1 lb ready-to-cook chicken)thigh, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)thigh, bone removedunit (yield from 1 lb ready-to-cook chicken)thigh, bone removedthigh, bone and skin removed (yield from 1 lb ready-to-cook chicken)thigh, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)thigh, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)thigh, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)thigh, bone and skin removedwing, bone removed (yield from 1 lb ready-to-cook chicken)wing, bone removedunit (yield from 1 lb ready-to-cook chicken)wing, bone removedunit (yield from 1 lb ready-to-cook chicken)wing, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)wing, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)wing, bone removedwing, bone and skin removed (yield from 1 lb ready-to-cook chicken)wing, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)wing, bone and skin removedunit (yield from 1 lb ready-to-cook chicken)wing, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)wing, bone and skin removedchickenchickenunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)gibletscup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chickencup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone removedunit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)gibletscup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)unit (yield from 1 lb ready-to-cook chicken)chicken, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook chicken)caponcaponunit (yield from 1 lb ready-to cook capon)capon, bone removedunit (yield from 1 lb ready-to cook capon)capon, bone removedunit (yield from 1 lb ready-to cook capon)gibletsunit (yield from 1 lb ready-to cook capon)cup, chopped or dicedunit (yield from 1 lb ready-to cook capon)unit (yield from 1 lb ready-to-cook duck)duckcup, chopped or dicedunit (yield from 1 lb ready-to-cook duck)duckunit (yield from 1 lb ready-to-cook duck)duckcup, chopped or dicedunit (yield from 1 lb ready-to-cook duck)duckliverunit (yield from 1 lb ready-to-cook duck)unit (yield from 1 lb ready-to-cook duck)duckunit (yield from 1 lb ready-to-cook duck)breast, bone and skin removedunit (yield from 1 lb ready-to-cook goose)goosecup, chopped or dicedunit (yield from 1 lb ready-to-cook goose)gooseunit (yield from 1 lb ready-to-cook goose)gooseunit (yield from 1 lb ready-to-cook goose)gooseliverunit (yield from 1 lb ready-to-cook goose)unit (yield from 1 lb ready-to-cook guinea)guineaunit (yield from 1 lb ready-to-cook guinea)guineaunit (yield from 1 lb ready-to-eat pheasant)pheasantunit (yield from 1 lb ready-to-eat pheasant)pheasantunit (yield from 1 lb ready-to-eat pheasant)breast, bone and skin removedunit (yield from 1 lb ready-to-eat pheasant)leg, bone and skin removedquailunit (yield from 1 lb ready-to cook quail)quailunit (yield from 1 lb ready-to cook quail)unit (yield from 1 lb ready-to cook quail)breastunit (yield rom 1 lb ready-to-cook squab)squabunit (yield rom 1 lb ready-to-cook squab)squabbreast, bone removedunit (yield rom 1 lb ready-to-cook squab)turkeyunit (yield from 1 lb ready-to-cook turkey)turkeyunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)gibletscup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)gizzardgizzardcup, chopped or dicedheartheartcup, chopped or dicedliverlivercup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)neck, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)neck, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)back, bone removedunit (yield from 1 lb ready-to-cook turkey)cup, chopped or dicedback, bone removedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)leg, bone removedunit (yield from 1 lb ready-to-cook turkey)leg, bone removedunit (yield from 1 lb ready-to-cook turkey)wing, bone removedunit (yield from 1 lb ready-to-cook turkey)wing, bone removedturkeyunit (yield from 1 lb ready-to-cook turkey)turkeyunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)back, bone removedunit (yield from 1 lb ready-to-cook turkey)back, bone removedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)back, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)back, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)breast, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)breast, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)leg, bone removedunit (yield from 1 lb ready-to-cook turkey)leg, bone removedunit (yield from 1 lb ready-to-cook turkey)leg, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)leg, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)wing, bone removedunit (yield from 1 lb ready-to-cook turkey)wing, bone removedunit (yield from 1 lb ready-to-cook turkey)wing, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)wing, bone and skin removedturkeyunit (yield from 1 lb ready-to-cook turkey)turkeyunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)back, bone removedunit (yield from 1 lb ready-to-cook turkey)back, bone removedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)leg, bone removedunit (yield from 1 lb ready-to-cook turkey)leg, bone removedunit (yield from 1 lb ready-to-cook turkey)wing, bone removedunit (yield from 1 lb ready-to-cook turkey)wing, bone removedturkeyunit (yield from 1 lb ready-to-cook turkey)turkeyunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)turkey, skin onlyunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone removedunit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)turkey, bone and skin removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook turkey)back, bone removedunit (yield from 1 lb ready-to-cook turkey)back, bone removedunit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)breast, bone removedunit (yield from 1 lb ready-to-cook turkey)leg, bone removedleg, bone removed (yield after cooking)unit (yield from 1 lb ready-to-cook turkey)unit (yield from 1 lb ready-to-cook turkey)wing, bone removedunit (yield from 1 lb ready-to-cook turkey)wing, bone removedcan (5 oz)tbspozcup, drainedcan (5 oz)can (5 oz) yieldsozlbcuppackage (net weight, 5 oz)medium slice (approx 3" x 2" x 1/4")thick slice (approx 3" x 2" x 3/8")patty (2.25 oz)patty (3.33 oz)breast, bone removedthigh, bone removedbox (net weight, 2.5 lb)box (net weight, 0.625 lb)cup, chopped or dicedbox (net weight, 1.72 lb)box (net weight, 0.43 lb)stick (2.25 oz)lblblblblbpatty, 4 ozpatty (4 oz, raw) (yield after cooking)unit, yield from 1 lb rawbirdbird wholebirdbird wholebirdbird wholebirdcupcan (5 oz) yieldspieceservingunit (yield from 1 lb ready-to-cook duck)ozbreast, bone removedcup, chopped or dicedunit (yield from 1 lb ready-to-cook duck)breast, bone and skin removedozleg, bone removed (yield after cooking)unit (yield from 1 lb ready-to-cook duck)ozcup chopped or diced, cookedunit (yield from 1 lb ready-to-cook duck)ozleg, bone and skin removedozservingpattypatty (yield from 135.8 g raw meat)serving ( 3 oz )fan filletserving ( 3 oz )steakserving ( 3 oz )flat filletfull rumpfull rump cooked ( yield from 695 g raw meat )serving ( 3 oz )inside druminside drum cooked ( yield from 572 g raw meat )serving ( 3 oz )outside drumsteaksteakserving ( 3 oz )patty ( yield from 108.8 g raw meat )serving ( 3 oz )serving ( 3 oz )serving ( 3 oz )serving ( 3 oz )serving ( 3 oz )serving ( 3 oz )serving ( 3 oz )serving ( 3 oz )container (cooked, yield from 388g raw liver)cup (8 fl oz)can (10.75 oz)cup (8 fl oz)can (11 oz), undilutedcup (8 fl oz)can (11.5 oz)cup (8 fl oz)can (11.25 oz)cup (8 fl oz)can (19.25 oz), ready -to-servecupcan (10.5 oz), preparedcan (14 oz), ready-to-servecupcup (8 fl oz)can (10.75 oz)cupcan (10.75 oz)cupcan (11 oz), undilutedcup (8 fl oz)can (10.5 oz)cup (8 fl oz)fl ozcan (10.75 oz)cupcup (8 fl oz)can (10.75 oz)can (19 oz), ready-to-servecupcan (10.75 oz)cup (8 fl oz)can (10.75 oz)cupcan (19 oz), ready-to-servecupcup (8 fl oz)can (10.5 oz)cup (8 fl oz)can (20 oz)cupcan (19 oz), ready-to-servecupcan (10.5 oz)cup (8 fl oz)can (19 oz), ready-to-servecup (8 fl oz)fl ozcan (10.5 oz)cup (8 fl oz)can (11.25 oz)cup (8 fl oz)fl ozcan (19 oz), ready-to-servecup (8 fl oz)can (10.75 oz)cup (8 fl oz)can (10.75 oz)servingcup (8 fl oz)can (10.5 oz)servingcup (8 fl oz)can (13 oz)cup (8 fl oz)can (19.5 oz)cupcan (13 oz)cup (8 fl oz)can (20 oz)cupcan (19 oz)can (19 oz), ready-to-servecup (8 fl oz)can (10.5 oz)cup (8 fl oz)can (10.75 oz)cupcup (8 fl oz)can (10.75 oz)cup (8 fl oz)can (10.75 oz)cupcup (8 fl oz)can (10.5 oz)cupcan (10.75 oz)cup (8 fl oz)can (10.5 oz)cup (8 fl oz)can (11.25 oz)cupcan (19 oz), ready-to-servecup (8 fl oz)can (11.5 oz)cup (8 fl oz)can (10.5 oz)cup (8 fl oz)can (10.75 oz)cup (8 fl oz)can (10.5 oz)cup (8 fl oz)can (10.75 oz)can (10.75 oz)cup (8 fl oz)can (11 oz), undilutedcup (8 fl oz)can (10.75 oz)cup (8 fl oz)can (11 oz), undilutedcup (8 fl oz)can (18.75 oz), ready-to-servecup (8 fl oz)can (10.75 oz)cup (8 fl oz)fl ozcan (10.5 oz)cupcan (19 oz), ready-to-servecupcan (10.5 oz)cupcan (19 oz), ready-to-servecupcan (10.75 oz)cupcan (10.5 oz)cuppacketcup (8 fl oz)cup (8 fl oz)cubepacketportion, amount of dry mix to make 8 fl oz preparedportion, amount of dry mix to make 8 fl oz preparedcube (6 fl oz prepared)cup (8 fl oz)packetcup (8 fl oz)cup (8 fl oz)cup (8 fl oz)tspcubepacket (6 fl oz prepared)portion, amount of dry mix to make 8 fl oz preparedcup (8 fl oz)cubecup (8 fl oz)packetcup (8 fl oz)cuppacketcup (8 fl oz)cup (8 fl oz)cuppacketcup (8 fl oz)packetcup (8 fl oz)packetpacket, regularpacket, instantpacketpacket (6 fl oz prepared)cup (8 fl oz)packetpacketpacket (6 fl oz)cup (8 fl oz)packet (6 fl oz)cup (8 fl oz)tbsppacketportion, amount of dry mix to make 8 fl oz preparedcup (8 fl oz)packetcup (8 fl oz)packet (6 fl oz prepared)portion, amount of dry mix to make 8 fl oz preparedcup (8 fl oz)packetpacketcup (8 fl oz)packetcup (8 fl oz)packetpacketservingpacketservingcup (8 fl oz)packetcup (8 fl oz)packetpacketcuptbspfl ozcup (8 fl oz)packetcupcantspcupcantbspcupcantbspservingcupcancup (8 fl oz)cup (8 fl oz)servingcuptbsptspcanservingcup (8 fl oz)packetpacket (6 fl oz)tbsppackageservingtbsppackageservingpackageservingtbsppackageservingtbspcup, saucecupcup, saucecuptbsptbsptbsptbspcupcup (8 fl oz)can (10.75 oz)cup (8 fl oz)packetcup (8 fl oz)can (10.75 oz)cup (8 fl oz)packetcuptbsppackageservingtbspcup (8 fl oz)packetcup (8 fl oz)packetpackageservingcuppackageservingtbspcup (8 fl oz)can (11 oz), undilutedcupcan (10.75 oz)cuptablespooncupcupcupcupcupcuptsptsptsptspcupcupcuptbsptbsptbspfl ozcupcuppackageservingcupcupcupcupcupcupcupcupcup (8 fl oz)can (10.75 oz), preparedcupcupcupcupcupcupcup (8 fl oz)can (10.75 oz), preparedcupcan (11 oz), preparedcup (8 fl oz)fl ozcan (10.75 oz), preparedcupcup (8 fl oz)fl ozcan (10.75 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)can (10.5 oz), preparedcup (8 fl oz)can (11.25 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)fl ozcan (10.75 oz), preparedtbsptbsptbsptbsptbsptbsptbsptbsptbsptbsptbsptbsptbsptbsptbsptbsptbspcupozcupcupservingservingservingservingservingservingservingservingenvelopeservingenvelopeservingservingenvelopeservingservingenvelopeservingservingservingservingservingservingservingtbsptbspcup (8 fl oz)can (11 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcupfl ozcan (11 oz), preparedcup (8 fl oz)fl ozcan (11.5 oz), preparedcup (8 fl oz)can (11.25 oz), preparedcup (8 fl oz)fl ozcan (10.75 oz), preparedcupcan (10.75 oz), preparedcup (8 fl oz)can (11 oz), preparedcup (8 fl oz)fl ozcan (10.5 oz), preparedcupcup (8 fl oz)fl ozcan (10.75 oz), preparedenvelope yieldscupfl ozcan (10.75 oz), preparedcupfl ozcan (10.75 oz), preparedcup (8 fl oz)fl ozcan (10.5 oz), preparedcup (8 fl oz)fl ozcan (10.5 oz), preparedcup (8 fl oz)fl ozcan (10.5 oz), preparedcupfl ozcan (11.25 oz), preparedcup (8 fl oz)fl ozcan (10.75 oz), preparedcupfl ozcan (10.75 oz), preparedcup (8 fl oz)can (10.5 oz), preparedcup (8 fl oz)can (10.5 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcupcan (10.75 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcupcan (10.5 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)can (10.5 oz), preparedcupcan (11.25 oz), preparedcup (8 fl oz)can (11.5 oz), preparedcup (8 fl oz)can (10.5 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcupcan (10.5 oz), preparedcupcan (10.75 oz), preparedcup (8 fl oz)can (11 oz), preparedcupcan (10.75 oz), preparedcupcan (11 oz), preparedcupfl ozcan (10.75 oz), preparedcup (8 fl oz)fl ozcan (10.5 oz), preparedcupcan (10.5 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)can (10.5 oz), preparedcup (8 fl oz)packetcup (8 fl oz)fl ozcup (8 fl oz)fl oz (prepared)packet (6 fl oz prepared)cup (8 fl oz)fl ozcube (6 fl oz prepared)cupfl ozpacket (6 fl oz prepared)cup (8 fl oz)cup (8 fl oz)cup (8 fl oz)fl ozpacket (6 fl oz prepared)cup (8 fl oz)cube (6 fl oz prepared)cup (8 fl oz)fl ozpacket (6 fl oz prepared)cupfl ozpacket, preparedcup (8 fl oz)packet (6 fl oz)cup (8 fl oz)fl ozpacket (36 fl oz prepared)cupcup (8 fl oz)packet (36 fl oz prepared)cup (8 fl oz)packet (36 fl oz prepared)cuppacket (6 fl oz prepared)cuppacket (6 fl oz prepared)cupcup (8 fl oz)fl ozpacket (36 fl oz prepared)cuppacket (6 fl oz prepared)cuppacket, preparedcupcup (8 fl oz)packet (6 fl oz prepared)cuppacket (36 fl oz prepared)cup (8 fl oz)packet (6 fl oz prepared)cupcup (8 fl oz)packet (6 fl oz prepared)cup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)can (10.75 oz), preparedcup (8 fl oz)packet, preparedcup (8 fl oz)can (11 oz), preparedcup (8 fl oz)can (10.75 oz), preparedtbspservingpackage (16 oz)packageservingpackageservingpackageservingservingpackage (16 oz)tsppackage (7 oz)servingpackage (4 oz)servingpackageservingservingpackage (16 oz)servingpackage (16 oz)packageservingtbsppackageservingservingpackage (16 oz)tbsppackageservingservingpackage (16 oz)packageservingcupservingcontainer, individualservingpackagecan (10.75 oz)packageservingservingpackage (2 lb)tbspservingpackage (2 lb)tbspservingpackage (2 lb)servingpackage (2 lb)tbspservingservingservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackageservingcupcuppackageservingcuppackageservingtbspcuppackageservingcupcuppackageservingcupcuppackageservingcupcuppackageservingcupcuppackageservingcuppackageservingcupcupcupservingcuptbspcupcuppackageservingservingpackage (16 oz)servingpackage (16 oz)cuptbspcuptbspcupfl ozcupcupcupcan (10.75 oz)cupcupcan (10.75 oz), preparedcupcuptbspcuppacketcuptbspcupcuppacketcupcupcupcuptbspcuptspcubeservingpackageservingpackagecupozozslice (5-7/8" x 3-1/2" x 1/16")ozslice (4" dia x 1/8" thick)slice (2-3/4" dia x 1/16")sliceozslicesausageserving 1 sliceozozslice, medium (4-1/2" dia x 1/8" thick) (1 oz)slice (4" dia x 1/8" thick)servingpackagelink cookedslice (2-1/2" dia x 1/4" thick)slicelinklinkserving (1 serving)packageserving (1 serving)link (4" long)slice (1 oz) (4" x 4" x 3/32" thick)slicesslicefrankfurter (5 in long X 3/4 in dia, 10 per lb)frankfurter (5 in long x 7/8 in dia, 8 per lb)frankfurter (5 in long x 3/4 in dia, 10 per lb)frankfurter (5 in long x 7/8 in dia, 8 per lb)frankfurterfrankfurterslice (4-1/4" x 4-1/4" x 1/16")sliceslices 1 NLEA servingserving 2 slicessliceslice (4-1/4" x 4-1/4" x 1/16")oztbspozslicetbspozservingserving 2 slicesslicelink, 4/lblink, 5/lbozslice (6" x 3-3/4" x 1/16")linkozserving 2 slicesozozsliceslice (2-1/2" dia x 1/4" thick)ozslice (1 oz) (4" x 4" x 3/32" thick)slicespackage 2.5 ouncesozslice (4-1/4" x 4-1/4" x 1/16")slice (1 oz)slice (4" x 4" x 3/32" thick)ozslice (15 per 8 oz package)slice (1 oz) (4" x 4" x 3/32" thick)slicesoztbspoztbspoztbspozserving 2 slicessliceslices 1 servingozozslicesausage (10" long x 1-1/4" dia)ozslice (1 oz) (4" x 4" x 3/32" thick)slicesozslice (4-1/4" x 4-1/4" x 1/16")slice (1 oz) (4" x 4" x 3/32" thick)slicesserving 2 linkslink (7/8" dia x 4" long)serving (2 links)linklink (raw dimensions: 4" long x 7/8" dia), cookedpatty, cooked (raw dimensions: 3-7/8" dia x 1/4" thick)cuptbspozsliceozozslice (4" dia x 1/8" thick) (10 per 8 oz package)servingozpackage (4 oz)slice (3-1/8" dia x 1/16" thick)slices 1 servingtbspozlink (4" long x 1-1/8" dia)piece (4" long x 1-1/8" dia)lb 16 ozozlink (4" long x 1-1/8" dia)link, little (2" long x 3/4" dia)oz 1 servingservingserving .99 ozozslicesozslicessausage (7/8" dia x 2" long)sausages (drained contents from can, net wt 4 oz)slice (4" dia x 1/8" thick)ozlink, 4/lblink, 5/lbslice (4" dia x 1/8" thick)ozslice (4" dia x 1/8" thick)ozservingserving (1 slice)serving (1 slice)servingserving (1 slice)servingserving (1 slice)servingserving (4 slices)servingsliceservingserving (1 slice)serving (3 slices)servingsliceservingsliceservingsliceservingsliceservingsliceservingservingservingservingserving 2 linkslinkserving 2 slicessliceserving 2 slicessliceserving 2 slicessliceserving 3 slicessliceserving 3 slicessliceservingservingserving (1 link)servinglinkservinglinkservingserving 2 slicessliceserving 2 slicessliceserving 4 slicessliceserving (1 link)servingserving (1 link)servingservingservingservingservingpieceservingservingsliceservingservingservingservingservingservingservingservingservingservingservingservingsliceservingservingpieceservingservingservingservingservingpackageserving 2 ozserving 2 ozpackageserving 2 ozpackageserving 2 ozpackageserving 2 ozpackageserving 2 ozpackageserving 2 ozozserving 2 ozozservingfrankfurterlb 16 ozfrank 1 NLEA servingoz 1 NLEA servingoz 1 NLEA servingserving 2.96 ozcupserving .25 cupozlink 3 ozserving 5 piecesserving 2.67 ozoz serving 2.7 ozozserving 2 linksserving 2.7 ozozserving 2.33 ozserving 2.96 ozserving 2.33 ozserving 6 slicesozserving 2 ozlinkserving 2 ozserving 2 ozserving 2 ozserving 2 slicesserving 2 slicesserving 2 ozserving 2 ozserving 2 ozozlinksliceserving 5 slicesserving 2 ozsliceservingserving (1 hot dog)serving (1 hot dog)serving 2 ozservingsliceservingsliceservingslicecup (1 NLEA serving)cup (1 NLEA serving)box, single serving (.75 oz)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)box, single serving (.75 oz)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupozcup (1 NLEA serving)cupozcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcup (1 NLEA serving)cup (1 NLEA serving)box, single serving (.75 oz)cup (1 NLEA serving)cupozcup (1 NLEA serving)box (1-1/3 oz)cup (1 NLEA serving)box, single serving (.75 oz)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcup (1 NLEA serving)cupozcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupozpiecescup (1 NLEA serving)box, single serving (.75 oz)cup (1 NLEA serving)cup (1 NLEA serving)cupozcupcup (1 NLEA serving)cupcupoztbsp (1 NLEA serving)cupcup (1 NLEA serving)cuptbspcuptbspcuppacketcuptbsppacket, preparedpacketpacketpacket, preparedpacketpacket, preparedcuptbspcuptbspcupcuptbspcuptbspcupcuptbspcuptbspcupcuptbspcuptbspcuppacketpacket, preparedpacketpacket, preparedcuptbspcuptbspcupcupcupcuptbspcupcuptbspcuptbspcupcupcupcuptbspcupcupcupcuptbspcuppacketcup, cookedcup, dry, yieldsoz, dry, yieldspacket, dry, yieldspacketpacket, preparedpacketcuptbsppacket, preparedpacketpacket, preparedpacketcuptbsppacket, preparedcupcupcuptbspcupcuptbspcupcupcupcupcupcupcupcupcupcupcupcupcupcupcup (1 NLEA serving)biscuits (1 NLEA serving)servingbiscuit oblongbiscuits roundcup (1 NLEA serving)box, single serving (.875 oz)cupcupcupozcupozcuptbspcuptbspcuptbspcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcuptbspcupcupcupcupcuptbspcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)packetpacketpacketpacketcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcup (1 NLEA serving)cup (1 NLEA serving)cupcup, bite sizecup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcupcup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cup (1 NLEA serving)cupcupcupcupcupbox (1 single serving box)cupcupcupcupcupcupcupcupcup (1 NLEA serving)cup (1 NLEA serving)cupcup (1 NLEA serving)cuppacketpacketpacketpacketcuppacketpacketpacketcuppacketpacketpacketcup (1 serving)packetpacketpacketpacketcupcupcupcupcupbiscuitcupcupcupcupcupcupcupcupfruit without refusecupfl ozcup, quartered or choppedcup sliceslarge (3-1/4" dia) (approx 2 per lb)medium (2-3/4" dia) (approx 3 per lb)small (2-1/2" dia) (approx 4 per lb)NLEA servingcup slicesmedium (2-3/4" dia) (approx 3 per lb)cup slicescup slicescup slicescup slicescupcupcupringcupcupcup slicescup slicescupfl ozdrink box (8.45 fl oz)can (6 fl oz)cupfl ozcupcupcup, halvescup, slicedapricotcup, halvesapricot half with liquidcup, whole, without pitscup, halvesapricot half with liquidcup, halvescup, halvesapricot half with liquidcup, halvescup, wholeapricot half with liquidcup, whole, without pitscup, whole, without pitscupcupcup, halveshalfcup, halvescup, halvescupcupfl ozcup, cubescup, pureedcup, slicedavocado, NS as to Florida or Californiacup, pureedfruit without skin and seedsNLEA servingcup, pureedfruit without skin and seedscup, mashedcup, slicedextra small (less than 6" long)small (6" to 6-7/8" long)medium (7" to 7-7/8" long)large (8" to 8-7/8" long)extra large (9" or longer)NLEA servingcuptbspcupcupcup, unthawedpackage (18 oz)cuppint as purchased, yieldsberriescupcup, unthawedpackage (20 oz)cup, thawedpackage (10 oz)cupcup, unthawedpackage (10 oz)cupfruit, smallcup, cubescup, slicedlarge (4-1/2" long)medium (3-5/8" long)small (3-1/8" long)cup slicesfruit without skin and seedsfruit without skin and seedscup, dicedcup, without pitscup, with pits, yieldscupcupcupcupcup, unthawedpackage (18 oz)cup, with pits, yieldscup, without pitscherryNLEA servingcup, pittedcup, pittedcup, pittedcup, pittedcup, pittedcup, thawedpackage (10 oz)cup slicescup, choppedcup, wholecupcupslice (1/2" thick, approx 8 slices per can)cupcupcupcupcup, pitted, choppeddatecuplarge (2-1/2" dia)medium (2-1/4" dia)small (1-1/2" dia)cupfig with liquidcupfig with liquidcupfig with liquidcupcupfigcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcup sections, with juicelarge (approx 4-1/2" dia)medium (approx 4" dia)small (approx 3-1/2" dia)cup sections, with juicefruit (3-3/4" dia)NLEA servingcup sections, with juicefruit (3-3/4" dia)cup sections, with juicefruit (3-3/4" dia)cup sections, with juicefruit (3-3/4" dia)cup sections, with juicefruit (3-3/4" dia)cup sections, with juicefruit (3-3/4" dia)cupcupcupcupfl ozcupfl ozcan (6 fl oz)cupfl ozcupfl ozfruit yieldscupgrapecup, seedlesscup, with seeds, yieldsgrape, seedlessgrape, with seeds, yieldsNLEA servingcupcupcupfl ozcan (6 fl oz)cupfl ozcupcupfruit, without refusecupfruit without refusecupcup, slicedcupfruitcupfruit without skin, largefruit without skin, mediumNLEA servingfruit without refusecup, sectionsfruit (2-1/8" dia)fruit (2-3/8" dia)wedge or slice (1/8 of one 2-1/8" dia lemon)NLEA servingfruit without seedscupfl ozlemon yieldswedge yieldscuptbspfl ozindividual packetcupfl oztbsptspfruit (2" dia)NLEA servingcupfl ozlime yieldswedge yieldscupfl ozcupfruit without refusefruitcup, unthawedfruit without refusecup, cubedlargemediumsmallfruit without refusecup, slicedfruit without refusecup, drainedcupcup, ballscup, cubescup, dicedmelon, large (about 6-1/2" dia)wedge, large (1/8 of large melon)melon, medium (about 5" dia)wedge, medium (1/8 of medium melon)melon, small (about 4-1/4" dia)wedge, small (1/8 of small melon)cantaloupe ballsNLEA servingcup, cubesmelonfruitcup, ballscup, diced (approx 20 pieces per cup)melon (5-1/4" dia)melon (6" - 7" dia)wedge (1/8 of 5-1/4" dia melon)wedge (1/8 of 6" to 7" dia melon)honeydew ballsNLEA servingcup, unthawedcuppackage (11 oz)cup, thawedpackage (10 oz)cupfruitcup slicesfruit (2-1/2" dia)NLEA servingcupfruittbsplargesmalljumbosuper colossalcup, sectionslarge (3-1/16" dia)small (2-3/8" dia)fruit (2-5/8" dia)cup sections, without membranesfruit (2-5/8" dia)cup sections, without membranesfruit (2-7/8" dia)NLEA servingcup sections, without membranesfruit (2-5/8" dia)fruit (2-11/16" diam)cupfruit without seedscupfl ozfruit yieldscupfl ozdrink box (8.45 fl oz)cupfl ozcupfl ozcan (6 fl oz)cupfl oztbsptspcupfl ozcup, sectionslarge (2-1/2" dia)medium (2-3/8" dia)small (2-1/4" dia)NLEA servingcupcupcupfl ozcupfl ozcan (6 fl oz)cupfl ozcup, cubescup, mashedlarge (5-3/4" long x 3-1/4" dia)medium (5-1/8" long x 3" dia)small (4-1/2" long x 2-3/4" dia)cupfl ozcupfruit without refusecupfl ozcupfl ozcup sliceslarge (2-3/4" dia) (approx 2-1/2 per lb)medium (2-1/2" dia) (approx 4 per lb)small (2" dia) (approx 5 per lb)NLEA servingcup, halves or sliceshalf, with liquidcupcup, halves or sliceshalf, with liquidcup, halves or slicescup, halves or sliceshalf, with liquidcuphalf, with liquidcup, halves or slicescup, wholecupcupcup, halveshalfcupcupcup, thawedslicespackage (10 oz)cupfl ozcup slicespear, large (approx 2 per lb)pear, medium (approx 2-1/2 per lb)pear, small (approx 3 per lb)NLEA servingcup, halveshalf, with liquidcup, halveshalf, with liquidcup, halveshalf, with liquidcup, halveshalf, with liquidcuphalf, with liquidcup, halveshalf, with liquidcup, halveshalfhalvescup, halvescup, halvescupfl ozfruit (2-1/2" dia)fruit without refusefruit without refusecup, dicedfruitslice (3-1/2" dia x 3/4" thick)slice, thin (3-1/2" dia x 1/2" thick)cup, crushed, sliced, or chunksslice or ring (3" dia) with liquidcup, crushed, sliced, or chunksslice or ring (3" dia) with liquidcup, crushed, sliced, or chunksslice or ring (3" dia) with liquidcup, crushed, sliced, or chunksslice or ring (3" dia) with liquidcup, crushed, sliced, or chunkscup, chunkscupfl ozcan (6 fl oz)cupfl ozcupfruit without refusecup, slicedmediumcup, mashedcup slicescup, slicedfruit (2-1/8" dia)NLEA servingcup, pittedplum with liquidcup, pittedplum with liquidcup, pittedplum with liquidcup, pittedplum with liquidcup, pittedpomegranate (3-3/8" dia)cupfruit without refusecupfruits with liquidcupcupcup, pittedprunecup, pittedcup, pittedcupfl ozcup, sectionsfruit without refusefruit without refusecup, packedcup (not packed)cup, packedcup (not packed)miniature box (.5 oz)small box (1.5 oz)raisinscup, packedcup (not packed)cup, drainedcupfruitcuppint as purchased, yieldsraspberriescupcup, unthawedpackage (10 oz)cup, dicedstalkcup, dicedcupcup, without refusecup, pulpsapodillafruit without refusecup, pulpfruit (7" x 5-1/4" dia)cup, halvescup, pureedcup, slicedcup, wholeextra large (1-5/8" dia)large (1-3/8" dia)medium (1-1/4" dia)pint as purchased, yieldssmall (1" dia)NLEA servingcupcup, thawedcup, unthawedberrypackage (20 oz)cup, thawedpackage (10 oz)cup, thawedpackage (10 oz)cup, pulpfruit (2-7/8" dia)cup, pulpfruit (3" x 1")cupcup, ballscup, dicedmelon (15" long x 7-1/2" dia)wedge (approx 1/16 of melon)watermelon ballsNLEA servingcherry (NLEA serving)cup, pureedfruit without refusefruit 2-1/4" high x 2-1/2" diafruit 3-3/8" high x 3" diametercupcup, chunkscup, crushedcup, slicedspearcup, halvescup, wholecup, pittedcup, with pits, yieldscuphalf,slicecuphalf,cup, with pits, yieldscupcupfl ozcupcupcupfl ozcupfruit yieldsfruit without skin, largefruit without skin, mediumcupfl ozcupfl ozcupfl ozcupfl ozcan (6 fl oz)cupfl ozcup, draineddate, pittedcup, chopped or dicedfruitcupcupcup, dicedslice (3-1/2" dia x 3/4" thick)NLEA servingcup, dicedslice (3-1/2" dia x 3/4" thick)NLEA servingozlbozlbozlbozlbozlbozozozozozlbcup, dicedozozlbcup, dicedozozlbcup, dicedozozlbcup, dicedozozlbcup, dicedozozlbcup, dicedozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)lbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)lbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbozchop boneless (yield from 193g raw meat)chop boneless (yield from 193g raw meat)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbcup, dicedozozlbcup, dicedozozlbcup, dicedozcup, dicedozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 300 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozunit, cooked (yield from 1 lb raw meat)ozozozozearear (yield after cooking)unit, cooked (yield from 1 lb raw meat)ozozheartcupheartozozozkidneycupozozozozozunit, cooked (yield from 1 lb raw meat)ozozlbunit, cooked (yield from 1 lb raw meat)ozozlbozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozthick slice, packed 12/lbmedium slices (packed 20/lb)slice cookedslice rawpackage (12 oz)slicespackage (12 oz)slices, cooked (raw product packed 15 per 12-oz bag)package (6 oz)slices (6 per 6-oz pkg.)package (6 oz) yieldsslices (6 per 6-oz pkg.)ozlbcupozcupozcupozcupozcupozcupozozozozozozpattypatty, cookedunit, cooked (yield from 1 lb raw meat)ozslicecupozcupozcupozcupozozozozozozozcupozcupozozozpiece, cooked (yield from 1 lb unheated product)ozozozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)cupslice (6-1/4" x 4" x 1/16") (1 oz)cupozcupozcupozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozozunit, cooked (yield from 1 lb raw meat)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)ozlbozlbozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozservingozozozservingozozservingozozservingozservingchop boneless (yield from 189g raw meat)slice cookedslice rawslice rawslice cookedslice cookedslice rawcuptbspcupleafcuplargemediummediumartichoke, mediumartichoke, largeartichoke, mediumcup heartspackage (9 oz)cuppackage (9 oz), yieldspackage (9 oz) yieldscupspear, small (5" long or less)spear, medium (5-1/4" to 7" long)spear, large (7-1/4" to 8-1/2")spear, extra large (8-3/4" to 10" long)spear tip (2" long or less)cupspears (1/2" base)cupcan (300 x 407)cupspear (about 5" long)can (300 x 407)package (10 oz)spearscuppackage (10 oz) yieldsspearsleafcupcupcup (1/2" pieces)balsam-pearcup (1/2" pieces)cup (1/2" pieces)cup (1/2" slices)cup (1/2" pieces)cup (1/2" slices)shootcup (1/8" slices)can (303 x 406)cupcupcupcupcan (303 x 406)cuppackage (10 oz)package (10 oz) yieldscupcuppackage (10 oz)package (10 oz) yieldscupcuppackage (12 oz)cupcupcuppackage (10 oz)package (10 oz)package (10 oz) yieldspackage (10 oz) yieldscupcupbeans (4" long)cupcupcan (303 x 406)cupbeanscan (303 x 406)cupcan (303 x 406)cuppackage (10 oz)cupcupbeet (2" dia)cup slicesbeets (2" dia, sphere)cupcup, dicedcup, shreddedcup slicescup, wholeslicebeetcan (303 x 406)cupleafcup (1" pieces)cup (1" pieces)cupbroadbeancup, choppedbunchspear (about 5" long)stalkNLEA servingstalk, large (11"-12" long)stalk, medium (7-1/2" - 8" long)stalk, small (5" long)spear (about 5" long)cup, choppedNLEA servingcuppackage (10 oz)cuppackage (10 oz)package (2 lb)package (10 oz) yieldscupbunch cookedNLEA servingcupsproutsproutcuppackage (10 oz)package (2 lb)cupcup (1" pieces)rootcup (1" pieces)rootcuppetiolecup, choppedstalkscup, choppedcup, shreddedhead, large (about 7" dia)leaf, largehead, medium (about 5-3/4" dia)leaf, mediumhead, small (about 4-1/2" dia)leafheadcup, shreddedcup, choppedcup, shreddedhead, large (about 5-1/2" dia)leafhead, medium (about 5" dia)head, small (4" dia)leafcup, shreddedcup, shreddedcup, shreddedcup, shreddedheadleafcup, shreddedcup, shreddedcup, shreddedleafcup, shreddedcup, choppedcup, gratedcup, strips or sliceslarge (7-1/4" to 8-1/2" long)strip, large (3" long)mediumstrip, mediumslicesmall (5-1/2" long)strip, thincarrot (7-1/2")tbspcup slicescarrotcup slicescan (303 x 406)cup, mashedcup, slicedslicecan (303 x 406)package (10 oz)cup slicescup, slicedcuprootcupflowerethead, large (6-7" dia)head, medium (5-6" dia)head, small (4" dia)cup (1" pieces)floweretspackage (10 oz)cup (1" pieces)cup (1" pieces)cupcup piecescup choppedNLEA servingtbspstalk large (11"-12" long)stalk, medium (7-1/2" - 8" long)stalk, small (5" long)strip (4" long)cup, dicedstalksleafcupleafcup, choppedcup (1" pieces)chayote (5-3/4")cup (1" pieces)headcupcup, choppedrootcup (1" pieces)tbsp choppedtsp choppedcup (1" pieces)stem (8-3/4" long)cup (1" pieces)tbspcupcup, choppedcup, choppedpackage (10 oz)package (3 lb)cup, choppedcupsprigsear, small (5-1/2" to 6-1/2" long)ear, medium (6-3/4" to 7-1/2" long)ear, large (7-3/4" to 9" long)cupear, small (5-1/2" to 6-1/2" long)ear, medium (6-3/4" to 7-1/2" long)ear, large (7-3/4" to 9" long)cup cutbaby earcupcan (303 x 406)cupcan (12 oz) yieldscan (303 x 406)cupcan (303 x 406)cupcan, 15 oz (303 x 406)can (303 x 406)cuppackage (10 oz)package (10 oz) yieldscupear, yieldscup kernelsear, yieldscup kernelscupcupcupcupcuppackage (10 oz)cupcuppodcupcup slicespodcup slicespodcup, choppedleafcup, choppedcupsprigcupcupcup slicescucumber (8-1/4")cup, pared, choppedcup, slicedlarge (8-1/4" long)mediumslicesmall (6-3/8" long)stick (4" long)cup, choppedcup, choppedcup, cubeseggplant, peeled (yield from 1-1/4 lb)eggplant, unpeeled (approx 1-1/4 lb)cup (1" cubes)headcup, choppedcuptspcloveclovestspcup slices (1" dia)slices (1" dia)cup (1" pieces)gourdcup (1" cubes)cup (1" pieces)gourdcup (1" pieces)cup (1" slices)cup, choppedcup, choppedcupcupcup slicescup slicespiececupcupcupcup, choppedcup, choppedpackage (10 oz)package (10 oz)cup, choppedcup, chopped or dicedstripcupcupslicecup, slicedcup, choppedcupleeksliceleekcup, chopped or dicedcupcup, shredded or choppedhead (5" dia)leaf innerleaf outerNLEA servingcup shreddedleaf innerleaf outerheadNLEA servingcup shreddedhead largehead, medium (6" dia)head, smallleaf innerleaf outerNLEA servingcup shreddedheadleaf innerleaf outerslices (2-1/2" dia)root (9-1/2" long)cupslices (2-1/2" dia)leaf outerleaf innercup shreddedheadNLEA servingcup, cubesyamcup, cubescup, pieces or slicescup, wholelargemediumslicesmallcup piecescup piecestbspmushroomcup piecescupcanlargemediumsmallslicescapscup piecespiecemushroommushroomscup piecesmushroomscup, choppedcup, choppedcup, choppedpackage (10 oz)cup, choppedpackage (10 oz) yieldscup, choppedcup, choppedcup, choppedcup, choppedcuppods (3" long)cup slicespods (3" long)package (10 oz)package (3 lb)package (10 oz) yieldscup slicescup, choppedcup, slicedtbsp choppedlargeslice, large (1/4" thick)medium (2-1/2" dia)slice, medium (1/8" thick)smallslice, thinringscuptbsp choppedlargeslice, large (1/4" thick)mediumslice, medium (1/8" thick)smallslice, thintbspcuponioncup, chopped or dicedpackage (10 oz)tbsp choppedcup, chopped or dicedpackage (10 oz)cupcup, choppedtbsp choppedlargemedium (4-1/8" long)small (3" long)tbspstalkonionNLEA servingpackage (16 oz)package (9 oz)cuprings, large (3-4" dia)rings, medium (2-3" dia)rings, small (1-2" dia)cuptbspsprigscup slicescup slicesparsnip (9" long)cup, choppedcup, wholepea podscupcuppackage (10 oz)cuppackage (10 oz) yieldscupcupcupcupcan (303 x 406)cupcan (303 x 406)cupcupcuppackage (10 oz)package (10 oz) yieldscupcupcupcuppackage (10 oz)package (10 oz) yieldscupcupcuppackage (10 oz)cuppeppercup, chopped or dicedcup, choppedcup, slicedtbsplarge (2-1/4 per lb, approx 3-3/4" long, 3" dia)medium (approx 2-3/4" long, 2-1/2" dia)ring (3" dia, 1/4" thick)smallstripscup, stripstbspcup, choppedcup, halvespackage (10 oz)cupseedscupcupcupcuptbspPotato large (3" to 4-1/4" dia)Potato medium (2-1/4" to 3-1/4" dia)Potato small (1-3/4" to 2-1/2" dia)cup dicedpotato small (1-3/4" to 2-1/4" dia)Potato medium (2-1/4" to 3-1/4" dia)Potato large (3" to 4-1/4" dia)cup, dicedpotato large (3" to 4-1/4" dia)potato medium (2-1/4" to 3-1/4" dia)potato small (1-3/4 to 2-1/2" dia)cup, dicedpotato large (3" to 4-1/4" dia)potato medium (2-1/4" to 3-1/4" dia)potato small (1-3/4" to 2-1/4" dia)cup dicedpotato large (3" to 4-1/4" dia)potato medium (2-1/4" to 3-1/4" dia)potato small (1-3/4" to 2-1/2" dia)potato large (3" to 4-1/4" dia)potato medium (2-1/4" to 3-1/4" dia)potato small (1-3/4" to 2-1/2" dia)potato large (3" to 4-1/4" dia)potato medium (2-1/4" to 3-1/4" dia)potato small (1-3/4" to 2-1/2" dia)skincuppotato (2-1/3" x 4-3/4")skincuppotato (2-1/2" dia, sphere)skinlarge (3" to 4-1/4" dia.)medium (2-1/4" to 3-1/4" dia.)small (1-3/4" to 2-1/2" dia.)cupcuppotato (2-1/3" x 4-3/4")skincupcupcupcupcup, wholecan (303 x 406)cuppotatocupcupcupcupcupcuppackage (5.5 oz)package (5.5 oz)package (5.5 oz) yieldspackage yield, 5.5 ozpackage (5.5 oz)package (5.5 oz)cup (unprepared)package (5.5 oz) yieldspackage yield, 5.5 ozcuppackage (12 oz)patty, oval (approx 3" x 1-1/2" x 1/2")cuppackage yield, 12 ozpackage (6 oz)cupcuppuffCrispy Crownspuffscupstripspackage (9 oz)stripspackage (9 oz), yieldsstripspackage (9 oz)stripspackage (9 oz), yieldsstripspackage (9 oz)stripspackage (9 oz), yieldscupcupcupflowercupcupcupcup (1" cubes)cup, mashedcupcupcupplantcupsquashcup sliceslarge (1" to 1-1/4" dia)medium (3/4" to 1" dia)slicesmallcup slicesradish (7" long)cup, slicedcupcup, cubeslargemediumsmallcup, cubescup, mashedcup slicescup, slicedcupcup, undrainedtbsp (1/8 cup)tbsp (1/8 cup)tbsp (1/8 cup)sheetstbsp (1/8 cup)flowercup flowerscupcupcupcupsproutscupcupbunchleafpackage (10 oz)cupcupcupcuppackage (10 oz)package (10 oz) yieldscupcup, slicedcup, slicedcup slicescup, dicedcup, mashedcup slicesslicecan (303 x 406)cup slicescup slicescup slicescup, mashedcup, slicedcup, choppedcup, slicedlargemediumslicesmallcup, slicedcup, mashedpackage (10 oz)package (3 lb)cupcupcup, cubessquash (4 inch dia)cup, cubescup, mashedcup, cubescup, cubespackage (12 oz)package (4 lb)cup, mashedcup, cubescup, cubescup, mashedcup, cubescupcupcupcupcuppackage (10 oz)cupcup, choppedshootcup, choppedcup, choppedleaf (12-1/4" long)cupcup, cubessweetpotato, 5" longcuplargemedium (2" dia, 5" long, raw)smallcup, mashedmediumcup, mashedcup piecescupcan (404 x 307)cup, cubescup, cubescup, slicedcup, slicedcupleaf (11" x 6-1/2")cupcup slicesshootcup slicescup slicescup slicescuplargemediumslice or wedgesmallcup cherry tomatoescup, chopped or slicedItalian tomatocherrylarge whole (3" dia)medium whole (2-3/5" dia)slice, medium (1/4" thick)plum tomatosmall whole (2-2/5" dia)slice, thick/large (1/2" thick)wedge (1/4 of medium tomato)slice, thin/smallNLEA servingcupmediumNLEA servingcuptbspcanlargemediumsmallcupcupcupcupfl ozcuptbspcan (6 oz)cupcan (29 oz) (401 x 411)cupcupcupcupcan, 15 oz (303 x 406)cupcan, 15 oz (303 x 406)cupcan, 15 oz (303 x 406)cup, choppedfrond (6-1/2" long)cup, cubeslargemediumslicesmallcup, cubescup, cubescup, mashedpackage, mashed (10 oz)package, mashed (10 oz)cupcup, choppedcup, choppedcupcan, 15 oz (303 x 406)cup, chopped or dicedpackage (10 oz)cuppackage (10 oz) yieldspackage (10 oz)package (3 lb)cupcupcupfl ozcupcuppackage (10 oz)pack (2-1/2 lb)package (10 oz) yieldscupcup sliceswaterchestnutscup sliceswaterchestnutscup, choppedsprigsprigscup, cubeswaxgourdcup, cubescup slicespodcupcup, cubescup, cubescup, cubescup slicescuplargemediumslicesmallcup slicescup slicescup (1" pieces)tbspcupcup, choppedcupcup slicespod (15-1/3" long)cup, slicedcup, choppedcup, choppedtbspcuptbspcupcupcup, choppedcup, slicedpeppertbspcupcup slicesradish (7" long)tbspcupcup, slicedlargemediumslicesmallcup, slicedcup, cubescup, cubescupcan (404 x 307)cupcupcan, 15 oz (303 x 406)cupfl ozcupcup (#6 scoop)cupcuprecipe yieldpiece (2-1/2" x 2" dia)cuprecipe yieldcuptbsp (1/8 cup)peppercup, chopped or dicedcuprecipe yieldpancakepotato large (3" to 4-1/4" dia)potato medium (2-1/4" to 3-1/4" dia.)potato small (1-3/4" to 2-1/2" dia.)NLEA servingpotato (2-1/2" dia, sphere)cuptbsp choppedcupcup, choppedtomatocup, choppedtomatocup, slicedrootcup, choppedleafcupcorm, mediumartichoke, mediumcup heartscuppackage (9 oz), yieldspackage (9 oz) yieldscupspears (1/2" base)cupcan (300 x 407)cuppackage (10 oz) yieldsspearscupcup (1/2" pieces)cup (1/2" slices)shootcupcupcan (303 x 406)package (10 oz) yieldscuppackage (10 oz) yieldscupcuppackage (10 oz) yieldspackage (10 oz) yieldscupcupcupcupcupcan (303 x 406)cupcan (303 x 406)cupcan (303 x 406)cupbeanscan (303 x 406)cuppackage (10 oz)cupcupcupcup slicesbeets (2" dia, sphere)cupcup (1" pieces)cup floweretsfloweretstalkstalk, large (11"-12" long)stalk, medium (7-1/2" - 8" long)stalk, small (5" long)spear (about 5" long)cup, choppedNLEA servingcuppackage (10 oz) yieldscupsproutcupcupcup (1" pieces)rootheadcup, shreddedheadcup, shreddedheadcup, shreddedleafcup, shreddedcup, shreddedcup, shreddedcup, shreddedleaftbspcup slicescarrotcup slicescan (303 x 406)cup, mashedcup, slicedslicecan (303 x 406)cup slicescup (1" pieces)floweretscup (1" pieces)cup piecescup, dicedcup, choppedcup (1" pieces)cup (1" pieces)tbspcup, choppedcup, choppedear, small (5-1/2" to 6-1/2" long)ear, medium (6-3/4" to 7-1/2" long)ear, large (7-3/4" to 9" long)cupcupcan (303 x 406)cupcan (303 x 406)cupcan (303 x 406)package (10 oz) yieldscupear, yieldscup kernelscupcupcupcup, choppedcupcup, choppedcup (1" cubes)cup (1" cubes)cup (1" pieces)cup (1" slices)cup, choppedcup slicescupcupcup, choppedcup, choppedcup, choppedcup slicescup, choppedleekcup, choppedcupslices (2-1/2" dia)cup piecestbspmushroomcup piecescup piecesmushroomscup, choppedpackage (10 oz) yieldscup, chopped or dicedcup, choppedcup, choppedcup slicespods (3" long)package (10 oz) yieldscup slicescuptbsp choppedlargeslice large (1/4" thick)mediumslice medium (1/8" thick)smallslice thintbsp choppedcup, chopped or dicedcupcup slicesparsnip (9" long)cupcuppackage (10 oz) yieldscupcupcan (303 x 406)cupcan (303 x 406)package (10 oz) yieldscupcuppackage (10 oz) yieldscupcuppeppercup, chopped or dicedpeppercup, chopped or dicedcup, choppedcup, slicedtbsplarge (2-1/4 per lb, approx 3-3/4" long, 3" dia)medium (approx 2-3/4" long, 2-1/2" dia)ring (3" dia, 1/4" thick)smalltbsppeppercup, choppedcup, stripstbspcup, choppedtbsppeppercup, choppedcupcuppotato large (3" to 4-1/4" dia)potato medium (2-1/4" to 3-1/4" dia)potato small (1-3/4" to 2-1/2" dia)cupNLEA servingcuppotato (2-1/3" x 4-3/4")skincuppotato (2-1/2" dia, sphere)skinlarge (3" to 4-1/4" dia.)medium (2-1/4" to 2-1/4" dia.)small (1-3/4" to 2-1/2" dia.)cuppotato (2-1/3" x 4-3/4")cuppotato (2-1/3" x 4-3/4")skinstripspackage (9 oz) yieldsstripspackage (9 oz) yieldscupcupcup, mashedcupcupcupcupcup slicescup, mashedcup slicescupcupcuppackage (10 oz) yieldscupcup slicescup slicescup slicescup slicescup, mashedcup slicescup, mashedcupcup, cubescup, cubescup, mashedcup, cubescup, mashedcup, cubescup, mashedcupcupcupcup, choppedcupmedium (2" dia, 5" long, raw)cup, mashedcup, mashedmediumcup, cubescup slicescupcup slicescup slicescup cherry tomatoescup, chopped or slicedItalian tomatocherrylarge whole (3" dia)medium whole (2-3/5" dia)slice, medium (1/4" thick)plum tomatoslice, thick/large (1/2" thick)tomatowedge (1/4 of medium tomato)slice, thin/smallcup cherry tomatoescup, choppedItalian tomatocherrylarge whole (3" dia)medium whole (2-3/5" dia)slice, medium (1/4" thick)plum tomatosmall whole (2-2/5" dia)slice, thick/large (1/2" thick)tomatowedge (1/4 of medium tomato)slice, thin/smallcupcupNLEA servingcuptbspcanlargemediumsmallcupcupfl ozfl ozcupcan (6 oz)cupcan (29 oz) (401 x 411)cup, cubescup, mashedcupcup, choppedpackage (10 oz) yieldscupcuppackage (10 oz) yieldscupcup, cubescupcupcup, cubescup, cubescup slicespodear, small (5-1/2" to 6-1/2" long)ear, medium (6-3/4" to 7-1/2" long)ear, large (7-3/4" to 9" long)cupear, small (5-1/2" to 6-1/2" long)ear, medium (6-3/4" to 7-1/2" long)ear, large (7-3/4" to 9" long)cup cutear, small (5-1/2" to 6-1/2" long)ear, medium (6-3/4" to 7-1/2" long)ear, large (7-3/4" to 9" long)cup cutcupcan (303 x 406)cupcan (303 x 406)cupcan (303 x 406)cupcan (303 x 406)cupcan (303 x 406)cupcan (303 x 406)cupcan (303 x 406)cuppackage (10 oz)package (10 oz) yieldscuppackage (10 oz) yieldscupear, yieldscup kernelsear, yieldscup kernelsear, yieldscup kernelscup, halvescup, halvespackage (10 oz)package (10 oz)cupcupcup, cubesfrond (6-1/2" long)cup, chopped or dicedcupcuptbspcupcupbeanscan (303 x 406)cupcan (303 x 406)cupcuptbsppacketcup, chopped or dicedcup (about 23 slices)large (4" long)medium (3-3/4" long)slicesmallspearcup, choppedcup, slicedlarge Gherkin (3" long)Gherkin (2-3/4" long)midget Gherkin (2-1/8" long)slicesmall Gherkin (2-1/2" long)spear Gherkincuplarge (4" long)medium (3-3/4" long)slicesmallspearcupslicecuptbspslicepimiento, wholetbspcupcuptbsppacket (2/3 tbsp)cup, chopped or dicedcup (about 23 slices)large (4" long)medium (3-3/4" long)slicesmallspearmediumslicecup, chopped or dicedcup, slicedlargemediumslicesmallcuptbsppacketlargemediumpepper, large (3-3/4" long, 3" dia)stripscup, shreddedleaflargemediummediumcup, chopped or dicedcuppiececuppiececup, slicedbulbtbspcupleafcuplargemediumNLEA servingcuppiececuppeppercup, slicedcuppadcupflowerethead, large (6-7" dia)head, medium (5-6" dia)head, small (4" dia)headcup (1" pieces)cupcupcuptbspcuppodcupleafleafcupsmall (4" long)medium (4-1/2" long)large (5" long)cup, choppedpepperpeppercup, slicedpeppercuppepperpeppercuptbspsprigcup, choppedplantcupbunchlargesmallcuppiececuppiececup, slicedrootcup, slicedrootozozoz (8-14 seeds)cupozozcuptbspozozcupoz (42 medium seeds)cupoz hulled (142 seeds)cupozozozcuptbspozcupozozozozcup, with hulls, edible yieldcupcup, hulledozcupozcupoztbspozcuptbspozozozcup, groundcup, slicedcup, sliveredcup, wholeoz (23 whole kernels)almondcup whole kernelstbspozcup whole kernelsoz (22 whole kernels)cup whole kernelsoz (22 whole kernels)cup, firmly packedozozcup shelled (32 kernels)oz (6-8 kernels)cupoznutmeatcup, halves and wholetbspozcup, wholecup, halves and piecesoz (18 kernels)oztbspozozozozozcupozozozozozcup, shreddedmediumpiece (2" x 2" x 1/2")ozcupozcupozozcuptbspcuptbspcuptbspcuptbspcuptbspcoconut yieldscup, choppedcup, groundcup, wholeoz (21 whole kernels)nutsozozozozcup (78 kernels)oz (14 kernels)cupoznutcup, whole or halvesoz (10-12 kernels)cup, whole or halvesoz (10-12 kernels)cupozcuptbspozcupozozcup, choppedcup, halvesoz (20 halves)ozcupoz (15 halves)cupoz (15 kernels)cupoz (167 kernels)nutsoznutscupoz (49 kernels)kernelcupoz (49 kernels)kernelcup, choppedtbspozcup, choppedcup, groundcup, in shell, edible yield (7 nuts)cup shelled (50 halves)cup pieces or chipsoz (14 halves)ozcuptbspcupoz (85 seeds)tbspozcupoz (3 kernels)kernelstbspoztbspozcupozcupozcuptbspozcup, shreddedpackage (7 oz)cupozcuptbsptbspozozozcuptbsptspozozozozcup whole kernelsozcuptbspcupozcupozcupozcupozcupoztbspozcup whole kernelsoz (22 whole kernels)cup whole kernelsoz (22 whole kernels)cup, halves and wholeozcup, wholecup, halves and piecesoz (18 kernels)tbspozcup, whole or halvesoz (10-12 kernels)cupozcupoznuts, assortedcupozozcupoz (15 halves)cupoz (49 kernels)kernelcupoz (85 seeds)cuptbsptbspozlbozlbozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuseozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozozozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbozlbozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from 508g raw meat)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from 202 g raw meat)ozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from 483 g raw meat)steak (yield from 439 g raw meat)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteakozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbsteak (yield from 297 g raw meat)ozlbsteak (yield from 297g raw meat)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbozoz ( 1serving )lblbozozservingpiece, cooked, excluding refuselbozoz ( 1 serving )lblbozozservingpiece, cooked, excluding refusepiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 174 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 174 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 261 g)lbsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 261 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 261 g)ozlbozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 261 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozunit, cooked (yield from 1 lb raw meat)ozozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuseozozozozozozozslice ( yield from 100g raw liver)slice (yield from 112g raw liver)ozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozozozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozozozozpackageservingsteakslicespackage (net weight, 12 oz)slicespackage, cooked (yield from 12 oz raw product)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozslice (3/4 oz)ozserving 10 slicesslice (1 oz) (4" x 4" x 3/32" thick)slice (1 oz)sausageozslice (1 oz)serving 10 slicesozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (Yield from 418 g raw meat)steak (yield from 418g raw meat)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozroast (yield from 1601 g raw meat)ozroast (yield from 1528 g raw meat)roast (yield from 1675 g raw meat)roast (yield from 1601 g raw meat)ozroast (yield from 1528g raw meat)ozroast (yield from 1675 g raw meat)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from 233 g raw meat)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from 296 g raw meat)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from 290 g raw meat)ozroast (yield from 600 g raw meat)steak (yield from 299 g raw meat)roast (yield from 627 g raw meat)steak (yield from 281 g raw meat)roast (yield from 572 g raw meat)steak (yield from 290 g raw meat)ozroast (yield from 600 g raw meat)ozsteak (yield from 299 g raw meat)ozroast (yield from 627 g raw meat)ozsteak (yield from 281 g raw meat)ozroast (yield from 572 g raw meat)ozroast (yield from 436 g raw meat)ozroast (yield from 445 g raw meat)roast (yield from 426 g raw meat)roast (yield from 436 g raw meat)ozroast (yield from 445 g raw meat)ozroast (yield from 426 g raw meat)ozroast (yield from 1139 g raw meat)ozroast (yield from 1405 g raw meat)roast (yield from 1388 g raw meat)roast (yield from 1397 g raw meat)ozroast (yield from 1405 g raw meat)roast (yield from 1388 g raw meat)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)steak (yield from 161 g raw meat)steak (yield from 136 g raw meat)steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)ozsteak (yield from 161 g raw meat)ozsteak (yield from 136 g raw meat)ozozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)steak (yield from 203 g raw meat)ozsteak (yield from 186 g raw meat)steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)ozsteak (yield from 203 g raw meat)ozsteak (yield from 186 g raw meat)ozsteak (yield from 518 g raw meat)ozsteak (yield from 532 g raw meat)steak (yield from 505 g raw meat)steak (yield from 518g raw meat)ozsteak (yield from 532 g raw meat)ozsteak (yield from 505 g raw meat)ozlbozoz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lbozlboz ( 1 serving )lboz ( 1serving )lblbozoz ( 1 serving )lboz ( 1 serving )lbozservingpiece, cooked, excluding refuselbozozservingpiece, cooked, excluding refuseozservingpiece, cooked, excluding refuseozlboz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lboz ( 1 serving )lbozservingpiece, cooked, excluding refuselbozozservingpiece, cooked, excluding refuseozservingpiece, cooked, excluding refuseserving (3 oz )portion (yield from 1/2 lb raw meat )serving ( 3 oz )loaf ( yield from 1 lb raw meat )servingpattyouncelbserving (4 oz)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbsteakozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)lbsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 320 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 320 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 320 g)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteakozozsteak (yield from raw steak weighing 550 g)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozroastozlbroastroastozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbsteak (yield from 320 g raw meat)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteakozlbsteak (yield from 1 raw steak weighing 321g)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozroast (yield frm 1 raw roast weighing 776g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbsteak (yield from 341 g raw meat)oz (1 serving)roast (yield from raw roast weighing 766g)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbsteak (yield from raw steak weighing 340g)ozroast (yield from 1 raw roast weighing 786g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbroast (yield from 530 g raw meat)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from raw steak weighing 492 g)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from raw steak weighing 491g)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteaklbozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)steaklbsteak (yield from 270 g raw meat)oz (1 serving)steaklbsteak (yield from raw steak weighing 248 g)ozlbsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)steakozlbsteak (yield from 1 raw steak weighing 165g)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteakozlbsteak (yield from 181 g raw meat)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteak (yield from 1 raw steak weighing149g)ozlbsteak (yield from 1 raw steak weighing 151g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 154 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 154 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteakozlbsteak (yield from 1 raw steak weighing 630g)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozsteakozlbsteak (yield from 1 raw steak weighing 624g)ozlbozoz ( 1 serving )oz ( 1 serving )lbozoz ( 1 serving )oz ( 1 serving )lbozoz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lboz ( 1 serving )lbsteak (yield from 475 g raw meat)steak (yield from 467 g raw meat)steak (yield from 388 g raw meat)steak (yield from 294 g raw meat)steak (yield from 295 g raw meat)roast (yield from 690g raw meat)roast (yield from 714 g raw meat)roast (yield from 666 g raw meat)steak (yield from 381 g raw meat)lbozoz (1 serving)lbozoz ( 1 serving )lbozoz ( 1 serving )lbozoz ( 1 serving )steak (yield from 396 g raw meat)steak (yield from 368 g meat)lbozoz ( 1 serving )lbozoz ( 1 serving )oz ( 1 serving )lbfl ozcan or bottle (12 fl oz)fl ozfl ozfl ozcan or bottle (12 fl oz)fl ozfl ozfl ozcan (6.8 fl oz, 200 ml)fl ozcocktail (2 fl oz)fl ozfl ozfl ozfl ozcan (6.8 fl oz, 200 ml)fl ozcocktail (4.5 fl oz)fl ozcan (6.8 fl oz, 200 ml)packetfl ozpacket, preparedfl ozcan (6.8 fl oz, 200 ml)fl ozfl ozfl ozportion (2 oz mix + 1.5 oz whiskey)fl ozjigger 1.5 fl ozfl ozjigger 1.5 fl ozfl ozjigger 1.5 fl ozfl ozjigger 1.5 fl ozfl ozjigger 1.5 fl ozfl ozjiggerfl ozglass (3.5 fl oz)fl ozglass 3.5 fl ozfl ozglass (3.5 fl oz)fl ozglass (3.5 fl oz)fl ozglass (3.5 fl oz)fl ozcan (5.5 oz)envelopefl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)fl ozenvelopeportion (1/8 cap/tub)portion (1/8 cap/tub)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)scoopfl ozfl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)cup (8 fl oz)fl ozcan or bottle (12 fl oz)fl ozcan (12 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)drink (12 fl oz)drink, small (16 fl oz)drink, medium (22 fl oz)drink, large (32 fl oz)drink, extra large (44 fl oz)fl ozcan or bottle (16 fl oz)can (12 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)drink, small (16 fl oz)drink, medium (22 fl oz)drink, large (32 fl oz)drink, extra large (44 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)drink, small (16 fl oz)drink, medium (22 fl oz)drink, large (32 fl oz)drink, extra large (44 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)fl ozcan (12 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)fl ozcan or bottle (16 fl oz)can or bottle (12 fl oz)fl ozbottle (16 fl oz)can (12 fl oz)tbspcup (8 fl oz)servingcup (8 fl oz)NLEA servingserving 2 tbspcup (8 fl oz)fl ozcan (5.5 oz)serving (3 heaping tsp or 1 envelope)oz packet with 6 fl oz waterenvelopeservingenvelope Alba (.675 oz)envelope Swiss Miss (.53 oz)servingenvelopeenvelopeservingcup (8 fl oz)fl ozfl ozfluid ouncetsp drytsp, roundedserving (1 round tsp)tsp dryNLEA Servingcup (8 fl oz)fl ozfl ozfluid ouncetsp drytsp, roundedserving (1 round tsp)fl ozfl oztsp, roundedfl oztsp, roundedfl ozserving envelopeserving 2-1/2 tbspNLEA Servingserving envelopetsp, roundedNLEA ServingNLEA ServingNLEA Servingtspcup (8 fl oz)fl ozfl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozcup (8 fl oz)fl oztsp, roundedcup (8 fl oz)fl ozcan (12 fl oz)cup (8 fl oz)fl ozcup (8 fl oz)fl ozfl ozcan (12 fl oz)cup (8 fl oz)fl ozpacketNLEA ServingNLEA ServingNLEA ServingNLEA ServingNLEA Servingcup (8 fl oz)fl ozcup (8 fl oz)fl ozglass (6 fl oz)cupscooptbspcup (8 fl oz)packet (0.42 oz)packet (0.67 oz)cup (8 fl oz)fl ozfl ozcan (12 fl oz)can (6 fl oz)cup (8 fl oz)fl ozcup (8 fl oz)scoop (2 tbsp)cup (8 fl oz)fl ozcan (12 fl oz)can (6 fl oz)cup (8 fl oz)can (1 oz)cupfl ozindividual serving (4-5 heaping tsp or 1 envelope)cup (8 fl oz)serving (3 heaping tsp or 1 envelope)cup (8 fl oz)cupserving (3 heaping tsp or 1 envelope)cup (8 fl oz)serving (3 heaping tsp or 1 envelope)cup (8 fl oz)cup (8 fl oz)fl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozcupfl ozcup (8 fl oz)fl ozlarge McDonald's shake (22 fl oz)medium McDonald's shake (16 fl oz)milkshake (10 fl oz)small McDonald's shake (12 fl oz)cup (8 fl oz)fl ozlarge McDonald's shake (22 fl oz)medium McDonald's shake (16 fl oz)milkshake (10 fl oz)small McDonald's shake (12 fl oz)serving (2-3 heaping tsp)cup (8 fl oz)cup (8 fl oz)fl ozfl oztspcup (8 fl oz)fl ozfl oztsptbsp (1/4 cup)cupserving (3 heaping tsp)tspcup (8 fl oz)fl ozfl oztsp, roundedtbsp, roundedcup (8 fl oz)cupserving (3 heaping tsp)cup (8 fl oz)serving 1 tsptbsp (1/4 cup)cup (8 fl oz)fl ozbottle (10 fl oz)fl ozNLEA Servingcup (8 fl oz)fl ozfl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozbottle (6.5 fl oz)cup (8 fl oz)packet dry mix with 6 fl oz waterpacket, preparedfl ozcan 12 fl ozbottle 16 fl oztbspportion, amount of dry mix to make 8 fl oz preparedportion, amount of dry mix to make 8 fl oz preparedfl ozcan (12 fl oz)cup (8 fl oz)fl ozserving (3 heaping tsp or 1 envelope)cup (8 fl oz)fl ozportion, amount of dry mix to make 8 fl oz preparedfl ozjigger 1.5 fl ozfl ozjigger 1.5 fl ozfl ozbottle 16 fl ozcan 12 fl ozfl ozpacket (.75 oz)fl ozfl ozcan (12 fl oz)cup (8 fl oz)fl ozfl ozcan (12 fl oz)cup (8 fl oz)fl ozfl ozcup (8 fl oz)fl ozice cube (3/4 fl oz)fl ozcan (12 fl oz)cup (8 fl oz)fl ozcup (8 fl oz)fl ozcup (8 fl oz)fl ozfl ozfl ozfl ozfl ozportion (2 oz mix + 1.5 oz whiskey)fl ozjigger 1.5 fl ozfl ozjigger 1.5 fl ozfl ozjigger 1.5 fl ozfl ozglass (3.5 fl oz)fl ozcan (12 fl oz)envelope Swiss Miss (.53 oz)packet (0.675 oz)tbsp, roundedpacket (7.25 oz)cup (8 fl oz)fl ozcan (12 fl oz)can (6 fl oz)cup (8 fl oz)fl ozfl ozfl ozcup (8 fl oz)fl ozfl ozcupserving (3 heaping tsp)cup (8 fl oz)fl ozjigger 1.5 fl ozfl ozjiggerfl ozcan or bottle (16 fl oz)can (12 fl oz)fl ozservingservingozoz, bonelessanchovycan (2 oz)anchoviesfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletoztbspozfilletozozozfilletozfilletozcanozozpiece (5-1/2" x 1-1/2" x 1/2")ozfilletozfilletozfilletozfilletozfilletozfilletozfilletozoz, bonelessoz with bone (yield after bone removed)cubic inch, bonelessfilletozpiece (4" x 2" x 1/2")stick (4" x 1" x 1/2")oz, bonelessfilletozfilletozpiecefilletozfilletozfilletozfilletozoz, bonelesscubic inch, bonelessozfilletozfilletozfilletozoz, bonelessfilletozfilletozcupoz, bonelesscubic inchpiece (1-3/4" x 7/8" x 1/2")oz, bonelesscubic inch, bonelessfillet, large (7" x 2-1/4" x 1/4")fillet, medium (5" x 1-3/4" x 1/4")fillet, small (2-3/8" x 1-3/8" x 1/4")filletozfilletozfilletozfilletozfilletozcupoz, bonelesscubic inchcan (15 oz)filletozfilletozfilletozfilletozozozozfilletozfilletozoz, bonelessfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozoz, bonelessfilletozfilletozfilletozfilletoztbspozcan (8 oz), solids and liquidozozfilletozozozfilletozcup, cookedoz, bonelesscubic inch, bonelessozfilletozfilletozcanozfilletozfilletozfilletozcanozoz, bonelessfilletozfilletozcanozcup, drainedozcubic inchcan (3.75 oz)small (2-2/3" x 1/2" x 1/4")sardinescupcansardinecupoz, bonelessfilletozfilletozfilletozfilletozfilletozozfilletozfilletozozozfilletozfilletozfilletozozcup, cookedoz, bonelessoz with bone, cooked (yield after bone removed)cubic inch, bonelesspiece (4-1/2" x 2-1/8" x 7/8")ozozozfilletozfilletozozozpiece (4-1/2" x 2-1/8" x 7/8")ozpieceozfilletozfilletozfilletozfilletozfilletozozozcup, solid or chunksozcanozcan (12.5 oz), drainedcup, solid or chunksozcanozcan (12.5 oz), drainedfilletozcanozcanozoz, bonelesscubic inch, bonelessozcupozfilletozfilletozcup, cookedoz, bonelesscubic inch, bonelessozfilletozfilletozfilletozfilletozlegozlegozozozcrabcup, flaked and piecescup (not packed)ozozcupozcan (6.5 oz), drainedozcakeozcrabozozcrayfishozlobsterozcupozmediumsmallozlargeozlargeozlargecupozcan (4.5 oz), drainedshrimpozozlobsterozozozcup (with liquid and clams)largelb (with shell), yield after shell removedmediumsmallozozsmallozsmallcupozcupozozcupozlargemediumsmallozozozcupmediumozmediumozmediumcup, drainedcup, undrainedoz, drainedcan (12 oz), oysters and liquidoysterozmediumozunit 2 large or 5 smallozlargeozoz, bonelessozozozozozozcanozcanozcanozcanozcanozcanozcanozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozoz, bonelesscubic inch, bonelessfilletozozozfilletozfilletozfilletozozozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozozfilletozfilletozfilletozfilletozozcrabozlobsterozozozmediumozozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozfilletozozcrayfishozozmediumozmediumozmediumfilletozcup, slicedoz cooked, yieldcupcupcupslicecupcupcupcupcupcupcuptbspcuptbspcupcupcupcupcupcupcupcupcupcupcupcupcupcuptbspcupcupcupcuptbspcuptbspcuptbspcupcupcupcupcupcupcupcuptbspcuptbspcupcupcupcupcupcuptbspcuptbspcupcuptbspcupcupcuptbspcuptbspcupcupcuptbspcupcupcuptbspcupcupcupcupcupcuptbspcuptbspcuptbspcuptbspcupcupcupcupcupcupcupcuptbspcupcupcupcupoz dry, yield after cookingcuplbcuptbspcupozcup in shell, edible yieldcup, shelledoz shellednutscup, choppedcup, halves and wholepeanutozpeanutcupozcupozcupozcupozcupozcupozcuptbspcuptbspcupozcupozcupcupcuptbspcupoz cooked, yieldstripcupozlinkpattyslicecupcuptbspcupcupcupcupcupcup, stirredtbspcup, stirredcup, stirredtbspcup, stirredtbspcupcupfl ozozozcuptbsptspindividual packettbsptsptbsptspcupcupblockblockcup (1/2" cubes)cubic inchpiece (2-1/2" x 2-3/4" x 1")blockblockpieceozpiececupblockcupcupcupcupcuptbsppatty (approx 2-1/4" dia)cupfluid ouncecupcuptbspcuptbspcupcuptbspblockblockslicesliceslicesliceslicecupfl ozozozcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcup, choppedoz shellednutscupozpeanutcupozcupozcupozcuptbspcuptbspcupcupcupcup, stirredcup, stirredcup, stirredcup, stirredcupozozozozcuptbsptspcupblockcupblockpiecepieceblockcupcupozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbunit, cooked (yield from 1 lb raw meat)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 160 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbunit, cooked (yield from 1 lb raw meat)ozunit, cooked (yield from 1 lb raw meat)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbunit, cooked (yield from 1 lb raw meat)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbunit, cooked (yield from 1 lb raw meat)ozozlbunit, cooked (yield from 1 lb raw meat)ozunit, cooked (yield from 1 lb raw meat)ozunit, cooked (yield from 1 lb raw meat)ozunit, cooked (yield from 1 lb raw meat)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozunit, cooked (yield from 1 lb raw meat)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozpiece, cooked (yield from 1 lb raw meat, boneless)ozozlbpiece, cooked (yield from 1 lb raw meat, boneless)ozozozunit, cooked (yield from 1 lb raw meat)ozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozunit, cooked (yield from 1 lb raw meat)ozslice (yield from 116g raw liver)slice (yield from 99g raw liver)ozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozozunit, cooked (yield from 1 lb raw meat)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)ozsteak, excluding refuse (yield from 1 raw steak, with refuse, weighing 102 g)piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)ozchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)ozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozozlbozozlbozozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozozozozozozozozozozozozozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozozozozozozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbozpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpatty ( yield from 112.7 g raw meat )serving ( 3 oz )steak ( yield from 309.7 g raw meat )serving ( 3 oz )roast ( yield from 1247 g raw meat )serving ( 3 oz )roaststeak ( yield from 232.8 g raw meat )serving ( 3 oz )steakserving ( 3 oz )steakpatty ( yield from 104.1 g raw meat )serving ( 3 oz )steak ( yield from 148.1 g raw meat )serving ( 3 oz )steak ( yield from 233.1 g raw meat )serving ( 3 oz )steak ( yield from 123.5 g raw meat )serving ( 3 oz )pattyserving ( 3 oz )steakserving ( 3 oz )roastserving ( 3 oz )roast ( yield from 271.8 g raw meat )serving ( 3 oz )steak ( yield from 134.9 g raw meat )serving ( 3 oz )ozbagel (3" dia)bagel (3-1/2" dia)bagel (4" dia)bagel, mini (2-1/2" dia)bagel (4-1/2" dia)ozbagel (3" dia)bagel (3-1/2" dia)bagel (4" dia)bagel, mini (2-1/2" dia)bagel (4-1/2" dia)bagel, mini (2-1/2" dia)small bagel (3" dia)medium bagel (3-1/2" to 4" dia)large bagel (4-1/2" dia)ozozbagel (3" dia)bagel (3-1/2" dia)bagel (4" dia)bagel, mini (2-1/2" dia)bagel (4-1/2" dia)ozbagel (3" dia)bagel (3-1/2" dia)bagel (4" dia)bagel, mini (2-1/2" dia)bagel (4-1/2" dia)ozbagel (3" dia)bagel (3-1/2" dia)bagel (4" dia)bagel, mini (2-1/2" dia)bagel (4-1/2" dia)ozbiscuitlargemediumsmallbiscuit (2-1/2" dia)cup, homemadecup, purchasedcup, poured from boxcup, spooned into cupozozozbiscuit (2" dia)ozbiscuit (2-1/4" dia)ozbiscuit (2-1/2" dia)ozbiscuit (2-1/2" dia)ozbiscuit (4" dia)small (1-1/2" dia)biscuit (2-1/2" dia)ozbiscuit (2-1/2" dia)ozindividual loaf (include Keebler Elfin Loaves)sliceozsliceozpackage (8.5 oz)ozpieceozpieceozcubic inchslice, large or thickslice, regularslice regular, crust not eatensliceslice, thinslice thin, crust not eatenozslice (5" x 3" x 1/2")ozslice (5" x 3" x 1/2")slice, small (2" x 2-1/2" x 1-3/4")slice, medium (4" x 2-1/2" x 1-3/4")slice, large (6" x 2-1/2" x 1-3/4")ozslice, smallslice, mediumslice, largeozozozslice, large (4-1/2" x 3-1/4" x 3/4")slice, mediumslice, small (3-1/4" x 2-1/2" x 1/2")ozslice, largesliceozslice, largesliceozsliceozsliceozsliceozslicepita, large (6-1/2" dia)pita, small (4" dia)pita, large (6-1/2" dia)pita, small (4" dia)ozsliceozslice, regularslice, snack-sizeslice, thinslice (5" x 4" x 3/8")ozslice (5" x 4" x 3/8")ozslice, largesliceslice, thinozslice, largesliceslice, thinozsliceozsliceozsliceozsliceslice, thickslice, thinozsliceozsliceozsliceozsliceslice, snack-sizeslice, thinozslice, largeslice, regularslice, thinozsliceozsliceozsliceozslicecup, crumbscup, cubesozslice, largesliceslice crust not eatenslice, thinslice thin, crust not eatenslice, very thincup, crumbscup, cubesozslice, largeslice crust not eatenslice, thinslice thin, crust not eatenslice, very thinsliceozsliceozsliceslice, thin (3-3/4" x 5" x 3/8")ozsliceozsliceozsliceslice, thin (3-3/4" x 5" x 3/8")ozsliceslice, thin (3-3/4" x 5" x 3/8")cupozcup, small piecesstick, small (approx 4-1/4" long)stick (7-5/8" x 5/8")stick (9-1/4" x 3/8")ozpackage (6 oz)ozcupozpackage (6 oz)ozcuppiece (1/12 of 12 oz cake)cake (9" dia x 4")ozpackage (14.5 oz)piece (1/12 of 10" dia)tube cake (10" dia, 4-3/8" high)ozpiece (1/6 of pie)ozpackage (18 oz)ozpiece (1/8 cake)ozpiece (1/8 of 18 oz cake)ozpackage (18.25 oz)ozpackage (18.50 oz)cake, 2-layer (8" or 9" dia)piece (1/12 of 9" dia)ozpiece (1/12 of 9" dia)ozpiece (1/6 of 16 oz cake)ozindividual cakepiece (1/9 of 20 oz cake)ozpiece (1/6 of 19 oz cake)ozpiece (1/8 cake)ozpackage (10.5 oz)ozpiece (1/8 of 8" x 5-3/4" cake)ozpieceozpackage (18.25 oz)ozpackage (14.5 oz)ozpiece (1/9 of 8" square)ozpackage (18.25 oz)ozpiece (1/9 of 8" square)piece (1/10 of cake)piece (1/12 of 12 oz cake)piece (1/10 of 10.6 oz cake)piece (1/12 of 12 oz cake)snack cake (2.5 oz)ozozcupcakeozcakeozpackage (8 oz)ozpiece (1/12 of 16 oz cake)ozpiece (1/12 of 16 oz cake)ozpackage (18.50 oz)ozpackage (18.50 oz)cake, 2-layer (8" or 9" dia)piece (1/12 of 9" dia)ozpiece (1/8 of 18 oz cake)ozpiece (1/8 of 18 oz cake)ozpackage (18.50 oz)ozpackage (18.50 oz)cake, 2-layer (8" dia)piece (1/12 of 8" dia)ozpiece (1/6 of 17 oz cake)ozpiece (1/12 of 9" dia)ozArrowroot biscuit (include Arrowroot cookie)crackerindividual box (2 oz)ozsquare, large (2-3/4" sq x 7/8")package, Little Debbie (twin wrapped)ozpackage (21.5 oz)ozbrownie (2" square)ozcookieozcookiecup, crumbsozwaferozcookieozcookie Pepperidge Farm Chocolate Chunk Pecancookie, big (3-1/2" - 4" dia) (include Grandma brand)cookie, large (include Keebler Rich 'n Chips, Pecan Chips Delux)cookie, medium (2-1/4" dia)cookie, bite size (include Mini Chips Ahoy!)ozcookieozpackage (17.5 oz)portion, dough spoon from rollozozcookie, medium (2-1/4" dia)ozbar (2" square)cookie, medium (2-1/4" dia)ozcookieozcookieozcookieozcookie, medium (2" dia)ozFigaroo (2 square halves)cookieindividual package (2 oz package containing 2 3" bars)ozcookieozcookielarge (approx 3-1/2" to 4" dia)cup, crushedozlarge rectangular piece or 2 squares or 4 small rectangular piecescracker (2-1/2" square)ozcracker (2-1/2" square)ozanisette sponge (4" x 1-1/8" x 7/8")breakfast treat (approx 4" x 2" x 7/8")ladyfingerozFudge Mashmallowpie, marshmallow (3" dia x 3/4")cookie, small (1-3/4" dia x 3/4")ozlarge (3-1/2" to 4" dia) (include Archway brand)mediumcookie, Little Debbieozcookie, big (3-1/2" - 4" dia) (include Archway brand, Grandma brand)largeozcookieozpackage (17.5 oz)ozportion, dough for 1 cookieozcookieozcookie (2-5/8" dia)ozcookieozcookieozportion, dough for 1 cookieozcookieozcookie (3" dia)ozcookieozcookieozcookie (1-5/8" square)ozcookie (2" dia)ozpackage (8.5 oz)ozbrownie (2" square)ozcookie, medium (1-5/8" dia)ozcookieozcookie, medium (1-5/8" dia)ozcookieozwaferozcookie, medium (1-5/8" dia)ozcookiecookie dough for 1rolled cookiecookie 1 pre-sliced cookie doughozcookie 1 rolled cookie doughcookie 1 pre-sliced cookie doughozozcookie (3" dia)ozwafer, large (3-1/2" x 1" x 1/2")wafer, small (2-1/2" x 3/4" x 1/4")ozcookie, oval (3-1/8" x 1-1/4" x 3/8")cookie, round (1-3/4" dia)ozsheetshellcup, crumbsozlargemediumsmallozwafercup, bite sizecup, crushedgold fishbag, single servingcracker, small squaresnack stickcracker (1" square)ozcrackersandwichozcup, crushedcup, crushedcrispbreadwafer, thinwafercracker, Norwegian flatbread (4-3/4" x 2-3/4" x 1/16")ozwafer, Rye Krisp (triple cracker)crispbread, Wasa ryematzoozmatzoozmatzoozcup piecescup, roundsmelba roundpiece (3-3/4" x 1-3/4" x 1/8")ozoztoastoztoastcrackerozruskozozcracker, sandwichcup, crushedcracker (4-1/2" x 2-1/2" x 1/8")ozcracker, tripleozcracker, triplecup, crushedcup oyster crackerscrackercracker, round largecracker, oysterozcracker, rectanglecup, bite sizecup, crushedcracker, bite sizecracker, rectangularcracker, roundozozcracker, sandwichcrackersandwichozcup, crushedcrackerozcracker, thin squareozcracker, sandwichozcracker, sandwichcup, crushedcrackerTriscuit Bitsozcupozozeclair (5" x 2" x 1-3/4")cream puff shellozcream puffeclair (5" x 2" x 1-3/4")cream puff, miniatureozcroissant, minicroissant, smallcroissant, mediumcroissant, largeozcroissant, mediumozcroissant, smallcroissant, mediumcroissant, largecupozcuppackage, fast foodcubesozozlarge (approx 7" dia)small or frozen (approx 3" dia)pastry (4-1/4" dia)Toaster Strudelpiece (1/8 of 15 oz ring)ozpastryozlarge (approx 7" dia)small or frozen (approx 3" dia)pastry (4-1/4" dia)Toaster Strudelpiece (1/8 of 15 oz ring)ozpastry (4-1/4" dia)piece (1/8 of 15 oz ring)ozdoughnut stickdoughnut, long type (twist) (4-1/2" long)doughnut, medium (3-1/4" dia)doughnut, mini (1-1/2" dia) or doughnut holedoughnut, large (4" dia)ozdoughnut (2" dia)doughnut, medium (approx 3" dia)doughnut, large (approx 3-1/2" dia)ozdoughnut, medium (approx 3" dia)ozdoughnut (3-3/4" dia)doughnut, medium (approx 3" dia)ozdoughnut (2" dia)doughnut, medium (approx 3" dia)ozcruller (3" dia)ozdoughnut oval (3-1/2" x 2-1/2")ozdoughnut holedoughnut stickextra large (approx 5" dia)jumbo (approx 6" dia)doughnut, large (approx 4-1/4" dia)doughnut, long type (twist) approx 5-1/4" x 2-1/2" x 1-1/2" high)doughnut, medium (approx 3-3/4" dia)doughnut, small (approx 3" dia)doughnut (approx 1-1/2 oz)honeybun (4" x 3")honeybun (4-1/2" x 3-1/2")honeybun (5" x 3-1/2")ozdoughnut oval (3-1/2" x 2-1/2")ozcream puff (3-1/2" x 2")eclair (5" x 2" x 1-3/4")clair, frozenozmuffinozmuffinozmuffinozmuffinozmuffinozmuffinozmuffinozmuffinozmuffinozmuffinozpieceozslicecupozhush puppyozconelarge waffle coneozconeozmuffinminismallmediumlargeextra largeozozpackage, mix + drained berriesozmuffin, toasterozmuffinminismallmediumlargeextra largeozozozmuffin, toasterozmuffin (2-3/4" dia x 2")minismallmediumlargeextra largeozozpackage (7 oz)ozmuffin, toasterpancake (4" dia)pancake (6" dia)mini pancakeozcup, poured from boxozozpancake (4" dia)pancake (6" dia)cup, poured from boxozozpancake (4" dia)pancake (6" dia)ozpancake (4" dia)pancake (6" dia)ozpancake (4" dia)pancake (6" dia)cup, poured from boxozozpackage (8 oz)cup, poured from boxozozpancake (4" dia)pancake (6" dia)ozpiece (1/8 of 9" dia)piece (1/6 of 8" pie)ozpiece (1/8 of 9" dia)ozpiece (1/8 of 9" dia)piece (1/6 of 8" pie)ozpie (9" dia)piece (1/8 of 9" dia)ozpiece (1/8 of 9" dia)piece (1/6 of 8" pie)ozpiece (1/8 of 9" dia)ozpiece (1/8 of 9" dia)piece (1/6 of 8" pie)ozpiece (1/8 of 9" dia)ozpiece (1/4 of 6" pie)piece (1/6 of 8" pie)ozpiece (1/8 of 9" dia)ozpiece (1/6 of 7" pie)piece (1/8 of 7" pie)ozpiece (1/8 of 9" dia)ozpiece (1/6 of 8" pie)ozpiece (1/6 of 8" pie)ozpie (5" x 3-3/4")ozpiece (1/6 of 8" pie)ozpiece (1/8 of 9" dia)ozpiece (1/8 of 9" dia)ozpiece (1/6 of 8" pie)ozpiece (1/6 of 8" pie)ozpiece (1/8 of 9" dia)ozpiece (1/6 of 8" pie)ozpiece (1/8 of 9" dia)ozpiece (1/8 of 9" dia)pie shell (9" dia)tart shellcrust, single 9"piece (1/8 of 9" crust)ozpackage (10 oz)crust, single 9"piece (1/8 of 9" crust)crust, single 9"piece (1/8 of 9" crust)crust, single 9"piece (1/8 of 9" crust)crust, single 9"piece (1/8 of 9" crust)ozshellozsheet doughozpackage (6 oz)roll (foot long frankfurter roll)roll (hamburger, frankfurter, onion roll, bun, large roll)roll (pan, dinner, or small roll) (2" square, 2" high)roll (1 oz)ozroll (2-1/2" dia)ozrolllarge (approx 3-1/2" to 4" dia)mediumsmall (2-3/8" dia)roll (1 oz)roll (hamburger, frankfurter roll)roll, large submarine, hoagiemedium (2-1/2" dia)roll medium submarine, hoagieroll (small submarine, hoagie roll)roll (1 oz)ozrollozrollozrollozrollozroll (3-1/2" dia)ozpieceozrollozlargeroll (2-3/4" square)ozrollozrollozlarge (6-1/2" dia)medium (approx 5" dia)miniature (3" dia)oztoaster pastryozPop tarttoaster pastryenchiladatortillaozoztortilla medium (approx 6" dia)tortilla (approx 7-8" dia)tortilla (approx 10" dia)tortilla (approx 12" dia)ozwaffle squarewaffle roundozwaffle, round (7" dia)ozwrapper, eggroll (7" square)wrapper, wonton (3-1/2" square)tsptsptsptsptsptsptsptsptsptspcake (0.6 oz)tbsptsppackagecupozozcookie (2-5/8" dia)ozcookie, medium (2-1/4" dia)ozsliceozsliceozsliceozmuffin, toasterozmuffin, toasterozpancake (4" dia)pancake (6" dia)ozlarge roll or bun (3-1/2" dia)roll (2-1/2" dia)crust, single 9"piece (1/8 of 9" crust)crust, single 9"piece (1/8 of 9" crust)matzoozcupcrust, single 9"piece (1/8 of 9" crust)crust, single 9"piece (1/8 of 9" crust)ozwaffle, round (4" dia) (include frozen)waffle, square (4" square) (include frozen)bagel, mini (2-1/2" dia)small bagel (3" dia)medium bagel (3-1/2" to 4" dia)large bagel (4-1/2" dia)ozbagel, mini (2-1/2" dia)small bagel (3" dia)medium bagel (3-1/2" to 4")large bagel (4-1/2" dia)ozbagel, mini (2-1/2" dia)small bagel (3" dia)medium bagel (3-1/2" to 4" dia)large bagel (4-1/2" dia)ozozpackage (8.5 oz)ozpita, large (6-1/2" dia)ozslice, largesliceslice, thincup, crumbscup, cubesozslice, largesliceslice, thinozindividual cakepiece (1/9 of 20 oz cake)piece (1/10 of 10.6 oz cake)piece (1/12 of 12 oz cake)snack cake (2.5 oz)ozpackage (18.50 oz)ozpackage (18.50 oz)ozcookieozcookie, medium (2-1/4" dia)cookie, bite size (include Mini Chips Ahoy!)ozanisette sponge (4" x 1-1/8" x 7/8")breakfast treat (approx 4" x 2" x 7/8")ladyfingercup, crushedcup piecescup, roundsmelba roundpiece (3-3/4" x 1-3/4" x 1/8")oztoastcup oyster crackerscrackercracker, round largecracker, oysterozcracker, rectanglecrackerozcup, bite sizecup, crushedcracker, bite sizecracker, rectangularcracker, ovalcracker, roundozcup, crushedcrackerozcracker, thin squarecup, crushedcrackercracker, squareTriscuit Bitsozozlarge (approx 7" dia)small or frozen (approx 3" dia)pastry (4-1/4" dia)Toaster Strudelpiece (1/8 of 15 oz ring)ozcontainer (3 oz)small or frozen (approx 3" dia)pastry (4-1/4" dia)Toaster Strudelpiece (1/8 of 15 oz ring)ozsliceozpastrycup Cheez-itscup, crushedgold fishcracker (1" square)ozozpastry (4-1/4" dia)ozdoughnut, medium (3-1/4" dia)ozmuffinozmuffinozmuffinozpiece (1/8 of 9" dia)piece (1/6 of 8" pie)ozpie (5" x 3-3/4")ozpie (5" x 3-3/4")crust, single 9"piece (1/8 of 9" crust)ozpackage (6 oz)ozmedium (approx 5" dia)miniature (3" dia)oztortilla, medium (approx 6" dia)oztortilla, medium (approx 6" dia)tortilla (approx 10" dia)tortilla (approx 12" dia)tortilla (approx 7-8" dia)ozcakeozcupcakeozpackage (18.50 oz)ozsaltinessaltinespastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastrypastryservingservingbagel (3" dia)bagel (4" dia)servinground waffle (4" dia) (include frozen)waffle, round (4" dia) (include frozen)servingwaffle, round (4" dia) (include frozen)servingpastrypastrypastrywaffle, round (4" dia) (include frozen)servingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingmuffinNLEA serving (makes 1/2 cup prepared)servingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingservingclair, frozenservingservingservingservingservingservingservingservingservingservingservingcracker 1 cracker = 6.5gsandwichozpiece, largeozbag (7 oz)ozbag (7 oz)ozozozozozbag (8 oz)ozozbar (1 oz)barozpackagepacket (.75 oz)largesmallbarbar (1 oz)ozbarozbarozbar (1 oz)bar (1 oz)bar (1.5 oz)bar (1 oz)bar (1.25 oz)bar (1 oz)ozbarbar (1 oz)ozozcupcupoz (approx 2/3 cup)ozcupozcupozcakecakesoz (approx 2/3 cup)ozozcupozozozozbag (7 oz)ozbag (7 oz)ozcan (6 oz)ozcan (6.75 oz)oztwistsozpretzelozpiecesozozcakecakescakecakescakecakesozbag (7-1/2 oz)ozbag (8 oz)ozbag (7 oz)cupozozcupozozcupozozozbag (8 oz)serving 6 piecespiecepackage 1.76 ozbar snack sizepiecespiecesbar fun sizeozpiecesozbar (3 oz)package (2.5 oz)piecebar 1.25 ozbar 1.6 ozblocksserving 6 piecespiecebar 2.25 ozozcup, gratedsquarecup chipscup chips (6 oz package)cup large chipscup mini chipsoz (approx 60 pcs)ozbar (1.45 oz)patty, largepatty, smallpiecescup chipsozcup chipsozcup chipsbar (3 oz)serving 1/2 cupcupcup (4 fl oz)patty 1.5 ozpiecesbar 1.5 ozbar 2.4 ozcupserving 1/2 cupcup (4 fl oz)bar (2.75 fl oz)bar 2 ozbar snack sizepiecepackage (1.375 oz)package (7 oz)servingcuppiecescup gumdropsgumdropsgummy bearsgummy dinosaursgummy fishgummy wormsspice stickspice dropgumdrop, small (1/2" dia)gumdrop, medium (3/4" dia)gumdrop, large (1" dia)jelly ring (1-1/4" dia)ozpiecepiece, smallsmalllarge (1 oz)bar (1.5 oz)bar, miniature (.35 oz)bar (1.625 oz)bar (2.8 oz)bar (3.375 oz)bar 1.45 ozbar 2 ozblocksbar (0.75oz)bar fun size (1.0 oz)oz 2.5 ozpieces from 5 oz packagepieces from 8 oz packagecuptbspservingbar (1.76 oz)cup of miniatureminiaturesregularbarbar (1.25 oz)bar (1.4 oz)cup chipsbar miniaturebar 1.55 ozkissestabletserving 2 TBSPcuppiecescuppiecescuptbspozcuptbspbar 2.8 ozbar (1.45 oz)bar (1.55 oz)bar (1.4 oz)bar (1.45 oz)bar (1.65 oz)bar, miniaturebar (1.55 oz)bar (.8 oz)bar (1.9 oz)bar (2.1 oz)bar, fun sizebar 2.05 oz (2.05 oz)bar 1.4 ozcuptbsptbsppackageservingpackage (net weight, 12 oz)cuppackage, fun sizepackage (1.67 oz)piecespackage (1.74 oz)cupbox (1.48 oz)packagepackage (1.69 oz)servingpiecesbar snack sizepackage 1.9 ozbar (1.75 oz)bar (2.6 oz)bar (1.5 oz)bar, miniaturepackagebar (1.4 oz)bar, miniaturepackageservingpackage (3 lb)tbspbar (1.55 oz)packageservingozbar (1.4 oz)bar (1.6 oz)bar (1.75 fl oz)packagepiecespackage (1.58 oz)miniaturepackage 0.6 oz 1 cuppackage 1.6 oz 2 cupscuppiecespackage 1.63 ozpackage 1.91 ozrolls 3 pieces per snack size rollpiecespieceservingpiecesozpiecepiecesbar (2 oz)bar, fun sizebar, king size (4 oz)packagepackage, fun sizepackage 2.07 oz (2.07 oz)pieceservingpackage (16 oz)bar 2.13 ozpackage (net weight, 5 oz)package (6 oz)piecebar (.8 oz)bar ( 1.813 oz)bar, fun sizebar (2.13 oz)package (2 oz)package (2.06 oz, 2 bars)package, king size (3.35 oz, 4 bars)package (11 oz)package (1.89 oz, 2 bars)package (2.06 oz, 2 bars)package (1.77 oz)package (9.43 oz)bar 1.7 ozstickChicletsblockbar 1.45 ozbar 2.6 ozblocksbarcuptbspcuptbsppackage (3 oz)portion, amount to make 1/2 cuptbsppackage (3 oz)portion, amount to make 1/2 cuppackage (3 oz) yieldscuppackage yield (2 cups)servingcuppackage yield (2 cups)envelope (1 tbsp)package (1 oz)piecespiecespiecesozcan (5 oz)snack size (4 oz)package (3.5 oz)portion, amount to make 1/2 cupcuppackage yield (2 cups)package (3 oz)portion, amount to make 1/2 cuppackage (3.5 oz)serving amount to make 1/2 cupcuppackage yield (2 cups)cuppackage yield (2 cups)ozcan (5 oz)packageportion, amount to make 1/2 cuptbsppackage (3.5 oz)portion, amount to make 1/2 cupozsnack size (4 oz)package (3.5 oz)portion, amount to make 1/2 cupcuppackage yield (2 cups)package (3.12 oz)portion, amount to make 1/2 cupcuppackage yield (2 cups)barozcan (5 oz)snack size (4 oz)cuppackage yield (2 cups)tbsppackage (2 oz)tbsppackage (1.5 oz)package (0.35 oz)tbsp creamypackage (16 oz)packagetbsp creamytbsp whippedpackage (16 oz)packagepiecespiecespiecesbar 1.92 ozbarspackagepackage .6 ozpackage .72 ozpackage 1.44 oz, 2 cupspieces miniturespiecespackagepackagepackagepackagepackage yieldspackagepiecesserving 1.5 ozbar 1.94 ozbar king size 2.8 oztbspoz bartbspcup (4 fl oz)serving 1/2 cupbar (2.5 fl oz)bar (3 fl oz)barserving 1/2 cupserving 28 piecesrollsindividual (3.5 fl oz)cup (4 fl oz)individual (3.5 fl oz)cup (4 fl oz)pouchrollNLEA ServingNLEA ServingNLEA ServingNLEA Servingcup (4 fl oz)fl ozcupbarbar (1.75 fl oz)double sticksingle stickbar (2 fl oz)NLEA ServingNLEA ServingNLEA ServingNLEA ServingNLEA ServingNLEA ServingNLEA ServingNLEA Servingcupcuptbspcuptbsppacket (0.5 oz)tbsppacket (0.5 oz)serving 1 tbsppacket (0.5 oz)cuptbsppackage (0.5 oz)cupserving 1 Tablespooncuptbsppackage (1.75 oz)ozcan (5 oz)can (21 oz)cancan (21 oz)canpackage (3.5 oz)portion, amount to make 1/2 cuppackage (3.12 oz)portion, amount to make 1/2 cuppackage (3.5 oz)portion, amount to make 1/2 cupcuppackage yield (2 cups)package (3.12 oz)portion, amount to make 1/2 cupcuppackage yield (2 cups)package (3.5 oz)portion, amount to make 1/2 cupcuppackage yield (2 cups)package (3 oz)portion, amount to make 1/2 cupcup, packed packedcup, unpacked unpackedtsp brownulatedtsp packed packedtsp unpacked unpackedserving packettspcupserving 1 cubecup unsiftedcup siftedtbsp unsiftedtsptspozpiece (1-3/4" x 1-1/4" x 1/2")tbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbsptbspozjarcuptbspcuptbspcuppackagepackage (2 oz, 54 pieces)package (4 oz)piecespackage (2.3 oz)package (2.17 oz)recipe yieldozcan (5 oz)cup (4 fl oz)cup (4 fl oz)ozozozozozozozbar (1.5 oz)bar (1 oz)bar (1 oz)bar (1 oz)ozstickozozozcan (7 oz)ozbag (8 oz)ozcan (6.25 oz)cakecakescakecakesozcupcakecakesozozozbarozbag (6 oz)ozbag (6 oz)ozozbag (6 oz)ozozbag (8 oz)ozozozchipscup chips (6 oz package)cup large chipscup mini chipsoz (approx 60 pcs)package (3 oz)portion, amount to make 1/2 cuptbsppackage (0.35 oz)portion, amount to make 1/2 cuptbsppackage (0.35 oz)portion, amount to make 1/2 cuppackage (3.5 oz)portion, amount to make 1/2 cuppackage (3.12 oz)portion, amount to make 1/2 cuppackage (3 oz)portion, amount to make 1/2 cuppackage (3.5 oz)portion, amount to make 1/2 cuppackage (3.12 oz)portion, amount to make 1/2 cupbar (1.75 fl oz)double sticksingle stickcupbar (2 fl oz)tbsppacket (0.5 oz)cuptbspcakecakesozbag (8 oz)ozcupozcupozozbag (8 oz)ozbag (8 oz)ozbag (8 oz)oztwistsoztwistsoztwistscakecakescakecakescakecakescakecakesozozcupozozcupozozozpiecetbspserving 2 popsserving 1 popserving 1 popserving 3.5 fl oz barserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1/2 cupserving 1 coneserving 1 coneserving 1 sandwichserving 1 sandwichserving 1 sandwichserving 1 popserving 2 popsserving 1/2 cupserving 1/2 cupserving 1/2 cupcupcupcupcupcupcupcupcupcupcupcuptbspcupcupcupcupcupcupcupcupcupcupcupcupcup, cookedcup, dry, yieldsoz, dry, yieldscupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcupcup unsifted, dippedcupcupcupcupcupcupozcupozozozozozozcup elbow shapedcup spiral shapedcup small shellsozcup elbow shapedcup spiral shapedcup small shellscup small shellsozcup small shellscup spiral shapedozcup spiral shapedcup elbow shapedozcup elbow shapedcupozcupcupozcupcupozozcupozcupozcupozcupozcupozcupcup unsifted, dippedcupcupcupcup small shellsozcup small shellscupcupcupcupcupcupcupcupcupcupcupcupcupcup elbow shapedcupcupozcupcupcupcupcupcupcupcupcupcupcupcupcup elbow shapedozcupcupcupcupcupcupozbiscuitbiscuitbiscuitbiscuitbiscuitbiscuitbiscuitbiscuitcroissantcroissantcroissantcroissantpastrypastrypastryeggsmuffinmuffinsandwichmuffinslicespiecescakescupbrownie (2" square)coneboxboxsundaesundaesundaepiecespiecescup (8 fl oz)cupcakefilletpiecespizza (12" dia)slicecupcupcupcupcupcupcuppieces6-8 shrimppiecespiecespiecespiecespiecespiecespiecespiecespiecesburrito, largeburrito, smallchimichangachimichangachimichangachimichangaenchiladaenchiladaenchiritocupportion (6-8 nachos)portion (6-8 nachos)portion (6-8 nachos)portion (6-8 nachos)largesmallcupcuppiecepiecepiecepiecessandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsandwichsubmarinesubmarinesubmarinecupearpiecesportion (8-9 onion rings)piecepiecepiecepiecepiecelargemediumsmallcupcupsandwichpackage 24 oz pizzapackage 15.1 oz pizzapackage 9.8 oz pizzapackage 8 oz pizzaserving 9 servings per 24 oz packageserving 3 servings per 15.1 oz packageserving 2 servings per 9.8 oz packageserving 1 serving per 8 oz boxpackage 29.25 oz pizzapackage 19.7 oz pizzaserving 6 servings per 29.25 oz packageserving 4 servings per 19.7 oz packagepackage 24.2 oz pizzapackage 22.85 oz pizzapackage 10.9 oz pizzaserving 5 servings per 24.2 oz packageserving 5 servings per 22.85 oz packageserving 2 servings per 10.9 oz packagepackage 34.98 oz pizzapackage 30.7 oz pizzapackage 14.3 oz pizzaserving 6 servings per 34.98 oz packageserving 6 servings per 30.7 oz packageserving 3 servings per 14.3 oz packageservingpiecespiecespiecespiecesservingservingservingservingservingservingitemservingmediumlargesmallNLEA Serving (makes about 1 cup prepared)cuppackage yieldspattypackage yieldsservingcuppackage yieldsservingpackage yieldspattypackage yieldspattypackage yieldspattyservingpackage without refuse (11 oz)packagepattyservinglinkpackageservingcuppackage yieldspattypackage yieldspattycuppackage yieldscuppackage yieldscuppackage yieldscanservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackagesandwichservingservingservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingcuppackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingcuppackageservingcuppackageservingcuppackageservingpackageservingpackageservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingcuppackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingcuppackage yieldsservingpackage yieldsservingcuppackage yieldsservingpackageservingpackageservingozcuppackageservingpackage yieldsservingpackage yieldsservingcuppackage yieldsservingcuppackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingpackage yieldsservingcupservingcupservingcupservingcupservingcupservingcupservingcupservingcupservingcupservingpizzacupservingservingozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozozlbpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)ozpattypattyoz ( 1 serving )lblbozoz ( 1 serving )lblbozlbozoz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lblbozoz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lblbozlbozoz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lboz ( 1 serving )lblbozlbozoz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lboz ( 1 serving )lblbozoz ( 1 serving )lblbozlbozoz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lboz ( 1 serving )lblbozouncelbserving ( 4 oz )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )portion ( yield from 1/2 lb raw meat )serving ( 3 oz )loaf ( yield from 1 lb raw meat )ouncelbserving ( 4 oz )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )portion ( yield from 1/2 lb raw meat )serving ( 3 oz )loaf ( yield from 1 lb raw meat )ouncelbserving ( 4 oz )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )portion ( yield from 1/2 lb raw meat )serving ( 3 oz )loaf ( yield from 1 lb raw meat )ouncelbserving ( 4 oz )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )portion ( yield from 1/2 lb raw meat )serving ( 3 oz )loaf ( yield from 1 lb raw meat )ouncelbserving ( 4 oz )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )patty ( yield from 1/4 lb raw meat )serving ( 3 oz )portion ( yield from 1/2 lb raw meat )serving ( 3 oz )loaf ( yield from 1 lb raw meat )ozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbozlbroastroastroast (yield from 666 g raw meat)roastroastroastroaststeaksteak (yield from 467 g raw meat)steaksteaksteaksteaksteak (yield from 593 g raw meat)tbsptsptspcup (1 NLEA serving)cuptbspcup, shreddedcubic inchfl ozbottle NFSfl ozbottle NFScup piecescubic inchslice, mediumslice, thickslice, thincup piecescubic inchcup piecesozoz cooked, yieldcupcupcuppackettbspfl ozcuptbspcuptbspcupfl ozcupbar, fun sizepiececupfl oztbspjar NFSjar Beech-Nut Stage 2 (4 oz)cuptbspcuptbspcup, dicedcup, shreddedcubic inchslice (1 oz)cuptbspcuptbspslicecuptbsppatty, cookedozoz cooked, yieldcup, cookedcuptbspcup, slicedfrankfurterfl ozcupfl ozcupcupcupcupcup, slicedfrankfurtercupfl ozlinks 1 NLEA servinglinks 1 NLEA servingcuptbspcupbar 1.76 oz (1.76 oz)bar fun sizecubic inchcubic inchslice (3/4 oz)cuppiececuptbspcuptbspcupcupcupbiscuitcup (1 NLEA serving)cup piecescubic inchcup (1 NLEA serving)cup piecescubic inchcup (1 NLEA serving)fl ozbottle NFSfl ozbottle NFScupfl ozdrink box (8.45 fl oz)cuptbspjar Earth's Best (4.5 oz)cuptbspjar Earth's Best (4.5 oz)cup, slicedcupchipstbspcuptbspcupfl oztbspcup (1 NLEA serving)cuptbspcup, shreddedcubic inchslicecup, shreddedtbspjar NFSjar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4.25 oz)tbspjar NFSjar Heinz Strained-2 (4 oz)tbspjar NFSjar Heinz Junior-3 (6 oz)tbspjar, Gerber (4 oz)jar NFSjar Beech-Nut Stage 2 (4 oz)cuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbspcuptbsppiecepiececuppiecepiecepiececup (8 fl oz)fl oztbspenvelopecupbarlargemediumsmallcupcupcupcupstickcup, slicedfrankfurterslice, thincupcupoz cooked, yieldpattyfillettbspcupslicecupcupcupcuptspfl ozfl ozglass (3.5 fl oz)tbspenvelopetbspcupcupcupcupcup (1 NLEA serving)tbspenvelopecup (8 fl oz)container (4.4 oz)container (6 oz)container (8 oz)cupcupcuptbsptbsp, whippedcup, dicedcup, shreddedcubic inchslice (3/4 oz)cupozcupcubic inchslicecup, chopped or dicedcup, chopped or dicedcupcupcuptbspcupcupoz, bonelesscubic inch, bonelessoz, bonelesscubic inch, bonelesscuptbspcuptbspcup, gratedtbsptsp drytspfl ozbarcupcupcuptbspcupbag, single servingchipscupfl ozoz with bone, cooked (yield after bone removed)cubic inch, bonelessoz with bone, cooked (yield after bone removed)cubic inch, bonelesscupfl oztsppackettbspjar NFSjar Beech-Nut Table Time (6 oz)slice cookedslice rawcup piecesozoz cooked, yieldcup, dicedcup, shreddedcubic inchslice (3/4 oz)cupfl ozcup piecesslice, mediumslice, thickslice, thincupcup (8 fl oz)fl ozoz, bonelesscubic inch, bonelessmedium slice (approx 3" x 2" x 1/4")thick slice (approx 3" x 2" x 3/8")medium slice (approx 3" x 2" x 1/4")thick slice (approx 3" x 2" x 3/8")cup (1 NLEA serving)cupcup, dicedcup, shreddedcubic inchslicetsp drycup (8 fl oz)fl ozcup, dicedcup, shreddedcubic inchslicetspfl ozbottle Earth's Best (4.2 fl oz)bottle Heinz Strained (4 fl oz)bottle Gerber First Food (4 fl oz)bottle Beech-Nut Stage I (4 fl oz)bottle NFScup, dicedcup piecespiecejar NFStbspmedium (2-1/2" dia)roll (pan, dinner, or small roll) (2" square, 2" high)cup, crushedbag, single servingchipscupcupfl ozcupcupcupcup, slicedfrankfurtercupfl ozdouble sticksingle sticktbspjar NFSjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4.25 oz)cupfl oztbspfl ozbottle Heinz Strained (4 fl oz)bottle NFSbottle Beech-Nut Stage 2 (4 fl oz)bottle Gerber Second Foods (4 fl oz)tbspjar NFSjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4 oz)tbspjar NFSjar Heinz Strained-2 (4 oz)tbspjar NFSjar Gerber Second Food (4 oz)jar Beech-Nut Stage 2 (4 oz)jar Heinz Strained-2 (4.25 oz)cupcubic inchcupfl oztbspjar NFSjar Beech-Nut Baby's First (2.5 oz)jar Beech-Nut Stage I (4 oz)jar Gerber First Foods (2.5 oz)jar Earth's Best (4.5 oz)jar Heinz Beginner-1 (2.5 oz)tbspjar NFSjar Gerber Second Food (4 oz)cup, crushedchipscup (1 NLEA serving)cuptbspcup, dicedcup, shreddedcubic inchslice (1 oz)cup, dicedcup, shreddedcubic inchslice (1 oz)cuptbspcuptbspcuptbspcupservingfl oztsp, roundedcup, cookedcubic inch, bonelesspiece (5-1/2" x 1-1/2" x 1/2")                                      ! # #% '               !     ! !!!! !   $ $ $ $ $ $ $   ## #% %#  #%                                                        ----------------------.----------------------------=-------------H!-!-!-!:----B----------<----E---;----D-------------------------+++++*******+++++,,- - --+++***,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,(,,,  %$ (   **(**$  / 1 &.      44444        / %0/0/    % % % %282! # 2                 %&% &          (          ,     -        "$ "  & "          !! )&!     #         & # # # #                                         LLLLLLLLLLLGLLLGLLLGLLLGLLLGLLLGLLLGLLLGG))GG    GGNNNGNNNGGG((((((LG 5(1GLLLLLL#LGGLLLLGLLLLGGGGGLLLGLLLG(LGLGG)  " (      !               !      #$#$         '%                               1(   %$ $% %# %$ %$ %$ %$ (                                               &%          !        #$              1(    %$                   #$#$#$    $                 % GGGG GGGGGGGGGG!GGG"G""GGGGGGGGGGGGGGGGG"!GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG  GGGNGGGGNGNNNNGG(G #"GGGG/G%  GGGGGGGG"!GG####"#GGGGGGGGGGGG"GG"GG""""""""""""""""""######GGGGGGGGGGGGN""N""N""N"""""!""      &"GGGGGGGGGGGGGGGGGGGGGGGGGGNNNNNNNGGGGG,GGGGGGGGGGGGGGGGGGGGGGGG"G-GGGGGG,G"+G+-GGG"GGGGGG,GGG+GGGGN",NN-G"G,-NGNG-GG-"""""!""""$    &              3&&&"#""#"  " 44&4 $   (     #$'          0   +               GG(GGGGGGGGLLGLLGGGGGGGGGGGLLLGLLLGGGGGGG((GG(GGGGKKKKGGGGGG(((((G(GGLLGLLGGGGGGGGGNNGNNGGGGGGGGG((33333333333333333333(((((((((("!(((((((((GGGGGNNGGGGGGNNNGGGGGGGKKGGGGGGGGGGGGGGGGGGGGGGGGG&&%&&&&&&& /  $%$  &&                 !!!"! -!& -6A-7 C%( !"1E !!"$&     7"  !        *-!$!!! $B%          ";7   #$      (,      -%(       !! '(((&                                                #   %                                                           %'&(''('(''* GGGG%%'"%%'"%%'"%%'"%%'""""                          00      %$%$     ## 7    #% $      cC33cA@BCffA33s@BMCLAAACCBAAApCCAACvCAABACtCBAAAACBAAABRCaCbCBCBbCBbCBhChA AAABAFCCAABCBApAAcCAcCAFCCBApAA*CCAABcCCBAAA*CBA*CAAACBAAACBAAA*CABB@AA$ACCBAAA*CCAAA*CvCBvCABACABCtCBApAAA*C CtCBAAAA CtCBAAA CBAAAAcCBAAcCAcC CtCAACB`ArCpAApApCpAA1ABoCpABnCpAffApB@@rCpAfC@A~CffA~DkC@AtCtDtCAtDpCApABpABB@@@,Bff?B@ CB@B@fCAtCAtDtCtDtCpAAtDtCtDtCAtDuCuDvCvDtCAtDuCuDvCvDuCAuDuCAuDvCvDuCAuDtCAtDCBBABBAABB@CB|CACBC33ACzCAzDzCAzDzCzDzCAtCAtDvCffAtCtDuCuD33AC33ACvCvDdB9@vCvDC@uCcCBuCcCBuCcCBuCcCBuCBC*CcCBuC*CcCBBcCBsChBBHBHB0BBsCBsCAcCcC8BCAHBpAtBHB\C33[AtBB@B@cCB`AB@BCABpCpB{CA@ff@=@ff?33@@ A333@l@?33@?33S@?ff@333?@333?̌@33??ff??@?,@33?@@ @@ @ffA?zC@CA@>pCpAL?>PCPAff@PAff@PAff@pCA@L> ApA@?333?L@=ff6A??pAABBBBpAABBBpAABBBBABpAABBABpAABBBBABpAABBBBpAABBB ABBpAABBBBpAABB ABB ABBABA*CA*CAABBBBAA*C*C*CAAAABBBBA*CAA*C*C*C*CA*CA*C*CCAABCBBBCAA*C*C*C*CBCAABBBCAABBBBCAA*C*C*CCAABBBA*CAABBBBAA*C*C*C*CeCAABBBAA1C*CCAABBBBABA*CBABA*CAABBBBAA*C*C*C*CCAABBBCAA*C*CA*CABA*CpCpAABBBBBBpCpAA*C*CB`C`AABBB`C`AABBBBCBBB`C`AA*C*C*C*C`C`AABBBBCBBB`C`AA*C*C`C`AABBBBCBBB`C`AA*C*C*C*C#C ABBAABBBBCBBBAA*C*C*C*CpAABBBpCpAABBBBpCpAA*C*CpCpAABBBBBBBpCpAABBpAA*C*C*CpAABBBAABBBBBBBAA*C*C*C*CAABBBBBBBBAA*C*C*C*CpAABBBpAA*C*CpAABBBA*CABpABpAABBAABCBBBAA*C*CABA*CA*C*CABA*CABA*CBpAA*C*C*CpAABBBAABBBBAA*C*CABABpABBABA*CABCBBBACBBBBABABABBABBBBABABBABABABABABB@pApA @pA @pAABA*C @pA @pAABA*C@33cA @pAAABBBABA*CABA*C@AA333?pAA*C*C@33cA @pAA@A@A@A0AA@ A@ABA*CABA*CABpAABBBpAA\C*CpAABBpAABBBpAA*C*C*CABeC`AABBBBeC`AA*C*C*C*CABCBBBAB=CCAA*C*C*CABA*CpAA*C*C*CpCpAAXC*CABABAA*C*C*C*CpABBpABBABBBBABBBABAAAAAAAAAAAAA33A33 AA33AAAAAffAffAAAffAA AffAAffA AA33 AAffAA33A33 AA33A33AAA33A33 AA33A33AffA33A33 AA33AffAA33A@AMCLAMCLApAAAApAuCpAuCzCA33kAkCACpApCACpAuC\A\C`A A\A\CpApCpApCaAaCpAuCMCLAYA@ZCYAZC@YAZC@XAXC@YAZC@YAZC@XAXC@YAXC@YAZC@YAZC@ff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@Bff@BcC33cAff@@eC@hC@hC@hC@hC@hC@33kAkCAAAA BAzCDAB@BhCff@Bff@B`A\CACAzCpAuCAC33kAkCpApC\A\C`A\CACYAZC@YAZC@YAZC@YAZC@YAZC@YAZCAYAZC@YAZC@YAZC@YAZC@YAZC@MCLAff@BZCYA@YAZC@YAZC@YAZC@YAZC@YAZC@YAZC@pAuCYAZC@MCLAYAZC@LAMCYAZC@LAMCLAMCLAMCLAMCLAMCLAMCLAMCLAMCLAMCLAMCLAMCYAZCYAZC@YAZC@LAMCMCLA@MCLA`AZC@`AZC@`AZC@`AZC@33cAcC@BLAMCLAMCYAZC@ZCYA@ZCYA@ZCYA@MCHA@ZCYA@ZCYA@LAMC@`A33cAff@@BcC33cAeCdAeC@eCdA@LAMCLAMCcC33cA@BcC33cApA`A`AiCiApCpAMCLAAC`AgC`AYA@ZCYAZC@YA@ZCYAZC@YAZC@YAZC@YAZC@YAZC@YAZC@YAZC@YAZC@YAZC@`AYAZC@YAZC@YAZC@YAZC@YAZC@YAZC@YAZC@YAZC@YAZC@`ALAMCLAMCcCff@`A`A`A`A`ADDC1DTC*DMC;DaCCCCCCB`BB`B0BBABCPACC33@ff?C?CBBCBC{CCB@AqC5CAAA C BsC6CBArC6CpA8B8BABDBApC4C`A33cA@A33cAC33AC33AC33ArC6CrC6CrC6CrC6CrC6CrC6CrC6CtC7C{CC\B\BPB\BA\B B\BAB(BAdB`BpBdBLBDBHBA BBA0B B\B\BA\BA\BA\BAA\B\BAAAAAAAAAA\BA\B\B\B\BA\BABAABAAHB\BlB\BAAABA\BAhBATBXBAAAAAPBlBDBADBAABBADBAATBA@A\BTBBAAABpBAA BA B8BHB,B BXBCA @CL@CAAYASD%COCDCXC1C CCKDB DBC\B CC*CD$C1C*CzDDB C CC-CCCzCC CpA CC C C0AffǍ@L@ApA4C8CBC4CB%C CC9C CC*CCxCAByCACyCACBUCyCA@@wC33ACCBBBByC|CwC33AyCAVCqCA CfCCCCzCAlCAwC33AwC33A*CCBBCtCBzCxCBwC{CBCBCrCBrC CPACCzCCCyCA%CQC&C C&CtCBxCBwCB{CBCBCB4CA/CCCzCA(CBACCB`BvCC@DB%CC%CC`A,BA%CCCVCABCACzCCBLB CpCdBqC*CaCaC@DChC&CCAA@AC@C~C]CC)A DCCCCzCCB@CCC0ECBC@sCHBBCVC5CCC"CA[C6C3C8C^CB33KAIC@B7C=CxCAtCC{C33AwCDCBByCAyCAzCAzCffASCoC33A2CAsCDBBCBBCBBACACACACACABABACCBACCBACCBACCBACCBACCBCBBBBBBBCBBBBBBBCBBBBBCBCBB|BB|BUCBCBBBBB|CBCBBBBBgCBCBBBBB`CBCBBBBBNCBCBBBBBgCBCBBBBBPCBACCBCAC CCBACCBACCBACCBACCBCBACFCB?CBCdCB CB)CCBCFCBBBCnCBAC1CBgCBABCBABABBCAAbCCCABAiC CBABABCBACCBACABuCBABCBABB|BABgCBBBAACB*CB*CdB CCC D*C@ABBCCBBB$CACC$CSCCCCBCCBCCBBB|BBcC`BC%C CC*CB@ABB@AB`AB@@TBHB?CBPBCCBCIC@CA\BBBC DB@DAC333@@@A@A0AhB@DCB2C2CBA(BBBCB@AABBCCBCB@ACA%C4CBB@BAB\B#Cff@iABC$CBBCCqCsC6CCA*CzCMDuCuCuCBCzCCtCCBAC7CBpAtBBCfCCBC\BCBCBC$C\CC D#CBrC6CuC#CCDCBxBBBAB @AC E/C0BAxBCCBBCD$D@CvCcCBL>L?CBB0ABBCL>L?>33?BCBA>?HBAfff?fff@BCDCffAB4CBMCdCDDCtCClCAzC'CRCC@KDBBDpA A4BBBC@DBC-C CCJCB ABCB CTCBBLBAC@ABB(CpCBBpBBC4CCpBhBBBC*CBCCBCBBCBBBBBBCBCBCCxBCBCCCCBBvCCB0ABC4C CBBB8CzCBABCB&CcD BcD BDBABC*CB`A33AB8BBCdCC333@CCxBXB4CCC/C CB@@>C*CBBB$CCCCCBCCB|BB%C*CBTBCBBC2CB(BBBBCCC%C4CBApBBCA@ABCB CTCB4C4CBBCBRCpACBB@ApBApABRCB C C C}C CBCBC}CBCCB4C4BBBBCBA$CB AB9ABBC9AB@ABBC%CC-C CtBCtBChBBCBC'CBBJCBChBHBFCHBFCuCuCuCuCCBBCBC4C4CjC\CB4C4C@CBBBB_CMCMCuCMCpCMClCC@C*CBBBBCC0CCC C CC4CxBA6CBAxBABApAC4CxBA6CBAxBBABApApCBBpCpA>C$CBBBsC33A6CC*CzCMDCfCCC\CB#CCB/CxBACBB`ABBCCBBB$CBBB$CCCCC$CCCCCCBCBCBCCBCBBB|BB|BB CBCABBCABRCRC>?CxBCBCRCpCpA@CCCB@BA C*C BA@@pAACCB@BA*CA@C@A?BpABuCpA ACCCB@BAB@ C*C B B@pApCpA@@@@:CPB BAA0ABBXB@B@@BjCpAB@ ApA ABCBB?BCABACCCBxBBBB@B33@`A@@@BB8BBB33@AB`A CA@uCL?@AA0BACpAA@6C@C)CCCAAA CAAB@AABA CAcCAAACAACAAAA8BCCACACAAAB@AAABBBCA?CAA CACAcCAA CABA@@ C AACCAAAAAAAACAAAAABC4BABABBApCpACApCpAbCpApCpANCBBCA`AAAAACABA@@CACA CACffAACAABBAABABACAff?A?BA333?BA333?B@ABBABBAAC ABApAACABAA`AABACApCpAABGCBAzCApAAAACA,@AAAACAC@AcCACACACACAAA CACA CACCAAACA CACA`ACAABABA333?BAzCApAACACACCBACCBACCBACCBACeCBACbCBAChCBAClCBABABACCBAChCBACCBACWCBCACAACxCBACxCBACxCBCACACBAC;CBACHCBJCABCBCJCACvCBCACCBCBACCBCBACCBCBACCBCBACECBNCBACBCBKCBACICBUCBACECBECBAClCAClCBACCBCBACCBCBACCBCBACCBCBACECBRCBAC?CBKCBACLCBYCBACBCBDCBCBCBCBACCBCBKCBDCBRCBACPCB@CBACaCBACBBACCBACCBACCBACCBACCBACCBACCBACCBACCBACCBACCBACCBCBACCB|CBACCBABBCBAC*CBCABCCABBNCCABCCABBICCBCBCBACBBCB{CBzCB{CBACBBzCBCnCCwCB4CACBCCBwCBBBCBABCBCBABBABBBBABCBAcCAB^CBABCBABABCBABBABC`B`BBCB*CACCBAAAAA,BAAAACBCBCBrCBpCBtCBCBCBCCBCBhCBDBDDDBDBDBkCBnCBkCB?CB?CBBCBCBCBCBVCBOCBYCBiCBCBCBiCB\CB\CB9CBC?CD3CC9CBCB?CBDB3CBCBCBCCCBCBCB`DB@DD`DB@DDCBCBCBCBCBCBCBCBCBCBCBCBBBBBBBBBBBBC$CBCCB$CBCBCBCCCBCBCBCABCBCBCACBCBCCABCBCBBCCABB[CBBCACBCBCBCCABCBCCABCBCBBCCABBrCBBCB CBCBBACBACCBAC3CBACCBAC?CBACwCBAC3CBACCBCBICB8CBACCBCBDCB@CBACCBCBWCBAAmCABC[CxCAiCACBCZCwCAmCAACACBACACxCAzCAzCffAzCffAuCA&CffACCPCzC&CffACCPCzCACmCA2C333?mCA2C?fffA6CA333?mCA2C33?4AnC6CAC?fffAmCAC2C?mCA2CqCApCAmCA@CmC@CCACCAA @ BCxCAACB @33 BPBACAACFCBaCB;CBCBBBABBBBABBHBB0CBpBB8BBFCBCBCBACBBBpBBABBBB?CBCB`AAcCBBACBABFCBCAABFCBFCBCBFCBCBCBCBAFCBCBCBCAAB@AABCB&CABBCBBBnCB8CBBnCB:CBBBZCB*CBBBBCAAACBABCB@BBABCBBBACBCBBBCBCBBBCA+CBCCA%CBCFCB2CB,CBAABMCBLCBFCBCAABBBBBCB;CB,CBCBBBABCABCABBpBB#CBBABCBCB@@BABABACACBBBQCBBBcCABhAABBC CBpCBBCAAA ABBBxCBBBB(B"CxCACABHBBABABABBBBABCBCBCB+CB%CB2CB,CBxBBBBBBBBABBBBBCBCBCBCBCBCBCBAA0CBBBBBCB CBABCBCBCBCBBBHBB:CBCBHBBBBBBxBBCBBCBCBBBCBBBB#CBBBABBCBCBCBFCB2CBCBCBBBBBBABBlBBBBlB2CBBAECfCC`A}C~CCC}C}C}CABCAA,C8C9CpCCC1CC8C1C7C1CC8C1C0AC8C1C8C33CA1C0ACA8C1CPC6CCRC)CAC@A+C)ApCWC3CDC1CJCIA3C333ACCffA*CCBAHCHA$CpCCA'C+C'C(A,CpCpCRCBC@C@AFCDA2C1ACCC9CC9C/CB%CCC:CHC:C9C.C#CJCBC)CCBB'C@CC@CC@C@C(C@C(C@ChBBBBB C CBB C$CCBdB CCdBCdBdBdBBBBdB CCBBdBBBdBCBdB CBdB CBdB C4B,BdBBdB0CdB CdB CdB CdB C CC"C0CBdBB C&CBBB C CB*C C CCB CB CdB C C9CC9C/CCC:CHCMC'CBBdB C C C CCBdBCC@C4CCCBBBCC CBBBB|BB C%CC ChCBpBBB\BCCCC#C}CBpBB C DBOCBYCZCClCCC$CYC:CLCgCKCC\CICCCB.C7C>C4C#C@CAC'CBLCCBC+CFCCCaC#CCBBCC&C CdC9CCC[C~CCC6CdCCC7CBBB0CWC CZCbCCCCBB/C C0CLCdCXCCBCBBCCCCC)CCBBB,C5DCCGCBCCGCPDD CC@2D!DCCC1CD^DC*CC CBBB CC[CUC CB+CGC?C[CB+CBB|CpFEBE4BBD\B EB EBEB,BCCBBLB DLB|CpFEB EB}C=EzC;E}C=EC|C :FBaFB0EB8EBB@BBCpCCCCdCCtCTCTCC|CCpCTCTCC|CFCFCjCCjCCCCCFCFCTCBTC CTC CCCCCCCCCCCCCCC C C&D'CD CCBFCFC@C@CGCGCDC@'DCC(CC1CC/CDCCB@!DCDBCBCCC CCCCC@D CCCCCC\CDWCdCdCCCCCC(CCCCCCCCBCCCCCCCC C CCCCCCCCCCC1C1C+DCCC(CCB CC CzCzCBCCCCCCCCCCCCCCCCCCDBCCCCCCCCQCQCpCpCCCpCpCCC@D~CCCCCCCBBCCcCcCCChCC+CJDC=DBCCCCCCCCClC*DuClCClCcCBlCUClCaC4BNCBBBBxB@*DpCCClCUClCwCUCwCCCCCCCCCCCCCCCwCwCwCwCwCwCwCwCwCwCwCwCwCwClClCBCCvChCYCACCBACCBACCBACCBBBBCCABCCACABCBCBCBCCABCCABCBCCABCCACABCBCCABCBCBCBCCABCBCCACABCBCCABCBCCABCCACABCBCBCBCCAACBBBBBBCBCACBBBBBBCBCACBBBBBBCBCACBBBBBBCBCACBBBBBB CBCACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACACCCD|C DD`DCC?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~This isn't a real recipe! But this should be in italics And this should be in boldThis recipe called our other reference recipe as an ingredient.@??@?@@@0@@(FI+++HHHH+H+H""CDDDDDD24 P@??@?>>???@A?@?@??@@@0@@(lJesFIf#Wmal ""CCTU@#ǫI+IIIJJҀJJ(( t *F],__nutritionconversions_hash__[_H:I,_R:I]9iiiiLjiтiوiijKLLOR͓uٍ%&()*Р++d֎lӍj4:;;;; 潀 JL `߈瀧MEpicurious MNN]3NNDessertN̆NԀNNOAsian/Thai OOO OORangesThis isn't a real recipe! But this should be in italics And this should be in boldAnd these are notes.AD6T^*k~CbI=l>I]7{dt,\Y?jw 8fE9+UnHLwG!9'5)Dqus F4O:TSQz;: ch->  }Nf[xiBlM`XgYPuMq oPnXK1#oxi VU&(Ck"+j=Gst40Q.%(| <hmr{^VZ\$aFeRN2/WW0K`'a*@cJ8#$e6 pAL5b)BHO; E-p%y&! ._SRJ/y"zgmv|Z@<?d7~1]_2r} [,v33ount:F,unit:S,gramwt:F,ndata:I,stdev:F],nutritionaliases[ingkey:I,ndbno:I],__nutritionaliases_hash__[_H:I,_R:I],nutritionconversions[ingkey:I,unit:I,factor:F],__nutritionconversions_hash__[_H:I,_R:I]M9iNNNߌOOO׌ijKLLOR͓uٍ%&(Q*Р+Rd֎lӍj4:;;;;   JL 4trose hipwhitingfig gooseberry vegetable brothblack currantpassion fruitmilkgrapevelvet persimmonmabolocoriander seedscouscousolive oilwhole chickenvanilla extractpowdered gingerroecranberry jujubebroad beansasparagusshells pastacorn oilporkamerican persimmonfriseeprickly pear spaghettibrussels sproutswatermelon blueberry croutonschili powderhabanero peppercamucamulycheelonganmusselpitayaapplefiddleheadsradishleek allium porrumducklimerutabagapollockbarberry portobello mushroomnappa cabbagespaghetti squashtamarind watertat soitangerinefresh cilantroloquatcilantro stemssalaksnakefruitgreen beanschocolate chipssharkhamburgerpommeloflour tortillasfish saucehoneyrusset potatoalfalfa sproutscarrotbrown sugardurianlambrhubarbpeppered linguinifresh cheese white goatborlotti beansseeds mustardsmoked cheese Goudachickpeas, garbanzos, or ceci beanskohlrabikiwi fruit keppel fruitdatesalsacabbagetomatowolfberryblack ground pepperprawnsmangowhite curranthalibutground beefeggturmericbell pepper, greengreen pepperbell peppergreen bell pepperpeppersea-buckthornartichokehuckleberry light sugar brownbalsamic vinegarzuchiniavocadopawpawwalnutorangered bell pepperred pepperswordfishroasted chili pastemung beanslettuce lactuca sativadijon mustardnavy beansgooseturnipsnap peasmangetoutstrawberry chicken breastkiwi fruitchinese gooseberryblack mulberrygaram masalaquincemonkfishdragonfruitground corianderbassmarangsalamicherimoyarice vinegarsteakbasil, thai freshshredded coconutground cinnamongarlicmangosteenseeds ajowantilapiacempedakricotta cheeseugli fruittamarindspinachscalliongreen onionspring onionyellow onionbananalime leavesshallotbaconnannyberrysheepberrygreen curry pasteturabagaswedejalapeño pepperyellow cornmeallingcodhaddockmamoncilloquenepagenipbutternut squashsweet potatosanddabcoconutsalad greensstar anisebilberrycassava (manioc)snow crabgingerlemon juicepenne pastagem squashfeta cheesepeanut butter fruitbok choychinese leaveseggssalmonjuneberrysaskatoonmuttonwatercresschardoystergreen applesaltsaguaropineappleradicchioguava fennelkidney beanschickenfuetdark sugar brownkey limecustard applenectarineblack codsablefishorange roughyceleryprovolone cheeseonion familyricepumpkinred potato-skinnedsalmon roeflour, all purposeflour, all-purposeflourwhite flourall purpose flourgoumiakeejicamamahi mahimedlarwhitefishgreen canned chilesnutmegcollard greensspring greenssourdough breadsour creambroccoflowerjack cheesesturgeongrape tomatocherry tomatocottage cheesehoneydewwhite onionchilli peppercapsicumrowanmandarinstart fruitcarambolacantaloupecauliflowersolepacific snapperpatty pansrunner beanssesame oilazuki beansadzuki beansadzukiazukicurly lettuce leaforange juicetamarind juicecalabresecodeggplantauberginechorizopeanut butterarugularocketscallopnettleslinguine pastaturkeyolivesbeefroast beefbean sproutsparsleywineberrybeetbeetrootchiles, dried redtangelonew zealand spinachcheddar cheesemozzarella cheesesquashblack beanssugar, whitesugarwhite sugarfresh basilblowfishbearberrychokeberrycooking appledungness crabroasted peanutssquidsunberrywonderberryhawthorntahitian squashbaking powderstriped basscatfishsapodillachikusapadillasnake fruitsawoflat rice flour noodlesyogurtwater chestnutchicken legpapayasnailrock codpomegranatelasagna pasta noodleswasabiground cumincloudberrycucumberabalonelemontunabroccolirolled oatsbutterred onionrapinimamey sapotecrabapplesugar applecrowberryvealcrayfishfresh gingerkalewhite radishwhole rock cod or snapperpohacilantrocorianderhamcherrycayennesoybeansgrapefruitgalangakumquatchivesanchovyendiveblack-eyed peasred currantparmesan cheesedried shrimpboysenberryjackfruitnangkaclamonionsoursopguanabanaeelblackberryzucchinicourgetteclementinelemon grassbreadfruitcoconut milklobsterroot vegetableschilean sea basspatagonian toothfishskirretlentilsokrabaking sodaflounderplantainrose applemalay applestar fruittroutelderberry rambutancornsweetcornmaisesweet cornsnapperpastaraspberrypikelingonberryplumshrimpstick cinnamonvegetable oiloctopuscitronrockfishmushroomsceleriaccorn saladyamshrimp pasteanisecaviarparsnipacorn squashbuffaloberrybell red peppercrabsea bassking crabmulberrycurly endivelima beanapricotpaprikasurimiseeds cuminangelicataromushroompeachtilefishwatertomato saucepersimmon curry powdermayonnaiseleeklime juicelangsatlongkongdukufeijoapeasjerusalem artichokesardinepotatomustard greenswhite winedaikonguaranasoy saucesesame seedsred snappercarrotsonionssugarssugaresfloursflouresRangesݑD_&_gM{򛫨\ճ مcum)㻚{+޻a۟bHWj ңQ6"ηpkzȓKz9ck Sx#I'#CqgCSB@UqoDuU'튕>{T [3/i=zWHZGEd`{rqpRo1gn[#iCR#hWFdhc`|G2}ئ[3dJS;'7q{1QN|XKITHYH, F[D?w)B_\>ʘ=zOq9-3z/v1R/Ӫ'>%R&{%ƁF3!Gu~Ps jg>>r5AXD0<0\UT`i{ㇰВ1nw`A2Lj%qFW[(ءՅ>ұK51F8^˱EǍI)L-%Q~ Nvv9?-o$DF9U!e%$c~}u/ٞPV̖Ն{Me~,Y>aT<퉭 ) X%`zp6m6l{LBKwbsMqPDichQ-=dcs5V-Q+^ 3\=[OW1 V9ԦUmT?RBO9sKKUTtI՚Wp@F?q9=>t<;94:1W18IN6 ~3ͿD*ZI(6[%Qc#5jE;F}Z:KYe س X:; ,WطV QlbhHxR*}&tē¯ܱ|܈$B8mv ۀqX4<a!Ic8^l"@ΰ_[˴(h3̿%1C1L@ûh˺HlPޑe0r*_te cŤT4'ܸ2Hd?hb֓ HTR^䔔YPJud44he~ zd=wtV?m,k)i`{*gU>fdbDe1a^=[PW|;Ud[S{OLyNcJpGج7F4,#EH5'XBR?\B®26x.5,ޥM"1P0y,gӪF/4*pB(&_HNtittYȉH(T x8 CF^ Q{se1f_2EY8m7'B|g\[i%;] 9lr:jRWuq p\a(6Plx&7z-6o5zbVS 3=<nT@)F*yK~sxfZ4  {(+R3$jY:o Lv'9bErI,p?AI"[0|UOL)@G=d;t,`X q%HuCk}}OP0M N?g+ "ech$D`tJK.8w<Wh*JQncG!.k2w&5M!N#^H /UTV_#mv>1~ SB>dXay/i]-D4AZ  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~_nutritionaliases_hash__[_H:I,_R:I],nutritionconversions[ingkey:I,unit:I,factor:F],__nutritionconversions_hash__[_H:I,_R:I]9iNNNߌOOO׌iȉiݖ((LLOR͓uٍ%&()ʊ*HHd֎lӍj4:;;;;!& !JL |\rose hipwhitingfig gooseberry vegetable brothblack currantpassion fruitmilkgrapevelvet persimmonmabolocoriander seedscouscousolive oilwhole chickenvanilla extractpowdered gingerroecranberry jujubebroad beansasparagusshells pastacorn oilporkamerican persimmonfriseeprickly pear spaghettibrussels sproutswatermelon blueberry croutonschili powderhabanero peppercamucamulycheelonganmusselpitayaapplefiddleheadsradishleek allium porrumducklimerutabagapollockbarberry portobello mushroomnappa cabbagespaghetti squashtamarind watertat soitangerinefresh cilantroloquatcilantro stemssalaksnakefruitgreen beanschocolate chipssharkhamburgerpommeloflour tortillasfish saucehoneyrusset potatoalfalfa sproutscarrotbrown sugardurianlambrhubarbpeppered linguinifresh cheese white goatborlotti beansseeds mustardsmoked cheese Goudachickpeas, garbanzos, or ceci beanskohlrabikiwi fruit keppel fruitdatesalsacabbagetomatowolfberryblack ground pepperprawnsmangowhite curranthalibutground beefeggturmericbell pepper, greengreen pepperbell peppergreen bell pepperpeppersea-buckthornartichokehuckleberry light sugar brownbalsamic vinegarzuchiniavocadopawpawwalnutorangered bell pepperred pepperswordfishroasted chili pastemung beanslettuce lactuca sativadijon mustardnavy beansgooseturnipsnap peasmangetoutstrawberry chicken breastkiwi fruitchinese gooseberryblack mulberrygaram masalaquincemonkfishdragonfruitground corianderbassmarangsalamicherimoyarice vinegarsteakbasil, thai freshshredded coconutground cinnamongarlicmangosteenseeds ajowantilapiacempedakricotta cheeseugli fruittamarindspinachscalliongreen onionspring onionyellow onionbananalime leavesshallotbaconnannyberrysheepberrygreen curry pasteturabagaswedejalapeño pepperyellow cornmeallingcodhaddockmamoncilloquenepagenipbutternut squashsweet potatosanddabcoconutsalad greensstar anisebilberrycassava (manioc)snow crabgingerlemon juicepenne pastagem squashfeta cheesepeanut butter fruitbok choychinese leaveseggssalmonjuneberrysaskatoonmuttonwatercresschardoystergreen applesaltsaguaropineappleradicchioguava fennelkidney beanschickenfuetdark sugar brownkey limecustard applenectarineblack codsablefishorange roughyceleryprovolone cheeseonion familyricepumpkinred potato-skinnedsalmon roeflour, all purposeflour, all-purposeflourwhite flourall purpose flourgoumiakeejicamamahi mahimedlarwhitefishgreen canned chilesnutmegcollard greensspring greenssourdough breadsour creambroccoflowerjack cheesesturgeongrape tomatocherry tomatocottage cheesehoneydewwhite onionchilli peppercapsicumrowanmandarinstart fruitcarambolacantaloupecauliflowersolepacific snapperpatty pansrunner beanssesame oilazuki beansadzuki beansadzukiazukicurly lettuce leaforange juicetamarind juicecalabresecodeggplantauberginechorizopeanut butterarugularocketscallopnettleslinguine pastaturkeyolivesbeefroast beefbean sproutsparsleywineberrybeetbeetrootchiles, dried redtangelonew zealand spinachcheddar cheesemozzarella cheesesquashblack beanssugar, whitesugarwhite sugarfresh basilblowfishbearberrychokeberrycooking appledungness crabroasted peanutssquidsunberrywonderberryhawthorntahitian squashbaking powderstriped basscatfishsapodillachikusapadillasnake fruitsawoflat rice flour noodlesyogurtwater chestnutchicken legpapayasnailrock codpomegranatelasagna pasta noodleswasabiground cumincloudberrycucumberabalonelemontunabroccolirolled oatsbutterred onionrapinimamey sapotecrabapplesugar applecrowberryvealcrayfishfresh gingerkalewhite radishwhole rock cod or snapperpohacilantrocorianderhamcherrycayennesoybeansgrapefruitgalangakumquatchivesanchovyendiveblack-eyed peasred currantparmesan cheesedried shrimpboysenberryjackfruitnangkaclamonionsoursopguanabanaeelblackberryzucchinicourgetteclementinelemon grassbreadfruitcoconut milklobsterroot vegetableschilean sea basspatagonian toothfishskirretlentilsokrabaking sodaflounderplantainrose applemalay applestar fruittroutelderberry rambutancornsweetcornmaisesweet cornsnapperpastaraspberrypikelingonberryplumshrimpstick cinnamonvegetable oiloctopuscitronrockfishmushroomsceleriaccorn saladyamshrimp pasteanisecaviarparsnipacorn squashbuffaloberrybell red peppercrabsea bassking crabmulberrycurly endivelima beanapricotpaprikasurimiseeds cuminangelicataromushroompeachtilefishwatertomato saucepersimmon curry powdermayonnaiseleeklime juicelangsatlongkongdukufeijoapeasjerusalem artichokesardinepotatomustard greenswhite winedaikonguaranasoy saucesesame seedsred snappercarrotsonionssugarssugaresfloursflouresRangesoilive oiloilive oilsoilive oilesbalsamic vinegarsbalsamic vinegareshandful basilhandful basilshandful basileshandful oreganohandful oreganoshandful oreganoesred pepper flakesred pepper flakewhole-wheat pastawhole-wheat pastaswhole-wheat pastaescucumberscucumberesfeta cheesesfeta cheeseesmatoesmatomatoetomatoestomatoehandful kalamata oliveshandful kalamata olifhandful kalamata olivebell peppersbell pepperesred peppersred pepperesݑD_&_gM{򛫨\ճ مcum)㻚{+޻a۟bHWj ңQ6"ηpkzȓKz9ic{k SUSQx#I'#CqgCSB@UqoDuU'튕>{T [3/i=zWHZGEd`{rqpRo1gn[#iCR#hWFdhc`|G2}ئ[3dJ}S;'7q{1QO>N|XKITHYH, F[D?w)B_\x*Y>ʘ=zOq9-3z/v1R/Ӫ'>%R&{%ƁF3!Gu~Ps jg>>r5AXD0<0\UT`i{ㇰВ1nw`A2S $%Lj%qFW[(ءu!WՅ>ұK51F8^˱EǍI):L-%Q~ Nvv9?-o$DF9UҪ6!e%$c~}u/ٞPV̖Ն{Me~,Y>aT<퉭 ) X%`zp6m6l} {LBKwbsMryVHqPDq~ )oichQ-=dcs5V-Q+^ 3\=[OW1 V9ԦUmT?RBO9sK-#}KUTtI՚Wp@j:F?q9=>t<;94:1W18IN6 ~3ͿD*ZI(6[%Qc#5jE;F}Z:KYe س X:; ,WطV QlbhHxR*}&tē¯ܱ|܈$B8mv ۀqX4<a!Ic8^l"@ΰ_[˴(h3̿%1C1L@ûh˺HlPޑe0r*_te cŤT4'ܸ2Hd?hb֓ HTR^䔔YPJud44he~ zd=wtV?m,k)i`{*gU>fdbDe1a^=[PW|;Ud[S{OLyNcJpGج7F4,#EH5'XCXBR?\B®26x.5,ޥM"1P0y,gӪF/4*pB(&_HNtittkYȉH(T x4r8`a CF^ Q{se1f_2EY8m7'B|g\[i%;] 9lr:jRWuq p\a(6Plx&7z-6o5zbVS 3=<nT@)F*yK~sxfZ4  {(+R3$jY:o Lv'9bErI,p?AI"[0|UOL)@G=d;t,`X q%HuCk}}OP0M N?g+ "ech$D`tJK.8w<Wh*JQncG!.k2w&5M!N#^H /UTV_#mv>1~ SB>dXay/i]-D4AZrosehipwhitingfiggooseberryvegetablebrothblackcurrantpassionfruitmilkgrapevelvetpersimmonmabolocorianderseedscouscousoliveoilwholechickenvanillaextractpowderedgingerroecranberryjujubebroadbeansasparagusshellspastacornporkamericanfriseepricklypearspaghettibrusselssproutswatermelonblueberrycroutonschilipowderhabaneropeppercamucamulycheelonganmusselpitayaapplefiddleheadsradishleekalliumporrumducklimerutabagapollockbarberryportobellomushroomnappacabbagesquashtamarindwatertatsoitangerinefreshcilantroloquatstemssalaksnakefruitgreenchocolatechipssharkhamburgerpommeloflourtortillasfishsaucehoneyrussetpotatoalfalfacarrotbrownsugardurianlambrhubarbpepperedlinguinicheesewhitegoatborlottimustardsmokedgoudachickpeasgarbanzosorcecikohlrabikiwikeppeldatesalsatomatowolfberrygroundprawnsmangohalibutbeefeggturmericbellseabuckthornartichokehuckleberrylightbalsamicvinegarzuchiniavocadopawpawwalnutorangeredswordfishroastedpastemunglettucelactucasativadijonnavygooseturnipsnappeasmangetoutstrawberrybreastchinesemulberrygarammasalaquincemonkfishdragonfruitbassmarangsalamicherimoyaricesteakbasilthaishreddedcoconutcinnamongarlicmangosteenajowantilapiacempedakricottauglispinachscalliononionspringyellowbananaleavesshallotbaconnannyberrysheepberrycurryturabagaswedejalapeocornmeallingcodhaddockmamoncilloquenepagenipbutternutsweetsanddabsaladgreensstaranisebilberrycassavamaniocsnowcrablemonjuicepennegemfetapeanutbutterbokchoyeggssalmonjuneberrysaskatoonmuttonwatercresschardoystersaltsaguaropineappleradicchioguavafennelkidneyfuetdarkkeycustardnectarinecodsablefishroughyceleryprovolonefamilypumpkinskinnedallpurposegoumiakeejicamamahimedlarwhitefishcannedchilesnutmegcollardsourdoughbreadsourcreambroccoflowerjacksturgeoncherrycottagehoneydewchillicapsicumrowanmandarinstartcarambolacantaloupecauliflowersolepacificsnapperpattypansrunnersesameazukiadzukicurlyleafcalabreseeggplantauberginechorizoarugularocketscallopnettleslinguineturkeyolivesroastbeanparsleywineberrybeetbeetrootdriedtangelonewzealandcheddarmozzarellablowfishbearberrychokeberrycookingdungnesspeanutssquidsunberrywonderberryhawthorntahitianbakingstripedcatfishsapodillachikusapadillasnakesawoflatnoodlesyogurtchestnutlegpapayasnailrockpomegranatelasagnawasabicumincloudberrycucumberabalonetunabroccolirolledoatsrapinimameysapotecrabapplecrowberryvealcrayfishkalepohahamcayennesoybeansgrapefruitgalangakumquatchivesanchovyendiveeyedparmesanshrimpboysenberryjackfruitnangkaclamsoursopguanabanaeelblackberryzucchinicourgetteclementinegrassbreadfruitlobsterrootvegetableschileanpatagoniantoothfishskirretlentilsokrasodaflounderplantainmalaytroutelderberryrambutansweetcornmaiseraspberrypikelingonberryplumstickoctopuscitronrockfishmushroomsceleriacyamcaviarparsnipacornbuffaloberrykinglimaapricotpaprikasurimiangelicataropeachtilefishmayonnaiselangsatlongkongdukufeijoajerusalemsardinewinedaikonguaranasoycarrotsonionssugarssugaresfloursflouresoiliveoilivesoiliveesoilsoilesbalsamicsbalsamicesvinegarsvinegareshandfulhandfulshandfulesbasilsbasilesoreganooreganosoreganoesflakesredsredespepperspepperesflakewheatwholeswholeeswheatswheatespastaspastaescucumberscucumberesfetasfetaescheesescheeseesmatoesmatomatoetomatoestomatoekalamatakalamataskalamataesolifbellsbelles0yݑDY{p|ճc5㻚{+޻a{bc; <ӿJңQa{[kz9covw. ' S:'SQx#I"'#Ť7G>+$Cq #SB@U7#qoD3RwA*{T^3q%}u&_/{%5}{zOo{q{1pRhHnwj3iCR#gߎdhc jF30r=Y__WVtUSS;'7M.-ITH,yE/~|D?w)B_\@H?Ӊ>c :u9畠8r625!*0 q/7W.S!-/0T$W!g. [SryVHcP l ߡ  ?Sh+wGv3 /#ShfO2B6{NJ6>"܁h p\vf{`e[\M}D0߾2psM٦TY ȧ.?wR/jV:=BHT YBDJ8jV Uf\*mS{-+6j=]BL/ {JK@;#=O=hqznĨc6/kh޹6"+xZdKFvrb8q]>0mkr8LjZ$t6*5\=dϪc&_]*C\JZ:O}ܒSfRcCQ; POfъNM uK JH, GnxB®2=zOq: \9-82A1R-X'X&{%ƁDŽj"a1u"-G@}FPs3- jz/vZ!W5AX\Uri{В19;A2孖2L๹@%q=9TzGGeB(iՅq-=}E-+˱ʑ(ǍI)5L-%Q~ NҊ39?Ձ\مo$}]epFUҪ6!¹-e%$ 7HWj}u/ٞPV2 ))vՆFY>m:ߎT1p &p6um){Lטevu.bsTrqPD|@nu5Fm=Kl9Vk%jŶtithQd5V-QQ"^ 3]3@\6[#W5X,W[V9ԦT QqM}KUTtHɇD<;94sZp5MR//-HI('e6[%Qc#=3"?k>E;FKYeŦ~  Y58^ X:6Օ ,L 0rgظ@gM}&0/tҐ8܈$1Bl@ ܌ۀq<-<Qp7ϼ ΰ_[$H=Ԝe0ѦH æBLHlFq8^emn7dUT 럼Hd?hb֓ HTR W䔔JXYPP\Á|q&e~@Czd=rqpV?mDk)o1gf>dbua4nE9{HYYKWطVGUd[SZGOLyNcJuGج7F4,#Ed`DQBK>45:P6x.4@'1P0v,g+Dj(& "e hEI ot;*ȉ4x 4c}S ]a$Ps#(7muvZI]!DO|8wKVpj; %}DC1RJWQiyn[$-"8L ^f{cNQdMM3\>rFE + Xu4rj@A2 vqq!5|,\ BL+?4%&#&Z7yP.J>6 WeK_Yn`/ k"b9X_HUtI:gRz5d[ 09{kC)(oTG.gU2*h'p<bzOBxN)oe:f~tE}Ts'i@/6=c<G`-A x,ll10H3^h  Vw;ma*FS~S?Y=  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH+IJKLMNOPQPRSTU!VWXYZ[\]^_`ab-cdefghijOklmn!opkqrstu!vw x yzH{| }4~l }4Ued41!o!w  9}O}k JUAU4Ia$Ik U:!edA: ka[l U    k{{kl4  !"#$%!&'!()*J+,-./0123$4567-89:; <=>?@kAkI !elOBCDE:FGHIJKLIM2NOPQRS TU[VWKXYZ[\]^$V_}`abcdefghijke:lmnOol<\t"pPqrstuvwxy z {k<|}~ M: %"$|%|I4)y7`FK{^2=Aaol^&"4$5  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~)      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~r  !!"""###$$%%&&''(())**++,,,,--..//00112223334445556667788899:::;;;;<<<===>>??@@AAABBBCCDDDEEEFFGGGHHIIJJKKKLLLLLMMMNNNOOOOPPPPPPQQRRRSSSTTUUVVWWXXYYYYZZ[[\\\]]^^^__``aaaaaaaabbbccddeeeefffgghhiijjkklllllmmnnnnoooppppqqqrrrssttuuuuuvvwwwxxxxxxyyyzzz{{||}}}}~~~                 !!!""##$$%%&&''((())***++,,,--...//0011222334445555556677778899::;;<<==>>??@@AABBBBCCCDDDEEEFFGGGGHHIIJJJJKKLLMMMMNNOOOPPQQQRRSSSTTTTTTTUUVVWWXXXYYZZ[[[[[\\\]]^^__````````aabbccddeeffgghhhiiijjkkllmmnnoooppqqqrrssttuuuvvwwwwwxxyyyzzz{{|||}}}~~FFIIWWincrementer[view:S,field:S,n:I],ingkey[ingkey:S,id:I],__ingkey_hash__[_H:I,_R:I],source[source:S,id:I],__source_hash__[_H:I,_R:I],category[category:S,id:I],__category_hash__[_H:I,_R:I],cuisine[cuisine:S,id:I],__cuisine_hash__[_H:I,_R:I],unit[unit:S,id:I],__unit_hash__[_H:I,_R:I],item[item:S,id:I],__item_hash__[_H:I,_R:I],inggroup[inggroup:S,id:I],__inggroup_hash__[_H:I,_R:I],foodgroup[foodgroup:S,id:I],__foodgroup_hash__[_H:I,_R:I],word[word:S,id:I],__word_hash__[_H:I,_R:I],shopcategory[shopcategory:S,id:I],__shopcategory_hash__[_H:I,_R:I],recipe[id:I,title:S,instructions:S,modifications:S,cuisine:I,rating:I,description:S,source:I,preptime:I,cooktime:I,servings:S,image:B,thumb:B,deleted:I,categoryname:S],__recipe_hash__[_H:I,_R:I],ingredients[id:I,refid:I,unit:I,amount:F,rangeamount:F,item:I,ingkey:I,optional:I,shopoptional:I,inggroup:I,position:I,deleted:I],categories[id:I,category:I],keylookup[word:I,item:I,ingkey:I,count:I],shopcats[ingkey:I,shopcategory:I,position:I],__shopcats_hash__[_H:I,_R:I],shopcatsorder[shopcategory:I,position:I],__shopcatsorder_hash__[_H:I,_R:I],pantry[ingkey:I,pantry:I],__pantry_hash__[_H:I,_R:I],density[dkey:S,value:S],__density_hash__[_H:I,_R:I],convtable[ckey:S,value:S],__convtable_hash__[_H:I,_R:I],crossunitdict[cukey:S,value:S],__crossunitdict_hash__[_H:I,_R:I],unitdict[ukey:S,value:S],__unitdict_hash__[_H:I,_R:I],nutrition[ndbno:I,desc:S,water:F,kcal:F,protein:F,lipid:F,ash:F,carb:F,fiber:F,sugar:F,calcium:F,iron:F,magnesium:F,phosphorus:F,potassium:F,sodium:F,zinc:F,copper:F,manganese:F,selenium:F,vitaminc:F,thiamin:F,riboflavin:F,niacin:F,pantoacid:F,vitaminb6:F,folatetotal:F,folateacid:F,foodfolate:F,folatedfe:F,vitb12:F,vitaiu:F,vitarae:F,retinol:F,vite:F,vitk:F,alphac:F,betac:F,betacrypt:F,lypocene:F,lutzea:F,fasat:F,famono:F,fapoly:F,cholestrl:F,gramwt1:F,gramdsc1:S,gramwt2:F,gramdsc2:S,refusepct:F,foodgroup:I],usda_weights[ndbno:I,seq:F,amount:F,unit:S,gramwt:F,ndata:I,stdev:F],nutritionaliases[ingkey:I,ndbno:I],__nutritionaliases_hash__[_H:I,_R:I],nutritionconversions[ingkey:I,unit:I,factor:F],__nutritionconversions_hash__[_H:I,_R:I]j#CNNNߌOOO׏CCGHHЊIOR͕KK&(*IKKKÎlӍj4:;;;;!#gourmand-1.2.0/src/gourmand/exporters/rtf_exporter.py000066400000000000000000000154401510115424500230630ustar00rootroot00000000000000import xml.sax.saxutils import PyRTF from gi.repository import Pango from gourmand import convert from gourmand.gdebug import debug from gourmand.i18n import _ from gourmand.image_utils import write_image_tempfile from . import exporter class rtf_exporter_multidoc(exporter.ExporterMultirec): def __init__(self, rd, recipe_table, out, conv=None): debug("rtf_exporter_multidoc starting!", 5) self.doc = PyRTF.Document() exporter.ExporterMultirec.__init__( self, rd, recipe_table, out, one_file=True, ext="rtf", exporter=rtf_exporter, exporter_kwargs={"doc": self.doc, "multidoc": True} ) debug("rtf_exporter_multidoc done!", 5) def write_footer(self): renderer = PyRTF.Renderer() renderer.Write(self.doc, self.ofi) class rtf_exporter(exporter.exporter_mult): def __init__( self, rd, r, out, conv=convert.Converter(), imgcount=1, mult=1, change_units=False, order=["image", "attr", "ings", "text"], doc=None, multidoc=False, ss=None, ): self.setup_document(doc, ss) self.multidoc = multidoc exporter.exporter_mult.__init__( self, rd, r, out, conv=conv, imgcount=imgcount, order=order, change_units=change_units, mult=mult, fractions=convert.FRACTIONS_NORMAL, # 1/2 1/4 3/4 fractions do_markup=False, # we'll handle this internally... ) def setup_document(self, doc=None, ss=None): if doc: self.doc = doc else: self.doc = PyRTF.Document() if ss: self.ss = ss else: self.ss = self.doc.StyleSheet self.ss.ParagraphStyles.Normal.TextStyle.TextPropertySet.Font = self.ss.Fonts.TimesNewRoman self.ss.ParagraphStyles.Heading1.TextStyle.TextPropertySet.Bold = True if not hasattr(self.ss.ParagraphStyles, "Heading3"): ps = PyRTF.ParagraphStyle( "Heading 3", PyRTF.TextStyle(PyRTF.TextPropertySet(self.ss.Fonts.Arial, 22)), PyRTF.ParagraphPropertySet(space_before=240, space_after=60), ) self.ss.ParagraphStyles.append(ps) def write_head(self): self.recsection = PyRTF.Section(break_type=PyRTF.Section.PAGE) self.doc.Sections.append(self.recsection) self.add_paragraph("%s\n" % self.r.title, self.ss.ParagraphStyles.Heading1) def write_foot(self): if not self.multidoc: renderer = PyRTF.Renderer() renderer.Write(self.doc, self.out) def write_attr_head(self): # self.add_paragraph(" ") pass def write_attr(self, label, text): if label != _("Title"): self.add_paragraph("\n%s: %s" % (label, text)) def write_attr_foot(self): self.add_paragraph(" ") def write_text(self, label, text): if not text: return self.add_paragraph(label, style=self.ss.ParagraphStyles.Heading2) pars = text.split("\n") # since we may have to deal with markup, we're going to handle this # on our own... for par in pars: p = PyRTF.Paragraph(self.ss.ParagraphStyles.Normal) # this code is partly copied from handle_markup in # exporter.py (a bit dumb, I know...) try: al, txt, sep = Pango.parse_markup(par, "\x00") except Exception: al, txt, sep = Pango.parse_markup(xml.sax.saxutils.escape(par), "\x00") ai = al.get_iterator() more = True while more: fd, lang, atts = ai.get_font() chunk = xml.sax.saxutils.escape(txt.__getslice__(*ai.range())) fields = fd.get_set_fields() style_args = {"font": self.ss.Fonts.TimesNewRoman} if fields != 0: if "style" in fields.value_nicks and fd.get_style() == Pango.Style.ITALIC: style_args["italic"] = True if "weight" in fields.value_nicks and fd.get_weight() == Pango.Weight.BOLD: style_args["bold"] = True if [att for att in atts if att.type == Pango.ATTR_UNDERLINE and att.value == Pango.Underline.SINGLE]: style_args["underline"] = True p.append(PyRTF.Elements.TEXT(encode_text(chunk), **style_args)) more = next(ai) self.recsection.append(p) def write_inghead(self): self.add_paragraph("Ingredients", style=self.ss.ParagraphStyles.Heading2) def write_grouphead(self, text): self.add_paragraph(text, style=self.ss.ParagraphStyles.Heading3) def write_ingref(self, amount=1, unit=None, item=None, optional=False, refid=None): ### DOES RTF SUPPORT LINKING? IF SO, WE SHOULD DO BETTER HERE... self.write_ing(amount, unit, item, None, optional) def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): txt = "" for p in amount, unit, item: if p: txt += "%s " % p if optional: txt += "(optional) " txt = txt[0:-1] # strip trailing space self.add_paragraph(txt) def write_image(self, image): try: i = PyRTF.Image(write_image_tempfile(image)) self.recsection.append(i) self.add_paragraph(" ") except AttributeError: # If PyRTF has no attribute Image, this is an old version # and we can't do anything with images. pass def add_paragraph(self, text, style=None): args = [] if style: args.append(style) else: args.append(self.ss.ParagraphStyles.Normal) p = PyRTF.Paragraph(*args) p.append(encode_text(text)) self.recsection.append(p) def encode_text(txt): """Encode our text in codepage 1252.""" # return txt try: return txt.encode("cp1252", "strict") except UnicodeEncodeError: try: return txt.encode("cp1252", "strict") except UnicodeEncodeError: return txt.encode("cp1252", "replace") if __name__ == "__main__": from .__init__ import RTF, Tester t = Tester() print("Exporting test to /tmp/test_recs.rtf") import sys t.run_export( **{ "format": RTF, "rv": t.rm.recipe_table[4:9], "rec": t.rm.recipe_table[-1], #'mode':'exporter', "mode": "mult_exporter", "file": "/tmp/test_recs.rtf", "prog": lambda *args, **kwargs: sys.stderr.write("%s%s" % (args, kwargs)), "out": open("/tmp/test_rec.rtf", "wb"), } ) gourmand-1.2.0/src/gourmand/exporters/xml_exporter.py000066400000000000000000000042771510115424500230760ustar00rootroot00000000000000import xml.dom from typing import List, Optional from .exporter import exporter_mult # Base XML exporter class class XmlExporter(exporter_mult): # doc_element = 'rec' # doctype_desc = '' # dtd_path = '' def __init__(self, rd, r, out, order: Optional[List[str]] = None, xmlDoc=None, **kwargs): order = order or ["attr", "image", "ings", "text"] if xmlDoc: self.xmlDoc = xmlDoc self.i_created_this_document = False self.top_element = self.xmlDoc.childNodes[1] else: self.create_xmldoc() exporter_mult.__init__(self, rd, r, out, use_ml=True, convert_attnames=False, do_markup=True, order=order, **kwargs) def create_xmldoc(self): self.i_created_this_document = True impl = xml.dom.getDOMImplementation() doctype = impl.createDocumentType(self.doc_element, self.doctype_desc, self.dtd_path) self.xmlDoc = impl.createDocument(None, self.doc_element, doctype) self.top_element = self.xmlDoc.documentElement # Convenience methods def set_attribute(self, element, attribute, value): a = self.xmlDoc.createAttribute(attribute) element.setAttributeNode(a) element.setAttribute(attribute, value) def append_text(self, element, text): try: assert isinstance(text, str) except AssertionError: print("Text is not text") print("append_text received", element, text) raise TypeError("%r is not a StringType" % text) try: t = self.xmlDoc.createTextNode(text) element.appendChild(t) except Exception as e: print("FAILED WHILE WORKING ON ", element) print("TRYING TO APPEND", text[:100]) raise e def create_text_element(self, element_name, text, attrs={}): element = self.create_element_with_attrs(element_name, attrs) self.append_text(element, text) return element def create_element_with_attrs(self, element_name, attdic): element = self.xmlDoc.createElement(element_name) for k, v in list(attdic.items()): self.set_attribute(element, k, str(v)) return element gourmand-1.2.0/src/gourmand/gdebug.py000066400000000000000000000041371510115424500175430ustar00rootroot00000000000000import time import traceback from gourmand.optionparser import args debug_level = args.debug or 0 debug_file = args.debug_file timestamp = args.time if debug_file: import re debug_file = re.compile(debug_file) if debug_level > 0: print("DEBUG_LEVEL=", debug_level) if debug_file: print("DEBUG_FILE=", debug_file) def debug(message, level=10): if timestamp: ts = "%s:" % time.time() else: ts = "" if level <= debug_level: stack = traceback.extract_stack() if len(stack) >= 2: caller = stack[-2] finame = caller[0] line = caller[1] else: finame = " ".join(stack) line = "" if args.debug_file: if debug_file.search(finame): print("DEBUG: ", ts, "%s: %s" % (finame, line), message) else: print("DEBUG: ", ts, "%s: %s" % (finame, line), message) timers = {} class TimeAction: def __init__(self, name, level=10): self.level = level if level <= debug_level: self.name = name self.start = time.time() def end(self): if self.level <= debug_level: end = time.time() t = end - self.start # grab our location stack = traceback.extract_stack() if len(stack) > 2: caller = stack[-2] finame = caller[0] else: finame = " ".join(stack) if not args.debug_file or debug_file.search(finame): print("DEBUG: %s TOOK %s SECONDS" % (self.name, t)) if self.name not in timers: timers[self.name] = [t] else: timers[self.name].append(t) def print_timer_info(): for n, times in list(timers.items()): print("%s:" % n, end=" ") for t in times: print("%.02e" % t, ",", end=" ") print("") if __name__ == "__main__": t = TimeAction("this is a test", 0) debug("This is a test", 0) debug("This is another test", 0) t.end() print_timer_info() gourmand-1.2.0/src/gourmand/gglobals.py000066400000000000000000000100511510115424500200700ustar00rootroot00000000000000import os.path from pathlib import Path from gi.repository import Gdk, GdkPixbuf, Gtk from gourmand.i18n import _ from .image_utils import load_pixbuf_from_resource from .optionparser import args # TODO: remove the gourmanddir global variable # Instead of making this a global, it should be passed as an argument to # interested parties. # On linux, data are kept in $XDG_DATA_HOME or defaults to "$HOME/.local/share". if args.gourmanddir: gourmanddir = Path(args.gourmanddir).absolute() elif os.name == "nt": gourmanddir = Path(os.environ["APPDATA"]).absolute() / "gourmand" else: path = os.environ.get("XDG_DATA_HOME", "~/.local/share") gourmanddir = Path(path).expanduser().absolute() / "gourmand" use_threads = args.threads # Uncomment the below to test FauxThreads # use_threads = False REC_ATTRS = [ ("title", _("Title"), "Entry"), ("category", _("Category"), "Combo"), ("cuisine", _("Cuisine"), "Combo"), ("rating", _("Rating"), "Entry"), ("source", _("Source"), "Combo"), ("link", _("Website"), "Entry"), ("yields", _("Yield"), "Entry"), ("yield_unit", _("Yield Unit"), "Combo"), ("preptime", _("Preparation Time"), "Entry"), ("cooktime", _("Cooking Time"), "Entry"), ] INT_REC_ATTRS = ["rating", "preptime", "cooktime"] FLOAT_REC_ATTRS = ["yields"] TEXT_ATTR_DIC = { "instructions": _("Instructions"), "modifications": _("Notes"), } REC_ATTR_DIC = {} NAME_TO_ATTR = { _("Instructions"): "instructions", _("Notes"): "modifications", _("Modifications"): "modifications", } DEFAULT_ATTR_ORDER = [ "title", # 'servings', "yields", "cooktime", "preptime", "category", "cuisine", "rating", "source", "link", ] DEFAULT_TEXT_ATTR_ORDER = [ "instructions", "modifications", ] def build_rec_attr_dic(): for attr, name, widget in REC_ATTRS: REC_ATTR_DIC[attr] = name NAME_TO_ATTR[name] = attr build_rec_attr_dic() DEFAULT_HIDDEN_COLUMNS = [REC_ATTR_DIC[attr] for attr in ("link", "yields", "yield_unit", "preptime", "cooktime")] # Set up custom STOCK items and ICONS! icon_factory = Gtk.IconFactory() # TODO: Move this into GTK-specific code # TODO: Update/remove potentially-deprecated code? # GTK 3 has deprecated the use of stock icons, so this may need to be rewritten # (or removed altogether) to ensure this works in the future def add_icon(pixbuf: GdkPixbuf.Pixbuf, stock_id: str, label: str = None, modifier: Gdk.ModifierType = 0, keyval: int = 0) -> None: iconset = Gtk.IconSet.new_from_pixbuf(pixbuf) icon_factory.add(stock_id, iconset) icon_factory.add_default() # TODO: fix adding icons return Gtk.stock_add([(stock_id, label, modifier, keyval, "")]) for filename, stock_id, label, modifier, keyval in [ ("AddToShoppingList.png", "add-to-shopping-list", _("Add to _Shopping List"), Gdk.ModifierType.CONTROL_MASK, Gdk.keyval_from_name("l")), ("reccard.png", "recipe-card", None, 0, 0), ("reccard_edit.png", "edit-recipe-card", None, 0, 0), ]: add_icon(load_pixbuf_from_resource(filename), stock_id, label, modifier, keyval) # Color scheme preference def _get_link_and_star_color(): dummy_tv = Gtk.TextView() style = dummy_tv.get_style_context() bgcolor = style.get_background_color(Gtk.StateType.NORMAL) fgcolor = style.get_color(Gtk.StateType.NORMAL) total_bg = sum([bgcolor.red, bgcolor.green, bgcolor.blue]) total_fg = sum([fgcolor.red, fgcolor.green, fgcolor.blue]) if total_bg < total_fg: # Dark mode link_color = "deeppink" star_color = "gold" else: # Light mode link_color = "blue" star_color = "blue" return link_color, star_color LINK_COLOR, star_color = _get_link_and_star_color() NO_STAR = Path(__file__).parent / "data" / "images" / "no_star.png" HALF_STAR = Path(__file__).parent / "data" / "images" / f"half_{star_color}_star.png" FULL_STAR = Path(__file__).parent / "data" / "images" / f"{star_color}_star.png" HEADERS = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0"} gourmand-1.2.0/src/gourmand/gtk_extras/000077500000000000000000000000001510115424500201025ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/gtk_extras/LinkedTextView.py000066400000000000000000000207401510115424500233650ustar00rootroot00000000000000### Copyright (C) 2005 Thomas M. Hinkle ### Copyright (C) 2009 Rolf Leggewie ### ### This library 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. ### ### This library 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 this library; if not, write to the Free Software ### Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 ### USA # Largely based on hypertext.py example in pygtk docs by # Maik Hertha import re from typing import Optional from gi.repository import Gdk, GObject, Gtk, Pango from gourmand.gglobals import LINK_COLOR from gourmand.gtk_extras.pango_buffer import PangoBuffer from gourmand.gtk_extras.pango_html import PangoToHtml class LinkedPangoBuffer(PangoBuffer): href_regexp = re.compile(r"]*>(.*?)") url_markup = f'underline="single" color="{LINK_COLOR}"' url_props = [("underline", Pango.Underline.SINGLE), ("foreground-gdk", LINK_COLOR)] markup_dict = {} def set_text(self, txt: str) -> None: m = self.href_regexp.search(txt) if m: while m: href = m.groups()[0] body = m.groups()[1] if body in self.markup_dict and self.markup_dict[body] != href: raise ValueError("Cannot handle duplicated link bodies", body, self.markup_dict[body], href) self.markup_dict[body] = href m = self.href_regexp.search(txt, m.end()) txt = self.href_regexp.sub(r"\2" % self.url_markup, txt) super().set_text(txt) def get_text( self, start: Optional[Gtk.TextIter] = None, end: Optional[Gtk.TextIter] = None, include_hidden_chars: bool = False, ignore_links: bool = False ) -> str: """Get the buffer content. If `include_hidden_chars` is set, then the html markup content is returned. If `ignore_links` is set, then links in the text will not be serialised, and link targets will be lost. """ if start is None: start = self.get_start_iter() if end is None: end = self.get_end_iter() if include_hidden_chars is False: return super().get_text(start, end, include_hidden_chars) else: format_ = self.register_serialize_tagset() pango_markup = self.serialize(self, format_, start, end) return PangoToHtml().feed(pango_markup, self.markup_dict, ignore_links) class LinkedTextView(Gtk.TextView): __gtype_name__ = "LinkedTextView" hovering_over_link = False hand_cursor = Gdk.Cursor.new_for_display(Gdk.Display.get_default(), Gdk.CursorType.HAND2) # I-beam shaped text_cursor = Gdk.Cursor.new_for_display(Gdk.Display.get_default(), Gdk.CursorType.XTERM) __gsignals__ = {"link-activated": (GObject.SignalFlags.RUN_LAST, GObject.TYPE_STRING, [GObject.TYPE_STRING])} def __init__(self): super().__init__() self.set_buffer(self.make_buffer()) buf = self.get_buffer() self.set_text = buf.set_text self.connect("key-press-event", self.key_press_event) self.connect("event-after", self.event_after) self.connect("motion-notify-event", self.motion_notify_event) self.connect("visibility-notify-event", self.visibility_notify_event) def make_buffer(self): return LinkedPangoBuffer() def key_press_event(self, text_view: "LinkedTextView", event: Gdk.Event) -> bool: """Handle Enter key-press on time links.""" keyname = Gdk.keyval_name(event.keyval) if keyname in ["Return", "KP_Enter"]: buffer = text_view.get_buffer() itr = buffer.get_iter_at_mark(buffer.get_insert()) return self.follow_if_link(text_view, itr) return False def event_after(self, text_view: "LinkedTextView", event: Gdk.Event) -> bool: """Handle mouse clicks on time links.""" _, button = event.get_button() # Check for selection buffer = text_view.get_buffer() selection = buffer.get_selection_bounds() selecting = not (len(selection) != 0 and (selection[0].get_offset() != selection[1].get_offset())) # Check for a left mouse click (as set by the system, not hardware). if event.type == Gdk.EventType.BUTTON_RELEASE and button == 1 and not selecting: x, y = text_view.window_to_buffer_coords(Gtk.TextWindowType.WIDGET, int(event.x), int(event.y)) _, itr = text_view.get_iter_at_location(x, y) self.follow_if_link(text_view, itr) return False # Do not process the event further def set_cursor_if_appropriate(self, text_view: "LinkedTextView", x: int, y: int) -> None: """Set the mouse cursor to be a hand when hovering over a time link. Check that the text at the position (x, y) within the text view, is valid link content. The link text is obtained by getting the content between the tag preceding the cursor position, and the tag following it. If it is valid link content, as kept in memory within the buffer's `markup_dict`, then set the cursor to a hand. If leaving the area of a time link, set the cursor to an I-beam. """ _, itr = text_view.get_iter_at_location(x, y) hovering_over_link = False # Get the tags surrounding the text at the cursor. begin = itr.copy() begin.forward_to_tag_toggle() end = itr.copy() end.backward_to_tag_toggle() # Check if the text is the content of a link. text = text_view.get_buffer().get_text(begin, end) if text in text_view.get_buffer().markup_dict: hovering_over_link = True cursor = self.hand_cursor if hovering_over_link else self.text_cursor text_view.get_window(Gtk.TextWindowType.TEXT).set_cursor(cursor) # Update the cursor image if the pointer moved. def motion_notify_event(self, text_view, event): x, y = text_view.window_to_buffer_coords(Gtk.TextWindowType.WIDGET, int(event.x), int(event.y)) self.set_cursor_if_appropriate(text_view, x, y) return False # Also update the cursor image if the window becomes visible # (e.g. when a window covering it got iconified). def visibility_notify_event(self, text_view, event): _, wx, wy, _ = text_view.get_window(Gtk.TextWindowType.WIDGET).get_pointer() bx, by = text_view.window_to_buffer_coords(Gtk.TextWindowType.WIDGET, wx, wy) self.set_cursor_if_appropriate(text_view, bx, by) return False def follow_if_link(self, text_view: "LinkedTextView", itr: Gtk.TextIter) -> bool: """Retrieve the target of a link that was clicked. This is done by emitting the `link-activated` signal defined in this class. Whether or not it was a link, the click won't be processed further. """ # Get the tags where the colours are set, marking the link text. begin = itr.copy() begin.forward_to_tag_toggle() end = itr.copy() end.backward_to_tag_toggle() # Get the target of the link from its text. link_text = text_view.get_buffer().get_text(begin, end) target = text_view.get_buffer().markup_dict.get(link_text) # Confirm that is is in the links dictionary. if target is not None: self.emit("link-activated", target) return False # Do not process the signal further. if __name__ == "__main__": def print_link(tv, link): print(link) tv = LinkedTextView() tv.connect("link-activated", print_link) w = Gtk.Window() w.add(tv) tv.get_buffer().set_text( """This is some text Some fancy, fancy, text. This is a link, a fancy, fancy link. recipe link ¼ recipe boogoochooboo Yeah! """ ) print(tv.get_buffer().get_text(include_hidden_chars=True)) w.show_all() w.connect("delete-event", lambda *args: Gtk.main_quit()) Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/WidgetSaver.py000066400000000000000000000125151510115424500227040ustar00rootroot00000000000000import os from gi.repository import Gdk, Gtk from gourmand.gdebug import debug class WidgetSaver: """A class to save and load widget properties to/from a dictionary. We leave it to whoever hands us the dictionary to save the dictionary. dictionary should contain a property name as a key and a value as a value. On __init__, we will load these properties into the widget and who the widget. Each signal in signals will be connected to save_properties""" def __init__(self, widget, dictionary={}, signals=["destroy"], show=True): self.w = widget self.dictionary = dictionary self.signals = signals self.load_properties() for s in self.signals: self.w.connect(s, self.save_properties) if show: self.w.show() def load_properties(self): for p, v in list(self.dictionary.items()): self.w.set_property(p, v) def save_properties(self, *args): for p in list(self.dictionary.keys()): self.dictionary[p] = self.w.get_property(p) return False # we don't handle any signals class WindowSaver(WidgetSaver): def __init__(self, widget, dictionary={}, signals=["configure-event", "delete-event"], show=True): """We save the position and state of the window in dictionary. The dictionary consists of {window_size: widget.get_size(), position: widget.get_position(),}""" # Window positioning is bad on Windows -- setting # GRAVITY_STATIC creates a nightmare for users, so we'll just # disable this whole thing if os.name == "nt": return widget.set_gravity(Gdk.Gravity.STATIC) # widget.set_gravity(Gdk.GRAVITY_NORTH_WEST) WidgetSaver.__init__(self, widget, dictionary, signals, show) def load_properties(self): # if os.name=='nt': return for p, f in ["window_size", self.w.resize], ["position", self.w.move]: if p in self.dictionary and self.dictionary[p]: debug("applying %s %s" % (f, self.dictionary[p]), 3) # if os.name=='nt' and p=='position' and self.dictionary['position'][1]<20: # #print 'FIDDLING WITH WINDOW FOR WINDOWS' # #self.dictionary[p] = self.dictionary[p][0],20 f(*self.dictionary[p]) def save_properties(self, *args): if os.name == "nt": return if isinstance(self.w, Gtk.Window) and not self.w.get_state() & Gdk.WindowState.MAXIMIZED: # ignore the maximized window when we save sizes self.dictionary["window_size"] = self.w.get_size() self.dictionary["position"] = self.w.get_position() # For Windows, we sometimes have windows put out of view... # if self.dictionary['position'][1] < 20: # self.w.set_position((self.dictionary['position'][0],20)) # #self.dictionary['position']=self.w.get_position() debug("Saved properties: %s" % self.dictionary, 4) return False class WidgetPrefs: def __init__(self, prefs, glade=None, hideable_widgets=[], basename="hide_"): """hideable_widgets is a list of tuples: (widget_name, widget_desc) OR ([widget_name,widget_name],widget_desc) widget_name is a string, handed to glade: glade.get_widget(widget) Multiple widget_names are allowed so that we can hide things like widgets and labels in one fell swoop """ self.glade = glade self.basename = basename self.hideable_widgets = hideable_widgets self.apply_widget_prefs() def toggle_widget(self, w, val): """Toggle the visibility of widget 'w'""" if val: method = "hide" else: method = "show" if isinstance(w, str): w = [w] for wn in w: widg = self.glade.get_widget(wn) if widg: getattr(widg, method)() else: debug("There is no widget %s" % wn, 1) def apply_widget_prefs(self): """Apply our widget preferences.""" for w, desc in self.hideable_widgets: if self.get_widget_pref(w): self.toggle_widget(w, True) else: self.toggle_widget(w, False) def get_widget_pref(self, w): """Get our widget preferences.""" return self.prefs.get(self.keyname(w), False) def keyname(self, w): if isinstance(w, list): w = w[0] return "%s%s" % (self.basename, w) def set_widget_pref(self, w, val): self.prefs[self.keyname(w)] = val self.toggle_widget(w, val) def apply_option(self, options): for tup in options: desc, val = tup w = self.apply_pref_dic[desc] self.set_widget_pref(w, val) def make_option_list(self): option_list = [] self.apply_pref_dic = {} for w, desc in self.hideable_widgets: pref = ["Hide %s" % desc, self.get_widget_pref(w)] self.apply_pref_dic[pref[0]] = w option_list.append(pref) return option_list def show_pref_dialog(self, *args): from . import dialog_extras pd = dialog_extras.preferences_dialog(options=self.make_option_list(), apply_func=self.apply_option) pd.run() gourmand-1.2.0/src/gourmand/gtk_extras/__init__.py000066400000000000000000000005261510115424500222160ustar00rootroot00000000000000from gi.repository import Gtk def fix_action_group_importance(ag): for action in ag.list_actions(): ifact = Gtk.IconFactory() if not action.get_property("stock-id") or not ifact.lookup(action.get_property("stock-id")): # print 'No icon found for',action action.set_property("is-important", True) gourmand-1.2.0/src/gourmand/gtk_extras/cb_extras.py000066400000000000000000000163271510115424500224370ustar00rootroot00000000000000from gi.repository import Gdk, GObject, Gtk from gourmand.gdebug import debug class FocusFixer: key = None def __init__(self, cbe): children = cbe.get_children() self.e = children[0] if children else cbe self.e.connect("key-press-event", self.keypress_event_cb) self.e.connect("focus-out-event", self.focus_out_cb) self.e.connect("focus-in-event", self.focus_in_cb) cbe.connect("focus-in-event", self.focus_in_cb) def focus_in_cb(self, widget, event): self.e.grab_focus() def focus_out_cb(self, widget, event): if not event.in_ and self.key in ["Tab"]: parent = widget.get_parent() while parent and not isinstance(parent, Gtk.Window): parent = parent.get_parent() for n in range(2): parent.emit("move-focus", Gtk.DirectionType.RIGHT) # parent.emit('move-focus',Gtk.DIRECTION_LEFT) def keypress_event_cb(self, w, event): self.key = Gdk.keyval_name(event.keyval) def cb_get_active_text(combobox): """Get the selected/active text of combobox""" model = combobox.get_model() active = combobox.get_active() if active < 0: return None return model[active][0] def cb_set_active_text(combobox, text, col=0): """Set the active text of combobox to text. We fail if the text is not already in the model. Column is the column of the model from which text is drawn.""" model = combobox.get_model() n = 0 for rw in model: if rw[col] == text: combobox.set_active(n) return n n += 1 return None class setup_typeahead: """We setup selection of ComboBox items when the ComboBox is selected.""" def __init__(self, cb, col=0): self.cb = cb # we try to connect to our children renderers... if self.cb.get_children(): for c in cb.get_children(): # c.set_direction(Gtk.DIR_UP) try: c.connect("key_press_event", self.key_press_cb) except Exception: debug("couldn't connect key_press_event for %s" % c, 1) self.col = col self.str = "" self.cb.connect("key_press_event", self.key_press_cb) self.typeahead_timeout = 1500 self.last_timeout = None def key_press_cb(self, widget, event): newstr = event.string if not newstr: return self.str += newstr match = self.match_string_in_combo(self.str) if isinstance(match, int): self.cb.set_active(match) ## otherwise, perhaps they didn't mean to combine strings else: self.str = "" match = self.match_string_in_combo(newstr) if isinstance(match, int): self.cb.set_active(match) self.string = newstr if isinstance(match, int): if self.last_timeout: GObject.source_remove(self.last_timeout) self.last_timeout = GObject.timeout_add(self.typeahead_timeout, self.reset_str) def reset_str(self, *args): self.string = "" def match_string_in_combo(self, str): mod = self.cb.get_model() n = 0 for r in mod: modstr = r[self.col] if modstr.lower().find(str.lower()) == 0: return n n += 1 def setup_completion(cbe, col=0): """Setup an EntryCompletion on a ComboBoxEntry based on the items in the ComboBox's model""" model = cbe.get_model() children = cbe.get_children() if children: entry = children[0] cbe.entry = entry # for convenience/backward compatibility with Gtk.Combo make_completion(entry, model, col) def make_completion(entry, model, col=0): """Setup completion for an entry based on model.""" if not isinstance(entry, Gtk.Entry): import traceback if isinstance(entry.get_child(), Gtk.Entry): print("WARNING: make_completion() called with ", entry, "and model", model) entry = entry.get_child() traceback.print_stack(limit=3) print("Using its child, ", entry, "instead.") else: print("WARNING: ", entry, "is not a GTK Entry") traceback.print_stack(limit=3) return completion = Gtk.EntryCompletion() completion.set_model(model) completion.set_text_column(col) entry.set_completion(completion) def on_activate(*args): txt = entry.get_text().lower() completion = False for r in model: if r[0].lower().startswith(txt): if completion: # if there are more than one # possible completion, we do nothing return True completion = r[0] if completion != txt: if completion: entry.set_text(completion) return True entry.connect("activate", on_activate) def set_model_from_list(cb, list, expand=True): """Setup a ComboBox based on a list of strings.""" model = Gtk.ListStore(str) for entry in list: model.append([entry]) cb.set_model(model) # if type(cb) == (Gtk.ComboBox,): # cb.set_text_column(0) # setup_completion(cb) if isinstance(cb, Gtk.ComboBox): cb.clear() cell = Gtk.CellRendererText() # help(cb) # | pack_start(self, cell:Gtk.CellRenderer, expand:bool) cb.pack_start(cell, expand) cb.add_attribute(cell, "text", 0) setup_typeahead(cb, 0) if __name__ == "__main__": w = Gtk.Window() vb = Gtk.VBox() # vb.add(Gtk.Button('Blank button')) # for n in range(10): vb.add(Gtk.Button('Other blank')) hbox = Gtk.HBox() label = Gtk.Label() label.set_text_with_mnemonic("Enter a _fruit: ") cbe = Gtk.ComboBoxEntry() FocusFixer(cbe) label.set_mnemonic_widget(cbe) set_model_from_list(cbe, ["Apples", "Oranges", "Grapes", "Mango", "Papaya", "Plantain", "Kiwi", "Cherry", "Bananas"]) hbox.add(label) hbox.add(cbe) vb.add( Gtk.Label( label="""Here's an EntryCompletion widget automatically in sync with the ComboBoxEntry widget. Hitting return will select the first item in the EntryCompletion popup window.""" ) ) vb.add(hbox) def make_combo(expand=True): label2 = Gtk.Label() label2.set_text_with_mnemonic("Mode of _Transportation") cb = Gtk.ComboBox() label2.set_mnemonic_widget(cb) set_model_from_list(cb, ["Planes", "Trains", "Automobiles", "Spacecraft", "Bicycles"], expand=expand) setup_typeahead(cb) hb2 = Gtk.HBox() hb2.add(label2) hb2.add(cb) hb2.show_all() return hb2 vb.add( Gtk.Label( """Here's a ComboBox widget. With the widget selected, you can type e.g. "a" to select "airplane." Once the cb-popup window is up, however, typing doesn't do anything (doh!)""" ) ) vb.add(make_combo()) vb.add(Gtk.Label("""ComboBox, expand=False""")) vb.add(make_combo(expand=False)) vb.show_all() w.add(vb) w.show_all() w.connect("destroy", lambda *args: Gtk.main_quit()) Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/dialog_extras.py000066400000000000000000001437621510115424500233160ustar00rootroot00000000000000import os.path import re import traceback import xml.sax.saxutils from pathlib import Path from pkgutil import get_data from typing import List, Optional, Tuple, Union from urllib.parse import urlparse from gi.repository import GObject, Gtk, Pango from gi.repository.GLib import UserDirectory, get_user_special_dir from gourmand.gdebug import debug from gourmand.i18n import _ from gourmand.image_utils import image_to_pixbuf, make_thumbnail from . import optionTable from .validation import ValidatingEntry H_PADDING = 12 Y_PADDING = 12 class UserCancelledError(Exception): pass class ModalDialog(Gtk.Dialog): def __init__(self, default=None, title="", okay=True, label=False, sublabel=False, parent=None, cancel=True, modal=True, expander=None): """Our basic class. We allow for a label. Possibly an expander with extra information, and a simple Okay button. The expander is are only fancy option. It should be a list ['Name of expander', CONTENTS]. CONTENTS can be a string (to be put in a label), a widget (to be packed in the expander), or a list of strings and widgets to be packed in order.""" self.widget_that_grabs_focus = None self.setup_dialog(title=title, parent=parent) self.connect("destroy", self.cancelcb) self.set_border_width(15) self.default = default self.ret = default self.responses = { Gtk.ResponseType.OK: self.okcb, Gtk.ResponseType.CANCEL: self.cancelcb, Gtk.ResponseType.NONE: self.cancelcb, Gtk.ResponseType.CLOSE: self.cancelcb, Gtk.ResponseType.DELETE_EVENT: self.cancelcb, } if modal: self.set_modal(True) else: self.set_modal(False) if label: self.setup_label(label) if sublabel: self.setup_sublabel(sublabel) if expander: self.set_resizable(True) # should users want to resize the dialog self.setup_expander(expander) self.setup_buttons(cancel, okay) self.vbox.set_vexpand(True) self.vbox.show_all() def setup_dialog(self, *args, **kwargs): Gtk.Dialog.__init__(self, *args, **kwargs) def setup_label(self, label: str): """Add Pango markup to label""" self.set_title(label) label = '%s' % label self.label = Gtk.Label(label=label) self.label.set_line_wrap(True) self.label.set_selectable(True) self.vbox.pack_start(self.label, expand=False, fill=False, padding=0) self.label.set_padding(H_PADDING, Y_PADDING) self.label.set_alignment(0, 0) self.label.set_justify(Gtk.Justification.LEFT) self.label.set_use_markup(True) self.label.show() def setup_sublabel(self, sublabel): self.sublabel = Gtk.Label(label=sublabel) self.sublabel.set_selectable(True) self.vbox.pack_start(self.sublabel, False, True, 0) self.sublabel.set_padding(H_PADDING, Y_PADDING) self.sublabel.set_alignment(0, 0) self.sublabel.set_justify(Gtk.Justification.LEFT) self.sublabel.set_use_markup(True) self.sublabel.set_line_wrap_mode(Pango.WrapMode.WORD) self.sublabel.show() def setup_buttons(self, cancel, okay): if cancel: self.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL) if okay: self.add_button(Gtk.STOCK_OK, Gtk.ResponseType.OK) self.connect("response", self.response_cb) def response_cb(self, dialog, response, *params): if response in self.responses: self.responses[response]() else: print("WARNING, no response for ", response) def setup_expander(self, content: List[str]): _, body = content self.expander = Gtk.Expander() self.expander.set_use_underline(True) self.expander_vbox = Gtk.VBox() sw = Gtk.ScrolledWindow() sw.add_with_viewport(self.expander_vbox) sw.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) sw.set_min_content_height(150) self.expander.add(sw) self._add_expander_item(body) self.expander.show() self.expander_vbox.show_all() self.vbox.add(self.expander) def _add_expander_item(self, item): if isinstance(item, str): label = Gtk.Label(label=item) label.set_selectable(True) label.set_line_wrap_mode(Pango.WrapMode.WORD) self.expander_vbox.pack_start(label, False, False, 0) elif isinstance(item, (list, tuple)): list(map(self._add_expander_item, item)) else: self.expander_vbox.pack_start(item, True, True, 0) def run(self): self.show() if self.widget_that_grabs_focus: self.widget_that_grabs_focus.grab_focus() if self.get_modal(): Gtk.main() return self.ret def okcb(self, *args): self.hide() if self.get_modal(): Gtk.main_quit() def cancelcb(self, *args): self.hide() self.ret = None if self.get_modal(): Gtk.main_quit() class MessageDialog(Gtk.MessageDialog, ModalDialog): """A simple class for displaying messages to our users.""" def __init__( self, title="", default=None, okay=True, cancel=True, label=False, sublabel=False, expander=None, message_type=Gtk.MessageType.INFO, parent=None, modal=True, ): self.message_type = message_type ModalDialog.__init__( self, title=title, default=default, okay=okay, cancel=cancel, label=label, sublabel=sublabel, parent=parent, expander=expander, modal=modal ) def setup_dialog(self, *args, **kwargs): kwargs["type"] = self.message_type title = kwargs.pop("title", None) super().__init__(self, *args, **kwargs) self.set_title(title) def setup_label(self, label: str): label = xml.sax.saxutils.escape(label) label = f'{label}' self.set_markup(label) def setup_sublabel(self, sublabel: str): self.format_secondary_markup(sublabel) class NumberDialog(ModalDialog): """A dialog to get a number from our user.""" def __init__(self, default=None, label=False, sublabel=False, step_incr=1, page_incr=10, digits=0, min=0, max=10000, parent=None): ModalDialog.__init__(self, default=default, parent=parent) self.hbox = Gtk.HBox() self.vbox.add(self.hbox) self.spinButton = Gtk.SpinButton() if not default: val = 0 else: val = float(default) self.adjustment = Gtk.Adjustment(val, lower=min, upper=max, step_incr=step_incr, page_incr=page_incr) self.spinButton.set_adjustment(self.adjustment) if default: self.spinButton.set_value(default) if label: self.label = Gtk.Label(label=label) self.label.set_selectable(True) self.label.set_line_wrap_mode(Pango.WrapMode.WORD) self.label.set_padding(H_PADDING, Y_PADDING) self.hbox.add(self.label) self.label.show() self.hbox.add(self.spinButton) self.spinButton.get_adjustment().connect("value_changed", self.update_value) self.spinButton.get_adjustment().connect("changed", self.update_value) self.spinButton.show() self.spinButton.connect("activate", self.entry_activate_cb) self.hbox.show() def update_value(self, *args): self.ret = self.spinButton.get_value() def entry_activate_cb(self, *args): self.okcb() class EntryDialog(ModalDialog): """A dialog to get some text from an Entry from our user.""" def __init__( self, default=None, label=None, sublabel=None, entryLabel=False, entryTip=None, parent=None, visibility=True, default_value=None, default_character_width=None, ): ModalDialog.__init__(self, default=default, parent=parent, label=label, sublabel=sublabel) self.hbox = Gtk.HBox() self.vbox.add(self.hbox) if entryLabel: self.elabel = Gtk.Label(label=entryLabel) self.elabel.set_line_wrap_mode(Pango.WrapMode.WORD) self.elabel.set_selectable(True) self.elabel.set_alignment(0, 0) self.hbox.add(self.elabel) self.elabel.show() self.elabel.set_padding(H_PADDING, Y_PADDING) self.entry = Gtk.Entry() self.entry.set_visibility(visibility) self.entry.connect("activate", self.entry_activate_cb) if default_character_width: if hasattr(self.entry, "set_width_chars"): self.entry.set_width_chars(default_character_width) if hasattr(self, "label") and hasattr(self.label, "set_width_chars"): self.label.set_width_chars(default_character_width) if hasattr(self, "sublabel") and hasattr(self.sublabel, "set_width_chars"): self.sublabel.set_width_chars(default_character_width) self.hbox.add(self.entry) self.entry.set_can_default(True) self.entry.grab_default() self.hbox.show() if default: self.entry.set_text(default) if entryTip: self.entry.set_tooltip_text(entryTip) self.entry.connect("changed", self.update_value) # Set the default value after connecting our handler so our # value gets updated! if default_value: self.entry.set_text(default_value) self.entry.show_all() self.entry.show() self.widget_that_grabs_focus = self.entry def update_value(self, *args): self.ret = self.entry.get_text() def entry_activate_cb(self, *args): if self.ret: self.okcb() class RadioDialog(ModalDialog): """A dialog to offer our user a choice between a few options.""" def __init__(self, default=None, label="Select Option", sublabel=None, options=[], parent=None, expander=None, cancel=True): ModalDialog.__init__(self, okay=True, label=label, sublabel=sublabel, parent=parent, expander=expander, cancel=cancel) # defaults value is first value... self.default = default self.setup_radio_buttons(options) if options and default is None: self.ret = options[0][1] def setup_radio_buttons(self, options): previous_radio = None self.buttons = [] for label, value in options: rb = Gtk.RadioButton(group=previous_radio, label=label, use_underline=True) rb.connect("activate", self.okcb) self.vbox.add(rb) rb.show() rb.connect("toggled", self.toggle_cb, value) self.buttons.append(rb) previous_radio = rb if self.default == value: rb.set_active(True) self.widget_that_grabs_focus = rb if self.default is None: self.buttons[0].set_active(True) self.widget_that_grabs_focus = self.buttons[0] def toggle_cb(self, widget, value): if widget.get_active(): self.ret = value class OptionDialog(ModalDialog): """Offer users a choice between options using an option menu""" def __init__(self, default=None, label="Select Option", sublabel=None, options=[], parent=None, expander=None, cancel=True): """Options can be a simple option or can be a tuple or a list where the first item is the label and the second the value""" ModalDialog.__init__(self, okay=True, label=label, sublabel=sublabel, parent=parent, expander=expander, cancel=cancel) self.combobox = Gtk.ComboBoxText() self.vbox.pack_start(self.combobox, expand=False, fill=False, padding=0) self.option_values = [] for o in options: if isinstance(o, str): label = value = o else: label, value = o self.combobox.append_text(label) self.option_values.append(value) # set the default value to the first item self.ret = self.option_values[0] self.combobox.connect("changed", self.get_option) self.combobox.set_active(0) self.combobox.show() def get_option(self, widget): self.ret = self.option_values[self.combobox.get_active()] # return self.ret def set_value(self, value): self.ret = value class ProgressDialog(ModalDialog): """A dialog to show a progress bar""" def __init__(self, title="", okay=True, label="", sublabel=False, parent=None, cancel=False, stop=False, pause=False, modal=False): # stop, cancel, and pause are set as callbacks to their buttons self.custom_pausecb = pause self.custom_cancelcb = cancel self.custom_pause_handlers = [] self.custom_stop_handlers = [] self.custom_stopcb = stop ModalDialog.__init__(self, title, okay=okay, label=label, sublabel=sublabel, parent=parent, cancel=cancel, modal=modal) self.set_title(label) self.progress_bar = Gtk.ProgressBar() self.vbox.add(self.progress_bar) self.detail_label = Gtk.Label() self.vbox.add(self.detail_label) self.detail_label.set_use_markup(True) self.detail_label.set_padding(H_PADDING, Y_PADDING) self.detail_label.set_line_wrap_mode(Pango.WrapMode.WORD) self.vbox.show_all() if okay: # we're false by default! self.set_response_sensitive(Gtk.ResponseType.OK, False) if not stop: self.stop.hide() if not pause: self.pause.hide() def reset_label(self, label): self.set_title(label) self.label.set_text('%s' % label) self.label.set_use_markup(True) def reassign_buttons(self, pausecb=None, stopcb=None): debug("reassign_buttons called with pausecb=%s, stopcb=%s" % (pausecb, stopcb), 1) while self.custom_pause_handlers: h = self.custom_pause_handlers.pop() if self.pause.handler_is_connected(h): self.pause.disconnect(h) if pausecb: self.pause.connect("toggled", pausecb) self.pause.set_property("visible", True) else: self.pause.set_property("visible", False) while self.custom_stop_handlers: h = self.custom_stop_handlers.pop() if self.stop.handler_is_connected(h): self.stop.disconnect(h) if stopcb: self.stop.connect("clicked", stopcb) # self.stop.connect('clicked',self.cancelcb) self.stop.set_property("visible", True) else: self.stop.set_property("visible", False) def setup_buttons(self, cancel, okay): # setup pause button self.pause = Gtk.ToggleButton(_("_Pause")) self.pause.set_use_underline(True) self.action_area.pack_end(self.pause, True, True, 0) # only show it/connect it if we want to... if self.custom_pausecb: # we keep a list of handlers for possible disconnection later self.custom_pause_handlers.append(self.pause.connect("toggled", self.custom_pausecb)) self.pause.set_property("visible", True) else: self.pause.set_property("visible", False) self.pause.hide() # setup stop button self.stop = Gtk.Button(_("_Stop")) self.action_area.pack_end(self.stop, True, True, 0) if self.custom_stopcb: self.stop.set_property("visible", True) # we keep a list of handlers for possible disconnection later self.custom_stop_handlers.append(self.stop.connect("clicked", self.custom_stopcb)) # self.custom_stop_handlers.append(self.stop.connect('clicked',self.cancelcb)) else: self.stop.set_property("visible", False) self.stop.hide() ModalDialog.setup_buttons(self, cancel, okay) if self.custom_cancelcb: self.cancelcb = self.custom_cancelcb # self.cancel.connect('clicked',self.custom_cancelcb) def set_progress(self, prog, message=None): if prog < 0: self.progress_bar.pulse() else: self.progress_bar.set_fraction(prog) if message: self.progress_bar.set_text(message) if prog == 1: self.set_response_sensitive(Gtk.ResponseType.OK, True) class PreferencesDialog(ModalDialog): """Get user preferences as a list.""" def __init__( self, options=([None, None]), option_label="Option", value_label="Value", default=True, label=None, sublabel=False, apply_func=None, parent=None, dont_ask_cb=None, dont_ask_custom_text=None, ): """Options is a tuple of tuples where each tuple is ('option', VALUE), handed to OptionTable VALUE can be any of the following: a string (will be editable) a number (will be editable and returned as a number) true or false (will be a checkbox) If apply_func is True, we will have an apply button, which will hand the option tuple as its argument. Otherwise, okay will simply return the list on okay.""" if apply_func: modal = False else: modal = True self.apply_func = apply_func self.options = options ModalDialog.__init__(self, okay=True, label=label, sublabel=sublabel, parent=parent, modal=modal) self.table = optionTable.OptionTable(options=self.options, option_label=option_label, value_label=value_label, changedcb=self.changedcb) for widget_info in self.table.widgets: widget = widget_info[0] # Activating any widget activates the dialog... try: widget.connect("activate", self.okcb) except TypeError: # not all widgets have a signal -- no biggy pass self.hbox = Gtk.HBox() self.hbox.show() self.hbox.add(self.table) self.vbox.add(self.hbox) if dont_ask_cb: if not dont_ask_custom_text: dont_ask_custom_text = _("Don't ask me this again.") self.dont_ask = Gtk.CheckButton(dont_ask_custom_text) self.dont_ask.connect("toggled", dont_ask_cb) self.vbox.add(self.dont_ask) self.vbox.show_all() def setup_buttons(self, cancel, okay): if self.apply_func: self.revert = Gtk.Button(stock=Gtk.STOCK_REVERT_TO_SAVED) self.revert.connect("clicked", self.revertcb) self.action_area.add(self.revert) self.apply = Gtk.Button(stock=Gtk.STOCK_APPLY) self.apply.set_sensitive(False) self.apply.connect("clicked", self.applycb) self.action_area.add(self.apply) self.apply.show() self.changedcb = lambda *args: self.apply.set_sensitive(True) else: self.changedcb = None self.set_modal(False) ModalDialog.setup_buttons(self, cancel, okay) def revertcb(self, *args): self.table.revert() def applycb(self, *args): self.table.apply() self.apply_func(self.table.options) self.apply.set_sensitive(False) def run(self): self.show() if self.apply_func: return else: Gtk.main() return self.ret def okcb(self, *args): if self.apply_func: if self.apply.get_property("sensitive"): # if there are unsaved changes... if getBoolean(label="Would you like to apply the changes you've made?"): self.applycb() self.hide() else: self.table.apply() self.ret = self.table.options self.hide() Gtk.main_quit() def cancelcb(self, *args): self.hide() self.ret = None class BooleanDialog(MessageDialog): def __init__( self, title="", default=True, label=_("Do you really want to do this"), sublabel=False, cancel=True, parent=None, custom_yes=None, custom_no=None, expander=None, dont_ask_cb=None, dont_ask_custom_text=None, cancel_returns=None, message_type=Gtk.MessageType.QUESTION, ): """Setup a BooleanDialog which returns True or False. parent is our parent window. custom_yes is custom text for the button that returns true or a dictionary to be handed to Gtk.Button as keyword args. custom_no is custom text for the button that returns False or a dictionary to be handed to Gtk.Button as keyword args expander is a list whose first item is a label and second is a widget to be packed into an expander widget with more information. if dont_ask_variable is set, a Don't ask me again check button will be displayed which the user can check to avoid this kind of question again. (NOTE: if dont_ask_variable==None, this won't work!) dont_ask_custom_text is custom don't ask text.""" self.cancel_returns = cancel_returns self.yes, self.no = custom_yes, custom_no if not self.yes: self.yes = Gtk.STOCK_YES if not self.no: self.no = Gtk.STOCK_NO MessageDialog.__init__( self, title=title, okay=False, label=label, cancel=cancel, sublabel=sublabel, parent=parent, expander=expander, message_type=message_type ) self.responses[Gtk.ResponseType.YES] = self.yescb self.responses[Gtk.ResponseType.NO] = self.nocb if not cancel: # if there's no cancel, all cancel-like actions # are the equivalent of a NO response self.responses[Gtk.ResponseType.NONE] = self.nocb self.responses[Gtk.ResponseType.CANCEL] = self.nocb self.responses[Gtk.ResponseType.CLOSE] = self.nocb self.responses[Gtk.ResponseType.DELETE_EVENT] = self.nocb if dont_ask_cb: if not dont_ask_custom_text: dont_ask_custom_text = _("Don't ask me this again.") self.dont_ask = Gtk.CheckButton(dont_ask_custom_text) self.dont_ask.connect("toggled", dont_ask_cb) self.vbox.add(self.dont_ask) self.dont_ask.show() def setup_buttons(self, *args, **kwargs): MessageDialog.setup_buttons(self, *args, **kwargs) self.add_button((self.no or Gtk.STOCK_NO), Gtk.ResponseType.NO) self.add_button((self.yes or Gtk.STOCK_YES), Gtk.ResponseType.YES) def yescb(self, *args): self.ret = True self.okcb() def cancelcb(self, *args): if self.cancel_returns is not None: self.ret = self.cancel_returns self.okcb() def nocb(self, *args): self.ret = False self.okcb() class SimpleFaqDialog(ModalDialog): """A dialog to view a plain old text FAQ in an attractive way""" INDEX_MATCHER = re.compile("^[0-9]+[.][A-Za-z0-9.]* .*") # We expect one level of nesting in our headers. # NESTED_MATCHER should match nested headers NESTED_MATCHER = re.compile("^[0-9]+[.][A-Za-z0-9.]+ .*") def __init__(self, title="Frequently Asked Questions", jump_to=None, parent=None, modal=True): # print faq_file ModalDialog.__init__(self, title=title, parent=parent, modal=modal, cancel=False) self.set_default_size(950, 500) self.textview = Gtk.TextView() self.textview.set_editable(False) self.textview.set_wrap_mode(Gtk.WrapMode.WORD) self.textview.set_left_margin(18) self.textview.set_right_margin(18) self.textbuf = self.textview.get_buffer() self.boldtag = self.textbuf.create_tag() self.boldtag.set_property("weight", Pango.Weight.BOLD) self.textwin = Gtk.ScrolledWindow() self.textwin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) self.textwin.add(self.textview) self.index_lines = [] self.index_dic = {} self.text = "" self.parse_faq() if self.index_lines: self.paned = Gtk.Paned() self.indexView = Gtk.TreeView() self.indexWin = Gtk.ScrolledWindow() self.indexWin.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) self.indexWin.add(self.indexView) self.setup_index() self.paned.add1(self.indexWin) self.paned.add2(self.textwin) self.vbox.add(self.paned) self.vbox.show_all() self.paned.set_position(325) self.paned.set_vexpand(True) else: self.vbox.add(self.textwin) self.vbox.show_all() if jump_to: self.jump_to_header(jump_to) def jump_to_header(self, text): """Jump to the header/index items that contains text.""" text = text.lower() for line in self.index_lines: if line.lower().find(text) > 0: itr = self.index_iter_dic[line] # select our iter... # as a side effect, we will jump to the right part of the text self.indexView.get_selection().select_iter(itr) # expand our iter mod = self.indexView.get_model() self.indexView.expand_row(mod.get_path(itr), True) return def parse_faq(self) -> None: """Parse the FAQ for display.""" # Clear data self.index_lines = [] self.index_dic = {} self.text = "" faq = get_data("gourmand", "data/FAQ").decode() assert faq for line in faq.split("\n"): line = line.strip() if self.INDEX_MATCHER.match(line): # it is a heading self.index_lines.append(line) curiter = self.textbuf.get_iter_at_mark(self.textbuf.get_insert()) self.index_dic[line] = self.textbuf.create_mark(None, curiter, left_gravity=True) self.textbuf.insert_with_tags(curiter, line + " ", self.boldtag) elif line: # it is body content self.textbuf.insert_at_cursor(line + " ") else: # an empty line is a paragraph break self.textbuf.insert_at_cursor("\n\n") def setup_index(self): """Set up a clickable index view""" self.imodel = Gtk.TreeStore(str) self.index_iter_dic = {} last_parent = None for line in self.index_lines: if self.NESTED_MATCHER.match(line): itr = self.imodel.append(last_parent, [line]) else: itr = self.imodel.append(None, [line]) last_parent = itr self.index_iter_dic[line] = itr # setup our lone column self.indexView.append_column(Gtk.TreeViewColumn("", Gtk.CellRendererText(), text=0)) self.indexView.set_model(self.imodel) self.indexView.set_headers_visible(False) self.indexView.connect("row-activated", self.index_activated_cb) self.indexView.get_selection().connect("changed", self.index_selected_cb) def index_activated_cb(self, *args): """Toggle expanded state of rows.""" mod, itr = self.indexView.get_selection().get_selected() path = mod.get_path(itr) if self.indexView.row_expanded(path): self.indexView.collapse_row(path) else: self.indexView.expand_row(path, True) def index_selected_cb(self, *args): mod, itr = self.indexView.get_selection().get_selected() val = self.indexView.get_model().get_value(itr, 0) self.textview.scroll_to_mark(mark=self.index_dic[val], within_margin=0.1, use_align=True, xalign=0.5, yalign=0.0) def jump_to_text(self, txt, itr=None): if not itr: itr = self.textbuf.get_iter_at_offset(0) match_start, match_end = itr.forward_search(txt, Gtk.TextSearchFlags.VISIBLE_ONLY) self.textview.scroll_to_iter(match_start, False, use_align=True, yalign=0.1) class RatingsConversionDialog(ModalDialog): """A dialog to allow the user to select the number of stars distinct ratings should convert to. This dialog exists to aid conversion of ratings from old gourmet exports or databases or from other imports that use strings of some kind ('great','groovy',etc.) to aid in conversion. """ def __init__( self, strings, star_generator, defaults={ _("excellent"): 10, _("great"): 8, _("good"): 6, _("fair"): 4, _("poor"): 2, }, parent=None, modal=True, ): """strings is a list of strings that are currently used for ratings. The user will be asked to give the star equivalent of each string. """ self.strings = strings self.star_generator = star_generator self.defaults = defaults ModalDialog.__init__( self, title=_("Convert ratings to 5 star scale."), label=_("Convert ratings."), sublabel=_("Please give each of the ratings an equivalent on a scale of 1 to 5"), parent=parent, modal=modal, ) self.set_default_size(750, 500) self.ret = {} self.setup_tree() def setup_tree(self): self.tv = Gtk.TreeView() self.setup_model() self.tv.set_model(self.tm) from .ratingWidget import TreeWithStarMaker textcol = Gtk.TreeViewColumn(_("Current Rating"), Gtk.CellRendererText(), text=0) textcol.set_sort_column_id(0) self.tv.append_column(textcol) TreeWithStarMaker( self.tv, self.star_generator, col_title=_("Rating out of 5 Stars"), col_position=-1, data_col=1, handlers=[self.ratings_change_cb], ) self.sw = Gtk.ScrolledWindow() self.sw.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) self.sw.add(self.tv) self.vbox.add(self.sw) self.sw.show_all() def setup_model(self): self.tm = Gtk.ListStore(str, int) for s in self.strings: val = self.defaults.get(s.lower(), 0) self.tm.append([s, val]) self.ret[s] = val def ratings_change_cb(self, value, model, treeiter, colnum): string = model.get_value(treeiter, 0) self.ret[string] = value model.set_value(treeiter, colnum, value) def show_traceback(label: str = "Error", sublabel: Optional[str] = None): """Show an error dialog with a traceback viewable.""" error_mess = traceback.format_exc() show_message(label=label, sublabel=sublabel, expander=(_("_Details"), error_mess), message_type=Gtk.MessageType.ERROR) def show_message(*args, **kwargs): """Show a message dialog. Args and Kwargs are handed to MessageDialog We most likely want to hand it label= and sublabel= """ # if not kwargs.has_key(message_type): # message_type=Gtk.MessageType.INFO if "cancel" not in kwargs: kwargs["cancel"] = False d = MessageDialog(*args, **kwargs) d.run() return d def select_file( title, filename=None, filters=None, # filters are lists of a name, a list of mime types and a list of # patterns ['Plain Text', ['text/plain'], '*txt'] action=Gtk.FileChooserAction.OPEN, set_filter=True, select_multiple=False, buttons=None, parent=None, ): if filters is None: filters = [] sfd = FileSelectorDialog( title, filename=filename, filters=filters, select_multiple=select_multiple, action=action, set_filter=set_filter, buttons=buttons, parent=parent ) return sfd.run() def saveas_file( title: str, filename: Optional[str] = None, filters: Optional[List[str]] = None, action: Gtk.FileChooserAction = Gtk.FileChooserAction.SAVE, set_filter: bool = True, buttons: List[Gtk.FileChooserButtonClass] = None, parent: Gtk.Window = None, show_filetype: bool = True, ) -> Tuple[str, str]: """Almost identical to select_file, except that we return a tuple containing the filename and the export type (the string the user selected)""" sfd = FileSelectorDialog( title, filename=filename, filters=filters, action=action, set_filter=set_filter, buttons=buttons, show_filetype=show_filetype, parent=parent ) try: filename, export_type = sfd.run() return filename, export_type except ValueError: return "", "" def get_type_for_filters(fname, filters): base, ext = os.path.splitext(fname) exp_type = None while filters and not exp_type: name, mime, rgxps = filters.pop() for r in rgxps: if os.path.splitext(r)[1] == ext: exp_type = name return exp_type def select_image(title, filename=None, action=Gtk.FileChooserAction.OPEN, buttons=None) -> Optional[Path]: sfd = ImageSelectorDialog(title, filename=filename, action=action, buttons=buttons) filename = sfd.run() if not filename: return filename = Path(filename[-1]) if not filename.is_file(): return return filename class FileSelectorDialog: """A dialog to ask the user for a file. We provide a few custom additions to the standard file dialog, including a special choose-filetype menu and including dynamic update of the filetype based on user input of an extension""" def __init__( self, title: str, filename: str = None, filters: List[List[Union[str, List]]] = None, # filters are lists of a name, a list of mime types and a list of # patterns ['Plain Text', ['text/plain'], '*txt'] action: Gtk.Action = Gtk.FileChooserAction.SAVE, set_filter: bool = True, buttons: Tuple[Union[str, Gtk.ResponseType]] = None, show_filetype: bool = True, parent: Gtk.Window = None, select_multiple: bool = False, ): self.parent = parent self.buttons = buttons self.multiple = select_multiple self.set_filter = set_filter self.action = action self.filename = filename self.title = title self.filters = filters if filters is not None else [] self.show_filetype = show_filetype self.setup_dialog() self.post_dialog() def post_dialog(self): """Run after the dialog is set up (to allow subclasses to do further setup)""" pass def setup_dialog(self): """Create our dialog""" self.setup_buttons() self.fsd = Gtk.FileChooserDialog(self.title, action=self.action, parent=self.parent, buttons=self.buttons) self.fsd.set_default_response(Gtk.ResponseType.OK) self.fsd.set_select_multiple(self.multiple) self.fsd.set_do_overwrite_confirmation(True) if self.filename: path, name = os.path.split(os.path.expanduser(self.filename)) if path: self.fsd.set_current_folder(path) if name: self.fsd.set_current_name(name) self.setup_filters() if self.action == Gtk.FileChooserAction.SAVE: self.setup_saveas_widget() def setup_buttons(self): """Set our self.buttons attribute""" if not self.buttons: if self.action == Gtk.FileChooserAction.OPEN or self.action == Gtk.FileChooserAction.SELECT_FOLDER: self.buttons = (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_OPEN, Gtk.ResponseType.OK) else: self.buttons = (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_OK, Gtk.ResponseType.OK) def setup_filters(self): """Create and set filters for the dialog.""" self.extensions = [] for fil in self.filters: filter = Gtk.FileFilter() filter_name, filter_mime_types, filter_patterns = fil filter.set_name(filter_name) if filter_mime_types: for f in filter_mime_types: filter.add_mime_type(f) if filter_patterns: for f in filter_patterns: filter.add_pattern(f) self.extensions.append(f) self.fsd.add_filter(filter) if self.set_filter and self.filters: self.fsd.set_filter(self.fsd.list_filters()[0]) def setup_saveas_widget(self): """Set up the filter widget.""" if not self.filters: self.do_saveas = False return self.do_saveas = True n = 0 self.ext_to_filter = {} self.name_to_ext = {} for name, mimetypes, regexps in self.filters: # name_to_ext lets us grab the correct extension from our active iter self.name_to_ext[name] = os.path.splitext(regexps[0])[-1] for r in regexps: ext = os.path.splitext(r)[-1] # ext_to_filter let's us select the correct iter from the extension typed in self.ext_to_filter[ext] = self.fsd.list_filters()[n] n += 1 self.fn = None self.fsd.connect("notify::filter", self.change_file_extension) self.fsd.connect("selection-changed", self.update_filetype_widget) self.internal_extension_change = False self.update_filetype_widget() # and now for a hack -- since we can't connect to the Entry widget, # we're going to simply check to see if the filename has changed with # an idle call. self.timeout = GObject.timeout_add(100, self.update_filetype_widget) def update_filetype_widget(self, *args): fn = self.fsd.get_filename() if self.fn != fn: self.fn = fn if not fn: return True ext = os.path.splitext(fn)[1] if ext in self.ext_to_filter: self.internal_extension_change = True self.fsd.set_filter(self.ext_to_filter[ext]) self.internal_extension_change = False return True def change_file_extension(self, fsd, data: GObject.ParamSpec): if self.internal_extension_change: return filename = Path(self.fsd.get_filename()) stem = filename.stem ext = self.name_to_ext[fsd.get_filter().get_name()] if self.show_filetype: self.fsd.set_current_name(stem + ext) else: self.fsd.set_current_name(stem) def run(self) -> List[str]: """Return a list of filenames. If saving files, the file type is also returned as the last entry in the list. In that case, it is assumed that all file are of the same type. """ response = self.fsd.run() if response == Gtk.ResponseType.OK: filenames = self.fsd.get_filenames() if self.action == Gtk.FileChooserAction.SAVE and self.do_saveas: export_type = self.fsd.get_filter().get_name() filenames.append(export_type) else: # response == Gtk.ResponseType.CANCEL: filenames = [] self.quit() return filenames def quit(self, *args): if hasattr(self, "timeout"): GObject.source_remove(self.timeout) self.fsd.destroy() class ImageSelectorDialog(FileSelectorDialog): IMAGE_FILTERS = [ [ "Image", [ "image/jpeg", "image/png", "image/tiff", "image/bmp", "image/cgf", ], ["*.jpeg", "*.jpg", "gif", "bmp", "png", "*.JPEG", "*.JPG", "GIF", "BMP", "PNG"], ], ["Jpeg Image", ["image/jpeg"], ["*.jpeg", "*.jpg", "*.JPG", "*.JPEG"]], ["PNG Image", ["image/png"], ["*.png", "*.PNG"]], ["Bmp Image", ["image/bmp"], ["*.bmp", "*.BMP"]], ["CGF Image", ["image/cgf"], ["*.cgf", "*.CFG"]], ["Tiff Image", ["image/tiff"], ["*.tiff", "*.TIFF"]], ] def __init__(self, title, filename=None, filters=IMAGE_FILTERS, action=Gtk.FileChooserAction.OPEN, set_filter=True, buttons=None): FileSelectorDialog.__init__(self, title, filename, filters, action, set_filter, buttons) pictures_dir = get_user_special_dir(UserDirectory.DIRECTORY_PICTURES) if pictures_dir is not None: self.fsd.set_current_folder(pictures_dir) def post_dialog(self): self.preview = Gtk.Image() self.fsd.set_preview_widget(self.preview) self.fsd.connect("selection-changed", self.update_preview) self.preview.show() def update_preview(self, *args): uri = self.fsd.get_uri() thumbnail = None if uri is not None: thumbnail = make_thumbnail(uri) if thumbnail is not None: self.preview.set_from_pixbuf(image_to_pixbuf(thumbnail)) self.preview.show() else: self.preview.hide() class URIDialog(EntryDialog): """An Entry dialog that can call a FileSelectorDialog.""" def __init__(self, filters: List[str], supported_urls: List[str], select_multiple: bool, default_value: Optional[str] = None, **kwargs): super().__init__(**kwargs) # Override the base class Gtk.Entry self.hbox.remove(self.entry) def _show_warning(): pass self.entry = ValidatingEntry() self.entry._show_warning = _show_warning self.entry.warning_box.hide() self.entry.entry.set_width_chars(60) self.entry.set_can_default(True) self.entry.grab_default() self.entry.connect("changed", self.update_value) self.hbox.add(self.entry) # Add a button to call the FileSelectorDialog button = Gtk.Button(label="Browse File(s)...") button.connect("clicked", self.select_file) button.show() self.hbox.pack_end(button, True, True, 5) self.filters = filters self.select_multiple = select_multiple # Retrieve the dialog's ok button. box = self.vbox.get_children()[-1] button_box = box.get_children()[-1] _, self.ok_button = button_box.get_children() self.ok_button.set_sensitive(False) def validate(uri: str) -> Optional[str]: supported = False if not uri: # Do nothing, but disable ok button self.ok_button.set_sensitive(False) return try: if ";" in uri: # Match files from FileSelectorDialog supported = True elif urlparse(uri).netloc: supported = True elif Path(uri).is_file(): supported = True except OSError: # pasted text instead of url or filename pass if supported: self.ok_button.set_sensitive(True) else: self.ok_button.set_sensitive(False) return "File not found or not supported" self.entry.find_errors_in_progress = validate self.entry.find_completed_errors = validate if default_value is not None: # trigger everything once self.entry.set_text(default_value) validate(default_value) def select_file(self, button: Gtk.Button): filenames = select_file(filters=self.filters, title=_("Select File(s)"), select_multiple=self.select_multiple) self.entry.set_text(";".join(f for f in filenames)) self.ret = filenames def getNumber(*args, **kwargs): """Run NumberDialog, passing along all args, waiting on input and passing along the results.""" d = NumberDialog(*args, **kwargs) return d.run() def getEntry(*args, **kwargs): """Run EntryDialog, passing along all args, waiting on input and passing along the results.""" d = EntryDialog(*args, **kwargs) return d.run() def get_uri(*args, **kwargs) -> Optional[List[str]]: """Get a uri or let the user choose files.""" d = URIDialog(*args, **kwargs) ret = d.run() if isinstance(ret, str): ret = [ret] return ret def getBoolean(*args, **kwargs) -> bool: """Run BooleanDialog, passing along all args, waiting on input and passing along the results.""" d = BooleanDialog(*args, **kwargs) return d.run() def getOption(*args, **kwargs): d = OptionDialog(*args, **kwargs) return d.run() def getRadio(*args, **kwargs): d = RadioDialog(*args, **kwargs) return d.run() def show_faq(*args, **kwargs): d = SimpleFaqDialog(*args, **kwargs) return d.run() def get_ratings_conversion(*args, **kwargs): d = RatingsConversionDialog(*args, **kwargs) return d.run() def show_amount_error(txt): """Show an error that explains how numeric amounts work.""" show_message( label=_( """I'm sorry, I can't understand the amount "%s".""" ) % txt, sublabel=_("Amounts must be numbers (fractions or decimals), ranges of numbers, or blank."), expander=[ _("_Details"), _( """ The "unit" must be in the "unit" field by itself. For example, if you want to enter one and a half cups, the amount field could contain "1.5" or "1 1/2". "cups" should go in the separate "unit" field. To enter a range of numbers, use a "-" to separate them. For example, you could enter 2-4 or 1 1/2 - 3 1/2. """ ), ], ) def getUsernameAndPassword(username="", pw="", label="Enter password", sublabel=False): pd = PreferencesDialog(label=label, sublabel=sublabel, value_label=False, option_label=False, options=[[_("Username"), username], [_("Password"), pw]]) pd.table.widgets[1][0].set_visibility(False) # Hide password :-) pd.run() return pd.options[0][1], pd.options[1][1] if __name__ == "__main__": print("Got", saveas_file("Saveas")) w = Gtk.Window() w.connect("delete_event", Gtk.main_quit) b = Gtk.Button("show dialog (modal)") opts = ( ["Toggle Option", True], ["String Option", "Hello"], ["Integer Option", 1], ["Float Option", float(3)], ["Option Option", ("B", ["A", "B", "C"])], ) pd = PreferencesDialog(options=opts) def run_prefs(*args): pd.run() b.connect("clicked", run_prefs) def show_options(options): print(options) b2 = Gtk.Button("show dialog (not modal)") vb = Gtk.VBox() def msg(*args): for a in args: print(a) char_measure = "" for n in range(10): char_measure = "%s %s" % (char_measure, n) char_measure = char_measure * 50 from .ratingWidget import StarGenerator for s, f in [ ["show dialog (modal)", run_prefs], [ "show ratings dialog", lambda *args: get_ratings_conversion( ["Good", "Great", "So so", "Hot shit"], StarGenerator(), ), ], ["show dialog (not modal)", lambda *args: PreferencesDialog(options=opts, apply_func=show_options).show()], ["show FAQ", lambda *args: show_faq(parent=w, jump_to="shopping")], [ "show message", lambda *args: show_message( "howdy", label="Hello there. This is a very long label for the top of a dialog.", sublabel="And this is a sub message.", message_type=Gtk.MessageType.WARNING, ), ], ["get entry", lambda *args: getEntry(label="Main label", sublabel="sublabel", entryLabel="Entry Label: ")], ["get number", lambda *args: getNumber(label="Main label", sublabel="sublabel")], [ "get long entry", lambda *args: getEntry( label="Main label", sublabel=char_measure, entryLabel="Entry Label: ", default_character_width=75, entryTip="Enter something long here." ), ], ["show boolean", lambda *args: getBoolean()], ["get password", lambda *args: getUsernameAndPassword()], ["show custom boolean", lambda *args: getBoolean(custom_yes="_Replace", custom_no=Gtk.STOCK_CANCEL, cancel=False)], [ "show radio dialog", lambda *args: getRadio(label="Main label", sublabel="sublabel" * 10, default=2, options=[("First", 1), ("Second", 2), ("Third", 3)]), ], ["get image dialog", lambda *args: msg(select_image("Select Image"))], [ "get file dialog", lambda *args: msg( select_file( "Select File", filters=[ ["Plain Text", ["text/plain"], ["*.txt", "*.TXT"]], ["PDF", ["application/pdf"], ["*.pdf", "*.PDF"]], ["Postscript", ["application/postscript"], ["*.ps", "*.PS"]], ["Web Page (HTML)", ["text/html"], ["*.htm", "*.HTM", "*.html", "*.HTML"]], ["Mealmaster File", ["text/mmf"], ["*.mmf", "*.MMF"]], ], select_multiple=True, ) ), ], [ "save file with types", lambda *args: msg( saveas_file( "export", filename="/tmp/test.mmf", filters=[ ["Plain Text", ["text/plain"], ["*.txt", "*.TXT"]], ["PDF", ["application/pdf"], ["*.pdf", "*.PDF"]], ["Postscript", ["application/postscript"], ["*.ps", "*.PS"]], ["Web Page (HTML)", ["text/html"], ["*.htm", "*.HTM", "*.html", "*.HTML"]], ["Mealmaster File", ["text/mmf"], ["*.mmf", "*.MMF"]], ], ) ), ], ]: print(b, f, s) b = Gtk.Button(s) def wrap(f): def _(*args, **kwargs): print("Doing ", f) print("f returns:", f()) print("Done") return _ b.connect("clicked", wrap(f)) vb.add(b) w.add(vb) vb.show_all() w.show_all() Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/mnemonic_manager.py000066400000000000000000000306121510115424500237550ustar00rootroot00000000000000from gi.repository import Gdk, Gtk def collect_descendants(parent, descendants=None): """Return all descendants of parent widget. Crawls tree recursively. """ if not descendants: descendants = [] if hasattr(parent, "get_children"): for c in parent.get_children(): if c not in descendants: descendants.append(c) collect_descendants(c, descendants) if hasattr(parent, "get_submenu"): # print 'Getting submenu!' if parent.get_submenu(): descendants.append(parent.get_submenu()) collect_descendants(parent.get_submenu(), descendants) return descendants class MnemonicManager: """This is a class to help prevent collisions of mnemonics. This works in an automated way, so that we don't have to rely on translators knowing which strings show up on the same page together in order to prevent collisions of mnemonics. This class can collect all mnemonics from a Gtk.Builder file or by working down from a toplevel widget. mm = MnemonicManager() mm.add_toplevel_widget(widget) OR mm.add_builder(Gtk.Builder instance) mm.fix_conflicts_peacefully() The fix_conflicts_peacefully algorithm will get rid of all the conflicts it can eliminate. The algorithm knows that submenus are special animals and will set up a separate sub-instance of MnemonicManager to deal with each submenu within the menu system. mm.sacred_cows is a list of items that should never be changed. """ sacred_cows = ["okay", "cancel", "close", "file", "edit"] def __init__(self): self.mnemonics = {} self.sub_managers = {} self.notebook_managers = {} self.untouchable_accels = [] self.untouchable_widgs = [] def get_submanager(self, w): p = w.get_parent() while p: if p in self.sub_managers: return self.sub_managers[p] p = p.get_parent() return self def add_toplevel_widget(self, w): widgets = collect_descendants(w) self.add_ui(widgets) def add_builder(self, ui=None, ui_file=None): """Add all mnemonic widgets in Gtk.Builder object. We can be passed a Gtk.Builder (.ui) file or a Gtk.Builder object. Realistically, though, you'll want to pass the object and keep a reference around to use. The file option's really just for testing :) """ if not ui: ui = Gtk.Builder() ui.add_from_file(ui_file) widgets = ui.get_objects() # get all widgets # Check if there are more than one window, in which case we # each window gets its own sub_handler windows = [w for w in widgets if isinstance(w, Gtk.Window)] if len(windows) > 0: for w in windows: self.sub_managers[w] = MnemonicManager() self.sub_managers[w].add_toplevel_widget(w) return else: self.add_ui(widgets) def add_ui(self, widgets): added = [] # handle menu items menus = [x for x in widgets if isinstance(x, Gtk.Menu)] for menu in menus: # print 'Create submenu for ',menu self.sub_managers[menu] = MnemonicManager() menu_items = [x for x in widgets if isinstance(x, Gtk.MenuItem)] for mi in menu_items: # print 'Looking at menu item',mi,mi.get_children() widgets.remove(mi) children = mi.get_children() if children and isinstance(children[0], Gtk.Label): lab = children[0] else: # print 'Ignoring menu',mi,mi.get_children() continue added.append(lab) if self.get_submanager(mi) == self: self.add_widget_mnemonic(lab, untouchable=True) else: self.get_submanager(mi).add_widget_mnemonic(lab) # handle other mnemonic labels we have has_keyval = [x for x in widgets if (hasattr(x, "get_mnemonic_keyval") and Gdk.keyval_name(x.get_mnemonic_keyval()) != "VoidSymbol")] more_mnemonics = [] for w in widgets: mm = w.list_mnemonic_labels() more_mnemonics.extend(mm) if isinstance(w, Gtk.TreeView): self.add_treeview(w) for entry in more_mnemonics: if entry not in has_keyval and entry not in added: has_keyval.append(entry) for w in has_keyval: # Are we in a notebook? nb = None # help(w) p = w.get_parent() added_to_sub = False while p: if isinstance(p.get_parent(), Gtk.Notebook): break elif p.get_parent() in self.sub_managers: self.sub_managers[p.get_parent()].add_widget_mnemonic(w) added_to_sub = True break else: p = p.get_parent() if added_to_sub: continue if p and isinstance(p.get_parent(), Gtk.Notebook): nb = p.get_parent() page = nb.page_num(p) if nb not in self.notebook_managers: self.notebook_managers[nb] = {} if page not in self.notebook_managers[nb]: self.notebook_managers[nb][page] = MnemonicManager() self.notebook_managers[nb][page].add_widget_mnemonic(w) else: if isinstance(w.get_parent(), Gtk.Notebook): # make notebook tab labels (should be our only # direct descendant labels) untouchable. self.add_widget_mnemonic(w, untouchable=True, fix_untouchables=True) else: self.add_widget_mnemonic(w) more_mnemonics = [] def add_treeview(self, tv): # print 'Mnemonic manager add TV' for c in tv.get_columns(): t = c.get_title() # print 'Column:',t if t.find("_") > -1: widg = Gtk.Label(label=t) widg.set_use_underline(True) c.set_widget(widg) widg.show() self.add_widget_mnemonic(widg) def add_widget_mnemonic(self, w, untouchable=False, fix_untouchables=False): k = Gdk.keyval_name(w.get_mnemonic_keyval()) if w.get_text().lower().replace("_", "") in self.sacred_cows: untouchable = True fix_untouchables = False if untouchable: if k in self.untouchable_accels and fix_untouchables: # we have a conflict among untouchables to fix... alts = self.find_alternatives(w) if alts: k = alts[0] self.change_mnemonic(w, k) # print 'Add untouchable key:',k,w self.untouchable_accels.append(k) self.untouchable_widgs.append(w) if k not in self.mnemonics: self.mnemonics[k] = [] if w not in self.mnemonics[k]: self.mnemonics[k].append(w) def generate_new_mnemonic(self, text): for c in text: if c.lower() not in self.mnemonics: self.mnemonics[c.lower()] = [text] n = text.find(c) return text[0:n] + "_" + text[n:] # default to first character if there's no conflict-free # mnemonic available self.mnemonics[text[0].lower()].append(text) return "_" + text def find_alternatives(self, w, filter_untouchables=True): text = w.get_text() if not text: return [] cur_ind = text.find("_") + 1 alts = [text[cur_ind].lower()] # Now we go through and find first letters of words... if cur_ind == 1: ind = 2 else: ind = 0 ind = text.find(" ", ind) last_letter_that_could_be_word_start = len(text) - 2 while -1 < ind <= last_letter_that_could_be_word_start: alt = text[ind + 1].lower() if alt not in alts: alts.append(alt) ind = text.find(" ", ind + 1) for entry in list(text): if entry.lower() not in alts: if entry in list(" (),_[]:;,.!{}/=+"): continue else: alts.append(entry.lower()) if filter_untouchables: alts = [x for x in alts if x not in self.untouchable_accels] return alts def find_peaceful_alternatives(self, w): return [x for x in self.find_alternatives(w) if x not in self.mnemonics] def fix_conflicts_peacefully(self, do_submenus=True): """Remove all conflicts from mnemonics. Don't touch anything in self.sacred_cows. if do_submenus is True, we will recursively resolve mnemonic conflicts within any sub-menus as well. """ changed = [] # print 'MNEMONICS: ', # for k,v in self.mnemonics.items(): # print k,[w.get_text() for w in v], # print for k, v in list(self.mnemonics.items()): if len(v) > 1: can_move = [] for w in v: if w in self.untouchable_widgs: continue if k in self.untouchable_accels: alts = self.find_alternatives(w) else: alts = self.find_peaceful_alternatives(w) if alts: # print 'Generated alternatives for ',w,w.get_text(),':',alts can_move.append((w, alts)) if len(can_move) == len(v): # If everything is movable, then we keep our first # AccelLabel guy as it was and move the rest. from functools import cmp_to_key can_move.sort(key=cmp_to_key(self.sort_movables)) can_move = can_move[1:] # We extend our guys to move with to_move for w, alts in can_move: # print 'Changing mnemonic',w,w.get_text(),alts[0] self.change_mnemonic(w, alts[0]) changed.append(w) if changed: # print '>>>Recursing...' self.fix_conflicts_peacefully() # print '<<>>>>Submenus...' mm.fix_conflicts_peacefully() # print '<<<<%s' % self.option_label) lab.set_use_markup(True) lab.set_alignment(0.0, 0.5) lab.set_justify(Gtk.Justification.LEFT) self.attach(lab, 0, 1, 0, 1, xpadding=self.xpadding, ypadding=self.ypadding) # xoptions=Gtk.AttachOptions.SHRINK, yoptions=Gtk.AttachOptions.SHRINK) lab.show() if self.value_label: n = 1 lab = Gtk.Label() lab.set_markup('%s' % self.value_label) lab.set_alignment(0, 0.5) lab.set_justify(Gtk.Justification.CENTER) self.attach(lab, 1, 2, 0, 1, xpadding=self.xpadding, ypadding=self.ypadding, xoptions=Gtk.AttachOptions.SHRINK, yoptions=Gtk.AttachOptions.SHRINK) lab.show() for label, v in self.options: if isinstance(v, CustomOption): w = v self.widgets.append([v, "get_value", "set_value"]) v.connect("changed", lambda *args: self.emit("changed")) elif isinstance(v, bool): w = Gtk.CheckButton() w.set_active(v) # widgets contains the widget, the get method and the set method self.widgets.append([w, "get_active", "set_active"]) w.connect("toggled", lambda *args: self.emit("changed")) if self.changedcb: w.connect("toggled", self.changedcb) elif isinstance(v, str): w = Gtk.Entry() w.set_text(v) self.widgets.append([w, "get_text", "set_text"]) w.connect("changed", lambda *args: self.emit("changed")) if self.changedcb: w.connect("changed", self.changedcb) elif isinstance(v, (int, float)): adj = Gtk.Adjustment(value=0, lower=0, upper=100 * (v or 1), step_increment=(v or 1) * 0.1, page_increment=(v or 1) * 0.5) if isinstance(v, int): # if an integer... w = Gtk.SpinButton() w.set_digits(0) w.set_adjustment(adj) self.widgets.append([w, "get_value_as_int", "set_value"]) else: w = Gtk.SpinButton(adj, digits=2) self.widgets.append([w, "get_value", "set_value"]) w.set_value(v) w.connect("changed", lambda *args: self.emit("changed")) if self.changedcb: w.connect("changed", self.changedcb) elif isinstance(v, (list, tuple)): default, value_list = v w = Gtk.ComboBoxText() for itm in value_list: w.append_text(itm) cb_extras.cb_set_active_text(w, default) cb_extras.setup_typeahead(w) self.widgets.append([w, "get_active_text", cb_extras.cb_set_active_text]) w.connect("changed", lambda *args: self.emit("changed")) if self.changedcb: w.connect("changed", self.changedcb) else: raise Exception("I don't know what to do with a value of type %s (%s)" % (type(v), v)) # attach out label and our widget lab = Gtk.Label() lab.set_text_with_mnemonic(label) lab.set_mnemonic_widget(w) lab.set_justify(Gtk.Justification.LEFT) lab.set_xalign(0) lab.set_yalign(0) self.attach(lab, 0, 1, n, n + 1, xpadding=self.xpadding, ypadding=self.ypadding, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) lab.show() self.attach(w, 1, 2, n, n + 1, xpadding=self.xpadding, ypadding=self.ypadding, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) w.show() n += 1 def set_option(self, n, val): widget, get_method, set_method = self.widgets[n] self.options[n][1] = val if isinstance(set_method, str): getattr(widget, set_method)(val) else: set_method(widget, val) def revert(self): for n in range(len(self.options)): default_val = self.default_options[n][1] self.set_option(n, default_val) def apply(self): for n in range(len(self.options)): widget, get_method, set_method = self.widgets[n] self.options[n][1] = getattr(widget, get_method)() if __name__ == "__main__": w = Gtk.Window() ot = OptionTable( options=( ["_Toggle Option", True], ["_String Option", "Hello"], ["_Integer Option", 1], ["_Float Option", float(3)], ["_List Option", ("C", ["A", "B", "C", "D"])], ), option_label="Option", value_label="Value", ) w.add(ot) ot.show() w.show() w.connect("delete_event", Gtk.main_quit) Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/pageable_store.py000066400000000000000000000330261510115424500234340ustar00rootroot00000000000000from typing import List, Optional, Tuple from gi.repository import GObject, Gtk class PageableListStore(Gtk.ListStore): """A ListStore designed to show bits of data at a time. We show chunks of data from our parent list in pages of a set size. parent_args and parent_kwargs get handed to setup_parent. It shouldn't be too hard to expand this to support TreeStores as well. """ page = 0 # convenient constants for sorting OFF = None FORWARD = Gtk.SortType.ASCENDING REVERSE = Gtk.SortType.DESCENDING __gsignals__ = { "page-changed": (GObject.SignalFlags.RUN_LAST, None, ()), # RETURN # PARAMS } def __init__(self, types, parent_args=[], parent_kwargs={}, per_page=15): """ types is handed to ListStore.__init__ and should be a list of types our treestore holds parent_args gets handed to setup_parent. In our simple self, this is a list of rows to be initiated. parent_kwargs are keyword arguments for setup_parent. In our simple self, this is unused. per_page is the default number of items we show at a time. """ # GObject.GObject.__init__(self,*types) # self.__gobject_init__() # GObject.GObject.__init__(self, *types) Gtk.ListStore.__init__(self, *types) self.per_page = per_page self._setup_parent_(*parent_args, **parent_kwargs) # self.grab_items() # a dictionary for tracking our sorting self.sort_dict = {} self.update_tree() def _setup_parent_(self, *args, **kwargs): """By default, all we do is take parent_args as a list of rows to add.""" self.parent_list = list(args) self.unsorted_parent = self.parent_list[0:] def _get_length_(self): """Get the length of our full set of data.""" return len(self.parent_list) def _get_slice_(self, bottom, top): """Return a slice of our parent list from bottom to top""" return self.parent_list[bottom:top] def _get_item_(self, indx): """Return an item for indx. By default, we use _get_slice_ to do this. This is somewhat counterintuitive, but allows subclasses to only bother writing a _get_slice_ method. they can implement the _get_item_ method if there is a reason to. """ return self._get_slice_(indx, indx + 1)[0] def showing(self): """Return information about the items we are currently showing. We return (bottom,top,total) """ # Don't show an empty page -- if we find ourselves with no # recipes, back up a page automatically. if len(self) == 0 and self.page != 0: self.goto_last_page() bottom = self.page * self.per_page + 1 top = self.page * self.per_page + len(self) total = self._get_length_() return int(bottom), int(top), int(total) def set_page(self, n): """Set page to n and update our view accordingly""" self.page = n self.update_tree() self.emit("page-changed") def goto_first_page(self): if self.page != 0: self.set_page(0) def goto_last_page(self): last_page = self.get_last_page() if self.page != last_page: self.set_page(last_page) def next_page(self): if (self.page + 1) * self.per_page < self._get_length_(): self.set_page(self.page + 1) def prev_page(self): if self.page > 0: self.set_page(self.page - 1) def get_last_page(self): """Return the number of our last page.""" nrecs = int(self._get_length_()) self.per_page = int(self.per_page) # just in case pages = (nrecs // self.per_page) - 1 if nrecs % self.per_page: pages += 1 return pages def change_items_per_page(self, n): current_indx = self.per_page * self.page self.per_page = n new_page = current_indx // self.per_page self.page = new_page self.update_tree() self.emit("page-changed") def update_iter(self, itr): """Update an iter so it reflects our background. itr can be a treeiter or a path""" # This will only work with ListStores -- if we update to # accomodate TreeStores, this is one of the things that must # change if isinstance(itr, tuple): path = itr itr = self.get_iter(path) else: path = self.get_path(itr) indx = path[0] + (self.page * self.per_page) # set takes column number, column value, column number, column value, etc. args = [] for num_and_col in enumerate(self._get_item_(indx)): args.extend(num_and_col) self.set(itr, *args) def update_tree(self): """Update our tree based on current page, etc.""" # clear the existing rows... for n in range(len(self)): self.remove( self.get_iter( 0, ) ) # and add the new ones... length = self._get_length_() start_at = self.page * self.per_page end_at = (self.page + 1) * self.per_page if start_at > length: return # we're empty then... if end_at > length: end_at = length for row in self._get_slice_(int(start_at), int(end_at)): try: self.append(row) except (TypeError, ValueError): print("columns : ", self.columns) print("problem adding row ", row) raise # Sorting functions def sort(self, column, direction=FORWARD): """Add new sort term in direction. Note -- to remove term we use direction=OFF """ assert direction in (self.FORWARD, self.REVERSE, self.OFF) self.sort_dict[column] = direction if direction == self.OFF: self.parent_list = self.unsorted_parent return self.parent_list.sort(key=lambda x: x[column], reverse=(direction == self.REVERSE)) self.update_tree() def toggle_sort(self, column): """Toggle sorting by column. We cycle through three positions: forward, backward, None, which is what standard Gtk.TreeSort does as well! Return the direction we've toggled to (this allows our caller to be able to update the UI without having to know beforehand which direction the sort will end up in). """ current = self.sort_dict.get(column, self.OFF) if current == self.OFF: toggle_to = self.FORWARD elif current == self.FORWARD: toggle_to = self.REVERSE else: toggle_to = self.OFF self.sort(column, toggle_to) return toggle_to class PageableTreeStore(Gtk.TreeStore, PageableListStore): """A TreeStore designed to show bits of data at a time. We show chunks of data from our parent in pages of a set size. Subclasses need to implement a setup_parent() method which can take args and kwargs. """ __gsignals__ = { "page-changed": (GObject.SignalFlags.RUN_LAST, None, ()), # RETURN # PARAMS } page = 0 # convenient constants for sorting OFF = None FORWARD = Gtk.SortType.ASCENDING REVERSE = Gtk.SortType.DESCENDING def __init__(self, types, parent_args=[], parent_kwargs={}, per_page=15): """ types is handed to TreeStore.__init__ and should be a list of types our treestore holds parent_args gets handed to setup_parent. In our simple self, this is a list of rows to be initiated. parent_kwargs are keyword arguments for _setup_parent_. In our simple self, this is unused. per_page is the default number of items we show at a time. We include all children by default -- subclasses can override update_tree to get fancier. """ # self.__gobject_init__() Gtk.TreeStore.__init__(self, *types) self.per_page = per_page self._setup_parent_(*parent_args, **parent_kwargs) self.update_tree() self.sort_dict = {} def update_tree(self): """Update our tree based on current page, etc.""" # clear the existing rows... for n in range(len(self)): self.remove( self.get_iter( 0, ) ) # and add the new ones... length = self._get_length_() start_at = self.page * self.per_page end_at = (self.page + 1) * self.per_page if start_at > length: return # we're empty then... if end_at > length: end_at = length for row in self._get_slice_(int(start_at), int(end_at)): itr = self.append(None, row) self.append_descendants(itr) self.emit("page-changed") def append_descendants(self, itr): for child in self._get_children_(itr): child_itr = self.append(itr, child) self.append_descendants(child_itr) def _get_children_(self, itr): return [] class ColumnSortSetterUpper: """Make tree-column setting up easy for our custom models. Namely, sorting will simply involve cssu=ColumnSortSetterUpper(treemodel) cssu.setup_column_sort(tree_view_column,n) where n is the model column sorted on and tree_view_column is the column. This is necessary because sorting is a PITA with Custom models. """ def __init__(self, treemod): self.mod = treemod def set_sort_column_id(self, tree_column, model_column): """Replace the built-in tree_column method with magic.""" # tree_column.set_sort_column_id(model_column) tree_column.connect("clicked", self.sort_by_column_callback, model_column) def sort_by_column_callback(self, tree_column, model_column): toggle_to = self.mod.toggle_sort(model_column) if toggle_to is None: tree_column.set_sort_indicator(False) else: tree_column.set_sort_indicator(True) tree_column.set_sort_order(toggle_to) # stop propagation... (?) return True class PageableViewStore(PageableListStore): __gsignals__ = { "view-changed": (GObject.SignalFlags.RUN_LAST, None, ()), "view-sort": (GObject.SignalFlags.RUN_LAST, GObject.TYPE_PYOBJECT, (GObject.TYPE_PYOBJECT,)), } def __init__(self, view, columns=["foo", "bar"], column_types=[int, str], per_page=15, length=None): self.__sorts__ = [] self.__length__ = length PageableListStore.__init__(self, column_types, parent_args=[view], parent_kwargs={"columns": columns}, per_page=per_page) def _setup_parent_(self, view, columns=[]): self.parent_list = self.view = view self.unsorted_parent = self.unsorted_view = self.view self.columns = columns def _get_slice_(self, bottom, top): return [[getattr(r, col) for col in self.columns] for r in self.view[bottom:top]] def _get_length_(self): if self.__length__: return self.__length__ else: return PageableListStore._get_length_(self) def sort(self, col, direction): attr = self.columns[col] self.sort_dict[col] = direction # Remove previous sorts by this attribute if (attr, -1) in self.__sorts__: self.__sorts__.remove((attr, -1)) elif (attr, 1) in self.__sorts__: self.__sorts__.remove((attr, 1)) if direction == self.FORWARD: # self.__sorts__ = [(attr,1)] + self.__sorts__ self.__sorts__.append((attr, 1)) elif direction == self.REVERSE: # self.__sorts__ = [(attr,-1)] + self.__sorts__ self.__sorts__.append((attr, -1)) self.emit("view-sort", self.__sorts__) def do_change_view(self, vw, length=None): self.parent_list = self.view = vw self.__length__ = None self.update_tree() self.emit("view-changed") def change_view(self, vw: List[Optional[Tuple]], length=None): self.do_change_view(vw, length=length) # Don't change the page anymore... it screws up a lot of # things... if we want to change the page during a search for # "usability", then we should do this from higher up so we can # have more fine-grained control of when it happens. # if self.page != 0: # self.page = 0 # self.emit('page-changed') if __name__ == "__main__": pts = PageableTreeStore([str, str], parent_args=[[str(n), str(30 - n)] for n in range(30)]) # for n in range(30): pts.append(None,[str(n),str(n)]) cssu = ColumnSortSetterUpper(pts) tv = Gtk.TreeView() renderer = Gtk.CellRendererText() tvc = Gtk.TreeViewColumn("first", renderer, text=0) cssu.set_sort_column_id(tvc, 0) tv.append_column(tvc) tvc2 = Gtk.TreeViewColumn("first", renderer, text=1) cssu.set_sort_column_id(tvc2, 1) tv.append_column(tvc2) tv.set_model(pts) sw = Gtk.ScrolledWindow() sw.add(tv) vb = Gtk.VBox() w = Gtk.Window() w.add(vb) vb.add(sw) # add buttons b = Gtk.Button("next page") def nxt(): # tv.set_model(None) pts.next_page() # tv.set_model(pts) def prv(): pts.prev_page() b.connect("clicked", lambda *args: nxt()) vb.pack_start(b, False) pb = Gtk.Button("prev") pb.connect("clicked", lambda *args: prv()) vb.pack_start(pb, False) w.show_all() w.connect("delete-event", lambda *args: Gtk.main_quit()) Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/pango_buffer.py000066400000000000000000000154411510115424500231160ustar00rootroot00000000000000# Copyright (C) 2005 Thomas M. Hinkle # Copyright (C) 2009 Rolf Leggewie # # This library 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. # # This library 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 this library; if not, write to the Free Software # Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA from typing import Optional, Union from gi.repository import Gtk, Pango from gourmand.gtk_extras.pango_html import PangoToHtml class PangoBuffer(Gtk.TextBuffer): """A supercharged Gtk.TextBuffer that handles HTML or Pango markup in its content""" def __init__(self): super().__init__() self.tag_bold = self.create_tag("bold", weight=Pango.Weight.BOLD) self.tag_italic = self.create_tag("italic", style=Pango.Style.ITALIC) self.tag_underline = self.create_tag("underline", underline=Pango.Underline.SINGLE) def set_text(self, text: Union[str, bytes]) -> None: super().set_text("") # Clear the widget if isinstance(text, bytes): # data loaded from the database are bytes, not str text = text.decode("utf-8") self.insert_markup(self.get_start_iter(), text, -1) def get_text(self, start: Optional[Gtk.TextIter] = None, end: Optional[Gtk.TextIter] = None, include_hidden_chars: bool = False) -> str: """Get the buffer content. If `include_hidden_chars` is set, then the html markup content is returned. If False, then the text only is returned.""" if start is None: start = self.get_start_iter() if end is None: end = self.get_end_iter() if include_hidden_chars is False: return super().get_text(start, end, include_hidden_chars=False) else: format_ = self.register_serialize_tagset() content = self.serialize(self, format_, start, end) return PangoToHtml().feed(content) def get_selection_bounds(self): """A get_selection_bounds that returns either the selection, or the word where the cursor is at """ bounds = super().get_selection_bounds() if not bounds: itr = self.get_iter_at_mark(self.get_insert()) if itr.inside_word(): start_pos = itr.get_offset() itr.forward_word_end() word_end = itr.get_offset() itr.backward_word_start() word_start = itr.get_offset() itr.set_offset(start_pos) bounds = (self.get_iter_at_offset(word_start), self.get_iter_at_offset(word_end + 1)) else: bounds = (itr, self.get_iter_at_offset(itr.get_offset() + 1)) return bounds def on_markup_toggle(self, widget: Gtk.Action, tag: Gtk.TextTag) -> None: """Apply or remove markup to selected text""" bounds = self.get_selection_bounds() if not bounds: return start, end = bounds prop = None if tag == self.tag_bold: prop = "weight-set" elif tag == self.tag_italic: prop = "style-set" elif tag == self.tag_underline: prop = "underline-set" set_tag = [t for t in start.get_tags() if t.get_property(prop)] if set_tag: self.remove_tag(*set_tag, start, end) else: self.apply_tag(tag, start, end) def remove_all_tags(self, widget): """Remove all tags from selection""" selection = self.get_selection_bounds() if not selection: return start, end = selection for tag in start.get_tags(): self.remove_tag(tag, start, end) class SimpleEditor: """A demo of the TextBufferedMarkup class""" def __init__(self): self.w = Gtk.Window() vb = Gtk.VBox() tv = Gtk.TextView() sw = Gtk.ScrolledWindow() sw.add(tv) self.pb = PangoBuffer() self.pb.set_text( """This is bold. This is italic This is bold, italic, and underlined! This is a test of bg color This is a test of fg color This is a test of fg and bg color # noqa """ ) tv.set_buffer(self.pb) edit_box = Gtk.HButtonBox() normal = Gtk.Button() normal.set_label("Normal") normal.connect("clicked", self.pb.remove_all_tags) edit_box.add(normal) button_italic = Gtk.ToolButton() button_italic.set_icon_name("format-text-italic-symbolic") button_italic.connect("clicked", self.pb.on_markup_toggle, self.pb.tag_italic) edit_box.add(button_italic) button_bold = Gtk.ToolButton() button_bold.set_icon_name("format-text-bold-symbolic") button_bold.connect("clicked", self.pb.on_markup_toggle, self.pb.tag_bold) edit_box.add(button_bold) button_underline = Gtk.ToolButton() button_underline.set_icon_name("format-text-underline-symbolic") button_underline.connect("clicked", self.pb.on_markup_toggle, self.pb.tag_underline) edit_box.add(button_underline) button_blue = Gtk.ToggleButton() button_blue.set_label("Blue") edit_box.add(button_blue) button_red = Gtk.ToggleButton() button_red.set_label("Red") edit_box.add(button_red) vb.add(edit_box) vb.add(sw) action_box = Gtk.HButtonBox() pmbut = Gtk.Button() pmbut.set_label("Print Markup") pmbut.connect("clicked", self.print_markup) action_box.add(pmbut) pselectbut = Gtk.Button() pselectbut.set_label("Print Selection") pselectbut.connect("clicked", self.print_selection) action_box.add(pselectbut) qb = Gtk.Button() qb.set_label("Quit") qb.connect("clicked", lambda *args: self.w.destroy() or Gtk.main_quit()) action_box.add(qb) vb.add(action_box) self.w.add(vb) self.w.show_all() def print_markup(self, *args): print(self.pb.get_text(include_hidden_chars=True)) def print_selection(self, *args): selection = self.pb.get_selection_bounds() print(self.pb.get_text(*selection)) if __name__ == "__main__": se = SimpleEditor() se.w.connect("delete-event", lambda *args: Gtk.main_quit()) Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/pango_html.py000066400000000000000000000172201510115424500226060ustar00rootroot00000000000000from html import escape from html.parser import HTMLParser from typing import Dict, List, Optional, Tuple from bs4 import BeautifulSoup from bs4.element import Tag from gi.repository import Pango class PangoToHtml(HTMLParser): """Decode a subset of Pango markup and serialize it as HTML. Only the Pango markup used within Gourmet is handled, although expanding it is not difficult. Due to the way that Pango attributes work, the HTML is not necessarily the simplest. For example italic tags may be closed early and reopened if other attributes, eg. bold, are inserted mid-way: italic text and underlined This means that the HTML resulting from the conversion by this object may differ from the original that was fed to the caller. """ def __init__(self): super().__init__() self.markup_text: str = "" # the resulting content self.current_opening_tags: List[str] = [] # used during parsing self.current_closing_tags: List[str] = [] # used during parsing # The key is the Pango id of a tag, and the value is a tuple of opening # and closing html tags for this id. self.tags: Dict[str, Tuple[str, str]] = {} # Optionally, links can be specified, in a {link text: target} format. self.links: Dict[str, str] = {} # If links are specified, it is possible to ignore them, as is done # with time links. self.ignore_links: bool = False # Used as heuristics for parsing links, when applicable. self.is_colored_and_underlined: bool = False tag2html: Dict[str, Tuple[str, str]] = { Pango.Style.ITALIC.value_name: ("", ""), # No in Pango str(Pango.Weight.BOLD.real): ("", ""), Pango.Underline.SINGLE.value_name: ("", ""), "foreground-gdk": (r'', ""), "background-gdk": (r'', ""), } @staticmethod def pango_to_html_hex(val: str) -> str: """Convert 32 bit Pango color hex string to 16 html. Pango string have the format 'ffff:ffff:ffff' (for white). These values get truncated to 16 bits per color into a single string: '#FFFFFF'. """ red, green, blue = val.split(":") red = hex(255 * int(red, base=16) // 65535)[2:].zfill(2) green = hex(255 * int(green, base=16) // 65535)[2:].zfill(2) blue = hex(255 * int(blue, base=16) // 65535)[2:].zfill(2) return f"#{red}{green}{blue}" def feed(self, data: bytes, links: Optional[Dict[str, str]] = None, ignore_links: Optional[bool] = False) -> str: """Convert a buffer (text and and the buffer's iterators to html string. Unlike an HTMLParser, the whole string must be passed at once, chunks are not supported. Optionally, a dictionary of links, in the format {text: target}, can be specified. Links will be inserted if some text in the markup will be coloured, underlined, and matching an entry in the dictionary. If `ignore_links` is set, along with the `links` dictionary, then links will be serialized as regular text, and the link targets will be lost. """ if links is not None: self.links = links self.ignore_links = ignore_links # Remove the Pango header: it contains a length mark, which we don't # care about, but which does not necessarily decodes as valid char. header_end = data.find(b"") data = data[header_end:].decode() # Get the tags tags_begin = data.index("") tags_end = data.index("") + len("") tags = data[tags_begin:tags_end] data = data[tags_end:] # Get the textual content, omitting the opening and closing text tags text_begin = data.index("") + len("") text_end = data.index("") text = data[text_begin:text_end] # The remaining is serialized Pango footer, which we don't need. # Convert the tags to html. # We know that only a subset of HTML is handled in Gourmet: italics, # bold, underlined, normal, and links (coloured and underlined) soup = BeautifulSoup(tags, features="lxml") tags = soup.find_all("tag") tags_list = {} for tag in tags: opening_tags = "" closing_tags = "" # The tag may have a name, for named tags, or else an id tag_name = tag.attrs.get("id") tag_name = tag.attrs.get("name", tag_name) attributes = [c for c in tag.contents if isinstance(c, Tag)] for attribute in attributes: vtype = attribute["type"] value = attribute["value"] name = attribute["name"] if vtype == "GdkColor": # Convert colours to html if name in ["foreground-gdk", "background-gdk"]: opening, closing = self.tag2html[name] hex_color = self.pango_to_html_hex(value) opening = opening.format(hex_color) else: continue # no idea! else: opening, closing = self.tag2html.get(value, ("", "")) opening_tags += opening closing_tags = closing + closing_tags # closing tags are FILO tags_list[tag_name] = opening_tags, closing_tags if opening_tags: tags_list[tag_name] = opening_tags, closing_tags self.tags = tags_list # Create a single output string that will be sequentially appended to # during feeding of text. It can then be returned once we've parse all self.markup_text = "" self.current_opening_tags = [] self.current_closing_tags = [] self.is_colored_and_underlined = False super().feed(text) print(text) return self.markup_text def handle_starttag(self, tag: str, attrs: List[Tuple[str, str]]) -> None: # The only tag in pango markup is "apply_tag". This could be ignored or # made an assert, but we let our parser quietly handle nonsense. if tag == "apply_tag": attrs = dict(attrs) tag_name = attrs.get("id") # A tag may have a name, or else an id tag_name = attrs.get("name", tag_name) tags = self.tags.get(tag_name) if tags is not None: opening_tag, closing_tag = tags self.current_opening_tags.append(opening_tag) self.current_closing_tags.append(closing_tag) if self.current_opening_tags: if "foreground" and "" in self.current_opening_tags[-1]: self.is_colored_and_underlined = True def handle_data(self, data: str) -> None: target = self.links.get(data) if self.is_colored_and_underlined and target is not None: # Replace the markup tags with a hyperlink target if not self.ignore_links: data = f'{data}' # Remove the tags that were substituted self.current_closing_tags.pop() # FILO self.current_opening_tags.pop() else: data = "".join(self.current_opening_tags) + escape(data) self.current_opening_tags.clear() self.markup_text += data def handle_endtag(self, tag: str) -> None: if self.current_closing_tags: # Can be empty due to pop in handle_data self.markup_text += self.current_closing_tags.pop() # FILO self.is_colored_and_underlined = False gourmand-1.2.0/src/gourmand/gtk_extras/ratingWidget.py000066400000000000000000000362061510115424500231130ustar00rootroot00000000000000import os.path import tempfile from gi.repository import Gdk, GdkPixbuf, GObject, Gtk from PIL import Image import gourmand.gglobals as gglobals from gourmand.i18n import _ PLUS_ONE_KEYS = [ "plus", "greater", #'Up', #'Right', ] MINUS_ONE_KEYS = [ "minus", "less", #'Down', #'Left' ] PLUS_MAX_KEYS = ["Page_Up"] MINUS_MAX_KEYS = ["Page_Down"] ACTIVATE_KEYS = ["space"] # An implement a star box for rating something (as in 1 to 5 stars) a # la rhythmbox # StarGenerator handles efficient creation/fetching of Pixbufs for various # numbers of stars class StarGenerator: """A convenient class that will give us a Gtk.Pixbuf representing stars for any number. set_image and unset_image must have the same width!""" def __init__(self, set_image=gglobals.FULL_STAR, unset_image=gglobals.NO_STAR, half_image=gglobals.HALF_STAR, background=0, size=None): set_img = Image.open(set_image) if size is not None: set_img = self.set_img.resize(size) unset_img = Image.open(unset_image).resize(set_img.size) halfset_img = Image.open(half_image).resize(set_img.size) self.set_img = set_img.convert("RGBA") self.unset_img = unset_img.convert("RGBA") self.halfset_img = halfset_img.convert("RGBA") self.width, self.height = self.set_img.size self.set_region = self.set_img.crop((0, 0, self.width, self.height)) self.unset_region = self.unset_img.crop((0, 0, self.width, self.height)) self.halfset_region = self.halfset_img.crop((0, 0, self.width, self.height)) self.background = background self.pixbufs = {} self.image_files = {} def get_pixbuf(self, n, max=10): """Return a pixbuf with an image representing n/max stars""" if (n, max) in self.pixbufs: return self.pixbufs[(n, max)] else: img = self.build_image(n, max) pb = self.get_pixbuf_from_image(img) self.pixbufs[(n, max)] = pb return pb def get_full_width(self, max=10): return self.width * max // 2 def get_image(self, *args, **kwargs): """Get an Image (PIL) object representing n/max stars""" # Just an alias for semantic clarity... return self.build_image(*args, **kwargs) def get_file(self, n, max=10, ext=".jpg"): if (n, max, ext) in self.image_files and os.path.exists(self.image_files[(n, max, ext)]): return self.image_files[(n, max, ext)] _, fi = tempfile.mkstemp("%s_of_%s.%s" % (n, max, ext)) i = self.get_image(n, max) i = i.convert("RGB") i.save(fi) self.image_files[(n, max, ext)] = fi return fi def build_image(self, n, max=10): """Build an image representing n/max stars.""" img = Image.new("RGBA", (self.get_full_width(max), self.height), self.background) for i in range(0, (max // 2)): if i * 2 + 2 <= n: to_paste = self.set_region elif (i * 2) + 1 <= n: to_paste = self.halfset_region else: to_paste = self.unset_region xbase = self.width * i img.paste(to_paste, (xbase, 0, xbase + self.width, self.height)) return img def get_pixbuf_from_image(self, image, make_white_opaque=True): """Get a pixbuf from a PIL Image. By default, turn all white pixels transparent. """ is_rgba = image.mode == "RGBA" rowstride = 4 if is_rgba else 3 pb = GdkPixbuf.Pixbuf.new_from_data(image.tobytes(), GdkPixbuf.Colorspace.RGB, is_rgba, 8, image.size[0], image.size[1], rowstride * image.size[0]) return pb star_generator = StarGenerator() # StarImage is a class that allows easy setting of an image from a value. class StarImage(Gtk.Image): __gtype_name__ = "StarImage" def __init__(self, star_gen=star_generator, value=0, upper=10): """Create an Image widget with value/upper stars filled in. star_gen is an instance of the StarGenerator class which will do the work of creating the Pixbufs with the star images. The number can be changed via the get_value and set_value methods. If you want the user to be able to change the number of stars, use a StarButton. """ Gtk.Image.__init__(self) self.stars = star_gen self.upper = upper self.set_value(value) def set_value(self, value): """Set value. Silently floor value at 0 and cap it at self.upper""" if value > self.upper: value = self.upper if value < 0: value = 0 self.set_from_pixbuf(self.stars.get_pixbuf(value, self.upper)) self.value = value def get_value(self): return self.value def set_upper(self, value): """Change the upper number of stars allowed. Update our image accordingly.""" self.upper = value self.set_value(self.value) def set_text(self, value): self.set_value(int(value)) def get_text(self): return "%s" % self.get_value() # Next is a Button type class that allows the user to set the value # via the mouse or the keyboard class StarButton(Gtk.Button): __gtype_name__ = "StarButton" """A StarButton, to allow the user to select a number using icons. 'Stars' are one of the normal elements to select. So that a user could rate on a scale of one-to-four stars. """ __custom_handler_names__ = ["changed"] _custom_handlers_ = {} def __init__( self, star_gen=star_generator, start_value=0, upper=10, ): """Initiate a StarButton. star_gen is an instance of the StarGenerator class which will generate our actual images of stars or whatever else. Upper is the upper number of 'stars' the user can select. start_value is our initial value. if interactive is True, we will catch click and keyboard events and allow the user to change the value using the keyboard. """ # self.__gobject_init__() Gtk.Button.__init__(self) self.add_events(Gdk.EventMask.KEY_PRESS_MASK) self.add_events(Gdk.EventMask.BUTTON_PRESS_MASK) self.connect("button-press-event", self.buttonpress_cb) self.connect("key-press-event", self.keypress_cb) # self.connect('activate', # self.activate_cb) self.connect("mnemonic-activate", self.activate_cb) self.image = StarImage(star_gen, value=start_value, upper=upper) self.add(self.image) self.image.show() # set up convenience methods self.get_value = self.image.get_value self.set_upper = self.image.set_upper def set_value(self, value): self.image.set_value(value) if "changed" in self._custom_handlers_: for h in self._custom_handlers_["changed"]: if h(self): break return True def set_text(self, value): self.set_value(int(value)) def get_text(self): return "%s" % self.get_value() def connect(self, name, handler): """We do something very very bad.""" if name in self.__custom_handler_names__: if name in self._custom_handlers_: self._custom_handlers_[name].append(handler) else: self._custom_handlers_[name] = [handler] else: Gtk.Button.connect(self, name, handler) def activate_cb(self, *args): self.grab_focus() return True def buttonpress_cb(self, widget, event): x, y = event.get_coords() # coordinates relative to widget wx, wy = self.translate_coordinates(self.image, int(x), int(y)) # coordinates relative to star images wx = min(self.image.get_pixbuf().get_width(), max(0, wx)) # clamp x values to star range # clamping of pixel values is fine as the user can click outside the stars of the widget to get to 0 or 10 self.star_width = self.image.get_pixbuf().get_width() / self.image.upper star = x // self.star_width self.set_value(star) return True def keypress_cb(self, widget, event): name = Gdk.keyval_name(event.keyval) if name in PLUS_ONE_KEYS: self.set_value(self.image.value + 1) return True elif name in MINUS_ONE_KEYS: self.set_value(self.image.value - 1) return True elif name in PLUS_MAX_KEYS: self.set_value(self.image.upper) return True elif name in MINUS_MAX_KEYS: self.set_value(0) return True elif name in ACTIVATE_KEYS: return True elif name in [str(x) for x in range(self.image.upper // 2 + 1)]: self.set_value(int(name) * 2) return True class TreeWithStarMaker: """A class to automatically handle stars in trees. This is a little backasswards to be honest, but it's better than repeating code oodles of times. We implement our own "signal" handling of a sort, allowing users to connect to a change in value by calling connect_change_handler(handler). Handlers will take arguments like this and should return True to prevent us from setting the star value. (They will also prevent other handlers from doing their thing, as happens elsewhere in the gtk world). def handler (value, model, treeiter, colnum): '''This handler will just set the value in our model. Presumably you want to do something more with the data ''' model.set_value(treeiter,colnum,value) """ def __init__(self, tree, star_generator, col_title=_("Rating"), col_position=-1, data_col=0, handlers=[], upper=10, editable=True, properties={}): self.tree = tree self.star_generator = star_generator self.col_title = col_title self.col_position = col_position self.data_col = data_col self.handlers = handlers self.upper = upper self.editable = editable self.properties = properties # setup our column self.setup_column() self.setup_callbacks() def connect_change_handler(self, handler): self.handlers.append(handler) def call_handlers(self, *params): for handler in self.handlers: if handler(*params): break def setup_column(self): self.cellrenderer = Gtk.CellRendererPixbuf() tot_cols = self.tree.insert_column_with_data_func(self.col_position, self.col_title, self.cellrenderer, self.cell_data_func) if self.col_position == -1: self.col_position = tot_cols - 1 if self.editable: self.cellrenderer.set_property("mode", Gtk.CellRendererMode.EDITABLE) self.cellrenderer.set_property("xalign", 0) col = self.tree.get_column(self.col_position) col.set_sort_column_id(self.data_col) for p, v in list(self.properties.items()): col.set_property(p, v) self.col = col def setup_callbacks(self): self.tree.connect("button-press-event", self.tree_click_callback) self.tree.connect("key-press-event", self.tree_keypress_callback) def cell_data_func(self, tree_column, cell, model, tree_iter): """Populate our cell with a pixbuf based on an integer""" val = model.get_value(tree_iter, self.data_col) pb = self.star_generator.get_pixbuf(int(val), self.upper) cell.set_property("pixbuf", pb) def tree_click_callback(self, tv, event): x = int(event.x) y = int(event.y) try: path, col, cellx, celly = tv.get_path_at_pos(x, y) except Exception: return if col.get_property("title") == self.col_title: # If we're changing rows, we assume our user doesn't want to # click this button yet. This may be bad behavior, but it seems # reasonable for the time being. if hasattr(self, "curpath") and path == self.curpath: mod = tv.get_model() itr = mod.get_iter(path) # curval = mod.get_value(itr, 0) self.star_width = self.cellrenderer.get_property("pixbuf").get_width() / self.upper starval = ( cellx + 0.5 * self.star_width ) // self.star_width # we translate this half a half-star since you can't click before 0, as opposed to the method in the widget # curval = mod.get_value(itr, self.data_col) self.call_handlers(starval, mod, itr, self.data_col) self.curpath = path def tree_keypress_callback(self, tv, event): path, col = tv.get_cursor() if not col: return if not path: return if col.get_property("title") == self.col_title: # go ahead and edit... name = Gdk.keyval_name(event.keyval) mod = tv.get_model() itr = mod.get_iter(path) curval = mod.get_value(itr, self.data_col) if name in MINUS_ONE_KEYS: # mod.set_value(itr,self.col_position,curval - 1) self.call_handlers(curval - 1, mod, itr, self.data_col) return True if name in PLUS_ONE_KEYS: # mod.set_value(itr,self.col_position,curval + 1) self.call_handlers(curval + 1, mod, itr, self.data_col) return True elif name in [str(x) for x in range(self.upper // 2 + 1)]: # mod.set_value(itr,self.col_position,int(name)) self.call_handlers(int(name) * 2, mod, itr, self.data_col) return True # Next is a proof of concept making this work in a TreeView class Tree(Gtk.TreeView): def __init__(self, stars): self.stars = stars self.upper = 10 self.store = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_INT) for i in range(10): for n in range(6): self.store.append(["Test %s%s" % (i, n), n]) Gtk.TreeView.__init__(self) self.set_size_request(300, 200) self.set_model(self.store) self.set_headers_visible(True) rend = Gtk.CellRendererText() column = Gtk.TreeViewColumn("First", rend, text=0) column.set_sort_column_id(0) self.append_column(column) TreeWithStarMaker(self, self.stars, data_col=1, handlers=[self.rating_change_handler]) column = Gtk.TreeViewColumn( "Second", rend, ) self.append_column(column) def rating_change_handler(self, value, model, treeiter, colnum): model.set_value(treeiter, colnum, value) if __name__ == "__main__": vb = Gtk.VBox() s = StarGenerator() for i in range(10): hb = Gtk.HBox() hb.pack_start(StarButton(s, start_value=i), False, False, 0) vb.add(hb) w = Gtk.Window() w.add(vb) b = Gtk.Button(stock=Gtk.STOCK_QUIT) b.connect("clicked", lambda *args: w.hide() or Gtk.main_quit()) vb.add(b) t = Tree(s) vb.add(t) vb.show_all() w.connect("delete-event", lambda *args: w.hide() or Gtk.main_quit()) w.show_all() Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/treeview_extras.py000066400000000000000000000311061510115424500236750ustar00rootroot00000000000000from typing import Optional from gi.repository import Gtk from gourmand.gdebug import debug def print_tree(mod): for row in mod: print([col for col in row]) for child in row.iterchildren(): print("-> ", [col for col in child]) def path_next(path, inc=1): """Return the path NEXT rows after PATH. Next can be negative, in which case we get previous paths.""" next = list(path[0:-1]) last = path[-1] last += inc if last < 0: last = 0 next.append(last) next = tuple(next) return next def get_unique_iter_from_value(mod, col, val): for r in mod: if r[col] == val: return r.iter for rc in r.iterchildren(): if rc[col] == val: return rc.iter def get_last(model: Gtk.TreeStore) -> Optional[Gtk.TreeIter]: """Return an TreeIter pointing to the last element in the model""" current = model.get_iter_first() iter = None while current is not None: iter = current current = model.iter_next(current) return iter def move_iter(mod: Gtk.TreeStore, iter: Gtk.TreeIter, sibling: Gtk.TreeIter = None, parent: Gtk.TreeIter = None, direction: str = "before"): """move_iter will move iter relative to sibling or parent. Direction (before or after) tells us whether to insert_before or insert_after (with a sib) or to prepend or append (with a parent).""" if direction != "after": direction = "before" path = mod.get_path(iter) if sibling: dpath = mod.get_path(sibling) elif parent: dpath = mod.get_path(parent) else: dpath = () rowdata = get_row(mod, iter) children = harvest_children(mod, iter) if direction != "after": direction = "before" path = mod.get_path(iter) if sibling: dpath = mod.get_path(sibling) elif parent: dpath = mod.get_path(parent) else: dpath = () rowdata = get_row(mod, iter) children = harvest_children(mod, iter) def insert_new(parent): """A little subroutine to insert our row. We'll call this at the appropriate time depending on the order of source and destination iters""" if not parent: parent = None if len(dpath) > 1: parent = mod.get_iter(dpath[0:-1]) if parent == sibling or not sibling: """If our parent is our destination iter or if we have only a parent specified, we're moving inside, not before""" if direction == "before": return mod.append(parent, rowdata) else: return mod.prepend(parent, rowdata) elif direction == "before": return mod.insert_before(parent, sibling, rowdata) else: return mod.insert_after(parent, sibling, rowdata) # if the source is before the destination, we add then remove. otherwise, we remove then add. path_last = path_compare(path, dpath) if path_last == 1: # Source after destination (remove, then add) remove_children(mod, iter) mod.remove(iter) new = insert_new(parent) insert_children(mod, new, children) elif path_last == 0: debug("Moving into my self is nonsensical!", 1) else: # Source before destination (add, then remove) new = insert_new(parent) insert_children(mod, new, children) remove_children(mod, iter) mod.remove(iter) def insert_children(mod, iter, children): for row in children: mod.append(iter, row) def remove_children(mod, iter): # in spite of its name, children gets the first child child = mod.iter_children(iter) while child: mod.remove(child) child = mod.iter_children(iter) def harvest_children(mod, iter): ret = [] n = 0 child = mod.iter_nth_child(iter, n) while child: ret.append(get_row(mod, child)) n += 1 child = mod.iter_nth_child(iter, n) return ret def path_compare(p1, p2): """Return 1 if p1 > p2, 0 if p1 = p2 and -1 if p1 < p2 Greater than means comes after.""" flag = True retval = None n = 0 while flag: if len(p1) > n and len(p2) > n: if p1[n] > p2[n]: retval = 1 flag = False elif p1[n] < p2[n]: retval = -1 flag = False else: flag = True elif len(p1) <= n and len(p2) <= n: ## if we're both too short, we're done comparing and we're equal retval = 0 flag = False else: ## otherwise one of these is greater (the longer path comes after/is greater than the shorter) if len(p1) > len(p2): retval = 1 flag = False else: retval = -1 flag = False n += 1 return retval def get_row(mod, iter): """Grab all values in iter and return as a list suitable for feeding to 'row' argument of append/prepend/insert""" n = 0 flag = True row = [] while flag: try: row.append(mod.get_value(iter, n)) except Exception: flag = False n += 1 return row class selectionSaver: """A class to save selections in a treeStore. This is implemented because it is too damned hard to follow iters when potentially moving around multiple items. It will only work if one column of data in the treeIter is a unique identifier. This happens to be true of all of my treeViews. To use this class, initilialize it before moving things around. Then call 'restore_selections' to fix up your selections.""" def __init__(self, treeview, unique_column=0): """unique_column is the column with unique data (used to identify selections). treeview is the treeview in question""" self.expanded = {} self.tv = treeview self.uc = unique_column self.model = self.tv.get_model() self.selection = self.tv.get_selection() self.save_selections() def save_selections(self): self.selected = [] self.expanded = {} self.selection.selected_foreach(self._add_to_selected) def _add_to_selected(self, model, path, iter): self.add_selection(iter) def add_selection(self, itr): """Add iter to list of selected items""" v = self.model.get_value(itr, self.uc) self.selected.append(v) pth = self.model.get_path(itr) expandedp = self.tv.row_expanded(pth) if expandedp: self.expanded[v] = expandedp def rem_selection(self, itr): """Remove iter from list of selected items. Silently do nothing if handed an iter that wasn't selected in the first place.""" try: # TODO: Is this ever called? `selected` is never defined. selected.remove(self.model.get_value(itr, self.uc)) # noqa: F821 except ValueError: pass def restore_selections(self, tv=None): """Restore selections. We can optionally do the unlikely task of restoring selections to a new treeView. This might come in handy w/ dragndrop within an application between treeViews. Otherwise, we remember and use the treeView we were initially handed.""" if tv: self.tv = tv self.model = self.tv.get_model() self.selection = self.tv.get_selection() else: self.model = self.tv.get_model() self.selection = self.tv.get_selection() self.selection.unselect_all() itr = self.model.get_iter_first() new_paths = [] while itr: v = self.model.get_value(itr, self.uc) if self.selected.__contains__(v): self.selection.select_iter(itr) if isinstance(v, str) and self.expanded.get(v): self.tv.expand_row(self.model.get_path(itr), True) new_paths.append(self.model.get_path(itr)) child = self.model.iter_children(itr) if child: itr = child else: next = self.model.iter_next(itr) if next: itr = next else: parent = self.model.iter_parent(itr) if parent: itr = self.model.iter_next(parent) else: itr = None class TreeViewConf: """Handed a treeView and two configuration items, this class allows us to save user changes made to a treeView. Whoever calls us is responsible for saving our self.hidden and self.order at the appropriate times and handing them back to us when needed. Note: this will break if column titles aren't unique.""" def __init__(self, tv, hidden=[], order={}): self.tv = tv self.order = order self.hidden = hidden self.tv.connect("columns-changed", self.save_column_change_cb) def apply_visibility(self): for c in self.tv.get_columns(): t = c.get_title() if t in self.hidden: c.set_visible(False) else: # and try with "_" removed ll = list(t) if "_" in ll: ll.remove("_") t = "".join(ll) if t in self.hidden: c.set_visible(False) else: c.set_visible(True) def apply_column_order(self): coldic = {} for c in self.tv.get_columns(): try: coldic[self.order[c.get_title()]] = c except Exception: debug("I don't know about column titled %s" % c.get_title(), 3) prevcol = None for n in range(len(self.tv.get_columns())): if n in coldic: c = coldic[n] self.tv.move_column_after(c, prevcol) prevcol = c else: debug("There is no column in position %s" % n, 4) def save_column_change_cb(self, tv): self.order = {} n = 0 for c in tv.get_columns(): titl = c.get_title() self.order[titl] = n n += 1 class QuickTree(Gtk.ScrolledWindow): def __init__(self, rows, titles=None): """Handed a list of data, we create a simple treeview. The rules are simple. Each row can be a LIST in which case it is taken to be a list of columns (and each LIST is assumed to be the same length). Alternatively, each row can be an item, in which case there is only one column. All items must produce a string with str(item).""" debug("QuickTree got rows: %s" % rows, 0) Gtk.ScrolledWindow.__init__(self) self.tv = Gtk.TreeView() self.rows = rows self.titles = titles if self.rows: first = self.rows[0] if not isinstance(first, (tuple, list)): debug("Mappifying!", 0) self.rows = [[x] for x in self.rows] self.setup_columns() self.setup_model() self.add(self.tv) self.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) self.show_all() def setup_columns(self): self.cols = len(self.rows[0]) if not self.titles: self.titles = [None] * self.cols rend = Gtk.CellRendererText() for n in range(self.cols): debug("Adding column: %s" % self.titles[n], 0) col = Gtk.TreeViewColumn(self.titles[n], rend, text=n) col.set_resizable(True) col.set_reorderable(n) col.set_sort_column_id(n) self.tv.append_column(col) def setup_model(self): self.model = Gtk.ListStore(*[str] * self.cols) for row in self.rows: itr = self.model.append() while len(row) > self.cols: row.pop() while len(row) < self.cols: row.append("") self.model[itr] = [str(i) for i in row] self.tv.set_model(self.model) if __name__ == "__main__": vb = Gtk.VBox() sw = QuickTree( [ ["Foo", "Bar"], ["Bar", "Foo"], ["Foob", "Barb"], ["Baz", "Bang"], ] ) sw.tv.set_reorderable(True) sw.tv.ss = selectionSaver(sw.tv, 0) def ss_save(*args): sw.tv.ss.save_selections() def ss_get(*args): sw.tv.ss.restore_selections() sw.tv.connect("drag-begin", ss_save) sw.tv.connect("drag-end", ss_get) w = Gtk.Window() w.add(sw) w.show_all() Gtk.main() gourmand-1.2.0/src/gourmand/gtk_extras/validation.py000066400000000000000000000167061510115424500226200ustar00rootroot00000000000000import re import time from typing import Optional from gi.repository import Gdk, GObject, Gtk import gourmand.convert from gourmand.convert import FRACTIONS_ASCII, NUMBER_MATCHER, Converter, float_to_frac, frac_to_float, seconds_to_timestring from gourmand.i18n import _ TIME_TO_READ = 1000 class ValidatingEntry(Gtk.VBox, GObject.GObject): __gsignals__ = {"mnemonic-activate": "override"} def __init__(self): super().__init__() # TODO: entry needn't be a property of self, but this requires # reworking all derived classes self.entry = Gtk.Entry() self.entry.set_name("entry") self.entry.connect("changed", self._validate) self.entry.connect("focus-out-event", self._validate_completed) self.get_text = self.entry.get_text self.set_text = self.entry.set_text self.entry.show() self.warning_box = Gtk.HBox() self.image = Gtk.Image() self.warning = Gtk.Label() self.warning_box.add(self.image) self.image.set_from_icon_name(Gtk.STOCK_DIALOG_WARNING, Gtk.IconSize.MENU) self.warning_box.add(self.warning) a = Gtk.Alignment(xscale=1) a.add(self.entry) a.show() self.warning_box.show() self.valid = True self.validating = False self.add(self.warning_box) self.add(a) self.show() self.warned = -1 screen = Gdk.Screen.get_default() gtk_provider = Gtk.CssProvider() gtk_context = Gtk.StyleContext() gtk_context.add_provider_for_screen(screen, gtk_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION) gtk_provider.load_from_data( b""" #entry.error { background-color: #FF8888; color: white; } """ ) def do_activate(self, *args): self.entry.grab_focus() return True def do_mnemonic_activate(self, *args): self.entry.grab_focus() return True def connect(self, *args, **kwargs): return self.entry.connect(*args, **kwargs) def set_warning_text(self, text: str): self.warning.set_text(f'{text}') self.warning.set_use_markup(True) def _show_warning(self): if not self.warned > 0: self.warned = time.time() self.warning_box.show_all() def _hide_warning_slowly(self): self.warn = False if self.warned == -1: return # Already hidden warned_for = time.time() - self.warned remaining = TIME_TO_READ - warned_for * 1000 if remaining > 0: GObject.timeout_add(int(remaining), int(self._hide_warning)) else: self._hide_warning() def _hide_warning(self): if not self.warn: self.warned = -1 self.warning_box.hide() self.validating = False def _validate(self, entry: Gtk.Entry): text = entry.get_text() context = entry.get_style_context() error = self.find_errors_in_progress(text) if error is not None: self.valid = False self.warn = True self.set_warning_text(error) self._show_warning() context.add_class("error") else: self.valid = True self.warn = False self._hide_warning() context.remove_class("error") def _validate_completed(self, entry: Gtk.Entry, focus: Gdk.EventFocus): text = entry.get_text() context = entry.get_style_context() error = self.find_completed_errors(text) if error: context.add_class("error") self.set_warning_text(error) self._show_warning() else: self._hide_warning_slowly() context.remove_class("error") def find_errors_in_progress(self, text: str) -> Optional[str]: """Return a string describing any errors. Return None if there are no errors. This will be called as the user types. """ raise NotImplementedError def find_completed_errors(self, text: str) -> Optional[str]: """return a string describing any errors. Return none if there are no errors. This will be called when the user has finished typing. """ raise NotImplementedError class TimeEntry(ValidatingEntry): __gtype_name__ = "TimeEntry" def __init__(self): super().__init__() self.conv = Converter.instance() self.entry.get_value = self.get_value self.entry.set_value = self.set_value self._error_msg = _("Time must consist of a number and a unit.") def find_errors_in_progress(self, text: str) -> Optional[str]: text = text.strip() # Remove any leading or trailing whitespaces if text == "" or self.conv.timestring_to_seconds(text): return # The user entered something like `13 h` or `13 hours` if " " in text: number, partial_unit, *_ = text.split() else: number = text partial_unit = "" has_number = NUMBER_MATCHER.match(number) has_unit = any([unit.startswith(partial_unit) for unit in self.conv.unit_to_seconds.keys()]) if not (has_number and has_unit): return self._error_msg def find_completed_errors(self, text: str) -> Optional[str]: text = text.strip() if text and not self.conv.timestring_to_seconds(text): return self._error_msg def set_value(self, seconds: float): self.entry.set_text(seconds_to_timestring(seconds, fractions=FRACTIONS_ASCII)) def get_value(self): return self.conv.timestring_to_seconds(self.entry.get_text()) class NumberEntry(ValidatingEntry): __gtype_name__ = "NumberEntry" error_message = _("Invalid input.") + " " + _("Not a number.") in_progress_regexp = ( """ ^ # start at %(NUMBER_START_REGEXP)s+ # a number %(NUMBER_MID_NO_RANGE_REGEXP)s* %(NUMBER_END_NO_RANGE_REGEXP)s* $ # end """ % gourmand.convert.__dict__ ) def __init__(self, default_to_fractions: bool = False, decimals: int = 2): """Decimals is the number of decimal places we set. Set decimals to -1 for as many as we have. """ self.default_to_fractions = default_to_fractions self.decimals = decimals self.in_progress_matcher = re.compile(self.in_progress_regexp, re.VERBOSE | re.UNICODE) super().__init__() self.entry.get_value = self.get_value self.entry.set_value = self.get_value def find_errors_in_progress(self, text: str): text = text.strip() if not text: return if not self.in_progress_matcher.match(text): return self.error_message def find_completed_errors(self, text: str): if text and frac_to_float(text) is None: return self.error_message def set_value(self, number: int): if self.default_to_fractions: self.set_text(float_to_frac(number, fractions=FRACTIONS_ASCII)) else: if self.decimals >= 0: decimals = self.decimals while number < 10**-decimals: decimals += 1 format_string = "%" + "." + "%i" % decimals + "f" self.set_text(format_string % number) else: self.set_text(str(number)) def get_value(self) -> float: return frac_to_float(self.get_text()) gourmand-1.2.0/src/gourmand/i18n.py000066400000000000000000000006171510115424500170640ustar00rootroot00000000000000"""Internationalization for Gourmand. This file defines a gettext-like interface with the gourmet domain, and is later imported in the rest of the application. """ import gettext import locale from pathlib import Path mo_path = Path(__file__).parent / "data" / "locale" locale.bindtextdomain("gourmand", mo_path) langs = gettext.translation("gourmand", mo_path, fallback=True) _ = langs.gettext gourmand-1.2.0/src/gourmand/image_utils.py000066400000000000000000000133411510115424500206050ustar00rootroot00000000000000import io from collections import defaultdict from enum import Enum from pathlib import Path from pkgutil import get_data from threading import Event, Thread from typing import Dict, List, Optional from urllib.parse import unquote, urlparse import requests from gi.repository import GdkPixbuf, Gio, GLib, Gtk from gi.repository.GdkPixbuf import Pixbuf from PIL import Image, UnidentifiedImageError from requests.exceptions import ConnectionError MAX_THUMBSIZE = 10000000 # The maximum size, in bytes, of thumbnails we allow HEADERS = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0"} class ThumbnailSize(Enum): SMALL = (128, 128) LARGE = (256, 256) def cached(func): """A decorator to keep previously created thumbnails. This may be memory intensive. If it impedes usability, due to increased memory usage, it should be removed. """ thumbnails: Dict[str, Dict[ThumbnailSize, Image.Image]] = defaultdict(dict) def wrapper(path, size=ThumbnailSize.LARGE): if path in thumbnails and size in thumbnails[path]: return thumbnails[path][size] image = func(path, size) thumbnails[path][size] = image return image return wrapper @cached def make_thumbnail(path: str, size=ThumbnailSize.LARGE) -> Optional[Image.Image]: """Create an in-memory thumbnail from the given uri path. This function is used when browsing images to add to a recipe: thumbnails are displayed in the file chooser. Aspect ratios are kept, thus thumbnails won't necessarily be squared. The provided `path` is a str, provided by a Gtk.FileChooserDialog. As such, it is first converted to a Path object. """ if path.startswith("http"): try: response = requests.get(path, headers=HEADERS) except ConnectionError: return path = io.BytesIO(response.content) else: path = Path(urlparse(unquote(path)).path) if not path.is_file(): return try: image = Image.open(path) except (UnidentifiedImageError, ValueError): return image.thumbnail(size.value) return image def bytes_to_pixbuf(raw: bytes) -> Pixbuf: glib_bytes = GLib.Bytes.new(raw) stream = Gio.MemoryInputStream.new_from_bytes(glib_bytes) return Pixbuf.new_from_stream(stream) def bytes_to_image(raw: bytes) -> Image.Image: sfi = io.BytesIO(raw) sfi.seek(0) return Image.open(sfi) def image_to_bytes(image: Image.Image) -> bytes: ofi = io.BytesIO() image = image.convert("RGB") image.save(ofi, "jpeg") return ofi.getvalue() def load_pixbuf_from_resource(resource_name: str) -> Pixbuf: data = get_data("gourmand", f"data/images/{resource_name}") assert data return bytes_to_pixbuf(data) def pixbuf_to_image(pixbuf: Pixbuf) -> Image.Image: data = pixbuf.get_pixels() width = pixbuf.props.width height = pixbuf.props.height stride = pixbuf.props.rowstride mode = "RGB" if pixbuf.props.has_alpha: mode = "RGBA" image = Image.frombytes(mode, (width, height), data, "raw", mode, stride) return image def image_to_pixbuf(image: Image.Image) -> Pixbuf: is_rgba = image.mode == "RGBA" rowstride = 4 if is_rgba else 3 return GdkPixbuf.Pixbuf.new_from_data(image.tobytes(), GdkPixbuf.Colorspace.RGB, is_rgba, 8, image.size[0], image.size[1], rowstride * image.size[0]) class ImageBrowser(Gtk.Dialog): def __init__(self, parent: Optional[Gtk.Window], uris: List[str]): """Retrieve the images from the uris and let user select one. Image retrieval is done in another thread which is cancelled when the dialog is destroyed, if not completed already. browser = ImageBrowser(parent=None, uris=['https://example.com/image.png']) response = browser.run() browser.destroy() if response == Gtk.ResponseType.OK: image = browser.image else: # response == Gtk.ResponseType.CANCEL ... If parent is set, the the ImageBrowser will be modal to that parent. """ Gtk.Dialog.__init__(self, title="Choose an image", transient_for=parent, flags=0) self.set_default_size(600, 600) self.image: Optional[Image.Image] = None self.liststore = Gtk.ListStore(GdkPixbuf.Pixbuf) iconview = Gtk.IconView.new() iconview.set_model(self.liststore) iconview.set_pixbuf_column(0) iconview.connect("selection-changed", self.on_selection) scrollable = Gtk.ScrolledWindow() scrollable.set_vexpand(True) scrollable.add(iconview) box = self.get_content_area() box.pack_end(scrollable, True, True, 0) self.add_buttons(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_OK, Gtk.ResponseType.OK) self.show_all() self._stop_retrieval = Event() self._image_retrieve_task = Thread(target=self._load_uris, args=[uris]) self._image_retrieve_task.start() def _load_uris(self, uris: List[str]): for uri in uris: if self._stop_retrieval.is_set(): return # Cancel retrieval of image as user selection is done. image = make_thumbnail(uri, ThumbnailSize.SMALL) if image is None: continue pixbuf = bytes_to_pixbuf(image_to_bytes(image)) self.liststore.append([pixbuf]) def on_selection(self, iconview: Gtk.IconView): item = iconview.get_selected_items() if item: itr = self.liststore.get_iter(item[0]) self.image = pixbuf_to_image(self.liststore.get_value(itr, 0)) def destroy(self): self._stop_retrieval.set() self._image_retrieve_task.join() super().destroy() gourmand-1.2.0/src/gourmand/importers/000077500000000000000000000000001510115424500177535ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/importers/__init__.py000066400000000000000000000000001510115424500220520ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/importers/clipboard_importer.py000066400000000000000000000035271510115424500242140ustar00rootroot00000000000000"""Import recipes using the system's clipboard or via drag and drop.""" from pathlib import Path from tempfile import NamedTemporaryFile from urllib.parse import urlparse from gi.repository import Gdk, Gtk from gourmand.importers.importManager import ImportManager from gourmand.plugins.import_export.plaintext_plugin.plaintext_importer_plugin import PlainTextImporter def handle_import(data: str): """Deduce the correct importer from the content.""" if not data: return # Offer the regular import dialog if it's a uri is_supported = False uri = urlparse(data) if uri.netloc: is_supported = True elif uri.scheme == "file" and Path(uri.path).is_file(): is_supported = True # The import manager will do file-type validation data = uri.path if is_supported: importer = ImportManager.instance() importer.offer_import(default_value=data) else: # offer plaintext import with NamedTemporaryFile(delete=False) as tf: tf.write(data.encode()) importer = PlainTextImporter(tf.name) importer.do_run() from gourmand.main import get_application # work around circular import app = get_application() app.redo_search() def import_from_clipboard(action: Gtk.Action): clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) content = clipboard.wait_for_text().strip() handle_import(content) def import_from_drag_and_drop(treeview: Gtk.Widget, drag_context: Gdk.DragContext, x: int, y: int, data: Gtk.SelectionData, info: int, time: int) -> bool: """Handle imports from drag and drop action. This function is expected to be connected to a signal. If so, the signal will be done being handled here. """ content = data.get_text().strip() handle_import(content) return True # Done handling signal gourmand-1.2.0/src/gourmand/importers/generic_recipe_parser.py000066400000000000000000000205161510115424500246500ustar00rootroot00000000000000import re import unittest import gourmand.convert as convert from gourmand.i18n import _ def parse_group(match, text, group_number, tag): start, end = match.span(group_number) if start == -1: return None else: retv = [] if start > 0: retv.append((text[0:start], None)) retv.append((text[start:end], tag)) if end < len(text): retv.append((text[end:], None)) return retv class RecipeParser: """A generic parser for doing rough mark up of unformatted recipes We pre-parse the text based on a set of rules which look a bit like the rules we use for HTML parsing (see html_plugins/__init__.py). Each rule is [recipe_part,regexp_matcher,post_processing] recipe_part is a string describing what part of the recipe ('ingredient','ingredients', 'serving', etc.) regexp_matcher is a compiled regular expression to match our part. By default, we simply mark the whole line as being the recipe_part. post_processing can refine our match: If post_processing is an integer, it is the number of the regexp group which should actually be labelled (the rest of the line will be marked"ignore") Otherwise, post_processing should be a function of the following form. def (match_object, full_text, attribute): ... return [(chunk, tag),(chunk, tag),...] the matcher and text as arguments and should return a list of chunks/tag with marked up text from our line. [(chunk, tag),(chunk, tag),...] """ LONG_LINE = 80 SHORT_LINE = 40 ATTRIBUTES = [ "servings", "category", "cuisine", "rating", "source", "ignore", "yields", "yield_unit", "modifications", ] ALIASES = [ ("cooking time", "cooktime"), ("preparation time", "preptime"), ("time", "preptime"), ("author", "source"), ("by", "source"), ("yield", "yields"), ("notes", "modifications"), ("note", "modifications"), ] IGNORE_ON_OWN = ["instructions", "ingredients", "directions"] joinable_tags = ["instructions", "ingredient", "ingredients", None] change_on_join = {"ingredient": "ingredients"} ing_matcher = re.compile( r"^\s*\u2022?\u2023?\u2043?\u204C?\u204D?\u2219?\u25C9?\u25D8?\u25E6?\u2619?\u2765?\u2767?\u29BE?\u29BF?\s*(%s\s+\w+.*)" % convert.NUMBER_REGEXP ) def __init__(self): self.title_parsed = False self.make_rules() # INGREDIENT = 'ING' # INSTRUCTIONS = 'INSTRUCTIONS' # ATTRIBUTE = 'ATT' # TITLE = 'TIT' # IGNORE = 'IGN' def make_rules(self): self.rules = [ ["ingredients", self.ing_matcher, 1], [ "servings", re.compile(r"serv(ing|e)s?:?\s*%(num)s|%(num)s\s*servings?" % {"num": convert.NUMBER_REGEXP}, re.IGNORECASE), lambda m, txt, attr: (parse_group(m, txt, 2, attr) or parse_group(m, txt, 3, attr)), ], ] for a in self.ATTRIBUTES: self.rules.append([a, re.compile(r"\s*%s\s*:\s*(.*)" % a, re.IGNORECASE), 1]) for name, attr in self.ALIASES: self.rules.append([attr, re.compile(r"\s*%s\s*:\s*(.*)" % name, re.IGNORECASE), 1]) for ig in self.IGNORE_ON_OWN: self.rules.append([None, re.compile(r"^\W*%s\W*$" % ig, re.IGNORECASE), None]) self.rules.append( [ # instructions are our generic fallback "instructions", re.compile(".*"), None, ] ) def parse_yield(match_obj, full_text, attr): colon, amt, unit = match_obj.groups() return [(amt.strip(), "yields"), (unit.strip(), "yield_unit")] self.rules = [ ["yield", re.compile(r"%(yield)s(:|s|\s-)\s-*%(num)s\s-*(.*)" % {"yield": _("yield"), "num": convert.NUMBER_REGEXP}, re.IGNORECASE), parse_yield] ] + self.rules def break_into_paras(self): self.long_lines = False for line in self.txt.split("\n"): if len(line) > self.LONG_LINE: self.long_lines = True break if self.long_lines: self.paras = self.txt.split("\n") else: # Try to deal with wrapped lines reasonably... self.paras = [] start_new_para = True for line in self.txt.split("\n"): if start_new_para or self.ing_matcher.match(line): self.paras.append(line) if len(line) > self.SHORT_LINE: start_new_para = False else: self.paras[-1] = self.paras[-1] + " " + line start_new_para = len(line) < self.SHORT_LINE def parse(self, txt, parentThread=None): self.txt = txt self.parsed = [] self.break_into_paras() tot = len(self.paras) n = 1 for p in self.paras: # update a progress bar if necessary... if parentThread: parentThread.emit("progress", float(n) / tot, "Parsing unformatted recipe") n += 1 self.parsed.append(("\n", None)) # genericly guess that the title is the first line! if not self.title_parsed and p.strip(): self.parsed.append((p, "title")) self.title_parsed = True elif not p.strip(): self.parsed.append((p, None)) else: for attr, regexp, postproc in self.rules: m = regexp.search(p) if m: if postproc: if isinstance(postproc, int): proced = parse_group(m, p, postproc, attr) if not proced: continue else: proced = postproc(m, p, attr) if proced: self.parsed.extend(proced) break else: self.parsed.append((p, attr)) break self.join_the_joinable() return self.parsed def join_the_joinable(self): """Go through self.parsed and join joinable elements. This means: produce fewer elements to jump through for the user if possible. """ parsed = self.parsed[0:] self.parsed = [] for chunk, tag in parsed: if tag not in self.joinable_tags or len(self.parsed) == 0: self.parsed.append([chunk, tag]) continue if tag in self.change_on_join: look_for = [tag, self.change_on_join[tag]] else: look_for = [tag] add_on = "" added = False for n in range(1, len(self.parsed) + 1): oldchunk, oldtag = self.parsed[-n] if oldtag in look_for: self.parsed[-n][0] = oldchunk + add_on + chunk added = True if oldtag in self.change_on_join: self.parsed[-n][1] = self.change_on_join[oldtag] # Strip off any added junk... if n > 1: self.parsed = self.parsed[0 : -(n - 1)] break if oldtag is None: add_on += oldchunk else: break if not added: self.parsed.append([chunk, tag]) class RecipeTestCase(unittest.TestCase): def setUp(self): self.recipe = """ My Recipe This is a test recipe. I hope it is really good. This recipe serves 8 Category: dessert, quick, snack Cuisine: Classic American! Yield: 2 cups 1 tbs. milk 3 tbs. unsweetened bakers chocolate 2 tbs. sugar 1/4 tsp. almond extract 1 c. milk 2 tbs. whipped cream (for garnish) Mix the first four ingredients together into a thick slurry. Add the milk. Heat and stir. Enjoy!!! """ self.rp = RecipeParser() def testParser(self): parsed = self.rp.parse(self.recipe) self.assertEqual("", parsed) if __name__ == "__main__": unittest.main() gourmand-1.2.0/src/gourmand/importers/importManager.py000066400000000000000000000206151510115424500231360ustar00rootroot00000000000000from fnmatch import fnmatch from typing import Any, List, Optional, Tuple from urllib.parse import urlparse from gi.repository import Gtk import gourmand.gtk_extras.dialog_extras as de import gourmand.plugin_loader as plugin_loader from gourmand.i18n import _ from gourmand.importers.interactive_importer import import_interactivally from gourmand.importers.web_importer import import_urls, supported_sites from gourmand.plugin import ImporterPlugin, ImportManagerPlugin from gourmand.threadManager import NotThreadSafe, get_thread_manager, get_thread_manager_gui class ImportFileList(Exception): """A special case error -- if an importer throws this error instead of returning an importer, our importer will import the list of files returned... This is basically a thread-safe way around the problem of how to let an importer initiate other imports (for zip files etc)""" def __init__(self, filelist): self.filelist = filelist class ImportManager(plugin_loader.Pluggable): """A class to manage importers. """ __single = None @classmethod def instance(cls): if ImportManager.__single is None: ImportManager.__single = cls() return ImportManager.__single def __init__(self): self.tempfiles = {} self.extensions_by_mimetype = {} self.plugins_by_name = {} self.plugins = [] self.importer_plugins = [] plugin_loader.Pluggable.__init__(self, [ImporterPlugin, ImportManagerPlugin]) self.get_app_and_prefs() def get_app_and_prefs(self): # FIXME: this function and self.app exist to work around circular imports from gourmand.main import get_application self.app = get_application() def offer_import(self, parent: Optional[Gtk.Window] = None, default_value: Optional[str] = None): """Offer to import url or files.""" uris = de.get_uri( label=_("Open recipe..."), sublabel=_("Enter a recipe file path or website address."), entryLabel=_("Location:"), entryTip=_("Enter the address of a website or recipe archive."), default_character_width=60, filters=self.get_filters(), supported_urls=supported_sites, select_multiple=True, default_value=default_value, ) if uris is None: return # There should be only a single url if urlparse(uris[-1]).netloc: supported, unsupported = import_urls(uris) if unsupported: import_interactivally(unsupported) else: self.import_filenames(uris) self.app.redo_search() # Trigger a refresh of the recipe tree def import_filenames(self, filenames: List[str]) -> List[Any]: """Import list of filenames, filenames, based on our currently registered plugins. Return a list of importers (mostly useful for testing purposes) """ importers = [] while filenames: fn = filenames.pop() fallback = None found_plugin = False for plugin in self.importer_plugins: for pattern in plugin.patterns: if fnmatch(fn.upper(), pattern.upper()): result = plugin.test_file(fn) if result == -1: # FALLBACK fallback = plugin elif result: importers.append((fn, plugin)) found_plugin = True else: print("File ", fn, "appeared to match ", plugin, "but failed test.") break if found_plugin: break if not found_plugin: if fallback: importers.append((fn, fallback)) else: print("Warning, no plugin found for file ", fn) ret_importers = [] # a list of importer instances to return for fn, importer_plugin in importers: print("Doing import for ", fn, importer_plugin) ret_importers.append(self.do_import(importer_plugin, "get_importer", fn)) print("import_filenames returns", ret_importers) return ret_importers def do_import(self, importer_plugin: Any, method: str, *method_args: Tuple[str]): try: importer = getattr(importer_plugin, method)(*method_args) self.setup_notification_message(importer) except ImportFileList as ifl: # recurse with new filelist... return self.import_filenames(ifl.filelist) else: if hasattr(importer, "pre_run"): importer.pre_run() if isinstance(importer, NotThreadSafe): # print 'Running manually --- not threadsafe!' importer.run() self.follow_up(None, importer) else: label = _("Import") + " (" + importer_plugin.name + ")" self.setup_thread(importer, label) print("do_importer returns importer:", importer) return importer def setup_notification_message(self, importer): tmg = get_thread_manager_gui() importer.connect("completed", tmg.importer_thread_done) @plugin_loader.pluggable_method def follow_up(self, threadmanager, importer): if hasattr(importer, "post_run"): importer.post_run() def setup_thread(self, importer, label, connect_follow_up=True): tm = get_thread_manager() tm.add_thread(importer) tmg = get_thread_manager_gui() tmg.register_thread_with_dialog(label, importer) if connect_follow_up: importer.connect("completed", self.follow_up, importer) def get_importer(self, name): return self.plugins_by_name[name] def guess_extension(self, content_type): if content_type in self.extensions_by_mimetype: answers = list(self.extensions_by_mimetype[content_type].items()) return max(answers, key=lambda x: x[1])[0] # Return the most frequent by count... else: import mimetypes return mimetypes.guess_extension(content_type) def get_filters(self): all_importable_mimetypes = [] all_importable_patterns = [] filters = [] names = [] for plugin in self.importer_plugins: if plugin.name in names: i = names.index(plugin.name) filters[i][1] += plugin.mimetypes filters[i][2] += plugin.patterns else: names.append(plugin.name) filters.append([plugin.name, plugin.mimetypes, plugin.patterns]) all_importable_mimetypes += plugin.mimetypes all_importable_patterns += plugin.patterns filters = [[_("All importable files"), all_importable_mimetypes, all_importable_patterns]] + filters return filters def register_plugin(self, plugin): self.plugins.append(plugin) if isinstance(plugin, ImporterPlugin): name = plugin.name if name in self.plugins_by_name: print("WARNING", "replacing", self.plugins_by_name[name], "with", plugin) self.plugins_by_name[name] = plugin self.learn_mimetype_extension_mappings(plugin) self.importer_plugins.append(plugin) def learn_mimetype_extension_mappings(self, plugin): for mt in plugin.mimetypes: if mt not in self.extensions_by_mimetype: self.extensions_by_mimetype[mt] = {} for ptrn in plugin.patterns: if ptrn.find("*.") == 0: ext = ptrn.split(".")[-1] if ext.isalnum(): # Then increment our count for this... self.extensions_by_mimetype[mt][ext] = self.extensions_by_mimetype[mt].get(ext, 0) + 1 def unregister_plugin(self, plugin): if isinstance(plugin, ImporterPlugin): name = plugin.name if name in self.plugins_by_name: del self.plugins_by_name[name] self.plugins.remove(plugin) else: print("WARNING: unregistering ", plugin, "but there seems to be no plugin for ", name) else: self.plugins.remove(plugin) def get_import_manager(): return ImportManager.instance() gourmand-1.2.0/src/gourmand/importers/importer.py000066400000000000000000000474271510115424500222040ustar00rootroot00000000000000import gettext import os import re import time import gourmand.gglobals import gourmand.gtk_extras.dialog_extras as de from gourmand import convert, image_utils from gourmand.gdebug import TimeAction, debug, print_timer_info from gourmand.i18n import _ from gourmand.keymanager import KeyManager from gourmand.recipeManager import get_recipe_manager from gourmand.threadManager import SuspendableThread, Terminated # Convenience functions def string_to_rating(s): m = simple_matcher.match(s) if m: top = float(convert.frac_to_float(m.groups()[0])) bottom = float(convert.frac_to_float(m.groups()[2])) return int(top / bottom * 10) def add_to_fn(fn): """Add 1 to a filename.""" f, e = os.path.splitext(fn) try: f, n = os.path.splitext(f) n = int(n[1:]) n += 1 return f + "%s%s" % (os.path.extsep, n) + e except Exception: return f + "%s1" % os.path.extsep + e class Importer(SuspendableThread): """Base class for all importers. We provide an interface to the recipe database for importers to use. Basically, the importer builds up a dictionary of properties inside of self.rec and then commits that dictionary with commit_rec(). Similarly, ingredients are built as self.ing and then committed with commit_ing().""" def __init__(self, rd=None, total=0, prog=None, do_markup=True, conv=None, rating_converter=None, name="importer"): # OBSOLETE # OBSOLETE """rd is our recipeData instance. Total is used to keep track of progress. do_markup should be True if instructions and modifications come to us unmarked up (i.e. if we need to escape < and &, etc. -- this might be False if importing e.g. XML). """ timeaction = TimeAction("importer.__init__", 10) if not conv: self.conv = convert.get_converter() self.id_converter = {} # a dictionary for tracking named IDs self.total = total if prog or rd: import traceback traceback.print_stack() if prog: print("WARNING: ", self, "handed obsolete parameter prog=", prog) if rd: print("WARNING: ", self, "handed obsolete parameter rd=", rd) self.do_markup = do_markup self.count = 0 self.rd = get_recipe_manager() self.rd_orig_ing_hooks = self.rd.add_ing_hooks self.added_recs = [] self.added_ings = [] # self.rd_orig_hooks = self.rd.add_hooks self.rd.add_ing_hooks = [] # self.rd.add_hooks = [] self.position = 0 self.group = None # allow threaded calls to pause self.suspended = False # allow threaded calls to be terminated (this # has to be implemented in subclasses). self.terminated = False # Our rating converter -- if we've been handed a class, we # assume our caller will handle doing the # conversion. Otherwise we do it ourselves. if rating_converter: self.rating_converter = rating_converter self.do_conversion = False else: self.rating_converter = RatingConverter() self.do_conversion = True self.km = KeyManager.instance() timeaction.end() SuspendableThread.__init__(self, name=name) # end __init__ def do_run(self): debug("Running ing hooks", 0) for i in self.added_ings: for h in self.rd_orig_ing_hooks: h(i) # debug('Running rec hooks',0) # for r in self._added_recs: # for h in self.rd_orig_hooks: # h(r) self.rd.add_ing_hooks = self.rd_orig_ing_hooks # self.rd.add_hooks = self.rd_orig_hooks # print_timer_info() def _run_cleanup_(self): if self.do_conversion: # if we have something to convert if self.rating_converter.to_convert: self.rating_converter.do_conversions(self.rd) def check_for_sleep(self): timeaction = TimeAction("importer.check_for_sleep", 10) # gt.gtk_update() if self.terminated: raise Terminated("Importer Terminated!") while self.suspended: # gt.gtk_update() if self.terminated: raise Terminated("Importer Terminated!") else: time.sleep(1) timeaction.end() def start_rec(self, dict=None): self.rec_timer = TimeAction("importer RECIPE IMPORT", 10) timeaction = TimeAction("importer.start_rec", 10) self.check_for_sleep() if hasattr(self, "added_ings") and self.added_ings: print("WARNING: starting new rec, but we have ingredients that we never added!") print("Unadded ingredients: ", self.added_ings) self.added_ings = [] self.group = None if dict: self.rec = dict else: self.rec = {} # if not self.rec.has_key('id'): # else: # self.rec['id']=self.rd.new_id() # debug('New Import\'s ID=%s'%self.rec['id'],0) timeaction.end() def _move_to_instructions(self, recdic, attr): """A convenience method to shift information from an attribute to instructions. This is frequently a fallback for bad input -- we try to make sure we don't lose data this way.""" # We add e.g. "Servings: lots" to instructions -- REC_ATTR_DIC # gets us the properly i18n'd name text_to_add = gourmand.gglobals.REC_ATTR_DIC["yields" if attr == "servings" else attr] + ": " + recdic[attr] if "instructions" not in recdic: recdic["instructions"] = text_to_add else: recdic["instructions"] = recdic["instructions"] + "\n" + text_to_add del recdic[attr] def commit_rec(self): timeaction = TimeAction("importer.commit_rec", 10) for key in ["cuisine", "category", "title"]: if key in self.rec: self.rec[key] = str(re.sub(r"\s+", " ", self.rec[key]).strip()) # if yields/servings can't be recognized as a number, add them # to the instructions. if "yields" in self.rec: try: self.rec["yields"] = float(self.rec["yields"]) except Exception: yields, yield_unit = self.parse_yields(self.rec["yields"]) if not yields: print("Moving yields to instructions!") self._move_to_instructions(self.rec, "yields") else: self.rec["yields"] = yields if self.rec.get("yield_unit"): self.rec["yield_unit"] = yield_unit if "servings" in self.rec: servs = self.convert_str_to_num(self.rec["servings"]) if servs is not None: self.rec["yields"] = float(servs) self.rec["yield_unit"] = gettext.ngettext("serving", "servings", int(servs)) del self.rec["servings"] else: self._move_to_instructions(self.rec, "servings") # Check preptime and cooktime for t in ["preptime", "cooktime"]: if t in self.rec and not isinstance(self.rec[t], int): secs = self.conv.timestring_to_seconds(self.rec[t]) if secs is not None: self.rec[t] = secs else: self._move_to_instructions(self.rec, t) # A little strange, this is, but for UI reasons, we want to # keep track of any ratings that are not integers so that we # can ask the user how to convert them when we're all done # with importing. remembered_rating = None if "rating" in self.rec and not isinstance(self.rec["rating"], (int, float)): if string_to_rating(self.rec["rating"]): self.rec["rating"] = string_to_rating(self.rec["rating"]) else: remembered_rating = self.rec["rating"] del self.rec["rating"] tt = TimeAction("importer.commit_rec - rd.add_rec", 5) debug("commiting recipe %s" % self.rec, 0) # Check for images without thumbnails if self.rec.get("image", None) and not self.rec.get("thumb", None): if not self.rec["image"]: del self.rec["image"] else: img = image_utils.bytes_to_image(self.rec["image"]) if img: thumb = img.copy() thumb.thumbnail((40, 40)) self.rec["thumb"] = image_utils.image_to_bytes(thumb) # Make sure our image is properly formatted... self.rec["image"] = image_utils.image_to_bytes(img) else: print("ODD: we got no image from ", self.rec["image"][:100]) print('Deleting "image"') del self.rec["image"] del self.rec["thumb"] ## if we have an ID, we need to remember it for the converter if "id" in self.rec: id_to_convert = self.rec["id"] else: id_to_convert = None if id_to_convert: if self.rec["id"] in self.id_converter: self.rec["id"] = self.id_converter[self.rec["id"]] r = self.rd.add_rec(self.rec) # See doc on add_rec else: del self.rec["id"] r = self.rd.add_rec(self.rec) self.id_converter[id_to_convert] = r.id else: r = self.rd.add_rec(self.rec) # Add ingredients... for i in self.added_ings: if "id" in i: print("WARNING: Ingredient has ID set -- ignoring value") del i["id"] i["recipe_id"] = r.id self.rd.add_ings(self.added_ings) self.added_ings = [] # Update hash-keys... self.rd.update_hashes(r) tt.end() self.added_recs.append(r) if remembered_rating: self.rating_converter.add(r.id, remembered_rating) self.check_for_sleep() timeaction.end() self.rec_timer.end() self.count += 1 if self.total: self.emit("progress", float(self.count) / self.total, _("Imported %s of %s recipes.") % (self.count, self.total)) def parse_yields(self, str): """Parse number and field.""" m = re.match(r"(?P^\D*\s?)?(?P[0-9/. ]+)(?P\s*\w+)?", str) if m: num = m.group("num") num = convert.frac_to_float(num) unit = (m.group("unit") or "").strip() prefix = (m.group("prefix") or "").strip() if not unit: if prefix in ["Serves", "Feeds"]: unit = "servings" elif prefix: if prefix not in ["Makes", "Yields"]: print('Warning: parse_yields ignoring prefix, "%(prefix)s" in "%(str)s"' % locals()) if not unit: unit = "servings" # default/fallback return num, unit else: return None, None def convert_str_to_num(self, str): """Return a numerical servings value""" timeaction = TimeAction("importer.convert_str_to_num", 10) debug("converting servings for %s" % str, 5) try: return float(str) except ValueError: conv = convert.frac_to_float(str) if conv: return conv m = re.match("([0-9/. ]+)", str) if m: num = m.groups()[0] try: return float(num) except ValueError: return convert.frac_to_float(num) timeaction.end() def start_ing(self, **kwargs): timeaction = TimeAction("importer.start_ing", 10) # gt.gtk_update() self.ing = kwargs # if self.ing.has_key('id'): # self.ing['recipe_id']=self.ing['id'] # del self.ing['id'] # print 'WARNING: setting ingredients ID is deprecated. Assuming you mean to set recipe_id' # elif self.rec.has_key('id'): # self.ing['recipe_id']=self.rec['id'] # debug('ing ID %s, recipe ID %s'%(self.ing['recipe_id'],self.rec['id']),0) timeaction.end() def finish_ing(self): timeaction = TimeAction("importer.finish_ing 1", 10) # Strip whitespace... for key in ["item", "ingkey", "unit"]: if key in self.ing: self.ing[key] = re.sub(r"\s+", " ", self.ing[key]).strip() if not (("refid" in self.ing and self.ing["refid"]) or ("ingkey" in self.ing and self.ing["ingkey"])): # self.ing['ingkey']=self.km.get_key(self.ing['item'],0.9) if "item" in self.ing: self.ing["ingkey"] = self.km.get_key_fast(self.ing["item"]) else: debug("Ingredient has no item! %s" % self.ing, -1) timeaction.end() # if we have an amount (and it's not None), let's convert it # to a number if "amount" in self.ing and self.ing["amount"] and "rangeamount" not in self.ing: if convert.RANGE_MATCHER.search(str(self.ing["amount"])): self.ing["amount"], self.ing["rangeamount"] = parse_range(self.ing["amount"]) if "amount" in self.ing: self.ing["amount"] = convert.frac_to_float(self.ing["amount"]) if "rangeamount" in self.ing: self.ing["rangeamount"] = convert.frac_to_float(self.ing["rangeamount"]) timeaction = TimeAction("importer.commit_ing 2", 10) if not ("position" in self.ing and self.ing["position"]): self.ing["position"] = self.position self.position += 1 timeaction.end() timeaction = TimeAction("importer.commit_ing 3", 10) if self.group: self.ing["inggroup"] = self.group timeaction.end() timeaction = TimeAction("importer.commit_ing 4", 10) self.added_ings.append(self.ing) self.ing = {} timeaction.end() commit_ing = finish_ing def add_amt(self, amount): timeaction = TimeAction("importer.add_amt", 10) """We should NEVER get non-numeric amounts. Amounts must contain [/.0-9 ] e.g. 1.2 or 1 1/5 or 1/3 etc.""" # gt.gtk_update() self.ing["amount"], self.ing["rangeamount"] = parse_range(amount) timeaction.end() def add_ref(self, id): timeaction = TimeAction("importer.add_ref", 10) if id not in self.id_converter: self.id_converter[id] = self.rd.new_id() self.ing["refid"] = self.id_converter[id] self.ing["unit"] = "recipe" timeaction.end() def add_item(self, item): timeaction = TimeAction("importer.add_item", 10) itm = str(item.strip()) itm = itm.replace("\n", " ") self.ing["item"] = itm timeaction.end() def add_unit(self, unit): timeaction = TimeAction("importer.add_unit", 10) self.ing["unit"] = str(unit.strip()) timeaction.end() def add_key(self, key): timeaction = TimeAction("importer.add_key", 10) self.ing["ingkey"] = str(key.strip()) timeaction.end() def terminate(self): timeaction = TimeAction("importer.terminate", 10) debug("Terminate!", 0) self.terminated = True timeaction.end() def suspend(self): timeaction = TimeAction("importer.suspend", 10) debug("Suspend!", 0) self.suspended = True timeaction.end() print_timer_info() def resume(self): debug("Resume!", 0) self.suspended = False NUMBER_REGEXP = convert.NUMBER_REGEXP simple_matcher = re.compile(r"(%(NUMBER_REGEXP)s+)\s*/\s*([\d]+)" % locals()) def parse_range(number_string): """Parse a range and return a tuple with a low and high number as floats. We will also parse regular numbers, in which case the tuple will only have one item. """ if isinstance(number_string, (int, float)): return (float(number_string), None) nums = convert.RANGE_MATCHER.split(number_string.strip()) if len(nums) > 2: debug("WARNING: String %s does not appear to be a normal range." % number_string, 0) retval = list(map(convert.frac_to_float, nums)) # filter any non-numbers before we take 1 and 3 retval = [x for x in retval if x] if len(retval) > 2: debug("Parsing range as %s-%s" % (retval[0], retval[-1]), 0) retval = retval[0], retval[-1] else: retval = list(map(convert.frac_to_float, nums)) if len(retval) == 2: return tuple(retval) elif len(retval) == 1: return tuple(retval + [None]) else: return (None, None) class Tester: def __init__(self, regexp): self.regexp = regexp def test(self, filename): if not hasattr(self, "matcher"): # only compile our regexp when necessary self.matcher = re.compile(self.regexp) CLOSE = False if isinstance(filename, str): # Latin-1 can decode any bytes, letting us open ASCII-compatible # text files and sniff their contents - e.g. for XML tags - # without worrying too much about their real text encoding. ofi = open(filename, "r", encoding="latin1") CLOSE = True else: ofi = filename try: for line in ofi: if self.matcher.match(line): return True finally: if CLOSE: ofi.close() else: ofi.seek(0) class RatingConverter: """A class to handle converting ratings from strings to integers. This is here since many of our imports will grab ratings for us in the form of 'excellent' or some such, and we'll want to let our user convert those to stars as they see fit. """ conversions = { "excellent": 10, "great": 8, "good": 6, "fair": 4, "okay": 4, "poor": 2, _("excellent").lower(): 10, _("great").lower(): 8, _("good").lower(): 6, _("fair").lower(): 4, _("okay").lower(): 4, _("poor").lower(): 2, } def __init__(self): self.to_convert = {} self.got_conversions = False def add(self, id, rating): if isinstance(rating, int): raise Exception("Why do you need me? id: %(id)s rating: %(rating)s" % locals()) self.to_convert[id] = rating def get_conversions(self, star_generator=None): """Get our conversions. If necessary, ask user to convert for us. """ self.got_conversions = True if not star_generator: from gourmand.gtk_extras.ratingWidget import star_generator ratings = [] need_conversions = False for v in list(self.to_convert.values()): if not need_conversions and v.lower() not in self.conversions: need_conversions = True if v not in ratings: ratings.append(v) conv = string_to_rating(v) if conv: self.conversions[v] = conv if need_conversions: self.conversions = de.get_ratings_conversion(ratings, star_generator, defaults=self.conversions) def do_conversions(self, db): if not self.got_conversions: self.get_conversions() for id, rating in list(self.to_convert.items()): try: if rating not in self.conversions and hasattr(rating, "lower") and rating.lower() in self.conversions: rating = rating.lower() db.modify_rec(db.get_rec(id), {"rating": self.conversions[rating]}) except: print("wtf... problem with rating ", rating, "for recipe", id) raise gourmand-1.2.0/src/gourmand/importers/interactive_importer.py000066400000000000000000000506531510115424500245740ustar00rootroot00000000000000import re from typing import List import requests from bs4 import BeautifulSoup from gi.repository import Gtk import gourmand.gglobals as gglobals import gourmand.gtk_extras.cb_extras as cb from gourmand.i18n import _ from gourmand.image_utils import ImageBrowser, image_to_bytes from gourmand.importers import importer from gourmand.importers.generic_recipe_parser import RecipeParser from gourmand.recipeManager import get_recipe_manager from gourmand.threadManager import NotThreadSafe # TODO # 1. Make this interface actually import recipes... # 2. Add drop-down menu buttons in place of red labels to make it # trivial to change the label of something labelled. # 3. Remove button-hell interface and come up with something cleaner # and more attractive. # 4. Add Undo support to editing (ugh -- this will be a PITA) DEFAULT_TAGS = [] DEFAULT_TAG_LABELS = gglobals.REC_ATTR_DIC.copy() DEFAULT_TAG_LABELS.update(gglobals.TEXT_ATTR_DIC) for attr in gglobals.DEFAULT_ATTR_ORDER: if attr != "link": DEFAULT_TAGS.append(attr) if attr == "yields": # a bit of a hack -- we want to make 'yield unit' a button DEFAULT_TAGS.append("yield_unit") DEFAULT_TAGS.append("servings") DEFAULT_TAGS.extend(gglobals.DEFAULT_TEXT_ATTR_ORDER) DEFAULT_TAGS.extend(["ingredients", "inggroup", "ignore"]) for tag, label in [("servings", _("Servings")), ("ingredients", _("Ingredients")), ("inggroup", _("Ingredient Subgroup")), ("ignore", _("Hide"))]: if tag not in DEFAULT_TAG_LABELS: DEFAULT_TAG_LABELS[tag] = label UI_TAG_ORDER = [ (_("Description"), [("title", "servings"), ("yields", "yield_unit"), ("source", "rating"), ("category", "cuisine"), ("preptime", "cooktime")]), (_("Text"), [("instructions", "modifications")]), (_("Ingredients"), [("ingredients", "inggroup")]), (_("Actions"), [("ignore", "clear"), ("newrec",)]), ] class ConvenientImporter(importer.Importer): """Add some convenience methods to our standard importer.""" def add_attribute(self, attname, txt): txt = txt.strip() if attname in self.rec: self.rec[attname] = self.rec[attname] + ", " + txt else: self.rec[attname] = txt def add_text(self, attname, txt): if attname in self.rec: self.rec[attname] = self.rec[attname] + "\n" + txt else: self.rec[attname] = txt def add_ing_group(self, txt): self.group = txt.strip() def add_ing_from_text(self, txt): parsed_dict = get_recipe_manager().parse_ingredient(txt) self.ing = parsed_dict self.commit_ing() def add_ings_from_text(self, txt, break_at="\n"): """Add list of ingredients from block of text. By default, there is one ingredient per line of text.""" txt = txt.strip() for i in txt.split(break_at): if i.strip(): self.add_ing_from_text(i.strip()) class InteractiveImporter(ConvenientImporter, NotThreadSafe): NEW_REC_TEXT = _("New Recipe") def __init__(self, custom_parser=None, tags=DEFAULT_TAGS, tag_labels=DEFAULT_TAG_LABELS, modal=True, title=_("Import recipe")): self.title = title if custom_parser: self.parser = custom_parser else: self.parser = RecipeParser() self.labels_by_tag = tag_labels self.tags_by_label = {self.NEW_REC_TEXT: "newrec"} for k, v in list(self.labels_by_tag.items()): self.tags_by_label[v] = k self.tags = tags self.setup_window() self.setup_action_area() self.markup_marks = {} self.markup_partners = {} self.anchors = [] self.midno = 0 # an ID counter for markup marks we insert self.labelled = [] self.label_counts = {} self.modal = modal # If we're in an embedded gtk mainloop... ConvenientImporter.__init__(self) def setup_window(self): # set our parent... from gourmand.main import get_application from gourmand.threadManager import get_thread_manager_gui _ = get_thread_manager_gui() self.w = Gtk.Window() self.w.set_title(self.title) main_app = get_application() self.w.set_transient_for(main_app.window) self.w.set_destroy_with_parent(False) self.hb = Gtk.HBox() self.w.add(self.hb) self.tv = Gtk.TextView() self.tv.set_size_request(600, 500) self.tv.set_wrap_mode(Gtk.WrapMode.WORD) self.action_area = Gtk.VBox() sw = Gtk.ScrolledWindow() sw.add(self.tv) sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC) self.hb.add(sw) sw.show() self.tv.show() self.hb.pack_end(self.action_area, expand=False, fill=False, padding=0) self.action_area.show() self.tb = self.tv.get_buffer() self.setup_tags() def setup_action_area(self): # Set up hard-coded functional buttons... self.new_recipe_button = Gtk.Button.new_with_mnemonic(_("_New Recipe")) self.new_recipe_button.connect("clicked", self.new_recipe_cb) self.remove_markup_button = Gtk.Button.new_with_mnemonic(_("Clear _Tags")) self.remove_markup_button.connect("clicked", self.clear_tags) # Set up ActionModel (for drop-down menu version of these commands) self.action_model = Gtk.ListStore(str, str) action_table = Gtk.Table() self.action_area.pack_start(action_table, expand=False, fill=False, padding=0) # Get our UI layout from UI_TAG_ORDER r = 0 # row number for label, rows in UI_TAG_ORDER: if r != 0: blank = Gtk.Label(label="") action_table.attach(blank, 0, 2, r, r + 1) blank.show() r += 1 glabel = Gtk.Label() glabel.set_markup("" + label + "") glabel.set_alignment(0.0, 0.5) action_table.attach(glabel, 0, 2, r, r + 1) glabel.show() r += 1 for row in rows: for c, t in enumerate(row): # column number, tag if t == "clear": tag_btn = self.remove_markup_button elif t == "newrec": tag_btn = self.new_recipe_button else: tag_btn = Gtk.Button.new_with_mnemonic("_" + self.labels_by_tag[t]) self.action_model.append([self.labels_by_tag[t], t]) tag_btn.connect("clicked", self.label_callback, self.labels_by_tag[t]) action_table.attach(tag_btn, c, c + 1, r, r + 1, xpadding=12) r += 1 action_table.set_margin_top(3) action_table.set_margin_bottom(3) action_table.set_margin_start(3) action_table.set_margin_end(3) self.import_button = Gtk.Button(label=_("Import Recipe")) self.import_button.connect("clicked", lambda *args: self.commit_changes()) self.action_area.pack_end(self.import_button, fill=False, expand=False, padding=0) self.action_area.show_all() def setup_tags(self): self.markup_tag = Gtk.TextTag.new("markup") self.markup_tag.set_property("editable", False) # see https://developer.gnome.org/pango/stable/pango-Text-Attributes.html#PANGO-SCALE-XX-SMALL:CAPS # for magic number meaning self.markup_tag.set_property("scale", 0.8333333333333) self.markup_tag.set_property("rise", 15) self.markup_tag.set_property("foreground", "#f00") self.ignore_tag = Gtk.TextTag.new("ignore") self.ignore_tag.set_property("invisible", True) self.ignore_tag.set_property("editable", False) self.tb.get_tag_table().add(self.markup_tag) self.tb.get_tag_table().add(self.ignore_tag) def label_callback(self, button, label): self.label_selection(label) def label_selection(self, label: str): cursel = self.tb.get_selection_bounds() if cursel: start, end = cursel else: # Otherwise, there's no clear sane default... we'll just # select the current whole line cur_mark = self.tb.get_insert() cur_pos = self.tb.get_iter_at_mark(cur_mark) cur_pos.backward_chars(cur_pos.get_line_offset()) start = cur_pos.copy() cur_pos.forward_line() end = cur_pos self.label_range(start, end, label) def insert_with_label(self, st, text, label): start_offset = st.get_offset() self.tb.insert(st, text) end_offset = start_offset + len(text) self.label_range(self.tb.get_iter_at_offset(start_offset), self.tb.get_iter_at_offset(end_offset), label) def unhide_area(self, midno): st, end = self.markup_marks[midno] self.tb.remove_tag(self.ignore_tag, self.tb.get_iter_at_mark(st), self.tb.get_iter_at_mark(end)) def hide_range(self, st, end): """Hide text between start and end. Return midno that can be used to unhide the range.""" midno = self.midno self.midno += 1 start_mark = Gtk.TextMark.new(f"start-markup-{midno}", False) end_mark = Gtk.TextMark.new(f"end-markup-{midno}", True) self.tb.apply_tag(self.ignore_tag, st, end) self.tb.add_mark(start_mark, st) self.tb.add_mark(end_mark, end) self.markup_marks[midno] = (start_mark, end_mark) return midno def label_range(self, st, end, label): if self.tags_by_label.get(label, "") == "ignore": midno = self.hide_range(st, end) b = Gtk.Button(label="Ignored text: Reveal hidden text") anchor = self.insert_widget(end, b) def unhide_text(*args): self.unhide_area(midno) self.remove_widget(anchor) b.connect("clicked", unhide_text) b.show() return if label in self.label_counts: count = self.label_counts[label] self.label_counts[label] += 1 else: self.label_counts[label] = 1 count = 0 smark = Gtk.TextMark.new(f"{label}-{count}-start", True) emark = Gtk.TextMark.new(f"{label}-{count}-end", False) self.tb.add_mark(smark, st) self.tb.add_mark(emark, end) self.labelled.append((smark, emark)) # Now we add the labels... start_txt = "[" start_id = self.insert_markup_text(st, start_txt, self.markup_tag) # Now move the mark back up... new_pos = self.tb.get_iter_at_mark(smark) new_pos.forward_chars(len(start_txt)) self.tb.move_mark(smark, new_pos) # Create a "Remove me" button # b = Gtk.Button('_Remove tag'); b.show)( b = Gtk.Button() img = Gtk.Image.new_from_icon_name(Gtk.STOCK_REMOVE, Gtk.IconSize.MENU) b.add(img) img.show() itr = self.tb.get_iter_at_mark(emark) anchor = self.insert_widget(itr, b) # Set up combo button... labelbutton = Gtk.ComboBoxText.new() labelbutton.set_model(self.action_model) cb.cb_set_active_text(labelbutton, label) anchor2 = self.insert_widget(self.tb.get_iter_at_mark(smark), labelbutton) # Add final bracket for end of markup end_bracket_itr = self.tb.get_iter_at_mark(emark) end_id = self.insert_markup_text(end_bracket_itr, "]", self.markup_tag) self.markup_partners[start_id] = end_id self.markup_partners[end_id] = start_id # Now back up our itr one character (it got advanced by adding # the right bracket and the button) eitr = self.tb.get_iter_at_mark(emark) eitr.backward_chars(2) self.tb.move_mark(emark, eitr) # Define callback to remove our text when button is clicked def remove_markup(*args): self.labelled.remove((smark, emark)) self.remove_markup_text(start_id) self.remove_markup_text(end_id) self.remove_widget(anchor) self.remove_widget(anchor2) def change_mark(cb): # copy marks for safekeeping... new_text = cb.get_active_text() sm = Gtk.TextMark.new(None, True) self.tb.add_mark(sm, self.tb.get_iter_at_mark(smark)) em = Gtk.TextMark.new(None, False) self.tb.add_mark(em, self.tb.get_iter_at_mark(emark)) # remove old marks... remove_markup() # And relabel! self.label_range(self.tb.get_iter_at_mark(sm), self.tb.get_iter_at_mark(em), new_text) labelbutton.connect("changed", change_mark) b.connect("clicked", remove_markup) def new_recipe_cb(self, *args): # Start a new recipe at cursor itr = self.tb.get_iter_at_mark(self.tb.get_insert()) self.label_range(itr, itr, self.NEW_REC_TEXT) def insert_markup_text(self, itr, text, *tags): """Insert markup text into the buffer. We do this in such a way that we can remove it easily later. """ midno = self.midno self.midno += 1 start_mark = Gtk.TextMark.new(f"start-markup-{midno}", False) end_mark = Gtk.TextMark.new(f"end-markup-{midno}", True) start_offset = itr.get_offset() if tags: self.tb.insert_with_tags(itr, text, *tags) else: self.tb.insert(itr, text) self.tb.add_mark(start_mark, self.tb.get_iter_at_offset(start_offset)) end_offset = start_offset + len(text) end_itr = self.tb.get_iter_at_offset(end_offset) self.tb.add_mark(end_mark, end_itr) self.markup_marks[midno] = (start_mark, end_mark) return midno def insert_widget(self, itr, widget): anchor = self.tb.create_child_anchor(itr) self.anchors.append(anchor) self.tv.add_child_at_anchor(widget, anchor) widgetstart = self.tb.get_iter_at_child_anchor(anchor) widgetend = widgetstart.copy() widgetend.forward_char() self.tb.apply_tag(self.markup_tag, widgetstart, widgetend) widget.show() return anchor def remove_widget(self, anchor): anchor_iter = self.tb.get_iter_at_child_anchor(anchor) delete_to = anchor_iter.copy() delete_to.forward_char() self.tb.delete(anchor_iter, delete_to) def remove_markup_text(self, idno): smark, emark = self.markup_marks[idno] sitr, eitr = (self.tb.get_iter_at_mark(smark), self.tb.get_iter_at_mark(emark)) self.tb.delete(sitr, eitr) def clear_tags(self, *args): """Clear all markup in current selection, or whole buffer if there is no selection """ cursel = self.tb.get_selection_bounds() if cursel: st, end = cursel else: st, end = self.tb.get_bounds() st_offset = st.get_offset() e_offset = end.get_offset() for idno, iters in list(self.markup_marks.items()): lst, lend = iters if (e_offset > self.tb.get_iter_at_mark(lst).get_offset() > st_offset) or (e_offset > self.tb.get_iter_at_mark(lend).get_offset() > st_offset): self.remove_markup_text(idno) if idno in self.markup_partners: self.remove_markup_text(self.markup_partners[idno]) for lst, lend in self.labelled[:]: if (e_offset > self.tb.get_iter_at_mark(lst).get_offset() > st_offset) or (e_offset > self.tb.get_iter_at_mark(lend).get_offset() > st_offset): self.labelled.remove((lst, lend)) for anchor in self.anchors[:]: anchor_iter = self.tb.get_iter_at_child_anchor(anchor) if e_offset > anchor_iter.get_offset() > st_offset: self.anchors.remove(anchor) self.remove_widget(anchor) def commit_changes(self): self.labelled.sort(key=lambda x: self.tb.get_iter_at_mark(x[0]).get_offset()) if not self.labelled: return self.start_rec() started = False for smark, emark in self.labelled: siter = self.tb.get_iter_at_mark(smark) eiter = self.tb.get_iter_at_mark(emark) text = siter.get_text(eiter) name = smark.get_name() label = name.split("-")[0] tag = self.tags_by_label[label] if not text: continue if tag in gglobals.TEXT_ATTR_DIC: self.add_text(tag, text) started = True elif tag in gglobals.REC_ATTR_DIC: self.add_attribute(tag, text) elif tag == "ingredient": self.add_ing_from_text(text) started = True elif tag == "ingredients": self.add_ings_from_text(text) started = True elif tag == "inggroup": self.add_ing_group(text) started = True elif tag == "newrec": if not started: continue # Then we're starting a new recipe at this point... # Commit old recipe... self.commit_rec() started = False # Start new one... self.start_rec() elif tag == "ignore": continue elif tag == "servings": self.add_attribute("yields", text) self.add_attribute("yield_unit", "servings") else: print("UNKNOWN TAG", tag, text, label) if started: self.commit_rec() if hasattr(self, "images") and self.images: for rec in self.added_recs: browser = ImageBrowser(self.w, self.images) response = browser.run() browser.destroy() if response == Gtk.ResponseType.OK: thumb = browser.image.copy() thumb.thumbnail((40, 40)) self.rd.modify_rec(rec, {"image": image_to_bytes(browser.image), "thumb": image_to_bytes(thumb)}) if self.modal: self.w.hide() Gtk.main_quit() def set_text(self, txt): txt = str(txt) # convert to unicode for good measure txt = re.sub(r"(\n\s*\n)+", "\n\n", txt) # Take out extra newlines txt = self.parser.parse(txt) # Parse self.set_parsed(txt) def set_parsed(self, parsed): # dbg_file = open('/tmp/out','w') for chunk, tag in parsed: # dbg_file.write(chunk) if tag is None: self.tb.insert(self.tb.get_end_iter(), chunk) else: self.insert_with_label(self.tb.get_end_iter(), chunk, self.labels_by_tag.get(tag, tag)) # dbg_file.close() def do_run(self): self.w.show_all() if self.modal: self.w.connect("delete-event", Gtk.main_quit) Gtk.main() else: self.w.connect("delete-event", lambda *args: self.w.hide()) def _get_images(soup: BeautifulSoup): """Extract image source url from Beautiful Soup parsed html.""" for image in soup.find_all("img"): if image.attrs.get("src", "").startswith("http"): yield image["src"] def import_interactivally(uris: List[str]): """Import pages not supported by recipe-scrapers.""" for uri in uris: resp = requests.get(uri, headers=gglobals.HEADERS) if not resp.ok: continue soup = BeautifulSoup(resp.text, "html.parser") text = soup.get_text().replace(" ", "\n") # Make the text more readable importer = InteractiveImporter() importer.images = list(_get_images(soup)) importer.set_text(text) importer.do_run() if __name__ == "__main__": ii = InteractiveImporter() ii.w.connect("delete-event", Gtk.main_quit) ii.w.show_all() if True: ii.images = ["http://thinkle.github.io/gourmet/images/screenshots/CardView.png"] ii.set_text( """ Quick Pesto Dinner Category: Quick, Easy, Summer Yield: 2 Servings Ingredients: 1-2 c. fresh basil \xbc cup minced fresh ginger (about 6 inches ginger root, peeled) \xbc lb. whole-wheat spaghetti 1-2 fresh tomatoes To accompany dish: 1 loaf bread 1 head garlic 1/4 c. olive oil In a food processor, mix together the basil, oil and nuts and garlic, altering as you like to make the pesto nuttier, more garlicky, or more oily. Meanwhile, boil a large pot of water and cook spaghetti. Chop up tomatoes roughly. Toss spaghetti in pesto and tomatoes. Ignore: this """ ) Gtk.main() gourmand-1.2.0/src/gourmand/importers/plaintext_importer.py000066400000000000000000000117451510115424500242660ustar00rootroot00000000000000import re from gourmand import check_encodings from gourmand.gdebug import debug from gourmand.i18n import _ from gourmand.importers import importer class TextImporter(importer.Importer): ATTR_DICT = { "Recipe By": "source", "Serving Size": "servings", "Preparation Time": "preptime", "Categories": "category", } end_of_paragraph_length = 60 def __init__(self, filename, conv=None): self.fn = filename self.rec = {} self.ing = {} self.compile_regexps() self.lines = None importer.Importer.__init__(self, conv=conv) def pre_run(self): self.lines = check_encodings.get_file(self.fn) if self.lines is None: return # The operation has been cancelled self.total_lines = len(self.lines) print("we have ", self.total_lines, "lines in file", self.fn) def do_run(self): if self.lines is None: return for n in range(self.total_lines): line = self.lines[n] if n % 15 == 0: prog = float(n) / float(self.total_lines) msg = _("Imported %s recipes.") % (len(self.added_recs)) self.emit("progress", prog, msg) self.handle_line(line) # commit the last rec if need be if self.rec: self.commit_rec() importer.Importer.do_run(self) def handle_line(self, line): raise NotImplementedError def compile_regexps(self): self.blank_matcher = re.compile(r"^\s*$") # out unwrap regexp looks for a line with no meaningful characters, or a line that starts in # ALLCAPS or a line that is only space. (we use this with .split() to break text up into # paragraph breaks. self.unwrap_matcher = re.compile(r"\n\W*\n") self.find_header_breaks_matcher = re.compile(r"\s+(?=[A-Z][A-Z][A-Z]+:.*)") def unwrap_lines(self, blob): if blob.find("") >= 0: debug("Using built-in paragraph markers", 1) # then we have paragraph markers in the text already outblob = " ".join(blob.split("\n")) # get rid of line breaks lines = outblob.split("") # split text up into paragraphs outblob = "\n".join(lines) # insert linebreaks where paragraphs were return outblob outblob = "" newline = True for line in blob.split("\n"): debug("examining %s" % line, 3) if re.match(r"^\W*$", line): # ignore repeated nonword characters (hyphens, stars, etc.) outblob += "\n" continue # if we have a non-word character at the start of the line, # we assume we need to keep the newline. if len(line) >= 3 and re.match(r"(\W|[0-9])", line[2]): debug("Match non-word character; add newline before: %s" % line, 4) outblob += "\n" outblob += line newline = False continue # if we are continuing an old line, we add a space # (because we're generally stripping all spaces when # we write) if not newline: outblob += " " hmatch = self.find_header_breaks_matcher.search(line) if hmatch: # if there's a header in the middle, we go ahead # and start a new line debug("Splitting at header in line: %s" % line, 4) outblob += line[: hmatch.start()] outblob += "\n" outblob += line[hmatch.start() :] continue # else... outblob += line.strip() if len(line) < self.end_of_paragraph_length: # 60 is our hard-coded end-o-paragraph length debug("line < %s characters, adding newline." % self.end_of_paragraph_length, 4) outblob += "\n" newline = True else: newline = False return outblob class Tester(importer.Tester): def __init__(self): from gourmand.plugins.import_export.mastercook_import_plugin.mastercook_plaintext_importer import MASTERCOOK_START_REGEXP importer.Tester.__init__(self, regexp=MASTERCOOK_START_REGEXP) self.not_me = "<[?]?(xml|mx2|RcpE|RTxt)[^>]*>" def test(self, filename): """Test file named filename. filename can also be a file object. """ if not hasattr(self, "matcher"): self.matcher = re.compile(self.regexp) self.not_matcher = re.compile(self.not_me) if isinstance(self.ofi, str): self.ofi = open(filename, "r") line = self.ofi.readline() while line: if self.not_matcher.match(line): self.ofi.close() return False if self.matcher.match(line): self.ofi.close() return True line = self.ofi.readline() self.ofi.close() gourmand-1.2.0/src/gourmand/importers/rezkonv_importer.py000066400000000000000000000060221510115424500237440ustar00rootroot00000000000000import re import mealmaster_importer import plaintext_importer import gourmand.convert as convert from gourmand.gdebug import TimeAction, debug class rezconf_constants(mealmaster_importer.mmf_constants): def __init__(self): mealmaster_importer.mmf_constants.__init__(self) for k, v in list( { "Titel": "title", "Kategorien": "category", "Menge": "servings", }.items() ): self.recattrs[k] = v for k, v in list({}.items()): self.unit_conv[k] = v self.unit_convr = {} for k, v in list(self.unit_conv.items()): self.unit_convr[v] = k rzc = rezconf_constants() rzc_start_pattern = r"^(?i)([m=-][m=-][m=-][m=-][m=-]+)-*\s*(rezkonv).*" class rezkonv_importer(mealmaster_importer.mmf_importer): # with long German words, you can end up with short lines in the middle # of a block of text, so we'll shorten the length at which we assume # a short line means the end of a paragraph. end_paragraph_length = 45 def compile_regexps(self): """Compile our regular expressions for the rezkonv format.""" testtimer = TimeAction("mealmaster_importer.compile_regexps", 10) debug("start compile_regexps", 5) plaintext_importer.TextImporter.compile_regexps(self) self.start_matcher = re.compile(rzc_start_pattern) self.end_matcher = re.compile(r"^[=M-][=M-][=M-][=M-][=M-]\s*$") self.group_matcher = re.compile(r"^\s*([=M-][=M-][=M-][=M-][=M-]+)-*\s*([^-]+)\s*-*", re.IGNORECASE) self.ing_cont_matcher = re.compile(r"^\s*[-;]") self.ing_opt_matcher = re.compile(r"(.+?)\s*\(?\s*optional\)?\s*$", re.IGNORECASE) # or or the German, oder self.ing_or_matcher = re.compile(r"^[-= ]*[Oo][dD]?[eE]?[Rr][-= ]*$", re.IGNORECASE) self.variation_matcher = re.compile(r"^\s*(VARIATION|HINT|NOTES?|VERÄNDERUNG|VARIANTEN|TIPANMERKUNGEN)(:.*)?", re.IGNORECASE) # a crude ingredient matcher -- we look for two numbers, intermingled with spaces # followed by a space or more, followed by a two digit unit (or spaces) self.ing_num_matcher = re.compile( r"^\s*%(top)s%(num)s+\s+[A-Za-z ][A-Za-z ]? .*" % {"top": convert.DIVIDEND_REGEXP, "num": convert.NUMBER_REGEXP}, re.IGNORECASE ) self.amt_field_matcher = convert.NUMBER_MATCHER # we build a regexp to match anything that looks like # this: ^\s*ATTRIBUTE: Some entry of some kind...$ attrmatch = r"^\s*(" self.mmf = rzc for k in list(self.mmf.recattrs.keys()): attrmatch += "%s|" % re.escape(k) attrmatch = r"%s):\s*(.*)\s*$" % attrmatch[0:-1] self.attr_matcher = re.compile(attrmatch) testtimer.end() def is_ingredient(self, line): """Return true if the line looks like an ingredient.""" if self.ing_num_matcher.match(line): return True if len(line) >= 5 and self.blank_matcher.match(line[0:2]): return True gourmand-1.2.0/src/gourmand/importers/web_importer.py000066400000000000000000000126731510115424500230340ustar00rootroot00000000000000"""Import recipes from the web using recipe-scrapers.""" from typing import List, Tuple from urllib.error import URLError from urllib.parse import urlparse from urllib.request import Request, urlopen from gi.repository import Gtk from recipe_scrapers import SCRAPERS, scrape_html from recipe_scrapers._exceptions import SchemaOrgException from gourmand import __version__ from gourmand.gdebug import debug from gourmand.image_utils import ImageBrowser, image_to_bytes, make_thumbnail from gourmand.recipeManager import get_recipe_manager from gourmand.structure import Recipe supported_sites = list(SCRAPERS.keys()) HEADERS = { "User-Agent": f"Mozilla/5.0 (compatible; Windows NT 10.0; Win64; x64) gourmand/{__version__}" } def import_urls(urls: List[str]) -> Tuple[List[str], List[str]]: """Import recipes. urls is a list of urls which will be imported one after the other. The supported sites are listed here: https://github.com/hhursev/recipe-scrapers#scrapers-available-for This function is called by Gourmand. The import function is always expected to return two lists: one of imported recipes and one of failed imported urls or files. Gourmand can then store the imported recipes and notify the users of any failures. """ imported: List[str] = [] unsupported: List[str] = [] database = get_recipe_manager() # Filter websites that are not supported by recipe-scrapers. for url in urls: url_ = urlparse(url).netloc.strip("www.") if url_ not in supported_sites: unsupported.append(url) urls.remove(url) for url in urls: req = Request(url, headers=HEADERS) try: with urlopen(req) as response: html = response.read() except URLError as e: debug('The server could not fulfill the request.', 1) debug(f'Reason: {e.reason}', 1) continue recipe = scrape_html(html, org_url=url) # Fetch the image if available, or else open an ImageBrowser # to let the user select one. image = thumbnail = None image, thumbnail = capture_image_and_thumbnail(recipe) # Create local Recipe object rec = initialize_recipe(recipe, image, thumbnail) rec = rec._asdict() rec.pop("id") rec.pop("servings") recipe_id = database.add_rec(rec)["id"] ingredients = [database.parse_ingredient(ingredient) for ingredient in recipe.ingredients()] for position, ingredient in enumerate(ingredients): ingredient["recipe_id"] = recipe_id ingredient["position"] = position ingredient["deleted"] = False database.add_ings(ingredients) imported.append(url) return imported, unsupported def capture_image_and_thumbnail(scraped_recipe): image = thumbnail = None if scraped_recipe.image(): image = make_thumbnail(scraped_recipe.image()) thumbnail = image.copy() thumbnail.thumbnail((40, 40)) thumbnail = image_to_bytes(thumbnail) image = image_to_bytes(image) else: uris = [] for schema in scraped_recipe.links(): link = schema.get("href", "") if link.endswith("jpg"): uris.append(link) browser = ImageBrowser(parent=None, uris=uris) response = browser.run() browser.destroy() if response == Gtk.ResponseType.OK: thumbnail = browser.image.copy() thumbnail.thumbnail((40, 40)) thumbnail = image_to_bytes(thumbnail) image = image_to_bytes(browser.image) return image, thumbnail def initialize_recipe(recipe_scraped, image=None, thumbnail=None): # If a recipe doesn't have all the expected information a # SchemaOrgException is raised. Catch it and assign a default # rating value. try: rating = recipe_scraped.ratings() except SchemaOrgException: rating = 0 # Gourmet has a 5-stars rating, stored as int between 0 and 10. # We assume that if the value is a float below 5, it's scaled to 5, and # we rescale it to 10. if isinstance(rating, float) and rating <= 5.0: rating = rating * 2 rating = int(rating) # recipe_scrapers keeps servings, yield, and yield units in one string yields, yield_unit = recipe_scraped.yields().split() yields = int(yields) # Convert the recipe into the expected namedtuple `recipe_tuple` # expected by the rest of the application. try: preptime = recipe_scraped.schema.prep_time() cooktime = recipe_scraped.schema.cook_time() except SchemaOrgException: preptime = "" cooktime = "" rec = Recipe( id=None, title=recipe_scraped.title(), instructions=recipe_scraped.instructions(), modifications=None, cuisine="", rating=rating, description="", source=recipe_scraped.author(), totaltime=recipe_scraped.total_time(), preptime=preptime, cooktime=cooktime, servings=yields, yields=yields, yield_unit=yield_unit, ingredients=recipe_scraped.ingredients(), image=image, thumb=thumbnail, deleted=False, recipe_hash=None, ingredient_hash=None, link=recipe_scraped.canonical_url(), last_modified=None, nutrients=recipe_scraped.nutrients(), category=recipe_scraped.category(), ) return rec gourmand-1.2.0/src/gourmand/importers/xml_importer.py000066400000000000000000000052641510115424500230550ustar00rootroot00000000000000import xml.sax import xml.sax.saxutils from gourmand.gdebug import TimeAction from . import importer def unquoteattr(str): return xml.sax.saxutils.unescape(str).replace("_", " ") class RecHandler(xml.sax.ContentHandler, importer.Importer): def __init__(self, total=None, conv=None, parent_thread=None): self.elbuf = "" xml.sax.ContentHandler.__init__(self) importer.Importer.__init__(self, total=total, do_markup=True, conv=conv) self.parent_thread = parent_thread self.check_for_sleep = parent_thread.check_for_sleep self.terminate = parent_thread.terminate self.resume = parent_thread.resume self.suspend = parent_thread.suspend self.emit = parent_thread.emit def characters(self, ch): self.elbuf += ch class Converter(importer.Importer): def __init__(self, filename, recHandler, recMarker=None, conv=None, name="XML Importer"): """Initialize an XML converter which will use recHandler to parse data. filename - our file to parse (or the name of the file). rd - our recdata object. recHandler - our recHandler class. recMarker - a string that identifies a recipe, so we can quickly count total recipes and update users as to progress) and our recHandler class. We expect subclasses effectively to call as as we are with their own recHandlers. """ self.recMarker = recMarker self.fn = filename self.rh = recHandler(conv=conv, parent_thread=self) self.added_ings = self.rh.added_ings self.added_recs = self.rh.added_recs self.terminate = self.rh.terminate self.suspend = self.rh.suspend self.resume = self.rh.resume importer.Importer.__init__(self, name=name) def do_run(self): # count the recipes in the file t = TimeAction("rxml_to_metakit.run counting lines", 0) if isinstance(self.fn, str): # Latin-1 can decode any bytes, letting us open ASCII-compatible # text files and sniff their contents - e.g. for XML tags - # without worrying about their real text encoding. f = open(self.fn, "r", encoding="latin1") else: f = self.fn recs = 0 for line in f.readlines(): if line.find(self.recMarker) >= 0: recs += 1 if recs % 5 == 0: self.check_for_sleep() f.close() t.end() self.rh.total = recs self.parse = xml.sax.parse(self.fn, self.rh) self.added_ings = self.rh.added_ings self.added_recs = self.rh.added_recs importer.Importer._run_cleanup_(self.rh) gourmand-1.2.0/src/gourmand/keymanager.py000066400000000000000000000175771510115424500204450ustar00rootroot00000000000000import re from collections import defaultdict from typing import List, Optional, Tuple from .defaults.defaults import lang as defaults from .defaults.defaults import langProperties as langProperties note_separator_regexp = r"(;|\s+-\s+|--)" note_separator_matcher = re.compile(note_separator_regexp) class KeyManager: MAX_MATCHES = 10 word_splitter = re.compile(r"\W+") __single = None @classmethod def instance(cls, recipe_manager=None): if KeyManager.__single is None: KeyManager.__single = cls(recipe_manager) return KeyManager.__single def __init__(self, recipe_manager=None): if recipe_manager is None: from . import recipeManager # work around cyclic dependencies recipe_manager = recipeManager.default_rec_manager() self.rm = recipe_manager if self.rm.fetch_len(self.rm.keylookup_table) == 0: self.initialize_from_defaults() self.initialize_categories() @staticmethod def _snip_notes(s: str) -> str: m = note_separator_matcher.search(s) if not m: return s ret = s[: m.start()].strip() return ret if ret else s def initialize_from_defaults(self): dics = [] for key, items in defaults.keydic.items(): for i in items: dics.append({"ingkey": str(key), "item": str(i), "count": 1}) self.rm.keylookup_table.insert().execute(dics) def regexp_for_all_words(self, txt): """Return a regexp to match any of the words in string.""" regexp = r"(^|\W)(" count = 0 for w in self.word_splitter.split(txt): # for each keyword, we create a search term if w: # no blank strings! count += 1 regexp = "%s%s|" % (regexp, re.escape(w)) regex = r"%s)(?=\W|$)" % (regexp[0:-1]) # slice off extra | if count: return re.compile(regex), count else: return None, count def initialize_categories(self): """We treat things like flour as categories, usually designated as "flour, all purpose" or "flour, whole wheat". We look for this sort of thing, assuming the noun, descriptor format has been followed previously. With our handy list, we will more easily be able to guess correctly that barley flour should be flour, barley""" self.cats = [] for k in self.rm.get_unique_values("ingkey", self.rm.ingredients_table, deleted=False): fnd = k.find(",") if fnd != -1: self.cats.append(k[0:fnd]) def grab_ordered_key_list(self, str): """We return a list of potential keys for string.""" kl = self.look_for_key(str) gk = self.generate_key(str) nwlst = [] added_gk = False for key, rnk in kl: if rnk < 0.9 and not added_gk: if not nwlst.__contains__(gk): nwlst.append(gk) added_gk = True if not nwlst.__contains__(key): nwlst.append(key) if not added_gk: if not nwlst.__contains__(gk): nwlst.append(gk) return nwlst def get_key_fast(self, s) -> str: srch = self.rm.fetch_all(self.rm.keylookup_table, item=s, sort_by=[("count", 1)]) if srch: return srch[-1].ingkey else: s = self._snip_notes(s) return self.generate_key(s) def get_key(self, txt: str, certainty: Optional[float] = 0.61) -> str: """Grab a single key. This is simply a best guess at the right key for an item (we can't be sure -- if we could be, we wouldn't need a key system in the first place!""" if not txt: return "" txt = self._snip_notes(txt) result = self.look_for_key(txt) if result and result[0][0] and result[0][1] > certainty: k = result[0][0] else: k = self.generate_key(txt) return k def look_for_key(self, txt: str) -> Optional[List[Tuple[str, float]]]: """Given a key, return a sorted list of potential matching known keys. By using some heuristics to find spelling variations, look up the database for similar entries. These are then sorted according to their matching score. A matching score is first established by giving a high score if a word appears in the database, and further refined by the word's occurrences relative to its other spellings. """ txt = txt.casefold() retvals = defaultdict(float) # First look for matches for our full text (or full text +/- s) main_txts = [txt] main_txts.extend(defaults.guess_singulars(txt)) if len(main_txts) == 1: main_txts.extend(defaults.guess_plurals(txt)) # Look up for an entry in the ingredient table where the term t is # found in the value from the ingkey column. # By doing so, it establishes a baseline for the accuracy of t # being a useful keyword. for t in main_txts: entry = self.rm.fetch_one(self.rm.ingredients_table, ingkey=t) if entry is not None: retvals[t] = 0.9 exact = self.rm.fetch_all(self.rm.keylookup_table, item=t) for o in exact: retvals[o.ingkey] += (float(o.count) / len(exact)) * 2 # Part II -- look up individual words words = self.word_splitter.split(txt) nwords = len(words) extra_words = [] # use heuristic rules to include plural and singular spellings for word in words: singulars = defaults.guess_singulars(word) for s in singulars: if s not in extra_words: extra_words.append(s) if not singulars: # the word was already singular for p in defaults.guess_plurals(word): if p not in extra_words: extra_words.append(p) words.extend(extra_words) for word in words: if not word: return srch = self.rm.fetch_all(self.rm.keylookup_table, word=word) total_count = sum([m.count for m in srch]) for match in srch: # We have a lovely ratio. # # count 1 # _____ x ___ # total_count words # # Where count is the number of times this word has # resulted in this key, matches is the number of keys # that match this word in all, and words is the number # of words we're dealing with. ik = match.ingkey words_in_key = len(ik.split()) wordcount = words_in_key if words_in_key > nwords else nwords retvals[ik] += (match.count / total_count) * (1 / wordcount) # Add some probability if our word shows up in the key if word in ik: retvals[ik] += 0.1 retv = list(retvals.items()) retv.sort(key=lambda x: x[1]) return retv def generate_key(self, ingr: str) -> str: """Generate a generic-looking key from a string.""" ingr = ingr.strip() if not langProperties["capitalisedNouns"]: # language specific here - turn off the strip().lower() for eg. # German nouns that always start with an uppercase Letter. ingr = ingr.lower() if ingr.find(",") == -1: # if there are no commas, we see if it makes sense # to turn, e.g. whole-wheat bread into bread, whole-wheat words = ingr.split() if len(words) >= 2: if self.cats.__contains__(words[-1]): ingr = f'{words[-1]}, {"".join(words[0:-1])}' return ingr gourmand-1.2.0/src/gourmand/main.py000066400000000000000000001466521510115424500172430ustar00rootroot00000000000000import re import threading from gettext import ngettext from pkgutil import get_data from typing import List, Set, Tuple from gi.repository import Gdk, GLib, GObject, Gtk from gourmand import __version__, batchEditor, convert, plugin, plugin_gui, plugin_loader, prefs, prefsGui, reccard, recipeManager, shopgui from gourmand.defaults.defaults import get_pluralized_form from gourmand.defaults.defaults import lang as defaults from gourmand.exporters.clipboard_exporter import copy_to_clipboard, copy_to_drag from gourmand.exporters.exportManager import ExportManager from gourmand.exporters.printer import PrintManager from gourmand.gdebug import debug from gourmand.gglobals import DEFAULT_HIDDEN_COLUMNS, REC_ATTRS, gourmanddir, use_threads from gourmand.gtk_extras import WidgetSaver, fix_action_group_importance, mnemonic_manager, ratingWidget from gourmand.gtk_extras import dialog_extras as de from gourmand.gtk_extras import treeview_extras as te from gourmand.i18n import _ from gourmand.image_utils import load_pixbuf_from_resource from gourmand.importers.clipboard_importer import import_from_clipboard from gourmand.importers.importManager import ImportManager from gourmand.prefs import copy_old_installation_or_initialize, update_preferences_file_format from gourmand.recindex import RecIndex from gourmand.threadManager import SuspendableThread, get_thread_manager, get_thread_manager_gui from gourmand.timer import show_timer UNDO = 1 SHOW_TRASH = 2 class GourmandApplication: """The Gourmand Application. This handles everything that needs to be handled across the different interfaces -- updating the view menu, and so on. This handles plugin registration, configuration, and so on. """ shared_go_menu = """

""" go_path = "/%(name)s/Go/" __single = None @classmethod def instance(cls): if GourmandApplication.__single is None: GourmandApplication.__single = cls() return GourmandApplication.__single def __init__(self): self.conv = convert.get_converter() self.star_generator = ratingWidget.StarGenerator() # Setup methods... self.setup_prefs() # Setup preferences... self.setup_plugins() self.setup_recipes() # Setup recipe database # self.setup_nutrition() self.setup_shopping() self.setup_go_menu() self.rc = {} def setup_plugins(self): pass def show_preferences(self, *args): self.prefsGui.show_dialog(page=self.prefsGui.INDEX_PAGE) # Setup preferences system def setup_prefs(self): self.conf = [] self.prefs = prefs.Prefs.instance() self.prefsGui = prefsGui.PreferencesGui( self.prefs, buttons={"clear_remembered_optional_button": lambda *args: self.forget_remembered_optional_ingredients()} ) self.prefsGui.apply_prefs_dic["recipes_per_page"] = lambda p, v: getattr(getattr(self, "rmodel"), "change_items_per_page")(v) def toggleFractions(prefname, use): if use: convert.USE_FRACTIONS = convert.FRACTIONS_NORMAL else: convert.USE_FRACTIONS = convert.FRACTIONS_OFF self.prefsGui.apply_prefs_dic["useFractions"] = toggleFractions # Call our method once with the default prefs to apply saved # user settings toggleFractions(None, self.prefs.get("useFractions", defaults.LANG_PROPERTIES["useFractions"])) # Convenience method for showing progress dialogs for import/export/deletion def show_progress_dialog(self, thread, progress_dialog_kwargs=None, message=_("Import paused"), stop_message=_("Stop import")): """Show a progress dialog""" if progress_dialog_kwargs is None: progress_dialog_kwargs = dict() name = getattr(thread, "name", "") for k, v in [ ("okay", True), ("label", name), ("parent", self.app), ("pause", self.pause_cb), ("stop", self.stop_cb), ("modal", False), ]: if k not in progress_dialog_kwargs: progress_dialog_kwargs[k] = v if not hasattr(self, "progress_dialog") or not self.progress_dialog: self.progress_dialog = de.ProgressDialog(**progress_dialog_kwargs) self.prog = self.progress_dialog.progress_bar else: self.progress_dialog.reassign_buttons(pausecb=progress_dialog_kwargs["pause"], stopcb=progress_dialog_kwargs["stop"]) self.progress_dialog.reset_label(progress_dialog_kwargs["label"]) self.pause_message = message self.stop_message = stop_message self.thread = thread self.progress_dialog.show() self.progress_dialog.connect("close", lambda *args: setattr(self.progress_dialog, None)) def hide_progress_dialog(self): """Make the progress dialog go away.""" if hasattr(self, "progress_dialog") and self.progress_dialog: self.progress_dialog.hide() self.progress_dialog.destroy() self.progress_dialog = None # setup recipe database def setup_recipes(self): """Initialize recipe database from the recipe manager.""" self.rd = recipeManager.default_rec_manager() # Add auto save def autosave(): self.rd.save() return True autosave_timeout = 2 * 60 * 1000 # in milliseconds GLib.timeout_add(autosave_timeout, autosave) # Connect views to update on modifications self.rd.modify_hooks.append(self.update_attribute_models) self.rd.add_hooks.append(self.update_attribute_models) self.rd.delete_hooks.append(self.update_attribute_models) # Create models that are accessed by other objects self.umodel = UnitModel(self.conv) self.attributeModels = [] self.inginfo = reccard.IngInfo(self.rd) def setup_shopping(self): """Setup shopping related stuff""" # self.create_rmodel(self.rd.recipe_table) self.sl = shopgui.ShopGui() self.sl.hide() # Methods for keeping track of open recipe cards... def del_rc(self, id): """Forget about recipe card identified by id""" if id in self.rc: del self.rc[id] self.update_go_menu() def update_reccards(self, rec): if rec.id in self.rc: rc = self.rc[rec.id] rc.updateRecipe(rec, show=False) self.update_go_menu() def go_menu(self): """Build a _View menu based on recipes currently opened in recipe cards.""" m = Gtk.Menu() ri = Gtk.MenuItem(_("Recipe _Index")) sh = Gtk.MenuItem(_("Shopping _List")) separator = Gtk.MenuItem() ri.connect("activate", lambda *args: self.app.present()) sh.connect("activate", self.sl.show) m.append(ri) ri.show() m.append(sh) sh.show() m.append(separator) separator.show() for rc in list(self.rc.values()): i = Gtk.MenuItem("_%s" % rc.current_rec.title) i.connect("activate", lambda *args: rc.show()) m.append(i) i.show() return m def setup_go_menu(self): self.goActionGroup = Gtk.ActionGroup(name="GoActions") self.goActionGroup.add_actions([("Go", None, _("_Go"))]) self.uimanagers = {} self.merged_go_menus = {} def add_uimanager_to_manage(self, id, uimanager, menu_root_name): fix_action_group_importance(self.goActionGroup) uimanager.insert_action_group(self.goActionGroup, 0) uimanager.add_ui_from_string(self.shared_go_menu % {"name": menu_root_name}) self.uimanagers[id] = [uimanager, menu_root_name, {}] # a dictionary of added menu items def update_action_group(self): """Attach actions for this recipe, using its title.""" for rc in self.rc.values(): action_name = f"GoRecipe{rc.current_rec.id}" title = rc.current_rec.title or "Untitled" title = f"_{title}" existing_action = self.goActionGroup.get_action(action_name) if not existing_action: self.goActionGroup.add_actions([(action_name, None, title, None, None, lambda *args: rc.show())]) else: existing_action.set_property("label", title) def update_go_menu(self): self.update_action_group() for uiid in self.uimanagers: self.update_go_menu_for_ui(uiid) def update_go_menu_for_ui(self, id): """Update the go_menu of interface identified by ID The interface must have first been handed to add_uimanager_to_manage """ uimanager, menu_root_name, merged_dic = self.uimanagers[id] for rc in list(self.rc.values()): path = self.go_path % {"name": menu_root_name} + "GoRecipe" + str(rc.current_rec.id) if not uimanager.get_widget(path): actionName = "GoRecipe" + str(rc.current_rec.id) uistring = ( """ """ % locals() ) merge_id = uimanager.add_ui_from_string(uistring) merged_dic[rc.current_rec.id] = merge_id uimanager.ensure_update() for idkey in merged_dic: if idkey not in self.rc: uimanager.remove_ui(merged_dic[idkey]) def update_attribute_models(self): """Methods to keep one set of listmodels for each attribute for which we might want text completion or a dropdown... """ for attr, mod in self.attributeModels: self.update_attribute_model(attr) def update_attribute_model(self, attribute: str) -> Gtk.ListStore: slist = self.create_attribute_list(attribute) model = getattr(self, f"{attribute}Model") for n, item in enumerate(slist): if model[n][0] == item: continue else: # See if we match something later in the model -- if # we do, suck up the whole model additional = 1 found_match = False while len(model) > (n + additional): if model[n + additional][0] == item: while additional > 0: model.remove(model.get_iter(n)) additional -= 1 found_match = False break additional += 1 if not found_match: model.insert(n, [item]) while len(model) > len(slist): last = model.get_iter(len(model) - 1) model.remove(last) return model def create_attribute_list(self, attribute: str) -> Set[str]: """Create a ListModel with unique values of attribute.""" if attribute == "category": slist = self.rg.rd.get_unique_values(attribute, self.rg.rd.categories_table) else: slist = self.rg.rd.get_unique_values(attribute, deleted=False) if not slist: slist = self.rg.rd.get_default_values(attribute) else: for default_value in self.rg.rd.get_default_values(attribute): if default_value not in slist: slist.append(default_value) slist = sorted(slist) if "None" in slist: slist.remove("None") slist = set(slist) return slist def get_attribute_model(self, attribute: str) -> Gtk.ListStore: """Return a ListModel with a unique list of values for attribute.""" # This was stored here so that all the different comboboxes that # might need e.g. a list of categories can share 1 model and # save memory. slist = self.create_attribute_list(attribute) store = Gtk.ListStore(str) for element in slist: store.append([element]) setattr(self, f"{attribute}Model", store) self.attributeModels.append((attribute, store)) return store def show_about(self, *args): """Show information about ourselves.""" debug("show_about (self, *args):", 5) translator = _("translator-credits") # translators should translate the string 'translator-credits' # If we're not using a translation, then this isn't shown if translator == "translator-credits": translator = None # Grab CREDITS from our defaults_LANG file too! if hasattr(defaults, "CREDITS") and defaults.CREDITS: if translator and translator.find(defaults.CREDITS) > -1: translator += f"\n{defaults.CREDITS}" else: translator = defaults.CREDITS logo = load_pixbuf_from_resource("gourmand.svg") # load LICENSE text file license_text = get_data("gourmand", "data/LICENSE").decode() assert license_text about = Gtk.AboutDialog(parent=self.window) about.set_artists(__version__.artists) about.set_authors(__version__.authors) about.set_comments(__version__.description) about.set_copyright(__version__.copyright) # about.set_documenters(None) about.set_license(license_text) about.set_logo(logo) about.set_program_name(__version__.appname) about.set_translator_credits(translator) about.set_version(__version__.version) # about.set_wrap_license(True) about.set_website(__version__.url) # about.set_website_label('Gourmand website') about.run() about.destroy() def show_help(self, *args): de.show_faq(parent=self.window) def save(self, file=None, db=None, xml=None): debug("save (self, file=None, db=None, xml=None):", 5) if file and not xml and not db: if re.search(".xml$", file): xml = file else: db = file if xml: self.exportXML(file) else: self.rd.file = db self.rd.save() self.message(_("Saved!")) self.loader.save_active_plugins() # relies on us being a pluggable... def quit(self): # TODO: check if this method is called. for c in self.conf: c.save_properties() for r in list(self.rc.values()): for c in r.conf: c.save_properties() if r.edited and de.getBoolean(parent=self.app, label=_("Save your edits to %s") % r.current_rec.title): r.recipe_editor.save_cb() else: r.edited = False # in case someone else checks this (e.g. reccard on close) for conf in self.sl.conf: conf.save_properties() self.prefs.save() threads = threading.enumerate() if len(threads) > 1: msg = "Another process is in progress" for t in threads: if "import" in t.getName(): msg = _("An import is in progress.") if "export" in t.getName(): msg = _("An export is in progress.") if "delete" in t.getName(): msg = _("A delete is in progress.") quit_anyway = de.getBoolean(label=msg, sublabel=_("Exit program anyway?"), custom_yes=Gtk.STOCK_QUIT, custom_no=_("Don't exit!"), cancel=False) if quit_anyway: for t in threads: if t.getName() != "MainThread": try: t.terminate() except Exception: debug("Unable to terminate thread %s" % t, 0) # try not to lose data if this is going to # end up in a force quit # self.save_default() return True if not use_threads: for t in self._threads: try: t.terminate() self.threads = self.threads - 1 except Exception: # try not to lose data if this is going to # end up in a force quit # self.save_default() return True else: return True # Delete our deleted ingredient keys -- we don't need these # for posterity since there is no "trash" interface for # ingredients anyway. self.rd.delete_by_criteria(self.rd.ingredients_table, {"deleted": True}) # Save our recipe info... self.save() for r in list(self.rc.values()): r.hide() class SuspendableDeletions(SuspendableThread): def __init__(self, recs, name=None): self.recs = recs self.rg = RecGui.instance() SuspendableThread.__init__(self, name=name) def do_run(self): tot = len(self.recs) for n, r in enumerate(self.recs): self.check_for_sleep() self.rg.rd.delete_rec(r) self.emit("progress", float(n) / tot, _("Permanently deleted %s of %s recipes") % (n, tot)) class RecTrash(RecIndex): default_searches = [{"column": "deleted", "operator": "=", "search": True}] RESPONSE_DELETE_PERMANENTLY = 1 RESPONSE_UNDELETE = 2 RESPONSE_EMPTY_TRASH = 3 def __init__(self, rg): self.rg = rg self.rmodel = self.rg.rmodel self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/recipe_index.ui").decode()) self.sort_by = [] RecIndex.__init__(self, self.ui, self.rg.rd, self.rg) self.setup_main_window() def setup_main_window(self): self.window = Gtk.Dialog( _("Trash"), self.rg.window, Gtk.DialogFlags.DESTROY_WITH_PARENT, ( "_Empty trash", self.RESPONSE_EMPTY_TRASH, "_Delete permanently", self.RESPONSE_DELETE_PERMANENTLY, "_Undelete", self.RESPONSE_UNDELETE, Gtk.STOCK_CLOSE, Gtk.ResponseType.CLOSE, ), ) self.window.set_default_response(Gtk.ResponseType.CLOSE) box = Gtk.VBox() box.show() box.set_border_width(12) self.window.vbox.add(box) top_label = Gtk.Label() top_label.set_alignment(0.0, 0.5) top_label.set_markup( '' + _("Trash") + "\n" + _("Browse, permanently delete or undelete deleted recipes") + "" ) box.pack_start(top_label, expand=False, fill=False, padding=0) top_label.show() self.recipe_index_interface = self.ui.get_object("recipeIndexBox") self.recipe_index_interface.unparent() box.pack_start(self.recipe_index_interface, fill=True, expand=True, padding=0) self.recipe_index_interface.show() self.rg.conf.append(WidgetSaver.WindowSaver(self.window, self.prefs.get("trash_window", {"size": (600, 800)}), show=False)) self.window.connect("response", self.response_cb) # So we can let delete key delete recipe when treeview is focused def response_cb(self, dialog, response): if response == self.RESPONSE_DELETE_PERMANENTLY: self.purge_selected_recs() elif response == self.RESPONSE_UNDELETE: self.undelete_selected_recs() elif response == self.RESPONSE_EMPTY_TRASH: self.purge_all() else: self.dismiss() def dismiss(self, *args): self.window.hide() return True def show(self, *args, **kwargs): self.window.show(*args, **kwargs) self.srchentry.grab_focus() # def setup_search_views (self): # self.last_search = ["",""] # self.rvw = self.rd.fetch_all(self.rd.recipe_table,deleted=True) # self.searches = self.default_searches # self.sort_by = [] def update_from_db(self): self.update_rmodel(self.rg.rd.fetch_all(self.rg.rd.recipe_table, deleted=True)) def undelete_selected_recs(self, *args): mod, rr = self.rectree.get_selection().get_selected_rows() recs = [mod[path][0] for path in rr] msg = "" for r in recs: msg += r.title + ", " self.rg.rd.modify_rec(r, {"deleted": False}) if msg: msg = msg[0:-2] # cut off the last comma self.update_from_db() self.rg.redo_search() self.rg.message(_("Undeleted recipes ") + msg) def purge_selected_recs(self, *args): debug("recTreeDeleteRec (self, *args):", 5) sel = self.rectree.get_selection() if not sel: return mod, rr = sel.get_selected_rows() recs = [mod[path][0] for path in rr] self.rg.purge_rec_tree(recs, rr, mod) self.update_from_db() def purge_all(self, *args): self.rg.purge_rec_tree(self.rvw) self.update_from_db() class UnitModel(Gtk.ListStore): def __init__(self, converter): debug("UnitModel.__init__", 5) self.conv = converter Gtk.ListStore.__init__(self, str, str) # the first item of each conv.units ## areckx: is there a reason why this is formatted this way? lst = [(a[1][0], a[0]) for a in [x for x in self.conv.units if not (x[1][0] in converter.unit_to_seconds or x[0] in converter.unit_to_seconds)]] ## lst.sort() for ulong, ushort in lst: iter = self.append() self.set_value(iter, 0, ushort) if ulong != ushort: ulong = "%s (%s)" % (ulong, ushort) self.set_value(iter, 1, "%s" % ulong) def set_accel_paths(ui, widgets, base="
"): """A convenience function. Hand us a function and set accel paths based on it.""" for s in widgets: w = ui.get_object(s) if isinstance(w, Gtk.MenuItem): set_path_for_menuitem(w) else: for c in w.get_children(): if isinstance(c, Gtk.MenuItem): set_path_for_menuitem(c, base) else: debug("Can't handle %s" % c, 1) def set_path_for_menuitem(mi, base="
"): if mi.get_children(): accelLab = mi.get_children()[0] label = accelLab.get_label().replace("_", "") path = base + "/" + label mi.set_accel_path(path) sm = mi.get_submenu() if sm: sm.set_accel_path(path) for c in sm.get_children(): set_path_for_menuitem(c, path) def launch_webbrowser(dialog, link, user_data): import webbrowser webbrowser.open_new_tab(link) def launch_app(): copy_old_installation_or_initialize(gourmanddir) update_preferences_file_format(gourmanddir) RecGui.instance() Gtk.main() class ImporterExporter: """Provide importer exporter classes.""" # WARNING: This is not actually an independent class. This is a # crude method of bookkeeping as we update. Everything contained # in this class should be reworked within a plugin system. For # now, we just attach it to this class so we can have cleaner code # and maintain old functionality as we implement plugins # piece-by-piece. # IMPORT/EXPORT - this will be reworked within a plugin framework... def print_recs(self, *args): debug("printing recipes", 3) recs = self.get_selected_recs_from_rec_tree() printManager = PrintManager.instance() printManager.print_recipes(self.rd, recs, parent=self.app, change_units=self.prefs.get("readableUnits", True)) __import_manager = None @property def importManager(self): if self.__import_manager is None: self.__import_manager = ImportManager.instance() return self.__import_manager def do_import(self, action: Gtk.Action): self.importManager.offer_import(parent=self.app.get_toplevel()) __export_manager = None @property def exportManager(self): # FIXME: The export manager is a singleton, this property can be # refactored out. if self.__export_manager is None: self.__export_manager = ExportManager.instance() return self.__export_manager def do_export(self, export_all=False): if export_all: recs = self.rd.fetch_all(self.rd.recipe_table, deleted=False, sort_by=[("title", 1)]) else: recs = self.get_selected_recs_from_rec_tree() self.exportManager.offer_multiple_export(recs, self.prefs, prog=self.set_progress_thr, parent=self.app.get_toplevel(), export_all=True) class StuffThatShouldBePlugins: # As you can tell by the name, everything in this class should # really be re-implemented as a plugin. Once that process is # complete, this class will disappear! def shop_recs(self, *args): debug("recTreeShopRec (self, *args):", 5) rr = self.get_selected_recs_from_rec_tree() # r = self.recTreeSelectedRec() for r in rr: if r.yields and r.yields != "None": debug("yields=%s" % r.yields, 5) serv = de.getNumber( default=float(r.yields), label=_("Number of %(unit)s of %(title)s to shop for") % { "title": r.title, "unit": get_pluralized_form(r.yield_unit, 2), }, parent=self.app.get_toplevel(), ) if serv: mult = float(serv) / float(r.yields) else: debug("getNumber cancelled", 2) return else: mult = de.getNumber(default=float(1), label=_("Multiply %s by:") % r.title, parent=self.app.get_toplevel(), digits=2) if not mult: debug("getNumber cancelled", 2) return d = self.sl.getOptionalIngDic(self.rd.get_ings(r), mult, self.prefs) self.sl.addRec(r, mult, d) self.sl.show() def copy_recipes_callback(self, action: Gtk.Action): recipes = self.get_selected_recs_from_rec_tree() ingredients = [self.rd.rd.get_ings(recipe.id) for recipe in recipes] copy_to_clipboard(zip(recipes, ingredients)) def drag_recipes_callback(self, widget, drag_context, data, info, time): recipes = self.get_selected_recs_from_rec_tree() ingredients = [self.rd.rd.get_ings(recipe.id) for recipe in recipes] copy_to_drag(zip(recipes, ingredients), widget, drag_context, data, info, time) def batch_edit_recs(self, *args): recs = self.get_selected_recs_from_rec_tree() if not hasattr(self, "batchEditor"): self.batchEditor = batchEditor.BatchEditor(self) self.batchEditor.set_values_from_recipe(recs[0]) self.batchEditor.dialog.run() # If we have values... if self.batchEditor.values: changes = self.batchEditor.values only_where_blank = self.batchEditor.setFieldWhereBlank attributes = ", ".join([_(k) for k in list(changes.keys())]) msg = ngettext("Set %(attributes)s for %(num)s selected recipe?", "Set %(attributes)s for %(num)s selected recipes?", len(recs)) % { "attributes": attributes, "num": len(recs), } msg += "\n" if only_where_blank: msg += _("Any previously existing values will not be changed.") + "\n" else: msg += _("The new values will overwrite any previously existing values.") + "\n" msg += "" + _("This change cannot be undone.") + "" if de.getBoolean( label=_("Set values for selected recipes"), sublabel=msg, cancel=False, custom_yes=Gtk.STOCK_OK, custom_no=Gtk.STOCK_CANCEL, ): for r in recs: # Need to copy in case we're dealing with # categories as they would get messed up by # modify_rec changes = self.batchEditor.values.copy() if only_where_blank: for attribute in list(changes.keys()): if (attribute == "category" and self.rd.get_cats(r)) or (hasattr(r, attribute) and getattr(r, attribute)): del changes[attribute] if changes: self.rd.modify_rec(r, changes) else: self.rd.modify_rec(r, changes) self.rmodel.update_recipe(r) else: print("Cancelled") self.batchEditor.dialog.hide() self.update_attribute_models() ui_string = """ """ class RecGui(RecIndex, GourmandApplication, ImporterExporter, StuffThatShouldBePlugins, plugin_loader.Pluggable): __single = None @classmethod def instance(cls): if RecGui.__single is None: RecGui.__single = cls() return RecGui.__single def __init__(self): self.ui_manager = Gtk.UIManager() self.ui_manager.add_ui_from_string(ui_string) self.doing_multiple_deletions = False GourmandApplication.__init__(self) self.setup_index_columns() self.setup_hacks() self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/recipe_index.ui").decode()) self.setup_actions() RecIndex.__init__(self, ui=self.ui, rd=self.rd, rg=self, editable=False) self.setup_database_hooks() fix_action_group_importance(self.search_actions) self.ui_manager.insert_action_group(self.search_actions, 0) self.setup_main_window() self.window.add_accel_group(self.ui_manager.get_accel_group()) self.setup_column_display_preferences() self.setup_toolbar_display_preferences() plugin_loader.Pluggable.__init__(self, [plugin.MainPlugin, plugin.ToolPlugin]) self.mm = mnemonic_manager.MnemonicManager() self.mm.add_toplevel_widget(self.window) self.mm.fix_conflicts_peacefully() self.window.show() @property def sort_by(self): preferences = self.prefs.get("sort_by", {"title": True}) ret = [] for column, ascending in preferences.items(): ascending = 1 if ascending else -1 ret.append((column, ascending)) return ret @sort_by.setter def sort_by(self, value: List[Tuple[str, int]]): if not value: self.prefs.pop("sort_by") else: d = {} for column, ascending in value: ascending = True if ascending == 1 else False # -1 d[column] = ascending self.prefs["sort_by"] = d def setup_hacks(self): # These are properties that we need to set to test with our # current recindex class. However, each of these properties # should die with our redesign once done. self.act_on_row_widgets = [] def setup_column_display_preferences(self, *args): already_hidden = self.prefs.get("rectree_hidden_columns", DEFAULT_HIDDEN_COLUMNS) if not already_hidden: already_hidden = [] options = [self.rtcolsdic[i] for i in self.rtcols] options = [[i, i not in already_hidden] for i in options] # pd = de.preferences_dialog(options=options, option_label=None, value_label=_("Show in Index View"), # apply_func=self.configure_columns, parent=self.app) self.prefsGui.add_pref_table(options, "indexViewVBox", self.configure_columns) def setup_toolbar_display_preferences(self): def toggleToolbar(prefname, use): tb = self.ui_manager.get_widget("/RecipeIndexToolBar") if use: tb.show() else: tb.hide() self.prefsGui.apply_prefs_dic["showToolbar"] = toggleToolbar # Call our method once with the default prefs to apply saved # user settings toggleToolbar(None, self.prefs.get("showToolbar", True)) def configure_columns(self, retcolumns): hidden = [] for c, v in retcolumns: if not v: hidden.append(c) self.rectree_conf.hidden = self.prefs["rectree_hidden_columns"] = hidden self.rectree_conf.apply_visibility() def setup_index_columns(self): self.rtcolsdic = {} self.rtwidgdic = {} for a, line, w in REC_ATTRS: self.rtcolsdic[a] = line self.rtwidgdic[a] = w self.rtcols = [r[0] for r in REC_ATTRS] def setup_database_hooks(self): self.rd.delete_hooks.append(lambda self, *args: (not self.doing_multiple_deletions and self.redo_search())) self.rd.modify_hooks.append(self.rmodel.update_recipe) def selection_changed(self, selected=False): if selected != self.selected: self.selected = selected self.onSelectedActionGroup.set_sensitive(self.selected) def setup_main_window(self): self.window = self.app = Gtk.Window() self.window.set_icon(load_pixbuf_from_resource("gourmand.svg")) saver = WidgetSaver.WindowSaver(self.window, self.prefs.get("app_window", {"window_size": (800, 600)})) self.conf.append(saver) self.window.set_default_size(*self.prefs["app_window"]["window_size"]) self.window.set_title(__version__.appname) self.main = Gtk.VBox() self.window.add(self.main) self.window.connect("delete-event", self.quit) mb = self.ui_manager.get_widget("/RecipeIndexMenuBar") mb.show() self.main.pack_start(mb, False, False, 0) tb = self.ui_manager.get_widget("/RecipeIndexToolBar") self.main.pack_start(tb, False, False, 0) self.messagebox = Gtk.VBox() self.main.pack_start(self.messagebox, False, False, 0) self.main_notebook = Gtk.Notebook() self.recipe_index_interface = self.ui.get_object("recipeIndexBox") self.recipe_index_interface.unparent() self.main_notebook.append_page(self.recipe_index_interface, tab_label=Gtk.Label(label=_("Search recipes"))) self.main.add(self.main_notebook) self.recipe_index_interface.show() self.main_notebook.show() self.main_notebook.set_show_tabs(False) self.rectree.enable_model_drag_source(Gdk.ModifierType.BUTTON1_MASK, [("text/plain", 0, 0)], Gdk.DragAction.COPY | Gdk.DragAction.MOVE) self.rectree.connect("drag-data-get", self.drag_recipes_callback) # Set up right-clicking again self.rectree.connect("popup-menu", self.rectree_popup) def popcb(tv, event): if event.button == 3: self.rectree_popup(tv, event) return True self.rectree.connect("button-press-event", popcb) # Set up delete key in recipe treeview self.rectree.connect("key-press-event", self.rec_tree_keypress_cb) self.srchentry.grab_focus() self.main.show() def rectree_popup(self, tv, event, *args): menu = self.ui_manager.get_widget("/RecipeIndexMenuBar/Actions/").get_submenu() menu.popup_at_pointer(None) return True def setup_actions(self): self.onSelectedActionGroup = Gtk.ActionGroup(name="IndexOnSelectedActions") self.onSelectedActionGroup.add_actions( [ ("OpenRec", "recipe-card", _("Open recipe"), "O", _("Open selected recipe"), self.rec_tree_select_rec), ("DeleteRec", Gtk.STOCK_DELETE, _("Delete recipe"), None, _("Delete selected recipes"), self.rec_tree_delete_rec_cb), ("EditRec", Gtk.STOCK_EDIT, _("Edit recipe"), "E", _("Open selected recipes in recipe editor view"), self.rec_tree_edit_rec), ( "ExportSelected", None, _("E_xport selected recipes"), "T", _("Export selected recipes to file"), lambda *args: self.do_export(export_all=False), ), ("Print", Gtk.STOCK_PRINT, _("_Print"), "P", None, self.print_recs), ("CopyRecipes", Gtk.STOCK_COPY, _("_Copy recipes"), "C", None, self.copy_recipes_callback), ("BatchEdit", None, _("Batch _edit recipes"), "E", None, self.batch_edit_recs), ("ShopRec", "add-to-shopping-list", _("Add to Shopping List"), "B", None, self.shop_recs), ] ) self.mainActionGroup = Gtk.ActionGroup(name="MainActions") self.mainActionGroup.add_actions( [ ("File", None, _("_File")), ("New", Gtk.STOCK_NEW, _("_New"), None, None, self.new_rec_card), ("Import", None, _("_Import Recipe"), "M", _("Import recipe from file or page"), self.do_import), ("PasteRecipe", Gtk.STOCK_PASTE, _("Paste recipe"), "V", None, import_from_clipboard), ( "ExportAll", None, _("Export _all recipes"), "T", _("Export all recipes to file"), lambda *args: self.do_export(export_all=True), ), ("Quit", Gtk.STOCK_QUIT, _("_Quit"), None, None, self.quit), ("Actions", None, _("_Actions")), ("Edit", None, _("_Edit")), ("OpenShoppingList", None, _("_Shopping List"), None, None, lambda action: self.sl.show()), ("OpenTrash", None, _("_Trash"), None, None, self.show_deleted_recs), ("Preferences", Gtk.STOCK_PREFERENCES, _("_Preferences"), None, None, self.show_preferences), ( "Plugins", None, _("_Plugins"), None, _("Manage plugins which add extra functionality to Gourmand."), lambda *args: plugin_gui.show_plugin_chooser(), ), ("Settings", None, _("Setti_ngs")), ("HelpMenu", None, _("_Help")), ("About", Gtk.STOCK_ABOUT, _("_About"), None, None, self.show_about), ("Help", Gtk.STOCK_HELP, _("_Help"), None, None, self.show_help), ] ) self.toolActionGroup = Gtk.ActionGroup(name="ToolActions") self.toolActionGroup.add_actions( [ ("Tools", None, _("_Tools")), ("Timer", None, _("_Timer"), None, _("Show timer"), lambda *args: show_timer()), ] ) self.goActionGroup.add_actions([("GoRecipeIndex", None, _("Recipe _Index"), None, _("Searchable index of recipes in the database."), self.present)]) fix_action_group_importance(self.onSelectedActionGroup) self.ui_manager.insert_action_group(self.onSelectedActionGroup, 0) fix_action_group_importance(self.mainActionGroup) fix_action_group_importance(self.mainActionGroup) self.ui_manager.insert_action_group(self.mainActionGroup, 0) fix_action_group_importance(self.toolActionGroup) self.ui_manager.insert_action_group(self.toolActionGroup, 0) self.add_uimanager_to_manage(-1, self.ui_manager, "RecipeIndexMenuBar") # Status bar stuff def message(self, msg): debug("message (self, msg): %s" % msg, 5) self.stat.push(self.contid, msg) GLib.timeout_add(1500, self.flush_messages) def flush_messages(self, ret=False): debug("flush_messages (self):", 5) self.stat.pop(self.contid) return ret # Basic callbacks def new_rec_card(self, *args): self.app.get_window().set_cursor(Gdk.Cursor.new(Gdk.CursorType.WATCH)) def show(): rc = reccard.RecCard(self) self.redo_search() self.rc[rc.current_rec.id] = rc self.app.get_window().set_cursor(None) self.update_go_menu() GObject.idle_add(show) def open_rec_card(self, rec): if rec.id in self.rc: self.rc[rec.id].show() else: def show(): w = reccard.RecCard(self, rec) self.rc[rec.id] = w self.update_go_menu() self.app.get_window().set_cursor(None) self.app.get_window().set_cursor(Gdk.Cursor.new(Gdk.CursorType.WATCH)) GObject.idle_add(show) # Extra callbacks for actions on our treeview @plugin_loader.pluggable_method def get_selected_recs_from_rec_tree(self): return RecIndex.get_selected_recs_from_rec_tree(self) @plugin_loader.pluggable_method def update_recipe(self, recipe): return RecIndex.update_recipe(self, recipe) @plugin_loader.pluggable_method def redo_search(self, *args): return RecIndex.redo_search(self, *args) def rec_tree_select_rec(self, *args): debug("rec_tree_select_rec (self, *args):", 5) for rec in self.get_selected_recs_from_rec_tree(): self.open_rec_card(rec) def rec_tree_edit_rec(self, *args): for rec in self.get_selected_recs_from_rec_tree(): if rec.id in self.rc: self.rc[rec.id].show_edit() else: def show(): w = reccard.RecCard(self, rec, manual_show=True) self.rc[rec.id] = w self.update_go_menu() w.show_edit() self.app.get_window().set_cursor(None) self.app.get_window().set_cursor(Gdk.Cursor.new(Gdk.CursorType.WATCH)) GObject.idle_add(show) # Deletion def show_deleted_recs(self, *action: Gtk.Action): if not hasattr(self, "recTrash"): self.recTrash = RecTrash(self.rg) self.recTrash.show() def rec_tree_keypress_cb(self, widget, event): keyname = Gdk.keyval_name(event.keyval) if keyname == "Delete" or keyname == "BackSpace": self.rec_tree_delete_rec_cb() return True def rec_tree_delete_rec_cb(self, *args, **kwargs): """Make a watch show up (this can be slow if lots of recs are selected!""" self.rec_tree_delete_recs(self.get_selected_recs_from_rec_tree()) def delete_open_card_carefully(self, rec): """Delete any open card windows, confirming if the card is edited. We return True if the user cancels deletion. """ if rec.id in self.rc: rc = self.rc[rec.id] if rc.edited: rc.show_edit() if not de.getBoolean( label=_("Delete %s?"), sublabel=_("You have unsaved changes to %s. Are you sure you want to delete?"), custom_yes=Gtk.STOCK_DELETE, custom_no=Gtk.STOCK_CANCEL, cancel=False, ): return True rc.hide() self.del_rc(rec.id) @plugin_loader.pluggable_method def rec_tree_delete_recs(self, recs): cancelled = [] for rec in recs: if self.delete_open_card_carefully(rec): # returns True if user cancels cancelled.append(rec) if cancelled: for c in cancelled: recs.remove(c) self.rd.undoable_delete_recs([self.rd.get_rec(r.id) for r in recs], self.history, make_visible=lambda *args: self.redo_search()) self.setup_delete_messagebox( _( ( f"You just moved {len(recs)} recipe to the trash.\nYou can " "recover this recipe or permanently delete it at any time by " "clicking Go->Trash." ) ) ) self.set_reccount() if hasattr(self, "recTrash"): self.recTrash.update_from_db() self.message(_("Deleted") + " " + ", ".join((r.title or _("Untitled")) for r in recs)) def purge_rec_tree(self, recs, paths=None, model=None): if not recs: # Do nothing if there are no recipes to delete. return if not paths: paths = [] expander = None bigmsg = _("Permanently delete recipes?") if len(recs) == 1: bigmsg = _("Permanently delete recipe?") msg = _("Are you sure you want to delete the recipe %s") % recs[0].title elif len(recs) < 5: msg = _("Are you sure you want to delete the following recipes?") for r in recs: msg += "\n%s" % r.title else: msg = _("Are you sure you want to delete the %s selected recipes?") % len(recs) tree = te.QuickTree([r.title for r in recs]) expander = [_("See recipes"), tree] if de.getBoolean(parent=self.app, label=bigmsg, sublabel=msg, expander=expander): deleterThread = SuspendableDeletions(recs, name="delete_recs") deleterThread.connect("done", lambda *args: self.recTrash.update_from_db()) tm = get_thread_manager() tmg = get_thread_manager_gui() tm.add_thread(deleterThread) tmg.register_thread_with_dialog(_("Delete Recipes"), deleterThread) deleterThread.connect("completed", tmg.notification_thread_done, _("Recipes deleted")) tmg.show() else: return True def delete_rec(self, rec): if rec.id in self.rc: # Close the related recipe card window window = self.rc[rec.id].widget self.rc[rec.id].hide() window.destroy() self.update_go_menu() if hasattr(rec, "id") and rec.id: if rec: titl = rec.title debug("deleting recipe %s" % rec.title, 1) # try a workaround to segfaults -- grab rec anew from ID. dbrec = self.rd.get_rec(rec.id) if dbrec: self.rd.delete_rec(dbrec) else: print("wtf?!?", rec, ":", rec.id, " not real?") else: debug("no recipe to delete!?!", 1) if not self.doing_multiple_deletions: # gt.gtk_enter() self.message(_("Deleted recipe %s") % titl) self.doing_multiple_deletions = False # gt.gtk_leave() else: debug("%s %s does not have an ID!" % (rec, rec.title), 2) debug("returning None", 2) return None def _on_bar_response(self, button, response_id): if response_id == UNDO: self.history[-1].inverse() elif response_id == SHOW_TRASH: self.show_deleted_recs() self.messagebox.hide() # Code to show message/undo-button on deletion def setup_delete_messagebox(self, msg): # Clear existing messages... for child in self.messagebox.get_children(): self.messagebox.remove(child) # Add new message label = Gtk.Label(label=msg) label.set_line_wrap(True) label.show() infobar = Gtk.InfoBar() infobar.set_message_type(Gtk.MessageType.INFO) infobar.get_content_area().add(label) infobar.add_button(_("See Trash Now"), SHOW_TRASH) infobar.add_button(Gtk.STOCK_UNDO, UNDO) infobar.add_button(Gtk.STOCK_DISCARD, Gtk.ResponseType.CLOSE) infobar.connect("response", self._on_bar_response) infobar.show() self.messagebox.pack_start(infobar, True, True, 0) self.messagebox.show() # end deletion # end Extra Callbacks for actions on treeview # Methods to handle threading def pause_cb(self, button, *args): if button.get_active(): debug("Suspending thread from pause_cb", 0) self.thread.suspend() self.stat.push(self.pauseid, self.pause_message) self.flusher = GLib.timeout_add(1000, lambda *args: self.flush_messages(True)) else: self.stat.pop(self.pauseid) GObject.source_remove(self.flusher) self.thread.resume() def stop_cb(self, *args): debug("Stop_cb called; pausing thread", 1) self.thread.suspend() if de.getBoolean(label=self.stop_message): debug("Stopping thread from stop cb", 0) self.thread.terminate() if self.threads > 0: self.threads = self.threads - 1 try: self.lock.release() except Exception: pass self.hide_progress_dialog() else: debug("Resuming thread: stop_cb cancelled", 0) self.thread.resume() return True def reset_prog_thr(self, message=_("Done!")): debug("reset_prog_thr", 0) # self.prog.set_fraction(1) self.set_progress_thr(1, message) # gt.gtk_enter() self.set_reccount() # gt.gtk_leave() def set_progress_thr(self, prog, message=_("Importing...")): debug("set_progress_thr (self, %s,%s)" % (prog, message), 1) # gt.gtk_enter() if hasattr(self, "progress_dialog"): self.progress_dialog.set_progress(prog, message) # gt.gtk_leave() # Stuff to show and destroy ourselves def present(self, *args): self.window.present() def quit(self, *args): GourmandApplication.quit(self) self.window.destroy() Gtk.main_quit() def get_application(): # TODO: refactor this function away. All its calls can be replaced by: return RecGui.instance() if __name__ == "__main__": launch_app() gourmand-1.2.0/src/gourmand/optionparser.py000066400000000000000000000033031510115424500210250ustar00rootroot00000000000000import argparse from . import __version__ parser = argparse.ArgumentParser(prog="gourmand", description=__version__.description) parser.add_argument("--version", action="version", version=__version__.version) parser.add_argument("--database-url", action="store", dest="db_url", help="Database uri formatted like driver://path/to/db", default="") parser.add_argument("--use-threads", action="store_const", const=True, dest="threads", help="Enable threading support.", default=False) parser.add_argument("--disable-threads", action="store_const", const=False, dest="threads", help="Disable threading support.") parser.add_argument("--gourmand-directory", action="store", dest="gourmanddir", help="Gourmand configuration directory", default="") parser.add_argument( "--debug-threading-interval", action="store", type=float, dest="thread_debug_interval", help="Interval for threading debug calls", default=5.0 ) parser.add_argument("--debug-threading", action="store_true", dest="thread_debug", help="Print debugging information about threading.") parser.add_argument( "--debug-file", action="store", dest="debug_file", help=("Regular expression that matches filename(s) " "containing code for which we want to display " "debug messages."), default="", ) parser.add_argument("--showtimes", action="store_true", dest="time", help="Print timestamps on debug statements.") group = parser.add_mutually_exclusive_group() group.add_argument("-q", action="store_const", const=-1, dest="debug", help="Do not print gourmand error messages") group.add_argument("-v", action="count", dest="debug", help="Be verbose (extra v's increase the verbosity level)") args = parser.parse_known_args()[0] print(f"args = {args}") gourmand-1.2.0/src/gourmand/plugin.py000066400000000000000000000471751510115424500176150ustar00rootroot00000000000000# This module provides base classes for all of our plugins. Plugin # writers will subclass these plugins in their own modules. Thus, each # plugin module should start with # # from gourmand.plugin import ... # # The plugins should then sub-class the relevant class. # # Importer and Exporter plugins are somewhat special -- they merely # provide information about what they can import or export and then # provide a do_import or do_export method to do the importing and # exporting. # # StandardPlugins are given an instance of a pluggable class and are # then imported and exported accordingly. # # UIPlugin - this is a useful sub-class that makes it trivial to use # UIManager to add new actions to windows. # # ToolPlugin - will be plugged into all windows that have tool # menus. Which menu bars we add ourselves to is controlled with the # menu_bars parameter. # # MainPlugin - this is given an instance of the main Gourmet # Application to muck about with. # # RecDisplayPlugin - given an instance of the recipe display card. # RecEditorPlugin - given an instance of the recipe editor. # DatabasePlugin - given an instance of the base database class. import sqlalchemy from gi.repository import GObject, Gtk from gourmand import Undo from . import plugin_loader from .gtk_extras import fix_action_group_importance class Plugin: pass class StandardPlugin(Plugin): def activate(self, pluggable): """Called when plugin is activated. Once each time the pluggable instance is instantiated. """ pass def deactivate(self, pluggable): """Called when plugin is deactivated. Once each time the pluggable instance is destroyed. """ pass def remove(self): """Remove the plugin from the UI (the user has turned it off).""" pass class ImportManagerPlugin(StandardPlugin): """A class for extending the methods of the ImportManager itself. In order to add importers, subclass ImporterPlugin, not this class. """ url_needs_login_patterns = { # Glob patterns for URLs w/ method that will do log in for us... # i.e. # '.*nytimes.com.*' : read_nytimes_url # where do_nytimes_login is a function that takes the URL # and does the login necessarily to grab it... } pass class ImporterPlugin(StandardPlugin): # Do we let users type in a source to associate with these # recipes. ask_user_for_source = False name = None # The name of our importer patterns = [] # Glob patterns to match this filetype mimetypes = [] # mimetypes associated with this filetype def activate(self, pluggable): pluggable.register_plugin(self) self.importManager = pluggable def deactivate(self, pluggable): pluggable.unregister_plugin(self) def test_file(self, filename): """Test whether file filename is importable by this plugin.""" return True def get_importer(self, filename): """Return an importer class for filename. rd is our recipe database object. """ raise NotImplementedError class ExporterPlugin(StandardPlugin): label = "" sublabel = "" single_completed_string = "" filetype_desc = "" saveas_filters = [] saveas_single_filters = [] def activate(self, pluggable): pluggable.register_plugin(self) def deactivate(self, pluggable): pluggable.unregister_plugin(self) def get_multiple_exporter(self, args): pass def do_single_export(self, args): pass def run_extra_prefs_dialog(self): pass def get_default_prefs(self): return {} class BaseExporterPlugin(Plugin): """This is designed to change the behavior of other exporters. For example, a plugin that created a new attribute or text field could add it to the export by creating a ChangeExporterPlugin that plugs into the write_attr or write_text methods. """ TEXT = 0 ATTR = 1 def __init__(self): self.hooks_to_add = [] def activate(self, pluggable): self.pluggable = pluggable for hook in self.hooks_to_add: pluggable.add_hook(*hook) def remove(self): for hook in self.hooks_to_add: self.pluggable.remove_hook(*hook) self.pluggable.plugins.remove(self) def add_field(self, field_name, field_fetcher, type, position=plugin_loader.POST, write_empty_field=False): """Add a text field to our export. field_name is the name of the field. field_fetcher is a function that is given the recipe object as its only argument and should return the text blurb. type is what kind of field we\'re adding to the export (self.TEXT, self.ATTR, self.ING, self.IMG) position is either PRE or POST -- whether we come before or after other text fields. if write_empty_field is True, we will write the field regardless of the value. Otherwise, non-True (i.e. blank) values will not print. """ if type == self.TEXT: def do_write(*args): # print 'do_write received arguments',args if position == plugin_loader.POST: klass = args[1] else: klass = args[0] val = field_fetcher(klass.r) if klass.do_markup: val = klass.handle_markup(val) if not val: val = "" if klass.ALLOW_PLUGINS_TO_WRITE_NEW_FIELDS and (val or write_empty_field): klass.write_text(field_name, val) self.hooks_to_add.append((position, "_write_text_", do_write)) else: def do_write(*args): # print 'do_write received arguments',args if position == plugin_loader.POST: klass = args[1] else: klass = args[0] val = field_fetcher(klass.r) if klass.do_markup: val = klass.handle_markup(val) if klass.ALLOW_PLUGINS_TO_WRITE_NEW_FIELDS and (val or write_empty_field): klass.write_attr(field_name, val) self.hooks_to_add.append((position, "_write_attrs_", do_write)) class BaseExporterMultiRecPlugin(Plugin): """This is designed to change the behavior of other exporters. This plugs in at the level of the MultiRecPlugin, used for exporting recipe collections. """ pass class DatabasePlugin(StandardPlugin): name = "" # The name of our database -- subclasses should provide # this -- it will allow Gourmet to store version # information for database updates version = 1 # Version information -- this will allow Gourmet to # store information on the plugin version for future # updates. active = False def activate(self, db): if self.active: print("Strange -- activate called twice") print("Activate plugin", self, db, "from:") import traceback traceback.print_stack() print("ignoring") return self.db = db if db._created: # For creation after DB is initialized... try: self.create_tables() except sqlalchemy.exc.InvalidRequestError as error: print(("An InvalidRequestError was caught: {0} {1}".format(error.args, error.message))) self.db.metadata.create_all() db.update_plugin_version(self) else: db.add_hook(plugin_loader.POST, "setup_tables", self.create_tables) self.active = True def remove(self): self.db.remove_hook(plugin_loader.POST, "setup_tables", self.create_tables) self.active = False def create_tables(self): """Handed the database, create table definitions as necessary. This will happen at program initiation. """ pass def update_version(self, gourmand_stored, plugin_stored, gourmand_current, plugin_current): """Given the old version number, perform any updates to the database as necessary. The Gourmet version #s are tuples with version_super, version_major and version_minor. The plugin version numbers are single numbers corresponding to the version attribute of your your plugin class. """ pass class UIModule: ui_string = "" # an XML UI description for merging with the target UIManager name = "" # the name of this module (not i18n'd) label = "" # The label of the tab where this interface goes. (should be i18n'd) def __init__(self): self.action_groups = [] self.added = [] self.setup_action_groups() self.setup_main_interface() def setup_action_groups(self): pass def setup_main_interface(self): pass def enter_page(self): pass def leave_page(self): pass class UIPlugin(StandardPlugin, UIModule): """A plugin that works through UIManager.""" def __init__(self): self.merged = {} UIModule.__init__(self) def activate(self, pluggable): self.pluggable = pluggable self.add_to_uimanager(pluggable.ui_manager) def remove(self): for uimanager in self.merged: merge_id, action_ids = self.merged[uimanager] for ag in action_ids: uimanager.remove_action_group(ag) uimanager.remove_ui(merge_id) def add_to_uimanager(self, uimanager): merge_id = uimanager.add_ui_from_string(self.ui_string) action_ids = [] for ag in self.action_groups: fix_action_group_importance(ag) uimanager.insert_action_group(ag, 0) action_ids.append(ag) self.merged[uimanager] = merge_id, action_ids class ToolPlugin(UIPlugin): """A plugin that plugs an action into the tool menu.""" menu_items = '' menu_bars = ["RecipeDisplayMenuBar", "RecipeEditorMenuBar", "RecipeIndexMenuBar"] def __init__(self): self.ui_string = "\n".join( """ %(menu_items)s """ % {"menu_items": self.menu_items, "mb": mb} for mb in self.menu_bars ) UIPlugin.__init__(self) class RecDisplayPlugin(StandardPlugin): moduleKlass = None def activate(self, pluggable): if not hasattr(self, "pluggables"): self.pluggables = [] pluggable.add_plugin_to_left_notebook(self.moduleKlass) self.pluggables.append(pluggable) def remove(self): for pluggable in self.pluggables: pluggable.remove_plugin_from_left_notebook(self.moduleKlass) class RecEditorPlugin(StandardPlugin): """A plugin for our recipe editor. moduleKlass is a module to add (provides a new tabby interface on the recEditor) and position is the position of that new module. """ moduleKlass = None position = None def activate(self, pluggable): if not hasattr(self, "pluggables"): self.pluggables = [] pluggable.add_plugin(self.moduleKlass, self.position) self.pluggables.append(pluggable) class MainPlugin(StandardPlugin): added_tabs = [] def activate(self, pluggable): self.main = pluggable def deactivate(self, pluggable): for t in self.added_tabs: pluggable.main_notebook.remove_page(t) if pluggable.main_notebook.get_n_pages() <= 1: pluggable.main_notebook.set_show_tabs(False) def add_tab(self, widget, label): self.added_tabs.append(self.main.main_notebook.append_page(widget, Gtk.Label(label=label))) widget.show() self.main.main_notebook.set_show_tabs(True) class PluginPlugin(StandardPlugin): """This class is used for plugins that plugin to other plugins.""" target_pluggable = None def activate(self, pluggable): # Check whether we are actually intended for this pluggable, # then call do_activate, or remove ourselves from the plugins # list accordingly. if self.target_pluggable in pluggable.targets: # do_activate is where we do our real activation self.do_activate(pluggable) else: # nevermind... we're not for this pluggable pluggable.plugins.remove(self) def do_activate(self, pluggable): pass class RecDisplayModule(UIModule): def __init__(self, recDisplay): self.rd = recDisplay self.rg = self.rd.rg UIModule.__init__(self) class RecEditorModule(UIModule, GObject.GObject, object): __gsignals__ = { "saved": (GObject.SignalFlags.RUN_LAST, None, []), "toggle-edited": (GObject.SignalFlags.RUN_LAST, None, [GObject.TYPE_BOOLEAN]), } def __init__(self, recEditor): GObject.GObject.__init__(self) self.action_groups = [] # a list of ActionGroups to be inserted into the uimanager. self.re = recEditor self.rg = self.re.rg self.current_rec = self.re.current_rec self.setup() self.setup_undo() self.setup_main_interface() __edited = False @property def edited(self): return self.__edited @edited.setter def edited(self, val): self.__edited = val self.emit("toggle-edited", val) def setup_undo(self): self.undoActionGroup = Gtk.ActionGroup(name=f"{self.name}UndoActions") self.undoActionGroup.add_actions( [ ("Undo", Gtk.STOCK_UNDO, None, "Z"), ("Redo", Gtk.STOCK_REDO, None, "Z"), ("Reapply", None, "Reapply", "Y"), ] ) self.action_groups.append(self.undoActionGroup) self.history = Undo.UndoHistoryList( self.undoActionGroup.get_action("Undo"), self.undoActionGroup.get_action("Redo"), self.undoActionGroup.get_action("Reapply") ) self.history.add_action_hook(self.undo_action_callback) def setup(self): pass def setup_main_interface(self): self.main = Gtk.Label(label="%s Interface not yet implemented" % self.label) def save(self, recdict): """Modify recipe dictionary with properties to be saved. Do any modifications to other tables. Return possibly modified recipe dictionary """ self.emit("saved") return recdict def undo_action_callback(self, undo_history, action, typ): # For all actions that go into the undo system, not just UNDO widget = action.widget # prop = self.get_prop_for_widget(widget) prop = (hasattr(widget, "db_prop") and getattr(widget, "db_prop")) or None if prop: # For all changes to simple recipe attributes (Title, # Cuisine, etc.), we look at every change and compare with # the original value. If it has, we delete the change from # our dictionary of changes. If all changes have been set # back to original value, we are no longer "Edited" if hasattr(widget, "get_value"): val = widget.get_value() elif hasattr(widget, "get_text"): val = widget.get_text() elif hasattr(widget, "entry"): val = widget.entry.get_text() elif hasattr(widget, "get_buffer"): val = widget.get_buffer().get_text() elif isinstance(widget, Gtk.ComboBoxText): val = widget.get_active_text() else: raise TypeError("I don't know how to get the value from action %s widget %s" % (action, widget)) # HAVE TO HANDLE CATEGORIES if prop == "category": orig_value = ", ".join(self.rg.rd.get_cats(self.current_rec)) else: orig_value = getattr(self.current_rec, prop) if isinstance(orig_value, str): val = val.strip() orig_value = orig_value.strip() else: if not val: val = 0 if not orig_value: orig_value = 0 if orig_value == val: if prop in self.re.widgets_changed_since_save: del self.re.widgets_changed_since_save[prop] else: self.re.widgets_changed_since_save[prop] = val else: # If we can't compare with original values, we keep a # dictionary of all changes made on a per-widget basis. if not widget: self.re.widgets_changed_since_save["UntrackableChange"] = True else: # We store each change in our dictionary... if the # change has disappeared from the history list, then # we can surmise it has been "undone" if widget in self.re.widgets_changed_since_save: old_change = self.re.widgets_changed_since_save[widget][-1] if old_change.is_undo != action.is_undo and old_change not in undo_history: # If we are the inverse of the old action and # the old action is no longer in history, then # we can assume (safely?) that we have undone # the old action del self.re.widgets_changed_since_save[widget][-1] if not self.re.widgets_changed_since_save[widget]: del self.re.widgets_changed_since_save[widget] else: self.re.widgets_changed_since_save[widget].append(action) else: self.re.widgets_changed_since_save[widget] = [action] if self.re.widgets_changed_since_save: self.edited = True else: self.edited = False def grab_focus(self): """Put focus on appropriate widget for editing.""" pass class IngredientControllerPlugin(StandardPlugin): """Plugins for mucking about with how ingredient information is edited and stored. """ pass class ShoppingListPlugin(UIPlugin): ui_string = "" def __init__(self): UIPlugin.__init__(self) class PrinterPlugin(StandardPlugin): # SimpleWriter class SimpleWriter = None # how good this printer is (0 = use it if nothing else is there, # and up from there) simpleWriterPriority = -2 RecWriter = None # RecWriter class recWriterPriority = -2 pass def activate(self, pluggable): pluggable.register_plugin(self) def deactivate(self, pluggable): pluggable.unregister_plugin(self) class PrefsPlugin(StandardPlugin): """Add a tab to the preferences notebook. Pretty much all of the handling is offloaded to the widget you add. If you want to handle applying using the prefsGui system, you can do it with... self.prefsGui.apply_prefs_dic['prefname']=function where function takes then name and value of the preference as its arguments. """ label = None widget = None def activate(self, pluggable): self.prefsGui = pluggable self.notebook = pluggable.notebook if self.label and self.widget: self.page_no = self.notebook.append_page(self.widget, tab_label=Gtk.Label(label=self.label)) self.widget.show() def deactivate(self, pluggable): self.notebook = None self.prefsGui = None def remove(self): if self.notebook: self.notebook.remove_page(self.page_no) def set_pref(self, name, value): self.prefsGui.set_pref(name, value) gourmand-1.2.0/src/gourmand/plugin_gui.py000066400000000000000000000156131510115424500204510ustar00rootroot00000000000000from typing import Any from xml.sax.saxutils import escape from gi.repository import GObject, Gtk from gourmand.i18n import _ from .gtk_extras import dialog_extras as de from .plugin_loader import DependencyError, MasterLoader class PluginChooser: def __init__(self): self.loader = MasterLoader.instance() self.window = Gtk.Dialog() self.notebook = Gtk.Notebook() for cat, plugins in list(self.categorize_plugins().items()): plugin_view = self.make_treeview(plugins) lab = Gtk.Label(label=cat) lab.show() self.notebook.append_page(plugin_view, lab) plugin_view.show_all() self.add_labels() self.window.vbox.add(self.notebook) self.notebook.show() self.window.add_buttons( # Gtk.STOCK_ABOUT,1, # TODO: find the description of plugins Gtk.STOCK_CLOSE, Gtk.ResponseType.CLOSE, ) self.window.set_default_size(375, 400) self.window.connect("response", self.response_cb) def add_labels(self): head = Gtk.Label() head.set_markup('' + _("Plugins") + "") desc = Gtk.Label() desc.set_markup("" + _("Plugins add extra functionality to Gourmand.") + "") head.set_alignment(0.0, 0.0) desc.set_alignment(0.0, 0.0) self.window.vbox.pack_start(head, expand=False, fill=False, padding=0) self.window.vbox.pack_start(desc, expand=False, fill=False, padding=0) self.window.vbox.set_border_width(12) head.show() desc.show() def categorize_plugins(self): categorized = {} for module_name, plugin_set in list(self.loader.available_plugin_sets.items()): try: cat = plugin_set.category except AttributeError: cat = "Main" if cat not in categorized: categorized[cat] = [] categorized[cat].append((module_name, plugin_set)) return categorized def make_list_store(self, plugin_list) -> Gtk.ListStore: # plugin_list = List[Tuple[str, Union["LegacyPlugin", "Plugin"]]] ls = Gtk.ListStore(bool, GObject.TYPE_PYOBJECT) # plugin activated # plugin and its info for module_name, plugin_set in plugin_list: ls.append((module_name in self.loader.active_plugin_sets, plugin_set)) return ls @staticmethod def plugin_description_formatter(col: Gtk.TreeViewColumn, renderer: Gtk.CellRendererText, mod: Gtk.ListStore, itr: Gtk.TreeIter, data: Any): """Format plugin name and description in the plugin window""" plugin_set = mod[itr][1] renderer.set_property("markup", ("" + escape(plugin_set.name) + "" + '\n' + escape(plugin_set.comment) + "")) def make_treeview(self, plugin_list): tv = Gtk.TreeView() toggle_renderer = Gtk.CellRendererToggle() toggle_renderer.set_property("activatable", True) toggle_renderer.set_property("sensitive", True) toggle_renderer.connect("toggled", self.toggled_cb, tv) active_col = Gtk.TreeViewColumn("Active", toggle_renderer, active=0) text_renderer = Gtk.CellRendererText() text_renderer.set_property("wrap-width", 350) plugin_col = Gtk.TreeViewColumn("Plugin", text_renderer) plugin_col.set_cell_data_func(text_renderer, self.plugin_description_formatter) plugin_col.set_property("expand", True) plugin_col.set_property("min-width", 250) tv.append_column(plugin_col) tv.append_column(active_col) ls = self.make_list_store(plugin_list) tv.set_model(ls) sw = Gtk.ScrolledWindow() sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.NEVER) sw.add(tv) return sw def toggled_cb(self, renderer, path, tv): ls = tv.get_model() plugin_set = ls[path][1] prev_state = ls[path][0] state = not prev_state self.do_change_plugin(plugin_set, state, ls) ls[path][0] = state def do_change_plugin(self, plugin_set, state, ls): try: if state: try: self.loader.check_dependencies(plugin_set) except DependencyError as dep_error: print("Missing dependencies:", dep_error.dependencies) for row in ls: ps = row[1] if ps.module in dep_error.dependencies and not row[0]: print("Activate dependency ", ps.module) self.do_change_plugin(ps, True, ls) row[0] = True self.loader.activate_plugin_set(plugin_set) else: dependers = self.loader.check_if_depended_upon(plugin_set) if dependers: if de.getBoolean( label=_("Plugin is needed for other plugins. Deactivate plugin anyway?"), sublabel=(_("The following plugins require %s:" % plugin_set.name) + "\n" + "\n".join(plugin_set.name for plugin_set in dependers)), custom_yes=_("Deactivate anyway"), custom_no=_("Keep plugin active"), ): self.loader.deactivate_plugin_set(plugin_set) for row in ls: if row[1] in dependers: row[0] = False else: raise Exception("Cancelled") else: self.loader.deactivate_plugin_set(plugin_set) except: details = self.loader.errors.get(plugin_set, "") if "ImportError" in details: modname = details.split()[-1] n = modname.lower() modpossibilities = '"python-%s" ' % n + _("or") + ' "%s"' % n details += ( '\n\nYou may need to install additional python packages for this module to work properly. If you have a package management system on your computer, use it to search for a package containing "%s", such as %s' # noqa: E501 % (modname, modpossibilities) ) if state: de.show_message(message_type=Gtk.MessageType.ERROR, label=_("An error occurred activating plugin."), sublabel=details) else: de.show_message(message_type=Gtk.MessageType.ERROR, label=_("An error occurred deactivating plugin."), sublabel=details) raise def response_cb(self, window, response): if response == Gtk.ResponseType.CLOSE: self.window.hide() def show_plugin_chooser(): pc = PluginChooser() pc.window.show() return pc if __name__ == "__main__": pc = show_plugin_chooser() pc.window.connect("delete-event", Gtk.main_quit) Gtk.main() gourmand-1.2.0/src/gourmand/plugin_loader.py000066400000000000000000000412601510115424500211300ustar00rootroot00000000000000import glob import logging import os.path import sys import traceback from typing import Dict, List from gourmand import gglobals from gourmand.prefs import Prefs from .defaults.defaults import loc from .gdebug import debug if sys.version_info < (3, 10): from importlib_metadata import distribution, entry_points else: from importlib.metadata import distribution, entry_points PRE = 0 POST = 1 try: current_path = os.path.split(os.path.join(os.getcwd(), __file__))[0] except IndexError: current_path = "" class MasterLoader: """This module provides a base class for loading plugins. Everything that is plug-in-able in Gourmand should subclass the plugin loader. Everything that is a plugin needs to provide a python module with a plugins attribute containing the plugin classes that make up the plugin. In addition, we need a .gourmet-plugin configuration file pointing to the module (with the module parameter) and giving the name and comment for the plugin. """ __single = None default_active_plugin_sets = [ # tools "unit_converter", "duplicate_finder", "spellcheck", # import/export "gxml_plugin", "html_plugin", "mastercook_import_plugin", "mealmaster_plugin", "archive_plugin", "pdf_plugin", "plaintext_plugin", "krecipe_plugin", "mycookbook_plugin", "epub_plugin", ] @classmethod def instance(cls): if MasterLoader.__single is None: MasterLoader.__single = MasterLoader() return MasterLoader.__single def __init__(self): # TODO!!! Discover plugins using namespace packages(?) # If gourmand is running as a built (i.e., non-source) distribution, # this is probably not going to work with bundled plugins. self.plugin_directories = [ # user plug-ins gglobals.gourmanddir / "plugins", # bundled plugins os.path.join(current_path, "plugins"), os.path.join(current_path, "plugins", "import_export"), ] self.errors = dict() self.pluggables_by_class: Dict = dict() self.active_plugin_sets: List[str] = [] self.available_plugin_sets: Dict[str, LegacyPlugin] = self.load_legacy_plugins(self.plugin_directories) self.available_plugin_sets.update(self.load_plugins_from_namespace()) self.load_active_plugins() @staticmethod def load_legacy_plugins(directories: List[str]) -> Dict[str, object]: """Look through plugin directories for legacy gourmet-plugins.""" ret: Dict[str, object] = {} for d in directories: debug("Loading plugins from %s" % os.path.realpath(d), 1) plugins = glob.glob(os.path.join(d, "*.gourmet-plugin")) for ppath in plugins: debug("Found %s" % ppath, 1) plugin_set = LegacyPlugin(ppath) if plugin_set.module in ret.keys(): print("Ignoring duplicate plugin ", plugin_set.module, "found in ", ppath) else: ret[plugin_set.module] = plugin_set return ret @staticmethod def load_plugins_from_namespace() -> Dict[str, object]: """Look for plugins in the gourmand.plugins namespace.""" debug("Loading plugins from namespace", 1) exporters = list(entry_points(group="gourmand.plugins.exporters")) # file_importers = list(entry_points(group='gourmand.plugins.fileimporters')) # web_importers = list(entry_points(group='gourmand.plugins.webimporters')) ret: Dict[str, object] = {} for entrypoint in exporters: try: # Validate and load. # https://importlib-metadata.readthedocs.io/en/latest/migration.html#pkg-resources-iter-entry-points _ = entrypoint.name plugin = entrypoint.load() except BaseException as e: # ModuleNotFoundError, ImportError, etc. print(f"Could not load plugin {entrypoint}: {e}") else: ret[entrypoint.name] = Plugin(plugin) return ret def load_active_plugins(self): """Enable plugins that were previously saved to the preferences""" prefs = Prefs.instance() self.active_plugin_sets = prefs.get("plugins", list(self.default_active_plugin_sets)) self.active_plugins = [] self.instantiated_plugins = {} for p in self.active_plugin_sets: if p in self.available_plugin_sets: try: self.active_plugins.extend(self.available_plugin_sets[p].plugins) except Exception: print("WARNING: Failed to load plugin %s" % p) self.errors[p] = traceback.format_exc() logging.exception("") else: print("Plugin ", p, "not found") def save_active_plugins(self): prefs = Prefs.instance() prefs["plugins"] = self.active_plugin_sets prefs.save() def check_dependencies(self, plugin_set): if plugin_set.dependencies: missing = [] depends = plugin_set.dependencies or [] for dep in depends: if dep not in self.active_plugin_sets: missing.append(dep) if missing: raise DependencyError(plugin_set, missing) def check_if_depended_upon(self, plugin_set): """Return a list of active plugin set objects that depend on plugin_set. """ depending_on_me = [] for module in self.active_plugin_sets: if module in self.available_plugin_sets: ps = self.available_plugin_sets[module] if ps.dependencies: try: if plugin_set.module in ps.dependencies: depending_on_me.append(ps) except: print("Problem checking dependencies of ", ps, ps.Dependencies) raise return depending_on_me def activate_plugin_set(self, plugin_set: "LegacyPlugin"): """Activate a set of plugins.""" if plugin_set.module in self.active_plugin_sets: return self.check_dependencies(plugin_set) # plugin_set.get_module() returns None if there's been a # problem -- we want to raise that problem now. if plugin_set.get_module() is None: e = plugin_set.error self.errors[plugin_set] = f"{type(e).__name__}: {e}" raise e self.active_plugin_sets.append(plugin_set.module) self.active_plugins.extend(plugin_set.plugins) for plugin in plugin_set.plugins: for klass in list(self.pluggables_by_class.keys()): if issubclass(plugin, klass): for pluggable in self.pluggables_by_class[klass]: pluggable.plugin_plugin(self.get_instantiated_plugin(plugin)) def deactivate_plugin_set(self, plugin_set: "LegacyPlugin"): # Deactivate any plugin sets that depend upon us... for ps in self.check_if_depended_upon(plugin_set): self.deactivate_plugin_set(ps) if plugin_set.module in self.active_plugin_sets: self.active_plugin_sets.remove(plugin_set.module) else: print("Odd", plugin_set.module, "is not listed as active.") if plugin_set.get_module(): for plugin in plugin_set.plugins: for klass in list(self.pluggables_by_class.keys()): if issubclass(plugin, klass): for pluggable in self.pluggables_by_class[klass]: plugin().deactivate(pluggable) if plugin in self.instantiated_plugins: self.instantiated_plugins[plugin].remove() self.active_plugins.remove(plugin) def get_instantiated_plugin(self, plugin): if plugin in self.instantiated_plugins: return self.instantiated_plugins[plugin] else: debug("Instantiate %s from %s" % (plugin, plugin.__module__), 1) self.instantiated_plugins[plugin] = plugin() return self.instantiated_plugins[plugin] def register_pluggable(self, pluggable, klass): if klass not in self.pluggables_by_class: self.pluggables_by_class[klass] = [] self.pluggables_by_class[klass].append(pluggable) for p in self.active_plugins: if issubclass(p, klass): try: plugin_instance = self.get_instantiated_plugin(p) except Exception: print("WARNING: Failed to instantiate plugin %s of type %s" % (p, klass)) self.errors[p] = traceback.format_exc() traceback.print_exc() else: pluggable.plugin_plugin(plugin_instance) def unregister_pluggable(self, pluggable, klass): self.pluggables_by_class[klass].remove(pluggable) class Plugin: """Load a plugin from the gourmand-plugins namespace.""" def __init__(self, plugin_class: type): self.props = dict.fromkeys(["Name", "Comment", "Authors", "Version", "API_Version", "Website", "Copyright", "Dependencies"]) self._loaded = plugin_class self.name = plugin_class.__name__ self.comment = self._loaded.__doc__.split("\n")[0] self.authors = plugin_class.AUTHOR self.api_version = 2.0 self.copyright = plugin_class.COPYRIGHT self.website = plugin_class.WEBSITE dist = distribution(self.name) self.version = dist.version # TODO: Evaluate if we really need this code. Ideally, the package # already takes care of it automatically without us having to # do more complex requirement parsing and marker evaluation. # The following is a backward compatibility hack: pip took care to # install the plugin and its dependencies. # Moreover, Gtk bindings are packaged as pygobject but installed as gi. # We have it anyway. # self.dependencies = [r.name for r in attrs.requires()] # self.dependencies.remove("pygobject") self.dependencies = [] self.module = plugin_class.__module__ self.plugins = [plugin_class] def get_module(self): return self._loaded class LegacyPlugin: """A lazy-loading set of plugins. This class encapsulates what to the end-user is a plugin. From our perspective, plugins can really be a bundle of plugins -- for example, your plugin might require a DatabasePlugin, a RecCardDisplayPlugin and a MainPlugin to function. """ _loaded = None def __init__(self, plugin_info_path: str): with open(plugin_info_path, "r") as fin: self.load_plugin_file_data(fin) self.curdir, plugin_info_file = os.path.split(plugin_info_path) self.plugin_modules_dir = os.path.join(os.path.dirname(__file__), "plugins") self.import_export_modules_dir = os.path.join(self.plugin_modules_dir, "import_export") self.module = self.props["Module"] def get_module(self): if self._loaded is not None: return self._loaded else: if self.curdir not in sys.path: sys.path.append(self.curdir) if self.plugin_modules_dir not in sys.path: sys.path.append(self.plugin_modules_dir) if self.import_export_modules_dir not in sys.path: sys.path.append(self.import_export_modules_dir) try: self._loaded = __import__(self.module) except ImportError as ie: print("WARNING: Plugin module import failed") print("PATH:", sys.path) traceback.print_exc() self.error = ie return None else: return self._loaded def __getattr__(self, attr): if attr == "plugins": return self.get_plugins() elif attr in self.props: return self.props[attr] elif attr.capitalize() in self.props: return self.props[attr.capitalize()] raise AttributeError def get_plugins(self): return self.get_module().plugins def load_plugin_file_data(self, plugin_info_file): # This should really use GKeyFile but there are no python # bindings that I can find atm. One possibility would be to # use this: # http://svn.async.com.br/cgi-bin/viewvc.cgi/kiwi/trunk/kiwi/desktopparser.py?revision=7336&view=markup self.props = dict.fromkeys(["Name", "Comment", "Authors", "Version", "API_Version", "Website", "Copyright", "Dependencies"]) for line in plugin_info_file.readlines(): if "[Gourmet Plugin]" in line: pass elif line.find("=") > 0: key, val = line.split("=") key = key.strip() val = val.strip() key = key.strip("_") if (loc is not None) and ("[" in key): key, locale = key.strip("]").split("[") if locale == loc: self.props[key] = val elif locale[:2] == loc[:2]: self.props[key] = val else: self.props[key] = val else: print("Ignoring line", line) if self.dependencies: self.props["Dependencies"] = [d.strip() for d in self.dependencies.split(",")] class Pluggable: """A plugin-able class.""" def __init__(self, plugin_klasses): """plugin_klasses is the list class of which each of our plugins should be a sub-class. A pluggable can take multiple types of sub-classes if it likes. """ # print 'Pluggable.__init__([',plugin_klasses,'])' self.pre_hooks = {} # stores hooks to be run before methods by # method name self.post_hooks = {} # stores hooks to be run after methods by # method name self.loader = MasterLoader.instance() self.klasses = plugin_klasses self.plugins = [] for klass in self.klasses: # print 'register self ',self,'as pluggable for ',klass self.loader.register_pluggable(self, klass) def plugin_plugin(self, plugin_instance): try: self.plugins.append(plugin_instance) plugin_instance.activate(self) except Exception: print("WARNING: PLUGIN FAILED TO LOAD", plugin_instance) traceback.print_exc() def destroy(self): self.loader.unregister_pluggable(self, self.klass) for pi in self.plugins: pi.deactivate(self) def run_pre_hook(self, fname, *args, **kwargs): for hook in self.pre_hooks.get(fname, []): try: new_args, new_kwargs = hook(self, *args, **kwargs) assert isinstance(args, tuple) assert isinstance(kwargs, dict) except Exception: print("WARNING", hook, "did not return args,kwargs") else: args, kwargs = new_args, new_kwargs return args, kwargs def run_post_hook(self, fname, retval, *args, **kwargs): for hook in self.post_hooks.get(fname, []): retval = hook(retval, self, *args, **kwargs) return retval def add_hook(self, type, name, hook): if type == PRE: hookdic = self.pre_hooks else: hookdic = self.post_hooks if name not in hookdic: hookdic[name] = [] hookdic[name].append(hook) def remove_hook(self, type, name, hook): if type == PRE: hookdic = self.pre_hooks else: hookdic = self.post_hooks hookdic.pop(name, None) def get_plugin_by_module(self, module): for p in self.plugins: if p.__module__ == module: return p class DependencyError(Exception): def __init__(self, pluginset, missing_dependencies): self.plugin_set = pluginset self.dependencies = missing_dependencies print(self.plugin_set, "requires but did not find", self.dependencies) def __repr__(self): return "" not in path: self.build_first_level_model(path) else: self.build_recipe_model(path, val) def build_base_model(self): m = self.models["base"] = self.new_model() self.set_model(m) for item in DEFAULT_ATTR_ORDER: if item in ["title", "link", "yields"]: continue pb = self.get_base_icon(item) m.append((item, (REC_ATTR_DIC[item]), pb, None)) def get_base_icon(self, item): return attr_to_icon.get(item, attr_to_icon["category"]) def get_pixbuf(self, attr: str, val: str) -> GdkPixbuf.Pixbuf: if attr == "category": tbl = self.rd.recipe_table.join(self.rd.categories_table) col = self.rd.categories_table.c.category if hasattr(self, "category_images"): stment = and_( col == val, self.rd.recipe_table.c.image is not None, self.rd.recipe_table.c.image != bytes(), not_(self.rd.recipe_table.c.title.in_(self.category_images)), ) else: stment = and_(col == val, self.rd.recipe_table.c.image is not None, self.rd.recipe_table.c.image != bytes()) result = tbl.select(stment, limit=1).execute().fetchone() if not hasattr(self, "category_images"): self.category_images = [] if result: self.category_images.append(result.title) elif attr == "rating": return star_generator.get_pixbuf(val) elif attr in ["preptime", "cooktime"]: return get_time_slice(val) else: tbl = self.rd.recipe_table col = getattr(self.rd.recipe_table.c, attr) stment = and_(col == val, self.rd.recipe_table.c.image is not None, self.rd.recipe_table.c.image != bytes()) result = tbl.select(stment, limit=1).execute().fetchone() if result and result.thumb: return scale_pb(bytes_to_pixbuf(result.image)) else: return self.get_base_icon(attr) or self.get_base_icon("category") def convert_val(self, attr, val) -> str: if attr in ["preptime", "cooktime"]: if val: return convert.seconds_to_timestring(int(val)) else: return "None" elif attr == "rating": if not val: return _("Unrated") else: val = int(val) txt = str(val // 2) if val % 2: txt += " 1/2" txt += " " + _("Stars") return txt else: return str(val) def build_first_level_model(self, attribute): m = self.models[attribute] = self.new_model() if attribute == "category": for n, val in self.rd.fetch_count(self.rd.categories_table, "category"): # FIXME: known bug here -- this includes deleted recs in the count to_add = (f"{attribute}>{val}", f"{val} ({n})", self.get_pixbuf(attribute, val), val) m.append(to_add) else: for n, val in self.rd.fetch_count(self.rd.recipe_table, attribute, deleted=False): if n == 0: continue to_add = (f"{attribute}>{val}", f"{self.convert_val(attribute, val)} ({n})", self.get_pixbuf(attribute, val), val) m.append(to_add) def build_recipe_model(self, path, val): m = self.models[path] = self.new_model() searches = [{"column": "deleted", "operator": "=", "search": False}] path = path.split(">") while path: _ = path.pop() attr = path.pop() if val is None: searches.append({"column": attr, "search": val, "operator": "="}) else: searches.append({"column": attr, "search": val}) for recipe in self.rd.search_recipes(searches, sort_by=[("title", 1)]): pb = get_recipe_image(recipe) m.append((str(recipe.id), recipe.title, pb, None)) def set_path(self, path): self.path = ["base"] for level in path.split(">"): self.path.append(level) self.switch_model(path) def item_activated_cb(self, iv, path): row = self.get_model()[path] step = row[0] val = row[3] try: rid = int(step) except ValueError: self.switch_model(step, val) self.path.append(step) self.emit("path-selected", step) else: self.emit("recipe-selected", rid) def get_selected_recipes(self): paths = self.get_selected_items() model = self.get_model() recipes = [int(model[p][0]) for p in paths] def just_recs_filter(item): try: int(item) except ValueError: return False else: return True recipes = list(filter(just_recs_filter, recipes)) return [r for r in self.rd.recipe_table.select(self.rd.recipe_table.c.id.in_(recipes)).execute()] def reset_model(self): self.models = {} self.switch_model(self.path[-1]) def back(self): if len(self.path) > 1: self.ahead = self.path.pop() self.switch_model(self.path[-1]) class RecipeBrowser(Gtk.VBox): def __init__(self, rd): Gtk.VBox.__init__(self) self.view = RecipeBrowserView(rd) self.buttons = [] self.button_bar = Gtk.HBox() self.button_bar.set_spacing(6) self.pack_start(self.button_bar, False, False, 0) sw = Gtk.ScrolledWindow() sw.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) sw.add(self.view) self.pack_start(sw, True, True, 0) home_button = Gtk.Button(stock=Gtk.STOCK_HOME) self.button_bar.pack_start(home_button, False, False, 0) home_button.connect("clicked", self.home) home_button.show() self.view.connect("path-selected", self.path_selected_cb) self.view.show() sw.show() def home(self, *args): self.view.set_path("base") def path_selected_cb(self, view, path): self.button_bar.show() for b in self.buttons: self.button_bar.remove(b) self.buttons = [] so_far = "" for step in path.split(">"): self.append_button(so_far + step) so_far += step + ">" def append_button(self, path): if ">" in path: attribute, value = path.split(">") txt = self.view.convert_val(attribute, value) else: txt = path self.buttons.append(Gtk.Button(REC_ATTR_DIC.get(txt, txt))) self.buttons[-1].connect("clicked", lambda *args: self.view.set_path(path)) self.button_bar.pack_start(self.buttons[-1], False, False, 0) self.buttons[-1].show() def try_out(): import gourmand.recipeManager rb = RecipeBrowser(gourmand.recipeManager.get_recipe_manager()) vb = Gtk.VBox() vb.pack_start(rb, True, True, 0) rb.show() w = Gtk.Window() w.add(vb) w.show() vb.show() w.set_size_request(800, 500) w.connect("delete-event", Gtk.main_quit) Gtk.main() if __name__ == "__main__": try_out() gourmand-1.2.0/src/gourmand/plugins/browse_recipes/icon_helpers.py000066400000000000000000000152141510115424500254520ustar00rootroot00000000000000import os.path from gi.repository import GdkPixbuf, Gtk from PIL import Image, ImageDraw from gourmand.gtk_extras.ratingWidget import star_generator from gourmand.image_utils import bytes_to_pixbuf, image_to_pixbuf curdir = os.path.split(__file__)[0] ICON_SIZE = 126 PREP = 1 COOK = 2 def scale_pb(pb, do_grow=True): w = pb.get_width() h = pb.get_height() if not do_grow and (w < ICON_SIZE or h < ICON_SIZE): if w < h: target = w else: target = h else: target = ICON_SIZE if w > h: target_w = target target_h = int(target * (float(h) / w)) else: target_h = target target_w = int(target * (float(w) / h)) return pb.scale_simple(target_w, target_h, GdkPixbuf.InterpType.BILINEAR) generic_recipe_image = scale_pb(GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "generic_recipe.png"))) preptime_image = GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "preptime.png")) preptime_empty_image = GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "preptime_empty_clock.png")) cooktime_image = GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "cooktime.png")) cooktime_empty_image = GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "cooktime_empty_clock.png")) cuisine_image = scale_pb(GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "cuisine.png"))) rating_image = scale_pb(GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "rating.png"))) source_image = scale_pb(GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "source.png"))) category_image = scale_pb(GdkPixbuf.Pixbuf.new_from_file(os.path.join(curdir, "images", "generic_category.png"))) attr_to_icon = { "category": category_image, "source": source_image, "rating": rating_image, "cuisine": cuisine_image, "cooktime": scale_pb(cooktime_image), "preptime": scale_pb(preptime_image), } def get_recipe_image(rec): if rec.image: pb = scale_pb(bytes_to_pixbuf(rec.image)) else: pb = generic_recipe_image.copy() big_side = (pb.get_property("height") > pb.get_property("width") and pb.get_property("height")) or pb.get_property("width") if rec.rating: # sg = get_star_generator() sg = star_generator ratingPB = sg.get_pixbuf(rec.rating) h = pb.get_height() - ratingPB.get_height() - 5 w = pb.get_width() - ratingPB.get_width() - 5 if h < 0: h = 0 if w < 0: w = 0 if ratingPB.get_property("width") > pb.get_property("width"): SCALE = float(pb.get_property("width")) / ratingPB.get_property("width") else: SCALE = 1 ratingPB.composite( pb, w, # dest_x h, # dest_y int(ratingPB.get_width() * SCALE), # dest_width, int(ratingPB.get_height() * SCALE), # dest_height w, # offset_x, h, # offset_y SCALE, SCALE, # scale_x,scale_y GdkPixbuf.InterpType.BILINEAR, 255, # overall_alpha ) if rec.preptime: # prepPB = get_time_slice(rec.preptime) prepPB = make_preptime_icon(rec.preptime) prepPB = prepPB.scale_simple(int(big_side * 0.4), int(big_side * 0.4), GdkPixbuf.InterpType.BILINEAR) prepPB.composite( pb, pb.get_property("width") / 2 + 5, 5, prepPB.get_property("width"), prepPB.get_property("height"), pb.get_property("width") / 2 + 5, 5, 1, 1, GdkPixbuf.InterpType.BILINEAR, 127, # alpha ) if rec.cooktime: cookPB = make_cooktime_icon(rec.cooktime) cookPB = cookPB.scale_simple(int(big_side * 0.4), int(big_side * 0.4), GdkPixbuf.InterpType.BILINEAR) cookPB.composite( pb, pb.get_property("width") / 2 + 5, pb.get_property("height") / 2, cookPB.get_property("width"), cookPB.get_property("height"), pb.get_property("width") / 2 + 5, pb.get_property("height") / 2, 1, 1, GdkPixbuf.InterpType.BILINEAR, 188, # alpha ) return pb class PiePixbufGenerator: """Generate Pie-chart style pixbufs representing circles""" def __init__(self): self.slices = {} def get_image(self, angle, color): angle = int(angle) if (angle, color) in self.slices: return self.slices[(angle, color)] img = Image.new("RGBA", (ICON_SIZE, ICON_SIZE), 255) # background d = ImageDraw.Draw(img) d.pieslice((10, 10, ICON_SIZE - 10, ICON_SIZE - 10), -90, -90 + angle, color) self.slices[(angle, color)] = image_to_pixbuf(img) return self.slices[(angle, color)] def get_time_image(self, time_in_seconds): if time_in_seconds <= 60: return self.get_image((time_in_seconds / 60.0) * 360, "pink") # seconds (sweep hand) elif time_in_seconds <= 60 * 60: return self.get_image((time_in_seconds / float(60 * 60)) * 360, "red") # minutes (minute hand) elif time_in_seconds <= 60 * 60 * 60 * 12: # hours (12 hours) return self.get_image((time_in_seconds / float(60 * 60 * 12) * 360), "blue") else: return self.get_image(359, "blue") pie_generator = PiePixbufGenerator() make_pie_slice = pie_generator.get_image get_time_slice = pie_generator.get_time_image def make_preptime_icon(preptime): return make_time_icon(preptime, mode=PREP) def make_cooktime_icon(cooktime): return make_time_icon(cooktime, mode=COOK) def make_time_icon(time, mode): LEFT_CORNER = (31, 103) W, H = 65, 65 if mode == PREP: icon_image = preptime_empty_image.copy() elif mode == COOK: icon_image = cooktime_empty_image.copy() slice_pb = get_time_slice(time) SCALE_X = W / float(slice_pb.get_property("width")) SCALE_Y = H / float(slice_pb.get_property("height")) args = (icon_image, LEFT_CORNER[0], LEFT_CORNER[1], W, H, LEFT_CORNER[0], LEFT_CORNER[1], SCALE_X, SCALE_Y, GdkPixbuf.InterpType.BILINEAR, 255) slice_pb.composite(*args) return icon_image if __name__ == "__main__": t = 60 * 60 * 6 hb = Gtk.HBox() pb = make_preptime_icon(t) w = Gtk.Window() i = Gtk.Image() i.set_from_pixbuf(pb) hb.pack_start(i, True, True, 0) pb2 = get_time_slice(t) i2 = Gtk.Image() i2.set_from_pixbuf(pb2) hb.pack_start(i2, True, True, 0) w.add(hb) w.show_all() w.connect("delete-event", lambda *args: Gtk.main_quit()) Gtk.main() gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/000077500000000000000000000000001510115424500236705ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/__init__.py000066400000000000000000000000001510115424500257670ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/cooktime.png000066400000000000000000000673271510115424500262270ustar00rootroot00000000000000PNG  IHDRXgAMA abKGD pHYsgRtIME !tEXtCommentCreated with GIMPW IDATxy]E>T:]z DQ 6*(Y~̌~%ゎˈ"*M6E`QBdX$lrV:Uӷog퐮|ΧӷrnUczL1=czL3*.RWW/RBJ !8B@?F 1^5RJiE1B`Y(, e1J)f6uƍA85A Ca8E8HB$I$IZ,~:w!Du.Tz|{"0JcmeX,m;m^Wӻ* ֿ,$A}A}a$I*HQ!c$Ire~o9 nV}!op3h/HEdƉls!41qy<σ8 6}y/ay4L[F."" }ydZ@&97j}#jM?<$AAׇZ@(pqX`3>LF ^u]Xg`}n{1{ [eerٳϠ^`Sı>%A`8-UR͘eTCPhr &54q7cl\ d}PQYvc3w̫>GWqb2-_k:B݈D^GWO/Ν~-vco2%d`Eudm#CqXȜRalETaaٰmبymIEh[̠a2ulahPJ}u%@MHDi)#IBRnw>CK~'xqa.#wrٜf" jv(SD],.&f`wֶ(R2BnG{]<1{!I# T*_2֭[8 !D f ٮ .b0 Hpk0o=ϘWSBQ*4;Lc!c65C_I cU|o7Id'=EsS(1M|lZc0f,2.#Z;c8xaxg L2CWO/}vW*`.CĐ8o^{Mu"r޳Bbq:!4&x(pj&&4 ?<3 by֊}.ԩ}6 2 c׆+v^XՑ 5S%E\nu10TLf$ɥL1cFÛԯ7{5s,UyHm$(8V/`$ HZ57*@mne Zoz!&:[W;Nl]n&jI ӌo۶8OR2ԪC2ՁbQmHfɎ?8FV=CEFg ǎ]}hn@8e{-[ "ABzj[Tj/H)R,T^Уc$IbH򸑑 ]R(P"9sv-~XI\ƪ222S0B)b*8H,SmP(h`ҥ裏;ŊN>d|_{IYj%OP.w: !Tk[Y@F lPH@(H('\Juᬳ/ B#9mZ /En掄L fQf3&4*C$N9.$EjpH0Nr^Yo BB1>YzMm;4DZ}݇+t)9H   Q,B$L7*[W@ h)zr2;%200`X4ܛ$ɨ煉2Ƕ {0ith`ƍ}!KQk3[UMz]QQZR Xx߰ffNH)wlFfR5Z+زܷc:Ym5 M7aPȩ4pC !NJ$Q ,Il\۞diX_evQΝah-@Y1q>TLz٬ifɷVVZ@JRIMb3i\zp]h 3jslzl;駟-2*O.ҿg̶mD~{BP(4jF n_ܔBd)XvQM^x!̙2JSQHx㍸{Q[c25iVJ% m0jR/5c;m7SLnVç00/T(JFhK t26񠔚Rl NWHe.!m_[;VmK#XCufӥg<ڦ?7[S?=ШU6dl^yzXe>:dd̒Q]=E )Np$I>([?9, N oh*ֹHnAkg=W 1m2oAjYR[-45? \ IpE  J-XV7mY=Qak4$"L Ko䬟cN~XȈ ku,FS[Yl(^LBkj6`Zab[b3qDjT*Rq;Ҷ48CZc}ug4X5 ٹӍhT c߆"Ә:G0IL='zV1P(FiQMnez<>>ްm&iO~q<ʬZr?[]ikgZu(eYK׳T"+Il;mM2vSwdB/1-y J$E x D"83C&٤$I /xժAvuu%8Lvg6ӣ1t0k4 #b>,N=TYel{pVlh-lI=rM?)=L&S^=d%1ZJ1a6%=Eo|x/Of6z$Xz5>O(P(P(L /GR1+}I஻ߎZf>j:foťuʮ:ZNL[k V!86q뭷SOJ%ahC/hv .4"#:hŊ{L= {7*zQN~Q1m0| &+YNzFT?B($9!7'+\,.AcŪU̦p%}oٳf!dtIa X"9I8ӁE۶ݯX,hP(F$!h\.#I ۶qb(2mp { nSlK.E$wLD(Duam{/!^h4ZuhrOa̙x[ߊG?jpl Zqkmo{FFFKdPJ)˗|;QT0pw[~R'x'|1t|7@$!!87Bōl!\tk0o<kÁµ=7o_P `` (W+ ju$ɦ6YZ$9 (R ":iH[UQb?P AШn 45yXGH8Yb=QRb839R 'x"vm73B*}1<<0 ɯźb <3X`|AT*$rE5=!ᄏ3.1 kԈ!8>,(AOO,Y34K!!Rm[HfEAϏFF6d&& "RJZAi: cDE~쪼PZk{?(iXhJ97]WTe]ftA--sc]]]?>(8 pf6Mp]{zzzP(1|c jsDQvp9MQ(_SfȈ1|78c x? !!܌%ǽ4h>Y/#Ibq( 7hEAKgv]$XV \e1LޝXT;ot݂%Is;)@a6?w׿%1q7o~XB$fΜE?FZ7MspW\.cxhwڄ[o!.zdXCE`ᤓށOSWh$e꨹{nGp]]"* ,BOO>D:Qʴm_%RXB˜0) \%/恦 icBvVM5R Bģ>E{51 >wq'>c> zr٘(ڴgy&;< .-˨jsE]JU Cm>ؖ uuuVlj |fNTFaW:8pjG2*Iw.% $KB`Nsmf WE cUV30G0p.].3uEp0lm\TZI}} nBWWؖ$xeKU?k֬XYRB < V\̞=G}4z{{ڈڬ 墊#Ƿ܎W@woڕ_օUW:h(ǰQ IDATazoZJ֓;LfJ]TzE {30uv4.*##Qxihh utTmdMjHjpg!jh R @^lf?+T:lavP7@;$kkͳ{0[5nm6[@4ʡo/@v_lJG@H;:"? km0AXc8ggPNr *qBuQStc"V'y\FRʦaދ]w56C@O{m8&aYf͜׽uM: g "r(ik:J-,hIiC,ȾW'5!$C"eӈ$ ^(e"MeY-,N=v>QƲ, q{ZR̳DHh,˄. Xk5OfOҲ"T,9K2P@ZH)9GXLׄB<1IfS(մSYP[dZK%YgYaӚ6簓cÄ6P4_TLt;"lذvYC G\L|K.)S٪.CR$ ̢L9)U~hhM'HEkfs~Kuh́ypr S iBJٶGZ#*`HX,i0ē;6J mjs;k"I$qH$1G QXY%@AWq6& 2+weGo4HV"C'P9n6Hp6tI6yOyq8sRZ^\Z'6PFW̝;bN|A|ϠVAJ S("M MyVi2|E@6IOS">I (5*ېF;; ěΩ(qM1cf̘aLŋ/(z{{} g}6Y39GWW 4{(t~K?׾5K Ї@?j 42,Hk@soW ]:E}^$Sې̳m%FÜb7|3.袖 -0.bDQFhEqru]#> DYW\zeh>>pAi<4uj 8)eft5'[ZugNFhRټ~ 7\yXxic1uڹWC 4>}T\fZa@g>"H87cH}\pJmDXMT<6/hE(dp{ vvSOo ,uP)J/_9/jj$*j Yq#ö-|7iqa ^Roe}icZYXG3a1 QAP"2l]|nuPDJ ,U$% H~CmSy* ۲eLڅ滊)IB;b@A fg(g9gH鶱vZ.T*ùcD%ZGӉNНt!8SQp=bfB) " J1FaJs4]]=fa ZCSʶD0GA oq ǶFڧe(ʥf͚r1FFFF%N_c,ٲNMFƁoͦAdyxghvCŽދx6Xt)~_ j1~__@V7G kOw# }twA ~ű>wx;Zs?tuug?K!W -! "RI8)@z/Yi"Xyq|fI=>Zl^۶qCǏ~#M'|KU,ഓO… a 2nsf?=<  ̝sw]t6l؀$fQ̞= _ʗpЫ#wuwK"瞋}˰ض .T 5M2+ضΩc=Œg4@\DQ( 2ED xaŷ Gy$>x0|ؔ?w,_=~aΝ Yp, $fL]ʦ(It喂;f<kP cd=.^)Nz'޸~Ql(mP&Z#u!U *-p`%4jUxBE"@PT1,J{ᣋ..]EQ:q!ePJQTP*:hIAq)1]#»:IXSPm+b JUhRj뀥G0h˲|&ɦw.^AYvVG {&γoN죝ýyʼn&VT `AbC]1*3eYXd+JlMx'zj&- lzd3K)!(HPp Qߌ'eDQb iN꽡@DΛ^E()Hvӵ&B%i^zjEkǀ C>:l`17" }ȟ zSBWeDt f'0IJ%sʄaV9WF*4MгeWimo7%B9MdL@ژ`k6#9N)ʻŋ;SO=!* sv6ȐB4L'5~MFgIa3 f(kh]eY(7jv<, Ei*":?iddBaR+ U׎b2?Yrq'QjXIh`ƌZ qc׿u C:~.$}UPbp]Ea6/y7m8h4d}QK7>G.tX:L]=H&)6H3+o4HluHEK%tM򗿌?-~N 9`18ꨣpQ WZB~C%q<x{@wWFx?8^|E J H!Ҟ.G\###׾_v)[ LyَhG@tk clK3^ڏ|#x|QHf_f܂ "̝~ͫqgO4~K7 b4 \Ntf_/\7.8xGq-cL_7O2.& e[x10&c]VCto:1܎d7?`-=8Xp!~`d,'Nm^x!+U%UT Q\DQlIQRpXV3{8wBq]pZ<Ex 'Oil騆z2,wޅM,!̞5#3s֬y(0lH׮?Jՠu0#R} aᱼvP!D(@1!U}1#6`S d̢`_† 044N; k֬7OQ)E`3oC܏c~#bvJdɒ 'h``=瞻~_oHWPtz+Vo|C\<| "GstԲ 8x^| | saZ0 ;'օ7[`n,JXET%HQh4j׫48ZZb>.ßg$ى){vupނS/~k›|GJ?=0^^?V7 )JaAT*5$8pQG:(z.>q՗9gK*lǗ< |-džQ>cHY1i N@ZzFAi;.DI GaoѨШ>(OT_ic?я%O \-K5m fm׿BED^=BpϞXx=9 P1OtÏ Z"S:×Ttcx;<1,)'o|xC¬ezZK/+\"6Xt;FƊPDK$IZ,A ky4W7P*E [?z܍d då.t,\Aq= ^g?|.jh4$AǼH|cË.DjF%Qa{pQ pGWuu$Zd H'0XpN u ($LN;W*bCJ/Wi F1e" |N?t2VJ)D8\\p 8l@?Z;JW%jP}GyxB G9pju'p}کX|ǝִF-/ŕW^FBtKh;JRFOi1DIz՝p % h|1JnJ:&HYa(R jgk}1|%. ӮHyXLg%ڰ"E"Er\Kq'कt$bK ?Ed[`dsӣOe{[G]SnBo2FJiػ5O~r6m)TP fÍ78%+Vé>ܔ|afjA$ Nv,YެAɢBfAb2MSs^18,\xV^vfv?~_'KJ]-#S]uK)7BX.nDoj!fx/^i5'V9$k:MK/g9m,CG y8@ D)X"Emxj){,mh|쀴Ycx駰`i)'ֹM!5H# ZJhօ+r>D1oilY_n>ߋ'zQ-xM'vMj% @_p*45~io$ذaPo-&n;鱃$r*ҋQgʹUVa +5 >!J]3> /GHQeboGGM[4VW3y?dZ@2hf{v, \)6Yzvǜs,^Y"ʥr\yGHд5k㥗^Ɗ+LiΠA֮_uXa☣\.Uz=XxԭK(J|+ox6Ass1d'S Hz]K3y睊0dptuuw-{?ի(T{ :1Yf!"UY3frq ' n5H/5d:=lhTutyU\~!@BQpQ$\ K7RܾnSvqqo}w݆7޹zUV8[|RBwȓG})(6̜x\2E f:<9P*"* ESR@ BYz`%.3D%!Ϥ4HvlƉ\5"r-l*iqN:$.(K 0l$===P⧂褱kgFfalBqy×,R `HRRpUW-oj*zlI,+m[Ͷl=^kE>vXRXYxER6QJT}{.cahїe*ipppA4-BQ w[i\+"_ j~8٪H}ʥR:s*ny`R&m,JM& ijMPVO)B$;:5{;EeY>UB`)9,Fqᇁ1 ,^qgAWWi!㜃9/FƘ5B̚wYHwK# R>G 8CM-)a&h۶!}euuG]RV/622uCP@8[j^YK.ņ $K2<i)}x6穐oLvpd7h.}QT%)Ub977aTJ%jT2 IDAT&V#i>TZMe뺰m[q x ` v:COIخb٠X ~J.!v"E7J'AX'L,bP = p.A)mP. F6u?m=tѤ Syxi+F^GTB=3gDTBReWpe^_Zbhc(=1 XƍݍJf6/-c/lQM;' @TE-$BUknbw!BHXfc1Mtms6 f㠿/Y#$X8D tÚU"$Q,9j(f qF>et/( #F9(B%0{L QVP$lA&Vj ֳ&1 MG( DQң$9:X(K5ЬbmͱA0EXh0U(EJSL(2UH$IaLh!wz .;I[ dd2˩Ac!9("F@]a|[]Ps'BFk4-C4!bDvMF,xvrJ9W ח 4M:KԧHS%C4  5ww#DÕOwZ7J꽴n@RUv{zvRH $(xN[Zh)A8O9DQ$]ۢ`ɶ`٦‘"&pD>-4| vb@JX^9WCK8Aߋ;#uL餅c]A ~c=]8 ,9 eԫUpʜq?Ow2u> CV&%'s2Nϻ Wl'uP e(E;08Lڃ'+aMna̞tFb)Qn%9Y f֓1իWSS;LA\}XhhT-q5 H9=8ƺuqF}^{-fJXj LQm[ R('ʦ";AP.WOW7xCpi>2"P FD>J e¶\vi|^{?}7xNς祎Q,J)﹐W%~9,,3)G11( ԁNQI )(.,Tt((V]( z E a;VN+h6,ő):LUj&vQwlY^jkEܵyyx#'$xNVmaݺu<|l֒$(J(<\}Wq7M3 x"jX6Lh!q)W? AH1v愆ah4rIFy{ќZ?+}&Qef>y4sTm j'l ®$QaQVqJEk=_~}Q*-Ȓ@9C _^&~]%l[(uz׮]i#S+cYfΜi8pl%yz$(RMٷ`f yOd(2SXk4XJ̛7JJ`"p==4[cW$`[fu=f|Wb^umc2hUuSMjP .`hp}3}Da(J DkGOOO9|M:ճyҵ#c:'?~c H_#I9suՂ y bTjxߙ0vւ @)ͨ+p\Qvک=L@FBMeM"?RT@|Z@Iam9ڝ:|P-{5ѩߴpPJqᇣdQ[ŋoGTosĜ#HaS-'*xXxY?=]p T,s~p%Ċ%"%A- b=]e7݈_w̞$j 2q9砫ϵ;z'|B3(sq9vyڠS>a Hfe{hLI8aΜ9s+BHb<8cSޫm0GkD9IòV1aBC ࠃ^o1?0De;A@ňr&(3}kK-h#` a< f10ج3kL̉g}?,c`Y'$fH@[Rwk{}nzUխV#SWUo}oGT4miA1=5)4M[B-$3l߾IXo {cm.A[Ufi-w]בV f 1It]G^睋_xHd# >G 01=u}}}0 lsa$ Bz $(5u\j <a?l/ItIoD(1=s3%tahLK4o웚Ib/o\qg~]4´,٪KD=Gh% r D"X^g /̂0շI"`j$ ięeYXf |AlپK7|&tdAMpͷo77Pr83S:iibffJk׮EpUWk:a&b2L?zd)f-BT*Xb&'yvڃ]3iBkAv10/1"o188|+bU!]sݘ'тU,d(7xb4פIK_@YDD9֭۰w~3l~cdž=Q<2hlJjc(暫1:: ]a=p0hq$m0-d˖-ؘTLÆVr5+ՂI,,DNRp[܏=iv0vx F~]?!|'bqa=3W~ {MZ%ɏyye3A~^i^w1Za[""X$DoA"a+-hI [i5vQpT(PVګ퇾STp#J&%Cx'_,^ˁGB~Ly8,%uQ ME03讋眅3<g:Eb:nƶ/܅#G>ϻbQIRx6XVK"Ik>$vmD.sG2RB9P:|>ߙr9?Y|`|\PTd04D!0{.f+UUxA(jV{{A9iV5P}ATAU>yOiya򊫠&l6}S8 }.ABbĹr(}_/[o[oﶼpAC/W_C*A|iƁ# E,nT3DKBRW21atP"pKbD6MY9.;x`dd'ꭈAN?L8^?A|PV8I+bP) b%{`ݺuL͠T>w-`Z&tÀuepΪ/8=t{uX ^*REuݦ^X@6.X@ Jtц.:H0.~Xu~FG VT1aؾcV>^{~{QՑ~ms:${ARAD\rkB3<ccc0tQ.W/!~S8ç_ (rԞn ֭C1/<4Kd GoujX@躎%W.(B.T],Պx7tk; C2|E_?暫pUXzd 6E[ڵ{|ʇmNTU8zyNWts˲i&p Xb6l؀b(-UP(SNVE]I)|So~J3BYB0mx¶mTeVIA"& Z,Ux2т4SN͕RəM3$:3z4TE!X &-pYc`UJK4pq/0#XSeq1W13E?;0]-G\ Cdm"y(,at.|Xp/'OK5v pd[nCEa1cZhXd{k T444RHw:bC# **B@=OZL P߇իq'Q$S;F| ]3qg8g`h8c~B7M q_.2{}!`Br? W]V6E!"kb`L=mG_W7Z[mʇ H.[I$1\r4KVgʩ?faʿ׮J0E(L1JL!jo WlQ$^iF\A\( Pskc0,\]vJ\re0@qZ2ah&o=܃?썈٬ڇ\1H_?D76s@1 ٴ* %Q^ohp '~ _{}} 1MjR z?8qgcٲe0MS&:"R"L7>j50cvv=<|il޼{GsUf>gg8d14< Kzo "c]hѩǥ%Q *N]d- ݚ 8r L7pi7W\} v؁ e 㢶 t uEʯkG\.>'|2VX+DZu69Fx嗱sNر6mJ2*D`g3p랤}咨]dccc#òMTed3 ]pų9E(sn/?' 0ēO1#瘚$ QLO꼐X,'>#5Èalݾ E7dAdxu 5&Q3Q'JI2L6iq!@l`:hDݞkM#ӆpF__ D#J4znb['v:xg嗯eXBдh P+ݒ,y*(RČ-[ ^לOxgObaY8NM2s>7 C̖  Q 2I0( BxX6,Ƨ?})>ǿB.c# CTf wL{k1`^MZlEpI@qGb9e%Q-_ nypъ}"0`ڢ}ߺow80]AäTFL\⻈|eX7X <1v>G?'I`> 5VGRB5u*|>_RB4WSf&_@9Qsj04QbizEճJ4S=|7ذGx099JA6jx5T㼩CVrM~ȣP(`ժUuҕ,a4D7J0 {e$6kjӼ@$ |>Q Lzc nR^D3 յR{H%c 'pu<<3x] S)xrH ^GRLxJJ\%*U Cof `"el q1@l*D@v-tɖ\Q4u],Ed, |N$?ZJ+Ys"V] 뺂Ӱ\g-0 ~X&HѦRSA=Ί"qy&-vo~,łazߞ8nR4YBC)CVC6d,# hVB_d)8 3 B RY-SmzC. |)G iX)$ŽAmMq,4Ey;A aǗ~AP2UFMj2c nV !{G5VL[Gи?(5/)C}` mu-%o$h$uM8xU^LJ!1 b\$ o#Vh[*1~))ls|\':%aŒ%G펡Hȣ Ƅrf339 H&ᠥ7]'s8nRŌ19W6ò<`tvhԹn'wThwpA$I{JKD!C/.Eڛm9[ Il'O:x4oiKU4-y:m-MNi'|7ݞK ݯVM㈝u]&x:>}>1F)P7UĴX*;M(bET!eIK>PsUFL I Fx=K_%PHZ8o%1 -!~iBoqohɕ\u/ OגeI2r'zo)S^%)t2$郶PriY.xc=Q@~FN XR;ε&w=yh@lA$,Eq[JhffK.ڛHI5[4wr^&H T4m%k6<T 9`}9tEDvTHXLivBnv߿h&fہi˲,wR)i^&)8nnB dr9 .=-_E_غu+Q+" 0iga&* -)9>&Q 1ϵ02m@7yiCw;~Z+\6|I'ŕJz* c a qDn0d&j qu6hqs;ǜ^xle,vhR5z<Eu~PE0)ǒ˜w򁻙JpsI'PKCj0wZ lgԑuW{Jh T*~r<RaM6^Q0]ǩ[T~kv/>m-NŪO)*.Ic9@(E)fH=Vs[ ꫘ #b7~_~:GH'-INZ7*Ӝ JQr.iN PܝBW$7;=I%Ni#bj ]zjjxoߎ_-fK$Q9jH? Z,EQcz3MSV^Cp~3{@yMqawrcꆧvySך,B2R x&@C.C>l6 ۶188˲Qw2i޷{J uQP8 B?HE>ZKB2`` LE-Kޒ ySajq5Jy; Bnzvp{- F׬*i JHlQM1 L~uݿjVVT*RRO6פcBxu \(Xr3魨1OD|iÎ.f2n$@%ömaWwGd>kfrǹ5IfG|_>9!U\?BκCǝHaS[ug kE 1MVHf``iW&*ɯ4V^Xɩ՛|| `ɇm``nŀ}xHQ^*F? Ȣ NUdԂd&ixԊVjDxaF0P|wzzzzzzzzzzzQIENDB`gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/cooktime_empty_clock.png000066400000000000000000000660221510115424500306070ustar00rootroot00000000000000PNG  IHDRXsRGBbKGD pHYsgRtIME ;KtEXtCommentCreated with GIMPW IDATxy\U>sZz DQ"2;83?;:8#2:よ(A\E`$ȰI :饶ǹԭ]՝CO{{}}^`vͮ5f]kvͮ5f]kvͮ5f]kvͮ5f]kvͮ5f׶.2{ Ϫ oXJyP^LJ )%C=JYa~GJB@)myB !, RX˲`6(=5lټ< W$IQG$Q!"$I89Kb!c"_BZ/Z}{oTkm8k&0θlۆ8, b qq.X3+^y1(0D1 cI1r{en9 nV}%opho;!㓩G'ofCgx&۶.|߇p]NB1wd@v)yh4PU1:j99簩ղHm$-=)i!('M1𲿓{ڎ>fh^#ny=P,Q,Q({[Df dkxZ6V%vχMDD jx4Ov;r\X}f Gdo#?:㜃sbk98G2yI:dRP$L]#m8R rP8yȺudVCmFVɬoCq^RJX}_jݶmx"\ׅyp]lr YRJ! z{j'"Ch8HDCI9=׏JghN( SQ*7^Eܹs/- d_VˍϮDZ`68O&ɇm+;@9.mg-) FĞ4m4&B\QR?2V0Ɣ7lq O $0o^xo'@w:V.@?Q.o6-@Yeʃ(k%ٛI'$2;Ig4Cve+?>B?$xg@E#Hwe)8`q<ӕgZ\.PdVRNj:zJTG];>l$mfX7P؎1Jnbe$mqxSs!()2ɕE-@Ji kO$jdT;DQdZ$p;&j4!)`sxGCZi8?#pBiw6YD?y!U]RJH4 qH@H۱x2$ca}P'@^$C hJ\ F"7}ظq#;<< ^]sqPq?aWFEܨ |C(IRM" @ uAI_G6OM6bd}>7vҢ$I.Y(UÔpH!HX6Ero DHQپaKӓn;DАQi?p/clgӤٵ3L]l4زe huʻ):̶o^WR@(ET!j7jYDJq$-lYٵc֞DCFMl(TFB,N%-sڗl -+6$)[.@iֆ}QH19f;Hћn4Ea-Z,eM7݄;z04I(VKT*adv3z~(\Dž8I1i~zX b DPQT*C,eLdA)5_)"yZMj6Z}P,`?gd4 bnG::?7S?vҨUR21ҪX> f,;u"h CUHC4Ɍ)ZČe|eV*eAJ4PBpe$Q)J=epHPjDuFꅼt;::jyqNlx}F9tL2 p=Xk1Z:TOrf j )Zm[3ߚ;iDnIOTvդ !pGL'z24dDMI|G&St8[c70u=:='cx(Z} 98hbQնD[6 ]0`Yi;Ē>7D󲲨WzO*~_QDR';riGwџ=ioY$1R>n eC 0Vs3cDkbe P(\u(ɖ8-0$C{+IqajmC9}+3buz>V)^ }8NURz6C]}$L$h4=Zp  z]L;6dFzbm1.Q"i$X,""fe3{d!\OvnOý::f [22[~xR#mSx8\EǸZ69O:hYcy68}f_pUWa֭]یqJW8s 7-K@AE,-d[p};NKt:ܔrЅPyH3tK{''[ނ_#c̙3v.\h<`s|J) <… ێ{9/`˖--@2^#\`okVaӦMHDWy}cR$M;Kݦm2$h"2@m8^ԏx,lK0]38| J[j5=HS20eYf7sEwp73oѢEx;ށ3CL074}(<@&:|hOl~@J$(\Wyzq022/| QTP.,Y /o{L)zS7uǙ8"qBHP55w-umH :plJIA%GuAd'i6mjnNM= ׯ9眃~Xbd:" C<䓸ꪫpI'aÆ &"eY* sD=l[v p~l!Nb1Ps,_w`ƍ8$epÖ-[L!nj@3h(&ԝL(5YE fca`@ "<g18SBsヨ$Kc駟TU\Ӓd0 ĚGNiӇa6Di4"x yX~}3l4/}Cj um?yOfWOj YK̟VRGWPdڰI %5EÂ|+x'M.Of]1:c ֭g>1seB:!֧'ds˓tލBB@ T*󹲹~A1gOZf6q cp $K&=u䙱Xin@EH%>O[o'?I4CCC(J n$cbV>'_ӈkի_PJ_"nV$[ָЎZ:&*aL+IhZG4/HnD .a`3bڵfS$IOӸKN9̟?͍qiD(IDQR,!h47 㘸_sXD@P05lHBA@\c q}ݪ) @'|\### 8Ɗ+3c:Ri֍}eLxբ`V\i8Q*Ӄ0 H@B佢̠t%8A R&4 "/2݄@$o USMC HT@,H)2'?I̝;{̍!\QGԠbChÆ x_1s J)wm{ǪUFT*p ewlߎ[o1J~a~&Y {op7H #Bpq90 qkŢEpwM qТ1?B%dMN\-Rꘋ$ܱ#)@zI "&,b` CبN@M֞Ec&͊Eo56m¹k)mRX8S^{k.2Ȝ*W,իWǒ%KpR1=݋x_-t1T_F8r!x' }}}X|^י\ $(b8nΥ{_F Fma& ."RJZAi yF?T](uG\z(J&I+lvZR _~ _kɠcۦm,^R}m6M$<P(xb jsq>pv-E>q9<_)ccc& mZ!/>y ~˄Xr҇ͳ2 K$18BA@QG-BKiba[26:|C l[ΉrvyL7E]ca…;pg`ttP[}=^P@l[%s կ_*8sK/5I'~jnr$I>{᪫B\s0:z+!B: \qſ ꩒a qömvO}W|*4R !~ sS*R,:D)ӱ}_)E(]IOm a-SCvWO=R BCŲep饗;45 >xgPQ.MC8q)rZf:/!60σ 길 |farCCCcQHulԫw`~k#< $,R7M p,UAVOE|Z+'*pesN3\AhۑtS,'AK }nWP04}1CPmk40ŋ0m޾>p)]Z.3 CuES(jmunyQފ+cp, qAQƲ, [GqZ(Yz=*+H|$ZzY)U^=X3>K#p, !H0)ܲuXJdlj!lb1'p &M\nAmSh5], Rd ~_0H_EIHSuB9 FXI)1txGTh: F`Z\ o+ ) h<<9\[:Q1LibNϞ@CXR18yfGzemYer}0߲]UV}'2 lH###h(B-3Ye}-Ցᓧ64[ӅyBJٱG#h^.0 V,r]KhB:ΆH c`׈@%,(lMB,8]I[H4Mbn 6WA2 ;4Y9߲訓1tncwdGYgbRE Sm QY\37XaCuUkt>#QIuqim(ʥ͛q Ƒ r,ٶn&uto(D'b@Sv>ӑG;s6nb WJ z=HO=4 =Up~7QBlf{;z꩖Z|0S3`m{̟?zy it  J"'ϙ %?uH$綸0gnMټCőG !a~o^l w.AON? \p6oFk<|[đ\b{3 o_͛7>8Ň;~"~~FqpljYݿk{SN@ƅX:|4v39usXM8aaB0A/;Hܺ\C= @c,^T:,{F_%/?/7p~J=y.\ǶZ1t3$BOޞ5JbaRwooo׊ݫ<;n$l Yž쌋JM7i"$xI!IHHJ \0B r ZkHI⨊9P(4xW,~إ_fng8塵^?-.<2(T*(J]gPpuDJS@.0EQ3Tm}ZZDDbp\D^Gsa#Blh˲x;&ij;sTcFQ^USh=po^uS3>Ċ,(X,H#\q:3Y֚Ev ω LF5- `;a3K)!(` a#@&7,F8Q, Br "r2-Bf Y"M22;js=#>M XiY+2ͯO %U-MRCJ9e((Oȴ'$P ]B] ڈUIϻ#:Hrٯ޸)Na44YmLQa@|GXD6B|Vu25d3#CBLJw|lBa;wW'Y ?Y}[ݱ@bS;PYsR)*xٖӇ8ϛ=EX=?n$Zf-t(]paOKh`vlsS'tG^G6`AxbH A4uk_U!^7h!VR1b2^v's^4AK[ִlyL) V*"Q hudNT!I[os{' *j57L@PgE]!X>(V^kע^CpC7eI>ceuU91cASjP4Nx>iizC&M'Q/$'+ #ytR~xG!@Rh.QTF'cC%/ '׽$"#uImmeff51OB͑. ^簩 *'bB`Il.H8N52Q)pO_ j*v4@R Ebxd [GkY{A\Ɯ~ƛ<=i0 % roE$т څ}^+~{=JL5ZhE 9 7܀k`dd$}(`Y|*[&i+ߑ9GZEؼy3*\kp '@Zhd9D)eTR9<hvM,˞ څak#VF2#$ i7SʷqlLWo|߃$ ?-x?)feˬruQ" #4v8%/9眃SO=-oD(j"pQ9ѹx1>f֞eY8/}/>`ԘrBOvЊ??\"1XlaQ"PA зci%v[ϣzR8fxrj|ܺζm\v%xO!IRg!00؏ obIO@ZY a޼y?}{[.jh4BWX/G. AVoãı-~5ufN3n0D3pNt ($砶%$!Pw4EA) >ǟV"`ph.!}Xr+pgCRJ3Eq.x.B@p8l+?M^u] qWw (P;Pрmj'|2r֙XzVZM-/ꫯ~!3uidgnmR^ ;QlĬ IRHaIPb%Hb:Jڸk @,f6< v0%/9,(R jOUX"5TMfEXIBK1B9p'ঝt$zs?@aY-02ݪ ́Q+j7ӛq #4Z߿[n0E QՌL_^*L'pQG^ irn6,_\,كE;;IiA&R2Ep^P$p.B[Q\ *؃.Q((t-DЈׇbxi37JJZi}5o وliM&ٰDύhB{y<`$!]]w݅0JS 1 D :}zR>`:EPtXm'Wݖvl8hGbzNكda:T{f_(W|SCqʖM7+g <b+$v/-j% @wBT*)5yi/c 7o՟AKNvvbɻK雪Qgôkbk=m|B¶u}xx?.x{ދ*8g;3E7p?,H"r !p=a3ϚkCf dfvfa5O@yK._Kpaxx'|2FFCK =g_5dK:miTuIc/N$Q~5ua*~.<F $)Pj;ߋrN:g}5ĝw,ż~Eà3߃H)!9=w}ձ}IJ|JsC^ϵXy#[$XTZ&. E3$Q*Mv>K3DC%!fϔf 3oBH;v*[<˖-CZMsQJ+%NzMvKqTBVK{B8fjmg۶yQZ(q IDAT^y8,D#^P b¨Lzd8VB~3xZEL'\ %(!Ӡ ʥSʦ/]hL^﫢f:JJA`h6P."hشi x7sR*@rfFqp)@,:= k1%*X.Ea[$;eG>ȆrZ{2`)M*Qɹ:^y|gK`~{)D'{;]d0 P۝WzOXF'VG,2I )?)h q[ߌ%xd3\AIڰ R ਣksGgPyrmp pTd)qn%]%YYosFIk6֭[gNM0Gq5K/E:4 CؙIԶ빊I$(wߍO}_qfp@uFϹ^vRB'SEWʑb޼yزy3\S~$׾lye 3\76u3=ܓZshAbqA㠃2hF0!I1Dbɝyeq @TBEG~lܸ %F1  qg n  qZT1-[P.6ZC-o$ziڏRQwpmSlOT8Pс4RZ.Lª]{-Snڶ$RJ' ޤe_,Q9Tmb}~=\ze!8FPx XAĈ)-` BA B?c{Ao_ [ՄvqLj5@4IUq[7SyP"} =VaAnz~PT iN0RB=t`]w-Tm97'|Q, e5";6.LL^R #&Ѐ;̏AȆWҴ+iYD)W3ڎar '\iID-V\nȪQϣ݄mMRSurnRJR )(VJR5~uQap-ãtޠ߰aCfDzҍ1w\Yu얙)/9K%e%Ffz&5-t8nySRJ,ZJJ`ӦMcp3=Zcq;X00g0A8J B2$8tOZ1!D/q]g?.GfOh ɓs5jɒ%}lZ٨TjX:YBAC,ۋ)%-!=PKS iRG}@TSٰKӖ=mukī[MS:D8c G?'.)JrW~p)a.@@P0Fkn:t [\S`||aö?b1kmjb#Z{[(L}"#$i=Z@S@ނ*>11I1;oVQu(Z,D. jYp'?Nd 9)ܢ5#▛nD'4* SR`1T,l\q|_xg_~KCX a6|?Axkxdrr4(2 z{ "< ~@^1e LAԣ]V-.U*xnz` nP֬dFaZQ)(E k8xd s>N)室c+q'ok};i% q p0DZ͠aD>_s&- hۥi Ц{X8D{ (LTՌ1 a͔K?O˰!7 QBl{ѓq P-XRʎe1 P4gU&u]: V"Yc͝,Iht0-J(a"Z{,ˁA 8w(LocR.E;x0 |MW!(MP.UqG ui^[RA:-?sjelCiö]$ QGIDGĬ2(-!FC*$ʠvQ|$1ETj My* gggя~nN4,$ 1>> VQUHcK C\]Zn"t P Vq-7T*EV,A8p`^!$!bM!\rz ea",eP*/p&R Ia0QH㐫IPy1$k8q 7Y"C+{\`u#~ w`TY͡T*6 |ꓟ;DeHM#3⋱PP3_} C0MFm/gAҵ¢d( 4z[3k1-r8u\,4EDxm\s0,QLkXY\`x|}*H+˽N>?{ ~?_:(`€Fr/#??駿_އNҔ2oD5 O&N*tY&9}QS߁֬Az+Jy!W~k|qJAa9oFIDPPEL!V{q,,3A-[nZ4[o۱aZlipǿ>PCfZCeĺ ð)ȣK`K!kՁobF Ʊa=O@dAAB,ƞy%+ >XtQr ?(qAu _(d@'b+0PTqFLNN2 8EK_R'p{ųn(2̶mzزe eD%9VW ib`d%Af#UK"Qe=NӔrlDa81P NZlܴ 6omKqu㬳ߍ{<,!mc|X~=mۆj*-("S._. 333?xk_ρ㭳%KǦ\ׅ000F!$ci1 `YXGW RE&0lPaIv$ WˍCTdn1di1.wX~ruAޫVKHT v8p:*yDΔS2_X,±-sM7ހ (l1J&%)AOl|19,,A)aXY $j&h X f0$IQMLXؿ|񱫯_ c-džemxhsŢWP+:s 2X=c׿F7^SBlZ_jIT`[7qq/ 8SF>,v1??}x+~?.R\pmۼײ5|PpQ|KS0b1g~?$v܉CRZTq:XAmaB#CغaL_zcAt֜!%EVG5T*BgĭU Tp@L ^޽{QnVԖ$ iB$qC?gxoT*OYgcÆ)ڽ[Bn!۷{Ŏ;gaj5p~$e18FmWN$(p\WC2M*SAzklkQj?z=p>@3zN9nL_hB,'>#hwm6ڳA!y7TA/D>^ӔeEp(8z(rhhbH R-#FFwui%4lkZi D:O=" 0<6AłT*&LeWrSVkU|-]ޚ& n:\zֿc?~au2s]n2~l j~ydP$T1}@aY$Bq1v4My.+}hc%h^CZQ+ҋ'8hb2YIk7Hda>G[Un]q0,./qu\r%k;:/0cOf"T ϷQ[M T?/BeQɓ'{.n[p 04[pr koy]7S"jT|=RAJ-8CJb84 of9i0 @AQЀe+؆aXz4M! B]E!V2` Kl{xg033 5a,-# l8k՟=ih|kʨT*شikt%[;ô͒z}e$o4kYqz)<#;XXX(Ԃfn"d2"RQT*u/7E yXZ[m-s eêp# 9,iqP,$eЇpEa^/~;wÇ @M=\FdC89wy8310041߇a4J?Z#ҭXO$`5Ʉ$JUYV#U(cI [Fs!9(|eL:6֮y>IRavv 8Zy8)tIk,dT$BQς4j qt񻚖 R,/@L%B>Rp}H Ъ^'P,|qQ!*Ҕeـe&KCUn'ڣ>0 4Ȁ" lś_=N%b'dH\FP/yt+Xc6lմTt;T;˲y#&(Ehê+ %8ز^=N%,VĂ YB^o!o m@ FMKs?A$YYX]P])dN~\XVQs$iQy5Q׳sZ @WG r%'\ X IIDAT AT/rY|B Qi$kbZJ՟E=\Z&04:h ;"dRǛ bܟlZ@**MioYC]\F4Lġ@1FA0@GUA1R Qxm<Ҋ3mkZ%4{G`wNO,u::Jx48 AH6q2a/|@ B'mjO>|XXn3]jU* 0 k~y;w'VxOtOiD.;Οg;y825rboELiP*axId2uŗ_cq]vajj *0K)l-Hɮ$nAd14U˛V.oadހH~{:^+A? o֤ƕJz*rR}ܸ ðm Dصk7,i~\ףo s;*[w5vWYEWi`3aA(M5lp0)eH! һ̺tDboKXKկiB#ů907P\.b:Kر%i)i}(@|E{_OIY<}crrR BLÂiS&FqR2d E{KvWb ^Av';NTVE'r #O:Jq_љÙ8{~?^x!Ndbfjj=00%m]%uSh~˧#_~gls4 (8bZmbpeu]Re@](P,Q(YVZ՗Uun5[Ǔ5^L ;mb u7ϳ 0zn5|&[EhNFCDUiƵ bl|p5K6K:~1? IZ'J V*ٌ$nDmy, DKI-5ϰT,E[gRX >Ia s^ ZWr`y'MͲr?}Y=oG;HxjH]ayT T,WaD.eZj݋nhueW^)O/mS4t/GAeuZwb,z$|xE| ڵkwoXa_0??/3-;9iю=Xk`D[t$}muB鱘i~,\ڮOX;Um4qY8lIQbo,.\PJau$%[G)` 188Nƺu~fعNtfכ?'jU|^#SPץNZ/ՒPJaf>$\L&mMu(mTom*K%x~;{ݽkb:~d Җ,@" Ķm8ECC#O-~jhG}~+qh4VkګSSy1TY>X =w =IENDB`gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/cuisine.png000066400000000000000000000504111510115424500260360ustar00rootroot00000000000000PNG  IHDRXgAMA abKGD pHYsgRtIME VtEXtCommentCreated with GIMPW IDATxy%W]/]CULNIHBDEFDD#=}WW/pQ^5|p^1T& *2 $c$ tIwX^U>}Nw|sC kMDkюvrv ю@ю؞^%z$ӿ!dٵ~.]4 ]9#5@7~jߙ/WZ9@{IȌyzCf&u[۪ %r6g6:ȱAa!&W3\y_j$o̦8nRy%(/?sh=w=W=R{DW8w/bsVݗeZzCNn*=|52"3$?+߄@FZCJ RJ! @e :}ZC1urM)-<!a_Xc sp %@f61YX@( JIaޔ#gޟPJT=R4bS5,7e[*nKd "B cq$Ik!אe4u_J$rcOޓ j~$1 C9:(*Aw{o^CO)uDVB1گZr]D攝|Į}01|vy-Q$Hn,0\?!$xR>UvmڠI,x#RDU6Sgo|PJ9(od_ǯ7I[W)urNE,]w٧!sa!`0:/QFwp aм%_*3w^^~ zN?\ RIuZ` 5F#.O_Z#,E*NxY2ŮT@Nm圣~?h^}m)5KmBf^aβTn[Ya_F`d)HZkN]Q?DҌ(4j"w`ii ^˧*0Y61!,۴1(kdEQ DcƚXNDY~/wJZ 8eS %YAcR5 BeUxM 2COx)9HCI <f19R:C`mhP)A*qN^0 /I"S*Y[j#"9~wGy͒pSFz 0=m&@k$9q4!c:I>Rixd^g=y80@kdR!X Y K"(()[nM7}#XYY@;@w9{]zM6e;l 2JR΂iO4̭jDٴLd߭"t| B)A$9FCk,ci@k%E I,Eє\BXHVVNk6ɱ jUg<,3P_j_ct1~_~!t Y$I@Y{)3F#u]w 1 žŋ~PRCA;a: 7$pwFF\ %?#{ !gɱP<8R߾gKCTeV4s>N-); X!`6Ɣȧ]I%1%k)%xɏRfl6ҁQ(Vvc6; xfoEZ#,q(ʄLR )% ?*VNC&`-6XI){ReNMڱr:,jI MkCbCZ"hG3'd AL ǢCDMtjl:YgL r]\R8hq B8*#;ۗsKG8s6uzS`СCPBI:L4hwڍq2e(%~VJP.v`M𺆲kBXJ3@8˸I Re6zYt>!0j)P!ey(JێG (@):RJca5()u繶 hVp $ՎG_-j(e>aPD[bih (-)r\D!Ckvef}ngSJ)}nA17o[P2GBeB)%„@ t: BC"8: #AZKrX];2w1DhTnӎv{I}I6)@gSFMy^JRN!U(ގv/;c0% V a!1ߤ VxY~(q4cz Rl$IR[DW夎@#8:QJd7eTR!ȿ[@RQ,25LEVoI))P@C KIhܫ;0SPx~s#5xt+Eq%"&WhE+ J)<޿`PY˶LZNv_ p-VN;1z >6!(3F|Z,8Y[$`^_leb\EqG]ό:)yn1H0E52h xQ Tc0\k4GQQ /Z+bn+Cy~юV y`Y蝲i>waBLQ8<} Ҏc(5YRgmeb @4`m I=A`!Q44R7-lp0jO!/"bLuL ZC 5KȤ#$0Z{ +;,DBMQ,4-TT`@iljRo+q9 h42b.v ]ZGz;an_k  tRb<Φ إuڻO@6`00!~Z| Po)T^4JrmRaŽ]}pXMmQԎv@iR5n[h4hC=7NSַINJ(F=@}i=;gbcs[4k؎`UuC^ڏ%;!I]#YeYARqX8))/t4Mg[ޤU!K4$$87 `6rQJ!W8v5 倦S'qFDZkq=MG/TڣNrD~r(B D%5X}7"Z\)@+!g(t[2Q} Vzl}{0L/!]9o|X__\38vh4BE`ߎCG=q#1l[j+5s8'mq\3Xv-5Km!0_K)qm7͸Hw~~ o~`4s$6+܎zB6BRJiG561p&$IkbQ ) ?A<9>1dY,LCJJqwOOw^p -qxsK2Ǵ hu :KFv{JYMozLȵmev݂q}WWڒ1<շBz[N#8GP ;UfnA>/84u`%ud'>oݽ!oQx,%5t@ V* 5[Ų?h'?ES1DQ}sn-{;m],e$I&>>M7U Tj#y7&=㱁l9h4pФ k?/RF]-kb*;**\,WA󞄠 E7,LBFL-#ғD'9 E8v "2m br$If(cRq&:ZPOD;ab RJ44BS,N)um !NDaYf,u:$I??nVPJX5qM545AFH Ĥ4 xFhǚ6%%/do7mg2eVM橢va#G`qqe8e 29:1ߏ 7tA)0O~!n6|8ٳIbZV KNv  z2Yad7*lt^]|bh=9˧V>-ACVuhe\9L~JT@Q|0N+I؁QJ6eS!LCo—%|w)U+7R npg Ox." uPp`0@EY!"F#  =dYVoj۴SIyVtʲtJ_8~C4l 6>->|֘,u 4 ȩTvZG?MSY7ߌ>;9)2kfqP+=܃X^^Ƌ_b\vexS={@d "t:c'$U.=P"kTM1i5cz`V K+ Tc_O tDP 5> ur/9H~;Z\{8x 9즳RGfVuPJ .q J)Vk~:.Ņ^mlB)4Xa8"hJcgU)M6Z5G)VϬ7T S˪}m SN;|²(5<ԃ|#x{ߏ~Hsijzt:3ـEk[BGXX*ڪrBj*/@`I\ÉI#:嫀M~Y6,#XiT ܾo.#_pFDH:q?j_W?/ޤ5xAPc+gEΉΉj K!5y ~YoƏs)`0 x%)(6T|3BQ_(j%h-,e@ SSڣh- נd,-,AKw|IrH=0~d‹_S 4> Ƙ۬>Sgo:JL'SelrpF54lTqqk )5Wo?*RM@v F(DF@&` 2;ٕf=!1$@1gTv]:!rĀ)Np91Fl2M)>O/;Ng$5|}%ʆ~JRG94A\#4B LW,&@v2B։xaNz i7dZCN]L$0!~!:~wq#T$?G|(DMHJ93ov6+z+.R|C+\XX M)I8csnj0 -Vi:@$$vÌMdf9sć?w_}VPY4X1Nbaz41FIa$S#*Cw(hU3d'+bnx z\ve׿8q`_@8>gB:V  i BpaWOx%c-fw嗿ca$N٩KUJ!^Ԅ(*rVM'qWsh d HS .Mop84ZKDaX~ ]K2:e'et:XZZ}aaa;vWH 9r , sM*C}vEA(@GV׼oy[p(_ZD<AHhf,˦`bQ>Eߎ#I//ggZ*IAoJU(c. ם<=sO?O}SqO~29ܹ2:?#BÇq=nz8x $Evrv|ۈ1!d!fbl\"5!{~B{rt&q#]+* ė$֠sR xJVWW+1ɲy?,sN^xQ]Ą~RJB+ sfFD&3pqхOī?-܂ߏښ3_ywa҆i0{{Eg,D[Z)ﴊetkAD)4 E-$8cPBǑ' Ct:HQaOx;wclМ[66ɟI/^ G`>7aT+% N]C6x AM$I IDATl~){Oً뿆Їçz ci@bÕeXġؐ8B=7BtA@F)""@IӷР )4<`e#m46蜲NzXYg V{[ߊpa!Bn%H!ij-iq_pcmm8!2 (2UY s?yxg9&us1jQL0BŲTs&' EQ \wuoț,|z$2V]1 p`dZ6q ښ'عcZI mlP#̦ 1/| ꪫz'-bmQ2v|2B{x[ v{X%<:,|3,W$IhYuBa6i~ԯlD2#t:],--#IRWfmQ^Ec޽G?ǜs{Nn9t- ^c4W^y%NB0q;$+b?1\[R) iX5"R" xo.㮺]HkX"!&xpiOƏ8KY&6R4'ⰒnOۿ l}Ru1'}k_W_E`0(y#NzmmޭGhkPN.OBamm IW sgt!XZZwiO*8Fca] WHEն 6PI=+++iѮܐy_bgk8p$F(FH3%E#@M\aI8|.]ʲ A []wu\țUoDjwPDax8pm5,{zﶙ'0ǠcB/|>Cze |.i  H A*4!,mtLLCP_WflYI(>Q u kkkPJ+4Wq妵R!%\__)w8PD ez;C`yy+Wl&)\TAOd^{->lj vh%vzH]J R0Kl b*B~7nBh3J)M~:/ގdiGv,#$P'ds:ݴ8x8Vx˛~Oz҅J n;~X͇?A꫱,I)E Zc;`>>6zlh܎Ͱ]T,ݵ>`].0Q(z^aBOI4Ç҂VRBx+^N'tXvlFGTL.˪ۦ.ZN(E˜ˌL5t,dγP#:]p̬4+pUWMUݫ2  {6!0wWY("ɴU*S;KZw[X^3F4ژ$04djM>& j-BQ\CxMB(p_*9HӇ $^WOw ]FQe/20 S&ld ַo><#A4Xŭ`޲:qOzTK/T;y1k)]Փ%hJR9Ҥ (gAb_җ0Nb% Ѳ(B!F '8$z6K UoF(Thexs$It2Fp*,oم0@RU͞xHeB+zi1mͣA":A'6b^n6Se\RXʩ`q#طo4$M@9(aex0 !3 %)q\$f|jEzNjsboس>2ALI<eŇS~Bz2_g g= } A'R5 o Q~:o E@T+.(VDizf&wYxh%gy (QPxJ3A&V~{Θ T8^%OM;_U0U`Oͥ2h%tD <Ou)(ľ}g=1uF&*G:^u^W\Y:)u-P5['ed賟 :RjاOW<ܫͥXrSL,@∨OQwi, if~àR5nV+~nQ }IRvFcrqU=]l,M%k++SؔSn^^u^3p$\2kTQRT?)36>ɒUꮯڤk8`yyOY4Vo|[r+U5q[G '9\%85 f,r# CiGHy`n?{/Ji]סׇ kT-R5-_ߩ;~Ju6Yfpa5oQ-R>E5AIu%m<6qɆ(֔7:ҵѱeR&\IRQ5Ae6qR6yJA) *R*feA A8*vڱCi.*)UPS"NJD%Y.mcb7'hP /Ol ÇM w`*'lj̄FS0Gf!z$YgSn'!J{W|":tvrRME^^DR)K r%Q@+(WKI6/%waE#.1Q$OS$P ]i#}|a_) )  -M.9rh%i̪X: -Ge4o](vBt:ٮN3X}&\Y͍晴ccC 3{nv9 *뗖3ζ[yD}> ǛJvHⱶ1o7aO0*w'#H, )4g+a69眅ݧ*T:_h\?Ԩbrf1I;C\zKq #ԪXMzg\hJOHu~Z۝H04}_LaNuxzcK/kkGg+U Յn5F PJ@ A1\qOBjdiiNs ȓJH>U߳gJȹUN!@j崩 r IJ0{ 0qinY1FqΨyLƠ5'^oB$&7~duDV06NfSƟy3?*aVئg}>}_sxK^. \piGgyhʑ*VwU~Z/#uRi2 _Y| WJM 0 )%p*[ [(1` )Mߊϋ K)eԭ8MjylX{sWz8"n*|:7Έ*j*FVx?|Kѐq>3̿IGZRN\JJ Qcf%H'#c,Jt1m}gJIco'>;,C5M'ȉr2a^$PšWDUrl_SԬx4"_RZH E^"VRK "cƱItVbCۺ۪6o@ʛ? Cģ{XH!5q$4BיWBʼne@!fQ=QJE4B͓fܟI} ,|YMt( {p,luʮ] Ik{XSj~4V AaKgo_߽6PM gIk,(X[d\R6ќl͚&=օer~4wE=?aR^1S3eǸ7zR,cBXu-|k_G&-fH~@J`cR;Qpn(B50C=ޯ췔e GBo/iGiD\u=LB08lŒB"$(x}p9Ř'ZAr }]J6L[7la%a`+5)J1G[o|3VvƏ?Y<=WO P\PJᤛr=$e r,bk${^u]J~v'ʲ kkkx;ށCm䨃'0o=Bp6cM5va}PjR8GU>/zt3))t xUYwq<ꇔo#ܹN'?~S?/~x衇M3vK!}~y*8 í%=)ngugژn Pn8HI8@3#47&A9 gqe9"mS@Ln yb2>x~Q记V}9) *[~}B,,, MS,tOZj Ȳ vp8Dh!ZPعs9y7`@q/!J [SG2KtSQ#B\__n? F1Q89(c[vx>9P[:I:hCKzރ8u}$IT 6 [բ/A)uv=6'k8vp8D >)>]D+ĬMJEj:Bu!@@A)A< AiQR/ys6TR`P[{VY1 I ,щJQPڸ-~ƘFocdV8!E93/ e,˲2yhfFdywm(V,QZю&AUX)[@̔ ('BaeD%vl_~V5eφQՎ=k_*l?`[Ziv bƭ(r~&xXT|&AP@9!u@K RΊG6Nw# [\)F%#FDVӃ4DA4CΥe䔍[ToEtZ퐙Nnw*`|aqk{c[ev,sHo O8Ǥ{;ڱ$mK l+ԴYYXTZc<{9Nb/Af\ y*BK4lG;8R B)-jGe(z ]J[iG;#V" TRl9W,rkc;2Z6P"g,ڨS0ǒs$ހb %.֎E$h ֎ Nj~XIIDATaԇ&YrV"=n.)I2M28G$bQJv "!J)W'f~">5W5lG;x<.ZtvK2'i6j-Qc;J]XXQ<(Sۜ_Z`Rv/2yQ5tr ! ?[ۣ'H Ob}V) NU”k~HJY?lG;jZf B tl _}*%4M[IҎ-ApQ, s "B!84&2,% 2K@rnQq4Q sX(szMT? }Bt,?q8ؿBDeUħ5Vh7F[Q70q6`\S|5)+̲\ %}X%tͲ i"7w(8~r_J,~1b!Dhʪ^%I؟g% Qnp4:xNW10;Vu>Ec:SZ#Ih^14zoBĶFXZZrшI:>Am.#@a'y}, ޵@egl@,87Ry#SeRd=Zk 8*`T~g!< |̋<LZz^v"(p0FB Rn4T<0vxmCTHjg@GK8GG i4ιOURʛ7{e RwDVUce-WB) jG8;v`}045={8]0 C' lP0C9G1X@GcvS獮W!=_ ZV5}>aL~`ǎB[@ im&{8x ;<h9*ẗ́7iPњ:8p={޽{y`0缒l/C|HI` p1i<Ϭ.Xe?B# J#hUel#T!{ `vM vIƵeV+Z7IMG߼6cSӍ4jn8@)?J)3fH.<nsHRF疯bT߫C_\w2^&J47UWݜH| d߳BWߖ@8h4`)0tq{n\vOBJ < މ>p/buu^Re -ewec&1tvv=_V|Xk H ΋S+t*?VY6ؼ~:G_ᔣ9AUm_ZHibaW0I[eKXBD.HNp/݋;w9qƢ% ğC} <-_CBB >Ѫ2&qd_Avc|jRpy6fa؍:6j̲f[ ^)z*3#AMI cLѨe(J)t:ipnB }IzȲ AbI" ¹"gX5IVUB|wq"r,=х DUcNE1tz Ϣ)"L[B596#-橠@UJ4MnkؿY*UZWXD>riJ#Ə T=xؿ?BﲟD(Tk]^A 8}vލEPʝ4S ^ƵR`DZC'I C=3a<cmm Љ^;Vo -u7&.M6ǁ y!_JqAݼ28eĈ vڨ>&yXD!* yXKn?5 *a:;ty4wGEEHQKİu6-ADQQ︓ttFZ$X[_EF.ݾNJȩ7;V5ԒYF_,5A&Bm8ߑdWAGhKy/؂tj .,,`qq^ؔvw:sP hŞBU<=aoמQFJ@`'qn 4M oi *{ y= eWβ-^ס.ҝL~{;Rn>'(YR0Doa@Ek,H$aSJ`vnZ4EϲMx vD?ą7FjY0 vzNce8v}-TԦ7 i煑7}^b'{|h+; (bE ‰ IȄyY|j#6 uDVcy 0FΠ2]u bT<|Df# _p'B+%*cҪ,MN)򒳏,Es..,m*6.QPE蜐x0ߗQഁI-("Yɺ hқ6V8|5/gQ2jGXZPAi4~a7Eq°SEFUNӺ0s覙fպܤl z%_sz7l.WhrRV9Θ BK'Ϳg1&O}# ףH>JU=pn;lwZ[Ib@hu---s5K×IENDB`gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/generic_category.png000066400000000000000000001002651510115424500277130ustar00rootroot00000000000000PNG  IHDRXgAMA abKGD pHYsgRtIME tEXtCommentCreated with GIMPW IDATxy]U}7Y 撐”DA"@E@*}JW*W^eТEEE ȠBBx3ic;6g?sKRySJsW{-}oeR>mN RRǪp;=6ɾmH|[{~/!~F@@T?y(<]ũF&%h_qLޟ<}ߑ9c2Nz񚄐614[:J)0z~N~>$du@VNv~mwm{:3q凜gGRJV Jz/ 1 Y|hDo ӇҟRQЙE.n9Rv3\-e~r#DR.o4jSJA;-9TvO<{~MD1oBRRpwp<+10@,A /UgbN+!lS 9;c؅R$)oM] _)B%PCI $9SD!$AQ!MSDaM9b Dr \2c[Cg( !J%A`9K*ʎR\3fȎdf3dW .Gy iEPJ_ ˌʫp@J?B"nw QmyGQtfh6ȓ$AX@$9Ϥ?`$1MF+Ϡ[bWEdGkLJ ,o1w`kcn!( *QTxjcddJd v͑$ 9f6aIKa"ci F6@mml k*URy<σ}?c~OU7]w̠]JD%@46Q$I ׊,Ђ/h* BDe]vC\Ƽy0o޼K<^o64DIar**T6mR<{lz9''1H3ىu^B@~> :˕y m>gv'>B 3wV̅BL$6\zc]QI)Ad W26att ,˖cń{@J^tr5Д$M"p )"<(|P=cGFZ4MH(nk݅4y)FdrJjJbJ oLN64H;-bbQ.!z~5]\In}y\&'m0cHf{s}}1ѐI%PGpi6#T*گỊ3A $IӖر};omQVA4D%DJG,o\.RPm+wѡ}LT#5hmo/;#Igf%:霟?Kf%HsfFz( 4 LLLhX7Q44s H~6XJ c%KqI'}p%^)1r4 {nc E C(E>A`ddMJJA@isDdb-$:wODu($ o(O{GHO1Kx|>הBeVarrfpF֯SJ!IT}Z J 8ēhQѮAnL2eRS >nɏ'!8$X<]KbݴSN&E'œ'vݤnLu.}ACdרp"oݴUwE+m|zm۶aǎx~3'QVR@)ŸXބP1?c&4ޠǶh4jZòe B EtNt\4rw1-73z8/cV;sp:R1<"2fS :Xi>SMNlo<`0~o>K/8o)1 #}iCPJa+𪣏mSYJ{}̓%N&y[m^1U[M!%4?ħS8x[Nsx6Bx_? E@},]'?R*|NQ-1fzL$)8}ϽpQG!N_ak ݹir c ԔS@BP: ފBHsEU0gmyK'[ &1D+iCa|!)J{oЬMbO\.y&lݺUj1 חAIJ%S@8[y4&j {n#ʥ$=)H$&dgo]_=>>4Mu7(=P$ITHb[rAזC;;IV(t򑌣m$29Y:GmVHz;nU/".|P͛hko -[0r sGHW7lw{0h-1M Pk{`ؾu(h6ظq#_A ڋ9?g]wE"JMQ/0mF֩h$蘿GxBM.+ w/^l(lݶeJT9>FF Sx>@bTB[1/єR(.>jzv5HWSX w~I S$Yuruxi)S@mbJƙN(hᾈm/ Rc1[Lg8 mz׭ |x2hF zcf`ņ/-+J;vϸ>6=LkLen?@7`ݝ4GǺn lZLj* "]@vjǜ)Q|_P:d LEd!dd\EE%IF,,}x$ˣ8I2@woyA@Ob|= n:2Hp5m1~h;'ɘ¥ULqk 'ݠp[+P11LH3 <߃s%(8Fgye. S[^/DCr)VLԦ86\3!h~a}8mD5e !Jin^2$B3]y zۆ  ux'ki& W6|ql^>fK.š]vcttqJ%,ej79 dgaZO7;Wn2jvQb8qeWEf}/KA0-B=i.S)(yf֯_+c8(ƕQd$ynG-E~nh# b\u7pWc?Ax≨T*6R=mL+n&n93]l؟pdPmQ 0Q.(|mН8笻jlj%79Mr<:\}-[Ew#Ew$W3WC h 3 &".0C cwu7~_y睇O?=g)IF40PHX=W,QQO£PLlsd+HL1/J{E5$QG#8˖-üy__{92&?ya˖-XnZT*LLL0Ì11B|0ӣ<?s9\p_o~߻!fs1yf Nj+}4:l*t ̙R((rעa4̱1TU|??'wͧ 4kBB4ҥKO'|2,Yb'x9gp|[ނ}FcժUXjztBdc$D۳,=MNଳ).F1S54fڋ9&&Ʋ)ڷRӽaWnWg]>KKׯ駟s9?x.TkL3oK4_T𶷽 Wg%KrlMNfws=dɒ,KX*ˈ8n1Iios .blݺ1J 0l3Mc0Fi/=k"ӸE 1>fJ+^lj]"?hrc=?Or:tnv=:\M!4M1::. W_}5ϟF438BƘFd1@^GHroxpSNf!i>h6 M #1`O}S8qmljS1|M<Ѩ_۫Tr& u~d1Su_LQJ6l؀SN9VBV˕Z0& c ,?Au]6}SawW_])|9@k4j``QP\ K1re8J%acK,7qJao4xߏ'xb`5 }4e0k׮i/&,MH1TU*z:F>~Ne9,rK="H)+W/~ 2YihZ, _֬YėeYFDKw7p?xPƚƎ\5b`J- @\%\? .6MS\pXt)YgqjΏ4$IA` "4M|__bÆ ̌K9\, 1z/A<7i㋥Ԡy⬳ؘ-5sb ۿ֬Y: õ^) p.7?2^ELduJ*(k@5Zb}>Oxn=o;6n܈˗_*^_jLDlFG?4ap{TsZSBܠ@ D+%l!",3)mP A*= h1@ N( $}88 |Eld[\Lz ~_}V^UVYShJ9kWR"@)! i,H$PJW al54P2HcpG~ JߺgI])lقR ˖-å^n 'pBna^<R $f}! CV}#@0TF$ 4Du"fbٙiU/*c #I[16mڄ7Mя~dsse CPjoq뭷͞u|#ۭT2&W\>sn}Nj6<\~xk_8NsLww<&&&\Wnr-/$L$D]tQ.j|Ǚ+5-:5g A[ˋ]rLpf?iL`axߌz p"" S,m_ ;pF!|a||_җCG1e0<<N6 N&HQ'a_,5 b~ȚvstL{3㠻v\"tl|"É'͛7ISͻ,X]va]v>g&ygFFF(Mg.Jɍvb1஻~kjZB-< r ܉&i5\s9?<ÈQ|S$`NN0w 4tx=j"*HBg =j8SOXNz(pnf=ɀ8A)4? ~;0DV}akH8N&)kO(xPrX[ؽu$RsŲeˬҟ .@HQaddQYd IDAT?|6>+"tM>fAQ `~0g>iN bNrl STB9:g(FX~=8q5`dd6ox&2h4puG͕$IUVٰ[fDHl 1ay##VSOo#_]vV֜* p 馛^{u'I/~⋑$ *0(F92A&%<= "@(ճAT]c/TqP9T:ĬIil˻:cڵ^`J>K_e{ |OG#'//^? 'FpF)H@ !ESI#-TA:-wq=쿾硙CD83211_~)D @R2 >d u 9\o}! k"!|"]s4xJJFY:DQD51 qWM)QO-*7۱nSKe JM=#31s9\rI$ F<μꪫm6GR iC ڍgBV2׶k "`\T˗3ފ}{4M/} ҥh6BeJ :{77N=T]uv4\/?0j6Z:G5Ira`6Q @ }mA U,u7jӃő)Ho~ꪫlD<<5G>|3{nSQ2x$Io^0 9^2tI)uPM1X?}2}9NC,Ŭ(X ,i+Ďu) F=P¡$H((X(kqءB[!lƍAuGٓؓRJIwwPJBJ!RiGaD6mXYfeHIr#rѹ ݃ 9As=>1ٴE{F==ܜa:aMqաg {u)8cpI'YGt~߰"!8H"a1L@}rxկ`tZ%%yf(+Z!.cѝOPB@ GHiC R9 tC tw\l){x{ߋFa\`G}4."cYҔR In/cV87цM[fhI)E^UŦЅqx\?^~lZ%zMy>~~'k۶mC3ќD9(n IC"6c\z饘7o^nodI"W_}5:T@SU{J @~G)yaBU-xnyR %~cK)Rya|Ń>C t{`ɒ%Xj6nܨ挑(ǂ y\V lܸ?pBhtwظq#&''Q$f Dw9I)~ A`0Z}}O>mwwT/Cfdd+W=ܣx(We/-dN, U3nKЇjէpH4(7k c\veXr%^׀}z@dzPk2E?Gý2$d܄|tIK9gs.Cwa?98 Bm8JEWfMO3VeH8[G YGT#CCk T*%[xol4^{Je4M{?sڎ~ 41L[#[K% C2FB;ܦϘ )DM7݄J)iYziIrTRyֻfW:=Q{q Re1RR΅/b3VB HޅgKMʨI(dou8W[2)r2* c@j x/"qjkU*F%ON 2 C.Me^|GBe~D J LH`k28I=A);?^BI*5S3WpOq[($)~B}2bY} @AkVRB$Rӡr=~)M¿_z9Z 4ʹd$ uwDܳ}gַey]+qjN1^, 'ݕ؆F(~z\~嶼0k8PUik4+ ty(c3ϼ̄G=e'=;&~~I@)H\*]J )i3PBs|~h| @3ʹ5sձ\24M5jN:$!,/q %ql%^h{ /^$I0::jA2g1!/΅g{ǻjHG*-^nb!t7uRh`=@[V9vB) ][n$PJ[#Guvm7>űjx>,X`icι60C%e_S^~1Ʊj{3駟LbPR1xQ`>>ŧ>u!DJʂ) nfv,ll.d.DA ˤvXJnAPE9]Ƅj~r-?sł J:LPDwyg@R;Κ9 UTK`v\R&HvF RCn}0"#A]vŢ~xQhے$BQ%pYg >4}W"MEATv?u4BI7ek`bw"-[pWZ%ׄow;7\.[-ԩ۶m=ܓl+je %OK(4!yT ȊjNu#N8ۃ)PU*J%qf###0qAhdy p}ӟ 7j9Nr~*p^0 6eˋ{bhhJI-;2/~+V#fB3mAE$I Q 3:6Htu{f3C"Ryt-HM8Gv̬w:}A^Mo:ق1lpWT*d%F׼%$ iySa#`̀a*Rzg^?;D[hBwff'B{-2ǁ琢SL~n:׬q86HmcY[9;8~ǽh,Z5ٸq#~dL?2c8; yRH2Wztr{z>RF{BWkd&A?<~5R5?TW;uizji|q!H(1w\Ǒn&4B7`BfR k׮uA__J+]zκnUk t]4 SZV3ݗ0?;,lYL=BcG9݄[6yf{ d: ~ιR ַl?fu  v\ -Z]wu:NPiF$lZpT *5͓c}Gj31֬YqK{Ϫz[b^WgCZշfkn֌߯j_8nh2c6HfM"+˶j͚5h4m6"c ?^סZZ4xGy$ѯAo!&Ȇah3"M%s)7UfA!d}%6mؘ}7i3Vex᜿+H:lVJq ߳}0sab(. .*x/ 2/f7pu1-oy h1wTGɕs-0ʒA2?#MLB`N%0]솞.\ݗ,i4MOLͩ$y]c9/YJygt|kdS2vY7d7~n1M̜N;<kź1H7<#9A ī^\tm1~d24Fw Zf%&rʜիW0i(CFvB[neN`wnAp1UܴD/^n{1ȕ}q2SY 0ĺur1 !XreAČT!H`֧D ҋs>4RJ|9GJi}2 z#Ćuvi<Ӟ.C?jA]MOfJ$HPdyT [T#(9(f.!̥1uc3fóAM cO{1Ty-t\I&x7ǡe!kcQ*@D-PzJY1ycD5eD< Qپq~gs ')U*{} SD K/?`l=-Lm _? }Px(l*@Fw 8u3~j{& pwj j0MSp H6xe 1mfM#K.ӝb4Sdh %`Sk;6sJ< {GNBekjlîτ8q/# P0F)~_ P5Sr:ĵ&]>dy'i6[l6_M%^8rv́<ߢg=-QJ)3ڂ#Ql)Ӗl/!N)"a-{zi+0 3\I"$c=-[je xc=JA3_p*F0!xgڮ^{imPf XD[`6DySBBWG2J)lܸ\ +Wf&Y,,@J{/E,L`nM:bL7Wi̓իW@0TZ7.u~6Sq'ZäIfALaz6k B`"c > r1)dJ)̛7|0(iP GEV)5-4KjQ+"01tpq+W&rAEcmdgD xoljWU*8lٲ@BcwR jH+_/ s3ϴ gWBױX;U ґffl?gvxb>Evsأ(† ڪowmV"$ wi (>{#4xgs~X+D "I)%B| cD/'= /+Sϟ&`Y" 2jF6TD$ PWnAaHdaNq(&byD`Y姍mێ$8jrso-A:l1}w U1bAgdO&Ჹlh91@NzEI4|uV[ Qpgl"iLI5eDҀr@H@p߃Huowܑ@F:&PVg,Ԣ(?q4ꓚ(q \0p0;:Q%l_ &)RaRtgh6Zΐ>^AMm܌Stl߾=QEiWlI_A'1$ f9Y+锔P(䤞֔}>\PmT z$IOB]J"TB@kZٛ\̷eB(jIٍF$,>ĺ&!xG@!rSi$xkMuR*͘SN`*z>wӎEgȘ..O(MWP,oMJwKK$BkAEKddTxF IDATWsf3օ?2PA~z%yu R"fVo(D fE.BLL2sb=RYlFA1-6l}gB*NPP_ Ņ# 8R$BJTQ2$Y^rbQ  L2T0Eoykۇw7R)P3,ۚrt-n"+9LsioZ[Ђ3AS|m;jŊ w[࣎: I%,YQڸqm-nTʜj50HEp`j[rcߍf4aR"\1ȢEPY4=MlCl/!%;/~KTgƍs%&jX-JBu}ݡSie&g`E \q/:ۇȁ |A^G^uME] 7U`3W`ZZs Da)1nˈ圷h ;״Rjf.S] f}c?-L}JJIÔ$I{FϦJEiɒ%mV)zꏆ1:1HQL*Xxq.I<qC1+~Z |{YE*Z]2N!ʅ"Ci~m* ԫyG}eQG2e݀Z:TMybbO? 8Xr%ܥnA3;թ< bЯjX1ɟ]XMR;3qf=1 Gur!??SrL6ap ٥شiS/\;ʍנ3*&MqߕRIy8*D2D²yvI`2dpJB!L?$ o $ z {-J >$h%/}I>8qg$Bb2lhܰ *ʗFJ*$BBB&pF:J}Rex`C|P" (XJ ;2a&fW 0 ^*ra:gS/{xvroܶ~:2s5]eI ˒[YF5I?##_t)h攛>{珪XLҚ a ൯}mojd箺*a [H:s&Aup*BBJ5\u-A5$>9a87R*l4$o\!37CZ.*y @4!~ cp#l(U8爢4z*9ۃb8Is=h6Pt&dױv􃥙a8gfDu]- X n/}KY~I ֝Q,ZJfsp^4yi4\ nQh~kwH)W:y_ypCs5L;0QqFsFfstv\ӽpnۚ0W:F9]߬o'ÏFd,)Ӹ)R Ɖ{ +tL\5WBTj'q.`w}i%Uut'0EEtb>۠` "*yTd19^ݝPs;Z{wnz#S0ɣnH|$P{tS2Ae"DVns۠w&+&52G&5#eJ>N=4P9 .HP ,[? 6kbvPwO/Aߓak m= GcT4S@'z%s .aW_YBzacэ7PrHYn1H?jP񝫿g,!xŋ 2qd="bG?cZ'  Rw u(ZfϿv ]3y]ٟw))%Clm> ji5,Hj`w K+L1ڿz}?wA7lsC6K߶<3Jnv2D sQWugQCt@V@cVi FŮ0 gV($X4WlL;uTŠF{\?1z!a8=רOq;r1)%~K6ۃ|LJns? Q K,S8Ql6/6nr5oYEyTÊ-% #Q1#A0ty]ERY Q2MJeuB4.bp[tE)e[>.:}n\(Xy63Njsxl2H c=NmMTС!D R8ժ f2T '?AdrIq9O$ jՆevZ-\q [7I-G^A,'c[Te2P8ƓZGPjmTDI6Jmvm\ŪLzdcלs/_gllY3i[nKBET*t:v7ZTA˘.x-yRp*^l]ۋWCȴ~DᜣlB1gևV%Hy*3Mw֬Yzj'pRtx#'Zq@=fd!M8oCH3rpB(ӎkK uA*%L̝GF<@܂!TZGWm ^z)u{ Z<|衇, c Ŝe̟Ě$ZD(d 氃j\=?Q&.[>yvqrD~fN>׌1$ِTDA)HRmg 2q9XjKzwzyjՙ谢2K r-Z[fŭ4Z{QNFХ^gkAnєP}0H?0h)yg^;{qv2zZIҳukZi){$TVc!643vl᳟5 IIȷ1tۃgPb &/pzSQx1/>aw3P²<]>1̃$ߒ,'.*L9/kn>aAXxܟRt 9d;|aT Z = g~#31Z%h4~W_8QV~3]qsZHy6j5]lZVFPl#qHLC݂n !6uj 2 En'¾OBBşVc*& Gu0桗hy5kq[:.޹2 N5[t*eªU˯;EO}rʈCYn7݌=ݶ](qzAxI'sv#IZ-aht89;>ґ[4&.aqP28F)n75n㋟f^zg@M[ڵkqǂq{pڇ3PH!C%^}IQA ոxPAV({G:=AcVP˧`PV Puͨw]|9Ĥ4D8s!ۇ3x>ppPdȇuJ QƬb9166.\^sIFj7~7-C*~~/q>_f:yn#zp (#oذ LNNn3HiY=|T* &s9M{ެsRQPnP! .:goqSO1o[|t2D#8`c 䩧eDQ4-֓HQ)BHMƞ{9hZh>=w.H"… qu+1hԪeelllNAb+]G a[!KEQT| q DӴ2MPVpG+/SP $VS=|_ T !iFxB.eN<_eXm;jӍO|QC([H#נ6}jquG7| ZNnIth-IDAT#Mc4F`CZB]U綅<-Iq ,Q#3HdXf $ "s_J)} 6wFDǙ8!˯ҥKCĉ S (뮻m'C$q9wz>V czz(¯kp (G%K.]p}G'h۸~a'\zj-sC^Ǎ7ވw\6*@N2Q3Nwc30]1 P I9^7G@)EG "Um!m+uыS tP=Pw/G `pH@ ׾8B眍#n(ROOiQ$ATF0e ASQ"R`݆xg JM0!~v^F O?4q{q? <PLبF% ) swí}3vy>JHUQXxMA"*"\7()j>53ƮjH2x䑸0>VBl7PhB zWUt+qtw+!H%06׿5Ix3TR p7!bTšoY;t+L$R D}DE0lZR N;lh@şW"Ci<ۇ<qm!|lGQq1@s!jbq2J)D3qU+V`$q/GoNG/UU_1";s*pΡD+@n]E|_dh cZ=/(d*pa;fHࢴx;H^YAf*νH[& q {n/߾@$ޣC/N'߿Ƌ~g/^{sj|9%9ޙRj)Q7Tt-011BIH(,E1c?ϟ; ǼXw‰8نHԳH/Cxh6"r*Wn ,@J\y.Ki{E)&S𽫯AAm~W,3O?wwZ^I\n%v( l^Xl+GqRRƟoY瞃5k"Nl, ! YxcjеG[_u۝&R6i8O vrKyscUe #c\o>˂I^z8\r &0:+a 6"#$-?:.ҹ0db~[=  !=*Ţ~y3Wa_"DF\`tR^mxw]ƹg4Y:iG=^v[¬kRy ,YM&A cފ;Vކq\@t:Ngu {^ڋȭY?$[oj!n8nP.c,^RV2SoS|}< \`ub}c Y5:R^Z1? BohBvTB)r;Rxڞ,79jRiPU+T}ٱX^|_XFN2b‘JbQjf]ͺtw{S$^8B,\&#Qv9lh6zQ>Xt~j~zX)0YRw"ܛ$Iat˙kez^( g|tӬ5gl10P5R,va .KY#tUx1)%:Aԙ2s|}*q-"i$A׳2a8N~Ix)'㉵O+_g\s͵*0F1#&DJM 4&$mǰᤓNo>JP9kڻ.zQCIb!r mR{ nƏ%'6IzjfQCPeZAG `9ӟgB6NQ " d"ejӉ<%/VR$&Cnm,]F(DBofD5 |(O2E6 ⣶'KA4N?W j)~T*ty睱l2,[F^ձfixVݨmFyC*Zuzr30Miw޼yS-5:#n *nSh391wM^&!`B)dhkLYqn}Wz"1u¶yL-AQy$A{+A-RHCAHn`]S#9F Nhv9Z71Bw5MmMuE \4vXkB%&dlySmd9[u;)t]0 h.&4 o=RP$)uInP˥bS^Y TE(j-` L%<!ڥ;"Hܟab{V˽.f`b(ջ!ӬURdz> M,X MyZ6VEpP+-57Dօhbhgl dq|a?$}`42ʹf97>h/FMNNӉrf.re be_P3dlk ¢f}:uA_evur3!]E5n^_f?Ч4#g nƍhh9<EJbe!Pq 7ۖ2Ӆ8CQ4]tf[AFA$Wփe>[Y\YN,\P7N@ |e]T_pj (/cDQ#* x1NFQ16~s7^rr`ş]0 3`ٓk5_\>gvi~Qx> UxoDԋfI(Q6t2s@$9gy"]MB lzpaǰ f+nlatG1?绞}=ӕN2Gĉ0z(15HCIy>BgEpy!9->?X4'4wNn]V ^f7n+ZW8ҽZ3PʊQ[:ؒ;ƠkXXLbDU;v|4K~e ʙ{iF{N1UэFe qnG ҌjlIMBņb> F5@Ki'.$WP~4^ XD\ b\c[f\]Zޥ~੧v{;^d)1 eCi1Q^+괛IxS=t;}Gy .>xRtj:̃EaK0/ g.KBVYw0鴾 :;T`O]UV!I%ňcccx|W8>q?a@0c~vkףn:F|<-R׭3•*[5b%Is:EuߋBB-a eP1в ZQuA;E!ˌ]D8Fi&6MfdIՉ011K, @Sda-32$);~KvsJ)$0 Q066ɴuTU4 T*br]ͲOҎG]4|$vqB%)E=Z{z:.(BAAæ椽&5#@ںLH݅V]FH79t[+n ȅ*>m~gފyH)^ѠVU TUTUAF} AlT*s|ϯJ!)80A0{; cMO I^wgE1qt]Z-o᾿0ȌbJ;.rWE>Sz$J7_NN0I}2{DZ~SjoРsn'iI)Cu#ӄM+޻hA)}{ZΤZ{aH/,B^m5:shFЮ0ȅps .luAio4(=JwSZX|]J !o,PJAcdJ52-La81vcvBɨ?ٮBXy֟Ѵ7TJʾȋ c5]y#Mn$`Bչ$DR`i"MӳIͲ EQ@JȲ y( @>; DBmSye_+B:扢Q!ca0vqE ۻ~*!`l71F\*.y*BMQ!,h4iB97M?S;( 2p7H(x|p864Yip4M!lB:VrKRJcB9(ҭ l$u [Ȫo_G^_t:Rs=7˜E& !}'+>QJF=DQ^~_?"t2y^lBWBi5S,%TM)%,x{Y!I e7:`h7167Kx1B4jZ px:]puC#`#|$ n3|ibvǚ`ug?MS,(J)w(z=LTM)Qa)UJvX_;`^`kkkvV潘 90dEM[u@x⫏S?'xhmo;'ٳ3} d%m.dՙMBهgtB}G1n> zE\?~:SMԁ? !&I8@TFM _iv:.;\s9ZrQ A)t!x.XJ)H;YKwߗ77L2Тje<յ<+;R vEA0 E?"pΧnK=8(U,ky05|U$xp(L.sGupҾRJ+t:FD 9e6U4():Q,Kpߗ~I Hy#.?{F("G;g4ík<! 8raT3?< RS!`*@jLK{9k~ʾWi23I5Ee@L"]󟍪 :bdk*ٷ(j&lz\sBӉpiN=0A!sp--њ B 27ݝPjl8ϝ;ߏA'B! x랁ޠ4!DǐyQf7 RAJ ı 09ArVm:(?.c̻7EBٸ竩{M*4@`-3?^5 zj-*nBt8ߝ #\zxƓCJǗ%<C *rtӷCHDu) $I:JllƒDkJI[$6m`)3~E 8(15.gId'!OR\!+sv 6tK6ZbPm5#"I\!VK*\i2Wq\*t]l;heskk)rblnRizgV a ߴ5^/ @ v=bkkk!tI"t: >eY}n,TYfY9ܦU!\o6Ekkkk!s8NZRNcI79XK0m0Եל (LC'Y9_LO!JɹɊ A4-m6ñWT4EO}sg?{I&#YiSN!MSnÛ&DQՂk2)SHӱ&vȂ@427A L$gs%AAA6] A!2E[Iw~wo&?¹GE{pUW9_7 A!Pʔ.$P!RI=(p01G.풶} J)$dRZ [$N' Ex:aî45xtMx]_*k752t*bP((uN; N_2LQKNBqIoSꫯFeOzF9ZY1]e1t:=Ŗ{p8e343Ǔޮ\HBk2i]E"<,i( <x衇YL5+}4M9ӧq 7ɓ.BzBe׵K~doȜ0hb3 yG}eM< cr.&/x pI'H8^8⠙[M5A7p |b/6M/hld Ʊ(>{7gY6[nwK9 6m>sSIPP\APd<b2 D"!D8 {pkcMOz'pM7oo1 >5!"yM Av@fG5&).!5@eA!*=lBvГ<,(o6>w}7.[o}y>fԸ?l )7"@و^SL&oBŲ*c8m&Bv yɉW]u=:{G^$In[ܜ:u ˏCQi*裏[o\ve.bTB겛MCE2vZv8b10:1BVBk0FbbeMYǞa,EQ`45N]&-h9_lKY9ᛘs|_3 |__p8`0F#N .HBoODZPΒ65,bw~A>nKY Gu{͍Taͭ^,sΑ93 U̹(\z~~4Z;btqDtZ5h5pjSpYzp)RJ҄jP=2TJ 0N0XMMfjB >O/})|AWukJ;N9DƂe'񓾚TZ{& ZkEL.ƛfY[2bu߯$e"B^WW6sߎՒE}ڴ>ߺh_0/;?'&_.{U^H6E=MEQ=Aw+M*RnO]lll[[qԩT$mHem۹/J0 R=eNJ t:r.R FMf+ӷ]P #Ι%fԘĿ&'.J#bY1N0w#I(l|ȷIO[oŝwމoote A`<w9\u pHPHA4%R)a U+i-JP NU!Ms5HQs`R)JW+Cej^6v!p0&? ox'6!e뫝>}7|3z!!PC(؇lZN54 m]~Z;Հ&J Bd+ا%€A(.v_ D#9G>(P N4Mw |tՐ6ui|w~'>Oq3R 9rĤ0-ݙ~F`Sj}H"QDAUe.ԫ7Au9"KR${EY2 A%%FKo"C2$IBqab4snoZkGƯIS'}9C=o{n5P̻,?$V5L.3?zxy X9,tȳ2Gyd˝8qi! AW\q$q.0GGHӴSZs[nٟO}?eLjr5n&ZV,!t< WI(Ն*X ŒZCVɲ ?~wu4Co%\׼5x[ߊǏV>lb2?@Env(|Yf ['R ?0^Wᓟ$N8`rv̶,5(s>&aYdn>HEdrb>N>esMK_SӎedoM(3x~{1Yjȣ=$oo#s@b<)k`$Ia$C(.n> ۾ wu|y(u*2ҥ'@ EP,4XU3Tw2 (=g2l S0+JdR0Μ9/<[[[zάx~'i +mm*w;wU&.{_c.!Y}SJ zsl (z2-t8`4DZB o{y#в/@E"O<(em#Ck=$(ȳqө\z<"O(ЉCHw#]G~G&`w.)%(rPhxW'ODxQP!E `J8D@MVJ3S"oBDO5 .Tb{ JYܧvJnً՘ŢR"B߁__,#_J2Fp<pffco:uLn4MȲ *_E{N:W_~ W_}[)(ƹ33BגMfM~47aM&QiUZ mbO;mҲ/Bg= o~|gX7יJĉx{[A8 bM??tWBBޙO]k>o{/OySL?0n# CY겢/Nb&H)*[PcM޶|EێˈsSGe\0jC$;Y;gp=zv<+_J\y18nIJ)l o-UhAہgQϝ;>1?~, 9 j/{Xn:m{KaRWJ MO?XhL?O7Xul}> n 7|Iاuslqdk\,imwRO%3=̲l2h[TRJ>nVu]P@n*Ng -0#{ terG{j<Q/ [qWp8toA[WǼl^??6딵ua_}O|g#.(LG_rj!qRU$NBAJӰþ$ȭq ^͛e-lK1-Vd7ٸ$5lom#BZ y57 IDAT1BǰޚXmҹܛ}}[OŰly7$яx˛ǎzqL6R{rN<`"tSZL_3`!A ѨS>O'޲<{p:빔y(}[11ۿ((Y`ccqC Q}SZ;?9(XզPJ4@K4SSB]B!B灓dϒ6.Qd7ݎ`~|9U]5ݿxއWU*4 ɨ֞ClCUyh@iPgcrVj$J"r;ߟsh D^RY y3H_X;r'ZU͞VI)Y,)%R{yxWIֳ^Jk( ( `$<Ǜ& Ct"7=VvGTAh5ИsHj)Jjly4MK}io+Vm3)Yv"2 _K1Y$|7VlZÛJc)5F'xD}a:!vrLGg;K jҭe[z;Y7fN>vxgSgv:jVQlz>N;^LʃLؒ]wFm={ymG"(2nl -4_d֊еeY5ϣ Deni2ykA6_\X[[m݆w\ bL'q7bkkGn?+^;pCJ w;zVy# C=|a^o`Euao$\9M#䆃 pGʋ9Hg'v8|߿'1wLN'AMVcǏk_ٟY[la4Mqdm3ěEu]9~㝿=( RGiYR"]ЕG@&gnJ1_Hօ2?W~6nvfCxV 3N젢VZ WAC;4ER.RJ`_Z}8s5,\gwKF]M bjd >s^&Y7 C$Ih~pcǎA^`a,K 4$p81Dn:V`" P(Pr"I#CMBKu׃JA:ACE Ht Pv%z3^u(1`D!7 9%})L!,%rRj+S4M9EJ8f(oPG) BH Sn[uv*g,emMbH FB` /2jz161Ud[;Rm.1,i~mJ)h;Hvfb:|+)m;2lf5E:sElJF!E%K7?e8yfS6,ֻ5N~Tԝ0\=3N6,ƌJ)GZ6!Buqȅ >wn[ 2A_\ xni6M(C}V$QE$(&>dICWfuaߖͫmNHA\\)S^^)LRu5#b!_֛SDc6H%8Pe>9R Ŕ7z /s4CC럦{m7ztUnԢe ])3&m6#)]I(]>(\2ps3l)eٸ&6ȳnYMnSГ DZJ*gX ɇ5`,ҙ>X!B< 0J@܄$IDe|f鮟Zpi_iQj:hBOjwV,WMR676Νw܁ )23uoy qZkt5>pP/QXP484wcLuNpZM>!ҲOP#, aW~}^3#O+.ٶ6`Z魮!s5Hۛ8to/o~$ R4>""qc}0N2Ͽ7pMBm1 vY'Z dJ5N.4mą[3c!y79(`͆>O=S}7jG-E`Fk}(5[2ae ?dFJA dg[R"rie Di M!z PPYp]iQXCb3)*x>u @y e# 0 H"/"$nf=zOqc 35lirz[,_/vU~E" & L) q^aa]6DAC$n…R-8{@L QRޙ^JBQ֭B i(TޮUfGʮ6(9>F#F-4%&h2o2ԬY"p|!*&dA) )mm2ß}a!Y8l 0NeA0$%KeD bMqS׿jzɂ ֙wB < mŐec>#в& AId0H%A Cs_˟)̧0f4:q ">fizyҾu>0pj9UWTkts1F#s~@0 tfɡ !m~?/~BjoXg8aVMVUMP78FU$^ɷ[MDBOQq d)%i31v{8?㗐~nۇO 4B&V݁xMu l HπF/du]Hhz=\v  EtRn/X b1YZ%FL)Hd'}Lbf#&6pM~oAv zw^ (<4fY]Q%mQ'(: `tZ̚iKAg gp|Zǔhzy+~I´b:NOmۜw?߷ҩ\Xuuۉ6=wV i:s FhdJ)cΛZuX&hnPHXZNvJ02 3Q=vemzWki5 n:f_aDhR:M b:k>z9 te^AbzBo YԶimNÅX:d,Yd9V0 mɧuX4F~FH#ea_$-ιiZƐ0e_um]уo&%4%,!!2g>4VdefgΜA @m(Gert rXL& bi.yce I_恞˶(nyckk _)e)T K(a~LoES RIN =zj^qbXyoowG>}{_O/ P3 ^ۨS<(h?teb >G~eC}Gя~^ *x N浝M8. q\y@vʼZ|%w"m= \O*s^5HEqZ.Dm LCu č8uQdBB(B+S=)wezv_&~񈯅l_=2[1믿O!J84]w:X8m6\ SJ9z{{lkWkV cJK-?N"C@`t z(] "hlll8WQgprV* ]&2M0|>!_[a "bY ;?|xݘZGss~ (@']& ъ-! m A#(rVk5gxڵmKn~h3Q.fE<={+׮w0;X}{@4n$zHJXw D R%i=qЌ|RM1LgYӢ,i^ӄWciB 1<f乍 t(*Q(3`8`c{{\HߍN>ha|'߿g60 Jp}mkh !ҭ|A&i ?/$ |CƳd) A'J ޔn JNz/ԯ9 F!P9{tJBJ HsYDΟ6'MI$Š̰3FEvj!D)* W eo3$iQcSs(nI B(;! .{s{EHh7rcS+ 篽 ~JN/A)Cq|߫q# Clll=V+M4^"P= mLjYI1i4?(} `mo߆o~suc1 RRJ WY1Ԕ b?lNnև|#GA)OO8{pW# Rm;c}HW ᄒAAP_Y! Jp!8q666BE' g߰ψsx % pJ !# k+Ch> /RN;+8R}$I(eAMH1z(8@AevSm* ,*! S VwoM?_JLծ1ib FPzDQ`hgΝ;fr]ˈ J7xY * !֎9F@D%!6mxJ=7moe71%M(x%p}= V!cЀTPZf:/AT], yQJx|_omAuԫ1IH۽eL]2p #/L`,;LNvgB^o߭JVSn py:Vi,zeq `AlL +k:IȲ Rwݲ2}pߓ$Beq@rFtO qn >{QtaXRtJMezͯ΃_pR@2#[76}_HXO_cR4(/"/c"_o_8`$0h)l>؍p4 K/V %,qw*[8r"Z ϙ-%(#t)*sP1%Z^XaH=<4޲yBdY֘3nT:F6@wm>dYD4H6&-[ ail^\Y>\U$zn͛<+[໅>2$ ,xπ_5}8vݮKf]7$f;f $WYZu'x+ CEJX`<#S }FY!TX8_ `NXdLJ-{Y{\c0Tf~69ܖak><m4v{} B Xf_,P>uDt/PaFDJo f,*v@m)[RW_=ڊf~*>xK_4oz/= R:S,\b?"LuT%,˦ qΝbKxXD+Vizm}Q$f$)3-bi ݵ5(p("Pd 844 a(5\}DK+"K0Z0QnH(t0I}^Ǿrsx^d2jBi+cǎ_7hskY"}" no#`R.#M4HΧi(BޥBSК#L<9<ݐ417ۂiرc)|qw{p8DmJuq'׷ WxSFrA])uQ̦V?ACvcPR{AԚmM-71vWX%hkG>gy}6yO[ xMJ)0ι5R:w2uVMs_ĂYZ8.f̲ ݾ8uGbM +gѭ YBo4RjI<щB>)p2f!NIDATd)'et :$t*Oӱ uT4ZstJ=;4NǙsYq8j~D)8X!AL{ z\R{^`0sg\YoW@u`Alj`UEѴF.2ܥXrfظ̙3=$ϦXm$m5"i& 1!f<ښ1th4w?:>x XS a=(c kkk7I&QWkv3]0ѣGYc -¿~BwA|NM~mL7Tu-$̼-BEn޷!]V˄a Meoa)KϺ (bQZBCt׎ 8,$8־zH6%7GD_CsE<|ՄMپu2OL#Mlct}= Y% 0TR^/^Veֵʸjkyb1‘ 4B. @o ;eJh%,p<Ƕ?]R9Mv@p6̺y{4O|SKoMo "DMHj7)%T /lb:5bb!ٜ>bdJ`xkYư:yW4g??k|i~IE[5>?M)믵͘G>Yv`]ړO#&CQL]c ,MSDQ޶u~6g75^O8>! TCf1P;K=`E^G=~ ŗMjM2opަBd#Mj-w@۸Lwhz}4إt[$@M Фj/+ܶM,ldRM|.SJѣxdaT/'ͮ\&UPֶm>H&d~>|lvAgjړ&n>5\2nrs W\q}䡲a׾5\}zNMElЦ6@]m wjB7\ԯyu;^o>gU3jx,SYnͫmw@@pe 2GgTJq饗{Ϝ9㢔1c$:m hA)S7\Czz}9 q_s\H PmT&@G.t(@=&?mUg8-v4Oy!f^V~,uA~H}fjb*QPN˩@ i}?=( 5W? qod2JuwR p]BE=οK u#8V= w=a&~|ʗ,m Xo(d!LȐ9><B"qSKnh@b)N 1V f4GG_߉ֹoR+?~zֳEt:rg܆/FLERk/[];~Ҧ?YQR `|g Kx5!i zHߟ Q"MS7N&$lZ )+asu`& y .ڣx7)}>},@>J ǫ >'V XKp 7O(+4hР`;AsiӧЧNӧ1<3k锄g+ZS`̚x8爻'l&laBNz3O{ sLό#12繓Enmͱl/X ZN:j6 ZGqS7|U8~RݩQ к]y8s$Ix ycs ,C$6k,"m9e)..ZKSeɘ B] .cVL+ѭ6ZaZXvA5i= ^n(YR! skkkǔRڀHqwp4HɠU LTJ2~f^6?>)ib8b4!Ifd"J6J577eM&~Ψ Ka\!:bcsؚ RКbAok&MLiaaZR>Zt:kGt]ql&QAڠaЦnʉFQM5ݗ,YcSoJAi,ooEFSG`65eBoV5Xs$RMېH4n˅a`o om3 ! NkFQNnN {ql%EQ @m\7k@3&̊tbnJu7o_h5oy(k4}"%[g]Yoc;I3!g?٨ M>3c ?r'3(A8? @wMiFbg 9i0!Teng삉e5IB (USҫI#sE[ERe`2oR 3%vۥoZ&Ic`B|R2lM? eK)Hݖ6qt!# V&JSD~GvZ4 Q)13R4Dcᔒ=c}g9um7[[*!L85iF`gpsCdo|,ĽkAOW|()SgnEj?l7|^]ѵ=qE.id0Id0& deDHB 4A43ӡNg:uzfzy35UU+kwzzzzY]3OOi !Hb( BH)YBkN=ZeSJA=J)8<<0a}q/\2ԱjϏ,{s@$I1(BHBdQܵi`n=OS{Lj~+XV8h1;}7!<~vBC_HƎ=nfg,sndnx*o7/\m~ }~^;t)cFپR I(<Jj^kjɭ0;ݧ4EB7MShqaM'c)e{:֠w l?A;Ğ󁿯g6p?+Wh .(n5 Wq-]}^h>{(hL TUj5uj5TUA5jU@98FZqsY3\qsX 7Su8=YbB&=.} h1!`d%6qir5,*0X`2wPJ!r#az>NDNHڷKC͆<64u7=KSޣ7!jzh^s0D1wڍO]drtRh-i8jCJ,ː)$z՞sW\WsXj9P}SAFc(4k7޹ݻv{SМG*M| R>6[8v<A wCobwvCXy Ro|6,WN8/2Z HvQ9p*@?e׬~bJ޺ƍ'cƍx/&ǝݽ]qؾuѸgy EpXX^Fz`t| |w`1}zzYI8צ?ъ]7.B@@ 9RqQRJc,*)g @h (`Y imW$m]XR^p!##(!?/~vr$i}jeVF{ɮ] J)Dzc*8. zD/ !9(YB&@H5T!7 8uF-6@v$I@r'*Gy2e. 'r;7~]o}~,&Rs5kB1CW'6Ʌ\bhY 2/Azc { S.e|/X4d׿hJ(R sss0(cY2ivPK.!yoS}]PZ`||~&N:4jholQ!`l`t>Y*"Ne:b~hk7E8v^ꠌ| "-,(FHggk.lj.Y&!F^Gl3pY瑇M@~y;9IjG{>>lhB!2,/ILZUq|?J QAȲ 7nDȁ !3lye˲ g9E#m7 !<3&`ks^?+ƫ |,'rVnaaAvB%_Մ)bq e.Wy^m"VD遵NK%ږ*\ \=Yk(7w%jv?2#2jNnF dI|D))3<T^Q-,R.O0" i9B,ګ<ı)B@ +.*@::1k#Fl9x"(BX6]'%Ue|81-K3FI =!h s!Pj`aaXfsT*BرJ)T*֡ Y JaK#.ӟ,n۸i&c=БEPJ*pA +ڂXVk l Ø=f=eձncw`ݨVBߵ[5YN;PH;wċ_bvmItRstgǂVh-̙H+V+,H!_Cv.@kyou:( !8 4Fp"Q./~R8ҝs>dZF4pgs4zV#/Ϸ֣o?Sd4!593 5Q(%0{d@x1AnZ""|;AE` LXY /YgM6^5-) WZZd3(z8,PV1ָk{F_4%}/].VE:2ݬx6h>p>-[q}[cdGf+FQڠŮ$ɓͼhޓIFPB)"9I:qUJ F̚:$˲/lQ<^pGG. EWJa߾}x{`B; !J)(¿b˖-.>6w`ٿp:-'c<8F2bnƑe8l6%J6V4 o&kAۂq<^,%/d]"˧Y _x#(>c~nZ)Kʪ(!PR.^ 8cݦc[lԾ}8y{Y/?a[s>͵ROYrug}k✻?^M]9cЯ['gV !p.gWE-S;DZnݺ.~UyZoQT(,K@UA)PZAB#IbPc=7tMuZWķ5PaܵQD1\^[)LIΠ VJL 0_ J ԒڱAZ InPՐ$ ~; 2HRJ=Zolrj? Av+J`Wv(>U 1,ĕjW\qEOCxvn_rDFi CAȲ pȓ@Ϻ]Ť&1I4' Q4ːYΛaפvᜋ ţV^_qC33xk_G ʢ?b|F/ jqD}vr$˧I[f8w9HYRn# C/'?I4.q1|^2j5džRi@؞j/ۗ7mzߎ[tiK/y睇E-X̣ASlİ,c V˵yxk^{%c1\tE]v}@ @^I$q}!NE^٪A(@{+7ʎm J2ΡĹ眅'>q[eSSFe߿u}߸Vy2lJJH[R ^ZW_WJ)ozӛP~ms[(E`~B\$448 p#6!MWjf Jw}'~~/m6رs~nj%62ZSO9g cPRBI ^x/cԖ(ihM(2tTk,Hr%z&Çeę#A>^J{"zwQS /Sv%aAp/mGf`9@DYxw[)%ZVwה[ZZ,ɠŖ-Un|GGqJB $1~<1F$o'[,~Txv&Db /*EwneYC|6Z/a;ɺGqw]g|Ħ'|2<(p/m:8,dvMmk-)Zc͚5x8j50V9ZM4 I MSW+:, HE=(VhJM%4R whPֽ-7YT@榧Y_zPX=Yr2-*dYG]nXW\jaG70^yZ_mY('QZdi,(ntH IDAT#N"$i4KBfJ`Ϟ=}[oŘ\JhcxY?nֺ4I@pg=z'D#8$dP 2 Ƽ_?E 2L6?Y m/\駅Z:,vmbc ;Lºa΢m-rOmK"m -i|v{fY|b]-B(8ĸa#d9]+\LLB]\C+D?I]i}kmlTFՁÁb bI@]l-^ԉDfN?txm =}Χ׸Tc݌ŊEdDQ*fgg6Dh"Íh\g6&B|Q)hI.r'I<8]r&K߭eB$)f ;!%br0n%8V}s|cn&b-Nn48餓p9y1 SN6ax$@FZA9b1+Ų~}s}݇g=Y[,V }h-q3Qi^Yl\=Y[Rr64V]}`ؚHQFj/xs SK%Ӥi2#A,UEQgj=I'B% em0;qudYqajjkݖohj#qv[^QMLYEJ@<)K,j=+&R׭[ V䇢v IFF/_ 022uceԇk mAY e @VxI9qwꩧbzz.֭[,f3Ci"3P{KIawW%JCuv3@jt}f1yVYB)JX5C^a'n)ժR-֢c$6q~sfƺXCj @!&Q2Sg;K36>A3,@X7dIAL}K_YoWQiv=wRSO=\#3FôA(D=RF!8HBAf Q.WU%ĦM72߿PrV7I9-&)9ܯ@պL###YbڴmAvnB)"us"x>| 負Zo &ʩ-x>Mh\1H1~ޣqm8C$_Z@eJyr"RyP|$* (B.Y+lT(4a@urx 'Ru$%1M `R,Ƞr)+J"cN.G>ikE3**+*{bd| }D+%0P <;Q$Ӿ?dIay_rKlAAbC Г^Fp:a3II j#s_RwݺIj)>y$<5x^tAq /V&cs @ ZfM_xr\2Ye\zQJ]_tI Jbb΀Yax} !x%c͚5Ų~^z)|κ.;&8K*ԔI2yl/,q\PKP 'b|Q] <=Rq 24.uKojJŵX4Qh (:HWJS!$87(T_hC3{Zj0(։~˲ BIi~tPͶNX JͼAګ+W'OaX-4o2|Pz ʁv_-)ddptKUc,[@tN̩ trbodU>Y .V\$p[PI)MbZQԠ5H1>G$AfvO%BZ d֣ -e +q+ s&86"<  ԧ(*F_vdAqWGe]yІ#  Z~`#Qlz?z~~Ӹ{pwb׮]8p`V6#RVaI<ƚuQVAw3.AI0vhU6=c9ցz +ЊZ"KqO~۱w3Qc4ͷTz@ җ2\K!)J)n!b B.naLe쳋&r |MJ5Q:0V9NH 2]=N1(c8x 21u()"5 67`! =cȊ5^ 0МC50j- [ZؕsDq )%|G*LP&2v r"'BaBH+4ߊ15=$IhE9s%TP`C@zf|,udRAxgnr&L DvJQ H)̤ 5m-W;%kX)nb:7agva4e XϡSgc%BhTh40%8ܴ46 sZ_w}M}˵tPP* hn6!Ŧ$l@&:s]w^ OOySL+5=a$BW\"T&cR*TIOz  -$UR'tb1SNׯHz,* ʁ {˪(3tRzuިj5DQ sǏn1_#276Fٍ8T9Cm(GW~[XlJrv1(IbuA w-x??=Th ıy=cg `-֭[ qiOŹ瞋GzIm?RJu|#($ݻqm?!fffEqv"h!׽w 7܀~&xҝ|h%YYłRIo|xS|ÚOڙ $+ʰábh ;ʺp~wCsWtHA!KMW_}5fĹ=ij OO:&&1JdP#h Lj>1>O?u_~/|Z{~-OxOB)84<"75|yEanE¬P7e$E]J)7 $-6y 7roEY`C e21! S&& 2Y2^cff&GB/{~YA|011>%N9Ǟ}SFA%4 L6aHqږmI2+.~yv|1vmn  0?ߎ+[nL`8H?;;wݨP ##u$QftQ6$=jsZ-4f̀ =0/<2ַ#D|LO”{낙Pس{/~p~Q:jPחրR,3Pb&LAQpr)x_,t3c84}c r.=iArO8F%W*4 .>(v؅7_Vuݹc(D8Wd(~$7uMLoopᅏǦM/L߀jZ)M-et}>0;`@I9|Aqޢk8=~?D+@X KYnki>s-_:I7y$ZR|&H% 9[7xvv$8췗 zWlEe'>`q8cV4|?_غ}Qۡ(@Q(AǷz!J;v kR)f|ǻpͷ`nvؾ};~ C~ 4A@%6d<|&Gkk8{q7ogaLR9ԁ|_21 .y+Q*!(4*z?g 1J %2{ժ333ݯχuü1ŊrZEx`u֡lENDq:P%8x[ތg=c3G95x퟽#8sTkdY0R:4 vM/H Ԧg}DS Il$!@L6O 040֨!P4ju0\{xbkrA4vCdYfQo(BvrJB?.vΰj_)t?àZ, n|<V| ؿ?<o& 9Gb͚q<7 ! Fa:;, 1TB@anO!fff+79/mj$IR @aQ矏l$ IDATx͟ |P |>W]x tD[ls`Qd8)̹MJz0MX/z1I911bb)5*Q8H(qL#Z{1RG>w6GKj䒧 ck9?됧 &]GF=`R0AsՂ;"hc4~`J% L)8h)*^oTM:*a Q!ug? 1S]CK vIkB@ T`)?V ###K6v"M+ yTM9w(Jy8Nns=Ay$wyWxh4ay) C䷮ij~)Tn،TN/|l&d=σ7!X2МhRLJ FpZ+Ra$bddZՒS롇LKk$IPTzR K} GN‡4hX2k o1h.wi9}caa![7*s'7*Yf98 4ܸ"C{5h[ñZk!?|oD^E%=7-IcYۋ78nboBzL*יKRg6K-4ĨLYrطܱv\0c~[偭 hM[ÍhR3Tڹzի7(,ry&Yb%M7ݏ$d;Z>:]ܤl OPG@lyb۶Au0 e6\{؄P]LGaSxᕸ7cjj+}ݞvRܭzH$I;ܯ&ȇQ #80}4Yiq#QU1jv+Ɲ}~0tgB|h 5<ƺuYaƍtZκv )f8rYkq dr,R V zI`qFQLqW7o_|1# C  ጓ6 Wf\(8Sky.hk,\ + ^򒗠R@J,͵u$\=NY&ozJCTb\QhdIϭ2_HjZ!k_:܈(0x!`''=|>GO{2s ^Z_"_3tY!}7U|6T,59">RB۷@Ӽt JkbFq1>-~x'(ESlCy|ri&/$$1 [KjK._|1(B^X bsΑe.2|[2Yj?ȳx#p9`>S襤mZcll  !e%jңzzwAI7CFazbMyI-d)jݲwR-k_&]P8.8,EQz,A v7E Q#XH%?̙R"G7J 18ppA!I,kaC;gCl Hq @,˂7.sŲloN0J%OE#VJҋe!L̠:+E4捤 T;@)G HtN !8Q+n+!P{W*-ۂX)΢tm2ÄV=m7L  e6E422(0>>Q Ya9RXѲDyKij jLྏ͛7|I* V A=5(A[)q,ܪgНbʍ7^w(W uH(V槣ItxʛѺ1SMj Cha%8S166f+r ICtW?"]ux1!yhA\8`,uvhh2ư2lH^ +S<2PT\0ym{QtD0yYCWd`ZHE!;Ty퇫AD9ʡbg!D ,*(D>d:g( 洖aiBTJPӜ pI'A q$RAm9LavuoϽtv?YDP0 (+KmPq!~>$$lIHB;}V}ԩuOt#;}s귿﬛DBn)@eG4 f \OB`ʘrSϛxDGΛ0WZ, ZS,^&iZov[_k;3kض-r9Lzzz$)ͦ:t-PsfS# iyzAM 12- f_9,M! -٥NT8bҵ) ~>IX,: (G_غu+$jd*`"Aj#D3Ja:>$EDqIDbVJ9R+0;+e9;RHG`&A*:=**j(pl]vjZRQXsݤL~?5`_5hfJ<Ӻ \76Pi[0Ms S7|ꏃU~=r&\A)l^0 tE$Í7?_|1(f$YlV#h6Cʊضם{.~|@^pųx%cgq:5xgrRII z6V/gLۂ 2׃]0ni0*Z[BKk&6l؀M7aM(X/87bڵ Tn yIo܀gq܉'_҄r<0ve8ChLwᡇaÆMxMشy6l،mۆЬ*cC!!-t~yV\~*ט(<$@Q1mk z[%vɂH$Nc(VW2^y*,AQ A!$PUa[' jR0٭ chb8 ݀_}5uADlIO-[}&`[n|q$RiSaYhFٵ!i p|+V /1G!H Y7蟳 s yR۶rzu8j{p Ctij:Y{xL$A֜2j%IN ?x+9IZ Q\l6Fpޛ߂:> 0|T*eE8VXTwR%0k&-[<" $FTh먶m;+2kFb=@ԃtHG#3W ,P;c5IK.>#eeE.VSY y>>O PD 66#+vV_z~qx;ށB (ts~oXrAs}=GA>8Kgc$i0mm۠f<-Xҹw+RR-D 24viQt$-P D 5Mxl`g Aڻ YqhQ؀c'?‡9D6TcNQm;q7nʼn'[n#SqhM[m2M|5P.D[K2NEJ(x>xl:Xβb,p881`.+Ɠ EY0K*9]WŨqu2 m+TPLpcذaäm35,wEua:V\^z) u,.i0#" A$ ?+ǃ>N TM5"do+RUWr_SRQ.,2Jt bDT1Ȥ oX|KI-YDZ5\L֭[^V< üy27ރ~w/>t V,mk_W6[ᢕ^j4^y^[ղ,Q͢(pi,8/^ߞR\,J c]^}_ nTTL.?W8 Tq]OmAY 2/ ,ZE@cwXq04o'Vfrz.NCcOlYgf \+ie12IؖZ׭[r4^w2@s 2sJ"Ize}G첂Ȫ <†180zL"(˨Vݕ$Q,QTS#:׃F\wݗ^KP,0 *bIP*x4;*h vwq7 FGr%/yJIϹX3+:^7)-H^A^ tlBp4s jyM[afBi(ʊ^^[-e1XVcG?ç>q,\0"*LN8df˶6rT^f?#I(Y%!F ~G))ժxA$a>=CViQx+~;N>d,XGo.mUx3fcp]WWr-UI*i88ʈ){{+L7Id}ID3~& OS9FȰۢI`X{ M̹Rll8?wq*C(X&n廢`)A5D) O PUsk<)dbe,ﷃGLGS+gm|)TJ)A(1~F׸] w UϷ,̿iwmqW,̟B8굊D߼~\t \N)Z9!7YNJ9 R*q.6`B;< zD~)& ">tտm*c6׋5 {8[j3&E[145 kX0 `1ϢӤh5 غm? фg[2H9 c-h l^c^6.NJ.N3xjeXdiazN6AH .\Re0!m.\p]dԫlhO ]vJq]wHKC9m ʲ,ᨣSɆa'7/ΆrZ hc)xO+Bjd:qFTwn4%& Vxǡߵmcxr=>ѫm0$*2p||{ߛoO|ZnRU+YxWy8_8 M+}j6q헾^xYc\şV?}H AT*Q!h4h45QX\@|M4Ţh]e2þ>^a8`02ԓ8ND ,/{/^WxQmVX&$̜SDꣶ])#H^ z"9umWiRof:)`;m߁_}/:e"h4(oP(yf_ރ[=A*!NU-h v)j, ﷡>N@9v? _| lCVG¸r +`GpYOעeqaǮ!|4ܚh4~۲M%9Vc=_y_P79ŋ_ ò3cbi?rJW1HRQ xvlG?0 |sǐ%b6hP`޼y8CpE !HӉcfDnZ3 ^ܠ &dp .m6)8D2$p4DRE0,00S8}K@I[9(5±-D1[qk# )x^ ۔N!,Ia_z<gxjS 0pXaS0`$-.R؃ ?2P.zzHQI(sˀ%[7]g?˶h'%TP p4SABoRr<3RH8 z p衇bժU|\ƢEԗmPPR-%ɲiO'Ӿ܁Df(!`w,5^ۓH"aMZSXsB HL2ƙn1#S!MNS=rBLN1ir}ScT74IT**@b```vm& ceDQvkqf .LVgYQ dSE+[z|_9,3pzHtL )+AaL&46Nl3rNx]V| SRA!z]7iaM[A\| ԒJ%;oȎpMxӌ0s"TD5R141ZTdҊȌlݐ-&J3KaQ ]_]V!Fo4 EJI7݇λ2Wd:jߕ,>y/"ޝMz!yDto7kx $) ׋! C "߿F $ f ⩢ٓY . <5"+D t;IAz|,˻U'oKd@RyNa#"clټ ۶ljYq#=dt_eӓ1lDހyX2,_fJRjLQ~'点jf"w _,}:=wW qݺ#S ]Mwz};|쑮(miϝ,P6&YIs Vp###X C pyo% FJ tRqj\b%<,¨+K^nH `][vN_7yN;>TϟnǮAJ+2w9m MCp,XpdN)AwA t7@fLaTwǢ#NmuP B`㲌mBr5-*AutLْ'Cx>cr=+hO?Fel'0DVCEh6 X(,& iƼضݖE dX8OZ*4vǩI$#d^)oSeTAHC˽Z;>T'"b3cnET/VR ( (z088sp;[/jbljC4 eTU5|ж L,pK8W&yFK6:dr6ȧDmÜ=KY&r Cʝ[b&|jRy /o81q1fG Cmq( }Q(0^Ϻ>fmě&1eCs|7CɺI~ p%SƤEut(TAOB<8d]#2{48 T2P(( hY9_4u3FcqjuEӬZtLꅨI3elJDHNhbNY$Hdl5 xmmm&QIPT<|ollxۚ捍FCdVS2"'B l9 6y'Mhs&Iԕ X ׄخ\֪۶ vec'deү5:ma(Gi"#AnèB@&;Zg=sזs=5O%"V_|]S=bw؏scz<)ޡ]{nͭ5ܚ[sknͭ5ܚ[sknͭ5̹d=IENDB`gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/preptime_empty_clock.png000066400000000000000000000710641510115424500306240ustar00rootroot00000000000000PNG  IHDRXgAMA abKGD pHYsgRtIME 2݃tEXtCommentCreated with GIMPW IDATxwdWu.pΩi'h4B(# !!\ 66`x 6 $2l22"$B YHhBwO 'guzfz;pjZ[k} Xcuձ:VXcuձ:Vq1,oL8-Mӟi:.R "B! R Zkdi ZBk _BO)!R(#a 3ϗKo| P=?ͲqRJI cmq$I @֎6? D;h-=ߧ)]8B:B{?I^o 10J04G%A𥵓~1M;cjeȲ̝v#[ܠvS)~߼ r@ z4/]Y} ҁ $pQJ2* 0DZw+#V!;ߣ4ED7MSh1aBs 汔5umлIWHC``  h).R {Q*P՜ǥR NLNHٿoh ???yZ-i='S Ny/TB=ys"6x290DE(JQXc]vc;N29뻔4M[R"2i$Il͹~.iY-h_ tQ^E>zZ}(Jҗn8z]ݻv `14ETtE?}m*!T[0R#"gMn6~ A "DQNxw?&v׷žǫ(Gnb 0t> eYfsijn;pa!Ygy, fu97aƍx/"ǝݽC~رm9q>*C]a̓d'JF C`=ßd%L~ҢTZHO=}8FG΂l HATD;)%ðG[YT0MS@8jey(`Z#Sۮ$mMXRG##(!?~q;N$I9j!mJyaZ\] J)DzNG*8 z ^$@dq!@#Po@$q"n5 XaZ$eʽQTyJ^ˤBIrɥ8i1 {A'aBJ 9֬Yа ŰZT2m~u|\ʄX_ "Ao`%(p)Ѣ1 ;p'T*J)FxͅF+%NPΐIc2\|8 C. ?η]w jnqigओOFHS0hM- "@Lr}Ȓ8OľIo]&]#ߵg8vȞTuPFQwQT@z9Hggc׮]ض̈́]LBjZ4Mq閧3%~ۈ0h%)* qy8묳 Ȍmj`n8K^$3iq3M&G"K'}v0an4)52qB܄+އPJH߆ٙ:\-[v^~( PV IZu}yfdaTP Y" B|i,$I!`V3@;5  {` X+2XOK@)A{Du~W !@ZEC0o5GBI@(Cm.wKکj5 Sᮻ:]|_A)/zZQpFA Eh N%I_` DhEyBLc(>^{<`R 'o.s9}8A'Ց& 548رm+~3QOWԩV~ FGG9eos80̎YrW#Mc'TETFGGXXgٙ)LMw~{t5Ȯ]50 F(@ j:8,p(Nhڏd5)}PT&@羈 80=}ZBرc޳ sh-yN>&"JJ aN(P)׺@#dY% rM.+{ZUdums1jae0 AS!MLAX͒]ȫBaӓg0j&Di/'2nۏ,M_}ח,ˊ[0H}H)WK#kb! $ "8 4e0FU4Tym0QeHԤ R0In [;obonBDZ $I`!7{RI0'1JQ *wDYZh! x(+J! +H1V H$n7-~ͣ5TtMx[nmHԥk;_c/"JnjV (Jxs׿ؼa(պ+-JQ- izSYuy\~x4ͧC1$I(D+0;;|g?;wB)rW;!k!U 8T2G8k|s͛(YtQJ EҸa5k.0{0=!0,3V wwFRo5sd9 BR!x/ƭފR$Ir:ԙK= F * s7ʙGŊ㸳. kÅh-XãdwַݻwT*{f|Q[Kk~aL(>w]w7QQŰo_W ج^j"Wkr%!KtYĔL]s$itg%8G>!,Z;նBXkdZB4{X3h/60#?g zBa|M E@9DCo %4FG!aJI,,1C,^~:lEhZT*h۸ޭwv Y/yؼy3j @u 3!68nF!DN}6{0աBmLOP@.9؝ <ڌaiI*JO#AC1,CRAZki5f' mI>J~`ddDV2.zY! CfijNg͟_kX)d{Fp߾}ذawAĶwpFQ"e)fjbh4~Do;J)G7ʞYu-e~-[`߾}j9\uj57zj:?˶{zG$qmc6FUX|) ̢mB sn?zju4wOIJqu{ÞY!"׿oo??pgv2A i-E@0=ˣǾB9q`3[Xa &?!^wA Bº4HQx^50ØZD2+ ~ڱ6gT*a޽]JW'$o1ZP;pW:3?yH"J2Hi,M!Hʜ9sff cR lܸz38 @=shs4u~ʠFZkW 3˰x{( OXd(Ŀ%KXK8ң\.C)SN9O{f7otY{َ[nW]u*#H햎P[-n݊sE^Gcaj*L֥ -p^рZ)^']t/B#栕2JJ%O qJAI 3nm1&ZuV߷/Yw,V "9RJLMMɥZ~}_5 [-cz $0?J cqbb'Zk] 0K HZ[tq}4CTFs~Y;FREjy/JAؓÄ;v}Z-0΍ɕ4. pHJmIطA@TP#2LL@5`fj!A52~RظqjHebؒ[ou(K) 6t~~HkEQ%v $YiRȼ6"dq(㵯}m>{?hV' "_ײSJr;F9N֜*s <7M1߿9_n]O ϚfQ!39-Ǻu;!VnPXX#A)4PZAB#IbЀOa= #7tfgg&Z%-u !E܆aLIdJpEMT dR"Ri$?ؿڱAjI^nPV$ ~ӟ: 21y j_b)~v_R@͗.0Q}PZ#*\+cɎg|*Gd֐J9$kP,ˠ<ax~򃚔RP' ,C$hH Ye?x𠩼6{OJk~εjZC|A4էgf׼G ?hH=Cdy7)Bcx+V&UZ I 2eZ-J%/Ƨ>)4.~F0|S^2TUdžRt567-z;ށtꩧK.瞋E5X6̾nelR;~qw t1 /.2/AxNd$ q*V B 0XQmCQb̤qp%%9LRXv->lDQGH"-b Vt^RC%-+ҩz ),{ANa9k*DٮZ Jv *V縲t> ^6lҰi Rh,I2H1ڍ&f YXg-+%WWz6MT,a/RF;wtss(1~QCEp@)zU/nKKՏw -dF-MؿzM> $0ݻq7MW6[6 ԧ>/yKLP 4&DCCAi @4(妛,* sV\T[/=a\"VOE4,k kjS-:uƽ{&NmCs8We3<]OU`?aI#mn+ L,5&&&nXi Xh9MSg+2g\QtA cGt27s2> u~ !oO &''vZw[h}"/>f8$_ZԉDfvinm =u]ΦWcOQEA4GtR6P.όjEgs(!H {y  @uk'=5Ȓq8yz\yxK_ 75 cZ+#!֪/=x>:$1eŒh$CE7+T8a$of5b8묳\GWʐ?8ߖҦS.xs .6J:J) DivLZAIOb;o Vā%&D7ص{7L-VH j*ןzֳi&m0;;kL!bEEdbu 8y4!J NC'!8 1$Ip}Ns)"17lT O}R h7=l-v;Eg5S8Vs|oaN8餓p|&򔧠0 E;lH0ZZA1}xLqJF쿧vZ؆9{?!ʥZKGLFgSO@V8 aW8x`_>7f-4E;nV1Q\qs?YAJɷR@ 4y:& HKyvk=I'L% Em0;qukdYqa]7[瞡İּ䙲$y4S0N`eY T@u aJPD6Vcdz.* ֺͱ2?}H}U 4H +<;S0==C_j'x۶mKh4 gS (B˥pK ZΛ!<;iA Tg΋(BȒJ KUiFz+iR8-eb-:fOBװX1Ȍ[kbib5( GL}gunǏPhFH,aݐ%1SJM}qg]A)ZmJ)N9s̄uS p~5{(nQRhK Grtb./k "D) -헔7onoe8p@W:ǡf]$̜sczɇA6F`%ZiddR YbڴZ-GQVnB)"uRsE f< Shtitq4 <&K4dpď~#c<=F)@ A!Vb9a;lSY< R"'6l @*{<,o$ "e(}mYGڴa"5 XahAs6Ks_8'ܙl&~hd u'/Y"- XLj=?;5B(ı9eRqye~~o?.P@EvرҝH&~~s;wѵ!D&1_`FjCf4 7 ȈYF2L `|sk  dx3:{,)0?QDVLNLL.RJ8pe5A!PjRJ49L@j  #k:2Bt2V4K`9ItC`Ԓ|ú)9Q4'k s(t `V@މRUQH]ADhhcFdjf : {ovueZ<ڵ8묳h4x9T:K㓱$n+[>6B=&%}߮AESOYaƍ91\dΩCI]CCႍWE#\3hjQKb(Ph$koVgL?!9h>UWdbٍgׯt^fM x|if R谱BD?m’t5,KC`b[$E r ^/Rj\IQqf>/n TD֔yǫ 8H_n4EnUBYO~Jι Via<{VtH3}s -SS.(% RZmJ@8فܴڴ %~?)sM+%]f'C9鋥K҂֬Y>ހ bVYzA D-GRWeA$+u1_C9< /!O"YƙX6w]zoK.AYWe';\'Iؿ "yl}_,Ճ}Y⸠rAND'٢R4m@=#&x{4@Jeh>I]8\ݶХk%iZ.'HNR 2!A)W+Z +eY@K=:ч, D*=vpٽGW h{o턥tzu9J\2I"!x񓸍R %MYni^`e*N2]1??7Ȉ"TO^;XH 2hS nQ-P0{76CIy;bSp)i7]aTB3MQ.hAKirdLhk4ICoN mgYۀ$c 2o e/.*d XJjw ea/7'[v<*PlF<ڦ(=m@@@)BL)2ic Qȑ$ ggPS3lRdsZ V-N68¼ةn;-e4,J! s86"  &Mק(ʵz_AqWEe]yXІ# r\~3vlj=??iqw`׮]A4Ɇ6FFFPVPVa${qYgaͺT* o$_۴6=}9֎z?'+l7ED⶟7pma)Qc4ͷTz@ 򗿌2\Ky)J)j b Bjڊ.nnHe쳓&r |Mr@1;; tír"!d IcPpA#ٺ|}i{OКBӾs`2iw~Pb`1dHdiBHNbT*1phhPnAy;KJCZik.c TTmid9ִg݆߶m(D;N}*$RlXY^sԐ+K=ńF&& % >Rٺh5 iCxΜ /B*hf3H (68s\ -4-KL*LDf3`(D%4 nP.n'R%#~j4=!3YbV-v~ = M.ݎu:~W"H[qF L ufanR+|ط)O5`)' J%mmn%YD̨d2;W?S蚰T*%s4jaam?_kHuDv#.:jpΐ4e#3TmM􋒂 n(N)$ͷ`8/iPΐdL Dls_@1vC._h_s|/! LZYӡMΚiLOO{(RiAu.${_N~C!eWS~my:)4F;njj`~~΀s)Ѧe@mW}.(!BT.^GV╤Z{TK֮é> ZZb\;\ M0i&!+ ’#Sp3tS𖷾qkeJӢEDb/)5r,HS;vw4iX5==ݷ2X\.bJCBI_0( Dueɿ.mGi $&PEL?owᗿr86Oi#,zu`bb~:.yʓq9aVmo{;Z 1::$I{nzm=08v'D CHӯ{W7pwGj-k2*J淿7goB0)NRd1dbbbPcZ6p8-r>!tPYn_4~IYLj̔/|_qWcf~@8'MMRaCcIy;z&.2LL!`ɠV,K5#N;4BpK~sk`nn!/|{J1p`j i:xxUoS c c@Y-inI4I'Rnd9H7Zo"KAdbBL*hM@ddbc7NVL _ g?7Jrd[/vRq (fggFm6jKR3Pb:LAQp|x^4tc^e⾾KjqHNArO8F9*/˨hU|BQܹ omֶYL5c׮ qo]lq?(LvZ,IrX%$7yϻOr5\JJRw.3BWavnx# q "kͰs.?\%F@iP(dlɵckt я:ǯ^rAe BW)1ưf͚>>< 'Ϸ 3]QMFs4Zh4xk^?$<&ݣ\@ |>ɸDex` O|@ ,‚!,ԫ]o\կ.BS0 LJL*7o6fgMukq{ޅg>O~S>V+KtmSx{>fx @RF&V|9眓kNu$ VfyO4K9rfl'>'Iqt?+-0o/ٺ}e'}oX*Up4?ضc'ZCQ  Q|?>ɏQR6j(ܹ;vp0MK7Ah Vgo^Tqy!c As@01>¦Mo݀s:hrS3'>?eb2]rcK`(G!j2œ (؋M_:337 w&ϸ8,p E;_ĴXn&~_?ves(P l:y#ַO݂1pN b4^WbbbCJ,K\&PR8h"2aIl$J1^v)ʥz L0BQpc7aLm߉Gef`(BB 0.ΰ/]jaPCŜC1X . Kf |8p<n&49c͚q<ςq#R \ve7s9élc ZPЈdh(5* $S5zw? 7(TSbll \wl.mRUo4y IDATݺ|ֳgg8l% pOl,V)'&&Vr8&C  08iDk FJGq&h)aR57⋟81RRC6#\wݿ#`IF)=DagEfQj/?7*&]RvQ3O>Y_G$rڵ^'BJRFlRf% l䅅kVjwbڲ5H?A9[ۆeARfK[n{??~ uie.ccc0IOW{?\x]Jiss:#e$I~9y>J"GM!>bj!:7)8Z-#`rf;~k'h;錻τ|_>I-ժxucYaƍt5}>G82iSibe9D)f[n8s-(&j[7܀.Qơ@*),x0>>n82c*m 8N9d?Zlٲ(jr%(ye ԑ05NY&/zJCk[xғ.o>bDQ% 2pCh@"p!u[ !* W+RLA[KiXd6գ0$g6 8ţ(5mZT{'ݙ=T*YdZ<Ŗ-[P{S!m}J!@DSzT @sc=2z(BkRZbMyI- dE-_&]P8.8,WXگ v֦ܿ(J ^%XH0q}3șR y>SgETfj&۴j{8V]`Yߘ6dӲ&:&j|(?Q9(Yj[ (m#0>갯i梋.rzH M߱rĩ,_wA0, o]t$\ >T^.߾l bķFÄV=m7L  e6E422vqZ ˑnF@-g 4±gP([l"T,fA5&(A)1upw}w2di N2ƍ@eo]8Y!0ntNs҅b'lA ̄s)=]XXp(oK 2P)g eh`^7}G N9lICt׾?"\ux>!yhA\8`,urhh2ư2tH0xq  KNe?(ΙW ۷ߏv;q5*`83 B9 Bv"˩0w=ulKBRJXC漾AM'-4"ƑH!kjH (H2B@d{T3ī!PDAS )A2yr޸{t-B!?W֜X,nlb9ztTܹIj5\QXb A=rQ"a-(dR^a,.j!t$f(;v',0DBzuޜ! Kqle'},8ň9WyᲿDkL 4z, =ᭇ{ i"NcuقH8V08J qf&j 255{ J&X렃 7I"2@ 1۷64 a߳a85iDQݬ[Y(Z򙏵ZAlVobjv!Id]㈬2q0 Qz! d~r0-C 4|CG*ñ=DQ a||r#c J/kք,QY4qA@V( MնmgDr s%膎N菓MPU"W+V@^oTBjŒ}8c`.8<6]p^oXrAsy'A}91/wq<+Ay-4q&U=/ma[!Lm  >L' dl<(a+B80=3 59 -j xV8E),lAפHr"9@PN13IQ|i 6<[@UòdKzXq0mdI$+a9\4tAtdCǐd\ eD %<xn:gR{%'n& EQˀ'ϰ}  52fffDL쾓[ĸ{0915s]~P@6j^*;f,H^AtAV-K%!8#a1iNa~B3ZKQiln"a,G呪:|ƍGiZP*~P/1g+N㱻AI$V2DSRo/_ _ p]֝Z1~*GBq<î]A ʵb 1yJŹ.<2 /q&JBydKC:[Q7/ICZ_;r]WWz뭘T$4MvapGu&.E{vt&=Z{0I(yf$ai 93?̢rAQV;-۞kO<_AQJ&|a6~ $HS'>s[+r91J!|+Aa|GjrUo-LAU(, $n|aض%P( -m 'ke-x/$:b6҄T*1k : S®]uP ,¡6Ʌ>$X R*fAegIV|9a nXpɜ104v; kVӟ[|qKh{u~#eiwm'?!b2QLCDG >…KdEIIzkQr(T*͢q lQrqbd|%(Ygq}x;% #Cܪ{$;fVEҔ4m8 V kk A *i}e<788 zMTAeahh{Dm۪W {8 ,[qӂ7$D[o1j +VB, __@)zKOs8uA a϶4e4r D)yiÓqx%a wPVcdr*T1S7> D?uRq+W/N|-2FƐr kK.8@uf&ksBW n]i)5;לsؖ+NdFxի^15CɆa駷⢋. 5<cq,E{Eq`g˲P zw]`rHNVYnkb0x!->nRە^8%IT+[/''$FXT>m_`?<Ѭ 1U6>? uJj Z ZM)@y"k ItMW9ͷsCT 48 *E%lcxA M {N>i%̞,ޒ3&@JAA*z1k+A "X1K[W`]Lkt ~Q.ߏVX(x oߎ{? AJS1]J)* ,˂MVp]cwࢋ.zT0\. xtc8moǓOmĬE;9(w焱{kqVVktMv 2hJ`쥛%vj mǕW^b iv( Q(u۳af7 @^n~&n| V,ɒF$hVqK^{- _x| X^Z +0g W~xG*F%6?@|~w/)4Mׂ2VrDU#7.Agh7 *,F!#asy~`p,SiyuFeo,}po@Դ%)nf@XD2PЬZ%{VT:Q 0=epPM+^ZBɩil8 ȣ$ BPA>|죗c,v;&zkA:!,Ȣ*~+W2e IDN:XO87##Y~<=o};xiW}(OW ERÆNR-SR2PTgvr?a* -2cll a*?K `,(NJ#x oy˩jZ\ң?r8(brvzL"͒*"1ߏ8u| C~ lF֕Bb`TO<SoJ V^O}30, grKd=*7LU\<.Q|_<#j_}}}xk^n J*Yg aMAiY.B0HpqQZ*%+#jU*{r|Qrp`ām_9255P= 2 Mc  [n~"3ӍvӋ>/)T> dI;]󣤃 @p\߸r)(D, P8SqǯƣlgYrD Q% A^R~Y!KF428ex?w!T R smR$`nR;־ˁdsj4Zo|ݍX: IA=Ms133|r\wWqŗ']g8% AD ?-hIDATݍkVb '35yX"b aPS s7ZȄ Jӣ3^+3Vfێ\eȓ$@󮟣 9$ dU2W/ⴭ'3@9V( B^US^A o:oam\RJ PzJ1O姰,/9@lذGy$Dݔ), {۱SSSزe 6mڄ7brr# B ,0V;PsgK*sDi*Q1֚wRNc;a0bP [Ȅ='׸$aA:)+Q(eQg>wr&%,Җe}}E)o½eXr%J C`†IUw,.L9X X8NX3="\m 5,!riRx38 w7 﫢&LZڷKoaܼ-2LQJ#DoN9(i1!K 蓉%Ei P5#yHCÝwމZbN2$q˔s7S4уirE&`8.Ś5k4Q" DAT/Z' t*onFA4TB8ID<& bȢ+"bŐC A$M.\i$a9M¦#]#zpp\r .Rsg?x`#4EZ#C5Gh{'si]}( 8̷s߅RJž9u_T t;AnaVOu뇑JTy >td2.͒_; (W2E@ lYBwqczz(:O~7"Slڴ ?;B**oߎ?>$v؁-[`ttrY[ײ188kbݺu8022fsD!`ՊMi_}U>7MfVqP;anR_|eqFyz^Iʚd\ "}$ `%:Yt mO:)ūRYљt$ zH \ؖ$a׫M z*/-`RئEI$0'0מ1eETwdB=j0os9 ͵V$ 9$߂1"J*FZIE/Rݯxdo^V.?<` F%\~tfyr$I`Ra=h1h5 [ trZei`Mn Ll1DrZ}>>v]6T bCGZMٻ$'I8oGu|rUV/a6HJ@ɲhO'a_]۶ "Q)J`eIZKcm.D6`[I$ X \8n+R1qc,fm'N1Eڣ+ko9E;EarPcT7˭I_$MOOR} w,Q.E:ǁkY@dژ|DGYQ y p ò3Y_xXוC*cZ0LA]I u/f.iu8(|¶RvcS1Hw ҥ?kV w4U5o9|˰婧PI*(|bbl WT)vUQcMk$\ re)E&Dd,1QY Жz#R4iyg.r%jHmۋC]=Z=;{r靧$^J٤wߤ;^zwm4SO=D 4`|K>S-ߏZqժ $ z ⩤M$ER<9M1@as]uhpNyo4wyN=υ2k[& #Ґ:d @0picgk,e8 ;}/?mWk<<֭kʙv)_?R8Iǹ\.is Mc&׭;2)ݩj?WG4 @@Acxd>d+'?SA2SvZwq\BTuaԕ%/M$S]id.ݭV'\SJwz|K?6W5"S DO_au&.3mlŽ#͞5]݀NW![x͖wcQRۡLג,\<^ Xf; 2R81==^C%(<9y^s$㋂<͛7^X,*8Yi5Vya!l6ǖŒR(iWVFfќ6Ѧ\8q`Y,KuBX_)Aw~O#Y?AiPwˤ#00ZC  fMBr-*IuÜ]ӒA8^#pQ,\yczj0DRAE X(, Aat1/,m7hoR ˙IKe&\n5)bexr2CýT'>T;"bCy %BjnET-蔳=JQ(P(axxx5CnTc+8qZ r333I =gMAi/pK8mu&9r.S߻Z+n&5 E sN,eqPS\*N*Ony=7Akߔ[x:~Fd!0̖Z0RQ(>A/P(`wyݯfv|uTgoҜ೔Gr<>VdC `_Dϙg@Des0ov}Z':-YAvٙtܣgYplB_*r d߹GQZ6K8TcLkhQs"elLDr'~VX+Iq27ZFYO-hv{ qh7oZ,˦G?XojYךO|JEOhis09cbM.VVU b&v=%2W%ݶm8+ACFs_krba(Gi"#Wʿ 7MSaUR?X NJ30AG}vX1~8s V%wg'50-: ./8?q=qL^0zvPN]1ܛ4d.1 5f+=&3o6n^q&s}{mw{3<1Zk^ 2O}ԝD8lg6R} : ^ ,Ak ʲ(y)%|5W)"J)ߓlMc^c,Ar9Bpn5u#A0 s9Ҥ!8FHI"AłNrBoUJCp,оLe`%% c8ٗv`wj# ZNi5uWU(9/c)d z_)5(k"β'/|?Ke $tJ-<t"^(У#"\vUiK@8qZkۛnR BEhp8<901P[o;Zk0=lR")SĿQFQI7]7s($ 01w}=ι͸>EQIt:|ߧZ:Ţ>Ro(ؔP0pa.PȪm-Vqa0`cc~q+0_LjxlAx;?<,x\kM njYho@JA(DZ3 |;Sq# ->S>W/z0NAU4*;6ƀ9G3ƀSoh C{zifMlmmacc]y- & gyqY; @L1E%{YSgfEV{02BY!fq8h$|),c0ao'(lnM‚ `j:mN80`L@Ԑ%yA|E6R3ٖ msC[i1ԪZtQtQwD=8X[B,T]&(x 3 hOBZ1MAd8- ! 67pm[lD, >)UAϘ|6=?!@R) )Ԛ6['2q &<˜aAS7{[}> 2|aNA5ix΋ gg4sQ(2G)y%? bU#7q7 y*F09|B0666u9JRA-TjVsxg 6t, ։8QYcƘcY(~QEGLLbWq d +M}'ǯ~}U1vww C;w*-Kqyez+X%u :/{fݟRnz@Khm(iW=]wN> <\ srtNOxsHUM9 D4Mm*ԅxl OE׾tzt09mWe5%@2f$s#Ujdjvlj bIƿkW΁b\ eҐ}wU9''a9̥۟Blmma08~\V Q5(cg Tt _%znv0A]M,-Qf9GTED^a)Apx.:UU e5%y&7R Кamؑ0ں^߯ _QE10'IjgJM ;n?e#6s (-QdcG+Ƒ9&ԏ\yg;Z^*}˦gF:RRjpΐ)Q(E&H 6ͯ)ً ^1g$VXS>llFz͞SayiN]c(Y5P6 Dh_sYV "8v/Dsc,rB qPl DudVi ih3o|8\ }؞ő.p lNoDsVpϘ1Jill-Ϲ_PIe~Mnk)c1`vxÆs*/1k!JUhj( 1D0Wmsiz-zdK)aBQH#k_uUz9O<]* R>0-ă'6qi!kQ!  +l.̥t!ZEMslll/wR{1()Js+0 +Q)3 x aSՍv֬JF@@ "RrfUU8}$s;wf_#Y~@bx0іRbs%|0AȇiYmc MU2ԈSE$I`0hD,y HtwoCNd6W*Bp[`#s L(̱^]"]t q<3$Ib/6@X!ǐ5- SѭM&?M^9_Z9)7lX3z-@T"NӴAoUUa4U\pޥ9 וaR<: Z odMN~tVځ^]JUUqvLQ  v1M TPGQc82%kџ.^F37jWi9 /U<`U !1c)cΝ%Me7 SoqbOD{~~ˢiyi14ww1ŚIB-!D#FC`F#h8n8,{fYzׅ A#dbS疥k WbA<;W _[ZCafXMbcSei7)562Х:;zQӪOeYbO B E n`sUZB 92VQ؈rvk̃"s[X'M {?%-@5ڗ,1Eι3/{D(~P"ChMEX%PBo%c!WF [(vWh<ՌؕpRLjxOsP@ΐa"s$Icc94jvqqze=ՃcL6VUU!Iؒ'xC !\ߒ8CUU5jiO9!!z)y0 ez6eY:KǛADn8u{;;;-e iS䑸]~(PU @e|;q5o//שQ5yocS̉&I'_zq8s Z|x^|+nOl-19A t bp86W0h4ZA{P,o}[i{31ڝ.[,KF#|s]ߏ_0e>O| sKF?D68{hq73w~37uc\9PVMt؁dM\ԇȲ̍2ͫۅ vAN91=ΎsI`E@-7˲[VdYԱߟY 50$з/ӞI]٭DyL Q qiCfKI ׌ C ?OT[e4Z٦o30[VZ%(?s:Yqw}=eYZ@cn\)(#y.p^O=3` Rlo` AOqk_>6b =V]44 C׵Gq`XiGy}r1Dڋjh|k 1c D \n}Wpdhy]N"w\}"{̵ʩ_7ONFb YΧ[AiNqaoޢ.~7p&NwSn?e}U>]oc /&8RZ6gq7KjKVqb1yP7u @ Xպt M$I<3ӆ/1o%+˲`)L9"&9,L?gč%+eqE1uZ{{⧰o\\A׻_{gQw1v{,㜻8 !d?w>aԢbB0I'7ABH>A):3֘0teCɠԙŻc."TnG1 ( fAae ,]g?ܔL%2\-T`k>+U^kM:HQ)8"&Atǖrۍ&c~Ū-koʟqOX~ҧхRJ4\Rv&%!eg yEho_t`yĪ5}&(kS3 l6 '|I;k^:u eYf4Uɣ9"L-2,N6>7-] Vޥw-db "%*{|,ː$ >Ox{q9aAJ(`T7h%"Y&VRv? I|˴fߟy@*:B!>;WUPKPJ'//]z+`P m4EaGM$y o}z}ksoT&|@N#]H ;NOXʹZ z( D`SEХ,uz~gϞu1 Cchx;𒗼I Ihu1߾Lɶf,Abw}6W-}~WJ %NAϲ,qϋ޵;Pti  $4h0ayT19k2=mWVV԰ P9H!I҇Xc zI@1ʦ8du%%D@xoO)Í|aǥ.ķK c. I1()SR @(|vslo#I'5kFq]wNu 9w,Q<JYt)qR1ҹWY@Y!͇/r_pp;; n@մSK'xNu 9%h4j :?I%iSʲph'+– 3ވ,s&"w eO6swbRQ"YYh ƃ1f j'{Isa!"d1667Q%63>яGE8u.s=P@i׳v4Ѕۻ0k>((9!ǁH(X$DYxއ__ҴeY6`o}[_wuk\Gt(zۛWJ `!jaVh-ȓ̓S'3mFjt)?ݝ^вR0/-a5\W6kO8guk>7P@]" ojR׿7ᚰp^O)BO&fd/v[)zPp9SOX$mWS/=Bd&>I,K-oAUI$"@ ،18<~&:{Vsf-##DfVʘhOgi®1_]I&fBc^ 43@su8C/\Ù3]p"asyׄݲ,)x/5ȴB(Y^6$^}4a4c F$urYB0<)H * WTy{ԥ-f5_;Ņx8H BɹPa-Й*h4r%$ݪ>x] &dUYd)2u{{E|>Y6RaTSώa9VMAEA>h1#8{l$[}/+%ۅid TUR3o?EP%$Mba]i}^'":#4ȢÈePT*#;"[dΪĜ=#(,jC7u}9tťĠ9qrӢvLt]`B\7l E' Sk)>+[4TK}GLSLA~RlKa;w1;W&w*sIMSۛejzcP˨Y @jq1w7?!Z"戌+d6(++Cr0hYw7!PT'4A;;ؓ˃ɑ&k@VB1hi"04 pj2խ?M~Rsc` \*Eo3d>^#lb  B&(D\Ǐ _q,9"ӹW2 L¡9v/%oH-t ʜfF['b${~ ITLD+.T{x90â:{\`Y HR MP0e~ A32V̿ Ұߖp .Vm0'ZAV^Oc C [6/0}2/j:Y 麘ai. (Pyפ-(A's9XJB8랰S52 2JzۅZ\(5JVf0$0Z#VcBuZU;J)FK2s8Y α50F;rZ+t|cg/'z!0g<??@E'p{rе sV.A1m*euoUnkDQG p8*Z73]w. `0tCp-= 1Q@,%ۯ|}k ǐOছno7!#qbeEUBt!^lܰ:2J9Rh]ȖseAՇ1ww]+j8n*EZi pˀy=WJ|sw$~)%~u׫}Eek3H S 3%Ď1F|_$/ߋXx` n^UT%av 2lFKٳYc(wycUQBJ}Ձ0Eabyx-R Rd/Yx-| 5Sc%ZkDIbFQ`F~ߍ"t3Q%M2 FWx׻~MWyӅ>|7;32ARw]A&n?0h4BQ>JS߾I>_)mSUn?s1ϼ+1H;|It1bU%T^xsPDI5?ͬ(J* =wLYVǖxG@wEYE_<}mļ%$d6},(BKW_%50ٳ8w.: 4_c^*1)iH{~W}ry׷F^Zc4A9Fx좽,^Ğ]th['ٮ{P$/>Āf4"nKA]D@`tfq8GTfګ*\6SN{W%`w3oe,! 8֨'#'x40V*3,_r`rC-Ud li""k՗裶DmgN:"3wT$UXͅu5} k%.g2]d c,S+䥆 e[ Qmy~p'|yրVQu{! TW&VF4R.ؤ}*6C`HZM'W@ʉu^Ft F`jշo* ZhB(A X,r/IJp}̌ncvwEFY-!ݴU mYJ:zq@S.=~]w>QQgrhX,$iGt}\A0alM#g̒R"1U Su 0ڻx/Lcə+.k?ûih7pHFLL,an: VLAWff4< G?2ܮ.T6"V (aBl۶ً͠t%{:׿{cЀb| r~&VƄRdϒ89`>9|q_Icf2A͜A1'_Nl?bY'҉[X1at.A`GUjaЎl۴]m2Zs%Aߟ}te@Z07^9Fսy+@A]LG9ig! xi2M;(E$8˜E*);@ $.h:;u;o窱P&kvX; 5110A5D̨v OZ5`?zK6r ZeLe̓4HG1=&s̅mMM=l] 'pfAfub$] N ':Sۖ67٩AJvFб ǯAkMI:wj?GV($ؕ4PQL .ZSt X3άzQ_A&OľF)˲N䔣?e6Fd6Aׁj䭒F([4Rї8V3qR`,dLqu^m 44k5 |+b ΂Fُ|.V[ZШJI yܴuXc;8_hcu81%>U{^uܵ|rm5z]J]AUrW)(Z:~GWz{EƷ2vb\iC[ dM;Z%AEҽ-7!Iz(*J2,אzEc` "=^b*0줺mRrЉ ]YK9(Ӽ/! ZKa'Zp;W_ZARAְuQ2kӢ[Z4T ذZ쇴|߳d탬ץtVH{La.}1D` 1fpU6h^ǎAoRV0# \3嵽lszq"5T,L<} Fc̱^}?MTE38PU՚9bZI=~y1q7ZQ:#ۑgHtEʷ1i_HnZiNEIGaԴf:4cjsatץ n ~P|.0ԌtJ6`L#˲*TcžR#Blllxjs@!^?J'O@;OCZ33e0 T4ME7wK5'TUUݞ!"hHUBQ[|?p1uop$0ЊC)00PJ@$P`scT`;wm 0&Bv}n16^U ['6+Dһ8^AOZ=C0 QN> y Q'yfG80e482UYsigθ1gJ$Ix̙ɾ(ap!pLpa{Gq & jp1]25裙Fi\PRBj(ΘH.6y/LB;f>8Q8yetXa)zaD0ƀ \'v9+ϲf9DžAb*pn\~aZZs~<.FDH_Y}7ag?ٸ暫!.:oV"#pu렔BNKGQ<ϡFPJw܁9lWJ! zpӧOn5k[Ο? z={8#ic(nPBp(Ue'ch >Zh$!֏\k4!MS0n9 y<ߋ(U@Ґe@phYVĝx9*4.1hX<ɓ'ny*hTe hȪw|FD8<8fY*Xl0؝?笍5 Phj0d -+u?Z"N=J%=K_Ah|+ Af~lQY7<1*}qADNj ޙ>i0k~qXЙ~>q%͝N<;|-Nx<fB0(e{ʲDF?#|߭8 ت62W0N ,!B06L18p¿}ɓ'jF㡔/zxx/zq,KdY$"Zc$Iw;/{)hUգ5A"`x߇wcksÎ G~b 3aY>,'8Kh( p+;o~ ^4Gz^;{/670q%²,17yRR|[f\u4zi aƸi-ob U<M<EQ`sÿ^qӳo G pӟw|?>NBD(Z['N6I: & ;{[Y7 $@+Kjlm/E å΁l2qC{ Ek8 J ~<z!0p 7kuD)Iq2}*D~Eè5OnWU<+7|ͤS0c8֜D06xO݃{^}7~a=1kq#s8B)~?SO=ZY0?wy'y[^_Ǖ֛!`@cKGK늁,m0NRѽ (&I{asp:( *UAֿkQczIʽU zUQ"np󳟅 4aJ aq\T2Гs(€ sn MCpV`IYԨc ka߃=S̞'k !VY!MSGHrd8~ç&B( 6߂ p}{|+ E6@QU"llp2HW`q^7bQ3JI 4d6,KYOfM1_Zx܏?뷖I8Ka5_-Ȥ;E<9Lrv)k2`sb=y =@usx/ AvDZkDqИ+c۸:](I))*i+eu#8t;OA(^WȲI2:繳qBv(jHuy6 Sӽ;)Ts?ɔ MT I_㜿Qpo7L@A1 A8 AiUU,ˆE~Fƈ0 e)nfvp̲Tw!l)NO .h5oǿ{飯 Q9B&c4`+IFz%E)8B ;dYP QaU~(Xt4u{ ,I(VۗoQ.!Fс]1~r9Ga[-"ec)%8qXw/Ml֨H#Ḯ@˫&\(C/N J&] 8,iO$I]Kaދ/~@hDQ]: EO~l 7Pr dխuysŸ+0 H[=1.+y!e`OCf%!˼a0PzQ3IKQB$e9d^>dE@DCkh BdW_S+7q+Z`]uK0lU }ͫ񶷾Q@cb,b`,D`8soao :Q~ EnGqQדe(PX5}h@H*jҊȘT)KTUeaRJ$q*}ϟ`1)S= m D2%;~sVҥE UY$U dY:&&)lز.65tf1H=UQ jQ6`Z`0p'o)Kյ eug{hSkW~W7^R;u@Y*pn_*Z*"xAm: RUAߦ8\!Oazm0G$L̦~YoTU5H"FRᕯ gy:lOȇaWC?2pRIi^G($ Yo3 } G;~7&1M BGoE{)å40 aa+wJp(2`4\ʪč7ވW'Jp.kWUيM)%}[N; RcϢ;_6V  &f^f2?EW0D8wNԵ}kAb $AXf#R jУ ,,Nmh!겊 R L-b_3$yc̠~*,V\^f|LeC)>tUBQsEpL)%l4GUVJupI<ķFLoq|/h+qQGZCNrN BQBi]aH,1Q Fq"Tȋ9pmwA!zd1%x$7cnD/Uwt] $0B2<t n߬j񋤨Xj1t:(;m)µA@CPE1 y#oI\Y˾=Z(D1N;pWe[yCi DTK28Y] ޵677$P Kḱbb@JٞXQ1FSJOTEf{A7ò(&dsp6^Vhd`lx3kk@0U07pg6GO.VGݏ$ͻ'j&[}_%d/ke~*N"4E˻RBeS A0-|mAYR 3󂅾sM5jAç.Mslզ :0v$: 0RoM.6Ah"ͻ춶V"m?[R ]k^]>݅eLjTzu;exM5kcܢJBz IDAT.XA4H 7cݹYIu%k'}!ZiQNuvwo"0غJfMm FΪ 4ƀl8CUj8T~* +i;a֛'C`}~ziUJ>=gZSfsqoԷK)=#=Ҥe&{l {jq(\O^)K(L5&~?~b?(fmdc x?4ێjf"vZϏgW,3cwۥϳHg4I/GR4?Ӟ/ku51jKa,I#G$5v/cUcª¥hT009 x&SRş%ݾq?VmcY AitYfY&j۷Xk>CP>Q+[mBvw0S`8NQd?K-WJ Է9 Ws%!U͎E[dwuʦXtB[]aGQ䦐E8-9x 7 &#Nq.st8jjgl<Gq駹 eY6F#ƶXFB-"Y-f1"f9l q(*gy{0?Ou<{aW2bqc` 4 ? o~8sq30(%uGPa܀I7 #6yN_քۋ]%n/_6ę'PY>YjqCȤ!b)g:"0%7Aʲ} $B6N>/x.k=J4k>E-Ԋ a]xoMvJK[t{!UaU<kڗY ,"~?~Em+B;=ڕ4ƷϞ5TUegW.i|JoU||޿xxeYNb<ɓ'P@v{^ j ys)Xe2::#DŽ[#ϬMT 8U}Ũ$򴙾_J& /} ֣r3G96667t;CM_AJ! _}|K"!Id \s58}nlWO_PԔ}jC X Ś +P6A@`lv]ZJO;;i #?揍{E!6E% CoŋKd*K3k5> v?Ằ?!z4EEܣ(r@(8kƦdohZIzf8Y0h]`ĩmY@ :<: fYwcL3 'I\+^l#${[%w/~H $΂QI٬B>:Oe!t Ӭ"ivqvDa]L\w⪫b"`ɉq޴7;țDMFG㱳GcF.@;60b>JdLCexgI4~ι5Hcu'a3]5eYICJv@L_眣Rtcibcc~nz:W mCni9p8Deȳ!<.FAf:MijDe;ODb,ҰmǿFeXCQjR'N>z1 ƻ?mDKH Mcw׍a De/.xeq,4rQ2H3SUE7`zS}칎qG7-Sm b3?)⩪NB^dh;J)gvDt!ǐ} Chg|1{pS)%|, 8=L`E(r3/Zׁd6+䯧P!A <Ǩ]a'&qvHWR%ȖYG^f:sfQf1:V_exhYGw/_(LmJG73]ĝy7qmkQ~|Eڲ7 آ950ЄY?chbz"^fZ5z, UQӞIENDB`gourmand-1.2.0/src/gourmand/plugins/browse_recipes/images/source.png000066400000000000000000000644261510115424500257120ustar00rootroot00000000000000PNG  IHDRXgAMA abKGD pHYsgRtIME 3EwtEXtCommentCreated with GIMPW IDATx}yUsK/ aLpuXETPPGqpTEYmf>QFdDžQ`ADDdGGA% DBw,ιa ݝT~w:uyyMǦA7-cӱI@6uô {κqxBطeߔAР]?! O׹϶]kSDߡA&X `}'X̩<ǟg@I%{nB>{}!c!!`MJ27RZXw}LM(o޲~c{u:zR={5_e ϣuJ)Zu~D\nUPO:t ^X*p- ~D7^H#o@0^JB), 8RqbfkJ)H)!}ޞZk( 'POs1B19 =c 6oaIoko++{;^abR8ed" {hoLFxa1UHi!B o4M$ɚ8gqlȲ qG$HB(!)WBz.f赁z? Rp!* * (Q!DQs~ *t !'\Ύ\%L$S΂8K!UgQJ~,0?ZW)ec#.B MSmHBFG DeRvq٤,Tٔ׺akn"/.HY@A k׹&dV9(PPH Z `/Ck2lcd|R#w{sB$h:IYilhln; >.6z0zj5xLez^Qz{tB ^|!"75;qM Z#j5uT* ;N* Df2/F2"0XnSBqn 6FGGh4DZqm Hѥ)lkz 2즡{m\ C1aes6>-Ke]v})q5TJ I!#zܦ*n+B=P8?BdVlֈ}ZmEPw|Re-^T)/VFcccƧo I֣d|OKl񂦥:_< C|0 9 c Ahnh7n,i )%4EeN) ,C$y,hT\_=B)1j,Nyϰ(̚ 0044b]$-ݥA꓉^ǃa ,M 16rp6m6i1 IfX,M(jBj- _C° /D3x\[-К```[n9[o Qഈ2Q jABC>7[£8dzZt?S֐iW 2)[9`08; ZNqcʕXj=V50^v&`dȋbIq۫+sValn0w\PʑIJhO98 mAYRma,e-Be<({ t%/阹D պt|P璦ɇ)W.|V|B`!cXBϝ!b&0:Y-Ƴ<,a`ho$war(Pº Ml:6>!){ RJAaϢJAo5kqO?4TkO9ɸWk׮igoH sWF4=I6h+4mbTtWG5{=QT)rlrC5@ve^Q0N2ó7GdB%!)C`1fBuԴɊl:& @sB5I 1f4A*킦~nB ^Y%sR:̷8Fդ&k ,\((`hGH`F @4xqkI H/a'uBEU0IO/޵sl2ǿw%JRJW*IFǓn)e+d}(,ChZD}_;RPJ 9rzJMkUQf(.>٧Qr+zUqXWn bZBgN֭Z@2F PM0P s+Mf0,HrORf2r}Pd32Ū?aXALq@YÛAe) @}3Jg[\vLے[ 1NBWZc 0̻:-i:Җ;rswܕ[5pGWSDQT[֤?gN@ gddpz0Kb{cs pw6d-EUff̴ַҍVn[R |n-dkK:BnݺI=,HϑEpն$ &J pQT5Y_VAgD]}okAlNRlqAeaj5|!Ynݤ=>^8U&hm.S_?j7b cHRJwkS+ )ݿ?e2p$߫i69& 8P̛0Dlb_j0n#gU~Gccc({1<Xx1yXk֬Ø;w.,X׼5vm񶷽 g K,8pcͮiGq,-<В,ޞEZPG9`,u,s`ɒ%;qUW-[$W[z]wt8.7&tH.BVs %8mU[,&- Zw9|Ė嚌n*6&:Rqڵk .lŪϾqO{#<84lcFG#˲ ȡ'/ V8p]jw$RV@BjDbMVyN̐1=A"fY( s\q8sxbGfoP/H{/k`Zkz뭸#({ C-;'a)_4qt=] ^'*D0Hf("(..0EQ䄩4 Z@""Z-X; > Z,CZ>-qwqI[JX8  2LulTf鶏mY|ݞ;HVufcH6l7g Lq0D'K.V Aډ 19`S~Fo~s<@~83 tqTs8<30Z #qcAys,a6S>O?sC=CCHT< D#IiK[잵dYvS&-  FfLkWTF!BH ᴔp iF]`gN\BBVs;>9yƴ0Y)Gfpp-N;vܹs {̳bx=ZC,*f2u.nK)q1'`-{0y+M8 t' 0vMj 0TjU4cĴ6׍hZx;ށ/oq9fЌP 2@5 fֶ}C8Cxb|+_u]W`̲̝ mcV s1я~{MFȣinATUPG(jmEV"e}d* jZ?Рu|E+nX0&C ~ӟkϙ )SqB TDAB"(I y@q&v3M$ x |_u#c2![nd-Eo]S'9fK>0v}1~Z1ߨ+O׿u,[ F$,$vfayoti/xlR=33Ϡj/p>A/r .RSI;U P)I|mk5y9;!A e4\:ZűzX8K-EƎ?xDQxi(bubV9aL'JZ1 5mv3\òeper ~nDlj',000 xqʘ)sȹfU3I9[Qס0I)QTp??QV]][fK%ϮǽޛGu-eD$zŲj?~g4Mq9VX+v]!Ns >򑏀1AqF~t]J*ĵIi֖ޓai>'t+tCirk[r|[Bhjl22mq̊y5Z&L^Ad\rr>Hd=+_kp/N!8cYJ$ ?9W1ȕ(Q.F)8cPRB )YJ0'w?NYw%f/c-n&<$x)!s\%J̣*R!2Kv$dqek`ۀGofR[ p:G`3AmE;w..B :1R lb7BaXrl6qZRk5bLc³;o_' }kYW\qEN6n]c=֌H*4Z~ }1j5z>ZAĮ*f׭TfE=Vp9s7,ov@ߧIuAx <]I(|Kb ਣBvj2]Ku|}׻Ǐ?aㄨL?4,~pZhozgw}wdƹVVlNCJN: Jǯjiދ!Iap]o}f[o!rw[T%# !E,5[Ku뭷" 8{? fm>Id!HNg.0Ļ.̙3}&Gs_N|/a(reC7n) {wm3E@1C ᆴv}"B>R`ppq Ƙ[c[3A8qAhY?w5O7έ^&6ds!d}zLʋ/L[O#ˊ , _!Sdžb=l$I0448Pe-绊k׮ʕ+th!gNjgY F Ma; ?!! HäDKwë[v6 N{o{_Z0l?OX`kI&BVl݂k!BK auJ04i/ DjnkYaڵ56]5k֟ VLrKNVX\\iYm~( dﶟ(ve\@t5?l/h9i bAk ʨI6H/KL)%{9Hٝ2ByjӦ Lm{Imҕ+WKZcҞP?K9)[Vk5.(ZZ ԦJ [ڇlON{ vBgK) l Ѽy2`P\sΝuY @AJ4΋-K`JU^^ B+0)M X ς_kĠd}dJ[zY6;JX{ x^5(sBc1:r1%2hJrP2!]@|`B =Β<(? Kg5b 5r p'/ La\)ش;$eVGUSH9 *efFr.n&E#y|ԭlFqLɔhМ"%Кr Q2ʡ)s3qJ/V+W,00@.@ Pӧ4ihED %xvRb٪%4(瀅 3yޏ;(,aX:oZ)5(gY;깫-ls~ɂ,\0:wXٓ$)UNI|[lEj}>Q ujE:}Ck4KPVk@F&NA -hbYQ(; t'FUec+ hΝ;sr*.ȐW_}2њL{D[2"$i4KHbjHEn2B;Z( $~,2,$ JVt ':L*׿9{Y6an-' S]]~cƁZ+?[ P( F9nU( mju% @(&&<]v0,TX^fO r?1SRګS!;/Jinv[^w]H]A52h"McdY)<!J n'G]8)RwsRkVo2+ mǓ?'#0Q9TXcrfPNw!g %o(IS0Y9󺱌Zc…Xh'WoBwq~ӟnY Im <5p)\{uM*peA?>viB% ːL8'"+mh}81z뗴W*!T3ϜT&h4λ&a¸4%)>۔dl7o{0gΜB-u/sOz/O*mA!|t?a/$h>_doB! [0 M'/|&oBp\RKZMĭ1dI JgP3[iY`A7%(A"(.oB% 8I!\gEa!`f(SLyLjpJ@d hJ҉n.L=ĸ7j+w_עY-ʨw*C7oWl!i]po3e"&H$IpwNCY6ƴy׽us=1>˃LƂGM\rt?zahQ >cyQf !RCjM HZmZ-,nOI?B 4B KRm:=[?'xbA{{0-#ԧ>4K\q}W\bVĤr~`&o~wKߕ6>{~իVZr kVFcl Z)#8Thh@K%$4$< սa~juem~ͫ_w.bbn>zebH?-:5BZc 'x"*JUu6Oe]1`llmpcD: eycJ)0u?WDZl3EIC+9$0N%fӏڒ^!DOUg4ӎJ;7ڛf?crrRSO>w y0)`0S9('h`dtg};0lԔŔ*cפ!;~igBỪt*ALy4EF--@8Sh"G#ok4m\s5sϽq#kFX\3S*S 7U[HjaU ˰;މsT CdJ8S]C\~r]7Jiɿ|ւP௫>޿O5kF֭CZE^G$T* -[٠Dv k2( _rϟ_&Rr~$MSaڵ_,}d͈assDli7DV|\TufjPRt)K+3SF֦9<0}Zk(PQ59JkN4 H%AN"pџƼaw4 4D'?еB ̧C/FN^(>xxe83\U~;[NR3x TTdP(c1T_wRJ_ 2ރN8Vaddn rŽcTV3e3kY<|~Wh7eV+(>w1B:*%&efZa,wd֢{vd)(T*h1ju$Y ¨+ ) *|OZ@Ro5cLmiOg㖯N[iY_9\z y:/[<cxV]<ɹX@djoo|:6*kzJlNAzDz&L$(.Z1i7UHEl9ַ "؀!Y7 9)@wkuzP!;{.[lv $ V;WK@RIL;\L5*NI'w,ve98SwڜnWyIYA!)w4N#K+8_;PpFpYCXz5!=k&"0W6NY-;Sޔb4Een\Zhm]}}ӟ\=^lrρsJI,_mgRRPV,u?a Xf-ju#KR$lǠ ~w䤋g#N8YBfPz\-A yj.Ǘ%l0ǰ]9eFpPJfO} 7|#,XJ[*D#iZ΄|7KQ M.}7WL Bm: P 2ML/FBH077R9+e0@'i:>Cqu?Ƨ?1 עۃUOL/>$82ٳgCnOa"8TZy0ƠAD3_1ji)v U̞щnZ`KyĽ:MY@w*JEaWl(omHӴ3:h'0{l|K_7ވ; jE6RT@)E8q53mGUdSdFtZ -vN6c'E&%"ִ38dL ɨՊQ1 DjUUZ#>nVyϽxtSϽÖe[89"\}ո뮻{`Ϸ {'.\h1*BNa06T|\Q &3JM4,QRUA(|AT)5Qj6_RAZ5ńi):#̲,Cfxfs=gWMJI ,+t=nfRU vć9x 5E2r:! ,aIʬ."3GFC+gp(hmyM( vn Zu R].AYyձ*l Ke%_H4dfƎ^cWE]VVVnT Pi);^,rӎL|?>`} ggxn+'bi:. ,D 2#\5lyNk!PEI˼ȆYN?Z34תBrP8Mpusg@ܕH՝rF4D;T+eH {,Ǐkr}ӥȝF,*sy#eZӟ݄O~?P+,)8tNwjJqnRr(ect{rNQυ#y7[cp/oÿ}T bxxqaYQF& |TdDI9.hX{2NVE֮](@^G9㘲˟[I[AЙT̝;-^{ 7anB)E}6w^B!6ZcٲexK,Ak׶NA@qÍ7}7pa8i R~qF"Mtք8I y_8 IUSjxԖQNV"/=\ay3%($U"4j@d dZ#$Sc2,UYUAhwu,}La"1-̚$(ߎ#<:,q,ST+{a7gNٳ1{B r|c8p7J j.iOǵWjZ T*Ѵu{%'bEÌr§Z"2h6mݎN: Rj(T%NYkb`xhQSW\q9^lYXja|X I*?||眅J`^'T1PFOxr4Z1t8nMGY(&/'R. wAXAXЊ,})t?c=SQJaAT+!ꕸp&j7[Beh4/ P|j)|! Vŝ|I$?|<^uysOz:کd @|SO-sdt̷ RmP ,"?r(K̲ h( 5888%n$efTkVcabٳp裏B 5nƈ01hQXv|!y6 c얲 ZQ2fN>O.]"I2X: ك83q)'axpRT+9C w$^Bb@* !Z J:X|K_`gRW8HgVO1CӃŷ=ijaæL!u?^(Q!MSPj =xA52#U)pB &p}̎>*'I$m2BR k'=3dR;w/I +*H/ rOP@ŊLj(\K _B6 G R]6!/ .]2J(P}&3BSaxѝe 6Wz!.VN|?؞qLsˋBJ֧[3C[by0 ɤӎB/{"pqX'@-P 4ƚ8g6Yr)42(heQ]R3}`̃RrYuoݜ >vٍp5g*cpw/Ĭj>ͣ€r=d`@K wsUi (QH Ju(fM$"q ,xpCku7owм,q34No~x cwWlcr IDATeYKGN[#c a"NS4)E)T{=tT["aۺI6cis9ǙBӀ6'"|c;NaZ?ӏz Y5R>WV ]v[ڠfJattY|>Ox{NMSA@2l.,[lNVBZc>sh7qO;ȱ}|4wAhr_ZM|rwȤA082qMS Ų-{WXK)ȸUydtL* u3Z <;ufh9dBCOZ"ӣ+KD;Mn:EFYP?,SǶhE8T*baJ,1?nE} YF[,뷈3 e1ėN"֕nZ qEḘ5R1H7 2Zr )24uҥK!P`GgmgҪ t{^4 p\,N3!o}7|"Hߣ?j<ӨT*SzޞcXwoL{13<_kV+L0A`38Z _9TNi}x1IߦI(-c9lUNA()!eȤ(Ir-םMŲc4im@ dr& 93ATw.$8"9ak=ͤ"TǏ8 l9E\=~oSA9!(OycGC2QO| A-RQFqꫯAN2iWW\{ƀЊ ݪ'A|x* Bs=Xj8c4mspG MSuٍnǯ6?dcn l-aaN@[A Lkq!`C04C[B <wxuE &bc ,T{q EyM7ތF=%# `8C1gT*pashPE:SL(;j+m\ 8 ;͛7GqtiBl`fZc+Jʹ)LvFp4_^,& 2wIj^ CCC!Vaddmyps@llb74S%h9IPJQT\,n,Yıjs͆ W/#?׮qB1=2Ӿ&6;%؄x7M:YwA]ǖ<>[ϛ Ωcs\tDXV >ξ՘ (6>n_$hӣvSy"oRqejjޝU#D>ʚL! 6 ^1HR)l^-6f( %qϯe&j?0pʌp0uaxx-c`3v_l9c%* XR|frk?)U!Z4%XyϽBM k/j;Aj^0/z,nNOȺHA^^{ @VhB,)pxD,ko*v]8v###M.ڡ?6-‚WP+ѹ1^IΔ~=xSG@f]״C}݉2Ӓ&|O o뷘xd |%!3fӱh4jXhgnf1H$V oq]wvJ]w/^app0bεӿo|_" 9LOA;!!w|^ es" G^A:!P7eF YlcGyd\v0<<wWt/Bn3G}˗?[3)"CȚN~O>de~A`Ug506Gڠ8 (8/O8 šRJlvlz/ d MoMn]uK}HJ~s_ۻ_K>gw6fxqx0ر@VsY/Ȼ5(ʃ%/H<+flM!r`lgƞsRCWNog2Ժ瞥o_~slBu:p;܆lFn:t Db90̪Zivˑ˲s^IvهF9t[ɨmn{uJx#{y0ؓr!M}?ġ Bm'I`%K7qXռa:ք' `nG9{2/û6mj!~V B!=vB>$íAoĢ;Nk([ƪu#Z?V|rOӢ2AVBNxKMTYQϸ۟}5axޒ$qGۣ()(S~75{I [ʖ; \`HcYI,z$ZV1qX(QCfqp~?n oE DqyZ _/akkM'&˗/C=t5 l63N`tRJL`^! @@yAIqGcE4lq9{,7BrjJDʹ0{A$TUD_tWXY6Z X,pͅ;/BO$+O~a&t}y( 45Qc_IPK|i֐ Mb [O(Y43Ynz>@4KۄfwYd2`1I$dӲ>FĴ9qР8M`טՌ9ra4M &/tvt4Ko͚X,p݁9,bM\1,S(JKQh}(iMy% ߧMC97E\p(֪| ?g4a\0 1 *ѷs 莈 žص_;/ip`4j&~Ɉ6YkĉH@6EQIFgo:̫Vm$YkoGf彺qNx6d]uB#AB˹ڵŧ_=nw` g_pee ҰAܘ5:&ȄY)y8}Bس[\ڴJ) L lo5ܐ]~/4,cL&<#+NfauZv$=z1ahXK> xGȖ h *`cz!LTX{A\{6l%ߖTNI(2qqqCv(xŢJM"QM]L|B$ѩKFȑ3t5&<$>ʇ8q O<A;RJqVv;ŋ(ۀidG"G p1|K_2h4핈U ksPQmb 7bc0`` PR¢p qk^aP ̼N>[E((_qcp@95Ȫߜx&h2e`#J炔ȗK=wNJAR;)Ye`jm"d*`6cP 4ʒQZ@/aߨi|5i&սGQ&q4j# !<$9~i|_ z;g Jڗ` )D$Ws`մcyK0 dY^T 8rd s3c1q07<ì5y`\o-8׎AW6ܨ]K7%9&)a4MM6}U+k戍B$ 4B*|$ SO=ԧ36qS8wzk}.\/9s8;;;Xf}l,lYv W ;w6R3իWq%+HkӮ>G^d&LyΞ=8y7FDoW_˗M@24 wu>={R%իWo7WRJy-?Їp趁s#4oE5hDfUrR)W/^4xi|?fd"vC>hmdj5"?t:tYe}g>x'>Ӎ[)P-Up$EVRz145;9l?ڎb͑9$ WcGN8*B$|0F3Pd2׽HKu\:EU}P;URNUQ rW4k-Q33VLz͎Tg~ MfD* #tCJQLc֮Pyͪp9@5жVI>6gȤd0Z>H}, .%Au6'REQ I=+9n/BvcB {hm+@lmB^}f]i뉧vk&f$vd1lҕ}"_&5{4s[7R7)QM)T5/sn oJ}J mߑ&h]%umd[61Dct߶:pz<} *^j^SJv&ɃCk !J*>MSl%Q^p-YRh=| =XSs2\T u %>Y=[ӓΔlcC=zUm bgܭn yͪ)2*IM MZЍDqmA8 4pr5G"]L{eDot2@_wФ>sKHeAP]ڎ+ha]*Xda!*)A)% dm~6@Mvxo݋mp}Rh 6́Djr"A=8z^\GSߐ~ݞ"(2|>_1#GT[{ma&8}4^~*XڵkBGr(KeqĻԽ}i>j ً!oI+f'~/O[+7}zr~*[ʲDXt}NVڃsATwy'BeDq,;v`{{Y!i<ύF{tT)m*zĦ ߗ,A E{1/{dNHeY|7n|VwTj˨7& .T{ݍW_4>~WCc'x#dE]>c<աbdiUfk2˚x9b*e7,5ikrMm} f'㚂Z$sߩ5D LdKj/<23BEBA_K^\^xj(fMn #SYm59m4 N¤D>la?:$|C딫LۦF$K7F5zvK0m𱳳!.|81{Y7Zf_J|_TA3ѣ?JIDATGq߯ݏdbJRv[7"PҁEZ-/ABJ ʵ6& 5$i#>b/vrek_Lh Iܚg ^cr- 1=NB?qUw}7ctDmҍ%<.PQ]{* H^9s0a#cAvĖBTZMeEGnvQa؋m 2m[f.iޗq ۝k51P!dw{;l P*|x0:[Gg^mZ(OPL (|=7$4'OE?ZAmFl۝6SO%#fܞiibC.׭QXy&Ч4?Pl*jJ)xfY.1gX`ggI`g],KL&3 ǎ~ώyL{rAmX k@UF"xF1axF0+R |`ym-ڨM: j^H6u‡~ާنE[u]e 6S)4Tr4M] (1;:>۟ɳ\0&ZiOL,Hp'tX{Nqu˅ RW dGN]!&a  c_ (F'v^_a7t L<ϑejvbǦ^wjGZNai ) A71&Qp7%kaIDO4#sC~SDAΨ4#O݉G?gY)88uAfmո@xշ~ׯ#IċB&l';^mKm\&d'4I!1% Ѕu__ Mi sڠUӚħyJ%'KFyLf8v8f~E r{oPN(^sY0q#c, $I,ۿ06^MCkpv4+&beT3E7JuM@ 6L󑲞`$TҬ0Zr˲DLL1)%kH5ť/bɷX0P(٨MQa4!LEAjR(&`\!׮hOy$Q6-KdUƍ5x9dl9kuڵU>[}޶jCR%ܲ<_6׊VKhnRzRdƨ+CcG5rELjȼ̍>4[>3I,v$ILAYm B臵q>͗?UM~[ -ڵ.wFK@6jv"Eө&#<=~?τayHoeR&@uM4}h{ 5[rWk7hKyOlX_4E!rsg'ӄ~kj9v}Dά[cuqB*`?aXFax0\m0*1&W@+AUzociRcY_*KnDJDjI$*2;5ǕyzLեV2ʵM(ZHԛcGªFџ9ʲ筭hYJSTK]=um\sx=ﱉ%]@y.vҎ.;Ld&?g3%0}S]|Z)uNJ,Į#k78 !mۧH#q1YT=|){1ruF).徢L!0_ /v3 {!Z־3 vJ_t u \|h%ch_.,+nb+հ3dCmS|n!n!n!nlvv9fIENDB`gourmand-1.2.0/src/gourmand/plugins/check_for_unicode_16/000077500000000000000000000000001510115424500233475ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/check_for_unicode_16/__init__.py000066400000000000000000000004621510115424500254620ustar00rootroot00000000000000from gourmand.plugin import ToolPlugin from gourmand.prefs import Prefs class EnableUTF16Plugin(ToolPlugin): ui_string = "" def activate(self, pluggable): Prefs.instance()["utf-16"] = True def remove(self): Prefs.instance()["utf-16"] = False plugins = [EnableUTF16Plugin] gourmand-1.2.0/src/gourmand/plugins/duplicate_finder/000077500000000000000000000000001510115424500227115ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/duplicate_finder/__init__.py000066400000000000000000000002101510115424500250130ustar00rootroot00000000000000from . import recipeMergerPlugin plugins = [recipeMergerPlugin.RecipeMergerPlugin, recipeMergerPlugin.RecipeMergerImportManagerPlugin] gourmand-1.2.0/src/gourmand/plugins/duplicate_finder/recipeMerger.py000066400000000000000000000637731510115424500257140ustar00rootroot00000000000000"""recipeMerger.py This module contains code for handling the 'merging' of duplicate recipes. """ import os.path import time from typing import Union from gi.repository import Gtk, Pango from gourmand import convert, gglobals, recipeIdentifier, recipeManager from gourmand.gtk_extras import dialog_extras, mnemonic_manager, ratingWidget from gourmand.i18n import _ NEWER = 1 OLDER = 2 try: current_path = os.path.split(os.path.join(os.getcwd(), __file__))[0] except Exception: current_path = "" def time_to_text(val): curtime = time.time() if val == 0: return "Unknown" # within 18 hours, return in form 4 hours 23 minutes ago or some such if curtime - val < 18 * 60 * 60: return _("%s ago") % convert.seconds_to_timestring(curtime - val, round_at=1) tupl = time.localtime(val) if curtime - val < 7 * 24 * 60 * 60: return time.strftime("%A %T", tupl) else: return time.strftime("%D %T", tupl) class ConflictError(ValueError): def __init__(self, conflicts): self.conflicts = conflicts class RecipeMergerDialog: """A dialog to allow the user to merge recipes.""" # These line up to the position of the options in the search-type # combo box in glade... RECIPE_DUP_MODE = 0 ING_DUP_MODE = 1 COMPLETE_DUP_MODE = 2 DUP_INDEX_PAGE = 0 MERGE_PAGE = 1 def __init__(self, rd=None, in_recipes=None, on_close_callback=None): if rd: self.rd = rd else: self.rd = recipeManager.get_recipe_manager() self.in_recipes = in_recipes self.on_close_callback = on_close_callback self.to_merge = [] # Queue of recipes to be merged... self.ui = Gtk.Builder() self.ui.add_from_file(os.path.join(current_path, "recipeMerger.ui")) self.get_widgets() self.searchTypeCombo.set_active(self.COMPLETE_DUP_MODE) self.mm = mnemonic_manager.MnemonicManager() self.mm.add_builder(self.ui) self.mm.fix_conflicts_peacefully() self.ui.connect_signals( { "on_searchTypeCombo_changed": lambda *args: self.populate_tree(), "on_includeDeletedRecipesCheckButton_toggled": lambda *args: self.populate_tree(), "on_mergeAllButton_clicked": self.merge_all, "on_cancelMergeButton_clicked": self.cancel_merge, "on_mergeSelectedButton_clicked": self.merge_selected, "on_applyButton_clicked": self.apply_merge, "auto_merge": self.offer_auto_merge, "close": self.close, } ) def get_widgets(self): for w in [ "recipeDiffScrolledWindow", "duplicateRecipeTreeView", "mergeAllButton", "mergeSelectedButton", # buttons on list-dups page (minus close button) "applyMergeButton", "closeMergeButton", "cancelMergeButton", # buttons on merge-recs page "searchTypeCombo", "includeDeletedRecipesCheckButton", "notebook", "mergeInfoLabel", ]: setattr(self, w, self.ui.get_object(w)) self.setup_treeview() def setup_treeview(self): renderer = Gtk.CellRendererText() col = Gtk.TreeViewColumn("Recipe", renderer, text=2) self.duplicateRecipeTreeView.append_column(col) self.duplicateRecipeTreeView.insert_column_with_data_func( -1, "Last Modified", renderer, self.time_cell_data_func, 3 # position # title # renderer # function # data column ) col = Gtk.TreeViewColumn("Duplicates", renderer, text=4) self.duplicateRecipeTreeView.append_column(col) self.duplicateRecipeTreeView.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) def time_cell_data_func(self, tree_column, cell, model, titer, data_col): """Display time in treeview cell.""" val = model.get_value(titer, data_col) cell.set_property("text", time_to_text(val)) def populate_tree(self): """Populate treeview with duplicate recipes.""" # print 'CALL: populate_tree' search_mode = self.searchTypeCombo.get_active() include_deleted = self.includeDeletedRecipesCheckButton.get_active() if search_mode == self.RECIPE_DUP_MODE: dups = self.rd.find_duplicates(by="recipe", recipes=self.in_recipes, include_deleted=include_deleted) elif search_mode == self.ING_DUP_MODE: dups = self.rd.find_duplicates(by="ingredient", recipes=self.in_recipes, include_deleted=include_deleted) else: # == self.COMPLETE_DUP_MODE dups = self.rd.find_complete_duplicates(include_deleted=include_deleted, recipes=self.in_recipes) self.setup_treemodel(dups) self.dups = dups self.duplicateRecipeTreeView.set_model(self.treeModel) def setup_treemodel(self, dups): self.treeModel = Gtk.TreeStore(int, int, str, int, str) # dup_index, rec_id, rec_title, last_modified, number_of_duplicates for dup_index, duplicate_recipes in enumerate(dups): first = duplicate_recipes[0] others = duplicate_recipes[1:] nduplicates = len(duplicate_recipes) r = self.rd.get_rec(first) firstIter = self.treeModel.append(None, (dup_index or 0, first or 0, r.title or "", r.last_modified or 0, str(nduplicates))) for o in others: r = self.rd.get_rec(o) self.treeModel.append(firstIter, (dup_index, o, r.title, r.last_modified or 0, "")) def merge_next_recipe( self, ): if self.to_merge: self.current_dup_index = self.to_merge.pop(0) self.mergeInfoLabel.set_text( "Merging recipe %(index)s of %(total)s" % {"index": self.total_to_merge - len(self.to_merge), "total": self.total_to_merge} ) duplicate_recipes = self.dups[self.current_dup_index] # self.idt = IngDiffTable(self.rd,duplicate_recipes[0],duplicate_recipes[1]) self.current_recs = [self.rd.get_rec(i) for i in duplicate_recipes] last_modified = {"last_modified": [r.last_modified for r in self.current_recs]} self.current_diff_data = recipeIdentifier.diff_recipes(self.rd, self.current_recs) last_modified.update(self.current_diff_data) self.diff_table = DiffTable(last_modified, self.current_recs[0], parent=self.recipeDiffScrolledWindow) self.diff_table.add_ingblocks(self.rd, self.current_recs) if not self.diff_table.idiffs and not self.current_diff_data: # If there are no differences, just merge the recipes... self.apply_merge() return if self.recipeDiffScrolledWindow.get_child(): self.recipeDiffScrolledWindow.remove(self.recipeDiffScrolledWindow.get_child()) self.diff_table.show() # self.idt.show() vb = Gtk.VBox() vb.add(self.diff_table) # vb.add(self.idt) vb.show() # self.recipeDiffScrolledWindow.add_with_viewport(self.diff_table) self.recipeDiffScrolledWindow.add_with_viewport(vb) self.notebook.set_current_page(self.MERGE_PAGE) else: self.notebook.set_current_page(self.DUP_INDEX_PAGE) def do_merge(self, merge_dic, recs, to_keep=None): if not to_keep: to_keep = recs[0] if isinstance(to_keep, int): to_keep = self.rd.get_rec(to_keep) self.rd.modify_rec(to_keep, merge_dic) for r in recs: if r.id != to_keep.id: self.rd.delete_rec(r) def apply_merge(self, *args): # print "CALL: apply_merge" # print 'Apply ',self.diff_table.selected_dic,'on ',self.diff_table.rec self.do_merge(self.diff_table.selected_dic, self.current_recs, to_keep=self.diff_table.rec) self.merge_next_recipe() if not self.to_merge: self.populate_tree() def merge_selected(self, *args): """Merge currently selected row from treeview.""" # print "CALL: merge_selected" mod, rows = self.duplicateRecipeTreeView.get_selection().get_selected_rows() dup_indices = [mod[r][0] for r in rows] self.to_merge = [] for d in dup_indices: if d not in self.to_merge: self.to_merge.append(d) self.total_to_merge = len(self.to_merge) self.merge_next_recipe() def merge_all(self, *args): """Merge all rows currently in treeview.""" self.total_to_merge = len(self.dups) self.to_merge = list(range(self.total_to_merge)) self.merge_next_recipe() def offer_auto_merge(self, *args): try: option = dialog_extras.getOption( label=_("Auto-Merge recipes"), options=[ (_("Always use newest recipe"), NEWER), (_("Always use oldest recipe"), OLDER), # The following would be nice to add eventually... # _('Always use longer field'), # _('Ignore differences in ingredient keys') ], ) if not option: return self.do_auto_merge(NEWER) except dialog_extras.UserCancelledError: pass def do_auto_merge(self, mode): if self.recipeDiffScrolledWindow.get_child(): self.recipeDiffScrolledWindow.remove(self.recipeDiffScrolledWindow.get_child()) vb = Gtk.VBox() label = Gtk.Label() label.set_markup("Automatically merged recipes") vb.pack_start(label, expand=False, fill=False) vb.show_all() self.recipeDiffScrolledWindow.add_with_viewport(vb) def do_auto_merge(): kept = self.auto_merge_current_rec(mode) label = Gtk.Label(label="%s" % kept.title) vb.pack_start(label, expand=False, fill=False) label.show() self.cancelMergeButton.hide() self.applyMergeButton.hide() self.closeMergeButton.set_sensitive(False) do_auto_merge() while self.to_merge: self.mergeInfoLabel.set_text( "Automatically merging recipe %(index)s of %(total)s" % {"index": self.total_to_merge - len(self.to_merge), "total": self.total_to_merge} ) self.current_dup_index = self.to_merge.pop(0) duplicate_recipes = self.dups[self.current_dup_index] self.current_recs = [self.rd.get_rec(i) for i in duplicate_recipes] do_auto_merge() while Gtk.events_pending(): Gtk.main_iteration() self.mergeInfoLabel.set_text("Automatically merged %s recipes" % self.total_to_merge) self.closeMergeButton.set_sensitive(True) def auto_merge_current_rec(self, mode): assert mode in [NEWER, OLDER] # TODO make this to an enum and type annotate it self.current_recs.sort(key=lambda x: x.last_modified, reverse=(mode == OLDER)) keeper = self.current_recs[0] tossers = self.current_recs[1:] for to_toss in tossers: self.rd.delete_rec(to_toss) return keeper def cancel_merge(self, *args): self.merge_next_recipe() if not self.to_merge: self.populate_tree() def populate_tree_if_possible(self): self.populate_tree() if not self.dups: self.searchTypeCombo.set_active(self.RECIPE_DUP_MODE) self.populate_tree() if not self.dups: self.searchTypeCombo.set_active(self.ING_DUP_MODE) self.populate_tree() def show_if_there_are_dups(self, label=None): self.populate_tree_if_possible() if self.dups: self.show(label=label) else: self.ui.get_object("window1").destroy() def show(self, label=None): if label: messagebox = self.ui.get_object("messagebox") label_object = Gtk.Label(label=label) label_object.set_line_wrap(True) infobar = Gtk.InfoBar() infobar.set_message_type(Gtk.MessageType.INFO) infobar.get_content_area().add(label_object) infobar.show_all() messagebox.pack_start(infobar, True, False) self.ui.get_object("window1").show() def close(self, *args): # print "CALL: close" w = self.ui.get_object("window1") w.hide() w.destroy() if self.on_close_callback: self.on_close_callback(self) class RecipeMerger: """A class to handle recipe merging.""" def __init__(self, rd): self.rd = rd def autoMergeRecipes(self, recs): to_fill, conflicts = recipeIdentifier.merge_recipes(self.rd, recs) if conflicts: raise ConflictError(conflicts) else: to_keep = recs[0] # Update a single recipe with our information... self.rd.modify_rec(to_keep, to_fill) # Delete the other recipes... for r in recs[1:]: self.rd.delete_rec(r.id) def uiMergeRecipes(self, recs): diffs = recipeIdentifier.diff_recipes(self.rd, recs) # idiffs = recipeIdentifier.diff_ings(self.rd, r1, r2) if diffs: return DiffTable(diffs, recs[0]) else: return None class DiffTable(Gtk.Table): """A Table displaying differences in a recipe. diff_dic is a dictionary with the differences. {'attribute':(VAL1,VAL2,...)} recipe_object is a recipe object representing one of our duplicate recs, from which we can grab attributes that are not different. dont_choose is a list of attributes whose differences are displayed, but where no choice is offered (such as modification time for the recipe). """ def __init__(self, diff_dic, recipe_object=None, parent=None, dont_choose=[]): self.idiffs = [] self.diff_dic = diff_dic Gtk.Table.__init__(self) self.selected_dic = {} self.set_col_spacings(6) self.set_row_spacings(6) self.row = 0 self.max_cols = 1 for attr, name, typ in ( [("last_modified", "Last Modified", None)] + gglobals.REC_ATTRS + [("image", "Image", None)] + [(attr, gglobals.TEXT_ATTR_DIC[attr], None) for attr in gglobals.DEFAULT_TEXT_ATTR_ORDER] ): if attr in diff_dic: buttons = self.build_options(attr, self.diff_dic[attr]) label = Gtk.Label(label="_" + name + ":") label.set_alignment(0.0, 0.5) label.set_use_underline(True) label.show() self.attach( label, 0, 1, self.row, self.row + 1, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) target = None for col, b in enumerate(buttons): self.setup_widget_size(b, in_col=True) b.show() if not target: target = b label.set_mnemonic_widget(target) self.attach( b, col + 1, col + 2, self.row, self.row + 1, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) if col > self.max_cols: self.max_cols = col self.row += 1 elif recipe_object and hasattr(recipe_object, attr) and getattr(recipe_object, attr): att_label = Gtk.Label(label=name + ":") att_label.set_use_underline(True) att_label.set_alignment(0, 0.5) att_label.show() constructor = get_display_constructor(attr) val = getattr(recipe_object, attr) val_label = constructor(val) val_label.show() self.setup_widget_size(val_label, False) if hasattr(val_label, "set_alignment"): val_label.set_alignment(0, 0.5) self.attach( att_label, 0, 1, self.row, self.row + 1, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) self.attach( val_label, 1, 5, self.row, self.row + 1, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) self.row += 1 self.mm = mnemonic_manager.MnemonicManager() self.mm.add_toplevel_widget(self) self.mm.fix_conflicts_peacefully() self.rec = recipe_object.id def setup_widget_size(self, w, in_col=True): if in_col: w.set_size_request(230, -1) else: w.set_size_request(650, -1) def build_options(self, attribute, values): buttons = [] group_rb = None make_widget = get_display_constructor(attribute) for v in values: rb = Gtk.RadioButton(group=group_rb) if not group_rb: group_rb = rb if v is not None: rb.add(make_widget(v)) else: rb.add(Gtk.Label(label=_("None"))) rb.show_all() buttons.append(rb) rb.connect("toggled", self.value_toggled, attribute, v) self.selected_dic[attribute] = values[0] for n, v in enumerate(values): if v: buttons[n].set_active(True) break return buttons def value_toggled(self, rb, attribute, v): self.selected_dic[attribute] = v def add_ingblocks(self, rd, recs): # print 'add_ingblocks for ',[r.id for r in recs] self.rd = rd self.iblock_dic = {} if len(recs) == 1: blocks = recipeIdentifier.format_ingdiff_line(recipeIdentifier.format_ings(recs[0], self.rd)) self.iblock_dic[blocks[0]] = recs[0] else: blocks = [] rec_0 = recs[0] for r in recs[1:]: chunks = self.get_ing_text_blobs(rec_0, r) if not chunks and not blocks: # If there is no diff, in other words, and we # don't yet have any block... chunks = [recipeIdentifier.format_ings(recs[0], self.rd)] elif not chunks: # Otherwise if there are no diffs we just continue # our loop... continue if not blocks: blocks = [chunks[0]] self.iblock_dic[blocks[0]] = rec_0 if chunks and len(chunks) > 1: new_block = chunks[1] if new_block not in blocks: blocks.append(new_block) self.iblock_dic[new_block] = r group_rb = None if len(blocks) > 1: lab = Gtk.Label(label="_" + _("Ingredients")) lab.set_use_underline(True) for col, block in enumerate(blocks): rb = Gtk.RadioButton(label=_("Recipe") + " " + "%i" % (col + 1), group=group_rb) if not group_rb: group_rb = rb lab.set_mnemonic_widget(rb) if not block: rb.add(Gtk.Label(label=_("None"))) else: for n, txt in enumerate(block): label = Gtk.Label(label=txt) label.set_alignment(0.0, 0.0) label.set_use_markup(True) label.set_line_wrap(True) label.set_line_wrap_mode(Pango.WrapMode.WORD) label.show() self.setup_widget_size(label, in_col=True) self.attach( label, col + 1, col + 2, self.row + 1 + n, self.row + 2 + n, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) # rb.add(l) rb.connect("toggled", self.ing_value_toggled, block) self.setup_widget_size(rb, in_col=True) rb.show() self.attach( rb, col + 1, col + 2, self.row, self.row + 1, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) else: lab = Gtk.Label(label=_("Ingredients")) lab.show() label = Gtk.Label(label=blocks[0]) label.set_alignment(0.0, 0.0) label.set_use_markup(True) label.set_line_wrap(True) label.set_line_wrap_mode(Pango.WrapMode.WORD) label.show() self.attach( label, 1, 5, self.row, self.row + 1, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) lab.set_alignment(0.0, 0.0) lab.show() self.attach( lab, 0, 1, self.row, self.row + 1, xoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK | Gtk.AttachOptions.FILL, ) def ing_value_toggled(self, rb, block): if rb.get_active(): # print 'RB clicked',rb,'for block',block # print 'ING TOGGLED - REC = ', self.rec = self.iblock_dic[block] # print self.rec def get_ing_text_blobs(self, r1, r2): """Return an ing-blurb for r1 and r2 suitable for display.""" idiff = recipeIdentifier.diff_ings(self.rd, r1, r2) if idiff: self.idiffs.append(idiff) def is_line(line): return not (line == "") if idiff: ret = [] for igroup in idiff: ret.append((recipeIdentifier.format_ingdiff_line(i) for i in filter(is_line, igroup))) return ret def put_text_in_scrolled_window(text: str) -> Gtk.ScrolledWindow: sw = Gtk.ScrolledWindow() tv = Gtk.TextView() sw.add(tv) tv.get_buffer().set_text(text) tv.set_editable(False) tv.set_wrap_mode(Gtk.WrapMode.WORD) sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC) tv.show() return sw def make_text_label(text: str, use_markup: bool = False) -> Union[Gtk.Label, Gtk.ScrolledWindow]: if not text: return Gtk.Label(label=_("None")) elif len(text) < 30: return Gtk.Label(label=text) elif len(text) < 250: label = Gtk.Label(label=text) if use_markup: label.set_use_markup(use_markup) label.set_line_wrap_mode(Pango.WrapMode.WORD) return label else: return put_text_in_scrolled_window(text) def get_display_constructor(attribute): if attribute == "rating": return lambda v: ratingWidget.StarImage(ratingWidget.star_generator, value=v, upper=10) elif attribute in ["preptime", "cooktime"]: return lambda v: Gtk.Label(label=convert.seconds_to_timestring(v)) elif attribute == "image": return lambda v: (v and Gtk.Label(label="An Image") or Gtk.Label(label="No Image")) elif attribute in gglobals.DEFAULT_TEXT_ATTR_ORDER: return make_text_label elif attribute == "last_modified": return lambda v: Gtk.Label(label=time_to_text(v)) else: return lambda v: v and Gtk.Label(label=v) or Gtk.Label(label=_("None")) if __name__ == "__main__": def test_in_window(widget): """Put widget in window and show it""" w = Gtk.Window() w.add(widget) w.connect("delete-event", Gtk.main_quit) w.show() Gtk.main() def test_difftable(): class FakeRec: pass test_rec = FakeRec() test_rec.title = "Shloppidy Recipe" test_data = { "rating": [4, 7], "category": ["Dessert", "Dessert, Cake"], "cuisine": ["American", "All-American"], "preptime": [6000, 12000], "cooktime": [6543, None], } t = DiffTable(test_data, test_rec) t.show() test_in_window(t) print(t.selected_dic) def test_merger(rd, conflicts): recs = [rd.get_rec(i) for i in conflicts] rmerger = RecipeMerger(rd) to_fill, conflict_dic = recipeIdentifier.merge_recipes(rd, recs) if conflict_dic: dt = rmerger.uiMergeRecipes(recs) dt.show() test_in_window(dt) print(dt.selected_dic) elif to_fill: print("Differences in ", conflicts, "can be auto-filled with", to_fill) else: print("No differences in ", conflicts) rd = recipeManager.default_rec_manager() rmd = RecipeMergerDialog(rd) rmd.populate_tree() rmd.show() rmd.ui.get_object("window1").connect("delete-event", Gtk.main_quit) Gtk.main() # dups = rd.find_complete_duplicates() # for d in dups[5:]: # test_merger(rd,d) gourmand-1.2.0/src/gourmand/plugins/duplicate_finder/recipeMerger.ui000066400000000000000000000510461510115424500256670ustar00rootroot00000000000000 Recipes with similar recipe information Recipes with similar ingredients Recipes with similar recipe information and ingredients False 700 650 dialog True False 12 False False True False 12 True False 0 <b><span size="large">Duplicate recipes</span></b> True False False 0 True False False False 1 True False 2 2 6 6 _Include recipes in trash True True False False True True 1 2 1 2 GTK_FILL True False liststore1 0 1 2 GTK_FILL True False <i>_Showing:</i> True True searchTypeCombo GTK_FILL False True 2 True True automatic automatic in True True True True True True True 3 True False 6 end gtk-close True False True False False True False False 0 Merge _all duplicates True False False False True False False 1 _Merge selected duplicates True False True False False True False False 2 False True 4 True False False True False True False 0 <b>Merge recipes</b> True False False 0 True False True False 0 False False 0 _Auto-merge True True True False True False False end 1 False False 1 True True automatic automatic True True 2 True False 12 end gtk-close True False True False False True False False 0 True False True False False True False 0 0 True False 2 True False gtk-cancel False False 0 True False Don't Merge True False False 1 False False 1 gtk-apply True True True False False True False False 2 False True 3 1 True False 1 False gourmand-1.2.0/src/gourmand/plugins/duplicate_finder/recipeMergerPlugin.py000066400000000000000000000055761510115424500270700ustar00rootroot00000000000000from gi.repository import Gtk from gourmand.i18n import _ from gourmand.plugin import ImportManagerPlugin, ToolPlugin # from gourmand.gglobals import gt # for threading protection on import # # hooks from gourmand.plugin_loader import PRE from . import recipeMerger class RecipeMergerImportManagerPlugin(ImportManagerPlugin): def activate(self, pluggable): pluggable.add_hook(PRE, "follow_up", self.follow_up_pre_hook) def follow_up_pre_hook(self, importManager, threadmanager, importer): print("Running recipeMergerPlugin follow up post hook!") if importer.added_recs: print("There are ", len(importer.added_recs), "added recs!") rmd = recipeMerger.RecipeMergerDialog( in_recipes=importer.added_recs, ) rmd.show_if_there_are_dups( label=_("Some of the imported recipes appear to be duplicates. You can merge them here, or close this dialog to leave them as they are.") ) return [threadmanager, importer], {} class RecipeMergerPlugin(ToolPlugin): menu_items = """ """ menu_bars = ["RecipeIndexMenuBar"] def activate(self, pluggable): ToolPlugin.activate(self, pluggable) pluggable.add_hook(PRE, "import_cleanup", self.import_cleanup_hook) def deactivate(self, pluggable): if hasattr(self, "pluggable"): pluggable.remove_hook(PRE, "import_cleanup", self.import_cleanup_hook) def remove(self): if hasattr(self, "pluggable"): self.pluggable.remove_hook(PRE, "import_cleanup", self.import_cleanup_hook) ToolPlugin.remove(self) def import_cleanup_hook(self, rg, retval, *args, **kwargs): # Check for duplicates # gt.gtk_enter() if rg.last_impClass and rg.last_impClass.added_recs: rmd = recipeMerger.RecipeMergerDialog(rg.rd, in_recipes=rg.last_impClass.added_recs, on_close_callback=lambda *args: rg.redo_search()) rmd.show_if_there_are_dups( label=_("Some of the imported recipes appear to be duplicates. You can merge them here, or close this dialog to leave them as they are.") ) # gt.gtk_leave() def setup_action_groups(self): self.action_group = Gtk.ActionGroup(name="RecipeMergerPluginActionGroup") self.action_group.add_actions( [("DuplicateMerger", None, _("Find _duplicate recipes"), None, _("Find and remove duplicate recipes"), self.show_duplicate_merger)] ) self.action_groups.append(self.action_group) def show_duplicate_merger(self, *args): rmd = recipeMerger.RecipeMergerDialog(self.pluggable.rg.rd, on_close_callback=lambda *args: self.pluggable.rg.redo_search()) rmd.populate_tree_if_possible() rmd.show() gourmand-1.2.0/src/gourmand/plugins/email_plugin/000077500000000000000000000000001510115424500220555ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/email_plugin/__init__.py000066400000000000000000000001131510115424500241610ustar00rootroot00000000000000from . import emailer_plugin plugins = [emailer_plugin.EmailRecipePlugin] gourmand-1.2.0/src/gourmand/plugins/email_plugin/emailer.py000066400000000000000000000024411510115424500240460ustar00rootroot00000000000000import urllib.error import urllib.parse import urllib.request import webbrowser from gourmand.gdebug import debug class Emailer: def __init__(self, emailaddress=None, subject=None, body=None, attachments=[]): self.emailaddress = None self.subject = subject self.body = body self.attachments = attachments self.connector_string = "?" def send_email(self): print("send_email()") self.url = "mailto:" if self.emailaddress: self.url += self.emailaddress if self.subject: self.url_append("subject", self.subject) if self.body: self.url_append("body", self.body) for a in self.attachments: print("Adding attachment", a) self.url_append("attachment", a) debug("launching URL %s" % self.url, 0) webbrowser.open(self.url) def url_append(self, attr, value): self.url += "%s%s=%s" % (self.connector(), attr, urllib.parse.quote(value.encode("utf-8", "replace"))) def connector(self): retval = self.connector_string self.connector_string = "&" return retval if __name__ == "__main__": e = Emailer(emailaddress="tmhinkle@gmail.com", subject="Hello", body="hello") e.send_email() gourmand-1.2.0/src/gourmand/plugins/email_plugin/emailer_plugin.py000066400000000000000000000040061510115424500254230ustar00rootroot00000000000000from gi.repository import Gtk import gourmand.gtk_extras.dialog_extras as de from gourmand.i18n import _ from gourmand.plugin import MainPlugin, UIPlugin from .recipe_emailer import RecipeEmailer class EmailRecipePlugin(MainPlugin, UIPlugin): ui_string = """ """ def setup_action_groups(self): self.actionGroup = Gtk.ActionGroup(name="RecipeEmailerActionGroup") self.actionGroup.add_actions( [ ( "EmailRecipes", None, _("Email recipes"), None, _("Email all selected recipes (or all recipes if no recipes are selected"), self.email_selected, ), ] ) self.action_groups.append(self.actionGroup) def activate(self, pluggable): self.rg = self.pluggable = pluggable self.add_to_uimanager(pluggable.ui_manager) def get_selected_recs(self): recs = self.rg.get_selected_recs_from_rec_tree() if not recs: recs = self.rd.fetch_all(self.rd.recipe_table, deleted=False, sort_by=[("title", 1)]) return recs def email_selected(self, *args): recs = self.get_selected_recs() length = len(recs) if length > 20: if not de.getBoolean( title=_("Email recipes"), # only called for l>20, so fancy gettext methods # shouldn't be necessary if my knowledge of # linguistics serves me sublabel=_("Do you really want to email all %s selected recipes?") % length, custom_yes=_("Yes, e_mail them"), cancel=False, ): return re = RecipeEmailer(recs) re.send_email_with_attachments() gourmand-1.2.0/src/gourmand/plugins/email_plugin/recipe_emailer.py000066400000000000000000000053251510115424500254010ustar00rootroot00000000000000import io import os.path import tempfile import gourmand.exporters.exporter as exporter from gourmand.exporters.exportManager import ExportManager from gourmand.i18n import _ from gourmand.main import get_application from .emailer import Emailer class StringIOfaker(io.StringIO): def __init__(self, *args, **kwargs): io.StringIO.__init__(self, *args, **kwargs) def close(self, *args): pass def close_really(self): io.StringIO.close(self) class RecipeEmailer(Emailer): def __init__(self, recipes, attachment_types=["pdf"], do_text=True): Emailer.__init__(self) self.attachments_left = self.attachment_types = list(attachment_types) self.attached = [] self.recipes = recipes self.rg = get_application() self.rd = self.rg.rd self.change_units = self.rg.prefs.get("readableUnits", True) if len(recipes) > 1: self.subject = _("Recipes") elif recipes: self.subject = recipes[0].title def write_email_text(self): s = StringIOfaker() e = exporter.ExporterMultirec(self.rd, self.recipes, s, padding="\n\n-----\n") e.run() if not self.body: self.body = "" self.body += s.getvalue() s.close_really() def write_attachments(self): em = ExportManager.instance() for typ in self.attachment_types: name = _("Recipes") if len(self.recipes) == 1: name = self.recipes[0].title.replace(":", "-").replace("\\", "-").replace("/", "-") fn = os.path.join(tempfile.gettempdir(), "%s.%s" % (name, typ)) self.attachments.append(fn) instance = em.do_multiple_export(self.recipes, fn) instance.connect("completed", self.attachment_complete, typ) print("Start thread to create ", typ, "!", "->", fn) def attachment_complete(self, thread, typ): self.attachments_left.remove(typ) if not self.attachments_left: print("Attachments complete! Send email!") self.send_email() def send_email_with_attachments(self, emailaddress=None): if emailaddress: self.emailaddress = emailaddress self.write_email_text() self.write_attachments() # def send_email_html (self, emailaddress=None, include_plain_text=True): # if include_plain_text: self.write_email_text() # else: self.body = None # if emailaddress: self.emailaddress=emailaddress # self.write_email_html() # self.send_email() def send_email_text(self, emailaddress=None): if emailaddress: self.emailaddress = emailaddress self.write_email_text() self.send_email() gourmand-1.2.0/src/gourmand/plugins/field_editor/000077500000000000000000000000001510115424500220415ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/field_editor/__init__.py000066400000000000000000000021551510115424500241550ustar00rootroot00000000000000from gi.repository import Gtk from gourmand.i18n import _ from gourmand.plugin import ToolPlugin from . import fieldEditor class FieldEditorPlugin(ToolPlugin): menu_items = """ """ def setup_action_groups(self): self.action_group = Gtk.ActionGroup(name="FieldEditorPluginActionGroup") self.action_group.add_actions( [ ("FieldEditor", None, _("Field Editor"), None, _("Edit fields across multiple recipes at a time."), self.show_field_editor), ] ) self.action_groups.append(self.action_group) def show_field_editor(self, *args): from gourmand.main import get_application self.app = get_application() self.field_editor = fieldEditor.FieldEditor(self.app.rd, self.app) self.field_editor.valueDialog.connect("response", self.response_cb) self.field_editor.show() def response_cb(self, d, r): if r == Gtk.ResponseType.APPLY: self.app.update_attribute_models() plugins = [FieldEditorPlugin] gourmand-1.2.0/src/gourmand/plugins/field_editor/fieldEditor.py000066400000000000000000000251111510115424500246450ustar00rootroot00000000000000from gettext import ngettext from pkgutil import get_data from gi.repository import Gtk import gourmand.gglobals as gglobals from gourmand.gtk_extras import cb_extras as cb from gourmand.gtk_extras import dialog_extras as de from gourmand.i18n import _ class FieldEditor: """A generic "value" editor for mucking about with the database.""" values = "category", "cuisine", "source", "link" def __init__(self, rd, rg): self.field = None self.other_field = None self.rd = rd self.rg = rg self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/valueEditor.ui").decode()) self.__setup_widgets__() self.__setup_treeview__() self.ui.connect_signals( { "on_changeValueButton_toggled": self.changeValueButtonToggledCB, "on_fieldToEditCombo_changed": self.fieldChangedCB, "on_otherChangeCheckButton_toggled": self.otherChangeToggleCB, "on_otherExpander_activate": self.otherChangeToggleCB, "on_otherFieldCombo_changed": self.otherFieldComboChangedCB, } ) def __setup_widgets__(self): for w in [ "valueDialog", "treeview", "fieldToEditCombo", "newValueComboBoxEntry", "newValueEntry", "changeValueButton", "deleteValueButton", "forEachLabel", "otherExpander", "otherFieldCombo", "otherNewValueEntry", "otherNewValueComboBoxEntry", "otherValueBlurbLabel", "otherChangeCheckButton", "leaveValueButton", ]: setattr(self, w, self.ui.get_object(w)) self.act_on_selection_widgets = [self.deleteValueButton, self.changeValueButton, self.newValueEntry, self.otherChangeCheckButton, self.leaveValueButton] # Set up the combo-widget at the top with the self.fields = [gglobals.REC_ATTR_DIC[v] for v in self.values] cb.set_model_from_list(self.fieldToEditCombo, self.fields) cb.set_model_from_list(self.otherFieldCombo, self.fields) self.newValueComboBoxEntry.set_sensitive(False) self.otherValueBlurbLabel.hide() self.newValueEntryCompletion = Gtk.EntryCompletion() self.newValueEntry.set_completion(self.newValueEntryCompletion) self.otherNewValueEntryCompletion = Gtk.EntryCompletion() self.otherNewValueEntry.set_completion(self.otherNewValueEntryCompletion) self.valueDialog.connect("response", self.dialog_response_cb) self.valueDialog.set_response_sensitive(Gtk.ResponseType.APPLY, False) def __setup_treeview__(self): renderer = Gtk.CellRendererText() # If we have gtk > 2.8, set up text-wrapping try: renderer.get_property("wrap-width") except TypeError: pass else: renderer.set_property("wrap-mode", Gtk.WrapMode.WORD) renderer.set_property("wrap-width", 400) col = Gtk.TreeViewColumn("Value", renderer, text=0) self.treeview.append_column(col) self.treeview.get_selection().connect("changed", self.treeViewSelectionChanged) self.treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) def changeValueButtonToggledCB(self, tb): if tb.get_active(): self.newValueComboBoxEntry.set_sensitive(True) else: self.newValueComboBoxEntry.set_sensitive(False) def treeViewSelectionChanged(self, tvSelection): vals = self.get_selected_values(tvSelection) if len(vals) == 1: val_string = vals[0] elif len(vals) == 2: val_string = " or ".join(vals) elif len(vals) > 0: val_string = " or ".join([", ".join(vals[:-1]), vals[-1]]) else: # len(vals)==0 self.forEachLabel.set_text(_("For each selected value")) if vals: self.val_string = val_string self.forEachLabel.set_text(_("Where %(field)s is %(value)s") % {"value": val_string, "field": self.field}) self.valueDialog.set_response_sensitive(Gtk.ResponseType.APPLY, (vals and True or False)) def fieldChangedCB(self, combobox): name = cb.cb_get_active_text(combobox) self.field = gglobals.NAME_TO_ATTR.get(name, name) self.populate_treeview() other_fields = self.fields[:] if self.field != "category": other_fields.remove(gglobals.REC_ATTR_DIC[self.field]) cb.set_model_from_list(self.otherFieldCombo, other_fields) def otherFieldComboChangedCB(self, combobox): name = cb.cb_get_active_text(combobox) self.other_field = gglobals.NAME_TO_ATTR.get(name, name) if self.other_field == "category": self.otherValueBlurbLabel.hide() else: self.otherValueBlurbLabel.show() mod = self.make_model_for_field(self.other_field) self.otherNewValueComboBoxEntry.set_model(mod) if self.otherNewValueComboBoxEntry.get_entry_text_column() == -1: self.otherNewValueComboBoxEntry.set_entry_text_column(0) self.otherNewValueEntryCompletion.set_model(mod) self.otherNewValueEntryCompletion.set_text_column(0) def populate_treeview(self): assert self.field mod = self.make_model_for_field(self.field) self.treeview.set_model(mod) self.newValueComboBoxEntry.set_model(mod) if self.newValueComboBoxEntry.get_entry_text_column() == -1: self.newValueComboBoxEntry.set_entry_text_column(0) self.newValueEntryCompletion.set_model(mod) self.newValueEntryCompletion.set_text_column(0) def make_model_for_field(self, field): vals = self.rd.get_unique_values(field) mod = Gtk.ListStore(str) for v in vals: mod.append((v,)) return mod def run(self): return self.valueDialog.run() def show(self): return self.valueDialog.show() def hide(self): return self.valueDialog.hide() def dialog_response_cb(self, dialog, response_id): if response_id == Gtk.ResponseType.CLOSE: self.valueDialog.hide() if response_id == Gtk.ResponseType.APPLY: criteria, table = self.get_criteria_and_table() count = self.rd.fetch_len(table, **criteria) count_text = ngettext("Change will affect %s recipe", "Change will affect %s recipes", count) % count if self.deleteValueButton.get_active(): label = _("Delete %s where it is %s?") % (self.field, self.val_string) yes = Gtk.STOCK_DELETE else: label = _('Change %s from %s to "%s"?') % (self.field, self.val_string, self.newValueEntry.get_text()) yes = "_Change" if de.getBoolean( label=label, sublabel="\n\n".join([count_text, _("This change is not reversable.")]), custom_yes=yes, custom_no=Gtk.STOCK_CANCEL, cancel=False, ): self.apply_changes(criteria, table) self.populate_treeview() def otherChangeToggleCB(self, widg): if widg != self.otherChangeCheckButton: self.otherChangeCheckButton.activate() if self.otherChangeCheckButton.get_active(): self.otherExpander.set_expanded(True) else: self.otherExpander.set_expanded(False) def get_changes(self): if self.deleteValueButton.get_active(): return {self.field: None} elif self.changeValueButton.get_active(): value = self.newValueEntry.get_text() return {self.field: value} return {} # 'Leave value as is' selected, another field is being set def get_other_changes(self): if self.otherChangeCheckButton.get_active(): return {self.other_field: self.otherNewValueEntry.get_text()} else: return {} def get_selected_values(self, ts=None): if not ts: ts = self.treeview.get_selection() mod, paths = ts.get_selected_rows() values = [] for p in paths: values.append(mod.get_value(mod.get_iter(p), 0)) return values def get_criteria_and_table(self): values = self.get_selected_values() if len(values) > 1: criteria = {self.field: ("==", ("or", values))} elif len(values) == 1: criteria = {self.field: values[0]} if self.field == "category": table = self.rd.categories_table else: table = self.rd.recipe_table return criteria, table def apply_changes(self, criteria, table): changes = self.get_changes() other_changes = self.get_other_changes() if self.field != "category" and self.other_field != "category": changes.update(other_changes) elif other_changes: if self.other_field == "category": # Inefficient, but works with our current backend # interface... and shouldn't be called often, so we'll # deal with the ugliness for now for r in self.rd.fetch_all(self.rd.recipe_table, **criteria): if not self.rd.fetch_one(self.rd.categories_table, {"id": r.id}): self.rd.do_add_cat({"id": r.id, "category": other_changes["category"]}) else: if self.field == "category": IDs = [r.id for r in self.rd.fetch_all(self.rd.categories_table, **criteria)] new_criteria = {"id": ("==", ("or", IDs))} self.rd.update_by_criteria(self.rd.recipe_table, new_criteria, other_changes) else: self.rd.update_by_criteria(self.rd.recipe_table, criteria, other_changes) if self.field == "category" and not changes["category"]: self.rd.delete_by_criteria(table, criteria) else: if self.field == "category": table = self.rd.categories_table else: table = self.rd.recipe_table self.rd.update_by_criteria(table, criteria, changes) self.rg.reset_search() if __name__ == "__main__": import recipeManager rm = recipeManager.default_rec_manager() class DummyRG: def reset_search(self): pass w = Gtk.Window() b = Gtk.Button(label="edit me now") w.add(b) w.show_all() ve = FieldEditor(rm, DummyRG()) b.connect("clicked", lambda *args: ve.run()) w.connect("delete-event", Gtk.main_quit) Gtk.main() gourmand-1.2.0/src/gourmand/plugins/import_export/000077500000000000000000000000001510115424500223235ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/__init__.py000066400000000000000000000000001510115424500244220ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/epub_plugin/000077500000000000000000000000001510115424500246345ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/epub_plugin/__init__.py000066400000000000000000000001301510115424500267370ustar00rootroot00000000000000from . import epub_exporter_plugin plugins = [epub_exporter_plugin.EpubExporterPlugin] gourmand-1.2.0/src/gourmand/plugins/import_export/epub_plugin/epub_exporter.py000066400000000000000000000262551510115424500301030ustar00rootroot00000000000000import re import xml.sax.saxutils from pkgutil import get_data from string import Template from typing import Optional from ebooklib import epub from gourmand import gglobals from gourmand.exporters.exporter import ExporterMultirec, exporter_mult from gourmand.i18n import _ RECIPE_HEADER = Template( """ $title """ ) RECIPE_FOOT = "" class EpubWriter: """This class contains all things to write an epub and is a small wrapper around the EbookLib which is capable of producing epub files and maybe kindle in the future (it is under heavy development). """ _default_style = "epubdefault.css" def __init__(self, outFileName): """ @param outFileName The filename + path the ebook is written to on finish. """ self.outFileName = outFileName self.lang = "en" self.recipeCss = None self.imgCount = 0 self.recipeCount = 0 self.ebook = epub.EpubBook() self.spine = ["nav"] self.toc = [] # set metadata self.ebook.set_identifier("Cookme") # TODO: Something meaningful or time? self.ebook.set_title("My Cookbook") self.ebook.set_language(self.lang) # This is normally the publisher, makes less sense for the moment # ebook.add_metadata('DC', 'publisher', "Gourmet") # TODO: Add real author from somewhere self.ebook.add_author("Gourmand") # This adds the field also known as keywords in some programs. self.ebook.add_metadata("DC", "subject", "cooking") def addRecipeCssFromFile(self, filename: Optional[str] = None) -> str: """Adds the CSS file from filename to the book. The style will be added to the books root. @param filename The file the css is read from and attached @return The internal name within the ebook to reference this file. """ cssFileName = "Style/recipe.css" if filename: with open(filename, "rb") as fh: style = fh.read() else: style = get_data("gourmand", f"data/style/{self._default_style}") assert style recipe_css = epub.EpubItem(uid="style", file_name=cssFileName, media_type="text/css", content=style) self.ebook.add_item(recipe_css) self.recipeCss = recipe_css return cssFileName def addJpegImage(self, imageData): """Adds a jpeg image from the imageData array to the book and returns the reference name for the image to be used in html. @param imageData Image data in format jpeg @return The name of the image to be used in html """ epimg = epub.EpubImage() epimg.file_name = "grf/image_%i.jpg" % self.imgCount self.imgCount += 1 epimg.media_type = "image/jpeg" epimg.set_content(imageData) self.ebook.add_item(epimg) return epimg.file_name def getFileForRecipeID(self, id, ext=".xhtml"): """ Returns a filename to reference a specific recipe @param id The id which is also passed during addRecipeText @return A filename for reference """ return "recipe_%i%s" % (id, ext) def addRecipeText(self, uniqueId, title, text): """Adds the recipe text as a chapter.""" uniqueName = self.getFileForRecipeID(uniqueId, ext="") fileName = self.getFileForRecipeID(uniqueId) self.recipeCount += 1 c1 = epub.EpubHtml(title=title, file_name=fileName, lang=self.lang) c1.content = text.encode("utf-8") c1.add_item(self.recipeCss) # add chapter self.ebook.add_item(c1) self.spine.append(c1) # define Table Of Contents self.toc.append(epub.Link(fileName, title, uniqueName)) def finish(self): """Finish the book and writes it to the disk.""" self.ebook.toc = self.toc # add default NCX and Nav file self.ebook.add_item(epub.EpubNcx()) self.ebook.add_item(epub.EpubNav()) self.ebook.spine = self.spine epub.write_epub(self.outFileName, self.ebook, {}) class epub_exporter(exporter_mult): def __init__( self, rd, r, out, conv=None, doc=None, # exporter_mult args mult=1, change_units=True, ): self.doc = doc # This document will be appended by the strings to join them in the # last step and pass it to the ebookwriter. self.preparedDocument = [] # self.link_generator=link_generator exporter_mult.__init__(self, rd, r, out, conv=conv, imgcount=1, mult=mult, change_units=change_units, do_markup=True, use_ml=True) def htmlify(self, text): t = text.strip() # t=xml.sax.saxutils.escape(t) t = "

%s

" % t t = re.sub("\n\n+", "

", t) t = re.sub("\n", "
", t) return t def get_title(self): """Returns the title of the book in an unescaped format""" title = self._grab_attr_(self.r, "title") if not title: title = _("Recipe") return str(title) def write_head(self): self.preparedDocument.append(RECIPE_HEADER.substitute(title=self.get_title())) self.preparedDocument.append("

%s

" % xml.sax.saxutils.escape(self.get_title())) def write_image(self, image): imagePath = self.doc.addJpegImage(image) self.preparedDocument.append('' % imagePath) def write_inghead(self): self.preparedDocument.append('

%s

    ' % _("Ingredients")) def write_text(self, label, text): attr = gglobals.NAME_TO_ATTR.get(label, label) if attr == "instructions": self.preparedDocument.append( '

    %s

    %s
    ' % (attr, label, label, self.htmlify(text)) ) else: self.preparedDocument.append('

    %s

    %s
    ' % (attr, label, label, self.htmlify(text))) def handle_italic(self, chunk): return "" + chunk + "" def handle_bold(self, chunk): return "" + chunk + "" def handle_underline(self, chunk): return "" + chunk + "" def write_attr_head(self): self.preparedDocument.append("
    ") def write_attr(self, label, text): attr = gglobals.NAME_TO_ATTR.get(label, label) if attr == "link": webpage = text.strip("http://") webpage = webpage.split("/")[0] self.preparedDocument.append('' % text + _("Original Page from %s") % webpage + "\n") elif attr == "rating": rating, rest = text.split("/", 1) self.preparedDocument.append( ( '

    ' '%s: %s/%s

    \n' ) % (attr, label.capitalize(), rating, rest) ) else: itemprop = None if attr == "title": itemprop = "name" return # Title is already printed elif attr == "category": itemprop = "recipeCategory" elif attr == "cuisine": itemprop = "recipeCuisine" elif attr == "yields": itemprop = "recipeYield" elif attr == "preptime": itemprop = "prepTime" elif attr == "cooktime": itemprop = "cookTime" elif attr == "instructions": itemprop = "recipeInstructions" if itemprop: self.preparedDocument.append( '

    %s: %s

    \n' % (attr, label.capitalize(), itemprop, xml.sax.saxutils.escape(text)) ) else: self.preparedDocument.append( "

    %s: %s

    \n" % (attr, label.capitalize(), xml.sax.saxutils.escape(text)) ) def write_attr_foot(self): self.preparedDocument.append("
    ") def write_grouphead(self, name): self.preparedDocument.append("

    %s

    " % name) def write_groupfoot(self): pass def _write_ing_impl(self, amount, unit, item, link, optional): self.preparedDocument.append('
  • ') # Escape all incoming things first. (amount, unit, item) = tuple([xml.sax.saxutils.escape("%s" % o) if o else "" for o in [amount, unit, item]]) self.preparedDocument.append('
    %s
    ' % (amount if len(amount) != 0 else " ")) self.preparedDocument.append('
    %s
    ' % (unit if len(unit) != 0 else " ")) if item: if link: self.preparedDocument.append("%s" % (link, item)) else: self.preparedDocument.append(item) if optional: self.preparedDocument.append("(%s)" % _("optional")) self.preparedDocument.append("
  • \n") def write_ingref(self, amount, unit, item, refid, optional): refFile = self.doc.getFileForRecipeID(refid) self._write_ing_impl(amount, unit, item, refFile, optional) def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): self._write_ing_impl(amount, unit, item, None, optional) def write_ingfoot(self): self.preparedDocument.append("

\n
\n") def write_foot(self): self.preparedDocument.append(RECIPE_FOOT) self._grab_attr_(self.r, "id") self.doc.addRecipeText(self._grab_attr_(self.r, "id"), self.get_title(), "".join(self.preparedDocument)) class website_exporter(ExporterMultirec): def __init__( self, rd, recipe_table, out, conv=None, ext="epub", copy_css=True, css: Optional[str] = None, index_rows=["title", "category", "cuisine", "rating", "yields"], change_units=False, mult=1, ): self.doc = EpubWriter(out) self.doc.addRecipeCssFromFile(css) self.ext = ext self.index_rows = index_rows self.exportargs = {"change_units": change_units, "mult": mult, "doc": self.doc} if conv: self.exportargs["conv"] = conv ExporterMultirec.__init__( self, rd, recipe_table, out, one_file=True, create_file=False, ext=self.ext, exporter=epub_exporter, exporter_kwargs=self.exportargs ) def recipe_hook(self, rec, filename, exporter): """Add index entry""" # TODO: Do some cool things here. pass def write_footer(self): self.doc.finish() gourmand-1.2.0/src/gourmand/plugins/import_export/epub_plugin/epub_exporter_plugin.py000066400000000000000000000020431510115424500314460ustar00rootroot00000000000000from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin from . import epub_exporter EPUBFILE = _("Epub File") class EpubExporterPlugin(ExporterPlugin): label = _("Exporting epub") sublabel = _("Exporting recipes an epub file in directory %(file)s") single_completed_string = _("Recipe saved as epub file %(file)s") filetype_desc = EPUBFILE saveas_filters = [EPUBFILE, ["application/epub+zip"], ["*.epub"]] saveas_single_filters = [EPUBFILE, ["application/epub+zip"], ["*.epub"]] mode = "wb" # Epub is a zip file, so we need a binary output file def get_multiple_exporter(self, args): return epub_exporter.website_exporter( args["rd"], args["rv"], args["file"], # args['conv'], ) def do_single_export(self, args): e = epub_exporter.website_exporter(args["rd"], [args["rec"]], args["out"], mult=args["mult"], change_units=args["change_units"], conv=args["conv"]) e.run() def run_extra_prefs_dialog(self): pass gourmand-1.2.0/src/gourmand/plugins/import_export/gxml_plugin/000077500000000000000000000000001510115424500246505ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/gxml_plugin/__init__.py000066400000000000000000000003001510115424500267520ustar00rootroot00000000000000from . import gxml_exporter_plugin, gxml_importer_plugin plugins = [gxml_exporter_plugin.GourmetExporterPlugin, gxml_importer_plugin.GourmetXML2Plugin, gxml_importer_plugin.GourmetXMLPlugin] gourmand-1.2.0/src/gourmand/plugins/import_export/gxml_plugin/gxml2_exporter.py000066400000000000000000000110011510115424500301740ustar00rootroot00000000000000import base64 import xml.sax.saxutils import gourmand.exporters.exporter as exporter from gourmand.exporters.xml_exporter import XmlExporter class rec_to_xml(XmlExporter): """A vastly simplified recipe XML exporter. The previous XML format was written as a format designed for itself (its design predated gourmet). This one is really written as a simple way to save, load and exchange Gourmet recipes. As a result, the code is much simpler, and the format should be quicker to write and more convenient for exchanging single recipes. This implementation actually uses the DOM to ensure correctness. """ doc_element = "gourmetDoc" doctype_desc = "" dtd_path = "" ALLOW_PLUGINS_TO_WRITE_NEW_FIELDS = False def write_head(self): self.rec_el = self.create_element_with_attrs("recipe", {"id": self.r.id}) self.top_element.appendChild(self.rec_el) def write_attr(self, attr, text): self.rec_el.appendChild(self.create_text_element(attr.replace(" ", ""), text)) def write_text(self, attr, text): self.rec_el.appendChild(self.create_text_element(attr.replace(" ", ""), text)) def write_image(self, image): image_el = self.create_element_with_attrs("image", {"format": "jpeg"}) image_el.appendChild(self.xmlDoc.createCDATASection(base64.b64encode(image).decode())) self.rec_el.appendChild(image_el) def handle_italic(self, chunk): return "<i>" + chunk + "</i>" def handle_bold(self, chunk): return "<b>" + chunk + "</b>" def handle_underline(self, chunk): return "<u>" + chunk + "</u>" def write_foot(self): if self.i_created_this_document: self.xmlDoc.writexml(self.ofi, newl="\n", addindent="\t", encoding="UTF-8") def write_inghead(self): self.inglist_el = self.xmlDoc.createElement("ingredient-list") self.top_inglist = self.inglist_el # because groups will let us nest... self.rec_el.appendChild(self.inglist_el) def write_ingref(self, amount=1, unit=None, item=None, refid=None, optional=False): self.inglist_el.appendChild(self.create_text_element("ingref", item, {"refid": str(refid), "amount": amount})) def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): if optional: ing_el = self.create_element_with_attrs("ingredient", {"optional": "yes"}) else: ing_el = self.create_element_with_attrs("ingredient", {}) self.inglist_el.appendChild(ing_el) if amount: ing_el.appendChild(self.create_text_element("amount", amount)) if unit: ing_el.appendChild(self.create_text_element("unit", unit)) if item: ing_el.appendChild(self.create_text_element("item", item)) if key: ing_el.appendChild(self.create_text_element("key", key)) def write_grouphead(self, name): group_el = self.xmlDoc.createElement("inggroup") group_el.appendChild(self.create_text_element("groupname", name)) self.inglist_el = group_el def write_groupfoot(self): self.top_inglist.appendChild(self.inglist_el) self.inglist_el = self.top_inglist class recipe_table_to_xml(exporter.ExporterMultirec, XmlExporter): doc_element = "gourmetDoc" doctype_desc = "" dtd_path = "" def __init__(self, rd, recipe_table, out, one_file=True, change_units=False, mult=1): self.create_xmldoc() exporter.ExporterMultirec.__init__( self, rd, recipe_table, out, one_file=True, ext="xml", exporter=rec_to_xml, exporter_kwargs={ "change_units": change_units, "mult": mult, "xmlDoc": self.xmlDoc, # This order is now in our DTD so we'd # better make it solid. "attr_order": ( "title", "category", "cuisine", "source", "link", "rating", "preptime", "cooktime", "yields", ), "order": ["attr", "image", "ings", "text"], }, ) def write_footer(self, *args): self.xmlDoc.writexml(self.ofi, newl="\n", addindent="\t", encoding="UTF-8") def quoteattr(str): return xml.sax.saxutils.quoteattr(xml.sax.saxutils.escape(str)) gourmand-1.2.0/src/gourmand/plugins/import_export/gxml_plugin/gxml2_importer.py000066400000000000000000000061531510115424500302010ustar00rootroot00000000000000import base64 import xml.sax import xml.sax.saxutils from gourmand.convert import NUMBER_FINDER from gourmand.gglobals import REC_ATTRS, TEXT_ATTR_DIC from gourmand.importers import xml_importer class RecHandler(xml_importer.RecHandler): ING_ATTRS = { # XML : DATABASE COLUMN "item": "item", "unit": "unit", "amount": "amount", "key": "ingkey", } def __init__(self, total=None, conv=None, parent_thread=None): xml_importer.RecHandler.__init__(self, total, conv=conv, parent_thread=parent_thread) self.REC_ATTRS = [r[0] for r in REC_ATTRS] self.REC_ATTRS += [r for r in list(TEXT_ATTR_DIC.keys())] def startElement(self, name, attrs): self.elbuf = "" if name == "recipe": id = attrs.get("id", None) if id: self.start_rec(dict={"id": id}) else: self.start_rec() if name == "ingredient": self.start_ing(recipe_id=self.rec["id"]) if attrs.get("optional", False): if attrs.get("optional", False) not in ["no", "No", "False", "false", "None"]: self.ing["optional"] = True if name == "ingref": self.start_ing(id=self.rec["id"]) self.add_ref(unquoteattr(attrs.get("refid"))) self.add_amt(unquoteattr(attrs.get("amount"))) def endElement(self, name): if name == "recipe": self.commit_rec() elif name == "groupname": self.group = xml.sax.saxutils.unescape(self.elbuf.strip()) elif name == "inggroup": self.group = None elif name == "ingref": self.add_item(xml.sax.saxutils.unescape(self.elbuf.strip())) self.commit_ing() elif name == "ingredient": self.commit_ing() elif name == "image": self.rec["image"] = base64.b64decode(self.elbuf.strip()) elif name == "yields": txt = xml.sax.saxutils.unescape(self.elbuf.strip()) match = NUMBER_FINDER.search(txt) if match: number = txt[match.start() : match.end()] unit = txt[match.end() :].strip() self.rec["yields"] = number self.rec["yield_unit"] = unit else: self.rec["yields"] = 1 self.rec["yield_unit"] = unit print("Warning, recorded", txt, "as 1 ", unit) elif name in self.REC_ATTRS: if name in ['instructions', 'modifications']: self.rec[str(name)] = self.elbuf.strip() else: self.rec[str(name)] = xml.sax.saxutils.unescape(self.elbuf.strip()) elif name in list(self.ING_ATTRS.keys()): self.ing[str(self.ING_ATTRS[name])] = xml.sax.saxutils.unescape(self.elbuf.strip()) class Converter(xml_importer.Converter): def __init__(self, filename, conv=None): xml_importer.Converter.__init__(self, filename, RecHandler, recMarker="", conv=conv, name="GXML2 Importer") def unquoteattr(str): return xml.sax.saxutils.unescape(str).replace("_", " ") gourmand-1.2.0/src/gourmand/plugins/import_export/gxml_plugin/gxml_exporter_plugin.py000066400000000000000000000043641510115424500315060ustar00rootroot00000000000000import re from gourmand.convert import float_to_frac, seconds_to_timestring from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin from . import gxml2_exporter GXML = _("Gourmet XML File") class GourmetExportChecker: def check_rec(self, rec, file): self.txt = file.read() print("txt", self.txt) self.rec = rec self.check_attrs() def check_attrs(self): for attr in ["title", "cuisine", "source", "link"]: if getattr(self.rec, attr): assert re.search( r"<%(attr)s>\s*%(val)s\s*" % {"attr": attr, "val": getattr(self.rec, attr)}, self.txt ), "Did not find %s value %s" % (attr, getattr(self.rec, attr)) if self.rec.yields: assert re.search(r"\s*%s\s*%s\s*" % (self.rec.yields, self.rec.yield_unit), self.txt) or re.search( r"\s*%s\s*%s\s*" % (float_to_frac(self.rec.yields), self.rec.yield_unit), self.txt ), "Did not find yields value %s %s" % (self.rec.yields, self.rec.yield_unit) for att in ["preptime", "cooktime"]: if getattr(self.rec, att): tstr = seconds_to_timestring(getattr(self.rec, att)) assert re.search(r"<%(att)s>\s*%(tstr)s\s*" % locals(), self.txt), "Did not find %s value %s" % (att, tstr) class GourmetExporterPlugin(ExporterPlugin): label = _("Gourmet XML Export") sublabel = _("Exporting recipes to Gourmet XML file %(file)s.") single_completed_string = (_("Recipe saved in Gourmet XML file %(file)s."),) filetype_desc = GXML saveas_filters = [GXML, ["text/xml"], ["*.grmt", "*.xml", "*.XML"]] saveas_single_filters = saveas_filters def get_multiple_exporter(self, args): return gxml2_exporter.recipe_table_to_xml( args["rd"], args["rv"], args["file"], ) def do_single_export(self, args): gxml2_exporter.recipe_table_to_xml(args["rd"], [args["rec"]], args["out"], change_units=args["change_units"], mult=args["mult"]).run() def run_extra_prefs_dialog(self): pass def check_export(self, rec, file): gec = GourmetExportChecker() gec.check_rec(rec, file) gourmand-1.2.0/src/gourmand/plugins/import_export/gxml_plugin/gxml_importer.py000066400000000000000000000104351510115424500301150ustar00rootroot00000000000000import base64 import xml.sax import xml.sax.saxutils from gourmand.importers import xml_importer unquoteattr = xml_importer.unquoteattr class RecHandler(xml_importer.RecHandler): def __init__(self, total=None, conv=None, parent_thread=None): xml_importer.RecHandler.__init__(self, total, conv=conv, parent_thread=parent_thread) self.meta = {} self.in_mixed = 0 self.meta["cuisine"] = {} self.meta["source"] = {} self.meta["category"] = {} # self.start_rec() def startElement(self, name, attrs): self.elbuf = "" if name == "category" or name == "cuisine" or name == "source": self.in_mixed = 0 self.metaid = unquoteattr(attrs.get("id", "")) if name == "recipe": self.in_mixed = 0 self.start_rec() for att in ["cuisine", "servings", "rating", "description", "category", "source"]: self.rec[att] = unquoteattr(attrs.get(att, "")) for att in ["cuisine", "source", "category"]: raw = unquoteattr(attrs.get(att, "")) if raw: if raw in self.meta[att]: self.rec[att] = self.meta[att][raw] else: self.rec[att] = raw print("Warning: can't translate ", raw) if name == "image": self.in_mixed = 0 if name == "inggroup": self.in_mixed = 0 self.group = unquoteattr(attrs.get("name")) if name == "ingredient": self.in_mixed = 0 self.start_ing(id=self.rec["id"]) if attrs.get("optional", False): if attrs.get("optional", False) not in ["no", "false", "False", "No", "None"]: # support for obsolete values self.ing["optional"] = True if name == "ingref": self.in_mixed = 0 self.start_ing(id=self.rec["id"]) self.add_ref(unquoteattr(attrs.get("refid"))) self.add_amt(unquoteattr(attrs.get("amount"))) if name == "amount": self.in_mixed = 0 for att in ["unit"]: self.ing[att] = unquoteattr(attrs.get(att, "")) if name == "item": self.in_mixed = 0 for att in ["ingkey"]: self.ing[att] = unquoteattr(attrs.get(att, "")) if self.in_mixed: self.mixed += "<%s" % name for n, v in list(attrs.items()): self.mixed += " %s='%s'" % (n, v) self.mixed += ">" if name == "instructions" or name == "modifications": self.in_mixed = 1 self.mixed = "" def endElement(self, name): if name == "category" or name == "cuisine" or name == "source": self.meta[name][self.metaid] = xml.sax.saxutils.unescape(self.elbuf) if name == "title": self.rec["title"] = xml.sax.saxutils.unescape(self.elbuf) if name == "image": self.rec["image"] = base64.b64decode(self.elbuf) if name == "recipe": # self.rd.add_rec(self.rec) self.commit_rec() if name == "inggroup": self.group = None if name == "ingref": self.add_item(xml.sax.saxutils.unescape(self.elbuf)) self.commit_ing() if name == "ingredient": self.commit_ing() if name == "item": self.add_item(xml.sax.saxutils.unescape(self.elbuf)) if name == "amount": self.add_amt(self.elbuf) if name == "instructions" or name == "modifications": self.in_mixed = 0 self.mixed += self.elbuf # special unescaping of our grand little tags for eop, op, ecl, cl in [("<%s>" % t, "<%s>" % t, "</%s>" % t, "" % t) for t in ("b", "i", "u")]: self.mixed = self.mixed.replace(eop, op) self.mixed = self.mixed.replace(ecl, cl) self.rec[name] = self.mixed if self.in_mixed: self.mixed += self.elbuf self.mixed += "" % name class Converter(xml_importer.Converter): def __init__(self, filename, conv=None): xml_importer.Converter.__init__(self, filename, RecHandler, recMarker="", conv=conv, name="GXML Importer") gourmand-1.2.0/src/gourmand/plugins/import_export/gxml_plugin/gxml_importer_plugin.py000066400000000000000000000062671510115424500315030ustar00rootroot00000000000000# -*- coding: utf-8 -*- import os import os.path from gi.repository import Pango from gourmand.i18n import _ from gourmand.importers.importer import Tester from gourmand.plugin import ImporterPlugin from gourmand.recipeManager import get_recipe_manager from . import gxml2_importer, gxml_importer test_dir = os.path.split(__file__)[0] # our directory src/lib/plugins/import_export/plugin/*/ test_dir = os.path.split(test_dir)[0] # one back... src/lib/plugins/import_export/plugin/ test_dir = os.path.split(test_dir)[0] # one back... src/lib/plugins/import_export/ test_dir = os.path.split(test_dir)[0] # one back... src/lib/plugins/ test_dir = os.path.join(test_dir, "tests", "recipe_files") class GxmlImportTester: def __init__(self): self.rm = get_recipe_manager() def run_test(self, recipe_objects, filename): if filename.endswith("test_set.grmt"): self.run_test_set_test(recipe_objects) def run_test_set_test(self, recs): assert "Amazing rice" in [r.title for r in recs], "Titles were: %s" % ([r.title for r in recs]) rice = recs[0] if rice.title != "Amazing rice": rice = recs[1] sauce = recs[0] else: sauce = recs[1] assert sauce.source == "Tom's imagination", "value was %s" % sauce.source assert sauce.link == "http://slashdot.org", "value was %s" % sauce.link ings = self.rm.get_ings(rice) assert ings[1].refid == sauce.id, "Ingredient reference did not export properly" sings = self.rm.get_ings(sauce) assert sings[1].inggroup == "veggies", "value was %s" % sings[0].inggroup assert sings[1].item == "jalapeño peppers", 'value was "%s",%s' % (sings[1].item, type(sings[1].item)) self.is_markup_valid(sauce) self.is_markup_valid(rice) assert "well" in sauce.instructions, "value was %s" % sauce.instructions assert sauce.image assert sauce.thumb def is_markup_valid(self, rec): Pango.parse_markup(rec.instructions or "") Pango.parse_markup(rec.modifications or "") class GourmetXML2Plugin(ImporterPlugin): name = _("Gourmet XML File") patterns = ["*.xml", "*.grmt", "*.gourmet"] mimetypes = ["text/xml", "application/xml", "text/plain"] def test_file(self, filename): return Tester(".* ]").test(filename) def get_importer(self, filename): return gxml2_importer.Converter(filename) class GourmetXMLPlugin(ImporterPlugin): name = _("Gourmet XML File (Obsolete)") patterns = ["*.xml", "*.grmt", "*.gourmet"] mimetypes = ["text/xml", "application/xml", "text/plain"] def test_file(self, filename): return Tester(".* ]").test(filename) def get_importer(self, filename): return gxml_importer.Converter(filename) def get_import_tests(self): """Return an alist with files to check and tester functions that will be run to test the imported recipes. The function will be called with the following signature tester(recipe_objects, filename, rd) """ return [ (os.path.join(test_dir, "test_set.grmt"), GxmlImportTester().run_test), ] gourmand-1.2.0/src/gourmand/plugins/import_export/html_plugin/000077500000000000000000000000001510115424500246455ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/html_plugin/__init__.py000066400000000000000000000001301510115424500267500ustar00rootroot00000000000000from . import html_exporter_plugin plugins = [html_exporter_plugin.HtmlExporterPlugin] gourmand-1.2.0/src/gourmand/plugins/import_export/html_plugin/html_exporter.py000066400000000000000000000305561510115424500301240ustar00rootroot00000000000000import os import os.path import re import xml.sax.saxutils from pkgutil import get_data from typing import Optional from gourmand import gglobals from gourmand.exporters.exporter import ExporterMultirec, exporter_mult from gourmand.i18n import _ HTML_HEADER_START = """ """ HTML_HEADER_CLOSE = """ """ def _read_css(filename: Optional[str] = None) -> str: if filename: with open(filename, "r") as fh: style = fh.read() else: style = get_data("gourmand", "data/style/default.css").decode() assert style return style class html_exporter(exporter_mult): def __init__( self, rd, r, out, conv=None, css: Optional[str] = None, embed_css=True, start_html=True, end_html=True, imagedir="pics/", imgcount=1, link_generator=None, # exporter_mult args mult=1, change_units=True, ): """We export web pages. We have a number of possible options here. css is a css file which will be embedded if embed_css is true or referenced if not. start_html and end_html specify whether or not to write header info (so we can be called in the midst of another script writing a page). imgcount allows an outside function to keep number exported images, handing us the imgcount at the start of our export. link_generator will be handed the ID referenced by any recipes called for as ingredients. It should return a URL for that recipe or None if it can't reference the recipe based on the ID.""" self.start_html = start_html self.end_html = end_html self._css_file = css self._css = _read_css(css) self._embed_css = embed_css if css else True self.link_generator = link_generator if imagedir and imagedir[-1] != os.path.sep: imagedir += os.path.sep # make sure we end w/ slash if not imagedir: imagedir = "" # make sure it's a string self.imagedir_absolute = os.path.join(os.path.split(out.name)[0], imagedir) self.imagedir = imagedir exporter_mult.__init__(self, rd, r, out, conv=conv, imgcount=imgcount, mult=mult, change_units=change_units, do_markup=True, use_ml=True) def htmlify(self, text): t = text.strip() # t=xml.sax.saxutils.escape(t) t = "

%s

" % t t = re.sub("\n\n+", "

", t) t = re.sub("\n", "
", t) return t def get_title(self): title = self._grab_attr_(self.r, "title") if not title: title = _("Recipe") return xml.sax.saxutils.escape(title) def write_head(self): if self.start_html: self.out.write(HTML_HEADER_START) self.out.write("%s" % self.get_title()) if self._embed_css: self.out.write("") else: assert self._css_file link = self.make_relative_link(self._css_file) self.out.write(f"") self.out.write(HTML_HEADER_CLOSE) self.out.write("") self.out.write('

') def write_image(self, image): imgout = os.path.join(self.imagedir_absolute, "%s.jpg" % self.imgcount) while os.path.isfile(imgout): self.imgcount += 1 imgout = os.path.join(self.imagedir_absolute, "%s.jpg" % self.imgcount) if not os.path.isdir(self.imagedir_absolute): os.mkdir(self.imagedir_absolute) o = open(imgout, "wb") o.write(image) o.close() # we use urllib here because os.path may fsck up slashes for urls. self.out.write('%s' % (self.make_relative_link("%s%s.jpg" % (self.imagedir, self.imgcount)), self.get_title())) self.images.append(imgout) def write_inghead(self): self.out.write('

%s

    ' % _("Ingredients")) def write_text(self, label, text): attr = gglobals.NAME_TO_ATTR.get(label, label) if attr == "instructions": self.out.write('

    %s

    %s
    ' % (attr, label, label, self.htmlify(text))) else: self.out.write('

    %s

    %s
    ' % (attr, label, label, self.htmlify(text))) def handle_italic(self, chunk): return "" + chunk + "" def handle_bold(self, chunk): return "" + chunk + "" def handle_underline(self, chunk): return "" + chunk + "" def write_attr_head(self): self.out.write("
    ") def write_attr(self, label, text): attr = gglobals.NAME_TO_ATTR.get(label, label) if attr == "link": webpage = text.split("/")[2] self.out.write('' % text + _("Original Page from %s") % webpage + "\n") elif attr == "rating": rating, rest = text.split("/", 1) self.out.write( ( '

    ' '%s: %s/%s

    \n' ) % (attr, label.capitalize(), rating, rest) ) else: itemprop = None if attr == "title": itemprop = "name" elif attr == "category": itemprop = "recipeCategory" elif attr == "cuisine": itemprop = "recipeCuisine" elif attr == "yields": itemprop = "recipeYield" elif attr == "preptime": itemprop = "prepTime" elif attr == "cooktime": itemprop = "cookTime" elif attr == "instructions": itemprop = "recipeInstructions" if itemprop: self.out.write( '

    %s: %s

    \n' % (attr, label.capitalize(), itemprop, xml.sax.saxutils.escape(text)) ) else: self.out.write("

    %s: %s

    \n" % (attr, label.capitalize(), xml.sax.saxutils.escape(text))) def write_attr_foot(self): self.out.write("
    ") def write_grouphead(self, name): self.out.write("
  • %s:
      " % name) def write_groupfoot(self): self.out.write("
  • ") def write_ingref(self, amount, unit, item, refid, optional): link = False if self.link_generator: link = self.link_generator(refid) if link: self.out.write("") self.write_ing(amount, unit, item, optional=optional) if link: self.out.write("") def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): self.out.write('
  • ') for o in [amount, unit, item]: if o: self.out.write(xml.sax.saxutils.escape("%s " % o)) if optional: self.out.write("(%s)" % _("optional")) self.out.write("
  • \n") def write_ingfoot(self): self.out.write("
\n
\n") def write_foot(self): self.out.write("
\n") if self.end_html: self.out.write("\n\n") def make_relative_link(self, filename): try: outdir = os.path.split(self.out.name)[0] + os.path.sep if filename.find(outdir) == 0: filename = filename[len(outdir) :] except Exception: pass return linkify(filename) class website_exporter(ExporterMultirec): def __init__( self, rd, recipe_table, out, conv=None, ext="htm", copy_css=True, css: Optional[str] = None, imagedir="pics" + os.path.sep, index_rows=["title", "category", "cuisine", "rating", "yields"], change_units=False, mult=1, ): self.ext = ext self._css_file = css self._css = _read_css(css) if copy_css: styleout = os.path.join(out, "style.css") if not os.path.isdir(out): os.makedirs(out) print("writing css to ", styleout) with open(styleout, "w") as fh: fh.write(self._css) self._css_file = styleout self._embed_css = not self._css_file self.imagedir = imagedir self.index_rows = index_rows self.imgcount = 1 self.added_dict = {} self.exportargs = { "embed_css": False, "css": self._css_file, "imgcount": self.imgcount, "imagedir": self.imagedir, "link_generator": self.generate_link, "change_units": change_units, "mult": mult, } if conv: self.exportargs["conv"] = conv ExporterMultirec.__init__(self, rd, recipe_table, out, one_file=False, ext=self.ext, exporter=html_exporter, exporter_kwargs=self.exportargs) def write_header(self): self.indexfn = os.path.join(self.outdir, "index%s%s" % (os.path.extsep, self.ext)) self.indexf = open(self.indexfn, "w") self.indexf.write(HTML_HEADER_START) self.indexf.write("Recipe Index") if self._embed_css: self.indexf.write("") else: assert self._css_file link = self.make_relative_link(self._css_file) self.indexf.write(f"") self.indexf.write(HTML_HEADER_CLOSE) self.indexf.write("") self.indexf.write('
\n') for r in self.index_rows: self.indexf.write('' % (r, gglobals.REC_ATTR_DIC[r])) self.indexf.write("\n") def recipe_hook(self, rec, filename, exporter): """Add index entry""" # we link from the first row self.indexf.write( """""" % ( self.index_rows[0], # xml.sax.saxutils.escape(filename).replace(" ","%20"), self.make_relative_link(filename), xml.sax.saxutils.escape(self._grab_attr_(rec, self.index_rows[0])), ) ) for r in self.index_rows[1:]: self.indexf.write('' % (r, self._grab_attr_(rec, r))) self.indexf.write("") self.imgcount = exporter.imgcount self.added_dict[rec.id] = filename def write_footer(self): self.indexf.write("
%s
%s %s
") self.indexf.close() def generate_link(self, id): if id in self.added_dict: return self.added_dict[id] else: rec = self.rd.get_rec(id) if rec: return self.generate_filename(rec, self.ext, add_id=True) else: return None def make_relative_link(self, filename): if self.outdir[-1] != os.path.sep: outdir = self.outdir + os.path.sep else: outdir = self.outdir if filename.find(outdir) == 0: filename = filename[len(outdir) :] return linkify(filename) def linkify(filename): # ret = filename.replace("\\", "/") # ret = filename.replace(" ", "%20") return xml.sax.saxutils.escape(filename) gourmand-1.2.0/src/gourmand/plugins/import_export/html_plugin/html_exporter_plugin.py000066400000000000000000000020701510115424500314700ustar00rootroot00000000000000from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin from . import html_exporter WEBPAGE = _("HTML Web Page") class HtmlExporterPlugin(ExporterPlugin): label = _("Exporting Webpage") sublabel = _("Exporting recipes to HTML files in directory %(file)s") single_completed_string = _("Recipe saved as HTML file %(file)s") filetype_desc = WEBPAGE saveas_filters = [WEBPAGE, ["text/html"], ["*.html"]] saveas_single_filters = [WEBPAGE, ["text/html"], ["*.html", "*.htm", "*.HTM", "*.HTML"]] def get_multiple_exporter(self, args): return html_exporter.website_exporter( args["rd"], args["rv"], args["file"], # args['conv'], ) def do_single_export(self, args): he = html_exporter.html_exporter( args["rd"], args["rec"], args["out"], change_units=args["change_units"], mult=args["mult"], # conv=args['conv'] ) he.run() def run_extra_prefs_dialog(self): pass gourmand-1.2.0/src/gourmand/plugins/import_export/krecipe_plugin/000077500000000000000000000000001510115424500253235ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/krecipe_plugin/__init__.py000066400000000000000000000001411510115424500274300ustar00rootroot00000000000000from . import krecipe_importer_plugin plugins = [krecipe_importer_plugin.KrecipeImporterPlugin] gourmand-1.2.0/src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer.py000066400000000000000000000044321510115424500312430ustar00rootroot00000000000000import base64 from gourmand.importers import xml_importer class KrecHandler(xml_importer.RecHandler): ADD = 1 IS = 2 AND = 3 BASE_64 = 4 RECTAGS = { "title": ("title", IS), "author": ("source", ADD), # FIX ME: IMAGE SUPPORT IS BROKEN! "pic": ("image", BASE_64), "cat": ("category", ADD), "serving": ("servings", IS), "preparation-time": ("preptime", IS), "krecipes-instructions": ("instructions", ADD), } INGTAGS = { "name": (("item", "ingkey"), AND), "amount": ("amount", IS), "unit": ("unit", IS), "prep": ("item", ADD), } RECIPE_TAG = "krecipes-recipe" ING_TAG = "ingredient" def __init__(self, total=None, conv=None, parent_thread=None): self.in_mixed = 0 self.rec = {} self.ing = {} xml_importer.RecHandler.__init__(self, total, conv=conv, parent_thread=parent_thread) def startElement(self, name, attrs): self.elbuf = "" if name == self.RECIPE_TAG: self.start_rec() if name == self.ING_TAG: self.start_ing() if name == "ingredient-group": self.group = attrs.get("name", "") def endElement(self, name): key, method = None, None # krecipe-recipe marks a recipe end! if name == self.RECIPE_TAG: self.commit_rec() return if name == "ingredient-group": self.group = None if name == self.ING_TAG: self.commit_ing() elif name in self.RECTAGS: obj = self.rec key, method = self.RECTAGS[name] elif name in self.INGTAGS: obj = self.ing key, method = self.INGTAGS[name] if key: if method == self.ADD and key in obj: obj[key] = obj[key] + ", " + self.elbuf elif method == self.AND: for k in key: obj[k] = self.elbuf elif method == self.BASE_64: obj[key] = base64.b64decode(self.elbuf) else: obj[key] = self.elbuf class Converter(xml_importer.Converter): def __init__(self, filename): xml_importer.Converter.__init__(self, filename, KrecHandler, recMarker="") gourmand-1.2.0/src/gourmand/plugins/import_export/krecipe_plugin/krecipe_importer_plugin.py000066400000000000000000000010021510115424500326070ustar00rootroot00000000000000from gourmand.i18n import _ from gourmand.importers.importer import Tester from gourmand.plugin import ImporterPlugin from . import krecipe_importer class KrecipeImporterPlugin(ImporterPlugin): name = _("KRecipe XML File") patterns = ["*.xml", "*.kreml"] mimetypes = ["text/xml", "application/xml", "text/plain"] def test_file(self, filename): return Tester(".* ]").test(filename) def get_importer(self, filename): return krecipe_importer.Converter(filename) gourmand-1.2.0/src/gourmand/plugins/import_export/mastercook_import_plugin/000077500000000000000000000000001510115424500274425ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/mastercook_import_plugin/__init__.py000066400000000000000000000002561510115424500315560ustar00rootroot00000000000000from . import mastercook_importer_plugin plugins = [ mastercook_importer_plugin.MastercookImporterPlugin, mastercook_importer_plugin.MastercookTextImporterPlugin, ] gourmand-1.2.0/src/gourmand/plugins/import_export/mastercook_import_plugin/mastercook_importer.py000066400000000000000000000214371510115424500341130ustar00rootroot00000000000000import os.path import re import xml.sax import gourmand.importers.importer as importer import gourmand.importers.xml_importer as xml_importer from gourmand.gdebug import debug from gourmand.i18n import _ from gourmand.importers.xml_importer import unquoteattr class Mx2Cleaner: def __init__(self): self.regs_to_toss = [r"<\?xml[^?]+\?>", "]+>"] self.toss_regexp = "(" for r in self.regs_to_toss: self.toss_regexp = self.toss_regexp + r + "|" self.toss_regexp = self.toss_regexp[0:-1] + ")" self.toss_regexp = re.compile(self.toss_regexp) self.attr_regexp = '(<[^>]+?)"([^=]+["<>][^=]+)"' self.attr_regexp = re.compile(self.attr_regexp) self.encodings = ["cp1252", "iso8859", "ascii", "latin_1", "cp850", "utf-8"] def cleanup(self, infile, outfile): infile = open(infile, "rb") outfile = open(outfile, "w", encoding="utf-8") for line in infile.readlines(): line = self.decode(line) line = self.toss_regs(line) line = self.fix_attrs(line) outfile.write(line) infile.close() outfile.close() def toss_regs(self, instr): m = self.toss_regexp.search(instr) if m: outstr = instr[0 : m.start()] + instr[m.end() :] debug('Converted "%s" to "%s"' % (instr, outstr), 1) return outstr else: return instr def fix_attrs(self, instr): match = self.attr_regexp.search(instr) outstr = "" while match: outstr = outstr + instr[0 : match.start()] pre, badattr = match.groups() outstr = outstr + pre outstr = outstr + xml.sax.saxutils.quoteattr(badattr) debug("Fixed broken attribute: %s -> %s" % (instr, outstr), 0) instr = instr[match.end() :] match = self.attr_regexp.search(instr) outstr = outstr + instr return outstr def decode(self, line: bytes) -> str: """Try several encodings, return the line once it's succesfully decoded""" for e in self.encodings: try: return line.decode(e) except UnicodeDecodeError: debug("Could not decode as %s" % e, 2) pass class MastercookXMLHandler(xml_importer.RecHandler): """We handle MasterCook XML Files""" def __init__(self, parent_thread=None, conv=None): debug("MastercookXMLHandler starting", 0) xml_importer.RecHandler.__init__(self, parent_thread=parent_thread, conv=None) self.total = 0 self.recs_done = 0 self.elements = { "mx2": ["source", "date"], #'Summ':[], "Nam": [], "RcpE": ["name"], "RTxt": [], "Serv": ["qty"], "PropT": ["elapsed"], "IngR": ["name", "unit", "qty"], "IPrp": [], #'DirS':[], "DirT": [], "Desc": [], "Srce": [], "Note": [], "CatT": [], "Yield": ["unit", "qty"], } self.current_elements = [] self.bufs = [] xml.sax.ContentHandler.__init__(self) importer.Importer.__init__(self, conv=conv) def grabattr(self, attrs, name, default=""): return unquoteattr(attrs.get(name, default)) def startElement(self, name, attrs): self.in_mixed = 0 if name not in self.elements: debug("Unhandled element: %s" % name, 0) return else: self.current_elements = [name] + self.current_elements handler = self._get_handler(name) handler(start=True, attrs=attrs) def endElement(self, name): if name not in self.elements: return else: self.current_elements.remove(name) handler = self._get_handler(name) handler(end=True) def endDocument(self): self.emit("progress", 1, _("Mastercook import finished.")) def _get_handler(self, name): return getattr(self, "%s_handler" % name) def mx2_handler(self, start=False, end=False, attrs=None): if start: pass def characters(self, ch): if self.bufs: debug("adding to %s bufs: %s" % (len(self.bufs), ch), 0) for buf in self.bufs: setattr(self, buf, getattr(self, buf) + ch) def Nam_handler(self, start=False, end=False, attrs=None): if start: # we simply count recipes so that we can # indicate progress. self.total += 1 def RcpE_handler(self, start=False, end=False, attrs=None): if start: self.start_rec() # if self.source: # self.rec['source']=self.source if attrs: self.rec["title"] = self.grabattr(attrs, "name") if end: if "yield" in self.rec: self._add_to_instructions("\nYield: %s %s" % self.rec["yield"]) del self.rec["yield"] self.commit_rec() def RTxt_handler(self, start=False, end=False, attrs=None): if start: self.cdata_buf = "" self.bufs.append("cdata_buf") if end: self.bufs.remove("cdata_buf") def Serv_handler(self, start=False, end=False, attrs=None): if attrs: self.rec["servings"] = self.grabattr(attrs, "qty") def Yield_handler(self, start=False, end=False, attrs=None): if attrs: self.rec["yield"] = (self.grabattr(attrs, "qty"), self.grabattr(attrs, "unit")) def CatT_handler(self, start=False, end=False, attrs=None): if start: self.catbuf = "" self.bufs.append("catbuf") if end: self.bufs.remove("catbuf") self.catbuf = self.catbuf.strip() if "category" in self.rec: self.rec["category"] = self.rec["category"] + " " + self.catbuf else: self.rec["category"] = xml.sax.saxutils.unescape(self.catbuf) def IngR_handler(self, start=False, end=False, attrs=None): if attrs: self.start_ing() self.item = self.grabattr(attrs, "name") self.add_amt(self.grabattr(attrs, "qty")) self.ing["unit"] = self.grabattr(attrs, "unit") if end: if self.item.find("===") == 0: self.group = self.item[4:-4] else: self.add_item(self.item) debug("item=%s, unit=%s" % (self.item, self.ing["unit"]), 0) self.commit_ing() def _add_to_instructions(self, buf): debug("adding to instructions: %s" % buf, 0) if "instructions" in self.rec: self.rec["instructions"] = self.rec["instructions"] + "\n%s" % xml.sax.saxutils.unescape(buf) else: self.rec["instructions"] = xml.sax.saxutils.unescape(buf) def DirT_handler(self, start=False, end=False, attrs=None): if start: self.dbuf = "" self.bufs.append("dbuf") if end: self.bufs.remove("dbuf") self._add_to_instructions(self.dbuf.strip()) # this also gets added to instructions Desc_handler = DirT_handler def Note_handler(self, start=False, end=False, attrs=None): if start: self.dbuf = "" self.bufs.append("dbuf") if end: self.bufs.remove("dbuf") buf = xml.sax.saxutils.unescape(self.dbuf.strip()) if "modifications" in self.rec: self.rec["modifications"] = self.rec["modifications"] + "\n%s" % buf else: self.rec["modifications"] = buf def IPrp_handler(self, start=False, end=False, attrs=None): if start: self.ipbuf = "" self.bufs.append("ipbuf") if end: self.item += "; %s" % xml.sax.saxutils.unescape(self.ipbuf.strip()) self.bufs.remove("ipbuf") def Srce_handler(self, start=False, end=False, attrs=None): if start: self.srcbuf = "" self.bufs.append("srcbuf") if end: self.rec["source"] = self.srcbuf.strip() self.bufs.remove("srcbuf") class MastercookImporter(xml_importer.Converter): def __init__(self, filename): xml_importer.Converter.__init__( self, recHandler=MastercookXMLHandler, recMarker=" ]").test(filename) def get_importer(self, filename): return mastercook_importer.MastercookImporter(filename) class MastercookTextImporterPlugin(ImporterPlugin): name = _("Mastercook Text File") patterns = ["*.mxp", "*.txt"] mimetypes = ["text/plain", "text/mastercook"] def test_file(self, filename): return mastercook_plaintext_importer.Tester().test(filename) def get_importer(self, filename): return mastercook_plaintext_importer.MastercookPlaintextImporter(filename) mastercook_plaintext_importer.py000066400000000000000000000222131510115424500361150ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/mastercook_import_pluginimport re from gourmand.gdebug import debug from gourmand.importers import importer, plaintext_importer MASTERCOOK_START_REGEXP = r"\s*\*\s*Exported\s*from\s*MasterCook.*\*\s*" class MastercookPlaintextImporter(plaintext_importer.TextImporter): ATTR_DICT = { "Recipe By": "source", "Serving Size": "servings", "Preparation Time": "preptime", "Categories": "category", } def __init__(self, filename): self.compile_regexps() self.instr = "" self.in_ings = False self.in_instructions = False self.in_or = False self.looking_for_title = False self.last_attr = "" self.in_attrs = False self.in_mods = False self.reccol_headers = False plaintext_importer.TextImporter.__init__(self, filename) def compile_regexps(self): plaintext_importer.TextImporter.compile_regexps(self) self.rec_start_matcher = re.compile(MASTERCOOK_START_REGEXP) self.blank_matcher = re.compile(r"^\s*$") # strange thing has happened -- some archives have the column # off by exactly 1 character, resulting in some fubar'ing of # our parsing. to solve our problem, we first recognize # rec_col_matcher, then parse fields using the ------ # underlining, which appears to line up even in fubared # archives. self.rec_col_matcher = re.compile(r"(\s*Amount\s*)(Measure\s*)(Ingredient.*)") self.rec_col_underline_matcher = re.compile(r"(\s*-+)(\s*-+)(\s*-+.*)") # match a string enclosed in a possibly repeated non-word character # such as *Group* or ---group--- or =======GROUP====== # grabbing groups()[1] will get you the enclosed string self.dash_matcher = re.compile(r"^[ -]*[-][- ]*$") self.ing_or_matcher = re.compile(r"\W*[Oo][Rr]\W*") self.ing_group_matcher = re.compile(r"\s*(\W)\\1*(.+?)(\\1+)") self.mods_matcher = re.compile(r"^\s*NOTES\.*") attr_matcher = rf"\s*({'|'.join(list(self.ATTR_DICT.keys()))})\s*:(.*)" self.attr_matcher = re.compile(attr_matcher) def handle_line(self, line): if self.rec_start_matcher.match(line): debug("rec_start! %s" % line, 0) self.looking_for_title = True if self.rec: self.commit_rec() self.instr = "" self.mods = "" self.in_instructions = False self.in_mods = False self.in_ings = False self.in_attrs = False self.start_rec() return if self.reccol_headers: # we try to parse underlining after our standard ing headers. rcm = self.rec_col_underline_matcher.match(line) # if there is no underlining, use our headers themselves for fields if not rcm: rcm = self.reccol_headers debug("Found ing columns", 0) self.get_ing_cols(rcm) self.in_ings = True self.reccol_headers = False if self.dash_matcher.match(line): return rcm = self.rec_col_matcher.match(line) if rcm: self.reccol_headers = rcm self.looking_for_title = False self.in_attrs = False self.last_attr = "" return if self.blank_matcher.match(line): # blank line ends ingredients if self.in_ings: debug("blank line, end of ings", 0) self.in_ings = False self.in_instructions = True if self.ing: self.commit_ing() if self.in_instructions: debug("blank line added to instructions: %s" % line, 0) if self.in_mods: self.mods += "\n" else: self.instr += "\n" return if self.looking_for_title: debug("found my title! %s" % line.strip(), 0) self.rec["title"] = line.strip() self.looking_for_title = False self.in_attrs = True return if self.in_ings: debug("handling ingredient line %s" % line, 0) self.handle_ingline(line) return if self.in_attrs: debug("handing attrline %s" % line, 0) self.handle_attribute(line) return else: self.in_instructions = True if self.mods_matcher.match(line): self.in_mods = True if self.in_mods: debug("handling modifications line %s" % line, 0) self.add_to_attr("mods", line) else: debug("handling instructions line %s" % line, 0) self.add_to_attr("instr", line) def add_to_attr(self, attr, txt): orig = getattr(self, attr) if orig: if len(txt.strip()) < 50: setattr(self, attr, orig + "%s\n" % txt.strip()) elif not self.blank_matcher.match(orig[-1]): setattr(self, attr, orig + " %s" % txt.strip()) else: setattr(self, attr, orig + txt.strip()) else: setattr(self, attr, txt) def get_ing_cols(self, rcm): amt, unit, itm = rcm.groups() lamt, lunit = len(amt), len(unit) self.amt_col = 0, lamt self.unit_col = lamt, lamt + lunit self.itm_col = lamt + lunit, None def handle_attribute(self, line): m = self.attr_matcher.match(line) if m: attr, val = m.groups() SecndColMatch = self.attr_matcher.search(val) if SecndColMatch: s = SecndColMatch.start() self.handle_attribute(val[s:]) val = val[:s] val = self.join_multiple_attvals(val.strip()) attr = attr.strip() self.last_attr = self.ATTR_DICT[attr] self.rec[self.ATTR_DICT[attr]] = val else: if self.last_attr: # attribute values can run over one line... self.rec[self.last_attr] = ", ".join([self.rec[self.last_attr], self.join_multiple_attvals(line.strip())]) else: # otherwise, we add this to instructions, like we do with all junk self.instr += line def join_multiple_attvals(self, txt): """We take replace more than one space with a comma.""" return ", ".join(re.split(" +", txt)) def handle_ingline(self, line): if self.ing_or_matcher.match(line): self.in_or = True return amt = line[slice(*self.amt_col)].strip() unit = line[slice(*self.unit_col)].strip() itm = line[self.itm_col[0] :].strip() gm = self.ing_group_matcher.match(itm) if gm: if self.ing: self.commit_ing() self.group = gm.groups()[1] # undo grouping if it has no letters... if re.match("^[^A-Za-z]*$", self.group): self.group = None return if amt or unit: if self.in_or: self.ing["optional"] = True if self.ing: self.commit_ing() self.start_ing() if self.in_or: self.ing["optional"] = True self.in_or = False self.add_amt(amt) self.add_unit(unit) self.add_item(itm) return elif self.ing and "item" in self.ing: # otherwise, we assume we are a continuation and # add onto the previous item self.ing["item"] = self.ing["item"] + " " + itm.strip() else: debug('"%s" in the midst of ingredients looks like instructions!' % itm.strip(), 2) self.instr += "\n" + itm.strip() def commit_ing(self): if "item" not in self.ing: return key_base = self.ing["item"].split("--")[0] self.ing["ingkey"] = self.km.get_key_fast(key_base) importer.Importer.commit_ing(self) self.ing = {} def commit_rec(self): # ll = self.instr.split("\n") self.rec["instructions"] = self.unwrap_lines(self.instr) self.rec["modifications"] = self.unwrap_lines(self.mods) importer.Importer.commit_rec(self) class Tester(importer.Tester): """Check whether the given file is a Mastercook export.""" def __init__(self): """Initialize the tester with Mastercook regexps. For this type, there is also another check to ensure that unsupported look alike are not accepted. """ importer.Tester.__init__(self, regexp=MASTERCOOK_START_REGEXP) self.not_me = "<[?]?(xml|mx2|RcpE|RTxt)[^>]*>" def test(self, filename: str) -> bool: """Test that the provided file is a Mastercook file.""" if not hasattr(self, "matcher"): self.matcher = re.compile(self.regexp) self.not_matcher = re.compile(self.not_me) with open(filename) as fin: for line in fin.readlines(): if self.not_matcher.match(line): return False if self.matcher.match(line): return True gourmand-1.2.0/src/gourmand/plugins/import_export/mealmaster_plugin/000077500000000000000000000000001510115424500260335ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/mealmaster_plugin/__init__.py000066400000000000000000000002731510115424500301460ustar00rootroot00000000000000from . import mealmaster_exporter_plugin, mealmaster_importer_plugin plugins = [mealmaster_exporter_plugin.MealmasterExporterPlugin, mealmaster_importer_plugin.MealmasterImporterPlugin] gourmand-1.2.0/src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter.py000066400000000000000000000140551510115424500324740ustar00rootroot00000000000000import textwrap from itertools import islice from gourmand import convert, gglobals from gourmand.exporters.exporter import exporter_mult from gourmand.gdebug import debug from gourmand.i18n import _ from gourmand.plugin_loader import pluggable_method class mealmaster_exporter(exporter_mult): def __init__(self, rd, r, out, conv=None, change_units=True, mult=1): from . import mealmaster_importer self.add_to_instructions = [] self.conv = conv mmf2mk = mealmaster_importer.mmf_constants() self.uc = mmf2mk.unit_convr recattrs_orig = mmf2mk.recattrs self.recattrs = {} for k, v in list(recattrs_orig.items()): self.recattrs[v] = k self.categories = "" exporter_mult.__init__( self, rd, r, out, conv=conv, order=["attr", "ings", "text"], attr_order=["title", "cuisine", "category", "yields", "cooktime", "preptime", "rating", "source", "link"], convert_attnames=False, change_units=change_units, mult=mult, ) @pluggable_method def _write_attrs_(self): self.write_attr_head() title = self._grab_attr_(self.r, "title") if not title: title = "" categories = ", ".join([x for x in (self._grab_attr_(self.r, "cuisine"), self._grab_attr_(self.r, "category")) if x]) yields = self._grab_attr_(self.r, "yields") if not yields: # MealMaster format mandates numeric yield information yields = _("%s serving" % str(1)) self.out.write(" Title: %s\r\n" % title) self.out.write("Categories: %s\r\n" % categories) self.out.write(" Yield: %s\r\n" % yields) def write_head(self): self.out.write("MMMMM----- Meal-Master (tm) export from Gourmet Recipe Manager\r\n\r\n") def write_attr_foot(self): pass def pad(self, text, chars): text = text.strip() fill = chars - len(text) return "%s%s" % (" " * fill, text) def write_text(self, label, text): ll = text.split("\n") for line in ll: if line == "": self.out.write("\r\n") else: for wrapped_line in textwrap.wrap(line): self.out.write(" %s\r\n" % wrapped_line) self.out.write("\r\n") if label == "instructions": for label in ["preptime", "cooktime", "source", "rating"]: text = self._grab_attr_(self.r, label) if text: self.out.write(" %s: %s\r\n" % (gglobals.REC_ATTR_DIC[label], text)) self.out.write("\r\n") def write_inghead(self): self.master_ings = [] # our big list # self.ings is what we add to # this can change when we add groups self.ings = self.master_ings self.ulen = 1 # the specs we found require 7 blanks to define an ingredient self.amtlen = 7 self.out.write("\r\n") def write_grouphead(self, name): debug("write_grouphead called with %s" % name, 0) group = (name, []) self.ings.append(group) # add to our master self.ings = group[1] # change current list to group list def write_groupfoot(self): self.ings = self.master_ings # back to master level def write_ing(self, amount="1", unit=None, item=None, key=None, optional=False): if isinstance(amount, (float, int)): amount = convert.float_to_frac(amount) if not amount: amount = "" if not unit: unit = "" unit_bad = False if len(unit) > 2 or "." in unit: unit_bad = True # Try to fix the unit if unit in self.conv.unit_dict: new_u = self.conv.unit_dict[unit] if len(new_u) <= 2 and "." not in new_u: unit = new_u unit_bad = False else: if new_u in self.uc: unit = self.uc[new_u] unit_bad = False if unit_bad: # If we couldn't fix the unit... we add it to # the item if unit: item = "%s %s" % (unit, item) unit = "" if len(unit) > self.ulen: self.ulen = len(unit) if len(amount) > self.amtlen: self.amtlen = len(amount) # print "DEBUG: %s length %s"%(amount,self.amtlen) # we hold off writing ings until we know the lengths # of strings since we need to write out neat columns if optional: item = "%s (optional)" % item self.ings.append([amount, unit, item]) def write_ingfoot(self): """Write all of the ingredients""" ## where we actually write the ingredients... for i in self.master_ings: # if we're a tuple, this is a group... if isinstance(i, tuple): # write the group title first... group = i[0] width = 70 dashes = width - len(group) left_side = int(dashes / 2 - 5) right_side = int(dashes / 2) self.out.write("-----%s%s%s\r\n" % (left_side * "-", group.upper(), right_side * "-")) list(map(self._write_ingredient, i[1])) self.out.write("\r\n") # extra newline at end of groups else: self._write_ingredient(i) # we finish with an extra newline self.out.write("\r\n") def _write_ingredient(self, ing): a, u, i = ing itemstart = 11 inglen = 39 itemlines = textwrap.wrap(i, inglen - itemstart) if not itemlines: return self.out.write("%s %s %s\r\n" % (self.pad(a, self.amtlen), self.pad(u, self.ulen), itemlines[0])) for line in islice(itemlines, 1, None): self.out.write("%s-%s\r\n" % (" " * itemstart, line)) def write_foot(self): self.out.write("MMMMM") self.out.write("\r\n\r\n") gourmand-1.2.0/src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_exporter_plugin.py000066400000000000000000000020231510115424500340420ustar00rootroot00000000000000import gourmand.exporters.exporter as exporter from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin from . import mealmaster_exporter MMF = _("MealMaster file") class MealmasterExporterPlugin(ExporterPlugin): label = _("MealMaster Export") sublabel = _("Exporting recipes to MealMaster file %(file)s.") single_completed_string = _("Recipe saved as MealMaster file %(file)s") filetype_desc = MMF saveas_filters = [MMF, ["text/mmf", "text/plain"], ["*.mmf", "*.MMF"]] saveas_single_filters = saveas_filters def get_multiple_exporter(self, args): return exporter.ExporterMultirec(args["rd"], args["rv"], args["file"], one_file=True, ext="mmf", exporter=mealmaster_exporter.mealmaster_exporter) def do_single_export(self, args): e = mealmaster_exporter.mealmaster_exporter( args["rd"], args["rec"], args["out"], mult=args["mult"], change_units=args["change_units"], conv=args["conv"] ) e.run() def run_extra_prefs_dialog(self): pass gourmand-1.2.0/src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer.py000066400000000000000000000532501510115424500324650ustar00rootroot00000000000000import re from gourmand import convert from gourmand.gdebug import TimeAction, debug from gourmand.importers import importer, plaintext_importer class mmf_constants: def __init__(self): self.committed = False self.recattrs = { "Title": "title", "Name": "title", "Categories": "category", "Category": "category", "Serves": "servings", "Servings": "servings", "Source": "source", "Recipe by": "source", "Yield": "yields", "Preparation Time": "preptime", } self.unit_conv = { "ts": "tsp", "tb": "Tbs", "sm": "small", "md": "medium", "lg": "large", "c": "c", "pn": "pinch", "ds": "dash", "T": "tbs", "pk": "package", "x": "", "ea": "", "t": "tsp", "pt": "pt", "qt": "qt", "oz": "oz", } self.unit_convr = {} for k, v in list(self.unit_conv.items()): self.unit_convr[v] = k mmf = mmf_constants() mm_start_pattern = r"(?i)^([m-][m-][m-][m-][m-])-*.*(recipe|meal-?master).*" class mmf_importer(plaintext_importer.TextImporter): """Mealmaster(tm) importer class. We read in a text file a line at a time and parse attributes/ingredients/instructions as best we can. We're following, more or less, the specs laid out here The problem with Mealmaster(tm) files is that they rarely conform to the above spec. So, we are a bit more flexible -- we can handle one or two columns of ingredients for example. However, it's hard to handle all cases. Also, mealmaster (as described in the above spec) allows for essentially a continuous flow of text with ingredient and text blocks interspersed. Gourmet separates out the ingredients from the instructions, which means that we have to change the presentation of mealmaster files when they intersperse instructions and ingredients. To allow for this flexibility also means we are less flexible about both instructions and ingredients: instructions that look like ingredients or ingredients that look like instructions will be parsed the wrong way, regardless of their position in the file, since the spec above does not specify that mealmaster files must follow the normal pattern. The result is that anyone importing large numbers of mealmaster files from various internet sources should expect to tweak files by hand with some frequency. """ committed = False def __init__(self, filename="Data/mealmaster.mmf", prog=None, source=None, threaded=True, two_col_minimum=38, conv=None): """filename is the file to parse (or filename). rd is the recData instance to start with. prog is a function we tell about our prog to (we hand it a single arg).""" testtimer = TimeAction("mealmaster_importer.__init__", 10) debug("mmf_importer start __init__ ", 5) self.source = source self.header = False self.instr = "" self.ingrs = [] self.ing_added = False self.in_variation = False self.fn = filename self.prog = prog self.unit_length = 2 self.two_col_minimum = two_col_minimum self.last_line_was = None plaintext_importer.TextImporter.__init__(self, filename) # prog=prog, # threaded=threaded,conv=conv) testtimer.end() def compile_regexps(self): testtimer = TimeAction("mealmaster_importer.compile_regexps", 10) debug("start compile_regexps", 5) plaintext_importer.TextImporter.compile_regexps(self) self.start_matcher = re.compile(mm_start_pattern) self.end_matcher = re.compile(r"^[M-][M-][M-][M-][M-]\s*$") self.group_matcher = re.compile(r"^\s*([M-][M-][M-][M-][M-])-*\s*([^-]+)\s*-*|^\s*---\s*([^-]+)\s*---\s*$", re.IGNORECASE) self.ing_cont_matcher = re.compile(r"^\s*[-;]") self.ing_opt_matcher = re.compile(r"(.+?)\s*\(?\s*optional\)?\s*$", re.IGNORECASE) self.ing_or_matcher = re.compile("^[- ]*[Oo][Rr][- ]*$", re.IGNORECASE) self.variation_matcher = re.compile(r"^\s*(VARIATION|HINT|NOTES?)(:.*)?", re.IGNORECASE) # a crude ingredient matcher -- we look for two numbers, # intermingled with spaces followed by a space or more, # followed by a two digit unit (or spaces) c = convert.get_converter() self.ing_num_matcher = re.compile( r"^\s*%s+\s+([a-z ]{1,2}|%s)\s+.*\w+.*" % (convert.NUMBER_REGEXP, "(" + "|".join([x for x in list(c.unit_dict.keys()) if x]) + ")"), re.IGNORECASE ) self.amt_field_matcher = re.compile(r"^(\s*%s\s*)$" % convert.NUMBER_REGEXP) # we build a regexp to match anything that looks like # this: ^\s*ATTRIBUTE: Some entry of some kind...$ self.mmf = mmf attrmatch = r"^\s*(" for k in list(self.mmf.recattrs.keys()): attrmatch += "%s|" % re.escape(k) attrmatch = r"%s):\s*(.*)\s*$" % attrmatch[0:-1] self.attr_matcher = re.compile(attrmatch) testtimer.end() def handle_line(self, line): """Handle an individual line of a mealmaster file. We're quite loose at handling mealmaster files. We look at each line and determine what it is most likely to be: ingredients and instructions can be intermingled: instructions will simply be added to the instructions and ingredients to the ingredient list. This may result in loss of information (for instructions that specifically follow ingredients) or in mis-parsing (for instructions that look like ingredients). But we're following, more or less, the specs laid out here """ testtimer = TimeAction("mealmaster_importer.handle_line", 10) debug("start handle_line", 10) # gt.gtk_update() if self.start_matcher.match(line): debug("recipe start %s" % line, 4) if "Windows Gourmet" in line: self.unit_length = 15 self.new_rec() self.last_line_was = "new_rec" self.in_variation = False return if self.end_matcher.match(line): debug("recipe end %s" % line, 4) self.commit_rec() self.last_line_was = "end_rec" return groupm = self.group_matcher.match(line) if groupm: debug("new group %s" % line, 4) self.handle_group(groupm) self.last_line_was = "group" return attrm = self.attr_matcher.match(line) if attrm: debug("Found attribute in %s" % line, 4) attr, val = attrm.groups() debug("Writing attribute, %s=%s" % (attr, val), 4) self.rec[self.mmf.recattrs[attr]] = val.strip() self.last_line_was = "attr" return if not self.instr and self.blank_matcher.match(line): debug("ignoring blank line before instructions", 4) self.last_line_was = "blank" return if self.variation_matcher.match(line): debug("in variation", 4) self.in_variation = True if self.is_ingredient(line) and not self.in_variation: debug("in ingredient", 4) contm = self.ing_cont_matcher.match(line) if contm: # only continuations after ingredients are ingredients if self.ingrs and self.last_line_was == "ingr": debug("continuing %s" % self.ingrs[-1][0], 4) continuation = " %s" % line[contm.end() :].strip() self.ingrs[-1][0] += continuation self.last_line_was = "ingr" else: self.instr += line self.last_line_was = "instr" else: self.last_line_was = "ingr" self.ingrs.append([line, self.group]) else: ## otherwise, we assume a line of instructions if self.last_line_was == "blank": add_blank = True else: add_blank = False if self.in_variation: debug("Adding to instructions: %s" % line, 4) self.last_line_was = "mod" add_to = "mod" else: debug("Adding to modifications: %s" % line, 4) self.last_line_was = "instr" add_to = "instr" if getattr(self, add_to): if add_blank: setattr(self, add_to, getattr(self, add_to) + "\n") setattr(self, add_to, getattr(self, add_to) + line.strip() + "\n") else: setattr(self, add_to, line.strip() + "\n") testtimer.end() def is_ingredient(self, line): """Return true if the line looks like an ingredient. We're going to go with a somewhat hackish approach here. Once we have the ingredient list, we can determine columns more appropriately. For now, we'll assume that a field that starts with at least 5 blanks (the specs suggest 7) or a field that begins with a numeric value is an ingredient""" testtimer = TimeAction("mealmaster_importer.is_ingredient", 10) if self.ing_num_matcher.match(line): testtimer.end() return True if len(line) >= 7 and self.blank_matcher.match(line[0:5]): testtimer.end() return True def new_rec(self): """Start a new recipe.""" testtimer = TimeAction("mealmaster_importer.new_rec", 10) debug("start new_rec", 5) if self.rec: # this shouldn't happen if recipes are ended properly # but we'll be graceful if a recipe starts before another # has ended... self.commit_rec() self.committed = False self.start_rec() debug("resetting instructions", 5) self.instr = "" self.mod = "" self.ingrs = [] self.header = False testtimer.end() def commit_rec(self): """Commit our recipe to our database.""" testtimer = TimeAction("mealmaster_importer.commit_rec", 10) if self.committed: return debug("start _commit_rec", 5) self.instr = self.unwrap_lines(self.instr) self.mod = self.unwrap_lines(self.mod) self.rec["instructions"] = self.instr if self.mod: self.rec["modifications"] = self.mod self.parse_inglist() if self.source: self.rec["source"] = self.source importer.Importer.commit_rec(self) # blank rec self.committed = True self.in_variation = False testtimer.end() def handle_group(self, groupm): """Start a new ingredient group.""" testtimer = TimeAction("mealmaster_importer.handle_group", 10) debug("start handle_group", 10) # the only group of the match will contain # the name of the group. We'll put it into # a more sane title case (MealMaster defaults # to all caps name = groupm.groups()[1] if not name: name = groupm.groups()[2] if not name: return name = name.strip().title() self.group = name # if re.match('^[^A-Za-z]*$',self.group): self.group=None #WTF was this for? testtimer.end() # a blank line before a group could fool us into thinking # we were in instructions. If we see a group heading, # we know that's not the case! def find_ing_fields(self): """Find fields in an ingredient line.""" testtimer = TimeAction("mealmaster_importer.find_ing_fields", 10) all_ings = [i[0] for i in self.ingrs] fields = find_fields(all_ings) fields_is_numfield = fields_match(all_ings, fields, self.amt_field_matcher) # fields = [[r,field_match(all_ings,r,self.amt_field_matcher)] for r in find_fields(all_ings)] aindex, afield = self.find_amt_field(fields, fields_is_numfield) if aindex is not None: fields = fields[aindex + 1 :] fields_is_numfield = fields_is_numfield[aindex + 1 :] ufield = fields and self.find_unit_field(fields, fields_is_numfield) if ufield: fields = fields[1:] fields_is_numfield = fields_is_numfield[1:] if fields: ifield = [fields[0][0], None] else: ifield = 0, None retval = [[afield, ufield, ifield]] sec_col_fields = [x for x in fields if x[0] > self.two_col_minimum] if sec_col_fields: ibase = fields.index(sec_col_fields[0]) while sec_col_fields and not fields_is_numfield[ibase]: ibase += 1 sec_col_fields = sec_col_fields[1:] # if we might have a 2nd column... if sec_col_fields and len(sec_col_fields) > 2: fields_is_numfield = fields_is_numfield[ibase:] aindex2, afield2 = self.find_amt_field(sec_col_fields, fields_is_numfield) if aindex2 is not None and len(sec_col_fields[aindex2 + 1 :]) >= 1: # then it's a go! Shift our first ifield retval[0][2] = [ifield[0], fields[ibase - 1][1]] sec_col_fields = sec_col_fields[aindex2 + 1 :] fields_is_numfield = fields_is_numfield[aindex2 + 1 :] ufield2 = self.find_unit_field(sec_col_fields, fields_is_numfield) if ufield2: sec_col_fields = sec_col_fields[1:] fields_is_numfield = fields_is_numfield[1:] ifield2 = sec_col_fields[0][0], None retval.append([afield2, ufield2, ifield2]) testtimer.end() return retval def find_unit_field(self, fields, fields_is_numfield): testtimer = TimeAction("mealmaster_importer.find_unit_field", 10) if 0 < fields[0][1] - fields[0][0] <= self.unit_length and len(fields) > 1: testtimer.end() return fields[0] testtimer.end() def find_amt_field(self, fields, fields_is_numfield): """Return amount field and field index for the last amount field. In other words, if we the following fields... 0 1 2 3 4 5 6 7 1 1/2 ts green onions chopped in 1/2 ...we will return the index for our first two fields [1] and we will return the field corresponding to the first two fields (0,5) """ afield = None aindex = None for i, f in enumerate(fields): # if our field is a numeric field... if fields_is_numfield[i]: if not afield: afield = f aindex = i # if we our contiguous elif i == aindex + 1: afield = [afield[0], f[1]] # give it a new end aindex = i else: return aindex, afield return aindex, afield def add_item(self, item): testtimer = TimeAction("mealmaster_importer.add_item", 10) self.ing["item"] = item.strip() # fixing bug 1061363, potatoes; cut and mashed should become just potatoes # for keying purposes key_base = self.ing["item"].split(";")[0] self.ing["ingkey"] = self.km.get_key_fast(key_base) testtimer.end() def parse_inglist(self): testtimer = TimeAction("mealmaster_importer.parse_inglis", 10) debug("start parse_inglist", 5) """We handle our ingredients after the fact.""" ingfields = self.find_ing_fields() debug("ingredient fields are: %s" % ingfields, 10) for s, g in self.ingrs: for afield, ufield, ifield in ingfields: self.group = g amt, u, i = get_fields(s, (afield, ufield, ifield)) debug( """amt:%(amt)s u:%(u)s i:%(i)s""" % locals(), 0, ) # sanity check... if not amt.strip() and not u.strip(): if not i: continue # if we have not amt or unit, let's do the right # thing if this just looks misaligned -- in other words # if the "item" column has 2 c. parsley, let's just parse # the damned thing as 2 c. parsley parsed = self.rd.parse_ingredient(i, conv=self.conv, get_key=False) if parsed and parsed.get("amount", "") and parsed.get("item", ""): amt = "%s" % parsed["amount"] u = parsed.get("unit", "") i = parsed["item"] debug( """After sanity check amt:%(amt)s u:%(u)s i:%(i)s""" % locals(), 0, ) if amt.strip() or u.strip() or i.strip(): self.start_ing() if amt: self.add_amt(amt) if u: self.add_unit(u) optm = self.ing_opt_matcher.match(i) if optm: item = optm.groups()[0] self.ing["optional"] = True else: item = i self.add_item(item) debug("committing ing: %s" % self.ing, 6) self.commit_ing() testtimer.end() def add_unit(self, unit): testtimer = TimeAction("mealmaster_importer.add_unit", 10) unit = unit.strip() if unit in self.mmf.unit_conv: unit = self.mmf.unit_conv[unit] importer.Importer.add_unit(self, unit) testtimer.end() def split_fields(strings, char=" "): testtimer = TimeAction("mealmaster_importer.split_fields", 10) debug("start split_fields", 10) fields = find_fields(strings, char) # noqa: F841 # TODO: Is this still relevant? testtimer.end() def fields_match(strings, fields, matcher): # testtimer = TimeAction("mealmaster_importer.fields_match", 10) """Return an array of True or False values representing whether matcher is a match for each of fields in string.""" # retarray = array.array('H',[1]*len(fields)) ret = [] for f in fields: strs = [s[f[0] : f[1]] for s in strings] matches = [matcher.match(s) and True or False for s in strs] if True in matches: ret.append(1) else: ret.append(0) return ret # return array.array('H',[True in [matcher.match(s[f[0]:f[1]]) and 1 or 0 for s in strings] for f in fields]) # cycle through each string broken into our fields # for ff in [[s[f[0]:f[1]] for f in fields] for s in strings]: # for i,fld in enumerate(ff): # if fld and retarray[i] and not matcher.match(fld): # retarray[i]=False # if not True in retarray: return retarray # testtimer.end() # return retarray def field_match(strings, tup, matcher): testtimer = TimeAction("mealmaster_importer.field_match", 10) debug("start field_match", 10) if isinstance(matcher, str): matcher = re.compile(matcher) for f in [s[tup[0] : tup[1]] for s in strings]: # f=s[tup[0]:tup[1]] if f and not matcher.match(f): testtimer.end() return False testtimer.end() return True def get_fields(string, tuples): testtimer = TimeAction("mealmaster_importer.get_fields", 10) debug("start get_fields", 10) lst = [] for t in tuples: if t: lst.append(string[t[0] : t[1]]) else: lst.append("") testtimer.end() return lst def field_width(tuple): testtimer = TimeAction("mealmaster_importer.field_width", 10) debug("start field_width", 10) if tuple[1]: testtimer.end() return tuple[1] - tuple[0] else: testtimer.end() return None def find_fields(strings, char=" "): testtimer = TimeAction("mealmaster_importer.find_fields", 10) cols = find_columns(strings, char) if not cols: return [] cols.reverse() fields = [] lens = list(map(len, strings)) lens.sort() end = lens[-1] last_col = end for col in cols: if col == last_col - 1: end = col else: fields.append([col + 1, end]) end = col last_col = col if end != 0: fields.append([0, end]) fields.reverse() testtimer.end() return fields def find_columns(strings, char=" "): testtimer = TimeAction("mealmaster_importer.find_columns", 10) """Return a list of character indices that match char for each string in strings.""" debug("start find_columns", 10) # we start with the columns in the first string if not strings: return None strings = list(strings) strings.sort(key=len, reverse=True) columns = [match.start() for match in re.finditer(re.escape(char), strings[0])] if len(strings) == 1: return columns # we eliminate all columns that aren't blank for every string for s in strings: for c in columns[0:]: # we'll be modifying columns if c < len(s) and s[c] != char: columns.remove(c) columns.sort() testtimer.end() return columns gourmand-1.2.0/src/gourmand/plugins/import_export/mealmaster_plugin/mealmaster_importer_plugin.py000066400000000000000000000052671510115424500340500ustar00rootroot00000000000000import os.path from gourmand.i18n import _ from gourmand.importers.importer import Tester from gourmand.plugin import ImporterPlugin from gourmand.recipeManager import get_recipe_manager from . import mealmaster_importer test_dir = os.path.split(__file__)[0] # our directory src/lib/plugins/import_export/plugin/*/ test_dir = os.path.split(test_dir)[0] # one back... src/lib/plugins/import_export/plugin/ test_dir = os.path.split(test_dir)[0] # one back... src/lib/plugins/import_export/ test_dir = os.path.split(test_dir)[0] # one back... src/lib/plugins/ test_dir = os.path.split(test_dir)[0] # one back... src/lib/ test_dir = os.path.split(test_dir)[0] # one back... src/ test_dir = os.path.join(test_dir, "test", "recipe_files") class MealmasterImporterPlugin(ImporterPlugin): get_source = "source" name = _("MealMaster file") patterns = ["*.mmf", "*.txt"] mimetypes = ["text/mealmaster", "text/plain"] def test_file(self, filename): """Given a filename, test whether the file is of this type.""" return Tester(mealmaster_importer.mm_start_pattern).test(filename) def get_importer(self, filename): return mealmaster_importer.mmf_importer(filename=filename) def get_import_tests(self): return [(os.path.join(test_dir, "mealmaster_2_col.mmf"), test_2_col), (os.path.join(test_dir, "mealmaster.mmf"), test_mmf)] def assert_equal(val1, val2): assert val1 == val2, "Value expected: %s, Actual value: %s" % (val2, val1) def assert_equal_ignorecase(val1, val2): return assert_equal(val1.lower(), val2.lower()) def test_mmf(recs, filename): rd = get_recipe_manager() assert_equal(recs[0].title, "Almond Mushroom Pate") assert_equal(recs[0].yields, 6) assert_equal(recs[0].yield_unit, "servings") assert_equal(recs[3].title, "Anchovy Olive Dip") ings = rd.get_ings(recs[3]) assert_equal(ings[1].item, "Finely chopped stuffed green olives") # test line-wrap def test_2_col(recs, filename): rd = get_recipe_manager() assert len(recs) == 1, "Expected 1 recipes; got %s (%s)" % (len(recs), recs) chile_ings = rd.get_ings(recs[0]) print("chile_ings=", chile_ings) assert_equal(chile_ings[0].amount, 2) assert_equal(chile_ings[1].amount, 1) # second column assert_equal_ignorecase(chile_ings[1].ingkey, "eggs") assert_equal(chile_ings[1].item, "Eggs; separated") assert_equal_ignorecase(chile_ings[0].ingkey, "Chiles, calif.") assert_equal(recs[0].yields, 2) assert_equal(recs[0].yield_unit, "servings") assert_equal(recs[0].title, "Chiles Rellenos de Queso") assert_equal(chile_ings[5].item, "Tomatoes; peeled") assert_equal_ignorecase(chile_ings[5].inggroup, "Tomato Sauce") gourmand-1.2.0/src/gourmand/plugins/import_export/mycookbook_plugin/000077500000000000000000000000001510115424500260555ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/mycookbook_plugin/__init__.py000066400000000000000000000002451510115424500301670ustar00rootroot00000000000000from . import mycookbook_exporter_plugin, mycookbook_importer_plugin plugins = [mycookbook_exporter_plugin.MCBExporterPlugin, mycookbook_importer_plugin.MCBPlugin] gourmand-1.2.0/src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter.py000066400000000000000000000162201510115424500325340ustar00rootroot00000000000000import os import shutil import tempfile import xml.sax.saxutils import zipfile import gourmand.exporters.exporter as exporter import gourmand.image_utils from gourmand import convert from gourmand.exporters.xml_exporter import XmlExporter class rec_to_mcb(XmlExporter): doc_element = "cookbook" doctype_desc = "" dtd_path = "" ALLOW_PLUGINS_TO_WRITE_NEW_FIELDS = True current_title = "" def write_head(self): self.rec_el = self.create_element_with_attrs("recipe", {"id": self.r.id}) self.top_element.appendChild(self.rec_el) def write_attr(self, attr, text): # attr mapping if attr == "link": attr = "url" if attr == "category": attr = "category" if attr == "servings": attr = "quantity" if attr == "cooktime": attr = "cooktime" if attr == "preptime": attr = "preptime" if attr == "yields": attr = "quantity" text = text.split(" ")[0] # Remove units if present if attr == "rating": from gourmand.importers.importer import string_to_rating val = string_to_rating(text) if val: # MyCookbook's rating range is integers from 1 to 5, while # ours is from 1 to 10, so we have to floor divide by 2 when # exporting. self.rec_el.appendChild(self.create_text_element("rating", str(val // 2))) return if attr == "title": self.current_title = text.replace(" ", "_") self.rec_el.appendChild(self.create_text_element(attr.replace(" ", ""), text)) def write_text(self, attr, text): # attr mapping with li if attr == "instructions": attr = "recipetext" if attr == "modifications": attr = "comments" if attr == "recipetext" or attr == "comments": linelist = text.split("\n") self.attrlist_el = self.xmlDoc.createElement(attr.replace(" ", "")) self.rec_el.appendChild(self.attrlist_el) for line in linelist: attr_el = self.create_text_element("li", line) self.attrlist_el.appendChild(attr_el) def write_image(self, image: bytes): # write image file to the temp directory self.current_title = sanitize_image_name(self.current_title) img_fname = f"{self.current_title}.png" pic_fullpath = os.path.join(tempfile.gettempdir(), "images", img_fname) result = gourmand.image_utils.bytes_to_image(image) result.save(pic_fullpath) # write imagepath in the xml self.rec_el.appendChild(self.create_text_element("imagepath", f"images/{img_fname}")) def handle_italic(self, chunk): return chunk def handle_bold(self, chunk): return chunk def handle_underline(self, chunk): return chunk def write_foot(self): if self.i_created_this_document: self.xmlDoc.writexml(self.ofi, newl="\n", addindent="\t", encoding="UTF-8") def write_inghead(self): self.inglist_el = self.xmlDoc.createElement("ingredient") self.top_inglist = self.inglist_el # because groups will let us nest... self.rec_el.appendChild(self.inglist_el) def write_ingref(self, amount=1, unit=None, item=None, refid=None, optional=False): pass def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): ing_txt = "" if isinstance(amount, (float, int)): amount = convert.float_to_frac(amount) ing_txt = ing_txt + amount if unit: ing_txt = ing_txt + " " + unit if item: ing_txt = ing_txt + " " + item ing_el = self.create_text_element("li", ing_txt) self.inglist_el.appendChild(ing_el) def write_grouphead(self, name): self.write_ing(item=name) def write_groupfoot(self): pass class recipe_table_to_xml(exporter.ExporterMultirec, XmlExporter): doc_element = "cookbook" doctype_desc = "" dtd_path = "" dirname = "" def __init__(self, rd, recipe_table, out, one_file=True, change_units=False, mult=1): self.outputfilename = "" if isinstance(out, str): self.outputfilename = out self.out = open(out, "w") else: # File object self.out = out self.outputfilename = str(out.name) # prepare temp directory for images self.ostempdir_bck = tempfile.tempdir dirname = tempfile.mkdtemp() tempfile.tempdir = dirname picdirname = os.path.join(dirname, "images") if os.path.isdir(picdirname): shutil.rmtree(picdirname) os.mkdir(picdirname, 0o777) self.create_xmldoc() exporter.ExporterMultirec.__init__( self, rd, recipe_table, out, one_file=True, ext="mcb", exporter=rec_to_mcb, exporter_kwargs={ "change_units": change_units, "mult": mult, "xmlDoc": self.xmlDoc, "attr_order": ( "title", "category", "cuisine", "source", "link", "rating", "preptime", "cooktime", "yields", ), "order": ["attr", "image", "ings", "text"], }, ) def write_footer(self, *args): # The exporter has opened a file for us, which we're not going to use. self.ofi.close() # We save our correctly named XML to the temp dir so it won't collide # with any files present in the user's selected export dir. basename = os.path.basename(self.outputfilename) xml_basename = os.path.splitext(basename)[0] + ".xml" xml_path = os.path.join(tempfile.gettempdir(), xml_basename) with open(xml_path, "w", encoding="utf-8") as xml_ofi: self.xmlDoc.writexml(xml_ofi, newl="\n", addindent="\t", encoding="UTF-8") # add xml and images to the zip (mcb) myfile = zipfile.ZipFile(self.outputfilename, mode="w") try: myfile.write(xml_path, xml_basename, zipfile.ZIP_DEFLATED) picdirname = os.path.join(tempfile.gettempdir(), "images") for images in os.listdir(picdirname): full_image_path = os.path.join(picdirname, images) if os.path.isfile(full_image_path): myfile.write(full_image_path, os.path.join("images", os.path.basename(full_image_path)), zipfile.ZIP_DEFLATED) finally: # close zipfile myfile.close() # cleanup temp dir shutil.rmtree(tempfile.gettempdir()) tempfile.tempdir = self.ostempdir_bck def quoteattr(str): return xml.sax.saxutils.quoteattr(xml.sax.saxutils.escape(str)) def sanitize_image_name(filename): """Given an image name make sure no '/' are present before export""" filename = filename.replace('w/', 'with') filename = filename.replace('/', '') return filename gourmand-1.2.0/src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_exporter_plugin.py000066400000000000000000000016551510115424500341200ustar00rootroot00000000000000from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin from . import mycookbook_exporter MCB = _("My CookBook MCB File") class MCBExporterPlugin(ExporterPlugin): label = _("MCB Export") sublabel = _("Exporting recipes to My CookBook MCB file %(file)s.") single_completed_string = (_("Recipe saved in My CookBook MCB file %(file)s."),) filetype_desc = MCB saveas_filters = [MCB, ["application/zip"], ["*.mcb", "*.MCB"]] saveas_single_filters = saveas_filters def get_multiple_exporter(self, args): return mycookbook_exporter.recipe_table_to_xml( args["rd"], args["rv"], args["file"], ) def do_single_export(self, args): e = mycookbook_exporter.recipe_table_to_xml(args["rd"], [args["rec"]], args["out"], change_units=args["change_units"], mult=args["mult"]) e.run() def run_extra_prefs_dialog(self): pass gourmand-1.2.0/src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer.py000066400000000000000000000102541510115424500325260ustar00rootroot00000000000000import os import re from PIL import Image import gourmand.image_utils from gourmand.gdebug import * # noqa: F403 # TODO: Fix. from gourmand.gglobals import * # noqa: F403 # TODO: Fix. from gourmand.importers import xml_importer class RecHandler(xml_importer.RecHandler): ADD = 1 IS = 2 # mapping: 'mcb tag':('gourmet tag',method import), RECTAGS = { "title": ("title", IS), "url": ("link", ADD), "category": ("category", ADD), "cuisine": ("cuisine", ADD), "serving": ("servings", IS), "cooktime": ("cooktime", IS), "preptime": ("preptime", IS), "quantity": ("yields", IS), "rating": ("rating", IS), "source": ("source", IS), } RECIPE_TAG = "recipe" ING_TAG = "ingredient" INSTR_TAG = "recipetext" COMMENT_TAG = "comments" current_section = "" def __init__(self, total=None, conv=None, parent_thread=None): self.in_mixed = 0 self.rec = {} self.ing = {} xml_importer.RecHandler.__init__(self, total, conv=conv, parent_thread=parent_thread) def startElement(self, name, attrs): self.elbuf = "" if name == self.RECIPE_TAG: self.start_rec() if name == self.ING_TAG: self.current_section = "ingredient" if name == self.INSTR_TAG: self.current_section = "instruction" if name == self.COMMENT_TAG: self.current_section = "comments" def endElement(self, name): key, method = None, None if name == self.RECIPE_TAG: self.commit_rec() return if name == "li" and self.current_section == "ingredient": if not hasattr(self, "db"): import gourmand.backends.db as db self.db = db.get_database() ingdic = self.rd.parse_ingredient(self.elbuf.strip()) self.start_ing(**ingdic) self.commit_ing() if name == "li" and self.current_section == "instruction": key = "instructions" method = self.ADD obj = self.rec if name == "li" and self.current_section == "comments": key = "modifications" method = self.ADD obj = self.rec if name == "imagepath": obj = self.rec # get the temp directory and build the image path (dirname, filename) = os.path.split(self.parent_thread.fn) (pic_dirname, pic_filename) = os.path.split(self.elbuf.strip()) pic_fullpath = os.path.join(dirname, "images", pic_filename) # try to import the image if os.path.isfile(pic_fullpath): try: im = Image.open(pic_fullpath) obj["image"] = gourmand.image_utils.image_to_bytes(im) except Exception as e: print("Issue loading: " + pic_fullpath) print(str(e)) # times fixing if name == "cooktime" or name == "preptime": self.elbuf = self.elbuf.replace("mn", "min") if re.match("([0-9]*)min", self.elbuf): self.elbuf = self.elbuf.replace("min", " min") # other tags if name == self.ING_TAG: self.current_section = "" elif name == self.INSTR_TAG: self.current_section = "" elif name == self.COMMENT_TAG: self.current_section = "" elif name in self.RECTAGS: obj = self.rec key, method = self.RECTAGS[name] value = self.elbuf.strip() if key and value: if key == "rating": # MyCookbook's rating range is integers from 1 to 5, while # ours is from 1 to 10, so we have to multiply by 2 when # importing. obj["rating"] = int(value) * 2 elif method == self.ADD and key in obj: obj[key] = f"{obj[key]}\n {value}" else: obj[key] = value class Converter(xml_importer.Converter): def __init__(self, filename, conv=None): xml_importer.Converter.__init__(self, filename, RecHandler, recMarker="", conv=conv, name="MCB Importer") gourmand-1.2.0/src/gourmand/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py000066400000000000000000000033501510115424500341030ustar00rootroot00000000000000import os import os.path import tempfile import zipfile from lxml import etree from gourmand.i18n import _ from gourmand.plugin import ImporterPlugin from . import mycookbook_importer class MCBPlugin(ImporterPlugin): name = _("MCB File") patterns = ["*.mcb"] mimetypes = ["application/zip", "application/x-gzip", "multipart/x-zip", "multipart/x-gzip"] def test_file(self, filename): return True def get_importer(self, filename): xmlfilename = "" # Unzip in a temporary directory try: zf = zipfile.ZipFile(filename) except zipfile.BadZipfile: raise tempdir = tempfile.mkdtemp("mcb_zip") for name in zf.namelist(): (dirname, filename) = os.path.split(name) if not filename: continue fulldirpath = os.path.join(tempdir, dirname) # Create the images dir if not exists yet if not os.path.exists(fulldirpath): os.mkdir(fulldirpath, 0o775) outfile = open(os.path.join(tempdir, name), "wb") outfile.write(zf.read(name)) outfile.close() # Get the path to the xml file to import it if filename.endswith(".xml"): xmlfilename = os.path.join(tempdir, filename) # fix the xml file parser = etree.XMLParser(recover=True) tree = etree.parse(xmlfilename, parser) fixedxmlfilename = xmlfilename + "fixed" with open(fixedxmlfilename, "wb") as fout: tree.write(fout, xml_declaration=True, encoding="utf-8", pretty_print=True) zf.close() return mycookbook_importer.Converter(fixedxmlfilename) gourmand-1.2.0/src/gourmand/plugins/import_export/pdf_plugin/000077500000000000000000000000001510115424500244525ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/pdf_plugin/__init__.py000066400000000000000000000002001510115424500265530ustar00rootroot00000000000000from . import pdf_exporter_plugin, print_plugin plugins = [pdf_exporter_plugin.PdfExporterPlugin, print_plugin.PDFPrintPlugin] gourmand-1.2.0/src/gourmand/plugins/import_export/pdf_plugin/page_drawer.py000066400000000000000000000063661510115424500273170ustar00rootroot00000000000000from gi.repository import Gdk, Gtk class PageDrawer(Gtk.DrawingArea): def __init__(self, page_width=None, page_height=None, sub_areas=[], xalign=0.5, yalign=0.5): """Draw a page based on page areas given to us. The areas can be given in any scale they like. sub_areas are each (X1,Y1,WIDTH,HEIGHT) where the point defines the upper-left corner of the rectangle. """ self.xalign = xalign self.yalign = yalign Gtk.DrawingArea.__init__(self) self.gc = None # initialized in realize-event handler self.width = 0 # updated in size-allocate handler self.height = 0 # idem if page_width and page_height: self.set_page_area(page_width, page_height, sub_areas) self.connect("size-allocate", self.on_size_allocate) # self.connect('expose-event', self.on_expose_event) self.connect("realize", self.on_realize) def set_page_area(self, page_width, page_height, sub_areas=[]): self.xy_ratio = page_width / page_height self.areas = [] for x1, y1, w, h in sub_areas: width = float(w) / page_width height = float(h) / page_height x = float(x1) / page_width y = float(y1) / page_height self.areas.append((x, y, width, height)) def on_realize(self, widget): # TODO: refactor this function out # self.gc = widget.window.new_gc() # self.gc.set_line_attributes(3, Gdk.LINE_ON_OFF_DASH, # Gdk.CAP_ROUND, Gdk.JOIN_ROUND) pass def on_size_allocate(self, widget, allocation): self.width = allocation.width self.height = allocation.height def on_expose_event(self, widget, event): if not hasattr(self, "xy_ratio"): return # This is where the drawing takes place if self.xy_ratio * self.height > self.width: width = int(self.width * 0.9) height = int((self.width / self.xy_ratio) * 0.9) else: width = int(self.xy_ratio * self.height * 0.9) height = int(self.height * 0.9) xpadding = int((self.width - width) * self.xalign) ypadding = int((self.height - height) * self.yalign) self.gc.set_line_attributes(3, Gdk.LINE_SOLID, Gdk.CAP_BUTT, Gdk.JOIN_MITER) widget.window.draw_rectangle(self.gc, False, xpadding, ypadding, width, height) self.gc.set_line_attributes(1, Gdk.LINE_ON_OFF_DASH, Gdk.CAP_BUTT, Gdk.JOIN_MITER) for sub_area in self.areas: x, y, w, h = sub_area self.window.draw_rectangle(self.gc, False, int(xpadding + (x * width)), int(ypadding + (y * height)), int(w * width), int(h * height)) # widget.window.draw_line(self.gc, # 0, 0, self.width - 1, self.height - 1) # widget.window.draw_line(self.gc, # self.width - 1, 0, 0, self.height - 1) if __name__ == "__main__": w = Gtk.Window() w.add( PageDrawer( 8.5, 11, [ (1, 1, 3, 9.5), (4.5, 1, 3, 9.5), ], ) ) w.show_all() w.connect("delete-event", lambda *args: Gtk.main_quit()) Gtk.main() gourmand-1.2.0/src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py000066400000000000000000001174621510115424500275400ustar00rootroot00000000000000import math import xml.sax.saxutils from gettext import ngettext from io import BytesIO from typing import Dict, List, Optional, Tuple, Union from gi.repository import Gtk from reportlab import platypus from reportlab.lib import colors, pagesizes, styles from reportlab.lib.units import inch, mm import gourmand.exporters.exporter as exporter from gourmand import convert, gglobals from gourmand.gtk_extras import cb_extras, optionTable from gourmand.gtk_extras import dialog_extras as de from gourmand.i18n import _ from gourmand.prefs import Prefs from .page_drawer import PageDrawer DEFAULT_PDF_ARGS = { "bottom_margin": 72, "pagesize": "letter", "right_margin": 72, "top_margin": 72, "left_margin": 72, "pagemode": "portrait", "base_font_size": 10, "mode": ("column", 1), } class MCLine(platypus.Flowable): """Line flowable. Draw a line in a flowable. Code for MCLine from: http://two.pairlist.net/pipermail/reportlab-users/2005-February/003695.html """ def __init__(self, width): platypus.Flowable.__init__(self) self.width = width def __repr__(self): return "Line(w=%s)" % self.width def draw(self): self.canv.line(0, 0, self.width, 0) class Star(platypus.Flowable): """A hand flowable.""" def __init__(self, size=None, fillcolor=colors.tan, strokecolor=colors.green): if size is None: size = 12 # 12 point self.fillcolor, self.strokecolor = fillcolor, strokecolor self.size = size # normal size is 4 inches def getSpaceBefore(self): return 6 # 6 points def getSpaceAfter(self): return 6 # 6 points def wrap(self, availW, availH): if self.size > availW or self.size > availH: if availW > availH: self.size = availH else: self.size = availW return (self.size, self.size) def draw(self): size = self.size # * 0.8 self.draw_star(inner_length=size / 4, outer_length=size / 2) def draw_circle(self, x, y, r): # Test... canvas = self.canv canvas.setLineWidth(0) canvas.setStrokeColor(colors.grey) canvas.setFillColor(colors.grey) p = canvas.beginPath() p.circle(x, y, r) p.close() canvas.drawPath(p, fill=1) def draw_half_star(self, inner_length=1 * inch, outer_length=2 * inch, points=5, origin=None): canvas = self.canv canvas.setLineWidth(0) if not origin: canvas.translate(self.size * 0.5, self.size * 0.5) else: canvas.translate(*origin) canvas.setFillColor(self.fillcolor) canvas.setStrokeColor(self.strokecolor) p = canvas.beginPath() inner = False # Start on top is_origin = True # print 'Drawing star with radius',outer_length,'(moving origin ',origin,')' for theta in range(0, 360, 360 // (points * 2)): if 0 < theta < 180: continue if inner: r = inner_length else: r = outer_length x = math.sin(math.radians(theta)) * r y = math.cos(math.radians(theta)) * r # print 'POINT:',x,y if is_origin: p.moveTo(x, y) is_origin = False else: p.lineTo(x, y) inner = not inner p.close() canvas.drawPath(p, fill=1) def draw_star(self, inner_length=1 * inch, outer_length=2 * inch, points=5, origin=None): canvas = self.canv canvas.setLineWidth(0) if not origin: canvas.translate(self.size * 0.5, self.size * 0.5) else: canvas.translate(*origin) canvas.setFillColor(self.fillcolor) canvas.setStrokeColor(self.strokecolor) p = canvas.beginPath() inner = False # Start on top is_origin = True # print 'Drawing star with radius',outer_length,'(moving origin ',origin,')' for theta in range(0, 360, 360 // (points * 2)): if inner: r = inner_length else: r = outer_length x = math.sin(math.radians(theta)) * r y = math.cos(math.radians(theta)) * r # print 'POINT:',x,y if is_origin: p.moveTo(x, y) is_origin = False else: p.lineTo(x, y) inner = not inner p.close() canvas.drawPath(p, fill=1) class FiveStars(Star): def __init__(self, height, filled=5, out_of=5, filled_color=colors.black, unfilled_color=colors.lightgrey): self.height = self.size = height self.filled = filled self.out_of = out_of self.filled_color = filled_color self.unfilled_color = unfilled_color self.width = self.height * self.out_of + (self.height * 0.2 * (self.out_of - 1)) # 20% padding self.ratio = self.height / 12 # 12 point is standard def wrap(self, *args): return self.width, self.height def draw(self): # self.canv.scale(self.ratio,self.ratio) self.draw_stars() def draw_stars(self): # if self.height for n in range(self.out_of): if self.filled - n >= 1: # Then we draw a gold star self.fillcolor, self.strokecolor = self.filled_color, self.filled_color r = self.height * 0.5 else: self.fillcolor, self.strokecolor = self.unfilled_color, self.unfilled_color r = self.height * 0.75 * 0.5 origin = ( # X coordinate ((n >= 1 and (self.height * 1.2)) or self.height * 0.5), # Y coordinate ((n < 1 and self.height * 0.5) or 0), ) # print 'origin = ',#origin,'or', # print origin[0]/self.height,origin[1]/self.height # self.draw_circle(origin[0],origin[1],r) self.draw_star(points=5, origin=origin, inner_length=r / 2, outer_length=r) if self.filled - n == 0.5: # If we're a half star... self.fillcolor, self.strokecolor = self.filled_color, self.filled_color self.draw_half_star(points=5, inner_length=self.height * 0.25, outer_length=self.height * 0.5, origin=(0, 0)) # Copied from http://two.pairlist.net/pipermail/reportlab-users/2004-April/002917.html # A convenience class for bookmarking class Bookmark(platypus.Flowable): """Utility class to display PDF bookmark.""" def __init__(self, title, key): self.title = title self.key = key platypus.Flowable.__init__(self) def wrap(self, availWidth, availHeight): """Doesn't take up any space.""" return (0, 0) def draw(self): # set the bookmark outline to show when the file's opened self.canv.showOutline() # step 1: put a bookmark on the self.canv.bookmarkPage(str(self.key)) # step 2: put an entry in the bookmark outline self.canv.addOutlineEntry(self.title, self.key, 0, 0) class PdfWriter: def __init__(self, allrecs=None): pass def setup_document( self, file, mode=("column", 1), size="default", pagesize="letter", pagemode="portrait", left_margin=inch, right_margin=inch, top_margin=inch, bottom_margin=inch, base_font_size=10, ): frames = self.setup_frames(mode, size, pagesize, pagemode, left_margin, right_margin, top_margin, bottom_margin, base_font_size) pt = platypus.PageTemplate(frames=frames) self.doc = platypus.BaseDocTemplate( file, pagesize=self.pagesize, pageTemplates=[pt], ) self.doc.frame_width = frames[0].width self.doc.frame_height = frames[0].height self.styleSheet = styles.getSampleStyleSheet() perc_scale = float(base_font_size) / self.styleSheet["Normal"].fontSize if perc_scale != 1.0: self.scale_stylesheet(perc_scale) self.txt = [] def setup_frames( self, mode: Optional[Tuple[str, int]] = None, size: str = "default", pagesize: Union[str, Tuple] = "LETTER", pagemode: str = "portrait", left_margin: float = inch, right_margin: float = inch, top_margin: float = inch, bottom_margin: float = inch, base_font_size: Optional[int] = 10, ): # Returns "Frame" if isinstance(pagesize, str): pagesize = getattr(pagesizes, pagesize) self.pagesize = getattr(pagesizes, pagemode)(pagesize) self.margins = (left_margin, right_margin, top_margin, bottom_margin) if mode is not None: mode, count = mode else: mode, count = "column", 1 if mode == "column": frames = self.setup_column_frames(count) elif mode == "index_cards": frames = self.setup_multiple_index_cards(count) else: raise ValueError(f'Expected mode to be "column" or "index_cards" ' f"not {mode}") return frames def scale_stylesheet(self, perc: float): for name, sty in list(self.styleSheet.byName.items()): for attr in ["firstLineIndent", "fontSize", "leftIndent", "rightIndent", "leading"]: if hasattr(sty, attr): setattr(sty, attr, int(perc * getattr(sty, attr))) def setup_column_frames(self, n): COLUMN_SEPARATOR = 0.5 * inch x = self.pagesize[0] y = self.pagesize[1] leftM, rightM, topM, bottomM = self.margins FRAME_Y = bottomM FRAME_HEIGHT = y - topM - bottomM FRAME_WIDTH = (x - (COLUMN_SEPARATOR * (n - 1)) - leftM - rightM) / n frames = [] for i in range(n): left_start = leftM + (FRAME_WIDTH + COLUMN_SEPARATOR) * i frames.append(platypus.Frame(left_start, FRAME_Y, width=FRAME_WIDTH, height=FRAME_HEIGHT)) return frames def setup_multiple_index_cards(self, card_size): leftM, rightM, topM, bottomM = self.margins MINIMUM_SPACING = 0.1 * inch drawable_x = self.pagesize[0] - leftM - rightM drawable_y = self.pagesize[1] - topM - bottomM fittable_x = int(drawable_x / (card_size[0] + MINIMUM_SPACING)) fittable_y = int(drawable_y / (card_size[1] + MINIMUM_SPACING)) # Raise a ValueError if we can't actually fit multiple index cards on this page. if (not fittable_x) or (not fittable_y): raise ValueError("Card size %s does not fit on page %s with margins %s" % (card_size, self.pagesize, self.margins)) x_spacer = ( # Extra space = fittable_x # Number of cards times * ( (drawable_x / fittable_x) - card_size[0] # space per card ) # - space occupied by card # Divide extra space by n+1, so we get [ CARD ], [ CARD CARD ], etc. / (fittable_x + 1) ) y_spacer = fittable_y * ((drawable_y / fittable_y) - (card_size[1])) / (fittable_y + 1) frames = [] for x in range(fittable_x): x_start = leftM + (x_spacer * (x + 1)) + (card_size[0] * x) for y in range(fittable_y - 1, -1, -1): # Count down for the y, since we start from the bottom # and move up y_start = bottomM + (y_spacer * (y + 1)) + (card_size[1] * y) frames.append(platypus.Frame(x_start, y_start, width=card_size[0], height=card_size[1], showBoundary=1)) return frames def make_paragraph(self, txt, style=None, attributes="", keep_with_next=False): if attributes: xmltxt = "%s" % (attributes, txt) else: xmltxt = "%s" % txt if not style: style = self.styleSheet["Normal"] try: return platypus.Paragraph(str(xmltxt), style) except UnicodeDecodeError: try: # print 'WORK AROUND UNICODE ERROR WITH ',txt[:20] # This seems to be the standard on windows. platypus.Paragraph(xmltxt, style) except Exception: print("Trouble with ", xmltxt) raise except Exception: # Try escaping text... print("TROUBLE WITH", txt[:20], "TRYING IT ESCAPED...") return self.make_paragraph(xml.sax.saxutils.escape(txt), style, attributes, keep_with_next) def write_paragraph(self, txt, style=None, keep_with_next=False, attributes=""): p = self.make_paragraph(txt, style, attributes, keep_with_next=keep_with_next) if keep_with_next: # Keep with next isn't working, so we use a conditional # page break, on the assumption that no header should have # less than 3/4 inch of stuff after it on the page. self.txt.append(platypus.CondPageBreak(0.75 * inch)) self.txt.append(p) def write_header(self, txt): """Write a header. WARNING: If this is not followed by a call to our write_paragraph(...keep_with_next=False), the header won't necessarily be written. """ self.write_paragraph(txt, style=self.styleSheet["Heading1"], keep_with_next=True) def write_subheader(self, txt): """Write a subheader. WARNING: If this is not followed by a call to our write_paragraph(...keep_with_next=False), the header won't necessarily be written. """ self.write_paragraph(txt, style=self.styleSheet["Heading2"], keep_with_next=True) def close(self): t = self.txt[:] try: self.doc.build(self.txt) except: print("Trouble building", t[:20]) raise class PdfExporter(exporter.exporter_mult, PdfWriter): def __init__(self, rd, r, out, doc=None, styleSheet=None, txt=None, pdf_args=None, all_recipes=None, **kwargs): # For learning about references... txt = txt if txt is not None else [] pdf_args = pdf_args if pdf_args is not None else DEFAULT_PDF_ARGS all_recipes = all_recipes if all_recipes is not None else [] self.all_recipes = all_recipes PdfWriter.__init__(self) if isinstance(out, str): self.out = open(out, "wb") else: self.out = out if not doc: self.setup_document(self.out, **pdf_args) self.multidoc = False else: self.doc = doc self.styleSheet = styleSheet self.txt = [] self.master_txt = txt self.multidoc = True # Put nice lines to separate multiple recipes out... # if pdf_args.get('mode',('columns',1))[0]=='columns': # self.txt.append(MCLine(self.doc.frame_width*0.8)) exporter.exporter_mult.__init__( self, rd, r, None, # exporter_mult has no business touching a file use_ml=True, order=["image", "attr", "ings", "text"], do_markup=True, fractions=convert.FRACTIONS_NORMAL, **kwargs, ) def write_foot(self): if not self.multidoc: self.close() # Finish the document if this is all-in-one # self.out.close() else: # self.txt.append(platypus.PageBreak()) # Otherwise, a new page # Append to the txt list we were handed ourselves in a KeepTogether block # self.txt.append(platypus.Spacer(0,inch*0.5)) # if pdf_args.get('mode',('column',1))[0]=='column': # self.master_txt.append(platypus.KeepTogether(self.txt)) # else: if self.master_txt: self.master_txt.append(platypus.FrameBreak()) self.master_txt.extend(self.txt) # self.master_txt.extend(self.txt) def handle_italic(self, chunk): return "" + chunk + "" def handle_bold(self, chunk): return "" + chunk + "" def handle_underline(self, chunk): return "" + chunk + "" def scale_image(self, image, proportion=None): # Platypus assumes image size is in points -- this appears to # be off by the amount below. if not proportion: proportion = inch / 100 # we want 100 dots per image image.drawHeight = image.drawHeight * proportion image.drawWidth = image.drawWidth * proportion def write_image(self, data: bytes): buf = BytesIO(data) i = platypus.Image(buf) self.scale_image(i) factor = 1 MAX_WIDTH = self.doc.frame_width * 0.35 MAX_HEIGHT = self.doc.frame_height * 0.5 if i.drawWidth > MAX_WIDTH: factor = MAX_WIDTH / i.drawWidth if i.drawHeight > MAX_HEIGHT: f = MAX_HEIGHT / i.drawHeight if f < factor: factor = f if factor < 1.0: self.scale_image(i, factor) self.image = i def write_attr_head(self): # just move .txt aside through the attrs -- this way we can # use our regular methods to keep adding attribute elements self.attributes = [] def write_attr_foot(self): # If we have 3 or fewer attributes and no images, we don't # need a table if len(self.attributes) <= 3 and not hasattr(self, "image"): self.txt.extend(self.attributes) return if not self.attributes and hasattr(self, "image"): # If we only have an image... self.txt.append(self.image) return elif hasattr(self, "image") and self.image.drawWidth > (self.doc.frame_width / 2.25): self.txt.append(self.image) self.txt.extend(self.attributes) return # Otherwise, we're going to make a table... if hasattr(self, "image"): # If we have an image, we put attributes on the # left, image on the right table_data = [ [ # 1 row # column 1 = attributes self.attributes, # column 2 = image self.image, ], # End of "table" ] else: nattributes = len(self.attributes) first_col_size = nattributes // 2 + nattributes % 2 first = self.attributes[:first_col_size] second = self.attributes[first_col_size:] table_data = [] for n, left in enumerate(first): right = len(second) > n and second[n] or "" table_data.append([left, right]) t = platypus.Table(table_data) t.setStyle( platypus.TableStyle( [ ("VALIGN", (0, 0), (0, -1), "TOP"), ("LEFTPADDING", (0, 0), (0, -1), 0), # for debugging # ('INNERGRID',(0,0),(-1,-1),.25,colors.red), # ('BOX',(0,0),(-1,-1),.25,colors.red), ] ) ) self.txt.append(t) # self.txt = [platypus.KeepTogether(self.txt)] def make_rating(self, label, val): """Make a pretty representation of our rating.""" if not isinstance(val, int): raise TypeError("Rating %s is not an integer" % val) i = FiveStars(10, filled=(val / 2.0)) # 12 point lwidth = len(label + ": ") * 4 # A very cheap approximation of width t = platypus.Table( [[label + ": ", i]], colWidths=[lwidth, inch], ) t.hAlign = "LEFT" t.setStyle( platypus.TableStyle( [ ("LEFTPADDING", (0, 0), (-1, 0), 0), ("LEFTPADDING", (1, 0), (1, 0), 6), ("TOPPADDING", (0, 0), (-1, -1), 0), ("ALIGNMENT", (1, 0), (1, 0), "LEFT"), ("VALIGN", (0, 0), (0, 0), "TOP"), # for debugging # ('INNERGRID',(0,0),(-1,-1),.25,colors.black), # ('BOX',(0,0),(-1,-1),.25,colors.black), ] ) ) return t def write_attr(self, label, text): attr = gglobals.NAME_TO_ATTR.get(label, label) if attr == "title": self.txt.append(Bookmark(self.r.title, "r" + str(self.r.id))) self.write_paragraph(text, style=self.styleSheet["Heading1"]) return if attr == "rating": from gourmand.importers.importer import string_to_rating val = string_to_rating(text) if val: self.attributes.append(self.make_rating(label, val)) return if attr == "link": trimmed = text.strip() if len(trimmed) > 32: trimmed = trimmed[:29] + "…" # ellipsis dots self.attributes.append(self.make_paragraph('%s: %s' % (label, text, trimmed))) return if attr == "source": trimmed = text.strip() if len(trimmed) > 32: trimmed = trimmed[:29] + "…" # ellipsis dots self.attributes.append(self.make_paragraph("%s: %s" % (label, trimmed))) return # If nothing else has returned... self.attributes.append(self.make_paragraph("%s: %s" % (label, text))) def write_text(self, label, text): self.write_subheader(label) first_para = True for t in text.split("\n"): # HARDCODING paragraph style to space if first_para: first_para = False self.write_paragraph(t, attributes="spacebefore='6'") def write_inghead(self): self.save_txt = self.txt[:] self.txt = [] self.write_subheader(xml.sax.saxutils.escape(_("Ingredients"))) def write_grouphead(self, name): self.write_paragraph(name, self.styleSheet["Heading3"]) def write_ingfoot(self): # Ugly -- we know that heads comprise two elements -- a # condbreak and a head... ings = self.txt[2:] if len(ings) > 4: half = len(ings) // 2 first_half = ings[:-half] second_half = ings[-half:] t = platypus.Table([[first_half, second_half]]) t.hAlign = "LEFT" t.setStyle( platypus.TableStyle( [ ("VALIGN", (0, 0), (1, 0), "TOP"), ] ) ) self.txt = self.txt[:2] + [t] self.txt = self.save_txt + [platypus.KeepTogether(self.txt)] def write_ing(self, amount=1, unit=None, item=None, key=None, optional=False): txt = "" for blob in [amount, unit, item, (optional and _("optional") or "")]: if not blob: continue if txt: txt += " %s" % blob else: txt = blob hanging = inch * 0.25 self.write_paragraph(txt, attributes=' firstLineIndent="-%(hanging)s" leftIndent="%(hanging)s"' % locals()) def write_ingref(self, amount, unit, item, refid, optional): if refid in [r.id for r in self.all_recipes]: txt = "" for blob in [amount, unit, item, (optional and _("optional") or "")]: if blob == item: blob = '' % refid + blob + "" elif not blob: continue if txt: txt += " %s" % blob else: txt = blob hanging = inch * 0.25 self.write_paragraph(txt, attributes=' firstLineIndent="-%(hanging)s" leftIndent="%(hanging)s"' % locals()) else: return self.write_ing(amount, unit, item, optional=optional) class PdfExporterMultiDoc(exporter.ExporterMultirec, PdfWriter): def __init__(self, rd, recipes, out, conv=None, pdf_args=DEFAULT_PDF_ARGS, **kwargs): PdfWriter.__init__(self) if isinstance(out, str): out = open(out, "wb") self.setup_document(out, **pdf_args) self.output_file = out kwargs["doc"] = self.doc kwargs["styleSheet"] = self.styleSheet kwargs["txt"] = self.txt kwargs["pdf_args"] = pdf_args kwargs["all_recipes"] = recipes exporter.ExporterMultirec.__init__( self, rd, recipes, out, one_file=True, ext="pdf", exporter=PdfExporter, conv=conv, exporter_kwargs=kwargs, ) def write_footer(self): self.close() self.output_file.close() class Sizer(PdfWriter): def get_size(self, *args, **kwargs): frames = self.setup_frames(*args, **kwargs) return self.pagesize, frames def get_pagesize_and_frames_for_widget(self, *args, **kwargs): ps, ff = self.get_size(*args, **kwargs) frames = [(f.x1, ps[1] - f._y2, f.width, f.height) for f in ff] # X (top corner) # Y (top corner) return ps, frames class PdfPageDrawer(PageDrawer): def __init__(self, *args, **kwargs): PageDrawer.__init__(self, *args, **kwargs) self.sizer = Sizer() self.set_page() def set_page(self, *args, **kwargs): self.last_kwargs = kwargs size, areas = self.sizer.get_pagesize_and_frames_for_widget(*args, **kwargs) self.set_page_area(size[0], size[1], areas) PDF_PREF_DEFAULT = { "page_size": "letter", "orientation": "portrait", "font_size": 10, "page_layout": "plain", "left_margin": 1.0 * inch, "right_margin": 1.0 * inch, "top_margin": 1.0 * inch, "bottom_margin": 1.0 * inch, } class CustomUnitOption(optionTable.CustomOption): """An option for optionTable with adjustable units -- used for margins.""" units = { '"': inch, _("cm"): 10 * mm, _("points"): 1, } min_val = 0.125 * inch max_val = 8 * inch adjustments = { inch: (0.125, 0.5), 10 * mm: (0.5, 1), 1: (5, 25), } def __init__(self, default_value=inch): Gtk.HBox.__init__(self) # do we really inherit from HBox? self.__quiet__ = False self.unit_combo = Gtk.ComboBoxText() for key in self.units: self.unit_combo.append_text(key) unit = Prefs.instance().get("default_margin_unit", _("cm")) if unit not in self.units: unit = _("cm") self.last_unit = self.units[unit] cb_extras.setup_typeahead(self.unit_combo) cb_extras.cb_set_active_text(self.unit_combo, unit) self.unit_combo.connect("changed", self.unit_changed_cb) self.value_adjustment = Gtk.Adjustment( value=self.adjust_to_unit(default_value), lower=self.min_val / self.last_unit, upper=self.max_val / self.last_unit, step_increment=self.adjustments[self.last_unit][0], page_increment=self.adjustments[self.last_unit][1], ) def emit_changed(*args): self.emit("changed") self.value_adjustment.connect("changed", emit_changed) self.value_widget = Gtk.SpinButton() self.value_widget.set_adjustment(self.value_adjustment) self.value_widget.set_digits(2) self.value_widget.connect("changed", emit_changed) self.value_widget.show() self.unit_combo.show() self.pack_start(self.value_widget, True, True, 0) self.pack_start(self.unit_combo, True, True, 0) def set_unit(self, unit): cb_extras.cb_set_active_text(self.unit_combo, unit) def unit_changed_cb(self, widget): # new_unit = self.units[self.unit_combo.get_active_text()] Prefs.instance()["default_margin_unit"] = self.unit_combo.get_active_text() old_val = self.value_adjustment.get_value() * self.last_unit self.last_unit = self.units[self.unit_combo.get_active_text()] new_val = self.adjust_to_unit(old_val) self.value_adjustment.set_upper(self.max_val / self.last_unit) self.value_adjustment.set_lower(self.min_val / self.last_unit) self.value_adjustment.set_step_increment(self.adjustments[self.last_unit][0]) self.value_adjustment.set_page_increment(self.adjustments[self.last_unit][1]) self.value_adjustment.set_value(new_val) if not self.__quiet__: self.emit("changed") def adjust_to_unit(self, raw_val): """Round the value to an appropriate number for our current unit """ val = raw_val / self.last_unit adj = self.adjustments[self.last_unit][0] # "Round" to the increment adjustment specified for our unit floor = int(val / adj) * adj ceiling = (int(val / adj) + 1) * adj # Pick whatever is closest... if abs(floor - val) > abs(ceiling - val): return ceiling else: return floor def get_value(self): return self.last_unit * self.value_adjustment.get_value() def set_value(self, value): self.value_adjustment.set_value(value / self.last_unit) if not self.__quiet__: self.emit("changed") def sync_to_other_cuo(self, cuo): def change_cb(other_cuo): self.__quiet__ = True self.set_unit(other_cuo.unit_combo.get_active_text()) self.__quiet__ = False cuo.connect("changed", change_cb) class PdfPrefGetter: page_sizes = { _('11x17"'): "elevenSeventeen", _('Index Card (3.5x5")'): (3.5 * inch, 5 * inch), _('Index Card (4x6")'): (4 * inch, 6 * inch), _('Index Card (5x8")'): (5 * inch, 8 * inch), _("Index Card (A7)"): (74 * mm, 105 * mm), _("Letter"): "letter", _("Legal"): "legal", "A0": "A0", "A1": "A1", "A2": "A2", "A3": "A3", "A4": "A4", "A5": "A5", "A6": "A6", "B0": "B0", "B1": "B1", "B2": "B2", "B3": "B3", "B4": "B4", "B5": "B5", "B6": "B6", } INDEX_CARDS = [(3.5 * inch, 5 * inch), (4 * inch, 6 * inch), (5 * inch, 8 * inch), (74 * mm, 105 * mm)] INDEX_CARD_LAYOUTS = [_("Index Cards (3.5x5)"), _("Index Cards (4x6)"), _("Index Cards (A7)")] layouts = { _("Plain"): ("column", 1), _("2 Columns"): ("column", 2), _("3 Columns"): ("column", 3), _("4 Columns"): ("column", 4), _("5 Columns"): ("column", 5), _("Index Cards (3.5x5)"): ("index_cards", (5 * inch, 3.5 * inch)), _("Index Cards (4x6)"): ("index_cards", (6 * inch, 4 * inch)), _("Index Cards (A7)"): ("index_cards", (105 * mm, 74 * mm)), } for n in range(2, 5): layouts[ngettext("%s Column", "%s Columns", n) % n] = ("column", n) # These two dictionaries are here to be able to store the preferences in the persistent toml file. # This allows us to have a locale-agnostic GUI. _layouts_to_settings = { _("Plain"): "plain", _("2 Columns"): "2_columns", _("3 Columns"): "3_columns", _("4 Columns"): "4_columns", _("5 Columns"): "5_columns", _("Index Cards (3.5x5)"): "index_cards_35_5", _("Index Cards (4x6)"): "index_cards_4_6", _("Index Cards (A7)"): "a7", } _settings_to_layout = {v: k for k, v in _layouts_to_settings.items()} page_modes = {_("Portrait"): "portrait", _("Landscape"): "landscape"} OPT_PS, OPT_PO, OPT_FS, OPT_PL, OPT_LM, OPT_RM, OPT_TM, OPT_BM = list(range(8)) def __init__(self): self.size_strings = list(self.page_sizes.keys()) self.size_strings.sort() self.page_sizes_r = {v: k for k, v in self.page_sizes.items()} self.layouts_r = {v: k for k, v in self.layouts.items()} self.page_modes_r = {v: k for k, v in self.page_modes.items()} self.layout_strings = list(self.layouts.keys()) self.layout_strings.sort() defaults = Prefs.instance().get("PDF_EXP", PDF_PREF_DEFAULT) margin_widgets = [ CustomUnitOption(defaults.get(pref, PDF_PREF_DEFAULT[pref])) for pref in ["left_margin", "right_margin", "top_margin", "bottom_margin"] ] # Make unit changes to one widget affect all the others! for m in margin_widgets: for mm_ in margin_widgets: if mm_ is not m: m.sync_to_other_cuo(mm_) default_page_size = defaults.get("page_size", PDF_PREF_DEFAULT["page_size"]) default_page_size = self.page_sizes_r[default_page_size] page_size = [_("Paper _Size") + ":", (default_page_size, self.size_strings)] default_orientation = defaults.get("orientation", PDF_PREF_DEFAULT["orientation"]) default_orientation = self.page_modes_r[default_orientation] orientation = [_("_Orientation") + ":", (default_orientation, list(self.page_modes.keys()))] default_layout = defaults.get("page_layout", PDF_PREF_DEFAULT["page_layout"]) default_layout = self._settings_to_layout[default_layout] layout = [_("Page _Layout"), (default_layout, self.layout_strings)] self.opts = ( page_size, orientation, [_("_Font Size") + ":", int(defaults.get("font_size", PDF_PREF_DEFAULT["font_size"]))], layout, [_("Left Margin") + ":", margin_widgets[0]], [_("Right Margin") + ":", margin_widgets[1]], [_("Top Margin") + ":", margin_widgets[2]], [_("Bottom Margin") + ":", margin_widgets[3]], ) self.page_drawer = PdfPageDrawer(yalign=0.0) self.in_ccb = False self.setup_widgets() self.table.connect("changed", self.change_cb) self.table.emit("changed") self.page_drawer.set_size_request(200, 100) self.page_drawer.show() def setup_widgets(self): self.pd = de.PreferencesDialog( self.opts, option_label=None, value_label=None, label=_("PDF Options"), ) self.pd.hbox.pack_start(self.page_drawer, fill=True, expand=True, padding=0) self.table = self.pd.table def run(self): self.pd.run() return self.get_args_from_opts(self.opts) def get_args_from_opts(self, opts: Tuple[List]) -> Dict[str, Union[str, int, float]]: """Get information from the dialog. As the information is retrieved from the dialog and converted into system values, they are also saved to the persistent preferences. """ args = {} prefs = Prefs.instance().get("PDF_EXP", {}) args["pagesize"] = self.page_sizes[opts[self.OPT_PS][1]] prefs["page_size"] = args["pagesize"] print(self.page_modes) args["pagemode"] = self.page_modes[opts[self.OPT_PO][1]] prefs["orientation"] = args["pagemode"] prefs["font_size"] = args["base_font_size"] = opts[self.OPT_FS][1] args["mode"] = self.layouts[opts[self.OPT_PL][1]] layout = self.layouts_r[args["mode"]] layout = self._layouts_to_settings[layout] prefs["page_layout"] = layout prefs["left_margin"] = args["left_margin"] = opts[self.OPT_LM][1] prefs["right_margin"] = args["right_margin"] = opts[self.OPT_RM][1] prefs["top_margin"] = args["top_margin"] = opts[self.OPT_TM][1] prefs["bottom_margin"] = args["bottom_margin"] = opts[self.OPT_BM][1] return args def change_cb(self, option_table, *args, **kwargs): if self.in_ccb: return self.in_ccb = True option_table.apply() args = self.get_args_from_opts(self.opts) changed = False if args["pagesize"] != self.page_drawer.last_kwargs.get("pagesize", "letter"): last_pagesize = self.page_drawer.last_kwargs.get("pagesize", "letter") pagesize = args["pagesize"] # If pagesize has changed from index to non-index card, # toggle orientation and margins by default for our user's # convenience... if pagesize in self.INDEX_CARDS and last_pagesize not in self.INDEX_CARDS: changed = True option_table.set_option(self.OPT_PO, _("Landscape")) for o in [self.OPT_LM, self.OPT_RM, self.OPT_BM, self.OPT_TM]: option_table.set_option(o, 0.25) option_table.set_option(self.OPT_FS, 8) # Also -- make sure we don't allow index card layout in this... cb = option_table.widgets[self.OPT_PL][0] if not hasattr(self, "index_card_layouts_to_put_back"): self.index_card_layouts_to_put_back = [] for i in self.INDEX_CARD_LAYOUTS: pos = self.layout_strings.index(i) self.index_card_layouts_to_put_back.append((pos, i)) self.index_card_layouts_to_put_back.sort() n = cb.get_active() if n in [i[0] for i in self.index_card_layouts_to_put_back]: default_pos = self.layout_strings.index(_("Plain")) cb.set_active(default_pos) elif pagesize not in self.INDEX_CARDS and last_pagesize in self.INDEX_CARDS: changed = True option_table.set_option(self.OPT_PO, _("Portrait")) for o in [self.OPT_LM, self.OPT_RM, self.OPT_BM, self.OPT_TM]: option_table.set_option(o, 1) option_table.set_option(self.OPT_FS, 10) # Also -- we allow index card layout in this... cb = option_table.widgets[self.OPT_PL][0] if hasattr(self, "index_card_layouts_to_put_back"): for pos, txt in self.index_card_layouts_to_put_back: cb.insert_text(pos, txt) if args["mode"][0] != self.page_drawer.last_kwargs.get("mode", ("column", 1))[0] or ( args["mode"][0] == "index_cards" and ( args["mode"] != self.page_drawer.last_kwargs["mode"] or ( args["pagesize"] != self.page_drawer.last_kwargs["pagesize"] and "elevenSeventeen" in [args["pagesize"], self.page_drawer.last_kwargs["pagesize"]] ) ) ): # If our mode has changed... changed = True if args["mode"][0] == "index_cards": option_table.set_option(self.OPT_FS, 8) for o in [self.OPT_LM, self.OPT_RM, self.OPT_BM, self.OPT_TM]: option_table.set_option(o, 0.35) if (args["mode"][1][0] <= 5.2 * inch) ^ (args["pagesize"] == "elevenSeventeen"): option_table.set_option(self.OPT_PO, _("Landscape")) else: option_table.set_option(self.OPT_PO, _("Portrait")) else: # Otherwise it's columns... option_table.set_option(self.OPT_FS, 10) for o in [self.OPT_LM, self.OPT_RM, self.OPT_BM, self.OPT_TM]: option_table.set_option(o, 1) if changed: option_table.apply() args = self.get_args_from_opts(self.opts) # backup_args = page_drawer.last_kwargs self.page_drawer.set_page(**args) self.page_drawer.queue_draw() self.in_ccb = False class PdfPrefTable(PdfPrefGetter): # Like the dialog, but without the window -- lets it be embedded # in a print preferences widget. def setup_widgets(self): self.widg = Gtk.HBox() self.table = optionTable.OptionTable(options=self.opts, option_label=None, value_label=None, changedcb=None) self.widg.pack_start(self.table, True, True, 0) self.widg.pack_start(self.page_drawer, True, True, 0) self.widg.show_all() def get_pdf_prefs(defaults=None): if defaults: print("WARNING: ignoring provided defaults and using prefs system instead") pdf_pref_getter = PdfPrefGetter() return pdf_pref_getter.run() gourmand-1.2.0/src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter_plugin.py000066400000000000000000000022341510115424500311040ustar00rootroot00000000000000from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin from . import pdf_exporter PDF = _("PDF (Portable Document Format)") class PdfExporterPlugin(ExporterPlugin): label = _("PDF Export") sublabel = _("Exporting recipes to PDF %(file)s.") single_completed_string = _("Recipe saved as PDF %(file)s") filetype_desc = PDF saveas_filters = [PDF, ["application/pdf"], ["*.pdf"]] saveas_single_filters = [PDF, ["application/pdf"], ["*.pdf"]] mode = "wb" def get_multiple_exporter(self, args): return pdf_exporter.PdfExporterMultiDoc( args["rd"], args["rv"], args["file"], pdf_args=args["extra_prefs"], ) def do_single_export(self, args): exp = pdf_exporter.PdfExporter( args["rd"], args["rec"], args["out"], change_units=args["change_units"], mult=args["mult"], pdf_args=args["extra_prefs"], ) exp.run() def run_extra_prefs_dialog(self): return pdf_exporter.get_pdf_prefs() def get_default_prefs(self): return pdf_exporter.DEFAULT_PDF_ARGS gourmand-1.2.0/src/gourmand/plugins/import_export/pdf_plugin/print_plugin.py000066400000000000000000000210521510115424500275360ustar00rootroot00000000000000import os.path import sys import tempfile import reportlab.lib.pagesizes as pagesizes from gi.repository import Gtk from gourmand.gdebug import debug from gourmand.i18n import _ from gourmand.plugin import PrinterPlugin from . import pdf_exporter if sys.platform not in ["win32", "darwin"]: try: from gi import require_version require_version("Poppler", "0.18") from gi.repository import Poppler except ValueError: # require_version does not find the poppler namespace debug("Poppler not available: no pdf export possible", 0) rl2gtk_papersizes = { tuple([int(round(s)) for s in pagesizes.letter]): Gtk.PAPER_NAME_LETTER, tuple([int(round(s)) for s in pagesizes.legal]): Gtk.PAPER_NAME_LEGAL, tuple([int(round(s)) for s in pagesizes.B5]): Gtk.PAPER_NAME_B5, tuple([int(round(s)) for s in pagesizes.A5]): Gtk.PAPER_NAME_A5, tuple([int(round(s)) for s in pagesizes.A4]): Gtk.PAPER_NAME_A4, tuple([int(round(s)) for s in pagesizes.A3]): Gtk.PAPER_NAME_A3, } class OSXPDFPrinter: def setup_printer(self, parent=None): self.args = pdf_exporter.get_pdf_prefs() self.begin_print(None, None) def set_document(self, filename, operation, context): import os os.popen("open " + filename) class WindowsPDFPrinter: def setup_printer(self, parent=None): self.args = pdf_exporter.get_pdf_prefs() self.begin_print(None, None) def set_document(self, filename, operation, context): try: import winreg from subprocess import Popen regPathKey = winreg.OpenKey(winreg.HKEY_LOCAL_MACHINE, r"Software\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe") regPathValue, regPathType = winreg.QueryValueEx(regPathKey, "") if regPathType != winreg.REG_SZ: raise TypeError except Exception: from gourmand.gtk_extras.dialog_extras import show_message show_message( label=_("Could not find Adobe Reader on your system."), sublabel=_( "This version of Gourmet Recipe Manager " "requires Adobe Reader " "to be able to print; other PDF viewers will not work.\n" "Please install Adobe Reader from http://get.adobe.com/reader/. \n" "Alternatively, export your recipe(s) to PDF " "and print it with another PDF viewer." ), ) else: # Launch a new instance (/n) of Adobe Reader with our temporary # PDF to display the print dialog (/p). Popen(regPathValue + " /n /p " + os.path.realpath(filename)) class PDFPrinter: """Print an exported PDF This class is for Linux & other free desktops. There are separate implementations for Windows & Mac above. """ def setup_printer(self, parent: Gtk.Window = None): po = Gtk.PrintOperation() po.connect("draw_page", self.draw_page) po.connect("begin-print", self.begin_print) po.connect("create-custom-widget", self.create_custom_widget) po.props.custom_tab_label = _("Page Layout") po.connect("custom-widget-apply", self.custom_widget_apply) po.run(Gtk.PrintOperationAction.PRINT_DIALOG, parent=parent) def set_document(self, filename, operation, context): if not filename.startswith("file"): # TODO: check if filename is uri filename = "file://" + os.path.realpath(filename) self.d = Poppler.Document.new_from_file(filename, None) operation.set_n_pages(self.d.get_n_pages()) # Assume all pages are same page = self.d.get_page(0) w, h = page.get_size() if w > h: w, h = h, w ori = Gtk.PageOrientation.LANDSCAPE else: ori = Gtk.PageOrientation.PORTRAIT page_setup = Gtk.PageSetup() page_setup.set_orientation(ori) size = int(round(w)), int(round(h)) gtk_size = rl2gtk_papersizes.get(size, None) if gtk_size: ps = Gtk.PaperSize(gtk_size) else: ps = Gtk.paper_size_new_custom("", "", w, h, Gtk.UNIT_POINTS) page_setup.set_paper_size(ps) operation.set_default_page_setup(page_setup) def draw_page(self, operation, context, page_num): page = self.d.get_page(page_num) w, h = page.get_size() # page_setup = context.get_page_setup() # ps = Gtk.paper_size_new_custom('','',w,h,Gtk.UNIT_POINTS) # page_setup.set_paper_size(ps) page.render_for_printing(context.get_cairo_context()) def create_custom_widget(self, operation): self.ppt = pdf_exporter.PdfPrefTable() self.opts = self.ppt.opts self.args = self.ppt.get_args_from_opts(self.opts) return self.ppt.widg def custom_widget_apply(self, operation, widget): self.args = self.ppt.get_args_from_opts(self.opts) if sys.platform == "win32": PDFPrinter = WindowsPDFPrinter elif sys.platform == "darwin": PDFPrinter = OSXPDFPrinter def record_args(func): def _(self, *args, **kwargs): self.export_commands.append((func.__name__, args, kwargs)) return _ class PDFSimpleWriter(PDFPrinter): def __init__(self, dialog_parent=None): self.parent = dialog_parent self.export_commands = [] @record_args def write_header(self, *args, **kwargs): pass @record_args def write_subheader(self, *args, **kwargs): pass @record_args def write_paragraph(self, *args, **kwargs): pass def close(self, *args, **kwargs): self.export_commands.append(("close", [], {})) self.setup_printer(self.parent) def begin_print(self, operation: Gtk.PrintOperation, context: Gtk.PrintContext): _, filename = tempfile.mkstemp() writer = pdf_exporter.PdfWriter() writer.setup_document(filename, **self.args) # Playback all the commands we recorded for commandname, args, kwargs in self.export_commands: func = getattr(writer, commandname) func(*args, **kwargs) # And now we trust the documents been written... self.set_document(filename, operation, context) class PDFRecipePrinter(PDFPrinter): def __init__(self, rd, recs, mult=1, dialog_title=_("Print Recipes"), dialog_parent=None, change_units=True): self.printing_error = False self.change_units = change_units self.mult = mult self.parent = dialog_parent self.rd = rd self.recs = recs self.setup_printer(self.parent) def begin_print(self, operation: Gtk.PrintOperation, context: Gtk.PrintContext): _, fn = tempfile.mkstemp() pe = pdf_exporter.PdfExporterMultiDoc(self.rd, self.recs, fn, change_units=self.change_units, mult=self.mult) pe.connect("error", self.handle_error) pe.run() if self.printing_error: print("PRINTING ERROR!") raise Exception("There was an error generating PDF") self.set_document(fn, operation, context) def handle_error(self, obj, errno, summary, traceback): print("There was an error generating a PDF to print.") print(summary) print(traceback) self.printing_error = True raise Exception("There was an error generating a PDF to print") def setup_printer(pp): po = Gtk.PrintOperation() po.set_n_pages(pp.d.get_n_pages()) po.connect("draw_page", pp.draw_page) po.connect("begin-print", pp.begin_print) po.connect("create-custom-widget", pp.create_custom_widget) po.connect("custom-widget-apply", pp.custom_widget_apply) po.run(Gtk.PRINT_OPERATION_ACTION_PRINT_DIALOG) def print_pdf(pdf_filename): if not pdf_filename.startswith("file"): pdf_filename = "file://" + os.path.realpath(pdf_filename) setup_printer(PDFPrinter(pdf_filename)) def test_simplewriter(): pwriter = PDFSimpleWriter() pwriter.write_header("TEST HEADER") pwriter.write_subheader("Test subheading") pwriter.write_paragraph("This is a test " * 10) pwriter.write_paragraph("This is a test " * 15) for n in range(3): pwriter.write_subheader("Test subheading for time number %s" % (n + 2)) for i in range(5, (5 * (n + 1))): pwriter.write_paragraph("So is this a test? Or is it. " * i) pwriter.close() class PDFPrintPlugin(PrinterPlugin): SimpleWriter = PDFSimpleWriter simpleWriterPriority = 1 RecWriter = PDFRecipePrinter recWriterPriority = 1 if __name__ == "__main__": test_simplewriter() gourmand-1.2.0/src/gourmand/plugins/import_export/plaintext_plugin/000077500000000000000000000000001510115424500257115ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/import_export/plaintext_plugin/__init__.py000066400000000000000000000003001510115424500300130ustar00rootroot00000000000000from . import plaintext_exporter_plugin, plaintext_importer_plugin plugins = [ plaintext_importer_plugin.PlainTextImporterPlugin, plaintext_exporter_plugin.PlainTextExporterPlugin, ] gourmand-1.2.0/src/gourmand/plugins/import_export/plaintext_plugin/plaintext_exporter_plugin.py000066400000000000000000000020301510115424500335740ustar00rootroot00000000000000import gourmand.exporters.exporter as exporter from gourmand.i18n import _ from gourmand.plugin import ExporterPlugin TXT = _("Plain Text file") class PlainTextExporterPlugin(ExporterPlugin): label = _("Text Export") sublabel = _("Exporting recipes to text file %(file)s.") single_completed_string = _("Recipe saved as plain text file %(file)s") filetype_desc = TXT saveas_filters = [TXT, ["text/plain"], ["*.txt", "*.TXT"]] saveas_single_filters = [TXT, ["text/plain"], ["*.txt", "*.TXT", ""]] def get_multiple_exporter(self, args): return exporter.ExporterMultirec( args["rd"], args["rv"], args["file"], one_file=True, ext="txt", ) def do_single_export(self, args): e = exporter.exporter_mult( args["rd"], args["rec"], args["out"], mult=args["mult"], change_units=args["change_units"], ) e.run() def run_extra_prefs_dialog(self): pass gourmand-1.2.0/src/gourmand/plugins/import_export/plaintext_plugin/plaintext_importer_plugin.py000066400000000000000000000037401510115424500335760ustar00rootroot00000000000000import fnmatch import os.path from gi.repository import Gtk from gourmand import check_encodings from gourmand.gtk_extras.dialog_extras import show_message from gourmand.i18n import _ from gourmand.importers.interactive_importer import InteractiveImporter from gourmand.plugin import ImporterPlugin MAX_PLAINTEXT_LENGTH = 100000 class PlainTextImporter(InteractiveImporter): name = "Plain Text Importer" def __init__(self, filename): self.filename = filename InteractiveImporter.__init__(self) def do_run(self): if os.path.getsize(self.filename) > MAX_PLAINTEXT_LENGTH * 16: show_message( title=_("Big File"), label=_("File %s is too big to import" % self.filename), sublabel=_( "Your file exceeds the maximum length of %s characters. You probably didn't mean to import it anyway. " "If you really do want to import this file, use a text editor to split it into smaller files and try importing again." ) % MAX_PLAINTEXT_LENGTH, message_type=Gtk.MessageType.ERROR, ) return content = check_encodings.get_file(self.filename) if content is None: return data = "\n".join(content) self.set_text(data) return InteractiveImporter.do_run(self) class PlainTextImporterPlugin(ImporterPlugin): name = _("Plain Text file") patterns = ["*.txt", "[^.]*", "*"] mimetypes = ["text/plain"] antipatterns = ["*.html", "*.htm", "*.xml", "*.doc", "*.rtf"] def test_file(self, filename): """Given a filename, test whether the file is of this type.""" if filename.endswith(".txt"): return 1 elif True not in [fnmatch.fnmatch(filename, p) for p in self.antipatterns]: return -1 # we are a fallback option def get_importer(self, filename): return PlainTextImporter(filename=filename) gourmand-1.2.0/src/gourmand/plugins/key_editor/000077500000000000000000000000001510115424500215465ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/key_editor/__init__.py000066400000000000000000000003241510115424500236560ustar00rootroot00000000000000from . import keyEditorPlugin, recipeEditorPlugin plugins = [ keyEditorPlugin.KeyEditorPlugin, recipeEditorPlugin.IngredientKeyEditorPlugin, recipeEditorPlugin.KeyEditorIngredientControllerPlugin, ] gourmand-1.2.0/src/gourmand/plugins/key_editor/keyEditor.py000066400000000000000000000703031510115424500240620ustar00rootroot00000000000000from gettext import ngettext from pathlib import Path from typing import Any, Dict, Optional from gi.repository import Gdk, GObject, Gtk from gourmand.convert import frac_to_float from gourmand.gtk_extras import WidgetSaver, mnemonic_manager, pageable_store from gourmand.gtk_extras import cb_extras as cb from gourmand.gtk_extras import dialog_extras as de from gourmand.i18n import _ from . import keyEditorPluggable class KeyEditor: """KeyEditor sets up a GUI to allow editing which keys correspond to which items throughout the recipe database. It is useful for corrections or changes to keys en masse. """ def __init__(self, rd=None, rg=None): self.ui = Gtk.Builder() self.ui.add_from_file(str(Path(__file__).parent / "keyeditor.ui")) self.rd = rd self.rg = rg self.widget_names = [ "treeview", "searchByBox", "searchEntry", "searchButton", "window", "searchAsYouTypeToggle", "regexpTog", "changeKeyEntry", "changeItemEntry", "changeUnitEntry", "changeAmountEntry", "applyEntriesButton", "clearEntriesButton", ] for w in self.widget_names: setattr(self, w, self.ui.get_object(w)) self.entries = { "ingkey": self.changeKeyEntry, "item": self.changeItemEntry, "unit": self.changeUnitEntry, "amount": self.changeAmountEntry, } # setup entry callback to sensitize/desensitize apply self.applyEntriesButton.set_sensitive(False) self.clearEntriesButton.set_sensitive(False) for e in list(self.entries.values()): e.connect("changed", self.entryChangedCB) # Make our lovely model self.makeTreeModel() # setup completion in entry model = Gtk.ListStore(str) for k in self.rd.get_unique_values("ingkey", table=self.rd.ingredients_table): model.append([k]) cb.make_completion(self.changeKeyEntry, model) # Setup next/prev/first/last buttons for view self.prev_button = self.ui.get_object("prevButton") self.next_button = self.ui.get_object("nextButton") self.first_button = self.ui.get_object("firstButton") self.last_button = self.ui.get_object("lastButton") self.showing_label = self.ui.get_object("showingLabel") self.prev_button.connect("clicked", lambda *args: self.treeModel.prev_page()) self.next_button.connect("clicked", lambda *args: self.treeModel.next_page()) self.first_button.connect("clicked", lambda *args: self.treeModel.goto_first_page()) self.last_button.connect("clicked", lambda *args: self.treeModel.goto_last_page()) # Setup search stuff self.search_string = "" self.search_by = _("key") self.use_regexp = True self.setupTreeView() self.treeview.set_model(self.treeModel) self.treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) # self.treeview.set_model(self.treeModel) self.ui.connect_signals( { "iSearch": self.isearchCB, "search": self.searchCB, "search_as_you_type_toggle": self.search_as_you_typeCB, "applyEntries": self.applyEntriesCB, "clearEntries": self.clearEntriesCB, "close_window": lambda *args: self.window.hide(), #'editNutritionalInfo':self.editNutritionalInfoCB, } ) # setup mnemonic manager self.mm = mnemonic_manager.MnemonicManager() self.mm.sacred_cows.append("search for") self.mm.add_builder(self.ui) self.mm.add_treeview(self.treeview) self.mm.fix_conflicts_peacefully() # to set our regexp_toggled variable cb.set_model_from_list(self.searchByBox, [_("key"), _("item"), _("unit")]) self.searchByBox.set_active(0) self.dont_ask = self.rg.prefs.get("dontAskDeleteKey", False) # setup WidgetSavers self.rg.conf.append( WidgetSaver.WidgetSaver(self.searchAsYouTypeToggle, self.rg.prefs.get("sautTog", {"active": self.searchAsYouTypeToggle.get_active()}), ["toggled"]) ) self.rg.conf.append(WidgetSaver.WidgetSaver(self.regexpTog, self.rg.prefs.get("regexpTog", {"active": self.regexpTog.get_active()}), ["toggled"])) def dont_ask_cb(self, widget, *args): self.dont_ask = widget.get_active() self.rg.prefs["dontAskDeleteKey"] = self.dont_ask def setupTreeView(self): self.FIELD_COL = 1 self.VALUE_COL = 2 self.COUNT_COL = 3 self.REC_COL = 4 self.NUT_COL = 5 for n, head in [ [self.FIELD_COL, _("Field")], [self.VALUE_COL, _("Value")], [self.COUNT_COL, _("Count")], [self.REC_COL, _("Recipes")], # [self.NUT_COL, _('Nutritional Info')], ]: if n == self.NUT_COL: renderer = Gtk.CellRendererToggle() else: renderer = Gtk.CellRendererText() # If we have gtk > 2.8, set up text-wrapping try: renderer.get_property("wrap-width") except TypeError: pass else: renderer.set_property("wrap-mode", Gtk.WrapMode.WORD) if n == self.FIELD_COL: renderer.set_property("wrap-width", 60) elif n in [self.VALUE_COL, self.REC_COL]: renderer.set_property("wrap-width", 250) else: renderer.set_property("wrap-width", 100) if n == self.VALUE_COL: renderer.set_property("editable", True) renderer.connect("edited", self.tree_edited, n, head) if n == self.NUT_COL: col = Gtk.TreeViewColumn(head, renderer, active=n, visible=n) else: col = Gtk.TreeViewColumn(head, renderer, text=n) if n == self.VALUE_COL: col.set_property("expand", True) col.set_resizable(True) self.treeview.append_column(col) plugin_manager = keyEditorPluggable.get_key_editor_plugin_manager() for tvc in plugin_manager.get_treeview_columns(None, key_col=2, instant_apply=True): self.treeview.append_column(tvc) def tree_edited(self, renderer, path_string, text, n, head): indices = path_string.split(":") path = tuple(map(int, indices)) itr = self.treeModel.get_iter(path) curdic, field = self.get_dic_describing_iter(itr) value = curdic[field] if value == text: return if field == "ingkey": key = curdic["ingkey"] if de.getBoolean( label=_('Change all keys "%s" to "%s"?') % (key, text), sublabel=_( "You won't be able to undo this action. If there are already ingredients with the key \"%s\", you won't be able to distinguish between those items and the items you are changing now." # noqa: E501 ) % text, ): self.rd.update_by_criteria(self.rd.ingredients_table, curdic, {"ingkey": text}) self.rd.delete_by_criteria(self.rd.keylookup_table, {"ingkey": key}) elif field == "item": if de.getBoolean( label=_('Change all items "%s" to "%s"?') % (curdic["item"], text), sublabel=_( "You won't be able to undo this action. If there are already ingredients with the item \"%s\", you won't be able to distinguish between those items and the items you are changing now." # noqa: E501 ) % text, ): self.rd.update_by_criteria(self.rd.ingredients_table, curdic, {"item": text}) elif field == "unit": unit = curdic["unit"] key = curdic["ingkey"] item = curdic["item"] val = de.getRadio( label="Change unit", options=[ [_('Change _all instances of "%(unit)s" to "%(text)s"') % locals(), 1], [_('Change "%(unit)s" to "%(text)s" only for _ingredients "%(item)s" with key "%(key)s"') % locals(), 2], ], default=2, ) if val == 1: self.rd.update_by_criteria( self.rd.ingredients_table, {"unit": unit}, {"unit": text}, ) elif val == 2: self.rd.update_by_criteria(self.rd.ingredients_table, curdic, {"unit": text}) elif field == "amount": amount = curdic["amount"] unit = curdic["unit"] key = curdic["ingkey"] item = curdic["item"] try: new_amount = frac_to_float(text) except Exception: de.show_amount_error(text) return val = de.getRadio( label="Change amount", options=[ [_('Change _all instances of "%(amount)s" %(unit)s to %(text)s %(unit)s') % locals(), 1], [_('Change "%(amount)s" %(unit)s to "%(text)s" %(unit)s only _where the ingredient key is %(key)s') % locals(), 2], [ _('Change "%(amount)s" %(unit)s to "%(text)s" %(unit)s only where the ingredient key is %(key)s _and where the item is %(item)s') % locals(), 3, ], ], default=3, ) if val == 1: cond = {"unit": unit, "amount": amount} elif val == 2: cond = {"unit": unit, "amount": amount, "ingkey": key} elif val == 3: cond = curdic self.rd.update_by_criteria(self.rd.ingredients_table, {"unit": unit, "amount": frac_to_float(amount)}, {"unit": unit, "amount": new_amount}) else: return self.treeModel.set_value(itr, n, text) return def makeTreeModel(self): self.treeModel = KeyStore(self.rd, per_page=self.rg.prefs.get("recipes_per_page", 12)) # self.orig_view = self.treeModel.view self.treeModel.connect("page-changed", self.model_changed_cb) self.treeModel.connect("view-changed", self.model_changed_cb) def resetTree(self): self.search_string = "NO ONE WOULD EVER SEARCH FOR THIS HACKISH STRING" curpage = self.treeModel.page self.do_search() self.treeModel.set_page(curpage) def do_search(self): last_search = self.search_string self.search_string = self.searchEntry.get_text() last_by = self.search_by self.treeModel.search_by = self.search_by = cb.cb_get_active_text(self.searchByBox) last_regexp = self.use_regexp self.use_regexp = self.regexpTog.get_active() # Do nothing if this callback was called with no changes if self.search_by == last_by and self.search_string == last_search and self.use_regexp == last_regexp: return # Clear the view if searching for something different if not self.search_string.startswith(last_search) or self.search_by != last_by or self.use_regexp != last_regexp: self.treeModel.reset_views() if self.search_by == _("item"): column = "item" elif self.search_by == _("key"): column = "ingkey" else: # self.search_by == _('unit'): column = "unit" self.treeModel.limit(self.search_string, column, search_options={"use_regexp": self.use_regexp}) def isearchCB(self, *args): if self.searchAsYouTypeToggle.get_active(): self.window.get_window().set_cursor(Gdk.Cursor.new(Gdk.CursorType.WATCH)) GObject.idle_add(lambda *args: (self.do_search() or self.window.get_window().set_cursor(None))) def searchCB(self, *args): self.do_search() def search_as_you_typeCB(self, *args): if self.searchAsYouTypeToggle.get_active(): self.searchButton.hide() else: self.searchButton.show() def clearEntriesCB(self, *args): for e in list(self.entries.values()): e.set_text("") def get_dic_describing_iter(self, itr): """Handed an itr in our tree, return a dictionary describing that row and the field described. For example, if we get the row KEY: Foo We return {'ingkey':'Foo'},'ingkey' If we get the row KEY: Foo |=> ITEM: Bar We return {'ingkey':'Foo','item':'Bar'},'item' """ field = self.treeModel.get_value(itr, self.FIELD_COL) value = self.treeModel.get_value(itr, self.VALUE_COL) if field == self.treeModel.KEY: return {"ingkey": value}, "ingkey" elif field == self.treeModel.ITEM: key = self.treeModel.get_value(self.treeModel.iter_parent(itr), self.VALUE_COL) return {"ingkey": key, "item": value}, "item" elif field == self.treeModel.UNIT: item_itr = self.treeModel.iter_parent(itr) key_itr = self.treeModel.iter_parent(item_itr) item = self.treeModel.get_value(item_itr, self.VALUE_COL) key = self.treeModel.get_value(key_itr, self.VALUE_COL) unit = value return {"ingkey": key, "item": item, "unit": unit}, "unit" elif field == self.treeModel.AMOUNT: unit_itr = self.treeModel.iter_parent(itr) item_itr = self.treeModel.iter_parent(unit_itr) key_itr = self.treeModel.iter_parent(item_itr) unit = self.treeModel.get_value(unit_itr, self.VALUE_COL) item = self.treeModel.get_value(item_itr, self.VALUE_COL) key = self.treeModel.get_value(key_itr, self.VALUE_COL) amount = value return {"ingkey": key, "item": item, "unit": unit, "amount": amount}, "amount" else: print("WTF! WE SHOULD NEVER LAND HERE!", field, value) raise Exception("WTF ERROR") def applyEntriesCB(self, *args): newdic = {} for k, e in list(self.entries.items()): txt = e.get_text() if txt: if k == "amount": try: newdic[k] = frac_to_float(txt) except ValueError: print("Problem with amount:", txt) import traceback traceback.print_exc() de.show_amount_error(txt) return else: newdic[k] = txt if not newdic: print("We called applyEntriesCB with no text -- that shouldn't be possible") return mod, rows = self.treeview.get_selection().get_selected_rows() if not de.getBoolean( label=_("Change all selected rows?"), sublabel=( _("This action will not be undoable. Are you that for all %s selected rows, you want to set the following values:") % len(rows) + ("ingkey" in newdic and _("\nKey to %s") % newdic["ingkey"] or "") + ("item" in newdic and _("\nItem to %s") % newdic["item"] or "") + ("unit" in newdic and _("\nUnit to %s") % newdic["unit"] or "") + ("amount" in newdic and _("\nAmount to %s") % newdic["amount"] or "") ), ): return # Now actually apply our lovely new logic... updated_iters = [] for path in rows: itr = self.treeModel.get_iter(path) # We check to see if we've updated the parent of our iter, # in which case the changes would already be inherited by # the current row (i.e. if the tree has been expanded and # all rows have been selected). parent = mod.iter_parent(itr) already_updated = False while parent: if parent in updated_iters: already_updated = True else: parent = mod.iter_parent(parent) if already_updated: continue # Now that we're sure we really need to update... curdic, field = self.get_dic_describing_iter(itr) # curkey = self.treeModel.get_value(itr, self.VALUE_COL) if not already_updated: self.rd.update_by_criteria( self.rd.ingredients_table, curdic, newdic, ) if "ingkey" in curdic and "ingkey" in newdic: self.rd.delete_by_criteria(self.rd.keylookup_table, {"ingkey": curdic["ingkey"]}) self.resetTree() def editNutritionalInfoCB(self, *args): from ..nutritional_information import nutritionDruid nid = nutritionDruid.NutritionInfoDruid(self.rg.nd, self.rg.prefs) mod, rows = self.treeview.get_selection().get_selected_rows() keys_to_update = {} for path in rows: itr = mod.get_iter(path) # Climb to the key-level for each selection -- we don't # care about anything else. parent = mod.iter_parent(itr) while parent: itr = parent parent = mod.iter_parent(itr) curkey = mod.get_value(itr, self.VALUE_COL) # if mod.get_value(itr,self.NUT_COL): # print "We can't yet edit nutritional information..." # else: if True: keys_to_update[curkey] = [] child = mod.iter_children(itr) while child: grandchild = mod.iter_children(child) while grandchild: # Grand children are units... unit = mod.get_value(grandchild, self.VALUE_COL) greatgrandchild = mod.iter_children(grandchild) while greatgrandchild: amount = mod.get_value(greatgrandchild, self.VALUE_COL) keys_to_update[curkey].append((frac_to_float(amount), unit)) greatgrandchild = mod.iter_next(greatgrandchild) grandchild = mod.iter_next(grandchild) child = mod.iter_next(child) nid.add_ingredients(list(keys_to_update.items())) nid.connect("finish", self.update_nutinfo) nid.show() def update_nutinfo(self, *args): self.treeModel.reset_views() def update_iter(self, itr, newdic): """Update iter and its children based on values in newdic""" field = self.treeModel.get_value(itr, self.FIELD_COL) if "item" in newdic and field == self.treeModel.ITEM: self.treeModel.set_value(itr, self.VALUE_COL, newdic["item"]) elif "ingkey" in newdic and field == self.treeModel.KEY: self.treeModel.set_value(itr, self.VALUE_COL, newdic["ingkey"]) elif "unit" in newdic and field == self.treeModel.UNIT: self.treeModel.set_value(itr, self.VALUE_COL, newdic["unit"]) elif "amount" in newdic and field == self.treeModel.AMOUNT: self.treeModel.set_value(itr, self.VALUE_COL, newdic["amount"]) c = self.treeModel.iter_children(itr) while c: self.update_iter(c, newdic) c = self.treeModel.iter_next(c) def entryChangedCB(self, *args): """Set sensitivity of apply and clear buttons. We are sensitive if we have text to apply or clear""" for e in list(self.entries.values()): if e.get_text(): self.applyEntriesButton.set_sensitive(True) self.clearEntriesButton.set_sensitive(True) return self.applyEntriesButton.set_sensitive(False) self.clearEntriesButton.set_sensitive(False) def reset_tree(self): self.treeModel.reset_views() self.search_by = None self.search_string = "" self.do_search() # Paging handlers def model_changed_cb(self, model): if model.page == 0: self.prev_button.set_sensitive(False) self.first_button.set_sensitive(False) else: self.prev_button.set_sensitive(True) self.first_button.set_sensitive(True) if model.get_last_page() == model.page: self.next_button.set_sensitive(False) self.last_button.set_sensitive(False) else: self.next_button.set_sensitive(True) self.last_button.set_sensitive(True) self.update_showing_label() def update_showing_label(self): bottom, top, total = self.treeModel.showing() if top >= total and bottom == 1: lab = ngettext("%s ingredient", "%s ingredients", top) % top else: # Do not translate bottom, top and total -- I use these fancy formatting # strings in case your language needs the order changed! lab = _("Showing ingredients %(bottom)s to %(top)s of %(total)s" % locals()) self.showing_label.set_markup("" + lab + "") class KeyStore(pageable_store.PageableTreeStore, pageable_store.PageableViewStore): """A ListStore to show our beautiful keys.""" __gsignals__ = { "view-changed": (GObject.SignalFlags.RUN_LAST, None, ()), } KEY = _("Key") + ":" ITEM = _("Item") + ":" UNIT = _("Unit") + ":" AMOUNT = _("Amount") + ":" columns = ["obj", "ingkey", "item", "count", "recipe"] # ,'ndbno'] def __init__(self, rd, per_page=15): self.__last_limit_text = "" self.rd = rd pageable_store.PageableTreeStore.__init__( self, [ GObject.TYPE_PYOBJECT, # row ref str, # column str, # value int, # count str, # recipe # int, # nutritional information equivalent ], per_page=per_page, ) def reset_views(self): if self.__last_limit_text: txt = self.__last_limit_text if hasattr(self, "use_regexp") and self.use_regexp: s = {"search": txt, "operator": "REGEXP"} else: s = {"search": "%" + txt.replace("%", "%%") + "%", "operator": "LIKE"} if self.search_by == _("item"): s["column"] = "item" else: s["column"] = "ingkey" self.view = self.rd.get_ingkeys_with_count(s) else: self.view = self.rd.get_ingkeys_with_count() for n in range(self._get_length_()): parent = (n,) path = parent try: itr = self.get_iter(path) except ValueError: return self.emit("row-changed", Gtk.TreePath.new_from_indices(path), itr) child = self.iter_children(itr) while child: path = self.get_path(child) self.emit("row-changed", path, child) child = self.iter_next(child) # self.keylookup_table = self.rd.filter(self.rd.keylookup_table,lambda row: row.item) # Limit ingredients_table to ingkeys only, then select the unique values of that, then # filter ourselves to values that have keys # self.view = self.rd.filter(self.rd.ingredients_table.project(self.rd.ingredients_table.ingkey).unique(), # lambda foo: foo.ingkey) def _setup_parent_(self, *args, **kwargs): self.reset_views() def limit(self, txt: str, column: str, search_options: Optional[Dict[str, Any]] = None): if search_options is None: search_options = {} if txt == self.__last_limit_text: return else: self.__last_limit_text = txt if not txt: self.reset_views() if search_options["use_regexp"]: s = {"search": txt, "operator": "REGEXP"} else: s = {"search": "%" + txt.replace("%", "%%") + "%", "operator": "LIKE"} s["column"] = column self.change_view(self.rd.get_ingkeys_with_count(s)) def _get_length_(self): return len(self.view) get_last_page = pageable_store.PageableViewStore.get_last_page def _get_slice_(self, bottom, top): return [self.get_row(i) for i in self.view[bottom:top]] def _get_item_(self, path): # TODO: Not called? Where does `indx` come from? return self.get_row(self.view[indx]) # noqa: F821 def get_row(self, row): return [ row, self.KEY, row.ingkey, # avoidable slowdown (look here if code seems sluggish) row.count, None, # row.ndbno or 0, ] def _get_children_(self, itr): ret = [] field = self.get_value(itr, 1) value = self.get_value(itr, 2) if field == self.KEY: ingkey = value for item in self.rd.get_unique_values("item", self.rd.ingredients_table, ingkey=ingkey): ret.append( [ None, self.ITEM, item, self.rd.fetch_len(self.rd.ingredients_table, ingkey=ingkey, item=item), self.get_recs(ingkey, item), # 0 ] ) elif field == self.ITEM: ingkey = self.get_value(self.iter_parent(itr), 2) item = value for unit in self.rd.get_unique_values("unit", self.rd.ingredients_table, ingkey=ingkey, item=item): ret.append( [ None, self.UNIT, unit, self.rd.fetch_len(self.rd.ingredients_table, ingkey=ingkey, item=item, unit=unit), None, ] ) if not ret: ret.append( [ None, self.UNIT, "", self.get_value(self.iter_parent(itr), 3), None, ] ) elif field == self.UNIT: item = self.get_value(self.iter_parent(itr), 2) ingkey = self.get_value(self.iter_parent(self.iter_parent(itr)), 2) unit = self.get_value(itr, 2) amounts = [] for i in self.rd.fetch_all(self.rd.ingredients_table, ingkey=ingkey, item=item, unit=unit): astring = self.rd.get_amount_as_string(i) if astring in amounts: continue ret.append( [ None, self.AMOUNT, astring, ( i.rangeamount and self.rd.fetch_len(self.rd.ingredients_table, ingkey=ingkey, item=item, unit=unit, amount=i.amount, rangeamount=i.rangeamount) or self.rd.fetch_len(self.rd.ingredients_table, ingkey=ingkey, item=item, unit=unit, amount=i.amount) ), None, ] ) amounts.append(astring) if not ret: ret.append( [ None, self.AMOUNT, "", self.get_value(self.iter_parent(itr), 3), None, ] ) return ret def get_recs(self, key, item) -> str: """Return a string with a list of recipes containing an ingredient with key and item""" recs = [i.recipe_id for i in self.rd.fetch_all(self.rd.ingredients_table, ingkey=key, item=item)] titles = [] looked_at = [] for r_id in recs: if r_id in looked_at: continue rec = self.rd.get_rec(r_id) if rec: titles.append(rec.title) return ", ".join(titles) gourmand-1.2.0/src/gourmand/plugins/key_editor/keyEditorPluggable.py000066400000000000000000000063551510115424500257130ustar00rootroot00000000000000# This library provides a pluggable that lets plugins that *use* our # key editor to provide extra information based on the ingredient # key. This will be used to show info in both the key editor and # recipe card view and possibly to allow editing etc. from gourmand.plugin import PluginPlugin from gourmand.plugin_loader import Pluggable # Here's our template -- those implementing will have to take this as # boilerplate code rather than subclassing it, since it's not possible # to reliably access one plugin's module from another. # Begin boilerplate... # # For a fuller example, see shopping_associations class KeyEditorPlugin(PluginPlugin): target_pluggable = "KeyEditorPlugin" selected_ingkeys = [] def setup_treeview_column(self, ike, key_col, instant_apply=False): """Set up a treeview column to display your data. The key_col is the column in the treemodel which will contain your data in the model. It\'s your responsibility to get whatever other data you need yourself. If you make this editable, it\'s up to you to apply the changes as well to the database. If instant_apply is True, then apply them instantly; if False, apply them when this class\'s save method is called. """ raise NotImplementedError def save(self): """Save any data the user has entered in your treeview column.""" pass def offers_edit_widget(self): """Return True if this plugin provides an edit button for editing data (if you need more than an editable cellrenderer to let users edit your data, or would like to act on multiple rows. """ return False def setup_edit_widget(self): """Return an edit button to let users edit your data.""" raise NotImplementedError def selection_changed(self, ingkeys): """Selected ingkeys have changed -- currently ingkeys are selected (and should be acted on by our edit_widget """ self.selected_ingkeys = ingkeys # End boilerplate class KeyEditorPluginManager(Pluggable): """Manage plugins that provide users the ability to edit extra associations, such as nutritional information, shopping list categories, etc.""" title = "Title of Whatever we Do" targets = ["KeyEditorPlugin"] __single = None @classmethod def instance(cls): if KeyEditorPluginManager.__single is None: KeyEditorPluginManager.__single = cls() return KeyEditorPluginManager.__single def __init__(self): Pluggable.__init__(self, [PluginPlugin]) def get_treeview_columns(self, ike, key_col, instant_apply=False): return [p.setup_treeview_column(ike, key_col, instant_apply) for p in self.plugins] def get_edit_buttons(self, ike): buttons = [] for p in self.plugins: if p.offer_edit_button(): try: buttons.append(p.setup_edit_button()) except Exception: "Trouble initializing edit button for plugin", p import traceback traceback.print_exc() return buttons def get_key_editor_plugin_manager(): return KeyEditorPluginManager.instance() gourmand-1.2.0/src/gourmand/plugins/key_editor/keyEditorPlugin.py000066400000000000000000000014441510115424500252410ustar00rootroot00000000000000from gi.repository import Gtk import gourmand.main import gourmand.plugin from gourmand.i18n import _ from . import keyEditor class KeyEditorPlugin(gourmand.plugin.ToolPlugin): menu_items = """ """ def setup_action_groups(self): self.action_group = Gtk.ActionGroup(name="KeyEditorActionGroup") self.action_group.add_actions([("KeyEditor", None, _("Ingredient _Key Editor"), None, _("Edit ingredient keys en masse"), self.show_key_editor)]) self.action_groups.append(self.action_group) def show_key_editor(self, *args): gourmand_app = gourmand.main.get_application() ke = keyEditor.KeyEditor(rd=gourmand_app.rd, rg=gourmand_app) # noqa: F841 gourmand-1.2.0/src/gourmand/plugins/key_editor/keyeditor.ui000066400000000000000000001250631510115424500241130ustar00rootroot00000000000000 True False Key Editor 680 520 True False 6 6 6 6 True False True False True False both True False False True False 8 _Search for: True searchEntry False True False False True True True True True Search for recipes as you type False False True True False True False False True False True False False True False 12 _in True searchByBox False True False False True False 12 True False False True True True GTK_INPUT_HINT_WORD_COMPLETION False liststore1 0 False True False False True False True False False gtk-find True False False True False True False False True False 12 Search as you t_ype True True False False True True True False True False False True False 12 _Advanced Search True True False Use regular expressions False True True True False True False False True False 0.0099999997764825821 False False False 0 True False False True 1 True False True False 0 6 6 Search _Results True treeview False False 0 True False 1 0 0.019999999552965164 True False True False 16 False False 0 gtk-goto-first True True False False True False False 6 1 gtk-go-back True True False False True False False 6 2 gtk-go-forward True True False False True False False 6 3 gtk-goto-last True True False False True False False 6 4 True True 1 False False 2 True True automatic automatic True True True True 3 True False 0 none True False 12 6 12 6 True False True False True True True True False 5 2 6 True False 6 end gtk-clear True True True False False True False False 0 gtk-apply True True True False False True False False 1 1 2 4 5 GTK_FILL True True False False True True 1 2 3 4 True False 0 _Amount: True changeAmountEntry 3 4 GTK_FILL True True False False True True 1 2 2 3 True False 0 _Unit: True changeUnitEntry 2 3 GTK_FILL True True False False True True 1 2 1 2 True False 0 _Item: True changeItemEntry 1 2 GTK_FILL True True False False True True 1 2 True False 0 _Key: True changeKeyEntry GTK_FILL True False <b>_Change selected ingredients</b> True True False False 3 0 True False end False True 1 False True 4 True False end gtk-close True True True False False True False False 0 False False 6 5 gourmand-1.2.0/src/gourmand/plugins/key_editor/recipeEditorPlugin.py000066400000000000000000000251371510115424500257250ustar00rootroot00000000000000from typing import Any, Dict, Optional from gi.repository import GObject, Gtk, Pango from gourmand.i18n import _ from gourmand.plugin import IngredientControllerPlugin, RecEditorModule, RecEditorPlugin from gourmand.plugin_loader import POST from gourmand.reccard import IngredientEditorModule, RecRef from . import keyEditorPluggable ING = 0 ITM = 1 KEY = 2 class IngredientKeyEditor(RecEditorModule): name = "keyeditor" label = _("Ingredient Keys") ui_string = """ """ def setup(self): pass def setup_main_interface(self): self.main = Gtk.VBox() label = Gtk.Label() label.set_markup( """%s\n%s""" % (_("Ingredient Keys"), _("Ingredient Keys are normalized ingredient names used for shopping lists and for calculations.")) ) self.main.pack_start(label, expand=False, fill=False, padding=0) sw = Gtk.ScrolledWindow() sw.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) self.main.pack_start(sw, True, True, 0) self.extra_widget_table = Gtk.Table() ew_index = 1 self.main.pack_start(self.extra_widget_table, expand=False, fill=False, padding=0) self.tv = Gtk.TreeView() self.tv.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) self.tv.get_selection().connect("changed", self.treeselection_changed_cb) self.setup_model() self.setup_tree() self.tv.set_model(self.model) sw.add(self.tv) self.main.show_all() self.update_from_database() ingredientEditorModule = [m for m in self.re.modules if isinstance(m, IngredientEditorModule)][0] ingredientEditorModule.connect("saved", lambda *args: self.update_from_database()) ingredientEditorModule.connect("toggle-edited", self.update_from_ingredient_editor_cb) self.setup_action_groups() # Set up extra widgets plugin_manager = keyEditorPluggable.get_key_editor_plugin_manager() apply_button = Gtk.Button(stock=Gtk.STOCK_APPLY) for plugin in plugin_manager.plugins: if plugin.offers_edit_widget(): title_label = Gtk.Label(label=plugin.title) widget = plugin.setup_edit_widget() self.extra_widget_table.attach(title_label, 0, 1, ew_index, ew_index + 1) self.extra_widget_table.attach(widget, 1, 2, ew_index, ew_index + 1) title_label.show() widget.show() apply_button.connect("clicked", lambda *args: plugin.apply_widget_val()) ew_index += 1 if ew_index > 1: self.extra_widget_table.attach(apply_button, 1, 2, ew_index, ew_index + 1) apply_button.show() self.extra_widget_table.hide() self.edit_associations_action.set_visible(True) apply_button.connect("clicked", lambda *args: self.tv.queue_draw()) def setup_action_groups(self): self.keyEditorActionGroup = Gtk.ActionGroup(name="RecKeyEditorActionGroup") self.keyEditorActionGroup.add_actions( [ ( "GuessKeys", None, _("Guess keys"), None, _("Guess best values for all ingredient keys based on values already in your database"), self.guess_keys_cb, ), ] ) self.keyEditorActionGroup.add_toggle_actions( [ ( "EditAssociations", None, _("Edit Key Associations"), None, _("Edit associations with key and other attributes in database"), self.edit_associations_cb, False, ), ] ) self.edit_associations_action = self.keyEditorActionGroup.get_action("EditAssociations") self.edit_associations_action.set_visible(False) self.action_groups.append(self.keyEditorActionGroup) def setup_tree(self): item_renderer = Gtk.CellRendererText() item_renderer.set_property("editable", True) item_col = Gtk.TreeViewColumn(_("Item"), item_renderer, text=1) item_col.set_expand(True) key_renderer = Gtk.CellRendererCombo() key_renderer.set_property("editable", True) key_renderer.connect("editing-started", self.start_keyedit_cb) key_renderer.connect("edited", self.key_edited_cb) key_renderer.set_property("mode", Gtk.CellRendererMode.EDITABLE) key_renderer.set_property("sensitive", True) key_col = Gtk.TreeViewColumn(_("Key"), key_renderer, text=2) key_col.set_expand(True) self.renderers = [key_renderer, item_renderer] self.tv.append_column(item_col) self.tv.append_column(key_col) for r in key_renderer, item_renderer: r.set_property("wrap-mode", Pango.WrapMode.WORD) r.set_property("wrap-width", 200) self.tv.connect("check-resize", self.resize_event_cb) self.tv.connect("size-allocate", self.tv_size_allocate_cb) plugin_manager = keyEditorPluggable.get_key_editor_plugin_manager() for tvc in plugin_manager.get_treeview_columns(self, key_col=2, instant_apply=False): self.tv.append_column(tvc) def auto_wrap_columns(self): for col in self.tv.get_columns(): renderers = col.get_cells() for r in renderers: if isinstance(r, Gtk.CellRendererText): r.set_property("wrap-mode", Pango.WrapMode.WORD) r.set_property("wrap-width", col.get_width()) def resize_event_cb(self, widget, event): self.auto_wrap_columns() def tv_size_allocate_cb(self, widget, allocation): self.auto_wrap_columns() def start_keyedit_cb(self, renderer, cbe, path_string): indices = path_string.split(":") path = tuple(map(int, indices)) item = self.model[path][ITM] mod = Gtk.ListStore(str) for key in self.rg.rd.key_search(item): mod.append((key,)) renderer.set_property("model", mod) renderer.set_property("text-column", 0) if isinstance(cbe, Gtk.ComboBoxText): entry = cbe.get_child() completion = Gtk.EntryCompletion() completion.set_model(mod) completion.set_text_column(0) entry.set_completion(completion) # mod = renderer.get_property def key_edited_cb(self, cell, path, new_text): oldkey = self.model[path][2] if oldkey != new_text: self.emit("toggle-edited", True) self.model[path][2] = new_text def get_key_for_object(self, obj): for row in self.model: if row[0] == obj: return row[2] return False def treeselection_changed_cb(self, ts): keys = [] def do_foreach(tm, p, i): keys.append(tm[p][2]) ts.selected_foreach(do_foreach) plugin_manager = keyEditorPluggable.get_key_editor_plugin_manager() for p in plugin_manager.plugins: p.selection_changed(keys) def setup_model(self): self.model = Gtk.ListStore(GObject.TYPE_PYOBJECT, str, str) def update_from_database(self): ings = self.rg.rd.get_ings(self.current_rec) self.setup_model() for i in ings: if i.refid: continue self.model.append((i, i.item, i.ingkey)) self.tv.set_model(self.model) self.edited = False # Callbacks def guess_keys_cb(self, *args): changed = False for row in self.model: item = row[1] row[2] = self.rg.rd.km.get_key(item, 1) changed = True if changed: self.edited = True def edit_associations_cb(self, action, *args): if action.get_active(): self.extra_widget_table.show() else: self.extra_widget_table.hide() def update_from_ingredient_editor_cb(self, ie, edited): # if not edited: # self.update_from_database() if edited: # Update based on current ingredients... ITM = ie.ingtree_ui.ingController.ITEM_COL def process_row(row): obj = row[0] item = row[ITM] already_there = False if isinstance(obj, RecRef): return if item is None: # if this is a group.. for child in row.iterchildren(): process_row(child) return for myrow in self.model: if obj == myrow[0]: already_there = True if item != myrow[1]: myrow[1] = item if not already_there: if hasattr(row[0], "ingkey"): ingkey = row[0].ingkey else: ingkey = self.rg.rd.km.get_key(item.split(";")[0], 1.0) self.model.append((row[0], item, ingkey)) for row in ie.ingtree_ui.ingController.imodel: process_row(row) def save(self, recdic): # save... plugin_manager = keyEditorPluggable.get_key_editor_plugin_manager() for p in plugin_manager.plugins: p.save() return recdic class IngredientKeyEditorPlugin(RecEditorPlugin): moduleKlass = IngredientKeyEditor position = 2 class KeyEditorIngredientControllerPlugin(IngredientControllerPlugin): def activate(self, pluggable): pluggable.add_hook(POST, "get_extra_ingredient_attributes", self.get_extra_ingattributes_post_hook) def get_extra_ingattributes_post_hook(self, retval: Optional[Any], controller, ing_obj: int, ingdict: Dict[str, Any]) -> Dict[str, Any]: recipe_editor = controller.ingredient_editor_module.re for module in recipe_editor.modules: if isinstance(module, IngredientKeyEditor): ingdict["ingkey"] = module.get_key_for_object(ing_obj) break return ingdict gourmand-1.2.0/src/gourmand/plugins/listsaver/000077500000000000000000000000001510115424500214245ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/listsaver/__init__.py000066400000000000000000000001251510115424500235330ustar00rootroot00000000000000from . import shoppingSaverPlugin plugins = [shoppingSaverPlugin.ShoppingListSaver] gourmand-1.2.0/src/gourmand/plugins/listsaver/shoppingSaverPlugin.py000066400000000000000000000044531510115424500260130ustar00rootroot00000000000000import time from gi.repository import Gtk import gourmand.main import gourmand.recipeManager from gourmand.i18n import _ from gourmand.plugin import ShoppingListPlugin class ShoppingListSaver(ShoppingListPlugin): ui_string = """ """ name = "shopping_list_saver" label = _("Shopping List Saver") def setup_action_groups(self): self.shoppingListSaverActionGroup = Gtk.ActionGroup(name="ShoppingListSaverActionGroup") self.shoppingListSaverActionGroup.add_actions( [ ( "SaveAsRecipe", # name Gtk.STOCK_SAVE_AS, # stock _("Save List as Recipe"), # text _("S"), # key-command _("Save current shopping list as a recipe for future use"), # tooltip self.save_as_recipe, # callback ), ] ) self.action_groups.append(self.shoppingListSaverActionGroup) def save_as_recipe(self, *args): sg = self.pluggable rr = sg.recs rd = gourmand.recipeManager.get_recipe_manager() rg = gourmand.main.get_application() # print rr rec = rd.add_rec(dict(title=_("Menu for %s (%s)") % (time.strftime("%x"), time.strftime("%X")), category=_("Menu"))) for recipe, mult in list(rr.values()): # Add all recipes... rd.add_ing( { "amount": mult, "unit": "Recipe", "refid": recipe.id, "recipe_id": rec.id, "item": recipe.title, } ) for amt, unit, item in sg.extras: # Add all extras... rd.add_ing( { "amount": amt, "unit": unit, "item": item, "ingkey": item, } ) rg.open_rec_card(rec) gourmand-1.2.0/src/gourmand/plugins/nutritional_information/000077500000000000000000000000001510115424500243655ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/nutritional_information/__init__.py000066400000000000000000000005601510115424500264770ustar00rootroot00000000000000from . import data_plugin, export_plugin, main_plugin, nutPrefsPlugin, reccard_plugin, shopping_plugin plugins = [ data_plugin.NutritionDataPlugin, main_plugin.NutritionMainPlugin, reccard_plugin.NutritionDisplayPlugin, export_plugin.NutritionBaseExporterPlugin, shopping_plugin.ShoppingNutritionalInfoPlugin, nutPrefsPlugin.NutritionPrefs, ] gourmand-1.2.0/src/gourmand/plugins/nutritional_information/data_plugin.py000066400000000000000000000076641510115424500272430ustar00rootroot00000000000000from sqlalchemy import Column, Float, ForeignKey, Integer, String, Table, Text import gourmand.backends.db from gourmand.plugin import DatabasePlugin from . import parser_data class NutritionDataPlugin(DatabasePlugin): name = "nutritondata" version = 4 def setup_usda_weights_table(self): self.db.usda_weights_table = Table( "usda_weights", self.db.metadata, Column("id", Integer(), primary_key=True), *[Column(name, gourmand.backends.db.map_type_to_sqlalchemy(typ), **{}) for lname, name, typ in parser_data.WEIGHT_FIELDS], ) class UsdaWeight(object): pass self.db._setup_object_for_table(self.db.usda_weights_table, UsdaWeight) def setup_nutritionconversions_table(self): self.db.nutritionconversions_table = Table( "nutritionconversions", self.db.metadata, Column("id", Integer(), primary_key=True), Column("ingkey", String(length=255), **{}), Column("unit", String(length=255), **{}), Column("factor", Float(), **{}), # Factor is the amount we multiply # from unit to get 100 grams ) # NUTRITION_CONVERSIONS class NutritionConversion(object): pass self.db._setup_object_for_table(self.db.nutritionconversions_table, NutritionConversion) def setup_nutritionaliases_table(self): self.db.nutritionaliases_table = Table( "nutritionaliases", self.db.metadata, Column("id", Integer(), primary_key=True), Column("ingkey", Text()), Column("ndbno", Integer, ForeignKey("nutrition.ndbno")), Column("density_equivalent", Text(length=20)), ) class NutritionAlias(object): pass self.db._setup_object_for_table(self.db.nutritionaliases_table, NutritionAlias) def do_add_nutrition(self, d): return self.db.do_add_and_return_item(self.db.nutrition_table, d, id_prop="ndbno") def create_tables(self, *args): # print 'nutritional_information.data_plugin.create_tables()' cols = [ Column(name, gourmand.backends.db.map_type_to_sqlalchemy(typ), **(name == "ndbno" and {"primary_key": True} or {})) for lname, name, typ in parser_data.NUTRITION_FIELDS ] + [Column("foodgroup", Text(), **{})] # print 'nutrition cols:',cols self.db.nutrition_table = Table("nutrition", self.db.metadata, *cols) class Nutrition(object): pass self.db._setup_object_for_table(self.db.nutrition_table, Nutrition) self.setup_usda_weights_table() self.setup_nutritionaliases_table() self.setup_nutritionconversions_table() self.db.do_add_nutrition = self.do_add_nutrition def update_version(self, gourmand_stored, plugin_stored, gourmand_current, plugin_current): if (gourmand_stored[0] == 0 and gourmand_stored[1] < 14) or (plugin_stored < 1): print("RECREATE USDA WEIGHTS TABLE") self.db.alter_table("usda_weights", self.setup_usda_weights_table, {}, [name for lname, name, typ in parser_data.WEIGHT_FIELDS]) self.db.alter_table("nutritionconversions", self.setup_nutritionconversions_table, {}, ["ingkey", "unit", "factor"]) if plugin_stored == "1": # Add choline self.db.add_column_to_table(self.db.nutrition_table, ("choline", gourmand.backends.db.map_type_to_sqlalchemy("float"), {})) if plugin_stored in ["1", "2"]: # Add a primary key Integer column named id. self.db.alter_table("nutritionaliases", self.setup_nutritionaliases_table, {}, ["ingkey", "ndbno", "density_equivalent"]) if plugin_stored in ["1", "2", "3"]: # Set the length parameter of the ingkey and unit Strings to 255. self.db.alter_table("nutritionconversions", self.setup_nutritionconversions_table, {}, ["id", "factor"]) gourmand-1.2.0/src/gourmand/plugins/nutritional_information/databaseGrabber.py000066400000000000000000000170751510115424500300020ustar00rootroot00000000000000import re import tempfile import urllib.request import zipfile from pkgutil import get_data from gourmand.gdebug import TimeAction from gourmand.i18n import _ from .parser_data import ABBREVS, ABBREVS_STRT, FOOD_GROUPS, NUTRITION_FIELDS, WEIGHT_FIELDS expander_regexp = None def compile_expander_regexp(): regexp = r"(? None: abbreviations = get_data("gourmand", f"data/{self.ABBREV_FILE_NAME}") assert abbreviations self.parse_abbrevfile(abbreviations) del self.foodgroups_by_ndbno def get_groups(self) -> None: self.group_dict = {} self.foodgroups_by_ndbno = {} # TODO: Convert FOOD_DES.txt to UTF-8 groups = get_data("gourmand", f"data/{self.DESC_FILE_NAME}").decode("iso-8859-1") assert groups for line in groups.splitlines(): flds = line.split("^") ndbno = int(flds[0].strip("~")) grpno = int(flds[1].strip("~")) self.foodgroups_by_ndbno[ndbno] = grpno def get_weight(self) -> None: weights = get_data("gourmand", f"data/{self.WEIGHT_FILE_NAME}") assert weights self.parse_weightfile(weights) def grab_data(self) -> None: self.db.changed = True self.get_groups() self.get_abbrev() self.get_weight() def parse_line(self, line, field_defs, split_on="^"): """Handed a line and field definitions, return a dictionary of the line parsed. The line is a line with fields split on '^' field_defs is a list of entries for each field in our data. [(long_name,short_name,type),(long_name,short_name,type),...] Our dictionary will be in the form: {short_name : value, short_name : value, ...} """ d = {} fields = line.split("^") for n, fl in enumerate(fields): try: lname, sname, typ = field_defs[n] except IndexError: print(n, fields[n], "has no definition in ", field_defs, len(field_defs)) print("Ignoring problem and forging ahead!") break if fl and fl[0] == "~" and fl[-1] == "~": d[sname] = fl[1:-1] if typ == "float": try: d[sname] = float(d.get(sname, fl)) except Exception: d[sname] = None elif typ == "int": try: d[sname] = int(float(d.get(sname, fl))) except Exception: if d.get(sname, fl): print(d.get(sname, fl), "is not an integer") raise # If it's nothing, we don't bother... if sname in d: del d[sname] return d def parse_abbrevfile(self, abbrevfile): if self.show_progress: self.show_progress(float(0.03), _("Parsing nutritional data...")) self.datafile = tempfile.TemporaryFile() ll = abbrevfile.splitlines() tot = len(ll) n = 0 for n, line in enumerate(ll): # TODO: Convert ABBREV.txt to UTF-8 line = str(line.decode("iso-8859-1")) tline = TimeAction("1 line iteration", 2) t = TimeAction("split fields", 2) d = self.parse_line(line, NUTRITION_FIELDS) d["desc"] = expand_abbrevs(d["desc"]) d["foodgroup"] = FOOD_GROUPS[self.foodgroups_by_ndbno[d["ndbno"]]] t.end() if self.show_progress and n % 50 == 0: self.show_progress(float(n) / tot, _("Reading nutritional data: imported %s of %s entries.") % (n, tot)) t = TimeAction("append to db", 3) try: self.db.do_add_fast(self.db.nutrition_table, d) except Exception: try: SQL = "UPDATE " + self.db.nutrition_table.name + " SET " args = d.copy() del args["ndbno"] SQL += ", ".join("%s = ?" % k for k in args) SQL += " WHERE ndbno = %s" % d["ndbno"] # if d['ndbno']==1123: # print SQL,args.values() self.db.extra_connection.execute(SQL, list(args.values())) except: print("Error appending to nutrition_table", d) print("Tried modifying table -- that failed too!") raise t.end() tline.end() self.db.commit_fast_adds() def parse_weightfile(self, weightfile): if self.show_progress: self.show_progress(float(0.03), _("Parsing weight data...")) ll = weightfile.splitlines() tot = len(ll) n = 0 for n, line in enumerate(ll): # TODO: Convert WEIGHT.txt to UTF-8 line = str(line.decode("iso-8859-1")) if self.show_progress and n % 50 == 0: self.show_progress(float(n) / tot, _("Reading weight data for nutritional items: imported %s of %s entries") % (n, tot)) d = self.parse_line(line, WEIGHT_FIELDS) if "stdev" in d: del d["stdev"] try: self.db.do_add_fast(self.db.usda_weights_table, d) except: print("Error appending ", d, "to usda_weights_table") raise self.db.commit_fast_adds() if __name__ == "__main__": tot_prog = 0 def show_prog(perc, msg): perc = perc * 100 if perc - tot_prog: print("|" * int(perc - tot_prog)) print("getting our recipe database") import gourmand.recipeManager db = gourmand.recipeManager.RecipeManager(**gourmand.recipeManager.dbargs) print("getting our grabber ready") grabber = DatabaseGrabber(db, show_prog) print("grabbing recipes!") grabber.grab_data("/home/tom/Projects/grm/data/") # grabber.parse_weightfile(open('/home/tom/Projects/grm/data/WEIGHT.txt','r')) # grabber.get_weight('/home/tom/Projects/nutritional_data/WEIGHT.txt') gourmand-1.2.0/src/gourmand/plugins/nutritional_information/enter_nutritional_defaults.py000066400000000000000000000027561510115424500324050ustar00rootroot00000000000000from gi.repository import Gtk import gourmand.convert from gourmand.defaults import lang as defaults from gourmand.recipeManager import RecipeManager, dbargs from . import nutritionGrabberGui from .nutrition import NutritionData from .nutritionDruid import NutritionInfoDruid ingredients_to_check = list(defaults.keydic.keys()) # This is intended to be run as a simple script to get nutritional # equivalents which can then be copied into DEFAULTS for your locale. rd = RecipeManager(**dbargs) try: nutritionGrabberGui.check_for_db(rd) except nutritionGrabberGui.Terminated: pass c = gourmand.convert.get_converter() nd = NutritionData(rd, c) nid = NutritionInfoDruid(nd, {}) nid.add_ingredients([(k, [(1, "")]) for k in ingredients_to_check]) def quit(*args): rd.save() nid.ui.get_object("window1").hide() Gtk.main_quit() nid.ui.get_object("window1").connect("delete-event", quit) nid.connect("finish", quit) nid.show() Gtk.main() rd.changed = True rd.save() ofi = "/tmp/locale_specific_nutritional_info.txt" print("Writing data to ", ofi) with open(ofi, "w") as outfi: outfi.write("{") for k in ingredients_to_check: ndbno = nd.get_ndbno(k) if ndbno: outfi.write('"%s":(%s,[' % (k, ndbno)) for conv in nd.db.nutritionconversions_table.select(ingkey=k): outfi.write('("%s",%s),' % (conv.unit, conv.factor)) outfi.write("]),\n") else: print("No information for ", k) outfi.write("}") gourmand-1.2.0/src/gourmand/plugins/nutritional_information/export_plugin.py000066400000000000000000000052631510115424500276440ustar00rootroot00000000000000from xml.sax.saxutils import escape from gourmand.defaults.defaults import get_pluralized_form from gourmand.i18n import _ from gourmand.plugin import BaseExporterPlugin from gourmand.prefs import Prefs from gourmand.recipeManager import default_rec_manager from .nutritionLabel import MAIN_NUT_LAYOUT, MAJOR, SEP class NutritionBaseExporterPlugin(BaseExporterPlugin): def __init__(self): BaseExporterPlugin.__init__(self) if Prefs.instance().get("include_nutritional_info_in_export", True): self.add_field("Nutritional Information", self.get_nutritional_info_as_text_blob, self.TEXT) def get_nutritional_info_as_text_blob(self, rec): if not Prefs.instance().get("include_nutritional_info_in_export", True): return None txt = "" footnotes = "" rd = default_rec_manager() nd = rd.nd nutinfo = nd.get_nutinfo_for_inglist(rd.get_ings(rec), rd) ings = rd.get_ings(rec) vapor = nutinfo._get_vapor() if len(vapor) == len(ings): return None if len(vapor) >= 1 and not Prefs.instance().get("include_partial_nutritional_info", False): return None if rec.yields and rec.yield_unit: singular_unit = get_pluralized_form(rec.yield_unit, 1) txt += "%s" % ( (rec.yields and _("Nutritional information reflects amount per %s." % singular_unit)) or _("Nutritional information reflects amounts for entire recipe") ) if vapor: txt = txt + "*" footnotes = "\n*" + _("Nutritional information is missing for %s ingredients: %s") % ( len(vapor), ", ".join([escape(nv.__ingobject__.item) for nv in vapor]), ) for itm in MAIN_NUT_LAYOUT: if itm == SEP: # We don't have any nice way of outputting separator # lines in our export continue else: label, typ, name, properties, show_percent, unit = itm if typ == MAJOR: itm_text = "" + label + "" else: itm_text = label if unit: itm_text += " (%s)" % unit if isinstance(properties, list): amts = [getattr(nutinfo, att) for att in properties] amt = sum(amts) else: amt = getattr(nutinfo, properties) if rec.yields: amt = amt / rec.yields itm_text += " %d" % round(amt) txt += "\n" + itm_text return "\n".join([txt, footnotes]) gourmand-1.2.0/src/gourmand/plugins/nutritional_information/main_plugin.py000066400000000000000000000012201510115424500272340ustar00rootroot00000000000000from gourmand.gglobals import add_icon as _add_icon from gourmand.i18n import _ from gourmand.image_utils import load_pixbuf_from_resource from gourmand.plugin import MainPlugin from . import nutrition, nutritionGrabberGui class NutritionMainPlugin(MainPlugin): def activate(self, pluggable): """Setup nutritional database stuff.""" pixbuf = load_pixbuf_from_resource("Nutrition.png") _add_icon(pixbuf, "nutritional-info", _("Nutritional Information")) nutritionGrabberGui.check_for_db(pluggable.rd) pluggable.nd = nutrition.NutritionData(pluggable.rd, pluggable.conv) pluggable.rd.nd = pluggable.nd gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutPrefsPlugin.py000066400000000000000000000030411510115424500277220ustar00rootroot00000000000000from gi.repository import Gtk from gourmand.i18n import _ from gourmand.plugin import PrefsPlugin from gourmand.prefs import Prefs partialp = "include_partial_nutritional_info" includep = "include_nutritional_info_in_export" class NutritionPrefs(PrefsPlugin): label = _("Nutritional Information") def __init__(self, *args, **kwargs): # Create main widget self.widget = Gtk.VBox() self.prefs = Prefs.instance() self.include_tb = Gtk.CheckButton("Include nutritional information in print-outs and exports") self.partial_tb = Gtk.CheckButton("Include partial nutritional information in print-outs and exports?") self.include_tb.set_active(self.prefs.get(includep, True)) self.partial_tb.set_active(self.prefs.get(partialp, False)) self.include_tb.connect("toggled", self.toggle_cb) self.partial_tb.connect("toggled", self.toggle_cb) self.widget.pack_start(self.include_tb, False, False, 0) self.widget.pack_start(self.partial_tb, False, False, 0) self.widget.set_border_width(12) self.widget.set_spacing(6) self.widget.show_all() def toggle_cb(self, tb): if tb == self.include_tb: if tb.get_active(): self.prefs[includep] = True else: self.prefs[includep] = False # Force false... self.partial_tb.set_active(False) self.prefs[partialp] = False if tb == self.partial_tb: self.prefs[partialp] = tb.get_active() gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nut_recipe_card_display.ui000066400000000000000000000115011510115424500315750ustar00rootroot00000000000000 False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True True automatic automatic True False True False 12 6 225 True False True False 0 6 <b>Nutritional Information</b> True True False False 0 Edit _nutritional info True True False False none True False False end 1 False True 0 True False 0 0 12 6 True True False False 1 gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutrition.py000066400000000000000000000606701510115424500270030ustar00rootroot00000000000000import re import sys from typing import List, Tuple from .parser_data import SUMMABLE_FIELDS # Our basic module for interaction with our nutritional information DB class NutritionData: """Handle all interactions with our nutrition database. We provide methods to set up equivalences between our ingredient-keys and our nutritional data. """ def __init__(self, db, conv): self.db = db self.conv = conv self.gramwght_regexp = re.compile("([0-9.]+)?( ?([^,]+))?(, (.*))?") self.wght_breaker = re.compile(r"([^ ,]+)([, ]+\(?(.*)\)?)?$") def set_key(self, key, row): """Create an automatic equivalence for ingredient key 'key' and nutritional DB row ROW""" if not row: row = self._get_key(key) # density=self.get_density(key,row) if row: self.row.ndbno = row.ndbno else: self.db.do_add(self.db.nutritionaliases_table, {"ndbno": row.ndbno, "ingkey": key}) def set_density_for_key(self, key, density_equivalent): self.db.update_by_criteria(self.db.nutritionaliases_table, {"ingkey": key}, {"density_equivalent": density_equivalent}) def set_key_from_ndbno(self, key, ndbno): """Create an automatic equivalence between ingredient key 'key' and ndbno ndbno is our nutritional database number.""" if not isinstance(ndbno, int): ndbno = int(ndbno) prev_association = self.db.fetch_one(self.db.nutritionaliases_table, ingkey=key) if prev_association: self.db.do_modify(self.db.nutritionaliases_table, prev_association, {"ndbno": ndbno}, "ingkey") else: self.db.do_add(self.db.nutritionaliases_table, {"ndbno": ndbno, "ingkey": key}) def set_conversion(self, key, unit, factor): """Set conversion for ingredient key. factor is the amount we multiply by to get from unit to grams. """ if unit in self.conv.unit_dict: unit = self.conv.unit_dict[unit] prev_entry = self.db.fetch_one(self.db.nutritionconversions_table, **{"ingkey": key, "unit": unit}) if prev_entry: self.db.do_modify(self.db.nutritionconversions_table, prev_entry, {"factor": factor}) else: self.db.do_add(self.db.nutritionconversions_table, {"ingkey": key, "unit": unit, "factor": factor}) def get_matches(self, key: str) -> List[Tuple[str, int]]: """Handed a string, get a list of likely USDA database matches. The values are returned in pairs of [(description, nutritional-database-number]),...] """ stopwords = ["in", "or", "and", "with"] words = [w for w in key.split() if w and w not in stopwords] while words: results = self.db.search_nutrition(words) if results: return [(r.desc, r.ndbno) for r in results] words.pop() return [] def _get_key(self, key): """Handed an ingredient key, get our nutritional Database equivalent if one exists.""" row = self.db.fetch_one(self.db.nutritionaliases_table, **{"ingkey": str(key)}) return row def get_nutinfo_for_ing(self, ing, rd, multiplier=None): """A convenience function that grabs the requisite items from an ingredient.""" if hasattr(ing, "refid") and ing.refid: subrec = rd.get_referenced_rec(ing) return self.get_nutinfo_for_inglist(rd.get_ings(subrec), rd, ingObject=ing, multiplier=ing.amount) if hasattr(ing, "rangeamount") and ing.rangeamount: # just average our amounts try: amount = (ing.rangeamount + ing.amount) / 2 except TypeError: print("Failed trying to add", ing.rangeamount, ing.amount) raise else: amount = ing.amount if not amount: amount = 1 if multiplier: amount = amount * multiplier return self.get_nutinfo_for_item(ing.ingkey, amount, ing.unit, ingObject=ing) def get_nutinfo_for_inglist(self, inglist, rd, ingObject=None, multiplier=None): """A convenience function to get NutritionInfoList for a list of ingredients. """ return NutritionInfoList([self.get_nutinfo_for_ing(i, rd, multiplier) for i in inglist], ingObject=ingObject) def get_nutinfo_for_item(self, key, amt, unit, ingObject=None): """Handed a key, amount and unit, get out nutritional Database object.""" ni = self.get_nutinfo(key) if not amt: amt = 1 if ni: # We *can* have conversions w/ no units! c = self.get_conversion_for_amt(amt, unit, key=key, row=ni.__rowref__) if c: return NutritionInfo(ni, mult=c, ingObject=ingObject) return NutritionVapor(self, key, rowref=ni, amount=amt, unit=unit, ingObject=ingObject) def get_nutinfo_from_desc(self, desc): nvrow = self.db.fetch_one(self.db.nutrition_table, **{"desc": desc}) if nvrow: return NutritionInfo(nvrow) if desc: matches = self.get_matches(desc) if len(matches) == 1: ndbno = matches[0][1] nvrow = self.db.fetch_one(self.db.nutrition_table, ndbno=ndbno) return NutritionInfo(nvrow) def get_nutinfo(self, key): """Get our nutritional information for ingredient key 'key' We return an object interfacing with our DB whose attributes will be nutritional values. """ aliasrow = self._get_key(key) if aliasrow: nvrow = self.db.fetch_one(self.db.nutrition_table, **{"ndbno": aliasrow.ndbno}) if nvrow: return NutritionInfo(nvrow) else: # See if the key happens to match an existing description... ni = self.get_nutinfo_from_desc(key) # if we don't have a nutritional db row, return a # NutritionVapor instance which remembers our query and allows # us to redo it. The idea here is that our callers will get # an object that can guarantee them the latest nutritional # information for a given item. if ni: return ni return NutritionVapor(self, key) def get_ndbno(self, key): aliasrow = self._get_key(key) if aliasrow: return aliasrow.ndbno else: return None def convert_to_grams(self, amt, unit, key, row=None): conv = self.get_conversion_for_amt(amt, unit, key, row) if conv: return conv * 100 else: return None def get_conversion_for_amt(self, amt, unit, key, row=None, fudge=True): """Get a conversion for amount amt of unit 'unit' to USDA standard. Multiplying our standard numbers (/100g) will get us the appropriate calories, etc. get_conversion_for_amt(amt,unit,key) * 100 will give us the number of grams this AMOUNT converts to. """ if not unit: unit = "" densities, gramweights = self.get_conversions(key, row) if unit in gramweights: mass = gramweights[unit] * amt return mass * 0.01 # Otherwise, we are trying to find our density... cnv = None if ("," in unit) or ("(" in unit): # Check for density in unit description... print("Checking for density in unit...", "densities=", densities) if "," in unit: unit, description = unit.split(",") if "(" in unit: unit, description = unit.split("(") description = description.strip(")") description = description.strip() unit = unit.strip() print("description=", description) if description in densities: print("We got a density!", "unit=", unit) density = densities[description] print(density, type(density), "(unit=", unit, ")") cnv = self.conv.converter("g.", unit, density=density) print("We got a conversion!", cnv) # our default is 100g if not cnv: # Check for convertible mass... cnv = self.conv.converter("g", unit) if not cnv: # Check for density through key information... if not row: row = self.get_nutinfo(key) cnv = self.conv.converter("g", unit, density=self.get_density(key, row, fudge=fudge)) if not cnv: # lookup in our custom nutrition-related conversion table if unit in self.conv.unit_dict: unit = self.conv.unit_dict[unit] elif not unit: unit = "" lookup = self.db.fetch_one(self.db.nutritionconversions_table, ingkey=key, unit=unit) if lookup: cnv = lookup.factor else: # otherwise, cycle through any units we have and see # if we can get a conversion via those units... for conv in self.db.fetch_all(self.db.nutritionconversions_table, ingkey=key): factor = self.conv.converter(unit, conv.unit) if factor: cnv = conv.factor * factor if cnv: return (0.01 * amt) / cnv def get_conversions(self, key=None, row=None): """Handed an ingredient key or a row of the nutrition database, we return two dictionaries, one with Unit Conversions and the other with densities. Our return dictionaries look like this: ({'chopped':1.03, #density dic 'melted':1.09}, {'piece':27, 'leg':48,} # unit : grams )""" if not row: row = self.get_nutinfo(key) if not row: return {}, {} units = {} densities = {} for gd, gw in list(self.get_gramweights(row).items()): a, u, e = gd if a: convfactor = self.conv.converter(u, "ml") if convfactor: # if we are a volume # divide mass by volume converted to mililiters # (since gramwts are in grams!) density = float(gw) / (a * convfactor) densities[e] = density continue # if we can't get a density from this amount, we're going to treat it as a unit! if e: u = u + ", " + e if a: gw = float(gw) / a else: gw = float(gw) if u: units[u] = gw return densities, units def get_densities(self, key=None, row=None): """Handed key or nutrow, return dictionary with densities.""" if not row: row = self._get_key(key) if not row: return {} if key in self.conv.density_table: return {"": self.conv.density_table[key]} else: densities = {} for gd, gw in list(self.get_gramweights(row).items()): a, u, e = gd if not a: continue convfactor = self.conv.converter(u, "ml") if convfactor: # if we are a volume # divide mass by volume converted to milileters # (gramwts are in grams) density = float(gw) / (a * convfactor) densities[e] = density return densities def get_gramweights(self, row): """Return a dictionary with gram weights.""" ret = {} nutweights = self.db.fetch_all(self.db.usda_weights_table, **{"ndbno": row.ndbno}) for nw in nutweights: mtch = self.wght_breaker.match(nw.unit) if not mtch: unit = nw.unit extra = None else: unit = mtch.groups()[0] extra = mtch.groups()[2] ret[(nw.amount, unit, extra)] = nw.gramwt return ret def get_density(self, key=None, row=None, fudge=True): densities = self.get_densities(key, row) if "" in densities: densities[None] = densities[""] if key: keyrow = self._get_key(key) if densities: if key and keyrow and keyrow.density_equivalent and keyrow.density_equivalent in densities: return densities[keyrow.density_equivalent] elif None in densities: self.conv.density_table[key] = densities[None] return densities[None] elif len(densities) == 1: return list(densities.values())[0] elif fudge: return sum(densities.values()) / len(densities) else: return None def parse_gramweight_measure(self, txt): m = self.gramwght_regexp.match(txt) if m: groups = m.groups() amt = groups[0] if amt: amt = float(amt) unit = groups[2] extra = groups[4] return amt, unit, extra def add_custom_nutrition_info(self, nutrition_dictionary): """Add custom nutritional information.""" # new_ndbno = self.db.increment_field(self.db.nutrition_table,'ndbno') # if new_ndbno: nutrition_dictionary['ndbno']=new_ndbno return self.db.do_add_nutrition(nutrition_dictionary).ndbno class NutritionInfo: """A multipliable way to reference an object. Any attribute of object that can be mutiplied, will be returned multiplied by mult. We can also support various mathematical operators n = NutritionInfo(obj, mult=2) n * 2 -> NutritionInfo(obj,mult=4) n2 = NutritionInfo(obj2, mult=3) n2 + n -> NutritionInfoList([n2,n]) The result is that addition and multiplication 'makes sense' for properties. For example, if we have nutrition info for 1 carrot, we can multiply it or add it to the nutrition info for an eggplant. The resulting object will reflect the appropriate cumulative values. Carrot = NutritionInfo(CarrotNutritionRow) Eggplant = NutritionInfo(EggplantNutritionRow) Carrot.kcal => 41 Eggplant.kcal => 24 (Carrot + Eggplant).kcal => 65 (Carrot * 3 + Eggplant).kcal => 147 This will be true for all numeric properties. Non numeric properties return a somewhat not-useful string: (Carrot + Eggplant).desc => 'CARROTS,RAW, EGGPLANT,RAW' """ def __init__(self, rowref, mult=1, fudged=False, ingObject=None): self.__rowref__ = rowref self.__mult__ = mult self.__fudged__ = fudged self.__ingobject__ = ingObject def __getattr__(self, attr): if attr[0] != "_": ret = getattr(self.__rowref__, attr) try: if attr in SUMMABLE_FIELDS: return (ret or 0) * self.__mult__ else: return ret except: raise else: # somehow this magically gets us standard # attribute handling... raise AttributeError(attr) def __add__(self, obj): if isinstance(obj, NutritionInfo): return NutritionInfoList([self, obj]) elif isinstance(obj, NutritionInfoList): return NutritionInfoList([self] + obj.__nutinfos__) def __mul__(self, n): return NutritionInfo(self.__rowref__, mult=self.__mult__ * n, fudged=self.__fudged__, ingObject=self.__ingobject__) KEY_VAPOR = 0 # when we don't have a key UNIT_VAPOR = 1 # when we can't interpret the unit DENSITY_VAPOR = 2 # when we don't have a density AMOUNT_VAPOR = 3 # when there is no amount, leaving us quite confused class NutritionVapor(NutritionInfo): """An object to hold our nutritional information before we know it. Basically, we have to behave like a NutritionInfo class that doesn't actually return any data. We also can return information about why we're still vapor (whether we need density info, key info or what...). """ def __init__(self, nd, key, rowref=None, mult=None, amount=None, unit=None, ingObject=None): self.__nd__ = nd self.__rowref__ = rowref self.__key__ = key self.__mult__ = mult self.__amt__ = amount self.__unit__ = unit self.__ingobject__ = ingObject def _reset(self): """Try to create matter from vapor and return it. If we fail we return more vapor.""" if not self.__rowref__: if self.__mult__: ni = self.__nd__.get_nutinfo(self.__key__) if not isinstance(ni, NutritionVapor): return ni * self.__mult__ else: return self else: return self.__nd__.get_nutinfo_for_item(self.__key__, self.__amt__, self.__unit__, ingObject=self.__ingobject__) elif self.__amt__: c = self.__nd__.get_conversion_for_amt(self.__amt__, self.__unit__, self.__key__, fudge=False) if c: self.__mult__ = c return NutritionInfo(self.__rowref__, self.__mult__) else: c = self.__nd__.get_conversion_for_amt(self.__amt__, self.__unit__, self.__key__, fudge=True) if c: self.__mult__ = c return NutritionInfo(self.__rowref__, self.__mult__, ingObject=self.__ingobject__) else: return self else: return self.__nd__.get_nutinfo_for_item(self.__key__, self.__amt__, self.__unit__, ingObject=self.__ingobject__) def __getattr__(self, attr): """Return 0 for any requests for a non _ prefixed attribute.""" if attr[0] != "_": return 0 else: raise AttributeError(attr) def __repr__(self): return "" % self.__key__ def __bool__(self): """Vapor is always False.""" return False def _wheres_the_vapor(self): """Return a key as to why we're vapor.""" if not self.__rowref__: return KEY_VAPOR elif not self.__amt__: return AMOUNT_VAPOR else: return UNIT_VAPOR class NutritionInfoList(list, NutritionInfo): """A summable list of objects. When we ask for numeric attributes of our members, we get the sum. """ def __init__(self, nutinfos, mult=1, ingObject=None): self.__nutinfos__ = nutinfos # self.__len__ = self.__nutinfos__.__len__ # self.__getitem__ = self.__nutinfos__.__getitem__ self.__mult__ = 1 self.__ingobject__ = ingObject def __getattr__(self, attr): if attr[0] != "_": alist = [getattr(ni, attr) for ni in self.__nutinfos__] if attr in SUMMABLE_FIELDS: if self.__mult__: alist = [n * self.__mult__ for n in alist] return sum(alist) else: return ", ".join(map(str, alist)) else: # somehow this magically gets us standard # attribute handling... raise AttributeError(attr) def _reset(self): """See if we can turn any of our vapor into matter.""" for i in range(len(self.__nutinfos__)): obj = self.__nutinfos__[i] if isinstance(obj, NutritionVapor): # try resetting self.__nutinfos__[i] = obj._reset() def _get_vapor(self): """Return a list of nutritionVapor if there is any In other words, tell us whether we are missing any nutritional information.""" ret = [] for i in self.__nutinfos__: if isinstance(i, NutritionVapor): ret.append(i) if isinstance(i, NutritionInfoList): ret.extend(i._get_vapor()) return ret def _get_fudge(self): """Return a list of fudged items""" ret = [] for i in self.__nutinfos__: if hasattr(i, "__fudged__") and i.__fudged__: ret.append(i) return ret def __add__(self, obj): if isinstance(obj, NutritionInfo): return NutritionInfoList(self.__nutinfos__ + [obj]) elif isinstance(obj, NutritionInfoList): return NutritionInfoList(self.__nutinfos__ + obj.__nutinfos__) def __sub__(self, obj): copy = self.__nutinfos__[0:] copy.remove(obj) return NutritionInfoList(copy) def __getslice__(self, a, b): return NutritionInfoList(self.__nutinfos__[a:b]) def __len__(self): return len(self.__nutinfos__) def __getitem__(self, x): return self.__nutinfos__[x] def __repr__(self): return "" def __iter__(self): for i in self.__nutinfos__: yield i def recursive_length(self): """Return number of contained nutrition info objects, recursing any embedded lists.""" n = 0 for x in range(len(self)): obj = self[x] if isinstance(obj, NutritionInfoList): n += obj.recursive_length() else: n += 1 return n if __name__ == "__main__": import gourmand.recipeManager as rm db = rm.RecipeManager(**rm.dbargs) import gourmand.convert conv = gourmand.convert.converter() from . import nutritionGrabberGui nutritionGrabberGui.check_for_db(db) nd = NutritionData(db, conv) def foo(): from gourmand import convert class SimpleInterface: def __init__(self, nd): self.ACTIONS = {"Add ingredient": self.add_ingredient, "Add key info": self.add_key, "Print info": self.print_info, "Exit": self.exit} self.nd = nd self.ings = [] def run(self): choices = list(self.ACTIONS.keys()) for n, a in enumerate(choices): print(n, a) choice = None while not choice: choice = input("Enter number of choice: ") choice = int(choice) if choice < len(choices): choice = self.ACTIONS[choices[choice]] else: choice = None try: choice() except: raise else: self.run() def add_ingredient(self): key = input("Enter ingredient key: ") amt = convert.frac_to_float(input("Enter amount: ")) unit = input("Enter unit: ") if not self.ings: self.ings = NutritionInfoList([self.nd.get_nutinfo_for_item(key, amt, unit)]) else: self.ings = self.ings + self.nd.get_nutinfo_for_item(key, amt, unit) def add_key(self): key = input("Enter key for which we add info: ") matches = self.nd.get_matches(key) for n, m in enumerate(matches): print(n, ". ", m[0]) choice = None while not choice: choice = input("Enter number of choice: ") choice = int(choice) if choice < len(matches): choice = matches[choice][1] else: choice = None self.nd.set_key_from_ndbno(key, choice) self.ings._reset() def print_info(self): att = input("What information would you like (e.g. kcal): ") while not hasattr(self.ings, att): print("I'm sorry, there is no information about ", att) att = input("What information would you like (e.g. kcal): ") print(att, ":", getattr(self.ings, att)) vv = self.ings._get_vapor() if vv: for v in vv: explanation = v._wheres_the_vapor() if explanation == KEY_VAPOR: print("No key") if explanation == UNIT_VAPOR: print("Can't handle unit ", v.__unit__) if explanation == AMOUNT_VAPOR: print("What am I to do with the amount ", v.__amt__) def exit(self): sys.exit() si = SimpleInterface(nd) si.run() # import random # fake_key = "0" # while raw_input('Get another density?'): # row=random.choice(db.nutrition_table) # print 'Information: ',row.desc, nd.get_conversions(row=row) # #print 'Gramweights: ',nd.get_gramweights(row) # #print 'Density of ',row.desc,' = ',nd.get_densities(row) gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutritionDisplay.py000066400000000000000000000142331510115424500303230ustar00rootroot00000000000000import re from gi.repository import Gtk import gourmand.cb_extras as cb import gourmand.dialog_extras as de from gourmand.i18n import _ from . import parser_data class NutritionModel(Gtk.TreeStore): TITLE_FIELD = "desc" def __init__(self, nvw): self.nvw = nvw Gtk.TreeStore.__init__(self, str, str) self.populate_model() def connect_treeview_signals(self, tv): tv.connect("row-expanded", self.row_expanded_cb) def populate_model(self, nvw=None): for n in self.nvw: self.add_row_to_model(n) def add_row_to_model(self, row): papa = self.append(None, [getattr(row, self.TITLE_FIELD), None]) # debug('adding row to model: %s'%getattr(row,self.TITLE_FIELD),0) # add an empty child to make expander show up # (we don't actually expand until we have to) self.append(papa, [None, None]) def row_expanded_cb(self, view, itr, path): child = self.iter_children(itr) if self.get_value(child, 0) is None: self.remove(child) self.add_children_to_row(itr) def add_children_to_row(self, papa): desc = self.get_value(papa, 0) row = self.nvw.select(**{self.TITLE_FIELD: desc})[0] for lname, sname, typ in parser_data.NUTRITION_FIELDS: if sname != self.TITLE_FIELD: self.append(papa, [lname, "%s" % getattr(row, sname)]) class SimpleNutritionalDisplay: def __init__(self, nutrition_data): self.w = Gtk.Window() self.nd = nutrition_data self.nm = NutritionModel(nutrition_data.db.nutrition_table) self.sw = Gtk.ScrolledWindow() self.tv = Gtk.TreeView() rend = Gtk.CellRendererText() # setup treeview columns for n, cname in enumerate(["Item", "Value"]): col = Gtk.TreeViewColumn(cname, rend, text=n) self.tv.append_column(col) self.tv.set_model(self.nm) self.nm.connect_treeview_signals(self.tv) self.w.add(self.sw) self.sw.add(self.tv) self.w.set_size_request(400, 400) self.w.show_all() class SimpleIngredientCalculator(de.mDialog): """This will be a simple prototype -- type in an ingredient, select the USDA equivalent, type in an amount and we're off!""" def __init__( self, nd, umodel, fields=[ "kcal", "protein", "carb", "fiber", "sugar", "famono", "fapoly", "fasat", "cholestrl", ], ): de.mDialog.__init__(self) self.fields = fields self.nd = nd self.db = self.nd.db self.umodel = umodel self.setup_boxes() def setup_boxes(self): self.hbb = Gtk.HBox() self.vbox.add(self.hbb) self.amtBox = Gtk.SpinButton() self.amtBox.set_range(0.075, 5000) self.amtBox.set_increments(0.5, 5) self.amtBox.set_sensitive(True) self.amtBox.set_value(1) self.amtBox.connect("changed", self.nutBoxCB) self.unitBox = Gtk.ComboBox() self.unitBox.set_model(self.umodel) cell = Gtk.CellRendererText() self.unitBox.pack_start(cell, True) self.unitBox.add_attribute(cell, "text", 1) cb.setup_typeahead(self.unitBox) self.itmBox = Gtk.Entry() self.nutBox = Gtk.ComboBox() self.nutBox.pack_start(cell, True) self.nutBox.add_attribute(cell, "text", 0) self.nutBox.connect("changed", self.nutBoxCB) self.unitBox.connect("changed", self.nutBoxCB) self.refreshButton = Gtk.Button("Update Nutritional Items") self.refreshButton.connect("clicked", self.updateCombo) self.hbb.add(self.amtBox) self.hbb.add(self.unitBox) self.hbb.add(self.itmBox) self.hbb.add(self.refreshButton) self.vbox.add(self.nutBox) self.nutLabel = Gtk.Label() self.vbox.add(self.nutLabel) self.vbox.show_all() def nutBoxCB(self, *args): txt = cb.cb_get_active_text(self.nutBox) row = self.db.nutrition_table[self.db.nutrition_table.find({"desc": txt})] conversion = self.nd.get_conversion_for_amt(float(self.amtBox.get_value()), cb.cb_get_active_text(self.unitBox), self.itmBox.get_text(), row) myfields = [x for x in parser_data.NUTRITION_FIELDS if x[1] in self.fields] lab = "" for ln, f, typ in myfields: amt = getattr(row, f) if f in parser_data.PER_100_GRAMS: if conversion: amt = "%s" % (amt * conversion) else: amt = "%s/%s" % (amt, _("100 grams")) lab += "\n%s: %s" % (ln, amt) self.nutLabel.set_text(lab) def updateCombo(self, *args): self.txt = self.itmBox.get_text() indexvw = self.db.nutrition_table.filter(self.search_func) nvw = self.db.nutrition_table.remapwith(indexvw) mod = Gtk.ListStore(str) list(map(lambda r: mod.append([r.desc]), nvw)) self.nutBox.set_model(mod) def search_func(self, row): desc = row.desc.lower() txt = self.txt.lower() words = re.split(r"\W", txt) ret = True while ret and words: word = words.pop() if word: ret = desc.find(word) >= 0 return ret if __name__ == "__main__": from gourmand.recipeManager import RecipeManager, dbargs dbargs["file"] = "/tmp/fdsa/recipes.mk" db = RecipeManager(**dbargs) import gourmand.convert from gourmand.main import UnitModel # inginfo = gourmet.reccard.IngInfo(db) conv = gourmand.convert.converter() umod = UnitModel(conv) from . import nutritionGrabberGui try: nutritionGrabberGui.check_for_db(db) except nutritionGrabberGui.Terminated: print("Nutrition import was cut short a bit") def quit(*args): db.save() Gtk.mainquit() # snd=SimpleNutritionalDisplay(db.nutrition_table) # snd.w.connect('delete-event',quit) from . import nutrition nd = nutrition.NutritionData(db, conv) sic = SimpleIngredientCalculator(nd, umod) sic.run() Gtk.main() gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutritionDruid.py000066400000000000000000001322511510115424500277660ustar00rootroot00000000000000import os import os.path import re from pkgutil import get_data from gi.repository import GObject, Gtk import gourmand.convert as convert import gourmand.gtk_extras.cb_extras as cb import gourmand.gtk_extras.dialog_extras as de import gourmand.gtk_extras.WidgetSaver as WidgetSaver from gourmand.defaults import lang as defaults from gourmand.gtk_extras.mnemonic_manager import MnemonicManager from gourmand.gtk_extras.pageable_store import PageableViewStore from gourmand.gtk_extras.validation import NumberEntry from gourmand.i18n import _ from .nutritionInfoEditor import MockObject, NutritionInfoIndex from .nutritionLabel import NUT_LAYOUT, RECOMMENDED_INTAKE, SEP try: current_path = os.path.split(os.path.join(os.getcwd(), __file__))[0] except Exception: current_path = "" class SpecialAction: """A convenience class for a UI element where suddenly we want to highlight one action for a user to do and desensitize other elements of the UI temporarily. """ def __init__( self, highlight_widgets=[], initially_hidden=True, grabs_focus=True, hide_on_highlight=[], all_controls=[], ): """Initialize a SpecialAction that can be highlighted/sensitized/hidden conveniently. highlight_widgets is a list of the widgets we want to highlight. initially_hidden is a boolean or a list. If it's a boolean, it tells us whether all highlighted widgets are normally hidden. If it's a list, it is a list of widgets to hide. If grabs_focus is True, we grab focus for the first of the highlight_widgets. If grabs_focus is a widget, we grab focus for that widget. If grabs_focus is False, we don't grab focus. """ self.highlight_widgets = highlight_widgets self.initially_hidden = initially_hidden self.all_controls = all_controls self.hide_on_highlight = hide_on_highlight if self.initially_hidden: if isinstance(self.initially_hidden, list): for w in self.initially_hidden: w.hide() else: for w in self.highlight_widgets: w.hide() def highlight_action(self, *args): self.prev_states = [] for c in self.all_controls: self.prev_states.append(c.get_property("sensitive")) c.set_sensitive(False) for c in self.hide_on_highlight: c.hide() for w in self.highlight_widgets: w.set_sensitive(True) w.show() self.highlight_widgets[0].grab_focus() def dehighlight_action(self, *args): for n, c in enumerate(self.all_controls): c.set_sensitive(self.prev_states[n]) if self.initially_hidden is True: for w in self.highlight_widgets: w.hide() if isinstance(self.initially_hidden, list): for w in self.initially_hidden: w.hide() for c in self.hide_on_highlight: c.show() class NutritionUSDAIndex: """This class handles the view for searching the USDA database.""" __last_group__ = None group = None PACKAGED_FOODS = ["Soups, Sauces, and Gravies", "Baked Products", "Meals, Entrees, and Sidedishes", "Fast Foods", "Baby Foods"] ALL_GROUPS = _("Any food group") def __init__(self, rd, prefs, widgets): self.rd = rd self.prefs = prefs for name, w in widgets: setattr(self, name, w) self._setup_nuttree_() self.__last_search__ = "" self.__override_search__ = False # TODO: Fixing saving usdaSearchAsYouTypeToggle state # Button state is not being saved across sessions and always starts off # inactive. Of note, this problem seemed to also exist in the last # release (0.17.4), but the button always started off active. WidgetSaver.WidgetSaver(self.usdaSearchAsYouTypeToggle, self.prefs.get("sautTog", {"active": True}), ["toggled"]) # Ensure usdaFindButton is shown if usdaSearchAsYouTypeToggle is # inactive self.toggle_saut() # search self.usdaSearchEntry.connect("changed", self.search_type_cb) self.usdaFindButton.connect("clicked", self.search_cb) self.usdaSearchAsYouTypeToggle.connect("toggled", self.toggle_saut) cb.set_model_from_list(self.foodGroupComboBox, [self.ALL_GROUPS] + self.rd.get_unique_values("foodgroup", self.rd.nutrition_table)) cb.cb_set_active_text(self.foodGroupComboBox, self.ALL_GROUPS) def set_search(self, txt): """Set the search to txt, ensuring there are results. If there are no results for the search, we'll try a partial search for only some of the words in txt. If that fails, we'll set the search to blank. """ words = re.split(r"\W+", txt) # always search raw if possible... (it gets us the real thing # vs. canned/frozen/soup/babyfood, etc.) if "raw" not in words: words += ["raw"] srch = [] searchvw = None for w in words: if w in [",", " ", ";", "."]: continue result = self.rd.search_nutrition(srch + [w]) if result: srch += [w] searchvw = result groups = self.rd.fetch_food_groups_for_search(srch) cur_active = cb.cb_get_active_text(self.foodGroupComboBox) groups = [self.ALL_GROUPS] + groups cb.set_model_from_list(self.foodGroupComboBox, groups) cb.cb_set_active_text(self.foodGroupComboBox, cur_active) self.__override_search__ = True # turn off any handling of text insertion search_text = " ".join(srch) self.usdaSearchEntry.set_text(search_text) self.searchvw = searchvw or self.rd.fetch_all(self.rd.nutrition_table) self.nutrition_store.change_view(self.searchvw) self.__last_search__ = search_text self.__override_search__ = False # turn back on search handling! def get_selected_usda_item(self): if len(self.searchvw) == 1: nut = self.searchvw[0].ndbno else: mod, itr = self.usdaTreeview.get_selection().get_selected() nut = mod.get_value(itr, 0) return nut def _setup_nuttree_(self): """Set up our treeview with USDA nutritional equivalents""" self.nutrition_store = PageableNutritionStore(self.rd.fetch_all(self.rd.nutrition_table)) self.usdaFirstButton.connect("clicked", lambda *args: self.nutrition_store.goto_first_page()) self.usdaLastButton.connect("clicked", lambda *args: self.nutrition_store.goto_last_page()) self.usdaForwardButton.connect("clicked", lambda *args: self.nutrition_store.next_page()) self.usdaBackButton.connect("clicked", lambda *args: self.nutrition_store.prev_page()) self.nutrition_store.connect("page-changed", self.update_nuttree_showing) self.nutrition_store.connect("view-changed", self.update_nuttree_showing) self.update_nuttree_showing() self.searchvw = self.rd.nutrition_table self.usdaTreeview.set_model(self.nutrition_store) renderer = Gtk.CellRendererText() col = Gtk.TreeViewColumn("Item", renderer, text=1) self.usdaTreeview.append_column(col) def update_nuttree_showing(self, *args): self.usdaShowingLabel.set_text("Showing results %s to %s of %s" % self.nutrition_store.showing()) # update buttons too cp = self.nutrition_store.page lp = self.nutrition_store.get_last_page() if cp == 0: self.usdaFirstButton.set_sensitive(False) self.usdaBackButton.set_sensitive(False) else: self.usdaFirstButton.set_sensitive(True) self.usdaBackButton.set_sensitive(True) if cp == lp: self.usdaLastButton.set_sensitive(False) self.usdaForwardButton.set_sensitive(False) else: self.usdaLastButton.set_sensitive(True) self.usdaForwardButton.set_sensitive(True) # search callbacks &c. def toggle_saut(self, *args): if self.usdaSearchAsYouTypeToggle.get_active(): self.usdaFindButton.hide() else: self.usdaFindButton.show() def search_type_cb(self, *args): if self.usdaSearchAsYouTypeToggle.get_active(): self.search_cb() def search_cb(self, *args): if self.__override_search__: return GObject.idle_add(self.search) def search(self): txt = self.usdaSearchEntry.get_text() if self.__last_search__ == txt and self.group == self.__last_group__: return words = re.split(r"\W+", txt) groups = self.rd.fetch_food_groups_for_search(words) cur_active = cb.cb_get_active_text(self.foodGroupComboBox) groups = [self.ALL_GROUPS] + groups if cur_active not in groups: groups += [cur_active] cb.set_model_from_list(self.foodGroupComboBox, groups) cb.cb_set_active_text(self.foodGroupComboBox, cur_active) self.searchvw = self.rd.search_nutrition(words, group=self.group) self.__last_search__ = txt self.__last_group__ = self.group self.nutrition_store.change_view(self.searchvw) self.nutrition_store.set_page(0) def food_group_filter_changed_cb(self, fgcb): food_group = cb.cb_get_active_text(fgcb) if food_group == self.ALL_GROUPS: self.group = None else: self.group = food_group GObject.idle_add(self.search) class NutritionInfoDruid(GObject.GObject): """A druid (or "wizard") to guide a user through helping Gourmand calculate nutritional information for an ingredient. This consists in finding a USDA equivalent of the ingredient in question and possibly of converting a unit. """ NUT_PAGE = 0 UNIT_PAGE = 1 CUSTOM_PAGE = 2 DENSITY_PAGE = 3 INFO_PAGE = 4 INDEX_PAGE = 5 DEFAULT_AMOUNT = 8 DEFAULT_UNIT = "oz." __gsignals__ = { # The key callback will return a tuple (old_key,new_key) "key-changed": (GObject.SignalFlags.RUN_LAST, GObject.TYPE_PYOBJECT, (GObject.TYPE_PYOBJECT,)), # The unit callback will return a tuple ((old_unit,old_key),(new_unit,new_key)) "unit-changed": (GObject.SignalFlags.RUN_LAST, GObject.TYPE_PYOBJECT, (GObject.TYPE_PYOBJECT,)), "finish": (GObject.SignalFlags.RUN_LAST, None, ()), } def __init__(self, nd, prefs, rec=None, in_string=""): self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/nutritionDruid.ui").decode()) self.mm = MnemonicManager() self.mm.add_builder(self.ui) self.mm.fix_conflicts_peacefully() self.prefs = prefs self.nd = nd self.rec = rec self.in_string = in_string or (rec and _("recipe") or _("selection")) self.rd = self.nd.db self.def_ingredient_amounts = {} # For default amounts for nutritional label... self.amounts = {} # List amounts by ingredient self.ing_to_index = {} # A way to keep track of the order of our ingredients... self._setup_widgets_() # keep track of pages/setups we've been on self.path = [] self.curpage = 0 self.prevDruidButton.set_sensitive(False) # Initiate our gobject-ness so we can emit signals. GObject.GObject.__init__(self) # Save our position with our widget saver... WidgetSaver.WindowSaver(self.ui.get_object("window"), self.prefs.get("nutritionDruid", {})) def _setup_widgets_(self): self.controls = [] self.widgets = [ "notebook", # ingKey Changing Stuff "ingKeyLabel", "ingKeyEntry", "changeKeyButton", "applyKeyButton", "ingKeyLabel2", # Search stuff "usdaSearchEntry", "usdaSearchAsYouTypeToggle", "usdaFindButton", "usdaFirstButton", "usdaBackButton", "usdaForwardButton", "usdaLastButton", "usdaShowingLabel", "usdaTreeview", "foodGroupComboBox", "customBox", "customButton", # Unit adjusting stuff "convertUnitLabel", "fromUnitComboBoxEntry", "fromUnitLabel", "changeUnitButton", "cancelUnitButton", "saveUnitButton", "fromAmountEntry", "toUnitCombo", "toAmountEntry", # Wizard buttons "prevDruidButton", "ignoreButton", "applyButton", # Custom nutritional information screen "massUnitComboBox", "customNutritionAmountEntry", # Density-Choosing page "densityLabel", "densityBox", # Index page... "editButton", # INFO PAGE "infoIngredientKeyLabel", "infoUSDALabel", "nutritionLabelBox", "infoDensityLabel", "infoOtherEquivalentsLabel", "infoCustomEquivalentsTable", ] for widget_name in self.widgets: setattr(self, widget_name, self.ui.get_object(widget_name)) if not getattr(self, widget_name): print("WIDGET: ", widget_name, "NOT FOUND.") # make a list of all core control widgets if widget_name != "notebook": self.controls.append(getattr(self, widget_name)) self.usdaIndex = NutritionUSDAIndex(self.rd, prefs=self.prefs, widgets=[(w, getattr(self, w)) for w in self.widgets]) self.ui.connect_signals( { "previousPage": self.previous_page_cb, "applyPage": self.apply_cb, "ignorePage": self.ignore_cb, "customPage": self.custom_cb, "usdaPage": self.usda_cb, "close": self.close, "on_foodGroupComboBox_changed": self.usdaIndex.food_group_filter_changed_cb, "edit": self.view_nutritional_info, "infoEditUSDAAssociation": self.info_edit_usda_association, } ) # hide our tabs... self.notebook.set_show_tabs(False) # custom widgety stuff self.changeIngKeyAction = SpecialAction( highlight_widgets=[ self.ingKeyEntry, self.applyKeyButton, ], initially_hidden=True, hide_on_highlight=[ self.ingKeyLabel, self.changeKeyButton, ], all_controls=self.controls, ) self.changeKeyButton.connect("clicked", self.changeIngKeyAction.highlight_action) self.applyKeyButton.connect("clicked", self.apply_ingkey) self.changeUnitAction = SpecialAction( highlight_widgets=[ self.fromUnitComboBoxEntry, self.saveUnitButton, self.cancelUnitButton, ], initially_hidden=True, hide_on_highlight=[self.fromUnitLabel, self.changeUnitButton], all_controls=self.controls, ) self.changeUnitButton.connect("clicked", self.changeUnitAction.highlight_action) self.cancelUnitButton.connect("clicked", self.changeUnitAction.dehighlight_action) self.saveUnitButton.connect("clicked", self.save_unit_cb) # Nutrition box... self.custom_box = self.ui.get_object("customBox") self.customNutritionAmountEntry.connect("changed", self.custom_unit_changed) self.massUnitComboBox.connect("changed", self.custom_unit_changed) self._setup_custom_box() ### BEGIN METHODS FOR NUTRITIONAL INFORMATION INDEX def setup_nutrition_index(self): if not hasattr(self, "full_inglist"): self.add_ingredients([]) if not hasattr(self, "nutInfoIndex"): self.nutInfoIndex = NutritionInfoIndex( self.rd, prefs=self.prefs, ui=self.ui, ingredients=self.full_inglist, in_string=self.in_string, ) self.path.append((self.goto_page_index, [])) self.goto_page_index() ### END METHODS FOR NUTRITIONAL INFORMATION INDEX ### BEGIN METHODS FOR DISPLAYING CURRENT NUTRITIONAL INFO def view_nutritional_info(self, *args): nutalias = self.nutInfoIndex.get_selected_ingredient() if nutalias.ndbno == 0: # Then this is not really an item... we better edit it! self.add_ingredients([(nutalias.ingkey, self.get_amounts_and_units_for_ingkey(nutalias.ingkey))]) else: self.show_info_page(nutalias) self.path.append((self.show_info_page, [nutalias])) def show_info_page(self, nutalias): self.infoIngredientKeyLabel.set_text(nutalias.ingkey) self.infoUSDALabel.set_text(nutalias.desc) self.goto_page_info() self.prevDruidButton.set_sensitive(True) self.set_nutritional_label(nutalias) self.set_density_info(nutalias) self.info_nutalias = nutalias def set_density_info(self, nutalias): densities, extra_units = self.nd.get_conversions(nutalias.ingkey) density_texts = [] for k, v in list(densities.items()): if not k: density_texts = ["%.2f" % v] + density_texts else: density_texts.append("%s: %.2f" % (k, v)) self.infoDensityLabel.set_text("\n".join(density_texts) or "None") eutexts = ["%s: %s g" % (k, v) for k, v in list(extra_units.items())] eutexts.sort() extra_units_text = "\n".join(eutexts) self.infoOtherEquivalentsLabel.set_text(extra_units_text or "None") others = self.rd.fetch_all(self.rd.nutritionconversions_table, ingkey=nutalias.ingkey) # other_label = "\n".join(["%s: %.1f g" % (conv.unit or "100 %s" % _("ml"), 1.0 / conv.factor) for conv in others]) if others: self.populate_custom_equivalents_table(others) else: self.infoCustomEquivalentsTable.hide() def populate_custom_equivalents_table(self, equivalents): # Remove previous children... for c in self.infoCustomEquivalentsTable.get_children(): self.infoCustomEquivalentsTable.remove(c) c.unparent() for n, eq in enumerate(equivalents): lab = Gtk.Label("%s: %.1f g" % (eq.unit or "No unit", 1.0 / eq.factor)) rembut = Gtk.Button("C_hange") rembut.set_use_underline(True) rembut.connect("clicked", self.info_edit_equivalent, eq) self.infoCustomEquivalentsTable.attach(lab, 0, 1, n, n + 1) self.infoCustomEquivalentsTable.attach(rembut, 1, 2, n, n + 1) self.infoCustomEquivalentsTable.show_all() def set_nutritional_label(self, nutalias): if not hasattr(self, "nutritionLabel"): from .nutritionLabel import NutritionLabel self.nutritionAmountLabel = Gtk.Label() self.nutritionLabel = NutritionLabel(self.prefs, custom_label=" ") self.nutritionLabelBox.pack_start(self.nutritionAmountLabel, fill=0, expand=0) self.nutritionLabelBox.pack_start( self.nutritionLabel, fill=0, expand=0, ) self.nutritionAmountLabel.set_alignment(0.0, 0.0) self.nutritionAmountLabel.show() self.nutritionLabel.show() amount, unit = self.def_ingredient_amounts.get(nutalias.ingkey, (self.DEFAULT_AMOUNT, self.DEFAULT_UNIT)) nutinfo = self.nd.get_nutinfo_for_inglist([MockObject(amount=amount, unit=unit, ingkey=nutalias.ingkey)], self.rd) if nutinfo._get_vapor(): amount = self.DEFAULT_AMOUNT unit = self.DEFAULT_UNIT nutinfo = self.nd.get_nutinfo_for_inglist([MockObject(amount=amount, unit=unit, ingkey=nutalias.ingkey)], self.rd) self.nutritionLabel.set_nutinfo(nutinfo) self.nutritionAmountLabel.set_markup( "Nutritional information for %(amount)s %(unit)s" % { "amount": amount, "unit": unit, } ) def get_amounts_and_units_for_ingkey(self, ingkey): """Return a list of amounts and units present in database for ingkey""" amounts_and_units = [] ings = self.rd.fetch_all(self.rd.ingredients_table, ingkey=ingkey) for i in ings: a, u = i.amount, i.unit if (a, u) not in amounts_and_units: amounts_and_units.append((a, u)) return amounts_and_units # start nutritional-info callbacks def info_edit_usda_association(self, *args): """Edit the USDA association for the item on the information page.""" self.edit_nutinfo(ingkey=self.info_nutalias.ingkey, desc=self.info_nutalias.desc) self.path.append((self.edit_nutinfo, [self.info_nutalias.ingkey, self.info_nutalias.desc])) def info_edit_equivalent(self, button, eq): """Edit equivalents callback. eq is a nutalias DB object.""" self.amounts[self.ingkey] = {} self.amount = 1 self.ingkey = self.info_nutalias.ingkey self.set_from_unit(eq.unit) self.fromAmountEntry.set_text("1") conv = self.nd.get_conversion_for_amt(1, eq.unit, self.info_nutalias.ingkey) amt_in_grams = conv * 100 self.setup_to_units() to_unit = cb.cb_set_active_text(self.toUnitCombo, "g") # noqa: F841 self.toAmountEntry.set_text(convert.float_to_frac(amt_in_grams, fractions=convert.FRACTIONS_ASCII)) # Hack to avoid adding ourselves to the path on a "back" event # -- if button is None, then we know we were called # artificially from previous_page_cb (not from a button press # event) if button: self.path.append((self.info_edit_equivalent, [None, eq])) self.goto_page_unit_convert() # end nutritional-info callbacks ### END METHODS FOR DISPLAYING CURRENT NUTRITIONAL INFO ### BEGIN METHODS FOR CUSTOM NUTRITIONAL INTERFACE def _setup_custom_box(self): """Setup the interface for entering custom nutritional information.""" t = Gtk.Table() masses = [i[0] for i in defaults.UNIT_GROUPS["metric mass"] + defaults.UNIT_GROUPS["imperial weight"]] cb.set_model_from_list(self.massUnitComboBox, masses) cb.cb_set_active_text(self.massUnitComboBox, "g") self.customNutritionAmountEntry.set_value(100) self.nutrition_info = {} self.custom_box.add(t) self.changing_percent_internally = False self.changing_number_internally = False label = Gtk.Label(label="%RDA") label.show() t.attach(label, 2, 3, 0, 1) for n, nutstuff in enumerate(NUT_LAYOUT): if nutstuff == SEP: hs = Gtk.HSeparator() t.attach(hs, 0, 2, n + 1, n + 2, xoptions=Gtk.AttachOptions.FILL) hs.show() continue label_txt, typ, name, properties, show_percent, unit = nutstuff if unit: label_txt += " (" + unit + ")" label = Gtk.Label(label=label_txt) label.show() label.set_alignment(0, 0.5) t.attach(label, 0, 1, n + 1, n + 2, xoptions=Gtk.AttachOptions.FILL) entry = NumberEntry(default_to_fractions=False) entry.show() t.attach(entry, 1, 2, n + 1, n + 2, xoptions=Gtk.AttachOptions.FILL) if show_percent: percent_entry = NumberEntry(default_to_fractions=False, decimals=0) percent_entry.entry.set_width_chars(4) percent_entry.show() percent_label = Gtk.Label(label="%") percent_label.show() t.attach(percent_entry, 2, 3, n + 1, n + 2) t.attach(percent_label, 3, 4, n + 1, n + 2) percent_label.set_alignment(0, 0.5) percent_entry.connect("changed", self.percent_changed_cb, name, entry) percent_entry.entry.set_width_chars(5) else: percent_entry = None entry.connect("changed", self.number_changed_cb, name, percent_entry) t.set_row_spacings(6) t.set_col_spacings(12) t.show() def number_changed_cb(self, widget, name, percent_widget): v = widget.get_value() self.nutrition_info[name] = v if not v: return if self.changing_number_internally: return if percent_widget: rda = RECOMMENDED_INTAKE.get(name, None) * 2000 if rda: self.changing_percent_internally = True percent_widget.set_value((float(v) / rda) * 100) self.changing_percent_internally = False def percent_changed_cb(self, widget, name, number_widget): if self.changing_percent_internally: return v = widget.get_value() if not v: return if number_widget: rda = RECOMMENDED_INTAKE.get(name, None) * 2000 if rda: self.changing_number_internally = True number_widget.set_value(v * 0.01 * rda) self.changing_number_internally = False def custom_unit_changed(self, *args): amount = self.customNutritionAmountEntry.get_value() unit = cb.cb_get_active_text(self.massUnitComboBox) if amount and unit: base_convert = self.nd.conv.converter(unit, "g") / float(100) self.custom_factor = 1 / (base_convert * amount) def apply_custom(self, *args): nutinfo = self.nutrition_info.copy() for k, v in list(nutinfo.items()): if isinstance(v, (int, float)): nutinfo[k] = v * self.custom_factor # Special case fat, which is listed as one item but is in # fact a combination of 3. We'll have to fudge the info # about mono- v. poly- unsaturated fats. if k == "fat": totfat = v * self.custom_factor unsatfat = totfat - nutinfo.get("fasat", 0) del nutinfo["fat"] nutinfo["fapoly"] = unsatfat # Fudge nutinfo["desc"] = self.ingkey ndbno = self.nd.add_custom_nutrition_info(nutinfo) # noqa: F841 ### END METHODS FOR CUSTOM NUTRITIONAL INTERFACE ### METHODS TO SET CURRENT ITEM AND UNIT INFO def set_ingkey(self, txt): self.ingKeyEntry.set_text(txt) self.ingKeyLabel.set_markup("" + txt + "") # USDA Page self.ingKeyLabel2.set_markup("" + txt + "") # Custom Page self.nutrition_info["desc"] = txt self.ingkey = txt ### BEGIN METHODS FOR SETTING UNIT EQUIVALENTS def set_from_unit(self, txt): if not self.ingkey: return if txt: self.fromUnitLabel.set_text(txt) self.fromUnitComboBoxEntry.get_children()[0].set_text(txt) self.fromUnit = txt curamt = " ".join([convert.float_to_frac(self.amount, fractions=convert.FRACTIONS_ASCII), self.fromUnit, self.ingkey]) else: self.fromUnitLabel.set_text(self.ingkey + " (no unit)") self.fromUnit = "" curamt = convert.float_to_frac(self.amount, fractions=convert.FRACTIONS_ASCII) + " " + self.ingkey self.convertUnitLabel.set_markup( '' + _("Convert unit for %s") % self.ingkey + "" + "\n" + _('In order to calculate nutritional information, Gourmand needs you to help it convert "%s" into a unit it understands.') % curamt + "" ) def setup_to_units(self): """Setup list of units we need to convert to. Usually, this will be a list of mass units. """ masses = [i[0] for i in defaults.UNIT_GROUPS["metric mass"] + defaults.UNIT_GROUPS["imperial weight"]] volumes = [i[0] for i in defaults.UNIT_GROUPS["metric volume"] + defaults.UNIT_GROUPS["imperial volume"]] to_units = masses self.densities, self.extra_units = self.nd.get_conversions(self.ingkey) for d in list(self.densities.keys()): if d: to_units.extend(["%s (%s)" % (u, d) for u in volumes]) else: to_units.extend(volumes) to_units.sort() for u in self.extra_units: to_units = [u] + to_units cb.set_model_from_list(self.toUnitCombo, to_units) self.toUnitCombo.set_active(0) self.toUnitCombo.set_wrap_width(3) def apply_amt_convert(self, *args): to_unit = cb.cb_get_active_text(self.toUnitCombo) base_convert = self.nd.conv.converter("g", to_unit) if not base_convert: self.densities, self.extra_units = self.nd.get_conversions(self.ingkey) if to_unit in self.extra_units: base_convert = 1 / self.extra_units[to_unit] else: # this is a density, we hope... if to_unit.find(" (") > 0: to_unit, describer = to_unit.split(" (") describer = describer[0:-1] density = self.densities[describer] else: if None not in self.densities: raise RuntimeError("Unable to make sense of conversion from %s %s" % (to_unit, self.ingkey)) density = self.densities[None] base_convert = self.nd.conv.converter("g", to_unit, density=density) to_amount = convert.frac_to_float(self.toAmountEntry.get_text()) from_amount = convert.frac_to_float(self.fromAmountEntry.get_text()) ratio = from_amount / to_amount factor = base_convert * ratio from_unit = self.fromUnit self.nd.set_conversion(self.ingkey, from_unit, factor) ### END METHODS FOR SETTING UNIT EQUIVALENTS ### BEGIN METHODS FOR SEARCHING USDA INDEX def autosearch_ingkey(self): """Automatically do a search for our current ingkey. We're pretty smart about this: in other words, we won't do a search that doesn't have results. """ self.usdaIndex.set_search(self.ingkey) def apply_nut_equivalent(self, *args): nut = self.usdaIndex.get_selected_usda_item() self.nd.set_key_from_ndbno(self.ingkey, nut) # Now see if we need to do any conversion or not self.setup_to_units() ### END METHODS FOR SEARCHING USDA INDEX ### BEGIN CALLBACKS FOR QUICK-CHANGES OF INGREDIENT KEY / UNIT def apply_ingkey(self, *args): key = self.ingKeyEntry.get_text() if key == self.ingkey: self.changeIngKeyAction.dehighlight_action() return # ings = self.rd.fetch_all(self.rd.ingredients_table,ingkey=self.ingkey) # self.rd.modify_ings(ings,{'ingkey':key}) if self.rec: try: user_says_yes = de.getBoolean( label=_("Change ingredient key"), sublabel=_("Change ingredient key from %(old_key)s to %(new_key)s everywhere or just in the recipe %(title)s?") % {"old_key": self.ingkey, "new_key": key, "title": self.rec.title}, custom_no=_("Change _everywhere"), custom_yes=_("_Just in recipe %s") % self.rec.title, ) except de.UserCancelledError: self.changeIngKeyAction.dehighlight_action() return else: if not de.getBoolean( label=_("Change ingredient key"), sublabel=_("Change ingredient key from %(old_key)s to %(new_key)s everywhere?") % { "old_key": self.ingkey, "new_key": key, }, cancel=False, ): self.changeIngKeyAction.dehighlight_action() return if self.rec and user_says_yes: self.rd.update_by_criteria(self.rd.ingredients_table, {"ingkey": self.ingkey, "recipe_id": self.rec.id}, {"ingkey": key}) else: self.rd.update_by_criteria(self.rd.ingredients_table, {"ingkey": self.ingkey}, {"ingkey": key}) old_key = self.ingkey self.set_ingkey(key) # Update amounts dictionary... self.amounts[key] = self.amounts[old_key] del self.amounts[old_key] self.autosearch_ingkey() self.changeIngKeyAction.dehighlight_action() if self.nd.get_nutinfo(key): self.setup_to_units() self.check_next_amount() self.emit("key-changed", (old_key, key)) def save_unit_cb(self, *args): from_unit = self.fromUnitComboBoxEntry.get_children()[0].get_text() old_from_unit = self.fromUnit # ings = self.rd.fetch_all(self.rd.ingredients_table,ingkey=self.ingkey,unit=old_from_unit) # self.rd.modify_ings(ings,{'unit':from_unit}) if self.rec and de.getBoolean( label=_("Change unit"), sublabel=_("Change unit from %(old_unit)s to %(new_unit)s for all ingredients %(ingkey)s or just in the recipe %(title)s?") % {"old_unit": old_from_unit, "new_unit": from_unit, "ingkey": self.ingkey, "title": self.rec.title}, custom_no=_("Change _everywhere"), custom_yes=_("_Just in recipe %s") % self.rec.title, ): self.rd.update_by_criteria(self.rd.ingredients_table, {"ingkey": self.ingkey, "unit": old_from_unit, "recipe_id": self.rec.id}, {"unit": from_unit}) else: self.rd.update_by_criteria(self.rd.ingredients_table, {"ingkey": self.ingkey, "unit": old_from_unit}, {"unit": from_unit}) self.set_from_unit(self.fromUnitComboBoxEntry.get_children()[0].get_text()) self.changeUnitAction.dehighlight_action() self.emit("unit-changed", ((old_from_unit, self.ingkey), (from_unit, self.ingkey))) ### END CALLBACKS FOR QUICK-CHANGES OF INGREDIENT KEY / UNIT ### BEGIN METHODS FOR DENSITY-CHOOSING INTERFACE def get_density(self, amount, unit): self.densityLabel.set_text( _( """In order to calculate nutritional information for "%(amount)s %(unit)s %(ingkey)s", Gourmand needs to know its density. Our nutritional database has several descriptions of this food with different densities. Please select the correct one below.""" # noqa: E501 ) % ({"amount": amount, "unit": unit, "ingkey": self.ingkey}) ) for c in self.densityBox.get_children(): self.densityBox.remove(c) c.unparent() group = None def density_callback(rb, name): self.custom_density = name for d in list(self.densities.keys()): group = Gtk.RadioButton(group, str(d) + " " + "(%.2f)" % self.densities[d]) group.connect("toggled", density_callback, d) self.densityBox.pack_start(group, expand=False, fill=False) group.show() group.set_active(True) self.custom_density = d self.goto_page_density() def apply_density(self): self.nd.set_density_for_key(self.ingkey, self.custom_density) for c in self.densityBox.get_children(): c.hide() ### END METHODS FOR DENSITY CHANGING INTERFACE ### BEGIN CALLBACKS TO WALK THROUGH INGREDIENTS def add_ingredients(self, inglist, full_inglist=[]): """Add a list of ingredients for our druid to guide the user through. Our ingredient list is in the following form for, believe it or not, good reason: [(ingkey, [(amount,unit),(amount,unit),(amount,unit)]), (ingkey, [(amount,unit),(amount,unit),(amount,unit)]), ... ] The ingkey is a string, of course. amount can be a float or None unit can be a string or None For each item in the list, we will ask the user to select a USDA equivalent. Once we've done that, we'll check if the user needs to convert the unit as well. """ # to start, we take our first ing self.inglist = inglist if not full_inglist: if self.rec: self.full_inglist = [] for i in self.rd.get_ings(self.rec): self.full_inglist.append(i.ingkey) self.def_ingredient_amounts[i.ingkey] = (i.amount, i.unit) else: self.full_inglist = [] for ingkey, amounts_and_units in self.inglist: self.full_inglist.append(ingkey) if amounts_and_units: self.def_ingredient_amounts[ingkey] = amounts_and_units[0] self.ing_index = 0 self.setup_next_ing() def setup_next_ing(self): """Move to next ingredient.""" if self.ing_index >= len(self.inglist): self.finish() return ing = self.inglist[self.ing_index] self.ing_index += 1 if not ing: return ingkey, amounts = ing self.ing_to_index[ingkey] = self.ing_index self.amounts[ingkey] = amounts self.amount_index = 0 self.set_ingkey(ingkey) if not self.nd.get_nutinfo(ingkey): self.edit_nutinfo() self.path.append((self.edit_nutinfo, [ingkey])) else: self.setup_to_units() self.check_next_amount() def edit_nutinfo(self, ingkey=None, desc=None): self.amounts[ingkey or desc] = self.get_amounts_and_units_for_ingkey(ingkey) self.amount_index = 0 if ingkey: self.set_ingkey(ingkey) if desc: self.usdaIndex.set_search(desc) else: self.autosearch_ingkey() self.goto_page_key_to_nut() ing_index = self.ing_to_index.get(ingkey, None) if ing_index: self.ing_index = ing_index def check_next_amount(self): """Check the next amount on our amounts list. If the amount is already convertible, we don't do anything. If the amount is not convertible, we ask our user for help! """ if self.amount_index >= len(self.amounts[self.ingkey]): self.setup_next_ing() return amount, unit = self.amounts[self.ingkey][self.amount_index] if not amount: amount = 1 self.amount = amount self.amount_index += 1 existing_conversion = self.nd.get_conversion_for_amt(amount, unit, self.ingkey, fudge=True) existing_conversion_fudged = existing_conversion and (not self.nd.get_conversion_for_amt(amount, unit, self.ingkey, fudge=False)) if existing_conversion_fudged: self.get_density(amount, unit) elif existing_conversion: self.check_next_amount() else: self.edit_units(amount, unit, self.ingkey) self.path.append((self.edit_units, [amount, unit, self.ingkey, self.amount_index])) def edit_units(self, amount, unit, ingkey, indx=None): self.set_ingkey(ingkey) self.set_from_unit(unit) if indx is not None: self.amount_index = indx self.fromAmountEntry.set_text(convert.float_to_frac(amount, fractions=convert.FRACTIONS_ASCII)) self.toAmountEntry.set_text(convert.float_to_frac(amount, fractions=convert.FRACTIONS_ASCII)) self.goto_page_unit_convert() def previous_page_cb(self, *args): """Move to the previous item in self.path PATH ITEMS are in the form: (CUSTOM_METHOD,ARGS) We'll call CUSTOM_METHOD(ARGS) """ self.path.pop() # pop off current page... method, args = self.path[-1] if callable(method): method(*args) else: # for convenience, if the method isn't callable, we take # it to be a page self.notebook.set_current_page(method) if len(self.path) <= 1: self.prevDruidButton.set_sensitive(False) return def apply_cb(self, *args): page = self.notebook.get_current_page() if page == self.NUT_PAGE: self.apply_nut_equivalent() self.check_next_amount() elif page == self.UNIT_PAGE: self.apply_amt_convert() # if out of amounts, this will move to the next ingredient self.check_next_amount() elif page == self.CUSTOM_PAGE: if not self.custom_factor: de.show_message(_("To apply nutritional information, Gourmand needs a valid amount and unit.")) return self.apply_custom() self.check_next_amount() elif page == self.DENSITY_PAGE: self.apply_density() self.check_next_amount() self.curpage += 1 self.prevDruidButton.set_sensitive(True) def ignore_cb(self, *args): page = self.notebook.get_current_page() self.curpage += 1 self.prevDruidButton.set_sensitive(True) if page == self.NUT_PAGE: self.setup_next_ing() else: self.check_next_amount() ### END CALLBACKS TO WALK THROUGH INGREDIENTS ### BEGIN CONVENIENCE METHODS FOR SWITCHING PAGES def goto_page_key_to_nut(self): for b in [self.applyButton, self.ignoreButton]: b.show() for b in [self.editButton]: b.hide() self.notebook.set_current_page(self.NUT_PAGE) def goto_page_unit_convert(self): for b in [self.applyButton, self.ignoreButton]: b.show() for b in [self.editButton]: b.hide() self.notebook.set_current_page(self.UNIT_PAGE) def goto_page_custom(self): for b in [self.applyButton, self.ignoreButton]: b.show() for b in [self.editButton]: b.hide() self.notebook.set_current_page(self.CUSTOM_PAGE) def goto_page_density(self): for b in [self.applyButton, self.ignoreButton]: b.show() for b in [self.editButton]: b.hide() self.notebook.set_current_page(self.DENSITY_PAGE) def goto_page_index(self): for b in [self.editButton]: b.show() for b in [self.applyButton, self.ignoreButton]: b.hide() self.notebook.set_current_page(self.INDEX_PAGE) def goto_page_info(self): for b in [self.editButton, self.applyButton, self.ignoreButton]: b.hide() self.notebook.set_current_page(self.INFO_PAGE) ### END CONVENIENCE METHODS FOR SWITCHING PAGES def custom_cb(self, *args): self.goto_page_custom() def usda_cb(self, *args): self.goto_page_key_to_nut() ### BEGIN METHODS FOR STARTING AND FINISHING def show(self): self.ui.get_object("window").show() def finish(self): # When done -- goto nutritional index page... if not hasattr(self, "nutInfoIndex"): self.setup_nutrition_index() else: self.nutInfoIndex.reset() self.goto_page_index() def close(self, *args): self.ui.get_object("window").hide() self.emit("finish") # self.ui.get_object('window').hide() ### END METHODS FOR STARTING AND FINISHING ### END NutritionInfoDruid class PageableNutritionStore(PageableViewStore): def __init__( self, view, columns=[ "ndbno", "desc", ], column_types=[int, str], ): PageableViewStore.__init__(self, view, columns, column_types) if __name__ == "__main__": from gourmand.recipeManager import RecipeManager, dbargs from . import nutrition dbargs["file"] = "/tmp/boofoo.db" rd = RecipeManager(**dbargs) rd.add_ing(dict(ingkey="1% milk", amount=1.0, unit="c.")) rd.add_ing(dict(ingkey="1% milk", amount=10, unit="oz.")) rd.add_ing(dict(ingkey="1% milk", amount=1, unit="splash")) from . import nutritionGrabberGui try: nutritionGrabberGui.check_for_db(rd) except nutritionGrabberGui.Terminated: pass rd.save() import gourmand.convert c = gourmand.convert.converter() nd = nutrition.NutritionData(rd, c) nid = NutritionInfoDruid(nd, {}) def unit_handler(*args): print("CHANGE UNIT CALLBACK:", args) def key_handler(*args): print("CHANGE KEY CALLBACK:", args) nid.connect("unit-changed", unit_handler) nid.connect("key-changed", key_handler) # nid.set_ingkey('black pepper') # nid.autosearch_ingkey() # nid.set_from_unit('tsp.') nid.add_ingredients( [ ("white sugar", [(1, "c.")]), ("black pepper", [(1, "tsp."), (2, "pinch")]), ("tomato", [(1, ""), (2, "cups"), (0.5, "lb.")]), ("kiwi", [(1, ""), (0.5, "c.")]), ("raw onion", [(1, "c.")]), ("sugar, powdered", [(1, "c.")]), ("garlic", [(1, "clove")]), ("cauliflower", [(1, "head"), (3, "chunks")]), ( "salt", [ (3, "tsp"), ], ), ("1% milk", [(1, "c.")]), ] ) def quit(*args): rd.save() nid.ui.get_object("window").hide() Gtk.main_quit() nid.ui.get_object("window").connect("delete-event", quit) nid.connect("finish", quit) Gtk.main() del rd del nid gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutritionGrabberGui.py000066400000000000000000000062611510115424500307310ustar00rootroot00000000000000import time from gi.repository import Gtk import gourmand.gtk_extras.dialog_extras as de from gourmand.i18n import _ from . import databaseGrabber class DatabaseGrabberGui(databaseGrabber.DatabaseGrabber): def __init__(self, db): databaseGrabber.DatabaseGrabber.__init__(self, db, self.show_progress) self.paused = False self.terminated = False def pausecb(self, button, *args): if button.get_active(): self.paused = True else: self.paused = False def stopcb(self, *args): self.terminated = True def load_db(self): # filename=None # if de.getBoolean( # label=_('Load nutritional database.'), # sublabel=_("It looks like you haven\'t yet initialized your nutritional database. To do so, you'll need to download the USDA nutritional database for use with your program. If you are not currently online, but have already downloaded the USDA sr17 database, you can point Gourmand to the ABBREV.txt file now. If you are online, Gourmand can download the file automatically."), # noqa: E501 # custom_yes=_('Browse for ABBREV.txt file'), # custom_no=_('Download file automatically')): # filename=de.select_file( # 'Find ABBREV.txt file', # filters=[['Plain Text',['text/plain'],['*txt']]] # ) self.progdialog = de.ProgressDialog(label=_("Loading Nutritional Data"), pause=self.pausecb, stop=self.stopcb) self.progdialog.show() self.grab_data() self.show_progress(1, _("Nutritonal database import complete!")) self.progdialog.set_response_sensitive(Gtk.ResponseType.OK, True) self.progdialog.hide() def show_progress(self, fract, msg): self.progdialog.progress_bar.set_fraction(fract) self.progdialog.progress_bar.set_text(msg) while self.paused: time.sleep(0.1) self.gui_update() self.gui_update() def gui_update(self): if self.terminated: raise Exception("Terminated!") while Gtk.events_pending(): Gtk.main_iteration() def get_zip_file(self): self.show_progress(0.01, _("Fetching nutritional database from zip archive %s") % self.USDA_ZIP_URL) return databaseGrabber.DatabaseGrabber.get_zip_file(self) def get_abbrev_from_url(self): self.show_progress(0.05, _("Extracting %s from zip archive.") % self.ABBREV_FILE_NAME) return databaseGrabber.DatabaseGrabber.get_abbrev_from_url(self) def check_for_db(db): if not hasattr(db, "nutrition_table"): return if db.fetch_len(db.nutrition_table) < 10: print("Grabbing nutrition database!") dgg = DatabaseGrabberGui(db) dgg.load_db() # Check if we have choline in our DB... butter (1123) has choline... elif not db.fetch_one(db.nutrition_table, ndbno=1123).choline: dgg = DatabaseGrabberGui(db) dgg.load_db() if __name__ == "__main__": import gourmand.recipeManager print("loading db") db = gourmand.recipeManager.RecipeManager(**gourmand.recipeManager.dbargs) print("checking for nutrition_table") check_for_db(db) gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutritionInfoEditor.py000066400000000000000000000264011510115424500307600ustar00rootroot00000000000000import re from gettext import ngettext from pkgutil import get_data import sqlalchemy from gi.repository import GObject, Gtk, Pango import gourmand.backends.db import gourmand.gtk_extras.cb_extras as cb import gourmand.gtk_extras.pageable_store as pageable_store from gourmand.i18n import _ class NutritionInfoIndex: def __init__( self, rd, prefs=None, ui=None, ingredients=None, in_string=_("recipe"), ): if ui: self.ui = ui else: self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/nutritionDruid.ui").decode()) self.rd = rd self.prefs = prefs # Initialize variables used for search self.search_string = "" self.use_regexp = None # self.search_by = self.widget_names = [ "treeview", "searchByBox", "searchEntry", "searchButton", "window", "searchAsYouTypeToggle", "regexpTog", "nutritionFilterInLabel", "nutritionFilterComboBox", ] for w in self.widget_names: setattr(self, w, self.ui.get_object(w)) self.prev_button = self.ui.get_object("prevButton") self.next_button = self.ui.get_object("nextButton") self.first_button = self.ui.get_object("firstButton") self.last_button = self.ui.get_object("lastButton") self.showing_label = self.ui.get_object("showingLabel") self.prev_button.connect("clicked", lambda *args: self.treeModel.prev_page()) self.next_button.connect("clicked", lambda *args: self.treeModel.next_page()) self.first_button.connect("clicked", lambda *args: self.treeModel.goto_first_page()) self.last_button.connect("clicked", lambda *args: self.treeModel.goto_last_page()) self.set_limit(ingredients, in_string) self.ui.connect_signals( { "iSearch": self.isearchCB, "search": self.searchCB, "search_as_you_type_toggle": self.search_as_you_typeCB, "filter_changed": self.filter_changed_cb, } ) self.makeTreeModel() self.setupTreeView() self.treeview.set_model(self.treeModel) self.update_showing_label() def set_limit(self, ingredients, in_string=_("recipe")): """Set ingredients to show in index. in_string is a string describing what these ingredients represent. For example, recipe. """ self.ingredients = ingredients self.in_string = in_string cb.set_model_from_list(self.nutritionFilterComboBox, [self.in_string, _("entire database")]) cb.cb_set_active_text(self.nutritionFilterComboBox, self.in_string) def filter_changed_cb(self, *args): if self.nutritionFilterComboBox.get_active() == 0: self.treeModel.search_kwargs = self.treeModel.limited_args else: self.treeModel.search_kwargs = {} self.reset() def setupTreeView(self): cssu = pageable_store.ColumnSortSetterUpper(self.treeModel) sortable = [1, 2] for n, head in [ [1, _("Ingredient Key")], [2, _("USDA ID Number")], [3, _("USDA Item Description")], [4, _("Density Equivalent")], ]: renderer = Gtk.CellRendererText() # If we have gtk > 2.8, set up text-wrapping try: renderer.get_property("wrap-width") except TypeError: pass else: renderer.set_property("wrap-mode", Pango.WrapMode.WORD) renderer.set_property("wrap-width", 200) # if n==self.VALUE_COL: # renderer.set_property('editable',True) # renderer.connect('edited',self.tree_edited,n,head) col = Gtk.TreeViewColumn(head, renderer, text=n) col.set_resizable(True) self.treeview.append_column(col) if n in sortable: cssu.set_sort_column_id(col, n) def makeTreeModel(self): self.treeModel = NutStore(self.rd, per_page=12, ingredients=self.ingredients) self.treeModel.connect("page-changed", self.model_changed_cb) self.treeModel.connect("view-changed", self.model_changed_cb) def reset(self): """Rebuild our model, regardless.""" self.search_string = "NO ONE WOULD EVER SEARCH FOR THIS" self.doSearch() # Set up searching... def doSearch(self): """Do the actual searching.""" last_search = self.search_string self.search_string = self.searchEntry.get_text() # last_by = self.search_by # self.search_by = cb.cb_get_active_text(self.searchByBox) last_regexp = self.use_regexp self.use_regexp = self.regexpTog.get_active() if self.search_string == last_search and self.use_regexp == last_regexp: # self.search_by==last_by and # Don't do anything... return # RESET THE VIEW IF NEED BE # if (self.search_string.find(last_search)!=0 or # #self.search_by != last_by or # self.use_regexp != last_regexp): # self.treeModel.reset_view() self.treeModel.limit( self.search_string, column="ingkey", search_options={ "use_regexp": self.use_regexp, }, ) def isearchCB(self, *args): if self.searchAsYouTypeToggle.get_active(): self.doSearch() def searchCB(self, *args): self.doSearch() def search_as_you_typeCB(self, *args): if self.searchAsYouTypeToggle.get_active(): self.searchButton.hide() else: self.searchButton.show() def model_changed_cb(self, model): if model.page == 0: self.prev_button.set_sensitive(False) self.first_button.set_sensitive(False) else: self.prev_button.set_sensitive(True) self.first_button.set_sensitive(True) if model.get_last_page() == model.page: self.next_button.set_sensitive(False) self.last_button.set_sensitive(False) else: self.next_button.set_sensitive(True) self.last_button.set_sensitive(True) self.update_showing_label() def update_showing_label(self): bottom, top, total = self.treeModel.showing() if top >= total and bottom == 1: lab = ngettext("%s ingredient", "%s ingredients", top) % top else: # Do not translate bottom, top and total -- I use these fancy formatting # strings in case your language needs the order changed! lab = _("Showing ingredients %(bottom)s to %(top)s of %(total)s" % locals()) self.showing_label.set_markup("" + lab + "") def get_selected_ingredient(self, *args): mod, itr = self.treeview.get_selection().get_selected() return mod.get_value(itr, 0) class MockObject: def __init__(self, **kwargs): for k, v in list(kwargs.items()): setattr(self, k, v) class NutStore(pageable_store.PageableViewStore): # __gsignals__ = { # 'view-changed':(GObject.SignalFlags.RUN_LAST, # None, # ()), # } KEY = _("Key") + ":" USDA_ID = _("Item") + ":" USDA_ITEM_NUMBER = _("USDA ID#") + ":" USDA_DESC = _("USDA Item Description") + ":" DENSITY_EQUIVALENT = _("Density Equivalent") columns = ["obj", "ingkey", "ndbno", "desc", "density_equivalent"] column_types = [ GObject.TYPE_PYOBJECT, # row ref str, # key int, # ID str, # description str, # Density equivalent # float, # Density ] def __init__(self, rd, per_page=15, ingredients=None): self.rd = rd if ingredients: self.limited_args = self.search_kwargs = {"ingkey": ("in", ingredients)} else: self.limited_args = self.search_kwargs = {} self.ingredients = ingredients vw = self.get_vw(self.search_kwargs) pageable_store.PageableViewStore.__init__(self, vw, columns=self.columns, column_types=self.column_types, per_page=per_page) def get_vw(self, search_kwargs, search_extras_regexp=None): """Get a view for our model. Our model will consist of items found in our database + any ingredients specified when we were created. In other words, we'll list all ingredients that we're told about, whether they're in the nutrition aliases table or not. search_kwargs are the arguments handed to our database search. search_extras_text is a regexp used to filter our "extras." """ select = sqlalchemy.select( [ self.rd.nutritionaliases_table.c.ingkey, self.rd.nutritionaliases_table.c.density_equivalent, self.rd.nutrition_table.c.desc, self.rd.nutrition_table.c.ndbno, ], *gourmand.backends.db.make_simple_select_arg(search_kwargs, self.rd.nutrition_table, self.rd.nutritionaliases_table), **{"from_obj": [sqlalchemy.join(self.rd.nutrition_table, self.rd.nutritionaliases_table)]}, ) vw = select.execute().fetchall() # We must show ingredients whether we have them or not... extras = [] if self.ingredients: ings_to_add = self.ingredients[:] if search_extras_regexp: ings_to_add = [i for i in ings_to_add if re.match(search_extras_regexp, i)] for row in vw: while row.ingkey in ings_to_add: ings_to_add.remove(row.ingkey) for extra_ing in ings_to_add: if extra_ing: extras.append(MockObject(ingkey=extra_ing, ndbno=0, desc="Not in database", density_equivalent=None)) return vw + extras def limit(self, txt, column="ingkey", search_options={}): if not txt: vw = self.get_vw(self.search_kwargs) else: if search_options["use_regexp"]: s = ("REGEXP", txt) extras_search = ".*" + txt + ".*" else: s = ("LIKE", "%" + txt.replace("%", "%%") + "%") extras_search = ".*" + re.escape(txt) + ".*" kwargs = self.search_kwargs.copy() if column in kwargs: kwargs[column] = ("and", [kwargs[column], s]) else: kwargs[column] = s vw = self.get_vw(kwargs, extras_search) self.change_view(vw) def _get_value_(self, row, attr): return getattr(row, attr) def _get_slice_(self, bottom, top): try: return [[r] + [self._get_value_(r, col) for col in self.columns[1:]] for r in self.view[bottom:top]] except: print("_get_slice_ failed with", bottom, top) raise if __name__ == "__main__": import gourmand.recipeManager as rm rd = rm.RecipeManager() nie = NutritionInfoIndex(rd, ingredients=["cilantro", "tomato", "basil", "water", "onion, red", "onion, white", "scallion", "hare"]) nie.window.show() nie.window.connect("delete-event", Gtk.main_quit) # nie.show_index_page() Gtk.main() gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutritionLabel.py000066400000000000000000000517161510115424500277440ustar00rootroot00000000000000from gi.repository import Gdk, GObject, Gtk, Pango from gourmand.defaults import defaults as _defaults from gourmand.i18n import _ MAJOR = 0 MINOR = 1 TINY = 2 SEP = 3 SHOW_PERCENT = True DONT_SHOW_PERCENT = False MAIN_NUT_LAYOUT = [ (_("Calories"), MAJOR, "kcal", "kcal", DONT_SHOW_PERCENT, ""), SEP, (_("Total Fat"), MAJOR, "fat", ["fasat", "famono", "fapoly"], SHOW_PERCENT, "g"), (_("Saturated Fat"), MINOR, "fasat", "fasat", SHOW_PERCENT, "g"), (_("Cholesterol"), MAJOR, "cholestrl", "cholestrl", SHOW_PERCENT, "mg"), (_("Sodium"), MAJOR, "sodium", "sodium", SHOW_PERCENT, "mg"), (_("Total Carbohydrate"), MAJOR, "carb", "carb", SHOW_PERCENT, "g"), (_("Dietary Fiber"), MINOR, "fiber", "fiber", SHOW_PERCENT, "g"), (_("Sugars"), MINOR, "sugar", "sugar", DONT_SHOW_PERCENT, "g"), (_("Protein"), MAJOR, "protein", "protein", SHOW_PERCENT, "g"), ] DETAIL_NUT_LAYOUT = [ (_("Alpha-carotene"), TINY, "alphac", "alphac", DONT_SHOW_PERCENT, "\u00B5g"), (_("Ash"), TINY, "ash", "ash", DONT_SHOW_PERCENT, "g"), (_("Beta-carotene"), TINY, "betac", "betac", DONT_SHOW_PERCENT, "\u00B5g"), (_("Beta Cryptoxanthin"), TINY, "betacrypt", "betacrypt", DONT_SHOW_PERCENT, "\u00B5g"), (_("Calcium"), TINY, "calcium", "calcium", SHOW_PERCENT, "mg"), (_("Copper"), TINY, "copper", "copper", SHOW_PERCENT, "mg"), (_("Folate Total"), TINY, "folatetotal", "folatetotal", SHOW_PERCENT, "\u00B5g"), (_("Folic acid"), TINY, "folateacid", "folateacid", DONT_SHOW_PERCENT, "\u00B5g"), (_("Food Folate"), TINY, "foodfolate", "foodfolate", DONT_SHOW_PERCENT, "\u00B5g"), (_("Dietary folate equivalents"), TINY, "folatedfe", "folatedfe", DONT_SHOW_PERCENT, "\u00B5g"), (_("Iron"), TINY, "iron", "iron", SHOW_PERCENT, "mg"), (_("Lycopene"), TINY, "lypocene", "lypocene", DONT_SHOW_PERCENT, "\u00B5g"), (_("Lutein+Zeazanthin"), TINY, "lutzea", "lutzea", DONT_SHOW_PERCENT, "\u00B5g"), (_("Magnesium"), TINY, "magnesium", "magnesium", SHOW_PERCENT, "mg"), (_("Manganese"), TINY, "manganese", "manganese", SHOW_PERCENT, "mg"), (_("Niacin"), TINY, "niacin", "niacin", SHOW_PERCENT, "mg"), (_("Pantothenic Acid"), TINY, "pantoacid", "pantoacid", SHOW_PERCENT, "mg"), (_("Phosphorus"), TINY, "phosphorus", "phosphorus", SHOW_PERCENT, "mg"), (_("Potassium"), TINY, "potassium", "potassium", SHOW_PERCENT, "mg"), (_("Vitamin A"), TINY, "vitarae", "vitarae", SHOW_PERCENT, "\u00B5g"), (_("Retinol"), TINY, "retinol", "retinol", SHOW_PERCENT, "\u00B5g"), (_("Riboflavin"), TINY, "riboflavin", "riboflavin", SHOW_PERCENT, "mg"), (_("Selenium"), TINY, "selenium", "selenium", SHOW_PERCENT, "\u00B5g"), (_("Thiamin"), TINY, "thiamin", "thiamin", SHOW_PERCENT, "mg"), (_("Vitamin A (IU)"), TINY, "vitaiu", "vitaiu", SHOW_PERCENT, "IU"), (_("Vitamin A (RAE)"), TINY, "vitarae", "vitarae", DONT_SHOW_PERCENT, "\u00B5g"), (_("Vitamin B6"), TINY, "vitaminb6", "vitaminb6", SHOW_PERCENT, "mg"), (_("Vitamin B12"), TINY, "vitb12", "vitb12", SHOW_PERCENT, "\u00B5g"), (_("Vitamin C"), TINY, "vitaminc", "vitaminc", SHOW_PERCENT, "mg"), (_("Vitamin E"), TINY, "vite", "vite", SHOW_PERCENT, "mg"), (_("Vitamin K"), TINY, "vitk", "vitk", SHOW_PERCENT, "mg"), (_("Zinc"), TINY, "zinc", "zinc", SHOW_PERCENT, "mg"), ] NUT_LAYOUT = MAIN_NUT_LAYOUT + DETAIL_NUT_LAYOUT RECOMMENDED_INTAKE = { "fat": 0.30 / 9, # 30% of calories * 9 cal / g. "fasat": 0.10 / 9, # 10% of calories * 9 cal /g. "carb": 0.6 / 4, # 60% of calories * 4 cal / g. "protein": 0.10 / 4, # 10% of calories * 4 cal/g. "fiber": 11.5 / 1000, # 11.5 grams / 1000calories "sodium": 2400.0 / 2000, # 2400 mg per typical 2000 c diet "potassium": 3500.0 / 2000, "iron": 18.0 / 2000, "calcium": 1000.0 / 2000, "cholestrl": 300.0 / 2000, "vitarae": 900.0 / 2000, "vitaminc": 60.0 / 2000, "vitaiu": 5000.0 / 2000, "vite": 30.0 / 2000, "vitk": 80.0 / 2000, "thiamin": 1.5 / 2000, "riboflavin": 1.7 / 2000, "niacin": 20.0 / 2000, "vitaminb6": 2.0 / 2000, "folatetotal": 400.0 / 2000, "vitb12": 6.0 / 2000, "pantoacid": 10.0 / 2000, "phosphorus": 1000.0 / 2000, "magnesium": 400.0 / 2000, "zinc": 15.0 / 2000, "selenium": 70.0 / 2000, "copper": 2.0 / 2000, "manganese": 2.0 / 2000, "chromium": 120.0 / 2000, "molybdenum": 75.0 / 2000, "chloride": 3400.0 / 2000, } class NutritionLabel(Gtk.VBox): """Provide a nutritional label that looks like standard FDA labels.""" __gtype_name__ = "NutritionLabel" bold_font = Pango.FontDescription() bold_font.set_weight(Pango.Weight.BOLD) tiny_font = Pango.FontDescription() tiny_font.set_size(Pango.SCALE * 9) background = Gdk.Color(255, 0, 0) foreground = Gdk.Color(255, 255, 255) calories_per_day = 2000 __gsignals__ = { "calories-changed": (GObject.SignalFlags.RUN_LAST, None, ()), "ingredients-changed": (GObject.SignalFlags.RUN_LAST, None, ()), "label-changed": (GObject.SignalFlags.RUN_LAST, None, ()), } def __init__(self, prefs=None, rec=None, custom_label=None, pressable=True): self.pressable = pressable self.toggles = {} self.__toggling__ = False self.active_name = None self.active_unit = None self.active_label = None self.active_properties = None self.active_button_markup = ('', "") self.custom_label = custom_label self.prefs = prefs self.rec = rec start_at = 4 Gtk.VBox.__init__(self) # ,2,len(NUT_LAYOUT)+start_at) self.show() self.yieldLabel = Gtk.Label() self.set_yields(0) self.nutrition_display_info = [] # self.attach(self.yieldLabel, # 0,2,0,1) self.yieldLabel.show() self.yieldLabel.set_alignment(0, 0.5) self.missingLabel = self.make_missing_label() # self.attach(self.missingLabel,0,2,1,2) self.pack_start(self.missingLabel, False, False, 0) self.pack_start(self.yieldLabel, False, False, 0) # setup daily value button to display calories/day assumption # and to allow changing it via a nifty little button dvb, eb = self.make_dv_boxes() dvb.show() self.cal_per_day_box = Gtk.HBox() self.cal_per_day_box.show() vb = Gtk.VBox() vb.show() vb.pack_start(dvb, False, False, 0) vb.pack_start(eb, False, False, 0) self.cal_per_day_box.pack_end(vb, True, True, 0) self.pack_start(self.cal_per_day_box, True, True, 0) self.main_table = Gtk.Table() self.main_table.show() self.main_table.set_col_spacings(18) self.pack_start(self.main_table, True, True, 0) self.sub_table = Gtk.Table() self.sub_table.show() self.sub_table.set_col_spacings(18) self.nutexpander = Gtk.Expander(label=_("Vitamins and minerals")) self.nutexpander.show() self.nutexpander.add(self.sub_table) self.pack_start(self.nutexpander, True, True, 0) for table, layout in [ (self.main_table, MAIN_NUT_LAYOUT), (self.sub_table, DETAIL_NUT_LAYOUT), ]: for n, nutstuff in enumerate(layout): if nutstuff == SEP: hs = Gtk.HSeparator() table.attach(hs, 0, 2, n + start_at, n + start_at + 1, xoptions=Gtk.AttachOptions.FILL) hs.show() continue label, typ, name, properties, show_percent, unit = nutstuff hb = Gtk.HBox() permanentl = Gtk.Label() permanentl.set_alignment(0, 0.5) if typ == MAJOR: permanentl.set_markup("" + label + "") elif typ == MINOR: permanentl.set_markup(" " + label) elif typ == TINY: permanentl.set_markup(' ' + label + "") if self.pressable: b = Gtk.Button() b.add(permanentl) b.set_relief(Gtk.ReliefStyle.NONE) b.connect("clicked", self.toggle_label, label, name, properties, unit) hb.pack_start(b, False, True, 0) self.toggles[name] = b else: hb.pack_start(permanentl, True, True, 0) unit_label = Gtk.Label() unit_label.set_alignment(0, 0.5) if name != "kcal": hb.pack_start(unit_label, True, True, 0) else: # print 'pack end' # hb.pack_end(unit_label,expand=True) table.attach(unit_label, 1, 2, n + start_at, n + start_at + 1, xoptions=Gtk.AttachOptions.FILL) unit_label.set_alignment(1, 0.5) unit_label.show() hb.show_all() table.attach(hb, 0, 1, n + start_at, n + start_at + 1, xoptions=Gtk.AttachOptions.FILL) if show_percent == SHOW_PERCENT: percent_label = Gtk.Label() percent_label.modify_font(self.bold_font) percent_label.set_alignment(1, 0.5) percent_label.show() table.attach(percent_label, 1, 2, n + start_at, n + start_at + 1, xoptions=Gtk.AttachOptions.FILL) self.nutrition_display_info.append( { "props": properties, "percent_label": (show_percent == SHOW_PERCENT and percent_label), "unit_label": unit_label, "unit": unit, "usda_rec_per_cal": (name in RECOMMENDED_INTAKE and RECOMMENDED_INTAKE[name]), "box": hb, "type": typ, } ) def set_prefs(self, prefs): self.prefs = prefs def toggle_label(self, button, label, name, properties, unit): if self.__toggling__: return self.__toggling__ = True if name != self.active_name: for b in list(self.toggles.values()): lab = b.get_children()[0] if b != button: orig = lab.get_label() if orig.find(self.active_button_markup[0]) == 0: lab.set_markup_with_mnemonic(orig[len(self.active_button_markup[0]) : (-len(self.active_button_markup[1]))]) else: lab.set_markup_with_mnemonic(self.active_button_markup[0] + lab.get_label() + self.active_button_markup[1]) self.active_name = name self.active_unit = unit self.active_label = label self.active_properties = properties else: self.active_name = None self.active_unit = None self.active_label = None lab = button.get_children()[0] orig = lab.get_label() if orig.find(self.active_button_markup[0]) == 0: lab.set_markup_with_mnemonic(orig[len(self.active_button_markup[0]) : (-len(self.active_button_markup[1]))]) self.emit("label-changed") self.__toggling__ = False def make_missing_label(self): hb = Gtk.HBox() label = Gtk.Label() self.missingLabelLabel = label label.set_alignment(0, 0.5) b = Gtk.Button(stock=Gtk.STOCK_EDIT) hb.pack_start(label, True, True, 0) hb.pack_start(b, True, True, 0) b.connect("clicked", self.solidify_vapor_cb) b.show(), label.show(), hb.show() self.edit_missing_button = b return hb def set_missing_label_text(self, missing, total): self.missingLabelLabel.set_markup( '' + _("""Missing nutritional information\nfor %(missing)s of %(total)s ingredients.""") % locals() + "" ) if missing == 0: self.missingLabelLabel.hide() else: self.missingLabelLabel.show() if missing == total: method = "hide" else: method = "show" getattr(self.main_table, method)() getattr(self.nutexpander, method)() getattr(self.yieldLabel, method)() getattr(self.cal_per_day_box, method)() def make_dv_boxes(self): dvLabel = Gtk.Label() dvLabel.set_markup('' + _("% _Daily Value") + "") dvLabel.set_use_underline(True) dvLabel.set_alignment(1, 0.5) hb = Gtk.HBox() self.edit_button = Gtk.ToggleButton() dvLabel.set_mnemonic_widget(self.edit_button) i = Gtk.Image() i.set_from_stock(Gtk.STOCK_EDIT, Gtk.IconSize.MENU) self.edit_button.add(i) hb.pack_end(dvLabel, False, False, 0) self.edit_button.set_alignment(1, 0.5) hb.pack_end(self.edit_button, False, False, 6) self.edit_button.show_all() self.set_edit_tip() self.edit_button.connect("clicked", self.toggle_edit_calories_per_day) hb.show_all() self.cpd_editor = Gtk.HBox() cpd_ed_label = Gtk.Label(label="_" + "Calories per day:" + "") cpd_ed_label.set_use_underline(True) cpd_ed_label.set_use_markup(True) self.cpd_editor.pack_start(cpd_ed_label, True, True, 12) cpd_ed_label.set_alignment(1, 0.5) self.cpd_sb = Gtk.SpinButton() self.cpd_sb.set_numeric(True) self.cpd_sb.connect("activate", lambda *args: self.edit_button.set_active(False)) self.cpd_sb.connect("value-changed", self.edit_calories_per_day) cpd_ed_label.set_mnemonic_widget(self.cpd_sb) adj = self.cpd_sb.get_adjustment() adj.lower, adj.upper = 0, 4000 adj.step_increment, adj.page_increment = 50, 500 self.cpd_editor.pack_start(self.cpd_sb, True, True, 0) # cancelb = Gtk.Button(stock=Gtk.STOCK_CANCEL) # okb = Gtk.Button(stock=Gtk.STOCK_OK) # self.cpd_editor.pack_start(cancelb,True, True,12) # self.cpd_editor.pack_start(okb,) # okb.connect('clicked',self.edit_calories_per_day) # cancelb.connect('clicked',lambda *args: self.cpd_editor.hide()) return hb, self.cpd_editor def set_edit_tip(self): self.edit_button.set_tooltip_text( _("Percentage of recommended daily value based on %i calories per day. Click to edit number of calories per day.") % self.calories_per_day ) def toggle_edit_calories_per_day(self, b): if b.get_active(): self.cpd_sb.set_value(self.calories_per_day) self.cpd_editor.show_all() self.cpd_sb.grab_focus() else: self.edit_calories_per_day() self.cpd_editor.hide() def edit_calories_per_day(self, *args): self.cpd_sb.update() self.calories_per_day = self.cpd_sb.get_value() self.update_display() self.set_edit_tip() self.emit("calories-changed") def set_yields(self, n, unit="servings"): self.yields = n self.yield_unit = unit self.setup_yield_label() # self.update_display() def set_nutinfo(self, nutinfo): """Set nutrition info from a nutrition info object. A nutinfo object has attributes with our relevant data. """ self.nutinfo = nutinfo if len(self.nutinfo) == 0: self.main_table.hide() self.nutexpander.hide() self.yieldLabel.hide() self.cal_per_day_box.hide() self.missingLabel.hide() else: self.update_display() vapor = self.nutinfo._get_vapor() if vapor: len(vapor) self.nutinfo.recursive_length() self.set_missing_label_text(len(vapor), self.nutinfo.recursive_length()) self.missingLabel.show() else: self.main_table.show() self.nutexpander.show() self.yieldLabel.show() self.cal_per_day_box.show() self.missingLabel.hide() def update_display(self): """Update the display of labels based on values in nutinfo, adjusted by yields and calories_per_day. """ for itm in self.nutrition_display_info: props = itm["props"] if isinstance(props, str): rawval = getattr(self.nutinfo, props) or 0 else: # sum a list of properties rawval = sum([getattr(self.nutinfo, p) or 0 for p in props]) if self.yields: rawval = float(rawval) / self.yields if itm["type"] != MAJOR: # If the item is not "MAJOR", then we hide it if the # rawval is 0 if rawval == 0: itm["box"].hide() if itm["percent_label"]: itm["percent_label"].hide() else: itm["box"].show() if itm["percent_label"]: itm["percent_label"].show() if itm["unit_label"]: itm["unit_label"].set_text("%i%s" % (rawval, itm["unit"])) if itm["usda_rec_per_cal"] and itm["percent_label"]: totrec = itm["usda_rec_per_cal"] * self.calories_per_day if totrec: percent = 100 * (float(rawval) / totrec) itm["percent_label"].set_text("%i%%" % percent) def setup_yield_label(self): if self.custom_label: self.yieldLabel.set_markup("" + self.custom_label + "") elif self.yields: singular_unit = _defaults.get_pluralized_form(self.yield_unit, 1) self.yieldLabel.set_markup("" + _("Amount per %s" % singular_unit) + "") else: self.yieldLabel.set_markup("" + _("Amount per recipe") + "") def set_nutritional_info(self, info): """Set nutrition from a NutritionInfo or NutritionInfoList object.""" self.nutinfo = info self.update_display() def solidify_vapor_cb(self, *args): self.show_druid(fix_vapor=True) def show_druid(self, nd=None, fix_vapor=False): vapor = fix_vapor and self.nutinfo._get_vapor() if not nd: if vapor: nd = vapor[0].__nd__ else: raise Exception("No nutritional database handed to us!") from . import nutritionDruid self.ndruid = nutritionDruid.NutritionInfoDruid(nd, prefs=self.prefs, rec=self.rec) self.ndruid.connect("key-changed", lambda w, tpl: self.emit("ingredients-changed")) self.ndruid.connect("unit-changed", lambda w, tpl: self.emit("ingredients-changed")) if vapor: ings = [(v.__key__, [(v.__amt__, v.__unit__)]) for v in vapor] self.ndruid.add_ingredients( ings, ) else: self.ndruid.setup_nutrition_index() self.ndruid.connect("finish", self.update_nutinfo) self.ndruid.show() def update_nutinfo(self, *args): self.nutinfo._reset() self.update_display() vapor = self.nutinfo._get_vapor() if vapor: self.set_missing_label_text(len(vapor), len(self.nutinfo)) self.missingLabel.show() else: self.missingLabel.hide() self.emit("ingredients-changed") if __name__ == "__main__": import random class fakenut: __attdict__ = {} def __len__(self): return 7 def __getattr__(self, n): if n == "has_vapor": return self.has_vapor if n == "_get_vapor": return self._get_vapor_ if n in self.__attdict__: return self.__attdict__[n] elif n == "kcal": self.__attdict__[n] = self.carb * 4 + self.sugar * 4 + self.protein * 4 + self.famono * 9 + self.fasat * 9 return self.__attdict__[n] else: # n = random.randint(0,100) self.__attdict__[n] = random.randint(0, 100) return self.__attdict__[n] def has_vapor(self): True def recursive_length(self): return self.__len__() def _get_vapor_(self): return [("black pepper", [(1, "tsp.")]), ("red pepper", [(1, ""), (2, "c.")])] ni = fakenut() w = Gtk.Window() nl = NutritionLabel({}) vb = Gtk.VBox() w.add(vb) hb = Gtk.HBox() vb.pack_start(hb, False, False, 0) hb.pack_start(nl, False, False, 0) vb.show() b = Gtk.Button("Test me") vb.add(b) nl.tt.set_tip(b, "What about this?") b.show() hb.show() # nl.set_yields(2) nl.set_nutinfo(ni) def display_info(w): print(w.active_name, w.active_unit, w.active_label) nl.connect("label-changed", display_info) nl.show() w.show() w.connect("delete-event", lambda *args: Gtk.main_quit()) Gtk.main() gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutritionModel.py000066400000000000000000000016171510115424500277600ustar00rootroot00000000000000from gi.repository import GObject, Gtk from gourmand.i18n import _ class NutritionModel(Gtk.TreeStore): """Handed ingredients and a nutritional database, display our nutritional information thus far.""" AMOUNT_COL_HEAD = _("Amount") UNIT_COL_HEAD = _("Unit") ING_COL_HEAD = _("Ingredient") USDA_COL_HEAD = _("USDA Database Equivalent") UNKNOWN = _("Unknown") AMT_COL = 1 UNIT_COL = 2 ING_COL = 3 USDA_COL = 4 def __init__(self, ings, nd): Gtk.TreeStore.__init__(self, GObject.TYPE_PYOBJECT, str, str, str, str) self.nd = nd self.ings = ings list(map(self.add_ingredient, self.ings)) def add_ingredient(self, ing): r = self.nd.get_key(ing.ingkey) if r: desc = r.desc else: desc = self.UNKNOWN self.append(None, [ing, str(ing.amount), ing.unit, str(ing.item), desc]) gourmand-1.2.0/src/gourmand/plugins/nutritional_information/nutritionView.py000066400000000000000000000606201510115424500276310ustar00rootroot00000000000000from gi.repository import GObject, Gtk import gourmand.cb_extras as cb import gourmand.convert as convert import gourmand.dialog_extras as de import gourmand.gglobals as gglobals from gourmand.defaults import lang as defaults from . import parser_data class NutritionTable: """Handed a table (so we can steal it from glade), we pack it full of nutritional information.""" def __init__(self, table, prefs, default_editable=True): self.prefs = prefs self.table = table self.fields = prefs.get( "nutritionFields", # default nutritional fields ["kcal", "protein", "carb", "fiber", "calcium", "iron", "sodium", "fasat", "famono", "fapoly", "cholestrl"], ) self.mnemonics = [] self.cells = {} self.pack_table() self.set_editable(default_editable) self.table.show_all() def set_nutrition_object(self, obj, multiply_by=None): # we want an object that has nutritionFields as attributes. # In our metakit-ish world, that means we really are going to # be getting a row of our nutrition database as an object, whose # attributes represent fields. for attr, widgets in list(self.cells.items()): val = getattr(obj, attr) # if we're multiplying and this is an attribute that needs to be multiplied... if multiply_by and attr in parser_data.PER_100_GRAMS: val = val * multiply_by for w in widgets: w.set_text("%s" % val) def set_editable(self, value): if value: for widgets in list(self.cells.values()): widgets[0].show() widgets[1].hide() else: for widgets in list(self.cells.values()): widgets[1].show() widgets[0].hide() def pack_table(self): for n, f in enumerate(self.fields): lname = parser_data.NUT_FIELDNAME_DICT[f] label = Gtk.Label() # we somewhat hackishly attempt to create a mnemonic lab = self.create_mnemonic(lname) label.set_text_with_mnemonic(lab + ":") # We might eventually want to make this into SpinButtons, since they # are numbers, but I find too many SpinButtons annoying :) entr = Gtk.Entry() label.set_mnemonic_widget(entr) lab2 = Gtk.Label() self.cells[f] = (entr, lab2) # so we can get back at this widget self.table.attach(label, 0, 1, n, n + 1) self.table.attach(entr, 1, 2, n, n + 1) self.table.attach(lab2, 2, 3, n, n + 1) def create_mnemonic(self, txt): """Create a mnemonic for txt, trying not to use the same mnemonic twice.""" for n, char in enumerate(txt): if char.strip() and char not in self.mnemonics: self.mnemonics.append(char) return txt[0:n] + "_" + txt[n:] else: # if we must, go ahead and use the same mnemonic twice return "_" + txt class NutritionItemView: def __init__( self, nd, usdaChoiceWidget, ingredientWidget, amountWidget, unitChoiceWidget, descChoiceWidget, currentAmountWidget, infoTable, amountLabel=None, unitChoiceLabel=None, descChoiceLabel=None, ): self.nd = nd self.choices = {} self.usdaChoiceWidget = usdaChoiceWidget self.ingredientWidget = ingredientWidget self.amountWidget = amountWidget self.amountLabel = amountLabel self.unitChoiceWidget = unitChoiceWidget self.descChoiceWidget = descChoiceWidget self.currentAmountWidget = currentAmountWidget self.unitChoiceLabel = unitChoiceLabel self.descChoiceLabel = descChoiceLabel # self.ingredientWidget.connect('changed',self.set_ingredient_from_keybox) self.usdaChoiceWidget.connect("changed", self.usdaChangedCB) self.unitChoiceWidget.connect("changed", self.amountChangedCB) self.amountWidget.connect("changed", self.amountChangedCB) self.descChoiceWidget.connect("changed", self.amountChangedCB) self.infoTable = infoTable self.amount = 100 self.unit = "g." def set_unit_visibility(self, visible): if visible: self.amountWidget.show() self.unitChoiceWidget.show() if self.unitChoiceLabel: self.unitChoiceLabel.show() if self.amountLabel: self.amountLabel.show() else: self.unitChoiceWidget.hide() self.amountWidget.hide() if self.unitChoiceLabel: self.unitChoiceLabel.hide() if self.amountLabel: self.amountLabel.hide() self.set_desc_visibility(False) def set_desc_visibility(self, visible): if visible: self.descChoiceWidget.show() if self.descChoiceLabel: self.descChoiceLabel.show() else: self.descChoiceWidget.hide() if self.descChoiceLabel: self.descChoiceLabel.hide() # def set_ingredient_from_keybox (self,*args): # ing = self.ingredientWidget.get_text() # self.set_ingredient(ing) def set_nutref(self, nutrow): nutchoices = self.choices.get(self.usdaChoiceWidget) or [] if nutrow.desc in nutchoices: self.set_choice(self.usdaChoiceWidget, nutrow.desc) else: self.setup_chocies([nutrow.desc] + nutchoices, self.usdaChoiceWidget) self.set_choice(nutrow.desc) def set_ingredient(self, ing): """Handed an ingredient object, we set up our other widgets to let the user choose nutritional information.""" self.ingkey = ing self.currentAmountWidget.set_text("%s %s" % (self.amount, self.unit)) self.setup_usda_choices(ing) self.setup_unit_boxes(ing) def setup_unit_boxes(self, ing=None, nutrow=None): self.densities, self.extra_units = self.nd.get_conversions(row=nutrow, key=ing) self.setup_choices(list(self.densities.keys()), self.descChoiceWidget) units = defaults.WEIGHTS[0:] if self.densities: units += defaults.VOLUMES[0:] if self.extra_units: units = list(self.extra_units.keys()) + units self.setup_choices(units, self.unitChoiceWidget) for k in list(self.densities.keys()): if k: # if we have a key that's not none, then we actually need a descChoiceWidget self.setup_choices(list(self.densities.keys()), self.descChoiceWidget) if None in self.densities: self.set_choice(self.descChoiceWidget, None) else: self.set_choice(self.descChoiceWidget, k) self.set_desc_visibility(True) return # if we didn't find any density choices, then we don't need our description widget self.set_desc_visibility(False) self.setup_choices(None, self.descChoiceWidget) def setup_usda_choices(self, ing): self.ingkey = ing nutrow = self.nd.get_nutinfo(self.ingkey) if nutrow: self.choices[self.usdaChoiceWidget] = [nutrow] self.setup_choices([nutrow], self.usdaChoiceWidget) self.set_choice(self.usdaChoiceWidget, nutrow) return lst = self.nd.get_usda_list_for_string(ing) self.usdaDict = {} for entry in lst: self.usdaDict[entry[0]] = entry[1] self.choices[self.usdaChoiceWidget] = [x[0] for x in lst] self.setup_choices(self.choices[self.usdaChoiceWidget], self.usdaChoiceWidget) def get_active_usda(self): return cb.cb_get_active_text(self.usdaChoiceWidget) def get_multiplier(self, *args): d = None # Grab our density (either the default density for the food, or the density for the # user-selected description, such as chopped, sliced, etc). if None in self.densities or self.densities and self.get_choice(self.descChoiceWidget): d = self.densities[self.get_choice(self.descChoiceWidget) or None] multiplier = self.nut and self.nd.convert_amount(self.amount, self.unit, d) if multiplier: self.set_unit_visibility(False) # if we don't need unit info, don't show it return multiplier elif self.nut: # if we just need the right unit, see if the user has entered an equivalent... # otherwise, we do need unit info, keep it visible self.set_unit_visibility(True) try: amt = convert.frac_to_float(self.amountWidget.get_text()) except Exception: # if there's not a number in Amt, we want to grab it self.amountWidget.grab_focus() return else: unit = self.get_choice(self.unitChoiceWidget) if unit in self.extra_units: return self.nd.convert_amount(amt * self.extra_units[unit], "g.") else: return self.nd.convert_amount(amt, unit, d) def usdaChangedCB(self, *args): usda_choice = self.get_active_usda() ndbno = self.usdaDict[usda_choice] self.nut = self.nd.db.nutrition_table.select({"ndbno": ndbno})[0] self.setup_unit_boxes(nutrow=self.nut) self.set_amount() def amountChangedCB(self, *args): self.set_amount() def set_amount(self): multiplier = self.get_multiplier() if not multiplier: # self.unitLabel="%s %s = "%(self.amount,self.unit) # self.unitEntry="?" self.currentAmountWidget.set_text("%s %s (? grams)" % (self.amount, self.unit)) else: self.currentAmountWidget.set_text("%s %s (%s grams)" % (self.amount, self.unit, multiplier * 100)) self.infoTable.set_nutrition_object(self.nut, multiplier) def get_new_conversion(self, *args): unit = self.get_choice(self.unitChoiceWidget) amt = self.amountWidget.get_text() try: amt = float(amt) except Exception: de.show_message(label="Invalid Amount", sublabel="Amount %s is not a number." % amt) self.amountWidget.grab_focus() self.amount = amt self.unit = unit self.usdaChangedCB() def setup_choices(self, choices, choiceWidget): """Given a list of choices, we setup widget choiceWidget to offer those choices to user. By subclassing and overriding this method, we can let subclasses use any method they like to offer choices This function can also be handed None instead of choices, in which case there is no meaningful choice for the user to make""" # make sure there's no current model self.choices[choiceWidget] = choices choiceWidget.set_model(None) if choices: cb.set_model_from_list(choiceWidget, choices, expand=False) else: cb.set_model_from_list(choiceWidget, [None]) def get_choice(self, choiceWidget): """Return the user's current choice from choiceWidget""" return cb.cb_get_active_text(choiceWidget) def set_choice(self, choiceWidget, choice): return cb.cb_set_active_text(choiceWidget, choice) class NutritionCardView: def __init__(self, recCard): self.rc = recCard from . import nutritionGrabberGui nutritionGrabberGui.check_for_db(self.rc.rg.rd) self.nmodel = NutritionTreeModel( self.get_nd(), nutrition_fields=self.rc.prefs.get( "nutritionFields", # default nutritional fields ["kcal", "protein", "carb", "fiber", "calcium", "iron", "sodium", "fasat", "famono", "fapoly", "cholestrl"], ), ) self.nmodel.attach_treeview(self.rc.ui.get_object("nutTreeView")) self.ings = self.rc.rg.rd.get_ings(self.rc.current_rec) for i in self.ings: self.nmodel.add_ingredient(i) NutritionCardViewOld(recCard) # initialize our old interface as well... def get_nd(self): if hasattr(self.rc.rg, "nutritionData"): return self.rc.rg.nutritionData else: from . import nutrition self.rc.rg.nutritionData = nutrition.NutritionData(self.rc.rg.rd, self.rc.rg.conv) return self.rc.rg.nutritionData class NutritionCardViewOld: """We handle the nutritional portion of our recipe card interface.""" ING_COL = 0 NUT_COL = 1 STR_COL = 2 def __init__(self, recCard): from . import nutritionGrabberGui self.rc = recCard self.ings = self.rc.rg.rd.get_ings(self.rc.current_rec) nutritionGrabberGui.check_for_db(self.rc.rg.rd) # grab our widgets self.treeview = self.rc.ui.get_object("nutritionTreeView") self.treeview.set_property("headers-visible", False) self.treeview.set_property("search-column", self.STR_COL) # self.expander = self.rc.ui.get_object('nutritionExpander') nutTable = self.rc.ui.get_object("nutritionTable") self.usdaExpander = self.rc.ui.get_object("usdaExpander") self.nutTable = NutritionTable(nutTable, self.rc.prefs) self.keyBox = self.rc.ui.get_object("nutritionKeyBox") self.keyBox.entry = self.keyBox.get_children()[0] self.usdaCombo = self.rc.ui.get_object("nutritionUSDACombo") self.UnitLabel = self.rc.ui.get_object("nutUnitLabel") self.UnitEntry = self.rc.ui.get_object("nutUnitEntry") self.UnitCombo = self.rc.ui.get_object("nutUnitCombo") self.applyButton = self.rc.ui.get_object("nutritionApplyButton") self.applyButton.connect("clicked", self.applyCB) self.customizeButton = self.rc.ui.get_object("nutritionCustomizeButton") self.radioManual = self.rc.ui.get_object("nutMethod") self.radioCalc = self.rc.ui.get_object("nutMethodCalcButton") self.radioUSDA = self.rc.ui.get_object("nutMethodLookupButton") self.radioManual.connect("toggled", self.nutMethodCB) self.niv = NutritionItemView( self.get_nd(), self.usdaCombo, self.keyBox.entry, self.rc.ui.get_object("nutAmountEntry"), self.UnitCombo, self.rc.ui.get_object("nutDescBox"), self.rc.ui.get_object("nutCurrentUnitLabel"), self.nutTable, amountLabel=self.rc.ui.get_object("nutAmountLabel"), unitChoiceLabel=self.rc.ui.get_object("nutUnitLabel"), descChoiceLabel=self.rc.ui.get_object("nutDescLabel"), ) # self.nmodel = NutritionModel(self.rc.ings,self.get_nd()) # no longer use this # build our ingredient/nutrition model for our treeview self.setup_nmodel() self.setup_treeview_columns() self.treeview.set_model(self.nmodel) # setup treeview callback for selection change self.treeviewsel = self.treeview.get_selection() self.treeviewsel.set_mode(Gtk.SelectionMode.SINGLE) self.treeviewsel.connect("changed", self.selectionChangedCB) self.multiplier = None self.nutcombo_set = None def setup_nmodel(self): # make sure we have an ingredient list if not hasattr(self.rc, "ings"): self.rc.create_ing_alist() self.nmodel = Gtk.ListStore(GObject.TYPE_PYOBJECT, GObject.TYPE_PYOBJECT, str) self.nmodel.append([None, None, "Recipe"]) for i in self.rc.ings: aliasrow = self.get_nd().get_key(i.ingkey) if aliasrow: nut_row = self.rc.rg.rd.nutrition_table.select({"ndbno": aliasrow.ndbno}) else: nut_row = None self.nmodel.append([i, nut_row, i.ingkey]) def setup_treeview_columns(self): for n in [self.STR_COL]: rend = Gtk.CellRendererText() col = Gtk.TreeViewColumn("", rend, text=n) col.set_reorderable(True) col.set_resizable(True) self.treeview.append_column(col) def get_nd(self): if hasattr(self.rc.rg, "nutritionData"): return self.rc.rg.nutritionData else: from . import nutrition self.rc.rg.nutritionData = nutrition.NutritionData(self.rc.rg.rd, self.rc.rg.conv) return self.rc.rg.nutritionData def selectionChangedCB(self, *args): mod, itr = self.treeviewsel.get_selected() self.ing = mod.get_value(itr, self.ING_COL) self.nut = mod.get_value(itr, self.NUT_COL) if not self.ing or self.nut: # then this is the recipe that's been selected! self.radioCalc.show() self.radioUSDA.hide() self.usdaExpander.hide() return else: self.radioCalc.hide() self.radioUSDA.show() # if not self.nutcombo_set==self.ing: # self.niv.setup_usda_choices(self.ing.ingkey) # self.nutcombo_set=self.ing self.usdaExpander.set_expanded(True) if self.nut: self.setup_usda_box() self.radioUSDA.set_active(True) else: self.radioManual.set_active(True) self.keyBox.entry.set_text(self.ing.ingkey) def setup_usda_box(self): self.niv.amount = self.ing.amount self.niv.unit = self.ing.unit self.niv.set_ingredient(self.ing.ingkey) # if self.nut: # self.niv.set_nutref(nutrow) def setup_keybox(self, ing): self.keyBox.set_model(self.rc.rg.inginfo.key_model.filter_new()) self.keyBox.set_text_column(0) # curkey = self.keyBox.entry.get_text() keys = self.rc.rg.rd.key_search(ing.item) mod = self.keyBox.get_model() if keys: def vis(m, iter): x = m.get_value(iter, 0) if x and x in keys: return True mod.set_visible_func(vis) else: def vis(*args): return True mod.set_visible_func(vis) mod.refilter() if len(self.keyBox.get_model()) > 6: self.keyBox.set_wrap_width(2) if len(self.keyBox.get_model()) > 10: self.keyBox.set_wrap_width(3) cb.setup_completion(self.keyBox) def nutMethodCB(self, widget, *args): # our widget is the "manual" widget if widget.get_active(): self.usdaExpander.set_expanded(False) self.usdaExpander.set_sensitive(False) self.nutTable.set_editable(True) else: self.usdaExpander.set_sensitive(True) self.setup_usda_box() self.usdaExpander.set_expanded(True) self.nutTable.set_editable(False) def applyCB(self, *args): # ADD SOMETHING HERE TO CALL A "SAVE" type method on our NIV # now update our model # grab our new conversion self.niv.get_new_conversion() nmod, itr = self.treeviewsel.get_selected() # set our new key # ing = nmod.get_value(itr, self.ING_COL) # (make undoable!) # self.rc.rg.rd.undoable_modify_ing(ing,{'ingkey':key},self.rc.history) row = self.rc.rg.rd.nutrition_table.select({"ndbno": ndbno})[0] # noqa: F821 # TODO: Never called? nmod.set_value(itr, self.NUT_COL, row) # nmod.set_value(itr,self.STR_COL,key) class NutritionTreeModel(Gtk.TreeStore): """Display our nutritional information in a simple tree model. > Ingredient-Name | Ingredient-Key | USDA-NAME | AMT | UNIT | Grams | > NUTINFO | VALUE > NUTINFO | VALUE > ... """ ING_OBJECT_COLUMN = 0 def __init__( self, nutritionData, ingredient_info=["ingkey", "amount", "unit"], nutrition_fields=["kcal", "protein", "carb", "fasat", "famono", "fapoly", "cholestrl"], ): self.nd = nutritionData self.columns = ingredient_info + ["USDA", "grams"] self.numerics = ["amount", "grams"] self.build_store() self.nutrition_fields = nutrition_fields def build_store(self): n = self.ING_OBJECT_COLUMN self.ts_col_dic = {} self.coltypes = [GObject.TYPE_PYOBJECT] # for our ingobject for c in self.columns: n += 1 if c in self.numerics: self.coltypes += [str] # everything's a string else: self.coltypes += [str] self.ts_col_dic[c] = n self.ts = GObject.GObject.__init__(self, *self.coltypes) def attach_treeview(self, treeview): self.tv = treeview self.tv.set_model(self) text_renderer = Gtk.CellRendererText() text_renderer.set_property("editable", True) for col in self.columns: # not yet i18n'd if col == "USDA": rend = Gtk.CellRendererCombo() self.usda_model = Gtk.ListStore(str, str) rend.set_property("model", self.usda_model) rend.set_property("text-column", 0) rend.set_property("editable", True) rend.connect("editing-started", self.usda_editing_started_cb) rend.connect("edited", self.usda_edited_cb) col = Gtk.TreeViewColumn(col, rend, text=self.ts_col_dic[col]) else: col = Gtk.TreeViewColumn(col, text_renderer, text=self.ts_col_dic[col]) col.set_reorderable(True) col.set_resizable(True) self.tv.append_column(col) self.tv.connect("row-expanded", self.populateChild) def add_ingredient(self, ing): base_list = [self.grab_attr(ing, name) for name in self.columns] itr = self.append(None, [ing] + base_list) self.append(itr) def populateChild(self, tv, iter, path): child = self.iter_children(iter) if self.get_value(child, 0) is None: self.remove(child) # remove the blank... self.append_nutritional_info(iter) def append_nutritional_info(self, iter): """Handed an treestore iter, append nutritional information.""" ing = self.get_value(iter, self.ING_OBJECT_COLUMN) nut = self.nd.get_nutinfo(ing.ingkey) for fld in self.nutrition_fields: append_vals = [None] * (len(self.columns) + 1) append_vals[1] = fld if nut: append_vals[2] = getattr(nut, fld) self.append(iter, append_vals) def grab_attr(self, ing, name): if name in list(gglobals.ING_ATTRS.keys()): attval = getattr(ing, name) if name in self.numerics: return convert.float_to_frac(attval) else: return attval elif name == "USDA": nutrow = self.nd.get_nutinfo(ing.ingkey) if nutrow: return nutrow.desc else: return None elif name == "grams": # nutrow=self.nd.get_nutinfo(ing.ingkey) # densities,extra_units=self.nd.get_conversions(nutrow) amt = self.nd.get_conversion_for_amt(ing.amount, ing.unit, ing.ingkey) if amt: return 100 * amt else: return 0 def usda_editing_started_cb(self, renderer, editable, path_string): indices = path_string.split(":") path = tuple(map(int, indices)) itr = self.get_iter(path) ing = self.get_value(itr, self.ING_OBJECT_COLUMN) if isinstance(editable, Gtk.ComboBoxEntry): while len(self.usda_model) > 0: del self.usda_model[0] # empty our liststore... usda_list = self.nd.get_usda_list_for_string(ing.ingkey) self.usdaDict = {} for entry in usda_list: self.usdaDict[entry[0]] = entry[1] self.usda_model.append(entry) def usda_edited_cb(self, renderer, path_string, text): indices = path_string.split(":") path = tuple(map(int, indices)) itr = self.get_iter(path) ing = self.get_value(itr, self.ING_OBJECT_COLUMN) self.nd.set_key_from_ndbno(ing.ingkey, self.usdaDict[text]) self.set_value(itr, self.ts_col_dic["USDA"], text) if __name__ == "__main__": w = Gtk.Window() f = Gtk.Entry() b = Gtk.Button(stock=Gtk.STOCK_ADD) hb = Gtk.HBox() hb.add(f) hb.add(b) vb = Gtk.VBox() vb.add(hb) t = Gtk.Table() nt = Gtk.NutritionTable(t, {}, True) gourmand-1.2.0/src/gourmand/plugins/nutritional_information/parser_data.py000066400000000000000000000303061510115424500272260ustar00rootroot00000000000000# Copyright Thomas M. Hinkle - 2005,2006 GNU GPL V.2 from gourmand.i18n import _ PER_100_GRAMS = [ "kcal", "protein", "lipid", "ash", "carb", "fiber", "sugar", "calcium", "iron", "magnesium", "phosphorus", "potassium", "sodium", "zinc", "copper", "manganese", "selenium", "vitaminc", "thiamin", "riboflavin", "niacin", "pantoacid", "vitaminb6", "folatetotal", "folateacid", "foodfolate", "folatedfe", "vitb12", "vitaiu", "vitarae", "retinol", "vite", "vitk", "alphac", "betac", "betacrypt", "lypocene", "famono", "fapoly", "lutzea", "fasat", "cholestrl", ] # For the ABBREV FILE NUTRITION_FIELDS = [ # [description abbrev type] ["Nutrient Databank Number", "ndbno", "int"], ["Short Description", "desc", "char(100)"], [_("Water"), "water", "float"], [_("Kilocalories"), "kcal", "float"], [_("g protein"), "protein", "float"], [_("g lipid"), "lipid", "float"], [_("g ash"), "ash", "float"], [_("g carbohydrates"), "carb", "float"], [_("g fiber"), "fiber", "float"], [_("g sugar"), "sugar", "float"], [_("mg calcium"), "calcium", "float"], [_("mg iron"), "iron", "float"], [_("mg magnesium"), "magnesium", "float"], [_("mg phosphorus"), "phosphorus", "float"], [_("mg potassium"), "potassium", "float"], [_("mg sodium"), "sodium", "float"], [_("mg zinc"), "zinc", "float"], [_("mg copper"), "copper", "float"], [_("mg manganese"), "manganese", "float"], [_("microgram selenium"), "selenium", "float"], [_("mg vitamin c"), "vitaminc", "float"], [_("mg thiamin"), "thiamin", "float"], [_("mg riboflavin"), "riboflavin", "float"], [_("mg niacin"), "niacin", "float"], [_("mg pantothenic acid"), "pantoacid", "float"], [_("mg vitamin B6"), "vitaminb6", "float"], [_("microgram Folate Total"), "folatetotal", "float"], [_("microgram Folic acid"), "folateacid", "float"], [_("microgram Food Folate"), "foodfolate", "float"], [_("microgram dietary folate equivalents"), "folatedfe", "float"], [_("Choline, total"), "choline", "float"], [_("microgram Vitamin B12"), "vitb12", "float"], [_("Vitamin A IU"), "vitaiu", "float"], [_("Vitamin A (microgram Retinal Activity Equivalents"), "vitarae", "float"], [_("microgram Retinol"), "retinol", "float"], [_("microgram Alpha-carotene"), "alphac", "float"], [_("microgram Beta-carotene"), "betac", "float"], [_("microgram Beta Cryptoxanthin"), "betacrypt", "float"], [_("microgram Lycopene"), "lypocene", "float"], [_("microgram Lutein+Zeazanthin"), "lutzea", "float"], [_("mg Vitamin E"), "vite", "float"], [_("mg Vitamin K"), "vitk", "float"], [_("g Saturated Fatty Acid"), "fasat", "float"], [_("g Monounsaturated Fatty Acids"), "famono", "float"], [_("g Polyunsaturated Fatty Acids"), "fapoly", "float"], [_("mg Cholesterol"), "cholestrl", "float"], ["Gram Weight 1", "gramwt1", "float"], ["Gram Weight Description 1", "gramdsc1", "char(100)"], ["Gram Weight 2", "gramwt2", "float"], ["Gram Weight Description 2", "gramdsc2", "char(100)"], [_("Percent refuse"), "refusepct", "float"], ] # List of fields that can be sensibly added, multiplied, etc. SUMMABLE_FIELDS = [ "kcal", "protein", "lipid", "ash", "carb", "cholestrl", "fiber", "calcium", "iron", "magnesium", "phosphorus", "potassium", "sodium", "zinc", "manganese", "selenium", "copper", "vitaminc", "thiamin", "riboflavin", "pantoacid", "niacin", "folatetotal", "foodfolate", "vitb12", "vitaminb6", "folateacid", "folatedfe", "vitaiu", "vitk", "retinol", "betac", "lypocene", "vitarae", "vite", "alphac", "betacrypt", "lutzea", "famono", "fapoly", "fasat", "sugar", ] # a convenient dictionary to move from shortname to longname, # for user interface. NUT_FIELDNAME_DICT = {} for longname, sname, field in NUTRITION_FIELDS: NUT_FIELDNAME_DICT[sname] = longname NUT_FIELDNAME_DICT[longname] = sname ABBREVS = { "ALLPURP": "All Purpose", "AL": "Aluminum", "&": "And", "APPL": "Apple", "APPLS": "Apples", "APPLSAUC": "Applesauce", "APPROX": "Approximately", "ARM&BLD": "Arm and Blade", "ARM And BLD": "Arm and Blade", "ART": "Artificial", "ASPRT": "Aspartame", "ASPRT-SWTND": "Aspartame-sweetened", "BABYFD": "Babyfood", "BKD": "Baked", "BBQ": "Barbequed", "BSD": "Based", "BNS": "Beans", "BF": "Beef", "BEV": "Beverage", "BLD": "Boiled", "BNLESS": "Boneless", "BTLD": "Bottled", "BTTM": "Bottom", "BRSD": "Braised", "BRKFST": "Breakfast", "BRLD": "Broiled", "BTTRMLK": "Buttermilk", "CA": "Calcium", "CAL": "Calorie, calories", "CND": "Canned", "CARB": "Carbonated", "CNTR": "Center", "CRL": "Cereal", "CHS": "Cheese", "CHICK": "Chicken", "CHOC": "Chocolate", "CHOIC": "Choice", "CHOL": "Cholesterol", "CHOL-FREE": "Cholesterol-free", "CHOPD": "Chopped", "CINN": "Cinnamon", "COATD": "Coated", "COCNT": "Coconut", "COMM": "Commercial", "COMMLY": "Commercially", "CMDTY": "Commodity", "COMP": "Composite", "CONC": "Concentrate", "CONCD": "Concentrated", "COND": "Condensed", "CONDMNT": "Condiment, condiments", "CKD": "Cooked", "CTTNSD": "Cottonseed", "CRM": "Cream", "CRMD": "Creamed", "DK": "Dark", "DECORT": "Decorticated", "DEHYD": "Dehydrated", "DSSRT": "Dessert, desserts", "DIL": "Diluted", "DOM": "Domestic", "DRND": "Drained", "DRSNG": "Dressing", "DRK": "Drink", "DRUMSTK": "Drumstick", "ENG": "English", "ENR": "Enriched", "EQ": "Equal", "EVAP": "Evaporated", "XCPT": "Except", "EX": "Extra", "FLANKSTK": "Flank steak", "FLAV": "Flavored", "FLR": "Flour", "FD": "Food", "FORT": "Fortified", "FRENCH FR": "French fries", "FRSH": "Fresh", "FRSTD": "Frosted", "FRSTNG": "Frosting", "FRZ": "Frozen", "GRDS": "Grades", "GM": "Gram", "GRN": "Green", "GRNS": "Greens", "HTD": "Heated", "HVY": "Heavy", "HI-MT": "Hi-meat", "HI": "High", "HR": "Hour", "HYDR": "Hydrogenated", "IMITN": "Imitation", "IMMAT": "Immature", "IMP": "Imported", "INCL": "Including", "INF FORMULA": "Infant formula", "ING": "Ingredient", "INST": "Instant", "JUC": "Juice", "JR": "Junior", "KRNLS": "Kernels", "LRG": "Large", "LN": "Lean only", "LVND": "Leavened", "LT": "Light", "LIQ": "Liquid", "LO": "Low", "LOFAT": "Low Fat", "MARSHMLLW": "Marshmallow", "MSHD": "Mashed", "MAYO": "Mayonnaise", "MED": "Medium", "MESQ": "Mesquite", "MIN": "Minutes", "MXD": "Mixed", "MOIST": "Moisture", "NAT": "Natural", "NZ": "New Zealand", "NFDM": "Nonfat Dry Milk", "NFDMS": "Nonfat Dry Milk Solids", "NFMS": "Nonfat Milk Solids", "NONCARB": "Noncarbonated", "NFS": "Not Further Specified", "NUTR": "Nutrition", "OZ": "Ounce", "PK": "Pack", "PARBLD": "Parboiled", "PART": "Partially", "PAR FR": "Partially fried", "PAST": "Pasteurized", "PNUT": "Peanut", "PNUTS": "Peanuts", "PO4": "Phosphate", "P": "Phosphorus", "PNAPPL": "Pineapple", "PLN": "Plain", "PRTRHS": "Porterhouse", "K": "Potassium", "PDR": "Powdered", "PRECKD": "Precooked", "PREHTD": "Preheated", "PREP": "Prepared", "PROC": "Processed", "PROD CD": "Product code", "PROP": "Propionate", "PROT": "Protein", "PUDD": "Pudding, puddings", "RTB": "Ready-to-bake", "RTC": "Ready-to-cook", "RTD": "Ready-to-drink", "RTE": "Ready-to-eat", "RTF": "Ready-to-feed", "RTH": "Ready-to-heat", "RTS": "Ready-to-serve", "RTU": "Ready-to-use", "RECON": "Reconstituted", "RED NA": "Reduced salt", "RED FAT": "Reduced fat", "RED CAL": "Reduced fat", "RED-CAL": "Reduced-calorie", "REFR": "Refrigerated", "REG": "Regular", "REHTD": "Reheated", "REPLCMNT": "Replacement", "REST-PREP": "Restaurant-prepared", "RTL": "Retail", "RST": "Roast", "RSTD": "Roasted", "RND": "Round", "SNDWCH": "Sandwich", "SAU": "Sauce", "SCALLPD": "Scalloped", "SCRMBLD": "Scrambled", "SD": "Seed", "SEL": "Select", "SHK&SIRL": "Shank and sirloin", "SHK And SIRL": "Shank and sirloin", "SHRT": "Short", "SHLDR": "Shoulder", "SIMMRD": "Simmered", "SKN": "Skin", "SML": "Small", "NA": "Sodium", "SOL": "Solids", "SOLN": "Solution", "SOYBN": "Soybean", "SPL": "Special", "SP": "Species", "SPRD": "Spread", "STD": "Standard", "STMD": "Steamed", "STWD": "Stewed", "STK": "Stick", "STKS": "Sticks", "STR": "Strained", "SUB": "Substitute", "SMMR": "Summer", "SUPP": "Supplement", "SWT": "Sweet", "SWTND": "Sweetened", "SWTNR": "Sweetener", "TSP": "Teaspoon", "1000": "Thousand", "TSTD": "Toasted", "TODD": "Toddler", "UNCKD": "Uncooked", "UNCRMD": "Uncreamed", "UNDIL": "Undiluted", "UNENR": "Unenriched", "UNHTD": "Unheated", "UNPREP": "Unprepared", "UNSPEC": "Unspecified", "UNSWTND": "Unsweetened", "VAR": "Variety, varieties", "VEG": "Vegetable, vegetables", "VIT A": "Vitamin A", "VIT C": "Vitamin C", "H20": "Water", "WHTNR": "Whitener", "WHL": "Whole", "WNTR": "Winter", "YEL": "Yellow", } ABBREVS_STRT = { "W/": "with ", "WO/": "without ", "&": " and ", } FOOD_GROUPS = { # the DB Food Group Numbers seem to be inline with the group IDs # (numbers > 1000 are in group 100, etc.) # Since that's true, we can use the following table to properly add groups. 100: _("Dairy & Egg Products"), 200: _("Spices & Herbs"), 300: _("Baby Foods"), 400: _("Fats and Oils"), 500: _("Poultry"), 600: _("Soups & Sauces"), 700: _("Sausages & Lunch Meats"), 800: _("Breakfast Cereals"), 900: _("Fruits & Fruit Juices"), 1000: _("Pork"), 1100: _("Vegetables"), 1200: _("Nuts & Seeds"), 1300: _("Beef"), 1400: _("Beverages"), 1500: _("Fish & Shellfish"), 1600: _("Legumes"), 1700: _("Lamb, Veal & Game"), 1800: _("Baked Products"), 1900: _("Sweets"), 2000: _("Grains and Pasta"), 2100: _("Fast Foods"), 2200: _("Meals, Entrees, and Sidedishes"), 2500: _("Snacks"), 3500: _("Ethnic Foods"), } # A ranking of groups for use in sorting out categories... RANKED_GROUPS = [ "Dairy and Egg Products", "Spices and Herbs", "Fats and Oils", "Vegetables and Vegetable Products", "Legumes and Legume Products", "Nut and Seed Products", "Poultry Products", "Finfish and Shellfish Products", "Sausages and Luncheon Meats", "Fruits and Fruit Juices", "Pork Products", "Beef Products", "Soups, Sauces, and Gravies" "Beverages", "Baked Products", "Meals, Entrees, and Sidedishes", "Fast Foods", "Baby Foods", ] # We're going to have to ditch the ABBREV file -- it's not as useful # as we could be... we actually need to parse all the data files... FOOD_DESC_FIELDS = [ ["Nutrient Databank Number", "ndbno", "int"], ["Food Group Number", "groupno", "int"], ["Long Description", "long_description", "char(200)"], ["Short Description", "short_description", "char(60)"], ["Common Name", "common_name", "char(100)"], ["Manufacturer Name", "manufacturer_name", "char(50)"], ["Survey", "survey", "bool"], ["Refuse Description", "ref_desc", "char(60)"], ["Percent refuse", "refusepct", "float"], ["N_Factor", "nfactor", "float"], ["Pro_Factor", "pfactor", "float"], ["Fat_Factor", "ffactor", "float"], ["CHO_Factor", "cfactor", "float"], ] WEIGHT_FIELDS = [ ["Nutrient Databank Number", "ndbno", "int"], ["Sequence Number", "seq", "float"], ["Amount", "amount", "float"], ["Measure Description", "unit", "char(80)"], ["Gram Weight", "gramwt", "float"], ["Data points", "ndata", "int"], ["Standard Deviation", "stdev", "float"], ] gourmand-1.2.0/src/gourmand/plugins/nutritional_information/reccard_plugin.py000066400000000000000000000143171510115424500277260ustar00rootroot00000000000000import os.path from gi.repository import Gtk, Pango from gourmand.i18n import _ # from gourmand.gglobals import gladeCustomHandlers from gourmand.plugin import RecDisplayModule, RecDisplayPlugin from .nutrition import NutritionVapor # from .nutritionLabel import NutritionLabel try: current_path = os.path.split(os.path.join(os.getcwd(), __file__))[0] except Exception: current_path = "" class NutritionDisplayModule(RecDisplayModule): label = _("Nutrition") name = "nutrition_display" # _custom_handlers_setup = False def __init__(self, recipe_display): self.recipe_display = recipe_display self.nutritional_highlighting = True self.prefs = self.recipe_display.rg.prefs self.setup_ui() self.setup_ingredient_display_hooks() self.update_from_database() def update_from_database(self): self.nutinfo = self.recipe_display.rg.rd.nd.get_nutinfo_for_inglist( self.recipe_display.rg.rd.get_ings(self.recipe_display.current_rec), self.recipe_display.rg.rd ) # print 'Set servings',self.recipe_display.current_rec.servings,type(self.recipe_display.current_rec.servings) self.nutritionLabel.set_yields(self.recipe_display.current_rec.yields, self.recipe_display.current_rec.yield_unit) self.nutritionLabel.set_nutinfo(self.nutinfo) self.nutritionLabel.rec = self.recipe_display.current_rec def setup_ui(self): # if not NutritionDisplayModule._custom_handlers_setup: # gladeCustomHandlers.add_custom_handler('makeNutritionLabel', # lambda *args: NutritionLabel(self.prefs) # ) # NutritionDisplayModule._custom_handlers_setup = True self.ui = Gtk.Builder() self.ui.add_from_file(os.path.join(current_path, "nut_recipe_card_display.ui")) self.ui.connect_signals({"edit_nutrition": lambda *args: self.nutritionLabel.show_druid(nd=self.recipe_display.rg.rd.nd)}) self.nutritionLabel = self.ui.get_object("nutritionLabel") self.nutritionLabel.set_prefs(self.prefs) self.nutritionLabel.connect("ingredients-changed", self.ingredients_changed_cb) self.nutritionLabel.connect("label-changed", self.nutrition_highlighting_label_changed) self.main = self.ui.get_object("nutritionDisplay") self.main.unparent() def ingredients_changed_cb(self, *args): self.recipe_display.reccard.update_recipe(self.recipe_display.current_rec) def nutrition_highlighting_label_changed(self, *args): self.nutritional_highlighting = True self.recipe_display.prefs["nutrition_to_highlight"] = self.nutritionLabel.active_name self.recipe_display.ingredientDisplay.display_ingredients() def leave_page(self): self.nutritional_highlighting = False self.recipe_display.mult = self.mult_orig self.recipe_display.ingredientDisplay.display_ingredients() def enter_page(self): self.nutritional_highlighting = True if not self.nutritionLabel.active_name: if self.prefs.get("nutrition_to_highlight", "kcal") in self.nutritionLabel.toggles: self.nutritionLabel.toggles[self.prefs.get("nutrition_to_highlight", "kcal")].activate() # Save what servings were and set them to "1" so that the # ingredient amounts display how much goes into each servings # (assuming there is a yield value) self.mult_orig = self.recipe_display.mult if self.recipe_display.current_rec.yields: self.recipe_display.mult = 1.0 / self.recipe_display.current_rec.yields self.recipe_display.ingredientDisplay.display_ingredients() def setup_ingredient_display_hooks(self): self.ingredientDisplay = self.recipe_display.ingredientDisplay self.ingredientDisplay.markup_ingredient_hooks.append(self.nutritional_markup_hook) def nutritional_markup_hook(self, istr, ing, ing_index, group_index): if self.nutritional_highlighting and self.nutritionLabel.active_name: props = self.nutritionLabel.active_properties nutinfo_for_ing = None for ni in self.nutinfo: if ni.__ingobject__.id == ing.id: nutinfo_for_ing = ni break if nutinfo_for_ing is None: # if something is wrong... print("Did not find nutritional info object for ingredient", ing) print("We did have...") for ni in self.nutinfo: print(ni.__ingobject__) return istr if isinstance(props, str): nut_amt = getattr(nutinfo_for_ing, props) tot_amt = getattr(self.nutinfo, props) else: nut_amt = sum([getattr(nutinfo_for_ing, p) or 0 for p in props]) tot_amt = sum([getattr(self.nutinfo, p) or 0 for p in props]) if nut_amt: perc = float(nut_amt) / tot_amt if self.recipe_display.yields_orig: nut_amt = nut_amt / self.recipe_display.yields_orig label = self.nutritionLabel.active_unit if not self.nutritionLabel.active_unit: label = self.nutritionLabel.active_label.lower() if int(nut_amt) or (nut_amt == int(nut_amt)): nut_amt = "%i" % nut_amt else: nut_amt = "%.2f" % nut_amt istr = istr + " (%s %s)" % (nut_amt, label) faintest_yellow = 200 color = "#%02x%02x%02x" % (255, 255, faintest_yellow - int(faintest_yellow * (perc**2))) weight = int(Pango.Weight.NORMAL + ((Pango.Weight.HEAVY - Pango.Weight.NORMAL) * perc)) if color: istr = '' % color + istr + "" if weight: istr = '' % weight + istr + "" if isinstance(nutinfo_for_ing, NutritionVapor): istr = '' + istr + "" return istr class NutritionDisplayPlugin(RecDisplayPlugin): moduleKlass = NutritionDisplayModule gourmand-1.2.0/src/gourmand/plugins/nutritional_information/shopping_plugin.py000066400000000000000000000062431510115424500301510ustar00rootroot00000000000000from gi.repository import Gtk import gourmand.main import gourmand.recipeManager from gourmand.i18n import _ from gourmand.plugin import ShoppingListPlugin from gourmand.prefs import Prefs from .nutritionLabel import NutritionLabel class ShoppingNutritionalInfoPlugin(ShoppingListPlugin): ui_string = """ """ name = "shopping_nutritional_info" def setup_action_groups(self): self.nutritionShoppingActionGroup = Gtk.ActionGroup(name="NutritionShoppingActionGroup") self.nutritionShoppingActionGroup.add_actions( [ ("Tools", None, _("Tools")), ( "ShoppingNutritionalInfo", # name "nutritional-info", # stock _("Nutritional Information"), # label "N", # key-command _("Get nutritional information for current list"), self.show_nutinfo, # callback ), ] ) self.action_groups.append(self.nutritionShoppingActionGroup) def show_nutinfo(self, *args): sg = self.pluggable rr = sg.recs rd = gourmand.recipeManager.get_recipe_manager() if not hasattr(self, "nutrition_window"): self.create_nutrition_window() nutinfo = None # Add recipes... for rec in rr: ings = rd.get_ings(rec) ni = rd.nd.get_nutinfo_for_inglist(ings, rd) if nutinfo: nutinfo = nutinfo + ni else: nutinfo = ni # Add extras... for amt, unit, item in sg.extras: ni = rd.nd.get_nutinfo_for_item(item, amt, unit) if nutinfo: nutinfo = nutinfo + ni else: nutinfo = ni self.nl.set_nutinfo(nutinfo) self.nutrition_window.present() def create_nutrition_window(self): self.nutrition_window = Gtk.Dialog(_("Nutritional Information"), self.pluggable.w, buttons=(Gtk.STOCK_CLOSE, Gtk.ResponseType.CLOSE)) self.nutrition_window.set_default_size(400, 550) self.nutrition_window.set_icon(self.nutrition_window.render_icon("nutritional-info", Gtk.IconSize.MENU)) self.nl = NutritionLabel(Prefs.instance()) self.sw = Gtk.ScrolledWindow() self.sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC) self.sw.add_with_viewport(self.nl) self.sw.show() self.nutrition_window.vbox.pack_start(self.sw, True, True, 0) self.nutrition_window.connect("response", self.response_cb) self.nutrition_window.connect("close", self.response_cb) self.nl.yieldLabel.set_markup("" + _("Amount for Shopping List") + "") self.nl.show() def response_cb(self, *args): # We only allow one response -- closing the window! self.nutrition_window.hide() gourmand-1.2.0/src/gourmand/plugins/shopping_associations/000077500000000000000000000000001510115424500240165ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/shopping_associations/__init__.py000066400000000000000000000001411510115424500261230ustar00rootroot00000000000000from . import shopping_key_editor_plugin plugins = [shopping_key_editor_plugin.KeyEditorPlugin] gourmand-1.2.0/src/gourmand/plugins/shopping_associations/shopping_key_editor_plugin.py000066400000000000000000000120311510115424500320100ustar00rootroot00000000000000from gi.repository import Gtk from gourmand.i18n import _ from gourmand.plugin import PluginPlugin from gourmand.recipeManager import get_recipe_manager class KeyEditorPlugin(PluginPlugin): target_pluggable = "KeyEditorPlugin" title = _("Shopping Category") tvcs = {} ingkeys_to_change = {} selected_ingkeys = [] def setup_treeview_column(self, ike, key_col, instant_apply=False): """Set up a treeview column to display your data. The key_col is the column in the treemodel which will contain your data in the model. It\'s your responsibility to get whatever other data you need yourself. If you make this editable, it\'s up to you to apply the changes as well to the database. If instant_apply is True, then apply them instantly; if False, apply them when this class\'s save method is called. """ renderer = Gtk.CellRendererCombo() renderer.connect("editing-started", self.start_edit_cb) renderer.connect("edited", self.key_edited_cb, (ike, key_col, instant_apply)) # Build shopcat model... self.rd = get_recipe_manager() self.shopcat_model = Gtk.ListStore(str) for val in self.rd.get_unique_values("shopcategory", table=self.rd.shopcats_table): if val: self.shopcat_model.append([val]) renderer.set_property("model", self.shopcat_model) renderer.set_property("text-column", 0) renderer.set_property("editable", True) renderer.set_property("mode", Gtk.CellRendererMode.EDITABLE) renderer.set_property("sensitive", True) tvc = Gtk.TreeViewColumn(self.title, renderer) tvc.set_cell_data_func(renderer, self.cell_data_func, key_col) self.tvcs[renderer] = tvc return tvc def cell_data_func(self, col, renderer, model, itr, key_col): if model[itr][key_col] in self.ingkeys_to_change: cat = self.ingkeys_to_change[model[itr][key_col]] else: shopcat_row = self.rd.fetch_one(self.rd.shopcats_table, ingkey=model[itr][key_col]) if shopcat_row: cat = shopcat_row.shopcategory else: cat = "" renderer.set_property("text", cat) def start_edit_cb(self, renderer, cbe, path_string): if isinstance(cbe, Gtk.ComboBoxEntry): entry = cbe.get_child() completion = Gtk.EntryCompletion() completion.set_model(self.shopcat_model) completion.set_text_column(0) entry.set_completion(completion) def key_edited_cb(self, renderer, path_string, new_text, extra_params): ike, ingkey_row, instant_apply = extra_params indices = path_string.split(":") path = tuple(map(int, indices)) tvc = self.tvcs[renderer] tv = tvc.get_tree_view() model = tv.get_model() row = model[path] ingkey = row[ingkey_row].decode("utf-8") renderer.set_property("text", new_text) self.ingkeys_to_change[ingkey] = new_text if instant_apply: self.save() elif ike: ike.emit("toggle-edited", True) def apply_association(self, ingkey, val): row = self.rd.shopcats_table.select(self.rd.shopcats_table.c.ingkey == ingkey).execute().fetchone() if row: origval = row.shopcategory self.rd.do_modify(self.rd.shopcats_table, row, {"ingkey": ingkey, "shopcategory": val}, id_col="ingkey") return ingkey, origval else: self.rd.do_add(self.rd.shopcats_table, {"ingkey": ingkey, "shopcategory": val}) return ingkey, None def save(self): """Save any data the user has entered in your treeview column.""" for ingkey, val in list(self.ingkeys_to_change.items()): self.apply_association(ingkey, val) self.ingkeys_to_change = {} def offers_edit_widget(self): """Return True if this plugin provides an edit button for editing data in some other window (if you need more than an editable cellrenderer to let users edit your data. """ return True def setup_edit_widget(self): """Return an edit widget to let users edit your data""" self.cb = cb = Gtk.ComboBox.new_with_entry() cb.set_model(self.shopcat_model) cb.set_entry_text_column(0) entry = cb.get_child() completion = Gtk.EntryCompletion() completion.set_model(self.shopcat_model) completion.set_text_column(0) entry.set_completion(completion) return cb def get_widget_val(self): return self.cb.get_child().get_text() def apply_widget_val(self): val = self.get_widget_val() if val: for ingkey in self.selected_ingkeys: self.apply_association(ingkey, val) def selection_changed(self, ingkeys): """Selected ingkeys have changed -- currently ingkeys are selected (and should be acted on by our edit_widget """ self.selected_ingkeys = ingkeys gourmand-1.2.0/src/gourmand/plugins/spellcheck/000077500000000000000000000000001510115424500215255ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/spellcheck/__init__.py000066400000000000000000000001331510115424500236330ustar00rootroot00000000000000from . import reccard_spellcheck_plugin plugins = [reccard_spellcheck_plugin.SpellPlugin] gourmand-1.2.0/src/gourmand/plugins/spellcheck/reccard_spellcheck_plugin.py000066400000000000000000000016121510115424500272550ustar00rootroot00000000000000import locale from gi.repository import Gtk from gtkspellcheck import SpellChecker from gourmand.plugin import RecEditorPlugin, UIPlugin def harvest_textviews(widget): if isinstance(widget, Gtk.TextView): return [widget] else: tvs = [] if hasattr(widget, "get_children"): for child in widget.get_children(): tvs.extend(harvest_textviews(child)) elif hasattr(widget, "get_child"): tvs.extend(harvest_textviews(widget.get_child())) return tvs class SpellPlugin(RecEditorPlugin, UIPlugin): main = None ui_string = "" def activate(self, editor): UIPlugin.activate(self, editor) language, _ = locale.getlocale() for module in self.pluggable.modules: tvs = harvest_textviews(module.main) for tv in tvs: SpellChecker(tv, language=language) gourmand-1.2.0/src/gourmand/plugins/unit_converter/000077500000000000000000000000001510115424500224565ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/unit_converter/__init__.py000066400000000000000000000016421510115424500245720ustar00rootroot00000000000000from gi.repository import Gtk from gourmand.i18n import _ from gourmand.plugin import ToolPlugin from . import convertGui class ConverterPlugin(ToolPlugin): menu_items = """ """ def setup_action_groups(self): self.action_group = Gtk.ActionGroup(name="ConverterPluginActionGroup") self.action_group.add_actions([("UnitConverter", None, _("_Unit Converter"), None, _("Calculate unit conversions"), self.show_unit_converter)]) self.action_groups.append(self.action_group) def show_unit_converter(self, *args): try: umodel = self.pluggable.umodel except AttributeError: try: umodel = self.pluggable.rg.umodel except Exception: umodel = None convertGui.ConvGui(unitModel=umodel) plugins = [ConverterPlugin] gourmand-1.2.0/src/gourmand/plugins/unit_converter/convertGui.py000066400000000000000000000160261510115424500251620ustar00rootroot00000000000000import os from gi.repository import Gtk import gourmand.convert as convert import gourmand.main from gourmand.gdebug import debug from gourmand.gtk_extras.cb_extras import cb_get_active_text, cb_set_active_text, setup_typeahead from gourmand.i18n import _ try: current_path = os.path.split(os.path.join(os.getcwd(), __file__))[0] except Exception: current_path = "" class ConvGui: """This is a simple interface for the converter.""" def __init__(self, converter=convert.get_converter(), unitModel=None, amt1=None, unit1=None, item=None, okcb=None): self.possible_conversions = None self.ui = Gtk.Builder() self.ui.add_from_file(os.path.join(current_path, "converter.ui")) self.conv = converter self.changing_item = False self.okcb = okcb self.widget_names = [ "window", "amt1Entry", "amt2Label", "unit1ComboBox", "unit2ComboBox", "itemComboBox", "densitySpinButton", "useDensityCheckButton", "statusbar", "expander1", "messageLabel", ] # grab all our widgets for w in self.widget_names: setattr(self, w, self.ui.get_object(w)) # HACK FOR READABILITY w/o glade change self.resultLabel = self.amt2Label self.resultLabel.set_use_markup(True) self.resultLabel.set_line_wrap(True) self.unitModel = unitModel if unitModel else gourmand.main.UnitModel(self.conv) # self.unit2Model = self.unitModel.filter_new() self.unit1ComboBox.set_model(self.unitModel) self.unit1ComboBox.set_wrap_width(3) self.unit2ComboBox.set_wrap_width(3) # self.unit2Model.set_visible_func(self.unit_filter) # self.unit2ComboBox.set_model(self.unit2Model) self.unit2ComboBox.set_model(self.unitModel) for combobox in [self.unit1ComboBox, self.unit2ComboBox]: cell = Gtk.CellRendererText() combobox.pack_start(cell, True) combobox.add_attribute(cell, "text", 1) setup_typeahead(combobox) # self.itemComboBox.append_text('None') ikeys = list(self.conv.density_table.keys()) ikeys.sort() for itm in ikeys: self.itemComboBox.append_text(itm) if len(list(self.conv.density_table.keys())) > 8: self.itemComboBox.set_wrap_width(3) setup_typeahead(self.itemComboBox) if amt1: self.amt1Entry = self.conv.float_to_frac(amt1) self.ui.connect_signals( { "amt1changed": self.changed, "unit1changed": self.changed, "unit2changed": self.changed, "itemChanged": self.density_itm_changed, "densitySpinChanged": self.density_spin_changed, "densityChecked": self.density_toggled, "close": self.close, } ) self.last_amt1 = None self.last_amt2 = None self.last_unit1 = None self.last_unit2 = None if unit1 and self.conv.unit_dict.has_key[unit1]: u = self.conv.unit_dict[unit1] cb_set_active_text(self.unit1ComboBox, u) if amt1: self.amt1Entry.set_text("%s" % amt1) if item: cb_set_active_text(self.itemComboBox, item) def changed(self, *args): amt1 = convert.frac_to_float(self.amt1Entry.get_text()) # amt2 = convert.frac_to_float(self.resultLabel.get_text()) # amt2 = self.amt2 unit1 = cb_get_active_text(self.unit1ComboBox) unit2 = cb_get_active_text(self.unit2ComboBox) if unit1 != self.last_unit1: self.get_possible_conversions() # self.unit2Model.refilter() if amt1 and unit2: self.convert(amt1, unit1, unit2) self.last_amt1 = amt1 # self.last_amt2 = amt2 self.last_unit1 = unit1 self.last_unit2 = unit2 def convert(self, amt1, unit1, unit2): density = None # if self.useDensityCheckButton.get_active(): density = self.densitySpinButton.get_value() if density <= 0 or not self.expander1.get_expanded(): density = None conversion = self.conv.convert_fancy(unit1, unit2, density=density) message = "" if conversion: amt2 = amt1 * conversion if amt2 < (0.05): retAmt = "%1.3e" % amt2 else: retAmt = convert.float_to_frac(amt2) result = "%s %s = %s %s" % (convert.float_to_frac(amt1), unit1, retAmt, unit2) else: result = _("Cannot convert %s to %s") % (unit1, unit2) if not density: message = _("Need density information.") if not self.expander1.get_expanded(): self.expander1.set_expanded(True) self.changed() self.itemComboBox.activate() self.resultLabel.set_text(result) self.resultLabel.set_use_markup(True) self.resultLabel.set_line_wrap(True) self.messageLabel.set_text("%s" % message) self.messageLabel.set_use_markup(True) def message(self, msg): id = self.statusbar.get_context_id("main") self.statusbar.push(id, msg) def unit_filter(self, mod, iter): u = mod.get_value(iter, 0) if not self.possible_conversions: self.get_possible_conversions() if u in self.possible_conversions: return True else: return False def get_possible_conversions(self): density = self.densitySpinButton.get_value() # if self.useDensityCheckButton.get_active(): # density=self.densitySpinButton.get_value() if density <= 0 or not self.expander1.get_expanded(): density = None u1 = cb_get_active_text(self.unit1ComboBox) self.possible_conversions = self.conv.get_all_conversions(u1, density=density) def density_toggled(self, *args): sens = self.useDensityCheckButton.get_active() self.densitySpinButton.set_sensitive(sens) self.itemComboBox.set_sensitive(sens) self.changed() def density_itm_changed(self, *args): debug("density_itm_changed", 5) self.changing_item = True itm = cb_get_active_text(self.itemComboBox) if itm != _("None"): self.densitySpinButton.set_value(self.conv.density_table[itm]) else: self.densitySpinButton.set_value(0) self.changed() self.changing_item = False def density_spin_changed(self, *args): debug("density_spin_changed", 5) if not self.changing_item: self.itemComboBox.set_active(0) self.changed() def close(self, *args): self.window.hide() if self.okcb: self.okcb(cb_get_active_text(self.unit2ComboBox), self.resultLabel.get_text()) if __name__ == "__main__": Gtk.main_quit() if __name__ == "__main__": cg = ConvGui() Gtk.main() gourmand-1.2.0/src/gourmand/plugins/unit_converter/converter.ui000066400000000000000000001123211510115424500250240ustar00rootroot00000000000000 10 0 0.1 0.01 0 0 None 12 True Unit Converter GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False 305 396 True False True False False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True False 12 True False 12 True False 12 True <b>From</b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 False False True False 0 True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 12 0 0 False False True False 5 True 2 2 False 12 12 True _Amount: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 amt1Entry 0 1 0 1 fill True _Unit: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 unit1ComboBox 0 1 1 2 fill True 1 2 1 2 fill fill True True True True 0 1 True * False 1 2 0 1 0 False True True True False 12 True False 0 True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 12 0 0 False False True False 12 True 2 2 False 12 12 True I_tem: True True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 itemComboBox 0 1 0 1 fill True _Density: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 densitySpinButton 0 1 1 2 fill True model1 0 1 2 0 1 fill True True 1 2 False GTK_UPDATE_ALWAYS False False adjustment1 1 2 1 2 0 True True 0 True True True Density _Information True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 0 False True 0 True True 0 True True 0 False True True False 12 True <b>To</b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 False False True False 0 True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 12 0 0 False False True 3 2 False 12 12 True _Unit: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 unit2ComboBox 0 1 0 1 fill True _Result: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 amt2Label 0 1 1 2 fill True 1 2 0 1 fill True True ? False True GTK_JUSTIFY_LEFT True True 0 0.5 0 0 1 2 1 2 fill shrink True False False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 1 2 2 3 fill fill 0 True True 0 True True 0 False True 0 False True True GTK_BUTTONBOX_END 0 True True True gtk-ok True GTK_RELIEF_NORMAL True 0 False False GTK_PACK_END gourmand-1.2.0/src/gourmand/plugins/unit_display_prefs/000077500000000000000000000000001510115424500233135ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/plugins/unit_display_prefs/__init__.py000066400000000000000000000035121510115424500254250ustar00rootroot00000000000000from gi.repository import Gtk from gourmand.i18n import _ from gourmand.plugin import DatabasePlugin, ToolPlugin from gourmand.plugin_loader import PRE from gourmand.prefs import Prefs from gourmand.reccard import RecCardDisplay from . import unit_prefs_dialog class UnitDisplayPlugin(ToolPlugin): menu_items = """ """ menu_bars = ["RecipeDisplayMenuBar"] reccards = [] def __init__(self): ToolPlugin.__init__(self) def activate(self, pluggable): if isinstance(pluggable, RecCardDisplay): self.reccards.append(pluggable) self.add_to_uimanager(pluggable.ui_manager) def setup_action_groups(self): self.action_group = Gtk.ActionGroup(name="UnitAdjusterActionGroup") self.action_group.add_actions( [ ( "ShowUnitAdjusterDialog", None, _("Set _unit display preferences"), None, _("Automatically convert units to preferred system (metric, imperial, etc.) where possible."), self.show_converter_dialog, ), ] ) self.action_groups.append(self.action_group) def show_converter_dialog(self, *args): unit_prefs_dialog.UnitPrefsDialog(self.reccards).run() class UnitDisplayDatabasePlugin(DatabasePlugin): def activate(self, db): db.add_hook(PRE, "get_amount_and_unit", self.get_amount_and_unit_hook) def get_amount_and_unit_hook(self, db, *args, **kwargs): kwargs["preferred_unit_groups"] = Prefs.instance().get("preferred_unit_groups", []) return args, kwargs plugins = [UnitDisplayPlugin, UnitDisplayDatabasePlugin] gourmand-1.2.0/src/gourmand/plugins/unit_display_prefs/unit_prefs_dialog.py000066400000000000000000000021611510115424500273620ustar00rootroot00000000000000from gourmand.gtk_extras import dialog_extras as de from gourmand.i18n import _ from gourmand.prefs import Prefs class UnitPrefsDialog: options = [ (_("Display units as written for each recipe (no change)"), []), (_("Always display U.S. units"), ["imperial volume", "imperial weight"]), (_("Always display metric units"), ["metric volume", "metric mass"]), ] def __init__(self, reccards): self.reccards = reccards self.prefs = Prefs.instance() def run(self): old_pref = self.prefs.get("preferred_unit_groups", []) option = de.getRadio( label=_("Automatically adjust units"), sublabel=( "Choose how you would like to adjust units for display and printing. " "The underlying ingredient data stored in the database will not be affected." ), options=self.options, default=old_pref, ) self.prefs["preferred_unit_groups"] = option if option != old_pref: for rc in self.reccards: rc.ingredientDisplay.display_ingredients() gourmand-1.2.0/src/gourmand/prefs.py000066400000000000000000000063501510115424500174240ustar00rootroot00000000000000import shutil from pathlib import Path from sys import version_info from typing import Any, Optional if version_info >= (3, 11): from tomllib import loads as toml_loads else: from tomli import loads as toml_loads from tomli_w import dumps as toml_dumps from gourmand.gglobals import gourmanddir class Prefs(dict): """A singleton dictionary for handling preferences.""" __single = None @classmethod def instance(cls): if Prefs.__single is None: Prefs.__single = cls() return Prefs.__single def __init__(self, filename="preferences.toml"): super().__init__() self.filename = Path(gourmanddir) / filename self.load() def get(self, key: str, default: Optional[Any] = None) -> Optional[Any]: if key not in self and default is not None: self[key] = default return super().get(key) def save(self): self.filename.parent.mkdir(exist_ok=True) with open(self.filename, "w") as fout: fout.write(toml_dumps(self)) def load(self) -> bool: if self.filename.is_file(): with open(self.filename) as fin: for k, v in toml_loads(fin.read()).items(): self.__setitem__(k, v) return True return False def update_preferences_file_format(target_dir: Path = gourmanddir): """Update saved preferences upon updates. This function is called upon launch to handle changes in the structure of the preference. Each change applied is documented inline. """ filename = target_dir / "preferences.toml" if not filename.is_file(): return with open(filename) as fin: prefs = toml_loads(fin.read()) # Gourmand 1.2.0: several sorting parameters can be saved. # The old format had `column=name` and `ascending=bool`, which are now `name=bool` sort_by = prefs.get("sort_by") if sort_by is not None: if "column" in sort_by.keys(): # old format prefs["sort_by"] = {sort_by["column"]: sort_by["ascending"]} with open(filename, "w") as fout: fout.write(toml_dumps(prefs)) def copy_old_installation_or_initialize(target_dir: Path): """Initialize or migrate earlier installations. Previous installations of Gourmand or Gourmet, stored in "~/gourmand" or "~/gourmet" will be copied across if the specified directory does not exist. If both gourmand and gourmet directories exist, then the gourmet directory, presumably newer, is migrated. """ target_db = target_dir / "recipes.db" if target_db.is_file(): return legacy_gourmet = Path("~/.gourmet").expanduser() legacy_gourmand = Path("~/.gourmand").expanduser() source_dir = None if legacy_gourmet.is_dir(): source_dir = legacy_gourmet if legacy_gourmand.is_dir(): source_dir = legacy_gourmand if source_dir is not None: shutil.copytree(source_dir, target_dir, dirs_exist_ok=True) if not target_db.is_file(): print("First time? We're setting you up with yummy recipes.") target_dir.mkdir(exist_ok=True) default_db = Path(__file__).parent.absolute() / "backends" / "default.db" shutil.copyfile(default_db, target_dir / "recipes.db") gourmand-1.2.0/src/gourmand/prefsGui.py000066400000000000000000000240421510115424500200670ustar00rootroot00000000000000from pkgutil import get_data from gi.repository import Gtk from . import plugin, plugin_loader from .gtk_extras import optionTable class PreferencesGui(plugin_loader.Pluggable): """The glue between our preferences dialog UI and our prefs modules. Instead of "connecting", as would be normal with pygtk objects, we set up handlers in the apply_prefs_dic which contains preference-handlers for each preference we wish. {'preference_name':lambda foo (name,val): bar(name,val)} """ INDEX_PAGE = 0 CARD_PAGE = 1 SHOP_PAGE = 2 def __init__( self, prefs, radio_options={"shop_handle_optional": {"optional_ask": 0, "optional_add": 1, "optional_dont_add": -1}}, toggle_options={ "remember_optionals_by_default": "remember_optionals_by_default", "readableUnits": "toggle_readable_units", "useFractions": "useFractions", "showToolbar": "show_toolbar", #'email_include_body':'email_body_checkbutton', #'email_include_html':'email_html_checkbutton', #'emailer_dont_ask':'remember_email_checkbutton', }, number_options={"recipes_per_page": "recipesPerPageSpinButton"}, buttons={}, # buttons = {'clear_remembered_optional_button': ): """Set up our PreferencesGui radio_options is a dictionary of preferences controlled by radio buttons. {preference_name: {radio_widget: value, radio_widget: value, ...} } toggle_options is a dictionary of preferences controlled by toggle buttons. {preference_name: toggle_widget_name} buttons = {button_name : callback} """ self.prefs = prefs self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/preferenceDialog.ui").decode()) self.notebook = self.ui.get_object("notebook") # pref name: {'buttonName':VALUE,...} self.radio_options = radio_options self.connect_radio_buttons() self.toggle_options = toggle_options self.apply_prefs_dic = {} self.widget_sensitivity_dic = { # pref : {'value':('widget':True,'widget':False,'widget':True...)} "shop_handle_optional": { 0: {"remember_optionals_by_default": True, "clear_remembered_optional_button": True}, 1: {"remember_optionals_by_default": False, "clear_remembered_optional_button": False}, -1: {"remember_optionals_by_default": False, "clear_remembered_optional_button": False}, } } self.connect_toggle_buttons() self.buttons = buttons self.connect_buttons() self.number_options = number_options self.connect_number_options() self.build_pref_dictionary() self.set_widgets_from_prefs() self.pref_tables = {} self.ui.get_object("close_button").connect("clicked", lambda *args: self.hide_dialog()) plugin_loader.Pluggable.__init__(self, [plugin.PrefsPlugin]) def build_pref_dictionary(self): """Build our preferences dictionary pref_dic preference: BOOLEAN_WIDGET|{VALUE:RADIO_WIDGET,VALUE:RADIO_WIDGET...} METHOD_TO_BE_HANDED_PREF_VALUE pref_dic will be used to e.g. set default values and watch changing preferences. """ self.pref_dic = {} for pref, widget in list(self.toggle_options.items()): self.pref_dic[pref] = ("TOGGLE", widget) for pref, widgdic in list(self.radio_options.items()): self.pref_dic[pref] = {} # create a dictionary by value (reversed dictionary)... for widg, val in list(widgdic.items()): self.pref_dic[pref][val] = widg self.d = self.ui.get_object("dialog") self.d.connect("delete-event", self.hide_dialog) def set_widgets_from_prefs(self): for k in list(self.pref_dic.keys()): # print("---", k, self.prefs, self.prefs[k]) if k in self.prefs: self.update_pref(k, self.prefs[k]) def update_pref(self, pref, value): """Update GUI to reflect value 'value' of preference 'pref'.""" if pref in self.pref_dic: action = self.pref_dic[pref] if isinstance(action, dict): # we fail if action is no widg = action[value] act, act_args = ("set_active", True) elif action[0] == "TOGGLE": act, act_args = ("set_active", value) widg = action[1] # in the future, we can handle Entries, etc... if isinstance(widg, str): widg = self.ui.get_object(widg) getattr(widg, act)(act_args) self.update_sensitivity_for_pref(pref, value) def show_dialog(self, page=None): """present our dialog.""" self.d.present() if page: self.notebook.set_current_page(page) def hide_dialog(self, *args): self.d.hide() return True def connect_buttons(self): for b, cb in list(self.buttons.items()): self.ui.get_object(b).connect("clicked", cb) def connect_toggle_buttons(self): """Connect signals for toggle buttons in self.toggle_options.""" for pref, widget in list(self.toggle_options.items()): self.ui.get_object(widget).connect("toggled", self.toggle_callback, pref) def toggle_callback(self, button, pref_name): """Set preference 'pref_name' in response to toggle event on button.""" self.set_pref(pref_name, button.get_active()) def connect_radio_buttons(self): """Connect radio button signals to properly set preferences on toggle.""" for pref_name, pref_dic in list(self.radio_options.items()): for button, val in list(pref_dic.items()): self.ui.get_object(button).connect("toggled", self.radio_callback, pref_name, val) def radio_callback(self, button, pref_name, true_val=True): """Call back for radio button: if we are on, we set the pref to true_val.""" if button.get_active(): self.set_pref(pref_name, true_val) def connect_number_options(self): for pref_name, widgetname in list(self.number_options.items()): widget = self.ui.get_object(widgetname) if hasattr(widget, "get_value"): get_method = "get_value" elif hasattr(widget, "get_text"): def get_method(*args): return float(widget.get_text()) else: print("widget", widgetname, widget, "is not very numberlike!") return curval = self.prefs.get(pref_name, None) if curval: try: widget.set_value(curval) except AttributeError: widget.set_text(str(curval)) if isinstance(widget, Gtk.SpinButton): widget.get_adjustment().connect("value-changed", self.number_callback, pref_name, get_method) else: widget.connect("changed", self.number_callback, pref_name, get_method) def number_callback(self, widget, pref_name, get_method="get_value"): self.set_pref(pref_name, getattr(widget, get_method)()) def set_pref(self, name, value): """Set preference 'name' to value 'value' Possibly apply the preference using callback looked up in apply_prefs_dic (callback must take name and value of pref as arguments. """ self.prefs[name] = value if name in self.apply_prefs_dic: self.apply_prefs_dic[name](name, value) def update_sensitivity_for_pref(self, name, value): try: for k, v in list(self.widget_sensitivity_dic[name][value].items()): self.ui.get_object(k).set_sensitive(v) except KeyError: pass def add_widget(self, target_widget, child_widget): """Add child_widget to target_widget""" if isinstance(target_widget, str): target_widget = self.ui.get_object(target_widget) if isinstance(child_widget, str): child_widget = self.ui.get_object(child_widget) target_widget.add(child_widget) target_widget.show_all() def add_pref_table(self, options, target_widget, callback=None): """Add a preference table based on an option list 'options' to the target_widget 'target_widget' (either a widget or a glade-reference) The options need to be appropriate for an OptionTable. The callback will be handed the options (as returned by OptionTable) each time OptionTable is changed. """ table = optionTable.OptionTable(options=options, changedcb=self.preftable_callback) self.pref_tables[table] = callback self.add_widget(target_widget, table) def preftable_callback(self, widget): for table, cb in list(self.pref_tables.items()): if widget in table.get_children(): # then we know who's preferences we care about... table.apply() if cb: cb(table.options) return print("Oops: we couldn't handle widget %s" % widget) if __name__ == "__main__": class FauxPrefs(dict): def __init__(self, *args, **kwargs): self.set_hooks = [] dict.__init__(self, *args, **kwargs) def __setitem__(self, k, v): print("k:", k) print("v:", v) dict.__setitem__(self, k, v) for h in self.set_hooks: print("runnnig hook") h(k, v) gf = "/home/tom/Projects/grm-db-experiments/glade/preferenceDialog.ui" p = PreferencesGui(FauxPrefs(), gf) def printstuff(*args): print(args) p.add_pref_table([["Toggle Option", True], ["String Option", "Hello"], ["Integer Option", 1], ["Float Option", float(3)]], "cardViewVBox", printstuff) p.show_dialog() Gtk.main() gourmand-1.2.0/src/gourmand/reccard.py000066400000000000000000003526451510115424500177230ustar00rootroot00000000000000import gc import webbrowser import xml.sax.saxutils from pkgutil import get_data from typing import Any, Callable, Dict, List, Optional, Tuple, Union from gi.repository import Gdk, GdkPixbuf, GLib, GObject, Gtk, Pango from PIL import Image from gourmand import Undo, convert, defaults, plugin_loader, prefs, timeScanner from gourmand import image_utils as iu from gourmand.exporters.clipboard_exporter import copy_to_clipboard from gourmand.exporters.exportManager import ExportManager from gourmand.exporters.printer import PrintManager from gourmand.gdebug import debug from gourmand.gglobals import FLOAT_REC_ATTRS, INT_REC_ATTRS, REC_ATTR_DIC, REC_ATTRS from gourmand.gtk_extras import WidgetSaver, fix_action_group_importance, mnemonic_manager, ratingWidget, validation # noqa: F401 from gourmand.gtk_extras import cb_extras as cb from gourmand.gtk_extras import dialog_extras as de from gourmand.gtk_extras import treeview_extras as te from gourmand.gtk_extras.dialog_extras import UserCancelledError, show_amount_error from gourmand.gtk_extras.pango_buffer import PangoBuffer from gourmand.i18n import _ from gourmand.importers.importer import parse_range from gourmand.plugin import IngredientControllerPlugin, RecDisplayPlugin, RecEditorModule, RecEditorPlugin, ToolPlugin from gourmand.recindex import RecIndex def find_entry(widget) -> Optional[Gtk.Entry]: """Recurse through all the children widgets to find the first Gtk.Entry.""" if isinstance(widget, Gtk.Entry): return widget if not hasattr(widget, "get_children"): return for child in widget.get_children(): e = find_entry(child) if e is not None: return e class RecRef: def __init__(self, refid, title): self.refid = refid self.item = title self.amount = 1 class RecCard: """Overarching recipe card class. Provides glue between editing and display. """ def __init__(self, rec_gui, recipe=None, manual_show: bool = False): self.__rec_gui = rec_gui # RecGui self.__rec_editor: Optional[RecEditor] = None self.__rec_display: Optional[RecCardDisplay] = None self.__new: bool = recipe is None self.__current_rec = recipe or rec_gui.rd.new_rec() # recipe is RowProxy self.conf = [] # This list is unused, and should be refactored out if not manual_show: self.show() @property def current_rec(self): # Returns RowProxy return self.__current_rec @current_rec.setter def current_rec(self, rec) -> None: # rec is RowProxy self.__current_rec = rec if self.__rec_editor is not None: self.__rec_editor.current_rec = rec if self.__rec_display is not None: self.__rec_display.current_rec = rec @property def edited(self) -> bool: return bool(self.__rec_editor is not None and self.__rec_editor.edited) @edited.setter def edited(self, val: bool) -> None: if self.__rec_editor is not None and self.__rec_editor.edited: self.__rec_editor.edited = val def show_display(self) -> None: if self.__rec_display is None: self.__rec_display = RecCardDisplay(self, self.__rec_gui, self.current_rec) self.__rec_display.window.present() def show_edit(self, button: Optional[Gtk.Button] = None): """Open the recipe editor. If button is set, as when used as a callback, then the relevant notebook page will be opened. """ if self.__rec_editor is None: self.__rec_editor = RecEditor(self, self.__rec_gui, self.current_rec, new=self.__new) if button is not None: self.__rec_editor.show_module(button.get_name()) self.__rec_editor.present() def show(self) -> None: if self.__new: self.show_edit() else: self.show_display() def delete(self, *args) -> None: self.__rec_gui.rec_tree_delete_recs([self.current_rec]) def update_recipe(self, recipe) -> None: # recipe is RowProxy self.current_rec = recipe if self.__rec_display is not None: self.__rec_display.update_from_database() if self.__rec_editor is not None and not self.__rec_editor.window.is_visible(): self.__rec_editor = None def hide(self) -> None: rec_displayed = not (self.__rec_display is not None and self.__rec_display.window.is_visible()) rec_editor_displayed = self.__rec_editor is not None and not self.__rec_editor.window.is_visible() if rec_displayed and rec_editor_displayed: self.__rec_gui.del_rc(self.current_rec.id) # end RecCard # RECIPE CARD DISPLAY class RecCardDisplay(plugin_loader.Pluggable): ui_string = """ """ __display_items = [ "title", "rating", "preptime", "link", "yields", "yield_unit", "cooktime", "source", "cuisine", "category", "instructions", "modifications", ] def __init__(self, reccard, recGui, recipe=None): self.reccard = reccard self.rg = recGui self.current_rec = recipe self.mult = 1 # parameter self.conf: List[Gtk.Widget] = [] self.prefs = prefs.Prefs.instance() self.setup_ui() self.setup_uimanager() self.setup_main_window() self._last_module = None self.left_notebook.connect("switch-page", lambda *args: GLib.idle_add(self.left_notebook_change_cb)) self.left_notebook_pages = {0: self} self.ingredientDisplay = IngredientDisplay(self) self.modules = [self.ingredientDisplay] self.update_from_database() plugin_loader.Pluggable.__init__(self, [ToolPlugin, RecDisplayPlugin]) self.mm = mnemonic_manager.MnemonicManager() self.mm.add_toplevel_widget(self.window) self.mm.fix_conflicts_peacefully() def setup_uimanager(self): self.ui_manager = Gtk.UIManager() self.ui_manager.add_ui_from_string(self.ui_string) self.setup_actions() for group in [self.recipeDisplayActionGroup, self.rg.toolActionGroup, self.rg.toolActionGroup]: fix_action_group_importance(group) self.ui_manager.insert_action_group(self.recipeDisplayActionGroup, 0) self.ui_manager.insert_action_group(self.recipeDisplayFuturePluginActionGroup, 0) self.ui_manager.insert_action_group(self.rg.toolActionGroup, 0) self.rg.add_uimanager_to_manage(self.current_rec.id, self.ui_manager, "RecipeDisplayMenuBar") def setup_actions(self): self.recipeDisplayActionGroup = Gtk.ActionGroup(name="RecipeDisplayActions") self.recipeDisplayActionGroup.add_actions( [ ("Recipe", None, _("_Recipe")), ("Edit", None, _("_Edit")), ("Go", None, _("_Go")), ("HelpMenu", None, _("_Help")), ("Export", Gtk.STOCK_SAVE, _("Export recipe"), None, _("Export selected recipe (save to file)"), self.export_cb), ("Delete", Gtk.STOCK_DELETE, _("_Delete recipe"), None, _("Delete this recipe"), self.reccard.delete), ("Close", Gtk.STOCK_CLOSE, None, None, None, self.hide), ("Preferences", Gtk.STOCK_PREFERENCES, None, None, None, self.preferences_cb), ("Help", Gtk.STOCK_HELP, _("_Help"), None, None, lambda *args: de.show_faq(parent=self.window, jump_to="Entering and Editing recipes")), ] ) self.recipeDisplayActionGroup.add_toggle_actions( [ ( "AllowUnitsToChange", None, _("Adjust units when multiplying"), None, _("Change units to make them more readable where possible when multiplying."), self.toggle_readable_units_cb, ), ] ) self.recipeDisplayFuturePluginActionGroup = Gtk.ActionGroup(name="RecipeDisplayFuturePluginActions") self.recipeDisplayFuturePluginActionGroup.add_actions( [ ("CopyRecipe", Gtk.STOCK_COPY, _("Copy to clipboard"), "C", None, self.copy_cb), ("Print", Gtk.STOCK_PRINT, _("Print recipe"), "P", None, self.print_cb), ("ShopRec", "add-to-shopping-list", _("Add to Shopping List"), "B", None, self.shop_for_recipe_cb), ( "ForgetRememberedOptionals", None, _("Forget remembered optional ingredients"), None, _("Before adding to shopping list, ask about all optional ingredients, even ones you previously wanted remembered"), self.forget_remembered_optional_ingredients, ), ] ) ("Export", None, _("Export Recipe"), None, None, self.export_cb) def setup_ui(self): self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/recCardDisplay.ui").decode()) self.ui.connect_signals( { "shop_for_recipe": self.shop_for_recipe_cb, "edit_details": self.reccard.show_edit, "edit_ingredients": self.reccard.show_edit, "edit_instructions": self.reccard.show_edit, "edit_modifications": self.reccard.show_edit, } ) self.setup_widgets_from_ui() def setup_widgets_from_ui(self): for attr in self.__display_items: setattr(self, "%sDisplay" % attr, self.ui.get_object("%sDisplay" % attr)) setattr(self, "%sDisplayLabel" % attr, self.ui.get_object("%sDisplayLabel" % attr)) try: assert getattr(self, "%sDisplay" % attr) if attr not in ["title", "yield_unit"]: assert getattr(self, "%sDisplayLabel" % attr) except: print("Failed to load all widgets for ", attr) print("%sDisplay" % attr, "->", getattr(self, "%sDisplay" % attr)) print("%sDisplayLabel" % attr, "->", getattr(self, "%sDisplayLabel" % attr)) raise # instructions & notes display for d in ["instructionsDisplay", "modificationsDisplay"]: disp = getattr(self, d) disp.set_wrap_mode(Gtk.WrapMode.WORD) disp.set_editable(False) disp.connect("time-link-activated", timeScanner.show_timer_cb) # link button self.linkDisplayButton = self.ui.get_object("linkDisplayButton") self.linkDisplayButton.connect("clicked", open_uri) # multiplication spinners self.yieldsDisplaySpin = self.ui.get_object("yieldsDisplaySpin") self.yieldsDisplaySpin.connect("changed", self.yields_change_cb) self.yieldsMultiplyByLabel = self.ui.get_object("multiplyByLabel") self.multiplyDisplaySpin = self.ui.get_object("multiplyByDisplaySpin") self.multiplyDisplaySpin.connect("changed", self.multiplication_change_cb) self.multiplyDisplayLabel = self.ui.get_object("multiplyByDisplayLabel") # Image display widget self.imageDisplay = self.ui.get_object("imageDisplay") # end setup_widgets_from_ui self.reflow_on_resize = [ (getattr(self, "%sDisplay" % s[0]), s[1]) for s in [ ("title", 0.9), # label and percentage of screen it can take up... ("cuisine", 0.5), ("category", 0.5), ("source", 0.5), ] ] sw = self.ui.get_object("recipeBodyDisplay") sw.connect("size-allocate", self.reflow_on_allocate_cb) sw.set_redraw_on_allocate(True) def reflow_on_allocate_cb(self, sw, allocation): hadj = sw.get_hadjustment() xsize = hadj.get_page_size() for widget, perc in self.reflow_on_resize: widg_width = int(xsize * perc) widget.set_size_request(widg_width, -1) t = widget.get_label() widget.set_label(t) # Flow our image... image_width = int(xsize * 0.75) if not hasattr(self, "orig_pixbuf") or not self.orig_pixbuf: return pb = self.imageDisplay.get_pixbuf() iwidth = pb.get_width() origwidth = self.orig_pixbuf.get_width() new_pb = None if iwidth > image_width: scale = float(image_width) / iwidth width = iwidth * scale height = pb.get_height() * scale new_pb = self.orig_pixbuf.scale_simple(int(width), int(height), GdkPixbuf.InterpType.BILINEAR) elif (origwidth > iwidth) and (image_width > iwidth): if image_width < origwidth: scale = float(image_width) / origwidth width = image_width height = self.orig_pixbuf.get_height() * scale new_pb = self.orig_pixbuf.scale_simple(int(width), int(height), GdkPixbuf.InterpType.BILINEAR) else: new_pb = self.orig_pixbuf if new_pb: del pb self.imageDisplay.set_from_pixbuf(new_pb) gc.collect() # Main GUI setup def setup_main_window(self): self.window = Gtk.Window() self.window.set_icon(iu.load_pixbuf_from_resource("reccard.png")) self.window.connect("delete-event", self.hide) self.conf.append(WidgetSaver.WindowSaver(self.window, self.prefs.get("reccard_window", {"window_size": (700, 600)}))) self.window.set_default_size(*self.prefs.get("reccard_window")["window_size"]) main_vb = Gtk.VBox() menu = self.ui_manager.get_widget("/RecipeDisplayMenuBar") main_vb.pack_start(menu, fill=False, expand=False, padding=0) menu.show() self.messagebox = Gtk.HBox() main_vb.pack_start(self.messagebox, fill=False, expand=False, padding=0) self.main = self.ui.get_object("recipeDisplayMain") self.main.unparent() main_vb.pack_start(self.main, True, True, 0) self.main.show() self.window.add(main_vb) main_vb.show() # Main has a series of important boxes which we will add our interfaces to... self.left_notebook = self.ui.get_object("recipeDisplayLeftNotebook") self.window.add_accel_group(self.ui_manager.get_accel_group()) self.window.show() def shop_for_recipe_cb(self, *args): try: d = self.rg.sl.getOptionalIngDic(self.rg.rd.get_ings(self.current_rec), self.mult, self.prefs) except UserCancelledError: return self.rg.sl.addRec(self.current_rec, self.mult, d) self.rg.sl.show() def add_plugin_to_left_notebook(self, klass): instance = klass(self) tab_label = Gtk.Label() tab_label.set_label(instance.label) n = self.left_notebook.append_page(instance.main, tab_label=tab_label) self.left_notebook_pages[n] = instance instance.main.show() tab_label.show() self.modules.append(instance) self.left_notebook.set_show_tabs(self.left_notebook.get_n_pages() > 1) def remove_plugin_from_left_notebook(self, klass): for mod in self.modules[:]: if isinstance(mod, klass): self.modules.remove(mod) page_num = self.left_notebook.page_num(mod.main) self.left_notebook.remove_page(page_num) del self.left_notebook_pages[page_num] del mod.main del mod self.left_notebook.set_show_tabs(self.left_notebook.get_n_pages() > 1) def left_notebook_change_cb(self): page = self.left_notebook.get_current_page() module = self.left_notebook_pages.get(page, None) if self._last_module and self._last_module != module and hasattr(self._last_module, "leave_page"): self._last_module.leave_page() if module: if hasattr(module, "enter_page"): module.enter_page() self._last_module = module def update_from_database(self): for module in self.modules: # Protect ourselves from bad modules, since these could be # plugins try: module.update_from_database() except Exception: print("WARNING: Exception raised by %(module)s.update_from_database()" % locals()) import traceback traceback.print_exc() self.update_image() special_display_functions = { "yields": self.update_yields_display, "yield_unit": self.update_yield_unit_display, "title": self.update_title_display, "link": self.update_link_display, } for attr in self.__display_items: if attr in special_display_functions: special_display_functions[attr]() else: widg = getattr(self, "%sDisplay" % attr) widgLab = getattr(self, "%sDisplayLabel" % attr) if not widg or not widgLab: raise Exception("There is no widget or label for %s=%s, %s=%s" % (attr, widg, "label", widgLab)) if attr == "category": attval = ", ".join(self.rg.rd.get_cats(self.current_rec)) else: attval = getattr(self.current_rec, attr) if attval: debug("showing attribute %s = %s" % (attr, attval), 0) if attr == "rating": widg.set_value(attval) elif attr in ["preptime", "cooktime"]: widg.set_text(convert.seconds_to_timestring(attval)) else: widg.set_text(attval) # if attr in ['modifications',#'instructions' # ]: # widg.set_use_markup(True) # widg.set_size_request(600,-1) widg.show() widgLab.show() else: debug("hiding attribute %s" % attr, 0) widg.hide() widgLab.hide() def update_image(self): imagestring = self.current_rec.image if imagestring is None: self.orig_pixbuf = None self.imageDisplay.hide() else: self.orig_pixbuf = iu.bytes_to_pixbuf(imagestring) self.imageDisplay.set_from_pixbuf(self.orig_pixbuf) self.imageDisplay.show() def update_yield_unit_display(self): self.yield_unitDisplay.set_text(self.current_rec.yield_unit or "") def update_yields_display(self): self.yields_orig = self.current_rec.yields try: self.yields_orig = float(self.yields_orig) except (TypeError, ValueError): self.yields_orig = None if self.yields_orig: # in this case, display yields spinbutton and update multiplier label as necessary self.yieldsDisplay.show() self.yieldsDisplayLabel.show() self.multiplyDisplaySpin.hide() self.multiplyDisplayLabel.hide() # if yields: # self.mult = float(yields)/float(self.yields_orig) # else: self.mult = 1 yields = float(self.yields_orig) self.yieldsDisplaySpin.set_value(yields) else: # otherwise, display multiplier label and checkbutton self.yieldsDisplay.hide() self.yieldsDisplayLabel.hide() self.multiplyDisplayLabel.show() self.multiplyDisplaySpin.show() def update_title_display(self) -> None: title = self.current_rec.title title = title if title is not None else "Untitled" self.window.set_title(title) title = "" + xml.sax.saxutils.escape(title) + "" self.titleDisplay.set_label(title) def update_link_display(self): if self.current_rec.link: self.linkDisplayButton.show() self.linkDisplay.set_markup('%s' % self.current_rec.link) else: self.linkDisplayButton.hide() self.linkDisplayLabel.hide() def export_cb(self, *args): fn = ExportManager.instance().offer_single_export(self.current_rec, self.prefs, parent=self.window, mult=self.mult) if fn: self.offer_url(_("Recipe successfully exported to " '%s') % (fn, fn), url="file:///%s" % fn) def toggle_readable_units_cb(self, widget): if widget.get_active(): self.prefs["readableUnits"] = True self.ingredientDisplay.display_ingredients() else: self.prefs["readableUnits"] = False self.ingredientDisplay.display_ingredients() def preferences_cb(self, *args): self.rg.prefsGui.show_dialog(page=self.rg.prefsGui.CARD_PAGE) def hide(self, *args): self.window.hide() self.reccard.hide() return True def copy_cb(self, action: Gtk.Action): """Copy a recipe and its image to the clipboard.""" if self.reccard.edited: do_save = de.getBoolean(label=_("You have unsaved changes."), sublabel=_("Save changes before copying?")) if do_save: self.reccard._RecCard__rec_editor.save_cb(action) elif do_save is None: # Gtk.ResponseType.CANCEL return ingredients = self.rg.rd.get_ings(self.current_rec.id) # The exporter can do several recipes at once, hence the list of tuples. copy_to_clipboard([(self.current_rec, ingredients)]) def print_cb(self, action: Gtk.Action): if self.reccard.edited: do_save = de.getBoolean(label=_("You have unsaved changes."), sublabel=_("Save changes before printing?")) if do_save: self.reccard._RecCard__rec_editor.save_cb(action) elif do_save is None: # Gtk.ResponseType.CANCEL return printManager = PrintManager.instance() printManager.print_recipes(self.rg.rd, [self.current_rec], mult=self.mult, parent=self.window, change_units=self.prefs.get("readableUnits", True)) def yields_change_cb(self, widg): self.update_yields_multiplier(widg.get_value()) self.ingredientDisplay.display_ingredients() # re-update def multiplication_change_cb(self, widg): self.mult = widg.get_value() self.ingredientDisplay.display_ingredients() # re-update def update_yields_multiplier(self, val): yields = self.yieldsDisplaySpin.get_value() if yields == self.current_rec.yields: self.yield_unitDisplay.set_text(self.current_rec.yield_unit) if yields != self.current_rec.yields: # Consider pluralizing... plur_form = defaults.defaults.get_pluralized_form(self.current_rec.yield_unit, yields) if plur_form != self.yield_unitDisplay.get_text(): # Change text! self.yield_unitDisplay.set_text(plur_form) if float(yields) != self.yields_orig: self.mult = float(yields) / self.yields_orig else: self.mult = 1 if self.mult != 1: self.yieldsMultiplyByLabel.set_text("x %s" % convert.float_to_frac(self.mult)) else: self.yieldsMultiplyByLabel.set_label("") def forget_remembered_optional_ingredients(self): pass def offer_url(self, label: str, url: str): if hasattr(self, "progress_dialog"): self.hide_progress_dialog() # Clear existing messages... for child in self.messagebox.get_children(): self.messagebox.remove(child) # Add new message label = Gtk.Label() label.set_markup(label) label.connect("activate-link", lambda lbl, uri: webbrowser.open_new_tab(uri)) infobar = Gtk.InfoBar() infobar.set_message_type(Gtk.MessageType.INFO) infobar.get_content_area().add(label) infobar.add_button(Gtk.STOCK_CLOSE, Gtk.ResponseType.CLOSE) infobar.connect("response", lambda ib, response_id: self.messagebox.hide()) self.messagebox.pack_start(infobar, True, True, 0) self.messagebox.show_all() class IngredientDisplay: """The ingredient portion of our recipe display card.""" def __init__(self, recipe_display): self.recipe_display = recipe_display self.prefs = prefs.Prefs.instance() self.setup_widgets() self.rg = self.recipe_display.rg self.markup_ingredient_hooks = [] def setup_widgets(self): self.ui = self.recipe_display.ui self.ingredientsDisplay = self.ui.get_object("ingredientsDisplay1") self.ingredientsDisplayLabel = self.ui.get_object("ingredientsDisplayLabel") self.ingredientsDisplay.connect("link-activated", self.show_recipe_link_cb) self.ingredientsDisplay.set_wrap_mode(Gtk.WrapMode.WORD) def update_from_database(self): self.ing_alist = self.rg.rd.order_ings(self.rg.rd.get_ings(self.recipe_display.current_rec)) self.display_ingredients() def display_ingredients(self): group_strings = [] group_index = 0 for group, ings in self.ing_alist: labels = [] if group: labels.append(f"{xml.sax.saxutils.escape(group)}") ing_index = 0 for i in ings: ing_strs = [] amt, unit = self.rg.rd.get_amount_and_unit( i, mult=self.recipe_display.mult, conv=(self.prefs.get("readableUnits", True) and self.rg.conv or None) ) if amt: ing_strs.append(amt) if unit: ing_strs.append(unit) if i.item: ing_strs.append(i.item) if i.optional: ing_strs.append(_("(Optional)")) istr = xml.sax.saxutils.escape(" ".join(ing_strs)) if i.refid: istr = f'' f"{istr}" istr = self.run_markup_ingredient_hooks(istr, i, ing_index, group_index) labels.append(istr) ing_index += 1 group_strings.append("\n".join(labels)) group_index += 1 label = "\n\n".join(group_strings) if label: self.ingredientsDisplay.set_text(label) self.ingredientsDisplay.set_editable(False) self.ingredientsDisplay.show() self.ingredientsDisplayLabel.show() else: self.ingredientsDisplay.hide() self.ingredientsDisplayLabel.hide() def run_markup_ingredient_hooks(self, ing_string, ing_obj, ing_index, group_index): for hook in self.markup_ingredient_hooks: # each hook gets the following args: # ingredient string, ingredient object, ingredient index, group index ing_string = hook(ing_string, ing_obj, ing_index, group_index) return ing_string def create_ing_alist(self): """Create alist ing_alist based on ingredients in DB for current_rec""" ings = self.rg.rd.get_ings(self.get_current_rec()) self.ing_alist = self.rg.rd.order_ings(ings) debug("self.ing_alist updated: %s" % self.ing_alist, 1) # Callbacks def show_recipe_link_cb(self, widg, link): rid, rname = link.split(":", 1) rec = self.rg.rd.get_rec(int(rid)) if not rec: rec = self.rg.rd.fetch_one(self.rg.rd.recipe_table, title=rname) if rec: self.rg.open_rec_card(rec) else: de.show_message(parent=self.display_window, label=_("Unable to find recipe %s in database.") % rname) class RecEditor(WidgetSaver.WidgetPrefs, plugin_loader.Pluggable): ui_string = """ """ def __init__(self, reccard, rg, recipe=None, recipe_display=None, new=False): self.edited = False self.editor_module_classes = [ DescriptionEditorModule, IngredientEditorModule, InstructionsEditorModule, NotesEditorModule, ] self.reccard = reccard self.rg = rg self.recipe_display = recipe_display if self.recipe_display and not recipe: recipe = self.recipe_display.current_rec self.current_rec = recipe self.setup_defaults() self.conf: List[Union[Gtk.Widget, WidgetSaver.WindowSaver]] = [] self.setup_ui_manager() # self.setup_undo() self.setup_main_interface() self.setup_modules() self.notebook.connect("switch-page", lambda *args: GLib.idle_add(self.notebook_change_cb)) self.page_specific_handlers = [] # self.setEdited(False) # parameters for tracking what has changed self.widgets_changed_since_save = {} self.new = True if recipe and not new: self.new = False elif not recipe: self.rg.rd.new_rec() self.set_edited(False) plugin_loader.Pluggable.__init__(self, [ToolPlugin, RecEditorPlugin]) self.mm = mnemonic_manager.MnemonicManager() self.mm.add_toplevel_widget(self.window) self.mm.fix_conflicts_peacefully() self.show() self.modules[0].grab_focus() def present(self): self.window.present() def setup_defaults(self): self.edit_title = _("Edit Recipe:") def setup_ui_manager(self): self.ui_manager = Gtk.UIManager() self.ui_manager.add_ui_from_string(self.ui_string) self.setup_action_groups() fix_action_group_importance(self.mainRecEditActionGroup) self.ui_manager.insert_action_group(self.mainRecEditActionGroup, 0) fix_action_group_importance(self.rg.toolActionGroup) self.ui_manager.insert_action_group(self.rg.toolActionGroup, 1) def setup_action_groups(self): self.mainRecEditActionGroup = Gtk.ActionGroup(name="RecEditMain") self.mainRecEditActionGroup.add_actions( [ # menus ("Recipe", None, _("_Recipe")), ("Edit", None, _("_Edit")), ("Help", Gtk.STOCK_HELP, None), ("HelpMenu", None, _("_Help")), ("Save", Gtk.STOCK_SAVE, None, "s", _("Save edits to database"), self.save_cb), # saveEdits ("DeleteRecipe", Gtk.STOCK_DELETE, _("_Delete Recipe"), None, None, self.delete_cb), ("Revert", Gtk.STOCK_REVERT_TO_SAVED, None, None, None, self.revert_cb), # revertCB ("Close", Gtk.STOCK_CLOSE, None, None, None, self.close_cb), ("Preferences", Gtk.STOCK_PREFERENCES, None, None, None, self.preferences_cb), # show_pref_dialog ("ShowRecipeCard", "recipe-card", _("View Recipe Card"), None, None, self.show_recipe_display_cb), # view_recipe_card ] ) def setup_modules(self): self.modules = [] self.module_tab_by_name = {} for klass in self.editor_module_classes: instance = klass(self) tab_label = Gtk.Label.new(instance.label) n = self.notebook.append_page(instance.main, tab_label=tab_label) self.module_tab_by_name[instance.name] = n instance.main.show() tab_label.show() instance.connect("toggle-edited", self.module_edited_cb) self.modules.append(instance) def add_plugin(self, klass, position=None): """Register any external plugins""" instance = klass(self) if instance.__class__ in self.editor_module_classes: return # these are handled in setup_modules... tab_label = Gtk.Label(label=instance.label) if not position: n = self.notebook.append_page(instance.main, tab_label=tab_label) else: n = self.notebook.insert_page(instance.main, tab_label=tab_label, position=position) # We'll need to reset the other plugin's positions if we shoved one in the middle for mod in self.modules[position:]: self.module_tab_by_name[mod.name] = self.notebook.page_num(mod.main) self.module_tab_by_name[instance.name] = n # self.plugins.append(instance) if not position: self.modules.append(instance) else: self.modules = self.modules[:position] + [instance] + self.modules[position:] instance.main.show() tab_label.show() instance.connect("toggle-edited", self.module_edited_cb) def module_edited_cb(self, module, val): if val: self.set_edited(True) else: for m in self.modules: if m.edited: # print 'Strange,',module,'told us we are not edited, but ',m,'tells us we are...' self.set_edited(True) return self.set_edited(False) def show_module(self, module_name: str): """Show and focus on the requested notebook.""" try: module_index = self.module_tab_by_name[module_name] except KeyError: raise ValueError("RecEditor has no module named %s" % module_name) self.notebook.set_current_page(module_index) self.modules[module_index].grab_focus() def setup_main_interface(self): self.window = Gtk.Window() self.window.set_icon(iu.load_pixbuf_from_resource("reccard_edit.png")) title = ((self.current_rec and self.current_rec.title) or _("New Recipe")) + " (%s)" % _("Edit") self.window.set_title(title) self.window.connect("delete-event", self.close_cb) self.conf.append(WidgetSaver.WindowSaver(self.window, self.rg.prefs.get("rec_editor_window", {"window_size": (700, 600)}))) self.window.set_default_size(*prefs.Prefs.instance().get("rec_editor_window")["window_size"]) main_vb = Gtk.VBox() main_vb.pack_start(self.ui_manager.get_widget("/RecipeEditorMenuBar"), expand=False, fill=False, padding=0) main_vb.pack_start(self.ui_manager.get_widget("/RecipeEditorToolBar"), expand=False, fill=False, padding=0) main_vb.pack_start(self.ui_manager.get_widget("/RecipeEditorEditToolBar"), expand=False, fill=False, padding=0) self.notebook = Gtk.Notebook() self.notebook.show() main_vb.pack_start(self.notebook, True, True, 0) self.window.add(main_vb) self.window.add_accel_group(self.ui_manager.get_accel_group()) main_vb.show() def show(self): self.window.present() self.notebook.set_tab_pos(Gtk.PositionType.LEFT) self._last_module = None self.last_merged_ui = None self.last_merged_action_groups = None self.notebook_change_cb() def set_edited(self, edited: bool): self.edited = edited if edited: self.mainRecEditActionGroup.get_action("Save").set_sensitive(True) self.mainRecEditActionGroup.get_action("Revert").set_sensitive(True) else: self.mainRecEditActionGroup.get_action("Save").set_sensitive(False) self.mainRecEditActionGroup.get_action("Revert").set_sensitive(False) def update_from_database(self): for mod in self.modules: mod.update_from_database() mod.__edited = False def notebook_change_cb(self, *args): """Update menus and toolbars""" page = self.notebook.get_current_page() # self.history.switch_context(page) if self.last_merged_ui is not None: self.ui_manager.remove_ui(self.last_merged_ui) for ag in self.last_merged_action_groups: self.ui_manager.remove_action_group(ag) self.last_merged_ui = self.ui_manager.add_ui_from_string(self.modules[page].ui_string) for ag in self.modules[page].action_groups: fix_action_group_importance(ag) self.ui_manager.insert_action_group(ag, 0) self.last_merged_action_groups = self.modules[page].action_groups module = self.modules[page] if self._last_module and self._last_module != module and hasattr(self._last_module, "leave_page"): self._last_module.leave_page() if module: if hasattr(module, "enter_page"): module.enter_page() self._last_module = module def save_cb(self, action: Gtk.Action = None): """Save an edited recipe.""" self.widgets_changed_since_save = {} self.mainRecEditActionGroup.get_action("ShowRecipeCard").set_sensitive(True) self.new = False newdict = {"id": self.current_rec.id} for m in self.modules: newdict = m.save(newdict) self.current_rec = self.rg.rd.modify_rec(self.current_rec, newdict) self.rg.rd.update_hashes(self.current_rec) self.rg.rmodel.update_recipe(self.current_rec) if "title" in newdict: self.window.set_title(f"{self.edit_title} " f"{self.current_rec.title.strip()}") self.set_edited(False) self.reccard.new = False self.rg.rd.save() self.rg.update_go_menu() self.rg.redo_search() # Trigger a refresh of the recipe tree self.reccard.update_recipe(self.current_rec) # update display (if any) def revert_cb(self, *args): self.update_from_database() self.set_edited(False) def delete_cb(self, *args): self.rg.rec_tree_delete_recs([self.current_rec]) def close_cb(self, *args: Tuple[Gtk.Window, Gdk.Event]) -> bool: if self.edited: try: save_me = de.getBoolean( title=_("Save changes to %s") % self.current_rec.title, label=_("Save changes to %s") % self.current_rec.title, custom_yes=Gtk.STOCK_SAVE, ) except de.UserCancelledError: return True # keep the window open if save_me: self.save_cb() self.window.hide() self.reccard.hide() if self.new: # If we are new and unedited, delete... self.rg.rd.delete_rec(self.current_rec) self.rg.redo_search() return True def preferences_cb(self, *args): """Show our preference dialog for the recipe card.""" self.rg.prefsGui.show_dialog(page=self.rg.prefsGui.CARD_PAGE) def show_recipe_display_cb(self, *args): """Show recipe card display (not editor).""" self.reccard.show_display() class IngredientEditorModule(RecEditorModule): name = "ingredients" label = _("Ingredients") ui_string = """ """ def setup(self): pass def setup_main_interface(self): self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/recCardIngredientsEditor.ui").decode()) self.main = self.ui.get_object("ingredientsNotebook") self.main.unparent() self.ingtree_ui = IngredientTreeUI(self, self.ui.get_object("ingTree")) self.setup_action_groups() self.update_from_database() self.entry = self.ui.get_object("quickIngredientEntry") self.ui.connect_signals({"addQuickIngredient": self.quick_add}) def quick_add(self, *args): txt = str(self.entry.get_text()) prev_iter, group_iter = self.ingtree_ui.get_previous_iter_and_group_iter() add_with_undo(self, lambda *args: self.add_ingredient_from_line(txt, prev_iter=prev_iter, group_iter=group_iter)) self.entry.set_text("") def update_from_database(self): self.ingtree_ui.set_tree_for_rec(self.current_rec) def setup_action_groups(self): self.ingredientEditorActionGroup = Gtk.ActionGroup(name="IngredientEditorActionGroup") self.ingredientEditorActionGroup.add_actions( [ ("AddIngredient", Gtk.STOCK_ADD, _("Add ingredient"), None, None), ("PasteIngredient", Gtk.STOCK_PASTE, None, "V", None, lambda args: add_with_undo(self, self.paste_ingredients_cb)), ("AddIngredientGroup", None, _("Add group"), "G", None, self.ingtree_ui.ingNewGroupCB), ( "AddRecipeAsIngredient", None, _("Add _recipe"), "R", _("Add another recipe as an ingredient in this recipe"), lambda *args: RecSelector(self.rg, self), ), ] ) self.ingredientEditorOnRowActionGroup = Gtk.ActionGroup(name="IngredientEditorOnRowActionGroup") self.ingredientEditorOnRowActionGroup.add_actions( [ ( "DeleteIngredient", Gtk.STOCK_DELETE, _("Delete"), #'Delete', # Binding to the delete key meant delete # pressed anywhere would do this, icnluding in a text # field None, None, self.delete_cb, ), ("MoveIngredientUp", Gtk.STOCK_GO_UP, _("Up"), "Up", None, self.ingtree_ui.ingUpCB), ("MoveIngredientDown", Gtk.STOCK_GO_DOWN, _("Down"), "Down", None, self.ingtree_ui.ingDownCB), ] ) fix_action_group_importance(self.ingredientEditorActionGroup) fix_action_group_importance(self.ingredientEditorOnRowActionGroup) self.action_groups.append(self.ingredientEditorActionGroup) self.action_groups.append(self.ingredientEditorOnRowActionGroup) def add_ingredient_from_line(self, line: str, group_iter: Optional[Gtk.TreeIter] = None, prev_iter: Optional[Gtk.TreeIter] = None): """Add an ingredient to the list from a line of plain text. The line will parsed if it matches the expected format of "{amount} {unit} {item}". `group_iter` is a tree iterator used to put the item under the group, if the group is selected in the tree. `prev_iter` is a tree iterator used to keep track of a previously selected item, so that the new ingredient can be added right below it in the tree. """ d = self.rg.rd.parse_ingredient(line, conv=self.rg.conv, get_key=False) if d: if "rangeamount" in d: d["amount"] = self.rg.rd.format_amount_string_from_amount((d["amount"], d["rangeamount"])) del d["rangeamount"] elif "amount" in d: d["amount"] = convert.float_to_frac(d["amount"]) else: d = {"item": line, "amount": None, "unit": None} itr = self.ingtree_ui.ingController.add_new_ingredient(prev_iter=prev_iter, group_iter=group_iter, **d) # If there is just one row selected... sel = self.ingtree_ui.ingTree.get_selection() if sel.count_selected_rows() == 1: # Then we move our selection down to our current ingredient... sel.unselect_all() sel.select_iter(itr) # Make sure our newly added ingredient is visible... self.ingtree_ui.ingTree.scroll_to_cell(self.ingtree_ui.ingController.imodel.get_path(itr)) return itr def paste_ingredients_cb(self): text = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD).wait_for_text() for line in text.split("\n"): if line.strip(): self.add_ingredient_from_line(line) def delete_cb(self, *args): debug("delete_cb (self, *args):", 5) mod, rows = self.ingtree_ui.ingTree.get_selection().get_selected_rows() rows.reverse() self.ingtree_ui.ingController.delete_iters(*[mod.get_iter(p) for p in rows]) def save(self, recdic): # Save ingredients... self.ingtree_ui.ingController.commit_ingredients() self.emit("saved") return recdic class TextEditor: def setup(self): self.edit_widgets = [] # for keeping track of editable widgets self.edit_textviews = [] # for keeping track of editable # textviews def setup_action_groups(self): self.copyPasteActionGroup = Gtk.ActionGroup(name="CopyPasteActionGroup") self.copyPasteActionGroup.add_actions( [ ("Copy", Gtk.STOCK_COPY, None, None, None, self.do_copy), ("Paste", Gtk.STOCK_PASTE, None, "V", None, self.paste_cb), ("Cut", Gtk.STOCK_CUT, None, None, None, self.do_cut), ] ) self.cb = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) GLib.timeout_add(500, self.do_sensitize) # FIXME: make event-driven self.action_groups.append(self.copyPasteActionGroup) def do_sensitize(self): for w in self.edit_widgets: if w.has_focus(): self.copyPasteActionGroup.get_action("Copy").set_sensitive(w.get_selection_bounds() and True or False) self.copyPasteActionGroup.get_action("Cut").set_sensitive(w.get_selection_bounds() and True or False) self.copyPasteActionGroup.get_action("Paste").set_sensitive(self.cb.wait_is_text_available() or False) return True for tv in self.edit_textviews: tb = tv.get_buffer() self.copyPasteActionGroup.get_action("Copy").set_sensitive(tb.get_selection_bounds() and True or False) self.copyPasteActionGroup.get_action("Cut").set_sensitive(tb.get_selection_bounds() and True or False) self.copyPasteActionGroup.get_action("Paste").set_sensitive(self.cb.wait_is_text_available() or False) return True def do_copy(self, action: Gtk.Action): # Get any widget to get a hold of the window w = self.edit_widgets[0] if self.edit_widgets else self.edit_textviews[0] window = w.get_toplevel() widget = window.get_focus() # Get the widget under focus if isinstance(widget, Gtk.Editable): widget.copy_clipboard() if isinstance(widget, Gtk.TextView): widget.get_buffer().copy_clipboard(self.cb) def do_cut(self, action: Gtk.Action): # Get any widget to get a hold of the window w = self.edit_widgets[0] if self.edit_widgets else self.edit_textviews[0] window = w.get_toplevel() widget = window.get_focus() # Get the widget under focus if isinstance(widget, Gtk.Editable): widget.cut_clipboard() if isinstance(widget, Gtk.TextView): widget.get_buffer().cut_clipboard(self.cb, widget.get_editable()) def paste_cb(self, action: Gtk.Action): # Get any widget to get a hold of the window w = self.edit_widgets[0] if self.edit_widgets else self.edit_textviews[0] window = w.get_toplevel() widget = window.get_focus() # Get the widget under focus if isinstance(widget, Gtk.TextView): buf = widget.get_buffer() buf.paste_clipboard(self.cb, None, widget.get_editable()) elif isinstance(widget, Gtk.Editable): widget.paste_clipboard() class DescriptionEditorModule(TextEditor, RecEditorModule): name = "description" label = _("Description") ui_string = """ """ def __init__(self, editor: RecEditor): self.recent: List[str] = [] # Keep track of freely editable widgets self.reccom: List[str] = [] # Keep track of ComboBoxText widgets self.rw: Dict[str, Gtk.Widget] = {} # Attribute names and their widgets super().__init__(editor) def setup_main_interface(self): self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/recCardDescriptionEditor.ui").decode()) self.imageBox = ImageBox(self) self.init_recipe_widgets() self.ui.connect_signals( { "setRecImage": self.imageBox.set_from_file_callback, "delRecImage": self.imageBox.remove_image_callback, } ) self.main = self.ui.get_object("descriptionMainWidget") self.main.unparent() def init_recipe_widgets(self) -> None: for attribute, label, widget_type in REC_ATTRS: if widget_type == "Entry": self.recent.append(attribute) elif widget_type == "Combo": self.reccom.append(attribute) else: raise ValueError(f"{attribute} with {widget_type} not supported") for attribute in self.reccom + self.recent: widget = self.ui.get_object(f"{attribute}Box") if widget is None: raise ValueError(f"No widget for {attribute} available") self.rw[attribute] = widget self.edit_widgets.append(widget) widget.db_prop = attribute # Set up accessibility atk = widget.get_accessible() atk.set_name(REC_ATTR_DIC[attribute] + " Entry") self.update_from_database() def update_from_database(self): try: self.yields = float(self.current_rec.yields) except (TypeError, ValueError): self.yields = None if hasattr(self.current_rec, "yields"): msg = f"Could not make sense of {self.current_rec.yields} " "as a number of yields" debug(msg, 0) for c in self.reccom: debug(f"Widget for {c}", 5) model = self.rg.get_attribute_model(c) self.rw[c].set_model(model) self.rw[c].set_entry_text_column(0) cb.setup_completion(self.rw[c]) if c == "category": val = ", ".join(self.rg.rd.get_cats(self.current_rec)) else: val = getattr(self.current_rec, c) self.rw[c].insert_text(0, val or "") if isinstance(self.rw[c], Gtk.ComboBoxText): self.rw[c].set_active(0) Undo.UndoableEntry(self.rw[c], self.history) cb.FocusFixer(self.rw[c]) for e in self.recent: if isinstance(self.rw[e], Gtk.SpinButton): try: self.rw[e].set_value(float(getattr(self.current_rec, e))) except (TypeError, ValueError): debug("%s Value %s is not floatable!" % (e, getattr(self.current_rec, e))) self.rw[e].set_text("") Undo.UndoableGenericWidget(self.rw[e], self.history, signal="value-changed") elif e in INT_REC_ATTRS: self.rw[e].set_value(int(getattr(self.current_rec, e) or 0)) Undo.UndoableGenericWidget(self.rw[e], self.history) else: self.rw[e].set_text(getattr(self.current_rec, e) or "") Undo.UndoableEntry(self.rw[e], self.history) self.imageBox.get_image() def grab_focus(self): self.ui.get_object("titleBox").grab_focus() def save(self, recdic): for c in self.reccom: recdic[c] = str(self.rw[c].get_active_text()) for e in self.recent: if e in INT_REC_ATTRS + FLOAT_REC_ATTRS: recdic[e] = self.rw[e].get_value() else: recdic[e] = str(self.rw[e].get_text()) if self.imageBox.edited: image, thumbnail = self.imageBox.commit() recdic["image"] = image recdic["thumb"] = thumbnail self.imageBox.edited = False self.emit("saved") return recdic class ImageBox: """A widget for handling images in the DescriptionEditor.""" def __init__(self, rec_card): debug("__init__ (self, RecCard):", 5) self.edited = False self.rc = rec_card self.rg = rec_card.rg self.ui = rec_card.ui self.imageW = self.ui.get_object("recImage") self.addW = self.ui.get_object("addImage") self.delW = self.ui.get_object("delImageButton") self.image: Image.Image = None self.thumbnail: Image.Image = None def get_image(self, rec=None): # rec is optional RowProxy """Set image based on current recipe.""" debug("get_image (self, rec=None):", 5) if rec is None: rec = self.rc.current_rec if rec.image: self.set_from_bytes(rec.image) else: self.image = None self.hide() def hide(self): debug("hide (self):", 5) self.imageW.hide() self.delW.hide() self.addW.show() return True def commit(self) -> Union[Tuple[bytes, bytes], Tuple[None, None]]: """Return image and thumbnail data for storage in the database.""" debug("commit (self):", 5) if self.image: self.imageW.show() return iu.image_to_bytes(self.image), iu.image_to_bytes(self.thumbnail) else: self.imageW.hide() return None, None def draw_image(self): """Put image onto widget""" if not self.image: self.hide() return window = self.imageW.get_parent_window() if window: wwidth = window.get_width() wheight = window.get_height() size = (int(wwidth / 3), int(wheight / 3)) else: size = (100, 100) self.image.thumbnail(size) self.set_from_bytes(iu.image_to_bytes(self.image)) def show_image(self): """Show widget and switch around buttons sensibly""" debug("show_image (self):", 5) self.addW.hide() self.imageW.show() self.delW.show() def set_from_bytes(self, bytes_: bytes): debug("set_from_bytes(self, bytes):", 5) pb = iu.bytes_to_pixbuf(bytes_) self.imageW.set_from_pixbuf(pb) self.orig_pixbuf = pb self.image = iu.bytes_to_image(bytes_) self.thumbnail = self.image.copy() self.thumbnail.thumbnail((40, 40)) self.show_image() self.edited = True def set_from_file(self, filename: str): debug("set_from_file (self, file):", 5) self.image = Image.open(filename) self.draw_image() def set_from_file_callback(self, widget: Gtk.Button): filename = de.select_image("Select Image", action=Gtk.FileChooserAction.OPEN) if filename is not None: Undo.UndoableObject(lambda *args: self.set_from_file(filename), lambda *args: self.remove_image(), self.rc.history, widget=self.imageW).perform() self.edited = True def remove_image_callback(self, *args): if self.image: current_image = iu.image_to_bytes(self.image) else: _, current_image = self.orig_pixbuf.save_to_bufferv("jpeg", [], []) Undo.UndoableObject(lambda *args: self.remove_image(), lambda *args: self.set_from_bytes(current_image), self.rc.history, widget=self.imageW).perform() def remove_image(self): self.image = None self.orig_pixbuf = None self.draw_image() self.edited = True class TextFieldEditor(TextEditor): ui_string = """ """ prop = None def setup_action_groups(self) -> None: """Create and attach the rich text formatting buttons. Gourmet supports three markup items: bold, italic, and underline. These are created here. """ super().setup_action_groups() # Create Cut, Copy, Paste actions # Create Formatting actions buffer = self.tv.get_buffer() group = Gtk.ActionGroup(name="RichTextActionGroup") group.add_actions( [ ("Bold", Gtk.STOCK_BOLD, None, "B", None, None), ("Italic", Gtk.STOCK_ITALIC, None, "I", None, None), ("Underline", Gtk.STOCK_UNDERLINE, None, "U", None, None), ] ) bold_action = group.get_action("Bold") bold_action.connect("activate", buffer.on_markup_toggle, buffer.tag_bold) italic_action = group.get_action("Italic") italic_action.connect("activate", buffer.on_markup_toggle, buffer.tag_italic) underline_action = group.get_action("Underline") underline_action.connect("activate", buffer.on_markup_toggle, buffer.tag_underline) self.action_groups.append(group) def setup_main_interface(self): self.main = Gtk.ScrolledWindow() self.main.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC) self.tv = Gtk.TextView() self.main.add(self.tv) buf = PangoBuffer() self.tv.set_wrap_mode(Gtk.WrapMode.WORD) self.tv.set_buffer(buf) self.tv.show() self.tv.db_prop = self.prop if not self.label: print("Odd,", self, "has no label") else: atk = self.tv.get_accessible() atk.set_name(self.label + " Text") self.update_from_database() Undo.UndoableTextView(self.tv, self.history) self.setup_action_groups() self.edit_textviews = [self.tv] def update_from_database(self): txt = getattr(self.re.current_rec, self.prop) if txt: txt = txt.encode("utf8", "ignore") else: txt = "".encode("utf8") self.tv.get_buffer().set_text(txt) def save(self, recdic): recdic[self.prop] = self.tv.get_buffer().get_text(include_hidden_chars=True) self.emit("saved") return recdic class InstructionsEditorModule(TextFieldEditor, RecEditorModule): name = "instructions" label = _("Instructions") prop = "instructions" class NotesEditorModule(TextFieldEditor, RecEditorModule): name = "notes" prop = "modifications" label = _("Notes") # Various sub-classes to handle our ingredient treeview class IngredientController(plugin_loader.Pluggable): """Handle updates to our ingredient model. Changes are not reported as they happen; rather, we use the commit_ingredients method to do sync up our database with what we're showing as our database. """ ING_COL = 0 AMT_COL = 1 UNIT_COL = 2 ITEM_COL = 3 OPTIONAL_COL = 4 def __init__(self, ingredient_editor_module): self.ingredient_editor_module = ingredient_editor_module self.rg = self.ingredient_editor_module.rg self.re = self.ingredient_editor_module.re self.new_item_count = 0 self.commited_items_converter = {} plugin_loader.Pluggable.__init__(self, [IngredientControllerPlugin]) # Setup methods def create_imodel(self, rec): self.ingredient_objects = [] self.current_rec = rec ings = self.rg.rd.get_ings(rec) ## now we continue with our regular business... debug("%s ings" % len(ings), 3) self.ing_alist = self.rg.rd.order_ings(ings) self.imodel = Gtk.TreeStore( GObject.TYPE_PYOBJECT, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_BOOLEAN, # GObject.TYPE_STRING, # GObject.TYPE_STRING ) for g, ings in self.ing_alist: if g: g = self.add_group(g) for i in ings: debug("adding ingredient %s" % i.item, 0) self.add_ingredient(i, group_iter=g) return self.imodel def _new_iter_(self, group_iter=None, prev_iter=None, fallback_on_append=True): iter = None if group_iter and not prev_iter: if not isinstance(self.imodel.get_value(group_iter, 0), str): prev_iter = group_iter print("fix this old code!") import traceback traceback.print_stack() print("(not a real traceback, just a hint for fixing the old code)") else: iter = self.imodel.append(group_iter) if prev_iter: iter = self.imodel.insert_after(None, prev_iter, None) if not iter: if fallback_on_append: iter = self.imodel.append(None) else: iter = self.imodel.prepend(None) return iter # Add recipe info... def add_ingredient_from_kwargs( self, group_iter=None, prev_iter=None, fallback_on_append=True, undoable=False, placeholder=None, # An ingredient # object count # (number) **ingdict, ): iter = self._new_iter_(group_iter=group_iter, prev_iter=prev_iter, fallback_on_append=fallback_on_append) if "refid" in ingdict and ingdict["refid"]: self.imodel.set_value(iter, 0, RecRef(ingdict["refid"], ingdict.get("item", ""))) elif placeholder is not None: self.imodel.set_value(iter, 0, placeholder) else: self.imodel.set_value(iter, 0, self.new_item_count) self.new_item_count += 1 self.update_ingredient_row(iter, **ingdict) return iter def add_new_ingredient(self, *args, **kwargs): ret = self.add_ingredient_from_kwargs(*args, **kwargs) return ret def undoable_update_ingredient_row(self, ref, d): itr = self.ingredient_editor_module.ingtree_ui.ingController.get_iter_from_persistent_ref(ref) orig = self.ingredient_editor_module.ingtree_ui.ingController.get_rowdict(itr) Undo.UndoableObject( lambda *args: self.update_ingredient_row(itr, **d), lambda *args: self.update_ingredient_row(itr, **orig), self.ingredient_editor_module.history, widget=self.imodel, ).perform() def update_ingredient_row( self, iter: Gtk.TreeIter, amount: Optional[float] = None, unit: Optional[str] = None, item: Optional[str] = None, optional: Optional[bool] = None, **unused ): if amount is not None: self.imodel.set_value(iter, 1, str(amount)) if unit is not None: self.imodel.set_value(iter, 2, unit) if item is not None: self.imodel.set_value(iter, 3, item) if optional is not None: self.imodel.set_value(iter, 4, optional) if unused: debug(f"update_ingredient_row unused args: {unused}") def add_ingredient(self, ing, prev_iter=None, group_iter=None, fallback_on_append=True, shop_cat=None, is_undo=False): """add an ingredient to our model based on an ingredient object. group_iter is an iter to put our ingredient inside of. prev_iter is an ingredient after which we insert our ingredient fallback_on_append tells us whether to append or (if False) prepend when we have no group_iter. is_undo asks if this is part of an UNDO action. If it is, we don't add the object to our list of ingredient_objects (which is designed to reflect the current state of the database). """ i = ing # Append our ingredient object to a list so that we will be able to notice if it has been deleted... if not is_undo: self.ingredient_objects.append(ing) iter = self._new_iter_(prev_iter=prev_iter, group_iter=group_iter, fallback_on_append=fallback_on_append) amt = self.rg.rd.get_amount_as_string(i) unit = i.unit self.imodel.set_value(iter, 0, i) self.imodel.set_value(iter, 1, amt) self.imodel.set_value(iter, 2, unit) self.imodel.set_value(iter, 3, i.item) if i.optional: opt = True else: opt = False self.imodel.set_value(iter, 4, opt) # self.imodel.set_value(iter, 5, i.ingkey) # if shop_cat: # self.imodel.set_value(iter, 6, shop_cat) # elif self.rg.sl.orgdic.has_key(i.ingkey): # debug("Key %s has category %s"%(i.ingkey,self.rg.sl.orgdic[i.ingkey]),5) # self.imodel.set_value(iter, 6, self.rg.sl.orgdic[i.ingkey]) # else: # self.imodel.set_value(iter, 6, None) return iter def add_group(self, name, prev_iter=None, children_iters=[], fallback_on_append=True): if not prev_iter: if fallback_on_append: groupiter = self.imodel.append(None) else: groupiter = self.imodel.prepend(None) else: # ALLOW NO NESTING! while self.imodel.iter_parent(prev_iter): prev_iter = self.imodel.iter_parent(prev_iter) groupiter = self.imodel.insert_after(None, prev_iter, None) self.imodel.set_value(groupiter, 0, "GROUP %s" % name) self.imodel.set_value(groupiter, 1, name) children_iters.reverse() for c in children_iters: te.move_iter(self.imodel, c, None, parent=groupiter, direction="after") # self.rg.rd.undoable_modify_ing(self.imodel.get_value(c,0), # {'inggroup':name}, # self.history) debug("add_group returning %s" % groupiter, 5) return groupiter # def change_group (self, name, def delete_iters(self, *iters, **kwargs): """kwargs can have is_undo""" is_undo = kwargs.get("is_undo", False) refs = [] undo_info = [] try: paths = [self.imodel.get_path(i) for i in iters] except TypeError: print("Odd we are failing to get_paths for ", iters) print("Our undo stack looks like this...") print(self.ingredient_editor_module.history) raise for itr in iters: orig_ref = self.get_persistent_ref_from_iter(itr) # We don't want to add children twice, once as a # consequent of their parents and once because they've # been selected in their own right. parent = self.imodel.iter_parent(itr) parent_path = parent and self.imodel.get_path(parent) if parent_path in paths: # If our parent is in the iters to be deleted -- we # don't need to delete it individual continue refs.append(orig_ref) deleted_dic, prev_ref, ing_obj = self._get_undo_info_for_iter_(itr) child = self.imodel.iter_children(itr) children = [] if child: expanded = self.ingredient_editor_module.ingtree_ui.ingTree.row_expanded(self.imodel.get_path(itr)) else: expanded = False while child: children.append(self._get_undo_info_for_iter_(child)) child = self.imodel.iter_next(child) undo_info.append((deleted_dic, prev_ref, ing_obj, children, expanded)) u = Undo.UndoableObject( lambda *args: self.do_delete_iters(refs), lambda *args: self.do_undelete_iters(undo_info), self.ingredient_editor_module.history, widget=self.imodel, is_undo=is_undo, ) debug("IngredientController.delete_iters Performing deletion of %s" % refs, 2) u.perform() def _get_prev_path_(self, path): if path[-1] == 0: if len(path) == 1: prev_path = None else: prev_path = tuple(path[:-1]) else: prev_path = te.path_next(path, -1) return prev_path def _get_undo_info_for_iter_(self, iter): deleted_dic = self.get_rowdict(iter) path = self.imodel.get_path(iter) prev_path = self._get_prev_path_(path) if prev_path: prev_ref = self.get_persistent_ref_from_path(prev_path) else: prev_ref = None ing_obj = self.imodel.get_value(iter, 0) return deleted_dic, prev_ref, ing_obj def do_delete_iters(self, iters): for ref in iters: i = self.get_iter_from_persistent_ref(ref) if not i: print("Failed to get reference from", i) else: self.imodel.remove(i) def do_undelete_iters(self, rowdicts_and_iters): for rowdic, prev_iter, ing_obj, children, expanded in rowdicts_and_iters: prev_iter = self.get_iter_from_persistent_ref(prev_iter) # If ing_obj is a string, then we are a group if ing_obj and isinstance(ing_obj, str): itr = self.add_group(rowdic["amount"], prev_iter, fallback_on_append=False) elif isinstance(ing_obj, int) or not ing_obj: itr = self.add_ingredient_from_kwargs(prev_iter=prev_iter, fallback_on_append=False, placeholder=ing_obj, **rowdic) # elif ing_obj not in self.ingredient_objects: # # If we have an ingredient object, but it's not one we # # recall, then we must be recalling the object from # # before a deletion -- we'll else: # Otherwise, we must have an ingredient object itr = iter = self.add_ingredient(ing_obj, prev_iter, fallback_on_append=False, is_undo=True) self.update_ingredient_row(iter, **rowdic) if children: first = True for rd, pi, io in children: pi = self.get_iter_from_persistent_ref(pi) if first: gi = itr pi = None first = False else: gi = None if io and not isinstance(io, (str, int, RecRef)): itr = self.add_ingredient(io, group_iter=gi, prev_iter=pi, fallback_on_append=False, is_undo=True) self.update_ingredient_row(itr, **rd) else: itr = self.add_ingredient_from_kwargs(group_iter=gi, prev_iter=pi, fallback_on_append=False, **rd) self.imodel.set_value(itr, 0, io) if expanded: self.ingredient_editor_module.ingtree_ui.ingTree.expand_row(self.imodel.get_path(itr), True) # Get a dictionary describing our current row def get_rowdict(self, iter): d = {} for k, n in [ ("amount", 1), ("unit", 2), ("item", 3), ("optional", 4), ]: d[k] = self.imodel.get_value(iter, n) ing_obj = self.imodel.get_value(iter, 0) self.get_extra_ingredient_attributes(ing_obj, d) return d @plugin_loader.pluggable_method def get_extra_ingredient_attributes(self, ing_obj, ingdict): if not hasattr(ing_obj, "ingkey") or not ing_obj.ingkey: if ingdict["item"]: ingdict["ingkey"] = ingdict["item"].split(";")[0] else: ingdict["ingkey"] = ing_obj.ingkey # Get persistent references to items easily def get_persistent_ref_from_path(self, path): # Returns "RowProxy" return self.get_persistent_ref_from_iter(self.imodel.get_iter(path)) def get_persistent_ref_from_iter(self, iter): uid = self.imodel.get_value(iter, 0) return uid def get_path_from_persistent_ref(self, ref): itr = self.get_iter_from_persistent_ref(ref) if itr: return self.imodel.get_path(itr) def get_iter_from_persistent_ref(self, ref): try: if ref in self.commited_items_converter: ref = self.commited_items_converter[ref] except TypeError: # If ref is unhashable, we don't care pass itr = self.imodel.get_iter_first() while itr: v = self.imodel.get_value(itr, 0) if v == ref or self.rg.rd.row_equal(v, ref): return itr child = self.imodel.iter_children(itr) if child: itr = child else: next = self.imodel.iter_next(itr) if next: itr = next else: parent = self.imodel.iter_parent(itr) if parent: itr = self.imodel.iter_next(parent) else: itr = None def commit_ingredients(self): """Commit ingredients as they appear in tree to database.""" iter = self.imodel.get_iter_first() n = 0 # Start with a list of all ingredient object - we'll eliminate # each object as we come to it in our tree -- any items not # eliminated have been deleted. deleted = self.ingredient_objects[:] # We use an embedded function rather than a simple loop so we # can recursively crawl our tree -- so think of commit_iter as # the inside of the loop, only better def commit_iter(iter, pos, group=None): ing = self.imodel.get_value(iter, 0) # If ingredient is a string, than this is a group if isinstance(ing, str): group = self.imodel.get_value(iter, 1) i = self.imodel.iter_children(iter) while i: pos = commit_iter(i, pos, group) i = self.imodel.iter_next(i) return pos # Otherwise, this is an ingredient... else: d = self.get_rowdict(iter) # Get the amount as amount and rangeamount if d["amount"]: amt, rangeamount = parse_range(d["amount"]) d["amount"] = amt if rangeamount: d["rangeamount"] = rangeamount else: d["amount"] = None # Get category info as necessary if "shop_cat" in d: self.rg.sl.orgdic[d["ingkey"]] = d["shop_cat"] del d["shop_cat"] d["position"] = pos d["inggroup"] = group # If we are a recref... if isinstance(ing, RecRef): d["refid"] = ing.refid # If we are a real, old ingredient if not isinstance(ing, (int, RecRef)): for att in ["amount", "unit", "item", "ingkey", "position", "inggroup", "optional"]: # Remove all unchanged attrs from dict... if hasattr(d, att): if getattr(ing, att) == d[att]: del d[att] if ing in deleted: # We have not been deleted... deleted.remove(ing) else: # In this case, we have an ingredient object # that is not reflected in our # ingredient_object list. This means the user # Deleted us, saved, and then clicked undo, # resulting in the trace object. In this case, # we need to set ing.deleted to False d["deleted"] = False if ing.deleted: # If somehow our object is # deleted... (shouldn't be # possible, but why not check!) d["deleted"] = False if d: self.ingredient_editor_module.rg.rd.modify_ing_and_update_keydic(ing, d) else: d["recipe_id"] = self.ingredient_editor_module.current_rec.id self.commited_items_converter[ing] = self.rg.rd.add_ing_and_update_keydic(d) self.imodel.set_value(iter, 0, self.commited_items_converter[ing]) # Add ourself to the list of ingredient objects so # we will notice subsequent deletions. self.ingredient_objects.append(self.commited_items_converter[ing]) return pos + 1 # end commit iter while iter: n = commit_iter(iter, n) iter = self.imodel.iter_next(iter) # Now delete all deleted ings... (We're not *really* deleting # them -- we're just setting a handy flag to delete=True. This # makes Undo faster. It also would allow us to allow users to # go back through their "ingredient Trash" if we wanted to put # in a user interface for them to do so. for i in deleted: self.ingredient_objects.remove(i) self.rg.rd.modify_ings(deleted, {"deleted": True}) class IngredientTreeUI: """Handle our ingredient treeview display, drag-n-drop, etc.""" GOURMET_INTERNAL = Gdk.Atom.intern("GOURMET_INTERNAL", False) head_to_att = { _("Amt"): "amount", _("Unit"): "unit", _("Item"): "item", _("Key"): "ingkey", _("Optional"): "optional", # _('Shopping Category'):'shop_cat', } def __init__(self, ie, tree): self.ingredient_editor_module = ie self.rg = self.ingredient_editor_module.rg self.ingController = IngredientController(self.ingredient_editor_module) self.ingTree = tree self.ingTree.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) self.setup_columns() self.ingTree.connect("row-activated", self.ingtree_row_activated_cb) self.ingTree.connect("key-press-event", self.ingtree_keypress_cb) self.selected = True # self.selection_changed() self.ingTree.get_selection().connect("changed", self.selection_changed_cb) self.setup_drag_and_drop() self.ingTree.show() self.selected_iters: List[str] = [] # Basic setup methods def setup_columns(self): self.ingColsByName = {} self.ingColsByAttr = {} for n, head, tog, model, style, expand in [ [1, _("Amt"), False, None, None, False], [2, _("Unit"), False, self.rg.umodel, None, False], [3, _("Item"), False, None, None, True], [4, _("Optional"), True, None, None, False], # [5,_('Key'),False,self.rg.inginfo.key_model,Pango.Style.ITALIC], # [6,_('Shopping Category'),False,self.shopmodel,Pango.Style.ITALIC], ]: # Toggle setup if tog: renderer = Gtk.CellRendererToggle() renderer.set_property("activatable", True) renderer.connect("toggled", self.ingtree_toggled_cb, n, "Optional") col = Gtk.TreeViewColumn(head, renderer, active=n) # Non-Toggle setup else: if model: debug("Using CellRendererCombo, n=%s" % n, 0) renderer = Gtk.CellRendererCombo() renderer.set_property("model", model) renderer.set_property("text-column", 0) else: debug("Using CellRendererText, n=%s" % n, 0) renderer = Gtk.CellRendererText() renderer.set_property("editable", True) renderer.connect("edited", self.ingtree_edited_cb, n, head) # If we have gtk > 2.8, set up text-wrapping try: renderer.get_property("wrap-width") except TypeError: pass else: renderer.set_property("wrap-mode", Pango.WrapMode.WORD) renderer.set_property("wrap-width", 150) if head == _("Key"): try: renderer.connect("editing-started", self.ingtree_start_keyedit_cb) except Exception: debug("Editing-started connect failed. Upgrade GTK for this functionality.", 0) if style: renderer.set_property("style", style) # Create Column col = Gtk.TreeViewColumn(head, renderer, text=n) if expand: col.set_expand(expand) # Register ourselves... self.ingColsByName[head] = col if head in self.head_to_att: self.ingColsByAttr[self.head_to_att[head]] = n # All columns are reorderable and resizeable col.set_reorderable(True) col.set_resizable(True) col.set_alignment(0) col.set_min_width(45) # if n==2: #unit # col.set_min_width(80) if n == 3: # item col.set_min_width(130) if n == 5: # key col.set_min_width(130) self.ingTree.append_column(col) def setup_drag_and_drop(self): ## add drag and drop support targets = [ ("GOURMET_INTERNAL", Gtk.TargetFlags.SAME_WIDGET, 0), ("text/plain", 0, 1), ("STRING", 0, 2), ("STRING", 0, 3), ("COMPOUND_TEXT", 0, 4), ("text/unicode", 0, 5), ] self.ingTree.enable_model_drag_source(Gdk.ModifierType.BUTTON1_MASK, targets, Gdk.DragAction.DEFAULT | Gdk.DragAction.COPY | Gdk.DragAction.MOVE) self.ingTree.enable_model_drag_dest(targets, Gdk.DragAction.DEFAULT | Gdk.DragAction.COPY | Gdk.DragAction.MOVE) self.ingTree.connect("drag_data_received", self.dragIngsRecCB) self.ingTree.connect("drag_data_get", self.dragIngsGetCB) self.ingTree.connect("drag-begin", lambda *args: setattr(self, "ss", te.selectionSaver(self.ingTree, 0))) self.ingTree.connect("drag-end", lambda *args: self.ss.restore_selections()) # End of setup methods # Callbacks and the like def my_isearch(self, mod, col, key, iter, data=None): # we ignore column info and search by item val = mod.get_value(iter, 3) # and by key if val: val += mod.get_value(iter, 5) if val.lower().find(key.lower()) != -1: return False else: return True else: val = mod.get_value(iter, 1) if val and val.lower().find(key.lower()) != -1: return False else: return True def ingtree_row_activated_cb(self, tv, path, col, p=None): debug("ingtree_row_activated_cb (self, tv, path, col, p=None):", 5) itr = self.get_selected_ing() i = self.ingController.imodel.get_value(itr, 0) if isinstance(i, RecRef) or (hasattr(i, "refid") and i.refid): rec = self.rg.rd.get_referenced_rec(i) if rec: self.rg.open_rec_card(rec) else: de.show_message(parent=self.edit_window, label=_("The recipe %s (ID %s) is not in our database.") % (i.item, i.refid)) def ingtree_keypress_cb(self, widget, event): keyname = Gdk.keyval_name(event.keyval) if keyname == "Delete" or keyname == "BackSpace": self.ingredient_editor_module.delete_cb() return True def selection_changed_cb(self, *args): model, rows = self.ingTree.get_selection().get_selected_rows() self.selection_changed(rows and True) # if self.re.ie.ieExpander.get_expanded(): # itr = self.get_selected_ing() # if itr: # i = self.ingController.imodel.get_value(itr,0) # d = self.ingController.get_rowdict(itr) # if i: self.re.ie.show(i,d) # else: self.re.ie.new() return True def selection_changed(self, selected=False): if selected != self.selected: if selected: self.selected = True else: self.selected = False if hasattr(self.ingredient_editor_module, "ingredientEditorOnRowActionGroup"): self.ingredient_editor_module.ingredientEditorOnRowActionGroup.set_sensitive(self.selected) def ingtree_toggled_cb(self, cellrenderer, path, colnum, head): debug("ingtree_toggled_cb (self, cellrenderer, path, colnum, head):", 5) store = self.ingTree.get_model() iterator = store.get_iter(path) val = store.get_value(iterator, colnum) obj = store.get_value(iterator, 0) if isinstance(obj, str) and obj.find("GROUP") == 0: print('Sorry, whole groups cannot be toggled to "optional"') return newval = not val ref = self.ingController.get_persistent_ref_from_iter(iterator) u = Undo.UndoableObject( lambda *args: store.set_value(self.ingController.get_iter_from_persistent_ref(ref), colnum, newval), lambda *args: store.set_value(self.ingController.get_iter_from_persistent_ref(ref), colnum, val), self.ingredient_editor_module.history, widget=self.ingController.imodel, ) u.perform() def ingtree_start_keyedit_cb(self, renderer, cbe, path_string): debug("ingtree_start_keyedit_cb", 0) indices = path_string.split(":") path = tuple(map(int, indices)) store = self.ingTree.get_model() iter = store.get_iter(path) itm = store.get_value(iter, self.ingColsByAttr["item"]) mod = renderer.get_property("model") myfilter = mod.filter_new() cbe.set_model(myfilter) myKeys = self.rg.rd.key_search(itm) def vis(m, iter): return m.get_value(iter, 0) and (m.get_value(iter, 0) in myKeys or m.get_value(iter, 0).find(itm) > -1) myfilter.set_visible_func(vis) myfilter.refilter() def ingtree_edited_cb(self, renderer, path_string, text, colnum, head): indices = path_string.split(":") path = tuple(map(int, indices)) store = self.ingTree.get_model() iter = store.get_iter(path) ing = store.get_value(iter, 0) d = {} if isinstance(ing, str): debug("Changing group to %s" % text, 2) self.change_group(iter, text) return else: attr = self.head_to_att[head] d[attr] = text if attr == "amount": try: parse_range(text) except: show_amount_error(text) raise elif attr == "unit": amt, msg = self.changeUnit(text, self.ingController.get_rowdict(iter)) if amt: d["amount"] = amt # if msg: # self.re.message(msg) elif attr == "item": d["ingkey"] = self.rg.rd.km.get_key(text) ref = self.ingController.get_persistent_ref_from_iter(iter) self.ingController.undoable_update_ingredient_row(ref, d) # Drag-n-Drop Callbacks def dragIngsRecCB(self, widget: Gtk.TreeView, context: Any, x: int, y: int, selection: Gtk.SelectionData, targetType: int, time: int): debug( "dragIngsRecCB (self=%s, widget=%s, context=%s, x=%s, y=%s, selection=%s, targetType=%s, time=%s)" % (self, widget, context, x, y, selection, targetType, time), 3, ) drop_info = self.ingTree.get_dest_row_at_pos(x, y) mod = self.ingTree.get_model() if drop_info: path, position = drop_info dref = self.ingController.get_persistent_ref_from_path(path) dest_ing = mod.get_value(mod.get_iter(path), 0) group = isinstance(dest_ing, str) else: dref = None group = False position = None if selection.get_target() == self.GOURMET_INTERNAL: uts = UndoableTreeStuff(self.ingController) selected_iter_refs = [] for item in self.selected_iters: ingredient = self.ingController.get_persistent_ref_from_iter(item) selected_iter_refs.append(ingredient) def do_move(): debug("do_move - inside dragIngsRecCB ", 3) debug("do_move - get selected_iters from - %s " % selected_iter_refs, 3) if dref: diter = self.ingController.get_iter_from_persistent_ref(dref) else: diter = None uts.record_positions(self.selected_iters) selected_iters = reversed(self.selected_iters) if group and (position == Gtk.TreeViewDropPosition.INTO_OR_BEFORE or position == Gtk.TreeViewDropPosition.INTO_OR_AFTER): for i in selected_iters: te.move_iter(mod, i, direction="before", parent=diter) elif position == Gtk.TreeViewDropPosition.INTO_OR_BEFORE or position == Gtk.TreeViewDropPosition.BEFORE: # Moving up from anywhere but bottom for i in selected_iters: te.move_iter(mod, i, sibling=diter, direction="before") elif position == Gtk.TreeViewDropPosition.AFTER: # Moving from the bottom up for i in selected_iters: te.move_iter(mod, i, sibling=diter, direction="after") else: # position == None, pushed below the last item diter = te.get_last(mod) for i in selected_iters: te.move_iter(mod, i, sibling=diter, direction="after") debug("do_move - inside dragIngsRecCB - move selections", 3) self.ingTree.get_selection().unselect_all() for r in selected_iter_refs: i = self.ingController.get_iter_from_persistent_ref(r) if not i: print("Odd - I get no iter for ref", r) import traceback traceback.print_stack() print("Strange indeed! carry on...") else: self.ingTree.get_selection().select_iter(i) debug("do_move - inside dragIngsRecCB - DONE", 3) Undo.UndoableObject(do_move, uts.restore_positions, self.ingredient_editor_module.history, widget=self.ingController.imodel).perform() else: # if this is external, we copy debug("external drag!", 2) lines = selection.data.split("\n") lines.reverse() if position == Gtk.TreeViewDropPosition.BEFORE or position == Gtk.TreeViewDropPosition.INTO_OR_BEFORE and not group: pre_path = te.path_next(self.ingController.get_path_from_persistent_ref(dref), -1) if pre_path: itr_ref = self.ingController.get_persistent_ref_from_path(pre_path) else: itr_ref = None else: itr_ref = dref def do_add(): for line in lines: if group: self.ingredient_editor_module.add_ingredient_from_line(line, group_iter=self.ingController.get_iter_from_persistent_ref(itr_ref)) else: self.ingredient_editor_module.add_ingredient_from_line(line, prev_iter=self.ingController.get_iter_from_persistent_ref(itr_ref)) add_with_undo(self.ingredient_editor_module, do_add) # self.commit_positions() debug("restoring selections.") debug("done restoring selections.") def dragIngsGetCB(self, tv: Gtk.TreeView, context: Any, selection: Gtk.SelectionData, info: int, timestamp: int): def grab_selection(model, path, iter, args): strings, iters = args str = "" amt = model.get_value(iter, 1) if amt: str = "%s " % amt unit = model.get_value(iter, 2) if unit: str = "%s%s " % (str, unit) item = model.get_value(iter, 3) if item: str = "%s%s" % (str, item) debug("Dragged string: %s, iter: %s" % (str, iter), 3) iters.append(iter) strings.append(str) strings = [] iters = [] tv.get_selection().selected_foreach(grab_selection, (strings, iters)) self.selected_iters = iters # Move-item callbacks def get_selected_refs(self): ts, paths = self.ingTree.get_selection().get_selected_rows() return [self.ingController.get_persistent_ref_from_path(p) for p in paths] def ingUpCB(self, *args): refs = self.get_selected_refs() u = Undo.UndoableObject( lambda *args: self.ingUpMover([self.ingController.get_path_from_persistent_ref(r) for r in refs]), lambda *args: self.ingDownMover([self.ingController.get_path_from_persistent_ref(r) for r in refs]), self.ingredient_editor_module.history, widget=self.ingController.imodel, ) u.perform() def ingDownCB(self, *args): refs = self.get_selected_refs() u = Undo.UndoableObject( lambda *args: self.ingDownMover([self.ingController.get_path_from_persistent_ref(r) for r in refs]), lambda *args: self.ingUpMover([self.ingController.get_path_from_persistent_ref(r) for r in refs]), self.ingredient_editor_module.history, ) u.perform() def ingUpMover(self, paths): ts = self.ingController.imodel def moveup(ts, path, itera): if itera: prev = te.path_next(path, -1) prev_iter = ts.get_iter(prev) te.move_iter(ts, itera, sibling=prev_iter, direction="before") # self.ingTree.get_selection().unselect_path(path) # self.ingTree.get_selection().select_path(prev) paths.reverse() tt = te.selectionSaver(self.ingTree) for p in paths: itera = ts.get_iter(p) moveup(ts, p, itera) tt.restore_selections() def ingDownMover(self, paths): ts = self.ingController.imodel def movedown(ts, path, itera): if itera: next = ts.iter_next(itera) te.move_iter(ts, itera, sibling=next, direction="after") # if next: # next_path=ts.get_path(next) # else: # next_path=path paths.reverse() tt = te.selectionSaver(self.ingTree) for p in paths: itera = ts.get_iter(p) movedown(ts, p, itera) tt.restore_selections() def get_previous_iter_and_group_iter(self): """Return prev_iter,group_iter""" # If there is a selected iter, we treat it as a group to put # our entry into or after selected_iter = self.getSelectedIter() if not selected_iter: # default behavior (put last) group_iter = None prev_iter = None elif isinstance(self.ingController.imodel.get_value(selected_iter, 0), str): # if we are a group group_iter = selected_iter prev_iter = None else: # then we are a previous iter... group_iter = None prev_iter = selected_iter return prev_iter, group_iter # Edit Callbacks def changeUnit(self, new_unit, ingdict): """Handed a new unit and an ingredient, we decide whether to convert and return: None (don't convert) or Amount (new amount) Message (message for our user) or None (no message for our user)""" key = ingdict.get("ingkey", None) old_unit = ingdict.get("unit", None) old_amt = ingdict.get("amount", None) if isinstance(old_amt, str): old_amt = convert.frac_to_float(old_amt) conversion = self.rg.conv.converter(old_unit, new_unit, key) if conversion and conversion != 1: new_amt = old_amt * conversion opt1 = _("Converted: %(amt)s %(unit)s") % {"amt": convert.float_to_frac(new_amt), "unit": new_unit} opt2 = _("Not Converted: %(amt)s %(unit)s") % {"amt": convert.float_to_frac(old_amt), "unit": new_unit} CONVERT = 1 DONT_CONVERT = 2 choice = de.getRadio( label=_("Changed unit."), sublabel=_("You have changed the unit for %(item)s from %(old)s to %(new)s. Would you like the amount converted or not?") % {"item": ingdict["item"], "old": old_unit, "new": new_unit}, options=[ (opt1, CONVERT), (opt2, DONT_CONVERT), ], ) if not choice: raise Exception("User cancelled") if choice == CONVERT: return ( new_amt, _( "Converted %(old_amt)s %(old_unit)s to %(new_amt)s %(new_unit)s" % { "old_amt": old_amt, "old_unit": old_unit, "new_amt": new_amt, "new_unit": new_unit, } ), ) else: return (None, None) if conversion: return (None, None) return (None, _("Unable to convert from %(old_unit)s to %(new_unit)s" % {"old_unit": old_unit, "new_unit": new_unit})) # End Callbacks # Convenience methods / Access to the Tree # Accessing the selection def getSelectedIters(self): if len(self.ingController.imodel) == 0: return None ts, paths = self.ingTree.get_selection().get_selected_rows() return [ts.get_iter(p) for p in paths] def getSelectedIter(self): debug("getSelectedIter", 4) if len(self.ingController.imodel) == 0: return None try: ts, paths = self.ingTree.get_selection().get_selected_rows() lpath = paths[-1] group = ts.get_iter(lpath) except Exception: debug("getSelectedIter: there was an exception", 0) group = None return group def get_selected_ing(self): """get selected ingredient""" debug("get_selected_ing (self):", 5) path, col = self.ingTree.get_cursor() if path: itera = self.ingTree.get_model().get_iter(path) else: tv, rows = self.ingTree.get_selection().get_selected_rows() if len(rows) > 0: itera = rows[0] else: itera = None return itera # if itera: # return self.ingTree.get_model().get_value(itera,0) # else: return None def set_tree_for_rec(self, rec): self.ingTree.set_model(self.ingController.create_imodel(rec)) self.selection_changed() self.ingTree.expand_all() def ingNewGroupCB(self, *args): group_name = de.getEntry( label=_("Adding Ingredient Group"), sublabel=_("Enter a name for new subgroup of ingredients"), entryLabel=_("Name of group:"), ) selected_iters = self.getSelectedIters() or [] undo_info = [] for i in selected_iters: deleted_dic, prev_ref, ing_obj = self.ingController._get_undo_info_for_iter_(i) undo_info.append((deleted_dic, prev_ref, ing_obj, [], False)) selected_iter_refs = [self.ingController.get_persistent_ref_from_iter(i) for i in selected_iters] pitr = self.getSelectedIter() if pitr: prev_iter_ref = self.ingController.get_persistent_ref_from_iter(pitr) else: prev_iter_ref = None def do_add_group(): itr = self.ingController.add_group( group_name, children_iters=[self.ingController.get_iter_from_persistent_ref(r) for r in selected_iter_refs], prev_iter=(prev_iter_ref and self.ingController.get_iter_from_persistent_ref(prev_iter_ref)), ) self.ingController.get_persistent_ref_from_iter(itr) self.ingTree.expand_row(self.ingController.imodel.get_path(itr), True) def do_unadd_group(): gi = "GROUP " + group_name # HACK HACK HACK self.ingController.imodel.remove(self.ingController.get_iter_from_persistent_ref(gi)) self.ingController.do_undelete_iters(undo_info) u = Undo.UndoableObject(do_add_group, do_unadd_group, self.ingredient_editor_module.history) u.perform() def change_group(self, itr, text): debug("Undoable group change: %s %s" % (itr, text), 3) model = self.ingController.imodel oldgroup0 = model.get_value(itr, 0) oldgroup1 = model.get_value(itr, 1) def get_group_iter(old_value): # Somewhat hacky -- our persistent references are stored in # the "0" column, which is simply "GROUP text". This means # that we can't properly "persist" groups since this chunk of # text changes when the group's name changes. In order to # remedy, we're relying on the hackish "GROUP name" value + # knowing what the previous group value was to make the # "persistent" reference work. return self.ingController.get_iter_from_persistent_ref("GROUP %s" % old_value) def change_my_group(): itr = get_group_iter(oldgroup1) self.ingController.imodel.set_value(itr, 0, "GROUP %s" % text) self.ingController.imodel.set_value(itr, 1, text) def unchange_my_group(): itr = get_group_iter(text) self.ingController.imodel.set_value(itr, 0, oldgroup0) self.ingController.imodel.set_value(itr, 1, oldgroup1) obj = Undo.UndoableObject(change_my_group, unchange_my_group, self.ingredient_editor_module.history) obj.perform() class UndoableTreeStuff: def __init__(self, ic): self.ic = ic def start_recording_additions(self): debug("UndoableTreeStuff.start_recording_additiong", 3) self.added = [] self.pre_ss = te.selectionSaver(self.ic.ingredient_editor_module.ingtree_ui.ingTree) self.connection = self.ic.imodel.connect("row-inserted", self.row_inserted_cb) debug("UndoableTreeStuff.start_recording_additiong DONE", 3) def stop_recording_additions(self): debug("UndoableTreeStuff.stop_recording_additiong", 3) self.added = [ # i.get_model().get_iter(i.get_path()) is how we get an # iter from a TreeRowReference self.ic.get_persistent_ref_from_iter(i.get_model().get_iter(i.get_path())) for i in self.added ] self.ic.imodel.disconnect(self.connection) debug("UndoableTreeStuff.stop_recording_additions DONE", 3) def undo_recorded_additions(self): debug("UndoableTreeStuff.undo_recorded_additions", 3) self.ic.delete_iters(*[self.ic.get_iter_from_persistent_ref(a) for a in self.added], **{"is_undo": True}) debug("UndoableTreeStuff.undo_recorded_additions DONE", 3) def row_inserted_cb(self, tm, path, itr): self.added.append(Gtk.TreeRowReference(tm, tm.get_path(itr))) def record_positions(self, iters): debug("UndoableTreeStuff.record_positions", 3) self.pre_ss = te.selectionSaver(self.ic.ingredient_editor_module.ingtree_ui.ingTree) self.positions = [] for i in iters: path = self.ic.imodel.get_path(i) if path[-1] == 0: parent = path[:-1] or None sibling = None else: parent = None sibling = path[:-1] + [path[-1] - 1] sib_ref = sibling and self.ic.get_persistent_ref_from_path(sibling) parent_ref = parent and self.ic.get_persistent_ref_from_path(parent) ref = self.ic.get_persistent_ref_from_iter(i) self.positions.append((ref, sib_ref, parent_ref)) debug("UndoableTreeStuff.record_positions DONE", 3) def restore_positions(self): debug("UndoableTreeStuff.restore_positions", 3) for ref, sib_ref, parent_ref in self.positions: te.move_iter( self.ic.imodel, self.ic.get_iter_from_persistent_ref(ref), sibling=sib_ref and self.ic.get_iter_from_persistent_ref(sib_ref), parent=parent_ref and self.ic.get_iter_from_persistent_ref(parent_ref), direction="after", ) self.pre_ss.restore_selections() debug("UndoableTreeStuff.restore_positions DONE", 3) class UndoableObjectWithInverseThatHandlesItsOwnUndo(Undo.UndoableObject): """A class for an UndoableObject whose Undo method already makes its own undo magic happen without need for our intervention. """ # This is useful for making Undo's of "add"s -- we use the delete # methods for our Undoing nwhich already do a good job handling all # the Undo magic properly def inverse(self): self.history.remove(self) self.inverse_action() def add_with_undo(editor_module: IngredientEditorModule, method: Callable): idx = editor_module.re.module_tab_by_name["ingredients"] ing_controller = editor_module.re.modules[idx].ingtree_ui.ingController uts = UndoableTreeStuff(ing_controller) def do_it(): uts.start_recording_additions() method() uts.stop_recording_additions() UndoableObjectWithInverseThatHandlesItsOwnUndo( do_it, uts.undo_recorded_additions, ing_controller.ingredient_editor_module.history, widget=ing_controller.imodel ).perform() class IngInfo: """Keep models for autocompletion, comboboxes, and other functions that might want to access a complete list of keys, items and the like""" def __init__(self, rd): self.rd = rd self.make_item_model() self.make_key_model("") # this is a little bit silly... but, because of recent bugginess... # we'll have to do it. disable and enable calls are methods that # get called to disable and enable our models while adding to them # en masse. disable calls get no arguments passed, enable get args. self.disconnect_calls = [] self.key_connect_calls = [] self.item_connect_calls = [] self.manually = False def make_item_model(self): # unique_item_vw = self.rd.ingredients_table_not_deleted.counts(self.rd.ingredients_table_not_deleted.item, 'count') self.item_model = Gtk.ListStore(str) for i in self.rd.get_unique_values("item", table=self.rd.ingredients_table, deleted=False): self.item_model.append([i]) if len(self.item_model) == 0: from .defaults import defaults for i, k, c in defaults.lang.INGREDIENT_DATA: self.item_model.append([i]) def make_key_model(self, myShopCategory): # make up the model for the combo box for the ingredient keys if myShopCategory: unique_key_vw = self.rd.get_unique_values("ingkey", table=self.rd.shopcats_table, shopcategory=myShopCategory) else: # unique_key_vw = self.rd.get_unique_values('ingkey',table=self.rd.keylookup_table) unique_key_vw = self.rd.get_unique_values("ingkey", table=self.rd.ingredients_table) # the key model by default stores a string and a list. self.key_model = Gtk.ListStore(str) keys = [] for k in unique_key_vw: keys.append(k) keys.sort() for k in keys: self.key_model.append([k]) def change_key(self, old_key, new_key): """One of our keys has changed.""" keys = [x[0] for x in self.key_model] index = keys.index(old_key) if old_key in keys: if new_key in keys: del self.key_model[index] else: self.key_model[index] = [new_key] modindx = self.rd.normalizations["ingkey"].find(old_key) if modindx >= 0: self.rd.normalizations["ingkey"][modindx].ingkey = new_key def disconnect_models(self): for c in self.disconnect_calls: if c: c() def connect_models(self): for c in self.key_connect_calls: c(self.key_model) for c in self.item_connect_calls: c(self.item_model) def disconnect_manually(self): self.manually = True self.disconnect_models() def reconnect_manually(self): self.manually = False self.connect_models() class RecSelector(RecIndex): """Select a recipe and add it to RecCard's ingredient list""" def __init__(self, recGui, ingEditor): self.prefs = prefs.Prefs.instance() self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/recipe_index.ui").decode()) self.rg = recGui self.ingEditor = ingEditor self.re = self.ingEditor.re self.setup_main_window() RecIndex.__init__(self, self.ui, self.rg.rd, self.rg, editable=False) self.dialog.run() @property def sort_by(self): preferences = self.prefs.get("sort_by", {"name": True}) ret = [] for column, ascending in preferences.items(): ascending = 1 if ascending else -1 ret.append((column, ascending)) return ret @sort_by.setter def sort_by(self, value): if not value: self.prefs.pop("sort_by", None) else: d = {} for column, ascending in value: ascending = True if ascending == 1 else False d[column] = ascending self.prefs["sort_by"] = d def setup_main_window(self): d = Gtk.Dialog( _("Choose recipe"), self.re.window, Gtk.DialogFlags.MODAL | Gtk.DialogFlags.DESTROY_WITH_PARENT, (Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT, Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT), ) self.re.conf.append(WidgetSaver.WindowSaver(d, self.prefs.get("recselector", {"window_size": (800, 600)}))) d.set_default_size(*self.prefs.get("recselector")["window_size"]) self.recipe_index_interface = self.ui.get_object("recipeIndexBox") self.recipe_index_interface.unparent() d.vbox.add(self.recipe_index_interface) d.connect("response", self.response_cb) self.recipe_index_interface.show() self.dialog = d def response_cb(self, dialog, resp): if resp == Gtk.ResponseType.ACCEPT: self.ok() else: self.quit() def quit(self): self.dialog.destroy() def rec_tree_select_rec(self, *args): self.ok() def ok(self, *args): debug("ok", 0) pre_iter = self.ingEditor.ingtree_ui.get_selected_ing() try: for rec in self.get_selected_recs_from_rec_tree(): if rec.id == self.re.current_rec.id: de.show_message(label=_("Recipe cannot call itself as an ingredient!"), sublabel=_("Infinite recursion is not allowed in recipes!")) continue if rec.yields: amount = YieldSelector(rec, self.re.window).run() else: amount = 1 ingdic = { "amount": str(amount), "item": rec.title, "refid": rec.id, } debug("adding ing: %s" % ingdic, 5) self.ingEditor.ingtree_ui.ingController.add_ingredient_from_kwargs(group_iter=pre_iter, **ingdic) self.quit() except: de.show_message(label=_("You haven't selected any recipes!")) raise class YieldSelector(de.ModalDialog): def __init__(self, rec, parent=None): self.__in_update_from_yield = False self.__in_update_from_rec = False de.ModalDialog.__init__( self, okay=True, default=1, parent=parent, label=_("How much of %(title)s does your recipe call for?") % {"title": rec.title}, cancel=False ) self.rec = rec table = Gtk.Table() self.vbox.add(table) self.recButton, self.recAdj = create_spinner(val=1, lower=0, step_incr=0.5, page_incr=5) recLabel = Gtk.Label(label=_("Recipes") + ": ") self.recAdj.connect("value_changed", self.update_from_rec) self.recAdj.connect("changed", self.update_from_rec) table.attach(recLabel, 0, 1, 0, 1) recLabel.show() table.attach(self.recButton, 1, 2, 0, 1) self.recButton.show() if rec.yields: self.yieldsButton, self.yieldsAdj = create_spinner(self.rec.yields) self.yieldsAdj.connect("value_changed", self.update_from_yield) self.yieldsAdj.connect("changed", self.update_from_yield) yieldsLabel = Gtk.Label(label=rec.yield_unit.title() + ": ") table.attach(yieldsLabel, 0, 1, 1, 2) yieldsLabel.show() table.attach(self.yieldsButton, 1, 2, 1, 2) self.yieldsButton.show() table.show() def update_from_yield(self, *args): if self.__in_update_from_rec: return self._in_update_from_yield = True yield_val = self.yieldsAdj.get_value() factor = yield_val / float(self.rec.yields) self.recAdj.set_value(factor) self.ret = factor self._in_update_from_yield = False def update_from_rec(self, *args): if self.__in_update_from_yield: return self.__in_update_from_rec = True factor = self.recAdj.get_value() if hasattr(self, "yieldsAdj"): self.yieldsAdj.set_value(self.rec.yields * factor) self.ret = factor self.__in_update_from_rec = False def create_spinner(val: int = 1, lower: int = 0, upper: int = 10000, step_incr: int = 1, page_incr: int = 10, digits: int = 2): adj = Gtk.Adjustment(val, lower=lower, upper=upper, step_incr=step_incr, page_incr=page_incr) sb = Gtk.SpinButton() sb.set_adjustment(adj) sb.set_digits(digits) return sb, adj def open_uri(button: Gtk.Button): uri = button.get_child().get_text() if uri: webbrowser.open_new_tab(uri) gourmand-1.2.0/src/gourmand/recindex.py000066400000000000000000000723301510115424500201070ustar00rootroot00000000000000from gettext import ngettext from typing import List, Tuple, Union from gi.repository import Gdk, GdkPixbuf, GLib, GObject, Gtk, Pango from gourmand.i18n import _ from . import Undo, convert from .backends.db import RecipeManager from .gdebug import debug from .gglobals import DEFAULT_HIDDEN_COLUMNS, INT_REC_ATTRS, REC_ATTRS from .gtk_extras import WidgetSaver, mnemonic_manager, pageable_store, ratingWidget from .gtk_extras import cb_extras as cb from .gtk_extras import treeview_extras as te from .image_utils import bytes_to_pixbuf from .importers.clipboard_importer import import_from_drag_and_drop from .prefs import Prefs class RecIndex: """We handle the 'index view' of recipes, which puts a recipe model into a tree and allows it to be searched and sorted. We're a separate class from the main recipe program so that we can be created again (e.g. in the recSelector dialog called from a recipe card.""" default_searches = [{"column": "deleted", "operator": "=", "search": False}] def __init__(self, ui: Gtk.Builder, rd: RecipeManager, rg, editable: bool = False): self.editable = editable self.selected = True self.rtcols = rg.rtcols self.rtcolsdic = rg.rtcolsdic self.rtwidgdic = rg.rtwidgdic self.prefs = Prefs.instance() self.ui = ui self.rd = rd self.rg = rg # RecGui self.searchByDic = { str(_("anywhere")): "anywhere", str(_("title")): "title", str(_("ingredient")): "ingredient", str(_("instructions")): "instructions", str(_("notes")): "modifications", str(_("category")): "category", str(_("cuisine")): "cuisine", str(_("source")): "source", } self.searchByList = [ _("anywhere"), _("title"), _("ingredient"), _("category"), _("cuisine"), _("source"), _("instructions"), _("notes"), ] self.setup_widgets() def setup_widgets(self): self.srchentry = self.ui.get_object("rlistSearchbox") self.limitButton = self.ui.get_object("rlAddButton") self.SEARCH_MENU_KEY = "b" self.srchLimitBar = self.ui.get_object("srchLimitBar") assert self.srchLimitBar self.srchLimitBar.hide() self.srchLimitLabel = self.ui.get_object("srchLimitLabel") self.srchLimitClearButton = self.ui.get_object("srchLimitClear") self.srchLimitText = self.srchLimitLabel.get_text() self.srchLimitDefaultText = self.srchLimitText self.searchButton = self.ui.get_object("searchButton") self.rSearchByMenu = self.ui.get_object("rlistSearchByMenu") cb.set_model_from_list(self.rSearchByMenu, self.searchByList, expand=False) cb.setup_typeahead(self.rSearchByMenu) self.rSearchByMenu.set_active(0) self.rSearchByMenu.connect("changed", self.search_as_you_type) self.searchOptionsBox = self.ui.get_object("searchOptionsBox") self.search_options_tbtn = self.ui.get_object("searchOptionsToggle") self.search_options_tbtn.connect("toggled", self.search_options_toggle_callback) self.search_regex_tbtn = self.ui.get_object("regexpTog") self.search_regex_tbtn.connect("toggled", self.search_regex_toggle_callback) self.search_typing_tbtn = self.ui.get_object("searchAsYouTypeToggle") self.search_typing_tbtn.connect("toggled", self.search_typing_toggle_callback) self.search_actions = Gtk.ActionGroup(name="SearchActions") self.search_actions.add_toggle_actions( [ ( "search_regex_toggle", None, _("Use regular expressions in search"), None, _("Use regular expressions (an advanced search language) in text search"), self.search_regex_toggle_callback, False, ), ( "search_typing_toggle", None, _("Search as you type"), None, _("Search as you type (turn off if search is too slow)."), self.search_typing_toggle_callback, True, ), ("search_options_toggle", None, _("Show Search _Options"), None, _("Show advanced searching options"), self.search_options_toggle_callback), ] ) action = self.search_actions.get_action("search_regex_toggle") action.do_connect_proxy(action, self.search_regex_tbtn) self.search_regex_action = action action = self.search_actions.get_action("search_typing_toggle") action.do_connect_proxy(action, self.search_typing_tbtn) self.search_typing_action = action action = self.search_actions.get_action("search_options_toggle") action.do_connect_proxy(action, self.search_options_tbtn) self.rectree = self.ui.get_object("recTree") self.sw = self.ui.get_object("scrolledwindow") self.rectree.connect("start-interactive-search", lambda *args: self.srchentry.grab_focus()) self.prev_button = self.ui.get_object("prevButton") self.next_button = self.ui.get_object("nextButton") self.first_button = self.ui.get_object("firstButton") self.last_button = self.ui.get_object("lastButton") self.showing_label = self.ui.get_object("showingLabel") self.stat = self.ui.get_object("statusbar") self.contid = self.stat.get_context_id("main") self.setup_search_views() self.setup_rectree() self.prev_button.connect("clicked", lambda *args: self.rmodel.prev_page()) self.next_button.connect("clicked", lambda *args: self.rmodel.next_page()) self.first_button.connect("clicked", lambda *args: self.rmodel.goto_first_page()) self.last_button.connect("clicked", lambda *args: self.rmodel.goto_last_page()) self.ui.connect_signals( { "rlistSearch": self.search_as_you_type, "ingredientSearch": lambda *args: self.set_search_by("ingredient"), "titleSearch": lambda *args: self.set_search_by("title"), "ratingSearch": lambda *args: self.set_search_by("rating"), "categorySearch": lambda *args: self.set_search_by("category"), "cuisineSearch": lambda *args: self.set_search_by("cuisine"), "search": self.search, "searchBoxActivatedCB": self.search_entry_activate_cb, "rlistReset": self.reset_search, "rlistLimit": self.limit_search, "search_as_you_type_toggle": self.search_typing_toggle_callback, } ) # Set up widget saver for status across sessions self.rg.conf.append( WidgetSaver.WidgetSaver(self.search_typing_tbtn, self.prefs.get("sautTog", {"active": self.search_typing_tbtn.get_active()}), ["toggled"]) ) self.rg.conf.append( WidgetSaver.WidgetSaver( self.search_typing_action, self.prefs.get("sautTog", {"active": self.search_typing_action.get_active()}), ["toggled"], show=False ) ) self.rg.conf.append( WidgetSaver.WidgetSaver(self.search_regex_tbtn, self.prefs.get("regexpTog", {"active": self.search_regex_tbtn.get_active()}), ["toggled"]) ) self.rg.conf.append( WidgetSaver.WidgetSaver( self.search_regex_action, self.prefs.get("regexpTog", {"active": self.search_regex_action.get_active()}), ["toggled"], show=False ) ) # and we update our count with each deletion. self.rd.delete_hooks.append(self.set_reccount) # setup a history self.uim = self.ui.get_object("undo_menu_item") self.rim = self.ui.get_object("redo_menu_item") self.raim = self.ui.get_object("reapply_menu_item") self.history = Undo.UndoHistoryList(self.uim, self.rim, self.raim) # Fix up our mnemonics with some heavenly magic self.mm = mnemonic_manager.MnemonicManager() self.mm.sacred_cows.append("search for") # Don't touch _Search for: self.mm.add_builder(self.ui) self.mm.add_treeview(self.rectree) self.mm.fix_conflicts_peacefully() def setup_search_views(self): """Setup our views of the database.""" self.last_search = {} # self.rvw = self.rd.fetch_all(self.rd.recipe_table,deleted=False) self.searches = self.default_searches[0:] # List of entries in the `recipe` database table self.rvw = self.rd.search_recipes(self.searches, sort_by=self.sort_by) # List["RowProxy"] def search_entry_activate_cb(self, *args): if self.rmodel._get_length_() == 1: self.rec_tree_select_rec() elif self.srchentry.get_text(): if not self.search_as_you_type: self.search() GLib.idle_add(lambda *args: self.limit_search()) else: self.limit_search() def rmodel_page_changed_cb(self, rmodel): if rmodel.page == 0: self.prev_button.set_sensitive(False) self.first_button.set_sensitive(False) else: self.prev_button.set_sensitive(True) self.first_button.set_sensitive(True) if rmodel.get_last_page() == rmodel.page: self.next_button.set_sensitive(False) self.last_button.set_sensitive(False) else: self.next_button.set_sensitive(True) self.last_button.set_sensitive(True) self.set_reccount() def rmodel_sort_cb(self, rmodel: "RecipeModel", sorts: List[Tuple[str, int]]): self.sort_by = sorts self.last_search = {} self.search() def setup_rectree(self): """Create our recipe treemodel.""" recipes_per_page = self.prefs.get("recipes_per_page", 12) self.rmodel = RecipeModel(self.rvw, self.rd, per_page=recipes_per_page) self.rmodel.connect("page-changed", self.rmodel_page_changed_cb) self.rmodel.connect("view-changed", self.rmodel_page_changed_cb) self.rmodel.connect("view-sort", self.rmodel_sort_cb) # and call our handler once to update our prev/next buttons + label self.rmodel_page_changed_cb(self.rmodel) # and hook up our model self.rectree.set_model(self.rmodel) self.rectree.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) self.selection_changed() self.setup_reccolumns() # this has to come after columns are added or else adding columns resets out column order! self.rectree_conf = te.TreeViewConf( self.rectree, hidden=self.prefs.get("rectree_hidden_columns", DEFAULT_HIDDEN_COLUMNS), order=self.prefs.get("rectree_column_order", {}) ) self.rectree_conf.apply_column_order() self.rectree_conf.apply_visibility() self.rectree.connect("row-activated", self.rec_tree_select_rec) self.rectree.connect("key-press-event", self.tree_keypress_cb) self.rectree.get_selection().connect("changed", self.selection_changedCB) self.rectree.set_property("rules-hint", True) # stripes! self.rectree.expand_all() self.rectree.show() self.rectree.enable_model_drag_dest([("text/plain", 0, 0)], Gdk.DragAction.COPY) self.rectree.connect("drag-data-received", import_from_drag_and_drop) def set_reccount(self, *args): """Display the count of currently visible recipes.""" debug("set_reccount (self, *args):", 5) self.count = self.rmodel._get_length_() bottom, top, total = self.rmodel.showing() if top >= total and bottom == 1: lab = ngettext("%s recipe", "%s recipes", top) % top for b in self.first_button, self.prev_button, self.next_button, self.last_button: b.hide() else: for b in self.first_button, self.prev_button, self.next_button, self.last_button: b.show() # Do not translate bottom, top and total -- I use these fancy formatting # strings in case your language needs the order changed! lab = _("Showing recipes %(bottom)s to %(top)s of %(total)s") % locals() self.showing_label.set_markup("" + lab + "") if self.count == 1: sel = self.rectree.get_selection() if sel: sel.select_path((0,)) def setup_reccolumns(self): """Setup the columns of our recipe index TreeView""" renderer = Gtk.CellRendererPixbuf() cssu = pageable_store.ColumnSortSetterUpper(self.rmodel) col = Gtk.TreeViewColumn("", renderer, pixbuf=1) col.set_min_width(-1) self.rectree.append_column(col) n = 2 _title_to_num_ = {} for c in self.rtcols: if c == "rating": # special case -- for ratings we set up our lovely # star widget twsm = ratingWidget.TreeWithStarMaker( self.rectree, self.rg.star_generator, data_col=n, col_title="_%s" % self.rtcolsdic[c], properties={"reorderable": True, "resizable": True} ) cssu.set_sort_column_id(twsm.col, twsm.data_col) n += 1 twsm.col.set_min_width(110) continue # And we also special case our time column elif c in ["preptime", "cooktime"]: _title_to_num_[self.rtcolsdic[c]] = n renderer = Gtk.CellRendererText() renderer.set_property("editable", True) renderer.connect("edited", self.rtree_time_edited_cb, n, c) def get_colnum(tc): try: t = tc.get_title() if t: return _title_to_num_[t.replace("_", "")] else: print("wtf, no title for ", tc) return -1 except: print("problem with ", tc) raise ncols = self.rectree.insert_column_with_data_func( -1, "_%s" % self.rtcolsdic[c], renderer, lambda tc, cell, mod, titr: cell.set_property( "text", convert.seconds_to_timestring( mod.get_value( titr, get_colnum(tc), # _title_to_num_[tc.get_title().replace('_','')], ) ), ), ) col = self.rectree.get_column(ncols - 1) cssu.set_sort_column_id(col, n) col.set_property("reorderable", True) col.set_property("resizable", True) n += 1 continue elif self.editable and self.rtwidgdic[c] == "Combo": renderer = Gtk.CellRendererCombo() model = Gtk.ListStore(str) if c == "category": list(map(lambda i: model.append([i]), self.rg.rd.get_unique_values(c, self.rg.rd.categories_table))) else: list(map(lambda i: model.append([i]), self.rg.rd.get_unique_values(c))) renderer.set_property("model", model) renderer.set_property("text-column", 0) else: renderer = Gtk.CellRendererText() if c == "link": renderer.set_property("ellipsize", Pango.EllipsizeMode.END) else: renderer.get_property("wrap-width") renderer.set_property("wrap-mode", Pango.WrapMode.WORD) if c == "title": renderer.set_property("wrap-width", 200) else: renderer.set_property("wrap-width", 150) renderer.set_property("editable", self.editable) renderer.connect("edited", self.rtree_edited_cb, n, c) titl = self.rtcolsdic[c] col = Gtk.TreeViewColumn("_%s" % titl, renderer, text=n) # Ensure that the columns aren't really narrow on initialising. # if c=='title': # Adjust these two to be even bigger # col.set_min_width(200) # else: # col.set_min_width(60) if c == "title": col.set_property("expand", True) col.set_reorderable(True) col.set_resizable(True) col.set_clickable(True) # col.connect('clicked', self.column_sort) self.rectree.append_column(col) cssu.set_sort_column_id(col, n) debug("Column %s is %s->%s" % (n, c, self.rtcolsdic[c]), 5) n += 1 def search_typing_toggle_callback(self, widget: Union[Gtk.ToggleAction, Gtk.CheckButton]): """Toggle search-as-you-type option.""" setting: bool = widget.get_active() action = self.search_actions.get_action("search_typing_toggle") action.set_active(setting) self.search_typing_tbtn.set_active(setting) if setting: self.search_as_you_type = True self.searchButton.hide() else: self.search_as_you_type = False self.searchButton.show() def search_regex_toggle_callback(self, widget: Union[Gtk.ToggleAction, Gtk.CheckButton]): """Update the other widget""" setting: bool = widget.get_active() action = self.search_actions.get_action("search_regex_toggle") action.set_active(setting) self.search_regex_tbtn.set_active(setting) def search_options_toggle_callback(self, action: Gtk.ToggleAction): if action.get_active(): self.searchOptionsBox.show() else: self.searchOptionsBox.hide() def search_as_you_type(self, *args): """If we're searching-as-we-type, search.""" if self.search_as_you_type: self.search() def set_search_by(self, key: str): """Manually set the search by label to str""" cb.cb_set_active_text(self.rSearchByMenu, key) self.search() def redo_search(self, *args): self.last_search = {} self.search() def search(self, *args): debug("search (self, *args):", 5) txt = self.srchentry.get_text() searchBy = cb.cb_get_active_text(self.rSearchByMenu) searchBy = self.searchByDic[str(searchBy)] if self.limitButton: self.limitButton.set_sensitive(txt != "") if self.make_search_dic(txt, searchBy) == self.last_search: debug("Same search!", 1) return # Get window if self.srchentry: parent = self.srchentry.get_parent() while parent and not (isinstance(parent, Gtk.Window)): parent = parent.get_parent() parent.get_window().set_cursor(Gdk.Cursor.new_for_display(Gdk.Display.get_default(), Gdk.CursorType.WATCH)) debug("Doing new search for %s, last search was %s" % (self.make_search_dic(txt, searchBy), self.last_search), 1) GLib.idle_add(lambda *args: (self.do_search(txt, searchBy) or parent.get_window().set_cursor(None))) else: GLib.idle_add(lambda *args: self.do_search(txt, searchBy)) def make_search_dic(self, txt, searchBy): srch = {"column": searchBy} if self.ui.get_object("regexpTog").get_active(): srch["operator"] = "REGEXP" srch["search"] = txt.replace(" %s " % _("or"), "|") # or operator for searches else: srch["operator"] = "LIKE" srch["search"] = "%" + txt.replace("%", "%%") + "%" return srch def do_search(self, txt, searchBy): if txt and searchBy: srch = self.make_search_dic(txt, searchBy) self.last_search = srch.copy() self.update_rmodel(self.rd.search_recipes(self.searches + [srch], sort_by=self.sort_by)) elif self.searches: self.update_rmodel(self.rd.search_recipes(self.searches, sort_by=self.sort_by)) else: self.update_rmodel(self.rd.fetch_all(self.recipe_table, deleted=False, sort_by=self.sort_by)) def limit_search(self, *args): debug("limit_search (self, *args):", 5) self.search() # make sure we've done the search... self.searches.append(self.last_search) last_col = self.last_search["column"] self.srchLimitBar.show() if last_col != _("anywhere"): newtext = " " + _("%s in %s") % (self.srchentry.get_text(), last_col) else: newtext = " " + self.srchentry.get_text() if self.srchLimitDefaultText != self.srchLimitLabel.get_text(): newtext = "," + newtext self.srchLimitText = "%s%s" % (self.srchLimitLabel.get_text(), newtext) self.srchLimitLabel.set_markup("%s" % self.srchLimitText) self.srchentry.set_text("") def reset_search(self, *args): debug("reset_search (self, *args):", 5) self.srchLimitLabel.set_text(self.srchLimitDefaultText) self.srchLimitText = self.srchLimitDefaultText self.srchLimitBar.hide() self.searches = self.default_searches[0:] self.last_search = {} # reset search so we redo it self.search() def get_rec_from_iter(self, iter): debug("get_rec_from_iter (self, iter): %s" % iter, 5) obj = self.rectree.get_model().get_value(iter, 0) retval = self.rd.get_rec(obj.id) return retval def rtree_time_edited_cb(self, renderer, path_string, text, colnum, attribute): if not text: secs = 0 else: secs = self.rg.conv.timestring_to_seconds(text) if not secs: # self.message(_("Unable to recognize %s as a time."%text)) return indices = path_string.split(":") path = tuple(map(int, indices)) store = self.rectree.get_model() iter = store.get_iter(path) # self.rmodel.set_value(iter,colnum,secs) rec = self.get_rec_from_iter(iter) if convert.seconds_to_timestring(getattr(rec, attribute)) != text: self.rd.undoable_modify_rec( rec, {attribute: secs}, self.history, get_current_rec_method=lambda *args: self.get_selected_recs_from_rec_tree()[0], ) self.update_modified_recipe(rec, attribute, secs) # Is this really stupid? I don't know, but I did it before so # perhaps I had a reason. # self.rmodel.row_changed(path,iter) self.rmodel.update_iter(iter) self.rd.save() def rtree_edited_cb(self, renderer, path_string, text, colnum, attribute): debug("rtree_edited_cb (self, renderer, path_string, text, colnum, attribute):", 5) indices = path_string.split(":") path = tuple(map(int, indices)) store = self.rectree.get_model() iter = store.get_iter(path) if not iter: return # self.rmodel.set_value(iter, colnum, text) rec = self.get_rec_from_iter(iter) if attribute == "category": val = ", ".join(self.rd.get_cats(rec)) else: val = "%s" % getattr(rec, attribute) if val != text: # only bother with this if the value has actually changed! self.rd.undoable_modify_rec( rec, {attribute: text}, self.history, get_current_rec_method=lambda *args: self.get_selected_recs_from_rec_tree()[0], ) self.update_modified_recipe(rec, attribute, text) self.rmodel.update_iter(iter) self.rd.save() def tree_keypress_cb(self, widget, event): keyname = Gdk.keyval_name(event.keyval) if keyname in ["Page_Up", "Page_Down"]: sb = self.sw.get_vscrollbar() adj = self.sw.get_vscrollbar().get_adjustment() val = adj.get_value() upper = adj.get_upper() if keyname == "Page_Up": if val > 0: return None self.rmodel.prev_page() sb.set_value(upper) return True if keyname == "Page_Down": if val < (upper - adj.page_size): return None self.rmodel.next_page() sb.set_value(0) return True if keyname == "Home": self.rmodel.goto_first_page() self.sw.get_vscrollbar().set_value(0) return True if keyname == "End": self.rmodel.goto_last_page() sb = self.sw.get_vscrollbar() sb.set_value(sb.get_adjustment().get_upper()) return True def update_modified_recipe(self, rec, attribute, text): """Update a modified recipe. Subclasses can use this to update other widgets duplicating the information in the index view.""" pass def rec_tree_select_rec(self, *args): raise NotImplementedError def get_selected_recs_from_rec_tree(self): debug("get_selected_recs_from_rec_tree (self):", 5) def foreach(model, path, iter, recs): debug("foreach(model,path,iter,recs):", 5) try: recs.append(model[path][0]) # recs.append(self.get_rec_from_iter(iter)) except Exception: debug("DEBUG: There was a problem with iter: %s path: %s" % (iter, path), 1) recs = [] sel = self.rectree.get_selection() if sel: sel.selected_foreach(foreach, recs) return recs else: return [] def selection_changedCB(self, *args): """We pass along true or false to selection_changed to say whether there is a selection or not.""" debug("selection_changed (self, *args):", 5) v = self.rectree.get_selection().get_selected_rows()[1] if v: selected = True else: selected = False self.selection_changed(selected) def selection_changed(self, selected=False): """This is a way to act whenever the selection changes.""" pass def visibility_fun(self, model, iter): try: if model.get_value(iter, 0) and not model.get_value(iter, 0).deleted and model.get_value(iter, 0).id in self.visible: return True else: return False except Exception: debug("something bizaare just happened in visibility_fun", 1) return False def update_rmodel(self, recipe_table): self.rmodel.change_view(recipe_table) self.set_reccount() class RecipeModel(pageable_store.PageableViewStore): """A ListStore to hold our recipes in 'pages' so we don't load our whole database at a time. """ per_page = 12 page = 0 columns_and_types = [ ( "rec", GObject.TYPE_PYOBJECT, ), ("thumb", GdkPixbuf.Pixbuf), ] for n in [r[0] for r in REC_ATTRS]: if n in INT_REC_ATTRS: columns_and_types.append((n, int)) else: columns_and_types.append((n, str)) columns = [c[0] for c in columns_and_types] column_types = [c[1] for c in columns_and_types] def __init__(self, vw, rd, per_page=None): self.rd = rd pageable_store.PageableViewStore.__init__(self, vw, columns=self.columns, column_types=self.column_types, per_page=per_page) self.made_categories = False def _get_slice_(self, bottom, top): try: return [[self._get_value_(r, col) for col in self.columns] for r in self.view[bottom:top]] except: print("_get_slice_ failed with", bottom, top) raise def _get_value_(self, row, attr): if attr == "category": cats = self.rd.get_cats(row) if cats: return ", ".join(cats) else: return "" elif attr == "rec": return row elif attr == "thumb": if row.thumb: return bytes_to_pixbuf(row.thumb) else: return None elif attr in INT_REC_ATTRS: return getattr(row, attr) or 0 else: val = getattr(row, attr) if val: return str(val) else: return None def update_recipe(self, recipe): """Handed a recipe (or a recipe ID), we update its display if visible.""" debug("Updating recipe %s" % recipe.title, 3) if not isinstance(recipe, int): recipe = recipe.id # make recipe == id for n, row in enumerate(self): debug("Looking at row", 3) if row[0].id == recipe: indx = int(n + (self.page * self.per_page)) # update parent self.parent_list[indx] = self.rd.fetch_one(self.rd.recipe_table, id=recipe) # update self self.update_iter(row.iter) debug("updated row -- breaking", 3) break gourmand-1.2.0/src/gourmand/recipeIdentifier.py000066400000000000000000000232261510115424500215600ustar00rootroot00000000000000"""recipeIdentifier.py This module contains code for creating hashes to identify recipes based on title & instructions (recipe hash) or based on ingredients (ingredient hash). The hash_recipe function is a convenience function that provide both a recipe hash and an ingredient hash. For individual hashes, use the get_recipe_hash and get_ingredient_hash functions. """ import difflib import hashlib import re import xml.sax.saxutils from gi.repository import Gtk from gourmand import convert from gourmand.i18n import _ from .gglobals import REC_ATTRS, TEXT_ATTR_DIC IMAGE_ATTRS = ["image", "thumb"] ALL_ATTRS = [r[0] for r in REC_ATTRS] + list(TEXT_ATTR_DIC.keys()) + IMAGE_ATTRS REC_FIELDS = [ "title", "instructions", ] ING_FIELDS = ["amount", "unit"] STANDARD_UNITS = ["g.", "ml."] # Hash stuff. def standardize_ingredient(ing_object, converter): if ing_object.item: ing = ing_object.item else: ing = ing_object.ingkey unit, amount = ing_object.unit, ing_object.amount gconv = converter.converter(unit, "g.") vconv = converter.converter(unit, "ml.") if not (gconv or vconv): gconv = converter.converter(unit, "g.", ing) vconv = converter.converter(unit, "ml.", ing) if gconv: unit = "g." if amount: amount = amount * gconv elif vconv: unit = "ml." if amount: amount = amount * vconv if unit in ["g.", "ml."]: # Round to the 10s place... if amount: amount = round(amount, -1) istring = "%s %s %s" % (amount, unit, ing) return istring.lower() def get_ingredient_hash(ings, conv): ings = [standardize_ingredient(i, conv) for i in ings] ings.sort() ings = "\n".join(ings) m = hashlib.md5(ings.encode("utf8")) # print 'Hash',ings,m.hexdigest() return m.hexdigest() def get_recipe_hash(recipe_object): recstrings = [] for field in REC_FIELDS: if getattr(recipe_object, field): recstrings.append(getattr(recipe_object, field)) recstring = "\n".join(recstrings) recstring = recstring.strip() recstring = recstring.lower() # print 'hash',recstring m = hashlib.md5(recstring.encode("utf8")) return m.hexdigest() def hash_recipe(rec, rd, conv=None): if not conv: conv = convert.get_converter() rechash = get_recipe_hash(rec) inghash = get_ingredient_hash(rd.get_ings(rec), conv) return rechash, inghash # Diff stuff # Convenience methods def format_ing_text(ing_alist, rd, conv=None): strings = [] for g, ings in ing_alist: if g: strings.append("\n" + g + "") for i in ings: istring = [] a, u = rd.get_amount_and_unit(i, conv=conv) if a: istring.append(a) if u: istring.append(u) if i.item: istring.append(i.item) if (not isinstance(i.optional, str) and i.optional) or i.optional == "yes": istring.append(_("(Optional)")) if i.refid: istring.append("=>%s" % i.refid) if i.ingkey: istring.append("key=%s" % i.ingkey) strings.append(xml.sax.saxutils.escape(" ".join(istring))) return "\n".join(strings).strip() def format_ings(rec, rd): ings = rd.get_ings(rec) alist = rd.order_ings(ings) return format_ing_text(alist, rd) def apply_line_markup(line, markup): out = "" current_tag = "" if len(markup) < len(line): markup += " " * (len(line) - len(markup)) for n in range(len(line)): if markup[n] == " " or markup[n] == "\n": tag = None elif markup[n] == "+": tag = "add" elif markup[n] == "-": tag = "del" else: # print "WARNING: don't recognize diff tag \"%s\""%markup[n] tag = None if tag != current_tag: if current_tag: out += "" % current_tag if tag: out += "<%s>" % tag current_tag = tag out += line[n] if current_tag: out += "" % current_tag return out def get_diff_markup(s1, s2): diffs = [] for line in difflib.ndiff(s1, s2): code = line[:2] line = line[2:] if code != "? ": diffs.append([code, line]) else: diffs[-1][1] = apply_line_markup(diffs[-1][1], line) return diffs def get_two_columns(s1, s2): """Get two columns with diff markup on them.""" diffs = get_diff_markup(s1, s2) left = [] right = [] for code, line in diffs: if code == "- ": left.append("" + line + "") elif code == "+ ": right.append("" + line + "") elif code == " ": while len(left) < len(right): left.append("") while len(right) < len(left): right.append("") left.append(line) right.append(line) return left, right def diff_ings(rd, rec1, rec2): ings1 = format_ings(rec1, rd) ings2 = format_ings(rec2, rd) if ings1 != ings2: return get_two_columns(ings1.splitlines(), ings2.splitlines()) def diff_recipes(rd, recs): diffs = {} for attr in ALL_ATTRS: if attr == "category": vals = [", ".join(rd.get_cats(r)) for r in recs] else: vals = [getattr(r, attr) for r in recs] # If all our values are identical, there is no # difference. Also, if all of our values are bool->False, we # don't care (i.e. we don't care about the difference between # None and "" or between None and 0). if vals != [vals[0]] * len(vals) and True in [bool(v) for v in vals]: # if TEXT_ATTR_DIC.has_key(attr): # val1,val2 = diffs[attr] = vals return diffs def merge_recipes(rd, recs): """Return two dictionaries representing the differences between recs. The first dictionary contains items that are blank in one recipe but not the other. The second dictionary contains conflicts.""" diffs = diff_recipes(rd, recs) my_recipe = {} # Now we loop through the recipe and remove any attributes that # are blank in one recipe from diffs and put them instead into # my_recipe. for attr, vals in list(diffs.items()): value = None conflict = False for v in vals: if not v: continue elif not value: value = v elif v != value: if (isinstance(v, str) and isinstance(value, str)) and v.lower() == value.lower(): continue else: conflict = True break if conflict: continue else: if value: my_recipe[attr] = value del diffs[attr] return my_recipe, diffs def format_ingdiff_line(s): if re.search("key=(.*)(?=)", s): s = re.sub("key=(.*)(?=)", "(\\1)", s) else: s = re.sub("key=(.*)", "(\\1)", s) s = s.replace("", '') s = s.replace("", "") s = s.replace("", "") # s = s.replace('','') s = s.replace("", '') s = s.replace("", "") s = s.replace("", '') s = s.replace("", "") return s def show_ing_diff(idiff): left, right = idiff ls = Gtk.ListStore(str, str) for n in range(len(left)): ls.append([format_ingdiff_line(left[n]), format_ingdiff_line(right[n])]) tv = Gtk.TreeView() r = Gtk.CellRendererText() tc = Gtk.TreeViewColumn("Left", r, markup=0) tc2 = Gtk.TreeViewColumn("Right", r, markup=1) tv.append_column(tc) tv.append_column(tc2) tv.set_model(ls) return tv if __name__ == "__main__": import recipeManager rd = recipeManager.default_rec_manager() r1 = 33 r2 = 241 # empty_hash = get_ingredient_hash([],None) # rr = {}; ii = {}; ir = {}; count = 0 # for rec in rd.fetch_all(rd.recipe_table,deleted=False): # count += 1 # rh,ih = hash_recipe(rec,rd) # ch = rh+ih # if count % 10 == 0: print count,rec.id,ch # #print ch,rec.id # if ir.has_key(ch): # print rec.id,rec.title,'is a complete duplicate of',ir[ch].id,ir[ch].title # print 'Merge would be: ',merge_recipes(rd,[rec,ir[ch]]) # else: # ir[ch]=rec # if rr.has_key(rh): # print rec.id,rec.title,'duplicates',rr[rh].id,rr[rh].title # rdiff = diff_recipes(rd,[rec,rr[rh]]) # idiff = diff_ings(rd,rec,rr[rh]) # if (not rdiff) and (not idiff): # print 'PERFECT DUPS!' # if rdiff: # print 'Rec Diff' # for k,v in rdiff.items(): print '%s: %s\t%s'%(k,v[0],v[1]) # if idiff: # tv = show_ing_diff(idiff) # w = Gtk.Window() # w.add(tv) # w.show_all() # w.connect('delete-event',Gtk.main_quit) # Gtk.main() # left,right = idiff # print 'ING DIFF\n----------\n' # for n in range(len(left)): # print left[n],right[n] # else: # rr[rh]=rec # if ii.has_key(ih) and ih != empty_hash: # print rec.id,rec.title,'duplicates ings',ii[ih].id,ii[ih].title # else: # ii[ih]=rec gourmand-1.2.0/src/gourmand/recipeManager.py000066400000000000000000000056461510115424500210560ustar00rootroot00000000000000from gourmand import convert, shopping from . import gglobals from .backends.db import RecipeManager, dbDic from .optionparser import args # Follow commandline db specification if given dbargs = {} if "file" not in dbargs: dbargs["file"] = gglobals.gourmanddir / "recipes.db" if args.db_url: print("We have a db_url and it is,", args.db_url) dbargs["custom_url"] = args.db_url class DatabaseShopper(shopping.Shopper): """We are a Shopper class that conveniently saves our key dictionaries in our database""" def __init__(self, lst, db, conv=None): self.db = db self.cnv = conv shopping.Shopper.__init__(self, lst) def init_converter(self): # self.cnv = DatabaseConverter(self.db) if not self.cnv: self.cnv = convert.get_converter() def init_orgdic(self): self.orgdic = dbDic("ingkey", "shopcategory", self.db.shopcats_table, db=self.db) if len(list(self.orgdic.items())) == 0: dic = shopping.setup_default_orgdic() self.orgdic.initialize(dic) def init_ingorder_dic(self): self.ingorder_dic = dbDic("ingkey", "position", self.db.shopcats_table, db=self.db) def init_catorder_dic(self): self.catorder_dic = dbDic("shopcategory", "position", self.db.shopcatsorder_table, db=self.db) def init_pantry(self): self.pantry = dbDic("ingkey", "pantry", self.db.pantry_table, db=self.db) if len(self.pantry.items()) == 0: self.pantry.initialize(dict([(i, True) for i in self.default_pantry])) # A simple CLI for mucking about our DB without firing up gourmet proper class SimpleCLI: def __init__(self, rmclass=None, rmargs=None): if not rmclass: self.rmclass = RecipeManager else: self.rmclass = rmclass if not rmargs: self.args = dbargs else: self.args = rmargs self.rm = self.rmclass(**self.args) def __call__(self): print( """Welcome to GRM's handy debugging interface straight to our database. You are now in the midst of our caller class. You can access your recipeManager class through self.rm. One major limitation: You can only execute a single expression at a time (i.e. what you you could put in a lambda expression). """ ) while True: inp = input("GRM>") if inp == "quit" or inp == "" or inp == "": break else: try: print("result: %s" % eval(inp)) except Exception: print("invalid input.") def get_recipe_manager(**kwargs): return RecipeManager.instance_for(**kwargs) def default_rec_manager(): return get_recipe_manager(**dbargs) if __name__ == "__main__": # rm = RecipeManager(**dbargs) rm = RecipeManager(file="/tmp/0112/recipes.db") # s=SimpleCLI() # s() gourmand-1.2.0/src/gourmand/settings.py000066400000000000000000000012521510115424500201410ustar00rootroot00000000000000import os.path as op import sys # The following lines are modified at installation time by setup.py so they # point to the actual data files installation paths. base_dir = op.abspath(op.join(op.dirname(__file__), "..")) locale_base = op.join(base_dir, "build", "mo") # Apologies for the formatting -- something in the build process is # getting rid of indentations in this file which throws a syntax error # on install if getattr(sys, "frozen", False): base_dir = op.dirname(sys.executable) data_dir = base_dir ui_base = op.join(base_dir, "ui") doc_base = op.join(base_dir, "doc") locale_base = op.join(base_dir, "locale") plugin_base = op.join(base_dir) gourmand-1.2.0/src/gourmand/shopEditor.py000066400000000000000000000243371510115424500204320ustar00rootroot00000000000000import pickle import re from pkgutil import get_data from gi.repository import GObject, Gtk from .backends import db from .gtk_extras import WidgetSaver from .gtk_extras import cb_extras as cb from .gtk_extras import dialog_extras as de class ShopEditor: """ShopEditor sets up a GUI to allow editing which shopping categories correspond to which items throughout the recipe database. It is useful for corrections or changes to category info en masse and for reordering shopping categories.""" def __init__(self, rd=db.recipeManager(), rg=None): self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmet", "ui/shopCatEditor.ui").decode()) self.rd = rd self.rg = rg self.prefs = self.rg.prefs self.widget_names = [ "treeview", "searchByBox", "searchEntry", "searchButton", "window", "searchAsYouTypeToggle", "regexpTog", "deleteCatButton", "addCatEntry", "addCatButton", ] for w in self.widget_names: setattr(self, w, self.ui.get_object(w)) # setup entry callback to sensitize/desensitize apply self.addCatButton.set_sensitive(False) self.addCatEntry.connect("changed", self.addCatEntryChangedCB) self.makeTreeModel() self.search_string = "" self.treeModel.set_default_sort_func(self.sort_model_fun) self.treeModel.set_sort_column_id(-1, Gtk.SortType.ASCENDING) self.filteredModel = self.treeModel.filter_new() self.filteredModel.set_visible_func(self.filter_visibility_fun) self.setupTreeView() self.treeview.set_model(self.filteredModel) self.treeview.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) # self.treeview.set_model(self.treeModel) self.ui.connect_signals( { "iSearch": self.isearchCB, "search": self.searchCB, "search_as_you_type_toggle": self.search_as_you_typeCB, "close_window": lambda *args: self.window.hide() and self.window.destroy(), "catUp": self.catUpCB, "catDown": self.catDownCB, "catTop": self.catTopCB, "catBottom": self.catTopCB, } ) # to set our regexp_toggled variable self.searchByBox.set_active(0) self.dont_ask = False # setup WidgetSavers self.rg.conf.append( WidgetSaver.WidgetSaver(self.searchAsYouTypeToggle, self.prefs.get("sautTog", {"active": self.searchAsYouTypeToggle.get_active()}), ["toggled"]) ) self.rg.conf.append(WidgetSaver.WidgetSaver(self.regexpTog, self.prefs.get("regexpTog", {"active": self.regexpTog.get_active()}), ["toggled"])) def dont_ask_cb(self, widget, *args): self.dont_ask = widget.get_active() def sort_model_fun(self, model, iter1, iter2, data): c1 = model.get_value(iter1, self.CAT_COL) if c1 in self.rg.sl.sh.catorder_dic: c1_order = self.rg.sl.sh.catorder_dic[c1] else: c1_order = None c2 = model.get_value(iter2, self.CAT_COL) if c1 in self.rg.sl.sh.catorder_dic: c2_order = self.rg.sl.sh.catorder_dic[c2] else: c2_order = None if c1_order and c2_order: compare = c1_order > c2_order elif c1 and c2: compare = c1 > c2 else: k1 = model.get_value(iter1, self.KEY_COL) k2 = model.get_value(iter2, self.KEY_COL) if k1 and k2: compare = k1 > k2 else: compare = 0 # iter1 and iter2 are equal if compare == 0: return 0 # iter1 precedes iter2 if compare: return 1 # iter2 precedes iter1 else: return 1 def filter_visibility_fun(self, mod, iter): if not self.search_string: return True str = mod.get_value(iter, self.search_by) if not str and self.search_by == self.KEY_COL: # then we need to make sure we show key header rows # whose items include an item w/ the proper title... cat = mod.get_value(iter, self.CAT_COL) if cat in self.cat_to_key: for itm in self.cat_to_key[cat]: if self.use_regexp: if re.search(self.search_string, itm): return True elif itm.find(self.search_string) >= 0: return True if self.use_regexp: if re.search(self.search_string, str): return True else: if str.find(self.search_string) >= 0: return True def setupTreeView(self): self.CAT_COL = 1 self.KEY_COL = 2 for n, head in [ [self.CAT_COL, "Category"], [self.KEY_COL, "Key"], ]: renderer = Gtk.CellRendererText() renderer.set_property("editable", True) renderer.connect("edited", self.tree_edited, n, head) col = Gtk.TreeViewColumn(head, renderer, text=n) col.set_resizable(True) self.treeview.append_column(col) self.treeview.connect("row-expanded", self.populateChild) def tree_edited(self, renderer, path_string, text, n, head): indices = path_string.split(":") path = tuple(map(int, indices)) iter = self.filteredModel.convert_iter_to_child_iter(self.filteredModel.get_iter(path)) key = self.treeModel.get_value(iter, self.KEY_COL) item = self.treeModel.get_value(iter, self.ITEM_COL) children = self.treeModel.iter_children(iter) if n == self.KEY_COL and key == text: return if n == self.ITEM_COL and item == text: return ## make sure they want to make this change if not self.dont_ask: msg = "Are you sure you want to change the " if n == self.KEY_COL: msg += "key" if n == self.ITEM_COL: msg += "item" if item: msg += 'for "%s from "%s"' % (item, key) else: msg += ' from "%s" ' % key msg += ' to "%s"' % text if not de.getBoolean(label=msg, dont_ask_cb=self.dont_ask_cb, dont_ask_custom_text="Don't ask me before changing keys and items."): return if children and n == self.KEY_COL: self.change_children(key, text, iter) else: if n == self.KEY_COL: self.changeItem(key, item, new_key=text) elif n == self.ITEM_COL: self.changeItem(key, item, new_item=text) self.treeModel.set_value(iter, n, text) def change_children(self, key, new_key, iter): # if it's children, it means we're changing a key for # all cases... and then we just have to change the model # so our user knows it worked self.changeItem(key, new_key=new_key) nn = 0 child = self.treeModel.iter_nth_child(iter, nn) while child: self.treeModel.set_value(child, self.KEY_COL, new_key) nn += 1 child = self.treeModel.iter_nth_child(iter, nn) def changeItem(self, key, item=None, new_key=None, new_item=None): if item: vw = self.rd.ingredients_table.select(key=key, item=item) else: vw = self.rd.ingredients_table.select(key=key) for i in vw: if new_key: i.ingkey = new_key self.rd.changed = True if new_item: i.item = new_item self.rd.changed = True def makeTreeModel(self): self.treeModel = Gtk.TreeStore(GObject.TYPE_PYOBJECT, str, str) unique_cat_vw = self.rd.shopcats_table.groupby(self.rd.shopcats_table.category, "groupvw") self.cat_to_key = {} for c in unique_cat_vw: iter = self.treeModel.append(None, [c, pickle.loads(c.category), ""]) self.cat_to_key[pickle.loads(c.category)] = [] for i in c.groupvw: # self.treeModel.append(iter,[i,pickle.loads(c.category),i.ingkey]) self.treeModel.append(iter, [i, pickle.loads(c.category), i.ingkey]) self.cat_to_key[pickle.loads(c.category)].append(i.ingkey) def populateChild(self, tv, iter, path): iter = self.filteredModel.convert_iter_to_child_iter(iter) n = 0 child = self.treeModel.iter_nth_child(iter, n) while child: i = self.treeModel.get_value(child, 0) recipes = "" for ii in i.itemgroup: r = self.rd.get_rec(ii.id) if r: recipes += ", %s" % r.title recipes = recipes[2:] # strip the first space self.treeModel.set_value(child, 4, recipes) n += 1 child = self.treeModel.iter_nth_child(iter, n) def doSearch(self): """Do the actual searching.""" self.search_string = self.searchEntry.get_text() search_by_str = cb.cb_get_active_text(self.searchByBox) self.use_regexp = self.regexpTog.get_active() if search_by_str == "Key": self.search_by = self.KEY_COL else: # print self.treeModel[-1][self.ITEM_COL] self.search_by = self.CAT_COL self.filteredModel.refilter() def isearchCB(self, *args): if self.searchAsYouTypeToggle.get_active(): self.doSearch() def searchCB(self, *args): self.doSearch() def search_as_you_typeCB(self, *args): if self.searchAsYouTypeToggle.get_active(): self.searchButton.hide() else: self.searchButton.show() def addCatEntryChangedCB(self, *args): if self.addCatEntry.get_text(): self.addCatButton.set_sensitive(True) else: self.addCatButton.set_sensitive(False) def catUpCB(self, *args): pass def catDownCB(self, *args): pass def catTopCB(self, *args): pass def catBottomCB(self, *args): pass if __name__ == "__main__": ke = ShopEditor() Gtk.main() gourmand-1.2.0/src/gourmand/shopgui.py000066400000000000000000001164121510115424500177640ustar00rootroot00000000000000#!/usr/bin/env python import os import os.path import time from gi.repository import Gdk, GObject, Gtk from gourmand.i18n import _ from gourmand.recipeManager import get_recipe_manager # from nutrition.nutritionLabel import NutritionLabel # from nutrition.nutrition import NutritionInfoList from . import convert, plugin, plugin_loader, prefs, recipeManager from .exporters.printer import PrintManager from .gdebug import debug from .gtk_extras import WidgetSaver, fix_action_group_importance from .gtk_extras import dialog_extras as de from .gtk_extras import treeview_extras as te from .shopping import ShoppingList ui_string = """ """ # Convenience functions def setup_frame_w_accel_label(txt, target_widget=None): """Return a frame with a mnemonic label""" label = Gtk.Label(label=txt) label.set_use_underline(True) f = Gtk.Frame() f.set_label_widget(label) label.show() if target_widget: label.set_mnemonic_widget(target_widget) return f def setup_sw(child): sw = Gtk.ScrolledWindow() sw.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC) sw.add(child) child.show() sw.show() return sw # end convenience functions class IngredientAndPantryList: """A subclass to handle all TreeView code for moving items between shopping and pantry list """ def __init__(self): self.rd = recipeManager.get_recipe_manager() self.setup_ui_manager() self.setup_actions() def setup_ui_manager(self): self.ui_manager = Gtk.UIManager() self.ui_manager.add_ui_from_string(ui_string) def setup_actions(self): self.pantryActions = Gtk.ActionGroup(name="PantryActions") self.shoppingActions = Gtk.ActionGroup(name="ShoppingActions") self.pantryOrShoppingActions = Gtk.ActionGroup(name="PantryOrShoppingActions") self.pantryOrShoppingActions.add_actions( [ ("ChangeCategoryPop", None, _("Change _Category")), ( "newCategory", None, _("Create new category"), None, None, lambda *args: self.pantryOrShoppingActions.get_action("ChangeCategory").set_active(True), ), ] ) self.pantryOrShoppingActions.add_toggle_actions( [ ("ChangeCategory", None, _("Change _Category"), None, _("Change the category of the currently selected item"), self.change_category), ] ) self.pantryActions.add_actions( [ ("PantryPopup", None, _("Pantry")), ( "ItemToShoppingList", # name "add-to-shopping-list", # stock _("Move to _Shopping List"), # text _("B"), # key-command None, # tooltip lambda *args: self.rem_selection_from_pantry(), # callback ), ] ) self.shoppingActions.add_actions( [ ("ShopPopup", None, _("Shopping List")), ( "ItemToPantry", # name Gtk.STOCK_UNDO, # stock _("Move to _pantry"), # text _("D"), # key-command _("Remove from shopping list"), # tooltip lambda *args: self.add_selection_to_pantry(), # callback ), ] ) fix_action_group_importance(self.pantryActions) self.ui_manager.insert_action_group(self.pantryActions, 0) fix_action_group_importance(self.shoppingActions) self.ui_manager.insert_action_group(self.shoppingActions, 0) fix_action_group_importance(self.pantryOrShoppingActions) self.ui_manager.insert_action_group(self.pantryOrShoppingActions, 0) def setup_category_ui(self): self.cats_setup = True catUI = """""" def my_cb(widget, cat): self.change_to_category(cat) for n, category in enumerate(self.sh.get_orgcats()): actionName = "category" + str(n) catUI += '' % actionName self.pantryOrShoppingActions.add_actions([(actionName, None, category, None, _("Move selected items into %s") % category, None)]) self.pantryOrShoppingActions.get_action(actionName).connect("activate", my_cb, category) self.get_catmodel().append([category]) catUI += "" catUI = """ %(ph)s %(ph)s %(ph)s %(ph)s """ % { "ph": catUI } self.last_category_merge = self.ui_manager.add_ui_from_string(catUI) self.ui_manager.ensure_update() # Base GUI Setup def setup_paned_view(self): self.create_pTree() self.create_slTree() hp = Gtk.HPaned() hp.set_position(400) f1 = setup_frame_w_accel_label(_("_Shopping List"), self.slTree) f2 = setup_frame_w_accel_label(_("Already Have (_Pantry Items)"), self.pTree) f1.add(setup_sw(self.slTree)) f1.show_all() f2.add(setup_sw(self.pTree)) f2.show_all() hp.add1(f1) hp.add2(f2) return hp # TreeView and TreeModel setup def create_pTree(self): debug("create_pTree (self, data):", 5) self.pMod = self.createIngModel(self.pantry) self.pTree = self.create_ingTree(Gtk.TreeView(), self.pMod) self.pTree.set_name("pantry_tree") self.pTree.get_selection().connect("changed", self.pTree_sel_changed_cb) # reset the first time... self.pTree_sel_changed_cb(self.pTree.get_selection()) def pTree_popup_cb(tv, event): debug("pTree_popup_cb (tv, event):", 5) if event.button == 3 or event.type == Gdk.EventType._2BUTTON_PRESS: self.popup_menu(tv, event) return True self.pTree.connect("button-press-event", pTree_popup_cb) def create_slTree(self): debug("create_slTree (self, data):", 5) self.slMod = self.createIngModel(self.data) self.slTree = self.create_ingTree(Gtk.TreeView(), self.slMod) self.slTree.set_name("shopping_list_tree") self.slTree.show() self.slTree.connect("popup-menu", self.popup_menu) def slTree_popup_cb(tv, event): debug("slTree_popup_cb (tv, event):", 5) if event.button == 3 or event.type == Gdk.EventType._2BUTTON_PRESS: self.popup_menu(tv, event) return True self.slTree.connect("button-press-event", slTree_popup_cb) self.slTree.get_selection().connect("changed", self.slTree_sel_changed_cb) # reset the first time self.slTree_sel_changed_cb(self.slTree.get_selection()) def create_ingTree(self, widget, model): debug("create_ingTree (self, widget, model):", 5) # self.slTree = Gtk.TreeView(self.slMod) tree = widget tree.set_model(model) ## add multiple selections tree.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) ## adding drag and drop functionality targets = [ ("GOURMET_SHOPPER_SW", Gtk.TargetFlags.SAME_WIDGET, 0), ("GOURMET_SHOPPER", Gtk.TargetFlags.SAME_APP, 1), ("text/plain", 0, 2), ("STRING", 0, 3), ("STRING", 0, 4), ("COMPOUND_TEXT", 0, 5), ("text/unicode", 0, 6), ] tree.drag_source_set(Gdk.ModifierType.BUTTON1_MASK, list(Gtk.TargetEntry.new(*t) for t in targets), Gdk.DragAction.COPY | Gdk.DragAction.MOVE) tree.enable_model_drag_dest(targets, Gdk.DragAction.COPY | Gdk.DragAction.MOVE) tree.connect("drag_begin", self.on_drag_begin) tree.connect("drag_data_get", self.on_drag_data_get) tree.connect("drag_data_received", self.on_drag_data_received) tree.connect("drag_motion", self.on_drag_motion) tree.connect("drag_drop", self.on_drag_drop) renderer = Gtk.CellRendererText() for n, t in [[0, "Item"], [1, "Amount"]]: col = Gtk.TreeViewColumn(t, renderer, text=n) col.set_resizable(True) tree.append_column(col) tree.expand_all() tree.show() return tree def createIngModel(self, data): debug("createIngModel (self, data):", 5) """Data is a list of lists, where each item is [ing amt]""" mod = Gtk.TreeStore(GObject.TYPE_STRING, GObject.TYPE_STRING) for c, lst in data: catiter = mod.append(None) mod.set_value(catiter, 0, c) for i in lst: ing = i[0] amt = i[1] iter = mod.append(catiter) mod.set_value(iter, 0, ing) mod.set_value(iter, 1, amt) return mod # ---- TreeView callbacks... def slTree_sel_changed_cb(self, selection): """Callback handler for selection change on shopping treeview.""" if selection.count_selected_rows() > 0: self.shoppingActions.set_sensitive(True) # if we have items selected, the pantry tree should not # this makes these feel more like one control/list divided # into two sections. self.tv = self.slTree self.pTree.get_selection().unselect_all() else: self.shoppingActions.set_sensitive(False) def pTree_sel_changed_cb(self, selection): """Callback handler for selection change on pantry treeview""" if selection.count_selected_rows() > 0: self.pantryActions.set_sensitive(True) # if we have items selected, the shopping tree should not. # this makes these feel more like one control/list divided # into two sections. self.tv = self.pTree self.slTree.get_selection().unselect_all() else: self.pantryActions.set_sensitive(False) # Popup menu setup def create_popups(self): self.shoppop = self.ui_manager.get_widget("/ShopPop") self.panpop = self.ui_manager.get_widget("/PanPop") # Drag-and-drop def on_drag_begin(self, tv, context): debug("on_drag_begin(self, tv, context):", 5) self.tv = tv self.ssave = te.selectionSaver(self.slTree, 1) self.pssave = te.selectionSaver(self.pTree, 1) def on_drag_motion(self, tv, context, x, y, time): pass def on_drag_data_get(self, tv, context, selection, info, time): self.drag_selection = selection def on_drag_data_received(self, tv, context, x, y, selection, info, time): debug("on_drag_data_received(self, tv,context,x,y,selection,info,time):", 5) if str(selection.target) == "GOURMET_SHOPPER_SW": ## in this case, we're recategorizing # try: dest = tv.get_dest_row_at_pos(x, y) if dest: path, drop_where = dest iter = tv.get_model().get_iter((path[0])) # grab the category (outside of tree) cat = tv.get_model().get_value(iter, 0) for sel, iter in self.get_selected_ingredients(return_iters=True): path = tv.get_model().get_path(iter) if len(path) == 1: # if we're moving an entire category, then we # need to reorder categories. debug("Saving new category orders", 0) self.commit_category_orders(tv) # and now we need to move our new category into place... if drop_where == Gtk.TreeViewDropPosition.AFTER or drop_where == Gtk.TreeViewDropPosition.INTO_OR_AFTER: new_pos = self.sh.catorder_dic[cat] + 0.5 else: new_pos = self.sh.catorder_dic[cat] - 0.5 self.sh.catorder_dic[sel] = new_pos debug("%s moved to position %s" % (sel, self.sh.catorder_dic[sel]), 0) debug("The current order is: %s" % self.sh.catorder_dic) else: self.sh.orgdic[sel] = cat self.resetSL() self.ssave.restore_selections(tv=self.slTree) self.pssave.restore_selections(tv=self.pTree) # except TypeError: else: debug("Out of range!", 0) elif str(selection.target) == "GOURMET_SHOPPER": ## in this case, we're moving if tv == self.pTree: self.add_selection_to_pantry() else: self.rem_selection_from_pantry() def on_drag_drop(self, tv, context, x, y, time): debug("on_drag_drop (self, tv, context, x, y, time):", 5) # model = tv.get_model() otv, oselection = self.dragged if otv == self.pTree and tv == self.slTree: self.rem_selection_from_pantry() elif otv == self.slTree and tv == self.pTree: self.add_selection_to_pantry() else: try: path, drop_where = tv.get_dest_row_at_pos(x, y) iter = tv.get_model().get_iter((path[0])) # grab the category (outside of tree) cat = tv.get_model().get_value(iter, 0) for sel in oselection: self.sh.orgdic[sel] = cat self.resetSL() except TypeError as e: self.message("Out of range! %s" % e) return False # end drag-n-drop methods # ---- end TreeView callbacks # -- End TreeView and TreeModel setup # Callbacks for moving data back and forth def resetSL(self): debug("resetSL (self):", 5) if not hasattr(self, "cats_setup") or not self.cats_setup: self.setup_category_ui() self.data, self.pantry = self.organize_list(self.lst) self.slMod = self.createIngModel(self.data) self.pMod = self.createIngModel(self.pantry) self.slTree.set_model(self.slMod) self.pTree.set_model(self.pMod) # self.rectree.set_model(self.create_rmodel()) self.slTree.expand_all() self.pTree.expand_all() # self.pTree_sel_changed_cb(self.pTree.get_selection()) # self.slTree_sel_changed_cb(self.slTree.get_selection()) def add_selection_to_pantry(self, *args): """Add selected items to pantry.""" debug("add_selection_to_pantry (self, *args):", 5) self.tv = self.slTree self.ssave = te.selectionSaver(self.slTree, 1) self.pssave = te.selectionSaver(self.pTree, 1) kk = self.get_selected_ingredients() for k in kk: self.sh.add_to_pantry(k) self.resetSL() self.ssave.restore_selections(tv=self.pTree) def rem_selection_from_pantry(self, *args): """Add selected items to shopping list.""" debug("rem_selection_from_pantry (self, *args):", 5) self.tv = self.pTree self.ssave = te.selectionSaver(self.slTree, 1) self.pssave = te.selectionSaver(self.pTree, 1) for k in self.get_selected_ingredients(): self.sh.remove_from_pantry(k) self.resetSL() self.pssave.restore_selections(tv=self.slTree) def change_to_category(self, category): """Change selected recipes to category category""" do_reset = category not in self.sh.get_orgcats() kk = self.get_selected_ingredients() for k in kk: self.sh.orgdic[k] = category ssave = te.selectionSaver(self.slTree, 1) pssave = te.selectionSaver(self.pTree, 1) self.resetSL() ssave.restore_selections(tv=self.slTree) pssave.restore_selections(tv=self.slTree) if do_reset: self.reset_categories() def reset_categories(self): self.ui_manager.remove_ui(self.last_category_merge) self.get_catmodel().clear() self.setup_category_ui() self.create_popups() def add_sel_to_newcat(self, menuitem, *args): debug("add_sel_to_newcat (self, menuitem, *args):", 5) kk = self.get_selected_ingredients() sublab = ", ".join(kk) cat = de.getEntry(label=_("Enter Category"), sublabel=_("Category to add %s to") % sublab, entryLabel=_("Category:"), parent=self.widget) if cat: for k in kk: self.sh.orgdic[k] = cat self.shoppop.get_children()[-1].hide() self.panpop.get_children()[-1].hide() self.setup_popup() ssave = te.selectionSaver(self.slTree, 1) pssave = te.selectionSaver(self.pTree, 1) self.resetSL() ssave.restore_selections(tv=self.slTree) pssave.restore_selections(tv=self.slTree) # Popup methods... def popup_menu(self, tv, event=None, *args): if event is None: event = Gtk.get_current_event() t = getattr(event, "time", 0) btn = getattr(event, "button", 0) if tv.get_name() == "shopping_list_tree": self.shoppop.popup(None, None, None, None, btn, t) else: # tv.get_name == 'pantry_tree': self.panpop.popup(None, None, None, None, btn, t) return True # Data convenience methods def get_selected_ingredients(self, return_iters=False): """A way to find out what's selected. By default, we simply return the list of ingredient keys. If return_iters is True, we return the selected iters themselves as well (returning a list of [key,iter]s)""" debug("get_selected_ingredients (self):", 5) def foreach(model, path, iter, selected): debug("foreach(model,path,iter,selected):", 5) selected.append(iter) selected = [] self.tv.get_selection().selected_foreach(foreach, selected) debug("multiple selections = %s" % selected, 3) # ts,itera=self.tv.get_selection().get_selected() selected_keys = [] for itera in selected: key = self.tv.get_model().get_value(itera, 0) if return_iters: selected_keys.append((key, itera)) else: selected_keys.append(key) debug("get_selected_ingredients returns: %s" % selected_keys, 3) return selected_keys class ShopGui(ShoppingList, plugin_loader.Pluggable, IngredientAndPantryList): def __init__(self): IngredientAndPantryList.__init__(self) ShoppingList.__init__(self) self.prefs = prefs.Prefs.instance() self.conf = [] self.w = Gtk.Window() self.main = Gtk.VBox() self.w.set_title(_("Shopping List")) self.w.set_default_size(800, 600) self.w.connect("delete-event", self.hide) # from .main import get_application self.setup_ui_manager() self.setup_actions() self.setup_main() self.conf.append(WidgetSaver.WindowSaver(self.w, self.prefs.get("shopGuiWin", {}), show=False)) self.conf.append(WidgetSaver.WidgetSaver(self.vp, self.prefs.get("shopvpaned1", {"position": self.vp.get_position()}))) self.conf.append(WidgetSaver.WidgetSaver(self.hp, self.prefs.get("shophpaned1", {"position": self.hp.get_position()}))) plugin_loader.Pluggable.__init__(self, [plugin.ShoppingListPlugin]) self.sh = self.get_shopper([]) self.setup_category_ui() self.create_popups() def get_shopper(self, lst): return recipeManager.DatabaseShopper(lst, self.rd) # Create interface... def setup_ui_manager(self): self.ui_manager = Gtk.UIManager() self.ui_manager.add_ui_from_string(ui_string) def setup_main(self): mb = self.ui_manager.get_widget("/ShoppingListMenuBar") # help(self.main) # pack_start(self, child:Gtk.Widget, expand:bool, fill:bool, padding:int) self.main.pack_start(mb, False, False, 0) ttb = self.ui_manager.get_widget("/ShoppingListTopToolBar") self.main.pack_start(ttb, False, False, 0) self.vp = Gtk.VPaned() self.vp.show() self.vp.set_position(150) self.create_rtree() self.top_frame = setup_frame_w_accel_label(_("_Recipes"), self.rectree) self.top_frame.add(setup_sw(self.rectree)) self.top_frame.show() self.vp.add1(self.top_frame) vb = Gtk.VBox() vb.show() self.vp.add2(vb) slatb = self.ui_manager.get_widget("/ShoppingListActionToolBar") slatb.show() vb.pack_start(slatb, False, False, 0) self.setup_add_box() vb.pack_start(self.add_box, False, False, 0) self.setup_cat_box() vb.pack_start(self.cat_box, False, False, 0) self.hp = self.setup_paned_view() self.hp.show() vb.pack_start(self.hp, True, True, 0) self.main.pack_start(self.vp, True, True, 0) self.vp.show() vb.show() self.w.add(self.main) self.main.show() self.w.add_accel_group(self.ui_manager.get_accel_group()) def setup_add_box(self): # Setup add-ingredient widget self.add_box = Gtk.HBox() self.add_entry = Gtk.Entry() add_label = Gtk.Label(label=_("_Add items:")) add_label.set_use_underline(True) add_label.set_mnemonic_widget(self.add_entry) self.add_box.pack_start(add_label, False, False, 0) add_label.show() self.add_box.pack_start(self.add_entry, True, True, 0) self.add_entry.show() self.add_button = Gtk.Button.new_with_label("gtk-add") self.add_box.pack_start(self.add_button, False, False, 0) self.add_button.show() self.add_entry.connect("activate", self.item_added) self.add_button.connect("clicked", self.item_added) def get_catmodel(self): if hasattr(self, "catmodel"): return self.catmodel else: self.catmodel = Gtk.ListStore(str) return self.catmodel def setup_cat_box(self): # Setup change-category widget self.cat_box = Gtk.HBox() # ; self.cat_box.set_spacing(6) self.cat_cbe = Gtk.ComboBox.new_with_entry() self.cat_cbe.set_model(self.get_catmodel()) self.cat_cbe.set_entry_text_column(0) self.cat_entry = self.cat_cbe.get_child() self.cat_button = Gtk.Button.new_with_label("gtk-apply") self.cat_label = Gtk.Label(label="_Category: ") self.cat_label.set_use_underline(True) self.cat_label.set_mnemonic_widget(self.cat_entry) comp = Gtk.EntryCompletion() comp.set_model(self.get_catmodel()) comp.set_text_column(0) self.cat_entry.set_completion(comp) self.cat_box.pack_start(self.cat_label, False, False, 0) self.cat_label.show() self.cat_box.pack_start(self.cat_cbe, True, True, 0) self.cat_cbe.show() self.cat_box.pack_start(self.cat_button, False, False, 0) self.cat_button.show() self.cat_entry.connect("activate", self.category_changed) self.cat_button.connect("clicked", self.category_changed) def setup_actions(self): self.mainActionGroup = Gtk.ActionGroup(name="MainActions") self.recipeListActions = Gtk.ActionGroup(name="RecipeListActions") self.recipeListActions.add_actions( [ ( "RemoveRecipes", Gtk.STOCK_REMOVE, _("Remove Recipes"), "Delete", _("Remove recipes from shopping list"), self.clear_recipes, ) ] ) self.mainActionGroup.add_actions( [ ("Edit", None, _("_Edit")), ("Save", Gtk.STOCK_SAVE, None, None, None, self.save), # name # stock # text # key-command # tooltip # callback ("Print", Gtk.STOCK_PRINT, None, "P", None, self.printList), # name # stock # text # key-command # tooltip # callback ("Close", Gtk.STOCK_CLOSE, None, None, None, self.hide), # name # stock # text # key-command # tooltip # callback ("File", None, _("_File")), ("Help", Gtk.STOCK_HELP, _("_Help"), None, None, lambda *args: de.show_faq(parent=self.w, jump_to="Shopping")), ("HelpMenu", None, _("_Help")), ] ) self.mainActionGroup.add_toggle_actions( [ ("AddNewItems", Gtk.STOCK_ADD, _("Add items"), "plus", _("Add arbitrary items to shopping list"), self.add_item), # ( , # name # , # stock # , # text # , # key-command # , # tooltip # # callback # ), ] ) fix_action_group_importance(self.mainActionGroup) self.ui_manager.insert_action_group(self.mainActionGroup, 0) fix_action_group_importance(self.recipeListActions) self.ui_manager.insert_action_group(self.recipeListActions, 0) IngredientAndPantryList.setup_actions(self) def getOptionalIngDic(self, ivw, mult, prefs): """Return a dictionary of optional ingredients with a TRUE|FALSE value Alternatively, we return a boolean value, in which case that is the value for all ingredients. The dictionary will tell us which ingredients to add to our shopping list. We look at prefs to see if 'shop_always_add_optional' is set, in which case we don't ask our user.""" debug("getOptionalIngDic (ivw):", 5) # vw = ivw.select(optional=True) vw = [r for r in ivw if r.optional] # optional_mode: 0==ask, 1==add, -1==dont add optional_mode = prefs.get("shop_handle_optional", 0) if optional_mode: if optional_mode == 1: return True elif optional_mode == -1: return False elif len(vw) > 0: if None not in [i.shopoptional for i in vw]: # in this case, we have a simple job -- load our saved # defaults dic = {} for i in vw: if i.shopoptional == 2: dic[i.ingkey] = True else: dic[i.ingkey] = False return dic # otherwise, we ask our user oid = OptionalIngDialog(vw, prefs, mult) retval = oid.run() if retval: return retval else: raise de.UserCancelledError("Option Dialog cancelled!") # -- TreeView and TreeModel setup def create_rtree(self): debug("create_rtree (self):", 5) self.rmodel = self.create_rmodel() self.rectree = Gtk.TreeView(model=self.rmodel) # self.glade.signal_connect('ingmen_pantry',self.add_selection_to_pantry) # self.glade.signal_connect('panmen_remove',self.rem_selection_from_pantry) self.rectree.set_model(self.rmodel) renderer = Gtk.CellRendererText() # renderer.set_property('editable',True) # renderer.connect('edited',tst) titl = Gtk.TreeViewColumn(_("Title"), renderer, text=1) mult = Gtk.TreeViewColumn(_("x"), renderer, text=2) self.rectree.append_column(titl) self.rectree.append_column(mult) titl.set_resizable(True) titl.set_clickable(True) titl.set_reorderable(True) mult.set_resizable(True) mult.set_clickable(True) mult.set_reorderable(True) self.rectree.get_selection().set_mode(Gtk.SelectionMode.MULTIPLE) self.rectree.connect("row-activated", self.rectree_activated_cb) self.rectree.show() def create_rmodel(self): debug("create_rmodel (self):", 5) mod = Gtk.TreeStore(GObject.TYPE_PYOBJECT, GObject.TYPE_STRING, GObject.TYPE_STRING) for r, mult in list(self.recs.values()): iter = mod.append(None) mod.set_value(iter, 0, r) mod.set_value(iter, 1, r.title) mod.set_value(iter, 2, convert.float_to_frac(mult)) return mod def rectree_activated_cb(self, tv, path, vc): rec = tv.get_model()[path][0] from .GourmetRecipeManager import get_application get_application().open_rec_card(rec) # End UI Set-up # Convenience methods for handling our data def getSelectedRecs(self): """Return each recipe in list""" def foreach(model, path, iterable, recs): debug("foreach(model,path,iter,recs):", 5) try: rec = model.get_value(iterable, 0) recs.append(rec) except Exception: debug("DEBUG: There was a problem with iterable: %s path: %s" % (iterable, path), 1) recs = [] self.rectree.get_selection().selected_foreach(foreach, recs) debug("%s selected recs: %s" % (len(recs), recs), 3) return recs def commit_category_orders(self, tv, space_before=None, space_after=None): """Commit the order of categories to memory. We allow for making room before or after a given iter, in which case""" mod = tv.get_model() iter = mod.get_iter_first() last_val = -100 while iter: cat = mod.get_value(iter, 0) if cat in self.sh.catorder_dic: val = self.sh.catorder_dic[cat] else: val = 0 if val <= last_val: val = last_val + 10 self.sh.catorder_dic[cat] = val last_val = val iter = mod.iter_next(iter) def reset(self): self.grabIngsFromRecs(list(self.recs.values()), self.extras) self.resetSL() self.rectree.set_model(self.create_rmodel()) # Callbacks def hide(self, *args): self.w.hide() return True def show(self, *args): self.w.present() def clear_recipes(self, *args): debug("clear_recipes (self, *args):", 5) selectedRecs = self.getSelectedRecs() if selectedRecs: for t in selectedRecs: self.recs.__delitem__(t.id) debug("clear removed %s" % t, 3) self.reset() elif de.getBoolean(label=_("No recipes selected. Do you want to clear the entire list?"), cancel=False): self.recs = {} self.extras = [] self.reset() else: debug("clear cancelled", 2) def save(self, *args): debug("save (self, *args):", 5) filename = de.select_file( _("Save Shopping List As..."), filename=os.path.join( os.path.expanduser("~"), "%s %s.txt" % ( _("Shopping List"), time.strftime("%x").replace("/", "-"), ), ), action=Gtk.FileChooserAction.SAVE, ) if not filename: return self.doSave(*filename) def printList(self, *args): debug("printList (self, *args):", 0) self._printList(PrintManager.instance().get_simple_writer(), dialog_parent=self.w) def add_item(self, toggleWidget): if toggleWidget.get_active(): self.add_box.show() self.add_entry.grab_focus() if self.pantryOrShoppingActions.get_action("ChangeCategory").get_active(): self.pantryOrShoppingActions.get_action("ChangeCategory").set_active(False) else: self.add_box.hide() def change_category(self, toggleWidget): if toggleWidget.get_active(): self.cat_box.show() self.cat_entry.grab_focus() if self.mainActionGroup.get_action("AddNewItems").get_active(): self.mainActionGroup.get_action("AddNewItems").set_active(False) else: self.cat_box.hide() def item_added(self, *args): txt = self.add_entry.get_text() dct = get_recipe_manager().parse_ingredient(txt) if not dct: dct = {"amount": None, "unit": None, "item": txt} self.extras.append([dct.get("amount"), dct.get("unit"), dct.get("item")]) # Make sure it doesn't end up in the pantry... self.sh.remove_from_pantry(dct.get("item")) self.grabIngsFromRecs(list(self.recs.values()), self.extras) self.resetSL() self.add_entry.set_text("") def category_changed(self, *args): cat = self.cat_entry.get_text() self.change_to_category(cat) self.cat_entry.set_text("") class OptionalIngDialog(de.ModalDialog): """A dialog to query the user about whether to use optional ingredients.""" def __init__(self, vw, prefs, mult=1, default=False): debug("__init__ (self,vw,default=False):", 5) self.rd = recipeManager.get_recipe_manager() de.ModalDialog.__init__( self, default, label=_("Select optional ingredients"), sublabel=_("Please specify which of the following optional ingredients you'd like to include on your shopping list."), ) self.mult = mult self.vw = vw self.ret = {} self.create_tree() self.cb = Gtk.CheckButton("Always use these settings") self.cb.set_active(prefs.get("remember_optionals_by_default", False)) alignment = Gtk.Alignment.new(1.0, 0, 0, 0) alignment.add(self.cb) self.vbox.add(alignment) alignment.show() self.cb.show() def create_model(self): """Create the TreeModel to show optional ingredients.""" debug("create_model (self):", 5) self.mod = Gtk.TreeStore( GObject.TYPE_PYOBJECT, # the ingredient obj GObject.TYPE_STRING, # amount GObject.TYPE_STRING, # unit GObject.TYPE_STRING, # item GObject.TYPE_BOOLEAN, ) # include for i in self.vw: iter = self.mod.append(None) self.mod.set_value(iter, 0, i) if self.mult == 1: self.mod.set_value(iter, 1, self.rd.get_amount_as_string(i)) else: self.mod.set_value(iter, 1, self.rd.get_amount_as_string(i, float(self.mult))) self.mod.set_value(iter, 2, i.unit) self.mod.set_value(iter, 3, i.item) self.mod.set_value(iter, 4, self.default) self.ret[i.ingkey] = self.default def create_tree(self): """Create our TreeView and populate it with columns.""" debug("create_tree (self):", 5) self.create_model() self.tree = Gtk.TreeView(self.mod) txtr = Gtk.CellRendererText() togr = Gtk.CellRendererToggle() togr.set_property("activatable", True) togr.connect("toggled", self.toggle_ing_cb) # togr.start_editing() for n, t in [[1, "Amount"], [2, "Unit"], [3, "Item"]]: col = Gtk.TreeViewColumn(t, txtr, text=n) col.set_resizable(True) self.tree.append_column(col) bcol = Gtk.TreeViewColumn("Add to Shopping List", togr, active=4) self.tree.append_column(bcol) self.vbox.add(self.tree) self.tree.show() def toggle_ing_cb(self, cellrenderertoggle, path, *args): debug("toggle_ing_cb (self, cellrenderertoggle, path, *args):", 5) iter = self.mod.get_iter(path) val = self.mod.get_value(iter, 4) newval = not val self.ret[self.mod.get_value(iter, 0).ingkey] = newval self.mod.set_value(iter, 4, newval) def run(self): self.show() Gtk.main() if self.cb.get_active() and self.ret: # if we are saving our settings permanently... # we add ourselves to the shopoptional attribute for row in self.mod: ing = row[0] ing_include = row[4] if ing_include: self.rd.modify_ing(ing, {"shopoptional": 2}) else: self.rd.modify_ing(ing, {"shopoptional": 1}) return self.ret if __name__ == "__main__": class TestIngredientAndPantryList(IngredientAndPantryList): def __init__(self): IngredientAndPantryList.__init__(self) # self.data = [('Dairy',[('milk','1 gal'),('cheese, cheddar','1 lb'), # ('cottage cheese','8 oz'), # ('yogurt','8 oz')]), # ('Pastas',[('rotini','1 lb')]),] # self.pantry = [('Dairy',[('eggs','1/2 doz')]), # ('Frozen',[('ice cream','1 gal')]),] # rm = recipeManager.get_recipe_manager() recs = [(r, 1) for r in rm.fetch_all(rm.recipe_table)[:2]] self.data, self.pantry = self.grabIngsFromRecs(recs) self.w = Gtk.Window() self.w.set_title(_("Shopping List")) self.w.add(self.setup_paned_view()) self.w.show_all() self.w.connect("delete-event", Gtk.main_quit) # tst = TestIngredientAndPantryList() sg = ShopGui() rm = recipeManager.get_recipe_manager() recs = [(r, 1) for r in rm.fetch_all(rm.recipe_table)[:2]] for r, mult in recs: sg.addRec(r, mult) Gtk.main() # sg = ShopGui() # sg.show() sg.w.connect("delete-event", Gtk.main_quit) Gtk.main() gourmand-1.2.0/src/gourmand/shopping.py000066400000000000000000000371601510115424500201370ustar00rootroot00000000000000import sys import time import unittest from gourmand import convert from gourmand.i18n import _ from .gdebug import debug from .gtk_extras import dialog_extras as de class Shopper: def __init__(self, inglist): """We expect a list of tuples/lists, each of which contains amount, unit, key [[amt,un,key],[amt,un,key],...] amount can be either a single number or a tuple 2,3, etc., in which case it is a range. """ ## First, we create a dictionary from our list (keyed by ingredient) ## each value in the dict. is a list of values. We'll try to add these ## as best as we can. self.dic = {} self.default_pantry = [ _("flour, all purpose"), _("sugar"), _("salt"), _("black pepper, ground"), _("ice"), _("water"), _("oil, vegetable"), _("oil, olive"), ] self.init_pantry() self.mypantry = {} for a, u, k in inglist: if self.pantry.has_key(k) and self.pantry[k]: # print "%s is in pantry" %k dic = self.mypantry else: dic = self.dic try: a = float(a) except Exception: if not isinstance(a, tuple): debug("Warning, can't make sense of amount %s; reading as None" % a, 0) a = None if k in dic: dic[k].append([a, u]) else: dic[k] = [[a, u]] self.init_converter() for ing, amts in list(self.dic.items()): self.dic[ing] = self.combine_ingredient(ing, amts) for ing, amts in list(self.mypantry.items()): self.mypantry[ing] = self.combine_ingredient(ing, amts) self.init_orgdic() self.init_ingorder_dic() self.init_catorder_dic() def init_converter(self): self.cnv = convert.get_converter() def combine_ingredient(self, ing, amts): """We take an ingredient and a list of amounts. We return a list of amounts (ideally shortened, if combinifying is possible).""" itms = [] for a, u in amts: if not itms: ## if this is our first... itms.append([a, u]) else: flag = 0 ind = 0 while not flag and len(itms) > ind: amt, unit = itms[ind] if isinstance(amt, tuple) or isinstance(a, tuple): # we're adding ranges -- we'll force both # our amounts to look like ranges to simplify the addition if not isinstance(amt, tuple): amt = (amt, amt) if not isinstance(a, tuple): a = (a, a) # print 'amt:',amt,' unit:',unit,'a:',a,'u:',u add_low = self.cnv.add_reasonably(amt[0], unit, a[0], u, ing) add_high = self.cnv.add_reasonably(amt[1], unit, a[1], u, ing) if (not add_low) or (not add_high): add = False else: # Adjust units add_low = self.cnv.adjust_unit(*add_low, **{"favor_current_unit": False}) # lowest+lowest add_high = self.cnv.adjust_unit(*add_high, **{"favor_current_unit": False}) # highest+highest if add_low: add_low = self.cnv.adjust_unit(*add_low, **{"favor_current_unit": False}) if add_high: add_high = self.cnv.adjust_unit(*add_high, **{"favor_current_unit": False}) if add_low[1] == add_high[1]: # same unit... add = ((add_low[0], add_high[0]), add_low[1]) else: # otherwise, let's use our unit for add_high... u1_to_u2 = self.cnv.converter(add_low[1], add_high[1]) add = ((add_low[0] * u1_to_u2, add_high[0]), add_high[1]) # amount tuple # unit from add_high else: add = self.cnv.add_reasonably(amt, unit, a, u, ing) if add: # adjust unit to make readable add = self.cnv.adjust_unit(*add, **{"favor_current_unit": False}) # add_reasonably returns a nice a,u pair if successful # Otherwise, it return False/None if add: itms.pop(ind) # out with the old... itms.append(add) # in with the new flag = 1 else: ind += 1 if not flag: itms.append([a, u]) return itms def ing_to_string(self, ing, amts): return "%s %s" % (self.amt_to_string(amts), ing) def amt_to_string(self, amts): retstr = self.cnv.amt_string(amts[0]) if len(amts) > 1: for a in amts[1:]: retstr = "%s + %s" % (self.cnv.amt_string(a), retstr) return retstr def pretty_print(self, out=sys.stdout): self.list_writer(write_category=lambda c: out.write("\n---\n%s\n---\n" % c), write_item=lambda a, i: out.write("%s %s\n" % (a, i))) def list_writer( self, write_category, write_item, ): org = self.organize(self.dic) for c, d in org: if not c: c = _("Unknown") write_category(c.title()) for i, a in d: write_item(a, i) def organize(self, dic=None): """We organize our ingredients into lists in the form. [Category, [[ingredient, amt], [ingredient, amt]... ] ]""" ## first we build a dictionary, since it gives us an ## easy way to sort by category cats = {} if not dic: pass for i, a in list(dic.items()): if self.orgdic.has_key(i) and self.orgdic[i]: c = self.orgdic[i] else: c = _("Unknown") if c in cats: cats[c][i] = a else: cats[c] = {i: a} ## next we turn our nested dictionaries into nested lists lst = [] for c, d in list(cats.items()): itms = [] for i, amts in list(d.items()): itms.append([i, self.amt_to_string(amts)]) lst.append([c, itms]) ## now that we have lists, we can sort them lst.sort() for entry in lst: entry[1].sort(key=lambda ing_and_qty: str(ing_and_qty[0]).lower()) return lst def get_porg_categories(self): """Return a list of categories used for sorting.""" tmp = {} for v in list(self.orgdic.values()): tmp[v] = 1 return list(tmp.keys()) def add_org_itm(self, itm, cat): self.orgdic[itm] = cat # for k,v in self.orgdic.items(): # print "%s:%s, "%(k,v) def add_to_pantry(self, key): self.pantry[key] = True def remove_from_pantry(self, key): self.pantry[key] = False def init_orgdic(self): """This allows those subclassing us to do something fancy... as is, we just use a default dictionary.""" self.default_orgdic = setup_default_orgdic() self.orgdic = self.default_orgdic def init_ingorder_dic(self): self.ingorder_dic = {} def init_catorder_dic(self): debug("Initializing empty catorder_dic", 5) self.catorder_dic = {} def init_pantry(self): self.pantry = {} for i in self.default_pantry: self.pantry[i] = True def get_orgcats(self): """Return a list of categories being used for our Shopper""" self.orgcats = [] for v in list(self.orgdic.values()): if v and (v not in self.orgcats): self.orgcats.append(v) self.orgcats.sort() return self.orgcats def setup_default_orgdic(): from .defaults.defaults import lang as defaults return defaults.shopdic class ShoppingList: def __init__(self): self.recs = {} self.extras = [] self.includes = {} self.data, self.pantry = self.grabIngsFromRecs([]) from . import backends self.rd = backends.db.get_database() from . import prefs self.prefs = prefs.Prefs.instance() def get_shopper(self, lst): return Shopper(lst) def grabIngsFromRecs(self, recs, start=[]): debug("grabIngsFromRecs (self, recs):", 5) """Handed an array of (rec . mult)s, we combine their ingredients. recs may be IDs or objects.""" self.lst = start[0:] for rec, mult in recs: self.lst.extend(self.grabIngFromRec(rec, mult=mult)) return self.organize_list(self.lst) def organize_list(self, lst): self.sh = self.get_shopper(lst) data = self.sh.organize(self.sh.dic) pantry = self.sh.organize(self.sh.mypantry) debug("returning: data=%s pantry=%s" % (data, pantry), 5) return data, pantry def grabIngFromRec(self, rec, mult=1): """Get an ingredient from a recipe and return a list with our amt,unit,key""" """We will need [[amt,un,key],[amt,un,key]]""" debug("grabIngFromRec (self, rec=%s, mult=%s):" % (rec, mult), 5) # Grab all of our ingredients ings = self.rd.get_ings(rec) lst = [] include_dic = self.includes.get(rec.id) or {} for i in ings: if hasattr(i, "refid"): refid = i.refid else: refid = None debug("adding ing %s, %s" % (i.item, refid), 4) if i.optional: # handle boolean includes value which applies to ALL ingredients if not include_dic: continue if isinstance(include_dic, dict): # Then we have to look at the dictionary itself... if (i.ingkey not in include_dic) or not include_dic[i.ingkey]: # we ignore our ingredient (don't add it) continue if self.rd.get_amount(i): amount = self.rd.get_amount(i, mult=mult) else: amount = None if refid: ## a reference tells us to get another recipe ## entirely. it has two parts: i.item (regular name), ## i.refid, i.refmult (amount we multiply recipe by) ## if we don't have the reference (i.refid), we just ## output the recipe name debug("Grabbing recipe as ingredient!", 2) # disallow recursion subrec = self.rd.get_referenced_rec(i) if subrec.id == rec.id: de.show_message( label=_("Recipe calls for itself as an ingredient."), sublabel=_("Ingredient %s will be ignored.") % rec.title + _("Infinite recursion is not allowed in recipes!"), ) continue if subrec: # recipe refs need an amount. We'll # assume if need be. amt = self.rd.get_amount_as_float(i) if not amt: amount = amt refmult = mult * amt if subrec.id not in include_dic: d = self.getOptionalDic( self.rd.get_ings(subrec), refmult, self.prefs, ) include_dic[subrec.id] = d nested_list = self.grabIngFromRec(subrec, refmult) lst.extend(nested_list) continue else: # it appears we don't have this recipe debug("We don't have recipe %s" % i.item, 0) if not i.unit: i.unit = "recipe" if not i.ingkey: i.ingkey = i.item lst.append([amount, i.unit, i.ingkey]) debug("grabIngFromRec returning %s" % lst, 5) return lst def getOptionalDic(self, ivw, mult, prefs): """Return a dictionary of optional ingredients with a TRUE|FALSE value Alternatively, we return a boolean value, in which case that is the value for all ingredients. The dictionary will tell us which ingredients to add to our shopping list. We look at prefs to see if 'shop_always_add_optional' is set, in which case we don't ask our user.""" return True # Saving and printing def doSave(self, filename): debug("doSave (self, filename):", 5) # import exporters.lprprinter # self._printList(exporters.lprprinter.SimpleWriter,file=filename,show_dialog=False) with open(filename, "w") as ofi: ofi.write(_("Shopping list for %s") % time.strftime("%x") + "\n\n") ofi.write(_("For the following recipes:" + "\n")) ofi.write("--------------------------------\n") for r, mult in list(self.recs.values()): itm = "%s" % r.title if mult != 1: itm += _(" x%s") % mult ofi.write(itm + "\n") def write_itm(a, i): ofi.write("%s %s" % (a, i) + "\n") def write_subh(h): ofi.write("\n_%s_\n" % h) self.sh.list_writer(write_subh, write_itm) def _printList(self, printer, *args, **kwargs): w = printer(*args, **kwargs) w.write_header(_("Shopping list for %s") % time.strftime("%x")) w.write_subheader(_("For the following recipes:")) for r, mult in list(self.recs.values()): itm = "%s" % r.title if mult != 1: itm += _(" x%s") % mult w.write_paragraph(itm) def write_itm(a, i): w.write_paragraph("%s %s" % (a, i)) self.sh.list_writer(w.write_subheader, write_itm) w.close() # Setting up recipe... def addRec(self, rec, mult, includes={}): debug("addRec (self, rec, mult, includes={}):", 5) """Add recipe to our list, assuming it's not already there. includes is a dictionary of optional items we want to include/exclude.""" if rec.id in self.recs: _, mult_already = self.recs[rec.id] mult += mult_already self.recs[rec.id] = (rec, mult) self.includes[rec.id] = includes self.reset() def reset(self): self.grabIngsFromRecs(list(self.recs.values()), self.extras) class ShopperTestCase(unittest.TestCase): def testAddition(self): sh = Shopper([("1", "tsp.", "pepper"), ("1", "tsp.", "pepper")]) assert sh.dic["pepper"][0][0] == 2 def testUnitConversion(self): sh = Shopper( [ ("1", "tsp.", "pepper"), ("1", "tsp.", "pepper"), ("1", "tsp.", "pepper"), ] ) assert sh.dic["pepper"][0][0] == 1 assert sh.dic["pepper"][0][1] == "tbs." def testRangeAddition(self): sh = Shopper([((1, 2), "c.", "milk"), (1, "c.", "milk")]) assert sh.dic["milk"][0][0] == (2, 3) if __name__ == "__main__": unittest.main() gourmand-1.2.0/src/gourmand/sound.py000066400000000000000000000006641510115424500174370ustar00rootroot00000000000000from urllib.request import pathname2url from gi.repository import Gst class Player: def __init__(self): Gst.init() self.player = Gst.ElementFactory.make("playbin", "player") def play_file(self, filepath: str) -> None: uri = pathname2url(filepath) self.player.set_state(Gst.State.NULL) self.player.set_property("uri", f"file://{uri}") self.player.set_state(Gst.State.PLAYING) gourmand-1.2.0/src/gourmand/structure.py000066400000000000000000000012631510115424500203430ustar00rootroot00000000000000from collections import namedtuple # This structure contains information stored in the database, # as well as other fields that can be found in imports. Recipe = namedtuple( "Recipe", [ "id", "title", "instructions", "modifications", "cuisine", "rating", "description", "source", "totaltime", "preptime", "cooktime", "servings", "yields", "yield_unit", "ingredients", "image", "thumb", "deleted", "recipe_hash", "ingredient_hash", "link", "last_modified", "nutrients", "category", ], ) gourmand-1.2.0/src/gourmand/threadManager.py000066400000000000000000000352621510115424500210530ustar00rootroot00000000000000# This module is designed to handle all multi-threading processes in # Gourmand. Separate threads are limited to doing the following things # with respect to the GUI: # # 1. Start a notification dialog with a progress bar # 2. Update the progress bar # 3. Finish successfully # 4. Stop with an error. # # If you need to get user input in the middle of your threaded process, # you need to redesign so that it works as follows: # # 1. Run the first half of your process as a thread. # 2. Upon completion of your thread, run your dialog to get your user # input # 3. Run the second half of your process as a thread. # # In this module, we define the following base classes... # # A singleton ThreadingManager that tracks how many threads we have # running, and allows a maximum number of threads to be run at any # single time. # # A SuspendableThread base class for creating and running threaded # processes. import threading import time import traceback import webbrowser from gettext import ngettext from typing import Any from gi.repository import GLib, GObject, Gtk, Pango from gourmand.gtk_extras.dialog_extras import show_message from gourmand.i18n import _ # _IdleObject etc. based on example John Stowers # class _IdleObject(GObject.GObject): """ Override GObject.GObject to always emit signals in the main thread by emitting on an idle handler """ def __init__(self): GObject.GObject.__init__(self) def emit(self, *args): if args[0] != "progress": print("emit", *args) GLib.idle_add(GObject.GObject.emit, self, *args) class Terminated(Exception): def __init__(self, value): self.value = value def __str__(self): return repr(self.value) class SuspendableThread(threading.Thread, _IdleObject): """A class for long-running processes that shouldn't interrupt the GUI. """ __gsignals__ = { "completed": (GObject.SignalFlags.RUN_LAST, None, []), "progress": (GObject.SignalFlags.RUN_LAST, None, [GObject.TYPE_FLOAT, GObject.TYPE_STRING]), # percent complete, progress bar text "error": ( GObject.SignalFlags.RUN_LAST, None, [GObject.TYPE_INT, GObject.TYPE_STRING, GObject.TYPE_STRING], # error number # error name # stack trace ), "stopped": (GObject.SignalFlags.RUN_LAST, None, []), # emitted when we are stopped "pause": (GObject.SignalFlags.RUN_LAST, None, []), # emitted when we pause "resume": (GObject.SignalFlags.RUN_LAST, None, []), # emitted when we resume "done": (GObject.SignalFlags.RUN_LAST, None, []), # emitted when/however we finish } def __init__(self, name=None): self.initialized = False # self.name = name self.suspended = False self.terminated = False self.done = False _IdleObject.__init__(self) threading.Thread.__init__(self, name=name) def initialize_thread(self): self.initialized = True self.start() def connect_subthread(self, subthread): """For subthread subthread, connect to error and pause signals and and emit as if they were our own.""" subthread.connect("error", lambda st, enum, ename, strace: self.emit("error", enum, ename, strace)) subthread.connect("stopped", lambda st: self.emit("stopped")) subthread.connect("pause", lambda st: self.emit("pause")) subthread.connect("resume", lambda st: self.emit("resume")) def run(self): try: self.do_run() except Terminated: self.emit("stopped") except Exception: self.emit("error", 1, f"Error during {self.name}", traceback.format_exc()) else: self.emit("completed") self.done = True self.emit("done") def do_run(self): # Note that sub-classes need to call check_for_sleep # periodically, otherwise pausing & cancelling won't work raise NotImplementedError def suspend(self): self.suspended = True def resume(self): self.suspended = False def terminate(self): self.terminated = True self.emit("stopped") def check_for_sleep(self): """Check whether we have been suspended or terminated.""" emit_resume = False if self.terminated: raise Terminated("%s terminated" % self.name) if self.suspended: self.emit("pause") emit_resume = True while self.suspended: if self.terminated: raise Terminated("%s terminated" % self.name) time.sleep(1) if emit_resume: self.emit("resume") def __repr__(self): try: return threading.Thread.__repr__(self) except AssertionError: return "" % self.name class NotThreadSafe: """Subclasses of this do things that are not thread safe. An error will be raised if an object that is an instance of this class is added to a thread manager. """ pass class ThreadManager: __single = None @classmethod def instance(cls): if ThreadManager.__single is None: ThreadManager.__single = cls() return ThreadManager.__single def __init__(self, max_concurrent_threads=2): self.max_concurrent_threads = max_concurrent_threads self.thread_queue = [] self.count = 0 self.active_count = 0 self.threads = [] def add_thread(self, thread): try: assert isinstance(thread, SuspendableThread) except AssertionError: print("Class", thread, type(thread), "is not a SuspendableThread") raise if isinstance(thread, NotThreadSafe): raise TypeError("Thread %s is NotThreadSafe" % thread) self.threads.append(thread) thread.connect("pause", self.register_thread_paused) thread.connect("resume", self.register_thread_resume) thread.connect("done", self.register_thread_done) if self.active_count < self.max_concurrent_threads: self.active_count += 1 thread.initialize_thread() else: self.thread_queue.append(thread) def register_thread_done(self, thread): if thread in self.threads: self.threads.remove(thread) self.active_count -= 1 self.start_queued_threads() def register_thread_paused(self, thread): self.active_count -= 1 self.start_queued_threads() def register_thread_resume(self, thread): self.active_count += 1 def resume_thread(self, thread): if self.active_count < self.max_concurrent_threads: thread.resume() self.active_count += 1 else: self.thread_queue.append(thread) def start_queued_threads(self): while self.active_count < self.max_concurrent_threads and self.thread_queue: thread_to_add = self.thread_queue.pop() self.active_count += 1 if thread_to_add.initialized: thread_to_add.resume() else: thread_to_add.initialize_thread() def get_thread_manager(): return ThreadManager.instance() class ThreadManagerGui: __single = None paused_text = " (" + _("Paused") + ")" PAUSE = 10 @classmethod def instance(cls): if ThreadManagerGui.__single is None: ThreadManagerGui.__single = cls() return ThreadManagerGui.__single def __init__(self, messagebox=None): self.tm = get_thread_manager() self.threads = {} if messagebox is None: # import done here to avoid cycling imports from gourmand.main import RecGui self.messagebox = RecGui.instance().messagebox else: self.messagebox = messagebox self.to_remove = [] # a list of widgets to remove when we close... def response(self, dialog, response): if response == Gtk.ResponseType.CLOSE: self.close() def importer_thread_done(self, thread): # The following logic allows different messages to be displayed # depending on if a recipe was actually imported or if the user # cancelled the request. if len(thread.added_recs) > 0: done_message = ngettext("Recipe successfully imported", "Recipes successfully imported", len(thread.added_recs)) elif len(thread.added_recs) == 0: done_message = _("Import Unsuccessful") self.notification_thread_done(thread, done_message) def notification_thread_done(self, thread, message): infobox = Gtk.InfoBar() infobox.set_message_type(Gtk.MessageType.INFO) infobox.add_button(Gtk.STOCK_CLOSE, Gtk.ResponseType.CLOSE) infobox.connect("response", lambda ib, response_id: ib.hide()) infobox.show_all() self.messagebox.pack_start(infobox, True, True, 0) label = Gtk.Label() label.set_markup(message) label.connect("activate-link", lambda lbl, uri: webbrowser.open(uri)) label.show() infobox.get_content_area().add(label) self.messagebox.show() def register_thread_with_dialog(self, description, thread): threadbox = Gtk.InfoBar() threadbox.set_message_type(Gtk.MessageType.INFO) pb = Gtk.ProgressBar() pb.set_ellipsize(Pango.EllipsizeMode.MIDDLE) pause_button = Gtk.ToggleButton(label=_("Pause")) threadbox.add_action_widget(pause_button, self.PAUSE) dlab = Gtk.Label(label=description) dlab.set_ellipsize(Pango.EllipsizeMode.MIDDLE) cancel_button = threadbox.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL) vbox = Gtk.VBox() vbox.pack_start(dlab, expand=True, fill=True, padding=0) vbox.pack_start(pb, expand=True, fill=True, padding=0) threadbox.get_content_area().add(vbox) threadbox.show_all() self.messagebox.pack_start(threadbox, True, True, 0) self.messagebox.show() # for b in threadbox.buttons: b.show() thread.connect("completed", self.thread_done, threadbox) thread.connect("error", self.thread_error, threadbox) thread.connect("stopped", self.thread_stopped, threadbox) thread.connect("pause", self.thread_pause, threadbox) thread.connect("resume", self.thread_resume, threadbox) thread.connect("progress", self.progress_update, pb) pause_button.connect("clicked", self.pause_cb, thread) cancel_button.connect("clicked", self.cancel_cb, thread) def pause_cb(self, b, thread): if b.get_active(): thread.suspend() else: self.tm.resume_thread(thread) def cancel_cb(self, b, thread): thread.terminate() def thread_done(self, thread, threadbox): for b in threadbox.get_action_area().get_children(): b.hide() threadbox.add_button(Gtk.STOCK_CLOSE, Gtk.ResponseType.CLOSE) threadbox.connect("response", lambda ib, response_id: ib.hide()) self.to_remove.append(threadbox) pb = threadbox.get_content_area().get_children()[0].get_children()[1] txt = pb.get_text() if txt: pb.set_text(txt + " (" + _("Done") + ")") else: pb.set_text("Done") pb.set_fraction(0.01) for widget in threadbox.get_content_area().get_children()[0]: widget.hide() threadbox.hide() def progress_update(self, thread, perc, txt, pb): if perc >= 0.0: pb.set_fraction(perc) else: pb.pulse() pb.set_text(txt) def thread_error(self, thread: Any, errno: int, errname: str, trace: str, threadbox: Gtk.InfoBar): threadbox.get_action_area().get_children()[1].hide() # Pause button pb = threadbox.get_content_area().get_children()[0].get_children()[1] pb.set_text(_("Error: %s") % errname) b = threadbox.add_button(_("Details"), 11) b.connect("clicked", self.show_traceback, errno, errname, trace) b.show() self.to_remove.append(threadbox) def thread_stopped(self, thread: Any, threadbox: Gtk.InfoBar): threadbox.hide() def thread_pause(self, thread: Any, threadbox: Gtk.InfoBar): pb = threadbox.get_content_area().get_children()[0].get_children()[1] txt = pb.get_text() txt += self.paused_text pb.set_text(txt) def thread_resume(self, thread: Any, threadbox: Gtk.InfoBar): pb = threadbox.get_content_area().get_children()[0].get_children()[1] txt = pb.get_text() if txt.find(self.paused_text): txt = txt[: -len(self.paused_text)] pb.set_text(txt) def show(self, *args): self.messagebox.show() def delete_event_cb(self, *args): self.messagebox.hide() return True def close(self, *args): while self.to_remove: box_to_remove = self.to_remove.pop() for w in box_to_remove.widgets: w.hide() self.pbtable.remove(w) self.messagebox.hide() def show_traceback(self, button: Gtk.Button, errno: int, errname: str, traceback: str): show_message(label=_("Error"), sublabel=_("Error %s: %s") % (errno, errname), expander=(_("Traceback"), traceback)) def get_thread_manager_gui(): return ThreadManagerGui.instance() if __name__ == "__main__": from gi.repository import Gtk class TestThread(SuspendableThread): def do_run(self): for n in range(1000): time.sleep(0.01) self.emit("progress", n / 1000.0, "%s of 1000" % n) self.check_for_sleep() class TestError(SuspendableThread): def do_run(self): for n in range(1000): time.sleep(0.01) if n == 100: raise AttributeError("This is a phony error") self.emit("progress", n / 1000.0, "%s of 1000" % n) self.check_for_sleep() class TestInterminable(SuspendableThread): def do_run(self): while 1: time.sleep(0.1) self.emit("progress", -1, "Working interminably") self.check_for_sleep() tm = get_thread_manager() tmg = get_thread_manager_gui() for desc, thread in [ ("Interminable 1", TestInterminable()), ("Linear 1", TestThread()), ("Linear 2", TestThread()), ("Interminable 2", TestInterminable()), ("Error 3", TestError()), ]: tm.add_thread(thread) tmg.register_thread_with_dialog(desc, thread) def quit(*args): Gtk.main_quit() tmg.dialog.connect("delete-event", quit) tmg.show() Gtk.main() gourmand-1.2.0/src/gourmand/timeScanner.py000066400000000000000000000122251510115424500205530ustar00rootroot00000000000000"""Scan text for time and show links that will pop up a timer if the user clicks on any time in the TextView.""" from typing import Optional, Union from gi.repository import GObject, Gtk from gourmand import timer from gourmand.convert import Converter, time_matcher from gourmand.gtk_extras.LinkedTextView import LinkedPangoBuffer, LinkedTextView def make_time_links(s: str) -> str: """Given a string return the string with time links inserted. The links are of the form Text , similar to html links. In a later step these will be changed to span tags with formatting. The simplest time phrase is transformed as follows: - "15 minutes" -> '15 minutes' Multiple formats of time spans are correctly parsed including: - "15 - 20 minutes" -> '15 - 20 minutes' - "15-20 minutes" -> '15-20 minutes' - "15 to 20 minutes" -> '15 to 20 minutes' Although minutes is the only time unit shown in the above examples, other units such as seconds, hours and days are also recognized. """ start = 0 while True: result = time_matcher.search(s, start) # When there are no more matches to make time links, return string if result is None: return s # Only substitute in the string where the match was found in case repeating patterns # are present. Use start and Match.end() to know bounds. end = result.end() # Occurs when there is only one number value (e.g. 15 minutes) if result['secondnum'] is None: subbed_text = time_matcher.sub(r'\g<0>', s[start:end]) # Occurs when there is a range (e.g. 35 to 40 minutes) else: subbed_text = time_matcher.sub( r'\g\g' r'\g \g', s[start:end]) # Substitute the text with a link in for the text that was matched. s = s[:start] + subbed_text + s[end:] # Update variable for next round start = start + len(subbed_text) class TimeBuffer(LinkedPangoBuffer): def set_text(self, txt: Union[bytes, str]) -> None: if isinstance(txt, bytes): txt = txt.decode("utf-8") super().set_text(make_time_links(txt)) def get_text(self, start: Optional[Gtk.TextIter] = None, end: Optional[Gtk.TextIter] = None, include_hidden_chars: bool = False) -> str: """Get the buffer content. If `include_hidden_chars` is set, then the html markup content is returned. Time links are always stripped. """ return super().get_text(start, end, include_hidden_chars, ignore_links=True) class LinkedTimeView(LinkedTextView): __gtype_name__ = "LinkedTimeView" __gsignals__ = { "time-link-activated": (GObject.SignalFlags.RUN_LAST, GObject.TYPE_STRING, [GObject.TYPE_STRING, GObject.TYPE_STRING]), } def make_buffer(self): return TimeBuffer() def follow_if_link(self, text_view: "LinkedTimeView", itr: Gtk.TextIter) -> bool: """Launch a timer if a link was clicked. This is done by emitting the `time-link-activated` signal defined in this class. Whether or not the it was a link, the click won't be processed further. """ # Get the displayed text sentence, to use as a label in the timer. start_sentence = itr.copy() start_sentence.backward_sentence_start() end_sentence = itr.copy() if not end_sentence.ends_sentence(): end_sentence.forward_sentence_end() sentence = self.get_buffer().get_slice(start_sentence, end_sentence, False) # Get the time duration (target of the link). start_ts = itr.copy() start_ts.backward_to_tag_toggle() itr.forward_to_tag_toggle() end_ts = itr.copy() time_string = self.get_buffer().get_slice(start_ts, end_ts, False) # Confirm that is is in the links dictionary. time_ = self.get_buffer().markup_dict.get(time_string) if time_ is not None: self.emit("time-link-activated", time_, sentence) return False # Do not process the event further. def show_timer_cb(tv: LinkedTimeView, line: str, note: str) -> None: """Callback that expects a widget, a time string, and a note to display""" timer.show_timer(Converter.instance().timestring_to_seconds(line), note) if __name__ == "__main__": tv = LinkedTimeView() tv.connect("time-link-activated", show_timer_cb) tv.get_buffer().set_text( """Cook potatoes for 1/2 hour. When you are finished, leave in the refrigerator for up to three days. After that, boil onions for 20 to 30 minutes. When finished, bake everything for two and a half hours. 15-25 seconds. """ ) w = Gtk.Window() w.add(tv) w.connect("delete-event", lambda *args: Gtk.main_quit()) w.show_all() Gtk.main() gourmand-1.2.0/src/gourmand/timer.py000066400000000000000000000245421510115424500174300ustar00rootroot00000000000000import os as os import time import xml.sax.saxutils from pkgutil import get_data from tempfile import mkstemp from typing import Callable, List, Optional from gi.repository import GLib, Gtk from gourmand.gtk_extras import cb_extras as cb from gourmand.gtk_extras.dialog_extras import UserCancelledError, getBoolean from gourmand.i18n import _ from gourmand.sound import Player class TimeSpinnerUI: def __init__(self, hoursSpin: Gtk.SpinButton, minutesSpin: Gtk.SpinButton, secondsSpin: Gtk.SpinButton): self.timer_hooks: List[Callable] = [] # actions rand when timer over self.is_running: bool = False # State flag self.previous_iter_time: Optional[float] = None # time, used for ticks self.remaining: Optional[float] = None # time left when timer active self.orig_time: int = 0 # in seconds, user input time self.hoursSpin: Gtk.SpinButton = hoursSpin self.minutesSpin: Gtk.SpinButton = minutesSpin self.secondsSpin: Gtk.SpinButton = secondsSpin for spinner in (self.hoursSpin, self.minutesSpin, self.secondsSpin): # This is set up to assure 2 digit entries... 00:00:00, etc. spinner.connect("value-changed", self.val_changed_cb) spinner.val_change_is_changing_entry = False spinner.set_width_chars(2) def set_time(self, val: float): """Update the spinners on tick. Ran on every tick, the value, epoch stamp style, is split into hours, minutes, and seconds, and their respective spinner are set, to show time going down. """ val = max(0.0, val) self.hoursSpin.set_value(val // 3600) val = val % 3600 self.minutesSpin.set_value(val // 60) self.secondsSpin.set_value(val % 60) def get_time(self) -> int: """Get the time to run the timer for, in seconds""" return self.hoursSpin.get_value() * 3600 + self.minutesSpin.get_value() * 60 + self.secondsSpin.get_value() def val_changed_cb(self, widget: Gtk.SpinButton): """On input callback to set the values to be always two digits""" if not widget.val_change_is_changing_entry: widget.val_change_is_changing_entry = True value = widget.get_value_as_int() value = min(value, 59) widget.set_text(str(value).zfill(2)) widget.val_change_is_changing_entry = False def tick(self) -> bool: """Run the timer This is done in two steps: first we compute the time elapsed between two ticks of the loop, and then we subtract it from the timer time, which is then updated. Returns a bool to notify the event-loop on whether the timer is done. """ if self.is_running: if self.previous_iter_time is None or self.remaining is None: # 1 second is removed from the remaining time, in order to have # a smooth start of the timer. # Without this subtraction, after `self.previous_iter_time` is # set, the elapsed time for this initial iteration is # calculated, but the difference too small, making the first # timer second last two iterations (hence two actual seconds). self.remaining = self.get_time() - 1 self.previous_iter_time = time.time() now = time.time() elapsed = now - self.previous_iter_time self.previous_iter_time = now self.remaining = self.remaining - elapsed self.set_time(self.remaining) if self.remaining <= 0: self.finish_timer() return False else: return True else: return False def start_cb(self, *args): if not self.is_running: self.previous_iter_time = None self.remaining = None self.is_running = True self.orig_time = self.get_time() GLib.timeout_add(100, self.tick) def pause_cb(self, *args): """The pause button callback, used to pausing and resuming""" if self.is_running: self.is_running = False self.previous_iter_time = None self.remaining = None else: # resuming self.is_running = True if self.is_running: GLib.timeout_add(100, self.tick) def reset_cb(self, *args): """Resets the timer to the originally set value, after being started""" self.is_running = False self.previous_iter_time = None self.remaining = None self.set_time(self.orig_time) def connect_timer_hook(self, hook: Callable, prepend: Optional[bool] = False): if prepend: self.timer_hooks.insert(0, hook) else: self.timer_hooks.append(hook) def finish_timer(self): self.is_running = False self.previous_iter_time = None self.remaining = None self.set_time(0) for hook in self.timer_hooks: hook() class TimerDialog: keep_annoying = False sounds_and_files = {_("Ringing Sound"): "phone.opus", _("Warning Sound"): "warning.opus", _("Error Sound"): "error.opus"} def __init__(self): self.init_player() self.ui = Gtk.Builder() self.ui.add_from_string(get_data("gourmand", "ui/timerDialog.ui").decode()) self.timer = TimeSpinnerUI(self.ui.get_object("hoursSpinButton"), self.ui.get_object("minutesSpinButton"), self.ui.get_object("secondsSpinButton")) self.timer.connect_timer_hook(self.timer_done_cb) for w in [ "timerDialog", "mainLabel", "soundComboBox", "repeatCheckButton", "noteEntry", "expander1", "timerBox", "resetTimerButton", "timerFinishedLabel", "keepAnnoyingLabel", ]: setattr(self, w, self.ui.get_object(w)) cb.set_model_from_list(self.soundComboBox, list(self.sounds_and_files.keys())) cb.cb_set_active_text(self.soundComboBox, _("Ringing Sound")) self.ui.connect_signals( { "reset_cb": self.timer.reset_cb, "pause_cb": self.timer.pause_cb, "start_cb": self.timer.start_cb, "note_changed_cb": self.note_changed_cb, } ) self.timerDialog.connect("response", self.response_cb) self.timerDialog.connect("close", self.close_cb) self.timerDialog.set_modal(False) self.note = "" def set_time(self, s): self.timer.set_time(s) def note_changed_cb(self, entry): txt = entry.get_text() self.note = txt if txt: txt = _("Timer") + ": " + txt else: txt = _("Timer") self.timerDialog.set_title(txt) self.mainLabel.set_markup('' + xml.sax.saxutils.escape(txt) + "") def init_player(self): self.player = Player() def play_tune(self): sound = self.sounds_and_files[cb.cb_get_active_text(self.soundComboBox)] data = get_data("gourmand", f"data/sound/{sound}") assert data # FIXME: Delete the tempfile when we're done # TODO: Figure out how to make GStreamer play raw bytes fd, fname = mkstemp(".opus") os.write(fd, data) os.close(fd) self.player.play_file(fname) def annoy_user(self): if self.keep_annoying: self.play_tune() return True def timer_done_cb(self): if hasattr(self.timerDialog, "set_urgency_hint"): self.timerDialog.set_urgency_hint(True) self.play_tune() if self.repeatCheckButton.get_active(): self.keep_annoying = True # TODO: Timeout on when the audio file actually stops playing GLib.timeout_add(3000, self.annoy_user) self.timerBox.hide() self.expander1.hide() self.timerFinishedLabel.show() self.resetTimerButton.show() if self.keep_annoying: self.keepAnnoyingLabel.show() def stop_annoying(self): self.keep_annoying = False if hasattr(self.timerDialog, "set_urgency_hint"): self.timerDialog.set_urgency_hint(False) def refresh(self, *args): self.stop_annoying() self.timer.reset_cb() self.timerFinishedLabel.hide() self.keepAnnoyingLabel.hide() self.timerBox.show() self.resetTimerButton.hide() self.expander1.show() def response_cb(self, dialog, resp): if resp == Gtk.ResponseType.APPLY: self.refresh() else: self.close_cb() def close_cb(self, *args): """Close a timer window. There are three options: either the timer is not running, and it gets closed, the timer is running and it gets cancelled and closed, or the timer is running, and gets hidden ready to pop back up when finished. """ self.stop_annoying() do_cancel = True if self.timer.is_running: msg = ( "You've requested to close a window with an active timer. " "You can stop the timer, or you can just close the window. " "If you close the window, it will reappear when your timer " "goes off." ) try: do_cancel = getBoolean(label=_("Stop timer?"), sublabel=_(msg), custom_yes=_("Stop _timer"), custom_no=_("_Keep timing")) except UserCancelledError: return # keep the timer window open if do_cancel: self.timer.is_running = False self.timerDialog.hide() self.timerDialog.destroy() else: self.timer.connect_timer_hook(self.timerDialog.show, 1) self.timerDialog.hide() def run(self): self.timerDialog.run() def show(self): self.timerDialog.show() def show_timer(seconds: int = 600, note: Optional[str] = None): td = TimerDialog() td.set_time(seconds) if note is not None: td.noteEntry.set_text(note) td.show() if __name__ == "__main__": w = Gtk.Window() b = Gtk.Button() b.set_label("Show timer") b.connect("clicked", lambda *args: show_timer()) w.add(b) w.connect("delete-event", lambda *args: Gtk.main_quit()) w.show_all() Gtk.main() gourmand-1.2.0/src/gourmand/ui/000077500000000000000000000000001510115424500163445ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/ui/app.ui000066400000000000000000000754501510115424500174760ustar00rootroot00000000000000 False Recipe Index 750 600 gourmand.png center True False True False True False True False False False 0 True False True True False _New Recipe True gtk-new False True True True False gtk-delete False True True False False True False False True True False Add to _Shopping List True image1 False True True True False View Re_cipe True image2 False True False False 1 True False 1 True False True False 6 6 6 True False 6 True False _Search for: True rlistSearchbox False False 1 True True True True True Search for recipes as you type False False True True True True 2 False 6 _in True rlistSearchByMenu False False 3 True False False 4 False True False Search by other critera within the current search results. False True False 0 0 True False 2 True False gtk-add False False 0 True False A_dd Search Criteria True False False 1 False False end 4 gtk-find True True False False True False False end 5 True True 0 True False True False False True False 0.47999998927116394 Limiting Search to: True False True False False True False 16 6 gtk-clear True True True False False True False False True 1 True True 6 0 False True 1 2 True False False False 3 True False True False 0 6 6 Search _Results True recTree False False 0 True False 1 0 0.019999999552965164 True False 6 True False 16 False False 0 gtk-goto-first True True False False True False False 1 gtk-go-back True True False False True False False 2 gtk-go-forward True True False False True False False 3 gtk-goto-last True True False False True False False 4 True True 1 False False 4 True False 6 True True automatic automatic True True True True 5 True False True False 0.10000000149 False True 0 True False False True True 1 False False 6 True False AddToShoppingList.png True False gourmand.png False False gourmand-1.2.0/src/gourmand/ui/batchEditor.ui000066400000000000000000001215511510115424500211400ustar00rootroot00000000000000 5000 1 10 True False Set Fields for Selected Recipes dialog True False True False end gtk-cancel True True True False False True False False 0 gtk-ok True True True False False True False False 1 False True end 0 True False True False 0 6 6 <span size="large" weight="bold">Set Recipe Fields for selected recipes</span> True False False 0 True False True False 12 12 12 12 True False 11 2 6 6 True False False 0 True True 0 True True False False True False 0 0 True False 2 True False gtk-add False False 0 True False _Add Image True False False 1 False True 1 1 2 9 10 True False start True True False False True False 0 0 True False 2 True False gtk-delete False False 0 True False _Remove Image True False False 1 False False 0 1 2 10 11 S_ource: True True False False True True 7 8 GTK_FILL _Rating: True True False False True True 6 7 GTK_FILL C_uisine: True True False False True True 5 6 GTK_FILL _Category: True True False False True True 2 3 GTK_FILL _Preparation Time: True True False False True True 3 4 GTK_FILL Coo_king Time: True True False False True True 4 5 GTK_FILL _Webpage: True True False False True True 8 9 GTK_FILL False 0 Image: True 9 10 GTK_FILL True True True True True 40 False False True True 1 2 8 9 GTK_FILL True False True False False False True True 1 2 7 8 GTK_FILL True True False False True True adjustment1 1 1 2 GTK_FILL True False True False False False True True 1 2 2 3 GTK_FILL True False True False False False True True 1 2 5 6 GTK_FILL True False 1 2 4 5 GTK_FILL True False 1 2 3 4 GTK_FILL True False 0 True False True False False False False True 0 1 2 6 7 GTK_FILL _Yield: True True False False True True GTK_FILL Yield U_nit: True True False False True True 1 2 GTK_FILL True False True False False False True True 1 2 1 2 GTK_FILL False False 0 True True 1 True False 12 True False _Only set values where field is currently blank True True False False True True False False 0 Set all values for _all selected recipes True True False False True True setFieldWhereBlankButton False False 1 True True 2 True True 2 cancelbutton1 okbutton1 gourmand-1.2.0/src/gourmand/ui/catalog/000077500000000000000000000000001510115424500177565ustar00rootroot00000000000000gourmand-1.2.0/src/gourmand/ui/catalog/README000066400000000000000000000001641510115424500206370ustar00rootroot00000000000000This directory contains a catalog with some custom widgets needed to use Gourmand's gtkbuilder *.ui files in glade. gourmand-1.2.0/src/gourmand/ui/catalog/gourmetwidgets.py000066400000000000000000000011231510115424500233760ustar00rootroot00000000000000# import os, sys # execpath = os.path.dirname(__file__) # sys.path.insert (0, os.path.join(execpath, "../../src/lib")) # print sys.path # from gtk_extras import timeEntry, ratingWidget, timeEntry # import timeScanner from gi.repository import Gtk class TimeEntry(Gtk.Entry): __gtype_name__ = "TimeEntry" class StarButton(Gtk.Button): __gtype_name__ = "StarButton" class StarImage(Gtk.Image): __gtype_name__ = "StarImage" class LinkedTextView(Gtk.TextView): __gtype_name__ = "LinkedTextView" class LinkedTimeView(LinkedTextView): __gtype_name__ = "LinkedTimeView" gourmand-1.2.0/src/gourmand/ui/catalog/gourmetwidgets.xml000066400000000000000000000020631510115424500235520ustar00rootroot00000000000000 glade_python_init gourmand-1.2.0/src/gourmand/ui/databaseChooser.ui000066400000000000000000001260711510115424500220010ustar00rootroot00000000000000 Metakit (default, stored in a local file) SQLite (stored in a local file) MySQL (requires connection to a database) 12 True Choose Database GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False 400 165 True False True False False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True False 12 True False 12 True False 12 True <b>Choose Database System for Gourmet to Use</b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 False False True False 0 True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 12 0 0 False False True False 5 True 1 2 False 12 12 True _Database System True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 1 0 1 fill True model1 0 1 2 0 1 fill fill 0 False True True True True 12 True False 0 True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 12 0 0 False False True False 12 True 5 3 False 12 12 True _Host: True True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 1 1 2 fill True _Username: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 1 2 3 fill True _Password: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 1 4 5 fill True Password for your username on the database. True True True 0 True * False 1 2 4 5 True Database _Name: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 1 3 4 fill True _File True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 1 0 1 fill True True True True 0 True * False 1 2 0 1 True Hostname of the system where your database server is running. If your database server is running on your local system, use localhost. True True True 0 localhost True * False 1 3 1 2 True Save the password for next time. This means the password will be stored insecurely in your configuration file. True _Save Password True GTK_RELIEF_NORMAL True False False True 2 3 4 5 fill True Name of the database in which Gourmet should store its information. Gourmet will try to create this database if it does not already exist. True True True 0 recipe True * False 1 3 3 4 True Your username on the database. True True True 0 True * False 1 3 2 3 True True GTK_RELIEF_NORMAL True True 0.5 0.5 0 0 0 0 0 0 True False 2 True gtk-open 4 0.5 0.5 0 0 0 False False True _Browse True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 0 False False 2 3 0 1 fill 0 True True 0 True True True _Details True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 0 False True 0 True True 0 True True 0 False True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 12 0 0 False False 0 False True True GTK_BUTTONBOX_END 0 True True True gtk-cancel True GTK_RELIEF_NORMAL True True GTK_BUTTONBOX_END 0 True True True gtk-ok True GTK_RELIEF_NORMAL True 0 False False GTK_PACK_END gourmand-1.2.0/src/gourmand/ui/nutritionDruid.ui000066400000000000000000004373571510115424500217510ustar00rootroot00000000000000 12 GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False 600 650 True False True False False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True False True False 12 True True True GTK_POS_TOP False False 6 True False 6 True False 6 True <i>Select equivalent of</i> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 6 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True False True GTK_JUSTIFY_LEFT True True 0 0.5 6 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True True 0 True * False 6 True True True <i>from USDA database</i> False True GTK_JUSTIFY_LEFT True False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True _Change ingredient True GTK_RELIEF_NORMAL True 0 False False GTK_PACK_END True gtk-apply True GTK_RELIEF_NORMAL True 0 False True GTK_PACK_END 0 False True True <i>or</i> False True GTK_JUSTIFY_LEFT False False 0 0.5 10 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True 0.5 0.5 1 1 0 0 6 0 True False 0 True 0.00999999977648 0.5 1 1 0 0 0 0 True Enter C_ustom Information True GTK_RELIEF_NORMAL True 0 False False 0 False False True 0.5 0.5 1 1 6 0 12 0 True False 6 True 0 False True True False 6 True _Search USDA Ingredient Database: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 searchEntry PANGO_ELLIPSIZE_NONE -1 False 0 0 False False gtk-find True GTK_RELIEF_NORMAL True 0 False False GTK_PACK_END True True True True True 0 True * False 0 True True True Search as you t_ype True GTK_RELIEF_NORMAL True False False True 0 False False GTK_PACK_END 0 False True True False 6 True Show only food in _group: True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 foodGroupComboBox PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False True 1 True True 0 False True True 0 False True True False 0 True <i>Search _results:</i> True True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 treeview PANGO_ELLIPSIZE_NONE -1 False 0 0 True True True False 6 True gtk-goto-last True GTK_RELIEF_NORMAL True 0 True True GTK_PACK_END True gtk-go-forward True GTK_RELIEF_NORMAL True 0 True True GTK_PACK_END True gtk-go-back True GTK_RELIEF_NORMAL True 1 True True GTK_PACK_END True gtk-goto-first True GTK_RELIEF_NORMAL True 0 True True GTK_PACK_END True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 True True GTK_PACK_END 0 False True 0 False True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC GTK_SHADOW_NONE GTK_CORNER_TOP_LEFT True True False False True False False False 0 True True 0 True True False True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 12 True False 12 True False True GTK_JUSTIFY_LEFT True False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False True True <i>From:</i> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 12 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True 0 0.5 1 1 0 0 18 0 True 2 2 False 12 6 True _Amount: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 fromAmountEntry PANGO_ELLIPSIZE_NONE -1 False 0 0 1 0 1 fill True Unit: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 1 1 2 fill True 1 2 0 1 fill True False 0 True False True True True 0 False False True unit False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True _Change unit True GTK_RELIEF_NORMAL True 12 False False True _Save new unit True GTK_RELIEF_NORMAL True 0 False False True gtk-cancel True GTK_RELIEF_NORMAL True 12 False False 1 2 1 2 0 False False True <i>To:</i> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 12 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True 0.5 0.5 1 1 0 0 18 0 True 2 2 False 12 6 True _Amount: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 toAmountEntry PANGO_ELLIPSIZE_NONE -1 False 0 0 1 0 1 fill True _Unit: True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 toUnitCombo PANGO_ELLIPSIZE_NONE -1 False 0 0 1 1 2 fill True 1 2 0 1 fill True False True 1 2 1 2 fill 0 False False False True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 12 True False 12 True False 0 True <i>Enter nutritional information for </i> False True GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True 0 True True True False True 0 True True True True False True GTK_JUSTIFY_LEFT True True 0 0.5 6 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False True GTK_JUSTIFY_LEFT True False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False 0 False False True <i>or</i> False True GTK_JUSTIFY_LEFT False False 0 0.5 10 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False 0 True 0.5 0.5 1 1 0 0 0 0 True _Use Information from USDA Database True GTK_RELIEF_NORMAL True 0 False False 0 False True True 4 False False True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC GTK_SHADOW_NONE GTK_CORNER_TOP_LEFT True GTK_SHADOW_IN True False 0 0 True True False True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 12 True False 12 True <b>Choose a Density</b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False False GTK_JUSTIFY_LEFT True False 0 0.5 12 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True 0.5 0.5 1 1 12 0 12 0 True False 0 0 True True False True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 12 True False 12 True False 6 True <b>Ingredient Key: </b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True <b>USDA Item: </b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False False GTK_JUSTIFY_LEFT True False 0.5 0.5 0 0 PANGO_ELLIPSIZE_MIDDLE -1 False 0 0 True True True True Edit _USDA Association True GTK_RELIEF_NORMAL True 0 False False 0 False True True True True True GTK_POS_TOP False False True True GTK_POLICY_NEVER GTK_POLICY_AUTOMATIC GTK_SHADOW_NONE GTK_CORNER_TOP_LEFT 6 True GTK_SHADOW_NONE True False 0 True False 6 True <b>Nutritional Information</b> False True GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True Edit _information True GTK_RELIEF_NORMAL True 0 False False 0 False False 16 True False 0 0 True True False True True _Nutritional Information True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 12 True 3 2 False 6 12 True False False GTK_JUSTIFY_LEFT False False 0 0 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 1 2 1 2 fill True False False GTK_JUSTIFY_LEFT False False 0 0 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 1 2 0 1 fill fill True Density: False False GTK_JUSTIFY_LEFT False False 0 0 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 1 0 1 fill fill True USDA equivalents: False False GTK_JUSTIFY_LEFT False False 0 0 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 1 1 2 fill fill True Custom equivalents: False False GTK_JUSTIFY_LEFT False False 0 0 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 1 2 3 fill fill True 3 2 False 6 12 1 2 2 3 fill fill False True True _Density Information True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 True True False True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 12 True False 6 True False 6 True <b>Known Nutritonal Information</b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True _in True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True False True 0 False True 0 False False True 0.5 0.5 1 1 0 0 0 0 True GTK_ORIENTATION_HORIZONTAL GTK_TOOLBAR_BOTH True True True True True False True _Search for: True False GTK_JUSTIFY_LEFT False False 0.5 0.5 8 0 searchEntry PANGO_ELLIPSIZE_NONE -1 False 0 False False True True True False True Search for recipes as you type True True True True True True 0 True * False False False True True True False True 0.5 0.5 1 1 0 0 0 0 False False True True True False True 0.5 0.5 1 1 0 0 0 12 False False True True True False True 0.5 0.5 1 1 0 0 0 0 True True True False True gtk-find True GTK_RELIEF_NORMAL True False False True True True False True 0.5 0.5 1 1 0 0 12 0 True True Search as you t_ype True GTK_RELIEF_NORMAL True True False True False False True True True False True 0.5 0.5 1 1 0 0 12 0 True Use regular expressions True _Advanced Search True GTK_RELIEF_NORMAL True True False True False False True True True False True 0.00999999977648 0.5 1 1 0 0 0 0 False False 0 False False True 0 False True True False 6 True Nutritional Information True False GTK_JUSTIFY_LEFT False False 0 0.5 6 6 treeview PANGO_ELLIPSIZE_NONE -1 False 0 0 True True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True 1 0 0.019999999553 1 0 0 0 0 True True gtk-goto-first True GTK_RELIEF_NORMAL True 0 False True True True gtk-go-back True GTK_RELIEF_NORMAL True 0 False False True True gtk-go-forward True GTK_RELIEF_NORMAL True 0 False False True True gtk-goto-last True GTK_RELIEF_NORMAL True 0 False False 0 False False True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC GTK_SHADOW_NONE GTK_CORNER_TOP_LEFT True True True False False True False False False 0 True True False True True False False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 6 True True True GTK_BUTTONBOX_END 6 True True gtk-go-back True GTK_RELIEF_NORMAL True True True True gtk-close True GTK_RELIEF_NORMAL True True I_gnore True GTK_RELIEF_NORMAL True True True gtk-apply True GTK_RELIEF_NORMAL True True True gtk-edit True GTK_RELIEF_NORMAL True 0 False True gourmand-1.2.0/src/gourmand/ui/preferenceDialog.ui000066400000000000000000001176751510115424500221620ustar00rootroot00000000000000 1 100 15 1 10 False Gourmand Recipe Manager Preferences 400 500 dialog True False True False end gtk-close True True True False False True False False 0 False True end 0 True True True True automatic automatic True False True False 6 6 6 6 True False True False 0 0 <b>Index View Preferences</b> True False False 0 True False 6 12 True False Show _toolbar True True False False True True True True True 0 True False 6 True False 0 _Recipes per page: True recipesPerPageSpinButton False False 0 True False 0 0 6 True True False False True True adjustment1 1 True False True 1 True True 11 1 True False 0 <i>Configure which columns are included in the recipe index view.</i> True True False False 2 False False 1 True False Index View False True True automatic automatic True False True False 6 6 6 6 True False True False 0 0 <b>Card View Preferences</b> True False False 0 True False 6 12 True False True False _Allow units to change when multiplying True True False False True True False False 0 _Use fractions True True False Use fractions when possible for display False True True False False 1 False 0 6 <i>Remove items you don't use from the Recipe Card interface.</i> True True False False 2 True True 0 True True 1 1 True False Card View 1 False True True automatic automatic True False True False 6 6 6 6 True False True False 0 0 <b>Shopping List Preferences</b> True False False 0 True False 6 12 True False True False 0 <i>What should Gourmand do with Optional Ingredients when adding recipes to the shopping list?</i> True True False False 0 True False 12 True False As_k whether to include optional ingredients True True False False True True False False 0 True False 0 0 12 True False _Remember user selections by default True True False False True True False False 0 True True False False True False 0 0 True False 2 True False gtk-clear False False 0 True False _Clear remembered optional ingredients True False False 1 False False 1 False False 1 _Always add optional ingredients True True False False True True optional_ask False False 2 _Never add optional ingredients True True False False True True optional_ask False False 3 False False 1 True True 1 2 True False Shopping List 2 False True True 2 close_button gourmand-1.2.0/src/gourmand/ui/recCardDescriptionEditor.ui000066400000000000000000001024101510115424500236170ustar00rootroot00000000000000 5000 0 10 1 0 0 servings GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True True automatic automatic True True True 16 True 11 2 6 6 True True True True True 40 1 2 8 9 True 0 _Webpage: True right sourceBox 8 9 True True 0 gtk-missing-image 0 True True True False True 0 0 True 2 True gtk-add False False 0 True _Add Image True False False 1 False 1 1 2 9 10 True 0 Image: True 9 10 True start True True True False True 0 0 True 2 True gtk-delete False False 0 True _Remove Image True False False 1 False False 0 1 2 10 11 True True True True True 40 Title 1 2 True 0 _Title: True titleBox GTK_FILL True 0 0.46000000834465027 _Yield: True yieldsBox 1 2 GTK_FILL True 0 _Category: True categoryBox 2 3 GTK_FILL True 0 Pre_paration Time: True preptimeBox 3 4 GTK_FILL True 0 Coo_king Time: True cooktimeBox 4 5 GTK_FILL True 0 C_uisine: True right cuisineBox 5 6 GTK_FILL True 0 _Rating: True right ratingBox 6 7 GTK_FILL True 0 S_ource: True right sourceBox 7 8 GTK_FILL True True True GTK_INPUT_HINT_WORD_COMPLETION 1 2 7 8 GTK_FILL True True True GTK_INPUT_HINT_WORD_COMPLETION 1 2 5 6 GTK_FILL True 1 2 4 5 GTK_FILL True 1 2 3 4 GTK_FILL True True True GTK_INPUT_HINT_WORD_COMPLETION category 1 2 2 3 GTK_FILL True 0 True True rating False 0 1 2 6 7 GTK_FILL True True True 2 adjustment1 1 Yield False 0 True False True True GTK_INPUT_HINT_WORD_COMPLETION model1 0 Yield Unit 1 1 2 1 2 GTK_EXPAND | GTK_SHRINK | GTK_FILL GTK_SHRINK | GTK_FILL False False 6 0 0 gourmand-1.2.0/src/gourmand/ui/recCardDisplay.ui000066400000000000000000001642141510115424500216040ustar00rootroot00000000000000 0.25 10000 1 0.25 10 0.05 10000 1 0.5 10 False Recipe Card 730 550 600 True False True False True False 12 <b>An long example: </b> True True True True True 0 True True False False half True False 0 0 True False 2 True False add-to-shopping-list False False 0 True False _Shop True False False 1 False False end 1 False True 0 True False 400 True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK False False 400 True True never automatic True False True False 12 6 370 True False 6 True False 1 6 Edit _description description True True False False none True False False end 0 False False 0 True False gtk-missing-image False False 1 True False True False 0 0 True False 10 2 6 6 True False 0 0 True False 1 2 3 4 GTK_SHRINK | GTK_FILL True False True True True False False True True yieldsAdjustment 0.5 2 False True 0 True False False True 6 1 True False 12 False False 2 1 2 GTK_FILL True False True True False False True True multiplyByAdjustment 0.10000000149 2 False False 0 1 2 1 2 GTK_FILL True True 0 <b>Cooking Time:</b> True True True 9 10 GTK_FILL GTK_FILL True True 0 <b>Preparation Time:</b> True True True 8 9 GTK_FILL GTK_FILL True True 0 <b>Cuisine:</b> True True True 7 8 GTK_FILL GTK_FILL True True 0 <b>Category:</b> True True True 6 7 GTK_FILL GTK_FILL True True 0 <b>Webpage:</b> True True True 5 6 GTK_FILL GTK_FILL True True 0 <b>_Yields:</b> True True True True GTK_SHRINK | GTK_FILL True True False False none True True 0 <span underline="single" color="blue">Link</span> True True True end 1 2 5 6 GTK_FILL True True 0 <b>Source:</b> True True True 4 5 GTK_SHRINK | GTK_FILL True True 0 <b>Rating:</b> True True True 3 4 GTK_SHRINK | GTK_FILL True True 0 <b>_Multiply by:</b> True True True True 1 2 GTK_SHRINK | GTK_FILL True True 0 True True 1 2 9 10 True True 0 True True 1 2 8 9 True True 0 True True 1 2 7 8 True True 0 True True 1 2 6 7 True True 0 True True 1 2 4 5 True True 0 False False 2 2 385 True False False True 3 375 True False True True 0 6 <b>Instructions</b> True True True False False 0 Edit _instructions instructions True True False False none True False False end 1 False False 4 True False 6 6 True False True True 5 375 True False True True 0 6 <b>Notes</b> True True True False False 0 Edit _notes notes True True False False none True False False end 1 False False 6 True False 6 6 True False True True 7 True False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK Recipe True 1 False True True 0 True False False True 1 200 True False GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 250 True True automatic automatic True False True False 9 225 True False True False <b>Ingredients</b> True False False 0 Edit _ingredients ingredients True True False False none True False False end 1 False False 0 True False 12 True False False False 1 True True 0 True True 2 True True 1 gourmand-1.2.0/src/gourmand/ui/recCardIngredientsEditor.ui000066400000000000000000000121241510115424500236110ustar00rootroot00000000000000 GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True True False True True True 0 16 Add _ingredient: True quickIngredientEntry False False True True Type your ingredient here. Numeric amounts and standard units will automatically be recognized. Anything typed after a semicolon will not be included in the ingredient key (i.e. will not be used for shopping lists and nutritional information). * 1 True True gtk-add True False False 12 2 False False 6 True 12 12 True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC True True True True 1 True Ingredients False gourmand-1.2.0/src/gourmand/ui/recipe_index.ui000066400000000000000000000733171510115424500213540ustar00rootroot00000000000000 gtk-add add_to_shopping_list1 Add recipe to shopping list Add to _shopping list view_recipe1 Jump to recipe in Recipe Card vew View Re_cipe gtk-delete delete_recipe1 Delete selected recipe _Delete Recipe gtk-edit batch_edit_recipe1 Edit attributes of selected recipes _Batch edit recipes CopyRecipe Copy selected recipe _Copy recipe gtk-print print_recipe1 Print selected recipe _Print recipe add_to_pantry1 Never buy this item. When called for in a recipe, it will show up in a "pantry" section of the list as a reminder that you need it, but it won't be included when you save or print the list unless you tell me you need to buy it. Add to _Pantry clear5 GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True True True True 1 True True 6 6 6 True 6 True _Search for: True rlistSearchbox False False True True True True True Search for recipes as you type * 1 True True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK Show _Options True False 2 True True gtk-find True False False GTK_PACK_END 3 GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 0 GTK_SHADOW_OUT True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 12 True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True 6 Search _in True rlistSearchByMenu False False True True False False 6 1 True False True Search by other critera within the current search results. True 0 0 True 2 True gtk-add False False True A_dd Search Criteria True False False 1 False GTK_PACK_END 2 True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK _Use regular expressions (advanced searching) True True False GTK_PACK_END 1 True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK Search as you _type True True False GTK_PACK_END 1 True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK <i>Search Options</i> True 1 GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK True 0 0.47999998927116394 Limiting Search to: True False True 16 6 True True True gtk-clear True False 6 1 2 6 False False True True 0 6 6 Search _Results True recTree False False True 1 0 0.019999999552965164 True 6 True 16 False False True gtk-goto-first True False False 1 True gtk-go-back True False False 2 True gtk-go-forward True False False 3 True gtk-goto-last True False False 4 1 False False 1 True 6 True True GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC True True 2 True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 2 1 False 3 gourmand-1.2.0/src/gourmand/ui/shopCatEditor.ui000066400000000000000000001036631510115424500214640ustar00rootroot00000000000000 Category Key True Category Editor GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False 680 520 True False True False False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True 0.5 0.5 1 1 6 6 6 6 True False 0 True 0.5 0.5 1 1 0 0 0 0 True GTK_ORIENTATION_HORIZONTAL GTK_TOOLBAR_BOTH True True True True True False True Search by False False GTK_JUSTIFY_LEFT False False 0.5 0.5 8 0 False False True True True False True 0.5 0.5 1 1 0 0 0 0 True True True False True model1 0 False False True True True False True 0.5 0.5 1 1 0 0 6 0 True True True False True Search for recipes as you type True True True True True True 0 True * False False False True True True False True gtk-find True GTK_RELIEF_NORMAL True False False True True True False True True Search as you type True GTK_RELIEF_NORMAL True True False True False False True True True False True Use regular expressions True Advanced Search True GTK_RELIEF_NORMAL True True False True False False True True True False True 0.01 0.5 1 1 0 0 0 0 False False 0 False False True True GTK_POLICY_ALWAYS GTK_POLICY_ALWAYS GTK_SHADOW_NONE GTK_CORNER_TOP_LEFT True True True False False True 0 True True True GTK_ORIENTATION_HORIZONTAL GTK_TOOLBAR_BOTH True True True gtk-go-up True True False False True True gtk-go-down True True False False True True True True True False False True gtk-goto-top True True False False True True gtk-goto-bottom True True False False True True True True True False False True gtk-delete True True False False True 0 False False True 0 0.5 GTK_SHADOW_NONE True 0.5 0.5 1 1 0 0 12 0 True False 0 True 1 4 False 0 0 True False False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 0 1 0 1 fill True Add Category: False False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 1 2 0 1 fill True True True gtk-add True GTK_RELIEF_NORMAL True 3 4 0 1 fill True True True True 0 True * False 2 3 0 1 6 3 False False True GTK_BUTTONBOX_END 0 0 False True 0 False True True GTK_BUTTONBOX_END 0 True True True gtk-close True GTK_RELIEF_NORMAL True 6 False False gourmand-1.2.0/src/gourmand/ui/timerDialog.ui000066400000000000000000001336511510115424500211540ustar00rootroot00000000000000 100 0 10 1 0 0 59 0 10 1 0 0 59 0 10 1 0 0 True Timer GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False True False True False False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True False True False 0 True GTK_BUTTONBOX_END True True GTK_RELIEF_NORMAL True True 0.5 0.5 0 0 0 0 0 0 True False 2 True gtk-refresh 4 0.5 0.5 0 0 0 False False True _Reset Timer True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True True gtk-close True GTK_RELIEF_NORMAL True 0 False True GTK_PACK_END True 0.5 0.5 1 1 12 12 12 12 True False 0 True <b><span size="larger">Timer</span></b> False True GTK_JUSTIFY_LEFT False False 0 0.5 0 0 PANGO_ELLIPSIZE_END -1 False 0 0 False False True False 0 <i>Timer Finished!</i> False True GTK_JUSTIFY_RIGHT False False 0 0.5 12 12 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False Timer will continue to go off until you close this dialog or reset the timer. False False GTK_JUSTIFY_LEFT True False 0 0.5 12 12 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True GTK_BUTTONBOX_EDGE 0 0 True True 0 False False True 0.5 0.5 1 1 12 0 12 0 True False 0 True False 0 True Set _Timer: True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 hoursSpinButton PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True 1 0 False GTK_UPDATE_ALWAYS False False adjustment1 0 False True True <b>:</b> False True GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True 1 0 False GTK_UPDATE_ALWAYS False False adjustment2 0 False True True <b>:</b> False True GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True 1 0 False GTK_UPDATE_ALWAYS False False adjustment3 0 False True 0 False False True GTK_BUTTONBOX_EDGE 12 True True True GTK_RELIEF_NORMAL True True 0.5 0.5 0 0 0 0 0 0 True False 2 True gtk-redo 4 0.5 0.5 0 0 0 False False True _Reset True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False True True True gtk-media-pause True GTK_RELIEF_NORMAL True False False True True True GTK_RELIEF_NORMAL True True 0.5 0.5 0 0 0 0 0 0 True False 2 True gtk-media-play 4 0.5 0.5 0 0 0 False False True _Start True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False 12 False True 0 False True True True False 0 True 0.5 0.5 1 1 12 6 12 0 True 3 2 False 6 12 True S_ound True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 soundComboBox PANGO_ELLIPSIZE_NONE -1 False 0 0 1 0 1 fill True False True 1 2 0 1 fill True _Note True False GTK_JUSTIFY_LEFT False False 0 0.5 0 0 noteEntry PANGO_ELLIPSIZE_NONE -1 False 0 0 1 1 2 fill True True True True 0 True False 1 2 1 2 True True Re_peat alarm until I turn it off True GTK_RELIEF_NORMAL True False False True 1 2 2 3 fill True _Settings True False GTK_JUSTIFY_LEFT False False 0.5 0.5 0 0 PANGO_ELLIPSIZE_NONE -1 False 0 0 False False 0 True True resetTimerButton button5 gourmand-1.2.0/src/gourmand/ui/valueEditor.ui000066400000000000000000000460151510115424500211740ustar00rootroot00000000000000 12 GDK_WINDOW_TYPE_HINT_DIALOG True 12 True 12 True <b>Edit fields throughout database</b> True False False True 5 True Field to _Edit: True True fieldToEditCombo False False True False 1 False False 1 True False GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC True False 2 True 6 True 0 For each selected value: PANGO_ELLIPSIZE_MIDDLE False False True 4 2 6 6 True True _Leave value as is True True deleteValueButton GTK_FILL True True True 18 True 4 2 6 6 0 <i>New value will be added to the end of any existing text</i> True True True 1 2 3 4 GTK_FILL True 0 <i>New value will replace any existing value</i> True 1 2 2 3 GTK_FILL True 0 _Field: True GTK_FILL True True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK 1 2 1 2 GTK_FILL GTK_FILL True 0 _Value: True 1 2 GTK_FILL True 1 2 True True Change _other field: True True 2 3 4 GTK_FILL True True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK 1 2 2 3 True C_hange value to: True True deleteValueButton 2 3 GTK_FILL True _Delete value True True 1 2 GTK_FILL GTK_FILL False False GTK_PACK_END 1 False 3 1 True GTK_BUTTONBOX_END True True gtk-apply True True gtk-close True 1 False GTK_PACK_END leaveValueButton otherChangeCheckButton changeValueButton deleteValueButton button2 button1 gourmand-1.2.0/tests/000077500000000000000000000000001510115424500144665ustar00rootroot00000000000000gourmand-1.2.0/tests/__init__.py000066400000000000000000000000001510115424500165650ustar00rootroot00000000000000gourmand-1.2.0/tests/broken_readme.md000066400000000000000000000005441510115424500176100ustar00rootroot00000000000000The tests prefixed with broken_ were historically part of Gourmet. They are broken and haven't been looked at. Some may be fixed, some are deprecated due to heavy changes since they were implemented. This directory is excluded from the CI runner. It does not mean that they can be freely deleted. Each test file should be assayed and fixed, if possible! gourmand-1.2.0/tests/broken_test_gui.py000066400000000000000000000205051510115424500202250ustar00rootroot00000000000000"""This set of unit tests uses dogtail to do interface testing. Dogtail works by running the application "from the outside", so to speak. These tests cannot access Gourmet internals, but they can simulate actual user clicks, etc. """ import os.path import tempfile import time import unittest import dogtail.procedural as dp from dogtail.utils import screenshot GOURMET_APP_PATH = "./gourmet_in_place" APPNAME = "gourmet_in_place" class BasicTestsBase(unittest.TestCase): gdir = tempfile.mktemp() def do_test_file_import(self, fn): shortname = os.path.split(fn)[1] dp.focus.application(APPNAME) dp.focus.frame("Gourmet Recipe Manager") dp.click("File") dp.click("Import file") dp.focus.dialog("Open recipe...") dp.keyCombo("l") dp.type(fn) screenshot("import_dialog-%s-.png" % shortname) dp.keyCombo("Return") time.sleep(5) # wait for import to complete... print("DONE SLEEPING -- IMPORT SHOULD BE DONE!") screenshot("import_done-%s.png" % shortname) dp.keyCombo("C") # close dialog dp.focus.frame("Gourmet Recipe Manager") screenshot("with_imported_recs-%s.png" % shortname) def do_test_web_import(self, url): shortname = url.split("/")[-1] dp.focus.application(APPNAME) dp.focus.frame("Gourmet Recipe Manager") dp.click("File") dp.click("Import webpage") time.sleep(2) dp.focus.frame("Enter website address") print("TYPING URL!") dp.type(url) dp.keyCombo("Return") time.sleep(1) screenshot("manual_web_import-%s.png" % shortname) dp.click("OK") screenshot("manual_web_import_done-%s.png" % shortname) dp.focus.dialog("Gourmet Import/Export") dp.click("Close") def search_and_open(self, txt): dp.focus.frame("Gourmet Recipe Manager") dp.keyCombo("S") # Focus search dp.focus.text() dp.type(txt) # Search for our recipe dp.keyCombo("L") # Focus recipe list dp.keyCombo("Return") # Open recipe time.sleep(1) def tearDown(self): print("tearDown!") # Quit application! print("Quit app!") dp.focus.application(APPNAME) dp.focus.frame("Gourmet Recipe Manager") dp.keyCombo("Q") print("Hit quit!") time.sleep(2) print("tearDown done!") os.system("killall gourmet_in_place") # Maek sure it's really dead... def focus_nth_recipe(self, n=0): dp.focus.application(APPNAME) dp.focus.frame("Gourmet Recipe Manager") dp.focus.table() dp.keyCombo("") for _i in range(n): dp.keyCombo("") class BasicTests(BasicTestsBase): first_run = True def setUp(self): # Start application print(self, "set up!") print("running", GOURMET_APP_PATH, self.gdir) dp.run(GOURMET_APP_PATH, "--gourmet-directory=%s" % self.gdir, APPNAME) print("Done with run!") if BasicTests.first_run: print("first run, sleep a bit extra...") time.sleep(3) BasicTests.first_run = False time.sleep(2) print("focus frame") dp.focus.application(APPNAME) print("setUp done!") def test_zipped_import(self): raise NotImplementedError def test_recipe_editor_customization(self): raise NotImplementedError def test_recipe_card_image(self): raise NotImplementedError def test_editing_new_card(self): dp.focus.application(APPNAME) dp.focus.frame("Gourmet Recipe Manager") # dp.keyCombo('n') dp.click("File") dp.click("New") dp.focus.frame("New Recipe (Edit)") dp.keyCombo("l") dp.focus.widget("Title Entry") time.sleep(1) dp.type("Testing!") dp.focus.widget("Preparation Time Entry") time.sleep(1) dp.type("30 minutes") dp.focus.widget("Rating Entry") time.sleep(1) dp.type("4") screenshot("Edited_recipe.png") # dp.keyCombo('w') dp.click("Recipe") dp.click("Close") screenshot("save_changes_to_edited_rec.png") dp.focus.dialog("Question") # dp.keyCombo('C') dp.click("Cancel") # self.assertEqual(hasattr(rc,'recipe_editor'),True,'Cancelling save-changes did not work') dp.focus.frame("New Recipe (Edit)") time.sleep(3) dp.keyCombo("w") time.sleep(3) dp.focus.dialog("Question") dp.keyCombo("s") screenshot("new_rec_saved.png") def test_web_import(self): self.do_test_web_import("file:///home/tom/Projects/grecipe-manager/src/tests/recipe_files/sample_site.html") self.search_and_open("Spaghetti") screenshot("web_imported_recipe_card-sample_site.png") def test_file_import(self): self.do_test_file_import("/home/tom/Projects/grecipe-manager/src/tests/recipe_files/test_set.grmt") def test_mastercook_file_import(self): self.do_test_file_import("/home/tom/Projects/grecipe-manager/src/tests/recipe_files/athenos1.mx2") def test_mmf_import(self): self.do_test_file_import("/home/tom/Projects/grecipe-manager/src/tests/recipe_files/mealmaster.mmf") class TestsWithBaseSet(BasicTestsBase): first_run = not os.path.exists("/tmp/gourmet_test_set") # Note that if you want to "refresh" the test set, you need to # delete the directory /tmp/gourmet_test_set gdir = "/tmp/gourmet_test_set" def setUp(self): dp.run(GOURMET_APP_PATH, "--gourmet-directory=%s" % self.gdir, APPNAME) print("setUp -- first run?", self.first_run) if TestsWithBaseSet.first_run: print("first run, sleep a bit extra...") time.sleep(3) time.sleep(2) print("focus frame") dp.focus.application(APPNAME) print("setUp done!") if TestsWithBaseSet.first_run: self.do_test_file_import("/home/tom/Projects/grecipe-manager/src/tests/recipe_files/test_set.grmt") TestsWithBaseSet.first_run = False def test_shopping_list_generation_from_index(self): self.focus_nth_recipe(0) dp.click("Actions") dp.click("Add to Shopping List") screenshot("generate_shopping_list_from_index.png") dp.focus.dialog("") dp.click("OK") screenshot("generated_shopping_list_from_index.png") dp.focus.frame("Shopping List") dp.keyCombo("w") # Add a second recipe to the list... self.focus_nth_recipe(1) dp.keyCombo("l") # Add with keycombo... dp.focus.dialog("") dp.focus.text() dp.type("12") dp.keyCombo("") screenshot("shopping list With two recipes+mult.png") dp.keyCombo("w") def test_shopping_list_generation_from_card(self): # Test multiplication + no multiplication self.focus_nth_recipe() dp.keyCombo("o") # open recipe card dp.focus.frame("") dp.click("Actions") dp.click("Shop") # using shop button dp.focus.frame("Shopping List") screenshot("add-to-shopping-list-from-card-w-button.png") dp.keyCombo("w") dp.focus.frame("") dp.click("Recipe") dp.click("Add to Shopping List") # from menu dp.focus.frame("Shopping List") screenshot("add-to-shopping-list-from-card-w-menu.png") screenshot("Adding Shopping List from Card") dp.keyCombo("w") dp.focus.frame("") dp.keyCombo("y") dp.focus.text() dp.type("12") # double... dp.keyCombo("l") # from keyboard dp.keyCombo("") screenshot("add-to-shopping-list-from-card-w-keyboard-multiplied-by-2.png") dp.keyCombo("w") # def test_shopping_list_optional_ingredients(self): # raise NotImplementedError # def test_limited_search(self): # raise NotImplementedError # def test_html_export(self): # raise NotImplementedError # def test_gourmet_export(self): # raise NotImplementedError # def test_pdf_export(self): # raise NotImplementedError # def test_index_view_column_customization(self): # raise NotImplementedError gourmand-1.2.0/tests/broken_test_import_manager.py000066400000000000000000000030001510115424500224340ustar00rootroot00000000000000import os import os.path import tempfile import time import unittest import gourmand.backends.db import gourmand.gglobals import gourmand.GourmetRecipeManager from gourmand.importers import importManager tmpdir = tempfile.mktemp() os.makedirs(tmpdir) gourmand.gglobals.gourmetdir = tmpdir gourmand.backends.db.RecData.__single = None gourmand.GourmetRecipeManager.GourmetApplication.__single = None class TestImports(unittest.TestCase): def setUp(self): self.im = importManager.get_import_manager() def test_plugins(self): for pi in self.im.importer_plugins: print("I wonder, is there a test for ", pi) if hasattr(pi, "get_import_tests"): for fn, test in pi.get_import_tests(): print("Testing ", test, fn) self.__run_importer_test(fn, test) def done_callback(self, *args): print("done!") self.done = True def __run_importer_test(self, fn, test): self.done = False importer = self.im.import_filenames([fn])[0] assert importer, "import_filenames did not return an object" while not importer.done: time.sleep(0.2) print("Done!") assert importer.added_recs, "Importer did not have any added_recs (%s,%s)" % (fn, test) try: test(importer.added_recs, fn) except Exception: import traceback self.assertEqual(1, 2, "Importer test for %s raised error %s" % ((fn, test), traceback.format_exc())) gourmand-1.2.0/tests/broken_test_plugin_loader.py000066400000000000000000000035551510115424500222730ustar00rootroot00000000000000import os import shutil import tempfile import unittest from gourmet import gglobals class Test(unittest.TestCase): @classmethod def setUpClass(cls): # preserve the current gourmet working directory cls.original_gourmetdir = gglobals.gourmetdir # create a temporary test directory cls.tmp_dir = tempfile.mkdtemp() gglobals.gourmetdir = cls.tmp_dir # Continue to import with 'gourmetdir' set to 'tmp_dir', # Tests need to setup their own test workspace, otherwise 'gourmetdir' is set to '~/.gourmet' which could # result in the user gourmet database and other files being corrupted. # This attempt at isolation only really works if you're running this test module alone, not after others. from gourmet.plugin_loader import get_master_loader # noqa: E402 import not at top of file cls.ml = get_master_loader() @classmethod def tearDownClass(cls): # restore the original gourmet working directory location gglobals.gourmetdir = cls.original_gourmetdir # delete temporary test directory shutil.rmtree(cls.tmp_dir) def test_default_plugins(self): self.ml.load_active_plugins() print("active:", self.ml.active_plugins) print("instantiated:", self.ml.instantiated_plugins) self.assertEqual(len(self.ml.errors), 0) # there should be 0 plugin errors def test_available_plugins(self): # search module directories for available plugins for module_name, plugin_set in self.ml.available_plugin_sets.items(): if module_name not in self.ml.active_plugin_sets: self.ml.activate_plugin_set(plugin_set) self.ml.save_active_plugins() assert os.path.exists(self.ml.active_plugin_filename) self.assertEqual(len(self.ml.errors), 0) # there should be 0 plugin errors gourmand-1.2.0/tests/broken_test_unit_converter_dogtail.py000066400000000000000000000024771510115424500242220ustar00rootroot00000000000000from dogtail import procedural, tree from dogtail.utils import run def test_unit_converter(): """Dogtail integration test: Unit converter plugin behaves as intended.""" cmd = "gourmet" pid = run(cmd, timeout=3) gourmet = None for app in tree.root.applications(): if app.get_process_id() == pid: gourmet = app break assert gourmet is not None, "Could not find Gourmet instance!" # Open the unit converter plugin procedural.keyCombo("T") procedural.keyCombo("U") procedural.focus.window("Unit Converter") # Enter source amount and unit (5 liters) procedural.keyCombo("A") procedural.type("5") procedural.keyCombo("U") procedural.keyCombo("") procedural.click("liter (l)") # Enter target unit (ml) procedural.keyCombo("U") procedural.keyCombo("") procedural.keyCombo("Right") for _ in range(7): procedural.keyCombo("Down") procedural.keyCombo("") # Check that the result is shown correctly assert procedural.focus.widget(name="5 l = 5000 ml", roleName="label") # There are now two windows, the unit converter, and main window # Close them successively to quit the application procedural.keyCombo("") procedural.keyCombo("") gourmand-1.2.0/tests/old_databases/000077500000000000000000000000001510115424500172535ustar00rootroot00000000000000gourmand-1.2.0/tests/old_databases/gourmet-0.11.2/000077500000000000000000000000001510115424500214525ustar00rootroot00000000000000gourmand-1.2.0/tests/old_databases/gourmet-0.11.2/recipes.db000066400000000000000000245260001510115424500234240ustar00rootroot00000000000000SQLite format 3@ $!  L^~ytoje`[VQLGB<60*$ |vpjd^ ԂˁvȁmŁgbYQLD>_:.76624./#*"('$   ܁zxvod_\[ZVR~K|FmDeBdAO@L;K7I6G2F0=.;-$+")($   recipenutritionmhhو/H G  g?rJ!zP&jj%dried shrimp)ricotta cheese3new zealand spinachjackfruit? %drie-cassava (manioc) steakԢ  >>Q({tablereciperecipeCREATE TABLE recipe (id INTEGER PRIMARY KEY AUTOINCREMENT,title text,instructions text,modifications text,cuisine text,rating INTEGER,description text,source text,preptime INTEGER,cooktime INTEGER,servings float,image BLOB,thumb BLOB,deleted bool)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)H'_indexrecipeidIndexrecipeCREATE INDEX recipeidIndex ON recipe (id)d##tableingredientsingredientsCREATE TABLE ingredients (id INTEGER,refid INTEGER,unit text,amount float,rangeamount float,item text,ingkey text,optional bool,shopoptional INTEGER,inggroup text,position INTEGER,deleted bool)R!!qtablecategoriescategoriesCREATE TABLE categories (id INTEGER,category text)etablekeylookupkeylookupCREATE TABLE keylookup (word text,item text,ingkey text,count INTEGER)o1tableshopcatsshopcatsCREATE TABLE shopcats (ingkey text PRIMARY KEY,shopcategory text,position INTEGER) I}/Cindexsqlite_autoindex_shopcats_1shopcats \ 3windexshopcatsingkeyIndexshopcats CREATE INDEX shopcatsingkeyIndex ON shopcats (ingkey)r ''#tableshopcatsordershopcatsorder CREATE TABLE shopcatsorder (shopcategory text PRIMARY KEY,position INTEGER)9 M'indexsqlite_autoindex_shopcatsorder_1shopcatsorder I'#indexshopcatsordershopcategoryIndexshopcatsorderCREATE INDEX shopcatsordershopcategoryIndex ON shopcatsorder (shopcategory)Q tablepantrypantryCREATE TABLE pantry (ingkey text PRIMARY KEY,pantry bool)+?indexsqlite_autoindex_pantry_1pantryT/oindexpantryingkeyIndexpantryCREATE INDEX pantryingkeyIndex ON pantry (ingkey)\tabledensitydensityCREATE TABLE density (dkey char(150) PRIMARY KEY,value char(150))-Aindexsqlite_autoindex_density_1densityR-kindexdensitydkeyIndexdensityCREATE INDEX densitydkeyIndex ON density (dkey)jj%dried shrimp)ricotta cheese3new zealand spinachjackfruit? %drie-cassava (manioc) steakԢ     !oil, olive)oil, vegetable waterice5black pepper, groundsalt sugar1flour, all purpose !oil, olive)oil, vegetable waterice5black pepper, groundsalt sugar1flour, all purpose !oil, olive)oil, vegetable waterice5black pepper, groundsalt sugar1flour, all purpose      kkwbtableconvtableconvtableCREATE TABLE convtable (ckey char(150) PRIMARY KEY,value char(150))1Eindexsqlite_autoindex_convtable_1convtableZ1sindexconvtableckeyIndexconvtableCREATE INDEX convtableckeyIndex ON convtable (ckey)o''tablecrossunitdictcrossunitdictCREATE TABLE crossunitdict (cukey char(150) PRIMARY KEY,value char(150))9M'indexsqlite_autoindex_crossunitdict_1crossunitdictn;'indexcrossunitdictcukeyIndexcrossunitdictCREATE INDEX crossunitdictcukeyIndex ON crossunitdict (cukey)_tableunitdictunitdictCREATE TABLE unitdict (ukey char(150) PRIMARY KEY,value char(150))/Cindexsqlite_autoindex_unitdict_1unitdictV/oindexunitdictukeyIndexunitdictCREATE INDEX unitdictukeyIndex ON unitdict (ukey)       : rxkd]VOA:H K - ?{ ́{ fa ف5 (lE8 w :4C&(J8)D DgoAw*&ed<=$>/5 xcG)@ !tablenutritionnutrition CREATE TABLE nutrition (ndbno INTEGER PRIMARY KEY AUTOINCREMENT,desc char(100),water float,kcal float,protein float,lipid float,ash float,carb float,fiber float,sugar float,calcium float,iron float,magnesium float,phosphorus float,potassium float,sodium float,zinc float,copper float,manganese float,selenium float,vitaminc float,thiamin float,riboflavin float,niacin float,pantoacid float,vitaminb6 float,folatetotal float,folateacid float,foodfolate float,folatedfe float,vitb12 float,vitaiu float,vitarae float,retinol float,vite float,vitk float,alphac float,betac float,betacrypt float,lypocene float,lutzea float,fasat float,famono float,fapoly float,cholestrl float,gramwt1 float,gramdsc1 char(100),gramwt2 float,gramdsc2 char(100),refusepct float,foodgroup text) c b..Zx=xVws 2c.2{"55tablenutritionconversionsnutritionconversions(CREATE TABLE nutritionconversions (ingkey text,unit text,factor float)}!C-indexnutritionaliasesingkeyIndexnutritionaliases'CREATE INDEX nutritionaliasesingkeyIndex ON nutritionaliases (ingkey)--Otablenutritionaliasesnutritionaliases%CREATE TABLE nutritionaliases (ingkey text PRIMARY KEY,ndbno INTEGER,density_equivalent char(20))? S-indexsqlite_autoindex_nutritionaliases_1nutritionaliases&]3windexnutritionndbnoIndexnutrition"CREATE INDEX nutritionndbnoIndex ON nutrition (ndbno)%%wtableusda_weightsusda_weights#CREATE TABLE usda_weights (ndbno INTEGER,seq float,amount float,unit char(80),gramwt float,ndata INTEGER,stdev float)     JJ!Si4-5BUTTER,WITH SALT@/p =@h?333333@TG =p@Gz?Q?Q@8?zG{@@8@8@? =p ??tzG{?hr Ĝ?$/?(\)?htj~@@@?\(@@`@@\(@@c@Iv@5`A7L@XbM@j@l`1 cup@,ffffff1 tbspDairy & Egg Products[j4=5BUTTER,WHIPPED,WITH SALT@/p =@h?333333@TG =p@Gz?Q?Q@8?zG{@@7@:@??bM?pbM??tzG{?hr Ĝ?$/?(\)?htj~@@@? =p@@`@@\(@@c@I>O;@7mV@tj@k`@b1 cup@"1 tbspDairy & Egg Products NN)Wk455BUTTER OIL,ANHYDROUS?θQ@`?Q@X޸Q@@@@?zG{?PbM?PbM?tzG{?htj~?zG{?PbM?zG{@@@@@ffffff@!333333@h @NE@Poultry ''QK5?CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,FRIED,BATTER@Jb\(@p@533333@/?@ \(?333333@1?@4@b`@g@@p@ =p?tj~?vȴ9@5fffff?1&y?˅Q@bM?1&?GzH@2@"@"@8?Q@U@:@:@\(@Q@QR@U@E1 unit@R1 drumstick, bone removed@:PoultryJ4y?CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,RAW@Rp =@d @3EQ@!\(\?Q@&?zG{@5@c@@i@T@?5?|h?$/@*ffffff@?l?ȴ9Xb@Ƨ?x?333333@"@"@"?ffffff@W@@<@<?333333@ffffff@Q@ \(? =p @T@@F1 unit@R@1 drumstick, bone removed@@Poultry , M5;CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,Roasted@OL@k@;zH@&L?Q@(?GzH@7@e@l@V@\(?E?$/@2?lD?˥S@"`?`A7K?\(@ @ @ ?zG{@Y@>@>?GzH@@ffffff@@@V@a1 cup, chopped or diced@?1 unit@APoultryPL5?CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,FRIED,Flour@L]p =@n@:\(@+p =q?Q?zG?@(?p =q@7@f@l@V@@Q?zG{?1&y@2ffffff?j~#?@%S?p =q?ffffff@$@@ @&?zG{@U@9@9@ GzH@zG@ =p@V@=1 unit@H1 drumstick, bone removed@APoultry  N5 ;CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT and Skin,Cooked,Stewed@PGzH@i@9QR@%GzH?=p =@&?GzH@4@a@g@S@333333?-V?tj~@1??QR@`A7?tj~?QR@@@?(\)@V@;@;?GzH@@GzH@GzH@ =p @T@a1 cup, chopped or diced@A1 unit@BPoultry !O4qQQCHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,RAW@SQ@]@4 =p@ \(\?\(@&?zG{@7@d@l@@V@zG? ěT?$/@+?E?xF@1&?O;d?\(@$@$@$?׮zG@L@1@1? =p@333333?Q??=p =@S@@B1 drumstick, bone and skin removed@O1 drumstick, bone and skin removed@FPoultry #-#Q5;CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,Cooked,Roasted@P\(@e@Poultry ''BY4wECHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,Cooked,FRIED@NNzG@j@\4o5CHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,RAW@MQ@r@,# =p@:=p =?ᙙ@2?ffffff@*@\@a @P?\(?zG{?`A7L@(?bM?r ě@ /w?333333?\(@@@?У =p@k@P@@P@?333333@zG@%@Q@X@.1 unit@I1 neck, bone removed@BPoultry~[4y;CHICKEN,BROILERS OR FRYERS,LEG,MEAT ONLY,Cooked,Stewed@P(\@g @:B\(@ Q?(\)@&?ffffff@5@b@g@S@=p =?E?tj~@:?5?|h?˥S@1&x?7KƧ?Gz@ @ @ ?p =q@N@2@2?GzH@ @@p =q?zG@V@@d1 cup, chopped or diced@N1 unit@EPoultry {{>?]55CHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,Cooked,FRIED,BATTER@Gu\(@t@3R@7Q? =p@!ffffff@?@333333@0@\@b@q@@?hr!? =p@5L??Vt@1&?+ ?Gz@.@ @@5?θQ@e@@I@I@Gz@#zG@=p =@V@01 unit@J1 neck, bone removed@9Poultry>^5 5CHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,Cooked,FRIED,Flour@GQ@t@8\(@7(\?@\(@?@\(\@3@`@f@T@\(? =p?vȴ9@2?+?Гtj~@dZ1?lC?@&@@@.?У =p@g@L@L@GzH@#ffffff@Gz@W@&1 unit@B1 neck, bone removed@=Poultry ::A_55CHICKEN,BROILERS OR FRYERS,NECK,MEAT and Skin,Cooked Simmered@Np =@n@3(\@2?Q@;@ffffff@*@^@[@J@\(?E?O;dZ@1L?zG{?Ͼvȴ9X@ O;dZ??@@@?Q@d@H@H?GzH@333333@@Gz@Q@Q@&1 unit@C1 neck, bone removed@@Poultry;`4gGCHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,RAW@QG{@c@@1@!\(?zG@;@zG{@1@\@@e@T@@p =q?lC?Q@+?S?/v@y"`?p =q?ҏ\(@ @ @ ?zG{@b@@F@F@@ =p@p =q@T@1 unit@41 neck, bone and skin removed@RPoultry mm5Da4yGCHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,Cooked,FRIED@MZG{@l@:޸Q@'\(?\(?QR@D@ =p@4@`@j@X@\(?ěS?@4?Q?Z1'@S? =p?ffffff@ @ @ ?333333@d@@H@H@@GzH@QR@Z@@1 unit@61 neck, bone and skin removed@LPoultryGb4GCHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,Cooked,Simmered@P33333@f`@8\(@ \(\? =p@F@ =p @0@`@a@P@(\)?nP?tj~@4?O;dZ?1&@S?xF?zG{@@@?\(@^@@B@B@@QR@=p =@S@1 unit@21 neck, bone and skin removed@PPoultry }@}?4M )SOUP,STOCK,Chicken,HOME-PREPARED@W @B@(\)?333333?(\)@ =p =?GzH@?Gz@@;@Z@@a?Q?S@?ə?Q?\(?XbM?;dZ@@@@???Q?ə??ԋC%?⟾vȴ9?C$@@n1 cupSoups & Sauces<4G )SOUP,STOCK,BEEF,HOME-PREPARED@W\)@*?Q? =p ?ffffff?333333?GzH@ ?GzH@@?@g @h?\(??333333?`A7L?KƧ?lC?(\)@@@?zG{???Q?tj?tzG{@n1 cupSoups & Sauces a0aK4C )SAUCE,HOISIN,Ready-to-serve@Fp =@k@ zG{@ Q@Q@F =p @ffffff@zG@@?(\)@8@C@]@<?zG{?bM?A7Kƨ??ٙ?pbM?Ƨ-?Q?hr Ĝ?vȴ9X@7@7@7@?Q?@@F?-V?`A7?+ I^@@01 tbspSoups & SaucesL4G )SOUP,STOCK,FISH,HOME-PREPARED@X=p =@1@zG?Q?zG@?zG{@@L@b@c?Q?-V?vȴ9???`A7L?tj~?"`?Vu?l@@@?zG@@@?\(?lC?5?|h?lD?@m 1 cupSoups & Sauces g1gF!4u )SOUP,MINESTRONE,Canned,Reduced Sodium,Ready-to-serve@U33333@I@?陙?(\)@"@333333@@4? =p @*@A@g@@j?zG{??|hs@@?Q?zG{?zG{?Q@0?@,@1@@@?ffffff@333333@X@u@@V?Q?Q?Soups & SaucesK 4C )SAUCE,OYSTER,Ready-to-serve@T@I??@\(@% =p?333333?Q@@? =p @@6@K@Z? =p ?`A7?"`A@??zG{?vȴ9X?$/?bM?bM@.@.@.?=p =?tj? ě?`A7L@21 tbspSoups & Sauces X#4?)SAUCE,FISH,READY-TO-SERVE@QzG@A@=p =?zG{@48Q@ Q@E?\(@e@@r@(?ə??m@"333333??tj~?/v@$/?5?|h?XbM@I@I@I?޸Q@(@@?htj~?`bM?htj~@21 tbsp@@p@z?\(?tj~?ٙ@??Q?GzH?nO@3@3@3@0@<?-V?bM?dZ1Soups & Sauces s"%4q)SAUCE,NESTLE,LJ MINOR ITALIAN Sauce,Ready-to-serve@R@X?Gz?ffffff@QR@2}p =?ffffff@ffffff@K? =p@@@Q@@@~?Gz?"`?-V@?|hr? ě?&x?^5?|?ѩlD@:@:@:@x?У =p?nO?XbM@`1 cup@1 packageSoups & Sauces $4Q )SOUP,SHARK FIN,Restaurant-prepared@VQ@G@ @? =p@ffffff@$?zG@@5@J@P?=p =?S?tj~??S?+?ߍO;dZ? =p?vȴ9@"@"@"?QR?1&x?-?m@@k1 cupSoups & Sauces ??\'4g )SOUP,Chicken BROTH,Canned,LESS/REDUCED Sodium@XTzG@?\(?zG{?QR@ ?У =p?@2@U@@l?zG{?Q?vȴ9X?ٙ?`bM?1&y?E?tj~?xtj~@@@?Q?zG{@n1 cupSoups & Sauces]&4y )SOUP,Cream OF MUSHROOM,Canned,Condensed,Reduced Sodium@UУ =q@J?\(\? =p ? =p @ 333333?333333?(\)@*?޸Q@@I@w`@w? =p ?(\)?5?|h??$/?ȓtj~?\(?zG{@$@@ @&?zG{@ @@?zG{?ٙ?\(?(\)?Q@@o`1 cupSoups & Sauces L>Ln.5# )SOUP,BEAN and HAM,Canned,Reduced Sodium,Prepared with H2O OR Ready-to-serve@S=p @R@\(?zG{?\(\@+QR@?Gz@C?QR@3@*@c@g`?\(?E?/v@333333?񙙙?1&y?-V?Լj~#?bM?O;dZ@=@=@=?Q@@A?\(@ffffff@b @u@@B? ěT?ڏ\(?7KƧ@Soups & Sauces>-4e )SAUCE,TERIYAKI,Ready-to-serve,Reduced Sodium@Ql@U@Q@ @/??\(@9?333333@N@c@@l @???陙?Q?Q?QR?@*@*@*Soups & Sauces  o05  )SOUP,PROGRESSO HEALTHY CLASSICS SPLIT PEA,Canned,Ready-to-serve@T@Q@?p =q?@'\)?ffffff@ Q@1? =p@,@K@f@d?ٙ?(\)?ə?333333?Q?-V??|hs?Vt? ě@4@4@4?zG{@H@<?ə@B @A@s?@@?333333?׮zG?Ł$/@@o1 cupSoups & Saucess/5 )SOUP,PROGRESSO HEALTHY CLASSICS TOMATO GARDEN,Canned,Ready-to-serve@V@D?Q?ٙ?@!\(?@Q@7?p =q@(@;@_@h?QR?1&?KƧ???Q?+??-V? =p @$@$@$@0@<? =p @@H@r@@`@x?Q?^5?|?`A7@n1 cupSoups & Sauces ))d25 )SOUP,CAMPBELL,HEALTHY REQUEST Chicken BROTH,Canned,Ready-to-serve@Xs33333@???ffffff?ٙ?ٙ@?ə?@*@T@c?Q?S?O;dZ@?PbM?zG{?(\)?nO;?tzG{?zG{?-V? =p ?$/Soups & Saucesk15 )SOUP,CAMPBELL'S HEALTHY REQUEST SPLIT PEA with HAM,Canned,Ready-to-serve@T33333@Q@?ffffff?@&?ffffff? =p@0?ffffff@,@K@i@h?\(\??XbM?333333???|hs?tj~?=p =??tj~@<@<@<?Q@@>?Q?@`@r @&?ə? I^5??GzH@Soups & Sauces i35 )SOUP,CAMPBELL'S HEALTHY REQUEST Cream OF Chicken,Canned,Ready-to-serve@Us33333@M???@#?ٙ?@&?ə@@7@q@vP? =p?hr Ĝ?(\)@333333?tzG{?+ I?bM?zG{?tj~@@@?@E@$@$? =p?@??ٙ?ٙ@Soups & Saucesv55 )SOUP,PROGRESSO HEALTHY CLASSICS GARLIC and PASTA,Canned,Ready-to-serve@V@D?\(?\(?@ Q?333333?Q@5? =p @,@B@^@g ?p =q?+?Gz@ffffff?tj~?vȴ9?+ ?vȴ9X?E@:@(@,@A@@P?QR@@j@@^@[? =p?`A7?ȓtj~@@n`1 cupSoups & Sauces c65- )SOUP,PROGRESSO HEALTHY CLASSICS Beef Vegetable, vegetables,Canned,Ready-to-serve@U@@P@Q?zG{?\(\@$@333333@?zG@*@D@o`@e?\(?^5?|?"`?ffffff? =p ?tj~? ě?r ě?^5?|@$@$@$? =p@??5?|h?nO;@Soups & Sauces75 )SOUP,PROGRESSO HEALTHY CLASSICS Beef BARLEY,Canned,Ready-to-serve@U@@M@?陙?\(@ ?@(? =p@*@H@c@h`?zG{? ěT?tj~??"`A?vȴ9?`A7K?;dZ?E@$@$@$?333333@P? =p?M?vȴ9@ @n 1 cupSoups & Sauces >85 )SOUP,PROGRESSO HEALTHY CLASSICS Chicken NOODLE,Canned,Ready-to-serve@V@@@\(\?zG?陙@ =p?@ ?zG@@B@V@h@?\(?S?dZ1?333333?bM?bM??|hs?E?+ I@,@&@@6? =p @x@?Ƈ+ I?ϝ-V?ěS@ @m1 cupSoups & Sauces>95)SOUP,Cream OF ASPARAGUS,Canned,Prepared with Equal VOLUME MILK,Commercial@U@P@@ffffff@ ffffff?@p =q?333333@Q?ffffff@ @O@b @z@?׮zG?1&y?Õ$/??E?j~"?ָQ?Gz?vȴ9@(@(@(?ə@n@@9@0?p =q?Gz?@"@o1 cup@1 canSoups & Sauces H84- 9FRANKFURTER,PORK@M@p@)Q@7zG@ ?Q?@p@ @.@e`@p@@Q?l?bM@;@?"`?x@/v?I^5?}?ԛS@@@?\(\@pp@S@S@!p ě@%ǮzH@/w@P@S1 linkSausages & Lunch Meats44A 9HAM HONEY SMOKED Cooked@Q|(\@^@1zG@\(@Q@zG@?\(@ @x@d@ ?Q?E?1&y@$?333333?ٺ^5?|?"`B@5?|h?vȴ9X?͑hr @@@?QR?p =q?9XbN?tj@6Sausages & Lunch Meats ))r5  9SALAMI ITALIAN PORK and Beef DRY SLICED 50% LESS Sodium@D@@u@5@:ffffff@@@ ?(\)@1@a@w@@@ =p?zG{?tj~@:?333333?=p =@w+?\(?@@@?ffffff?@#@*ffffff@QR@V@@<1 servingSausages & Lunch Meats]4u 9MACARONI and Cheese LOAF Chicken PORK and Beef@LУ =q@l@'Q@-Q@Q@'Gz@^?333333@;@e@s@?(\)?(\)?Ѻ^5?|@7@033333?Vt?;dZ@Q?`A7L?Vu@8@8@8?\(@tj~@tj~?nP@F@C1 sliceSausages & Lunch Meats #m#F4w 9TURKEY,BREAST,SMOKED,LEMON PEPPER FLAVOR,97% FAT-FREE@R`@W@4fffff?zG@ ?\(@ ?(\)??QR@H@<1 sliceSausages & Lunch Meats45 9PATE TRUFFLE FLAVOR@Ifffff@tp@&ffffff@<@@333333@Q@Q@*@i@a@@8@?ٙ?Q@D@?Q?333333@ ffffff?333333?Q@N@N@N@ @L@@@$333333@+333333@ \(\@Z@@L1 servingSausages & Lunch Meats g7gL 4? 9FRANKFURTER Beef Heated@J =p@t`@'zG@=u\(@zG{@(\)@ Q@(?\(@,@e`@b`@@?Õ$/?E@(333333?+?nO;@E??+@@@?ffffff?ə?@&;dZ@,Z1?$/@L@J1 servingSausages & Lunch MeatsE4S 9TURKEY WHITE ROTISSERIE DELI CUT@R@\@+@@ffffff@?ٙ@@0@@4@c@u@@?+?zG{@=fffff@$?`A7L?/v@`A? ě?`A7@@@?(\)@ @@?Q??QR@KSausages & Lunch Meats `4/ 9FRANKFURTER MEAT@L'zH@r @$Q@9\(@ @zG@X?p =q@.@i@c@?333333?E? =p @)?(\)?"`@QR? =p??|hs@@@?Q?QR@lD@&š@-V@S@@J1 servingSausages & Lunch Meats 4? 9FRANKFURTER MEAT Heated@L\)@q`@#=p @8O\(@ Q@@X?Q@.@j`@a@?GzH?S?1&@)?(\)?Q@;dZ?Ƨ-?Q@@@?Q? =p @Gz@%|j~#@9XbN@R@@J1 servingSausages & Lunch Meats [D[e4C9BOLOGNA,Chicken,TURKEY,PORK@K@r@#\(@:.zG@=p =@@T?\(@.@g @c@?zG{?Q?+ I@333333?$/?`A7L@ \(?E? =p @"@"@"?GzH@R@*@&?=p =@&@&@&@&@@\(@%(\@ ě@T@<1 serving@<1 sliceSausages & Lunch Meats84' 9SCRAPPLE,PORK@O<(\@j@ Q@+p =?zG{@,Q?333333?ə@?=p =@*@S@c@?\(?"`A@1ffffff@?-V?^5?|@/v?Q@@@? =p@L@@?333333@ 333333@hr!@vȴ9?vȴ9@H@L1 servingSausages & Lunch Meats v;vA4; 9BEEF SAUSAGE,PRE-COOKED@E@yP@/@B\)@ GzH?Q@.?zG{@*@g @m@@p@\(\?`A7L?$/?ffffff?1&y?E@ zG?٩lD?ȓtj~@@@@=p =@\@9@7?\(\@@&@&@&@.@&@.2-V@0cnP?ffffff@TSausages & Lunch MeatsA4; 9PORK SAUSAGE,PRE-COOKED@G(\@w@,G{@AQ@Q@a ?p =q@*@q0@s0@??&x?E?ffffff?ʟvȴ9?+@333333?tj?nO????Q@W@3@1?\(@@&@&@&@&@4@'Rm@.W =p@y"`@RSausages & Lunch Meats s:sC4? 9BEEF SAUSAGE,Fresh,Cooked@I\(@t@25\(@;G{@Q?ffffff@&?Q@,@a@p @`@Q?lD?tj~?333333@ ?zG{?1&x@@@@zG@T@@*@&?θQ?񙙙@&@.@&@&@&@%\(@)G+ I?tj@TSausages & Lunch MeatsB4= 9TURKEY SAUSAGE,Fresh,RAW@QG{@c`@2=p @ (\)@Q?zG@3?Q@3@f @p`@@zG{?tj?$/@ffffff?E?E@ffffff?QR?ە$/@@@?@R@*@&? =p@&@&@&@&@&?hr Ĝ@E@+ J@RSausages & Lunch Meats e.eE4C 9TURKEY SAUSAGE,Fresh,Cooked@PC =p@h@7 =p@$Gz@333333@6? =p@5@i@@r@@ =p ?\(?tj~?ffffff?$/?QR@Gz?GzH?ԛS@@@?zG@R@*@&? =p ?@&@&@&@&@&@ ěT@Q@S@WSausages & Lunch MeatsN4U 9PORK and TURKEY SAUSAGE,PRE-COOKED@IW =p@u`@(@> =p@zG@ =p @R?@9@a@l@`?p =q?hr!?ΗO;d?ffffff?ȴ9Xb?XbM@ =p?\(\?vȴ9X@$@$@$?\(@Y@5@3? =p@@&@&@&@&@Q@#nP@*S@tj@RSausages & Lunch Meats 77^459BOLOGNA,Chicken,PORK@Il@t@$Q@>(\@(\)@\(@h?Q@0@k@d@@`? =p?+?$/@*ffffff? ěT?nP@ p =q?E?QR@*@*@*?@R@*@&?zG{?333333@&@&@&@&@4@#"`@*XbM@dZ1@U@<1 serving@<1 sliceSausages & Lunch Meatsc4?9BOLOGNA,Chicken,PORK,Beef@L5\(@q@&\)@6G{@p =q@p =q@W?@.@l`@s@?Q?bM?tj@/?l?GzH@ 9XbN?nO?Vu@@@?Gz@R@*@&??@&@&@&@&@.@hr@#e`A7L@ @T@<1 serving@<1 sliceSausages & Lunch Meats nn<J 4_ 'SALAD Dressing,RANCH Dressing,Reduced FAT@O@@k`?zG{@1L@\(@0333333?@ =p =@_@? =p@@h @`@ ? =p?ļj~#?"`A@333333?ffffff?+ I?S?|1&y?O;dZ?-V@@@@P@2@1?@Affffff@@@@H??|hs@ ě@Vt@5Fats and Oils@!4K 'SALAD Dressing,Mayonnaise,Light@KzG@t@?(\)@@Q?\(@ ffffff@\(\@ ?zG{@@A@D@? =p ?1&y?xtj~@?nO;?`A7L@@@@k@5@(@\(@833333?@W@;@U@t@ "M@1@AFats and Oils __924C !BABYFOOD,PEAS,DICES,Toddler@U&fffff@P@333333?陙?ffffff@$@333333@Q@5?@3@P@T@@H??zG{?333333?@??Q?333333?zG?Q@A@A@A@s@.? =p @2@ @f@@4?Q?Q?׮zGBaby Foods`74{!BABYFOOD,Vegetable, vegetables,SPINACH,Creamed,Strained@Vffffff@B@??@?@ =p@V@? =p@K@K@g@H? =p?Q@333333@!ffffff?Q?vȴ9?˥S?333333@N@N@N?Q@J@l`@7?\(@hfffff@0@?vȴ9X??|hs?$/@@n1 cup@.1 tbspBaby Foods BB Z84a!BABYFOOD,FRUIT,APRICOT with TAPIOCA,Junior@Tfffff@O?333333?ٙ@1L?@'@ ?GzH@@$@_@@?zG{?nO;?333333@1fffff?bM?vȴ9?+ J?lD?1&y@@@@@B?333333?ٙ@@y@C@(@.1 tbsp@5!BABYFOOD,FRUIT,PLUMS with TAPIOCA,without Vitamin C,Strained@T@Q??θQ@333333?333333@*zG@?ə@@@U@@?zG{?l?ٙ?񙙙?bM?1&y?C$?(\)?tj~@@@@a@?Q@ @S@,@>@.1 tbsp@@s @?ə?E?陙??zG{?Gz? =p ?(\)???@N@?zG{@6@@>@@K?zG{? =p?zG{@.1 tbsp@Q1 jarBaby Foods llJZD4a!BABYFOOD,FRUIT,MANGO with TAPIOCA,Strained@Sl@T?333333?ə?(\)@5?@)333333@?@@@M@?Q?S?@_?O;dZ?S?1&x?\(?E@(@(@(@@d?ffffff@R@@@G?+ J?l?tj~@.1 tbsp@> ^H4k!BABYFOOD,FRUIT,Applesauce and CHERRIES,Strained@UhQ@I?@,333333?񙙙@%Q??333333@@ @`??Q? =p ?333333@Effffff?zG{?Q?Q?ěS?l@F@?Q@@9@@L@>??@@AABBCCDDEEFFGGHH Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpxNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^__``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~ g57CHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,Cooked,Stewed@OzG@m@7B\(@-zG{?\(@&?Q@3@a`@e@@Q@?Q?tj~@1fffff?/v?r ě@tj~?E?\(@@@?QR@b`@F@F?GzH@333333@p =q@\(\@ @U@D1 unit@Q1 thigh, bone removed@8Poultry 6h4iIICHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,RAW@R =p@]@3fffff@GzH?Q@$? =p@8@e@l@U?\(?&x?zG{@+?tj~?bM@O;dZ?^5?|?Q@$@$@$?ffffff@P@@4@4? =p@333333??\(\? =p @T@D1 thigh, bone and skin removed@Q@1 thigh, bone and skin removed@EPoultryFi4{ICHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,FRIED@MzH@k@@<.zG@$? =p?Gz@*?\(\@:@h@p0@W@QR? =p ?S@4?+ I?QR@zG{?\(?QR@"@"@"?Q@Q@5@5@=p =@\(@p =q@Y@?1 unit@J1 thigh, bone and skin removed@BPoultry j4;CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,Roasted@Oo\(@j @9 =q@%\(?ffffff@(?\(@8@f@m@V@\(?j~#?$/@=?l?͑hr @?l?ffffff@ @ @ ? =p@P@4@4?GzH@333333@=p =@@ =p@W@a1 cup, chopped or diced@?1 unit@APoultry k4};CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,Stewed@Pe\(@h`@9@#zG?Q@&?Q@5@b@f@R@ =p?E?zG{@1? ěT?lC@?+?Gz@@@?Gz@O@3@3?GzH@ @zG@ @Q@V@a1 cup, chopped or diced@@1 unit@CPoultry --5l4o55CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,RAW@Pp =@k@2TzG@/ =q?zG@(?ffffff@2@`@c@R@?GzH?E?nO;@/?ffffff?tj~?+ I@9XbN?nP?ffffff@@@?zG{@b`@F@F?333333@p =q@Q@ zG@S@@=1 wing, bone removed@H1 wing, bone removed@GPoultryGm55CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,FRIED,BATTER@GG{@t@@3޸Q@5\(?Q@%Gz?333333@4? =p@0@^@@a@@t?zG? ěT?Q@933333?"`A?tj~@\(?Q?333333@2@(@@:?@\@@A@A@QR@!Q@GzH@S@=1 unit@H1 wing, bone removed@CPoultry --Fn5 5CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,FRIED,Flour@HO\(@t@:(\@6(\)? =p @Q?@.?@3@b@f @S@?(\)?;dZ?1&y@5L?-V?7KƧ@ɺ^5?}?+?=p =@@@@ ?Q@_@@C@C@=p =@!ǮzH@@T@@31 unit@@1 wing, bone removed@GPoultryo5;CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,Roasted@KQ@r @:(\@3u\(?@.?QR@3@b@g@T?Q?/v?nO;@6333333?$/?bM@O;d?9XbN?Gz@@@?ҏ\(@c@G@G?GzH?333333@@\(@\(@U@a1 cup, chopped or diced@51 unit@HPoultry p5;CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,Stewed@O =p@o @6ǮzH@0R? =p@(?zG@0@^@@a`@P?zG?O;dZ?nO;@2?zG{?^5?|@{lC? ěT?(\)@@@? =p @`@D@D?GzH?ə@ =p@ffffff@ =p@Q@a1 cup, chopped or diced@81 unit@HPoultry ""8q4gGGCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,RAW@R@_@5Q@ QR?\(@*?(\)@6@c`@h@@T@?zG?E?nO;@1?333333?5?|h?"`B@o-V?n?\(@@@?QR@M@2@2? =p?zG?333333?陙@L@11 wing, bone and skin removed@=1 wing, bone and skin removed@QPoultryDr4yGCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,FRIED@M=p @j`@>&fffff@"L? =p@.?=p =@5@d@j@V@\(?"`A?bM@9ffffff?O;dZ?bM@j~?S?Gz@@@?\(@N@2@2@@ =p@\(@U@(1 unit@41 wing, bone and skin removed@PPoultry s4}GCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,Roasted@Oc =p@i`@>u\(@ B\(?zG{@0?\(@5@d@j@@W@Q?S?bM@833333?bM?nP@?|hs?+?Gz@@@?\(@N@2@2?GzH?333333@zG@Gz?zG{@U@@*1 unit@51 wing, bone and skin removed@QPoultry VVYt4{;CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,Stewed@P =q@f@;.zG@Q?\(\@*?Q@2@`@c @R@@(\)?bM?hr Ĝ@533333?+ I?(\)@?E?zG{@@@?(\)@J@0@0?GzH?ə@@zG{?Q@R@a1 cup, chopped or diced@,1 unit@QPoultry#u4{ CHICKEN,ROASTING,MEAT and Skin and GIBLETS and NECK,RAW@P~Q@j@1 =p@.Q?Q? =p @$?Q@3@d@h@Q@?zG{?Q?S@'333333@333333?5?|h?S@?|h?M?zG{@:@:@:?zG@X@o@o@ =p@\(@ =p@U@1 chicken@;Poultry PP=v5CHICKEN,ROASTING,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@O,@k@7\(@*# =p?333333?@*?\(@4@f`@i@Q?\(\?-V?S@/ffffff?ٙ?/v?1&x@vȴ9? I^5??\(@7@7@7?\(@@f`@f`@ GzH@Gz@@W@1 chicken@m`1 unit@=Poultrykw4Q=CHICKEN,ROASTING,MEAT and Skin,RAW@P`@k@1# =p@/33333? =p@$?(\)@3@d@h@Q?Q?O;dZ?nO;@.?-V?p =q@I^5?}?QR?zG{@@@? =p@``@C@C?333333@333333@Q@\(@ 333333@R@@rP1 unit@.5 chicken, bone removed@<Poultry RR 6x4g=CHICKEN,ROASTING,MEAT and Skin,Cooked,Roasted@O @k@7Q@*ǮzH?Q@(?(\)@4@f`@j`@R@?333333?-V?nO;@7?/v?M@1&y?`A7K?ffffff@@@?GzH@T@9@9@ Q@@\(\@S@j@1 unit@~.5 chicken, bone removed@>Poultrypy4IOCHICKEN,ROASTING,MEAT ONLY,RAW@R(\@[@4TzG@?Q@$?zG{@7@h@m@R? =p ??nO;@0fffff?lD?&x@?nP?Gz@@@? =p @F@*@*?(\)@333333?p =q?\(?p =q@P@@j 1 unit@}.5 chicken, bone and skin removed@HPoultry f1z4_;CHICKEN,ROASTING,MEAT ONLY,Cooked,Roasted@P=p @d@9\(@Q?ffffff@(?\(\@5@h@l@R?QR?/v?hr Ĝ@8?vȴ9X?`A7@$/?vȴ?=p =@@@?ҏ\(@D@(@(?\(@?(\)@R@a1 cup, chopped or diced@e`1 unit@EPoultry{4ECHICKEN,ROASTING,GIBLETS,RAW@RQ@_@2# =p@(\)?ffffff?=p =@$@@1@g@l`@S@@ Q?lC? =p@K @*333333?zG{?-V@E@hr ? =p @q@@q@@q@@"@¼@@? =p?zG{?(\)@m@91 unit@\@1 gibletsPoultry MM0|4];CHICKEN,ROASTING,GIBLETS,Cooked,Simmered@PzG@d@:Q@Gz?\(?Q@(@\(\@4@j@d@N@Q?5?|h?`A7@Yfffff@?l?"`B@ ěT@tj?333333@r@r@r@ fffff@@@?=p =?GzH?Q@vP@b 1 cup, chopped or diced@.1 unitPoultry{}4_OCHICKEN,ROASTING,Light MEAT,MEAT ONLY,RAW@R33333@[@@6333333?zG?񙙙@&?zG{@9@k@o@I?Q?tj~?hr Ĝ@1?`A7L?ȴ9Xb@$ov?S?ᙙ@@@?\(@;@ @ ?(\)@333333?׮zG?޸Q?ٙ@L@X1 unit@k.5 chicken, bone and skin removed@EPoultry |~4u;CHICKEN,ROASTING,Light MEAT,MEAT ONLY,Cooked,Roasted@Pfffff@c @;!Gz@GzH?ffffff@*?GzH@7@k @m@I?\(?$/?Q@9?;dZ?+@$ ě?$/?GzH@@@? =p@;@ @ ?GzH?333333?GzH?QR?\(@R@a1 cup, chopped or diced@S1 unit@DPoultry ..N4M 9BOLOGNA PORK TURKEY and Beef@F\(@t@'Q@=@@@ =p?@??333333@,@`@k@|@\(?+?\(@(@&?tj~?333333@ zG{? =p ?E@@@?GzH@'ffffff@)@tj@R@5  )SOUP,PROGRESSO HEALTHY CLASSICS MINESTRONE,Canned,Ready-to-serve@UG{@I?zG??zG{@ Gz?@0?ffffff@*@B@_@h`?GzH?nO;?tj~?333333?vȴ9X?`A7L?tj~?vȴ9X?/v@9@@7@:@?\(?أ =p?-V@n 1 cupSoups & Sauces#?5# )SOUP,PROGRESSO HEALTHY CLASSICS Vegetable, vegetables,Canned,Ready-to-serve@V@A?(\)?GzH?(\)@=p =?333333@*?zG{@"@?@^@h?zG{?vȴ9?vȴ9X?333333?`A7L?-V?C%?vȴ9?vȴ9X@(@(@(?Q@?Q?-V?`A7@@m1 cupSoups & Sauces SS9b@5+ )SOUP,Chicken Vegetable, vegetables with POTATO and Cheese,CHUNKY,Ready-to-serve@U@P@?\(@ =p?\(@?333333?333333@.?zG{@@3@R@@z?zG{?zG{@ @?Q?hr Ĝ?$/?$/@"@"@"?zG{@wp@3?Q@ffffff@S@@g@@K@@?-V?zG?+ I^@Soups & SaucesCB5)SOUP,Cream OF CELERY,Canned,Prepared with Equal VOLUME MILK,Commercial@Up =@P@QR@GzH? =p@p =q?333333@R?Q@"@N@_@@yp?zG{?vȴ9X?1&?ffffff?333333?Q??Ƈ+ I?Q?vȴ9@@@?ə@g@@G@F?p =q?zG?Q@*@o1 cup@1 canSoups & Sauces E:C5)SOUP,Cheese,Canned,Prepared with Equal VOLUME MILK,Commercial@T(\@W@(\)@333333?QR@Gz?ٙ@\?zG{@ @Y@a@y`?GzH?1&y?^5?|@ffffff???$/?ə?QR?vȴ9X@@@?\(@~@a@a@ =p ?zG? =p @3@o`1 cup@1 canSoups & Sauces7H5 )SOUP,Cream OF Chicken,Prepared with Equal VOLUME MILK,Commercial@U5Q@S@@zG@zG{?(\)@(\)?@R@?GzH@@N@[@z`?GzH?1&y?Õ$/??Q?vȴ9?+?p =q?S@@@?(\)@r@R@Q@?Q??Q@&@o1 cup@?1 fl ozSoups & Sauces XI4y )SOUP,Vegetable, vegetables,Canned,Low Sodium,Condensed@T\(@P@@?@@(8Q@@=p =@4?Q@9@F@{@x?ٙ?Ͳ-V?@?陙?lC?O;dZ? =p?$/?`A7K@(?@(@*@@U?Gz@@s@X@@ @F?`A7?lC?nSoups & Sauces V5+)SOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Prepared with Equal VOLUME MILK,Commercial@UNQ@P@\(@GzH?@?333333?\(@R?333333@"@O@^@@y?zG{?1&y?1&@?ffffff?S?QR?ڟvȴ9?Q?1&@@@@Q@S@7@7? =p ?@@? =p ?Q?(\)@"@o1 cup@o1 cupSoups & Sauces 99Bc5)SOUP,Cream OF MUSHROOM,Canned,Prepared with Equal VOLUME MILK,Commercial@U# =p@T@Q@Q?Q@333333?ə@zG{@R?θQ@ @O@[@@w ?У =p?1&y?1&???vȴ9X?hr!?׍O;dZ??vȴ9@@@?ə@I@,@,??񙙙@?@\(?333333?\(@ @o1 cup@1 canSoups & Sauces:f5)SOUP,Cream OF ONION,Canned,Prepared with Equal VOLUME MILK,Commercial@U @R@Q@=p =?@?333333@R?Q@"@O@_@@yP??Q???+?(\)?;dZ?Q?Q@"@"@"?ə@f@5@,?zG?Q?zG{@*@o1 cup@1 canSoups & Sauces G7h5)SOUP,OYSTER STEW,Canned,Prepared with Equal VOLUME MILK,Commercial@V<(\@K@zG@ Q?p =q@Q@Q?ۅQ@ @P@X@z@Gz?\(?S??S?QR?7KƧ?ə?vȴ9@@@?Q@W@7@6@zG{?333333? =p@*@n1 cup@1 canSoups & Sauces5i5 )SOUP,PEA,Green,Canned,Prepared with Equal VOLUME MILK,Commercial@S{Q@W@Gz@(\)?ffffff@)aGz?񙙙@Q?GzH@6@W@b@w?zG?öE?У =p?񙙙?;dZ?Gz?`A7L?(\)?E@@@?\(@a@:@6?GzH?Q?Gz@@o1 cup@@1 canSoups & Sauces 88;m5)SOUP,Cream OF POTATO,Canned,Prepared with Equal VOLUME MILK,Commercial@UG{@N@ =p@?Q@zG?ə@P?(\)@@P@@`@@z?GzH?"`A?Õ$/??`A7L?QR?Гtj~?\(?nO;@@@?ə@f`@5@.?QR?ffffff?p =q@"@o1 cup@1 canSoups & Saucesp5)SOUP,Cream OF SHRIMP,Canned,Prepared with Equal VOLUME MILK,Commercial@U@P@@?@p =q?@@P?θQ@"@M@Y@z ?zG{?(\)?zG{@ ??vȴ9?KƧ?dZ1?(\)? =p @@@?Gz@[@@9@7?ٙ?陙@4@@ =p?GzH?Q@,@o1 cup@?1 fl ozSoups & Sauces }q4w )SAUCE,LA VICTORIA,LA VICTORIA Reduced TACO Sauce,MILD@UzH@E?p =q?Gz@GzH@ kQ?@ =p@5? =p @x@1fffff@@/\(\1 tbspSoups & Saucesr4{ )SAUCE,LA VICTORIA,LA VICTORIA Reduced TACO Sauce,Medium@UzH@E?p =q?Gz@GzH@ kQ?333333@ =p@5? =p @x@1fffff@@/\(\1 tbspSoups & Sauces{s4s )SAUCE,LA VICTORIA,LA VICTORIA Green TACO Sauce,MILD@VQ@>?GzH? =p @ffffff@GzH?333333@Q@ ?@@333333@S@..zG1 tbspSoups & Sauces }t4w )SAUCE,LA VICTORIA,LA VICTORIA Green TACO Sauce,Medium@VQ@>?GzH? =p @ffffff@GzH?333333@Q@ ?@@333333@S@..zG1 tbspSoups & Saucesiu4O )SAUCE,LA VICTORIA,SALSA BRAVA,HOT@V*G{@D?\(?\(@@ =p?333333@ =p@4?=p =@@@@@(\)1 tbspSoups & Saucesxv4m )SAUCE,LA VICTORIA,LA VICTORIA SALSA VICTORIA,HOT@W=p @8?p =q?GzH?Q@Q?ffffff@\(@ ?zG{@@'@e@>(\)2 tbspSoups & Saucesxw4m )SAUCE,LA VICTORIA,LA VICTORIA SALSA RANCHERA,HOT@V@>? =p?333333?Q@\(?ə@333333@0?Q@@333333@@>u\(2 tbspSoups & Sauces   xy4m )SAUCE,LA VICTORIA,LA VICTORIA SALSA PICANTE,MILD@VR@;? =p ?ҏ\(@\(\@GzH?333333@@.?(\)@@ffffff@y@>u\(2 tbspSoups & Sauceszz4q )SAUCE,LA VICTORIA,LA VICTORIA SALSA PICANTE,Medium@VR@<?Q?\(? =p @Gz?@(\)@,?Q@0@ ffffff@}@>(\)2 tbspSoups & Saucesx{4m )SAUCE,LA VICTORIA,LA VICTORIA SALSA SUPREMA,MILD@VzG@;?GzH?333333@QR@?333333@\(@.?\(@X@,@@>u\(2 tbspSoups & Sauces z|4q )SAUCE,LA VICTORIA,LA VICTORIA SALSA SUPREMA,Medium@VQ@:?\(?У =p@ffffff@?陙@ Q@"?Q@0@ffffff@t@@>(\)2 tbspSoups & Saucest}4u )SAUCE,LA VICTORIA,LA VICTORIA Green CHILE SALSA,MILD@WzG@9??@ =p@333333?ٙ?QR@.?Q@@*@|p@>u\(2 tbspSoups & Sauces~4} )SAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,MILD@WQ@:?(\)?ҏ\(?Q@Q?陙@ =p@2?Q@8@,@@>(\)2 tbspSoups & Sauces  5 )SAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,Medium@WzG@9? =p ?\(@zG@\(?@\(@3?333333@h@,@@>u\(2 tbspSoups & Sauces4{ )SAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,HOT@V@<?zG{?ffffff? =p@Q?@ =p@&?zG{@{@@ffffff@X@>u\(2 tbspSoups & Saucesn4Y )SAUCE,LA VICTORIA,Green SALSA JALAPENA@VR@@?p =q?p =q@zG@?@@0?ٙ@@(@q@>(\)2 tbspSoups & Saucesp4] )SAUCE,LA VICTORIA,Reduced SALSA JALAPENA@V/\(@D?333333?Gz?zG@\(?@\(@5?\(@~p@@ @`@>u\(2 tbspSoups & Sauces  v4g )SAUCE,LA VICTORIA,LA VICTORIA ENCHILADA Sauce@VzH@@?zG{?333333? =p@zG{?ffffff? =p@(?Q@@@ @N(\).25 cupSoups & Saucesd4I )SAUCE,LA VICTORIA,MOLE POBLANO@Gz@zP@-@2# =p@& =p@H\)@0@3QR@Y@QR@P@@L2 ozSoups & Sauces4Y )SAUCE,LA VICTORIA,CHEDDAR Cheese Sauce@R7zH@d ?\(@*@ 333333@"# =p@p =q@W? =p@X@e@ 1&y@Z1'@Q@@PJG{.25 cupSoups & Sauces zB5/CEREALS Ready-to-eat,OATS,CORN PUFFED MIXTURE,PRESWEETENED?@yP@!@ffffff@@T@ffffff@C@>@ Gz@S@j@h@@@\(? =p?zG@*333333?Q?GzH@/B\(?r ě?\(@s@rP@3@(@\(@P@@?Q?ffffff?陙??n@@1 cup@5L1 boxBreakfast CerealskA4} /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN ORIGINAL@\(@p@@*GzH@@ffffff@R\(@=L@/aGz@xP@1@v@@@n@@(? =p@ =p@"@4@(\)@zG@-?\(@(@x@@D@,@2@L@h@h?(\)@?zG{?p =q@Gz@>.5 cupBreakfast Cereals ..fE4 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN BRAN BUDS@@o@@@333333@ffffff@T@E@;@O@.@i@@@@@ @?޸Q@.333 cupBreakfast CerealsdC4q /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Apple JACKS@@x`@@?@V@ @H@9@+@K@_@@^@}@?Q? I^5@333333@G?333333?@.?hr Ĝ?@s`@r0@3@@ffffff@@@`@` ?zG{?@;@D@@@?ٙ?333333?@@1 cupBreakfast Cereals + +qK5 /CEREALS Ready-to-eat,QUAKER,CAP'N CRUNCH with CRUNCHBERRIES@@y@@@zG{@UDzG@@FB\(@5@2p =@L@e @i@@/ =p?zG{?@??GzH? =p@5?׮zG@Gz@P@@3@?zG{@b@?zG{?@E@P@@H?Gz?\(?陙@:.75 cupBreakfast Cereals\J4] /CEREALS Ready-to-eat,QUAKER,CAP'N CRUNCH@@y@ffffff@=p =@@U4zG@@E\)@.@3(\@L@d@i@h@/p =?zG{?p =q@?GzH?zG{@5&fffff?ffffff@Gz@P@@3@@b`@?p =q?ffffff@E@P@??Q?zG@;.75 cupBreakfast Cereals '']M4c /CEREALS Ready-to-eat,GENERAL MILLS,CHEERIOS@ =p @w@'zG@@ =p @R@'@GzH@yP@A333333@``@{@@8@.?KƧ@ GzH@Affffff@4?\(?Gz@3333333?Ƨ-@@@@@3@@ =p @ @P@P?ffffff??333333@Q? =p @>1 cupBreakfast CerealstL5  /CEREALS Ready-to-eat,QUAKER,CAP'N CRUNCH'S Peanut BUTTER CRUNCH@ =p@z@\(@"@=p =@Ss33333@@?Q@*@3@L@b`@g@@0??XbM@$@ =p?zG@5?޸Q@ffffff@P@@3@@b@ ?\(\?@F@Q@@=p =@(\)@=p =@;.75 cupBreakfast Cereals iN4w /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S COCOA KRISPIES@zG{@w@Gz@333333@(\)@U33333?ffffff@@G{@`@6333333@C@Y@h@@333333??|hs?񙙙@0@H333333? =p@(\)@0?;dZ@ =p =@@@@@zG@@~@~??? =p?ٙ?p =q@?.75 cupBreakfast Cereals aQ4k /CEREALS Ready-to-eat,GENERAL MILLS,COOKIE CRISP@Q@xP@@@Gz@V?@E@t@.@<@`@V@@)?333333?&x@333333@4??Q@033333?"`A?Q@t@s@3@H@@ @}@}?У =p?ffffff@>@F@?333333?7KƧ?S@>1 cupBreakfast CerealsO5/CEREALS Ready-to-eat,RICE,PUFFED,PRESWEETENED,with COCOA,SINGLE BRAND@333333@x@ @?ffffff@U?@F@(@ =p@B@T@@b@@@zG?˅Q?\(@,? =p?Q@1=p =?r ě?Q@u@t`@3@@zG@4@@@@?Q?陙@ ?ěS?bM@=.75 cup@5L1 boxBreakfast Cereals 77^S4e /CEREALS Ready-to-eat,GENERAL MILLS,CORN CHEX@@wP@?@ zG@U@@%=p @t@>@<@R@T@@)?j~#?bM@#ffffff@4??Q@033333?Q@@@@3@@@@|@|? =p ?ٙ@J@T@?ə?+ J?աo@>1 cupBreakfast CerealscR4k /CEREALS Ready-to-eat,QUAKER,QUAKER CRUNCHY BRAN?Gz@t@\(@=p =@ =p@U\(@1@4Q@Q@>R@J@`@j@@.\(?333333?GzH@(?QR?zG@4aGz?\(@=p =@$@@3@@c`@ ?\(?陙@G@Q@,?QR?333333?zG@;.75 cupBreakfast Cereals ++iV4c/CEREALS Ready-to-eat,CORN FLAKES,Low Sodium@@x@?333333?ə@V333333?񙙙@p =q@E@\(@*@H@R@@$?GzH?+ I?E@ffffff?zG{? =p ?Gz?|hr? ěT@@@@@@@i@$?Q?333333@N@W@@P?E?333333?nP@91 cup@1 cupBreakfast Cerealsa]4g /CEREALS Ready-to-eat,BRAN FLAKES,SINGLE BRAND@ @t@"@@@T@1@2fffff@L@;@j@@@@@?C%@ C%@%??Q@0Q?Ƨ-?Q@t@s@3@H@@@x@x?333333?ffffff?ٙ?Gz?ffffff@>.75 cupBreakfast Cereals q`5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted RICE KRISPIES@@w@ 333333?陙@333333@Vy?333333@D@&@@;@W@W@@???+@.@5??ffffff@1?-V?333333@@@@@ffffff@@`@`?Q?ə?333333?333333@>.75 cupBreakfast Cerealsn_5 /CEREALS Ready-to-eat,KELLOGG'S Frosted MINI-WHEATS,ORIGINAL@@u@@#?@@T@$@3@@@=@]@r`@u@@$@ ?zG{@M@ffffff?zG?\(@#?S?\(\@h@f @3@t@Q?\(?? =p ?θQ?@I1 cupBreakfast Cereals  b5/CEREALS Ready-to-eat,RICE,PUFFED,PRESWEETENED,FRUIT Flavored,SINGLE BRAND@@y@ @333333?@U?ffffff@F@@zG@3@M@[@@@=p =?Q?|hr@.?=p =?Q@2Q?lC?@w @u@3@@@=p =@@@?zG?ə??1&?9XbN@;.75 cup@5L1 boxBreakfast Cereals 00ce4W/CEREALS Ready-to-eat,GRANOLA,HOMEMADE@ =p@~@-p =@8\(\@\(\@Jy@!333333@4@S@@e@|@@6@p =q?Z1'@Q@;?333333?O;dZ?Ұ ě@Q?S?lC@T@T@T@(?@Q@(@@a @%S@nO@%kQ@^1 cup@.75 cupBreakfast Cereals tt]eK4e!BABYFOOD,FRUIT,Applesauce with BANANA,Junior@T\)@P?׮zG??У =p@0(\)?@ffffff@?θQ@"@(@``@??zG{??ٙ@1L?zG{?vȴ9X?/w?GzH?@@@@?zG{?333333@@@ ?zG{?zG{?@01 tbsp@e@1 jarBaby FoodsN4m!BABYFOOD,FRUIT,Applesauce and Pineapple,Strained@V`@B???ə@$333333?@?@@@S@?zG{?Q?333333@<?$/?vȴ9?+?"`B?+@@@@4??zG{?nO;?bM@@&?/v@.1 tbsp@Poultry44c=CHICKEN,STEWING,MEAT and Skin,Cooked,Stewed@J\)@q@:Gz@2޸Q?Gz@*?Q@4@f@f@R@?QR??$/@333333?bM?zG@1&x?tj?@@@?p =q@``@C@C@p =q@\(@Q@S@f@1 unit@pP.5 chicken, bone removed@@Poultry  o4GOCHICKEN,STEWING,MEAT ONLY,RAW@R"\(@b@5B\(@GzH?QR@$?p =q@8@j @o`@S?ffffff?ȴ9Xb?tj~@/ffffff@ ffffff?nO?~"@r Ĝ?p =q?(\)@@@?QR@Z@@@@@?θQ@?Q? =p ?Q@O@h@1 unit@q.5 chicken, bone and skin removed@IPoultryo4[;CHICKEN,STEWING,MEAT ONLY,Cooked,Stewed@L,@m@>kQ@'ǮzH?@*?Gz@6@i@i@@S@zG{?-V?+ I@9333333?1&y?Ѻ^5?|@o?O;dZ? =p@@@?У =p@\@A@A?333333@@@333333@ =p@T@a1 cup, chopped or diced@a 1 unit@HPoultry M4CCHICKEN,STEWING,GIBLETS,RAW@Qs33333@e@1 =p@"kQ? =p @ =p @$@Q@2@h@l@@S@@zG?љ?S@L @&?E?-V@!\(@ 333333? =p@u@u@u@%\)@Ā@@@ =p @@@n@<1 unit@T@1 gibletsPoultry/4[;CHICKEN,STEWING,GIBLETS,Cooked,Simmered@P@h@@9G{@"? =p?(\)@*@\(@4@k@c@@L@Q?"`A?Ƨ-@V@? =p ?n@M@ěS?=p =@v@v@v@"\(@ @`@`@GzH@Q?=p =@v0@b 1 cup, chopped or diced@11 unitPoultry DDBz 4]OCHICKEN,STEWING,Light MEAT,MEAT ONLY,RAW@RO\(@a @7@ =p?񙙙@&?p =q@:@l@pP@J?333333?&x?nO;@1??`A7L?|hr@#zG?bM?=p =@@@?ٙ@Q@5@5?p =q@333333? =p ?? =p@G@V@1 unit@`@.5 chicken, bone and skin removed@FPoultry: 4q;CHICKEN,STEWING,Light MEAT,MEAT ONLY,Cooked,Stewed@LQ@j@@Q@Q? =p @,? =p @7@l @h@M?\(?\(?zG{@<33333?bM?+ J@!tj~?zG?\(@@@?GzH@R@@6@6?zG@Q?=p =@Q@a1 cup, chopped or diced@P1 unit@EPoultry FFCy 4[OCHICKEN,STEWING,Dark MEAT,MEAT ONLY,RAW@Q(\@c@333333@ =p =?\(@$?Q@7@g@n@@Y@@ =p?dZ1?$/@+@ffffff?/w?"`B@Q?1&x?\(@$@$@$?׮zG@`@D@D?θQ@333333@ =p@(\)@(\)@S@@Z@1 unit@c@.5 chicken, bone and skin removed@KPoultry9 4o;CHICKEN,STEWING,Dark MEAT,MEAT ONLY,Cooked,Stewed@KQ@p @<# =p@.\(? =p@(?=p =@6@g`@i@W@\(?nO;?O;dZ@5?bM?5?|h@9XbM?(\)?θQ@ @ @ ?@b @F@F@GzH@\(@ 333333@W@a1 cup, chopped or diced@R@1 unit@IPoultry C 4w CHICKEN,CAPONS,MEAT and Skin and GIBLETS and NECK,RAW@OzG@m@2\(@0fffff?zG?zG{@&?\(@5@f@j@G?Q? ěT?1&y@(ffffff@? =p?lC@KƧ?-V? =p @;@;@;?(\)@H@q@q@\(@ =p@ @U@1 capon@;Poultry95 CHICKEN,CAPONS,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@M@l@@zH@8@p@l@a@\(@+ ?ЃnP@P@?lC?C%@@j~#?QR@@@@K@|`@h@h? =p ?Q?(\)@@F1 liver@$1 unitPoultry4CDUCK,WILD,MEAT and Skin,RAW@PGz@j`@1kQ@.ffffff?\(@@ =p@4@e@o @L? =p?+?tj~@)@?vȴ9X?7KƧ@ 7KƧ?nO;?\(@5@5@5?@V@:@:@(\)@333333@(\)@T@m1 unit@p.5 duck@DPoultry _/4IMDUCK,WILD,BREAST,MEAT ONLY,RAW@R =q@^@3ٙ@?GzH@@ =p @6@g@@p@L?zG?Q?tj~@+@?ڟvȴ9? =p@ O;dZ? =p?(\)@9@9@9?QR@J@0@0?Q?\(\?\(@S@@R@1 unit@T.5 breast, bone and skin removed@GPoultry4UGOOSE,DOMESTICATED,MEAT and Skin,RAW@HzG@w0@/Q@@\(? =p@(@@2@m@@s@@R@?Q?GzH?zG{@,@?\(?\(\@ /w?9XbN?\(@@@?\(@K@1@1@#\(@1Q@zG@T@t1 unit@.5 goose@3Poultry \\#5 )SAUCE,LA VICTORIA,NACHO Cheese Sauce with JALAPENO PEPPERS,Medium@QQ@e@?Q@*G{@ffffff@$Q?333333@@V@?333333@?@K@ x@Jn@;dZ@@Q =p.25 cupSoups & Sauces84g )SOUP,LIPTON,SOUP SECRETS Extra NOODLE,MIX,DRY@ =p @w`@,Q@zG@#zG@PFfffff@@zG@.@ \(@"?ə?Ƨ-?KƧ@lD@b`@U@N@j@R@@E@Y@@71 servingSoups & Sauces=4q )SOUP,LIPTON,SOUP SECRETS SPIRAL PASTA SOUP,MIX,DRY@@v@(p =q@Q@.=p @OУ =q@ffffff@!B\(@>@ =p @?333333?vȴ9?|hr@6E@a@W@F@i@W?@$@21 servingSoups & Saucesz$$*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|)j*l+n.p0r1t2v3x4z6|7~89:;fg h ijklnopqrs "$,.024689;=?ACEGIOQSUWY[\]^_`bdfhjlnprtvKxLzM|N~OQRST U VWXY "$'*-/QSUWY[]ˏ_̏a͏cΏeϏgЏiяkҏmӏoԏqՏs֏u׏w؏zُ|ڏ~   :={$*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|,BDFHMbdfWhXjYlZn[s\v]{^}_`ab   !*%.-/,0+1U7V9W;X=Y?ZA[C\E]G^INPRUWY[]_aceƘgǘiȘkʘp˘r̘t͘vΘxϘzИ}јҙә ԙ   ! # & - ACP?S@WAZB`CbDhEbFfGjtnuxvwYx[y]z`{b|e}g~ilnpsx}  PP: 4k )SOUP,LIPTON,SOUP SECRETS Chicken NOODLE,MIX,DRY@@x@1O\(@#R@(Q@LB\(@@\(@H@ GzH@?333333?nO?nO@ 7KƧ@\@|hr@R@41 servingSoups & Sauces1 4Y )SOUP,LIPTON,SOUP SECRETS RING-O-NOODLE@@x@@)Q@'L@*8Q@M# =p@@Q@4@ \(@?ٙ?O;dZ?@`A7K@`@R@J@f@Z@@+ J@W@11 servingSoups & Sauces9 4i )SOUP,LIPTON,SOUP SECRETS GIGGLE NOODLE,MIX,DRY@Q@x0@*\(@&aGz@&@N+Q@@zG{@3@ Q@D?333333?Ƨ-?zG{@2-V@`@R@M@g@@X@ E@W@31 servingSoups & Sauces ,,{K 5  )SOUP,LIPTON,SOUP SECRETS NOODLE with REAL Chicken BROTH,MIX,DRY@ \(@x@@)\)@(zG@,GzH@L\(@@zG@5@ QR@?ٙ?dZ1?;dZ@%S@_@R@J@e@\@$/@V@01 servingSoups & Sauces=4q )SOUP,LIPTON,CUP-A-SOUP BROCCOLI and Cheese,MIX,DRY@@z @&33333@2L@%kQ@KR@@*(\@r ?\(\@@2?1&y?"`A?+@7@7@7@rp@`A7L@2@01 servingSoups & Sauces@4w )SOUP,LIPTON,CUP-A-SOUP HEARTY Chicken SUPREME,MIX,DRY@@z@zG@1(\@ @P7zH@@#\(\@[@?zG{@?333333?hr Ĝ?1&x@1&y@]@}E@@51 servingSoups & Sauces ??@4u! )SOUP,LIPTON,CUP-A-SOUP HEARTY Chicken NOODLE,MIX,DRY@@x@0R@(\)@"8Q@O =p?ffffff?333333@B@\(@?陙?1&y?GzH@nP@Z@J@J@a@p@Vt@V@@01 envelopeSoups & Sauces:4k )SOUP,LIPTON,CUP-A-SOUP Chicken NOODLE with MEAT@@w@/Q@ =p @$p =@N@ffffff?GzH@F@Q@Q??zG{? I^5?@+ J@X@K@E@a @H@Vt@V@Y1 servingSoups & Sauces;4k! )SOUP,LIPTON,CUP-A-SOUP Cream OF Chicken,MIX,DRY@@y@zG@)@$Q@Q*G{@@'\(@[?\(@6?陙?Ցhr ?1&x@ =p @b ?-@@11 envelopeSoups & Sauces GGG5 )SOUP,LIPTON,CUP-A-SOUP Chicken FLAVOR Vegetable, vegetables@@w`@#p =@@#\(@Q6fffff@@Q@E@\(@@ ?hr ?I^5?}@vȴ@W@C@L@^@9@hr Ĝ@Q@@,1 servingSoups & Sauces54a )SOUP,LIPTON,CUP-A-SOUP RING NOODLE,MIX,DRY@@w@&.zG@zG@$Q@PQ??QR@>@ =p @?񙙙?ěS?vȴ9X@ =p @^@V@>@f@@Ƨ-@T@,1 servingSoups & Sauces14W! )SOUP,LIPTON,CUP-A-SOUP TOMATO,MIX,DRY@@v@!zG@ @zG@S2\(@@J޸Q@u?@p@-?zG{?x@ $/@6@6@6@X?bM@"@:1 envelopeSoups & Sauces >>u34] )SOUP,LIPTON,CUP-A-SOUP Green PEA,MIX,DRY@@v`@5333333@@%zG@MNzG@-@Q@@=p =@X?ə?bM?^5?|?zG?땁$/@51 servingSoups & Sauces;4m )SOUP,LIPTON,CUP-A-SOUP Cream OF MUSHROOM,MIX,DRY@@x@@,.zG@'\(@PNQ@ ffffff@#(\)@\?\(@?陙?E?333333?Q@@lD@@.1 servingSoups & SaucesH5! )SOUP,LIPTON,CUP-A-SOUP SPRING Vegetable, vegetables,MIX,DRY@@v@*Q@QR@'zG@O\)@@"@=@ =p@@333333?A7Kƨ?1&x@hr @Z@U@2@d@ʆ?1&@N@*1 envelopeSoups & Sauces 44x@4w )SOUP,LIPTON,FAT FREE CUP-A-SOUP Chicken BROTH,MIX,DRY@@s0@4@=p =@3@K\(?@(\)@@?QR@?ٙ?bM?S@Z1'@&?S?@1 servingSoups & Sauces@4w )SOUP,LIPTON,FAT FREE CUP-A-SOUP CHICKEN/PASTA,MIX,DRY@@u@@0L@@*333333@P?333333?ffffff@6@p =q@??tj~?ϝ-V@&x@[@W@,@e@>?;dZ@*1 servingSoups & Sauces@4w )SOUP,LIPTON,KETTLE CREATIONS HOMESTYLE LENTIL,MIX,DRY@@v @4\(@ QR@#Q@O>Q@-333333@ @6@333333@X@ ?bM?1&y?o@T@Q@$@` @D?ؓtj~@B1 servingSoups & Sauces ))yL5  )SOUP,LIPTON,KETTLE CREATIONS Chicken with PASTA and BEAN,MIX,DRY@@v@/# =p@(\)@&(\@P-p =@!333333@\(@_@@ 333333@2@ffffff?"`B?݁$/@Vu@X@=@Q@@]@<?hr @3@>1 servingSoups & SaucesC4} )SOUP,LIPTON,RECIPE SECRETS Vegetable, vegetables,MIX,DRY@@q@@ 8Q@\(@4(\@P-p =@$ffffff@3Q@h@ Q@@Tfffff?/w?1&x?O;dZ@i@?GzH@$1 servingSoups & Sauces<4o )SOUP,LIPTON,RECIPE SECRETS ONION MUSHROOM,MIX,DRY@@t @ =p@p =q@6B\(@L@ ?\(@Y@? =p@q@@lC?dZ1@;dZ?vȴ@$1 servingSoups & Sauces F!5 )SOUP,LIPTON,RECIPE SECRETS SAVORY HERB with GARLIC,MIX,DRY@@up@%zG@zG@+fffff@P\(@ @zG{@S@?zG@@2ffffff?333333?ffffff@ Gz@~?\(@0@"1 servingSoups & Sauces#4S )SAUCE,KRAFT BARBECUE Sauce ORIGINAL@P@]??333333@ 333333@:?@533333@.? =p@"@T@@?ə@u@A2 tbspSoups & Sauces$4] )SAUCE,KRAFT BARBECUE Sauce HICKORY SMOKE@Pfffff@]??333333@ 333333@:333333?@533333@.? =p@"@T@@0?ə@u@A2 tbspSoups & Sauces EE9V5)SOUP,TOMATO BISQUE,Canned,Prepared with Equal VOLUME MILK,Commercial@T` =q@S@zG@ =p ?zG@'u\(?ə@R?ffffff@$@Q@@n @{??1&y?^5?|@ffffff? =p ?dZ1?-V?ə?1&y@"@"@"?\(@u@9@"???\(\@"@o`1 cup@1 canSoups & SauceszW5)SOUP,TOMATO,Canned,Prepared with Equal VOLUME MILK,Commercial@U%Q@P@@zG@\(\?@!G{?񙙙@zG@P?\(\@"@N@f@r?Q?"`A?1&?@;L?S??㝲-V?(\)?`A7L@@@? =p @h @:@4??@R@??Q??@@o1 cup@1 canSoups & Sauces <<=5)SOUP,Cream OF ASPARAGUS,Canned,Prepared with Equal VOLUME H2O,Commercial@V33333@A?zG?Gz?\(\@Q?ə@(?Q@@0@Q@y ? =p ?1&?öE?񙙙?+ I?bM?j~"??tzG{@"@"@"?zG{@f@.@?ۅQ?\(?QR@@n1 cup@1 canSoups & Sauces5 )SOUP,BLACK BEAN,Canned,Prepared with Equal VOLUME H2O,Commercial@UGz@G@=p =?Q?(\)@ =p ??zG{@2? =p@1@E@[@~P?=p =?+?У =p?ٙ?333333?vȴ9X?+ I?˥S?zG{?tj~@$@$@$?zG{@h @$??333333@?@X@ @2?zG{?(\)?QR@n1 cup@>fffff1 fl ozSoups & Sauces 44;5)SOUP,BEAN with PORK,Canned,Prepared with Equal VOLUME H2O,Commercial@U =p @Q@\(@?\(@"Q@ 333333?p =q@@?Q@2@J@c@w?=p =?Z1'?\(@ ?333333?Q?vȴ9?̬1&y?zG{?bM@*@*@*?zG{@u@2?333333?333333@S@@e@h@?333333?Q? =p ?@o1 cup@?1 fl ozSoups & SaucesA5%)SOUP,BEAN with FRANKFURTERS,Canned,Prepared with Equal VOLUME H2O,Commercial@TR@R@Q@QR?=p =@!@A?zG@3@P@g@{P?zG?9XbM?(\)@ 333333?ٙ?+ I?vȴ9?=p =?zG{?"`A@(@(@(?Q@u@1?333333?p =q?Q@@o@1 cup@1 canSoups & Sauces 66: 5)SOUP,Beef NOODLE,Canned,Prepared with Equal VOLUME H2O,Commercial@V\(@A?zG?(\)?p =q@ p =q?333333?ᙙ@?@@3@D@x`?(\)?/v?1&y@??1&y?tj~?+?zG{?Q@ @@@(?zG{@I@??Q?@=@@?zG?QR?ə@@n1 cup@>1 fl ozSoups & SaucesB 5)SOUP,Cream OF CELERY,Canned,Prepared with Equal VOLUME H2O,Commercial@WGz@B?\(@QR?ffffff@ \(?333333@0?У =p@@.@I@xP?Q?-V?^5?|???tj~?zG{?hr Ĝ?p =q?tzG{????@_@7@4?\(?\(?zG{@@n1 cup@1 canSoups & Sauces f5/CEREALS Ready-to-eat,WHEAT and MALT BARLEY GRANULES,Plain,SINGLE BRAND@ @vp@%?ffffff@@TS33333@!ffffff@(@A@;zG@Y@m@s0@@\(?\(\@tj~@#333333??\(\@!=p =?1&x?Q@e@c @3@qp@Q@4@x@@x@?(\)??ٙ?(\)?$/@M.5 cup@Bfffff1 boxBreakfast Cereals  gm4w /CEREALS Ready-to-eat,GENERAL MILLS,HONEY NUT CHEERIOS@@wP@"@@ =p@T@@A@t@.@Z@t@s@@)?$/@zG@7@4??Q@033333?+?Q@@@@3@@@ @P@P? =p?333333?陙?zG?+ I@>1 cupBreakfast Cerealsrg4o/CEREALS Ready-to-eat,WHEAT and MALT BARLEY FLAKES@ @v@$@333333@333333@T`@!@1@C@;zG@Y@r@u@@~ @\(?@^5?|@#333333? =p?Q@1=p =?1&x?zG@u@t`@3@@zG@4@@@@?\(\??333333?1&?@=.75 cup@5L1 boxBreakfast Cereals \o4] /CEREALS Ready-to-eat,QUAKER,KING VITAMAN@@x @@ zG{@\(@U9@ffffff@4333333@(@=@U@o@q@@0@)?θQ?Q@@D??\(@0\)?Q?\(@@@3@@@ @@@?ٙ@J@T@?GzH?陙?\(@?1.5 cupBreakfast Cerealsn5 /CEREALS Ready-to-eat,CORN and OAT FLOURS,PUFFED PRESWEETENED,SINGLE BRAND?@x@@@@V9@@C&fffff@1@"Q@B@W@@^@8@zG?hr Ĝ?tj~@4? =p?Q@1=p =?XbM?zG@u@t`@3@@zG@.@`@0?QR?ffffff@@@I@?333333?\(\?zG@=1.333 cupBreakfast Cereals 7 7eq4o /CEREALS Ready-to-eat,QUAKER,QUAKER OAT LIFE,Plain@@wp@# =p@Q@ =p@Sfffff@ffffff@3zG{@u@;G{@X@y@q@@)?У =p@ =p@7?(\)?\(\@1333333?Q?Q@P@@3@*@D@?ᙙ?333333@(@3@v?Q? =p?\(@@.75 cupBreakfast Cereals\p4Y /CEREALS Ready-to-eat,GENERAL MILLS,KIX@GzH@w@@@zG{@U@@&@@@;@;@`@]@@@)??ȴ9Xb@@5??Q@033333?n?Q@@@@3@@@@@?(\)?陙@;@D@ ??hr!?`A7K@>1.333 cupBreakfast Cereals //hu4s /CEREALS Ready-to-eat,BRAN,MALTED Flour,SINGLE BRAND@ffffff@q@)ffffff@@@S@<@8ffffff@S@;zG@q`@h@@z@)(\?`A7K@"\(@ ? =p?Q@1=p =?Gz?zG@u@t`@3@@4@@@@@\(??333333?9XbM?-V@=.333 cupBreakfast Cerealsar4k /CEREALS Ready-to-eat,GENERAL MILLS,LUCKY CHARMS@@w@@ffffff@ \(@T@@E@t@.@J@i@g@0@)?$/@1&x@3@4??Q@033333?x?Q@@@@3@@@ @P@P? =p?ffffff?陙?Gz?Q@>1 cupBreakfast Cereals ..Uy4o /CEREALS Ready-to-eat,GENERAL MILLS,HONEY NUT CHEX?Q@w@@@\(@U?@@@t@>@1@P@@X@H?333333?Q?333333@4?@033333?Q@t@s@3@H@?Q?ٙ?Q?-V@>.75 cupBreakfast Cerealsuv5 /CEREALS Ready-to-eat,QUAKER,100% Natural GRANOLA OATS and HONEY@p =q@|p@%333333@2zG?Gz@PQ@333333@:(\)@]@ =p@[@up@~@H@Gz?zG@???zG{?GzH@zG?\(? =p @B@B@B?@&?@333333@ 333333?@ @Gz?=p =@@I.5 cupBreakfast Cereals 55`{4i /CEREALS Ready-to-eat,QUAKER,Sweet CRUNCH/QUISP@@yP@\(@\(\@@U@@@E\)@&@2^Q@K@e@g@(@.Q?ə?Q@@%?zG{?zG@4h\)?zG{@QR@P@@3@@`@D@D?\(??GzH?Q?QR@;1 cupBreakfast Cerealscz4o /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S PRODUCT 19@@t@?ffffff@@T@ ffffff@*@0@N&fffff@J@`@d@@I?Q?1&x@(@i@@@P@@@@@@3@@4@@P@@F?333333@E@P@p?333333?ٙ?ffffff@>1 cupBreakfast Cereals , ,p}4q/CEREALS Ready-to-eat,KRAFT,POST RAISIN BRAN Cereal@ B\(@s@"\)@@ @S5\(@(333333@<\(@K@8@c@x@(@~@=p =?/w@ zG@@ ?=p =? =p @*333333?^5?|?\(@uP@t @3@@\(@@w@w?=p =?ffffff?\(?p =q?@L1 cup@@>@\@X@h@)?zG@333333@4??Q@033333?Q@@@@@@ @P@P??ٙ?Ƨ-?j~"@?1.25 cupBreakfast Cereals ..j4} /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Special Potassium@@w@6??333333@Q@333333@)@>@;@O@k`@h@@333333?ə@-V@Ks33333@P?333333?ffffff@7@@(@@3@@3@T@8@8@.??ffffff?ٙ?陙@?1 cupBreakfast Cereals`4i /CEREALS Ready-to-eat,QUAKER,QUAKER PUFFED RICE@GzH@w@??ٙ@UGz?ffffff@"@Gz@>@]@]@?񙙙?zG?zG@%?(\)?У =p@ (\)?\(@c@@b@@p0?Q??zG{? =p ?\(@,1 cupBreakfast Cereals --i4w /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted FLAKES@@v@ ffffff? =p@ =p @V33333@ @C@@-@ @A@R@@}? =p ?zG{?\(\@@4?333333?@0333333?m?@tp@s@@3@@@@(@(? =p ?ə?\(? =p ?У =p@?.75 cupBreakfast Cerealsb4m /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S CORN POPS@@w@ ?\(\@\(@V?陙@F@1@@@?@U@@x @?zG{?;dZ@@3ffffff?333333?ffffff@0?n?@t@s`@3@@@8@|@|?Q?@:@D@`?p =q?GzH?p =q@?1 cupBreakfast Cereals ''p 5 /CEREALS Ready-to-eat,WHEAT,PUFFED,PRESWEETENED,SINGLE BRAND@333333@x@?ffffff?陙@V@J33333@.@zG@N@a@_@@b@=p =?(\)?vȴ9X@HL?=p =?Q@2Q?bM?@w @u@3@@@=p =@@@?Q?ٙ?ə??-V@;.75 cupBreakfast Cerealsa4g /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S SMACKS@@x0@??@V@@ @L@8?@M@e`@b@g@??ə?j~"@HL@6?ffffff?@2?׾vȴ9X?ffffff@wp@v@@3@@ffffff@t@@?zG?333333?333333??@;.75 cupBreakfast Cereals i\f4a!BABYFOOD,Juice,ORANGE and Apple and BANANA@Ufffff@G?ٙ??ٙ@'?@$\(@?ffffff@@ @`@?Q?+ I?@@ ?tj?S?E?&x?vȴ9X@$@$@$@;??zG{??@@6@M?bM?|1&y?S@?3333331 fl oz@_1 jarBaby Foodsg4O!BABYFOOD,Juice,ORANGE and APRICOT@U33333@G?陙??ٙ@%?@?QR@@(@h@?zG{?$/?@Uy?-V?1&y?+ J?tj~?1&y@4@4@4@k@&?+ I?+ I?zG{@?3333331 fl oz@_1 jarBaby Foods gjh4M!BABYFOOD,Juice,ORANGE and BANANA@U@I?ffffff??ٙ@'@1?(\)@,@*@i@? =p ?$/?@A?1&?$/? =p ?l?S@8@8@8@G@@?3333331 fl oz@_1 jarBaby Foodsi4S!BABYFOOD,Juice,ORANGE and Pineapple@U33333@H???ٙ@'ffffff?@ ?Gz@"@"@a@?zG{?+ I?@J33333??O;dZ?E?5?|h?vȴ9X@3@3@3@?@?zG{?1&y?tj~@?3333331 fl oz@_1 jarBaby Foods 0ij4K!BABYFOOD,Juice,PRUNE and ORANGE@Ty@Q?333333?333333?ٙ@0@(? =p@ @$@f@?zG{?O;dZ?@Offfff?+ I?Q?XbM?7KƧ?;dZ@*@*@*@``@@?3333331 fl oz@_1 jarBaby FoodsLk4A!BABYFOOD,Juice,Mixed FRUIT@U@G???ə@'333333?@ Q@ ?\(@@@Y@@?Q?zG{?@O?O;dZ?1&y?|hr?p =q?tj@@@@E@?zG{?@&@3?@5?Q?xtj~?+@?3333331 fl oz@_1 jarBaby Foods Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx  aabbeeffiijjmmnnppxx        (())++2255<<==IIUUVVXXYYZZ WW&Km4A!BABYFOOD,Cereal,BARLEY,DRY@333333@v@&333333@ 333333@ 333333@R33333@ ffffff@@@G@\@{p@x@G@ =p ?S@>333333@@`A7L@O;d@Avȴ9X?/w?-V@=@=@=@0@@ffffff@e@?n?O;dZ?$/@3333331 tbsp@..5 ozBaby FoodsVp4c !BABYFOOD,Cereal,Whole WHEAT,with Apples,DRY?333333@y0@)333333@333333@ @SFfffff@(ffffff@6333333@@F@a@@@ @9@? =p@(\)@P,@M&fffff??@*\)?~"?333333@4@4@4@4??zG@ @$@@i`?r ě?nO;?"`B@..5 ozBaby Foods __-Jq4?!BABYFOOD,CEREAL,MIXED,DRY@@w@(ffffff@@ ffffff@RS33333@? =p@@G@Y@x@{P@C@333333?`A7K@9fffff@ffffff@$/@j~#@A[dZ?/v?1&x@E@E@E@4?@ p =q?@@"@b?蛥S?KƧ?&x@1 tbsp@..5 ozBaby FoodsOr4Y!BABYFOOD,Cereal,Mixed,with BANANAS,DRY@@xp@%ffffff@ffffff@@SFfffff@333333@Q@@G@V@v@@]?ffffff?bM@4@ @=p =@ zG{@4\(?1&@1@1@1?θQ@_@@?QR@ @H@I@X?nO?hr ?vȴ9X@1 tbsp@..5 ozBaby Foods  ms5!BABYFOOD,Cereal,Mixed,with Applesauce and BANANAS,Strained@T@T?333333??333333@1fffff?333333@(\)@@zG{@ @7@D@?QR?S@@9?Q?ffffff@9XbN?\(?7KƧ@@@@2??Q?333333?@ @@$? =p ?GzH?r ě@@?zG{@@@*@ @V??˥S?1&x@5?|?ާ-@8@8@8@?hr Ĝ?(\)@ ěT@1 tbsp@..5 ozBaby Foods na{4!BABYFOOD,Cereal,RICE,with Applesauce and BANANAS,Strained@T@@S?333333?ٙ?333333@1?@Q@1@@@(@<@<?zG{?1&@@??У =p? I^5@hr ?E@@@@5??zG{?ə@"@@?/v?vȴ9?1&@01 tbsp@@g@z@"?陙?zG{?(\)@4??(\)?Gz@ ?`A7L?Gz@[@T@<@d?(\)@X@]@?zG@ @P@P@@e@@u\(@Vt@@ 1 cookieBaby FoodsV 4[ !BABYFOOD,CRACKERS,Vegetable, vegetables@@}@ @3@ 333333@P@@*@D@@B@h@n@?? =p? =p@+ffffff@I@?ffffff?Q@333333?m?Q@Z@S@?@d@@f`@zG@A@@?@l@vp@ n@x@"fffff?ffffff1 crackerBaby Foods }}]\ 4e!BABYFOOD,Cereal,RICE,with Mixed FRUIT,Junior@T@T@??ə?ٙ@2?333333@%@0@@@5@I@$?Q?@@"? =p?zG{@\(?hr Ĝ?(\)????zG{@.??zG{?ə@@@?Q?zG{?@.1 tbsp@zH@8@pP@l@a@\(@+ J@Qfffff@?lC?C%@@j~#?QR@@@@K@E@.@.?p =q?Q?У =p@@W1 liver@&1 unitPoultry j4EGUINEA HEN,MEAT and Skin,RAW@Q9@c@7ffffff@?@&?Gz@6@c @h @P?zG?tj?nO;@0L??5?|h?1&@ I^? ěT?QR@@@?\(@W@<@<?QR@p =q?\(@R@vp1 unit@u.5 guinea@1Poultry 4=GUINEA HEN,MEAT ONLY,RAW@R(\@[@4 =p@\(?@&? =p@8@e @k@Q@?333333?+ I?nO;@1?333333?&x?1&y@!bM?E?zG@@@?׮zG@D@(@(?zG{?\(?Gz@O@q01 unit@p.5 guinea@BPoultry j!4A#PHEASANT,RAW,MEAT and Skin@PGz@f@633333@"zG?QR@(?ffffff@4@j@n`@D?Q? =p?hr Ĝ@/ffffff@333333?nO;?M@9XbN?-V?Q@@@? =p@f @J@J@@GzH?Gz@Q@w01 unit@y.5 pheasant@,Poultry"49#PHEASANT,RAW,MEAT ONLY@R1Gz@`@7R@ Q?@*?ffffff@4@l@p`@B? =p ?lD?bM@0333333@?E?Õ$/@ 7KƧ?Q?zG@@@?Gz@d@I@I? =p?Q? =p@P@t`1 unit@v.5 pheasant@8Poultry U.#4GMPHEASANT,BREAST,MEAT ONLY,RAW@R@`@8^Q@ ?@?GzH@5@i@n@@@?(\)?O;dZ?Q@033333@?j~#?vȴ9X@!S?Q?zG@@@?Gz@b`@F@F?񙙙? =p?ᙙ@M@e 1 unit@f.5 breast, bone and skin removedPoultry'$4AEPHEASANT,LEG,MEAT ONLY,RAW@RY@`@6333333@333333? =p @=?zG{@4@q@r@F?zG{?S?zG{@.@?Q?Gz@ ?Q?zG@$@$@$?Gz@h`@M@M?\(\?zG?\(\@T@X1 unit@Z1 leg, bone and skin removedPoultry q%4;QUAIL,MEAT AND SKIN,RAW@Qi@h@3Gz@(?@*@\(@7@q0@k@J@\(\?9XbM?tj~@0@ffffff?;dZ?У =p@&x?9XbN?333333@ @ @ ?ۅQ@n`@R@@R@@ =p @Q@ =p@S@[@1 quail@yP1 unit@$Poultry &43QUAIL,MEAT ONLY,RAW@QR@`@5\(@Q?Q@*@ =p @9@s0@m@I@? I^5?tj~@1ffffff@?1&?=p =@ ffffff?/v?\(@@@?zG@L@1@1?Q?zG{?Q@Q@W1 quail@u`1 unit@8Poultry d'4AQUAIL,BREAST,MEAT ONLY,RAW@QG{@^@6 =p@Q?QR@$@zG{@<@l@p@@K@?۶E?nO;@2@ffffff?θQ?vȴ@ ffffff?/v?\(@@@?zG@B@&@&? =p?Gz? =p@M@j1 unit@L1 breastPoultry(4MSQUAB,(PIGEON),MEAT and Skin,RAW@LL@r`@2xQ@7?ffffff@(@ QR@6@o@h@K@?+?tj~@*@?"`A?̬1&y@/v?QR?=p =@@@?ٙ@n`@R@@R@@ (\@#p =q@\(@W@r1 unit@h1 squab@7Poultry K)4ESQUAB,(PIGEON),MEAT ONLY,RAW@R333333@a@1@?Q@*@ =p @9@s0@m@I@? I^5?tj~@+@?1&?=p =@p =q?/v?\(@@@?zG@W@<@<?\(\@GzH?@V@o`1 unit@e1 squab@APoultry1*4a9SQUAB,(PIGEON),Light MEAT without Skin,RAW@R4zG@`@5\(@zG?zG{@$@zG{@<@l@p@@K@?۶E?nO;@/@ffffff?θQ?vȴ@I^5?}?/v?\(@@@?zG@L@1@1?Gz?\(?Q@V@Y@1 breast, bone removed@b1 unitPoultry >$+4 TURKEY,ALL CLASSES,MEAT and Skin and GIBLETS and NECK,RAW@Q =p@c@4^Q@zG??zG{@.? =p @6@f@p@P@zG{?/v?vȴ9@7L?ə? =p?lC@O;d?~"?=p =@7@7@7?Q@uP@Y@Y@@zG?Gz@S@1 turkey@5Poultry>,5TURKEY,ALL CLASSES,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@O@i@;G{@"fffff?\(\?Q@:@zG@8@i@q@P@ 333333?dZ1?S@?fffff??1&y?^5?|@7Kƨ?\(?ٙ@4@4@4?zG{@l@Q@@Q@@(\)@ffffff@\(\@W@p@1 unit@n1 turkey@5Poultry l-4U;TURKEY,ALL CLASSES,MEAT and Skin,RAW@Q@d@4kQ@ =p ?(\)@.?Gz@6@f@@p@P@@?^5?|?zG{@8ffffff?bM? =p@W =p?m?=p =@ @ @ ?ٙ@@@?ffffff@@zG@333333?zG@Q@t1 unit@ .5 turkey, bone removed@5Poultryw.4k;TURKEY,ALL CLASSES,MEAT and Skin,Cooked,Roasted@Nٙ@j@<@#u\(?@:? =p@9@i`@q@Q@zG?+?$/@@s33333?/v?Ƨ-@XbM?tj~?=p =@@@?ffffff?\(?@Q@ Q@ =p@T@a1 cup, chopped or diced@n1 unit@5Poultry  q/4MMTURKEY,ALL CLASSES,MEAT ONLY,RAW@R=p @]@5Q@Gz? =p @,?333333@9@h`@r@Q@\(?lC?$/@:?nO;?Ł$/@-V?$/?zG@"@"@"?ۅQ?ffffff@?ffffff?Q?\(@P@@q1 unit@.5 turkey, bone and skin removed@@Poultrys04c;TURKEY,ALL CLASSES,MEAT ONLY,Cooked,Roasted@P8Q@e@@=QR@Gz?@9?zG{@:@j@r@Q@?bM?$/@Bffffff?vȴ9X?KƧ@š?-V?p =q@@@?׮zG?Q@ ?=p =?zG{?Gz@S@a1 cup, chopped or diced@j1 unit@?Poultry L%14M5TURKEY,ALL CLASSES,Skin ONLY,RAW@Hfffff@x0@)kQ@BtzG?ٙ@2?@ @T@Y@B?QR?tj~?tj~@(?tj~?j~#?vȴ9X?1&x?Q@@@?θQ@C@&@&@#B\(@/u\(@ fffff@V@I1 unit@x.5 turkey, skin onlyPoultry024c5TURKEY,ALL CLASSES,Skin ONLY,Cooked,Roasted@C33333@{@333333@CzG?Q@A? =p@0@a @d@J@\(?tj?$/@_33333?+ I?° ě@?|hs?ӕ$/?zG{@@@?θQ@$zG@0fffff@"(\)@\@@@1 unit@o.5 turkey, skin onlyPoultry ]]34ITURKEY,ALL CLASSES,GIBLETS,RAW@RKQ@` @3\(\@?\(@Q@ @\(\@3@k@s@U@Q?1&x?tj@a@ffffff?tj~?QR@N+@-V?ۅQ@u`@u`@u`@zG@` @5Q@\(?\(?QR@@@1@c@@t@P@ \(? ěT?S@@33333@333333?vȴ9?~"@zG??"`A@*@*@*@ (\)??S?\(\?tj@i`@T(\1 gizzard@b 1 cup, chopped or dicedPoultry AA F74E TURKEY,HEART,ALL CLASSES,RAW@S'zH@]@1!Gz@(\)??=p =@@Q@6@k@rp@W@ \(?7KƧ?-V@A33333@?"`A? =p @@\(?9XbM@@@@.@Z@7@5?zG{@7@5@>?Vu?A7Kƨ?Z1'@b`@;&fffff1 heartPoultryq84];TURKEY,HEART,ALL CLASSES,Cooked,Simmered@QQ@a@5xQ@\(?zG?\(@@@:@p0@r0@V@?|hr? =p@F@ffffff?hr Ĝ? =p@ =p ?GzH?nO@ @ @ @533333@P@3@3?@@?vȴ9?5?|h?Vu@g@4\(1 heart@b 1 cup, chopped or dicedPoultry b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx112233445566778899::;;<<==>>??@@AABBCCDDEEFFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^__``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~ AA F94E TURKEY,LIVER,ALL CLASSES,RAW@O%Q@m@1 =p@0\(\?@zG@@(@.@qp@o@Q@zG? I^5??\(@Q33333@8?Õ$/@Q@+@Q?Q@(@(@(@H33333@@1@1?Q?陙@=@S@+ I@+ J?ffffff@t@YzG1 liverPoultryq:4];TURKEY,LIVER,ALL CLASSES,Cooked,Simmered@Ly@q0@4Q@4=p ? =p?\(\@@%ffffff@1@r`@j`@L@\(?Vt?xF@T@6?tj~@zG@$ffffff@ffffff? =p@@@@M@dP@@?(\)?333333@ɺ^5?}@"7KƧ@-V@x@@TǮzH1 liver@a1 cup, chopped or dicedPoultry FF3;4WGTURKEY,ALL CLASSES,NECK,MEAT ONLY,RAW@R8Q@`@4# =p@zG?@A@@3@g@@r@W@@QR?M?vȴ9@<?ȴ9Xb?E@ Z1'?Gz?׮zG@&@&@&?=p =?Q?zG?zG@S@(1 unit@f1 neck, bone and skin removed@EPoultry<4oGTURKEY,ALL CLASSES,NECK,MEAT ONLY,Cooked,Simmered@PL(\@f@: =p@ =p ?Q@B@ffffff@.@^@b@L@zG{?öE?+ I@B?nO;?ȓtj~?C$?nO;?Gz@ @ @ ?p =q?zG{@ @Q?ffffff@p =q@^@$1 unit@c1 neck, bone and skin removed@DPoultry 449 5)SOUP,Cheese,Canned,Prepared with Equal VOLUME H2O,Commercial@VzH@O@Q@\(? =p @ =p ?ٙ@L?333333@@K@O@x@?У =p?vȴ9?vȴ9??|1&y?(\)?ěS?zG{?zG{@@@@{@^@]@@?333333?Q@(@n1 cup@1 canSoups & Sauces 5%)SOUP,Chicken with DUMPLINGS,Canned,Prepared with Equal VOLUME H2O,Commercial@VR@D@ =p@QR?񙙙@zG?ə?Q@?У =p@@9@H@vP?333333?1&?lC@?|1&y?Q?C$?Q?Q????Q@k@@3@"?p =q?333333@C@W@@$?GzH??GzH@,@n 1 cup@>1 fl ozSoups & Sauces ;;? 5)SOUP,Chicken BROTH,Canned,Prepared with Equal VOLUME H2O,Commercial@W@0@(\)?=p =?QR?QR@?Gz?@>@U@s??1&?1&?pbM?-V?E?zG{?zG{@@@??zG{?zG{?θQ?(\)@n1 cup@n1 cupSoups & Sauces=5)SOUP,Cream OF Chicken,Canned,Prepared with Equal VOLUME H2O,Commercial@VzH@H?\(@(\)?Q@ffffff?@,??@.@B@y@?У =p?1&?öE??tj~??Ձ$/?zG{?|1&y????zG{@l@P@P?333333?p =q?Q@@n1 cup@>1 fl ozSoups & Sauces 5)SOUP,Chicken GUMBO,Canned,Prepared with Equal VOLUME H2O,Commercial@Wu\(@7?GzH?Gz?\(@ p =q?陙?QR@$?׮zG@@$@?@xp?333333?1&?^5?|@ ffffff@?zG{?zG{?hr Ĝ?zG{?vȴ9@@@?zG{@K@?333333@@@@@@<? =p?GzH?Q@@n1 cup@>1 fl ozSoups & Sauces 5)SOUP,Chicken NOODLE,Canned,Prepared with Equal VOLUME H2O,Commercial@V\(@??Gz?QR?333333@ =p ?333333?(\)@?zG{@@.@7@|?zG{?zG{?Q@??+ I??ffffff?Q?+ I@"@ ?@.?Q@r@.??zG{@e`@?GzH?p =q?p =q@@n 1 cup@>1 fl ozSoups & Sauces 5)SOUP,Chicken with RICE,Canned,Prepared with Equal VOLUME H2O,Commercial@WtzG@9?Q?GzH?ffffff@\(?333333?@? =p@"@E@u ?(\)?+ J?tj~@??|1&y?zG{?S?Q?zG{?Q@g@@"?zG{?ə@E@V@?QR?QR?\(@@n 1 cup@>1 fl ozSoups & Sauces 53)SOUP,Chicken Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,Commercial@W(\)@???Gz?zG@ zG{?ٙ? =p @? =p @@1@P@x?333333?1&?tj~@?ٙ?nO;?O;dZ?QR?Q?zG{@@@?@@E@?\(@ @d`@w@@K@G?ffffff?\(?@@n 1 cup@>1 fl ozSoups & Sauces 5 )SOUP,CHILI Beef,Canned,Prepared with Equal VOLUME H2O,Commercial@U,(\@Q@p =q@Q?Q@!(\)@ffffff?GzH@1?333333@(@M@j@@y?Q?9XbM?Gz@333333??tj~?Q?S?ə? ěT@@@? =p@@>?Q?@4@s@@R@@R?p =q?Q?(\)@@o@1 cup@?3333331 fl ozSoups & Sauces 5)SOUP,CLAM CHOWDER,MANHATTAN,Canned,Prepared with Equal VOLUME H2O@VzH@@??Q?\(@ =p ?333333?(\)@&?p =q@@1@S@@m?ٙ?S? =p@ffffff??tj~?bM?p =q?E@@@?\(@y@7@?Q@333333@S@h@@@5?tj?tj?hr!?@n1 cup@>1 fl ozSoups & Sauces ++< 5))SOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Prepared with Equal VOLUME H2O,Commercial@V\(@C?Q?Gz?Q@\(\?333333?333333@2?Q@@6@N@wp? =p?1&?^5?|@?陙?bM?nO;?7KƧ? =p?hr Ĝ@@@@ =p =@????333333@?\(??@@n1 cup@>1 fl ozSoups & Sauces@ 5#)SOUP,Beef BROTH,BOUILLON,CONSOMME,Prepared with Equal VOLUME H2O,Commercial@X\(@(@\(?Q?\(\@?(\)@*@P@p?333333?1&?tj~?ٙ?nO;?tj~?Gz?zG{?zG{???@n 1 cup@P1 canSoups & Sauces B5(5 )SOUP,MINESTRONE,Canned,Prepared with Equal VOLUME H2O,Commercial@VQ@A?QR? =p? =p @ =p?ٙ@,?QR@@7@`@@w? =p?1&?tj~??+ I?nO;?$/?Q?E@.@ @@5@P@H?p =q?ҏ\(?p =q?@n 1 cup@P1 canSoups & Sauces:*5)SOUP,MUSHROOM BARLEY,Canned,Prepared with Equal VOLUME H2O,Commercial@W@>? =p?\(?񙙙@333333?333333@?Gz@@9@C@v?ə???zG{?nO;? =p ??Q@@@@T@@? =p ?=p =?ҏ\(@n1 cup@1 canSoups & Sauces 119+5)SOUP,Cream OF MUSHROOM,Canned,Prepared with Equal VOLUME H2O,Commercial@VQ@J?ffffff@ p =q?\(@zG{?ə?=p =@3?Gz@@4@D@v?θQ?1&?^5?|?333333?ٙ?tj~?l? I^5?Q?xtj~@@@?zG{@4@@?\(?陙????ffffff?zG?@n1 cup@1 canSoups & SaucesC,5))SOUP,MUSHROOM with Beef STOCK,Canned,Prepared with Equal VOLUME H2O,Commercial@WQ@A? =p?ffffff?Q@zG{?333333@?\(@@.@P@@x?=p =?^5?|?öE?ٙ?1&y?+?ߝ-V??Q@@@@@:?zG{?\(?zG{@@n1 cup@1 canSoups & Sauces GGCx-5)SOUP,ONION,Canned,Prepared with Equal VOLUME H2O,Commercial@WC =p@8?\(? =p ?QR@ Q?ٙ?(\)@&?Q?@@<@{P??1&?1&???1&y?zG{?;dZ?zG{@@@??zG{?333333??(\)? =p?GzH@n 1 cup@P1 canSoups & Sauces9.5)SOUP,Cream OF ONION,Canned,Prepared with Equal VOLUME H2O,Commercial@V@F?zG@GzH?񙙙@?ٙ@,?У =p@@.@H@w?Q?Q???$/?vȴ9X?^5?|?Q?zG{@@@?zG{@^@@?333333?Q?333333@@n1 cup@1 canSoups & Sauces NN.05)SOUP,OYSTER STEW,Canned,Prepared with Equal VOLUME H2O,Commercial@W =p@8? =p?p =q?zG? =p @"?=p =@@4@4@yp@zG?&x?tj~??nO;?Q?E??tzG{????Q@=@ @? =p?QR?Q@@n 1 cup@P1 canSoups & Sauces|15 )SOUP,PEA,Green,Canned,Prepared with Equal VOLUME H2O,Commercial@TzG@P@ Q?Q?Q@%333333?񙙙?333333@&?\(@0@I@S@v?\(?S?E@ ?ffffff?tj?S?߾vȴ9X??$/???@T@@?333333@333333@@G@p`?Q?ٙ?333333@o@1 cup@1 canSoups & Sauces ??=35)SOUP,PEA,SPLIT with HAM,Canned,Prepared with Equal VOLUME H2O,Commercial@TqGz@R@QR? =p?\(@&?@"?@3@U@c@x? =p?° ě?\(?333333?-V?Q?-??S????@f@"?ffffff?Q?@@o1 cup@01 canSoups & Sauces|45 )SOUP,PEPPERPOT,Canned,Prepared with Equal VOLUME H2O,Commercial@V@E@Q?Q?ffffff@Q?ə?\(@$?׮zG@@1@O@y0?QR?1&?A7Kƨ??333333?+ I?zG{?A7Kƨ?Q?@@@?Q@x@3?(\)@@S@g@@@*?333333?\(?333333@@n 1 cup@P1 canSoups & Sauces ??:55)SOUP,Cream OF POTATO,Canned,Prepared with Equal VOLUME H2O,Commercial@W\(@>? =p ? =p ?=p =@?ə@ ?ə?@3@L@y?У =p?^5?|?öE?1&y?Q?I^5?}?\(?Q????zG{@]@=@;??p =q?\(@@n1 cup@1 canSoups & Sauces75)SOUP,SCOTCH BROTH,Canned,Prepared with Equal VOLUME H2O,Commercial@V =q@@@zG{?p =q?Q@p =q??@?ffffff@@7@P@z@?Q?1&?tj~??ٙ?bM?tj~?x??Q@@@?(\)@@@F? =p@@i@{@8?p =q?zG{?p =q@@n 1 cup@P1 canSoups & Sauces 3)3r 4s/CEREALS Ready-to-eat,CORN FLAKES,Plain,SINGLE BRAND@ @v@?@ffffff@U@@@@3J=p @0@J@]@@?޸Q?vȴ9X?E@ffffff?p =q?QR@1(\?|hr? =p@vP@u @3@@p =q@@@??333333@H@R@ ?Q?1&@<1 cup@5L1 boxBreakfast CerealsS 4G/CEREALS Ready-to-eat,TASTEEOS@@x@)@ffffff@ @Sfffff@%333333@@G@<@[@@x@r@@Gz?+ @B@J??@1?ߍO;dZ?@v@t@3@X@333333@9@@?ffffff?? ě? I^5?tj~@81 cup@1 cupBreakfast Cerealsh 4u /CEREALS Ready-to-eat,GENERAL MILLS,Whole GRAIN TOTAL@zG@t@@!\(@333333@'# =p@R@"333333@/@@R@``@r@u@@M?C$@zG@333333@i@Q@ Q@Vfffff@A@"R@@@3@@5ffffff@ @P@P@F?333333?\(?=p =?Q@>.75 cupBreakfast Cereals v5 /CEREALS Ready-to-eat,Whole WHEAT,SHREDDED,PRESWEETENED,SINGLE BRAND@\(@x@# =p@(\)?Q@TNzG@@7zG@;@ zG@V@@m@o@6@p =q?lC@+@Ds33333?nO?$/@#:G{?zG?ȴ9Xb@h@b@E@r@ =p ???tj?$/?"`A@J1 cupBreakfast Cerealsk4G/CEREALS Ready-to-eat,WAFFELOS@@yP@ffffff@?ffffff@U33333@<@/@5@x@V@z?Q?hr!@J??@1?Ƈ+ I?@&@&@&@333333@9@@@>1 cup@1 cupBreakfast Cereals v5 ! /CEREALS Ready-to-eat,QUAKER,KRETSCHMER HONEY CRUNCH WHEAT GERM@ 333333@w@@:@Q@\(@MzG@$ffffff@8ٙ@I@ @q@@ @&@+\(? =p @/\(@M?p =q?zG@Q?񙙙?@@X@3@@48Q?\(? =p@\(\@,1.667 tbspBreakfast Cerealsk4g/CEREALS Ready-to-eat,WHEAT GERM,Toasted,Plain@ffffff@w@=@%ffffff@@H@.333333@333333@F@".zG@t@@@@0Q? =p@3j~@P@@?Q?=p =@\(\?1&x?KƧ@v@v@v@Y@@/G{@@O@?GzH?@zG{@\@1 cup@1 cupBreakfast Cereals[4y /CEREALS Ready-to-eat,GENERAL MILLS,FRENCH TOAST CRUNCH@Q@x`@@ @zG@V?@D@p@.@$@i@R@@@)? =p@333333@4??Q@033333?Q@t@s@3@H@@ @}@}0? =p?陙@@@I@?333333?$/?;dZBreakfast Cereals *'*y4/CEREALS,CORN GRITS,WHITE,Regular and QUICK,Enriched,DRY@$@w0@!?333333?ٙ@Sfffff??zG{@@GzH@;@R@@a ??=p =?333333?"`A@1?zG{?QR@ =p? =p ?`A7@i@i@@u@?Q?333333??@? =p?333333?nP@c1 cup@#ffffff1 tbspBreakfast CerealsU4c /CEREALS Ready-to-eat,GENERAL MILLS,WHEATIES@ GzH@v0@$@ @ p =q@T@@$@,@;@Z@t@w @@9?+ J@@4@@ =p@@fffff?xF@ =p@@@@3@@$@ @P@P? =p??333333?vȴ9X?-@>1 cupBreakfast Cereals 55/CEREALS,CORN GRITS,WHITE,Regular and QUICK,Enriched,Cooked with H2O,without SALT@UVfffff@M?Q?QR?zG{@)p =?333333?@?333333@@&@5@?Q?nO;?nO;@??|hs?(\)?vȴ?+?$/@@@@?@L?zG{???tj~??|hs@n@1 cup@.3333331 tbspBreakfast Cereals ''q4/CEREALS,QUAKER,CORN GRITS,Instant,Plain,Prepared with H2O@TG{@Q?\(?QR? =p @.Q??Q@@=p =@@5@<@j@? =p??Q@ ?/v?hr Ĝ?"`B?E?zG{@A@@?@L??zG{??tj~?S?/v@n1 cup@.1 tbspBreakfast Cereals`4c /CEREALS,QUAKER,CORN GRITS,Instant,Plain,DRY@ Gz@u`@ (\? =p @ \(@SzG@333333?ҏ\(@5@>aGz@B@[@b@@?p =q?? =p@1?Q?@!?ۅQ?Gz@f @e`@@r@?Q??@??Q?333333@<1 packetBreakfast Cereals   q5 /CEREALS,QUAKER,CORN GRITS,Instant,CHEDDAR Cheese FLAVOR,DRY@ffffff@v@ p =@Gz@Gz@REQ@@ =p @G@<zG@B@a`@e@@$??(\)?GzH@/ffffff?\(?Q@QR?ٙ?zG{@c@a@,@o?ə@*@@?ٙ?333333@?@?(\)?Q? =p@@<1 packetBreakfast Cereals ,,?5/CEREALS,QUAKER,CORN GRITS,Instant,CHEDDAR Cheese FLAVOR,Prepared with H2O@T =q@R??񙙙?zG{@,Q?陙?=p =@&@Q@ @;@@@v`?333333?vȴ9?vȴ9@?hr!? ěT??tj~?vȴ9X@>@;@@H?zG{@???zG{?ə??ӶE?-V?-V@>V4k!BABYFOOD,Dessert, desserts,DUTCH Apple,Strained@S@R?ə?ٙ?zG{@3p =?ffffff@1@?ə@@@@@0?zG{?5?|h?ə@5ffffff?+ I?vȴ9?tj~?+ I???@H@?zG{?@5@0@.?QR?zG{?zG{@>7=4k;TURKEY,ALL CLASSES,Light MEAT,MEAT and Skin,RAW@QuQ@c@5 =p@p =q?@*?\(\@8@g@p@M?Q?333333?nO;@6ffffff?1&y?p =q@I^5??zG?޸Q@@@?Gz@@@@@zG{?zG@P@@f1 unit@.5 turkey, bone removed@.Poultry>5;TURKEY,ALL CLASSES,Light MEAT,MEAT and Skin,Cooked,Roasted@Oj=p @h@<R@ \)?QR@5?\(@:@j@q@O@QR?tj~?zG{@=?1&y?`A7L@'-?1&x?zG@@@?ffffff? =p@Q@Q@zG@S@a1 cup, chopped or diced@a1 unit@,Poultry AA6?4i;TURKEY,ALL CLASSES,Dark MEAT,MEAT and Skin,RAW@QQ@d@2Q@!?Q@1? =p @4@e@@pP@Q@?7KƧ?$/@:ffffff? ě?"`B@ =p?+ I?zG{@$@$@$?QR@@@@ =p@@=p =@R@c1 unit@`.5 turkey, bone removed@:Poultry@4;TURKEY,ALL CLASSES,Dark MEAT,MEAT and Skin,Cooked,Roasted@Np =@k@;}p =@'zG? =p @@@(\)@7@h@q @S@ =p?333333?O;dZ@Bfffff?-V?zG@ =p =?\(?zG{@"@"@"? =p ?Q@@ Q@ 333333@Q@V@@a1 cup, chopped or diced@Z1 unit@;Poultry RR2A4OMTURKEY,ALL CLASSES,Light MEAT,RAW@RtzG@\@7\(?\(?@(? =p @;@i@s@O?Q?333333?tj~@8ffffff?bM?;dZ@`A7K?tj?Q@ @ @ ???GzH?Gz@N@b1 unit@.5 turkey, bone and skin removed@=PoultrytB4e;TURKEY,ALL CLASSES,Light MEAT,Cooked,Roasted@PGz@c@=fffff@ \(?GzH@3?@<@k`@s@P@QR?$/?zG{@@ ?;dZ?nP@Z1'?lD?GzH@@@?׮zG? =p ?zG{?Q?Q@Q@@a1 cup, chopped or diced@]@1 unit@:Poultry TT 1C4MMTURKEY,ALL CLASSES,Dark MEAT,RAW@RQ@_@@4R@Q?\(@1?@6@g@q@S@@ \(?`A7?+ I@<?j~#?I^5?}@?zG{? =p @&@&@&?ٙ?Q?zG?\(@Q@@`1 unit@.5 turkey, bone and skin removed@BPoultrysD4c;TURKEY,ALL CLASSES,Dark MEAT,Cooked,Roasted@OQ@g`@<R@Gz?QR@@@ =p@8@i@r @S@ =p?zG{?O;dZ@Ds33333? ěT?Ͼvȴ9X@ 1&x?tj~? =p @"@"@"?׮zG?zG{@333333@\(\?=p =@GzH@U@@a1 cup, chopped or diced@V1 unit@BPoultry >>/E4_7TURKEY,ALL CLASSES,BACK,MEAT and Skin,RAW@PR@h@2(\@*8Q?GzH@1?zG@2@c@m@P@\(\?A7Kƨ?zG{@:ffffff? =p?lC@tj~?XbM?ҏ\(@"@"@"? =p @$@@@ GzH@\(@ =p@R@v.5 back, bone removed@G1 unit@DPoultry F4u;7TURKEY,ALL CLASSES,BACK,MEAT and Skin,Cooked,Roasted@LQ@n`@: =p@,\(?\(@@@Q@6@g@p@@R@@\(\?-V?O;dZ@Bfffff?S?̬1&y@ hr ?+ I^?333333@ @ @ ?\(?Gz@@Q@@ @V@a1 cup, chopped or diced@p`.5 back, bone removed@DPoultry >3G4c;TURKEY,ALL CLASSES,BREAST,MEAT and Skin,RAW@Q33333@c@5 =p@zG?Q@*?333333@8@g@@q0@M?Q?l?nO;@6ffffff?-V?p =q@?;dZ?޸Q@@@?Gz@@@?\(@GzH?\(@P@@b@1 unit@.5 breast, bone removed@$Poultry>H4y;TURKEY,ALL CLASSES,BREAST,MEAT and Skin,Cooked,Roasted@O(\@g@<\(@ =p?zG{@5?ffffff@;@j@@r@O@=p =?bM?zG{@=?/v?ěS@u\(?I^5?}?޸Q@@@? =p @@?@R@\1 unit@.5 breast, bone removed@ Poultry UU,I4]3TURKEY,ALL CLASSES,LEG,MEAT and Skin,RAW@R,(\@b@3=p @Gz?zG{@1?Q@5@f @q@R@Q?-V?+ I@:ffffff?E? I^5@tj~?p =q?\(@$@$@$?\(@??@zG{@zG{?GzH@Q@Z@1 unit@1 leg, bone removed@1PoultrywJ4s3TURKEY,ALL CLASSES,LEG,MEAT and Skin,Cooked,Roasted@NQ@j@;޸Q@# =p?zG@@@ffffff@7@h@q@S@@zG?öE?O;dZ@Bfffff?Q?+ @ |hr?GzH?Q@"@"@"? =p ? =p@ffffff@zG{@\(@\(@U@@Q1 unit@1 leg, bone removed@3Poultry QQ.K4_5TURKEY,ALL CLASSES,WING,MEAT and Skin,RAW@P\(@h@48Q@( =p?Q@,?(\)@5@d@n@K? =p?E?hr Ĝ@6ffffff??(\)@33333?^5?|?=p =@@@?\(@&@@@ =p =@Gz@Gz@Q@@1 unit@p1 wing, bone removed@@PoultryyL4u5TURKEY,ALL CLASSES,WING,MEAT and Skin,Cooked,Roasted@MQ@l@;aGz@((\? =p @8?\(\@9@h@p@N@?1&y?zG{@=fffff??&x@hr!? ě?Gz@@@?\(?\(@ Q@ =p@Q@T@@81 unit@g@1 wing, bone removed@APoultry ;(M5 TURKEY,FRYER-ROASTERS,MEAT and Skin and GIBLETS and NECK,RAW@R9@`@6&fffff@?p =q?@*?@6@e@n@N@Q?tj~?Q@8?ə?tj?˅Q@W =p?zG{?Gz@:@:@:?@x@]@]?Q?Q?Q@W@1 turkey@9PoultryAN5TURKEY,FRYER-ROASTERS,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@P|@e`@<zG@\(? =p ?zG{@7@\(@8@h@n@@P@@Q?ěS?vȴ9X@A??$/?˥S@Q?+?ٙ@5@5@5?Q@l@P@P?=p =?=p =? =p @]@o`1 unit@1 turkey@9Poultry OO/O4[;TURKEY,FRYER-ROASTERS,MEAT and Skin,RAW@R/\(@`@6^Q@?@*?Q@6@e@n`@M?Q?n?$/@8?E?S@'-?zG?ۅQ@"@"@"?Gz@???\(\?QR?\(@T@@s`1 unit@.5 turkey, bone removed@9PoultryzP4q;TURKEY,FRYER-ROASTERS,MEAT and Skin,Cooked,Roasted@Pp =q@e@PoultryEX5;TURKEY,FRYER-ROASTERS,Dark MEAT,MEAT and Skin,Cooked,Roasted@P4zG@f@; =q@=p =?zG@;@ =p@7@g@m@S@ =p?n?tj~@C?tj~?zG@ ?/v?Q@"@"@"?׮zG@\(@(\)?zG@]@@Z1 unit@w`.5 turkey, bone removed@?Poultry xx;?Y4iMTURKEY,FRYER-ROASTERS,Light MEAT,MEAT ONLY,RAW@R =p@[@8.zG?\(\?\(\@$?Q@:@h@q@@J?=p =?5?|h?zG{@8ffffff?+?vȴ9X@$/?\(?=p =@ @ @ ?p =q?zG{? =p ? =p@P@a1 unit@~.5 turkey, bone and skin removed@?PoultryAZ4;TURKEY,FRYER-ROASTERS,Light MEAT,MEAT ONLY,Cooked,Roasted@Q# =p@a@>0 =q?Gz?p =q@.?Q@<@k@qP@L@ =p?tj?@@ ?E?hr Ĝ@vȴ9X?Gz?=p =@@@?\(?QR?Gz? =p@U@a1 cup, chopped or diced@Z1 unit@?Poultry KKQ85)SOUP,Cream OF SHRIMP,Canned,Prepared with Equal VOLUME H2O,Commercial@W p =@B?=p =@ =p ?\(@ Gz??θQ@?(\)@@*@8@y? =p??333333@ffffff?bM?+ I?ffffff?Q?zG{@@@?θQ@I@$@"?У =p?@*@?GzH?Q?zG{@@n1 cup@1 canSoups & Sauces+<5 )SOUP,STOCKPOT,Canned,Prepared with Equal VOLUME H2O,Commercial@VQ@D?Q?GzH?Q@@"?ffffff@@6@X@z?zG?vȴ9?vȴ9?陙?nO;?$/?ߝ-V?Q?nO;@@@@,@T@?ffffff?=p =?Q@@n1 cup@1 canSoups & Sauces  =5')SOUP,TOMATO Beef with NOODLE,Canned,Prepared with Equal VOLUME H2O,Commercial@UG{@L?GzH?(\)?Q@!W =p?333333?@?p =q@@7@V@w? =p?1&?^5?|@?hr Ĝ?l?nP?zG{?nO;@ @@@(?zG{@k`@(??ۅQ?333333@>@\@@@5??Q?Q@@n1 cup@1 canSoups & Sauces 88:~?5)SOUP,TOMATO RICE,Canned,Prepared with Equal VOLUME H2O,Commercial@V =p@H?333333?񙙙?@!\(?333333@\(\@"?zG{@@,@`@t?Gz?vȴ9?+?@??zG{?S??vȴ9X@@@@m@,@?zG?@a@@??Gz?θQ?ᙙ?@n1 cup@1 canSoups & SaucesBA5)SOUP,TURKEY NOODLE,Canned,Prepared with Equal VOLUME H2O,Commercial@W?\(@<??=p =?\(@ QR?333333@?\(@@4@?@t?θQ?1&?^5?|@??Q?vȴ9?M?Q?Q@ @?@*?Q@^@?p =q?Q?ə@@n1 cup@>1 fl ozSoups & Sauces IB51)SOUP,TURKEY Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,Commercial@W8\)@>?zG{?(\)?zG@ =p?ə@?zG{@@1@R@@w??1&?1&?tj~?bM?ڰ ě?ə?zG{@@@?Q@@I?׮zG?ᙙ?Q?@n 1 cup@>1 fl ozSoups & SaucesD59)SOUP,VEGETARIAN Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,Commercial@WQ@>? =p?陙?zG{@Gz?ə?333333@"?@@,@U@uP?QR?1&?r ě??333333?+ I?tj~?QR?Q?O;dZ@@@@@H?\(@@i @}@ @@i`?Q?\(?333333@n 1 cup@P1 canSoups & Sauces G5)SOUP,Vegetable, vegetables Beef,Prepared with Equal VOLUME H2O,Commercial@V =p@@@QR?\(?\(@zG?ə?ٙ@?p =q@@1@Q@t@?(\)?333333?nP???Q?zG{?nO?Q?vȴ9X@@@? =p@8@C?333333?@d@w@g@G?ffffff?Q?@@n1 cup@1 canSoups & Sauces ==YH5C)SOUP,Vegetable, vegetables with Beef BROTH,Canned,Prepared with Equal VOLUME H2O,Commercial@V@A?zG?GzH? =p@\(?ə@Q@?ٙ@@0@T@u?Q?bM?Q?񙙙??$/?tj~?٩lD?Q?O;dZ@@@@@E?p =q?@e@z@&@@O? =p ?p =q?Q?@n 1 cup@P1 canSoups & Sauces#I4u)SOUP,Cream OF ASPARAGUS,Dehydrated,Prepared with H2O@Wy@7?(\)?zG?Q@ \(@"?ə?@(@J@s?GzH?1&?1&?333333?zG{?zG{?ə?Q?htj~@@@?zG{@[@?zG{?333333?У =p@oY1 cup@1 packetSoups & Sauces oJ4o)SOUP,BEAN with BACON,Dehydrated,Prepared with H2O@VnQ@D@\(?Q?\(\@Q@ 333333?p =q@5?@&@A@^@u?У =p??ə@?ٙ?zG{??333333?zG{?zG{@@@?zG{@4??Gz?333333@&@? =p ?ffffff?Q?@pfffff1 cup@@1 fl ozSoups & SaucestK4y)SOUP,Beef BROTH OR BOUILLON,Powdered,Prepared with H2O@X/\(@ ? =p?ҏ\(?Q? =p?zG{@?zG{@@$@.@p?Q?xtj~?bM?ffffff?`bM?bM?° ě?zG{?? I^5??5?|h?+ I@n1 cup@>1 fl ozSoups & Sauces hhQeL4[)SOUP,Beef BROTH,CUBED,Prepared with H2O@XR@?ffffff?zG{?\(\?Q?Q???@@ @~?bM?ffffff?pbM?tzG{?&x?zG{?????zG{?333333?@?zG{?Q@n)1 cup@>3333331 fl ozSoups & Sauces+M4g)SOUP,Beef NOODLE,Dehydrated,Prepared with H2O@WzG@0?(\)?zG{?p =q@333333?333333@? =p@@0@@@y?zG{?zG{?zG{??ə?+ J?tj~?љ?PbM?1&y@@?@$@??Q?Q?@o`1 cup@?ffffff1 fl ozSoups & Sauces l N4g )SOUP,CAULIFLOWER,Dehydrated,Prepared with H2O@W;Q@;?zG?p =q?GzH@\(@?ə?@4@D@t??zG{?zG{??Q?Q?ə?zG{?zG{????Q@??ҏ\(?@p1 cupSoups & SaucesO4o )SOUP,Cream OF CELERY,Dehydrated,Prepared with H2O@W\@9?zG{?zG{? =p@Q@,?ə@@*@E@t??? =p ??zG{?zG{?Q?ٙ????zG{@Z@??Q?θQ@o1 cupSoups & Sauces \\ZzP5)SOUP,Chicken BROTH OR BOUILLON,Dehydrated,Prepared with H2O@X333333@"?ᙙ??\(?Gz? =p@?Q@@@$@?htj~?1&y?zG{?zG{????zG{@0??Q@333333@@ ?@*?(\)?\(?333333@n1 cup@>1 fl ozSoups & Sauces"Q4w)SOUP,Chicken BROTH CUBES,Dehydrated,Prepared with H2O@X[Q@?\(?Q? =p ? =p@??@@$@t`?zG{?zG{?tzG{?zG{?^5?|?zG{????zG{@???Q??zG{@n`1 cup@f1 cubeSoups & Sauces pS4q)SOUP,Cream OF Chicken,Dehydrated,Prepared with H2O@V(\@D?\(@QR?Q@p =q??Gz@=?@@B@T@|`?333333??333333@?ə?zG{?+??333333?zG{@@@?@c@ ?p =q@ffffff@@T@2?@I???zG{?@pQ1 cup@@L1 fl ozSoups & SauceslU4i)SOUP,Chicken RICE,Dehydrated,Prepared with H2O@Wu\(@8? =p ?=p =? =p @ GzH?333333?ə@@@@x@??zG{?zG{@?nO;?Q?zG{?Q@?zG{???? =p??\(?@n1 cup@>1 fl ozSoups & Sauces LL7V5 )SOUP,Chicken Vegetable, vegetables,Dehydrated,Prepared with H2O@W =p@4?Q?zG{?zG{@Gz@?p =q@"@*@;@t ?zG{?zG{??333333??1&y?tj~?щ7KƧ??Q????zG{@?Q?Q?Q?@oVfffff1 cup@g1 packetSoups & SaucesuY4{)SOUP,CONSOMME with GELATIN,Dehydrated,Prepared with H2O@WzG@? =p?zG{@ =p?\(?У =p@?@@0@7@?zG{?ffffff?zG{?p =q?zG{?zG{@@@?@?zG{@@_@o 1 cup@?1 fl ozSoups & Sauces ssYbZ4Y)SOUP,LEEK,Dehydrated,Prepared with H2O@W1R@<?\(?Q?GzH@?333333?zG{@(?ə@@(@A@w? =p ?1&y?zG{?ffffff??zG{?zG{??zG{?zG{@@@?zG{@,??Q?ٙ@@@@?ٙ?\(?Q?@o1 cup@o1 cupSoups & Sauces#\4e)SOUP,MINESTRONE,Dehydrated,Prepared with H2O@VG{@???\(?\(\@\(@.?ٙ@@8@`@y@?333333??zG{?ffffff?ٙ?Q?zG{?ٙ?333333?zG{@,@@@3@]@?zG{?ҏ\(?zG{?@o1 cup@1 packetSoups & Sauces ]14e!BABYFOOD,Vegetable, vegetables,PEAS,Strained@U@D@ ?333333?@ 333333@@ @4?Q@.@E@\@?ffffff?bM?@?j~#?;dZ?I^5?}?Q?lD@:@:@:@|P@7?zG{@-333333@*@p@?S?S? I^5?@n1 cup@.1 tbspBaby Foods c04q!BABYFOOD,Vegetable, vegetables,CORN,Creamed,Junior@TY@P@?ffffff?ٙ?ᙙ@0L@?zG@?GzH@ @@@T@@J?p =q?tj~?@?vȴ9?tj~? ěT?hr!?E@4@4@4?zG{@A@?zG{@$@*@@zp?l?-V?ȴ9Xb?@n1 cup@.1 tbspBaby Foods e/4u!BABYFOOD,Vegetable, vegetables,CORN,Creamed,Strained@Tfffff@L?ffffff?ٙ?@,333333@?zG@4?Q@ @@@V@E?QR?hr Ĝ?@?vȴ9?bM?bM?ҏ\(?E@1@1@1?zG{@R@@?zG{@4@:@@vP?tj~?-V?Ƈ+ I?@n1 cup@.1 tbspBaby Foods zQo4-5CHEESE,CAMEMBERT@Ifffff@r@3@8B\(@ p =q?p =q?p =q@x@?Q@4@u@g`@P@ =p ?$/?tj~@-?1&y?;dZ?(\)?m?Vu@O@O@O?@@n @n?Gz@@(@.S@O;d?+ I^@R@n1 cup@DJPV\bhntz "(.4:@FLRX^djpv|2<žIÞVĞY!+.0257:<=>BFLUZa c!g"j#l%n&p'q(r)s*y+ , - . / 012345 Z$[&\,].^/_1`abcd!e#f%g(h0i2j4k8l=?ACEGJOZ]_eghijlnprxzۤܤݤޤ ߤ T!#%() *!+",#-$/%0&1'2(3)4 y_q4)%'5CHEESE,CHEDDAR@B`@y0@8fffff@@R@p =q?zG{? =p@?\(@<@@X@h@Gz?vȴ9X?zG{@+?S??zG{?nO;?l@2@2@2?\(@P@p@p ?ҏ\(@ffffff@U@@5O;d@"1&x?$/@Z@@`1 cup, diced@n1 cup, meltedDairy & Egg Productsr4+ 5CHEESE,CHESHIRE@B33333@x0@7^Q@>@ @Q@?Gz@5@}@W@@QR?$/?tj~@-?O;dZ?n?zG{?nO;?l@2@2@2?\(@@m @k@3y@!WO;d? =p@Y@@"@"?xF?(\)?Q@@b 1 cup@\@4 ozDairy & Egg Products 66aw4M5CHEESE,COTTAGE,LOWFAT,2% MILKFAT@S =p@V@+zG{?Gz?=p =@ =p ?Q@Q@?zG{@@b@X@y`?Gz?1&y?htj~@$ffffff?tj~?ǮzG?nO;?"`?tj~@*@*@*?Q@S@5@5?zG{?ə@?7KƧ?ᙙ?5?|h@ @l@1 cup@\@4 ozDairy & Egg Productsax4M5CHEESE,COTTAGE,LOWFAT,1% MILKFAT@TQ@R@(ǮzH?QR?=p =@\(@\(@N?Q@@`@U@y`?QR?1&y?htj~@"?$/?Q?bM?˅Q?hr Ĝ@(@(@(?(\)@D@&@&?zG{?@? =p?ҟvȴ9?vȴ9X@@l@1 cup@\@4 ozDairy & Egg Products YY,Oy4%5CHEESE,CREAM@J@u@333333@Ao\(?Q@GzH?ə@T?333333@@Z@]@r?GzH?bM?pbM@333333?hr Ĝ?7KƧ?"`B?XbM?bM@*@*@*?Gz@@v@vp?333333@333333@V@@5KƧ@#V?=p =@[@m1 cup@-1 tbspDairy & Egg ProductsPz4#5CHEESE,EDAM@DǮzH@vP@8p =@;@Gz?Gz?Gz@?(\)@>@@g@(@?nO;?+ I@-?l?`A7L?E?lC?tj~@0@0@0? =p@@n`@n@?θQ@ffffff@&@1nO@ @?GzH@V@@GzH@ ffffff?\(?@P? =p @;@{@T@@@?bM?+ I@-?Q?\(?+?Gz?9XbM@2@2@2?\(@@h@h?У =p@@S@3`A7@!n?ěS@V@@`1 cup, diced@\@1 cup, shreddedDairy & Egg Productsg4E+5CHEESE,MOZZARELLA,Whole MILK@IGz@r@6+Q@6Y@ =p =@Q?zG{@?(\)@4@v @S@@\(\?+ I?Q@1?Q?1&?vȴ9? I^5??l@@@@=p =@ @f`@e?QR@ffffff@L@*M@Jn?zG{@S@\1 cup, shredded@ =p @ GzH?Q?Q@h?=p =@;@}@@`@@zG{?vȴ9X?bM@-?vȴ9?zG{?^5?|?QR?1&y@(@(@(?Q@@r@r?У =p@@*@3hr@!l1&y?&x@X@`1 cup, diced@\@1 cup, shreddedDairy & Egg Products WW,QD4K!BABYFOOD,Juice,Apple and CHERRY@V`@D??ə?333333@#?@!\(@?Q@@@X@?Q?tj?@M&fffff?bM?Q?bM?1&?vȴ9X@?zG{?ٙ@@:?Q?+ I?Q@?3333331 fl oz@_1 jarBaby FoodsPE4O !BABYFOOD,Juice,Apple,with Calcium@V33333@F?Q??޸Q@&333333?ٙ@"@_?ə@@ @W@?Q?zG{?ҏ\(?@5333333?zG{?zG{?zG{?Q?Q?nO;?tzG{?bM@g1 servingBaby Foods qJ4}!BABYFOOD,DINNER,Vegetable, vegetables and Chicken,Junior@U =q@J@QR?Q?Gz@!QR?񙙙?\(\@;?Q@ @@@T@S?333333?zG{?(\)@?ə??O;dZ?tj?A7Kƨ?O;dZ@@@?zG{@h@``?zG{@@@@B?S?ٺ^5?|?7KƧ@@p1 cup@01 tbspBaby Foods{N4u!BABYFOOD,DINNER,Mixed Vegetable, vegetables,Strained@V,@D?333333??@#@6?Q@&@8@^@@ ?zG{?+ I?ffffff@ffffff?Q?vȴ9X?bM?Ѻ^5?|?333333@ @ @ @P@a@@G@1?ٙ?bM@?ffffff?1&y?nO;?⟾vȴ9?p =q?vȴ9X@(@@@1?@@@?zG@ffffff@b@@t@@d`?nP?`A7?bM@ @01 tbsp@@?Q?333333@*@$@0?5?|h?M?ffffff@@?@*@9@i@6?׮zG?j~#?Õ$/?333333?zG{?zG{? =p?Vu?7KƧ@@@?@@k??\(?@<?M?\(\?޸Q@&@01 tbsp@\@1 jarBaby FoodsRh4u !BABYFOOD,DINNER,POTATOES with Cheese and HAM,Toddler@T`@S@ @?zG{@'?333333?陙@J?ٙ@,@[@a@i?333333?Q?nO;@????\(?zG?zG{@@@?@?@ @ ?zG{?@@?񙙙?tj~?/w@Baby Foods ``Ia4k !BABYFOOD,Cereal,BARLEY,Prepared with Whole MILK@R@[@ffffff@ ffffff?333333@0L@l@(zG@>@b@h@H?\(?$/?ȴ9Xb?~"@-V?E?tj~@"@"@"?333333@Z@@@b@n@N?(\)?nO;??-V? =p@ ?vȴ9@@@?Q@X@7@5@[4gMTURKEY,FRYER-ROASTERS,Dark MEAT,MEAT ONLY,RAW@SzG@[@4u\(@\(\?(\)@*?\(@6@e`@n@Q@@GzH?ļj~#?tj~@<?+ J?ə@-?ěS?׮zG@&@&@&?=p =??Q?陙@T@@a1 unit@}.5 turkey, bone and skin removed@BPoultry@\4};TURKEY,FRYER-ROASTERS,Dark MEAT,MEAT ONLY,Cooked,Roasted@P\)@d@@< =p@=p =?\(\@:@GzH@8@h@n@S@Q?̋C%?@Ds33333?1&?Ͼvȴ9X@ ěS?S?QR@$@$@$?\(?333333?\(\? =p@\@a1 cup, chopped or diced@V1 unit@DPoultry ?2]4e7TURKEY,FRYER-ROASTERS,BACK,MEAT and Skin,RAW@RzG@b@3 =p@zG?QR@3?ffffff@3@c`@i@N?Q?7KƧ?nO;@:ffffff?$/?ěS@ Vu?nP?zG{@$@$@$?\(@@@@\(@?zG@U@f.5 back, bone removed@J1 unit@DPoultry=^4{7TURKEY,FRYER-ROASTERS,BACK,MEAT and Skin,Cooked,Roasted@O\(@i@:&fffff@$zG{?333333@B?@4@e@@j@Q@ Q??|hs?O;dZ@Bٙ?zG{?ȴ9XbN@ "`A?1&x? =p@"@"@"? =p @Q@ =p =@Q@[@`@.5 back, bone removed@B1 unit@DPoultry :7_4]ITURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,RAW@R׮zH@^@4\)@ zG?\(@3? =p @5@e@k@P@@(\)?&x?tj~@<?bM?Ƈ+ I@ n?x?׮zG@&@&@&?=p =?Gz?陙?@R@E1 unit@b.5 back, bone and skin removed@IPoultryB`4sITURKEY,FRYER-ROASTERS,BACK,MEAT ONLY,Cooked,Roasted@P =q@e@@<Q@\(?@B?@6@f @k @R@@ffffff?x?@Ds33333? =p ?=p =@o?n?ٙ@$@$@$?=p =?=p =?zG{? =p @W@;1 unit@X.5 back, bone and skin removed@LPoultry ;6a4i;TURKEY,FRYER-ROASTERS,BREAST,MEAT and Skin,RAW@R8Q@_@@7\(@333333? =p @&? =p @:@h`@q@@H?zG{?E?zG{@7?+?-V@?E?GzH@+ ?&x?QR@@@?׮zG? =p?333333?QR@V@X1 unit@u.5 breast, bone removed@&Poultry 77;c4aMTURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,RAW@RzH@[@8??QR@$?Q@<@i@rP@H? =p?-V?$/@8ffffff?E?5?|h@Q?l?\(@ @ @ ?zG?Gz?(\)?\(@O@[1 unit@x`.5 breast, bone and skin removed@5Poultryd4wMTURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,Cooked,Roasted@Q@`@>\(?zG?=p =@(?zG{@=@l@r@@J? =p?Q?tj~@@ ?tj?ěS@F?-?Q@@@?\(? =p ?θQ? =p?ə@T@U1 unit@s .5 breast, bone and skin removed@5Poultry B/e4c3TURKEY,FRYER-ROASTERS,LEG,MEAT and Skin,RAW@R =p@]@4!Gz@ \(?(\)@&? =p@5@e@n@Q@@333333?`A7K?vȴ9@;?tj~?lC@+?Q?ffffff@$@$@$?ٙ@???񙙙?GzH? =p @U@X1 unit@u1 leg, bone removed@7Poultry:f4y3TURKEY,FRYER-ROASTERS,LEG,MEAT and Skin,Cooked,Roasted@PgzH@e@@<}p =@ =p?zG@7@Q@8@i@o@T@\(\?m?@Cٙ?vȴ9?r ě@ tj?n?\(@"@"@"?׮zG?Q?\(?zG@Q@Q1 unit@n1 leg, bone removed@9Poultry =4g4[ETURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,RAW@S'zH@[@4Y@\(?@$?QR@6@e@o@Q@ =p?M?S@<??Gz@ffffff?9XbN?׮zG@&@&@&?=p =?陙?GzH?Q@U@W@1 unit@t1 leg, bone and skin removed@<Poultry?h4qETURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,Cooked,Roasted@P\(@c@=0 =q@(\)?QR@6@GzH@9@i@p @T@@Q?"`?vȴ9@Ds33333?S?$/@ O;dZ?/v?׮zG@$@$@$?QR?QR?Q?zG@]@P1 unit@l1 leg, bone and skin removed@?Poultry @1i4e5TURKEY,FRYER-ROASTERS,WING,MEAT and Skin,RAW@Q(\@c@4ٙ@Gz?\(@,?=p =@1@a@@f@@L?\(?nP?bM@5??1&y@Z1'?m?ٙ@@@?ٙ@$@@@zG{@Q?@X@B1 unit@`1 wing, bone removed@BPoultryٙ@ Q?333333@:?zG{@6@e@i@S@ =p??|hs?S@@ ?Q?Z1'@|hr?-V?Gz@@@?=p =? =p ?333333?񙙙?333333?p =q@Y@11 unit@N1 wing, bone and skin removed@MPoultry @"m4{ TURKEY,YOUNG HEN,MEAT and Skin and GIBLETS and NECK,RAW@Qo\(@d@4&fffff@!\(??(\)@0?=p =@6@f@@p@O@ =p?vȴ9X?-V@7333333?ə?;dZ?ʟvȴ9@S?-?ٙ@8@8@8?333333@y@^@^@Q@ =p @p =q@R@@i1 turkey@6PoultryPoultry N#s4I5TURKEY,YOUNG HEN,Skin ONLY,RAW@Gffffff@z@'zG@DO\(?ٙ@3?QR@ @T@@Z@@?(\)?zG{?Q@'333333?tj~??|hs?S?zG?Q@@@?(\)@;@ @ @%333333@1O\(@"@T@@I1 unit@t.5 turkey, skin onlyPoultry.t4_5TURKEY,YOUNG HEN,Skin ONLY,Cooked,Roasted@A =p@~ @3zH@F9?(\)@@?Q@.@`@c`@F@zG{?+?+ I@b33333?$/?$/@hr Ĝ? I^5?Q@@@?θQ@'.zG@2 =q@$\(\@Z@?1 unit@h.5 turkey, skin onlyPoultry <5u4g;TURKEY,YOUNG HEN,Light MEAT,MEAT and Skin,RAW@QHQ@d@5\(@ 333333?@*?\(@8@f@p@K? =p?j~#?$/@6L?"`A?|hr@n?E?޸Q@@@?Gz@@@@Q@?\(@O@e1 unit@,.5 turkey, bone removed@0Poultry@v4};TURKEY,YOUNG HEN,Light MEAT,MEAT and Skin,Cooked,Roasted@OR@i@< =p@"?@7?=p =@:@j@q@M?zG?+ I?$/@<?vȴ9?nP@TE?Q?p =q@@@?\(@333333@ 333333@=p =@R@a 1 unit@.5 turkey, bone removed@,Poultry ss4=w4eMTURKEY,YOUNG HEN,Dark MEAT,MEAT and Skin,RAW@QzG{@e@2fffff@$? =p@2?GzH@4@e@@p0@P@ =p? I^5??O;dZ@:?hr Ĝ?xF@n?QR?zG{@$@$@$?QR@??@Q@ =p =@Q@P@@c1 unit@.5 turkey, bone and skin removed@;PoultryHx4{MTURKEY,YOUNG HEN,Dark MEAT,MEAT and Skin,Cooked,Roasted@MzG@m@;^Q@)\(?\(\@?@=p =@7@h@q@@R@ffffff?n?O;dZ@B?(\)?̋C%@ E?;dZ? =p@ @ @ ?\(@Gz@=p =@ \(\@U@Z1 unit@.5 turkey, bone and skin removed@;Poultry @:y4_MTURKEY,YOUNG HEN,Light MEAT,MEAT ONLY,RAW@RdzG@]@7 =p?\(?@(?zG@;@h@r@N?p =q?E?+ I@8ffffff?Q?ěS@$/?zG?Q@ @ @ ??\(?ҏ\(?(\)@M@b`1 unit@.5 turkey, bone and skin removed@>Poultry@ =p@9@i@r@@R@\(?l?tj~@Ds33333?5?|h?zG@zG?Ƨ-?\(@"@"@"? =p @Gz?QR@ =p@T@a1 cup, chopped or diced@W@1 unit@BPoultry ))i]4a)SOUP,MUSHROOM,Dehydrated,Prepared with H2O@V=p @C?(\)?Q?=p =@?333333?333333@:?ə@@>@S@y0?Q?tj~?@?ٙ?j~"?+ I?XbM?tj~?zG{@@@?@<@@?QR?陙@@d??zG{?zG{?Q@o1 cup@h@1 packetSoups & Saucesf^4[)SOUP,ONION,Dehydrated,Prepared with H2O@X\(@&??p =q? =p @zG{?ٙ?QR@?Q@@(@:@u?zG{?xtj~?tj~???+ I?O;dZ?+ J??????? =p?Q@n1 cup@g1 packetSoups & Sauces &&d_4])SOUP,OXTAIL,Dehydrated,Prepared with H2O@W=p =@<?\(?(\)?zG@ QR?ə?\(@?@@8@@@}?zG{?ffffff?zG{?zG{?333333?zG{?zG{@@@?@? =p?333333@@&???Gz?zG{?@n1 cup@o333331 cupSoups & Saucesn`4k)SOUP,PEA,Green,MIX,Dehydrated,Prepared with H2O@U\(@H@ =p?\(?Q@ p =?񙙙?Gz@ ?׮zG@1@H@V@| ?(\)?-V?XbM??j~#?1&y?߮zG?E?nO;@0@0@0?@2??zG{?@&@M?zG{?GzH?(\)?@p1 cup@i1 packetSoups & Sauces gb4])SOUP,TOMATO,Dehydrated,Prepared with H2O@Vl@C?\(??\(@GzH?ə@ Q@4?zG{@@9@[@v@?zG{?Q?Q?ə?333333?O;dZ?nO;?Gz?zG{?l@@@?Q@s@1??Gz?陙@f`@,@ @D?=p =?\(? =p @p1 cup@h1 packetSoups & Sauces{c5 )SOUP,TOMATO Vegetable, vegetables,Dehydrated,Prepared with H2O@WaGz@6?GzH?\(?Q@(\)?ə?zG@?@ @(@D@|P?Q?vȴ9?Q?@333333?O;dZ?nO;?+?/v?zG{@@@@R@@?Q?񙙙@E@X@C?333333?Q?Q@n 1 cup@o1 cupSoups & Sauces |d5)SOUP,Vegetable, vegetables Beef,Dehydrated,Prepared with H2O@W@5?\(?(\)?Q@ \(\?ə?(\)@?\(@"@,@>@x?(\)?tj~??333333??tj~?1&y?lC??$/@@@?@W@?zG{?@3@G@a@?(\)? =p ?zG{@o1 cup@˙1 packetSoups & Sauces  e5 )SOUP,Cream OF Vegetable, vegetables,Dehydrated,Prepared with H2O@V˅Q@D?\(\@Q?Q@Q?ə?\(@(?ə@@5@B@| ??zG{?Q?ffffff??zG?E?ə?Q?zG{@@@???\(?ffffff???ᙙ?\(\?=p =@pA1 cup@hc333331 packetSoups & Saucesl4m)SOUP,Chicken NOODLE,Dehydrated,Prepared with H2O@W=p @7?Gz?ᙙ?\(@ \(\??QR@?ə@@(@*@l?zG{?1&y?bM@ffffff?j~#?Q?ە$/?$/?zG{@@?@&?zG{@&???ffffff?@@ ?;dZ?=p =? =p@@n1 cup@o1 cupSoups & Sauces A85)SOUP,Beef MUSHROOM,Canned,Prepared with Equal VOLUME H2O,Commercial@W&fffff@>@\(?zG?333333@?@? =p @@,@O@x ?333333??ə?ffffff?bM?O;dZ?$/? =p ?zG{@@@?zG{?Q?QR?@@n1 cup@1 canSoups & Sauces;5)SOUP,Chicken MUSHROOM,Canned,Prepared with Equal VOLUME H2O,Commercial@V@K?@?333333@ffffff?@(? =p @@&@O@x ?ٙ???zG{?O;dZ?`A7K??zG{?zG{@}@7?\(\?ffffff?ffffff@@n1 cup@1 canSoups & Sauces CCD}5)SAUCE,HOLLANDAISE,with BUTTERFAT,Dehydrated,Prepared with H2O@T =p@W?Q@zG{?333333@=p =?333333?zG@H?ffffff@@H@H@?333333??zG{@333333??zG{?Q?+ I?333333?ə@@@?333333@k@M@M?Q?ffffff@*?@@@Q@QR? =p @4@p3333331 cup@ivfffff1 packetSoups & Sauces85)SOUP,TOMATO BISQUE,Canned,Prepared with Equal VOLUME H2O,Commercial@UG{@I?p =q?QR? =p@#333333?ə@0?Q@@8@e @z?θQ?vȴ9?vȴ9@333333?S?-V?\(??nO;@@@@r@@2@?(\)?Q?@@n1 cup@1 canSoups & Sauces ~y5)SOUP,TOMATO,Canned,Prepared with Equal VOLUME H2O,Commercial@V =p@A?Gz?GzH?\(\@333333?ə@ =p@? =p @@,@[@q??^5?|?^5?|?ə@;333333?nO;?$/?◍O;d?Q?O;dZ@@@@h@$?ffffff?@]@T@F?333333? =p ?\(@n1 cup@1 canSoups & Sauces~!4W)GRAVY,NESTLE,TRIO BROWN GRAVY MIX,DRY@=p =@y`@$ =p@-\(@(B\(@LzG@ @,@B?@ @^@,@ ?(\)?7KƧ?bM??Q?Gz?nO;?1&y@:@(\)@vȴ@tj@1 tbsp@1 servingSoups & Sauces x"4w)GRAVY,CUSTOM FOODS,SUPERB Instant BROWN GRAVY MIX,DRY@ =p @w@!\(@'33333@,zG@M =p@ @"u\(@]@@@@j@v@?Q?nO?"`B@"?ffffff?5?|h?E@+ J?9XbM? I^5?@Y?Q@C@vȴ9X@E?-V@(@|`1 package@1 servingSoups & Sauces#4])GRAVY,NESTLE,TRIO SOUTHERN GRAVY MIX,DRY@ p =q@~@zG@9s33333@@NAGz@@R? =p@,@P@a@@?zG{?-V?1&x?ffffff?Q?S?XbM?QR?hr Ĝ@?p =q@n@p =q@Q@'hr @@w1 package@$1 servingSoups & Sauces p$4k)GRAVY,CUSTOM FOODS,SUPERB COUNTRY GRAVY MIX,DRY@ =p@~@ 333333@:zG@\(\@J=p @@"@E@\(@0@[@@c`@?333333?j~#?ěS?ffffff?׾vȴ9X?ٙ@ -V?lC?E?Q@C@$ڟvȴ@)333333@ffffff@@@1 package@#ffffff1 servingSoups & Sauces %4m)GRAVY,CUSTOM FOODS,Reduced LABEL AU JUS BASE,DRY@#p =q@g@/\(\@ =p @G\(@6G{@@* =p @@zG@9@g@g@/?333333?n?I^5?}?? =p ?bM?S?1&?ЃnP@H?333333@H@$/?vȴ9X?bM@@$1 serving@|`1 packageSoups & Sauces x~&4Y)GRAVY,NESTLE,TRIO AU JUS GRAVY MIX,DRY@ \(@q?Q@ =p @@P =q@L=p ??@Y@ffffff?@@@??S?1&?PbM?tzG{?PbM?zG{?Z1'?&x@@1 tsp@h1 packageSoups & Sauces'4m)GRAVY,CUSTOM FOODS,SUPERB Instant AU JUS MIX,DRY@\(@r@5&fffff@\(@? @CQ@@2}p =@c@<@=@n`@p@ś?Gz?ؓtj~?m@?j~"?lD@R?׮zG?Gz?@C@ ěT@M?tj@@\@1 package@1 servingSoups & Sauces l0(5)GRAVY,CUSTOM FOODS,SUPERB PEPPERED OLD-FASH BISCUIT MIX,DRY@\(@@@GzH@= =p@\(@I\(@@Q@A?Q@0@Y@@a@`?GzH?333333?l?陙?և+ I?C$@+ I^?ם-V?+@@@3@,@G?(\)@z@!`ěT@4$/?-V?@@1 package@#ffffff1 servingSoups & Sauces)4u)GRAVY,CUSTOM FOODS,SUPERB Instant PORK GRAVY MIX,DRY@(\)@v@ \)@Q@+\(@P.zG@333333@(\(@]@@Q@6@e@j@u?\(\?~"?j~"?ffffff?vȴ9X? ěT?x?-V? ě@2?zG{@]@@Z1'@ \(\?ڏ\(@$@1 serving@|`1 packageSoups & Sauces V*4u)GRAVY,CUSTOM FOODS,SUPERB Instant Beef GRAVY MIX,DRY@@w@#@"\(@- =q@N@333333@%kQ@a@zG@D@m@| @S?QR?° ě?öE@2??-V?r ě?333333?|hr?lD@$? =p@D@Q@ E?tj@&@1 serving@|`1 packageSoups & Sauces&+4q)GRAVY,CUSTOM FOODS,SUPERB OLD-FASH BISCUIT MIX,DRY@zG@~@=p =@<zH@ =p @Kp =@333333@ Gz@B@(\)@(@T@h@? =p?ěS?Ł$/?333333?+ J?1&?O;dZ?-V?Q@@@9@ @I?p =q@}`@ $/@2 =q? ě@@@1 package@#ffffff1 servingSoups & Sauces #4/5CHEESE,NEUFCHATEL@OG{@p@@#Q@7nzG?\(\@Q@R?Q@ @a@\@x? =p?bM?pbM@?Q?\(? ěT?1&?E@&@&@&?У =p@@r@r@-bM@+ J?@S@\)@x0@?@: =q@Gz@ =p ?\(\@? =p@D@@U@@ =p?Q?zG{@-?l?׮zG?E?"`A?\(@@@?Q@y@X@V?p =q@@Q@@1p =@Z1'?"`@Z@ =p@\(@@?Q@>@x@V@D@ =p?hr Ĝ?Q@-?zG{?n?|hr?-V?vȴ9X@H@H@H?zG{@\@r`@r @3CS@ ě?Q@V@@y@v@0@zG?Q?zG{@0333333?Q?܋C%?l?C$? I^5?@@@?zG{@@c@b@.\(@\)? I^5@P@\)?p =q@zG?(\)@Q@?Q@@N@X@@A??|1&y?PbM??333333?tj~??$/?Гtj~?1&y@@@?ə@@qp@q ?(\)@@N@3VE@"/-V?I^5?}@[@^1 cup@m1 cup, fluidDairy & Egg Products ++c4A%5CREAM,FLUID,Heavy WHIPPING@LG{@u@ffffff@B?@QR?(\)@P@?Q@@O@R@C?p =q?xtj~?PbM??333333?+ I?(\)?+?QR?vȴ9@@@? =p @@y@yP?\(@ @R@71&x@%_;dZ?lC@a @]1 cup@m1 cup, fluidDairy & Egg Productsj4[5CREAM,WHIPPED,Cream TOPPING,PRESSURIZED@N=p @p@ @68Q?QR@(G{?Q@Y@?@&@V@@b`@`@?׮zG?zG{?PbM?ffffff?l? =p?Q?ӅQ?E@@@?ҏ\(@h@g@g?zG{?ffffff@E@+x@1&y?ffffff@S@N1 cup@1 tbspDairy & Egg Products @@&b4K5CREAM,SOUR,Reduced FAT,CULTURED@T\)@`@Q@(?Q@ =p ?zG{@Z?Q@$@W@` @D??bM?htj~@??Q?nO?&x?;dZ?bM@&@&@&?333333@w@@Y@Y?\(?333333@7@Gz@ ^5?|?܋C%@C@n@1 cup@.1 tbspDairy & Egg ProductsV 435CREAM,SOUR,CULTURED@Q@j@ GzH@4\(?Q@zG?zG{@]?Q@&@U@@b@J?GzH?tj~?htj~@??Q?nO?&x? =p ?bM@&@&@&?333333@@@f @e?333333?@D@*bM@7KƧ?`A7L@F@l1 cup@(1 tbspDairy & Egg Products ;;Nm5 !BABYFOOD,Cereal,OATMEAL,with HONEY,Prepared with Whole MILK@R@\@@333333?@.@r@&.zG@A@h@e@@H?\(?QR?+ I^?C$@"`A?r ě?Q@$@$@$?333333@1 fl ozBaby FoodsdY5 !Infant formula,NESTLE,GOOD START SUPREME,with IRON,Liquid Concentrate@R33333@_@QR@?Q@,ffffff@#ffffff@T@?ffffff@"@G@a @A?QR??@&?A7Kƨ?ȴ9Xb?GzH?QR@3@3@@?Gz@w@\@\?\(@$@\(@zG{?Q@*@?ffffff1 fl ozBaby Foods EE#ZZ5 !Infant formula,NESTLE,GOOD START SUPREME,with IRON,Powdered@@@&@:@=p =@L\)@Cfffff@t@@B@g@H@a@@ffffff?=p =@$ffffff@G ?bM?l@Q?ؓtj~@S@@S@@``?񙙙@@|@|@@D@'QR@!@Q@@@!ffffff1 scoopBaby FoodsY[5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,with IRON,Ready-to-feed@Vfffff@P?zG@ ?zG{@@Q@I?Gz@@A@Q@2?Q??@?vȴ9?O;dZ?Q?zG{@&@&@2?QR@h@@M@M?333333@?\(?GzH?p =q?@>1 fl ozBaby Foods 55(o\5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,with IRON,Liquid Concentrate, NOT REC@RzG@`@p =q@(\)? =p@,Gz@+Q@Y@ffffff@$@Q@a@@A?zG{?tj~?tj~@ @.?1&?x?+ I?E@4@4@A?QR@w@\@@\@?\(@$ffffff@tj@?E?@?ffffff1 fl ozBaby FoodsT]4{ !Infant formula,MEAD JOHNSON,ENFAMIL,with IRON,Powdered@ ffffff@@@%@;@@L@L@y@"@D@p@@a`@?\(@-@O?=p =? =p @? =p@T@T@a?@8@}`@}`@Q@D@'@$@@1@ 1 scoopBaby Foods DD0h^5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,Low IRON,Ready-to-feed@Vfffff@O?zG@ ?zG{@@Q@I?p =q@@A@Q@2?Q??zG{?@?vȴ9?O;dZ?Q?`A7?zG{@&@&@2?QR@h@@M@M?333333@?Q?-? I^5??@>1 fl ozBaby FoodsL`5 !Infant formula,MEAD JOHNSON,ENFAMIL LIPIL,with IRON,Powdered@ ffffff@@%@;@@L@L@y@"@D@p@@a`@?\(@-@O?=p =? =p @? =p@T@T@a?@8@}`@}`@Q@D@'@%B\(@333333@1Baby Foods **ea5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,Low IRON,Powdered,NOT Reconstituted@ ffffff@@%@;@@L@L@y@ @D@p@@a`@?\(@-@O?=p =? =p @? =p@T@T@a?@8@}`@}`@ffffff@D@'@$@333333@1@ 1 scoopBaby Foodsib5# !Infant formula,MEAD JOHNSON,LOFENALAC,with IRON,Powdered,NOT Reconstituted@ 333333@|@.@2@ @N@I333333@z@!333333@I@t@}`@k@ ?ۅQ@%333333@B? =p ?ۅQ@333333?ҏ\(@R@R@^?Gz@X@z@z@%333333@R@Gz@\(@% =p@#3333331 scoopBaby Foods ..ec5 !Infant formula,MEAD JOHNSON,LOFENALAC,with IRON,Prepared FROM Powdered@Ufffff@P@@Q@QR?QR@ fffff@ffffff@N?Q@@G@P@??QR?;dZ?@333333?1&?;dZ?tj?E@$@$@1?ə@i@N@N?@#ffffff??|hs??r ě@>1 fl ozBaby Foodsee5 !Infant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,with IRON,Ready-to-feed@UQ@P?GzH@ ?޸Q@=p =@Q@O?Gz@@E@R@??Q??@?vȴ9?5?|h?Q?zG{@&@&@2?QR@h@@M@M?333333@?Q?-? I^5?@>1 fl ozBaby Foods **mf5 !Infant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,with IRN,Powdered,NOREC@@@@+@:@333333@K@F&fffff@}`@!@K@s`@0@l@?׮zG?vȴ9X@+@N?ٙ?@?333333@S@S@`? =p@H@| @| @@D@&ffffff@#333333@@#3333331 scoopBaby Foodsag5 !Infant formula,MEAD JOHNSON,ENFAMIL LIPIL,with IRON,Ready-to-feed@Vfffff@P?zG@ ?zG{@@Q@I?Gz@@A@Q@2?Q??zG{?@?vȴ9?O;dZ?Q?Q?zG{@&@&@2?QR@h@@M@M?333333@?Q?-? I^5??Baby Foods QQ2]h5  !Infant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,IRN,LIQCNC,NOREC@R@_@ =p =@Q?p =q@*=p =@*(\)@^@=p =@,@T@a@@N?QR?QR@ @.333333?"`B?/v?QR?E@4@4@A?׮zG@w`@\@\?Q@$333333@1&x@S?C%@?1 fl ozBaby FoodsJi5 !Infant formula,MEAD JOHNSON,ENFAMIL LIPIL,Low IRON,Powdered@ ffffff@@@%@;@@L@L@y@ @D@p@@a`@?\(@-@O?=p =? =p @? =p@T@T@a?@8@}`@}`@Q@D@'@$@333333@1Baby Foods ..gk5 !CHILD FORMULA,MEAD JOHNSON,PORTAGEN,with IRON,Powdered,NOT Reconstituted@@~0@0@6@ @Kffffff@K@{@!@X@t@p@p@@?zG@C?zG?(\)@#?\(\@R@R@_@333333@@X@X@Q@R@4?zG?ffffff@@"1 scoopBaby Foodscl5 !CHILD FORMULA,MEAD JOHNSON,PORTAGEN,with IRON,Prepared FROM Powdered@T =p@V@ =p@Q?QR@!# =p@@V?@3@P@]@J?(\)?l@ffffff?l?Ƈ+ I?vȴ?E@.@.@9?=p =@(@k@k?=p =@.333333@333333?M?O;dZ?@?1 fl ozBaby Foods ((jm5% !INFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,with IRON,Powdered,NOT Reconstituted@@@@,@<@ @Jffffff@I@ @"@K@w@0@n@?QR@,@N?ٙ?@?333333@T@T@a?@@@@".zG@N@0@ffffff@@@!1 scoopBaby Foodsfn5 !INFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,with IRON,Prepared FROM Powdered@U@P@?Q@ 333333?=p =@zG{@Q@R?Q@@H@Q@???+ J?@333333?vȴ9?5?|h?hr!?+@$@$@2?QR@o@@R@R? =p@333333@-V?dZ1?nO@>1 fl ozBaby Foods ==[o5 !Infant formula,MEAD JOHNSON,PROSOBEE,with IRON,Ready-to-feed@Vfffff@O?=p =@ ?ٙ@p =q@\(@Q@?Gz@@K@S@7?GzH??@?vȴ9?5?|h?Q?zG{@&@&@2?QR@h@@M@M?333333@?\(?GzH?p =q@>1 fl ozBaby Foods`p5 !INFANT FORMULA,MEAD JOHNSON,PROSOBEE,with IRON,Liquid CNC, NOT REC@RzG@`@ Q@(\)? =p@+(\)@+(\)@`@ffffff@,@Z@c @F?zG{?tj~@ @.?1&?p =q?zG{?E@4@4@A?QR@w@\@@\@?\(@$ffffff@tj@1&y?E@>1 fl ozBaby Foods 88&jr5% !Infant formula,MEAD JOHNSON,ENFAMIL,PROSOBEE,IRON,Powdered,NOT Reconstituted@@@)@;@ @K&fffff@J@@"@K@z@@@f@?QR@,@N?ٙ?@?333333@T@T@a?@p@| @| @(\)@D@'@$ =p@@!1 scoopBaby FoodsVs5 !Infant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE LIPIL,with IRON,Powdered@@H@%@<@@L&fffff@L@z@"@E@r @@c@?\(@-333333@O?Gz?\(\@? =p@T@T@a?\(@`@}`@}`@@E@'@$@@Baby Foods EE!Xv5 !INF FOLME JOHNS,ENFAM,LACTOFREE LIPI,with IRON Liquid Concentrate,NOT RE@RzG@`@p =q@(\)?zG{@+Q@+Q@Z@ffffff@$@Q@a@C?zG{?tj~@ @.?1&?x?+ I?E@4@4@A?QR@w@\@@\@?\(@$ffffff@?|hs@nO?p =q@Baby Foods[x5% !Infant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE LIPIL,with IRON,Ready-to-feed@Vfffff@P?zG@ ?Q@Q@Q@K?Gz@@B@R@3?Q??@?vȴ9?O;dZ?Q?zG{@&@&@2?QR@h@@M@M?333333@?Q?° ě? I^5??Baby Foods vv {5 !INFANT FORMULA,MEAD JOHNSON,GERBER,Low IRON,Powdered,NOT Reconstituted@@@@%@<@ffffff@L@y@ @E@q@@c@?\(@-333333@O?Gz?\(\@? =p@T?\(@`@}@@}@@' =q@%B\(@333333@@!1 scoopBaby Foodsv}5 !Infant formula,ROSS,SIMILAC PM 60/40,Low IRON,Powdered,NOT Reconstituted@@`@&@<\(@@KxQ@J0 =q@r?zG@?@b@y@^@?ݑhr ?vȴ9@#@G?r ě? =p@hr @|hr?ӶE@S@@S@@``?zG{@@|@|@!8Q@D@(mhr!@+@%Q@1@!ffffff1 scoopBaby Foods D-}4[7TURKEY,YOUNG HEN,BACK,MEAT and Skin,RAW@Pg =p@k@@1\(@/(\?\(@2?zG{@2@c @l@N@=p =? =p?$/@8?-V?Ƨ-@E?;dZ?GzH@"@"@"?ffffff@ @@@ =p@zG{@Q@Q@r.5 back, bone removed@G1 unit@EPoultry8~4q7TURKEY,YOUNG HEN,BACK,MEAT and Skin,Cooked,Roasted@LtzG@o@:h\)@/GzH?zG@?@\(@7@g@pp@Q@@Q?$/?O;dZ@A&fffff?1&?C$@ nO;?\(?ҏ\(@ @ @ ?Q@(\)@@ =p @U@@k .5 back, bone removed@A1 unit@DPoultry @14_;TURKEY,YOUNG HEN,BREAST,MEAT and Skin,RAW@Q@@d@5Q@ ?zG{@*?\(@8@f`@p@K? =p?E?$/@5?"`A?|hr@-V?㕁$/?޸Q@@@?=p =@@@@@ Q?333333@O@a`1 unit@P.5 breast, bone removed@&Poultry<4u;TURKEY,YOUNG HEN,BREAST,MEAT and Skin,Cooked,Roasted@OXQ@h@@<@p =q?\(@6?\(@:@j@@r@M?Q?tj?$/@;fffff?"`A?bM@E? =p?zG@@@?ffffff@@?Gz@R@[@1 unit@p.5 breast, bone removed@ Poultry G*4Y3TURKEY,YOUNG HEN,LEG,MEAT and Skin,RAW@R\(@b@3u\(@?Q@2?Q@6@f@@q@Q@zG?`A7?O;dZ@;L?nO;?n@ ě?lC?\(@$@$@$?\(@??@QR@QR@QR@O@Z@1 unit@1 leg, bone removed@1Poultry54o3TURKEY,YOUNG HEN,LEG,MEAT and Skin,Cooked,Roasted@N]p =@j@;G{@%?zG@>@QR@8@h@q@R@@Gz?M?tj~@CL?1&y?Vu@ nP?-?zG{@"@"@"?ffffff@ =p =@QR@GzH@T@Q1 unit@|1 leg, bone removed@1Poultry E,4[5TURKEY,YOUNG HEN,WING,MEAT and Skin,RAW@PKQ@j@@3zG@+p =?Q@,?Gz@5@d@@m@I? =p?j~#?zG{@5?bM?-V@.zG?$/?ٙ@@@?QR@ @@@ p =q@zG{@ \(@P@@B1 unit@l1 wing, bone removed@?Poultry74q5TURKEY,YOUNG HEN,WING,MEAT and Skin,Cooked,Roasted@MC =p@m@;L@*Q?zG@8?Gz@9@h@p@L? =p?+ J?$/@;?tj~?bM@Vt?=p =?=p =@@@?Q@ p =q@zG@ Q@S@@<1 unit@e1 wing, bone removed@?Poultry @"4{ TURKEY,YOUNG TOM,MEAT and Skin and GIBLETS and NECK,RAW@Q\)@c@4c =p@ =p?zG{?zG{@.?@6@f@q @Q@Q?"`A?+ I@7L?ə?-V?ȴ9XbN@Vt?-V?=p =@6@6@6?@r@U@U@ffffff@ffffff? =p@T@@g1 turkey@4Poultry<5TURKEY,YOUNG TOM,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@O =p@h@;Q@!Q? =p ?@:@@8@i @q@@R@ Q?Gz?vȴ9@@s33333??;dZ? I^5@ 7KƧ?vȴ?=p =@4@4@4?QR@q@U@U@ =p@Gz@zG@X@p 1 unit@E1 turkey@5Poultry G*4Q;TURKEY,YOUNG TOM,MEAT and Skin,RAW@Qp =@c@@4s33333@Q?(\)@.?zG{@6@f@p@Q@=p =?QR?hr Ĝ@8?Q?tj~@.zG?\(?=p =@ @ @ ?ٙ@@@@@p =q?p =q@R@u 1 unit@n.5 turkey, bone removed@3Poultry54g;TURKEY,YOUNG TOM,MEAT and Skin,Cooked,Roasted@N\(@i@@< =p@"Q?zG@;?zG{@9@i`@q@R@(\)?bM?zG{@A@?vȴ9X?lC@? ěT?Gz@@@? =p @Q@ =p@zG{@T@m1 unit@|.5 turkey, bone removed@4Poultry K/ 4IMTURKEY,YOUNG TOM,MEAT ONLY,RAW@RQ@]@@5Q@? =p @,?@8@h@r@R@@zG??tj~@:?9XbM?Q@nO?/w?zG@"@"@"?ۅQ?zG{?=p =?\(@Q@q1 unit@.5 turkey, bone and skin removed@?Poultry1 4_;TURKEY,YOUNG TOM,MEAT ONLY,Cooked,Roasted@PC33333@e@=\(\@Q?zG{@9?zG{@:@j@r@R@ \(\?QR?zG{@Bffffff?hr Ĝ?bM@\(?"`?zG@ @ @ ?QR? =p?\(\?@S@@a1 cup, chopped or diced@i1 unit@?Poultry N# 4I5TURKEY,YOUNG TOM,Skin ONLY,RAW@I@w@*zG{@AGzH?\(@2?333333@ @T@X@D?(\)?hr Ĝ?nO;@*?tj~?9XbM?+ J?E?Q@@@?@H@.@.@" =p @-u\(@zG@W@I1 unit@.5 turkey, skin onlyPoultry. 4_5TURKEY,YOUNG TOM,Skin ONLY,Cooked,Roasted@DQ@z`@4# =p@B?p =q@B?(\)@1@a@d @N@ =p?E?$/@c?+ I? =p@E?9XbM?zG{@@@?@#p =q@/p =@!\(@]@@@1 unit@w`.5 turkey, skin onlyPoultry <5 4g;TURKEY,YOUNG TOM,Light MEAT,MEAT and Skin,RAW@Q@c@5Gz@(\)?@*? =p@8@g@qP@O?? =p?bM@6ffffff?;dZ?S@5?|h?㕁$/?zG@@@?Gz@ @@?\(@p =q?\(@P@g 1 unit@.5 turkey, bone removed@,Poultry@4};TURKEY,YOUNG TOM,Light MEAT,MEAT and Skin,Cooked,Roasted@O =q@g@33333?;dZ?&x@tj?r ě?޸Q@@@? =p @333333@GzH?\(@R@a1 unit@x.5 turkey, bone removed@,Poultry =44e;TURKEY,YOUNG TOM,Dark MEAT,MEAT and Skin,RAW@QQ@c@3 @\(?Q@1?Q@4@e@p@R@Gz?ěS?tj~@:?zG{?=p =@-V?vȴ9?Q@$@$@$?QR@@@@\(@GzH@zG{@S@@c1 unit@x.5 turkey, bone removed@8Poultry?4{;TURKEY,YOUNG TOM,Dark MEAT,MEAT and Skin,Cooked,Roasted@N*=p @k@;zG@%33333? =p @A@zG@7@h@q@@T@?öE?+ I@Cٙ?vȴ9X?ϝ-V@ nO;?"`A?Q@"@"@"?׮zG@ =p =@ GzH@GzH@V@Y1 unit@.5 turkey, bone removed@;Poultry @:4_MTURKEY,YOUNG TOM,Light MEAT,MEAT ONLY,RAW@R}p =@\@7nzG?Q?@(?(\)@;@j @s@P?Q?bM?hr Ĝ@8ffffff?Q?/v@$/?S?ᙙ@ @ @ ???Q?Gz@O@c@1 unit@.5 turkey, bone and skin removed@=Poultry<4u;TURKEY,YOUNG TOM,Light MEAT,MEAT ONLY,Cooked,Roasted@P =p@c@@=Gz@\(\?@2?\(@<@k@s@@Q@?$/?tj~@@ ?&x?ěS@L?-V?ᙙ@@@?QR?\(?QR?\(@Q@@a1 cup, chopped or diced@]@1 unit@:Poultry A94]MTURKEY,YOUNG TOM,Dark MEAT,MEAT ONLY,RAW@R@^@4 =p @p =q?\(@1?Q@5@g @r @T@ =p ? I^5??$/@<?ȴ9Xb?̬1&y@ $/?r ě? =p @&@&@&?ٙ?zG?\(?zG@R@`1 unit@.5 turkey, bone and skin removed@APoultry;4s;TURKEY,YOUNG TOM,Dark MEAT,MEAT ONLY,Cooked,Roasted@O\)@g @<zG@Q?(\)@A@ =p@7@i@rP@T@=p =?E?+ I@Ds33333?hr Ĝ?д9XbN@ $/?333333?׮zG@$@$@$?QR@Q?GzH@Q@V@a1 cup, chopped or diced@V1 unit@BPoultry D-4[7TURKEY,YOUNG TOM,BACK,MEAT and Skin,RAW@QR\(@f`@2xQ@&GzH?陙@1?zG{@2@d @n@Q@Q?vȴ9X?nO;@9? ě?r ě@GzH?Vt?333333@"@"@"?׮zG@&@@@ Q@zG{@=p =@S@`.5 back, bone removed@F1 unit@CPoultry84q7TURKEY,YOUNG TOM,BACK,MEAT and Skin,Cooked,Roasted@M*=p @m@:@+L?zG@A@zG@6@g@p@S@@ =p ?`A7?+ I@C?-V?vȴ9X@ ě?S? =p@ @ @ ?ffffff@\(@Q@ zG@W@w.5 back, bone removed@@1 unit@DPoultry @14_;TURKEY,YOUNG TOM,BREAST,MEAT and Skin,RAW@QQ@b@5\(@\(\?Q@*? =p@8@g@q@O?\(? =p?bM@6? ěT?lC@bM?-V?޸Q@@@?Gz@@@?zG@Gz?@P@c`1 unit@.5 breast, bone removed@"Poultry<4u;TURKEY,YOUNG TOM,BREAST,MEAT and Skin,Cooked,Roasted@Offfff@g@<(\@\(?@5?\(@;@j@@r@P@?tj~?tj~@>333333?;dZ?&x@1&x?䛥S?\(\@@@? =p @ =p@zG? =p@R@\1 unit@.5 breast, bone removed@ Poultry G*4Y3TURKEY,YOUNG TOM,LEG,MEAT and Skin,RAW@R>Q@a@3=p @\(\?zG{@1?p =q@4@f @q0@S@@ \(?hr Ĝ?zG{@;?$/?C$@ zG{?hr Ĝ?\(@$@$@$?\(@??? =p ? =p ?Q@S@Z1 unit@H1 leg, bone removed@1Poultry54o3TURKEY,YOUNG TOM,LEG,MEAT and Skin,Cooked,Roasted@N =p@i@;zG@#B\(?\(\@A@=p =@7@i@q@T@\(\?tj?+ I@D?bM? ěT@ ȴ9Xb?n?\(@"@"@"?׮zG@Q@ =p@GzH@V@(1 leg, bone removed@Q1 unit@3Poultry X@PX`hpxH@ (08@HPX`hpx (08@HPX`hpx            !!""##$$%%&&''--..//001122335566778899::;;<<==>>??@@BBCCHHIIVVccffhhiimmppqqrrssttuuvvwwyyzz{{||}}~~ E,4[5TURKEY,YOUNG TOM,WING,MEAT and Skin,RAW@PzG@g@4s33333@&p =q?=p =@*?Q@5@e@o@@N?? =p?Q@6?(\)?vȴ9@Q?E?=p =@@@?\(@,@@@Q@@Gz@R@>1 unit@u1 wing, bone removed@APoultry74q5TURKEY,YOUNG TOM,WING,MEAT and Skin,Cooked,Roasted@N'zH@k@;s33333@'?Q@7?\(\@9@i@p@P@?"`A?zG{@>333333?1&y?7KƧ@B\(?+ I^?ۅQ@@@?ffffff@ =p @ffffff@\(@T@@51 unit@m1 wing, bone removed@BPoultry i,4[)GRAVY,NESTLE,TRIO COUNTRY GRAVY MIX,DRY@@{@"(\)@.=p @\(\@P7zH@"@<@P@?@,@[@a`@?zG{?+ I?$/?|hr?ȓtj~?tj?O;dZ?tj~@$? =p @Q?E@!o@@ 1 tbsp@1 packageSoups & Sauces-4{)GRAVY,CUSTOM FOODS,SUPERB Instant Chicken GRAVY MIX,DRY@@x@$ffffff@,u\(@*B\(@LEQ@ @,(\)@Z@Q@C@l`@y@??Q?^5?|??=p =?ffffff@tj~?-V?ə@I?=p =@T@ C%@333333@^5?|@A@1 serving@|`1 packageSoups & Sauces b.4[)GRAVY,NESTLE,TRIO Chicken GRAVY MIX,DRY@zG{@yP@&@'@#=p @O(\?ffffff@$ffffff@d?@:@h@q@d? =p ?/w?`A7L?333333?j~#?n?|hr??&x@0?\(@j@GzH@tj@ 7KƧ@<@ 1 tbsp@1 packageSoups & Sauces04y)GRAVY,CUSTOM FOODS,SUPERB Instant TURKEY GRAVY MIX,DRY@\(@y@'p =q@-QR@% =p@LǮzH@ffffff@=p =@\@## =p@>@i`@s @?zG?šo?+@3ffffff?? =p?`A7L?`A7L?(\)?=p =@9?׮zG@a@XbM@@x@8@1 serving@|`1 packageSoups & Sauces &14Y)GRAVY,NESTLE,TRIO TURKEY GRAVY MIX,DRY@333333@v@!# =p@\(\@#G{@R33333?@333333@^?333333@L@vP@h@v?? =p?nO;?S?vȴ9@ lC@tj~?ӥS@c?\(?zG?^5?|?-V@&@1 package@ 1 servingSoups & Saucesg34y )GRAVY,HEINZ,HEINZ HOME STYLE SAVORY BROWN GRAVY,Canned@Vy@D???@\(@P?GzH?p =q?vȴ9X@@N.25 cupSoups & Saucesk54} )SOUP,OODLES OF NOODLES RAMEN NOODLE ORIENTAL FLAVOR, DRY@@|P@"@1@ 333333@P`@zG@ @Q@?bM@E1 servingSoups & Sauces   y65# )SOUP,NISSIN,CUP NOODLES,RAMEN NOODLE,Chicken FLAVOR,DRY MIX@@|@!ffffff@6@@L@ GzH@@@V@t@#=p @P1 containerSoups & Sauces_74c)SOUP,RAMEN NOODLE,ANY FLAVOR,Dehydrated,DRY@@|P@"@1@ 333333@P`@333333?\(\@0@zG@8@[@^@ ?(\)?Q@<333333?Q?(\)@?;dZ@b`@^@<@l?zG{@&?@=p =@@@@4@Q@@ =p@E1 serving@U@1 packageSoups & Sauces ]O84m )SOUP,BROCCOLI Cheese,Canned,Condensed,Commercial@T@U@@333333@ffffff@??Gz@D?333333@*@E@i@X?У =p?Q?@?zG{?zG{?Ͼvȴ9X?bM@D@D@D?zG{@@P@>? =p @Ifffff@{0@?@?333333@@s1 canSoups & Sauces65)SAUCE,CUSTOM FOODS,Reduced LABEL All Purpose ITALIAN Sauce MIX,DRY@Gz@u@Gz@ (\)@- =p@R(\@333333@9zG@[@3 =p@D@U@{P@?ffffff?lC?柾vȴ9?ffffff?"`?+ J?j~"?θQ?ۥS@F@N?Ƨ-?O;dZ? =p?@z1 package@ffffff1 servingSoups & Sauces zy74[ )SAUCE,NESTLE,TRIO ALFREDO Sauce MIX,DRY@ffffff@@. =p@B,@#Q@BB\(@@@}0?zG@@@y@o@<? =p?bM?1&y@"?+?S@\(?9XbN?&x@]?QR@@`@`@*\(\@+V+ J@!8Q@LSoups & Sauces94Y)SAUCE,NESTLE,TRIO Cheese Sauce MIX,DRY@ =p =@{@Q@3&fffff@"\(@NtzG@%@f?Q@B@q@z@(?\(?\(?vȴ9? I^5?-V@1&x?lC?KƧ@`?p =q@e@zG@ =p @@3@(1 serving@X1 packageSoups & Sauces c:4e)SAUCE,NESTLE,TRIO NACHO Cheese Sauce MIX,DRY@ (\)@z@!fffff@/ =p @!fffff@OzH?333333@%ffffff@d?Q@B@q@z@?\(?\(?vȴ9@333333? I^5?-V@1&x?lC?KƧ@`?p =q@f@ =p@$/@ -V@1@(1 serving@X1 packageSoups & Sauces;5)SAUCE,CUSTOM FOODS,SUPERB Instant NACHO Cheese Sauce MIX,DRY@\(@z@@\(@2O\(@*\(@K =p@ffffff@#Q@s?陙@B@q@z@,?\(?\(?vȴ9?? I^5?-V@1&x?lC?KƧ@`?p =q@r@$Gz@(\)?-@5@,ffffff1 serving@X1 packageSoups & Sauces <5 )SAUCE,CUSTOM FOODS,SUPERB Instant CHEDDAR Cheese Sauce MIX,DRY@Q@zp@\(@2QR@(Q@LAGz@@$fffff@q?p =q@B@q@z@?\(?\(?vȴ9?? I^5?-V@1&x?lC?KƧ@`?p =q@y@@%A$/@p =?1&@;@,ffffff1 serving@X1 packageSoups & Sauces|@4A )SAUCE,Cheese Sauce MIX,DRY@=p =@{`@Q@2TzG@#W =p@NB\(?@$Q@i?@B@q@z@?\(?\(?vȴ9?? I^5?-V@1&x?lC?KƧ@`@`@`?p =q@i@@L@K@ Gz@xF?tj~@7Soups & Sauces uUA4W )SAUCE,CPC,KNORR ALFREDO Sauce,DRY MIX@333333@y@-@2@,@G@@&@n?nP@B@.2 tbspSoups & Sauces1 fl ozDairy & Egg Products 1+535CREAM Substitute,Liquid,with Hydrogenated Vegetable, vegetables OIL and SOY Protein@SQGz@a?@# =q?QR@&\(@&\(@"?Q@P@g@S?zG{?񙙙@.??Q@@"?E@49XbN?S@n1 cup@>1 fl ozDairy & Egg ProductsK,5#5CREAM Substitute,Liquid,with LAURIC ACID OIL and Sodium CASEINATE@SQGz@a?@# =q?QR@&\(@"?Q@P@g@S?zG{??zG{?񙙙@V@@@"S?"`A?htj~@.1 container@^.5 cupDairy & Egg Products >>[-4?5CREAM SUBSTITUTE,POWDERED@zG@@(\)@Ap =@Q@Kp =q@Kp =q@6?ffffff@@z`@`@f?QR?p =q?(\)?333333?Q@@@?Gz@!@4@@C33333?"`?1&y@W1 cup@1 tspDairy & Egg Products_.4=5DESSERT TOPPING,POWDERED?Q@@@C\(?Q@JEQ@JEQ@1?Q@@R@d@^?zG{?5?|h??333333@f@"?QR@#@[@B\C?333333?ܛS@E@1.5 oz?1 portionDairy & Egg Products /55DESSERT TOPPING,Powdered,1.5 Ounce Prepared with 1/2 CUP MILK@P@g@ @(R?Q@0zH@0zH@V?zG{@$@U@b@P?GzH?tj~?tzG{@333333?ffffff?S?E?Q?hr!?Q@@@?У =p@^@8@5?(\)@@@@%^5?|?"`?ɺ^5?|@$@T1 cup@1 tbspDairy & Egg Products^04C5DESSERT TOPPING,PRESSURIZED@N/\(@p?\(\@6L?Q@0R@0R@?zG{?@2@3@O?zG{?tj~? =p ?@S@?333333@@G@2x?E?+ @Q1 cup@1 tbspDairy & Egg Products 66d14O5DESSERT TOPPING,SEMI SOLID,Frozen@IG{@s?@9O\(? =p @7 @7 @?Q@@ @2@9?Q?Q?-V@@a@?Q@333333@U@5r Ĝ?"`B?j~#@R1 cup@1 tbspDairy & Egg Products^24G5SOUR Cream,Imitation,CULTURED@Qə@j@333333@3Q?333333@Q@Q@?\(@@F@d @Y?Gz?-V?(\)@?zG@333333@1~"?`A7?1&y@l1 cup@1 fl ozDairy & Egg Products/44c5MILK SUBSTITUTES,FLUID,with LAURIC ACID OIL@V Q@N?@ GzH?@ =p@@?\(@@R@\@S?Gz?1&?E?ffffff?tj~?+ I@KƧ?Ƈ+ I?bM@n1 cup@1 quartDairy & Egg Products yyX[54=5MILK,Whole,3.25% MILKFAT@VzG@N@ \(@ ?zG@zG@ =p @\@?Q@$@V@a@D?ٙ?+ I?htj~@ ?+ I?lC?dZ1?+ I^?nO;@@@?(\)@Y@<@<?Q?ə@? =p?lC?\(@$@n1 cup@.ffffff1 tbspDairy & Egg Products$64M5MILK,PRODUCER,FLUID,3.7% MILKFAT@U(\@P@ =p =@ GzH? =p @@]?@*@W@@b@H?QR?zG{?pbM@??tj~?ěS?$/?1&x?$/@@@? =p @a@@@@?@9XbM?x?hr Ĝ@,@n1 cup@1 quartDairy & Egg Products 00/{74{5MILK,Reduced FAT,FLUID,2% MILKFAT,with ADDED Vitamin A@VUQ@I@ ffffff?Q?Q@Q@=p =@]@?Q@&@W@b@D?ۅQ?tj~?htj~@?ə?+?ǮzG?O;dZ?ȴ9Xb?tj~@@@?p =q@g@K@K?Q?ə@?1&?Q? ě@ @n1 cup@>1 fl ozDairy & Egg ProductsM855MILK,Reduced FAT,FLUID,2% MILKFAT,with NONFAT MILK Solids and Vitamin A@V7 =p@I@ =p?Q? =p@Gz@`?@,@Y@d@@J?ٙ?bM?`bM@ffffff??zG{?$/? =p ?Ձ$/? =p @@@?QR@i@L@K?Q?\(?-V@ @n1 cup@1 quartDairy & Egg Products 955MILK,Reduced FAT,FLUID,2% MILKFAT,Protein Fortified,with Vitamin A@Up =@L@?zG? =p@\(@ =p @a?Q@0@\@f@M??bM?`bM@?񙙙? =p ?E?"`B?bM?1&@@@?ۅQ@?zG{?@?E?M?l@ @n1 cup@1 quartDairy & Egg Products @@4p:4e5MILK,LOWFAT,FLUID,1% MILKFAT,with Vitamin A@VzG{@E@ \(? =p ?@\(@@]?Q@&@W@b@F?Gz?zG{?htj~@ ffffff?zG{?ǮzG?+?vȴ?l@@@?(\)@h@M@M?zG{?@?A7Kƨ?Ѻ^5?|?Q@@n1 cup@>1 fl ozDairy & Egg ProductsH;55MILK,LOWFAT,FLUID,1% MILKFAT,with NONFAT MILK Solids and Vitamin A@Vs =p@E@ =p? =p ? =p@Gz@`?@,@Y@d@@J?ٙ?zG{?`bM@ffffff??zG{?$/? =p ?Ձ$/? =p @@@?QR@i@M@M?S?Q?nO;@@n1 cup@1 quartDairy & Egg Products ==C<5 5MILK,LOWFAT,FLUID,1% MILKFAT,Protein Fortified,with Vitamin A@V/\(@H@p =q?Q?Q@zG@a?Q@0@[@f@M??zG{?`bM@?333333? =p ?ȓtj~??;dZ?@@@?ۅQ@i`@N@N?KƧ?աo?tj@@n1 cup@1 quartDairy & Egg Productsx=4u5MILK,NONFAT,FLUID,with Vitamin A (FAT FREE OR SKIM)@V\(@A@ \(?zG{?@ =p@\(\@_@?Q@&@Y@@c@E?Gz?vȴ9?htj~@? =p ?KƧ?bM?+ ?l@@@?\(@i@N@N?zG{?E?bM?|1&y@@n1 cup@>1 fl ozDairy & Egg Products ##4 >55MILK,NONFAT,FLUID,with NONFAT MILK Solids and Vitamin A (FAT FREE/SKIM)@VQ@B@ \(??\(@zG@zG@` ?@.@Z@e`@J?=p =?+ I?`bM@??E?ffffff?KƧ?ղ-V?O;dZ@@@?\(@i`@N@N?ļj~#? =p?nO;@@n1 cup@>1 fl ozDairy & Egg ProductsH?55MILK,NONFAT,FLUID,Protein Fortified,with Vitamin A (FAT FREE/SKIM)@VW =p@D@zG?? =p@=p =@a?Q@0@\@f@M??+ I?`bM@333333?񙙙? =p ?E?"`B?bM?@@@?ۅQ@i`@N@N?ļj~#? =p?nO;@@n1 cup@1 quartDairy & Egg Productsp`lrx~ &,28>DJPVb\f`hntz "(.4:@FLRX^djpv|DB+6,8-:.;/A0D1 2 3 cdefghijklmop q"r$s&t(u*v,.0124579;<>?A@EF,G-H.I/K0M1N2O3Q4R5T6V7W8Y9Z:\;^<`=b_d`fcgdiejfkgmhoipjrkslumwnyo{p}q~ ը֨ר ب"٨$ڨ&ۨ(ܨ*ݨ,ި.ߨ02468:< 66#i@4W5MILK,Buttermilk,FLUID,CULTURED,LOWFAT@VQ@D@ zG{?(\)?zG{@(\)@(\)@]?@&@V@@b@Z@?Gz?+ I?`bM@??hr Ĝ?öE?-V?љ?hr Ĝ@@@?(\)@:@@????7KƧ?A7Kƨ?`A7L@@n1 cup@>1 fl ozDairy & Egg ProductsYA475MILK,LOW SODIUM,FLUID@V @N@@ zG?\(@ =p@ =p@Y@?@@U@o@?QR?zG{?pbM@??zG{?Gz?tj?tj~?hr Ĝ@@@? =p @Y@<@<?Q?ə@@;dZ?+?bM@,@n1 cup@>1 fl ozDairy & Egg Products &&[~5 !Infant formula,MEAD JOH,ENFAMIL,NUTRLIPIL,with IRON,Powdered,NOT RE@@p@+@:@333333@K@F&fffff@}`@!@K@s`@0@l@?׮zG?vȴ9X@+@N?ٙ?@?333333@S@S@`? =p@H@| @| @@D@&ffffff@#333333@Baby Foodsw5 !Infant formula,ROSS,SIMILAC Natural CARE, ADVANCEE Low IRON,Ready-to-feed@UDzG@S@\(@\(?@\(\@ ffffff@d`?ҏ\(@"@V@Y@@A?Q?\(?nO;?ffffff@1 fl ozBaby Foods z5% !Infant formula,ROSS,SIMILAC Special CARE ADVNCEE 24,with IRON,Ready-to-feed@Ug =p@S@ =p @zG? =p @zG@ @a?\(@"@S@Y@@A?Gz?+ J?nO;?ffffff@=?+ J?+ I^@j~"?;dZ?+ J@=@=@H?ۅQ@@r`@r`@Gz@"@C$?ěS?;dZ@@>1 fl ozBaby Foods`4s !Infant formula,ROSS,ISOMIL,with IRON,Ready-to-feed@U\(@P?\(@ Q?Q@ffffff@@Q@?Gz@@H@Q@=?\(\?+ J?bM?ffffff@?+?5?|h?bM?ߍO;dZ?+@$@$@1?333333@h@M@M?Q@?-?-V?`A7@>1 fl ozBaby Foods %%e4} !Infant formula,ROSS,ISOMIL,with IRON,Liquid Concentrate@R =p@`@ =p @Q?(\)@*kQ@*333333@`@ffffff@$@X@a@@L?Q?tj~?bM@@'?E?p =q??-?E@3@3@@?\(@w@\@\?333333@,333333@tj@GzH?@?ffffff1 fl ozBaby Foodsn5  !Infant formula,ROSS,ISOMIL,with IRON,Powdered,NOT Reconstituted@@(@)333333@< =p@ Q@J\)@J|(\@@"Q@C@x @X@l@@Gz?ش9XbN?nP@%@G&fffff?Ƨ-?ݡo@š@"`B?Ƨ-@S@@S@@``@zG{@@|@|@ffffff@LL@"U$/@%Vu@Vt@!ffffff1 scoopBaby Foods OO$Q5 !Infant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN LIPIL,with IRON LC@R@_@ =p =@Q?p =q@*(\)@#p =@^@=p =@,@T@a@@N?QR?QR@ @.333333?"`B?/v?Vt?E@4@4@A?׮zG@w`@\@\?ffffff@$333333@1&x@S?;dZBaby FoodsX4c !Infant formula,ROSS,ALIMENTUM,Ready-to-feed@UzG@P?@ =p ?޸Q@zG@@Q@?Gz@@H@S@@=?\(\?+ J?xtj~?333333@?+?5?|h?QR?lC?+@$@$@1?333333@h@M@M?Q@#?hr Ĝ?`A7?+?@>1 fl ozBaby Foods a 4u !Infant formula,ROSS,SIMILAC,with IRON,Ready-to-feed@U\(@P?\(@ ffffff?QR@zG@@I?Gz@@<@Q@@0?\(\?5?|h?htj~?333333@?`A7L?XbM?zG?l?+@$@$@1?zG{@h@M@M?Q@333333?n?$/?o@@>ffffff1 fl ozBaby Foodsy 5# !Infant formula,ROSS,SIMILAC,with IRON,Liquid Concentrate,NOT Reconstituted@S =p @_@Q@\(?GzH@+ =p @+Q@X@ffffff@ @K@`@??Q?p =q?xtj~@ffffff@'?A7Kƨ?r ě?lC?^5?|?tj~@3@3@@?zG{@w@\@\@zG{@$ffffff@5?|h@hr Ĝ?Gz@@?ffffff1 fl ozBaby Foods **o 5 !Infant formula,ROSS,SIMILAC,with IRON,Powdered,NOT Reconstituted@@p@%ǮzH@<޸Q@ zG@K]p =@K]p =@y@" =q@@@k@@@_@Q?E?vȴ9@'333333@Gfffff?E??|hs@+ J@-V?9XbM@S@S@`?Q@@}@}@(\)@E @#"@$dZ@$/@,@!1 scoopBaby Foods_4q !Infant formula,ROSS,SIMILAC,Low IRON,Ready-to-feed@U\(@P@?\(@ ffffff?QR@zG@Q@I?Q@@<@Q@@0?\(\?5?|h?htj~?ffffff@?`A7L?XbM?zG?l?+@$@$@1?zG{@h@M@M?Q@333333?n?$/?o@@?1 fl ozBaby Foods w5 !Infant formula,ROSS,SIMILAC,Low IRON,Liquid Concentrate,NOT Reconstituted@S =p @_@Q@\(?GzH@+ =p @+Q@X?zG{@ @K@`@??Q?p =q?xtj~@ffffff@'?A7Kƨ?r ě?lC?+ I?tj~@3@3@@?zG{@w@\@\?zG{@$ffffff@5?|h@hr Ĝ?Gz@@?ffffff1 fl ozBaby Foodsm5  !Infant formula,ROSS,SIMILAC,Low IRON,Powdered,NOT Reconstituted@@P@%33333@<޸Q@ @Kc =p@KY@y@ p =q@@@k@@@_@Q?E?vȴ9@'333333@Gfffff?E??|hs@+ J@-V?9XbM@S@S@`?Q@@}@}@(\)@E @#"@$dZ@$/@,@!ffffff1 scoopBaby Foods Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx::;;<<@@AABBCCDDEEFFGGHHIIJJKKLLMMNNPPRRSSTTUUVVZZ[[\\]]    ++,,--..//00112233445566778899::;;<<==>>??@@AABBCCDDEEFFGGHHIIYYZZ[[\\]]^^__``bbcceeffgghhiijjkk BB(b4w !CHILD FORMULA,ROSS,PEDIASURE,with IRON,Ready-to-feed@TzG@W@Gz@zG?@%@%@W@?p =q@3@S@_@@B?ffffff?QR?ΗO;d@@#?ЃnP?ɺ^5?|?m?\(?Ͼvȴ9X@A@B@N?=p =@n@R@R?\(\@ ?tj?"`?+ J@@?1 fl ozBaby FoodsT5 !Infant formula,MEAD JOHNSON,NEXT STEP PROSOBEE LIPIL,Powdered@@}`@/333333@9@ ffffff@J@L@@#@J@`@@e`@? =p ?θQ@*@L?QR?ۅQ@?Q@S@S@` ?Q@0@z@z@GzH@C@!\(@333333@Baby Foods MM&U5 !Infant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE,with IRON,Ready-to-feed@Vfffff@O?zG@ ?Q@\(@Q@J?Gz@@B@R@3?Q??@?vȴ9?O;dZ?Q?zG{@&@&@2?QR@h@@M@M?333333@?Q?-? I^5??Baby FoodsV5 !Infant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE,with IRN,Powdered,NOTREC@@@@%@<@@L&fffff@L@z@"@E@r @ @c@?\(@-333333@O?Gz? =p@? =p@T@T@a?\(@`@}`@}`@Q@E@'@$@@ Baby Foods [[0Q5 !Infant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE,with IRN,LQCN,NOREC@RzG@`@@p =q@(\)?zG{@, =p@+Q@Z@ffffff@$@Q@a@C?zG{?tj~@ @.?1&?5?|h?+ I?E@4@4@A?QR@w@\@@\@?\(@$ffffff@?|hs@nO?p =q@Baby FoodsL 5 !INF FORMU,ME JOHNS,ENFAMIL LIPIL,with IRON,Liquid CO,NOT REC@RzG@`@p =q@(\)? =p@+Q@+Q@Y@ffffff@$@Q@a@@A?zG{?tj~@ @.?1&?x?+ I?E@4@4@A?QR@w@\@@\@?\(@$ffffff@?|hs@?p =q?Baby Foods 77^(5  !Infant formula,WYETH-AYERST,STORE BRAND,with IRON,Ready-to-feed@Vfffff@O?ffffff@ ?Q@\(@@D?Gz@@<@K@,?\(?O;dZ?ffffff@ffffff?Q??\(\?zG{@@@"? =p@h@M@M?=p =@5ffffff??ffffff?@@>ffffff1 fl ozBaby Foodsc)5 !Infant formula,WYETH-AYERST,STOREBRAND,with IRON,Liquid CON,NOTRECON@S@` @333333@?Q@*G{@+@T@Gz@"@K@[@@=?\(?O;dZ@@&ffffff? =p?ə?zG?zG{@$@$@1?У =p@x@]@]?\(@%333333@ @ffffff?@ @?ffffff1 fl ozBaby Foods ++k+5' !Infant formula,WYETH-AYERST,STORE BRAND,with IRON,Powdered,NOT Reconstituted@@`@(@<@@L@L@t@#@B@k@{@]@333333?׮zG@&@Efffff?\(?GzH@Q?Q@C@C@P?QR@@}@}@ =p @E@)@&CnP@S@@@ 1 scoopBaby Foodsb25 !Infant formula,WYETH-AYERST,STORE BRAND SOY,with IRON,Ready-to-feed@V@O?@ ?Q@\(\@@M?Gz@@D@Q@@2?\(?O;dZ?ffffff@?Q??\(\?zG{@@@"?ə@n@M@L?Gz@ffffff@B??ffffff?@>ffffff1 fl ozBaby Foods //e55 !Infant formula,WYETH-AYERST,STOREBRAND SOY,with IRON,Powdered,NOTRECON@@@+333333@;333333@@J@J@|P@"333333@I@s@@b@ffffff?ָQ@&@E??QR@=p =?zG{@C@C@P?@@}@}@ Q@D@(\(@%Q@ =p@!ffffff1 scoopBaby Foodsd<5 !Infant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Ready-to-feed@Ufffff@P@?333333@?zG@!zG@\(@S?333333@@J@V@9? =p?(\)?@?vȴ9?KƧ??$/@$@$@1?zG{@d`@H@H?Q@?Gz? =p?333333?@>1 fl ozBaby Foods 00i=5# !Infant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Liquid Concentrate@R@_@@ @Q?\(@0@'@b@@$@Y@e @H??"`A@@&??ffffff??j~#@3@3@@? =p@s@X@X?@$@=p =?zG?@@?fffff1 fl ozBaby Foods_I5 !Infant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Powdered@@}p@(ffffff@3L@(\)@Op =@F&fffff@@!@C@w@@g@?ٙ@"@E? ěT?+ J@ =p?ӕ$/@Q@Q@^@?333333@h@v @v @ffffff@C@!zG@Q@=p =@@"1 scoopBaby Foods 00fU5 !Infant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Ready-to-feed@U@P@?zG@ ffffff?ٙ@zG?(\)@Q?@@D@R@7?333333?+?@333333?+?;dZ? =p ?+@$@$@1?ə@h`@I@I?ffffff@?ffffff??陙@>1 fl ozBaby FoodsbV5 !Infant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Liquid CO@Rٙ@`@ @?陙@,333333@ @`@QR@,@T@b@@G?=p =?tj~@@.ffffff?tj~?vȴ9X?ffffff?tj~@4@4@A?QR@w@Z@Y?\(@$ffffff@H@ffffff@=p =?nO@?ffffff1 fl ozBaby Foods 77aX5 !Infant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Powdered@@`@)@9@ffffff@Kٙ@+@p@"@K@s@(@f@ =p ?;dZ@$@N ?C$?$/@ O;dZ?C$@T@T@a?@|@} @} @\(\@D @&@ 333333@@3333331 scoopBaby Foods`Y5 !Infant formula,MEAD JOHNSON,NEXT STEP PROSOBEE,Powdered,NOT Reconstituted@@~@/333333@5@ ffffff@L@L@@#@J@`@@e`@? =p ?θQ@*@L?QR?ۅQ@?Q@S@S@` ?Q@0@z@z@Q@C@!\(@333333@Baby Foods UK4S CHICKEN,Canned,MEAT ONLY,with BROTH@Q)@d@5Q@?\(@,?GzH@(@[@a@@p?\(?O;dZ?Q@/@?Q?nP@P`A7?333333?ffffff@@@?ҏ\(@\@@A@A?У =p?@@ 333333?@O@a1 canPoultry'"4qPATE DE FOIE GRAS,Canned (GOOSE LIVER PATE),SMOKED@BQ@|@&@EQ@ffffff@zG@Q@@*@i@a@@?p =q?ٙ?Q@F@?+ I?"`A@zG?333333?Q@N@N@N@"@ @H@H@,fffff@9(\?Gz@b@*1 tbsp@4q'CHICKEN,CORNISH GAME HENS,MEAT ONLY,Cooked,Roasted@Q@`@7L@\(? =p@*? =p@3@b@o@@O?zG{?5?|h?Q@4?333333?333333?Vu@O;d?\(?x@@@?333333@P@4@4?θQ@333333?zG? =p?zG@Z@k1 bird, whole@[.5 bird@GPoultry@>?GzH?ə@\(\@@ =p@UPoultryy`4oUSDA COMMODITY,TURKEY HAM,Dark MEAT,SMOKED,Frozen@R`@]@0L@@ @?333333@?@0@r@o@h@@C?p =q?GzH@zG{?Q?陙@J@0@0?333333?dZ1?-V@P@?GzH??|hs@ =q@Q?C%@*@*@*@?θQ?Z1'?E?m@Q@@]?\(1 pattyPoultryXv4GEMU,GROUND,Cooked,PAN-BROILED@PuQ@d`@@?\(\?nO;?zG{@ ?ٙ?xtj~?/v?tj~??hr Ĝ@@@?Q@s@T@S@@ =p @$/@n@=@O.25 cupSoups & Sauces   m4g)SAUCE,PASTA,SPAGHETTI/MARINARA,Ready-to-serve@T@R?333333@ =p @zG@&=p ?ٙ@!\(@;?333333@5@B@w@~?GzH?bM?zG{?ffffff@?tj~?;dZ@Vt?tj~?$/@&@&@&@@;@QR@+@t@@??j~"?Vt@o@1 cup@_@1 servingSoups & Sauces4} )SAUCE,PREGO 100% Natural SPAGHETTI Sauce,TRADITIONAL,JAR@S333333@Z@?333333@333333?ffffff@0@@ 333333@z@$@@u@? =p@`02 tbspSoups & Sauces %5 )SAUCE,LIPTON,RAGU OLD WORLD STYLE SMOOTH PASTA Sauce,TRAD,JAR@U@P?@@ffffff@#aGz@@333333?=p =@@(@s`?ҏ\(?+?nP@_@.5 cupSoups & SaucesW+4w )SOUP,Cream OF Chicken,Canned,Condensed,Reduced Sodium@Us33333@M???@#?ٙ? =p @&?ə@@7@q@vP? =p?hr Ĝ?(\)@333333?tzG{?+ I?bM?zG{?tj~@@@?@{@9@?zG{?ffffff@W@i@??ٙ?ٙ@Soups & Sauces SS!J,4c )SOUP,TOMATO,Canned,Condensed,Reduced Sodium@V@A?陙?陙?\(@QR?ə@Q@? =p @@,@[@4??^5?|?ə@;333333?zG{?zG{?\(?@@@@pp@2@? =p ?@b`@@?tj~?KƧ?GzH@n1 cupSoups & Sauces[-4;)GRAVY,BROWN Instant,DRY@ =p @w@!\(@'33333@,zG@M =p@ @"u\(@]@@@@j@v@?Q?nO?"`B@"?ffffff?5?|h?E@+ J?9XbM? I^5?@Q@@E@:@X?Q??QR?333333?@$@vȴ9X@E?-V@(@|`1 package@1 servingSoups & Sauces BB Z.49)GRAVY,Instant Beef,DRY@@w@#@"\(@- =q@N@333333@%kQ@a@zG@D@m@| @S?QR?° ě?öE@2??-V?r ě?333333?|hr?lD@A@4@.@H? =p@ @@?zG{?ٙ@@Q@ E?tj@&@1 serving@|`1 packageSoups & Sauces\/4=)GRAVY,Instant TURKEY,DRY@\(@y@'p =q@-QR@% =p@LǮzH@ffffff@=p =@\@## =p@>@i`@s @?zG?šo?+@3ffffff?? =p?`A7L?`A7L?(\)?=p =@F@.@>@L?׮zG@O@2@1?zG@@@@XbM@@x@8@1 serving@|`1 packageSoups & Sauces aa7047 )SAUCE,ALFREDO MIX,DRY@ffffff@@. =p@B,@#Q@BB\(@@@}0?zG@@@y@o@<? =p?bM?1&y@"?+?S@\(?9XbN?&x@@@?QR@j@K@J?p =q@@7@*\(\@+V+ J@!8Q@LSoups & Sauces`14s)PEPPERS,HOT,CHILI,MATURE Reduced,Canned,CHILI Sauce@Wfffff@5??333333?GzH@333333?ffffff@ffffff@"?@(@0@@9?333333?E?ə@>?zG{? =p ?333333?Q@&@&@&@|@7? =p @@1@p@3@uP?zG{?M?l@n1 cup@.1 tbspSoups & Sauces ``D`24s)PEPPERS,HOT,CHILI,Immature Green,Canned,CHILI Sauce@Wy@4?ffffff??p =q@?ffffff@ffffff@?ٙ@(@,@@9?333333?E?ə@Q?Q?Q?ffffff?Q@(@(@(@@@=?\(@ffffff@&@t@9@v`?vȴ9?hr Ĝ?tj~@n1 cup@.1 tbspSoups & Sauces834!)FISH BROTH@X@0@?333333? =p ?ٙ? =p @>?Gz?@>@U@s??1&?ffffff?Q?Q?zG{@@@?@???333333?ə?-V?"`?ļj~#@n1 cup@>1 fl ozSoups & Sauces A>44K )SOUP,TOMATO,Low Sodium,with H2O@V@A?陙?陙?ffffff@333333?ə@Q@? =p @@,@[@4??^5?|?ə@;333333?zG{?zG{?\(?@@@@p@@1@? =p ?@b@@@?tj~?KƧ?GzH@n1 cupSoups & Sauces;54E )SOUP,PEA,Low Sodium,with H2O@T@P@ 333333?333333?ffffff@%333333?333333?=p =@&?\(@0@I@S@$?\(?S??ffffff?zG{?Q??zG{@B@B@B@T@@&@"?zG{@333333@?@=?^5?|?=p =?öE@o@1 cupSoups & Sauces 88RB4)5MILK,DRY,WHOLE@\(@@:QR@:\(@QR@C5\(@C5\(@?zG@U@@@@@w0@ Q?zG{?zG{@0L@!333333?1&?GzH?1&y@+ I^?S@B@B@B@ @@p@o?޸Q?@E@0E@-V?GzH@X@@`1 cup@@.25 cupDairy & Egg ProductsnC4a5MILK,DRY,NONFAT,Regular,without Vitamin A@ GzH@v@BzG? =p@Q@Ip =@Ip =@?zG{@[@@@@@QR?E?zG{@;L@333333?ڏ\(??nO;@ C%?vȴ@I@I@I@Q@6@@???-V?ɺ^5?|?Q@4@^1 cup@>.25 cupDairy & Egg Products ii[nD4[!5MILK,DRY,NONFAT,Instant,with Vitamin A@zG@v`@A? =p @ \(@JQ@JQ@<? =p@]@@@@(@ =p?E?zG{@;L@ffffff?nO;?lC?nP@ Gz?zG@I@I@I@Q@z@(@(?zG{??S?-V?1&y@2@Q1 cup@V1 envelopeDairy & Egg Products!E4K5MILK,DRY,NONFAT,Calcium Reduced@@v @A?ə@ffffff@Ifffff@q?zG{@N@@@@@Q?bM?bM@;L@?/w?E?GzH@ ~"?nO@I@I@I@ =p@ @??vȴ9X?-V?|1&y@@1 fl ozDairy & Egg Products[S4;5MILK,HUMAN,MATURE,FLUID@U@Q?zG{@Q?ə@\(@\(@@?Q@@,@I@1?\(?vȴ9?vȴ9?@?1&y?nO;?Ƨ-?̋C%?+ I@@@?@j@N@N?zG{?333333@@nO?+ I?+@,@n1 cup@>1 fl ozDairy & Egg Products hT4?5MILK,INDIAN BUFFALO,FLUID@T\)@X@@@\(?GzH@Q@e ?Q@?@]@@f@@J?(\)?O;dZ?nO;@ffffff?vȴ9?GzH?KƧ?ȓtj~?O;dZ@@@? =p @f@@J@J@cS?O;d?° ě@3@n1 cup@1 quartDairy & Egg ProductsU4-5MILK,SHEEP,FLUID@T,@[@Q@?Q@p =q@h ?@2@c@a @F?GzH?O;dZ?nO;?333333@? =p?ָQ?ڰ ě? I^5??Q@@@?Q@b`@F@F@ix?$/?ӶE@;@n1 cup@1 quartDairy & Egg Products Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx            ##$$%%&&'',,--..//001122 00eV4C#5MILK SHAKES,THICK Chocolate@R @]@ffffff@?@5&fffff?333333@4ٙ@`? =p@0@_@l@[?޸Q? =p?+?ffffff?bM?j~"?vȴ9X?;dZ?@@@?zG{@P@2@2??ə@?`A7L?\(?@&@@ @ ?zG{?@?S? I^5?hr Ĝ@@b 1 cup@1 tbspDairy & Egg Products {\4s#5YOGURT,Plain,Whole MILK,8 GRAMS Protein PER 8 Ounce@U@N@ \(@ ? =p @ =p@ =p@^@?@(@W@c`@G?Gz?nO;?pbM@??-V?-V?333333?`A7L?bM@@@?׮zG@X@;@;?Q?ə@@ěS?tj~?O;dZ@*@n1 cup@l`1 containerDairy & Egg Products y]4o#5YOGURT,Plain,Low Fat,12 GRAMS Protein PER 8 Ounce@UDzG@O@??p =q@(\)@(\)@f?zG{@1@b@m@@Q?zG{?vȴ9?pbM@ ffffff?陙?+ I?dZ1?/v?x?+ J@&@&@&?Q@I@,@,?Q?ə@??C$?+ I@@n1 cup@l`1 containerDairy & Egg Products {^4s#5YOGURT,Plain,SKIM MILK,13 GRAMS Protein PER 8 Ounce@UNQ@L@Q? =p ?Gz@Q@Q@h? =p @3@c@o@S@? =p ?Q?tzG{@ ??tj~?E?vȴ9X?nP?"`A@(@(@(?Q@@@?ə?-V?+ J?tzG{@@n1 cup@l`1 containerDairy & Egg Products AA9tZ5 !Infant formula,MEAD JOHNSON NEXT STEP PROSOBEE. Prepared FROM Powdered@U=p @P@Q@GzH?p =q@ (\)@zG@`?\(@@U@@S@7?GzH??`A7L?@?vȴ9?5?|h?Q?Q?zG{@&@&@2?QR@h@@M@M?333333@?S??|hs?Vt@>1 fl ozBaby FoodsC!4+'FAT,BEEF TALLOW@0@Y?ə@@Hfffff@Dfffff@@[@@i1 cup@)1 tbspFats and Oils !!@"4'LARD@0@Y?(\)?ə?333333@C@F@&ffffff@W@i1 cup@)1 tbspFats and Oils+4m 'SALAD Dressing,KRAFT Mayonnaise Light Mayonnaise@K33333@t?333333@@s33333@@!?@@?ə@M@J@?333333@g @cc33333@@A@.1 tbspFats and Oils ,4m 'SALAD Dressing,KRAFT MIRACLE WHIP Light Dressing@Offfff@l?333333@2@@,?@#@?\(@*@7@@A@Tfffff@333333@:@01 tbspFats and Oils$-5 'SALAD Dressing,KRAFT Mayonnaise FAT FREE Mayonnaise Dressing@Ts33333@Q?ə@@@(@@333333@?@;@I@p@X@cc33333?@$@01 tbspFats and Oils.4y 'SALAD Dressing,KRAFT MIRACLE WHIP FREE NONFAT Dressing@S@U?ə@?ffffff@/?ffffff@$@?Q@@H@@Q@@Tfffff?333333@"@01 tbspFats and Oils 88[/4K'SALAD Dressing,RUSSIAN Dressing@A@@~?@Iffffff@@$@$@3?333333@@B@c@ ?ۅQ?zG{?S?@???333333?ٙ?Q@$@$@$?333333@r@.@zG@U ?@f@@333333@'@=ffffff@2@.1 tbsp@n1 cupFats and Oilse04c%'SALAD Dressing,SESAME Seed Dressing,Regular@C@{@@F@333333@!333333?@ =p@3?333333@B@c@@??@B@@@L@5@@0@@'@9@.1 tablespoon@n1 cupFats and Oils  m14o'SALAD Dressing,Thousand ISLAND,Commercial,Regular@GAGz@w ?p =q@AzH@Q@-GzH?陙@.\(\@1?Gz@ @;@Z@?У =p?zG{??Q?-V?n@j`@,@@@QFfffff@W@J@J@=@^5?|@$/@28Q@:@o@1 cup@/3333331 tbspFats and Oilsr24m%'SALAD Dressing,Mayonnaise TYPE,Regular,with SALT@C33333@x`?@@33333?ffffff@7fffff@@,?ə@@:@"@8? =p ?zG{?+ I??vȴ9?tj~?pbM?vȴ?hr Ĝ@@@?Gz@k@5@(@zG{@E?@W@;@U@@"@2@:@-ffffff1 tablespoon@m`1 cupFats and Oils l44a%'SALAD Dressing,FRENCH Dressing,Reduced FAT@K# =p@m?\(@*Q@333333@=GzH?񙙙@/fffff@&? =p@ @0@Z@ ?ə?zG{?(\)??tj~?vȴ9?S?(\)@@@@@;?333333@333333@r@Q@@_?$/@O;d@-V@0L1 tablespoon@p@1 cupFats and Oilsm54c%'SALAD Dressing,ITALIAN Dressing,Reduced FAT@U+Q@R?zG@Q@333333@GzH@333333@"?@@&@U@@X?QR@ ?Q?Q@(??ə@)@?/w@Q?C$@@.1 tablespoon@n1 cupFats and Oils o64w%'SALAD Dressing,RUSSIAN Dressing,Low Calorie, calories@P@@a?@@333333@;?333333@5޸Q@3?333333@B@c@ ??zG{?@?|1&y?vȴ9?`bM?GzH?nO;@@@?Q@@@?ٙ@?@4@?333333?@ffffff@@0L1 tablespoon@p@1 cupFats and Oilsu74s%'SALAD Dressing,Thousand ISLAND Dressing,Reduced FAT@N]p =@i? =p@*L@\(@60 =q?@1O\(@0?\(@@,@i@@?QR?Q?+ J?tj?+@sp@0?@;33333@c@@P@@2@Y?;dZ@;dZ@7KƧ?@.1 tablespoon@n1 cupFats and Oils  i94k%'SALAD Dressing,Mayonnaise,Soybean OIL,with SALT@.@h?񙙙@S?@333333?޸Q@2??@<@A@?zG{?zG{?333333?tzG{?Ƨ-?vȴ9X@ @ @ ?У =p@q@T@@T@Gz@E@@@g@'Q@3+ @EVE@C@+1 tablespoon@k1 cupFats and Oilsp:5%'SALAD Dressing,Mayonnaise,Soybean and SAFFLOWER OIL,with SALT@.@h?񙙙@Sٙ?@@2??@<@A@?Q??tzG{? I^5?vȴ9X@ @ @ ?У =p@q@U@U@6@833333@!333333@*@K@M@+1 tablespoon@k1 cupFats and Oils [[De;4c%'SALAD Dressing,Mayonnaise,Imitation,Soybean@OY@m?333333@3333333?@0@@$@?(\)?zG{?@@E@ ffffff@@%333333@8@.1 tablespoon@n1 cupFats and Oils8<4i%'SALAD Dressing,Mayonnaise,Imitation,MILK Cream@Sfffff@X@@@ffffff@@&333333@R?@@L@X@@??zG{?PbM??333333?tj~?E?S?E?$/@@@?p =q@*@@?ٙ@ffffff?333333?333333@E@.1 tablespoon@n1 cupFats and Oils z=5 %'SALAD Dressing,Mayonnaise,Imitation,Soybean without Cholesterol@AL@~ ?@Gٙ?@/@?zG{@$@v?(\)?PbM?@@E@@%@;@,3333331 tablespoon@l 1 cupFats and Oils w>5%'SANDWICH Spread,with Chopped PICKLE,Regular,Unspecified OILS@Dffffff@xP?@A@@6ffffff?ٙ@.\(\@,?ə@@:@A@@?Q?zG{??zG{?zG{?zG{?zG{@@@?Gz@k@6@*@@833333?@W@;@U@ffffff@@4@S@.1 tablespoon@n1 cupFats and Oils {?5'SHORTENING,HOUSEHOLD,Soybean (Hydrogenated) -COTTONSEED (Hydrogenated)@@Y?陙@E@9@F@@:@i1 cup@)1 tbspFats and OilseB4c%'OIL,Soybean,SALAD OR COOKING,(Hydrogenated)@@Y@ 333333@833333@-@E@B@+3333331 tablespoon@1 tspFats and Oils [[4UE4S%'OIL,Vegetable, vegetables,RICE BRAN@@Y?Q@@&fffff@833333@333333@Cfffff@A@+3333331 tablespoon@k@1 cupFats and OilsHF4)%'OIL,WHEAT GERM@@Y@b@833333@2@.333333@Nٙ@+3333331 tablespoon@k@1 cupFats and Oils SS,UJ4C%'OIL,Peanut,SALAD OR COOKING@@Y?Q?zG{@/aGz?ffffff@0fffff@G@@@+1 tablespoon@k1 cupFats and OilsPL4E'OIL,Soybean,SALAD OR COOKING@@Y?zG{@"kQ@h33333@,@7L@L33333@+3333331 tbsp@k@1 cupFats and Oils KK QO47'VEGETABLE OIL,COCONUT@@Y?zG{? =p ?@U@333333?@+3333331 tbsp@k@1 cupFats and Oils\U4A%'OIL,OLIVE,SALAD OR COOKING@@Y??Q?@@,33333@N@*r Ĝ@Ryl@$7Kƨ@+1 tablespoon@k1 cupFats and Oils ]]'FW41'OIL,VEGETABLE,PALM@@Y?zG{@/Gz@ @Hfffff@B@"@+3333331 tbsp@k1 cupFats and OilsUZ4C%'OIL,SESAME,SALAD OR COOKING@@Y?ffffff@+333333@,ffffff@Cٙ@Dٙ@+3333331 tablespoon@k@1 cupFats and Oils ^^,Jw41%EMU,FAN FILLET,RAW@RzH@Y@6?陙?񙙙@@@E@m@r@^@ ? I^5?-V@@@?+ J?/w@+ J@lD?I^5?}@*@*@*@zG?(\)?ɺ^5?|?j~"?lC@Q@(\1 fan fillet@U@1 servingPoultryPx4GEMU,FAN FILLET,Cooked,Broiled@PQ@c@@?EQ@ffffff?@@=p =@>@q@x@J@ Q?Ͳ-V?vȴ9@G ?ffffff?+ I^@#ěT@ tj?O;dZ@"@"@"@"p =?p =q?-?XbM?Z1'@T@xQ1 steak@U@1 servingPoultry E;y43' EMU,FLAT FILLET,RAW@Rٙ@Y@6@?zG?\(@@@?@l@n@b@?=p =?1&y@??\(\?~"@$/@;dZ?⟾vȴ9@(@(@(@zG{?(\)?-V?Gz?1&@Q@v!R1 flat filletPoultry7z4/# EMU,FULL RUMP,RAW@Rr\(@\@6zG?=p =?=p =@@ =p@D@m@t@V@ Q? I^5?-V@@@? =p ?O;dZ@tj@"`?tj~@*@*@*@Q@.@@?p =q?$/?j~#?lC@U@@\)1 full rumpPoultry bbA[{4E3EMU,FULL RUMP,Cooked,Broiled@N(\@e@@\(@p =q?@@\(@A@t0@t@@[@GzH?=p =?nO;@J ?ۅQ? =p@%#S@ -V?$/@$@$@$@@&@@?У =p? =p?C$?㝲-V@` @~\(1 full rump, cooked@U@1 servingPoultry;|43' EMU,INSIDE DRUM,RAW@RQ@[@68Q? =p?ffffff@@Q@:@l@s@Y@QR?=p =?1&y@?ffffff?Gz?܋C%@7KƧ@dZ1?1&x@(@(@(@zG@1@@?(\)?^5?|?`A7K?r ě@P@Q1 inside drumPoultry [[?`}4K7EMU,INSIDE DRUMS,Cooked,Broiled@P =p@c@@0 =q@zG?@@zG@@@s0@s@]@\(\?hr Ĝ?hr Ĝ@H?=p =?;dZ@$S@ bM?^5?|@$@$@$@333333@$@@??hr!?|hr?1&@V@z=p 1 inside drum, cooked@U@1 servingPoultry=~45) EMU,OUTSIDE DRUM,RAW@RzH@Y@7zG?޸Q?@@@=@l @t@Y@?xF?@B&fffff?ЃnP?I^5?}@G{@?o@@@@zG?\(?;dZ?"`B?Q@S@zcQ1 outside drumPoultry zz.04) EMU,OYSTER,RAW@R$zG@a@6\(@p =q?ffffff@@@>@k @o@@b@?E?S@=?XbM?O;dZ@"@\(?tj~@*@*@*@ =p ?θQ?-V?E?xF@T@@r=p 1 steakPoultryN4CEMU,TOP LOIN,Cooked,Broiled@P׮zH@c@=R@ =p ?QR@"@GzH@>@q @w`@M@ \(\?Q?vȴ9X@E??m@"?|hs@ 1&x?C$@"@"@"@!kQ?p =q?hr Ĝ?lC?۶E@V@n(\1 steak@U@1 servingPoultry ww % 41 OSTRICH,GROUND,RAW@QzG@d@48Q@!ffffff?\(\@@GzH@4@h@r0@R@ zG?bM?hr Ĝ@@?KƧ?+ J@ I^5?GzH?ffffff@@@@p =q?θQ@j~"@;dZ?Q@QPoultry\ 4OOSTRICH,GROUND,Cooked,PAN-BROILED@PǮzH@e@:&fffff@GzH?\(@ @ p =q@7@l@t0@T@QR?hr Ĝ?hr Ĝ@@?C$?&x@:^5?|?\(\?1&x@,@,@,@\(?θQ@ ? ě@?|hs?S@T@WP1 patty@U@1 servingPoultry B" 4+ OSTRICH,FAN,RAW@RQ@]@@5\(@333333?Q@@Q@6@j`@s@@R@ zG?hr Ĝ?hr Ĝ@As33333?+ J?nO;@S? =p?j~"@ @ @ @Gz?ə?ffffff?ffffff?@R@Poultry: 49 OSTRICH,INSIDE LEG,RAW@RzG@[@6c =p?Q?Q@@ffffff@6@k@t@R@\(? I^5??nO;@B333333?ɺ^5?|?Gz@cS?"`A?E@ @ @ @ffffff?ə?333333?333333?QR@P@U@1 servingPoultry Q= 4? OSTRICH,INSIDE LEG,Cooked@Q|@a@=\(? =p ?QR@@\(@9@n@v@T@ =p?l?nO;@B@?Vt?nO@tj?xF?\(@0@0@0@p =q?(\)?ffffff?p =q?zG{@R@@U@1 servingPoultry+4= OSTRICH,INSIDE STRIP,RAW@R=p @_@7 =q@\(?Q@@@7@l@@t@S@ =p?\(?tj~@B?C$?+@tj?A7Kƨ?m@"@"@"@?Gz?7KƧ?/w?x@R@Poultry ]]3R64I)SOUP,Chicken NOODLE,Low Sodium@W@??333333?? =p @QR?333333?Q@?zG{@@7@R@e?zG{?j~#?9XbM@??zG{?Q?\(?zG{@"@@@*?Q@rp@.??Q?ffffff@P@@a@*?+ J?׾vȴ9X?/v@@n1 cup@s1 canSoups & SaucesI74Q )VEGETABLE SOUP,Low Sodium,with H2O@W`@6?陙?333333?333333@333333?ə?QR@5?@ @4@d@J?Q?vȴ9?E?@333333?zG{?zG{? =p?zG{@$@$@$@Q@?@!@ @C@@X?xF?`A7L?Q@o1 cupSoups & Sauces hhOc84{)SOUP,Cream OF MUSHROOM,Low Sodium,Ready-to-serve,Canned@V33333@J?@ ?zG@Q?ə?Q@3?Gz@@4@D@4?θQ?1&?333333?ٙ?zG{?zG{?333333?zG{@ @@@"?zG{@8@@?׮zG?陙??zG?+ I?m?@n1 cup@1 canSoups & Sauces-94C )POTATO SOUP,Instant,DRY MIX@333333@up@"ffffff@@ =p @S\)@ffffff@$33333@e@ =p @O@qp@@ ?Q?@(@0?(\)?(\)@zG?zG{@N@@L@P@N@?GzH@+@@@@@M?㝲-V?\(?ffffff@(Soups & Sauces tt;C:4U )SOUP,Chicken BROTH,Low Sodium,Canned@X@0@?333333?ə?333333?zG{@?Gz?@>@U@>??1&?Q?Q?zG{??x?щ7KƧ? ěT@n1 cupSoups & SaucesA;45)SAUCE,WORCESTERSHIRE@S\(@P@@3u\(@$\(@Z@333333@*@N@@?QR?ə?@*?Q? =p?ffffff@ @ @ @S@??zG{??@E@@H@q01 cup@11 tbspSoups & Sauces ??Y<4a)SAUCE,TOMATO CHILI Sauce,Bottled,with SALT@Q@Z@?333333@" =q@3=p @@*\)@4?陙@(@J@w @?zG{? =p?񙙙@0? =p ?Q??zG{@"@"@"@@@A?Q@@*@y @ ?? =p ?tj~?öE@q1 cup@1 packetSoups & Sauces`=4s)SAUCE,TOMATO CHILI Sauce,Bottled,NO SALT,Low Sodium@Q@Z@?333333?޸Q@4g )SOUP,Vegetable, vegetables Chicken,Low Sodium@Tٙ@Q@@ffffff@?zG@!Q?ٙ@QR@&?Q@@F@c @A??@ffffff@ffffff?zG{?Q?Q?zG{@2@@0@3?@@a@@.?333333@@@@ @a`@]?vȴ? =p?n@@n 1 cupSoups & Sauces\?4g)SAUCE,BARBEQUE,Low Sodium,Commercially Canned@T9@R??@@)@@"@3?@3@4@@`??+ J?@?Q?zG{??zG{@ @ @ @ @E?Q?@|@^@h@m`?p =q?hr ?/w@o@1 cup@"1 packetSoups & Sauces ww49@4A )SAUCE,SPAGHETTI,Low Sodium@Rٙ@[@?@333333@@/@@'# =p@<?@8@B@x@>?Gz?/v?񙙙@&ffffff?Q?Q??ffffff@*@*@*@0@?@\(\@;33333@9@v@?@5@X?9XbN@ tj~?tj~@o@1 cupSoups & SaucesHA4_ )GRAVY,MEAT OR POULTRY,Prepared,Low Sodium@U@J@ffffff@333333?Q@ =p?333333?zG{@?ffffff@@>@T@@2???333333?Q?zG{?Q?zG{@9@9@9??Q?? I^5??+ J?QR@@m1 cupSoups & Sauces ssCLB4g )SOUP,Beef and MUSHROOM,Low Sodium,CHUNK STYLE@T33333@Q@@333333@ffffff? =p@#(\)?ə?Gz@*? =p @@I@a@9?񙙙?@@?zG{?(\)?zG?Q@@@?У =p@@X?(\)@ @{`@@@G?-V?7KƧ?hr Ĝ@@o`1 cupSoups & Sauces9C4%)ADOBO FRESCO@6@l@@@4fffff@B333333@2??zG@^@ @7@C@g`@??Q@@333333?zG{?Q?zG@"@"@"@k`@&@Q@@@_@@y@^@GzH@-V@Z1'@r1 cup@21 tbspSoups & Sauces FF VD4{ )SOUP,Beef STROGANOFF,Canned,CHUNKY STYLE,Ready-to-serve@S@X@ffffff@ffffff?ffffff@"?333333?\(@4?(\)@@I@a@{0?񙙙?@ffffff?zG{? =p ??Q@P@$@L@R?У =p@@U@I?=p =@Y33333@H@v?@,@x @O;d?`A7L?|hr@5@n1 cupSoups & Sauces\E4k)SOUP,BOUILLON CUBES and GRANULES,Low Sodium,DRY@ffffff@{`@033333@+ǮzH@@P8Q?ə@, =q@g`?zG{@L@d@sP@? =p @;?񙙙??ۅQ@zG?@5@5@5?333333@@@9? =p @P@Q@p?@3@q@ vȴ9X@u\(@ =q@*@1 tsp@ 1 cubeSoups & Sauces 55`F4e)SOUP,RAMEN NOODLE,Beef FLAVOR,Dehydrated,DRY@zG@{@@$zG@/kQ@ =p@O\(@?zG{@>@p =q@8@^@@g @H?GzH?333333?\(@%ffffff?333333??+ J@ȴ9Xb?S?E@[@@U@8@e? =p ?\(@$@(\@"`A?r ě@E1 serving@U@1 packageSoups & SaucescG4k)SOUP,RAMEN NOODLE,Chicken FLAVOR,Dehydrated,DRY@ =p @{P@%QR@/@ =p@O\)@333333?@;@\(\@6@]@e@.?Q?XbM?ffffff@"?"`B?bM@?;dZ?+ I@]@@U@@?@f? =p??333333?@(@aGz@O;d?1&x@E1 serving@U@1 packageSoups & Sauces {_4s#5YOGURT,VANILLA,Low Fat,11 GRAMS Protein PER 8 Ounce@S@U@@Q??QR@+@+@e`?Q@0@`@k`@P?\(?vȴ9?pbM@?陙?$/?ɺ^5?|?dZ1?lD? =p @&@&@&?\(@E@(@(?zG{?@?n?E?nO;@@n1 cup@l`1 containerDairy & Egg Products x`4m#5YOGURT,FRUIT,Low Fat,9 GRAMS Protein PER 8 Ounce@R33333@X@ =p?ffffff?\(@2 =p@2 =p@a@?Q@*@[@@f @J?p =q?9XbM?bM@ffffff?333333?hr Ĝ?ļj~#?tj?܋C%?l@"@"@"?ۅQ@D@&@&?zG{?@?vȴ9X?9XbM?`A7L@@n1 cup@_@1 containerDairy & Egg Products ??<ya4o#5YOGURT,FRUIT,Low Fat,10 GRAMS Protein PER 8 Ounce@RQ@Y@zG{?GzH?QR@3 @3 @c?Q@.@]@h`@M?zG?zG{? =p@?ffffff?l?ȴ9Xb?QR?KƧ?zG{@"@"@"?zG@B@$@$?zG{?@?M? I^5?vȴ9X@@n1 cup@e@1 containerDairy & Egg Products@b4o#%5YOGURT,FRUIT,Low Fat,11 GRAMS Protein PER 8 Ounce@Rfffff@Z@@p =q?\(?zG{@2@e ?Q@0@`@k@P@?=p =?zG{? =p@?ffffff?E?XbM?Gz?hr Ĝ? =p @$@$@$? =p@N@0@.?+ J?ěS?zG{@@l`1 container@\@.5 containerDairy & Egg Products DD%]c43'5EGG,WHOLE,RAW,FRESH@R\(@b`@)(\)@#Gz?Q? =p? =p@J?GzH@(@g@`@a?\(?1&?tj~@?33333?lD?ޗO;d?Q? I^5?M@G@G@G? =p@~p@a@a`? =p ?333333@$@"@t@n@zG{?m@zp@n`1 cup@M1 extra large@(Dairy & Egg ProductsWd435EGG,WHITE,RAW,Fresh@UzG@J@%?\(?(\)?\(\?Q@?zG{@&@.@d`@d?Q?O;dZ?+ I@4?pbM?tj?Gz?QR?tzG{@@@? =p @n`1 cup@@333331 largeDairy & Egg Products ZZ4Ve415EGG,YOLK,RAW,Fresh@J'zH@t @/Q@:=p ?\(\@ Q?Q@` @ =p@@x`@[@@H@ffffff?E?(\)@L?Ƈ+ I?`A7L?tj~@Q?ffffff@b@@b@@b@?333333@@w@w0@ =p?ffffff@C@V@@@@#1'@'y"`@`A7@H@n`1 cup@01 largeDairy & Egg ProductsHf43 5EGG,YOLK,RAW,FROZEN@L@r@/@9??ffffff?QR@a@@ Q@"@z@]@P@ =p ?tj~?vȴ9X@Dfffff? =p? =p? =p @ =p =?zG@]@]@]?Q@$@{@zp@Q?ffffff@B@U@@@@|@GzH@#~vȴ9X@ $/@@l`.5 lbDairy & Egg Products /g4C 5EGG,YOLK,RAW,Frozen,SUGARED@I@s0@+@6?ffffff@%@^@ Q@$@x@Y@P@zG{?tj~?5?|h@Bٙ?GzH?\(?O;dZ@ ?-V@a`@a`@a`?QR@@x@x@Gz@!:^5?|@ E@@l`.5 lbDairy & Egg ProductsMh49 5EGG,Whole,Cooked,FRIED@QHQ@i @+B\(@.Q??(\)?\(@M?zG@*@j@b`@i?333333?j~"?E@A?333333?tj~?E?hr!? =p@I@I@I?=p =@@h@h ?Q@ffffff@G@$@v`@-V@bM@GzH@|@G1 largeDairy & Egg Products 44 hi4E)5EGG,Whole,Cooked,HARD-BOILED@RzH@c`@)(\)@%8Q?GzH?Q?Q@I? =p @$@e@_@_??vȴ9?vȴ9@>?`A7L?j~"?bM?^5?|?"`@F@F@F?\(@P@e @e?zG{?333333@&@$@v@ "`A@N+?vȴ9@z@a1 cup, chopped@!1 tbsp@(Dairy & Egg Products\j4;5EGG,WHOLE,COOKED,OMELET@RQ@c @%=p =@( =p ?Gz?zG?@G? =p@$@d@@\@d ?\(?+ I?bM@:33333?-V?"`B?Q?hr Ĝ?"`@C@C@C?p =q@@c`@c?ffffff@@B@ @qp@ Q@\(@Ƨ-@v@@.ffffff1 tbsp@N1 largeDairy & Egg Products LLOk4= 5EGG,Whole,Cooked,POACHED@R\(@b`@)\(@#?(\)?QR? =p@J?GzH@(@g@`@r`?񙙙?1&?+@??lD?vȴ9X?Q?hr!?-V@G@G@G?zG{@~P@a`@a@?Q?333333@$@"@t@-V@\(\?vȴ9X@z`@I1 largeDairy & Egg Products]l4A5EGG,Whole,Cooked,Scrambled@RI@d@&.zG@(kQ?\(@?zG@Q?333333@(@e@@a@@q??1&y?+ I@6?ə?vȴ9?+?9XbM?1&?5?|h@>@>@>? =p@p@a@a?333333@@@@@n@ nO;@nO@/v@v@k1 cup@+ffffff1 tbspDairy & Egg Products yyORm4+5EGG,WHOLE,DRIED@@@G@Dy@ 333333@@ =p@l@(\)@E@@~@X@Q?+ J?@]fffff?\(? =p?ӅQ@Q?E@e`@e`@e`@@(@q0@p@ =p ?333333@D@B@@)t9XbN@.C@7KƧ@@U@1 cup@1 tbspDairy & Egg Products-n4a5EGG,Whole,DRIED,STABILIZED,GLUCOSE Reduced?Q@8@H\(@E@ =p @ =p @k@ \(@H@X@@ @ =p?GzH?333333@^Ffffff??E?Гtj~@ =p?Gz@h @h @h @%Q@@@@@@*e`A7L@1bM@1'@@U@1 cup@1 tbspDairy & Egg Products 22[o4Y 5EGG,WHITE,DRIED,FLAKES,GLUCOSE Reduced@-=p =@u@S:G{?zG{@@zG@zG@T?p =q@P@T@H@?333333?p =q?Q@]333333?Q@KƧ?噙?C$?O;dZ@V@@V@@V@?\(\@l`.5 lbDairy & Egg Productskp4]5EGG,WHITE,DRIED,Powdered,GLUCOSE Reduced@!zG@w@T?zG{@333333@Gz@Gz@V@?θQ@R@V@@p@X?zG{?\(?@_Ffffff?l@+ I?"`A?S?tj~@X@X@X?\(@Z1 cup@,1 tbspDairy & Egg Products ZZ/Qq4)5EGG,YOLK,DRIED@@@A @Kfffff@ 333333@ @ @q@zG@*@@n@`@Q?tj~?vȴ9X@U33333?ҏ\(?zG?QR@\(?Q@n@n@n@QR@\@z@x@zG?@S@g@@Q@@1'lC@5!$/@zG@>@P1 cup@1 tbspDairy & Egg ProductsMr4= 5EGG,DUCK,WHOLE,FRESH,RAW@QQ@g @)Q@+=p ?=p =?333333?\(@P@@1@k@k@b@?\(?vȴ9X?tj~@B333333?+?"`B?ə?n?@T@T@T@@@h@@h?p =q?ٙ@,@(@|@ r ě@?hr @@Q1 egg@(Dairy & Egg Products \\.Ns4? 5EGG,GOOSE,WHOLE,FRESH,RAW@QQ@g @+p =@*=p ?GzH??zG@N@ Q@0@j@j@@a@?GzH?vȴ9X?tj~@Bs33333?`A7?r ě?1&x?$/?5?|h@S@S@S@ffffff@P@g`@g ? =p?ٙ@*@(@{@ \(@hr?n@@b1 egg@*Dairy & Egg ProductsNt4? 5EGG,QUAIL,WHOLE,FRESH,RAW@Rfffff@c@*@&.zG?񙙙?=p =?=p =@P@ 333333@*@l@@`@a?Q?vȴ9X?tj~@@? =p?GzH?333333?-V?333333@P@P@P?GzH@@c@c`?GzH?333333@&@$@w@ tj~@KƧ?/v@`@"1 egg@ Dairy & Egg Products #u4A 5EGG,TURKEY,Whole,Fresh,RAW@R @e`@+\(\@'\(?GzH?ffffff@X@ffffff@*@e@@a@b?GzH?vȴ9X?tj~@A&fffff?(\)?zG?tj~?9XbM?ěS@Q@Q@Q? =p @P@d@d@ Vu@H9Xb?+ I@(@S1 egg@(Dairy & Egg ProductsYv475EGG SUBSTITUTE,FROZEN@RFfffff@d@&zG@&8Q?@ @ @R@?zG@.@R@j@h?\(\?+ I?xtj~@Dfffff??Q?ش9XbN?Q?\(?$/@0@0@0?\(@l @&?p =q?ə@`?Gz@zG{@ȴ9X@@n1 cup@N.25 cupDairy & Egg Products $$i\5'OIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC (LESS THAN 60%)@@Y?Q@D=p @@$333333@F33333@D @+3333331 tbsp@k@1 cupFats and Oilska4y'MARGARINE,Regular,HARD,CORN (Hydrogenated and Regular)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@'333333?@@,@Cffffff@8@1 tsp@\Y1 stickFats and Oils  c5I'MARGARINE,Regular,HARD,CORN and Soybean (Hydrogenated) and Cottonseed (Hydrogenated),with SALT@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@&@W@@@.@Bffffff@9@1 tsp@\Y1 stickFats and Oils 5d5O'MARGARINE,Regular,HARD,CORN and Soybean (Hydrogenated) and Cottonseed (Hydrogenated),without SALT@2@P?@T33333?ə?@1@@*@9@??xtj~?$/?vȴ9?+ J?tzG{????Q@@@@'333333@W@@@.@BY@9@1 tsp@\Y1 stickFats and OilsGg4a'MARGARINE,Regular,HARD,CORN (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@'333333@@*ffffff@Ffffff@2@1 tsp@\Y1 stickFats and Oils Zi4g'MARGARINE,Regular,HARD,Soybean (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@@W@@@033333@Cfffff@4fffff@1 tsp@\@1 stickFats and Oilsj55'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and CORN and Cottonseed (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@@W@@@3@@@9@1 tsp@\Y1 stickFats and Oils jk5'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and Cottonseed@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@ffffff@W@@@0L@DY@3fffff@1 tsp@\Y1 stickFats and Oilsyl5#'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and Cottonseed (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@333333@W@@@.333333@Gfffff@-333333@1 tsp@\Y1 stickFats and Oils^ &,28>DJPV\bhntz "(.4:@FLRX^djpv|@BDFHJLNPRTVXZH\I^J`KbLdMfNhOjPlQnRpSrTtUvVxWzX|~  ũ"Ʃ%ǩ,ȩ.ɩ0ʩ5˩7̩9ͩ;Ω=ϩ?ЩAѩEҩHӫ`ԫvxz|~  678:;<=qmtnwoyp{q}rstuv w   sm5'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and PALM (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@@W@@@.333333@@@=@1 tsp@\Y1 stickFats and Oilsin5'MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@1@W@@@+@?33333@?ffffff@1 tsp@\Y1 stickFats and Oils o5?'MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated) and Cottonseed (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@1@W@@@*@7@DY@1 tsp@\Y1 stickFats and Oils^p4'MARGARINE,Regular,HARD,Soybean (Hydrogenated and Regular)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@@W@@@*333333@B@:333333@1 tsp@\Y1 stickFats and Oils q55'MARGARINE,Regular,HARD,Soybean,Soybean (Hydrogenated), and Cottonseed (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@(@W@@@/333333@B @9L@1 tsp@\Y1 stickFats and Oils r5/'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and PALM (Hydrogenated and Regular)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@@W@@@1@?333333@<333333@1 tsp@\Y1 stickFats and Oils s55'MARGARINE,Regular,HARD,Soybean (Hydrogenated),Cottonseed (Hydrogenated), and Soybean@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@@W@@@/333333@D@4333333@1 tsp@\Y1 stickFats and Oils y5W'MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated and Regular) and Cottonseed (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@0ffffff@W@@@,@>L@@&fffff@1 tsp@\Y1 stickFats and Oils  5!'MARGARINE,Regular,Liquid,Soybean (Hydrogenated and Regular) and Cottonseed@/@?ffffff@T&fffff@@P@@I@W@h?ٙ?+ I?j~#??-V?tj~@@@?Gz@@@@ffffff@Z@@*ffffff@<@Afffff@l`1 cup@,ffffff1 tbspFats and Oils  5='MARGARINE-LIKE Spread,APPRX 60% FAT,TUB,Soybean Hydrogenated and Cottonseed Hydrogenated@B@?333333@Nffffff?333333@5@@0@>@??|1&y?vȴ9?bM?5?|h?xtj~????Q@@@@@W@@@(@Cs33333@ffffff@l1 cup@3333331 tspFats and Oils y 5''MARGARINE-LIKE Spread,(Approximately 40% FAT),CORN (Hydrogenated and Regular)@M @u?@Cffffff@?ٙ@2@@,@9@??xtj~?+ I?vȴ9?1&?tzG{????Q@@@@@W@@@@-@0L@m1 cup@3333331 tspFats and Oils  5O'MARGARINE-LIKE Spread,(Approximately 40% FAT),SOY(Hydrogenated) and PLM(Hydrogenated and Regular)@M @u?@Cffffff@?ٙ@2@@,@9@??xtj~?+ I?vȴ9?1&?tzG{????Q@@@@@W@@@$333333@,333333@)@m1 cup@3333331 tspFats and Oils   p 5'MARGARINE-LIKE Spread,(Approximately 40% FAT),Soybean (Hydrogenated)@M @u?@Cffffff@?ٙ@2@@,@9@??xtj~?+ I?vȴ9?1&?tzG{????Q@@@?陙@W@@@@033333@+@m1 cup@3333331 tspFats and Oils 5E'MARGARINE-LIKE Spread,(Approximately 40% FAT),SOY(Hydrogenated) and Cottonseed(Hydrogenated)@M @u?@Cffffff@?ٙ@2@@,@9@??xtj~?+ I?vȴ9?1&?tzG{????Q@@@@!333333@W@@@@2ffffff@&@m1 cup@3333331 tspFats and Oils 53'MARGARINE-LIKE Spread,(Approximately 40% FAT),Soybean (Hydrogenated) and Cottonseed@M @u?@Cffffff@?ٙ@2@@,@9@??xtj~?+ I?vȴ9?1&?tzG{????Q@@@@@W@@@ @,ffffff@-@m1 cup@3333331 tspFats and Oils n4q'SALAD Dressing,ITALIAN Dressing,Commercial,Regular@L333333@r0?QR@<^Q@zG@$(\@ =p@?(\)@@"@H@? =p?hr Ĝ@?vȴ9?$/?Q@B@@@L@5@@0@`A7L@B\(@)o@-ffffff1 tbsp@m`1 cupFats and Oils4S 'SALAD Dressing,KRAFT RANCH Dressing@Bffffff@?ffffff@Jٙ@@ffffff?333333@@=? =p @V@H@?ə@C@ ffffff@<@=2 tbspFats and Oils  4c 'SALAD Dressing,KRAFT ZESTY ITALIAN Dressing@JY@u?333333@A33333@@?@333333@?zG{@,@=@x?@B@@?2 tbspFats and Oils4w 'SALAD Dressing,KRAFT Light DONE RIGHT! RANCH Dressing@Nfffff@p?333333@6@@%?@@:?QR@c`@`@?@D?ffffff@<@>2 tbspFats and Oils4{ 'SALAD Dressing,KRAFT Light DONE RIGHT! ITALIAN Dressing@R@@e@?񙙙@,@@ ?@@<?Q@9@V@?@f`??@?2 tbspFats and Oils  4o 'SALAD Dressing,KRAFT FREE FAT FREE RANCH Dressing@O@a@?ffffff?@@>?333333@ffffff@:?Q@S@V@?@ ?ə?@A2 tbspFats and Oilss4o%'SALAD Dressing,FRENCH Dressing,Commercial,Regular@BGzH@|? =p@FgzH@QR@/(\)@/fffff@8?陙@@3@P@ ?ҏ\(?$/?tj~?"`A?bM?Q@}@7@@^Y@m@W@wP@O;d@ ݲ-V@5lC@/3333331 tablespoon@o@1 cupFats and Oils 4s 'SALAD Dressing,KRAFT FREE FAT FREE ITALIAN Dressing@Tffffff@O?ffffff?@ @&?ffffff@ffffff@E?θQ@i@\@X?@c?@@@2 tbspFats and Oilsy 5 %'MARGARINE-LIKE Spread,(Approximately 40% FAT),Unspecified OILS@M @u?@Cffffff@?ٙ@2@@,@9@??xtj~?+ I?vȴ9?1&?tzG{????Q@@@@@W@@@@/ffffff@+@H1 tablespoon@m1 cupFats and Oils R?4C OSTRICH,INSIDE STRIP,Cooked@PR@d@=^Q@ =p ?333333@@333333@:@o@v@R@@?Õ$/?tj~@B33333?θQ?C$@tj~?vȴ9X?lC@0@0@0@\(?θQ?\(\? =p?zG@X@@U@1 servingPoultry*4; OSTRICH,OUTSIDE LEG,RAW@R\(@\@6(\?\(\? =p@@333333@7@k@t @V@Q?-V?nO;@BL?=p =?S@Ƨ?7KƧ?/v@ @ @ @ =p?ə?Q?Gz?ۅQ@P@Poultry <,4? OSTRICH,OUTSIDE STRIP,RAW@RQ@^@7\(\@zG?zG@@ Q@7@l@t@Q@zG?`A7?tj~@B33333?Gz?ӶE@;dZ?+?hr @ @ @ @QR?Gz?1&y?+?ݑhr @SPoultry@4E OSTRICH,OUTSIDE STRIP,Cooked@PQ@c@<@ =p?\(@@333333@:@o@v@R@ =p?öE?tj~@C?m?n@o?"`A?xF@0@0@0@ =p ?θQ?Gz?p =q?(\)@W@@U@1 servingPoultry C%41 OSTRICH,OYSTER,RAW@RzH@_@@5@ \(\? =p@@Gz@5@i@r@T@ Q?ěS?hr Ĝ@@fffff?E?-V@\)?j~"?9XbM@ @ @ @ =p?ə?Q??Q@R@Poultry947 OSTRICH,OYSTER,Cooked@P33333@c@<\(@\(?=p =@@@=@q@y@T@@\(? =p ?O;dZ@G@?zG?l@`A7L?S?o@0@0@0@GzH?p =q? =p ?333333?QR@V@U@1 servingPoultry Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpxmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~  !!""##%%&&''(())**++,,--..//001122445566778899::;; S$4/ OSTRICH,Round,RAW@RQ@]@5p =@333333? =p@@ QR@6@k@s@R@ffffff?n?nO;@Afffff?XbM?ҏ\(@ C%??C%@ @ @ @ =p ?ə?Q?333333? =p@QPoultry)49 OSTRICH,TENDERLOIN,RAW@R@^@6R@ Q?\(\@@Q@6@k@t@U@\(? I^5??nO;@B333333?XbM?ҟvȴ9@1&?/w?S@ @ @ @Q?Gz?Q?zG?@TPoultry F"4+ OSTRICH,TIP RAW@SzH@\@5ٙ@ffffff?Q@@Gz@6@j@s`@P@ Q?7KƧ?nO;@A?+ J?nO;@Q?1&y?r ě@ @ @ @Q?ə?Q?GzH?@RPoultry641 OSTRICH,TIP Cooked@Q =q@b @<}p =@\(?\(@@QR@9@o`@v@T@ffffff?tj~?tj~@B?Ͳ-V?Ұ ě@nO?+ J?p =q@.@.@.@?p =q?? =p ?(\)@U@@U@1 servingPoultry 9'45 OSTRICH,TOP LOIN,RAW@Rfffff@]@5Q@?\(\@@ =p @6@j@s@T@@zG?7KƧ?nO;@A33333?\(?M@Õ$?+ I?I^5?}@ @ @ @\(?ə?333333?\(?\(@RPoultryC4; OSTRICH,TOP LOIN,Cooked@P@c`@<Q@\(?\(@@ zG{@9@n@v@S@@Gz?l?nO;@BL?O;dZ?~"@49XbN?`A7?7KƧ@.@.@.@zG?p =q@ 333333?Q?QR?QR@W@@U@1 servingPoultry 11 X4a# CHICKEN,LIVER,ALL CLASSES,Cooked,PAN-FRIED@PNzG@e@9ǮzH@Q?Q?\(@$@)\(@;@{@s@W@ =p ?Q?@V @?Ұ ě@$/@+ٙ@ Gz?Gz@@@@5!Gz@@@? =p@&@?@&@9@S@C$?1&x?=p =@@nW =p1 containerPoultryoq4s)SOUP,Cream OF ASPARAGUS,Canned,Condensed,Commercial@U33333@Q@?Q@ zG@@! =p ?ٙ?zG{@7?zG{@@?@a@@p?ffffff??333333?ffffff@?tj?vȴ9X? =p?(\)?zG{@3@3@3?zG{@{@:@?\(\@6@p@*@t`?=p =??\(\@@o`1 cup@s1 canSoups & Sauces ~H4[ )SOUP,SWANSON Chicken BROTH 99% FAT FREE@Xfffff@?GzH?\(??Q?333333@?Q?@&@>@y?zG{?tj~?+ I@?|1&y?$/?"`B?Q?1&y???ə@^1 cupSoups & SaucesvI4] )GRAVY,HEINZ HOME STYLE SAVORY Beef GRAVY@V~zG@C?p =q?zG?p =q@\(?ffffff? =p@? =p@@$@6@X?333333?tj~?S@?|1&y?+ I?tj?tj?1&y@@? =p ?ٙ?ۥS?O;dZ@@LY2 ozSoups & Sauces !Y4;9BARBECUE LOAF,PORK,BEEF@P4zG@e@/zG@!@(\)@@K?\(@1@`@t@@zG?Q?zG{@5L? =p ?Ͼvȴ9X@ ěT?Q?У =p@"@"@"?Gz@Q@@ \(\@\(?Q@B@@>@ =p@333333@@L@L1 servingSausages & Lunch Meats [Mk47 9CHORIZO,PORK AND BEEF@?ٙ@|p@8@C"\(@\(\?\(@ ?p =q@2@b@x@L@ GzH?zG{?zG{@5?(\)?333333@$/?Q?\(@@@@?(\)?@,\(@2ffffff@ zG@V@N1 linkSausages & Lunch Meats!l4=9CORNED BEEF LOAF,JELLIED@QFfffff@c @6fffff@ffffff@@&@QR@&@R@@Y@@@\(\?Q?vȴ9X@1333333?(\)?(\)?QR?Q@ @ @ ?QR@@p =q?zG{@G@.25 cupDairy & Egg Products >>3q4a!5MILK,DRY,NONFAT,Instant,without Vitamin A@zG@v`@A? =p @ \(@JQ@JQ@<? =p@]@@@@(@ =p?E?zG{@;L@ffffff?nO;?lC?nP@ =p?zG@I@I@I@Q@.@@?zG{??zG?QR?Q@2@Q1 cup@V1 envelopeDairy & Egg ProductsI47 5CHEESE,GOAT,HARD TYPE@=\(@|@@>Q@A˅Q@ \(@\(\@\(\@?zG@K@@H@u?p =q?bM? ěT@?Q? =p @333333?=p =?zG{@@@?Q@D@~`@}? =p@@V@8lC@ ;lC? =p @Z@@2 tbspDairy & Egg Products $$ e 4A+5CHEESE,MEXICAN,QUESO ANEJO@CzH@wP@5p =q@=G{@\(@Q@Q@@?zG@<@{@U@@Q?bM?l@-?zG{?n?bM? ěT?bM????zG@g`@K@K?У =p@@@3r Ĝ@!Vu?E@Z@@`1 cup, crumbled@?Q?p =q?333333?zG?ļj~#@R@@R@@R@?Q@h@c@c@ -V@+ J?O;d@{Dairy & Egg Products E|45 5EGG,WHITE,RAW,FROZEN@V#33333@G@#?333333?@?@$@*@a@c?zG{?tj~?|1&y@1?tzG{?ٙ?? =p?pbM@@@?QDairy & Egg Products74+ 5EGG,WHITE,DRIED@333333@w@TFfffff@333333@333333@@O?333333@V@[@@??/v?|1&y@_Ffffff?tzG{@=p =?zG??nO;@2@2@2? =p Dairy & Egg Products **m#4m'MARGARINE,Regular,Unspecified OILS,without SALT@2@P?@T33333?ə?@1@@*@9@??xtj~?$/?vȴ9?+ J?tzG{????Q@@@@)@W@@@.@BY@9@1 tsp@\Y1 stickFats and Oilsa$4e'MARGARINE,Regular,Unspecified OILS,with SALT@/ffffff@x?@T @?@>?Q@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@"@W@@@/@Afffff@9ffffff@1 tsp@\Y1 stickFats and Oils !%4O%'SALAD Dressing,FRENCH,HOME RECIPE@8333333@?@Q?@ 333333@?ə@@8@??333333?zG{?zG{? =p@@:@ @)333333@433333@@ٙ@,1 tablespoon@k1 cupFats and Oils[&4O%'SALAD Dressing,HOME RECIPE,Cooked@QL@c@@#@333333@-@"# =p@U?@ @U@^@@?ffffff?zG{??333333?Q?333333??Q@1@@&@6?ffffff@e`@I@H?陙@+@?@I@333333@ffffff@@L@01 tablespoon@o1 cupFats and Oils d'4a%'SALAD Dressing,HOME RECIPE,VINEGAR and OIL@G33333@|@I @@@ ??@p =q@X33333@"333333@-@8@01 tablespoon@o@1 cupFats and Oilsa,5%'SALAD Dressing,BLUE + ROQUEFORT Cheese,Commercial,Regular,without SALT@@&fffff@@333333@J&fffff?@@T@?ə@R@B@>?@?zG{??@j@@O@O@#@1@.1 tablespoon@n1 cupFats and Oils a-5  'SALAD Dressing,FRENCH Dressing,Commercial,Regular,without SALT@BGzH@|? =p@FgzH@QR@/(\)@/fffff@8?陙@@3@P?ҏ\(?$/?tj~?"`A?bM@}@7@zG{@^Y@m@W@wP@O;d@ ݲ-V@5lCFats and Oilsz.4}%'SALAD Dressing,FRENCH Dressing,Reduced FAT,without SALT@K# =p@m ?\(@*Q@333333@=GzH?񙙙@?ə?zG{?(\)??tj~?vȴ9?S?vȴ9?(\)@@@@@;@Gz@333333@r@Q@@_?$/@O;d@-V@0L1 tablespoon@p@1 cupFats and Oils /5 %'SALAD Dressing,ITALIAN Dressing,Commercial,Regular,without SALT@L333333@r@?QR@<^Q@zG@$(\@ =p@?(\)@@"@H@>? =p?hr Ĝ@?vȴ9?$/?Q@B@@Gz@L@5@@0@`A7L@B\(@)o@P@-ffffff1 tablespoon@m`1 cupFats and Oils {04%'SALAD Dressing,ITALIAN Dressing,Reduced FAT,without SALT@U+Q@S?zG@Q@333333@GzH@333333@"?@@&@U@@>?QR@ ?Q?Q@(??Gz@)@?/w@Q?C$@@.1 tablespoon@n1 cupFats and Oils\14q%'SALAD Dressing,Mayonnaise,Soybean OIL,without SALT@033333@h?񙙙@Sٙ?@@2?@<@A@>?@q@U@U@'@633333@B@M@+1 tablespoon@k1 cupFats and Oils J24m%'SALAD Dressing,FRENCH,Cottonseed,OIL,HOME RECIPE@8333333@?@Q?@ 333333@?ə@@8@??zG{?zG{? =p@2333333@,1 tablespoon@k1 cupFats and Oilsi4[%'SALAD Dressing,FRENCH Dressing,FAT-FREE@PB\(@`?ə?GzH@@@R@@0s33333@?\(@@U@??"`?tj~@?+ I?vȴ9?1&y?`bM@,@,@,@R@?zG{?@C@.@s?l? I^5??vȴ9X@01 tablespoon@p1 cupFats and Oils !! h4Y%'OIL,Vegetable, vegetables,COCOA BUTTER@@Y?@833333@Mٙ@@s33333@@+3333331 tablespoon@k@1 cupFats and Oilso4w%'OIL,Vegetable, vegetables,Cottonseed,SALAD OR COOKING@@Y@Afffff@833333@9fffff@1@I33333@+3333331 tablespoon@k@1 cupFats and Oils v5'OIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC,(Approximately. 65%)@@Y@D=p @@$@3@Pl@+3333331 tbsp@k@1 cupFats and Oils }5'OIL,Vegetable, vegetables SAFFLOWER,SALAD OR COOKING,LINOLEIC,(OVER 70%)@@Y@A @ffffff@;dZ@,\(@R;dZ@+3333331 cup@k@1 tbspFats and Oils !5%'OIL,Vegetable, vegetables SAFFLOWER,SALAD OR COOKING,OLEIC,OVER 70%@@Y@A @ffffff@;dZ@RXbM@,33333@+3333331 tablespoon@k@1 cupFats and Oils[!4?%'VEGETABLE OIL,PALM KERNEL@@Y@zG{@833333@T`@&?@+3333331 tablespoon@k@1 cupFats and Oils uu:A"4;%'OIL,VEGETABLE,POPPYSEED@@Y@&@+@333333@O333333@+3333331 tablespoon@k@1 cupFats and OilsB#4=%'OIL,VEGETABLE,TOMATOSEED@@Y@ffffff@333333@6@J@+3333331 tablespoon@k@1 cupFats and Oils xx;?$47%'OIL,VEGETABLE,TEASEED@@Y@5@I@7@+3333331 tablespoon@k@1 cupFats and OilsA%4;%'OIL,VEGETABLE,GRAPESEED@@Y@<@#333333@0@Qy@+3333331 tablespoon@k@1 cupFats and Oils ++7&53'OIL,Vegetable, vegetables,CORN,INDUSTRIAL and Retail,All Purpose SALAD OR COOKING@@Y@,?ffffff@)`A7L@;tj~@KV-@+3333331 tbsp@k@1 cupFats and OilsE(4/'FAT,MUTTON TALLOW@0@Y?ə@ffffff@Gfffff@DL@333333@Y@i1 cup@)1 tbspFats and Oils .)5?'MARGARINE,Regular,HARD,SUNFLOWER and Soybean (Hydrogenated) and Cottonseed (Hydrogenated)@/ffffff@x?@T @?@>@@7@E@x?ə?zG{?l?O;dZ?$/?nO;????@@@@&@Y33333@@'@<@BL@1 tsp@\Y1 stickFats and OilsN045%'OIL,VEGETABLE,WALNUT@@Y?ٙ@.@"333333@6@Offfff@k@1 tablespoon@+3333331 cupFats and Oils XX*N145%'OIL,VEGETABLE,ALMOND@@Y@C@@ ffffff@Qy@1ffffff@+3333331 tablespoon@k@1 cupFats and OilsR24]%'OIL,Vegetable, vegetables,APRICOT KERNEL@@Y@@333333@N@=L@+3333331 tablespoon@k@1 cupFats and Oils XX<`34I%'VEGETABLE OIL,Soybean LECITHIN@@Y@"kQ@h33333@.\(@%9XbN@F9Xb@+3333331 tablespoon@k@1 cupFats and Oils@449%'OIL,VEGETABLE,HAZELNUT@@Y@G@@S@$ffffff@+3333331 tablespoon@k@1 cupFats and Oils =9647'OIL,VEGETABLE,BABASSU@@Y@3@TL@&?@+3333331 tbsp@k@1 cupFats and Oils?847%'OIL,VEGETABLE,SHEANUT@@Y@GL@F@@+3333331 tablespoon@k@1 cupFats and Oils AAC~;5%'SALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,Commercial,Regular@@&fffff@@333333@J&fffff@ @@ @T@?ə@R@B@?GzH?bM?@?zG{???E?l@<@<@<?GzH@o@P@P@@@V@@3@@_@#@(@;@1@.1 tablespoon@n1 cupFats and Oils9=4;%'OIL,VEGETABLE,CUPU ASSU@@Y?333333@J@CY@ffffff@+3333331 tablespoon@k@1 cupFats and Oils .._r4c)SOUP,BLACK BEAN,Canned,Condensed,Commercial@RQ@V@QR?Q@@. =p@333333?@A?@@@R@o@@P?񙙙?333333??ə?$/?+?=p =?zG{?Q@4@4@4@{@6? =p ?@T@k@ @}p@;?\(?޸Q?=p =@p1 cup@s1 canSoups & Sauceskt4k)SOUP,BEAN with PORK,Canned,Condensed,Commercial@QG{@` @Q@zG@\(@0Q@@Q@N?zG{@@@X@r@(? =p?333333?@?333333? =p??l?Q?vȴ9X@8@8@8?Q@@A?? =p@333333@]@u@:@"?=p =?Q?\(@@p1 cup@t`1 canSoups & Sauces E3v4{)SOUP,BEAN with FRANKFURTERS,Canned,Condensed,Commercial@P@a@ffffff@=p =@Q@0@ffffff@P?zG{@B@_@v@??333333?333333@?ffffff??|hs?+ J?\(?Q?@8@8@8?Q@@@?\(@ =p?@"@pp1 cup@s1 canSoups & Sauces7w5)SOUP,BEAN with HAM,Canned,CHUNKY,Ready-to-serve,Commercial@SQ@W@\(@ ?QR@&QR@ffffff@@?GzH@3@M@e@y?(\)?zG{?ҏ\(@??Q?Q?ffffff?zG{?@(@(@(?Q@h@T@?Q?GzH?\(@"@n`1 cup@1 canSoups & Sauces ##mx4o)SOUP,Beef BROTH OR BOUILLON Canned,Ready-to-serve@Xc33333@?=p =?(\)??zG{@?\(@@*@K@t`?zG{?ffffff?`bM?$/?\(?zG{?zG{@@@?Q?(\)? =p ?zG{@n1 cup@P1 canSoups & Sauceshy4e)SOUP,Beef NOODLE,Canned,Condensed,Commercial@UG{@P@@zG@\(@ =p?333333?Q@(?(\)@@B@S@?zG?(\)?lC@?333333?(\)?bM?+ I^?zG{?Q@.@(@@7?zG{@i@@&???@^@@?Q?zG?\(@@o`1 cup@o`1 cupSoups & Sauces ))lz4m)SOUP,Cream OF CELERY,Canned,Condensed,Commercial@U=p =@R?Q@ =p@ =p@Q?333333?@@?@@>@X@?Q?hr!?ə??ə?O;dZ?+?\(?p =q?zG{@@@?zG{@q@6@"?=p =@1333333@b@c`?Q?zG{@@&@o`1 cup@s1 canSoups & Saucesc{4[)SOUP,Cheese,Canned,Condensed,Commercial@SI@^@@Gz@ L@QR@ aGz?陙? =p @[?\(@@Z@^@X???ə@ ?vȴ9?Gz? =p?Q?zG{@@@@r@R@@Q@?Q@@C?@\(@zG{?p =q@7@p1 cup@s1 canSoups & Sauces s|4{)SOUP,Chicken with DUMPLINGS,Canned,Condensed,Commercial@TzG@S@QR@ =p @GzH@Q?ٙ?Q@(?QR@@I@W@?333333??ٙ@#?vȴ9?5?|h?Gz?Q?Q@@@? =p@q@9@*?(\)@@H@]@2?Q@zG{?\(@;@n1 cup@r1 canSoups & Saucesl}4i)SOUP,Chicken BROTH,Canned,Condensed,Commercial@Vp =@?@zG? =p?GzH?@?=p =@@N@e@@?ə??ə@ffffff?xtj~?O;dZ@ =p?zG{?zG{@@@?ə?zG{? =p?zG?(\)?@o`1 cup@?ffffff1 fl ozSoups & Sauces p4u)SOUP,Chicken,Canned,CHUNKY,Ready-to-serve,Commercial@UzH@Q@=p =@Q?\(@Q?333333?\(@$?zG@@F@Q@v ?ٙ??@??hr Ĝ?lD?(\)?zG{?zG{@@@?@@;@? =p@@Z@o @@R@@L?GzH?Gz?ᙙ@(@n1 cup@o`1 cupSoups & Saucesm4o)SOUP,Cream OF Chicken,Canned,Condensed,Commercial@T@V@@ =p @zG?333333@ =p?ҏ\(@,?\(@@?@H@x?ҏ\(?bM?hr Ĝ?ffffff??vȴ9?O;dZ?+ J?ȓtj~@@@@f@E@D?GzH@ffffff@<??o@\(\?ěS@ @o`1 cup@s1 canSoups & Sauces ""j4i)SOUP,Chicken GUMBO,Canned,Condensed,Commercial@VGz@F@?=p =@\(@zG??Gz@3?Q@@4@N@?333333??ə@@?ə?333333?\(?zG{?@@@?zG{@X@? =p @@L@@ @R?У =p? =p?Q@@o`1 cup@s1 canSoups & Saucesl4m)SOUP,Chicken NOODLE,Canned,CHUNKY,Ready-to-serve@U@R@@333333@?񙙙@ffffff??(\)@$?333333@@>@F@v ?ٙ??@%?Q?Q??333333?zG{@0@,@@:? =p@@<@?Q?@[@@n@:?\(?\(?(\)@ @n1 cup@1 canSoups & Sauces aaPk4k)SOUP,Chicken NOODLE,Canned,Condensed,Commercial@U޸Q@J@Q? =p ?\(\@Q@"?@ @A@F@?zG{?"`?vȴ9@#?hr!?+?S?tj~@<@,@,@C@@D@?Q@b@xp@$?&x?\(\?GzH@&@n1 cup@n1 cupSoups & Sauces,5 )SOUP,Chicken NOODLE,with MEATBALLS,Canned,CHUNKY,Ready-to-serve@VzG@D@ (\)? =p ?333333@ \(@(?ffffff@@A@O@z0?ə??ə@???(\)?333333?zG{@"@@@,?@P@G?ۅQ??333333@@o1 cup@1 canSoups & Sauces  j4i)SOUP,Chicken RICE,Canned,CHUNKY,Ready-to-serve@UR@J@p =q?GzH?Q@ =p?ٙ?Gz@,?\(@@>@F@w ?ٙ??@??zG{?E?\(\?333333?zG{@@@? =p@@^??θQ@@@|?@*@X?ٙ?333333?Q@@n1 cup@1 canSoups & Saucesn4q)SOUP,Chicken with RICE,Canned,Condensed,Commercial@U\(@H@Q?\(?zG@\(\??zG{@,?Q@1@T@?Gz?tj~?333333@ffffff??1&y?zG{?`A7K?Q?zG{???? =p@u@2?Q?333333@S@@d@?׮zG?zG?\(@@n1 cup@r1 canSoups & Sauces GG45 )SOUP,Chicken Vegetable, vegetables,Canned,CHUNKY,Ready-to-serve@T(\@Q@@Q@zG? =p@zG{@&?Q@@F@c @{???@ffffff@ffffff?hr Ĝ?lD?-V?Q?zG{@@@?@@_@?333333??Gz@@n1 cup@1 canSoups & Sauces} 5 )SOUP,Chicken Vegetable, vegetables,Canned,Condensed,Commercial@UaGz@N@Q@\(@\(@ =p ?ffffff?ffffff@,?Q@@@@_@?333333?XbM?333333@?陙?nO;?O;dZ?bM?Q?+@@@?@@[@@?@ ffffff@} @H@@t@R@?zG? =p?\(\@@n1 cup@>1 fl ozSoups & Sauces _ 4c)SOUP,CHILI Beef,Canned,Condensed,Commercial@Q =p@` @\(\@Q@Q@0TzG@333333?p =q@@?Q@7@\@@y@?\(?333333?陙@? =p ?-V?tj??Q@,@,@,?θQ@8@K?Q@@:@@a@@d@zG@?ə@$@pp1 cup@s1 canSoups & Sauces} 5 )SOUP,CLAM CHOWDER,MANHATTAN STYLE,Canned,CHUNKY,Ready-to-serve@U\(@L@(\)?\(? =p @\(\?333333?Q@<?񙙙@ @A@d@z?ffffff??@@ffffff?tj~?vȴ9? =p??(\)@@@@ ffffff@@Q@?p =q@ ffffff@p@@@@?(\)?=p =?@@n1 cup@>1 fl ozSoups & Sauces ee(?s49 9HAM,CHOPPED,NOT CANNED@PS33333@f@0@$@ @@?\(@0@c`@s@? =p ?Q@1ffffff?9XbM?1&@ =p ?ffffff????p =q?p =q@ `A7K@+ J?(\)@M@<1 sliceSausages & Lunch MeatsTt4A 9HAM,SLICED,Extra Lean only@Rc =p@[@1GzH@Gz@ \(\@ =p @"?陙@1@k@@u@H?Gz?Q?`A7L@0333333?m?̋C%@?zG?p =q@@@??ҏ\(?C%?-V?S@H@O3 slicesSausages & Lunch Meats 55-tu4a9HAM,SLICED,Regular (Approximately 11% FAT)@PGz@d`@0@!333333@ @ =p?@8?QR@6@c @q@`??ȴ9Xb?m@433333@?1&x?ȴ9Xb@;dZ? =p?Vu@@@?Gz?zG{@|hr@j~"??|hs@L@L1 serving@<1 sliceSausages & Lunch MeatsOv4!9HAM,MINCED@L@pp@0GzH@4zG@?@$?GzH@0@c@sp@t?ffffff?zG{?vȴ9X@4?ȴ9Xb?QR@S? =p ?У =p????ffffff?GzH@Q@## =p@\(@Q@51 slice@@>@>@*Q@@:@:@%333333@*zG@@c@21 slice@L@ @@? =p @$@T@j@$?zG?l?tj~@<??|hr?E@  I^5?E?Gz@@@??У =p@%zG@,zG@ zG{@O@Q@} @4Y@D# =p@=p =@(\)??@5? =p @2@f@s@@ =p?-V?Ԭ1&y@5?ffffff?$/?p =q@lD?\(\?\(@@@?Q??@0O;d@3 C%@zG@]@=15 slices@<1 ozSausages & Lunch MeatsV4G 9PICKLE and PIMIENTO LOAF,PORK@N%Q@l @&u\(@/fffff@GzH@ Q?333333@ zG@[@?GzH@5@a@s@`?ffffff?ȴ9Xb?lD@&@333333?Vt?\(@ S?+?/w@0@0@0?GzH@P@V@S?Gz@?@a@D@T@%S@=p =@nO;@M@C1 sliceSausages & Lunch Meats d (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx==>>??@@AABBCCDDEEFFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^``aabbccddeeffgghhiijjkkllmmnnoo     c439POLISH SAUSAGE,PORK@J33333@t`@,333333@?@"@_@1 containerDairy & Egg ProductsA-5# 5KRAFT BREYERS SMOTH and CRMY LOWFAT Strained'BERY YOGURT (1% MILKFAT)@R33333@Y@ffffff??ffffff@3fffff?333333@1333333@[? =p@S@f @K? =p ? =p@??@"@l`1 containerDairy & Egg Products K.5+# 5KRAFT BREYERS Light NONFAT Strained'BERY YOGURT (with Aspartame and FRUCT SW'T)@U@K@ 333333?ə?333333@#@@W?(\)@Q@b@@F?333333?Q?=p =@?@@l`1 containerDairy & Egg Productsa/4I5CREAM,HALF and HALF,FAT FREE@U@M@?ffffff?@"@@X@0@b@i@b?Q?bM?`bM@333333?ffffff?1&y?Vt?vȴ9X?`A7K?vȴ9X@@@? =p@E@(@(?zG{?ə@?x?ؓtj~?vȴ9@@n@1 cup@.1 tbspDairy & Egg Products x:04Q 5REDDI WIP FAT FREE WHIPPED TOPPING@P(\@b@@?Q@9?ٙ@0@[?Q@ @Q@[@R? =p?tj~@?l?+?KƧ?|hr@1@1@1?zG@e@H@H? =p ?333333@"@??"`A@0Dairy & Egg ProductsQ4+)ALLSPICE,GROUND@ Q@pp@\(\@!aGz@@RzH@5@@=p =@`@\@@P@S@?(\)?-V@C%@@C?"`B? ěT@Gz?Gz@B@B@B@@;@ffffff?Q@Gz@1 tbsp?ffffff1 tspSpices & Herbs %R4!)ANISE SEED@#zG@u@1@/@@I\(@-333333@0@BzG{@e@@{@@0@333333?Q@ffffff@@5?\(?ҏ\(@zG{?$/?@$@$@$@sp@0?n@#\(@ 333333@1 tbsp@1 tspSpices & HerbsWS41'))SPICES,BASIL,DRIED@Q@o`@,p =@ =p@,=p @NzG{@D@?\(\@@E@z`@~@@A@GzH?;dZ@ Vt@ffffff@N?l?9XbM@n@\(@q @q @q @O@}P@Q@@@T@@x@?θQ?E@XbM?ffffff1 tsp, leaves@1 tbsp, leavesSpices & Herbs ;T4+-+)SPICES,BAY LEAF@\(@s@p =q@ Q@ \(@RzG@:L@@E@^@\@@@7@ ?ڟvȴ9@ U$/@ffffff@G@?nO;?l@ =p ? =p@f@f@f@)@sP@=p =?=p =@QR?1 tbsp, crumbled?3333331 tsp, crumbledSpices & HerbsAU4%)CARAWAY SEED@#p =@t@3Q@-.zG@zG{@H33333@C?zG{@@0:G{@p @@@1@?Q?@(333333@5?؃nP?A7Kƨ@ + ? =p @$@$@$@v@2@@g@M@@i? =p@@ -V@1 tbsp@1 tspSpices & Herbs <lV4+)')SPICES,CARDAMOM@ \(@sp@%Q@@Q@QzG@<@w@+ =q@l@f@@|@2@Gz?؃nP@<@5?XbM?KƧ?o?p =q?\(? =p?ۅQ@3333331 tbsp, ground@1 tsp, groundSpices & Herbs@W4#)CELERY SEED@(\)@x@2R@9EQ@"=p @D@'?p =q@@Fs33333@{@@@d@Q?Q@DS@(333333@1?\(?ҏ\(@zG{?zG{@$@$@$@J@?Q@?@Q@/(\@ \(@1 tbsp@1 tspSpices & Herbs ;X4')CHERVIL,DRIED@@m@7333333@333333@0@H@&@@?33333@`@@| @@T@!?(\)@@=L@I?QR?\(@?\(@q @q @q @@rP?šo?bM??ffffff1 tbsp?3333331 tspSpices & HerbsAY4%)CHILI POWDER@(\)@s@(Q@0\(@!\(@KTzG@A@\(@q`@,@e@@r@@@?tj~@QR@@Pfffff?Vt?hr Ĝ@nO@ \(\@Y@Y@Y@@,@= @Zl@T@L@D@5@s`@vȴ9@ O;d@E@1 tbsp@1 tspSpices & Herbs rr:DZ4+)CINNAMON,GROUND@# =p @pP@Q@ Q@ ffffff@Sfffff@K&fffff@\(\@0@C\)@L@N@@@:?Q?m@0n?񙙙@<?E?Q?? =p@=@=@=@q@,?ffffff@?333333@C@p @=@z@??޸Q?\(@3333331 tbsp@ffffff1 tspSpices & HerbsB[4')CLOVES,GROUND@p =q@t0@Q@4R@Q@NG{@A@ =p @0@!\(\@p@Z@@8@n`?p =q?5?|h@>r Ĝ@@T333333?p =q?+ J?S?Gz@W@@W@@W@@@;@! =p @a@U@}@@n?7KƧ@Z1'@ffffff1 tbsp@1 tspSpices & Herbs I\45)CORIANDER LEAF,DRIED@333333@qp@5zG@Q@,(\)@J @$@zG@x@E:G{@@~@r@j`@Gz?tj~@kQ@=L@?1&x?@%ilD?Q@q @q @q @@rP?zG{@>@?@@e@?p =q@"`B?E?1 tbsp?3333331 tspSpices & Herbs{]4))CORIANDER SEED@!Q@r@(p =@1Q@zG@K~Q@D33333@(@0QR@t@y@@A@?333333?ffffff@:333333@5?ΗO;d?ҏ\(@ =p ?zG@+(\)?@1 tbsp?1 tspSpices & Herbs DD?>4#'FAT,CHICKEN?ə@ @X33333?ə@@=@FY@4fffff@U@@i1 cup@)1 tbspFats and Oilsu?5%'OIL,Soybean,SALAD OR COOKING,(Hydrogenated) and Cottonseed@@Y@(333333@833333@2@=@H @+3333331 tablespoon@k@1 cupFats and Oils q@4{%'SHORTENING,HOUSEHOLD,LARD and Vegetable, vegetables OIL@ @Y?@5@D&fffff@F333333@%@L@)1 tablespoon@i1 cupFats and OilsxA5'OIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC,(Hydrogenated)@@Y@D=p @@*@G@B333333@+3333331 tbsp@k@1 cupFats and Oils 55@B4y%'SHORTENING BREAD,Soybean (Hydrogenated) and Cottonseed@@Y@ @6@@@DL@)1 tablespoon@i1 cupFats and OilsC5-%'SHORTENING FRYING (Regular),Soybean (Hydrogenated) and Cottonseed (Hydrogenated)@@Y?陙@E@.@M@6@)1 tablespoon@i1 cupFats and Oils OOP}D5'SHORTENING CAKE MIX,Soybean (Hydrogenated) and Cottonseed (Hydrogenated)@@Y?陙@E@;333333@K@,333333@)1 tbsp@i1 cupFats and Oils,E4}'SHORTENING INDUSTRIAL,LARD and Vegetable, vegetables OIL@ @Y?@Aٙ@DY@3333333@L@)1 tbsp@i1 cupFats and Oilsof"flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| "$'+-023679;=?AEGI4L5N6P7S8U9W:Z;\<^=`>b?d@gAiCkDmEowqxsyxz|{|}~   >?@!A#B%C'D.E0F2G5H7I9s;t=u?vBwHxVyfzi{p|s}w~{~ $W  *,.147<= A!D EE-F4'SHORTENING FRYING (Heavy DUTY),Beef TALLOW and Cottonseed@ @Y@@Fs33333@C@@!@Y@)1 tbsp@i1 cupFats and OilsG5/'SHORTENING CONFECTIONERY,Coconut (Hydrogenated) and OR PALM KERNEL (Hydrogenated)@@Y?333333@E@V33333@?@)1 tbsp@i1 cupFats and Oils  xH5#'SHORTENING FRYING Heavy DUTY,Soybean Hydrogenated,LINOLEIC 30% with SILICON@@Y?陙@E@2ffffff@Eٙ@@@)1 tbsp@i1 cupFats and OilspJ5'SHORTENING INDUSTRIAL,Soybean (Hydrogenated) and Cottonseed@@Y?陙@E@9@M@(@)1 tbsp@i1 cupFats and Oils D&L4q'SHORTENING FRYING (Heavy DUTY),PALM (Hydrogenated)@@Y@3@G@DL@@)1 tbsp@i1 cupFats and Oils8O4u'SHORTENING HOUSEHOLD Soybean (Hydrogenated) and PALM@@Y@(@9Q@EAGz@: =p@)1 tbsp@i1 cupFats and Oils ee^uP5'SHORTENING FRYING Heavy DUTY,Soybean Hydrogenated,LINOLEIC (LESS THAN 1%@@Y?陙@E@5@Rl?ٙ@)1 tbsp@i1 cupFats and OilsZ4a'SHORTENING,CONFECTIONERY,FRACTIONATED PALM@@Y@3@P`@=?@+3333331 tbsp@k@1 cupFats and Oils aa0K\4['OIL,Vegetable, vegetables,NUTMEG BUTTER@@Y?ə@V@333333@+3333331 tbsp@k@1 cupFats and OilsL]4]'OIL,Vegetable, vegetables,UCUHUBA BUTTER@@Y?333333@UL@@333333@+3333331 tbsp@k@1 cupFats and Oils ~~><^4'FAT,DUCK?ə@ @X33333?ə@@@@Hfffff@)@Y@)1 tbsp@i1 cupFats and Oils>_4!'FAT,TURKEY?ə@ @X33333?ə@333333@=ffffff@Es33333@7@Y@i1 cup@)1 tbspFats and Oils s}`4'FAT,GOOSE?ə@ @X33333?ə@@;33333@LY@&@Y@i1 cup@)1 tbspFats and Oils e47'VEGETABLE OIL,AVOCADO@@Y@'Q@Qtj~@*F@,1 tbsp@k@1 cupFats and Oils sPf45'VEGETABLE OIL,CANOLA@@Y@1@^@ffffff@Ms33333@=@,1 tbsp@k@1 cupFats and Oils g47'VEGETABLE OIL,MUSTARD@@Y@')lD@M-@5:G{@,1 tbsp@k@1 cupFats and Oils |h5 'OIL,Vegetable, vegetables,SUNFLOWER,High OLEIC (70% and OVER)@@Y@D=p @@#~"@Tt@bM@,1 tbsp@k@1 cupFats and Oils yi5'MARGARINE-BUTTER BLEND,60% CORN OIL MARGARINE and 40% BUTTER@/=p @p?(\)@T,@?@<?Q@@7@B@?zG{?xtj~?`bM?ٙ??bM?Q?vȴ9X??xtj~@@@?Q@@@@\(\@Yfffff@@mO;dZ@:l@A7KƧ@H@k@1 cup@+3333331 tbspFats and Oils p4U'FISH OIL,MENHADEN,FULLY Hydrogenated@0@Y@Wfffff@@@i1 cup@)1 tbspFats and Oils p q4+'FISH OIL,SALMON@0@Y@3;dZ@= x@D)x@~P@k@1 cup@+3333331 tbspFats and Oils r4-'FISH OIL,SARDINE@0@Y@=Z1@@S@?E@0@k@1 cup@+3333331 tbspFats and Oils ~~ECs5'SHORTENING,MULTIPURPOSE,Soybean (Hydrogenated) and PALM (Hydrogenated)@@Y@>lI^5?@I|C@,hr Ĝ@)1 tbsp@i1 cupFats and Oils7x4Y 'VEGETABLE OIL-BUTTER Spread,TUB,SALTED@L@v?@D@?@8?zG{@@4@B@?zG{?`bM???zG{?Q?zG{?zG{???? =p @@@@Gz@G @@E@2p ě@)%`A7LFats and Oils L-y4E 'BUTTER,Light,Stick,with SALT@E @0@ ffffff@K?@H?p =q@@A@Q@| ?У =p??zG{?Q?zG{?zG{???? =p@@}@|?GzH@333333@Z@A)+ @/ڟvȴ@^5?|@ZFats and Oils0z4K 'BUTTER,Light,Stick,without SALT@E@0@ ffffff@K?@H?p =q@@A@Q@B?У =p??zG{?Q?zG{?zG{???? =p@@}@|?GzH@333333@Z@A)+ @/ڟvȴ@^5?|@ZFats and Oils {{?@~4k 'MEAT DRIPPINGS (LARD,Beef TALLOW,MUTTON TALLOW)@@X\(?ffffff@?Gz@FeQ@D\(@=p =@Y@Fats and Oils=4; 'ANIMAL FAT,BACON GREASE@@X?@b?(\)?333333@Cn@Fo;dZ@&I^5?}@W@3333331 tspFats and Oils  s 4{)SOUP,CLAM CHOWDER,MANHATTAN,Canned,Condensed,Commercial@U33333@N? =p?(\)@zG@#zG{?333333@@3?@ @@@b@|?zG??333333@@ ?tj~?bM??333333?zG{@ @ @ @ =p@@D@?zG{@@U@x@.@@;?ӅQ?ӅQ?nO;@@o`1 cup@s1 canSoups & Saucese 5 )SOUP,CAMPBELL'S HEALTHY REQUEST Chicken with RICE,Canned,Condensed@V@H@??@333333?333333?\(@&?ə@@G@e @u ?θQ? ěT?Õ$/@333333@;?zG{?zG{?E?hr Ĝ?S@<@7@@F? =p @@H???333333@j@}0@;@5??ěS?333333@Soups & Sauces u4)SOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Condensed,Commercial@TR@Q@QR@@@!aGz?333333?zG{@@?zG@@A@V@8?333333??ə@ ?ffffff?bM?Q?zG?У =p?Q@@@@GzH@I@.@.??ffffff??333333?Q?@@o`1 cup@s1 canSoups & Sauces>4s )SOUP,LIPTON,KETTLE CREATIONS PASTA and BEAN,MIX,DRY@@v`@0W =p@Gz@%@PS33333@)@ =p@\@Q@@?߮zG?vȴ9X@lC@`@O@Q@e@?7KƧ@A1 servingSoups & Sauces n5)SOUP,Beef BROTH BOUILLON and CONSOMME,Canned,Condensed,Commercial@W&fffff@8@zG{?p =q? =p @?ۅQ@:@_@@@?333333?ə?333333@?ffffff?hr Ĝ?O;dZ?\(?zG{?zG{@@@?zG{@n1 cup@r1 canSoups & Sauces34] )SOUP,LIPTON,RECIPE SECRETS ONION,MIX,DRY@@pp@QR?ffffff@9Q@Nfffff@@p =q@i? =p@@'333333?ə?333333?ᙙ?\(@1 servingSoups & Sauces m4K)SOUP,CRAB,Canned,Ready-to-serve@V@?@? =p?\(@Gz?333333@;?@@B@`@?333333?ə?ə@?zG{?Q?ᙙ?Q?@@@?zG{@i@$?zG{?Q?zG{@@n1 cup@w1 canSoups & Sauces4S)SOUP,ESCAROLE,Canned,Ready-to-serve@X8\)@&? =p?\(\? =p? =p @*?333333@@@@Z@X??333333???Q?zG{?\(?Q? =p @,@,@,?ə@X@F?(\)?Q?333333?@o1 cup@H1 canSoups & Sauces {{^_4S)SOUP,GAZPACHO,Canned,Ready-to-serve@WqGz@3@333333??Gz??ə?zG{@$?ٙ@@.@W@r??Q?333333?@333333?zG{?zG{?QR?Q?Q@ @ @ @^@? =p ?ffffff?@Q@@ @@:?zG{?zG{?Q@n1 cup@w1 canSoups & Sauces4a)SOUP,LENTIL with HAM,Canned,Ready-to-serve@Up@L@ Q?Q? =p@ QR@1?Q@"@R@b@?333333?Q?Q?333333?333333?Q? =p ?p =q?Q? =p @4@4@4?Q@b @?? =p? =p@@o1 cup@1 canSoups & Sauces ))h4e)SOUP,MINESTRONE,Canned,CHUNKY,Ready-to-serve@UzG@J@ =p ?Q?@!GzH@333333?\(@9?zG@@G@o@v?333333??333333@@?O;dZ?+ J?lC?333333?@6@"@*@<@@V@?p =q@ @w @@K@F? =p?QR?(\)@@n1 cup@1 canSoups & Saucesg4c)SOUP,MINESTRONE,Canned,Condensed,Commercial@T@Q@ =p@ffffff@@"W =p?陙?@<?@@G@o@@?333333??333333@ffffff??+ I?nO;? =p?Q?zG{@=@0@*@D@@U@?p =q@333333@j@@@ @b?(\)?Q?Q?@n1 cup@r1 canSoups & Sauces nn4m)SOUP,MUSHROOM BARLEY,Canned,Condensed,Commercial@U9@N??@@#333333@$?ٙ@@I@S@?ٙ?zG{??zG{?Q?ffffff??Q@@@@c@ ?ffffff?陙?=p =@o`1 cup@s1 canSoups & Saucesn4q)SOUP,Cream OF MUSHROOM,Canned,Condensed,Commercial@Tfffff@U@?\(@\(?Gz@Gz?Q@(?\(@@:@O@(?ə?Õ$/?E@333333?tj? =p ?"`A?E@@@@=@ @ ?Q?333333@??lC?\(?`A7L@o`1 cup@o`1 cupSoups & Sauces !!u4)SOUP,MUSHROOM with Beef STOCK,Canned,Condensed,Commercial@U&fffff@Q@zG@ zG@(\)@ =p?@333333@ ?p =q@@=@_@(?񙙙?ə?333333@ ?陙?1&y?tj~?Q?QR?Q@@@@h@@1@ ?zG{@ffffff@Y@? =p?Q? =p@@o`1 cup@s1 canSoups & Saucesb4Y)SOUP,ONION,Canned,Condensed,Commercial@Ufffff@G@zG{?Q@Q@Q?ffffff?@6?ᙙ@@"@L@???ə@ ??S?zG{?\(\?zG{@(@(@(@&@@?(\)?ٙ???Gz?Q?\(@n1 cup@r1 canSoups & Sauces eeTk4k)SOUP,Cream OF ONION,Canned,Condensed,Commercial@T@@V@@@@$?ٙ@ Q@;?@@>@X@?Q?(\)?ə@ffffff??zG{?Q?ٙ?θQ?zG{@@@?zG{@\@@<@;?ۅQ@@*@$?Q?Q?\(@(@o`1 cup@s1 canSoups & Sauces( 4e)SOUP,OYSTER STEW,Canned,Condensed,Commercial@VxQ@H?Q@ =p ?333333@ \(@2?陙@@C@D@@ ??333333@333333@?hr Ĝ?-V?QR??zG{@@@? =p@M@@QR?zG? =p@&@n1 cup@r1 canSoups & Sauces "" f!4a)SOUP,PEA,Green,Canned,Condensed,Commercial@Q"\(@_@@(\)@ =p@zG@4.zG@?zG{@5?zG@>@W@b @??nO;?@??E?vȴ9?-V??zG{???@9@@? =p ?ٙ@?Q?QR?ҏ\(@pp1 cup@s1 canSoups & Saucesp"4u)SOUP,PEA,SPLIT with HAM,Canned,CHUNKY,Ready-to-serve@T<@S@@zG{?\(?@&W =p?333333?Q@,?zG{@0@R@_@y ???@ffffff@333333?tj~?+??ə? =p @@@?@@Y?ə@@{@@S?Q?\(?θQ@@n1 cup@1 canSoups & Sauces V/#4s)SOUP,PEA,SPLIT with HAM,Canned,Condensed,Commercial@PjG{@a@Q@ =p =@\(@4\(?333333@0?333333@B@c@r@p?zG?љ?@?񙙙?(\)?1&y?hr ?ə?@@@?ə@t@1?\(?p =q?zG@@p1 cup@t`1 canSoups & Sauces&$4a)SOUP,PEPPERPOT,Canned,Condensed,Commercial@T'zH@U@\(@=p =@@ =p?ٙ@3?\(\@@A@_@????񙙙?tj?+??Q?@ @ @ ?Q@@A?Q?Gz?=p =?ҏ\(@ @n1 cup@r1 canSoups & Sauces ffKa%4W)SOUP,Cream OF POTATO,Canned,Condensed@UX\)@M?=p =?zG@zG@"GzH?ٙ? =p @0?QR?@B@[@@??ə?333333?ffffff?1&y?-V?ۅQ?ffffff?Q@@@?zG{@Q@3@3?Q?񙙙@@? =p ?(\)?Q@@o`1 cup@s1 canSoups & Sauces1'4g)SOUP,SCOTCH BROTH,Canned,Condensed,Commercial@TR@P@333333@Q@ffffff@Q?@(?\(@@F@`@@??ə?333333@?ffffff?Q?l?ffffff?Q?Q@ @ @ ?(\)@@V@?Q?Q?(\)?@@n1 cup@r1 canSoups & Sauces ^419MOTHER'S LOAF,PORK@Ks33333@q@(# =p@6L@ @Q@E?Q@0@` @l @?Gz? =p ?`A7L@A??ᙙ?\(@lC?zG? =p @ @ @ ?@@$zG@ =p@F@>#a4G9POULTRY SALAD Sandwich Spread@PG{@i@'GzH@+ =p ?(\)@ =p@$?Q@$@@@f@w? =p?Q?nO;@%??tj~?-V?9XbN?GzH?(\)@@@?QR@a`@E@E@@ @ @Gz@>@*1 tbsp@ @333333@ffffff@ ?(\)@1@a@w@h@ =p?zG{@:?333333?=p =@w+?@@@?ffffff?Q?@%9XbM@-?|h@?|hs@Y@;3 slicesSausages & Lunch Meats KK,]!4?9SANDWICH SPREAD,PORK,BEEF@N# =p@m`@ =p@1W =p@=p =@'Gz?ə@(?GzH@ @M@[@?QR? =p?vȴ9@#ffffff?tj?&x?zG?ۅQ?Q@@@?Q@U@:@:? =p?@\(@p =q@zG{@C@.1 tbsp@?\(@3@d@@u@p@\(?nO;?bM@533333@?ffffff?r ě@ ěT?\(?ffffff@@@?zG?@ 333333@& =p@-GzH@zG@Q@Q1 linkSausages & Lunch Meats  p#4c9SAUSAGE,SMOKED LINK SAUSAGE,PORK and Beef@J(\@t@(@nzG@ =p @ =p?333333@"@QR@,@[@p@@P@zG{?333333@4L@0?333333?Q@=p =?У =p@@@@?(\)?@'Q@) =q?333333@R@L2 ozSausages & Lunch Meats NNM'41 9TURKEY BREAST MEAT@RzG@Z@1R?\(@Q@ =p?@ zG@ ? =p @4@l@r@?zG?"`A?Q@>@? =p?zG{?(\)?Gz? =p @@@@(\)@@@$@$? =p ?޸Q?GzH?щ7KƧ@E@@=p 1 servingSausages & Lunch Meats](4Q 9TURKEY HAM,CURED TURKEY THIGH MEAT@QG{@_@1@\(\@ @QR?ə?Gz@ @Q@6@r`@q@h@Q??zG{@@?Q?nO@l?A7Kƨ?n@@@?p =q@9@@?zG{?j~"?nO;?vȴ@R@<1 servingSausages & Lunch Meats 77\)499TURKEY ROLL,LIGHT MEAT@Q33333@b`@233333@Gz@?\(@D?zG{@0@f@o`@~?\(?zG{?tj~@6L?ȴ9Xb?hr!@?Gz?zG{@@@?θQ? =p@(\)@? =p@E@ > ? ? @ @ A A B B C C D D E E F F G G H H I I K K N N O O P P Q Q R R T T U U V V W W X X Y Y Z Z [ [ \ \ ] ] ^ ^ _ _ ` ` a a b b c c d d e e f f g g h h i i j j k k m m p p q q r r s s t t u u v v w w xx;?^4!)CUMIN SEED@ Q@wp@1\(@6EQ@zG{@FQ@%@@@P =p@v@0@@e@333333?vȴ9X@ lD@@?tj?hr!@P`A7? =p@$@$@$@@P@ =p@@@|?\(@,zG@ ;dZ@1 tbsp@1 tspSpices & HerbsA_4%)CURRY POWDER@# =p @tP@)QR@+Q@GzH@M33333@@@zG@}@= =p@o@u@@J@333333?zG@'-@1@&?1&x?lC@ j~#?ffffff@c@@c@@c@@@H@5p =@X33333@@`A7L@49XbN@tj~@3333331 tbsp@1 tspSpices & Herbs ..~`4)DILL SEED@@s@/\(@-zG@zG{@K\(@5@@0TzG@p@qP@@4@?\(?S@(333333@5?n?-V@tj~?@$@$@$@J@?\(\@"R?(\)@ffffff1 tbsp@1 tspSpices & HerbsLa4+)DILL WEED,DRIED@333333@o@3\(@p =q@)Q@K\)@+333333@@Hc =p@|0@@@j@ ffffff?\(\@@I?n?-V@tj~?\(\@@rP?E@1 tbsp?1 tspSpices & Herbs --Xb4#)FENNEL SEED@!Q@u@/@-p =@ p =q@J%Q@Cfffff@@2=p @x@~p@x@V@ ?nO@!o@5?1&?֗O;d@333333?zG@`@?޸Q@#R? =p @3333331 tbsp@1 tspSpices & Herbssc4))FENUGREEK SEED@!zG@t0@7@ =p@ 333333@M,@8@f@@ =p@g@r@@P@?\(?S@333333@?ԛS?lC?=p =?333333@L@L@L@N@?\(\@&3333331 tbsp@ 1 tspSpices & Herbs tt:Bd4')GARLIC POWDER@@t@0?QR@ QR@R-p =@#@8L@T@@M@z@4@:@ =p ?`A7?p =q@C@2?m?tj~?$/@Q@@@?(\)?GzH?hr Ĝ?1&x@ 1 tbsp@ffffff1 tspSpices & HerbsBe4')GINGER,GROUND@"\(@u@"=p =@@zG@Q\(@)@ Q@]@' =p @g@b@@@@Gz?޸Q@:@C@@?O;dZ?ǮzG@Q?Gz@C@C@C@b`@@2Q?陙@V? =p ??\(@1 tbsp?1 tspSpices & Herbs 9f4#)MACE,GROUND@ W =p@}@ =p@@0 =q@ =p@I@@4333333@o@+@d`@[@|@T@ffffff@j~#?@@5?+?ܬ1&y??zG{@S@S@S@@D@#Q@&W =p@\(@3333331 tbsp?3333331 tspSpices & HerbsCg4))MARJORAM,DRIED@\(@p@)QR@(\)@(333333@NGzH@D&fffff@\(\@@Tp =@u@s @@S@@ ? ěT@dZ@@I33333?~"?9XbM@zG{? =p @q @q @q @@y0? =p @m@@Q@?hr!?zG@Q?3333331 tbsp?3333331 tspSpices & Herbs nn:Hh43)MUSTARD SEED,YELLOW@p =q@}P@8 =q@<\(@ =p @AxQ@-ffffff@(\)@H@#\(@r@H@P@@?=p =?E@`33333@?`A7K?bM@\(?ۅQ@S@S@S@O@@Q@@B@|?\(\@3zG@\(@&ffffff1 tbsp@ ffffff1 tspSpices & HerbsBi4')NUTMEG,GROUND@Q@h@\(\@B'zH@Q@HQ@4@<}p =@g@QR@f@j@u@0@333333?nO;@333333?@?$/?/v?ȴ9Xb?zG{@S@S@S@Y@@0@V@9 =q@ \(?ffffff@1 tbsp@1 tspSpices & Herbs __$Aj4%)ONION POWDER@ =p @u@$=p =?@ 333333@T*G{@@Ap =@v@zG{@^@u@@x@K@ =p?Ƨ-?-V@@-ffffff?n?1&y?9XbN?p =q@d@d@d?GzH@ffffff?lC?9XbM?tj@1 tbsp@3333331 tspSpices & HerbsXk45'')SPICES,OREGANO,DRIED@ =p@s @&@$@@PQ@Effffff@\(\@@F@p@i@@.@Q?-V@ I^@@I?m?zG{@Gz?\(\@q @q @q @@u@2(\@m@@N@@GzH?p =q@Q?1 tsp, leaves?1 tsp, groundSpices & Herbs rr:Dl4)PAPRIKA@#zG@r@-Q@)fffff@zG@K޸Q@B33333@$zG@f @7 =p@g @u@P@A@=p =?lC?"`@@Qfffff? =p?S@. =p?zG{@zG@Z@Z@Z@@@=zG@T33333@@@ɲ@?zG@ =p@1 tbsp@1 tspSpices & HerbsBm4')PARSLEY,DRIED@" =p @q@@6kQ@Q@( =q@IzG@>ffffff@zG@@Xw =p@o @u@@|@@?zG{@%@=L@^?tj?zG@KƧ?1&x@f@f@f@@@ =p@>@X@@>@x@?p =q@ "`?O;dZ?1 tbsp?3333331 tspSpices & Herbs ii.An4%)PEPPER,BLACK@%Q@o@%fffff@ zG@QR@P3 =p@:?zG{@{P@<(\@h@@e@@F?Q?1&x@@@5?lC?θQ?E?\(@$@$@$@r@.? =p @dvfffff@c@H@@i?\(\?(\)?zG@1 tbsp@1 tspSpices & HerbsNo4?)PEPPER,Reduced OR CAYENNE@ @s@(Q@1EQ@(\)@LP =q@;333333@$zG@b@333333@c@rP@x@>@ =p?;dZ@@!@S?E?hr Ĝ@!fx@@Z@Z@Z@Q@@B@=zG@T33333@T@l@ɲ@ zG@@ p =@3333331 tbsp?1 tspSpices & Herbs =p4%)PEPPER,WHITE@& =p@r@$@\(?p =q@Q' =p@:333333@p@,Q@V@f@R@@?zG?Q@333333@@5?+ I? ěT?"`A?@$@$@$?1&x??|hs?E@ffffff1 tbsp@3333331 tspSpices & Herbs?q4!)POPPY SEED@Q@@2 =p @FY@Q@7 =q@$@+aGz@@"ǮzH@t@@@5@$u\(? ěT@TE?@?+ I^?$/?;dZ?j~"@M@M@M?\(@zG{@\(\@>R@!1 tbsp@ffffff1 tspSpices & Herbs ll6Fr4/)POULTRY SEASONING@"Q@s0@#.zG@Q@zG@Pe\(@&@ =p@ @Afffff@l@e`@`@;@ Q?"`@mhr!@@(?`A7L?r ě@\(?Q@a@@a@@a@@@`?Q@+33333@@7@@p@ QR?KƧ?"`@ 1 tbsp?1 tspSpices & HerbsFs4/)PUMPKIN PIE SPICE@ Q@u`@ =p @)333333@333333@QQR@-@ =p @P@3\(@a@]@@J@\(?"`@/ ě@"@7ffffff?ěS?7KƧ@l?ٙ@I@I@I@pP@*?\(@@??|1&y?vȴ9?bM?5?|h?xtj~????Q@@@@@YS33333@@$I^5?@;m@.-V@l1 cup@,1 tbspFats and Oilsi5'MARGARINE,Vegetable, vegetables OIL Spread,60% FAT,TUB/BOTTLE@C =q@?333333@N?333333@5@@0@>@??|1&y?vȴ9?bM?xtj~????Q@@@@@YS33333@@#^Q@*;dZ@@zG?@l1 cup@3333331 tspFats and Oils 662x5'MARGARINE,Vegetable, vegetables OIL Spread,STICK/TUB/BOTTLE,60% FAT@CW =p@p?333333@M\(?333333@5@@0@>@??|1&y?vȴ9?bM?Q?xtj~????Q@@@@@YS33333@@$$/@4P`A7@8-V?@l1 cup@,1 tbspFats and OilsJ4I'SHORTENING,HOUSEHOLD,Composite@@Y?陙@E@4 =q@FO\(@>@)1 tbsp@i1 cupFats and Oils LLN4Q'SHORTENING,INSTITUTIONAL,Composite@@Y?陙@E@733333@MǮzH@(.zG@)1 tbsp@i1 cupFats and Oils^ 4q'MARGARINE,Regular,Stick,UNSALTED,Composite,80% FAT@1@x?@T ?ə?@1@@*@9@??xtj~?$/?vȴ9?tzG{????Q@@@@@W@@@/ =p @C\(@6W =p@l`1 cup@,ffffff1 tbspFats and Oils BB"\ 4m'MARGARINE,Regular,TUB,UNSALTED,Composite,80% FAT@2@`?陙@T?ə?@:@@4@C@<??nO;?bM?zG{?bM????zG{@@@@@W@@@) =q@BzH@;ٙ@l`1 cup@,ffffff1 tbspFats and OilsZ 5  'MARGARINE,Vegetable, vegetables OIL Spread,60% FAT,Stick,NO SALT@Cp =@8?333333@M+Q?333333?Q@5@@0@>@??|1&y?vȴ9?bM?5?|h?xtj~????Q@@@@@YS33333@@$I^5?@;m@.-VFats and Oils UU1X 5 'MARGARINE,Vegetable, vegetables OIL Spread,60% FAT,TUB/BOTTLE,UNSALTED@C =q@?333333@N?@5@@0@>@<??|1&y?vȴ9?bM?xtj~????Q@@@@@YS33333@@#^Q@*;dZ@@zG?Fats and OilsK4e 'MARGARINE-LIKE Spread,FAT FREE,Liquid,SALTED@V@E?@@@@C?Q@@>@I@?Q?bM?333333?zG{?zG{?Q?zG{@@@?(\)@@@@?333333@?ڟvȴ9?zG?9XbM?@.1 tbspFats and Oils OOD4s 'MARGARINE-LIKE Spread,MADE with YOGURT,Stick,SALTED@<@?333333@Q@?@4?zG{@@0@9@p??`bM??tzG{?zG{?zG{?????Q@@@@@W@@@*@C33333@,Fats and Oilse53 'MARGARINE-LIKE Spread,Reduced Calorie, calories,40% FAT,MADE with YOGURT,TUB,SALTED@M@t@@A@@@I?zG{@@C@P@?θQ?pbM??ə?zG{?Q?Q?zG{@@@?333333@@@@@W@@@@#@0Fats and Oils 55 'MARGARINE,80% FAT,Stick,Including Regular and Hydrogenated CORN and Soybean OILS@1+Q@? =p @SGz? =p ? =p @?Q?@@2@p?(\)?tj~?htj~???@Q@R@-m@B^5?}@7F@,1 tbspFats and Oilsz51 'MARGARINE,70% Vegetable, vegetables OIL Spread,Soybean and SOYBEAN(HYDROGENATED)@;h\)@X?Gz@QY??zG@?Q@@$@G@?Q?1&y?vȴ9??PbM?htj~???@)>"@B]@0LC@,1 tbspFats and Oils #{4a 'MARGARINE Spread,Approximately 48% FAT,TUB@HzG@z?ə@G =p??Q@?Gz?@@B@0?Q?bM?tj~?PbM?PbM@@@@Q@YS33333@!$/@0j~"@4<(\?Fats and OilsY4G'MARGARINE Spread,FAT-FREE,TUB@V(\@F?@QR?GzH@\(\@ ?zG{?@@B@ ?Q?-V?A7Kƨ?XbM?PbM@@@? =p?@$/?ȴ9Xb? I^5@m 1 cup@-3333331 tbspFats and Oils --^4q'MARGARINE,Vegetable, vegetables OIL Spread,20% FAT@S33333@e@3??ٙ?@,@9@@@@@@Q@@\(@Q@ zG@n1 cup@.1 tbspFats and Oilsm5 'MARGARINE,Vegetable, vegetables OIL Spread,20% FAT,without SALT@S33333@e@3??ٙ?@,@9@@@@@W@@@\(@Q@ zG@i1 cup@)1 tbspFats and Oils ((l4m'SALAD Dressing,Thousand ISLAND Dressing,FAT-FREE@P\)@`?ᙙ?333333@Q@=EQ@ ffffff@0zG@&?Q@?@^@? =p ?ȴ9Xb?$/@?5?|h?+ J?д9XbN@(@(@(@&??@ @*@?XbM?S?(\)@@01 tbsp@p1 cupFats and Oilsd4]'SALAD Dressing,ITALIAN Dressing,FAT-FREE@U|@G? =p ? =p@ \(@!?333333@!33333@>?ٙ@@[@@Y@? =p ?-V?bM@?ٙ?vȴ9X?"`A?GzH@(@(@(? =p@S@@?QR?@D@&@?Gz?zG?ȓtj~@@,1 tbsp@l1 cupFats and Oils LL+[4Y% 'SALAD Dressing,RANCH Dressing,FAT-FREE@QQ@]??Q@@:\(?@ffffff@I?@ @\@@[@?ٙ?\(?j~"?陙?Q??|1&y?1&y?tj~@@@@??? =p @ffffff@?ܛS?E?Vt@@,1 tablespoonFats and OilsQ4m 'SALAD Dressing,RANCH Dressing,Commercial,Regular@C =p@~@?zG{@IR@zG@\(?ffffff@@?? =p@@d @O@?ٙ?tj?$/@333333@ 333333?tj~?(\)?|1&y?7KƧ?O;dZ@@@?Q@C@$@$@Q@_L?@?@=@ ^5?}@&ɺ^5?}@@ =p? =p ?333333@*@o`1 cup@s1 canSoups & Sauces+4k )SOUP,CAMPBELL'S Chicken NOODLE,Canned,Condensed@U@I@?@@?333333@&?333333@@C@F@x?(\)?1&?1&?vȴ9X? =p ?/v? ě?zG{@,@$@@5?Q@k??;dZ?333333@"@s1 canSoups & Sauces @,4_)SOUP,STOCKPOT,Canned,Condensed,Commercial@Tx\)@S@QR@QR@Q@!fffff@1?\(@@E@g @???ə??hr Ĝ?zG{?ffffff?Q?Q@ @ @ @8@c`?p =q?GzH?Q@@p1 cup@s1 canSoups & Sauces<-4})SOUP,TOMATO Beef with NOODLE,Canned,Condensed,Commercial@RQ@\@ ffffff@ \(\@ =p@0޸Q?333333@,?zG{@@F@f@?333333??ə@?&x?-V? =p?333333?Q@.@"@@5?333333@z@5? =p?QR?zG?GzH@@o`1 cup@s1 canSoups & Sauces oh/4e)SOUP,TOMATO RICE,Canned,Condensed,Commercial@SHQ@W@?=p =@\(@=p =@1zG?@ @2? =p@@:@p@?ٙ??333333?@'?tj~?+?M??Q@&@&@&@zP@7@?zG@@o@@?ٙ?zG??@p1 cup@s1 canSoups & Sauces 04O)SOUP,TURKEY,CHUNKY,Ready-to-serve@UzH@L@QR?Q?Q@ =p@5?Q@$@F@c @xp???@?Q? =p ?QR?\(? =p@@@?@@c? =p??p =q@@m1 cup@1 canSoups & Sauces 2ppx (08@HPX`hpxKKLLMMNNOOPPQQSSUUVVYYZZ\\]]^^__``bbccddee6677 j14i)SOUP,TURKEY NOODLE,Canned,Condensed,Commercial@UzH@K@Gz?p =q@zG{@Q?333333?333333@"?@@C@N@P?p =q??ə@!??5?|h?1&?n?Q?Q@.@*@@8? =p@h@*@?Q@@;@X@@F?(\)?zG{?\(@@o`1 cup@s1 canSoups & Sauces|25)SOUP,TURKEY Vegetable, vegetables,Canned,Condensed,Commercial@U =q@N@(\)@\(?333333@333333??\(@,? =p@@@@a@???ə@333333?tj~?bM?=p =?\(?zG{@@@?Q@ @Z@ ?\(@333333@z@@r@I?\(\?GzH?ᙙ?@n1 cup@>1 fl ozSoups & Sauces 35)SOUP,Vegetable, vegetables,Canned,CHUNKY,Ready-to-serve,Commercial@UQ@I?\(\? =p?@zG??GzH@7?\(@@>@d@zP???ə@333333@?Q?S??Q?zG{@@@@@^@?\(@ 333333@@@@@_?p =q?Q?\(@n1 cup@1 canSoups & Sauces ~45)SOUP,VEGETARIAN Vegetable, vegetables,Canned,Condensed,Commercial@U:=p @M?Q?GzH@(\)@#\(?@Gz@1?(\)@@<@e`@?QR??@ ?333333?+ I?l?lC?Q? =p @"@"@"@4@a?Q@@y@p@(@d?θQ?\(?Gz@n1 cup@r1 canSoups & Saucesb64Y)SOUP,Beef,Canned,CHUNKY,Ready-to-serve@T\(@Q@\(@Q? =p@ L?333333?p =q@*? =p @@I@a@v?񙙙??@@333333?tj~? ěT?1&x? =p ?(\)@@@?У =p@@K?Q@@m@@@@B?\(?zG{? =p @@n1 cup@1 canSoups & Sauces x75)SOUP,Vegetable, vegetables Beef,Canned,Condensed,Commercial@T(\@O@?(\)@@ 8Q??p =q@*?zG{@@@@a@@?zG?\(?@?ffffff?-V?+?Vt?Q?Q@ @ @ ?@@@c`?޸Q@ffffff@~@H@v@W?\(?zG{? =p @@o`1 cup@s1 canSoups & Sauces TT[85)SOUP,Vegetable, vegetables with Beef BROTH,Canned,Condensed,Commercial@TGz@P@\(\?\(@zG{@%ffffff??=p =@,?GzH@@@@c@???љ@?ffffff?$/?l??|hs?Q?O;dZ@"@"@"@@U@?Q@ffffff@x0@@=@A? =p ??zG{?@n1 cup@r1 canSoups & Sauces!94a)SOUP,Cream OF ASPARAGUS,Dehydrated,DRY MIX@333333@v@+@%@-@K@333333@a @ffffff@2@g @@t@?333333?@?ə?333333@??@G@G@G?ə@`@p@`?\(@\(@=p =?@,ffffff1 cup@Offfff1 packetSoups & Sauces :4[ )SOUP,BEAN with BACON,Dehydrated,DRY MIX@@w @3aGz@ffffff@&@L(\@>@h @@Z@s@@@ =p? =p ?@?ə??ffffff?ə?@>@>@>?@j@@&@ =p @ ffffff?\(@&@4S )SOUP,CAULIFLOWER,Dehydrated,DRY MIX@@v@.Q@"333333@-333333@LKQ@G@@(@p@X@b??ə?333333@4? =p ?(\)@333333??@1@1@1?@>@?\(@GzH@ \(\@@2fffff1 cupSoups & Sauces ?4S )SOUP,Cream OF CELERY,Dehydrated,DRY@ffffff@v`@.@"@.ffffff@K33333@@i`@ @@@g@h@?陙?ffffff???Q??333333@333333?Q@(@(@(?@$@S@?=p =@@ @@1ffffff1 cupSoups & Sauces ++i@4g)SOUP,Chicken BROTH OR BOUILLON,Dehydrated,DRY@(\)@p@0\)@+\(@H =p@2\(@g`?zG{@L@d@sP@&? =p ?333333@<?񙙙??ۅQ@zG?333333?@@@@@@?333333@?p =q@ p =q@p =q@Q@*@ 1 cup@1 tspSoups & SaucesdA4[)SOUP,Chicken BROTH CUBES,Dehydrated,DRY@@h@-333333@@KY@7@g?Q@L@g@w`@p?ə? ěT@;fffff??QR?QR@333333?333333?@@@@@@?333333@? =p ??333333?zG@*@1 cup@3333331 cubeSoups & Sauces lC4U)SOUP,Cream OF Chicken,Dehydrated,DRY@@{@@@5zG@)\(@K+Q?@s`?ffffff@8@x`@`@@?@@?ٙ?\(@&@333333?(\)@6@6@6?@@~@~@+\(@Q?ffffff@(@8ffffff1 cup@2L1 packetSoups & SaucesE4_ )SOUP,Chicken RICE MIX,Dehydrated,DRY FORM@Q@w@.# =p@!ǮzH@.@LQ?@F?333333@Q@@Q@?陙?ٙ?333333?ٙ?zG{?zG{@E??@@@?@y@^@^? =p@GzH@Gz@2@03333331 cupSoups & Sauces m(F4o)SOUP,Chicken Vegetable, vegetables,Dehydrated,DRY@ =p@u@2G{@\(\@/u\(@KQ@@X@\(@b@l@~0@B?Q?Ƨ-?@!333333?߾vȴ9X?Ձ$/@_;dZ??@<@<@<?ffffff@X@? =p@GzH?GzH@4@,3333331 cup@%3333331 packetSoups & SaucesG4m )SOUP,CLAM CHOWDER,MANHATTAN STYLE,Dehydrated,DRY@ffffff@u@%Gz@ ffffff@3L@LG{@`@"333333@L@l@h@@?ffffff@@6?\(?(\)@333333?ffffff?333333@J@J@J@7@@p?=p =@QR@\(@2fffff1 cupSoups & Sauces TH4e )SOUP,CLAM CHOWDER,NEW ENGLAND,Dehydrated,DRY@ QR@z @(zG@0+Q@&Q@L^Q@@u@ffffff@>@{@0@@??@"?zG{?Gz@ ??333333@.@.@.@C@D@@ =p@Gz@zG@@6333331 cupSoups & Sauces(I4_)SOUP,CONSOMME with GELATIN,Dehydrated,DRY?333333@a @10 =q?@Ps33333@0L@N?@I@t@{@ٖ?p =q?Q?θQ@?333333?ə@@@@@@?@I@.@.??zG{??Q@)3333331 cup@LY1 packetSoups & Sauces !1#4I 9OSCAR MAYER,BOLOGNA (FAT FREE)@S@S@)333333?333333@333333@@@.?p =q@6@c@@c@?=p =?ə?zG?ʟvȴ9?A7Kƨ@9@<1 servingSausages & Lunch Meats[%4m 9OSCAR MAYER BOLOGNA LIGHT (PORK Chicken BEEF)@P0@i@@'@-@ @@@I?=p =@4@g @d`@t?\(?ə? =p@ffffff?Z1'?E@tj~?\(?/w@2@2@2?ҏ\(@zG{@333333? =p@L@<1 servingSausages & Lunch Meats (m&4a 9OSCAR MAYER. BOLOGNA (WISCONSIN MADE RING)@KY@s@'@@ 333333@ffffff??ffffff@"@#zG{@(@h@@g@x@ GzH?ٙ? =p @"?p =q?@ \(@ =p ?\(@N@N@N@2Q@G@%ǮzH@/# =p@zG@d@L1 servingSausages & Lunch Meats)4a 9OSCAR MAYER CHICKEN BREAST (HONEY GLAZED)@Q@[@@3ٙ?@333333@333333@333333@$?zG@B@r@t@x?ffffff?\(@@@?7KƧ? I^5??lC@J@J1 servingSausages & Lunch Meats 7T*4q9OSCAR MAYER,Chicken BREAST (OVEN Roasted,FAT FREE)@R33333@U@@2L?333333@ ?333333?@(?GzH@B@p@s@h?333333?p =q?\(?zG{?Q@F@J1 serving@*1 sliceSausages & Lunch MeatsE+4Q 9OSCAR MAYER HAM and CHEESE LOAF@N@@m@@+33333@2333333@ @@ ffffff@P?Q@3@p@p@<?\(?Q?nO;?\(?QR@ =p?(\)?@@@?QR@>vȴ9X@ Vu?ěS@O@<1 servingSausages & Lunch Meats X,4g 9OSCAR MAYER,HAM (CHOPPED with Natural JUICE)@PP@f@0L@&L@ 333333@ 333333@@"?@7@k`@p@@@?θQ@@@@9XbM@P`A7?ffffff@M@<1 servingSausages & Lunch Meats$-4 9OSCAR MAYER HAM (WATER ADDED Baked Cooked 96% FAT FREE)@R@Z@0L@ (\)@333333?GzH?@$?@?@m @p@h?\(?θQ@@@?;dZ? =p?$/@H@O1 servingSausages & Lunch Meats 11t?.4G9OSCAR MAYER,HAM (H2O ,Boiled)@Rfffff@Z@0@ @?333333?333333@$?zG@?@m@q@??θQ?E?o?ȴ9Xb@G@O1 serving@51 sliceSausages & Lunch Meats>/4E9OSCAR MAYER,HAM (H2O ,HONEY)@R,@[@033333@ @@@@$?@?@p0@q@@ =p?p =q?1&y?9XbN?tj@F@O1 serving@51 sliceSausages & Lunch MeatsF04U9OSCAR MAYER,HAM (H2O ,SMOKED,Cooked)@R33333@X@0@ @333333??@$?@?@m @p@?\(?θQ?O;dZ?ěS?zG@H@O1 serving@51 sliceSausages & Lunch Meats &&X14y9OSCAR MAYER,HAM (40%HAM/WATER PRODUCT,SMOKED,FAT FREE)@S@R@-333333?ffffff@ ?ffffff?񙙙@&?Q@;@h@m@@?Q?ə?I^5?}?hr Ĝ?hr Ĝ@C@G1 serving@01 sliceSausages & Lunch Meatsz24; 9OSCAR MAYER,HEAD CHEESE@P@g @/ffffff@+@ ffffff@5?zG@&@O@=@? =p ?ə?zG{?\(? =p ?(\)? =p????ffffff@Y@2-V@x?$/@V@<1 servingSausages & Lunch Meats J44_ 9OSCAR MAYER,LIVER Cheese,PORK FAT WRAPPED@J@s@.ffffff@:ffffff@ @?@"@'@.@m @j@D@? ě?+ J@?Gz@@(Q@ =p?@\@@\@@\@@8J=p @8@@@"@*333333@ffffff@j`@C1 sliceSausages & Lunch Meats554Q 9OSCAR MAYER,LUNCHEON LOAF (SPICED)@ML@m@@+@0fffff@@@ffffff@[@?@8@h`@p@(?333333@zG{@w+@nO@O;dZ@P@<1 servingSausages & Lunch Meats BBw164I 9OSCAR MAYER,OLD FASHIONED LOAF@Ms33333@l@*333333@0L@ @ @ffffff@\@?Q@7@j@r`@?Q?Q@ffffff@p =q@Q@N@<1 servingSausages & Lunch Meats?74e 9OSCAR MAYER,OLIVE LOAF (Chicken,PORK,TURKEY)@L@pp@#@5@333333@@ @[? =p@;@`@g@@??(\)@zG@&B\(@ =p @Q@<1 servingSausages & Lunch MeatsB84k 9OSCAR MAYER,PICKLE PIMIENTO LOAF (with Chicken)@Kfffff@p@#333333@5@ffffff@"333333@@[@\(\@=@b@e@?Gz?Q@\(@$(\@zG{@T@<1 servingSausages & Lunch Meats ''sH94[9OSCAR MAYER,PORK SAUSAGE LINKS (Cooked)@H@up@0L@>@??@0?Q@2@c@m@ @?zG{@%aGz@-@ p =q@S@@H1 serving@81 linkSausages & Lunch Meats7:4G9OSCAR MAYER,SALAMI Beef COTTO@P @i@,ffffff@/ffffff@ffffff?ffffff?񙙙@@zG@1@l@i@t@Q?p =q@\(@ =p?\(@T@G1 serving@71 sliceSausages & Lunch MeatsN;4e9OSCAR MAYER,SALAMI COTTO (Beef,PORK,Chicken)@NL@n@*@4L@ @?@R@Q@=@n@k @?Q?Gz@ =q@$L?Q@T@G1 serving@71 sliceSausages & Lunch Meats MM?<4G9OSCAR MAYER,SALAMI (FOR BEER)@Os33333@l @+@2333333@ ?ffffff?񙙙@"?Gz@2@l@j@<@QR?θQ@O;dZ@!S?Vt@Q@@G1 serving@71 sliceSausages & Lunch Meatsl=4A9OSCAR MAYER,SALAMI (GENOA)@C@x@@433333@@fffff@ffffff?333333?ə@4?\(@7@i@@t@@ Gz??tj? =p?333333@zG?\(?Q@(zG@0@zG@Y@;1 serving@"1 sliceSausages & Lunch Meats K>4?9OSCAR MAYER,SALAMI (HARD)@C @w@9fffff@<33333@333333?ffffff?ə@(?GzH@5@f@v@@@ GzH?QR?+?=p =?У =p@333333?\(?(\)@@@?zG@@@@@4@&+Q@.@+ @X@@;1 serving@"1 sliceSausages & Lunch MeatsB?4k 9OSCAR MAYER,Sandwich Spread (PORK,Chicken,Beef)@M@m@@0@333333@.?333333@@;?陙@(@Q@@]@?(\)? =p @Y@tj@@/w@F@>1 servingSausages & Lunch Meats ??v3@4M 9OSCAR MAYER,SMOKIE LINKS SAUSAGE@K@r@(@;L@?333333?@$?Q@1@n@f@x@Q?@"\(@*W =p@=p =@O@E1 servingSausages & Lunch MeatsA4C 9OSCAR MAYER SMOKIES (BEEF)@L&fffff@r@(@:fffff@333333?333333?ffffff@&?@.@l@e@8@zG?ə@&@&@&@&@)?@O@E1 servingSausages & Lunch Meats O/B4E 9OSCAR MAYER,SMOKIES (Cheese)@Ks33333@r@)@;@ ffffff??@F?Q@0@r@f@X?\(\?ə@d@$QR@)G{@@Q@E1 servingSausages & Lunch MeatsQC4m9OSCAR MAYER,SMOKIES SAUSAGE LITTLE (PORK,TURKEY)@K@r@(@;@ ??ffffff@&?Gz@1@j@e@?Q?ə@"S@)+ I@\(@P@"1 link@L1 servingSausages & Lunch MeatsXD4{9OSCAR MAYER,SMOKIES SAUSAGE LITTLE Cheese (PORK,TURKEY)@J@s@+@<333333@ 333333?333333?333333@P? =p@5@o@c@0@QR?333333@&QR@*aGz@QR@P@"1 link@L1 servingSausages & Lunch Meats ]E4q9OSCAR MAYER,Summer SAUSAGE Beef THURINGER CERVELAT@J@@sP@-333333@;@ffffff?ffffff?񙙙@ @Q@.@^@@m @@@Q?QR?bM?333333?Q@=p =?У =p@@@@@'@)?zG@T@G1 serving@71 sliceSausages & Lunch MeatsF4g9OSCAR MAYER,Summer SAUSAGE THURINGER CERVALAT@Jfffff@s@-@:33333@ffffff??@"@Q@.@`@@l@X@ =p ?\(?vȴ9X?p =q?ҏ\(@\(?ᙙ?333333@@@@zG@%t9XbN@(H9Xb@E@U@G1 serving@71 sliceSausages & Lunch Meats 0MG4c9OSCAR MAYER,TURKEY BREAST (SMOKED,FAT FREE)@S`@T@-?333333@ 333333@ ?񙙙@$? =p@>@n`@k@@?333333?У =p? =p ?333333?(\)@?@J1 serving@*1 sliceSausages & Lunch MeatsLH4O 9OSCAR MAYER,WIENERS (PORK,TURKEY)@J@t@@%fffff@=fffff@ 333333@?@N?\(@1@a @d@@?Q?У =p?nO;@.333333?д9XbN? =p@ I^5??أ =p?(\)@@@?QR@"v@+1&@Q@R@F1 servingSausages & Lunch Meats cLI4O 9OSCAR MAYER,WIENERS (BEEF FRANKS)@J(\@tp@&33333@>B\(@\(@?@$?p =q@*@a@`@@@Q?Q?zG{@'?hr Ĝ?@Vt?(\)?nO;@@@?zG@(Q@-zG{?\(@L@F1 servingSausages & Lunch MeatsJ4i 9OSCAR MAYER WIENERS (BEEF FRANKS BUN LENGTH)@J33333@t@@&333333@>@@333333?@*?\(@.@Z@@c@@?333333@&@&@&@)\(@-=p =?Q@M@L1 servingSausages & Lunch Meats 88y=K4a 9OSCAR MAYER,WIENERS (BEEF FRANKS,FAT FREE)@S@S@*ffffff?@ @ffffff@ffffff@4?333333@3@` @}0@@GzH?zG{??QR?+ J@>@I1 servingSausages & Lunch Meats:L4[ 9OSCAR MAYER,WIENERS (BEEF FRANKS,LIGHT)@P33333@h @%ffffff@-@ @ffffff@@5?\(@2@d@y@@?Gz@GzH@zG?zG@H@L1 servingSausages & Lunch MeatsEM4q 9OSCAR MAYER,WIENERS (CHEESE HOT DOGS with TURKEY)@Js33333@s@(@<33333@ @ffffff?@d?zG@9@j@``@?p =q? =p @$ @*5?|h@n@R@F1 servingSausages & Lunch Meats oo2?4!)SALT,TABLE?ə@X33333@8?Q?@ @??Q??@r@1 cup@21 tbspSpices & HerbsJ4')VINEGAR,CIDER@Ws33333@,?333333@@@?333333@6@"@Y??zG{?θQ?@n1 cup@.1 tbspSpices & Herbs 04#)THYME,Fresh@PG =p@Y@@=p =?Gz@ @8s33333@,@yP@1s33333@d@Z@@"?\(?\(?$/@d33333?tj~?$/?/v?-V?E@F@F@F@@m@F?S?j~#?$/?陙1 tsp?ٙ.5 tsp@@Spices & HerbsL4+)VANILLA EXTRACT@JJ=p @r?Q?Q?У =p@)L@)L@&?Q@(@@b@"?(\)?nO;?p =q?+ I?QR?333333?Q?vȴ9?zG{?zG{?pbM@j1 cup@*1 tbspSpices & Herbs ~4O)VANILLA EXTRACT,Imitation,ALCOHOL@Pp =@m??(\)@GzH? =p@@6@X@?Q?O;dZ?+ ?bM?-V?Z1'?vȴ9?tj~@*1 tbsp@1 tspSpices & Herbsa4U)VANILLA EXTRACT,Imitation,NO ALCOHOL@UeQ@L?Q@,@,@??@?zG{?htj~?PbM?htj~?-V?nP?+ I?bM@*1 tbsp@1 tspSpices & Herbs }}?>4/)VINEGAR,DISTILLED@W@(@@@6@.??zG{?@n1 cup@01 tbspSpices & Herbs=4' )CAPERS,CANNED@Tfffff@7@Gz?Q@ zG@\(@ ?=p =@D?Q@@@$@D@(?zG{?-V?+?333333@333333?nO;?n?/w?S?O;dZ@7@7@7@a@@?(\)@8@T?m? ěT?tj~@!3333331 tbspSpices & Herbs yQ45)HORSERADISH,PREPARED@UEQ@H?Gz?zG?(\)@&zG@ ffffff@\(@L?Gz@;@?@n@s?\(?-V? ěT@ffffff@8fffff?bM?tj~?ش9XbN?+? ě@L@L@L@?zG{??@$? =p ? =p?ղ-V@.1 tbsp@1 tspSpices & Herbs4))ROSEMARY,FRESH@PGz@``@ zG{@p =q@@433333@,333333@s@@V@P@@:?\(?C$?Q@5?nO;?tj~?/v?^5?|?Ձ$/@[@@[@@[@@@b@@9XbN?\(?E?3333331 tbsp?ffffff1 tsp@ASpices & Herbs 4-)PEPPERMINT,FRESH@S@Q@?zG?(\)@-ǮzH@ @n`@QR@T@R@@@??\(?Vu?`A7@??E?$/?KƧ?աo?nP@\@\@\@@j?|hr?`A7L?A7Kƨ@ 2 tbsp?2 leaves@CSpices & Herbsw4+ )SPEARMINT,FRESH@Uc33333@F@ QR?\(\@=p =@ R@333333@h@'p =@O@N@|@>?p =q?θQ?S@*?+?ffffff?Vt??9XbM@Z@@Z@@Z@@@i`?r ě??7KƧ@&2 tbsp@MSpices & Herbs 14+)SPEARMINT,DRIED@&@q@3zG@Q@%ffffff@JQ@=@@@UzG@@q@@@u@GzH?1&y@&ȴ9X?nO;?j~#@>vȴ9X?bM@o@@@@ĩ@?;dZ?Gz@ Vu?1 tbsp?1 tspSpices & HerbsK:4C!BABYFOOD,MEAT,Beef,Strained@T&fffff@Z@+333333@?陙@?Q@1@U@k@T@@zG?tj@#@?zG{?-V@n?\(?Q@@@?Q?ٙ?ffffff@ =p@?θQ@=@.1 tbsp@DJPV\bhntz "(.4:@FLRX^djpv|#I$K%M&O'Q(U)Y*\Y^Z`[c\d]^_`!a#b%c'd)e+-05769;@CFILPTZմ]ֵw׵{ص}ٶ ڶ۶ܶ+ݶ-޶/߶135 7 9 ; = ?ACEG>I?Z@\A^B`CcDfEhFjGlHnIpJrxtyvzx{z||}~~   "·$÷&ķ(ŷ*Ʒ0Ƿ2ȸ ɸ"%')+-0258; BB![e4s!BABYFOOD,DINNER,MACARONI and TOMATO and Beef,Junior@U@M@?񙙙?333333@"?񙙙@p =q@,? =p @@F@R@1? =p ?+@ ??tj~?(\)?1&x?bM@"@@@&?θQ@@A?Q@@c@@u @o@@(?M?ܛS?9XbM@@01 tbsp@@@P? =p@@<@0@@&333333@K@3\(@9 =p@133333@,1 tablespoonFats and Oils %B4}% 'MARGARINE-LIKE Spread,SMART BALANCE Light BUTTERY Spread@Nffffff@u@B?Gz?@:@@)@#333333@>33333@% =p@,p =q@#fffff@,1 tablespoonFats and Oils1C5% 'MARGARINE-LIKE Spread,SMART BEAT SUPER Light without SATURATED FAT@T5Q@c@1?\(@(@@?333333@(@\(@ffffff@ =p@,1 tablespoonFats and OilsD4i% 'MARGARINE-LIKE Spread,SMART BEAT SMART SQUEEZE@U=p @G@@@ffffff?@:@@?ə@? =p?zG?Gz@,1 tablespoonFats and Oils ((N"E4w% 'MARGARINE-LIKE Spread,SMART BALANCE OMEGA PLUS Spread@;@@P33333?\(\@7@Q@@@$@J@@3Y@9O\(@2# =p@,1 tablespoonFats and Oils. 5 CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,RAW@P\(@j@2TzG@-\)?陙? =p@&?\(@4@b@g@Q?zG?bM?-V@'@?;dZ?+@Vu?&x?\(@>@>@>?\(@@m@m@\(@QR@ Q@V@X1 chicken@?Poultry @; 5CHICKEN,BROILER OR FRYER,MEAT and Skin and GIBLETS and NECK,FRIED,BATTER@HQ@r0@6 =p@1zH?\(@"\(@5? =p@5@c@g@q?\(?ȴ9Xb?bM@4L?ٙ?hr!?Ͼvȴ9X@TE?vȴ9?zG{@@@"@7@C?\(@@f@f@zG@Q@@Y@1 chicken@s@1 unit@5Poultry< 5CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,FRIED,Flour@I =q@q@<R@.=p ?(\)@ (\)@1? =p@9@h@@m@U@Gz??bM@0??+ I?n@!(\?+ I?Gz@?@@=@@?\(@@o@o@ =p@\(@ zG@\@ 1 chicken@j1 unit@<Poultry 99= 5CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,Roasted@NzG@m@@:ǮzH@*=p ??Q@.?\(@7@f@j@S@GzH?zG{?vȴ9X@/?? ěT?̬1&y@o? I^5??QR@=@=@=?zG@@g@g?Q@333333@ @zG@333333@Z@P1 chicken@i1 unit@?Poultry? 5CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,Stewed@P\(@k@8}p =@(p =?QR?Q@,?zG{@3@b@d`@P?zG?-V?-V@/??tj~?ɺ^5?|@Vu?xF?(\)@;@;@;?GzH@@e@e@ @GzH@@X@@x1 chicken@l 1 unit@@Poultry gJ4=)SOUP,LEEK,DEHYDRATED,DRY@\(@w@&@%@-333333@Nc =p@ @d@@K@e @}@??r ě?ə@.?333333?ə?ffffff?333333?@F@F@F?ə@=?@Q@=p =?(\)@(@1L1 cup@S1 packetSoups & SaucesL4I)SOUP,MINESTRONE,Dehydrated,DRY@333333@v`@4@333333@+@J@ @e@@B@q@@@ @ ?333333?@?333333?ə@ffffff?333333?@c@T@S@j@@P@ p =q@ \(?@ @1L1 cup@S1 packetSoups & Sauces vvM4E)SOUP,MUSHROOM,Dehydrated,DRY@zG{@{@$\(\@6W =p@*ffffff@I =p@ @s @@8@v @@I?ٙ?GzH?333333@?-?QR@ffffff?\(?Q@2@2@2?333333@>@"@"@GzH@=p =@$ =p@@@R1 packet@0333331 packetSoups & SaucesdN4Q)SOUP,ONION MIX,Dehydrated,DRY FORM@QR@r@Q@\(\@7O\(@N(\)@ffffff@@a@@N@j`@@_?Q?֗O;d?GzH@@6333333?"`B?щ7KƧ?O;dZ?S?⟾vȴ9@?333333?ffffff@@"?l?hr Ĝ?ʟvȴ9@@C1 packet@ffffff1 packetSoups & Sauces \O4A)SOUP,OXTAIL,Dehydrated,DRY@333333@w@.@+333333@233333@G33333?@N?@I@t@| @<???ə@?333333?ə@>@>@>?@I@.@.@zG@\(?GzH@.@01 cup@R1 packetSoups & Sauces P4Y)SOUP,PEA,Green,MIX,Dehydrated,DRY FORM@333333@v@@4}p =@Q@$Q@NW =p@$@N@Q@_@v`@@~?GzH?j~"?n??Gz?-V@ E?旍O;d?`A7L@D@D@D?@`@@? =p@\(?zG{?@\@1 packet@<1 packetSoups & Sauces qqR4A)SOUP,TOMATO,Dehydrated,DRY@\(\@v@!B\(@ 33333@%Q@Q33333?ffffff@g? =p@I@m@@<@?zG??333333@0333333?Ƨ-??|hs@tj?ٙ?E@8@8@8?333333@@b@@zG{@ =p ?=p =@@6333331 cup@5L1 packetSoups & SaucesvS4)SOUP,TOMATO Vegetable, vegetables MIX,Dehydrated,DRY FORM@ =p@tP@'u\(@\(\@3=p @M33333@@ zG{@G@ zG@\@e@@B?\(\?QR?\(\@6@Afffff?\(?$/@?"`A?333333@N@N@N@T@S?޸Q@9@s@0@@q@\(?\(?@@21 cup?3333331 tbspSoups & Sauces bb %T4i)SOUP,Vegetable, vegetables Beef,Dehydrated,DRY@\(@u@2\)@@1@I޸Q?@U@ =p @b@m@~0@<??XbM?@!333333?ȓtj~?͑hr @+ ?333333?zG@I@I@I@@@S@@ Q@zG?ҏ\(@ @01 cup@R1 packetSoups & SaucesqU4q)SOUP,Cream OF Vegetable, vegetables,Dehydrated,DRY@333333@{@ @8@)@J @@"zG@`@@H@l@y@]??ٙ?陙@433333@0@Q?@?ffffff?@>@>@>?@n@@GzH@@s33333@@@t@@@Q@%u\(@(\)@@71 cup@1333331 packetSoups & Sauces / V4I)SAUCE,BEARNAISE,Dehydrated,DRY@@v@,Q@"@'@M޸Q@d?@<@b@r@@|?ffffff??@??ə?333333?ٙ?zG{@*@*@*?ٙ@???p =q@\(@ =p ?@01 cup@81 packetSoups & SaucesMW4C )SAUCE,Cheese,Dehydrated,DRY@\(\@|@6 =q@9p =q@,=p =@@zG?񙙙@=\(\@?Gz@F@@8@@?zG{?zG{@+333333??zG{?vȴ9X?Լj~#??@*@*@*?陙@m@P@O?Q?333333@3@(@ Gz@ GzH@I@A1 packetSoups & Sauces p X4A)SAUCE,CURRY,Dehydrated,DRY@@z@"\(@7@)ffffff@IO\(@f @@D@b@v@???@??ə?陙?ٙ?@"@"@"?ٙ@Y@@ Q@#(\@!aGz?@@>@>?@???zG{?Q?Q@E1 packet@$1 servingSoups & Sauces \4g)SAUCE,SPAGHETTI with MUSHROOMS,Dehydrated,DRY@@s@$@"@=@H@x?Q@B@q@y@f??333333?@?333333?vȴ9X?\(\@ffffff?ə@<@<@<?ٙ@d`@1@$@Q@ffffff?У =p@<@C1 packet@$1 servingSoups & Sauces b]4K)SAUCE,STROGANOFF,Dehydrated,DRY@=p =@u@(333333@#\(@0&fffff@LzG?񙙙@@Q@E@q@@@333333?tj~?ٙ?陙?GzH??zG??@ @ @ ?333333@~ @8@\(@ =p?GzH@9@K1 cup@G1 packetSoups & Sauces^4S)SAUCE,Sweet and SOUR,Dehydrated,DRY?=p =@xP??@@XQ?ffffff@K@Q@(@N@U@?Q?l?zG{?A7Kƨ?񙙙??@@@?zG{?zG{?Q@Rfffff1 cup@LY1 packetSoups & Sauces "_4G )SAUCE,TERIYAKI,Dehydrated,DRY?@q@"@@<@N?ffffff@n`@=p =@f@|@}@@P?333333?333333? =p ?ə@\(?333333?333333@N@N@N?ҏ\(?zG?\(@G1 packetSoups & SaucesZ`4G)SAUCE,TERIYAKI,Ready-to-serve@P(\@U@Q@$(\@/fffff?@#Q@9?333333@N@c@@l @???񙙙?Q?Q?QR?ə?@4@4@4@r1 cup@21 tbspSoups & Sauces ma4A)SAUCE,WHITE,Dehydrated,DRY?@|@%Gz@:33333@$@IGzH@ffffff@?@C@n@w @?񙙙?zG{?Q@1@?ə?ٙ?ffffff?陙?@A@4@,@H?陙@@@@Q@'\(@Gz?@31 cup@H1 packetSoups & Saucesb43)GRAVY,AU JUS,CANNED@W@0?333333?ə?@@?333333@@>@T@@I???ə?ٙ??zG{?Q??zG{?zG{@@@???zG{?zG{@m1 cup@r1 canSoups & Sauces /wc4- )GRAVY,AU JUS,DRY@Q@s@"ffffff@#B\(@> =q@GQ@a@"@L@c @qp@Ƣ?ffffff?Q?&x@??5?|h?Լj~#@Y+ ?tj?E@T@@T@@T@?zG{@$?@5?|h@dZ?p =q@@1 tspSoups & SaucesMd4/)GRAVY,BEEF,CANNED@U޸Q@J@@Gz?@=p =?ٙ?zG{@?ffffff@@>@T@@???ə??bM?nO;?Q?zG{?zG{@@@?@???zG{???r ě?ȴ9Xb?zG{@@m 1 cup@r01 canSoups & Sauces ,f4+ )GRAVY,BROWN,DRY@@v@%zG{@#8Q@.=p @M =q@@`?Q@A@i`@p`@?\(?QR?^5?|@ffffff?333333? =p ?\(@ ??@?@1@,@E?ffffff@;@ @ @ O;dZ@+?Q@@1 tbspSoups & SaucesPg45)GRAVY,CHICKEN,CANNED@UU\(@S?Gz@ =p?@zG?ٙ?zG{@4?zG@@=@[@@?陙??ə?陙?hr Ĝ?tj?Z1'?zG{?zG{@@@?@??? =p?ə??\(@ffffff?@@m1 cup@r1 canSoups & Sauces k h4/)GRAVY,CHICKEN,DRY@@w@&=p @#u\(@*Q@O Q@b@?GzH@D@o @y@@8?=p =?1&y?1&x@?333333?;dZ?I^5?}@nO?tj~?"`B@_@@0@[@@a?޸Q@s@@C@;@\(\@O;d?1&x@3@ 1 tbsp@ 1 servingSoups & Saucesi47)GRAVY,MUSHROOM,CANNED@V@@I?(\)@zG?\(@Gz?ٙ@?Q@@.@Z@?ffffff??333333?ffffff?`A7L? ěT?xF?񙙙?zG{@(@(@(?ٙ?Q?QR@m1 cup@r1 canSoups & Sauces G (08@HPX`hpx (08@HPX`hpx            ((**++,,--..00113344557788<<==??AABBDDGGHHII sLj4G )GRAVY,MUSHROOM,Dehydrated,DRY@ Q@t@$@@2@P*=p @333333@ =p@l?@A@i`@p`@? =p?Q?ٙ@333333@?ə?ٙ@ ??@?@1@,@E?ffffff??333333?ə?@"@Gz?\(?Q@@5L1 cupSoups & Sauces k4A )GRAVY,ONION,Dehydrated,DRY@p =q@t @"@@0@P\)@@q?@A@i`@p`@Z?(\)?\(?ٙ@ffffff@?ə?ٙ@ ??@?@1@,@E?ffffff?\(??Q@@81 cupSoups & Sauces gg,Al4) )GRAVY,PORK,DRY@Q@v@!\(@!B\(@-.zG@O\)@333333@8G{@a`@Q@A@g@m`@?\(?öE?lC@ffffff?ffffff?zG{?1&@(\)?/w?tj@?@.@0@E?QR@]@@A@A?У =p?ٙ@@$@(\)@ I^5??Vu@$@1 servingSoups & SaucesPm43)GRAVY,TURKEY,CANNED@V&fffff@I@@?@ffffff?ٙ?Gz@?ffffff@@=@[@@?陙??ə?333333?zG{?zG{??zG{?zG{@@@???? =p??\(\@@m1 cup@-1 tbspSoups & Sauces {{n4- )GRAVY,TURKEY,DRY@zG@v@$ =p@\(@)8Q@PGzH@b@@ QR@F@o@z@(?(\)?$/?1&x@?ə? I^5?@(\)?1&x?1&@T@0@P@W@?\(@A@ @?@@hr @,@1 servingSoups & Sauceso4A )GRAVY,Unspecified TYPE,DRY@@u@*@ @1@M@b?@F@i`@p`@b?ffffff??ٙ@ffffff@?ə?ۥS@ ??@?@1@,@E?ffffff@Gz@ 333333?Q@@81 cupSoups & Sauces 11o:N4[ 9OSCAR MAYER,WIENERS (FAT FREE HOT DOGS)@S33333@R@@)333333?333333@ @333333@@.?p =q@5@d@@}p@p? =p ?(\)?ə?Gz?(\)@=@I1 servingSausages & Lunch Meats?O4e 9OSCAR MAYER,WIENERS (LIGHT PORK,TURKEY,BEEF)@P@h@@(333333@-@ @ffffff?@C?zG{@1@e @x@0?QR?ə@Ƨ@ O;dZ@Z1'@O@L1 servingSausages & Lunch MeatsJP4]9OSCAR MAYER,WIENERS LITTLE (PORK,TURKEY)@K@sp@%@<33333@@ffffff?@*?QR@*@X@@c@<?p =q?(\)@&L@,\)@\(\@K@"1 piece@L1 servingSausages & Lunch Meats |aQ5 9LOUIS RICH,Chicken BREAST CLASSIC Baked /GRILL (CARVING BOARD)@R9@X@333333?@ ffffff@ ?ffffff@ ?zG{@@@q@r0@?(\)?θQ?ļj~#?Ƨ-?j~#@J@F1 serving@61 sliceSausages & Lunch MeatsBR4k 9LOUIS RICH,Chicken BREAST (OVEN Roasted DELUXE)@Rl@Y@@2L@@ @?@?ffffff@8@p@p@?\(\?p =q?O;dZ?E?I^5?}@H@<1 servingSausages & Lunch Meats:S4[ 9LOUIS RICH,Chicken (WHITE,OVEN Roasted)@Q@`@1@ffffff@ @ffffff?@1?GzH@8@o@r@?zG?p =q?;dZ@ ě?"`A@M@<1 servingSausages & Lunch Meats {{BT4k 9LOUIS RICH,FRANKS (TURKEY and Chicken CHEESE)@O33333@i @)ffffff@-@ffffff@ffffff?333333@n`@Gz@6@i@c@??ə@\(@Gz@ =p@W@F1 servingSausages & Lunch Meats;U4] 9LOUIS RICH,FRANKS (TURKEY and CHICKEN)@P@g@&ffffff@+@@333333?@``@p =q@7@b`@d@?\(?(\)@E@6E@ M@W@F1 servingSausages & Lunch Meats xV4= 9LOUIS RICH TURKEY BACON@M@o@@.333333@4L@333333?ffffff?@D?333333@3@h@j@@(\)?@ @ @ @zG@ =p @@V@,1 servingSausages & Lunch MeatsW4? 9LOUIS RICH,TURKEY BOLOGNA@P33333@g@&@*ffffff@@ffffff?333333@_?=p =@6@h@c@?? =p @@@@QR@=p =@ Q@P@<1 servingSausages & Lunch Meats &X5 9LOUIS RICH,TURKEY BREAST and WHITE TURKEY (OVEN ROASTED)@R@X@1@@@ ?陙@?zG@6@o`@k@0?ffffff?\(@@@?E?Q?=p =@D@<1 servingSausages & Lunch MeatsLY4 9LOUIS RICH,TURKEY BREAST and WHITE TURKEY (SMOKED SLICED)@R33333@Y@1@ffffff@@333333?񙙙@"?@A@pP@p`@?Q?p =q?(\)?zG?QR@E@<1 servingSausages & Lunch Meats ))j=Z4a 9LOUIS RICH,TURKEY (HONEY Roasted,FAT FREE)@R@Y@3L?陙@ @@333333@.?\(@<@q@@p`@p??(\)?E?ΗO;d?M@D@L1 servingSausages & Lunch MeatsC[4m 9LOUIS RICH,TURKEY BREAST (OVEN Roasted,FAT FREE)@S @U@.?ffffff@ ffffff@?333333@&?\(@;@m@i@?Q??=p =?XbM?hr Ĝ@@@<1 servingSausages & Lunch MeatsK\4} 9LOUIS RICH,TURKEY BREAST (OVEN Roasted,PORTION FAT FREE)@R33333@V@3?ffffff@ ?ffffff?ٙ@1?\(@=@q@p@d?Q?ə?~"?xF?$/@D@L1 servingSausages & Lunch Meats ,,Q]4k9LOUIS RICH,TURKEY BREAST (SMOKED,CARVING BOARD)@R33333@W@333333?@ ??333333@.?Q@?@s@s@?ffffff?\(?333333?Q?QR@E@F1 serving@61 sliceSausages & Lunch MeatsE^4q 9LOUIS RICH,TURKEY BREAST (SMOKED,PORTION FAT FREE)@R@W@@3L?陙@ffffff@?333333@0?Q@;@r@r@ ?(\)?ə?E?1&x?/w@D@L1 servingSausages & Lunch Meats2`4K 9LOUIS RICH,TURKEY HAM (10% H2O)@RFfffff@\@@2333333@ffffff@ ??@?QR@6@r`@r @@Q??\(?=p =?ffffff@P@<1 servingSausages & Lunch Meats Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpxAABBCCEEJJKKLLMMNNOOQQRRSSTTVVWWYYZZ\\]]^^__``bbcceeffggmmnnooppqqrruuvvyyzz{{||}} TTLa4a9LOUIS RICH,TURKEY NUGGETS/STICKS (BREADED)@IY@q@@,@1@@.?@"? =p@5@h@f@8?p =q?ҏ\(@ Q@ aGz@Q@D@<1 piece@U@1 servingSausages & Lunch Meats+b4= 9LOUIS RICH,TURKEY SALAMI@Q@b`@.@"@?ٙ?ٙ@D?@6@p@k@`@\(?QR@C$@ + I^@j~#@S@<1 servingSausages & Lunch Meats)c4I 9LOUIS RICH,TURKEY SALAMI COTTO@Qٙ@b@.@#@ ??ٙ@??=p =@5@q@k@@? =p @333333@\(\@ =p@S@@<1 servingSausages & Lunch Meats e d4M 9LOUIS RICH,TURKEY SMOKED SAUSAGE@QFfffff@d @-@#@@ 333333@ffffff@:?zG@5@i@i @@333333?\(@@@@\(\@ zG{@p =q@P@L1 servingSausages & Lunch Meatse4U 9BUTCHER BOY MEATS,INC.,TURKEY FRANKS@MzH@m@*fffff@2+Q@ =p@ =p?ə@Q@b?GzH@,@n@g@(@ =p ?+ J?陙?/v?\(@E?hr Ĝ?ʟvȴ9@@@?@r@.@p =q@+ I^@/v@Z@L1 servingSausages & Lunch Meats *f4i9CARL BUDDIG,Cooked CORNED Beef,Chopped,PRESSED@QFfffff@a@3L@333333@ffffff?@1@333333@v@? =p ?θQ@@ffffff?333333@P@@Q1 package@LY1 servingSausages & Lunch Meats1g4w9CARL BUDDIG,SMOKED SLICED Chicken,Light and Dark MEAT@Q @d@1fffff@$333333@?ffffff@_?\(@p@?Q?@\(@@@J@LY1 serving@Q1 packageSausages & Lunch Meatsh4I9CARL BUDDIG,SMOKED SLICED Beef@QY@a`@3L@@ffffff?333333@,@zG@u@\? =p ?θQ@Gz@?333333@P@LY1 serving@Q1 packageSausages & Lunch Meats ww0i4u9CARL BUDDIG,SMOKED SLICED TURKEY,Light and Dark MEAT@Q @d@1@"333333@ ffffff?@N?p =q@t@ ? =p ? =p@p =q@@@L@LY1 serving@Q1 packageSausages & Lunch Meats4j4}9CARL BUDDIG. Cooked SMOKED Beef PASTRAMI,Chopped,PRESSED@Qs33333@a@3@@?@1@@v@? =p ?p =q@ffffff@?333333@P@@LY1 serving@Q1 packageSausages & Lunch Meatsk4G9CARL BUDDIG,SMOKED SLICED HAM@P@d`@2@"@?񙙙@0@=p =@u@@??ffffff@zG@?񙙙@K@LY1 serving@Q1 packageSausages & Lunch Meats Al5 9HORMEL SPAM LUNCHEON MEAT PORK with HAM MINCED Canned@JL@s`@*zG{@;=p =@333333@=p =@,?@,@l@d???@@@@#\(@+\(@@Q@L1 servingSausages & Lunch Meats;m5#9HORMEL SPAM,Light LUNCH MT,PORK and Chicken,MINCED,Canned,Vitamin C ADDED@PnzG@g@.u\(@+@ffffff??(\)@C?ffffff@2@|@ @?@C@@@@@\(@zG?Q@R@L1 serving@<1 ozSausages & Lunch Meats z n4_ 9HORMEL PILLOW PAK SLICED TURKEY PEPPERONI@GQ@n`@>p =@' =p @zG{@=p =@:@@D@|@@333333?ə@@@@H@.@.@ @@ @^@>1 servingSausages & Lunch Meatso4C' 9HORMEL WRANGLER BEEF FRANKS@LU\(@r @)(\)@9 =q@zG@Gz?Q@,?@,@e@@ffffff?@3fffff@&@&@&@*@@@%=p =@*Q?zG{@P@L1 frankfurterSausages & Lunch Meats ooMZ\4e 9TURKEY,PORK, and Beef SAUSAGE,Low Fat,SMOKED@S33333@Y@@ @?\(@'?333333@$@@0@R@n`@?333333?&x@8?ffffff? =p?zG{??Q?@@@?Q? =p ?333333?zG{?Q@5@|Y1 lbSausages & Lunch Meats/]5 9USDA COMMODITY,PORK,SAUSAGE,BULK/LINKS/PATTIES,Frozen,Cooked@MTzG@p@3\(@4B\(?Q@"?ffffff@3@g@m@@Q?vȴ9?"`A@533333?lC?+ @^5?|?~"?Q????zG{@I@.@.@.@ ěT@!kQ@~"@XSausages & Lunch Meats ,,Ta4c 9FRANKFURTER,Beef,PORK, and TURKEY,FAT FREE@Q@[@@)?p =q@ @&kQ@K?zG{@,@`@k@@\(\?E@233333@8?ļj~#?öE@ ^5?|?+ I^@@@?\(???zG?ffffff@D@L1 frankSausages & Lunch Meatsxb5/ 9LUNCHEON MEAT,PORK,HAM, and Chicken,MINCD,Canned,Reduced Sodium,Vitamin C, (SPAM)@K@rP@)@9@ @ 333333?zG{@,@[@@@@\(?O;dZ@9@E?`A7L?x@ ffffff?1&@@@?Q?θQ@!"@(zG@S@S@L2 ozSausages & Lunch Meats mm#c4 9USDA COMMODITY,PORK SAUSAGE,BULK/LINKS/PATTIES,Frozen,RAW@P:G{@l@-fffff@2\(@@"?zG@1@d@@l@@Q?bM?nO;@533333?tj?̋C%@E?Ƨ-?E@@@?Gz@D@(@(@;dZ@ ;dZ@+@R@Sausages & Lunch Meatshd5 9LUNCHEON MEAT,PORK with HAM,MINCED,Canned,Including SPAM (HORMEL)@Iٙ@s@*@:@ @ffffff?zG{@,@b@y@?p =q?1&@6fffff?I^5?}?Ƈ+ I@ =p =?lC@@@??Gz@!\)@(8Q?\(@Q@L2 ozSausages & Lunch Meats jjJ\g4U!BABYFOOD,DINNER,Beef NOODLE,Strained@U\(@O@Q@zG?Q@ \(\??Q@$?=p =@$@C@U@.?333333??Q@ ??Q?Q?E?"`B?nO;@ @@@&?QR@`@B? =p?@c@u@}@7?lC?1&? I^5?@ @01 tbsp@R@"=p =?p =q? =p ?@1?@;@i@p@V@Q?333333?1&y@8?\(?XbM@#Stj~?-?޸Q@@@?\(@N@2@2?p =q@ffffff@zG@ @333333@W@a1 cup, chopped or diced@c`1 unit@EPoultry  t4e;CHICKEN,BROILERS OR FRYERS,MEAT ONLY,Roasted@OQ@g@<zG@ =p?QR@.?\(\@9@h`@n`@U@?&x?tj~@6?lD?ȴ9Xb@"Xtj?lD?zG@@@?Q@J@0@0?GzH@333333@QR@GzH? =p @V@@a1 cup, chopped or diced@!ffffff1 tbsp@GPoultrys4c;CHICKEN,BROILERS OR FRYERS,MEAT ONLY,Stewed@P =p@f @;J=p @ =p?333333@,?Q@5@b@f@Q? =p?;dZ?tj~@4fffff?+ J?/w@w+?;dZ?У =p@@@?(\)@I@.@.?GzH@333333?p =q@Q? =p@T@a1 cup, chopped or diced@!ffffff1 tbsp@HPoultry TTFn4]7CHICKEN,BROILERS OR FRYERS,Skin ONLY,RAW@K(\@u@*\)@@,?=p =@&?GzH@*@Y@Y@O?\(?E?tj~@(?`A7L?lD@`A7L?$/? =p @@@?p =q@p`@S@S@333333@@"(\)@+zG@=p =@[@@G1 unit@S.5 chicken, skin onlyPoultry64}7CHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,FRIED,BATTER@BzG@x@$ =p@c =p@p =q?zG{@1@ Q@@g@f`@L@zG?ěS?l@D?vȴ9?Gz@\(?E?-V@@@? =p?ə?p =q?`A7L?֗O;d@w @b 1 cup, chopped or dicedPoultry K!4GCHICKEN,HEART,ALL CLASSES,RAW@Rc =p@c @/@"\)?333333?Q@(@ =p@.@f @f@R@\(\?$/?ȴ9Xb@333333@ ?tj~?KƧ@1&x@xF? =p @R@R@R@(\)@>@"@"@GzH@\(@zG@a@ffffff1 heart?1 unitPoultry1"4_;CHICKEN,HEART,ALL CLASSES,Cooked,Simmered@P6fffff@g @:h\)@zG? =p ?@3@"\(@4@h@`@H@333333?bM?dZ1@ ??Q?E@lC@;dZ?zG{@T@T@T@(\)@<@ @ @zG@zG@ffffff@n@@b 1 cup, chopped or diced?1 unitPoultry ii%8#4G CHICKEN,LIVER,ALL CLASSES,RAW@Sp =@]@0Q@QR?\(?\(\@ @!G{@3@r@l@Q@\(\?|hr?QR@KL@1fffff?ӅQ?r ě@#tj~@O;?KƧ@`@`@`@0zG@ţ@@?ffffff@&@L@&@D@`? I^5?lC?5?|h@uPoultryW$4_# CHICKEN,LIVER,ALL CLASSES,Cooked,Simmered@P =p@d@8u\(@ =p ?\(? =p@&@'B\(@9@yP@pp@S@ =p?߾vȴ9X?"`@T@;fffff?ҟvȴ9?S@& =p@1&y?(\)@@@@0ٙ@@@?=p =@&@>@&@5@T@zG{?-?M@@ozH1 containerPoultry --3%4=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,RAW@Q&fffff@g@@4EQ@&# =p?Q@&?GzH@7@d`@i@P@?\(?zG{?nO;@0ffffff?5?|h?tj@!`A7?hr Ĝ?޸Q@@@?\(@X@>@=?GzH@333333@ GzH@zG@Q@P@]1 unit@h@.5 chicken, bone removed@<PoultryI&5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,FRIED,BATTER@Ip =@qP@7@.Gz? =p@#@4?(\)@6@e@g @q?\(?;dZ?(\)@;333333?hr!?`A7@"O;dZ?hr Ĝ?\(@0@$@@7?Q@S@8@8@zG{@zG{@ @U@\@1 unit@g.5 chicken, bone removed@5Poultry 0'5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,FRIED,Flour@KTzG@n@>s33333@(.zG?\(\?Q?@0?\(\@;@j@m@S@?(\)?-V?vȴ9@=?tj~?$/@(R? =p ?GzH@@@@"?Q@Q@4@4?=p =@333333@ \(@333333@Q@U@S1 unit@`@.5 chicken, bone removed@<PoultryL(5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,Roasted@NAGz@k@=Q@%33333?\(@.?=p =@9@i@l`@R?zG?"`A?nO;@8?Q?5?|h@&DS?o? =p@@@?zG{@[@@@@@ffffff@ =p @zG{@U@S1 unit@`.5 chicken, bone removed@=Poultry ,,K)5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,Stewed@PHQ@i @:# =p@# =q?\(@*?\(\@4@b@@d@O?=p =?+ I?nO;@5333333?E?1&y@p =?Q?GzH@@@?ə@X@=@=@ffffff@\(\@\(@R@V1 unit@b.5 chicken, bone removed@=Poultry*4}=CHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,RAW@PZG{@m@0 =q@2W =p?QR@&?\(\@3@a@f@@R@?GzH?S?tj~@)ffffff?;dZ?° ě@bM?+?@@@?ҏ\(@e@@H@H?333333@333333@ =p @@zG@T@@d1 unit@p.5 chicken, bone removed@APoultry ))H+5=CHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,FRIED,BATTER@Hh\)@r@5ٙ@2 =p?\(@"\(@5? =p @4@b @g @rp@ =p?zG{?-V@7?E?lC@mhr!?~"?@2@"@"@8?GzH@Y@?@?@@QR@Q@V@@d1 unit@q`.5 chicken, bone removed@7Poultry,5=CHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,FRIED,Flour@Ih\)@q@;8Q@0\)? =p @QR@1?@8@f@l@V@@?+ I?+@4?QR?zG@^5?|?nP?zG{@&@@ @*?333333@Z@?@?@333333@QR@ =p@GzH@W@[1 unit@g.5 chicken, bone removed@>Poultry ggXmp4c)SOUP,Chicken NOODLE MIX,Dehydrated,DRY FORM@\(@w@. =p@ =p @%@O(\)@ ?ffffff@K@Q@C@h`@s @v?ffffff?M?E@@333333?ffffff?bM@Q? =p?5?|h@Q@O@"@\?@F@ @ ?Q?@@"?@E?&x@vȴ?=p =@R@R1 packet@&3333331 packetSoups & Sauces$q4s)SAUCE,NESTLE,LJ MINOR TERIYAKI Sauce,Ready-to-serve@QB\(@`@?\(@ =p @QR@7^Q@1nzG@ ?Q@ @5@I@ ??+ I?j~"?zG{?S?ȴ9Xb?vȴ9X?vȴ9X@@@?vȴ?vȴ?Q@01 tbsp@,1 packageSoups & Sauces P1r5 )SAUCE,NESTLE,LJ MINOR All Purpose STIR FRY Sauce,Ready-to-serve@R=p @[?zG{@QR@QR@/QR@\(@$?QR@$@>@J@P?Q?zG{?GzH@?1&y?tj~?+ J?ȴ9Xb?O;dZ@@@@9?E?bM@-@.1 tbsp@t1 packageSoups & Sauces,s4})SAUCE,NESTLE,LJ MINOR Sweet N' SOUR GLAZE,Ready-to-serve@LR@c?p =q?Q@333333@Cw =p?@:Q@G?=p =@2@7@l@h?ə?öE?1&y@ ?5?|h?O;dZ?=p =? =p?vȴ9@ @ @ @b?tzG{?bM?bM@1 package@@1 servingSoups & Sauces q,t4})SAUCE,NESTLE,LJ MINOR Sweet N' SOUR Sauce,Ready-to-serve@QR@^?޸Q@ =p ?GzH@8=p ?陙@4zG@2?333333@@"@P@v?zG{?tj~?Ұ ě?S?Q?ə?1&?+ I@@@@R?׮zG?=p =?E@1 package@@1 servingSoups & Sauces x4[%)SAUCE,MOLE POBLANO,Prepared FROM RECIPE@Q\(@d@ QR@%fffff?zG{@)Gz@@8?@@@T@t`@`?p =q?1&x?E?+ I?=p =?ΗO;d?bM@<@<@<@`@b@h@@@nOzH1 cup, sauce@_W =p.5 cupSoups & Sauces >6 y4[%)SAUCE,MOLE POBLANO,DRY MIX,SINGLE BRAND@zG{@@Q@D=p @zG{@Dٙ@$333333@r@ =p@_@o@@0@?S?1&x?hr Ĝ?Vt@Z1'?Ͳ-V?bM@R@R@R@.?@"@p\)1 cup, sauce@_G{.5 cupSoups & Saucest{5 )SAUCE,LA VICTORIA,LA VICTORIA CHUNKY CHILI DIP,SALSA,Canned@VR@??GzH?zG{?Q@(\)?@,?zG{@~@%@j`@>2 tbspSoups & SaucesF|4i )SAUCE,RIDG'S,BULLS-EYE ORIGINAL BARBECUE Sauce@Jfffff@e?333333?ə@ @E @?fffff@0@B2 tbspSoups & Sauces uuPW}4k )SAUCE,TEXAS BEST BARBECUE Sauce ORIGINAL RECIPE@Q@``@(\)@ @GzH@)8Q@!kQ@?dZ1@@2 tbspSoups & SaucesX~4Q)SAUCE,SOFRITO,Prepared FROM RECIPE@MzG@m@)@2333333@ =p @ =p?333333@4?zG@9@a`@y@?\(?Q?r ě@4ffffff?-V?"`A@XbM?vȴ?KƧ@E@E@E@-1 tbsp@Y\(.5 cupSoups & SaucesP4i )USDA COMMODITY,SPAGHETTI Sauce,MEATLESS,Canned@Ufffff@H?333333?@@!ffffff@@4?@*@9@r@@p?Gz@333333?Q?Q?\(\?Q@t@1?ļj~#?Gz?QRSoups & Sauces n"4i)SOUP,Beef MUSHROOM,Canned,Condensed,Commercial@U`@N@ffffff@333333@ffffff@?ə@?ffffff@@=@_@(?񙙙?ə?333333?zG{?Q??QR?zG{@@@?zG{?333333??@@o`1 cup@s1 canSoups & Sauces4K)SAUCE,SOUR Cream,Dehydrated,DRY?p =q@@/ffffff@?ffffff@@H'zH@v?ffffff@5@]@@?Q?333333?ə?ٙ?Q?(\)??ffffff?Q@@@?333333@n @R@R@/L@%kQ@ zG@T@Q1 cup@A1 packetSoups & Sauces 88)m4o)SOUP,Chicken MUSHROOM,Canned,Condensed,Commercial@T@[@@ @333333?333333@ffffff?ə?GzH@7?ffffff@@6@_@(?陙?zG{?@333333?zG{? =p ??ə?zG{@@@?@@@"@ ?zG{?񙙙@??Q@ zG?@ @o`1 cup@s1 canSoups & SaucesS45)SAUCE,BARBECUE SAUCE@T9@R??@@)?333333@ =p@3?@2@4@e@x?ə?ə?333333?@?Q?zG{??333333?333333@@@@5??zG{?@*@z@?GzH? =p?\(@o@1 cup@"1 packetSoups & Sauces V.4?)SAUCE,PLUM,READY-TO-SERVE@JG{@g?zG{? =p?\(@EgzH?ffffff@(?Gz@(@6@p0@?QR?+?/v?ٙ??nO;?$/?9XbM?5?|h?+@@@@E@@:?Õ$/?θQ?`A7@s1 cup@31 tbspSoups & Sauces& 4q)SAUCE,NESTLE,ORTEGA ENCHILADA SAUCE,Ready-to-serve@V!R@I?333333?zG?GzH@ =p??\(@8?zG{@1@A@q`@p ?QR?1&??|hs@ffffff?(\)?nO;?\(?$/?\(@ @ @ @y?ҏ\(?Q?1&@1 package@>1 servingSoups & Sauces U7 5 )SAUCE,HOLLANDAISE,with Vegetable, vegetables OIL,Dehydrated,DRY@@w`@+@"@#@O9?񙙙@o?333333@;@j`@w@P??????ٙ?333333?陙?@,@,@,?陙@???Gz@\(\@?@01 cup@81 packetSoups & Sauces' 4m)SAUCE,HOLLANDAISE,with BUTTER FAT,Dehydrated,DRY@\(@P@&@GQ@!@@ ?񙙙@r@@2@rP@r0@??333333????l? =p@?333333@H@H@H?@@@@; @+33333@\(\@]@Fs333331 cup@@ٙ1 packetSoups & Sauces X- 4)SAUCE,NESTLE,CHEF-MATE HOT DOG CHILI Sauce,Ready-to-serve@RzG@[@zG@=p =@ =p@-L@?(\)@??@4@O@m@? =p?(\)?1&??+?333333?ȴ9Xb?(\)?E@A@A@A?Gz@? =p?O;d?E@@1 package@O1 servingSoups & Sauces$ 4m)SAUCE,NESTLE,ORTEGA PICANTE SAUCE,Ready-to-serve@VNQ@A?Q?p =q@\(\@ =p?\(@E?@.@<@p@@?\(?^5?|?tj?ffffff?vȴ9?$/?Gz?`A7L?vȴ9X@$@$@$@q`?$/?hr Ĝ?@1 package@>1 servingSoups & Sauces ss"4i)SOUP,TOMATO BISQUE,Canned,Condensed,Commercial@RzG@X?(\)?333333@Q@2xQ?陙@??zG{@@G@tP@?p =q??ə@ffffff?1&?(\)?웥S??Q@(@(@(@@@@?Gz?\(? =p@@p1 cup@s1 canSoups & Saucesc4[)SOUP,TOMATO,Canned,Condensed,Commercial@T@N?\(?Q?\(@*R?333333@ 8Q@*?\(@,@=@l@8??Z1'?vȴ9X@ffffff@)?+? ěT?nP?"`A?tj@x@4?\(@ @m`@T@V?щ7KƧ?Ցhr ?+ @o`1 cup@s1 canSoups & Sauces EE&]4A%)SAUCE,Ready-to-serve,SALSA@VxQ@;? =p?zG{@\(\@ =p ?@zG{@;?p =q@.@?@r@?׮zG?`A7L?"`??ffffff?+ I?bM?333333?|1&y?ffffff@@@@r@@.?Gz@@e@ĉ?Q??p =q@p01 cup@@2 tablespoonSoups & SaucesV4?)SAUCE,HOMEMADE,WHITE,THIN@T*=p @Z@@(\)@Q?333333@?@zG@_?Gz@.@Y@@d`@t?Gz?vȴ9?tj~@ ffffff?陙?(\)?ǍO;dZ?д9XbN?ղ-V?E@*@@@1?333333@j@L@L?zG{?@(?@7KƧ@\(\?`A7K@ @o@1 cup@_@.5 cupSoups & Sauces II%X4C)SAUCE,HOMEMADE,WHITE,Medium@R\)@b`@Q@%B\(?Q@"W =p?ə@p =q@]?Q@,@X@c@v ?=p =?bM?tj@ffffff?陙?lD?ǮzG?ٺ^5?|?/w?zG{@ @@@$?Q@tp@V@V?Q?@4?@E@zG@`A7L@@o@1 cup@_@.5 cupSoups & SaucesW4A)SAUCE,HOMEMADE,WHITE,THICK@QFfffff@g@@Q@+\)?Q@'8Q?333333@zG@[?@,@X@b@wP?ٙ?$/?&x@?ffffff?+ I?QR?+ ?(\)?tj~@&@@@.?У =p@z@]@@\?׮zG?333333@:@@ S@glC@O;dZ@@o@1 cup@_@.5 cupSoups & Sauces c`4Q)SAUCE,Ready-to-serve,PEPPER OR HOT@V~Q@&?QR?׮zG@\(??333333?(\)@ ?޸Q@@&@b@?(\)?1&y?+ J@R33333?nO;?E?A7Kƨ?(\)?tj@@@@d@@ ?Q@333333@@V@@^@?vȴ9?Q?+ J@1 tsp?333333.25 tspSoups & Sauces4S)SAUCE,Ready-to-serve,PEPPER,TABASCO@WG{@(? =p?QR?zG?陙?333333@(?\(@(@7@`@?zG{?333333?dZ1@?bM?$/?ȴ9Xb?(\)?öE???@@T?"`A?;dZ?٩lD@1 tsp?333333.25 tspSoups & Sauces [[:[e5  9LUNCHEON MEAT,PORK and Chicken,MINCED,Canned,Including SPAM LITE@PnzG@h@.u\(@+@ffffff??(\)@C?ffffff@2@[@@|@ @?@;@C@? =p ?Gz@ ?1&@@@?Q?θQ@_;dZ@nP?vȴ9@RSausages & Lunch MeatsBf4; 9BRATWURST VEAL Cooked@JGz@uP@+G{@?33333?陙@&?zG@0@b@l@N@ffffff?j~#?+ J@3333333?S?ȓtj~@Q?-?ӥS@"@"@"?\(\@-Gz@*?m@S@U1 servingSausages & Lunch Meats P:g4/ 9LIVERWURST Spread@J =p@s@(\(@9s33333@@\(@?ffffff@6@!33333@(@l@e@@@ffffff?θQ? =p@M@ ?hr Ĝ?zG{@333333@?QR@>@>@>@*Q@ʢ@@@#ٙ@(nO@j~"@]@K.25 cupSausages & Lunch Meats,h4/ 9ROAST Beef Spread@Nٙ@k@.=p @0GzH@(\)@ =p?ə?Q@7@zG{@8@]@p0@@QR?"`B@6?ə?zG{?p =q@?333333@ @ @ @ =p ?@@Y+ ?S@Q@L1 servingSausages & Lunch Meats mm6Ei4K 9SALAMI PORK Beef LESS Sodium@@޸Q@x@.Q@>@zG{@ffffff?ə@ =p@W?@?@q@p@x@ =p?+ I?/v@-333333?ffffff?睲-V?Ձ$/@6E?Q?KƧ@ @ @ ?(\)@(@@@%(\)@* =p@7KƧ@V@@U1 linkSausages & Lunch Meats RR)Sk4] 9SAUSAGE POLISH Beef with Chicken HOT@K@p0@1@3ffffff@@ @(?(\)@,@a@m@?Gz? =p ?+ J@133333?bM?l@ C%??QR@@@?\(\@ Q@#ffffff?GzH@P@K1 servingSausages & Lunch MeatsSl4] 9SAUSAGE POLISH PORK and Beef SMOKED@LJ=p @r@(# =p@:\(@zG{?zG@?@(@Z@g@@Gz?Q?l@*333333?У =p?\(@ `A7?(\)?\(@@@?(\)@"ilD@(vȴ@S@Q@Rfffff1 servingSausages & Lunch Meats --fm4y) 9SAUSAGE PORK and Beef with CHEDDAR Cheese SMOKED@LzG@r@)ǮzH@9 =p@=p =@ =p ?(\)@L?\(\@*@f@@i@@?Q?bM@?;dZ?zG{@333333?QR? =p@@@?zG@"ȴ9X@(ȴ9X@Gz@O@S#3333312 oz, servingSausages & Lunch Meatsen5  9SAUSAGE Summer PORK and Beef Sticks with CHEDDAR Cheese@B@z@3nzG@BzG@QR?Q?ə?Q@T@@zG@*@f@@i@,@?Q?bM@?;dZ?zG{@333333?QR? =p@@@?zG@h@l @l @$ =q@+\(\@(\)@V@@ffffff?-V?$/@ ffffff?$/?bM@ @ @ ?ۅQ@+ J@$/@ lC@N@L1 servingSausages & Lunch Meatsbp4{ 9SWISSWURST PORK and Beef with SWISS Cheese SMOKED@KzH@s @)aGz@;^Q@=p =?@R? =p @*@f@@i@@?Q?bM@?;dZ?zG{@333333?QR? =p@@@?zG@t@Y@Y@$ =q@+\(\@(\)@N@S#333331 servingSausages & Lunch Meats ff/Eq4; 9BACON and Beef Sticks@5@@@=@F@333333?陙?陙@,?\(@1@a@x@0@ =p?zG{?tj~@:?333333?=p =@w+?\(?@@@?ffffff?@0@5fffff@333333@Y@<1 ozSausages & Lunch MeatsMr4Q 9BRATWURST Beef and PORK SMOKED@LS33333@r@(ffffff@:W =p@zG{@@?@.@`@@q@@\(?zG{?E@,333333?QR?C$@Gz?zG?ə@@@@\(\@QR@ ?GzH@S@P1 servingSausages & Lunch Meats jj!3s4= 9BRATWURST,Chicken,Cooked@QR@f@3p =q@$33333?(\)@&? =p@7@d@j`@R?Gz?@?&x?$/@49XbN?+ ?أ =p@@@?\(@Y@@>@>@$vE@zG{@ =p@Q@U1 servingSausages & Lunch Meats[t4m 9BRATWURST PORK Beef and TURKEY LITE SMOKED@Px\)@g@@,fffff@+\(@ =p ?Q?Q@,?zG@,@`@n@@p =q? ěT?Q@4333333? =p ??|hs?O;dZ?nO;?C$@@@??@&x@\)?nO@L@P1 servingSausages & Lunch Meats vvAGu4E 9PASTRAMI Beef 98% FAT-FREE@R33333@W@3?\(@ 333333? =p@"@=p =@2@b@l@@ =p ?9XbM?vȴ9@$@AL?QR?\(@B\(?333333? =p @@@?(\)?Q?zG{@G@L1 servingSausages & Lunch Meats;v47 9SALAMI ITALIAN PORK@AL@z@533333@B@?333333?333333@$?QR@6@l@u@@@?zG{?Q@9ffffff?\(?Q@ffffff?\(?ᙙ@@@@ffffff@*333333@2333333@ @T@<1 ozSausages & Lunch Meats __.Kw4M 9SAUSAGE ITALIAN TURKEY SMOKED@Q @c@.@!@ffffff@?@ @5@#333333@9@g @h@@ =p ?j~"?`A7L@6333333@>ffffff?-V?$/@ ffffff?$/?bM@ @ @ ?ۅQ@b@E@E@ 5?|h@ =p ?&x@J@L1 servingSausages & Lunch MeatsNx4i 9SAUSAGE Chicken Beef PORK SKINLESS SMOKED@N@@k@+333333@,@ @ ffffff?ffffff@Y@333333@,@`@n@(@p =q? ěT?Q@4333333? =p ??|hs?O;dZ?nO;?C$@@@?@333333@\)?nO@^@U1 linkSausages & Lunch Meats Gy4E 9SAUSAGE TURKEY HOT SMOKED@Q @c@.@!@ffffff@?@ @5@#333333@9@g @h@@ =p ?j~"?`A7L@6333333@>ffffff?-V?$/@ ffffff?$/?bM@ @ @ ?ۅQ@b@E@E@ 5?|h@ =p ?&x@J@L1 servingSausages & Lunch Meats9z4Y 9YACHTWURST,with PISTACHIO NUTS,Cooked@M@p@-@6@?ffffff@3?@@@@P@L1 servingSausages & Lunch Meats GGM{4A 9BEERWURST PORK and Beef@LZG{@q@@,@6zH@@zG?@;?zG@3@`@n@@zG?^5?|? =p@1ffffff?333333?|hr?$/@? I^5?p =q@@@?\(@$@@?@ A7K@$5\(@ =p@O@L1 servingSausages & Lunch Meatsd|4o 9CHICKEN BREAST FAT-FREE Mesquite FLAVOR SLICED@S.Q@T@0?\(@ =p@?ə@?333333@B@p@s@@?333333?p =q?hr Ĝ@ffffff?1&y?O;dZ@-V?ȴ9XbN?Q????Q? =p?zG{?Q@B@E1 servingSausages & Lunch Meats a}4i 9CHICKEN BREAST OVEN-ROASTED FAT-FREE SLICED@S-p =@S@0=p ?\(@Q@\(\?@?zG{@"@N@P@?333333?hr Ĝ?tj@ffffff?nO;?-V@ lC?+ ?333333???? =p ? =p?"`? ě@B@E1 servingSausages & Lunch Meats;~4] 9KIELBASA,POLISH,TURKEY and Beef,SMOKED@O@l@@*333333@1@ 333333@333333? =p@@-@Q@ =p @ =p@Q@L1 servingSausages & Lunch Meats RR1[4M 9OVEN-ROASTED Chicken BREAST ROLL@R>Q@`@-.zG@@Q? =p?ۅQ@?zG{@1@^@@t@@??lD?hr Ĝ@'ffffff?tj?vȴ9X@$/?zG?nO@@@?θQ?Q?@ =p@+ I?KƧ@C@L1 servingSausages & Lunch MeatsK4M 9BOLOGNA PORK and TURKEY LITE@P7zH@j`@*Q@0\(@zG{@ @H?ffffff@1@W@a@@`?\(\?E? =p@ffffff?Z1'?E@tj~?\(?/w@2@2@2?ҏ\(@??@ =p@1&x@hr Ĝ@S@L1 servingSausages & Lunch Meats 2ppx (08@HPX`hpx y y z z { { } } ~ ~                                              ::` 4]!BABYFOOD,DINNER,TURKEY and RICE,Strained@VzG@J@(\)? =p?Q@\(??\(@2?ҏ\(@ @A@V@4?ٙ?Q? =p@?ə?+ I?zG{?j~#?Ƨ-?vȴ9@@@?zG{@X@T@?Q?@w@@C?աo?܋C%?ӶE@@01 tbsp@@=?Q?ə@???+ J?`A7L@@@"@"?QR?Q?(\)@V@a1 cup@P1 unit@DPoultry 15 ;CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT ONLY,Cooked,Roasted@P0 =q@e@>\)@ =p ?QR@.?\(@;@k@n@S@?zG??hr Ĝ@8ffffff? =p?-V@(׍O;d?vȴ?333333@@@?\(@>@"@"?GzH?333333?QR? =p?\(\@U@@a1 cup, chopped or diced@P1 unit@EPoultry 25;CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT ONLY,Cooked,Stewed@QGz@c@L@,ffffff@M@)1 tbsp@@1 unitPoultry AA<w84o7CHICKEN,BROILERS OR FRYERS,BACK,MEAT and Skin,RAW@M @s@,@

@>?(\)@333333?QR?p =q?Q@T@@?1 unit@I.5 back, bone and skin removed@QPoultryE>4yICHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,FRIED@G\(@r@=p =@. =p?ffffff@Q@:?ffffff@9@f@o`@X@ffffff?QR?bM@3fffff?lC?1&x@Q?+ I^?ffffff@"@"@"? =p@X@=@=@zG{@Q@ Q@W@@A1 unit@M.5 back, bone and skin removed@GPoultry ?4}ICHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,Roasted@M`@m@<0 =q@*QR?GzH@8?=p =@6@d@m@X@333333?j~#?+ I@1L?hr Ĝ?Ƨ-@F-?zG?\(@@@?333333@W@<@<?GzH@333333@ @QR@ffffff@V@81 unit@D.5 back, bone and skin removed@NPoultry @4{ICHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,Stewed@PQ@j @9O\(@&aGz?\(\@5?QR@1@`@@c@P@ =p ?-V?zG{@0?bM?$/@9XbM?n?ə@@@?Gz@V@;@;?GzH@333333@QR@zG@\(@U@@:1 unit@E.5 back, bone and skin removed@PPoultry  A4s;;CHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,RAW@Q]p =@e@4ٙ@"?(\)@&?zG@9@e@k@O?陙?+?nO;@0? ěT?\(@#`A7?^5?|?\(@@@?\(@T@9@8? =p@GzH@\(?\(\@P@U.5 breast, bone removed@b .5 breast, bone removed@4Poultry  B5;CHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,FRIED,BATTER@IR@p@@8 =p@*ffffff?GzH@!G{?333333@4?@8@g @i @q0?ffffff?Q?S@<?p =q?° ě@% Ƨ?Vt?ۅQ@.@"@@5?333333@P@4@4?\(@333333@ (\)@ =p@ =p@U@@U1 unit@a.5 breast, bone removed@(Poultryy*E*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|?ADFH J MFPGSHUIWJYK\L`NcOePhQkRmSoT]UbVdfhjlnprtvxz|~rJKLM NOPQRSBEKMNQSVY\^`befmoquy{}¿ÿĿſ  $&(ɿ*ʿ,˿.̿0Ϳ2ο4Ͽ6п8ѿ9ҿ;ӿ<Կ=@ABCDF H J L OPR;S^?_@`AaBcCd &&KC5;CHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,FRIED,Flour@LKQ@k@? =p@!p =?\(?=p =?@0? =p @>@m @p0@S?񙙙?/v?vȴ9@7fffff?E?ěS@+{lC?tj?\(@@@@?\(@I@.@.@@ ?\(\@V@@M1 unit@X.5 breast, bone removed@1PoultryD5 ;CHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,Roasted@O8Q@h@=@Q?zG@,?Q@;@j@n@Q?QR??nO;@833333?`A7L?vȴ9X@)kQ?E?Q@@@?zG{@V@;@;?GzH?333333@Q@=p =?\(@U@a1 cup, chopped or diced@M1 unit@3Poultry E5;CHICKEN,BROILERS OR FRYERS,BREAST,MEAT and Skin,Cooked,Stewed@Pp =@g@;c =p@zG?Gz@*?p =q@6@c@f@@O? =p ?+ I?nO;@5?E?p =q@:^5?|?$/?ҏ\(@@@?Gz@T@8@8?GzH?ə@ =p@333333?GzH@R@a1 cup, chopped or diced@P1 unit@2Poultry ,,"r%4q/CEREALS,Cream OF RICE,Cooked with H2O,without SALT@U@J???@&??zG{@?ə@@1@4??zG{?hr Ĝ?nO;@?ٙ?tj~?S@@@?zG{?S?vȴ9X?S@n1 cup@.ffffff1 tbspBreakfast CerealsZ&4Q/CEREALS,CREAM OF WHEAT,Regular,DRY@%@w @%??333333@S @ffffff?ə@r@<@;@\@^@?(\)?^5?|@4??ə@?tj~?S@^@@U@A@f?(\)?@0?vȴ9X?=p =?+ I@e1 cup@%3333331 tbspBreakfast Cereals U5)=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only and FAT,Cooked,PAN-FRIED@L+Q@q@9R@2 ?Gz@&?\(\@8@l@z@I@QR?&x?|1&y@D33333?-?1&x@8Q?"`A?+ @@@?Gz@@@?ə@Gz@ =p@ =p@R@@U@3 oz@R1 chop, excluding refuse@ Pork !W5=PORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),Boneless,Lean only,RAW@QQ@c@5@Q?\(\@? =p@6@i@zP@F? =p ?-V?zG{@A33333?333333?dZ1?&x@$/?nP?zG@@@?\(@@@? =p @Q@p =q?ffffff@K@|Y1 lb@V1 chop, excluding refuse@6Pork[V5'OPORK,Fresh,LOIN,Center RIB (ROASTS),Boneless,Lean only and FAT,Cooked,Roasted@L=p @o@:p =@.L?\(@?\(@6@j@u@H@Q?bM?zG{@D&fffff?ٙ?S?ҏ\(@-V?E?;dZ@ @ @ ?Q@"@@@ffffff@Q?@T@@s1 piece, cooked, excluding refuse@U@3 oz@ Pork &&IY5=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,Broiled@Ly@k@=u\(@$?\(@??=p =@<@n@z@@P@@ =p ?Q?zG{@Gfffff?333333?웥S?Ԭ1&y@C?;dZ?ٙ@"@"@"?ffffff@@@@ \(@ffffff?zG{@T@@U@3 oz@Q1 chop, excluding refuse@0Pork X5=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,Braised@O @j`@;33333@$GzH?(\)@?zG@3@e@yP@D@GzH?l?zG{@F33333?333333?hr ?ЃnP@tj~?j~"?/v@@@?(\)@@@?Gz@zG@ffffff?\(\@Q@U@3 oz@R1 chop, excluding refuse@.Pork S[5OPORK,Fresh,LOIN,Center RIB (ROASTS),Boneless,Lean only,Cooked,Roasted@NNzG@j@<\(@$B\(?=p =@?@8@k@v@I@ =p?tj~?+ I@E?ٙ?r ě?+@kQ?◍O;d?ٙ@"@"@"?ᙙ@ @@@ QR@\(?333333@T@q1 piece, cooked, excluding refuse@U@3 oz@2Pork Z5=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,PAN-FRIED@NnzG@l@;zG@'? =p@?\(@;@m@|`@J@Q?lD?|1&y@F33333?333333?Z1'?\(@u\(?`A7L?E@ @ @ ?Q@@@?(\)@333333@=p =? =p@Q@U@3 oz@P1 chop, excluding refuse@3Pork TQ]5OPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only and FAT,Cooked,Braised@J@r@7޸Q@5?(\)@=?Q@1@d@t@M@ zG{?+?tj~@Cٙ?ffffff?Z1'?bM@\(?O;dZ?hr!@@@?zG@ @@@ Q@"\(?\(@U@m`1 piece, cooked, excluding refuse@U@3 oz@>Pork(\4}PORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only and FAT,RAW@OQ@n @0p =@2\(? =p@;?zG{@2@e@r@M@zG{?&x?+ I@<333333?ffffff?旍O;d?ϝ-V@ =p ?`A7K?M@@@?@ @@@\(@ zG@@Q@@Pork f3fIa5OPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only,Cooked,Roasted@M@n@:@-Q?Gz@=? =p@8@k@u@=@zG{?tj?vȴ9@E&fffff?333333?^5?|?S@-?`A7L?(\)@@@?陙@ @@@=p =@ =p?񙙙@W@@h 1 piece, cooked, excluding refuse@U@3 oz@FPorkI`5OPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only,Cooked,Braised@MQ@m@@: =p @+333333?@9?zG@2@e@u@O@Q?"`B?1&y@F ?陙?xF?1&@\(\?GzH?KƧ@@@?zG@@@@\(@ =p?Q@U@h1 piece, cooked, excluding refuse@U@3 oz@DPork /c5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only and FAT,Cooked,Braised@O@g@:=p @ \(?zG@*?p =q@5@f@v@G@Q?+ I?1&y@Dٙ?陙?Q?љ@I^5?}?^5?|?Ƨ-@@@?=p =@@@?Gz@=p =@ GzH?@T@@U@3 oz@T1 chop, excluding refuse@PorkMb5=PORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),Boneless,Lean only and FAT,RAW@QQ@b @4R@=p =?\(@*?333333@9@j@v@I?\(?hr Ĝ?1&y@@333333??hr!?M@H9Xb?S?O;dZ@@@?\(@@@@p =q@ =p?\(@P@|Y1 lb@Z1 chop, excluding refuse@ Pork d5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only and FAT,Cooked,Broiled@NzG@j@>Q@!333333?Q@2?\(\@;@n`@w@@L@\(?"`A?htj~@I@?ٙ?$/?&x@ɺ^5?}?A7Kƨ?E@@@?\(@@@?GzH@ =p @?zG@V@U@3 oz@R1 chop, excluding refuse@Pork e5!OPORK,Fresh,LOIN,SIRLOIN (ROASTS),Boneless,Lean only and FAT,Cooked,Roasted@N=p =@i@<@"(\?zG@0?Q@:@o@y @L@zG?bM?bM@E@??1&x?-V@N+?KƧ?S@@@?@@@?QR@ \(\@zG{?333333@U@s1 piece, cooked, excluding refuse@U@3 oz@Pork --Fg5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only,Cooked,Braised@P9@e@;@ffffff?ffffff@*?\(@6@f@v@@G@\(?ȴ9Xb?1&y@EL??E?lC@ =p?zG?j~"@@@?=p =@@@@Q@333333?=p =@T@@U@3 oz@T1 chop, excluding refuse@Porkf5 =PORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),Boneless,Lean only,RAW@Rc33333@`@5\(@Gz?p =q@*? =p@:@k@@w @I??lD?1&y@@??`A7K?Ұ ě@ěT?~"?(\)@@@?zG@@@?\(?\(\?\(?@O@|Y1 lb@Y@1 chop, excluding refuse@&Pork h5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only,Cooked,Broiled@N =p@h @?!Gz@zG?Q@2? =p@;@n@w@L@GzH?"`A?zG{@I?ٙ?zG{?ٺ^5?|@Vu?E?GzH@@@?Gz@@@?У =p@\(@GzH?\(@W@U@3 oz@Q1 chop, excluding refuse@$Pork HH j4mPORK,Fresh,LOIN,TENDERLOIN,Lean only and FAT,RAW@RXQ@a@4=p @ =p?\(\@?333333@9@k@vp@H? =p?tj~?Q@@333333??nO;?љ@cS?I^5?}?(\)@@@?GzH@@@?Q@\(\?\(@P@kQ@QR@ffffff@?Gz@B@rp@|0@P@@?hr Ĝ?tj~@I??-V?ěS@=p ?XbM?`A7L@@@?@@@@Q@ =p?Q@W@U@3 oz@R@1 chop, excluding refuse@Pork1p5 PORK,Fresh,LOIN,TOP LOIN (ROASTS),Boneless,Lean only and FAT,RAW@P33333@g@4=p =@'8Q?Q@3?Q@5@i@@x`@E? =p?(\)?nO;@>?333333?`A7K?bM@t?+ ?S@@@?QR@@@@zG@Q? =p@M@?333333@&@;@g@P?GzH?\(?&x?ffffff@5?zG{?Q?ٙ?ə? =p @.@.@.?Q??+ I?xtj~?"`A@`@1 cup, cubes@f1 large@3Vegetables!+4G+!TREE FERN,Cooked,without SALT@V&fffff@D?ҏ\(?Q?Q@%\(@ @ ?zG{@@@@? =p?"`B??|hs?@>?333333@ ? ěT?x@.@.@.@i@$?nO;?tzG{?hr Ĝ@Q.5 cup, chopped@?1 frondVegetables [ [,.4?/5!TURNIPS,FROZEN,UNPREPARED@WG{@0? =p?zG{?QR@Q?@7?ffffff@$@4@a @9?Q? =p ?-V?ٙ@?Q?zG{?ٙ?"`A?tj~@ @ @ @:??hr Ĝ?zG{?\(@q1 package, mashed@W.333 package, mashedVegetablesq-4a%'!TURNIPS,Cooked,Boiled,Drained,without SALT@Wffffff@6?Q?zG{?ᙙ@=p =@@Q@@? =p @"@:@f @0?Q?`bM?-V?ə@'333333?S?O;dZ?"`A?-V?&x@"@"@"?zG{??bM?tzG{?$/@c1 cup, cubes@l1 cup, mashedVegetables  04/) !TURNIP GREENS,RAW@VjG{@@??333333?ffffff@Q@ ?Q@g?񙙙@?@E@r@D?QR?ffffff?m?333333@N?Q??333333?QR?E@h@@h@@h@@Gz@o`?nO;?tj~?vȴ9X@K1 cup, chopped@>Vegetables\/4o !TURNIPS,Frozen,Cooked,Boiled,Drained,without SALT@Wffffff@7?zG{?θQ?Q@ffffff@@@@?\(\@,@:@f@B?ə? ěT??333333@333333?Q?1&y?Q? I^5??&x@ @ @ ?zG{???Q?@c1 cupVegetables Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx                                ! ! # # $ $ % % & & ' ' ( ( * * + + tt 24[!TURNIP Greens,Canned,Solids and LIQUIDS@W(\@,?\(?333333?zG@\(\?333333@]?(\)@4@5@a@qP?p =q??|hs?Ѻ^5?|?ffffff@/?tj~? ěT?+ I^?zG{?l@D@D@D@@f`?Q?zG{?Q@]@.5 cup@z1 canVegetablesd14m) !TURNIP Greens,Cooked,Boiled,Drained,without SALT@WL@4?=p =?p =q?Q@p =q@ ?\(@a ?陙@6@=@i`@=?Q?1&x?Ցhr ?@;ffffff? =p ?nO;?M?щ7KƧ? =p @]@]@]@@w?zG@v@@|?"`A?Q?KƧ@b1 cup, choppedVegetables WNWs74{!TURNIP Greens,Frozen,Cooked,Boiled,Drained,without SALT@V@=@ ?Gz?333333@Q@ 333333?@c? =p @:@A@l@.?=p =?333333?ffffff?333333@5?S?l?E?lD?&x@C@C@C@@@GzH@733333@;@E?XbM?1&y?\(@d1 cup@k1 packageVegetables.64K=!TURNIP Greens,Frozen,Unprepared@W;Q@6@\(? =p? =p@ \(\@@]?(\)@;@;@g@(?\(?/v?ם-V?@:?+ I?KƧ?؃nP?Q?@R@R@R@(@sP? ě?zG{?@T.5 cup, chopped or diced@q1 packageVegetables PQP}95!TURNIP Greens and TURNIPS,Frozen,Cooked,Boiled,Drained,without SALT@W(\@5@ =p?zG{?ffffff@\(??Q@V?GzH@(@1@O@.? =p?E?Ƨ-?@"?Q?Q?Gz?tj~?-V@6@6@6@@z?p =q@y񙙙@/@ž?S?zG{?l@d`1 cup@U.5 cupVegetables+84c!TURNIP Greens and TURNIPS,Frozen,Unprepared@WHQ@5@zG?QR?\(@ 333333@333333@\?zG@2@8@T@2?zG{?1&?(\)?@9?+ I?+ I?E?|hr?l@D@D@D@@s?bM?tj~?+ I@q1 package@D1 packageVegetables +;4a !VEGETABLES,Mixed,Canned,Solids and LIQUIDS@V\(@B?Q??Q@zG{@ffffff@5?@.@B@a@@l?QR?vȴ9?S?ə@ffffff?hr Ĝ?zG{?+ ?/v?E@2@2@2@@o?1&?bM?Q@n1 cupVegetablesQ:4K!VEGETABLE Juice COCKTAIL,Canned@WaGz@3?(\)? =p ?\(\@333333?陙@ ffffff@&?Gz@&@1@h @p?ə?ə??@;33333?tj?1&y?;dZ?$/?Q@5@5@5@X@S?zG{@333333@j@@@@T?vȴ9?1&y?tj~@n@1 cup@f6 fl ozVegetables +?4Q!VEGETABLES,Mixed,Frozen,Unprepared@TQ@P@ =p? =p?333333@*Q@@9?ffffff@8@M@j@G??+?;dZ?ٙ@$?;dZ?\(?1&x?/w?tj~@=@=@=@@o?+ J?vȴ9X?zG@q1 package@1 packVegetablesQ=4Y !VEGETABLES,Mixed,Canned,Drained Solids@U =q@H@Q??zG{@"Q@@@;?@0@E@r0@b?=p =? ě?-V?333333@?O;dZ?tj~?vȴ9X?M?9XbM@8@8@8@ƿ@0?\(@(@@&@~?1&?bM?vȴ9X@d`1 cupVegetables WC4? !VINESPINACH,(BASELLA),RAW@WFfffff@3??333333?ffffff@ 333333@[@?333333@P@@J@@8?ۅQ?dZ1?Q?陙@Y?? =p??"`A?θQ@a@a@a@@@yVegetablesx@5!VEGETABLES,Mixed,Frozen,Cooked,Boiled,Drained,without SALT@TθQ@P@@Gz?333333?p =q@*.zG@@ GzH@9?=p =@6@I@e @A?\(\??|hs?A7Kƨ?333333@ ?-V?Q?;dZ?S?l@3@3@3@@j?(\)@0@@@D@?vȴ9X?zG{?nO;@q01 package@V.5 cupVegetables |F4m)-!WATERCHESTNUTS,CHINESE,Canned,Solids and LIQUIDS@UG{@I?(\)?Q?\(@(@@zG@? =p@@3@]@ ?QR??ěS?ffffff??+ I?tj~? =p ?I^5?}?Z1'@@@??ə?bM?PbM?vȴ9@Q.5 cup, slices@<4 waterchestnutsVegetablesnD4Q)-!WATERCHESTNUTS,CHINESE,(MATAI),RAW@R]p =@X@?ffffff??񙙙@7 =q@@333333@&?Q@6@O@@@,??/w?/v?ffffff@?Q?ə??ާ-?E@0@0@0?333333?333333?vȴ9?`bM?tj@O.5 cup, slices@B4 waterchestnuts@7Vegetables |+|+I4[%!!WAXGOURD,(CHINESE PRESERVING MELON),RAW@Xfffff@*?ٙ?ə?333333@@333333@3?ٙ@$@3@@[?Q?O;dZ?-V?ə@*?zG{?(\)?ٙ?$/?Q@@@?bM?l?E@`1 cup, cubes@D1 waxgourd@=VegetablesQG4))!WATERCRESS,RAW@W =p@&@ffffff??333333? =p??ə@^?ə@5@N@t@D?(\)?E?;dZ?@E? =p ?Q?ə? =p?nP@"@"@"@\@m`?@o@@@?S?bM?Q@A1 cup, chopped@1 sprig@ Vegetables hheyJ5% !WAXGOURD,(CHINESE PRESERVING MELON),Cooked,Boiled,Drained,without SALT@X =p@,?ٙ?ə?333333@QR??Gz@2?QR@$@1@@Z?Gz?+ I?1&y?ə@%?hr Ĝ?PbM?ؓtj~?"`?bM@@@?\(@ffffff@h?bM?l?+ I@e1 cup, cubesVegetablesK4K'!WINGED Beans,Immature SEEDS,RAW@U\(@H@? =p?\(@=p =@U?@A@B@k@?\(?1&?lC?@2L?Q???5?|h?hr!@P@P@P@`@?vȴ9X??+@F1 cup, slices@01 pod@Vegetables "L5  !WINGED Beans,Immature SEEDS,Cooked,Boiled,Drained,without SALT@V =p@C@=p =?Q?Q@ zG@N?p =q@>@9@q @?Q?l?9XbM?񙙙@#?tj?nO;?/w?E?E@A@A@A@V@?+ I^?1&x?-V@O1 cupVegetablesdM49 !WINGED BEAN LEAVES,RAW@S6fffff@R@ffffff?񙙙@@,333333@l@@ @O@f@"?zG{?/v?;dZ?@F?-?C$@ Ƨ-?hr Ĝ?Ͳ-V@0@0@0@@yP?hr Ĝ?=p =?C$Vegetables CcO47 !WINGED BEAN TUBER,RAW@L33333@b@'333333?@@<@>@@8@F@P@A?=p =?-V?$/?ffffff?A7Kƨ?nO?=p =?-V?333333@3@3@3?j~"?E?EVegetables9Q4% !YAM,RAW@Qffffff@]?zG{?\(?=p =@;Gz@ffffff?@1?GzH@5@K@@"?θQ?ȴ9Xb?hr Ĝ?ffffff@1?1&y?bM?lD?tj?n@7@7@7@a@@?\(@@T?l?xtj~?tj~@b1 cup, cubes@,Vegetables se4G5%ALMONDS,DRY Roasted,with SALT@@@6 =p@Jj=p @ @3J=p @'@@p@ =p @q@~@P@u0@ QR?Q@\(@ffffff?l?|hr@?O;dZ? ěT@@@@@@?@:??@0 ě@@9XbN@)LI^5?@a@1 cup, whole kernels@(\)@ ffffff@ =p @E@333333@q@@@s@@ffffff@XbM? ě@4L?333333?;dZ?lC?Ƨ-?(\)?Ԭ1&y@9@9@9?p =q@AY@7@ j~@9I^5?@!O;d@`"\(1 cup, whole@` =p1 cup, halvesNuts & Seeds $$f[4g%MIXED NUTS,DRY Roasted,with Peanuts,with SALT?@@1L@I@@9Y@"@\(@Q@ @l @{0@@@ffffff?vȴ9X?E@?ٙ?ə?ə@?GzH?l@I@I@I@@%Gz@)@@5@tj@?eQ@%7KƧ@a 1 cup@vȴ9X?+?θQ@T@T@T@@@)ffffff@?@3@!s33333@?R@*+ @a1 cup@Q@r0@:+Q@3Gz?Q@$@333333@7@i@s@O@\(?j~"?Q@3?zG{?Gz@ \(\?ffffff?Q@@@@@Q@!? =p @U@q1 piece, cooked, excluding refuse@U@3 oz@,Beef3O5BEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Select,RAW@N@m@2xQ@1kQ?zG{@?zG@3@e@r@L@ zG?Q?vȴ9@*? =p ?zG{@ Q?zG{?\(@@@@\(\@GzH@(\)?zG{@P@4w+7APRICOTS,Canned,H2O Pack,with Skin,Solids and LIQUIDS@W =p@;?Q?zG{?QR@\(?@(\)@ ?zG{@@*@h@?(\)?E?"`A?@ 333333?$/?O;dZ?GzH?O;dZ?S@@@@@X?333333@@H@&@:?+ I?lD?vȴ9X@n`1 cup@B1 apricot, halfFruits & Fruit Juices 99;?4}A 7APRICOTS,Canned,H2O Pack,without Skin,Solids and LIQUIDS@W[Q@6?zG?Q?QR@Q?񙙙@ ?GzH@"@0@c@@&?(\)?hr Ĝ?"`A??zG{?tj~?+?O;dZ?S@@@@H@V?`bM?vȴ9?xtj~@l`1 cup, whole, without pits@Fruits & Fruit Juices@4{+7APRICOTS,Canned,Juice Pack,with Skin,Solids and LIQUIDS@UzH@H?(\)?zG{?׮zG@(zG?@%zG{@(?333333@$@4@d@?(\)?S?vȴ9?@?nO;?tj~?tj?O;dZ?S@@@@l@U@?333333@@@$@:?htj~?hr Ĝ?|1&y@n1 cup@B1 apricot, halfFruits & Fruit Juices ;;2A5 7APRICOTS,Canned,Extra Light SYRUP Pack,with Skin,Solids and LIQUIDS@U33333@H?333333??@)?@$?333333@@(@a@?zG{?zG{?vȴ9@?zG{?zG{?333333?O;dZ?S@@@@@P?|1&y?tj?zG{@n1 cupFruits & Fruit Juices B5+7APRICOTS,Canned,Light SYRUP Pack,with Skin,Solids and LIQUIDS@T =p@O?\(??׮zG@0}p =?@-ǮzH@&?\(@ @*@a@@?(\)?9XbM?vȴ9?@?bM?zG{?tj~?O;dZ?S@@@@@P?333333@@@@:?htj~?$/?zG{@o1 cup@D1 apricot, halfFruits & Fruit Juices ,,8C5%7APRICOTS,Canned,Heavy SYRUP Pack,with Skin,Solids and LIQUIDS@Sc =p@T?\(?zG{?׮zG@5xQ?@3޸Q@"?333333@@(@a@?(\)?+?1&?@?zG{?+ I?bM?O;dZ?S@@@@8@O?333333@@@@:?tzG{?`A7L?Q@p 1 cup@n1 cup, wholeFruits & Fruit JuicesDD5 A 7APRICOTS,Canned,Heavy SYRUP Pack,without Skin,Solids and LIQUIDS@Sj=p @T?QR? =p ?ҏ\(@5s33333?@"?ۅQ@ @*@`@&?? =p?1&@ffffff?tj~?O;dZ?ڟvȴ9?O;dZ?S@@@@`@O?xtj~?l?hr Ĝ@p 1 cup, whole, without pits@Fruits & Fruit Juices bJE5A 7APRICOTS,Canned,Extra Heavy SYRUP Pack,without Skin,Solids and LIQUIDS@RQ@X?ᙙ?zG{?p =q@8ٙ?@ ? =p@ @.@_@*??bM?@333333?bM?+ I?\(?O;dZ?S@@@@@R?htj~?hr Ĝ?bM@n1 cup, whole, without pits@Fruits & Fruit JuicesF4u 7APRICOTS,Dehydrated (LOW-MOISTURE),SULFURED,Uncooked@@t@? =p@\(\@T\)@N@=p =@O@c@@*??nO;?ם-V@#?tj?l@ =p?nO? =p@@@@Ⱦ@?tj?&x?"`@]1 cupFruits & Fruit Juices ||G4q 7APRICOTS,Dehydrated (LOW-MOISTURE),SULFURED,Stewed@O@_?Gz?θQ?\(@@O\(@8@ =p@9@O@@?\(?Vu?\(@ffffff?vȴ9?&x?zG?E?ěS@@@@7@k?hr Ĝ?Gz?bM@o 1 cupFruits & Fruit JuicesdH4M7APRICOTS,DRIED,SULFURED,Uncooked@> =p@n @ Q?QR@\(@OQR@333333@JQ@K@GzH@@@Q@(@$?\(?E?zG@??Q?l@E?nP?M@$@$@$@(@f@QR@@?hr Ĝ?l?l@`@1 cup@ 1 halfFruits & Fruit Juices d[I4g 7APRICOTS,DRIED,SULFURED,Stewed,without SUGAR@R =p@U@?333333? =p ?Q@6&fffff@@3R@3?zG@&@9@y@?Q?"`??|hs?陙?333333?tzG{?vȴ9?GzH?1&@@@@@P?zG{?񙙙@?xtj~?vȴ9?vȴ9@o@1 cupFruits & Fruit JuicesJ4a 7APRICOTS,DRIED,SULFURED,Stewed,with SUGAR@Q@\@?Q?333333?\(\@=B\(@ffffff@.?QR@.@C@{@?θQ?lD?+ I?ffffff?tzG{?S?KƧ?r ě?^5?|@@Z?zG{?bM?-V@p1 cupFruits & Fruit Juices YY##4q!TOMATO PRODUCTS,Canned,Sauce,with HERBS and Cheese@TۅQ@M@ =p ?Gz@(\)@$zG{@@B? =p@3@K@v@@? =p ?E?bM?@$?tj~?vȴ9X?XbM?љ?tj~@ @ @ @@H?bM?QR?ffffff@@^.5 cup@z1 canVegetables @$s59OPORK,Fresh,Composite OF Retail CUTS (LOIN and Shoulder BLADE),Lean only and FAT,Cooked@LW =p@o@;ǮzH@-Q?=p =@8?zG@8@l`@v@L@\(?1&?|1&y@D?333333?+ I^?Լj~#@ =p?XbM?"`B@@@?zG@@@?θQ@333333@333333?Gz@U@pP1 piece, cooked, excluding refuse@U@3 oz@6PorkPork h\u5)OPORK,Fresh,Composite OF Retail CUTS (LOIN and Shoulder BLADE),Lean only,Cooked@N&fffff@j`@=xQ@"Gz? =p @6?Q@:@m@@w@L@\(?"`A?Q@F33333?ٙ?-V?tj@$/?$/? =p@@@?@@@@ Q@Gz?Q@U@@m1 piece, cooked, excluding refuse@U@3 oz@>Pork24u USDA COMMODITY,PORK,CURED,HAM,Boneless,Cooked,Heated@Q33333@b@2 =p@zG{@ @?333333@5@r@@q@ @ =p?/v?bM@3@7L?\(?vȴ9X@ lC?-V?bM@@@?\(?7KƧ@x?lC@R@Pork n34u USDA COMMODITY,PORK,GROUND,FINE/COARSE,Frozen,Cooked@L=p @p@7@20 =q? =p @ ?(\)@7@l@sp@S@ Q?ěS?zG{@A33333@ffffff?"`A?ϝ-V@ Ƨ-?7KƧ?`A7K@@@@ffffff@.@@@\(@"H1&x@-V@Z@Pork44y USDA COMMODITY,PORK,CURED,HAM,Boneless,Cooked,Unheated@RG{@`@1p =q@ =p@ QR?zG@?Q@4@q`@q@@ffffff?j~"?vȴ9X@0ffffff@633333?+ J?-V@333333?+ J?O;dZ@@@?\(@@@?ěS@=p =?/w@QPork FF 54o USDA COMMODITY,PORK,GROUND,FINE/COARSE,Frozen,RAW@Pp =@k@.R@1.zG?GzH@,?Q@4@f@r@M@=p =?bM?zG{@8?333333?`A7K?dZ1@1&y?Q?ffffff@@@?zG{@@@@tj@vȴ?ěS@MPorkc41 HORMEL,CURE 81 HAM@R@Z@2nzG@ Q@ (\)?Gz@?陙@4@s@8@???Q??׮zG@I@U1 servingPork"d4y HORMEL ALWAYS TENDER,PORK TENDERLOIN,TERIYAKI-FLAVORED@Q@]@2333333@\(@@Q@ =p@?@6@@y??@??(\)?333333@G@\4 ozPork jj$e4} HORMEL ALWAYS TENDER,PORK TENDERLOIN,PEPPERCORN-FLAVORED@R(\@[@15\(@ffffff@ =p?Q?Q@,?񙙙@5@P@?ffffff??ffffff?\(?333333?@G@\4 ozPork9f5HORMEL ALWAYS TENDER,PORK LOIN FILETS,LEMON GARLIC-FLAVORED@RaR@]@1zG@ =p@Q? =p?(\)@?333333@4@@p??333333?\(?GzH?333333@E@<1 oz@\1 servingPork-g4mHORMEL ALWAYS TENDER,Center CUT CHOPS,Fresh PORK@QJG{@d@2p =@#=p =?zG?Gz?Q@,?333333@5@s0@w???333333@ @Q?\(@J@ > B B C C E E F F G G J J K K L L M M N N O O P P Q Q R R U U V V [ [ \ \ ^ ^ _ _ ` ` a a b b e e f f i i j j k k q q u u z z { { | | } } ~ ~                                               _j5 PORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only,Cooked,PAN-BROILED@P\(@e @<33333@?Gz@$?(\)@<@t@(@j @(\)? ěT@Bٙ?1&x?bM@$`A7L?&x?KƧ???? =p?p =q?n@?|hs?$/@R@"Pork~k5'- PORK,Fresh,LOIN,TOP LOIN (CHPS),Boneless,Lean only and FAT,Cooked,PAN-BROIL@OB\(@g@@@@"@ Gz?KƧ?+ I@M?E?bM@%>"?+ I?Ƨ-@@@?\(@B@&@&?zG{?@,_vȴ9@3 =q@tj@Z@ =p =1 slice, cooked@9Gz1 slice, rawPorkem4Q%+PORK,CURED,BACON,Cooked,MICROWAVED@0}p =@@CO\(@B\(@GzH?@&?zG{@?@~@ @2@ ?-V?+ I@Ps33333?"`A?@$L?=p =?۶E@@@?GzH@B@&@&? =p?@(49XbN@0Vt@Ƨ-@]@@9R1 slice, raw@ =p 1 slice, cookedPork ..dn4O+%PORK,CURED,BACON,Cooked,PAN-FRIED@(=p =@@C+Q@D&fffff@\(?@(?zG@B@@x@@ Q?° ě?+ I@P@?`A7K?Ѻ^5?|@'&fffff?\(?`A7L@@@?@B@&@&?333333@*E@1"`@ɺ^5?}@\@@\(1 slice, cooked@9p =1 slice, rawPorkfo5' PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,STOMACH,Cooked,Simmered@QzG@c@5ffffff@ =p ? =p? =p @.?zG@.@` @U@@D@\(\?ΗO;d?-V@D&fffff?zG{?bM?zG?1&?$/@@@?޸Q? =p @Q@ I^5?睲-V@sPork|06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|*$c,b*a`FfGgHhyjzl{p|r}t~vx} !$&(+-02469=>CFJLNPRV['^(`)b*f+j,q-z.|/~012345 6 bcdefghij!k#l&m(n*o,p/q2r4s8;?ACEGIKMOQSY[]_acdegik%m&o'q(sXuY~Z[\] _^ d-.024689: )~p4I PORK,BACON,RENDERED FAT,Cooked?@?Q@X?zG{?? =p@"@.@;?Q?+ I?xtj~@?pbM?Q?333333?|1&y?tzG{? =p @B@&@&@?-V@DzH@%R@X@PorkSy4A!ALFALFA SEEDS,SPROUTED,RAW@V\)@=@Q?zG?ٙ@=p =@? =p @@?Q@;@Q@S@?p =q?tj?bM?333333@ ffffff?tj~? ěT?ȴ9Xb?tj?hr Ĝ@B@B@B@c`@ ?zG{@>@@U@?lD?1&y?-V@@1 cup@1 tbspVegetables g {43!AMARANTH LEAVES,RAW@V(\@7@zG?Q?@zG@j@\(@K@I@@4??ļj~#?QR?@Efffff?S?9XbM?Vu?bM?ȓtj~@U@@U@@U@@?KƧ?tj~?`A7@<1 cup@,1 leaf@Vegetables|4q !AMARANTH LEAVES,Cooked,Boiled,Drained,without SALT@V\(@5@Gz? =p @Gz@p =q@j @zG@K@R@@5?(\)?9XbM?O;dZ?@D?zG{?&x?S?vȴ9X?Ƨ-@L@L@L@@a`??E?zG{@`1 cupVegetables j}4'!ARROWHEAD,RAW@RQ@X@QR?ҏ\(?Q@4:G{@$@\(@I@e@@6?Q?S? =p ?ffffff?񙙙?\(? ě?ffffff?+ I^?У =p@,@,@,@91 large@(1 medium@9Vegetablesz~4e !ARROWHEAD,Cooked,Boiled,Drained,without SALT@SEQ@S@\(?@Q@0# =p@?\(\@H@h@@2?(\)?GzH?=p =?333333?333333?nO;?Q?\(?ܼj~#?^5?|@"@"@"@(1 mediumVegetables EE,4M##!ARTICHOKES,(GLOBE OR FRENCH),RAW@U<(\@G@ (\)?333333?zG@%Q@@F?zG{@N@V@w @W?\(\?͑hr ?bM?ə@'ffffff?nO;?`A7L?j~#?աo?-V@Q@Q@Q@,?Q?tzG{? ěT@`1 artichoke@d@1 artichoke@NVegetables5 #)!ARTICHOKES,(GLOBE OR FRENCH),Cooked,Boiled,Drained,without SALT@TzG@I@ =p?zG{?\(\@&\(\@?zG@F? =p@N@U@v @W?\(\?m?Гtj~?ə@$? =p?`A7L?tj?S?j~"@I@I@I@f @"?QR@-@Z@}?l?tzG{?hr Ĝ@^1 artichoke@U.5 cup, hearts@NVegetables XX4i !ARTICHOKES,(GLOBE OR FRENCH),Frozen,Unprepared@V%\(@C@ =p ?ۅQ?333333@ =p @333333@3?@;@M@o@G?zG{?S?vȴ?ə@333333?-V?Q?Q?bM?E@_@_@_@c@@ ?XbM?tj~?x@o1 packageVegetables5!ARTICHOKES,(GLOBE OR FRENCH),Frozen,Cooked,Boiled,Drained,without SALT@U@F@Gz??Q@"\(\@ffffff?\(@5?Q@?@N@p@J? =p ?;dZ?xF?ə@?vȴ9X?9XbM?GzH?ə?E@]@]@]@d@ ?zG{@)@X@xp?E?Q?"`A@e1 cup@n1 packageVegetables ^^)G4'!ASPARAGUS,RAW@WNzG@4@?Q?\(@ =p @?zG@8@Q@,@J@i@@?GzH?1&x?9XbM@ffffff@ffffff?M? I^5??KƧ?щ7KƧ?KƧ@J@J@J@@C?zG@D@"@|@0?O;dZ?xtj~?+ I@`1 cup@(1 spear@GVegetablesS4K!ASPARAGUS,Cooked,Boiled,Drained@W(Q@6@333333?(\)?(\)@p =q@?@7?Q@,@K@l@,?333333?Q?öE@ffffff@?ļj~#?n?XbM??9XbM@b@b@b@p@I?@IL@@>@?-V?zG{?hr Ĝ@V.5 cup@N4 spearsVegetables [[!{4]%SUNFLOWER Seed Kernels,Toasted,with SALT?@X@15\(@Lffffff@@4 =p@'@L@=p =@` @@~@(@333333?XbM@x@O?ffffff??=p =@n@9XbM?\(@m@m@m@;dZ@%O;@B`A7@`1 cup@Vegetablesma4[ !DOCK,Cooked,Boiled,Drained,without SALT@Wffffff@4?GzH?zG{?(\)@p =q@@C@ =p@V@@J@t@?\(?/v?dZ1?@:L?hr Ĝ?tj?M?nO;?@ @ @ @$@eVegetables cLb4 !EPPAW,RAW@N@b@ffffff??Q@?zG@[?ffffff@@@d@u@@(?ffffff?E?$/?@*?(\)?Q?333333?n?Ƈ+ I@8@8@8@Y1 cupVegetablesd4?'!HORSERADISH-TREE,PODS,RAW@V @B@?ə? =p @!\(@ @>? =p @F@I@|@E??$/?Гtj~?ffffff@a?"`A?l? =p?hr Ĝ?Q@F@F@F@R@?`A7L?1&?htj~@Y1 cup, slices@&1 pod@HVegetables y+e4}' !HORSERADISH-TREE,PODS,Cooked,Boiled,Drained,without SALT@VG{@B@Q?QR?Q@ \(\@@4?@E@H@|@E?Gz?+?+ ?ffffff@X@?O;dZ?hr Ĝ?Gz?nO;?1&y@>@>@>@Q@?vȴ9X?E?htj~@]1 cup, slicedVegetablesf4+) !KALE,SCOTCH,RAW@U@E@ffffff?333333?zG{@ =p?333333@i@@V@O@| @Q?׮zG?vȴ?j~#?@`@?Q?Q??tj~?Vu@<@<@<@8@c`?+? =p ?~"@P1 cup, chopped@CVegetables Q"g4i) !KALE,SCOTCH,Cooked,Boiled,Drained,without SALT@V@<?ffffff?=p =? =p@Q?333333@`?Gz@L@C@q @F?θQ?+?ڰ ě?@Jffffff?zG{?+?XbM?tj~?n@*@*@*@(@Y?"`A?Q?+ J@`@1 cup, choppedVegetables+h4m!LEEKS,(BULB and LOWER-LEAF PORTION),FREEZE-DRIED@@t@.ffffff@@333333@R@$@v@ffffff@d @u@@A?Q?$/@nO@@]?陙?ٙ@ ?C%?XbM@v@v@v@qP@,?"`B?-V?tj~?ə1 tbsp?陙.25 cupVegetables wi45!PARSLEY,FREEZE-DRIED@@p@?L@@3Q@E0 =q@@Y@f@J33333@w@@ @@xp@p =q?`A7K?hr Ĝ@@&fffff@b? =p@zG@$@ ěT?@h@@h@@h@@?ٙ1 tbsp?ffffff.25 cupVegetablesaj4y !BEANS,MUNG,MATURE SEEDS,SPROUTED,Canned,Drained Solids@Xfffff@(?ffffff?Q?333333@Q?陙?p =q@,?ۅQ@"@@@;@a?Q?tj? ě?333333?333333?Q?Q?(\)?M?bM@$@$@$@ ?zG{@*@@@?bM?bM?zG{@_@1 cupVegetables **!sp4a)'!PEPPERS,JALAPENO,Canned,Solids and LIQUIDS@V8\)@;?p =q?zG@ =p @\(@@Q@7?zG@.@2@h @?\(?° ě?/v?ٙ@$?tj?tj~?n?ڟvȴ9?QR@,@,@,@@U@?zG@)@@@@@R@?E?"`A?r ě@a1 cup, chopped@Z1 cup, slicedVegetables[r4M!PEPPERS,Sweet,Green,FREEZE-DRIED@@s@1fffff@@ @Q,@5L@Db\(@`@$@g@tp@@h @GzH?9XbM?Z1'@ @?333333?333333@?;dZ@ȴ9Xb@l@l@l@|@f@@\@s@@?ܛS?"`B?E?ٙ1 tbsp?.25 cupVegetables tu4?)!RADISHES,WHITE ICICLE,RAW@W׮zH@,?񙙙??陙@ =p ?ffffff@;?陙@"@<@q@0? =p?XbM?`A7L?ffffff@=?Q?zG{?333333?ǍO;dZ?333333@,@,@,?Q?bM? =p @I.5 cup, slices@11 radish@AVegetablesx47!SHALLOTS,FREEZE-DRIED@@u@(?@@T,@f@@Z@r@@M?Gz?333333?1&y@@C?333333???+ I?@]@]@]@d`@?$/?Q?+ J?1 tbsp@ .25 cupVegetables jy4]'!SQUASH,Summer,ALL Variety, varieties,RAW@W\)@0?\(\? =p ? =p@ ?񙙙@@.?ffffff@1@C@p`@?ҏ\(?1&?ffffff?ə@1?tj~?-V?+ I^? =p?lC@=@=@=@i@$?Q@@^@?+ I?bM?ȴ9Xb@\@1 cup, sliced@t01 large@Vegetables{z5' !SQUASH,Summer,ALL Variety, varieties,Cooked,Boiled,Drained,without SALT@Wl@4?Q? =p? =p@=p =?ffffff@Q@;? =p @8@C@h??\(?^5?|?C$?ə@?+ I?E?j~"?7KƧ? =p@4@4@4@j@&?Q@ @_@?bM?O;dZ?ěS@f1 cup, slicedVegetables -- Z{4]% !SQUASH,Winter,ALL Variety, varieties,RAW@Vp =q@A?ffffff? =p?=p =@!.zG?@@<?\(@,@7@u@?Gz?-V?/w?ٙ@(?Q?vȴ9X??bM?+@8@8@8@\@Q?Q?񙙙@@C?O;dZ?hr Ĝ?bM@]1 cup, cubes@=Vegetablesq|5 % !SQUASH,Winter,ALL Variety, varieties,Cooked,Baked,without SALT@VMp =@B?zG{?ffffff?zG@!33333@ffffff@ ffffff@6?(\)@*@3@{P??(\)?E?-V?ٙ@#333333?bM?&x?߮zG?E?ěS@4@4@4@g@pP?Q@@P@@? =p?bM?\(@i1 cup, cubesVegetables uudk}4s!SWEET POTATO,Canned,SYRUP Pack,Solids and LIQUIDS@SX\)@V@?\(\?ə?@4zG@@.@.?陙@*@;@g @F?QR?vȴ9X?9XbM?ffffff@%?tj~?O;dZ?/v?Q?1&@@@@j@w?zG@@?tj?bM?ȴ9Xb@l1 cup@1 canVegetables4g !SWEET POTATO,Canned,SYRUP Pack,Drained Solids@RzG@[?zG{?zG{?=p =@9\(\@@1?ffffff@(@9@h @C?zG{?`A7K?zG?陙@%??tj~?\(?ٺ^5?|?vȴ9X@ @ @ ?lD?tj~? I^5?@h1 cupVegetables "4a!TOMATO PRODUCTS,Canned,Sauce,SPANISH STYLE@VEQ@@? =p ?GzH?zG@\(?ffffff@1@ =p@3@H@w@}?\(?zG{?˥S?333333@!333333?l?vȴ9X?1&y?lC?Ƨ-@,@,@,@@H?tj~?zG{?S@n1 cup@z1 canVegetables{4W !BEANS,PINTO,MATURE SEEDS,SPROUTED,RAW@TS33333@O@??ffffff@'333333@E?Q@J@W@s0@c ??zG{?lC?333333@533333?p =q?ffffff@=p =?zG?S@]@]@]@?lC?&x?j~#Vegetables /5 !BEANS,PINTO,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@WX\)@6?\(?zG{?\(@ffffff@.?Q@2@>@X@I?\(?dZ1?|hr?333333@ffffff?&x?5?|h?333333?zG?S@=@=@=??+?tj~?ǮzGVegetablesM43!CARROT JUICE,CANNED@V7zH@D?ffffff?333333?@"zG?陙@GzH@8?p =q@,@E@r@@=? =p ?O;dZ? =p?333333@!?O;dZ?(\)?ش9XbN?/v?Ƨ-@@@@ҭ@?\(@/@@+@@t?S?|1&y?-V@m1 cup@=1 fl ozVegetables #4U!CORN Pudding, puddings,HOME-PREPARED@SzG@[@@\(@GzH?333333@)Q@D?Q@.@L@d @K??tj?&x@@ffffff?nO;?bM?$/?|hr?5?|h@9@9@9? =p @pp@K@H@N@KƧ?7KƧ?S@Y@o@1 cup@d.667 cupVegetablesY 4i !POTATOES,Mashed,HOME-PREPARED,Whole MILK ADDED@S =q@T?Q?=p =?\(\@1zH??(\)@6?GzH@2@G@r@r?ҏ\(?nO;?vȴ9X?陙@?ȴ9Xb?tj?-V?x?Ͳ-V@ @ @ ?Q@2@@?zG{?@@ ?S?vȴ9X? =p@@j@1 cupVegetables   pS5 BEEF,Composite OF Retail CUTS,Lean only,1/4" FAT,ALL Grades,RAW@QzH@b@4ǮzH@ =p?QR@@ =p @6@h@v@@O@QR?9XbM?vȴ9@2L?(\)? =p @ Q? =p ?(\)@@@@ ? =p?333333@\(@Gz?θQ@M@BeefT5OBEEF,Composite OF Retail CUTS,Lean only,1/4" FAT,ALL Grades,Cooked@M@k@=zG@#R?333333@"@Q@:@m @v@P@Q??hr Ĝ@333333??θQ@Q?ٙ?׮zG@ @ @ @Q?Q?@QR@zG?\(@U@l1 piece, cooked, excluding refuse@U@3 oz@<Beef 1+W5BEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,Select,RAW@QQ@a@4Q@\(\?QR@@\(@6@h@v @O@GzH?+?1&y@*?(\)? =p @ \(? =p ?ۅQ@@@@ Q@ =p@ =p?p =q@N@Beef f2fH[4=BEEF,Retail CUTS,FAT,RAW@45\(@@ kQ@Q\)?Q@:? =p @@N@X@:?=p =?1&y@ffffff?Q?l?E?/w?S?\(\@ 333333@=s33333@> =q@zG{@X@s33333@GzH@W@Beef^5OBEEF,BRISKET,Whole,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,Braised@Fh\)@x@7@?\(?333333@ @Q@2@g`@l@N@ffffff?QR?1&y@6L?Q? =p @?ҏ\(?θQ@@@@=p =?θQ@@(\(@+?zG@W@t1 piece, cooked, excluding refuse@U@3 ozBeef ;;1e5 BEEF,BRISKET,POINT HALF,Lean only and FAT,1/4"FAT,ALL Grades,RAW@J@t@0Q@= =p?zG@? =p@0@b@l@P@@ zG? =p?+ I@.333333?Q? =p@Q?GzH?Q@@@@Gz@'zG@*Q?@S@@a???Q?hr ?ٙ@?-V?O;dZ?O;dZ?S?;dZ@A@A@A@\@?Q@3@Q@]?Q?E?\(\@b1 cup, unthawed@1 packageFruits & Fruit Juices >>SZ4+7BLUEBERRIES,RAW@U p =@L?zG?Q?θQ@,G{@333333@#Q@?Q@@(@S@??zG{?/v?Ձ$/?@#ffffff?l?E?n?vȴ9X?vȴ9@@@@K@?=p =@3L@@@T?1&y?bM?° ě@b 1 cup@y 1 pint@Fruits & Fruit Juicesg\4o 7BLUEBERRIES,Canned,Heavy SYRUP,Solids and LIQUIDS@S1R@V??Q?\(@6\(?@4u\(@?Q@@$@D@?Q?"`A?lC??񙙙?hr Ĝ?"`A?hr!?ȴ9Xb?nO;@@@@B@?QR@@6@J?S?bM?nO;@p1 cupFruits & Fruit Juices o^4I+7BLUEBERRIES,Frozen,Unsweetened@U\(@I?Gz?zG{? =p @(W =p@@ fffff@ ? =p @@&@K??Q?`A7L?`A7?@?bM?l? =p??5?|h@@@@G@?޸Q@0ffffff@<@Q?"`A?KƧ?"`B@c`1 cup, unthawed@1 packageFruits & Fruit Juicesk_4E'7BLUEBERRIES,Frozen,Sweetened@SY@T@?ٙ? =p?Q@533333@@3Q@?\(@@@N??Q?+?ěS?ə??zG{?vȴ9?1&x??5?|h@@@@H@? =p@133333@>@R@?+ I?nO;?/v@l1 cup, thawed@q1 packageFruits & Fruit Juices qq `4M 7BOYSENBERRIES,Canned,Heavy SYRUP@S =q@V?zG?Q?zG{@6O\(@@2?ۅQ@&@$@V@?QR?Q??ٙ@?vȴ9?-V?p =q?ěS?tj~@A@A@A@D@?pbM?tj~?hr Ĝ@p1 cupFruits & Fruit Juicesqa4M+7BOYSENBERRIES,Frozen,Unsweetened@Uy@I?񙙙?У =p?GzH@(aGz@333333@\(@;?333333@0@;@a`??(\)?zG{?$/?ə@?"`A?l?C%??1&y@O@O@O@P@? =p@333333@D@]?nO;??l@`1 cup, unthawed@q1 packageFruits & Fruit Juices 88Uc4)7BREADFRUIT,RAW@Q@Y?Q?p =q?\(@;Q@@&@1?GzH@9@>@~@?Q?$/?Q?333333@=?(\)?Q???|hs?@,@,@,??@6?tj~?hr Ĝ?`A7L@k1 cup@X.25 fruit@6Fruits & Fruit Juiceskd4?%'7CARAMBOLA,(STARFRUIT),RAW@VQ@?? =p?Q? =p@Q@ffffff@ =p@?zG{@$@(@`@?Q?7KƧ?l?333333@A333333?1&y?bM?|hr?$/?hr Ĝ@(@(@(@N@?333333@8@9@P?tj~?Q?ǍO;dZ@`=p 1 cup, cubes@Zfffff1 cup, sliced@Fruits & Fruit Juices SUe4='K7CARISSA,(NATAL-PLUM),RAW@U G{@O???ٙ@+B\(@&?\(@0@@p@@?Gz@C?zG{?Q?ə@D@@b1 cup, slices@41 fruit, without skin and seeds@,Fruits & Fruit Juices)f4'K%7CHERIMOYA,RAW@S\)@R?ffffff? =p?zG{@133333@ffffff@ ?333333@0@:@p@? =p ? ě??|hs@'?KƧ?vȴ9X?^5?|?Vt?"`A@2@2@2@s\(1 fruit, without skin and seeds@czH1 cup, diced@5Fruits & Fruit Juices ug4?3-7CHERRIES,SOUR,Reduced,RAW@UQ@I??333333?ٙ@(\(\?@ G{@0?zG{@"@.@e@??vȴ9?1&y@$?Q?zG{?ٙ?M?+ I@ @ @ @ @P?Q@@@U@?hr Ĝ?E? =p @c`1 cup, without pits@Y1 cup, with pits@$Fruits & Fruit Juices vv#)4m!ASPARAGUS,Canned,Regular Pack,Solids and LIQUIDS@WzG@.?? =p ?Q@\(?@.?333333@"@C@e@q?zG?dZ1?tj~?@0?S?ȴ9Xb?;dZ?vȴ9X?+ J@U@@U@@U@@p@:?+ I?xtj~?\(@^.5 cup@y1 canVegetablesY4K!ASPARAGUS,Canned,Drained Solids@W~Q@3@Q?? =p@zG??\(@0?GzH@$@E@e@q?ٙ?tj~?\(?333333@2ffffff?;dZ??+ I?n?(\)@X@X@X@@D? =p@Dfffff@~@8@?`A7?$/?-V@n@1 cup@21 spearVegetables oo  4C!ASPARAGUS,Frozen,Unprepared@VzG@8@ =p?p =q? =p@ffffff?ffffff@9?\(\@,@P@o@ ?Gz?7KƧ?lC?333333@??"`?ěS?;dZ?ǍO;dZ?j~"@g@g@g@@G?vȴ9?|1&y?"`B@q1 package@M4 spearsVegetableso 4s!ASPARAGUS,Frozen,Cooked,Boiled,Drained,without SALT@Wfffff@2@?Gz?Q?Q??zG{@2?Q@$@H@e@?=p =?Gz?Q@333333@8ffffff? =p?^5?|?S?9XbM?zG{@`@`@`@0@D?333333@T@~0@8@P?QR?vȴ9?ǍO;dZ@f1 cup@rP1 packageVegetables 4_!BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,RAW@VP@>@333333?zG?Q@ QR@U@QR@U@@X@@&?333333?ɺ^5?|?&x?@V?+ I^?+ I^?\(? ěT?-V@`@`@`@@U@1 leaf@8.5 cup@OVegetablest5 !BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,Cooked,Boiled,Drained,without SALT@V,(\@A@ ?ə?\(\@Q?ffffff? =p@E?QR@W@S@@@*?333333?ɺ^5?|?&x?@K?`A7? I^5?? =p?Q?QR@V@V@V@@^@?333333@dc33333@@?bM?tzG{??|hs@M1 cupVegetables YY#4S'!BALSAM-PEAR (BITTER GOURD),PODS,RAW@WR@1??\(?񙙙@ @ffffff@3?ۅQ@1@?@r@?陙?hr Ĝ?ȴ9Xb?ə@U?zG{?zG{?ٙ?"`A?tj@R@R@R@}p@8@g @g@e@@W@1 cup@_1 balsam-pear@1Vegetables|5!BALSAM-PEAR (BITTER GOURD),PODS,Cooked,Boiled,Drained,without SALT@W|@3?Gz? =p ?Q@GzH@?333333@"?QR@0@B@s@? =p?`A7L?tj?ə@@?1&?"`A?Q?ȴ9XbN?E@I@I@I@\@@?Q@333333@Q@?1&y?`A7L?+@_1 cup@O.5 cupVegetables RJ4/!BAMBOO SHOOTS,RAW@V@;@?333333?@@@@*?@@M@@?񙙙?QR?ěS?陙@?333333?Q?333333?ěS?θQ@@@@4??@(?lD?|1&y?&x@b1 cup@S.5 cup@QVegetables*4m!BAMBOO SHOOTS,Cooked,Boiled,Drained,without SALT@WG{@(?zG{?(\)?=p =?Q?@(?θQ@@4@@?zG?E?hr!?ٙ?zG{??333333?`A7L?+ J@@@?1&?tzG{?+ J@^1 cup@b1 shootVegetables s[4S!BAMBOO SHOOTS,Canned,Drained Solids@WzG@3?Q?ٙ?\(@ \(?ffffff?=p =@ ?zG{@@9@T@??/v?tj??񙙙?vȴ9?vȴ9?Q?O;dZ?hr Ĝ@@@@*??(\)@ ?O;dZ?nO;?ȴ9Xb@``1 cup@p`1 canVegetables 4Y !BEANS,KIDNEY,MATURE SEEDS,SPROUTED,RAW@V@=@??@ffffff@1?Q@5@B@g`@?ٙ?Z1'?KƧ?333333@CY?׮zG?@\(\?׍O;dZ?\(@M@M@M@?nO;?+?ѩlD@g1 cupVegetables 45 !BEANS,KIDNEY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@VS33333@@@QR?\(?\(@Gz@3?zG{@7@C@h@@?(\)?E?xF?333333@A?+ I^?xF@1&x?bM?+@G@G@G@??|hs? =p ?Z1'VegetablesH4G !LIMA Beans,Immature SEEDS,RAW@Q\(@\@@\(\?Q?=p =@4+Q@?zG@A@ Q@M@a@}0@ ?\(?Z1'?p =q?@7ffffff?Ƨ-?^5?|?$/?ϝ-V?1&@A@A@A@r@.? =p @ffffff@f?XbM??`A7@c1 cup@LVegetables VVBh5 !LIMA Beans,Immature SEEDS,Cooked,Boiled,Drained,without SALT@PG{@^@=p =?zG{@zG{@7 =p@333333?zG@@@@R@`@@@1?GzH?ӅQ?1&x@@$333333?Q?tj~? =p?r ě?ȴ9XbN@:@:@:@w @3?Q@@k? ě?tj~?öE@e@1 cupVegetables:5 !BEANS,LIMA,Immature SEEDS,Canned,Regular Pack,Solids and LIQUIDS@TJG{@Q@GzH?ҏ\(?=p =@*\)@ @<?\(@A@Q@q@o?zG{?ļj~#?ffffff?񙙙@333333?-V?tj?$/?QR?vȴ9X@0@0@0@b@ ?`A7L?bM?n@_.5 cup@|`1 canVegetables   q4u!LIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Unprepared@R33333@Z@?ffffff?Q@3zG@?=p =@8?(\)@C@R@}@M?\(\?vȴ9X?zG?333333@3L?O;dZ?&x?E?r ě?hr Ĝ@@@@@@@k@&? =p @333333@`?j~#?$/?tj@T.5 cup@q1 packageVegetables AAO 5%!LIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Cooked,Boiled,Drained,without SALT@R>Q@Y@GzH?\(?@3QR@333333?p =q@>?Q@E@X@@s@Q@?zG?\(?j~#?333333@)?l?;dZ?vȴ?/w?;dZ@5@5@5@g@$?ҏ\(@ffffff@\?E?zG{?/w@sp1 package@U@.5 cupVegetables-4m!LIMA Beans,Immature SEEDS,Frozen,BABY,Unprepared@P]p =@`@\(\?(\)?Q@9!Gz@@A@zG@I@Z@|@@J?(\)?bM?vȴ9X@@ ?/v?333333?^5?|?-V?zG{@<@<@<@g@"?1&?vȴ9?˥S@T.5 cup@q1 packageVegetables  5!LIMA Beans,Immature SEEDS,Frozen,BABY,Cooked,Boiled,Drained,without SALT@Rfffff@Z@@?333333?@3s33333@?Q@<?\(\@L@\@y@=?ᙙ?7KƧ?tj?333333@333333?Q?(\)? =p?Ƨ-?p =q@0@0@0@d@ ?zG{@@Y?hr Ĝ?hr Ĝ?\(@sp1 package@V.5 cupVegetables`#4U!MUNG Beans,MATURE SEEDS,SPROUTED,RAW@V@>@QR? =p ?(\)@\(?@Q@*?Q@5@K@b@?=p =?E?bM?333333@*ffffff?$/?vȴ9X?+?QR?+ I@N@N@N@5??@@@@@?O;dZ?+ I?-V@Z1 cup@u@1 packageVegetables ll_o$5 !MUNG Beans,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@WX\)@5@=p =? =p ?333333@\(?陙@Q@(?@,@<@Y@@$?zG?;dZ?Q?333333@&??1&?$/?vȴ?S@=@=@=@*??Q@633333@@@??tj~?bM@_1 cupVegetables%4q !MUNG Beans,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIED@U33333@I@333333?Gz?333333@%.zG?ffffff@*?ffffff@@@S@k`@"??QR?Ұ ě?333333@0?Q? =p ?333333?S? =p@Q@Q@Q@?@?+?1&y?hr Ĝ@_1 cupVegetables b&4U !BEANS,NAVY,MATURE SEEDS,SPROUTED,RAW@Sə@P@?ffffff?ffffff@*@.?Gz@Y@@Y@s0@*?zG{?ȴ9Xb?1&?333333@2?\(?˅Q?Q?ffffff?r ě@`@`@`@?\(?vȴ9? I^5?@Z1 cupVegetables'5 !BEANS,NAVY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@SGz@S@GzH?Q?p =q@.Q@0@Gz@[@Y@s@,? =p ?`A7L?܋C%?333333@1L?bM?zG?5?|h?S?XbM@Z@Z@Z@?+ J?Q?EVegetables 4/(4e%!BEANS,PINTO,Immature SEEDS,Frozen,Unprepared@Kfffff@e@@#??ffffff@@@@@M@@N@]@@@W? =p?+ J?xF???\(?Q?ffffff?S?˅Q@I@I@I?;dZ?l?ҟvȴ9@q1 package@W.333 packageVegetablesH)5%!BEANS,PINTO,Immature SEEDS,Frozen,Cooked,Boiled,Drained,without SALT@MGz@d@@"Q?޸Q?GzH@>Gz@!333333@J@zG@K@Y@0@T?zG?+ I?ߍO;dZ?ffffff?ffffff?щ7KƧ?S?9XbM?ЃnP?E@A@A@A?-V?Q?ѩlD@q1 package@W.333 packageVegetables UU-T*4_ !BEANS,SHELLIE,Canned,Solids and LIQUIDS@V(\@>?(\)?QR?Q@\(@ 333333?\(@=?zG@.@>@[@@t?GzH?zG{?r ě?陙@?bM?S?=p =?$/?+ J@2@2@2@l@&?Q@ @a @t?O;dZ?1&y?(\)@n1 cupVegetablesO,45!BEANS,SNAP,GREEN,RAW@VGz@??Q?Q?Q@\(@ 333333?ffffff@B? =p@9@C@j @?θQ?lD?dZ1?333333@0L?$/?Gz?bM?bM?l@B@B@B@@A?=p =@,@Q@@w@?vȴ9?tzG{?5?|h@[1 cup@K10 beans@(Vegetables f 4G!SPINACH SOUFFLE,HOME-PREPARED@R|(\@d @ (\)@+@GzH@ =p@e ?zG@<@e@@b@?ffffff?+ I?m@#@?&x?̬1&y?vȴ9X?ěS?+ I@M@,@G@Q?@@h@[@@$/@vȴ@ ěT@`@a1 cup@h1 recipeVegetables 4_ !SWEET POTATO,Cooked,CANDIED,HOME-PREPARED@P(\@b? =p@ ?GzH@;(\@333333@:?zG@&@:@g@Q?333333?1&?S?陙@?nO;?$/?7KƧ?XbM?E@&@&@&??bM?`A7@ @Z@1 pieceVegetables L 4S!TOMATOES,Reduced,RIPE,Cooked,Stewed@T(Q@S?\(\@p =q?Gz@*?333333@:?\(@.@C@n@|p? =p ?QR?ȴ9XbN?333333@2333333?S?zG{?\(?bM?tj@&@&@&@@@?1&y?ěS?tj@Y@1 cup@1 recipeVegetables041 !SEAWEED,AGAR,DRIED@!\(\@s @ =p?333333@p =q@T8Q@@\(@@5ffffff@@J@@Y@333333?Q@333333@?zG{?j~"?"`B@$/?dZ1@ @ @ @@8ffffff?;dZ?S?1&Vegetables :k47 !SEAWEED,SPIRULINA,RAW@VG{@:@zG?\(?333333@\(\@(@QR@3@&@_@X?ə?vȴ?+?ffffff??j~"?S?"`A??hr Ĝ@"@"@"@L@?GzH?hr Ĝ?"`AVegetablesB4; !SEAWEED,SPIRULINA,DRIED@Q@r @L(\@Gz@Q@7fffff@ @@^@<@h`@]@L@`@@ffffff?ffffff@@$333333@ =p @ \(\@) =p@ =p?KƧ@W@W@W@@=@@9@u`@333333?噙@ =p@.1 cupVegetables QQ>41 !SEAWEED,WAKAME,RAW@S\(@F@=p =?zG{@@"GzH??@b@p =q@Z@T@I@@?QR?-V?ffffff?ffffff@?Q?p =q??M?`bM@h@h@h@v@2?@Q@k? =p?-V?lC@$2 tbspVegetablesi4C=!PEPPERS,HOT CHILI,Green,RAW@U\(@D@?ə?333333@"Q?@ffffff@2?333333@9@G@u@@?333333?E?Vt?@nP? =p ? =p ?ffffff?;dZ?n@7@7@7@l@M?zG@,@7@@I@?$/?+ I?lC@F1 pepper@R.5 cup, chopped or diced@;Vegetables p4I!POTATOES,O'BRIEN,HOME-PREPARED@Sfffff@T@@?zG{? =p@. =q@B?zG@2@I@p@k ?333333?nP?"`?333333@033333?333333?1&y? ěT?lC?C$@ @ @ @~?$/?5?|h?(\)@@h@1 cup@(1 recipeVegetables 4G !POTATO PANCAKES,HOME-PREPARED@GGz@q@ =p@.zG{@Q@< =p@@8?\(@@@[@@?\(?|hr?=p =@ffffff@6?GzH?$/@$/?E?A7Kƨ@7@7@7?QR@a@@Z1'@Vu@)lD@X@S1 pancakeVegetables SSOx4c+-!POTATO,Baked,FLESH and Skin,without SALT@R\)@W@@? =p?GzH@5&fffff@?Gz@.?GzH@<@Q@@$? =p ?5?|h?1&x?ٙ@#333333?bM?tj~?\(?bM?lC@<@<@<@$??zG{@@@>?Q?htj~?-V@rfffff1 potato, large@e1 potato, mediumVegetables-5  !POTATOES,MICROWAVED,Cooked IN Skin,FLESH and Skin,without SALT@R\(@Z@@Q??Gz@8!Gz@ffffff@&? =p@;@Z@@{@ ? =p ?`A7K?Ұ ě?ٙ@.333333?Q?bM?lC?Vu?tj@(@(@(?vȴ9?`bM?tj@i@1 potatoVegetables |4? !RADISH SEEDS,SPROUTED,RAW@VzG@E@zG{@=p =?\(@ @I?Q@F@\@@U@?Q?Q?У =p?333333@@>@>?nO;?zG{?S@a`1 cup, chopped@j1 tomato@"Vegetables z&14''!ARROWROOT,RAW@T0@P@@\(?ə?Q@*ǮzH?@@\(@9@X@|`@:?(\)?"`?E?ffffff?ffffff?M?5?|h?+ J?Ұ ě?$/@u @u @u @3?@&?+?pbM?O;dZ@^1 cup, sliced@@1 root@.Vegetables24=)!CHRYSANTHEMUM LEAVES,RAW@Vٙ@8@ Gz?Q?Q@zG@@]@@ffffff@@@K@@]?Q?7KƧ?-V?333333?ffffff? =p?nO;?E?I^5?}?Ƈ+ I@f @f @f @8@W@I1 cup, chopped@21 leafVegetables 44k !AMARANTH LEAVES,Cooked,Boiled,Drained,with SALT@V\(@5@Gz? =p @Gz@p =q@j @zG@K@R@@p?(\)?9XbM?O;dZ?@D?zG{?&x?S?vȴ9X?Ƨ-@L@L@L@@a`??E?zG{@`1 cupVegetablesu54_ !ARROWHEAD,Cooked,Boiled,Drained,with SALT@SEQ@S@\(?@Q@0# =p@?\(\@H@h@@o?(\)?GzH?=p =?333333?333333?nO;?Q?\(?ܼj~#?^5?|@"@"@"@(1 cormVegetables 65#)!ARTICHOKES,(GLOBE OR FRENCH),Cooked,Boiled,Drained,with SALT@TzG@I@ =p?zG{?\(\@&\(\@?zG@F? =p@N@U@v @t?\(\?m?Гtj~?ə@$? =p?`A7L?tj?S?j~"@I@I@I@f @"?QR@-@Z@}?l?tzG{?hr Ĝ@^1 artichoke@U.5 cup, hearts@NVegetables ##'75!ARTICHOKES,(GLOBE OR FRENCH),Frozen,Cooked,Boiled,Drained,with SALT@U@F@Gz??Q@"\(\@ffffff?\(@5?Q@?@N@p@r? =p ?;dZ?xF?ə@?vȴ9X?9XbM?GzH?ə?E@]@]@]@d@ ?zG{@)@X@xp?E?Q?"`A@e1 cup@n1 packageVegetablesU94_!ASPARAGUS,Cooked,Boiled,Drained,with SALT@W(Q@6@333333?(\)?(\)@p =q@?@7?Q@,@K@l@n?333333?Q?öE@ffffff@?ļj~#?n?XbM??9XbM@b@b@b@p@I@IL@@>?-V?zG{?hr Ĝ@V.5 cup@N4 spearsVegetables hh$;4c!ASPARAGUS,Canned,NO SALT,Solids and LIQUIDS@WzG@.?? =p ?Q@\(?@.?333333@"@C@e@:?zG?dZ1?tj~?@0?S?ȴ9Xb?;dZ?vȴ9X?+ J@U@@U@@U@@p@:?+ I?xtj~?\(@^.5 cup@y1 canVegetablesl=4m!ASPARAGUS,Frozen,Cooked,Boiled,Drained,with SALT@Wfffff@2@?Gz?Q?Q??zG{@2?Q@$@H@e@n?=p =?Gz?Q@333333@8ffffff? =p?^5?|?S?9XbM?zG{@`@`@`@0@D?333333@T@~0@8@P?QR?vȴ9?ǍO;dZ@f1 cup@rP1 packageVegetables LL)Y>5 !BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,Cooked,Boiled,Drained,with SALT@V,(\@A@ ?ə?\(\@Q?ffffff? =p@E?QR@W@S@@@o ?333333?ɺ^5?|?&x?@K?`A7? I^5?? =p?Q?QR@V@V@V@@^@?333333@dc33333@@@M1 cupVegetablesS?5  !BALSAM-PEAR (BITTER GOURD),PODS,Cooked,Boiled,Drained,with SALT@W|@3?Gz? =p ?Q@GzH@?333333@"?QR@0@B@s@n@? =p?`A7L?tj?ə@@?1&?"`A?Q?ȴ9XbN?E@I@I@I@\@@?Q@333333@Q@@_1 cupVegetables HYH 5 OBEEF,CHUCK,BLADE Roast,Lean only,1/4" FAT,Choice,Cooked,Braised@KL@pp@?\(@,?zG@*@ p =q@7@m`@pp@Q@$=p ?l?nO;@:33333?zG{?Q@\(\?ffffff?ҏ\(@@@@\(?Q?333333@QR@ =p?zG@Z@g`1 piece, cooked, excluding refuse@U@3 oz@EBeef#4sBEEF,CHUCK,BLADE Roast,Lean only,1/4"FAT,Choice,RAW@Q@c@3@@!?ffffff@$@Q@4@g@s@S@@ =p?E?1&y@0?(\)?QR@Gz?zG{?ٙ@@@@@ Q@=p =?zG{@P@@ffffff?Q? =p @zG?׮zG?ffffff@"@"@"@ ffffff?zG@@zG@\(?\(@R@p`1 piece, cooked, excluding refuse@U@3 oz@Beef` 4gBEEF,FLANK,Lean only and FAT,0"FAT,Choice,RAW@Q]p =@d@58Q@ zG?QR@;?@6@h @t@K@zG{?-V?vȴ9@7L?1&y? =p @^5?|?+?E@(@(@(?Gz?Q?@ C%@ =p ?zG{@D@iJ\(1 steak@?Q?QR@ffffff?QR? =p @"@"@"@ GzH?Q?@(\)@\(?\(@Q@n1 piece, cooked, excluding refuse@U@3 oz@ Beef (H(5)OBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,ALL Grades,Cooked,Broiled@H@u`@6=p =@;nzG?zG{@(@\(\@4@f @s@O@Gz?j~#?vȴ9@5ffffff?zG{?\(@ ?zG{?GzH@@@@\(?θQ@@&B\(@'\(\?@T@p1 piece, cooked, excluding refuse@U@3 oz@5Beef45BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,ALL Grades,RAW@KEQ@s@0^Q@:G{? =p@"?Q@0@c@@p@K@ \(\?-V?tj~@0?zG{? =p@=p =? =p? =p@@@@ffffff@&B\(@'B\(? =p @Q@$>$?$?$A$A$B$B$C$C$D$D$E$E$F$F$G$G$H$H$I$I$J$J$K$K$L$L$M$M$N$N$O$O$P$P$Q$Q$R$R$S$S$U$U$V$V$X$X$Z$Z$[$[$]$]$^$^$_$_$`$`$a$a$b$b$c$c$d$d$e$e$f$f$g$g$h$h$i$i$j$j$m$m$n$n$p$p$v$v$|$|$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ J%JW5OBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,Roasted@EQR@y@65\(@Ah\)?zG{@&@Q@3@e@r@P@zG?E?vȴ9@5fffff?Q?\(@ Q? =p ?У =p@@@@=p =@,R@.W =p?\(\@U@@qp1 piece, cooked, excluding refuse@U@3 oz@3BeefW5OBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,Broiled@F*=p @x@5Q@@33333?ffffff@&@Gz@4@d@s @O@p =q?zG{?vȴ9@5L?zG{?\(@ 333333?zG{?ҏ\(@@@@\(@+p =q@, =q?ffffff@U@@q@1 piece, cooked, excluding refuse@U@3 oz@Beef xPxT5OBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,ALL Grades,Cooked,Broiled@M8Q@k@:W =p@(p =q?zG@&@\(@9@j@w@Q@GzH?bM?bM@5fffff? =p ?ə@Q?QR?zG{@@@@ \(@Gz@Q?Gz@S@@h1 piece, cooked, excluding refuse@U@3 oz@EBeef,5BEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,ALL Grades,RAW@QHQ@d@3zG@ zG?\(\@ @Q@5@g@v@P@@=p =?lD?1&y@1? =p ?zG{@ ?QR?׮zG@@@@ Gz@ @ \(\?333333@M@?Q@2@5@w@@3333333?zG{???GzH?I^5?}@@@?͑hr @EFruits & Fruit Juices]4/'7DATES,DEGLET NOOR@4zH@q@?\(?@RR@ @O@C?QR@E@O@@?ҏ\(?^5?|?ěS@?ٙ?vȴ9?`A7L?bM?+ ?Q@3@3@3@$?@@@R?bM?nO;?tj~@f@1 cup, pitted@ 1 date@$Fruits & Fruit Juices ,~4- 7ELDERBERRIES,RAW@S33333@R@?Q??zG{@2ffffff@@C?@@C@q@?(\)?;dZ?333333@B?Q?Q??Q?p =q@@@@@>?O;dZ?zG{?ϝ-V@b 1 cupFruits & Fruit JuicesP47FIGS,RAW@S =p@R??333333?Q@3.zG@333333@0B\(@A?׮zG@1@,@m??333333?Q?bM?ə@?Q??ٙ?333333?hr!@@@@a@?(\)@@U@@"?Q?`A7L?nO;@P1 large@I1 medium?Fruits & Fruit Juices w4[17FIGS,Canned,H2O Pack,Solids and LIQUIDS@UMp =@J?ٙ??333333@+G{@@'zG@<?ҏ\(@$@$@Y??Q?(\)?+ I???O;dZ?tj~?zG{?lD?Q@@@@C@?zG{@ ffffff@7@?zG{?+ I?tj~@o1 cup@;1 fig, with liquidFruits & Fruit Juices 4k17FIGS,Canned,Light SYRUP Pack,Solids and LIQUIDS@TP =q@Q@?\(??333333@133333?@0&fffff@;?ҏ\(@$@$@Y??(\)?S?tj?ə??+ I?tj~?+?lD?Q@@@@B@?@@6@ ?zG{?+ I?tj~@o1 cup@<1 fig, with liquidFruits & Fruit Juicesofflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|>@BDFHJ$L%M&O'Q)S*X+\,_-a.d/f0gaibkcndperftgvhyi{j}klmnp    #%&+,./0248;=?ADHLOVX]`cegikqsvy~IJKL M NOPQRSTUV W#%'(*,.0234579:<> 4k17FIGS,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@SQ@V?QR??ҏ\(@6fffff@@433333@;?Q@$@$@X??(\)?"`A?$/?ə??+ I?l?dZ1?lD?Q@@@@B@?Q@333333@6@&?zG{?+ I?tj~@p01 cup@<1 fig, with liquidFruits & Fruit Juicess4w 7FIGS,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDS@Q\)@Z?QR??Q@;(\@:?Q@$@$@X@??(\)?^5?|??|hs??+ I?nO;?`A7?lD@B@?zG{?+ I?bM@pP1 cupFruits & Fruit Juices VV8^-4s !BEANS,SNAP,Green,Cooked,Boiled,Drained,without SALT@VNzG@A?=p =?Q?\(\@Q@ ?@F?@2@=@b@???/v?=p =?ə@#ffffff?l?E?S?l?1&y@@@@@@@@A?@0@z@@(?bM?+ I?\(@_@1 cupVegetablesD.5!!BEANS,SNAP,Green Variety, varieties,Canned,Regular Pack,Solids and LIQUIDS@WQ@.?陙??p =q@ ?@8?@*@3@W@p0?ə?Q?p =q?ə@ 333333??1&?ə?"`A?Q@2@2@2@t@0?O;dZ?pbM?vȴ9@^.5 cup@{p1 canVegetables YYKn04s!BEANS,SNAP,Green,Canned,Regular Pack,Drained Solids@WS33333@4?ffffff??ffffff@?ffffff?Q@:?@*@3@[@@p`?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l@@@@@@@{0@6?Q@#@pP@{?+ I?pbM?1&@`1 cup@O10 beansVegetables124}!BEANS,SNAP,Canned,ALL STYLES,SEASONED,Solids and LIQUIDS@W33333@0?\(?ə?Gz@ Q?@6?zG@*@0@W@@wP?Q?Q?+?ə@??+ J?m?+ J?+ I@2@2@2@h@:? =p ?bM?1&@\.5 cup@{p1 canVegetables aa144g!BEANS,SNAP,Green,Frozen,ALL STYLES,Unprepared@VxQ@@??Gz?\(@QR@ffffff@E?Q@6@@@g@@?У =p?+ J?أ =p?ٙ@)?XbM?O;dZ?-V?\(?$/@.@.@.@~p@8@r@?bM?bM?S@_1 cup@q1 packageVegetablesf55 !BEANS,SNAP,Green,Frozen,Cooked,Boiled,Drained without SALT@VG{@<? =p?\(?zG@@?zG@H?(\)@8@?@_@"?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Q@7@7@7@h@<? =p @)ffffff@t@?+ I?bM??|hs@`1 cupVegetables XXBH4!BEETS,RAW@UQ@E?\(?\(?GzH@#Q@ffffff@ =p @0?陙@7@D@tP@S?ffffff?333333?Vu?ffffff@?vȴ9X?zG{?`A7K? =p?&x@[@@[@@[@@@@?zG{?ə@4?S?`A7L?;dZ@a1 cup@T1 beet@@Vegetables^I4C)!BEETS,Cooked,Boiled,Drained@U =p@F?Gz? =p ?Q@#Q@@ =p@0?GzH@7@C@s@S@?ffffff?l?/w?ffffff@ ?S?zG{?/v?\(?&x@T@T@T@A@?zG{?ə@5?1&y?Q?bM@U@.5 cup, slices@Y2 beetsVegetables ==WJ4e !BEETS,Canned,Regular Pack,Solids and LIQUIDS@V33333@>?\(\? =p ?zG@\(?333333@Q@2?\(\@2@.@c@a?\(?tj?M?@ffffff?zG{?tj~?S?333333?(\)@=@=@=@7??Q?ə@,?+ I?vȴ9?@n1 cupVegetablesdL4C%+!BEETS,Canned,Drained Solids@Vp =@??Q?Q?\(@ =p?333333@ =p @.?Q@1@1@b@h@?Gz?5?|h?^5?|?@ffffff?zG{?zG{?tj?+?/v@>@>@>@8??Q?ə@.?O;dZ?1&y?1&@c1 cup, diced@h`1 cup, shreddedVegetables WW#HN4+!BEET GREENS,RAW@VGz@6@? =p@ =p@QR@ ?@]@@\(@Q@D@@l@?QR?r ě?$/?@>??(\)?ٙ??"`A@.@.@.@@s?@y@@@|?zG{?vȴ9?O;dZ@C1 cup@@1 leaf@FVegetablesYO4i !BEET Greens,Cooked,Boiled,Drained,without SALT@VHQ@;@\(?ə@Q@ =p@333333?333333@\?ffffff@Q@D@h@n ??bM?r ě?@8fffff?E?~"?-V?Vu?`A7L@,@,@,@@w?\(@~@@@@l?vȴ9X?tj~?Q@b1 cupVegetables aP4G#!BROADBEANS,Immature SEEDS,RAW@T@@R@ffffff?333333?񙙙@'ffffff@@6?ffffff@C@W@o@@I?\(?l?zG{?333333@@?\(?(\)??tj?tj~@X@X@X@u@2?lD?hr Ĝ? =p@[@1 cup@ 1 broadbean@VegetablesQ5 !BROADBEANS,Immature SEEDS,Cooked,Boiled,Drained,without SALT@T@O@333333??@$333333@ @2?@?@R@@h @D?zG?Q?д9XbN?@3?bM? =p ?333333?`A7L?-V@M@M@M@p@,?-V?zG{?dZ1Vegetables BBOR4%)!BROCCOLI,RAW@VS33333@A@\(?׮zG? =p@\(@?333333@G?\(\@5@P@s@@?=p =?+ J?Gz@@VL?-V?E?r ě?Vt?ffffff@O@O@O@@@?\(@Yffffff@9@w?@l?+?+ I?tj~@V1 cup, chopped@1 bunch@CVegetablesgS4c!BROCCOLI,Cooked,Boiled,Drained,without SALT@VP@A@ =p ?=p =? =p@Q@ ffffff?=p =@D?p =q@5@P@rP@D??;dZ?E?@P9? ěT?|hr?-V?E?ə@[@[@[@@X?333333@a33333@p@?9XbM?zG{?\(@q1 stalk@f1 stalkVegetables 44^T4Q!BROCCOLI,Frozen,Chopped,Unprepared@Vp =@:@zG{?ҏ\(?Q@Q@?Q@L?Q@2@I@j@8?޸Q?tj~?`A7@ffffff@L333333?"`A?tj~?zG?"`B? =p@P@P@P@@I?Q@Vfffff@,@?@?+ I?zG{?hr Ĝ@c1 cup@q1 packageVegetablesfU5 !BROCCOLI,Frozen,Chopped,Cooked,Boiled,Drained,without SALT@VzG@<@?Q?Q@ffffff@? =p @@?Q@*@H@a@&?Q?hr Ĝ?̋C%?ffffff@D ?(\)?j~#?O;dZ?щ7KƧ? =p@L@L@L@x@L?Q@X@.@?@h?nO;?bM?(\)@g1 cupVegetables !!aV4O!BROCCOLI,Frozen,SPEARS,Unprepared@V33333@=@zG{?\(?ffffff@ffffff@?Q@D? =p @0@M@o@@1?\(?nO;?bM?ffffff@Q33333?nO;?/v?ݑhr ?"`?ffffff@W@W@W@@L?@YY@.@?@?vȴ9?tj~?ļj~#@q1 package@X1 packageVegetablesvW4!BROCCOLI,Frozen,SPEARS,Cooked,Boiled,Drained,without SALT@VzG@<@?(\)?Q@ffffff@? =p @I?Q@4@K@f@8?333333?tj??ffffff@D ?(\)?j~#?O;dZ?щ7KƧ? =p@>@>@>@x@L?Q@X@.@?@h?nO;?bM?(\)@o@1 package@W.5 cupVegetables EX4/ !BROCCOLI RAAB,RAW@W#33333@6@ \(\?\(\?\(@@?\(@[@Q@6@R@@h@@? =p?$/?GzH?@4333333?ļj~#?nP?7KƧ?ԛS?S@T@T@|@``?Q@l@@??vȴ9? =pVegetables7Y45+)!BROCCOLI RAAB,Cooked@V=p @@@ =p? =p?\(@\(@ffffff? =p@]?QR@;@T@up@L?GzH?333333?QR?@B?šo?Q@Q?ܬ1&y?(\)@Q@Q@@l`@=p =@p@@@L?/v?Q?333333@{MGz1 bunch, cooked@U@1 NLEA servingVegetables :: OZ45!BRUSSELS SPROUTS,RAW@U@E@ =p ?333333?Q@!fffff@ffffff@@E?ffffff@7@Q@@xP@9?Gz?Q?Ցhr ?@U@?n? =p ? =p?Ƨ-?1&x@N@N@N@@C?(\)@f @@| @?vȴ9X?O;dZ?Õ$/@V1 cup@31 sprout@$Vegetableso[4s!BRUSSELS SPROUTS,Cooked,Boiled,Drained,without SALT@V9@B@ffffff??ffffff@ffffff@? =p@B?333333@4@L@s@5?Q??|hs?Vu?@O?dZ1?zG{?lC? ěT?ȴ9Xb@N@N@N@8@C?ۅQ@a@}@(?Gz?+?У =p@51 sprout@S.5 cupVegetables hh*\4Q!BRUSSELS SPROUTS,Frozen,Unprepared@UzG@D@=p =?=p =?(\)@p =q@ffffff@:?\(@4@O@w @$? =p?`A7L?lC?@Rfffff?Gz?;dZ?j~"?=p =?"`B@^@^@^@H@?@w ?$/?vȴ9X?~"@q1 package@X1 packageVegetablesf]5 !BRUSSELS SPROUTS,Frozen,Cooked,Boiled,Drained,without SALT@U\(@E@ Q?\(?Q@ =p@ffffff@ =p@:?޸Q@2@L@r @.?θQ?hr Ĝ?^5?|?333333@Fٙ?^5?|?hr!?/v?S?~"@Y@@Y@@Y@@@G?QR@h0@X@?j~#?Q?ə@c`1 cupVegetables c'@4g!BAMBOO SHOOTS,Cooked,Boiled,Drained,with SALT@WG{@(?zG{?(\)?=p =?Q?@(?θQ@@4@@n?zG?E?hr!?ٙ?zG{??333333?`A7L?+ J@@@?1&?tzG{?+ J@^1 cup@b1 shootVegetablesA5 !BEANS,KIDNEY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@VS33333@@@QR?\(?\(@Gz@3?zG{@7@C@h@@n`?(\)?E?xF?333333@A?+ I^?xF@1&x?bM?+@G@G@G@??|hs? =p ?Z1'Vegetables ''\B4 !LIMA Beans,Immature SEEDS,Cooked,Boiled,Drained,with SALT@PG{@^@=p =?zG{@zG{@7 =p@333333?zG@@@@R@`@@@o?GzH?ӅQ?1&x@@$333333?Q?tj~? =p?r ě?ȴ9XbN@:@:@:@w @3@@k? ě?tj~?öE@e@1 cupVegetablesuC5!LIMA Beans,Immature SEEDS,Canned,NO SALT,Solids and LIQUIDS@TJG{@Q@GzH?ҏ\(?=p =@*\)@ ?\(@<?\(@A@Q@q@?zG{?ļj~#?ffffff?񙙙@!ffffff?-V?tj?$/?QR?vȴ9X@0@0@0@b@ ?ҏ\(@ @V?`A7L?bM?n@_.5 cup@|`1 canVegetables D5!LIMA Beans,Immature SEEDS,Frozen,BABY,Cooked,Boiled,Drained,with SALT@Rfffff@Z@@?333333?@3s33333@?Q@<?\(\@L@\@y@p?ᙙ?7KƧ?tj?333333@333333?Q?(\)? =p?Ƨ-?p =q@0@0@0@d@ ?zG{@@Y?hr Ĝ?hr Ĝ?\(@sp1 package@V.5 cupVegetables  E5!LIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Cooked,Boiled,Drained,with SALT@R>Q@Y@GzH?\(?@3QR@333333?p =q@>?Q@E@X@@s@r?zG?\(?j~#?333333@)?l?;dZ?vȴ?/w?;dZ@5@5@5@g@$?ҏ\(@\?E?zG{?/w@sp1 package@U@.5 cupVegetableslF5  !MUNG Beans,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@WX\)@5@=p =? =p ?333333@\(?陙@Q@(?@,@<@Y@@n?zG?;dZ?Q?333333@&??1&?$/?vȴ?S@=@=@=@*??Q@633333@@@??tj~?bM@_1 cupVegetables 7G5  !BEANS,NAVY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@SGz@S@GzH?Q?p =q@.Q@0@Gz@[@Y@s@o@? =p ?`A7L?܋C%?333333@1L?bM?zG?5?|h?S?XbM@Z@Z@Z@?+ J?Q?EVegetablesEH5%!BEANS,PINTO,Immature SEEDS,Frozen,Cooked,Boiled,Drained,with SALT@MGz@d@@"Q?޸Q?GzH@>Gz@!333333@J@zG@K@Y@0@s?zG?+ I?ߍO;dZ?ffffff?ffffff?щ7KƧ?S?9XbM?ЃnP?E@A@A@A?-V?Q?ѩlD@q1 package@W.333 packageVegetables |I5 !BEANS,PINTO,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@WX\)@6?\(?zG{?\(@ffffff@.?Q@2@>@X@q?\(?dZ1?|hr?333333@ffffff?&x?5?|h?333333?zG?S@=@=@=??+?tj~?ǮzGVegetablesJ47 !BEANS,SNAP,YELLOW,RAW@VGz@??Q?Q?Q@\(@ 333333@B? =p@9@C@j @?θQ?lD?dZ1?333333@0L?$/?Gz?bM?bM?l@B@B@B@[@?vȴ9?tzG{?5?|h@[1 cup@(Vegetables >>[K4m !BEANS,SNAP,Green,Cooked,Boiled,Drained,with SALT@VNzG@A?=p =?Q?\(\@\(@ ?@G?zG{@9@C@r@m? =p ?^5?|?`A7?ٙ@#ffffff?l?E?S?l?1&y@@@@@@@@A?@0@z@@(?bM?+ I?\(@_@1 cupVegetables_L4u !BEANS,SNAP,Yellow,Cooked,Boiled,Drained,without SALT@VNzG@A?=p =?Q?\(\@Q@ ffffff?@G?zG{@9@C@r@? =p ?^5?|?`A7?ٙ@#ffffff?l?E?S?l?1&y@@@@@@@T@@?@0@H@(?bM?+ I?\(@_@1 cupVegetables qqQ\M4o !BEANS,SNAP,Yellow,Cooked,Boiled,Drained,with SALT@VNzG@A?=p =?Q?\(\@Q@ ffffff?@G?zG{@9@C@r@m? =p ?^5?|?`A7?ٙ@#ffffff?l?E?S?l?1&y@@@@@@@T@@?@0@H@(?bM?+ I?\(@_@1 cupVegetables+N4q!BEANS,SNAP,Green,Canned,NO SALT,Solids and LIQUIDS@WQ@.?陙??p =q@ ?@8?@*@3@W@,?ə?Q?p =q?ə@ 333333??1&?ə?"`A?Q@2@2@2@t@0?O;dZ?pbM?vȴ9@^.5 cup@{p1 canVegetables P1O4}!BEANS,SNAP,Yellow,Canned,Regular Pack,Solids and LIQUIDS@WQ@.?陙??p =q@ ?@8?@*@3@X@p0?ə?Q?p =q?ə@ 333333??1&?ə?"`A?Q@2@2@2@O@?O;dZ?pbM?vȴ9@^.5 cup@{p1 canVegetables,P4s!BEANS,SNAP,Yellow,Canned,NO SALT,Solids and LIQUIDS@WQ@.?陙??p =q@ ?@8?@*@3@X@,?ə?Q?p =q?ə@??1&?ə?"`A?Q@2@2@2@O@?O;dZ?pbM?vȴ9@^.5 cup@{p1 canVegetables eeRiQ4i!BEANS,SNAP,Green,Canned,NO SALT,Drained Solids@WS33333@4?ffffff??ffffff@?ffffff?Q@:?@*@3@[@@?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l@@@@@@@{0@6?Q@#@pP@{?+ I?pbM?1&@`1 cup@O10 beansVegetables*R4i!BEANS,SNAP,Yellow,Frozen,ALL STYLES,Unprepared@VxQ@@??Gz?\(@GzH@ffffff@E?Q@6@@@g@@?У =p?+ J?أ =p?ٙ@)?XbM?O;dZ?-V?\(?$/@.@.@.@`@?bM?bM?S@_1 cup@q1 packageVegetables //bS4{ !BEANS,SNAP,Green,Frozen,Cooked,Boiled,Drained,with SALT@VG{@<? =p?\(?zG@@?zG@H?(\)@8@?@_@n?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Q@7@7@7@h@<? =p @)ffffff@t@?+ I?bM??|hs@`1 cupVegetablesgT5 !BEANS,SNAP,Yellow,Frozen,Cooked,Boiled,Drained,without SALT@VG{@<? =p?\(?zG@@?zG@H?(\)@8@?@_@"?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Q@7@7@7@\@? =p @)ffffff@P@?+ I?bM??|hs@`1 cupVegetables 44cU4} !BEANS,SNAP,Yellow,Frozen,Cooked,Boiled,Drained,with SALT@VG{@<? =p?\(?zG@@?zG@H?(\)@8@?@_@n?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Q@7@7@7@\@? =p @)ffffff@P@?+ I?bM??|hs@`1 cupVegetablesaV4Y)!BEETS,Cooked,BOILED. Drained,with SALT@U =p@F?Gz? =p ?Q@#Q@@ =p@0?GzH@7@C@s@q?ffffff?l?/w?ffffff@ ?S?zG{?/v?\(?&x@T@T@T@A@?zG{?ə@5?1&y?Q?bM@U@.5 cup, slices@Y2 beetsVegetables fRW4[ !BEETS,Canned,NO SALT,Solids and LIQUIDS@VzH@<?陙?Q?zG@GzH?333333@Q@*?(\)@0@0@a@5?p =q?E?+ ?@ffffff?zG{?tj~?S?333333?(\)@=@=@=@6??Q?@*?+ I?vȴ9?@n1 cupVegetablesX4c !BEET Greens,Cooked,Boiled,Drained,with SALT@VHQ@;@\(?ə@Q@ =p@333333@\?ffffff@Q@D@h@}??bM?r ě?@8fffff?E?~"?-V?Vu?`A7L@,@,@,@@o?vȴ9X?tj~?Q@b1 cupVegetables m|Y4Y !BORAGE,Cooked,Boiled,Drained,with SALT@VQ@9@Q?Q?Q@ ffffff@Y@ Q@L@K@~@t@?(\)?M?أ =p?@@@?5?|h?Q?zG? =p ?+ I@$@$@$@!@k`?7KƧ?\(\?A7KƨVegetablesZ4 !BROADBEANS,Immature SEEDS,Cooked,Boiled,Drained,with SALT@T@O@333333??@$333333@2?@?@R@@h @qP?zG?Q?д9XbN?@3?bM? =p ?333333?`A7L?-V@M@M@M@p@,?-V?zG{?dZ1Vegetables ki[43 !BROCCOLI,LEAVES,RAW@V(\@<@ =p?ffffff?p =q@\(@H?(\)@9@P@tP@;?ٙ? =p ?O;dZ@@WL? =p?vȴ9X?j~"?Q?Z1'@Q@Q@Q@@@?S?tj~?`A7KVegetables\4E!!BROCCOLI,FLOWER CLUSTERS,RAW@V(\@<@ =p?ffffff?p =q@\(@H?(\)@9@P@tP@;?ٙ? =p ?O;dZ@@WL? =p?vȴ9X?j~"?Q?Z1'@Q@Q@Q@p@b?S?tj~?`A7K@Q1 cup@&1 floweretVegetables Z-ZO&5OBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,PRIME,Cooked,Roasted@Jfffff@r@@;5\(@3u\(?GzH@$@Gz@9@j@w@R@\(?+ J?bM@6?zG{?Gz@p =q?(\)?333333@"@"@"@\(\@ Q@!Q?Gz@T@@h1 piece, cooked, excluding refuse@U@3 oz@FBeefO%5OBEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,PRIME,Cooked,Broiled@K,@q@:zH@233333?=p =@$@(\)@9@i`@w@Q@333333?+?bM@5fffff? =p ?Gz@=p =?QR?ffffff@@@@ =p =@Q@ ?Q@T@@h1 piece, cooked, excluding refuse@U@3 oz@EBeef MEMt(5% BEEF,RIB,EYE,Small END (10-12),Lean only and FAT,0"FAT,Choice,Cooked,Broiled@K\(@p@:zG@0\(?GzH@2?@6@i @t`@J@(\)?+ I?nO;@zG?\(\@ ?ffffff@.@b`@n@J@ \(?/v?+ I@0?zG{? =p@=p =? =p?Q@@@@ =p @)Q@*p =q?Q@R@@=p ?@$@ =p @2@f@r@O@zG{?E?vȴ9@5L?Q?zG{@zG?\(?p =q@@@@\(@)Q@*zG?\(@T@@p1 piece, cooked, excluding refuse@U@3 oz@5Beef jIj[25'OBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Select,Cooked,Broiled@IG{@t@@5=p @9Q? =p@$@Q@3@f@s@@P@=p =?9XbM?vȴ9@5ffffff?Q?zG{@=p =?ffffff?p =q@@@@Q@$Q@%\(? =p @T@p1 piece, cooked, excluding refuse@U@3 oz@5Beef315BEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Select,RAW@KQ@s@0QR@933333?QR@ ?Q@0@c @pP@K@(\)?5?|h?tj~@0?zG{? =p@Gz?Q?ҏ\(@@@@\(@%zG{@&GzH?ffffff@Q@'>'?'?'@'@'A'A'B'B'C'C'D'D'E'E'F'F'G'G'H'H'I'I'J'J'K'K'L'L'M'M'N'N'O'O'P'P'Q'Q'R'R'S'S'T'T'U'U'V'V'W'W'X'X'Y'Y'Z'Z'['['\'\']']'^'^'_'_'`'`'a'a'b'b'c'c'd'd'e'e'f'f k!k245BEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,PRIME,RAW@HzG@w@/ =p @A@? =p @ ?Q@.@b @n@@J@ ?/v?+ I@/?zG{? =p@? =p?Q@@@@Q@, =q@-R?QR@R@@5OBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Select,Cooked,Broiled@N`@i@9+Q@%R?zG@"@\(@7@k @w@@R@Q? =p ?Q@5fffff?zG{?QR@ p =q?=p =?У =p@@@@ zG{@\(@p =q?=p =@S@i1 piece, cooked, excluding refuse@U@3 oz@DBeef+=5BEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Select,RAW@Qy@c@3Gz@ffffff?Q@@Gz@5@g@uP@P@?Q?1&y@1? =p ?zG{@?ٙ?\(@@@@ =p@@ffffff?ҏ\(@M@ @o @ ffffff?\(?\(@O\(@#@G\(@d@@=p =@Q@P@@@$?ᙙ?^5?|?QR?333333?333333?\(?E?+?Ƨ-?"`A@"@"@"@$?ffffff@/333333@@@?nO;?Z1'?zG@b=p 1 cup@ Gz1 fig@Fruits & Fruit JuicesG4/ 7FIGS,DRIED,STEWED@Qs33333@Z?Q?ٙ?陙@;R@@7Y@Q?(\)@=@=@r`@?θQ?vȴ9X?(\)?ə@?+ I?(\)?zG{?A7Kƨ?$/???@?333333@@@,?vȴ9X?hr Ĝ?nO@p01 cupFruits & Fruit Juices ((g4o 7FRUIT COCKTAIL,Canned,H2O Pack,Solids and LIQUIDS@V =q@@?Gz??У =p@!Q?@ =p @?@@&@W@? =p ?-V?333333?@?bM?+ I?;dZ?vȴ9X?vȴ9@@@@o@@*?ٙ@@_@H@R?xtj~?nO;?zG{@m1 cupFruits & Fruit Juicesi 4s 7FRUIT COCKTAIL,Canned,Juice Pack,Solids and LIQUIDS@U(\@G?p =q?zG{?p =q@'Q?@%Q@ ?Gz@@,@W@? =p ?vȴ9X?° ě?@?tj~?bM?n?vȴ9X?1&@@@@s@.?ٙ@@c@@M@R?PbM?`bM?pbM@m1 cupFruits & Fruit Juices dd* 5 7FRUIT COCKTAIL,Canned,Extra Light SYRUP,Solids and LIQUIDS@U@F?ٙ?Q?ə@'B\(?񙙙@ ?333333@@(@Z@?zG{??`A7@?Q?zG{??vȴ9X?1&@@@@m @(?zG{?1&y?vȴ9X@^.5 cupFruits & Fruit Juicesj 4u 7FRUIT COCKTAIL,Canned,Light SYRUP,Solids and LIQUIDS@UzH@L?ٙ?Q?p =q@-(\?@+(\@?ҏ\(@@&@V@@? =p ?Q?`A7??ffffff?nO;?tj~?QR?;dZ?1&@@@@i@$?@@Z@C@R?zG{?1&y?vȴ9X@n@1 cupFruits & Fruit Juices WWEj 4u 7FRUIT COCKTAIL,Canned,Heavy SYRUP,Solids and LIQUIDS@T@R@?\(?Q?p =q@2\)?@1\)@?ҏ\(@@&@V@?zG{?lD?nO;??ffffff?nO;?tj~?-V?Q?@@@@i@$?ٙ@@Z@C@R?zG{?vȴ9?vȴ9X@o1 cupFruits & Fruit Juices7 57FRUIT COCKTAIL,Canned,Extra Heavy SYRUP,Solids and LIQUIDS@SQ@V?\(?Q?(\)@6 =p?񙙙@?Q@@&@U@?zG{?&x?-V?ffffff?nO;?tj~?׍O;dZ?5?|h?+ J@@@@i @$?zG{?vȴ9?Q@p@1 cup@`@.5 cupFruits & Fruit Juices ^4i 7FRUIT SALAD,Canned,H2O Pack,Solids and LIQUIDS@V@>?ffffff?Q?(\)@zG{?@?333333@@"@S@?zG{?&x?S?ffffff?Q?$/?-V?"`A?bM@@@@{@6?nO;?vȴ9?1&y@n1 cupFruits & Fruit Juices4m 7FRUIT SALAD,Canned,Juice Pack,Solids and LIQUIDS@U@I?QR?Q?У =p@*?@&?@ @,@]@?Q??S@ ffffff?+ I?1&y?ȴ9Xb?"`A?S@@@@@>?pbM?tzG{?+ I@o 1 cupFruits & Fruit Juices rr4o 7FRUIT SALAD,Canned,Light SYRUP,Solids and LIQUIDS@U\(@M?\(?Q?Gz@.GzH?@?ҏ\(@@"@T@?Q? =p?l@?1&y?zG{?\(\?"`A?bM@@@@z@5?nO;?tj~?1&y@o1 cupFruits & Fruit Juicesg4o 7FRUIT SALAD,Canned,Heavy SYRUP,Solids and LIQUIDS@T =q@R@?\(?Q?Gz@3(\?@2(\@?Q@@"@T@?Q?bM?\(?@333333?Q?$/?5?|h?"`A?bM@@@@@9?ٙ@@o@X@R?zG{?1&y?vȴ9X@o1 cupFruits & Fruit Juices n%4{ 7FRUIT SALAD,Canned,Extra Heavy SYRUP,Solids and LIQUIDS@S(\)@V?Q?Q?Gz@6Q?@?Q@@"@T@?Q? ěT?M@?1&y?zG{?֗O;d?"`A?bM@@@@@@?nO;?tj~?S@p01 cupFruits & Fruit Juices4- 7GOOSEBERRIES,RAW@UzH@F?(\)?\(?\(\@$\(\@333333@9? =p@$@;@h??Q?Q?nO;?333333@;33333?zG{?Q?333333?M?zG{@@@@r @.?׮zG?tj~?1&?I^5?}@b1 cupFruits & Fruit Juices \  (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx++++++++++++++++++++++++++++++++++++++,,,,,,,,,,,,,,,,, , , , , , , , , , ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, , ,!,!,",",#,#,$,$,%,%,&,&,',',(,(,),),*,*,,,,,.,.,0,0,1,1,4,4,5,5,6,6,:,:,;,;,<,<,>,>,?,?,A,A,E,E,F,F,G,G,I,I,J,J,K,K,P,P,Q,Q,U,U,V,V,W,W,X,X,Y,Y,Z,Z,[,[,\,\,],],^,^,b,b HH-4{ 7GOOSEBERRIES,Canned,Light SYRUP Pack,Solids and LIQUIDS@Tfffff@R@??ə?ҏ\(@2@333333@0?Q@@@S@@?(\)?Ƨ-?Ƨ-?ٙ@$?zG{?"`A?Õ$/?lD?tj~@@@@a@@?vȴ9?nO;?(\)@o1 cupFruits & Fruit Juices4s+7GRAPEFRUIT,RAW,PINK and Reduced and WHITE,ALL AREAS@V\)@@?(\)?? =p@ (\)?񙙙@Q@(? =p @ @ @a`?Q?bM?tj~?333333@A333333?nO;?zG{??1&?$/@$@$@$@@G? =p@@@@@@?1&y?vȴ9?tj~@l1 cup, sections@d.5 large@IFruits & Fruit Juices IIFy4_+7GRAPEFRUIT,RAW,PINK and Reduced,ALL AREAS@V =p@E? =p?Q? =p @%QR?@\(@6?zG{@"@2@`?Q?bM?+ I?@?333333?tj?vȴ9X?1&?ěS?"`A@*@*@*@@M? =p@@p@@,@?zG{?zG{?nO;@l1 cup, sections@^.5 fruit@HFruits & Fruit Juices64y+7GRAPEFRUIT,RAW,PINK and Reduced,CALIFORNIA and ARIZONA@VS =p@B???ٙ@#aGz@&?zG{@"@(@b`??Q?bM?zG{@C ?hr Ĝ?zG{?r ě?1&?$/@(@(@(@p0?1&y?vȴ9?tj~@l1 cup, sections@^.5 fruit@HFruits & Fruit Juices QQ94_+7GRAPEFRUIT,RAW,PINK and Reduced,FLORIDA@V =p@>?ᙙ??ҏ\(@?񙙙@.?Q@ @"@_?Q?+ I?zG{?ffffff@B?zG{?zG{?ə?1&?$/@"@"@"@p0@*?1&y?vȴ9?tj~@l1 cup, sections@^.5 fruit@HFruits & Fruit Juicesn4I+7GRAPEFRUIT,RAW,WHITE,ALL AREAS@VQ@@?zG??Q@ R?񙙙@=p =@(?Q@"@ @b?Q??vȴ9?ffffff@@fffff?l?zG{?7KƧ?1&?tj@$@$@$@@@? =p@ @,@@$?1&y?vȴ9?tj~@l1 cup, sections@].5 fruit@IFruits & Fruit Juices `4K+7GRAPEFRUIT,RAW,WHITE,CALIFORNIA@VeQ@B?(\)??ffffff@".zG@(?zG{@"@(@a?Q?bM?zG{@@fffff?l?zG{?7KƧ?1&?tj@(@(@(@$?1&y?vȴ9?tj~@l1 cup, sections@].5 fruit@IFruits & Fruit Juices4E+7GRAPEFRUIT,RAW,WHITE,FLORIDA@V =q@@?(\)??zG{@ aGz@.?@"@@b?Q?1&y?+ I@B?zG{?zG{?ə?1&?tj@"@"@"@$?1&y?vȴ9?tj~@l1 cup, sections@].5 fruit@IFruits & Fruit Juices ..d4y 7GRAPEFRUIT,SECTIONS,Canned,H2O Pack,Solids and LIQUIDS@Vvfffff@B?\(??zG{@"L?ٙ@!@.?=p =@$@$@`@? =p ?&x?|1&y?@5?+?$/?;dZ?Q?zG{@"@"@"? =p ?1&y?1&y?tj~@n1 cupFruits & Fruit Juicesf 4} 7GRAPEFRUIT,SECTIONS,Canned,Juice Pack,Solids and LIQUIDS@VjG{@B?ffffff? =p ?\(@"kQ?ٙ@!@.?Gz@&@(@e @?zG{?l?|1&y?@@33333?-V?nO;?;dZ?Q?zG{@"@"@"? =p ?tj~?tj~?$/@o 1 cupFruits & Fruit Juices m!5  7GRAPEFRUIT,SECTIONS,Canned,Light SYRUP Pack,Solids and LIQUIDS@T\(@N?Q?? =p@.Gz?ٙ@.zG@,?ٙ@$@$@` @?zG{?`A7L?|1&y?@5L?tj~?zG{?vȴ?Q?zG{@"@"@"? =p ?1&y?vȴ9?tj~@o1 cupFruits & Fruit Juicesn#4_7GRAPEFRUIT Juice,WHITE,Canned,Unsweetened@Vfffff@C? =p??zG{@!Q?@!Q@?ə@$@&@c ?? =p ?tj~?zG{?@=333333?$/?zG{?͑hr ? =p?zG{@$@$@$@?zG{@@?@$?vȴ9?vȴ9?O;dZ@n1 cup@>fffff1 fl ozFruits & Fruit Juices l$4[7GRAPEFRUIT Juice,WHITE,Canned,Sweetened@UQ@G?\(? =p ?=p =@&B\(?@&\(@ ? =p @$@&@d@@?Q?tj~?zG{?@:fffff?zG{?O;dZ?j~"? =p?zG{@$@$@$@?zG{@@?@$?tj~?tj~?$/@o@1 cup@?3333331 fl ozFruits & Fruit Juicesv%5  7GRAPEFRUIT Juice,WHITE,Frozen Concentrate,Unsweetened,Undiluted@O@b@?Q?޸Q?zG@AGzH?ٙ@AzG@;?\(\@C@H@~@@? =p ?5?|h?Q?333333@]33333?\(?+?9XbN?$/?öE@*@*@*@?@?Q?@ @*@@A?bM? ěT?hr!@i1 canFruits & Fruit Juices &5-7GRAPEFRUIT Juice,WHITE,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O@VS33333@D?ᙙ? =p?Q@#u\(?@#B\(@ ?Q@&@,@a???`A7L?zG{?@@ٙ?E?+ I?Ƨ-?1&x?+ I@@@@"?zG{@@?@$?tj~?nO;?bM@n1 cup@>fffff1 fl ozFruits & Fruit Juices GGI`4-!BURDOCK ROOT,RAW@T\(@R?zG{?333333?zG{@1W =p@ ffffff@333333@D?陙@C@I@s@@?Q?E?Ͳ-V?ffffff@?zG{?Q?333333?ԋC%?θQ@7@7@7?QR???l?5?|h@]1 cup@c1 root@9Vegetablesha4k!BURDOCK ROOT,Cooked,Boiled,Drained,without SALT@R\)@V@Q?Q?\(\@5&fffff?@ ffffff@H? =p@C@W@@v@?QR?ȴ9Xb?GzH?@?+?-V?zG{?֗O;d?"`B@4@4@4?p =q@?O;dZ?Q?(\)@_@1 cup@d1 rootVegetables pb45!BUTTERBUR,(FUKI),RAW@W@,?\(?zG{?\(\@ Gz@Y?@,@(@x@?zG{?^5?|?щ7KƧ?@??zG{?zG{?ə?bM?tj~@$@$@$@I@@W1 cup@1 petiole@(Vegetablesjc4e !BUTTERBUR,Cooked,Boiled,Drained,without SALT@X,@ ?p =q?zG{?(\)@GzH@M?@ @@v @? =p ?5?|h?+?@2fffff?zG{?zG{??nO;?vȴ9@@@@;?Vegetables &td4-)!BUTTERBUR,CANNED@XzG{@?(\)? =p?\(\?QR@A?(\)@@@(@?Q?l?+ J?@'?xtj~?xtj~?Q?+ I?`A7L@@@@_1 cup, chopped@F3 stalksVegetablesVe4#)+!CABBAGE,RAW@W @8? =p ?Q?Q@QR@ffffff@ =p@G?Gz@.@7@n@2? =p ?O;dZ?Z1'?@@??zG{?333333?Q?tj~@E@E@E@e`@"?333333@N@9@V@s`?bM?nO;?Q@V@1 cup, chopped@Q1 cup, shredded@4Vegetables ,,nf4a-!CABBAGE,Cooked,Boiled,Drained,without SALT@Wffffff@6?QR?ۅQ?\(\@ =p?ffffff@\(\@??\(@ @.@X@@ ? =p ?tj~?E?333333@4?/v?(\)? I^5??n?hr!@4@4@4@a@?Q@Hs33333@4@R@o?"`A?Q?+ J@1 head@R.5 cup, shreddedVegetables^h43)+!CABBAGE,Reduced,RAW@V\)@??Gz?zG{?zG{@zG{@@GzH@F?陙@0@>@n`@;?(\)?hr Ĝ?vȴ?333333@L?bM?lD?n?`A7?n@2@2@2@p@L?(\)@C@@4@t?hr Ĝ?tj~?@V@1 cup, chopped@Q1 cup, shredded@4Vegetables <<6vi4q-!CABBAGE,Reduced,Cooked,Boiled,Drained,without SALT@V\(@=?(\)? =p ? =p@\(@@ \(@E?Q@1@@@p`@ ??S?̋C%@ffffff@%?-V?Q?r ě?öE?@8@8@8@@@?Q@G@4@4?vȴ9?Q?QR@61 leaf@R.5 cup, shreddedVegetablesFj4/+ !CABBAGE,SAVOY,RAW@V@;@??陙@ffffff@@(\)@A?ٙ@<@E@l@<?GzH?vȴ9X? =p ?@??Q?Q?333333?-V?QR@T@T@T@@@I?\(@Q333333@@S@?vȴ9?|1&y?tj~@Q1 cup, shredded@4Vegetables rr%k4m+ !CABBAGE,SAVOY,Cooked,Boiled,Drained,without SALT@W@8?? =p ?ffffff@ =p@ffffff@>?QR@8@@@g@8?p =q?vȴ9?tj~?ffffff@1?1&?zG{?tj~?Z1'?tj~@G@G@G@@F?tj~?|1&y?tj@b 1 cup, shreddedVegetablesal4I+!CABBAGE,CHINESE (PAK-CHOI),RAW@WzG@*??ə?陙@p =q??Gz@Z@?陙@3@B@o@P@?QR?$/?Z1'?@F?zG{?Q??+ I?E@P@P@P@t@k? =p @Afffff?@@D?vȴ9?Q?tj~@Q1 cup, shredded@@1 head@(Vegetables 33*sm5+ !CABBAGE,CHINESE (PAK-CHOI),Cooked,Boiled,Drained,without SALT@W33333@(?\(?zG{?ffffff?zG{??\(@W@? =p@&@=@w0@A?\(?tj~?nO;?ٙ@:?bM? ěT?dZ1?9XbM??|hs@D@D@D@@j? =p @A?@@C?$/?tj~?E@e@1 cup, shreddedVegetablesRo4G+ !CABBAGE,CHINESE (PE-TSAI),RAW@W\)@0?333333?ə?\(\@ =p?333333?\(@S@? =p@*@=@m@"?p =q?nO;?QR?333333@;?zG{??ٙ?Gz?Ͳ-V@S@S@S@s@0?Q@Es33333?@g@H?tj?O;dZ?nO;@S1 cup, shredded@Vegetables |@p5+!CABBAGE,CHINESE (PE-TSAI),Cooked,Boiled,Drained,without SALT@W\(@,??\(?\(@GzH?333333@@?333333@$@C@l @"? =p ?-V?Õ$/?ٙ@/?+ I?+ I??zG{?Ƨ-@J@J@J@8@H?nO;?zG{?;dZ@]1 cup, shredded@,1 leafVegetablesr4#+ !CARDOON,RAW@W@4?ffffff?? =p@\(?@Q?ffffff@E@7@y@e@?\(?1&y?bM?@?zG{?Q?333333?XbM?tj@<@<@<@^@?+ I?nO;?E@f@1 cup, shredded@IVegetables 0s4a !CARDOON,Cooked,Boiled,Drained,without SALT@W]p =@6?QR?(\)?\(@QR?333333@R?\(\@E@7@x@f? =p ?$/??333333?nO;?vȴ9X?`A7?E?$/@6@6@6@]@?tj~?zG{?+ IVegetablesLt4#)'!CARROTS,RAW@V\(@D?\(?θQ? =p @#(\)@ffffff@(\)@@?333333@(@A@t@Q@?θQ? =p ?M?@?`A7L?-V?tj~?xF?lD@3@3@3@ǂ@?Q@*ffffff@@@S@@i?l?1&y?E@`1 cup, chopped@[1 cup, gratedVegetables  lu4a)!CARROTS,Cooked,Boiled,Drained,without SALT@VG{@A?QR? =p ?p =q@ p =q@@ @>?\(@$@>@m`@M?ə?hr Ĝ? =p?ffffff@ ?`A7L?+ I? =p?Ͳ-V?Õ$/@,@,@,@̀@?zG{@+ffffff@@F@i@@x?l?|1&y?dZ1@#ffffff1 tbsp@S.5 cup, slicesVegetablesov4i)!CARROTS,Canned,Regular Pack,Solids and LIQUIDS@W?\(@7?\(?Q?p =q@zG{?@zG@?? =p@"@4@e@n?ҏ\(?^5?|??ٙ@?tj~?S?l?n?1&y@ @ @ @dž@?\(\@#@^@?@j@??xtj~? =p@^.5 cup, slices@|`1 canVegetables ((rx4a''!CARROTS,Canned,Regular Pack,Drained Solids@W<@9?zG{?QR?\(@(\)?@ =p@9?zG{@ @8@f`@n@?У =p?vȴ9??ٙ@?nO;?Q?lD?GzH?1&y@"@"@"@@p?zG@#@n@?nO;?nO;?O;dZ@l1 cup, mashed@b@1 cup, slicedVegetables^z4?)!CARROTS,FROZEN,UNPREPARED@V\(@B?\(?p =q?\(@@ ffffff@ =p @B?(\)@(@@@m`@Q?Q?l?S?ffffff@?+ I?l?ݲ-V?-V?QR@$@$@$@@? =p @1@@@@r?bM?1&y?E@q1 package@P.5 cup, slicesVegetables PP8d{4o' !CARROTS,Frozen,Cooked,Boiled,Drained,without SALT@VzG@B?\(?\(?zG@Q@ ffffff@QR@A?\(@&@?@h@M?ffffff?E?`A7K?333333@ffffff?Q?l?ڟvȴ9?E?$/@&@&@&@<@?(\)@+333333@~@@@r?Q?vȴ9X?`A7K@b@1 cup, slicedVegetablesD~4#!CASSAVA,RAW@M =p@d?\(?Q? =p@CzH??333333@0?GzH@5@;@p@,?\(??ؓtj~?ffffff@4?E?tj~?S?dZ1?+ I@;@;@;@*??QR?ffffff@ ?l?333333?tj~@i1 cup@y1 rootVegetables ??L4+!!CAULIFLOWER,RAW@V=p @9?zG??Q@333333@@333333@6?(\)@.@F@r@>?Q?$/?+?333333@G333333?/v? ěT?E?/w?j~"@L@L@L@*??zG{@0@ @@?bM?1&y?XbM@Y1 cup@*1 floweret@NVegetablesm4i#!CAULIFLOWER,Cooked,Boiled,Drained,without SALT@W@@7?p =q??333333@p =q@?\(@0?Q@"@@@a@.? =p ?S?lD?@F&fffff?$/?vȴ9?=p =?A7Kƨ?$/@F@F@F@(??Q@+@@=?Q?bM?Ƨ-@O.5 cup@K3 floweretsVegetables x]43 !BROCCOLI,STALKS,RAW@V(\@<@ =p?ffffff?p =q@\(@H?(\)@9@P@tP@;?ٙ? =p ?O;dZ@@WL? =p?vȴ9X?j~"?Q?Z1'@Q@Q@Q@y@4?S?tj~?`A7K@\1 stalkVegetablesd^4]!BROCCOLI,Cooked,Boiled,Drained,with SALT@V(\@<@ =p?ffffff?p =q@=p =@ ffffff?=p =@D?p =q@5@P@rP@p`??;dZ?E?@E? ěT?|hr?-V?E?ə@[@[@[@@X?333333@a33333@p@?S?tj~?`A7K@q1 stalk@f1 stalkVegetables ## b_4{ !BROCCOLI,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@VzG@<@?Q?Q@ffffff@? =p @@?Q@*@H@a@p@?Q?hr Ĝ?̋C%?ffffff@D ?(\)?j~#?O;dZ?щ7KƧ? =p@L@L@L@x@L?Q@X@.@?@h?nO;?bM?(\)@g1 cupVegetabless`4y!BROCCOLI,Frozen,SPEARS,Cooked,Boiled,Drained,with SALT@VzG@<@?(\)?Q@ffffff@? =p @I?Q@4@K@f@p@?333333?tj??ffffff@D ?(\)?j~#?O;dZ?щ7KƧ? =p@>@>@>@x@L?Q@X@.@?@h?nO;?bM?(\)@o@1 package@W.5 cupVegetables Z,a4m!BRUSSELS SPROUTS,Cooked,Boiled,Drained,with SALT@UzG@D@ffffff?QR?ffffff@!W =p@@B?333333@4@L@s@p?Q??|hs?Vu?@O?dZ1?zG{?lC? ěT?ȴ9Xb@N@N@N@x@B?Gz?+?У =p@51 sprout@S.5 cupVegetables"b4{ !BRUSSELS SPROUTS,Frozen,Cooked,Boiled,Drained,with SALT@U\(@E@ Q?\(?Q@ =p@ffffff@8?zG@8@K@tP@p0? =p ?Q?zG{?@Fٙ?^5?|?hr!?/v?S?~"@Y@@Y@@Y@@h@=?j~#?Q?ə@c`1 cupVegetables Mc4e!BURDOCK ROOT,Cooked,Boiled,Drained,with SALT@R\)@V@Q?Q?\(\@5&fffff?@ ffffff@H? =p@C@W@@v@n?QR?ȴ9Xb?GzH?@?+?-V?zG{?֗O;d?"`B@4@4@4?p =q@@_@1 cup@d1 rootVegetablesgd4_ !BUTTERBUR,Cooked,Boiled,Drained,with SALT@X,@ ?p =q?zG{?(\)@GzH@M?@ @@v @n? =p ?5?|h?+?@2fffff?zG{?zG{??nO;?vȴ9@@@@;?Vegetables 9&e4Q-!CABBAGE,COMMON,FRESHLY HARVEST,RAW@W!Gz@8?\(\? =p ? =p @zG{@ffffff@G?Q@.@7@n@2? =p ?O;dZ?Z1'?@I??Q?333333?Q?QR@L@L@L@_@?O;dZ?vȴ9?E@`1 head@A.5 cup, shredded@4VegetablesCf5 -!CABBAGE,COMMON (DANISH,DOMESTIC, and POINTED TYPES),STORED,RAW@W!Gz@8?\(\? =p ? =p @zG{@ffffff@G?Q@.@7@n@2? =p ?O;dZ?Z1'?@E??Q?333333?Q?QR@L@L@L@_@?O;dZ?vȴ9?E@`1 head@A.5 cup, shredded@4Vegetables SSIrg4i-!CABBAGE,COMMON,Cooked,Boiled,Drained,with SALT@Wffffff@6?QR?ۅQ?\(\@ =p?ffffff@\(\@??\(@ @.@X@@o? =p ?tj~?E?333333@4?/v?(\)? I^5??n?hr!@4@4@4@a@?Q@Hs33333@4@R@o?"`A?Q?+ J@1 head@R.5 cup, shreddedVegetables3h4k-!CABBAGE,Reduced,Cooked,Boiled,Drained,with SALT@Wffffff@5??ə? =p@\(@@B?ffffff@&@=@a@n?333333?lD?nP?333333@A333333?hr Ĝ?zG{?ə?(\)?Q@*@*@*@;??vȴ9?Q?QR@61 leaf@R.5 cup, shreddedVegetables ff "i4g+ !CABBAGE,SAVOY,Cooked,Boiled,Drained,with SALT@W@8?? =p ?ffffff@ =p@ffffff@>?QR@8@@@g@p@?p =q?vȴ9?tj~?ffffff@1?1&?zG{?tj~?Z1'?tj~@G@G@G@@F?tj~?|1&y?tj@b 1 cup, shreddedVegetablespj5+ !CABBAGE,CHINESE (PAK-CHOI),Cooked,Boiled,Drained,with SALT@W33333@(?\(?zG{?ffffff?zG{??\(@W@? =p@&@=@w0@p?\(?tj~?nO;?ٙ@:?bM? ěT?dZ1?9XbM??|hs@D@D@D@@j? =p @A?@@C?$/?tj~?E@e@1 cup, shreddedVegetables w?\(@$@>@m`@r?ə?hr Ĝ? =p?ffffff@ ?`A7L?+ I? =p?Ͳ-V?Õ$/@@@@@h?zG{@+ffffff@@ @@r`?Q?xtj~?ȴ9Xb@#ffffff1 tbsp@S.5 cup, slicesVegetablesjn4_)!CARROTS,Canned,NO SALT,Solids and LIQUIDS@W?\(@7?Gz?Q?p =q@zG{?@zG@?? =p@"@4@c@A?ҏ\(?^5?|??ٙ@?tj~?S?l?n?1&y@ @ @ @@p?\(\@#@n@??xtj~? =p@^.5 cup, slices@|`1 canVegetables 11#no4Y''!CARROTS,Canned,NO SALT ,Drained Solids@W<@9?zG{?QR?\(@(\)?@ =p@9?zG{@ @8@f`@E?У =p?vȴ9??ٙ@?nO;?Q?lD?GzH?1&y@"@"@"@@p?zG@#@n@?nO;?nO;?O;dZ@l1 cup, mashed@b@1 cup, slicedVegetablesYp4i' !CARROTS,Frozen,Cooked,Boiled,Drained,with SALT@VzG@B?\(?\(?zG@Q@ ffffff@QR@A?\(@&@?@h@rp?ffffff?E?`A7K?333333@ffffff?Q?l?ڟvȴ9?E?$/@&@&@&@<@@+333333@~@@@r?`A7L?Q?Z1'@b@1 cup, slicesVegetables 11jq4c#!CAULIFLOWER,Cooked,Boiled,Drained,with SALT@W@@7?p =q??333333@p =q@?\(@0?Q@"@@@a@n@? =p ?S?lD?@F&fffff?$/?vȴ9?=p =?A7Kƨ?$/@F@F@F@(??Q@+@@=?Q?bM?Ƨ-@O.5 cup@K3 floweretsVegetables]r4q !CAULIFLOWER,Frozen,Cooked,Boiled,Drained,with SALT@W@3?\(?(\)?Gz@@?@1?=p =@"@8@a`@o? =p?tj~?333333?333333@?L?l?"`A? =p?+ J?+ I@D@D@D@$?Q@'@@8?`A7L?Q?^5?|@f1 cupVegetables ${s4]' !CELERIAC,Cooked,Boiled,Drained,with SALT@W33333@;?Q?QR?zG{@@:?ۅQ@(@P@e@r?ə?tj?tj~?ٙ@ ?S?l?S?lC?"`B@@@@c`1 cup, piecesVegetablesXt4Y% !CELERY,Cooked,Boiled,Drained,with SALT@W =p@2?\(?zG{?@ =p ?@\(@E?Gz@(@9@q@tp?Q?nO;?"`A?@ffffff?tj?bM?j~"?\(?tj@6@6@6@@=?ffffff@Bfffff@u@v?zG{?Q?333333@b1 cup, dicedVegetables tGu4c) !CHARD,SWISS,Cooked,Boiled,Drained,with SALT@W)@4?zG?zG{?(\)@Q@?񙙙@M@zG@U@@@(@y?Q?/w?`A7K?@2?hr Ĝ?tj? =p ?/w?\(@"@"@"@@s ?=p =@tt@F@@Ń@e1 cup, choppedVegetablesv4g !CHAYOTE,FRUIT,Cooked,Boiled,Drained,with SALT@W[Q@8? =p?޸Q?QR@\(\@ffffff@*?(\)@(@=@e@m? =p?(\)?šo?333333@ ?vȴ9?zG{?Gz?1&?5?|h@2@2@2@G@?tj@d1 cupVegetables VV(Nw4w!CHRYSANTHEMUM,GARLAND,Cooked,Boiled,Drained,with SALT@W\(@4?=p =? =p ?Q@=p =@ffffff@zG@Q@@ Q@2@E@@r?ə?$/?ָQ?333333@7fffff?$/?zG{? =p ?$/?5?|h@I@I@I@@` @afffff@@@Y1 cup@1 tbspVegetablesTx4]) !COLLARDS,Cooked,Boiled,Drained,with SALT@V =p@:@Gz? =p ?QR@ =p@ffffff@a?\(@4@>@]@o?p =q?tj~?lC?@2333333?zG{?"`A?ffffff?lC?bM@W@@W@@W@@@y`?(\)@{@V@@4@?bM?vȴ9?$/@g1 cup, choppedVegetables g.4_' 7APPLES,RAW,without Skin,Cooked,MICROWAVE@U(Q@L?Q?Gz?У =p@,R@ffffff@'8Q@?\(@@ @W@??zG{?O;dZ?-V?333333?333333?hr Ĝ?+ I?;dZ?O;dZ?O;dZ???@D@??ffffff@1@*@5?hr Ĝ?hr Ĝ?;dZ@e@1 cup, slicesFruits & Fruit Juices jj"4)5/CEREALS,CREAM OF WHEAT,QUICK,Cooked with H2O,without SALT@Ufffff@K??ə?@&ffffff?@5@333333@@E@3@M?Q?1&y@)??333333?-V?tj~@F@D@@R?hr Ĝ?S?(\)@m1 cup@-1 tbspBreakfast CerealsZ*4Q/CEREALS,CREAM OF WHEAT,Instant,DRY@$@v@%333333?ffffff@@R@ ffffff?ٙ@vP@<@A@Y@\@.?\(\?˥S@4?lC?lC@1dZ?Vt?tj~@vP@t0@A@8@p@@?(\)?@0?j~"?ȓtj~?ěS@f@1 cup@'1 tbspBreakfast Cereals aae+5 /CEREALS,CREAM OF WHEAT,Instant,Prepared with H2O,without SALT@U@O?p =q?θQ?@*(\)?333333?Q@P@ =p@@2@4@?\(?tj@ ?Ͳ-V?Gz@vȴ9X?E?Ƨ-@O@L@@Y@@(@m@m?zG{?@?tj~?`A7L?&x@n 1 cup@.3333331 tbspBreakfast Cereals,4a /CEREALS,CREAM OF WHEAT,MIX'N EAT,Plain,DRY@%ffffff@v@#ffffff?333333@ffffff@Rfffff@ffffff@Q@<@;@Q@`@?333333?nO;@4??@1?ݑhr ?@v@s@A@@9@@?lC??|hs?O;dZ@fffff1 fl ozFruits & Fruit Juicesi+4U7GRAPES,AMERICAN TYPE (SLIP Skin),RAW@TS33333@P?(\)?ffffff?=p =@1&fffff?@0@@,?ҏ\(@@$@g@?zG{?zG{?"`?@?O;dZ?/v?333333?tj~?(\)@@@@Y@?QR@-333333?@M@R?/v?1&y?1&@W1 cup@3333331 grape@EFruits & Fruit Juices +,5/+/7GRAPES,Reduced OR Green(EURO TYPE Variety, varieties,SUCH AS,THOMPSON SDLESS),RAW@T"\(@Q@? =p ?zG{?޸Q@2?@.\(@$? =p @@4@g@?Q?A7Kƨ?-V?@%?lD?Q?bM??tj@@@@P@?QR@-333333?@C@R?S?|1&y?tj~@d1 cup, seedless@c@1 cup, with seeds@Fruits & Fruit Juices  r-5 7GRAPES,Canned,THOMPSON SEEDLESS,H2O Pack,Solids and LIQUIDS@V5\(@D??(\)?@$?333333@#ffffff@$?\(\@@2@Z@??1&y?+???vȴ9X?O;dZ? =p?E? =p@@@@F@? =p@#?@:@H?Q?pbM?vȴ9X@n1 cupFruits & Fruit Juicesz.5 7GRAPES,Canned,THOMPSON SEEDLESS,Heavy SYRUP Pack,Solids and LIQUIDS@SR@R@?޸Q??θQ@3fffff?333333@3 @$?zG@@1@Y@??S?tj~???Q?+ I??E? =p@@@@P@? =p@#?@C@H?`A7L?pbM?Q@p1 cupFruits & Fruit Juices /57GRAPE Juice,Canned OR Bottled,Unsweetened,without Vitamin C@UzH@N?Q?zG{?ҏ\(@-Q?@-Q@"?θQ@$@&@`@??1&y? =p ???vȴ9?l?ěS?E? =p@@@@ ?ٙ@@A??htj~?+ I@o1 cup@?1 fl ozFruits & Fruit Juices y05 7GRAPE Juice,Frozen Concentrate,Sweetened,Undiluted,with Vitamin C@K333333@f`?? =p?GzH@F/\(?333333@F\)@*? =p @.@.@R@? =p?O;dZ?vȴ9X?ٙ@Tfffff?vȴ9?KƧ?ە$/??|hs?`A7@@@@;??ffffff@1@o`?^5?|?vȴ9?O;dZ@k1 canFruits & Fruit Juices 1517GRAPE Juice,Frozen Concentrate,Sweetened,Diluted with 3 VOLUME H2O,with Vitamin C@U@I?QR? =p ?zG{@)?@)L@?@@@5@?zG{?vȴ9?Ƨ-?@7fffff?Q?vȴ9?vȴ9X?tj~?$/???@ ?ٙ@@R?-V?pbM?vȴ9@o@1 cup@?3333331 fl ozFruits & Fruit Juices24i 7GROUNDCHERRIES,(CAPE-GOOSEBERRIES OR POHA),RAW@UY@J?ffffff?ffffff?陙@&ffffff@"?@D@&?(\)?zG{@ffffff@@B@a1 cup@Fruits & Fruit Juices f34/;7GUAVAS,COMMON,RAW@T333333@Q@ffffff?ffffff?=p =@, =p@@! =p@2?У =p@6@D@z@?p =q?p =q?333333?333333@l?&x?zG{?XbM?/w?(\)@H@H@H@@??\(\@@w`@T?hr Ĝ?E?٩lD@d1 cup@KZG{1 fruit, without refuse@6Fruits & Fruit JuicesZ447;7GUAVAS,STRAWBERRY,RAW@T*=p @Q@?\(?333333?陙@1\(\@@5?(\)@1@;@r@@B@B?Q?Q?333333@V@?tj?(\)?1&x@n1 cup@1 fruit, without refuse@.Fruits & Fruit Juices y@741 7GUAVA SAUCE,COOKED@Vc =p@B?zG{?Q?@"\(@ @Q@? =p @@&@l @?\(?E?S?@bL?vȴ9?vȴ9?Gz? =p @@@@q@,?ᙙ?ffffff@e@@?zG{?vȴ9?5?|h@m1 cupFruits & Fruit Juices84'' 7JACKFRUIT,RAW@RNQ@W?Q?333333?@8\(?@A?333333@B@B@r@?Gz?-V?7KƧ?333333@?Q?(\)?ٙ?S@,@,@,@r@.? ěT?+ I?tj@d1 cup, sliced@RFruits & Fruit Juices 594=7JAVA-PLUM,(JAMBOLAN),RAW@TQ@N? =p ?p =q? =p @/Q@3?QR@.@1@S@,@,?xtj~?tj~?У =p?tj~@@`1 cup@"3 fruit@3Fruits & Fruit Juices#:4! 7JUJUBE,RAW@Sw =p@S?333333?ə?QR@4:G{@5?޸Q@$@7@o@@?? ě?$/@Q@?zG{?zG{??j~#@D@@Fruits & Fruit Juices;4% 7JUJUBE,DRIED@333333@q@ ?񙙙?ffffff@Rffffff@S?@B@Y@@"?QR?\(?ӅQ@*?Gz? =p ?@&Fruits & Fruit Juices &&(~<4c77KIWI FRUIT,(CHINESE GOOSEBERRIES),Fresh,RAW@TzG@N?=p =? =p?Q@-QR@@!G{@A? =p@1@A@s@?Q? =p?+ J?ə@W,?S??m?lC? ěT@9@9@9@U@?\(\@D&fffff@J@^?-V?bM?^5?|@f 1 cup@V1 fruit, without skin@,Fruits & Fruit JuicesT=4%; 7KUMQUATS,RAW@T6fffff@Q?zG?Q? =p@/@@"Q@O?Q@4@3@g@@$?\(?QR?GzH@E33333?l? =p ?tj~?ʟvȴ9?nO;@1@1@1@r @.?333333@c`@h @` ?^5?|?öE?S@31 fruit, without refuse@Fruits & Fruit Juices f>4;+7LEMONS,RAW,WITHOUT PEEL@V>Q@=?񙙙?333333?333333@" =p@ffffff@@:?333333@ @0@a@@?Q?l?Q?ٙ@J?zG{?zG{??QR?zG{@&@&@&@6??333333?@@4@&?+?+ I?ȴ9Xb@j1 cup, sections@M1 fruit@GFruits & Fruit Juicesk?459 7LEMONS,RAW,WITH PEEL@Uٙ@4?333333?333333?ٙ@%ffffff@@N?ffffff@(@.@b @??У =p@S@??zG{?ə?Ͳ-V?lC@>@?+?+ I?ȴ9Xb@[1 fruit, without seeds@Fruits & Fruit Juices CCT@4+7LEMON JUICE,RAW@VQ@9?QR?У =p@!B\(?ٙ@333333@?Q@@@_???-V?bM?@G?Q?zG{??^5?|?1&@*@*@*@3??333333@@1@"@n1 cup@>1 fl ozFruits & Fruit JuicesaA4G7LEMON Juice,Canned OR Bottled@Wp =@5?ٙ?ҏ\(? =p @Q?ٙ@333333@&? =p@ @"@Y@5?Q?l?zG{?@8?E?nO;?7KƧ?KƧ?tj@$@$@$@.??333333@@*@&?tj~?+ I?\(@n1 cup@.ffffff1 tbspFruits & Fruit Juices ;;2sB4i7LEMON Juice,Frozen,Unsweetened,SINGLE STRENGTH@W\)@6?p =q?zG{?Q@?ٙ@333333@ ?Q@ @ @V@???Q?Q?@??5?|h?vȴ9?7KƧ?"`?Q@$@$@$@*??zG{@@(@?tj?tj~?E@n1 cup@>1 fl ozFruits & Fruit JuicesJD4)7LEMON PEEL,RAW@Tffffff@G??333333?333333@0@%333333@zG@`?陙@.@(@d@??O;dZ?ffffff@` ?Q?zG{?ٙ?j~"?tj@*@*@*@I@??@@F@2?+?+ I?ȴ9Xb@1 tbsp@1 tspFruits & Fruit Juices VV1WG4)7LIMES,RAW@V =q@>?ffffff?ə?333333@%zG@ffffff? =p @@?333333@@2@Y@?(\)? =p?bM?ٙ@=?Q?zG{?ə?Ƨ-?tj@ @ @ @I@?(\)?333333@>?+ I?tj~?(\)@P1 fruit@P1 NLEA serving@0Fruits & Fruit JuicesKH4)7LIME JUICE,RAW@V\(@9?Gz?Q? =p@ =p?ٙ? =p @,? =p @ @,@]@@?zG{?S?nO;?@>??Q?-V?|hr?tj~@$@$@$@I@?(\)?333333@>?bM?bM?O;dZ@n1 cup@>1 fl ozFruits & Fruit Juices 33$mI4]7LIME Juice,Canned OR Bottled,Unsweetened@W!Gz@5??p =q? =p@\(?ٙ?Q@(?p =q@@$@R@0?Q?Q?bM?@?`A7L?htj~?/w?`A7L?S@ @ @ @0??Q?@$?vȴ9?+ I?bM@n1 cup@>1 fl ozFruits & Fruit JuicesXL4#;7LITCHIS,RAW@Tp =q@P?\(?(\)?(\)@0zH?@.u\(@? =p@$@?@e`??Q?l?(\)?333333@Q?+ I? =p?KƧ?@,@,@,?Q?ٙ?XbM?Q?`A7L@g1 cup@#3333331 fruit, without refuse@DFruits & Fruit Juices hh)=M4' 7LITCHIS,DRIED@6L@qP@ffffff?333333@@Q@ffffff@Pfffff@@?333333@E@f@X@?Q?1&x?E?@f?zG{?=p =@? =p @(@(@(? =p??GzH?E?vȴ@1 fruit@GFruits & Fruit JuicesSO43+ 7LOGANBERRIES,FROZEN@U' =p@K?QR? =p?GzH@* =p @333333@@:?zG{@5@:@b ??\(?E?E?ə@.??hr Ĝ?Gz?;dZ? =p@:@:@:@A@? =p@333333@5@]?+ I?Q?Ƈ+ I@b`1 cup, unthawedFruits & Fruit Juices >>Z4G!CAULIFLOWER,Frozen,Unprepared@W =q@8@zG?GzH?\(@Q@ffffff@\(@6?GzH@(@A@h @8?\(?vȴ9X?7KƧ?陙@Hffffff?1&?Q?tj~?hr Ĝ?|hr@P@P@P@(??Q@-@@??E?tj~?bM@q1 package@P.5 cupVegetables`4w !CAULIFLOWER,Frozen,Cooked,Boiled,Drained,without SALT@W@3?\(?(\)?Gz@@?@1?=p =@"@8@a`@2? =p?tj~?333333?333333@?L?l?"`A? =p?+ J?+ I@D@D@D@$?Q@'@@8?`A7L?Q?^5?|@f1 cupVegetables v74% !CELERIAC,RAW@V@E??333333?@"ffffff??@E?ffffff@4@\@r@Y?Q?Q?9XbM?ffffff@ ??Q?ffffff?և+ I?Q@ @ @ ? =p @D??9XbM?-V?l@c1 cup@,Vegetables4c' !CELERIAC,Cooked,Boiled,Drained,without SALT@W33333@;?Q?QR?zG{@?333333@:?ۅQ@(@P@e@N?ə?tj?tj~?ٙ@ ?S?l?S?lC?"`B@@@@c`1 cup, piecesVegetables 99T4!))!CELERY,RAW@WۅQ@,?zG?\(?@\(??GzH@D?ə@&@8@p@@T? =p?Q?^5?|?ٙ@?$/?/v?zG{?|hr?l@B@B@B@|@6?GzH@=L@p@q?tj?bM?j~#@YY1 cup, chopped@[1 NLEA serving@&Vegetablesk4_%!CELERY,Cooked,Boiled,Drained,without SALT@W =p@2?\(?zG{?@ =p ?@\(@E?Gz@(@9@q@V?Q?nO;?"`A?@ffffff?tj?bM?j~"?\(?tj@6@6@6@@=?ffffff@Bfffff@u@v?zG{?Q?333333@b1 cup, diced@R2 stalksVegetables 4_ 4# !CELTUCE,RAW@W@2?333333?333333?ffffff@ 333333?333333@C?ᙙ@<@C@t@&?GzH?zG{?tj?@3?(\)?Q?ᙙ?lC?@G@G@G@X@e@ 1 leaf@9VegetablesH 4+!CHARD,SWISS,RAW@W*=p @3??ə?@ Q??񙙙@I?@T@@G@w@j? =p ?x?lC?@>?zG{? =p ?ٙ?tj?XbM@,@,@,@@s ?=p =@@F@~@|?Q?zG{?Q@B1 cup@H1 leaf@ Vegetables II/b 4i) !CHARD,SWISS,Cooked,Boiled,Drained,without SALT@W)@4?zG?zG{?(\)@Q@?񙙙@M@zG@U@@@(@f`?Q?/w?`A7K?@2?hr Ĝ?tj? =p ?/w?\(@"@"@"@@s ?=p =@tt@F@@Ń?tj~?bM?1&y@e1 cup, choppedVegetablesM 4/!CHAYOTE,FRUIT,RAW@Wfffff@1?=p =? =p?333333@333333?333333?@1?\(@(@2@_@@?zG?|hr?1&x?ə@??-V?zG?;dZ?tj~@W@@W@@W@?Q@ffffff?1&y?zG{?/v@`1 cup@i`1 chayote?Vegetables o 4m !CHAYOTE,FRUIT,Cooked,Boiled,Drained,without SALT@W[Q@8? =p?޸Q?QR@\(\@ffffff@*?(\)@(@=@e?? =p?(\)?šo?333333@ ?vȴ9?zG{?Gz?1&?5?|h@2@2@2@G@?tj@d1 cupVegetables 43!CHICORY,WITLOOF,RAW@WGz@1???zG@@@3?θQ@$@:@j`@?zG{?1&??ə@ffffff?vȴ9X?S?zG{?\(?$/@B@B@B@=??tj~?`bM?+ I@J1 head@F.5 cup@&Vegetables yF41) !CHICORY GREENS,RAW@W@7?333333?333333?@@?ffffff@Y?@>@G@z@@F?Gz?Gz?tj~?333333@8?Q???C%?Gz@[@[@[@U@q@zG@r@@? ě?xtj~?ěS@f1 cup, chopped@2Vegetables4/!CHICORY ROOTS,RAW@T@R@?ffffff?ə?zG{@1\(@D?陙@6@N@r @I?Q?E?m?ffffff@?zG{?Q?ٙ?Ԭ1&y?+ @7@7@7@?tj~?pbM?E@N1 root@F.5 cup@2Vegetables bU4!+)!CHIVES,RAW@V@>@ (\)?\(\?@ffffff@?@W?@E@M@r@?Q?tj?;dZ?@M ?+?p =q?9XbN?Լj~#?lD@Z@@Z@@Z@@@k@?Gz@jfffff@h@t0?° ě?QR?+ J@1 tbsp, chopped?1 tsp, choppedVegetables4?!CHRYSANTHEMUM,GARLAND,RAW@Vٙ@8@ Gz?Q?Q@(\)@@]@@QR@@@K@@]?Q?7KƧ?-V?ffffff? =p?nO;?E?I^5?}?Ƈ+ I@f @f @f @ @]@u@@8@@91 cup@,1 stem@Vegetablesnl8lrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|BCEGIKMOQSVZ]_acegimp|  ' 9 ; =7?8A9C:M;O@ACEGIKMNOQSUWY[]_abcdefhiprtvxz})*+,-. / 01234567# }}dc4} !CHRYSANTHEMUM,GARLAND,Cooked,Boiled,Drained,without SALT@W\(@4?=p =? =p ?Q@=p =@ffffff@zG@Q@@ Q@2@E@@J?ə?$/?ָQ?333333@7fffff?$/?zG{? =p ?$/?5?|h@I@I@I@@` @@afffff@@?+ I?`bM?+@Y1 cupVegetables49!COLESLAW,HOME-PREPARED@T`@Q@? =p@Gz@Q@(R?@F?Gz@$@@@f@7?ə?O;dZ?E?ffffff@@Y?`A7L?vȴ9X?hr Ĝ?bM? ěT@;@;@;@v@J@D@a@?أ =p?-?-V@ @ 1 tbsp@N.5 cupVegetables YY@4%) !COLLARDS,RAW@V33333@>@?Gz?zG{@\(@ ?p =q@b ?QR@"@$@e @4? =p?+?ѩlD?@Afffff?S? =p?vȴ9X?+ J?Q@d@d@d@ @t@zG@@m@@T@r?(\)?Q?ɺ^5?|@B1 cup, chopped@EVegetables_4c) !COLLARDS,Cooked,Boiled,Drained,without SALT@V =p@:@Gz? =p ?QR@ =p@ffffff?ٙ@a?\(@4@>@]@0?p =q?tj~?lC?@2333333?zG{?"`A?ffffff?lC?bM@W@@W@@W@@@y`?(\)@{@V@@4@?bM?vȴ9?$/@g1 cup, choppedVegetables __ *4Q!COLLARDS,Frozen,Chopped,Unprepared@VaR@@@Q?׮zG?ffffff@ =p@ @i ?Q@=@;@o@H?У =p?"`A?A7Kƨ?ffffff@D??(\)?nP?(\)?p =q@R@@R@@R@@@|@?tj~?S?ȴ9Xb@q1 package@D1 packageVegetableso5) !COLLARDS,Frozen,Chopped,Cooked,Boiled,Drained,without SALT@VzG@B@\(?=p =?@p =q@ffffff?=p =@j@?Q@>@;@o`@I?GzH?(\)?7KƧ?@:ffffff?bM?p =q?QR?p =q?/v@S@S@S@r@?@y@_@@<@I?Q?zG{?Gz@e@1 cup, choppedVegetables OO/\4K!CORIANDER (CILANTRO) LEAVES,RAW@W p =@7@ =p ? =p?Q@ \(\@ffffff? =p@P?QR@:@H@H@G???C$?@;?&x?ļj~#?m?=p =?nO@O@O@O@\@u@@s`@B@@i@@?1&y?љ?zG{@.25 cup@49 sprigs@.VegetablesM47!CORN,SWEET,YELLOW,RAW@Rp =@U@ \(?Gz? =p@3Q@@ \(@? =p@B@V@@p@.??S?ěS?333333@333333?ə?Q?333333?QR?(\)@G@G@G@j@$?Q?333333@2@J@_@?KƧ?5?|h?S@R@1 ear@V1 ear@PVegetables l 4u!CORN,Sweet,Yellow,Cooked,Boiled,Drained,without SALT@QdzG@[@ \(?zG{? =p @9(\@ffffff@ \(\@?Q@@@Y@o @1?޸Q?"`A?E?ə@?˅Q?nO;?m?tj?Q@G@G@G@pp@*? =p ?ٙ@7@P@d @8?7KƧ?-V?KƧ@V@1 ear@Y1 ear@FVegetables}"5!CORN,Sweet,Yellow,Canned,BRINE Pack,Regular Pack,Solids and LIQUIDS@TU\(@P?333333??陙@.R?333333@ =p@?=p =@0@I@d@j? =p ?1&y?`A7L?ffffff@?vȴ9?;dZ? I^5??9XbN?l@C@C@C@P@@?Q@5@:@@?E?nO;?m@`.5 cup@~ 1 canVegetables ##l$4u!CORN,Sweet,Yellow,Canned,Whole KERNEL,Drained Solids@S:G{@T@@\(?? =p@2 =p@@ @?Q@4@P@@h`@j?\(?-V?$/?ffffff@!?`A7L?+?&x?O;dZ?bM@H@H@H@T@?zG{@9@@@@?öE?Ұ ě?$/@d1 cup@j`1 canVegetablesi&4o!CORN,Sweet,Yellow,Canned,Cream STYLE,Regular Pack@SQ@R? =p?Gz?\(\@2!Gz?333333@ =p@?QR@1@I@`@q?\(?vȴ9?hr Ĝ?ٙ@ffffff??"`A?Q? =p ? ěT@F@F@F@R@?Q@7@>@@? =p?|hr?XbM@p1 cup@~ 1 canVegetables j(4o!CORN,Sweet,Yellow,Canned,VACUUM Pack,Regular Pack@S%Q@S@GzH??Q@3p =q@@ zG{@?Gz@7@P@g@@q?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)@H@H@H@T@@?zG{@:@@@@T?E?`A7?Vt@Z@.5 cup@z1 canVegetablest*4{!CORN,Sweet,Yellow,Frozen,Kernels CUT OFF COB,Unprepared@RG{@V@(\)? =p?޸Q@4@333333@ Gz@?Gz@2@Q@@j@@?׮zG?nO;? ěT?ffffff@??|hs?Q?-V?Q?ȴ9Xb@B@B@B@k @&?zG{?333333@3@K@`@?vȴ9X?Vu?lC@T.5 cup@q1 packageVegetables 44[y4{) !COLLARDS,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@VzG@B@\(?=p =?@p =q@ffffff?=p =@j@?Q@>@;@o`@q?GzH?(\)?7KƧ?@:ffffff?bM?p =q?QR?p =q?/v@S@S@S@r@?@y@_@@<@I?zG{@e@1 cup, choppedVegetablesiz4o!CORN,Sweet,Yellow,Cooked,Boiled,Drained,with SALT@QdzG@[@ \(?zG{? =p @9(\@ffffff@ \(\@?Q@@@Y@o @o?޸Q?"`A?E?ə@?˅Q?nO;?m?tj?Q@G@G@G@pp@*? =p ?ٙ@7@P@d @8?7KƧ?-V?KƧ@V@1 ear@Y1 ear@FVegetables ((l{4s!CORN,Sweet,Yellow,Canned,NO SALT,Solids and LIQUIDS@TU\(@P?333333??陙@.R?333333@ =p@?=p =@0@I@d@(? =p ?1&y?`A7L?ffffff@?vȴ9?;dZ? I^5??9XbN?l@C@C@C@P@@?Q@5@:@@?E?nO;?E@`.5 cup@~ 1 canVegetablesd|4e!CORN,Sweet,Yellow,Canned,Cream STYLE,NO SALT@SQ@R? =p?Gz?\(\@2!Gz?333333@ =p@?QR@1@I@`@?\(?vȴ9?+?ٙ@ffffff??"`A?Q? =p ? ěT@F@F@F@R@?Q@7@>@@? =p?|hr?XbM@p1 cup@~ 1 canVegetables e}4e!CORN,Sweet,Yellow,Canned,VACUUM Pack,NO SALT@S%Q@S@GzH??Q@3p =q@@ zG{@?Gz@7@P@g@@?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)@H@H@H@T@@?zG{@:@@@@T?E?`A7?Vt@Z@.5 cup@u@1 canVegetables~5!CORN,Sweet,Yellow,Frozen,Kernels,CUT OFF COB,Boiled,Drained,with SALT@SAR@T@@ffffff?p =q?(\)@3L@333333@\(@?zG@<@S@m @n?(\)?tj~? =p?ffffff@ ?Q?vȴ9X?"`?S?XbM@A@A@A@h@$?Q?333333@1@I@^@?`A7L? ěT?lC@q1 package@T.5 cupVegetables  5+!CORN,Sweet,Yellow,Frozen,Kernels ON COB,Cooked,Boiled,Drained,with SALT@RL@W@@Gz?zG? =p@6TzG@ffffff@ Q@?Q@=@R@o`@n?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y@?@?@?@m@(?zG{?ٙ@4@M@a@?/v?˥S?E@O1 ear@T.5 cup, kernels@FVegetables f5 !COWPEAS (BLACKEYES),Immature SEEDS,Cooked,Boiled,Drained,with SALT@R޸Q@X@@ \(\?QR?@4QR@@ =p@`?Q@J@I@z @n?zG{?$/?M@@?"`B?l?r ě?öE? =p@_@_@_@@D?(\)@}?tj~?hr Ĝ?ěS@d1 cupVegetablesu5 !COWPEAS (BLACKEYES),Immature SEEDS,Frozen,Cooked,Boiled,Drained,with SALT@Pfffff@`@ G{?Q?zG@7\(@@ =p@7@\(@I@^@wp@n ?Q?ǍO;dZ?O;dZ@ 333333@?У =p?bM?KƧ?C$?QR@a@a@a@R@?333333@Bffffff@F?ffffff?Q?Q@e@1 cupVegetables ^!5 !COWPEAS,YOUNG PODS with SEEDS,Cooked,Boiled,Drained,with SALT@V`@A@?333333?333333@@K?ffffff@D@H@h@m?θQ?-V?1&x?ffffff@1? =p ? =p ?陙?j~"?|hr@:@:@:@@Q?9XbM?S?A7Kƨ@W1 cupVegetables4q) !COWPEAS,LEAFY TIPS,Cooked,Boiled,Drained,with SALT@V33333@6@zG??zG@ffffff@Q@?p =q@O@E@u@n@?θQ?öE?^5?|?@2ffffff?bM?-V? ěT?O;dZ?GzH@N@N@N@@=?vȴ9?nO;?$/@J1 cup, choppedVegetables UU0W4e !CRESS,GARDEN,Cooked,Boiled,Drained,with SALT@W @7?ffffff?333333?333333@ffffff?ffffff@Gz@N?陙@:@H@v@n?333333?/v?+?@7?Q?zG{?陙?/w?tj@B@B@B@@n?@wfffff@@F?zG{?=p =?+ J@`1 cupVegetablesL4m) !DANDELION Greens,Cooked,Boiled,Drained,with SALT@Vs33333@@@?333333?333333@@333333@ =p@a?@8@E@m@q?Q?p =q?p =q?333333@2? =p?ffffff?r ě?/v?zG{@*@*@*@^@@ 333333@h<@>@e@Z@1 cup, choppedVegetables YS4] !EGGPLANT,Cooked,Boiled,Drained,with SALT@VjG{@A?\(?p =q?GzH@!u\(@@ @?@&@.@^@m?Q?5?|h?hr!???tj~?zG{?333333?333333?tj@,@,@,@B@?=p =@333333@6?+ I?zG{?+@X1 cupVegetables#5  !GOURD,WHITE-FLOWERED (CALABASH),Cooked,Boiled,Drained,with SALT@WzG@.?333333?zG{?׮zG@ Q@8?@&@*@e@@m?ffffff?vȴ9?`A7L?ə@!?-V?+ I?\(?nO;?tj~@@@?`bM?pbM?nO;@b@1 cupVegetables rr$. 5!GOURD,DISHCLOTH (TOWELGOURD),Cooked,Boiled,Drained,with SALT@U\(@L?Q?\(?׮zG@,zG@"? =p @4@?@|P@p?\(?\(?̋C%?ə@?O;dZ?$/?У =p?1&x?XbM@(@(@(@p@@*?S? ěT?l@f@1 cup@V@.5 cupVegetablesX 5) !HORSERADISH-TREE,LEAFY TIPS,Cooked,Boiled,Drained,with SALT@Ti@N@zG?\(?@&L@?@b@\(@b@P@u@n?\(\?tj?Ƨ-?@??j~"?I^5?}?Q?1&?^5?|@7@7@7@e@u?@[@p@L@E1 cup, choppedVegetables [ 4w' !HORSERADISH-TREE,PODS,Cooked,Boiled,Drained,with SALT@VG{@B@Q?QR?Q@ \(\@@4?@E@H@|@qp?Gz?+?+ ?ffffff@X@?O;dZ?hr Ĝ?Gz?nO;?1&y@>@>@>@Q@@]1 cup, slicesVegetables! 5 !HYACINTH-BEANS,Immature SEEDS,Cooked,Boiled,Drained,with SALT@U@I@?GzH?\(@"ffffff@D?QR@E@H@p`@m?QR?tj~?Gz?@ffffff?1&y?+ I?޸Q?"`A?O;dZ@G@G@G@a@?vȴ9X?nP?zG{@U1 cupVegetables QQ,W 4e !JUTE,POTHERB,Cooked,Boiled,Drained,with SALT@Uə@B@ p =q?ə?Gz@(\)@?@j`@ Q@O@R@0@n?GzH?QR?|hr?@@?KƧ?ȓtj~?zG{?nO;?=p =@Z@Z@Z@A@p0?Q@[@N@L?Q?1&y?tj~@U1 cupVegetablesP4U) !KALE,Cooked,Boiled,Drained,with SALT@V@<?ffffff?ٙ? =p@Q@?@R?@2@<@l@p0?θQ?+?ڟvȴ9?@D?"`A?Q??+ J?lD@*@*@*@ʚ@H?333333@@р?vȴ9?Q?ȴ9XbN@`@1 cup, choppedVegetables e_4c) !KALE,Frozen,Cooked,Boiled,Drained,with SALT@V@>@Q?\(\?zG@Q@?p =q@a@?zG@2@<@t@o`? =p ?bM??@9333333?tj?/v?$/?"`A?tj@,@,@,@̸@?p =q@@;@<@? ěT?nO;?zG@`@1 cup, choppedVegetables4c) !KALE,SCOTCH,Cooked,Boiled,Drained,with SALT@V@<?ffffff?=p =? =p@Q@`?Gz@L@C@q @q?θQ?+?ڰ ě?@Jffffff?zG{?+?XbM?tj~?n@*@*@*@(@Y?"`A?Q?+ J@`@1 cup, choppedVegetables {{Z[4]' !KOHLRABI,Cooked,Boiled,Drained,with SALT@V33333@=??(\)?񙙙@\(?񙙙@ffffff@9?ٙ@3@F@u@@p? =p?`A7L?-V?陙@K?zG{?zG{?\(?zG{?öE@(@(@(@A@? =p?@5?1&y?bM?"`A@d1 cup, slicesVegetables"4i) !LAMBS QUARTERS,Cooked,Boiled,Drained,with SALT@V9@@@ ?ffffff@@@@p ?ffffff@7@F@r@p?333333?7KƧ??@B??У =p??vȴ9X?E@,@,@,@@~P?vȴ9?ěS?ӥS@f1 cup, choppedVegetables UH5-!LEEKS,(BULB and LOWER LEAF-PORTION),Cooked,Boiled,Drained,with SALT@V33333@??Q?ə?=p =@zG{?@>?񙙙@,@1@U@n?Q?vȴ9X?ϝ-V?@?vȴ9?zG{?ə?nO;?hr!@8@8@8@G@?S?htj~?j~"@_1 leek@:.25 cup, choppedVegetables'4a!LOTUS ROOT,Cooked,Boiled,Drained,with SALT@TZG{@P?GzH?Q?Q@0zH@@:?@6@S@v@q?Q?Ƨ-?(\)?333333@;ffffff?A7Kƨ?zG{?333333?S?lC@ @ @ ?$/?1&y?1&y@N.5 cup@V@10 slicesVegetables   s@5 /CEREALS,OATS,Instant,Fortified,with Cinnamon and SPICE,DRY@=p =@w @!.zG@zG@ Q@S>zG@ffffff@@ٙ@m@!333333@V@@r@o`@@?Gz@(\)@533333??Q?Q@#Q??ffffff@g@e@7@sP@@p@h?Gz@?"`B?Q?zG@G1 packetBreakfast Cereals  A5%/CEREALS,OATS,Instant,Fortified,with Cinnamon and SPICE,Prepared with H2O@Rs33333@Z@333333?\(?Q@5Q?@" =p@Q@@GzH@9@U@Q@b?Q?bM??x?˅Q@QR? ěT?$/@K@G@@U@@i @i ?Q??hr!?S?ش9XbN@n1 cup@.1 tbspBreakfast Cereals   pB5 /CEREALS,QUAKER,Instant OATMEAL,MAPLE and BROWN SUGAR,DRY@zG{@v@!(\@QR@GzH@RR@ffffff@>nzG@p@"kQ@W@@s@p @@ =p?(\)@ =p @533333?QR? =p@$u\(?zG?QR@i@f@7@t@@@?(\)@?Q? =p? =p @E1 packetBreakfast Cereals ~C5 /CEREALS,QUAKER,Instant OAT, MAPLE and BR SUGAR,Prepared with BOIL H2O@RQ@Y@@ =p ? =p?\(@4 =p ?@ 333333@Q@zG@9@T@Q@@d`?Q?bM?C%@333333?KƧ?(\)@9XbN??hr Ĝ@K@H@@V@@H@i@i?Q??j~"?ݡo?؃nP@c`1 packetBreakfast Cereals   rD5 /CEREALS,OATS,Instant,Fortified,with RAISINS and SPICE,DRY@ u\(@v@ =p @zG@ \(\@S =p@@B'zH@p@"ffffff@T@p@v@?333333?θQ@@533333?ffffff?QR?Q@$p =q?QR?QR@i@f@=@tp@@@?Gz@333333?陙? =p?p =q@E@1 packetBreakfast Cereals xx E5#/CEREALS,OATS,Instant,Fortified,with RAISINS and SPICE,Prepared with H2O@R\(@Y@\(?=p =?\(\@4QR?@#W =p@Q@@6@Q@X@b?p =q?lD?1&x@333333?ə?KƧ?lC@zG?"`B?hr Ĝ@K@G@ @U@H@i@i?(\)?333333?XbM?hr Ĝ?+ @n1 cup@.1 tbspBreakfast CerealstF43/CEREALS,RALSTON,DRY@#@uP@,333333@?333333@Rfffff@*@A@@c@w@x@&@ ?A7Kƨ@Q?GzH?޸Q@Gz?E?~"@N@N@N?Q@]1 cup@>.25 cupBreakfast Cereals b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx+a+a+b+b+c+c+d+d+e+e+f+f+h+h+i+i+j+j+k+k+l+l+m+m+o+o+p+p+r+r+s+s+t+t+u+u+v+v+x+x+z+z+{+{+~+~++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hG4i/CEREALS,RALSTON,Cooked with H2O,without SALT@Ufffff@J@?333333?333333@&ffffff@333333@?@7@M@N@?Q?9XbM?zG{?Q?Q? =p? =p @@@?zG{?vȴ9?zG{?° ě@o1 cup@/1 tbspBreakfast CerealsH4E/CEREALS,ROMAN MEAL,Plain,DRY@"333333@t @,@@333333@R@1fffff@P@@\(@m@}`@@@Q?ffffff@F??@Gz?Q?@Q@Q@Q?/w?nO;?zG@W@1 cup@3333331 tbspBreakfast Cereals {{I4{/CEREALS,ROMAN MEAL,Plain,Cooked with H2O,without SALT@T@N@?ٙ?@+ffffff@ 333333@(?(\)@F@V@@_@??zG?$/???zG{?öE?bM@$@$@$?"`A@n 1 cup@f.75 cupBreakfast CerealseJ4s /CEREALS Ready-to-eat,MALT-O-MEAL,Marshmallow MATEYS@ =p@x@GzH@ \(@\(@TQ@@Effffff@t@3Q@N@o`@i@@,Q??nO;@1333333@4??Q@0Q?htj~?Q@@8@3@|@@@@@@?QR?ffffff?\(?Q?񙙙@>1 cupBreakfast Cereals %%gK4s /CEREALS Ready-to-eat,GENERAL MILLS,Cinnamon GRAHAMS@ =p @w@@ffffff@ zG@U@ @C@t@.@;@P@b`@@)?E@@4??Q@033333?Q@t@s@3@H@@ @P@P? =p?陙??1&x? =p@>.75 cupBreakfast CerealslL5 /CEREALS Ready-to-eat,Chocolate Flavored RINGS,PRESWEETENED,SINGLE BRAND@@y@333333@!@@Ty@@G@3@zG@K@]@f@}@=p =?333333@.ffffff?=p =?Q@2Q?@w @u@3@@@=p =@@@?Q?333333?@ ěS@ nO;@;.75 cupBreakfast Cereals bUN45/CEREALS,WHEATENA,DRY@@vP@*333333@333333?ffffff@Rfffff@)?@<@ \(@`@@x@~@*@ =p?Q@ I^5?@Q?Q?Q@ (\)?XbM?Q@M@M@M@6?@ Q@ffffff@*@r@?ۅQ?=p =?\(\@a1 cup@A.25 cupBreakfast CerealsO4O/CEREALS,WHEATENA,Cooked with H2O@UY@L@??333333@'@@?Q@4@N@S@@?zG?vȴ9?M?zG{?zG{?ᙙ?$/?tj~@@@?333333?-V? ěT@n`1 cup@f.75 cupBreakfast Cereals lP4a/CEREALS,Whole WHEAT HOT Natural Cereal,DRY@#@u`@&ffffff@?@R@#?Gz@D@ Q@^@w@xP@@GzH?O;dZ@ @Q?ٙ?333333@?GzH?$/@S@S@S?\(@333333@l`?333333?1&? ěT@W1 cup@?.333 cupBreakfast Cereals  Q5/CEREALS,Whole WHEAT HOT Natural Cereal,Cooked with H2O,without SALT@Tfffff@P@=p =? =p ?׮zG@+=p =?333333?zG{@"? =p@7@Q@@Q?\(\?+ I?\(@)?nO;?S?bM??|hs?-V@,@,@,@?θQ?ٙ?@D?Q?/v?"`B@n@1 cup@f.75 cupBreakfast CerealsdR4k /CEREALS Ready-to-eat,QUAKER,QUAKER PUFFED WHEAT@ Q@v@0B\(@333333?@S\)@"?\(@8@@`@t@v@@\(?Q@@^fffff?(\)?\(@Q?޸Q? =p@c@@b@@p0?Gz@?=p =? =p?Q@.1.25 cupBreakfast Cereals Km+T4#; 7LONGANS,RAW@T@N?\(??ffffff@.GzH?񙙙?? =p@$@5@p??šo?vȴ9@U?vȴ9X?Q?333333@ 1 fruit, without refuse@GFruits & Fruit JuicesU4' 7LONGANS,DRIED@1@q@?ٙ@@R@F@@G@h@@H?(\)?m?Ͼvȴ9X@<?zG{??@PFruits & Fruit JuicesV4#%7LOQUATS,RAW@UQ@G?ۅQ?ə?@(GzH?333333@0?Q@*@;@p???zG{?l?333333??tj~?tj~? =p ?@,@,@,@@S?zG{?bM?KƧ@b1 cup, cubed@41 large@AFruits & Fruit Juices zzW4;; 7MAMMY-APPLE,(MAMEY),RAW@U@I???333333@)@@&?ffffff@0@&@G@.??tj?333333@,?zG{?zG{?ٙ?^5?|?@,@,@,@l@(?hr Ĝ?=p =?9XbM@p1 fruit, without refuse@DFruits & Fruit JuicesgX4!';7MANGOS,RAW@Tmp =@P@?QR?GzH?@1?@-@$? =p@"@&@c@?zG{?(\)?S?333333@;33333?-V?/v? ě?zG{?&x@,@,@,@@C?Q@@1@{@&?`A7L?"`B?1&@d1 cup, sliced@i1 fruit, without refuse@?Fruits & Fruit Juices Y4E7MANGOSTEEN,Canned,SYRUP Pack@T<(\@R@?=p =?\(?zG{@1\)?@(?333333@*@ @H@?Gz?lD?1&@333333?S?S?M?bM?nO;@?@?@?@A@?@0@"@h1 cup@k1 cupFruits & Fruit Juicesf]47%%7MELONS,CANTALOUPE,RAW@V@A?Gz?QR?@ QR?@p =q@"?Gz@(@.@p@0? =p ?E?E?ٙ@BY?E?tj~?|hr?Gz?nO;@5@5@5@l@e ?@@0@?@:?1&?htj~?j~#@f 1 cup, balls@d1 cup, cubes@HFruits & Fruit Juices 77]_4/%7MELONS,CASABA,RAW@Vfffff@<?\(?? =p @QR?@\(@&?\(@&@@f@"?Q?Q?Q?ٙ@5?Q?vȴ9X?Ͳ-V?$/?/w@ @ @ ?@@:??`bM?+@e@1 cup, cubes@1 melon@DFruits & Fruit Juicesd`43%%7MELONS,HONEYDEW,RAW@VtzG@B?GzH?Q?=p =@".zG?陙@ =p =@?\(@$@&@l@2? =p ?tj~?S?ffffff@2?tj~?tj~?n? =p?+ I@3@3@3@I@?zG{@333333@>@;?tj~?htj~?5?|h@f 1 cup, balls@e@1 cup, diced@KFruits & Fruit Juices = a41+ 7MELON BALLS,FROZEN@V =q@@?Gz??Q@\(?ffffff@$?ҏ\(@,@(@q@??\(?Q?zG{@??|hs?+ I?zG{?/w?"`A@:@:@:@@V@?bM?xtj~?+ J@e1 cup, unthawedFruits & Fruit Juices?c5- 7FRUIT,Mixed,(PEACH and PEAR and Pineapple),Canned,Heavy SYRUP,Solids and LIQUIDS@T# =p@R?׮zG??Gz@2\(??? =p @@$@U@?Q?-V?ش9XbN@Q@?Q?zG{?333333?/v?nO;@@@@h@@$?1&y?tj~?$/@o1 cupFruits & Fruit Juices ) d4i 7FRUIT,Mixed,(PRUNE and APRICOT and PEAR),DRIED@?.zG@n`@zG?\(\?Q@P =p@333333@C@zG@C@S@@@2??أ =p?Vu@ffffff?+ I?tj?E?9XbM?Z1'@@@@@^?zG{?Ͳ-V?(\)@rP1 package@Fruits & Fruit JuicesSe5#'7FRUIT,Mixed,(PCH, CHER-Sweet and SR, RASPB, GRAPE, BOYS),Frozen,Sweetened@RnQ@X?Q? =p ?ۅQ@8:G{?ffffff@?Q@@(@``@??hr Ĝ?bM@R?hr Ĝ?Q?hr Ĝ?+?@ @ @ @t @0??hr Ĝ?+@o@1 cup, thawed@q1 packageFruits & Fruit Juices YY!Df4)7MULBERRIES,RAW@UQ@E? =p ?\(?zG@#?333333@ 333333@C?@2@C@h@@$?Q?Q?333333@B333333?-V?"`B? =p?@@@@9?? =p@333333@(@"@a?S?E?~"@a1 cup@.10 fruitFruits & Fruit Juices[g4)'7NECTARINES,RAW@U\(@F?\(?zG{?޸Q@%?333333@\(@?Q@"@:@i ?\(?tj?S@?hr Ĝ?S??ǮzG?@@@@t@1? =p@@b@X@`@??+ I?hr!@a@1 cup, slices@a1 fruit@"Fruits & Fruit Juices &h4-7OHELOBERRIES,RAW@W33333@<?QR?(\)?У =p@\(\@? =p @@$@C?@?hr Ĝ?nO;?GzH@@E@a1 cup@&10 fruitFruits & Fruit Juicesli4Y7OLIVES,RIPE,Canned (SMALL-EXTRA Large)@S\(@\?Gz@%\(\@ =p@ =p @ @V@ ffffff@@@ @@?(\)?bM?zG{???htj~?l?Q?nO;@y0@4?ffffff?ffffff@m@"@? =p@O;dZ?&x@ 1 tbsp@1 largeFruits & Fruit Juices HHEyj4_-7OLIVES,RIPE,Canned (JUMBO-SUPER COLOSSAL)@U\(@T@? =p @zG{@\(@p =q@@W@ \(@@@"@?(\)?hr!?zG{???htj~?+ I?Q?tj~@u@1?ffffff?ffffff@i@ @?+ J@H9Xb?n@ 1 jumbo@.ffffff1 super colossalFruits & Fruit Juices7k4Y 7OLIVES,PICKLED,Canned OR Bottled,Green@RR@b ?zG{@. =p@Q@Q@ ffffff?GzH@J?\(\@&@@E@P?zG{?Q??$/?|1&y?Vt?O;dZ?vȴ9X@@@@x@4@zG{?ffffff@l@"@@;dZ@&ěT?xFruits & Fruit Juices UUU|p4g+7ORANGES,RAW,ALL Commercial Variety, varieties@U@G?zG?Q?(\)@'@333333@"33333@D?@$@,@f?Q? =p ??@J?E?zG{? I^5???Q@>@>@>@l @&? =p @&@Q@]@` ?Q?O;dZ?@f1 cup, sections@g1 large@;Fruits & Fruit Juices'q4M+7ORANGES,RAW,CALIFORNIA,VALENCIAS@U\(@H? =p?333333?Gz@'ǮzH@@D? =p @$@1@f`?Q?l?O;dZ@H@?E?zG{?щ7KƧ?? ěT@C@C@C@l@(?Q?(\)?Q@f1 cup, sections@^@1 fruit@9Fruits & Fruit Juices 55ar41+7ORANGES,RAW,NAVELS@U~zG@H?Q?333333?ۅQ@)zG@@!@E? =p@&@7@d??zG{?+?-V@M?hr Ĝ?1&?333333?д9XbN?9XbM@A@A@A@n@(?333333@@U@]@` ?hr Ĝ?Q?vȴ9X@d1 cup, sections@a1 fruit@@Fruits & Fruit Juicesbs43+7ORANGES,RAW,FLORIDA@U\)@G?ffffff?Gz?=p =@'zG@333333@"GzH@E? =p @$@(@e ?zG{?+?tj~?@F??zG{?ٙ??1&@1@1@1@l @&? =p @&@Q@]@` ??+?$/@g 1 cup, sections@a1 fruit@:Fruits & Fruit Juices '!u4797ORANGES,RAW,WITH PEEL@T33333@O??333333?333333@/@@Q?陙@,@6@h@?(\)?/v?ffffff@Q????Q?+@>@>@>@o@@*?Q?(\)?Q@e@1 cup@c1 fruit, without seeds?Fruits & Fruit JuicesUv4-7ORANGE JUICE,RAW@V33333@F?ffffff?ə?ٙ@$?ə@ @&?ə@&@1@i???+ I?1&y?@I? =p ?Q?ٙ?QR?zG{@>@>@>@i@$?zG{?@@@@e @\?tj~?nO;?zG{@o1 cup@?1 fl ozFruits & Fruit Juices ``Hdw4K7ORANGE Juice,Canned,Unsweetened@V@ =q@E?Gz?Q?=p =@#33333?ə@ @ ?(\)@&@,@e@?Q?/v?1&y?@A333333?Q?1&y?tj?333333?+ I@2@2@2@e@"?ə?@@=@b@\?nO;??hr Ĝ@o 1 cup@?1 fl ozFruits & Fruit Juices4y4k7ORANGE Juice,CHILLED,Including FROM Concentrate@V@F?陙?GzH?޸Q@$Q?ə@$?\(@&@&@g??zG{?zG{?O;dZ?@@s33333?j~"?$/?Q?r ě?S@2@2@2@S@?-V?O;dZ?bM@o 1 cup@?1 fl ozFruits & Fruit Juices z~4w7ORANGE Juice,Frozen Concentrate,Unsweetened,Undiluted@L@c@Q?Gz?zG@C\(?陙@B\(@@?ffffff@A@L@@? =p ? =p?tj~?ٙ@a@>@>@z@@5?tj~?nO;?zG{@1 tbsp@1 tspFruits & Fruit Juices Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx............... . .!.!.".".#.#.$.$.%.%.&.&.'.'.(.(.).).*.*.+.+.,.,.-.-....././.0.0.1.1.2.2.3.3.4.4.5.5.6.6.7.7.8.8.9.9.:.:.;.;.<.<.=.=.>.>.@.@.C.C.D.D.E.E.F.F.G.G.H.H.I.I.J.J.K.K.L.L.M.M.N.N.O.O.P.P.Q.Q.R.R.S.S.T.T.U.U.V.V.W.W.X.X.Y.Y.Z.Z.[.[.\.\.].].^.^._._.`.`.a.a.b.b.c.c.d.d.e.e.f.f.g.g.h.h.i.i.j.j.k.k.l.l.m.m.n.n.o.o.p.p.q.q.r.r.s.s.t.t +5!CORN,Sweet,Yellow,Frozen,Kernels CUT OFF COB,Boiled,Drained,without SALT@SAR@T@@ffffff?p =q?(\)@3L@333333@\(@?zG@<@S@m ??(\)?tj~? =p?ffffff@ ?Q?vȴ9X?"`?S?XbM@A@A@A@h@$?Q?333333@1@I@^@?^5?|?7KƧ?Z1'@q1 package@T.5 cupVegetables t,4q+!CORN,Sweet,Yellow,Frozen,Kernels ON COB,Unprepared@Q\(@X@ =p =?\(?@7@ffffff@=p =@?\(@@@U@r`@?ffffff?1&?9XbM?陙@?^5?|?+ I?`A7L?n?x@D@D@D@n@(? =p ?ٙ@5@N@b@?Q?/v?|hr@_@1 ear@T.5 cup, kernels@FVegetables JJ[ -5!+!CORN,Sweet,Yellow,Frozen,Kernels ON COB,Cooked,Boiled,Drained,without SALT@RL@W@@Gz?zG? =p@6TzG@ffffff@ Q@?Q@=@R@o`@?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y@?@?@?@m@(?zG{?ٙ@4@M@a@?/v?˥S?E@O1 ear@T.5 cup, kernels@FVegetables!05 !CORN with Reduced and Green PEPPERS,Canned,Solids and LIQUIDS@S`@R@ =p?ᙙ?333333@2+Q@?GzH@9@O@c @u?׮zG?Q?tj?333333@!?+ I?zG{?ffffff?ܛS?E@A@A@A@m@(?\(?tj?д9XbN@l`1 cupVegetables cP64' !CORNSALAD,RAW@W333333@5@?ٙ?333333@ @C@p =q@*@J@|@?Gz?&x?"`?@C?-V?E?ڏ\(?$/?xF@,@,@,@@v0@L1 cupVegetables74Y !COWPEAS (BLACKEYES),Immature SEEDS,RAW@SL@V@?ffffff?333333@2fffff@@@_?񙙙@I@J@z@?(\)? =p?Q@ffffff@?(\)?\(?333333?S?&x@e@e@e? =p ?bM?333333@b 1 cup@HVegetables WWLq85 !COWPEAS (BLACKEYES),Immature SEEDS,Cooked,Boiled,Drained,without SALT@R޸Q@X@@ \(\?QR?@4QR@@ =p@`?Q@J@I@z @?zG{?$/?M@@?"`B?l?r ě?öE? =p@_@_@_@@D?(\)@:@}?tj~?hr Ĝ?ěS@d1 cupVegetables0;4u!COWPEAS (BLACKEYES),Immature SEEDS,Frozen,Unprepared@P @a`@!\(?ffffff?@9!Gz@@:@@K@^@{@?GzH?=p =?1&x@ @?\(\?-V?E?Vt?"`A@g`@g`@g`@U@?ǮzG? ěT? I^5@d1 cup@q1 packageVegetables qqkv<5! !COWPEAS (BLACKEYES),IMMTRE SEEDS,Frozen,Cooked,Boiled,Drained,without SALT@Pfffff@`@ G{?Q?zG@7\(@@ =p@7@\(@I@^@wp@?Q?ǍO;dZ?O;dZ@ 333333@?У =p?bM?KƧ?C$?QR@a@a@a@R@?333333@Bffffff@F?ffffff?Q?Q@e@1 cupVegetables=4O!COWPEAS,YOUNG PODS with SEEDS,RAW@U@F@ ffffff?333333?@#@P@?@M@P@@j@?\(??ӶE?@@?333333?Q?333333?=p =?$/@J@J@J@@T?9XbM?S?A7Kƨ@W1 cup@(1 pod@"Vegetables s$>5  !COWPEAS,YOUNG PODS with SEEDS,Cooked,Boiled,Drained,without SALT@V`@A@?333333?333333@@K?ffffff@D@H@h@?θQ?-V?1&x?ffffff@1? =p ? =p ?陙?j~"?|hr@:@:@:@@Q?9XbM?S?A7Kƨ@W1 cupVegetables ?4/'!YARDLONG BEAN,RAW@Ufffff@G@ffffff?ٙ?333333@ 33333@I?zG@F@M@n@?׮zG?tj~?=p =?@2?dZ1?(\)?=p =?(\)?tj~@O@O@O@@E?Gz?nO;?šo@V1 cup, slices@(1 pod@Vegetables l(@4m'!YARDLONG BEAN,Cooked,Boiled,Drained,without SALT@UzG@G@=p =??\(\@"\(\@F?\(\@E@L@r @? =p ?bM?ɺ^5?|?@0333333?\(?XbM?(\)?1&?tj~@F@F@F@| @7?vȴ9?nO;?$/@Z1 cup, slices@,1 podVegetablesA49)!COWPEAS,LEAFY TIPS,RAW@VqR@=@ffffff??@GzH@O?Q@E@"@|p@?ҏ\(?r ě?I^5?}?@B?֧-?ffffff?Q?Q?Ƨ-@Y@@Y@@Y@@@@B?`A7L?+ I?"`A@B1 cup, chopped@1 leaf@HVegetables 2!B4w) !COWPEAS,LEAFY TIPS,Cooked,Boiled,Drained,without SALT@V33333@6@zG??zG@ffffff@Q@?p =q@O@E@u@?θQ?öE?^5?|?@2ffffff?bM?-V? ěT?O;dZ?GzH@N@N@N@@=?vȴ9?nO;?$/@J1 cup, choppedVegetablesJC4-!CRESS,GARDEN,RAW@VY@@@?ffffff?@?񙙙@@T@?@C@S@@,?p =q?\(?-V?@Q@?zG{?У =p??"`?ϝ-V@T@T@T@@u?ffffff@33333@6@j?O;dZ?ΗO;d?/v@I1 cup?1 sprig@=Vegetables 44 hD4k!CRESS,GARDEN,Cooked,Boiled,Drained,without SALT@W @7?ffffff?333333?333333@ffffff?ffffff@Gz@N?陙@:@H@v@ ?333333?/v?+?@7?Q?zG{?陙?/w?tj@B@B@B@@n?@wfffff@@F?zG{?=p =?+ J@`1 cup@Q.5 cupVegetables\E49)!!CUCUMBER,WITH PEEL,RAW@WθQ@.??(\)?QR@ =p ??Q@0?Q@*@8@b`@?ə?E?9XbM?333333@ffffff?S?`A7L?+ J?Гtj~?zG{@@@@Z@@?Q@0ffffff@&@F@:@7?hr Ĝ?htj~?"`A@J.5 cup, slices@r1 cucumber@Vegetables VV4ZF43%'!CUCUMBER,PEELED,RAW@X.Q@(?Gz?zG{? =p @GzH?ffffff?zG@,?(\)@(@5@a@?\(?-V? ě?@ ?vȴ9X??l?θQ?1&@,@,@,@R@?Q@@ @?@2@0?vȴ9?`bM?htj~@`1 cup, pared@]1 cup, sliced@;VegetablesHG45) !DANDELION GREENS,RAW@Uffffff@F@?ffffff?@"ffffff@ @@g`@@B@P@x@S?=p =?S?S?@A?QR?У =p?n?$/?bM@;@;@;@C@n@(\)@q33333@@?\(?1&y?ӕ$/@K1 cup, choppedVegetables 99$gH4s) !DANDELION Greens,Cooked,Boiled,Drained,without SALT@Vs33333@@@?333333?333333@@333333@ =p@a?@8@E@m@F?Q?p =q?p =q?333333@2? =p?ffffff?r ě?/v?zG{@*@*@*@^@@ 333333@h<@>@e?° ě?tj~?ěS@Z@1 cup, choppedVegetablesXI4%%1!EGGPLANT,RAW@W=p @8?(\)?QR?ffffff@@ 333333@@"?θQ@,@9@l@?zG{?E??333333@?+?l?ěS?lC?$/@6@6@6@;??333333@ @0?hr Ĝ?bM?tj~@T1 cup, cubes@|1 eggplant, peeled@3Vegetables UU/VJ4c !EGGPLANT,Cooked,Boiled,Drained,without SALT@VjG{@A?\(?p =q?GzH@!u\(@@ @?@&@.@^??Q?5?|h?hr!???tj~?zG{?333333?333333?tj@,@,@,@B@?=p =@333333@6?+ I?zG{?+@X1 cupVegetablesMM4!+!ENDIVE,RAW@Wr\(@1??ə?\(@ @?@J?\(@.@<@s@6?GzH?XbM?Gz?ə@?zG{?333333?ٙ??zG{@a@a@a@@[?(\)@l@P?tj~?pbM?E@1 head@9.5 cup, chopped@,Vegetables ee+BO4!!GARLIC,RAW@MJ=p @b@p =q??@@zH@?@f?333333@9@c @y@1?\(?"`A?n@,ffffff@?333333?ə?(\)?ffffff?nO?\(@@@?zG{?ffffff@:?ȴ9Xb?+ I?;dZ@a1 cup@ffffff1 tsp@*VegetablesQP4++!GINGER ROOT,RAW@S\)@T?Q?? =p@1Q@?333333@0?333333@E@A@y@*?\(?hr!?O;dZ?ffffff@??hr Ĝ??lC?zG{@&@&@&?У =p??lC?öE?öE@1 tsp@8.25 cup, slices@Vegetables eeSj4_'!MUSHROOMS,Cooked,Boiled,Drained,with SALT@VQ@<@\(\?zG?zG@(\)@@@? =p@(@U@v@@m? =p? ěT?p =q@*@? ě?333333@ =p@GzH?QR@2@2@2?zG{??;dZ?bM?lC@c1 cup, pieces@#1 tbspVegetables)4S'#!MUSHROOMS,SHIITAKE,Cooked,with SALT@T޸Q@K?\(?(\)?ffffff@,\(@@?(\)@,@=@]@@n?GzH?1&y?1&@8?333333?l?\(?@ n?Z1'@5@5@5?(\)?hr Ĝ?vȴ9X@b 1 cup, pieces@R4 mushroomsVegetables b4i) !MUSTARD Greens,Cooked,Boiled,Drained,with SALT@Wp =@.@zG?θQ?zG@@?@R?ffffff@.@D@i@@o?(\)?$/?щ7KƧ?333333@9L?E? ěT?۶E?Q?+ J@R@@R@@R@@@s?\(\@r@@J?tj~?(\)?O;dZ@a1 cup, choppedVegetables4w=!MUSTARD Greens,Frozen,Cooked,Boiled,Drained,with SALT@Ws33333@3@(\)??=p =@Gz@ffffff?zG{@Y@?Q@*@8@a`@pP?ə?-V?`A7?333333@+?zG{?"`A?ЃnP?bM?S@Q@Q@Q@@v ?@t񙙙@@?vȴ9?hr!?bM@j1 package@R.5 cup, chopped or dicedVegetables ]5) !MUSTARD SPINACH,(TENDERGREEN),Cooked,Boiled,Drained,with SALT@W@0?333333?ə?陙@ffffff@@c?陙@@2@q@o@?(\)??GzH?333333@P@?E?vȴ9X?ۅQ?vȴ9X?E@R@@R@@R@@@y@f1 cup, choppedVegetables4s) !NEW ZEALAND SPINACH,Cooked,Boiled,Drained,with SALT@W33333@(??\(?@@H?Q@@@6@Y@up? =p?E?E?@0?Q?dZ1?\(?bM?Vt@ @ @ @L@f?S?tzG{?-V@f1 cup, choppedVegetables 22 V4U)!OKRA,Cooked,Boiled,Drained,with SALT@W$zG@6?Q?Gz?Gz@ =p @@S@?Q@B@@@`@n ?ۅQ?\(?`A7?ٙ@0L?`A7L?(\)?;dZ?C$?-V@G@G@G@q@,?GzH@D@e@@x`?"`A?Q?-V@T.5 cup, slices@U@8 podsVegetablesp4c)!OKRA,Frozen,Cooked,Boiled,Drained,with SALT@VǮzH@<@ =p?333333?@@ffffff@\(@X?p =q@I@G@m@@m? =p?E?Vt?333333@(ffffff?XbM?|hr?Q?θQ?bM@b@@b@@b@@u0@1?zG{@Gfffff@i`@} ?9XbM??j~#@o1 package@W.5 cup, slicesVegetables FF2h4Y+!ONIONS,Cooked,Boiled,Drained,with SALT@U =p@F?\(?QR?(\)@$L?ffffff@Q@6?θQ@&@A@d@m?Gz?&x?Õ$/?333333@?$/?O;dZ?Q?hr!?nP@.@.@.@?zG{??@?vȴ9X?S? ě@j@1 cup@.1 tbsp, choppedVegetablesJ4w+=!ONIONS,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@W\(@<? =p??333333@ffffff?333333@0?333333@@3@[@o?Q?tj~?-V?ٙ@?O;dZ??n?XbM?lD@*@*@*@A@?bM?vȴ9?tj~@.1 tbsp, chopped@Z@.5 cup, chopped or dicedVegetables O4s !ONIONS,Frozen,Whole,Cooked,Boiled,Drained,with SALT@W\(@<?Q??333333@?ffffff@;?\(@ @@Y@@n? =p ?tj~?zG{?ٙ@ffffff?bM?nO;?`A7L?+?Q@*@*@*@5??nO;?|1&y?zG{@j@1 cupVegetables- 4])!PARSNIPS,Cooked,Boiled,Drained,with SALT@SnzG@T@?Q?333333?zG@3zH@@B?\(@=@Q@@v@n?У =p?lD?`A7?333333@*??|hs?1&?+ I^?`A7?+@M@M@M??1&y?bM@S.5 cup, slices@d1 parsnipVegetables ..U!4q !PEAS,EDIBLE-PODDED,Cooked,Boiled,Drained,with SALT@V:=p @E@ (\)?p =q?GzH@333333@ffffff@Q@E?Q@:@K@n@n?׮zG?E?Ł$/?ffffff@G33333?bM?tj~??|hs?7KƧ?nO;@=@=@=@@J?\(@9@E@@?+ I?O;dZ?@d1 cupVegetablesu"4!PEAS,EDIBLE-PODDED,Frozen,Cooked,Boiled,Drained,with SALT@Ufffff@J@ ?QR?@" =p @@GzH@M@333333@<@M@k @n ?\(\? =p ?Q?陙@6?bM?vȴ9X?tj?lC?E@A@A@A@|@P?zG@>333333@J@@? ě?+?`A7K@d1 cup@o1 packageVegetables >>U#4a !PEAS,Green,Cooked,Boiled,Drained,with SALT@SwzH@U@p =q?(\)?p =q@/GzH@@Q@;? =p@C@]@@p@m? =p ?$/??ffffff@,ffffff?Гtj~?nO@+ I^?Õ$/?˥S@O@O@O@@D?Q@9fffff@6@}`@B?+?tj~?1&@d1 cupVegetablese$4e!PEAS,Green,Canned,NO SALT,Solids and LIQUIDS@UzG{@J@ Q?333333?Gz@#@ ffffff@ @2?QR@1@J@Y@"?ffffff?S?`A7L?@#?j~"? ě?l?KƧ? =p@=@=@=@@R?zG{@0@,@@?S?S?-V@_.5 cup@~ 1 canVegetables iiNa%4]!PEAS,Green,Canned,NO SALT,Drained Solids@Tl@Q@@zG?ffffff? =p @)(\)@ffffff@ =p@4?ffffff@1@P@e@?Q?E?dZ1?333333@#333333?"`?+?lC?bM?bM@F@F@F@@;?Q@5ffffff@t@?vȴ9X?vȴ9X?/w@U@.5 cup@s1 canVegetables.&4o!PEAS,Green,Frozen,Cooked,Boiled,Drained,with SALT@SGz@S@?GzH?陙@,Q@@8?Q@=@V@e@t0?zG?n?~"?@#?1&??zG?-V?hr!@M@M@M@@@?+ J?tj~?nP@o1 package@T.5 cupVegetables '5 !PEAS,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@RzH@X@333333?QR?zG@1zG@:?Q@D@8@p@m?\(?zG{??333333@ffffff?˥S?=p =?&x?"`B?bM@B@B@B? =p ? =p ?θQVegetables](4q !PEAS and CARROTS,Canned,NO SALT,Solids and LIQUIDS@V @C@\(\?GzH?\(@ \(@ ffffff@ =p@7?@,@G@Y@?\(?^5?|?+ ?@ffffff?l?"`A?◍O;d?Q?+ I@2@2@2@Y@u?QR@*333333@|@>?@?+ J?O;dZ?nP@o1 cupVegetables cc4)4{!PEAS and CARROTS,Frozen,Cooked,Boiled,Drained,with SALT@Us33333@H@Q?Gz?=p =@$=p =@@7?zG@0@H@c@s??tj~?"`B?񙙙@ 333333??bM?vȴ9X?/w?E@:@:@:@Q@x@?E?Q?ɺ^5?|@q`1 package@T.5 cupVegetablesa*4y !PEAS and ONIONS,Frozen,Cooked,Boiled,Drained,with SALT@V Q@F@QR?ə?@!B\(@@(\)@,?zG@*@A@]@@q?ҏ\(? ěT??|hs?ٙ@?333333?lD?9XbN? =p ?E@4@4@4@l@J?zG{@(333333@$@@?nO;?tj~?bM@f1 cupVegetables k+4G=!PEPPERS,HOT CHILI,Reduced,RAW@VGz@D?Q?(\)? =p@!Q?@333333@,?zG{@7@E@t @"?У =p?nP?-V?@afffff?nO;?tj?lC?ɺ^5?|?1&x@7@7@7@@H?zG@,@B@@D@(?$/?tj~?ΗO;d@F1 pepper@R.5 cup, chopped or diced@;Vegetables ,5=!PEPPERS,HOT CHILI,Reduced,Canned,EXCLUDING SEEDS,Solids and LIQUIDS@W @5???ffffff@ffffff?@ \(@?@,@1@g`@T?\(?"`B?lD?333333@Q?zG{??陙?hr Ĝ?Õ$/@$@$@$@:@?zG@!ffffff@{@@~@{?zG{?xtj~?(\)@R@1 pepper@Q.5 cup, chopped or dicedVegetables S5 !/CEREALS Ready-to-eat,WHEAT,SHREDDED,Plain,SUGAR and SALT FREE@ffffff@u@&p =@zG?\(@S =q@(?zG@I@@`@w @w@@?+ I^@(\)@ffffff@$333333?QR?bM@lC?ӶE?zG{@E@E@E?ffffff??ffffff?(\)@G2 biscuits@G1 servingBreakfast Cereals ffrT5/CEREALS Ready-to-eat,WHEAT,SHREDDED,Plain,SUGAR and SALT FREE,SPOON SIZE@ffffff@u@@$?񙙙?@T@&?@E@ p =q@]@vP@y@@\(\?Q@l@?GzH?Q@GzH?lC?=p =@E@E@E??ə?vȴ9X?tj@H1 cup@81 boxBreakfast Cereals X5 /CEREALS Ready-to-eat,NUTRI-GRAIN,WHEAT,SEE NEW PRODUCT 08292@@v@!ffffff?@@U&fffff@333333@<@\(@S@w`@q@@@*ffffff?GzH@#333333@J??@1?񙙙?@v@t@3@X@333333?ǮzG?/v?lBreakfast Cereals c[5/CEREALS,ROMAN MEAL WITH OATS,Cooked with H2O,without SALT@T`@Q@?陙?ٙ@,ffffff@333333@&?\(@?@X@Z@?Q?vȴ9X? =p? =p ?\(?vȴ9?9XbM@$@$@$@"?nO;@n1 cup@f.75 cupBreakfast Cereals\4a/CEREALS Ready-to-eat,RICE,PUFFED,Fortified@@y @333333??ٙ@Vs33333?333333@@?33333@9@X@\@@?zG{?šo?@%@?@Afffff?zG{?333333@3@3@3? =p@,1 cup@,ffffff.5 ozBreakfast Cereals bb]4c/CEREALS Ready-to-eat,WHEAT,PUFFED,Fortified@@v@-ffffff?333333?@Sfffff@@<@?33333@b @v0@u@@Gz?-V?zG@^fffff@?@Afffff?tj~?\(@@@@@@?ə@(1 cup@,ffffff.5 ozBreakfast Cereals|^5/CEREALS,CORN GRITS,WHITE,Regular and QUICK,Unenriched,DRY@$@w0@!?333333?ٙ@Sfffff??zG{@?@;@R@@a ??=p =?333333?"`A@1? =p?zG{?333333? =p ?`A7@@@@?Q?333333??@? =p?333333?nP@c1 cup@#ffffff1 tbspBreakfast Cereals {_5/CEREALS,CORN GRITS,Yellow,Regular and QUICK,Enriched,DRY@$@w0@!?333333?ٙ@Sfffff??zG{@@GzH@;@R@@a ??=p =?333333?"`A@1?zG{?QR@ =p? =p ?`A7@i@i@@u@j@&?Q?333333@O@X@@,? =p?333333?nP@c1 cup@#ffffff1 tbspBreakfast Cereals }`5/CEREALS,CORN GRITS,Yellow,Regular and QUICK,Unenriched,DRY@$@w0@!?333333?ٙ@Sfffff??zG{@?@;@R@@a ??=p =?333333?"`A@1? =p?zG{?333333? =p ?`A7@@@@j@&?Q?333333@O@X@@,? =p?333333?nP@c1 cup@#ffffff1 tbspBreakfast Cereals  a5#/CEREALS,CORN GRITS,WHITE,Regular,QUICK,Enriched,Cooked with H2O,with SALT@UVfffff@M?Q?QR?zG{@)p =?333333?@?333333@@&@5@k?Q?nO;?nO;@??|hs?(\)?vȴ?+?$/@@@@?@L?zG{???tj~??|hs@n@1 cup@f.75 cupBreakfast Cereals -b55/CEREALS,CORN GRITS,WHITE,Regular and QCK,Unenriched,Cooked with H2O,without SALT@UVfffff@M?Q?QR?zG{@)p =?333333?@?zG{@@&@5@?Q?nO;?nO;@?hr Ĝ?xtj~?ffffff?+?$/?????zG{???tj~??|hs@n@1 cup@f.75 cupBreakfast CerealsOc5'/CEREALS,CORN GRITS,WHITE,Regular,QUICK,Unenriched,Cooked with H2O,with SALT@US33333@N?ffffff?ə?@*?ə?ə@@(@6@k?Q?tj~?hr Ĝ?zG{?zG{?ə?bM?tj~????zG{?Q??zG{@n@1 cup@f.75 cupBreakfast Cereals d57/CEREALS,CORN GRITS,Yellow,Regular and QUICK,Enriched,Cooked with H2O,without SALT@UVfffff@M?Q?QR?zG{@)p =?333333?@?333333@@&@5@?Q?nO;?nO;@??|hs?(\)?vȴ?+?$/@@@@?@L@?@?zG{@"@,@h??tj~??|hs@n@1 cup@f.75 cupBreakfast Cereals^ ,&28>DJPV\bhntz "(.4:@FLRX^djpv|e(f5g7h9i;j>k@lAmBnCoDpEqGrIsKuRtPvTUWY[]_acdeghjlnprt24dgikmoy|~12 3456789:;#<%='>)?,q.r2s5tIuLvOwQxSyUzW{Y|[}]acehjlortvz~ e5%/CEREALS,CORN GRITS,Yellow,Regular,QUICK,Enriched,Cooked with H2O,with SALT@UVfffff@M?Q?QR?zG{@)p =?333333?@?333333@@&@5@k?Q?nO;?nO;@??|hs?(\)?vȴ?+?$/@@@@?@L@?@?zG{@"@,@h??tj~??|hs@n@1 cup@f.75 cupBreakfast Cereals f5;/CEREALS,CORN GRITS,Yellow,Regular and QUICK,Unenriched,Cooked with H2O,without SALT@UVfffff@M?Q?QR?zG{@)p =?333333?@?zG{@@&@5@?Q?nO;?nO;@?hr Ĝ?xtj~?ffffff?+?$/???@?@?zG{@"@,@h??tj~??|hs@n@1 cup@f.75 cupBreakfast Cereals g5)/CEREALS,CORN GRITS,Yellow,Regular,QUICK,Unenriched,Cooked with H2O,with SALT@UVfffff@M?Q?QR?zG{@)p =?333333?@?zG{@@&@5@k?Q?nO;?nO;?hr Ĝ?xtj~?ffffff?+?$/???@?@?zG{@"@,@h??tj~??|hs@n@1 cup@f.75 cupBreakfast Cereals   rh4o/CEREALS,CREAM OF RICE,Cooked with H2O,with SALT@U@J???333333@'??zG{@?ə@@1@4@e?zG{?hr Ĝ?nO;@?ٙ?tj~?S@@@?zG{?zG{?vȴ9X?S@n1 cup@f.75 cupBreakfast Cereals  o4a7ORANGE-GRAPEFRUIT Juice,Canned,Unsweetened@V(\)@E?333333??\(@$\(?@$\(\@ ?p =q@$@,@c@?Q?tj~?hr Ĝ?@=?1&y?Q?Ձ$/?Q?O;dZ@,@,@,@]@?Q?@@4@X@R@?+ I?hr Ĝ?tj~@n1 cup@>fffff1 fl ozFruits & Fruit Juicesp4O+7TANGERINES,(MANDARIN ORANGES),RAW@UJG{@J?Q? =p?QR@*zG?@%(\)@B?333333@(@4@d@?Q?$/?+?@:33333?-V?nO;?bM?˥S?+@0@0@0@H@A?ə@Y@@c`@yp@a@?+?Q? =p@h`1 cup, sections@X1 large@<Fruits & Fruit Juices ((e4k 7TANGERINES,(MANDARIN ORANGES),Canned,Juice Pack@V` =q@B? =p?Q?Q@## =p?ffffff@!p =@&?GzH@&@$@`@?QR?`A7L?bM?ٙ@A?E?-V?zG{??$/@@@@@E?@`@h @p@d`?htj~?tzG{?tzG{@o 1 cupFruits & Fruit Juicesk4w 7TANGERINES,(MANDARIN ORANGES),Canned,Light SYRUP Pack@T =p@N???QR@00 =q?ffffff@.G{@?׮zG@ @$@S@?θQ?+ I?bM?ٙ@3?"`A?+ I?zG{??$/@@@@@@E?@``@g@@d`?tj~?nO;?zG{@o1 cupFruits & Fruit Juices ;;X437TANGERINE JUICE,RAW@V9@E??ə?333333@$333333?ə@#@2?ə@ @,@f@??Q??l?@??Q?zG{???$/@@@@o@*? =p@,@C@j@d?tj~?nO;?zG{@n1 cup@>fffff1 fl ozFruits & Fruit Juicese4M7TANGERINE Juice,Canned,Sweetened@U@I??ə?333333@(?ə@'@2?ə@ @,@f@??Q??l?@6?Q?zG{???bM@@@@o@*?333333@,@C@j@d?vȴ9?nO;?@o 1 cup@?1 fl ozFruits & Fruit Juices @44y 7TANGERINE Juice,Frozen Concentrate,Sweetened,Undiluted@M@d ??\(?Q@Cl?333333@;?\(@<@>@x@? =p ?ȴ9Xb? =p@UFfffff?lC?`A7L?E?1&x?° ě@0@0@0@@a@@qP@?vȴ9?hr Ĝ?tj~@j1 canFruits & Fruit Juices< 57TANGERINE Juice,Frozen Concentrate,Sweetened,Diluted with 3 VOLUME H2O@Vfffff@G?ۅQ?(\)?333333@&Q@ ?@ @ @\@??Q??l@8333333?vȴ9?tj~?+??$/@@@@@=?|1&y?zG{?1&y@n 1 cup@>1 fl ozFruits & Fruit Juices BB#] 4#%'7PAPAYAS,RAW@V5Q@C?Q?Q?Q@#Q?@@8?@$@@p@?Q?bM?+ I?333333@Nfffff?S?bM?աo?lC?tj~@C@C@C@@K?\(\@@q@@@R?tj?tj~?vȴ9X@a1 cup, cubes@l1 cup, mashed@@Fruits & Fruit JuicesY 457PAPAYA NECTAR,CANNED@UAGz@L?\(?333333?333333@-Q?333333@+R@$?\(@@?@?333333?vȴ9?vȴ9?333333@?xtj~?pbM?333333?S?nO;@@@@v@2?θQ?陙@V@o`@9?bM?E?Q@o@1 cup@?3333331 fl ozFruits & Fruit Juices ;;)j4W;7PASSION-FRUIT,(GRANADILLA),PURPLE,RAW@R;Q@X@@?ffffff?陙@7aGz@$@&ffffff@(?@=@Q@u@<??tj?333333@>? =p??@,@,@,@@P?zG{?ffffff@8@D?5?|h?tj?M@m1 cup@21 fruit, without refuse@HFruits & Fruit JuicesS4I7PASSION-FRUIT Juice,PURPLE,RAW@UgzH@I?\(??\(@+333333?ə@*@?θQ@1@*@q`@??"`A?@=?ěS?\(\?@@@@h@B?zG{?ٙ@z0@7?pbM?xtj~?-V@n1 cup@>fffff1 fl ozFruits & Fruit Juices $4I7PASSION-FRUIT Juice,Yellow,RAW@U p =@N?p =q? =p ?\(\@,fffff?ə@? =p @1@9@q`@?Q??@2333333?"`B@Q?Q@ @ @ @@^@?Q?+ I?"`A@n1 cup@>fffff1 fl ozFruits & Fruit JuicesX4#'7PEACHES,RAW@V7zH@C?Q??ۅQ@#zG?@ ǮzH@?@"@4@g?\(?hr Ĝ?;dZ?@ffffff?tj~?vȴ9X?n?Õ$/?@@@@t`@0?\(\@@d@@P@V?tj~?&x?tj@e@1 cup, slices@c1 large@*Fruits & Fruit Juices  4a;37PEACHES,Canned,H2O Pack,Solids and LIQUIDS@WHQ@8?(\)?Q?GzH@p =q?@=p =@?zG{@@$@X@? =p ?S?tj~?333333@333333?nO;?tj~?1&y??tj~@@@@@;?\(\?333333?@p@[@@N?xtj~?$/?1&y@n1 cup, halves or slices@X1 half, with liquidFruits & Fruit Juices DDI4e;7PEACHES,Canned,Juice Pack,Solids and LIQUIDS@U\(@F?(\)?Q?GzH@'# =p?@$=p @?GzH@@1@`@?(\)??tj~?333333@ ?bM?hr Ĝ?⟾vȴ9??tj~@@@@w@3?\(\?333333?@g@S@N?pbM?tj~?bM@o@1 cup@o1 cup, halves or slicesFruits & Fruit Juices34s; 7PEACHES,Canned,Extra Light SYRUP,Solids and LIQUIDS@V @E?ٙ??θQ@&333333?@?333333@@&@R@? =p ??bM@?zG{?zG{?陙??tj~@@@@p@,?+ I?nO;?tj~@n1 cup, halves or slicesFruits & Fruit Juices 4q;37PEACHES,Canned,Light SYRUP Pack,Solids and LIQUIDS@U.zG@K??Q?@-?@*@? =p @@&@X@@? =p ?vȴ9?O;dZ?333333@333333?nO;??"`??tj~@@@@v @2?\(\?333333?@f@R@@N?htj~?tj~?Q@o`1 cup, halves or slices@X1 half, with liquidFruits & Fruit Juices ==D4q37PEACHES,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@SR@R???θQ@3 =q?@2 =p@?GzH@@&@W@? =p ?1&? =p ?333333@ffffff?+ I?tj~?S??tj~@@@@t@1?\(\?333333@d@Q@N?zG{?Q?bM@p`1 cup@X1 half, with liquidFruits & Fruit Juices84}; 7PEACHES,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDS@RL(\@X?zG?Q?@:\(?@?ҏ\(@@&@T@ ? =p ??+ I?333333?+ I?$/? =p??tj~@@@@``@?htj~?+ I?1&y@p`1 cup, halves or slicesFruits & Fruit Juices qqcn4% 7PEACHES,SPICED,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@S@R?=p =??Gz@4zG?@2ǮzH@?Q@@"@U@@?zG{?+ J?333333@333333?+ I?Q?/v??tj~@@@@s@0?\(\?333333@c@P@@N?+ I?nO;?tj~@n@1 cup, whole@Fruits & Fruit Juices4s 7PEACHES,Dehydrated (LOW-MOISTURE),SULFURED,Uncooked@@tP@\(?zG{@ Q@T˅Q@C@ =p @L@d@@@$?\(?ߍO;dZ?nO;@%333333?+?(\)@L?9XbN?Z1'@@@@$@Q?j~"? ěT?;dZ@]1 cupFruits & Fruit Juices ~~4o 7PEACHES,Dehydrated (LOW-MOISTURE),SULFURED,Stewed@OQ@`@zG?Gz?=p =@AR@0@zG@7@P@P@?zG{?"`B?\(@333333?bM?Q@=p =?ȴ9Xb?S@@@@x@4? =p ?öE?1&@n@1 cupFruits & Fruit Juicesc4K7PEACHES,DRIED,SULFURED,Uncooked@?@m@ Gz?QR@@N=p @ ffffff@D޸Q@<@=p =@E@]@ @?=p =?KƧ?ӅQ?@333333?`bM?"`A@? I^5??&x@@[?QR@/ffffff@@@{@x?E?n?|hr@d1 cup@*1 halfFruits & Fruit Juices ww]b4e 7PEACHES,DRIED,SULFURED,Stewed,without SUGAR@Sfffff@S@?\(??陙@3 =q@@0p =@"?\(@*@C@t@? =p ?E?+ J?ə@ ?tzG{?$/?M?+ I^?tj~@h@$?Q@@X@D@f?vȴ9?ȴ9Xb?5?|h@p 1 cupFruits & Fruit Juices 4_ 7PEACHES,DRIED,SULFURED,Stewed,with SUGAR@QQ@Y?\(?(\)?\(\@:@333333@ ?333333@(@A@r@@?\(?dZ1?ȴ9Xb?ffffff@ 333333?tzG{?tj~?5?|h?Q?Q@f@"?tj~?E?S@p1 cupFruits & Fruit Juices n"4K'7PEACHES,Frozen,SLICED,Sweetened@RQ@W?(\)? =p?\(@7G{?@6.zG@?׮zG@@&@`@@??tj~?-V?ٙ@W?vȴ9?Q?`A7L?`A7L?nO;@@@@q@,? =p@@a@M@S@?1&y?tj~?bM@o@1 cup, thawed@c`10 slicesFruits & Fruit Juicesk#4Y7PEACH NECTAR,Canned,without Vitamin C@Uh\)@K?GzH?zG{?333333@+ =p?333333@* =p@?QR@@@D@?zG{?lD?tj~?ə@333333?htj~?1&y?nO;?hr Ĝ?|1&y???@p @*?ҏ\(?@`@J@B?`bM?bM?+ I@o 1 cup@?1 fl ozFruits & Fruit Juices VR4S!GOURD,WHITE-FLOWERED (CALABASH),RAW@W\(@,? =p?zG{?ۅQ@ Q@:?ə@&@*@b@?ffffff?vȴ9?`A7L?ə@$333333?-V?+ I?zG{?tj~?zG{@@@@0??`bM?pbM?nO;@M.5 cup@1 gourd@>Vegetables&S5 !GOURD,WHITE-FLOWERED (CALABASH),Cooked,Boiled,Drained,without SALT@WzG@.?333333?zG{?׮zG@ Q@8?@&@*@e@@?ffffff?vȴ9?`A7L?ə@!?-V?+ I?\(?nO;?tj~@@@?`bM?pbM?nO;@b@1 cupVegetables KT4M!GOURD,DISHCLOTH (TOWELGOURD),RAW@Wvfffff@4?333333?ə?ٙ@p =q@4? =p @,@@@a`@?Q?Q?O;dZ?ə@(??Q?ٙ?lC?tj@@@@y@5?bM?l?E@W1 cup@f@1 gourd@;Vegetables1U5 !GOURD,DISHCLOTH (TOWELGOURD),Cooked,Boiled,Drained,without SALT@U\(@L?Q?\(?׮zG@,zG@"? =p @4@?@|P@5?\(?\(?̋C%?ə@?O;dZ?$/?У =p?1&x?XbM@(@(@(@p@@*?S? ěT?l@f@1 cup@V@.5 cupVegetables  {V4K) !HORSERADISH-TREE LEAFY TIPS,RAW@S=p @P@"?ffffff@zG@ \(@@g @@b`@\@u@"?333333?Gz? I^5?@Iٙ?r ě?Q@\(??333333@D@D@D@@w@51 cup, chopped@CVegetablessW5 ) !HORSERADISH-TREE,LEAFY TIPS,Cooked,Boiled,Drained,without SALT@Ti@N@zG?\(?@&L@?@b@\(@b@P@u@"?\(\?tj?Ƨ-?@??j~"?I^5?}?Q?1&?^5?|@7@7@7@e@u?@[@p@L?tj~?E?Q@E1 cup, choppedVegetables XX4O !HYACINTH-BEANS,Immature SEEDS,RAW@UzH@G@?ə?zG{@"aGz@I?zG@D@H@o@?׮zG?bM?=p =?@)?E?O;dZ? =p?(\)?tj~@O@O@O@[@@?+ I?QR?bM@T1 cup@Vegetables$Y5  !HYACINTH-BEANS,Immature SEEDS,Cooked,Boiled,Drained,without SALT@U@I@?GzH?\(@"ffffff@D?QR@E@H@p`@?QR?tj~?Gz?@ffffff?1&y?+ I?޸Q?"`A?O;dZ@G@G@G@a@?vȴ9X?nP?zG{@U1 cupVegetables KZ4=' !JERUSALEM-ARTICHOKES,RAW@S =q@S@?zG{@QR@1p =q?@#333333@,@ 333333@1@S@z@?Q?Q?Q?ffffff@?ə?Q??hr Ĝ?E@*@*@*@4??QR?@(?pbM?PbM@b1 cup, slices@?Vegetablesx\49'!JEW'S EAR,(PEPEAO),RAW@W%\(@9?޸Q?zG{?333333@@0?Q@9@,@E@"?Q?zG{?"`B@&333333?333333?j~#?1&?Q? =p?+ I@3@3@3@X1 cup, slices@1 piece@Vegetables ""c^4= !JEW'S EAR,(PEPEAO),DRIED@&GzH@r@GzH?(\)@\(@TB\(@\@@\(@b@@]@ @Q@zG@GzH?j~"@`33333?ffffff?nO;?ffffff@@5z1'?ffffff@d@d@d@81 cup@*Vegetabless_4- !JUTE,POTHERB,RAW@UzG@A@??GzH@333333@j@ =p @P@T@x@ ?GzH?QR?|hr?@B?$/?xF?(\)?nO;?333333@^@^@^@@q`?tj~?hr Ĝ?Q@<1 cup@CVegetables rrPZ`4k !JUTE,POTHERB,Cooked,Boiled,Drained,without SALT@Uə@B@ p =q?ə?Gz@(\)@?@j`@ Q@O@R@0@&?GzH?QR?|hr?@@?KƧ?ȓtj~?zG{?nO;?=p =@Z@Z@Z@A@p0?ffffff@[@N@L?Q?1&y?tj~@U1 cupVegetables,a4) !KALE,RAW@Up =@I@ ffffff?ffffff?zG{@$Q@@`?333333@A@L@{@E?(\)?ҏ\(?ěS?@^?(\)? =p??KƧ?XbM@=@=@=@@@@@O?KƧ?vȴ9?աo@P1 cup, chopped@CVegetables c[b4[) !KALE,Cooked,Boiled,Drained,without SALT@V@<?ffffff?ٙ? =p@Q@?@R?@2@<@l@7?θQ?+?ڟvȴ9?@D?"`A?Q??+ J?lD@*@*@*@ʚ@H?333333@@@р?vȴ9?Q?ȴ9XbN@`@1 cup, choppedVegetablesc49%!KALE,FROZEN,UNPREPARED@VǮzH@<@GzH?p =q?(\)@@@a?\(@2@=@t@.? =p ?O;dZ?Z1'?@Cfffff?1&y?1&y?Vt?vȴ9? =p @1@1@1@m@s?5?|h?hr Ĝ?1&x@q1 package@W.333 packageVegetables hhnd4i)=!KALE,Frozen,Cooked,Boiled,Drained,without SALT@V@>@Q?\(\?zG@Q@?p =q@a@?zG@2@<@t@.? =p ?bM??@9333333?tj?/v?$/?"`A?tj@,@,@,@̸@?p =q@@;@<@? ěT?nO;?zG@`@1 cup, chopped@P@.5 cup, chopped or dicedVegetablese4C!KANPYO,(DRIED GOURD STRIPS)@3Q@p @!(\)?Q@p =q@PB\(@q@zG{@_@@g@@.@p =q?۶E?1&x@?ə?+ I@333333@lC?$/@N@N@N? =p ?^5?|?;dZ@3333331 strip@;.5 cupVegetables TTFi4%!KOHLRABI,RAW@V@;?333333??@@ @@8?ٙ@3@G@u@4?Q?nP?n?ffffff@O??zG{?ٙ?Q?333333@0@0@0@B@?޸Q?@6?vȴ9?|1&y?tj~@`1 cup@01 slice@KVegetables^j4c' !KOHLRABI,Cooked,Boiled,Drained,without SALT@V33333@=??(\)?񙙙@\(?񙙙@ffffff@9?ٙ@3@F@u@@5? =p?`A7L?-V?陙@K?zG{?zG{?\(?zG{?öE@(@(@(@A@? =p?@5?1&y?bM?"`A@d1 cup, slicedVegetables gl4/ !LAMBSQUARTERS,RAW@U33333@E@?陙@ 333333@333333@@sP?333333@A@R@|@@E?(\)?n?$/?@T?zG{?(\)?333333?O;dZ?щ7KƧ@>@>@>@ƨ@ ?5?|h?333333?vȴ9XVegetablesdm4m) !LAMBSQUARTERS,Cooked,Boiled,Drained,without SALT@V9@@@ ?ffffff@@@? =p@p ?ffffff@7@F@r@=?333333?7KƧ??@B??У =p??vȴ9X?E@,@,@,@@~P?@~33333@@@?vȴ9?ěS?ӥS@f1 cup, choppedVegetables DD(`n4[!LEEKS,(BULB and LOWER LEAF-PORTION),RAW@T@N??333333?@,L?@333333@M@@<@A@f@4?Q?Q?ȴ9Xb?@(?Q?Q?ٙ?Q?m@P@P@P@ @T?p =q@G@@@?zG{?pbM??|hs@V@1 cup@V@1 leek@LVegetablesTo5?!LEEKS,(BULB and LOWER LEAF-PORTION),Cooked,Boiled,Drained,without SALT@V33333@??Q?ə?=p =@zG{?@>?񙙙@,@1@U@$?Q?vȴ9X?ϝ-V?@?vȴ9?zG{?ə?nO;?hr!@8@8@8@G@?S?htj~?j~"@_1 leek@:.25 cup, chopped or dicedVegetables wwp45 !LENTILS,SPROUTED,RAW@P\(@Z@!Q?ᙙ?@6# =p@9@ zG@B@e@t @&?(\)?և+ I?1&x?333333@0?/v?bM? I^5??~"?QR@Y@Y@Y@F@?/v?vȴ9?1&x@S@1 cupVegetablesq4k !LENTILS,SPROUTED,Cooked,STIR-FRIED,without SALT@Q,@Y@@!??陙@5@@,@@A@c @q@$??Ցhr ?bM?333333@)333333?(\)? =p ?333333?E?E@P@P@P@D@?"`A?QR?ɺ^5?|Vegetables r4}A!LETTUCE,BUTTERHEAD (Including BOSTON and BIBB TYPES),RAW@WQ@*??(\)?=p =@ =p?񙙙?zG@A? =p@*@@@m@?ə?bM?x?333333@ ?/v?vȴ9X?+ ?333333?E@R@@R@@R@@@d? =p @Y33333@ @?-V?bM?E@K1 cup, shredded or chopped@d`1 head@:Vegetablesds4A+'!LETTUCE,COS OR ROMAINE,RAW@W =p@1?zG?333333?\(@ QR@? =p @@? =p @,@>@n@ ?p =q?tj~? =p?ٙ@8?nO;?&x?1&x?-V?l@a@a@a@@r ? =p@Y@8@?+?tj~?zG{@Gs333331 cup, shredded@\(1 leaf, inner@Vegetables Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx.v.v.w.w.x.x.y.y.z.z.{.{.|.|.}.}.~.~................................................................................................................................................................ --#rt4k+!LETTUCE,ICEBERG (Including CRISPHEAD TYPES),RAW@W\)@,??Q? =p @\(?333333?(\)@2?=p =@@4@a@$?333333???@ffffff?E??|hr?KƧ?$/@=@=@=@`@9? =p @8@@r@qP?nO;?xtj~?l@RQ1 cup, shredded@\zG1 head@VegetablesYu49+!LETTUCE,Green LEAF,RAW@WzG@.?\(?333333? =p@QR??\(@B?Q@*@=@h@@<? =p ?-V??333333@2?Q?zG{??&x? =p @C@C@C@@w ?ҏ\(@e33333@[@?zG{?xtj~?E@A=p 1 cup, shredded@v~fffff1 head@BVegetables [[3v4)!LOTUS ROOT,RAW@Sfffff@R@?? =p @1:G{@@F?\(@7@Y@`@D?\(?r ě?д9XbN?ffffff@F?zG{?(\)?ٙ? ěT?ЃnP@*@*@*?Q?zG{?zG{@T@10 slices@\1 root@5Vegetablesjw4g!LOTUS ROOT,Cooked,Boiled,Drained,without SALT@TZG{@P?GzH?Q?Q@0Q@?@:?@6@S@v@F?Q?Ƨ-?(\)?333333@;ffffff?A7Kƨ?zG{?333333?S?lC@ @ @ ?zG{??$/?1&y?1&y@N.5 cup@V@10 slicesVegetables ggMb-4?)'!PEPPERS,SWEET,Reduced,RAW@W p =@:?zG?333333?zG@Q@@@?ۅQ@(@:@j`@??hr Ĝ?1&y?@g?S?\(?S?I^5?}?ҟvȴ9@2@2@2@v@c?GzH@@4@`@~@s@@I?5?|h?|1&y?+@b1 cup, chopped@W1 cup, sliced@2Vegetables/.4s!PEPPERS,Sweet,Green,Cooked,Boiled,Drained,with SALT@VzH@<?p =q?ə? =p@?333333@"?p =q@$@2@d@m?Q? =p?p =q?333333@R?5?|h?Q?އ+ I?9XbM?m@0@0@0@@>?-V?vȴ9?"`A@'3333331 tbsp@R@1 pepperVegetables NNKy/4}'!PEPPERS,Sweet,Reduced,Cooked,Boiled,Drained,without SALT@VzH@<?p =q?ə? =p@?333333@\(@"?p =q@$@2@d@?Q? =p?p =q?333333@e`?5?|h?Q?އ+ I?9XbM?m@0@0@0@y@q0?ffffff@ffffff@K@v@.@t?-V?vȴ9?"`A@`1 cup, strips@'3333331 tbspVegetables104w!PEPPERS,Sweet,Reduced,Cooked,Boiled,Drained,with SALT@VzH@<?p =q?ə? =p@?333333@"?p =q@$@2@d@m?Q? =p?p =q?333333@e`?5?|h?Q?އ+ I?9XbM?m@0@0@0@`@g?-V?vȴ9?"`A@(1 tbsp@R@1 pepperVegetables {{15 !PEPPERS,Sweet,Green,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@W@2?ffffff? =p ?GzH@333333@ ? =p@@*@R@n??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S@$@$@$@r @.?S?tj~?XbMVegetablesd24 !PIGEONPEAS,Immature SEEDS,Cooked,Boiled,Drained,with SALT@Q33333@[@ =p?\(?=p =@3}p =@@ =p@D?Q@D@]@|@n?=p =?Gz?/w?333333@<?ffffff??|hs@9XbM?(\)?"`A@Y@Y@Y@K@?zG{@3@@@c?\(\?vȴ9?ěS@c 1 cupVegetables 77J34{ !POKEBERRY SHOOTS,(POKE),Cooked,Boiled,Drained,with SALT@W9@4@ffffff?ٙ?@??@J?333333@,@@@g@o?QR? ěT?Ձ$/?@T?Q??񙙙?+?j~"@"@"@"@@{0?333333@[@d@L@d1 cupVegetablesw44a+-!POTATOES,Baked,FLESH and Skin,with SALT@R\)@W@@? =p?GzH@5&fffff@?Gz@.?GzH@<@Q@@n? =p ?5?|h?1&x?ٙ@#333333?bM?tj~?\(?bM?lC@<@<@<@$??zG{@@@>?Q?htj~?-V@rfffff1 potato, large@e1 potato, mediumVegetables TT2Z54I!POTATOES,Baked,FLESH,with SALT@RG{@W@?\(\?? =p @5??333333@?ffffff@9@I@xp@n ?ҏ\(?˅Q?ěS?333333@)?Gz?$/?QR?\(?C$@"@"@"?zG{?333333?vȴ9?`bM?tj@N.5 cup@c1 potato@7VegetablesJ64I !POTATOES,Baked,Skin,with SALT@GzH@h@(\)?@Q@GzH@?ffffff@A@(\)@E@Y@@@p?\(\?$/?E?ffffff@+?;dZ?"`A@Q?lC?S@6@6@6@$??zG{?333333@@>?vȴ9?`bM?tj@M1 skinVegetables uucj74i!POTATOES,Boiled,Cooked IN Skin,FLESH,with SALT@S>Q@U?Q??p =q@4!Gz@? =p@? =p@6@F@w@n?333333?bM?lD?333333@*?"`A?zG{?$/? =p?"`A@$@$@$@?@@@"?vȴ9?`bM?tj@S.5 cup@a1 potato@"Vegetables84g !POTATOES,Boiled,Cooked IN Skin,Skin,with SALT@Ss33333@S@Gz?@QR@15\(@ ffffff@F@GzH@>@K@yp@o@?(\)?tj?hr Ĝ?333333@?bM?nO;?O;dZ?vȴ?ΗO;d@$@$@$?vȴ9?`bM?tj@A1 skinVegetables \\Rr94w!POTATOES,Boiled,Cooked without Skin,FLESH,with SALT@S]p =@U?\(\?? =p @4\(@?333333@ ? =p@4@D@t@n ?GzH?`A7K?Q?333333@?+ J?tj~?E?I^5?}?7KƧ@"@"@"@?zG{@@@"?vȴ9?`bM?tj@r1 large@d333331 mediumVegetables*:5 !POTATOES,MICROWAVED,Cooked,IN Skin,FLESH and Skin,with SALT@R\(@Z@@Q??Gz@8!Gz@ffffff@&? =p@;@Z@@{@n? =p ?`A7K?Ұ ě?ٙ@.333333?Q?bM?lC?Vu?tj@(@(@(?vȴ9?`bM?tj@i@1 potatoVegetables _.;4q!POTATOES,MICROWAVED,Cooked IN Skin,FLESH,with SALT@Rc33333@Y@?? =p @7GzH?@?=p =@9@[@@y@n`?Q?Vt?\(?ٙ@.333333?nP???vȴ?j~"@(@(@(?vȴ9?`bM?tj@S.5 cup@c1 potato@7Vegetables<4o !POTATOES,MICROWAVED,Cooked,IN Skin,Skin with SALT@O@`@\(?@ =p @=Gz@@G@\(@B@T@P@o?QR?9XbM?\(\?@.?-V?333333@\(? I^5?|hr@1@1@1?vȴ9?`bM?tj@M1 skinVegetables 8=4w !POTATOES,Frozen,Whole,Cooked,Boiled,Drained,with SALT@T33333@P@?zG? =p?=p =@- =p ?ffffff@?Gz@&@:@q@p??+?ǮzG?ə@"?1&??7KƧ?Q?"`B@ @ @ ?hr Ĝ?htj~?1&yVegetablesD>5!POTATOES,French fries,Frozen,HOME-PREPARED,Heated IN OVEN,with SALT@L33333@i@ \(\@=p =?\(@?0 =q@ @ ? =p@6@T@z @p?ٙ?5?|h?д9XbN?ٙ@$333333?hr!?1&y@9XbN?Ցhr ?ӶE@(@(@(?1&x@ C%?hr!@I10 strips@h1 packageVegetables wwLQ@5-!POTATOES,Frozen,FRCH FR,Partially fried,CTTGE-CUT,Prepared,Heated OVEN,with SALT@Js33333@k@@ Q@ ffffff?Gz@AQ@ @$? =p@6@P@@~@q?=p =?ə?tj~?ٙ@#?vȴ9X?vȴ9X@M?zG?vȴ@1@1@1@&x@ vȴ9?zG@I10 strips@h1 packageVegetables0C5 !POTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING MARGARINE@R@`@=p =@\(\@Q@&=p ?@]?zG{@4@\@@x@{?zG?zG{?ěS@@#?bM?-V?Ƨ-?ěS?E@&@@ @*@q@P@N@H@ =p =@-V?7KƧ@.@n1 cupVegetables ||""D4k !POTATOES,Scalloped,HOME-PREPARED with MARGARINE@T<(\@U@\(@ p =q?zG@%\(?ffffff@L?=p =@3@O@w@t?ٙ?/w??|hs?@%333333?lD?O;dZ?+ ?r ě?ȴ9Xb@&@@"@*@b@@@>@>?1&x?o?;dZ@@n1 cupVegetablesZE4[' !PUMPKIN,Cooked,Boiled,Drained,with SALT@Wl(\@4? =p ?Q? =p@?񙙙?QR@.?=p =@"@>@l@m?p =q?KƧ?ȴ9Xb?ə@?vȴ9X?+?nO;?ɺ^5?|?+ I@"@"@"@@o@?陙?陙@u@`@@?l?nO;?pbM@n1 cup, mashedVegetables rF4= !PUMPKIN,CANNED,WITH SALT@V~zG@A?񙙙?Q?Q@ (\)@333333@:?=p =@7@A@i@n ?\(?dZ1?nO?ٙ@?tj~?S?|hr?ٙ?1&y@(@(@(@Պ@<?° ě?l?Q@n1 cupVegetables G4k !PUMPKIN,FLOWERS,Cooked,Boiled,Drained,with SALT@W@.?p =q?zG{?Q@ ffffff?@B?(\)@9@A@Z@n@???@?nO;?bM? =p?@D@D@D@@U?E?zG{?pbM@`1 cupVegetables YH4i !PUMPKIN,LEAVES,Cooked,Boiled,Drained,with SALT@W =q@5@\(?(\)?\(@ Q@?zG@E@ @C@S@{`@n?ə?$/?ָQ???hr Ĝ?hr Ĝ?333333?$/?+ J@9@9@9@@T?Q@[@@L?/v?-V?tj~@Q1 cupVegetablessI4] !PURSLANE,Cooked,Boiled,Drained,with SALT@WaGz@2? =p?QR?@ ffffff@S? =p@P@B@~@q?\(?/v?ӥS?@%?vȴ9X? =p ?p =q?nO;?Q@"@"@"@@W@@\1 cupVegetables ??'dJ4o' !RADISHES,ORIENTAL,Cooked,Boiled,Drained,with SALT@W\(@1?p =q?θQ? =p@ p =q??GzH@1?333333@"@8@q@o ? =p?"`B?`A7L?ffffff@.333333?O;dZ?333333?/v?tj~@1@1@1?333333? ě?zG{?S@b`1 cup, slicesVegetablesUK4_) !RUTABAGAS,Cooked,Boiled,Drained,with SALT@V8Q@C? =p?(\)? =p@!zG{@zG@H?\(@7@L@t`@o?ffffff?E?E?ffffff@2?E?E?Gz? =p?1&@.@.@.@?zG{?333333??-V?S?QR@^.5 cup, mashedVegetables cBL4[' !SALSIFY,Cooked,Boiled,Drained,with SALT@T@@Q@ =p?\(?zG@.Q@@333333@G?ᙙ@2@L@q@o?333333?Q?Gz?333333@ffffff?1&y?$/?+ J?ѩlD?lC@.@.@.?QR?333333@`1 cup, slicesVegetablesM4i !SOYBEANS,Green,Cooked,Boiled,Drained,with SALT@Q&fffff@a@(33333@?@&@@b @@N@c@@o@?Q?E?bM?ffffff@1?У =p? =p??bM?Q@[@[@[@c@ ?zG?XbM@+ J@f1 cupVegetables hRN4[ !SPINACH,Cooked,Boiled,Drained,with SALT@Vp =@7@\(?У =p?\(@@333333?ۅQ@a@ \(@U@L@} @s ?QR?E?Q?@#?QR?5?|h?\(\?\(?"`@b@@b@@b@@x@`@ =p@~ٙ@@?$/?|1&y?S@f1 cupVegetablesO4_ !SPINACH,Canned,NO SALT,Solids and LIQUIDS@WNzG@3@Gz?׮zG?zG@\(\@@T?GzH@L@@@l@R?Gz?-V?ߍO;dZ?333333@+?nO;?"`A?XbM?tj~?zG{@M@M@M@ @t ?Q?zG{? =p@m@1 cupVegetables [[ci5/CEREALS,Cream OF WHEAT,Regular,Cooked with H2O,with SALT,(WHEAT)@Ufffff@I?\(\?QR?GzH@%u\(?ٙ?Q@F@Q@@C@2@`?Q?vȴ9X@333333?/v?vȴ9?O;dZ?hr Ĝ?tj~@(@"@@2?zG{?@?Q??^5?|@o`1 cup@g.75 cupBreakfast Cerealsj4}/CEREALS,CREAM OF WHEAT,QUICK,Cooked with H2O,with SALT@Ufffff@K??ə?@&ffffff?@5@333333@@E@3@h@?Q?1&y??333333?-V?tj~@F@D@@R?vȴ9X@m1 cup@f`.75 cupBreakfast Cereals MMWk5/CEREALS,Cream OF WHEAT,Instant,Prepared with H2O,with SALT,(WHEAT)@U@O?p =q?θQ?@*(\)?333333?Q@P@ =p@@2@4@b?\(?tj@ ?Ͳ-V?Gz@vȴ9X?E?Ƨ-@O@L@@Y@@(@m@m?zG{?@?tj~?`A7L?&x@n 1 cup@f.75 cupBreakfast Cereals%l4G/CEREALS,FARINA,Unenriched,DRY@%@w@%333333??ٙ@S?ffffff@,?@*@V@W@?\(?9XbM?-V@7?Q??ffffff?ڟvȴ9?-V@8@8@8?(\)?zG{?Q?(\)@f1 cup@%1 tbspBreakfast Cereals um4u/CEREALS,FARINA,Enriched,Cooked with H2O,with SALT,@U@H?Q?Q?Q@$ =q?333333?zG{@?@@(@*@t?zG{?bM?+@"333333?;dZ?tj?KƧ?1&y?|1&y@A@@@@L?zG{@?zG{?zG{?Q@m 1 cup@e.75 cupBreakfast Cerealskp4a/CEREALS,MALTEX,Cooked with H2O,with SALT@T@@S@QR?ۅQ?zG@/Q?? =p@"? =p @7@Q@Z@S??Q@-?"`A?E?~"?Q?vȴ9X@(@(@(??333333@A?;dZ?O;dZ? =p@o 1 cup@g`.75 cupBreakfast Cereals Uqq4O/CEREALS,MALT-O-MEAL,Chocolate,DRY@$@w@%??333333@Sl@,@<@*@Q@W@$?\(?9XbM??@1?ڟvȴ9?-V@8@8@8@d1 cup@$1 tbspBreakfast Cereals'r5/CEREALS,MALT-O-MEAL,Plain and Chocolate,Cooked with H2O,with SALT@Ufffff@I???ə@%?ٙ@@@@$@*@`?Q?+ I?ə?@333333?-V?bM@@@?zG{@n1 cup@f.75 cupBreakfast Cereals ??-js4_/CEREALS,MAYPO,Cooked with H2O,with SALT@T@Q@p =q? =p ?p =q@*u\(@@ =p @K@ Q@6@Y@V@[? =p?nO;@@'?`A7?/v@+ I^? I^5??ش9XbN@@@?\(@h@r@@r@?Q?333333@7?ǮzG?QR?"`A@n1 cup@f.75 cupBreakfast CerealsOt57/CEREALS,OATS,Regular and QUICK and Instant,Unenriched,Cooked with H2O,with SALT@US33333@O@??333333@%?333333@ ?\(@8@S@L@d?\(\?(\)?Q?(\)?zG{? =p?ə?zG{@@@? =p ?zG{?׮zG@m@1 cup@e.75 cupBreakfast Cereals vvu4u/CEREALS,ROMAN MEAL,Plain,Cooked with H2O,with SALT@T@N@?ٙ?@+ffffff@ 333333@(?(\)@F@V@@_@@T?zG?$/???zG{?öE?bM@$@$@$?"`A@n 1 cup@f.75 cupBreakfast Cerealsmv4e/CEREALS,WHEATENA,Cooked with H2O,with SALT@UY@M@=p =??QR@'zG{@?@?Q@5@N@S@@m?zG?/v?$/@&?+ I?+ I?xF?$/?tj~@"@"@"@?\(?ٙ@@F?KƧ?&x?θQ@n`1 cup@f.75 cupBreakfast Cereals [[cw5/CEREALS,Whole WHEAT HOT Natural Cereal,Cooked with H2O,with SALT@Tfffff@P@=p =? =p ?׮zG@+=p =?333333?zG{@"? =p@7@Q@@Q@m ?\(\?+ I?\(@)?nO;?S?bM??|hs?-V@,@,@,@?θQ?ٙ?@D?Q?/v?"`B@n@1 cup@f.75 cupBreakfast Cerealsx4}/CEREALS,ROMAN MEAL WITH OATS,Cooked with H2O,with SALT@T`@Q@?陙?ٙ@,ffffff@ 333333@&?\(@?@X@Z@l ?Q?vȴ9X? =p? =p ?\(?vȴ9?9XbM@$@$@$@"?nO;@n1 cup@f.75 cupBreakfast Cereals [((08@HPX`hpx (08@HPX`hpx (08@HPX`hpx,d,d,e,e,f,f,g,g,h,h,i,i,j,j,k,k,l,l,m,m,n,n,p,p,r,r,s,s,t,t,u,u,v,v,w,w,x,x,y,y,z,z,{,{,~,~,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, qq y4c/CEREALS,RALSTON,Cooked with H2O,with SALT@Ufffff@J@?333333?333333@&ffffff@333333@?@7@M@N@g?Q?9XbM?zG{?Q?Q? =p? =p @@@?zG{?1&y@o1 cup@g.75 cupBreakfast Cereals{}5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Low Fat GRANOLA without RAISINS@ @w@ ffffff@ffffff@ @Sfffff@@<@D@ @T@m@o@@n@?ə@ I^5?@1L@?陙? =p@%@@@@3@x@(ffffff@@}@}?ffffff@?񙙙@?ffffff@K.5 cupBreakfast Cereals  p~5 /CEREALS Ready-to-eat,GENERAL MILLS,OATMEAL CRISP with Apples@ =p @w@"@333333@ =p@T@@A@B@ ffffff@R@@f@s`@|@GzH?\(@dZ1@1L@&?\(? =p@"333333?9XbN?Q@f@d`@3@r@?zG@?陙?/w?hr Ĝ@K1 cupBreakfast Cerealsp5 /CEREALS Ready-to-eat,WHEAT,SHREDDED,PRESWEETENED,SINGLE BRAND@@v@333333?ffffff?񙙙@T33333@#333333@6L@*@ zG@W@@q@@tp@3@ =p ?$/@n@ffffff? =p ?=p =@#=p =?A7Kƨ?Q@h@e@3@s@ =p ?zG{??333333?XbM?홙@J1 cupBreakfast Cereals 5% /CEREALS Ready-to-eat,CORN,RICE,WHEAT,OAT,PRESWEETENED,with FRUIT and ALMONDS@@w@ffffff@@@S@ffffff@4@;@ (\)@E@`@d@~@?=p =?GzH?ꟾvȴ9@333333?\(? =p@".zG?n?Q@f@d`@3@r@ =p@P@y@y@Q@!333333?333333@bM?tj~@K1.25 cupBreakfast Cerealsd4m /CEREALS Ready-to-eat,GENERAL MILLS,REESE'S PUFFS@Q@z@@#ffffff@\(@S@CY@t@.@J@P@a`@X@)?Gz?;dZ@@4??Q@033333?ݡo?Q@t@s@3@H@@@}@}?333333?@:@C@0?ffffff@nO@zG@>.75 cupBreakfast Cereals {5 /CEREALS Ready-to-eat,HEALTHY Choice,KELLOGG'S ALMOND CRUNCH with RAISINS@\(\@v@!ffffff@ =p@@Sfffff@ @<@H@%@V@@m@v@xp@?333333@+ I@ ??@(333333@?333333@i@f@4@t`@ @@p @p @ Q??\(@zG?Q@K1 cupBreakfast Cereals_4e /CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,DRY@&# =p@t@&@ =p?p =q@R\(\@(?333333@A@ =p@\@u@y@@ ?(\)@\(@F333333?ҏ\(? =p@ \(??θQ@:@:@:@$??@ ffffff@@h ? =p?=p =?zG{@D.5 cupBreakfast Cereals &&q 5  /CEREALS Ready-to-eat,GENERAL MILLS,OATMEAL CRISP with ALMONDS@\(@x@$@ @@S@ @<@B@ ffffff@[@@q@t@z@333333?lC@1&@1L@&?\(? =p@"333333?QR?Q@f@d`@3@r@@ zG?ffffff?񙙙@p =@tj@K1 cupBreakfast Cerealsa 5 /CEREALS Ready-to-eat,CHOCOLATE-FLAVORED Frosted PUFFED CORN@ \(\@yP@ Q@ @@U@ffffff@G@Q@/p =@B@a@f@?Q?θQ?|hr@@Js33333?+ I^?lC@1nP?"`B?9XbM@v@t@3@X@(\)@9@@?(\)?333333?n@o?͑hr Breakfast Cereals **U$4'7PEARS,RAW@Tp =@M?QR?Q?Q@.Q@@#@"?\(@@&@]???E?+ J?@?tj~??tj?tj~?1&y@@@@7??Q@@*@@F?xtj~?vȴ9?-V@d1 cup, slices@j 1 pear@ Fruits & Fruit Juicesy%4]37PEARS,Canned,H2O Pack,Solids and LIQUIDS@V =p@=?QR?Q?zG{@=p =?@ffffff@?Gz@@@J@? =p ?1&?hr Ĝ??bM?zG{?S?+ I?1&y????zG{?333333@A?`bM?xtj~?|1&y@n1 cup@S1 half, with liquidFruits & Fruit Juices >>={&4a37PEARS,Canned,Juice Pack,Solids and LIQUIDS@UzG@I?\(?Q?QR@)Gz?@#ffffff@"?ҏ\(@@(@X@? =p ?"`A?hr Ĝ??+ I?+ I?ə?+ I?1&y???@?zG{?333333@@A?pbM?1&y?Q@o1 cup@S1 half, with liquidFruits & Fruit Juices?'4y37PEARS,Canned,Extra Light SYRUP Pack,Solids and LIQUIDS@U33333@G?333333??@(ffffff?@?ə@@@F@?Q?Q?`A7L@?zG{?zG{?ٙ?+ I?1&y????xtj~?$/?O;dZ@n1 cup@S1 half, with liquidFruits & Fruit Juices (4m37PEARS,Canned,Light SYRUP Pack,Solids and LIQUIDS@Up =@L?QR?Q?Q@.W =p?@(333333@?Q@@@P@?zG{?+ J?`A7L?ffffff?zG{?bM?öE?+ I?1&y????zG{?333333@A?`bM?xtj~?|1&y@o`1 cup@S1 half, with liquidFruits & Fruit Juices EEJ)4m37PEARS,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@Tfffff@R?ə? =p?333333@3+Q?@.ffffff@?(\)@@@P@@?zG{?+ J?bM?񙙙?zG{?+ I?"`?+ I?1&y????zG{?333333@A?|1&y?S?Q@p1 cup@S1 half, with liquidFruits & Fruit Juices2*4y7PEARS,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDS@RR@X@?QR? =p?333333@9@?@?(\)@@@P@?zG{?tj~?bM?񙙙?zG{?+ I?vȴ9X?+ I?1&y????|1&y?vȴ9?Q@p1 cup@S1 halfFruits & Fruit Juices 77a+4G7PEARS,DRIED,SULFURED,Uncooked@: =q@p`?Q?(\)?\(@Ql@@O@A@@@@M@@?\(?׾vȴ9X?hr!?ə@?bM?\(?E?Õ$/?nO;@?Q@4ffffff@@I?Q?`A7L?l@f1 cup@21 halfFruits & Fruit Juices`,4a 7PEARS,DRIED,SULFURED,Stewed,without SUGAR@P(\@_?Q? =p?GzH@@zH@@;h\)@0?QR@0@<@p @?QR? =p ?Z1'?@?pbM?zG{?vȴ9X?l?Q@E@?Q@#?@7@@8?hr Ĝ?bM?nO;@o1 cupFruits & Fruit Juices qq-4[ 7PEARS,DRIED,SULFURED,Stewed,with SUGAR@N@a?Q?ҏ\(?QR@BR@333333@.? =p @.@;@n@? =p ?S?S@333333@ffffff?pbM?tj~?O;dZ?Q?`A7L@D@?bM?;dZ?hr Ĝ@q1 cupFruits & Fruit Juicesj.4W7PEAR NECTAR,Canned,without Vitamin C@U =q@N?(\)?zG{?@/Q?333333@.QR@?У =p@@@*@?Q?&x?Q?񙙙?`bM?vȴ9?bM?+ I?1&y???????@4?PbM?htj~?htj~@o@1 cup@?3333331 fl ozFruits & Fruit Juices G/4; 7PERSIMMONS,JAPANESE,RAW@TzG@Q?\(?QR?Q@2 =p@ @)\(@ ?333333@"@1@d ??(\)?hr!?ָQ?333333@?Q?zG{??@ @ @ @l@T@?\(\@@o@@c@?zG{?l?tj@e1 fruit@0Fruits & Fruit Juicesa04?; 7PERSIMMONS,JAPANESE,DRIED@7\(@q ?zG?Gz?p =q@R[Q@-@9?zG@?@T@@@?Gz?I^5?}?=p =?-V? =p @@C@2@w`@c@A1 fruit, without refuse@ Fruits & Fruit Juices  u147; 7PERSIMMONS,NATIVE,RAW@P@_?陙?ٙ?@@@;@@:@s`?@P@91 fruit, without refuse@2Fruits & Fruit Juicesp24U%7PINEAPPLE,RAW,ALL Variety, varieties@Up =@H?GzH?Q?θQ@)B\(?ffffff@"Q@*?Q@(@ @\???XbM?E?@B?9XbM?vȴ9X?KƧ?=p =?(\)@.@.@.@L@?zG{?ffffff@A?nO;?1&y?$/@c`1 cup, diced@}1 fruit@HFruits & Fruit Juices  34eO7PINEAPPLE,Canned,H2O Pack,Solids and LIQUIDS@VzG@@?ۅQ? =p ?ffffff@ ?陙@@.?ٙ@2@@_??Q?Gz?-V?ٙ@?+?vȴ9?nO??l@@@@C@?zG{?333333@7?xtj~?+ I?vȴ9X@n1 cup, crushed, sliced, or chunks@G1 sliceFruits & Fruit Juices 44iO7PINEAPPLE,Canned,Juice Pack,Solids and LIQUIDS@T =q@N?Gz?zG{?333333@/ffffff?陙@,fffff@,?Q@,@@^???tj?-V?ٙ@#?QR?tj~?-V??l@@@@C@?zG{?333333@7?xtj~?zG{?-V@o 1 cup, crushed, sliced, or chunks@G1 sliceFruits & Fruit Juices 54uO7PINEAPPLE,Canned,Light SYRUP Pack,Solids and LIQUIDS@UnQ@J? =p ?Q?ffffff@*fffff?陙@)L@,?\(@0@@Z@??Q?^5?|?O;dZ?ٙ@?KƧ??Ұ ě??l@@@@C@?zG{?333333@7?nO;?vȴ9?zG{@o1 cup, crushed, sliced, or chunks@H1 sliceFruits & Fruit Juices 764uO7PINEAPPLE,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@S\(@S?ffffff?(\)?\(@4333333?陙@0fffff@,?QR@0@@Z??Q?"`B?GzH?ٙ@? =p ??^5?|??l@@@@,??zG{?333333@ ?nO;?vȴ9?zG{@o1 cup, crushed, sliced, or chunks@H1 sliceFruits & Fruit JuicesE75O 7PINEAPPLE,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDS@Smp =@T?\(?(\)?\(@5?陙@,?QR@.@@Y??(\)?XbM?E@333333?ȴ9Xb?? I^5???l@@@@,??nO;?vȴ9?tj~@p@1 cup, crushed, sliced, or chunksFruits & Fruit Juices _84O' 7PINEAPPLE,Frozen,CHUNKS,Sweetened@SFfffff@U?ٙ??ə@6333333?񙙙@5@"?ٙ@$@@Y@?(\)?XbM?E?@ ??Q?333333?Gz?333333@&@&@&@>@?zG{?ffffff@2?|1&y?tj~?Q@n1 cup, chunksFruits & Fruit Juicesz94w7PINEAPPLE Juice,Canned,Unsweetened,without Vitamin C@UaR@L?zG{?zG{?333333@+\(?ə@+(\)@1?У =p@*@ @`??(\)? =p ?zG?@%ffffff?(\)?+ I?r ě??tj~@7@7@7@?zG{?333333@?tzG{?nO;?1&y@o@1 cup@?L1 fl ozFruits & Fruit Juices n:4} 7PINEAPPLE Juice,Frozen Concentrate,Unsweetened,Undiluted@J@f`???333333@F&fffff?ffffff@E@C?@A@<@}@?ٙ?1&x@ nP?ٙ@E?p =q?Q??ۅQ?QR@B@B@B@I@?Q?@>?|1&y?tj~?Q@k1 canFruits & Fruit Juices ;57PINEAPPLE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O@U@J?ٙ?Q?333333@)=p ?ə@)# =p@&?333333@"@ @a??(\)? =p ?zG?@(?Q?zG{?ə??l@&@&@&@$??zG{?333333@?`bM?htj~?zG{@o@1 cup@?3333331 fl ozFruits & Fruit JuicesA<4E;7PITANGA,(SURINAM-CHERRY),RAW@V =p@@?陙?ٙ?@\(@"?ə@(@&@Y@@:L?Q?zG{?333333@p@R@e1 cup@1 fruit, without refuse@(Fruits & Fruit Juices JJ!S=4''7PLANTAINS,RAW@PQR@^??׮zG?Q@? =p@ffffff@.@?333333@B@A@0@?Q?j~#?@2ffffff?vȴ9?S?E?У =p?"`A@6@6@6@@L?Q?ffffff@{`@|@>?M?bM?lD@b1 cup, sliced@f`1 medium@AFruits & Fruit Juices[>4-''7PLANTAINS,COOKED@P33333@]?GzH? =p ?\(@?&fffff@ffffff@,@?\(@@@<@}@? =p?`A7L?ffffff@%?O;dZ?vȴ9?1&x?m?θQ@:@:@:@h@F? =p?ffffff@v@w@<?lD?Q?`A7L@i1 cup, mashed@c@1 cup, slicesFruits & Fruit Juices m y4=''!LETTUCE,Reduced LEAF,RAW@W\)@0?GzH?(\)?ᙙ@zG??޸Q@@?333333@(@<@g`@9?ə?1&y?lC?@ ?bM?E?ԋC%?nO;?@B@B@D@wp?333333@a@@@0Gz1 leaf, outer@1 leaf, inner@4Vegetablesz4;'!MOUNTAIN YAM,HAWAII,RAW@T\(\@P?p =q??=p =@0O\(@:?(\)@(@A@z @*?GzH?(\)?"`?ffffff@?1&?tj~?ȴ9Xb?۶E?x@,@,@,?+ I?pbM? =p @Q.5 cup, cubes@z@1 yam@1Vegetables {4k% !MOUNTAIN YAM,HAWAII,Cooked,Steamed,without SALT@SH\)@T?zG?zG{?\(@4@ ?ۅQ@$@D@~@(?zG{?nP?1&??tj?1&y? =p?޸Q?n@(@(@(?nO;?htj~?nO;@b 1 cup, cubesVegetables^|4';%!MUSHROOMS,RAW@Wp =@6@Gz?\(?333333@ Q?333333?\(@? =p@"@U@@s@? =p?j~"?O;dZ@!@333333?KƧ?ڟvȴ9@E? ěT?-V@0@0@0?zG{?zG{??O;dZ?xtj~?n@Q1 cup, pieces or slices@X1 cup, whole@Vegetables 44%m}4e'!MUSHROOMS,Cooked,Boiled,Drained,without SALT@VQ@<@\(\?zG?zG@(\)@@@? =p@(@U@v@@? =p? ěT?p =q@'@? ě?333333@ =p@GzH?QR@2@2@2?zG{??;dZ?bM?lC@c1 cup, pieces@#1 tbspVegetablesW4K!MUSHROOMS,Canned,Drained Solids@VQ@9?Q?ҏ\(?Q@\(\@333333@@&?GzH@.@P@` @z? =p ?zG?tj@ffffff?\(?$/?|hr?E?;dZ@(@(@(?zG{??tj~?tzG{?hr!@c1 cup@`p1 canVegetables a~4= !MUSHROOMS,PORTABELLA,RAW@V@:@?ə?zG{@GzH??@ ?333333@&@`@@~@@?333333?ٙ?-V@&?E?޸Q@??@6@6@6??vȴ9?htj~?+@Vegetables4Y !MUSHROOMS,BROWN,ITALIAN,OR CRIMINI,RAW@W33333@6@??\(\@zG{?333333?Q@2?ٙ@"@^@|@?񙙙??-V@:?QR?\(\@ffffff??(\)@,@,@,??1&y?`bM?$/@,1 piece@Vegetables 11[4=!#!MUSHROOMS,SHIITAKE,DRIED@#@r@#(\)?zG@=p =@R׮zH@'@6^Q@&?Q@`@r`@@*@ =p@\)?`A7@`@ ?333333?QR@,333333@5$/?Gz@d`@d`@d`?Q?ffffff?ϝ-V?ӥS?Q@ 1 mushroom@.4 mushroomsVegetablesl4Y'#!MUSHROOMS,SHIITAKE,Cooked,without SALT@T޸Q@K?\(?(\)?ffffff@,\(@@QR@?(\)@,@=@]@@?GzH?1&y?1&@8?333333?l?\(?@ n?Z1'@5@5@5?zG{??(\)?hr Ĝ?vȴ9X@b 1 cup, pieces@R4 mushroomsVegetables MMF41) !MUSTARD GREENS,RAW@V33333@:@?ə?ffffff@@ ffffff?@Y?\(\@@@E@v @9?ə?`A7?޸Q?@Q?zG{?(\)?陙?Gz? =p @g`@g`@g`@Ă@h@zG@@@V?zG{?O;dZ?tj~@L1 cup, chopped@Vegetablese4o) !MUSTARD Greens,Cooked,Boiled,Drained,without SALT@Wp =@.@zG?θQ?zG@@?@R?ffffff@.@D@i@@0?(\)?$/?щ7KƧ?333333@9L?E? ěT?۶E?Q?+ J@R@@R@@R@@@s?\(\@r@@J?tj~?(\)?O;dZ@a1 cup, choppedVegetables VV%4M)!MUSTARD Greens,Frozen,Unprepared@WMp =@4@Q?GzH?(\)@ GzH@ ffffff@]? =p@.@>@e@@=?p =q?&x?ղ-V?ffffff@9L?tj~?;dZ?tj?tj~?ěS@a@@a@@a@@#@p ?1&y?vȴ9X?1&@b@1 cup, chopped@q1 packageVegetables} 4})!MUSTARD Greens,Frozen,Cooked,Boiled,Drained,without SALT@Ws33333@3@(\)??=p =@Gz@ffffff?zG{@Y@?Q@*@8@a`@9?ə?-V?`A7?333333@+?zG{?"`A?ЃnP?bM?S@Q@Q@Q@@v ?@t񙙙@@?vȴ9?hr!?bM@b1 cup, chopped@j1 packageVegetables _ 4O) !MUSTARD SPINACH,(TENDERGREEN),RAW@W @6@?333333?ffffff@333333@ffffff@j@?@&@<@|@5?\(?333333? I^5??陙@`@?hr Ĝ?+?-V?ȴ9Xb?Õ$/@c@c@c@V@~?Q?lD?/v@b1 cup, chopped@Vegetables 5 ) !MUSTARD SPINACH,(TENDERGREEN),Cooked,Boiled,Drained,without SALT@W@0?333333?ə?陙@ffffff@@c?陙@@2@q@,?(\)??GzH?333333@P@?E?vȴ9X?ۅQ?vȴ9X?E@R@@R@@R@@@y@f1 cup, choppedVegetables Z 4;) !NEW ZEALAND SPINACH,RAW@W@,??ə?@@M?陙@C@<@`@@`@?QR?+?r ě?ffffff@>?zG{? =p??+?tj~@.@.@.@0@k?bM?tzG{?$/@L1 cup, chopped@<Vegetables" 4y) !NEW ZEALAND SPINACH,Cooked,Boiled,Drained,without SALT@W33333@(??\(?@@H?Q@@@6@Y@Z? =p?E?E?@0?Q?dZ1?\(?bM?Vt@ @ @ @L@f?S?tzG{?-V@f1 cup, choppedVegetables NNA4!OKRA,RAW@VG{@?@??ffffff@Q@ ?333333@T@?陙@L@O@r@ ?333333?bM?zG?ffffff@5?ə?Q??\(\?˅Q@V@V@V@wp@3? =p @J@l @ ?vȴ9?hr Ĝ?S@Y1 cup@W8 pods@,Vegetablesi4[)!OKRA,Cooked,Boiled,Drained,without SALT@W$zG@6?Q?\(?Gz@333333@@333333@S@?Q@B@@@`@?ۅQ?\(?`A7?ٙ@0L?`A7L?(\)?;dZ?C$?-V@G@G@G@q@,?GzH@D@e@@x`? =p ?1&y?O;dZ@T.5 cup, slices@U@8 podsVegetables // V49!OKRA,FROZEN,UNPREPARED@VzG@>? =p ??Q@Q@@\(@T@?=p =@E@E@j`@?\(??|hs?-V?333333@(?ȴ9Xb?Gz?-?˥S?$/@b@b@b@u@2?Q@H33333@j@@~ ? =p?E?`A7L@q1 package@D1 packageVegetabless4i)!OKRA,Frozen,Cooked,Boiled,Drained,without SALT@VǮzH@<@ =p?333333?@@ffffff@\(@X?p =q@I@G@m@@? =p?E?Vt?333333@(ffffff?XbM?|hr?Q?θQ?bM@b@@b@@b@@u0@1?zG{@Gfffff@i`@} ?9XbM??j~#@o1 package@W.5 cup, slicesVegetables ::S4!)'!ONIONS,RAW@V"\(@E?p =q?zG{?ffffff@$8Q?ffffff@Q@6?QR@$@;@b@?zG{?tj~?`A7L?@?tj~???|hs?;dZ?`A7@3@3@3@?zG{?ٙ?@?vȴ9?O;dZ?vȴ9X@d1 cup, chopped@\1 cup, sliced@$Vegetablesk4_+!ONIONS,Cooked,Boiled,Drained,without SALT@U =p@F?\(?QR?(\)@$L?ffffff@Q@6?θQ@&@A@d@?Gz?&x?Õ$/?333333@?$/?O;dZ?Q?hr!?nP@.@.@.@?zG{??@?vȴ9X?S? ě@j@1 cup@.1 tbsp, choppedVegetables 88S4=!ONIONS,DEHYDRATED FLAKES@p =q@u@!fffff?p =q@ =p @TR@"ffffff@AR@p?@W@r@X@5?=p =?ڟvȴ9?9XbM@@R???zG?zG?@d@d@d@5?? =p @ @*@C?+?bM? =p @1 tbsp@,.25 cupVegetablesm4M=!ONIONS,Canned,Solids and LIQUIDS@Wfffff@3?333333? =p ?zG@zG?333333@@F? =p@@<@[@w0?ҏ\(?(\)?1&?333333@333333?bM?xtj~?;dZ?E?7KƧ@$@$@$??Q?ə?@?bM?vȴ9?nO;@O1 onion@\.5 cup, chopped or dicedVegetables \\4M !ONIONS,Frozen,Chopped,Unprepared@V\(@=?GzH??333333@=p =?@1?Q@@6@_@(?Q?tj~?l?ٙ@ ffffff?Q?S?S?1&?333333@1@1@1@A@?hr Ĝ?1&y?+@q1 packageVegetables 4}+=!ONIONS,Frozen,Chopped,Cooked,Boiled,Drained,without SALT@W\(@<? =p??333333@ffffff?@333333@0?333333@@3@[@(?Q?tj~?-V?ٙ@?O;dZ??n?XbM?lD@*@*@*@?zG{?333333?@?bM?vȴ9?tj~@.1 tbsp, chopped@Z@.5 cup, chopped or dicedVegetables  tP5 !SPINACH,Frozen,Chopped OR LEAF,Cooked,Boiled,Drained,with SALT@V<(\@@@ =p ??=p =@ =p@ ?QR@c ?\(\@T@I@r@t ?\(\?ěS?l@@?+?Ƈ+ I?tj?333333?hr Ĝ@^@@^@@^@@ǎ@@ QR@噙@E@Υ?KƧ?˅Q@k1 package@W.5 cupVegetablespQ5' !SQUASH,Summer,ALL Variety, varieties,Cooked,Boiled,Drained,with SALT@Wl@4?Q? =p? =p@=p =?ffffff@Q@;? =p @8@C@h@m?\(?^5?|?C$?ə@?+ I?E?j~"?7KƧ? =p@4@4@4@j@&?Q@ @_@?bM?O;dZ?ěS@f1 cup, slicesVegetables tR5' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Cooked,Boiled,Drained,with SALT@Wl@4?Q? =p? =p@=p =?ffffff?=p =@6?׮zG@.@=@e@@m?(\)? ěT? =p?ə@?+ J?+ J?j~"?7KƧ?bM@4@4@4@d`@ @@X@s?bM?O;dZ?ěS@f1 cup, slicesVegetables S5+' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Cooked,Boiled,Drained,with SALT@W\(@9?zG{?ə?zG@(\)?ffffff@ =p@4? =p@;@D@o@n@?\(? ě?E?333333@333333?nO;?bM?(\)?1&?XbM@*@*@*@i @$?Q@@^@x@?zG{?Q?E@h1 cup, slicesVegetables T4w))!SQUASH,Summer,SCALLOP,Cooked,Boiled,Drained,with SALT@W@0?zG{?\(?@ ffffff?ffffff?ffffff@.?Q@3@<@a@m?θQ??|hs?bM?ə@%?1&??ݲ-V?9XbM?\(@5@5@5@U@@?Q@ @I@o@?Q?vȴ9?nO;@V.5 cup, slices@^.5 cup, mashedVegetables U5))!SQUASH,Summer,ZUCCHINI,Including Skin,Cooked,Boiled,Drained,with SALT@W\(@0?zG{??zG{@p =q?ffffff? =p @*?ffffff@6@D@o@m? =p ?tj?ȴ9Xb?ə@ffffff?E?E?dZ1?/v?+@1@1@1@t@L?Q@@@?zG{?pbM?$/@V.5 cup, slices@^.5 cup, mashedVegetables RRNxV5% !SQUASH,Summer,ZUCCHINI,Including Skin,Frozen,Cooked,Boiled,Drained,with SALT@W\(@1?ffffff? =p?Gz@ zG{?? =p @1?޸Q@*@9@h@@m?ə?bM?p =q?ə@ ?E?zG{?ش9XbN?\(? =p @ @ @ @h@$?Q@@]@L?S?zG{?(\)@k1 cupVegetables.W5% !SQUASH,Winter,ALL Variety, varieties,Cooked,Baked,with SALT@VAGz@C?zG{?(\)? =p @!@ffffff@,?Q@ @4@{P@m?У =p?QR? I^5?ٙ@#333333?\(?tj~?nO;?ffffff?nO;@<@<@<@@f@? =p?bM?\(@i1 cup, cubesVegetables WX4a% !SQUASH,Winter,ACORN,Cooked,Baked,with SALT@T@L?Q?Q?(\)@-(\)@@F?\(@E@F@{P@n?\(?tj?"`?ffffff@%?`A7K?vȴ9?1&x? ěT?E@3@3@3@z@5?-V?zG{?5?|h@i1 cup, cubes@4Vegetables%Y4q' !SQUASH,Winter,ACORN,Cooked,Boiled,Mashed,with SALT@Vl@A?p =q?zG{?QR@!\(@@:?Q@:@;@pp@m?(\)?vȴ9?° ě?ٙ@??bM?E?dZ1?E@&@&@&@p @*?hr Ĝ?xtj~?Q@n1 cup, mashedVegetables [Z4i% !SQUASH,Winter,BUTTERNUT,Cooked,Baked,with SALT@U33333@D?? =p ? =p @$G{@D?333333@=@;@q@n? =p? =p?tj?@.333333?nO;?hr Ĝ? I^5?"`?vȴ9X@3@3@3@Y@u?tj~?|1&y?tj~@i1 cup, cubesVegetables![4y' !SQUASH,Winter,BUTTERNUT,Frozen,Cooked,Boiled,with SALT@U33333@C?zG?Q?Q@$@3?\(@"@,@`@m?Q?nO;?$/?@ ??+?ݲ-V?öE?lD@0@0@0@@d?1&y?tzG{?-V@n1 cup, mashedVegetables U\4e% !SQUASH,Winter,HUBBARD,Cooked,Baked,with SALT@UFfffff@I@ =p? =p?zG@%Q@1?zG@6@7@v`@n?333333? =p ?\(?333333@#?l?bM?"`B?ܛS?tj@0@0@0@@r?bM?O;dZ?У =p@i1 cup, cubesVegetables']4u' !SQUASH,Winter,HUBBARD,Cooked,Boiled,Mashed,with SALT@Vfffff@>?zG?׮zG?Gz@@333333@$?Q@*@,@j@n ??bM? ěT?333333@?$/?1&y?`A7K? I^5?^5?|@$@$@$@J@i?tj~?1&y?+@m1 cup, mashedVegetables ^$^5  !SQUASH,Winter,SPAGHETTI,Cooked,Boiled,Drained,OR Baked,with SALT@W33333@;?Q?У =p?zG{@ =p?ffffff@5?\(@&@]@@o?ə?Q?lC?333333@ ?tj~?+ I?Q?ָQ?XbM@ @ @ @[@?vȴ9X?+ I? ěT@c`1 cupVegetables_5 !SUCCOTASH,(CORN and LIMAS),Cooked,Boiled,Drained,with SALT@QzH@\@GzH?陙?=p =@8aGz@1?QR@J@]@@y@o?(\)?x?蛥S?333333@ ffffff?Ł$/?tj~?;dZ?$/?-V@@@@@@@r`@.?l? =p?bM@h1 cupVegetables sm`5 !SUCCOTASH,(CORN and LIMAS),Frozen,Cooked,Boiled,Drained,with SALT@Rfffff@W@@=p =?zG{?@333333@ffffff@zG@.?zG{@7@Q@p@q??Q?Q?333333@?l?hr Ĝ?`A7L?Ͳ-V?QR@@@@@@@h@@$? =p @@"@T@N@v??|hs?$/?S@e@1 cupVegetables a4g) !SWAMP CABBAGE,Cooked,Boiled,Drained,with SALT@W;Q@4@ =p?θQ?@ zG?ffffff@K?Q@>@E@q@v`?zG{?$/?M?@0??zG{?? ěT?j~#@A@A@A@P@p@@X1 cup, choppedVegetables pp b4g !SWEET POTATO LEAVES,Cooked,Steamed,with SALT@V-p =@A@\(?333333?@GzH?ffffff@8?333333@N@N@}@o ?У =p?`A7L?O;dZ???1&y?+ J? I^5??ə?zG{@H@H@H? =p?tj~?&x@P1 cupVegetablespc4e)!SWEET POTATO,Cooked,Baked IN Skin,with SALT@RR@V@zG?333333?@4\(@ ffffff@ Gz@C?zG@;@K@}@n?zG{?ěS?+?ə@3?dZ1?"`A?n?I^5?}?M@@@@Ā@?Q@ffffff@E@z?vȴ9?`bM?tj~@\1 medium@Y.5 cup, mashed@6Vegetables mm_nd4s'!SWEET POTATO,Cooked,Boiled,without Skin,with SALT@TQ@S?Q?Q?(\)@1Q@@\(@;? =p @2@@@l@;?ə?bM?$/?ə@)?1&y?bM?7KƧ?◍O;d?Q@@@@ξ@?zG@@r?zG{?zG{@t1 cup, mashed@b1 mediumVegetablese4c% !SWEET POTATO,Frozen,Cooked,Baked,with SALT@Rl@Y?\(\?Q?Q@7ffffff?@A?GzH@5@F@w@n?333333?lC?GzH?333333@"333333?`A7L?1&y?\(?Q?+@6@6@6?vȴ9?tzG{?"`A@f1 cup, cubesVegetables mf47' !TARO,COOKED,WITH SALT@Offfff@a? =p?(\)? =p @AL@ffffff@2? =p @>@S@~@@o`?GzH?ɺ^5?|?ܼj~#?@?dZ1?1&y?QR?Ձ$/?/v@3@3@3?O;dZ?nO;?O;dZ@`1 cup, slicesVegetablesg4U !TARO,LEAVES,Cooked,Steamed,with SALT@W @8@\(?=p =?ffffff@zG@@U?Gz@4@;@|@m?Gz?Q?׾vȴ9X?@A?n?QR?E?+ I?nO;@H@H@H@@j??|hs?`A7L?Ł$/@b 1 cupVegetables sh4E' !TARO,SHOOTS,Cooked,with SALT@W33333@,?\(\?zG{?ffffff@ @,?=p =@ @:@u@m?GzH?bM? =p?@2fffff?tj~?"`A?Q?tj~?1&y@@@@I@?bM?xtj~?`A7L@a1 cup, slicesVegetables i4I' !TARO,TAHITIAN,Cooked,with SALT@Up =@F@ =p?\(?@ffffff@b?\(@I@P@x@r ??tj~?Ł$/?陙@C?+ I?XbM?޸Q? ěT?E@@@@@V?n?(\)? I^5?@a 1 cup, slicesVegetables vv@Fj4s=!TOMATOES,Reduced,RIPE,RAW,NOVEMBER THRU MAY AVERAGE@Wp =q@5?333333?Q?Gz@\(?񙙙@?@&@8@k@"? =p ?l?Gz?ٙ@$?5?|h?tj~?tj?ϝ-V?zG{@.@.@.@x@??\(? =p ??GzH@b1 cup@f1 cup, chopped or sliced@"Vegetables?ᙙ@(@3@l`@$?zG{?(\)?A7Kƨ?ffffff@,ffffff? =p ?vȴ9X?Q?`A7K? =p @ @ @ @``@?陙@ @S@@V?tj~?zG{?S@n1 cup@.1 tbspVegetables ??Zn4M!TOMATO Juice,Canned,without SALT@Wy@1?QR??@\(?ٙ@ zG{@$?ۅQ@&@2@l@$?333333?;dZ?Q?333333@2L?bM?vȴ9X?7KƧ??j~"@4@4@4@| @7?zG{@ffffff@p@@N?bM?nO;?tj~@n`1 cup@>ffffff1 fl ozVegetables_o4Y!TOMATO PRODUCTS,Canned,PASTE,with SALT@R`@T@GzH?zG@ffffff@2\)@@(\(\@B@ =p@E@T@@?(\)?\(\?S@333333@5fffff?Q?Õ$/@S?-V?˥S@(@(@(@@S@333333@&@=@(@?dZ1??|hs?̬1&y@``.5 cup@e@1 canVegetables ee?V4a /CEREALS Ready-to-eat,MALT-O-MEAL,COCO-ROOS@ \(\@yP@ Q@ @@U@ffffff@GTzG@Q@/p =@B@a@f@?Q?θQ?|hr@@Js33333?+ I^?lC@1nP?9XbM@v@t@3@X@(\)@9@@?GzH?陙?n@o?͑hr @>.75 cupBreakfast Cereals=4u/CEREALS Ready-to-eat,QUAKER,QUAKER OAT Cinnamon LIFE@@wp@!R@@ p =q@S\)@@: =p@t@4fffff@U@wp@p@}@)u\(?(\)@(\)@??QR? =p @0\(?? =p @P@@3@*@?@?\(\?GzH? =p@@.75 cup@E1 cupBreakfast Cereals && a4g /CEREALS Ready-to-eat,QUAKER,HONEY GRAHAM OH!S@@y@\(@ =p@zG{@TR@@F\)@(@3fffff@a@c@@0aGz?Q?\(@@:333333?zG?@5 =p? =p@p =q@P@@3@@@@?\(?@?p =q? =p @;.75 cupBreakfast Cerealsq5 /CEREALS Ready-to-eat,QUAKER,SUN COUNTRY GRANOLA with ALMONDS?Q@}0@'=p @2Q?Q@P@@4kQ@U@ffffff@V@r`@x@@@@?ҏ\(@p =q@1L?? =p? =p ?ffffff?=p =?Q@A@A@A?Q@@@\(@\(\@ p =q@L.5 cupBreakfast Cereals &&d4q /CEREALS Ready-to-eat,QUAKER,QUAKER OATMEAL SQUARES@@w@&zG@GzH@ QR@S\(@ffffff@0@i @>zG{@]@@v@v@~@GzH?zG{@ Q@@&?zG?333333@$?333333?\(\@@@3@@@r@r?zG{@??333333?(\)@L1 cupBreakfast Cerealsn5 /CEREALS Ready-to-eat,QUAKER,QUAKER Cinnamon OATMEAL SQUARES@@w@$8Q@Q@ zG@SQ@ffffff@7zG@h@@<@[@u@z@{p@Q?333333@Q@333333@&?\(? =p@"W =p?Q?Q@@H@3@d@@q0@q0@\(?ffffff?Gz? =p ? =p@N1 cupBreakfast Cereals g4q /CEREALS Ready-to-eat,QUAKER,QUAKER OAT BRAN Cereal@@w@@(\(@p =q@ @R\)@#@0W =p@g@=33333@e@0@{`@v@?zG{@@@'333333? =p ?=p =@#GzH?333333?Q@@p@3@`@(@r @r @\(@?Q?Q@QR@L1.25 cupBreakfast Cereals5) /CEREALS Ready-to-eat,QUAKER,100% Natural Cereal with OATS,HONEY, and RAISINS@ =p @}@$ =p@1fffff?zG{@Po\(@ @6@[@@[@s @@I?zG?٩lD?Q@+@?Ցhr ?+ ??hr @Q@C@C@C@?@=p =@?@M@(\)@ffffff@@I.5 cupBreakfast Cereals  ^4e /CEREALS Ready-to-eat,QUAKER,HONEY NUT HEAVEN@333333@x@"L@ =p@ QR@SY@ffffff@:(\@q@+ǮzH@^@u0@w@{@&?\(@Q@ffffff@?333333?\(@-QR?Q?\(\@@@@3@t@@{@{@ \(\?333333?p =q@ Q@ffffff@H1 cupBreakfast Cerealsz5 /CEREALS Ready-to-eat,QUAKER,Low Fat 100% Natural GRANOLA with RAISINS@ @x`@@ =p?=p =@TKQ@@@zG@N@ =p @U@@p@yp@m?Gz?333333@zG{@?ffffff?333333?\(?Q?Gz?zG{@8@8@8?@2??@333333@@ @f?=p =? =p?zG{?@I.5 cupBreakfast Cereals cc4s /CEREALS,QUAKER,CORN GRITS,Instant,BUTTER FLAVOR,DRY@Q@v@ .zG@ =p @zG{@R\(@333333? =p@y@<zG@;@U@b`@x?\(?Q? =p ?Gz?Q@ffffff?ۅQ? =p@c@h@D@@Q?\(\?QR?@<1 packetBreakfast Cereals}!5 /CEREALS,QUAKER,Instant OATMEAL,FRUIT and Cream Variety, varieties,DRY@\(@x @\(@zG@ \(@RzG@333333@?333333@s@&Q@T@r@q@?zG?-V@bM@0?ٙ?zG?\(@)# =p?ٙ?@o`@l@7@y?@@@x?(\)@?hr Ĝ@nO?zG{@A1 packetBreakfast Cereals CCH#5C /CEREALS,QUAKER,Instant OATMEAL,FRT and Cream Variety, varieties,Prepared with BOILING H2O@TQ@R?333333?\(?zG@+Q?񙙙@ =p@M@zG{@.@K@I@W?zG{?+?۶E@333333??öE?lC@Vt? ě?Vu@G@D@@R?zG{@@e`@e`?zG{?ٙ?nO;?۶E?Ͳ-VBreakfast Cereals4$5  /CEREALS,QUAKER,Instant OATMEAL,RAISINS,DATES and WALNUTS,DRY@ =p =@v@!p =@@\(@Rl(\@ffffff@r@% =p@V@rp@u@? =p ?У =p@GzH@5333333?333333?Gz?Q@&33333?(\)?=p =@l`@i@@9@w@,@@?zG?zG@Gz@B1 packetBreakfast Cereals ssYb%4g /CEREALS,QUAKER,Instant OATMEAL,Low Sodium,DRY@".zG@v@*@\(\@ @Pҏ\(@#?p =q@x@=ffffff@`@|@@wp@q`@zG?333333@\(@@?Q?GzH@/p =q?zG?Q@s@q@A@@@p@l?zG{@ ? I^5?@\(@ =p@<1 packetBreakfast Cereals#&4k /CEREALS,QUAKER,FARINA,CREAMY WHEAT,Enriched,DRY@'QR@u@% =p?ffffff?Gz@SQ@333333?333333@(@>@1@U@@X@?Q?Q?Q?(\)?У =p@ (\)?ۅQ?@c@@`@6@n?θQ?zG{?޸Q@F.25 cupBreakfast Cereals e/'4u /CEREALS,QUAKER,OAT BRAN,QUAKER/MOTHER'S OAT BRAN,DRY@!@v@1zH@Gz@ Q@OxQ@,?Gz@S@ # =p@n @@@@?333333@? =p ?333333?陙?333333?(\)@C@C@C@Y?Gz@Gz@=p =@D.5 cupBreakfast Cereals(4q /CEREALS,QUAKER,SCOTCH BARLEY,Regular and QUICK,DRY@#L@u@%zG{@Q? =p @SQ@$?Q@<? =p@N@j`@pP@?\(\?QR?(\)?? =p @zG?Q?У =p@7@7@7@6??zG?ə?zG{Breakfast Cereals T*5 /CEREALS,QUAKER,OATMEAL,Instant,Low Sodium,Prepared with H2O@S>Q@W@@ Q? =p?Q@0Q@ffffff@X@Q@A@\@W@R?\(?zG{?`A7L?Q?ԋC%@M?+?A7Kƨ@S@P@"@^@@q@q?m?ěS?+ Breakfast Cereals(+5! /CEREALS,QUAKER,OATMEAL,Instant,RAISINS,DATES and WALNUTS,Prepared with H2O@QQ@]@ =p?? =p@7@@W@@ zG@=@W@\@i?zG{?E?+ I^?ə?&x?ӕ$/@ \(?Q?KƧ@R@P@ @]@@H@q@q?333333?lD?7KƧBreakfast Cereals Y ,4i /CEREALS,QKR,OAT BRAN,Prepared with H2O,NO SALT@VDzG@E@=p =?ffffff?p =q@\(?333333@&? =p @>@T@Q@@?\(?E?^5?|?p =q?nO;?tj~?"`B?vȴ9@@@@(??\(? =p? =p Breakfast Cereals#-5 /CEREALS,QUAKER,CREAMY WHEAT,FARINA,Enriched,Prepared with H2O,NO SALT@U\(@I?zG{?Q?333333@&Q?ٙ@@Q@@*@,@??Q?E?lD?tj~?`A7L?"`A?|1&y@7@4@@B?zG{?zG{?+ IBreakfast Cereals ].5 /CEREALS,QUAKER,CORN GRITS,Instant,BUTTER FLAVOR,Prepared with H2O@T\(@Q?(\)?zG{?zG@, =p ??zG{@S@ =p@@0@<@n?zG{?tj~?hr Ĝ?(\)?|hr?xF?zG{?tj~@=@c@ @_Breakfast Cereals05 /CEREALS,OAT BRAN,QKR,QKR/MOTHER'S OAT BRAN,Prepared with H2O,SALT@V>Q@E@=p =?ffffff?=p =@\(?333333@&? =p @>@T@Q@@G?\(?E?-V?p =q?nO;?QR?"`B?vȴ9@@@@(??\(? =p? =p Breakfast Cereals qq 15 /CEREALS,QUAKER,CREAMY WHEAT,FARINA,Enriched,Prepared with H2O,SALT@UzH@I?zG{?Q?ҏ\(@&zG{?ٙ@@Gz@@*@,@K??Q?E?lD?tj~?/w?"`A?|1&y@7@4@@B?zG{?zG{?+ IBreakfast Cerealsg24w /CEREALS Ready-to-eat,JUST RIGHT with CRUNCHY NUGGETS@ @w0@@@@T@ffffff@5333333@:@=@O@h @k@0??@E@ffffff?ffffff?陙@"333333?@g@@d@3@r@@@X@X@p =q@333333?ə??ffffff@K1 cupBreakfast Cereals // V?4'7PLUMS,RAW@UθQ@G?ffffff?Q?׮zG@& =p?ffffff@# =p@?\(@@0@c??/v?vȴ9@#?1&y?vȴ9?ڰ ě?GzH?-V@@@@u@1?У =p@@g@A@R@?hr Ĝ?&x?+ I@d1 cup, sliced@P1 fruit@Fruits & Fruit JuicessA4k7PLUMS,Canned,PURPLE,H2O Pack,Solids and LIQUIDS@Vfffff@D?\(?zG{?p =q@&\(?@$333333@?zG{@@*@_??zG{?+?`A7L@?$/?E?׮zG?nO;?S@@@@@G? =p @333333@`@W@@H?PbM?tzG{?`bM@o 1 cup@G1 plum@Fruits & Fruit Juices uB4o7PLUMS,Canned,PURPLE,Juice Pack,Solids and LIQUIDS@UGz@M?QR?zG{?333333@.L?@,p =q@$?\(@ @.@c@??(\)?S?`A7L@ffffff?O;dZ?5?|h?E?nO;?S@@@@@I? =p @333333@P@Y@H?`bM?1&y?tzG{@o1 cup@G1 plum@Fruits & Fruit Juices {C4{7PLUMS,Canned,PURPLE,Light SYRUP Pack,Solids and LIQUIDS@T@O?׮zG??@0GzH?@.33333@"?Q@@*@W@@4?zG{?tj~?bM?ٙ?bM?+? I^5?nO;?S@@@@l@(? =p @333333@_@7@H?bM?lD?O;dZ@o1 cup@G1 plum@Fruits & Fruit Juices QQP{D4{7PLUMS,Canned,PURPLE,Heavy SYRUP Pack,Solids and LIQUIDS@S =p@V@? =p ??θQ@7=p =?@6O\(@"?Gz@@*@V@3?Q?l?vȴ9X?ٙ?bM?tj~?ҟvȴ9?nO;?S@@@@p0@*? =p @333333@a@:@H?bM?`A7L?+ I@p 1 cup@G1 plum@Fruits & Fruit Juices,E5 7PLUMS,Canned,PURPLE,Extra Heavy SYRUP Pack,Solids and LIQUIDS@R@@Y@? =p ??θQ@:O\(?@"?=p =@@(@V@@3?Q?nO;?vȴ9X?ٙ?bM?l?=p =?nO;?S@@@@o@*?bM? =p?$/@pP1 cup@Fruits & Fruit Juices NFF4-' 7POMEGRANATES,RAW@T>zG@Q?ffffff?333333?Q@1+Q?333333@0R@?333333@@ @p0@?Q?Q?333333@ffffff?Q?Q?333333?nO?Gz@@@@[@?333333@ffffff@I@D?tj~?O;dZ? ěT@c@1 pomegranate@FFruits & Fruit Juices.G4/;7PRICKLY PEARS,RAW@U33333@D?\(\?QR?=p =@## =p@ @L?333333@U@@8@k@?Q?zG{?333333@,?1&y?Q?p =q?Q@@@@E@@9@?&x?333333?C$@b1 cup@Y1 fruit, without refuse@9Fruits & Fruit Juices m/H4o7PRUNES,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@QG{@Z@? =p?ə?p =q@;@ffffff@1?=p =@.@:@l@@?QR?5?|h?+ J@ffffff?hr Ĝ?;dZ?E??lC@@D?bM? =p?tj@m@1 cup@U5 fruits@(Fruits & Fruit JuicesI4_ 7PRUNES,Dehydrated (LOW-MOISTURE),Uncooked@@u0@ ?\(\@@VDzG@R@ (\)@P@\@@??O;dZ?+?5?|h?Q@\(?n? =p@@@@@V?5?|h?x?Z1'@`1 cupFruits & Fruit Juices  J4[ 7PRUNES,Dehydrated (LOW-MOISTURE),Stewed@P\(@\@?zG?θQ?\(@=33333@8?Q@5@B@v@??1&?vȴ9?O;dZ?Q?Q?S?r ě@X@:?zG{?ěS?"`A@q1 cupFruits & Fruit JuicesbK4G7PLUMS,DRIED (PRUNES),Uncooked@>Q@n@p =q?QR@Q@O =q@ffffff@C =q@E?\(@D@Q@@@?(\)?lC?"`A?333333?333333?1&?+?1&? I^5?=p =@@@@h@C?ۅQ@M@L@x@W@@b?+ I?"`A?vȴ9X@e@1 cup@ 1 prune@*Fruits & Fruit Juices ooYfL4m 7PLUMS,DRIED (PRUNES),Stewed,without ADDED SUGAR@QnQ@Z?Q?zG{?\(@<zG@@8G{@3?=p =@2@>@t??QR?|hr?ěS?@333333?tj~??"`A?dZ1?lC@u`@1?QR@:@9@e@D@P@?tj~?tj~?@o1 cup@.Fruits & Fruit Juices#M4g 7PLUMS,DRIED (PRUNES),Stewed,with ADDED SUGAR@PEQ@_?p =q?(\)?\(\@@p =q@ffffff@5? =p@3@@@s@?(\)? =p ?O;dZ?@?+ I?+?噙??lC@q@,?hr Ĝ?-V?bM@o1 cup@.Fruits & Fruit Juices WN417PRUNE JUICE,CANNED@TO\(@Q?Q?Q?\(@1s33333?@0s33333@(?Gz@,@9@q@@?Gz?hr Ĝ?S?333333@ffffff?bM?Q?Q?dZ1?lC@?Q@ 333333@@D?htj~?$/?|1&y@p1 cup@@1 fl ozFruits & Fruit JuiceszO4#+;7PUMMELO,RAW@VFfffff@C?QR?zG{?޸Q@#=p =?@?(\)@@1@k??zG{?tj~?hr Ĝ@N?hr Ĝ?S?(\)?nO;@ @$@g1 cup, sections@1 fruit, without refuse@FFruits & Fruit Juices " P4#; 7QUINCES,RAW@T33333@L?ٙ??ٙ@.?ffffff@&?ffffff@ @1@h@?zG{? =p?333333@.?zG{?Q?ə?j~#?zG{@@@@D@?zG{?nO;?@W1 fruit, without refuse@CFruits & Fruit JuicesZQ4;7RAISINS,GOLDEN SEEDLESS@- =q@r@ Q?p =q?\(@SGz@@MQ@J? =p@A@\@P@(?zG{?;dZ?ӶE?ffffff@ ?bM?r ě?E?Q?Ԭ1&y@@@?Q@ ?S?tj~?GzH@d1 cup@b 1 cupFruits & Fruit Juices kSR4-7RAISINS,SEEDLESS@.(\@r@\(?p =q?@S˅Q@ @MQ@I?zG@@@Y@@h@&?(\)?Z1'?"`A?333333@ffffff?"`A??nP?QR?E@@@?Q@ ?-V?1&?l@d1 cup@b 1 cupFruits & Fruit JuicesS4)7RAISINS,SEEDED@0R@r@(\)?GzH?=p =@SzG@333333@<@Q@>@R@@<? =p ?S?+ J?333333@?1&y?KƧ?m? =p ?bM@@@?ȴ9Xb?+ I?Z1'@d1 cup@b 1 cupFruits & Fruit Juicesof flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|.15:< ?AFIKQVXZ\^ceJgKiLkMmNpOsPuQwRyS{   #%'+-/468;=ACGKLQSTUVWY[] _ a c e hknprtx9|:~;<=>? @ ABCDE!#',.0279;?CFIKMQSU]_a b08@HPX`hpx (08@HP( X`hpx (08@HPX`hpx------------- - - - ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,--------------- - - - -----!-!-#-#-%-%-'-'-+-+-,-,-----.-.-/-/-0-0-1-1-2-2-6-6-7-7-8-8-9-9-:-:-;-;-=-=-?-?-@-@-C-C-D-D-F-F-G-G-I-I-J-J-K-K-L-L-M-M-O-O-Q-Q-R-R-S-S-T-T-U-U-Y-Y-]-]-^-^-_-_-`-`-a-a-b-b-d-d-e-e-f-f-g-g-h-h-i-i-j-j-p-p )U4A7RAMBUTAN,Canned,SYRUP Pack@S\(@T??Gz?p =q@4޸Q?@6?ffffff@@"@E@&?zG{?`A7L?E@?vȴ9?+ I?o?nO;?zG{@ @ @ @@@b1 cup@j1 cupFruits & Fruit JuicesSV4+7RASPBERRIES,RAW@Up@J?333333??p =q@'Gz@@zG@9?zG@6@=@b??Gz? =p ?p =q?ə@:333333?bM?tj~?"`A?Vu?(\)@5@5@5@@@? =p@333333@0@(@a?tj~?bM?@^1 cup@s1 pint@Fruits & Fruit Juices uX5  7RASPBERRIES,Canned,Reduced,Heavy SYRUP Pack,Solids and LIQUIDS@RQ@V?\(?Q? =p @7\(\@ ffffff@4\(@&?Gz@(@"@W@?zG{?/v?m?@!ffffff?zG{?vȴ9X?Z1'?\(\?$/@&@&@&@@@?Gz@@0@(@V?tzG{?+ I?hr Ĝ@p1 cupFruits & Fruit JuicesuZ4U+7RASPBERRIES,Frozen,Reduced,Sweetened@R0@Y?ffffff?zG{?θQ@:(\)@@5\(@.?@*@1@\?? =p ?Gz??333333@0?tj~? =p ?p =q?333333?hr Ĝ@:@:@:@N@? =p @@=@5@\@?tzG{?Q?ȴ9Xb@o@1 cup, unthawed@q1 packageFruits & Fruit Juices MM(W[4#%7RHUBARB,RAW@Wg =p@5??ə?QR@(\)??񙙙@U?(\)@(@,@r@??$/?+ J?񙙙@ ?zG{?Q?333333?\(?tj~@@@@Y@?QR@D@N@e@?"`A?+?XbM@^1 cup, diced@I1 stalk@9Fruits & Fruit JuicesT]4;% 7RHUBARB,FROZEN,UNCOOKED@W` =q@5?ᙙ?(\)? =p @ffffff??񙙙@h@?ҏ\(@2@(@[@??O;dZ?E?񙙙@333333?vȴ9X?-V?lC? =p?@ @ @ @Z@?GzH@=L@P@e@?-V?$/?S@a 1 cup, dicedFruits & Fruit Juices V^4M 7RHUBARB,Frozen,Cooked,with SUGAR@P\(@]?\(??Q@?333333@@<33333@b ?Gz@(@ @X??zG{?S? ě?@ ffffff?nO;?O;dZ?ə??zG{@@@@R@@?GzH@=@F@^?1&y?zG{?@n1 cupFruits & Fruit Juices_4# 7ROSELLE,RAW@UQ@H?Q?zG{?QR@&Q@j?zG@I@B@j@@(?+ I?1&y? =p@q@,@L1 cup@CFruits & Fruit Juices JJM4I !ONIONS,Frozen,Whole,Unprepared@VzG@A?zG{?Q?QR@ Gz?333333@ 333333@B?p =q@$@7@a@$?Q???ٙ@ ?vȴ9?tj~?ffffff?XbM?+@5@5@5@?zG{?ٙ?@?+ I?nO;?@q1 packageVegetablesa4y !ONIONS,Frozen,Whole,Cooked,Boiled,Drained,without SALT@W\(@<?Q??333333@?ffffff@333333@;?\(@ @@Y@@ ? =p ?tj~?zG{?ٙ@ffffff?bM?nO;?`A7L?+?Q@*@*@*@?zG{?333333?@?nO;?|1&y?zG{@j@1 cupVegetables %4})+!ONIONS,SPRING OR SCALLIONS (Including TOPS and BULB),RAW@VuQ@@?GzH?QR?Q@\(\@@ =p@R?zG@4@B@q@@0?\(??|hs?zG{?333333@2?(\)?zG{??333333?;dZ@P@P@P@(@I?ᙙ@i@@?bM?S?l@Y1 cup, chopped@1 tbsp, chopped@VegetablesW4E!ONIONS,YOUNG Green,TOPS ONLY@V33333@9???@@ @@N?Q@4@@@p@@??;dZ?nP?@F?Q?Q?ə?Q?Q@,@,@,@@@i?Gz@633333@@?bM?1&y?tj~@1 tbsp@(1 stalkVegetables if4- !ONIONS,WELSH,RAW@V@A?ffffff?ٙ?ffffff@@2?Q@7@H@j@1? =p?Q?7KƧ?333333@;?? =p ?ٙ?šo?nO;@0@0@0@ @M?&x?1&y?+@AVegetables4-)!ONIONS,Sweet,RAW@V\(@@?陙?zG{?\(@333333?@zG@4?У =p@"@;@]@ ? =p?1&y?tj~?@333333?E?zG{?$/?+ J? =p@7@7??zG{?333333?@@tzH1 onion@b1 NLEA servingVegetables >54w!ONION RINGS,BREADED,Partially fried,Frozen,Unprepared@I(\@p @ 333333@,333333?@>zH?@G?\(@,@H@g@n? =p ?l?"`A@333333@ffffff??9XbM?-V?θQ?`A7L@H@=@3@Q@e@"@"`A@E@@|`1 package@o1 packageVegetables> 5!ONION RINGS,BREADED,Partially fried,Frozen,Prepared,Heated IN OVEN@<@yp@\(\@:33333?@CzG?@?? =p @3@T@@` @wp?Gz?zG{?Gz@ ?ffffff?Q?Q@ Gz?p =q?E@P@J@*@Y@l @&@!+Q@%dZ@sE@H1 cup@Q10 ringsVegetables uu=D!4#!PARSLEY,RAW@Up =@B@\(?GzH@@QR@ ffffff?333333@a@@@I@M@P@L?Q?nO?zG{?@`?tj?+ J? I^5?ٙ? =p @c@c@c@t@zP?@@@?`A7L?Gz?vȴ9X@N1 cup@ffffff1 tbsp@Vegetables?"4%' !PARSNIPS,RAW@SR@R?333333?333333?\(\@1p =@@333333@B?Gz@=@Q@wp@$?Gz?Q?Q?@1? =p ??ffffff?333333? =p @P@P@P? =p@6??1&y?bM@`1 cup, slices@.Vegetables **p#4c)!PARSNIPS,Cooked,Boiled,Drained,without SALT@T\(@Q?Q?333333?zG@1\(@ @333333@B?\(@=@Q@@v@$?У =p?lD?`A7?333333@*??|hs?1&?+ I^?`A7?+@M@M@M????1&y?bM@S.5 cup, slices@d1 parsnipVegetables^$49)%!PEAS,EDIBLE-PODDED,RAW@V8\)@E@ffffff?ə?Q@333333@@@E@ =p@8@J@i@?GzH?9XbM?;dZ?ffffff@N?333333?zG{?333333??zG{@E@E@E@@K?\(@9@F@@ ?+?$/?ȴ9Xb@X1 cup, chopped@O1 cup, whole@Vegetables [X%4w !PEAS,EDIBLE-PODDED,Cooked,Boiled,Drained,without SALT@V:=p @E@ (\)?p =q?GzH@333333@ffffff@Q@E?Q@:@K@n@?׮zG?E?Ł$/?ffffff@G33333?bM?tj~??|hs?7KƧ?nO;@=@=@=@@J?\(@9@E@@?+ I?O;dZ?@d1 cupVegetables!&4U!PEAS,EDIBLE-PODDED,Frozen,Unprepared@VS33333@E@ffffff?333333?ٙ@@@I@@7@I@h@?=p =?tj~?zG?ffffff@6?Q??? =p ?öE@D@D@D@a@?-V?vȴ9X?$/@R.5 cup@q1 packageVegetables FFCy'5!PEAS,EDIBLE-PODDED,Frozen,Cooked,Boiled,Drained,without SALT@Ufffff@J@ ?QR?@" =p @@GzH@M@333333@<@M@k @?\(\? =p ?Q?陙@6?bM?vȴ9X?tj?lC?E@A@A@A@|@P?zG@>333333@J@@? ě?+?`A7K@d1 cup@o1 packageVegetables9(4) !PEAS,GREEN,RAW@S =p@T@@zG?ٙ? =p@,Q@ffffff@zG@9?Q@@@[@n@? =p?Ƈ+ I?=p =?@D?$/?`A7L@Q?vȴ9?šo@P@@P@@P@@@C? =p@8@5@|@Z?-V?Q?-V@b 1 cup@OVegetables 66X)4g !PEAS,Green,Cooked,Boiled,Drained,without SALT@SwzH@U@p =q?(\)?p =q@/GzH@@Q@;? =p@C@]@@p@? =p ?$/??ffffff@,ffffff?Гtj~?nO@+ I^?Õ$/?˥S@O@O@O@@D?Q@9fffff@6@}`@B?+?tj~?1&@d1 cupVegetablesj*4o!PEAS,Green,Canned,Regular Pack,Solids and LIQUIDS@UzG{@J@ Q?333333?Gz@#@ ffffff@ @2?QR@1@J@Y@o@?ffffff?S?`A7L?@#?j~"? ě?l?KƧ? =p@=@=@=@@R?zG{@0@,@@???`A7L@_.5 cup@~ 1 canVegetables mmVe,4g!PEAS,Green,Canned,Regular Pack,Drained Solids@Tl@Q@@zG?ffffff? =p @)(\)@ffffff@ =p@4?ffffff@1@P@e@o?Q?E?dZ1?333333@#333333?"`?+?lC?bM?bM@F@F@F@@;?Q@5ffffff@t@?vȴ9X?vȴ9X?/w@e@1 cup@s1 canVegetables&.4g!PEAS,Green,Canned,SEASONED,Solids and LIQUIDS@U =q@I@Q?GzH?(\)@"@@.?333333@.@K@^@o??XbM?&x?@'?tj~?-V?zG?ȴ9Xb?+ J@=@=@=@{@6?tj~?tj~?A7Kƨ@l`1 cup@\.5 cupVegetables .. Y04E!PEAS,Green,Frozen,Unprepared@SQ@S@@ =p?׮zG?\(@+kQ@@Q@6?zG{@9@T@b@\?Q?;dZ?աo?333333@2?ЃnP??O;dZ?hr Ĝ?;dZ@J@J@J@@Y?Q@7@4@$@`?`A7L?`A7L?ffffff@R.5 cup@q1 packageVegetablesq14u!PEAS,Green,Frozen,Cooked,Boiled,Drained,without SALT@SGz@S@?GzH?陙@,Q@@@8?QR@6@S@@[@R?p =q?Gz?"`B?@#?1&??zG?-V?hr!@M@M@M@h@Z@?Q@8@4@@?+ J?tj~?nP@o1 package@T.5 cupVegetables h44I !PEAS,MATURE SEEDS,SPROUTED,RAW@O"\(@`@!?\(?=p =@?$/?O;dZ? ěT@o@1 cup@1 canVegetables.q4[%'!TURNIPS,Cooked,Boiled,Drained,with SALT@Wffffff@5?Q?zG{?ᙙ@@@6?(\)@ @3@`@q?ə?bM??333333@'333333?S?O;dZ?"`A?-V?&x@"@"@"?bM?tzG{?$/@c1 cup, cubes@l1 cup, mashedVegetables >>Yr4i !TURNIPS,Frozen,Cooked,Boiled,Drained,with SALT@Wffffff@7?zG{?θQ?Q@ffffff@@@@?\(\@,@:@f@q?ə? ěT??333333@333333?Q?1&y?Q? I^5??&x@ @ @ ?zG{???Q?@c1 cupVegetablesas4g) !TURNIP Greens,Cooked,Boiled,Drained,with SALT@WL@4?=p =?p =q?Q@p =q@ ?\(@a ?陙@6@=@i`@p?Q?1&x?Ցhr ?@;ffffff? =p ?nO;?M?щ7KƧ? =p @]@]@]@@w?zG@v@@|?"`A?Q?KƧ@b1 cup, choppedVegetables qt4u!TURNIP Greens,Frozen,Cooked,Boiled,Drained,with SALT@V@=@ ?Gz?333333@Q@ 333333?@c? =p @:@A@l@o`?=p =?333333?ffffff?333333@5?S?l?E?lD?&x@C@C@C@@@GzH@733333@;@E?XbM?1&y?\(@k1 package@T.5 cupVegetableslu5  !TURNIP Greens and TURNIPS,Frozen,Cooked,Boiled,Drained,with SALT@W(\@5@ =p?zG{?ffffff@\(??Q@V?GzH@(@1@O@o`? =p?E?Ƨ-?@"?Q?Q?Gz?tj~?-V@6@6@6@@z?p =q@y񙙙@/@ž?S?zG{?l@d`1 cupVegetables NN4v4{!VEGETABLES,Mixed,Frozen,Cooked,Boiled,Drained,with SALT@TθQ@M@Gz?333333?p =q@*.zG@@9?=p =@6@I@e @p?\(\??|hs?A7Kƨ?333333@ ?-V?Q?;dZ?S?l@3@3@3@@j?vȴ9X?zG{?nO;@q01 package@V.5 cupVegetablesvw5% !WAXGOURD,(CHINESE PRESERVING MELON),Cooked,Boiled,Drained,with SALT@X =p@,?ٙ?ə?333333@QR??Gz@2?QR@$@1@@up?Gz?+ I?1&y?ə@%?hr Ĝ?PbM?ؓtj~?"`?bM@@@?\(@ffffff@h?bM?l?+ I@e1 cup, cubesVegetables YY ,x5!WINGED BEAN,Immature SEEDS,Cooked,Boiled,Drained,with SALT@V =p@C@=p =?Q?Q@ zG@N?p =q@>@9@q @n?Q?l?9XbM?񙙙@#?tj?nO;?/w?E?E@A@A@A@V@?+ I^?1&x?-V@O1 cup@?.5 cupVegetablessy4e%'!YAM,Cooked,Boiled,Drained,OR Baked,with SALT@QQ@]? =p?Q?Q@;zG@333333?\(\@,? =p@2@H@@n?ə?tj~?׾vȴ9X?ffffff@(333333?QR?1&y?lD?lC?/v@0@0@0@^@?QR@@R@?-V?tzG{?Q@a1 cup, cubes@Q.5 cup, cubesVegetables Wnz4m !YAMBEAN (JICAMA),Cooked,Boiled,Drained,with SALT@VzG@C? =p ? =p ?333333@! =p@&?=p =@&@0@`@n@?333333?O;dZ?/v?ffffff@,333333?hr Ĝ?1&y?QR?"`?zG{@ @ @ @3?Vegetables%{4g'!YARDLONG BEAN,Cooked,Boiled,Drained,with SALT@UzG@G@=p =??\(\@"\(\@F?\(\@E@L@r @n? =p ?bM?ɺ^5?|?@0333333?\(?XbM?(\)?1&?tj~@F@F@F@| @7?vȴ9?nO;?$/@Z1 cup, slices@,1 podVegetables AAL|45!CORN,SWEET,WHITE,RAW@Rp =@U@ \(?Gz? =p@3Q@@ \(@? =p@B@V@@p@.??S?ěS?333333@333333?ə?Q?333333?QR?(\)@G@G@G??Q?333333?@A?KƧ?5?|h?S@R@1 ear@V1 ear@PVegetablesk}4s!CORN,Sweet,WHITE,Cooked,Boiled,Drained,without SALT@QdzG@[@ \(?zG{? =p @9(\@@GzH@?Q@@@Y@o @1?޸Q?"`A?E?陙@?˅Q?nO;?m?tj?Q@G@G@G@? =p ?ٙ?@E?7KƧ?-V?KƧ@V@1 ear@Y1 ear@FVegetables Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx........................................///////////////// / /////////////!/!/'/'/-/-/././4/4/5/5/6/6/7/7/8/8/=/=/>/>/?/?/@/@/A/A/B/B/C/C/D/D/E/E/H/H/L/L/M/M/N/N/R/R/S/S/T/T/U/U/V/V/W/W/X/X/Y/Y/Z/Z/_/_/`/`/a/a/b/b/c/c/d/d/g/g/i/i/j/j/l/l/n/n/o/o/p/p/q/q/s/s/u/u/w/w/x/x/z/z/{/{/~/~//// **h~4m!CORN,Sweet,WHITE,Cooked,Boiled,Drained,with SALT@QdzG@[@ \(?zG{? =p @9(\@@GzH@?Q@@@Y@o @o?޸Q?"`A?E?陙@?˅Q?nO;?m?tj?Q@G@G@G@? =p ?ٙ?@E?7KƧ?-V?KƧ@V@1 ear@Y1 ear@FVegetablesf5!CORN,Sweet,WHITE,Canned,Whole KERNEL,Regular Pack,Solids and LIQUIDS@TU\(@P?333333??陙@.R?333333@?=p =@0@I@d@j? =p ?1&y?`A7L?333333@?vȴ9?;dZ? I^5??9XbN?l@C@C@C?@@?E?nO;?m@`.5 cup@~ 1 canVegetables ,,a5 !CORN,Sweet,WHITE,Canned,Whole KERNEL,NO SALT,Solids and LIQUIDS@TU\(@P?333333??陙@.R?ffffff@?=p =@0@I@d@(? =p ?1&y?`A7L?333333@?vȴ9?;dZ? I^5??9XbN?l@C@C@C?@@?E?nO;?m@`.5 cup@~ 1 canVegetablesk4s!CORN,Sweet,WHITE,Canned,Whole KERNEL,Drained Solids@S:G{@T@@\(?? =p@2 =p@@333333@?Q@4@P@@h`@t0?\(?-V?$/?ffffff@!?`A7L?+?&x?O;dZ?bM@H@H@H??Q?333333??@D?öE?Ұ ě?$/@d1 cup@r1 canVegetables ,,h4m!CORN,Sweet,WHITE,Canned,Cream STYLE,Regular Pack@SQ@R? =p?Gz?\(\@2!Gz?333333@zG@?QR@1@I@`@q?\(?vȴ9?+?333333@ffffff??"`A?Q? =p ? ěT@F@F@F??Q?333333?@B? =p?|hr?XbM@p1 cup@~ 1 canVegetablesd4c!CORN,Sweet,WHITE,Canned,Cream STYLE,NO SALT@SQ@R? =p?Gz?\(\@2!Gz?333333@zG@?QR@1@I@`@?\(?vȴ9?+?333333@ffffff??"`A?Q? =p ? ěT@F@F@F??Q?333333?@B? =p?|hr?XbM@`.5 cup@~ 1 canVegetables [[0Q4m!CORN,Sweet,WHITE,Canned,VACUUM Pack,Regular Pack@S%Q@S@GzH??Q@3p =q@@?Gz@7@P@g@@q?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)@H@H@H???@D?E?`A7?Vt@Z@.5 cup@u@1 canVegetablesL4c!CORN,Sweet,WHITE,Canned,VACUUM Pack,NO SALT@S%Q@S@GzH??Q@3p =q@@?Gz@7@P@g@@?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)@H@H@H???@D?E?`A7?Vt@Z@.5 cup@u@1 canVegetables [4y!CORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Unprepared@RG{@V@(\)? =p?޸Q@4\(@333333@?Gz@2@Q@@j@@?׮zG?nO;? ěT?ffffff@??|hs?Q?-V?Q?ȴ9Xb@B@B@B@@?@K?vȴ9X?Vu?lC@T.5 cup@q1 packageVegetables5!CORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Boiled,Drained,without SALT@S.Q@T@?ۅQ?\(@3\(@333333@\(@?ffffff@3@L@b`@?ٙ?l?A7Kƨ?ffffff@??|hs?-V?ȴ9Xb? =p ?nP@?@?@?@?Q?333333??@I?`A7L? ěT?lC@q1 package@T.5 cupVegetables 22g34w /CEREALS Ready-to-eat,GENERAL MILLS,HONEY NUT CLUSTERS@ =p@xP@ @@=p =@T@@>fffff@B@ ffffff@M@f@n@|P@333333?\(@lD@%ffffff?\(? =p@"333333?Z1'?Q@f@d`@3@r@@ =p ?ffffff@U?333333@`A7L?Z1'@K1 cupBreakfast Cereals_44e /CEREALS Ready-to-eat,GENERAL MILLS,FIBER ONE@ Q@h@ @@GzH@T@@H@t@.@i@@@0@z@)?Vu@M@"@4??Q@033333?Ƨ-?Q@t@s@3@H@?Q?陙?ٙ?(\)?"`B@>.5 cupBreakfast Cereals --a54{ /CEREALS Ready-to-eat,GENERAL MILLS,OATMEAL RAISIN CRISP@QR@w @"@ @Gz@T@@@@@B@ ffffff@R@@f@v@x@GzH?\(@1L@&?\(? =p@"333333?+?Q@f@d`@3@r@@zG??陙?E?Z1'@K1 cupBreakfast Cerealsj64u /CEREALS Ready-to-eat,GENERAL MILLS,TOTAL CORN FLAKES@zG{@wP@333333?\(@@Uc33333@@&@ @N@:@v@W@@I?tj~@ffffff@i@@zG@P@@@zG@@@3@@4@H@xP@w@F?ə@G@Q@?ٙ?dZ1?׍O;dZ@>1.333 cupBreakfast Cereals rr\f74u /CEREALS Ready-to-eat,GENERAL MILLS,TOTAL RAISIN BRAN@ =p @sp@@@ =p@R@"@B@h@@Y@R@@f@ @{0@;L?ҟvȴ9@I^5?@@ =p@Q@B333333@2@ Q@@ @3@@%@h@q@q@8=p ?333333?ٙ?GzH?vȴ9X@K1 cupBreakfast Cereals 95 /CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,Prepared with H2O,NO SALT@TQ@N@ =p?zG?׮zG@*G{@@ ?Q@6@P@R@?Q?tj?+ ?"`A?tj~?E?O;dZ?+ I@@?@ ??tj~?Gz?zGBreakfast Cereals ff<5  /CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,Prepared with H2O,SALT@T(\@N@\(?zG?GzH@* =q@@ ?Q@6@O@R@Q?Q?tj?ȴ9Xb?"`A?tj~?\(?O;dZ?+ I@@?@ ??QR?Gz?zGBreakfast Cerealsu=5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN with Extra FIBER@@h@&@ @@S@@I?׮zG@y@2@u@@ @h@}@?333333@1&x@"@9??333333@4?tj~@ @z@@w@D@h@8@@0@0@Q?ffffff?333333?ffffff@@>.5 cupBreakfast Cereals ~>5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Apple Cinnamon SQUARES MINI-WHEATS@#@t@??ffffff@Tfffff@!333333@5333333@C@=@V@q@r@B@?ə@j~#@ffffff?ffffff?陙@"333333?nP?@i@f@3@tp@?ᙙ??ٙ??@K.75 cupBreakfast Cereals $$tB5  /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S COMPLETE OAT BRAN FLAKES@@u@&@ @@S@@*@4@K@O@b@u@y@@J?333333@/w@1@j@@@@Q@A@@@@3@@4@V@p@p@E# =p?ffffff?陙?333333?@>.75 cupBreakfast Cereals`C4i /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S CRISPIX@@w@333333?陙@ 333333@U?@$@5@<@9@V@`@@@?Q?vȴ@%@4?ffffff@@8?hr @333333@(@@3@l@@@~@~? =p?ə@>@G@H?ə?ə?ٙ@=1 cupBreakfast Cereals 88 dE4q /CEREALS Ready-to-eat,GENERAL MILLS,RAISIN NUT BRAN@@w@"ǮzH@ @GzH@R׮zH@"ffffff@=@B@ ffffff@R@@q@{@|p@333333?ҟvȴ9@lC@?\(? =p@"333333?㝲-V?Q@f@d`@3@r@@ @?ffffff@)lD?hr @K1 cupBreakfast Cereals\F4a /CEREALS Ready-to-eat,GENERAL MILLS,BASIC 4@=p =@v@ @ffffff@ Q@S@@333333@9@vP@@R@@zP@q@@?333333?C%@1?GzH?Q@ffffff?E?Q@a@_@3@l@@P@j@j?GzH@?陙?@@K1 cupBreakfast Cereals ZZMoG5 /CEREALS Ready-to-eat,GENERAL MILLS,Apple Cinnamon CHEERIOS@@x@@ffffff@Q@U@333333@E@t@.@P@k @h@y@)?ə?vȴ9@B@4??Q@033333?zG{?Q@@@@3@@@ @P@P???zG@?zG{@>.75 cupBreakfast Cereals/J4s /CEREALS Ready-to-eat,GENERAL MILLS,Frosted WHEATIES@p =q@wP@?@zG{@V@@@C@t@;@B@P@[@8@9??A7Kƨ@@4@@ =p@@fffff?֧-@ =p@@@3@@$@ @P@P?ə?lC?+ J@>.75 cupBreakfast Cereals ` (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx#*#*                                                           !!!!!!!!!!!!! ! ! ! ! ! ! ! ! ! !!!!!!!!!!!!#)#)#+#+#,#,#-#-#.#.#/#/#0#0#1#1#2#2#3#3#4#4#5#5#6#6#7#7#8#8#9#9#:#:#;#;#<#< 22eK4s /CEREALS Ready-to-eat,GENERAL MILLS,Frosted CHEERIOS@zG@w@@333333@ Q@U@@F@t@.@J@`@a@@)?QR?$/@B@4??Q@033333?bM?Q@@@@3@@@ @P@P?ҏ\(??ffffff?"`B?bM@>1 cupBreakfast CerealsaL4k /CEREALS Ready-to-eat,GENERAL MILLS,FRANKENBERRY@Q@x@@@ =p @V?@G@P@.@"@P@G@8@)?zG{?&x@3@4??Q@033333?5?|h?Q@t@s@3@H@?(\)?333333?ٙ?-?+ I@>1 cupBreakfast Cereals ff0M4y /CEREALS Ready-to-eat,GENERAL MILLS,COUNTRY CORN FLAKES?@w0@?@ffffff@U@?333333@ @@;@8@P@Z@@h@)??vȴ9@ffffff@4??Q@033333?\(\?Q@@@@3@@@ @P@P?ٙ?;dZ?Gz@>1 cupBreakfast CerealsbN4m /CEREALS Ready-to-eat,GENERAL MILLS,COUNT CHOCULA?\(\@x@@ @Q@V?@G@P@.@?@P@`@@@)?$/?vȴ9X@@4??Q@033333?j~"?Q@t@s@3@H@?333333?陙?ffffff?p =q?~"@>1 cupBreakfast Cereals ,,`O4i /CEREALS Ready-to-eat,GENERAL MILLS,COCOA PUFFS@zG{@x`@@ @\(@V@ffffff@G@t@.@;@P@e@@)?Q?lC@@4??Q@033333?hr!?Q@t@s@3@H@?Gz?333333?ffffff?9XbN?㕁$/@>1 cupBreakfast CerealslP4} /CEREALS Ready-to-eat,GENERAL MILLS,Cinnamon TOAST CRUNCH@zG{@z`@@&@Q@S@@A@t@.@;@p@a@x@)?ə@`A7L@333333@4??Q@033333?`A7L?Q@t@s@3@H@@ @P@P?=p =@333333?@tj@ Vu@>.75 cupBreakfast Cereals 44^Q4e /CEREALS Ready-to-eat,GENERAL MILLS,BOO BERRY@ =p@x@@@p =q@V?@G@P@.@"@P@G@@)?zG{?@@4??Q@033333??Q@t@s@3@H@?ҏ\(?陙?ٙ?^5?|?`A7K@>1 cupBreakfast CerealsfR4q /CEREALS Ready-to-eat,GENERAL MILLS,BERRY BERRY KIX@Gz@x@@333333@ =p @U@@?@d@.@3@_@T@@)?zG{? =p@@4??Q@033333?Ѻ^5?|?Q@t@s@3@H@@ @P@P? =p?333333?ffffff@S?vȴ9@>.75 cupBreakfast Cereals &&tU5 /CEREALS Ready-to-eat,GENERAL MILLS,NATURE VALLEY Low Fat FRUIT GRANOLA@Gz@x @ @ffffff@Gz@T@@@zG@B@@F@q@qp@w?񙙙?lC@Vu@1L?zG{?Q?Q?j~"@*@*@*?@333333?333333@Q?E@K.667 cupBreakfast Cereals^V4_ /CEREALS Ready-to-eat,GENERAL MILLS,KABOOM@Q@w@"@ @Gz@T@@@4@t@;@J@p@j@@@)?QR?$/@@4??Q@033333?vȴ?Q@@@@3@@@ @P@P? =p???C%?󙙙@>1.25 cupBreakfast Cereals t[5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S JUST RIGHT FRUIT and NUT@@v@@ ffffff@@Tl@@9@A@;@J@f`@q@}0??ə?A7Kƨ@ffffff?333333?ffffff@ @ ffffff@@H@3@@$@@o @o @????@K1 cupBreakfast Cereals JJn `4+ 7ROSE-APPLES,RAW@W@@9?333333?333333?ٙ@@=?Q@@ @^?Q?bM?-V@6L?zG{?Q?陙@u0@1@@Fruits & Fruit Juicesa4'#7SAPODILLA,RAW@S@T?(\)?񙙙?@3\(@333333@5?陙@(@(@h @(??tj?333333@-ffffff?zG{?ə? ěT?l@,@,@,@N@?E?1&y?+ I@n 1 cup@e@1 sapodilla@4Fruits & Fruit Juices 4@<@u@$@4?zG{?zG{?@y@5@l 1 fruit, without refuse@=Fruits & Fruit JuicesHc4#7SOURSOP,RAW@TJ=p @P??333333?ffffff@0 =p@ ffffff@+zG@,?333333@5@;@q`@,??tj?333333@4?Q???1&x?5?|h@,@,@,@?zG{?ٙ??1&? =p ?lD@l 1 cup@1 fruit@@Fruits & Fruit Juices 00[d4-'7STRAWBERRIES,RAW@V@@?p =q?333333?ٙ@Q@@ =p@0?Gz@*@8@c ??Q?tj~?ش9XbN?ٙ@Mffffff?tj~?+ I?ش9XbN??bM@8@8@8@(??ҏ\(@@@:?Q?tj? =p@c1 cup@m1 cup, pureed@Fruits & Fruit Juicesme4{ 7STRAWBERRIES,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@Rfffff@W?Q?У =p?333333@7zH?333333@5zG@*?\(\@ @(@U@? =p ? ěT?ə?333333@?33333?$/?hr Ĝ?/v?x?+ J@<@<@<@:??QR?@0@2?1&y?nO;?nP@o1 cupFruits & Fruit Juices  tf4K'+7STRAWBERRIES,Frozen,Unsweetened@V~zG@A?ۅQ?(\)?׮zG@"B\(@@=p =@0?@&@*@b@? =p?+ J?ҏ\(?ffffff@D?+ I?l?ݑhr ?S?1&y@1@1@1@F@?ҏ\(@@;@:?xtj~?Q?S@k1 cup, thawed@b1 cup, unthawedFruits & Fruit Juicesrg4S'7STRAWBERRIES,Frozen,Sweetened,Whole@S33333@S? =p?Q?333333@5?ffffff@2Q@&?zG@@(@X???tj~?;dZ?ffffff@C?Q?E?n?S?1&y@@@@;??θQ?ffffff@0@7?|1&y?tj~?hr Ĝ@o1 cup, thawed@q1 packageFruits & Fruit Juices mmdsh4U'7STRAWBERRIES,Frozen,Sweetened,SLICED@RKQ@X?\(? =p?θQ@9Q?ffffff@8\(@&?Gz@@*@X@?Q?zG{??ffffff@D33333?bM?1&?٩lD?S?Q@.@.@.@8??p =q?333333@,@5?|1&y?nO;?bM@o1 cup, thawed@q1 packageFruits & Fruit Juicesi4C7SUGAR-APPLES,(SWEETSOP),RAW@RNQ@W@zG{?ҏ\(?\(@7 =p@@8?333333@5@@@n@"??tj?333333@B&fffff?(\)?hr!?A7Kƨ?hr!?ə@,@,@,@?tj~?/v?zG{@o@1 cup@c`1 fruit@FFruits & Fruit Juices [Jj4'7TAMARINDS,RAW@?ffffff@m@ffffff?333333@@O@@ffffff@L33333@R@ffffff@W@\@@@<??tj?@ ?dZ1?tj~? I^5?M?`A7L@,@,@,@>@?@ffffff@2?hr Ĝ?+ I^?5?|h@^1 cup@1 fruit@PFruits & Fruit Juices!m5 7FRUIT SALAD,TROPICAL,Canned,Heavy SYRUP,Solids and LIQUIDS@S1R@U?=p =??ffffff@6\(\?@*? =p@*@@``@?(\)?zG{?@1?S? =p ?lC?Q@"@"@"@_@?tj~?nO;?bM@p1 cupFruits & Fruit Juices FF)_n4)%%7WATERMELON,RAW@V@>?Q?333333?@333333?ٙ@@?θQ@$@&@\???$/?tj~?ٙ@ 333333?`A7L?$/?ȴ9Xb?I^5?}? =p @@@@@<??@r@S@@ ?bM?l?@c@1 cup, balls@c1 cup, diced@HFruits & Fruit JuicesSp4Q 7MARASCHINO CHERRIES,Canned,Drained@L\(@d?(\)?Gz?\(@D(\@ @Cb\(@K?ۅQ@@@5@?У =p?M?tj~?ə?pbM?S?tzG{@F@??@;@M?+?+ J?(\)@1 cherryFruits & Fruit Juices &v4!';7FEIJOA,RAW@Ufffff@H? =p?\(?zG@%B\(@1?zG{@"@4@c`@?zG{?(\)?\(@4L?bM?bM?~"?/v?@C@C@C@n`1 cup, pureed@I1 fruit, without refuse@9Fruits & Fruit JuicesV|4+7PEARS,ASIAN,RAW@V@E??p =q?׮zG@%L@ @333333@@ @&@^@?zG{??Q?@ffffff?nO;?zG{?1&x?Q?+ I@ @ @ ?Q@@I?tj~?+ J?(\)@^1 fruit@q01 fruit@"Fruits & Fruit Juices RRG4_ 7FRUIT COCKTAIL,Canned,Heavy SYRUP,Drained@T@Q?zG??θQ@2?333333@1# =p@?ҏ\(@@(@V@?zG{?tj??ffffff?tj~?$/?-V?1&@@@@q@,?333333@333333@a@@J@\?1&y?nO;?$/@j1 cupFruits & Fruit Juices_ 4S')7PINEAPPLE,Canned,Juice Pack,Drained@T =q@N?QR?(\)? =p@/Q?@,Q@0?Q@.@@_???dZ1?ٙ@"?1&?$/?-V?333333@@@@I@?zG{?ffffff@>?bM?1&y?zG{@f1 cup, chunks@h`1 cup, crushedFruits & Fruit Juices DDU 4S%7APRICOTS,Canned,Heavy SYRUP,Drained@Sc =p@T?zG{?(\)?QR@5O\(@@2fffff@$?333333@@*@a@?(\)?E?@?$/?tj~?bM?(\)@@@@@b@?zG{@ ffffff@H@0@C?|1&y? =p ?$/@k`1 cup@f1 cup, wholeFruits & Fruit Juices_4_-7CHERRIES,Sweet,Canned,Heavy SYRUP,Drained@Sg =p@T?\(\?Gz?\(@5R@@2zG@$?ffffff@"@4@b@??Ƈ+ I@ ?+ I?tj?XbM?vȴ9X@@@@m@(?p =q?ffffff@a@L?zG{?+ J?(\)@f`1 cup@g1 cup, with pitsFruits & Fruit Juices ^^0N4Q7PEACHES,Canned,Heavy SYRUP,Drained@SR@S@?GzH?Q?@3=p @@1Gz@?GzH@@(@W@? =p ? ěT?333333@ffffff?tj~?vȴ9?S?tj~@@@@@C?\(\@@x@]@@?pbM?Q?$/@k1 cup@R@1 halfFruits & Fruit JuicesL4M7PEARS,Canned,Heavy SYRUP,Drained@Tfffff@R?θQ? =p ?333333@3zG@@0kQ@?(\)@@ @P@?zG{?;dZ??񙙙?+ I?tj~?"`?1&y???@ ?Q@@@@I?zG{?l?E@i 1 cup@H1 halfFruits & Fruit Juices ZZ'I#4M- 7PLUMS,Canned,Heavy SYRUP,Drained@S =p@V@?(\)?Q?@7Q?@5zG@$?Gz@@.@W@@3?Q?O;dZ?ٙ?hr Ĝ?E?ҟvȴ9?1&y@@@@x@4?У =p@@k`@D@R@?+ I? =p ?Q@f1 cup, with pitsFruits & Fruit JuicesU'4{ 7TANGERINES,(MANDARIN ORANGES),Canned,Juice Pack,Drained@V` =q@C??zG{?ҏ\(@"R?333333@ @(?GzH@&@&@a@?\(?E?ٙ@@33333?+ I?vȴ9X?zG{?tj@@@@@P?333333@i@r@8@n`?pbM?|1&y?|1&y@g1 cupFruits & Fruit Juices Y6847APPLE Juice,Canned OR Bottled,Unsweetened,with Vitamin C@UQ@G?Q?(\)?(\)@'\(\?@?׮zG@@@]@?Q?+ I?hr!?@D?$/?hr Ĝ?Q??zG{?tj~?tzG{?`A7L@o1 cup@?1 fl ozFruits & Fruit Juices#94g 7APPLESAUCE,Canned,Unsweetened,with Vitamin C@Vfffff@E?\(??333333@&zG?333333@?Q@@@R@?Q?vȴ9?333333?333333@5333333?vȴ9??bM?QR?vȴ9???@=??bM?`bM?1&y@n1 cupFruits & Fruit Juices R:4W 7APPLESAUCE,Canned,Sweetened,with SALT@SQ@S? =p ? =p ?Q@3\)?333333@?ffffff@@@N@<?zG{?tj?333333?333333?333333?vȴ9?1&y?bM?vȴ9?vȴ9???@&??Q?|1&y?S@o1 cupFruits & Fruit Juices*;4W7APRICOT NECTAR,Canned,with Vitamin C@U7zH@L?׮zG? =p ?ҏ\(@,ǮzH?333333@?QR@@"@\@? =p ? ě?bM?ə@K333333?nO;?1&y?У =p?tj~?+ I???@@P?xtj~?tj~?hr Ĝ@o`1 cup@?ffffff1 fl ozFruits & Fruit Juices <4?7GRAPEFRUIT JUICE,PINK,RAW@V@C???ə@"ffffff@"?ə@(@.@d@???`A7L?zG{@C?zG{?zG{?ə?1&x?+ I@$@$@$@{@6?1&y?vȴ9?tj~@n1 cup@h1 fruitFruits & Fruit Juiceso=4u777KIWIFRUIT,(CHINESE GOOSEBERRIES),HELD IN STORAGE,RAW@T33333@N?zG?(\)?zG{@-\(@ 333333@:?=p =@>@D@t@@R?zG{??@e@"@V1 fruit, without skin@S1 fruit, without skin@,Fruits & Fruit Juices vv>4O!PEAS and ONIONS,Frozen,Unprepared@T`@Q@ =p?zG{?ffffff@+Q@ @7? =p@5@M@i`@N?޸Q?^5?|?щ7KƧ?333333@,? I^5?/v?Q?+?nO;@F@F@F@@;?/v?vȴ9X?l@Q@.5 cup@q1 packageVegetablesd?4 !PEAS and ONIONS,Frozen,Cooked,Boiled,Drained,without SALT@V Q@F@QR?ə?@!B\(@@(\)@,?zG@*@A@]@@B?ҏ\(? ěT??|hs?ٙ@?333333?lD?9XbN? =p ?E@4@4@4@l@J?zG{@(333333@$@@?nO;?tj~?bM@f1 cupVegetables A5=!PEPPERS,HOT CHILI,Green,Canned,PODS,EXCLUDING SEEDS,Solids and LIQUIDS@W @5???ffffff@ffffff?@\(@?@,@1@g`@T?\(?"`B?lD?333333@Q?zG{??陙?hr Ĝ?Õ$/@$@$@$@@B?zG@!ffffff@,@y@>@{?zG{?xtj~?(\)@R@1 pepper@Q.5 cup, chopped or dicedVegetables !!`E4;)'!PEPPERS,SWEET,GREEN,RAW@Wx\)@4?Q?\(?ۅQ@\(?333333@333333@$?\(@$@4@e@? =p?`A7L?;dZ@T?/v?1&y?޸Q?XbM?̬1&y@&@&@&@w @2?׮zG@@5@j@@uP?-V?bM?vȴ9X@b1 cup, chopped@W1 cup, sliced@2VegetableswF4y'!PEPPERS,Sweet,Green,Cooked,Boiled,Drained,without SALT@VzH@<?p =q?ə? =p@?333333@ =p @"?p =q@$@2@d@?Q? =p?p =q?333333@R?5?|h?Q?އ+ I?9XbM?m@0@0@0@r@@.?\(@#@:@d@@~?-V?vȴ9?dZ1@`1 cup, strips@'3333331 tbspVegetables `G4g !PEPPERS,Sweet,Green,Canned,Solids and LIQUIDS@V@2?陙?333333@@333333?333333@D?陙@&@4@b@@d? =p ? =p?zG{?333333@G@??Q?ᙙ?tj~?ȴ9Xb@0@0@0@c`@ ? =p ?zG{?ěS@a1 cupVegetablesI4g !PEPPERS,Sweet,Green,Frozen,Chopped,Unprepared@W}p =@4?GzH?Gz?333333@?@"? =p@ @1@V@?Q?"`A?E?ə@MY?lD?tj~?Q?Q?7KƧ@,@,@,@v@2?vȴ9X?1&y?hr!@q1 packageVegetables [J5  !PEPPERS,Sweet,Green,Frozen,Chopped,Boiled,Drained,without SALT@W@2?ffffff? =p ?GzH@333333?@ ? =p@@*@R@??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S@$@$@$@r @.?S?tj~?XbMVegetables!K4C !PEPPERS,Sweet,Green,SAUTEED@T@_?\(@'33333?@Gz?@\(\@ ?333333@ @.@`@1?Q?hr Ĝ?vȴ9X?333333@f ?$/?tj~?⟾vȴ9?j~"?+ J@@@q@,?ffffff@5L@E@`@1?p =q@-V@Vegetables 88XP4G!PIGEONPEAS,Immature SEEDS,RAW@PxQ@a@?=p =?ffffff@7Gz@ffffff@@E?@Q@_@@@? =p?&x?^5?|?@C?ٙ?\(@?\(?hr Ĝ@e@e@e@P@?\(@8@D@g?֧-?vȴ9?-V@c@1 cup@10 seeds@JVegetableshQ5 !PIGEONPEAS,Immature SEEDS,Cooked,Boiled,Drained,without SALT@Q33333@[@ =p?\(?=p =@3}p =@@ =p@D?Q@D@]@|@?=p =?Gz?/w?333333@<?ffffff??|hs@9XbM?(\)?"`A@Y@Y@Y@K@?zG{@3@@@c?\(\?vȴ9?ěS@c 1 cupVegetables .U4 !POI@Q\)@\?QR?Q?Q@;:G{?ٙ?\(@0?(\)@8@C@f@(?(\)??|hs?׮zG?ffffff@? =p?zG{?񙙙?n?xF@5@5@5@P@@ffffff?@?@1?-V?+ I?-V@n1 cupVegetablesfV4C !POKEBERRY SHOOTS,(POKE),RAW@Vfffff@7@?ٙ?333333@ ?333333@J?333333@2@F@n@@7?θQ?tj?n?@a?zG{?Q?333333?+ J?° ě@0@0@0@@{0@d1 cupVegetables tW5!POKEBERRY SHOOTS,(POKE),Cooked,Boiled,Drained,without SALT@W9@4@ffffff?ٙ?@??@J?333333@,@@@g@2?QR? ěT?Ձ$/?@T?Q??񙙙?+?j~"@"@"@"@@{0?333333@[@d@L?O;dZ?vȴ9?Ƈ+ I@d1 cup@$1 tbspVegetableshX4C+-!POTATO,FLESH and Skin,RAW@S\(@S@@(\)? =p ?GzH@1xQ@?\(@(?\(@7@L@zP@?ҏ\(?S?Õ$/?333333@333333?zG{?bM?/w?l?Gz@0@0@0@?zG{?ffffff?@ ?vȴ9?`bM?tj@w1 Potato, large@j1 Potato, mediumVegetables  qY4U+-!POTATOES,RUSSET,FLESH and Skin,RAW@SQ@S@Q?zG{?zG@2R?? =p@*?Q@7@K@z@?ҏ\(?^5?|?tj?ٙ@333333?E?`A7L?\(?C$?zG@,@,@,??zG{?@?zG{?`bM?hr Ĝ@e@1 potato, small@j1 Potato, mediumVegetablespZ4S+-!POTATOES,WHITE,FLESH and Skin,RAW@TeQ@Q?Gz??zG@/kQ@333333?ffffff@"? =p@5@O@yp@?ҏ\(?-V?\(?333333@333333?-V?hr Ĝ?Vu?lC?lC@2@2@2@ ?zG{?@@*?vȴ9?`bM?$/@w1 potato, large@j1 potato, mediumVegetables r[4W+-!POTATOES,Reduced,FLESH and Skin,RAW@T=p =@R?=p =?Q?񙙙@/?333333?@$?\(\@6@N@|p@?Q?&x? I^5??@333333?j~#?vȴ9X?bM?"`B?\(@2@2@2@?zG{@333333@@5?vȴ9?htj~?tj@w1 potato, large@j1 potato, mediumVegetablesk\4Y+-!POTATOES,RUSSET,FLESH and Skin,Baked@R@X@@ =p ? =p?@5p =q@ffffff?GzH@2?Q@>@Q@0@ ?ffffff?dZ1?/v?@)?&x?tj~?hr ?QR?֧-@&@&@&@$??zG{@@??`bM?$/@rfffff1 potato, large@e1 potato, mediumVegetables r]4W+-!POTATOES,WHITE,FLESH and Skin,Baked@RۅQ@W@?333333? =p@5zG@?zG{@$?zG{@;@R@@?ffffff?A7Kƨ?1&x?@)333333?tj~?tj?r ě?؃nP? I^5@C@C@C@$??zG{@@@>?+ I?`bM?l@rfffff1 potato, large@e1 potato, mediumVegetablest^4[+-!POTATOES,Reduced,FLESH and Skin,Baked@S*G{@V@@ffffff?333333? =p@3 =p??333333@"?ffffff@<@R@@ ?ٙ?E?$/?@)333333?nO;??Q?m?"`A@;@;@;@$??zG{@ffffff@@??vȴ9?`bM?tj@rfffff1 potato, large@e1 potato, mediumVegetables }b4/ !POTATOES,RAW,SKIN@Tҏ\(@M@\(??\(@(Gz@@>@ Q@7@C@y@$?ffffff?nO?C$?333333@&?$/?tj~?+ I?S?ΗO;d@1@1@1?vȴ9?`bM?tj@C1 skinVegetables]c4O!POTATOES,Baked,FLESH,without SALT@RG{@W@?\(\?? =p @5??333333@?ffffff@9@I@xp@?ҏ\(?˅Q?ěS?333333@)?Gz?$/?QR?\(?C$@"@"@"?zG{?333333?vȴ9?`bM?tj@N.5 cup@c1 potato@7Vegetables ??Ld4M !POTATOES,Baked,Skin,without SALT@GzH@h@(\)?@Q@GzH@?ffffff@A@(\)@E@Y@@@5?\(\?$/?E?ffffff@+?;dZ?"`A@Q?lC?S@6@6@6@$??zG{?333333@@>?vȴ9?`bM?tj@M1 skinVegetablesme4o!POTATOES,Boiled,Cooked IN Skin,FLESH,without SALT@S>Q@U?Q??p =q@4!Gz?? =p@? =p@6@F@w@?333333?bM?lD?333333@*?"`A?zG{?$/? =p?"`A@$@$@$@?zG{@@@"?vȴ9?`bM?tj@S.5 cup@a1 potato@"Vegetables 33!j5!CORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Boiled,Drained,with SALT@S.Q@T@?ۅQ?\(@3\(@333333@?ffffff@3@L@b`@n?ٙ?l?A7Kƨ?ffffff@??|hs?-V?ȴ9Xb? =p ?nP@?@?@?@??@I?`A7L? ěT?lC@q1 package@T.5 cupVegetables[ 4o+!CORN,Sweet,WHITE,Frozen,Kernels ON COB,Unprepared@Q\(@X@ =p =?\(?@7@ffffff@?\(@@@U@r`@?ffffff?1&?9XbM?陙@?^5?|?+ I?`A7L?n?x@D@D@D@@?@N?Q?/v?|hr@_@1 ear@T.5 cup, kernels@FVegetables  t 5+!CORN,Sweet,WHITE,Frozen,Kernels ON COB,Cooked,Boiled,Drained,without SALT@RL@W@Gz?zG? =p@6TzG@@?Q@=@R@o`@?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y@?@?@?@@?@M?/v?˥S?E@O1 ear@T.5 cup, kernels@FVegetablesq 5+!CORN,Sweet,WHITE,Frozen,Kernels ON COB,Cooked,Boiled,Drained,with SALT@RL@W@Gz?zG? =p@6TzG@ffffff@?Q@=@R@o`@n?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y@?@?@?@@?@M?/v?˥S?E@O1 ear@T.5 cup, kernels@FVegetables XX 0 4k)!PEPPERS,Sweet,Reduced,Canned,Solids and LIQUIDS@V@2?陙?333333@@333333?333333@D?陙@&@4@b@@d? =p ? =p?zG{?333333@G@??Q?ᙙ?tj~?ȴ9Xb@0@0@0@@@:? =p ?zG{?ěS@a1 cup@Q.5 cup, halvesVegetablesp 4k!!PEPPERS,Sweet,Reduced,Frozen,Chopped,Unprepared@W}p =@4?GzH?Gz?333333@?@ zG@"? =p@ @1@V@?Q?"`A?E?ə@MY?lD?tj~?Q?Q?7KƧ@,@,@,@@l`?zG@ffffff@G@@@p?vȴ9X?1&y?hr!@q1 package@<.1 packageVegetables a5 !PEPPERS,Sweet,Reduced,Frozen,Chopped,Cooked,Boiled,Drained,without SALT@W@2?ffffff? =p ?GzH@333333@ ? =p@@*@R@??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S@$@$@$@@d?S?tj~?XbMVegetables5 !PEPPERS,Sweet,Reduced,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@W@2?ffffff? =p ?GzH@333333@ ? =p@@*@R@n??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S@$@$@$@@d?S?tj~?XbMVegetables   #4G !PEPPERS,Sweet,Reduced,SAUTEED@S@b ? =p@)?ffffff@GzH?@Q@?zG@(@7@h @5?333333?hr Ĝ?p =q@dY?1&y?lC?+ I?;dZ?KƧ@@@@@a@@Q@0ffffff@X@@S@@~@?E@\(@\(VegetablesK4] !SESBANIA FLOWER,Cooked,Steamed,with SALT@WS33333@6?=p =??Q@Q@6?Q@(@5@Z@n?ffffff@B?tj~?tj?@L@L@L@Z1 cupVegetables {"4{ !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,Steamed,with SALT@S@T@@ =q@?񙙙@Q?陙@M?\(@N@`@v0@n? =p?Q?Q?333333@ ?=p =?"`A?xF?Ƨ-?Gz@T@T@T@&??vȴ9X?$/@vȴ@W1 cupVegetables5 !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIED,with SALT@P@_@@*333333@ffffff@ @"?陙@T?ٙ@X@k@@o@@?/w? ěT?333333@(?Gz?QR?񙙙?"`?Ł$/@_@_@_@1?Vegetables zb4U !DOCK,Cooked,Boiled,Drained,with SALT@Wffffff@4?GzH?zG{?(\)@p =q@C@ =p@V@@J@t@m?\(?/v?dZ1?@:L?hr Ĝ?tj?M?nO;?@ @ @ @$@eVegetables4e !LENTILS,SPROUTED,Cooked,STIR-FRIED,with SALT@Q,@Y@@!??陙@5@@,@@A@c @q@n??Ցhr ?bM?333333@)333333?(\)? =p ?333333?E?E@P@P@P@D@?"`A?QR?ɺ^5?|Vegetables m4e% !MOUNTAIN YAM,HAWAII,Cooked,Steamed,with SALT@SH\)@T?zG?zG{?\(@4@ ?ۅQ@$@D@~@o?zG{?nP?1&??tj?1&y? =p?޸Q?n@(@(@(?nO;?htj~?nO;@b 1 cup, cubesVegetables4A=!TREE FERN,Cooked,with SALT@V&fffff@D?ҏ\(?Q?Q@%\(@ @ ?zG{@@@@n ? =p?"`B??|hs?@>?333333@ ? ěT?x@.@.@.@i@$@?1 frond@Q.5 cup, chopped or dicedVegetables zz>@5% !POTATOES,Mashed,Prepared FROM GRANULES,without MILK,Whole MILK and MARGARINE@S^Q@[@ffffff@Q?=p =@,@@A?QR@3@N@b @pp?θQ?+ I?htj~?@?9XbM?E?j~"?A7Kƨ?zG{@@@@j@F@D@H?C%@S?+@@j@1 cupVegetables>5! !POTATOES,Mashed,Prepared FROM FLAKES,without MILK,Whole MILK and MARGARINE@S33333@\@?ffffff@ffffff?Gz@. =p @ffffff@H?(\)@2@L@m @t? =p ?bM?/v?@#ffffff?j~"??p =q?Q?nO;@@@@k@G@E@H?\(\@tj~?`A7@@j@1 cupVegetables ,, ]4Q!PEPPERS,Sweet,Reduced,FREEZE-DRIED@@s@1fffff@@ @Q,@5L@Db\(@`@$@g@tp@@h @GzH?9XbM?Z1'@ @?333333?333333@?;dZ@ȴ9Xb@l@l@l@@.@@\@@`@?ܛS?"`B?E?ٙ1 tbsp?.25 cupVegetableso4u!BEANS,SNAP,Yellow,Canned,Regular Pack,Drained Solids@WS33333@4?ffffff??ffffff@??Q@:?@*@3@[@@o`?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l@@@@@@@Z@@?ҏ\(@#@O@{?+ I?pbM?1&@`1 cup@O10 beansVegetables ii(4k!BEANS,SNAP,Yellow,Canned,NO SALT,Drained Solids@WS33333@4?ffffff??ffffff@?@:?@*@3@[@@?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l@@@@@@@Z@@?+ I?pbM?1&@Q.5 cup@p`1 canVegetablesg5 !POTATOES,Mashed,HOME-PREPARED,Whole MILK and BUTTER ADDED@R\)@\@?Q@Gz?@0Q??zG@6?У =p@2@F@q@s?Q?lD?/v?陙@?\(?tj?333333?S?j~"@ @ @ ?Q@`@@A@A?Q@@"@?1&y?Z1'?nO@&@j@1 cupVegetables bb74!CATSUP@QQ@Y? =p?\(\@ GzH@9ǮzH?@6# =p@2?@3@@@w@X?θQ?ffffff?|hr?ٙ@.333333?vȴ9?E?tj?O;dZ?nO@$@$@$@(@G?\(\@ ffffff@@Л?hr Ĝ?333333?ə@n1 cup@.1 tbspVegetables_!47;!PICKLES,CUCUMBER,DILL@VG{@2? =p?QR@ 333333@zG{?333333@ zG@"?\(@&@5@]@?Q?9XbM?Q?ffffff?1&y?-V?Q?S?vȴ9???@f@"? =p @2L@3@S@F@D?tj~?htj~?E@a1 cup, chopped or diced@c`1 cupVegetables LL.^$47)'!PICKLE,CUCUMBER,SWEET@PP =q@]@?׮zG?У =p@ffffff@?\(?񙙙@ zG@?Gz@@(@@@X?zG{?Gz?Q?333333?nO;?bM?E?Q?Q???@f@"? =p @2L@3@S@F@D?&x?pbM?"`A@d1 cup, chopped@e@1 cup, slicedVegetablesN%45!PICKLE,CUCUMBER,SOUR@WQ@&?Q?ə@ =p @zG?333333?\(?ٙ@@,@7@?zG{?\(?+ I??zG{?tj~?nO;???@`@@?Q@*@,@K@@@=?vȴ9?htj~?E@c`1 cup@`1 largeVegetables z\5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Low Fat GRANOLA with RAISINS@ @v@ @@ @T@@@$@@7@S@S@?陙??ȴ9Xb@(333333@4??ffffff@1?333333@@@ @@@@@@@?ۅQ?񙙙?ffffff@333333?ffffff@>.75 cupBreakfast Cereals 22&pa5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S STRAWBERRY MINI-WHEATS@@u`@"333333@?ffffff@T@#ffffff@2@F@@333333@^@r@u@>@?GzH@Q@ffffff??333333@$?@f@d`@3@r@?޸Q??ٙ?333333?@K1 cupBreakfast CerealsVb4o /CEREALS Ready-to-eat,HEALTH VALLEY,FIBER 7 FLAKES@@v@,Gz?\(@@S@,333333@&@Q@QR@b@tp@|@J@Q?ޗO;d@ E@3@?hr!?333333@8Q?tj~?\(@a@^@3@l@@\(@v@Z@Z?zG@?д9XbN?;dZ?QBreakfast Cereals nn)e4g /CEREALS Ready-to-eat,QUAKER,QUAKER Apple ZAPS@@x@ p =q@ ?Q@V/\(@ffffff@G~Q@"@0}p =@I@b@e@|@+zG{?Q?ffffff@6?Q?@2TzG?ffffff?GzH@@@3@~@@8@8? =p?333333? =p@>.75 cupBreakfast Cerealsaf4k /CEREALS Ready-to-eat,QUAKER,QUAKER COCOA BLASTS@@x@ \(\@ QR?Q@V,@@H%Q@@.@J@b@g@y@)? =p ?QR@@4??\(@0Q?ҏ\(?\(@@@3@@@}@}`?QR?@>@G@ ?ffffff?zG{?Gz@@1 cupBreakfast Cereals ,,ci4o /CEREALS Ready-to-eat,QUAKER,QUAKER FRUITANGY OH!S@@x@zG{@ ?Q@Up =@@E@"@.Q@M@f@g@~@)Q?333333?Q@@D??\(@0zG?\(?\(@t@s@3@X@@P@P?zG{??p =q?zG?333333@?1 cupBreakfast Cerealsij4w /CEREALS Ready-to-eat,QUAKER,QUAKER Marshmallow SAFARI@@x@(\)@zG@ffffff@UGz@@G\(@U@.@L@h`@a`@@)?Gz?Gz@3@D??\(@0Q?QR?\(@t@s@3@H@ @H@H?zG?333333?@?@>.75 cupBreakfast Cereals `k4i /CEREALS Ready-to-eat,QUAKER,QUAKER Sweet PUFFS@\(@xp@ =p ?Gz?p =q@U\(@ 333333@G(\@$?ffffff@L@a@b@m? =p?p =q?zG{@?Q?(\)@333333? =p?@3@3@3?333333@? =p?? =p ?ۅQ?\(@A1 cupBreakfast Cereals~q5# /CEREALS Ready-to-eat,OAT,CORN and WHEAT SQUARES,PRESWEETENED,MAPLE Flavored@@z@@#?@S?@A@4@@C@\@@\@{?\(?5?|h?r ě@??Q@0Q?Q?Q@t@s@3@H@@@?@ffffff@0@8@w?ffffff@6E@S@>1 cupBreakfast Cereals |tu5  /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S HONEY CRUNCH CORN FLAKES@@x`@333333@ ?@U@ 333333@@@6@@6@N@Y@?333333??333333@ffffff@4??@0?Ƨ-?333333@t@s@3@H@@@}p@}? =p?ə@A@K@x?ᙙ??333333@>.75 cupBreakfast Cerealsz4c /CEREALS,QUAKER,HOMINY GRITS,WHITE,QUICK,DRY@$\(@u@!\(?\(?(\)@S=p @333333?@@ (\)@H@d@b@@?p =q?(\)?(\)?\(?Q@=p =? =p?GzH@c@@b@@p0?У =p?ə?\(Breakfast Cereals i{4e /CEREALS,QUAKER,HOMINY GRITS,Yellow,QUICK,DRY@'zG{@u@ Q?\(?Q@Sp =q@ffffff?GzH@@p =q@D@_@d@? =p ?Q??QR?׮zG@=p =? =p?@c@@??ᙙ?QBreakfast Cerealsr|4g /CEREALS,QUAKER,HOMINY GRITS,WHITE,Regular,DRY@$\(@u@!\(?\(?(\)@S=p @333333?@@ (\)@H@d@b@@?p =q?(\)?(\)?\(?Q@=p =? =p?GzH@c@?У =p?ə?\(Breakfast Cereals ~~}4q /CEREALS,QUAKER,FARINA,Enriched Cinnamon FLAVOR,DRY@(GzH@u@(8Q?GzH?ٙ@R\(@ ?ҏ\(@@@>@,@V@Z@?ᙙ?Q?GzH?ٙ?(\)?У =p@ (\)? =p ?@c@@c@@?Q?Q?\(Breakfast Cerealsk~4 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S SMART START Cereal@@v@?ffffff@ @U@@<@A@B@H@d@f@0@>333333? =p @+ I@5ffffff@>@@ 333333@D@4@@(@@3@,@(@@x@x@;??333333?ə?@I1 cupBreakfast Cereals ||5- /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted MINI-WHEATS,BITE SIZE@@u@$333333??@T@@$@4@@@<@]@r`@u@ @ ?zG{@M@ffffff?zG?\(@#?\(\@h@f @3@t@Q?? =p ?θQ?@K1 cup, bite sizeBreakfast Cerealsz4} /CEREALS Ready-to-eat,KRAFT,POST BANANA NUT CRUNCH Cereal@@z`@!@$@@R@333333@4ffffff@B@;u\(@T@s`@r @z@QR?؃nP?ə?zG{? =p @ =q?333333@e @b@3@q @QR@?ffffff@M1 cupBreakfast Cereals   }4} /CEREALS Ready-to-eat,KRAFT,POST BLUEBERRY MORNING Cereal@@w@ffffff@@@S@ffffff@4@;@ (\)@E@`@d@~@?=p =?GzH?\(? =p@".zG?Q@f@d`@3@r@ =p@P?333333@K1.25 cupBreakfast Cerealso4c /CEREALS Ready-to-eat,KRAFT,POST BRAN FLAKES@ @t@"@@@T@1@2fffff@L@;@j@@@@@?C%??Q@0Q?Q@t@s@3@H@@?ٙ@>.75 cupBreakfast Cereals x4u /CEREALS Ready-to-eat,KRAFT,POST COCOA PEBBLES Cereal@333333@x@ @?ffffff@U?@F@(@ =p@B@T@@b@@@zG?˅Q? =p?Q@1=p =?Q@u@t`@3@@zG@4@ @=.75 cupBreakfast Cerealsy4w /CEREALS Ready-to-eat,KRAFT,POST FRUITY PEBBLES Cereal@@y@ @333333?@U?ffffff@F@@zG@3@M@[@@@=p =?Q?=p =?Q@2Q?@w @u@3@@@=p =@?@;.75 cupBreakfast Cereals |{4 /CEREALS Ready-to-eat,KRAFT,POST Frosted ALPHA-BITS Cereal?@yP@!@ffffff@@T@ffffff@C@>@ Gz@S@j@h@@@\(? =p?Q?GzH@/B\(?\(@s@rP@3@(@\(@P?陙@@1 cupBreakfast Cereals5 /CEREALS Ready-to-eat,KRAFT,POST Marshmallow ALPHA-BITS Cereal?@x@@ ffffff@@U?333333@E@,@"Q@D@`@Y@8@zG?? =p?Q@1=p =?zG@u@t`@3@@zG@4?333333@=1 cupBreakfast Cereals 5- /CEREALS Ready-to-eat,KRAFT,POST FRUIT and FIBRE DATES,RAISINS and WALNUTS Cereal@!@x@ffffff@ffffff@@S @#ffffff@=@E@# =p@^@r`@{@@ =p?E?\(? =p@".zG?Q@f@d`@3@r@ =p@P?陙@K1 cupBreakfast Cerealsw4s /CEREALS Ready-to-eat,KRAFT,POST GOLDEN CRISP Cereal@333333@x@?ffffff?陙@V@J33333@.@zG@N@a@_@@b@=p =?(\)?=p =?Q@2Q?@w @u@3@@@=p =@?ə@;.75 cupBreakfast Cereals t 4o /CEREALS Ready-to-eat,KRAFT,POST GRAPE-NUTS Cereal@ @vp@%?ffffff@@TS33333@!ffffff@(@A@;zG@Y@m@s0@@\(?\(\??\(\@!=p =?Q@e@c @3@qp@Q@4?ٙ@M.5 cupBreakfast Cerealsu 4o /CEREALS Ready-to-eat,KRAFT,POST GRAPE-NUTS FLAKES@ @v@$@333333@333333@T`@!@1@C@;zG@Y@r@u@@~ @\(?? =p?Q@1=p =?zG@u@t`@3@@zG@4?333333@=.75 cupBreakfast Cereals m 5 /CEREALS Ready-to-eat,KRAFT,POST GREAT GRAINS CRUNCHY PECAN Cereal@333333@y@"@'@@Qٙ@@.@<@\(\@U@k@t@y0@zG?աo?ə?Q?333333@"(\?zG@g@e@@3@s@@ =p@?ffffff@J.667 cupBreakfast Cereals 5 /CEREALS Ready-to-eat,KRAFT,POST GREAT GRAINS RAISIN,DATE and PECAN Cereal@!ffffff@w@ @ ?ffffff@RL@@8@?@zG@U@h@t`@r@\(?ӶE??ffffff?GzH@"Q?\(@g @d@3@r@=p =@?񙙙@K.667 cupBreakfast Cereals T0>57ORANGE Juice,CALIFORNIA,CHILLED,Including FROM Concentrate@V@F?陙?GzH?޸Q@$Q@$?\(@&@&@g??zG{?zG{?O;dZ@EY?j~"?$/?Q?r ě?S@=@=@=@b@@?-V?O;dZ?bM@o 1 cup@?1 fl ozFruits & Fruit Juices(?4S7PEACH NECTAR,Canned,with Vitamin C@Uh\)@K?GzH?zG{?333333@+ =p?333333@?QR@@@D@?zG{?lD?tj~?ə@:?htj~?1&y?nO;?hr Ĝ?|1&y???@p @*?`bM?bM?+ I@o 1 cup@?1 fl ozFruits & Fruit Juices ZZ'@4Q7PEAR NECTAR,Canned,with Vitamin C@U =q@N?(\)?zG{?@/Q?333333@?У =p@@@*@?Q?&x?Q?@;?`bM?vȴ9?bM?+ I?1&y?????PbM?htj~?htj~@o@1 cup@?3333331 fl ozFruits & Fruit JuiceswA4q7PINEAPPLE Juice,Canned,with Vitamin C,Unsweetened@UaR@L?zG{?zG{?333333@+\(?ə@+(\)@1?У =p@*@ @`??(\)? =p ?zG?@8?(\)?+ I?r ě??tj~@7@7@7@?zG{?333333@?tzG{?nO;?1&y@o@1 cup@?L1 fl ozFruits & Fruit Juices kk"3B5 7APPLE Juice,Frozen Concentrate,Unsweetened,Undiluted,with Vitamin C@L@d?QR?׮zG?Q@D@4?Q@1@9@|@9? =p???ٙ@V9?+ I?S?GzH?̋C%?-V????Q?Q?S@j`1 canFruits & Fruit JuicesZC557APPLE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O,with Vitamin C@U@G?Q??zG{@'zG?@?У =p@@@_@?zG{?1&y? ěT?@9?htj~?Q?tj~? ěT?`A7L?nO;?`bM?vȴ9X@m1 cup@=fffff1 fl ozFruits & Fruit Juices xqL4C 7JACKFRUIT,Canned,SYRUP Pack@RR@W? =p ?Q?Q@7 =q?@F?ҏ\(@$@@X@&?(\)??+??`A7L?nO;?lD?nO;?+ I@,@,@,@@f@1 cupFruits & Fruit JuicesM4') 7DATES,MEDJOOL@5QR@qP?\(?333333? =p@RzG@@PzG@P?@K@O@??(\)?+ I^?l??Q?\(?\(?;dZ@.@.@.@b@@@V@@7@7Q1 date, pittedFruits & Fruit Juices YYN45;7DURIAN,RAW OR FROZEN@P?\(@b`?Q@QR?Q@; =p@ffffff@?ۅQ@>@C@{@@?Q?~"?@333333?-V?ə?/v?p =q?9XbM@B@B@F@@@7@n`1 cup, chopped or diced@1 fruit@QFruits & Fruit Juices O4# 7PRUNE PUREE@>@p@?ə@@PFfffff@ ffffff@C@?@ffffff@R@@7@333333?zG{@?ۅQ@@@Y?bMFruits & Fruit Juices 00&R4' 7CANDIED FRUIT@033333@t?ffffff?Q?333333@T\(?@T(Q@2?\(@@@L@X??1&y?333333@3??zG{?333333@"@@&?nO;?bM?zG{Fruits & Fruit Juices"S4# 7ABIYUCH,RAW@S@Q@???@1@333333@!@ ?\(@8@G@s@4? =p?/v?KƧ@K @Y@@N?1&y@\.5 cupFruits & Fruit Juices 00T T4 7ROWAL,RAW@Qٙ@[@ffffff@?ٙ@7fffff@@,333333@.@@@@J@``@?ۅQ?\(? =p@9@w@3@l?\(\@\.5 cupFruits & Fruit Juices(U4e%7PINEAPPLE,RAW,TRADITIONAL Variety, varieties@U\(@F?ᙙ? =p?GzH@' =p@ zG@*?@(@"@_@??zG{?j~#?|hr@0fffff?+?-V?zG?ȴ9XbN?"`A@&@&@J@?ffffff@?@c`1 cup, diced@U1 slice@HFruits & Fruit Juices d (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx'''''h'h'i'i'm'm'p'p'q'q'r'r's's't't'u'u'v'v'w'w'x'x'y'y'z'z'{'{'}'}'~'~'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' XHV4e%7PINEAPPLE,RAW,Extra Sweet Variety, varieties@Uj=p @I?\(?(\)?ə@+?ffffff@$ =p@*?Q@(@ @[??Q?hr!?-V?@L333333?zG{?`A7L?9XbM?Ƨ-?/v@3@3@3@L@?zG{?ffffff@A@c`1 cup, diced@U1 slice@HFruits & Fruit Juices$W5! 7USDA Commodity,Mixed FRUIT (PEACH,PEARS,GRAPES),Canned,Light SYRUP,Drained@U&fffff@N?p =q??QR@-L?@&@? =p@@(@V@? =p ?333333?S@?tj~?tj~?+ J?E?bM@@@@r@.@ffffff@[@aFruits & Fruit Juices d$X51 7USDA Commodity,Mixed FRUIT (PEACH,PEAR,GRAPE),Canned,Light SYR,Solids and Liquid@UAGz@N?=p =?zG{?QR@,?333333@&Q@@@*@U@?zG{?333333?-V@?vȴ9?tj~?أ =p?E?bM@@@@h@$@333333@S@TFruits & Fruit Juices4]PORK,Fresh,CARCASS,Lean only and FAT,RAW@H=p @w@+R@A\)? =p @3?zG@*@c`@o@E?p =q?(\)?+ I@Pork 3365)PORK,Fresh,Composite OF LEG,LOIN,Shoulder, and SPARERIBS,Lean only and FAT,RAW@P@l`@2@@0zG{?Q@.?zG{@4@h@t@@K@Gz?hr Ĝ?Q@<?333333?陙?"`@x?"`?ڏ\(@@@?p =q@@@?p =q@zG@GzH?zG@Q@@DJPV\bhntz "(.4:@FLRX^djpv| f h j rxz| @ ABCDEFG-H0I2J5K6L9M=N?~ACDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~  ./0123 4"5$6&7(8*9+:,i.j0k2l4m6n8o:p<q>rCsEtGuIvKwMxOQRSTUWY[]_ace \E47PORK,Fresh,FAT,Cooked@D\)@z @5 =q@AG{?Q@"?zG@9@q@|@e??Q@)?`A7K?lD@!Q? ě?zG? =p@R@@6@6?ٙ@),C@.>vȴ9X@+ I@S@?񙙙?n?1&x@aGz?"`A?+ J@@@?zG{@@@@\(@Q?Gz@P@ =q@ GzH?ffffff@?=p =@=@q@xp@P@@zG?lC?vȴ9@H?ə?-V?ȴ9Xb@ I^?Q?ղ-V@@@?@"@@@\(@(\)?QR@X@`1 cup, diced@U@3 oz@;Pork% 4wPORK,Fresh,LEG (HAM),SHANK HALF,Lean only and FAT,RAW@No\(@pp@1zG@5Q?Gz@?\(@3@h@q@K?\(? ěT?+ I@<33333?ffffff?;dZ?m@E?$/?&x@@@?333333@@@@(\)@"zG@Q@Q@@K@yp@,?(\)?tj?hr Ĝ?333333@?bM?nO;?O;dZ?vȴ?ΗO;d@$@$@$?vȴ9?`bM?tj@A1 skinVegetablesug4}!POTATOES,Boiled,Cooked without Skin,FLESH,without SALT@S]p =@U?\(\?? =p @4\(??333333@ ? =p@4@D@t@?GzH?`A7K?Q?333333@?+ J?tj~?E?I^5?}?7KƧ@"@"@"@?zG{@@@"?vȴ9?`bM?tj@r1 large@d333331 mediumVegetables \1h4w!POTATOES,MICROWAVED,Cooked IN Skin,FLESH,without SALT@Rc33333@Y@?? =p @7GzH?@?=p =@9@[@@y@?Q?Vt?\(?ٙ@.333333?nP???vȴ?j~"@(@(@(?vȴ9?`bM?tj@S.5 cup@c1 potato@7Vegetables i4u !POTATOES,MICROWAVED,Cooked IN Skin,Skin,without SALT@O@`@\(?@ =p @=Gz@@G@\(@B@T@P@0?QR?9XbM?\(\?@.?-V?333333@\(? I^5?|hr@1@1@1?vȴ9?`bM?tj@M1 skinVegetables @@Nj4S !POTATOES,HASHED BROWN,HOME-PREPARED@G@p@@) =p @\(@AzG@ ? =p@,?ᙙ@A@Q@@u`?zG?n?ϝ-V?@*?tj?`A7L@j~"?tj~?5?|h@0@0@0@?zG{@ @@0?+ @tj~@ 7KƧ@c1 cupVegetablesjk5  !POTATOES,Mashed,HOME-PREPARED,Whole MILK and MARGARINE ADDED@R\(@\@@@\(?ffffff@0\)?? =p @4?У =p@3@H@t`@t?333333? =p?1&y?陙@%?O;dZ?+ I?`A7?Vt?ϝ-V@"@"@"?Q@f`@D@C?Gz@@>@?? =p?hr Ĝ?@j@1 cupVegetables Xl4e !POTATOES,Scalloped,HOME-PREPARED with BUTTER@T<(\@U@\(@ p =q?zG@%\(?ffffff@L?=p =@3@O@w@t?ٙ?/w??|hs?@%333333?lD?O;dZ?+ ?r ě?ȴ9Xb@&@@"@*@`@@@>@ =p ?vȴ9??|hs@(@n1 cupVegetables$m4 !POTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING BUTTER@R@`@=p =@\(\@Q@&=p ?@]?zG{@4@\@@x@{?zG?zG{?ěS@@#?bM?-V?Ƨ-?ěS?E@&@@ @*@p@P@N@O;@1&x?ѩlD@7@n1 cupVegetables c!n4Q%!POTATOES,Canned,Solids and LIQUIDS@UQ@F?333333?(\)?\(\@#ǮzH?ffffff@C? =p @,@6@i@k ?\(?Q?-V?ffffff@ffffff?hr Ĝ?zG{?r ě?E?7KƧ@@@?-V?`bM?tj~@r1 cup, whole@|`1 canVegetablesp4I!POTATOES,Canned,Drained Solids@UR@N?\(?Gz?Q@+8Q@ffffff@?(\)@,@<@l@k`?Q?/v?E?@ffffff?hr Ĝ?vȴ9?GzH?֧-?bM@@@?S?tzG{?ȴ9Xb@f1 cup@A1 potatoVegetables br4{ !POTATOES,Mashed,Dehydrated,FLAKES without MILK,DRY FORM@ =p @v @ 33333?\(@ QR@TMp =@@ (\)@9?333333@P@@c@@@Z?\(?tj?1&@:L@Tfffff?~"?(\)@$/@-V?bM@D@D@D@&??Q@!ffffff@@B??bM?tj@H1 cupVegetableszs5) !POTATOES,Mashed,Dehydrated,PRP FROM FLKS without MLK,Whole MLK and BTTR ADDED@TO\(@X@? =p@zG{? =p@%Q?陙?\(\@=?zG{@&@C@d@@d? =p ?1&y?1&y@ffffff@$333333?&x?/v?nP?tj?@@@?(\)@c@E@E?Q?@$@@hr Ĝ?vȴ9X?QR@,@j@1 cupVegetables QQ9dt4 !POTATOES,Mashed,Dehydrated,GRANULES without MILK,DRY FORM@ =p @w@@ p =q?GzH@@U` =q@ffffff@ =p @D?p =q@X@n@@P?Q?1&?-V@;@B?E?1&x@\(?zG?O;dZ@D@D@D@&??GzH@"@@C?lD?+ I?vȴ9X@i1 cupVegetablesCu5+ !POTATOES,Mashed,Dehydrated,Prepared FR GRNLS without MILK,Whole MILK and BUTTER@S_\(@[@ffffff@ =p?=p =@,Q@@A?QR@3@N@b@p??+ I?htj~?@?9XbM?E?r ě?bM?nO;@ @ @ @f@E@D@>@r ě?zG{?Vu@,@j@1 cupVegetables av4y !POTATOES,Mashed,Dehydrated,GRANULES with MILK,DRY FORM@333333@v`@%?񙙙@@Sl@@ =p =@a@ @R@m@@T?333333?~"?;dZ@:L@0?QR?333333@?m?bM@>@>@>@R@2@1?Q@!ffffff@$@B?݁$/?tj~?=p =@@i1 cupVegetablesxw5% !POTATOES,Mashed,Dehydrated,Prepared FROM GRNLS with MLK,H2O and MRGRN ADDED@S =q@]@Q@(\)?zG@0zG??QR@@?Gz@4@O@c`@e?θQ?S?xF@ffffff@? =p ?tj?S?M?zG{@ @ @ ?@i@@G@F?QR@@@@?\(\?GzH?Q@@j@1 cupVegetables 6(x4W%!POTATOES,AU GRATIN,DRY MIX,Unprepared@Gz@s@!@ @ =p =@R =p@ffffff@sp?zG@P@y@@@^??θQ?Gz@$@/?Q?1&x@@n?p =q?333333@D@D@D@pp@K@H@N@$/?Gz?"`@c1 package@:.167 packageVegetablesFy5%!POTATOES,AU GRATIN,DRY MIX,Prepared with H2O,Whole MILK and BUTTER@SQ@W@@ffffff@zG{?(\)@)zG?@T?zG{@.@W@k`@{p?θQ?O;dZ? =p@@?zG{?j~#? I^5??ΗO;d?zG{@@@@j@J@H@ ě??&x@.@a .167 package@1 packageVegetables :(z4W%!POTATOES,Scalloped,DRY MIX,Unprepared@Gz@v`@zG@\(\@\(@R{Q@!333333@O@zG@M@h@H@?p =q?У =p?lC@@0?Q?|hr@!o?ffffff? =p @@@@@@?333333??\(@@c1 package@:.167 packageVegetablesB{5%!POTATOES,Scalloped,DRY MIX,Prepared with H2O,Whole MILK and BUTTER@SG{@W@@\(@333333?=p =@)=p ?񙙙@B?QR@,@L@i`@uP??+ J?+ I^?@ ffffff?tj~?1&y?vȴ9X?hr!?$/@$@$@$@b@A@@@bM?hr Ĝ?E@&@n1 cup@a .167 packageVegetables FF5k&4o!PICKLES,CUCUMBER,Fresh,(BREAD and BUTTER PICKLES)@S@S@??ə@ffffff@1fffff?@zG{@@?ٙ@@;@i@?zG{?vȴ9X?zG{@"?Q?7KƧ?zG{@@@@a@?zG{@Gs33333@.@N@A@Z?1&?htj~?j~#@e@1 cup@ 1 sliceVegetablesG'4)!PIMENTO,CANNED@WFfffff@7?񙙙?333333?ٙ@ffffff?ffffff@\(@?Gz@@1@c@,?QR?+ J?O;dZ?ə@U9?hr Ĝ?Q?zG?zG{?˅Q@@@@@`?zG@ @m@@y? =p ?zG{?ěS@h1 cup@(1 tbspVegetables 0(47!PICKLE RELISH,HOT DOG@Q陙@V??p =q@QR@7Y?@?@3@D@S@ ?Gz?E?Q??zG{?zG{??|1&y?Q???@d@ ?+ I?Vu?(\)@.1 tbsp@^.5 cupVegetablesL)43!PICKLE RELISH,SWEET@O\)@`@?׮zG?zG@=p =@Afffff?񙙙@ zG@? =p@@,@9@X?Q?\(?Q??`A7L?m?|1&y?Q???@f@"? =p @2L@3@S@F@D?(\)?n?"`@n1 cup@.1 tbspVegetables _Y*4K;!PICKLE,CUCUMBER,SOUR,Low Sodium@WQ@&?Q?ə@ =p @zG?333333?\(?ٙ@@,@7@2?zG{?\(??zG{?nO;???@`@@?Q@*@,@K@@@=?vȴ9?htj~?E@a1 cup, chopped or diced@c`1 cupVegetables+4M!PICKLES,CUCUMBER,DILL,Low Sodium@VG{@2? =p?QR@ 333333@Q?333333@"?\(@&@5@]@2?Q?9XbM?Q?ffffff?1&y?-V?Q?S?vȴ9???@t@0?tj~?htj~?E@P@1 medium@1 sliceVegetables <<2r,4M;'!PICKLE,CUCUMBER,Sweet,Low Sodium@PP =q@\?׮zG?У =p@ffffff@?\(?񙙙@ zG@?Gz@@(@@@2?zG{?Gz?Q?333333?nO;?bM?E?Q?Q???@f@"? =p @2L@3@S@F@D?&x?pbM?"`A@d1 cup, chopped or diced@e@1 cup, slicedVegetablesJ-4/!CATSUP,LOW SODIUM@PQ@Z?QR? =p @ =p @;GzH?@6ٙ@3?ffffff@6@C@~@4?p =q?^5?|?hr Ĝ?陙@.333333?ȴ9Xb? ě?;dZ?M?ffffff@.@.@.@D@J?zG@@@҆?+ J?(\)?`A7@n1 cup@.1 tbspVegetables m.43!MUSHROOMS,ENOKI,RAW@VW =p@A@\(?\(?333333@zG@??zG{@0@\@@w@?=p =?&x?E@0@'?tj?Gz@ (\)?o?tj@>@>@>@?tj?|1&y?ěS@1 large@1 medium@0Vegetables/4=!PEPPERS,SWEET,YELLOW,RAW@WGz@;??Gz?@GzH?@&?p =q@(@8@j@?\(?dZ1?E?333333@f?1&y??zG{?Ł$/?Ł$/@:@:@:@i@$@^?vȴ9X@g@1 pepper@J10 strips@2Vegetables gP04'+!RADICCHIO,RAW@WH\)@7?Gz??ffffff@Q??333333@3?=p =@*@D@r@6? =p?m?lD?@ ?bM?1&y?QR?7KƧ?/v@N@N@N@;?@zG@offfff@0@@?Q?zG{?(\)@D1 cup, shredded@ 1 leaf@"Vegetables14=!SQUASH,ZUCCHINI,BABY,RAW@W.Q@5@zG?ٙ?@Gz?񙙙@5?GzH@@@W@@|@?\(?E?+ J?333333@A ?$/?nO;?\(?|hr?-V@4@4@4??|hs?vȴ9X?šo@01 large@&1 medium@*Vegetables XX0T24)=!TOMATILLOS,RAW@VQ@@?Q?QR?ᙙ@\(\?ffffff@p =q@? =p@4@C@p??(\)?9XbM?Õ$/?@'ffffff?+ I?Q??333333?1&y@@@@\@?QR@#@$@O@~?n? =p?ڰ ě@A1 medium@P.5 cup, chopped or dicedVegetablesL341!TOMATOES,SUN-DRIED@-Q@p @,8Q@\(@)333333@KGz@(@B˅Q@[@".zG@h@@v@@@^? =p?ěS?7KƧ@@C?`A7L?KƧ@"@-V??|hs@Q@Q@Q@P@F?zG{@E@`@@?C$?+ I^? =p@K1 cup@1 pieceVegetables "44]!TOMATOES,SUN-DRIED,PACKED IN OIL,Drained@J=p @j@=p =@,(\)@ @7TzG@333333@G@p =q@T@@a`@t@p?\(?E?m@@Ys33333?ȴ9XbN?؃nP@ =p ?ާ-?j~"@7@7@7@@P?I^5?}@!Stj~@zG{@[1 cup@1 pieceVegetablesx54+'!FENNEL,BULB,RAW@Vp =@?? =p?ə?@(\)@@H?\(\@1@I@y@J?ə?`A7L?r ě?ffffff@(?zG{?bM?zG{?Ͳ-V?bM@;@;@;@`@@U1 cup, sliced@m@1 bulb@<Vegetables 764;!PICKLE RELISH,HAMBURGER@N\(@` ?(\)?GzH@ \(@A=p =@ @?=p =@@1@S@ ?(\)??|hs?Q@ffffff?zG{?$/?vȴ9X?|1&y?Q???@p@*?vȴ9?7KƧ?ěS@.1 tbsp@^.5 cupVegetablesE74#!ARUGULA,RAW@Vp =@9@ =p?Q?ffffff@ 333333?@ffffff@d?\(\@G@J@w@;?zG?tj~?ԋC%?333333@.?+ I?tj?ӅQ?+? ě@X@@X@@X@@@]?ۅQ@[&fffff@@@?tj?+ J?j~"@1 leaf@$.5 cup@DVegetables mE84-!CARROTS,BABY,RAW@Vfffff@A?zG{? =p?(\)@ zG{?@ =p @@?zG{@$@<@m@S?\(??S?@ ?Q?nO;?n?٩lD?Gz@@@@@@@@@"@n@@v`?O;dZ?|1&y? =p@.1 large@$1 mediumVegetables947!HEARTS OF PALM,CANNED@V@<@(\)? =p@QR@zG{@333333@M@ =p @C@P@@f @z?ffffff?$/?M?ffffff@?+ I?/v?+? ěT?+ I@C@C@C? =p?^5?|?"`B@b@1 cup@@1 pieceVegetables dd>V:4C!PEPPERS,HOT CHILE,SUN-DRIED@@t@@%(\)@=p =@ffffff@Qw =p@<33333@DzH@F@(\)@V@c@8@V?QR?/v?E@ @?ffffff?j~#?GzH@!V+ J?O;d?Q@I@I@I@@@ Q@[ @@@<@v?tj?E@o@B1 cup?GzH1 pepperVegetables>;4#' !NOPALES,RAW@WzH@0?Q? =p ?=p =@ =p@?ffffff@d?Gz@J@0@p@5??vȴ9??|hs?ffffff@"?tj~?E?=p =?`A7K?Q@@@@|@7@333333@H@o@?bM?nO;?@U1 cup, sliced@Vegetables SS*S<4C!NOPALES,Cooked,without SALT@W =p@.???(\)@ =p =@?Q@d?@G@0@h`@4?Gz?+ J?1&?ffffff@333333?+ I?zG{?l?333333?&x@@@@{@6@ffffff@G@n@?xtj~?|1&y?$/@b1 cup@=1 padVegetablesR=47!!CAULIFLOWER,GREEN,RAW@Vr\(@?@?333333?(\)@\(\@ @=p =@@?\(\@4@O@r@7?zG{?E?ϝ-V?333333@Vfffff?zG{?1&?|hr?E?j~"@L@L@L@c`@ ?zG{@4333333@W@@E?bM?1&y?$/@P1 cup@91 floweret@CVegetables s ?4M !CAULIFLOWER,Green,Cooked,NO SALT@V^zG@@@QR? =p?@Q@ ffffff@@? =p @3@L@q`@7?(\)?zG{?"`?陙@R&fffff?Q??n?n?^5?|@D@D@D@a@?+ J?-V?7KƧ@V.2 headVegetables @4G !CAULIFLOWER,Green,Cooked,SALT@V^zG@@@QR? =p?@Q@ ffffff@@? =p @3@L@q`@p0?(\)?zG{?"`?陙@R&fffff?Q??n?n?^5?|@D@D@D@a@?+ J?-V?7KƧ@O.5 cupVegetables ~BA4; !BROCCOLI,CHINESE,COOKED@Wb\(@6?=p =? =p ?GzH@zG{@?Gz@Y?Q@2@D@pP@?\(?;dZ?`A7L?@<333333?QR?° ě?+?Z1'?Q@X@X@X@@T?޸Q@U333333@@?(\)??Q@V1 cupVegetables~B43 !CABBAGE,NAPA,COOKED@XQ@(?񙙙?\(?\(@ =p@=?zG@ @3@U@&@?tj~?lC?ٙ@ ?tzG{??m?Q?l@E@E@E@pp@*@H@`@[@1 cupVegetables n 5! /CEREALS Ready-to-eat,KRAFT,POST HONEY BUNCHES OF OATS HONEY Roasted Cereal@@x@ffffff@@ffffff@Ty@@5@5@;@K@d @e@??GzH??Q@0Q?Q@t@s@3@H@@?陙@>.75 cupBreakfast Cereals5 /CEREALS Ready-to-eat,KRAFT,POST HONEY BUNCHES OF OATS with ALMONDS Cereal@@yp@333333@!@ffffff@S@@5@B@:!Gz@Q@@h@l`@? =p ?̬1&y??\(\?Q@0!Gz?\(@t0@s@3@@\(\@?񙙙@?.75 cupBreakfast Cereals v4m /CEREALS Ready-to-eat,KRAFT,POST HONEYCOMB Cereal?@x@@@@V9@@C&fffff@1@"Q@B@W@@^@8@zG?hr Ĝ? =p?Q@1=p =?zG@u@t`@3@@zG@4?333333@=1.333 cupBreakfast Cerealss4k /CEREALS Ready-to-eat,KRAFT,POST OREO O'S Cereal@@y@333333@!@@S@@E333333@3@zG@K@]@f@}@=p =?333333?=p =?Q@2Q?@w @u@3@@@=p =@?@;.75 cupBreakfast Cereals rv4u /CEREALS Ready-to-eat,KRAFT,POST TOASTIES CORN FLAKES@ @v@?@ffffff@U@@@@3J=p @0@J@]@@?޸Q?vȴ9X?p =q?QR@1(\? =p@vP@u @3@@p =q@@<1 cupBreakfast Cereals 5 /CEREALS Ready-to-eat,KRAFT,POST Frosted SHREDDED WHEAT BITE SIZE Cereal@@v@333333?ffffff?񙙙@T33333@#333333@6L@*@ zG@W@@q@@tp@3@ =p ?$/? =p ?=p =@#=p =?Q@h@e@3@s@ =p ?333333@J1 cupBreakfast Cereals u 5 /CEREALS Ready-to-eat,KRAFT,POST THE ORIGINAL SHREDDED WHEAT 'N BRAN@@t@)?ffffff?333333@S@*?@F@Q@a @x@z@@@ (\)?ٙ?У =p?Q@=p =?Q@G@G@G?ə@M1.25 cupBreakfast Cereals5 /CEREALS Ready-to-eat,KRAFT,POST THE ORIGIN SHREDDED WHEAT SPOON SIZE@ffffff@u@@$?񙙙?@T@&?@E@ p =q@]@vP@y@@\(\?Q?GzH?Q@GzH?=p =@E@E@E?ə@H1 cupBreakfast Cereals u4m /CEREALS Ready-to-eat,KRAFT,POST 100% BRAN Cereal@ffffff@q@)ffffff@@@S@<@8ffffff@S@;zG@q`@h@@z@)(\?`A7K? =p?Q@1=p =?zG@u@t`@3@@4?333333@=.333 cupBreakfast Cerealsd4q /CEREALS Ready-to-eat,GENERAL MILLS,MULTI-BRAN CHEX@@u @@@ \(\@U@*@6@f@=@[@@v@x0@@333333?\(?ěS@@&?\(? =p@"333333?Q@@p@D@@@h@m@l? =p?ٙ@D@O@??O;dZ?Q@H1 cupBreakfast Cereals J,4m /CEREALS Ready-to-eat,MALT-O-MEAL,COLOSSAL CRUNCH@Q@y@ =p@333333@ =p @UhQ@@E=p @$@.@I@b@`@@)?tj?Ͳ-V@!??Q@0Q? =p?Q@t@s@3@H?GzH?Q?ٙ@>.75 cupBreakfast Cereals24y /CEREALS Ready-to-eat,MALT-O-MEAL,BERRY COLOSSAL CRUNCH@@y@@ffffff@\(@UnQ@ffffff@E=p @ @.@3@L@`@@)?hr Ĝ?1&@333333??Q@0Q?l?Q@t@s@3@H?zG?Q?333333@>.75 cupBreakfast Cereals pp&4e /CEREALS Ready-to-eat,MALT-O-MEAL,CRISPY RICE@ Q@w@?Q@@U\)?ffffff@#333333@@8@N@a@@H?Q?Q?Vt@*ffffff@F33333?\(? =p@2.zG?9XbM?(\)@v@v@@@@@@P@P?׮zG?333333?ٙ@@1 cupBreakfast Cerealsb4m /CEREALS Ready-to-eat,MALT-O-MEAL,TOOTIE FRUITIES@zG@x@ =p@ =p?@U@ffffff@E@s@,Q@9@O@^@}0@'p =q??"`@$@Gffffff?Q?GzH@/=p =? ěT?\(@s@rP@3@(@Q@N@(@?=p =?ə@>@G@X?=p =??@@1 cupBreakfast Cereals llM]4c /CEREALS,Ready-to-eat,MALT-O-MEAL,TOASTY O'S@Q@w@@&# =p@Q@p =q@RG{@"@ p =q@`@;@Z@t@s@@)? =p?"`A@B@I??Q@0Q?E?Q@t@s@3@H@G@@?(\)@?zG@ =p@=p =@>1 cupBreakfast Cereals/5 /CEREALS Ready-to-eat,QUAKER,MOTHER'S Peanut BUTTER BUMPERS Cereal@@y0@ \(@\(\@ Q@SGz@333333@=\(@Y@Q@R@j@@@0?Q?333333?p =q?陙? =p?@GzH?QR?(\)@8@8@8@b`@? =p @ =p@ =pBreakfast Cereals W 5 /CEREALS Ready-to-eat,QUAKER,MOTHER'S Toasted OAT BRAN Cereal,BROWN SUGAR@@wP@'@zG@Q@RG{@!@/@P@p =q@a@|@~@@ =p?Q@ GzH@333333?ٙ? =p ?Q?zG? =p@D@Q@?zG{?zG?QBreakfast Cereals%!4} /CEREALS Ready-to-eat,QUAKER,MOTHER'S Cinnamon OAT CRUNCH@@w@$G{@\(@ Q@Sp =@ @9R@R@ @Z@vp@@z0@\(?Q@zG@333333??333333?GzH@ffffff?Q?Q@B@B@B@"?GzH?333333?\(Breakfast Cereals ] "4s /CEREALS Ready-to-eat,QUAKER,MOTHER'S GROOVY GRAHAMS@@w@@\(?zG@Q@UQ@@Fh\)@a@@Gz@L@d@@@(?QR?Q?QR?Q?zG??\(?Q@,@,@,@b @?Q?zG{?zGBreakfast Cereals#4q /CEREALS Ready-to-eat,QUAKER,MOTHER'S COCOA BUMPERS@@w@QR? =p@(\)@U\)@@DQ@a`@(\)@N@d@@?GzH?QR?׮zG?333333?(\)?\(?\(?Q@*@*@*@d@ ? =p? =p?(\)Breakfast Cereals [*%5 /CEREALS Ready-to-eat,QUAKER,FRUITY BRONTOSAURUS BLASTS,BAGGED Cereal@@w@@@zG@VQGz?ffffff@E@@#(\)@4@O@H@p?Q?Q? =p@<?Q? =p @3zG?\(@@q @o@3@|P@@(@(?p =q?zG?p =qBreakfast Cereals!&4u /CEREALS Ready-to-eat,QUAKER,CRISPY CORN PUFFS Cereal@@w@Q@ =p @ =p @T@333333@4Y@w@ffffff@?@3@2@Q@@^@@? =p ?Ƨ-@5??@1?ӅQ?333333@(@@3@@ffffff@ @P@P?zG{??@?񙙙@>.75 cupBreakfast Cerealsq85 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Marshmallow BLASTED FROOT LOOPS@@x@ffffff@333333?333333@Vy?@J@&@.@.@L@U@@vp@??|hs?^5?|@I??Q@1?&x?333333@u0@t@3@@@@ @ ?QR????333333@>1 cupBreakfast Cereals _9!5 %PORK,Fresh,LEG (HAM),SHANK HALF,Lean only and FAT,Cooked,Roasted@J\(@r@9W =p@4\(?@.?\(\@6@p@u @M@zG{?+ J?1&y@Efffff?333333?~"?S@ =p? =p?٩lD@@@?Q@"@@@p =q@" =p ?=p =@W@`1 cup, diced@U@3 oz@6Pork"4gPORK,Fresh,LEG (HAM),SHANK HALF,Lean only,RAW@R5Q@a`@4Q@Q?zG{@?zG@9@l@@u@@P@zG{?333333?1&y@A??zG{?Ѻ^5?|@kQ?E?QR@@@?zG@@@? =p @QR?Q@N@Pork  r)4i=PORK,Fresh,LOIN,Whole,Lean only,Cooked,Braised@N33333@i@<R@"=p =?ffffff@2?zG@4@f@x0@I@ =p?9XbM?vȴ9@H?333333?+ J?+ J@Z1'?lD?ěS@@@?ᙙ@@@?Gz@ =p @ =p?ffffff@S@U@3 oz@T1 chop, excluding refuse@<Porkr*4i=PORK,Fresh,LOIN,Whole,Lean only,Cooked,Broiled@N\(\@j@@<R@#?ffffff@1?Q@=@o@{`@P@ =p?333333?nO;@H?ffffff?7KƧ?աo@F?S?|hr@@@? =p @@@?GzH@ Q@? =p@S@U@3 oz@S1 chop, excluding refuse@<Pork <<2r+4i=PORK,Fresh,LOIN,Whole,Lean only,Cooked,Roasted@N\(@j @@ ffffff?9XbM?+ I@B?ə?ěS?l@ ě?vȴ?1&x@@@?\(\@"@@@"L@%GzH@GzH@W@@p1 piece, cooked, excluding refuse@U@3 oz@9PorkB05=PORK,Fresh,LOIN,BLADE (CHOPS OR ROASTS),BONE-IN,Lean only,RAW@Q33333@c@3EQ@ ?@7?QR@5@g@u@@P@?333333?vȴ9@@L?陙?"`B?"`B@KƧ?9XbM?\(\@@@?Gz@@@@@ =p?zG{@P@|Y1 lb@T1 chop, excluding refuse@GPork 22915 =PORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only,Cooked,Braised@N\(@l @9zH@*# =p?@8?@2@d @t`@O@GzH?tj~?1&y@E&fffff?陙??hr Ĝ@r ě?r ě?ffffff@@@?Q@@@?Gz@\(@Q?zG{@T@U@3 oz@O1 chop, excluding refuse@FPorkC25 =PORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only,Cooked,Broiled@MzG@m@@9\(\@+ǮzH?Q@7?p =q@:@l@@w`@T@\(?O;dZ?nO;@Es33333?陙?+?Vt@5?|h?M?/w@@@?zG@@@@=p =@(\)?\(@U@U@3 oz@O1 chop, excluding refuse@EPork M35 OPORK,Fresh,LOIN,BLADE (ROASTS),BONE-IN,Lean only,Cooked,Roasted@M@n@:@-Q?Gz@=? =p@8@k@u@=@zG{?tj?vȴ9@E&fffff?333333?^5?|?S@-?`A7L?(\)@@@?陙@ @@@=p =@ =p?񙙙@W@@j1 piece, cooked, excluding refuse@U@3 oz@DPork45=PORK,Fresh,LOIN,Center LOIN CHOPS OR ROASTS,BONE-IN,Lean only and FAT,RAW@P@i@4Q@)aGz?@8? =p@5@h@t@N?\(?"`A?1&y@=??7KƧ?n@lC?\(?ާ-@@@?ᙙ@@@? =p @@?\(@P@|Y1 lb@\1 chop, excluding refuse@:Pork VV+Q55%=PORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,Braised@L33333@n@; =q@,L?\(@:?@3@f`@v@M@GzH? ě?Q@D??蛥S?˅Q@ql?\(?;dZ@@@?@ @@@GzH@? =p@U@U@3 oz@T1 chop, excluding refuse@8PorkQ65%=PORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,Broiled@L˅Q@n@<\(@*Q?ffffff@@?陙@9@m@v`@M@zG?O;dZ?htj~@F&fffff?ٙ?nO?nO;@ȴ9X?QR?tj~@@@?\(\@"@@@333333@p =q?\(\@T@U@3 oz@T1 chop, excluding refuse@;Pork [75'OPORK,Fresh,LOIN,Center LOIN (ROASTS),BONE-IN,Lean only and FAT,Cooked,Roasted@MGz@m@@:O\(@*Q?Q@;?zG@4@j@v@O@(\)?hr Ĝ?Q@D??S?1&x@5?|??|hs?և+ I@@@?=p =@@@@=p =@\(?Gz@T@o1 piece, cooked, excluding refuse@U@3 oz@:Pork85=PORK,Fresh,LOIN,Center LOIN (CHOPS OR ROASTS),BONE-IN,Lean only,RAW@R#33333@a@6 =p @(\)?񙙙@5?\(@7@i@v@P?Q?1&y?Q@@@??tj~?̬1&y@1&x?S?GzH@@@?\(@@@? =p ? =p@=p =?GzH@O@|Y1 lb@X1 chop, excluding refuse@APork &&3 95=PORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only,Cooked,Braised@NzG@i@@=ǮzH@ Q? =p@7?zG@4@f@v@O@zG?tj~?bM@E33333??M?Vu@lC??٩lD@@@?QR@@@?Gz@\(@ zG?zG{@U@@U@3 oz@R1 chop, excluding refuse@@PorkI:5=PORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only,Cooked,Broiled@N33333@i@@>0 =q@ # =p?333333@??333333@;@n @wp@N@ =p ? =p ?+ I@Gfffff?ٙ?bM?ӶE@+ I^?1&?zG@@@?zG@ @@@@ Q?\(@T@U@3 oz@R1 chop, excluding refuse@APork VV-S;5OPORK,Fresh,LOIN,Center LOIN (ROASTS),BONE-IN,Lean only,Cooked,Roasted@O}p =@h@;@"Q?Q@9? =p@6@k`@v@P@Q?Q?bM@E??/v?$/@`A7?5?|h?׾vȴ9X@@@?\(@@@@ Q@? =p @S@l1 piece, cooked, excluding refuse@U@3 oz@@PorkO<5!=PORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),BONE-IN,Lean only and FAT,RAW@PI@j @4+Q@+333333?Q@8?ffffff@4@i@x@E?QR?(\)?nO;@=?333333?9XbM?Vt@H9Xb? =p ?"`A@@@?Q@@@@ =p@=p =?333333@N@|Y1 lb@X1 chop, excluding refuse@APork XX,P=5#=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,Braised@L~Q@o@@:Q@.# =p?zG@9?Q@2@f @x0@D@zG?nO;?zG{@D?333333?"`?Ͳ-V@7Kƨ?r ě?(\)@@@?\(@@@@\(\@zG{?QR@R@@U@3 oz@R1 chop, excluding refuse@@PorkP>5#=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,Broiled@J\(@pp@<=p @.\(? =p @@? =p@:@m@y@O@zG?hr Ĝ?nO;@F&fffff?333333?+ I?dZ1@vȴ9?7KƧ?Ƨ-@@@?\(\@@@@\(@Q?zG@T@U@3 oz@R1 chop, excluding refuse@APork jj"~4g!POTATOES,HASHED BROWN,Frozen,Plain,Unprepared@Sfffff@T@zG{? =p?@1Q?ffffff@$?\(\@&@G@q@6?Gz?XbM?° ě?333333@ ffffff?E?1&y?vȴ9?Ԭ1&y?E@@@?/w?1&y?7KƧ@Z@.5 cup@u@1 packageVegetablesl4c'!POTATOES,HASHED BROWN,Frozen,Plain,Prepared@L @k@@ GzH@'?=p =@<@?Q@.?(\)@1@R@{@@A?zG{?tj~?̋C%?333333@333333?j~"?zG{@^5?|?܋C%? ěT@@@?QR@333333@F@I^5??333333@=1 patty, oval@S.5 cupVegetables g 4 !POTATOES,HASHED BROWN,Frozen,with BUTTER Sauce,Unprepared@R =q@`?Q@ =p?zG@2GzH@333333@9?@&@=@o@S@??E?ǮzG?333333@?"`A?? ěT?Ƨ-?"`A@(@(@(@U@3@2@r ě@+ J?lC@e@1 packageVegetables4{ !POTATOES,HASHED BROWN,Frozen,with BUTTER Sauce,Prepared@OG{@f@@zG@!zG?p =q@8!Gz@ffffff@@?zG@.@C@tp@Y@?Q?1&?;dZ?333333@ffffff?vȴ9?vȴ9X?j~#?|hr?$/@*@*@*@[@:@8@ lC@ 1&x?$/@7Vegetables ~x4Q !POTATOES,O'BRIEN,Frozen,Unprepared@SzG@S?GzH?Q?333333@1xQ?ffffff@*?zG{@2@H@o @@?ҏ\(?A7Kƨ?vȴ9X?333333@&?S? =p ?bM?dZ1?n@ @ @ @b@?bM?xtj~?;dZVegetables~4M !POTATOES,O'BRIEN,Frozen,Prepared@NG{@i@\(@*kQ?@5(\?333333@4?Q@A@W@@}@E?ᙙ?+ ?hr!?333333@$?vȴ9?GzH?+ I^?lC? ěT@(@(@(@g@"@ $/@KƧ@ nVegetables ' 4I !POTATO PUFFS,Frozen,Unprepared@O8Q@f @\(\@!@=p =@8O\(@ffffff@8? =p@.@C@r@?θQ?tj~?˥S?333333@?ǍO;dZ?;dZ? =p ?-?E@1@1@1@*?@@n@ ȴ9Xb?C%@`1 cupVegetablesU4E!POTATO PUFFS,Frozen,Prepared@Js33333@k@ @%u\(@ffffff@>xQ@ ?QR@>?\(@3@H@w@P?333333?Q?XbM?ٙ@?+ J?nO;@KƧ?Vu?͑hr @1@1@1@?@@@3@aGz@kQ?^5?|@`1 cup@1 puffVegetables fK4M !POTATOES,Frozen,Whole,Unprepared@S33333@S@ =p ?zG{?zG@1zG{?333333?\(@ ?(\)@*@@@u@9?333333?bM?̋C%?333333@,ffffff?öE?vȴ9X?Gz?-V?bM@*@*@*@?zG{?ffffff?@ ?E?htj~?&x@f1 cupVegetables 4} !POTATOES,Frozen,Whole,Cooked,Boiled,Drained,without SALT@T33333@P@?zG? =p?=p =@- =p ?ffffff@?Gz@&@:@q@4??+?ǮzG?ə@"?1&??7KƧ?Q?"`B@ @ @ ?hr Ĝ?htj~?1&yVegetables 2ppx (08@HPX`hpx------------------------------------------------------................. . . . . . . . . . .................... JJ' 4[!POTATOES,French fries,Frozen,Unprepared@PQ@c@\(@? =p @8TzG@@? =p @1@P@t`@7?zG{?O;dZ?1&?333333@#?vȴ9?O;dZ?lC?Ұ ě? ěT@(@(@(?Q@ E?tj~@P@10 strips@o1 packageVegetables 5!POTATOES,French fries,Frozen,HOME-PREPARED,Heated IN OVEN,without SALT@L33333@i@ \(\@=p =?\(@?0 =q@ ?\(@ ? =p@6@T@z @>?ٙ?5?|h?д9XbN?ٙ@$333333?hr!?1&y@9XbN?Ցhr ?ӶE@(@(@(@?QR@@@1?1&x@ C%?hr!@I10 strips@h1 packageVegetables ``(D5!POTATOES,Frozen,French fries,Partially fried,COTTAGE-CUT,Unprepared@PzG@c @\(\@Q?(\)@7G{@@?@0@G@u @@?ҏ\(? I^5??dZ1?333333@ ?XbM?O;dZ?vȴ9?GzH? =p @.@.@.@l@\(?۶E@P@10 strips@o1 packageVegetablesT53!POTATOES,Frozen,FRCH FR,Partially fried,CTTGE-CUT,Prepared,Heated OVEN,without SALT@Js33333@k@@ Q@ ffffff?Gz@AQ@ @$? =p@6@P@@~@F?=p =?ə?tj~?ٙ@#?vȴ9X?vȴ9X@M?zG?vȴ@1@1@1@&x@ vȴ9?zG@I10 strips@h1 packageVegetables dd)A5 !POTATOES,Frozen,French fries,Partially fried,EXTRUDED,Unprepared@HQ@p@@ =p@-fffff@ =p @>&fffff@@"?Q@2@S@@z@~?Q?bM?Vu?@333333?l?vȴ9X@hr!?GzH? =p @6@6@6@-V@!Qhr ?&x@P@10 strips@o1 packageVegetablesS51!POTATOES,Frozen,FRCH FR,Partially fried,EXTRUDED,Prepared,Heated OVEN,without SALT@A33333@t@ ffffff@2\(@GzH@C =p@ @(?\(@7@X@@(?=p =?zG{?=p =?333333@?zG{?l@QR?tj~?C$@6@6@6@ =p@&V?zG{@I10 strips@h1 packageVegetables EI4S !USDA COMMODITY,POTATO WEDGES,Frozen@Q33333@^@@?p =q@9@?333333@.?ffffff@3@U@x@H?׮zG@&ffffff??zG{? =p?ffffff?ᙙ?7KƧ?1&Vegetables74% !POTATO FLOUR@zG@vP@?\(@ Q@TQ@@ (\)@P@?zG@P@@e@H@K?GzH?7KƧ?1&x?񙙙@ffffff?/v?1&@ Vu?Vt?蛥S@9@9@9?? =p ?bM?333333@d1 cupVegetables    4A !POTATO SALAD,HOME-PREPARED@S@a@p =q@ ffffff?333333@&W =p?@3?@.@J@o@? =p?5?|h?"`B@ffffff@$?E?Q?zG{?+ J? I^5?@@@@c@@@=@B?/w@ =p@ `A7L@Q@o@1 cupVegetables^43!PUMPKIN FLOWERS,RAW@Wə@.?zG{?Q?޸Q@ =p =@C?ffffff@8@H@e@?ffffff@<?$/?333333?zG@M@M@M@l@X@?nO;?nO;?pbM@@1 cup@1 flower@P@Vegetables M4q !PUMPKIN FLOWERS,Cooked,Boiled,Drained,without SALT@W@.?p =q?zG{?Q@ ffffff?@333333@B?(\)@9@A@Z@???ffffff@?nO;?bM? =p?@D@D@D@@U?zG{@@?E?zG{?pbM@`1 cupVegetablesu41 !PUMPKIN LEAVES,RAW@W8Q@3@ 333333?ٙ? =p@ =p@C@\(@C@Z@{@@&?ə?$/?ָQ?@&?bM?bM?p =q?$/?~"@B@B@B@X@X@?~"?vȴ9?+ I@C1 cup@MVegetables ffF\4o !PUMPKIN LEAVES,Cooked,Boiled,Drained,without SALT@W =q@5@\(?(\)?\(@ Q@?zG@E@ @C@S@{`@ ?ə?$/?ָQ???hr Ĝ?hr Ĝ?333333?$/?+ J@9@9@9@@T?Q@[@@L?/v?-V?tj~@Q1 cupVegetables64# !PUMPKIN,RAW@Vfffff@:???陙@??\(@5?陙@(@F@u@??zG{?A7Kƨ??333333@"??(\)?333333?nO?;dZ@0@0@0@@w?\(?񙙙@@8@@p?vȴ9?vȴ9?tzG{@]1 cup@>Vegetables UU6]4a' !PUMPKIN,Cooked,Boiled,Drained,without SALT@Wl(\@4? =p ?Q? =p@?񙙙?QR@.?=p =@"@>@l??p =q?KƧ?ȴ9Xb?ə@?vȴ9X?+?nO;?ɺ^5?|?+ I@"@"@"@@o@?陙?陙@u@`@@?l?nO;?pbM@n1 cup, mashedVegetablesF 4C !PUMPKIN,Canned,without SALT@V~zG@A?񙙙?Q?Q@ .zG@333333@ ffffff@:?=p =@7@A@i@?\(?dZ1?nO?ٙ@?tj~?S?|hr?ٙ?1&y@(@(@(@e@P?\(@0@@?° ě?l?Q@n1 cupVegetables "49 !PUMPKIN PIE MIX,CANNED@Q\(@Z?p =q? =p?Q@:c =p@ @B?\(@0@F@a@@j?GzH?hr Ĝ?٩lD?񙙙@ ?bM?5?|h?-V?1&x?Z1'@A@A@A@5@y? =p?bM?|1&y@p1 cupVegetablesf#4%!PURSLANE,RAW@WzG{@0???@ p =q@P@? =p@Q@F@~@F?\(?hr!?dZ1?@5?bM?1&y?޸Q?nO;? ě@(@(@(@@P@E1 cup@1 plant@8Vegetables .$4c!PURSLANE,Cooked,Boiled,Drained,without SALT@WaGz@2? =p?QR?@ ffffff@S? =p@P@B@~@F?\(?/v?ӥS?@%?vȴ9X? =p ?p =q?nO;?Q@"@"@"@@W@@\1 cup@z1 squashVegetablesN%4%'!RADISHES,RAW@WGz@0?\(??ᙙ@ 333333?@\(@9?\(@$@4@m @C?Q??lD?333333@-?tj~?+?A7Kƨ?Q?-V@9@9@9@?@@$?Q?hr Ĝ? =p @]1 cup, slices@"1 large@$Vegetables NNC&47 !RADISHES,ORIENTAL,RAW@WzH@2?333333??\(@ffffff?@@;?ٙ@0@7@l`@5?333333?p =q?tj~?ffffff@6?zG{?zG{?ə?lD?O;dZ@<@<@<?333333?Q?hr Ĝ? =p @u 1 radish@5Vegetablesg'4u' !RADISHES,ORIENTAL,Cooked,Boiled,Drained,without SALT@W\(@1?p =q?θQ? =p@ p =q??GzH@1?333333@"@8@q@*? =p?"`B?`A7L?ffffff@.333333?O;dZ?333333?/v?tj~@1@1@1?333333? ě?zG{?S@b`1 cup, slicedVegetables _%D4E!LEMON GRASS (CITRONELLA),RAW@QQ@X?Q?\(\?@9O\(@P@@ W =p@N@Y@@@@ =p?$/@`A7L?ffffff@? =p?GzH?-V??zG{@R@R@R@@?vȴ9X?S?\(@P1 cup@3333331 tbsp@AVegetablesE47!BEANS,FAVA,IN POD,RAW@R&fffff@V@zG?\(\?Q@1Gz@B?@@@` @t@9??ٺ^5?|?&x?陙@ ?$/?ҏ\(@E??vȴ9@b@b@b@t@1@h@"?5?|h?vȴ9?S@_1 cup@ffffff1 pod@Vegetables mIF4-!GRAPE LEAVES,RAW@RTzG@W@@ffffff@\(?ffffff@1O\(@&@333333@v@ =p @W@V@q@"?p =q?ڏ\(@ =p?@&333333?zG{?֧-@`A7L?͑hr ?ٙ@T@T@T@@@@@[&fffff@@ϡ@"@L?Ձ$/?j~#? =p @,1 cup@1 leaf@VegetablesG43 !GRAPE LEAVES,Canned@Sfffff@Q@@zG?Q@@'kQ@r@ =p@,@A@=@J?ٙ?tj~?ҏ\(?@&?bM?KƧ@Q@tj?hr Ĝ@S@S@S@@pp@@,?+?tj~?S@1 leafVegetables WW&KH4/!PEPPER,BANANA,RAW@V =p@;?\(??\(\@ffffff@ 333333?333333@,?p =q@1@@@p@*??bM??333333@T?j~#?S?;dZ?\(?+ @=@=@=@u@@1?zG@#@C@g?tj~?S?vȴ@_1 cup@@1 small@2VegetablesVI41)!PEPPER,SERRANO,RAW@V@@? =p?(\)? =p@@ @=p =@&?Q@6@D@s@$?У =p?nP?-V?ٙ@Fs33333?S?j~#?O;d?ə?(\)@7@7@7@H@G?zG@&@2@@D@?5?|h?O;dZ?j~"@Z@1 cup, chopped@ffffff1 pepper@Vegetables %J41 !PEPPER,ANCHO,DRIED@6Gz@q@'Q@ ffffff@\(@IzG@5@N@%(\@\@@i @@E?Q?A7Kƨ?vȴ9X@333333@?x@ =p @1&?S@ GzH@Q@@Q@@Q@@@?=p =?|hr@ C%@11 pepperVegetablesWK45'!PEPPERS,JALAPENO,RAW@V(\@>?? =p?(\)@ =p@ffffff@ zG@$?ffffff@3@?@j??p =q?$/??333333@F&fffff?nO;?/v?;dZ?/v?A7Kƨ@G@G@G@@D?zG@#ffffff@.@|p@A@~?vȴ9X?`A7L?j~"@V1 cup, sliced@,1 pepper@ Vegetables uL4A !PEPPERS,CHILI,Green,Canned@WP@5? =p ?GzH?\(@ffffff?333333@B?GzH@@&@\@@x? =p ?333333@A?zG{?Q?bM?$/?Q@K@K@K@_@?1&y?hr Ĝ?Õ$/@a`1 cupVegetables{M47 !PEPPERS,HUNGARIAN,RAW@V =q@=?陙?=p =?\(@Q@(?p =q@0@=@i@??333333?p =q?1&?333333@W9?9XbM?(\)?xF?=p =?C%@J@J@J@a@?O;dZ?tj~?θQ@;1 pepper@(Vegetables $kN47 !PEPPERS,PASILLA,DRIED@-zG@u@(33333@/33333@GzH@I =q@:@X@@#\)@`@@p@\@V@?ffffff?nO?GzH@ @?tj@ tj~@33333?tj~@x@e@@e@@e@@v@@1 pepper@VegetablesXO4w !PICKLES,CHOWCHOW,with CAULIFLOWER ONION MUSTARD,Sweet@Q9@^???333333@;?@GzH@7?ffffff@5@6@i@x?p =q?O;dZ@@?zG{?ə?zG{@@@@V@?zG{@Q @$@C@6@c?nO?\(?hr Ĝ@n1 cupVegetables ~vP4#!EPAZOTE,RAW@VMp =@@?Q? =p@@\(@ffffff@q0?zG@^@@U@@E?񙙙?QR@ȴ9Xb?@ ?1&y?E?r ě?x?tj~@j@j@j@L@@C?陙1 tbsp@1 sprigVegetables~Q43)!FIREWEED,LEAVES,RAW@QR@Y@ =p@@QR@38Q@%333333@z@333333@c@[@~@A@GzH?zG{@`A7?@?`A7L?7KƧ@-V?-V?9XbM@\@\@\@@f@71 cup, chopped@61 plant@P@Vegetables   xR49!MALABAR SPINACH,COOKED@W @7@ =p?\(? =p@zG@@_?zG@H@B@p@K?333333?j~"?QR?@?"`A?nP?/v?GzH?tj@\@\@\@@M@F1 cup@11 bunch@>VegetableswS43!MUSHROOM,OYSTER,RAW@U =q@B@\(?QR?Q@Gz@333333@? =p@4@a@ @??\(?;dZ?-V@2ffffff?(\)? =p @ o?-?;dZ@G@G@G@H@@b1 large@.1 small@&Vegetables ExT49!FUNGI,CLOUD EARS,DRIED@-@q@"?\(\@zG@R@@Qfffff@c@Q@T@g@@A?Q?lC?7KƧ@`?Q? I^5@hr ?ȴ9Xb?1&y@C@C@C@<1 cup@1 pieceVegetables7U4W!MUSHROOMS,STRAW,Canned,Drained Solids@VxQ@@@ =p?\(? =p @\(@@$?Gz@@N@S@x?p =q?$/?+ J@.ffffff?vȴ9?Q?̬1&y?^5?|?1&y@C@C@C?ȴ9Xb?tj~?E@f1 cup@1 pieceVegetables _V4+'!WASABI,ROOT,RAW@QG =p@[@@333333?(\)?Q@7=p @333333@`?zG{@Q@@T@@1?Q? =p?$/@D33333?ěS?/v?Ƨ-?lC?щ7KƧ@2@2@2@A@@5@`@1 cup, sliced@e 1 root@7VegetablesW45'!YAUTIA (TANNIER),RAW@RC =p@X?\(\?ٙ?333333@7Gz?@"?\(\@8@I@@5??r ě?+?ffffff@?E?zG{?XbM?n?Vt@1@1@1@ @?E@`1 cup, sliced@s1 root@,Vegetables ""H"[45 !FIDDLEHEAD FERNS,RAW@V+Q@A@333333?ٙ?\(@(\)@@?\(@A@Y@@w ??\(?zG{?QR@:?zG{?Gz@Q@B@f@pP@Vegetables8\4Q !FIDDLEHEAD FERNS,Frozen,Unprepared@V:=p @A@=p =?ffffff?zG@\(@8?\(\@3@M@` ?Q?(\)?zG@1?1&y? =p@ zG@,@e@q@8Vegetablesxa45 %BREADFRUIT SEEDS,RAW@L"\(@g@@\(\?@==p =@@B@ \(\@K@e@h@9??^5?|?-V@ffffff?+ ?C$?1&x?bM?zG{@J@J@J@p@*?$/?ȴ9Xb@`A7@@zG{@E@Bٙ@@@d@3@ Q?bM@Vt@ hr Ĝ@Q@7U\(@> ^D4e /CEREALS Ready-to-eat,PUFFED KASHI BY KELLOGG@@x@(@333333@@T@333333@ @A@ffffff@a @n@t@$@?ܬ1&y@A7Kƨ@B33333?Q?Q@ ?\(? I^5?@?@?@?@?(\)@333333@@d@?333333?陙?@31 cupBreakfast Cereals\E4q /CEREALS Ready-to-eat,HONEY PUFFED KASHI BY KELLOGG@@w@$@ ffffff?333333@T@@7@=@333333@\@p@p@4@zG?-V@ 5?|h?ə?(\)@?l? =p@;@;@;@?Gz@?"`?"`B?E@>1 cupBreakfast Cereals fF4q /CEREALS Ready-to-eat,KASHI GOOD FRIENDS BY KELLOGG@@s@"@ @ @Ts33333@6333333@1@A@@\@m@~@n@zG?E@ E@@?ə?ə?(\)@?E?GzH@:@:@:@]?Q@ffffff?ٙ??333333@>.75 cupBreakfast Cereals,G5  /CEREALS Ready-to-eat,KASHI PILLOWS BY KELLOGG,ASSORTED FLAVORS@@w @@333333@@U @ @A@@B?@f@f@@V?Q?Q@?Q@.Breakfast Cereals Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx#>#>#?#?#@#@#A#A#B#B#C#C#D#D#E#E#F#F#G#G#H#H#I#I#J#J#K#K#L#L#M#M#N#N#O#O#P#P#Q#Q#R#R#S#S#V#V#X#X#Z#Z#\#\#^#^#_#_#`#`#a#a#c#c#d#d#e#e#f#f#g#g#h#h#i#i#j#j#k#k#l#l#n#n#o#o#p#p#q#q#r#r#s#s#t#t#u#u#v#v#w#w#y#y#z#z#{#{#|#|#}#}#~#~################################################################## 3 H4e /CEREALS Ready-to-eat,KASHI MEDLEY BY KELLOGG@@v @"@@ffffff@T@@"@9@<@@2@T@@t`@l?ٙ?ٙ?p =q@? =p@;@;@;@5?ٙ??333333@@.75 cupBreakfast CerealsII4e /CEREALS Ready-to-eat,KASHI GOLEAN BY KELLOGG@@q@:?ffffff@(@M@3@(@a@@d@}@@d?ffffff? I^5@tj~?\(?9XbM@  I^5?zG?ԋC%@P@P@P@X@?333333@?ٙ?ٙ?񙙙Breakfast Cereals wJ4q /CEREALS Ready-to-eat,QUAKER,MOTHER'S HONEY ROUNDUP@@w@\(@@(\)@UGz@@A =p@7?QR@P@h@m@X?zG{?333333?p =q? =p ?? =p?=p =?Q@1@1@a@?QR?Q?=p =Breakfast CerealsoK4a /CEREALS Ready-to-eat,QUAKER,HONEY NUT OATS@@x@(\)@ 333333@ (\)@U!R@333333@CQR@;@1zG@O@o@g@(@-u\(?333333?Q@7?zG?Q@3fffff? =p?\(\@p@?(\)? =p ?ffffffBreakfast Cereals %%pL4s /CEREALS Ready-to-eat,QUAKER,HONEY CRISP CORN FLAKES@@w`@Q? =p@zG@V4zG@?@.@1@G@V@@(?У =p??Q@I??\(@0\)?Q?\(@t@?? =p ?zG{Breakfast CerealscM4y /CEREALS Ready-to-eat,GENERAL MILLS,Frosted CORN FLAKES?p =q@x@?ٙ?zG{@W@F@)@K@@E?Q?\(\@,?Gz@q@p@3@}@333333@@@?əBreakfast Cereals GN4a /CEREALS Ready-to-eat,GENERAL MILLS,HARMONY@ =p@v@&@@\(@S@@8@ @0ffffff@F@f@d@(@+333333?\(?vȴ9X@5@K@ =p?@2333333?Q@@ @3@@ffffff@h@q@q@8=p ??? I^5??;dZBreakfast CerealsdO5  /CEREALS Ready-to-eat,GENERAL MILLS,TOTAL BROWN SUGAR and OAT@@u0@@ffffff@'@S33333@@?@ @N@J@i@k@@I?$/@i@@zG@P@@fffff@zG@@4@ ?Breakfast Cereals N-P5 /CEREALS Ready-to-eat,QUAKER,CRANBERRY MACADAMIA NUT Cereal@ =p @y@\(@# =p@(\)@S>Q@@1 cupBreakfast Cereals ,,lX5/CEREALS Ready-to-eat,MALT-O-MEAL,Apple Cinnamon TOASTY O'S@@y@zG@@Q@TQ@ ffffff@E=p @t@.@J@i@f@@ =p?ə@B@033333?^5?|?ffffff@0n?1&y@@@@3@@@@P@P???zG@?zG{@>.75 cup@D1 cupBreakfast Cereals`Y4k/CEREALS Ready-to-eat,MALT-O-MEAL,Frosted FLAKES@@x0@ =p? =p@ =p @VzH@ @FzG@- =p @ @A@P@@(? =p ?zG{@@H333333@Z1'@-V@@!$/@ +@t0@s@3@@\(\@@@???\(? =p ?У =p@>.75 cup@D1 cupBreakfast Cereals fZ4o /CEREALS,QUAKER,Instant OATMEAL,CINNAMON-SPICE,DRY@=p =@w @!.zG@zG@ Q@S>zG@ffffff@@ٙ@m@!333333@V@@r@o`@@?Gz@(\)??Q?Q@#Q??ffffff@g@e@7@sP@@p@h?Gz@? =p?Q?zG@G1 packetBreakfast Cereals~[5 /CERLS,QUKR,Instant OTML,DNSR EGS with "DNSR Beans",BRN SGR Cinnamon,DRY@(\)@xP@zG@Gz@Q@Rfffff@ffffff@C@k@zG@S@pp@k@@`?? =p @p =q@4?Q?zG@!?ٙ?(\)@f@c @7@q@0@@?׮zG?ffffff@  I^5?QR?\(\@I1 packetBreakfast Cereals Z?5%OPORK,Fresh,LOIN,Center RIB (ROASTS),BONE-IN,Lean only and FAT,Cooked,Roasted@KQ@o@;nzG@.\(?(\)@<?zG@5@l@zP@G@zG{?l?zG{@D?333333?+ I^?333333@vȴ9X?E?Լj~#@@@?Q@@@@zG@Q?zG{@R@@l1 piece, cooked, excluding refuse@U@3 oz@BPork@5=PORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),BONE-IN,Lean only,RAW@QQ@b@6(\@ =p ?@5?QR@7@j@zP@F?=p =?-V?zG{@@?333333?"`A?bM@B\(?tj~?އ+ I@@@?@@@?QR@\(@zG?@K@|Y1 lb@U1 chop, excluding refuse@EPork A5=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only,Cooked,Braised@NtzG@i@\(@#zG{? =p@??=p =@<@n@z@@P@@ =p ?Q?zG{@Gfffff?333333?;dZ?/w@ I^?+ I?zG@@@?QR@@@?ҏ\(@ zG@? =p@T@@U@3 oz@P1 chop, excluding refuse@DPorkRC5OPORK,Fresh,LOIN,Center RIB (ROASTS),BONE-IN,Lean only,Cooked,Roasted@Mb\(@k@?陙?C$?&x@M?(\)?\(@@@?zG{@@@@Gz@GzH?\(\@P@|Y1 lb@Z1 chop, excluding refuse@=PorkME5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,Braised@M]p =@n@9\(\@.8Q?GzH@2?Q@3@e@tP@I@?-V?vȴ9@D@?陙?\(?ěS@`A7K?ěS?-V@@@?Q@@@@=p =@=p =?ffffff@T@U@3 oz@T1 chop, excluding refuse@<Pork % F5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only and FAT,Cooked,Broiled@L333333@p0@:fffff@0 =p?=p =@1?zG@=@n@w@Q@\(?-V?zG{@Gٙ??^5?|?zG@bM?lC?hr Ĝ@@@?@@@?333333@Q@\(?@U@U@3 oz@R1 chop, excluding refuse@<PorkWG5OPORK,Fresh,LOIN,SIRLOIN (ROASTS),BONE-IN,Lean only and FAT,Cooked,Roasted@L.zG@pP@;=p =@0Q?GzH@7? =p@8@k@u@N@p =q??|hs?htj~@D333333?333333?-V?+@?+ I?ؓtj~@@@?QR@ @@@\(@zG?zG@U@l1 piece, cooked, excluding refuse@U@3 oz@?Pork //7H5 =PORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),BONE-IN,Lean only,RAW@R!R@a@5\(@ =p ?p =q@*? =p@:@k@@w @I??lD?1&y@@??`A7K?Ұ ě@ěT?~"?(\)@@@?zG@@@? =p ? =p@? =p@O@|Y1 lb@W1 chop, excluding refuse@CPorkEI5 =PORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only,Cooked,Braised@OzG@h@;@"Q?ffffff@*?QR@4@f@u@J@?5?|h?1&y@EL??E?lC@ =p?zG?j~"@@@?=p =@@@@ @\(?\(@T@@U@3 oz@R1 chop, excluding refuse@BPork $$-J5 =PORK,Fresh,LOIN,SIRLOIN (CHOPS),BONE-IN,Lean only,Cooked,Broiled@NEQ@j@=p =@ =p?\(@?\(@9@k@v @F@zG{?bM?+ I@H?ٙ?r ě?+@kQ?◍O;d?ٙ@"@"@"?ᙙ@ @@@\(@ Gz?޸Q@S@q1 piece, cooked, excluding refuse@U@3 oz@.Pork && _V4kPORK,Fresh,Shoulder,Whole,Lean only and FAT,RAW@PGz@m@1.zG@1p =?(\)@.?@2@f@r@P@@?$/?+ I@9?ffffff?C%?љ@lD? I^5?E@@@?zG@@@?QR@\(@ Q?Q@Q@?Q@*@4@e@@?QR?tj~?S?333333@-ffffff?$/?+ I?M?+? =p@8@8@8@2??@L@@ @rp?Q?vȴ9?;dZ@a1 cup@m1 cupVegetables {{;<24- !SEAWEED,AGAR,RAW@VzG@:?GzH?Q?\(@??Q@K?\(@P@@l@@"?\(?;dZ?;dZ?ffffff?tzG{?+ I?(\)?S?bM@U@@U@@U@? =p@ffffff?xtj~?htj~?zG{@$2 tbspVegetablesA447 !SEAWEED,IRISHMOSS,RAW@TU\(@H?(\)?zG{@@(zG??Q@R@!@b@c@O@P?333333?nO?׮zG?ffffff@?Q?m?"`?Ƈ+ I?lD@f@f@f@]@? =p@P@Q?`A7L?Q?(\)@$2 tbspVegetables nn.<54- !SEAWEED,KELP,RAW@TeQ@E?Gz?Q@p =q@## =p??333333@e@@^@@E@V@@m ?zG? =p?ə?ffffff@??333333?zG?C%?`bM@f@f@f@]@? =p@P@Q?ϝ-V?+ J?bM@$2 tbspVegetablesN64/!SEAWEED,LAVER,RAW@UAR@A@=p =?Q@(\)@p =q?333333?\(\@Q?@@M@v@@H??`A7L?-V?ffffff@C?+ J?܋C%?Q?1&y?Z1'@b@@b@@b@@R@p@?@@b?;dZ??(\)@:10 sheets@$2 tbspVegetables ddF743!SESBANIA FLOWER,RAW@VQ@;?zG{?zG{?QR@Q@3?Gz@(@>@g@.?@R@??|hs?j~#?ۅQ@Y@Y@Y@1 flower@41 cup@.VegetablesN84c !SESBANIA FLOWER,Cooked,Steamed,without SALT@WS33333@6?=p =??Q@Q@6?Q@(@5@Z@&?ffffff@B?tj~?tj?@L@L@L@Z1 cupVegetables `}:41 !SOYBEANS,GREEN,RAW@P@b`@)fffff@333333?333333@&@@h@ ffffff@P@@h@@`@.?zG?bM?$/?@=? =p?ffffff?ffffff?`A7? =p@d@d@d?&x?C%@ @p1 cup@GVegetables;4o !SOYBEANS,Green,Cooked,Boiled,Drained,without SALT@Q&fffff@a@(33333@?@&@@b @@N@c@@,?Q?E?bM?ffffff@1?У =p? =p??bM?Q@[@[@[@c@ ?zG?XbM@+ J@f1 cupVegetables $ <4Q!!SOYBEANS,MATURE SEEDS,SPROUTED,RAW@QC33333@^@*.zG@?p =q@## =p?񙙙@P@@R@d@~@@,?Q?S?vȴ9X?333333@.?\(?5?|h?^5?|?^5?|?Ƈ+ I@e@e@e@&??^5?|?I^5?}@C$@A.5 cup@$10 sproutsVegetablesX=4g !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,Steamed@S@T@@ =q@?񙙙@Q?陙?ۅQ@M?\(@N@`@v0@$? =p?Q?Q?333333@ ?=p =?"`A?xF?Ƨ-?Gz@T@T@T@D@?Gz@@@(@(@(?vȴ9X?$/@vȴ@W1 cupVegetables 7>4m !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIED@P@_@@*333333@ffffff@ @"?陙@T?ٙ@X@k@@,@?/w? ěT?333333@(?Gz?QR?񙙙?"`?Ł$/@_@_@_@1??Q?vȴ9X@ 7KƧVegetablesEA4#!SPINACH,RAW@Vٙ@7@Gz?\(?Q@ =p @?Gz@X@zG@S@H@p@S?\(? =p?9XbN?@<?+?1&x?+ I^? =p?\(@h@@h@@h@@P@}P@=p =@~.fffff@@? ěT?zG{?Q@>1 cup@u@1 bunch@<Vegetables cVB4c !SPINACH,Cooked,Boiled,Drained,without SALT@Vp =@7@\(?У =p?\(@@333333?ۅQ@a@ \(@U@L@} @Q?QR?E?Q?@#?QR?5?|h?\(\?\(?"`@b@@b@@b@@x@`@ =p@~ٙ@@?$/?|1&y?S@f1 cupVegetablesC4i !SPINACH,Canned,Regular Pack,Solids and LIQUIDS@WNzG@3@Gz?׮zG?zG@\(\?@T?GzH@L@@@l@s?Gz?-V?ߍO;dZ?333333@+?nO;?"`A?XbM?tj~?zG{@M@M@M@ @t ?Q?zG{? =p@m@1 cupVegetables KKHE4G !SPINACH,Canned,Drained Solids@VR@7@zG{??(\)@ 333333@333333?ٙ@_@ffffff@S@F@u@;?p =q? =p ?vȴ?ffffff@,?bM?lD?E?bM?@X@X@X@$@~? =p @|ٙ@@ħ?j~#?1&y?n@j1 cupVegetableseG4_!SPINACH,Frozen,Chopped OR LEAF,Unprepared@V\@?@Q??zG{@QR@? =p@c`@=p =@R@@J@w@@R??tj?ȴ9Xb@@8L?"`A?Ͳ-V?E?|hr?zG{@`@@`@@`@@@P@333333@w@{@ȵ?Ұ ě??|hs@c1 cup@q1 packageVegetables 225H5!SPINACH,Frozen,Chopped OR LEAF,Cooked,Boiled,Drained,without SALT@V<(\@@@ =p ??=p =@ =p@ ?QR@c ?\(\@T@I@r@X@?\(\?ěS?l@@?+?Ƈ+ I?tj?333333?hr Ĝ@^@@^@@^@@ǎ@@ QR@噙@E@Υ?KƧ?˅Q@k1 package@W.5 cupVegetablesGK4e' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,RAW@W@3?zG?θQ?\(@(\)?ffffff@5?޸Q@5@@@j@?ҏ\(?1&?tj?ə@ ?vȴ9?tj?Vu?1&?lC@7@7@7@b@ @V@r ?+ J?nO;?@`@1 cup, sliced?Vegetables L5#')!SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Cooked,Boiled,Drained,without SALT@Wl@4?Q? =p? =p@=p =?ffffff?=p =@6?׮zG@.@=@e@?(\)? ěT? =p?ə@?+ J?+ J?j~"?7KƧ?bM@4@4@4@d`@ ?Q@@X@s?bM?O;dZ?ěS@f1 cup, sliced@V.5 cup, slicesVegetables 88NO5!%'!SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Canned,Drained,SOLID,without SALT@X\(@*?Q?Q?zG{@zG?ffffff? =p @(?Q@*@5@X@?ҏ\(?zG{?E?ə@?bM?S?n?tj~?$/@$@$@$@Y@?Q@ffffff@N@h?Q?tzG{?vȴ9X@j@1 cup, diced@n1 cup, mashedVegetables.Q5' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Unprepared@Wj=p @4?\(?Q?\(@333333?333333@2?޸Q@7@A@j @?׮zG?\(?ļj~#?ə@?zG{?tj~?ٙ?+ I?+ I@(@(@(@qp@,?-V?+ I?Q@`@1 cup, slicesVegetables O (08@HPX`hpx (08@HPX`hpx-u-u-x-x-y-y-z-z-{-{-|-|-}-}------------------------------------------------------------------------------------------------------------------------------------------------ nnxR51' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Cooked,Boiled,Drained,without SALT@W\(@9?zG{?ə?zG@(\)?ffffff@ =p@4? =p@;@D@o@?\(? ě?E?333333@333333?nO;?bM?(\)?1&?XbM@*@*@*@i @$?Q@@^@x@?zG{?Q?E@h1 cup, slicesVegetablesS4?' !SQUASH,SUMMER,SCALLOP,RAW@WQ@2?333333?ə?\(@Q@3?ٙ@7@B@f??ҏ\(?1&?tj?ə@2?Q?Q?333333?1&?lC@>@>@>@[@?E?Q?$/@`@1 cup, slices@Vegetables T4}''!SQUASH,Summer,SCALLOP,Cooked,Boiled,Drained,without SALT@W@0?zG{?\(?@ ffffff?ffffff?ffffff@.?Q@3@<@a??θQ??|hs?bM?ə@%?1&??ݲ-V?9XbM?\(@5@5@5@U@@?Q@ @I@o@?Q?vȴ9?nO;@n1 cup, mashed@f1 cup, slicedVegetables jSw4=%SESAME SEEDS,WHOLE,DRIED@\(@@1G{@H\(@@7s33333@'?333333@x@-@u@@}@@&@@S@zG@?O;dZ?ϝ-V@\(??GzH@X@@X@@X@@"?@@@2M@5S@b1 cup@"1 tbspNuts & Seedsx4Y %SESAME SEEDS,Whole,Roasted and Toasted@ ffffff@@0\(@H@@9p =@,@@-Q@v@@@}@&@ =p@\(@+@333333?-V?bM@Rm?1&?lD@X@X@X@"@S@2 n@5 lD@@>@>@P@@S@2 n@5 lD@@ǮzH@"C@@^zG@G1 cup, with hulls@b1 cup@GNuts & Seeds`4k%SUNFLOWER Seed Kernels,DRY Roasted,without SALT?333333@0@3TzG@Hfffff@ffffff@8R@&333333@ =p@Q@ffffff@` @ @@@(\)?GzH@Gz@S33333?ffffff?"`A?|hr@+ I^@+ I^?^5?|@m@m@m@"@:@@@A7K@#\(@@q&x@`1 cup@+Q? =p @KS33333@E?\(\@[@Y@@?zG{?O;dZ?S?° ě?öE@Vu?n?tj@\@\@\@I@@bM@3(\@@n@@>@>@@8\(@?@Q@@$j~@(S@b 1 cup, whole kernels@"3333331 tbspNuts & Seedsh4M5%ALMONDS,DRY Roasted,without SALT@@@6 =p@Jj=p @ @3J=p @'@@p@ =p @q@~@P?@ QR?Q@\(@ffffff?l?|hr@?O;dZ? ěT@@@@@@?@:??@0 ě@@9XbN@)LI^5?@a@1 cup, whole kernels@0 =q@ ffffff@ =p@B@Q@r@@@@(@Q@\(?zG{@3fffff??nO?-V?E?S?ڰ ě@9@9@9?@A @6@!o@71&y@aGz@4; %CHESTNUTS,CHINESE,DRIED@!@v@GzH?\(@zG@S =q@=@QR@a @c`@@?\(?Gz@+@M@?У =p?n??/w?O;dZ@[@[@[@t@0?$/?=p =?E@xQ@p@#fffff@W@@s@@q@@ffffff?Gz@ =p@1fffff??陙?Q@%u\(?p =q?Q@j@h@7@u@@0@(?ۅQ??Q?S?\(@D1 packetBreakfast Cereals 33hb4y /CEREALS,QUAKER,Instant OATMEAL EXPRESS,Baked Apple,DRY@ffffff@v@ # =p@zG{@ (\)@S[Q@333333@AH\)@i@QR@T@r@r@p?Q?(\)@ffffff@133333?陙?Q?zG@ GzH??Q@d`@a@7@pP@@ @?ٙ@?7KƧ??Q@K1 cupBreakfast Cereals]c4} /CEREALS,QUAKER,Instant OATMEAL EXPRESS Cinnamon ROLL,DRY@zG@w0@!33333@(\)@\(@S\(@@>p =@i@QR@V@s@pP@|@zG{?Gz@@6?ə?Q?zG@ L?zG?Q@d`@a@7@pP@@ @ ?(\)@@]?p =q?zG?Breakfast Cereals }d5 /CEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,VANILLA Cinnamon,DRY@Gz@v@'kQ@@zG{@RR@333333@=p =q@@.(\@V@@t@p@@ =p?У =p@@6??\(\?\(@#\(?(\)?\(\@u`@s@7@@p =q@@@@'@?hr ?zG?\(@F1 packetBreakfast Cerealsofflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|ikmoqsuwy{}    !"#$%!&%T'U)V+W-X/Y1Z3[5\7]9^;_=`@aBEGIKMOQSUWadfhmpvx '.57=?ACELNSUWY_acg j!n"p#s$wFzG~HIK LMOP#Q'R)S+T-U<VqWz{ ze5 /CEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,GLDN BRWN SGR,DRY@zG@v@'333333@Gz@\(@Q陙@ffffff@;\(@x@..zG@X@@t@@s@@\(?@\(@633333?Q?Q@#Q?(\)?Q@t@s@7@H@\(@@p@h@&@?"`B?zG?=p =@G1 packetBreakfast Cereals xf5 /CEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,Apple SPICE,DRY@\(@v@%# =p@Q@Gz@R =q@@A@p@.# =p@S@@q@r@@?GzH?У =p@ =p@4333333?陙?Q?Q@#?=p =?Q@t@sp@7@@@Gz@@h@`@&zG@333333?Vt?\(?(\)@G1 packetBreakfast Cerealsng5 /CEREALS,QUAKER,Instant OATMEAL,Cinnamon SPICE,Prepared with BOILING H2O@Rs33333@Z@333333?\(?Q@5Q?@" =p@Q@@GzH@9@U@Q@b?Q?bM??x?˅Q@QR? ěT?$/@K@G@@U@@i @i ?Q??hr!?S?ش9XbNBreakfast Cereals &&gh5 /CLS,QKR,INSTOAT,DIN EGSwith DINBNS,BRNSGRCINN,PRP with BOIL H2O@R33333@]@=p =@\(?zG@6\(?333333@'# =p@P@@7@S@P@@b? =p?-V?nO@?Ƈ+ I?n@+ ?vȴ9X?д9XbN@J@F@@U@h@h@h?(\)?333333?vȴ9?/w?"`Breakfast Cerealski5 /CEREALS,QUAKER,Instant OATMEAL,FRENCH VANILLA,Prepared with BOIL H2O@RQ@Y@GzH?\(?\(\@4(\)?@Q@Q@@9@U@Q@c@?Q?bM?`A7L@ffffff?KƧ?(\)@9XbN?bM?hr Ĝ@K@H@@V@H@i@i?Q??Vt?$/?$/Breakfast Cereals !!kj5 /CEREALS,QUAKER,Instant OATMEAL,Baked Apple,Prepared with BOILING H2O@SGz@X@(\)?\(?=p =@3s33333?@!\(@a@@5@Q@S@b?zG?;dZ?Z1'@?ə?+?̋C%@tj?/v?n@L@I@@V@@j@j??333333?QR?ؓtj~?ԋC%Breakfast Cerealslk5 /CEREALS,QUAKR,Instant OATMEAL,TREASURE HUNT,Prepared with BOILING H2O@RaR@[@Q??Q@5ٙ?@$=p @P@@QR@:@S@O@c`?QR?1&y?^5?|@?S?˥S@S?-V?+ J@K@G@@U@@i @i ?(\)?񙙙?hr!?܋C%?և+ IBreakfast Cereals \\$Z4uPORK,Fresh,Shoulder,ARM PICNIC,Lean only and FAT,RAW@OzH@o@0 =q@40 =q?Gz@?zG@1@g@r0@Q@\(?j~#?+ I@8ffffff?ffffff?C$?Гtj~@/w?E?ěS@@@?zG{@@@@@! =q@GzH@Q@333333??+?ӕ$/@nP?E?\(\@@@?\(\@@@?\(@ =p @=p =?Q@P@@vȴ9X?GzH?p =q@@@?(\)@@@?QR@Gz@ =p ?(\)@U@p`1 piece, cooked, excluding refuse@U@3 oz@8Pork d5?PORK,Fresh,Shoulder,BLADE,BOSTON (ROASTS OR STEAKS),Lean only,RAW@R (\@c`@3^Q@ ?QR@6?@5@g@u`@Q@ =p ?tj~?tj~@L?Q@G?@8@pP@t@W@@ffffff?-V?1&y@B33333?1&?r ě@fffff??ffffff@@@?GzH@$@@?\(@&=p =@*\(@ =p@^@@f 1 piece, cooked, excluding refuse@U@3 oz@CPork //Nm5'OPORK,Fresh,Composite OF Retail CUTS (LEG,LOIN, and Shoulder),Lean only,Cooked@N'zH@j@=EQ@#QR?Gz@5?񙙙@:@m@wp@M@\(?;dZ?nO;@F?333333?nO?zG@ ě?S?Ƨ-????@@@? =p @ GzH@ffffff?@U@l1 piece, cooked, excluding refuse@U@3 oz@?Pork.p5PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAW@S =p@_@$\(@"kQ?zG@$?@,@q@p @^?QR?θQ?bM@/@+? =p?љ@@ffffff?QR@@@@Q@o?C%?/w@&@@>@>@@;?O;dZ?bM?bM@l`1 cupVegetables ]AZ4;%!SQUASH,WINTER,ACORN,RAW@UR@D?陙??@$ =p?@@?ffffff@@@B@u@? =p? =p?`A7K?@&?Q?zG{?ffffff?ٙ?öE@1@1@1@v@2@k@C?$/?|1&y?$/@a1 cup, cubes@z1 squash@8Vegetables[4g% !SQUASH,Winter,ACORN,Cooked,Baked,without SALT@T@L?Q?Q?(\)@-(\)@@F?\(@E@F@{P@?\(?tj?"`?ffffff@%?`A7K?vȴ9?1&x? ěT?E@3@3@3@z@5?-V?zG{?5?|h@i1 cup, cubes@4Vegetables [[/P\4w' !SQUASH,Winter,ACORN,Cooked,Boiled,Mashed,without SALT@Vl@A?p =q?zG{?QR@!zG@@:?Q@:@;@pp@?(\)?vȴ9?° ě?ٙ@??bM?E?dZ1?E@&@&@&@@D@~@P?hr Ĝ?xtj~?Q@n1 cup, mashedVegetablesM]4C% !SQUASH,Winter,BUTTERNUT,RAW@U=p @F???陙@'aGz@@@H?ffffff@A@@@v@?333333?nO;?"`B?@5??zG{?333333?ٙ?öE@;@;@;@@? =p ?񙙙@@@?$/?|1&y?$/@a1 cup, cubes@0Vegetables 44[^4o% !SQUASH,Winter,BUTTERNUT,Cooked,Baked,without SALT@U33333@D?? =p ? =p @$G{?Q@D?333333@=@;@q@? =p? =p?tj?@.333333?nO;?hr Ĝ? I^5?"`?vȴ9X@3@3@3@ɀ@p? =p?@@@X?tj~?|1&y?tj~@i1 cup, cubesVegetablesi_4_!SQUASH,Winter,BUTTERNUT,Frozen,Unprepared@T@L?(\)??zG@,R?@ =p@=?(\)@,@6@j@?\(?1&?Ͼvȴ9X?ffffff@? =p ?5?|h?zG?I^5?}?(\)@8@8@8@@n??ffffff@w@@p?$/?|1&y?$/@u@1 package@X1 packageVegetables a$`4' !SQUASH,Winter,BUTTERNUT,Frozen,Cooked,Boiled,without SALT@U33333@C?zG?Q?Q@$@3?\(@"@,@`@?Q?nO;?$/?@ ??+?ݲ-V?öE?lD@0@0@0@@d?1&y?tzG{?-V@n1 cup, mashedVegetablesa4?% !SQUASH,WINTER,HUBBARD,RAW@V@D@??陙@!ffffff@,?ٙ@3@5@t@? =p?bM?x?@&?Q?zG{??ٙ?öE@0@0@0@\@Q@?^5?|?nO;? I^5@]1 cup, cubes@BVegetables uub4k% !SQUASH,Winter,HUBBARD,Cooked,Baked,without SALT@UFfffff@I@ =p? =p?zG@%Q@1?zG@6@7@v`@ ?333333? =p ?\(?333333@#?l?bM?"`B?ܛS?tj@0@0@0@@r?bM?O;dZ?У =p@i1 cup, cubesVegetablesjc4{' !SQUASH,Winter,HUBBARD,Cooked,Boiled,Mashed,without SALT@Vfffff@>?zG?׮zG?Gz@ =p@333333@p =q@$?Q@*@,@j@??bM? ěT?333333@?$/?1&y?`A7K? I^5?^5?|@$@$@$@J@i?Q?@@?tj~?1&y?+@m1 cup, mashedVegetables  d4C% !SQUASH,Winter,SPAGHETTI,RAW@Vfffff@??zG{?=p =?Q@ =p@7? =p@(@(@[@1?QR?l??333333@?l?nO;?ffffff? =p ?"`B@(@(@(@I@?E?$/?ΗO;d@Y@1 cup, cubes@=Vegetablesoe5 !SQUASH,Winter,SPAGHETTI,Cooked,Boiled,Drained,OR Baked,without SALT@W33333@;?Q?У =p?zG{@ =p?ffffff@=p =@5?\(@&@,@]@@2?ə?Q?lC?333333@ ?tj~?+ I?Q?ָQ?XbM@ @ @ @[@?Q?陙@.@M?vȴ9X?+ I? ěT@c`1 cupVegetables S|g4I !SUCCOTASH,(CORN and LIMAS),RAW@RFfffff@X@Q?QR?(\)@3 =p@ffffff@2?GzH@H@\@@w@?Q?+?tj?333333@.333333?ʟvȴ9?E?dZ1?bM? =p@D@D@D@r@@.?QR?XbM?KƧVegetables)h5 !SUCCOTASH,(CORN and LIMAS),Cooked,Boiled,Drained,without SALT@QzH@\@GzH?陙?=p =@8aGz@@1?QR@J@]@@y@1?(\)?x?蛥S?333333@ ffffff?Ł$/?tj~?;dZ?$/?-V@@@@@@@r`@.?l? =p?bM@h1 cupVegetables E"i4{ !SUCCOTASH,(CORN and LIMAS),Canned,with Cream STYLE CORN@SG{@S@@Q?GzH? =p@1(\@@&?ᙙ?@M@f@n?ۅQ?ȴ9Xb? =p?333333@?S? =p?lC?lC?bM@F@F@F@a@?"`B?Gz?У =p@p1 cupVegetables7k5# !SUCCOTASH,(CORN and LIMAS),Canned,with Whole KERNEL CORN,Solids and LIQUIDS@T}p =@O@?\(\?Q@+\(@@&?\(@3@K@d`@k??lC?lC?333333@ffffff?-V?-V?zG{?Ƨ-?+ J@@@@@@@b@@?O;dZ?tj~?5?|h@o1 cupVegetables `` (m4e!SUCCOTASH,(CORN and LIMAS),Frozen,Unprepared@R =p@W@@=p =?zG{?@3 =q@@0?zG@8@S@rp@F?zG? ěT?Gz?333333@!?E?nO;??ЃnP?@E@E@E@p@*??|hs?$/?S@c1 cup@q1 packageVegetablespn5 !SUCCOTASH,(CORN and LIMAS),Frozen,Cooked,Boiled,Drained,without SALT@Rfffff@W@@=p =?zG{?@333333@ffffff@zG@.?zG{@7@Q@p@F??Q?Q?333333@?l?hr Ĝ?`A7L?Ͳ-V?QR@@@@@@@h@@$? =p @@"@T@N@v??|hs?$/?S@e@1 cupVegetables X o4O)!SWAMP CABBAGE,(SKUNK CABBAGE),RAW@WzG@3@?ə?@ Q@@S@?Q@Q@C@s@\@? =p ?O;dZ?zG{?@K?Q??? I^5??tj~@L@L@L@@s@L1 cup, chopped@*1 shoot@7Vegetables$p4m) !SWAMP CABBAGE,Cooked,Boiled,Drained,without SALT@W;Q@4@ =p?θQ?@ zG?ffffff@K?Q@>@E@q@^?zG{?$/?M?@0??zG{?? ěT?j~#@A@A@A@P@p@?+?|1&y?@X1 cup, choppedVegetables !q4;)!SWEET POTATO LEAVES,RAW@Up =@A@?333333?\(@Q@@B?(\)@N@W@0@"?ҏ\(?l?bM?@&?+?zG?zG??QR@T@T@T? =p?tj~?&x@A1 cup, chopped@01 leaf@Vegetables[r4m !SWEET POTATO LEAVES,Cooked,Steamed,without SALT@V-p =@A@\(?333333?@GzH?ffffff@zG@8?333333@N@N@}@*?У =p?`A7L?O;dZ???1&y?+ J? I^5??ə?zG{@H@H@H@@G?Q@[&fffff@0@? =p?tj~?&x@P1 cupVegetables --bs4C%'!SWEET POTATO,RAW,Unprepared@SQR@U?Q??zG@4Q@@Q@>?Q@9@G@u@K?333333?S?ЃnP?333333@333333?+?;dZ?m?陙?n@&@&@&@˵@(?У =p?@@?nO;?PbM?1&y@`1 cup, cubes@`@1 sweetpotato@<Vegetablesit4k!SWEET POTATO,Cooked,Baked IN Skin,without SALT@RR@V@zG?333333?@4\(@ ffffff@ Gz@C?zG@;@K@}@B?zG{?ěS?+?ə@3?dZ1?"`A?n?I^5?}?M@@@@Ā@?Q@ffffff@E@z?vȴ9?`bM?tj~@i1 cup@f1 large@6Vegetables ..cv4]'!SWEET POTATO,Cooked,Boiled,without Skin@TQ@S?Q?Q?(\)@1Q@@\(@;? =p @2@@@l@;?ə?bM?$/?ə@)?1&y?bM?7KƧ?◍O;d?Q@@@@ξ@?zG@@r?zG{?zG{@t1 cup, mashed@b1 mediumVegetablesgx4K''!SWEET POTATO,Canned,VACUUM Pack@SR@V?ffffff?ə?@5Q?@@6?zG{@6@H@s@J? =p ?n?Q?ffffff@:ffffff?l?/v?E?j~#?QR@1@1@1@/@x?@@?tj?bM?ȴ9Xb@o1 cup, mashed@i1 cup, piecesVegetables oyB4G %CHESTNUTS,EUROPEAN,RAW,PEELED@J@h?zG??Q@F\(@3?zG@>@C@~@@?\(\?n?Ձ$/@D?nO;?bM?o?vȴ9X?և+ I@M@M@M@:??zG?ۅQ?ߍO;dZ@ěT??A7Kƨ@n1 cup@.1 tbspNuts & Seeds  sT4}%COCONUT Cream,Canned (Liquid EXPRESSED FROM GRATED MEAT)@Q@h@Q@1Q?zG{@ 33333@@??QR@1@6@Y@@I?333333?5?|h?zG@??+ I?zG{?tj~?/w?-V@,@,@,? =p?@/mV? ěT?E@r1 cup@31 tbspNuts & SeedsxU5%COCONUT MILK,RAW (Liquid EXPRESSED FROM GRATED MEAT and H2O)@PzH@l@QR@7 =p? =p @(\)@@ Q@0?=p =@B@Y@pp@.?p =q?$/?O;dZ@@ffffff?vȴ9?QR?lC?`A7L@0@0@0?333333?@5# =p?9XbM?д9XbN@n1 cup@.1 tbspNuts & Seeds pp+V5 %COCONUT MILK,Canned (Liquid EXPRESSED FROM GRATED MEAT and H2O)@R8Q@h@(\)@5TzG? =p @zG{@2@ ffffff@G@X@k@*?Q?̋C%?tj~??+ I?bM?Õ$/?1&y@,@,@,@2=p ?$/?m@l@1 cup@.1 tbspNuts & Seeds]W4Q%COCONUT H2O (Liquid FROM COCONUTS)@W\(@3? =p ?ə?\(@ zG?񙙙@Gz@8?ҏ\(@9@4@o@@Z@??zG{?-V?@333333?Q?/v?zG{?tj?bM@@@?Ƈ+ I?bM?`bM@n1 cup@.1 tbspNuts & Seeds nnR`X47)'%HAZELNUTS OR FILBERTS@=p =@@-fffff@N`@QR@033333@#ffffff@\(\@\@@d`@r @@@?@33333@333333@333333?tj~?hr!??`A7K?tj@\@@\@@\@@4?@.\(@,ffffff@@&@W@"`B@Ftj~@zG@\1 cup, chopped@R1 cup, ground@KNuts & Seeds*Y4I %HAZELNUTS OR FILBERTS,BLANCHED@(\)@@+ffffff@N33333@Gz@1@&@ Q@b@ ffffff@d@s`@@?@)L@ffffff@?ffffff?(\)??zG?Q@S@S@S@D@@1@@7@V@Htj@;dZ@vȴ9X?+?θQ@T@T@T@3?@!s33333@?R@*+ @a1 cup@!1 tbspNuts & Seeds$j4s%MIXED NUTS,OIL Roasted,without Peanuts,without SALT@ 333333@8@/ =p @L\(@Q@6EQ@@Z@\(@o`@|@@&@ =p?Q?n?? ěT?vȴ?lC?ȴ9Xb? =p @L@L@L@4?@",C@@7Kƨ@&S@b1 cup@@a1 cup@U@3 ozPork YYMp5 PORK,CURED,HAM,Regular (Approximately 13% FAT),Canned,Unheated@P\(@g@0Q@)G{@ =p?zG{@?\(@,@e@s@`?\(?&x?O;dZ@=?`A7?͑hr @ vȴ9X?7KƧ?޸Q@@@?\(?Gz@@Q?Q@C@a1 cup@ٙ@ffffff?333333@"?\(@$@Y@@n@?ffffff??+ I@5?ffffff?ǮzG@ \(?ěS?zG{@@@?ffffff?p =q@&.zG@-W =p@ =p@R@M1 patty, cooked@y1 unit, cookedPork oo)%4yPORK,CURED,HAM,STEAK,Boneless,Extra Lean only,Unheated@R\(@^@3\(@@@?@3@p@@tP@@(\)?zG{?l@/@@&fffff?陙?ə@QR? =p?׮zG@@@?GzH? =p ?\(\?zG@F@?GzH@8@J@j@@R?Gz?n?-V?陙@?S? =p ?\(?bM?zG@&@&@&?tj?bM?ȴ9Xb@o1 cup@1 canVegetables|4I% !SWEET POTATO,Frozen,Unprepared@R\)@X?\(\? =p ?@68Q?333333@B?\(@6@F@v@? =p?Ƨ-?GzH?333333@*?&x?1&?vȴ?zG{?Ƨ-@5@5@5@?@0@L?+?|1&y?zG{@f1 cup, cubesVegetables A }4i% !SWEET POTATO,Frozen,Cooked,Baked,without SALT@Rl@Y?\(\?Q?Q@7ffffff?@A?GzH@5@F@w@ ?333333?lC?GzH?333333@"333333?`A7L?1&y?\(?Q?+@6@6@6?vȴ9?tzG{?"`A@f1 cup, cubesVegetables;~4' !TARO,RAW@Q\)@\??ə?333333@:u\(@ffffff?ٙ@E?ᙙ@@@U@x@&?p =q?tj?؃nP?ffffff@?QR??333333?dZ1?1&@6@6@6@S@@ =p ?@A@4?E?bM??|hs@Z1 cup, sliced@,Vegetables ee4K4=' !TARO,COOKED,WITHOUT SALT@Offfff@a? =p?(\)? =p @AL@ffffff?\(\@2? =p @>@S@~@@.?GzH?ɺ^5?|?ܼj~#?@?dZ1?1&y?QR?Ձ$/?/v@3@3@3@U@@p =q?333333@C@6?O;dZ?nO;?O;dZ@`1 cup, slicedVegetablesH4+!TARO LEAVES,RAW@Uj=p @E@Q?zG?Q@@ @zG@Z@@F@N@@@?=p =?GzH?+ ?@J?n?/v?5?|h?$/?° ě@_@_@_@@n @(\)@[&fffff@@0?S?Q?ӥS@<1 cup@$1 leaf@DVegetables r4[ !TARO LEAVES,Cooked,Steamed,without SALT@W @8@\(?=p =?ffffff@zG@@U?Gz@4@;@|@?Gz?Q?׾vȴ9X?@A?n?QR?E?+ I?nO;@H@H@H@@j??|hs?`A7L?Ł$/@b 1 cupVegetables 4+)!TARO SHOOTS,RAW@WzG@&?p =q? =p ?333333@\(@(?333333@ @<@t??QR?+ I?;dZ?@5?zG{??陙?333333?j~"@@@@I@?nO;?|1&y?l@E.5 cup, slices@T1 shoot@(Vegetables  4K' !TARO SHOOTS,Cooked,without SALT@W33333@,?\(\?zG{?ffffff@ @,?=p =@ @:@u@?GzH?bM? =p?@2fffff?tj~?"`A?Q?tj~?1&y@@@@I@?bM?xtj~?`A7L@a1 cup, slicesVegetablest4/' !TARO,TAHITIAN,RAW@Up =@F@QR? =p ?zG@ =p@` ?@G@F@@I? =p ?-V?tj?ffffff@X?vȴ9X?;dZ? =p?vȴ9X?-V@"@"@"@@Y?7KƧ?+?ٙ@_@1 cup, slicesVegetables 0 4O' !TARO,TAHITIAN,Cooked,without SALT@Up =@F@ =p?\(?@ffffff@b?\(@I@P@x@K??tj~?Ł$/?陙@C?+ I?XbM?޸Q? ěT?E@@@@@V?n?(\)? I^5?@a 1 cup, slicesVegetablesL41!TOMATOES,GREEN,RAW@W@@7?333333?ə?@ffffff?񙙙@@*?QR@$@<@i@*?Q? =p ??ٙ@7ffffff?Q?zG{???j~#@"@"@"@@@?QR@$333333@S@u?1&y?Q?j~#@f1 cup@f1 large@"Vegetables 22-w 4e=!TOMATOES,Reduced,RIPE,RAW,YEAR Round AVERAGE@W@2?(\)?ə?@\(\?333333@ =p @$?GzH@&@8@m@?\(?5?|h?/v@)ffffff?l?tj~? I^5?ȴ9Xb?zG{@.@.@.@@E?GzH@@Y@@|@@^?O;dZ?1&?GzH@b1 cup@f1 cup, chopped or sliced@"VegetablesO 4E!TOMATOES,Reduced,RIPE,Cooked@W\(@2?ffffff?(\)?333333@ =p ?ffffff@Q@&?\(@"@<@k@@&?Q?333333?Gz?@6?nO;?+ I?$/?nP?9XbM@*@*@*@~@8?Q@ffffff@rP@@W?Q?bM?+ I@n1 cup@n2 mediumVegetables BB.h 4k!TOMATOES,Reduced,RIPE,Canned,Whole,Regular Pack@W\(@1?陙? =p?=p =@GzH?@zG{@?? =p @&@3@g@`?Q?lD?E?@"? =p ?bM?Q?`A7K? =p @ @ @ @]@@?Q@ffffff@Q@@T?nO;?$/?S@n1 cup@.1 tbspVegetablesN 4S !TOMATOES,Reduced,RIPE,Canned,Stewed@V\(@:?Q?QR?Q@\(?@ =p@A?GzH@(@4@i@k?\(?1&y?5?|h?333333@?O;dZ?Q?+ ?/v?hr Ĝ@@@@e@"?\(@333333@Z@@^?vȴ9?-V?E@o1 cupVegetables j^4s !TOMATOES,Reduced,RIPE,Canned,WEDGES IN TOMATO Juice@VR@:?GzH?zG{?Q@=p =?ffffff@ \(@:?p =q@&@7@o`@k ?zG{?vȴ9?Q?@-?1&y?1&y?噙?Ƨ-?E@$@$@$@e @ ? =p@ffffff@Y@@]?O;dZ?tj~?`A7L@pP1 cupVegetables4k !TOMATOES,Reduced,RIPE,Canned,with Green CHILIES@WQ@.?zG?zG{?=p =@ \(@4?У =p@&@,@Z@y? =p? =p ?`A7L?ٙ@?hr Ĝ?tj~?zG{?l?^5?|@"@"@"@x`@4?+ I?+ I?Q@n 1 cupVegetables ??W4G!TOMATO Juice,Canned,with SALT@Wy@1?QR??@\(?ٙ@ zG{@$?ۅQ@&@2@l@p?333333?;dZ?Q?333333@2L?bM?vȴ9X?7KƧ??j~"@4@4@4@| @7?zG{@ffffff@p@@N?bM?nO;?tj~@n`1 cup@f6 fl ozVegetablesb4_!TOMATO PRODUCTS,Canned,PASTE,without SALT@R`@T@GzH?zG@ffffff@2\)@@$R@B@ =p@E@T@@X?(\)?\(\?S@333333@5fffff?Q?Õ$/@S?-V?˥S@(@(@(@@S@333333@&@=@(@??&x?zG{@p`1 cup@0ffffff1 tbspVegetables ttQY4_!TOMATO PRODUCTS,Canned,PUREE,without SALT@UQ@C?ffffff?Gz?zG{@!\(?ffffff@QR@2?zG{@7@D@{p@<? =p ?^5?|?šo?ffffff@%333333??zG{?tj~?(\)? ěT@&@&@&@@:?Q@ 333333@s @>?$/?O;dZ? ěT@@o@1 cup@1 canVegetables+4' !TOMATO POWDER@zG{@r@)R?(\)@!R@RQ@0@E33333@d@=p =@f@@rp@@`?\(\?"`B?7KƧ@333333@],?7KƧ?Z1'@"Dtj@zG??|hs@^@^@^@@@(@Hffffff@6@斀@h?vȴ9X?`A7L?xVegetables [[&G4E !TOMATO PRODUCTS,Canned,Sauce@VDzG@@?Q?θQ@@zG{?@@*?QR@0@:@t@`?ə?E?dZ1?ə@?tj~?`A7L?333333?Ƨ-?E@"@"@"@u@1@ =p@ffffff@j @͘?hr Ĝ?l?+ J@n1 cupVegetablesV4c !TOMATO PRODUCTS,Canned,Sauce,with MUSHROOMS@UzG@A?333333? =p@(\)@ (\?@Q@*?zG{@3@@@w@|@?Gz?xF?bM?ə@(?nO;?S?=p =?|hr?$/@"@"@"@@H@QR@@@I@?hr Ĝ?zG{?@n1 cupVegetables ii!4] !TOMATO PRODUCTS,Canned,Sauce,with ONIONS@U\(@E?\(?QR@zG@#Gz?@1?\(@3@C@y@8?p =q?+ I^?C$?陙@)ffffff? ě?$/?;dZ?׍O;dZ?+ J@6@6@6@@E?Q?1&y?E@n1 cupVegetables AA%`x4[%PISTACHIO NUTS,DRY Roasted,without SALT? =p@@5Y@F(\@ffffff@;fffff@$@=p =@[@@^@~P@H@$@ffffff?333333?ffffff@"@ffffff?Gz?9XbM??j~"?bM@I@I@I@p`@*?Gz@*ffffff@c@@8Q@87KƧ@+I^5?@^R1 cup@DJPV\bhntz "(.4:@FLRX^djpv|,[^dwJLNPRSUWY[]_egoy {!}"#OPQR S TUVWXY[\]^ _"`$&(*,.02468:<>@BxHyLNTXZ\^_acem  $(*,-/024:>@ #F $J %L &S '[ (a ) + , - . / 0 1 2 e f g h i j! k# l& m+ n. o1 p3 q5 r7  43 %SESAME BUTTER,PASTE?@@2zG@Io\(@@9s33333@@@3333333@v@@0@(@(\)@"`B@QR@?θQ?ə@?vȴ9?1&@Y@Y@Y@I@@~"@35$/@6KƧ@01 tbspNuts & Seedsq 47 %SESAME FLOUR,HIGH-FAT?@p@>ǮzH@B@ffffff@:Q@c@.W =p@v@8@zp@D@%W =p?QR?m@xF?M@*hr@lC?tj~@?@?@?@Q@@@ȴ9Xb@,Q@0B`A@3>3?3?3@3@3A3A3B3B3E3E3H3H3K3K3L3L3M3M3N3N3Q3Q3T3T3W3W3X3X3Y3Y3Z3Z3[3[3\3\3]3]3^3^3_3_3`3`3a3a3b3b3c3c3d3d3e3e3f3f3m3m333333333333333333333333333333333333333333333333333333 {{4[ %COCONUT MEAT,DRIED (DESICCATED),Creamed?Q@`@333333@QEQ@Q@5Q@:@ Gz@W@j @8@B@QR?m@C$??;dZ?"`B?O;dZ?E?tj~@"@"@"@N`A7@nP?1&x@33333?r ě?nO@033333?lC?`A7L@W@W@W@O@?/w?Ƨ-@/v@R1 cup@>]y4e%SUNFLOWER Seed Kernels,DRY Roasted,with SALT?333333@0@3TzG@Hfffff@ffffff@8R@"@ =p@Q@ffffff@` @ @@y@(\)?GzH@Gz@S33333?ffffff?"`A?|hr@+ I^@+ I^?^5?|@m@m@m@"@:@@@A7K@#\(@@q&x@`1 cup@>Zt4w /CEREALS,QUAKER,Instant OATMEAL,RAISIN and SPICE,DRY@ u\(@v@ =p @zG@ \(\@S =p@@B'zH@p@"ffffff@T@p@v@?333333?θQ@@533333?ffffff?QR?Q@$p =q?QR?QR@i@f@=@tp@@@?Gz@333333?陙? =p?p =qBreakfast Cereals`u5 /CEREALS,QUAKER,Instant OATMEAL,RAISIN and SPICE,Prepared@R\(@Y@\(?=p =?\(\@4QR?@#W =p@Q@@6@Q@X@b?p =q?lD?1&x@333333?ə?KƧ?lC@zG?"`B?hr Ĝ@K@G@ @U@H@i@i?(\)?333333?XbM?hr Ĝ?+ Breakfast Cereals [ |5! /CERLS,QUAKER,Instant GRIT PRDCT with RDEYE GRVY and Imitation HAM BIT,DRY@Q@u@#(\?@333333@S'zH@ffffff@"@<zG@?@T@e@?޸Q? =p ?? =p?Q@ 33333?zG?Q@d?? =p?\(\@<1 packetBreakfast Cereals!~5 /CEREALS,QUAKER,MOTHER'S Instant OATMEAL (NON-FORTIFIED),DRY@'@vp@+ffffff@ffffff?=p =@Ps =p@#?Q@J@zG{@a@|@x@@ =p? =p@333333?Q? =p? =p?Q?@;@;@;?p =q@Q@QBreakfast Cereals Y&5 /CERLS,QUKR,Instant GRIT PRDCT with Imitation BACN BIT and CHDR FLVR,DRY@ =p@v@$zG@ffffff@Q@R\(@@(\)@8@<zG@8@X@j @T?Q?(\)? =p ?=p =?@\(?ۅQ?zG{@c?QR@(??333333@=p =?Gz@<1 packetBreakfast Cereals#5 /CEREALS,QUAKER,Instant GRITS PRODUCT with AMERICAN Cheese FLAVOR,DRY@333333@v@!@zG@ =p@Rə@@zG@(@<zG@9@S@@`@?=p =?Q? =p ?Q?zG@ L?=p =?Q@d@?ҏ\(@"?GzH@QR?Q?@<1 packetBreakfast Cereals & 4u /CEREALS,QUAKER,Instant GRITS PRODUCT--HAM 'N' Cheese@GzH@vp@%\)@\(@ =p@QQ@@7@<zG@A@W@j@(?\(?(\)? =p ?Q?zG{@=p =?p =q? =p @b?Gz@*??\(@zG??@<1 packetBreakfast CerealsV4e /CEREALS Ready-to-eat,KELLOGG,DISNEY HUNNY BS?ffffff@t@ffffff?333333@ffffff@U@@5@w@<@M@\@o@@P@ffffff?zG{?zG{@K??@1?+ J?@vP@u @3@@@@@?ҏ\(?ə?333333?ə?ffffff@=1 cupBreakfast Cereals ^4u /CEREALS Ready-to-eat,KELLOGG'S DISNEY MICKEY'S MAGIX@333333@x @333333@@@U@@G@4@@L@d@a@@ffffff?Q?-V@J??ffffff@1?E?333333@u@tP@3@@ffffff@@0@0?\(?ffffff???@=1 cupBreakfast Cerealsv5 /CEREALS Ready-to-eat,KELLOGG'S,FRUIT HARVEST Apple Cinnamon@@x0@@@@T@@B@@s@~@333333?333333?ffffff@ ?陙@d@a@3@p0@333333@@n@n?@@@J1 cupBreakfast Cereals ^ 5 /CEREALS Ready-to-eat,KELLOGG'S,FRUIT HARVEST PEACH/STRAWBERRY@@w@?333333?@U@@>@7@&@I@e@@q@0@@??@(?333333@p@n@3@{P@ffffff@@x@x?333333?333333?@>.75 cupBreakfast Cereals 5 /CEREALS Ready-to-eat,KELLOGG'S,FRUIT HARVEST STRAWBERRY/BLUEBERRY@@yP@ @@@T@ffffff@?@H@1@Q@i@s@{P@@??@1L?333333@u@t@3@@@@(@(?333333@ffffff?@=.75 cupBreakfast Cereals h 5!! /CEREALS Ready-to-eat,KELLG'S,Frosted MINI-WHTS,MPLE and BRWN SGR,BTE SZE@@u@ ??񙙙@T@#ffffff@8@@@?333333@V@q@u @@?ffffff?陙@#?@i @f@3@t@333333?333333?333333?@J24 biscuitBreakfast Cereals 4} /CEREALS Ready-to-eat,KELLOGG'S,TONY'S Cinnamon KRUNCHERS@@|@@(?@S?@B@6@0@7@S@@S@?@5??@1?333333@u@t@3@@@@0@0@@@=.75 cupBreakfast Cereals dd3 4 /CEREALS Ready-to-eat,KASHI,CINNA-RAISIN CRUNCH BY KELLOGG@ @sP@!333333@@@U@6@9@I@@a@u0@@g@333333@,?333333?333333?@I1 cupBreakfast Cereals55 /CEREALS Ready-to-eat,KASHI,ORGANIC PROMISE AUTUMN WHEAT BY KELLOGG@@t@"@?@T@@+@(@L@@T@@l @u @??ٙ?ٙ?333333@K1 cupBreakfast Cereals(5 /CEREALS Ready-to-eat,KASHI,ORGANIC PROMISE STRWBRY FLD BY KLG@@u@"333333?ٙ?@U@ @=ffffff@1?@Q@A@^@???ə@@1 cupBreakfast Cereals \\n5 /CEREALS Ready-to-eat,KASHI,SEVEN IN THE MORNING BY KELLOGG@@x`@(@ffffff?333333@T@@'ffffff@@D@7@|?333333?333333?@M.5 cupBreakfast Cereals4u /CEREALS Ready-to-eat,KELLOGG'S,DISNEY MUD and BUGS@ @x@@@333333@U@@J@(@ @C@U@Z@x@@J?ffffff?@3@@x@v@3@@@@0@0?陙??333333@=1 cupBreakfast Cereals ttt5 /CEREALS Ready-to-eat,KELLOGG'S,Cinnamon Marshmallow SCOOBY-DOO! Cereal@333333@{ @@(?ffffff@S@@E@:@,@@@Q@[@@ffffff@G?333333?@0?@t@@@}@ffffff@ffffff?333333Breakfast Cereals5 /CEREALS Ready-to-eat,KASHI,ORGANIC PROMISE CRANBERRY SUNSHINE@@s@@?񙙙@V@#@9?ffffff@q@Q??陙?333333@=1 cupBreakfast Cereals }}.-)4M;7ACEROLA,(WEST INDIAN CHERRY),RAW@V=p @@?ٙ?333333?ə@\(?񙙙@(?ə@2@&@b@@??tj?333333@6fffff?zG{?Q?ٙ?Ƨ-?nO;@,@,@,@@C?hr Ĝ?E? =p @X1 cup@3333331 fruit, without refuse@4Fruits & Fruit JuicesN*4/7ACEROLA JUICE,RAW@W33333@7?ٙ?333333?ə@333333?333333@@$?@(@"@X@@??tj?@?zG{?Q?ٙ?=p =?pbM@,@,@,@@9? =p ?ffffff@s@1?hr Ĝ?E? =p @n@1 cup@>3333331 fl ozFruits & Fruit Juices u+45C'7APPLES,RAW,WITH SKIN@Uc =p@J?У =p?\(?QR@+Q@333333@$ǮzH@?Q@@&@Z??zG{?S?Q@ffffff?hr Ĝ?vȴ9?KƧ?;dZ?E@@@@K@? =p @@;@&@=?1&y?|1&y?1&@_@1 cup, quartered or chopped@[1 cup, slices@ Fruits & Fruit Juicese,4;'7APPLES,RAW,WITHOUT SKIN@UG{@H?GzH? =p?\(@)Q?@$333333@?Q@@&@V??vȴ9X?tj~@?tj~?1&y?KƧ?-V?l@C@??333333@1@*@2?$/?tzG{?l@[1 cup, slices@`1 medium@.Fruits & Fruit Juices c-4W' 7APPLES,RAW,without Skin,Cooked,Boiled@U^zG@J?У =p? =p ?Q@+GzH@333333@&Q@?QR@@ @V??zG{?Q?5?|h?333333?ə?bM?tj~?QR?O;dZ?+ I???@F@??333333@3@,@3?-V?1&y?vȴ9@e`1 cup, slicesFruits & Fruit Juices AA$_'4iPORK,CURED,HAM,Whole,Lean only and FAT,Roasted@M333333@n`@5R@0Q@ =p@? =p@3@j@q@@\(??|hs?1&y@633333?;dZ?I^5?}@bM??|hs?QR@@@?zG{? =p @Q@Q?\(@O@a1 cup@U@3 oz@8PorkX(4[PORK,CURED,HAM,Whole,Lean only,Unheated@Q =q@b`@6QR@ =p@ GzH?@?Q@2@m@w0@@QR?9XbM?Q@2?m?hr!@ I^5?7KƧ?\(@@@? =p?ə?Q@\(?Q@J@a1 cup@5PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,TAIL,RAW@Gfffff@w@1@@?@2?zG@ @I@u@O@zG{?$/?+ I@?Gz?(\)@zG{?7KƧ?׮zG@@@?(\)@'GzH@/@ p =q@X@@Pork V?5OPORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,TAIL,Cooked,Simmered@GY@x@1@Afffff?ٙ@,?GzH@@G@c@9?=p =?&x?xtj~@?Q?Q?Q?nO?GzH@@@?ᙙ@(fffff@0 =p@Q@` @q01 piece, cooked, excluding refuse@U@3 oz@@Pork @5=PORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only,Cooked,PAN-FRIED@LgzH@m@@ =p@$ =q?\(@7?\(\@@@p@|@U@Q?+?tj~@Gfffff?333333?S?hr!@hr?-V?j~"@@@?QR@@@?(\)@ Q@?p =q@W@U@3 oz@Q@1 chop, excluding refuse@CPork  A5=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only,Cooked,PAN-FRIED@MQ@k@@<(\@%p =?QR@4? =p@;@n@|p@J@ =p?Q?|1&y@E?333333?E?/w@\)?hr!?7KƧ@@@?@@@?У =p@ =p@ =p?p =q@Q@U@3 oz@P1 chop, excluding refuse@GPork  B5=PORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only and FAT,Cooked,PAN-FRIED@H@u`@5}p =@;p =?=p =@>?(\)@5@i@t@P@ Q?zG{?bM@As33333?333333?lC?`A7@hr ?+ J?Ցhr @@@?Gz@$@@?ə@$W =p@'p =q@@U@@U@3 oz@T1 chop, excluding refuse@?Pork C5%=PORK,Fresh,LOIN,Center LOIN CHOPS,BONE-IN,Lean only and FAT,Cooked,PAN-FRIED@J}p =@qP@=\)@0\(?(\)@;?Q@=@p0@z@T@zG{?333333?+ I@C??5?|h?S@glC?p =q?tj@@@?\(\@@@?@ =p @=p =?\(@W@U@3 oz@S1 chop, excluding refuse@>Pork D5'=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,PAN-FRIED@K@p@:GzH@0Q?\(\@8? =p @9@m@z@I? =p?hr Ĝ?|1&y@D?333333?^5?|?C$@?E?KƧ@@@?Q@@@?θQ@\(\@\(?Q@R@@U@3 oz@R@1 chop, excluding refuse@CPork  E5=PORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only,Cooked,PAN-FRIED@L\(@l @>zG{@%?Q@6?333333@>@p@@@L@QR?E?bM@Ffffff?333333?`A7?@1&x?lC?S@ @ @ ?p =q@@@?(\)@ @ffffff? =p@S@@U@3 oz@O1 chop, excluding refuse@.Pork qF5PORK,CURED,HAM,Boneless,Extra Lean only and Regular,Unheated@PG{@d@@2B\(@ ǮzH@@=p =@?@2@m@r@@ffffff?ȴ9Xb?bM@0L?r ě?θQ@\(\?Vu?QR@@@?陙?(\)@@Q?\(@J@a1 cup@J5%=PORK,Fresh,LOIN,TOP LOIN (CHOPS),Boneless,Lean only and FAT,Cooked,PAN-FRIED@KkQ@p@=@-\)?Q@5?Q@<@p`@}@K@?333333?|1&y@F33333?333333?xF?֗O;d@$/?tj?n@ @ @ ?@@@?ə@333333@?333333@S@U@3 oz@Q@1 chop, excluding refuse@Pork>K5'PORK,Fresh,Composite (LEG,LOIN,Shoulder, and SPARERIBS),Lean only and FAT,RAW@PG =p@k@233333@-fffff?zG@3?Q@5@i@t@K@zG?bM?+ I@vȴ9X?\(\? =p@@@?(\)@@@@zG{@ =p?Q@R@@U@3 oz@T@1 chop, excluding refuse@PorkQT5%=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only and FAT,Cooked,Broiled@J\(@p@@;Gz@/Q?Q@<? =p@:@m@y@O@zG?hr Ĝ?nO;@F?333333? ě?333333@ǮzH?nO;?׾vȴ9X@ @ @ ?p =q@@@@(\)@ =p ? =p@T@U@3 oz@T1 chop, excluding refuse@Pork? "(.4:@FLRX^djpv| "&* +!,"0#7$;%=&?'A(C)E*G+I,M-PXSYUZW[Y\\]_^a_c`eajbmcodqesguhwz|    "$&( ??\E5)OBEEF,RIB,Small END (10-12),Lean only and FAT,1/4"FAT,ALL Grades,Cooked,Roasted@H1R@u@6O\(@;\(?񙙙@*@Q@4@f@t@O@zG{?E?vȴ9@6333333?Q?zG{@ =p ?θQ?θQ@@@@@&Q@(.zG?QR@T@q1 piece, cooked, excluding refuse@U@3 oz@3Beef]H5+OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@G:G{@v@5G{@>=p =?GzH@*@@3@f@@s@O@zG?tj~?vȴ9@6333333?Q?zG{@Q?p =q?θQ@@@@\(@(aGz@*(\)?\(@U@qp1 piece, cooked, excluding refuse@U@3 oz@Beef ggH]K5+OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,Select,Cooked,Roasted@I\)@t@6xQ@:(\?񙙙@*@GzH@4@f@t0@O@ =p?E?vȴ9@6L?Q?zG{@ 333333?θQ?θQ@@@@\(@$G{@&\(?ffffff@T@q1 piece, cooked, excluding refuse@U@3 oz@3Beef4L5BEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,RAW@JAGz@u`@0\(@>zG?GzH@$?@0@c@q@J@ zG{?/v?tj~@0?zG{?Q@ffffff?Q?\(@@@@Q@(fffff@*u\(?Q@Q@@ ?Q?zG{?hr Ĝ?333333?pbM?tj~?nO;?"`A?+ I?Gz@Affffff1 fl oz@J1 jiggerBeverages 55GI5'CARBONATED Beverage,LOCAL,OTHR THAN COLA OR PEP,with Sodium SAC,without CAF@X33333??@?zG{?@@0???hr Ĝ@=1 fl oz@v01 canBeverages =J5o9COCOA MIX,with ASPT,Low Calorie, calories,Powdered,with ADD Calcium Phosphorus,without ADD Sodium OR Vitamin A@ 333333@vp@9@@%@M?333333@K!Gz@@ =p@j@x@@h@ Q?\(\?GzH@7ffffff?+ J?ffffff?XbM@S?Z1'@;@;@;@\(@@}@}?Gz@??nO;?S?+ I@$@.1 envelope Swiss Miss@31 packetBeverages nM5 FRUIT PUNCH-FLAVOR Drink,Powdered,without Sodium,Prepared with H2O@Vfffff@B?zG{?\(@" =q@"u\(@2?zG{??@?zG{?tj~?htj~?@ 333333?`bM?PbM?xtj~?PbM?PbM@p`1 cupBeverageslL4oFRUIT PUNCH-FLAVOR Drink,Powdered,without Sodium?ffffff@w??陙@Xl@W@a?@@E?(\)? =p??ffffff@^y?pbM?O;dZ?1&y?PbM?/v?|1&y?+ I@9ffffff2 tbsp@i1 packetBeverages c+O4qLEMONADE,Frozen Concentrate,PINK,Prepared with H2O@VS33333@D??@%@?zG{@@@.@?zG{?nO;?tzG{@333333?xtj~?$/?bM?vȴ9?xtj~@@@@?xtj~?`bM?vȴ9@n1 cup@>fffff1 fl ozBeveragesN4MLEMONADE,Frozen Concentrate,PINK@J&fffff@f?333333?ə?ə@G?ٙ@? =p @@"@P@?zG{?Q?zG{@133333?vȴ9?tj~?l?/v?@$@$@$@ ?vȴ9?bM?5?|h@B3333331 fl oz@{P1 canBeverages [RQ4?TEA,HERB,CHAMOMILE,BREWED@X??ə@?zG{?@"??zG{?Q?+ I?zG{?pbM?+ I???@4?@(?`bM?PbM?tzG{@m1 cup@=1 fl ozBeverages!P4YTEA,BREWED,Prepared with DISTILLED H2O@X??333333?zG{??@5?zG{?bM?1&x?1&y?+ I@@@?`bM?PbM?pbM@=1 fl oz@f@6 fl ozBeverages x8x@i@v@@Q??+?r ě@)333333@?333333?l???Q@.@.@.@@Y@>@>?\(?`A7L?E@Q@S1 fillet@U@3 ozFish & Shellfishx4g)-ANCHOVY,EUROPEAN,Canned IN OIL,Drained Solids@I&fffff@j@@< =p@#kQ@&333333@m@Q@Q@@o@@@Q?ղ-V?@Qfffff?+?;dZ@3+ I?+ J?lC@*@*@*?(\)@D@(@(@ =p@(333333@vȴ9@(\)@~"@U@@@>@ =p @ =p ?Gz@P@@@1 fillet@U@3 ozFish & Shellfish hH 4-CARP,RAW@S =p@_@1zG@ffffff?\(\@D? =p@=@y@t@H?zG?/v?$/@)333333??p =q?(\)?=p =??QR@.@.@.?zG{@>@"@"?(\)??S@vȴ9?`A7L@P@k@1 fillet@U@3 ozFish & Shellfish!45-CARP,COOKED,DRY HEAT@QhQ@d@@6(\@zG?Q@J?p =q@C@@z@O?ffffff? ě?@0333333??Q?Q@? =p?1&x@1@1@1?Q@@@$@$?5?|h@Gz?\(\@U@e@1 fillet@U@3 ozFish & Shellfish T"4=-CATFISH,CHANNEL,WILD,RAW@T =p@W@0aGz@\(?Q@,?333333@7@j @v`@E?QR?hr Ĝ?@)333333?ffffff?Gz?nO;?nP?zG{?-V@$@$@$@ =p@I@.@.?vȴ? I^5?zG@M@c1 fillet@U@3 ozFish & Shellfish(#4]-CATFISH,CHANNEL,Cooked,BREADED and FRIED@MgzH@l@2 =p@*\)?(\)@ zG?ffffff@F?Gz@;@k@u@@q?Q?"`B?zG{@+? ě?$/@A7Kƨ?\(\?QR@>@,@1@C?ffffff@<@ @ @ M@ql@ @T@@U1 fillet@U@3 ozFish & Shellfish I I>4/LAMB,Domestic,Shoulder,BLADE,Lean only,1/4"FAT,Choice,RAW@R =p@b@3J=p @Q?zG{@0?Q@8@f@p@Q@p =q?dZ1?tj~@6?Q?(\)@\(?ffffff?zG{@7@7@7@ =p?(\)@ =p@\(?ffffff@P@fffff??У =p@GzH?zG?\(@5@5@5@zG{?\(@(\)@ =p?zG@V@i1 piece, cooked, excluding refuse@U@3 oz@DLamb, Veal & Gameg 5O/LAMB,Domestic,Shoulder,BLADE,Lean only,1/4"FAT,Choice,Cooked,Braised@HR@r@@,@0 =p?zG@<@@:@i@@o@S@ Q?bM?bM@BL?Q?(\)@Q?Q?Q@5@5@5@Q?ə@zG{@\(?\(\@]@@e1 piece, cooked, excluding refuse@U@3 oz@ELamb, Veal & Game ;;T#5)/LAMB,Domestic,CUBED FOR STEW OR KABOB (LEG and Shoulder),Lean only,1/4"FAT,RAW@Ro\(@`@45\(@Q?\(@"?QR@:@g@q@P@@?"`?tj~@6? =p?θQ@?Q?zG{@7@7@7@ =p?(\)?=p =@ =p ?޸Q@P@@Lamb, Veal & Game`%5-)/LAMB,Domestic,CUBED FOR STEW (LEG and Shoulder),Lean only,1/4"FAT,Cooked,Broiled@O =p@g@@<zG@QR?zG@*@Q@?@l@t@S@zG?S?-V@?33333?(\)?333333@p =q?zG?Q@7@7@7@=p =?ə@\(@?p =q@V@tp1 unit, cooked@U@3 ozLamb, Veal & Game 44M(5/LAMB,New Zealand,Imported,Frozen,Composite OF Retail CUTS,Lean only,RAW@RqR@`@4@ =p?Q@ ?=p =@3@i@@e`@G@zG?XbM?tj~??333333?\(@(\)?\(\?Q@zG?Gz?zG? =p ?(\)@R@\(@(\)?@$@\(@0@g@_@@H@ffffff?1&y?1&y@ffffff?Q? =p @\(?׮zG? =p ???@?ə@Gz@?\(@Y@@a@1 piece, cooked, excluding refuse@U@3 oz@MLamb, Veal & Game ,,M25/LAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only,RAW@RzH@^@4ٙ@ffffff?=p =@?Gz@4@i@f`@F@ffffff?vȴ9?tj~@ ?333333?Gz@zG??333333@?(\)?Q?\(\?QR@R@@1 chop, excluding refuse@HLamb, Veal & Game D 95O/LAMB,New Zealand,Imported,Frozen,RIB,Lean only and FAT,Cooked,Roasted@I =p@u@@2G{@<?Q@3?\(\@,@e@@_@E@?-V?hr Ĝ?? =p ?GzH@QR?QR?zG{???@ =p?@@,fffff@&(\)?\(@Y@n 1 piece, cooked, excluding refuse@U@3 oz@@Lamb, Veal & Game7:4q/LAMB,New Zealand,Imported,Frozen,RIB,Lean only,RAW@R' =p@a@4}p =@=p =?GzH@&?Q@1@g`@c@J@ =p ?+?tj~?ffffff?333333? =p@?p =q?Q@ =p?QR@ =p@\(? =p@S@1 cup, pieces@@1 cup, roundsBaked Products cM/4')CRACKERS,MILK@@|p@ffffff@/@@Ql?ffffff@0p =q@e@ =p@6@r@\@?p =q?Vu?lD@/?ə?7KƧ?n@Q? I^5??l@V@R@0@a?zG{@M@0@0?Q@ffffff@@0@bM@~"@"@&@&1 cracker@,\(\.5 ozBaked Products.4A)CRACKERS,MELBA TOAST,WHEAT@@w`@)@ffffff@333333@S@@E@@L@d@b@(??\(?$/@K? I^5?"`A@TE?C%?^5?|@`@[@8@j?Ցhr ?hr Ĝ?Q@,\(\.5 oz@1 toastBaked Products Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx3333333333333333333333333333333333333333333333333344444444444 4 4 4 4 4 4 4 4 4 44444444444444444444444444444444444 4 4!4!4"4"4#4#4$4$4&4&4)4)4+4+4-4-4.4.40404141424243434444454546464747484849494:4:4;4;4<4<4=4=4>4>4?4?4@4@4A4A4B4B4C4C4D4D4E4E4F4F4G4G4H4H4I4I4J4J s.14i)CRACKERS,RYE,SANDWICH-TYPE with Cheese FILLING@ffffff@~@"ffffff@6L@333333@Nffffff@ @k@@B@u0@u`@P?ffffff?tj~?QR@4?ٙ?㕁$/?ߝ-V@ \(?Q?tj~@T@@P@@0@_?Q@t@8@ @ ě@(xF@lC@"@,\(\.5 oz@1 crackerBaked Products043)CRACKERS,RUSK TOAST@@yp@+@?333333@R33333@;@\(@B@c @n@o?񙙙?\(\?tj@4?"`B?ى7KƧ@?\(\?bM@U@7@P@Y? =p @D@(@(?tj@ =p @zG{@S@$1 rusk@,\(\.5 ozBaked Products xx34E)CRACKERS,RYE,WAFERS,SEASONED@@w@"@"ffffff@@Rs33333@4fffff@F@QR@Z@s0@|`@@ffffff?߮zG@+@@@??9XbM?̋C%@n?"`B?QR@J@J@J@ ?O;d@ (\)@ /w@,\(\.5 oz@61 crackerBaked Productsb24?))CRACKERS,RYE,WAFERS,PLAIN@@t@#333333?@ffffff@T@6fffff?(\)@D@\(@^@@t@~@@ffffff?݁$/@vȴ9X@7??S?~"?KƧ?5?|h?XbM@F@F@F@?陙@?@@n?S?tj~?hr Ĝ@N1 cup, crushed@&1 crackerBaked Products t54U-))CRACKERS,Standard SNACK-TYPE,Regular@ @`@@9L@ffffff@N?? =p@^@ @;@l@`@x?\(?C$?n@ffffff?1&?S@1&x?XbM?"`A@V@S@,@a@=p =@333333@&@5?|h@%GzH@# =p@O1 cup, bite size@R1 cup, crushedBaked Productss44i))CRACKERS,SALTINES (Including OYSTER,SODA,SOUP)@Q@z@"p =q@&33333@ Q@Q=p @?QR@Q@\(@6@Y@@c@@?\(?nO?`A7L@$?QR?ܼj~#@"?+?+@a`@[@?@j?zG@ @"?~"@tj?-V@Q1 cup, crushed@F1 cupBaked Products y64)CRACKERS,Standard SNACK-TYPE,Sandwich,with Cheese FILLING@333333@}@"@5@@Nٙ?ffffff@ p =q@p@Q@B@y`@z@? =p?E?ҏ\(@5??܋C%?S@ ěT?I^5?}?+ J@Y@U@,@d?@O@1@0?(\)@ @@$@@& I^5@7KƧ@@,\(\.5 oz@1 crackerBaked Products ""N849) )CRACKERS,WHEAT,REGULAR@@}@!333333@4@ffffff@P9@@*zG@H@@O@k@f@??Z1'?~"@333333?(\)?hr!@bM?9XbN?hr Ĝ@]@@X@2@g@?@#333333@T@@E@&`A7L@^5?|@T1 cup, crushedBaked Products75 !)CRACKERS,Standard SNACK-TYPE,Sandwich,with Peanut BUTTER FILLING@p =q@~@& =q@8=p @p =q@M0 =q@ffffff@%@T@@(\)@K@q @j@p?zG?Լj~#?+ J@%?KƧ?XbM@tj~?vȴ9X?l@U@J@A@^?zG{@?@zG{@#@$@x@+O;dZ@Q@C6 cracker@1 sandwichBaked Products P2:4q)CRACKERS,WHEAT,Sandwich,with Peanut BUTTER FILLING@ 333333@~@+@:33333@@Jfffff@@e@@\(\@C@u@r@8?=p =?(\)?nO;@5?`A7L?n@ I^5? I^5??7KƧ@Q@@@B@W@@hr Ĝ@'1&x@!XbM@,\(\.5 oz@1 crackerBaked Products+94c)CRACKERS,WHEAT,Sandwich,with Cheese FILLING@ @@#@9@ffffff@M@@i@\(@K@w@s @? =p?zG{?S@8L??x?S@ zG{?lC?д9XbN@P@F@3@X?Q@Q@1@0@tj@$E@"TE@@,\(\.5 oz@1 crackerBaked Products RRG<4%)CRACKER MEAL@ffffff@w@"?333333?333333@T9@?Q@7@\(@8@Z@\@<?zG??5?|h@E&fffff?E?E@?S?+@a@\@6@k?ۅQ?333333@S?XbM?tj~?vȴ@\1 cup@Q@x@6(\@@^Q?Q@$@ =p@4@e@r0@P@Q?+ I?1&y@6?Q?QR@ 333333?׮zG?p =q@@@@Q@+.zG@,zG?zG@U@@q1 piece, cooked, excluding refuse@U@3 oz@3Beef y5BEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,ALL Grades,RAW@Nfffff@o@3TzG@3\(?@7?=p =@4@f@rp@H@ =p? =p?zG{@5?Q?+@Ƨ?n?/w@$@$@$??Gz?333333@ěS@ Rm?333333@Q@@>?l?tj?㝲-V@I@S1 fillet@U@3 ozFish & Shellfish ``,H&4%-CISCO,SMOKED@Qs33333@f @0\(\@'@@:?\(\@1@b@rP@~?333333?˅Q?$/@2?O;dZ?Z1'@zG{?ӶE?&x@@@@ =p @x@q@q?ə??"`B@-V@1&x@@@@a@z@V?p =q?E?Q@B@?zG{?Q@ffffff??ٙ@@@?333333@f@K@K?bM?"`?Q@R@@i1 fillet@U@3 ozFish & Shellfish '043-DRUM,FRESHWATER,RAW@SUQ@]@1=p @Q?GzH@N?@>@f@q0@R?Q?Ͳ-V?ffffff@)333333??Q?\(@??333333@.@.@.@@e@@I@I?lC@Q?vȴ9X@P@h1 fillet@U@3 ozFish & ShellfishU147-EEL,MIXED SPECIES,RAW@Q =q@g@2p =q@'QR?\(@4?@4@k@q@I?Q?O;dZ?Q@??333333?zG{@ ?θQ?&x@.@.@.@@*@L@L@@/w@\(?M@_@i1 fillet@U@3 ozFish & Shellfish [[224O)+-EEL,Mixed Species,Cooked,DRY HEAT@MzH@m@7fffff@-fffff?@:?zG{@:@qP@u@P@@ =p?-V?zG{@ ??lC?1&@ ě?Q?E@1@1@1@Q@@@@/v@"o-V?lC@d @@E1 pieceFish & Shellfish74?-GROUPER,MIXED SPECIES,RAW@SzG@W@3aGz?QR?Q@;?zG{@?@d@@~0@J?޸Q?zG{?1&y@B@?Q?tzG{?1&x??333333@"@"@"?333333@a@E@E?m?"`B?ԋC%@B@p01 fillet@U@3 ozFish & Shellfish 1%84W-GROUPER,Mixed Species,Cooked,DRY HEAT@RW =p@]@8 =p??\(@5?=p =@B@a@}@J?QR? =p ?tj~@Gffffff?j~#?xtj~?bM? =p?ffffff@$@$@$?zG@d@I@I?"`A?&x?n@G@i@1 fillet@U@3 ozFish & ShellfishK94#-HADDOCK,RAW@SG{@U@2\)? =p ?\(\@@?@C@g@sp@Q?׮zG?vȴ9?@>333333?Q?l@lC?A7Kƨ?333333@(@(@(?333333@L@1@1?\(?? =p?5?|h?+ @L@h 1 fillet@U@3 ozFish & Shellfish {{:4;-HADDOCK,COOKED,DRY HEAT@R@\@8=p =?\(?@E?@I@n @x@U?޸Q?`A7L?Q@D@?zG{? =p @+ I?333333?$/@*@*@*?=p =@O@3@3?`A7K?S?Ƨ-@R@b1 fillet@U@3 ozFish & Shellfishf;4))9-HADDOCK,SMOKED@Q޸Q@]@9:G{?Q?Q@H?ffffff@K@o`@y@??$/?Q@Es33333?bM?+ J@Jn?\(?ٙ@.@.@.?@R@@6@6?ᙙ??$/?tj?ԋC%@S@@47-HALIBUT,GREENLAND,RAW@QGz@g@@,p =@+zG?@?Q@:@d@p@T?ٙ?Q?tj~@B@?Q?zG{???Gz????@L@1@1?333333?@Z1'@ 7Kƨ?;dZ@G@i.5 fillet@U@3 ozFish & Shellfish^?45)-HERRING,ATLANTIC,RAW@R33333@c@1\(@"zG?\(\@L?񙙙@@@m@tp@V?zG?O;dZ?Q@B@?ffffff?O;dZ?m@ j~#? =p?S@$@$@$@+W =p@W@@<@<?Q?@QR@ S@bM@N@5)/LAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only,RAW@R8\)@`@4@@Q?񙙙@.?Gz@2@h @d`@G@ (\)?bM?tj~@ ?Q? =p @zG{?GzH?@ zG{@zG{@ =p?Q@Q@@&ǮzH?333333@6?ffffff@:@m@tP@U@ =p ?/v?nO;@(?Q?zG{@Gz?(\)? =p@.@.@.?Q?ٙ@ffffff@Q@?陙@\@j 1 piece, cooked, excluding refuse@U@3 oz@<Lamb, Veal & Game >>0B4c/VEAL,Composite OF Retail CUTS,Lean only,RAW@R=p @\@4333333@\(?GzH@.?333333@9@j`@t@U@ =p?hr!?-V@!333333?zG{?Q@QR?Q?ۅQ@*@*@*?ffffff?У =p?Q?p =q?333333@T@@o@x0@P@Q?-V?zG{@/333333?Q? =p @%p =q? =p?׮zG@2@2@2? =p ??Q?p =q?=p =@`@p1 piece, cooked, excluding refuse@U@3 oz@Lamb, Veal & Game~M4{)/VEAL,LEG (TOP Round),Lean only,Cooked,PAN-FRIED,BREADED@JR@i@0 =q@15\(?\(@<?p =q@8@k@q@T@ =p ?KƧ?hr Ĝ@*ffffff?zG{?333333@"\(?GzH?У =p@,@,@,?\(\?ٙ@@Q@Q?\(@]@U@3 oz@T1 chop, excluding refuse@BLamb, Veal & Game BBKR4aO/VEAL,LOIN,Lean only and FAT,Cooked,Roasted@N]p =@k @8@( =p?zG@3? =p@9@j@tP@W@@=p =?(\)?-V@&??Q@!Q?333333?\(@.@.@.? =p?(\)@@ =p @Q?Q@Y@l1 piece, cooked, excluding refuse@U@3 oz@BLamb, Veal & Game0S4;=/VEAL,LOIN,Lean only,RAW@R\)@]@4+Q@ Q?p =q@1?@9@j`@t@@V@Q??-V@!?Q?У =p@"(\)?=p =?Q@,@,@,?Gz?У =p?(\)?Q?\(@T@DJPV\bhntz "(.4:@FLRX^djpv|*$   { : < = ? A B D F H I K M O Q S V Y \ _ b e f h j l n p r s u w y { }              ? @ A B C D E F G H! I# J$ K& L( M* N+ O- s/ u2 v4 w6 y8 z: {F |N }d ~l t |  ( * 6 A M a i q y   2 4 @ H c e g i k m o q r t u y w    ((0W4_O/VEAL,RIB,Lean only and FAT,Cooked,Braised@J=p @o`@@7 =p@)\(?Gz@6?\(@9@j@@s @W@GzH?`A7L?tj~@+??ҏ\(@?Q?zG{@0@0@0?333333?\(@@@?zG@a`@f 1 piece, cooked, excluding refuse@U@3 oz@BLamb, Veal & GameKX4_O/VEAL,RIB,Lean only and FAT,Cooked,Roasted@MzG@l@7\(@+Q?@&? =p @6@h@rp@W@\(\?XbM?Q@%??GzH@Q?zG{?@*@*@*?\(\?ffffff@ =p@\(?ffffff@[@n1 piece, cooked, excluding refuse@U@3 oz@@Lamb, Veal & Game ``Y49/VEAL,RIB,Lean only,RAW@R˅Q@^@3Q@Q?QR@,?(\)@7@h@@s @W@ \(?S?-V@!?Q?θQ@333333? =p ?(\)@*@*@*?\(?Gz?Q??ٙ@T@5%)CREAM PUFFS,Prepared FROM RECIPE,SHELL,with CUSTARD FILLING@J@p @@/?@6fffff?ٙ?(\)@P?Q@(@[@@\@uP?333333?Q?1&y@.?333333?;dZ?Q?Q?C%?vȴ9X@B@6@.@J? =p @x@a@`?Gz@)@U@@T@ nO;@S@vȴ9@`@?񙙙@*@M@V@q ?zG{?zG{?Gz@3??Ͳ-V?E??nO?bM@L@F@*@V?ə@w@W@V@"`@$/?tj@?@1 cup@,\(\.5 ozBaked Products HHRE45)DANISH PASTRY,CHEESE@?ffffff@w`@ @5fffff?@B?@!=p @A?@.@[@X@| ?ffffff?ȴ9Xb?vȴ9X@2fffff??QR?У =p@?tj~?zG{@N@A@9@U@?\(@`@A@A?\(@@ @C@-V@&A7K@@0@@1@Q?θQ@<@@?׮zG@#?@?@F@ 6ȴ9X@1n@I^5?}@N@?陙@-@9?GzH@4@S@T@sP?陙?hr!?@%?աo?l@-V?/v?hr Ĝ@Q@L@,@[@?Q@D@&@&?ҏ\(@!333333@?@@@Q@((\)@-@8@Q@k@@;zG@&(\)?GzH@@zG{@:@n@x@O@p =q?"`B?Q@;ffffff??Gz@zG?\(?QR@"@"@"@=p =@Q@ =p ?(\)@S@s1 piece, cooked, excluding refuse@U@3 oz@ Beefq,5 BEEF,Round,Bottom Round,Lean only and FAT,1/8"FAT,ALL Grades,RAW@PQ@h@433333@'zG?(\)@4? =p@6@h@tp@L@\(?KƧ?vȴ9@8?E? ěT@dZ? =p ?㝲-V@&@&@&? =p?ffffff?ffffff@-V@ ě?9XbM@M@5OBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Choice,Cooked,Roasted@Nu\(@l@;EQ@(zG?Q@@QR@9@l@v@O@zG{?vȴ9X?bM@:? =p ?@ \(?(\)?QR@ @ @ @QR@Q@p =q?޸Q@T@tP1 piece, cooked, excluding refuse@U@3 oz@Beef }}*)?4BEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Select,RAW@P =p@f@@3p =@$ǮzH?Q@@(\)@6@h`@t@M@?E?vȴ9@3?(\)? =p @ p =q?Q?=p =@@@@=p =@ffffff@?=p =@P@Q@"?\(@@=p =@4@h @o@D@?l?+ I@?33333?Q?/w@p =q?\(\?n@$@$@$?\(\?ۅQ?@ QR@-V?5?|h@M@t`1 piece, cooked, excluding refuse@U@3 oz?Beef ==*iF4BEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Choice,RAW@Q333333@e@5 =q@ aGz?\(@1?Q@8@j`@uP@L@=p =?+ J?vȴ9@:33333?$/?S@ I^?zG{?j~#@(@(@(?\(?Q?@ n@ M?1&x@D@@>?Q? =p ?(\)@D@h 1 fillet@U@3 ozFish & Shellfish E4#-LINGCOD,RAW@TAR@U@@1\)?\(?\(\@,?zG{@:@i @{P@M??S?zG{@B@?Q?/v?ffffff??333333@"@"@"@ @I@.@.?7KƧ?ffffff?333333@J@h .5 fillet@U@3 ozFish & Shellfish [UF47-MACKEREL,ATLANTIC,RAW@Offfff@i@2@+ǮzH?@(?zG@S@k @s@V?(\)? ě?Q@F ?ٙ?Ƈ+ I?+@"(\)?dZ1?ى7KƧ???@!kQ@d@I@I?QR@@ Vu@m@ @Q@\1 fillet@U@3 ozFish & Shellfish!G4O-MACKEREL,ATLANTIC,Cooked,DRY HEAT@J\(@p`@7ٙ@1\(?zG{@.?Q@X@@q`@y@T?zG?bM?zG{@I?ٙ?Z1'?^5?|@ffffff?zG?p =q@@@@3@f@K@K@9XbN@$/@333333@R@V1 fillet@U@3 ozFish & Shellfish ||jjH4S)-MACKEREL,JACK,Canned,Drained Solids@QJG{@c@70 =q@333333?zG@n @QR@B@r@h@@w?QR?`A7?zG{@Bٙ??zG{?"`A@Q?ӅQ?Gz@@@@\(@{@`@@`@?zG{??E@?j~"@S@g1 cup@@>?zG???|hs?zG{?m@S@g`1 fillet@U@3 ozFish & Shellfish  L4M-MACKEREL,SPANISH,Cooked,DRY HEAT@Qp =@c@7 =p@GzH?zG{@*?zG@C@p@P@P? =p? =p?tj~@DL?? =p?Gz@? =p?p =q???@@[@@@@@?`A7@1&?Gz@R@@b@1 fillet@U@3 ozFish & Shellfish|M4% -MILKFISH,RAW@Qfffff@b@4zH@Q?=p =@I?zG{@>@d@@r@@R?=p =?hr Ĝ?zG{@)333333?vȴ9?S@\(??nO@0@0@0@ 333333@Y@>@>?\(@ =p?p =q@J@U@3 ozFish & Shellfish *|N4% -MONKFISH,RAW@T\(@S@,\(?QR?\(\@ ?zG{@5@i@y@2?=p =?1&y?tj~@B@???Q@?333333?θQ@@@?@D@(@(?\(?θQ?Q@9@U@3 ozFish & ShellfishRO41-MULLET,STRIPED,RAW@S@ =q@]@@3Y@QR?333333@D?QR@=@k@vP@P@? =p?1&?bM@B@?333333? =p ?zG{@?QR?333333@"@"@"?(\)@^@B@B???"`B??|hs?Gz@H@@k@q@R?޸Q?vȴ9?Q@Efffff?陙?(\)?(\)@? =p ?p =q@"@"@"?@D@(@(???;dZ??S@E@@i@p@O?\(?333333?ffffff@)333333?333333?Q??QR??Q@@@?ffffff@>@"@"?ə??ǮzG?tj~?׍O;dZ@V@N1 fillet@U@3 ozFish & Shellfish#U4S-PERCH,Mixed Species,Cooked,DRY HEAT@RP@]@@8(\?Gz?p =q@Y?\(@C@p@u@S?Gz?ȓtj~?@0?333333?zG{?Q?ffffff? =p?Q@@@@@@@$@$?Vt?\(?5?|h@\@G1 fillet@U@3 ozFish & Shellfish ^RV4/-PIKE,NORTHERN,RAW@SG{@V@3B\(?zG?333333@L?ᙙ@?@k@p0@C?p =q?1&?θQ@)333333@ffffff?-V? ěT@ffffff??E@.@.@.@@Q@5@5?ə??5?|h?tj?"`B@C@h.5 fillet@U@3 ozFish & ShellfishW4G-PIKE,NORTHERN,Cooked,DRY HEAT@R>zG@\@@8 =q?(\)? =p@R@?Q@D@q@t@H?Q? =p? =p@0333333@ffffff?&x?E@ffffff? =p?GzH@1@1@1@ffffff@T@@8@8?S?ɺ^5?|?Гtj~@I@c`.5 fillet@U@3 ozFish & Shellfish 'X4--PIKE,WALLEYE,RAW@S =p@W@@3# =p?Q?333333@[?@>@j@@xP@I? =p?ȴ9Xb?陙@)333333?GzH?zG{@ffffff??Q@.@.@.@@Q@5@5?;dZ?`A7?ܛS@U@c1 fillet@U@3 ozFish & ShellfishUY45-POLLOCK,ATLANTIC,RAW@SQ@W@3p =q?\(\?\(@N?p =q@P@k@v@@U?zG??Q@B@?bM?ǮzG@ (\)?x?^5?|@@@@ Q@B@&@&?p =q??GzH?1&y?x@Q@h .5 fillet@U@3 ozFish & Shellfish FFSZ43-POLLOCK,WALLEYE,RAW@Tc =p@T@@1.zG?陙?\(\@?p =q@L@w@t`@X?(\)?tj?Q@5fffff? =p?-V? =p?Q?Q@@@@@P@4@4?zG{??E??^5?|@Q@S@1 fillet@U@3 ozFish & Shellfish_[4K-POLLOCK,WALLEYE,Cooked,DRY HEAT@R =p@\@@7\(?Q?zG@?Q@R@@~ @x0@]?333333?(\)?zG{@E33333?l?tj~?ffffff?zG{?lD@@@@@T@9@9?GzH??͑hr ?E?ěS@X@N1 fillet@U@3 ozFish & Shellfish b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx;;;;;;;;; ; ; ; ; ; ; ; ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;!;!;";";#;#;$;$;%;%;&;&;';';(;(;););*;*;+;+;,;,;-;-;.;.;/;/;0;0;1;1;2;2;3;3;4;4;5;5;6;6;7;7;8;8;:;:;;;;;<;<;=;=;>;>;?;?;@;@;A;A;B;B;C;C;D;D;E;E;F;F;G;G;H;H;I;I;J;J;K;K;L;L;M;M;N;N;O;O;P;P;Q;Q;R;R;S;S;T;T;U;U;V;V;W;W;X;X;Y;Y;Z;Z;[;[;\;\;];];^;^;_;_;`;`;a;a;b;b;c;c;d;d;e;e;f;f;g;g;h;h;i;i;j;j e]\43)-POMPANO,FLORIDA,RAW@QǮzH@d@2zG{@" =q?񙙙@6?333333@;@h`@w@P@? =p ?tj~?vȴ9@B@?Q?Q@??ə@.@.@.?@[@@@@? =p ?@ nO@ ě?1&x@I@? =p @>@i@r@O??Q?Q@B@??333333@?ᙙ?333333@@@@@Q@5@5?nO;?ާ-?vȴ9@4@U@3 ozFish & Shellfish pb4'-SABLEFISH,RAW@QGz@h`@*R@.?@A?zG{@K@e@v`@L?zG{?+ I?Q@B@?? =p @??333333@.@.@.?@s`@W@@W@@ S@ /w@Vt@H@h .5 fillet@U@3 ozFish & Shellfish c4--SABLEFISH,SMOKED@NR@p@1fffff@4# =p?zG@I? =p @R@k@}p@?ۅQ?nO;?zG{@I? =p?Q@333333?zG?\(@4@4@4@@y@^@^@1'@%5\(@$/@P@@>@>?@|P@a@a?Q@@tj@dZ1@I@h.5 fillet@U@3 ozFish & Shellfishg4+-SALMON,CHUM,RAW@RQ@^@4# =p@(\)?Gz@&?ᙙ@6@q@z@I?zG?(\)?Q@B@?zG{? =p @??ٙ@@@@@X@>@>?p =q?Gz?-?j~#@R@h.5 fillet@U@3 ozFish & Shellfish 66``5O/VEAL,Shoulder,Whole (ARM and Boiled),Lean only,Cooked,Braised@Mp =q@h@@ =p@ffffff?QR@B?333333@<@p@@s@X@@?Z1'?tj~@-ffffff?Q?ffffff@Q?\(?У =p@0@0@0? =p ??333333@p =q?ᙙ@`@@f1 piece, cooked, excluding refuse@U@3 oz@ALamb, Veal & Game`a5O/VEAL,Shoulder,Whole (ARM and Boiled),Lean only,Cooked,Roasted@P=p @e@@9\(@zG{?\(@;?zG{@9@k@@tp@X@@?-V?Q@%?Q?\(@\(?Q?У =p@*@*@*?\(?@@333333?\(@\@o`1 piece, cooked, excluding refuse@U@3 oz@>Lamb, Veal & Game 11/yb4[?/VEAL,Shoulder,ARM,Lean only and FAT,RAW@R33333@`@3W =p@\(?GzH@5?@9@j@tp@T@ ?Q?1&y@ ?zG{?GzH@Q?(\)?(\)@.@.@.?Q?GzH@ffffff@zG@ =p?QR@T@?\(@>@q@@u@V@\(?GzH?tj~@.?Q?Q@%kQ?=p =?333333@3@3@3?Q?zG? =p?ffffff?޸Q@c`@U@3 oz@d1 steak, excluding refuse@=Lamb, Veal & GameLg4aO/VEAL,Shoulder,ARM,Lean only,Cooked,Roasted@PzG@d@:!Gz@=p =?Q@;?\(@;@l@@v@@V@GzH?° ě?Q@&?Q?Q@ zG{? =p ?333333@1@1@1?Q?@zG{@GzH?ۅQ@[@@q1 piece, cooked, excluding refuse@U@3 oz@8Lamb, Veal & Game ::.h4_/VEAL,Shoulder,BLADE,Lean only and FAT,RAW@Rə@` @3:G{@? =p@7? =p@7@i@r@W@=p =?5?|h?1&y@ 333333? =p ?333333@?(\)?׮zG@$@$@$?Q?Q? =p ?Q?Gz@V@Q@o@?B\(@*GzH?\(@1?333333@;@n`@t@S@GzH?bM?Q@,??ffffff@QR?(\)?ffffff@.@.@.?zG?=p =@Q@? =p@[@i1 piece, cooked, excluding refuse@U@3 oz@:Lamb, Veal & Game PP\p4gO/VEAL,SIRLOIN,Lean only and FAT,Cooked,Roasted@OTzG@i@@9# =p@$fffff?=p =@*?p =q@:@k@u@T@ ?nP?-V@&333333?Q?ffffff@!p =?(\)?zG{@.@.@.?Q?Gz@ffffff@ =p @QR?\(@Y@p1 piece, cooked, excluding refuse@U@3 oz@9Lamb, Veal & Gameq4A/VEAL,SIRLOIN,Lean only,RAW@R(\@[@4333333@Q?p =q@&?陙@:@k@u@T@ =p?-V?-V@!ffffff?zG{? =p@! =q?333333? =p@,@,@,?p =q??\(?\(?GzH@S@Lamb, Veal & Game nn,9t4u/VEAL,CUBED FOR STEW (LEG and Shoulder),Lean only,RAW@S\)@[@@4EQ@?񙙙@1?(\)@9@j@t@T@ =p?5?|h?-V@!? =p ?ҏ\(@??@*@*@*? =p?GzH??陙?У =p@U@\)@GzH?\(\@8@ffffff@o@@|@T@@*333333@"?Q?(\)@\(?\(@2@2@2@ffffff@p =q@p =q?ə@M@u@1 piece, cooked@U@3 ozLamb, Veal & GameZ4G/GAME MEAT,BISON,Lean only,RAW@RzG@[@@5Q?p =q?333333@@@9@g`@up@K@ffffff? =p ?|1&y@;?bM?\(?zG? =p ?QR@O@@S@?\(\?@@W?+?ӅQ?E@Sfb4[)MUFFINS,BLUEBERRY,Commercially Prepared@C&fffff@qP@@?@H@@333333@L?\(@0@h@^@{?\(\?l?(\)@&ffffff?񙙙?Q?Q?񙙙?p =q?+ I@R@M@0@\?\(@V@7@6?\(@@"@@V@?Z1'?O;dZ@\(@>@18Q1 mini@P\(1 smallBaked Products=a5 )MUFFINS,Plain,Prepared FROM RECIPE,MADE with Low Fat (2%) MILK@Bٙ@r@@&@@D33333@@i@Q@1@c @^@@}0?Q?lD?l@2?333333?-V?C$@vȴ9X?vȴ9X?$/@I@C@*@S?333333@a@D@C@?|hs@Vu@M@C@@s@ffffff@#?@Jfffff?@(zG@*?QR@(@M@T@}?\(??|hs?׍O;dZ@1?θQ?ҏ\(@(\)?|hr?S@P@@K@&@Y?zG{@s@W@W?Q@3L@@3?^5?|@KƧ@glC@@@t@@$ffffff@ffffff@H@333333@R? =p @5@x@``@?zG{? ěT?I^5?}@.ffffff??;dZ?ѩlD@+?/w?"`A@L@G@&@V@?zG{@j@@D@B@`A7K@"?@O@33333@$=p ?Gz@@QR@4@g`@o@D@\(\?&x?+ I@@333333?bM?$/@333333?S?n@$@$@$?p =q?(\)?@/v@tj?XbM@P@u(\1 steak@U@3 oz?BeefTI5OBEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Choice,Cooked,PAN-FRIED@J.zG@p@@~Q@+\)?333333@@\(@@@q @~@Q@ffffff?vȴ9X?tj~@@?(\)?У =p@?ۅQ?=p =@(@(@(@ =p =@\(@Q?Q@X@@q1 piece, cooked, excluding refuse@U@3 oz?Beef ==*iJ4BEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Select,RAW@QR\(@d@6.zG@Q?GzH@9? =p@8@j@vP@O@ffffff?QR?vȴ9@:L? =p ?5?|h@ =p ?tj?+ J@(@(@(?Q?333333?333333@/v@ 7KƧ?n@C@Gz@Q?=p =@ @(\)@5@h@p@D@=p =?j~#?+ I@??E?öE@V?\(\?ٺ^5?|@$@$@$?Q?Gz?@vȴ9X@ ^5?|?nO@H@vo =p1 steak@U@3 oz?Beef(M4}BEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,PRIME,RAW@Q.Q@e@6=p =@!W =p?Q@@QR@8@j@w0@I@ffffff?zG{?1&y@4?? =p @?ffffff?@"@"@"@QR@ ffffff@ Q?QR@M@@n`@{@@N@\(?"`?hr Ĝ@<?Q?У =p@?޸Q?ᙙ@(@(@(@zG@ Gz@ =p ?p =q@U@t1 piece, cooked, excluding refuse@U@3 oz?Beef7Q5BEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,Choice,RAW@NG{@p @1G{@4zG? =p@? =p @3@e@rp@J@ 333333?E?tj~@0L??\(@ zG?333333?׮zG@@@@@ =p @!Gz?zG@Q@>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> DDMb5 OBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,Roasted@GQ@t@7fffff@9c =p?Gz@"@Gz@:@m@yp@P@@Q?|hr?bM@6?333333?GzH@ =p ?ٙ?޸Q@ @ @ @ \(@$ =p @%?Q@U@@t1 piece, cooked, excluding refuse@U@3 oz@Beefgc4uBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Select,RAW@N=p @o @3^Q@2u\(?@6?Q@4@f@r@I@ \(?hr Ĝ?nO;@6?lD?Gz@9XbN?hr ?Q@$@$@$?p =q?=p =?@@vȴ9?vȴ9X@Q@b\)1 steak@@v @r@~p???zG{@Efffff?zG{?zG{@?Q?QR@4@4@4@@N@2@2???Ƨ-?9XbN?E@C@w1 can@U@3 ozFish & ShellfishUi45-SALMON,COHO,WILD,RAW@R*=p @b@@5Q@Q?\(\@B?Q@?@p`@zp@G?=p =?1&?1&y@B@??hr!?Q@Q?Vt?hr @"@"@"@zG@Y@>@>???(\)@nO?;dZ@F@h.5 fillet@U@3 ozFish & Shellfish ,&j4W-SALMON,COHO,WILD,Cooked,Moisture HEAT@PX\)@g@;\(\@?zG{@G?Q@A@r@|p@J? =p? =p?nO;@G??p =q?Z1'@-V? ě?n@"@"@"@Q@[@@@@?Q@-V@+ I^@L@c`.5 fillet@U@3 ozFish & ShellfishPk4+-SALMON,PINK,RAW@Sfffff@]@3 =q@ ?Q@*? =p@:@l@t0@P?ᙙ?E?Q@FL?\(?Q@??ə@@@@@]@@A@A?zG{?ٙ?"`B?S?S@J@c.5 fillet@U@3 ozFish & Shellfish pp_kl4i-SALMON,PINK,Canned,Solids with BONE and Liquid@Q3 =p@a`@3ǮzH@333333@@j?Gz@A@t@t`@P?p =q?1&?zG{@@?O;dZ?+@$/?ᙙ?333333@.@.@.@@L@1@1?zG{?ٙ?\(?x@dZ1@K@|Y1 can@U@3 ozFish & Shellfishm41)-SALMON,SOCKEYE,RAW@Q\(@e@5L@!Q?Gz@?zG@8@j@xp@G?GzH?vȴ9?1&y@@ٙ?lC?nO@Q?Q?QR@@@@@h@M@M?Q@?bM@O@DJPV\bhntz "(.4:@FLRX^djpv| "$(*,-.02345678:<>@DEG/I0K1M2Q3S4U5V6W7X8Y9[:];_c?eugviwkxmyozq{s|u}w~y{}  !369=? 3C 4I 5L 6R 7a 8c 9i ; < =& >) ?0 t3 u9 v> w? xA yC zF {I |K }V ~Y a e k r t v z { }        " $ 6 ++-~q5 -SARDINE,PACIFIC,Canned IN TOMATO Sauce,Drained Solids with BONE@P@g@@4(\@$Q?zG?zG??ۅQ@n@ffffff@A@v@uP@y?ffffff?hr Ĝ?^5?|@DL??+ I?m@?\(\?|hr@8@8@8@"@a@A@@? =p ?ٙ@5@@|hr@H9Xb@`A7L@N@V@1 cup@w 1 canFish & ShellfishOr4)-SCUP,RAW@R׮zH@Z@@2Gz@ =p?\(\@D?\(@7@g @q@E?޸Q?1&?Q@B@?(\)?@ffffff??333333@.@.@.?ffffff@V@;@;???zG{?Q?zG{@J@d1 cup@@>?$/?I^5?}?333333@T@m1 fillet@U@3 ozFish & ShellfishQv4/-SHAD,AMERICAN,RAW@Q (\@h@0zG@+=p ?Q@G? =p @>@q@x@I?׮zG?bM?$/@B@?333333?θQ@ ??ٙ@.@.@.?333333@[@@@@??@  I^5@`A7L@ $/@R@g1 fillet@U@3 ozFish & Shellfish Z;w4; -SHARK,MIXED SPECIES,RAW@ReQ@`@@4G{@ =p ?=p =@A?Gz@H@j@@d@S?ۅQ?`A7L?Q@B@?$/?vȴ9X@$/?=p =?ٙ@@@? =p@m @Q@Q???홙?hr!?Q@IFish & Shellfish"x4q -SHARK,Mixed Species,Cooked,BATTER-DIPPED and FRIED@N Q@l@2Q@+ =p?@\(@I?\(@E@h@@c`@^?޸Q?$/?@A?nO;?E@C$? =p?333333@.@$@@6?\(\@f@K@K@ =p@p =@ S@M@U@3 ozFish & Shellfish by4)-SHEEPSHEAD,RAW@S~zG@[@45\(@GzH?p =q@5?p =q@@@s@y@@Q?\(?vȴ9X?vȴ9@B@?zG{?zG{???333333@.@.@.@@Y@>@>?|hr?KƧ?tj~@I@m1 fillet@U@3 ozFish & Shellfishz4A-SHEEPSHEAD,Cooked,DRY HEAT@QB\(@_@:Q?zG? =p @B?p =q@A@u@@R@?(\)?;dZ?$/@Ifffff?zG{??? =p?ffffff@1@1@1@ffffff@\@A@A? =p ?ffffff?r ě@P@g@1 fillet@U@3 ozFish & Shellfish oA{4/ -SMELT,RAINBOW,RAW@SGz@X@@1Gz@\(\?ffffff@N?@>@l@r @N?ffffff?n?ffffff@B@?zG{?Q?333333?j~"?333333@@@@ Q@I@.@.???hr!?nP?QR@Q@U@3 ozFish & Shellfish |4G -SMELT,RAINBOW,Cooked,DRY HEAT@R2\(@_@6@? =p@S@?ffffff@C@rp@w@@S@@\(?ȴ9Xb?@Gffffff?zG{?° ě?A7Kƨ?zG?\(@@@@\(@M@1@1?+ I?M?(\)@V@U@3 ozFish & Shellfish zzWY}4?-SNAPPER,MIXED SPECIES,RAW@S7zH@Y@4\(?p =q?\(@@? =p @@@h@z@P? =p ?1&y?vȴ9@C??O;dZ?htj~?-V??ٙ@@@@@Y@>@>???=p =?bM?`A7K@B@k@1 fillet@U@3 ozFish & Shellfish%~4W-SNAPPER,Mixed Species,Cooked,DRY HEAT@Qfffff@`@:L?Q?\(@D?θQ@B@i @P@L?(\)?O;dZ?hr Ĝ@H??"`A?pbM?$/? =p?p =q@@@@ @\@A@A?\(\?ԛS?`A7@G@e@1 fillet@U@3 ozFish & Shellfish 24-SPOT,RAW@R@^@2\(@?\(@,?zG{@E@g@@@=?QR?O;dZ?Q@B@?zG{?(\)@??ٙ@@@@@Y@>@>?333333?GzH?p =q@N@P1 fillet@U@3 ozFish & ShellfishJ4A -STURGEON,Mixed Species,RAW@S#33333@Z@@0# =p@(\)?񙙙@*?ffffff@A@j`@q@K?Gz?E?@)333333?Q?Q@ ??ə@.@.@.@@@j@@j@???GzH?$/?zG@N@U@3 ozFish & Shellfish **#u4Y')-STURGEON,Mixed Species,Cooked,DRY HEAT@Q|(\@`@433333@Q?\(@1?@F@p@v@Q@?GzH?"`A?Q@0333333?zG{? =p @$333333? =p?p =q@1@1@1@@X@pp@pp?(\)??ěS@S?QR@S@@a1 cup, cooked@@j@@w@D??\(?333333@)333333?zG{?Q?333333??ə@.@.@.@@e@@I@I?hr!?旍O;d?m@D@c1 fillet@U@3 ozFish & Shellfish4=-SUNFISH,PUMPKIN SEED,RAW@S@V@@3ffffff?ffffff?񙙙@T?333333@>@f@u@T??333333?ffffff@)333333??zG{?Q?333333??Q@.@.@.@@I@.@.?n?E?|hr@P@H1 fillet@U@3 ozFish & Shellfish jj0B4-SURIMI@S\(@X@.\(\?? =p @ffffff@"?У =p@E@q@\@a?Q?bM?+ I@<?zG{?$/?(\)?Q?Q@@@?@P@4@4?(\)??r ě?nO?Z1'@>@5\(@ Q?QR@@Gz@8@l@@t@K@?333333?O;dZ@)? =p ?333333@ =p??(\)? =p@\@u@1 piece, cooked@U@3 ozLamb, Veal & Game>4//GAME MEAT,ELK,RAW@RQ@[@633333?333333?@@zG@7@d @s@M@333333?Q?tj~@#?\(? =p ?333333@K@0 =q?ffffff?Q@@ =p @8@f@t@N@ GzH?-V?vȴ9@*@"@"@"?ffffff?޸Q?ٙ@R@@u@1 piece, cooked@U@3 ozLamb, Veal & Gamem4/GOAT,RAW@R\(@[@@4@zG{?\(@*@ =p@f@x@T@?bM?tj~@!?(\)?\(\@@@@?zG?Q?zG{?\(@L@ =p@'zG{?\(\@B@ffffff@:@p@t@W@(\)?1&x?bM@-@?zG{?Q@\(?\(?zG@&@&@&@ @^@@s1 piece, cooked@U@3 ozLamb, Veal & GameX4M+/GAME MEAT,OPOSSUM,Cooked,Roasted@M&fffff@k@>333333@$ffffff@ffffff@1@\(@A@q`@{`@M@=p =?1&x@2333333??׮zG@ (\?zG@$@$@$@ ?(\)??KƧ@/v@/w@` @x1 piece, cooked@U@3 ozLamb, Veal & Game 404s/GAME MEAT,RABBIT,DOMESTICATED,Composite OF CUTS,RAW@R4zG@a@4 @333333? =p @*?Q@3@j@t@D?Q?\(?vȴ9@733333??333333@zG?陙?@ @ @ @ =p?\(??GzH@L@aGz@ R?p =q@4@\(@4@l@@r@B@\(?Ƈ+ I?bM@C@?Q?\(@ =p?p =q?\(@"@"@"@ =p ?(\)?@zG@(\)?zG@U@r1 piece, cooked@U@3 ozLamb, Veal & GameF4?/GAME MEAT,RABBIT,WILD,RAW@R =q@\@5=p @\(?Q@(@ @=@l@@w@I@"?Q?Q@?zG?(\)?@T@@@pP@x@S@(\)?1&x@2?Gz? =p@Q?zG@&@&@&@ ?\(\?333333@GzH@ =p@Q@X@@x1 piece, cooked@U@3 ozLamb, Veal & Game C49/GAME MEAT,SQUIRREL,RAW@RuQ@^@5:G{@ zG?\(@@@8@e@s@Y@"?Q?Gz@?QR?Gz?zG@T@Q@\(?Gz@@=p =@<@j`@v@]?zG{?l?bM@.333333?Q?ҏ\(@\(?\(?׮zG@"@"@"@ =p ?ٙ?ffffff?333333?GzH?\(\@^@@s1 piece, cooked@U@3 ozLamb, Veal & Game xx14!4{/LAMB,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAW@S@^@$@!(\)?GzH@"?@(@p@r@\?Q?θQ?+ I@"@0? =p?333333@333333?p =q?ҏ\(@@@@&@Q??(\)@ @>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>????????????????? ? ? ? ? ? ????????????????? ? ?!?!?"?"?#?#?$?$?%?%?&?&?'?'?.?.?/?/?0?0?????????? Ru4S)PANCAKES,Plain,Prepared FROM RECIPE@Js33333@l`@@#ffffff@@@I@g ?ə?&x?333333@?ffffff?Õ$/?`A7L?vȴ?vȴ9X?hr Ĝ@7@2@@B@E@@I^5?}@{lC@ =p@@S@@g?ə?E?ə@333333??l??j~"?|hr?hr Ĝ@;@4@@D@y@=@"@Gz@A7Kƨ@ "`@333333?@T@?陙@2@^@e@t?\(? ěT?Gz@?333333?+ I?l?n?vȴ9X?+ I@*@"@@3? =p @[@:@8@j~"@G{?Q@A@?vȴ9X?ȓtj~@ XbM?n@@@@ Q? =p?@ffffff? =p@M@|Y1 lb@?E?;dZ@ QR?7KƧ@"@"@"@\(?\(?\(\@ zG?@P@U@3 oz@&Beef GG#Xr5# BEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,USDA Choice,Cooked,Roasted@P<@f@@:@ =p?Q@@zG{@6@j@w@Q@\(?@>?+ I?\(\@ xF?GzH@"@"@"@Q?\(@ =p @333333?ҏ\(@S@@U@3 oz@2BeefYs5 BEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,USDA Select,RAW@R =p@`@@3ٙ@Q?zG{@@ =p@6@f@u@N@QR?\(@>?"`?+ J@ /w?M@@@@ ?Q?GzH?p =q?@M@|Y1 lb@?bM?`A7L@ hr ?ҟvȴ9@$@$@$@ \(?\(@333333@\(\?\(@R@U@3 oz@"BeefXu5# BEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,USDA Select,Cooked,Roasted@P7zH@d@:@Q?Gz@@\(@6@k @w@R@\(?@>? =p ?bM@ (\)?Ѻ^5?|@$@$@$@\(?\(?@GzH?ҏ\(@P@U@3 oz@3Beef ==Yv5 BEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,USDA Choice,RAW@R%\(@`@4Gz@?Q@@(\)@6@i@w@Q@QR?tj~@>?bM?^5?|@ M?ۥS@ @ @ @ \(\? =p?zG@zG?333333@N@|Y1 lb@?j~#?Ͼvȴ9X@n?dZ1@@@@333333?QR@\(@ zG{?Q@V@@U@3 oz@|Y1 lb@*Beef >>#ax5BEEF,CHUCK,CLOD STEAK,Lean only ONLY,1/4" FAT,USDA Choice,Cooked,Braised@M\(@h @=Q@zG?Gz@"@zG@6@p@q@P@!333333?/w@>?nO;?У =p@ -V?l@$@$@$@ffffff?Q@\(@ zG{?Q@X@U@3 oz@|Y1 lb@5BeefYy5 BEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,RAW@RQ@_@5@ \(?@@Gz@6@h @v@@P@QR? =p @>?ěS?"`A@-V?zG{@ @ @ @ (\)?Q? =p??GzH@M@|Y1 lb@^Q@\(\?zG@"@Q@6@p @q`@O@ =p?9XbM@>?l?+ J@ ^5?|?tj~@$@$@$@ =p ?QR@ =p@ ?zG{@X@U@3 oz@|Y1 lb@Beefd{5#BEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,Cooked,Braised@NqR@f@=zG@\(?ffffff@@Q@6@g @r@J@GzH? ěT@>?zG{?;dZ@r ě? I^5@@@@Gz? =p@Q@ QR?ffffff@V@U@3 oz@|Y1 lb@6Beef Z 49-TROUT,RAINBOW,WILD,RAW@QzH@]@4zG{@ zG?\(@P?ffffff@?@p@~@??GzH?lC?9XbM@)333333@333333?|hr?Gz@7KƧ?-V?lC@(@(@(@@O@3@3?vȴ?bM?n@M@c1 fillet@U@3 ozFish & Shellfish" 4Q-TROUT,RAINBOW,WILD,Cooked,DRY HEAT@Q@b@6Q@GzH?@U?QR@?@p@|@L?QR?-V?$/@*ffffff@?tj~?E@zG? =p ?$/@3@3@3@333333@I@.@.?lC?-V?KƧ@Q@@a1 fillet@U@3 ozFish & Shellfish jF 49 -TUNA,FRESH,BLUEFIN,RAW@Q\(@b@7TzG@?Gz@ ?QR@I@o@o@C?333333?tj?Q@B@?+ ?bM@!N+?/w?Q@@@@"(\@@x@x??1&??hr!@C@U@3 ozFish & Shellfish4Q -TUNA,Fresh,BLUEFIN,Cooked,DRY HEAT@MQ@g@=\)@Q?(\)@$?\(@P@t`@t0@I? =p?(\)?zG{@Gffffff?n?ӕ$/@%zG?Q?@@@@%\(@@@?n@lC?$/@H@U@3 ozFish & Shellfish u4[9-TUNA,Light,Canned IN OIL,Drained Solids@M=p @h@=!Gz@ kQ@zG@*?=p =@?@sp@i@v ??-V?Q@S?tj~?Q@(?׮zG?(\)@@@@@S@@7@7? =p@F?C%@O;d@zG@2@b@1 cup, solid or chunks@@c@1 cup, solid or chunks@@>?333333??ϝ-V?"`B? I^5@P@W1 fillet@U@3 ozFish & Shellfishe4W-WHITING,Mixed Species,Cooked,DRY HEAT@Rp =@]@7zG{? =p ?\(\@O?Gz@;@q@{ @`?\(?zG{? =p@D?hr Ĝ?Q?Q?? =p @.@.@.@@\@@A@A?333333??ٙ?zG{?ȴ9Xb@U@R1 fillet@U@3 ozFish & Shellfish W47-WOLFFISH,ATLANTIC,RAW@S@X@1@Q?\(@? =p @>@i@r@U@?\(?-V?Q@B@? =p ?zG{@bM?=p =?ٙ@@@@=p =@wp@\@@\@?\(\?ȴ9Xb? =p @G@c .5 fillet@U@3 ozFish & Shellfish%4E-YELLOWTAIL,Mixed Species,RAW@RGz@b@@7# =p@\(?p =q@7?\(\@>@c@z@@C? =p? =p ?Q@B@@ffffff?nO;?zG{@333333?Gz?zG{@@@?@W@=@=??zG{? =p?Q@K@g`.5 fillet@U@3 ozFish & Shellfish Z 45-CRAB,ALASKA KING,RAW@SzG@U@2J=p ?333333?@G?Gz@H@k`@i@ @?$/?Q@B333333@?tj?tj?񙙙?ffffff?333333@F@F@F@"@8@@? =p ?zG{? =p@E@e1 leg@U@3 ozFish & Shellfish"!4W-CRAB,ALASKA KING,Cooked,Moisture HEAT@Sc33333@X@@3Y? =p?@M?QR@O@q@p`@@zG{?x?zG{@D@ffffff?"`A?(\)?p =q?ٙ? =p @I@I@I@'@=@"@"?$/?ǮzG?&x@J@`1 leg@U@3 ozFish & Shellfish q["4c -CRAB,ALASKA KING,Imitation,MADE FROM SURIMI@Rl@Y@( =p ?\(@@$p =q@*?\(@E@q@V@H?Q?bM?+ I@6L?bM?S? =p ?Q?Q@@@?@P@4@4???У =p?ə?p =q@4@U@3 ozFish & Shellfish #4'-CRAB,BLUE,RAW@SGz@U@2\(?GzH?\(?zG{@V@?zG@A@l@t@rP@ QR?hr Ĝ?333333@B33333@?zG{?zG{@?ffffff?333333@F@F@F@"@@@?j~"?ȓtj~?ěS@S@U@3 oz@51 crabFish & Shellfish <</o$4I=-CRAB,BLUE,Cooked,Moisture HEAT@S[Q@Y@4333333?QR@@Z?Q@@@i@t@@qp@Gz? =p?QR@D@ ffffff??@ ffffff?ۅQ? =p @I@I@I@333333@@@?p =q??/v?Q?\(@Y@]1 cup, flaked and pieces@`1 cupFish & ShellfishM%4--CRAB,BLUE,CANNED@S =p @X@4Q?zG@ffffff@Y@?Gz@C@p@@w`@t@zG?QR?QR@?@?zG{?$/?Q? =p ?333333@E@E@E?p =q@@@?p =q?? ěT?lC?(\)@V@@`1 cup@4 largeFish & Shellfishh/4_-SHRIMP,Mixed Species,Cooked,Moisture HEAT@SQR@X@4\)?GzH?Q@C@Q@A@a @f@l?\(?ȴ9XbN?hr Ĝ@C@?vȴ9X?bM@Q?\(?A7Kƨ@@@? =p@l @Q@Q?zG?~"?7KƧ?(\)@h`@U@3 oz@64 largeFish & Shellfish ]X04C-SHRIMP,Mixed Species,Canned@R# =p@^@7zG?\(\?\(?zG{@M@Q@D@m @j@@e ?(\)?333333?Q@C@ffffff?S?l@ =p ?lC?j~"@@@?Q@N@2@2?\(?;dZ?n?(\)@e@`1 cup@R@!Q?Q@=p =@ @ \(@6@z@@k@L@\(@KƧ? =p@[ٙ@?p =q@Q@(L@zG?\(\@R@@R@@R@@S @\@@C@C@ GzH?p =q?\(@P@u1 unit, cooked@U@3 ozLamb, Veal & Game NNL15)/LAMB,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,PAN-FRIED@L@m@9zH@)L?GzH@=p =@"@$ffffff@7@z@v@_@Q@#\)? I^5@]fffff@*?ffffff@\(\@0zG@QR?ffffff@y@y@y@Ul@c@f@a@@Q?=p =@~@t 1 unit, cooked@U@3 ozLamb, Veal & Game\24{ /VEAL,Variety, varieties MEATS and BY-PRODUCTS,LIVER,RAW@Q\)@a@3zG@ffffff?Q@GzH@@@4@w@s@@S@@( =p @'G{?QR@633333?ffffff?$/@Q@%@B\(?vȴ9@_@@_@@_@@M@@݀@܀?׮zG?@*@&@&?\(?"`?+ I@tLamb, Veal & Game w35 /VEAL,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,Braised@MzG@h@0<5/VEAL,Variety, varieties MEATS and BY-PRODUCTS,PANCREAS,RAW@Qfffff@f@.@*333333?@3@@2@t@q`@P@?Q?S@433333@0?&x?333333@ I^5?QR@@@@*\(@ =p @(\)@Q@e@4}/LAMB,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,RAW@S@Y@@1333333@?@"@DR@5@q@v`@U@Q?"`?1&@@333333@7?bM?E@zG?(\)@@@@\(\?zG{?Q?p =q@o@@??QR@ =p?(\)?@1@1@1@=p =@Q@Q? =p @Z@b1 piece, cooked, excluding refuse@U@3 oz@LLamb, Veal & Game $$X5!OBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Select,Cooked,Broiled@I4zG@s@6G{@8333333?@&@\(@4@f@t@P@Q??|hs?1&y@5?zG{?\(@ zG{?Q?Q@@@@p =q@#Q@$\(?zG{@T@@p1 piece, cooked, excluding refuse@U@3 oz@6Beef @@ \M5)OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,Broiled@GgzH@v@7(\@<zG? =p@*@zG@6@f@t@O@?E?1&y@5? =p ?QR@zG?ҏ\(?\(@@@@GzH@'zG@(\(?@U@q1 piece, cooked, excluding refuse@U@3 oz@5Beef\N5)OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,Roasted@D=p @z@5\)@AzG?@*?Gz@3@f@s@P@@?tj~?vȴ9@6?Q?zG{@zG?ffffff?333333@@@@Q@-Q@/333333?@U@q@1 piece, cooked, excluding refuse@U@3 oz@5Beef JJ'YQ5#OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,ALL Grades,Cooked,Roasted@Mp =@k@@: =p@&G{?@(@GzH@9@k@x@Q@ =p?ȴ9Xb?bM@6?Q?QR@ Q?GzH?Q@ @ @ @ =p@333333@?QR@S@i`1 piece, cooked, excluding refuse@U@3 oz@EBeefUT5OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,Choice,Cooked,Roasted@M4zG@m@: =p@*Q?@(@GzH@9@k@x@Q@ =p?ȴ9Xb?bM@6?Q?QR@ Q?GzH?Q@ @ @ @ =p@ =p@Q?(\)@S@h1 piece, cooked, excluding refuse@U@3 oz@FBeef 66PW5OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4" FAT,Select,Cooked,Roasted@NG{@i`@: =p@#?@(@GzH@9@k@x@Q@ =p?ȴ9Xb?bM@6?Q?QR@ Q?GzH?Q@ @ @ @ =p?Q?@ =p@\(?zG{@S@j@1 piece, cooked, excluding refuse@U@3 oz@DBeef,X5BEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,PRIME,RAW@Pfffff@i@4!Gz@).zG?(\)@$@p =q@6@h@wP@O@ =p?&x?1&y@1? =p ?333333@ Q?\(?Gz@@@@ \(@ =p@\(?ۅQ@M@\(@2!Gz?\(\@&@ Gz@6@m`@s@M@333333?dZ1?nO;@6? =p?"`B@ lD?Ցhr ?Q@@@@ zG?Q?ffffff@\(@Q?ᙙ@W@@^@1 piece, cooked, excluding refuse@U@3 oz@OBeef h_4}BEEF,Round,FULL CUT,Lean only and FAT,1/4"FAT,Choice,RAW@P0@i`@4^Q@)Q? =p @?Q@6@h@u @J@ ?333333?vȴ9@3??\(@ zG? =p ?zG@ @ @ @ffffff? =p ?@@Q?\(\@O@?j~#?° ě@49XbN?lD?㕁$/@"@"@"?333333?(\)?@j~#@R?5?|h@X@lfffff1 steak@ Beef x5- BEEF,RIBEYE,Small END(RIBS 10-12),Lean only and FAT,0",ALL Grades,Cooked,Broiled@L\(@n@;EQ@-zG{?񙙙@4?@7@j@u@@L@Q?E?zG{@=?l?ěS@+ I?7KƧ?E@ @ @ ???@Gz@"`A?$/@[@m*G{1 steak@ Beef }57 Beef,Bottom SRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,ALL Grades,Cooked,Roasted@OP =q@j@: @&# =p?@3?\(@6@i @t0@J@zG?+?nO;@<?Q? ěT@dZ?r ě?p =q@ @ @ ?zG{?ٙ?ffffff@H9Xb@C?;dZ@U@zG1 roast@Beefd5# BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,ALL Grades,RAW@QQ@d@4 =p@!?zG{@9? =p@5@g@s@J@ =p?Q?+ I@7?bM?@Y+ ? I^5?tj@&@&@&?\(?zG{?@ Q@lC?7KƧ@P@?Beef z51 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Choice,Cooked,Roasted@N\)@k@@9\)@(Q?zG{@1?333333@4@g@s@@I@zG??|hs?nO;@;L?bM?hr!@t?(\)?Z1'@ @ @ ? =p ?=p =?ffffff@/v@{lC?lC@W@u1 roast@Beef`5 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Choice,RAW@QWzH@e@4 =p@#Q?@9?Q@5@f@s@I@ Gz?&x?vȴ9@6?(\)?E@o?KƧ?n@&@&@&?ffffff?Q?@ l@`A7L?1&x@R@BeefuB BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|eg@iAkBmCoDpFrGtHvIxJzK|L~MNOPQR  !#%')+-/1357:<>@BDFHJLNPRTVXZ \ ^ ` b d f h j l n p r t v x z | @~ A B C D E F G H I J K L M N O P Q        " $ & ( * , . 0 2 4 6 8 : < > @ z51 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Select,Cooked,Roasted@O@h@:p =q@#\(?\(@5?Q@7@j@u @L@GzH? ě?nO;@<33333?E?lD@vȴ9?9XbN?+ I@ @ @ ?Q?\(?ffffff@ \(@]/w?ԋC%@R@\(1 roast?Beef`5 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Select,RAW@QQ@c@4 =p@Q?\(@8?(\)@5@h@@t@J@ QR? ě?zG{@8?l?1&y@bM?Q?=p =@&@&@&?\(\? =p?333333@tj~@+ I?֧-@M?Beef //$q5 BEEF,Round,TOP Round,Lean only and FAT,0" FAT,ALL Grades,Cooked,Broiled@N@g@@?(\@\(?Q@@=p =@4@h @o@D@?l?+ I@?33333? ě?Ł$/@?-V?ڏ\(@$@$@$?(\)?=p =?ffffff@hr!@l?j~"@P@qIQ1 steakBeefX5 BEEF,CHUCK,MOCK TENDER Stick,Lean only,1/4" FAT,USDA Choice,RAW@Re\(@\@2fffff@ GzH?񙙙@@(\)@5@i@w@Q@?tj~@4?-V?-V@ + I?$/@@@@Q? =p??Q?Q@M@|Y1 lb@@"@"? =p?ə?`bM?`bM?xtj~@@n1 cup@U@3 ozFish & Shellfish 0 ;4E -CUTTLEFISH,Mixed Species,RAW@T# =p@S@0=p =?ffffff?Gz?=p =@V@zG@>@x0@v @w@?zG?ȴ9Xb?(\)@Fffffff@333333?nO;?Q?tj~??333333@0@0@0@@wp@\@@\@?5?|h?j~#?&x@\@U@3 ozFish & ShellfishL<4+-MUSSEL,BLUE,RAW@T%Q@U@'@Q?p =q@ Q@:@@A@h@t@q??bM@ 333333@Fffffff@ ?zG{?Gz???@E@E@E@(@d@H@H?ᙙ??333333?9XbM?dZ1@<@b1 cup@C>C?C?C@C@CACACBCBCCCCCDCDCECECFCFCGCGCHCHCICICJCJCKCKCLCLCMCMCNCNCOCOCPCPCQCQCRCRCSCSCTCTCUCUCVCVCWCWCXCXCYCYCZCZC[C[C\C\C]C]C^C^C_C_C`C`CaCaCbCbCcCcCdCdCeCeCfCfCgCgChChCiCiCjCjCkCkClClCmCmCnCnCoCoCpCpCqCqCsCsCtCtCuCuCvCvCwCwCxCxCyCyCzCzC{C{C|C|C}C}C~C~CCCCCCCCCCCCCCCCCCCCCCCCCC :=4M -MUSSEL,BLUE,Cooked,Moisture HEAT@N33333@e@7@Q@ p =q@\(@@@Gz@B@q@p@w@\(\?nO@333333@Vffffff@+333333?333333?Gz@?ffffff?@S@S@S@8@s@V@V?333333?9XbM?dZ1@L@U@3 ozFish & ShellfishB>41 -OCTOPUS,COMMON,RAW@T@T@-R? =p?@@J@333333@>@g@@u@l?Gz? =p?@Fffffff@?Q?zG{@?? =p @0@0@0@4@b@F@F?333333??Vu?ļj~#?ΗO;d@H@U@3 ozFish & Shellfish ]X?4;-OYSTER,EASTERN,WILD,RAW@UJ=p @Q@333333@zG?Q@GzH@F@ =p@G@`@c@j`@V =p@+?|hr@Oٙ@ ??QR?zG?ǮzG?vȴ9X@$@$@$@3u\(@Y@>@>?333333??9XbN?tj?"`@J@o1 cup@U6 mediumFish & Shellfish@4[-OYSTER,EASTERN,Cooked,BREADED and FRIED@P.zG@h@!=p @)(\)?Q@'=p =@O@@M@c@n@z@UQ@-V?\(\@P@ffffff?333333?"`B?ffffff?GzH?bM@?@1@,@E@/B\(@r@V@V@ tj~@+@ $/@T@@U@3 oz@V6 mediumFish & Shellfish }})(A4]-OYSTER,EASTERN,WILD,Cooked,Moisture HEAT@QzG@a @,333333@ =p@Q@GzH@V@'G{@W@i`@q@z`@fQ@F-?M@Qfffff@?QR?+ I^@;dZ?vȴ9X?5?|h@,@,@,@A\(@f@K@K?9XbN?tj?"`@Z@@U@3 oz@E6 mediumFish & ShellfishSB47-OYSTER,EASTERN,CANNED@UH\)@Q@@=p =@\(?Q@GzH@F@@K@a`@l@\@V@bM?@Afffff@?333333??|hs?lC? =p ?QR@"@"@"@3!Gz@r@V@V?333333??1&x??S@K@d@1 cup@o1 cupFish & Shellfish %C41-OYSTER,PACIFIC,RAW@T =p@T@@"fffff@ffffff?zG@@ @p =q@6@d@@e@Z@0Q?7KƧ?tj~@S@@ ?&x?m@zG??@$@$@$@0@p@T@@T@?QR?x?웥S@I@I1 medium@U@3 ozFish & ShellfishWD4?-SCALLOP,MIXED SPECIES,RAW@SzG@V@0ǮzH?QR?zG{@Gz@8?ҏ\(@L@k`@t @d ?ffffff?"`A? =p @6333333@?tj~? =p?ffffff?M?333333@0@0@0?zG{@I@.@.??9XbM?l?д9XbN@@@>1 unit@U@3 ozFish & Shellfish \E4i -SCALLOP,Mixed Species,Cooked,BREADED and FRIED@M8Q@j@2R@%Gz?GzH@$B\(@E?=p =@M@m@t@}?\(?+?Q@:fffff@ffffff?$/?(\)?zG?ə?Q@B@3@2@I?Q@R@7@7@Z1'@E@+ @N@?2 largeFish & Shellfish F4m -SCALLOP,Mixed Species,Imitation,MADE FROM SURIMI@RtzG@X@)=p ?=p =@\(@%=p =@ ? =p@E@q@Y@?Q?bM?+ I@7?zG{?bM? =p?Q?Q@@@?@P@4@4?zG{?Q?Gz@6@U@3 ozFish & Shellfish l]G4;)-SQUID,MIXED SPECIES,RAW@S33333@W@/(\)?zG?\(@ =p@@?\(@@@k@n@F?zG{?A7Kƨ?Q@Fffffff@?zG{?^5?|@ffffff??1&y@@@?@@@$@$?333333?x?dZ1?ěS@m @@v @r@R???zG{@Efffff?zG{?zG{@?Q?QR@4@4@4@@N@2@2?Ƨ-?9XbN?E@C@w1 can@U@3 ozFish & Shellfish C9M5-SALMON,PINK,Canned,without SALT,Solids with BONE and Liquid@QR@a`@3ǮzH@333333?zG@j?Gz@A@t@t`@R?p =q?1&?zG{@@?O;dZ?+@$/?ᙙ?333333@.@.@.@@K@1@1?\(?333333@dZ1@K@|`1 can@U@3 ozFish & Shellfish9N5-SALMON,SOCKEYE,Canned,without SALT,Drained Solids with BONE@Q.zG@c @4xQ@=p =@@m?\(@=@t`@w@R?QR?$/?Q@A33333?bM?ȴ9XbN@Q?ᙙ?333333@$@$@$?333333@f@J@J?M@5?|h@7KƧ@F@w1 can@U@3 ozFish & Shellfish C1O4u-TUNA,Light,Canned IN OIL,without SALT,Drained Solids@M=p @h@=!Gz@ kQ@zG@*?=p =@?@sp@i@I??-V?Q@S?tj~?Q@(?׮zG?(\)@@@@@S@7@7?C%@O;d@zG@2@e`1 can@U@3 ozFish & Shellfish9P4u-TUNA,Light,Canned IN H2O,without SALT,Drained Solids@Rp =@]@9\(?=p =?\(@&?zG{@;@d`@m@I? =p?1&?+ I@T?bM?l@*\(?dZ1?ffffff@@@@Q@L@1@1?E?Z1'?Ցhr @>@d1 can@U@3 ozFish & Shellfish K1Q4u-TUNA,WHITE,Canned IN OIL,without SALT,Drained Solids@PGz@g@@:zH@ (\)@p =q@?@A@p@t@I?zG? =p?bM@N ?hr Ĝ?9XbM@'e`A7L?׮zG?ۅQ@@@@@T@8@8?ffffff@ =p@ =p @?@f@1 can@U@3 ozFish & Shellfish1R4u-TUNA,WHITE,Canned IN H2O,without SALT,Drained Solids@RGz@`@7Q@\(?(\)@,? =p @@@k @m@I?޸Q?+?tj~@Pl?bM?+ I@2-V?vȴ9X?Ƨ-@@@?Q@3@@?XbM?+ J?vȴ9X@E@e1 can@U@3 ozFish & Shellfish `-S4g-BASS,FRESHWATER,Mixed Species,Cooked,DRY HEAT@Q2\(@b@@8.zG@Q?333333@Y?\(@C@p@|@V?\(?vȴ9X?=p =@0333333@?E? =p ?Z1'?zG?lD@1@1@1@zG{@\@A@A?tj?\(\?\(@U@O1 fillet@U@3 ozFish & ShellfishT4E-BASS,STRIPED,Cooked,DRY HEAT@RW =p@_@6G{@Q?GzH@3?GzH@I@o@t@V?QR?zG{?tj~@Gffffff?p =q?l@vȴ9X?zG?$/@$@$@$@ =p@Z@?@???nO?zG@Y@_1 fillet@U@3 ozFish & Shellfish fU4=-BLUEFISH,COOKED,DRY HEAT@OQR@c@9 =q@\(?GzH@"? =p@E@r0@}@S@? =p?hr Ĝ?S@Gffffff?&x?E@hr?\(?ݲ-V@@@@Gz@|@a@@a@?n@`A7K?^5?|@S@]@1 fillet@U@3 ozFish & ShellfishV49-BURBOT,COOKED,DRY HEAT@RZ=p @\@8\(? =p? =p@P?ffffff@D@p@0@_? =p ?bM?9XbN@0333333?tj~?tj?hr ?$/?$/????p =q@1@@?n?\(?bM@S@@V1 fillet@U@3 ozFish & Shellfish << IN5#/LAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,Choice,RAW@PQ@j @2xQ@, =p? =p @ ?333333@8@e@p @L@ p =q?-V?$/@5L? =p?θQ@?ffffff?333333@4@4@4@QR@ =p@ =p?ffffff@Q@\(?\(@,?Gz@3@a@i @M@\(?O;dZ?hr Ĝ@133333??QR@=p =? =p?Q@.@.@.@Q@*(\@)333333@\(\@R@>\X5O/LAMB,Domestic,RIB,Lean only and FAT,1/8"FAT,Choice,Cooked,Broiled@H =p@u@@7\(@:R? =p @2?Gz@8@g@qP@S@@ =p?vȴ9X?$/@833333? =p ?p =q@zG?Q?(\)@.@.@.@zG{@&Q@% =q@\(\@X@k1 piece, cooked, excluding refuse@U@3 oz@@Lamb, Veal & Game\Y5O/LAMB,Domestic,RIB,Lean only and FAT,1/8"FAT,Choice,Cooked,Roasted@H˅Q@uP@5R@;zH?ffffff@6?Q@4@e@@qP@R@ \(?E?$/@6L? =p ?Gz@zG?zG{?Q@0@0@0@\(@'QR@'.zG? =p@X@o1 piece, cooked, excluding refuse@U@3 oz@>Lamb, Veal & Game ..PZ51/LAMB,Domestic,Shoulder,Whole (ARM and Boiled),Lean only and FAT,1/8"FAT,Choice,RAW@OzG@n@1R@2\(?Q@0?zG{@5@d`@m@O@zG{??zG{@333333?(\)?Gz@zG{?\(?Q@3@3@3@\(@ 333333@ =p ?QR@Q@@n @{@N@\(?"`?hr Ĝ@;?Q?У =p@?޸Q?ᙙ@(@(@(@@Gz@Q?\(\@U@t1 piece, cooked, excluding refuse@U@3 oz?Beef $5 OBEEF,Round,TOP Round,Lean only,1/4" FAT,Choice,Cooked,PAN-FRIED@K@l`@A\)@!(\)? =p@@ 333333@A@r@@@Q@zG{?ěS?zG{@@?(\)?Q@Q?p =q?Q@*@*@*@ p =q?Q?333333@\(\@ =p?=p =@X@@o1 piece, cooked, excluding refuse@U@3 oz@(Beef 3 '4mBEEF,Round,TOP Round,Lean only,1/4"FAT,PRIME,RAW@Q\)@c @6=p @Q?񙙙@@Q@9@k`@w@J@\(?E?1&y@4??QR@p =q? =p ?QR@"@"@"@Q@(\)@(\)?ҏ\(@L@ =q@-\(\@Q@>@ @;@m@y@@N@"Q? =p?nO;@<33333?Q?ə@QR?׮zG?\(@"@"@"@ zG@@?\(@T@h@1 piece, cooked, excluding refuse@U@3 oz@BBeef 1!+4oBEEF,SHANK CROSSCUTS,Lean only,1/4"FAT,Choice,RAW@RAR@`@5@? =p @4@\(@,@i@x0@O@\(?-V?1&y@133333??(\)@\(?ffffff?zG@ @ @ @ =p?zG{?(\)?333333@C@@pp@{@P@$G{?tj?zG{@>?Q?Gz@\(?=p =?׮zG@$@$@$@QR@QR@Gz?Gz@S@e@1 piece, cooked, excluding refuse@U@3 oz@FBeef w-5)BEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,USDA Choice,RAW@NGz@o@@2+Q@3R?(\)@?\(\@3@e@@o@J@ Q?+?vȴ9@+?+ J?šo@ j~"?ӅQ? ěT@@@@\(?(\)@'-@!$/? ě@Q@|Y1 lb@4sBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,PRIME,RAW@MEQ@q@1fffff@7\(? =p@@zG{@3@f@@r@H@?O;dZ?tj~@0fffff?(\)?Gz@?333333?׮zG@@@@\(@" =q@#Q?Q@Q@?Beef]5BEEF,PLATE,INSIDE SKIRT STEAK,Lean only ONLY,1/4" FAT,ALL Grades,RAW@QzH@d@5zG@ zG{?@ @Q@5@h@w@P@?-V@-?vȴ9?\(@5?|h?ۥS@@@@?zG{@ Q@Gz? =p @L@|Y1 lb@fffff? ě?hr Ĝ@Q?E?^5?|@"@"@"?zG{?QR?@/w@R?&x@Q@Beef ;;$e#5%BEEF,Bottom SIRLOIN,TRI-TIP STEAK,Lean only,0" FAT,ALL Grades,Cooked,Broiled@I\(@o@@>zG@*QR? =p@(@ Q@:@q@|@R@@ =p ?ļj~#@$?ěS?n@KƧ?Q@$@$@$@ =p ? =p @zG{@Q?p =q@P@U@3 oz@|Y1 lb@BeefX34KALCOHOLIC Beverage,BEER,Regular@W:G{@C?333333?(\)@(\)@?zG{@@,@;@?zG{?tzG{?bM?333333?tzG{??j~"?E?O;dZ@@@?zG{@=333331 fl oz@v@1 canBeverages   &44_ALCOHOLIC Beverage,BEER,Regular,BUDWEISER@W1Gz@D? =p ?(\)@\(@@@*@@@?htj~?nO;@=ǮzH1 fl oz@vP12 fl ozBeveragesV64GALCOHOLIC Beverage,BEER,Light@W\(@=?Q??\(\? =p @?Q@@(@5@?zG{?xtj~?xtj~?ٙ?tzG{?Q?$/?Q?hr Ĝ@@@? =p @=1 fl oz@v 1 canBeverages bbq 74[ALCOHOLIC Beverage,BEER,Light,BUD Light@W@???(\)?\(@@@&@:@?`bM@=}p =1 fl oz@vzG12 fl ozBeverages 94QALCOHOLIC Beverage,DAIQUIRI,Canned@Rfffff@_@?@/ffffff?zG{?@@&@D?Q?bM?tzG{???PbM?PbM?1&y?|1&y?htj~???@@>1 fl oz@i1 canBeverages n:4m!ALCOHOLIC Beverage,DAIQUIRI,PREPARED-FROM-RECIPE@Qo\(@g@?Q?Q?zG{@\(?@QR@? =p @@@5@?zG{?+ I?Q???vȴ9?tzG{?1&?hr Ĝ?bM@@@@?Q?@?xtj~?xtj~?bM@>3333331 fl oz@N1 cocktailBeverages=4eALCOHOLIC Beverage,BEER,Light,MICHELOB ULTRA@Wٙ@;?\(?Q?\(\@@@ @1@?zG{?`bM?tzG{@=\(1 fl oz@v"Q12 fl ozBeverages ^[>4k ALCOHOLIC Beverage,MARTINI,PREPARED-FROM-RECIPE@O =p@n`?zG{?@QR?QR??zG{@@@0@?zG{?+ I?$/??htj~?htj~?l?xtj~@<3333331 fl ozBeverages?4WALCOHOLIC Beverage,PINA COLADA,Canned@Ks33333@m?333333@ffffff?333333@;???Q@@B@T@Q?ə?E?j~"?ffffff??hr Ĝ?tzG{?vȴ9?S?hr Ĝ@@@@8?@H9Xb?I^5?}?7KƧ@@L1 fl oz@k1 canBeverages aW4A-BUTTERFISH,Cooked,DRY HEAT@PQ@g`@6&fffff@$\(? =p@<?zG{@@@s@@~@\?zG?lD?tj~@Gffffff?° ě?ȓtj~@tj~?zG?$/@1@1@1?GzH@[@@@@@@T@91 fillet@U@3 ozFish & ShellfishX4C-COD,PACIFIC,Cooked,DRY HEAT@S@Z@@633333?Q? =p@"?Q@?@k@(@V?QR?`A7L?Q@Gffffff@??1&@Gz?ļj~#?ݑhr @ @ @ ? =p@@@$@$?vȴ9?Gz?1&x@G@V1 fillet@U@3 ozFish & Shellfish a|Y45-CUSK,COOKED,DRY HEAT@QkQ@\@8Y?(\)?@*?\(@D@p`@p@D?\(\?O;dZ?tj~@Gffffff?tj~?ļj~#@ + I^?ԛS?ܛS@@@?333333@Q@@5@5@J@W1 fillet@U@3 ozFish & ShellfishZ4C-DOLPHINFISH,Cooked,DRY HEAT@QzG@[@@7Q?@Q@3?333333@C@f@@\@?Gz?"`A?tj~@Gffffff?O;dZ?\(@KƧ?zG?ݑhr @@@?zG@j@O@O?+ ? =p? I^5@W@c1 fillet@U@3 ozFish & Shellfish Z[4K-DRUM,FRESHWATER,Cooked,DRY HEAT@Q(\@c @6}p =@GzH?zG@S@?ffffff@C@l@v@X?333333? I^5?9XbN@0333333??j~#?~"@`A7L?zG?$/@1@1@1@zG{@h@M@M?l@tj~?lD@T@c@1 fillet@U@3 ozFish & Shellfish"\4O-HALIBUT,GREENLAND,Cooked,DRY HEAT@N =q@m@2kQ@1p =?zG{@?333333@@@j@@u@Y?QR?tj~?Q@Gffffff? ě?^5?|?ěS?nO;? =p ????Q@N@2@2@`A7@%{lC? I^5?@M@c.5 fillet@U@3 ozFish & Shellfish ]4K-HERRING,PACIFIC,Cooked,DRY HEAT@OQ@o@@5\(@1=p @QR@Z? =p @D@r@@@W?\(??-V@Gffffff? ě?bM@hr ?vȴ9X?S@@@@#=p =@]@A@A@-V@!/w@+ @X@b1 fillet@U@3 ozFish & Shellfish|^45-LING,COOKED,DRY HEAT@RxQ@[@8Y?=p =? =p@F?\(@T@@o@~`@e?? I^5??tj~@Gffffff?A7Kƨ?͑hr @hr Ĝ?ם-V?vȴ9X@ @ @ ?@\@A@A@I@b1 fillet@U@3 ozFish & Shellfish ^_4;-LINGCOD,COOKED,DRY HEAT@RQ@[@@6 =p?\(?@2?=p =@@@p @@S?\(?Q?vȴ9@Gffffff?Q?n@nP?zG?$/@$@$@$@@M@1@1?QR?ܛS?؃nP@P@b.5 fillet@U@3 ozFish & Shellfish`4G-MACKEREL,KING,Cooked,DRY HEAT@QB\(@`@:@zG{?=p =@D@=p =@D@s@p@i`? =p ?`A7L?xtj~@Gffffff??p =q?\(@$C?"`?QR@"@"@"@2@8@o@o?\(?S?+ @Q@c@.5 fillet@U@3 ozFish & Shellfish yya4{)9-MACKEREL,PACIFIC and JACK,Mixed Species,Cooked,DRY HEAT@Np =@i @9G{@$=p =@ =p@=? =p@B@d@H@[?Q?vȴ9X?tj~@Gffffff@?GzH?GzH@%U$/?\(\?bM@@@@Q@K@0@0??@ I^5?@ +@lC@N@QR@#? =p @"?\(@6@j@r@Q@\(?tj~?bM@)?Q?Q@! =q?=p =?ҏ\(@.@.@.?zG@ \(@1&x?7KƧ@]@m1 piece, cooked, excluding refuse@U@3 oz@6Lamb, Veal & Game M|4m/VEAL,SHANK (FORE and HIND),Lean only and FAT,RAW@S:G{@\@@3&fffff@ =p? =p@4?QR@5@g@s@U@Q?l?nO;@?9XbM?&x@E?-?+@.@.@.?\(?\(?1&?;dZ@R@Lamb, Veal & GameE4sO/VEAL,SHANK (FORE and HIND),Lean only,Cooked,Braised@O}p =@f @@(\@QR?zG@A?(\)@9@l@sP@W@=p =?hr!?Q@+ffffff??333333@#QR??GzH@1@1@1?=p =?=p =?j~#?O;dZ@_@k1 piece, cooked, excluding refuse@U@3 oz@>Lamb, Veal & Game W5)/LAMB,AUS,Imported,Fresh,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,RAW@P;Q@l@1 =p@0Q?(\)@*?Gz@4@e@q@R@ \(\?\(?+ I@?$/?д9XbN@j~#?m?ղ-V@\(@ `ěT@ =p?"`@P@@m@z0@O@\(\?x?hr Ĝ@8ffffff? =p?333333@\(\?QR?(\)@@@@\(@QR@=p =?\(\@U@U@3 oz@X1 steak, excluding refuse@5BeefL4yOBEEF,TENDERLOIN,Lean only,1/4"FAT,PRIME,Cooked,Roasted@L =p@o@;=p @.=p ?\(@@ GzH@;@m@x@M@zG?`A7K?bM@733333??zG{@ Q??QR@ @ @ @(\)?Q?333333@Gz@\(?333333@U@o@1 piece, cooked, excluding refuse@U@3 oz@9Beef ll:JM5?BEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/4" FAT,ALL Grades,RAW@Nc =p@n`@3@1Q? =p@?GzH@2@d`@rp@J@ Q?lD?tj~@0? =p ?Q@ =p ?zG{?\(@@@@@(\)@Q?zG{@P@|Y1 lb@m1 steak, excluding refuse@"BeefBS5?BEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/4"FAT,PRIME,RAW@L\)@s@2TzG@9+Q?zG@?zG{@1@c@q@J@zG?&x?tj~@033333?zG{? =p@ \(? =p?QR@@@@\(\@$\)@&(\)?Q@Q@@|Y1 lb@n1 steak, excluding refuse@Beef XMT5?BEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/4"FAT,PRIME,Cooked,Broiled@I =p@t0@9aGz@7R? =p@"@\(@7@h@u@O@Q?tj~?1&y@6fffff?zG{? =p @ =p?Q?׮zG@@@?Gz@#333333@$B\(?Q@S@U@3 oz@f1 steak, excluding refuse@ Beef$[4uBEEF,Short LOIN,TOP LOIN,Lean only,1/4"FAT,PRIME,RAW@P\)@g@5zH@%u\(?zG{@?zG{@6@g @u@M@ Q?+?1&y@1??333333@? =p ?(\)@@@@ffffff@(\)@=p =?\(@M@7>7?7?7@7@7A7A7B7B7C7C7D7D7F7F7G7G7I7I7J7J7K7K7M7M7V7V7X7X7Y7Y7_7_7a7a7b7b7e7e7f7f7k7k7p7p7r7r7s7s7t7t7u7u7v7v7y7y7z7z7{7{7|7| gg*4m)BEEF,GROUND,PATTIES,Frozen,Cooked,Broiled,Medium@Ku\(@q@8@3fffff?\(@&@@4@c@r`@S@@? =p?bM@5??ə@zG?QR?У =p@"@"@"@\(@Gz@!333333?\(\@W@s1 unit, cooked@U@3 ozBeefg4{BEEF,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAW@S\(@a@%Q@$?(\)?@E@ffffff@*@v@q @_?QR?^5?|?vȴ9@5L@%ffffff?O;dZ?xF@ ffffff@zG?hr!@@@@#Q@b`@?zG@V@Z1'@1&x?O;dZ@@P5OBEEF,Variety, varieties MEATS and BY-PRODUCTS,LUNGS,Cooked,Braised@S@^@4ffffff@ ?񙙙@&@@$@f@@e@Y@?=p =?I^5?}?Q@I&fffff@@Y?Q?M@-V?-V?zG{@ @ @ @Q@C@(@(?QR?ffffff?QR@qP@r1 piece, cooked, excluding refuse@U@3 ozBeef>5'BEEF,Variety, varieties MEATS and BY-PRODUCTS,MECHANICALLY SEPARATED Beef,RAW@MR@q@@- =q@7Q@Q@~P@zG@1@t@@qP@L@ =p?1&y?tj~@433333?nO;?5?|h@^5?|?"`B?ҏ\(@@@@zG{@'\(@ Gz?QR@j @@?tj~?xtj~?l@0333331 packetBeverages I5'ALCOHOLIC Beverage,WHISKEY SOUR,Prepared with H2O,WHISKEY and Powdered MIX@QI@d??zG{?GzH@/33333@/Q@F?zG{@@@@G?zG{?`A7L?|1&y??ٙ?htj~?`bM?tzG{?zG{@?`bM?PbM?xtj~@=ffffff1 fl oz@Y1 packetBeverages )K4YALCOHOLIC Beverage,WHISKEY SOUR,Canned@S9@]?@*??zG{?@@&@F?Q?nO;?xtj~???+ I?xtj~?zG{?bM@*?@>1 fl oz@j 1 canBeveragesSL4=WHISKEY SOUR MIX,Bottled@S@U???ə@5ffffff@5ffffff@?(\)?@@<@Y?Q?ٙ@?vȴ9?zG{?vȴ9?bM?`bM?zG{@>fffff1 fl oz@P&fffff2 fl ozBeverages uM4}ALCOHOLIC Beverage,WHISKEY SOUR,Prepared FROM ITEM 14028@R(\@c ?Q?Q?Q@) =p@)\(??zG{?@@2@N?Q?bM?|1&y?ə??zG{?bM?tzG{?bM?tzG{?PbM?+ I@>ffffff1 fl oz@Z1 portionBeveragesgR4cALCOHOLIC Beverage,CREME DE MENTHE,72 PROOF@DJPV\bhntz "(.4:@FLRX^djpv|  '.5<CJQX_fmt{*1#         E G I K M O Q S U W Y [ ] _ a c e g j l !n "p #r $t %v &x 'z )| *~ + - . / 0 1 2 W X Y Z! [# \% ]' ^/ _. `= aC bH cM dR eW f\ a i p t y }     " $ & ȁ( Ɂ+ ʁ- ˁ2 ́i ́j ΁l ρn Ёp сr ҁs Ӂt Ձu ցv ׁx ؁z ځ| ہ~ ܁         !#$&(*,.02 ||\\4OALCOHOLIC Beverage,WINE,TABLE,ALL@Ufffff@S@?ə?ə@ ?\(@ ?ffffff@"@*@U@?Q?bM?A7Kƨ?333333?pbM?bM?l?1&y?tj~????zG{@=1 fl oz@Y1 glassBeverages 4WALCOHOLIC Beverage,WINE,TABLE,Reduced@V @R?ə?333333?333333@ ?ۅQ@*@,@\@? =p ?zG{?vȴ?ə?tzG{?1&y?j~#?Q?hr Ĝ@@@?zG{@=1 fl oz@Y1 glassBeverages ^4QALCOHOLIC Beverage,WINE,TABLE,ROSE@V9@Q?ə?ə?ffffff@ ?QR@$@.@X@?Q?vȴ9?Gz?ə?pbM?bM?l?1&y?tj~????zG{@=1 fl oz@Y1 glassBeverages4SALCOHOLIC Beverage,WINE,TABLE,WHITE@Vffffff@Q??ə?陙@"?zG{@$@,@T@?Q?$/?`A7K?ə?pbM?tzG{?&x?$/?1&y@=1 fl oz@Y1 glassBeverages "4QBEEF BROTH and TOMATO Juice,Canned@Vy@B?333333??@!?@&?\(@@*@X@``?zG{?hr Ĝ?1&y?ffffff??PbM?-V?E?nO;?tj~@@@?@`@?bM?-V?+ I@>1 fl oz@e1 canBeveragesg&5;! NABISCO,KNOX DRINKING GELATIN,ORANGE FLVR,with Aspartame,Low Calorie, calories,Powdered@@wp@P?GzH?񙙙@8\)@P?zG{@0@E@*@d??@p?zG{?zG{?Q??333333?zG{@&1 envelopeBeverages TT&N'4o Mixed Vegetable, vegetables and FRUIT Juice Drink@V\)@F? =p ?zG{? =p@& =p?@% =p@?Q@@@8@0?zG{?nO;?1&y?@??xtj~?|1&y?tj?zG{?1&y???@@Y@?zG?ffffff@c@@@.BeveragesV)4GCARBONATED Beverage,CLUB SODA@X?@?zG{?@@5??xtj~?PbM@=1 fl oz@}1 canBeverages bb9@/S*5 VERYFINE Apple QUENCHERS Apple RSPBRRY CHRY Juice CKTL,Ready-to-drink@U33333@J??@*@$@@@&fffffBeverages+4{ SNAPPLE,SNAPPLE KIWI STRAWBERRY COCKTAIL,Ready-to-drink@V@H??@'@"?333333@@^@n =p8 fl ozBeveragesk/5' KRAFT,SUGAR FREE KOOL-AID MIX,with Aspartame and Vitamin C,CHERRY FLAVOR@@r @ffffff?333333@@U9?ffffff@z`@?333333.125 envelopeBeveragesM04k KRAFT. COUNTRY TIME LEMONADE MIX,with Vitamin C?@v ??333333?@Xfffff@UY@R@B@21 portionBeverages )}4g -CUTTLEFISH,Mixed Species,Cooked,Moisture HEAT@N\(@c@@=p =?ffffff@ Gz?=p =@f@%zG@N@ @@@@ zG?-V?n@Vffffff@!?hr Ĝ?lD@nP??GzH@8@8@8@@@i`@i`?5?|h?ļj~#?&x@l@U@3 ozFish & ShellfishS~4S -OCTOPUS,COMMON,Cooked,Moisture HEAT@N@@d@=R@ =p@ @@Z@#zG@N@qp@@|@ Gz?S?bM@Vffffff@ ?/v?tj~@=p =??j~#@8@8@8@B@r@V@V?333333??E?Լj~#?އ+ I@X@U@3 ozFish & Shellfish oc4S-OYSTER,PACIFIC,Cooked,Moisture HEAT@PzH@d`@2fffff@ffffff@zG@#@0@"ffffff@F@n`@r@j@@Q@nO;?O;dZ@c@@)?A7Kƨ?Z1'@ l?? =p @.@.@.@<@~p@b@@b@?333333??QR?E?S@Y@91 medium@U@3 ozFish & Shellfish 4G -ROUGHY,ORANGE,Cooked,DRY HEAT@QFfffff@V@@2ٙ??ffffff@C?p =q@C@p@x@T@?Q?x?tj~@Gffffff?p =q?lC@ ;dZ?QR?$/@ @ @ @zG{@T@@8@8?O;dZ?zG?bM@:@U@3 ozFish & Shellfish zz"$4U-CATFISH,CHANNEL,WILD,Cooked,DRY HEAT@SjG{@Z@@2xQ@?ffffff@&?ffffff@<@s@z0@I?Q?+?S@,?陙?Vu?&x@zG?Q?"`A@$@$@$@333333@I@.@.?+?$/?Z1'@R@a1 fillet@U@3 ozFish & ShellfishZ4A-CATFISH,CHANNEL,FARMED,RAW@RQ@`@/@\(\?@"?@7@i@@r@J?zG?"`B?nO;@)333333?333333?vȴ?333333@nO;?333333?bM@$@$@$@\(@I@.@.?333333??I^5?}@ ě?+ J@G@c1 fillet@U@3 ozFish & Shellfish a&4Y-CATFISH,CHANNEL,FARMED,Cooked,DRY HEAT@QQ@c@2Q@ =p ?Q@"?=p =@:@n@t@T??;dZ?zG{@-?陙?Gz? ě@vȴ?vȴ9X?/w@@@@ffffff@I@.@.?vȴ9@Q?E@P@a1 fillet@U@3 ozFish & Shellfish4A-SALMON,ATLANTIC,FARMED,RAW@Q9@f@3fffff@%33333?@(? =p @<@m @v@M?ٙ?+ J?Q@B@@333333?\(?Q@Q?zG?bM@:@:@:@ffffff@I@.@.@vȴ9X@l@r ě@M@h.5 fillet@U@3 ozFish & Shellfish f'4Y-SALMON,ATLANTIC,FARMED,Cooked,DRY HEAT@P0@i@6@(33333?ffffff@.?\(@>@o@x@N?ۅQ?+ J?bM@D33333@ ?\(?GzH@  =p??9XbN@A@A@A@ffffff@I@.@.@1&x@^5?|@9XbN@O@f@.5 fillet@U@3 ozFish & Shellfish49-SALMON,COHO,FARMED,RAW@QzG@d@5EQ@zG?@(?\(@?@r@@| @G?ۅQ?tj~?tj~@)333333?񙙙? =p ?(\)@@n?=p =?Q@*@*@*@\(\@g@L@L?Vu@ =p?Ƨ-@I@c1 fillet@U@3 ozFish & Shellfish ~~$"4Q-SALMON,COHO,FARMED,Cooked,DRY HEAT@P@f@@8L@ u\(?ffffff@(?\(@A@t@|@J?zG?ȴ9Xb?$/@,333333???hr!@nO?^5?|?-V@,@,@,@ \(\@h@M@M?vȴ@ l?hr Ĝ@O@a1 fillet@U@3 ozFish & ShellfishX4=-TROUT,RAINBOW,FARMED,RAW@R.Q@a@@4޸Q@?Gz@P?GzH@@@q@|0@A?=p =?O;dZ?nO;@)333333@333333?lC? ě@ r-V? =p ?+@&@&@&@(\)@q@U@U?Q??/w?vȴ9?Gz@M@S1 fillet@U@3 ozFish & Shellfish Y$ 4U-TROUT,RAINBOW,FARMED,Cooked,DRY HEAT@PR@e @8EQ@?@U?Q@@@p@{@E?\(\?;dZ?zG{@.@ ffffff?Vt?zG{@!zG?\(?XbM@8@8@8@Gz@q@U@U@ =p@ěS@ =p@Q@Q1 fillet@U@3 ozFish & Shellfish# 4O!-CRAYFISH,Mixed Species,FARMED,RAW@U33333@R@-33333? =p ?@9?ᙙ@>@k@@pP@O?(\)?Vt?° ě@@>@>@@I@.@.?/w?ȴ9Xb?1&x@Z@U@3 oz@;8 crayfishFish & Shellfish Y" 4q -CRAYFISH,Mixed Species,FARMED,Cooked,Moisture HEAT@T333333@U@1Q??Q@I?\(@@@n @m@X@?zG?\(?Ƨ-@A??bM?zG{?1&y?bM?&x@&@&@&@@I@.@.?˥S?bM?nO;@a @U@3 ozFish & Shellfish# 4S-OYSTER,EASTERN,WILD,Cooked,DRY HEAT@T33333@R@ ?ffffff?@333333@F@QR@G@a@e@n@Rffffff@ =p?nO;@Q@ffffff?\(?zG{???tj~@2@2@2@;?ᙙ?p =q?S@H@U@3 oz@M6 mediumFish & Shellfish W 4?-OYSTER,EASTERN,FARMED,RAW@U@M@Gz??@Q@F@Q@@@W@@_@f@@B\(?睲-V?7KƧ@Oٙ@?Gz? =p?E?tj?Q@2@2@2@0333333@9@ @ ?Z1'?tj~?x@9@U@3 oz@U6 mediumFish & Shellfish%4W-OYSTER,EASTERN,FARMED,Cooked,DRY HEAT@T|@S@@\(?ffffff@Q@L@zG@@@\@c@d`@F33333?l?333333@S`@? =p?(\)?1&y?\(?tj~@8@8@8@8L@O@3@3?"`B?p =q?`A7@C@U@3 oz@M6 mediumFish & Shellfish DD)a4M-SALMON,COHO,WILD,Cooked,DRY HEAT@Q@a`@7s33333@333333?@F?Q@@@t @{ @M?Q?-V?tj~@C?ffffff?333333?Q@?Q?-V@*@*@*@@_@@C@C?Q??/w?KƧ?^5?|@K@f@.5 fillet@U@3 ozFish & ShellfishS49'%-CONCH,BAKED OR BROILED@QY@`@@:L?333333?ffffff?333333@X?\(@m@k @d`@c ?\(\? =p@D&fffff?Q?zG{? =p?Q@f`@f`@f`@@7@@@QR?ə?׮zG?`A7K?щ7KƧ@P@@_1 cup, sliced@11 oz, cookedFish & Shellfish e4s -USDA COMMODITY,SALMON NUGGETS,BREADED,Frozen,Heated@N0 =q@j@)aGz@'p =q?@+Q@ ? =p@4@f@d@e? =p?E?5?|h?~"?+@S?j~#?j~"@"@@@&@\(@E@@?Q@@9XbM@:Fish & Shellfish5 -USDA COMMODITY,SALMON NUGGETS,Cooked AS PURCHASED,Unheated@P$zG@g@' =q@$(\? =p @'33333@"?\(\@4@e@d @d?p =q?lD?"`A?\(?Q@n? =p?(\)@"@@@&@p =q@E@@?E@QR@lC@;Fish & Shellfish pu4G BEANS,ADZUKI,MATURE SEEDS,RAW@*Gz@t@3޸Q?\(@ zG@Os33333@)ffffff@P@Q@_@w@@@(\)?$/?zG@?Q?(\)@ =p ?7KƧ?vȴ9X@p@p@p@1??r ě@h1 cupLegumes 4u BEANS,ADZUKI,MATURE SEEDS,Cooked,Boiled,without SALT@P\(@`@zG??GzH@8Q@333333@<@@J@e@@ ?QR?nO?Vt?333333?p =q?bM?l?ۅQ?tj~@^@@^@@^@@?nO;@l1 cupLegumes   z4a BEANS,ADZUKI,MATURE SEEDS,Canned,Sweetened@DJ=p @m@ffffff?Q?\(@KGz@6?zG@?@R@]@k@?\(?\(? ěT@ ?"`B?1&y?1&x?1&x?$/@Z@Z@Z@?+ I@r1 cupLegumesq4K BEANS,ADZUKI,YOKAN,MATURE SEEDS@A@p@@ QR?Q?Gz@N\(\@;?\(@2@D@F@T?Q?-V?Q@ffffff?tzG{?pbM?/v?XbM?bM@ @ @ ??tj@,1 sliceLegumes .4? BEANS,BAKED,HOME PREPARED@PJG{@b@(\)@@zG@5c =p@@N? =p@E@[@@v`@z`?\(\?Z1'?QR@?񙙙?hr Ĝ?+ J?1&? =p? =p @H@H@H?+ I^@bM?zG@@o1 cupLegumesN4Y BEANS,Baked,Canned,Plain OR VEGETARIAN@R@W@?׮zG?@5# =p@ffffff@"zG@A?Gz@:@R@k @u?Q?° ě?E@?tj~?+?dZ1?˥S?$/@(@(@(@[@?333333?陙@P@@@0?+ I??|hs?$/@o1 cupLegumes 6|4E BEANS,Baked,Canned,with Beef@QQ@^@@Q@ ? =p @0\)@F?@9@T@@t@}?333333?333333?333333@#333333??vȴ9? =p ?zG?lC? =p @E@E@E@j@&?E?(\)?=p =@6@p1 cupLegumesF4I BEANS,Baked,Canned,with FRANKS@QU\(@a@@GzH?333333@.ǮzH@@Q@H?zG@<@Z@m`@z?Q?C$?Gz@@ffffff?-V?1&y?E?n?O;dZ@>@>@>@U@?p =q?@J@y@0@`A7@ =p?n@@p01 cupLegumes ( 4E BEANS,Baked,Canned,with PORK@Qp =@Z@\(??\(@3G{@@J?333333@A@[@sP@y?\(\?˅Q?vȴ@@?"`A?tj~?ܛS??bM@B@B@B@f@@"?+ I^?7KƧ?xF@@o1 cupLegumesT 4e BEANS,Baked,Canned,with PORK and Sweet Sauce@Qp =@[@=p =?\(\? =p@4G{@@"# =p@N?\(@A@Z@@p@u???׾vȴ9X@@?bM?;dZ?vȴ9X?^5?|?\(@B@B@B@9??GzH?@.@@?tj?9XbM?-V@@o1 cupLegumes CC*c 4gBEANS,Baked,Canned,with PORK and TOMATO Sauce@R`@W@?\(?zG@2 =q@@zG@L@ Q@A@]@rp@{P@Q?C$?S@@?vȴ9?O;dZ?ߝ-V?+ J? ěT@.@.@.@U@??@I@t @,?ЃnP?vȴ9X?lD@@o1 cup@/1 tbspLegumesR4EBEANS,BLACK,MATURE SEEDS,RAW@& =p @uP@5?Q@ @O.zG@.ffffff@@^@zG@e`@v@,@@ 333333?x?\(@ ??ȴ9XbN?GzH?ěS?M@{@{@{?(\)@?lC?|hr?Q@h@1 cup@(3333331 tbspLegumes ,4s BEANS,BLACK,MATURE SEEDS,Cooked,Boiled,without SALT@Po\(@`@!Q?GzH?ffffff@7\(@!ffffff@;@@Q@a@v0??Q?n?j~"?333333?;dZ?5?|h?(\)?"`?lD@b@b@b@?n?bM?͑hr @e1 cupLegumesP4] BEANS,BLACK TURTLE SOUP,MATURE SEEDS,RAW@&@u0@5@?@ @O@8fffff@@d@!ffffff@d@{@p@"@??@ ??ȴ9XbN?GzH?ěS?M@{@{@{?(\)@?Ͳ-V?+?ěS@g1 cupLegumes S5+/LAMB,AUS,Imported,Fresh,LEG,SIRLOIN HALF,Boneless,Lean only and FAT,1/8"FAT,RAW@OP =q@o@1@@4? =p@(?@4@d@qp@Q@?l?vȴ9@ ?$/?hr Ĝ@ǮzH?tj?ղ-V@\(@# I^5@ 3E?Vt@P@? =p?ϝ-V@GzH?=p =?@.@.@.@=p =?θQ@bM@`A?n@T@Uҏ\(1 patty@U@1 servingLamb, Veal & Game {45/GAME MEAT BISON,TOP SIRLOIN,Lean only,1" STEAK,Cooked,Broiled@PFfffff@e`@< @?Q@@ \(@;@o@x0@J@p =q? I^5?vȴ9@D?Vu?ܛS@GzH?Q?m@2@2@2@ =p?ə@KƧ@S?$/@U@hNQ1 steak@U@1 serving@ Lamb, Veal & Game +(4}BEEF,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,RAW@SL@Z@@2L@?zG@"@FFfffff@6@r@z@U@@Gz?Ł$/? ě@O@F??׮zG@ ?KƧ?Q@@@@Q??\(?(\)@pp@333333?$/??p =q?O;dZ?zG{????(\)@!8Q@!GzH@ =p@r`@w1 piece, cooked, excluding refuse@U@3 ozBeef(4}BEEF,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,RAW@P!R@l@-@0 =p?陙@ p =q@@@0@`@s@Q@@\(?\(?vȴ9@"@??\(@\(?`A7L? =p@@@@QR@@\(?@U@fffff1 fl oz@~1 canBeveragesE34[ GATORADE LEMON LIME FLAVOR MIX,Powdered@@v@@W33333@Vl@i @@0.75 scoopBeverages ZZN)p55 TABASCO TOMATO COCKTAIL,BLOODY MARY MIX,MILD,Ready-to-drink@W33333@7??ffffff@?ٙ@@9? =p @~P@r@n8Q8 fl ozBeveragesW84ICARBONATED Beverage,GINGER ALE@VθQ@A@!=p @!ffffff@? =p ??@??nO;?vȴ9?@>1 fl oz@~1 canBeveragesS94o NESTLE,NESTEA ICE TEA,LEMON FLAVOR,Ready-to-drink@V@B?333333@!@?tj~@n1 cupBeverages ea;5 TROPICANA TWISTER ORANGE STRAWBERRY BANANA Drink,Frozen Concentrate@J&fffff@g?ٙ?ٙ?ٙ@G@@BL@:@$BeveragesN=5  WELCH'S ORCHARD TROPICALS PASSION FRUIT Drink,Frozen Concentrate@I@h?333333?ٙ@Hfffff@C333333@F@-Beverages>4ICARBONATED Beverage,GRAPE SODA@V333333@E?@&ffffff@?zG{??@.?Q?+ I?vȴ9@?1 fl oz@w@1 canBeverages ?57CARBONATED Beverage,Low Calorie, calories,OTHER THAN COLA OR PEPPER,without CAFFEINE@X33333??@?zG{?@@??hr Ĝ@=1 fl oz@v01 canBeverages .. n@4wCARBONATED Beverage,LEMON-LIME SODA,CONTAINS CAFFEINE@V`@D?@$@$ffffff@?Q??@&??tj~?vȴ9?Q@>333331 fl oz@~1 canBeverages\A4SCARBONATED Beverage,LEMON-LIME SODA@V`@D?@$@$ffffff@?Q??@&??tj~?vȴ9?Q@>333331 fl oz@~1 canBeverages B5)CARBONATED Beverage,Low Calorie, calories,COLA,with Aspartame,without CAFFEINE@X33333???@?Q?@"@?zG{?+ I?Q??tzG{?O;dZ@=1 fl oz@}1 canBeveragesbC4_CARBONATED Beverage,COLA,without CAFFEINE@VFfffff@E??@%@%@?zG{?@*?@?zG{?xtj~?nO;?@?1 fl oz@~1 canBeverages ifD4gCARBONATED Beverage,COLA,with HIGHER CAFFEINE@VFfffff@E??@%@%@?zG{?@*?@?zG{?xtj~?nO;?@?1 fl oz@~1 canBeveragesF4ACARBONATED Beverage,ORANGE@Ufffff@H?@(@?Q??@@(??Q?vȴ9@?1 fl oz@1 canBeverages ::RG5ACARBON Beverage,Low Calorie, calories,OTHER THAN COLA OR PEPPER,with Aspartame,with CAFFEN@X33333??@?zG{?@@??hr Ĝ@=1 fl oz@v01 canBeverages*I4oCARBONATED Beverage,PEPPER-TYPE,CONTAINS CAFFEINE@VY@D?@$@?zG{@&?@$?zG{?xtj~?Q??Q@>333331 fl oz@~1 canBeverages FF&\J5  ENERGY Drink,with CAFFEINE,NIACIN,PANTO ACID,VIT B6 and B12@V (\@E?\(?@% =q@%(\)@T?333333@&@$@\@S?zG{?zG{?(\)??pbM@XbM?XbM?XbM?\(\?BeveragesVK4GCARBONATED Beverage,TONIC H2O@Vfffff@A?@!??zG{@??xtj~?PbM@>1 fl oz@~1 canBeverages VM4GCARBONATED Beverage,ROOT BEER@VS33333@D?@%333333@%333333@???@*?Q?|1&y?vȴ9?@>1 fl oz@~1 canBeveragesV5;CARBONATED Beverage,Low Calorie, calories,COLA OR PEPR,with Sodium SACC,CONTAINS CAFFN@X33333??@?zG{?@&@@0?Q?vȴ9?nO;?@=1 fl oz@}1 bottleBeverages U X4Q CAROB-FLAVOR Beverage MIX,Powdered@333333@w@??ə?ffffff@WS33333@ @@@ffffff@@@Z@Y?zG{?Q? ěT??nO;?PbM?QR?xtj~?vȴ9X?Q?Q?hr Ĝ@(1 tbspBeverages'Y5 CAROB-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILK@UzG@R@ GzH@Gz?@!\(\?ٙ@X?@$@T@``@G?׮zG??xtj~@ ?$/?E?lD?$/?zG{@@@?Gz@X@@;@;?vȴ9X?/w?1&x@$@p1 cupBeverages w_5 CHOCOLATE-FLAVOR Beverage MIX FOR MILK,Powdered,without ADDED Nutrition?@u@ ffffff@?@V33333@@U*=p @B@ Q@X@`@x@j@??\(?柾vȴ9@?ffffff?bM?° ě?Z1'?vȴ9?zG{@@@@??񙙙?XbM?$/?KƧ@71 servingBeverageska5  CHOCOLATE-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILK@T2\(@U@@ =p@ Q?\(@'R?ٙ@(333333@W?333333@2@V@e@M?޸Q?E?bM@ ??tj? =p ?-V?Ձ$/?hr Ĝ@@@?ٙ@W@:@:?Q?333333@?\(?+ I?+@"@p1 cupBeverages 7%b5) KRAFT,KOOL-AID SPLASH SOFT DRINK GRAPE BERRY PUNCH,Ready-to-drink@Uٙ@G?@(ffffff@'?zG{@@,@o1 NLEA servingBeveragesEe4+/ CHOCOLATE SYRUP@?@qp@?zG?p =q@PFfffff@@H33333@,@Gz@P@@` @l@R?\(\?bM?r ě?ffffff?ə?nO;??ԛS?vȴ9?xtj~@@@??S?M?vȴ9@C@1 serving, 2 tbspBeverages }}ih5  BEANS,BLACK TURTLE SOUP,MATURE SEEDS,Cooked,Boiled,without SALT@Po\(@`@@ \(\?ffffff?zG@8Y@333333?Q@K@@H@c@{@?QR?7KƧ?hr!?333333??1&y?/w?У =p?E@U@U@U?@ 333333?ȴ9Xb?Q?nO@g 1 cupLegumes4c BEANS,BLACK TURTLE SOUP,MATURE SEEDS,Canned@R\)@V@Q?ҏ\(? =p@0\(@@A?ffffff@A@[@s@@x?GzH?ȓtj~?m?@?Q?Q? =p?ǍO;dZ?(\)@N@N@N@?333333??@n1 cupLegumes T4] BEANS,CRANBERRY (ROMAN),MATURE SEEDS,RAW@(ǮzH@t@7zH?zG@ zG{@Nfffff@833333@_@@c@w@@@@ =p ?hr Ĝ?p =q@)ffffff?lC?C$?GzH?-V?Ƨ-@@@@?9XbM?"`A?/w@h`1 cupLegumes(5  BEANS,CRANBERRY (ROMAN),MATURE SEEDS,Cooked,Boiled,without SALT@P)@a@"zG?p =q?p =q@8u\(@$@I@Q@I@`@x0??=p =?͑hr ?׮zG??Gz?lD?zG{?θQ?j~#@i@i@i?vȴ9X?zG{?xF@f 1 cupLegumes w4c BEANS,CRANBERRY (ROMAN),MATURE SEEDS,Canned@Sc =p@T@(\)?Q?@.=p =@333333@A?@@@U@p@@t?Gz?-V?ə@?陙?+?+? ěT?nO;?(\)@S@@S@@S@?nO;?tj~?Q@p@1 cupLegumes4G BEANS,FRENCH,MATURE SEEDS,RAW@%=p @up@2\(@(\)@333333@P =p@9333333@g@@ 333333@g@s@@2?ffffff?(\)?333333@)@ffffff?Q?I^5?}@lD??|hs?٩lD@x@x@x@ ?I^5?}?lD?O;dZ@g1 cupLegumes /4u BEANS,FRENCH,MATURE SEEDS,Cooked,Boiled,without SALT@PzG@` @333333?QR?\(@8Q@"@O?GzH@L@Y@w @?zG{?p =q?r ě?333333?333333? =p?vȴ9X?xF?j~"?Gz@R@R@R@??|hs?vȴ9?E@f 1 cupLegumesM4W BEANS,GREAT NORTHERN,MATURE SEEDS,RAW@%ffffff@u0@5(\?=p =@p =q@O/\(@4333333@zG@e@Gz@g@{@@,@zG{?ȴ9Xb?ěS@)@333333?`A7L?Vt?GzH?hr ?ܛS@~ @~ @~ ?(\)@?ȴ9Xb?"`A?އ+ I@f1 cupLegumes l%5 BEANS,GREAT NORTHERN,MATURE SEEDS,Cooked,Boiled,without SALT@Q@@]@ \)??=p =@5 =p@@Q@ =p @I@d@xp@?(\)?ϝ-V?tj~@ffffff??9XbM?5?|h?n?$/?E@Y@Y@Y??Q?$/?-V@f 1 cupLegumes4] BEANS,GREAT NORTHERN,MATURE SEEDS,Canned@Qx\)@\@zG{?\(?GzH@5zH@@J?Q@I@a@u@??zG{?1&@ffffff??M?Q?݁$/?n?"`A@T@@T@@T@??Q?nO;?ěS@p`1 cupLegumes 44O4[ BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,RAW@'@t@7zG?\(@ =p@NGz@8fffff@ =p@a@ ffffff@a@yp@@8@QR?-?Vt@ @?hr!?1&x@zG{?\(?hr Ĝ@x@x@x?(\)@3?Q?bM??|hs@g1 cupLegumesu5 BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,Cooked,Boiled,without SALT@P(\@_@!W =p??p =q@6@?zG{@A@\(@E@a@@yP???˥S?ۅQ?񙙙?333333?zG{?-V?~"?(\)?Q@`@@`@@`@?Q@ ?nO;?+?љ@f 1 cup@&1 tbspLegumes b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx??????????????????????????????????????????@@@@@@@@@@@ @ @ @ @ @ @@@@@@@@@@@ @ @!@!@"@"@#@#@$@$@%@%@&@&@'@'@(@(@*@*@+@+@,@,@-@-@0@0@2@2@4@4BiBiBjBjBkBkBlBlBmBmBnBnBoBoBpBpBqBqBrBrBsBsBtBtBuBuBvBvBwBwBxBxByByBzBzB{B{B|B|B}B}B~B~BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB d*4a BEANS,KIDNEY,ALL TYPES,MATURE SEEDS,Canned@S\(@T@Gz?333333?=p =@-@333333?@A?Q@;@V@m@r?p =q?GzH?Ł$/??333333?-V?1&?M?lD?l@B@B@B?zG{@ffffff?$/?p =q?9XbM@p1 cupLegumes4m BEANS,KIDNEY,CALIFORNIA Reduced,MATURE SEEDS,RAW@'@t@8^Q?@ =p@Mfffff@8fffff@h`@"33333@d@yP@H@&@ffffff?񙙙?@ @?hr!?1&x@zG{?\(?hr Ĝ@x@x@x@ ?nO;?tj~?lD@g1 cupLegumes mm!05 BEANS,KIDNEY,CALIFORNIA Reduced,MATURE SEEDS,Cooked,Boiled,without SALT@PQ@_@"B\(? =p ? =p @6h\)@"@P@ =p@H@a @z0@?Q?~"?Z1'?333333?333333?nP?vȴ9X?GzH?1&x?vȴ9@R@R@R@?1&y?|1&y?vȴ9@f 1 cupLegumes[ 4WBEANS,KIDNEY,Reduced,MATURE SEEDS,RAW@'@u@6zH?\(@ \(@NQ@.ffffff@ =p@T@\(@a@@y`@<@(@QR?^5?|?Ƨ-@ @?tj~?˅Q@Gz?\(?hr Ĝ@x@x@x?(\)@?öE?E?n@g1 cup@(ffffff1 tbspLegumes ''s!5BEANS,KIDNEY,Reduced,MATURE SEEDS,Cooked,Boiled,without SALT@P(\@_@!W =p??p =q@6@?zG{@<@Q@F@a@y0@?Q?"`?އ+ I?333333?333333?zG{?-V?~"?(\)?Q@`@@`@@`@? =p@ ffffff?nO;?+?љ@f 1 cup@&1 tbspLegumes^"4]BEANS,KIDNEY,Reduced,MATURE SEEDS,Canned@SW =p@U@@?\(?\(\@/.zG@?(\)@8?(\)@<@W@p@uP?ᙙ?333333?"`?333333?񙙙?Gz?+ I?/v?333333?+ I@I@I@I?333333@??S?1&x@p1 cup@01 tbspLegumes [ -4Q BEANS,Small WHITE,MATURE SEEDS,RAW@'kQ@u@5(\?Gz@@O @8fffff@e@Q@f@{@@(@zG{?QR?r ě@)?Ƨ-?~"?xF?S?tj@x @x @x ?tj~?1&?9XbM@j1 cupLegumes!.4 BEANS,Small WHITE,MATURE SEEDS,Cooked,Boiled,without SALT@OQ@a@! =q?zG{?p =q@9\(@$@R@@Q@Q@e @|@?p =q?nO?QR??5?|h?5?|h?hr Ĝ?bM?A7Kƨ@a @a @a ??|hs?1&y?ѩlD@f`1 cupLegumes Q#4c BEANS,KIDNEY,ROYAL Reduced,MATURE SEEDS,RAW@'@t@9TzG?@@M*=p @8fffff@``@!ffffff@a@@y`@@*@GzH??vȴ9X@ @?\(?θQ@+ ?hr!?XbM@x@x@x@ ? =p?Q?;dZ@g1 cupLegumes+$5 BEANS,KIDNEY,ROYAL Reduced,MATURE SEEDS,Cooked,Boiled,without SALT@P\(@^@"G{?\(?@5ٙ@"@F@(\)@E@a@w@??ěS?QR?333333?333333?QR?&x?lD?1&x?vȴ9@R@R@R@?tj~?vȴ9?+@f 1 cupLegumes :3%4C BEANS,NAVY,MATURE SEEDS,RAW@(333333@u@6TzG?@ \(@N`@8ffffff@ =p @b`@\(@e@yp@@@ 333333? ě? ě@&??E@$/?+?dZ1@v@v@v?zG{@?lC?tj?\(@j1 cupLegumesB&4q BEANS,NAVY,MATURE SEEDS,Cooked,Boiled,without SALT@OzH@a@ u\(? =p?@: @%?׮zG@Q@@Gz@J@b@xP?zG{?Gz?/w@333333?Vt?`A7L?ěS?$/?lD@a@a@a?zG{?333333? =p?bM?Լj~#@f1 cupLegumes oo9F'4I BEANS,NAVY,MATURE SEEDS,Canned@Q@\@@Q?ۅQ?=p =@4s33333@ffffff?Q@G?@G@`@r@|? =p?ʟvȴ9?@333333?ffffff? I^5??(\)?+ I^?tj?^5?|@O@O@O?\(@333333?1&y?tj~?+@p`1 cupLegumesC(4C BEANS,PINK,MATURE SEEDS,RAW@$Q@up@4\(?zG@ GzH@P (\@)ffffff@=p =@`@@zG@f@y@@ @ffffff?Q?tj@*?9XbN?ȓtj~?E?lC?/w@|@|@|?p =q@?Ұ ě?+ J?+ I^@j@1 cupLegumes LL*Z)4q BEANS,PINK,MATURE SEEDS,Cooked,Boiled,without SALT@N@b@"Q?\(\?p =q@;\)@333333?׮zG@J@ffffff@P@@d@@?Q?XbM?7KƧ?ffffff?r ě? ěT?=p =?"`A?ffffff@e@e@e?QR@ffffff? ěT?$/?Gz@e 1 cupLegumesR*4EBEANS,PINTO,MATURE SEEDS,RAW@&\)@u@5kQ?zG@ zG@OFfffff@/@Gz@\@@GzH@f@y@@(@=p =?tj~?^5?|@;fffff@333333?`A7?"`A?ȴ9Xb?Q?Vt@h@h@h?Gz@ffffff?zG?O;dZ? I^5?@h 1 cup@(1 tbspLegumes 55/GAME MEAT,BISON,CHUCK,Shoulder CLOD,Lean only,3-5 LB Roast,Cooked,Braised@N=p =@h @@ =p@Q?GzH@@p =q@:@m@s@L@!GzH?ʟvȴ9?hr Ĝ@Dٙ?Q?zG@O;d?Q?O;dZ@5@5@5@ =p ?p =q@\(@"`?QR@[@,\(1 roast@U@1 serving@&Lamb, Veal & Game k65  /GAME MEAT,BISON,CHUCK,Shoulder CLOD,Lean only,3-5 LB Roast,RAW@R@]@5Q@ 333333?\(\@@ =p @8@j@v@O@zG?"`B?vȴ9@<33333?Vu?5?|h@š?+ I^?5?|h@*@*@*@zG?zG{?Q?zG?l@P@UQ1 roast@(Lamb, Veal & Gameu74}/GAME MEAT,BISON,RIBEYE,Lean only,1" STEAK,Cooked,Broiled@PQ@f @=s33333@zG?QR@@ =p @:@m@w0@J@ =p ?ɺ^5?|?tj~@E ?7KƧ?ӥS@|hs?(\)?ffffff@2@2@2? =p?Gz@Z1'@9XbN?$/@S@fQGz1 steak@U@1 serving@,Lamb, Veal & Game !!y85/GAME MEAT,BISON,TOP Round,Lean only,1" STEAK,Cooked,Broiled@PEQ@e@>.zG@ =p?333333@@ (\)@<@p@w@D@QR?Gz?+ I@D?Q?\(\@fffff?+ I^?$/@3@3@3?\(?Gz?O;dZ? =p?˅Q@U@@f1 steak@U@1 serving@Lamb, Veal & Game\94m /GAME MEAT,BISON,TOP Round,Lean only,1" STEAK,RAW@R|@^@7QR@p =q?Gz@@GzH@;@m@x`@G@\(\?ěS?bM@Afffff?Ƨ-?Ցhr @dZ?hr ?lC@,@,@,??\(?vȴ9?ffffff?/v@P@@~1 steak@Lamb, Veal & Game ]]5:4= /GAME MEAT,ELK,GROUND,RAW@Q5\(@e@5\(@! =p? =p@(@@6@h`@t @S@?333333?O;dZ@ ??У =p@\(?Q?Ձ$/@@@@ =p ?Q@ n@Vu?ڏ\(@PLamb, Veal & Gamed;4[/GAME MEAT,ELK,GROUND,Cooked,PAN-BROILED@P\)@h @: =p@!zG{? =p@$@ Q@8@k@v @U@@=p =?-V?+ I@"??zG{@GzH??Gz@ @ @ @\(?=p =@ I^5@Vu?^5?|@S@WR1 patty@U@1 servingLamb, Veal & Game %%h<4c/GAME MEAT,ELK,LOIN,Lean only,Cooked,Broiled@P @d@?@Q?=p =@@zG@<@p@y@@K@ffffff?$/?tj~@%?zG{?Q@!\(?O;dZ?zG@"@"@"?\(?Q?-V?xF?+ I^@R@\aGz1 steak@U@1 serving@Lamb, Veal & Gamei=4e/GAME MEAT,ELK,Round,Lean only,Cooked,Broiled@P[Q@c@> =q@Q?zG{@@QR@<@p@x@I@\(?I^5?}?Q@%333333? =p ?p =q@ =p?$/?m@"@"@"??GzH?O;d??vȴ9X@S@e333331 steak@U@1 serving@Lamb, Veal & Game JJ=n>4o/GAME MEAT,ELK,TENDERLOIN,Lean only,Cooked,Broiled@P;Q@d@@>\(@ GzH?p =q@@GzH@=@q@x@I@zG{?Vt?tj~@%?nO;?׮zG@nO?dZ1? =p @"@"@"@zG?ᙙ?xF? =p ?ěS@R@W\(1 steak@U@1 serving@Lamb, Veal & Game>?4? /GAME MEAT,DEER,GROUND,RAW@Qə@c@5ǮzH@Q?(\)@&@\(\@5@i @t@R@?Q?1&y@$?$/?^5?|@?zG?ݲ-V@@@?Q??333333@ S?$/?7KƧ@TLamb, Veal & Game m@4]/GAME MEAT,DEER,GROUND,Cooked,PAN-BROILED@PQ@g`@:s33333@ p =q?Q@,@ @8@l@v@S@??vȴ9@$?tj?hr!@"$?QR?E@ @ @ @\(?\(?ffffff@l?$/?j~"@X@W*=p 1 patty@U@1 servingLamb, Veal & GamezA4w/GAME MEAT,DEER,LOIN,Lean only,1" STEAK,Cooked,Broiled@PzG@b@>333333@ =p ?@@\(\@>@qP@x@L@ =p ?Vu?-V@*?Q?j~"@%$?Ƨ-?1&x@"@"@"?GzH? =p?333333?tj?vȴ9X?^5?|@S@K/\(1 steak@U@1 servingLamb, Veal & Game B5/GAME MEAT,DEER,Shoulder CLOD,Lean only,3-5 LB Roast,Cooked,Braised@M =p@g@B# =p@?Q@@ =p @<@pP@s@J@!GzH?=p =?vȴ9@133333?Õ$/?$/@Q?ffffff?ȴ9Xb@&@&@&@zG{???XbM?Vu?p =q@\@@rOzH1 roast@U@1 servingLamb, Veal & Game C5/GAME MEAT,DEER,TENDERLOIN,Lean only,0.5-1 LB Roast,Cooked,Broiled@P@b@=fffff@?QR@@@@@r@{ @L@Q?A7Kƨ?+ I@&?У =p?tj@!\(?dZ1?S@"@"@"@ \(? =p?E?^5?|?A7Kƨ@V@iB=p 1 roast@U@1 servingLamb, Veal & Game xD5/GAME MEAT,DEER,TOP Round,Lean only,1" STEAK,Cooked,Broiled@Pfffff@c@?xQ?Q?333333@@Q@>@q@w@F@ \(\?hr Ĝ?nO;@&??@ ?hr!?Q@$@$@$@(\)?zG{?zG{?^5?|?"`@U@@Yy1 steak@U@1 servingLamb, Veal & Game  Q5%)BAGELS,Plain,Enriched,with Calcium Propionate (Including ONION,POPPY,SESAME)@@L@q0@%??@J33333@ffffff?Q@R@ zG{@=@X@Y@@?(\)?/w?GzH@@?7KƧ?(\)@?|hs?;dZ?1&@Z@U@6@d?ҏ\(?ə@J?(\)?ěS?E@fffff?&x?\(@ I^?ěS?ԛS@$@$@$@p =q?(\)?@ 7KƧ@ O;dZ?l@D@pGz1 steakBeeft:5 BEEF,BRISKET,FLAT HALF,Lean only,0"FAT,ALL Grades,Cooked,Braised@Mfffff@i@@Gz@\(? =p@0@\(@6@i@p@K@ ?p =q?tj~@A?&x?ʟvȴ9@\(\?hr!?Z1'@&@&@&@\(\?ۅQ?@-V@m?;dZ@Q@@pGz1 steak@U@3 oz@Beef RR-W;5OBEEF,BRISKET,POINT HALF,Lean only and FAT,0"FAT,ALL Grades,Cooked,Braised@Gfffff@v`@7zH@<?Gz@ @Q@2@g`@m @Q@QR?E?1&y@5fffff?Q?QR@QR?ҏ\(?θQ@@@@ =p@&zG{@)ffffff?Q@W@s1 piece, cooked, excluding refuse@U@3 oz?BeefO<5OBEEF,BRISKET,POINT HALF,Lean only,0"FAT,ALL Grades,Cooked,Braised@Kٙ@n@< @+?\(\@@QR@6@l@@q@S@@\(?p =q?hr Ĝ@7?Q?p =q@ \(?\(?Q@ @ @ @ =p@Q@ =p? =p @V@m1 piece, cooked, excluding refuse@U@3 oz@;Beef ~=5!BEEF,CHUCK,ARM POT Roast,Lean only and FAT,0"FAT,ALL Grades,Cooked,Braised@I33333@r@< =q@3+Q?@0@\(\@3@e@l@G@ =p?XbM?zG{@;?5?|h?S@kQ?E?1&@"@"@"@ =p ?QR?@1&x@ Y?-@W@6G{1 roast@U@3 oz@9Beef \  (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777788888 8 8 8 8888888888888888888 8 8!8!8"8"8#8#8'8'8(8(8)8)8-8-8.8.8/8/8080818186868=8=8@8@8C8C8D8D8E8E8F8F  q>5 BEEF,CHUCK,ARM POT Roast,Lean only and FAT,0" FAT,Choice,Cooked,Braised@I,@s`@}p =?@$@ =p@4@e@r @P@ =p ?+ I?vȴ9@5333333?Q?QR@ Q?׮zG?p =q@@@@ =p@(zG@*zG?@U@@r 1 piece, cooked, excluding refuse@U@3 oz@0BeefYK5#OBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,0"FAT,Select,Cooked,Roasted@H =p@t@7zG{@9=p ?\(@"@333333@4@f @r@P@@ =p ?KƧ?1&y@5?Q?QR@?QR?p =q@ @ @ @\(@$@%(\?zG{@U@q1 piece, cooked, excluding refuse@U@3 oz@1Beef +L5OBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,ALL Grades,Cooked,Roasted@L33333@m@;zH@*?GzH@ @\(@9@j @vP@R@@ =p?Gz?bM@6? =p ?(\)@??У =p@"@"@"@Gz?Q?@ffffff@ffffff?QR@T@@j1 piece, cooked, excluding refuse@U@3 oz@CBeefQM5OBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,Choice,Cooked,Roasted@Lffffff@o@;zH@.?GzH@ @\(@9@j @vP@R@@ =p?Gz?bM@6? =p ?(\)@??У =p@"@"@"@Gz@\(@zG?ۅQ@T@@i1 piece, cooked, excluding refuse@U@3 oz@DBeef ""QN5OBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,Select,Cooked,Roasted@Mfffff@k@;zH@&?GzH@ @\(@9@j @vP@R@@ =p?Gz?bM@6? =p ?(\)@??У =p@"@"@"@Gz@333333@zG?Q@T@@k 1 piece, cooked, excluding refuse@U@3 oz@BBeefO5/BEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,ALL Grades,Cooked,Broiled@L\(@o @;EQ@-zG{?񙙙@4?@7@j@u@@L@Q?E?zG{@=?l?ěS@+ I?7KƧ?E@ @ @ ???@Gz@"`A?$/@[@m*G{1 steak@U@3 oz@ Beef BB![P5'OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Choice,Cooked,Broiled@I=p @s@8G{@6 =p?GzH@*@=p =@7@f@u`@P@Q? =p ?1&y@5? =p ?QR@Q?333333?ffffff@@@@@"zG{@#\(?\(@T@q1 piece, cooked, excluding refuse@U@3 oz@6Beef[Q5'OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Select,Cooked,Broiled@JeQ@q@8\)@3=p ?p =q@*@ffffff@7@g@u@P@Q? =p ?1&y@5? =p ?QR@Gz? =p?ffffff@@@@zG@ Q@ G{?\(@T@p1 piece, cooked, excluding refuse@U@3 oz@8Beef (()}R5BEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,ALL Grades,Cooked,Broiled@OKQ@h @=h\)@Q?Gz@3?Q@9@m @w@N@ =p?E?+ I@A&fffff?zG{?nO@ zG?+ I?1&x@$@$@$?=p =?ٙ?ffffff@l@ =p ?Ѻ^5?|@S@m*G{1 steak@U@3 oz@2BeefSS5OBEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,Choice,Cooked,Broiled@MY@l @< =p @'ffffff?zG@*@\(@;@j@x@Q@@\(??bM@5fffff??(\)@333333?\(?ٙ@ @ @ @ \(@Q@\(?Q@T@k1 piece, cooked, excluding refuse@U@3 oz@BBeef ((ST5OBEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,Select,Cooked,Broiled@N&fffff@h@< =p @!ffffff?zG@*@\(@;@j@x@Q@@\(??bM@5fffff??(\)@333333?\(?ٙ@ @ @ @ \(@ zG@ \(\?@T@k1 piece, cooked, excluding refuse@U@3 oz@BBeef}V5BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,Braised@L=p @k@@ǮzH@!Q?@ @\(@6@j@p@F@ffffff?zG{?tj~@A?E?x@vȴ9X?/v?9XbM@$@$@$?Q??@ xF@ I^5?`A7K@X@gzH1 steak@U@3 oz@Beef qW5 BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,Roasted@Pp =@g`@;kQ@Gz?p =q@@Q@2@e`@k@B@p =q? =p?zG{@<? ěT?° ě@,1&y?O;dZ? =p @"@"@"?zG{?QR?@/v@ ěT?ҟvȴ9@U@~zG1 roast?BeefmY5 BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Choice,Cooked,Braised@L^Q@l@@]p =@$?(\)@@zG@5@h@p@E@ =p?-V?+ I@A@?hr Ĝ?ǍO;dZ@1&y?䛥S?ۅQ@$@$@$?Q?p =q?@ vȴ9X@O;? ěT@\@gzH1 steak?Beef XX/Sf4_ CHOCOLATE SYRUP,Prepared with Whole MILK@T =q@V@\(@zG?zG@)\(?333333@&Q@V@?zG{@2@V@b @G?ۅQ? =p ?(\)@ 333333?+?Q?7KƧ?(\)?bM@@@?QR@V@9@8??ə@?`A7L?zG?tj@"@q1 cupBeveragesMk4ECLAM and TOMATO Juice,Canned@Uٙ@H?333333?ə?333333@%fffff?ٙ@ zG{@ ?333333@@&@V@@v?zG{?-V?bM?ٙ@?$/?tj~?͑hr ??|hs?;dZ@ @ @ ?Q@b@?(\)@V@@L@4@>3333331 fl oz@d1 canBeverages jj.@p41 COCOA MIX,Powdered?@x@Q@@ffffff@U!Gz@ @RzG@a? =p @T@s@@@?\(\?M?7KƧ@??tj~?zG?n?tj~?/v?Q@,???\(?陙@C$?7KƧ?vȴ9X@@@?zG{?bM?Q??PbM?5?|h?PbM?`bM?`bM@=1 fl oz@f`6 fl ozBeverages FFO 4W COFFEE,Instant,DECAFFEINATED,Powdered@ @l@'333333?ə@"@EL@a@ffffff@sp@q@Z@7?(\)?lD?O;dZ@1L?\(@<33333?E?ffffff?"`B?$/?"`B?1 tspBeveragesc 4{ COFFEE,Instant,DECAFFEINATED,Powdered,Prepared with H2O@XQ@?Q?QR?ۅQ@?Q@@@G@?|1&y?Q?ə?1&y? I^5??PbM?PbM?PbM@f`6 fl ozBeverages c4U COFFEE,Instant,with CHICORY,Powdered@ffffff@u@"?ə@@R?@Y@ =p @j@p@@qP?׮zG??333333@"?ҏ\(@5n?E?-V?-V?Q?Q?1 tspBeverages4g COFFEE,Instant,with CHICORY,Prepared with H2O@X(\@? =p ?\(?@?@@@A@?zG{?|1&y?tj~??htj~?lC?PbM?PbM?PbM@f`6 fl ozBeverages HH5i+4sBEANS,PINTO,MATURE SEEDS,Cooked,Boiled,without SALT@Oy@a@"Q??Q@:8Q@"?\(@G@Q@I@b`@{@??\(\?1&x?E@?陙?ȴ9XbN?vȴ9X?Z1'?Gz?O;dZ@e@e@e?zG@ ?S?"`A?-V@e`1 cup@%3333331 tbspLegumesG,4K BEANS,PINTO,MATURE SEEDS,Canned@Sb\(@U@p =q?Q? =p@.@ffffff?(\)@E?\(\@;@W@n`@r`?zG?Q?O;dZ@ffffff??"`B? ěT?Ұ ě?hr Ĝ?l@N@N@N?Gz@?`A7K?ļj~#?~"@n1 cupLegumes `/4G BEANS,Yellow,MATURE SEEDS,RAW@&333333@u@6@@ @NY@9@d@ =p @k@~@H@(@ =p?r ě?tj~@)?zG?Q@p =q?|hr?I^5?}@xP@xP@xP@?xF?hr!?S@h1 cupLegumes04u BEANS,Yellow,MATURE SEEDS,Cooked,Boiled,without SALT@O}p =@b@"QR?GzH?@9EQ@$@O@ =p@R@f@tP@?\(?+?Q???-V?^5?|?-?O;dZ?nP@T@@T@@T@@?"`B?bM?m@f 1 cupLegumes ==R14EBEANS,WHITE,MATURE SEEDS,RAW@& =p@t@7\(\?333333@@N"\(@.ffffff@Q@n@$Gz@g@r@ @0@ \(\?|hr?j~#@)?+?° ě?ާ-?lC?Z1'@x@@x@@x@?(\)@?1&x?l?KƧ@i@1 cup@)3333331 tbspLegumesi24sBEANS,WHITE,MATURE SEEDS,Cooked,Boiled,without SALT@O=p @a`@#u\(?ffffff?@9 =p@333333? =p @V@ @O@\@@@?zG?^5?|?Z1'??5?|h?O;dZ?Q?O;dZ?+@T@@T@@T@? =p @ ?KƧ?vȴ9X?tj~@f`1 cup@&ffffff1 tbspLegumes 34K BEANS,WHITE,MATURE SEEDS,Canned@Qfffff@]@@ =p ?ҏ\(?Gz@5 =q@333333@R@@Q@I@V@|`@?Q?Ͳ-V?zG{??tj~?l?hr!?ǮzG?333333@P@@P@@P@?l??|hr@p`1 cupLegumes^44]BROADBEANS (FAVA Beans),MATURE SEEDS,RAW@%\(@uP@:Q?zG{@ =p@M%Q@9@@Y@@h@zP@@*@ Q?^5?|?tj@ ffffff?ffffff?\(?O;dZ@-?;dZ?lC@zp@zp@zp@J@?@"@@?A7Kƨ?dZ1?bM@b1 cup@"1 tbspLegumes }}ih55  BROADBEANS (FAVA Beans),MATURE SEEDS,Cooked,Boiled,without SALT@Q\(@[@ffffff?ٙ?Q@3fffff@?Q@B?@E@_@@p@?(\)?Гtj~?l@?333333?E?ȴ9Xb?n?tj?nO;@Z@Z@Z@.??zG{@333333@"?`A7L?9XbM?E@e@1 cupLegumes64c BROADBEANS (FAVA Beans),MATURE SEEDS,Canned@TzG@Q@Gz?(\)?GzH@(R@ @:?@@@S@n@@|P? =p?lC?nO;???zG{??Q?vȴ9X? =p @@@@@@@$??l?+ I? =p @p1 cupLegumes JJA74#CAROB FLOUR@ =p@k@zG{?@(\)@V8Q@Cfffff@H=p @u@Q@K@S@@A?p =q?E?A7Kƨ@333333?ə?"`A?݁$/?Z1'?bM?lC@=@=@=@,??(\)@ ? =p ?7KƧ?˥S@Y1 cup@ 1 tbspLegumesm84{CHICKPEAS (GARBANZO Beans,BENGAL Gram),MATURE SEEDS,RAW@'\(@v@3L@(\)@ =p@NS33333@1ffffff@%ffffff@Z@@\(@\@v@X@8@ p =q?vȴ@o@ ffffff@?އ+ I?"`A?-?hr Ĝ?Q@h@h@h@P@?=p =@"@D?1&x?^5?|@O;dZ@i1 cup@)1 tbspLegumes {{YZ94q CHICKPEAS ,MATURE SEEDS,Cooked,Boiled,without SALT@NG{@d@!Q@Q?p =q@;kQ@ffffff@333333@H@Q@H@e@r0@?zG{?և+ I?zG{@ ??-V? ěT?E?M?n@e@e@e@;??ffffff@@0?7KƧ?-?~"@d1 cupLegumes#:5 CHICKPEAS (GARBANZO Beans,BENGAL Gram),MATURE SEEDS,Canned@Ql(\@]@?=p =?\(@6Q@@@?@=@V@e@r?\(?E?S@ffffff@ffffff?-V?`A7L?lD?"`A?E@P@P@P@8??5?|h?r ě?QR@n1 cupLegumes tM;4;CHILI WITH BEANS,CANNED@R =q@\@ =p@\(?zG@'R@?Q@G@ p =q@F@c@@v@P@?E?&x??333333?tj~?Gz?x?Q?`A7L@7@7@7@u@1?=p =@@f@E@H@Z@`A7@-?+ I^@1@p1 cup@01 tbspLegumes<4M COWPEAS,CATJANG,MATURE SEEDS,RAW@&@up@7ٙ@\(@ Q@MR@%ffffff@U@@#fffff@t@{`@|@M@p =q?l?9XbN@"333333??\(?\(@\(\?-V?vȴ@@@@@@?XbM?$/?r ě@d1 cupLegumes hh =4{ COWPEAS,CATJANG,MATURE SEEDS,Cooked,Boiled,without SALT@Ql@]@@ B\(?Q?\(@4QR@ @:@ffffff@X@a@wp@3?Q?XbM?E@?ٙ?ļj~#?O;dZ?+ ?ش9XbN?O;dZ@a@a@a@$??ǮzG?5?|h?dZ1@e`1 cupLegumesq>5COWPEAS,COMMON (BLACKEYES,CROWDER,SOUTHERN),MTRE SEEDS,RAW@'fffff@u@7Q?(\)@ Q@N =p@%333333@@[@ =p @g@z@`@0@ \(? =p ?r ě@"??KƧ?hr!@?-V?+ @@@@I@?\(@@>?/v?"`A?XbM@d1 cup@%1 tbspLegumes zzln?5 COWPEAS,COMMON (BLKEYES,CRWDR,STHRN),MTURE,Cooked,Boiled,without SALT@Q\(@]@Q?\(?zG@4\(@@ ffffff@8@zG@J@c@q`@? =p?&x?ffffff@?ٙ?"`B?(\)?߮zG?M?@j@j@j@.??Q?333333@"?lD?+ I?@e1 cupLegumes@4] COWPEAS,COMMON,MATURE SEEDS,Canned,Plain@SQ@S@@\(?ᙙ?333333@+B\(@ ffffff@4? =p @<@Q@e@r?ffffff?E?1&@ffffff@?tj~?l?֧-?QR? =p @I@I@I@*??nO;?O;dZ?Vt@n1 cupLegumes A4e COWPEAS,COMMON,MATURE SEEDS,Canned with PORK@Se\(@T@Q?? =p@0zH@ ffffff@1?Q@E@X@f@@u? =p?\(?+ J@ffffff?ə? ěT??ە$/?r ě? =p @I@I@I?\(\?E?O;dZ@@n1 cupLegumesoC4K HYACINTH Beans,MATURE SEEDS,RAW@"\(@u@7fffff? =p @(\)@NaGz@`@@ffffff@q@w@@L@5@"?\(\?+ I^@ ffffff?zG?hr Ĝ?\(?n? =p@7@7@7?nO;@j@1 cupLegumes .D4y HYACINTH Beans,MATURE SEEDS,Cooked,Boiled,without SALT@QHQ@]@@ GzH?\(?\(\@433333@D@QR@T@^@u@@?m?+ @ffffff?GzH?l?M?9XbM?l@@@?XbM@h@1 cupLegumesNE4=LENTILS,MATURE SEEDS,RAW@&aGz@u @<\(?Q@@LQ@>@@I@" =p @Z@|`@H@$@ Gz?C$?/w@ ffffff@?ffffff?\(\@+?$/?Q@{@{@{@C@?Q@@7?GzH?/w?ܛS@h1 cup@(1 tbspLegumes <<%eF4kLENTILS,MATURE SEEDS,Cooked,Boiled,without SALT@Qh\)@]@" =p ?QR?\(@4!Gz@?@3@ =p@B@f@w@?QR?bM?ߝ-V@ffffff??šo? ě?\(?j~"?ȴ9Xb@f@f@f@ ?(\)?333333@?"`A?bM?ffffff@h1 cup@(1 tbspLegumesWG4OLIMA Beans,Large,MATURE SEEDS,RAW@$W =p@u @5u\(?zG@333333@O =q@3@!@T@@ =p @l@x@@2@ =p?zG?n@?9XbM?"`B?O;d?zG?bM@x@x@x? =p @?ěS?vȴ9X?Ƨ-@f@1 cup@&3333331 tbspLegumes ~~pnH4}LIMA Beans,Large,MATURE SEEDS,Cooked,Boiled,without SALT@Qr\(@\@333333?QR?ffffff@4Gz@@333333@1@Q@E@[@@?ffffff?zG?nP@?ěS?(\)?l? I^5?ěS@T@T@T? =p @?ȴ9Xb?hr Ĝ?S@g1 cup@'ffffff1 tbspLegumes I4U LIMA Beans,Large,MATURE SEEDS,Canned@SEQ@S@Q?\(@\(\@-R@333333@5?\(@C@R@k@u?? =p ?;dZ@?(\)?hr Ĝ?д9XbN?Гtj~?KƧ@I@I@I?+?Q?l@n 1 cupLegumes ttNVJ4i LIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,RAW@(# =p@t@4Q?\(@ ffffff@Oj=p @4@ =p@T@@\(@g@w @@*@?GzH?"`@?^5?|?lC?dZ1?=p =?hr!@y@y@y?ffffff@?1&x?$/?Gz@i@1 cupLegumes.K5 LIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,Cooked,Boiled,without SALT@Pə@_@ zG?QR?Q@7O\(@@=@333333@J@_@y@?zG{?˅Q?Q@?ěS?(\)?Q?5?|h?+@b@b@b?+ I?hr Ĝ?šo@f1 cupLegumes fwL4; LUPINS,MATURE SEEDS,RAW@$Gz@w0@B\(@#zG{@ =p =@D0 =q@f@p =q@h@{@@.@?Z1'@Vu@ ffffff@333333?zG{?(\)@Q??+ @v0@v0@v0@7??~"@Q@nP@f1 cupLegumesM4i LUPINS,MATURE SEEDS,Cooked,Boiled,without SALT@QQ@]@/# =p@\(\?ᙙ@#\(@ffffff@I?333333@K@`@n@?zG?͑hr ?o@?񙙙?&x?"`A?߮zG?bM?nO;@M@M@M@?$/?Gz?\(\@d1 cupLegumes TTkR55)BAGELS,Plain,Toasted,Enriched,with Calcium Propionate (Including ONION,POPPY,SESAME)@;@rp@&?333333?ffffff@L@?zG{@T@\(@?@Y@[@@?zG?ffffff?◍O;d@A333333?ݡo?ӅQ@\)?A7Kƨ?+ J@X@@T@1@c ?zG{?ə@J?5?|h?Q?-V@?333333?&x?zG@ C%?xF?E@V@P@6@`?zG{@[@@@@@?l?Gz?C%@8@:1 bagel@QB\(1 small bagelBaked Products HH SU49)BAGELS,CINNAMON-RAISIN@@@q @#?333333?@K@ffffff@Q@3@ffffff@<@Y@b@t ?zG?/w?1&x@??ffffff?ؓtj~?Ѻ^5?|@ =p?I^5?}?vȴ9X@[@V@5@e@R@@5@5? =p?ffffff?@@K?щ7KƧ?ffffff?xF@1 biscuitBaked Products FFK_5 )BISCUITS,Plain OR Buttermilk,Refrigerated DOUGH,HIGHER FAT,Baked@;@u@@-ffffff@ ffffff@G??\(@4@Q@,@x@c@?QR?l?1&x@1?5?|h?1&x@+ I?+ ? =p @T@S@@a@?Q@@&@ -V@ o-V?333333@@m@|@?333333?p =q?+ J?\(?Gz@ 333333?(\)? =p@T@Q@(@`?"`B@tj~?(\)@?1&x?lC@dZ1? I^5??bM@Z@@A@Q@`@?@j@O@O?У =p?@F?|hr@j~"?-V@I@@\@^@?ffffff?ʟvȴ9?lD@A?hr!?ԛS@zG?xF?$/@X@@R@@8@b?zG{?񙙙@J?E?"`A?tj@=1 slice@M1 sliceBaked Productsp4W )BREAD,IRISH SODA,Prepared FROM RECIPE@>@r @ffffff@?ffffff@L@@T@@Q@7@\@p@x?=p =? =p?ָQ@0?陙?nO?7KƧ@=p =???|hs@G@B@$@R@?@h@@H@F?Ƨ-?lC?S@2@> Jq4')BREAD,ITALIAN@Aٙ@p@!@ ?ffffff@I@?\(@S@Q@;@Y@[@@?Q?r ě?ݲ-V@;333333?E?Ұ ě@$/?1&x?tj~@g@d @>@s?ҏ\(?333333@H?\(\?lC?=p =@1 sliceBaked Productsns4o)BREAD,MIXED-GRAIN (Including WHOLE-GRAIN,7-GRAIN)@Bٙ@o@@$@ffffff@@G333333@@$@V@ \(@J@f@i@~p?QR?A7Kƨ?\(@=?333333? I^5??S@u\(?bM?O;dZ@]@Q@H@d?Q?\(@@R?m?bM?7KƧ@fffff?/v?\(@hr!?Q?QR@"@"@"?\(?׮zG?@I^5?}@ E?=p =@Y@ =p1 roast@U@3 oz@Beefqe5BEEF,Round,Bottom Round,Lean only,0"FAT,Select,Cooked,Braised@Mh\)@i@Aw =p@333333?(\)@@@7@k@r@G@Gz?tj~?vȴ9@Efffff?$/?1&x@+ I?tj?݁$/@(@(@(??(\)?@$/@=p =?zG@U@@fWzH1 steak@U@3 oz@Beef xf5BEEF,Round,Bottom Round Roast,Lean only,0" FAT,Select,Cooked,Roasted@Py@e @333333?5?|h?ěS@ I^?tj?@"@"@"?Q? =p ??@~"?lC@K@v(zG1 roast@Beef mi5 BEEF,Round,EYE OF Round,Lean only and FAT,0"FAT,Select,Cooked,Roasted@Pu\(@e @=Q@Gz?\(\@@@3@g @m@C@ =p?333333?zG{@Q@i@A\(@QR?Q@@ (\)@9@k@t@F@?;dZ?nO;@@Y?Q?@zG?׮zG?Q@"@"@"@p =q?Q@ =p ?p =q@V@p1 piece, cooked, excluding refuse@U@3 oz@Beefy5 OBEEF,Round,TOP Round,Lean only,1/4"FAT,ALL Grades,Cooked,Braised@L33333@i@B\(@ffffff?@@ \(@:@l@@t@F@=p =?vȴ9X?nO;@@?Q?@zG{?׮zG?Q@"@"@"@?Q??Q@p =q?@V@p01 piece, cooked, excluding refuse@U@3 oz@(Beef x4k3COFFEE,Instant,with SUGAR,MOCHA-FLAVOR,Powdered?333333@{`@@&\(@@SGz?ffffff@M =p@p?Gz@Q@o`@$@w0?Q? =p?zG{@??vȴ9X?1&y@vȴ?vȴ9?Q@$@$@$? =p@A@"@"?޸Q?@@ ě@p =q?\(@@91 serving, envelope@;1 servingBeverages&5) KRAFT,GENERAL FOODS INTRN COFFEE SUISSE MOCHA FLV Instant,Powdered?@{@ @1333333@@Rfffff@ 333333@K&fffff@2@\(@k@@o`@333333@*1 NLEA ServingBeverages 22"l4u3 COFFEE,Instant,with SUGAR,CAPPUCCINO-FLAVOR Powdered?@z@GzH@# =p@ffffff@S =p?333333@Q*G{@k?QR@J@f@@r??(\)?ə@333333?ffffff?j~"?l@tj? ě?tj@@@?zG@??GzH@333333@33333@I^5?}@/w@@91 serving, envelopeBeveragesZ4m COFFEE,Instant,with SUGAR,FRENCH-FLAVOR,Powdered@333333@|@@1 =p@333333@Q=p @L8Q@B?Q@F@v @@x@?У =p?&x?zG{@?PbM?+ I@o-V?vȴ9?pbM@U@@I@ 7KƧ@*:^5?|?"`A@'2 tspBeverages ss'5) KRAFT,GENERAL FOODS INTRN COFFEE CAFE FRANCAIS FLV Instant,Powdered@@~@@:@ffffff@Kfffff@ @>333333@8?\(@r@@`@?@*1 NLEA ServingBeverages$5 ) KRAFT,GENERAL FOODS INTRN COFFEE FRENCH VAN FLV Instant,Powdered?@|@@3333333@@Qfffff?ffffff@K&fffff@(?Q@i`@@x@ffffff@,1 NLEA ServingBeverages651) KRAFT,GENERAL FOODS INT COFFEE SGR and FAT FR Low Calorie, calories FRN VN Instant@@v@@@@S@@@O?=p =@l@@?陙@1 NLEA ServingBeverages ,, Z4m COFFEE Substitute,Cereal GRAIN Beverage,Powdered@\(@v@ =p @(\)@=p =@SG{@7L@Q@J@ffffff@n@ @@T?QR?ʟvȴ9?񙙙@Pfffff?nO;?QR@1lD?\(?lC@J@J@J@ ?\(\?@@h@?A7Kƨ?x?lD@ffffff1 tspBeveragesr4COFFEE Substitute,Cereal GRAIN Beverage,Prepared with H2O@XzG@?zG{?Q?zG{??333333?Q@?Q@@@?@?zG{?nO;?1&y?陙?tzG{?PbM?hr!?nO;?zG{????zG{@?bM?tzG{?bM@n1 cup@>1 fl ozBeverages ~~^\4SCRANBERRY-APPLE Juice Drink,Bottled@Tp@Q?Q??zG{@2(\?@2@?Q@@@<@? =p ?|1&y? =p @@?tzG{?zG{?Q?1&y?$/@@n1 cup@>1 fl ozBeverages 4WCRANBERRY-APRICOT Juice Drink,Bottled@T@P?ə?@0333333?@"?333333@@@N@?zG{?Q??tzG{?zG{?Q?nO;?zG{???@|@7@n1 cup@>1 fl ozBeverages #!4SCRANBERRY-GRAPE Juice Drink,Bottled@Uffffff@L?ə??@,?@ ?zG{@@@8@?zG{?|1&y?9XbM@@?zG{?nO;?Q?"`A?1&y???@?`A7L?pbM?O;dZ@n1 cup@>1 fl ozBeveragesY"4MCRANBERRY Juice COCKTAIL,Bottled@U`@L?@,?@+@?333333@@@2@?Q?nO;?ȴ9XbN@A33333?nO;?nO;?Q?1&y?tj~@?nO;?1&y?+ I@o1 cup@?1 fl ozBeverages :#5MCRANBERRY Juice COCKTAIL,Bottled,Low Calorie, calories,with Calcium,SACCHARIN and CORN Sweetener@W@3?zG{?zG{? =p @ffffff@\(\@"?zG{@?@9@?zG{?zG{?xtj~@@?`bM?pbM?PbM?`bM@??ə?@@m1 cup@=1 fl ozBeveragesB$4= EGGNOG-FLAVOR MIX,POWDER?@x`?ٙ??ffffff@XY?ٙ@S p =@(?@@2@0@c`?Q?bM?tj?ffffff?pbM?tj~? =p?1&?tzG{@@@?Q@:@@?zG{?@?@3?^5?|?;dZ?1&y@5@?Q?tj?Q@ ffffff@?lC?KƧ@ffffff?\(?lC@H@H@H@@@?KƧ?nP?@h1 cupLegumesO4o MOTHBEANS,MATURE SEEDS,Cooked,Boiled,without SALT@QNQ@]@@=p =?ᙙ?333333@4\(@@ Q@Z@b@s@$?Gz?E?/w@ffffff??vȴ9X?O;dZ?`A7K?$/?+@a@a@a@$??vȴ9X?+ I?bM@f 1 cupLegumes MM"QP4CMUNG Beans,MATURE SEEDS,RAW@"@u@7(\?ffffff@ \(@OO\(@0L@ffffff@`@\(@g@v@x@.@p =q?1&?\(@ ffffff@333333?;dZ?m@ I^5?\(?r ě@@@@\@?QR@"@Q?E?ěS?ؓtj~@i1 cup@*1 tbspLegumesZQ4q MUNG Beans,MATURE SEEDS,Cooked,Boiled,without SALT@R*=p @Z@@zG?QR?GzH@3&fffff@ffffff@@;?ffffff@H@X@p@?Gz?+?nO@??E?;dZ?vȴ9X?=p =?&x@c@c@c@8??333333@@,?-V?S?bM@i@1 cupLegumes xhR5  NOODLES,CHINESE,CELLOPHANE OR LONG RICE (MUNG Beans),Dehydrated@* =p@u?zG{?Q?GzH@U\(?@9@\(\@@@@$@$?=p =?j~#?@?333333?ə??@@@? =p?hr Ĝ?bM?nO;@a1 cupLegumesS4E MUNGO Beans,MATURE SEEDS,RAW@%@uP@95\(?=p =@ Gz@M~Q@2L@a@@GzH@p@w@@C@ ?dZ1?nO;@ ffffff?xF?A7Kƨ?&x?E?lC@k@k@k@7??/v?\(?"`A@i1 cupLegumes BB-gT4sMUNGO Beans,MATURE SEEDS,Cooked,Boiled,without SALT@R =q@Z@@(\)?ᙙ?\(@2W =p@@zG@J?@O@c@l@?\(?n?^5?|@??333333?333333??۶E?-V@W@W@W@?@?333333@@3?tj~?-V?"`@f1 cup@Q@1 ozLegumesOU4CPEAS,SPLIT,MATURE SEEDS,RAW@&=p @uP@8?\(@333333@N/\(@9@ @K@Q@\@v@@.@zG?E?A7Kƨ???;dZ?˅Q@1&? ěT?E@q @q @q @b@? =p @-@V@?ěS?"`?߮zG@h1 cup@|Y1 lbLegumes GG3hV4qPEAS,SPLIT,MATURE SEEDS,Cooked,Boiled,without SALT@Q_\(@]@ zG?\(?\(@5@ @333333@,? =p@B@X@v@??+ I^?XbM?333333?ٙ?QR?1&y?zG{? =p ?tj~@P@@P@@P@@?Q@@?S?j~#?Q@h1 cup@(ffffff1 tbspLegumesIW47PEANUTS,ALL TYPES,RAW@@@9@HQ@ =p@0!Gz@!@\(@W@QR@e@w@@2@ (\)?M?l@?zG{?GzH@(!o?E?E@n@n@n@ \)@Vt@8m@/5?|@b@1 cup@Q@3 =q@zG{@>(\)@"@qP@/ffffff@q@@@@\(?+ I@"`A@1@?+? =p?+?`A7K? ěT@wp@wp@wp?333333@G@nO@-V@&\(@g@1 cupLegumes 550vt4)BREAD,MIXED-GRAIN,Toasted (Including WHOLE-GRAIN,7-GRAIN)@@&fffff@q@%@ffffff@ffffff@I333333@ffffff@$@X@(\)@M@g@k@?zG?ѩlD? =p@@ ?333333?֧-?`A7K@zG?vȴ?@]@T@@B@e?zG{?\(@@R?tj?nP? I^5?@? ěT?$/@Rm?◍O;d? ě@T@@L@9@^@@@?(\)?333333@G?M?p =q?vȴ@1 sliceBaked Products YY1Sv49)BREAD,OAT BRAN,TOASTED@C@@p0@&@333333?@Eٙ@@ Q@Q@ p =q@A@]@^@|??bM?QR@@?Z1'?E@1&?/v?zG{@Q@@I@3@Z@@@?޸Q?@H?nP?+?Ƨ-@@p@#@@@K@?=p =@.@zG{@Q@@f@e@@?QR?ҏ\(? =p@F?ղ-V?zG{@Q?ꗍO;d?\(@A@A@A?Q?ffffff@J?=p =?Vt?Gz@P1 pita@<1 pitaBaked Products]{4M)BREAD,Protein (Including GLUTEN)@D@n@(333333@?ffffff@Efffff@? =p @_@@P@@g @t @?Q?ڰ ě?O;dZ@@s33333? =p ?7KƧ@'-?Gz?-V@]@T@@A@e@? =p ?@@S@??|hs?lC?$/@ffffff?? I^5?Gz@zG?(\)? ěT@V@O@<@`?θQ?ə@D?tj? ěT? I^5@@_@???@H? ě?vȴ9X?(\)@fffff?ٙ?Ƨ-?p =q@p =q?(\)?333333@[@M@I@b@ ?Q?333333@?@K?1&x?"`?hr @fffff?n?Q@~"?lC?E@V@I@D@_?ҏ\(?@H?웥S?Q?Vu@?+?n@j~#?5?|h?S@"@"@"?333333?\(?ffffff@+ @ &x?=p =@M@U@3 oz@c`1 steak, excluding refuse@Beef   z5BEEF,Short LOIN,TOP LOIN,Lean only and FAT,0"FAT,Choice,Cooked,Broiled@O @i@ffffff?-V?@/w?Q?$/@"@"@"?zG?ٙ?ffffff@ =p@5?|h?S@Q@@dG{1 steak@U@3 oz@Beefq5 BEEF,Short LOIN,TOP LOIN,Lean only and FAT,0" FAT,Select,Cooked,Broiled@P# =p@f@=J=p @\(? =p@7?QR@9@m@w @N@zG?zG{?zG{@?ffffff?\(?Õ$/@vȴ?~"?C%@"@"@"?QR?QR?@Vu@vȴ?/v@G@bfffff1 steak?Beef 5?BEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,ALL Grades,Cooked,Broiled@PGz@f@=@@zG{?@3?p =q@9@l@w @N@zG{?tj?+ I@@ٙ?zG{?l@ E?nO;?tj@$@$@$?=p =?QR?ffffff@ffffff@Vt?E@P@b1 steak, excluding refuse@U@3 oz@Beef  r 5 BEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,Choice,Cooked,Broiled@OQ@h@<\)@Q? =p @0? =p @8@k@v@@M@\(?KƧ?+ I@@s33333?E?l@!\(?-V?C$@$@$@$??\(?ffffff@?|hs@\(\?lC@S@@dG{1 steak@U@3 oz@Beefr 5 BEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,Select,Cooked,Broiled@PS33333@e@= =p@p =q?\(@5?\(@9@m@x @O@Q?zG{?+ I@BY?$/?tj@!KƧ?-?hr!@$@$@$?\(?׮zG??Q@M?bM@I@bfffff1 steak@U@3 oz@Beef v 5BEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,ALL Grades,Cooked,Broiled@N*=p @j@=TzG@#W =p?(\)@6?=p =@9@l@w@N@QR?ȴ9Xb?zG{@?fffff?9XbM? I^5?@:^5?|?~"?S@"@"@"?zG?Gz?@1&x@1&y?"`@R@@wfffff1 steak@U@3 oz@Beeff 5  BEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,Choice,Cooked,Broiled@M =p@k`@=Q@%zG?Q@3?\(\@8@k@@v0@M@ =p?QR?zG{@??nO;?bM@zG{?E?~"@"@"@"?\(?ۅQ?@\(\@A7Kƨ?$/@S@x1 steak@Beef $$f 5  BEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,Select,Cooked,Broiled@N|(\@i@=fffff@!?@8?GzH@:@m@w@O@\(?E?zG{@@333333?tj? =p@"`?Q?@"@"@"? =p?Gz?@ Vt@ E?hr!@P@wl1 steak@Beefn5BEEF,TOP SIRLOIN,Lean only,0"FAT,ALL Grades,Cooked,Broiled@O}p =@f@>@(\)?\(@4?\(\@:@n@x@P@ =p?KƧ?+ I@Afffff??|hs? =p@!{dZ?;dZ?E@$@$@$?\(\?\(?ffffff@ =p@zG{?C$@M@wfffff1 steak@U@3 oz@$Beef &&i4yBEEF,TOP SIRLOIN,Lean only,0"FAT,Choice,Cooked,Broiled@O0 =q@g@>J=p @333333?QR@1@\(@:@m@w@O@?E?+ I@A?zG{? =p@!߾vȴ9? =p ?(\)@$@$@$?=p =?ٙ?ffffff@\(@Q?+ @P@x1 steak@U@3 oz@$Beefi4yBEEF,TOP SIRLOIN,Lean only,0"FAT,Select,Cooked,Broiled@O=p @f @>@Q?@6?Q@;@o@y@P@?\(?+ I@Cs33333?+ I?/w@"n?lC?n@$@$@$?Q?\(?ffffff? =p@ I^5??ǮzG@I@wl1 steak@U@3 oz@$Beef v5'BEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAW@O =q@m@35\(@1O\(?Q@@@3@e`@p@J@ =p ?+?vȴ9@)?XbM?S@ 9XbN?ӶE?QR@@@@?(\)@`A7K@"`?GzH@O@|Y1 lb@fffff1 fl ozBeverages?4[ GELATIN,DRINKING,ORANGE-FLAVOR,Powdered@@w@Afffff?333333?333333@N333333@?Q@,@d?tj~@@r?pbM?tj~?ҏ\(?~"@1ffffff1 packetBeverages mm&@5) KRAFT,CAPRI SUN ALL Natural Juice Drink FRUIT PUNCH,Ready-to-drink@Ufffff@G?@)@(??Q?@(@$?@@j@1 NLEA ServingBeverages@J?9XbM?;dZ@ o@q01 cupLegumes -q4 NATTO@K\(@j@1Q@&?ffffff@,Q@@ @k @!333333@\@e@@@=p =?XbM?r ě@!@*?zG{?QR?˅Q? =p@ @ @ ?zG{@7?tj~@p =q@ =p@e1 cupLegumesfr4 TEMPEH@M33333@h @2=p @%?Q@"ǮzH@[@@T@@p@y@"?=p =?Q??+?x@Q?n?˅Q@8@8@8?zG{@\(@@-V@d1 cupLegumes jj:Ls49SOY FLOUR,FULL-FAT,RAW@ =p@{@@AEQ@4fffff@ =p@AQ@#333333@@i@zG{@z@~@@*@\(\@\(\@333333@?◍O;d?\(@GzH?p =q?݁$/@u@u@u@^@?333333@Q@R@`A7L@>vȴ9X@'PbM@U1 cup@1 tbspLegumesBt4A SOY Flour,FULL-FAT,Roasted@zG{@{@Affffff@5(\@p =q@@\(@#ffffff@p =q@g@GzH@w@}@@(@ =p@ěS@-V@?^5?|?1&@ I^5?}?XbM?vȴ9X@l`@l`@l`@^@?zG@Q@R@@ KƧ@P`A7@(O;@U@1 cupLegumes ii5Hu41SOY FLOUR,DEFATTED@@t@GGz?Q@@C/\(@1@4@n @"zG{@r @@@4@zG@B\(@$/?333333?Vt?1&x@`A7L?Q?^5?|@s@s@s@D@?ə@ffffff@8?hr Ĝ?ʟvȴ9?Vu@Y1 cup@1 tbspLegumesGv4/SOY FLOUR,LOW-FAT@@w@@GC =p@@\(\@Bp =@$ffffff@3@g@\(@l@@@2?Gz@QR@ =p@"?QR?=p =@GzH?Q?9XbN@y@y@y@D@?QR@ffffff@8? I^5?zG@A7Kƨ@V1 cup@1 tbspLegumes 7uw47 SOY MEAL,DEFATTED,RAW@\(@u0@Fy@Q@QR@DR@n@+ffffff@s @@t@@=p =@@ffffff@ ffffff?1&?bM@-V?-V?5?|h@r@r@r@D@?&x?-V?Q@^1 cupLegumesEx4)SOY MILK,FLUID@VR@J@Q?Q?zG{@Q??@C?񙙙@9@K@_@K?(\)? I^5??lC@333333?;dZ?1&?~"?tj~?tj~@0@0@0?Q@ @??@@v?m?؃nP?nP@n1 cup@>1 fl ozLegumes aaB]y4y SOY Protein Concentrate,PRODUCED BY ALCOHOL EXTRACTION@333333@t@M =q?p =q@@>\)@@4@v@%\(@s@8@4@@?;dZ@\(?陙?9XbM?-V?x?/v?&x@u@@u@@u@?vȴ9?9XbM?ɺ^5?|@, g0 h3 i6 j8 k: l< m@ nD oG pI qO rS V Y \ ^ b d g j CC&_{4_SOY Sauce MADE FROM SOY and WHEAT (SHOYU)@QGz@J@Q?zG{@.Q@p =q?陙?333333@3?Gz@E@_@@k @? =p?vȴ9?"`A??`A7L?Q@hr ? I^5?l@,@,@,?tzG{?xtj~?tj~@o1 cup@01 tbspLegumesV|4MSOY Sauce MADE FROM SOY (TAMARI)@P@N@%Q?@1R@GzH?陙?333333@4@ =p @D@`@@j@?ۅQ?GzH?-V?陙?5?|h?tj~@S?bM?ə@2@2@2?+ I?hr Ĝ?+ I@21 tbsp@1 tspLegumes s}5SOY Sauce MADE FROM HYDROLYZED Vegetable, vegetables Protein@R=p @D@p =q?zG{@,333333@Q??333333@? =p@@W@@c@9? =p?E?+ ?陙?$/?lC@vȴ9?7KƧ?M@*@*@*?xtj~?nO;?+ I@21 tbsp@1 tspLegumesj~5TOFU,FIRM,Prepared with Calcium SULFATE and MAGNESIUM CHLORIDE (NIGARI)@U<@Q@ aGz@zG?(\)? =p ??333333@i ?\(@B@^@@b@(?\(?C$?@#?ə?Q? ěT?"`B?(\)?-V@3@3@3?띲-V?-V?9XbN@_.5 cup@T@.25 blockLegumes nnv5%TOFU,SOFT,Prepared with Calcium SULFATE and MAGNESIUM CHLORIDE (NIGARI)@UУ =q@N@333333@ Q?ffffff??ə?ffffff@[?\(@;@W@^@ ?zG{?tj?`A7L@!?ə?bM?l?Q?1&?vȴ9@F@F@F@?zG{@@?Vu? I^5?@S@o1 cup@11 cubic inchLegumes4E TOFU,DRIED-FROZEN (KOYADOFU)@Q@~@GQ@>W =p?zG@-Q@@v@#u\(@M@~0@4@@?/w@ nP@K&fffff?ffffff?ߝ-V?I^5?}?$/?ڏ\(?M@W@W@W@0@:@O;dZ@@1 ěT@11 pieceLegumes ` (08@HPX`hpx (08@HPX`hpx (08@HPX`hpxBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB @4!TOFU,FRIED@IB\(@p@10 =q@4.zG?Q@$G{@333333@\(@w@@zG{@N@q@b@@0? =p?xF?Q@<?\(???Q?XbM@;@;@;@;??zG{@333333@0@XbM@m@&ǮzH@1 fluid ounceLegumes Q4- LENTILS,PINK,RAW@'zG@u@833333@\(\? =p @M33333@%@D@=p =@R@r`@@@333333?+ ?1&y@ ffffff?333333?QR?"`A?Q?E?n@i@i@i@M@@A?A7Kƨ??1&x@h1 cupLegumes+4M PEANUT BUTTER,SMOOTH,Reduced FAT?333333@@@9fffff@A@ @A33333@@=p =@A?ffffff@e@@w@@@ffffff?\(@?GzH?Q@-333333? =p@N@N@N@zG?陙@@0'-@$1&xLegumes AA.h4c)BREAD,WHEAT,Toasted (Including WHEAT BERRY)@?@q@#@@@Ifffff@333333@ =p@\@ @I@d`@k@@?zG?p =q?+@@?;dZ?щ7KƧ@"`A?ӶE?QR@U@J@?@]? =p?333333@I?vȴ?Q?$/@ffffff@rP@"@@@K333333@@\(@]@ =p@:@Y@``@?\(?lD?l@??ڏ\(?Ցhr @hr Ĝ?n? ěT@Z@S@:@c?zG{?θQ@ 333333@G?~"?xF@Q?@F1 cup, crumbs@E1 cup, cubesBaked Products85)BREAD,WHITE,Prepared FROM RECIPE,MADE with NONFAT DRY MILK@Affffff@q @@?ffffff@J@@@@ p =q@1@X@[@u?Gz?1&y?p =q@7?ە$/?և+ I@ + ?-V?l@U@@M@;@_?zG{@D@(@(?$/?/w?j~"@@qP@%@333333@@Iٙ@@6QR@T@@ zG@X@@p @q@@p =q?j~"@S@D?9XbM?ʟvȴ9@ =p ?n?+ I^@C@C@C?zG{@?\(@@@R?zG{?5?|h?1&x@@o??(\)@?@P@?\(@ C%@ $/@G1 cup, small pieces@1 stickBaked Products[!4E)BREAD STUFFING,BREAD,DRY MIX@@x @&@ 333333@@S @ @ =p @X@@zG{@D@a@n@?\(?vȴ9X? I^5@H?nO?"`B@bM?xF?tj~@e@T@U@l ?zG{@?QR?񙙙?@R? =p ?S?`A7?@33333?陙?E?O;dZ?E?Q?tj~@X@@V@@ @c?zG{@u@@S@R@?333333@!@M?zG@+ @S@G>G?G?G@G@GAGAGBGBGCGCGDGDGEGEGFGFGGGGGHGHGIGIGJGJGKGKGLGLGMGMGNGNGOGOGPGPGQGQGRGRGSGSGTGTGUGUGVGVGWGW CCU'49)CAKE,ANGELFOOD,DRY MIX@ffffff@wP@!?ٙ@ffffff@UFfffff?333333@F@^@?zG{@&@u@h@?zG{?bM?-V@)333333?`A7K??љ?`A7L?nO;@W@T@@&@b??zG{??? ěT?tj~? =p @\(@U?p =q@ @m@`@? =p?hr Ĝ? ěT@.?O;dZ?"`B?S?(\)?xtj~@3@,@@=?Q?zG{???tj?vȴ9?vȴ9X@I1 piece@1 tubeBaked Products wwdh*4c)CAKE,BOSTON Cream PIE,Commercially Prepared@F33333@o@333333@!?ffffff@Es33333?ffffff@BzG@7?QR@@H@C@b?zG{?$/?@ffffff?ə?1&?GzH?r ě?C$?vȴ9@,@@ @2?zG{@T@8@7?333333@@?@;@\(@-V?$/@B@fffff1 canBeveragesFa4'MALT BEVERAGE@Və@B?Gz?Q?Q@ @ @?Q@@0@ @*?zG{?bM?vȴ9?333333??bM?tj~?+?l?S@,@,@,?zG{@?tj~?Q?1&y@m1 cup@=1 fl ozBeverages $$he4{% MALTED Drink MIX,Natural,with ADDED Nutrition,Powdered@@w@!@ffffff@@TL?333333@F @w@0@P@w@H@y`?Q? I^5??nO@%ffffff@`)@S@ O;d@HKdZ?\(\@ nO@.@.@.?zG{@ī@@?У =p@@@?^5?|?vȴ?C$@4@51 individualBeverageslf5/ MALTED Drink MIX,Natural,with ADDED Nutrition,Powdered,Prepared with Whole MILK@T_\(@U@ \(\@ zG? =p @%W =p@ p =@^?\(@.@Z@i@R?=p =?+ I?l@@$?Ѻ^5?|?Q@l?֗O;d?@@@?ٙ@p@q@q?ٙ@?GzH?lD?C$@&@p1 cupBeverages KKOg4O MALTED Drink MIX,Natural,Powdered@@y@&ffffff@@ @R33333?@MzG{@r?ffffff@W@@v`@@~?zG?ə?͑hr @7333333@333333?(\)?p =q@lC?땁$/?=p =@G@G@G?\(@r0@T@T? =p@ @,@@Ƨ@Z1'?O;dZ@?@51 servingBeverages^h5 MALTED Drink MIX,Natural,Powdered,Prepared with Whole MILK@TY@V@Gz@ \(?zG{@$u\(?@#Q@]@? =p @1@Z@f@S?ۅQ?l?$/@?ə?j~#?"`?S?ٺ^5?|?`A7L@ @ @ ?p =q@]@@@@@?@@O;dZ?`A7L?ѩlD@(@p1 cupBeverages tk4MALTED Drink MIX,Chocolate,with ADDED Nutrition,Powdered@@v`@@ 333333@ffffff@U@@Q =p@{@1aGz@X@y@@?Q?I^5?}?bM@0ffffff@b33333@j~"@p =q@Iw-?"`B@vȴ9X@:@:@:?׮zG@ɕ@@?Q?񙙙@&?lC?nO;??@S1 cup@51 servingBeverages ))+~l53 MALTED Drink MIX,Chocolate,with ADDED Nutrition,Powdered,Prepared with Whole MILK@T\(\@U@ Gz@ zG?@% =p?ٙ@$G{@`?Q@1@[@@k@@U?(\)?nO;?"`A@@(?=p =?+@^5?|?E?؃nP@@@?ۅQ@@uP@uP?Q?333333@??S?=p =?=p =@$@p1 cupBeveragesQm4S MALTED Drink MIX,Chocolate,Powdered?@wp@ffffff@ffffff?ffffff@U33333@@7 =p @N@=p =@Q@e@P@o`?陙?ə?-@9ffffff??$/?ə@$/?A7Kƨ?+@I@I@I?ə@,@@???@,@E?Q?+ ?@51 servingBeverages zz&(4G ENSURE FIBER with FOS,Liquid@S@X@@ p =q@ =p ?GzH@0\(\?񙙙@Q@a?@C@]@@b@S?zG?ǮzG@@'ffffff?l?Ł$/?+ I^?\(@C@C@P?\(@~@b@b@\(\@333333?ɺ^5?|?j~"?vȴLegumesV4mPEANUT BUTTER,SMOOTH,VIT and MINERAL Fortified?Q@x@9Q@IgzH@ @2@ffffff@$ =q@G@0@v0@w@@z@@,?=p =@??|hs?Gz@*hr@ =p@s@m@R@~@@P@P@*Q?ffffff@$@@8E@+l@p 1 cup@@2 tbspLegumes bb>X4qPEANUT BUTTER,CHUNKY,VITAMIN and MINERAL Fortified?zG@@:\(@I(\@ ffffff@1 =q@@%Gz@J@1@w @s@@@v@.333333?QR@??1&y@+GzH@(\)@s@k@W@}0@@P@P@*Q?ffffff@$vȴ9@8]-V@-KƧ@p 1 cup@@2 tbspLegumes>49 CHICKPEA FLOUR (BESAN)@$\(@x0@6c =p@\(@\(@L\)@%@%33333@F@p =q@d@s@p@P@zG{?/v?@ ?vȴ?"`A?1&x?dZ1?|hr@{P@{P@{P@D@?\(@"333333@9?-V?bM@/w@W1 cupLegumes e4/HUMMUS,COMMERCIAL@P\(@d@@#333333?\(@,zG@@C@Q@Q@f@l@w?GzH?/w?j~#@? =p ?bM?⟾vȴ9?`A7L?ə@T@T@T@>@?E@'-@ lC@o@1 cup@,1 tbspLegumes4U TOFU,Extra FIRM,Prepared with NIGARI@TQR@V@#ǮzH@QR?@?ٙ?@e?p =q@J@a@`@ ?񙙙?r ě?I^5?}@*??tj~? =p ?nO;?E? ěT@1@1@1?XbM@Z1'?XbM@V.2 blockLegumes 44r 4I TOFU,HARD,Prepared with NIGARI@QǮzH@b@@)\(\@#G{?Q@\(?333333@u@@J@l@b@@?\(?E?E@0?333333?$/?E?r ě?l?+@6@6@6?Q@ =p@O;dZ@^.25 blockLegumesR!4= MORI-NU,TOFU,SILKEN,SOFT@V@@K@333333@?333333@333333??\(@??=p =@=@O@f@? =p?~"??zG{?333333?+ I?+ ?9XbN?@U1 sliceLegumes NNR"4= MORI-NU,TOFU,SILKEN,FIRM@Uٙ@O@@?333333@333333??QR@@?zG{@;@V@h@@B?Q?lC?"`B?E?ϝ-V?+ I?lC??|hs?\(@U1 sliceLegumesX#4I MORI-NU,TOFU,SILKEN,Extra FIRM@Vfffff@K@?ffffff?333333@??zG@?? =p @;@Y@c@@O?333333?ə?9XbM?hr Ĝ?zG?+ I?333333?zG?"`@U1 sliceLegumes EEV$4E MOR-NU,TOFU,SILKEN,LITE FIRM@Vٙ@B@333333?陙?ٙ?񙙙?@B?@$@T@@O@U@?Q?"`?zG{?zG{?(\)?$/?hr Ĝ?ܼj~#@U1 sliceLegumes]%4S MORI-NU,TOFU,SILKEN,LITE Extra FIRM@V@C@?ffffff?ٙ??Gz@E?GzH@$@T@L@X?У =p?nP?Q?zG{?(\)?-V?5?|h?GzH@U1 sliceLegumes fE&4)SOY MILK,FLUID@VP =q@H@?\(?GzH@=p =?@ =p @?\(@3@H@a@(?p =q?Q?\(??ěS?Q?`A7?tj~?E@@@@z@_@@_@?zG{?333333?dZ1?/w?-@n1 cup@>1 fl ozLegumes'4S USDA Commodity,Peanut BUTTER,SMOOTH?@@5zG@HQ@@7G{@@@K@GzH@f`@t@@}@\(\?E?Ƨ-@D333333?dZ1?Gz@*QR?9XbN?o@A@A@A@\(@# ^5?}@4"`@&xLegumes <<x8.4' TEMPEH,Cooked@MǮzH@h@20 =q@&\(?zG{@"33333@X@ =p @S@@o@y@,?Q?GzH?\(?S?+ @zG?E?xF@5@5@5?Q@ 333333@ \(@vȴLegumes/5 SOY Protein ISOLATE,Protein TECHNOLOGIES INTERNATIONAL,SUPRO@zG@x@@U@@ =p @i@0@D@@Y@@?ffffff?ə??333333?ə@i@i@i?;dZ?xF?lD@@s@@#333333?333333@Jffffff?333333@=zH@a?Gz@2@j@\@zP??nO? =p@033333?ə?`A7K?ffffff?M?7KƧ?@H@B@(@R@?Q@^@@A@A?ə@ @@@F?zG@+@ QR@H@4U)CAKE,FRUITCAKE,Commercially Prepared@9L@t@@333333@"333333?@N@ @;kQ@@@\(@0@J@c @p?GzH??(\)@???XbM?O;dZ?hr!?O;dZ@4@1@@@?zG{@=@@???@?@5?ěS@@ $/@@@&@O?@@b@a@'5?|@?nO@k@>1 piece@1 piece@6>6?6?6@6@6C6C6D6D6E6E6F6F6G6G6H6H6I6I6J6J6K6K6L6L6M6M6N6N6Q6Q6R6R6S6S6T6T aa(C05 BEEF,Round,TIP Round,Lean only and FAT,0" FAT,Select,RAW@R'zH@b @4@Q?(\)@7?p =q@6@h@tp@M@?E?tj~@8?\(?j~"@mhr!?+ ?Ƨ-@&@&? =p?ҏ\(?333333@x@O;d?ϝ-V@?@BeefT25# BEEF,RIB,EYE,Small END (RIBS 10- 12) Lean only,0" FAT,Select,Cooked,Broiled@O\(@f@=zG@333333? =p @5?p =q@:@n@@x@O@ =p?j~#?+ I@Bfffff?\(?Z1'@!~"?Gz?&x@$@$?Gz?QR?ffffff@p =q@S?̋C%@N@2Beef ll8H35  BEEF,Round,TOP Round,Lean only,0" FAT,ALL Grades,Cooked,Broiled@O\(@g@@?33333@Q?Q@@p =q@5@i@@p`@E@?9XbM?+ I@B?nO;?x@Ƨ-?+?333333@&@&??ٙ??p =q@lC?Gz@SBeefD45 BEEF,Round,TOP Round,Lean only,0" FAT,Choice,Cooked,Broiled@NQ@h@?33333@=p =?(\)@@\(@6@i@p@E@Q?tj~?+ I@B?`A7L?XbM@\(\?-V?I^5?}@&@&?Q?Gz?@ I^5@E?A7Kƨ@W?Beef ::D55 BEEF,Round,TOP Round,Lean only,0" FAT,Select,Cooked,Broiled@OzH@f@?33333@?Q@@Q@5@i@@pp@E@Q?+ I?tj~@C33333?tj~?tj@??n@&@&?zG?\(?ffffff?/w?1&x??|hs@NBeefz65 BEEF,GROUND,70% Lean only / 30% FAT,CRUMBLES,Cooked,PAN-BROWNED@K =p@p@9\(@1(\? =p@D@ =p@4@i@@t@X@?l?tj~@6333333?tj~?+@o-V?\(?tj~@*@*@*@zG@ 333333@n@!\1&?+ @V@U@1 serving@aRG{1 portionBeef_ztnhb\VPJD>82,&  "(.4:@FLRX^djpv| B c ^ \ Z Y X W U O N H F D @ 6 0 . ) ' # "      ~ s Vm < ? B D J P Q T PX Q^ Ra Sf Uk Th DEzH{I|J}M~OQUVX]!#%')+-/13579;=?ACEGIKMOQSUW Y [ ] _a l74wBEEF,GROUND,70% Lean only / 30% FAT,LOAF,Cooked,Baked@M/\(@m@@7޸Q@.p =?(\)@@@(\)@1@d@n @R@@\(\?j~#?nO;@3?1&?Ł$/@vȴ?zG{?lC@@@@zG@ @ǮzH@Gz?ڏ\(@P@U@1 serving@qzG1 loafBeefu85BEEF,GROUND,70% Lean only / 30% FAT,PATTY Cooked,PAN-BROILED@MzG@m@6(\@/zG? =p? =p @B@GzH@4@h@@s@@W@GzH?`A7L?vȴ9@3333333?+ I?ffffff@"`A?C%??|hs@@@@\(@@ O;dZ@5?|h?Gz@S@U@1 serving@SO\(1 pattyBeef VV*P94} BEEF,GROUND,70% Lean only / 30% FAT,PATTY,Cooked,Broiled@L!Gz@q@9aGz@2=p =? =p @A@@3@g @q0@T@@\(?lD?nO;@5ffffff?1&?+ I^@%S?m?Ձ$/@&@&@&@333333@@e`A7L@!XbM?|hr@TBeefR:4[BEEF,GROUND,70% Lean only / 30% FAT,RAW@K0 =q@t@,33333@>?ffffff@8?=p =@,@`@k@@P@ \(??nO;@+?+ I?n@ Vu?1&?n@ @ @ @\(@333333@&@*RnO@S@L? =p@?@0@c`@p@I@ Q?`A7L?+ I@1?E?nO@ =p?=p =?\(@@@@ =p @)\(@+kQ?zG@R@@}p =@+ =p ?\(\@ @ zG@;@n@v@P@@GzH?GzH?hr Ĝ@8?tj~?ЃnP@ȴ9Xb? I^5??QR@"@"@"@@ =p @Q?@V@f`1 piece, cooked, excluding refuse@U@3 oz@GBeef vv'-c5BEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/2"FAT,PRIME,RAW@L\(@r`@1@8(\)?Gz@@zG@2@d@r@L@zG{?E?tj~@/?vȴ9?šo@+ ?ҏ\(? =p @@@@Q@$Q@%u\(?Q@Q@\(?Q@$@Q@3@j@m@M@zG?A7Kƨ?Q@8?`A7L?Vu@bM?lC?GzH@"@"@"@@)aGz@+Q?333333@X@qP1 piece, cooked, excluding refuse@U@3 oz@(Beef /$k4uBEEF,CHUCK,ARM POT Roast,Lean only,1/2"FAT,PRIME,RAW@Q33333@c@@5B\(@ =p?@@\(@8@i@@w@@P@ffffff?bM?1&y@0?A7Kƨ?^5?|@ m?5?|h?(\)@ @ @ @ =p@@zG?׮zG@N@1 fl ozBeverages ff4J 4?SHAKE,FAST FOOD,CHOCOLATE@Q@_@ 333333@ ?@4?ffffff@2@\@? =p@1@Y@i@X@?=p =? =p?+?333333?ٙ?-V?\(\?ěS?\(?@@@?\(@W@@:@9?(\)?@?@$/?333333?Q@*@d1 cup@41 fl ozBeveragesH 4;SHAKE,FAST FOOD,VANILLA@R@[@ @?@1fffff?@1@^? =p @(@Y@e@T? =p ?1&?1&y@ 333333?陙? =p ?KƧ?ǮzG?n?vȴ9@@@? =p @`@@B@B?Q?333333@?^5?|?땁$/?j~"@&@d1 cup@41 fl ozBeverages wwPU4[ STRAWBERRY-FLAVOR Beverage MIX,Powdered?ٙ@x0??ə?ə@Xfffff@U;Q@?(\)?@@@C??333333?htj~?(\)? ě?`bM?Q?vȴ9X?+ J@61 servingBeverages,5 STRAWBERRY-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILK@T9@V@@?ffffff@(@[?zG{@(@U@a`@H?ffffff?nO;?`bM???Q?9XbM??|hs?nO;?+@@@?Q@]@:@:?\(?Z1'?/v@(@p1 cupBeverages 99$g4iTEA,BREWED,Prepared with TAP H2O,DECAFFEINATED@X??333333?zG{@?@B@?zG{?zG{?1&x?1&y?+ I@@@?`bM?PbM?pbM@m1 cup@=1 fl ozBeveragesX4i TEA,Instant,Unsweetened,Powdered,DECAFFEINATED@333333@p@'ffffff?ٙ@1@P`@ @Q@K@(\)@v@{@@`@@ ?o@R ě@333333?S?-V@)vȴ9@ \(\?KƧ@Y@Y@Y??Q?;dZ?ffffff1 tspBeverages Y4MTEA,BREWED,Prepared with TAP H2O@X??333333?zG{@?@B@?zG{?zG{?1&x?1&y?+ I@@@?`bM?PbM?pbM@m1 cup@=1 fl ozBeverages 5/TEA,Instant,Sweetened with Sodium SACCHARIN,LEMON-Flavored,Powdered,DECAFFEINATED@ @u @ ffffff?333333@@UY?333333@5@!p =@_@@a@@y?zG{?Q@>^Q@ 333333?hr Ĝ?dZ1@ =p ?`A7K?@@@@@@?l?O;dZ?KƧ?2 tsp@,4 tbspBeverages 25=TEA,Instant,Sweetened with SUGAR,LEMN-Flavored,without Vitamin C,Powdered,DECAFFEINATED?333333@x?333333?333333?񙙙@Xffffff@W@?zG{@&@,@k @??@Q?ffffff?333333?tzG{?ə? I^5??(\)?S@@@??l?+ I?KƧ@f1 cup@6333331 servingBeveragesJ4M TEA,Instant,Unsweetened,Powdered@333333@p@'ffffff?ٙ@1@L@ @Q@K@(\)@v@{@@`@@ ?o@R ě@333333?S?-V@)vȴ9@ \(\?KƧ@Y@Y@Y??Q?;dZ?ffffff1 tspBeverages //b4_TEA,Instant,Unsweetened,Powdered,Prepared@XzH??Q?333333?\(?zG{@?zG{@?@4@?zG{?nO;?lC?`bM?l?+ I?`bM@m1 cup@=1 fl ozBeveragesg 4kTEA,Instant,Unsweetened,LEMON-FLAVORED,Powdered@333333@r@?ٙ@#333333@Rfffff@Q@<?@a`@Z@@(?zG?\(@>Q@ffffff@333333? =p ?@zG? =p ?hr Ĝ@L@L@L@??Q?;dZ?ffffff1 tsp@&2 tbspBeverages OO"!4} TEA,Instant,Unsweetened,LEMON-FLAVORED,Powdered,Prepared@Xٙ@??ٙ@?zG{@?@5@?Q?bM?+ I^?bM?tj~?+ I?`bM?PbM@m1 cupBeverages"5#TEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,without Vitamin C,Powdered?333333@x?333333?333333?񙙙@Xffffff?ə@W@?zG{@&@,@k @??@Q?ffffff?333333?tzG{?ə? I^5??vȴ9X?S@@@??zG{???l?+ I?KƧ@f1 cup@6333331 servingBeverages {{^4m BEANS,WHITE,MATURE SEEDS,Cooked,Boiled,with SALT@O=p @a`@#u\(?ffffff?@9@333333@V@ @O@\@@@n@?zG?^5?|?Z1'??5?|h?O;dZ?Q?O;dZ?+@T@@T@@T@?KƧ?vȴ9X?tj~@f`1 cupLegumesea5 BROADBEANS (FAVA Beans),MATURE SEEDS,Cooked,Boiled,with SALT@Q\(@[@ffffff?ٙ?Q@3fffff@?Q@B?@E@_@@p@n ?(\)?Гtj~?l@?333333?E?ȴ9Xb?n?tj?nO;@Z@Z@Z@.??zG{@333333@"?`A7L?9XbM?E@e@1 cupLegumes `Ve4i CHICKPEAS,MATURE SEEDS,Cooked,Boiled,with SALT@NG{@d@!Q@Q?p =q@;kQ@ffffff@333333@H@Q@H@e@r0@n`?zG{?և+ I?zG{@ ??-V? ěT?E?M?n@e@e@e@;??ffffff@@0?7KƧ?-?~"@d1 cupLegumesi4u COWPEAS,CATJANG,MATURE SEEDS,Cooked,Boiled,with SALT@Ql@]@@ B\(?Q?\(@4QR@ @:@ffffff@X@a@wp@o?Q?XbM?E@?ٙ?ļj~#?O;dZ?+ ?ش9XbN?O;dZ@a@a@a@$??ǮzG?5?|h?dZ1@e`1 cupLegumes y[k4s COWPEAS,COMMON,MATURE SEEDS,Cooked,Boiled,with SALT@Q\(@]@Q?\(?zG@4\(@@ ffffff@8@zG@J@c@q`@n? =p?&x?ffffff@?ٙ?"`B?(\)?߮zG?M?@j@j@j@.??Q?333333@"?lD?+ I?@e`1 cupLegumesp4s HYACINTH Beans,MATURE SEEDS,Cooked,Boiled,with SALT@QHQ@]@@ GzH?\(?\(\@433333@D@QR@T@^@u@n`@?m?+ @ffffff?GzH?l?M?9XbM?l@@@?XbM@h@1 cupLegumes GGTr4e LENTILS,MATURE SEEDS,Cooked,Boiled,with SALT@Qh\)@]@" =p ?QR?\(@4!Gz@?@3@ =p@B@f@w@m?QR?bM?ߝ-V@ffffff??šo? ě?\(?j~"?ȴ9Xb@f@f@f@ ?(\)?333333@?"`A?bM?ffffff@h1 cupLegumes]t4w LIMA Beans,Large,MATURE SEEDS,Cooked,Boiled,with SALT@Qr\(@\@333333?QR?ffffff@4Gz@@333333@1@Q@E@[@@m?ffffff?zG?nP@?ěS?(\)?l? I^5?ěS@T@T@T? =p @?ȴ9Xb?hr Ĝ?S@g1 cupLegumes i+w5 LIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,Cooked,Boiled,with SALT@Pə@_@ zG?QR?Q@7O\(@@=@333333@J@_@y@m?zG{?˅Q?Q@?ěS?(\)?Q?5?|h?+@b@b@b?+ I?hr Ĝ?šo@f1 cupLegumesy4c LUPINS,MATURE SEEDS,Cooked,Boiled,with SALT@QQ@]@/# =p@\(\?ᙙ@#\(@ffffff@I?333333@K@`@n@n?zG?͑hr ?o@?񙙙?&x?"`A?߮zG?bM?nO;@M@M@M@?$/?Gz?\(\@d1 cupLegumes %{4i MOTHBEANS,MATURE SEEDS,Cooked,Boiled,with SALT@QNQ@]@@=p =?ᙙ?333333@4\(@@ Q@Z@b@s@n?Gz?E?/w@ffffff??vȴ9X?O;dZ?`A7K?$/?+@a@a@a@$??vȴ9X?+ I?bM@f 1 cupLegumesW}4k MUNG Beans,MATURE SEEDS,Cooked,Boiled,with SALT@R*=p @Z@@zG?QR?GzH@3&fffff@ffffff@@;?ffffff@H@X@p@m?Gz?+?nO@??E?;dZ?vȴ9X?=p =?&x@c@c@c@8??333333@@,?-V?S?bM@i@1 cupLegumes GG$X4m MUNGO Beans,MATURE SEEDS,Cooked,Boiled,with SALT@R =q@Z@@(\)?ᙙ?\(@2W =p@@zG@J?@O@c@l@n`?\(?n?^5?|@??333333?333333??۶E?-V@W@W@W@?@?333333@@3?tj~?-V?"`@f1 cupLegumesW4k PEAS,SPLIT,MATURE SEEDS,Cooked,Boiled,with SALT@Q_\(@]@ zG?\(?\(@5@ @333333@,? =p@B@X@v@m??+ I^?XbM?333333?ٙ?QR?1&y?zG{? =p ?tj~@P@@P@@P@@?Q@@?S?j~#?Q@h1 cupLegumes ((p4a)'PEANUTS,ALL TYPES,OIL-ROASTED,without SALT?333333@(@:Y@Hfffff@ =p@2Q@@ =p@V?GzH@g @(@P@@Q?@~"@?1&x?S@,?=p =?QR@_@_@_@ =p@_;dZ@8vE@/(\)@`1 cup, chopped@vȴ9X@'PbM@U@1 cupLegumes 4 SOY Flour,FULL-FAT,Roasted,CRUDE Protein BASIS (N X 6.25)@zG{@{p@C Q@5(\@p =q@>aGz@g@GzH@w@}@@(@ =p@ěS@-V@?^5?|?1&@ I^5?}?XbM?vȴ9X@l`@l`@l`@[@@ KƧ@P`A7@(O;@U@1 cupLegumes EE#Y!4o SOY Flour,DEFATTED,CRUDE Protein BASIS (N X 6.25)@@tp@IG{?Q@@@\(@/@1zG@n @"zG{@r @@@4@zG@B\(@$/?333333?Vt?1&x@`A7L?Q?^5?|@s@s@s@D@?ə@ffffff@8?hr Ĝ?ʟvȴ9?Vu@Y1 cupLegumesX"4m SOY Flour,LOW-FAT,CRUDE Protein BASIS (N x 6.25)@@w@Iw =p@@\(\@@=p @$ffffff@3@g@\(@l@@@2?Gz@QR@ =p@"?QR?=p =@GzH?Q?9XbN@y@y@y@D@?QR@ffffff@8? I^5?zG@A7Kƨ@V1 cupLegumes /#4u SOY MEAL,DEFATTED,RAW,CRUDE Protein BASIS (N X 6.25)@\(@u@H@Q@QR@AR@n@+ffffff@s @@t@@=p =@@ffffff@ ffffff?1&?bM@-V?-V?5?|h@r@r@r@D@?&x?-V?Q@^1 cupLegumesL$4g SOY Protein Concentrate,PRODUCED BY ACID WASH@333333@t@M =q?p =q@@>\)@@4@v@%\(@a@8@| @ @?;dZ@\(?陙?9XbM?-V?x?/v?&x@u@@u@@u@?vȴ9?9XbM?ɺ^5?|@@d @f@@u? =p?bM?У =p@ 333333?Q?tj?E? I^5??`A7L@6@,@ @@?\(@[@@@@@vȴ9@#/-V@lC@K@@(@2@C? =p@v@X@W@Õ$@tj~?"`B@=@[m4=')COOKIES,CHOCOLATE WAFERS@@{@ffffff@,ffffff@@R@ 333333@=\)@?@ =p @J@`@j@@ ?p =q?ݡo?E@?lC?$/@/w?bM?1&@N@I@&@X? =p @(@@? =p @333333@&@ȴ9X@u\(@1&@@\1 cup, crumbs@fffff?\(@$?zG@0@c@q@@J@ zG?1&y?tj~@0?E?|hr@tj?љ?\(@@@@GzH@*\)@,\(?񙙙@Q@G{@'aGz?p =q@@ffffff@>@m@z@N@Q?"`?bM@;?/v?Гtj~@QR?E?GzH@&@&@&@Q@GzH@Q? =p@U@@t1 piece, cooked, excluding refuse@U@3 oz@Beef }}JI5OBEEF,Round,TOP Round,Lean only,1/2"FAT,PRIME,Cooked,Broiled@N,@j@? =q@!p =?zG@@ =p @?@n@{@N@GzH?|hr?hr Ĝ@<?5?|h?&x@%S?KƧ?Q@(@(@(@ =p@@ \(?Gz@U@s1 piece, cooked, excluding refuse@U@3 oz@Beef225 BEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,RAW@MR@r@1@7?Q@@QR@3@f @r@H@\(?KƧ?tj~@0fffff?hr!?1&@$/?nO?׮zG@@@@zG{@$zG@$Q?\(@Q@|Y1 lb@c1 steak@Beef ZZ-O35?BEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,Broiled@I~Q@s@8 =p@7nzG?=p =@ @@:@i@v@M@(\)?ļj~#?Q@8?j~"?ЃnP@ n?`A7K?QR@@@@Q@#.zG@# =q?Q@U@U@3 oz@\1 steak, excluding refuse@BeefO45?BEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,Roasted@Gw =p@v`@7p =q@@m@z0@O@\(\?x?hr Ĝ@8ffffff? =p?nO@`A7K?1&x?(\)@@@@\(@QR@=p =?\(\@U@U@3 oz@W1 steak, excluding refuse@6BeefG@5?BEEF,Short LOIN,TENDERLOIN,Lean only,1/2"FAT,PRIME,Cooked,Roasted@L =p@o@;=p @.=p ?\(@@ GzH@;@m@x@M@zG?`A7K?bM@733333?Gz?zG{@ Q?E?QR@ @ @ @(\)@Gz@\(?333333@U@U@3 oz@V1 steak, excluding refuse@=Beef ii/BG5?BEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/2"FAT,PRIME,RAW@K5\(@t @1޸Q@;EQ? =p @?@1@c @p@I@GzH?`A7L?tj~@033333?j~#?nP@ l?"`A?׮zG@@@@Gz@'aGz@(ǮzH?zG@Q@|Y1 lb@s1 steak, excluding refuse@BeefMH5?BEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,Broiled@HaGz@u0@8Q@9\)?QR@"@\(\@7@g`@u@O@\(?^5?|?1&y@8L?E?E@tj~?j~"? =p @@@?Q@%p =q@&33333?ffffff@T@U@3 oz@l1 steak, excluding refuse@ Beef ||EEP5 ?BEEF,Short LOIN,TOP LOIN,Lean only,1/2"FAT,PRIME,Cooked,Broiled@L\(@n@^Q??hr Ĝ?dZ1@ =p ?$/?@@@@@@?l?O;dZ?KƧ?Q1 serving@,4 tbspBeverages }(5TEA,Instant,Sweetened with Sodium SACCHARIN,LEMON-FLAVORED,Prepared@X=p @?zG{?Q?(\)@???@*@$?zG{?|1&y? =p?PbM?zG{?xtj~?PbM?PbM@m1 cup@=1 fl ozBeverages=)5?) KRAFT,CRYSTAL Light SUGAR FREE Low Calorie, calories ICED TEA MIX,with Aspartame,Powdered@333333@q@333333?ٙ@333333@Es33333@!333333@0?@[@@f@?1 NLEA ServingBeverages EE&]-4UTEA,HERB,OTHER THAN CHAMOMILE,BREWED@X??ə@?zG{?@"??zG{?Q?+ I?zG{?pbM?+ I????`bM?PbM?tzG{@m1 cup@=1 fl ozBeveragesV.4GTHIRST QUENCHER Drink,Bottled@W`@9?ə@333333@??@"@&@D?zG{?zG{?333333?tzG{?PbM@n 1 cup@>1 fl ozBeverages ssnw/5FRUIT-FLAVORED THIRST QUENCHER Beverage,Low Calorie, calories@X333333@&?ə@??@"@$@A?zG{?zG{?@333333@n1 cup@>1 fl ozBeverages047WATER,Bottled,PERRIER@X?@,?@m1 cup@=R1 fl ozBeverages 14C WATER,Bottled,POLAND SPRING@Y??zG{??@m1 cupBeveragesa65 COCOA MIX,with Aspartame,Powdered,Prepared FROM ITEM 14196@WQ@=?(\)?p =q?ffffff@\(?@ @G?\(@1@Q@j`@V@?GzH? ěT?vȴ9???$/?lC?\(?nO????? =p@H@,@,?Q?ffffff?tj~?|1&y@h1 packetBeverages 2ppx (08@HPX`hpx::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;;;;;;;; ee&=4 GELATIN,DRINKING,ORANGE-FLAVOR,Powdered,Prepared with H2O@U@H@?ə?@@?@@8?zG{?tzG{?333333@B?PbM?tj~?l? =p @a1 packetBeveragesm@4a+CARBONATED Beverage,COLA,CONTAINS CAFFEINE@VFfffff@E??@%@%@?zG{?@*?@?zG{?xtj~?nO;?@?1 fl oz@w 1 can, 12 fl ozBeverages \ C4]ORANGE-FLAVOR Drink,KRAFT,TANG Drink MIX?333333@v?@X?333333@V@w?Q@e @g@ ?zG{?1&y@n?\(@ ?陙@@@92 tbsp@91 portionBeverages D5 ORANGE-FLAVOR Drink,KRAFT,TANG SUGAR FREE Low Calorie, calories Drink MIX?@k @ @!ffffff@Uy@ffffff@@?Q@q0@@x@T@?htj~@@333333@T@ @ӈ@1 portionBeverages F#E4aFRUIT PUNCH Juice Drink,Frozen Concentrate@K@e?333333?ffffff?@E?ə@4?陙@&@(@p@$?ffffff?Q?Gz@333333?pbM?p =q?ʟvȴ9?^5?|? =p @@@@5??E?tj?$/@A1 fl oz@zp1 canBeverages6F5FRUIT PUNCH Juice Drink,Frozen Concentrate,Prepared with H2O@U33333@I??ə?ə@(ffffff?@?p =q@@S@@?(\)?tj~?Q@ffffff?PbM? =p?5?|h?-V?vȴ9@??tj~?+ J@o1 cup@?1 fl ozBeverages 77 QG4c ORANGE-FLAVOR Drink,Breakfast TYPE,Powdered?Q@x ?p =q@X(\?ٙ@W =p@x?zG{@b@g@1?zG{?vȴ9??@lٙ?PbM?\(@ ?|1&y?陙@@@@??@81 servingBeveragespH5 ORANGE-FLAVOR Drink,Breakfast TYPE,Powdered,Prepared with H2O@Uə@H?ə@)L?@'@I?zG{?@3@8@?zG{?bM?|1&y?@=?E?^5?|?PbM?1&@p@S@@S@@p333331 cup@@333331 fl ozBeverages bb0I5 ORANGE-FLAVOR Drink,Breakfast TYPE,Low Calorie, calories,Powdered?@k @ @!ffffff@Uy@ffffff@@?Q@q0@@x@T@?htj~@@333333@T@ @ӈ@v@v@1 portionBeveragesfN4aALCOHOLIC Beverage,LIQUEUR,COFFEE,53 PROOF@?@u??333333?@Gffffff@G7 =p??Q@@@>@ ?Q?zG{?1&y?ٙ?pbM?tj~?nO;?"`A?+ I?Gz@Affffff1 fl oz@J1 jiggerBeverages //]'4y SOY Protein ISOLATE,Potassium TYPE,CRUDE Protein BASIS@Q@t@VzG?\(@ =p@Q@@f@@-@C@@@@I@Q?$/?S?陙?Ƈ+ I?? I^5?Q?@f@f@f?`A7L?"`B?ЃnP@@X@@^@@?陙?ȴ9XbN?\(\@!??j~#?vȴ9?\(?hr Ĝ?bM@.@.@.@U@@?1&?`A7L@O;d@_.5 cup@].25 blockLegumes i%,5 TOFU,DRIED-FROZEN (KOYADOFU),Prepared with Calcium SULFATE@Q@~@GQ@>W =p?zG@-Q?333333@@#u\(@f@~0@4@@?/w@ nP@K&fffff?ffffff?ߝ-V?I^5?}?$/?ڏ\(?M@W@W@W@0@:@O;dZ@@1 ěT@11 pieceLegumes-4] TOFU,FRIED,Prepared with Calcium SULFATE@IB\(@p@10 =q@4.zG?Q@%@333333@@zG{@W@q@b@@0? =p?xF?Q@<?\(???Q?XbM@;@;@;@XbM@m@&ǮzH@*1 pieceLegumes V!05  TOFU,SALTED and FERMENTED (FUYU),Prepared with Calcium SULFATE@Q =q@]@ L@ @!aGz@@4?zG@M@R@@R@r?\(?bM?ȴ9Xb@1L?ə?tj?"`B?A7Kƨ?`A7L?KƧ@=@=@=@d@ ?nP?E@bM@&1 blockLegumes%25 YARDLONG Beans,YARDLONG,MATURE SEEDS,Cooked,Boiled,with SALT@Q333333@]@ zG??Q@5 =p@ffffff@E@Q@X@f@s@n ?GzH??+ I^@ffffff?ٙ?"`A?bM?o?xF?QR@b@@b@@b@@0??-V?+?ȴ9XbN@e`1 cupLegumes *44o WINGED Beans,MATURE SEEDS,Cooked,Boiled,with SALT@P(\@b`@%=p =@\(\?Gz@-Gz@a@QR@K@c @q@o ? =p ?j~#?/v@333333?Gz?nP?\(?+?bM@$@$@$?ffffff@9XbM?`A7@e1 cupLegumesQi5#/LAMB,Domestic,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Choice,RAW@NY@p@0Gz@5 =p?(\)@(?Q@6@d@l@M@ =p?vȴ9?tj~@3?Q?(\)@ffffff?p =q? =p@2@2@2@Q?Gz@" =q@!Q?333333@R@??QR@ =p?(\)?@1@1@1@=p =? =p @333333@Q@Q? =p @Z@b1 piece, cooked, excluding refuse@U@3 oz@LLamb, Veal & Game [[9q4u/LAMB,Domestic,FORESHANK,Lean only,1/4"FAT,Choice,RAW@R =p@^@5zG@ QR?@"? =p@9@g`@m@S@?lC?tj~@8??ə@=p =?Q?\(@6@6@6@?θQ?Gz?Q?333333@Q@@?(\)?ҏ\(@\(\?Q?\(@7@7@7@Q? =p @ @zG@ Q?QR@V@@k@1 piece, cooked, excluding refuse@U@3 oz@ALamb, Veal & Game @@ Gw5/LAMB,Domestic,LEG,SHANK HALF,Lean only and FAT,1/4"FAT,Choice,RAW@PG{@i @2zG@*G{?\(\@ ?\(\@8@f@@pP@L@ ?p =q?$/@5ffffff? =p?p =q@Gz?\(?333333@4@4@4@zG?Gz@333333@Q?GzH@P@y4/LAMB,Domestic,LEG,SHANK HALF,Lean only,1/4"FAT,Choice,RAW@R(\@_@@4Q@\(?GzH@?Q@;@h`@r @N@Q?vȴ9X?tj~@7ffffff?Q?@\(?ffffff?\(@7@7@7@Q?ə?? =p ?QR@P@Q@i@?Q? =p@zG?ffffff?\(@5@5@5@ =p?\(@ =p =@zG?333333@W@i 1 piece, cooked, excluding refuse@U@3 oz@DLamb, Veal & Game P4{=/LAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,RAW@LFfffff@s`@0QR@:Gz?Gz@.?\(@5@c@j@L@=p =?Gz?nO;@2fffff?(\)?Gz@Gz?(\)? =p@1@1@1@QR? =p @'Q@%Gz@ =p@R@@Z@`@?Q?"`B?^5?|@$ffffff?j~"?tj@|hr?/v? =p@G@=@1@P@?Q@ffffff?@N?M@XbM@-@U1 cup, crushed@@j @`@u?(\)?ᙙ?l@%?ə?+?/v?+ I^?݁$/?\(@A@:@ @J?zG{@@@@@ =p @E@o@@@3@&@E?zG{@(@a@``@b@ "`B@O;dZ@"`A@@@@Q@38Q?p =q@1@=p =@4@f@n@@I@Q?vȴ9?zG{@333333@3zG?\(@0@Gz@4@f@n @H@zG{?-V?zG{@;?/v?ȴ9XbN@(\? =p ?n@"@"@"@zG?GzH?ffffff@S@!*~"?畁$/@T@ zH1 roast@>Beef   qu5BEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,Select,RAW@Op =q@m@3TzG@1c =p?333333@2?\(@3@f@r @O@zG?zG{?zG{@4?tj~?GzH@Vt?7KƧ?vȴ@$@$@$??ٙ?@bM@Ƨ-?&x@P@G{1 roast@ @2?Q@2@zG@4@g@n`@I@\(\?+?zG{@<? =p?/w@Rm?"`?l@"@"@"? =p? =p?@Y+ @A7K?S@S@p1 piece, cooked, excluding refuse@U@3 oz@:Beef0w5 BEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,ALL Grades,RAW@Np =@o@1(\)@3h\)?=p =@$@QR@1@d@@p@Q@Q? ě?tj~@0333333??\(@p =q?ҏ\(? =p @@@@ 333333@GzH@! =p ?Q@Q@@#S@E?hr Ĝ@M@?1 fl oz@G1 jiggerBeverages 00EP5!1Carbonated Beverage,Low Calorie, calories,COLA OR PEP,with Aspartame, CAF@X33333???@?Q?@&@@?+ I?tzG{?O;dZ@=1 fl oz@}1 bottle, 16 fl ozBeverages7U5! COFFEE Substitute,Cereal GRAIN Beverage,Powdered,Prepared with Whole MILK@U@P@@ ffffff@ ffffff?陙@ffffff?@]?(\)@0@X@e@H?QR?tj~?bM@??tj~?ěS?n? =p?$/@@@?ffffff@_@<@<@|hr?-?nO;@*@g 6 fl ozBeverages 552yV5# DAIRY Drink MIX,Chocolate,Reduced Calorie, calories,with Aspartame,Powdered@)@r@9@@ ffffff@I@"@@xQ@@@j@@@@@ ?陙?\(\@033333@ffffff?1&y? I^5?@1&?(\)@@@@@@@Q@p@c@c??-V?߾vȴ9X?;dZ@8@5L1 packetBeveragesJW5G DAIRY Drink MIX,Chocolate,Reduced Calorie, calories,with Aspartame,Powdered,Prepared with H2O@V33333@?@?333333?@?ə@W?Q@7@V@@m`@U?ٙ?ȴ9Xb?E???tj~?lC?ěS?̬1&y?+ I@@@?@^@B@B?+ J?vȴ9?xtj~?@i6 fl ozBeverages yX5 ORANGE-FLAVOR Drink,Breakfast TYPE,with PULP,Frozen Concentrate@K@e???@Es33333?ə@D@`@?У =p@@S@{0@8?Q?+?1&y?333333@nc33333? I^5?$/?@>@>@>?333333?ə?+?hr!?7KƧ@Afffff1 fl oz@z1 canBeverages  Y5/ORANGE-FLAVOR Drink,Breakfast TYPE,with PULP,Frozen Concentrate,Prepared with H2O@U˅Q@H?Q?Q?(\)@(kQ@'R@C?zG{?@6@_@ ?zG{?bM?bM?@QL?Q?tj~?|1&y@"@"@"? =p ??+ I?bM?1&y@o1 cup@?1 fl ozBeverages Z5ORANGE Drink,Breakfast TYPE,with Juice and PULP,Frozen Concentrate@M@c ?ٙ?ffffff@C?@Cfffff@x?У =p@A@\@}@:?Q?zG{?tj~@gfffff?;dZ@ Q? =p??;dZ@5?? =p ?@&?`bM?htj~?pbM@B&fffff1 fl oz@{@1 canBeverages ss[55ORANGE Drink,Breakfast TYPE,with Juice and PULP,Frozen Concentrate,Prepared with H2O@VQ@F?Q?޸Q@& =p@&@]?zG{@$@@@d@$?zG{?+ J?1&y@K?Gz?1&y?1&x?1&x?-V@@@@@@@?zG{@o@1 cup@?L1 fl ozBeveragesw\4A SHAKE,FAST Food,STRAWBERRY@Rfffff@\@@ 333333@ffffff?@2fffff?ٙ@\@?(\)@*@Y@f@T? =p ?+ I?Q@?陙? =p ?\(?ffffff?|hr?+ I@@@? =p@^@:@:?vȴ9X@&@q10 fl ozBeverages `H]4+WATER,MUNICIPAL@X?@?@?|1&y@m1 cup@=R1 fl ozBeverages^4cCRANBERRY Juice COCKTAIL,Frozen Concentrate@H333333@i ??@I?ə@E@@&?333333@@@H@?Q?zG{?Q@Ffffff?O;dZ?bM?zG{?+ I^?+ J@A@@B1 fl oz@{01 canBeverages cc7_5CRANBERRY Juice COCKTAIL,Frozen Concentrate,Prepared with H2O@Uy@K?@,?@? =p @?@,@?zG{?zG{?E@#?|1&y?nO;?tj~? I^5??1&y@$?@o@1 cup@?3333331 fl ozBeverages^c4WORANGE Breakfast Drink,Ready-to-drink@V9@F?333333@%@%u\(@?zG{?@@D@P?zG{?zG{?1&y?@*?Q?xtj~?zG{?`bM@y@4?zG{@n@o@1 cup@?L1 fl ozBeverages jjN`d4{ORANGE Breakfast Drink,Ready-to-drink,Calcium Fortified@UY@K?ffffff@*ffffff?@%u\(@Y?@@@T@K??S@8?Q?zG{? =p ?zG{@3@3@3@y@4?zG{@n@o1 cup@?1 fl ozBeverages.B4sWHISKEY SOUR MIX,Bottled,with Potassium and Sodium@S@U???ə@5ffffff@?(\)?@@@@?Q?@?vȴ9?zG{?vȴ9@5??bM?`bM?zG{@@&fffff1 fl oz@P&fffff2 fl ozBeverages >3C4}ALCOHOLIC Beverage,WHISKEY SOUR,Prepared FROM ITEM 14530@R&fffff@b?@*333333??zG{?@@@4?Q?nO;?xtj~???+ I?xtj~?zG{?bM@*??tzG{?PbM?tj~@>ffffff1 fl oz@P&fffff2 fl ozBeverages>D5ALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 94 PROOF@N&fffff@q0?zG{@@??zG{?$/?nO;?xtj~?pbM?vȴ9?PbM@;1 fl oz@E1 jiggerBeverages 35O/LAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@J@@sP@6@7 =p?\(@2@\(@7@f@n@P@ GzH?vȴ9X?zG{@8??θQ@ffffff??(\)@3@3@3@zG?(\)@@$zG{@#\(\?Q@W@p1 piece, cooked, excluding refuse@U@3 oz@6Lamb, Veal & GameH4k=/LAMB,Domestic,LOIN,Lean only,1/4"FAT,Choice,RAW@R#33333@a@4Gz@\(?\(@(?\(@;@g@q@@Q@ Q?bM?tj~@7? =p?p =q@ =p ?Q?\(@8@8@8@zG?QR@ =p @Q?GzH@P@L??GzH@QR?\(?zG{@9@9@9@GzH?zG{@ \(@?Q@U@h 1 piece, cooked, excluding refuse@U@3 oz@FLamb, Veal & Game ;4y/LAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,RAW@Iffffff@w@@- =p @A1R?zG@.?=p =@2@a @g@L@zG?ȴ9Xb?bM@0??QR@\(\? =p?(\)@,@,@,@Q? =p @.QR@,B\(@Q@S@Lamb, Veal & Game __Hd5O/LAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@GR@vp@5Q@=R?\(@6?@4@d@p@R@@ Q?p =q?tj~@5? =p ?Gz@?(\)?(\)@.@.@.@ =p?@)=p @) =p @\(\@X@@o1 piece, cooked, excluding refuse@U@3 oz@<Lamb, Veal & Game34i/LAMB,Domestic,RIB,Lean only,1/4"FAT,Choice,RAW@Q(\@e @3G{@"u\(?(\)@(?Q@9@f@p@R@ffffff?j~"?tj~@6L?Q?ə@\(??zG{@5@5@5@ =p ?QR@ ffffff@ zG?Gz@P@c =p@8?񙙙@9@Q@:@i@s @R@QR?n?O;dZ@B?Q?@ =p?Q?(\)@2@2@2@ =p?333333@#p =@$\(\?\(\@^@U@3 oz@Q1 chop, excluding refuse@4Lamb, Veal & Game %%d5!=/LAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,Cooked,Broiled@KXQ@q@8p =q@3?\(@2@Q@:@h@sP@S@@\(?$/?O;dZ@;??GzH@zG?\(?Q@2@2@2@Gz? =p@ p =@ Q?Q@X@U@3 oz@W@1 chop, excluding refuse@3Lamb, Veal & Gamem5!O/LAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@K\(@qp@6zH@4=p =?\(\@2@=p =@7@f@p0@P@@Q?hr!?$/@9ffffff? =p ?@ =p?Q?Q@4@4@4@ffffff?Q@!zG{@ ?\(@W@q1 piece, cooked, excluding refuse@U@3 oz@1Lamb, Veal & Game JJP4{=/LAMB,Domestic,Shoulder,ARM,Lean only,1/4"FAT,Choice,RAW@R\)@`@3p =@?Q@(? =p@9@g@@q@Q@@?-V?tj~@633333?Q?p =q@? =p ?333333@8@8@8@\(\?(\)?\(@Q?޸Q@P@@k`@u@@T@Q?\(?1&y@???ҏ\(@=p =?Q?Q@7@7@7@?ə@ \(\@ 333333?陙@W@U@3 oz@R1 chop, excluding refuse@BLamb, Veal & Gamee5O/LAMB,Domestic,Shoulder,ARM,Lean only,1/4"FAT,Choice,Cooked,Roasted@PzG@h@9u\(@"Q?\(@0@ =p@:@i@@qP@P@?Q?vȴ9@=??GzH@\(\?zG?Q@9@9@9@Gz?\(@ Q@zG?陙@U@l1 piece, cooked, excluding refuse@U@3 oz@ALamb, Veal & Game @@ G5/LAMB,Domestic,Shoulder,BLADE,Lean only and FAT,1/4"FAT,Choice,RAW@N33333@p0@0Gz@4(\?zG{@1?zG@5@d@l@O@Q?tj~?zG{@3333333?(\)?ə@Q?p =q?Q@3@3@3@Q?(\)@!(\@!zG?Gz@R@@p =q@2@U@@R@@q?\(?tj~?vȴ9X@ ?n?(\)@+ ? ěT?zG{@O@K@ @Y?zG{@??@ hr Ĝ@2ěT@|hr@@@@ @ ?p =q@??@D@9XbN@-V@tj@I@T1 cup, crumbs@Gz@@$? =p @>@I@E@??$/?ڰ ě@9333333?nO?ěS?dZ1?M?bM@T@Q@&@`?bM?vȴ9?QR@a1 cupGrains and Pasta*4Q -CORNMEAL,DEGERMED,Unenriched,WHITE@'.zG@v@ \(?ffffff?333333@SkQ@@?񙙙@D@U@d@@? =p ?+?Gz@333333?Q???+?r ě@H@H@H??^5?|?Q@a@1 cupGrains and Pasta **be4o -WHEAT Flour,WHITE,ALL-PURPOSE,Enriched,UNBLEACHED@' =p@v@$\)?\(\?zG@S =p@?GzH@.@\(@6@[@Z@?ffffff?nO;?m@@33333?Q?ߝ-V@-V?1&x?+ I@f@c@@=@r0@?p =q?333333?@S? =p?E?nO;@_@1 cupGrains and PastajA4 -RICE,WHITE,LONG-GRAIN,Regular,Cooked,Unenriched,with SALT@Q(\@`@@Q?Q?=p =@<+Q?ٙ?@$?ə@(@E@A@w?\(\?lD?5?|h@?zG{?vȴ9?ٙ?\(?+@@@?zG{?E?+ I?tj~@c1 cupGrains and Pasta ` 4I !FAST FOODS BISCUIT with EGG@IzH@q @!\(@0:G{?QR@7u\(?333333@N@ =p @,@q@e@x?\(\? =p ?ȓtj~@4??̋C%?x?S?hr!?E@E@8@3@M?p =q@|@`@``?GzH@ `A7@v@m@f@a1 biscuitFast Foods4s -SPAGHETTI,PROTEIN-FORTIFIED,DRY,Enriched (N X 6.25)@"u\(@w`@5ǮzH@ =p?Q@Pi@333333@C@@P@@d`@i @ ? =p?n?Q?E?ffffff@-V?S?ȴ9Xb@q`@p @4@|?E?XbM?O;dZ@L2 ozGrains and Pasta P'PR 4S !FAST FOODS,BISCUIT,with EGG and HAM@KTzG@l@%GzH@,(\)@zG{@/zG?ٙ?\(@\@\(@0@d@d@?\(?nO;?Z1'@3333333?ffffff? =p? =p? =p?Q@A@1@1@G? =p@|p@^@^@? =p @333333@<@@l@@ =p@ =p@ =p @c@h1 biscuitFast FoodsT 4W !FAST FOODS,BISCUIT,with EGG and BACON@GU\(@s@&\)@4G{@333333@3\(??(\)@_@Q@0@c@d@?p =q?333333?+@4?? =p ?333333??Q? =p @D@4@4@K?zG@n@Q@Q?\(@@@@b@333333@!Q@Q@m`@b1 biscuitFast Foods j[ 4e !BREAKFAST ITEMS,BISCUIT with EGG and SAUSAGE@Es33333@t0@%GzH@5@@6(\??ffffff@U@@,@q@f@@?333333?-V?ffffff@3?Q?@?333333?(\)@B@,@6@G?QR@v@V@@U?GzH@ @C@@Y@ =p@"8Q@\(@e@f1 biscuitFast Foods4a !BREAKFAST ITEMS,BISCUIT with EGG and STEAK@JAGz@qP@(=p =@35\(?zG{@,p =@W@@ =p@1@c@i@?=p =?nO;?Q@5333333??θQ?ffffff@\(?\(\?Q@C@3@3@I?ffffff@}@a`@a@@=p =@ =p@@g@b1 biscuitFast Foods 14g !FAST FOODS,BISCUIT,with EGG,Cheese, and BACON@D@t@&zG@5@@75\(@\?QR@,@s@d@X?Q?vȴ9?Ƨ-@833333?񙙙?Gz?333333??=p =?Q@B@&@:@F?\(\@| @`@``@\)@# I^5@j~"@f@b1 biscuitFast FoodsJ4C !FAST FOODS,BISCUIT,with HAM@@@M?=p =@F@$@$?񙙙@@ @@&-V@$hr!@Q@<@_1 biscuitFast Foods4]# !FAST FOODS,CROISSANT,with EGG and Cheese@F(\@r @$# =p@3s33333@zG{@3# =p@h?zG@1@q @a @{ ?zG?nO;?ȴ9Xb@3L??333333?333333? =p ?\(?zG{@B@ @=@E?Q@@k@@j@&&fffff@n?7KƧ@e@@_1 croissantFast Foods n4y! !SANDWICHES and BURGERS,Roast Beef Sandwich with Cheese@E@p@2O\(@$u\(@p =q@9ǮzH@Z@\(@7@l@h@@ffffff?hr!?Ƨ-@3?(\)?У =p@ ?\(?QR@B@*@7@F?Q@[@@@@@Q@ =p? =p@F@f1 sandwichFast Foods 4W! !SANDWICHES and BURGERS,STEAK Sandwich@I\)@l @-p =@?333333@9xQ@F@=p =@8@b@@p@xp@\(?S? =p @4@?ə? =p @ =p?? =p @F@;@1@O? =p@f@$??Q@\(?=p =@B@i1 sandwichFast Foods ! !eS4wBEEF,Round,EYE OF Round,Lean only,1/8" FAT,Select,RAW@R~zG@]@6O\(@\(?@6?Q@9@k`@v@O@ =p?vȴ9?1&y@??KƧ?-V@I^5??\(?\(@*@*@*??Q?񙙙?j~#?zG?hr!@B@?KƧ? I^5?@dZ1?E?/w@*@*@*??ҏ\(?񙙙? I^5??1&y?tj@I@4[CANDIES,MILK Chocolate,with RICE Cereal?ffffff@@333333@:?@O33333@ ffffff@K@e`?@H@h @up@b ?Q?+?j~"@ffffff?333333?-V?ҟvȴ9?ݡo?C$?-V@.@@(@1? =p@k @O@N@@@/ǮzH@!GzH?\(@3@D1 bar@F1 barSweets [?4[CANDIES,M and M MARS,MARS MILKY WAY BAR@333333@zp@@0?@Q?333333@NTzG@`@?QR@A@b@n @n?Q?333333?zG@ffffff??Q?j~"?ffffff?333333?@@@?zG{@P@2@2?@ffffff?@@(\)@zG?333333@,@71 bar@K1 barSweetsV@4;' CANDIES,SKOR TOFFEE BAR?Q@@ =p @@ =p?333333@N(\?@MR?=p =@$@N@c @s?\(?zG{??zG{?? =p?zG{@@@p@2ǮzH@"zG?zG{@J@C1 bar, 1.4 ozSweets gg4HA43TOPPINGS,STRAWBERRY@@@o?ə??ٙ@P33333?ffffff@P@@?Q@@@I@5?Q?bM?`A7K?陙@+ffffff?+ I?tj~?ěS?tj~?tj~@@@@2???ffffff@"@"?tzG{?1&y?@u@1 cup@E2 tbspSweetsGC5'BAKING Chocolate,M and M MARS,"M and M'S"SEMISWEET Chocolate MINI BAKING BITS?QR@0@zG@:J=p @\(@P}p =@@JQ@A@@Z@^@u@? =p?1&y?O;dZ?1&?$/?&x?E?O;dZ@<@<@<@R@@@/O\(@!?l@@,1 tbsp@&1 packageSweets pD4}CANDIES,M and M MARS,"M and M'S"Peanut Chocolate CANDIES?zG{@ @" =q@:=p =@ffffff@N:G{@ 333333@IaGz@Y@?ffffff@S@m @u@H@GzH?$/?Vt@333333??1&?9XbM@\(\?S?+ I@C@C@C?zG{@W@@:@:@zG{@@$x@&@@"@e@1 cup@51 packageSweetskE4{CANDIES,M and M MARS,"M and M'S" MILK Chocolate CANDIES?Gz@~@QR@5!Gz?zG@Qp =@@OzG@Z@?\(@A@\@i`@N?񙙙?hr Ĝ?$/@333333??;dZ?šo?n?r ě?tj~@@@?\(@W@;@:?񙙙@@*(\)@ GzH?أ =p@,@j1 cup@E1 boxSweets b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpxGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHH H H H H H HHHHHHHHHHHHHHHHHHHHHHH+H+H,H,H-H-H.H.H/H/H0H0H1H1H2H2H3H3H4H4H5H5H6H6H7H7H8H8H9H9H:H:H;H;HH>H?H?H@H@HAHAHBHBHCHCHDHDHEHEHFHFHGHGHHHHHIHIHJHJHKHK ==&dF4=//CANDIES,MOUNDS CANDY BAR@"@~`@ffffff@:? =p@MKQ@ @GQ@5@Q@t@b ?ffffff? =p ?@@4zG?\(?Q@@31 bar, snack size@J1 package, 1.9 ozSweetsUG4OCANDIES,MR. GOODBAR Chocolate BAR?@@$p =q@@G{?zG{@K+Q@ffffff@G(\@[?=p =@G@d`@x@D?\(?\(??Q?Q@ Q?Gz?Q@C@C@C?Q@_@@A@A@ \(\@ @@,B\(@ g-@vȴ9X@$@H1 bar@R@1 barSweets e4k# !FAST FOODS,CROISSANT,with EGG,Cheese, and BACON@E\(@t@)(\)@5G{@Q@2TzG@]@?333333@2@j@c@?Q?E?tj@3?333333?GzH?У =p?333333?\(? =p @A@ @;@D?p =q@v@[@[@'V@sE?+@d@` 1 croissantFast Foods4g# !FAST FOODS,CROISSANT,with EGG,Cheese, and HAM@IR@s@(fffff@6 =p@ =p@/ =p@W?ffffff@1@k@f`@8?Gz??|hs?\(@1fffff@?\(?ə@?=p =?333333@>@@8@A?Q@r@U@U@@&vȴ9X@G{?E@a@c1 croissantFast Foods v4o# !FAST FOODS,CROISSANT,with EGG,Cheese, and SAUSAGE@F\(@tp@)aGz@7ٙ@(\)@.fffff@V?ffffff@.@f@f @?p =q?hr Ĝ?9XbM@)?? =p?ə@?=p =?Q@;@@8@=?Q@p@S@@S@&1&x@!`A7?tj@`@d1 croissantFast Foods4K !FAST FOODS,DANISH PASTRY,Cheese@@fffff@x@@ =p@;\(?333333@?zH@S@@=p =@1@V@`@u?zG?QR?أ =p@2fffff@333333?ҏ\(?p =q@ffffff?(\)?Q@N@F@0@V?@e@@H@H@Q@1$/@M@6@V1 pastryFast Foods w4O !FAST FOODS,DANISH PASTRY,Cinnamon@4fffff@x@ =p@3?ffffff@JQ@E@QR@0@U@[@@w0?ᙙ?\(?Gz@1@333333?ҏ\(?(\)@?(\)?Q@O@G@0@W?@4@@@vȴ9@(m?Q@?@V1 pastryFast Foods4I !FAST FOODS,DANISH PASTRY,FRUIT@=@v@@=p =@033333? =p@GQ@7? =p@.@R@@]@@v ?QR?5?|h?=p =@-?333333? =p?(\)?\(?(\)?Q@@@1@0@F?@V@;@;@ 7KƧ@%zG{? ě@4@W1 pastryFast Foods hD4= !FAST FOODS,EGG,SCRAMBLED@P@j@+zG@0.zG?333333@ =p?QR@L@Q@,@n@@b`@l?\(?&x?tj@6@ ffffff?zG{? =p?Gz?zG?QR@L@L@L?(\)@@k@j?Q@-333333@Y@@k@1&@Vu?$/@z@W2 eggsFast Foods4W !FAST FOODS,English MUFFIN,with BUTTER@@P =q@r@Q@"GzH@ffffff@HQ@d`@(\)@5@`@[@(?p =q?1&??|hs@2?333333?ٙ?@?(\)?Q@V@O@;@`?Q@k@I@G?ə@"`B@tj~@Q@4@O1 muffinFast Foods YY=_4o !FAST FOODS,English MUFFIN,with Cheese and SAUSAGE@Bٙ@u`@*zG@5@@9\(\??\(@b@?\(\@5@d@@g`@(?\(\?`A7L?r ě@2?񙙙?Q?(\)@ ?p =q? =p@M@E@0@U?Gz@t@V@U?񙙙@?@8??@N@!!o@!1&x@vȴ9X@I@\1 muffinFast Foods>5! !FAST FOODS,English MUFFIN,with EGG,Cheese, and CANADIAN BACON@Lc =p@j`@(\(\@"aGz@ =p@3Q?񙙙@zG@[?zG{@1@h@b @?=p =?1&?nO;@8??vȴ?hr!@xF?`A7L?dZ1@I@2@@@O?\(\@z@` @` ?=p =@ =p =@ E?1&x@e`@a 1 sandwichFast Foods m4y !FAST FOODS,English MUFFIN,with EGG,Cheese, and SAUSAGE@G33333@rp@*B\(@233333@@2Q@]@@2@e@f@@?Gz?nO;?+ I^@2??QR?333333@?333333?Q@K@5@@@Q@?\(@y@]@]@@lC@tj@d@d1 muffinFast Foods4] !BREAKFAST ITEMS,FRENCH TOAST with BUTTER@I\(\@p@ =p@+?QR@:33333@K?ffffff@(@[@``@w?(\)?tj~? =p@/??ۅQ?׮zG@333333?ٙ?zG{@K@@@6@S?GzH@u@Y@@Y@\(@\(?\(@U@`2 slicesFast Foods eL 4I !FAST FOODS,FRENCH TOAST Sticks@=\(@v@zG{@4@QR@D =p?ffffff@2Q@K@@3@U@V@v ?Q?ȓtj~? =p@033333?zG{? =p @?ٙ? =p @a@S@O@h`?@?ffffff@@@@ Q@! =q@333333@J@a5 piecesFast Foods!4_ !FAST FOODS,PANCAKES with BUTTER and SYRUP@H(\@l@ zG{@Q?(\)@C =p@K?zG@5@i@[@}?(\)? =p?n@ ??\(?θQ?\(\?ҏ\(?@6@@.@;?@^@@A@A?333333@-V@+ I^? I^5@9@m2 cakesFast Foods  "4M !FAST FOODS,POTATOES,HASHED BROWN@NR@j@@@)?Q@6nzG@$?p =q@6@X@w0@y0?333333?E?Õ$/?333333@ffffff?(\)?zG{? =p?zG?p =q@&@&@&?zG{@9@?\(@Q@o-V?`A7L@*@R.5 cupFast Foodsy#41 !FAST FOODS,BROWNIE@)L@yP@GzH@0 =p?@P<@E@333333@;@b@@a`@o?p =q?+ I^@333333@333333?Q?Gz? =p ?ᙙ?zG{@=@6@@F?У =p@2@@@Gz@ I^5@O;d@0@N1 brownieFast Foods n\$4m !FAST FOODS,ICE MILK,VANILLA,SOFT-SERVE,with CONE@P^zG@c@=p =@\(?ffffff@7h\)?@1nzG@b?333333@.@`@d@V@?ᙙ?nO;?zG{@ ?񙙙???333333?У =p?Q@(@@@1?ə@i@M@M?׮zG?ffffff@ ?@ nO;?5?|h?E@;@Y1 coneFast Foods %4Q !FAST FOODS,COOKIES,ANIMAL CRACKERS@@{@Q@*(\?\(@RQ@1@@0@X@U@y??tj~?+ I^@?333333?׮zG? =p @ \(\?zG{?Q@^@@V@@@f?Q@D@$@"?zG@+ J@tj?hr!@0@P1 boxFast Foods l &4O !FAST FOODS,COOKIES,Chocolate CHIP@p =q@zp@@6zG? =p @Pw =p@B@p =q@>@W@b@u`?Q?p =q?ە$/@??zG{?ffffff@=p =?У =p?@N@?@=@T?QR@W@4@2?p =q@#k I^@"^Q? =p@5@K1 boxFast Foods(4? !FAST FOODS,SUNDAE,CARAMEL@L@@h@ =p@Q?@?\(@^?Q@2@a@i@_?\(?"`A?Q@ @?zG{?QR?Q?θQ?Q@ @ @ ?\(@e@@F@E?\(@GzH?O;dZ?`A7L@0@c`1 sundaeFast Foods i)4C !FAST FOODS,SUNDAE,HOT FUDGE@Mٙ@f@ \(@ =p?񙙙@>+Q@``?׮zG@5@b@o@@\?333333?E?zG{@ ffffff??zG{?QR?\(?Gz?zG{@@@?=p =@a@B@A?Gz@ nO;??Z1'@*@c1 sundaeFast Foods*4E !FAST FOODS,SUNDAE,STRAWBERRY@Ns33333@e@\(\@Q?ffffff@=.zG@Z@?Gz@0@Y@@f @N?ۅQ??(\)@333333??zG{? =p ?Gz?ҏ\(?@(@(@(?Gz@b @B@A?QR@O;dZ?m?XbM@,@c 1 sundaeFast Foods T*+5 !FAST FOODS,Chicken,BREADED and FRIED,Dark MEAT (Drumstick OR THIGH)@H~Q@r0@4QR@2 =p @ffffff@%8Q@8?GzH@9@d@@r@@Q?zG{?tj@733333? =p ?ҏ\(@zG{?\(?(\)@1@&@@9?Q@b@F@F@ O;dZ@=p @+ J@\@b2 pieces@7Fast Foods',5  !FAST FOODS,Chicken,BREADED and FRIED,Light MEAT (BREAST OR WING)@Fٙ@r@5\)@2(\@(\)@(Q@B?Q@7@g@u@?ffffff?vȴ9X?QR@533333? =p ? =p @ffffff?p =q?ffffff@2@*@@;?=p =@]@A@A@?|hs@ I^5@x@V@d`2 pieces@5Fast Foods t24A !FAST FOODS,CHILI CON CARNE@S,@Y@@#u\(@ (\)?=p =@!W =p@;@ffffff@2@S@q@x?\(?zG?tj@1ffffff?333333???\(\?Q? =p@2@@(@6?@@@@?-V?O;dZ?n@J@o1 cupFast Foods34Q !FAST FOODS,CLAMS,BREADED and FRIED@=333333@x@&L@6\(@@@@2@333333@;@i@l@?Q??|hs?&x@ ? =p ?p =q@Q?У =p?Q@B@=@ @L?Q@Z@@@@@+@#`A7L@\(@S@\.75 cupFast Foods [}64/ !ENTREES,CRAB CAKE@J =q@p@2@1@@@! =p ?ٙ@u?\(@E@w@p@@ QR?Q?zG@E ?333333?O;dZ??+ J??;dZ@D@9@0@M@QR@P@c`@c`@ Q@Q@Q@a @N1 cakeFast Foods 74q !ENTREES,FISH FILLET,BATTERED OR BREADED, and FRIED@J\)@m@-QR@(zG@zG@0Q?@2@Gz@8@e`@t@?(\)? =p ?ǮzG@"333333?lC?"`A@`A7?xF?1&@1@@*@4?\(@C@&@&@\(@ =p@zG@A@V1 filletFast Foods k84o !FAST FOODS,OYSTERS,BATTERED OR BREADED, and FRIED@G(\@p@" =p @)?\(@< =q@4@ zG@1@a@``@~p@&?Vt?ӅQ@P33333@?(\)?@ p =q?QR?zG{@6@*@"@??\(\@pP@S@S@ Z1'@~"@ -V@S@a`6 piecesFast Foods;4E!ENTREES,PIZZA with PEPPERONI@GEQ@o@,Q@#?Q@;G{@V?Q@(@Z@j@w?\(\? =p ?Q@2ffffff@ffffff?QR?Q@(\)?ffffff?zG{@J@3@@@P@?У =p@x@R@P@@ 1&x@ ě?A7Kƨ@4@1 pizza@Q1 sliceFast Foods C3<5 !FAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing@W =q@0??Q?\(@ \(@*?(\)@&@C@e@:?Gz??`A7?ٙ@7333333?Q??ᙙ?Q?zG{@B@B@B@@L?zG{?pbM?hr Ĝ@i1.5 cup@Z.75 cupFast Foods8=51 !FAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with Cheese and EGG@Vp =@G@(\)@\(\?QR@Q@G? =p@&@N@e`@K?p =q?E? ěT@ 333333@?zG{?zG{??θQ?@C@C@C?Q@w@H@A?-V?Q?1&x@F@k 1.5 cupFast Foods aka<4W %ASCIDIANS (TUNUGHNAK) (ALASKA NATIVE)@V@=@ffffff?@@@G@ ffffff@Y@?ə??Q?ə@Ethnic Foodsg;4{ %AGUTUK,MEAT-CARIBOU (ALASKAN ICE CREAM) (ALASKA NATIVE)@K@p @533333@2@ ?@0@333333@4@e@@l@W@ =p?QR?Q@? =p ?Q@ =p ?333333?p =q@@@QR@x@ffffff@!ffffff@ @V@Ethnic Foods$:4e %AGUTUK,FISH with SHORTENING (ALASKA NATIVE)@A@}`@"@E@@%?ə@0@`@i@8?zG?Q?Q?Q?Gz@p@@!333333@/333333@1L@:Ethnic Foods <EC4W %WHALE,BELUGA,MEAT,RAW (ALASKA NATIVE)@R @[@:??@@9fffff@m@u@@TEthnic Foods-B4W %WHALE,BELUGA,EYES,RAW (ALASKA NATIVE)@K@r0@3@7L??ffffff@g`@8Ethnic FoodsGA4k %WHALE,BELUGA,MEAT,AIR-DRIED,RAW (ALASKA NATIVE)@7L@s@RFfffff@ffffff?@<@V@@Ethnic Foodss@4S %BEAR,POLAR,MEAT,RAW (ALASKA NATIVE)@Q33333@`@@9@?@1@ffffff@D@?O;dZ?Vt@@?(\)@?p =qEthnic Foods 3xXG4M %BLACKBERRIES,RAW (ALASKA NATIVE)@U@K???333333@%@?ə@@ ???陙?QEthnic FoodsPF4M %OIL,WHALE,BELUGA (ALASKA NATIVE)@ @Y@ Ethnic Foods6E4Y %WHALE,BELUGA,LIVER,RAW (ALASKA NATIVE)@Rfffff@]@@2ffffff@333333?񙙙@@&@l@ՕEthnic FoodsHD4] %WHALE,BELUGA,FLIPPER,RAW (ALASKA NATIVE)@L@p@3@533333?@&@ffffff@c @L@Ethnic Foods 'PON4K %CARIBOU,EYE,RAW (ALASKA NATIVE)@L@t`@%@?ffffff?333333?@3@@M?zG{??ə@yEthnic FoodsGM4[ %CARIBOU,BONE MARROW,RAW (ALASKA NATIVE)@@@@U?@@Z?zG{?ə@nEthnic FoodsRI4Q %BLUEBERRIES,Frozen (ALASKA NATIVE)@V,@F?ffffff?ə@$@.?񙙙@?Q??ٙ@d`Ethnic FoodsTH4U %FISH,BLACKFISH,Whole (ALASKA NATIVE)@Tfffff@T@/??ffffff?@m@ffffff@q?zG{?׮zG?ffffff@Ethnic Foods UB2UXR4] %CHITON,LEATHERY,GUMBOOTS (ALASKA NATIVE)@Sfffff@T@1?@@^@@0??\(@@Ethnic FoodsBQ4Q %CARIBOU,TONGUE,RAW (ALASKA NATIVE)@O@@p@@+ffffff@6?@@ffffff?Q@gEthnic FoodsDP4U %STEwith SOUP,CARIBOU (ALASKA NATIVE)@V@D@ffffff?ffffff?ffffff@333333?@?ə@@(@U@R??Q?zG{??zG{?zG{?GzH??Q@@@?zG{?zG{Ethnic Foods9O4O %CARIBOU,LIVER,RAW (ALASKA NATIVE)@Qٙ@^@.@333333@333333@333333@@/ffffff@q@ Ethnic Foodsl Y !(/6=DKRY`gnu|$+29@GNU\cjqx  '.5<CJQX_fmt{ 8 : < ? A C E G I 7O 8Q 9T :\ ;^ <` =a >b @f Ah Bm Cp Dr Et `v ax bz c| d~ e f g h i k l m n o  + - / 1 3 5 7 9 ; = ? A C E H J M Q T W Z ] Á` āc Łf Ɓi ǁl ȁo Ɂr ʁu ˁx ́{ ~    + / 3 7 : < > B F J !O "S #V $X %Z &\ 'r (: )< *> +@ -B .E /G PI QL RN SP TS UX VZ W\ X_ y%ikymV4w %CRANBERRY,Low BUSH OR LINGENBERRY,RAW (ALASKA NATIVE)@U@K?ٙ??ə@(ffffff@:?ٙ@5@5?zG{?zG{?ٙ@VEthnic FoodsyU4_ %CRANBERRIES,High BUSH,RAW (ALASKA NATIVE)@U@K?񙙙?ə?ٙ@(@@4?@.@a@:@.?zG{?@Ethnic Foods7T4; %COCKLES (ALASKA NATIVE)@S33333@S@+?ffffff@ffffff@@>@0333333?zG{?ə@ Ethnic FoodsVS4I %CLOUDBERRY,RAW (ALASKA NATIVE)@U@I@333333?陙?333333@!333333@2?ffffff@A@c??Q?@j@Ethnic Foods d "6dM`4g %FISH,HERRING EGGS,PACIFIC,DRY (ALASKA NATIVE)@;L@s@N333333@ffffff@333333@ffffff@=@@??\(@ffffffEthnic Foodsg_4{ %FISH,HERRING EGGS ON GIANT KELP,PACIFIC (ALASKA NATIVE)@Ts33333@O@&?陙@ @@d @ 333333@N?? =p@@V@Ethnic Foodsy^4_ %FIREWEED,YOUNG LEAVES,RAW (ALASKA NATIVE)@U@F@?陙@@333333@@*@@d@o`@I@X?zG{?Q?ffffff@XEthnic Foods[Z4S %FISH,DEVILFISH,MEAT (ALASKA NATIVE)@T333333@X@@'ffffff@333333??ffffff@(?ٙ@@? =p ??񙙙@Ethnic Foods s=sEf4W %FISH,LINGCOD,MEAT,RAW (ALASKA NATIVE)@T@S@1fffff?陙?@{@M?(\)? =p @lEthnic FoodsYc4O %HUCKLEBERRIES,RAW (ALASKA NATIVE)@V@B?ٙ??@!ffffff@.?333333@$@ffffff?zG{?Q?333333@SEthnic FoodsTb5 %FISH,HERRING,PAC,MEAT PACK IN OIL,AIR-DRIED (ALASKA NATIVE)@2333333@~@F@@AL@@`?zG{@@PEthnic Foodsa4k %FISH,HERRING EGGS,PACIFIC,Plain (ALASKA NATIVE)@TL@R@#333333?Gz@ffffff@Gz@3@@N?333333??Q?@L?ۅQ?Gz?Q@DEthnic Foods )Gj4K %MASHU ROOTS,RAW (ALASKA NATIVE)@P33333@`@333333@333333?ffffff@6@P@&??Q?@0Ethnic FoodsBh4A %STEW,MOOSE (ALASKA NATIVE)@Ufffff@K@ffffff??陙@?@(?QR@@0@Y@k?Q?zG{? =p ??Q?zG{??zG{?Q@@@L?zG{?zG{?zG{Ethnic FoodsRg4Q %FISH,LINGCOD,LIVER (ALASKA NATIVE)@F33333@z@ffffff@E?@@?@^?(\)@@Ethnic Foods lo4u %SEAL,BEARDED (OOGRUK),MEAT,AIR-DRIED (ALASKA NATIVE)@'333333@u@Tfffff@ffffff@ @H@? =p?(\)@x?333333?GzH?׮zGEthnic Foodsn4; %OCTOPUS (ALASKA NATIVE)@U@O@(?陙??ffffff@A@@c?Gz?׮zG?$/?Q?zG{@?ə?ə@DEthnic FoodsKk4S %MOOSE,LIVER,Braised (ALASKA NATIVE)@P@c`@8aGz@\(?@ p =q@@zG@4@` @m`@Q@GzH@O;dZ?nO;@6?+ J@ffffff@%p =q@GzH?Q@k @k @Q@p??Q@xPEthnic Foods T7s4K %OWL,HORNED,MEAT (ALASKA NATIVE)@Q33333@a@633333@?@0@333333@k@@uEthnic FoodsBr4Q %OOPAH,Whole ANIMAL (ALASKA NATIVE)@T @S@'ffffff@@ffffff@@J@433333@Y??Ethnic Foodsuq4g %OIL,BEARDED SEAL,(OOGRUK OIL) (ALASKA NATIVE)@ @Y@@/p =@L@:=p Ethnic Foodsfp4i %SEAL,BEARDED (OOGRUK),MEAT,RAW (ALASKA NATIVE)@Qffffff@[@:33333?ٙ@ ffffff@$@)@h?ə?У =p@@@YEthnic Foods #Sdy5 %FISH,SALMON,KING OR CHINOOK,KIPPERED,Canned (ALASKA NATIVE)@I@p@>33333@/@@C?333333??Q@%@IEthnic FoodsLx4e %FISH,SALMON,TIPNUK,FERMENTED (ALASKA NATIVE)@Q333333@e@@/@%333333@@@G? =p?333333?ffffff@`Ethnic FoodsKw4S %RHUBARB,WILD,LEAVES (ALASKA NATIVE)@T@N@??ffffff@#@"@@?@*?@Ethnic FoodsXt4] %FISH,PIKE,NORTHERN,LIVER (ALASKA NATIVE)@Qs33333@c@0@ ?@333333@<@@y??ffffff@@Ethnic Foods AAI~4O %SEA CUCUMBER,YANE (ALASKA NATIVE)@T,@Q@*?ٙ@ffffff@@>?333333??zG@ @s`Ethnic Foodsa|4o %FISH,SALMON,KING OR CHINOOK,LIVER (ALASKA NATIVE)@Qs33333@c@0@ ?@333333@<@@y??ffffff@@Ethnic Foods{4 %FISH,SALMON,KING OR CHINOOK,SMOKED,BRINED (ALASKA NATIVE)@7@{@C33333@>@ @333333@@7@@@?Q?Q@'@x@Gz@0fffff?ffffff@ZEthnic Foodshz5  %FISH,SALMON,KING OR CHINOOK,SMOKED and Canned (ALASKA NATIVE)@P@b@7333333@@ ?@N??zG{?@!@sEthnic Foods _ (08@HPX`hpx (08@HPX`hpx (08@HPX`hpxHMHMHNHNHPHPHQHQHRHRHSHSHTHTHUHUHVHVHWHWHXHXHYHYHZHZH[H[H\H\H]H]H^H^H_H_H`H`HaHaHbHbHcHcHdHdHeHeHfHfHgHgHhHhHiHiHjHjHkHkHlHlHmHmHnHnHoHoHpHpHqHqHrHrHsHsHtHtHuHuHvHvHwHwHxHxHyHyHzHzH{H{H|H|H}H}H~H~HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH %]4W %SOURDOCK,YOUNG LEAVES (ALASKA NATIVE)@Vl@E@ffffff?ffffff?陙@@?陙@K@Q? =p ?GzH?񙙙@>Ethnic Foods*4Q %SOUP,FISH,HOMEMADE (ALASKA NATIVE)@U@R@@?陙@ffffff@A??@\@`@>?zG{?333333?Q?zG{@Q?zG{?zG{??@D?@(Ethnic FoodsY4O %SEAL,RINGED,LIVER,(ALASKA NATIVE)@R@]@2@ ffffff?@333333@*@+@? =p @?Q?񙙙?zG{Ethnic Foodsx4M %SEAL,RINGED,MEAT (ALASKA NATIVE)@Pٙ@a@zH@=p =@KzG@ @G\(@S?\(\@O@d @up@s?zG{?θQ?ffffff?333333?zG{?(\)@\(? =p?@I@I@I?Q@L@1@1?333333@ffffff@%u\(@*333333@ffffff@@1 miniature@11 package, 0.6 ozSweetsVO4ECANDIES,REESE'S PIECES CANDY?@@(Q@8Q?\(@MzG@@J@Q@?\(\@V@i@vp@h@?ffffff?=p =?񙙙?陙? =p ?(\)@=p =?Q?(\)@K@K@K?Q?p =q@@0kQ@ =p?zG@G.25 cup@ 10 piecesSweets \\iP4[1WCANDIES,ROLO CARAMELS IN MILK Chocolate@ffffff@}@QR@4zG?QR@P?@O =p@b ?Gz@Q@g@g??zG{?Q?zG{?GzH@^@@A@@?zG{@@, =p@zG?\(@(@K1 package, 1.91 oz@B2 rolls, 3 pieces per snack size rollSweetsQ4MCANDIES,NESTLE,AFTER EIGHT MINTS@333333@v`@@+ffffff?333333@S333333@@7?zG{@F@L@e@(?Gz?ϝ-V?Ƨ-??zG{?333333?hr Ĝ?bM???@4?@ \(\@ =p? =p@ ffffff1 piece@D1 servingSweets WW&JR47CANDIES,SESAME CRUNCH@@(@'333333@@fffff@@I&fffff@@?+Q@x@zG@o`@zp@t @d@zG?ffffff?C%@ffffff??\(?tj@ vȴ9?E?$/@J@J@J@?\(@@ =p@)# =p@-(\)@5# !FAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with Chicken@U33333@H@ ??ffffff?\(\@1?@.@S@i@X?=p =?tj?/v@ffffff@ ??Q@?GzH?ə@?@?@?? =p @z@8@?\(?lC?QR@@@k@1.5 cupFast Foods;?57 !FAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with PASTA and SEAFOOD@TzH@V@Q@?Q@zG@1?QR@(@H@b@w?ٙ?E?zG{@%ffffff@"ffffff?Q??333333? =p ?zG{@F@5@8@N?=p =@h@S??E?~"@lC@(@z1.5 cupFast Foods <0@5! !FAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with SHRIMP@VFfffff@F@??@ffffff@9?QR@0@Q@e`@i?GzH?hr Ĝ?Q@0333333@333333??Q?\(\?Gz?Q@B@B@B?@t@1?ѩlD?E?=p =@S@m1.5 cupFast Foods?A5? !FAST FOODS,SALAD,Vegetable, vegetables TOSSED,without Dressing,with TURKEY,HAM and Cheese@T@T@Q@Q? =p?333333@R?333333@.@^@^@l?Q?1&?(\)@&@?Q?Q?GzH?Q? =p@?@?@??У =p@t0@F@A@bM?\(\?Z1'@E@t`1.5 cupFast Foods y B4W !FAST FOODS,SCALLOPS,BREADED and FRIED@HGz@p@%Gz@* =q?333333@:G{@*?Q@6@i`@i@??333333?~"@;?Q?Gz?ffffff?@B@"@<@E?333333@X@=@=@ ěT@!o-V?Gz@R@b6 piecesFast FoodsC4S !FAST FOODS,SHRIMP,BREADED and FRIED@G\)@qP@'Q@.\(\?񙙙@8c =p@I?@8@j@@\@?zG?+ I?lC@Dٙ? =p?ᙙ?ҏ\(?zG{@N@@@=@T? =p @R@@6@6@ =p =@%1l?&x@^@d1Fast Foods mD4G !FAST FOODS,BURRITO,with Beans@JC =p@i@Q@Gz?@@u\(@J@ =p@D@F@r@|`?ffffff?E?ٙ@$333333??ҏ\(?Q?Q?p =q?Q@D@?@"@O?@c @ @ dZ1@xF?o@@k 2 piecesFast FoodsE4] !FAST FOODS,BURRITO,with Beans and Cheese@JzG@i`@ 333333@(\)@333333@=@\?Q@E@X@@p@?(\)?1&x?Ͳ-V@"333333??Q?QR?Q?Q? =p@D@7@1@L?޸Q@@J@7@ tj~?\(\? ě@.@g@2 piecesFast Foods oF4k !FAST FOODS,BURRITO,with Beans and CHILI PEPPERS@K/\(@i@@ \(@\(? =p @@E?GzH@x@R@P@@ -V@hr ?bM@N@i`2 piecesFast FoodsI4{ !FAST FOODS,BURRITO,with Beans,Cheese, and CHILI PEPPERS@K\(@h@#R@\(\@Q@9Y@U@QR@=@U@@n @(?\(?ffffff?"`@*ffffff@?zG{? =p @QR?Q?Q@H@@E@J?Gz@}@K@B@ -@Q? ěT@G@u2 piecesFast Foods gJ4E !FAST FOODS,BURRITO,with Beef@HzG@m@(.zG@"Q@Q@:@C@(\)@B@S@u@0@333333?+?+ @033333??(\)?Gz@p =q?\(?Q@M@D@2@V?zG{@_@@tj@ l?E@=@k2 piecesFast FoodsK4i !FAST FOODS,BURRITO,with Beef and CHILI PEPPERS@K9@j@%ffffff@ u\(@(\)@8@E@zG@>@Q@o@X@333333?tj?׾vȴ9X@'?陙?ə?ٙ@=p =?\(?333333@H@>@2@Q@?zG{@l@(@ =p@-V? =p @;@i 2 piecesFast Foods TL4y !FAST FOODS,BURRITO,with Beef,Cheese, and CHILI PEPPERS@KQ@j@*Q@ L@Q@4\(@R@@\(@7@Z@k`@@?vȴ9X?ə@&?333333?ə?=p =@Q?zG?Q@G@;@3@P@?\(@t@P@@M@ \(\@ "`A?lC@L@s2 piecesFast Foods'M4k!FAST FOODS,BURRITO,with FRUIT (Apple OR CHERRY)@AУ =q@s@ =p @)p =?333333@G\(@5?333333@$@4@a@q?GzH?(\)?ffffff@"??p =q?θQ@zG?zG{?@@@<@@J?zG@ @<@33333@{lC?`A7@@c`1 burrito@R1 burritoFast Foods e N4M' !FAST FOODS,CHIMICHANGA,with Beef@IW =p@n@&=p @&Q@Q@8@B@Gz@B@Q@u@X@?vȴ?zG{@+333333@?Q?׮zG@ \(?Gz?zG{@H@>@2@Q@? =p@U@@O;dZ@=p ?`A7L@@e1 chimichangaFast FoodsO4c' !FAST FOODS,CHIMICHANGA,with Beef and Cheese@JY@n@@%Q@)Q@QR@5}p =@`@@@@@Y@[@X?p =q?ȓtj~?+ J@)333333??Gz?zG@ffffff?\(\?Q@I@@@2@R?Q@rp@R@Q@@nO;@Q?xF@<@f1 chimichangaFast Foods M&P5' !FAST FOODS,CHIMICHANGA,with Beef and Reduced CHILI PEPPERS@KQ@k@#\(@$# =p@\(@8 =p@B@@A@M@t0@8?p =q?\(?Լj~#@)?ə?333333?ffffff@zG{?ffffff?Q@H@>@2@Q@?=p =@a@@@j~"@nP?⟾vȴ9@@g1 chimichangaFast Foods.Q5' !FAST FOODS,CHIMICHANGA,with Beef,Cheese, and Reduced CHILI PEPPERS@MQ@i@@ L@#?ffffff@5B\(@^@?@7@T@@f@@\(?1&x?Ƨ-@+ffffff?? =p?\(?Q?=p =? =p @I@@@2@R?Q@x`@<@$@tj@bM?dZ1@<@f1 chimichangaFast Foods i R4M# !FAST FOODS,ENCHILADA,with Cheese@Op =@h@ =p@'Q?zG{@1\(@h?Q@?@T@b`@~? =p?Z1'?`A7@?333333??У =p?Q?\(?θQ@D@3@5@J?p =q@@@N@>@lC@"`?1&x@;@d`1 enchiladaFast FoodsS4_# !FAST FOODS,ENCHILADA,with Cheese and Beef@P\)@e@ =p@"aGz?@/p =@]?@E@U@r@x?ffffff?GzH?tj~@ffffff?ffffff??Gz?\(??Q@A@A@A?\(@x@I@9@+ @ S?"`A@5@h1 enchiladaFast Foods yT4m# !FAST FOODS,ENCHIRITO,with Cheese,Beef, and Beans@OU\(@f@@"=p @ \)@\(@1\(@\@? =p@B@]@r @@?Gz?Q?xF@@333333? =p ? =p ??ffffff?(\)@H@2@?@O?Gz@p@G@8@xF@ tj?\(@:@h 1 enchiritoFast FoodsU4K !FAST FOODS,FRIJOLES with Cheese@QG =p@`@=p =@ =p@ =p@10 =q@\@?p =q@I@Z@@v@? =p?1&?C$?333333??zG{?ə?zG{?Q?Q@P@P@P?=p =@q@5@"@Q?nO?ڰ ě@6@d1 cupFast Foods bV4G !FAST FOODS,NACHOS,with Cheese@D9@s @ @0Q@ =p@@33333@n ?zG@H@n@c@?GzH?vȴ9X?XbM@+?񙙙?\(?Q?\(?\(? =p @"@"@"?\(\@~@`@`@=p @KƧ?-V@0@\@1 portionFast FoodsW4q !FAST FOODS,NACHOS,with Cheese and JALAPENO PEPPERS@EY@r@ zG{@0p =@\(@=s33333@s?333333@J@h @b@?Q?\(?˅Q@??Q?θQ?=p =?333333? =p @"@"@"?@@q@k @|hr@>vȴ9X?hr @D@i1 portionFast Foods k$X5 !FAST FOODS,NACHOS,with Cheese,Beans,GROUND Beef, and PEPPERS@KG{@k@ =p @(zG@@5 =p@b?p =q@C@c@f @?Gz?Ұ ě??|hs@?ffffff? =p ?GzH?\(?zG?zG{@.@.@.?ٙ@@e`@_@@+ J@9XbM@+ @ @o1 portionFast FoodsY4_ !FAST FOODS,NACHOS,with Cinnamon and SUGAR?(\)@@ffffff@@Gz?Q@MzG@S@333333@2@>@R@y0?GzH?M?hr!@ffffff@333333?\(?=p =@ ? =p?zG{@@@?GzH@X@@0E@%^5?|@I^5?}@B@[@1 portionFast Foods Z4+!FAST FOODS,TACO@M333333@k@((\)@( =p ?Q@/B\(@` ?\(@D@]@qP@}P@ffffff?Q?r ě@+ffffff?? =p ?У =p?zG?zG?Q@D@:@,@M?Q@@@O@F@O;d@ěS?E@@@pp1 large@e`1 smallFast Foodsz[47 !FAST FOODS,TACO SALAD@Rfffff@a@Q@ =p?p =q@'R@X@?ffffff@:@R@j@@x?\(?hr!?`A7K@??? =p ? =p?\(?(\)@E@6@4@L?zG{@r@B@9@ hr @+ ?A7Kƨ@6@h1.5 cupFast Foods n\4a !FAST FOODS,TACO SALAD with CHILI CON CARNE@S2\(@[@zG@Q?GzH@$\(\@W?QR@4@M@b@u0?(\)?p =q?nP@333333??Q?QR? =p ?ᙙ?ə@A@&@8@E?Q@@X@T@dZ1?m?+ @@pP1.5 cupFast Foods ]4] !FAST FOODS,TOSTADA,with Beans and Cheese@P\(@c`@zG@ffffff?GzH@2kQ@b@?\(@D@T@@q@w?Q?M?QR@333333??Q?p =q?p =q?GzH?(\)@>@>@>?޸Q@{@?@&@ `A7@+? =p@5@b1 pieceFast Foods o^4i !FAST FOODS,TOSTADA,with Beans,Beef, and Cheese@Q(\@b@@Q?333333@*\(\@U?p =q@>@S@@k@@x0?\(?Q?zG{@"??zG{?(\)?QR?\(?(\)@C@C@C?@@F@3@ffffff?"`?\(@@@l 1 pieceFast Foods _4[ !FAST FOODS,TOSTADA,with Beef and Cheese@Offfff@h @'L@$\(@ffffff@+ =q@`?(\)@C@[@u@0@zG?ļj~#?Ƨ-@'ffffff??Q?\(?Gz?\(?Q@G@B@"@R? =p @{P@?@&@ I^5@j~"?"`A@9@d`1 pieceFast Foods O|`49 !TOSTADA WITH GUACAMOLE@R =q@a@@Q@!R?zG{@(=p @d@? =p@<@V@@o @s ?\(?E?GzH@?ffffff??(\)?QR? =p?@F@@E@F?QR@@T@L@=p =@ ?Q@.@pP2 piecesFast Foods,a5! !SANDWICHES and BURGERS,CHEESEBURGER,Regular,SINGLE MEAT PATTY,Plain@Bfffff@s@,\(@-33333@Q@?!Gz@a@@Q@5@h@d @~@\(?O;dZ?I^5?}@6333333?\(?\(@ =p ?Gz? =p @J@;@:@R?ffffff@b@F@F@\(\@ =p?(\)@H@Y1 sandwichFast Foods tt18b5! !FAST FOODS,CHEESEBURGER,Regular,SINGLE PATTY,with Condiment, condiments@GzG@pP@,=p =@) =p @\(@7zG{@X@333333@2@c@h@??ȴ9Xb?+@1?333333?(\)?ə@ QR?Q?@H@@@0@Q?\(@y@S@P?zG@S@hr!?Gz@@@\@1 sandwichFast FoodsJc5O! !FAST FOODS,CHEESEBURGER,Regular,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetables@K@m @'(\)@)33333@@2EQ@]?Q@1@a@b@?333333?zG{?QR@*??Gz?333333@\(?(\)?@E@<@,@O?陙@q@J@G@/w@-V?\(@A@c@1 sandwichFast Foods s8s@ 4M %WALRUS,LIVER,RAW (ALASKA NATIVE)@Q@_@@5@?@ @,@j?zG{?\(@Ethnic FoodsR 4q %WALRUS,MEAT and SUBCUTANEOUS FAT (ALASKA NATIVE)@Ms33333@q@0L@8?ffffff@"@_@?zG{?zG{@0Ethnic Foodso 4K %WALRUS,MEAT,RAW (ALASKA NATIVE)@PFfffff@h@3333333@+333333@@2@"@^? =p ?θQ@333333@e@@\(@ =p@@TEthnic Foodsx4] %DEER (VENISON),SITKA,RAW (ALASKA NATIVE)@R@[@5@GzH?zG{?ə@@333333?ə? =p @ffffff?(\)?\(?ffffff@2Ethnic Foods 9l`Q4O %OIL,WHALE,BOWHEAD (ALASKA NATIVE)@ @Y@Ethnic Foods5  %WHALE,BOWHEAD,Skin and SUBCUTANEOUS FATMUKTUK(ALASKA NATIVE)@D@}`@)333333@G ??333333@@U?zG{?zG{?陙@p@=p =@<Q@Gz@KEthnic FoodsH 4} %WHALE,BOWHEAD,SUBCUTANEOUS FAT (BLUBBER) (ALASKA NATIVE)@333333@0?ٙ@X ?ə?@@bEthnic FoodsB 4A %OIL,WALRUS (ALASKA NATIVE)@ @Y@P@^Ethnic Foods a!/aI5  %FISH,WHITEFISH,HEAD,EYES,CHEEKS and SOFT BONES (ALASKA NATIVE)@S33333@Z@2@ ?@333333@n@Ethnic FoodsP4] %FISH,WHITEFISH,BROAD,ROE (ALASKA NATIVE)@T33333@U@ @?陙@333333@K?@s?333333?ffffff@~Ethnic Foods4m %FISH,WHITEFISH,Mixed Species,RAW (ALASKA NATIVE)@R333333@``@2fffff@ffffff@?ҏ\(@@@q@s@I?zG?nO;? =p? =p@?Q@zG{?Q@KEthnic FoodsZ4a %FISH,WHITEFISH,BROAD,LIVER (ALASKA NATIVE)@Sfffff@Z@&@@ 333333@ffffff@J@!333333@r? =p ?GzH@@Ethnic Foods Owa:4O %MUSH,BLUE CORN with ASH (NAVAJO)@UG{@K?Q?\(\?(\)@'zG{?񙙙?QR@X@\(\@4@C@M@ ?QR?tj~?ӅQ??zG{?Q?1&?+?+ J@@?l?lC?ʟvȴ9Ethnic FoodsS4c %WILLOW,YOUNG LEAVES,Chopped (ALASKA NATIVE)@Q,@^@ffffff?@333333@433333@`@@@_@g@ffffff@CEthnic Foods,4U %WILLOW,LEAVES IN OIL (ALASKA NATIVE)@<@@@N?333333@ 333333?@MEthnic Foods cc=<47 %MELON,BANANA (NAVAJO)@W=p @5?Gz?ə?θQ@=p =?333333@ Gz@*?Gz@$@"@a@&?Q?Q?nO;?ٙ@ 333333?zG{?nO;?p =q?Q?@4@4@Ethnic FoodsV;49 %CORNMEAL,BLUE (NAVAJO)@@x@$@\(? =p@S;Q@!ffffff?\(@@GzH@`@v @x@@GzH?lC?A7Kƨ@'?=p =?dZ1@(\)?֗O;d?"`@M@M?\(\?Z1'?/w@QEthnic Foods aaC>43 %CORN,DRIED (NAVAJO)@ 333333@x @#\(@Gz?\(@RQ@Q@.?Q@_@u@@*@ffffff?\(?"`A?ə?hr Ĝ@ ffffff?QR?+@S@@S@??=p =?^5?|?ffffffEthnic FoodsR=4a %CHILCHEN (Reduced BERRY BEVERAGE) (NAVAJO)@Vl(\@F?Q?(\)?ə@!\(\@@?ffffff@"@7@<@.?QR?tj~?l?zG{?Q?Ͼvȴ9X?Q?`A7L@ @ ?333333?GzH?SEthnic Foods DD_@4; %CORNMEAL,WHITE (NAVAJO)@zG@x@%G{@(\)?ffffff@SH\)@$?\(\@&@QR@_@@q@{@@ Q?1&x?1&y? =p?7KƧ@ffffff@Q?-@@@@:@B?׮zG?ٙ?KƧ?nP@vȴ9Ethnic FoodsS?4C %CORN,WHITE,Steamed (NAVAJO)@ .zG@x @#p =q@Q?\(@R@0@Gz@,@QR@^@s@@@ 333333?͑hr ?o?zG{?&x@ zG{?333333?~"@Y@Y?陙?\(?^5?|?nEthnic Foods WHHPX`hpx (08@HPX`hpx (08@HPX`hpxHHHHHHHHHHHHHHHHHHHHHHHHIIIIIIJ:J:J;J;JJ>J?J?J@J@JAJAJBJBJCJCJEJEJFJFJGJGJHJHJIJIJKJKJLJLJMJMJNJNJOJOJPJPJRJRJSJSJWJWJXJXJYJYJZJZJ[J[J\J\J^J^J_J_J`J`JaJaJbJbJcJcJeJeJfJfJgJgJhJhJiJiJjJjJkJkJlJlJmJmJpJpJqJqJrJrJsJsJuJuJvJvJwJwJxJxJyJyJ{J{J|J|J}J}J~J~JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ {d{dC4U %SQUASH,INDIAN,Cooked,Boiled (NAVAJO)@X p =@0? =p?333333?@ \(?@(\)?zG{?Q?1&?Q?`A7L@@Ethnic Foods*B4A %SQUASH,INDIAN,RAW (NAVAJO)@WVfffff@:? =p?ə?ҏ\(@\(@ QR@"?\(@$@(@i@4?Q?hr Ĝ?S@?zG{?zG{?\(?(\)?-V@6@6Ethnic FoodshA4= %CORNMEAL,Yellow (NAVAJO)@$L@x@#33333@Q?Q@R9@"?\(@@Q@Z@l @t @@?"`?nP@?333333?+@\(? =p ?Gz@A@@;@C?׮zG?ə? ě@$/@`A7Ethnic Foods ggNE4I %MUTTON,Cooked,Roasted (NAVAJO)@K@m@@@ =p@&.zG?\(?zG{@$@ =p @?@q@y@`@Q?vȴ9X?`A7L@C?Q?333333@zG?9XbN? ěT@\(?陙@hr @t? I^5?@[@Ethnic FoodsAD4? %BREAD,KNEEL DOWN (NAVAJO)@JzG{@h`@(\)@zG?Q@C(\@ Q@?\(@K@d@t@_?\(\?QR?dZ1@'?Q?`A7L@Q?֧-@X@X?333333?֗O;d?KƧ?vȴEthnic Foods  G5 %TORTILLA,Including Plain and FROM MUTTON Sandwich (NAVAJO)@CG{@m@Q?ffffff?Q@HQ@333333@@Q@zG{@3@b@@Z@@~ ?zG{?1&?&x@0?׮zG?/v@?\(?Q@X@U@&@c?QR?ٙ?l?ǮzG?$/Ethnic FoodsyF4_ %BREAD,INDIAN,FRY,MADE with LARD (NAVAJO)@?R@t@\(@(p =q?@H!Gz@=p =@L@(\)@2@^@S@@t?ffffff?KƧ? I^5@2?ۅQ?Ƨ-@ix?E?tj~@^@Z@@1@h?陙@{lC@/?Gz@Ethnic Foods xI4O %STEW,HOMINY with MUTTON (NAVAJO)@TeQ@T@ =p@zG{?У =p@"\(@?(\)@ ?Q@4@T@]@F? =p ?bM?ȴ9Xb@ffffff?Q?Q??KƧ?zG{?׮zG?ffffff?tj~?9XbN?^5?|@*Ethnic FoodsH4S %STEW,DUMPLING with MUTTON (NAVAJO)@Sp =@Y@@!kQ@=p =?GzH@ \(?Gz@,? =p@ @O@T@G??"`A?bM@$ffffff? =p?KƧ@ =p ?ļj~#?E@D@D?=p =?׮zG?333333?XbM?+ I?щ7KƧ@<Ethnic Foods spK4- %TAMALES (NAVAJO)@Qfffff@c @Q@zG{?Q@2Q@?zG@=?Q@6@X@``@z?zG? ěT?E@?333333??zG{?p =q?=p =?M@.@.?GzH@+ I^@x?tj@1Ethnic FoodsJ4M %STEW,MUTTON CORN SQUASH (NAVAJO)@SQ@Y@!=p =@\(\@ =p @zG?333333?Q@C?\(\@5@[@h@H?Q? ěT?E@ ?Q?(\)@?GzH?S@2@2?\(?׮zG??\(?+?zG{@EEthnic Foods 584-SYRUPS,GRENADINE@@333333@p?@Pfffff@Pfffff@?@@@<@;? =p?vȴ9?333333?zG{@41 tbsp@1 tspSweetsZL4A %STEW,Steamed CORN (NAVAJO)@SR@\@! =p@?333333@%@ffffff?QR@6?񙙙@8@Z@f @Z??333333?1&@?Q?(\)@(\)?ٙ?Q@"@"?ffffff?S?E?+ JEthnic Foods iiO4' PECTIN,LIQUID@X9@&?@@SweetsvG5# FRUIT-FLAVORED Drink,DRY Powdered MIX,Low Calorie, calories,with Aspartame?p =q@k ??zG{@$@Ufffff?@\?zG{@@\@ @y@?PbM@@ 1 tspBeverages $$vt5 /CEREALS Ready-to-eat,OATS,CORN PUFFED,PRESWEETENED,with MARSHMALLOW?@x@@ ffffff@@U?333333@E@,@"Q@D@`@Y@8@zG??`A7L@'? =p?Q@1=p =?9XbM?zG@u@t`@3@@zG@4@@@@?=p =?333333?333333?=p =?XbM@=1 cupBreakfast Cereals\Z5 ICE Cream NOVELTIES,VANILLA,Light,NO SUGAR ADDED,CHOCOLATE-COATED@L@k@@$333333? =p @:TzG?@8zG@k?ҏ\(@<@e@s@Z?=p =?tj~?+ I@?ə??XbM?tj~?ؓtj~?hr Ĝ@@@?QR@V@@9@9?p =q?ffffff@@1&@?vȴ9X@9Sweets (w\4Q)'CANDIES,Special Dark Chocolate BAR?@@(\)@@333333?p =q@MzG@@GǮzH@>@ =p @?@I@`@?zG{?zG{?333333?zG{@\(?(\)@@D1 bar, 1.45 oz@R@1 bar, 2.6 ozSweetsS]4ICOCOA,DRY Powdered,Unsweetened@@l@3@+ffffff@333333@K&fffff@@?@`@+Q@0@@@5@=p =@M@-V@,?+?+ @zG{?A7Kƨ?5?|h@@@@@@?@@C@ # =p@GzH?(\)@U1 cup@1 tbspSweets }}ki^4uCOCOA,DRY Powdered,Unsweetened,Processed with ALKALI@@k@2@*333333@333333@Kffffff@=?(\)@[@/ =p @}@@@3@zG{@ "`B@ `A7L@*ffffff?(\)?p =q@333333?A7Kƨ?5?|h@@@@@@?@333333@C@ =p @\(?Gz@U1 cup@1 tbspSweetsa45EGG CUSTARDS,DRY MIX?333333@y@@@@T33333@l?Gz@F@t@@q??O;dZ?zG{@0?ٙ?\(?^5?|?zG{@lC?˥S@>@>@>?Q@k @O@O@=p =@333333?333333@p @U@1 package@51 portionSweets ppb4i EGG CUSTARDS,DRY MIX,Prepared with Whole MILK@RjG{@^@@(\)@ =p ?zG@1J=p @a?ffffff@3@a@k@V?QR?bM?|1&y@?陙?S? I^5? ěT?Z1'?hr Ĝ@"@"@"?(\)@b`@B@B@1@"`?7KƧ?;dZ@JSweetsvc5 COCOA,DRY Powdered,Unsweetened,HERSHEY'S EUROPEAN STYLE COCOA@y@4@$@N@4@B@1 tbspSweets ,,]d4OGELATIN Dessert, desserts,DRY MIX?@w@333333?ffffff@V@V@? =p@@a@@} ?zG{?5?|h?+ I@?htj~?E?nO;?1&y?PbM@@@@U@1 package@5L1 portionSweetsme4uGELATIN Dessert, desserts,DRY MIX,Prepared with H2O@U\)@O?Q?ə@,aGz@,aGz@?zG{?@6?@R?zG{?tj~?`bM?񙙙?xtj~?PbM?`bM???@1 package@`.5 cupSweets wg5# GELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame?Gz@h@/W =p@p =q@T p =?@ ?Q@@4@,@@Q1 servingSweets h5IGELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame,Prepared with H2O@W\(@4?\(?Gz@Gz@?zG{?@Q?@H?|1&y@]@.5 cup@}P1 packageSweets h8^i4O!GELATINS,DRY Powdered,Unsweetened@*@t@Uffffff??@K?\(@6@C@0@h?Q@I^5?}?Gz@C??p =q?\(??|1&y@>@>@>?Q?Q?zG{@1 envelope@<1 packageSweetsKk4 CANDIES,E.J. BRACH'S,BRACH'S STAR BRITES PEPPERMINT MINTS?ffffff@x?ə?ə@Xl@Os33333@D@.3 piecesSweetsCl4 CANDIES,WILLY WONKA'S EVERLASTING GOBSTOPPERS JAWBREAKERS@@w?333333@W33333@@06 piecesSweets )]m41 CANDIES,YORK BITES@".zG@x?zG{@GzH?@Th\)@@R@$?zG?@@[@G?zG{@@Q?޸Q??@C15 piecesSweetsRo4KPUDDINGS,Chocolate,Ready-to-eat@QS33333@a`@@?@7?@1ٙ@V?QR@5@T@f@` ?Gz?-V?lD@333333??vȴ9? =p?5?|h?M?1&y@@@@B@$@$?ҏ\(?@@(?Q?333333?Gz@@q5PUDDINGS,Chocolate,DRY MIX,Instant,Prepared with Whole MILK@Rffffff@[@@?ffffff@2?@Y?ҏ\(@2@m@d@q?Gz?bM?$/?333333??`A7L? I^5??tj~?7KƧ?tj~@@@?333333@^@:@8@8?GzH?p =q? =p @&@b`.5 cup@X1 packageSweets s4EFLAN,CARAMEL CUSTARD,DRY MIX@333333@u?Q@Vfffff@8?zG{?@c @{?zG{?Q?|1&y@5L@U@1 package@51 portionSweets^t4QPUDDINGS,Chocolate,DRY MIX,Regular@@x0@@@@VS33333@@EQR@J?Q@P@V@j @v??tj~?/v@ ffffff?Q?"`B?Q?Q?bM@@@@?\(\?zG?Q?@X1 package@81 servingSweets 1"d4q! !FAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY,Plain@E/\(@rp@1ٙ@2^Q@Q@,u\(@b@@5@n @h@y@ ?$/?S@433333?zG{?θQ@ =p ?ٙ?zG{@F@9@3@O? =p@j@P@P? =p@ Q@hr Ĝ?\(@Q@c`1 sandwichFast FoodsJe5O! !FAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY,with Condiment, condiments and Vegetable, vegetables@I@o`@)@)ffffff@@5333333@Y@zG{@2@b@@i@@@? =p ? =p @,ffffff??Gz?\(@ffffff?У =p?(\)@B@7@,@J?\(@n@E@B@$/@`A7?-V@B@d1 sandwichFast Foods yy!#f5! !FAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY and BUN,Plain@E33333@r@+\)@+Q?@;\)@a@zG{@5@j`@f@@h@\(?+ I?QR@5L?Gz?θQ@zG?=p =?Q@F@5@7@M?333333@e@J@J@š@E?I^5?}@I@d1 sandwichFast FoodsZg5_! !FAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY and BUN,with Condiment, condiments and Vegetable, vegetables@GGzH@q@*zG@. =q?zG@7L@R@\(@0@c @e`@y@?\(?-V?Q@1L?333333??QR@ GzH?Q?Q@D@9@.@M?Q@d`@A@?? =p@ffffff@,1&y@Vt@D@l1 sandwichFast Foods ;*h5! !SANDWICHES and BURGERS,CHEESEBURGER,Large,SINGLE MEAT PATTY,Plain@CS33333@t@0J=p @1zG?@9Gz@H@@5@l@u@@?\(?`A7K@5?У =p? =p@(\)?ٙ?333333@D@3@5@J?Q@t@Y@Y@ I^5?@I^5??+ J@J@g 1 sandwichFast Foods@i5;! !SANDWICHES and BURGERS,CHSBURGER,Large,SNGLE PATTY,with BACON and Condiment, condiments@E@s@0h\)@2ٙ@@3 =p @T@p =q@7@i@e@@@ ?j~#?\(@0fffff?񙙙?zG{?Gz@ 333333? =p ?zG{@F@;@1@O?333333@j@E@C@ \)@Q?=p =@L@h`1 sandwichFast Foods ZZ/Pj5K! !FAST FOODS,CHEESEBURGER,Large,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetables@J@@p@)p =@.zG@zG{@1zH@W@ =p @4@a@i`@@?\(?-V@1@ ? =p ?Gz@ \(?Q? =p@B@8@*@K?Q@q@P@N?GzH@w+@1&x?홙@D@k`1 sandwichFast FoodsLk5S! !FAST FOODS,CHEESEBURGER,Large,SINGLE PATTY,with HAM,Condiment, condiments and Vegetable, vegetables@Ifffff@rP@/@2Q@\(\@-\)@]?zG@4@j @j@@Gz?E?`A7@)@333333?Gz?(\)@ Gz?=p =?333333@?@&@4@C?zG@h@@@;@ M@KƧ?A7Kƨ@H@o1 sandwichFast Foods iHl5K! !FAST FOODS,CHEESEBURGER,Large,DOUBLE PATTY,with Condiment, condiments and Vegetable, vegetables@IQ@q@-p =q@0Q?ffffff@.p =@W@@QR@4@c @l@{@Q?zG{?|hr@&ffffff?ٙ?Q?QR@zG{?Q?zG{@=@$@3@B?Q@`@8@5@ffffff@lC?"`A@K@p 1 sandwichFast Foodsm4a! !FAST FOODS,CHEESEBURGER,TRIPLE PATTY,Plain@K @p`@2p =q@0\(?\(@!\(@W@@ =p@4@f@@p@x@ =p?\(?-V@ ??ə?Gz@(\)?QR?ə@7@@1@;? =p @]@A@A@\(@QR?O;d@J@s1 sandwichFast Foods en4]! !FAST FOODS,Chicken FILLET Sandwich,Plain@GzH@q@*@0.zG@@5B\(@@@\(@3@`@h@@p?zG{?A7Kƨ?У =p@6333333@? =p ? =p@ Q?Q?(\)@K@C@0@T?Gz@K@1@1@p =@Gz@lC@@@f1 sandwichFast Foodso4i! !FAST FOODS,Chicken FILLET Sandwich,with Cheese@GGz@qP@)@1@@2=p =@\@?p =q@3@f@@b@@?QR?333333?`A7K@5?? =p ?ə@ =p?Gz? =p @H@<@4@Q?ə@q@R@Q@ =p@ ě@sE@A@l1 sandwichFast Foods a p4Q! !FAST FOODS,EGG and Cheese Sandwich@L&fffff@m @%aGz@*?333333@1\(@c@@QR@.@i@` @8?zG?333333?333333@7?? =p ?\(?Q?333333? =p @P@E@9@X?\(@|@a@@a@@&x@S?M@h@b@1 sandwichFast Foodsq4a! !FAST FOODS,FISH Sandwich,with TARTAR Sauce@G@q@%p =q@,R?\(@9\(@J?ffffff@5@`@j@xP?(\)?"`?͑hr @IL??Gz?Q@333333?׮zG?Q@K@:@<@R?\(@Q@@5@5?ᙙ@ $/@y"`@Gz@A@c1 sandwichFast Foods \%r4w! !FAST FOODS,FISH Sandwich,with TARTAR Sauce and Cheese@F =p@q@&Q@/B\(?\(@:zH@Y@?\(@4@e@@h @?zG{? =p?XbM@H333333???p =q@zG{?θQ?Q@I@@@1@R@?Gz@m@Q@Q?@n@~"@-V@B@f1 sandwichFast Foodss4k! !FAST FOODS,HAMBURGER,Regular,SINGLE PATTY,Plain@Bfffff@s@+aGz@*B\(?zG@@33333@Q@\(\@5@\@d @z@\(??Vt@8?׮zG?333333@Q?=p =?Q@M@?@<@T@?zG?ᙙ@glC@?|hs?QR@C@V1 sandwichFast Foods jj4Et5! !FAST FOODS,HAMBURGER,Regular,SINGLE PATTY,with Condiment, condiments@FtzG@p@'=p =@"p =q@@@'zH@@GzH@]@zG{@6@[@m@@\(?$/?zG@3@?щ7KƧ?j~"@ Q?E?j~"@H@>@3@Q?zG{@Q@?ٙ@ S@ -V?Vt@<@Z1 sandwichFast FoodsGu5I! !FAST FOODS,HAMBURGER,Regular,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetables@HzG@o@'zG{@(?zG{@8\(@L@Q@4@\@@i@|?Q?+?p =q@233333??Gz? =p @ ?GzH?(\)@G@>@1@Q?陙@R@@ =p @@Q@?Q@x@]@\@33333@hr ?x@e@a1 sandwichFast Foods w~4;! !FAST FOODS,HOTDOG,PLAIN@JG{@n@%333333@-zG@@2ffffff@8@Gz@*@X@b@@`@(\)?+?+@:??θQ?Q@ \(? =p?@H@3@>@O? =p@1'@F?"`B@F@X1 sandwichFast Foods4E! !FAST FOODS,HOTDOG,with CHILI@Gfffff@p@@'33333@'zG?񙙙@;s33333@1@ =p @"@e@b@@zP?\(? =p ?@&@333333?QR?ffffff@ =p =?޸Q?zG{@P@4@F@S?У =p@I@@1&x@# =p?1&y@F@\1 sandwichFast Foods o4s! !FAST FOODS,HOTDOG,with CORN Flour COATING (CORNDOG)@GY@pp@#333333@%?QR@?Gz@M@ =p =@$@W@b@`??Q?(\)@)ffffff?zG{?ٙ@ =p ? =p?@M@9@A@S@?@]@A@@@O;d@R?+@F@e1 sandwichFast Foods 4U! !FAST FOODS,Roast Beef Sandwich,Plain@HQR@o @. =q@#?Gz@8\(@C@QR@6@e@l`@@Q?Q? =p @5??GzH?(\)@Gz?333333?QR@D@(@=@H?(\)@b@ @n@zG?o@B@a`1 sandwichFast Foods e4e# !FAST FOODS,SUBMARINE Sandwich,with COLD CUTS@Lfffff@i@#(\)@ W =p@\(@6c =p@T?񙙙@>@_@e@?zG?$/?m@+@?(\)?ffffff@GzH?\(?Q@C@,@8@H?޸Q@g@@?@:@S@ /w?tj@0@l1 submarineFast Foods4g# !FAST FOODS,SUBMARINE Sandwich,with Roast Beef@M|(\@g@*Q@?QR@4\(@3?@?@V@@c @xp@=p =?`A7K?ə@'@?QR?QR@zG? =p ?333333@@@(@5@D?Gz@g@,@@ ?|hs?333333?XbM@A@k1 submarineFast Foods {4g# !FAST FOODS,SUBMARINE Sandwich,with TUNA SALAD@K'zH@l@'333333@%(\?zG{@5Gz@=?zG{@?@U@``@?\(\?`A7K?ə@7?ffffff? =p ? =p@Q?\(\? =p @D@2@6@J?(\)@R@@2@1@-@ =q@@3@p1 submarineFast Foods43 !FAST FOODS,COLESLAW@RGz@b?Q@&(\)?ᙙ@)\(@A?\(\@"@B@f`@p?ə?$/??@ ?zG{?Q?zG{?333333?(\)@C@C@C? =p @uP@B@6@L?E@O;dZ@t@@X.75 cupFast Foods 5='CREAMY Dressing,MADE with SOUR Cream AND/OR Buttermilk and OIL,Reduced Calorie, calories@R@d?@,@ @@@? =p@@@B@?zG{??ٙ?zG{?zG{?zG{?Q?Q@Q@ @Q@ /v@"`@n1 cup@.1 tbspFats and Oils ))V4_!BABYFOOD,BANANA Juice with Low Fat YOGURT@S@V@@?陙?Q@1=p ?ٙ@*\(@S?ə@$@P@@d@B?Q?Q?@@33333?Q??GzH?Q@@@?ۅQ@<@@??ٙ@@@0?C%?1&x?+ I@@?1 fl oz@_1 bottleBaby Foodsw4u+%5IMITATION Cheese,AMERICAN OR CHEDDAR,Low Cholesterol@C@x`@9@@@??@?ffffff@>@@K@@?Q@-333333?Q? =p ?zG{?Q@2@2@2?\(@zp@\@\@?Q@@<@B\(@,A$/@%:G{@.@\@1 cup, shredded@1333331 cubic inchDairy & Egg Products  5'%9TURKEY HAM,SLICED,Extra Lean only,PREPACKAGED OR DELI-SLICED@R@]@3@ffffff?@?@4@s@r@8@Gz?(\)@B??@ =p =?p =q@@@?У =p?\(?bM?띲-V?1&x@P@a@1 cup, pieces@31 cubic inchSausages & Lunch Meats[4i!BABYFOOD,Mixed FRUIT Juice with Low Fat YOGURT@T`@S@333333?陙? =p@-\(\?ٙ@%@T@?ə@$@N@a @B?Q?Q?@@33333?zG{??zG{?@@@?ۅQ@<@@?Q?ə@@ @2?C%?1&x?+ I@@?1 fl oz@_1 bottleBaby Foods b&b?43'TURKEY BACON,COOKED@@L@w@=@;fffff@333333@@"@Gz@=@|@x@@=p =?333333@9?Q?θQ@ =p =?zG{@"@"@"? =p ?zG{@ffffff@ + J@%I^5?@:^5?|@X@T1 cup, pieces@<1 ozPoultryU4G9BOLOGNA,Beef and PORK,Low Fat@O33333@l@'@3L@@&?Q@(@f@c@P??zG{@&ffffff?\(? =p@QR? =p @@@?\(?(\)?333333@;dZ@"J=p ?9XbM@C@<1 slice@E1 sliceSausages & Lunch Meats g/gC4I 5WHIPPED TOPPING,Frozen,Low Fat@Mٙ@k@@*333333?333333@7@7@Q?@@R@Y@@R??zG{@333333?zG{? =p ??zG{@@@?ə@R@?@ @F@&Ƨ?`A7?7KƧ@@R1 cupDairy & Egg ProductsL4w MILK Dessert, desserts,Frozen,MILK-FAT FREE,Chocolate@L@d@333333??@Bٙ@Bٙ@c@?zG{@F@^@t@X@?zG?bM@?ffffff??У =p??zG{@@@?ᙙ@>@@2?vȴ?Vu?Q@a 1 cupSweets ?'?c4w'SALAD Dressing,PEPPERCORN Dressing,Commercial,Regular@?fffff@?333333@N33333@@ @@6?ffffff@@:@f@? =p ?zG{??333333?Q@@@?Q@C@$@$@Q@_L?@?@=@% @-zG@@|j~#@H@*1 tbsp@:1 fl ozFats and OilsT4K5CREAM Substitute,Powdered,Light@@z?ffffff@/ffffff@ffffff@RY@RY??Q@a@0@l?zG{?zG{?陙???@.??У =p@333333@"@ffffff@'?XbM@W1 cup@1 packetDairy & Egg Products YY>4u GRANOLA BAR,SOFT,MILK Chocolate Coated,Peanut BUTTER@ @@#333333@?333333?ffffff@K @ffffff@7Gz@[?333333@P@l`@u0@h ?Q?Ԭ1&y@/ffffff?333333??Gz@ QR?(\)@9@9@9?p =q@:@ @ @\(\@@@@1 =q@>vȴ9X?~"@(Snacks_4s'MAYONNAISE,Reduced-calorie OR DIET,Cholesterol-free@L@t?@@fffff@@@P@?@Q@833333@xF@@3@l1 cup@-3333331 tbspFats and Oils 00Q4G5CREAM Substitute,Liquid,Light@U@Q@?陙@ ?ٙ@"333333@"333333??Q@R@f @N??@?Q?@?1&y@=p =?Gz@n@1 cup@>1 fl ozDairy & Egg Productsu4'SALAD Dressing,ITALIAN Dressing,Reduced Calorie, calories@Q@i?333333@4@@?ə? =p @? =p@@@@@4?zG{?tzG{?zG{??ٙ?zG{?zG{?zG{?Q@@@?Q?Gz@)@ =p @ =p@'(\)@k1 cup@,1 tbspFats and Oils ??S%4I7ORANGE-STRAWBERRY-BANANA Juice@UzH@G?Gz?333333?\(@( =q?ə@$ =p@&?У =p@$@(@Y@?Q?O;dZ?@9?(\)?-V?Q?;dZ@1@1@1@U@?zG{?@@1@Q@K?+ I?zG{?zG{@m@1 cup@=3333331 fl ozFruits & Fruit Juicesd$5 CANDIES,M and M MARS,"M and M'S"Peanut BUTTER Chocolate CANDIES@@@#@9?zG{@N@@Hu\(@[? =p@T@q @x`@_?QR?=p =@???zG{@ zG? =p @H@H@H?ffffff@K@.@.@zG@@!1&x@%KC%@C%@*@i`1 cup@51 barSweets <"<a'4w'VEGETABLE OIL-BUTTER Spread,Reduced Calorie, calories@FY@}@J@ffffff@?zG{@$@@(?zG{?PbM??zG{?zG{???@@@@"ffffff@N@@1Gz@4Q@&L@K@i1 cup@*1 tbspFats and OilsY&4m!BABYFOOD,Apple YOGURT Dessert, desserts,Strained@Sy@X?陙??ə@3?@'\(@@.@?@Q@4?Q??ffffff@A?\(??zG{@"@"@"?@8@@?zG{?ə@@@?C%?1&x?+ I@@.1 tbsp@\@1 jarBaby Foods %%Z+4;%+5CHEESE,MONTEREY,LOW FAT@G@s@<333333@5@ ?ffffff?Q@? =p @;@{@T@@@?bM@-?zG{? =p ? =p ?zG{@2@2@2?\(@(@a@a ?QR?@K@,zG@\(?Gz@P@@`1 cup, diced@\@1 cup, shreddedDairy & Egg Productsw)5!'SALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,Reduced Calorie, calories@Ss33333@U@@@@*ffffff@ @Q?Q@@G@I@(?333333?vȴ9??zG{?zG{?zG{?zG{@<@<@<?(\)@o@P@P@?@V@@3@@_?tj?xF?\(\@$@o 1 cup@/3333331 tbspFats and Oils -5;'CRMY DRSG,MDE with SOUR Cream AND/OR BTRMLK and OIL,Reduced Calorie, calories,FTFREE@R@Z?ffffff@?333333@4@ffffff@B?@@S@@`@@? =p ??zG{?Q?zG{?zG{@@@@???p =q@ffffff@?ߝ-V?zG{?vȴ@p1 cup@01 tbspFats and Oils ((=145 9BOLOGNA,BEEF,LOW FAT@P@@i@'@-@ @@"?@(@f@@b`@p?GzH?Q@(???@?333333@@@?ffffff?QR?333333@"`B@R?QR@F@<1 sliceSausages & Lunch Meats.5U'CREAMY Dressing,with SOUR Cream AND/OR Buttermilk and OIL,Reduced Calorie, calories,Cholesterol-free@R@@a?@ @@0@ =p =@B?У =p@@Y@H@ ? =p ??zG{?Q?zG{?zG{@@@?@P@2@1@zG@Affffff@@@@H?zG@ ěT@ ěT@m@1 cup@.1 tbspFats and Oils ee`vu5PUDDINGS,Chocolate,DRY MIX,Regular,Prepared with Whole MILK@RS33333@]@ zG@ 333333?zG@3ffffff?陙@' =p@X?ffffff@4@U@b@X?޸Q?(\)?tj~@ ?nO;?ȓtj~?nO?I^5?}?vȴ9X@@@?333333@V@8@8??ə@?l? I^5??x@"@a.5 cup@1 packageSweetsv4 PUDDINGS,Chocolate,DRY MIX,Regular,Prepared with 2% MILK@R@[@@ =p =? =p?\(\@3?333333@\? =p @5@X@d@Z?p =q? ě?tj@?ffffff?bM?ffffff?Gz?Q?nO;@@@?@f@G@G@$?$/?zG?nO;@Sweets f?w5PUDDINGS,Coconut Cream,DRY MIX,Instant,Prepared with 2% MILK@R@Z@333333@ffffff?333333@3333333?@Y?333333@,@i @`@n?Q??tj~@?陙?hr Ĝ?lD?tj?XbM?tj~@@@?333333@b@F@F?Q? =p?QR@@b`.5 cup@X1 packageSweetsy4APUDDINGS,RICE,Ready-to-eat@P@d`@@?333333@6?@J?333333@ @Q@N@U@?\(\?+ I? ěT@??nO;?nO;?ěS?Ͳ-V?-V@@@?Gz@U@@9@9?Q@ zG@QR?@ L@ MC NE PG rI sK tM uO vQ wS xU yW zY {[ ] a c e g h l o q t ǁv ȁy Ɂ} ˁ ́ ΁ ρ Ё         " $ !& "( #* $, %/ &1 '4 (; )? FA GE HG IK JN KP LR MT NW OZ P] Q` pd qg ri so tr uw vy d<5PUDDINGS,VANILLA,DRY MIX,Instant,Prepared with Whole MILK@R`@\@@333333?@333333@Y@?Q@(@h@`@q?Q?tj~?|1&y??陙?`A7L?hr Ĝ?l?ěS?nO;@@@?333333@Z@@9@7@2? =p?Gz?333333@&@a.5 cup@1 packageSweets4w PUDDINGS,LEMON,DRY MIX,Instant,Prepared with 2% MILK@R=p @Z@zG?\(\?\(@4333333@Y@?Q@&@i@`@@p?Q?nO;?htj~@?陙?`A7L?7KƧ?nO;?+ J?nO;@@@?333333@e@@G@F@$?+ I^?"`?"`B@Sweets  4c EGG CUSTARDS,DRY MIX,Prepared with 2% MILK@R\(@[@QR@Q?(\)@1kQ@b ?ffffff@3@a@@l@V@? =p?Q?tzG{@ffffff?陙?S?C$?bM?C%?lD@"@"@"?@k@@N@N@&?E?C$?7KƧ@HSweets\4MPUDDINGS,VANILLA,DRY MIX,Regular@333333@w?333333?ٙ@@W`?333333@R.Q@?zG{@@4@?zG{?$/?bM??vȴ9?PbM? =p ?Q?\(@V1 package@61 portionSweets ttmt5PUDDINGS,VANILLA,DRY MIX,Regular,Prepared with Whole MILK@R=p @\@Gz@333333?p =q@2zG?@0 @V@?zG{@"@R@]@c?\(?O;dZ?pbM@ ffffff?hr Ĝ?ļj~#?bM?9XbM?-V@@@? =p@V@@9@8??ə@?I^5?}?+ ?7KƧ@"@a.5 cup@x1 packageSweets4e PUDDINGS,RICE,DRY MIX,Prepared with 2% MILK@R[Q@[@ QR?zG?=p =@4\(?@Z@?׮zG@*@U@`@@[@?QR?nO;?/v?ffffff?ffffff?333333? I^5??Z1'?nO;?Q@@@?θQ@e@G@F@$?l?9XbM?Q@Sweets   rQ5BEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,Select,Cooked,Braised@MQ@i@AL@ffffff?QR@1@Q@7@j@q@L@ (\?hr!?tj~@C33333? ě?C$@+ I?m?ԋC%@(@(@(@ =p?ۅQ?@?|hs@vȴ9?(\)@N@@>@>@p@7@&??tj?`A7@@b@1 earFast Foods} 4; !FAST FOODS,HUSH PUPPIES@@%Q@t@@-Q?\(@F^Q@V?GzH@5@n@n @T?ᙙ?ěS?S@$?Q@?Q? =p@R@G@;@Z?(\)@^@&@@ O;dZ@$ I^5??;dZ@e@S5 piecesFast Foods b 4] !FAST FOODS,ONION RINGS,BREADED and FRIED@BQ@t@ =p@2 =q@=p =@B޸Q@V?QR@3@Z@c@0?Gz??|hs?+ @ ?ffffff??Q?\(?θQ?Q@P@J@,@Y?333333@$??ٙ@ $/@ -?o@1@T1 portionFast Foods 4u !FAST FOODS,POTATO,Baked and TOPPED with Cheese Sauce@Pp@d@\(@#kQ?Q@/kQ@Z@?QR@6@[@x@` ?zG{?C$?E@@!?zG{?Q?zG?(\)?θQ@"@"@"?Q@q@U@@U@@ 7KƧ@ Q@Vt@@r1 pieceFast Foods T$ 5  !FAST FOODS,POTATO,Baked and TOPPED with Cheese Sauce and BACON@PAGz@b@ =p@!QR?Q@-Q@Y?@7@]@x@tP? =p ?˥S?šo@ @#333333? =p ?zG{?GzH?ۅQ?@$@$@$?(\)@j@@O@O@ 1&@ E?lC@$@r1 pieceFast Foods' 5 !FAST FOODS,POTATO,Baked and TOPPED with Cheese Sauce and BROCCOLI@Q\(@]@Q@GzH?\(@+zG{@X?\(\@7@Y@z@a?333333?r ě?Vt?333333@,?zG{?zG{?\(?Gz?p =q@2@2@2?@@@S@P@@+ J@Q?E@@u01 pieceFast Foods X$5  !FAST FOODS,POTATO,Baked and TOPPED with Cheese Sauce and CHILI@QQ@^@Q@Q? =p@,GzH@Z?@<@_@x@f ?Q?n?S?ffffff@ ?Q? =p ?\(??θQ@(@(@(?Q@h@@G@F@ ffffff?-V?Vu@ @x1 pieceFast Foods#5 !FAST FOODS,POTATO,Baked and TOPPED with SOUR Cream and CHIVES@Q\@`@@zG@\(?Q@0\(@A?zG{@7@N@|@N?333333?Vu?ȓtj~?񙙙@&ffffff? =p ?Q?zG?\(\?У =p@&@&@&?Q@{@V@S@ Q@"`B?hr @ @r1 pieceFast Foods }y5!FAST FOODS,POTATO,French fries IN Vegetable, vegetables OIL@A@u`@333333@2nzG@@CzH@ @,?\(@C@` @@h?zG?333333?ЃnP?333333@'333333?zG{?zG{@??x@@@?QR@333333@@%J=p @ 1&x@e 1 large@`1 mediumFast Foods~4= !FAST FOODS,POTATO,MASHED@Sp =@T@zG{?\(\?ffffff@0Q@5?zG@2@K@r`@l`?zG{?E?E??ٙ? =p ??333333?޸Q?p =q@ @ @ ?@D@&@$?ާ-?vȴ9X?Ұ ě@@T.333 cupFast Foods H~4= !SIDE DISHES,POTATO SALAD@SQ@\?zG{@Q? =p @+\(@,?\(\@ @L@p@t?ə?9XbM?l??񙙙?Q?(\)?GzH?׮zG?333333@9@9@9?Q@Y@>@>?zG{? =p @(\)@N@W.333 cupFast Foods3R5! !FAST FOODS,HAMBURGER,Large,SINGLE PATTY,with Condiment, condiments@I@o@*(\@(kQ?zG{@5h\)?333333@\(\@S@GzH@4@_@l@z@(\)?Z1'?ə??xF?Q@Q?S?M@B@6@,@I?@P@@nO;@/?lD@D@ep1 sandwichFast Foods yh4O!PIZZA,Cheese,Regular CRUST,Frozen@G# =p@p@$Q@(\(@zG{@=Q@@f`@(\)@7@f`@c@{?Q?Vu?ҟvȴ9@5?333333? I^5?ЃnP@hr ?1&x??|hs@C@C?\(@bM@R?7KƧ@,@fffff1 package@|AR1 packageFast Foodsxi4M!PIZZA,Cheese,RISING CRUST,Frozen@EG{@p@@(p =@!\(@ =p@@tzG@@f ?QR@:@m@e@`?Q?QR?dZ1@Affffff?ffffff?+ ?|hr?\(?bM?O;dZ@B@B?ffffff@ @333333?7KƧ@0@p =1 package@Q1 packageFast Foods hj5!PIZZA,MEAT and Vegetable, vegetables,Regular CRUST,Frozen@GZG{@q@@&\(@,(\@Q@9# =p@@c?\(@9@f@j @X?\(\?\(?Ԭ1&y@"@ 333333?˥S?m@1&x??|hs?nO@A@A? =p@vȴ9X@S@j~#@0@K1 package@!\(1 packageFast Foodsk5!PIZZA,MEAT and Vegetable, vegetables,RISING CRUST,Frozen@FQ@p@)B\(@'@Gz@<ǮzH@ffffff@c`?\(@;@j`@g@?Q?Gz?Ԭ1&y@'333333@??^5?|@=p =? =p?Q@<@<?陙@ěS@/v?`A7K@3@ =p1 package@333331 packageFast Foods {l45 !MCDONALD'S,HAMBURGER@FQ@p@(R@"@@>?@_?333333@8@Z@h@@}?Gz?dZ1?QR@:333333?333333?Ұ ě? =p@cS?GzH?XbM@<@5@@E?Q?@@ j~#@Q?dZ1@:@Z@1 servingFast Foods{m5!FAST FOODS,Chicken,BREADED and FRIED,Boneless PIECES,Plain@G=p @r@/.zG@2R@Q@0QR??(\)@,?\(@9@r@pP@?Q?j~#?hr!@1333333?333333?O;dZ?1&@ =q?x?l@&@@@.?Q@0@@?Q@@@+ J@r Ĝ@GzH@K@X6 pieces@P4 piecesFast Foods zn4A !MCDONALD'S, CRISPY Chicken@IzH@n@( =p@'ffffff@Gz@6u\(?ffffff@S?zG@<@d @i@P??\(?QR@3L?333333?zG{?lC@p =q?^5?|? ěT@=@4@"@E?Q?zG@ffffff@E@ Q@Gz@=@k`1 servingFast Foodso4A !MCDONALD'S,Chicken MCGRILL@Lٙ@h@,Q@@@2p =q?@T?Q@<@d @m@0?=p =?333333?=p =@:33333?333333?Ƈ+ I?šo@=p =?C%?`A7L@;@3@ @D?Q?ٙ@3fffff?@QR@Q@@@j1 servingFast Foods }~p4; !MCDONALD'S,FILET-O-FISH@E =q@r`@&Q@.333333? =p @<8Q?ffffff@[@?@;@``@h@}`?Q??-V@9?333333? I^5? =p@\(?~"?tj@5@1@@@?GzH?Q@@ O;dZ@(\)@\(@@@a1 servingFast Foods~q4; !MCDONALD'S,CHEESEBURGER@FW =p@q @)\)@(@333333@; =q?@g?Q@9@b@h@h@ffffff?333333?͑hr @5?333333?Gz?9XbM@333333? =p ?333333@:@3@@C?Q?zG{@@A7K@Q?@A@]1 servingFast Foods m r4U !MCDONALD'S,QUARTER POUNDER,NO Cheese@HgzH@p@/\(\@'333333?QR@6# =p?񙙙@U?zG@8@^@@l @w`@QR?"`B?ȴ9XbN@8?333333?zG{?ɺ^5?|@?7KƧ?l@6@*@"@??\(?Q@@Q@Q? =p@D@e`1 servingFast Foodss4[ !MCDONALD'S,QUARTER POUNDER,with Cheese@H.zG@p@.kQ@,@zG{@3Q?333333@f`?QR@:@f@k@x@ =p?333333?/w@833333?333333?vȴ9X?У =p@333333?Gz?+@0@(@@8??ə@@ =p@QR? =p@H@h1 servingFast Foods ut4E !MCDONALD'S,BIG MAC,NO Cheese@I&fffff@p0@(W =p@*? =p@6 =q?ffffff@Y@\(@8@\@h@@x @ =p ?"`B?zG@9L?333333?͑hr ?Vu@Q?ݡo?tj~@6@1@@A?zG? =p @7ffffff@\(@GzH@ffffff@@@g1 itemFast Foodsu4K !MCDONALD'S,BIG MAC,with Cheese@IEQ@pP@'Gz@,333333?=p =@5zH?ffffff@_?ffffff@9@a@f@~P@GzH?ěS?"`A@9fffff?333333?ǍO;dZ?ɺ^5?|@ =p ?9XbM?\(@;@2@"@D?QR?Q@0ffffff@"@ =p@ =p @B@k`1 servingFast Foods @$v4;!MCDONALD'S,French fries@@G{@v@333333@3EQ?@EnzG@ffffff@1?(\)@B@`@@e`?ᙙ?lD?lC?ٙ@?$/?S@QR?\(?M@ @ ?\(@0@;@N+@$F-@tj@\1 medium@e`1 largeFast Foods;Y5!BEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,ALL Grades,RAW@NGz@n@2@2\(?(\)@?\(\@3@e@@r@J@ Q?E?vȴ9@0ffffff??\(@ QR? =p?QR@@@@\(@zG@ ffffff?ffffff@P@3333331 fl ozBeverages S<SdH4q /CEREALS Ready-to-eat,MUESLI,DRIED FRUIT and NUTS@333333@u@@#ffffff@?@Ss33333@333333@?@!@S@n`@~`@l@ 333333?\(@j~"@1L?Q?zG{@(L@ffffff?Q@n`@l@3@y@ 333333@@d@d@%ffffff@333333?\(@ =p ? =p @U@1 cupBreakfast Cereals?G4w CANDIES,M and M MARS,TWIX Chocolate FUDGE COOKIE BARS@@0@333333@@fffff?333333@L@@J@`@?\(@G@b`@sP@p?p =q?n@??Q?ə?\(?zG{@"@"@"?Q@A@$@"@zG@2@@+ @,S@) n@Sweets ee/J4= FROZEN YOGURTS,Chocolate@Q@_@@ ?333333@5@ffffff@3=p =@Y?p =q@9@V@@m@@O?Q?S?ffffff@?zG{? =p ?Q?zG{@(@(@(?Q@a@C@C? =p ?333333@"@-V?n?1&@*@e1 cupSweetsbI5! FROZEN YOGURTS,Chocolate,NONFAT MILK,with Low Calorie, calories Sweetener@R`@Z@?陙?@333333@@133333@c?zG{@D@` @u0@T@?\(\?lC@ffffff?ffffff?zG{? =p ?ə?zG{@(@(@(?\(\@1@??zG{?333333@ ?(\)?dZ1?Q@@g@1 cupSweets M9MgL4S''9FRANKFURTER,Beef and PORK,Low FAT@Q33333@c@@&@$@@$?333333@$@a@b@?\(\?333333@.333333? =p ?(\)@333333?@@@??zG{?333333@ 7KƧ@\(?lC@F@b1 cup, sliced@L1 frankfurterSausages & Lunch MeatsBK4c FROZEN YOGURTS,FLAVORS OTHER THAN Chocolate@Q@_@@ ?333333@5@3Q@Y?p =q@$@V@@c@O?Q?nO;?ffffff?ffffff?zG{? =p ?Q?zG{@@@?Q@f@H@H? =p ?333333@"@S?O;dZ?@*@e1 cupSweets **nN4i9PORK SAUSAGE RICE LINKS,BROWN and SERVE,Cooked@F @yp@+ffffff@BУ =q@\(@Gz@.?Q@,@]@j@?333333?`A7L?9XbM@0?޸Q?Q@ ?ə@@@??(\)@ 333333@@!:G{@l@P@F2 links@N3 linksSausages & Lunch Meats^M4a5MILK,Buttermilk,FLUID,CULTURED,Reduced FAT@U@L@ffffff@?@333333@333333@a?Q@*@T@f@U?θQ?bM@ffffff???Gz??Q@@@?׮zG@M@0@0?(\)?@?;dZ?nO;?-V@ @n1 cup@>1 fl ozDairy & Egg Products <<UQ4[ 'SALAD Dressing,MAYONNAISE-LIKE,FAT-FREE@S@U?ə@@@/?ffffff@$@?Q@@@H@??zG{?+ I?333333?1&y?zG{@833333?333333?1&x? ěT@"@p1 cupFats and OilseP4'SALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,FAT-FREE@Q@\@?陙@ @9@ 333333@5\(@R?zG{@"@Z@h@@?(\)?zG{???zG{??Q?zG{@@@?У =p@&@@?zG{??Q?+?ݑhr @@p1 cup@01 tbspFats and Oils ' X4 PAPAD@ Q@w0@9\(@ @GzH@M\(@2@a@333333@p@x@@@D@ 333333?-V?E@ ?Ѻ^5?|?ЃnP?O;dZ?XbM?=p =@k`@k`@k`@I@*@*??ٙ@??XbM?$/?^5?|@LegumesTT4[)CANDIES,M and M MARS,MILKY WAY Dark BAR@@|@ffffff@0L?QR@R@@N\(@L?Q@I@a@q@l?Q?bM@ffffff?333333?zG{??Gz?@@@?@Q@3@2? =p@333333@@@ 1&y@vȴ9X?-V@,@H333331 bar, 1.76 oz@21 barSweets 4+4r]4{%5CHEESE,Pasteurized PROCESS,CHEDDAR OR AMERICAN,FAT-FREE@Ls33333@b@6?陙@@*@#fffff@?Q@B@@@r@@ \(\?tj~@4?Q?޸Q?Gz? =p @;@;@;?Q@@{@{?GzH@? ěT?O;dZ?@&@03333331 cubic inch@51 sliceDairy & Egg ProductsP\4q% RICE CAKE,CRACKER (Including HAIN MINI RICE CAKES)@333333@x@ffffff@333333?333333@TFfffff@?(\)@&? =p@``@v@z@Q@?zG{@8?Q?zG{@=p =?333333@5@5@5? =p?ffffff??O;dZ?QR@1 cubic inchSnacks 00hv4e'SALAD Dressing,COLESLAW Dressing,Reduced FAT@B@t@4@@D?ٙ@C]p =@B?У =p@@>@I@? =p ?pbM??zG{?zG{??PbM?zG{???p =q@C?@ =p@!333333@zG@9@p1 cup@01 tbspFats and Oils^s4}CANDIES,M and M MARS,"M and M'S"ALMOND Chocolate CANDIES?@p@ @;? =p@NL@ @H<(\@a?\(\@\@o@@w@Z?QR?\(\@333333??zG{? =p ?(\)?@.@.@.? =p@\@?@?@zG@ ?@#%S@+ 7KƧ@ nP@@h`1 cup@ 3333331 pieceSweets uu_e4])PIE,LEMON MERINGUE,Commercially Prepared@Dٙ@p?@!ffffff?@G?333333@@\(@L?Q@.@Z@@V@@b@?\(\?PbM?Q@@ ?vȴ9X?n?ěS?`A7K?Q@8@0@ @A?\(@e@I@I?\(@?@@"?A7Kƨ@zG{@ /v@F@@@ ^5?|@ tj~?\(@E@ffffff@@I333333?@N@333333@.@U@O@?\(?l?ӅQ@6?dZ1?+@lC?Ł$/?1&y@Q@M@(@[@bM@1IlD@Ƨ-@d1 crust@41 pieceBaked Productsm4w)PIE CRUST,STANDARD-TYPE,Frozen,Ready-to-bake,Enriched@5@|@333333@=333333?@F ?@!@2@zG@0@J@X@?333333?hr Ĝ?$/@?+? ěT@E?͑hr ?-V@Q@N@$@\?Q?@Q@333333?@mhr!@(և+ J@&@a1 crust@21 pieceBaked Products  r4q)PIE CRUST,STANDARD-TYPE,Frozen,Ready-to-bake,Baked@&ffffff@@@@ffffff@@H?@#\)@5@zG@2@M@[@8?\(?tj~?zG@?Q?bM@|hr?šo?-V@K@G@ @V?zG{@ =p @ ffffff?@%*~"@/nzG@"`A@_1 crust@01 pieceBaked Productsr 4q)PIE CRUST,STANDARD-TYPE,Prepared FROM RECIPE,Baked@#@x@@AL?333333@G?333333?\(@$@Q@,@P@P@?(\)?KƧ?ۅQ@5?$/?Ѻ^5?|@ tj~?Ƨ-?@P@L@&@Z? =p@-@$@!>vȴ9X@.V+ J@">vȴ9X@f1 crust@71 pieceBaked Products PP2]!4M)PUFF PASTRY,Frozen,Ready-to-bake@!@8@333333@C ?@F??zG@$@zG{@0@N@N@o ?\(?/v?;dZ@8333333?xF?1&@1&y?$/@S@P@@*@_??GzH@0@E@#I7KƧ@5F@tj~@@b@?Q?? =p@333333@F? I^5?@ -V?XbM?@U1 roll@E1 rollBaked Products YY*L(4-)ROLLS,DINNER,EGG@>ffffff@s0@#@?333333@J@ @=p =@M@ (\)@9@Y@@Z@?Q?$/?/w@=?/w?C%@ KƧ?\(?"`A@g@``@J@q@?θQ@5@@? =p @??@Q?;dZ@p =q? I^5?@I@@q@$@ 333333@333333@J@?Q@>@@K@c@f@? =p ?ɺ^5?|?vȴ9X@;?QR?GzH@333333?؃nP?vȴ9X@X@S@@6@c @?\(@@?@K?\(\?Ƨ-?-@E1 large@B1 mediumBaked ProductsB+41 )ROLLS,DINNER,WHEAT@B@q@!333333@333333@@G@ffffff?zG@f@ ffffff@B@Z@\@u@??333333?^5?|@@?۶E?xF@I^5?}?KƧ?tj~@N@F@.@W? =p @@P@?E@;dZ?E@Q@V@@=p =@\(?Q@(kQ@]?@(@W@@a@G?ffffff?1&y?pbM?ffffff??Q?S?E?~"?+@@@?Q@\@;@:@1?7KƧ?l?/v@*Sweets4S DESSERTS,RENNIN,TABLETS,Unsweetened@@U??@R @3@*@GzH@2@u@@r@@p@p =q?ə? =p?E?tj~?|1&y@#1 packageSweets nn'4[) FROSTINGS,Chocolate,CREAMY,Ready-to-eat@1@x?񙙙@1?@O?@Lٙ@ ?Q@5@S@h@f?ҏ\(?ə?θQ?陙?vȴ9?hr Ĝ?vȴ9X?1&y?tzG{?????\(@vȴ@" =p @ =p @D(\2 tbsp, creamySweetsa4Q%FROSTINGS,COCONUT-NUT,Ready-to-eat@5@y?@8?陙@Jffffff@@D@*?GzH@3@O@g@@h`?=p =??S@?ə?Q?tj~?"`A?nO;?O;dZ@@@@$?\(@ @@Q@(kQ@ GzH@|1 package@C.083 packageSweets YY94a)+FROSTINGS,Cream CHEESE-FLAVOR,Ready-to-eat@.333333@y?@1L? =p @PzG@OQ@?zG{@@@A@g?zG{?zG{?vȴ9??xtj~?+ I?`bM@.zG@ =p @1&@@@2 tbsp, creamy@82 tbsp, whippedSweetsd4W%FROSTINGS,VANILLA,CREAMY,Ready-to-eat@.# =p@z@@0(\?Q@P =q?@O@?zG{?@2@A@g?Q??zG{?S?(\)?(\)@ @ @ @@*@n@p =q@@|1 package@C.083 packageSweets c4s FLAN,CARAMEL CUSTARD,DRY MIX,Prepared with 2% MILK@Rp =@Y@Q?Q?QR@2R@\@?Q@(@U@d`@\@? =p ?zG{?htj~@333333?ffffff?bM?l?E?^5?|?Q@@@?У =p@f@J@I@&?\(?5?|h?bM@Sweets 4y FLAN,CARAMEL CUSTARD,DRY MIX,Prepared with Whole MILK@RQ@\@@@?zG@2zG@[?Q@(@U@d@\?ffffff?+ I?tzG{@?ffffff?vȴ9X?\(?333333? I^5??hr Ĝ@@@?У =p@\@@=@<@0??E?j~"@(Sweets iCiU{4m 5CHEESE,COTTAGE,LOWFAT,1% MILKFAT,LACTOSE Reduced@T@R@(??@ ?333333@@J?Q@@`@U@k?QR?1&y@"?zG{?zG{? =p?Q@(@(@(?(\)@D@&@&?zG{?@?zG{?ҏ\(?Q@@l`1 cupDairy & Egg Products8w4%'FLAXSEED OIL@@Y@1@"@4333333@P@k@1 cup@+3333331 tbspFats and Oils 8 8c}4m/CEREALS Ready-to-eat,WEETABIX Whole WHEAT Cereal@@wP@'@ffffff@ ffffff@SY@&@@Y@ =p@W@e@@x0?Q?O;dZ@?GzH?\(\@\(?p =q@G@G@G?p =q@@m?޸Q?ffffff?Q@L1 cup@21 biscuitBreakfast Cereals[|4 /CEREALS Ready-to-eat,Frosted OAT Cereal with MARSHMALLOWS@ffffff@x@@ffffff@ @@Ufffff@333333@E@Q@/p =@<@a@i@@\(? I^5?@A@@Js33333?Q?@1 =p?(\)@v@t@3@X@(\)@9@@?=p =?333333? =p?񙙙?zG{@<1 cupBreakfast Cereals 5! /CEREALS Ready-to-eat,CORN,Whole WHEAT,ROLLED OATS,PRESWEETENED,with ALMOND@@yp@333333@!@ffffff@S@@5@B@:!Gz@Q@@h@l`@? =p ?̬1&y?bM@(??\(\?Q@0!Gz?\(\?\(@t0@s@3@@\(\@@@? =p??񙙙@9XbN@`A7L@?.75 cupBreakfast Cereals FF=4e 'MARGARINE-LIKE Spread,Stick OR TUB,Sweetened@>@@J?@033333@0@>@@@@@@W@@@ 33333@1@7Fats and Oilss4m'%9TURKEY,PORK, and Beef SAUSAGE,Reduced FAT,SMOKED@M@n@2@0@ffffff@@2?Q@1@a@i@@p =q?;dZ@;? =p ?333333@ QR?GzH@@@?(\)@???@GzH@ =p @zG@P@@b`1 cup, pieces@,1 cubic inchSausages & Lunch Meats v v%4C POPCORN,OIL-POPPED,UNSALTED@ffffff@H@"@<@@M @$?GzH@$@=p =@[@o@@l @@Q?I^5?}@333333?333333? =p?Q??Gz@1@1@1@c@@ @p =q@333333@G@Q@@\(@ W =p@* =pSnacks[5 5CHEESE PRODUCT,Pasteurized PROCESS,CHEDDAR OR AMERICAN,Reduced FAT@Ifffff@n@1@,333333@@%333333@ =p @?ə@@@@t@@Gz?Q@(?Q?޸Q? =p ?zG{@2@2@2?\(@@o@n?GzH@@T@!33333@Q?=p =@JDairy & Egg Products b4K'%9SAUSAGE,Chicken and Beef,SMOKED@K@r@2@8?ffffff@&?GzH@,@[@a`@?zG?1&@-?zG{?Q@=p =?\(@@@?QR@Y@?@??@ =p@$aGz@Gz@Q@a@1 cup, pieces@21 cubic inchSausages & Lunch Meats|5 /CEREALS Ready-to-eat,Whole WHEAT,ROLLED OATS,PRESWEETENED,with PECANS@333333@y@"@'@@Qٙ@@.@<@\(\@U@k@t@y0@zG?աo@$/@,333333?ə?Q?333333@"(\?;dZ?zG@g@e@@3@s@@ =p@@z@z?陙?ffffff?ffffff@ I^5?@`A7K@J.667 cupBreakfast Cereals 55>4O !BABYFOOD,Juice,APPLE-SWEET POTATO@U@H?333333??ҏ\(@&?@#333333@.?333333@@,@a @?zG{?bM?@A ?zG{?Q??Q@@@@@c@?\(?ffffff@@?Q?zG{?@>1 fl ozBaby Foods5' /CEREALS Ready-to-eat,Whole WHEAT,ROLLED OATS,PRESWEETENED,with NUTS and FRUIT@!ffffff@w@ @ ?ffffff@RL@@8@?@zG@U@h@t`@r@\(?ӶE?+@,333333??ffffff?GzH@"Q?-V?\(@g @d@3@r@=p =@@z@z? =p@?񙙙@ O;dZ@vȴ9@K.667 cupBreakfast Cereals rBrK41ORANGE JUICE DRINK@U@J?ə?QR@*@( =q@?(\)@@@E@?zG{?nO;?|1&y@.?QR?ۅQ@?Q?@@@?@F@?zG{?@@B@=?zG{?zG{@o 1 cup@?1 fl ozBeverages94E !BABYFOOD,Juice,ORANGE-CARROT@VFfffff@E???@#?ٙ@ @0?ə@$@3@e@$?Q?+ I?@A ?Q??Gz?@C@C@C@`@W?ҏ\(?@x@@`@`?zG{?zG{?Q@>1 fl ozBaby Foods W3 4_ GRANOLA BAR,with Coconut,Chocolate Coated@ffffff@@@@?@K@@AR@E?@L@c@@o@c?Q?j~"@0ffffff??Q?zG{?Gz?Q@"@"@"?Q?333333?ffffff@H@6Q@Gz@Snacks$4A POPCORN,OIL-POPPED,Low Fat@ffffff@z@)333333@#@333333@R @,ffffff?zG@&@=p =@b@p@n @@ =p?p =q@!333333?ffffff?(\)@\(?\(@1@1@1@g`@"?=p =?ffffff@K@U@? =p@W =p@ tj~Snacks RRE'4E!BABYFOOD,PEAS and BROWN RICE@Ufffff@P@ 333333??QR@&G{@@ =p @,?@9@J@W@@?p =q?zG{?333333@??zG{?ffffff?Q@0@0@0@x@@3?Q@)333333@&@l`@?? =p ? =p @l1 cup@,1 tbspBaby Foods_&4y!BABYFOOD,Vegetable, vegetables and BROWN RICE,Strained@Ufffff@Q@?ffffff??ۅQ@(333333?񙙙@Q@,?ٙ@.@@@`@,?(\)?zG{?333333?333333???񙙙?@0@0@0@b@ ?333333@*@@@R@?@0?Q? =p ?zG{@l1 cup@,1 tbspBaby Foods U&UL+4WPOTATO CHIPS,WHITE,RESTRUCTURED,Baked?ffffff@}P@@2333333@ =p@Qٙ@333333@ =p @_@?陙@E@q @@??vȴ9@ 333333?\(?Q@\(\?QR@p =q@@ I^5?@#R@-V@A1 cup@(10 chipsSnacksU(4Y' 9FRANKFURTER,MEAT and POULTRY,Low FAT@Qy@_@/@ffffff@ ?@(?Q@2@c`@pP@?Gz? ěT@6333333?ٙ?333333?\(@ GzH?GzH@@@?GzH@???ə?333333? =p ? =p ? =p @F@a1 cup, slicedSausages & Lunch Meats {B{B-4Y !BABYFOOD,Cereal,BROWN RICE,DRY,Instant?@y@@!ffffff@?ffffff@Ui@?p =q@K@G@<@q@x @(?׍O;dZ@7ffffff?\(?\(@0?\(\@.@.@.? =p@?333333?GzH?Q@ 1 tbspBaby Foods9,4c !BABYFOOD,Baked PRODUCT,FINGER SNACKS Cereal@ @zP@@#@ \(@S+Q@ffffff@<@y@6@;@(@\@t@@?(\)@B@$?ffffff?@&?@\@W@2@f@333333@.@&?Vt@ =p @ vȴBaby Foods M<Mj24y5MILK,FLUID,NONFAT,Calcium Fortified (FAT FREE OR SKIM)@V33333@A@ 333333? =p ? =p@ffffff@ffffff@i?zG{@&@Y@@d@J?ٙ?+ I@??nO;?Q?+ I?zG{@@@?QR@|@a @a ?zG{?E?bM?|1&y@@n1 cup@>fffff1 fl ozDairy & Egg Products?143'OIL,CORN AND CANOLA@@Y@48Q@833333@"@Dfffff@FL@l1 cup@,1 tbspFats and Oils XX3V,4=)ROLLS,DINNER,WHOLE-WHEAT@@@p@!ffffff@@ffffff@I@@ Q@Z@\(\@U@@l@q@}@zG?ΗO;d@bM@H33333?Ͼvȴ9X?tj~@ j~"?KƧ?\(@>@>@>?@@\?n?/v@I^5?}@E1 roll@`1 rollBaked ProductsH-4%)ROLLS,FRENCH@Affffff@qP@!333333@333333?ffffff@I@ ? =p@V@zG@4@U@\@??GzH?S@;fffff?j~#?333333@hr Ĝ?hr!?+@\@@T@@@e ?333333?@I?ȴ9Xb?`A7K? ě@@@?Q@333333?@@@E@Z1'@ "`A@B\(@@1 rollBaked Products xx-065)SWEET ROLLS,Cinnamon,Refrigerated DOUGH with Frosting,Baked@633333@v@@*ffffff@@L @A@333333@(@u@O@?\(?-V?n@133333?ə?-V?;dZ@ "`?$/?hr Ĝ@K@H@@V@?@@ ȴ9Xb@v?S@1 rollBaked ProductsN84/)TACO SHELLS,BAKED@@}@@@6?@O333333@?QR@d@@Z@@o@f`@v?ffffff?Q? =p@(?/v?"`A??zG?l@``@_@@@k`@?\(@??@@ \(@!5?|@ hr@8Q@s@ zG@@Q@I@?Q@` @ Q@6@_@c`@?GzH?-V?;dZ@6333333??|hs?+ J@ tj~?E?@Z@W@(@e?QR@ 333333@(?-V@&x?XbM@1 tortillaBaked Products XX\=4-)WAFFLES,Plain,Frozen,Ready-to-heat (Including Buttermilk)@Fs33333@o`@@333333@ffffff@CL@@ GzH@k@@5@x@^@`?ᙙ? ě?Լj~#@2??|hs?tj@XbM?+ ?=p =@N@*@H@Q@ =p @@w@w?(\)???@A?j~#@ 9XbM@+ I^@@@HR\fpz$.8BLV`jt~ FF GG HH II JJ KK LL 88 GG OO ZZ tt                                                                && '' (( ++ ,, -- 11 22 FF,@4g)WONTON WRAPPERS (Including EGG ROLL WRAPPERS)@<@r0@#??ffffff@L33333?@G@ Gz@4@T@@T@?Q?`A7?j~"@<333333?S?1&x@-V??Q@U@Q@@1@`?zG{@,@@?E?\(?Q@"@@# =q?l?ə@ 333333??zG?zG@(@?ۅQ@@@?zG{?vȴ?n?pbM@11 cakeBaked ProductsfG4_)LEAVENING AGENTS,YEAST,BAKER'S,ACTIVE DRY@ffffff@rp@C&fffff@ffffff@@C@5@P@0@X@(@@@I@??ᙙ@8?333333@Gz@Gz@C@&?@H@H@H?zG{? =p @~"?zG{@(1 tbsp@1 tspBaked Products ICH4M)BREAD CRUMBS,DRY,GRATED,SEASONED@ffffff@w@,B\(@Q@333333@Q\(@@\(@f@zG@G@f @l@|?Gz?;dZ?|hr@833333@?n?ڏ\(@/?-V?S@]@X@4@g@h @$?У =p@G@]?A7Kƨ? ě@ffffff?@^1 cup@@I@a@b?(\)?O;dZ?r ě??tzG{?vȴ9?/v?hr Ĝ?vȴ9X@@@?zG{@t@S@R?\(@K@p =q@O;dZ?/v@8Sweets*4S-/CANDIES,REESE'S CRUNCHY COOKIE CUPS?QR@@ =q@<(\)?p =q@M@ @H]p =@S?zG@D@`@u0@p`?ffffff?zG{?333333?333333?Q? =p@Q?333333?@C@C@Q@'Q@#u\(@Q@@11 package, .6 oz@41 package, .72 ozSweets t^+43 CANDIES,HEATH BITES?Q@@Q@>aGz?\(@OR@@N\(@U?\(@@Q@j@@n?(\)?Q?陙?zG{?(\)? =p ?zG{??@m@/=p =@!@ffffff@3@C15 piecesSweets,4M%FROSTINGS,VANILLA,CREAMY,DRY MIX?ffffff@y?333333@?333333@Ws33333?@@@@@*?zG{?Q?tj~?陙?`bM?PbM?|1&y?PbM@y1 package@A.083 packageSweets \.4I%FROSTINGS,WHITE,FLUFFY,DRY MIX?ffffff@w0@ffffff?@W@? =p @@@]@@m@?zG{?l?|1&y@ffffff?PbM?-V??vȴ9?PbM@@@?zG{@i1 package@1.083 packageSweets/4m%FROSTINGS,WHITE,FLUFFY,DRY MIX,Prepared with H2O@A@n??333333@OL@?Q@@@S@@c?zG{?S?tzG{@?PbM?vȴ9?Q?hr Ĝ?PbM@@@?zG{@s1 package@:.083 packageSweets  c04= CANDIES,ALMOND JOY BITES?(\)@@QR@A@?Q@Lp =@333333@IG{@[@?GzH@C@` @s @C?GzH? =p ??zG{?zG{?Q??Q@ @ @]@@4@!33333?\(\@&@D18 piecesSweetsr15 / CANDIES,REESESTICKS CRISPY WAFERS,Peanut BUTTER,MILK Chocolate?@H@#\(@?W =p@@K =q@ ffffff@D*=p @Q?@H@b@rp@p?zG?ə?ffffff?333333? =p?@ Q?(\)?zG{@D@D@D?333333@M@,@,@(\)@@@F@*kQ@% =p@Q@@E1 serving, 1.5 ozSweets n24S-CANDIES,HERSHEY,KIT KAT BIG KAT BAR?񙙙@@@\(@; =p?Q@OR?ffffff@JG{@a@?Gz@@\@r`@P?Q?zG{???\(? =p ?zG{@@@W@1p =@ =p?QR@"@K1 bar@SQ1 bar, king sizeSweetsE34G SOKOL,SOLO POPPY Seed FILLING@:@t@333333@!?@M @t @R?zG{?`A7L@O;dZ@B2 tbspSweets 45 CANDIES,REESE'S,FAST BREAK,MILK Chocolate PNT BTR and SFT NUGTS@ffffff@}@!QR@7kQ@zG@N@333333@J=p @N?Q@H@`@@q@t?zG? =p ?ٙ? =p?@ \(?Gz?Q@C@C@D@ u\(@!Gz@QR@@L2 oz, barSweets Dj54m CANDIES,HERSHEY,CRISPY RICE SNACKS Peanut BUTTER@ =p @{@ =p@/Q@zG@Q@@@9@u@zG@<@Y@g @y`?\(\?(\)@-?ۅQ?@?Gz?\(@]@]@@Q@zG@\(@Sweets394S POLANER ALL-FRUIT STRAWBERRY Spread@Dٙ@l?ffffff?333333@L@E @4@21 tbspSweets;4k ICE CREAMS,HEALTHY Choice PRALINE and CARAMEL@Lp =@f@QR@\(?ffffff@AG{@@fffff@a?(\)@X@q?ffffff?Q?@@Q.5 cupSweets CCR<4[ ICE CREAMS,VANILLA,Light,NO SUGAR ADDED@PaGz@c`@\(@?333333@5kQ?ffffff@ =p@a?QR@"@R@h@X? =p?Q?xtj~?ffffff??-V?;dZ?l?bM?-V@@@? =p@r@U@U@?ҏ\(@ffffff@(@1&x?zG?zG@;@Q1 servingSweetsa?4gFROZEN Juice NOVELTIES,FRUIT and Juice BARS@S33333@T?333333??ə@4333333?@1zG{@?QR@@@J@??Q?ə@#?+ I?nO;?Z1'?zG{?@@@@2?? =p?@&@A?Q@S@1 bar@W1 barSweets EFE|95 /CEREALS Ready-to-eat,Whole WHEAT,OATS,PRESWEETENED,with WALNUTS and FRUIT@@z`@!@$@@R@333333@4ffffff@B@;u\(@T@s`@r @z@QR?؃nP@@2?ə?zG{? =p @ =q?;dZ?333333@e @b@3@q @QR@@w@w?Q?333333?ffffff@ Vt@ =q@M1 cupBreakfast Cereals534E PEANUT BUTTER,Reduced Sodium?񙙙@@8@H33333@ffffff@533333@ffffff@GzH@D?ffffff@c@s@X@i`@=p =?zG{@?Q?(\)@+aGz?@W@W@W@\(?陙@#(\)@7\(@,33333@01 tbspLegumes Z9ZZ?4;+%5CHEESE,MUENSTER,LOW FAT@I@@q @833333@1@ @ @ @?=p =@;@}@@`@@zG{?vȴ9X@-?zG{? =p ??Q@(@(@(?Q@@e@e?333333?@ @%fffff@\(\?@O@\@1 cup, shredded@11 cubic inchDairy & Egg ProductsB;49'OIL,CANOLA AND SOYBEAN@@Y@..zG@a@QR@KQ@@7 =p@k@1 cup@+3333331 tbspFats and Oils x3x6C4W 'BUTTER-MARGARINE BLEND,Stick,UNSALTED@/@p?@T,@?333333@<? =p @@7@B@<?zG{?tzG{???zG{?zG{?Q?zG{@@@?@@@@@Q@@:lC@?E@2@??zG{?Q?zG{?zG{????Q@@@@@W@@@Rm@2nP@*C%Fats and OilsRE5  'VEGETABLE OIL-BUTTER Spread,Reduced Calorie, calories,TUB,SALTED@G@| ?@I@?@<? =p @@7@B@?zG{?tzG{???zG{?zG{?Q?zG{@@@?@@@@@L@@0C%@3F@&+ @QFats and Oils <&L4= !BABYFOOD,CARROTS,TODDLER@W`@:?333333?333333?׮zG@Q@ffffff@@3?ə@@5@` @:?ə?j~#?陙?ffffff?zG{?Q??@@@@̻@?Gz@@@?@d?vȴ9?tj~?lBaby Foods?I4i 'MARGARINE-LIKE Spread,70% FAT,Liquid,with SALT@;@h?ҏ\(@Q?\(@5@@0@>@??zG{?Q?zG{?zG{????Q@@@@333333@W@@@%H1&x@@ȴ9X@79"`Fats and Oils CCM~4U!BABYFOOD,FRUIT,TUTTI FRUTTI,Strained@T@P?ٙ?333333?zG{@.\(?333333@"zG@.?ə@@1@G@9?陙?zG{?ٙ@(?zG{?zG{??zG{@@@?zG{@`@?(\)?ٙ?@A@V@@5?E?hr!?tj@.@.1 tbsp@\@1 jarBaby Foodsf|5!BABYFOOD,Dessert, desserts,BANANA Pudding, puddings,Strained@T@Q??陙?Q@,GzH?陙@%@&?333333@@A@V@>?Q?zG{?񙙙@(?zG{?Q?zG{? =p@@@?zG{@3??Q?ə@@ @3?`A7L?Ѻ^5?|?j~"@=@.1 tbsp@\@1 jarBaby Foods b0bI4M!BABYFOOD,DINNER,Chicken and RICE@V@I???333333@"ffffff?񙙙?ᙙ@2?ə@ @4@N@.??@??zG{?zG{?333333?Q@@@?@H@M?(\)?@p@@@Z@? I^5?+ J?bM@$@01 tbsp@\@1 jarBaby FoodsK4Q!BABYFOOD,FRUIT,TUTTI FRUTTI,Junior@T@Q@?ٙ?ٙ?333333@0?ٙ@"R@,?333333@@<@G@1?QR?ə?ٙ@?Q?zG{?zG{?zG{@@@?zG{@h@$?333333?333333?@J@`@9?(\)?l?;dZ@.@.1 tbsp@e@1 jarBaby Foods AAS4;'SALAD DRESSING,COLESLAW@C33333@x`?@@33333@@7?@4(\@,?ə@@:@"@0? =p ?+ I?S??zG{?zG{?ěS?zG{@,@,@,?Gz@O@1@0@ =p@Oٙ@@?@H@@"@2@:@o@1 cup@/3333331 tbspFats and Oilsb4Y'SALAD Dressing,CAESAR Dressing,Regular@A&fffff@?333333@Lٙ@ @??\(@8? =p @@3@=@?(\)?zG{?zG{??zG{?zG{?zG{?bM@@@?Q@@?@Q@\?@!@+ I^5@@m-V@@m`1 cup@-ffffff1 tbspFats and Oils i+i= 4e 'SALAD Dressing,Buttermilk AS MAIN Ingredient@Hfffff@v@ @Bs33333@@ffffff@zG@X?Q@&@V@@c@?\(?nO;??ffffff?Q?Q?zG{?zG{@@@?θQ@C@$@$@ \(\@Q33333?@?@=@^5?|@/I^5?@*lC@@Fats and OilsP 4U'SALAD Dressing,Green GODDESS,Regular@=@?ffffff@H@@.?@zG@A?ffffff@@?@M@??zG{??ə?zG{??Q?zG{@@@?У =p@D@$@$@ffffff@X,?@?@C@9XbN@'-V@HR\fpz$.8BLV`jt~ 99 ;; ?? @@ CC EE FF II LL               && 11 22 33 44 CC FF ZZ \\ ee hh jj uu xx yy zz {{ || }} ~~                               !! ## ** // 00 == >> ?? AA [$[D4+SYRUPS,DIETETIC@I@D?陙?Q@H@@\(@5??`bM@n1 cup@.1 tbspSweetsW 4c'SALAD Dressing,CAESAR,Low Calorie, calories@RL@[?333333@@ @2?@0QR@8? =p @@3@=@?(\)?zG{??zG{?zG{?zG{@@@?Q@???Q???~"?lC@l@@n1 cup@.1 tbspFats and Oils LLD4c CANDIES,Chocolate COVERED,CARAMEL with NUTS@ffffff@}`@#@5@ =p@NU\(@333333@H =p@S?333333@T@@d@{@8?Q?\(@ffffff?ffffff?zG{?zG{@ =p ?zG{@W@W@W@b@E@D?񙙙@ @@ěT@"S@Vt@,1 pieceSweetsf5 JAMS and PRESERVES,DIETETIC (WITH Sodium SACCHARIN),ANY FLAVOR@Ffffff@`?333333?333333? =p @J@@BzH@"?ٙ@@"@Q@?Q?tj~?333333?zG{@"@"@"? =p ?bM?$/?S@l1 cup@,1 tbspSweets ^^3J5)COOKIES,Chocolate CHIP,Prepared FROM RECIPE,MADE with BUTTER@@~@@?333333??|hs?A7Kƨ@1&x?\(?tj~@\@Q@@E@d?Q@?=p =?333333@@M?睲-V?x?1&x?@@7@@G?zG{@g@L@L?\(\@1ffffff?@H?@ěS@1&y@"@@=?O;dZ@S@l@M@@@D@Z@@e@?=p =?$/?S@333333?öE?ʟvȴ9@vȴ?љ?`bM@J@J@V?zG{@@j`@h@ =p@9@c@ @hr!@-u?|h@1'?@k1 crust@<1 pieceBaked Products \\a_5 )PIE CRUST,COOKIE-TYPE,Prepared FR RECIPE,GRAHAM CRACKER,CHILLED@ffffff@~@@ffffff@8ffffff?@O33333?@B\)@4@\(@2@P@U@?p =q?;dZ?E@?1&?tj@^5?|?˥S?Q@A@;@@J?zG{@@g@f`@=p =@8333333@a@?@^5?|@&H9Xb@tj~@n1 crust@>1 pieceBaked Products`4E)CRACKERS,MATZO,EGG and ONION@@xp@$@333333?@SFfffff@@B@zG{@>@V@@T@q?\(\?zG{?=p =@B@?ə?"`B?+@bM?vȴ9X?j~"@c@b@$@p`?(\)@8@@?E?$/?tj@F@?@E&fffff@ 333333?333333@"@\(@(@N@M@~ ?\(?j~#?؃nP@2?E?|hr@C%?9XbM?+ I@Q@N@$@\?Q@*ffffff@"@-V@+@ o@ pB D F I M O Q S U W Y ] _ a c e g i k m p r t w y !!-c5+)WAFFLES,Plain,Frozen,Ready-to-heat,Toasted (Including Buttermilk)@E @p@@ ffffff@333333@DY@ffffff@ =p@m@Gz@6@z@@`@?\(?tj~?|hr@0?أ =p?vȴ9X@p =?n? =p@K@3@A@P@zG@@w@w?Q?ffffff??@A?$/@ zG@A7Kƨ@8@1 piece@?GzH@M@@E@@Y@@Z@`@u`@9?Q?tj?"`B@ffffff?nO;?$/?~"?S?tj~@@@?p =q@@0@.@*@D1 serving, 28 piecesSweetsyE5  SNACKS,GENERAL MILLS,BETTY CROCKER FRT RL UPS,BRY FLV,with VT C@$ffffff@wP?@ ?@UL@CY@s@ @^?zG?$/?+@<2 rollsSnacks zPF45%ICE CREAMS,Chocolate@Kٙ@k@ffffff@&?@<333333?333333@9\(\@[@?\(@=@Z@o @S?\(?GzH?Q@?ffffff?$/?E?hr!?^5?|?(\)@0@0@0?ҏ\(@z@]@]?333333?333333@3@333333@ zG?=p =@A@M1 individual@P.5 cupSweetsG47%ICE CREAMS,STRAWBERRY@N@h@ @ ?ffffff@;?@^?Gz@,@Y@g@N?\(?l?+?ffffff@? =p ?QR?\(? =p ?@(@(@(?333333@t@X@X@\(@=@M1 individual@P.5 cupSweets ZH5  SNACKS,FARLEY CANDY,FARLEY FRUIT SNACKS,with VITAMINS A,C, and E@-ffffff@uP@@T9@B@V33333@<@:1 pouchSnacksdI5 SNACKS,SUNKIST,SUNKIST FRUIT ROLL,STRAWBERRY,with VITMNS A,C, and E@-333333@u`?333333??񙙙@T@@[@Tffffff@@51 rollSnacksBK5O) KRAFT,JELLO FAT and SUGR FR Instant Reduced Calorie, calories PUD and PIE FLNG Chocolate,with A@@s`@@333333@#@Rfffff@?ffffff@_@zG@@D@?񙙙@?@&1 NLEA ServingSweets ..p=L5E) KRAFT,JELLO FAT and SGR FR Instant Reduced Calorie, calories PUD and PIE FLNG VAN,with A,PD@@t?陙?@&@Sy??@b`?zG{@@?@:?@ 1 NLEA ServingSweets;M5A) KRAFT,JELLO SGR FR CK and SRV Reduced Calorie, calories PUD and PIE FLNG Chocolate,with A@ @s`@ffffff@@@R@"?ffffff@Q@@'\)@j@@?@$1 NLEA ServingSweetsKN5a) KRAFT,JELLO SGR FR CK and SRV Reduced Calorie, calories Pudding, puddings and PIE FLNG VAN,with A,Powdered@$333333@u??333333@@T33333?@333333@E? =p @=@C@|?@1 NLEA ServingSweets xxADO4a CANDIES,MILK Chocolate Coated COFFEE Beans@Q@@ =p@: =p?@O5\(@@HQ@e @QR@P@g@y@Q?(\)?|hr?7KƧ@333333?E?9XbM?O;dZ?Vu?vȴ9X@$@$@$?\(@b@E@E? =p@@(G{@TE?S@4Sweets:P41 ICE NOVELTIES,LIME@P@`?ٙ@@L@@L@?zG{??@@6?zG{?vȴ9?zG{???PbM?|1&y?htj~?PbM@X.5 cupSweets ~~# Q4_ICE NOVELTIES,ITALIAN,Restaurant-prepared@U@J?Q?zG{?@+?? =p @@?Q?zG{?zG{???tzG{?zG{?Gz?tzG{?`bM@@@@d@ @=1 fl oz@].5 cupSweetsXR4o CANDIES,Sweet ESCAPES TRIPLE Chocolate WAFER BARS@GzH@z@ =p@*QR@\(@RR\(@ffffff@LR@p@Q@P@@`@v0@c?Q? =p?nO;@?tj~?A7Kƨ?ݑhr ?ǍO;dZ?@"@"@"?Q@B@$@$?(\)@ffffff@@zG@~"?lC@31 barSweets HS4/ICE NOVELTIES,POP@T@R?񙙙@2fffff@2fffff?@@(?zG{?nO;?xtj~?PbM@J1 bar@`1 doubleSweets;T5A) PUDDINGS,KRAFT,JELL-O BRAND Instant Pudding, puddings and PIE FILLING Chocolate,Powdered?@v0??333333@333333@Vffffff@333333@P@0@ =p @P@r @?@<1 NLEA ServingSweets GG5U55) PUDDINGS,KRAFT,JELL-O BRAND Instant Pudding, puddings and PIE FILLING VAN,Powdered?񙙙@wp??陙@ @W`?@R@?Q@@@ ?ٙ?ə@91 NLEA ServingSweetsBV5O) KRAFT,JELLO FAT FR CK and SRV RD Calorie, calories Pudding, puddings and PIE FLNG CHC,RG,Powdered@ @v?333333?@@V?@N @5@p =q@R@u@z??333333@91 NLEA ServingSweets3W51) KRAFT,JELLO FAT FR CK and SRV RD CL Pudding, puddings and PIE FLNG VAN,RG,Powdered@@w`??@@W33333?333333@Ql@$? =p @@(@?@71 NLEA ServingSweets __5X55) PUDDINGS,KRAFT,JELL-O BRAND FAT FREE Pudding, puddings SNACKS Chocolate,Ready-to-eat@R@V@?ٙ?񙙙@4?陙@.@S?\(@S@j@e@?333333@c@?333333@@\@1 NLEA ServingSweets3Y51) PUDDINGS,KRAFT,JELL-O BRAND FAT FREE Pudding, puddings SNACKS VANILLA,Ready-to-eat@R@W@?ə?@4?@/@S?zG{@Y@[@@j?333333@c@?ə@@\@1 NLEA ServingSweets*Z5) KRAFT,JELLO SGR FR Low Calorie, calories GELATIN STRWBRY,with A,Powdered@ffffff@t@Lffffff?@ffffff@?@5?Q@D@2@?@1 NLEA ServingSweets 2+[5!) KRAFT,JELLO SGR FR Low Calorie, calories GELATIN SNACKS STRAWBERRY,with A@Xs33333@ ?ffffff?Q@@H@W1 NLEA ServingSweetsI]4O FROZEN YOGURTS,VANILLA,SOFT-SERVE@PS33333@d`@@ffffff?@8333333@8@a?333333@,@` @j`@U?Gz?zG{?tj~@ ffffff?陙?l?̬1&y?^5?|? =p?zG{@@@?ҏ\(@j@M@M?(\)?333333@&@ \(\?p =q?Gz@@R.5 cupSweets ttAH^43FRUIT BUTTERS,APPLE@L9@e?\(?\(@Eb\(?@Afffff@,? =p@@@V@.?Q?zG{?`A7?333333??xtj~?O;dZ?vȴ9X?tj~?nO;???@"??zG{?ə@@@$@q1 cup@11 tbspSweets:`4HONEY@1@s?333333?ə@T?ə@TzH@?Gz@@@J@?(\)?nO;?zG{?陙??tj~?"`?hr Ĝ?tj~@@@@u01 cup@51 tbspSweets ZDZe15 CANDIES,GUM DROPS,DIETETIC OR Low Calorie, calories (SORBITOL)@'ffffff@d@?ə@V@2@Q@??hr Ĝ?O;dZ?bM@f1 cup@1 pieceSweets7&4) CANDIES,NOUGAT@333333@x@ =p?Q?p =q@W\)@ ffffff@TQ@@?Gz@@@K@Z@@@?Gz?&x?tj~@?333333?vȴ9?l?ޗO;d?Q?zG{@@@?zG{?@(\)???1&y@,1 pieceSweets V)VN35 CANDIES,Chocolate COVERED,DIETETIC OR Low Calorie, calories@@@)333333@C33333?@E@@ @-# =p@r?333333@Y@t@@[@@? ěT?\(@333333?ffffff?ə?޸Q@zG? ěT@:@:@:?333333@i@K@K@p =q@@(@@5\)@%M@j~"@5SweetsR24 CANDIES,HARD,DIETETIC OR Low Calorie, calories (SORBITOL)?ffffff@wp@WY@W@?333333@1 pieceSweets cMceC5!FLUID Replacement,ELECTROLYTE Solution (INCLUDE PEDIALYTE)@X(\@$? =p @@@$?@$@S@@Y@?zG{?zG{@o@1 cup@?3333331 fl ozBaby Foods.447 CHEWING GUM,SUGARLESS@ @p?ٙ?@W33333@333333@4@??-V?+?Ͳ-V@1 pieceSweets FFPZ4_ PIE FILLINGS,CHERRY,Low Calorie, calories@V@G?\(?zG{?Q@$\)?333333@"L@&?zG{@ @.@^@(?Q?$/?1&y@ffffff?$/?+?|hr?1&y@@@@k@_@@p1 cupSweets`F4]!5BEVERAGE,MILKSHAKE MIX,DRY,NOT Chocolate@)@t@7@@ ffffff@Js33333?@Ifffff@@@i@b@0@`@ ?陙@,?333333?(\)?\(??(\)@E@E@E@Q@X@n@n`??ə@C@xF??|hs?Q@,@1 tbsp@51 envelopeDairy & Egg Products t/t6e4'PRETZELS,SOFT@.@u @ ffffff@@=p =@QX\)?333333?@7@\(\@5@S@V@?zG? ěT@1333333?=p =?ҏ\(@zG?zG{@8@8@8?GzH@@1?=p =?"`A?Vt@@a1 large@\1 mediumSnacksL\5 BREAKFAST BARS,OATS,SUGAR,RAISINS,Coconut (Including GRANOLA BAR)@ffffff@}@#@1?@P@@;Q@N@ p =q@Y@@qP@t`@q`?? =p @0??Q?(\)??ffffff@T@@T@@T@@c@ @Q@/@V@Z@)aGz?hr!?$/Snacks <0j4= VERMICELLI,MADE FROM SOY@'@t??@\(\@T =p@333333@3@K?\(@@4@@@\(?-@;@C@?QR@333333@7?1&y?vȴ9?E@a1 cupLegumes?h4[ BEANS,CHILI,BARBEQUE,RANCH STYLE,Cooked@R@X@@??@033333@@Gz@??\(@F@c@@| @@? ěT??333333?zG{?333333? =p ?GzH@:@:@:?zG{@(??Gz?@@s@*?\(?E?\(@o1 cupLegumes >(x4- CHICKEN,MEATLESS@MkQ@l@7 =p@)u\(?ffffff@ Q@ @A@ (\)@1@t@K@(?ffffff? I^5?@?m?ϝ-V?C$?ffffff@S@S@S@p =q@p =q?Q@`A7@O;d@e1 cupLegumes=u4W BEANS,Liquid FROM Stewed KIDNEY Beans@V@G?@ ?ffffff@ffffff?@*?\(\@B@V@y@?\(\?+ J??? =p ?\(?Q@@@@@@?zG{?ȴ9Xb?tj~?\(@@n1 cupLegumes wMwQz45''FRANKFURTER,MEATLESS@M@m @3(\@+u\(? =p @@333333@@?\(@2@u@X@}p?333333?旍O;d@?9XbM?-@ tj?+ J?+@S@S@S@?Q?`A7K@`A7K@_;dZ@a1 cup, sliced@Q1 frankfurterLegumes.y45 FISH STICKS,MEATLESS@F@r @7@2@@"@ffffff?陙@W@@7@| @@~?ffffff?홙@?񙙙?@(?@Y@Y@Y@@@n@$/@"lD@<1 stickLegumes I*|41 MEATBALLS,MEATLESS@M@h@5@"@@ @ffffff?@=@@2@u@f@0??旍O;d?陙??333333@$?333333@S@S@S@333333?zG?@$/@lD@b1 cupLegumes2{4= LUNCHEON SLICES,MEATLESS@P@ =q@g@1ǮzH@&8Q?\(@\(@\(@D?@7@{@i@8??Vu@@?S@&8Q?r ě@Y@Y@Y@@?hr Ĝ@p =q@1&x@,1 sliceLegumes F-~41 VEGETARIAN FILLETS@F@r @7@2@@"@ffffff?陙@W@@7@| @@~?ffffff?홙??񙙙?@(?@Y@Y@Y@@ @n@$/@"lD@U@1 filletLegumes5}4%SOYBURGER@M@f`@1\)@Gz@Gz@*@ffffff? =p@=@@2@u@f@0??旍O;d?陙??333333@$?333333@S@S@S@333333?zG? I^5?zG@+ @q1 cup@;1 oz, cookedLegumes J'4+ VEGETARIAN STEW@Q@^@1@@@?񙙙?陙@??@_@k@^@y?񙙙?ěS??ffffff?333333@(?񙙙@Y@Y@Y@@P@G?\(\?@?ffffff?S?Gz@n1 cupLegumes14= SANDWICH SPREAD,MEATLESS@Q@b@ @"@@"@ ffffff? =p@F?@_@k@u@@??ěS??333333?ffffff@*?񙙙@Y@Y@Y@@Y@?zG@N?@$/@lD@.1 tbspLegumes C:4K !RADISHES,HAWAIIAN STYLE,PICKLED@V@<?񙙙?333333?ffffff@@@@<?p =q@ @?@t@?(\)?S?ffffff?zG{?Q? =p?@"@"@"??O;dZ??GzH@b1 cupVegetables84I VEGETARIAN MEATLOAF OR PATTIES@M@h@5@"@@ @ffffff?333333@=@@2@u@f@0??旍O;d?陙??333333@$?333333@S@S@S@333333?zG?@$/@lD@L1 sliceLegumes <149 !CABBAGE,MUSTARD,SALTED@Wfffff@<?񙙙??Q@Q@?ffffff@P?ffffff@.@;@n@h?333333?hr Ĝ??zG{? =p ? =p ?333333@R@R@R@X@H?zG{@N333333@a@@s?vȴ9?|1&y?tj~@`1 cupVegetables?4U !CABBAGE,JAPANESE STYLE,Fresh,PICKLED@Vٙ@>???zG@zG@?@H?\(\@(@E@@qP?ə???ffffff?zG{? =p ?@E@E@E@g@"?Q@Pl@;@Y@u@?vȴ9?bM?tj~@b1 cupVegetables PH4KALCOHOLIC Beverage,WINE,COOKING@V9@I??@333333?@"?ٙ@$@.@V@?zG{?+ I?ə?zG{??zG{???@1 tsp@=1 fl ozBeverages+ 4- !EGGPLANT,PICKLED@U@H??ffffff?zG@#=p @@333333@9? =p@@"@(@(?p =q?$/?333333??Q?Q?Q@4@4@4@I@?Q@ @>?Q? ěT?`A7@a1 cupVegetables :%u4k)COOKIES,BUTTER,Commercially Prepared,Unenriched@ffffff@}0@ffffff@2?@Q9?陙@=?ҏ\(@(@Y@[@u?QR?ə?\(?`A7L?-V?zG{?;dZ?nO;@@@? =p @@d@b@&1'@+ J?lC@]@@1 cup, piecesBaked Products JJFwy4{)CRACKERS,SALTINES,Low SALT (Including OYSTER,SODA,SOUP)@ffffff@{ @"ffffff@'@ ffffff@Q@?QR@]@@;@Z@@@? =p?xF?=p =@3?zG?ݑhr @"?/v?tj~@_@W@@?@g?Q@@"@tj~@ ě?/w@F1 cup@1 crackerBaked Products5z5)CRACKERS,SALTINES,UNSALTED TOPS (Including OYSTER,SODA,SOUP)@ffffff@{ @"ffffff@'@ ffffff@Q@@]@@;@Z@@`@? =p?xF?=p =?zG?ݑhr @"?/v?tj~@_@W@@?@g@tj~@ ě?/w@1 cracker@,\(\.5 ozBaked Products **,}{4g-))CRACKERS,Standard SNACK-TYPE,Regular,Low SALT@ @`@@9L@ffffff@N?? =p@^@ @;@l@v0@wP?\(?C$?n@ffffff?1&?S@1&x?XbM?"`A@V@R@,@a@=p =@333333@&@5?|h@%GzH@# =p@O1 cup, bite size@R1 cup, crushedBaked ProductsO|4;) )CRACKERS,WHEAT,LOW SALT@@}@!333333@4@ffffff@P9@@*zG@H@@O@k@i`@q??Z1'?~"@@ٙ?(\)?hr!@bM?9XbN?hr Ĝ@I@@@2@R?@#333333@T@@E@&`A7L@^5?|@1 cup, crushedBaked Products zzef}4G))CRACKERS,WHOLE-WHEAT,Low SALT@@{@!@1333333@@Q&fffff@%?׮zG@I@ =p@X@rp@r@n@333333?j~"@"`@-ffffff?ɺ^5?|?@tj~?tj?lC@<@<@<?Q@ @f`@ $/@Q@bM@W1 cup, crushed@1 crackerBaked Products~4O)DANISH PASTRY,Cinnamon,Unenriched@8L@y0@@6ffffff?333333@FL?333333@Q?\(@3@Z@_@@w0? =p ??+ I^?ə? =p ??񙙙?XbM?tj~@@@@@@?@(@@@XbM@)zH@vȴ9X@5@ffffff@rP@"@@@K333333@]@ =p@:@Y@``@>?\(?lD?l?ڏ\(?Ցhr @hr Ĝ?n? ěT@W@Q@@:@a?zG{?C%?Vt?-V?@N>N?N?N@N@NANANBNBNCNCNDNDNENENFNFNHNHNININLNLNMNMNNNNNONO l 47)PIE,FRIED PIES,CHERRY@B@s@@0?񙙙@EL@@6?Q@$@E@P@@w`?p =q?bM?̬1&y@333333?? I^5??"`A??(\)?Q@2@.@@=?zG{@e@"@-@Ƨ@$/@xQ@q`?׮zG?Q?p =q@Q7 =p?񙙙@H@@4?\(\@@3@S@@@?Q??zG{@@!?bM?tj~?nO;?zG{?zG{@&@&@&??Q?zG{?tj~@41 tbsp@,1 packetSweetsJd4/JELLIES@=Q@p?333333?zG{?Q@Q|?@D<(\@?QR@@@K@>?Q?+ I?`A7L?ٙ??PbM?vȴ9?nO;?7KƧ?zG{@@@@?333333@@6?tzG{?PbM?pbM@4Q1 serving, 1 tbsp@,1 packetSweets 6$e5 CANDIES,FUDGE,Chocolate Marshmallow,with NUTS,PREPARED-BY-RECIPE@ =p@}@ =p@5 ?Gz@PǮzH@@H?=p =@G@V@e @X@? =p?Ձ$/?$/@?333333?$/?E?Ұ ě? =p?S@ @ @ ?Q@t@S@@R@@J@#+@^5?|@C$@7SweetsEg4-MARMALADE,ORANGE@@@n?333333?ə@P33333?ffffff@N@C?333333@@@B@L?zG{? =p ?zG{?333333@333333?tzG{??vȴ9?Q?tj~@"@"@"@O@?Q@@.@C@M@t1 cup@41 tbspSweets sNh4;MOLASSES@5޸Q@r ?@ ffffff@RQ@KQ@i@Gz@n@@?@@B?ҏ\(?+ I^?zG{@1?E?`bM?\(?^5?|?p =q?nO;?bM?@u\(1 cup@4 1 serving, 1 TablespoonSweetsi43MOLASSES,BLACKSTRAP@<33333@m`@ ffffff@Nffffff@@1@j@D@x@K?@QR@Gz@1?`A7L?vȴ9?GzH?(\)?ffffff???@t1 cup@41 tbspSweets ln4A PECTIN,Unsweetened,DRY MIX@!ffffff@tP?333333?333333?333333@V@!333333@@zG?@@@i?zG?Gz?Q?bM?Q?tzG{?(\)?zG{???@??zG{? =p @I1 packageSweetso4EPUDDINGS,BANANA,Ready-to-eat@R@_@333333@ ?@5333333?@U@? =p@ @Q@@[@h?Q?1&y?bM?ffffff??zG{?`A7?/w?zG{?$/@@@? =p @5@@?Q?zG{?GzH@i4E /CEREALS Ready-to-eat,FAMILIA?ffffff@x@@#@333333@!@Rs33333@!@:333333@e@=p =@s@u@~@I?Q? I^5?@1L?333333?zG{?ᙙ??@0@0@0?ҏ\(@??\(@ffffff@?@`@?n@ =p?~"@^1 cupBreakfast Cereals@>@>?Q?QR@?߾vȴ9X?;dZ?홙@\@1 cupBreakfast Cereals xm5 /CEREALS Ready-to-eat,WHEAT and BRAN,PRESWEETENED with NUTS and FRUITS@!@x@ffffff@ffffff@@S @#ffffff@=@E@# =p@^@r`@{@@ =p?E@n@1L?\(? =p@".zG??Q@f@d`@3@r@ =p@P@y@y@\(?333333?陙?7KƧ@XbM@K1 cupBreakfast Cereals   g}4[#5YOGURT,FRUIT Variety, varieties,NON-FAT@Rٙ@W@?ə?@3@3@c?Q@.@]@h@@M?zG?+ I?Q@?ffffff?zG{? =p ??zG{@"@"@"?zG@(@@?Q?񙙙@@ ?vȴ9X??bM@@n1 cup@_@1 containerDairy & Egg Products|5!!5BEVERAGE,Instant Breakfast Powdered,Chocolate,SUGAR-FREE,NOT Reconstituted@@v`@Afffff@ffffff@%ffffff@D@@C@@@ffffff@y@@@@h@.@@5@a@??ffffff@9@@@@@@@@@@@0Gz@^@@KƧ?$/?nO;@F@ffffff1 tbsp@41 envelopeDairy & Egg Products YY@4Y ICE Cream NOVELTIES,SUNDAE,PREPACKAGED@Mfffff@g @333333@?QR@=ffffff?333333@4p =@^?@3@``@j`@W?GzH?Q?+ I@??zG{?QR?zG{?E?@@@?\(@|@``@`@?Q?333333@0@Q?E?7KƧ@*Sweets]4} 5WHIPPED Cream Substitute,DIETETIC,MADE FROM Powdered MIX@T33333@J?@?ə@%333333@%333333@?zG{?@>@:@Z?zG{?+ I??@ |hr?E?+ I@T1 cupDairy & Egg Products a-aG 455CHEESE,CREAM,LOW FAT@O@l@%333333@1?Q@?ə@\?Gz@ @b@@d@r?QR?+ I@?zG{?Q?Q?Q@2@2@2?333333@8@g @f?333333?@F@&-hr!@5?|?Z1'@L@n1 cup@.1 tbspDairy & Egg ProductsN 4_ 5CHEESE,COTTAGE,with Vegetable, vegetables@T33333@W@%@?p =q@??׮zG@L?@@`@U@y0?ҏ\(?1&y@@?zG{? =p??@1@1@1?\(\@w@@J@D?@&@a@0@+ I^?$/?Q@,@l@1 cupDairy & Egg Products 8 8P 4K5CHEESE Spread,Cream Cheese BASE@M@@rp@ffffff@<@ffffff@ @ @Q?zG@@V@\@?QR?Q@?zG{?QR?ffffff?zG{@(@(@(?ٙ@(@uP@u0? =p@333333@3@2Q@ $Z1?+ I@V@n1 cup@@b`@d@?Q?Q@6fffff?zG{?333333? =p ?zG{@1@1@1?\(@y@5?Gz?@n?E@E?r ě@P@Dairy & Egg ProductsF4E; PHEASANT,Cooked,TOTAL EDIBLE@K@n@@333333@(333333?@0?Gz@6@n@@p@E?Q?$/@433333@ffffff?Q? =p @Q?@@@? =p @g@L@L?GzH@@ "`A@ I^5?O;d@V@@a1 cup, chopped or dicedPoultry |4|3!4I PORK,ORIENTAL STYLE,Dehydrated@5@8@'@O333333@?ffffff@$?@&@`@a`@h?ffffff?bM@B&fffff??Q@?ə@@@?333333? =p @7Vu@<zG@GzH@P@61 cupPorkG4G; DOVE,Cooked (Including SQUAB)@O@k`@7fffff@*?񙙙@1@ =p@:@t@p@L@ =p?j~"@4@333333?Q?ffffff@ffffff?=p =@@@?=p =@W@@<@<?Q@@ x@+ @/w@]@a1 cup, chopped or dicedPoultry {P{P*4M/CEREALS,NESTUM,Prepared with H2O@T`@S@?@@+@ffffff?zG{@R@?ffffff@=@W@N@?Q?vȴ9X@#ffffff@ ??\(?陙?\(@@@?? =p ?vȴ9X?7KƧ@n1 cup@.1 tbspBreakfast Cereals+#43 SOYBEAN,CURD CHEESE@Q@b@)@ 333333?@?@g@ffffff@l@k@h@4?Q?QR@0?Q??Q@6@6@6@E@?333333@ffffff@9?n?vȴ9@I^5?}@l 1 cupLegumes R:Rc05 !VEGETABLES,Mixed (CORN,LIMA Beans,PEAS,Green Beans,CRRT) Canned,NO SALT@V@B?ffffff?ə?zG{@=p =@@@5?@.@B@a@@:?QR?vȴ9?333333@ffffff?Q?zG{?޸Q?zG{@2@2@2@ƿ@0?\(@(@@&@~?+?+ I?+ J@f1 cupVegetablesA/4Y !POTATOES,Canned,Drained Solids,NO SALT@U33333@O?ffffff?ə?@+333333@333333?Gz@?(\)@,@<@l@?Q?/v?@ffffff?Q?zG{?p =q?QR@@@@???@?1&?tzG{?\(@f1 cupVegetables //\4i )COOKIES,OATMEAL,Commercially Prepared,FAT-FREE@)@t`@??@Sfffff@333333@D33333@D@Q@A@Z@@j@r?zG{?˅Q?`A7K@ ?-V?+ ?+ J?KƧ? =p@F@C@@Q?zG{?@A?tj?E?QR@6 saltinesBaked Products }(49 )BREAKFAST TART,Low Fat@(zG@w@@Q@\(?Gz@S333333?@zG{@F@ \(\@F@W@@P@o?Q? ě@)@ffffff?=p =?hr @ffffff?QR@Y@G@J@`@@q@q?\(?ٙ@?@?I^5?}@ 9XbN?tjBaked Products~+5 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Apple Cinnamon@)@x@@$ffffff?zG@RGz?񙙙@@ٙ@7@ @&@J@V@t??zG{?ҏ\(?Q@ffffff?QR@T@? =p @zG{@@J1 pastryBaked Products zx,4y )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BLUEBERRY@)@y@ffffff@*? =p @QQ?񙙙@>fffff@8@ @0@V@W@x?QR?333333?ҏ\(?Q@ffffff?QR@T@@(\)@@=p =@J1 pastryBaked Products-5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted BLUEBERRY@)@xp@ffffff@$? =p @QGz?񙙙@?333333@8@ @0@U@@W@x?zG?333333?ҏ\(?Q@ffffff?QR@T@?zG@QR?zG@J1 pastryBaked Products z.5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BRWN SUGAR Cinnamon@%@{`@@2ffffff?\(@P?@9ffffff@?@ @0@O@`@z?Q?zG{?333333?\(@?ٙ@T@@@ =p@\(@"GzH@I1 pastryBaked Products/5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TRTS,Frosted BR SGR CIN@%@z`@@-?(\)@QzG?@>@=@ @.@W@@[@w@\(\?zG{?333333?\(@?ٙ@T@@@zG@Q@ =p @I1 pastryBaked Products }t04q )TOASTER PASTRIES,KELLOGG,KELLOGG'S POPTARTS,CHERRY@)@x@ffffff@$?zG@Q(\?񙙙@?33333@<@ @0@U@@\@zp?zG?333333?ҏ\(?Q@ffffff?QR@T@?Q@Q@@J1 pastryBaked Products~15 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted CHERRY@)@x@@$ffffff?񙙙@Qp =?@B@9@ @,@T@W@zp?\(\?QR?ҏ\(?Q@?\(@T@? =p @\(?GzH@J1 pastryBaked Products s25 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted Chocolate FUDG@)@x0@ffffff@"?@Q33333?񙙙@C@C@ @=@U@c@x`??ə?333333?333333@ffffff?ٙ@Y@?ffffff@@@J1 pastryBaked Products35 )TOASTER PASTRIES,KELLOGG,KELLOG POP TARTS,Frosted Chocolate VAN Cream@)@xp@@$ffffff? =p @Q\(?@Bfffff@>@ @6@Q@@^@{?333333??ҏ\(?Q@ffffff?ٙ@Y@? =p @\(?zG@J1 pastryBaked Products }}45 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted GRAPE@)@xp@@#?Q@R?@A33333@7@ @5@V@@\@w???ҏ\(?Q@ffffff?ٙ@Y@?zG@@333333@J1 pastryBaked Products~55 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,MILK Chocolate@(@x@@&ffffff?ffffff@Q ?@AL@C@ @7@U@c@{P?ٙ??333333?333333@ffffff?ٙ@Y@@333333@@@J1 pastryBaked Products 65  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted RASPBERRY@)@x@@%333333?GzH@Q\(?@A33333@6@ @0@V@U@@y`?\(\?zG{?ҏ\(?Q@ffffff?ٙ@Y@?zG@zG@zG{@J1 pastryBaked Productsv74u )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,S'MORES@)@x@@%?333333@Qffffff?ffffff@B@@=@ @5@R@_@@w?ٙ??333333?333333@ffffff?ٙ@Y@@ffffff@?@J1 pastryBaked Products zy84{ )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,STRAWBERRY@)@x@@%?333333@Q?񙙙@@@8@ @&@K@W@@v0?333333?333333?333333@ffffff?ٙ@Y@@333333@?@J1 pastryBaked Products95  )TOASTER PASTRIES,KELLOGG,KELLOG'S POP TARTS,Frosted STRAWBERRY@)@x`@@#333333?񙙙@R?@B@6@ @$@I@U@@tP?333333?333333?333333@ffffff?ٙ@Y@@@ffffff?ffffff@J1 pastryBaked Products ~:5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted WLD BERRY@)@x@@333333@"ffffff?@R9?@Cffffff@5@ ffffff@$@H@T@sp?333333?333333?333333@ ?ٙ@Y@@@?@K1 pastryBaked Products};5 )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted Apple Cinnamon@)@w@@?@S9?񙙙@C&fffff@&@ @"@D@K@x?333333?333333?333333@ffffff?ٙ@Y@?񙙙@ffffff?@J1 pastryBaked Products o<4g )KELLOGG,KELLOGG'S Low Fat POP TARTS,BLUEBERRY@)@w@@?@S ?333333@A33333@&@ @"@F@L@z?333333?333333?333333@ffffff?ٙ@Y@?333333@?@J1 pastryBaked Productsl=4a )KELLOGG,KELLOGG'S Low Fat POP TARTS,CHERRY@)@w@@?@S ?333333@Afffff@&@ @"@E@L@z?333333?333333?333333@ffffff?ٙ@Y@?333333@?@J1 pastryBaked Products }>5  )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted BROWN SUGAR Cinnamon@%@w@@?@S33333?333333@B@,@ @$@F@N@z0?333333??333333?333333@?ٙ@Y@@?333333@333333?@I1 pastryBaked Products~?5 )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted Chocolate FUDGE@)@v@ffffff@333333?ffffff@S?񙙙@B@:@ @<@S@]@}??ə?333333?333333@ffffff?ٙ@Y@?@333333?333333@J1 pastryBaked Products x@4i )KELLOGG,KELLOGG'S Low Fat POP TARTS,STRAWBERRY@)@w@@?@S&fffff?333333@Afffff@&@ @"@E@K@z?333333?333333?333333@ffffff?ٙ@Y@@H?333333@333333?@J1 pastryBaked ProductsxA4y )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted STRAWBERRY@)@v@ffffff@333333?@S`?񙙙@C33333@$@ @ @C@H@x0?333333?333333?333333@ffffff?ٙ@Y@?񙙙@@@J1 pastryBaked Products 66eB4s )KELLOGG,KELLOGG'S POP TARTS,Frosted WILD WATERMELON@)@x@@333333@"ffffff?@R9?@Cffffff@j@ ffffff@$@H@T@sp?333333?333333?333333@ ?ٙ@Y@@@?Baked Products[C4_ )KELLOGG,KELLOGG'S EGGO,Buttermilk PANCAKE@G@m @@\(?\(\@C ?񙙙@ ffffff@A@@2@uP@Y@?333333?ffffff?У =p?ҏ\(@ ?ffffff@J?zG{@? =p @Q@ =p @&Baked Products !!nD4c )KELLOGG,KELLOGG'S EGGO,BANANA BREAD WAFFLES@D@q@333333@#?@D@@@I@ffffff@2@uP@f@vp?333333?ffffff?ٙ?ٙ@ffffff?@I?@?\(\@Q@zG@S1 servingBaked ProductsgE4w )KELLOGG,KELLOGG'S NUTRI-GRAIN Cereal BARS,Mixed BERRY@-@w @333333@ffffff?陙@R333333?ffffff@@@C@@:@X@g@r@ffffff???񙙙@+?ffffff@[@?@?񙙙Baked Products --r@F4W )LENDER'S BIG'N CRUSTY BLUEBERRY BAGEL@A,@o@"Q??(\)@JG{@@&u\(@*@ @U@~?`A7K? =p@?1&y@Q?ə??@U@1 servingBaked ProductsGG4i )LENDER'S PREMIUM Refrigerated BLUEBERRY BAGELS@@Gz@p @$(\?zG?ffffff@JAGz@@#Q@.@=p =@d@@?У =p?Ƈ+ I@?`A7L@R?Q?ۅQ?\(@T@1 bagelBaked Products=H4U )LENDER'S BAGEL SHOP BLUEBERRY BAGELS@@G{@p0@%??zG{@J*=p ?333333@"(\@L?@c`@z0?У =p?ə@?Q@R?333333?ٙ?@Y1 bagelBaked Products I4[_)KELLOGG'S EGGO LOWFAT HOMESTYLE WAFFLES@EQ@m@=p =@ zG{? =p@F33333?@\(\@M@=p =@Q@T@@a@{?(\)?zG@ =p?zG@S@?Q@???Q@9@Q1 serving@A1 round waffle, (4" dia) (include frozen)Baked ProductsmJ4c+)KELLOGG'S EGGO LOWFAT NUTRI - GRAIN WAFFLES@G@i`@Q@ @@D"\(@ @Q@N@zG{@L@T@@R@0?QR?(\)@Q?QR@I? =p@?zG?p =q?@A1 waffle, round@Q1 servingBaked Products LLwK4w+)KELLOGG'S EGGO LOWFAT BLUEBERRY NUTRI - GRAIN WAFFLES@GzH@j@@ =p@@EZG{@ @!ǮzH@N@zG{@K@S@@Q@x?QR?(\)@Q?QR@I? =p@?=p =?ffffff?陙@A1 waffle, round@Q1 servingBaked ProductsL4{ )KELLOGG'S POP-TARTS PASTRY SWIRLS,Apple Cinnamon DANISH@0@y@333333@133333?@Mٙ?ffffff@133333@@? =p@s @333333@333333@ffffff@O1 pastryBaked ProductsM4s )KELLOGG'S POP-TARTS PASTRY SWIRLS,STRAWBERRY DANISH@0QR@y@333333@133333?Gz@N?@9@@? =p@q @333333@333333@ffffff@O1 pastryBaked Products SS*R4%'+SUGARS,BROWN?QR@w?@XUQ@X p =@U@?\(@=@6@u@C? =p ?nO?zG{?333333?bM?|1&y?E?j~"?vȴ9???@k1 cup, packed@b 1 cup, unpackedSweetsQ4//SUGARS,GRANULATED?Q@x0@XQ@X=p ??zG{@?333333?tj~@Q1 serving, packet@1 tspSweets bb<U4++'SUGARS,POWDERED?333333@xP?@Xfffff@Xz=p ??zG{@??PbM?PbM?333333?tj~?nO;?bM?@^1 cup, unsifted@Y1 cup, siftedSweets? 4%SUGARS,MAPLE@ @v ??ə?陙@V@U7zH@V?\(@3@@q @&@=p =?XbM@ ě?陙?nO;?vȴ9?zG{?tj~?htj~?nO;?bM?@1 tsp@@p??ə@Qffffff@O33333@?Q@@$@@N?p =q? =p ?ǮzG?ٙ?tzG{?hr Ĝ?htj~?bM?nO;?bM?@s1 cup@41 tbspSweets[!4YSYRUPS,TABLE BLENDS,CANE and 15% MAPLE@>@q`?Q?ffffff@QaGz?@QWzH@(?QR@@J@Z?(\)?hr Ĝ?߮zG??PbM?1&y?tzG{?tzG{?zG{?bM?@s1 cup@41 tbspSweets s"4cSYRUPS,TABLE BLENDS,CORN,REFINER, and SUGAR@/333333@s?@T@7?zG@"@ @O@Q?Q?Q?+ I?陙?xtj~?bM?zG{?Q?nO;@@@@s1 cup@41 tbspSweets$4M TOPPINGS,BUTTERSCOTCH OR CARAMEL@@@o???@Py?@J?ə@@G@U@u?QR?tj~??333333?tj~?QR?+?9XbM?1&y@@@? =p @V@;@;?(\)?zG{?@D2 tbspSweets bb4M%4ATOPPINGS,Marshmallow Cream@3@t ?陙?333333?@S?@Gffffff@?(\)@@ @@T?zG{?QR?bM?ffffff?PbM?PbM?tj~?tzG{?`bM?????1&y?zG{?bM@@I@a@d`?(\)?Vu?r ě?333333?xtj~?vȴ9?1&y?bM? ěT@@@?zG{@x@T@R@?zG@V? =p@C%@`A7KSweetscK RY`gnu|K$+29@GNU\cjqx  '.5<CJQX_fmt{ y Á} ā Ɓ ǁ ȁ Ɂ Ł ʁ ˁ ́ そ 䁝 偝 恝 灝 聝 遝" ꁝ$ 쁝& 큞N Z ] a e c 0 {9 z: *E +\ ,^ -b .d /r 0 1) 2+ 3e 4 5 6 7 8 Q R S T U V W! X# Y% Z( [* \, ]3 ^7 _; `= |? }A ~C E G I K M O Q S U W Y [ ] _ a c e g i k m o q s u w y { }   9   Ӂ ԁ m/4U FROSTINGS,GLAZE,PREPARED-FROM-RECIPE@133333@vp?333333@?333333@R`@6?Q@@2@>@W?zG{?`A7L?xtj~?陙?ə?|1&y?-V?bM?-V?bM????Q@y@U@T?Q@U?@ \(@zG{@@tp1 recipeSweets44CPUDDINGS,LEMON,Ready-to-eat@Qfffff@_@?@?333333@9?@?Q?@?@a?Q?Q?bM???pbM?`bM?xtj~???=p =@Q@p0@:\(@0W =p?ffffff@"@zG@8@k@t@W@Q?Q?bM@/?-V?Q@  I^5?^5?|?`A7L@"@"@"@zG{@D@(@(@"`@tj? =p@V@BeefO4m USDA COMMODITY,Beef,PATTIES (100%),Frozen,Cooked@Mb\(@o @6G{@0^Q? =p ?Q@ @ffffff@3@f@m @P@ =p ?bM?bM@5?1&?+@Q?dZ1?`A7K@ @ @ @ @A@&@&@ I^5@ )x?+ @U@P1 pattyBeef voR4k USDA COMMODITY,Beef PATTIES with VPP,Frozen,RAW@O@l @.kQ@0zG{?Q@Q?@=@GzH@B@g@r`@K@\(?/w? ěT@'ffffff?9XbM?(\)@vȴ9?KƧ?(\)@ Q@X@1@.@<@|hr@O;d?Vt@@BeefS4g USDA COMMODITY,Beef,PATTIES (100%),Frozen,RAW@P.zG@i@-B\(@/aGz?\(@?Gz@2@b @p@R@zG{? ě?hr Ĝ@-?tj?zG{@ěS?Ƨ-?dZ1@@@@ffffff@TE@ql?tj~@JBeef T4} USDA COMMODITY,Beef,GROUND,BULK/COARSE GROUND,Frozen,RAW@Ps =p@l@1^Q@1R?Q@? =p @1@^@n@L@ Q?vȴ9X?Q@(333333?1&y?Ͳ-V@?+ I^?+ @@@?\(@@n@x?Q@Q@Beef`U5BEEF,CHUCK,MOCK TENDER Stick,Lean only,0" FAT,ALL Grades,Cooked,Broiled@PGz@d@9fffff@zG?\(@ @p =q@7@l`@rP@Q@QR?5?|h@9L?j~"?p =q@ zG?ԛS@ @ @ @ Q?zG{??|hs@/w?ؓtj~@O@U@3 oz@|Y1 lb@Beef ??WV5 BEEF,CHUCK,MOCK TENDER Stick,Lean only,1/4" FAT,ALL Grades,RAW@RQ@Z@3\(@ 333333?Q@@Q@5@i@w@P@GzH?+@4?-V?bM@ ě?7KƧ@@@@Gz?Q?r ě?n? =p@L@|Y1 lb@?Q?E@ O;dZ?lC@@@@ zG? =p?vȴ9?p =q?M@M@|Y1 lb@? =p ? ěT@ ;dZ?n@$@$@$@\(?\(@KƧ@ (\)?^5?|@P@U@3 oz@|Y1 lb@$Beefc[5!BEEF,CHUCK,CLOD Roast,Lean only ONLY,TO 1/4" FAT,ALL Grades,Cooked,Roasted@P:G{@e@:\(\@?Q@@Q@6@j@w@@Q@\(?@>?ȴ9Xb?ϝ-V@ n?xF@"@"@"@(\)?\(@&x@ Z1'?ҏ\(@Q@U@3 oz@|Y1 lb@3Beef Y0YR>4u )PORK,CURED,HAM,Low Sodium,Lean only and FAT,Cooked@PFfffff@e@6L@ @?333333@ ?Q@5@p@x @H@ffffff?`A7L@3?\(\? =p@\(?Q@@@?zG?Q@?|hs@ I^5?5?|h@M@@8@? =p ?PbM??zG{?zG{?`A7L?zG{@@@?Gz@k@5@(@\(@833333?@W@;@U@-V@nP@$n@:@m1 cup@-1 tbspFats and Oils7?4k HAM,SMOKED OR CURED,Low Sodium,Lean only,Cooked@P@b @4fffff@@?@ ?zG@,@h@q@H@ =p ?9XbM@3??ə@zG?ٙ@@@???`A7@"`B?/v@JPork V0VUL4A'5CHEESE,PARMESAN,Low Sodium@6333333@|@D@=p =@zG@ ?333333@?ffffff@I@8@Z@O@ Q?l@7fffff?zG{?\(?zG{?@$@$@$?ffffff@|@_@@^?GzH@@@@3 V@!q&x?+ J@S@Y1 cup, grated@1 tbspDairy & Egg ProductsKC4K'SALAD Dressing,BACON and TOMATO@MY@t`?@A@@?ə@@?GzH@@9@[@?ə?Q?@!?zG{?zG{?ffffff?zG{? =p @j`@&@@@QFfffff@W@J@J@=@p =@ zG@3$/@@n1 cup@.1 tbspFats and Oils O53! COFFEE and COCOA (MOCHA) Powdered,with Whitener and Low Calorie, calories Sweetener@@p@"@*kQ@ QR@Qٙ@333333@A}p =@N@zG{@^@|0@@@?(\)?Q?m@?$/?lC@Q? ěT?Q@@@@? =p ?333333@@@&n?+ I?Vt@1 tsp, dryBeverages KK6R4G FROZEN Juice NOVELTIES,ORANGE@Sfffff@W??p =q@7?@5@"?zG@ @*@Y@ ?zG{?+ I?@933333?zG{?Q?zG{?zG{@6@6@6@A@?zG{??@3@@@=1 fl ozSweetsuQ51 FRUIT-FLAVORED Drink,Powdered,with High Vitamin C,Low Calorie, calories - SEE14404?Q@l`??zG{@zG@V@@?zG{@n@~@@,?zG{?+ I?bM@?nO;@333333@T?nO;@ @@@@ӈ@m@l?zG{@@$@*?+ I?bM?hr Ĝ@1 tspBeverages pDpOX4a 5CHEESE,COTTAGE,LOWFAT,1% MILKFAT,NO Sodium@T@R@(??ٙ@@@N?Q@@`@U@*?QR?1&y@ ?zG{?zG{? =p?Q@(@(@(?(\)@D@&@&?zG{?@?9XbM?-V?vȴ9X@@l@1 cupDairy & Egg Products7V4E !SAUERKRAUT,Canned,Low Sodium@W @6??@333333@ffffff@?zG{@>?Q@*@4@e@@s@?QR?tj~?333333@-ffffff?zG{?zG{?Q? =p @8@8@8@2??@L@@ @rp?Q?vȴ9?;dZ@a1 cupVegetables MMBd4ISNACKS,TORTILLA CHIPS,UNSALTED?@0@@:L@@OY@?333333@c@?@T@@m@@g@n@? =p ?KƧ@@?Q?333333??У =p@@@@T@@ =p =@4fffff@8@B@@tj~@'+Q@!(\@:1 cup@<1 bagSnacksg[4s'MAYONNAISE,Low Sodium,Low Calorie, calories OR DIET@OY@l?333333@3333333?@0@$@[?(\)??zG{?Q@Q@833333@ ffffff@@%333333@8@l1 cup@,1 tbspFats and Oils I(IZf4m ;TURKEY,WING,SMOKED,Cooked,with Skin,BONE REMOVED@M@l@;ffffff@(R?ffffff@8?\(\@9@h@p@ @?1&y@:?? =p@Q?Gz@@@?\(?\(@333333@ bM@vȴ@xF@T@@31 oz, with bone, cookedPoultrySe4o!TOMATO and Vegetable, vegetables Juice,Low Sodium@W`@6?333333??\(\@\(\?陙@ffffff@&?Gz@&@1@h @Q?ə?ə?@;33333?zG{?Q?\(\?Q@5@5@5@X@S?zG{@333333@j@@@@T?1&y?bM?$/@n@1 cup@>3333331 fl ozVegetables 22ei4eCHOCOLATE-FLAVORED Drink,WHEY and MILK Based@Vfffff@G?zG{?ٙ?Q@$ffffff?陙@!\(\@Y?p =q@,@7@S@V?Gz?Gz?dZ1?@?xtj~?Q??Q?|1&y????zG{@i@N@N? =p?+ J?nO;@n1 cup@>1 fl ozBeverages_g4w ;TURKEY,Drumstick,SMOKED,Cooked,with Skin,BONE REMOVED@N@j@;fffff@#?񙙙@@@ffffff@7@h@q@ @zG?öE@C&fffff?Q?θQ@ zG{?Q@"@"@"? =p ? =p@ffffff@nO;@x@Q@U@@51 oz, with bone, cookedPoultry T&0:DNXblv  *4>HR\fpz$.8BLV`jt~ mm aa `` LL OO QQ RR VV XX [[ dd ee ff gg ii ll mm rr ss vv xx {{ || ~~                                     .. 22 44 @@ AA EE KK MM NN OO     NN ~~       9H9H DD om5!BABYFOOD,DINNER,Chicken and NOODLE with Vegetable, vegetables,Toddler@US33333@P@ffffff?333333? =p@!ǮzH?333333?=p =@&?ٙ@$@E@W@g@?=p =?zG{@ ?333333?zG{??zG?Q@"@@@(?Q@x@X??QR@ ffffff@z@@j`?݁$/?9XbM?+ J@<@01 tbsp@e@1 jarBaby Foodsil4{APPLE CIDER-FLAVORED Drink,Powdered,Vitamin C and SUGAR?333333@x?@X33333?@T<@}?Q@`@@@W?PbM?333333@v?tj~?htj~?`bM?`bM?@ 1 tsp@51 packetBeverages EE[N4k )KELLOGG'S POP-TARTS PASTRY SWIRLS,Cheese DANISH@0ٙ@yp@333333@133333?@M?@3ffffff@P? =p@r @333333@333333@ffffff?@O1 pastryBaked ProductscP4O+)KELLOGG'S EGGO GOLDEN OAT WAFFLES@IL@h@QR@ \(?GzH@B\(@ @ \(@P@ffffff@F@t0@g@x?陙?ٙ?@ffffff?@D?@?333333?nO?nO?@A1 waffle, round@Q1 servingBaked Products8Q4g )ARCHWAY HOME STYLE COOKIES,SUGAR FREE OATMEAL@@{@(\)@4Q?p =q@P?ffffff?(\)@4?\(\@U@s@?GzH?\(?\(@M?@@p =q?\(@81 servingBaked Products II3R4m )ARCHWAY HOME STYLE COOKIES,SUGAR FREE ROCKY ROAD@@zP@\(@4R?=p =@P@? =p@e@zG{@n @qP?θQ?QR?\(@*@Q@!(\@?@81 servingBaked Products;S4m )ARCHWAY HOME STYLE COOKIES,SUGAR FREE SHORTBREAD@@{@ =p@6O\(?p =q@P|(\??\(@"?@M@h?У =p?QR@Gz@P@@ =p @ p =?ffffff@81 servingBaked Products:T4k )ARCHWAY HOME STYLE COOKIES,Apple FILLED OATMEAL@-R@x@333333@)Q?ffffff@PhQ@@?33333@=@zG{@f@y?У =p?zG{?@J@*@\(@QR?ffffff@ @91 servingBaked Products ` (08@HPX`hpx (08@HPX`hpx (08@HPX`hpxOjOjOeOeOdOdOcOcNQNQNRNRNSNSNTNTNUNUNVNVNWNWNXNXNYNYN\N\N]N]N^N^N_N_N`N`NaNaNbNbNcNcNdNdNeNeNfNfNgNgNhNhNiNiNjNjNkNkNlNlNmNmNnNnNpNpNqNqNrNrNsNsNtNtNvNvNwNwNxNxNyNyNzNzN{N{N|N|N}N}N~N~NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMOMONONOVOVOZOZO\O\O]O]O`O`OaOaObObOyOyOOOOOOOOOO QQ,U4_ )ARCHWAY HOME STYLE COOKIES,APRICOT FILLED@-@y@=p =@+?@P2\(?ffffff@@333333@5@ffffff@_@t??ə?333333@K@@ffffff?Gz@;@91 servingBaked Products:V4{ )ARCHWAY HOME STYLE COOKIES,AUNT BEA'S POUND CAKE COOKIE@0p =@y @zG@/GzH?zG{@NTzG?@@\(@B@zG{@T@@s??θQ? =p @U@@zG{?Q@L@:1 servingBaked Products:W4k )ARCHWAY HOME STYLE COOKIES,BLACK WALNUT ICE BOX@333333@@@9\)? =p@O?333333@;fffff@5@zG@T@s?ҏ\(?p =q@(\)@R@@O@@"p =@@D@81 servingBaked Products aa+X4] )ARCHWAY HOME STYLE COOKIES,CHERRY FILLED@-\(@y@(\)@+ǮzH? =p@P)?ffffff@?Q@8@Gz@^@@t?У =p?ə?\(@U@\(@ffffff?\(@;@91 servingBaked Products1Y4i )ARCHWAY HOME STYLE COOKIES,Chocolate CHIP DROP@/fffff@y @(\)@-Q?Q@N\(?񙙙@? =q@C@QR@Z@s`??@zG@U@@(\)?=p =@K@91 servingBaked Products4Z4o )ARCHWAY HOME STYLE COOKIES,Chocolate CHIP ICE BOX@333333@~`@(\)@7\)?\(@P ?@Aj=p @4@ =p @\@@n?θQ?ə?Gz@H@(\)@!Q? =p@@@81 servingBaked Products VV4[4_ )ARCHWAY HOME STYLE COOKIES,Cinnamon Apple@)@y@\(@,Q@=p =@PzH?@>\(@@@\(\@V@?Q?Gz@Q@P?@ Q@Gz?Q@:1 servingBaked Products6\4c )ARCHWAY HOME STYLE COOKIES,Coconut MACAROON@%u\(@~ @ =p @;Q?\(@L33333@ffffff@EGz@.?\(@pP@e?Q?Q?dZ1@@8\(?ffffff?ffffff@61 servingBaked Products1]4i )ARCHWAY HOME STYLE COOKIES,COOKIES JAR HERMITS@-p =@w@@%zG@Q@P@@@aGz@J@\(@b@X?ҏ\(?p =q@zG{@A@@GzH?@4@91 servingBaked Products dd3^4] )ARCHWAY HOME STYLE COOKIES,Dark MOLASSES@ @y@Q@(W =p@p =q@QQ?@B>Q@H@@uP@(?333333?Gz@Q@Q@ =p @\(?\(\@<1 servingBaked Products1_4i )ARCHWAY HOME STYLE COOKIES,DATE FILLED OATMEAL@+Q@x@\(@(Q@zG@PR@@AL@A@=p =@j @x?У =p?\(?@9@@\(?ffffff@*@91 servingBaked Products)`4Y )ARCHWAY HOME STYLE COOKIES,DUTCH COCOA@&zG@y@@+L?333333@Q333333@ffffff@A*=p @(@\(\@g@v?θQ? =p ?Q@5@ =p@zG{? =p@,@81 servingBaked Products [[2a4[ )ARCHWAY HOME STYLE COOKIES,FROSTY LEMON@(\(@z@ =p@1(\?Q@P1R?ffffff@@@D?Q@W@v?θQ?ə?333333@M@QR@?p =q@:1 servingBaked Products3b4] )ARCHWAY HOME STYLE COOKIES,FROSTY ORANGE@&zG{@{ @Q@1?QR@P7 =p?陙@@p =@E?\(@W@@v?θQ?ə?\(@M@\(@Q@Gz@:1 servingBaked Products1c4i )ARCHWAY HOME STYLE COOKIES,FRUIT and HONEY BAR@+@x@\(@)L?p =q@PQ?ffffff@A=p @8@zG@e`@y?Q?ə@GzH@E@zG@Q?QR@6@:1 servingBaked Products tt+d4] )ARCHWAY HOME STYLE COOKIES,ICED MOLASSES@%@yp@ \(@)\(@Q@Qy?@AУ =q@8@Q@R@}?ҏ\(?ə@Q@ffffff@?Gz@<1 servingBaked Products*e4[ )ARCHWAY HOME STYLE COOKIES,ICED OATMEAL@#.zG@{p@Gz@1\(\?GzH@P\(@ffffff@AR@=?333333@d@@t??333333?GzH@1@GzH@Gz@QR@&@<1 servingBaked Products(f4W )ARCHWAY HOME STYLE COOKIES,LEMON DROP@1@xP@@+33333?p =q@NzG?333333@;Q@B@@T@x?Q?θQ@zG@M@ @Q?\(@B@81 servingBaked Products yy&g4S )ARCHWAY HOME STYLE COOKIES,MOLASSES@&@x@Q@&Q@=p =@Q|(\?333333@C =p@@@zG{@\@H?Q?p =q@=p =@G@\(@333333?陙@?@:1 servingBaked Products-h4Q )ARCHWAY HOME STYLE COOKIES,MUD PIE@*\(\@z@333333@3G{@@MQ@ffffff@>@@=@\(@p@y?Gz?QR?@H@@@!333333@Q?\(@5@91 servingBaked Products%i4Q )ARCHWAY HOME STYLE COOKIES,OATMEAL@$aGz@z@333333@.Q?\(@P\(@333333@@zG@?@ =p @g @u?ҏ\(?\(?\(@;@ zG@p =q?@(@91 servingBaked Products UU,j4_ )ARCHWAY HOME STYLE COOKIES,OATMEAL RAISIN@&G{@y@@+zG@=p =@P\(@@Afffff@?@=p =@m@w?GzH?zG{?Q@9@ 333333@(\)?Q@&@:1 servingBaked Products4k4o )ARCHWAY HOME STYLE COOKIES,OLD FASHIONED MOLASSES@$@y @p =q@&33333@zG{@QQ?333333@B\(@A@@\@@?ҏ\(?θQ@333333@G@QR@QR? =p@?@:1 servingBaked ProductsQ?񙙙@?B\(@>@@T@ ? =p?p =q@@@@ \(\@zG?Gz@5@81 servingBaked Products4u4o )ARCHWAY HOME STYLE COOKIES,GOURMET APPLE'N RAISIN@%.zG@z@Q@/\(@\(@PkQ@ffffff@Afffff@<@Q@k`@} ??Q?ffffff@?@ QR@ =p?\(@4@:1 servingBaked Products ==s1v4i )ARCHWAY HOME STYLE COOKIES,GOURMET CARROT CAKE@&aGz@z@\(@1 =p@zG@P\(?ffffff@BG{@D@zG{@D@?p =q?zG{?\(\@@ =p @ffffff@ =p @0@<1 servingBaked Products?w5 )ARCHWAY HOME STYLE COOKIES,GOURMET Chocolate CHIP N' TOFFEE@333333@}@@@5 =p?\(@P?@@8Q@,@Q@R@{?? =p @ffffff@R@@p =q@ Q?zG@5@<1 servingBaked ProductsDx4 )ARCHWAY HOME STYLE COOKIES,FAT FREE Cinnamon HONEY HEARTS@%zG{@v@p =q? =p?Q@TGz?@EQR@5@Q@P@y?Q?Gz@Gz@S?Gz?(\)?\(@>1 servingBaked Products 66}By4{ )ARCHWAY HOME STYLE COOKIES,FAT FREE DEVIL'S Food COOKIE@)G{@u @GzH?@=p =@SGz@ffffff@D@$@ =p @p@x?Q?QR@\(@P@?zG{?ҏ\(?Q@41 servingBaked ProductsH4%BANANA CHIPS@333333@8@ffffff@@?ffffff@M333333@@AQ@2?@S@L@@??=p =?\(?@333333?\(?hr Ĝ?Q? =p?У =p@,@,@,@T@?θQ?@@@A@G@@>@>?θQ@D@@#zG@Gz@zG?@@>@>?Z1'? ěT?-V@@G?@`?333333?\(@\(Snacks K@j4a CHEESE PUFFS and TWISTS,CORN Based,Low Fat@@{@!@(333333@333333@Rfffff@%ffffff@(\)@vP?zG{@D@vP@q@@Q?\(@#333333@5ffffff?GzH?Q@\(?Q@X@@X@@X@@Q@o@@F@C@?񙙙@>@M@@@ @\(?@?+?bM@-?@ @ @ @Q?QR@"`A@ M?l@W@@U@3 oz@|Y1 lb@$Beefc]5!BEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,ALL Grades,Cooked,Braised@N\(@g@=W =p@(\)?Q@ @QR@6@m @q@N@zG{?l@>?333333?A7Kƨ@+?д9XbN@"@"@"@\(? =p@+ I^@ ?ӶE@W@U@3 oz@|Y1 lb@5Beef %%X^5 BEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,ALL Grades,RAW@RP =q@` @5!Gz@\(?Q@@@6@i @w @P@QR?+@>?nP?n@ lD?+@ @ @ @ zG? =p?+ I^?"`B?nO;@M@|Y1 lb@1 fl ozBeverages KKK5  TURKEY,Light OR Dark MEAT,SMOKED,Cooked,Skin and BONE REMOVED@P9@e@@=L@?陙@9?zG{@:@j@r@ @?bM@E?Q? =p @\(?p =q@@@?׮zG?Q@333333?ffffff?tj~?$/@SPoultry`~5  )TURKEY,Light OR Dark MEAT,SMOKED,Cooked,with Skin,BONE REMOVED@Nٙ@j@<@#ffffff?@:? =p@9@i`@q@ @zG?+@>L?Q? =p @\(\?=p =@@@?ffffff?\(@333333@S@ p =q@ȴ9Xb@T@1 fl ozBeverages L@43!BABYFOOD,JUICE,PEAR@U@G?θQ@'Q?@Q@(@ @(@`@?zG{? =p?ٙ@@fffff?zG{?Q?333333?zG{@@@? =p @ 333333@?3333331 fl oz@``1 bottleBaby Foods/45 !YEAST EXTRACT SPREAD@B@c@;@7ffffff@'@@U@ @f@Z@P@ @?333333@2@#ffffff@,@X@?@@@?@1 tspVegetables T)TP4w !BABYFOOD,MEAT,Beef with Vegetable, vegetables,Toddler@UNQ@Q@ @?p =q@!p =q??Gz@&?@&@B@e@f`? =p?zG{@@?zG{?zG{?Q?Q@@@?QR@@L?׮zG@ @l@@@e`?vȴ?p =q?S@(@f`1 jarBaby FoodsR4I%'CHICKEN,MEATLESS,BREADED,FRIED@L8Q@m@@5GzH@)=p ?@!Q@333333@E@ =p@(@n@r@y??@?nO;?+ I^@)1&x?;dZ@L@L@L@p =q?333333?zG@ +@Rm@`@1 cup, diced@e1 cup, piecesLegumes R)RR141)ROLLS,PUMPERNICKEL@@@qP@%@ffffff@=p =@Jffffff@?ٙ@P@=p =@K@e`@j@?zG?^5?|?C%@;?QR?333333@\(?+?@U@L@>@_@?(\)?@G?߮zG?|hr?l@B1 medium@<1 rollBaked ProductsR(4y !BABYFOOD,DINNER,MACARONI,Beef and TOMATO Sauce,Toddler@Ts =p@T@@\(\?ffffff?ۅQ@'\(?񙙙?׮zG@(?陙@.@H@b@i ?޸Q?zG{??ffffff?Q?Q?p =q? =p @$@@@,?p =q@N@? =p ?ٙ@B@t@&?\(?$/?Q@@01 tbspBaby Foods n%n294A BAKED Beans,Canned,NO SALT@R&fffff@Z@@333333?ٙ?p =q@4(\@@GzH@I?ҏ\(@@@Z@r??ffffff?^5?|@@?333333?Q?ۅQ? =p@8@8@8@[@?\(?@P@@@4?^5?|?Q?tj@o1 cupLegumesV74_)SNACKS,CORN-BASED,EXTRUDED,CHIPS,UNSALTED?@h@ffffff@@33333?@L33333@?\(@_?333333@Q@g@g @.?333333?;dZ@@?Q?zG{?zG?Gz@@@@Q@?\(@@@E@j@`A7K@"zG@1+@V1 cup, crushed@<1 bagSnacks >>@|4w )ARCHWAY HOME STYLE COOKIES,FAT FREE OATMEAL RASPBERRY@%ffffff@u@Q?@GzH@TG{@@G =q@C@ zG@q@?GzH?Q?=p =@G@?\(?Q?\(@?1 servingBaked Products<}4o )ARCHWAY HOME STYLE COOKIES,FAT FREE SUGAR COOKIES@$ǮzH@v @?GzH?QR@T?333333@C@*@p =q@M@y ? =p?ə@(\)@S?У =p?Gz?Q@41 servingBaked Products7~4e )ARCHWAY HOME STYLE COOKIES,ICED GINGER SNAPS@ffffff@} @ GzH@2\(? =p @Qfffff?񙙙@C Q@5@ 333333@Q@v@?Q?QR@@P@Q@GzH@\(\@B1 servingBaked Products NN14Y )ARCHWAY HOME STYLE COOKIES,LEMON SNAPS@333333@~@zG@7=p ?\(@P1Gz?񙙙@@Q@S@@w? =p?p =q@Q@R@A@\(@!Q?QR@7@?1 servingBaked Products34m )ARCHWAY HOME STYLE COOKIES,GOURMET OATMEAL PECAN@"33333@}@\(\@8# =p?Q@LǮzH@@:&fffff@5@\(@c@@w?θQ?Q?Gz@?@!=p =@!p =@QR@1@<1 servingBaked Products?5 )ARCHWAY HOME STYLE COOKIES,GOURMET OL'FASHION Peanut BUTTER@@}P@".zG@7 =p@\(@L@@@>Q@8@\(\@i@}?p =q? =p @p =q@M@\(@$8Q@zG@B@91 servingBaked Products HH>4s )ARCHWAY HOME STYLE COOKIES,Reduced FAT GINGER SNAPS@zG@z@Q@&p =@zG{@S:G{?@BQ@<@Gz@b@{?Q?(\)@\(@S@\(@ =p ?\(@@1 servingBaked Products04g )ARCHWAY HOME STYLE COOKIES,GOURMET ROCKY ROAD@!ǮzH@|p@Q@5zG?QR@OO\(@@@R@3@\(\@h@@o?p =q?ə?\(@S@@Q@Q@=p =@D@<1 servingBaked Products;4} )ARCHWAY HOME STYLE COOKIES,GOURMET RUTH'S GOLDEN OATMEAL@%Gz@{ @\(\@2zH@@OQ@333333@@ffffff@;@=p =@j`@w?Q?\(?p =q@;@ Q@Q@zG@*@<1 servingBaked Products 74u )ARCHWAY HOME STYLE COOKIES,SUGAR FREE Chocolate CHIP@@|@ =p @60 =q?Gz@PzH??\(@p ? =p@T@p?p =q?QR?p =q@6@Q@ \)??@81 servingBaked ProductsM4S )ARTIFICIAL BLUEBERRY MUFFIN MIX,DRY@@yp@@!ffffff@@S\@? =p@ -V?/w@?1 muffinBaked Products34c) )KRAFT,STOVE TOP STUFFING MIX CHICKEN FLAVOR@333333@w@)333333@ffffff@333333@RFfffff@@$333333@O@GzH@` @p@@ ffffff?\(?ҏ\(@Q@T@Z?陙@@<1 NLEA servingBaked Products 4% (4i )CONAGRA,BANQUET Apple PIE,Frozen,READY TO BAKE@H9@pP@@'zG?(\)@B~Q?@7@"?333333@t @p =q@?Q@ @\1 servingBaked Productsl)4 )GENERAL MILLS,BETTY CROCKER WILD BLUEBERRY MUFFIN MIX,DRY@733333@t@@?333333@P9@?33333@}?Z1'?lC?-V@D1 servingBaked Productsa*4y )CAKE,BETTY CROCKER,SUPERMOIST PARTY CAKE SWIRL,DRY MIX@ffffff@y@333333@ffffff@@T@Fٙ@g@@P@zG@E1 servingBaked Productsp+4w )BEST FOODS,BROWNBERRY SAGE and ONION STUFFING MIX,DRY@@w@*@ffffff@@Q@@zG{@@?m@QR?Z1'@P1 servingBaked Products _,4u )CAMPIONE D'ITALIA FOODS,CAMPIONE GARLIC BREAD,Frozen@<@v@!@0?@F&fffff@?GzH@0@@<1 servingBaked Productso-5 )GENERAL MILLS,GOLD MEDAL IMITATION BLUEBERRY MUFFIN MIX,DRY@ffffff@y@333333@!333333@@S33333@B333333@?5?|h@ -V@@?1 servingBaked Products.5 )INTERST BRNDS CRP,HOSTESS DING DONGS Chocolate SNACK CKE,Cream FILL@)@|@333333@8333333?Q@LY@ffffff@D@@@ffffff@r@+ =p@\(?+@1@T1 servingBaked Productss/5  )HOWARD JOHNSON'S TOASTEES,BLUEBERRY TOASTER MUFFNS,Frozen,R T E@@333333@t@ffffff@+333333?@F@P@@ =p @@GzH@>@Q1 servingBaked Products ll< K04] )KEEBLER,KEEBLER Chocolate GRAHAM SELECTS@@}@ffffff@0?ffffff@Q33333@:@vP@Q@?1 servingBaked Products_15 )KEEBLER,KEEBLER GOLDEN VANILLA WAFERS,ARTIFICIALLY Flavored@@}@@3?ffffff@Ql@;ffffff@x @ =p@?1 servingBaked Products_24u )KRUSTEAZ ALMND POPPYSD MUFF MIX,ARTIFIC Flavored,DRY@@z @@#@ffffff@Sfffff@B@@Q@D1 servingBaked Productsw35 )KRUSTEAZ Buttermilk MINI PANCAKES,Frozen,READY TO MICROWAVE@H&fffff@j@@?@D@zG@@?Ƨ-?"`B?߮zG@K1 servingBaked Products Shhpx (08@HPX`hpx (08@HPX`hpxOOOOOOOOOOOOOOOOOOOOPPPPPPP)P)P*P*P+P+PAPAPePePPR R R R R R R R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R R!R!R"R"R#R#R$R$R%R%R&R&R(R(R)R)R*R*R+R+R,R,R2R2R3R3R6R6R7R7R8R8R;R;RR>R?R?R@R@RARARBRBRCRCRDRDRERERFRFRGRGRHRHRIRIRJRJRKRKRLRLRMRMRNRNRORORPRPRQRQRRRRRSRSRTRT II@: r45 )MCKEE BAKING,LITTL DEBBI NUT BAR,WAFER with Peanut BUTE,Chocolate COVE@@ @ @@ffffff?@K@A@k@@(\)@L1 servingBaked Productsu55 )MARTHA WHITE FOODS,MARTHA WHITE'S Artificial BLUEBERRY MUFFIN MIX@@y@@ffffff@!@ ffffff@Sfffff@@@@ ěT@1&x? ě@D1 servingBaked ProductsL64_ )MARTHA WHITE'S CHEWY FUDGE BRWNIE MIX,DRY@@y@@333333?@T@Q@~?GzH@<1 servingBaked Productsp75 )MARTHA WHITE FOODS,MARTHA WHITE'S Buttermilk BISCUIT MIX,DRY@!@z @@-@@P @b@8@ȴ9Xb@ + I?nO;@D1 servingBaked Products NNDq84y )MISSION FOODS,MISSION Flour TORTILLAS,SOFT TACO,8 INCH@@@q@!ffffff@@@H@g? =p@~?=p =@+ I^?hr @I1 servingBaked ProductsS94M )NABISCO,NABISCO GRAHAMS CRACKERS@ @z@\(@$@ffffff@S @ 333333@7@S@Q@M@i@@f @? =p ?Q?/v?θQ@=p =?@G?\(@ ?p =q@<1 servingBaked Products_:4e )NABISCO,NABISCO NILLA PIE CRUST,READY TO USE@ zG{@@ @;?陙@O?@@@D?QR@ @T@Q@@l?Q???|hs?ȓtj~@`A7L?zG{@>?(\)@$@@233333?@$@<1 servingBaked Products DDf;4s )NABISCO,NABISCO OREO CRUNCHIES,COOKIE CRUMB TOPPING?Q@}@Q@5?ffffff@QQ@ @B@8@@H@Y@h@@?zG?GzH?;dZ?Q?Q?nO;?bM@>?zG{@@\(@ \(\?=p =@&1 servingBaked ProductsL<4o )NABISCO,NABISCO ORIGINAL PREMIUM SALTINE CRACKERS@ 333333@z@@%@$ffffff@@Qfffff@@h @\(@5@X@X@?Q?(\)@zG{?bM@U?@ffffff?Q@,1 servingBaked Productso  !(/6=DKRY`gnu|$+29@GNU\cjqx  '.5<CJQX_fmt{ @ O& Ƃ1 = C F H J L N Q X ] v { }       ' + - 2 *9 +? ,C -F .L /~ 0 1 2 3 5 6 R1 S3 TC UZ Ve Wj Xx Yz Z| [~ \ ] ^ _ |E }N ~Q i m }    ! * 0 > A L O R X d f i m r v { |      1 9 T [ i v       2 E@ FE GM HO I J K~ Lb Md N4 **P=4G )NABISCO,NABISCO RITZ CRACKERS@@~@@6fffff@@P ?ffffff@ zG@b`@333333@4@r@W@@@?333333?1&x?ӕ$/@zG{?nO;@N@\(\@133333?QR@01 servingBaked Products|>4o )NABISCO,NABISCO SNACKWELL'S ZESTY Cheese CRACKERS? =p@z@@$@ 333333@S@@@zG@E@ p =q@@@i@c@h??`A7L?333333?+ ?Ձ$/@ S?Q?KƧ@L?Q@c@x@nP?"`A@@>1 servingBaked Products 71M@4a )NABISCO,NABISCO WHEAT THINS CRACKERS,Baked@@}`@ @4@ffffff@QFfffff@@"@T@ @J@j@h@@?333333?333333@?E@E@ Q@? =p@=1 servingBaked ProductsuA4q )CPC Food SERVICE,OROWEAT SEASONED Dressing MIX,DRY@#333333@vP@*?@ ffffff@Q@@a@\(@?tj?ϝ-V?XbM@>1 servingBaked ProductsJB4k )PEPPERIDGE FARM CLASSIC STYLE CROUTONS,SEASONED@@}@+333333@2@@N@@ \(@1 servingBaked Products ;;& fC4c )PEPPERIDGE FARM CRUSTY ITALIAN BREAD,GARLIC@=@w@@ @3333333?@D@\(@y@I^5?}@XbM@ QR@&@I1 servingBaked ProductsgD4u )PEPPERIDGE FARM Apple TURNOVERS,Frozen,READY TO BAKE@D33333@s@@2?陙@A?@(333333?Q@h@Q@V@1 servingBaked ProductsvE5 )PILLSBURY Buttermilk BISCUITS,Artificial FLAVOR,Refrigerated DOUGH@C@n @333333@@ ffffff@G@\(\@?zG{?E?;dZ@P1 servingBaked ProductsnF4s )PILLSBURY,Chocolate CHIP COOKIES,Refrigerated DOUGH@$@|p@333333@4333333?333333@O33333@333333@B@s@"`@" A7K??|hs@<1 servingBaked Products XX?bG4k )PILLSBURY,CRUSTY FRENCH LOAF,Refrigerated DOUGH@C@o @"@ffffff?@GL@ =p @?ꗍO;d?vȴ9X?۶E@O1 servingBaked ProductsVH4c )PILLSBURY,TRADITIONAL FUDGE BROWNIE MIX,DRY@@{@333333@(333333?333333@S33333@H@zG{@r@@Q@>1 servingBaked ProductsZI4{ )PILLSBURY GRANDS Buttermilk BISCUITS,Refrigerated DOUGH@AY@s@333333@,ffffff@ @D@QR@@Gz@N1 servingBaked ProductsJ5) )PILLSBURY HUNGRY JACK Buttermilk BISCUITS,Artificial FLAVOR,Refrigerated DOUGH@A @s@@*@@E@@@@ =p@ B\(?lC@A1 servingBaked Products mn4w SNACKS,KELLOGG,KELLOGG'S RICE KRISPIES TREATS SQUARES@@y@ 333333@"?333333@T ?333333@?QR@*@E@C@u???-V?I^5?}? =p@0H\)?@[@@V@3@e@@t@@t@?ffffff@@ffffffSnackso5 SNACKS,KELLOGG'S Low Fat GRANOLA BAR,CRUNCHY ALMD/BRN SUGAR@@x`@ @?@S@@A@!333333@U@o@o @r0@?ffffff?n?ffffff?陙@#?xF?@@H@H?񙙙?@Snacks {p4 SNACKS,M and M MARS,KUDOS Whole GRAIN BARS,Chocolate CHIP@@{P@ =p @0Y@333333@P(\@ @x@"W =p@Q@i@qp@q?\(?+?nO@GL?šo?ɺ^5?|?vȴ9?E?E@*@*@*?Q@L@.@,@@"fffff@F?;dZ@aSnacksq4y SNACKS,KELLOGG,KELLOGG'S NUTRI-GRAIN Cereal BARS,FRUIT@-@w@@?陙@R9@@D@p =q@;@Y@h@r@ffffff???񙙙@+?ffffff@[@[@[@@@?@?Snacks 11ct5 SNACKS,TORTILLA CHIPS,Low Fat,MADE with OLESTRA,NACHO Cheese?333333@t@ 333333@p =q@@O@ ?Q@b`?@X@n@x@?Q?+ I^?zG@*?j~"?`A7K@vȴ9X?|hr?ٙ@0@0@0?GzH@T@@@ =p =?ffffff@8@B@?/w?bM?Q@@v5/GELATIN Dessert, desserts,DRY MIX,with ADDED Vitamin C,SODIUM-CITRATE and SALT?@w@333333?ffffff@V@?333333@@a@@~?zG{?5?|h?bM@ @Offffff?`bM?$/?bM?+ I?zG{@@@@U@1 package@5L1 portionSweetsaw5{GELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame,ADDED Phosphorus,Potassium,Sodium,Vitamin C@@u@Kfffff@@@fffff@?zG{?@@~?Q?A7Kƨ?+ J@9@~?tj~?S?zG{?5?|h?+ J@,@,@,@"1 tbsp@$1 packageSweets PEx5CGELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame,NO ADDED Sodium@@u@Kfffff@@@fffff@?zG{?@4@,@c?Q?A7Kƨ?+ J@9?tj~?S?zG{?5?|h?+ J@,@,@,@"1 tbsp@$1 packageSweets+y4kPUDDINGS,BANANA,DRY MIX,Instant,with ADDED OIL@ffffff@x @@ffffff@V@@?Q@@ @.@l?zG{?$/?zG{?陙?PbM?htj~?`bM?xtj~?PbM?zG{?GzH?@\(@X1 package@91 portionSweets G+z4kPUDDINGS,BANANA,DRY MIX,Regular,with ADDED OIL@ffffff@x0@@@V?333333@4?@ @@1@? =p ?zG{?vȴ9???zG@GzH@V1 package@61 portionSweets4|5 PUDDINGS,LEMON,DRY MIX,Regular,with ADDED OIL,Potassium,Sodium@@v??@333333@V33333??\(@@@p@?zG{?tj~??ffffff?tzG{?tj~?tj~?Q?tzG{?GzH?(\)? =p @U@1 package@53333331 portionSweets O}4ePUDDINGS,TAPIOCA,DRY MIX,with NO ADDED SALT@@w???ffffff@W33333?ə@?Q@@@@ ?zG{?-V?`A7L??PbM?xtj~?pbM?Q?bM@W1 package@71 portionSweets,~4mPUDDINGS,VANILLA,DRY MIX,Regular,with ADDED OIL@333333@w?333333?񙙙@@W@.?@@@4@? =p ?zG{?vȴ9??pbM?ə?zG{?\(@V1 package@61 portionSweets )4[ICE NOVELTIES,POP,with ADDED Vitamin C@T@R?񙙙@2fffff?@@(?zG{?nO;?xtj~@%ffffff?PbM@J1 bar@`1 doubleSweetsR4AJAMS and PRESERVES,APRICOT@A@@n@?ffffff?ə?ə@P?333333@P@4?\(\@@&@S@@D?Q??zG{?333333@!?+ I?nO;?zG{?zG{@@@@@@@i@,? =p?@@]@&@"?zG{?(\)@41 tbsp@,1 packetSweets r4SYRUPS,TABLE BLENDS,PANCAKE,with 2% MAPLE,with Potassium@>@p??ə@Qffffff@?Q@@$@6@N?p =q? =p ?ǮzG?333333?tzG{?hr Ĝ?zG{?bM@s1 cup@41 tbspSweets X4ACORN CAKES,VERY Low Sodium@ffffff@x0@ 333333@333333?@Tٙ@3?ffffff@\@c@c@<@?Gz? =p @#??@?\(?Q@3@3@3@n@@(?Gz?QR?\(@"1 cake@22 cakesSnacks V5Z5SNACKS,CORN-BASED,EXTRDD,PUFFS OR TWISTS,CHEESE-FLAVOR,Unenriched?@P@ffffff@A333333@@Jfffff?񙙙@M?񙙙@2@[@d@h?QR? ěT?-V@?ə?У =p?ə?Gz?-V?$/@7@7@7?Q@p@7@&@\(\@4GzH@ =p @@?Q@$@<@Y@,?У =p?zG{?@+?zG{?zG{?QR?zG{@@@? =p@4@@?zG{?@@@?׮zG?Q?Q?@.1 tbsp@\@1 jarBaby Foods]4u!BABYFOOD,Dessert, desserts,BLUEBERRY YOGURT,Strained@TY@S@??ffffff?ffffff@1 ?ٙ@+=p =@9?ə@*@[@@O@,?Q?Q?陙@(?zG{?Q?ٙ@ @ @ ?ۅQ@D@??ٙ@*@7@P?hr!?ȓtj~?tj~@@.1 tbsp@\@1 jarBaby Foods X'XJ495MILK,IMITATION,NON-SOY@V@G?@?񙙙@333333@333333@T??@Y@b@K??zG{??@i`@N@N?A7Kƨ?"`?ȴ9Xb@n1 cup@>1 fl ozDairy & Egg ProductsT4?%ICE CREAMS,Chocolate,RICH@LFfffff@o@Gz@0G{?@4?@3\(@a?QR@@@\@m@L?zG{?ffffff?$/@??Q?`A7K?KƧ?Ձ$/?`A7L@@@? =p @H@i @h?p =q?@?@@$$/@-V?Vu@N@b1 cup@$ffffff1 cubic inchSweets Q/QY4m!BABYFOOD,BANANA Apple Dessert, desserts,Strained@Tfffff@P?333333?ə?ҏ\(@0L?@-QR@?@ @"@Q@??Q?333333@(?zG{?zG{? =p?Q@@@@>@?zG{?@ @(@@$?-V?nO;?bM@.1 tbsp@\@1 jarBaby FoodsL4S!BABYFOOD,BANANA NO TAPIOCA,Strained@S,@V??ə?QR@5W =p?@&Q@?333333@:@4@r @??zG{?񙙙@5fffff?zG{?Q?GzH?У =p@1@1@1@??@@@4?nO;?1&y?E@.1 tbsp@\@1 jarBaby Foods !!s25  /CEREALS Ready-to-eat,CORN,Whole WHEAT,ROLLED OATS,PRESWEETENED@@x@ffffff@@ffffff@Ty@@5@5@;@K@d @e@??GzH?j~"@(??Q@0Q?~"?Q@t@s@3@H@@@x@x?zG{?333333?陙@^5?|@;dZ@>.75 cupBreakfast Cerealsb.4q)SNACKS,TORTILLA CHIPS,Light (BAKED with LESS OIL)?@}@!ffffff@.ffffff?@RY@?\(@c?zG@X@@s@q@X?ffffff?-V@/ffffff?ə?(\)?Q?Gz? =p @0@0@0?Q@T@@@ =p =?ffffff@8@B@@-V@]/w@tj@@O1 cup, crushed@010 chipsSnacks II'YK4y )PILLSBURY Cinnamon ROLLS with ICING,Refrigerated DOUGH@:@uP@@&@333333@K&fffff@3333333@@Q@F1 servingBaked ProductshL5 )HIDDEN VALLEY RANCH,SALAD CRISPINS ITAL STYLE,PARMES CROUTON@ @{ @'@)@333333@P33333@?hr!@Q@ l@1 servingBaked ProductsOM5 )KRAFT FOODS,SHAKE 'N' BAKE ORIG RECIPE,COATING FOR PORK,DRY@ @w@ffffff@ @@S33333@0@<1 servingBaked ProductsO4] )BEST FOODS,THOMAS' English MUFFINS,Plain@EL@l@!ffffff??@F@`@Q@w?@b ? =p ?O;dZ?Q@ 1&@L1 servingBaked Products KK96!iP4i/ )HEINZ,WEIGHT WATCHERS Chocolate ECLAIRS,Frozen@G33333@m@@?@Cfffff?@2ffffff@s?(\)@I@M1 éclair, frozenBaked ProductsxQ4g )INTERSTATE BRANDS CORP,WONDER HAMBURGER ROLLS@A@q@ # =p@?Q@IkQ@@&Q@U@\(@?5?|h?"`A@j~"@E1 servingBaked ProductsfR5 )GENERAL MILLS,BETTY CROCKER SUPERMOIST Yellow CAKE MIX,DRY@@y@ffffff@ 333333@@TS33333@E33333@d @@=p =@E1 servingBaked ProductsZS4k )QUAKER OATS,AUNT JEMIMA ORIGINAL WAFFLES,Frozen@C@q@ffffff@ @@E&fffff@Q@p@Q@0@R1 servingBaked Products mU4q )NABISCO,NABISCO SNACKWELL'S CRACKED PEPPER CRACKER?333333@{p@"Q@&# =p@ (\)@R(\@ffffff@zG@e@@ =p @;@t @]@?=p =?\(??+?E@{lC?"`A@T@?XbM@M?p =q@,1 servingBaked ProductskV4m )NABISCO,NABISCO SNACKWELL'S SALSA SNACK CRACKERS@@z@@$@ Q@Su\(@@Q@E@ =p @@@k`@`@?Q?tj~?ffffff?Vt?"`A@ Vu??|hs@R@?Q@G?"`@1&y?~"@@>1 servingBaked Products sW4} )NABISCO,NABISCO SNACKWELL'S ITALIAN RANCH SNACK CRACKERS?zG{@z@GzH@$@ =p@SqGz@@Q@D@ 333333@6@l`@a@4?\(\?ffffff?Vt?ӕ$/@ "`A?j~#@R@?@C@@"`A?ȴ9Xb@@>1 servingBaked ProductsrX4{ )NABISCO,NABISCO SNACKWELL'S FRENCH ONION SNACK CRACKERS@@z@\(@$@ Q@S@@@p =q@C@ =p @@@l@b`@??Q?陙?vȴ9X?lC@ + J?E@L?Q@6?E@O;dZ?tj~@@>1 servingBaked Products yY4i )NABISCO,NABISCO SNACKWELL'S MINT CREME COOKIES@@{@ffffff@,?QR@R@@J@4@Q@D@U@@b@@r? =p?Q?`bM?nO;?Q? I^5??`A7L?O;dZ@4?zG{?@ =p@ Q?m@91 servingBaked ProductsoZ4u )NABISCO,NABISCO SNACKWELL'S CARAMEL DELIGHTS COOKIES@*33333@w@@&u\(?\(@Qvfffff?333333@GG{@G?Q@:@W@@^@g?\(?tj??1&y?XbM?Vt?vȴ9@J?Q@@;dZ@ Q?Q@21 servingBaked Products HH [5  )NABISCO,NABISCO SNACKWELL'S FAT FREE DEVIL'S Food COOKIE CAKES@1fffff@s@?p =q?QR@R?@E =q@>@=p =@9@Q@[@e?p =q?Ł$/?333333??E?S?Q?/v?$/@3?Q??S?|hr?+ J@01 servingBaked Products$\4_ )NABISCO,NABISCO SNACKWELL'S WHEAT CRACKER@(\)@y@\(@$@\(@S@@333333@'\)@b@333333@G@t@g@@@333333?xtj~?lC?׍O;dZ@.1 servingBaked Products xo4s!)Crackers, cheese, sandwich-type with cheese filling@=p =@~@! =p@8h\)@@MaGz?ffffff@(\)@V@@ =p @<@r@rp@p?=p =?"`?+@$@?A7Kƨ??|hs@ m?\(\?/v@T@P@0@`?陙@C@@&? =p@4@@"@=p =@,/w@-V@@C6 cracker@1 sandwichBaked Productsar4K )USDA Commodity,BAKERY,Flour MIX@%=p =@y@ =q@)@Q@OC =p@ffffff@g`@p =q@4@@_@?ᙙ?^5?|?睲-V@ffffff?vȴ?lC@-V?؃nP?zG{@f@c@@=@r0@@Q@(\)?\(\Baked Products )as4[ )USDA Commodity,BAKERY Flour MIX LOW-FAT@%Q@v@"# =p@@Q@Q\(@ @f@p =q@<@@a@@?\(? I^5??hr!@??nO@-V?333333?+@f@c@@=@r0?333333?GzH?Baked ProductsR:4GBEEF JERKY,Chopped and FORMED@7\(\@y@@@9@333333@&?@"@4@zG@I@yp@@J@ 8Q?Vu?j~"@%ffffff?öE?-V?E?/w?x@`@`@`?zG?\(\@ffffff@%33333@&(\?-V@H@4Y CORN-BASED,EXTRUDED,CONES,NACHO-FLAVOR?ffffff@@@?33333@@Lfffff?@B?QR@9@S@^@?޸Q?5?|h?+@ffffff??Gz?Q?\(?٩lD?-V@@@@s@8@$@:=p @Q?Gz@@@M@@\(\@4GzH@ =p @@4U CANDIES,SOFT FRUIT and NUT SQUARES@+\(@x`@zG{@# =p ?ٙ@Rs =p@333333@FG{@1?\(@9@K@T@``?\(?dZ1??|hs?ffffff?ə?bM?+?ȴ9Xb?1&y?E@(@&@&@??ٙ@@?j~#?n@\(\Sweets ^^%4C ICE CREAMS,VANILLA,FAT FREE@Pfffff@a@@Q?\(@>\(?@7Gz@b@5@b@r@X@?\(?1&y@333333?1&?Ͼvȴ9X?Q?bM@@@?@@i@h@7Sweetsz4k FROZEN NOVELTIES,NO SUGAR ADDED,FUDGESICLE POPS@Qfffff@Z@@ ? =p ?ffffff@6GzH?@p =q@Y@?zG@Y?ffffff@8?=p =@@U =q1 servingSweetst 4_ FROZEN NOVELTIES,FAT FREE FUDGESICLE BARS@P|(\@_@333333?Q?Q@: =q?333333@4@c?Q@W?@?޸Q@@I@1 servingSweets  !5  FROZEN NOVELTIES,SUGAR FREE,ORANG,CHERY and GRAPE POPSICLE POPS@W@??zG{?@\(? =p@?zG{@@(@KW =p1 servingSweets "5  Frozen NVL, KLONDIKE,SLIM-A-BEAR FUDG BR,98% FT FR,NO SGR ADDED@OGz@_@=p =?zG?p =q@>R@@ffffff@a@?Q@^?@H?@@R=p 1 servingSweetsw#4e ICE CREAMS,BREYERS,ALL Natural Light VANILLA@P8\)@d@@\(\@\(\?QR@9L?ə@6ǮzH@e ?Q@Q?񙙙@{P@Gz@.@Q1 servingSweets ~$4s ICE CREAMS,BREYERS,ALL Natural Light FRENCH VANILLA@OZG{@e@GzH@=p =?(\)@:zH?ə@5(\@c`?Gz@R@?@~@ \(@J@Q1 servingSweetsr%4[ ICE CREAMS,BREYERS,98% FAT FREE VANILLA@O\(@a @ ffffff@?=p =@>\(@@4zG@^? =p @R@?陙@p?\(@ @Q1 servingSweets &5 ICE CREAMS,BREYERS,ALL Natural Light VANILLA Chocolate STRAWBERRY@O\)@d @\(@ffffff?GzH@:\(?ٙ@6xQ@c? =p@Q@?333333@z@@,@Q1 servingSweets '4} ICE CREAMS,BREYERS,ALL Natural Light MINT Chocolate CHIP@MzG@h@\(@\(\? =p @K4= GRANOLA BARS,HARD,PEANUT@ffffff@}@&@5ffffff?@Oٙ@333333@@G{@C@@[@r@s@q`@Q?"`B?nP@.?QR?zG{?\(\?333333?Q@A@A@A@zG@ @R@(\)@ =p @'\(@@ =p@#ffffff@.p =@&@&1 cup@?(\)@&@U@@_@?Q?bM?lD@D??XbM?1&?ȴ9Xb?ۅQ?O;dZ?zG{@D@(@(?\(@&p =@-\(@ Q@W@10 piecesSnacksj4?PRETZELS,HARD,WHOLE-WHEAT@333333@v@&333333@?񙙙@TL@@<@Q@>@_@@z@i`? =p?Q@KƧ??(\)?ҟvȴ9@%S?lC?щ7KƧ@K@K@K?Q?zG{?\(@.zG@333333@4J=p @_?Gz@R?ffffff@o?zG@@Q1 servingSweets~74s ICE CREAMS,BREYERS,NO SUGAR ADDED,Chocolate CARAMEL@P-p =@b@ QR@333333?\(@9+Q?@=p =@^@?Gz@S@?ffffff@p@ 333333@0@Q1 servingSweetsq!4 -AMARANTH@#zG@w`@,fffff@ =p @QR@PG{@.ffffff@c @\(\@p@|p@v@5@ p =q?/w@zG@?zG{?ʟvȴ9?tj~?n?̋C%@H@H@H?O;d?hr!@ ěT@h`1 cupGrains and Pasta Dx#4+ -ARROWROOT FLOUR@&p =@vP?333333??zG{@V @ 333333@D?Q@@@&@?Q?zG{?zG?PbM? =p?tzG{@@@?tj~?`bM? =p @`1 cupGrains and Pasta7$4 -BARLEY@"Gz@v @(\(@ffffff@QR@R^Q@1L?陙@@@ @`@p@|@@(@(\)?;dZ?+ J@Bٙ?1&y?=p =@j~"? I^5??Z1'@3@3@3@6??=p =@@*@d?+ ?Gz?^5?|@g1 cupGrains and Pasta _ (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx\L\L\K\K\J\J\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \!\!\"\"\#\#\$\$\%\%\&\&\'\'\(\(\)\)\*\*\+\+\,\,\-\-\.\.\/\/\0\0\1\1\2\2\3\3\4\4\5\5\6\6\7\7\8\8\9\9\:\:\;\;\<\<\=\=\>\>\?\?\@\@\A\A\B\B\C\C\D\D\E\E\F\F\G\G\H\H\I\I\M\M\N\N\O\O\P\P\Q\Q\R\R\S\S\T\T\U\U\V\V\X\X\^\^\_\_\`\`\a\a\b\b\c\c\d\d\e\e\f\f\g\g\h\h\i\i\j\j\k\k\l\l        $PfP\ht(4@LXdp|aIIb  x x PAAn005mBJJ99ll9<<M , , #=#=##($#$#Z$$'g'g>''+`+` ++,c,c,,-r-r--...u.u&0 T`lx ,8DP\hHt0< RURU RR JJ//33N334K4K4455 t6U6U 66 *7}7} 8G8G :: ;; ;k;k=>>j?? BB ,BB C1C1CC FyFy `FF <GXGX !GG OHLHL JJ oHH KSKS jNPNP MM OO a  ,\\ EE  33 4 CC mm5C%41 -BARLEY,PEARLED,RAW@$.zG@v@#R?\(?\(@SnzG@/333333?陙@=@@S@k@q@"@ =p ?Gz?&x@Bٙ?r ě?/v@j~"? I^5??У =p@7@7@7@6??zG{@@*@d?;dZ?nO?Q@i1 cupGrains and PastaF&47 -BARLEY,PEARLED,COOKED@Q333333@^@zG?(\)?GzH@<8Q@ffffff?Q@&?GzH@6@K@W@@?=p =?Gz?Гtj~@!333333??|hs?vȴ9X@$/?GzH?p =q@0@0@0@?zG{?陙@@L?+?/v?dZ1@c1 cupGrains and Pasta nz(4 -BUCKWHEAT@#@up@*@ 333333@@Q@$@2@@l@u@|?@333333?񙙙?@ ?"`B?333333@zG?^5?|?Gz@>@>@>?E? =p?vȴ9@e@1 cupGrains and Pasta )4E -BUCKWHEAT GROATS,Roasted,DRY@ R@u@'u\(@zG@@R@$@1@\(@k@s@t@&@\(\?+?S@ ?̬1&y?XbM@=p ?^5?|?֗O;d@E@E@E?x?~"?~"@d1 cupGrains and Pasta ZZ/P*4K -BUCKWHEAT GROATS,Roasted,Cooked@RQ@W@ =p ? =p?ۅQ@3 =q@?@?陙@I@Q@V@?Q?° ě?n@?zG{?+?zG?"`?E@,@,@,? =p ?ffffff@N?&x?bM?bM@e1 cupGrains and PastaL+4C -BUCKWHEAT Flour,WHOLE-GROAT@&L@t@)=p =@@QR@Q\(@$@@D@=p =@o`@u@@&@\(?zG{@=p =@?ڰ ě?QR@?(\)?⟾vȴ9@K@K@K?zG{@@k?lD?^5?|?^5?|@^1 cupGrains and Pasta oo/;,4! -BULGUR,DRY@"@u`@(zG?GzH?(\)@RzH@2L?=p =@A@zG@d@r@y@1?Gz?p =q@bM@ffffff?Ͳ-V?p =q@tj~?Q?S@;@;@;@"?Q?ffffff@@k?Ͳ-V?$/?O;dZ@a1 cupGrains and PastaL-4'-BULGUR,COOKED@Sp =q@T@ =p?θQ?\(@2zG@?@$?Q@@@D@Q@?=p =?333333?|hr?333333?/v?1&y??tj??|hs@2@2@2@?zG{??@K?$/?vȴ9X?+ J@f1 cup@ 1 tbspGrains and Pasta zz;<.4# -CORN,YELLOW@$p =@v@" =p@\(?333333@R =q@333333?zG{@@zG@_@j@@q@A@zG?tj? =p @/?أ =p?ɺ^5?|@ tj?"`A?lC@3@3@3@j@&?\(\?333333@O@X@@,?XbM?tj@M@d1 cupGrains and Pasta@/4+ -CORN BRAN,CRUDE@ =p@l@ Q?p =q? =p @Uh\)@S@E@QR@P@R@F@?\(?Ͼvȴ9X?Q@0?zG{?@Gz?Z1'?tj~@@@@Q@?Gz?333333@5@@@,? =p?vȴ?l@S1 cupGrains and Pasta __2N04G -CORN Flour,WHOLE-GRAIN,Yellow@%R@v@Q@Gz?333333@S6fffff@*?zG{@@ =p @W@@q@s@?zG?p =q?p =q@.?|hr?zG{?ffffff?Vu?׮zG@9@9@9@j@&?Gz?333333@O@X@@,?`A7K?I^5?}?$/@]@1 cupGrains and PastaI14= -CORN FLOUR,MASA,ENRICHED@"\(@v@"zG@=p =?Q@SGz@#333333?zG{@a@ =p@[@k@r@?zG{?šo?"`@.?/w?tj@#-V?Vu?׮zG@m @j @8@w@?333333?333333??@?$/?lC?$/@\1 cupGrains and Pasta TT/V24W -CORN Flour,DEGERMED,Unenriched,Yellow@#Q@wp@\(\?=p =?p =q@T?ffffff?zG{@?Q@2@N@V??׮zG?-V?1&y@ ?l?-V@?|hs?vȴ9?E@H@H@H@j@&?333333?333333@O@X@@,?S?щ7KƧ?=p =@_1 cupGrains and PastaL44C -CORNMEAL,WHOLE-GRAIN,Yellow@$Q@v@ =p =@ Q?zG@S8\)@333333?zG{@@ @_@n @q@A?Q?ȴ9XbN?;dZ@/?أ =p?ɺ^5?|@ Vu?333333?tj~@9@9@9@j@&?Gz?333333@O@X@@,?(\)?Vt?5?|h@^1 cupGrains and Pasta aR64O -CORNMEAL,DEGERMED,Enriched,Yellow@'.zG@v@ \(?ffffff?333333@SkQ@?zG{@@Q@D@U@d@@? =p ?+?Gz@333333?Gz? I^5?@"`A?+?r ě@m @g @H@v@j@&?333333?333333@O@X@@,??^5?|?Q@a@1 cupGrains and Pasta74o -CORNMEAL,SELF-RISING,BOLTED,Plain,Enriched,Yellow@).zG@t@ \(@ 333333@@QR@@v@ =p @U@ @o@|@?333333?;dZ?&x?ٙ@)lD?333333?GzH@m @f@L@v@@}P?ޗO;d?9XbN?@^1 cupGrains and Pasta e&85 -CORNMEAL,SELF-RISING,BOLTED,with WHEAT Flour,Enriched,Yellow@$\)@u@ R@@Q@R[Q@333333@r@@K@X@i@?=p =?n?nP?`A7?۶E@+?؃nP?أ =p@p@h@P@y @q@,?ٙ?1&x?n@e@1 cupGrains and Pasta94g -CORNMEAL,SELF-RISING,DEGERMED,Enriched,Yellow@$W =p@v0@ R?Q@ =p@R\(@ffffff@u@Q@H@x@e@@?? =p?Gz?-V?ěS@C$?+?\(@m @i@@?@wp@y?E?tj~?S@a@1 cupGrains and Pasta ;;4! -CORNSTARCH@ =p@w?У =p?? =p @VGz?@?zG@@*@@"?Q??"`A@ffffff?nO;?bM?@`1 cupGrains and Pastau<4% -COUSCOUS,DRY@!Q@w@)Q?zG{? =p@S[Q@@8?GzH@F@e@@d@$?\(?ϝ-V?\(?/w?+@ Q?S?(\)@4@4@4?E?ȴ9Xb? ěT@e1 cupGrains and Pasta ]]7U=4+'-COUSCOUS,COOKED@R$zG@\@QR?zG{?У =p@78Q?ffffff?@ ?QR@ @6@M@?У =p?E?$/@;? ěT?S?tj~?׾vȴ9X?1&@.@.@.? =p?@9?-V?+ I?bM@c1 cup, cooked@1 cupGrains and PastaD>43 -HOMINY,CANNED,WHITE@TR@R?zG?(\)?Q@,Q@?Q@$? =p@0@A@"@j@??Q?Q@?htj~?xtj~?`A7L?öE?tzG{??????ə@>?|hr?͑hr ?ى7KƧ@d1 cupGrains and Pasta = ?4! -MILLET,RAW@!W =p@w@& =p @Gz@ @R6fffff@!@ @zG@\@q@h`@?Gz??1&@?l?ҏ\(@Gz?"`A?ؓtj~@U@@U@@U@???"`A?j~#@nO@i1 cupGrains and Pasta>@4' -MILLET,COOKED@Q=p @]@ zG??=p =@7Q?? =p@?(\)@F@Y@O@?Q?ěS?hr Ĝ??"`A?E?GzH?S?S@3@3@3@?zG{?333333@@Q?tj?ǍO;dZ?A7Kƨ@e1 cupGrains and Pasta {=A4% -OAT BRAN,RAW@333333@n@1L@Q@Q@PzG@.?333333@M@ =p@m`@@@@Gz?n@Q@F?Q?(\)?S?lC?Q@J@J@J?(\)@ @f??|hs@ I^5@ ěT@W1 cupGrains and PastaB4+ -OAT BRAN,COOKED@U@D@ zG?Q?\(\@&Gz@@$?(\)@D@]@W??\(?`A7L?+ @?zG{?hr Ĝ?nO;?Ƨ-?@@@?/w?ҟvȴ9?ղ-V@k`1 cupGrains and Pasta y5 BEEF,GROUND,95% Lean only MEAT / 5% FAT,PATTY,Cooked,PAN-BROILED@P@d@9@\(?p =q@"@@8@k@w@Q@?KƧ?tj~@5?$/? =p @?tj?$/@@@@?ffffff?ffffff@KƧ@ =p?E@S@U@1 serving@U =p1 pattyBeef ~5BEEF,GROUND,95% Lean only MEAT / 5% FAT,CRUMBLES,Cooked,PAN-BROWNED@OJ=p @h @=+Q@QR?p =q@"@ =p@<@pp@|@U@@=p =?"`A?vȴ9@5?$/?\(@(\)?"`B?dZ1@@@@Q?ٙ?陙@ + I@ (\)? ěT@V@@U@1 serving@c9Gz1 portionBeef //$p 4BEEF,GROUND,95% Lean only MEAT / 5% FAT,LOAF,Cooked,Baked@P0 =q@e@;O\(@zG{?zG@ @ffffff@6@h@s@M@p =q?+?+ I@6L?hr Ĝ?$/@1&?`A7L?+ @@@@?QR?陙@S@Vt?׍O;dZ@R@@U@1 serving@t)1 loafBeefW 4eBEEF,GROUND,90% Lean only MEAT / 10% FAT,RAW@Q`@f@4@$?\(\@(@Q@4@g@t@P@(\)?nO;?zG{@0?$/?+@I^5?}? =p ?ם-V@@@@zG?zG{?陙@;dZ@ix?tj@P@@@>@??vȴ?Гtj~? ěT@IFish & Shellfish84U -SCALLOP,(BAY and SEA),Cooked,Steamed@RFfffff@\@7333333?ffffff@zG{@\@@K@u @}@p@?333333@;fffff??Q??@(@(@(?@Y@>@>??ə?° ě?hr Ĝ?ȴ9Xb@JFish & Shellfish WW$ 4- -TURTLE,GREEN,RAW@S@V@@3??333333@]?ffffff@4@f@l@Q??@0?Q?333333?񙙙?Q@.@.@.?@Y@>@>???A7Kƨ?+ I?\(@IFish & Shellfish eRk4CRICE CAKES,BROWN RICE,Plain@333333@x0@ ffffff@ffffff?333333@T`@?(\)@&? =p@``@v@r @t`@?zG{@ =p@8?;dZ?Q@9XbM??333333@5@5@5? =p?ffffff?=p =?zG{?zG@"1 cake@22 cakesSnacksl4KRICE CAKES,BROWN RICE,BUCKWHEAT@@w@"@ ?@Tfffff@ffffff@&?=p =@b@w@r@]@?QR@Q@0ffffff?1&y?^5?|@ 1&x?\(? =p@5@5@5?zG{?\(?\(@"1 cake@22 cakesSnacks 4m4ORICE CAKES,BROWN RICE,SESAME Seed@@x@ffffff@ffffff?333333@T`@@(?GzH@a@wp@r @l`@?\(@2-V@8@?tj~?\(@R?`A7K? =p@2@2@2?GzH?񙙙?ffffff@"1 cake@22 cakesSnacksGp45TORTILLA CHIPS,PLAIN?@P@@:333333@@Os33333@?\(@c@?QR@V@i@h@?zG{?Q?r ě@?333333?ǍO;dZ?vȴ9X?7KƧ?M@$@$@$@T@@@ =p =?ffffff@8@B@@zG@.fffff@ =p @?333333@O@@K@@@@ =p @\@`@v@&?Q?ffffff?陙@ffffff?(\)? =p ?S?Gz?Q@@@?p =q@ffffff@2@1@# =q? =p @e1 cup, chips@f1 cup, large chipsSweetsT $+29@GNU\cjqx  '.5<CJQX_fmt{ ց ׁ ؁R فi ځk ہm ܁o ݁q ށs ߁u Y ၳ[ ] _ M O S U W Y [ ہ] ܁_ ݁` ށb ߁d f ၷh ⁷j l n p r t v =y >{ ?} @ A B C D q r s t u v w x y z { | } ~      " $ & ( * , . 0 2 4 ́5 ΁7 ρ9 Ё; с= ҁ? ӁA ԁC ՁE ցG ׁI NNJ 4;CANDIES,SWEET CHOCOLATE?@@333333@A?@M@@Ip =@8@zG@\@@b`@r @0??^5?|?ߝ-V@ffffff?zG{?θQ?p =q?-V?tj@@@?У =p@333333@2@4zG@&p =q?zG@HR\fpz$.8BLV`jt~                                                               :: ;; << == >> ?? @@ AA BB CC DD B9j4- -WHEAT,HARD WHITE@## =p@u`@&Q?\(\?QR@R@(ffffff?=p =@@@=p =@W@@v0@{@@ =p?;dZ@hr ?ěS?S@$/?+ I?׍O;dZ@C@C@C@"?(\)?ffffff@@k?Ѻ^5?|?lC?@h1 cupGrains and Pasta9k4- -WHEAT,SOFT WHITE@$ =p@u@@%aGz? =p? =p@R =p@)ffffff?=p =@A@zG{@V@y @{0@@ zG?C$@ ?|hs?=p =?dZ1@bM?333333?1&x@D@D@D@"?(\)?ffffff@@k?׍O;dZ?Vu?ȴ9Xb@e1 cupGrains and Pasta :tl4# -WHEAT,DURUM@%Gz@u0@+\(\@\(?zG{@QQ@A@ (\)@b@@z@@ =p?-V@tj@VY?`A7?"`@E?Q?`A7@E@E@E?Vu?tj?KƧ@h1 cupGrains and PastaAm4- -WHEAT BRAN,CRUDE@#ǮzH@k@/@@(\)@P =q@Effffff?=p =@R@@%# =p@@@x@@zG?-V@'@Sffffff?j~#?vȴ9X@+'-@r ě?+ @S@S@S@"? =p?ffffff@@n?(\)?bM@-V@M1 cupGrains and Pasta v5BEEF,GROUND,75% Lean only MEAT / 25% FAT,PATTY,Cooked,Broiled@KQ@q`@9\(@2p =?\(\@>@\(@4@g@r@S@\(?333333?zG{@5ffffff?+ J?x@E?hr ?vȴ9X@&@&@&@zG{?zG@@ I^5@!B I^5? =p@V@@U@1 serving@QR1 pattyBeef z5BEEF,GROUND,75% Lean only MEAT / 25% FAT,PATTY,Cooked,PAN-BROILED@MXQ@o@7s33333@0p =q?@@@@4@h@t @U@?-V?tj~@3?tj?Ƈ+ I@ ěT?Ƨ-?tj@$@$@$@(\)?(\)@@u\(@Jn?/v@T@U@1 serving@SO\(1 pattyBeef 5BEEF,GROUND,75% Lean only MEAT / 25% FAT,CRUMBLES,Cooked,PAN-BROWNED@K@@qP@:GzH@25\(?񙙙@A@ =p @6@j@v @W@@zG?zG{?tj~@6?O;dZ?-V@aGz?\(?tj~@(@(@(@Q?޸Q@@333333@ + I?(\)@V@@U@1 serving@aRG{1 portionBeef  r5BEEF,GROUND,75% Lean only MEAT / 25% FAT,LOAF,Cooked,Baked@L@o@8\(@0?zG{@<@p =q@2@e@p@Q@(\)?zG{?nO;@333333?bM?šo@N+?XbM?zG{@@@@\(?@@I^5?@ffffff?O;dZ@T@U@1 serving@qzG1 loafBeefn5BEEF,RIB,Small END (RIBS 10-12),Lean only,1/8" FAT,Select,RAW@R9@`@6zH@?\(@6?p =q@7@j @v@K@zG?tj~?+ I@>ffffff?tj~?"`@-V?/v?QR@*@*@*?ffffff?ҏ\(?333333?+ ? =p ?KƧ@E@?l?5?|h@o?j~#?lC@*@*@*?\(? =p?333333@+ I@nO?bM@N@?333333?Q@A7K?hr!?tj@*@*@*?zG?Q?񙙙?x?n?Õ$/@B@޸Q@Gz? =p @6?\(@;@o@y@P@\(?\(?+ I@Cffffff?+ I?E@" =p ?tj~?m@$@$@$?Q?ٙ?ffffff@E@;dZ?j~"@M@@@b@Q@ Q?@V@U.5 cupSweets4I+ CANDIES,YORK PEPPERMINT PATTIE@"\(@x@Q@zG?Q@T?\(@@O =p@&?p =q@[@<@@\(\?=p =?(\)?@E@1 patty, 1.5 ozSweets  4Q CANDIES,TWIZZLERS NIBS CHERRY BITS@.@u@ffffff@Q?=p =@S׮zH?333333@I@ ?Q@8@B@h`?GzH?zG?Q@D27 piecesSweets'4S''CANDIES,SYMPHONY MILK Chocolate BAR?zG@@!Q@>R?\(@MGz?333333@JG{@o`?Q@i@{`@Y@@@l@2W =p@ =p?zG@8@E1 bar, 1.5 oz@Q1 bar, 2.4 ozSweets nn-:41 ICE CREAMS,VANILLA@N@i @ @&?@7?ffffff@58Q@`? =p @,@Z@@h@T?zG?O;dZ?bM??333333?E?θQ?-V?◍O;d?tj~@@@?\(@z`@]@]?333333?333333@3@(\)@\(?/w@F@Q.5 cupSweetsN4S ICE CREAMS,VANILLA,Light,SOFT-SERVE@Qffffff@_@@?񙙙@5@5@c?Q@,@^@@k@Q?\(?S?bM@ ??vȴ9?XbM?5?|h?ܛS?O;dZ@@@?@Y@=@<?Q?ٙ@?zG?QR?@(@V1 servingSweets cc+C4)SHERBET,ORANGE@Pfffff@b?񙙙@?ٙ@>ffffff@ ffffff@8QR@K?Q@ @D@X@G?޸Q?1&y?+ I?@333333?vȴ9X?ȴ9Xb?tj~?(\)?S@@@?Q@F@$@"?Q@@*@1?\(?\(?zG{@R.5 cup@P1 barSweetsP4ECANDIES,5TH AVENUE CANDY BAR@ffffff@~ @!\(@7G{?\(@OW =p@@GQ@R@?333333@O@a@u@l ?Q?Gz??333333?ٙ?Q? =p @333333?GzH?(\)@B@B@B? =p @I@,@,@@?@@%333333@ Q@@L1 bar@01 barSweets cc&>4U CANDIES,FONDANT,PREPARED-FROM-RECIPE@ =p @w`?zG{?Q@WZG{@WW =p@?zG{@@0?htj~?bM?333333?PbM?hr Ĝ?`bM?`bM?PbMSweetsU4e CANDIES,FUDGE,Chocolate,PREPARED-FROM-RECIPE@#\(@y@Q@$R?ffffff@SQ?333333@Rp =q@F?QR@B@Q@@``@G?񙙙?O;dZ?nO@?vȴ9?\(?Ƨ-? I^5??tj~@@@? =p @c@F@E? =p ?ffffff@$@@1&y@+?p =q@,@11 pieceSweets aa7Q4{ CANDIES,FUDGE,Chocolate,with NUTS,PREPARED-FROM-RECIPE@\(@|@Q@2zG? =p@Pp =@@O\(@K?Q@K@\@f@D?Q?hr!?Z1'@333333?ə?&x?QR?9XbM?ʟvȴ9?+ I@0@0@0?Q@a@C@B?У =p?@$@@!o@ 9XbN@vȴ9@(SweetsD4a CANDIES,FUDGE,VANILLA,PREPARED-FROM-RECIPE@%kQ@x?@\(?\(@TR@TR@A?zG{@@<@G@I? =p?bM?|1&y?333333?+ I?l?+?Q?nO;????zG{@e@G@F?Q?@$@tj~?vȴ9?\(@.Sweets 3n4- -WHEAT GERM,CRUDE@&=p =@v@7&fffff@#p =q@ =p@Ifffff@*ffffff@C@ =p @m@P@@(@(zG?xF@*1'@S?1&?-V@@n@Vu?@q@q@q? =p? =p@ =p @\1 cupGrains and PastaHp4; -WHEAT FLOUR,WHOLE-GRAIN@$=p @u0@+ffffff?Q?@R$zG@(ffffff?=p =@A@ =p @a@@u@yP@@p =q?r ě@dZ1@Q?ܛS?˅Q@u\(? ěT?m@F@F@F@"?=p =?ffffff@@k?ԛS?Ͳ-V?hr!@^1 cupGrains and Pasta 33`q4k -WHEAT Flour,WHITE,ALL-PURPOSE,Enriched,BLEACHED@' =p@v@$\)?\(\?zG@S =p@?GzH@.@\(@6@[@Z@?ffffff?nO;?m@@33333?Q?ߝ-V@-V?1&x?+ I@f@c@@=@r0?Q?333333@2? =p?E?nO;@_@1 cupGrains and Pastacr4q -WHEAT Flour,WHITE,ALL-PURPOSE,SELF-RISING,Enriched@%.zG@v @#ǮzH? =p @QR@RzG@?(\)@u @zG@3@@_@? =p?1&y?@A333333?hr ?~"@S?1&x?@h@c@C@s0??333333@2?öE?tj?=p =@_@1 cupGrains and Pasta UU+Qs4M -WHEAT Flour,WHITE,BREAD,Enriched@*Q@v@'\(?\(?zG@R!R@333333? =p@.@ =p@9@X@@Y@?333333?KƧ?XbM@Cٙ?lC?bM@7KƧ?1&x?l@f@b@@@r@?ٙ?333333?@S?;dZ?Q?C$@a 1 cupGrains and PastaPt4K -WHEAT Flour,WHITE,CAKE,Enriched@)Q@v@ ffffff?Q?\(@SR?333333? =p@,@GzH@0@U@@Z@@? =p?n?I^5?}@?C%?ۅQ@(\)?O;dZ?`A7L@g@@a@@G@q?zG{?333333@?A7Kƨ? ě?A7Kƨ@a 1 cupGrains and Pasta |v4[ -WHEAT Flour,WHITE,TORTILLA MIX,Enriched@$(\)@yP@#QR@%B\(@Q@P\)@i@333333@5@j@@Y@(?zG{??S?Q?ߍO;dZ@GzH?7KƧ?zG{@a@\@8@j@ffffff@)lD?Z1'@[1 cupGrains and Pastaw4) -WHEAT,SPROUTED@G@h@\(?QR?Q@EC =p?񙙙@<@Q@T@i@e @0?ffffff?д9XbN?^5?|@E@@?? =p@-V?M?\(@C@C@C?^5?|?S?m@[1 cupGrains and Pasta ww:>x4' -WILD RICE,RAW@ =p @vP@-u\(?GzH?zG{@R@@@5?\(\@f @{@z@@ =p?ěS?C$@ffffff?p =q?ěS@O;?/v?$/@W@W@W@3??=p =?ffffff@&@k?+?Z1'?o@d1 cupGrains and PastaAy4- -WILD RICE,COOKED@R{Q@Y@@Q?\(?ٙ@5W =p??\(\@?333333@@@T@Y@@?p =q?"`? I^5??陙?vȴ9?E?O;d?öE?GzH@:@:@:@?θQ?@@P?+ J??C$@d1 cupGrains and Pasta pyz4- -RICE FLOUR,BROWN@' =q@v@Q@=p =? =p@SQ@ffffff@&?zG@\@u@r@ @?p =q@ O;dZ?Z1'?zG{@\(\?tj~?O;dZ@0@0@0?m? ěT?;dZ@c1 cupGrains and Pasta {4)-PASTA,CORN,DRY@$@vP@ =p@ =p?333333@SУ =q@&@?\(@]@o@r`@? =p?"`B?x@?͑hr ?E@p =q?"`?^5?|@9@9@9@e@@"?ҏ\(?`A7K?hr @Z@1 cup@L2 ozGrains and Pasta n|4/ -PASTA,CORN,COOKED@Q =p@_@ =p ?\(\?Gz@;\)@333333??@B@S@??(\)?bM?Õ$/@ffffff?"`A?O;dZ?n?bM?-V@@@@L@?1&?r ě?@a1 cupGrains and Pasta }4c -PASTA,FRESH-REFRIGERATED,Plain,AS PURCHASED@?@r@&Q@ffffff?Q@K]p =@.@ @G@d`@f`@:?Q?/v?$/?\(?tj@ ?Q?+@f@c@@6@q? =p@G@,@,?E?XbM?$/@R@@`4.5 ozGrains and Pasta l~4W -PASTA,FRESH-REFRIGERATED,Plain,Cooked@Q# =p@``@??333333@8zG@?=p =@2@O@8@?Q?+?̬1&y?n?333333?vȴ9X?lC?hr Ĝ@P@L@@Z?Q@4@@?333333?vȴ9X?tj~@@@L2 ozGrains and Pasta4g -PASTA,FRESH-REFRIGERATED,SPINACH,AS PURCHASED@>@r@&Q@?=p =@K(\@E@ ffffff@O@b@q@;?ffffff?7KƧ?E?|hr?xF@ zG?tj?(\)@f @^@@L@p`? =p@n @9@.?x?+ J?S@R@@`4.5 ozGrains and Pasta mm`n 4i5 -MACARONI,Vegetable, vegetables,Cooked,Enriched@QzH@`@Q?(\)?QR@:(\@333333?=p =@&?\(\@3@I@?@?(\)?O;dZ?O;dZ@3?1&y?;dZ?"`A?ffffff?tj~@P@@M@@Z@W@? =p ?333333@K@n@*?bM?tj~?+ I@`1 cup, spiral shapedGrains and Pasta 4=3-MACARONI,WHOLE-WHEAT,DRY@\(\@u@-B\(?ffffff?@RR@ @D@ =p @a@p @j@ @\(?Vu@p =q?;dZ?M@Q?|hr?̋C%@L@L@L?ЃnP?\(?n@Z@1 cup, elbow shaped@L2 ozGrains and Pasta x4[ -PASTA,FRESH-REFRIGERATED,SPINACH,Cooked@Q%Q@`@@=p =?zG?׮zG@9 =p @2?\(@8@L@B@?(\)?zG{?9XbM?ȴ9Xb?&x?-V?Ͳ-V?hr!@P@G@2@X?Q@Y@$@?Ƨ-?l?Gz@@@L2 ozGrains and Pasta4S -PASTA,HOMEMADE,MADE with EGG,Cooked@Q-p =@`@@Q? =p?\(\@7=p @$?\(@,@J@5@T?(\)?1&y?lC?$/?E?1&?͑hr ?l@E@8@3@N?@M@1@1?1&?A7Kƨ?1&y@D@L2 ozGrains and Pasta  4Y -PASTA,HOMEMADE,MADE without EGG,Cooked@Q7 =p@_@zG{?\(\?Q@9Q@?zG@,@D@3@R?׮zG?Q?ȴ9XbN?KƧ?l?|hr?333333?1&y@E@:@1@N?Q?-V?A7Kƨ@L2 ozGrains and Pastap4735-MACARONI,DRY,Enriched@$@w0@)\(?GzH?ffffff@R(\@333333?QR@2@Gz@H@b@d@@?\(\?A7Kƨ?5?|h@O?vȴ9X?j~"@1&x?ە$/?"`A@q`@p@@2@|? =p ?ə@2??+?9XbN@Z@1 cup, elbow shaped@U1 cup, spiral shapedGrains and Pasta NNFs4=35-MACARONI,COOKED,ENRICHED@P\(@a@zG?p =q?θQ@@I@E@??$/?ڰ ě?nO?ěS?dZ1?M?bM@T@Q@&@`?bM?vȴ9?QR@\1 cup, small shellsGrains and Pasta/ 4c5-MACARONI,Vegetable, vegetables,DRY,Enriched@#ǮzH@v@*GzH? =p?@RQ@333333@A@Q@G@]@q@E?QR?ə@ěS?nP?@O;dZ?bM?nP@q`@pP@1@|@d@ ?333333?Q?C$@U1 cup, spiral shaped@L2 ozGrains and Pasta GG&Z 4C3 -MACARONI,WHOLE-WHEAT,Cooked@Pə@_@QR?GzH?(\)@:=p @ffffff?陙@.?\(@>@V@@F@?Q?`A7K?bM@9fffff?S? =p ?柾vȴ9?`A7?9XbM@@@@?333333?ffffff@@T@?XbM?333333?C$@a1 cup, elbow shapedGrains and PastaU 4=-NOODLES,EGG,DRY,ENRICHED@#W =p@w@, =p @ =p? =p @QQ@?ffffff@?@(\)@N@j@m@@5??nO?x@M?"`?ާ-@ bM?ffffff?;dZ@n@k@=@x?ٙ@O@1@1?zG?333333@?@[?r ě?E?Q@W@C1 cup@L2 ozGrains and Pasta vL4C -NOODLES,EGG,Cooked,Enriched@Q,@`@?Q?θQ@8 =p?񙙙?zG{@(?p =q@3@Q@@<@? =p?tj?ěS@533333?+??|hs?n?\(?nO;@P@L@@Z? =p @4@@?zG{??@C? =p?ۅQ?1&@@@d1 cupGrains and Pasta4M-NOODLES,EGG,SPINACH,DRY,Enriched@!p =q@w@-8Q@333333? =p@QzG@333333@L@@T@h @v0@R?GzH?r ě?QR?tj~?އ+ I@L?ěS?^5?|@n@c@V@v ?ٙ@s?n?Gz?1&x@W@C1 cup@L2 ozGrains and Pasta JJ#T4S -NOODLES,EGG,SPINACH,Cooked,Enriched@Q!Gz@`@(\)?Q? =p@8@@ffffff?ٙ@3?p =q@8@L@B@(?(\)?zG{?I^5?}@5?\(\?|hr?$/?m?/v@P@E@5@W?Q@Y@$@?\(@YFfffff@I@p?vȴ?ߍO;dZ?Vt@@@d1 cupGrains and PastaX4?-NOODLES,CHINESE,CHOW MEIN?\(\@x@ \(@>\(@@LQ@333333?У =p@4@Q@J@d @^@{p?ffffff?`A7K?E@E?~"?l@?Vu?(\)@V@Q@6@a@?@ =p@?@L@7KƧ@7Kƨ@1Tj~@F1 cup@E1.5 ozGrains and Pasta u55BEEF,Round,Bottom Round,Lean only,1/8" FAT,ALL Grades,Cooked,Braised@LQ@k@A+Q@Q?QR@@\(@7@k @q@F@?\(?tj~@Cffffff?+?E@V?o?݁$/@&@&@&?=p =??@M@ =p?+@Y@5BEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,Choice,Cooked,Braised@L1R@l@A\(\@ p =?zG{@.@QR@7@j@q0@L@ ffffff?nP?tj~@AY?Q?͑hr @F?m?tj@(@(@(@Q?p =q?333333@ \(\@ |hr?~"@T@@@>?zG{@"?Q@@(@m@ nO;@@51 bar@<1 bar, fun sizeSweets NN_ (4_)CCANDIES,TWIZZLERS STRAWBERRY TWISTS CANDY@u@zG{@\(@S\(@CR?QR@q@Q2.5 oz, 2.5 oz@C4 pieces, from 5 oz packageSweets)4[SYRUPS,TABLE BLENDS,PANCAKE,with BUTTER@8@r??ə@Rfffff@? =p @@$@@X?zG{?n?tj?ffffff?+ I?nO;?zG{?@N@,@*?(\)?zG?Q@@s1 cup@41 tbspSweets ff0E*4A ICE CREAMS,Chocolate,Light@M Q@h@@\(?zG@= =p ?陙@8\(@c?zG@4@T@e@@Q?ۅQ?^5?|?"`B@?333333?O;dZ?nP? ěT?|hr?O;dZ@@@?Q@z@Q@N?ə?333333@`?@Q@p =q?+ @<@Q1 servingSweetsK+4U CANDIES,M and M MARS,MARS ALMOND BAR@@}0@ 333333@7?@OY@@J @e?񙙙@R@m@@tP@e@?\(??|hr??ffffff?E?+?=p =?"`B?Q@"@"@"? =p @K@.@.@@%?@nO@%b`A@ =p@1@I1 barSweets tP,45'CANDIES,MARSHMALLOWS@0ffffff@s??ə?333333@TS33333?@LǮzH@?p =q@@ @@T?zG{?E?bM?333333?PbM?PbM?+?tzG{?htj~????1&y?zG{?bM@I1 cup@10 miniaturesSweets-47 CANDIES,HALAVAH,PLAIN@ \(\@}P@(G{@5Q?GzH@N>Q@@@@Q@k@@@g`@h`@GzH?;dZ?-V@'??"`A?+ I@+ ?E?E@P@@P@@P@?zG{@@ I^5@ cS@ ESweets 88C.4E CANDIES,NESTLE,OH HENRY! BAR@ffffff@|@@7?@PY@@I@T@? =p@I@a@t@@l?ffffff?֗O;d?Q@ ?ə?O;dZ?ěS@ffffff?nP?tj@F@F@F?ə@@@$@$@zG{@Gz@zG@\(@"@:1 barSweets ~y4? -NOODLES,JAPANESE,SOBA,DRY@Q@u@,\(?Q@ GzH@RzH@A@@W@o@o@?\(\?p =q?-?޸Q? =p@ zG?+ I?θQ@N@N@N?hr Ĝ?ǮzG?(\)@L2 ozGrains and Pasta}4E -NOODLES,JAPANESE,SOBA,Cooked@R@ =q@X@=p =??\(@5p =q@?޸Q@"@9@A@N?Q?bM?-V?bM?vȴ9?QR?zG?zG{@@@?tj~?vȴ9?vȴ9X@\1 cupGrains and Pasta } 4A -NOODLES,JAPANESE,SOMEN,DRY@"kQ@v@@&33333?Q@(\)@Rfffff@333333@7?Q@<@T@d@??nO;?ާ-@ ?"`B?vȴ9??lC?@,@,@,?p =q?QR?Q@L2 ozGrains and Pasta~4G -NOODLES,JAPANESE,SOMEN,Cooked@P=p @``@? =p ? =p @;=p @ ? =p@@;@=@d ?(\)??bM?zG{?`A7L?E?tj?vȴ9@@@??$/? ě@f1 cupGrains and Pasta XX#F49 -SPAGHETTI,DRY,ENRICHED@$@w0@)\(?GzH?ffffff@R(\@333333?QR@2@Gz@H@b@d@@?\(\?A7Kƨ?5?|h@O?vȴ9X?j~"@1&x?ە$/?"`A@q`@p@@2@|? =p ?ə@2??+?9XbN@L2 ozGrains and PastaX4[ -SPAGHETTI,Cooked,Enriched,without SALT@P\(@a@zG?p =q?θQ@@I@E@??$/?ڰ ě@9333333?nO?ěS?dZ1?M?bM@T@Q@&@`?bM?vȴ9?QR@a1 cupGrains and Pasta .4? -SPAGHETTI,WHOLE-WHEAT,DRY@\(\@u@-B\(?ffffff?@RR@D@ =p @a@p @j@ @\(?Vu@p =q@R@?;dZ?M@Q?|hr?̋C%@L@L@L?ЃnP?\(?n@L2 ozGrains and PastaM4E -SPAGHETTI,WHOLE-WHEAT,Cooked@Pə@_@QR?GzH?(\)@:=p @?陙@.?\(@>@V@@F@?Q?`A7K?bM@9fffff?S? =p ?柾vȴ9?`A7?9XbM@@@@?333333?ffffff@@T@?XbM?333333?C$@a1 cupGrains and Pasta zE47 -SPAGHETTI,SPINACH,DRY@ zG@w@@*33333?Q?Gz@R =p@%333333? =p@M@ =p @e@t@w@B@zG?-V@(\)@O?;dZ?+ J@333333?lC?Ԭ1&y@H@H@H@|@7?zG{@b@qP@?hr!?+ I^?nP@L2 ozGrains and Pasta4= -SPAGHETTI,SPINACH,COOKED@Q\)@`@@QR?(\)?@:&fffff@>? =p@O@[@M@,?GzH?=p =?bM@6?E?^5?|?zG{?lC?tj~@(@(@(@c@ ?KƧ?nO;?r ě@a1 cupGrains and Pasta cc6N!4G -WHEAT FLOURS,BREAD,Unenriched@*Q@v@'\(?\(?zG@R!R@333333? =p@.?@9@X@@Y@?333333?KƧ?XbM@Cٙ?zG{?Q??1&x?l@@@@@@@?ٙ?333333?@S?;dZ?Q?C$@a 1 cupGrains and PastaE"45 -BARLEY FLOUR OR MEAL@(8Q@u@%??zG{@RGz@$333333?陙@@@p =q@X@r@sP@@?E?C%@Bٙ?׮zG?/v@tj~?\(?XbM@ @ @ ?=p =@@d?p =q?=p =?1&y@b1 cupGrains and Pasta ss:B#4/ -BARLEY MALT Flour@ kQ@v@$\(?p =q?Q@S33333@ffffff?陙@B@ =p@X@@r@l@&@zG{?GzH?+ J@Bٙ?333333?Ƨ-?ӶE@C%?vȴ9X?\(@C@C@C@3??=p =@@&@d?ش9XbN?A7Kƨ?~"@d@1 cupGrains and PastaA$4G -OAT Flour,Partially DEBRANNED@!@y@@-QR@"=p =?Q@Pl@?陙@K@@b@|@@w0@3@ ?+@tj~@A?$/??$/?ɺ^5?|?@@@@@@?ffffff@ @f?E@hr!@ oGrains and Pasta 2ppx (08@HPX`hpxRVRVRWRWRXRXRYRYRZRZR[R[R\R\R]R]R^R^R_R_R`R`RaRaRbRbRcRcRdRdReReRfRfRgRgRhRhRiRiRjRjRkRkRlRlRmRmRnRnRoRoRpRpRqRqRrRrRsRsRtRtRuRuRvRvRwRwRxRxRyRyRzRzR{R{R|R|R}R}R~R~RRRRRRRRRRRRRRRRRR wt%4- -RICE NOODLES,DRY@'R@v@ Q?Q?333333@T\(?@2?ffffff@(@c @>@f?zG?+?;dZ@.333333?vȴ9X?hr Ĝ?I^5?}?1&?Q@@@?Õ$/?ffffff?333333Grains and Pasta&43 -RICE NOODLES,COOKED@RtzG@[@?Q?ə? =p @8fffff?@?Q@@4@@3??tj~?/v@?nO;?pbM?nO;?+ I?xtj~@@@?O;dZ?vȴ9?O;dZ@f1 cupGrains and Pasta O5M4q3-MACARONI,PROTEIN-FORTIFIED,DRY,Enriched,(N X 6.25)@"u\(@w`@5ǮzH@ =p?Q@Pi@333333@C@@P@@d`@i @ ? =p?n?Q?E?ffffff@-V?S?ȴ9Xb@q`@p @4@|?E?XbM?O;dZ@W@1 cup, small shells@L2 ozGrains and Pasta,N4w3 -MACARONI,PROTEIN-FORTIFIED,Cooked,Enriched,(N X 6.25)@Mp =@d@!Q?Gz? =p@>Gz?@$? =p @>@I@E@??$/?ڰ ě?nO?ěS?dZ1?M?bM@T@Q@&@`?bM?vȴ9?QR@\1 cup, small shellsGrains and Pasta   V4Y -NOODLES,EGG,Cooked,Enriched,with SALT@Q,@`@?Q?θQ@8 =p?񙙙@(?p =q@3@Q@@<@d? =p?tj?ěS@533333?+??|hs?n?\(?nO;@P@L@@Z? =p @4@@? =p?ۅQ?1&@@@d1 cupGrains and PastaSZ4! -CORN,WHITE@$p =@v@" =p@\(?333333@R =q@@zG@_@j@@q@A@zG?tj? =p @/?أ =p?ɺ^5?|@ tj?"`A?lC?XbM?tj@M@d1 cupGrains and Pasta SM\4E -CORN Flour,WHOLE-GRAIN,WHITE@%R@v@Q@Gz?333333@S6fffff@#333333?zG{@@ =p @W@@q@s@?zG?p =q?p =q@.?|hr?zG{?ffffff?Vu?׮zG@9@9@9@?Gz?333333??@?`A7K?I^5?}?$/@]@1 cupGrains and Pasta(]4K -CORN Flour,MASA,Enriched,Yellow@"\(@v@"zG@=p =?Q@SGz@a@ =p@[@k@r@?zG{?šo?"`?/w?tj@#-V?Vu?׮zG@m @j @8@w@j@&@O@X@@,?$/?lC?$/@\1 cupGrains and Pasta VV&K`4A -CORNMEAL,WHOLE-GRAIN,WHITE@$Q@v@ =p =@ Q?zG@S8\)@333333?zG{@@ @_@n @q@A?Q?ȴ9XbN?;dZ@/?أ =p?ɺ^5?|@ Vu?333333?tj~@9@9@9@?Gz?333333??@?(\)?Vt?5?|h@^1 cupGrains and PastaUa4U -SPAGHETTI,Cooked,Enriched,with SALT@P\(@a@zG?p =q?θQ@a ?c @e Ag Bi Ck D9 a< bC cG dN eR gV h` if jj ko ls my n~ p q   : < > @ C E G I K 8 O t         ‚% Â' Ă+ tt")4} -WHEAT Flour,WHITE,ALL-PURPOSE,Enriched,CALCIUM-FORTIFIED@' =p@v@$\)?\(\?zG@S =p@@o@\(@6@[@Z@?ffffff?nO;?m?Q?ߝ-V@-V?1&x?+ I@f@c@@=@r0?Q? =p?E?nO;@_@1 cupGrains and PastaY04A3 -MACARONI,Cooked,Unenriched@P\(@a@zG?p =q?θQ@*E@?cup, large curd (not packed)@j@$)?@oz@\@.(%@?slice (1 oz)@<,'!@?cubic inch@1$&@?oz@!@?cubic inch@1$=@?oz@+E@?cup, small curd (not packed)@l R{Mm; X&R0T)@?package (8 oz)@l`%S@?box@\@,R!@?cubic inch@2$Q@?oz@S$iBZ3$(??oz@&6@?tbsp@.%5??cup@nB4M@?container, individual (.5 fl oz)@.'3@?fl oz@>333333&2@?tbsp@.%1??cup@n@-0#@?slice, thin@,'/@?slice@A,.!@?jar (5 oz)@a,-!@?cubic inch@2$,@?oz@sK!~T,L7R7+@?container, individual@.'Q+@?fl oz@>%P+??cup@n'O$@?quart@'N$@?fl oz@>%M$??cup@n'L#@?quart@%K#??cup@n&J"@?tbsp@(%I"??cup@m`'H!@?quart@'G!@?fl oz@?%F!??cup@o&E @?tbsp@(%D ??cup@l&C@?tbsp@.%B??cup@n@&A@?tbsp@%@??cup@N'?@?fl oz@=&>@?tbsp@.D=Q@?cup, fluid (yields 2 cups whipped)@m NvN&i@ kCxN'h4@?quart@%g4??cup@n'f3@?quart@'e3@?fl oz@>%d3??cup@n$c2@?oz@%}=??cup@n'|<@?quart@%{%v:??cup@n'u9@?quart@%t9??cup@n's8@?quart@%r8??cup@n'q7@?quart@'p7@?fl oz@>%o7??cup@n'n6@?quart@%m6??cup@n'l5@?quart@'k5@?fl oz@>&j5@?tbsp@.%i5??cup@n Q\2 d:r9zQ&F@?tbsp@%F??cup@^$E@?lb@\@$E??oz@% C??cup@^% B@?cup@@% B??cup@`' A@?quart@' A@?fl oz@>%A??cup@n'@@?quart@'@@?fl oz@>%@??cup@n'?@?quart@%???cup@n'>@?quart@'>@?fl oz@>%>??cup@n J\,b8j@rJ%,S??cup@n'+R@?quart@'*R@?fl oz@>%)R??cup@n'(Q@?fl oz@?333333%'Q??cup@o@'&P@?quart@@%%P??cup@o@'$O@?quart@@'#O@?fl oz@?333333%"O??cup@o@'!N@?quart@@' N@?fl oz@?333333%N??cup@o@%I@?cup@`'I@?fl oz@?fffff%I??cup@p%H@?cup@_-#H@?can (13 oz)@w'H@?fl oz@?%H??cup@o'G@?fl oz@C%G??cup@s \\2pH{S*\/A']??cup (8 fl oz)@n2@-\@?container (4 oz)@\@2?-\@?container (8 oz)@l`/>'\??cup (8 fl oz)@n&=[@?tbsp@%<[??cup@b ';Z@?quart@%:Z??cup@n&9Y@?tbsp@333333%8Y??cup@L'7X@?quart@%6X??cup@n35/W@?container (11 oz)@s'4W??fl oz@ :d/^,V!:HSYa@?container, Dannon Sprinkl'ins (4.1 oz)@]2R-a@?container (8 oz)@l`2Q-a@?container (6 oz)@e@/P'a??cup (8 fl oz)@n2O-`@?container (4 oz)@\@2N-`@?container (8 oz)@l`2M-`@?container (6 oz)@e@2L-`@?container (5 oz)@a4K1`@?container (4.4 oz)@_@/J'`??cup (8 fl oz)@n2I-_@?container (4 oz)@\@2H-_@?container (8 oz)@l`/G'_??cup (8 fl oz)@n2F-^@?container (4 oz)@\@2E-^@?container (8 oz)@l`/D'^??cup (8 fl oz)@n2C-]@?container (4 oz)@\@2B-]@?container (8 oz)@l` [a'yN$Y2[&hj??tbsp@.'gi@?large@I&fi@?tbsp@!.e%i??cup, chopped@a'dh??large@G$cg??lb@l`$bf??lb@l`'ae@?large@1%`e??cup@n`'_d@?large@@%^d??cup@n`']c@?small@B(\c@?medium@F'[c@?large@I'Zc@?large@I'Yc@?jumbo@P@-X#c@?extra large@M7W7c??cup (4.86 large eggs)@n`2V-b@?container (4 oz)@\@2U-b??container (8 oz)@l`2T-a@?container (4 oz)@\@ ;[1X(~V.e;'w@?fl oz@G&~w@?tbsp@0%}w??cup@o`%|v@?cup@N%{v??cup@n%zu??egg@S%yt??egg@"%xs??egg@b%wr??egg@Q&vq@?tbsp@-u#q??cup, sifted@P&tp@?tbsp@,-s#p??cup, sifted@Z$ro??lb@l`&qn@?tbsp@-p#n??cup, sifted@U@&om@?tbsp@-n#m??cup, sifted@U@'ml@?large@N&ll@?tbsp@+ffffff%kl??cup@k'jk??large@I'ij@?large@N Ya&}V'wO%Y%??cup@^%@?cup@_'??fl oz@?'@?quart@%??cup@n'@?quart@%??cup@n,!~@?jar (5 oz)@a$ ~??oz@%$??cup@n`%#@?cup@[%"??cup@j$!@@oz@U@' @?slice@<,!@?cubic inch@2$@?oz@ MnG_0wHtM$@??oz@<$???oz@<'>??slice@5&=?@tbsp@A&<?@tbsp@@.;%@?slice (1 oz)@<,:!@?cubic inch@1$9@?oz@333333&H@?tbsp@.%G??cup@n@2F-??container (8 oz)@l`2E-??container (8 oz)@l`4D1??container (4.4 oz)@_@2C-??container (8 oz)@l`&B?@tbsp@@&A?@tbsp@? L~N%[2 h?uL&k??tbsp@ffffff%j@?tsp@&i??tbsp@333333%h@?tsp@&g??tbsp@%f@?tsp?&e??tbsp@%d@?tsp?333333&c??tbsp?%b@?tsp@&a??tbsp@ffffff%`@?tsp@ffffff&_??tbsp@333333%^@?tsp@&]??tbsp@%\@?tsp?333333&[??tbsp?ffffff%Z@?tsp@&Y??tbsp@-X#@?tsp, ground@.W%??tbsp, ground@333333%V@?tsp@&U??tbsp@ J^6 kCxP'{J.#@?tsp, ground? .#??tsp, leaves? &@?tsp@333333 '??tbsp@ %~@?tsp@&}??tbsp@%|@?tsp@ ffffff&{??tbsp@&ffffff%z@?tsp?333333&y??tbsp?333333%x@?tsp?333333&w??tbsp@333333%v@?tsp?&u??tbsp@%t@?tsp@ffffff&s??tbsp@ %r@?tsp@ &q??tbsp@&333333%p@?tsp@&o??tbsp@333333%n@?tsp?&m??tbsp@%l@?tsp@ \^5 jBwO&\%@?tsp?ffffff&??tbsp@%@?tsp?ffffff&??tbsp@%@?tsp?333333&??tbsp@ ffffff%@?tsp?333333&??tbsp@ffffff%@?tsp?&??tbsp@ %@?tsp@ffffff&??tbsp@!% @?tsp@333333& ??tbsp@ffffff% @?tsp?& ??tbsp@333333& @?dash?%@?tsp@&??tbsp@%@?tsp?333333&??tbsp?%@?tsp@&??tbsp@ S~LX'S({S%.@?tsp@&-@?tbsp@2%,??cup@r@1++@?tsp or 1 packet@%*??cup@o@()@@sprigs?,(!??cup sprigs@!('@@leaves@&&?@tbsp@333333%%@?tsp@&$??tbsp@333333.#%@?tbsp, ground@333333-"#@?tsp, ground?ffffff/!%@?tbsp, leaves@. #??tsp, leaves?.%@?tbsp, ground@333333-#@?tsp, ground?/%@?tbsp, leaves?.#??tsp, leaves?333333 %@?tsp?ffffff&??tbsp@ Q^6lCyG|Q(E@@leaves?&D?@tbsp@ %C@?tsp?ffffff&B??tbsp?333333%A@?tsp@&@??tbsp@./?'??tbsp, drained@!333333&>@?dash?ə%=@?tsp@&<@?tbsp@1%;??cup@n%:@?tsp@&9??tbsp@*%8@?tsp@&7??tbsp@*%6@?tsp@&5@?tbsp@*%4??cup@j%3@?tsp?ٙ%2??tsp?陙&1@?tbsp@.%0??cup@n&/@?dash?ٙ H]6DHHBXM @?jar Gerber Second Foods (2.5 oz)@Q@WI @?jar Beech-Nut Stage 1 (2.5 oz)@Q%V @?jar@Q$U @?oz@wE @?jar Gerber Graduate (2.5 oz)@Q%v @?jar@Q'u ??stick@$=tC @?jar Heinz Junior-3 (2.5 oz)@QAsK @?jar Gerber Third Foods (2.5 oz)@Q%r @?jar@Q$q @?oz@E @?jar Beech-Nut Stage 2 (4 oz)@\@?G @?jar Gerber Second Food (4 oz)@\@% @?jar@\@$ @?oz@E @?jar Gerber Graduate (2.5 oz)@Q% @?jar@Q' ??stick@$>E @?jar Gerber Graduate (2.5 oz)@Q% @?jar@Q' ??stick@$AK @?jar Gerber Third Foods (2.5 oz)@Q% @?jar@Q$ @?oz@E @?jar Beech-Nut Stage 2 (4 oz)@\@?G @?jar Gerber Second Food (4 oz)@\@% @?jar@\@$ @?oz@E @?jar Beech-Nut Stage 3 (6 oz)@e@% @?jar@e@$ @?oz@4E @?jar Beech-Nut Stage 2 (4 oz)@\@?3G @?jar Gerber Second Food (4 oz)@\@;2? @?jar Earth's Best (4.5 oz)@`%1 @?jar@\@$0 @?oz@&E @?jar Beech-Nut Stage 3 (6 oz)@e@ QU^6c<Q=JC @?jar Heinz Strained-2 (4 oz)@\@>IE @?jar Beech-Nut Stage 2 (4 oz)@\@?HG @?jar Gerber Second Food (4 oz)@\@%G @?jar@\@$F @?oz@ ??cup@p>=E ??jar Beech-Nut Stage 2 (4 oz)@\@;<? @?jar Heinz Junior-3 (6 oz)@e@?;G @?jar Gerber Third Foods (6 oz)@e@>:E @?jar Beech-Nut Stage 3 (6 oz)@e@%9 @?jar@e@ 5`h@pG u5=^C @?jar Heinz Strained-2 (4 oz)@\@>]E @?jar Beech-Nut Stage 2 (4 oz)@\@?\G @?jar Gerber Second Food (4 oz)@\@%[ @?jar@\@$Z @?oz@UE @?jar Beech-Nut Stage 2 (4 oz)@\@%T @?jar@\@$S @?oz@iE @?jar Beech-Nut Stage 2 (4 oz)@\@%h @?jar@\@$g @?oz@bE @?jar Beech-Nut Stage 3 (6 oz)@e@%a @?jar@e@$` @?oz@E @?jar Beech-Nut Stage 2 (4 oz)@\@?G @?jar Gerber Second Food (4 oz)@\@% @?jar@\@$ @?oz@tE @?jar Beech-Nut Stage 2 (4 oz)@\@?sG @?jar Gerber Second Food (4 oz)@\@ PUw9WwP$ ??oz@E @?jar Beech-Nut Stage 3 (6 oz)@e@% @?jar@e@ 7`8q1wO_7%. @?jar@\@$- @?oz@)E @?jar Beech-Nut Stage 3 (6 oz)@e@%( @?jar@e@$' @?oz@ E @?jar Beech-Nut Stage I (4 oz)@\@% @?jar@\@$ @?oz@@E @?jar Beech-Nut Stage 3 (6 oz)@e@%? @?jar@e@$> @?oz@6E @?jar Beech-Nut Stage I (4 oz)@\@E5S @?jar Beech-Nut Baby's First (2.5 oz)@Q%4 @?jar@\@$3 @?oz@HE @?jar Beech-Nut Stage I (4 oz)@\@EGS @?jar Beech-Nut Baby's First (2.5 oz)@Q%F @?jar@\@$E @?oz@bE %@?jar Beech-Nut Stage 3 (6 oz)@e@%a %@?jar@e@$` %@?oz@XE $@?jar Beech-Nut Stage I (4 oz)@\@EWS $@?jar Beech-Nut Baby's First (2.5 oz)@Q%V $@?jar@\@$U $@?oz@vE -@?jar Beech-Nut Stage 3 (6 oz)@e@%u -@?jar@e@$t -@?oz@mE ,@?jar Beech-Nut Stage I (4 oz)@\@ElS ,@?jar Beech-Nut Baby's First (2.5 oz)@Q%k ,@?jar@\@$j ,@?oz@gE (@?jar Gerber Graduate (4.5 oz)@Q&f (@?tbsp@$%e (??cup@d` BW0[2 ` B; ? 0@?jar Heinz Junior-3 (6 oz)@e@% 0@?jar@e@$ 0@?oz@E /@?jar Beech-Nut Stage 2 (4 oz)@\@?G /@?jar Gerber Second Food (4 oz)@\@% /@?jar@\@$ /@?oz@E 1@?jar Beech-Nut Stage I (4 oz)@\@ES 1@?jar Beech-Nut Baby's First (2.5 oz)@Q%  1@?jar@\@$  1@?oz@lD%. ;@?jar@e@$- ;@?oz@'E :@?jar Beech-Nut Stage I (4 oz)@\@E&S :@?jar Beech-Nut Baby's First (2.5 oz)@Q%% :@?jar@\@$$ :@?oz@z:?>?E =@?jar Beech-Nut Stage 3 (6 oz)@e@%> =@?jar@e@$= =@?oz@6E <@?jar Beech-Nut Stage I (4 oz)@\@E5S <@?jar Beech-Nut Baby's First (2.5 oz)@Q%4 <@?jar@\@$3 <@?oz@/E ;@?jar Beech-Nut Stage 3 (6 oz)@e@ 1W0]6|TY1%S B@?jar@\@$R B??oz@@?jar Heinz Strained-2 (4 oz)@\@?EG >@?jar Gerber Second Food (4 oz)@\@%D >@?jar@\@$C >@?oz@??tbsp@.;A? =@?jar Heinz Junior-3 (6 oz)@e@?@G =@?jar Gerber Third Foods (6 oz)@e@ ?jC l.kBf?$g I??oz@_E F@?jar Beech-Nut Stage 2 (4 oz)@\@?^G F@?jar Gerber Second Food (4 oz)@\@;]? F@?jar Earth's Best (4.5 oz)@`%\ F@?jar@\@$[ F@?oz@kE K@?jar Beech-Nut Stage 3 (6 oz)@e@)j K@?jar NFS@e@&i K??tbsp@0%h I@?jar@e@ Q{R+@_7Q?G [@?jar Gerber Second Food (4 oz)@\@) [@?jar NFS@\@&  [??tbsp@.%  Z@?jar@\@$  Z??oz@E V@?jar Beech-Nut Stage 2 (4 oz)@\@?G V@?jar Gerber Second Food (4 oz)@\@% V@?jar@\@$ V@?oz@ p??oz@.$= m@?oz@.&< m??tbsp@3333332;- k@?bottle (4 fl oz)@_@%: k@?jar@_'9 k??fl oz@?333333%8 j@?jar@_'7 j??fl oz@?333333%6 i@?jar@_ Pa8WvO'{P(b ??cookie@ 1a+ @?packet (.75 oz)@5&` ??tbsp@333333%_ @?jar@e@$^ ??oz@ E @?jar Beech-Nut Stage 2 (4 oz)@\@?G @?jar Gerber Second Food (4 oz)@\@% @?jar@\@$ @?oz@wO%2 ??cup@p)1 ??serving@g%0 @?jar@_'/ ??fl oz@?333333F.U @?bottle Gerber Second Foods (4 fl oz)@_@D-Q @?bottle Beech-Nut Stage 2 (4 fl oz)@_@A,K @?bottle Heinz Strained (4 fl oz)@_@A+K @?bottle Earth's Best (4.2 fl oz)@``%* @?jar@_') ??fl oz@?333333;(? @?jar Heinz Junior-3 (6 oz)@e@?'G @?jar Gerber Third Foods (6 oz)@e@>&E @?jar Beech-Nut Stage 3 (6 oz)@e@%% @?jar@e@$$ @?oz@oGoG%G @?jar@\@$F ??oz@ @?jar@e@$= @?oz@6E @?jar Beech-Nut Stage 3 (6 oz)@e@%5 @?jar@e@$4 @?oz@YE @?jar Beech-Nut Stage 2 (4 oz)@\@?XG @?jar Gerber Second Food (4 oz)@\@%W @?jar@\@$V ??oz@ME @?jar Beech-Nut Stage 3 (6 oz)@e@%L @?jar@e@$K @?oz@'o??scoop@!ffffff'n??fl oz@?ffffff'm??fl oz@>$l??oz@`E @?jar Beech-Nut Stage 2 (4 oz)@\@&_ ??tbsp@0=^C @?jar Heinz Strained-2 (4 oz)@\@?]G @?jar Gerber Second Food (4 oz)@\@%\ @?jar@\@$[ ??oz@'??fl oz@>'??fl oz@>'??scoop@!ffffff'??scoop@!'??scoop@!'??fl oz@>'~??fl oz@>'}??fl oz@>'|??scoop@!'{??fl oz@?'z??scoop@"'y??fl oz@?'x??scoop@#333333'w??fl oz@>'v??fl oz@>'u??scoop@#333333't??scoop@ 's??fl oz@>'r??scoop@ 'q??fl oz@?ffffff ?X.\2`6 g?%??cup@i&@?tbsp@)%??cup@i'Z??fl oz@>'X??scoop@333333'V??fl oz@?ffffff'U??fl oz@>'I??scoop@"'=??fl oz@?fffff''5??scoop@!ffffff'2??fl oz@>ffffff'+??scoop@ ')??fl oz@?ffffff'(??fl oz@>ffffff'??fl oz@?'??scoop@!ffffff' ??fl oz@?ffffff' ??fl oz@?'  ??scoop@!'  ??fl oz@?ffffff'  ??fl oz@>ffffff'??fl oz@> X\3 c: ]5X,4!??tablespoon@+%3@?cup@n,2!??tablespoon@.%1@?cup@p@,0!??tablespoon@0%/@?cup@n,.!??tablespoon@.%-@?cup@p@,,!??tablespoon@0%+@?cup@m`,*!??tablespoon@-ffffff&)@?tbsp@0%(??cup@o@%'@?cup@n,&!??tablespoon@.%%@?cup@n&$??tbsp@.&#??tbsp@0&"??tbsp@0&!??tbsp@0& ??tbsp@.&@?tbsp@) RT,~O'P(R,J!??tablespoon@+333333%I@?tsp@%H@?cup@k@,G!??tablespoon@+333333%F@?cup@k@%E@?tsp@,D!??tablespoon@+333333&C@?tbsp@)%B??cup@i%A@?cup@n,@!??tablespoon@.%?@?cup@l ,>!??tablespoon@,333333%=@?cup@n,<!??tablespoon@.%;@?cup@n,:!??tablespoon@.%9@?cup@k,8!??tablespoon@+(7@?packet@$'6@?tbsp@,%5@?cup@k OY1g?oGwO%a@?tsp@%`@?cup@k@&_??tbsp@+333333%^@?tsp@%]@?cup@k@,\!??tablespoon@+333333%[@?tsp@%Z@?cup@k&Y??tbsp@+333333%X@?tsp@%W@?cup@k,V!??tablespoon@+%U@?tsp@%T@?cup@k@&S??tbsp@+333333%R@?tsp@%Q@?cup@k@&P??tbsp@+333333%O@?tsp@%N@?cup@k,M!??tablespoon@+%L@?tsp@%K@?cup@k@ R\4 f>pHzR%x??tsp@'w@?stick@\@%v??tsp@'u@?stick@\@%t??tsp@'s@?stick@\@%r??tsp@'q@?stick@\@%p??tsp@'o@?stick@\@%n??tsp@'m@?stick@\@%l??tsp@'k@?stick@\@%j??tsp@'i@?stick@\@%h??tsp@'g@?stick@\@%f??tsp@'e@?stick@\@%d??tsp@'c@?stick@\@%b??tsp@ Z\2 f=rJ"Z%@?tsp@333333%??cup@m%  @?tsp@333333%  ??cup@m%  @?tsp@333333%  ??cup@m%  @?tsp@333333% ??cup@m% @?tsp@333333% ??cup@l( @?packet@% @?tsp@& @?tbsp@,ffffff% ??cup@l`'@?stick@\@%??tsp@'@?stick@\@%~??tsp@'}@?stick@\@%|??tsp@'{@?stick@\@%z??tsp@'y@?stick@\@ [_6 c;]3 [,%!&??tablespoon@0%$%@?cup@k,#!%??tablespoon@,'"$@?stick@\@%!$??tsp@' #@?stick@\@%#??tsp@% @?cup@m,! ??tablespoon@H&?@tbsp@@3/@?individual packet@(%@?cup@o@,!??tablespoon@0&?@tbsp@A&?@tbsp@?&?@tbsp@>&?@tbsp@?&?@tbsp@=%@?cup@m`&??tbsp@-ffffff%@?tsp@333333%??cup@m JR*|M%wH rJ%;@?cup@k@,:!??tablespoon@+333333%9@?tsp@%8@?cup@k@,7!??tablespoon@+333333%6@?cup@p,5!??tablespoon@0%42@?cup@k,3!2??tablespoon@,%21@?cup@k,1!1??tablespoon@+%00@?cup@n,/!0??tablespoon@.%./@?cup@m`,-!/??tablespoon@-ffffff%,.@?cup@p@,+!.??tablespoon@0%*,@?cup@n,)!,??tablespoon@.%('@?cup@o@,'!'??tablespoon@0%&&@?cup@o __7f7]._%Q@?tsp@%P@?cup@k@,O!??tablespoon@+333333%N@?tsp@%M@?cup@k@,L!??tablespoon@+333333%K@?tsp@%J@?cup@k@,I!??tablespoon@+3333330H)@@tbsp (1/8 cup)@;%G@?cup@k@,F!??tablespoon@+333333%E@?tsp@%D@?cup@k@,C!??tablespoon@+333333&B@?1tsp@&A@?tbsp@k@%@??cup@+333333%?@?tsp@%>@?cup@k@&=??tbsp@+333333%<@?tsp@ :X0e6g8i:,h!??tablespoon@+333333%g@?tsp@%f@?cup@k@,e!??tablespoon@+333333%d@?tsp@%c@?cup@k@,b!??tablespoon@+333333%a@?tsp@%`@?cup@k@,_!??tablespoon@+333333%^@?tsp@%]@?cup@+333333,\!??tablespoon@k@'[@?stick@\@%Z??tsp@&Y@?tbsp@)%X??cup@i%W@?tsp@%V@?cup@k@&U??tbsp@+333333%T@?tsp@%S@?cup@k@,R!??tablespoon@+333333 B_7a2 b:jB%@?tsp@%~@?cup@k@&}??tbsp@+333333%|@?cup@i,{!??tablespoon@)%z@?tsp@%y@?cup@k@,x!??tablespoon@+333333&w@?tbsp@)%v??cup@i%u@?tsp@%t@?cup@k@,s!??tablespoon@+333333%r@?cup@n,q!??tablespoon@.%p@?tsp@%o@?cup@k@,n!??tablespoon@+333333%m@?tsp@%l@?cup@k@&k??tbsp@+333333%j@?tsp@%i@?cup@k@ PzR)_6lCyP&??tbsp@+333333%@?cup@i&??tbsp@)%@?cup@i&??tbsp@)%@?cup@i&??tbsp@)%@?cup@i&??tbsp@)% @?cup@i& ??tbsp@)% @?cup@i& ??tbsp@)% @?cup@i&??tbsp@)%@?cup@i&??tbsp@)%@?cup@i&??tbsp@)%@?cup@i,!??tablespoon@)%@?cup@i,!??tablespoon@) ^_6mDzQ(^&-@?1tsp@%,@?cup@k@&+??tbsp@,%*@?tsp@%)@?cup@k@&(??tbsp@,&'@?1tsp@%&@?cup@k@&%??tbsp@,&$@?tbsp@)%#??cup@i%"@?tsp@333333&!@?tbsp@)% ??cup@i%@?cup@i&??tbsp@)%@?tsp@%@?cup@k@&??tbsp@+333333%@?tsp@%@?cup@k@&??tbsp@+333333%@?cup@k@ [^6jBxO'[&D@?1tsp@&C@?tbsp@+333333%B??cup@k@&A@?1tsp@&@@?tbsp@+333333%???cup@k@&>@?1tsp@&=@?tbsp@+333333%<??cup@k@%;@?tsp@%:@?cup@k@&9??tbsp@+333333%8@?cup@i&7??tbsp@)%6@?cup@i&5??tbsp@)'4@?stick@\@%3@?tsp@%2@?cup@l`&1??tbsp@,ffffff%0@?tsp@%/@?cup@k@&.??tbsp@, G^5 iAc9oG%[@?tsp@333333%Z??cup@l&Y@?tbsp@,%X??cup@l&W@?tbsp@,ffffff%V??cup@l`'U@?stick@\@8T9@?pat (1" sq, 1/3" high)@%S@?tsp@&R@?tbsp@,ffffff'Q??tbsp@,%P??tsp@333333%O@?cup@i&N??tbsp@)&M@?1tsp@&L@?tbsp@+333333%K??cup@k@&J@?1tsp@&I@?tbsp@+333333%H??cup@k@&G@?1tsp@&F@?tbsp@)%E??cup@i E]5 X.a9nE&r??tbsp@0&q@?tbsp@)%p??cup@i&o@?tbsp@.%n??cup@n&m@?tbsp@-333333%l??cup@m &k??tbsp@,'j??tbsp@,&i??tbsp@.&h @?tbsp@,ffffff%g ??cup@l`'f @?stick@\@8e9 @?pat (1" sq, 1/3" high)@&d @?tbsp@,ffffff%c ??cup@l`%b@?cup@i&a??tbsp@)%`@?cup@i&_??tbsp@)&^@?tsp@333333&]@?tbsp@,%\??cup@l VX)}P!uH~V%(@?tsp@%(@?cup@k@&(??tbsp@+333333%&@?tsp@%&@?cup@k@&&??tbsp@+333333*%@?teaspoon@%%@?cup@k@,!%??tablespoon@+333333%$@?cup@k@*~$@?teaspoon@,}!$??tablespoon@+333333*|#@?teaspoon@%{#@?cup@k@,z!#??tablespoon@+333333%y"@?cup@k@*x"@?teaspoon@,w!"??tablespoon@+333333,v!??tablespoon@,%u@?cup@l&t??tbsp@,%s@?cup@p ^^6lDzR*^&1??tbsp@+333333%0@?tsp@%0@?cup@k@&0??tbsp@+333333'/??tbsp@,%.@?tsp@%.@?cup@k@&.??tbsp@+333333%-@?tsp@%-@?cup@k@&-??tbsp@+333333%,@?tsp@%,@?cup@k@&,??tbsp@+333333%+@?tsp@%+@?cup@k@&+??tbsp@+333333%*@?tsp@% *@?cup@k@& *??tbsp@+333333% )@?tsp@% )@?cup@k@& )??tbsp@+333333 a_7mE{S*a%68@?tsp@%58@?cup@k@&48??tbsp@+333333%37@?tsp@%27@?cup@k@&17??tbsp@+333333%06@?tsp@%/6@?cup@k@&.6??tbsp@+333333%-5@?tsp@%,5@?cup@k@&+5??tbsp@+333333%*4@?tsp@%)4@?cup@k@&(4??tbsp@+333333%'3@?tsp@%&3@?cup@k@&%3??tbsp@+333333%$2@?tsp@%#2@?cup@k@&"2??tbsp@+333333%!1@?tsp@% 1@?cup@k@ V\4 W(P$VNIe@?unit (yield from 1 lb ready-to-cook chicken)@i)H??chicken@PNGe@?unit (yield from 1 lb ready-to-cook chicken)@j)F??chicken@ NEe@?unit (yield from 1 lb ready-to-cook chicken)@s@)D??chicken@)C??chicken@X,B!E??tablespoon@,,A!D??tablespoon@,,@!C??tablespoon@,,?!B??tablespoon@,,>!A??tablespoon@,%=<@?tsp@%<7??cup, chopped or diced@a6=5@?breast, bone removed@XN<e@?unit (yield from 1 lb ready-to-cook chicken)@M7;7??cup, chopped or diced@a6:5@?breast, bone removed@X :u3UR:NUe@?unit (yield from 1 lb ready-to-cook chicken)@A7T7??cup, chopped or diced@a9S;@?drumstick, bone removed@JNRe@?unit (yield from 1 lb ready-to-cook chicken)@?7Q7??cup, chopped or diced@a9P;@?drumstick, bone removed@HNOe??unit (yield from 1 lb ready-to-cook chicken)@=9N;@?drumstick, bone removed@RNMe??unit (yield from 1 lb ready-to-cook chicken)@E9L;@?drumstick, bone removed@R@NKe??unit (yield from 1 lb ready-to-cook chicken)@F?JG@?breast, bone and skin removed@WNIe@?unit (yield from 1 lb ready-to-cook chicken)@L7H7??cup, chopped or diced@a HW|Br!~H3b/@?leg, bone removed@d[a??leg, bone removed (yield from 1 lb ready-to-cook chicken)@Y@B`M@?drumstick, bone and skin removed@GN_e@?unit (yield from 1 lb ready-to-cook chicken)@<7^7??cup, chopped or diced@dB]M@?drumstick, bone and skin removed@FN\e@?unit (yield from 1 lb ready-to-cook chicken)@:7[7??cup, chopped or diced@aBZM@?drumstick, bone and skin removed@ENYe??unit (yield from 1 lb ready-to-cook chicken)@9BXM@?drumstick, bone and skin removed@OjW ??drumstick bone and skin removed (yield from 1 lb ready-to-cook chicken)@B9V;@?drumstick, bone removed@L :y(g1p y:E@?thigh, bone and skin removed@JNe@?unit (yield from 1 lb ready-to-cook chicken)@?77??cup, chopped or diced@a>E@?thigh, bone and skin removed@JNe??unit (yield from 1 lb ready-to-cook chicken)@?>E@?thigh, bone and skin removed@Q@g ??thigh, bone and skin removed (yield from 1 lb ready-to-cook chicken)@D53@?thigh, bone removed@QNe??unit (yield from 1 lb ready-to-cook chicken)@D5 3@?thigh, bone removed@ON e@?unit (yield from 1 lb ready-to-cook chicken)@B +_(OV+f& ??wing, bone and skin removed (yield from 1 lb ready-to-cook chicken)@14%1@?wing, bone removed@DN$e@?unit (yield from 1 lb ready-to-cook chicken)@87#7??cup, chopped or diced@a4"1@?wing, bone removed@AN!e@?unit (yield from 1 lb ready-to-cook chicken)@57 7??cup, chopped or diced@a41@?wing, bone removed@@Ne??unit (yield from 1 lb ready-to-cook chicken)@341@?wing, bone removed@HNe??unit (yield from 1 lb ready-to-cook chicken)@=41@?wing, bone removed@H] ??wing, bone removed (yield from 1 lb ready-to-cook chicken)@=>E@?thigh, bone and skin removed@K No/d{*NN4e??unit (yield from 1 lb ready-to-cook chicken)@j@737@?chicken, bone removed@N2e??unit (yield from 1 lb ready-to-cook chicken)@rPN1e@?unit (yield from 1 lb ready-to-cook chicken)@m`)0??chicken@)/??chicken@=.C@?wing, bone and skin removed@8N-e@?unit (yield from 1 lb ready-to-cook chicken)@,7,7??cup, chopped or diced@a=+C@?wing, bone and skin removed@5N*e??unit (yield from 1 lb ready-to-cook chicken)@*=)C@?wing, bone and skin removed@4N(e??unit (yield from 1 lb ready-to-cook chicken)@(='C@?wing, bone and skin removed@= /u2V*N /NBe??unit (yield from 1 lb ready-to-cook chicken)@\@NAe@?unit (yield from 1 lb ready-to-cook chicken)@S7@7??cup, chopped or diced@a@?I@?chicken, bone and skin removed@kN>e??unit (yield from 1 lb ready-to-cook chicken)@XN=e@?unit (yield from 1 lb ready-to-cook chicken)@.7<7??cup, chopped or diced@b );@?giblets@\@N:e??unit (yield from 1 lb ready-to-cook chicken)@9N9e@?unit (yield from 1 lb ready-to-cook chicken)@e`787??cup, chopped or diced@a@7I@?chicken, bone and skin removed@}N6e??unit (yield from 1 lb ready-to-cook chicken)@j 757@?chicken, bone removed@~ ]2{Ae+]7P7??cup, chopped or diced@a@OI@?chicken, bone and skin removed@qNNe??unit (yield from 1 lb ready-to-cook chicken)@h@7M7@?chicken, bone removed@pPNLe??unit (yield from 1 lb ready-to-cook chicken)@f@7K7@?chicken, bone removed@xNJe??unit (yield from 1 lb ready-to-cook chicken)@p7I7@?chicken, bone removed@NHe@?unit (yield from 1 lb ready-to-cook chicken)@i@7G7??cup, chopped or diced@d)F??chicken@HNEe@?unit (yield from 1 lb ready-to-cook chicken)@W7D7??cup, chopped or diced@a@CI@?chicken, bone and skin removed@p ?^2V7i?'^ ??capon@N]e @?unit (yield from 1 lb ready-to-cook chicken)@R@7\7 ??cup, chopped or diced@a@[I @?chicken, bone and skin removed@c@NZe ??unit (yield from 1 lb ready-to-cook chicken)@Z@NYe @?unit (yield from 1 lb ready-to-cook chicken)@P7X7 ??cup, chopped or diced@a@WI @?chicken, bone and skin removed@`@NVe ??unit (yield from 1 lb ready-to-cook chicken)@V@NUe@?unit (yield from 1 lb ready-to-cook chicken)@17T7??cup, chopped or diced@b )S@?giblets@T@NRe??unit (yield from 1 lb ready-to-cook chicken)@<NQe@?unit (yield from 1 lb ready-to-cook chicken)@a MOyMu'vM&m@?duck@wKl_@?unit (yield from 1 lb ready-to-cook duck)@e7k7??cup, chopped or diced@a&j@?duck@Ki_??unit (yield from 1 lb ready-to-cook duck)@qLha@?unit (yield from 1 lb ready-to cook capon)@&7g7??cup, chopped or diced@b Lfa@?unit (yield from 1 lb ready-to cook capon)@2)e??giblets@\Lda@?unit (yield from 1 lb ready-to cook capon)@h5c3??capon, bone removed@Lba@?unit (yield from 1 lb ready-to cook capon)@r5a3??capon, bone removed@ L`a@?unit (yield from 1 lb ready-to cook capon)@k@'_??capon@( -O`Y W-'}@?goose@0L|a@?unit (yield from 1 lb ready-to-cook goose)@g7{7??cup, chopped or diced@a'z@?goose@Lya??unit (yield from 1 lb ready-to-cook goose)@t?xG@?breast, bone and skin removed@TKw_??unit (yield from 1 lb ready-to-cook duck)@R@&v@?duck@pKu_??unit (yield from 1 lb ready-to-cook duck)@mKt_@?unit (yield from 1 lb ready-to-cook duck)@$'s??liver@F&r@?duck@kKq_@?unit (yield from 1 lb ready-to-cook duck)@Y7p7??cup, chopped or diced@a&o@?duck@rKn_??unit (yield from 1 lb ready-to-cook duck)@a R8EN!RN e#??unit (yield from 1 lb ready-to-eat pheasant)@e * "@?pheasant@vN e"??unit (yield from 1 lb ready-to-eat pheasant)@t`* !@?pheasant@yNe!??unit (yield from 1 lb ready-to-eat pheasant)@w0( @?guinea@pMc ??unit (yield from 1 lb ready-to-cook guinea)@q0(@?guinea@uMc??unit (yield from 1 lb ready-to-cook guinea)@vpLa@?unit (yield from 1 lb ready-to-cook goose)@&'??liver@W'@?goose@xLa??unit (yield from 1 lb ready-to-cook goose)@a'@?goose@L~a??unit (yield from 1 lb ready-to-cook goose)@g Km.<tJKK_*@?unit (yield rom 1 lb ready-to-cook squab)@b65*??breast, bone removed@Y@')@?squab@eK_)??unit (yield rom 1 lb ready-to-cook squab)@o`'(@?squab@hK_(??unit (yield rom 1 lb ready-to-cook squab)@r('@?breast@LLa'??unit (yield from 1 lb ready-to cook quail)@jLa&@?unit (yield from 1 lb ready-to cook quail)@u`'&??quail@WLa%@?unit (yield from 1 lb ready-to cook quail)@yP'%??quail@[@<A$@?leg, bone and skin removed@ZNe$??unit (yield from 1 lb ready-to-eat pheasant)@X? G#@?breast, bone and skin removed@f lZ G|Bl3)/1@?turkey, skin only@xM(c1??unit (yield from 1 lb ready-to-cook turkey)@IM'c0@?unit (yield from 1 lb ready-to-cook turkey)@j7&70??cup, chopped or diced@a?%G/@?turkey, bone and skin removed@M$c/??unit (yield from 1 lb ready-to-cook turkey)@q6#5.@?turkey, bone removed@M"c.@?unit (yield from 1 lb ready-to-cook turkey)@n7!7.??cup, chopped or diced@a6 5-@?turkey, bone removed@ Mc-??unit (yield from 1 lb ready-to-cook turkey)@t(,@?turkey@nMc,??unit (yield from 1 lb ready-to-cook turkey)@p@(+??turkey@ 0z*tGP%p0=:C;@?neck, bone and skin removed@fM9c;??unit (yield from 1 lb ready-to-cook turkey)@(787:@?cup, chopped or diced@a(7:??liver@T(69??liver@Y7578@?cup, chopped or diced@b (48??heart@5(37??heart@;7276@?cup, chopped or diced@b *16??gizzard@U*05??gizzard@XM/c4@?unit (yield from 1 lb ready-to-cook turkey)@$7.74??cup, chopped or diced@b )-3@?giblets@nM,c3??unit (yield from 1 lb ready-to-cook turkey)@03+/2@?turkey, skin only@oM*c2??unit (yield from 1 lb ready-to-cook turkey)@@ Fp ]$aF?HGA@?turkey, bone and skin removed@MGcA??unit (yield from 1 lb ready-to-cook turkey)@b6F5@@?turkey, bone removed@@MEc@@?unit (yield from 1 lb ready-to-cook turkey)@Z7D7@??cup, chopped or diced@a6C5?@?turkey, bone removed@`MBc???unit (yield from 1 lb ready-to-cook turkey)@c6A5>@?turkey, bone removed@hM@c>@?unit (yield from 1 lb ready-to-cook turkey)@a7?7>??cup, chopped or diced@a6>5=@?turkey, bone removed@M=c=??unit (yield from 1 lb ready-to-cook turkey)@f=<C<@?neck, bone and skin removed@cM;cr"VH41^??back, bone removed@`@Mc]@?unit (yield from 1 lb ready-to-cook turkey)@J41]??back, bone removed@fM~c\@?unit (yield from 1 lb ready-to-cook turkey)@V7}7\??cup, chopped or diced@a?|G[@?turkey, bone and skin removed@}M{c[??unit (yield from 1 lb ready-to-cook turkey)@aMzcZ@?unit (yield from 1 lb ready-to-cook turkey)@Z7y7Z??cup, chopped or diced@a?xGY@?turkey, bone and skin removed@~MwcY??unit (yield from 1 lb ready-to-cook turkey)@a6v5X@?turkey, bone removed@w`MucX??unit (yield from 1 lb ready-to-cook turkey)@Z6t5W@?turkey, bone removed@ Z` @~.Z?Gd@?breast, bone and skin removed@s M cd??unit (yield from 1 lb ready-to-cook turkey)@U? Gc@?breast, bone and skin removed@x`M cc??unit (yield from 1 lb ready-to-cook turkey)@[6 5b@?breast, bone removed@uM cb??unit (yield from 1 lb ready-to-cook turkey)@X65a@?breast, bone removed@{Mca??unit (yield from 1 lb ready-to-cook turkey)@^=C`@?back, bone and skin removed@XMc`??unit (yield from 1 lb ready-to-cook turkey)@;=C_@?back, bone and skin removed@bMc_??unit (yield from 1 lb ready-to-cook turkey)@EMc^@?unit (yield from 1 lb ready-to-cook turkey)@B 8z*eOx8=Ck@?wing, bone and skin removed@VMck??unit (yield from 1 lb ready-to-cook turkey)@:41j@?wing, bone removed@VMcj??unit (yield from 1 lb ready-to-cook turkey)@941i@?wing, bone removed@`Mci??unit (yield from 1 lb ready-to-cook turkey)@B<Ah@?leg, bone and skin removed@lMch??unit (yield from 1 lb ready-to-cook turkey)@P<Ag@?leg, bone and skin removed@tMcg??unit (yield from 1 lb ready-to-cook turkey)@W@3/f@?leg, bone removed@nMcf??unit (yield from 1 lb ready-to-cook turkey)@Q3/e@?leg, bone removed@uMce??unit (yield from 1 lb ready-to-cook turkey)@X LpEzAh&LM*cs??unit (yield from 1 lb ready-to-cook turkey)@IM)cr@?unit (yield from 1 lb ready-to-cook turkey)@j7(7r??cup, chopped or diced@a?'Gq@?turkey, bone and skin removed@ M&cq??unit (yield from 1 lb ready-to-cook turkey)@q@6%5p@?turkey, bone removed@M$cp??unit (yield from 1 lb ready-to-cook turkey)@n`6#5o@?turkey, bone removed@M"co??unit (yield from 1 lb ready-to-cook turkey)@tp(!n@?turkey@M cn??unit (yield from 1 lb ready-to-cook turkey)@pp(m??turkey@i=Cl@?wing, bone and skin removed@NMcl??unit (yield from 1 lb ready-to-cook turkey)@1 BzDk2P|B787z??cup, chopped or diced@a?7Gy@?turkey, bone and skin removed@M6cy??unit (yield from 1 lb ready-to-cook turkey)@b`?5Gx@?turkey, bone and skin removed@M4cx??unit (yield from 1 lb ready-to-cook turkey)@Z?3Gw@?turkey, bone and skin removed@M2cw??unit (yield from 1 lb ready-to-cook turkey)@c615v@?turkey, bone removed@M0cv??unit (yield from 1 lb ready-to-cook turkey)@a 6/5u@?turkey, bone removed@,M.cu??unit (yield from 1 lb ready-to-cook turkey)@e3-/t@?turkey, skin only@hM,ct??unit (yield from 1 lb ready-to-cook turkey)@?3+/s@?turkey, skin only@t $`] 6t$MFc??unit (yield from 1 lb ready-to-cook turkey)@Z@6E5@?breast, bone removed@pMDc??unit (yield from 1 lb ready-to-cook turkey)@[@6C5@?breast, bone removed@PMBc??unit (yield from 1 lb ready-to-cook turkey)@a`MAc~@?unit (yield from 1 lb ready-to-cook turkey)@A4@1~??back, bone removed@k M?c}@?unit (yield from 1 lb ready-to-cook turkey)@G4>1}??back, bone removed@rM=c|@?unit (yield from 1 lb ready-to-cook turkey)@W@7<7|??cup, chopped or diced@a?;G{@?turkey, bone and skin removed@`M:c{??unit (yield from 1 lb ready-to-cook turkey)@`@M9cz@?unit (yield from 1 lb ready-to-cook turkey)@] .zDm6 @~.MUc??unit (yield from 1 lb ready-to-cook turkey)@q6T5@?turkey, bone removed@|MSc??unit (yield from 1 lb ready-to-cook turkey)@m6R5@?turkey, bone removed@nMQc??unit (yield from 1 lb ready-to-cook turkey)@u (P@?turkey@EMOc??unit (yield from 1 lb ready-to-cook turkey)@p (N??turkey@g4M1@?wing, bone removed@eMLc??unit (yield from 1 lb ready-to-cook turkey)@<4K1@?wing, bone removed@lMJc??unit (yield from 1 lb ready-to-cook turkey)@B3I/@?leg, bone removed@|MHc??unit (yield from 1 lb ready-to-cook turkey)@Q3G/@?leg, bone removed@ =4^(O=Mcc??unit (yield from 1 lb ready-to-cook turkey)@Y6b5@?turkey, bone removed@xMac??unit (yield from 1 lb ready-to-cook turkey)@c6`5@?turkey, bone removed@xM_c??unit (yield from 1 lb ready-to-cook turkey)@a6^5@?turkey, bone removed@M]c??unit (yield from 1 lb ready-to-cook turkey)@g 3\/@?turkey, skin only@w`M[c??unit (yield from 1 lb ready-to-cook turkey)@@3Z/@?turkey, skin only@MYc??unit (yield from 1 lb ready-to-cook turkey)@IMXc@?unit (yield from 1 lb ready-to-cook turkey)@i7W7??cup, chopped or diced@a?VG@?turkey, bone and skin removed@ 1w5[X1Mqc??unit (yield from 1 lb ready-to-cook turkey)@c`Mpc@?unit (yield from 1 lb ready-to-cook turkey)@@4o1??back, bone removed@wMnc@?unit (yield from 1 lb ready-to-cook turkey)@F4m1??back, bone removed@`Mlc@?unit (yield from 1 lb ready-to-cook turkey)@V7k7??cup, chopped or diced@a?jG@?turkey, bone and skin removed@Mic??unit (yield from 1 lb ready-to-cook turkey)@`Mhc@?unit (yield from 1 lb ready-to-cook turkey)@]@7g7??cup, chopped or diced@a?fG@?turkey, bone and skin removed@Mec??unit (yield from 1 lb ready-to-cook turkey)@c@6d5@?turkey, bone removed@ /w>lE^/,!@?can (5 oz)@a.%??cup, drained@`$@?oz@Mxc@?unit (yield from 1 lb ready-to-cook turkey)@QIw[??leg, bone removed (yield after cooking)@(3v/@?leg, bone removed@HMuc??unit (yield from 1 lb ready-to-cook turkey)@Z6t5@?breast, bone removed@Msc??unit (yield from 1 lb ready-to-cook turkey)@\6r5@?breast, bone removed@ E|TPn/yE1+??stick (2.25 oz)@P;?@?box (net weight, 0.43 lb)@h;?@?box (net weight, 1.72 lb)@p77??cup, chopped or diced@`<A@?box (net weight, 0.625 lb)@q: =??box (net weight, 2.5 lb)@5 3??thigh, bone removed@s6 5??breast, bone removed@1 +@?patty (3.33 oz)@W1 +@?patty (2.25 oz)@PES@?thick slice (approx 3" x 2" x 3/8")@EFU??medium slice (approx 3" x 2" x 1/4")@<<A@?package (net weight, 5 oz)@a%??cup@n$@?lb@l`$??oz@0E??cup chopped or diced, cooked@e$/@@oz@U@K._@?unit (yield from 1 lb ready-to-cook duck)@EI-[??leg, bone removed (yield after cooking)@W$,@@oz@U@?+G@?breast, bone and skin removed@WK*_@?unit (yield from 1 lb ready-to-cook duck)@F7)7??cup, chopped or diced@e6(5@?breast, bone removed@^$'@@oz@U@ Yf;Ra/YHHW ??patty ( yield from 108.8 g raw meat )@W@2G-@?serving ( 3 oz )@U@(F??steak@n(E??steak@r/D%??outside drum@z`2C-@?serving ( 3 oz )@U@SBm??inside drum cooked ( yield from 572 g raw meat )@z.A#??inside drum@2@-@?serving ( 3 oz )@U@Q?i??full rump cooked ( yield from 695 g raw meat )@,>??full rump@.=#??flat fillet@v 2<-@?serving ( 3 oz )@U@(;??steak@x2:-@?serving ( 3 oz )@U@-9!??fan fillet@28-@?serving ( 3 oz )@U@ 9a,Xo4k9/Z'w??cup (8 fl oz)@n`0Y)v@?can (11.25 oz)@s/X'v??cup (8 fl oz)@pp/W't@?can (11.5 oz)@t`/V't??cup (8 fl oz)@p8U9r@?can (11 oz), undiluted@s/T'r??cup (8 fl oz)@p0S)q@?can (10.75 oz)@s/R'q??cup (8 fl oz)@o`OQg??container (cooked, yield from 388g raw liver)@n`2P-??serving ( 3 oz )@U@2O-??serving ( 3 oz )@U@2N-??serving ( 3 oz )@U@2M-??serving ( 3 oz )@U@2L-??serving ( 3 oz )@U@2K- ??serving ( 3 oz )@U@2J- ??serving ( 3 oz )@U@2I- @?serving ( 3 oz )@U@ MXc0i7 M0m)@?can (10.75 oz)@s/l'@?cup (8 fl oz)@o`%k??cup@n0j)}@?can (10.75 oz)@s'i}@?fl oz@?ffffff/h'}??cup (8 fl oz)@o`/g'|@?can (10.5 oz)@r/f'|??cup (8 fl oz)@n8e9{@?can (11 oz), undiluted@s%d{??cup@p0c)z@?can (10.75 oz)@s%bz??cup@o`0a)y@?can (10.75 oz)@s/`'y@?cup (8 fl oz)@o`%_y??cup@o`=^Cx@?can (14 oz), ready-to-serve@x9];x@?can (10.5 oz), prepared@P%\x??cup@nA[Kw@?can (19.25 oz), ready -to-serve@pfffkpuz &,28>DJPV\bhntz "(.4:@FLRX^djpv|  * ? T i ~  ( < Rh,ASh + @ T k .EXl~%8J^r.@Rd v! "#.$?%S&g'|()!*5+L,b-x. / 021G2Z3p45647J8a9x:;%<;=Q>h?@A-BDC[DrEFG6HIIWJfKuLMNO,P9QGRUSbTpU~V WX&Y4ZB[P\^]m^}_ `a)b:cHdVeeofflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|ghij*k8lFmUncoqpqr&s7tHuZvmyz{'|:}M~`s1G\r0FZm$7J]o-AUk.AQfy /CXm,@Rdu2I_v #;M_p'=Qex ž0ÞDĞXŞnƟǟȟ(ɟ=ʟP˟`̟t͠ΠϠ.Р?ѠRҠfӠuԡ ա֡1סD De3p> BvD/'??cup (8 fl oz)@n=C@?can (19 oz), ready-to-serve@/~'??cup (8 fl oz)@n/}'@?can (10.5 oz)@r%|??cup@n={C@?can (19 oz), ready-to-serve@%z??cup@n-y#@?can (20 oz)@/x'??cup (8 fl oz)@o/w'@?can (10.5 oz)@r/v'@?cup (8 fl oz)@n%u??cup@n=tC@?can (19 oz), ready-to-serve@%s??cup@n0r)@?can (10.75 oz)@s/q'??cup (8 fl oz)@o`0p)@?can (10.75 oz)@s%o??cup@o`=nC@?can (19 oz), ready-to-serve@ Wr? q> {IW/'@?can (19.5 oz)@H/'??cup (8 fl oz)@o-#@?can (13 oz)@w/'??cup (8 fl oz)@n)??serving@/'@?can (10.5 oz)@r/ '??cup (8 fl oz)@n) ??serving@A0 )@?can (10.75 oz)@s/ '??cup (8 fl oz)@o`0 )@?can (10.75 oz)@s/'??cup (8 fl oz)@o`=C@?can (19 oz), ready-to-serve@'@?fl oz@>/'??cup (8 fl oz)@n0)@?can (11.25 oz)@s/'??cup (8 fl oz)@pp/'@?can (10.5 oz)@r'@?fl oz@> ?vF|JX&g?%'??cup@o`/&'@?can (10.5 oz)@r/%'??cup (8 fl oz)@n%$@?cup@_0#)@?can (10.75 oz)@s/"'??cup (8 fl oz)@o`0!)@?can (10.75 oz)@s/ '@?cup (8 fl oz)@o`%??cup@o`0)@?can (10.75 oz)@s/'??cup (8 fl oz)@o`/'@?can (10.5 oz)@r/'??cup (8 fl oz)@n=C@?can (19 oz), ready-to-serve@-#@?can (19 oz)@%??cup@n-#@?can (20 oz)@/'??cup (8 fl oz)@o-#@?can (13 oz)@w%??cup@n Ai7j8o= sA/:'??cup (8 fl oz)@p09)??can (10.75 oz)@s08)@?can (10.75 oz)@s/7'??cup (8 fl oz)@o`/6'@?can (10.5 oz)@r/5'??cup (8 fl oz)@n04)@?can (10.75 oz)@s/3'??cup (8 fl oz)@o`/2'@?can (10.5 oz)@r/1'??cup (8 fl oz)@n/0'@?can (11.5 oz)@t`//'??cup (8 fl oz)@p=.C@?can (19 oz), ready-to-serve@%-??cup@n0,)@?can (11.25 oz)@s/+'??cup (8 fl oz)@pp/*'@?can (10.5 oz)@r/)'??cup (8 fl oz)@n0()@?can (10.75 oz)@s 9`.~Lc#a9%M??cup@o`=LC@?can (19 oz), ready-to-serve@%K??cup@n/J'@?can (10.5 oz)@r%I??cup@n=HC@?can (19 oz), ready-to-serve@%G??cup@n/F'@?can (10.5 oz)@r'E@?fl oz@>/D'??cup (8 fl oz)@n0C)@?can (10.75 oz)@s/B'??cup (8 fl oz)@o`@AI@?can (18.75 oz), ready-to-serve@/@'??cup (8 fl oz)@m8?9@?can (11 oz), undiluted@s/>'??cup (8 fl oz)@p0=)@?can (10.75 oz)@s/<'??cup (8 fl oz)@o`8;9@?can (11 oz), undiluted@s 8sK h|Ja8&`@?cube@%_@?tsp@/^'??cup (8 fl oz)@ /]'??cup (8 fl oz)@1/\'??cup (8 fl oz)@3([@?packet@"ffffff/Z'??cup (8 fl oz)@,ffffff9Y;@?cube (6 fl oz prepared)@ UXs??portion, amount of dry mix to make 8 fl oz prepared@333333UWs@?portion, amount of dry mix to make 8 fl oz prepared@ (V@?packet@&U@?cube@ /T'??cup (8 fl oz)@ /S'??cup (8 fl oz)@<(R@?packet@P%Q??cup@,ffffff/P'@?can (10.5 oz)@r%O??cup@n0N)@?can (10.75 oz)@s Tj8X-vDT1s+@?packet, instant@11r+??packet, regular@R(q@?packet@S/p'??cup (8 fl oz)@1(o@?packet@S/n'??cup (8 fl oz)@1(m@?packet@L%l??cup@)333333/k'??cup (8 fl oz)@7/j'??cup (8 fl oz)@3(i@?packet@%333333%h??cup@,333333/g'??cup (8 fl oz)@0(f@?packet@2/e'??cup (8 fl oz)@8&d@?cube@333333/c'??cup (8 fl oz)@Ubs@?portion, amount of dry mix to make 8 fl oz prepared@ ;a?@?packet (6 fl oz prepared)@ >e:sAc8p>/'??cup (8 fl oz)@1Us@?portion, amount of dry mix to make 8 fl oz prepared@8;?@?packet (6 fl oz prepared)@2/'??cup (8 fl oz)@8(@?packet@R/'??cup (8 fl oz)@1Us@?portion, amount of dry mix to make 8 fl oz prepared@3(~@?packet@C&}@?tbsp?333333/|'??cup (8 fl oz)@32{-@?packet (6 fl oz)@5/z'??cup (8 fl oz)@72y-@?packet (6 fl oz)@<(x??packet@\@(w@?packet@R/v'??cup (8 fl oz)@1;u?@?packet (6 fl oz prepared)@ffffff(t??packet@C 5xMnB]5 ]5%@?can@r%??cup@m(@?packet@I/'??cup (8 fl oz)@4'@?fl oz@B&@?tbsp@2%??cup@r(??packet@G(@?packet@L/'??cup (8 fl oz)@S(@?packet@G/'??cup (8 fl oz)@L)@?serving@$(??packet@C) @?serving@$( ??packet@E( @?packet@</ '??cup (8 fl oz)@7( @?packet@A/'??cup (8 fl oz)@<(??packet@A(@?packet@9 R_7j8a9 {R&1??tbsp@020-@?packet (6 fl oz)@&333333(/??packet@R/.'??cup (8 fl oz)@9)-??serving@%,@?can@r%+@?tsp@&*@?tbsp@-%)??cup@m)(??serving@/''??cup (8 fl oz)@8/&'??cup (8 fl oz)@5%%@?can@r%$??cup@m)#@?serving@ &"??tbsp@ %!@?can@r% ??cup@m&??tbsp@%@?can@r0%??cup@m %??tsp@ FS'zN%wN%yF0G)@?can (10.75 oz)@s/F'??cup (8 fl oz)@o`%E@?cup@Y&D??tbsp@-&C?@tbsp@@&B?@tbsp@B&A?@tbsp@>%@@?cup@_,?!??cup, sauce@p%>@?cup@_@,=!??cup, sauce@n@&<@@tbsp@@);@?serving@@):??package@&9@@tbsp@@)8@?serving@@)7??package@)6@?serving@.)5@?package@t&4??tbsp@.)3@?serving@0)2@?package@, Tq> d8U)}T&\ @@tbsp@>)[ @?serving@>)Z ??package@%Y @?cup@O)X @?serving@O)W ??package@(V @?packet@A/U' ??cup (8 fl oz)@F(T @?packet@9/S' ??cup (8 fl oz)@1&R @@tbsp@>)Q @?serving@>)P ??package@&O@?tbsp@3%N??cup@s(M@?packet@"/L'??cup (8 fl oz)@o@0K)@?can (10.75 oz)@s/J'??cup (8 fl oz)@o`(I@?packet@A/H'??cup (8 fl oz)@Q ^k8iAyQ)^&r#??tbsp@2&q ??tbsp@2&p??tbsp@0%o??cup@m %n??cup@n%m??cup@n%l@?tsp?333333%k??tsp@%j@?tsp?333333%i??tsp@%h@?cup@_@%g??cup@o@%f@?cup@_@%e??cup@o@%d@?cup@_@%c??cup@o@,b!@@tablespoon@@%a??cup@p00`)@?can (10.75 oz)@s%_??cup@o`8^9@?can (11 oz), undiluted@s/]'??cup (8 fl oz)@p ]Z.f>W/]/'B??cup (8 fl oz)@o%???cup@m%>??cup@n %=??cup@n%&/?@tbsp@>&.?@tbsp@>&-?@tbsp@>&,~?@tbsp@>&+}?@tbsp@>&*|?@tbsp@>&){?@tbsp@>&(z?@tbsp@>&'y?@tbsp@>&&w?@tbsp@>&%v?@tbsp@>&$u??tbsp@&#t??tbsp@.&"s??tbsp@.&!r??tbsp@0& q??tbsp@0:=p@?can (10.75 oz), prepared@'p@?fl oz@?/'p??cup (8 fl oz)@o:=m@?can (10.75 oz), prepared@/'m??cup (8 fl oz)@o Ea5 Y-{O#qE)F??serving@*E??envelope@*)D??serving@.)C??serving@5*B??envelope@:)A??serving@,)@??serving@,*???envelope@1)>??serving@Y*=??envelope@0)<??serving@5);??serving@0):??serving@0)9??serving@3)8??serving@1)7??serving@4)6??serving@2)5??serving@7%4??cup@R%3??cup@P@$2?@oz@L%1??cup@N 8|P$t:\4 t89Z;@?can (11.5 oz), prepared@0'Y@?fl oz@?/X'??cup (8 fl oz)@o7W7@?can (11 oz), prepared@'V@?fl oz@>fffff%U??cup@n:T=@?can (10.75 oz), prepared@/S'??cup (8 fl oz)@n:R=@?can (10.75 oz), prepared@/Q'??cup (8 fl oz)@o7P7@?can (11 oz), prepared@/O'??cup (8 fl oz)@o`&N?@tbsp@A&M?@tbsp@A)L??serving@")K??serving@$)J??serving@$)I??serving@>)H??serving@B)G??serving@* H_5a'g5 rH'm@?fl oz@>%l??cup@n1k+ @?envelope yields@f:j= @?can (10.75 oz), prepared@'i @?fl oz@>/h' @?cup (8 fl oz)@n%g ??cup@n9f; @?can (10.5 oz), prepared@P'e @?fl oz@>/d' ??cup (8 fl oz)@n 7c7 @?can (11 oz), prepared@/b' ??cup (8 fl oz)@n:a= @?can (10.75 oz), prepared@%` ??cup@n:_= @?can (10.75 oz), prepared@'^ @?fl oz@>/]' ??cup (8 fl oz)@n:\=@?can (11.25 oz), prepared@/['??cup (8 fl oz)@o@ Dq4j@lDD:=@?can (10.75 oz), prepared@'@?fl oz@>/~'??cup (8 fl oz)@n:}=@?can (11.25 oz), prepared@'|@?fl oz@?333333%{??cup@o@9z;@?can (10.5 oz), prepared@P'y@?fl oz@>/x'??cup (8 fl oz)@n 9w;@?can (10.5 oz), prepared@P'v@?fl oz@>/u'??cup (8 fl oz)@n 9t;@?can (10.5 oz), prepared@P's@?fl oz@>/r'??cup (8 fl oz)@n :q=@?can (10.75 oz), prepared@'p@?fl oz@>%o??cup@n:n=@?can (10.75 oz), prepared@ Mq?c&R*M/'0??cup (8 fl oz)@n :=.@?can (10.75 oz), prepared@/'.??cup (8 fl oz)@n9;-@?can (10.5 oz), prepared@P%-??cup@n : =,@?can (10.75 oz), prepared@/ ',??cup (8 fl oz)@n: =+@?can (10.75 oz), prepared@% +??cup@n: =*@?can (10.75 oz), prepared@/'*??cup (8 fl oz)@n9;(@?can (10.5 oz), prepared@P/'(??cup (8 fl oz)@n 9; @?can (10.5 oz), prepared@P/' ??cup (8 fl oz)@n :=@?can (10.75 oz), prepared@'@?fl oz@>%??cup@n R_-QKzR%$???cup@n:#==@?can (10.75 oz), prepared@%"=??cup@n7!7<@?can (11 oz), prepared@/ 't7w; ^,s>27-K@?fl oz (prepared)@>/6'K??cup (8 fl oz)@n'5J@?fl oz@@/4'J??cup (8 fl oz)@p(3I@?packet@/2'I??cup (8 fl oz)@o`91;H@?can (10.5 oz), prepared@P/0'H??cup (8 fl oz)@n :/=G@?can (10.75 oz), prepared@/.'G??cup (8 fl oz)@n9-;D@?can (10.5 oz), prepared@P%,D??cup@n 9+;B@?can (10.5 oz), prepared@P'*B@?fl oz@>/)'B??cup (8 fl oz)@n :(=A@?can (10.75 oz), prepared@''A@?fl oz@>%&A??cup@n7%7?@?can (11 oz), prepared@ Bf*h6j.lB'JU@?fl oz@>%IU??cup@n;H?S@?packet (6 fl oz prepared)@h'GS@?fl oz@@L/F'S??cup (8 fl oz)@pP9E;Q@?cube (6 fl oz prepared)@f/D'Q??cup (8 fl oz)@n`;C?P@?packet (6 fl oz prepared)@f'BP@?fl oz@>/A'P??cup (8 fl oz)@n/@'O??cup (8 fl oz)@o/?'N??cup (8 fl oz)@p;>?M@?packet (6 fl oz prepared)@g`'=M@?fl oz@?ffffff%<M??cup@o`9;;L@?cube (6 fl oz prepared)@f':L@?fl oz@>333333/9'L??cup (8 fl oz)@n ;8?K@?packet (6 fl oz prepared)@f 0d2o0Y1o0<]A_@?packet (36 fl oz prepared)@'\_@?fl oz@>/['_@?cup (8 fl oz)@o%Z_??cup@n;Y?^@?packet (6 fl oz prepared)@g%X^??cup@n;W?]@?packet (6 fl oz prepared)@h@%V]??cup@o t6X:o=@?can (10.75 oz), prepared@/n'??cup (8 fl oz)@n:m=@?can (10.75 oz), prepared@/l'??cup (8 fl oz)@n;k?@?packet (6 fl oz prepared)@g/j'@?cup (8 fl oz)@o%i??cup@n;h?e@?packet (6 fl oz prepared)@h`/g'e??cup (8 fl oz)@p@)L??package yields@r)=K@?serving@`0<)K??package yields@t`);J@?serving@n`0:)J??package yields@)9I@?serving@n08)I??package yields@)7H@?serving@n06)H??package yields@)5G@?serving@n`04)G??package yields@)3F@?serving@n02)F??package yields@)1E@?serving@n00)E??package yields@)/D??serving@ ).C??serving@" JnBQ%g4vJ)U\@?serving@n 0T)\??package yields@|P)S[@?serving@m0R)[??package yields@)QZ@?serving@N0P)Z??package yields@u@)OV@?serving@r@0N)V??package yields@r@)MU@?serving@s0L)U??package yields@s)KT@?serving@n0J)T??package yields@|`)IS@?serving@a0H)S??package yields@r)GR@?serving@`0F)R??package yields@t`)EP@?serving@_0D)P??package yields@s)CN@?serving@_@0B)N??package yields@r TuI!yM!xP(T)k@?package@z%j??cup@o%i@?cup@O)h@?serving@O)g@?package@%f??cup@o%e@?cup@O)d@?serving@O)c@?package@%b??cup@o&a@@tbsp@@)`@?serving@@)_??package@%^@?cup@O)]@?serving@O)\@?package@%[??cup@o%Z@?cup@O)Y@?serving@O)X??package@B)W]@?serving@n`0V)]??package yields@ ;X,\0`8g;).??serving@)-@?serving@)-??package@|`%,??cup@n%~??cup@_@&}?@tbsp@`@%|@?cup@_@){@?serving@_@%z??cup@o@%y??cup@O%x @?cup@O)w @?serving@O)v ??package@z%u @?cup@O)t @?serving@O)s @?package@z%r ??cup@o%q@?cup@O)p@?serving@O)o@?package@z%n??cup@o%m@?cup@O)l@?serving@O LlDxP(}@tL%=??cup@q(<@?packet@%% 3??cup@n& 2@?tbsp@.%2??cup@n&1@?tbsp@.%1??cup@n1+/@?package (16 oz)@|`)/??serving@1+.@?package (16 oz)@|` H\4 kCjBH=.C[??slice (4" dia x 1/8" thick)@7%-Z?@oz@LA,KY@?slice (5-7/8" x 3-1/2" x 1/16")@7$+Y??oz@??cup@n &=@?tbsp@1 VpFC{7 V)Ai@?package@e@5@3i??serving (1 serving)@L&?h??link@E&>g??link@Q(=f@?slice@<A<Kf??slice (2-1/2" dia x 1/4" thick)@2-;#e??link cooked@U@):c@?package@|`)9c??serving@<=8Cb@?slice (4" dia x 1/8" thick)@7P7ib??slice, medium (4-1/2" dia x 1/8" thick) (1 oz)@<%6`@@ 7KƧoz@Y$5`??oz@yP)|8AfK??slice (2-1/2" dia x 1/4" thick)@2'e@?slice@C$d??oz@E??piece (4" long x 1-1/8" dia)@Q=C??link (4" long x 1-1/8" dia)@Q$@?oz@)E??sausage (7/8" dia x 2" long)@0((@@slices@L$'??oz@+??serving@<'=*@?slice@*)<*??serving@J4;1)??serving (4 slices)@J):(??serving@L39/'??serving (1 slice)@<)8&??serving@L37/%??serving (1 slice)@<)6#??serving@<35/"??serving (1 slice)@<34/!??serving (1 slice)@<)3 ??serving@<$2@?oz@ K!_3)mL??serving@L)lK??serving@I2k-J??serving (1 link)@L)jI??serving@F2i-H??serving (1 link)@F'hG@?slice@*2g-G??serving 4 slices@J'fF@?slice@72e-F??serving 2 slices@G'dE@?slice@72c-E??serving 2 slices@G)bD@?serving@L&aD??link@")`C@?serving@L&_C??link@")^B??serving@E2]-A??serving (1 link)@E)\@??serving@E)[???serving@>'Z>@?slice@"2Y->??serving 3 slices@; >|R&xL pDj>)`??serving@<)^??serving@L']@?slice@6)]??serving@F)\??serving@L)~[??serving@<)}Z??serving@L)|Y??serving@<){X??serving@<)zW??serving@<)yV??serving@,)xU??serving@F)wT??serving@F)vS??serving@<)uR??serving@<'tQ@?slice@6)sQ??serving@F)rP@?serving@L'qP??piece@")pO??serving@L)oN??serving@I)nM??serving@F C~R&l@U)tC.%m??serving 2 oz@L$l@?oz@<.%l??serving 2 oz@L)k@?package@Q.%k??serving 2 oz@L)j@?package@Q.%j??serving 2 oz@L)i@?package@Q.%i??serving 2 oz@L)h@?package@Q.%h??serving 2 oz@L) g@?package@Q. %g??serving 2 oz@L. %f@?serving 2 oz@L) f??package@Q) e??serving@L)d??serving@L)c??serving@<)b??serving@<)a@?serving@U@'a??piece@< :}PtKY#n:1,+??serving 2.33 oz@P$+??oz@<0*)??serving 2.7 oz@S@1)+??serving 2 links@L$(??oz@$m@?oz@< Hc< OR+rH'@??slice@<.?%??serving 2 oz@L2>-??serving 5 slices@<'=??slice@C&<??link@S$;??oz@Z6R5L??cup (1 NLEA serving)@;6Q5K??cup (1 NLEA serving)@:6P5J??cup (1 NLEA serving)@;6O5E??O;dZcup (1 NLEA serving)@>7N5C??cup (1 NLEA serving)@@>MEB@?box, single serving (.75 oz)@56L5B??cup (1 NLEA serving)@@6K5A??cup (1 NLEA serving)@>(J@?slice@<*I??serving@<(H@?slice@<*G??serving@<(F@?slice@<*E??serving@<.D%??serving 2 oz@L5C3??serving (1 hot dog)@J5B3 ??serving (1 hot dog)@J)A ??serving@J MUi0Y uM%d_??cup@I6c5^??cup (1 NLEA serving)@>6b5]??cup (1 NLEA serving)@>6a5\??cup (1 NLEA serving)@=6`5Z??cup (1 NLEA serving)@K$_Y@?oz@6X5R??cup (1 NLEA serving)@;6W5Q??cup (1 NLEA serving)@>>VEO@?box, single serving (.75 oz)@56U5O??cup (1 NLEA serving)@=6T5N??cup (1 NLEA serving)@?6S5M??cup (1 NLEA serving)@> PMY m4P6u5u??O;dZcup (1 NLEA serving)@=6t5r??cup (1 NLEA serving)@>6s5q??cup (1 NLEA serving)@@6r5p??Scup (1 NLEA serving)@>6q5o??cup (1 NLEA serving)@?6p5n??Scup (1 NLEA serving)@=6o5m??cup (1 NLEA serving)@>>nEg@?box, single serving (.75 oz)@56m5g??cup (1 NLEA serving)@=0l)f@?box (1-1/3 oz)@C6k5f??cup (1 NLEA serving)@M$je@?oz@>gEb@?box, single serving (.75 oz)@56f5b??cup (1 NLEA serving)@;6e5`??cup (1 NLEA serving)@> UU-l3O|U$@?oz@6w5y??cup (1 NLEA serving)@>6v5v??cup (1 NLEA serving)@I 2["r9`']2(??packet@<%@?cup@f&@?tbsp@.%??cup@n@&@?tbsp@#ffffff%??cup@c65??cup (1 NLEA serving)@>%??cup@>77??1&ytbsp (1 NLEA serving)@,$@?oz@%??cup@J$@?oz@6 5??cup (1 NLEA serving)@>6 5??cup (1 NLEA serving)@>> E@?box, single serving (.75 oz)@56 5??cup (1 NLEA serving)@<(@@$pieces? YzO$g>tL#Y&2@?tbsp@-%1??cup@m&0@?tbsp@&%/??cup@f%.@?cup@g&-@?tbsp@0%,??cup@o`&+@?tbsp@%333333%*??cup@e%)@?cup@f&(@?tbsp@.%'??cup@n&&@?tbsp@$ffffff%%??cup@e2$-??packet, prepared@a(#??packet@<2"-@?packet, prepared@a(!??packet@<( ??packet@<2-@?packet, prepared@a &@?tbsp@.%??cup@n B_6N&\4 jB%I??cup@n&H@?tbsp@$%G??cup@d%F@?cup@g`&E@?tbsp@0%D??cup@o %C@?cup@C%B??cup@b%A@?cup@e&@@?tbsp@-333333%???cup@m &>@?tbsp@%%=??cup@f2<-??packet, prepared@b(;??packet@A2:-??packet, prepared@a(9??packet@<%8@?cup@f&7@?tbsp@.%6??cup@n &5@?tbsp@'%4??cup@f@%3@?cup@f` E_7nEY!nE&_@?tbsp@.%^??cup@n(]??packet@G2\-??packet, prepared@b([??packet@A5Z3@?packet, dry, yields@f 1Y+@?oz, dry, yields@f 2X-@?cup, dry, yields@P-W#??cup, cooked@m@(V??packet@<%U@?cup@e&T@?tbsp@-333333%S??cup@m@%R@?O;dZcup@;%Q??cup@T@%P@?cup@f&O@?tbsp@.%N??cup@n%M@?cup@G%L??cup@W%K@?cup@f&J@?tbsp@. 7k@jBxP(_7%v??cup@n`%u@?cup@A%t??cup@a%s??cup@;&r??cup@>%q??cup@>%p@?cup@f%o??cup@n %n@?O;dZcup@?&m@?tbsp@333333%l??cup@W@%k@?cup@g&j@?tbsp@0%i??cup@o%h@?cup@>%g??cup@]2f-@?packet, prepared@c&e@?tbsp@.%d??cup@n(c??packet@E2b-??packet, prepared@c`(a??packet@E2`-@?packet, prepared@d M`8b/d<uM% ??cup@c& @?tbsp@#ffffff% ??cup@c$@?oz@,ffffff%??cup@($@?oz@,ffffff%??cup@,%@?cup@f%??cup@n?G@?box, single serving (.875 oz)@965??cup (1 NLEA serving)@H0)@@biscuits round@C0)@?biscuit oblong@9)~@?serving@G;}??@biscuits (1 NLEA serving)@G6|5??cup (1 NLEA serving)@.%{@?cup@f%z??cup@n@%y@?O;dZcup@?%x??cup@W%w@?cup@f >^6nF~V.f>%#??cup@n %"@?cup@f`%!??cup@m% @?cup@g%??cup@o`%@?cup@f%??cup@n%@?cup@f%??cup@n@%@?cup@f%??cup@n@%@?cup@f%??cup@n@%@?cup@f%??cup@n@%@?cup@f%??cup@n@%@?cup@f%??cup@n@%@?cup@f%??cup@n@&@?tbsp@#ffffff% ??cup@c& @?tbsp@#ffffff >_7nF~V.f>%;??cup@o%:@?cup@f%9??cup@n%8@?cup@f%7??cup@n@%6@?cup@f%5??cup@n`%4@?cup@f%3??cup@n %2@?cup@e%1??cup@m@%0@?cup@f%/??cup@n%.@?cup@f%-??cup@n&,@?tbsp@$%+??cup@d%*@?cup@g`%)??cup@o %(@?cup@e%'??cup@m &&@?tbsp@%%%??cup@f%$@?cup@f 1f-Iv=j16M5 ??cup (1 NLEA serving)@I%L ??cup@L6K5 ??cup (1 NLEA serving)@N6J5 ??cup (1 NLEA serving)@L6I5 ??cup (1 NLEA serving)@L6H5 ??cup (1 NLEA serving)@;%G @?cup@E6F5 ??cup (1 NLEA serving)@@6E5 ??cup (1 NLEA serving)@>6D5 ??cup (1 NLEA serving)@K6C5 ??cup (1 NLEA serving)@D6B5 ??cup (1 NLEA serving)@K6A5 ??cup (1 NLEA serving)@>6@5 ??cup (1 NLEA serving)@K6?5??cup (1 NLEA serving)@J6>5??cup (1 NLEA serving)@K6=5??cup (1 NLEA serving)@K%<@?cup@g 6c8 p7So66_5 C??cup (1 NLEA serving)@=6^5 B??cup (1 NLEA serving)@>6]5 >??cup (1 NLEA serving)@K6\5 =??cup (1 NLEA serving)@>6[5 7??cup (1 NLEA serving)@K6Z5 6??Scup (1 NLEA serving)@>6Y5 5??cup (1 NLEA serving)@K6X5 4??cup (1 NLEA serving)@>6W5 3??cup (1 NLEA serving)@K6V5 2??cup (1 NLEA serving)@K6U5 '??cup (1 NLEA serving)@D6T5 &??cup (1 NLEA serving)@F(S %??packet@<(R $??packet@B(Q !??packet@A(P ??packet@<6O5 ??cup (1 NLEA serving)@I6N5 ??cup (1 NLEA serving)@H GUHd+G6p5 ^??XbMcup (1 NLEA serving)@K6o5 \??XbMcup (1 NLEA serving)@K6n5 [??cup (1 NLEA serving)@K6m5 V??cup (1 NLEA serving)@>6l5 U??XbMcup (1 NLEA serving)@K6k5 R??cup (1 NLEA serving)@>6j5 Q??cup (1 NLEA serving)@>6i5 P??cup (1 NLEA serving)@>6h5 O??cup (1 NLEA serving)@>6g5 N??cup (1 NLEA serving)@>6f5 M??cup (1 NLEA serving)@>6e5 L??cup (1 NLEA serving)@>&d K??cup@>6c5 J??cup (1 NLEA serving)@>6b5 G??cup (1 NLEA serving)@>6a5 F??cup (1 NLEA serving)@K6`5 E??cup (1 NLEA serving)@K _UqI|C _65 ??cup (1 NLEA serving)@;65 ??cup (1 NLEA serving)@=65 ??cup (1 NLEA serving)@>6~5 ??cup (1 NLEA serving)@K6}5 ??cup (1 NLEA serving)@M0|) ??cup, bite size@K%{ ~??cup@I6z5 u??cup (1 NLEA serving)@>6y5 q??cup (1 NLEA serving)@>%x k??cup@A6w5 j??cup (1 NLEA serving)@>6v5 i??cup (1 NLEA serving)@?6u5 f??cup (1 NLEA serving)@@6t5 e??cup (1 NLEA serving)@>6s5 a??cup (1 NLEA serving)@K6r5 `??cup (1 NLEA serving)@>6q5 _??cup (1 NLEA serving)@K 7Uq8Tp765 ??O;dZcup (1 NLEA serving)@=65 ??cup (1 NLEA serving)@H65 ??cup (1 NLEA serving)@M65 ??cup (1 NLEA serving)@J65 ??cup (1 NLEA serving)@<6 5 ??cup (1 NLEA serving)@;6 5 ??Scup (1 NLEA serving)@=6 5 ??cup (1 NLEA serving)@?6 5 ??cup (1 NLEA serving)@>6 5 ??XbMcup (1 NLEA serving)@K65 ??XbMcup (1 NLEA serving)@J65 ??cup (1 NLEA serving)@=65 ??cup (1 NLEA serving)@M65 ??cup (1 NLEA serving)@;65 ??cup (1 NLEA serving)@K65 ??cup (1 NLEA serving)@=65 ??cup (1 NLEA serving)@@ ?w>{R)nEx?6'5 ??cup (1 NLEA serving)@>&& ??cup@N&% ??cup@@&$ ??cup@>&# ??cup@>&" ??cup@3&! ??cup@@&  ??cup@J& ??cup@K=A ??box (1 single serving box)@(& ??cup@?& ??cup@J& ??cup@>& ??cup@>% ??cup@H65 ??cup (1 NLEA serving)@>65 ??cup (1 NLEA serving)@@65 ??cup (1 NLEA serving)@@65 ??cup (1 NLEA serving)@>% ??cup@>% ??cup@H 6d<h=i> ^6%=!??cup@=(<!??packet@<(;!??packet@<(:!??packet@<(9 ??packet@<18+ ??cup (1 serving)@K(7 ??packet@G(6 ??packet@G(5 ??packet@F%4 ??cup@K(3 ??packet@D(2 ??packet@E(1 ??packet@G%0 ??cup@K(/ ??packet@D(. ??packet@E(- ??packet@I(, ??packet@G%+ @?cup@D7*5 ??cup (1 NLEA serving)@>%) @?cup@D7(5 ??cup (1 NLEA serving)@> ]\/b9]]GQW#+@?medium (2-3/4" dia) (approx 3 per lb)@a@FPU#+@?large (3-1/4" dia) (approx 2 per lb)@j,O!#+@?cup slices@[;N?#+??cup, quartered or chopped@_@'M#*@?fl oz@>333333%L#*??cup@n@6K5#)@?fruit without refuse@333333%J#)??cup@X&I!??cup@=&H!??cup@=&G!??cup@M&F!??cup@@&E!??cup@K&D! ??cup@I&C! ??cup@=*B! ?@8biscuit@J&A! ??cup@=&@! ??cup@>&?!??cup@J&>!??cup@= BW P(_0tB/e'#9??can (6 fl oz)@j`8d9#8@?drink box (8.45 fl oz)@p`'c#8@?fl oz@?%b#8??cup@o,a!#7??cup slices@i,`!#6??cup slices@e%_#5??cup@q%^#4??cup@o&]#3@?ring@%\#3??cup@U%[#2??cup@h %Z#1??cup@N,Y!#0??cup slices@i,X!#/??cup slices@i,W!#.??cup slices@e@-V!#-??cup slices@e`GUW#,@?medium (2-3/4" dia) (approx 3 per lb)@`,T!#,??cup slices@[.S%#+@?NLEA serving@c@FRU#+@?small (2-1/2" dia) (approx 4 per lb)@Z E^.e([E:x=#D??cup, whole, without pits@p :w=#C@?apricot half with liquid@D,v!#C@?cup, whole@n-u##C??cup, halves@p :t=#B@?apricot half with liquid@D-s##B??cup, halves@o-r##A??cup, halves@n:q=#@@?apricot half with liquid@B-p##@??cup, halves@n:o=#???cup, whole, without pits@l`:n=#>@?apricot half with liquid@B-m##>??cup, halves@n`)l#=@?apricot@A-k##=@?cup, sliced@d-j##=??cup, halves@c`%i# E#O@?fruit without skin and seeds@s- ##O??cup, pureed@l. %#N@?NLEA serving@>>E#N@?fruit without skin and seeds@e-##N??cup, pureed@lI[#M@?avocado, NS as to Florida or California@i -##M@?cup, sliced@b@-##M@?cup, pureed@l,!#M??cup, cubes@b'#L@?fl oz@?ffffff%#L??cup@o`%#K??cup@n@-##J??cup, halves@p-~##I??cup, halves@o@&}#H@?half@ -|##H??cup, halves@`@%{#G??cup@o %z#F??cup@]:y=#E??cup, whole, without pits@n >\b1 ^*p>/'#^??cup, unthawed@c`%#\??cup@p)#Z@@Iberries@Q;?#Z@?pint as purchased, yields@y %#Z??cup@b 1+#X@?package (18 oz)@/'#X??cup, unthawed@b%#V??cup@p%#R??cup@b&#Q@?tbsp@%#Q??cup@Y.%#P@ ?NLEA serving@_<A#P@?extra large (9" or longer)@c;?#P@?large (8" to 8-7/8" long)@a<A#P@?medium (7" to 7-7/8" long)@];?#P@?small (6" to 6-7/8" long)@Y@AK#P@?extra small (less than 6" long)@T@- ##P@?cup, sliced@b- ##P??cup, mashed@l \h@Q tE\30/#g??cup, without pits@c`-/!#f@?cup, diced@c?.E#f??fruit without skin and seeds@s>-E#e@?fruit without skin and seeds@4,,!#e??cup slices@b6+3#d@?small (3-1/8" long)@Q7*5#d@?medium (3-5/8" long)@V6)3#d@?large (4-1/2" long)@_.(##d@?cup, sliced@[ -'!#d??cup, cubes@` .&%#c@?fruit, small@X%%#c??cup@k1$+#a@?package (10 oz)@q/#'#a??cup, unthawed@`%"#`??cup@p1!+#_@?package (10 oz)@q- ##_??cup, thawed@l1+#^@?package (20 oz)@ >uM%N#b2o>.D%#v??cup, chopped@[,C!#u??cup slices@[1B+#t@?package (10 oz)@q-A##t??cup, thawed@p0-@##s??cup, pitted@pP-?##r??cup, pitted@o->##q??cup, pitted@o-=##p??cup, pitted@o@-<##o??cup, pitted@o.;%#n@?NLEA serving@a(:#n@?cherry@33333339/#n@?cup, without pits@b 889#n??cup, with pits, yields@]@17+#l@?package (18 oz)@/6'#l??cup, unthawed@c`%5#k??cup@pP%4#j??cup@p%3#i??cup@o%2#h??cup@n819#g@?cup, with pits, yields@Y M1 X/a9M1X+#@?fig with liquid@<%W#??cup@p01V+#@?fig with liquid@<%U#??cup@o1T+#@?fig with liquid@;%S#??cup@o4R1#@?small (1-1/2" dia)@D5Q3#@?medium (2-1/4" dia)@I4P1#??large (2-1/2" dia)@P%O#??cup@b &N#@?date@ 6M5#??cup, pitted, chopped@f@%L#}??cup@b%K#|??cup@\%J#{??cup@\%I#z??cup@q0MHc#y@?slice (1/2" thick, approx 8 slices per can)@L%G#y??cup@qP%F#w??Qcup@D,E!#v@?cup, whole@W :^6nF~V.x:;n?#@?small (approx 3-1/2" dia)@Y8m9#@?medium (approx 4" dia)@`;l?#@?large (approx 4-1/2" dia)@d:k=#??cup sections, with juice@l%j#??cup@o%i#??cup@b%h#??cup@p0%g#??cup@o%f#??cup@o%e#??cup@o %d#??cup@n%c#@?cup@`@%b#??cup@p@%a#??cup@o%`#??cup@n@%_#??cup@^%^#??cup@m%]#??cup@m%\#??cup@p0&[#@?fig@ P&Z#??cup@b%Y#??cup@pP M[s6NwM'#@?fl oz@>fffff%#??cup@n%~#??cup@o%}#??cup@o %|#??cup@n4{1#@?fruit (3-3/4" dia)@]:z=#??cup sections, with juice@l4y1#@?fruit (3-3/4" dia)@]:x=#??cup sections, with juice@l4w1#@?fruit (3-3/4" dia)@]:v=#??cup sections, with juice@l4u1#@?fruit (3-3/4" dia)@^:t=#??cup sections, with juice@l4s1#@?fruit (3-3/4" dia)@^:r=#??cup sections, with juice@l.q%#@?NLEA serving@c@4p1#@?fruit (3-3/4" dia)@^:o=#??cup sections, with juice@l H|T*U#uDpH%#??cup@o@/'#??can (6 fl oz)@k'#@?fl oz@?%#??cup@o%#??cup@p%#??cup@n.%#@?NLEA serving@_;?#@?grape, with seeds, yields@3333331 +#@?grape, seedless@9 ;#@?cup, with seeds, yields@c@/ '#??cup, seedless@d' #@?grape@333333% #??cup@W.%#@?fruit yields@h'#@?fl oz@>fffff%#??cup@n'#@?fl oz@>fffff%#??cup@n/'#??can (6 fl oz)@i'#@?fl oz@?333333%#??cup@o@ AL$kAk2AN(e#@?wedge or slice (1/8 of one 2-1/8" dia lemon)@4'1#@?fruit (2-3/8" dia)@U4&1#@?fruit (2-1/8" dia)@M/%'#??cup, sections@j6$5#??fruit without refuse@3.#%#@?NLEA serving@b<"A#@?fruit without skin, medium@S;!?#@?fruit without skin, large@V% #??cup@f '#@@fruit@"%#??cup@`-##??cup, sliced@d%#??cup@m65#@?fruit without refuse@%#??cup@n77#@?fruit, without refuse@K%#??cup@d%#??cup@a'#@?fl oz@?333333 PoEh2 \+xP%=#??cup@n.<%#@?wedge yields@-;##@?lime yields@C':#@?fl oz@>%9#??cup@n.8%#@?NLEA serving@P07)#??fruit (2" dia)@P%6#@?tsp@&5#??tbsp@'4#@?fl oz@>%3#??cup@n32/#@?individual packet@'1#@?fl oz@>&0#@?tbsp@.%/#??cup@n..%#@?wedge yields@.-%#@?lemon yields@G',#@?fl oz@>%+#??cup@n5*3#??fruit without seeds@[.)%#@?NLEA serving@M fuK\2_7fAPK#@?melon, large (about 6-1/2" dia)@p,O!#@?cup, diced@c,N!#@?cup, cubes@d,M!#??cup, balls@f %L#@?cup@k.K%#??cup, drained@h6J5#@?fruit without refuse@i-I##??cup, sliced@d6H5#??fruit without refuse@p'G#@?small@+333333(F#@?medium@0'E#@?large@4,D!#??cup, cubed@b6C5#??fruit without refuse@ /B'#??cup, unthawed@b`'A#??fruit@6@5#@?fruit without refuse@#333333%?#??cup@g'>#@?fl oz@> Ly1rAELC`O#@?wedge (1/8 of 6" to 7" dia melon)@dA_K#@?wedge (1/8 of 5-1/4" dia melon)@_@5^3#@?melon (6" - 7" dia)@4]1#@?melon (5-1/4" dia)@@G\W#@?cup, diced (approx 20 pieces per cup)@e@,[!#??cup, balls@f 'Z#@?fruit@d'Y#@?melon@,X!#??cup, cubes@e@.W%#@&?NLEA serving@`2V-#@$@$cantaloupe balls@a@CUO#@"?wedge, small (1/8 of small melon)@KATK#@ ?melon, small (about 4-1/4" dia)@{ESS#@?wedge, medium (1/8 of medium melon)@Q@>RE#@?melon, medium (about 5" dia)@@CQO#@?wedge, large (1/8 of large melon)@Y cjBX)oFc/t'#??cup, sections@f0s)#@?super colossal@.'r#??jumbo@ 'q#@?small@ 'p#@?large@&o#??tbsp@ 'n#@@$fruit@&%m#??cup@a.l%#@?NLEA serving@a4k1#@?fruit (2-1/2" dia)@a,j!#??cup slices@a@'i#@@$fruit@.%h#??cup@a1g+#@?package (10 oz)@q-f##??cup, thawed@o@1e+#??package (11 oz)@rP%d#??cup@o/c'#??cup, unthawed@e.b%#@ ?NLEA serving@`0a)#@@$honeydew balls@a@ IZd3~VsI'#@?fl oz@?%#??cup@o .%#@?fruit yields@U'#@?fl oz@?%#??cup@o53#@?fruit without seeds@c%#??cup@e@77#@?fruit (2-11/16" diam)@b4~1#@?fruit (2-5/8" dia)@aA}K#??cup sections, without membranes@g .|%#@?NLEA serving@c@4{1#@?fruit (2-7/8" dia)@aAzK#??cup sections, without membranes@d4y1#@?fruit (2-5/8" dia)@^@AxK#??cup sections, without membranes@f4w1#@?fruit (2-5/8" dia)@``4v1#@?small (2-3/8" dia)@X5u3#@?large (3-1/16" dia)@g OsK!tL$Y"yO'$@?fl oz@>fffff%$??cup@n%$??cup@o%$??cup@o .%$@?NLEA serving@[@41$@?small (2-1/4" dia)@Q53$@?medium (2-3/8" dia)@U41$@?large (2-1/2" dia)@X/'$??cup, sections@h`'$@?fl oz@>fffff%$??cup@n%$@?tsp@&$??tbsp@'#@?fl oz@?% #??cup@o / '#@?can (6 fl oz)@j' #@?fl oz@A% #??cup@q' #@?fl oz@?%#??cup@o 89#@?drink box (8.45 fl oz)@pp y|T*DL$y,.!$??cup slices@e@'-$@?fl oz@>fffff%,$??cup@n'+$@?fl oz@>fffff%*$??cup@n6)5$@?fruit without refuse@2%($??cup@m''$ @?fl oz@?333333%&$ ??cup@o@B%M$ @?small (4-1/2" long x 2-3/4" dia)@c?$G$ @?medium (5-1/8" long x 3" dia)@sB#M$ @?large (5-3/4" long x 3-1/4" dia)@w-"#$ @?cup, mashed@l,!!$ ??cup, cubes@a' $ @?fl oz@>%$ ??cup@n /'$??can (6 fl oz)@j'$@?fl oz@?%$??cup@o Ri$[!wAzR%?$??cup@],>!$??cup, whole@n@7=7$??cup, halves or slices@p`3</$@?half, with liquid@X%;$??cup@p`3:/$@?half, with liquid@X797$??cup, halves or slices@o`787$??cup, halves or slices@n37/$@?half, with liquid@X767$@?cup, halves or slices@o%5$??cup@o@34/$@?half, with liquid@X737$??cup, halves or slices@n.2%$@?NLEA serving@b`B1M$@?small (2" dia) (approx 5 per lb)@SG0W$@?medium (2-1/2" dia) (approx 4 per lb)@XJ/]$@?large (2-3/4" dia) (approx 2-1/2 per lb)@c WW/xNT#W3R/$&@?half, with liquid@S-Q#$&??cup, halves@o3P/$%@?half, with liquid@S-O#$%??cup, halves@n.N%$$@?NLEA serving@d?MG$$@?pear, small (approx 3 per lb)@a`DLQ$$@?pear, medium (approx 2-1/2 per lb)@d?KG$$@?pear, large (approx 2 per lb)@j ,J!$$??cup slices@d'I$#@?fl oz@?%H$#??cup@o 1G+$"@?package (10 oz)@q(F$"@@$slices@c`-E#$"??cup, thawed@o@%D$ ??cup@p%C$??cup@p &B$@?half@*-A#$??cup, halves@d%@$??cup@n@ 8j4 p@d:b8'f$2@?fruit@},e!$2??cup, diced@c`6d5$1??fruit without refuse@96c5$0??fruit without refuse@A4b1$/??fruit (2-1/2" dia)@e'a$.@?fl oz@?333333%`$.??cup@o@-_#$-??cup, halves@q-^#$,??cup, halves@o(]$+@@$halves@e&\$+@?half@2-[#$+??cup, halves@f3Z/$*@?half, with liquid@S-Y#$*??cup, halves@p3X/$)@?half, with liquid@S%W$)??cup@p3V/$(@?half, with liquid@S-U#$(??cup, halves@o`3T/$'@?half, with liquid@S-S#$'??cup, halves@n Nr.\FN/u'$:??can (6 fl oz)@k't$9@?fl oz@?L%s$9??cup@o@-r#$8??cup, chunks@nAqK$7??cup, crushed, sliced, or chunks@p@DpQ$6@?slice or ring (3" dia) with liquid@HAoK$6??cup, crushed, sliced, or chunks@oDnQ$5@?slice or ring (3" dia) with liquid@HAmK$5??cup, crushed, sliced, or chunks@oDlQ$4@?slice or ring (3" dia) with liquid@GAkK$4??cup, crushed, sliced, or chunks@o DjQ$3@?slice or ring (3" dia) with liquid@GAiK$3??cup, crushed, sliced, or chunks@nGhW$2@?slice, thin (3-1/2" dia x 1/2" thick)@LAgK$2@?slice (3-1/2" dia x 3/4" thick)@U 7Mc,f1g7- #$E??cup, pitted@pP2-$D@?plum with liquid@G-#$D??cup, pitted@p 2-$C@?plum with liquid@G-#$C??cup, pitted@o2-$B@?plum with liquid@G-#$B??cup, pitted@o2-$A@?plum with liquid@G-#$A??cup, pitted@o .%$?@?NLEA serving@b41$?@?fruit (2-1/8" dia)@P-~#$???cup, sliced@d,}!$>@?cup slices@c@-|#$>??cup, mashed@i({$=@?medium@f`-z#$=??cup, sliced@b6y5$<@?fruit without refuse@%x$)$d@"?small (1" dia)@;=?$d@ ?pint as purchased, yields@vP5<3$d@?medium (1-1/4" dia)@(4;1$d@?large (1-3/8" dia)@2::=$d@?extra large (1-5/8" dia)@;,9!$d@?cup, whole@b-8#$d@?cup, sliced@d-7#$d@?cup, pureed@m-6#$d??cup, halves@c95;$c@?fruit (7" x 5-1/4" dia)@+4$c??cup, pulp@l 635$b??fruit without refuse@l +2$a@?sapodilla@e@ _l8 qIh3_6V5$v@?fruit without refuse@I-U#$v??cup, pureed@n`7T7$p??cherry (NLEA serving)@.S%$n@?NLEA serving@q2R-$n@@$watermelon balls@^>QE$n@?wedge (approx 1/16 of melon)@q?PG$n@?melon (15" long x 7-1/2" dia)@,O!$n@?cup, diced@c,N!$n??cup, balls@c@%M$m??cup@p1L+$j@?fruit (3" x 1")@+K$j??cup, pulp@^4J1$i@?fruit (2-7/8" dia)@c`+I$i??cup, pulp@o@1H+$h@?package (10 oz)@q-G#$h??cup, thawed@o1F+$g@?package (10 oz)@q-E#$g??cup, thawed@o IyQ!f7zP(sI'j$@?fl oz@?%i$??cup@o%h$??cup@g8g9$??cup, with pits, yields@f'f$@?half,@H%e$??cup@i 'd$@?slice@)ffffff'c$@?half,@R@%b$??cup@k8a9$@?cup, with pits, yields@g-`#$??cup, pitted@f`,_!$@?cup, whole@f-^#$??cup, halves@k`']$@?spear@:-\#$@?cup, sliced@d@.[%$@?cup, crushed@h`-Z#$??cup, chunks@f%Y$??cup@jAXK$|@?fruit 3-3/8" high x 3" diameter@q0@WI$|??fruit 2-1/4" high x 2-1/2" dia@^ Y^6`6j@Y/%$??date, pitted@8 .~%$??cup, drained@f@'}$@?fl oz@=fffff%|$??cup@m/{'$??can (6 fl oz)@j`'z$@?fl oz@?L%y$??cup@o@'x$@?fl oz@?333333%w$??cup@o@'v$@?fl oz@?%u$??cup@o 't$@?fl oz@?%s$??cup@o '+?@oz@U@n= #'*@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@S$<'*?@oz@U@n; #')@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@T 'A~WN'$T'6?@oz@U@nS #'5@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@T$R'5?@oz@U@nQ #'4@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@\$P'4??lb@|Y$O'3@@oz@U@iN '3??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@jnM #'2@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@O$L'2?@oz@U@nK #'1@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@O$J'1?@oz@U@nI #'0@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@T$H'0??lb@|Y$G'/@@oz@U@ z#d=4z$`'@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@R$d'>?@oz@U@nc #'=@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@R$b'=?@oz@U@na #'<@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@X z#d=4z$x'H??lb@|Y$w'G@@oz@U@iv 'G??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@lnu #'F@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@R$t'F?@oz@U@ns #'E@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@T$r'E?@oz@U@nq #'D@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@Z$p'D??lb@|Y$o'C@@oz@U@in 'C??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@inm #'B@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)@P Oh_~OK]'O??chop boneless (yield from 193g raw meat)@b $'N@?oz@sLyR$'[@@oz@U@,!'[??cup, diced@`$'Z@?lb@|Y$'Z??oz@'t??oz@jE'@@medium slices (packed 20/lb)@Q;i?'??thick slice, packed 12/lb@C$h'@@oz@U@ig '??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@l$f'@@oz@\@$e'??oz@'??oz@++@?can (300 x 407)@o _T,m9zR*_8e9+)??package (10 oz) yields@q1d++(@?O;dZpackage (10 oz)@W1c++(??package (10 oz)@q%b+&??cup@Z%a+%??cup@_%`+$??cup@_1_++#@?package (12 oz)@u@%^+#??cup@Z%]+ @?cup@V8\9+ ??package (10 oz) yields@sp1[++@?package (10 oz)@q%Z+??cup@T%Y+@?cup@U@8X9+??package (10 oz) yields@sp1W++@?package (10 oz)@q%V+??cup@T1U++@?can (303 x 406)@|`%T+??cup@_%S+??cup@e@%R+??cup@cofIflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|١jڡۢܢ+ݢ:ޢFߢT`lx'5I^o,<JVdr+=Qez !4GZm%;Ncx  4 G Z m *9I^q0DXm)=Qf {!"##7$K%`&t'()/*C+W,j-|./$081J2]3r456+7>8S9g:};<(=>>U?i@AB*C@DTEkFGH* <uAk7W/k<,z!+L??cup, diced@c%y+J??cup@n8x9+I@@beets (2" dia, sphere)@Y,w!+I??cup slices@U@/v'+H@?beet (2" dia)@T%u+H??cup@a%t+5??cup@`1s++4@?package (10 oz)@q%r+4??cup@_1q++2@?can (303 x 406)@{p%p+2??cup@\1o++0@?can (303 x 406)@p`'n+0@@$beans@O%m+0??cup@`1l++.@?can (303 x 406)@{p%k+.??cup@^%j+-??cup@_@1i++,@@$beans (4" long)@K%h+,??cup@[%g+*??cup@n8f9+)@?O;dZpackage (10 oz) yields@W epFd0EeB M+S@?stalk, medium (7-1/2" - 8" long)@f= C+S??stalk, large (11"-12" long)@q. %+R@?NLEA serving@b' +R@?stalk@b7 7+R@?spear (about 5" long)@?'+R@?bunch@.%+R??cup, chopped@V++P@?broadbean@ %+P??cup@[@1++O??cup (1" pieces)@b1++N@?cup (1" pieces)@3&+N@?leaf@@%+N??cup@C1++L@?can (303 x 406)@r`&+L@?beet@8'~+L@?slice@ ,}!+L@?cup, whole@d`,|!+L@?cup slices@e@/{'+L@?cup, shredded@h` DZ)q>yQ&lD%!+]??cup@c`0 )+\@?package (2 lb)@X1++\??package (10 oz)@q%+[@?cup@S(+[??sprout@5(+Z@?sprout@3%+Z??cup@V.%+Y@?NLEA serving@U@.%+Y??bunch cooked@{P%+W@?cup@W89+W??package (10 oz) yields@o@0)+V@?package (2 lb)@X1++V??package (10 oz)@q%+U??cup@g1++T@?package (10 oz)@q%+T??cup@c.%+S@?NLEA serving@U.%+S@?cup, chopped@S77+S@?spear (about 5" long)@B89+S@?stalk, small (5" long)@a WoFe3O W.4%+h??cup, chopped@V@/3'+f@?cup, shredded@R&2+f??head@&1+e@ ?leaf@.@0I+e@?head, small (about 4-1/2" dia)@P./%+e@?leaf, medium@7A.K+e@?head, medium (about 5-3/4" dia)@`--#+e@?leaf, large@@<,A+e@?head, large (about 7" dia)@/+'+e@?cup, shredded@Q.*%+e??cup, chopped@V@()+d@@stalks@F.(%+d??cup, chopped@_)'+b@?petiole@%&+b??cup@W&%+a@?root@d1$++a??cup (1" pieces)@_@&#+`@?root@c1"++`??cup (1" pieces)@] Tb"\*tBT-G#+t@?cup, grated@[.F%+t??cup, chopped@`/E'+r??cup, shredded@f@&D+p@?leaf@,/C'+p??cup, shredded@]/B'+o??cup, shredded@S/A'+m??cup, shredded@e@&@+l@?leaf@,&?+l@?head@@/>'+l??cup, shredded@Q/='+k??cup, shredded@b /<'+j??cup, shredded@Q/;'+i@?cup, shredded@R&:+i??leaf@6695+h@?head, small (4" dia)@=8C+h@?head, medium (about 5" dia)@8&7+h@?leaf@7@6I+h@?head, large (about 5-1/2" dia)@/5'+h@?cup, shredded@Q NIZ&t@N1Z++z??package (10 oz)@q1Y++x@?can (303 x 406)@q'X+x@?slice@ffffff-W#+x@?cup, sliced@b@-V#+x??cup, mashed@l1U++v@?can (303 x 406)@|`,T!+v??cup slices@^(S+u@?carrot@G,R!+u@?cup slices@S&Q+u??tbsp@#ffffff1P++t@&?carrot (7-1/2")@R-O#+t@$?strip, thin@5N3+t@"?small (5-1/2" long)@I'M+t@ ?slice@/L'+t@?strip, medium@(K+t@?medium@N8J9+t@?strip, large (3" long)@?IG+t@?large (7-1/4" to 8-1/2" long)@R7H7+t@?cup, strips or slices@^ kyP(KM%k&m+@?tbsp@.l%+@?NLEA serving@[.k#+??cup chopped@Y@ ,j!+??cup pieces@c`%i+??cup@c1h++??cup (1" pieces)@f1g++@?cup (1" pieces)@P1f++??package (10 oz)@q+e+@@flowerets@K1d++??cup (1" pieces)@O6c5+@?head, small (4" dia)@p9b;+@?head, medium (5-6" dia)@8a9+@?head, large (6-7" dia)@@*`+@?floweret@*%_+??cup@Y&^+~@?root@y%]+~??cup@i-\#+{??cup, sliced@b@,[!+z@?cup slices@P Z{@ a8jAZ.%+??tbsp chopped@1++@?cup (1" pieces)@F&~+??root@N.}%+??cup, chopped@f%|+@?cup@F&{+??head@J1z++??cup (1" pieces)@d2y-+@?chayote (5-3/4")@i`1x++??cup (1" pieces)@`.w%+??cup, chopped@e&v+@?leaf@H%u+??cup@B&t+??leaf@ (s+@@stalks@R,r!+??cup, diced@b1q++@?strip (4" long)@8p9+@?stalk, small (5" long)@1BoM+@?stalk, medium (7-1/2" - 8" long)@D=nA+@?stalk large (11"-12" long)@O Re1~JLRDQ+??ear, small (5-1/2" to 6-1/2" long)@V@%+@?cup@c@@I+@?ear, large (7-3/4" to 9" long)@aES+@?ear, medium (6-3/4" to 7-1/2" long)@VDQ+??ear, small (5-1/2" to 6-1/2" long)@R@( +@@"sprigs@4% +??cup@. %+??cup, chopped@e@0 )+@?package (3 lb)@D1 ++??package (10 oz)@q.%+??cup, chopped@g.%+??cup, chopped@B%+@?cup@N&+??tbsp@ 1++??cup (1" pieces)@Y41+@?stem (8-3/4" long)@,1++??cup (1" pieces)@9-#+@?tsp chopped? KuIa-n:{K-%#+??ear, yields@_@%$+@?cup@T8#9+??package (10 oz) yields@q1"++@?package (10 oz)@q%!+??cup@T1 ++@?can (303 x 406)@u@89+@?can, 15 oz (303 x 406)@z%+??cup@Z@1++@?can (303 x 406)@~ %+??cup@p1++@?can (303 x 406)@r41+@?can (12 oz) yields@j`%+??cup@d1++@?can (303 x 406)@~ %+??cup@`*+@?baby ear@ )+@?cup cut@d@I+@?ear, large (7-3/4" to 9" long)@]ES+@?ear, medium (6-3/4" to 7-1/2" long)@Y IpH tL$}N&sI';+@?sprig?%:+??cup@I.9%+??cup, chopped@J&8+@?leaf@.7%+??cup, chopped@B%6+@?pod@,,5!+??cup slices@Z%4+@?pod@(,3!+??cup slices@V%2+??cup@W%1+@?pod@(%0+??cup@W%/+??cup@e@1.++@?package (10 oz)@q%-+??cup@d%,+??cup@d%++??cup@b %*+??cup@L%)+??cup@l`-(#+@?cup kernels@T-'#+??ear, yields@O-&#+@?cup kernels@T 8KVYi8.N%+@?cup, chopped@9&M+??head@0L)+??cup (1" cubes)@XFKU+@?eggplant, unpeeled (approx 1-1/4 lb)@ HJY+@?eggplant, peeled (yield from 1-1/4 lb)@|,I!+??cup, cubes@T.H%+??cup, chopped@Z@.G%+??cup, chopped@K1F++@?stick (4" long)@"5E3+@?small (6-3/8" long)@c'D+@?slice@(C+@?medium@i 5B3+@?large (8-1/4" long)@q-A#+@?cup, sliced@]5@3+??cup, pared, chopped@`3?/+@?cucumber (8-1/4")@r,>!+??cup slices@J%=+@?cup@Q%<+??cup@` 6[3i6p?`6'c+@?piece@,b!+??cup slices@X,a!+??cup slices@b%`+??cup@U%_+??cup@T.^%+??cup, chopped@E.]%+??cup, chopped@51\++@?cup (1" slices)@V@1[++??cup (1" pieces)@f@'Z+@?gourd@f@1Y++??cup (1" pieces)@W0X)+??cup (1" cubes)@b@'W+@?gourd@1V++??cup (1" pieces)@M1U++@@slices (1" dia)@&5T3+@?cup slices (1" dia)@8%S+??tsp@(R+@@cloves@"'Q+@?clove@%P+@?tsp@ffffff%O+??cup@a HW&S)N&pH%x+??cup@S@7w7+@?cup, chopped or diced@:&v+??leek@_'u+@?slice@&t+@?leek@V@%s+??cup@V@.r%+??cup, chopped@f-q#+??cup, sliced@d'p+@?slice@0%o+??cup@`%n+@?cup@;'m+??strip@3333337l7+@?cup, chopped or diced@P@.k%+??cup, chopped@`@1j++@?O;dZpackage (10 oz)@W1i++??package (10 oz)@q.h%+??cup, chopped@`@.g%+??cup, chopped@P%f+??cup@U%e+??cup@<%d+??cup@8 ^b3pFyI^& +@?head@v. %+??cup shredded@B. %+@?NLEA serving@V@-!+@?leaf outer@C-!+@?leaf inner@3-#+@?head, small@t@77+@?head, medium (6" dia)@-!+@?head large@`/%+??cup shredded@R.%+@?NLEA serving@U@'+@?head@-!+@?leaf outer@<-!+@?leaf inner@/~%+??cup shredded@G.}%+@?NLEA serving@U@,|!+@?leaf outer@-333333,{!+@?leaf inner@/z'+@?head (5" dia)@d`:y=+??cup, shredded or chopped@K Rj3 uDd*|R'+@?small@$'+@?slice@(+@?medium@2'+@?large@7,!+@?cup, whole@X77+??cup, pieces or slices@Q,!+??cup, cubes@b %+@?yam@z@,!+??cup, cubes@Q.%+@?NLEA serving@U@&+@?head@sP.%+@?cup shredded@<,!+@?leaf inner@,!+??leaf outer@153+@@$slices (2-1/2" dia)@V@%+??cup@N41+@?root (9-1/2" long)@\53+?@$slices (2-1/2" dia)@T@, !+@?leaf outer@8, !+@?leaf inner@333333 VyLxN#tFV.4%,??cup, chopped@b@.3%,??cup, chopped@a.2%,??cup, chopped@L+1,@@mushrooms@R,0!,??cup pieces@b +/,@@mushrooms@.*.,??mushroom@ '-,??piece@,,,!,@ ?cup pieces@S&+,@@ caps@G(*,@@$slices@D'),@?small@((,@?medium@('',@?large@0%&,@?can@`%%,??cup@c,$!+@?cup pieces@S*#+@?mushroom@(&"+@?tbsp@#,!!+??cup pieces@c, !+@?cup pieces@A R`/tAx=|R'G,@?large@b.F%,@?tbsp chopped@$-E#,@?cup, sliced@\.D%,??cup, chopped@d,C!,@?cup slices@W8B9,??package (10 oz) yields@o0A),@?package (3 lb)@D1@+,??package (10 oz)@q0?),@@ pods (3" long)@U@,>!,??cup slices@T0=),@@ pods (3" long)@W%<,??cup@Y.;%, ??cup, chopped@f.:%, ??cup, chopped@L.9%, ??cup, chopped@f.8%, ??cup, chopped@b879, @?package (10 oz) yields@j.6%, ??cup, chopped@b15+,@?package (10 oz)@q YK!nDrBY1Z+,??package (10 oz)@q7Y7,@?cup, chopped or diced@\'X,??onion@O%W,@?cup@,&V,??tbsp@-U#,@ ?slice, thin@ 'T,@?small@N@?package (10 oz)@q%,>??cup@Q@%,S,]@?potato small (1-3/4" to 2-1/2" dia)@a@F=U,]@?potato medium (2-1/4" to 3-1/4" dia)@eA<K,]??potato large (3" to 4-1/4" dia)@rE;S,\@?potato small (1-3/4" to 2-1/2" dia)@a@F:U,\@?potato medium (2-1/4" to 3-1/4" dia)@e J{S+uM%oGJ2^-,x??package (5.5 oz)@c%],w??cup@j@%\,v??cup@i%[,u??cup@j@%Z,t??cup@i%Y,s??cup@j@%X,r??cup@H(W,p@?potato@A%V,p??cup@f1U+,n@?can (303 x 406)@|`,T!,n??cup, whole@r%S,m??cup@n%R,l??cup@n%Q,k??cup@j@%P,j??cup@c&O,i??skin@M:N=,h@?potato (2-1/3" x 4-3/4")@c%M,h??cup@S%L,g@?cup@S?KG,g@?small (1-3/4" to 2-1/2" dia.)@_@@JI,g@?medium (2-1/4" to 3-1/4" dia.)@d /U z@p7Y/'q,@@$puffs@S/p',@@$Crispy Crowns@N&o,@?puff@%n,??cup@`%m,??cup@`0l),??package (6 oz)@e@6k5,@?package yield, 12 oz@i%j,@?cup@SIi[,??patty, oval (approx 3" x 1-1/2" x 1/2")@=1h+,~@?package (12 oz)@u@%g,~??cup@Z@7f7,{@?package yield, 5.5 oz@9e;,{@?`A7Kpackage (5.5 oz) yields@a 2d-,{??cup (unprepared)@n2c-,z@?`A7Kpackage (5.5 oz)@:2b-,z??package (5.5 oz)@c7a7,y@?package yield, 5.5 oz@9`;,y??`A7Kpackage (5.5 oz) yields@a 2_-,x@?`A7Kpackage (5.5 oz)@: >zOP%d<q>0),??cup (1" cubes)@]%,??cup@Q%,??cup@C%,??cup@`(,@?flower@%,??cup@@%,??cup@o@%,??cup@d8~9,@?package (9 oz), yields@h(},?@$strips@I0|),@?package (9 oz)@o({,?@$strips@P@8z9,@?package (9 oz), yields@h(y,?@$strips@I0x),@?package (9 oz)@o(w,?@$strips@P@8v9,@?package (9 oz), yields@h(u,?@$strips@I0t),@?package (9 oz)@o(s,?@$strips@P@%r,??cup@f FX.o3 {K#uF,!,??cup, cubes@e@',@?small@h(,@?medium@x ',@?large@ ,!,??cup, cubes@a%,??cup@]-#,??cup, sliced@b`2-,??radish (7" long)@u ,!,@?cup slices@M',@?small@',@?slice?9;,@?medium (3/4" to 1" dia)@:=,@?large (1" to 1-1/4" dia)@",!,??cup slices@]( ,@?squash@z% ,??cup@\' ,@?plant@% ,??cup@E% ,??cup@p%,??cup@n-#,??cup, mashed@n UqI}RtL$~U&0,@?leaf@$'/,@?bunch@u@%.,??cup@>%-,??cup@W),,@@$sprouts@$%+,??cup@A%*,??cup@f%),??cup@p%(,??cup@Z-'#,@?cup flowers@4(&,??flower@0%),@@tbsp (1/8 cup)@$($,?@$sheets@:0#),?@tbsp (1/8 cup)@$0"),?@tbsp (1/8 cup)@$0!),?@tbsp (1/8 cup)@$0 ),@?cup, undrained@m%,??cup@a-#,??cup, sliced@`,!,??cup slices@`-#,@?cup, mashed@n ]|T,e5xN]-D#,??cup, mashed@n,C!,??cup slices@`@,B!,??cup slices@h,A!,??cup slices@`@1@+,@?can (303 x 406)@n '?,@?slice@ ,>!,@?cup slices@k-=#,@?cup, mashed@n,<!,??cup, diced@j@,;!,@?cup slices@V-:#,??cup, sliced@f-9#,??cup, sliced@`@%8,@?cup@W879,??package (10 oz) yields@k16+,@?package (10 oz)@q%5,??cup@c%4,??cup@j%3,??cup@m@%2,??cup@f11+,@?package (10 oz)@q WoEf2HW1X+,??package (12 oz)@u@,W!,??cup, cubes@i,V!,??cup, cubes@a-U#,??cup, mashed@n,T!,??cup, cubes@i5S3,@?squash (4 inch dia)@z,R!,??cup, cubes@a%Q,??cup@l`%P,??cup@k0O),@?package (3 lb)@D1N+,??package (10 oz)@q-M#,@?cup, mashed@^-L#,??cup, sliced@f'K,@?small@]'J,@?slice@#(I,@?medium@h'H,@?large@t0-G#,@?cup, sliced@\@.F%,??cup, chopped@_-E#,@?cup, sliced@f 7n?h@a0p76m5,@?sweetpotato, 5" long@`@,l!,??cup, cubes@`%k,??cup@P5j3,@?leaf (12-1/4" long)@0.i%,??cup, chopped@A.h%,??cup, chopped@X'g,@?shoot@*.f%,??cup, chopped@L%e,??cup@e@1d+,@?package (10 oz)@q%c,??cup@c%b,??cup@o%a,??cup@p%`,??cup@h%_,??cup@c`,^!,??cup, cubes@Y@-]#,??cup, mashed@m,\!,??cup, cubes@i,[!,??cup, cubes@]-Z#,??cup, mashed@n0Y),@?package (4 lb)@X ^lB`,nF^,!-??cup slices@a'-@?shoot@T,!-??cup slices@E%~-??cup@b 5}3-@?leaf (11" x 6-1/2")@$%|-??cup@<-{#,??cup, sliced@`-z#,??cup, sliced@Z,y!,??cup, cubes@f,x!,??cup, cubes@f1w+,@?can (404 x 307)@%v,??cup@o,u!,@?cup pieces@i-t#,??cup, mashed@o(s,@?medium@b-r#,??cup, mashed@t'q,@?small@N?pG,@?medium (2" dia, 5" long, raw)@\'o,@?large@f%n,??cup@i OzP%U"AO>E- @&?wedge (1/4 of medium tomato)@?AK- @$?slice, thick/large (1/2" thick)@;:=- @"?small whole (2-2/5" dia)@V-#- @ ?plum tomato@O<A- @?slice, medium (1/4" thick)@4;?- @?medium whole (2-3/5" dia)@^6 5- @?large whole (3" dia)@f( - @?cherry@10 )- @?Italian tomato@O8 9- @?cup, chopped or sliced@f5 3- ??cup cherry tomatoes@b'-@?small@V0)-@?slice or wedge@4(-@?medium@^'-@?large@f%-??cup@f,!-??cup slices@a ,!-??cup slices@_@ GqFrG}S+oG%)-??cup@n9(;-@?can (29 oz) (401 x 411)@%'-??cup@o@,&!-@?can (6 oz)@e@&%-@?tbsp@0%$-??cup@p`'#-@@fl oz@f%"-??cup@n`%!-??cup@n % -??cup@pP%- ??cup@o'- @?small@T(- @?medium@['- @?large@d%- @?can@g&- @?tbsp@.%- ??cup@n.%- @?NLEA serving@^@(- @@medium@n%- ??cup@n.%- @*?NLEA serving@b3/- @(?slice, thin/small@. @M%VpF|@9=;-.@?O;dZpackage, mashed (10 oz)@W9<;-.??package, mashed (10 oz)@q-;#--@?cup, mashed@l,:!--??cup, cubes@c,9!-,@?cup, cubes@P@'8-,@?small@N'7-,@?slice@.(6-,@?medium@^'5-,@?large@f,4!-,??cup, cubes@`@533-+@?frond (6-1/2" long)@?.2%-+??cup, chopped@Q819-'@?can, 15 oz (303 x 406)@z%0-'??cup@n8/9-%@?can, 15 oz (303 x 406)@y%.-%??cup@o@8-9-#@?can, 15 oz (303 x 406)@z%,-#??cup@^%+-!??cup@n%*-??cup@n FvN}Bc9F8Q9-@??package (10 oz) yields@q01P+-?@?pack (2-1/2 lb)@1O+-???package (10 oz)@q%N-=??cup@d`%M-;??cup@n'L-:@@fl oz@f%K-:??cup@n@%J-9@?cup@U%I-9??cup@d`0H)-8@?package (3 lb)@D1G+-8??package (10 oz)@q8F9-7@?package (10 oz) yields@k%E-7??cup@d1D+-6@?package (10 oz)@q7C7-6??cup, chopped or diced@T8B9-2@?can, 15 oz (303 x 406)@z%A-2??cup@]@.@%-1??cup, chopped@b.?%-0??cup, chopped@K%>-/??cup@c KvG_2U&vK(f-S@?medium@'e-S@?large@%d-S@?cup@`@,c!-S??cup slices@^,b!-R@?cup, cubes@Q,a!-R??cup, cubes@a,`!-Q??cup, cubes@b%_-L??cup@O%^-K@?pod@0,]!-K??cup slices@F,\!-J??cup, cubes@e*[-I@?waxgourd@D,Z!-I??cup, cubes@`(Y-G@@$sprigs@9'X-G@?sprig@.W%-G??cup, chopped@A0V)-F@@waterchestnuts@<,U!-F??cup slices@Q0T)-D@@waterchestnuts@B,S!-D??cup slices@O%R-@@?cup@V M}NpA xO'}M-{#-p@?cup, sliced@Z.z%-p??cup, chopped@a%y-j??cup@_@%x-i@?cup?ffffff&w-i??tbsp?ٙ%v-h@?cup?陙&u-h??tbsp?ə.t%-g??cup, chopped@`@.s%-f??cup, chopped@P-r#-e??cup, sliced@]4q1-d@?pod (15-1/3" long)@&,p!-d??cup slices@Y%o-b??cup@Y.n%-`??cup, chopped@`%m-_@?cup?陙&l-_??tbsp?ə1k+-]??cup (1" pieces)@V@,j!-Y??cup slices@l`,i!-U??cup slices@n'h-S@?small@v'g-S@?slice@ YU uJ h@ Y%-??cup@m89-@?can, 15 oz (303 x 406)@z%-??cup@n% -??cup@h1 +-}@?can (404 x 307)@% -}??cup@l, !-|??cup, cubes@i, !-{??cup, cubes@]-#-z??cup, sliced@f'-y@?small@]'-y@?slice@#(-y@?medium@h'-y@?large@t0-#-y??cup, sliced@\@%-x@?cup@ &-x??tbsp?2--u@?radish (7" long)@1,!-u??cup slices@I%~-r@?cup?&}-r??tbsp?ٙ(|-p@?pepper@6 F{S+e= }L FG#U-@?potato small (1-3/4" to 2-1/2" dia.)@a@H"W-@?potato medium (2-1/4" to 3-1/4" dia.)@eB!K-??potato large (3" to 4-1/4" dia)@r) -??pancake@S.%-@?recipe yield@(%-??cup@h@77-@?cup, chopped or diced@R(-??pepper@F0)-?@tbsp (1/8 cup)@$%-??cup@..%-@?recipe yield@%-??cup@Y@9;-??piece (2-1/2" x 2" dia)@Z@.%-@?recipe yield@h%-??cup@a%-??cup@j@0)-@?XbMcup (#6 scoop)@d%-??cup@o@'-@?fl oz@= Hg6V&{JH777-@?O;dZpackage (9 oz) yields@T869-@?package (9 oz), yields@n%5-??cup@e,4!-@?cup hearts@U33/-??artichoke, medium@^.2%-??corm, medium@(%1-??cup@`&0-@?leaf@2./%-??cup, chopped@I&.-@?root@@--#-??cup, sliced@^(,-@?tomato@j.+%-??cup, chopped@a`(*-@?tomato@[.)%-??cup, chopped@c%(-??cup@R.'%-??tbsp chopped@$%&-??cup@C=%C-??potato (2-1/2" dia, sphere)@i@.$%-@?NLEA serving@b LyEY#u:L8K9-??package (10 oz) yields@q%J-??cup@_%I-@?cup@U@8H9-??package (10 oz) yields@sp%G-@?cup@V8F9-??package (10 oz) yields@sp1E+-@?can (303 x 406)@|`%D-??cup@_%C-??cup@e@'B-@?shoot@b3A/-??cup (1/2" slices)@^3@/-??cup (1/2" pieces)@_%?-??cup@M(>-@@spears@N8=9-@?package (10 oz) yields@rP%<-??cup@f1;+-@?can (300 x 407)@y%:-??cup@^491-@@spears (1/2" base)@N%8-??cup@V MuM%mEc/M8`9-@@beets (2" dia, sphere)@Y,_!-??cup slices@U@%^-??cup@`%]-??cup@`%\-??cup@`1[+-@?package (10 oz)@q%Z-??cup@_1Y+-@?can (303 x 406)@p`'X-@@$beans@O%W-??cup@`1V+-@?can (303 x 406)@{p%U-??cup@^1T+-@?can (303 x 406)@{p%S-??cup@^1R+-@?can (303 x 406)@{p%Q-??cup@^%P-??cup@_@%O-??cup@_@%N-??cup@_@%M-??cup@[8L9-@?O;dZpackage (10 oz) yields@W 3rE[!\4 \3&t-??head@`&s-@?root@d1r+-??cup (1" pieces)@_@%q-??cup@c`%p-@?cup@S(o-??sprout@5%n-@?cup@W8m9-??package (10 oz) yields@o@%l-??cup@g.k%-@?NLEA serving@U.j%-@?cup, chopped@S7i7-@?spear (about 5" long)@B8h9-@?stalk, small (5" long)@aBgM-@?stalk, medium (7-1/2" - 8" long)@f=fC-??stalk, large (11"-12" long)@q'e-??stalk@\*d-@?floweret@&/c'-??cup flowerets@Q1b+-??cup (1" pieces)@b%a-??cup@n ZsJY'{LZ1+-@?can (303 x 406)@q'-@?slice@ffffff-#-@?cup, sliced@b@-#-??cup, mashed@l1+-@?can (303 x 406)@|`,!-??cup slices@^(-@?carrot@G,!-@?cup slices@S&-??tbsp@#ffffff&-@?leaf@,/~'-??cup, shredded@]/}'-??cup, shredded@e@/|'-??cup, shredded@b /{'-@?cup, shredded@R&z-??leaf@6/y'-@?cup, shredded@R&x-??head@/w'-@?cup, shredded@A&v-??head@`/u'-@?cup, shredded@A ;o; xDr*c;%-??cup@p1+-@?can (303 x 406)@~ %-??cup@`%-@?cup@d@I-@?ear, large (7-3/4" to 9" long)@]ES-@?ear, medium (6-3/4" to 7-1/2" long)@YDQ-??ear, small (5-1/2" to 6-1/2" long)@V@.%-??cup, chopped@e@.%-??cup, chopped@g&-@?tbsp@1+-??cup (1" pieces)@Y1+-??cup (1" pieces)@d.%-??cup, chopped@e,!-??cup, diced@b, !-??cup pieces@c`1 +-??cup (1" pieces)@f+ -@@flowerets@K1 +-??cup (1" pieces)@O, !-??cup slices@b@ Up5 ]5xE}U%/. ??cup@U,.!. ??cup slices@].-%. ??cup, chopped@E1,+. @?cup (1" slices)@V@1++. ??cup (1" pieces)@f@0*).??cup (1" cubes)@b@0)).??cup (1" cubes)@X.(%.??cup, chopped@Z@%'.??cup@`.&%.??cup, chopped@J%%.??cup@W%$.??cup@e@%#.??cup@d-"#-@?cup kernels@T-!#-??ear, yields@O% -@?cup@T89-??package (10 oz) yields@q1+-@?can (303 x 406)@u@%-??cup@Z@1+-@?can (303 x 406)@~ CvEc+wHtC.C%.??cup, chopped@f7B7.@?cup, chopped or diced@R8A9.??package (10 oz) yields@j.@%.??cup, chopped@a+?.@@mushrooms@R,>!.??cup pieces@b ,=!.@?cup pieces@S*<.@?mushroom@(&;.@?tbsp@#,:!.??cup pieces@c593.@@$slices (2-1/2" dia)@V@%8.??cup@N.7%.@?cup, chopped@:&6.??leek@_.5%.??cup, chopped@f,4!.??cup slices@d.3%.??cup, chopped@`@.2%.??cup, chopped@`@.1%.??cup, chopped@`@%0. ??cup@U 9m2CPa9%W."??cup@d%V.!??cup@d3U/. @?parsnip (9" long)@d,T!. ??cup slices@S%S.??cup@j@7R7.@?cup, chopped or diced@Z@.Q%.??tbsp chopped@.,P!.@ ?slice thin@ 'O.@?small@N;N?.@?slice medium (1/8" thick)@((M.@?medium@W:L=.@?slice large (1/4" thick)@@'K.@?large@`.J%.@?tbsp chopped@.%I.??cup@j@,H!.@?cup slices@W8G9.??package (10 oz) yields@o0F).@@ pods (3" long)@U@,E!.??cup slices@T.D%.??cup, chopped@f {uAZj?{&j.-@?tbsp@"-i#.-@?cup, sliced@W.h%.-??cup, chopped@b7g7.,@?cup, chopped or diced@Q(f.,??pepper@R@7e7.+@?cup, chopped or diced@R(d.+??pepper@F%c.*??cup@f%b.)@?cup@T8a9.)??package (10 oz) yields@q`%`.(??cup@o%_.&@?cup@T8^9.&??package (10 oz) yields@o1]+.%@?can (303 x 406)@s%\.%??cup@U@1[+.$@?can (303 x 406)@~ %Z.$??cup@_%Y.#??cup@d8X9."@?package (10 oz) yields@o ;_!rBc;;F|S.4@?potato small (1-3/4" to 2-1/2" dia)@a@G{U.4@?potato medium (2-1/4" to 3-1/4" dia)@eBzK.4??potato large (3" to 4-1/4" dia)@r%y.3??cup@d%x.2??cup@c .w%.0@?cup, chopped@W(v.0@?pepper@R@&u.0??tbsp@(.t%./@?cup, chopped@Q&s./@?tbsp@'333333-r#./??cup, strips@`.q%..@?cup, chopped@W(p..@?pepper@R@&o..??tbsp@'333333'n.-@?small@R;m?.-@?ring (3" dia, 1/4" thick)@$Il[.-@?medium (approx 2-3/4" long, 2-1/2" dia)@]Rkm.-@?large (2-1/4 per lb, approx 3-3/4" long, 3" dia)@d BBJ`8mB(.@?@$strips@I77.>@?package (9 oz) yields@h( .>?@$strips@I& .GE.j@&?wedge (1/4 of medium tomato)@?(F.j@$?tomato@^AEK.j@"?slice, thick/large (1/2" thick)@;-D#.j@ ?plum tomato@O9.j@?cup, chopped or sliced@f5=3.j??cup cherry tomatoes@b,<!.i??cup slices@a ,;!.h??cup slices@a%:.g??cup@b ,9!.f??cup slices@` Ji+;qIuJ(].m@?medium@['\.m@?large@d%[.m@?can@g&Z.m@?tbsp@.%Y.m??cup@n.X%.l@?NLEA serving@^@%W.l@?cup@^%V.l??cup@n3U/.k@*?slice, thin/small@.>TE.k@(?wedge (1/4 of medium tomato)@?(S.k@&?tomato@^ARK.k@$?slice, thick/large (1/2" thick)@;:Q=.k@"?small whole (2-2/5" dia)@V-P#.k@ ?plum tomato@Offffff%`.n??cup@n`%_.m@?cup@^'^.m@?small@T -sKyQ S U-%.??cup@`).~@?cup cut@d@I.~@?ear, large (7-3/4" to 9" long)@]ES.~@?ear, medium (6-3/4" to 7-1/2" long)@YDQ.~??ear, small (5-1/2" to 6-1/2" long)@V@)~.}@?cup cut@d@}I.}@?ear, large (7-3/4" to 9" long)@]E|S.}@?ear, medium (6-3/4" to 7-1/2" long)@YD{Q.}??ear, small (5-1/2" to 6-1/2" long)@V@%z.|@?cup@c@@yI.|@?ear, large (7-3/4" to 9" long)@aExS.|@?ear, medium (6-3/4" to 7-1/2" long)@VDwQ.|??ear, small (5-1/2" to 6-1/2" long)@R@%v.{@?pod@,,u!.{??cup slices@Z,t!.y@?cup, cubes@Q,s!.y??cup, cubes@a RpH\4|H R-#.??ear, yields@_@%.@?cup@T89.??package (10 oz) yields@q%.@?cup@T89.??package (10 oz) yields@q1+.@?package (10 oz)@q%.??cup@T1+.@?can (303 x 406)@u@%.??cup@Z@1+.@?can (303 x 406)@u@% .??cup@Z@1 +.@?can (303 x 406)@~ % .??cup@`1 +.@?can (303 x 406)@~ % .??cup@p1+.@?can (303 x 406)@r%.??cup@d1+.@?can (303 x 406)@~ %.??cup@`1+.@?can (303 x 406)@~ dp@|H W/d'+.@@$beans@O%*.??cup@`%).@?cup?&(.??tbsp?ٙ%'.??cup@j@%&.??cup@j@7%7.@?cup, chopped or diced@Q5$3.??frond (6-1/2" long)@?,#!.??cup, cubes@b %".??cup@W%!.??cup@Z1 +.@?package (10 oz)@<1+.??package (10 oz)@q-#.@?cup, halves@Q-#.??cup, halves@a-#.@?cup kernels@T-#.??ear, yields@O-#.@?cup kernels@T-#.??ear, yields@O-#.@?cup kernels@T UpH X$m< U>>E.@?midget Gherkin (2-1/8" long)@7=7.@?Gherkin (2-3/4" long)@99<;.@?large Gherkin (3" long)@A-;#.@?cup, sliced@e@.:%.??cup, chopped@d'9.@?spear@>'8.@?small@B'7.@?slice@665.@?medium (3-3/4" long)@P@15+.@?large (4" long)@`747.@?cup (about 23 slices)@c`737.??cup, chopped or diced@a(2.@?packet@&1.@?tbsp@.%0.??cup@n%/.??cup@j@1.+.@?can (303 x 406)@p`%-.??cup@Q1,+.@?can (303 x 406)@p` >d<{Q)P'x>7S7.??cup, chopped or diced@a3R/.@?packet (2/3 tbsp)@$&Q.@?tbsp@.%P.??cup@n%O.@?cup@^&N.??tbsp@.1M+.@?pimiento, whole@P'L.@?slice?&K.@?tbsp@(%J.??cup@h'I.@?slice@ %H.??cup@e@'G.@?spear@>'F.@?small@B'E.@?slice@6D5.@?medium (3-3/4" long)@P@1C+.@?large (4" long)@`%B.??cup@c`/A'.@ ?spear Gherkin@4=@C.@?small Gherkin (2-1/2" long)@.'?.@?slice@ ZY/LsK"ZEgS.??pepper, large (3-3/4" long, 3" dia)@g@(f.@?medium@'e.??large@(d.@?packet@&c.@?tbsp@.%b.??cup@n'a.@?small@.'`.@?slice@(_.@?medium@A'^.@?large@A-]#.@?cup, sliced@e@7\7.??cup, chopped or diced@d'[.@?slice@(Z.??medium@P@'Y.@?spear@>'X.@?small@B'W.@?slice@6V5.@?medium (3-3/4" long)@P@1U+.@?large (4" long)@`7T7.@?cup (about 23 slices)@c` IzP%nFrI!sI'}.@?piece@@%|.??cup@b@.{%.@?NLEA serving@U@(z.@?medium@$'y.??large@.%x.@?cup@$&w.??leaf@%v.@?cup@^&u.??tbsp@.&t.@?bulb@m@-s#.??cup, sliced@U'r.@?piece@%q.??cup@['p.@?piece@%o.??cup@K7n7.@?cup, chopped or diced@P(m.??medium@A(l.@?medium@&'k.??large@0&j.@?leaf@ /i'.??cup, shredded@D(h.@@$strips@J 8}U-a({S*`8%.??cup@_&.??leaf@&.@?leaf@%.??cup@,%.@?pod@ffffff%.??cup@_& .@?tbsp@333333% .??cup@P% .??cup@[@% .??cup@V1 +.??cup (1" pieces)@O&.??əhead@V65.@?head, small (4" dia)@tP9;.@?head, medium (5-6" dia)@z89.@?head, large (6-7" dia)@*.@?floweret@9%.??cup@P%.@?pad@=%.??cup@b-#.??cup, sliced@U(.@?pepper?%~.??cup@B [_.}U*S)[%(.??cup@<''.@?small@.'&.??large@b'%.@?bunch@1%$.??cup@F'#.@?plant@6."%.??cup, chopped@7'!.@?sprig@& .??tbsp?陙%.??cup@n(.??pepper@(.??pepper@;%.??cup@a`(.@?pepper@,-#.??cup, sliced@V(.??pepper@1(.@?pepper@ffffff.%.??cup, chopped@Z@1+.@?large (5" long)@R65.@?medium (4-1/2" long)@G1+.@?small (4" long)@@ PT+P(b;xP%>.??cup@l`7=7.@?oz hulled (142 seeds)@??oz@m9RkB&*/i@?tbsp@!%)/i??cup@a$(/g@?oz@/w@?kernel?ffffff1=+/w@?oz (49 kernels)@^7}V/$=2@?lb@|Y$<2??oz@6U.$O2@@oz@U@iN 2??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@m$M2@?lb@|Y$L2??oz@ 2??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@m oFe>wPo$a2@?lb@|Y$`2??oz@]6$r3@?lb@|Y$q3??oz@3.??oz@@@oz@U@i^ 3>??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@i @mF fg@$y3W@@oz@U@ix 3W??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@j@$w3T@@oz@U@iv 3T??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@h$u3Q@@oz@U@it 3Q??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@i`$s3N@@oz@U@ir 3N??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q@$q3M@@oz@U@ip 3M??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q$o3L@?lb@|Y$n3L??oz@]|$ 3_@?lb@|Y$3_??oz@]|$3@?lb@|Y$3??oz@]|$)3@?lb@|Y$(3??oz@]^7$93@@oz@U@i8 3??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q$73@@oz@U@i6 3??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q$53@?lb@|Y$43??oz@]|$I3@?lb@|Y$H3??oz@ 3??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@o$=3@@oz@U@i< 3??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@t$;3@?lb@|Y$:3??oz@a:Y2$4??oz@]6sG)/4??package@x$.4@@oz@\@$-4??oz@%4+??slice (1 oz)@<F=U4)??slice (1 oz) (4" x 4" x 3/32" thick)@<3</4&??serving 10 slices@<$;4$@?oz@??roast (yield from 1528 g raw meat)@ $\4=@@oz@U@E[Q4=??roast (yield from 1601 g raw meat)@8$Z4<@@oz@U@iY 4 4{??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@p@$=4z@@oz@U@i< 4z??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@pP$;4y@@oz@U@i: 4y??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@p0$94x@@oz@U@i8 4x??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@p$74w@@oz@U@i6 4w??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q$54v@@oz@U@i4 4v??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@p <mF<DNO4??steak (yield from 136 g raw meat)@[ $M4@@oz@U@DLO4??steak (yield from 161 g raw meat)@_ $K4@@oz@U@pJ '4??steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)@UDIO4??steak (yield from 136 g raw meat)@[ DHO4??steak (yield from 161 g raw meat)@_ pG '4@?steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)@W@$F4?@oz@U@$E4~@@oz@U@iD 4~??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@pP$C4}@@oz@U@iB 4}??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@p`$A4|@@oz@U@ _?;_D]O4??steak (yield from 532 g raw meat)@x $\4@@oz@U@D[O4??steak (yield from 518 g raw meat)@x$Z4@@oz@U@DYO4??steak (yield from 186 g raw meat)@b $X4@@oz@U@DWO4??steak (yield from 203 g raw meat)@d $V4@@oz@U@pU '4??steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)@bDTO4??steak (yield from 186 g raw meat)@b $S4@@oz@U@DRO4??steak (yield from 203 g raw meat)@d pQ '4@?steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)@c`$P4?@oz@U@$O4@@oz@U@ 0sLpI"j5d01q+4?@oz ( 1serving )@U@$p4@?lb@|Y2o-4?@oz ( 1 serving )@U@$n4@?lb@|Y$m4??oz@]|$=4@?lb@|Y$<4??oz@?$K5@@oz@U@iJ 5??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@i $I5@@oz@U@iH 5??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q$G5 @@oz@U@iF 5 ??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@r`$E5 @?lb@|Y$D5 ??oz@ 4??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@n mF f$Y5@@?lb@|Y$X5@??oz@]^7$w5@@oz@U@iv 5??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q`$u5@@oz@U@it 5??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@t$s5@?lb@|Y$r5??oz@DJPV\bhntz "(.4:@FLRX^djpv|JOKaLrMNO P.Q?RMS]TkUyV WX)Y9ZI[]\k]y^ _`/aAbOc]dkexfgh%i3j@kNl]mqnop-q=rKsYtguwvwy&z9{I|Y}i~w'8IWhx+;Ocw /@Sfz$7IZn';Od{&9Pg~*@Vk.E[s !8Of~ E>]6 lE$&5@@oz@U@N%c5??steak (yield from raw steak weighing 550 g)@w$$5@@oz@\@$#5@?oz@oH!g@$95@?lb@|Y$85??oz@]^7$I6@@oz@U@iH 6??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@r$G6@@oz@U@iF 6??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@p$E6@?lb@|Y$D6??oz@ 5??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@n$=5@?lb@|Y$<5??oz@?^7$Y6 @@oz@U@iX 6 ??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q $W6 @?lb@|Y$V6 ??oz@]5i8 6]6|U$I6F@?lb@|Y$H6F??oz@6???oz@@@oz@U@i< 6>??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@tP$;6=@?lb@|Y$:6=??oz@]2 qF(h6W??steak@q pg '6V@?steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 242 g)@d$f6V?@oz@U@$e6U@?lb@|Y(d6U??steak@p$c6T@@oz@U@ib 6T??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@p0$a6S@?lb@|Y$`6S??oz@6@?oz@3333339\;6@?can (6.8 fl oz, 200 ml)@i'[6??fl oz@>(Z6@@(fl oz@v (Y6??fl oz@=:X=6@?can or bottle (12 fl oz)@v 'W6??fl oz@='V6@@(fl oz@vP(U6??fl oz@=;T=6@?can or bottle (12 fl oz)@v@(S6??fl oz@=33333$R6@?lb@|Y2Q-6?@oz ( 1 serving )@U@2P-6?@oz ( 1 serving )@U@ :s7 GW"d:'w6??fl oz@;2v-6@?jigger 1.5 fl oz@E'u6??fl oz@;2t-6@?jigger 1.5 fl oz@E's6??fl oz@;2r-6@?jigger 1.5 fl oz@I'q6??fl oz@@EpS6@?portion (2 oz mix + 1.5 oz whiskey)@Z'o6??fl oz@>ffffff'n6@@fl oz@P@'m6??fl oz@>fffff9l;6@?can (6.8 fl oz, 200 ml)@j 'k6??fl oz@>2j-6@?packet, prepared@Y'i6??fl oz@=ffffff(h6??packet@19g;6@?can (6.8 fl oz, 200 ml)@j`'f6??fl oz@?6e56@?cocktail (4.5 fl oz)@a'd6??fl oz@?ffffff FlAU+k5 F: =7)@?can or bottle (16 fl oz)@}' 7)??fl oz@=* 7&??envelope@&.%7"@?can (5.5 oz)@e'7"??fl oz@>3/7@?glass (3.5 fl oz)@Y'7??fl oz@=3/7@?glass (3.5 fl oz)@Y'7??fl oz@=3/7@?glass (3.5 fl oz)@Y'7??fl oz@=2+7@?glass 3.5 fl oz@Y(7??fl oz@=3~/6@?glass (3.5 fl oz)@Y'}6??fl oz@=)|6@?jigger@E({6??fl oz@;2z-6@?jigger 1.5 fl oz@E'y6??fl oz@;2x-6@?jigger 1.5 fl oz@E :k1S)Z(d:'7@??fl oz@>333330)7?@?can (12 fl oz)@v0'7???fl oz@=:=7>@?can or bottle (12 fl oz)@w@'7>??fl oz@?/'79??cup (8 fl oz)@n:=78@?can or bottle (12 fl oz)@v:=78@?can or bottle (16 fl oz)@~'78??fl oz@>(75?@ fl oz@n@'73??scoop@0:=72@?can or bottle (12 fl oz)@w0:=72@?can or bottle (16 fl oz)@~'72??fl oz@>fffff7771??portion (1/8 cap/tub)?ffffff7770??portion (1/8 cap/tub)@2*7/??envelope?333333( 7+?@ fl oz@n: =7)@?can or bottle (12 fl oz)@v0 <\q4Ox<9/;7C@?drink, small (16 fl oz)@~:.=7C@?can or bottle (12 fl oz)@w :-=7C@?can or bottle (16 fl oz)@~',7C??fl oz@?0+)7B@?can (12 fl oz)@v0:*=7B@?can or bottle (16 fl oz)@}')7B??fl oz@=?(G7A@ ?drink, extra large (44 fl oz)@9';7A@?drink, large (32 fl oz)@:&=7A@?drink, medium (22 fl oz)@9%;7A@?drink, small (16 fl oz)@~2$-7A@?drink (12 fl oz)@w:#=7A@?can or bottle (12 fl oz)@w:"=7A@?can or bottle (16 fl oz)@~'!7A??fl oz@>33333: =7@@?can or bottle (12 fl oz)@w:=7@@?can or bottle (16 fl oz)@~ BEe(CB:@=7I@?can or bottle (16 fl oz)@~'?7I??fl oz@>333330>)7G@?can (12 fl oz)@v0'=7G??fl oz@=:<=7F@?can or bottle (12 fl oz)@w@:;=7F@?can or bottle (16 fl oz)@':7F??fl oz@??9G7D@?drink, extra large (44 fl oz)@$98;7D@?drink, large (32 fl oz)@:7=7D@?drink, medium (22 fl oz)@ 96;7D@?drink, small (16 fl oz)@~:5=7D@?can or bottle (12 fl oz)@w :4=7D@?can or bottle (16 fl oz)@~'37D??fl oz@??2G7C@?drink, extra large (44 fl oz)@$91;7C@?drink, large (32 fl oz)@:0=7C@?drink, medium (22 fl oz)@ <\{Q`.m<.S%7k@?can (5.5 oz)@d'R7k??fl oz@>333333/Q'7f??cup (8 fl oz)@q1P)7e??serving 2 tbsp@C.O%7b??NLEA serving@o/N'7a??cup (8 fl oz)@p*M7_??serving@7/L'7Y??cup (8 fl oz)@p&K7X??tbsp@(0J)7V@?can (12 fl oz)@v03I/7V@?bottle (16 fl oz)@}'H7V??fl oz@=:G=7M@?can or bottle (12 fl oz)@w :F=7M@?can or bottle (16 fl oz)@~'E7M??fl oz@>:D=7K@?can or bottle (12 fl oz)@v:C=7K@?can or bottle (16 fl oz)@~'B7K??fl oz@>:A=7I@?can or bottle (12 fl oz)@w BuHrEf6 sB.f%7}??NLEA Serving@)e7|??tsp dry@7d77{@?serving (1 round tsp)?.c%7{@?tsp, rounded?)b7{??tsp dry?-a#7z??fluid ounce@>'`7y@@fl oz@f@'_7y@?fl oz@=/^'7y??cup (8 fl oz)@m)]7v@?serving@.*\7v??envelope@.*[7u@?envelope@<)Z7u??serving@<?YG7t@?envelope Swiss Miss (.53 oz)@.9X;7t??envelope Alba (.675 oz)@3)W7s@?serving@<*V7s??envelope@<>UE7r??oz packet with 6 fl oz water@iGTW7p??serving (3 heaping tsp or 1 envelope)@< AzJ_.s; rA.z%7??NLEA Serving@,.y%7??NLEA Serving@*.x%7?@tsp, rounded@'3w-7??serving envelope@9.v%7??NLEA Serving@*5u17@?serving 2-1/2 tbsp@;3t-7??serving envelope@9's7?@fl oz@f`.r%7??tsp, rounded?'q7?@fl oz@f`.p%7??tsp, rounded?'o7@@fl oz@f`'n7??fl oz@=7m77@?serving (1 round tsp)?.l%7@?tsp, rounded?)k7??tsp dry?-j#7??fluid ounce@>'i7@@fl oz@f@'h7@?fl oz@=/g'7??cup (8 fl oz)@m 9uK!i7 U$c9'7@?fl oz@?/'7??cup (8 fl oz)@o0 )7@?can (12 fl oz)@zp' 7??fl oz@A/ '7??cup (8 fl oz)@q. %7?@tsp, rounded@<' 7@?fl oz@=/'7??cup (8 fl oz)@m'7@?fl oz@?/'7??cup (8 fl oz)@o'7@?fl oz@>/'7??cup (8 fl oz)@n'7@?fl oz@>/'7??cup (8 fl oz)@n'7@?fl oz@>/'7??cup (8 fl oz)@n'7@@fl oz@f'~7@?fl oz@>/}'7??cup (8 fl oz)@n%|7??tsp@ffffff.{%7??NLEA Serving@ 2zG^-o=d2/$'7??cup (8 fl oz)@p&#7@@tbsp@;'"7@?scoop@;%!7??cup@k@1 +7@?glass (6 fl oz)@g'7@?fl oz@?L/'7??cup (8 fl oz)@o@'7@?fl oz@?L/'7??cup (8 fl oz)@o@.%7??NLEA Serving@j@.%7??NLEA Serving@1.%7??NLEA Serving?333333.%7??NLEA Serving@.%7??NLEA Serving@j@(7??packet@1'7@?fl oz@>fffff/'7??cup (8 fl oz)@n0)7@?can (12 fl oz)@z '7??fl oz@Affffff'7@?fl oz@?/'7??cup (8 fl oz)@o vd:yO[)v'77@?fl oz@=%67??cup@m,5!7@?can (1 oz)@?/4'7??cup (8 fl oz)@n/3'7@?can (6 fl oz)@k@02)7@?can (12 fl oz)@{P'17??fl oz@B333333/0'7??cup (8 fl oz)@p0/)7@?scoop (2 tbsp)@=/.'7??cup (8 fl oz)@m '-7@?fl oz@?/,'7??cup (8 fl oz)@o/+'7@?can (6 fl oz)@k`0*)7@?can (12 fl oz)@{`')7??fl oz@B@'(7@?fl oz@=/''7??cup (8 fl oz)@m2&-7@?packet (0.67 oz)@32%-7??packet (0.42 oz)@' Cw-W M#kC%I8??cup@n'H8@?fl oz@?L/G'8??cup (8 fl oz)@o@'F7@?fl oz@?L/E'7??cup (8 fl oz)@o@'D7@?fl oz@?333333/C'7??cup (8 fl oz)@o@'B7@?fl oz@?/A'7??cup (8 fl oz)@o/@'7??cup (8 fl oz)@pG?W7??serving (3 heaping tsp or 1 envelope)@5/>'7??cup (8 fl oz)@pG=W7@?serving (3 heaping tsp or 1 envelope)@5%<7??cup@S/;'7??cup (8 fl oz)@pG:W7??serving (3 heaping tsp or 1 envelope)@5/9'7??cup (8 fl oz)@pT8q7??individual serving (4-5 heaping tsp or 1 envelope)@5 :z4n<Ld:'Z8@?fl oz@=/Y'8??cup (8 fl oz)@m/X'8??cup (8 fl oz)@p;W?8??serving (2-3 heaping tsp)@6CVO8 @?small McDonald's shake (12 fl oz)@o@6U58 @?milkshake (10 fl oz)@jDTQ8 @?medium McDonald's shake (16 fl oz)@tCSO8 @?large McDonald's shake (22 fl oz)@|'R8 @?fl oz@4/Q'8 ??cup (8 fl oz)@dCPO8 @?small McDonald's shake (12 fl oz)@o@6O58 @?milkshake (10 fl oz)@jDNQ8 @?medium McDonald's shake (16 fl oz)@tCMO8 @?large McDonald's shake (22 fl oz)@|'L8 @?fl oz@4/K'8 ??cup (8 fl oz)@d'J8@?fl oz@> ]|R(iAX&]0n'8'??serving 1 tsp?333333/m'8#??cup (8 fl oz)@p09l;8"@?serving (3 heaping tsp)@7%k8"??cup@f/j'8!??cup (8 fl oz)@m/i'8 @@tbsp, rounded@&.h%8 ??tsp, rounded?ffffff'g8@@fl oz@f@'f8@?fl oz@=/e'8??cup (8 fl oz)@m%d8??tsp?ffffff9c;8@?serving (3 heaping tsp)@7%b8??cup@f0a)8@@tbsp (1/4 cup)@,%`8?@tsp?'_8@@fl oz@f@'^8@?fl oz@=/]'8??cup (8 fl oz)@m%\8??tsp?ffffff'[8@@fl oz@f@ 7q;Z(pFb7(8@??fl oz@?2-8=??packet, prepared@aCO86??packet dry mix with 6 fl oz water@h/'81??cup (8 fl oz)@m4~180@?bottle (6.5 fl oz)@h'}80@?fl oz@=/|'80??cup (8 fl oz)@m'{8/@?fl oz@>/z'8/??cup (8 fl oz)@n'y8.@?fl oz@>/x'8.??cup (8 fl oz)@n 'w8-@@fl oz@f@'v8-@?fl oz@=/u'8-??cup (8 fl oz)@m.t%8)??NLEA Serving?'s8(@@fl oz@f@3r/8(@?bottle (10 fl oz)@}'q8(@?fl oz@=/p'8(??cup (8 fl oz)@m0o)8'@@tbsp (1/4 cup)@, Mre3 c M2-8O@?jigger 1.5 fl oz@G'8O??fl oz@?2-8N@?jigger 1.5 fl oz@J'8N??fl oz@AffffffUs8I??portion, amount of dry mix to make 8 fl oz prepared@'8H@?fl oz@@33333/ '8H??cup (8 fl oz)@pG W8G??serving (3 heaping tsp or 1 envelope)@8' 8F@?fl oz@?/ '8F??cup (8 fl oz)@o0 )8E@?can (12 fl oz)@zp'8E??fl oz@AUs8D??portion, amount of dry mix to make 8 fl oz prepared@Us8C@?portion, amount of dry mix to make 8 fl oz prepared@9&8C?@tbsp@91+8@@?bottle 16 fl oz@~.%8@@?can 12 fl oz@w ZpFY/vLZ0')8^@?can (12 fl oz)@{0'&8^??fl oz@B6%58]@@ice cube (3/4 fl oz)@P'$8]@?fl oz@=/#'8]??cup (8 fl oz)@m'"8\?@$fl oz@q'!8[@?fl oz@?L/ '8[??cup (8 fl oz)@o@0)8Z@?can (12 fl oz)@{@'8Z??fl oz@B&fffff'8Y@?fl oz@?/'8Y??cup (8 fl oz)@o0)8X@?can (12 fl oz)@z'8X??fl oz@Afffff'8W?@fl oz@i1+8V??packet (.75 oz)@5'8U?@fl oz@g .%8P@?can 12 fl oz@v01+8P@?bottle 16 fl oz@}(8P??fl oz@= UrHnDs>U';8??fl oz@=3:/8@?glass (3.5 fl oz)@Y'98??fl oz@=28-8@?jigger 1.5 fl oz@J'78??fl oz@Affffff26-8@?jigger 1.5 fl oz@E'58??fl oz@;24-8@?jigger 1.5 fl oz@E'38??fl oz@;E2S8@?portion (2 oz mix + 1.5 oz whiskey)@Z'18@@fl oz@P@'08??fl oz@>ffffff'/8@@fl oz@P@'.8??fl oz@@&fffff'-8d@?fl oz@?/,'8d??cup (8 fl oz)@o'+8c@?fl oz@?L/*'8c??cup (8 fl oz)@o@')8_@?fl oz@?333333/('8_??cup (8 fl oz)@o@ 7U#_-}K!a7'O8??fl oz@;/N'8??cup (8 fl oz)@p09M;8@?serving (3 heaping tsp)@7%L8??cup@f'K8@@fl oz@f@'J8@?fl oz@=/I'8??cup (8 fl oz)@m'H8@@fl oz@f@'G8??fl oz@='F8@?fl oz@>fffff/E'8??cup (8 fl oz)@n/D'8@?can (6 fl oz)@k@0C)8@?can (12 fl oz)@{P'B8??fl oz@B333333/A'8??cup (8 fl oz)@p`2@-8@?packet (7.25 oz)@i/?'8?@tbsp, rounded@93>/8@?packet (0.675 oz)@3?=G8??envelope Swiss Miss (.53 oz)@.0<)8@?can (12 fl oz)@v0 WvLY2xM&W(d:??fillet@]$c:@@oz@U@(b:??fillet@b$a:@@oz@U@(`:??fillet@c$_:@@oz@U@(^:??fillet@S+]:@@anchovies@4,\!:@?can (2 oz)@F)[:@?anchovy@.Z%:??oz, boneless@3E:@?piece (1-3/4" x 7/8" x 1/2")@.,2!:@?cubic inch@4.1%:@?oz, boneless@:@@oz@U@(=:??fillet@h $<:@@oz@U@(;:??fillet@h $::@@oz@U@ I\5`5j?tI(g:??fillet@h $f:@@oz@U@(e:??fillet@c$d:@@oz@U@(c:??fillet@c`$b:@@oz@U@(a:??fillet@h$`:@@oz@U@(_:??fillet@G$^:@@oz@U@(]:??fillet@N$\:@@oz@U@([:??fillet@f$Z:@@oz@U@(Y:??fillet@I$X:@@oz@U@(W:@?fillet@P.V%:??oz, boneless@m<mF$*:@@oz@U@():??fillet@Y@$(:@@oz@U@(':??fillet@` $&:@@oz@U@(%:@?fillet@P.$%:@?oz, boneless@E:@?small (2-2/3" x 1/2" x 1/4")@(/':@?can (3.75 oz)@W,!:@?cubic inch@0$:@?oz@%;@?oz, boneless@$;.?@oz@U@';-@@large@<$;-@@oz@U@';-@?small@(;-??medium@$;,@@oz@U@ `]3 kDyO(`$E;@?@oz@U@(D;?@@medium@U%C;???cup@o$B;>?@oz@U@$A;=?@oz@U@$@;<@@oz@U@'?;<@?small@$(>;<@?medium@0'=;<@?large@4$<;<@?oz@$P;C@@oz@U@(O;C??medium@I$N;B@@oz@U@(M;B@?oyster@ ALK;B@?can (12 oz), oysters and liquid@q-K#;B@?oz, drained@70J);B@?cup, undrained@o.I%;B??cup, drained@d@(H;A@@medium@E$G;A?@oz@U@(F;@@@medium@V =b:uM&Z3d=$s;W@@oz@U@(r;W??fillet@9$q;V@@oz@U@(p;V??fillet@V$o;U@@oz@U@(n;U??fillet@]@$m;T@@oz@U@(l;T??fillet@_$k;S@@oz@U@(j;S??fillet@O$i;R@@oz@U@%h;R??can@e$g;Q@@oz@U@%f;Q??can@f@$e;P@@oz@U@%d;P??can@d$c;O@@oz@U@%b;O??can@e`$a;N@@oz@U@%`;N??can@w$_;M@@oz@U@%^;M??can@|`$];L@@oz@U@%\;L??can@w ;\1 f;pEb;$ ;b?@oz@U@$ ;a@@oz@U@(;a@?fillet@f65;a@?cubic inch, boneless@1.%;a??oz, boneless@;??medium@9$=;~?@oz@U@$<;}?@oz@U@$;;|@@oz@U@):;|??lobster@d`$9;{?@oz@U@ E`3 hA_7mE%f>??cup@p%e>??cup@o%d>??cup@o'c>??slice@,%b>??cup@r%a>??cup@l%`>??cup@h2_-;@?oz cooked, yield@1-^#;??cup, sliced@_$];@@oz@U@(\;??fillet@f@([;@@medium@M$Z;?@oz@U@(Y;@@medium@U$X;?@oz@U@(W;@@medium@M$V;?@oz@U@$U;?@oz@U@*T;@@ crayfish@;$S;?@oz@U@$R;@@oz@U@(Q;??fillet@Q$P;@@oz@U@ =`7nF~V.e=%~>??cup@g%}>??cup@p&|>@?tbsp@&%{>??cup@f %z>??cup@g%y>??cup@p`%x>??cup@f %w>??cup@f%v>??cup@f %u>??cup@g%t>??cup@p@%s>??cup@f %r>??cup@h`%q>??cup@n%p>??cup@g %o>??cup@g%n>??cup@e&m>@?tbsp@(333333%l>??cup@h@&k>@?tbsp@0%j>??cup@o%i>??cup@o%h>??cup@o%g>??cup@p0 ;_6mE|T+c;%>??cup@i@%>??cup@f %>??cup@h%>??cup@f`%>??cup@j%>??cup@n&>@?tbsp@%333333%>??cup@e`&>@?tbsp@(% >??cup@h % >??cup@e % >??cup@j@% >??cup@p`% >??cup@f%>??cup@j%>??cup@f %>??cup@g&>@?tbsp@0%>??cup@p&>@?tbsp@&%>??cup@f &>@?tbsp@(ffffff%>??cup@g%>??cup@f 9^6 lDzR*a9%.>??cup@j@%->??cup@n%,>??cup@n%+>??cup@e&*>@?tbsp@%%)>??cup@d%(>??cup@e`%'>??cup@d&&>@?tbsp@0%%>??cup@p%$>??cup@n%#>??cup@d&">@?tbsp@)%!>??cup@i& >@?tbsp@ %>??cup@Y%>??cup@p%>??cup@e@&>@?tbsp@"%>??cup@b%>??cup@p`&>@?tbsp@&ffffff%>??cup@f`&>@?tbsp@)333333 K_6lD|T+K=EC>@?oz dry, yield after cooking@Q@%D>??cup@f%C>??cup@i%B>??cup@a%A>??cup@i@&@>@?tbsp@*%?>??cup@i%>>??cup@f %=>??cup@h%<>??cup@d%;>??cup@f%:>??cup@f%9>??cup@i@%8>??cup@n &7>@?tbsp@'ffffff%6>??cup@g&5>@?tbsp@&333333%4>??cup@f@&3>@?tbsp@(%2>??cup@h&1>@?tbsp@(%0>??cup@h%/>??cup@h@ L`8rIa9tL%[>??cup@b$Z>@?oz@??cup@b@$X>@?oz@??cup@b`$V>@?oz@??cup@b@(T>@?peanut?$S>??oz@@?peanut?7Q7>@?cup, halves and whole@b.P%>??cup, chopped@b&O>@@@nuts@<,N!>@?oz shelled@@?cup, shelled@f??cup in shell, edible yield@O$K>@?oz@??cup@b@&I>@?tbsp@(ffffff%H>??cup@h$G>@?lb@|Y%F>??cup@h [b;qJ"Z2[&r>??link@9$q>@?oz@??cup@V'o>@?strip@2n->@?oz cooked, yield@0%m>??cup@b&l>@?tbsp@0%k>??cup@o%j>??cup@e%i>??cup@i$h>@?oz@??cup@N$f>@?oz@??cup@N&d>@@tbsp@@%c>??cup@p &b>@@tbsp@@%a>??cup@p $`>@?oz@??cup@a$^>@?oz@??cup@b@$\>@?oz@??cup@o$>??oz@??oz@@?fl oz@>%>??cup@n%>??cup@^&>@?tbsp@.%>??cup, stirred@V&>@?tbsp@.%>??cup, stirred@Y.%>??cup, stirred@U@&~>@?tbsp@.}%>??cup, stirred@U%|>??cup@d%{>??cup@e%z>??cup@q0%y>??cup@e%x>??cup@e&w>@?tbsp@%ffffff%v>??cup@e%u>??cup@g@'t>@?slice@<'s>@?patty@C EyP(]3d:mE%???cup@d'???block@&%???cup@^'?@?piece@*$???oz@@?əblock@V'>@?block@]>E>@?piece (2-1/2" x 2-3/4" x 1")@^,!>@?cubic inch@22->??cup (1/2" cubes)@o'>@?əblock@V'>@?block@T@%>??cup@_%>@?cup@M%>@?tsp@&>??tbsp@2%>@?tsp@& >??tbsp@23 />@?individual packet@!% >@?tsp@333333& >@?tbsp@0 8`7yQ(^4 b8'6?%??slice@U'5?$??slice@U'4?#??slice@U'3?"??slice@U'2?!??slice@U'1? ??block@^'0???əblock@V&/?@?tbsp@,%.???cup@o@%-???cup@W&,?@@tbsp@@%+???cup@p &*?@@tbsp@@%)???cup@p %(???cup@h-'#? @?fluid ounce@?%&? ??cup@n;%?? ??patty (approx 2-1/4" dia)@1&$? @?tbsp@.%#? ??cup@n%"???cup@e%!???cup@f% ???cup@e` @`8pH X0h@%N???cup@e`%M???cup@e`%L???cup@d%K???cup@e@%J???cup@f`%I???cup@f %H???cup@f`%G???cup@e`%F???cup@e %E???cup@f%D???cup@f %C???cup@f %B???cup@f %A???cup@f %@???cup@f %????cup@f %>???cup@f %=???cup@g %<???cup@e%;???cup@l$:?0??oz@%7?&??cup@n W`8g8mFW&e@ @@tbsp@@%d@ ??cup@p $c@ @?oz@_7sK$^6h>'|@-??piece@*'{@,??piece@1'z@+@?block@]%y@+??cup@_'x@*@?block@T@%w@*??cup@_%v@(@?tsp@333333&u@(@?tbsp@2%t@(??cup@o$s@'??oz@]6|U.$ By??oz@]Tn/ #B@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)@P$.B?@oz@U@n- #B@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 120 g)@W$,B??oz@?^7$MB@?lb@|Y$LB??oz@B??oz@]3m !B@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)@P@$B??oz@$B?@oz@U@m !B@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)@E$B??oz@]|0I8[B??unit, cooked (yield from 1 lb raw meat)@r $7B@?lb@|Y$6B??oz@[B??unit, cooked (yield from 1 lb raw meat)@rp$=B@@oz@U@I<[B??unit, cooked (yield from 1 lb raw meat)@q$;B@?lb@|Y$:B??oz@X$VB?@oz@U@nU #B@?chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 195 g)@\@$TB??oz@W0$tB?@oz@U@ps 'B@?steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 385 g)@s$rB??oz@m@X1 e>$#B@?lb@|Y$"B??oz@C ??oz@@@oz@\@$C>??oz@]6|$ICT??oz@CN@?lb@|Y$=CN??oz@6.i) C??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@m$(C@@oz@U@$'C@?lb@|Y$&C??oz@]6|U.$NC??oz@C@@oz@U@i= C??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@q CF>{T-jC$cC??oz@DJPV\bhntz "(.4:@FLRX^djpv|.E[r 6Ne| /=MYgv'8IVdt#5GYk~%9IWeu)<Ncv *<Ocw 3I\p*=Oct*?Rfz"6 I Z k z &;Ocv -@Vi Ld=\5{T-sL$vC@?lb@|Y$uC??oz@1FU@?bagel (4-1/2" dia)@]:==FU@?bagel, mini (2-1/2" dia)@: 1b)zD]$X1$cFa??oz@$[F^??oz@,q!Fi@?cubic inch@ $pFi??oz@$Fq??oz@$Fu??oz@/F@?slice, snack-size@'=F@?slice@@$<F??oz@$NF@?oz@'kF@?slice@E$jF??oz@ EF??cake, 2-layer (8" or 9" dia)@4 1F@?package (18.50 oz)@`$ F??oz@:)=F@?piece (1/9 of 8" square)@\$(F??oz@,EF??piece (1/10 of 10.6 oz cake)@><+AF@?piece (1/12 of 12 oz cake)@< I]\5a#INOeF@?Arrowroot biscuit (include Arrowroot cookie)@$NF??oz@>EF??cake, 2-layer (8" or 9" dia)@ 9s.`(T-9NceF@?cookie Pepperidge Farm Chocolate Chunk Pecan@($bF??oz@CG@?cookie, medium (1-5/8" dia)@$=G??oz@$xG+@?oz@,ffffff'wG+??matzo@<$vG*@?oz@,ffffff'uG*??matzo@<$tG)@?oz@,ffffff'sG)??matzo@<6r5G(@ ?crispbread, Wasa rye@$CqOG(@?wafer, Rye Krisp (triple cracker)@9$pG(@?oz@,ffffffXoyG(@?cracker, Norwegian flatbread (4-3/4" x 2-3/4" x 1/16")@333333'nG(@?wafer@$-m#G(@?wafer, thin@,l!G(@?crispbread@$.k%G(??cup, crushed@K.j%G'@?cup, crushed@T$iG'@?oz@,ffffff*hG'@?sandwich@)gG'?@cracker@C gf?qH!N'g.%G4??cup, crushed@Q1 +G3@?cracker, triple@6$ G3??oz@,ffffff1 +G2@?cracker, triple@9$ G2@?oz@,ffffffB MG2@?cracker (4-1/2" x 2-1/2" x 1/8")@&.%G2??cup, crushed@N3/G1@?cracker, sandwich@$G1??oz@,ffffff$G0@?oz@,ffffff&G0??rusk@$$G/@?oz@,ffffff)G/??cracker@&'G.@?toast@$G.??oz@,ffffff'G-@?toast@$~G-??oz@,ffffff$}G,@?oz@,ffffff@|IG,@?piece (3-3/4" x 1-3/4" x 1/8")@-{#G,@?melba round@ Bc/m6|FiB$"G8@"?oz@,ffffff)!G8@?cracker@. %G8??cup, crushed@T$G7@?oz@,ffffff*G7@?sandwich@)G7?@cracker@C3/G6@?cracker, sandwich@$G6??oz@,ffffff$G5@?oz@,ffffff0)G5@?cracker, round@65G5@?cracker, rectangular@41G5@?cracker, bite size?333333.%G5@?cup, crushed@R0)G5??cup, bite size@O41G4@?cracker, rectangle@$G4@?oz@,ffffff1+G4@?cracker, oyster?65G4@?cracker, round large@$)G4@?cracker@53G4@?cup oyster crackers@F EjC ~W/nGyE16+G?@?croissant, mini@<$5G???oz@@?cream puff, miniature@7;3?G>@?eclair (5" x 2" x 1-3/4")@V,2!G>@?cream puff@`@$1G>??oz@2?-GA@?croissant, large@P3>/GA@?croissant, medium@L2=-GA@?croissant, small@E$<GA??oz@Gk@?oz@iBJ#a$ G??oz@|BIN1+G@?package (10 oz)@q$G??oz@2-G@?crust, single 9"@m,!G@?tart shell@641G??pie shell (9" dia)@j@77G@?piece (1/8 of 9" dia)@_$G??oz@G@?roll@C$=G??oz@$PG??oz@$NG??oz@iEG@?wrapper, eggroll (7" square)@@$hG??oz@`AG@?tortilla (approx 7-8" dia)@GB_KG@?tortilla medium (approx 6" dia)@>x$^G??oz@2-G??crust, single 9"@n9;G@?piece (1/8 of 9" crust)@<2-G??crust, single 9"@k3/G@?roll (2-1/2" dia)@A@ IG@?large roll or bun (3-1/2" dia)@E$ G??oz@$CG@?medium bagel (3-1/2" to 4")@Z@+7#5G@?small bagel (3" dia)@Q@:"=G??bagel, mini (2-1/2" dia)@:$!G@?oz@$6G@?oz@AG@?piece (1/12 of 12 oz cake)@<>=EG??piece (1/10 of 10.6 oz cake)@>;<?G@?piece (1/9 of 20 oz cake)@O1;+G@?individual cake@L$:G??oz@.M%G??cup, crushed@Q,L!G@?ladyfinger@&IK[G@?breakfast treat (approx 4" x 2" x 7/8")@8FJUG@?anisette sponge (4" x 1-1/8" x 7/8")@* O_-vOS,O5o3G@?pastry (4-1/4" dia)@P@AnKG@?small or frozen (approx 3" dia)@A7m7G@?large (approx 7" dia)@a$lG??oz@R53H@?pastry (4-1/4" dia)@Q$H??oz@*'H?@saltines@.$&H??oz@H@??pastry@J(=H???pastry@J(<H>??pastry@I(;H=??pastry@J(:H)tHw??serving@<)sHv??serving@<)rHu??serving@:)qHt??serving@8)pHs??serving@9)oHq??serving@:)nHp??serving@9)mHo??serving@8)lHn??serving@8)kHm??serving@5)jHl??serving@4)iHk??serving@: G|P%W+{O#sG)H??serving@<)H??serving@D)H??serving@L)H??serving@K)H??serving@D)H??serving@?) H??serving@?) H??serving@Q) H??serving@T) H??serving@?) H??serving@<)H??serving@P)H??serving@E)H??serving@D)H??serving@\GWH??NLEA serving (makes 1/2 cup prepared)@<(H??muffin@?)H??serving@8)H??serving@<)H??serving@<)H??serving@@ 8|P$tHl@d8))H??serving@<)(H??serving@)'H??serving@F)&H??serving@A)%H??serving@N)$H??serving@>)#H??serving@O)"H??serving@<)!H??serving@P) H??serving@V@)H??serving@I)H??serving@)H??serving@>)H??serving@=)H??serving@>)H??serving@0)H??serving@,)H??serving@&)H??serving@<)H??serving@<)H??serving@I)H??serving@D NtHl@R+}N,>!J<@?bag (7 oz)@h$=J)1H??serving@>)0H??serving@>)/H??serving@,).H??serving@R)-H??serving@E),H??serving@E1++H??éclair, frozen@M)*H??serving@L Cd=iBf7rC,U!JL??bar (1 oz)@<$TJK??oz@??oz@$}Ji??oz@f7uI)BJ?@;pieces@D/A%J??patty 1.5 oz@E/@'J??cup (4 fl oz)@U&?J??cup@Z2>+J??serving 1/2 cup@S,=!J@?bar (3 oz)@U@+<J??cup chips@e@$;J@?oz@J??miniature@3=/J@?package (1.58 oz)@F(<J@@$pieces@$);J??package@F Nd&l-l:NF`UJ@?package, king size (3.35 oz, 4 bars)@W;_?J@?package (2.06 oz, 2 bars)@M0^)J??package (2 oz)@L/]'J@?bar (2.13 oz)@N/\'J@?bar, fun size@11[+J@?bar ( 1.813 oz)@I-Z#J??bar (.8 oz)@7'YJ@?piece@10X)J??package (6 oz)@e@ T(n:nB)@K,@??|hspackage@A)?K,??package@y)>K+?@.pieces@C3=-K*@@pieces minitures@C;<=K*@?package 1.44 oz, 2 cups@D1;)K*@?package .72 oz@40:'K*??package .6 oz@1)9K(??package@x@'8K'@@bars@A.7#K'??bar 1.92 oz@K)6K&?@0pieces@C)5K%?@.pieces@C)4K$?@1pieces@C)3K@??|hspackage@C12+K??package (16 oz)@|/1%K@@tbsp whipped@8.0#K?@tbsp creamy@@)/K@??|hspackage@C1.+K??package (16 oz)@|.-#K?@tbsp creamy@D <uIW+g5 w<8T9KF??individual (3.5 fl oz)@M'SKE?@rolls@<4R/KD??serving 28 pieces@D2Q+KA??serving 1/2 cup@R%PK@??bar@I/O'K?@?bar (3 fl oz)@W1N+K???bar (2.5 fl oz)@S@2M+KK??oz@g@pG&5Mi??cake@"'4Mh@@cakes@2&3Mh??cake@"(2Mf@@$twists@N$1Mf??oz@Mm@?oz@??cup@d1x+N=@?oz, dry, yields@U2w-N=@?cup, dry, yields@-v#N=??cup, cooked@c @`8pH X0h@%$Nn??cup@\%#Nm??cup@M%"Nl??cup@h%!Nk??cup@e% Nj??cup@h%Ni??cup@e%Nh??cup@h%Ng??cup@h%Nf??cup@`@%Ne??cup@h%Nd??cup@c%Nc??cup@h%Nb??cup@d%Na??cup@Y%N`??cup@Y%N_??cup@`%N^??cup@e %N]??cup@c%N\??cup@]%NY??cup@i@%NX??cup@d`%NW??cup@e%NV??cup@g % NU??cup@g@ 7`'_7sL%^7$;N@@oz@L2:-N@?cup small shells@W@39/N@?cup spiral shaped@U28-N??cup elbow shaped@Z@$7N?@oz@L$6N?@oz@L$5N?@oz@L$4N?@oz@`$3N~?@oz@L$2N}?@oz@`%1N|??cup@a$0N{@@oz@L%/N{??cup@Z@%.Nz??cup@c%-Ny??cup@d%,Nx??cup@d%+Nw??cup@[%*Nv??cup@[6)5Nt??cup unsifted, dipped@a %(Ns??cup@a %'Nr??cup@_@%&Nq??cup@_@%%Np??cup@^ G`+r<\4 nG$PN?@oz@L$ON@?oz@E%NN??cup@F%MN??cup@d$LN@@oz@L%KN??cup@C%JN??cup@d$IN@@oz@L%HN??cup@C2G-N??cup elbow shaped@a$FN@@oz@L2E-N??cup elbow shaped@Z@3D/N??cup spiral shaped@`$CN@@oz@L3B/N??cup spiral shaped@U2A-N??cup small shells@\$@N@@oz@L2?-N??cup small shells@W@2>-N@?cup small shells@\3=/N@?cup spiral shaped@`2<-N??cup elbow shaped@a Cb:uMg@ kC%gO`??cup@^%fO]??cup@\%eO\??cup@]@%dOZ??cup@d%cOV??cup@d2b-ON??cup small shells@\$aOM@@oz@L2`-OM??cup small shells@W@%_N??cup@f%^N??cup@d@%]N??cup@b6\5N@?cup unsifted, dipped@a %[N??cup@a$ZN?@oz@L%YN??cup@a$XN?@oz@L%WN??cup@a$VN?@oz@L%UN??cup@a$TN?@oz@L%SN??cup@f$RN?@oz@L%QN??cup@\ \`8c;tL$\%~O??cup@d%}O??cup@i%|O??cup@i%{O??cup@g@%zO??cup@h`%yO??cup@e%xO??cup@g %wO??cup@c%vO??cup@g %uO??cup@a@%tO??cup@a$sO?@oz@L%rO??cup@d%qO??cup@C2p-O??cup elbow shaped@a%oO??cup@_@%nOy??cup@c%mOj??cup@d%lOe??cup@a@%kOd??cup@e@%jOc??cup@^%iOb??cup@a@%hOa??cup@a M|T,e9 ]1{M+R??croissant@d+R??croissant@c+R??croissant@` +R??croissant@_)R??biscuit@_)R??biscuit@\@)R??biscuit@b) R??biscuit@b) R ??biscuit@f) R ??biscuit@h) R ??biscuit@b) R ??biscuit@a$P?@oz@L%Pe??cup@_@%PA??cup@c%P+??cup@a%P*??cup@a@%P)??cup@a%P??cup@d$P@@oz@L2-P??cup elbow shaped@Z@%P??cup@_@ FV+}R(wO$xF/*'R2??cup (8 fl oz)@o()R,?@pieces@d`((R+?@pieces@b('R*??sundae@c (&R)??sundae@c(%R(??sundae@c`%$R&??box@K%#R%??box@P&"R$??cone@Y5!3R#??brownie (2" square)@N% R"??cup@R'R!?@cakes@m(R ?@pieces@a(R?@slices@`(R??muffin@d*R??sandwich@a (R??muffin@\(R??muffin@O&R?@eggs@W(R??pastry@W(R??pastry@V(R??pastry@V \Y%[3 ^3\(@RJ?@pieces@k(?RI?@pieces@u(>RH?@pieces@i`(=RG?@pieces@l(<RF?@pieces@i(;RE?@pieces@g@(:RD?@pieces@k ,9!RC??6-8 shrimp@d(8RB?@pieces@b%7RA??cup@t`%6R@??cup@m%5R???cup@z%4R>??cup@k@%3R=??cup@k %2R<@?cup@Z%1R]0zL+~R??submarine@p+}R??submarine@k+|R??submarine@l*{R??sandwich@i*zR??sandwich@f*yR??sandwich@a`*xR??sandwich@e*wR??sandwich@\*vR~??sandwich@X*uR}??sandwich@a*tR|??sandwich@b@*sR{??sandwich@p0*rRz??sandwich@l@*qRy??sandwich@k@*pRx??sandwich@a *oRw??sandwich@j*nRv??sandwich@f*mRu??sandwich@[*lRt??sandwich@Z*kRs??sandwich@V*jRr??sandwich@f IGuK y@IGUR@?serving 9 servings per 24 oz package@T@51R@?package 8 oz pizza@h75R@?package 9.8 oz pizza@rP<87R@?package 15.1 oz pizza@|@63R??package 24 oz pizza@* R??sandwich@e% R??O;dZcup@W% R??O;dZcup@T' R@?small@U@( R@?medium@`'R??large@e 'R??piece@r'R??piece@x'R??piece@u0'R??piece@r'R??piece@r;?R??portion (8-9 onion rings)@T(R?@pieces@S%R??ear@b@%R??cup@X Bi%ac~B9 9R??package 34.98 oz pizza@IYR@?serving 2 servings per 10.9 oz package@f J[R@?serving 5 servings per 22.85 oz package@` IYR@?serving 5 servings per 24.2 oz package@a87R@?package 10.9 oz pizza@v 99R@?package 22.85 oz pizza@ 87R??package 24.2 oz pizza@HIYR@?serving 4 servings per 19.7 oz package@bJ[R@?serving 6 servings per 29.25 oz package@a` 87R@?package 19.7 oz pizza@99R??package 29.25 oz pizza@ AIR@ ?serving 1 serving per 8 oz box@hHWR@?serving 2 servings per 9.8 oz package@b@82,& ~xrlf`ZTN,uaO=*nYC-~}p|[{Fz0yxwovWu?t'srqupaoKn5ml kwjbiMh9g%fe}dhcTb@a,`_^p]\\G[3Y $7I\o !")#?$R%h&~'())>*U+k,-../B0V1i2}34&5:6N7`8t9:;,<@=T>h?}@A!B7CMDcEzF GH5IKJ]KuL M$N;OPPgQ~RS*T@UTViW~X E=yN#uIpE(3R??medium@\)2R??serving@k`&1R??item@g)0R??serving@h)/R??serving@e`).R??serving@])-R??serving@a),R??serving@j)+R??serving@k`(*R@@4pieces@t()R@@$pieces@d((R@@pieces@P('R?@pieces@X)&R??serving@Z@I%YR@?serving 3 servings per 14.3 oz package@a@ I$YR@?serving 6 servings per 30.7 oz package@b J#[R@?serving 6 servings per 34.98 oz package@e@8"7R@?package 14.3 oz pizza@y 8!7R@?package 30.7 oz pizza@ A^6zRc9mA)GVm??package@v@FIVk@?package without refuse (11 oz)@s)EVk@?serving@E'DVk@?patty@S0C)Vk??package yields@p'BVj@?patty@C0A)Vj??package yields@'@Vi@?patty@U@0?)Vi??package yields@)>Vh@?serving@K0=)Vh@?package yields@X%<Vh??cup@[);Vg@?serving@F0:)Vg??package yields@'9Vf@?patty@P08)Vf@?package yields@%7Vf??cup@oK6_U??NLEA Serving (makes about 1 cup prepared)@Q'5R@?small@R'4R@?large@e` PU)qGi6P0\)WY??package yields@=)[WX@?serving@X0Z)WX??package yields@A)YV@?serving@o%XV??can@z 0W)V@?package yields@%VV??cup@o0U)V@?package yields@z%TV??cup@o@0S)V@?package yields@%RV??cup@o'QVp@?patty@U@0P)Vp??package yields@'OVo@?patty@P0N)Vo@?package yields@%MVo??cup@o)LVn@?serving@I)KVn@?package@&JVn??link@I)IVm@?serving@V'HVm@?patty@V ^uBe9{H^)pW@?serving@o0o)W??package yields@z)nW@?serving@j0m)W??package yields@j)lW@?serving@n0k)W??package yields@z)jW@?serving@l0i)W??package yields@z)hW@?serving@p 0g)W??package yields@z)fW??serving@n)eW??serving@q)dW\@?serving@X*cW\@?sandwich@H)bW\??package@X)aW[@?serving@P0`)W[??package yields@)_WZ@?serving@Q0^)WZ??package yields@&)]WY@?serving@^ NnB\)k? N0)X??package yields@j)X@?serving@U@0)X??package yields@j)X@?serving@h0)X??package yields@h)X@?serving@x0~)X??package yields@x)}W@?serving@q0|)W??package yields@q){W@?serving@m@0z)W@?package yields@}0%yW??cup@m@)xW@?serving@h0w)W??package yields@h)vW@?serving@o0u)W??package yields@z )tW@?serving@j0s)W??package yields@j)rW@?serving@n0q)W??package yields@z JuBX%g;}J0)X??package yields@)X @?serving@a0)X ??package yields@a)X @?serving@`0)X ??package yields@p)X @?serving@c0)X ??package yields@c)X @?serving@`0)X ??package yields@o)X @?serving@`0)X ??package yields@p) X@?serving@`0 )X??package yields@p) X@?serving@`0 )X??package yields@p) X@?serving@a0)X??package yields@a)X@?serving@a0)X??package yields@j)X@?serving@a JuBX%g;}J0,)X??package yields@u)+X@?serving@f 0*)X??package yields@v ))X@?serving@e0()X??package yields@u)'X@?serving@` 0&)X??package yields@)%X@?serving@c@0$)X??package yields@x)#X@?serving@h0")X??package yields@h)!X@?serving@h0 )X??package yields@h)X@?serving@h0)X??package yields@h)X@?serving@^0)X??package yields@~`)X@?serving@a 0)X??package yields@)X@?serving@d JuBX%g;}J0@)X%??package yields@)?X$@?serving@c@0>)X$??package yields@}0)=X#@?serving@b`0<)X#??package yields@{);X"@?serving@a@0:)X"??package yields@z0)9X!@?serving@c`08)X!??package yields@}`)7X @?serving@]06)X ??package yields@v )5X@?serving@_@04)X??package yields@)3X@?serving@`02)X??package yields@()1X@?serving@\@00)X??package yields@u@)/X@?serving@c0.)X??package yields@)-X@?serving@e JuBX%g;}J0T)X1??package yields@r)SX0@?serving@q0R)X0??package yields@q)QX/@?serving@e0P)X/??package yields@u@)OX-@?serving@p 0N)X-??package yields@p )MX,@?serving@p0L)X,??package yields@p)KX+@?serving@l0J)X+??package yields@l)IX*@?serving@j0H)X*??package yields@)GX)@?serving@k0F)X)??package yields@{p)EX(@?serving@b 0D)X(??package yields@r )CX&@?serving@c0B)X&??package yields@s)AX%@?serving@a JuBX%g;}J0h)X;??package yields@s)gX:@?serving@w0f)X:??package yields@w)eX9@?serving@p0d)X9??package yields@p)cX8@?serving@a0b)X8??package yields@a)aX7@?serving@q0`)X7??package yields@q)_X6@?serving@o0^)X6??package yields@o)]X5@?serving@o0\)X5??package yields@o)[X4@?serving@t`0Z)X4??package yields@t`)YX3@?serving@_@0X)X3??package yields@sp)WX2@?serving@o0V)X2??package yields@o)UX1@?serving@r MuBX%yQ%yM)}XK??package@c`)|XJ@?serving@_@){XJ@?package@o@%zXJ??cup@o@)yXI@?serving@a )xXI@?package@~%wXI??cup@a )vXH@?serving@\)uXH@?package@q%tXH??cup@e)sXG@?serving@x0r)XG??package yields@x)qXF@?serving@a0p)XF??package yields@p)oXC@?serving@f 0n)XC??package yields@f )mX@@?serving@c0l)X@??package yields@c)kX<@?serving@t0j)X)X??package yields@p)=X@?serving@}@0<)X??package yields@}@);X@?serving@o0:)X??package yields@o K|P)vJd< ~K0b)X??package yields@t`)aX@?serving@sp0`)X??package yields@sp)_X@?serving@n0^)X@?package yields@j%]X??cup@n)\X@?serving@m0[)X@?package yields@j%ZX??cup@m)YX@?serving@pP0X)X??package yields@z)WX@?serving@n0V)X??package yields@H)UX@?serving@O)TX@?package@_%SX??cup@W@$RX@@oz@Q)QX@?serving@Q)PX??package@i)OX@?serving@F)NX??package@l UuBX%}Q)U)wX@?serving@n%vX??cup@n)uX@?serving@n%tX??cup@n)sX@?serving@n%rX??cup@n)qX@?serving@n%pX??cup@n)oX@?serving@n%nX??cup@n)mX@?serving@r0l)X??package yields@r)kX@?serving@o0j)X??package yields@o)iX@?serving@p0h)X??package yields@p)gX@?serving@o0f)X??package yields@o)eX@?serving@u@0d)X??package yields@u@)cX@?serving@t` AX0[/I"hA$ Y@@oz@U@i Y??piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)@r$ Y@?lb@|Y$Y??oz@g@ oH$[@?oz@[??lb@|Y$=[@?lb@|Y2<-[?@oz ( 1 serving )@U@$;[@?lb@|Y2:-[?@oz ( 1 serving )@U@$9[@?oz@{T$?\-??oz@\,@?lb@|Y$=\,??oz@@?lb@|Y%]\>??oz@'@?bar, fun size@5&=??cup@i`(<@?fl oz@>&;??cup@n@':@?tbsp@,&9??cup@k'8@?tbsp@-333333&7??cup@l(6@?fl oz@:'5??tbsp@*)4@?packet@&3??cup@W&2??cup@R&1??cup@a L}JlBh2}L.[#@?frankfurter@L.Z#??cup, sliced@b'Y@?tbsp@.&X??cup@n.W#@?cup, cooked@`@3V-@?oz cooked, yield@5%U@?oz@<0T'??patty, cooked@9'S@?tbsp@0&R??cup@p@)Q??slice@<'P@?tbsp@.&O??cup@m@'N@?tbsp@1&M??cup@p/L%@?slice (1 oz)@<-K!@?cubic inch@10J'@?cup, shredded@\@-I!??cup, diced@`'H@?tbsp@0&G??cup@o 4X/{R'^5h41p)@?slice (3/4 oz)@5-o!??cubic inch@0-n!??cubic inch@/m%@?bar fun size@28l7??bar 1.76 oz (1.76 oz)@I&k??cup@p'j@?tbsp@1&i??cup@p8h5@@links 1 NLEA serving@N8g5?@links 1 NLEA serving@F(f@?fl oz@>&e??cup@n.d#@?frankfurter@L.c#??cup, sliced@b&b??cup@e&a??cup@e&`??cup@g@&_??cup@U@(^@?fl oz@<&]??cup@l(\??fl oz@>333333 :Y0^$Z*j:-!@?bottle NFS@n(??fl oz@>-!@?bottle NFS@n(??fl oz@>75??XbMcup (1 NLEA serving)@K-!@?cubic inch@2-!??cup pieces@a@7~5??XbMcup (1 NLEA serving)@J-}!@?cubic inch@,-|!??cup pieces@b`7{5??cup (1 NLEA serving)@?*z@?biscuit@2&y??cup@L&x??cup@<&w??cup@l`'v@?tbsp@+333333&u??cup@k@'t@?tbsp@1&s??cup@p(r@?piece@ 333333&q??cup@h` ?pGLtJ!i?';@?tbsp@+333333&;??cup@k@759??cup (1 NLEA serving)@M'3??tbsp@0(2@?fl oz@>fffff&2??cup@n'1@?tbsp@,&1??cup@l'-??tbsp@ (+@@$chips@(&+??cup@A.#(??cup, sliced@a<?'@?jar Earth's Best (4.5 oz)@`' '@?tbsp@,& '??cup@l< ?&@?jar Earth's Best (4.5 oz)@`' &@?tbsp@,& &??cup@l99@?drink box (8.45 fl oz)@pp(@?fl oz@?&??cup@o :r?b8 s4 c:&-??cup@m`?,E@?jar Beech-Nut Stage 2 (4 oz)@\@*+@?jar NFS@\@5*1@?jar, Gerber (4 oz)@\@')??tbsp@0<(?@?jar Heinz Junior-3 (6 oz)@e@*'@?jar NFS@e@'&??tbsp@.>%C@?jar Heinz Strained-2 (4 oz)@\@*$@?jar NFS@\@'#??tbsp@.A"I@?jar Heinz Strained-2 (4.25 oz)@^?!E@?jar Beech-Nut Stage 2 (4 oz)@\@* @?jar NFS@\@'??tbsp@.0'@??cup, shredded@\@(?@?slice@<-!?@?cubic inch@20'???cup, shredded@\@ ^Z0a7f;^0C'C??cup (8 fl oz)@o@(B4??piece@(A2??piece@(@1@?piece@&?1??cup@f(>&??piece@,(=??piece@,'<@?tbsp@,&;??cup@l':@?tbsp@.&9??cup@n'8 @?tbsp@.&7 ??cup@n'6 @?tbsp@.&5 ??cup@n'4 @?tbsp@0&3 ??cup@o@'2 @?tbsp@.&1 ??cup@n'0@?tbsp@0&/??cup@o@'.@?tbsp@-ffffff >}T+W.xGh>'Y??tbsp@.)X~??fillet@U@(W}@?patty@Q3V-}@?oz cooked, yield@;&U}??cup@q&T|??cup@b.S#{@?slice, thin@,.R#z@?frankfurter@Q.Q#z??cup, sliced@a(Py??stick@<&Ox??cup@e&Nu??cup@n&Mj??cup@a&Lh??cup@o(Ke@?small@O)Je@?medium@\(Ie??large@a&H\@?bar@E&GZ??cup@p+FF@?envelope@5'EF??tbsp@(DC@?fl oz@?333333 gZ1R(~U,g0n'??cup (8 fl oz)@n+m@?envelope@4'l??tbsp@ffffff7k5??cup (1 NLEA serving)@K&j??cup@^&i??cup@\@&h??cup@n&g??cup@T'f??tbsp@+e@?envelope@B'd??tbsp@4c/@?glass (3.5 fl oz)@Y(b??fl oz@=(a@?fl oz@=&`??tsp@&_??cup@a&^??cup@`&]??cup@b&\??cup@b([??slice@L&Z??cup@n I\3 T!lCrI&!??cup@687??cup, chopped or diced@a87??cup, chopped or diced@a(@?slice@5-~!@?cubic inch@2&}??cup@l%| @?oz@@?cubic inch, boneless@1/ %>@?oz, boneless@&#i??cup@n7"5g@?cubic inch, boneless@1R!kg@?oz with bone, cooked (yield after bone removed)@57 5f@?cubic inch, boneless@1Rkf@?oz with bone, cooked (yield after bone removed)@3(e@?fl oz@>333333&e??cup@n@(d@@$chips@263d@?bag, single serving@<&d??cup@:'[@?tbsp@, mwAzQ&`7m7=5~@?cubic inch, boneless@1/<%~@?oz, boneless@0:'|??cup (8 fl oz)@n&9{??cup@b.8#x@?slice, thin@,/7%x@?slice, thick@E06'x@?slice, medium@<-5!x??cup pieces@a@(4v@?fl oz@?&3v??cup@o12)s@?slice (3/4 oz)@5-1!s@?cubic inch@200's@?cup, shredded@\@-/!s??cup, diced@a3.-r@?oz cooked, yield@ %-r@?oz@<-,!r@?cup pieces@T.+r@?slice raw@= Gm#wGY.pG&O??tsp@(N@?slice@<-M!@?cubic inch@.0L'@?cup, shredded@[-K!??cup, diced@`(J@?fl oz@>0I'??cup (8 fl oz)@n*H??tsp dry?333333(G@?slice@5-F!@?cubic inch@20E'@?cup, shredded@\@-D!??cup, diced@a&C??cup@l@7B5??cup (1 NLEA serving)@MFAS@?thick slice (approx 3" x 2" x 3/8")@EG@U@?medium slice (approx 3" x 2" x 1/4")@<F?S~@?thick slice (approx 3" x 2" x 3/8")@EG>U~@?medium slice (approx 3" x 2" x 1/4")@< ,K[+p~U,&a??cup@p`&`??cup@o(_@@$chips@26^3@?bag, single serving@</]%??cup, crushed@VY\y@?roll (pan, dinner, or small roll) (2" square, 2" high)@<6[3??medium (2-1/2" dia)@B'Z??tbsp@0*Y??jar NFS@f`(X@?piece@B-W!@?cup pieces@e-V!??cup, diced@`@-U!@?bottle NFS@_@ETQ@?bottle Beech-Nut Stage I (4 fl oz)@_@ESQ@?bottle Gerber First Food (4 fl oz)@_@BRK@?bottle Heinz Strained (4 fl oz)@_@BQK@?bottle Earth's Best (4.2 fl oz)@``(P??fl oz@?333333 2Z)r@d w2BuK@?bottle Heinz Strained (4 fl oz)@_@(t??fl oz@?333333's ??tbsp@(r@?fl oz@?&q??cup@oApI@?jar Heinz Strained-2 (4.25 oz)@^?oE@?jar Beech-Nut Stage 2 (4 oz)@\@@nG@?jar Gerber Second Food (4 oz)@\@*m@?jar NFS@\@'l??tbsp@./k%@?single stick@V/j%@?double stick@`(i??fl oz@@&h??cup@@.g#@?frankfurter@L.f#??cup, sliced@b&e??cup@M&d??cup@G&c??cup@5(b??fl oz@= @>b!_2i@&??cup@bAI@?jar Heinz Strained-2 (4.25 oz)@^?E@?jar Beech-Nut Stage 2 (4 oz)@\@@G@?jar Gerber Second Food (4 oz)@\@*@?jar NFS@\@'??tbsp@.>C@?jar Heinz Strained-2 (4 oz)@\@*@?jar NFS@\@'~??tbsp@.>}C@?jar Heinz Strained-2 (4 oz)@\@?|E@?jar Beech-Nut Stage 2 (4 oz)@\@@{G@?jar Gerber Second Food (4 oz)@\@*z@?jar NFS@\@'y??tbsp@.GxU@?bottle Gerber Second Foods (4 fl oz)@_@EwQ@?bottle Beech-Nut Stage 2 (4 fl oz)@_@-v!@?bottle NFS@_@ O|R%U|9yO'A??tbsp@.&@??cup@C752??cup (1 NLEA serving)@>(.@@$chips@0/%.??cup, crushed@O@G@?jar Gerber Second Food (4 oz)@\@*@?jar NFS@\@'??tbsp@.@G@?jar Heinz Beginner-1 (2.5 oz)@Q<?@?jar Earth's Best (4.5 oz)@`BK@?jar Gerber First Foods (2.5 oz)@Q? E@?jar Beech-Nut Stage I (4 oz)@\@F S@?jar Beech-Nut Baby's First (2.5 oz)@Q* @?jar NFS@\@' ??tbsp@.( @?fl oz@>&??cup@n-!@?cubic inch@$ffffff ^m; vM#}T&^7,5D@?cubic inch, boneless@1.+#D??cup, cooked@a/*%?@tsp, rounded@9()??fl oz@B+(~@?serving@b&'~??cup@p`'&N@?tbsp@3&%N??cup@r'$O@?tbsp@.&#O??cup@n@'"N@?tbsp@.&!N??cup@m/ %M@?slice (1 oz)@<-!M@?cubic inch@20'M@?cup, shredded@\@-!M??cup, diced@`/%E@?slice (1 oz)@<-!E@?cubic inch@.0'E@?cup, shredded@[-!E??cup, diced@` A-ID@?piece (5-1/2" x 1-1/2" x 1/2")@T &YnTE1|lU?'kNqY&%chili powderspices%croutonsbread$%grape tomatoproduce#+yellow cornmealbaking"!blueberry produce!/all purpose flourbaking #watermelon produce!!white winewines&oils.Schickpeas, garbanzos, or ceci beansproduce-brussels sproutsproducespaghettipastas1red potato-skinnedproduce'prickly pear producefriseeproduce1american persimmonproduce#penne pastapastas porkmeatsasparagusproduce#broad beansproduce#jack cheesedairy!cranberry produceroeseafood+vanilla extractbakingcouscouspastas/mozzarella cheesedairy +%vegetable brothsoups&sauces )linguine pastapastas -velvet persimmonproduce grapeproduce whitingseafood milkdairy'passion fruitproduce3smoked cheese Goudadairy%green pepperproduce#gooseberry producefig produce'!dijon mustardcondimentsrose hipproduce *fubO2 }iS6" xdK.fP'black currantproduceO!corn oilwines&oilsN)borlotti beansproduceMrhubarbproduce LlambmeatsKdurianproduceJ#green beansproduceI+alfalfa sproutsproduceHhoneybakingG!'fish sauceinternationalF%yellow onionproduceEpommeloproduceDhamburgermeatsCsharkseafoodB+chocolate chipsbakingAcarrotproduce@salakproduce?)cilantro stemsproduce>loquatproduce=tangerineproduce<tat soiproduce;-butternut squashproduce:barberry produce9pollockseafood8rutabagaproduce7limeproduce 6duckmeats5pastapastas41leek allium porrumproduce3radishproduce2#fiddleheadsproduce1appleproduce0pitayaproduce/'!vegetable oilwines&oils.musselseafood-longanproduce,plantainproduce+lycheeproduce*/chiles, dried redproduce)#chicken legmeats(camucamuproduce''chilli pepperproduce 8'4BO]iz %/DRcr$4DVdu abalone%acorn squash akee+alfalfa sproutsI/all purpose flour!1american persimmon anchovy9 angelica| anisel apple1 apricotw artichokea arugula asparagus avocadoe#azuki beans bacon'baking powder #baking sodaO-balsamic vinegarY banana barberry :/basil, thai fresh bass%bean sproutsbearberry beef beet+bell red pepperh bilberry#black beansblack cod'black currantP3black ground pepper")black mulberry{+black-eyed peas;!blackberryD blowfish!blueberry " bok choy)borlotti beansN#boysenberry=!breadfruitG#broad beans%broccoflower broccoli#brown sugarg-brussels sprouts%buffaloberryo butter!-butternut squash; cabbageVcalabrese camucamu(!cantaloupe carrotA 8/<P`!4@JZjw +9FUcu catfishj#cauliflower caviarm cayenne2 celeriacf celery cempedak chard)cheddar cheesevcherimoya cherry1'cherry tomato` chicken)chicken breast#chicken leg)'Schickpeas, garbanzos, or ceci beans-chilean sea bassK/chiles, dried red*%chili powder&'chilli pepper' chives[+chocolate chipsB!chokeberry chorizo cilantro/)cilantro stems? citrona clam@!clementineE!cloudberry coconut%coconut milkHcod)collard greens+coriander seeds> cornW corn oilO!corn saladi)cottage cheese7 couscous crabqcrabapple&!cranberry  crayfish* croutons%crowberry( cucumber%curly endiveu1curly lettuce leaf3%curry powder'custard apple daikon-dark sugar browndateT'dijon mustard#dragonfruit 8'4BO]iz %/DRcr$4DVdu abalone%acorn squash akee+alfalfa sproutsI/all purpose flour!1american persimmon anchovy9 angelica| anisel apple1 apricotw artichokea arugula asparagus avocadoe#azuki beans bacon'baking powder #baking sodaO-balsamic vinegarY banana barberry :/basil, thai fresh bass%bean sproutsbearberry beef beet+bell red pepperh bilberry#black beansblack cod'black currantP3black ground pepper")black mulberry{+black-eyed peas;!blackberryD blowfish!blueberry " bok choy)borlotti beansN#boysenberry=!breadfruitG#broad beans%broccoflower broccoli#brown sugarg-brussels sprouts%buffaloberryo butter!-butternut squash; cabbageVcalabrese camucamu(!cantaloupe carrotA 8/<P`!4@JZjw +9FUcu catfishj#cauliflower caviarm cayenne2 celeriacf celery cempedak chard)cheddar cheesevcherimoya cherry1'cherry tomato` chicken)chicken breast#chicken leg)'Schickpeas, garbanzos, or ceci beans-chilean sea bassK/chiles, dried red*%chili powder&'chilli pepper' chives[+chocolate chipsB!chokeberry chorizo cilantro/)cilantro stems? citrona clam@!clementineE!cloudberry coconut%coconut milkHcod)collard greens+coriander seeds> cornW corn oilO!corn saladi)cottage cheese7 couscous crabqcrabapple&!cranberry  crayfish* croutons%crowberry( cucumber%curly endiveu1curly lettuce leaf3%curry powder'custard apple daikon-dark sugar browndateT'dijon mustard#dragonfruit *]xeO<*~hT@-zgP-u]z#strawberry produceysnap peasproducexturnipproducew)stick cinnamonspicesvgoosemeatsu+tahitian squashproducet+parmesan cheesepastass!navy beansproducer!gem squashproduce!q9lettuce lactuca sativaproducep!mung beansproduceowasabiproducenswordfishseafoodmflourbakingl+red bell pepperproduce k;fresh cheese white goatdairyjcatfishseafoodisoybeansproducehorangeproducegwalnutbakingfpawpawproduceeavocadoproducedzuchiniproduceclima beanproduceb%huckleberry produceaartichokeproduce`'cherry tomatoproduce_'sea-buckthornproduce^turmericspices ]eggdairy\halibutseafood[chivesproduceZmangoproduceYprawnsseafoodXwolfberryproduceWtomatoproduceVcabbageproduceU'salsainternationalTdateproduceS/peppered linguinipastasR%keppel fruitproduceQkohlrabiproduce 9+<LUd #4@O[eu 3I[htduck6'dungness crab durianKeelCegg] eggplant eggs#elderberry U endive: feijoa fennel#feta cheese#fiddleheads2fig !fish sauceG;flat rice flour noodles flounderP flourm+flour tortillasy#fresh basil;fresh cheese white goatk)fresh cilantro%fresh ginger frisee fuet galanga5%garam masala| garlic!gem squashr ginger goosev#gooseberry  goumi grape %grape tomato$!grapefruit4#green apple#green beansJ3green canned chiles/green curry paste%green pepper#ground beef+ground cinnamon-ground coriander%ground cumin{ guarana guava +habanero pepper haddock halibut\ham0 hamburgerD hawthorn honeyH honeydew%huckleberry b#jack cheese 9+<LUd #4@O[eu 3I[htduck6'dungness crab durianKeelCegg] eggplant eggs#elderberry U endive: feijoa fennel#feta cheese#fiddleheads2fig !fish sauceG;flat rice flour noodles flounderP flourm+flour tortillasy#fresh basil;fresh cheese white goatk)fresh cilantro%fresh ginger frisee fuet galanga5%garam masala| garlic!gem squashr ginger goosev#gooseberry  goumi grape %grape tomato$!grapefruit4#green apple#green beansJ3green canned chiles/green curry paste%green pepper#ground beef+ground cinnamon-ground coriander%ground cumin{ guarana guava +habanero pepper haddock halibut\ham0 hamburgerD hawthorn honeyH honeydew%huckleberry b#jack cheese 'X{gJ8!oYA+~Y:uX!-ground corianderspices %sweet potatoproduce%runner beansproduce!mamoncilloproducehaddockseafoodlingcodseafood#red currantproduce%seeds ajowanspices+habanero pepperproduce/basil, thai freshproduce"/'green curry pasteinternational!nannyberryproducebaconmeatsshallotproduce#lime leavesproducebananaproducescallionproduce#ground beefmeatsspinachproducetamarindproduce !ugli fruitproduce cempedakproduce tilapiaseafood -dark sugar brownbaking !mangosteenproducegarlicproduce!sour creamdairy-jalapeño pepperproduce%'dried shrimpinternationalcherimoyaproducesalamimeats+roasted peanutsproducemarangproducebassseafood#pomegranateproduce~monkfishseafood}quinceproduce|%garam masalaspices{)black mulberryproduce )]o[A(zbO;" l\F+v]J#kiwi fruit produceI!salmon roeseafoodHpumpkinproduceGricepastasF%onion familyproduceEceleryproduceD'orange roughyseafoodCblack codseafoodBnectarineproduceA'custard appleproduce@key limeproduce ?fuetmeats>chickenmeats=%kidney beansproduce<fennelproduce;!!sesame oilwines&oils:guava produce9radicchioproduce8pineappleproduce7#seeds cuminspices6#green appleproduce5oysterseafood4chardproduce3!watercressproduce2honeydewproduce1juneberryproduce0salmonseafood /eggsdairy.bok choyproduce-3peanut butter fruitproduce,zucchiniproduce +vealmeats*#lemon juiceproduce)%fresh gingerproduce(gingerproduce'snow crabseafood&-cassava (manioc)produce%bilberryproduce$!star anisespices#%salad greensproduce"coconutproduce ;%4ER_hu+4DUbs )5>Kao~)mustard greens3jerusalem artichoke-jalapeño pepper jicama jujubeQjuneberry kale+%keppel fruitR key lime%kidney beansking crabs#kiwi fruit kohlrabiQ kumquat6lambL langsat7lasagna pasta noodles leek1leek allium porrum4 lemon#lemon grassF#lemon juice lentilsM9lettuce lactuca sativaq/light sugar brown lima beanclime7!lime juice#lime leaves lingcod#lingonberry\)linguine pasta lobsterI longan- loquat> lychee+mahi mahi%mamey sapote%!mamoncillo mandarin mangoZ!mangosteen marang!mayonnaise medlarmilk monkfish~/mozzarella cheese mulberryt!mung beansp mushroom~mushroomsd mussel. mutton!nannyberry'nappa cabbage!navy beanssnectarine nettles ;%4ER_hu+4DUbs )5>Kao~)mustard greens3jerusalem artichoke-jalapeño pepper jicama jujubeQjuneberry kale+%keppel fruitR key lime%kidney beansking crabs#kiwi fruit kohlrabiQ kumquat6lambL langsat7lasagna pasta noodles leek1leek allium porrum4 lemon#lemon grassF#lemon juice lentilsM9lettuce lactuca sativaq/light sugar brown lima beanclime7!lime juice#lime leaves lingcod#lingonberry\)linguine pasta lobsterI longan- loquat> lychee+mahi mahi%mamey sapote%!mamoncillo mandarin mangoZ!mangosteen marang!mayonnaise medlarmilk monkfish~/mozzarella cheese mulberryt!mung beansp mushroom~mushroomsd mussel. mutton!nannyberry'nappa cabbage!navy beanssnectarine nettles (bjW;*nUC&`K)wbrscallopseafoodqarugulaproducep!olive oilwines&oilso'peanut butterbreadnchorizomeatsmeggplantproducelcodseafoodk%shells pastapastasjcalabreseproducei)'tamarind juiceinternationalhsanddabseafoodg3portobello mushroomproducef%orange juiceproduce e waterd#azuki beansproducec'white currantproduceb-provolone cheesedairya#feta cheesedairy`!patty pansproduce_+pacific snapperseafood^soleseafood]#cauliflowerproduce\!cantaloupeproduce[mandarinproduceZ/light sugar brownbakingYrowanproduceXmuttonmeatsWsturgeonseafoodV'nappa cabbageproduceU%broccoflowerproduceTsteakmeatsS)collard greensproduceRnutmegspicesQwhitefishseafoodP'russet potatoproduceOmedlarproduceNmahi mahiseafoodMjicamaproduceLakeeproduceKgoumiproduce ; 2EQfr%5K[et 2?JYdr~#red snapper potato nutmeg octopus` okraNolive oil olives onionA%onion family orangeh%orange juice'orange roughy oyster+pacific snapper papaya paprikax+parmesan cheeset parsley parsnipn'passion fruit pasta5!patty pans pawpawf peach'peanut butter3peanut butter fruit peas#penne pasta/peppered linguiniS!persimmon  pike[pineapple pitaya0 plantain, plum] poha. pollock9#pomegranate pommeloEpork3portobello mushroom+powdered ginger prawnsY'prickly pear -provolone cheese pumpkin quince}radicchio radish3 rambutanV rapini$raspberryZ+red bell pepperl#red currantred onionb1red potato-skinned rhubarbM rice%rice vinegar ; 2EQfr%5K[et 2?JYdr~#red snapper potato nutmeg octopus` okraNolive oil olives onionA%onion family orangeh%orange juice'orange roughy oyster+pacific snapper papaya paprikax+parmesan cheeset parsley parsnipn'passion fruit pasta5!patty pans pawpawf peach'peanut butter3peanut butter fruit peas#penne pasta/peppered linguiniS!persimmon  pike[pineapple pitaya0 plantain, plum] poha. pollock9#pomegranate pommeloEpork3portobello mushroom+powdered ginger prawnsY'prickly pear -provolone cheese pumpkin quince}radicchio radish3 rambutanV rapini$raspberryZ+red bell pepperl#red currantred onionb1red potato-skinned rhubarbM rice%rice vinegar &i}cN7%y`H-zeI2i#dragonfruitproducerock codseafood)ricotta cheesedairysnailseafoodpapayaproduce)water chestnutproduceyogurtdairy(;'flat rice flour noodlesinternationalsapodillaproduce+ground cinnamonspicessaguaroproduce %striped bassseafood 'baking powderbaking %'rice vinegarinternational +powdered gingerspices hawthornproduce%acorn squashproducesquidseafood'dungness crabseafood!chokeberryproduce#fresh basilproducebearberryproduceblowfishseafood#black beansproduce)fresh cilantroproducesquashproduce~3new zealand spinachproduce}tangeloproduce|beetproduce{wineberryproducezparsleyproducey%bean sproutsproducex!roast beefmeats wbeefmeatsvolivesproduceuturkeymeatst7lasagna pasta noodlespastassnettlesproduce 7*:LZky "-7CP[k ,>O^my'whole chicken%tomato sauce tilefish taro} surimiz#white onionpyamj)stick cinnamonw#strawberry z%striped bass sturgeon#sugar apple' sunberry8%sweet potato swordfishn+tahitian squashu tamarind)tamarind juice)tamarind water) tangelo tangerine= tat soi< tilapia tomatoW troutT tuna turkey turmeric^ turnipx!ugli fruit+vanilla extract veal+vegetable broth 'vegetable oil/-velvet persimmon walnutg wasabio water)water chestnut!watercress#watermelon 'white currant%white radish,#white sugar<!white winewhitefish whiting ?whole rock cod or snapper-wineberry wolfberryX+yellow cornmeal#%yellow onionF yogurt zucchini zuchinid 7*:LZky "-7CP[k ,>O^my'whole chicken%tomato sauce tilefish taro} surimiz#white onionpyamj)stick cinnamonw#strawberry z%striped bass sturgeon#sugar apple' sunberry8%sweet potato swordfishn+tahitian squashu tamarind)tamarind juice)tamarind water) tangelo tangerine= tat soi< tilapia tomatoW troutT tuna turkey turmeric^ turnipx!ugli fruit+vanilla extract veal+vegetable broth 'vegetable oil/-velvet persimmon walnutg wasabio water)water chestnut!watercress#watermelon 'white currant%white radish,#white sugar<!white winewhitefish whiting ?whole rock cod or snapper-wineberry wolfberryX+yellow cornmeal#%yellow onionF yogurt zucchini zuchinid 'Xq[C1~\F4t\G2oX?jackfruitproduce>+coriander seedsspices=#boysenberryproduce<#white sugarbaking;+black-eyed peasproduce:endiveproduce9anchovyseafood8sunberryproduce7)cottage cheesedairy6kumquatproduce5galangaproduce4!grapefruitproduce31curly lettuce leafproduce2cayennespices1cherryproduce 0hammeats/cilantroproduce.pohaproduce$-?whole rock cod or snapperseafood,%white radishproduce+kaleproduce*crayfishseafood))'tamarind waterinternational(crowberryproduce'#sugar appleproduce&crabappleproduce%%mamey sapoteproduce$rapiniproduce#-spaghetti squashproduce"3black ground pepperspices!butterdairy #rolled oatspastasbroccoliproducetunaseafoodlemonproduceabaloneseafoodcucumberproduce!cloudberryproduce$3'roasted chili pasteinternational ; .6G\ly-;HVhz%3@OYi~%sesame seedssoy sauce salt sardine-shredded coconut!roast beef3roasted chili paste+roasted peanuts rock cod rockfishcroe#rolled oats +root vegetablesJ!rose appleR rose hip rowan%runner beans'russet potato rutabaga8 saguaro%salad greens salak@ salami salmon!salmon roe salsaU sanddabsapodilla scallion scallop sea bassr'sea-buckthorn_%seeds ajowan#seeds cumin'seeds mustard^!sesame oil shallot sharkC%shells pasta shrimp_%shrimp pastek skirretL3smoked cheese Gouda snail snap peasy snapperXsnow crab sole!sour cream+sourdough breade soursopB soybeansi spaghetti-spaghetti squash# spinach squash squid!star anise!star fruitS ; .6G\ly-;HVhz%3@OYi~%sesame seedssoy sauce salt sardine-shredded coconut!roast beef3roasted chili paste+roasted peanuts rock cod rockfishcroe#rolled oats +root vegetablesJ!rose appleR rose hip rowan%runner beans'russet potato rutabaga8 saguaro%salad greens salak@ salami salmon!salmon roe salsaU sanddabsapodilla scallion scallop sea bassr'sea-buckthorn_%seeds ajowan#seeds cumin'seeds mustard^!sesame oil shallot sharkC%shells pasta shrimp_%shrimp pastek skirretL3smoked cheese Gouda snail snap peasy snapperXsnow crab sole!sour cream+sourdough breade soursopB soybeansi spaghetti-spaghetti squash# spinach squash squid!star anise!star fruitS (tlT4zfN6# jX>*tg#brown sugarbakingfceleriacproducee+sourdough breadbreaddmushroomsproducecrockfishseafoodbred onionproduceacitronproduce`octopusseafood_shrimpseafood^'seeds mustardspices]plumproduce\#lingonberryproduce[pikeseafoodZraspberryproduceY-!balsamic vinegarwines&oilsXsnapperseafoodWcornproduceVrambutanproduceU#elderberry produceTtroutseafoodS!star fruitproduceR!rose appleproduceQjujubeproducePflounderseafoodO#baking sodabakingNokraproduceMlentilsproduceLskirretproduceK-chilean sea bassseafoodJ+root vegetablesproduceIlobsterseafoodH%'coconut milkinternationalG!breadfruitproduceF#lemon grassproduceE!clementineproduceD!blackberryproduceCeelseafoodBsoursopproduceAonionproduce@clamseafood (Xs^D+y^J1 zdR:lXpotatoproducesardineseafood 3jerusalem artichokeproduce -shredded coconutbaking 'whole chickenmeats peasproduce feijoaproducelangsatproduce$3'green canned chilesinternational!lime juiceproduceleekproduce!mayonnaisebread%curry powderspices!persimmon produce%%tomato saucesoups&saucestilefishseafoodpeachproduce~mushroomproduce}taroproduce|angelicaproduce{%ground cuminspiceszsurimiseafoody+flour tortillasdairyxpaprikaspiceswapricotproducev)cheddar cheesedairyu%curly endiveproducetmulberryproducesking crabseafoodrsea bassseafoodqcrabseafoodp#white onionproduceo%buffaloberryproducenparsnipproducemcaviarseafoodlaniseproducek%'shrimp pasteinternationaljyamproducei!corn saladproduceh+bell red pepperproduce :mS:#red snapperseafood)chicken breastmeats%'sesame seedsinternational'soy sauceinternationalguaranaproducedaikonproducesaltbaking)mustard greensproducerve at room temperature.It took me about 4 cups of rice flour to make these work. I made them far too large according to the recipe, but they were absolutely delicious! It's important not to undercook them -- undercooking them leaves them tasting a little bit grainy with the graininess of the rice flour dough. If they're overcooked a bit, you really don't notice the burn.Asian/ChineseSarah J. Gim@(JFIFExifII* (12iCanonCanon PowerShot S500Adobe Photoshop 7.02006:01:26 13:03:00>F0220Nbv ~   0100 2006:01:15 15:55:292006:01:15 15:55:29S _ _ S (&HHJFIFHH Adobe_CMAdobed            `"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?j2+ @y*x]+yMn іoƪfv6^*5X]g-w0;R7}G~0g.׻}[1Aq#HweՋ m<.İX$F~r.s4 :v{yCmc2n+AqߩS!7cVe!5meguTVZ .{}ooke y}[蹅5Y~p~kѥ̕|W Mz5}@+,F>SQjk~nsEm1VTݯ}.Sqka Ym4H>gT 4tmQf6l"8m#(r}T8Tsέߢ9 K%{}]e_Z6gXםy[+>Zޖ@ܻ-%wӶslo/cϩs .RK_[cJvrFEctΩc'j<x53@pw},Inv^v^?+X}I.?q$b1[2cziɩ#D @{ Z9V3p(@+}h.Jvu\mk*ݶc[=JN'QubjEqgp;wW;o4r&kȻ(g~ΡyTָո;XD ͞O=qm9np`{XwU^sm8cMVƈz]6'd9l1F77eKGjs-,hȣ/_VTw95nqh'C՚yݣwwյ&Mͪ2, Z7~@}d[Ce%eF-g#`fۋ1śŞֹ]vWm2GKphV;ߧߥ%uAn(xpc-#sigLiw_ԓ﯏emǭ^K l6k ~ۮ)SNk`d4kѹ鹿\om̘~p3?ݿ qXn(:qPuuUV:ז6k$]B)%x 5Q.{ݵ`-s]>ߧ+D ˱8ehfCozz綷->i_S>ޱ|عk[[F7Ozo,bN;I{W-Zuo {2qےe퇱8~g%d:sZRQ#`^wRǦyTcZ=:qT2>Y]Ѿwh7=On7[om|kd^L ~wNfC @}AsnV9.l kXi_KKK,C{} KI wn{Tps`kYp5m[Y/Bܲ]9ŷn !kX)4oem}1{A6+ҰmRɯc^X"HsKjslwenIZ?mє2/2 cHue>]V(j mNL~hZ]s-=~w󟚙wbkmZ%ÝywZ$xʴe\kvPyߜEV0V[c!!=Pb4WN3%ԺřVu ӷZ6":ډ+캀jspafEN;Z3+rmk ]7c}OwE\YV5{c%glkHT uQ\\Lgq`e}NcHsD+ca1ͱi;gsw]cv=zU:P+vKCc)cVcb\oS]m%薸.9  lX ]YVY[9(2 UKhOҙ8^ֺ@wqi {ѱ~rvPr/-5㽭H\[h&6;ԏP.k Kf=1.{)I[C_fʭ6T^ǚdoh$˫|7ğ:\mb6֝%{%W!g@_[?D_ݵGXq1ӻo#+hQnOsţgS{yx, "Yj  kh|K9h= ݗz,`>4{wGE %ُ]6fN؏!>CxLQua@]kfC6ķO.҇H]f&~ڲn!}4toP "`O]R=&?ZsakeOV H}w%޿@(W1NA.F.gs|{clutwmU,ֵ5%IvnjCMTK͗nGδmckKs*ƱYYa.39l!]>މ6Uik}Dc̲7Nַ&\x}ݿGw3%k%,{}&o͟)TElF,Sn&': "x;is5s},m% c{oZvFEe=):/o־oY[ӵ7ipHgܬ6ֿ ",pֽuHiBk44{,{I5c>77kCZG k\ oŕkNf swWoI ump%poV1o}ڰ}Q;'t裸 =V3薘kvG߿ ( @ FҚwNnqֺN[ͥSBkaM;[uyFjhCuOuIpV2zKƢNࣹ^C굶RZ{WV=glcDqT?V`fH K0Ԩ4p@4P9~QCZec[Qr%#i8-B׋CCY]~%j?h26v{%ʋn64Z㹠dk*C.bCMcg߿w~%ml$94OlG=wT-{jt9EODzѺ {eަsm~,ُ-`;nGujL|Xϥ\?KG=%$a%j囬i8V6G=7W٫:4?r\ i<Ue'>#q:vna^l}Dlb϶1@) ysˋwiOKlPhotoshop 3.08BIM%8BIM8BIM&?8BIM 8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM8BIMEIMG_3021nullboundsObjcRct1Top longLeftlongBtomlongRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM8BIM `JFIFHH Adobe_CMAdobed            `"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?j2+ @y*x]+yMn іoƪfv6^*5X]g-w0;R7}G~0g.׻}[1Aq#HweՋ m<.İX$F~r.s4 :v{yCmc2n+AqߩS!7cVe!5meguTVZ .{}ooke y}[蹅5Y~p~kѥ̕|W Mz5}@+,F>SQjk~nsEm1VTݯ}.Sqka Ym4H>gT 4tmQf6l"8m#(r}T8Tsέߢ9 K%{}]e_Z6gXםy[+>Zޖ@ܻ-%wӶslo/cϩs .RK_[cJvrFEctΩc'j<x53@pw},Inv^v^?+X}I.?q$b1[2cziɩ#D @{ Z9V3p(@+}h.Jvu\mk*ݶc[=JN'QubjEqgp;wW;o4r&kȻ(g~ΡyTָո;XD ͞O=qm9np`{XwU^sm8cMVƈz]6'd9l1F77eKGjs-,hȣ/_VTw95nqh'C՚yݣwwյ&Mͪ2, Z7~@}d[Ce%eF-g#`fۋ1śŞֹ]vWm2GKphV;ߧߥ%uAn(xpc-#sigLiw_ԓ﯏emǭ^K l6k ~ۮ)SNk`d4kѹ鹿\om̘~p3?ݿ qXn(:qPuuUV:ז6k$]B)%x 5Q.{ݵ`-s]>ߧ+D ˱8ehfCozz綷->i_S>ޱ|عk[[F7Ozo,bN;I{W-Zuo {2qےe퇱8~g%d:sZRQ#`^wRǦyTcZ=:qT2>Y]Ѿwh7=On7[om|kd^L ~wNfC @}AsnV9.l kXi_KKK,C{} KI wn{Tps`kYp5m[Y/Bܲ]9ŷn !kX)4oem}1{A6+ҰmRɯc^X"HsKjslwenIZ?mє2/2 cHue>]V(j mNL~hZ]s-=~w󟚙wbkmZ%ÝywZ$xʴe\kvPyߜEV0V[c!!=Pb4WN3%ԺřVu ӷZ6":ډ+캀jspafEN;Z3+rmk ]7c}OwE\YV5{c%glkHT uQ\\Lgq`e}NcHsD+ca1ͱi;gsw]cv=zU:P+vKCc)cVcb\oS]m%薸.9  lX ]YVY[9(2 UKhOҙ8^ֺ@wqi {ѱ~rvPr/-5㽭H\[h&6;ԏP.k Kf=1.{)I[C_fʭ6T^ǚdoh$˫|7ğ:\mb6֝%{%W!g@_[?D_ݵGXq1ӻo#+hQnOsţgS{yx, "Yj  kh|K9h= ݗz,`>4{wGE %ُ]6fN؏!>CxLQua@]kfC6ķO.҇H]f&~ڲn!}4toP "`O]R=&?ZsakeOV H}w%޿@(W1NA.F.gs|{clutwmU,ֵ5%IvnjCMTK͗nGδmckKs*ƱYYa.39l!]>މ6Uik}Dc̲7Nַ&\x}ݿGw3%k%,{}&o͟)TElF,Sn&': "x;is5s},m% c{oZvFEe=):/o־oY[ӵ7ipHgܬ6ֿ ",pֽuHiBk44{,{I5c>77kCZG k\ oŕkNf swWoI ump%poV1o}ڰ}Q;'t裸 =V3薘kvG߿ ( @ FҚwNnqֺN[ͥSBkaM;[uyFjhCuOuIpV2zKƢNࣹ^C굶RZ{WV=glcDqT?V`fH K0Ԩ4p@4P9~QCZec[Qr%#i8-B׋CCY]~%j?h26v{%ʋn64Z㹠dk*C.bCMcg߿w~%ml$94OlG=wT-{jt9EODzѺ {eަsm~,ُ-`;nGujL|Xϥ\?KG=%$a%j囬i8V6G=7W٫:4?r\ i<Ue'>#q:vna^l}Dlb϶1@) ysˋwiOKl8BIM!UAdobe PhotoshopAdobe Photoshop 7.08BIMHhttp://ns.adobe.com/xap/1.0/ adobe:docid:photoshop:0889f295-8eaf-11da-b6c1-f9faca1703e7     XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmAdobed@     u!"1A2# QBa$3Rqb%C&4r 5'S6DTsEF7Gc(UVWdte)8fu*9:HIJXYZghijvwxyzm!1"AQ2aqB#Rb3 $Cr4%ScD&5T6Ed' sFtUeuV7)(GWf8vgwHXhx9IYiy*:JZjz ? !X4`iSsI\aX??WK۳WW54)!y*%rp ksk)USZ/)\yƹ".>-b\4_:|=}q" T0Y WҺXן*J|W#%?|fDTPRNl$l-ot6 d/ʝ8r/+X|˾?KTҟE:ՠo^mG hG#ӱ݀zqK3zl#MS<Ϗxʬ,eȗ~GVKm%`=3@G %*>J qdF^Vdq$cԩ-f<@ܙiz[ۃjMq]nO] f+V ;o#]$Jxj~_|7'ey\q tYvZ F4srs$HF8s;cK9S,ܳ*~R9bnEa~0Ysfg=!~ FqA*GhU fI<XNA[n[HդPSAoESx`oŞlǁ'`f:Eت0/,@9Nar`{A.hj|OGȼ[+)<<=Bǐ9:5A_Ql3hQ%L4sÑsd)5RI,T_|{얗x۲@2 '::?~Cw DGBP%hjVR_mYL L&'$I8R=ZEL\ǵ_܉[APmϪM E< 3F9m0i$4Q jԫ6OF&!WliکޟS&4j^ˑdH`S}0SN{ϸlm6ovfu%ҩQRSЃAﱜնsq<(ۘLE]5(\ڔ0_ˢf ݿzܰbJ LcbHpo>Ǻm[Iik;dž8]7;`#j%u5}:~ԙJ?ZLOT*higD @ n:/m2P.ˏRm;؇">Վ#~9NٕT4RV}bG% ه'D-(ei-Kxk^vˍHq8M,-B5bII<b.͊%kLÎφ?ՏåtpKIm@^8ɿފ7?P*E}kָ]+pD̺Oޒ?{[.iפS]UV|x H[XKo(Oᯧ͞cO|:%,Y B OBp>Ol[CFo,>ièVfaMv7?xes@^h}h8}'z1xr+*nO(uI㟭-vGX!dWuJ)K "4({,oϽYuIkJM~n$>TΜzrVIK,%5g6_syum(f}izI飨h[\HBnmmCO?}+zd"R'_{k30e[JeZ?`RK6tk"; c d_>{Z[^LzH>s#,0JvgU /,uDG}o/ױJcڣa+VA*O!? HuܣWq@cJtxzǯwmSri`3,P%K4 }Ǜ5齞S$LU#>ڜz}cޢZFP8$QQox;, 񘭦agiOt$!!?ÑEZA."iwW@t8~6rCvQMݧHibhUu5nȼJo q..?=yXQZS4BlZqUg!`yDu%(Sv^# Kr[ pWQPXyuن66ƨxmݮj:݆k_3Ÿ>kkx!SJ?e<*hdn`:,.u8ȫS* < />ޞvw p`-҂UC$j5qNxWe7\amA] 1O:zX7=q^dd#iK6N~v<'=baZ!XcU,sztH$s.//_ˡ"#+ :E&\]<J^F?SdDCoM W4BHZSBGű^N*Mҫ&B3q2tQdPVVbѪGcwp$7 {Wa\\%ʤF]HbEh9A&5siFz++{+뎐lfrTQj9hTfVx0WSF+VmXCu4)QTj &[e<8/`S;AUN&]TՕeRCUH-#ݹr> CnC#5T0mn]ؽӜ}nW4dw ciU4-%nUXXFlytH B."zK@tv۶>T~fYFXF5C(x;qE^{fgv.?Wlz>ݛI6mJv+fRE(]}ûm啵ͼ A=*CGXQVoc6r;XiYԈ C_V8 t쭥;zb;367M_?tf91G65LqS$,)7d=̛6_lmmѵ܊If*WQHc;?0"nR#1IquIƴ5&2}mYQD/>3xv}S䱍6V6/K׍s%#[C˞\mo>uEWq' rR"X9VJjIעwm&ųnV5v)j pɨw{y+F8^X9 /3;ggvN][rg*asP`aC]͇A-E1t5&"+do[ܑ(H'.҉cSE(hBݥFb۹lyb1RGF"V#Dn1#I?ly\~zn))3=oo ɶ.Gn=TΕG=!-3K26UsYoV.k}z\Ks BR+{P &d J ?M6$Qʖ&Uf:,nn M?ڽh[?kwϕ۪7'Jʫ,C+YZIi%dx/ ϓዘ ŭ7Z{G#R4J`EO5C[{[YH꒥t:in, r| yqQ0-XC7n<<'`R^Π^F25ɞxrkN+=_0yU)fvfr}D@$Xmq7 $}=;\.ߢ 5|Ai+? ouV5UyIJ8F 4YWoȅΠ|7حmW#y@=vlߋ=ݵ,j:Zz*LYl-pOaQJWΕA]ZhO!v^*|5iL19U3v'<ڋ˪hǞxS׫˷A>}Ҳ6mᰛgbuWnC6WUkd+#-u1,_,,&~v^[i}D^! MQ)1Cvh`ۖi.efa J2'h |э|mH6GmQYZj+1994:jS:fW=~WVmh,HuQ4e@ ڭKv%\@3P\&N59*+9SͷU<Ð%@;ܝ>9mMJH\XqunQ>߽x׾R :C;>E|x|6RTAF)e8W]Hc'O"EǷ]ZZaڲkWS(Z>s9FL6Y#j~#bm[j]ϓ&R2XDKkwF>}AZ-b|E-8QO#4ǐ1ݵ:Ň5 g?,VFF;k8ō奤4zڹ|r[Zt3c"wcVg5ZNx{}- ~_ϦC2](*5IdKxzK+ۙ^WF> VF]Abʦ?ǣ w++`xSD g'YC()c,~XOH7;Ga2YVNЊ DD,we$Rq}+㩙M675T+xCa*5Ց&#*fZZ"( JU4)R]-@UB3MU'Kmi"#N u.x|9LvBh,Y pdM8z^ߧxHY"BtF˩Cܗ#k]Fx*ZǾT1Л5p/TT"F#H*8Zt=Evےkɹ)rT{3_?!HaXz*ŋ5JiUo7mbxnl]<&r2Q6Uj ሠ>[ym̒Ey 22+d!WZHS=V>|dMt=' .3%^W1]UKPJSY& *A [I7tUMƌ]f FGh4Yq}]PBŝYEvXCZҷ-'MW~q=qEoh\j||Rx4fYa=6 >}2̮DbV|di5#Я6-v>ȪY`VkAw=FìT >fjl NfU岉1ֶpb J`HIe. iycg@%HmNNMUzJGuͺ* {L$4"- ^5+JWI 1Q=sj; M5Cm+\&>C[W%:qN-7-q /mRs6lx ije`,hl$ թoq߯Wc}HC_O i;$tVS#jPHZja Ujl|obchiowS+U;1O4QÖSL)SM;uF6{7Yu"$NYґ].aR%JZ-u6y>a|FSK۔n t)Ӯ餪^GU;qxpg&ryqa =("YXLjii[ktjjU^nzCoCiDcN^XXC-YH&y3qV䨪su^۟ƶo2O+N)!޴3TSUb*%+E%L usls5Gr[·M&9:H֛MնcrJZ8e+`aPj*T"y PIO )+ZyiGY rhjpRs6m+#9m'_ ~?@;eBFt  JuɹgY6Ly580G%hkjc[Y (f@1WOnoH6|A!6'JFCO?__׼z=5y4!HdaO I j`o`mE{ukeexTO߯(p9ν)qneK0QOơGLa*9 xrk[8`j;a\Q6}xK}޻\jՍxMӧ:ޙ#kfǽ"QR#VEO?4*q["n+EB;t(?ە,/^٦Yd Iad>Uzix-76⚏#N6D%+pۏqӲK PP9:B˴3Vd"]V:%ynLv[Th %> }H9l^n6 W9GOM'u_ T߁~~^3u%v@ aZ}'ж;IcHD!$ t>\9̓j&E!Kr*7s稉RG5VTX{%,L#*G5Yx![#`\!Oυ+^>|{ qA%U2 S)M%#m`3L+ssL* 4Q42 ObK%˭ktݚGB%MTQEsvrZ k- h/rɵ~5.k3޿x,3ZpeNO9Dj&uQr[ş|rk۵QE 2UJ䰩4UmwǴ0HdVSWteϟ]nШɤ<.Wp#Tspm߲A餛cH(ΰսC];kȮ/.5orx6A%u)4ƽ:@R4`,/$ܮŨG~$Boxbr8ݣ߽{ )7PVnS]@UO444RnU(hč(ۗr*\ TPtUm&9Y6+N`EZ; 3 Z|0f`3kGƦߢo6(yLc`fq<ꬄ#e`Qg?!OXk;hZK6@QcUF9aVi557>E[nn&R%P7i,CA}D ߆o^ݻBVQf6;'EW!1QڕAYWU1y,f[y?q/OV ׃5TY@:|#c[m{̤BBd@Gh5j~oLfٮ19DRAlmҲ R>AcJxvBQ}Vk4vX EZ5ÊT׏RwSR ժM|'qx 5L&JMAS)|n⒂ $qW[~`E!Ё𮊪P~" {fIy[J.T [%FJLq#5d)r}zC#+sD$(-1ِ#ۑ./ٟq`S,5NjJ%+SAo\'ۗ;^b: ' U %~*TŘ3y(*<+Zeֺ}l[eǷshgh@ U,pKuId}n]a O  CBջWhǶ;Q7&QUj+T* ke#9¥TP!xȅ F=ivmN۽=³"U$f5mJں6Vwiv%Q`HF:KpB@Xx%-[6ޙ8ݪa򕍸PD(W;ydT5ibtXIZy"&q0J Vf^ ]s*v dkBTH"KdzE4SOMqM)v&9OamLllx-ϓ9JExEIVaH8R3mvMXl|wWlSK< dT!ivbhR]K :I*'PZ͛,%F$ wdm.?rmyF^jM,crXyˊi=t؞F>$T2+B@A4":XO;jeh1I1bxz+猉KUu)+?> wa;[9כA;o>!j&j9 SV҉*+ 0$E=ozMPDF@u+y+pn5E֛=՛C,3Sxz9c`hxlFW7]eyk!`*1ɨ@ިFPUIOtm[UӶbIq:B0P Wrȑѥ qź^"C*i -eT+J H$8>p{Uvap]Ĺ%n C0q$9ux}Rc`HEA<{cG; 7fn÷2Y\7AjU8mGMSdͣ^7 9}o-Tof-Dy#Y5P&¤~}{ݭE2P 1T5aFGsu./' Vצ=ѷ 1H2i)kğUB™ZFX5BeFZ j8JWs~lf&9 D^IF6@n t nLl^{/M_Ey=QH754Xl>qКɟ -2[K*7vz`͍OWX`_M4+-l-R^DK*D{Kͳim6ei_Í H+Bk@p6eŶKK }ix19q>lv[sc$ʽs$9eFL<8y o,4N숾cvmn-Hk*xl]tEىzl7WwvR6et jvܴlNzT4#+Tdg$*yCi Mr^\ #nDצ7#"In 6pwn`W$Β*pۧ4j`scWn-˟.$8>6lfw%U~_Xj|5S=9]=+HYPjvgonvi.bZBUV`ٔ4#dE`Aewd,/x.C i a"8( 3{ߔ\.{6aqt2Xzz\ULU58zhV .ʓ:D=9{6g@nUeF&|6#P\G6{Mݦ`hՌf G*;Tz2;mlirGoW7.j(" E6{MN19\^M^,VI }M͑/jg7q3~-j!Pq9 xV7v弁o"]WW LIYr:[N 婩:d!M-xhJ놮%U#1oVCr~GGigRZddFRU=~5@ˆ h`Le!vWZ }#DmZBRuT|M#E_ }()??mwvxϧo:.W*)uWEQ.6s[qa Z_=崺=;,rey ,y:(%ȉ֏Ef,sA xh} m]c"%XT+X'rWItH;r[mGMQ#T;Mr^_6U/d2Q6,˹nC5+QZ禀hVlѻˠ8o,N7vQ_ZMdXѕ(I:TZtK@u !pڨX55߻16|՛#nc mfr<]KN[.+Y+dy6(T<}y6,8pbRp̱"B9K-wEP;ZV6TCxѮlҮ?qvQ|E$GUoYhK #d"KjUTJU5Z .HGYGz[WQF5CCxqgB|=cLgUKhMx'g)Z^P@$ :KAN-ry8*^'CjbbGݟtm;,4AU~ǖ8tqͽŶ!b jJp "^}U;rvTؚLnV"C%xj+f_#+^^x~nDG4EHrR)*rFVVj6v$ ƄZ1 V*3е_rp[^I]MHW|\2UT"\!=B._}akWf>%*UƓW1MṙcBAMXW$d= ?66TTpC<(q55;Z|YO˲oGt^E(G9IWZҹtk/Io}C+w;K"tfmͥېVi(6Χ S6qԸ4 >Uh!3-oowMm߄ll݄!Uè#n%sl@J(19<6d>T):]TRf.͎pܮL쬧JX)TP} VF(rCW_W*FK}m{na wC%)"G0fFB Ճ / iF{ܽ NFIIJ¶VZP]v3=lVmO8 *̹$ؙڜ84:O%$?fɬw^9~xKrjxWB ܍ے:Qcx2u0'EFmqpÂzwWwommޯݔx QPGl"գ2RG,42ȿ95fKN_Gj#AkxL#!1ڢ\y Ͻ2JDh̪5{lýs{ng3ۓtq lhl'bU񒤚lb +UFU Vcy{]%ēvt:f wM`o-XYCՖ2j2h)ǣ92Y<%mˑJm˃# 4f#,MJ&pkl~-"b͡Y,J+&:CoQZOkc4; UEHTf5Ra%Pxou(_~;A^q~dc'=7I \osb~#uFUMUE:AK 7J=K sOc_0}i;Bݛk%QI UUQms4O.J ɀ?2FBѓ}.-{汷H(*Qrгt+h&hVAMAR<)Cqbl|n[-Mv[Y.35ZL-}F1**Mļζ^AQmQIRbLftحv[^ĊjG4Q#A`)Jn0%ypMv|kQ;$y/ a ,MZT|. k4jeP-zXż?ֳQkO)_2͞ۇxH* $×MPHTE#y&hm0t2dcFVU5V NU-Uj¢04jp"r\SvFNid: hUIEWYY#=4_lJbTMfI>h*Ǎ1kXX$ %YS(z8t&wpe!;cQc297M)|CCCO>v4mAU YCG,ཞ6g[=&MR63sh!4H]'ـV{F0 6#?A<ᚯ Ɵ-TV`3U=RRSӄ4!)k$  vRir~&B х4RjI>Nu565|~W3Wgs#J? ~y7~J1nq̸σzLi uDeHou9w|嫈m/1,R خE(h(03êXͶ$I0 2҄'Exݩ}U U Le.,(OUke[O}y%˱Pǧ#˧x i@]J KW?\WPý1<6b] "K J*#vI]lvBr'Shh8yu[=mGmuǙZ21"J fR\\Zi#LX^!MSRb(A#P-PM$$) [ܯ$vY[#A 0 eyt=*zpI4:.dVD-PhsNǵ;p۳3o2wXX4%5n )fp4;zJ9(H5/AlԺ-mXb*Ś˸lTS[)+Rڒ,rd* _3;,v5 ܘӋo޲Jl>5q+憈I:XrOm>6u{vɖVn-&z1YIdY#w b%VB~dny9Smn( ³SĪQzqPlr}ŷrƪsWQ˵mllE$;g ]5_PB&Q#fUYcvۿx-AlaXh1+2+j9&l .{ "jRPKF訉:2JMސ <{x+#_?:g=V1Q[Q}9MH__>=0c9WtvRb`!l!*o`G~ṈTjtciO?:W6EQ6Kyo,u*zHj<jEWB6$,ŽJ9ŷnWqٍf5i uHᔰ AuMfF=-5 땯 Co\VRҮ_=!c5$0c)4@0TjY|l˥(%qXI, &W( fi^Z~Uߪfrk5 PѼo7MWV&,m- 8)*&"#WF )H+O/z!"@DbUZHR4-^q$W7*e \8`i't^2_<ح!]UN\QE kd=E{'lֹq+$U(iCBOp\C/ZR@Ȩ" 8Gp{QQ] Ǒ&2B•$qA$lGٟp#['*$5F3h {i!"Hؓ**)N"aM$sKWsb(!d7 Ub*1*ۨH[VT:W {Zq|RKMbD;V&kxӣ'>wgt`7&Ž[fňRJjSn*Rī]E{ͤDJHIQL>t1䜹0m$f(cATqPx#˥Ɯff|/UEw\wiV1A-=7t|vMըPQ^Ռ@cҮelm-T*sCU45\|W؞Zu>l5LuU5uRR<t,;XQҥcΘs䧟"]lbv Cri 4NIԕDW->PNirjWLmFRT.}%lYD"q`^ ]oU d0\œzPr؝C<ۣgC.l}$6T5KzjI+fO,r/: H_&M$}he¤`qI'WHB\jǽ&iEhF }j|-YxpTbh䊹iU$jfCAUSJȳiX.m5m1 "]& ou.dId31f$V`z3gxWE2ėUe4 d xI%_vݽƺѴm%ˆ\ð+WU@zg}zӖ`}4a 3i@lz4iꎼ;1Ż} u,ՔpfVPC&}țD6|{T>$oU j+]C4:A{ws>۶wFF]Z_X!׵HZ8jQ1=o7SyT?}evݤQITPQL*Vi%$X>.Q{7-MZ7MvP~2,!:PXq̛> >۫RR5Uv =Bʘʊmm m.m*l:G7E<-dE$%<Բ1{km2Cڧg0-υ:4F9YfAU-^Z/>] ][H&Yb+*e骥HCJ:, 5 tS{O(gwl&[kQ6?61lrˉ$38EojLz歚=zx+)!J\<2kG(ԌUjA=+-kCI4U:ZNQp;X ?#Ȏskrbb馦Z<~2UiRRGU qP@I Y-. xzʐU&0VE73[}>۶E wfEl;Ie B iѨx,uLK:ȘKHISA\sDW%x@&^Y .N V?6qAƯ7!(;fTg0O!7m7;), 9QKGU_WJkS7^J$R*7^K}HA t RH~"A@o..E I Mp)8ˠ+u ͆fhP kWcbA3Iqt~F"suK{4m[HjO kN*3ѽVPAbI94>CFsn=[Ms0O4R6n'3hF0P!JxIU=ZRf#<[cvqܾYWHP&oؕ>Tn߬\jd`%*'fU4Ln -,&#e'p%ar4@nɵඩrl<4gp-C"#ITքpu:f7WZJl>v6[iA4rl\)4l5Lt#hmk[4k_ pGI,7olX/qIe@KPAzi?G&l4[_<%9ʭzĔޜTG!^6{]UmK#uvQ$p"'ɨ>pq6_pJ(^> ]5*+ӧSonҗqV;Sbtl{^G] k}@7w:4B_gHlEB q=y5Okzdž\L; ^l5q';#2n,F&#RN -&ލBT毊9MJ!`8`_3_2NcZ:c!4) ٽmYG 0QE3лE[GnmxYw4{JL\$rq\մ-EK2LZ3JTX9ܶv$-qP4ecjMIRKdpJUHs-+SUE,{TqV1֬ؠ'־$uI"BhbkxRIYg78{j34Ze?1_28Pyd!I_ޑjlSijS()1Sh \z濩U tV6V?ϫ N:sv_WlylfޚIY($Tb1}㭬XTN̪/|[ͺ {RȔ,X!V`j`u;h6}^nYh_.Pn&kIq/#}mZ=ƹUTGFSCSS$ Y$i8AR3CFmNyq|l4aTT[,sQ.<4Ԇ sKav>VopƔ]JA <@I6 sk СcaO7n6צUdv& Bdy MDOOZFji%2++Bc~\ O q6m֛vR*284 NB& {bxnRfGhntxTO=3MSOm_4tɢ;H=wM̑qzhj4qT㉮ < ٱ])#N3顨UQ=(1pc9:Y&cLՙJhz_PP7.mY,WDWPUO@j|Y6 Fջf/IQcKFS,TN%hm.X(6kՕUŚGK7MlۧIkK1T$cϲ&vg^e,x[MW$j]s˷R%4OS$ac>̷9m.wDX\:KT?Ao7l_t*T <#ֽ'Ow^-vbk` )jx)qT B4ItJǴ;\:SJ)@Gr5/T2M*5a aA#=$bm=6Le1\zRMcz̪֨jfS5iU7KH!gR֭B+T-CUgc3chiHcRT$!X?к)`lUm Hw 5*3P<3{g-⢯ÚhꢤˬJz)dycyUJrU79M1@jW|<`W$J-i1J-7w96^7"I:=6D%+@*]R's%ٵr.$X ] 2GIGkQ^X*"i ғ@Zu`EE>dwlj~ܛ[!ݭ%ZwZ@S"Jo2ꌱ$Urr|n7fђ0qC TVפZcAWU4*xP'$g[?N}]J67&niM"bث#)iUIBl 9)rZB1 55%>7/mUǻ6* ^u1W+*f%/Z3 ʖP< ΥJi<%ӆ,kNRGkmn%s /Z-ѧ5T *id xtjp"Ob٤ݷEp#KBlu=3C_IÜTej*6fK+ܘ&-tJjsO%Rp$(Cm q [E& G9UcƠW{xaiR ~TFsъlm󊝐 SAK_A^!#IY |H6`l{YD5+J.sAR,rJ+J?*yףجmF j-j` /vݟrE%5ۙ\pz̅>έ|ˉujQoE-Ţa'%Aik@EmWlFd=JU}x8;Co>!n5KCYFے2%5񴕔(݄),lK~,LE+Ƭ }kovݦ6:>rby _MQfnlbn`08X&dE%9CDbgsTՆ.[a NHx<})w/qkKt[T <)Q_*QOvXrMS)WTE5H,{}K UUQ%7 }ktf6bM* WR@55ʝ)Ye3/Rx@$y@G /Wn3UU|Lx:"izJ2iT+{zAg^<`NؒKRj|0<âWkF4$:jX+ \]6EOC5Y↝bI dHa~ K#4ZjƄ yW\m|eiNj?K<>Z \ԯyqJfp3KHCM{;b.VkGjXB<8V["L Ҫrs :UvU6hAA@J Eum%EJZzj'7[ӂ~ASMsj>ud54Ԓ>q Hd((r@$."I}Oՙde2rL M|; MA\to!x/I|QO2_/l[~4 ]ZG":*tmLJ9$ct+TפIa5=>3&J9aO;2@I#\7b aȞ+\X[EJԱ9,hIѸ>ݷiHKHZr`7'in,²?r0}ClFNX%Q;S5BJG_whMϾVa" DmB4+AD{ecz(6HNjW '-vV◰îmǸI&.IiBϔVW$aiP"S\mOYrV H kRĚkj|+(iiowwM AXQ}t(,0zp?tq:tmU0Y\#EUIV* զ@"Ervʰ͵ƶa.C:3F̚tPM)Ce6vil9 *0 (5 і}iF6{ 4憞G^|>ʷ&yc"H|wYq{,[R5U k֮U阠y#84R8o_1?WsU:섵ut<4K9C S9&qkߜh P:FԌJ4ԀQ\qE3>M1[_n>\6R:6⪊"RfrD)j\'YeYm.H[rCu@iO!Ljt;fH\g47g䱸-ōݛO!`mzvo7M@sIRBIkDĀV4Y-W`U;@\ mݬ,W ]V & noGعq>LttjhM4 Kj"% .O{33dR I?iE%s>4~ǚu 5Za:U+̑?P{%٤tjB4ϭJfZ>,p<te71;#qm>ۧ#]Teڝg%%Ts,z]$(/UNĵ\ۍ wTz@H4qY PqoA1Zœ Bz"vJzIfJePr[M8и|"#$u~.$nX&&$qExf (hޣ=n*Sfz7IZWJFAmRZ,v]jVUˎHáDEcye =k_˧ =18]u8d0*L|𸯩W[_QBzF 2/yRe5_&\]n\]DZ Tqnۛ Mӝ[ȳ:֚EQKN Dak.VFFIP+\c˥no@ ֔ yYɯ˨eo&2]ᅛY!>IѪieLd CRihGI<ǖ=zz ήR <ӧؑn<VTPjhύ$IݫU!4!ч3_A&"~=Z+qh}iàačs/pQ9Cڜ ֕E*AJrf;c_e,GWL~Z!Q H&OzښR\ܪT54#?ˡq{Hbkp驑xR#P8~ޅ8Cs|ܮ6 Q:IMum=R-KTr0*6c$%bүGU^dpZB=JHL|{ߺI&vˆVTU’jFE MkAG3mDweը\j4cZ݅sm*{wm栃1u8*3GZb%j*q;XSrvG\U,)Qvge5R##MEW t"8Bf6q``tUP-D V@5WHb@wѭ!kyA|xZ N:z4Se,eu{->luFc! %!Ic卤`S7xcv(`qJ+҇E8ۤm-OuE3pyp:,mOwa6觋7RhpU_-|uLVV_ ʪ-қkkbWI0jIdG ]ҲM8P_Jո3w.URlJ^Lե5D*"SbSm@{ݼFs+A(_C^|W-M=*.afFj9q9ڛʛ 558Up"ta:U,n% a)v,iF)Zpj!RU4"sµz+ڧmy*'Sc&3rO$hHb>:%ZUדkJ+5Z7A +_ c$IG*s)R{c~ү4bܸfKF^HC#߫w;l jR)D&iL&k,,E  2:?X4y0pm.-^RB[57!UZ ?R8XfV2445k ӡuۮX^:SJ3~t9ih)08L+#e*͹.Vl>@xqjJ) d^.MhEN{FΞX*~Rn69UmuN(fz,]4񢊔t&I6$HF6Xu"I8₄K ]j|"sSEm+AUTGF9Ic#9q8huXHEheڛyRhB hEF;.uW@|x}O`oJEw}j9j%TƔjaꈖciSCxX{-K',+(JzWMizcre! qu(u*5SsnQ`oÞUD9~JiD1 .ݙ$4A<)JޏZmd-W4gB~ka>ۣ#_3YD-򻂣FIMCSB$:BƷ%K9^w5lZzQ֘un A+pAӞ%58cSmMfw}&&dYi)r9&' C5=b &Rjy,LQgtA~IyyeKQ bi ~P[~)wڒX4cbOuzEJfjgFUYf)hoHl& !N֑2]I۪'iAk_TW"۴(F? AzNY|3;'ܻ1F2FfXs;1Eh"hDNy_˱X}Y܂Qb0rچ#x z-c߮GڃYһN<bC *\y 6 魼qEnYt,5Ybݿ~5M1A`ı3mt6&po`XTaAb2xt_q\mP-芐>%-JI%\Wv6s+z~K{ zvgpőTύar>61,5PM2kSb~Wa~g:;1@A \,StWo6;YR+M*fԮU'HMA^z7m{WawV4I&J[rW58H) 6ᾭysBtJE4 d~#@ud~{˨H'0G1:px,榭P)쒗1d'5CHC .NwjS] SRAP@"YW2E omķ*z Vd ֤Pzt|6` ~t' |hTUWMN4FȂ \z2 X]>SWj8rEA:,d4M4Zi!>X#\右G>[ ݻ/pJfO7%'p޾J}QH"ԴWǾ|$S2Gm&!m|/&a]LEeB$f28SSwYiIHkk2SMF𒞘E3;$L9ܑlRbavSTy~c6R6etN|Z~9: ƤFh44:9)63hBx~>-٤ iO<Cdg?uJt,#da69JrK)TÕzTzgqP!Ǹ/9vkfw9"6Z@%T4\ܤ-O _5M|kг[yody'5,L4UH(gwu)*%QKGHx_q%ݽZXc2^~]H17vXbxR 3,>A2xZc解 d0"xBƄ:]-ͤԪOd'ҋ[Rj4TqkµøwBg7]nah٠ZZ94%=+)K2 j,< UM@JjOL|#F@

:R/w||m2ňڦYeUQOi?`ZkVKXeEop\;=9.S@nTOJx ?R- RC'0k;4:Hj֢p 7C6=Pm #lTޔL#1[sU41G&3TKOCQ%''9hhҖ KxEiYWI W7EVHTw T}Nxt(۲zlvQܕjTfkx8̌m\IEQO#&.] psgdp$w./ֶכJѕ#HTbAƁO[v֤|Ѯ]H裨۹L~&UYENႰ*r#%Yam[c$ʤԊj0tAúMwpm.Ww0L3vg`ҕL.Mе$]bYy%ĊG FOe Fy"[w M `ݤ^ W=ڿmN"8z1I&i * 5 \R)F~΍^.^s{繖_/ȽZ |fH1Ը89Ys5f- D5)WkwYw "B 5 ưı\Qe>O9=sy6c.dU׫Ӳ^$9.UQH6Ec?L87_Wp,/$& O?z^?::WYga3<2;kOKϳ`Q4w5_ = H$p'6T6fݬ3[Ck":fvdC1ItŸOwm,ue j G WLkUO67B\i.o"@*ƫR8Wpzm -A iZj?MzN¯gvqPӟsf&8Ix%RtEŮG O~"Tajқ}m5uG zM=@#>֙Ivy,lcaiښ#ZBBXZptDIaV><~}\hJlSTF_F]]\W 1tB(4NX^ii QhzvA *ʀYoBi7*aRSx1%]kA "yn>V|כZʦE{4Z5<( ~*QcrPÏ\\4/ Hli 1zʌ=M\Ve%bc*K0^C˫FP S5XjXUh;|{nitdƅLΠjPE Vxt;t[pbm.,bv1M5YZ\^Da eQ$2P{[9Gũ!,hiS#*hC6յY%m's)v¸( AᏯ^-][. ʠ`,އGq wv%N3.y&0g?#򴯄qwZ^5>ZyD$viR$^Ï68H'Ԋ<2EG_'s|f3Ol-M@}>4BF:F~BB iÉ=M]@Tah e%ι&Vx`keV"(EhXc _LϡM?^M~t˥Z玟GMtUƻO"Q+Z~Ttw0ۀ!p 5CUmEWLSU2"EP?P'؞؟$_Ö'҃Q4K,_LOMXu#u@ƊATK~M(%"_??3N{@JP}|xN?o5(SL#%f)_jWH06I"V#%JMo!K{$e 2(JrsZnEIEA?C=n亂kbmtYJM'xYfTCM1@#^iwC+Un6-o m28Ƅbn,%&AS~TSfjssr#|ޯA,5+QV#R:) wD%55UR(@uk h|hى5VAR<:F{8+gx9t5y- C4Pq7kc#G>bm=n\FB͗>C'̯ B-tiS "wT}7\DhEF- )֊i[&ĀnQw" KR)tnsW?[M)Gt@q۳zm)DOb%Ci]ica,p"2SbB"'+Ao!T&"b̬v0psBթ&cH凷+z`qdAAqU袨W*UIژ!Mͯw5VH8`RU<~QB*0NxMj%U*Z+Ngt)VQ{&[F| W>u'HIB>k@>ÑFߐ÷Z7>"1JчF#A4mвkUM+XẎxZAXm@ xjzb T7SnC"]Zp?+ѽ78-;bm iq[`SSfە5骂i#WBeTA\OP~(Uhz tqq]o@]NȨAJMk׬#n+?7Nghޓ1%3GQAA][.Q$Zz?54>Zuo Cw|{nJ&3V* 3Snkkۇ)cV ,TVM A=-oS,b 2 mfO"e%MS(0c ëbg$*^B>6WmvI'f T%cT[Zt/7ɹ*jB娠[5Ǣ5ۙw-NUi7}8<ӫE6fA+#X븚blвӵ~3L)VǤݖHR*fH:o{ke|5M.;+_RʊsOࢡ>:Xi4%Ȱ#I/5M ,d-.QlTVDžOh4U4:Y⧨:H)M34<}!ڶbYk #r>tY-V0>4'M|p=0 cj)+.;ur$f-]J*unmq֓Z2#+Y%#7̃@5wqW:Go3L#&4Z,-+htkKz(%*ZU-Dˡ$S-3OOR WKI&5M0|>$*%jiXVfP[=!,#A*kS#)]rӀ_:QRl|e#"Rԏ BA*B{=_\ɬ;,cS6QjGx  m`LKb,@*ȸ}7BSN#p ]܁ XQj@daS?ˣ8n?,?3lxɊJd="R̫=N<%`aQyp|#$zdgE:?wy|tx:J䩡j$+ / GX_uvk&qBIҮH =(+[>A%E2<]+ьaBA49xpG2HWWJ#goэjx9QJ(7!. c%X|lg%[ n;m mu2 S' >ݵ" qXh 0pziM 桯{2?`7p̙r P&I%dR'8*.n4xh,WFE EJCã7v+Zء΃{6oUodz1s)l稉hOQCCj*(Z!R|&Yf`vv6nfM xh@1=']U"5Aá+{voM^blxd)>V"mg"C5i-mXS e+ gcjI*[H['`ZTOHo/Q U0i$Au>C.d+v!/lo J:L^x+ij,SzjL}hX~k[[&9F ("@\2 1P*XN5Z}O<2㶶sK1QmL4ꪁ _-" w`Vrq X#%3%['|Si}(Vj]8bNjJszt*m\Cm3h-F:֭ NSTfʬBE[c'\ĦP,(|%#Ң&jZ+r3]H)e+l -EVFckU%]v9\yVCTh䒷Doaoq)gCs#0#%ez}5lIXئ Xf)7Rm)wnBhqO^5Vg/YW.lmkI>FX/n eeنujdrp)D.om( @ ҕx w9T vjEKEE='IF~zSu5h}2έ'I\-O ƻ|chi>:]&Uݹ"Oۊp> Xy|$1ZBYk୰E_R(\JOr JPHus[MmB&Bզ3A_3:Di)y8PQٷo4Ƈ|:FԴ$!#r5$=AcDk2ԨǐNʅa\ ҇4eS!8O>Vzx3 Ju㞲T9ќ^cZ6v"6{7}WO?׏+,D.B=-MT-lj'I:"-Qx[KQj9*)F_~yQmSUtu }x፹P$ʧX(§ε厍-0":~_]rGE HӐ,T,fbӋ^ڥx )=x>NѢT㏟3YA/Q`?tmC1}9%efՊZ+_ tVߙ?m)1e~̴H%A*ߍDZݠ.x5㞊2O~]"jS+K ^,D ,IAZ*kW7:[BH?oLu`Lj:첏oOB Ϳ_wUOۆuGTҕ*nɻԧI ",,{i=ݰ@>,5'AE1ZlV+wI3~ `GvƵb5b~uz[I Zzפm&"mM%O+ P|mo|=.1"y?ͷOlwSfn ?ȭ_΂ӥVbNiOw6w _Hl-{j:v4_ QG1N[ vKHev[ IQQT/F[[Ԋ|a_: dЎ5]{hP6omOW~l!߈& pOE73xqNs]AT#Ozu6[ʶuBk+N {jfqO/%,uQő}~=pnßaa [0"+iΪFv))fRjLx>] :mէicx6J54zX BYRXTR"w* zӎIVKO0} xS):Η %چ s ,Ȥ2RSHV5Ǧ?%֫q,nZ^[V Z7:*~"o=pM=:6yD8 D5[o?pUʮcjKG,,jP~;6i> J)M!k 3?xS52i@qo8$WJ8맚I2B8-ƶ⧕C:EuZ>LHnP1\Ν->җYV S󭼟rZ%U9؆lƐڲi|>N>=-qpm?6 bHX27@kXB|rsE-b% d)6=1F5X!;F;y#f+7J76U%cOLW QLzs:/- +\ EPcI[K9J(2? qq='1Anise Cookiesp. 44Vegetarian Epicure@ @EmI'%HJien Duy - Sesame Seed BallsBoil 1½ c. water and 1½ c. packed brown sugar to a boil and stir until sugar dissolves. Slowly stir the brown sugar syrup into 1 lb. glutinous (sweet) rice powder in a large bowl until it forms a manageable dough. Knead the dough until smooth. Roll rice flour dough into two 1½" thick logs. Slice the log into pieces that will roll out into a 1" ball. Slightly flatten ball, then place about  ½ tsp sweetened red bean or white bean paste in the center. Fold the dough over the filling and form to enclose the filling. Roll each ball on a plate of sesame seeds to coat, pressing gently to make sure the seeds stick. To fry the jien duy, heat frying oil over medium heat. Fry the balls, turning occasionally to evenly fry and brown. It will take 10-12 minutes. Drain jien duy and se xCIx[ Q;Barley, Asparagus & Mushroom Saladp.54Asian Eating Well Spring 2004@r iSBaked Breaded Eggplant with Sweet Tomato SauceItalianVenturesome Vegetarian Cooking p.88@^1G1Asian Noodle Saladsee p.292 vegetarian epicure.AsianVegetarian Epicure@O1QArtichoke TapenadeVenturesome Vegetarian Cooking p.3@G1#1Artichoke FrittataVegEp p.15.Vegetarian Epicure@P!51ApplesauceVeg. Epicure, p.112.AmericanVegetarian Epicure@W#A1Apple Crispp. 176, Vegetarian EpicureAmericanVegetarian Epicure@ =7%Anna's Easy Pasta DinnerCook egg noodles. When done, mix with jar of room temperature tomato sauce. Then add the cottage cheese and stir well (it will make a squishy sound). Serve in its lukewarm state and enjoy!Mediterranean/ItalianAnna Guercio@ 7q9Z'b9`7' c.?walnutswalnut3 1tbs.@flourflour, all purpose3 -tsp?cinnamoncinnamon, ground, %cup?sugarsugar, white ? /1tbs.@fresh lemon juicelemon juice, fresh ' lbs.@ applesapple 8 )+oz.@ cottage cheesecheese, cottage P ACoz.@0Barilla Olive Tomato Sauceolive tomato sauce, Barilla 7 #/lb.?egg noodlesegg noodles, wide1 1c.@flourflour, all purposeB A%tsp.@anise seed, partly crushedanise, seeds9 '-tsp.?ground gingerginger, powdered ?eggegg> =%c.?packed light-brown sugarsugar, brown6 7oz.@lightly salted butterbutterR EEc.?red bean or white bean pastered beans, sweetened, mashed9 5#c.?oil; for deep fryingoil, canola oZ+Li8o:# ?c.?chopped flat-leaf parsleyparsley"" @$eggsegg!D! A-c.?marinated artichoke heartsartichoke hearts $ tsp.?saltsalt/ #large clove?garlicgarlic/ !tbs.@olive oiloil, oliveH A3lb.?small red-skinned potatoespotato, red-skinned1 '%@medium onionsonion, white3 #%tbs.@brown sugarsugar, brown4 -tsp.@cinnamoncinnamon, ground& cups@waterwater' lbs.@applesapple$ ?egg whiteegg0 ##c.?rolled oatsrolled oats- #tbs.@cold butterbutter4 -tsp.?cinnamoncinnamon, ground; -/c.?dark-brown sugarsugar, dark brown1 1c.?flourflour, all purpose DVY/|>zD44 %)c.?napa cabbagecabbage, nappa3.3 !cup?rice winewine, rice262 +#tsp.?dark sesame oiloil, sesame1*1 cloves@garlicgarlic0.0 %large?oniononion, white/A 3' medium?yellow onion; dicedonion, yellow@U@ m large?eggplant; peeled and sliced into 1/3 inch roundseggplant?I? =; c.@dry seasoned breadcrumbsdry seasoned breadcrumb>:> 9! c.?extra-virgin olive oiloil, olive=== // oz.@(soft, silken tofusoft, silken tofu<.< tbs.@soy saucesoy sauce;5; %'tbs.@rice vinegarvinegar, rice:9: ++cup?UUUUUUcilantro leavescilantro, fresh9<9 +-small@hot red peppershot peppers, red8/8 %cup?green onionsscallion747 %'lb.?soba noodlesnoodles, soba656 %'tbs.@rice vinegarvinegar, rice555 %'tbs.@fresh gingerginger, fresh4 \Mr4n;\/U !! oz.@.navy beansnavy beansT4T / cup?chopped scallionsscallionS7S +- ?red bell pepperbell pepper, redR=R // oz.@shitake mushroomsmushroom, shitakeQ1Q !# tsp.@canola oiloil, canolaP-P  lb.?asparagusasparagusO'O  cup?barleybarleyN@N 11 tsp.?chile-garlic saucechile-garlic sauceM*M  cloves@garlicgarlicL\ // tbs.?red pepper flakesred pepper flakes[*[ % c.?UUUUUUcorn kernelscornZ4Z 5 c.?finely grated carrotcarrotY/Y #! c.?breadcrumbsbreadcrumbX0X !! tbs.?lime juicelime juiceW;W +- tbs.@vegetable brothbroth, vegetableVDV 55 jar?zesty marinara saucezesty marinara sauceU OOS )UZesty Marinara0 minutesVenturesome Vegetarian Cooking p.138@Q?;Brazilian Black Bean SoupSee p. 26 of Moosewood.Moosewood@# I1/Blueberry Cake and Lemon SauceFor the Cake Mix up the first 7 ingredients and cook in a 8-9 inch square pan at 350 25-30 minutes For the sauce: 1/2 cup sugar 1 tbs. corn starch mix sugar and corn starch 1 cup boiling water add to sugar/corn start and boil it for five minutes. Remove from heat. Add 2 tbs. butter and 1 1/2 tbs. lemon juice and a few grains of nutmeg.American Gramma (Cornelia)@a SUBean Croquettes with Zesty MarinaraVenturesome Vegetarian Cooking p.138 @ >m3 tH\)n>.{ !tbs@olive oiloil, olivez(z to taste?saltsalty*y %@onionsonion, whitex,x lbs.?broccolibroccoliw5w 9recipe?Rice Wine-Oyster Saucev1v !#tsp.?sesame oiloil, sesameu?u ;)c.?cherry tomatoes; halvedtomato, cherryt2t +lb.?broccoli crownsbroccolis?s 9'tbs.?ginger; finely choppedginger, freshr4r !)tbs.?canola oiloil, vegetableq*q optional?salsasalsap7p +optional?cilantrocilantro, fresho4o !!optional?sour creamsour creamn&n @tomatoestomatom&m ?cayennecayennel8l %5?black pepperblack pepper, groundk4k %%cups?orange juiceorange juicej5j #1?bell pepperbell pepper, greeni$i ?carrotcarroth ddW'M1Broccoli SoupSee p. 233 of Vegetarian EpicureVegetarian Epicure@$@k!'KBroccoli & Tomatoes with Rice Wine-Oyster SauceHeat 14-inch flat-bottomed wok or large skilled over high heat. Swirl canola oil into the pan, add ginger and stir-fry for 10 seconds. Add broccoli and stir-fry until bright green, 1 to 2 minutes. Add tomatoes and stir-fry for 15 seconds. Stir Rice-Wine Oyster Sauce and swirl it into the pan; cover and cook for 30 seconds. Stir-fry until vegetables are just tender but the broccoli is still bright green, 1-2 minutes. Stir in sesame oil. Serve immediately.Asian/ChineseEating Well February/March 2005@ JuMo5U+J; ++tsp.?vanilla extractvanilla extract) ?egg yolkegg yolk2 #%c.?white sugarsugar, white? 9'oz.@cream cheese; softenedcheese, cream' c.?butterbutter< +-tsp.?ground cinnamoncinnamon, ground% tsp.?saltsalt> /1c.@all-purpose flourflour, all purpose5 )generous pinch?cayennecayenne7 ')tbs@dijon mustardmustard, dijon% cups@milkmilk4 1tbs.?flourflour, all purpose> 31?lemon's lemon juicelemon juice, fresh; +-cups@vegetable brothbroth, vegetable& cups@waterwater~)~ stalk?celerycelery}5} +)@russet potatoespotato, russet|'| tbs@butterbutter{ 3\i*[m37 ')cup?vegetable oiloil, vegetable1 !!cups@chick peaschick peasK ;=oz.@"no-boil lasagna noodleslasagna noodles, no-boil% large@eggseggA 9-c.@grated Parmesan cheesecheese, parmesanE =1c.@grated mozzarella cheesecheese, mozzarellaO ?Aoz.@Fwhole-milk ricotta cheesecheese, whole-milk ricotta2 !#tbs.@fresh sagesage, fresh< 3%tbs.@chopped fresh thymethyme, fresh; +-oz.@,vegetable brothbroth, vegetableh/lb.@butternut squash, peeled, seeded, cut into 1/4 inch slicessquash, butternutG ?1lb.?crimini mushrooms, slicedmushrooms, crimini. )c.@chopped onionsonion: +-c.?unsalted butterbutter, unsalted3 ##tsp.?orange zestorange zest dd1muButter Snow FlakesPreheat oven to 350 degrees F (175 degrees C). Sift together the flour, salt, and cinnamon; set aside. In a medium bowl, cream together butter and cream cheese. Add sugar and egg yolk; beat until light and fluffy. Stir in the vanilla and orange zest. Gradually blend in the dry ingredients. Fill a cookie press or pastry bag with dough, and form cookies on an ungreased cookie sheet. Bake for 12 to 15 minutes in the preheated oven, or until the cookies are golden brown on the peaks and on the bottoms. Remove from cookie sheets at once to cool on wire racks.Americanhttp://cookie.allrecipes.com/az/ButterSnowFlakes.asp `@(e, about 5 minutes. Season with salt and pepper. Mix ricotta, 2 cups mozzarella cheese, 1 1/2 cups parmesan cheese and remaining tbs. thyme and sage in large bowl. Season to taste with salt and pepper; mix in eggs. Brush 13 x 9 x 2-inch glass or ceramic baking dish with oil. Spread 1 c. ricotta mixture over bottom. Arrange 3 noodles on top. Spread 1 3/4 cups c. ricotta mixture over noodles. Arrange 1 1/3 c. squash mixture over. Sprinkle with 1/2 c. mushrooms and 1 c. mozzarella. Top with 3 noodles, then 1 3/4 cups ricotta mixture, half of remaining squash, 1/2 c. mushrooms, and remaining 1 c. mozzarella. Repeat with noodles, 1 3/4 c. ricotta mixture, remaining squash, and remaining mushrooms. Top with 3 noodles. Spread remaining ricotta mixture over; sprinkle with remaining parmesan. Cover with oiled foil. Preheat oven to 350 degrees F. Bake lasagna, covered, 35 minutes. Uncover; bake until heated through, about 25 minutes longer. Let stand 10 minutes before servings.Bon Appétit November 2004@ mmdEA+Chana Masala (from Cookbook)See p. 117 Indian CookbookIndianIndian Cookbook@"WAButternut Squash and Mushroom LasagnaMelt butter in large skillet over medium-high heat. Add onions; sauté until soft, about 8 minutes. Increase heat to high; add mushrooms and cook until tender, stirring constantly, about 3 minutes. Season with salt and pepper. Transfer mushroom mixture to bowl; set aside. Add squash, broth, 3 tablespoons thyme,and 3 tablespoons sage to same skillet. Cover and simmer over medium heat until squash is just tender, about 6 minutes. Uncover and cook until squash is very soft but still retains shap 9[PO9o,9oz@fine-quality bittersweet chocolate (not unsweetened), choppedchocolate, bittersweet7+ +teaspoon?vanillavanilla extract5* #%tablespoons@sugarsugar, white/) large@egg yolksegg yolk<( 3%cups@chilled heavy creamcream, heavy9' )+cup?fresh cilantrocilantro, fresh5& %%tsp.?garam masalagaram masalaK% O'tsp.?mango powder or fresh lemon juiceamchur powder4$ %%tsp@tomato pastetomato paste'# @tomatoestomato1" )tsp?cayenne peppercayenne3! +tsp?ground turmericturmeric= -/tsp@ground coriandercoriander, ground5 %'tsp?fresh gingerginger, fresh3 ''@yellow onionsonion, yellow4 #%tsp.?cumin seedscumin, seedser; cook until most of the liquid has evaporated. Set aside and let flavors meld. To finish the sauce, remove the tomatillos from the broiler and preheat oven to 350 degrees F. Place the roasted tomatillos into a blender with the cilantro, green chilies, and egg substitute and pulse until chunky. Fill a saute pan about halfway with water and bring to a simmer. Using tongs, dip the tortillas, 1 at a time, into the water quickly. (It should be a quick dunk, which will make the tortillas malleable and easy to roll.) Roll 1/2 cup of the filling into each tortilla and place in a casserole dish. Repeat for remaining tortillas and filling. Pour sauce over rolled tortillas and bake for 20 minutes. Remove from oven and top with shredded cheeses. Return to oven for 10 minutes or until cheese is melted. Remove from heat, top each serving with 1 teaspoon sour cream, and serve. Retrieved from http://www.foodnetwork.com/food/recipes/recipe/0,,FOOD_9936_30253,00.html.Juan-Carlos Cruz (www.foodnetwork.com) `@ "c"?'/Chile Noodlesp.28AsianAsian Noodle Book@;}YChicken Enchilada VerdeRecipe courtesy Juan-Carlos Cruz Preheat broiler. Place quartered tomatillos on a cookie sheet and roast for 5 minutes. Meanwhile, make filling: heat olive oil in a large non-stick skillet. Add onions and saute until translucent, then add garlic and saute for 1 minute. Add chicken, chilies, cumin, and coriander and saute for 2 minutes. Add beer and bring to a simm VIRlDV8> ''tsp.?lemon extractlemon extract4= +tsp.?vanillavanilla extract < @eggsegg,; %c.?sugarsugar, white': c.?butterbutter%9 tsp.?saltsalt78 ''tsp.?baking powderbaking powder27 1c.@flourflour, all purpose@6 35?Qconfectioners sugarsugar, confectioners15 -c.?peanuts; choppedpeanut74 ''tsp.@baking powderbaking powder23 1c.@flourflour, all purpose 2 @eggsegg31 +tsp.@vanillavanilla extract,0 %c.@sugarsugar, whiteN/ 7Gsq.@unsweetened chocolatebakers chocolate, unsweetened'. c.?butterbutter9- A)whipped cream; for garnishcream, whippedver a pan of simmering water (or in a glass bowl in a microwave at 50 percent power 3 to 5 minutes), stirring frequently. Whisk custard into chocolate until smooth, then cool. Beat remaining 1 1/4 cups cream in a bowl with an electric mixer until it just holds stiff peaks. Whisk one fourth of cream into chocolate custard to lighten, then fold in remaining cream gently but thoroughly. Spoon mousse into 8 (6-ounce) stemmed glasses or ramekins and chill, covered, at least 6 hours. Let stand at room temperature about 20 minutes before serving. Cooks' notes: * Mousse can be chilled up to 1 day. * To vary the flavor, you can replace the 1 teaspoon vanilla with 2 teaspoons instant-espresso powder (dissolve it in the hot cream) or 3 tablespoons Grand Marnier or 2 tablespoons Cognac (either one whisked into strained custard). Makes 8 servings. Gourmet December 2002 Retrieved from http://www.epicurious.com/recipes/recipe_views/views/107437.Gourmet December 2002 (www.epicurious.com) bp@ JFIFddDucky(!Adobed D     $$''$$53335;;;;;;;;;;  %% ## ((%%((22022;;;;;;;;;;" !1"P2#0A3$!1a 0AQ"q2Rr3`!1AQa q0@ ۨdBp_Ζ["5R Mƽ-RTRwj\n6{m i:.MpR#_'^Qr#9Pe^G--PnӖ0Ynk~Zen`e<(13UN 쮬8!lz'&jwY=WgHvۙ vRŽ EзIioI\]$¢*oC z+),eJA'A|dAclC!6IQpΘU%SlVe-&;&q( EHSrvc:6E*#J2CTJH Hρ`>qp8nX?GgS'HWxfxNwbc8y33>YްnXr.;0ɕ ez `aͿkgؓ*ް333+5[mpƾ bX}̴I'LDw}Rvm=|b:2el ^e7NvsUf8Ҭ% mc6~GI.Zoh ^ݤ(/Uꥫt֦" 4T\H[:vYaXW{CQβ5trf(ٔX^ewj ɭz%;\Ud|Y3] Q3dO_-l3j8&_%lS 5lfROXkS׬E[OY*HPm,[3#r?ofV6Q 333žի>M;J` FVb  | ͋zBbWP#tj?WWb/Sbwea6ghL L{2lI0aϕ@Sk#Ʉ<_oI?5?5?9T}Ω]56\T3k6D ђaġSUjcKC[M2G #4Cni/pUt&o\*m "WRrUς07kb|[oWUح'>X=]*9Il6dп5=UCg)DGk+zc?R//p=,1nH.""̐,IsEܠtU.eqqt/SdPQbKġu R>?]N{T3Mʗ"eNLX* .S=T0Mܹ}S辢Խ ԿE?Yp.\x/.t8j,lMv12rhJk9_y1`X0 kEXOؾKp)y|Ӌ;^W\8*;B-_&Sm'qZwNjTT^F:@("\en: EUAWl2ҳ![( TwӁ+P(E xňW0ꪪY`-Dc~ߖczr؋`}K/ /2@~hPmKMȻ8š)t& 3WI|>K4ilKa 1IVcusN`D]t~ B2z V',ͯQh }Spi1.i|@Z4 b0u\.i#\L0W (t`0@EoZf<|GOvV9 TO)jl|pKy+S 8bV).Zܭҫ`[-Qiو sO0d]sщ&p{0(f`501XK6w-_B2SənlShKi-4IE ,^A:>rl"Bz}1I+n5,ڵ֣a ۢH2FcEtpopơT{ +U-52v2̐@3 ddmHCҢ31 gZ#梻Y3E'rۏ)Fe0h*vy>IxoxjI#]̗ȊS\;ӆAX,F7ߌi{?{~,1%QF(L*"x r4QRȳCi"|0G^S\}8`pʣXU r+mbT-QH FF:/%Christmas Cookiescream shortening & sugar then add eggs then add dry ingredients. refrigerate overnight bake at 375 for 6 or 8 minutesAmericanPatty Hinkle*0@K5!Chocolate SnowflakesMix ingredients. Chill for several hours. Form small balls of dough and roll in confectioners sugar. Bake at 350 degrees for 12-15 minutesAmerican Sue Sayre*0@-!arChocolate mousseHeat 3/4 <b>cup</b> <i>cream</i> <u>in</u> a 1-quart heavy saucepan until hot. Whisk together yolks, sugar, and a pinch of salt in a metal bowl until combined well, then add hot cream in a slow stream, whisking until combined. Transfer mixture to saucepan and cook over moderately low heat, stirring constantly, until it registers 160°F on thermometer. Pour custard through a fine-mesh sieve into a bowl and stir in vanilla. Melt chocolate in a double boiler or a metal bowl set o  7 /Cinnamon beef noodlesp. 64 Asian Noodle Book. Basically, put the spices into hot oil and cook until fragrant. Then add the liquid (water & soy sauce) and bring to a boil. Once boiling, add the beef and simmer for an hour and a half. After an hour or so, prepare the pasta and put it into bowls. Skim any fat off the top and remove the ginger slices and the cinnamon stick. Add the spinach and bring the whole mixture back to a boil. Serve over cooked noodles.Asian Asian Noodle Book@ NY#Nn4NJN Q%cup?UUUUUUdried bonito flakes (katsuo-bushi)katsuo-bushi,M !cups@cold waterwater8L 1sq. inch@giant kelp (konbu)konbu,K c.?scallionsscallion7J ''tbs.@wasabi powderwasabi powder0I -recipe?Mango Lime Sauce]H SIcup?dried, unsweetened shredded coconutcoconut, shredded, unsweetneedJG ?5tbs.@diced crystallized gingerginger, crystallized:F ++cup?chocolate chipschocolate chips3E +tsp.?vanillavanilla extract7D ''tsp.?baking powderbaking powder%C tsp.?saltsalt3B 1cup?flourflour, all purpose-A %cup?sugarsugar, whiteI@ 5?cup?cocoa powder, siftedcocoa powder, unsweetened(? cup?butterbutter#+E^PƐN0ߓ _Yv: >B{'ij}UdMF<km lq:GC?kO{*,TNqc?\Z4'?6CH~{XwPߥW?JмOPH9vϫTESga\sի(YfI#\UY/V+s+$k M;sKY*E9R>ԷLA!z+ Һj&??4A3v4'?Υ3"m,G;[ ɽAB+FR8D ,mHiȣrOB;wm~c+id/vk:le^ zj Uywk?,j{J .b%, @2X=oiV󘉸p |~5RmNSʒ ,bAqXwz-q+(,H=9YBTT5;7P#/gr>d \19Ue{lb,ez2sV=_OlHaAەG0kodf|nCzg V+#݅ci,g cn #Re|&~E/f})0ɧY@i,,}C50ZF0DhA^O4fi(Ncdfh&}*L~tV 62GNr0y8HTCQ`_kTcѪ쵿AU9f0s֦a,GMF|o2pG ?6mSsW>㨮9ޱO 隦ZVC-[{݅SЬHF6p*šƇ1C7i?nF `r1jMm4I?'*Z'ԯ1| h:|,0ܮٔT,KǑj\5r=(HS θn/'ʶĮ1Sy=Me,XmNxhUi4ټD8 Oخ.*Dm :NU*+lycrnW?GVTF`c4-kYPGf Z峓+٧D.B1Ma [W=[9*4UOw `]h+mpdBtYnޔVM+!6URާ4sg_1ꈜp9Zr'K=(S4δG5Vk ;"~GڧǡJ~@\i\)UGS.EB _} J. CFt_B!u*K{~Vʧ[qȧoR%-N2ٔ9%Uz%cN~t9~U2Ez8a .TW3,l9SԨo=C-+I1{UWo>t}ԥ&SQܺ+ϩUy{vrI?ZU涍49U4"$RMhUޱN)QWbM¬=Hqx[B~TS^ÀVQ¤~vJqbҁ"UN&U%%taf /88dW3>P[+<>7I[;U婚|ǵH94_KU]pqv)(+kb#TEsVbӡMԥ+7gm[gE5m] }9ǵxo5p4v9障O LbbU׏jj^[y"s5n{Ue0roBBz2΁k{jn'k7VOguiX]ʒ}x*{NjlR Ta}Jȶ\d{5'+0*Kh+J9;Ia۞I&^R7Z/lusɪrIyF$SqQ˖trqYeá[#^A8ӒXh]w1m{eTe@W63zRp+Nu#)ddqr*GrUe;O+pR[nua1E81ٸdu qIAHe̶bp8 WsGHiy< J@S x`PG5CSmu+g A}jA@#m.Ym$GDE}+KN`c,p W]#9D1$# B+[]OZtmᤏàa5JM-ORٹ. XGҘ.8<Рbq0,>E\m S9$D(N4Ia+ltx_O iĩdP͓=q?S֯aB%]Ix\/pJuz|vUAP8A5(C_!0OUj_޸eQw7-Ti\)O\&a5:2+&{r}̯? OFEJ&=DY\8wª{CET9 z}+tj@c߃^#ueqe )0@ѸdbAIj9SOT}%$Pj| ξ/5M1%D8}פh>ҵ5HC!%/P`8 jE5>z 8U$#;VӮђ=WIS}jLT&*zxzVr;.TpaPB[$7GJpw@7i8Kt>i>wk$SV0)[U0i݃u^N Uekt{rJ.Gu.Xz2+gܾ/d楟U8bѾqPV~Es˹wC~ Nu!jpJ R ɽ740n`Q3V55DcL-NpOҬ~އ$ Cq?1RJwZ<)߇Rժ1Gxo4m6˷߷W,E`UI d~F12se,ɰOa򜞀3ub.i'KJ5|YJcda/!|!Ԛ V!w/L @>4y`O.SS˹p{Շ.rgG`SWO29Pr\u E4fpc#tq'Rs?~Ug*78Ah8ts"ǰ5i68֋ќ@bh?΅ ךch} G_*c@nDG8` ))cup?golden raisinsraisin, goldenI_ Ucups?diced cooked nopalitos (or zucchini)zucchiniK^ ;=lb.?fresh white goat cheesecheese, fresh white goat%] tsp.?saltsalt'\ cups?waterwater%[ cups?milkmilk%Z large@eggsegg>Y ++package?chocolate chipschocolate chips>X 9%cup?broken nuts (optional)nuts, broken W @eggsegg8V /%c.@light brown sugarsugar, brown'U c.?UUUUUUbutterbutter%T tsp.?saltsalt7S ''tsp.@baking powderbaking powder2R 1c.@flourflour, all purpose-Q 'lb.?sobanoodles, soba=P Ctbs.@mirin (sweetened rice wine)mirin.O cup?soy saucesoy sauce R9|R)$3EKCurried Corn BisqueFrozen vegetables are perfect for making soups and frozen corn has perhaps the freshest flavor of them all. This thick, satisfying soup get#YC!/Curried Coconut Shrimp on Rice NoodlesSee p. 96 asian noodle bookAsian/thaiAsian Noodle Book@J"5!-Cucumber Chile Saladp.69Asian/thaiNew Thai cuisine@o!KA'/Crisp-Cooked Vegetarian NoodlesSee p.98 asian noodle bookAsian/ChineseAsian Noodle Book@[ 1K1cranberry couscousSee p.155-6, vegetarian epicureVegetarian Epicure@ S#!51Corn CrepesSee p. 203Mexican/SouthwesternVegetarian Epicure@ .'%Congo SquaresMelt butter and brown sugar. Cool to lookwarm. Add eggs, dry ingredients and chocolate chips. Bake at 350 20-30 minutes.Patty Hinkle@b/A)/Cold Soba NoodlesSee p.24 Asian Noodle bookAsian/JapaneseAsian Noodle Book@ /i8n/h3/Sq GG!@(dried chinese black mushroomsmushroom, dried chinese black6p %'!tbs.?fresh gingerginger, fresh0o '!tbs.?minced garlicgarlic?n ?!tbs.?safflower oil or corn oiloil, corn2m !#!tsp.@sesame oiloil, sesameSl Y/!lb.?thin chinese egg noodles or angel hairpasta, angel hair-k  cups@couscouscouscous>j /- cups?dried cranberriescranberry, dried {=`8B: /##dried@red chile pepperschiles, red? ?#tbs.?safflower oil or corn oiloil, cornK ;="c.?chopped roasted peanutspeanuts, chopped roasted& "tsp.?saltsalt% "c.?waterwater1~ !!"tbs.@fish saucefish sauce2} #%"c.?brown sugarsugar, brown4| %'"c.?rice vinegarvinegar, rice:{ -+"c.?chopped cilantrocilantro, fresh;z +-"red?red bell pepperbell pepper, red2y "red@@chilieschilies)x "c.?shallotshallot+w "c.@cucumbercucumber1v !!!tbs.@cornstarchcornstarch/u !tbs.@soy saucesoy sauce?t ?!!cup?chinese rice wine or sakewine, rice&s !@carrotscarrot"r !@leeksleek M]#SVM; 7$tsp.?hot sauce or to tastehot sauce5 %%$tbs.?curry powdercurry powderX Y;$c.?frozen chopped onions (about 4 ounces)onions, chopped, frozen5 !)$tsp.@canola oiloil, vegetable3 #%#cup?fresh basilbasil, fresh4 #%#cups?frozen peaspeas, frozen( #lb.?shrimpshrimp . %#tbs.?sugarsugar, white 1 !!#tbs.@fish saucefish sauce 5 %%#cups?coconut milkcoconut milk - !!#@red onionsonion, red = %5#tsp.?black pepperblack pepper, ground% #tsp.?saltsalt7 /#tsp.?coriandercoriander, ground/ '#tsp.?cumincumin, ground6 !'#inch piece?gingerginger, fresh5 ###stalks@lemon grasslemon grass UMHV/U/% '%tsp?gingerginger, fresh$4$ -%tsp?cinnamoncinnamon, ground#6# /%tsp?coriandercoriander, ground"5" %'%tsp?ground cumincumin, ground!$! %tsp?saltsalt + %cloves@garlicgarlic- %%cup?oniononion, white0 '%tbs.?butter or oilbutter4 %%%cup?orange juiceorange juice' %cups@waterwaterE ?'%medium@acorn or butternut squashsquash, acornJ ;=$c.?“lite” coconut milkmilk, “lite” coconut% $c.@waterwaterE E)$c.@reduced-sodium chicken brothbroth, chicken3 #%$oz.@@frozen corncorn, frozenF 75$tsp.?freshly ground pepperblack pepper, ground1 -$tsp.?salt or to tastesaltts a spicy kick from curry powder and hot sauce, but it's still on the mild side--add more hot sauce to turn the heat up to just where you like it. Serve with a squeeze of lime or a dollop of plain yogurt and chopped scallions. Heat oil in a large saucepan over medium-high heat. Add chopped onions and cook, stirring occasionally, until soft, about 3 minutes. Add curry powder, hot sauce, salt and pepper and stir to coat the onions. Stir in corn, chicken broth and water; increase the heat to high and bring the mixture to a boil. Remove from the heat and puree in a blender or food processor (in batches, if necessary) into a homogeneous mixture that still has some texture. Pour the soup into a clean pot, add coconut milk and heat through. Serve hot or cold. Per serving: 186 calories; 6 g fat (3 g sat, 1 g mono); 1 mg cholesterol; 33 g carbohydrate; 6 g protein; 4 g fiber; 151 mg sodium. Variation: Make Curried Sweet Pea Bisque by substituting frozen peas for the corn.Eating Well February/March 2005@ Gm3\$vBwG-7 'c.?soy saucesoy sauce6=6 %5&tsp.?black pepperblack pepper, ground5%5 &tsp.?saltsalt4.4 %&tsp.?sugarsugar, white3/3 &tbs.@soy saucesoy sauce212 -&cup?brothbroth, vegetable171 %)&cups@napa cabbagecabbage, nappa0=0 --&cups@red bell peppersbell pepper, red/1/ !!&cups@red onionsonion, red.5. %%&tbs.?curry powdercurry powder-6- %'&tbs.?fresh gingerginger, fresh,), &tbs.?garlicgarlic+?+ ?&tbs.?safflower oil or corn oiloil, corn*-* %optional?yogurtyogurt)7) ##%optional?lemon juicelemon juice(+( %dash?cayennecayenne',' %lb?mushroomsmushroom&3& #%%tsp?dry mustardmustard, dry% MBM&(1!->Drunkard's NoodlesAsian/thaiNew Thai cuisine@JFIFC'C{!-Dipping Sauce for Dumplingsp. 19 of the New Thai Cuisinse, makes about a half cup.Asian/thaiNew Thai cuisine@f&AI/Curried Vegetarian Noodlessee p.34 asian noodle cookbookAsianAsian Noodle Book@T%M1Curried Squash and Mushroom SoupSee Moosewood p.15Moosewood@ wBf4P`E OY(@kaffir lime leaves, thinly slicedkaffir lime leaves (or some lime zest)D:D 7%(@basil leaves, choppedbasil, freshC*> (clove?garlicgarlic=>= ?%(?onion, cut in thin wedgesonion, white<.< )(tbs.@oiloil, vegetable;:; 1%(oz.@dried rice noodlesrice noodles:2: !#'tsp.@sesame oiloil, sesame9.9 %'tsp.@sugarsugar, white8U8 [/'tbs.@Chinese red vinegar or balsamic vinegarvinegar, balsamic7    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?DfםSN0";݁#`m$.pθrTbpxLV';yGk"S#nwVG'Vݔ2 $g 9x 9x:|:֬b[օg:{kIaurJC^iOŭ:O*C}ZVNF~:i8&Ѩ/m&8?Tm6# p+$')C#Q*I]Mmtlc?B8LsKk[.rc#?v[J!Fǖ'%MzJ&''>ifsʫO8^Ewep`F ;'sd$ƷdGӥGI 'B@_f>Qc;g=h]u}U\$8ϭrWJH8L(U#5т2| j;XHi*}+jQI].AMkiW 2r`rLK(g(zFO]{yb#,1>?^+11_BTݞE֍OD@dp@'zV6SaMS0^p*KfUJ_{w9ͦ^4lG˖|9d(f€AUӃS]h,EZJz.iFEh®0Mi"H90FG㚶oZuG {3LȳBT!Ƿҽ~JFhx,8Y8a=AzM;Nb|'Бa,HɊ#á=H$r=Lp 92I-lgGT rrBIl0 p@<=Drqml"Ȓ w +9$XR:5 EV=XrASQX7duǕ;F9Wz$`d A =uPKhl. ?v窞خ' XꄓH却c%tǠM4FKiFH=y@)n>DWE;o F$by#kbH8p3MAeVIa#HV4[h4}H-JΒO)'?@nUV28dGQ4X.ˎ@׭ʢ5)JE[N2 ;FKB%O͞{U;g`ِ*洗0z}Z N0t[gQ &H$}*!0(8Vִ* \7܉F\qǹRUH n`TI;-S QuIH'Z8\6)uyO2B^Fq9$ R|FZIնa<ď\D~Y$iPY\ؠx\NN0G֓\qJR*jһL-s=S9 `p}kzSA؍ppEg,T-5u |e1Y n8=5z*VPJPgsfIenM9#ыɊHСfPvs׵tmYhaRk]/J y=Oΰ!.g0ۘ׭Oadq+5_Gڬ ,X`km.ki"o\mrº_ij7jIh>ێIWp+H>sWYF-=ңZ0uvjVKx+%~~akWZZ9U 'B '^u\3FQef T[j3nQr3QTvgEԭs~n`H:vTHȦ0W&1=F*CߊIDdEe[U*nK-HDrFVEܮp# kmfP $W[lȈr?5>oDRd,v+'(cEJjśgh<9;n?@0*߇nкWȬ^eH( :\ 4 5P]P\SYMBX9*2C5[Ȉp rIɬ@5Vgmj^%Wrv.񣬠I>ƺQQZ['i=a=U!dzX)y#ҹ/1=J ebE:۫2ayVYku,1!%pˎ<`$ XJ\0w\7Dw`wjp,7 13^ <ZE "6XHe 9VHYZ9o$ڱ`$2q*}l워^_j7̯ǩZ,ZU9 ?qtE/# 箦37*qϷ])8}JzAy9[PafcэgvAVFBL8R>%`m+gs)${ cϐv4}?εkUܵ,vξ\6$~ `=K0U#F>I>T9BUӖR5"MWJҬH?S"yO95UcU*!Pj99$Q8}s[*):5z (9 G?3"O5I8A}OXc1$iTj*sJqkd#q8`X+xkN[{H+}">dQ3ZgY؎`Zq%">ct}*XXXr?Q[\$ @=1毇c`t)+CJ s?In2=kl#xB0FAgmȊpr@GJ˵qMYG@`e`FCEH,CFj@EQYxJ%ba \q_0 Kw\dPzL\cDq HC@򃜚EjNU`3E$u.$YfFiNtKqei-{AA?Cޗ$U{ ZI/JE P:;SE.uNƾAsYٿ?FI}c"r>u4u5T؞ lH.Yg> bOI v8W`ͪHv#>Mf6jK;lOu5q [@y@?SdEţyYؑkӼ 1!nR5#!#@Ok79KH(:$bB#u̹$4O EY']MHTd3`~vrs}*C[șU+8Hɷ%cArqR=1N]6D 2=~POU8_ל#E-np9oRX9tB)1fGM=f\Af8xNI霸Z-)9$yEhF\gLzόBDIv NOSZwpY|nPAf}I'>iMBf(FS}|=oV ;؈[V9|Xzb퐞YĊ=Ԟ~< 1U}Asg %w8H{Eb~2ϫ&0I[u9=׵nJ?#!Ű1E"96 ?c@7q&s?1R !!*tsp.?fish saucefish sauceQ?Q //*tsp.?green curry pastegreen curry pasteP1P !!*tsp.@lime juicelime juiceO:O -+*c.?chopped cilantrocilantro, freshNHN 9;*c.?dried shredded coconutcoconut, dried shreddedM,M #)tsp.?kosher saltsaltL.L !)c.?olive oiloil, oliveKcK UU)c.@Alton's Pantry Friendly Tomato Saucealton's pantry friendly tomato sauceJQJ CA)lb.?mozzarella cheese, shreddedmozzarella cheese shreddedIǰnDOUmmsDy5Nؖf&n 'WJEzL ğPBr5 9&a]\bZ!$F#jS 4M´ QSlmsUmˌe/\*4@QZZDIj 6 PZHaӬ v|J@?Kq՚ѡ*8|52(P,ct(3L=!?Տ? }5sj0+6X+RT$Rk|MP ?]:RRg -~]癗E' Y !9aqv mq[7@F[De^s$zӵls40|+^ƶ:[>s"sXE%TԎh]պ당ǎH y$ػs^kT%rmRB}9t L-;(M5,Boo/4fXfH$@@#UfnfHm̊@_0{zV^a=pڪn):]$MusAhvְص6i;>[(D:<8-WbZM @~vk\RP@rӏz+;yd x}zXXTu;u0O3Xh) `Us+#.b2>j7Z,Ng*ȥ1jur9&@YK m[hkj)Shw%YO wMωt&F<[]m X}.o[AgJibYAG+o Ŕ9Xnc2qo8Y9WЬ2n&;|ֳ%1=B sMգAMj_<֔Ewo.q*`8=Pjm'4={l3Pz}ΞwGҵPOTpJ2XEcq.霸WfqP;[Ya\ZC?t;Uۃ0B`]e~Mя^= D]ԁ_CPh60OJ6WMl +XI01cX8ߩVKC5;?q&ૌHZ:f+Iq^ȑ/4I/)j{8ohXy2G[zv|~Jj /Jû|ßZիoa+ru^42߽ G ?:6 H[@BJ`/_jjЛ8Sitn\0C ;18O*'jv=3OXԦVv%ʓۀ5b6vaidUcr2x=o:m{Y IlU/ #8=;q]:&RD"'\IG5snm]rZnq" XfLzVzmep[X78+}/Uq._g+}sd#cT?xz=zDm5 an*ԣQ0~6xVe3OIsзqvqy1,}rkLKk$Hf=;7W$8M'3v7ڊ暐M82 6X\ߍaj >I0 c+Sj]QŇUY-i ѽM%sJR1Gn%9eV!?6;)X'Yuq+Ԃv&kIhǘna|@뎇-FiYuf9KGAT}^3iB-~njOZtcs6HX8'ڢ1:w{pĤ$ةtߜ.~pA_zuץk[oC!FmĀ0R ;R%#k)%sV ȢI#h$ SfˋkF,Urw'B>fo8I8,kԀ1c]ܟڭ a(cc$UK$pMwlsB$s]R= Pөg,QGt9.7nGIok532LTd`<w]ڔ=zs+ŋGy~<19لTA89lsQnmutcXn[?nū݇@2m n.9~ 14Al[pFު{ӼKsm }qSywd+gg,gVʤlsfsZ1׮oyڿ Qv,xn?*|.b`dTm@?SZ\%qyB@."G n[p'֭"iф۸ƿlOEɒIN9#銫-ťu _6(?nOC`-C^aM8 Hz~SD5-"䅗lʙIЂ1ZFSOli' 1`s,}6 94ȠxRyĻYO8=?¡S+i,my0p99yƴn5s6c5ďrU8#8JQ\nVoc*bzm;">VF}֭h3G'^ݠKjZdӐGP@}[K.Z*{V`:F[Ϡ{WֶjFI D!l猩9JPMص>j:J]]e 1_AY:m-&;{pMzmko>«1R8I[2*1e~]f:{펝qq[ZMB`S+W;I?"ծ-m(rI:F_Ew[HG8N$A+W^I.՜yrہh\SE훺m-JHI6y2)bPGA]m4l9o&?WH&ԯdzt]4&9^-1|⪊\Am?wڡxhC ϼSb>X }}*IוBWt9 A:nv|m!lWLuD e4M<3# )?Q]+ 5B޶fۜ3+kJE.JշgyWK+[F]&>Nuy^Y[[\iFοmI5}:+nE/1Ǡ=GQ\޹⩮PLg" )Uҵb[=?Rk br2x.%e9><:Y%ε4L㹼&'aNrdKz-OT]Uq%afէQm ;*' A~k> a[jj'x'׶IEKD#RG_$egLdAp?%\D%y 3P=?i/x>SrjSS:쓼QS!,#1y}~ږu2s>O0~֙xDga>n}i)5 4~G7,"2OVR\+ |UaF.R7b`vgzUFnPzs\iM;*+ݹגZ s%s0^5\MljPSSsǸ۞ fmZxG_2 pF`c)!N> $);GY^!/t뵟i-. h%9S? G%b(۟CH*B6lju Q2q<`.xN)[STv.N0j\ߣ\Aw|!B=M|{1=FVBsbcQ'b$1>ִl&xeIr7y3PzMja]ۼjIX,HVz>`2t|sU\ϗRIzc_&̄H\֧[6NN Ӭ7ȷsR,eTw(#fz"7~B+C8:Eخ^VoH۬rk6ۂFCGx|< .q]2N;(I4G}S\힫]:$*>. VFIFktl3PXSr]}Gѵَϼ3I#Wt46ԔxEKQ=rvEhOG#!׉g@*nf~7ݵXYm-\ 9hro6MKSR "_%̷֮!nXROr uiR5daU@cсQ5sLu-Nal+7ҵ4pOaw@8lh4c';oEm*CN'ɘ! G^VNi!5ѽ-k4=WKU 1;4w1Rf~=ȣXJtܺbއjedzsWa%e BO]cY)BMKs%Iɦ B:>N5_'lvY~lӰ<hiA2da[QB1L.Xi e30yO]jlUCɅ=sA 6^YԃWPTy>`J *zn\=Egf>TyDKHIVlF#T{v1^*{[%>Lkml#MrC^kCP@R2>[jQ6?ֽfzQsi{4G=Y:n9iSh c<ӞU=7r:DGVD(TcԚPrcNxZ >X9YqY88&B2z**4P8DC5^}L0H`xkI''*Ϯs\n7VkDŽ Ty>8<ic"⯥rP LT6u 鹇|*G+Ed9G(=x5Ci QkZӷy޹e-T-Mo3ڣԬ> 7$ҢU(4D'ӽb_>`?1Ua#OZ4k6ؘە>q$~AQC:OkUCOK)EcN 7'J ȞI;)5{.NdKкH)]i4Pz~\҄^OW.69SqUU/^je4gIR7=GSEh9%% E5[MEM0bbRT~:Cу I$2  =N n>R?-?EicgEMy3jީ y3SkVm|w`j@偰c#8#z4n ϼ aP)KzVv:T 5w@jXK m0>k.m>`gJr1dt8c] әz@Ɔ8 !1IEśw[H-r8Z6R2ޅuaZ71Η'ɈM\u9Qid.\ǟڵ@n=jj6ِk)VE#GqY{F#)dXoc]*P&:wXIbG<VN+S,(0q:F4za\qǮjv{H?*ߴ *U^H.=e1dpjvʣ z:i^|Z{&nTl2\MR!G^+<ZdWqOom4WKǔTdg뚤Ίėq4c G^}+Rw[XV=*G‚[ӣs5bLXnL774rj#(n 2jԴer.iTO϶*YSG22m;cod>y`5|uIz o9H0QdU}әlu皂E"S#|8ȯ;ӼK=ColoU_cuc?V߸4 ֹwWdr'ޑdn{^e_%2+W=?Q^3̈ފ7h!&+Vl .6NuSX+V4o X^mh%770 ?dž wŬ9ăf?>kyZ"i()vPi%FUERysʨ]X-W/IgZiWN6?>o[O i#\is-i P;-:EN%dOݮnOojkGWsE\n*ʢJ˂R e QX##Sj^ [oW u6u+*h#!'߯+_wbQL:dZ_kAsur!<sIee{vzm>u@*N)6B Z&L g 6=Ȓc$p.p鎕Sd@*1#khx4%#YR ?dUd+\*HL3F3g{SY9^w}ep۔oM ⪸k)Y uaT6⌰1tFZ3i=ʢ[W ݪʝ Vg_?<1'ߏZ**wN^YYr]]+LAo͖̊I aJM-M#ξ:1׭7LN|vwX/,6zjmGQ WwYnOd^zzN@#fn~o/\Fv=v0[q*[]$lx^i>gɴִMB*1'vkK$p#MQՀL#)"HVc_܇]g紏xd|cާJ7hBM3梊p>ҟ{wz:/Lq1|z椊e;h$)@Vl^,c g t멶,At^3ֆ'kiZƚ`17=v,sm@Xǿ\Kz}qbĶ?"?:]˅bCyEVYUz֕g`2i&mʘrtjgHkqנvF!rA481`zc-?÷($E$^ ++=7 y:GE~J6ܗQh+wb  #.;n^alIr1ǒk키ǔX+ P5~€nq*,?4 08+S[@bϴ\+^ׇFeԲB G aoޣH"֣B&:z8WYWҹ.6WI?kPRW97i"J^,W *oM$ed.EH>HqGgc> 1?ơ-WLaosiZ^ERqRE@YWkFR[u]p?L+|(CƢ\]z2N M>M5j`'5l s8^Zu)hz}ż,BGTPɲѡeo؞Elj/&8"~zT/_n3@>O_2X`CRFS{ox=kYJT&ќƄ$&T9?]ɈwTf.ISϣ 8-eB/cϚنA㡨Z|wMƳpmIHO2xg⍄JshO#Opyt In߽-I5{.j6m!i%ݙg'Yű%® uTEW=֓ln-B${@y޾gAr^Ί0ڠz\TH"S8թZW Qo:dV9gzd~cֲu˳Y$ Is8tS&ho4c!6Ϣ@;Fc, 2q>j %r9{ k W,?͏+3ZFx,o5YX$ ?31U[OEǙ>T뎿32q׫T?dsVZ88s " P;-vݾ}B8TH{~}+vú1fRrG0('0B(,ފ2![ge=v}`EQBʛ໰Ż_R>95!0BA?jšid֜[yA[ztH<kYTI>Va%tn iM~y-!o\N`zR35i싻bGUIs\GFZH@ze#!oKkrֹ)icZo]NpODO9#WG.^Zv!I!c^"wAW9!R5=M^3.T8ӏ36,o!)< )((Gw{id3個|nj >*6)/횵Q6 >32{#P<3=ӵG5׋16 *?)][[괚dMI"?eYSsg1ۦ-tUY 3mv_)_?Vm8pUtV8(˒RݜPCe8'؎W#{P\O>T|] H,Ssқ~ˍ`ZF^A\Gֲ[MYE g򮤢:T\=L]t%Fڦǡ u#5U{YKekUps9e#c;/>dDI h~Xz@r7LOE0sިǴGp#g `ZXN^é-.zL ~ tk&% "yX_w "/@|沵-8cwb9ӕ-/þ5M)_H7m|;v+E %Dp1}+ѡK-jBą[xء#znźHYK*sڶ\tc2Kx}(K颖4b3OahԅC6mɍv@4x5T4q!>W*sԟVIXTTpаlv5jd63\ǖn9]k֦)E(g7h99 =^4ܻdspti{|mtsc\&*; ;d 85Z\ʐݏ7{`m # ""xa*$'Դ=;Kx)\p5rd6x؊.\$ɱ9ʷNؠyb^Y*2wLN''FWǥEV1[MS'=G4E OqkFO&դxp+CGX)'ja9JV%74a8"HEDAUGTjj@q]71."fm%V"< $뷽0r"28GۣAlli#9ێԯ..%yǰ 2%5Kd",laU58tm>+s`'ֳ)EC=-,p͹.'G1J!qqG>TcI5pͱtt$ҭqmm%0e |,%[k$4Ă@9'?Zʧ\`iaZl%M! bJ|ˈeev #'{תqm ,x%qڮ_*E65mD@fޥ:rg?çiڍ<\HL͝S=[6[&ԝ¢I<)sv򹄏y)xxf+땔gifȮ_ilhedq~Uh3\gk}@L3bq<oHRO{{;+\1"ݔ$GU<'*8OS)U+ךŶJSG#6^wCht2X~<;#j KA]B)" 8X ֤`ٜcvVt6+/PpB#נ rGqJizgi['=Kf಼M7N֩;w4d4E p,p Gǵ`Vwm0~L@'OzG q\ƷdnQ9˓wVYFќ)+ȬbKP̑1jY> ÅeHך4;XL.H {3ZRX'OChV܈|UZGby%#KbU"vFs"Kc%{g4o,Ic< kJY wVԃMݣS[|w:$E%=x8Z(M̒n`vvR$K&A l'+d;Y%VG마ֺ{SLq#@Zѵe+ b s*MO^ :Ư6ʽ_Ě3,p@Ӻy&YŒg׸k-%i,K΃+5}zɡG#pKq׮Qk d܌푊8=0 p/͚<ˉ`xϧ[TwpBŃ 'r֏<M}]Gg.9=)rwq3S*0 Gpʐg*c-f]V)bqºOK˨y>ߝw¤$rAޠxo>;q8:mIyp?5F3E,8#m~iu J'0#Zt~h4|$WPHQd+4 xr?Zu7*}13T;Jy.KJs# pΧޝyZ<zlC$!]ro!B6GCڣ?)ܼ5 څIdAXt, mO<uMi *Ӊ`q{z,̇bZ決TϧMoD>7R9+ǖo1΂:VwpHA˵]?}k3>#\#c5I+ǹF+Mٻf]C 8T6eXTYn_O=ͣJ+c;Mbu_;rRq๮.xSRi )q~`uCwjNFv`ǃ߭g_NKɢ0$,lA#ϿC63Dθ(:0Mq#935]Mw_YJ@s 8T=?eI#zV|(IV՞[(lȎ/#ǯ\xNK-|Me<9<)2 MI#W3hm`;"SEUfww,7GNFjZ5lYx}>WC{X-2|ӂ #zWU٢Q#`}RzPWRTl6 AtP>³dH{ۆ_&Xi Sl}+^I43!6lgGzӕJܬM1!#RoY\M9uCalҬ(#bgҭ%(1d$ۙɐKx!l"=iE_)r.lUVX21/Ozll24q~rTfKv.@FoƫmQm ;:fIhUD+yRH9 `rgi@ĩwgU;D/[=Dy'B})~ t6OrxB0tQ=έkZ0Hg\nlwh9$OOM?V7pqn]Bg9$ڃS*Ȍ/<nYȘqje.yQl0-_?C]X CS>N!x?" T;jpַ*E0uW¯C"e?,9k k%Z~%cPegv,L{r1zjww{y#pFA=Chi]P=O5TuH;Mr>*4ƪ0ƛzҜm6x x*8 ۵G(#bBsF>خXҝo,n# <2sΰsȨ\29Gއ?IS軝=JJox{U= ˴ݴ㒁p#m{0vE$*1?fI|ĒGwsPɔ)jY3i@O>gYXvגx󡱻.% ֤pd<*_^k2K 3JeA'V{)J~GE{ Ƨi"x9e.S[vkQ&E|>ڴ3Hǟ`: V@PO|"bx1،qSmipG9ޢ0Gv>(q鞜ӃO"9ۉcw! nN'>\O#bdꎼ tzKٝ!lϠ4خ%W5}nè縮Y7N kFs?T-BC.U=O5G-ͫ+|HGudYK!&@$#{0c ?0>VHF\vS,wd09gz"X2FX/$C>3TnefC=̀` _y9W>irUʌx[XYi8D<Ou}0˹$!\oui){ wF3Dctc:?W#QJW.ß^s,pˀjBGqkb}FaՋK s-pŏWJC3m(+hˑ^NȇM+Ss_'4cRvujZ橫u۲gR|?k8 /VUqQjW6io/&LN3[|GҾ']Yݭl;pUvgDz?5190ϕDe=Wm 8Pic}F*8<8[eB[_嗁\?\ѭ7S}Q}>5h$-xF|9kOJmk=6TjW)E_Sn%xе*1d#q5#$ }=׭qZſ|躒) Ӈy}vpdT*6ʭTl.ZD=q?45I j~%_QI/tI'${Vvj1WQ;,u9xǴ$WOZ2l4 qHvƵG ogwWlōP+ů&=4RH' (D5OdcB)[ү4F+g"0#{#lM>+3dx(8sCt)6{Kv.2sQE'][*Tl#-W(Nv- Uv(;Gj)l׭B20(%o.4Tn8ϥF@ ފ)㌒*KM'E dLD\c*pa\/W]nĨ zE#L Dv "6`y=a*}袼?JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(5" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?/Cl,mc0DHj㗍|2F3+M>J#hOjgC q UF艓Vz7&mA[n%=ԮFJu՟BbKdBPG=ps8%çY=Qw9\}2ykKTң$w4,>WV.GMc8>k3X[q0DbcmUAc0)XvFyu[y6,\&:Rz{U-:/yQ1b3'8^{y5ˬosd@Ez ;4b90~ywntgegAGtY;a۴S񍾀({$j& ! +ҍ.etWW6ڋ1m`q>ۜ+ Kʡ0nm 8vNGNsEV|3;ηKtzO7Yc\,Qo 15b5C̰ `}>Q]0R7[ݛmA:Na8Vag[Ffss< zJءin4&hNO nzJ(jI3ӧȏ Mb-5G1Everyday Black Beanssee p. 239 vegetarian epicureMexicanVegetarian Epicure@|,I/MTXEnchiladas Verdes Veracruzanasp.66-67 0 minutesMexicanThe Essential cuisines of Mexico@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz/ Jm->JC| I5/Freshly ground pepper to tasteblack pepper, ground{2{ //tsp.?salt, or to tastesaltz3z ##/tbs.@lemon juicelemon juicey@y ?!/tsp.@freshly grated lemon zestlemon zestxbx s3/oz.@shiitake mushrooms, stemmed and sliced (1 1/2 cups)mushrooms, shiitakew3w )/cloves@garlic, mincedgarlicv=v 9!/tbs.@extra-virgin olive oiloil, oliveuju qG.c.?shelled salted pistachio nuts; toasted and choppedpistachio nut, shelled saltedtBt 95.Freshlyground pepper to tasteblack pepper, grounds%s .tsp.?saltsaltr7r -!.tbs.?fresh lime juicelime juiceq=q 9!.tbs.@extra-virgin olive oiloil, olivep

-/2tsp.?ground coriandercoriander, ground: )+2inch@cinnamon stickcinnamon, stick. +2c.@long-grain ricerice) 2tsp.?butterbutter2 !#2tbs.?sesame oiloil, sesame; /'2inch?fresh ginger rootginger, fresh* 2clove?garlicgarlic* %2?oniononion, white5 ##0slices@white breadbread white' 0tbs.@flufffluff7 ''0tbs.@peanut butterpeanut butterC E%/c.?chopped fresh basil, dividedbasil, fresh~S~ ]-/c.?freshly grated Parmesan cheese (1 ounce)cheese, parmesan}U} S9/oz.@ whole-wheat fettuccine or spaghettifettucine, whole-wheat|@ $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?hԘ$l)b{{c՗' |=Ci[DA'李y#8Op*a]Wv@=`UGHS$[DqasK@Hk+W>t櫾$ ,WQ)@> I5J[)?QRGL*{2)Ҁi *P)B3*@0OU%~Ut^XԶsHXp5b;'~Zl=1SrGoZ+_e<b nYp8$ҭ,1\{_^ikN*쬱19Qqp*fG$)^G4ZG[3.P 쏀 o HDY<_׊qƒ_=dpF0k#WotUUl}mj/іA$dF`?<+j诪JH@ᛧPI$kizm[L ϳFbp}Ň+:vmndz{Ix~YC&K.x$'Ӛ=BBqednVCǞ3sZPPB@/ݒ#Oc[Va;\t̒M:F~캌XhRb\_2.E1dAGM"i5xO֭InCZb-_ۅ`]c?ֺeW0,;|ܱv;eH' p>AKO;(]*}ꇍ"4?6l0pɕh_»+ zSТu)d:LO$UN"ҥ)I&.4+#SndJ\c4MNu&+Cw ! ÆUmw;seΏ{lxԑT:Qw<u&ŭH$GxQ%8Wa8 }ti#цi8E-NQٝ_iMȿ*}Jnx]ke)fUJ"*Kkwke|-#;umCQKJiBc|(Ck6W6sxJ-&F0?>'£^-"v7'\Vƃ>6ӤR]"Eedޝ%zIw4Cl'À;uIxGVL q}IZ┓<;!1^gX քOA]2xOwp&Rt}=Eox#Z]D#c|It޺5-$#}*O?WaK! {]{őphPݒUnV@ ]hթ۩- ip bj Y@`r2==9#h|$%@Lo:"9k'G4 FGc;=4iy{jd$ °RKuњ "#=zB(.;ueƽ9g)f^K Cu+O+Skm'qECu52V@%PGjz*gXG xmrG˸T-n9H|ɻ=̛O5y`q?O]KclL j϶]Z\JAI} QG_Bf`5vHhC־LֱNy]Q1.sմkˉ4`FA]Pgbh{`$Bj(y&v6DZVI ˵clUybrrѣ A:UƧ s+yk&M%cѱr~KEs?k_+nY"˘\/p75CS-OI#fd+n7=Wg#}n{]QQG)s}<Ŏh.}&L]ncPc\Ƿ=^I4c$&YBOMV8b_$ӔʰhWkx<}9,xDp ;K]AW@HVFBI_tÝn=^H׶wtb0W׭t7 O LZ0qڴbՃ1\qa{6rARhu_`QF6)mUpRjD!v^Vϊo,Y8Mfj2ElcAy֥ݮcbQ`9-crhT8xEkjbVIneq*ZWCN8p ^ں+k]ItacD}}+4_Rc,Zv.Duk2Ɂ輓T$֋dD\Pj\)A"9̎H @31EJ62\h[F0QҨDyWMU@͹jE𾐖q˙o_a$8Vt7`QG_U3N7D^ac[orY_n?ޢQh|XӃ-q3ު*r= zz3pjNRЬ\SUZe6 ԊjROM[R*e#֨ J?c.uը>;DKrx[KҰ8Y]%e?f٢VBr*Y,I`O24Yk'> lfRgp,y֊L{ )]bPQ]80<4Q@ 6v!E2T3ҥXR'TEQYuQX@(FXQL yqQh(5:(Mފ(JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(#" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?oFtu[h&1'_hP[.crM_`pK Og2UIaxL+e9,Y0w:^S]KW#%#v|Ga~@@m9[vP<薰@cp2y턅x[4^2صVܮ EbYv>rѶzдx))s]uac E; GoErMB+s_r֊(ͮ B~B:09Fluffernutter sandwichAmerican kat?_/_a7, Fettucini with Shiitake Mushrooms & Basil1. Bring a large pot of lightly salted water to a boil for cooking pasta. 2. Heat oil in large nonstick skillet over low heat. Add garlic and cook, stirring, until fragrant but not browned, about 1 minute. Add mushrooms and increase heat to medium-high; cook, stirring occasionally, until tender and lightly browned, 4 to 5 minutes. Stir in lemon zest, lemon juice, salt and pepper. Remove from the heat. 3. Meanwhile, cook pasta, stirring occasionally, until just tender, 9 to 11 minutes, or according to package directions. Drain, reserving 1/2 cup cooking liquid. 4. Add the pasta, the reserved cooking liquid, Parmesan and 1/4 cup basil to the mushrooms in the skillet; toss to coat well. Serve immediately, garnished with remaining basil.Eating Well Fall 2004@JFIFC   ? r2gC1Fragrant Rice Pilaf with Currants and Almondsp. 210, Vegetarian Epicure.Vegetarian Epicure@ v1KK5Four-Grain Flapjacks (pancakes)Mix the dry ingredients and the wet ingredients separately. Pour the wet ingredients over the dry ingredients and gently whisk them together, mixing just until combined. Spoon 1/4 c. batter onto the griddle for each pancake, nudging the batter into rounds. Cook until the top of each pancake is speckled with bubbles and some bubbles have popped, then turn and cook until the underside is lightly browned. Serve immediately or keep warm in a 200 degree F oven while you finish cooking the rest. Serve with: Pure maple syrup or cottage cheese.AmericanJoy of Cooking p.796@ <uG \#@d<% 7c.?waterwater5 %6large sprigs@espazoteespazote/ 6tbs.@pork lardpork lardB A%6cup?UUUUUUroughly sliced white oniononion, white* 6qt.@hot waterwater@ 116lb.?black beans, driedblack beans, dried4 /4leaves@mintfresh mint leaves0 -45recipe?Frijoles de Olla3 ##4lb.?black beansblack beans6 )+4?habanero chilechile, habaneroC A%4tbs.@finely chopped white oniononion, white/ !4cup?pork lardlard, pork4 -!3c?UUUUUUfresh lime juicelime juice9 3%3c?UUUUUUfresh ginger mincedfresh ginger+ %3c@sugarsugar, white$ 3c@waterwater5 %%2tbs.@sesame seedssesame seeds) 2cup?almondsalmond eP6-MFrijoles de OllaMexicanThe Essential cuisines of Mexico@$Y45MFrijoles a la huachap. 156MexicanThe Essential cuisines of Mexico@=337Fresh Ginger SorbetCombine the water and sugar in a medium saucepan and bring to a boil. Boil for 5 minutes. Remove the pan from the heat. Add the minced ginger and let the mixture steep for 10 minutes. Strain the syrup into a mixing bowl. Stir in the lime juice, cover, and chill until cold. Freeze the mixture in an ice cream maker, following the manufacturer's instructions. Before serving, temper the sorbet in the refrigerator until it is no longer icy-hard and becomes smooth and easy to scoop. Serve. Makes 1 1/2 quartswww.recipecottage.com@ 7Y$f#V j700 !9tbs.@olive oiloil, olive+/ 9cloves@garlicgarlic9. 3'9@large yellow onionsonion, yellow4- /9lbs.@ripe red tomatoestomatoH, K-9@large green or red bell peppersbell pepper, red.+ 9large?eggplanteggplant)* 8tsp.?nutmegnutmeg=) A8tbs.@Melted butter or margarinebutter-( 8tsp.?cinnamoncinnamon@' 318c.?Graham wafer crumbsgraham wafer crumb_& a=7tbs.?finely chopped crystallized ginger or morecrystallized ginger more*% 7@egg yolksegg yolk,$ %7c.?UUUUUUsugarsugar, white2# #%7c.?heavy creamcream, heavy#" 7c.?milkmilkO! O/7tbs.@grated, peeled, fresh ginger rootfresh ginger root, %7c.?UUUUUUsugarsugar, white {7+m)7Ginger IcecreamIn pan, simmer water, sugar, and fresh ginger 3-4 min., stirring occasionally. Set aside to cool 5 min. In another pan, scald milk and cream(don't boil). Remove from heat and stir in remaining sugar and the syrup. Set aside 15 min. to let flavors blend. Then strain ginger solids from milk mixture. Whisk in the egg yolks and crystallized ginger. Return to heat(use either double boiler or heat diffuser.) Heat gently, stirring constantly, until it becomes a thin custard. Don't allow it to simmer or boil. Cool mixture and freeze according to instructions.Asian/Japanesewww.recipecottage.com@ zp;/g!-green curry pasteMakes 3/4 cups. See p.9 of New Thai cuisine.Asian/thaiNew Thai cuisine?b:c!-Green Bean Salad with Coconut Milk Dressingp.65Asian/thaiNew Thai cuisine@o97G31Greek Pasta CasseroleInsert any instructions here.Mediterranean/GreekVegetarian Epicure@085%?Graham Cracker CrustCombine graham wafer crumbs, butter, spices. Press into a 9 inch pie plate or 8 inch square cake pan or 9 inch spring form pan. Chill in refrigerator 2 hours before filling. If desired, reserve 2 tb of the crumb mixture to sprinkle on top of the filling. 9" pie crust, 8 servings 1/8 pie excluding filling: 1/2 Starch Choice, 1 Fats & Oils 7 g carbohydrate, 1 g protein, 5 g fat (77 calories) Rodier March 93 Converted by MMCONV vers. 1.20graham-cracker-crust1.txt@ 9Jb+Tt98A 7:cup?crispy fried shallotsshallot4@ -:cups@shredded lettucelettuce;? =!:?red onion, thinly slicedonion, red1> !!:tbs.@lime juicelime juice4= #%:tbs.@brown sugarsugar, brown1< ):head?roasted garlicgarlicE; 55:tsp.?crushed chili flakescrushed chili flakes(: :small?oniononion-9 ':tsp.?oilvegetable oil48 %%:cup?coconut milkcoconut milk27 ##:lb.?green beansgreen beans36 #%9lb.?feta cheesecheese, fetaB5 9-9cup?UUUUUUsliced Kalamata olivesolives, kalamata54 #'9lbs.@shell pastapasta, shells83 ')9tbs.?fresh oreganooregano, fresh62 %)9cup?UUUUUUdry red winewine, red, dry?1 1/9cup?sun-dried tomatoestomato, sun-dried UNm?pCURR CCk)';vGrilled Tofu with a Mediterranean Chopped Salad1. Preheat grill. 2. Whisk lemon juicQP=)[Grilled CheeseMake grilled cheese with tomato slices.Tom@:<1c)9Green Tea IcecreamBring milk to a boil. Remove from heat and add green tea. Mix well. In a separate bowl, beat egg yolks and sugar together until they form a ribbon. Combine egg mixture and milk, then strain into a saucepan. Cook over medium-high heat until just before the mixture reaches a boil. Remove from heat and cool completely over ice water. Beat heavy cream and half & half until frothy. Pour into egg mixture and mix well. Process in an ice cream maker according to manufacturer's instructions.Asian/Japanesewww.kitchenrecipes.com@ KlDf-~:zK,b %Dc.?sugarsugar, white7a )'Blb.?haricots vertsharicots vert0` !Btbs.@olive oiloil, oliveP_ gBlb.?shallots, peeled, halved through the root endshallotA^ 1/Blarge@fresh fennel bulbsfresh fennel bulb:] =@cup?UUUUUUtomatoes, finely choppedtomato(\ @@avocadosavocadoD[ =+@tbs.@roughly chopped cilantrocilantro, fresh6Z )+@@serrano chileschiles, serranoCY A%@tbs.@finely chopped white oniononion, white;X C>?recipe?Mediterranean Chopped SaladWW [->package?extra-firm tofu, drained and patted drytofu, extra-firm%V =?tomatotomato)U =tsp.@butterbutter9T )+=lb.?UUUUUUcheddar cheesecheese, cheddar)S =slices@breadbreadRe, oil, garlic, oregano, salt and pepper in a small bowl. Reserve 2 tablespoons of this mixture for basting. 3. Cut tofu crosswise into eight 1/2-inch-thick slices and place in a shallow glass dish. Add remaining marinade and turn to coat. Cover and refrigerate for at least 30 minutes or for up to 8 hours. 4. Meanwhile, make Mediterranean Chopped Salad. 5. Lightly oil the grill rack (see Tip). Drain the tofu, discarding marinade. Grill the tofu over medium-high heat, basting occasionally with reserved lemon juice mixture, until lightly browned, 3 to 4 minutes per side. Serve immediately, topped with the salad.MediterraneanEating Well Summer 2004@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzS w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?]mYڹvQx[~B1nzQm+1VMN~LeB]P˪?؏mgGg3M![K(>X}J+eë'c,>[Wi/H)Vߟd4՝>hcOeR- 0 ia׮R`&j]b/NZ(o1¡=8jo$09Bþ 8uW*~3sn[]kא]X3ߵK ÿ?Z2IˬF6nҌ]:=ʮ5joc[R:Lݝ[ܑ=)dAyysֽRox#iip6:\=ŦYL^Y|I&쯯k;BnjJ+=5WWVlف'߽tF 6ar pj˹Ny-&2ǷWe~%R\ߊ5S٧mw[VtX0r@y-q:);Xdg^JL".| 0@k/Y"`|h?htMkgHxLDWX-mr1g'Tٳ՘[82U\iR{Iڴ *A\68ú%Λn&o FZZ#?< kt-J]Y1|Seُè;Z/X{-i! #>uM+v4(-u_i!cҳBh^[F#ٞ67Z,F˞} *LoLW>e!"~?\V3Cקj<ٵ!ioc hod t@=L.Zy Jrw}+'_4m)B˴A= GW6ņlDj*Ki^s,SO*=nVH ɏfkebדԏJ-u5ti,1+*-AxV5EN -IdP5xZOnZavS,ȮC;hʒָa>;yle/l\|[29 fY@u\KBIOC3ÚϊoG.BKqA^m +Uɤh]=\E@X5Q^֫xźͥ2Z_%M.jxrO[$br2Xޠ j^,oITT]ݜ8vЕn%hrSNF8A)S_k)ρrTm5?j Ӯ$i# djUyF鴬̝^Oxnjp3ӽaic Z ZPp1VBp$@~hݒ4W $<{՛Ebb 9&6 Ud(\=1dd nP7!˫siZ̺2ǔskVccyV[icm,Tԣtk*rVVG,W[s]Eppp '8mwkkh20SIozl_RhܸdԼjR%6Π8ONWt.w7rs k}% @(+M53ܱ=yd5I99MMfc4M<6yS}뾶F9tRV“ƹ[TwXə+eݏo.*r89{%'/ykt{TF-!Qp2m8:skЯKΆ)ec# yUO[H[9*GqA-5&[3c59{VtWٿL%<~PJ`yqvn ܀ܳdJkZGqnE!8zV}lrS\3U4u=súeVx xo~F B kJ0ny jC'XqK SXfmKz)d)7r.`oBNp3ǽvwW:M|=~l`]Hlt"H0c=`)&+WFQ7Tݴ'5|fȅ9OteNAwe霯k;xbFl0*ՑiZ,{OapT嫑;/ .TPԀY.0ag4j$W,OnzWm  7+3F.ܙs>խqTÇ?ZUoOY-ddH\Ed gy,vS܀:f|rkFb%/CՍ W\UZs2glxwOOh!E#575A9wىdͩ*6eB,-e f H9=*i6X @<q53I""vaqK-+`DQ'l@ݢta 9cw?SZ1dUX*K\V$rkEhj8P O&V,uz){`J^Xvt 8>KMRD!H=88 d<\\ǥBل^+bX dIQPnbWCzRD2s&"GHQ8^ צ /elVN,i} EзUʢsUO Eift<69ִ~ G!\ JX]_Skĉ,<*%.9]'4Բɷ3ȬEYNzDdn(ڝ { zwMEeitL7 >S{xٚdvݍ0ujMLmUѹڹjBOШ\\2xǸN׺13nMǠ'[Eh2I?n0y^eǜ ,TZ\%jΚF7I{C?+LIVW&A?QZPCOi!{-om{ "'ܼ#Ti#^ +d{+ UGLWhY!U9j%Ѣb7!؀?Һc&朋1jENF>;ʴHZnm]XT)SV#␞94FI^BLDNx(r}M |AMs 6Ϻܕ׿\[ZźAPT&tRJ LJZZeUAL`k"Mvߔw@K ɧiRz­)=2)=u-SͼI\ޡpA9(Ƿ Nkb㻵 sc'IixmrJ Co@x~TOiMf'x?<\n|oJ-f&$;Ө%SX484[ l|hCNO#+5MKXRr~6yit{k'R$v:nRc(hцv-rqS$RKh''XtsS. $qNf^wS:+iGtxvZ.83YoOjл$m *?e?N- a թSZ$-'X'OX52<6ރ}McX~aR6cS]ܤ.mV-O,Zo&*:Tk}-Ґ)m$B}馞E74J)h2ÞլpjLʊǸѠ:W[$JKROJǣ[B,)\Um;MI乊߬lp@dI * -A/J MsZw{RK ȥXg#ҢPMX+Nj4%!F#]nNւ;Wvp3^iq[M-\fGZ {ganv?ҸxȘt6}lLǓZO2q-Ot많1*Tt 1a,B_ -SosCMW"v5?[w (@0T_WE$AXJR$Ŵ'o-EHm\ފ.ØYPЌ=΃g)9oT8@6P Ii=I;$d{zYbgt +5?:֊8oCv8$7 ?A\fÁu[Iv2#Y qLURyP~U%:~>oJ7~0K֮Ƶ+.jwC߷ǝ$2?¢pf9?ׯ\"ϼ_Z[q(Z#' ?b|fmE"TQaYW9!xR FHoJhպ ~*v"]JrV䜇vkr:5ҜШ/e*Ӗ)i$q* +9+$<8+%]B&*`1WXHqɭ/Sյ,#azVowp:UETSJC EH:QWr.JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(#" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?L[PifK%8fY}:O>(t'xk*Nӏ}_q3z6XOuҳe Nv<7]$()M]\8ZBT: a !Q}G{WOź?;@MX4s`*w XyaO7a;)ti(#^6׊ua]UQV抏}ؽ>bյk܉ip7 43^T"ы#BĔPGUslo5243lc9 26ƴۭ@)uP 1SVsqvaFmV HA{i%A!*2 ܝ?x<)Im,(饓rr[~<Dmk ?LmxQ׷i]~Uf܂N泌تlΡfAMqxOWRjP:̷a }7>'5uKfk:dX6En/A [Fִx)]:䟦?_K<6oNLG3+̾L(%vR#X0'?1 x8-#SN^e6tM Ōmq߭HbhZV Ć2Nzr~~)aG4gžHHj"{bFģ9#97R]ηN6Hd抶{4v` 8>avVFН ;,*G23C8{ ѣcrq92q|Y-981c0MNUp9c8L{s֞tӃm1ba!N ZPŘק$NI=(e6ѹ#h3ҟ{\t1M-Y=%` K|[=#)R~n>Ec*N\)qWzLJ%"V$%䄅ago 9 p'خ?H׈v9M@Pn~gQy/x_5F@ O_AVZ:#ӄ,-\jȱhT)Ǘ ۪}RIY6wo4"|S1ϧ"InZi0YU_u'E,<-Fdˆ '#aEE{J6YII!`ycR[Env0nۊı1ĘzgZ;Y@1Ԍg߁ 9OW9gPIx窸9n(9#ypQ[Lc{Sn3&B r wIN8Sؼh"qa?{ۜޡS%IJRL%3a, 0H霜1ӞvZq?rH|*J5mJu)ߡ6 "v!Cg2,ROd|g:q\ d9Uwy=?>{v5lgͩJGo!(j*喥;`2qR6`:*+Q-oAwyқ aS_s;[;r#qR8xP`(q:TkHʹtDG,w,BA Q=j>qi'w J 0pT]FRQkR@"cvQR$a0w}sT,;F8{Ҷaڪd^ЊOZSymoCݦ)–$6g@=ԁš3rdi{9`\n=v9T$89^ejNxo/ ʂ}uinnArJI;Ikh ̌gnU!` 'N's[V3U+{Ȓ9\XwU 1s0r)V^zO]k``6YI 럮y-VX]9\zN1].$Qs $w\ڒHhnv!hA 8w5uc.*Bgۊud&)yێG \X7? |%4r9*=&R$h`qݞ'Q^;mO֖ Ő2I|~JXdmFglk?Ë ޒDYB6 ykBI_>BWVfnk4<-lEHUUn)8=:U tF|+*xVe{e#qqw*rE<*eI;Ҵn٤EXbLq9_ΚfwH.<[=OETVWf Đ1^ǟ"Xvl xGޑ({gֹ8#-̩^u>*bC"qp@+a~+%3C29o-[K1ڻ/iGpOS3@Fd$s=VqҺՌS8=_ƨO=+- r4ܮlyVDp8$G&wM1GHUp3}1Qlw6N@_QEy2sL^-taiݜVh1~l a! I =n$g8޵W>-R8o=?2$`[KRA&Wɪt_;xkw#NBDvhEȷr=x/Fm&w95',.vr< һ , 10L.9Xϒmo(CMֿy:rHүU 9qs+Z4Wdy7ekKk%xa!vryUú$X٦OƵ_L2^iԎ3h9'$V<ȿ~B+KE<y**JĒe@N2:t9gbhdRQIaisǓQVE>=.'8?k m1/~o襪5VdѢn.llWz40ĩ B& rIg\G2F̪TyOZ5R1B!A ~blnzr>hu{Cdoex#NmQ~C޽7x<6O䳦' {y(I>dd85gJk}n&X*ݖ)<}} YѨ},rc({ZMIڣ$X-J#!<Jq{ %90TA 9o[ۂEݧ^C^Pq^ʥ_&e7`d)֬8aq$gvkum=eC/`8yqT]w"s}qj,$RztrEA 2ҽݻxP?u2j: lFqpA[ⳮ5;%C«t\sNe!:1[6{*jjy"""sZg*k׆έ,{~nc@鐝ZYmU{sқ TP%A h;{\/$m*Ɗ)K GUrMDZzޟk˕n}͒+vAX 8$}ُ2޴ۆR/-5z>@ce}.р7DKW^"7Sy \R+Ǟn;l/4۵O `ݬr v1ug!{+d6\ _۶ FfP FO\t=Ưn ьrN :#U3k4}q>OV,3ȰLaϗnOTuԞor2ӸdFF8 dֵ|%]j q{b F_~9#ߝ7;4J$d0s[_ OڴKfia"G|so᷇@88-2q<~ucmAwe[6@#iyrzЗaќ#x' JJFpOq߯oұZB˵$`[xAr#[0I}j/t]J=p[#KI;]g<}ZDXsʤy{S1ŭ%Pq=>lP&.$hN?u$8hNrك֭j[xfd(WW{˲k ̂Վ 894;W L_W.U~29e)yix#BAEsC߱qZ χ"+z眏ŠfD\+u4WO^b/RF~oKKZ}=+D+-BLK.!%¬=F?3EY443Zi ;zmQE W,fyNa{dY0t}6QKvR):pW.3WWc6ALgTzhI'#V^—򯸯oWFӤ돡U[>wWs%̮s~ƚ+^?|!ᵛ:%p$׾n/ YD,i]|Y#XmH5&M\)%nGL\VNR mB-ʑcp .qF)ԕC~bHG4#F#,(w)ؚ`,LPe$? +uzTMbR2GFɸjQVcdH'?Zbh տ"3N8:n_S[E:aՇ \?5 cD ? xrǟ҆`XQJh]u"4NNOqf08R1%jX%1qr9\v# tk>kk>L,v@IkFΑI|cUHf-0b@pHKkM6*B ݃7RG5O#8܅CZI3``QI$ B7d#ӚI2zGcK}+Sg|ʰmS'r1ϭt1\+̀)rJJ&r*ǘ9RhV&ɦKAsrFXoGv@jDf}J oQְEepqR<}=4D#ȤT{b*m8C",z>ܳG3'?.B[Bs)yd%spO@QӧJ\oqQ#zt*~|ʗ`Gxh!VogtK g9kfwq, ~6snIzbOYe+@9~5m &(W©㑞1k)FgjBhc`JvGj70ؐu^ITSIQ!*o`]!جc"E'2dצ1\;J;TU,o#BQp>n.etf-VFK rIeňKWr s2b&M=l9%(/|yL}+UA 7.9ŀ1$c k"$lӯD!&׿ qqW-|\.AҴzZDgn!P1GU?NZ"K;Ң`bc:;>D3(Rā:QIjt員 tľ\Ay%ees~ҍțhqE: 5w4O\?kcJγHPC:ҹJ>gD)-ٱ[;I'kOozmٜ0 eA\ x*YBp8Ovp­~uZ͝#8 c88>E{^B.-H\EG+)21YV12M\#BV䤛nQIʺis2GĄN \`:S tVO@jwOkxтݺ^ݦ 8OVD+Slʨe5VOL.S?RNH‚F lAgVH؜F2={Ҕ5c}yI܌18*fYvHЕ ;ʒ3D"0 3[],ֈU3==yQ)l.[>Vg)|y/ $NӾ 2:h6pj"W]qՒи#jr@K̘< iqU2:DF[=J4,9>ZN'TYc?xa`gWWaIJ?wҰ.U`͛] HcҬ%{)lUCg#^jEI;.ӆ~`C<4"(PYTK*ioFcSm,2BYM݅]tR ZJukC)G"j^ hfRڡ&Ru8ǭ^!n+4-)"0b~ ;Tp&}ft `w X;TGzt(dp+qYN{Sa(f* .5r{-$o-?:gL?s&qSOrkJQz3XMkw{-5@,uv.m.jO 3TJ!sێ;VkRnN1`(nxvW`/"s:`3c? qɴ]ߜtpUrMNJR Im;?/UmR.@=Izt\)(PcFkQ Rm:oFw8/k>$,H_c h]n'5ql:G7PNǯ[[.Vd"ICH瞵Y4 O,Þ)=ښ0#M ;t Bii;R)@8V3634bP680K\\! R6:zW/ʦ 4UQ3zOJdsr]gT|Ʀly>b{]B:S4n@WtKgJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(2" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?/I"жI3 $UMV%WbdU h7KyȎdǦEYvUdFu=xQEG[y[=/)DYiw|AeHT=[A$ >(,f+ؓQEv y DCKHoneydew and Ginger GranitaHoneydew and Ginger Granita This granita is easy to make, and is a great way to cool off on a hot day. Serve it as a dessert, a palate cleanser or a refreshing snack. Serves 8 Preparation time: 20 minutes, plus chilling and freezing Ingredients 100g caster sugar 150ml water 1 honeydew melon 5cm piece ginger instructions Put the sugar and water in a small pan and heat gently, stirringodCm}rfHerb-Crusted Salmon with Roasted Asparagus SauceSauce: To make the asparagus sauce, preheat the oven to 450˚F. Spray a baking sheet with nonstick spray, preferably olive oil flavored. Wash the asparagus and dry them and then break the rough bits/stems off. Just as Julia Childs used to say, the asparagus will tell you where it wants to break. Hold it firmly if Fq4ievF-p )E@grated carrotscarrotco {-Eoz.@,firm tofu, drained, patted dry, cut into 1/2 inch cubestofu, extra-firm;n ++Eoz.@ rice vermicellirice vermicelliHm 79Eoz.@ Chinese wheat noodleswheat noodles, chinesecl Elb.?bok choy, cut into 1/2-inch pieces, stems and greens separatedbok choyAk 11Etsp.?crushed red peppercrushed red pepperWj c/Ec.?fresh shitake mushrooms, stemmed and slicedmushroom, shitake5i !)Etsp.@canola oiloil, vegetable+h Ecloves@garlicgarlicbg }'Einch?fresh ginger, peeled and sliced into quarter-inch slicesginger, fresh:f +-Ec.@vegetable brothbroth, vegetable6e %'Dinch@piece gingerginger, fresh+d Dhoneydew?melonmelon%c Dc.?UUUUUUwaterwaterp until the sugar has dissolved. Remove from the heat and cool, then chill. Quarter the melon, scoop out the seeds and cut away the skin. Roughly chop and place in a blender. Peel the ginger, grate it finely and add to the melon. Blend until smooth. Mix the chilled syrup with the melon purée. Put the mixture into a shallow container in the freezer and stir with a fork every 30 minutes or so to break up the crystals. Don't beat too hard: you want the granita to have a coarse, granular texture. After about 3 hours, the granita should be a mass of crisp crystals. Serve in well-chilled glasses. This recipe was first published on waitrose.com in July 2004. This recipe is from Waitrose Food Illustrated (http://www.waitrose.com/food_drink/recipes/recipesearch/Recipe/0407054-r03.asp)@ JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222yy" q}!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?p7`>P^8 Ð*9Objp^0ǭ;W do~"5!vAf$*r9N_m\)~5-WK3Z{X,nlVXcMg,v[Zb%.rHNB"यshI][1‘Z)Pr=k+Y{Y շ-eP; %+hAyr,q#Z[ I&IrZxjÜTlĂEId) nPV:DsK]1F8Q7Vm)p\7"$*KHs\L+st\w'i:Bu:#ӯ{gT9J9Qt"Mŏb:WMo43\j';?nJ^6m J;c'#[KvbێsHOZQEL`2*՜/qHT#}dayr6f3RVC>e]ݲf Qۣk=fSq +43N~`}+ɡkИ= J[I5㌎{I[2rk1 3! ^lZTŒF\%b;5pRYH'|T=5^HzV-_Vj; Zq_zϵk qI=mi}U(ɻNQZ0 -1'8ʁZd(3;s1Usg6K=ЌV9+A97|nJM-^V1?NE3mS{OiMG }*sa-9#TCW( 1@ؚ#TzҼX#c ոZ,t' UneCZ)I)fę=$鞔i_wbi$d2xdnҽi$SLqoVMݼl7:K֮}OW;j x|>-mr qJ09'A56;<#y.3:ħ/ovҼ9yljI$zxpKc1<]^Hg]gӍ#_tUVDŝ, $$V}~i.H u7R+^]uw>&/$#M,K4~fx`c W):G]:f->!!!c#I!ervYr3v2z͚@Msj7I؂IsT[HqSҨ\IⲔJ4Mݩ>nIsS`0FH ?k BXoO8+׭NSsЎE LXXÐ\^?obo ȳs]O dV:mk`:ZݦiClsZ_ƭxu|7ʣWFI q֮Bd>ֲ/Zg'ai4[3?tdy\?l_FG]UGx=]Gsl{ ͒l*Y^cJ$Y3ev VS?z_lJ:nJSݘv#?Kk֦a;H]'ָ?_?ܕ8JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222((" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?u ŦB=65In%?cRO[iS:ysqNvd+]A`\pa'׭piGDiqږCGXA)>SUݕΡE }..c{VO+I!Vc"SrVTd!rS-k*"^_ʊamy_Sj2^-HTry;wqW IPob$#n!\z޺5SqkX1+0ɩ*Zh͛;_ Hn`THTҭt\zk*Jʣt:#JP\!C`׏{TV#N+{Ykk$R6wؤHcɶ:t3 IEZj'g(_BVgǹW?{r[i4Q^Mm%ʶ:jP3^)fMnAEWF&ڑ G`)s>lEuG+ Gcloves@garlicgarlic/ %Glarge?oniononion, white, Glarge@potatoespotato8 #'Ffor garnish?fresh parsleyparsley1 !!Fcups?sour creamsour cream$~ Fcup?milkmilk'} Fcups@waterwater4| 1Ftbs.@flourflour, all purpose@{ /1Ftsp.@fresh lemon juicelemon juice, fresh+z Ftbs.?paprikapaprika2y !#Ftsp.@dried dilldill, dried%x Ftsp.?saltsalt.w Flbs.?mushroomsmushroom.v %Fcups@oniononion, white)u Ftbs.@butterbutter4t /Ec.?chopped scallionsscallion2s !#Etsp.?sesame oiloil, sesame/r Etsp.@soy saucesoy sauce6q %'Etbs.?UUUUUUrice vinegarvinegar, ricev#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?'FT2Bpz}+^TԽ׹xU)Fe tH" ~NV3'4_c^8$inu{U;k 61sY\J{l-˗wMv؝y$ɤRr@h⯫ĉ>fӿȑ_\ ?d9C"B.?JQ:VbEBČZ֎H]F ݨCOIJT=ك:2šgV*IN7x y61#TYb2$:Tf%1SfUBYPrI&ƍ2c9RmwoiqC.xH$_*}GJl%1"uEG=*@iq)I;%{sˆ'F9*DzR3MPE.L5 wOӓfs}6; !ryn*1*≮%.i "ªԁbkM~"s0 k'^ '#B+Z]܈--YO;GoZ7!xoRX$hc,D]~'~xf\xNEt=W9-YQhӬImb|8i-N>kE$dXQqJn\ U˘ UmϽ;b0[=@*UcL+px4.3SW 'i90HPI#RKTGJDK*&Va ~u撻қfa}mᏠ5^xP;/-;sZ]Jբa"kuݑNjw7Ѝ8jP@ywG>&3c%uUwU˽*o;P̩ ª T{=+^_ l[G6~]ܕgg-2۴OBѣҮS+9-@phzJAFºaX˙h:yʮOHRTad)tZl/Yo"~ҫ #ҳH>pdJwlxtZBԓL- b6vj9T3 J-V7EPQYFNF8[KR[K*$g֪,&[Y `YSzQY$O&6.T}Җ5%F,!i77zsmet^!ay2~ڣ1.<ɹ郎>Z42Z-aON=96̥e.XxQcnU }A+nL 6#rs[v Lu2a]SA 071= s702 5Ӡ [MKT`FIdPxXCrܚquOrU _%&Ykn_TQp+W\ A$zj(بS{1>l-ӿd;WofK羸3YɑNYΊs)J㧖+4[`IBOF,QtҼfu֙}4sޙq)goMwem˜77(Nu3kjqh7>Lh;!UrKg=jؽқLy)- zzTyӪJw,:{;ki"fIWf~[i/<]֘Q|Wiwvd3)۰$׽z߇|gRc)nF}(vZStiaڀMj]ym@0hF}d~WXdk{=2rGUDn(cEg$U[(!lr${ e3U)Vp+ H#c8' f^PA)oLJ1? ZNƥHe*zmY[O;ARF{O(Եc qb3.z ƫ8 ">3򟧥qۮ,d'`Qr P[E#Y?z-i"գO X‡|8zΙrQʧ9׆Z^%ډZ%iIL.ض:ڔ&cV7 x'JbF{?ν= xݭnRѺzGu-Wy)e'ICJA'_ ֨k?yMbVP)7Wp'kϜyJrl޳u崍o@_]_[iy0gk[\jVv]e2ױjD: 12Lt>Ώ>yjUȄ}놬Df<)mx I7<E_x+I$I#Ӂi "1 ;,+յFՙ?0^Q6jq4V2bI䟭du1b%OAVvSHiXsҤ.UF2<+p VQ­gi]OOԤ[ 6:g Ez5̾jR8* O½C8$Pd'kǼ[y==,>r޿AWB2:k NYmG^;Gm!m:Ui/x6̣JAIg{J$^5g&*x !, vo Ϧk5_ xk{cRCǸ-r[2 /텭@^Y"3F9׊c׉- zj4kV[FdLǭB"2W0oX"Q-%$vwKomjciʉ̻ccͮ-rEq;!0cߥr8VHb[aw[ 9@(vܐ3֊<+:Wx|vɂVLc,~8%uҡRڻʬ^Csur}*xCυKyGԑ֊+HUDiёPSnSjD8Q#̟hsv& 4 fl$Obʊ(]Y\# r\F;5-Hungarian Mushroom SoupSee p. 18 Moosewood.Eastern EuropeanMoosewood@kE;#THot PotQuick to prepare, this Asian-style noodle soup has everything needed to make it a one-pot meal. 1. Combine broth, ginger and garlic in a Dutch oven; bring to a simmer. Simmer, partially covered, over medium-low heat for 15 minutes. Discard the ginger and garlic. 2. Meanwhile, heat the oil in a large nonstick skillet over medium-high heat. Add mushrooms and crushed red pepper; cook, stirring often, until tender, 3 to 5 minutes. Add bok choy greens and tofu; simmer until heated through, about 2 minutes. Stir in carrots, vinegar to taste, soy sauce and sesame oil. Serve garnished with scallions.Asian Eating Well@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2u Lm8f/C L> 5'Itbs.@chopped fresh gingerginger, fresh; 3#Icups@chopped lemon grasslemon grass; ++Icups@vegetable stockvegetable stock7 7Hc.?crispy fried shallotsshallot9 ++Hc.?sliced cilantrocilantro, fresh7 5Hc.?chopped green onionsscallion4 =H@hard-boiled eggs, slicedegg < +-Htsp.?chopped chilieschilies, chopped 4 #%Htbs.?white sugarsugar, white / Htbs.@soy saucesoy sauce / !!Hc.?lime juicelime juice 4 -Htbs.@chopped shallotsshallot4 +Hlong@purple eggplanteggplant2 +Gsome?non-stick spraybutter$ Gtsp?saltsalt4 %%Gtsp@curry powdercurry powder2 )Gslices@crumbled breadbread $L$gKG#MLentejas con piña y Plátanosee p.167-8MexicanThe Essential cuisines of Mexico@tJ1Lemon Pepper PastaSaute garlic, add margarine, white wine, capers herbs cook pasta combine.@GI/!-Lemon Grass Brothp.26Asian/thaiNew Thai cuisine@OHG!-Keow's Roasted Eggplant SaladAsian/thaiNew Thai cuisine@`G9aIndian Potato PancakesPeel potatoes, cut into cubes and boil in water until tender. Mash (may want to add a little water to make mashing them easier). Saute onions and garlic. Add to mashed potatoes. Add bread crumbs, curry powder and salt. Cool enough to handle. Form 10 to 12 four inch diameter patties and brown them in a non-stick pan sprayed with non-stick spray. You can also add cooked carrots, peas, and any other soft cooked vegetables to the potatoe mixture before browning them. Serve as is or with some Indian condiments like mango chutney or coriander chutney.Indian@ COJ],vC0& 'Koz.@dried lentilslentils%E% 13Jpackage?lemon pepper pastapasta, lemon pepper$=$ %5Jsome?black pepperblack pepper, ground#+# Jsome?oreganooregano"." %Jsome?basilbasil, fresh!(! Jtbs@caperscapers 1 !#Jcup?white winewine, white+ Jcup?UUUUUUmargarinebutter+ Jcloves@garlicgarlic/ Itsp.?soy saucesoy sauce3 /Itsp.?sugarsugar, dark brown0 'Ismall?chilipepper, chili% Itsp.?saltsalt1 !!Itbs.@lime juicelime juice= 11I@kaffir lime leaveskaffir lime leavesA ;'Itbs.@chopped cilantro stempscilantro stem* %I?sliced oniononion= =Icloves@garlic, coarsely choppedgarlic Sw0HP S?6 //Ltsp.?red-pepper flakesred-pepper flakes535 /Lc.?flat-leaf parsleyparsley4;4 =Lc.?thin-sliced green onionsscallion3D3 35Ltbs.@fruity wine vinegarvinegar, fruity wine202 !Ltbs.@olive oiloil, olive1,1 Lbunch?spinachspinach080 9Loz.@(white-skinned potatoespotato/+/ Lcloves@garlicgarlic.*. Llb.?lentilslentils-9- 1)K?very ripe plantainplantain, ripe,n, 9K?thick slice pineapple, peeled, cored, and cut into small cubespineapple, thick slice+8+ ')Ktbs.?vegetable oiloil, vegetable*D* C%Ktbs.@roughly chopped white oniononion, white)*) Kclove?garlicgarlic(*( Koz.@ tomatoestomato',' !Kcups@cold waterwater& -e'%s-DR#AMango SalsaMexicanThe New Moosewood Cookbook@cQaKMango Salad with Ginger-Raisin VinaigretteEating Well February/March 20054@KP-!-Mango Lime Sauce0 minutesAsian/thaiNew Thai cuisine@O)-Mac and CheeseMelt butter and whisk in flour -- watch carefully -- until it turns a nice light brown. Then whisk in milk and stir. Bring just to a boil and then turn off and add cheese (grated) a bit at a time, stirring.American@;N7Linguine with SpinachBoil a lot of water with some oil in it. Throw in the linguine. About 2 minutes before it is done, add the spinach to the boiling water and stir in with pasta. Drain everything together and add to a bowl. Mix it up with some parmesian cheese and a bit more oil.Tom@WM3'ALentil-Bulgur Saladp. 47MediterraneanThe New Moosewood Cookbook@@L%!1Lentil Saladp.17 VegEpVegetarian Epicure@ Un> Ne)}U%H M?tomatotomatoG6G )'Mc.?Ni?oise olivesni?oise oliveFCF 55Mc.?crumbled feta cheesecrumbled feta cheeseE*E Mstalk?celeryceleryD9D #-Msmall?bell pepperbell pepper, redC=C =!Mc.?UUUUUUfinely minced red onionsonion, redB*B Mcp.?parsleyparsleyA;A 3#Mtbs.@freshly minced dilldill, fresh@;@ 3#Mtbs.@freshly minced mintmint, fresh?2? )Mtsp.?oreganooregano, dried>%> Mtsp.?saltsalt=+= Mcloves@garlicgarlic<1< ##Mc.?lemon juicelemon juice;.; !Mc.?olive oiloil, olive:-: 'Mc.?boiling waterwater979 -%Mc.?dry bulgur wheatbulgur wheat8%8 Mc.@waterwater7-7 #Mc.?dry lentilslentils6 eR}Sb'e(Z Qlarge?mangomangoY*Y Qqt.@mesclunmesclunX3X #%Pcup?mango juicejuice, mangoW1W !!Ptbs.@lime juicelime juiceV8V )'Poz.@0mangos, cannedmangos cannedU=U IP@ripe mangos, peeled and seededmangoT)T Odash?nutmegnutmegS%S Odash?saltsaltR%R Ocups@milkmilkQ2Q 1Oc.?flourflour, all purposeP'P Oc.?butterbutterO0O +Olb?cheesecheese, cheddarN-N 'Olb?pastapasta, shellsMBSide Dish=@Dip <>Entree ;=Sandwich :g 3'Stsp.@minced fresh gingerginger, freshf4f ##Stbs.@maple syrupmaple syrupe,e #Stsp.?kosher saltsaltdFd ?-Stbs.@unsalted butter, softenedbutter, unsaltedc2c %'S@acorn squashsquash, acornbAb 7+Rtbs.@minced fresh cilantrocilantro, fresha%a Rtsp.?saltsalt`*` Rclove?garlicgarlic_>_ -/Rtbs.@fresh lime juicelime juice, fresh^(^ !R?ripe mangomango]-] 'Rc.@boiling waterwater\>\ ;!Rtbs.@finely minced red oniononion, red[>[ +-Qmedium?red bell pepperbell pepper, redZthe squash, including the stem. Cut the squash in half crosswise (perpendicular to the ribs). Scoop out the seeds with a sturdy spoon. 2. Line a pan in which the squash can fit snugly with foil or parchment paper. If you use foil, rub with butter to prevent squash from sticking. 3. Set the squash halves in the prepared baking pan and smear the flesh with the softened butter. Sprinkle with the salt. Drizzle maple syrup over the cut edge of the squash and into the cavity (most of the liquid will pool there) and sprinkle with the ginger, if using. 4. Roast the squash halves until nicely browned and very tender when pierced with a fork, about 1 hour and 15 minutes for a small to medium squash (larger squash may take longer); add the pecans, if using, for the last 10 minutes of cooking. Do not undercook. Serve warm with a spoon.Americanhttp://www.care2.com/channels/solutions/food/1653@ )<)bV-o5k4`Mexican ColeslawTip: To make this coleslaw even faster, use a coleslaw mix containing cabbage and carrots from the produce section of the supermarket. Retrieved from http://www.eatingwell.com/articles_recipes/recipes/recipes_jj05.htm/mexican_coleslaw.html.Mexican/SouthwesternEating Well June/July 2005 (www.eatingwell.com)@ *UC1';Mediterranean Chopped SaladCombine all ingredients in a medium bowl; toss gently to mix. Serve within 1 hour.MediterraneanEating Well Summer 2004@TT%C+Matar PaneerSee p. 130, Indian cookbookIndianIndian Cookbook@oSAoMaple-Roasted Acorn Squash1. Preheat oven to 400F. Slice a thin piece off both ends of  SJ[)qS@{ IUc.?coarsely chopped fresh parsleyparsleyz4z /Uc.?chopped scallionsscallionyOy S/Uc.?diced English cucumber (1/4 medium)cucumber, englishxOx I5Utsp.?Freshly ground pepper to tasteblack pepper, groundwAw AUmedium@tomatoes, seeded and dicedtomatoesv9v )+Tcup?fresh cilantrocilantro, freshu5u %%Ttsp.?garam masalagaram masalat/t %Tcups@paneer cubespaneers2s !#Tcups@green peaspeas, greenr'r Tcups@waterwaterq%q Ttsp.?saltsaltp,p Tlarge@tomatoestomatoo6o %'Ttbs.?fresh gingerginger, freshn;n 9%T@fresh hot green chilesgreen chilesm4m +Ttsp.?ground turmericturmericl>l -/Ttbs.@ground coriandercoriander, groundk h_U>h&YOVPlace?cabbage and carrots in a colander; rinse thoroughly with cold water to crisp. Let drain for 5 minutes.cabbage and carrots in a colander) Vteaspoon?saltsaltD #9!Vtablespoons@extra-virgin olive oiloil, olive5 %'Vcup?rice vinegarvinegar, rice; -+Vcup?UUUUUUchopped cilantrocilantro, freshW Y5Vcups?peeled and grated carrots (2-3 medium)carrots (2-3 medium)Vcups@very thinly sliced green cabbage (about 1/2 head) ( see Tip )very thinly sliced green cabbage (about 1/2 head) ( see tip )% Utsp.?saltsalt~B~ 13Utbs.?white-wine vinegarvinegar, white-wine}=} 9!Utbs.@extra-virgin olive oiloil, olive|^| e;Uc.?Kalamata olives, pitted and coarsely choppedkalamata olives, pitted{ 1('Gc1/ Xtsp.?hot saucehot sauce& !X@large eggsegg: 1%Xoz.@diced green chilesgreen chilesH A3Xc.?frozen hash-brown potatoeshash-browns, frozen0 !Xtsp.@olive oiloil, olive\ MMVNutritionbonus: Vitamin A (50% daily value), Vitamin C (30% dv), phytochemicals sulforaphane and indoles.bonus: vitamin a (50% daily value), vitamin c (30% dv), phytochemicals sulforaphane and indoles.$ 3VPerserving: 53 calories; 4 g fat (1 g sat, 3 g mono); 0 mg cholesterol; 5 g carbohydrate; 1 g protein; 2 g fiber; 97 mg sodium.serving: 53 calorieV MMVMakes8 servings, generous 1 cup each.8 servings, generous 1 cup each.T!Q'VMeanwhile,@whisk cilantro, vinegar, oil and salt in a large bowl. Add cabbage and carrots; toss well to coat.whisk cilantro, vinegar, oil and salt in a large bowl. add cabbage and carrotJFIFHH"Photoshop 3.08BIMPTom Way8BIMxHH@Rg(HH(d` 8BIMHH8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM v JFIFHH'File written by Adobe Photoshop 4.0Adobed            v"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?!vQ&Kv[[whef+sg˟}*ޱԫ`p=v֏s}uΣoOn6EGnh+:+nnOgRwК\#vyfw֖bf2l_Kc[s~=?ثuL?O{m?45uW8}Efg̭Mi6ils_]=)}k7':Cń!_*4_h#iiNssC7c?K'6+Q0}-ߛKZX6z-k MX2ϳ~nk NfWSJ qw=?sCuUϵ}?nONRLEFֲvYN;6~~eVX<̆1|_{XݾXVv3B2jZ}-[oS,A6^YDXߧ_jq˘,d7@=Lmk]s] 3ŵ:khy/i|eӚ=wC?2e)^G@1^HzIKp]H ݻbru  w3+q<'[nV_O;m}O+5H~C+4^u?{mڝuh:)q=Cxlf#ons/ l{(n~cZweٽR̽;K i֟`ֱK: Ly&I$vʚ2sYKXDusS6"_Z2k=Z+=?+d?\ֲ=}2,fO_#WY}N;Z;i4ϥ+"zF"ZxsX^Vk[K%pr-851)H_ XFG}k,P klݿҫc}?ռv]%Xז{M7n@fm[{EE0$k_ZS 5׏ckvCk"m sn}k-?IۇME_C{oc–X. cwT;~ x=RVY0۷\+v^:m1Nկԝ̦b`u$"n6?{1hmD}p|[aeAs۟.jd$6&=nUw=kd=E{{~Xc[b-p .=_sj/U]?tqfFXY^N;e'E_OT]=ںXoqgzzu }07{^,Źڜk}J̀[r싚}LY]u/{P~ܼ4?b@jak(γv9YH;ޫ*M+[1c`M!卭͹cfc[6Edc~}6~~=<dSj'{EjW>_zvNK2k2['wϵb6c1qS7?!3겟b%voi#o=v,O;^0m,wHnOcohk|ʉӆ6zYeW|zQ1ԳQ[3Kk[Sjsif? uo~eNc9I ۱gkZ7dW}daRqqʺue+> ?&Jw>nP>n..'Ce4VomFs=}-G阭fN+ëI5Ʒ>{=,qr̞uڲ QwHz+çV2[mn`;B[8DhI??7Ҙ)KcR?:s0w7>s[[czmBֳsMleM5s?lc3}Mc 3?Ckw~ճ޹QǰLUM׳[svsnRz܏P#v?/V\j]Sz]X氹Cng;}v>Ms7faz/Shݵh1[s[9gkcqm˙ ut=ME\}Y40EWevTl{d5>kW=oi3x_|9u#ګOg[dη-tW lud齞?YuxzWT tOӨnk?Y,p9X樷og1gOgVMQ?dƯҿ[Pq5<7z+uR]UQq湌}[oIuʭckXӖn^.[t&u puM67cHսͻYk`tSpN]sYI첯ezw5QK֧lHDGxx̯Qzѩ}=;-KV̌__[_*%ccۆک#*NX%O'ݟΪ_WU}U7S?\x/v1g6kُΫWG}sq-'5ņoc߳;YmwHpddz=3(bш9n1cm4NHv&GͶ750Pl~RcI~Vc "db:p*k&F\i2]YlFYZ M89pewzn5i>m𛿤z?Jjv^Dl&~~Giq,s`svۙ8kI\?t.7:Qqi?g̘!Gw6[A\^1Y]b/h;SvWes,Z49"n?>?z|j}t}?*>/n{~W:k-rl'!t Iϋ~i>] Ӳ~=]m!۴z gưwѯg5{ 國Aư4Ʊ߶힛_#4Z:,.auUCmVY;kҩF>)?Q6Wg8:Tnwv71-kUkt q߽mѮ&ڷEWydcsk84ɶEC3s.O+u r.x/}2޳+}sZjlleHJQ+PФQWR=:=}-.zv:kcx9fl>sfI`bɸXdzvM?~GP-ε6cClݲikiȫ}~a3'+b`\O1]{?O?=5K&.Gɩ*wM~|LJi>ʲGk1cGs-,Ǽ3+=:]_KOz~wQv X[۪/Þ}^ƿߣV8g5tKA-!dQge9Xw9Wc(mS_gD΢x%Li,vG=v~ޅWKXt\坁gk꬯߿.ջ}V'%k0w5z{H=?方T:xl˿;퍪ˍUwX7}Y_7/Tƻc,o"E1c2L7tx.$wl̰{6Xg Lm K)Dxxs::}^45cYV[O~N>]ۓ{jq۱nC?)ױxX[},vñʹ8ۑS.mi-`쥮wf~MXFĭEVi?wg˧cd-dS^&>mw6YcLcMUklӯ15^}T\\qk}gb Lj+AZ@e?~}X,hc\+s2v}w1_?gu+u^%6?h@^I)o}m|Sn/aֵcoc}+=Fo ]MS hKl?ַOh6j>W$umLi$kUN ά`ǣ[%}{'{kmbM4BYlm`eX۪8}':{qdLNDxt׮ap[oD̊YvN9.ߺn{\KM.ֽG羭C}`GOp)>78=FA~w5e>pي9sCE ȁ҈zq] /Z[6$}rѺY4*ٓYYM \A ִ".o%C[A.ߋ _u:o͇ {{v~V~.CF\jf$݉7[E޵/s[Vng,Ϩ]h2NF;oOt;}|ow-Lޛԛv&M;58m7}@r~u~CB`I dg8#1`4"7c}7{=GZ/PhvC7m"_#E}C:4kv5;n:*ѡni~V6!6n@*ngKr教㸯L_yrYΥa,;^i; ݿW2121r*4S =J2sc2I1Ʋ%kޛR=Xƶ㜗_ kZX6۵L/oՐ͗U¶Ys_<۰k{s: 3_Qv#D7=:Nݑ\YwNwh{!N<$hq^^M6}]-  ƦKKG﹮?U[kmUژ-Ru^ۿP\0LrTz㾡[lp5zlh͵sWdYs~{e _U4=\\+iu}M}[M-s`Q e603s}_Y0ei-߅F(v3XHw4_;ߟrk/:׹>Ʊor,-pXf6 }Di:y_,csI  ;wqElwD˵f60n- qe0h,&XcWinE u}#zue0eWci;Cyi^={hKOB4jOv5,-xi\ſgioF,Ɔ;uG s0 %V-U296 o%Eκ_}N4qs+{@9c3]?~sMγem65@YgFy}J'^[JYy{GWz[?$rgªeKe!`UZYFjhW=߹N6uahN7͒̊B>o\]$:7sY}GZcZnb6V(c$#{Z>u ê-ŧܫWVCt3f;i'7YO]D Xpt0I%^epcڋ Cqk6il܋Mb:4ՁKU4ֶL, RѥO2:eY}q:ͶT@e-i::gY}ɭi eBk1VvmT1iYcAfXKȖ.~ ]#@}Y鸹ttt;pqˆAvrߢf!Y @l[.OUtn~ݒ}{6zYzRIs)C{Yd",[ꈓ<JA<1Q$SwLx2r `Wl??*XZM 'ܹ2|o9sOPcY'ku7U4pw >v,qtlc9;EgIwVښ k߰IVva${h'wIo*_w*Gʅg${?oH?C]ih<}}M%ͥcg6vk$Nvk|8BIM'File written by Adobe Photoshop 4.0!Adobed@         !"12#A3$4 !1A"Qaq2B#R3bC$rScs4T!1AQa"q 20B#br3!1AQaq  Q?9Ҫ4%|1!(GFtX$1ĵ(v +'~zίwӰz|hu%RFkNC,t[lLQ%dǬ#Bw/~}GFLd{1A@+( ~$.J@$>2n1i^{/3U;kY4hȹVzB+ dW ӄۭ1͓f5mKSKG:WXR'gٌ@"/-ZlNi^Xn[& KQ`Y- l:,S3= hhīE4I:c\1}ÝOCf1HY g7[1g_ԺϔS4{B4.h.pjO=:rc5 'Wh'# cTW/YGK8.Jsr[{~2.j b]=ISZ;t6ar$e#c˳J 4VPQ=n[-hug\˳)$7h WȒ+n)i{Z%:w7K**ݫjt8n&T5l3WBVBLJ2\aq[VZ4/ [".nPFpPZA04+l\,O&ɋaY@X(DؖFr؂0=-*jʏsHѢJQLdW(BG?nr` \D.`49 d-'-[.'5 I<̇@3+]ċ#g Ч *bDd6 V848Cb$ &X.&6UᕌHGJO"ƙ''=kBCơ/v"">rϰI@@"Y=bʀDʼn'o[ЙZ_5.|F糬d$#y,jOlc$2_O|T"VQٌ晛ªYW5O1Y5]w92mJ̭+\{Qk,F,4$n.3cDgFhJѺP_1?>7aX Y4>F^2s-3p6Y$BYr(IrBac`>DLi|Kpi30ʑgǘO=|!cogKy>MD"{Lr,3‰jR d#NqI<U2ec_?ZAM'$d~0p('5ʕH&b2H&Fp PZQ~N/ E'c%a3 aL`(1bcyYp(\ *OCGh>\1gR3ǜcL[(e@G$8`~8#)}?]NU(3lNV ݋ Wug/.,iÒxx\eA!cL #C]x+{2 p~(Ò?hR'T$FVTE/,6I[ m, ƒKfrX;!y EQ)L$O?#'PJFVNLʴ>qr-)UleƕfƐ =k ]x4`,dАi[@Eh%3Xu\qq-qG>9[uāԈ9" &y@^!OF}ߴcRjeQi".' )/^Bc5db"yYI^Hxy !Y !hD?GkތgWBOM\+.Gd#|+p䌬''q쒴qi܀X@~De*ȍϋiXĘ KOl7"$p9h"ʟ2؎I1Njr^Hl-QYN!bvcQꖫx+ֈ(WoW1 ucgun]7:.4^I%ĺmSAGZzs槱j[okۣ“ =mIUvq{kó4m=Ǡtz}cn}nUq[GQ];;kt3{^ڽ+j5Wo0m{]wjw;I1V{ [^vmi.9 ,u~r^kMػΑ3'Jv7nzh]nwGoV~6b-XܫAoVt;gum-njܜOV4='{u =15Mf_ckv]lZeGuG@}UoG{ ^vݡxWQiNtպ9l>ݗrMLWfvw&1Xm_vK[|u#ڪ_o&ʮl vj$MV}SCOX^v=I--T;>Z{zحZ"aӆI-tsQ`MbnS**>QkrȌZ>$Wg4]d:Q=yIer]}Mx6RvKO[CYdۯa)띫W˱{]N^ >=vY}Y=7zqvV̳J{(Sa>xZxiTH]ߊjmR]]fgy67zuU9}#ڵůC/w6e Xju3YoQ ~#kr͆wWh5c~}uIv$O0%5v;}WSVUkn=UvN{/Q=mZyYw١vTmvoE547b&cV#bOڱ3"MSwy:` mt<Me'fveM}˄cj8(lnOmC7.S5>㇣w+?܋ߏ8?S)xs/>_?"HڅTB;aB9~On|hwn;WQM k2*S u}vE8l\jLiٟyF>qYzor?=cï#,ަǨڢwm9)qęK u*^_HOg)4׃%cICn*_ rn=`y[Xu.0S87;|МO}EFO!n7[_q^~7܇ZIlɿɱ;/Oq-A>' %NRIBmܺ | nPY]&Momo&Q| wmձyiSא(k)b0RXW-W~~)q1_oA/):zMJE2Xeo s~E<"!y/$n!_D;} LT蹥Xf2(!PC*nКd嬛1m?츹22_qz ny7Ȫ'4=fk;Y}6Q?=N,,[rщ+m: &nq#eI>re 2Ћ1M-Ydc+s:/L"UbQa3̃rЙ-~Rm_(Kt\,2r<ΌhܬI-٣&)ҌkdܭË!eڔ6yŚmiCBu#R_捸?\&dr_SC#j: Hhݑ"#8ׅ ܡC[;O?$D+j!ԛ'Q`yF歏,PR}GˆMY%HYD I%} b9'ɨŝ:f:1 o4Ծg$c*p+­=Q 1Y[7RK/K!֐\ňmIٖ@V+ǎ/9e'76 k5Yuh¤]nƊ'u-|1-.Eb* -$`נc2<2$X{Al q׷:ԽNIU6NRzљEVnٶ+<\D}*U?" 9+d^*IfdXE5K8$+Jhib>mkI*tpp포{lE 6-6*&E7 3Æ%XyJDY Eqfo]1߸кMWEq}yMc;;B~Jhk[{tNryH.;n1$c UZOv%{'vuҀ>'Ŀ^X߷m?+[GߺZ-4ā.(=7 V"nU 15ld2vܥLUB{zcd?Ǟ-%cU$u Ē98Do&%]91j6$( ϲnrM5&q~SrEV68筈wFV9 \^Mw!'~I1$76 淒=Uxq{\}"CIfv$F AUCB}:OnɫcfRDWzO6ܚ)%Yơt^n7/ONٸw*,Tw+N9!bk )*,Ӹ8# ߞm^E[^P/OFUWr[;$Շb[:/n 8XE9*|)Ol^حJ"Twk5ӕyVۋ kKݵ55EG<=so& tC"ۆ NUq-sug{\n9!QkQDP @6WY~Qv뽲5die\BfW-p91] 6xҝFyx.6^-LFAۯ\JqZ!G]徻mhHzkN!ڭwۍWqԞ^"E^5]zKŏm`I,5"V*V'];zߙAԜ2E ;iNZ-jq =]lOQWCw2Wa?o[o.v;;gf[abZ{f:xObmaPُO޳'"VU!B3RK#sQ}r!v@;Y8)8X-cqrgI`NjJDeዩ")so$Lhy>$_wQ"+<麶_C }qms -GA8 l[O *v]1Dsa,Ximv5#+TX[Q3V`B%eOR$\=T{ =g:p2IN,TМKnos9$ԕjp\14kk[}ߍ]mp#Z ˀʃܴE$pօ]vj瑢n qua=pm1䥙sXt)ʚ,Ƽci%>UW{]cw+USIyZO<]Eg_jtΧ1R>mdMêIP~ Srsj_0݉yf2O{~@8+;1NH^ R[1W`nrJQ!>G:p1 WP3yq:QV#ݢKz!e59^xX}>ݳ@z'/_rZb'ӑN/ S)4U:+=J]u"өs:ui#P$bppg^:g$9jnѭswh854U V" ye.7=)u[bkCQ*G 'k oWpgt:-(e-LJ---_MjVZHoLpg. '=y%Xn\X:瑥G,to\k%.R*j CX $Ľ !rųXnRkJpĐɶc dБ6q9T{r[|#%TD3bkq$pII<}ͺDPPU+^J4{}5xYmPH$}2j^ GSsd@W5",QYlZwɣTiY %ٯu2T~9nUmTri&NÖ'7-zJC+ k?Foe~qiyoM Zh ӯh=mҒd8sQ{oel+0=֎4Ђ |1?f'\\,K׬<狋ݎs68M hƕi\&}K%ĉ-oj7R@1xb i-O14Y H\=k[РUW 9%=n>Q1e<o 6Ki&ly<힒ksŌom;ob]x;zžhVq5Lq=-o%1M,OfU +(Z yiT(59~Hwv!2ʱ"XiZ!Jot: qom(.X@4k}i+mIgK5GeFo 3P*𳒾i7 U,lmJ^[@ϼI@QdsYaB {3݉Y~&76Ur-ahFmHW_1 lGʽ`ҧGFDŸRٗZ'ym7m^>4wt* ~&<ŭĖA k9TSPԣ/0FX- il\ ɊPR bk6ۖ޳:Z9~^-zM-2gB U ^ly7vbګ._ HndcI35/K|Wٍ6PK\٘i 3 E*)}s5r'f1qfa$[=N}r EOq >d'"1]{g3,PV\Xd=Y 8`9o2G ,PC,Ҋx*׫H YzАIeYٶ1!UzLC+4֧,R \_p& կVu"*8XVix tT -Lov*҄Ka5M0H_f;3]ܳ'"-R}K%Xg6n4$ EM1f Hk-8a3nTZK#50?b[vͺHTDTn9o C^ZkFxu=O^XqHBP݂\h=CoŜ}oN օj1e1g=q0Q-rԣeKggeIGEVA·b1gQ>pn$mQ } Bmb[HW CcGqRIsĖCL&<,{V=O"E%5wN]9S >~r@E=CLֳ@#Y#-t+ALM.MDOyuX33s9Z0 ӻ \GA]/l]*i1E \5O{7j9S-wGJ*$\-_vbۮdg"D[bHs7ٖ juu5+( ܈p'I''݆LN` G翾Z"@s7{iɓj=Gk i%FDr#\6],*X|9oUk0~8{Zi eH!.t52 f}:j\zrԴӞ7[TB)9|B/r :bi I8EypkisdqD-Ixqyɒ9@ib ߁=Ip$۝+r1Ұ{T7q-D@kȀ\@)Qj9Xqƨ:ypuqe[3C5}:.EĬ9]zs {i伂ZA1 Z1r%fkhnAqo:[=IPYco ĢRkj7 QHx<|qBU:e\j`bGBiqj%$p'hj#hT,[QY  򹕫`M <5(&==T[zv-l/J2dٟ˜F%e\'r}煯cNj=n{_/ t_}yj)OuwG ֹʘ۹^^ _~JSW_`w;v몘nn!1Qw٫Nz+۫<~?㎏_>w[Ɣת4ZF ZOF}yզ<<1rF,?x`0\ۺN EdN~](b|Y?ۆ1HL夶uu&/Ga*=ymPlh[Ӥ͙q/Y࿬0_\<997D_ax)f{AXp;}f-na5!"9sT'ⶮ8yX8_EV3nF9_ƿ?v4';6iǬagIWӟFeyZ*:ɪvahm+uލ;Kg~̰Bot}aTݑϫY`3?qHc?2M.k${<{"xehvR6± c#yYKW_>~Ȫ`h?=~ y7+SgqrY `NZx8Ch|g Űi@~oNH 64O8&,at~BsơC2΍& q\;E|xXIӃS$4 BNN4@Vi1 k||"9)j_ ُ˼D0smz;su׾}ep1(GeφCm̢p.߈ʛO]cɨWpyu&_}47]u>  (q7G)7`ǜ Kz> 4W"GnLu>o $r%>_5k/<5wD58qR@l-=bNTNx@d;8bO}*M^:癄)l#wh,cZoHӍo:\Ǡ׼;,>SMxیf;ΟƟ&#Å~X ÉGViʝ:;q$ =R<);Y6:1h3 ^~9\ N58_q7aM+F<Lp9tGB?GYK+>}4×z 6kw:J{! m>O^OktNJ~,irPb)\)/?3bԽ/S#˄Z.i KëRO);?S(Sjg0 l:eL." u8l"1 v9?1! CLU<#*r?OUj? DaO.W:pM_Z'hK~5Xg~y9`O>7G wk۔2BϦ?G2(j3_֓~/h)^_F)\R^9њu\+"F_];8-wuyqGVgn9O˟1>iy?hNo^WQp#S 1ɷuAΣ͇#/e>) dv.PNs .NCX1ITWKӛ7CdY&اO+,BL]v\$^E0Xv $ӗ)MWgOEMN"8I 5'{)'|;{ᇴ{}.)tʚ}cb7oS~q`ɚ372F{ƠEx*G,N.80OSF rOdٜ~ V6zx wk>qfq 񍭅j#^F LwE?G\cpI P/c~8&}\xshr |}XHoz}|cN4#7s\// .h:8Pk}3Wn~pYJy/V7謾bGWf {!Eo1 F:?$Y0tIߏ8kk:5E3umPUտ8)N*h}؊<5 u.nOJs 1(mG=Ӵ׬ f;pjU:Pw(9;;0`X >q mD&yhy618_ LgZ(}cH7` nWl5rdwC&q` |~w7mINFzL'X*9+R X{>LGt<9AT8Mbix} 2 a":yH8q`8O841"xo!5Z~g&aS Jv՚\>qu5-%ӭpE@@4U:jZBvt (e`f}4א:< 65p9N;ѯY.2]Q}9D蹽Uh<m-fs`Cd'%7|N)W4qv}} r lxF-ޘ*Fm ț vH"n$>!Á3qPBPoتZBNAG5(T7\OG#ey=0=%(-ް+A;:&'%zfy Ơ8q%*Gq}٭H"OX%09]iT*} Ni݉ަFM<>gh`30Vf__Z"Ju&2 C[0E^1R/if yƞg# `Ǝ3V%`ACh^LuNW,l# =\ɹQ6I;@Я$!AB9͕EKwmgvٻfB} g(G'|+ "{oW˒5+~q+YD盍 c r§)m(hŝ=W6i@FZdM)$mxH#ְ+d*@jm ͣooxX/)>9Rx.__ & U}c6Pk2 $xqM>5Gm.rwH,ywa0: CGX6F:ƦLEv\{ԬDPd*ݫNQ-+xƧd yo8r+L4}Ap Vp}'e@KAеm]KY¯!]1#゚h8fɹצ(!3:Ƀ@+&F(i'E*x7r=r;5ЎlB;X%.JP9Yz_-5P? # hMJOj쎬PjB 5ao$.DlZb+ .8k'#.؂d"ǥ0!eM ,0<\^bX,ҔĎ뺡pvjDT5_œ؀=[i ^LTxluD=/!|*dh8Tc&ӆ(jmWp)i4! nGo%!C2D-8W[s KZ:$ 4Kc .o -P$ֈẲqhw0H;DiiYt؉M &) V {GhM^1P񚀒`z4_a7R3/2-,5酵̟ PaE XtOX.2)j"t:7 &\nrtbc-|tR$5)؝rI8f8LTv3=da l'i&!ǽt{IM_"]bc Q,3Z( j,'%{bZjC)! $O/ gD9IUx8jι44h7Ua^JSBy^P8= >;RVFp8:RG. ޠ+R9[9Ma6KT6\8L2u&0L""ޥ5P>3amPv~r2 Ȉ/buڼ06b0ɕo9~HsY%-@+j"*X0 \"+ΐٍ.WsbvlQ-;e$$JiJp.EyeƄMmGα % hټ$7JxU#]&$A+V|%BYk2!k F@`Ҹ]_+ʅ1 I>*Xgsю| d IB!U$3O'FPE*X*%{43.(UM*1$|$T"0e-an\:)4hC4*Y u)D /BaHTGS D\.`aAuq2Mk2yg.` "hԣro} n7 qA9> Rjp7qM{Aʘi{wwoQdHֱ45Cش!]lQ.dQ}S49${R$K)1I#%KlA$3xj]&\ B{:SJ, 6 Ujp4 6H.DtFo}at}r6S)@#BTko oyR|bBh V=i @A/G.[a9v=B1Z}iH̯mtׯC5C‚q "BY8K*,z{M)@ /#so &AZFVN2n/ٖ B-L>짛  Jp1tٰ"([l9` *ɸ!wȧ+Ϝ6~6xPvgL%ժXt"ؑ! 1۰ AG4Bj1(M㷓UDr_ rCHq=@k೐z`fSq[jӌT'|sP-ćEfV `8[֝@p#phdFI]UȰO.uYoMu r&7!+v5)뒢6vQ  ڵ|ᡰrMrBSSw͚ 7/M1A/ GoĢan==OJ5[;lPyH^|zDqwM=˹(?_s&uʾw=碎G3Sfϋ~s"qzkZ9ggo-<*׮w͍5N|P|s>io4_Yri?+Ϳ6JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(+" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?u{}{v*zvxJյ9JA틓 r:xbOh7.d*Gq9<鱩 LRGe*T`lI rJ0Pr9Hy-'٭1r'QrrlSj'+eU}!#w HؤKh%GkK@sWcJ/㶺YVS 8=3O8X龦Vm(𦆶CME{mB&svG9{y}[(^G_YX&液 N6CN@|ܲŌ5UV) @ u\Kj4TcGOR? nO0H?:)bG4uEY#cIs$"'@#9’G.uyqoL& Fx`JGS5;YEp3AXXsL.*6 B[cF,Cd=[s؛ oL0 I/$Üi{s=#.>X)cy*ޡ{A :sfKHO[3v3X>쒆opgZd9~\.x3;}n{+0*0$au;yVkdŊz!BZ+XƯs-ǵjǚF]x*[. 9ޛ ǷK|ƳB0@胀8d5'8ܩ41LA#{zԓ]O .yz^ qn2\r}+]=~S CwVfX:_\.rb[ʑE]5.-ug <n?iʤՖ8(=b⋘+ 9}3Er|XEזL۹(>r@[3r34s]~lNޕht-^h1AЬKǏʹN}Q`lKǩ[x^JuR,Tr< xׅE~$[?hA&y}q~^9gTVwޜfv6/x$3WؕU}k-r%ZODBT»AޛiM n=z>Y܄FIv+}GTKH1f2yqq]O CwL4NkĄ1ֶCCSDQ[ j2`d+C=ė+, lFS^Iɒ#oS1GKv7ySϊ-"t>W{B֥5Ē 8_CˆZ"q9^mtĚ dZZb8#q}XFuj1̌?zw#'B1ֹfĸ ֯پCQzMF!Z]J&jnivL{ߌk$>e \ō*2C%^- &BWVbfhIEuK NyRzGuvK X֡6t+I!ff<^maHLl8fʓk 1荥iT+Fs[W02æ2i>Hjmqh8_akh3g4C:ߥn;)qn=on{7&;nS\>#q?T,hɧ^El$b f6\⦽;5T)=_2n5^G>Ҋ(vܞy-1C.៭WfNY*1g\Xb V({!-"}袊JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222((" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?> Y@=B]Ũ$RHѡd$G&5mNP"%86yRVWyOxM?wVzB'b%# W΢|/smٱ~o~/om`Z5S9mFN71oK~*݋f`m퍧Q]) //Zcup?green curry pastegreen curry paste0( #%Z?large oniononion, white=' 11Z@green bell peppersbell pepper, green.& )Ztsp.@oiloil, vegetableN% 7GYoz.?unsweetened chocolatebakers chocolate, unsweetenedF$ M#Yc.?white grape juice or apple juiceapple juice:# +-Yc.@vegetable brothbroth, vegetable<" +-Ytsp.?ground cinnamoncinnamon, ground +|A B5u+G: =3\lb.?dry pasta (large shells)pasta, large shellsO9 ;;[(6-inch)@ flour tortillas, warmedflour tortillas, warmed/8 !![c.?UUUUUUplum sauceplum sauce97 ))[tbs.?teriyaki sauceteriyaki sauceo6 _][large@green onions, cut into short, thin stripsgreen onions, cut into short, thin strip5[c.?fresh bean sprouts or canned bean sprouts, rinsed and drainedfresh bean sprouts or canned bean sprouts, rinsed and drainedk4 ][[red?bell pepper, cut into short, thin stripsbell pepper, cut into short, thin stripX3 IK[c.@shredded napa or green cabbagecabbage, shredded napa or green32 )[cloves@garlic, mincedgarlic81 ')[tbs.@vegetable oiloil, vegetable0 mm[package?dried Chinese black mushrooms (6 or 7 mushrooms)dried chinese black mushrooms (6 or 7 mushrooms) LL1[1' Moo Shu Vegetables1. Soak mushrooms in warm water 20 minutes. Drain; squeeze out excess water. Discard stems; slice caps. 2. Heat oil in wok or large nonstick skillet over medium heat. Add garlic; stir-fry 30 seconds. 3. Add cabbage, mushrooms and bell pepper; stir-fry 3 minutes. Add bean sprouts and green onions; stir-fry 2 minutes. Add teriyaki sauce; stir-fry 30 seconds or until mixture is hot. 4. Spread about 2 teaspoons plum sauce on each tortilla. Spoon heaping 1/4 cup of vegetable mixture over sauce. Fold bottom of each tortilla up over filling, then fold sides over filling.Asian/Chinesehttp://www.favoritebrandrecipes.com/Recipes/095/2179001095.htm@ @h1W{>r@/L '^tsp.?cumincumin, ground+K ^cloves@garlicgarlic.J %^cups@oniononion, white)I ^tbs.@butterbutter>H ++\handful?sunflower seedssunflower seeds:G )+\cups@grated cheddarcheese, cheddar=F %5\tsp.?black pepperblack pepper, ground2E !#\tbs.@fresh dilldill, fresh(D \cup?yogurtyogurt9C )+\lb.?cottage cheesecheese, cottage?B '5\bunch?Fresh Spinachfresh spinach leaves6A '%\tsp.?caraway seedscaraway seed%@ \tsp.?saltsalt4? -\cups@shredded cabbagecabbage4> -\lb.?sliced mushroomsmushroom+= \cloves@garlicgarlic.< '\cup@chopped oniononion6; 3\tbs.@butter or margerinebutter \G!Moosewood Macaroni and Cheese1. Preheat oven to 350 F. Lightly grease a 9 x 13 inch baking pan 2. Cook the pasta until just barely tender. Drain thoroughly, and transfer to a large bowl 3. Melt the butter in a large, deep skillet, and add the onions. After sauteing for about 5 minutes, add garlic, mushrooms, cabbage, salt, and caraway. Stir, cover, and cook until the cabbage is just tender ( 10 minutes). Stir in spinach, and remove from heat. Add to the pasta. 4. Stir in cottage cheese, buttermilk, dill, black pepper, and half the cheddar. Taste to adjus seasonings, and spread into the prepared pan. Sprinkle with the remaining cheddar and a few sunflower seeds, and bake uncovereed for 20 to 30 minutes, or until heated throughAmerican Moosewood@ until the mushrooms are tender and the liquid has evaporated, 3 to 4 minutes. Let cool. 3. Whisk egg, sour cream, salt and pepper in a large bowl. Add scallions, parsley and the mushroom mixture; toss to coat. 4. To assemble & bake galette: Preheat oven to 400°F. Coat a baking sheet with cooking spray. 5. On a lightly floured surface, roll dough into a rough 15-inch circle about 1/4 inch thick. Roll it back over the rolling pin and transfer to the prepared baking sheet. Spread the filling over the dough, leaving a 2-inch border all around. Fold the border up and over the filling to form a rim, pleating as necessary. Brush egg glaze over the rim. 6. Bake the galette until the crust is golden, 25 to 35 minutes. Let cool on the baking sheet on a wire rack for 5 minutes. Slide onto a serving platter and serve hot or at room temperature. Makes 8 appetizer servings or 4 main-dish servings. Per appetizer serving: 221 calories; 11 g fat (2 g sat, 6 g mono); 31 mg cholesterol; 24 g carbohydrate; 7 g protein; 2 g fiber; 372 mg sodium.Eating Well Fall 2004@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222_" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ۇ+ŦŻ.KtZO=oE!FS\y_q$Qu+tI}yr=H73]QC늯psBg8\zY'UT`Xg8qhb-KMe3ǟX;~Wy!AF{{F-n'g0{E{"-DZyl2 :YxK֑]yqFy^[r־K,ZWUC#I^1|E{E;ˡ;`wr6nk5-l\e$}Jz}qmz݆[>cqq6VV|>H]W6>tO20zdosÿg%Ҳv'psfSD[A]nn|Aॶ΍2A ^J¼85)WzUP4^r5ѕ%ԯGv7 nǸ덬<;ۻC&H(U''K~0]_@-Kiv9m"!Bm'w%lX:sخWgK(I@T;f.t4nœC{+gsumOPCVU ҡ\c#ѽ[ Bխ `)<;UkiTG[6ch,zqu#[`tr5n&bz1=s=smt2 "ܡ9Z6KVZU!"tM_MDwHF+D^0giWI{o%.#yM_;%&ZS/PR9?ii5j2#Ʊ K7A@U}SZҴ_}r6#dnqcIrdZGCimᨡh9os2I95C$5Ъ1'ۂ9b:a_¨[j&2\p{ry!n;V펗V1`66<yUWdY H.I7vIl zgү^xs0!TVz-iڶlt}c$T`ݬqzŋB/={;΍z& 6K` ٽKsc5iRXYnU ~5)T\'ufn'O6\a!+uKϷ],c5fDJIȭͩg` .ЍRҶ-G"?;DqNyYAwoq4f7 928?z֓4:RIee2C%ŜK K9~50o H'ʚ}Ra⛤I7泖XOMG"7j x={@D:nHӧ.~VLx;tsU.aى#g%}ǂܐn }e=գ猱=ГWxN C@gؐG2?WY؃⩭n T;Wsgt2c;y:~5SYl*kq=y-6㌎kU9H cۜ{溠r}`8wM)+3 /Nn2GO?Mִsg Żr kO ? 7NjC"{qUdyLTV#Q#5]]X̧fi)-:,RƒƓ' 3Ԍ]%֓u[y[Kh?6p0e0iٻM^[p>9>"cOR׊eMoiGvߕqvMsTIȃqNzQE\8Mk.?|A)KeÎT݀vH|)G%Ǜu 2Τ @ACDg GGG_)!-Mushroom Satayp. 109Asian/thaiNew Thai cuisine@J^)5Mushroom CurrySee Moosewood, p.174IndianMoosewood@];#7d Mushroom & Leek Galette1. To prepare crust: Whisk whole-wheat flour, all-purpose flour, baking powder and salt in a medium bowl. Puree cottage cheese in a food processor. Add oil, milk and sugar; process until smooth. Add the dry ingredients and pulse 4 to 5 times, just until the dough clumps together. Turn out onto a lightly floured surface and knead several times, but do not overwork. Press the dough into a disk, dust with flour and wrap in plastic wrap. Refrigerate for at least 20 minutes. 2. Meanwhile, prepare filling: Heat oil in a large nonstick skillet over medium-low heat. Add leeks and cook, stirring often, until tender, 3 to 5 minutes. (Add water, if necessary, to prevent scorching.) Add mushrooms and increase heat to medium-high; cook, stirring occasionally, KYp@b0yK+^ _cloves@garlicgarlic@] 9'_tbs.@chopped cilantro stemscilantro stem3\ +_tsp.?chopped galangagalanga;[ 3#_tbs.?chopped lemon grasslemon grass/Z ^to taste?cayennecayenne3Y ##^tbs.@lemon juicelemon juice'X ^tbs.?honeyhoneyIW E/^cup?shredded unsweetened coconutcoconut, shredded/V #^medium@tart applesapple-U ^medium@tomatoestomato-T ^lb.?mushroomsmushroom(S ^cup?celerycelery%R ^tsp.?saltsalt(Q ^tsp.?clovesclove8P ')^tsp.?mustard seedsmustard, seeds 1/dc.@quick cooking oatsquick cooking oat-~ 'dc.?boiling waterwater3} ##dtsp.?baking sodabaking soda%| dtsp.?saltsalt>{ /1dc.?all-purpose flourflour, all purpose;z ++dtsp.?vanilla extractvanilla extract2y #%dc.?white sugarsugar, white9x 1%dc.?packed brown sugarsugar, brown'w dc.?butterbutter3v ##ctsp.@garlic saltgarlic salt7u ''ctsp.@seasoned saltseasoned salt9t ))ctbs.@Worcestershireworcestershire's clb?butterbutter8r !!#c13 oz. can@mixed nutsnuts, mixed=q )+cpackage?stick pretzelspretzels, stick4p !clargebox?rice chexchex, rice dV#uEY"d) efrecipe?Pie Crust1 emedium@scallionsscallions  e@eggsegg8 )+ec.?cottage cheesecheese, cottage4 1etbs.@flourflour, all purpose+ ecloves@garlicgarlic % etsp.@dilldill + emedium?carrotcarrot . estalk?broccolibroccoli 4 -ecups?shredded cabbagecabbage - elb.?mushroomsmushroom% etsp.?saltsalt6 '%etsp.?caraway seedscaraway seed epaprikapaprika( ec.?yogurtyogurt0 !!ec.?sour creamsour cream, %ec.?minced oniononion) etbs.?butterbutterL ?=dc.?semisweet chocolate chipssemisweet chocolate chip Td2j;_oI'1Penne w/Goat Cheese&Ruby ChardSee p. 54MediterraneanVegetarian Epicure@-m!#Pear TortePaul Dillon@OlA!-Peanut Sesame Noodle SaladAsian/thai New Thai cuisine `@uk%y!/peanut sauceMakes 3/4 cup of sauce. See p. 116 asian noodle book.Asian/thaiAsian Noodle Book?0j'#Pate Au ChouxPaul Dillon?6i#!Pad ThaiHeat oil in wok, fry garlic. Break egg into pan and scramble withgarlic. Add noodles and stir well. One by one, add the other ingredients.Asian/thai@5h;Oyster Mushroom Chowderp. 250@pg7G51Ortega Chile PotatoesSee p.300 vegetarian epicure.Mexican/SouthwesternVegetarian Epicure@ 8e++Old Country PieMoosewood p.158@ TS&d1K!TA$ 11htsp.?dried thyme leavesthyme, dried whole#)# h?bay leafbay leaf"*" hstalk?celerycelery!-! 'hcup?chopped leeksleek ' hcups@waterwater9 +)hlb.?russet potatoespotato, russet5 )#hcup?dry white winewine, whiteC 9/hlb.?fresh oyster mushroomsmushrooms, oyster) htbs.?butterbutter0 !htbs.?olive oiloil, olive9 3'h@large yellow onionsonion, yellow; 3%goz.@Montery Jack Cheesecheese, jackE 75gcup?chopped Ortega Chilesgreen chiles, canned* gclove?garlicgarlic+ %g@onionsonion, white0 !gtbs.@olive oiloil, oliveI A3glbs@ small red-skinned potatoespotato, red-skinned .T,S1|Ld.36 #%ioz.?beansproutsbean sprouts5I5 9;itbs?preserved white radishwhite radish, preserved444 %%itsp?chili powderchili powder3*3 itbs@peanutspeanuts252 %'itbs@dried shrimpshrimp, dried1-1 %itsp?sugarsugar, white000 !!itbs?fish saucefish sauce/2/ ##itbs@lemon juicelemon juice.J. ;;ioz.@flat rice flour noodlesflat rice flour noodles-- i?eggegg,+, icloves@garlicgarlic+-+ )itbs@oiloil, vegetable*B* !-+hto garnish?chopped cilantrocilantro, fresh)3) #%hcup?heavy creamcream, heavy(%( hcups@milkmilk'<' --hcup?sweet red pepperbell pepper, red&+& htbs.@marsalamarsala%<% +-hcups@vegetable brothbroth, vegetable$ OkH!p/\0|O*I lclove?garlicgarlicH2H !#ltbs.@sesame oiloil, sesameG8G ')ltbs.@vegetable oiloil, vegetableFAF 11ktsp.?crushed red peppercrushed red pepperE)E ktsp.?garlicgarlicD?D ?ktsp.?safflower oil or corn oiloil, cornC%C kc.?UUUUUUwaterwaterB.B %ktsp.?sugarsugar, whiteA5A %%ktsp.?tomato pastetomato paste@>@ 5'ktbs.@smooth peanut butterpeanut butter?.? %kcup?hoisinhoisin sauce>> jpinchsaltsalt='= jc.?UUUUUUbutterbutter<2< 1jc.?flourflour, all purpose;$; joz.@ milkmilk: : j@eggsegg9!9 i?limelime8=8 !/ito garnish?coriandercoriander, ground7.7 'i@spring onionsscallion6 LLm;oCL8[ ''olarge@yellow onionsonion, yellowZ(Z mc.?UUUUUUalmondsalmondY1Y !!mtbs.?cornstarchcornstarchX.X %mtbs.@sugarsugar, whiteW)W mtbs.@butterbutterV)V %m@pears; dicedpearU-U 'mnrecipe?Pate Au ChouxT0T -mbrecipe?Shortbread CrustS;S +-lcup?roasted peanutspeanuts, roastedR(R lcup?carrotcarrotQ/Q #lcup?green onionscallionP9P )+lcup?fresh cilantrocilantro, freshOX]kj/plb.?butternut squash, peeled and cut into 3/4-inch cubes (3 cups)squash, butternutiEi E)pc.?reduced-sodium chicken brothbroth, chickenhBh 11ppinch?crushed red peppercrushed red pepperg4g %#ptsp.?Thyme leavesthyme leavef3f )pcloves@garlic, mincedgarlice:e 9pmedium?onion, chopped (1 cup)oniond9d /%poz.@cubed smoked tofutofu, smokedc3c !#obunch?ruby chardchard, rubyb1b !#ocup?white winewine, whitea5a '%olb.?penne noodlespasta, penne`.` ocup?pine nutspine nuts_L_ ==ooz.@creamy white goat cheesecheese, fresh white goat^>^ -/otbs.@balsamic vinegarvinegar, balsamic])] otsp.?butterbutter\0\ !otbs.@olive oiloil, olive[ &5e.~>R&)y qtsp.?sea saltsaltx2x )qtsp.?cayenne peppercayennew=w 3'qtsp.?grated fresh gingerginger, freshv7v ))qc.?cooked pumpkincooked pumpkinu:u +-qc.@vegetable brothbroth, vegetablet=t //qc.?sweet white whinesweet white whines>s 3'qsmall?yellow onion; dicedonion, yellowr,r qtbs.?margarinebutterq=q 9!qtbs.@extra-virgin olive oiloil, olivep4p %'qc.?Arborio ricerice, arboriooBo 75pto tastefreshly ground pepperblack pepper, groundn2n /ptsp.?salt, or to tastesaltmSm ]-pc.?freshly grated Parmesan cheese (1 ounce)cheese, parmesanl]l k1poz.@ whole-wheat penne, rigatoni or fusilli (2 cups)penne, whole-wheatkhk #}%psmall bunch?Swiss chard, stemmed and cut into 1-inch pieces (8 cups)chard, swissjnds. Return the bacon to the pan and add broth and squash; bring to a simmer. Cover and cook for 10 minutes. Add chard and stir to immerse. Cover and cook until the squash and chard are tender, about 5 minutes. 3. Meanwhile, cook pasta until just tender, 8 to 10 minutes or according to package directions. Drain and return to the pot. Add the squash mixture, Parmesan, salt and pepper; toss to coat. Serve immediately.Eating Well Fall 2004@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222u" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzη ?nG7{iY$gSgAJ#*4ɹvmWja~w+mv!]5(Tf"]ɩhN/,*C8a['WIi O9omAY0A;,`RM6ښ:Ӯf-B` h%t-uFBNu85*Ңc4Lz"pOjmx;d/f:}/Q k ڙ֫~lݒ)"eY^I<qJ /#99ʅKV(Y'8?ʻױf4;%Eq⛊,ȷ-knħq 3*dbv tc]rf8kjys)?<q\b"\moou=9Er*5#(S;|(C8 xUх20*u^xbH\[nA27݊?88(V#U'\R})ɂ0x ZC({mqs5nZhp]vZS.vAzmR]ܸHs=j}.ϭ5E$$C ݋1#\_ˢ$v_#VlW;Q]MS'6cy]ȬTLƬW{k%|f*਄)8اuK\٭0cuoaU_{a8 =sK.ڞ='$H2pzMk_ hwAkR`و-B>ջ;W#bJvt䥧goɝbSSEԧ9bX?Z cV"*&xD%:\m'taUgv|sPZK)'5pZ029p4FjbZOatࢂyWc<ޘz'{Pu@bm%{@Qנ; +v%:M1vໟa{ה^7}rA4҄ 7o/מMXiE=X WbI9U!P=>-vqRqkipɨDbr$ xr[[ۆ&}׵tr46$׏Zc>dRN:$%D͎O: e]_Mxz?n]6 qͳhILW ,ϒWi/ӧJO#(iĚ#k)I OfbXT*YwQkɬ&Ph gf++RAGB{g'IE]38%ihKI$zk&k[NݬsG;W1x9lG;(hB[xQz)%S1TmQZ`0JZ-rbӄ4eCw+=)hn8*5'Kb+1]jڍt5(`q1Lϧ'sֿ aϖ8Lr+'QLk(oȼ,^5&jnIt`8s;iYj6XZm:mVa@ n5i~W1n^F =T=_RoVoS~\eyF⳵=BMKѢ2W޵9"I]f~;/y!d8 f3p0_}[ *D]42 KE#CWC|1@3ˌOo/>m'N>d3tu f1q^qzWgr1׬x]7ik攌?Z (7{0ЊRFijK&U8pj/$X9 1NK -,LG@Spl =C0õ,$y+ʜKżOq^ۆdiUF GK..EP"T#98cKI>G"=i^-Ylw2b)_kƾn ]H>S8oC\QLT<VmcgR[!!XkVKr1ms^3|G̠c{cXBU=tg,*1t؉?~tWky=&ߨ}v}Ru 2(^6";m`AG~Ufa[1܀ z)eOt[k%ọ>hW_ ̺V~TNu?^2qCs Cq}u5ǎOѬuL1cp|bBm,alW  Y>h؏~?eD~tQ\405(VvK+z.uYf$F=NkcqIup2ᔑ{W2Dۙܗ#&xN%ltڴy8-eIڕ2x5zmŞИڰ%1$ee޷.Ճ;⹩˚;ZCaM՝ԖdItNb 7Wt jV14AA1ָWr⾟W42rQ=;7Z|j0E* P7Q^A}8zR(ݶ=9l}x~uBI#޹cTkK%9պ}ps]Μ]|~I&mbɵ;VA1q sUu]"OrXČ'=}{/ xͳ]:Ipj-~ u3)#zJ5քpPiר.+%C=+tRYOaQd^Ojr:e&tv18>ޕz|1I2̐>+Ϟ2]Jc¨w/? ak]ƿsRSr*͎}Xt5OҚGv\=D}fR=JAO5zGĝUCq_::婴}gmp4d.O-5[MEt?Ec!p;P~R=UR]0#Rσ`c<''l!gé#102I i;. ?6:Բ?եABu_)w6͆8ޮ~($w HL񫖾:`)rS:TlQ0Is>qo$~+O>S9++p;K8/钩n5M:|YYƴ߄~4M&f'oIfV\(;Gb0ky^nҘ QI7Щ' ZH#z-A.uKǻ'KtpKdX~-Ic[g-QPY|l>8e ;&L)Y=lw!U# 0vSL[ɯ,q3?X{6]?!20B$`^a~TWC⊟h==+Ͻ4#&leb$B=JPE68WU,搨ҁ d.:b'~\ <Q񦘇֝gG @҇z9!Hb⋎Aqr:9)zJK5J[%G4ؤ&t\p=>jr 1 +g'V#ATci6@=M\)>cU$0+9Tр\cں "qFsI#)N};f?La)?al?j+OVkx]wzԴhbMc(ױH|T{VlBIQEP{ (BJνxb(pWe]Lر=I dQEm-JEG>Q\Ԟ%5i:E%w7QXzS-,#aPn){QJ&'袊?JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(1" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Ykz5X\ΑA5" Ʃ6~d?v3=1ҹxFpIyك$1ƠX8u'pHƑ :V{kc6,2^B##P!.ey/Zy,qFud)|ti;i%*]:ם_u-,dXoEb[` }1֎f̕2Er G?C&?bHtȅ9;j_yX]ŪC$H#{6z8nްTS:9E^f5o J*?1?j+G(|/I"-qFqNdHGZ˿ ¾ԥ8';O'AWO់ך|Km-{Dz=˽C2@!բf+~:~>NJNzPM?y\<- oO2*1Rv?i~${Y6+b C(#հOx/bԆv$cD. fh1 dm,;@ :RicXbIy})f|yJr'89#5xS|4 ~ad3 }sgְYYӠ`mWQw28,27#u;}sZa{@||i.-_l2DZjڃ4Q]j[&ܓHW?O cџA;dQN:w.5TOpOjQ){@>4QYԓZ#8_"QEd (Jet(Jv+7)Potato Pancakesp.410, Joy of CookingJoy of Cooking@6u'Potato Masalap.43IndianDakshin@6t1#Portobello BurgersMix mayo, basil and pepper and spread on bread. Saute or broil mushrooms (and onion if desired). Toast bread & put together sandwich.@Zs+mPlain Old SaladMake a salad. Better yet, make Katharine do it.Tom@0r+Pie CrustMoosewood p.156@Uq;UPeppery Pumpkin RisottoVenturesome Vegetarian Cooking p.1404@pUG7HPenne with Braised Squash and Greens1. Bring a large pot of lightly salted water to a boil for cooking the pasta. 2. Cook bacon in a large nonstick skillet over medium heat, stirring often, until crisp, 3 to 5 minutes. Transfer to a paper towel. Pour off fat and add onion to the pan; cook, stirring often, until softened and golden, 2 to 3 minutes. Add garlic and crushed red pepper; cook, stirring, for 30 seco 0zP["Nq0> +-tslices@sourdough breadbread, sourdough< %5ttsp?black pepperblack pepper, ground3 #%ttbs@fresh basilbasil, fresh0 !!tcup?mayonnaisemayonnaise2 !tslices@red oniononion, redE 55tcups@portobello mushroomsmushroom, portobello/ !ttsp?olive oiloil, olive( scup?olivesolives, sbox?croutonscroutons6 #1s?bell pepperbell pepper, green) s?cucumbercucumber% s?tomatotomato4 %%sbag?salad greenssalad greens~2~ !!rtbs.@buttermilkbuttermilk}2} 1rc.?flourflour, all purpose|'| rc.?butterbutter{:{ +-qc.?parmesan cheesecheese, parmesanzFz 75qtsp.?freshly ground pepperblack pepper, groundy W}Ph@HW{ imutsp.?Bengal gram dal (yellow split peas, chana dal)bengal gram dal (yellow split peas or chana dal)9 ))utsp.?black gram dalblack gram dal4 #%utsp.?cumin seedscumin, seedsC 33utsp.?brown mustard seedsbrown mustard seeds. )utbs.?oiloil, vegetableD #--usmall bunch?coriander leavescoriander leaves7 /!uc.?boiled green peasgreen peas% uc.?waterwater4 +utsp.?ground turmericturmeric9 =u@tomatoes, finely choppedtomatoes: 9umedium@onions, finely choppedonion5 ))u@green chilliespeppers, chili* ulb.?potatoespotato< -/toz@provolone cheesecheese, provoloneA 31tcup?Qroasted red peppersroasted red pepper ]T&r8b.]F, ;3yoz.@<can of crushed tomatoestomato, can crushed++ xoz.@spinachspinach.* xoz.@mushroomsmushroom&) xoz.@salsasalsa1( +xlb.?cheesecheese, cheddar2' -x@tortillastortillas, flour6& ''wcup?peanut butterpeanut butter)% wslices@breadbread9$ +)wcan?stewed tomatoestomato, stewed7# ')vcup?vegetable oiloil, vegetable%" vtsp.?saltsalt/! %vtbs.?onionsonion, white4 1vtbs.?flourflour, all purpose  v@eggsegg+ vcups@potatoespotato/ %!u@curry leavescurry leaf? //utsp.?asafoetida powderasafoetida powder5 !1u?red chillipepper, red chilli #x!gQuesadillaSautee mushrooms. Add spinach, mushrooms and grated cheese to the center of a tortilla. Fold tortilla in the middle. Cook the quesadilla a few minutes on both sides, until lightly browned. Serve with salsa and (if desired) sour cream.MexicanTom@Zw)K%Putney SpecialWarm stewed tomatoes in a saucepan. Meanwhile, toast the bread and spread peanut butter on it. When the tomatoes are warm, spoon them over the bread and enjoy!AmericanDavid Hinkle@ 3x,_,l3i9 [[zc.?fresh whole-wheat breadcrumbs (see Tip)fresh whole-wheat breadcrumbs (see tip)28 #%zc.?frozen corncorn, frozen7 {ztsp.?chopped fresh thyme or 1/2 teaspoon dried thyme leaves, crushedfresh thyme or 1/2 teaspoon dried thyme leaves, crushed06 'ztsp.@minced garlicgarlicG5 !11zscallions,@trimmed and slicedtrimmed and sliced@4 13zc.?instant brown ricerice, instant brown03 !ytbs.?olive oiloil, olive62 %'ytsp.?ground cumincumin, groundT1 _)ytsp.?dried oregano (Mexican oregano preferred)oregano, dried:0 )+ytsp.?dried cilantrocilantro, driedI/ Uycloves@(minimum) garlic, crushed and mincedgarlicP. W1y@mushrooms (crimini are best), choppedmushrooms, crimini2- )ymedium?onion, choppedonion ]]&z])#Rice & Corn Cakes with Spicy Black Beans1. Cook rice with the amount of water called for in the package directions, adding scallions, garlic and thyme to the water. Remove from heat and stir in corn, breadcrumbs, salt and pepper. Let stand for about 5 minutes to cool slightly. 2. Wۄoy9G7)Quick Veggie Red Saucesubmitted by and thanks to Kurt Giambastiani Here's a meatless red sauce that is terrific over pasta, and you can cook it in 20 minutes. I gave it a more earthy flavor, too, with the cumin (my favorite spice). In a large saucepan, saute the onion and mushrooms and garlic in olive oil until browned (very important--not until translucent or soft--until browned; the carmelization gives this quick sauce a surprisingly deep flavor). Add the tomatoes and spices. Simmer 20 minutes, and serve thick and hot over your favorite pasta. Tada!Mediterranean/Italianaltonbrown.com@ 2g W$_(2UI i#}lb.@thin, tender green beans (like haricots verts)green beans%H |tsp.?saltsalt.G %|tbs.@sugarsugar, whiteBF ;1|@large dried red chilieschiles, red, dried4E -|tbs.@chopped shallotsshallot)D |tbs.@garlicgarlic-C )|cup?oiloil, vegetable.B %{tsp.?sugarsugar, white5A %%{tsp.@oyster sauceoyster sauce0@ !{tbs.?rice winewine, rice]? OOzc.?tomato salsa, mild, medium or hottomato salsa, mild, medium or hotO> ;;z15-ounce?can black beans, rinsedcan black beans, rinsed[= KKztbs.?UUUUUUextra-virgin olive oil, dividedextra-virgin olive oil, divided%< zlarge@eggseggF; 75ztsp.?freshly ground pepperblack pepper, ground%: ztsp.?saltsalthisk eggs in a large bowl until frothy. Add the rice mixture and mash with a potato masher until the mixture holds together (it will be fairly soft), about 1 minute. Shape the mixture into 8 patties. 3. Heat 2 teaspoons oil in a medium nonstick skillet over medium-high heat. Carefully transfer 4 patties to the pan with a spatula and cook until browned and crispy, about 3 minutes per side. Transfer to a plate; cover to keep warm. Wipe out the pan with a paper towel, add the remaining 2 teaspoons oil and repeat with the remaining 4 patties. 4. Meanwhile, combine beans and salsa in a small saucepan and cook over medium-high heat, stirring occasionally, until hot, about 5 minutes. To serve, divide the beans among 4 plates and top with 2 patties each. Makes 4 servings. Per serving: 354 calories; 10 g fat (2 g sat, 5 g mono); 106 mg cholesterol; 51 g carbohydrate; 17 g protein; 12 g fiber; 676 mg sodium. Nutrition bonus: Fiber (48% daily value), Vitamin C (27% dv), Iron (28% dv).MexicanEating Well4 @ 3dc3jWC1Salad with Wheat Pilaf and Red Grapesp. 284, Vegetarian Epicure.Vegetarian Epicure@T;31Salad of Peppery Greensp. 320 Veg Epicure.Vegetarian Epicure@ i1Salad of Bitter Greens with Gorgonzola Cheese and Walnutsp. 249Vegetarian Epicure@ d#saag paneersee p. 113 of indian cookbook (adapted from a meat recipe)Indian@PM1Roasted Yams with Green Tomatoesp.155.Vegetarian Epicure@%~]!-Roasted Rock Fish with Coconut and MangoTransfer the fish to a platter. Scatter the mango and cilantro on top.Asian/thai New Thai cuisine@N}=%1Roasted Green Bean Saladp. 332 VegEpVegetarian Epicure@N|3!-Roasted Chili Pastesee p. 12Asian/thaiNew Thai cuisine?{9 'KRice Wine-Oyster SauceWhisk rice wine, oyster sauce, sugar and salt in a small bowl.Asian/ChineseEating Well February/March 2005@ Qg&Lf4Q4Z %%~cup?coconut milkcoconut milkM -/}tbs.?balsamic vinegarvinegar, balsamic7L =}@large, ripe red tomatoestomato0K !}tbs.@olive oiloil, olive)J }head?garlicgarlic ._'b;tAi.8l /tbs.@coriandercoriander, ground*k tbs.?garlicgarlic7j %'tbs.?fresh gingerginger, fresh2i %yellow@onionsonion, white9h ')tbs.@vegetable oiloil, vegetable0g !tbs.?olive oiloil, olive+f cloves@garlicgarlic-e !!@red onionsonion, red+d %@red tomatoestomato8c )'lbs.@green tomatoestomato, green$b lbs.@yamsyam3a +~cup?cilantrocilantro, fresh#` ~?mangomango6_ 1#~@kaffir lime leaveslime leaves-^ !!~@star anisestar anise5] ##~stalks@lemon grasslemon grassM\ Q)~cups@shredded sui choy or nappa cabbagecabbage, nappaN[ ??~lb.@whole rock cod or snapperwhole rock cod or snapper Wi>I r8W0~ 'cup?walnut pieceswalnut@} /1oz.@Gorgonzola cheesecheese, gorgonzola-| !?red oniononion, red8{ 1%@(fresh basil leavesbasil, fresh7z %'head?curly endiveendive, curly0y head?radicchioradicchio+x oz.@(arugulaarugula6w 1cups@fried paneer cubespaneer:v )+cup?fresh cilantrocilantro, fresh6u %%tsp.@garam masalagaram masala+t cup?spinachspinach8s -)@hot green chileschilies, green&r tsp.?saltsalt'q cup?waterwater(p @tomatoestomato/o %cup?plain yogurtyogurt3n )tsp.?cayenne peppercayenne,m tbs.?paprikapaprika *P_b g*: #-small@red peppersbell pepper, red / large?cucumbercucumber B ?%qt.@mixed tender salad greenssalad greens ? 13@4cured black olivesolives, cured black ? -/tbs.@balsamic vinegarvinegar, balsamic 7 7c.?coarse-ground walnutswalnut/ !c.?UUUUUUolive oiloil, oliveL ;=oz.@$fresh white goat cheesecheese, fresh white goat? 1%handful?fresh basil leavesbasil, fresh< )+heads@Belgian endiveendive, belgian6 !small head?radicchioradicchioD !3'small head?young curly endivesendive, curly/ bunches@arugulaarugulaC -/sprinkle?balsamic vinegarvinegar, balsamic3 !#tbs.?walnut oiloil, walnut1 !tbs.@olive oiloil, olive MCxCP}M- large@potatoespotato1 !!cup?buttermilkbuttermilk% tsp?saltsalt5 1cups@flourflour, all purpose< -+cup?chopped cilantrocilantro, fresh1 +@jalapeno chilesjalapeno9 %'medium?yellow oniononion, yellow8 1medium@vine-ripe tomatoestomatoE 35cups@seedless red grapesgrapes, seedless red2 +cup?UUUUUUtoasted almondsalmondK 9;cups@wheat and lentil pilafpilaf, wheat and lentil? -/tbs.?balsamic vinegarvinegar, balsamic8 -!tbs.@virgin olive oiloil, olive] q)cup?radish sprouts (or 1/3 cup thinly sliced radishes)radish sproutsZ ycup?sunflower seed sprouts (or any mild-flavoured sprouts)sprouts p;\ElRSesame Toffee (Ellu Urundai)In a heavy saucepan, dry-roast the sesame seeds until light brown in colour. Set aside. Prepare syrup by adding water to a heavy saucepan. Add the powdered jaggery and slowly bring to boil. Now add the chopped coconut pieces. Simmer on low heat until the syrup becomes thick and sticky. Add the roasted sesame seeds. Mix thoroughly. Turn off the heat and quicklyWASSesame Steamed Green BeansVenturesome Vegetarian Cooking p.91@W'G5Santa Fe WrapPlace first 5 ingr. in food processor/blender, process. Add feta, beans, cilantro, sauce. Pulse 4 or 5 until combined. Make wraps, roll up, cut diagonally.Mexican/Southwestern@8-samosasmoosewood, p.170Moosewood@R#G1Salsa CrudaSee p. 240 Vegetarian EpicureVegetarian Epicure@ `tA{En2`4/ #%cup?feta cheesecheese, feta.+. clove?garlicgarlic-1- !!tbs?lime juicelime juice,6, %'tbs@cream cheesecheese, cream+9+ )+c.?ricotta cheesecheese, ricotta*/* !c.?chickpeaschick peas)4) #%tbs@brown sugarsugar, brown(8( ')cup?cider vinegarvinegar, cider'0' to taste?cayennecayenne&3& ##tbs@lemon juicelemon juice%&% cups?peaspeas$%$ tsp?saltsalt#7# /tsp?coriandercoriander, ground"8" ')tsp?mustard seedsmustard, seeds!0! 'tbs?gingerginger, fresh , cloves@garlicgarlic. %cup?oniononion, white) tbs?butterbutter @[g.n,@@? K?coconut, cut into small pieces.coconut>>> --cups?powdered jaggerypowdered jaggery=&= c.?waterwater<<< 1%cups@white sesame seedssesame seeds;?; -/tsp.?red wine vinegarvinegar, red wine:4: ##tbs.?maple syrupmaple syrup9K9 ;=c.?toasted sesame seed oiloil, toasted sesame seed888 /!lb.?fresh green beansgreen bean767 %%tbs.@sesame seedssesame seeds606 !tbs@red oniononion, red5<5 5%c.?monterey jack cheesecheese, jack4C4 13cups@curly leaf lettucelettuce, curly leaf393 +-@flour tortillastortillas, flour2/2 tsp?hot saucehot sauce1:1 )+tbs?fresh cilantrocilantro, fresh030 ##cup?black beansblack beans/ ` &,28>DJPV\bhntz "(.4:@FLRX^djpv|      !!""##$$%%&&''(())**++,,--..//001122334466778899::;;<<==>>@@AABBCCDDEEFFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^__aaccddeegg P $*08@HPX`hpx (08@HPX`hpxiijjkkllmmooppqqrrssttuuvvwwxxyyzz{{||}}~~ shape the mixture into small balls with your fingers. Store in an airtight container.IndianDakshin@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Ux=J灜G'9=~:M3,g8;{p=21(z9}9V,0H4vUL$15c> `8RF:IE$R#8犙tRJI'&v#.($ ? JB@p ָZCv'7c@zQ'u)䅵p,0{d6OCҹ-Omg"-Xު39ImsbMΗc̐`~w;`d1K'#֢T-ˌ䞌#4+-m!qkfeAh09zjq%G <$ұt\uቒ5ƞ)2)Sdֺ /ōtΛM(|pίxbW{"%U1~8gjJSFHY#_0p{V拮yyG\b3<ʶ=5lf7*TӒ\e5f{'ZKyf"?0 iId$$uW_$b^1G +sF`=$ I c+I\5TTA$'?[F)$, ! `1俶!%<&9w`?DHO^vMM;EG~T`pH' BO?xE72)ys^sؤKm $p%$ ~"{]G& :0prѣA8ӽ8AVN}jElg~Fcő;2Ho~LWۜ3&( C {K&2CFVD' >UY cR@'zu5b F@%= uƛ^\XNȤ3&{ѨKmz54mПL<,F7uΣctI&d[6/##g=\#RD3*qkTg+g e2>v\ۡ$vWьv6㥎9Np1RުCgydėz1A;s\&ArA< d mvvc jm:Ѽajm-laI dc8qpւ--kk.׊IQTgQMH[khBI[ b::𿇦$^,sidCV@]5$KEgf*IA>˧\O#L \rG=+.4͑8TeHTBO1Oz4*¤yB+KyUYS{Oj$ y)jıbEfPA<'&MV)GCJS8"r=@'ߧzlAn%.'"޲.[d v&A㌜ >k1r%I%gdr٩;h-,h* qsLѬ%$kpn_,|V2/ 󝜞3=?Nivc?yB]:(IZ QyH8F_a!I>IЉE,doC\V -˘e@=8 U9PӢa+H\u?z֕< N` WZ2CHX@m^olAČx8LUn/D](+--,Kɔnv) 'h=:g=zVxFUUeUєDHb9^Zf/d`IPH nN87w-nZn *$0qSF<θ'<_֯ ND1#'ӟs+BNA9k_T)'gc}%8dy-egs" (G8Uo HLC8ǷvXSnduǧlU;$Ae*Rxd1C:Nqpqˁ=(@!1\sorɞL \irK$,$8FjԶ%9'- ֋O.7.8ɣhSWE2%bq T~BUnΫ!xip=qҴCTԋ3<LO S[v"$C=ȩQv9%sG]1-sp<vv]{ihcC#?)*HP}y'נ*.Ŗit`A?{mew177,X*1Ӯkj}7/ .dѹqeo+]M+J3\dbo&&l$3tڥB \d0pIYzt U<9O=}9: tvE$3` ̳$I#clbU XԐKd~9jt.²۽H'z`toiphp +8Zin# ҒK2eI$=9MQPtd`:p1]0N׸%G6s!O9[]k,<^3z}kgFHV G zqך=!hkx$h@erIPzϧN3ZQg@d`KlUpGo֗ L ^RFvMFlnwF7=?:wqq{M{LWF2&H;9#_2*iE(HWs̈W Aݸ&8wH"VfB:s^$JionѬoSB3c />h Sj 2:=R0;YU'L+ĂOo## '89WMY\l0s]džڴE4mn#9y&6 #± *JApj]Mk3(?#fm紎$dfyYrGýgIzh\(*\W% %Ò8`y%Q۩#BW2 w1ǿsLd%KRXҡ0BlӚRP@Td9ުKr#, S`$ 8G3E~ARKXs5ZWS ,Gp{S_Q9Xeܾ]0AOO\9>Ys;U:*>f]m2IǵmO# 1JS:g8ZgZe?MJFvag`=k_\ϪL,Osk%SVWЏҊv? cj,E`J g6Wn&ݒԤ j5;Ici8d,g<~޶<=TLqX(#<0?뿞ɴ(;Jaי/;aF),W~#}z吇EUV$`p23\M8m*'T*UntˑsZvo58 (vy GBddV>3I =s^Ue, `zש\3aѱ pGzjJS{"iKDUkKƔ4Ddj8*qƢA{ix$s#)`rA5+G2(+7n@j&{1-o)lˑې?JYszޛ.d"H0:~LutQpN;qZ$?"\UƋ0 9 WNZL.ICry`>c>@bp ddԓ<Imo-qסDSE8VUh+sq]ORSo#*@lc'<}~UjL@8 g,y qk:*;cb\u8{]H1B@~pggOzs>&yн9 hrӷYs@f+eR<֍&sFv5 Y0@O$yy8jIJ1})vTc~xǨ5UZ/ #Wq ]Q03[$I$Zi*t I$&Ku 13ȧ'tD~Xt>kBEQ;vuv]-fH+1=lT&t!'iNʒ5 Sƨ8OzХ˂0"KóxVld+A?\p=ȥ̣g9f;FhN}+iR޽hNaIjpgeidA7j9z<^řа%,As_7T+7dtӊa<6%2R=}+{h y.J Yc#35-cܨ"BXB8v,onHhF<ؒsIVKOWeVy|d u=ζ"ӭxh9g+}o,t&|ɤf8Y602o/.aq4c$8=zuu"g0x/v8@Ѓ?Jͩܪl \0}5̑-J،Fq2Im&SqQ9AJͻ#eyԢ auʩA;I O*``1NI=tP46N'p+U j݌'Z7EƜss-ðN+JeAzH9Gc+YJm4l! V^ X4)r62} E 0 =*DbD #ԟ`,6!@*Yʨ0H${ǥNQPFY$}J6I5skR*HȪxjQQ$ue_CЏZq̪RNF9TknHl ,5-z?k0ח)'oҹOvkA^9k;[e5~@YۇoUt,'aea"C4ZN "9 OM[Y eױ|>m(n"%ppw198A^f6w4qK""@o>ݞ@`P'}Oym{+rry"vSY_ י o/d@>՟:Ix"I0=F22:utՒFrm+оgQ;$Ī cguXiaW#rsU&%ݜ۸bCYhoҹ!R ]nse_3.ۡ<~+ZmcZ)rT(; ,U}.X-O###<ӕ4`㹶/3$r$wp@!MN &"<8+X+U4Fo>\4y>aj(QĂIP=q{;K]&!a+A.F@<'׼=)Hz|__bQh!\!e ۀvdpx=x5kT/yڜ"d<ޫ$od$7*rCH'U90w(-y#'t1ԝnxNJ:cβNIx*RT8$KrXIk>j,KO9F#zRGMz)Sg?Qҽ'BKsl p1zOc^_Y|Bӯ_^ĉ!Dv\ \'ǩGws C<*p9 '=|Vq& ,2Dc0đsq#'kK̚B"v\ AN1Uo%rGޚ#HnpqLH-N~]v0ձЀQXāԓT GJ02OOSZQ$`63N=CNrϩ]T|{U%/@` $*ڮoAJҰU jk7ab"߰JBXiȈI@G27v>÷{X!)"1t{zߕgܽ0(/vRڿQFgbI'9DN=)K1ȥBlv5w38T6zU>l͇Ҁh҃*H=3OӊBH5đ]Ca?IAF6=gͦ >[)~W.I# (#~zqs$=Z JbT{W%z->x ^Inp2O\zAd/mrm9=Fc՝V@i/i »g:\ljQ|I; {sێ#)/usݖS)ȄBSkrclE$vĊUc V;kqŀiR{sjC]:nԩ3'Z;ܞ&PAPI9yn!R{8J3/@^?z$J[:b,r2=~-s~kٙL,FGJhi#S4'<3ִڷvF͒I4=qJM1lt(!I;R]ty-$Xg߯zEďj I dbX.Hq8漱Rg9DUUe0@#\n^:Jg]$$WwPU]zzFy[BY\ZCb 9$v/$hܞx$ޫI~d*%Kz/zQ}\I$ܛwd zzS 11`K]ޛ `Av{ N߭9RpA<; RN28\KTw``MX{TFsԓޔ$=^B[m#6lNcq=Jۡ+ i+]eY _?QIM>Ba%H8*{Ʋpq|JJ.N,88?T{){R1~=Ost۠d䟑a4s ' h[2R9֧֣hSY@]Xt)+b(=Pa{UB88,I{1g;\Iٚ|e3f2X`qU㝐89y 0=$_2$0Z*;R6hw9Wl4gWaAr#:PAZ! %g&%b zq^~I''+-bK`RX p#Tz駊v7+k1.=ytO%3}rzqMQķ(J/n.BݕP 8<}+Etm7"i#RR˨E@ ޫ47bʼn$OBnĪo—+n|+BinF?m1۠7rı$ީ..m~7n& !?ƃҜF %1DIzPHL"8g=$@tq\zH ''3a, "29ޚ.<`Լdg9(O/03&ޥpG8JΒ& ?:36@ n8皗M=Hc"`Qx#8ɬ '88< F=gf;EbFjhJ[xtmP258E9g2NPUHd8, Y ˣ3瓊qNbc(NPhI$Bqƙ&t$/ۛ,1fdc$<ֱVQid>B;7F?u hxU0N2=XJi̻1[8ʶJLpC.p:Ԓ:W+mQe!4ԙ׉RBDk"H! }ET{ )IRGjf]3X~魍CN yzV0eYF ibҖ{V UDf۸0'$Qԭ< ai"dm.I,ǧJۨQqTNR6cqVXփ X. 0sҧǽ2JA:Q֦ٞZ_/z. `JS=].XOJE]j&}0M 5А@ECI1je8+i΁Eqck`cƢhQEHCihA2 Կ:)E1?+7t?λ[h >&`j]Gֳ(ؙn4GhDE9; (?SAZCQE*4QG@J`E"c)WS5[JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(," }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?lUO.rz/ wn&!x9a61B^/>!I\x<\qzV[kydL2I ; WS5/'zepO4qy 9'pky\\id/3vުx85:w LC3DebnګE-h>Sܣ,#=sޮUjTJJ:iZ]-GB7:a}z7-._nIle8 :KF .:ym&6,@9#ڶ}qNir#:Z Jk`(Dm$=)N>IO_Hhvn0s߭ij "<̃kqN}8#7!q5 rF 8ӆ&MUmݟPS#|,Xp K+-#9X&dNXg#TMix..ibQ!+_Ě_d0 ]zdֲu!YF:"cjr8VaI͒?TpZ[An%}~]pG1JI<:튺W9$fOm^HJ~}袰GKIr7VB\ * ۃsTfV&BO2sߠ.,ݶ)N$sH!$ h+ EEe)vDE7Q ''tbs?baking powderbaking powderP.P %tbs@sugarsugar, whiteO5O 1cups@flourflour, all purposeN'N pinch?saltsaltM/M large?egg yolkegg yolkL/L large?egg yolkegg yolkK;K +-c.?unsalted butterbutter, unsaltedJAJ /1cups?all-purpose flourflour, all purposeI.I %cup?UUUUUUsugarsugar, whiteH9H /!tsp.?grated lemon zestlemon zestG&G tsp.?saltsaltFHF A1c.@flour, all-purpose; siftedflour, all purposeEr 9!tbs.?extra-virgin olive oiloil, oliveq(q tbs.?UUUUUUhoneyhoneyp0p 'tbs.@boiling waterwatero:% 8*V"r:R`h©]vv6A9KvCmVAܞ8JE 㩉i'\(&Ѯ<DI7ZF7X$gzĐ̌XQ"HgApzyYUN! cpܕl=}B_@9 qe :y΄0 O|zV.5M4Uc*|Ңid$W.mF NI'>&$+ZْKF$mZu4$a:~T1/٤z\w@JTcI&"RBБ,qU ?COBws@oAV 3J uHHUh $KVPqg ~t$@#\O#H}I> ;Pɤ-d0<{J4mWB[FpֹiBĊzpjHE, I# JڅG yՂu;8N@ cتIMr0p!A$[|LBH8 M]N<vE<1Fc8 K)Ub`0sI$V>cc$ck(I=kGsA/)ZY?ACP.e?YJ!-<&N{&g@X"/fmT~[]Cjc9"dy}Q*Ao;,Y2 ?8})Fr';m$P@`{x+:ZV*>#Ь.&] 83RӞ[G,c uJYL!WT(:}q4XRѕ` >8G}r5T$]~sR'ڭ]le&) `#۰I4Wt0 IW qrܕP@gjQ.%h %=xR@"HdPq]WF?CLH$vOTɥIJp޼qw!I ;O[ԤX"d0/*H,8{xC , aБ:T.GlA/+{'^$IWl&%zT0>W<+.DbIg I'57#WtJFF8W.5{8mA*9g$ϭDLq+$ }1%!Hn2z+`W8s= ;I PCǃޫΊ]Q2GbN;UՌн "MĖZԿK$A9=3U F'{Ugg%;ؒ@8K\ob7aӒ{IT[qU Ic.Sq&7HrI'JLWogaTV8$bX&l gVtffF 35]. St`4SF}mD(Pɞ+7-ޭR $AZdq**ARF)j ˱\."v =[V͇#i ׎k:U;#S`WGe^H$ 9')΢Hْ4ه J60w szg֬iE,4a8AZ!@\Wm2s!KE@8qrܦI$W7&c}+#9aGCQV=iϒI# <\cC]\{ %bN3X© b9tδRqwBIY$\*H{*U4`8>=kGFՃ[|خ s'?ʹKhAJM:cpoUٷrB8Kk#W1یsRN\kr+KI.oIdr;O=3Cj v"@~z_݌ʆ$_Q?FӐT?ySAtS6# "mt]$1by[t?jzE$Hrw{Ҕ1P4# )9P`jNf)8;81KE 3;Sl~isz`9Icߠi#E1T(#`QEJzwj( o8y#h`JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(:" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?5=u/j\.< yҹ/.nFiToָ7nE:.jYwYXY̲sU6hqk",r$,vֹ^*w_wHo 7m,(Ȫ؜>8s ]e8OoXt~u#n9ڸ8U%&b݋:6su,s0mm?xtkRž:`שJi#ͩQ܍9$@Ќ(A^K(  Ǘ×-99r3ǧ߽Vs E´o{6삲i<;s[vg$;)OEL(A:Ej o+oCM#Strawberry-Rhubarb Crepe FillingEating Well@&%Spring Rolls@J91Spinach-rice CasseroleMoosewood, p. 135.Moosewood@jM=!-Spinach and Mushroom PotstickersNew Thai cuisine, p. 31.Asian/thaiNew Thai cuisine@H1_'#ZpSpice-Crusted Tofu1. Toast pine nuts in a small dry skillet over medium-low heat, stirring constantly, until golden and fragrant (2-3 minutes). Transfer to a bowl to cool. 2. Mix paprika, cumin, coriander, salt an\9{&HSnickerdoodle (cookie)Heat oven to 400 degrees. Mix butter sugar and eggs thoroughly. Blend dry ingredients and stir them in. Roll into balls the size of small wallnuts. Roll them in a mixture of 2 tbs. sugar and 2 tsp. cinammon. Place 2 inches apart on an ungreased baking sheet and bake 8-10 minutes. They'll puff up and flatten.Caroline@d pepper in a small bowl. Drain tofu and pat dry with paper towels. Cut crosswise into 8 1/2 inch thick slices. Dredge the tofu liberally with the spice mixture, coating all sides. Mix boiling water, lemon juice and honey in a small bowl. 3. Heat oil in a large non-stick skillet over medium-high heat; swirl to coat the bottom. Add tofu and cook on one side until brown and crusty, 4-5 minutes. Flip and cook for another 3 minutes. Add the honey mixture to the pan (it will bubble up and evaporate quickly) and shake to coat the tofu. Serve immediately, sprinkled with the toasted pine nuts. 0 minutes 0 minutesMediterraneanEating Well@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?aM>@Ei|jN P<I;UZmgT>]x̝L)]ӛ?1lq2xY7D֪O IgCkI=۷ݕ:7*}W~h.iCܩDTYw1ۼ28jDgyu*@ z_+SofʇsPׄ?1.j?w|B,[8S`ǷXʬSi;ciGD+;MBV=kNQ|$dn^ՑH{> K~hOaʧGs#} tO\m]'>z#1i|qcJAWѝ> 'T+hzM;Ң!X{Έ:xZSVM`8+*yqzom Ux9Zmn4F~tkIsy,7p$@`BgGhK4LHgجun' q_LMs o%A?y^M3zjOe2r; [2fQʽ"34т;Y|.w3ֽ![%cd褣0gk|}v}spDW%y?wÎkHdTҊw1ᾂKkq&PO~Vݾh$3ILPcyqpQѣl>ǭ]hų~,Emdm f pEt<4h)#ͻwrs=? }ZFyxY܎8; M2mѷGhQWMszTkj<ܺ|GZk=ҫS nwWFr# :}f& $] x-@FFm㏗:VYQm7ȫ0krȅґ8[PG50;`֍~\Sb~VsqncfV#ץr>6l,4TۮȐ[*#%#Ƿ6 wWe di`q~e9k5}~P![s29R:WMZ\m c g_qsxWzu)E=#R[ o-!G$@'ޛe e>!a,6yYuۑis%v< 5m3Z'oHI&>^G-DՓ̒ BT]Fxn]WÌW5q%#)zg@]vio fpv>8mK;FhMO(=EHi,l&Y]3=~dj]I(YY"@N[?w+M$YQp5w K 9q\rPqKSEi@VFf Ґ$#׎yZ-*α 2Tg$+m Po'*21"NOat]">j7t*zu9*Q4|'MAo@sq\3 !#,mwrw$8 ӭz/mcP 6LQ6ŗ9M8pWNXdJ.+62T5~Ȫ\ҔMQth$6A8:9sIgMӲ;VRF>4yfk2wWj g[x#q]̐}K*oB22k6i۵VG催H\Wx->$#4Xpnv~b8Yh敤_9l1R~l?N䳽]^;zhũֲz_T2V(BvYGP_7\렿uVxqYϧ6?L?2 Ϧlm;*ܷ(KslڋC.F;5v 3oz负j O:6֑{7L=hXJ7iſy- v֡/ai~s2x_UD1[Y^?SXO.[dm85635S`V:ktL7,O;VƝỂ.6mّoW[ch+ciI3c<֬i}ld֗dj1-1H [plsN+,v^ 9q?_@xSus)v8ZֵNΜc̷lXimRT$TdR *Nj,vq?ZĽQ՛<1`.6 x;n쯬6ln1|䑊MOVE@Xm.}g¶ZbkH>Q[_Α#˕lwJ\%B[ėzG]joo(O1WI[Y%̓79Hp >ei*o{E WLAˇ#$OJZ3NSq[ *4=B kdP^W_ZOc5 dGs><Kmei2p|z ]6r}!gۨKa7SŸ|p"K z?RevU5JJNE$ª: ӎ |yr||oG~Y[ƅ=R5mՆ \;[y'gO<ǭsgkKƪOܰ?R(s[SEZq*zmN6-2e\UiU2NX^Iqi ȹǯLOelݛQ:þmt1"PY+fm"QrVtiڐ;˅ *7! ')F|*CegڼIM^EV༲[FY?:'yz6i ҫE#8\{ :xYRvZ#Tb7UfHg)/0*A3AxO],~,7/I}fcȪVyjdOk^֬I0ap満s21$b|:F&7`eerI'V+IQ䉍IʙvׅtHDg#[ā? ^.OH%ms>z1֊)YGHtF Z3 Uq@b/q;U, cloves@garlicgarlic& tsp.?saltsalt, lbs.@spinachspinach/ %cups@oniononion, white* tbs.?butterbutter3 !#cups@brown ricerice, brownO K+package?round won ton or gyoza wrapperswon ton wrapper7 %'tsp.?fresh gingerginger, fresh~/~ %tsp.?sugarsugar, white}0} tbs.@soy saucesoy sauce|5| 1tbs.?flourflour, all purpose{;{ ++cup?water chestnutswater chestnutsz+z cup?spinachspinachy7y ''cup?bamboo shootsbamboo shootsx.x cup?mushroomsmushroomw,w cloves@garlicgarlicv+v %?oniononion, whiteu/u )tbs.@oiloil, vegetablet ;_!g4U'x;: ;c.@diced rhubarb (1 pound)rhubarb2 !!tbs.@cornstarchcornstarch= 7%c.?orange juice, dividedorange juice7 7recipe?Tamarind Peanut Sauce+ ?cucumbercucumber8 #1?bell pepperbell pepper, green& ?carrotcarrotH 97lb.?buckwheat soba noodlesbuckwheat soba noodle- %c.?basilbasil, fresh0 !oz.@firm tofutofu, firm0 to taste?paprikapaprika9 )+c.?grated cheddarcheese, cheddar$ c.?milkmilk! @eggsegg; ++cup?sunflower seedssunflower seedsB %5to taste?black pepperblack pepper, ground, tsp.?cayennecayenne* tsp.?nutmegnutmeg CqAuA['lC&) tsp.?saltsalt:( -%tsp.?granulated sugarsugar, whiteC' 13tbs.@white-wine vinegarvinegar, white-wine5& %'c.?UUUUUUArborio ricerice, arborio1% !tbs.@olive oiloil, olive4$ -@tortillastortillas, flour1# !!c.?sour creamsour cream=" -/c.?UUUUUUmozarella cheesecheese, mozarella8! /tsp.?coriandercoriander, ground1 +@jalapeno chilesjalapeno3 %'?yellow oniononion, yellow& ?tomatotomato, %c.?corn kernelscorn; +-c.@vegetable brothbroth, vegetable- %c.?sugarsugar, whiteB ;+c.?dried apricots, choppedapricots, driedG K%c.?strawberries, hulled and slicedstrawberries ;GStuffed Poblano PeppersRince rice in a colander. Heat up olive oil in a pan and saute brown rice for 5-10 minutes at high heat. Add diced onion and cook until onion appears translucent. Squeeze juice from the tomato into the mix and then add the rest of the tomato, diced, as well as the corn and any other vegetables you'd like to throw in. Add the vegetable broth and coriander, stir well, and bring the mixture to a boil. Cook at medium heat 20-30 minutes, adding more broth if necessary, until rice is down and liquid is absorbed. Blacken poblano peppers over an open flame. Cut peppers in half and remove seeds. Arrange peppers in a baking dish and spread rice mixture in them. Sprinkle grated cheese on top and bake at ~375 degrees for 30-50 minutes.MexicanTom @ C!!)Sushi Rice1. In a medium saucepan, combine rice adn 1 1/4 c. cold water and bring to a boil over medium heat. Immediately reduce the heat to low, cover the pan and keep at a bare simmer over low heat for 20 minutes. Remove pan from heat and let sit for 10 minutes. 2. Meanwhile, heat the vinegar, sugar and salt in a small saucepan and stir just until all crystals are dissolved. 3. Turn the rice out onto a sheet pan and sprinkle with the vinegar mixture. Using a spatula, turn and fold the rice gently a few times to distribute the vinegar and help quickly cool the rice. Let cool, turning and folding the rice every few minutes, until the rice reaches room temperature. The rice is best if served within an hour of cooling. Yield: about 3 cups. From Sunday Times Magazine, May 9, 2004Asian/JapaneseNY Times@ Mn@_+r2M0; medium@zucchinizucchiniA: /1cups@Chile Ancho Salsasalsa, chile ancho/9 !lb?tomatillostomatillo98 #%small bunch?green onionsscallion=7 +-lbs.?tahitian squashsquash, tahitian%6 tsp?saltsalt(5 cups@waterwater=4 +-cups@vegetable brothbroth, vegetable#3 @leeksleek12 %medium?oniononion, white+1 lb.?potatoespotato-0 medium@carrotscarrot9/ 7cup?ketchup or mayonnaiseketchupD. 7-bunch?assorted other spicesspices, assorted+- clove?garlicgarlic&, tsp.@saltsalt/+ )tbs.@oiloil, vegetable4* )%@sweet potatoessweet potato d:m"dU)A+Tandoori MachiSee p. 108 Indian CookbookIndianIndian Cookbook@b)O!-Tamarind WaterPlace 3 Tbs. dried tamarind pulp in a bowl and add 1/2 cup hot water. Let it soak for about 20 minutes, stirring occasionally to break up the lumps. When the pulp is soft, strain it through a fine sieve, pressing on the pulp to extract all the liquid. Keep the liquid and discard the pulp.Asian/thaiNew Thai cuisine?H7!-Tamarind Peanut SauceAsian/thaiNew Thai cuisine@ba)1Tamales with Zucchini and Cilantro fillingp. 84-86 VegEpVegetarian Epicure@ e#E51Tamale Pie!See p.126 vegetarian epicureMexican/SouthwesternVegetarian Epicure@ B1)Sweet Potato FriesCut potatoes. Bath in oil and spices. If cut pretty thin, cook at 375. If cut thicker, cook them at 400. Cook until done, about 30 minutes.American@ To8~Ab3T4M ##tbs.?lemon juicelemon juice@L ;'c.?diced mild green chileschiles, green1K !tbs.?olive oiloil, olive.J %@ green onionsscallion,I cloves@garlicgarlic9H 1'?large yellow oniononion, yellow&G tsp.?saltsalt:F 7lb.?tender young zucchinizucchini:E 9!@Dlarge dried corn huskscorn husks:D )+oz.@cheddar cheesecheese, cheddar'C !@egg whitesegg)B cup?butterbutter&A tsp.?saltsalt8@ ''tsp.@baking powderbaking powder4? ##cups@masa harinamasa harina&> cups?milkmilk.= %cups@corn kernelscorn4< +cup?cilantrocilantro, fresh =sdVE9)vdSD6%zl^PB4& Hentree Gentree Fentree Eentree Dentree Centree Bentree Aentree @entree ?entree >entree =entree <entree ;entree :entree 9entree 8entree 7entree 6entree 5entree 4drink 3drink2dip 1dessert 0dessert /bread .dessert-appetizer,appetizer+Appetizer *Entree )Italian(Main dish'!Vegetables &Pasta %Dessert $Entree #Entree " Sauce!Appetizer AppetizerSide Dish Entree SoupBreakfastSide Dish Sandwich SoupSide Dish Entree DessertSide Dish Entree Entree Bread Entree Entree Entree Sauce Entree Entree AJ!IMqA-^ fillets@salmonsalmon'] cup?waterwaterE\ 35tbs.@dried tamarind pulptamarind pulp, dried/[ )Crecipe?tamarind water5Z #%tbs.@brown sugarsugar, brown7Y ''cup?chicken stockchicken stockKX I-cup?UUUUUUfinely chopped roasted peanutspeanuts, roastedl +1lb.?pepper linguinilinguini, peppered3k #%c.?fresh basilbasil, freshLj ;=oz.@thin rice stick noodlesnoodles, thin rice stick_i OOlb.?boneless skinless chicken breastsboneless skinless chicken breasts=h 9!tbs?usli ghee or olive oiloil, olive2g !!tbs.?sour creamsour cream&f tbs.?saltsalt%e tsp?saltsalt3d )tsp.?cayenne peppercayenne@c 7'tsp.?ajowan seeds, bruisedajowan, seeds5b %%tsp?garam masalagaram masala6a %'tsp?fresh gingerginger, fresh)` tsp?garlicgarlic@_ /1tsp?fresh lemon juicelemon juice, fresh 4T>4P$1UVegan French ToastVenturesome Vegetarian Cooking p.195@3#/ Vanilla Ice CreamWhisk eggs in a mixing bowl until light and fluffy, 1-2 minutes Whisk in sugar, a little at a time. Continue whisking until completely blended, about 1-minute more. Pour in cream, milk and vanilla, whisk to blend. Transfer mixture to ice cream maker. Freeze according to the manufacturer's instructions. Makes 1-quarthttp://www.razzledazzlerecipes.com/icecream/french-vanilla-ice-cream.htm@X"3UUmbrian Baked BeansItalianVenturesome Vegetarian Cooking p.147 `@T!-A1Torta di PolentaVegetarian Epicure, p.191.Vegetarian Epicure@a G71Tomato and Onion Batter Breadp.270Mediterranean/ItalianVegetarian Epicure@ TCGTom&Kat's Peppered LinguiniInsert any instructions here.Tom@RU/Thai Basil Chicken with Rice NoodlesAsianAsian Noodle Book@ `Y$z7Z2`* tsp.?butterbutter;~ +-c.@vegetable brothbroth, vegetable1} !tbs.@olive oiloil, olive0| !cup?red oniononion, red%{ cup?leekleek+z clove?garlicgarlic/y %tbs.@sugarsugar, white6x !envelopes@dry yeastyeast, dryAw /1cups@all-purpose flourflour, all purpose@v /1cup?whole wheat flourflour, whole wheatJu Ylbs.?fresh red tomatoes, scalded and peeledtomato&t tsp.@saltsalt1s !tbs.@ olive oiloil, olive2r %%@large onionsonion, white+q cup?hot waterwater?p 1/c.?sun-dried tomatoestomato, sun-dried4o !-?red pepperbell pepper, red =r+{=Z1|=< ++tsp.@vanilla extractvanilla extract2 !#cup?whole milkmilk, whole A ;%cups@heavy or whipping creamcream, heavy 9 -%cup?granulated sugarsugar, white & large@eggsegg A 11lb.@navy beans, cannednavy beans, canned * tsp.?sea saltsalt9 ')tsp.?dijon mustardmustard, dijon3 +tbs.@capers; drainedcapers; )+tbs.?fresh rosemaryrosemary, fresh< 1%tbs.@fresh basil leavesbasil, fresh/ !c.?olive oiloil, olive< +-oz.?parmesan cheesecheese, parmesanD 35oz.?smoked Gouda cheesecheese, smoked GoudaL ;=oz.?fresh white goat cheesecheese, fresh white goat< +-cup?yellow cornmealcornmeal, yellow YAs>hY6 ##stalks@lemon grasslemon grassD 33tsp.@roasted chili pasteroasted chili paste= +-cups@vegetable stockbroth, vegetableL A5cups@assorted sliced vegetablesvegetables, assorted2 !!tsp.?lime juicelime juice0 tsp.?soy saucesoy sauce5 #%tsp.?white sugarsugar, white3 /recipe?Lemon Grass Broth2 ##c.?maple syrupmaple syrup? 1/c.?frozen blueberriesfrozen blueberrie* slices@breadbread# pinchnutmegnutmeg6 -tsp.?cinnamoncinnamon, groundM =;tsp.?nutritional yeast flakesnutritional yeast flakeB 13cup?vanilla soy yogurtyogurt, vanilla soy' @bananasbanana 99o';Y!-Vegetarial Tom Yam Soupp.56 of the New Thai cuisine cookbook.Asian/thaiNew Thai cuisine@R%K!-Vegetables in Lemon Grass BrothAsian/thaiNew Thai cuisine@ (Nj$\n(C/ ='tsp.?chopped pickle or relishpickle relish.0. !!c.?sauerkrautsauerkraut-D- 95?ground pepper to tasteblack pepper, ground,2, slices@rye breadrye bread+<+ 95ground pepper to tasteblack pepper, ground*4* %%c.?baby spinachbaby spinach)A) =!small?red onion, thinly slicedonion, red(J( 99tbs.@reduced-fat mayonnaisereduced-fat mayonnaise'C' #++for garnish?cilantro leavescilantro, fresh&@& ?'@small red or green chileschiles, green%-% c.?UUUUUUmushroomsmushroom$:$ --@red bell peppersbell pepper, red#1# !!cup?lime juicelime juice"/" %tsp.@sugarsugar, white!/! cup?soy saucesoy sauce K Y#@kaffir lime leaves (or some lime zest)lime leaves ZdQ!N Z+? c.?1% milkmilk, 1%>&> large@eggsegg=&= tsp.?saltsalt</< %tsp.?sugarsugar, white;?; /1c.?all-purpose flourflour, all purpose:W: _1c.?whole-wheat flour (see Variations, below)flour, whole wheat989 ''tbs.?wasabi powderwasabi powder8;8 1#tbs.?chopped fresh dilldill, fresh7-7 tbs.@margarinebutter6=6 -/c.?plain soy yogurtyogurt, plain soy5B5 7+tsp.?freshly grated gingerginger, freshly4*4 tbs.?sea saltsalt3^3 q+lb.@boiling potatoes; unpeeled, cut into 1-inch chunkspotato, boiling2,2 tsp.@ketchupketchup161 -!c.?sliced mushroomsoil, olive010 )tsp.@chopped caperscaper// pݖsP ).*G%AҭC]WVlǗynmOF1BU.950DZ( X9,%'~5GXHVolH*QU^:m/g\Cm K+EI?_[@LN8?Yԫ-MU({E-q2F=Aau7 O&7=kõjKy]o~?^)|"u:5;خYVyLHyO@GcTnĶK=^eCaThOi} ~y8\Wg~0oY+d,7nT,t,<ޮT3Z^Xb..cLI&R:c8Yxn6#N[K1 R%mYgR1"P:"U-xdM4zĭoJQyY1IמA+<33zqdrUoC#ҮuX<!9c+sG!9N;FspiSJV0g{:=)nһWOqq3+Nx/X<\2n,px+ h%#jG\,2Z(<ecnuk4DV}+/4%4TZ3YV)kwڅ,mӯU$r3~bIt ^ `豣;#y;6rGaҵeuΆc1I 9Imemf߼,scEtOl#o<^+:5JW>KkXEmU*=GWiCB Ict;wA8@^T)V`>ejی &-zh:M[H|۳q6RN}#*Sv"69kx}}j1si= teD w5P (o Ìע.,έXqCXTZ̮cI 2N@ڡo8QI6-ŭgqD^q-lu;k[fN]^=륂E!0[L*J\sRވ͎Ow0Ty("pkV"͚0el>U[}&#mz`ߍszdnR1m"ZEnn?E/;|n[rĖUڌHv8n;汵/GFk"-ā]Oq?y~=fy7EAəʧ+554]wpL@i&2G7DִnuKݼq2co>˿c؆I;ϹoiMsk:fm $$|u}uiz}Ύ̷EWm>#!$t~a,$f휏;{S(>Pv:Y/&iw=W[iHn&`D»=*dKF_y{H -Wi`%q}uĎgPG(*lА8=[E(Z-֪sL6==[yc{G8?(ł ^OU\.3zכᜪA4۩عWo+9m,_{0E͙WpHEH֓}'0VPۘ0Zͷ'{ht)^bT|/sso"ed[@mF:w{š f2­ad;q֖-FR(2I *rhzu|d WΌ1 UcͼYQ(w]ojjZмR}Ö@"XU<=@{ZK5)6Qٵ /52<$rҳCimmJX5孌f]"/@֛ehڂ/o;)'T<ҋصN)]yQȍ-i X5`vF#קa:\9-CPߣKxOR.z|g/N_Wq--yG?`*TcazzE&릧XM=8(v-6<֥q(mh+m܅*V4<*V:Ҋ*\$QE2Yv%\tJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(6" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?rk7Tڛɂ&p2y'Wژg[3TǷָJI!!Y|XZ#p A @+xQU]OT'p[6hrK9r1Һkz{"Y>hO?Z+Ee Q[v]2ye u9{ǎ%q*1U@~Ja?f6g x^9InRI#!}S;"xXV3e8I{tS#4)=g6R#M"a4.܎p}4 IӠy^q#=h!UI] &8 /&Q>SeBznf,/_ ͕;wDYG$8^?GȂ1L/T6ĚER=-G "xgYZY~{ʣ1ʷ!c* -_b,Q4wG3kf ޑ]տ/ǘBV>@3JOҗ,:h|cMoimVAig/i1}kY[L ڪ+QƚqTl4yOmńmu=r i +`ddڹ(c'j|.cRG6baSQʽ~)n xvzM.拊sΝ1F*iX!dU#SnvMQ\7(ȅ61kثџҸDn{hrHLҁ p v*ɛЩ{̛%VeH;qX8K|dYi=ps<4, i_&͐Vsӡ2KR6+ewT6rnas\"2ȼNskld+q|e03Օ:%+?W1"1EXP֣-ިG?$qmџU)mRA g5ZA*.WC\/% aZpԜv; k;Yo/b(fg8ڹCs]Cf\*KpF!}>hQ{e k;KS! p2>P08ڽ8ש+zUԯ-NX.sl 3Vԯiı]H0յԘ'ep#iHYq˚DyC猏[s-Yz V7#/~cdXABA *8ktUſy|_jZ+gδJ4۱b}Z\vV։lQ{Ֆ* 5Fb ( gOZF3H=+kfyݞ]m}VF,܏'k+.@1^"Mj2mo#/p0Nw2#^:#Df\>aP0;rE<_O x:H|y i= /Ͽv5)I+&jCCv2G.;s\lz6]m{naK#a}8 :sK$b;.ȨrkU\PWe+S4vm5ͳ.k̾Ku%'dDtF,' Rb)]oVpc#f N1L05|toƔZ1ee8a6TJY&)Jj\;`7E׭Wh%&Kf/](r ^jZ=1g<3};.}tÝH#9[m L\W4 c9ݸ~roK.P(>J+DKPypnqC($XQaBAUe}QHAc0i8=m7BW@6*bϵqԌ/Yؔ# MsG6k1ه7m򞢴u}bK>U2UaA=?G&Xؕ Xw}blGRJɤRT*B>>[8^jm|q'ԚEnTtOhWszT "6pF 4ΡodVҢ˴3{%6y+Rː}`5ơ}s"bG֑RjK 5JYο~DF09յkYY=đfuuc&r:usk%hddu;[\q4Jfim*yuZQQGQmp-b6 }Luk>6Z5q>f@${c+M1XwVM0h,Yb1guwa}P͌IAcT׺s㨩BWW-KĺV(. D zc85:żwXcyW=k 06 dͫ^Jd}*SM,ў$V #䂍0[B8U]\bD\φ,H=)N=(P88ۡ]퀻6G8>nV̐B>K+ ^'X=OHZr1߇#Tך+ow9יճ 3[VzDhf]Ҹ2HY+Y*Mxu3]Igk9!Ak<9$ Ie$1q.cOM)Nv Z!1LܐgY]e:ϣưTX( 9bAB[4]VI< W,wkе_ K+Hgq777M}Bkۋo3|pFT֮q[qTjOc*Ax1F̥r~]ii][5V&!Mw1$ wX6E U  rq֭kڔA+$L[3:A Nzn %LZV8"TqЎqү4|Os)}VVҍŬKF1c48z>Ȱ#Ʒ dܻA=œv{5su@# &]»*t4"³(' '6qs}-)nRYs˴B1Ԏiro.tݏ2sl#5rdK}Iǥz@o幻kۻ;tD˙ l ~/(,kȡ+0\t}鞴r%=5k3Qd>XnM1+<esb^A{M4QJc5ѯm7LH%ɾ ,y}QԷ!fy׳G#+ɦ-T Iϩ=kt;;M0!rӜb`6mAq*q=UxC:%+h>kkfRx!FTV+\ yں?ve% h_#.d9'R˝:iź[ [u6n|IL4owj x(Cc$#C[9l}9,u(--|"0[p>75EXZ*I:*lx21v۱"W#=qj^XeXBH:? 1#˞ݽ;[*\I A?¢Z!ٺ^@q5ڈO`<Ub0RiC3}h|hĽ ?#Wnj|#DI.؟ib r\fxcN}'Udľ-_zLde?FֲtkȔL~7=4U1{KCL8in5"^w˟ך\aj{4/ؿ*8V,x,c0 }aAg;9==?2!mBl`1sZVi涷x,m%}R]p >ⶴ5yl.'l)Z)t@R _¸IW\\zW铸B)E*|76f9U\/OYF|ې^~h5{a`Ӝ#d(t@VCr uS>,|rB?+VBzᴵuveAqnB>?JrXB.yS*9-A\Oz8;$zF#>MV a<03D`&;~1K1f F4@M V5D)?b]qqs,`_Q?uQV5 .W!TXy@?\S"5OkjSڡ_ؾtVnN>M5l!. ҦAp8(A#ҥц]yWoz1>2[gcHz(vnH "+}Š(C1~/Z(͙'s8On#mDSf+9ުsSmzWb=,}(QEQgJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(1" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?)j@aP9Uo./#諹[$,V n|d ? z)qg8< fڴJi񐧠:`gu5=ʳvG;xv لGe9V+S2Cwpтd}+IKK@RS!399GzC-kSiQ0FMp:(kt8)bmYv [qQeV?O$QHݧݴixD6H&7>T{qkݴ# zgZGRWm26ԤyG W}}[?U}b[iz\RKt yK1#Wڒ"!ݣs\ޥCzݕJ h`]%nI/ߎOB*<߼nxxVZVέ>iI$I?bU?vX i0:˜ysig\%}`r:0? fSB@Kxl`p3:U_F_nL.ZM \ӄ\hQu=E7բ{~2HqTn}B(chFGN{.V[a&Bsڵ澻h&f%w!4ck6I <҉3Ќ\=ΣSMOQX~}/\y}zM[L qac[7x) ds8lۭƢm^{RcC'<Ȥօk]7Epm6H!$A=2mܯ. o\g EԜk[3:_;+xRBDepWd)O8-ןĺc%I 2*9Q7 ǧp{`AIݞYwQc7_(T{S  JM/9!-Yam and Sesame Pattiesp.34Asian/thaiNew Thai cuisine@b._KWild Rice with Shiitake & Toasted AlmondsEating Well February/March 2005h@Q-71'Wild Mushroom Noodlesp.32 Asian NoodlesAsianAsian Noodles@l,WG1Wild mushroom and charred tomato soupSee p. 135 Vegetarian EpicureVegetarian Epicure@$o+; Whole Wheat Pizza CrustAdd the ingredients, in the order listed, to the pan of a bread machine. Run the dough cycle. Use as you would any pizza crust dough. Makes enough for 2 12 inch pizzas or 1 very large pizza.@ 0\ XZ'b0/_ !c.?wild ricerice, wild^@^ 11c.@shiitake mushroomsmushroom, shiitake];] +-c.@vegetable brothbroth, vegetable\A\ 9+c.?chopped fresh cilantrocilantro, fresh[0[ tbs.@ soy saucesoy sauceZ4Z %#lb.?soba noodlessoba noodleY@Y 9)c.?minced scallion greensscallion greenX@X //tbs.@ chinese rice winechinese rice wineW>W //lb?cremini mushroomsmushroom, creminiV?V //lb.?shitake mushroomsmushroom, shitakeUTU GG@ dried chinese black mushroomsmushroom, dried chinese blackT,T cloves@(garlicgarlicS9S ')tbs.?safflower oiloil, safflowerR'R cup?creamcreamQ=Q +-cups@vegetable brothbroth, vegetableP7P %)cup?dry red winewine, red, dryO ?zwFt 5' tbs.?fresh ginger; gratedginger, freshs:s +- c.?vegetable brothbroth, vegetabler0r / @tomatoes; choppedtomatoq]q 7Q%1-1/2-by-3-inch piece?nori seaweed, cut into thin stripsnori seaweedp;p 1'c.?UUUUUUsushi rice, cookedrice, arborioo o#Ulb.?sushi-quality yellowfin tuna fillet, well trimmed and cut into 1-inch cubesyellowfin tuna fillet, sushi-qualityn ``O4 Lex Culinaria: Chocolate dipped pistachio and cardamom cookies83GChristmas Cookie Extravaganza@8P235#Zucchini Corn Cakes1. Combine all ingredients and let sit for 15 minutes. 2. Spoon the batter into hot oil. Cake should not be more than 1/2 inch thick.Mexican/SouthwesternPaul Dillon@71'ZuccanoesSee MoosewoodMoosewood@0eY)Yellowfin Tuna with Herb-Flavored Vinagrette1. In a blender, combine vinegar, garlic, fennel and rosemary leaves and blend for 30 seconds. With the motor running, very slowly pout in the olive oil. Season to taste with the salt and white pepper. 2. Place the tuna in a small bowl and cover with the vinaigrette. Let stand 5 minutes. Place about 1/3 cup rice on each of 4 plates. Top each with tuna cubes, drizzle with a little more vinaigrette and garnish with nori.Asian/JapaneseNY Times@ K\n9QK6 5recipe?Shaker Sugar Cookies% !Oilfor Fryingfrying. tsp.?to tasteto taste6 1tsp.?pepperbell pepper, green8 ''tbs.@baking powderbaking powderL ;;tbs.@Chilis, Chipolte Cannedchilis, chipolte cannedC 33cup?Corn (Cob), Roastedcorn (cob), roastedP ??cups@Zucchini Squash, Juliennezucchini squash, julienne2 !!cups?buttermilkbuttermilk% Each@eggseggA 11cup?flour, all purposeflour, all purpose9 ))cup?Cornmeal, Finecornmeal, fineC ;+cup?swiss or cheddar cheesecheese, cheddar@ /1tbs@fresh lemon juicelemon juice, fresh5 /cups?almonds or pecansalmond~&~ cups?ricerice} NY$<WpN pinchsaltsalt@ ;;Parsley, fresh, choppedparsley, fresh, choppedN AA@Basil leaves, fresh, wholebasil leaves, fresh, wholeP CC@Anchovy fillets, drain/chopanchovy fillets, drain/chopN ==tsp.?Hot red peppers, choppedhot red peppers, choppedR CCc.?Green olives, pitted/halvedgreen olives, pitted/halved< ++tbs.@Capers, drainedcapers, drainedm oMc.@Italian tomatoes, canned, peeled, crushed by handitalian tomatoes, canned, peeled8 ))cl@Garlic, slicedgarlic, sliced: 7medium?Onion, finely choppedonion2 9!extra virgin olive oiloil, olive7 9lb?Penne, cooked al dentepenne5 5recipe?Chocolate Snowflakes2 /recipe?Christmas Cookies i2Z%lBi&* to tastepepperpepper") to tastesaltsaltF( E)c.?finely chopped fresh parsleyparsley, fresh?' ''oz.@(@0smoked salmonsmoked salmon'& T@butterbutter9% %%handful?potato chipspotato chips?$ /1c.@frozen vegetablesvegetables, frozen8# /cans@tuna fishtuna fish, canned2" ##c.@white saucewhite sauce4! #%lb.?egg noodlesnoodles, eggO ??oz.@Pancetta bacon, fine choppancetta bacon, fine chopL ==c.?Mushrooms, fresh, slicedmushrooms, fresh, slicedJ EEPecorino Romano cheese,gratepecorino romano cheese,grate6 %)c.?UUUUUUdry red winewine, red, dryE ?AFresh ground black pepperpepper, fresh ground black '6)w-'NTuna CasseroleStep One: starch, four cups cooked. Every casserole starts with a starch of some sort, whether it's rice or pasta or cubed potatoes. Noodles are, of course, the very soul of the fif7H5gw'PENNE ALL'ARRABBIATA (PENNE WITH SPICY SAUCE)Heat the oil in a large skillet and saute the onion until transparent. Add the garlic and saute until soft, then the pancetta and cook until bubbling and transparent. Add the capers, mushrooms, olives, hot red pepper, anchovies, salt (use only a pinch because of the anchovies), pepper and wine. Simmer until the wine is reduced by half, then add the tomatoes. Cook for 10 minutes longer, add the basil leaves, then toss in the pasta and sprinkle generously with cheese and parsley. Serve immediately.mm_sample.mmf@8ties. I almost used some curly egg noodle circa 1955, but ended up selecting orzo instead. You could really use anything. Cook according to package directions to al dente, or toothy, or not quite tender. You'll want 3-4 cups of starch once it's finished cooking (eight ounces of pasta is perfect). Step Two: sauce, two cups. My casserole cookbook has an all-purpose white sauce recipe that makes about a cup. For the tuna casserole, they suggest doubling the recipe and adding four ounces of shredded cheese. A.k.a. cheese sauce, which I discussed earlier. You can add a can of tomatoes here, but I didn't choose that option. Step Three: protein, two cups. Fifties housewives knew how to make their meat stretch a long way thanks to the memories of World War II rationing. Two cans of tuna is plenty. If you choose another type of protein, it could be 1-2 cups of shredded, poached chicken or fish, or cubed roast beef, or browned hamburger or other ground meat. Step Four: veggies, two cups. Got frozen peas & c9arrots? This is the place to use them. My favorite addition is frozen spinach (easy to portion, really good for you, goes with everything), or frozen asparagus pieces. You could use canned veggies but I really don't recommend it. Step Five: Mix everything. Turn into a buttered casserole dish, 3-4 quarts. Step Six: Top with buttery crunchy stuff. Popular 50s toppings included pastry (i.e. pie dough), crumbled-and-buttered Saltine or Ritz crackers, or biscuits. I picked a more 70s-style topping, crumbled potato chips sprinkled with melted butter. Yum. Step Seven: Bake, 400 degrees F, until top is browned, about 20 minutes. Eat, enjoy.When my husband dreamed of marriage as a little boy, I'm sure that tuna casserole was one of the three rights he assumed due all husbands (along with making babies and gravy, of course). Nothing says fifties housewife, to me, more than tuna casserole. And yet. Despite having been married for years and having two of the aforementioned babies, I had never secured a recipe f:or tuna casserole. None of my new millennium gourmet cookbooks included the all-important tuna casserole section. So when I had the opportunity to purchase The Casserole Cookbook (copyright 1956, 1955, 1954), of course, I jumped. There were several tuna casserole recipes, but they all followed a similar format. So I've developed a fool-proof tuna casserole blueprint (which you could use for - shhh! - other meats and proteins, too). Why don't you come along with me...AmericanSarah Gilbert@JFIFHHK{ExifII* #(12iNoritsuSI-1080 Film Scanner Model DLS1640 Digital Lab System2006:01:31 11:48:37 0200t0101 2006:01:31 11:48:372006:01:31 11:48:37!!(;"OIHH         " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?~~޸^xts}LRxNk| \WHyy]4^/yeq+W ~bNdqq ϖ [R^ԓOJPT$xj2L Vw5}7E%*>@9WuKܪ{+\{WX/YLQ{4-lfrYcJإԇ8Ck\&u:t*F<9|g78;Z!y=sVemm j ex[4Zx0a>x3]4K%]nIq#FxkY5q`d|F"db.X[PʠWξ#F-\P= k7i O8?yo9V=xeqhN/z4IxfOH8`w1zך6HeoN5ӧב{cV5s:ЕBWjW>nVIJ *ם7;FPy V牴Dr8ްtN+Ky~9[^v+!J%+[˿m]sd}@$c'f Klgh9ZS! m(;I0+GEV쎚q9g7dQv1'| -M36=2k6ӎǒzף)FPr| rLAȭ-pMći\d+#axGS6 ^JW.1-tz|n58`;:%W{W<'cg˥Koi7dcЃ7ZvBЦmYhbA7Rn7qw85dX$s +6mPnbH>?Z/`⧅^ṯJuxDK>*ma |MyI:n';{נf~^,ʤ%lxհtBQY?KeVDIGq־ SyKkyyvϡ_V7a*!b7rzT~*xὶ@_}ϕM ŭ=}᫵9#5PA s$Q>V2^ *9b ћǹ*(*i3H9ޝ(n[z WZ:A+T  `Jr:נ, N=\~)MWH883jA[=Z\3wj`&W koJ,"fȜ T<2lި%)|+)S]_}qjYKLѴ-'>r>]7 cw4'Swdjyoέ8yEL^qӷJZNNԡ'Cf" :#ڋiP1J\*'kWmn1Ϩ=Sk8qiu9rNWrSm^(VY |ڹ&.3 k[{H٘y`|W7M P6ˎ?ZJ" '&ǙjI5:%&XbTtZmx|/Ce) 4 uirCu CkC.7mFrx dmcXbv9t-dF_y}s$SaW{G=MJ<|FIBIMojxrXMoǒsw8>wk]ʌxx]/KÑ?JHNR9V[|okPOӽyN9,uY .QuxV5*uwzݚnBf34Kq}ںmi^~]~o p;oҬi>Y2UbLE,u!Xck ]a'e#ڽB,[*Uܧ'O ̑m7b;b>3Ayk #[I#) b;3\p&Du{]>wDa*쯹[KYHM r$vkPw?'c?Z*%m߭]sI3B@#$󎽽*Rdp$.mQ1a1Ԃ9Z^[%=s >OaJN!#b<-R\LuMajZ?_(4r:yޝ3?> zupT\ f1`Թ4ԞҤWIלW~Ԗ?g?*j9kB޼L?QՏII vP|(y3$ך5 \y9 Ӽ]tGluo?e$zw6%""θӵ~]%xzί"9ZC_/#trKMFɮ $pWgte1$ ׯ:IOݎsddA{"#$[÷'f7.E knhIZ4jԩUY㊤M{": IzgӨVKxq=Ug̒crqX75Y̟2\\4d-Q^*p5v䷷+]Lo1oA\}kZ%ݑYo {{Vv& Xzrj:T9|__:Z7O{N4+ntS &F? #aW},W\k)WKi[⽬.!ѩcMU{Ct, U=AHH8 MiniO&\0x6ҽ31FrL`=Uy52QGrGqxIi*۫sNe}y>濴i_HIUk?i4|[R{Ƃid{ȵZZm^kgm1rr<^+nU{HqBg#'NO9 qOvt]by5p7<39_L0Kt98 2N9ku4.f.X\hy$ :>2E$sA7_μºa W c!yeKJJ; =PELljCv?SUT #uf5dG"׮^x/D{9\r3C;7] `9=jIud+ QJrkULpR:uzs4!>}l[6ܲKі"29Ϸ3S֬u=c6sqy6Ozin9Xm䰬y+0R!,z]xb!E&|QNV6:Xt.eS$gLxѶߔn+'\5[M KIA'F+8X1$}ww&u#~^T >ESzU3 \vy{inDʩ ^@f#  ֖t>7K!N#RR|ZF,wGoǙHk?Ȅpؠg'ǯ^CCi$F Szw֗Pr ̠8 _ש5[mF3lp?rNқ9>  S]s.׆'RkI9PֽEWRTg28';A6Ű1濴4|Z|#-z^3ߊ_xghbRפ<dWv3vV<9NSivPʼd{ҳe7B\[ ssKk]i\=fIG9$:*%ck3[MWٕȃPAIǽ;TIne4rR2@x p7 xMtcS$`Ad1im yq!tzuiG!''צ}kXM/.[{~)aKKJ|YʑʞI?7\1s=Z_Z~d#ې:yq88ϢvnkV'A80= ;jNfHA`Im+px \(>AeJp 11[xF" nǮ:tKMbCtlddjk+6s$S`ӠǯZ䔮-Yr;ŕ-,Bn*x' {z#Tf!p FqaGV<g*6㝣<<\\_Z6q _,/g9$y|#iF[ '\剘-ŁTӯX/1EmG}BVB;qc5 W>`8zchxxEW*ڗCǞFZ^M$O߭xD6۴JH.6PANFqՅ[FH@$nfO[S-6u-#KTI`cLsZ)2c'k/>r?+>*W~e p;שNUe#1y-(%mVAڵmeaiC609֯.~"3ZlRC3ֽG&`YXo}1ֳR5k +'uis]R؜0}+lu|>ek)o+'=jH aP cuw;cea WӒt}O7=Vq h@kiܷk?Z[ V8xm]ve#>(?}NӢKH$pH9?϶~vVkiv`(cLʲ(L y#zzo\;zWt{3%kj\O4i"4PsܟLc֞#; #c?*Σ6-ty2FC:ymen. q+R2 ӚvKOQыoE%rU|7^GXZͱ [ gCVc [ O9G㊡>y&U nx?Lg˝*QV'5Uޙz[Oڧǿ?q\&/PAr̿hrN3^Ip˾8 xS=3kǞ,̒G(,0zϷ(TZn{_g8[lY7*tA$r&imu-Μ`H1Ҹ;TmzP"d)cln`sHokF7U`vtc kǦ⻝"6*,qO#^~ڕQ^!hetWQq ͫ%ĨE-rsk֞m,bMIr!~ccʳrJ"|,{ȵ[pPHْ =sWೂؗ\Y_;bmcGRC89#zע^"S``ď֯Fu0a%{ƭѲ(bzon+iK-{Ohvfc19\p dƳ}j[#L,<<׉" A B@'*s1YgrMԒOV`9]q|C=xjsX(.ȍi@ I0vT[hEO*I C)8R }ڧm,ַokk9FTu5惿s'PAoJgqlm.Uhki*ch0SPpA~xEi;+H._up@,0F =_Co%lfF H.?=*UEk\\ȋJ*fi@".A.Ol =8=2kŜ+HIedTrq9! +Ϙ;@G€3u>,KUC3n0p:֓Q#>rb`⹹mmx6],LoWuoGr%TUp9'8Ѣ0Śf_98 ct+(2F&AclFpOEJaQ^Z5cw~cN킿2Nn:v*Uc:vn;Vָ3oK)cׂyӤNqMU DH28RJgߎ`ݓkT)bZw̿{-]\N="qʉlvKpG̤@h$an21ߞ9xP>٢/CsTʍisloNIax6a+GX:O(V#/n3?Zo0BMuOF7YW?zJՋi-z}xkiP4N0i?kU`bsnWGu<$C$z+?ON~o ꇁm+, :\|!$^Ě(yAPǧz\[G䲖'sŤx>;f\Nw@>G yB[p 7J---ߩ|/oQy.4ߍ !12P{[=>u+*[uWWl;ʪSbD?S\col >eFu};¹gZ1CDw;+;R.!r6KsCh][A/>|>"" ] :vI !U|,E)&֟)OB}'*9BsKiUIv88;G1MҖxybO4L5U"n沧Ms#IsM~uZ. D _~Jo]2#+ev-7Lc\-%Ői-hcl=uNSkud,R #qztkmu]wj\a3-i;][*d:s7Kce,B ,r䑞yguixF|D&˴qu'_Oi G#tDZ=3ֺzŌo vspJﵬq{E%muT.LQV]sgg8]NtfRxF+6pOZZw( cTlṆ]I.v~|7uӛ'cXM#A%^1,  6I9oY%js9є%Nn@$x@ׂIb)Q'풚Ɔ S;}㞤'-MZ UM [:Irv+"ٷh8{rHʱm]h'w z@vkRE}\ƻe[/Bzp3a6wcqfb%^ :zdv\⤔՛ Z+_3WXy"cFPU60Ox1huiwP2@ˌ|6/8n@Cu4G;p$a~c>7Qh2*ۏӠ93JM>U©yY/=o`-2k fIꭓ9砯@#YR!07Z-x !QN3X&tMcIKҾk rLnq|? Þ6Q1.ij^]NY.ve1B+W<?nEzY_o(Bܜ|ilQ#8P*A6;|?ee5(}+e)Y#{8}*in) Ӣ|k(FU}F:⾞#ݦpF'ojw Qʷ ?tovUn?fq%˔Y0w+ڧcЍIܯ ~e@'9iVYMj[pItg _׾pk01FvFrzgVŝhA2.CJ9 1cq pi ~%D+|̏E=:q oH]L2H<-@n9OxoE :|^j֐n?8WO!wNrO6V[vafUvc[JZ/Pi<uA9zD"2jRT%\mge+.5m;H$Gp3+8|)GG'6I=ڻx8-<$W[Gqzt߅zdos.9_ϽD2|Jw?qtiRɰA tLk-]$gִ۬bBC+Bu14ќ;Kvp2v@hظCH=GlZfȬp;9 r9|ɚƚ1h0:zNl[TD?*|/H H(2Hfqy]^ [I#$"A%xYAsqlȶ],X0vtÌ`+ Q0.({ C&MD%Om<>dmۓv(> Gx[,qkP{ OTq]42Ih.IJYX\nb":{V]:xw߉^$O 7R""{qZW<#K,Isn߄~iވi.yI=@ҵ-+qı|2ԙ(KQ^yԛUEPT"5$8=i AvllS!mɠKKxܑҩ1&9 } ~ISfj9i٠Q7fjDڣqϸ@9ʅvZmJCӊ'gT;F:ѷ j^Cv`rũvtJW1@?88lNLz?J^=6{v`sZki[\V}fK(,mvBJF<6|1\bO>IbJZl^,Eq'F[f\`ezFЬHݍ+ gr Qx]۟*dE;zOX֡mMwu(g*>3BF0Ʊ$$z 5r% E\ ہxʎ+>v K=r^OWC*$k0 '#ug"92Ms\Vw\nР": s Ԣ@Iy|8#έqIKv㞕½DOh[;#\8z= $s`/~+n0Z @ֹ-ǖLWIbFGS[3U1'Nj(VNn #4#*}ȤdA%rf8XwxӣxU*޶x"D)6dޮjXY_!kpPҰR` vp`+N/ 0rFs+v3ӶO$|BD0 7U1qZOFH+ͭK٭գ-"Q6=8tX&/gb#o0 $s(VO}L|Cma޿mLPH;r~6ťEˉRzd ?NK˭}[[)"g̊m#3TQG[ѸJjPvܵDk{g4+3Lb͈gNkJJwOCĖM?MdTqr2f`Ȋ'V.|}1< ŠOh*X|~VcLVBJ~4|A<}S.$avfpPh7mmI?ޞ#RGyvA*q`\#B?PUzcK.'ax͋ӳ6BDōJ8EiL=zF ~ װ4Տ3gFR5ߔH,6?تz?|-Y fDb;3eGMS'An#)EU2P4}|:UOtf*cDoiEJKKrׅ8ci(Hi_ng7-63_F/ZW15f5h~GkH{q%HFt__ޗ5y.ʑxQB7nx Yf5zw3UbE ƒe, +?"6eɊ$#iZ5$%~?t"6z̒׻ Ҵg+M͛m.qf}mL?QZl4&1Z(Uaj˔V;7'>.g.ڦY}O); ,#GK+=Ei [8^ǏKSI ύ>[dz {c*%Hu|XI凧hE!EL9xHΉbKVw@p^6F5$0]:@ H^@,\Osyf5Sm(?=鮾1RQ9Do`?:~=YXDimE|ЏU]Z(bOp} 0|JW,H+)cgbN[ uFrjUՁ P JHRyTUd؝$rR#˓K' ꌝRX;^B ŝtYGȜT8[30V(ι ڮ$q^ y:zڬ2Z{iyc$^a3¨z>㬢P /Y>7dUgED%s4hA^N5i2#n`(ߓȓYT4bsldXn.bY>xf˅DXxjY:mTTҨ1CV3CQ_`7ՓaYcyq̱iܠ.My*)ixdFX=7L>V ]#z*:\3چ;?ZSr( ?%l|)D-,.Zc$uPX7"ry$XÒ"m'7'4Q Q=#1 &Q@ s~z>u?G2}_?q* ֎i`C įdSF_1J&[fPB3v 32O0IrÖ%1YL$rIJB%"B4/SŋgZ6 E(  @i )#f3&Vlr2ru6m,J XVvP|cN|BccA[c%Q C ͚!Ei 2ڻ3oC9n'o -sN[%T{V!1 ȱ |*WA#>!Im \܋6b@#KfXn$Vې )dĞRkg]_9GY4N21 "XI=GPҎ8FUY 9ߵvs⊶TYT 'ig ¿"Vő΁=DizEGf,DN#@$!PHY%0!>~/Q:xiv E:A A6~]_9l}cxn3o xe'n$m7Zu&YY %H#9r7u\_8AbHT1y(~kzS+#3bh#p,|ȲJ^U>ys ͊ ^" YcemF{oԽCfs-[gV%+o3"f9"6AdvK3fj<8ږrD}E$^H܀݋>0Xpq"6HU+mvך^~x֮,޳jhdDHP}Xt@~{^$q_H.n'I??!%tuea¸AbT,4EhlI=icD) !(FMm1j b9Y >14~a`\_u49Z:D!L(7WwQ0;y E׉>Y $~~zRiZ)`gxvV]BQu'^V3E ,}%%KJ (  }V2-9,fDfSr.ڂ_srRBXZ 2e/1l?0ʑayqX{Zm4kdC(_w; }jOu 1*`J'JW~+C.&Z)DJfIWEPv7gL׽BgeCNjiykc ]7Kjq Q|c;HIS4S CL?^ֳIU\A`xQ#uoVzegpD̐r M67NBMJSK*9kׯ7DzрG'R`ف|# ]rG(@qw.lzo^q`tD.4P6ĂeH'teAYOl>-xgc$@`++c*VSnyԮTaſ@kd?>/ӬX錽S ptȚQ {6^iċ*1du>^ljVf'qd JqGߏpz߆6w ~nO*j~9_Өp<_Q2אo Gހ;ATߎOQ)øn]2phKiRQ}jpҭ^+vV)|l`>k`ֹNܙT!$`CԄn"ŀ:lqS?] ⌚XxDNT̏)–h޲(IH Tǚ%wᯁkXĸ0NC)T۲ݸPx|tu}Aٗ54ZHf1xOabOکLq(s6KnĹź zHd/bۤKz2K0fO?GzS&:{ /=!wa"3*@w;.Ըck!1ʁ=vfU@s4͕.Y9Ihy* XHsp"iYwXZ6( ؒ,pH#pfՖ}{UxZ^zWzq:WF{Da4"Ίć>iIf#bW鮓P$NK#4">ꌤǵNZg$|xz~]ݻ-Z1rIfE^ !!Sv]/b%>Jh (H%v+L^Pc!YiɁb6<:;e&wb8ԕ.^? -vy/ 3I9dkTTFX}BuIV>,$S5`+0[M!dҍ_t-~X.SܭAt 8ݞhEeZUFXg!Oq%-tC d(5ln LGK&,N;NiRV hKR ΠyuAe[K.Oyn{́sق",7"[0*UJzlIYd'a%d|YbvNƋ+Fщ#yb2[ZQr6χ*x'ޡt+Yڰ`W [$Ad]Yۢ'TǴ7,@rަBLl)Ysq;Bۙ^yW|U_0^eZ!,}"O &4Zpv~WtRD!C_hrB!H}^Bg N4wm"#erȥPXNċ%^ɱJޕLKT9p]YBmL9m|k.~"ԱgJ$d(](ߕ;@#zsҾk4")@eDi͋RzȂ:_kx[B48F" lKϤ]<7PgKe)##/><\#qe P(mƺP`[Gw1y,8b\ǸXa#zKO`LL|5UBy$+ H6_,U>l~ƀ=WW:bU{0ilce1ux+0MJG,~3B\1!h0q=0;M)O$)ixݢʰ+&SiX/n7]'1T*Dt <h/f{:**α S56ϴxY`"G<2B}T鵶VJ +E؃~2.w@Z$o" y c0 jG:U_&H ]νmij `F~RxlAaMCI$Vq(ߕH'B._*a]'JG5[q˔O*DIb WIl>sҡrLҰIG+dJw7}7'llY޼S:UdHcH8k /b zZ,ZA0,q匱1_Jۼo(MB/_&C1$JQ6'33>W9ĎGːc$͈wd8(. GR!g@`["(ѱP*,n$6UB\"'ҡ ^>b޿6eɐ η+d"Cy(@ndu]*W٣|b5ɷDR~?RpT'A{@pŤd@3/}o7 +ߌG-hd4QXԝ:2e<؅ q64@Έr cc{ylYF@ 1`Vޗɤd ؽ|fS3xEeY{e漶T2ޘUwYOVXIaN^Gj$*FS;{{VA[hc';)5GKX9 8`AI;;eVTAWڲuIU( vviD_MV !V[U c4CHɎ0nʆme\{GUT3qU1PѹwI{5Xd?ʬB'QsRChDV6 XG%| )+g^;@׬ tǵ^EiX#x-(pN 玜,XLAR`u&w'fWm>N;R8xu䠧ʐ ֔TFUFӐҙPFv K:=hc_)`JKGEmT \reҟ;&<_Fnw8 y(`<3V)ڰ)Ǚ4;n6nWa4qGx'Z*3I, Wm vDUГY'tm,7h;]CP~kX#?+:8 Tx$@;n[z|Զa#2R(ƋLUw7o/.U@!v|-u4epp@ܬѕ$n7 P)f*IXUigz+gBh:oL~tAx ߕLM^Y2Oy? K=E&<,LVT*H㣦 K1%a'OגR⼼k|PphrVmdݢ`oK@F|I&>dH&W W؏W$IgM i) PA ?S\31Yʬϐ>v<'aXqу-AG*rRJ:6PU A_~Z8LJȤyh*8#_@i?iy+<߅U(UP 4 ^g' 4jV^2~t⸎Vm~ۑHC,>=g^>CƵ$DKhFyxHyׁ??־<ː{Q\TAUgRUVE}(sc=Wjt}XQJG[ Gǃ[_i%Noןdfԑ@1vwmzߟq_ד^G}y,>>Z߀?W+aO?'^7 hx ykr gh?^uz:ߒt~Vzsǰo?{=nN6hOμ d<߀ l7ZfѲ?Wٌlݝ[Thoʵ=jr>꺱sO78gHEGqS`c * 6@ ˙a⨳6^Qc`0,Oh/U5vR{G,r* UTPx$o&1r$P^:U@!bn׃\}I9')^:~uf( X VdJo2$:Ֆ]Ed;t ĻI,t .EXԎaNO6q,N:Ƃ߽dW4P>JyK3^CrJҳ]mY k7 HYW FK WUb_^_`[zj[^vHװJ,ȎBȲs2 ^obՑ ̨ !v_2YK }#e2dR]vJ :b Ӳq_ifgnHMm_"E+kpmO%%,aV8 D0< kXd.Ke̎ ElD;#r!pvl<,W+ g,<Cm0 /KzK v#-A@y/%Y(Jpy+#zga8Sͮ!Fю:o<ӡA7bidfwwhyghڭd{}gD2a"IordI,'mDN1ضPO q`n;px!pH<_Oǀ'Ĩ+S, rGbIIG%!T2zqǤ>q|t$֑ cyOB5nik3 ^cX,IY}J||Tk&܍;B.x/.5Y*WXL6wqcry'KR$+sVdF'hYwP񘺻-}iRF{UpC{q*XU=w(-$>KUf,= zxQXX RNcƓYUJ*9EҬN4M4qs !J (Xd]Y[>q"Q~ٙ\r`vib{eupP_?wMːXX$!s)Tby\9> 'Gh)C1lutt>8!h7ۀ}öG?%3Yyh6K (/O#U^A8GE>#ǞdEƔzM#Uf(3(pZҖF/z7+'R#DJ>XJӕ*lr=ʁ"EY^Eat>=s5H"Pkģ@I`)jRncm•Nݶ<Սƅ=ID@[d1 ͒$ޭ! /p#w=ґm GMl&hA vĆ0  R9(^%2c rҒ~ q ~x>3K{o$I(O 8F"~Lvd\cTT KIL~QE*z"O7dt\i/S$V N6<ʏ`OOMʕKLʅӉaŹg( Ko]X+EN)x@&C<1p<Z<OGmԓ84iȖ( b_C};C& v\Ix@/"DBO$(̆2U{R0ͺu4UZh&vP#VȠ T?G=?zQȉ`  9#nDl0 <U51 Z55.? x Rp>E+^/w)#m([ %Xʩc;wh}T9'n"(M݊ H$w|%vJ^7LTU@eYB+"Dn]讶cqe ~wShoq^@$ZÓW,f"ü#7qJ(S!P9r _߸#Ԏ@cyvߴ7-tyE;KmB<,xWG0Wn\rbǙF]hpKh065mUdc@d<`i(=Һq#Vnzehy8r>o0A,Rxd_XǁR(u&78sŏq~TBry7_A1r7M8@_Brx+s&H23) X<>|z"XbiR/)貱PW\yOzK"+"ڀFW^醔A,v7O1[N2L2ll ׏z|ʈPvw*8i 8q-~~@ "Ͽ]|5BF05:R>sLgBSzf.=I2}>U0Q@e x3HO!O~P ]tb"k$k'7G .m> ~ c1ʅ>څ;$ha*~4m_|-4Gق4=bU G~C_ |v.FA#t̳$G>kI>O9suZETi_@?4 jH>@K[aG_J~EfdYkI`f%v\͘$6Ƽ6߫2I߃>f`-e"Ñ 0aKD͓#kcݏ`;i[| sȢZ`??εuu>=K VF~AaC[ t~s> _|O?nB?Scn[?j#O>kƝkjF~w|Ǎo|?:G>I|#t<o/~x5_~~ϯ uGJ%_2'=XĒN3pAi >ary;5-**6#x@ݥ:q#WÚ<^%%4i/+h܊x x,`(K{GǿJfg`D($0My AwUPc.zRֲe~o'̌љd W^A_K,e4HW1"TG"F7"'bMs-~lJ 3l-)N!VE!t%Ynf^|<*K#Ӏl:VxÝOB 7gXtȯr͇fHƊǛH6Go6>w0JE$~@J9Ѹ ?,Ix,n'xD٣D8 6,jKTfʑXb5F@V6*J(i@ʍ . u{fJb~"Ҡ fD/3dv$1ѕ\N.;2c~E%G=2v+$*U0\hn_Iًgk<]ׅXQ;/wX{2$Uesc;25eWȩb]vL5m;X!~+c MFgP^g~*T23$+R'H$}.4m\<@l+܉h;(lG(UԬY/d !+2m /Iڍj/X1BM9Ra$$M>d|^;]#hֳFfZc>Mܰ]r3iaxEAHV46,fPGJb>1+YbTe,T/> m Z 81,㶼zsDo bLtBV)jn̒K.boC JtK:ڈ֙ v3& NLv?.NrW$R Dc#`y8i|0'0 = 6-d`C_<4LejYxLJfA;zigC d<= IZH)ͽ\ u{jc1VWz *{u8xlLzSXeJL>9wIʑLѳlyZZV^,o ; ~Y cVFX*n7N6^ FM2`$ AÍ`q#)(X{L+֥@%Ey 2a {QirPql/_џ^#R,@9*V䬣EF^]1Hd[Ua#VM+D"'QJX), #ŨofJUGϐFּp,ZOک?,R w;5}ޠhUTۉ&ލ,:lwn mo_,IU]KQC#ʓoh}TC½o&D\(ÒveUiLun^Ji%wXQl`H4WNR=8gvs4/'*E)ۦ7KMhLG99o3rAp?a9shqQ$ U4nnunfruHȄLҰ8r20K6wpgIky0#ADmAigzֽ,~'fS#S !B-hW,m/ZK NՖ 4a*J`^le ꭋ#2CvΊkqU"I =HFU0iO*:4l.>JgܜNI͘d)KKmh#E/!p ut Q=6dm9T@L ;*q RK{ۓ*,\|/sI2:K$[$;^}T*>c3wJ# h >U}PViGi݁%X'%+h| nbP_H#RPh<>δ/Nl8cK5yq6tݱ4vs]di!c{?U21^aws' cdy*ImJ"pyuwLLi.43gWiUɫt)W:|؏~DIO#DުD@Y vPy,)vobN~ZS#*FӐ'CLj!R(]9TxE*Ѿ~I@ϴ[`קੰ7)0f!8{Q8HB')*ҼU4ÃO{W ZmÐnbYWH2bvxjK ɢ y]hxq}ITxd wQq`<`ҝ}1,xd *mTr?k5HLGAVBBdd +,1"VTM g$HP_/T:.D0A9ȇThiPUh[_]Sώ.͓cdF!LTYgB 4oY~7DU:%ǻwޏ>W:2vNv+HG"WS*F  ։:,$1$~4@#Aw,uE^nÐk8$,Ĺh>#:pI݆9Ϊ n h<~rb8Gd >\c?{9Foϟ#6?cj6]^|;ϝw[>?D~|x+;}y꿑Ϸaʋڿk_k~;ϟ:߀`ן׏ƵCڌSJԭٖG:W|'y H6 nrHM/MtFzEիMqVôt䝂G&:lO!U`KBk1,-pyN>OI He0q,=UؔBԠGŽg͑աK 1 X;oZC!p~=Tlk/SF,1c&x*#X;xD ".b%n~Mb_LυFq'z*.jѿZxWC>+Lj6LF=VWnbTjy)GYIQW++*!EIkHg?~eĞ IdDDϽ1"F/ĺAD1Od1B/^ %U =D2TBݤҎ\U{.1ReITZY8KKJ)6 qPa]z>)ylBb&c~E'W/-!\ݖHQv #G3qF`G]c`ͨ@q%4 EWy&Z=bFNA,z]ʞSF8VI ,[!aH C5svw^*Hί(”B4O C:'n9b((U B2Ѳjfq[q_/6G++|I9&Ic6,co̿RGvL|F˼(yĐv6aa|Ou|U\̐̊Ibg.զ9Ҥ1Zd sR_Pz+WȘ{5 9$YYf]rVNL6>M]!xݯ"Zy4T D,1X`%5S 兵$3F'3 i՝S6U TdCc2&WxE!: &lw) 2JU*6ZT maBq3hԬvнYYnȝ:G"KQ@U,@]oc>!˽Z?$4啐DJi"W_kwfQ[^I[ *q98;k$q(3đeC!mwRTh >3|?"f4@n Xgd>6_jtzj5RDܫd(L|;XGf`ݫF7:1 #Ld؈"i}ڧH`zrOo5ҵʆTԌLKHICG 8jE-B΄= -DGO- 88euM>]x@2~6o|GYf,VY J(V-[wFO ꠉS^Uogѝ5\D9(kזjaN|R]  ؍?i%drhf"gfaX{ <(XΐfJ@E')> eՒ@#޵"MXeH2Kb8dk"0fWhL{@bG ǹrFUhŷx,WryG#ZRld GZ{.H(m#df$'>[~03Ӝۑiȇmi> {J񉔣 ]q&Z)beַ&LAFαpNZ͓Id琑l@X/eJme:k:xr9NBՃ[#uxnpE)xIK<#P*xVvu+Ѧ$2C\haxҊ;J>I Þɉ cBP&h3 Q|)" 㣏NөՊšB[D\W`: l/,Cj=+ݚ;q{#Kd1nJ23xeURAJ'nݥO>fٴjԣd* cYwbGuiC!ZY F$%R=iTͧ95, W3e+X ^E T6Ŏ=s"Xp戸pV޷j=D@=<Cfq1nfHl4P!0Q K3,,VS:{Nb2 UHeW^EKie>ZULa"@U'  (΅ cnǀ.}bVVAed$3wca+V%@n,0#E4Qh+K >^>JtKVo:?kCd4ڄ >) V#m pÃ2q4'%d߸oԷBt 9^lFʱ7%.V:t č?Rj#G y8Dh1wr qGKtrF*kǶD߲ tGoJC`l O;ޗ'vAc ݝh+2,`:ry:UnEXlr$[V7w ōj8ӂIUV(ˮ|Xr&9;}lO*r+}S |6@Ovi]4<FhI$QuFG]D~]`1PG G-Zpwf! ?GV/Ku`P~v~ Ώ#^u32b4ӋEHȼ6<*&$3BVB{QAցPh:}eĸlL-NUwG$Aq64ʄC?R퓖QtgJnz(ȧ{ƁO~w?w@oqoC>u$ |ߴyׂ<*<qȯ{?H['~h;׀ Տt6IߏIֆxC̳{>W?Oǒ|oڛoڏq~1c^ _tX:^i<ӖQ$PEHec{jϢICmK5qs74xf $n$(I$ݘ G;Ci8Q]jR'xĈcSc/fI^M,_M2yJ2zַrkSxh[3cbn_ ZtI,rI *S#U3A&b.<H< SںW%ȗ^6 LqHݢzA$b"UUnfZ34$.; aDYC7? e2{[XuI)7 Hp^f\ofW42FՎa]3G_Y,bN h=I֡l~cvy&y4x Qb:gyyO5j(x/wUu7`zS>ȽzPY˖yr ueb1Ѯ,2%6[%&K/NBĎ֤Wsr")]J]\-4IVdHbDi3džxx r{+k=uCN:7ڢixSI9liUd%'#j&4HҤiCMa#g; 1DhײUA.#=Oʉ)X-߃^ 㦎]WԹHrIjOkbH$gVĊ3GaHb(09ke5X17ZC?5; /XE;9 %0Kս[ {8$7K 4V^(*G,̂44&6<~3a"E]2nQiQQl6|7>o3,Z1+#EKJX D;1PCj${U1#f׎2 Ai jwHYyIDbW+ .й%xPLFxdU0BѼIaBRII519u}zmK c%|>BJ2կaAW+ۊ)L 41PlQtM Ry%=:&f+N2RI)-t0Ӥhvww6Ҽw&&ǽvbB-([hen zbpHd JdFm[Zz$C^+ٱr 䂓 V$Z^HmkΰJZ_/uo#cju)cnԒbI18dYz 2>N yc&FtL*U1$=W[fEQO/c jj_8iI&Z1Vj\}Yq٦ѡ(1H"6xVȳnW *v $ Y])diǗL H)bw, 6$h_[KV%k0N % ed Al{=iDh$Yc 6=Y HfO}VJNuR('Jyyq}5w?%'HId%!Ovi?Qϒq$V[dR:e4K c?6B{e{5e-kS@n_L^opGɥHܒI.(E:dLn>VV2%xQaUXL;B¿{|!$Uma%AX#F]1BHm{.g*ejeFJY|ה Vc;>F#R GH=w릓18|Bd_[~R;Xb,n@ @= Lo A4SeyqnMV< FX=78I9tBW`zws;Í-Ylf59-?np#Ȝ\wd:cF>|y6"+E06r㕆8ߴ 2LO&|6YT)6X1cA^d:˫OQ.WaG١xxb'<)cJC3Xz4Ezi%P"L$o}'*YHQDHq]4eI3rFuaf+!ERYO5])ST1/~N=H\⨳MXi$JU6mCĵz֢cck+GnPikC,nf6EXFNS 6 1S-KI "c,6T|l]RiDk<d8iS $%AfWe Vp{#8t7Q jww?55"qRbMvhExP* w.'-ӝKrݚ4Fyd2h/| 7j'̱/*G\y'}Ș"2@$1OpRK@x.6| ֣[, -2 9US7n~Iˇt>ȍˉF"  !ݜ w~9Ud<®G#$ddb~F+NfE&J5$֛ep7FKFdXBzYH1^X X;!YUT(cO8EJYV,É^ `E'8J4i6$\erB+]TI#92vFFu[`QOOe$2 H;Fd ( |5]2(刕j3 T*Ոem.T6+a;Nd)rrO"߈E #JX0EnUyHFTʰH\K/%m;cV^E¼3vʗ?.w=dL{m :Tk]OvQA2v,XFiHN{ɾ$!^(KՔncKWS? *kTؙS粒[uVՉ^)><W廜P䢏TraØ}dzv>,:en g+^FH^@+JVWG`De*U*XM4NPs FPduXΝb,Hb ) Hэkڤw+UĆ|ϓij,R%]U&G3) lK0F˵d n-^ ńd'fVB!!<0Xi9yev-;1H#\LBU cg!KU,C9$Rq*J:bJﰻOmrX? W~O5IYVNFK}IdUOh&{dֱ nBhR.FOʒ!tzRCʌ$&35vV_lB+rtp+JQ(ʤY Vwx::jhF].LYIX tA đGn$m!Ȕ+Ԓ76@CR<ȐO#ɾ<ߕ*Iԇ'[:'ӖeR Yk+(LO/p0!VL}d; đA4'm"5J_#jHdGg0D(QW"tįzYl C$h2Җf@G"51>jRڍՒTBO( 7{d]q ^\?PVŚiA/@UIf,L8() &?}v?q 3i1g;L,L`ân jJ |O(9zL H,^E[sәYXĬ~H?; ZN>ޘ磂jc+JUPAwy+4A+0ZE cx2 NX5w$ 6C>Xk5 s*Es߁]d_95HޏS$x~ Έ:w~G2.ȝ|hN;?;~a_n/ןG~?_KV)'KZXl*y ZRvYۂĒ,]pv6<*lDo+י,ph[DU?u6y+CfjoW#準5h,mG odU=2X#JjЏo\'TǏ+E4=(ژ &Ty=b4}ƍG5%};҈&8U ܘ?~ɨI{Ʋ kд@@!vd7X>օ&k $ؔX$JK moQ2Hzs\ jE~*M,-b6GU` QTP~S5Xb 0ɑ(Wos *Y#'";LwVzZ"F JhR2}-$f*rՊK|ݓr4kf6}+/& lp0F.^Dkd0 ;!IJYaÀfǓ Di"ƖCA9dSu+)RDLkSJ>FD_ {䤠p^1؇^Gkybvג e*S^hQ%+Ǵ0RnSIeۅY#l:3亇RgsCJ_pWr9gyˑ5T}hݏcVl4 !orJO16!5}BIuY||sc$x8aNlHewyH̩1cE dd4]~;c%Upslvk͚F:jYi#mIkj #XK+A^h]X"x n4zڒܲлjfb{Q&h-u.i 1V0I6#(*tDU1+pGunk2HQ|r0Q$T‘ڝ UC{(X!ZJ;f>F3D2㔅!lh(Ʀ-Yp[i=*ܪ귢&M(=#8Ar8>Ũe{o-I>Hdbi sL7' S-WLMΔC"NvĕLߩ~rX<%ZxGZ[(FstHVVY[Y$ȝXu鿨z}]뤝-ysFќ$v UJ[*\-&%'Xh/:Nė#1YjءnHOR8߸X1vVsZiDdk!/ٽ#'đB = .2 3X2!> MV74湎aIBЋJIdMUوwYRTb"bT#x+դdW6+%2jheh/e*FO=Yg"f'ٚ*]qe+=qܩٌA2Hj%š;Q]zi 5`:E4iyc=%_&N{Շ`ԶF>##D{̬]c""!AFF(vJaRXRL$HcuHXڐ\Л;]af Gu7Vv ȥ*OxMJ#64zjv&^ bkYx7![0P%dk_u]groL0=qI":tXcK4F#X[bxK+]u%O"W׫:pY*D ʚ|HԖ >d+ XiRy,?IBdu=]%XIY,VQAdZ;X̨J'~uFD!nVXJBVHo:֒drS>%,nVc3V*%ԦI]#J$h垪tI,4zZ:< S:}bd")[`Zy'XClɫ(s=CK;XL^ zVr:w#S(S""|}9UV.kvK)lI.}$o1t [F\#f8s+\qy+2R$n=f:tfHpx]hزP04cB9cKR"t@'Ga+*DD4B):{#>F/j((~ݔGVHH9H] >Mkv*{pW U V ,q\YdBKId x:+/S1ղyɴI (⴪+*R=c*^xX%^lM\I$*Y);e#߀e`kqhˤi8p\˝޲uHg˕^՚FXgTvI"XgYB+X#VeIdCD);RȉYgxIǵܖhkn8 `ݺkCZ(%kQfȂG1,7܁mVj9IpFu)S#G.9YcX˺H$s qX Ev 7~uL7&%eR1Tx res@&dSB+;"XITE )Sja9c^hO(D$.v%I*Xifi56č񰐲#>?3.Y171M '6Y)YBD'0ȃDhufD݅ڟ{$}7 #?miCV(!L_bvZ57߇J`Y#i9 8O2U3{`h"#5:Ҳm#%}G! IU&7JVVڭȵ2C LHI=T#{r0@b {Yngc1NOȺ V&̲b×d )`"vq!)\RBD]6lrV8""$& ahlMpѲV+oyZV_w9L`}WVmȦʔ aU {| #a2wWk6K ?+A]=/Nv혠fDV&7#' ڽR)Qeʎs7:%%t1|X"mʇrXbE6K:ĕ"*423ăVE! NJ --, #ǟ]CE {LٷAd]9c(`pY"Q%`Q(tq!i%^00ށַyWqO}ax@\ J*g$"E,iEh,#|w`W._OB2KaJ2F*(H}V$u)QyG$/9 dR _*XJإXJN8F uh>O$5={Y38qd yDLƭ#|]m68o}yw5B묥[0~iiW%VZ13:2njD!Bt2$ f 4PFTFJp)*P@V["&b=uf6µyiN$PP}T7sc ƵkW{L'ں GJcޟ|7qV“4iĪFPmYzt>&׎<[2Kh*BY8yAP.xx#Ln <R=Vu`,r ْAb067hʓdtpњRܥzeu@)>kQ"zuէTB G?Ks+][pbX 6$j@tm3vjNۀ^Y*v%R((ES_fcL z ??_BhG2DZ"btH$lu'w,m-Cus=R9[wn Ȱ@s@GtQ TokG4 #n|;YY(QH޾>~>|}il hl";N!RYg2z(edэp1}:^L Q<2PDTU\⬞=륨3% I#PԎM˭N<(ҥHSKd4^$ A ̃Wc !h!z,iK I+}ՒSZ؎60 %HE]8,QEv 攫9Epdȧeev~ñV̌1!Y!3{Yc4r3+櫋J +ױopYG2^Ԉ!Ҳԩ<2S[-dG~9Us̒:xUR")D,]P9G,@EGqdjqLDyr Hcq$ff& 4%覴8)wv޿ g d$:!ZņZ+-;Y%2+H F+@;M^xܙ0۩JnDf vpyYQfP׻u>\_)Hz 5^4Gs+Edh䈼JKpu=ZeVíi:^l r5&wF4&90k`cDi0ezaH4 A)aB Ѵ2 LdX3V< 1VBl,їlp1(^uBEjpMaK,,6 #,*Ʈ87?rFO1R_n#sQ&HnJbAeAUJX"گVZF!:f,$v!Jd%[R0gw#HR@ `u04oOdpu5cC%kVxИ5JQ&YR idqD.Ȳ74#vMzG+[eP_2:e2s<3oi2)[t{jKBWz\L7I&K4%CC,Ԫ,*֞+,Tm[P]dCL=,݌0*n 1IjK\4,9Kنy 12 _9lM䗤.?Cvy'R El^FgIdD1vhLx NJv$p2 )YH8n&^fhto&f ,QBv"bC),-wFӱN`4qJHkjri"z#?HX}9 NKWDaKqErRHf5]ڊyKFq7irib%Lo, ^bXhWȱxoA`.:esfMpKsMtgjBB:3TIk lwدZ$zfabݷũ.NOg +3)X}\ږfV,VYdX+.N4vѩ n쏸n I"_,M ebic/b `d-^S 9Hdh]''tb(IZ;Bg%nJTB K;)y䤊Ruq% ζaHȰؕWF,Wbw֯ &7^T{_:!J"Ńn,M]8{v6 WV_t /jvnE|<B3L#D XX$NVITnƝGsȱrz|GF.,"**LqKIeK%n|}o^vny&[SҀĐS,% HYX򙬥%Yx2nWVDZZq 6X.%D؜'xެz|yfqhq)܂XHl;֣.:HcS5kTh2(^bsuJe67`qrZgzOu:/z{SYoIV$11V󦗏k!̸س+M aEs>攬R<(d_ņmg:с+!@@Vځmi }S/U) P[cbX,rF{r(rUkיl8L= ?Ӣ: 4znI૚1O[%N%Yܴh2hAbM:23ܱ0i Kk5u%&q5dҖ :~ ,VCiqIѣJMRPm+TKOAbqe;3bVR[m|o w=5?VKEev}A1E#)gT'ٵMi 8xGm@}ߕe$z'`%C3F0Vryr$~N>ucci> cou :S8^Hs˙Q P[Bp,tށ.cedKRv<;'w89&WiFHy麣Á 6|IG__{qb9$2M5RV'7ύRrl`+Y+ocv'"{m1XL5`xrXrX >dReY〬6*ҥ޴,(b):NY1KN+D|c1wJԌ6D5ZxWh[5+q㑦cФnj$#EIJ }2L}S#'\XX2WPI(0Y/Y0;SЪ*S4)pc/yBQC,0R0ε2y c sZHޥpٯ%uT$C;WbOOU^k|\K2{_mf9Z)FݫRϳr8hⶓO.8׎$KC^GiZHbWO mVb.k3aM,dXvޙRŕ; ’cmً؏ҙiʏ% x=xEdh"9^GY$#3v^GNU*fFec,Yz*b>\Y}G#s3jXTq2pE['n;|J^*'[UIt 2^U4FCJجbVrZ2XliV Y/WX.EMVR&6]MX5̲H^6sEYw2Nyk %F$zRJU{fdEa|0"#12]ۿmV%LeTfKV42BO"JUhGI#֧B𷟩: ~Ԯ0Ae|Shnp` @!;#~>bc ujAe+$\&Ƈhn]i$^͌RȌNDEi-]#HMx k5a{f5VÒp?⨫d&{ĖPг7z*ԯjHW4@,j1X<3VCԓn4d1 Ž&+0%3,rd_khl so! mnۦx*PC_i@(ץiLZʊ.,{,M矒2D#SJP'VyT޹5mbI&*1Z *By8gVSnK,A45KO*Mf{Sq퐇H%[T%aIy4RL\WǞ6 x7 2'뻱$MCzkl S/ R.r)4rClm ;@ FϐT!Mՙn%\5  q>%AiG4ۑkIVB tKb/Iz3s%lg)^7*vaG"-VDqV.q_KAQ:{!jSy4!">BژFQ~򝙪jGĆȍzW`:27d,]K-zVS'똣*#; I$ظedxh&DcDaHуp KOsrqf?1i$N!ĤHP$' _Uo@9VmMؒ{`$tw`q~R:bRcMҷ"Y$Q.iB;CbބhD~ ֯iae ܬALGBFH_hW0w dzT,rvVeؐ5Hh<&Ssi!Lt,A%9kYYO_S &NcK?ah\j"z쎩6k69{ UG?='~> aq ehgi܂cKӒ2 Th'L٭s$M&;KVVmÌ< \\@$BDD"NtM_Z:ifki+5Yh޺=w7k#ny6)8A:ǃbE,R~{P6Qv3 Ywwd2҃7.L bj;:vjlR [*{<m[^॑0~>UJg͘hEz+6⒥|\-=&S-⺛zsХTKڒ<,=wikn9.A 2Ki Z|0k3g17^+%Cgr4L5zVRV'%w-֙7*M T 碫w3v,?5X@e~^:dCf1ʧSƙa{F7lHO'`;?2O6ȌBٝ{Dav znhA"[}t19F HCnтZrׄkI^(m$FU5TƝ@ËR\6>:x&Ȼђ Ja ۍ)N!3׬XY j7J*,w,}T *vEH吪4nn utWD=RțC$+hWcd0"e$dk\Y{r6L sF')HnUJmvrGCKC6Kܼhip51/vf:2Fg [I"i=œ[Le^JMc$y PGUr- 2;9h|2JM+' TC @V0*%unjZ2Tfo&΢D p1DZRNҊvOqKqK+Iy˶GIpI ~ih0!R½ɦ}3ˉN6LkRfd;*,I֬\JH2( >ؐTQ3W^brD@i۹ ~J劈۸ ႖q'dYe;~|t!SȒv&sdBK(}a"k#*|h Y[ʚΝ((۹l^@>i(ߨ]YTj *[YT`\ex0e2TN܍]uwB,H Zභķ'DžG-g=u+}9h(CS"]yaӥijȜW:,rC]U.&65C9m$WT,;S4_:}Oe X!,gh*f`"Ċ?i"qe/,1Fn<`p^@ZOC =ٮg(3 4IĐW&@`qAL]a1s)wU%Ic1"hA}qo|GVce:O¶N<#eq_HѲG^#7oT)9gꗆ$,W$IwVY}Ŏb >嚡Җ3j,F3^EB Mc~Of)wx6R Gn{F.VdBU1P.췚e2t6LbF; DIgгYq&<ĎcܒFN1tc=u13j-G`Sڮlj)JS^xk}٣sN}^kArs=%)X9<(? 1kKjvWXlRHKny $@BƎFSUVccX%o0.>,؁C=oA d;,bu<‚I7؛&TVHX#r}dF1.KSi[d d""~ :` QVtY"1 E)9*TƦ"2JRPէr9yl3 jٖnӺ]n>t/_Y*;CMu"#wGklLq7Up&.GU107~Zg`5rH8dGpVȏ,3 1_48";w2`Vn4Aw"g|9𴙥X!x Fce !*l7 P+),nİW^UFj%H)N>ଛX@Sᶠ&.IqeQj9K~"*ɥ(f He[/M]?%|ei1<ǥ7SBW WI07&X U-Fa F+%U]tSB=Sx%ˈIqhFrmzmKVƗ`S Pt\PyNncIX{3^bҒ1d+@RzpI FF]I_3Zrk˖TG99 s$W&]$*fdJCFM7؄Y]vNڬlPN}Njttt~?4dN(6 $*Q yyX2*#X3(U!_9ˋ] %mXae5L6joWJ<oJxVt,ULC YHX=XKs,!BLgKt3UGm + ff_@򣍿:-25lQ8̆V^ Ȝ}дLrzyچ\$x5iv*KJ)R6? u_V| )vQp7hq;f6X 1G-7ˑͫFERbI} qN /Y=o<ꉺ%C-ͺ]?*sԷLT4Z^+Hճ$T4Ԓ" ,ih]mQF&+CWӁ3}mZÈY Ed9c=XXx)259,`<},6~vݹ"%7ӊe0pʢI~dX wW-ב$eIQ'W3g M$o0;DUf,Hb H!"VI!5ҩ.A#4\`"-,1xUl +MjiH_}[* 4"ïab"('Y'⫧ }huF~<_Q6o3$E jA_hSZ("RsF˥ciU;}*d(m9.*̒rSxzә:nqy8)e䭌qzx׸Qx]j#좰7 8r#hAHm. S b D8ݞ8f< Xd|$Nٶ$ި`&Yd@9Ǡڄz^^4ӫJGmI*rKiE$18kdBرWM@LnZ5gH 1C'vicz+5섔³싲GYZ.sf4no0D\i~),s"9*K(ku/'MB!=Ff~va]խ#")+թ1Xa::[-W2id1ɓM¬F6̓$I,|T/ TIj;8 dzъ(pU*iBVYA d64dڤ"G9ۢbuaKWB]M$gD:RqH]z&:7#Gm[o AU!ABs{? n(+{Tjpb4Dc:&e1`0= K$Xw"ʟmUnC;NQ ,Hv!&{LCaHfJ*Fq W-iz[ ~Ḩ>u_m,5ywE:5RȪV XVZa]Gw9k SsջVkMal Rˉ~\B`$LloUUGj<|O5+(׭<_l4ՀVPms "US5lvEߴ 'j%yf1KZirZhDW3'ӤwvvQ4\2HRFu>h}QmBՌtFi 0$'%* e%Md e܄~Mk4ic'd4X%|tSVbu\C<8ْ>%95XMbµOJ%Y&L|ZuJU$]NKZݹYYH22EC܅]b*k-Xخ,_]RH`z#(6lVvGU]\6NԒ|NC9nks[ɲXkr!+SoT fl'X.:g rkV)S=g||{tkXڷk) ܹU辝:Q ~Net0XHEi K8+ޡ< d֬Xr}g;րb{Q6Z?t,3~&XirefdF6C aǸz ZM/&VBӤY[pfvC KoͲ2.W2͋.Y[j4p#عbڦ S"ؖ+19ոk—!R͹$d^ZJcni@35[lL+!7*Nk&Qd RZcfi$Կ5 )trX/!,&y 9Hf3S)EV(f]yٚxخ4e4x2,qbHBQDȿ0y"yĠDL2lq!YH#G_@KQ*++nC%g\;qEˏ3[R >m}߳rXjQۯNjwk `ylPq>X,7p9܆{营1?3dҽ%nʱG!;|G -Q'FE7fNlKXA.* LWFޅ]ef:~ se:~=ӓ H X.LykE V.Lvc*sm !De%I#E#n͓>#\{ <+āI bC׏O=;FPYc<~. ْ/מ30xp]Rw TXyKbJ,J&O+ɫEJRwemK8i4:Vx,+"vW:"&bVfx+xz+%ԮȾb2k-[7uy _y$4NBZ8eՄG3hgM1( A ņ'!cha"nWyY$ܲFOSPy2E<{i@_k$ ȞOW f3e)"Xnn"\n!i&QكH#6x0ީߵ-4l!¯^FC1LR*#,HǴ1t}7\Qbol]^+C&j[~ؙKrC)nk׌5~:R{]=nci2`m vx/g^^5Vg<(&k(ex^PHIb75{itܧfhYجafFڀs܅C9/3T3g|41I,"D.vvJ@hF 8)k-;nͰg4!1AIM 3Y^ٹmO:CV-)qxI#0Ai,mNHHvWԒ'wKKO,O=>*%Aa73HdCh )Ȓ^e;yc'0:ezu4 Wz"AbvyO ̉"o>!-MEdKഅ3L  Hv)P 9nixYJDFOtlhܻ@jt,ܹ_%R4f ha#;,J4iƤuwxXq GgYAJmu$$.+SIٕ8݌BԱr?|~Ғei.ӭm~yV7S]{@0I>>BH{5,xd8ǷQ;Y 1BTobAVMDD:yDK1U]YUR̩n_-vxG!fZp-.>(G4(wjC-Mble=Ix~NBɖŘrѵ mnջp+Q*!Tj]#-A:eevfļQڏc}twJ^=,Kxm'i.odQh;.\y1L( ˽梲 \P;%L,ec1ʸṖHd"{T]"i7dFeYw7M2^$i&(F-Grt#3Q,;s<*n=wUUȳO5"-E)>ʤ㢱gkX$*Gi|ޖԶhBK"ћl='hI3\L$=9gKByk%wJW[H%Hd!yvcy"Q>~9U4T.ǰC's^KyfMÓ$-ˢ]V(s6y3 ۸wt..Op#3 w^^ ݅0LBO$6fI*VC y;,WKID)^K7S}dJYp^5+DcVD6v=Czjj`s߷Rp,e!0uX%h+!2kydYzPUUdMdCT2*xfdU&Y$ND|g LjU"ȴV\SgKz圅QK-H s~I,9K*V ,H+ːJ6.%pk6v=^UDja%CCv޺eu=DO^."խ]W5x >x)b2*EaS3ch"Xܬ ؤPbbA)+V=O;"br M#%bBɵR)t&jøxFK%h0ahH]87!}̮,+{\w!mc~MXZAcfX fURHHUu-Tc1u%zveqbbPLc9e y>o➢!j~ͱ*>C>QfШ" }aLtctQe=*Oa쪉e?eiieadsg7jݓZ4qC?/R+)derI j/Vѱ=_u+N`ZڃhMۥzZWG&5qzƍ

DlX Vy7i"c؄=my,sH%H= n07w@<~'nеiqC6_c4VJ7uው+ -śS/[t30}ĭ&:k4bxc0Ey,AcZW籗2w㡱ۇadkpq5lOPPmrj-Xi~Ū&zmqΨ8rI0),a0~X“JHI4կ3G$CS)~!grr̥$#>3nrdHrr/u1;+Z܁X"%H|ECr̽'j| pfUc5q30cc&&FQܒl~߭YETP=7}G^> =cg{b7@EU,她KO^zXKjU'@1sE%Ylmf@ΟDO!&J̐|! e<7 D;Ը82{x#ozI[dA`al/z'X=)|52Fy%* XkA5$um5w m HWުg;ם+գEn+1HFӢnh82X?DhzoE늷r૭̥ŕMY)<mL}G߫==] !s 25jF<%wx8VB麆^J~Hn&`6$%qbHsj_yYèca,,NEhXXG X3n@?;)hWJ:?fVz`YX|GNvDߓF)Y{S[/M:K^WG#tOц,bO}6&gr-=vdͫI<<1kf}%qTR)1"҈,G'f,ĒOS+t6QLY$ "H7 G98o\un!8=CWrBXZ&=xT@2(A,~y,WR>/=\rMRYɈJ "Uj?GKhT,D lh57&g%K7i! oC0,J!QvPUw'CϝlρP,@ې/ܑЏ)ɣ~~ O馍f"AVꊪ"+CMV6xf]*y,oM_ ۪fF&Id1HhOh]0w]^'07:Zrtx`Ao|Gs&B /I]f6/H84JKFS: FdgS":dnS_m&^YY2&t:|U2AܽXeQ }O)aa_u&Z$pyEBG!U΋\cR{;S[Jy1"%;2n2FP2JBŋkLK+I>#pE'e8-M RL6Y}/$_1SFwY`Iu@]Wor5|9_0 w>Rk 1t ^:qċ!-&#'w MSl=E{N#2цh jp=ۄ2%4`;:B[x@i*CVbdnj^$TⰝ|6wkO8x^Yc}B ae=I) >DřYtFǖh+. |FMgPaƲqܩT+QꮺZHaqdyzipHb:;N'=:"8+-ٯjwvi&6YEe9ܯg029r܆1"1{rd"*Y, wXB ͽhZy< @# 'vw*{5V8H.o K%,ezhbï6Ť=;r|C&7}gOE$$і>Բ9*(Z_H˕601vY58hUE-:w(řҶN-۱5*J4pLENzH,O'&Bv*ȰknhG#! y)RCw*a5꒽#$H;('S ڣ˘M4;  8л"J+ D\=1wcN4Q̭L ,Aȍ b[p3NjwV3#QLG0&2졚0m9U",.ڸ-;q޷̊F+TBTٜb޲AzG1u`Fdcrn*27=V{+M#(Ҽ(:Rx`' [$YZNH4xHWNFL?<Ѵl @ÞK oYQ*ngBQ][ɏ1YblCPn;C$~n޵n++BFNhŵkޔdz-*IJ~0d!#Dl#6[XAg]uhg(;\y"8>=J1;[KqM:Iz6Nmd$\~ ʽIK0(;}Gԫ§$N8,.4HdՔ7k|b kWF$8`*G&RW3eQ]kb[K,ef9\ f'CKHg&hX(ȑmw 5Njjn';.UROLC V4 B3Ԥ&H}IGjOyJ{U\CZ9OA?eWDv.VF1'krr_JQ<)9fN -Nt _݃"17 #Ic`Wc JlCL*Y+R+vNVd@nbËʮ`^d EfM11 mY*9d&:xq8SWjI4M s4UrHV9ZX]n+vg{2ԊbZ8+p>*͹ +͕*,f+̦O*=ʛke lo@t圚/b43{Dr|U E~\G"8tx|ʦDDH%z⪉BҡLk!E"UPDUXf;$a/u,IW{#Yc5 DB /ɯg`,/ed^Z𕡆ą# qTP* T@"Dar%XHxAFן-{H8\P؎iQ\K4uuhe̓{S@]^HQ8nxRK#UK`]YQA{OfHUvՖhl2L&`U̞W3<_3IYxIxEl1%H44VH~ٱRu+B`Dƃo#F98> lr(Sܹ[B ۯaJ4LC UPf>vVӨwK"EnFQNJ O:VU}r+L+ |%/*(LJxy 0XM<%YbYI6GbU9ͬxkX.%ciwILFUdH ?Mڗ.ُ *"H/] VŮC^>QWrK$(7{yZVW0ïlVW'Vk)9{h߃,18!;E+F %aEB;B5\Q#mXCza5)ӭho{_rZwZlמrC$hў Y|0$IVRJ85(PKۊJ`q{2X&x2R$fQ&XfjŐH1#y4 (J+L$hzx ʽ*Ƌ)eu4!f̖^:%T⮬$0t8i$K6 iMM۔,F*eF%DCf>rW H ڱKezi.G:+۫-R*rM4:?6"/1+bq"Kʳb2Y}䂿bK?hg.Ȟh{^YNEfgp=h5'IC+ HdS*0 F..7,͏/gv d(IFDh# *ÇLțR9RDYU"+LW,E!F[4еsxLƉڐ$/Hʝl22`1=]Q/ORL0o-SJ('kb"$E7t1G2tA~c#I0Y; = m3s9NLXDۭw^(!-tZ*Dי&ZjCN~|+\l]:quF#fwṈ r5\Ɠ-r243p I5qLZ)GTs<lhSe퇳DyˈrQp]Xڌj:1iƨ28|gkKo:G)qrX{&$rq,ZYՇ?G79ǎh'~ 1l,jmwwudV8YQ_:ֆAbzf;xdޯm3#R"|~Kɷ#іQP,93M$*֭^5nj4C eNr#* rt:G .;FX`m{lFPn"K ub(&+,2D(tbJUp7a,x/ru|ez WZ.Fږ<\ZaʱNQ};omաl{ѱ,l#DUcVZ.Jէ-G%gA ^ I-Ud$st4s2o[LDnHrW\-˫O8#وc%&C<|ݝ˴Y` pʮA !pቘEq*FeI0"* "KFJ&;R=+ ?axcxj6B3A4FČ$SZ~ejQV u=eK Nr-0퐱[/r8&0Ԟݙ hZ4iC0Sqӽ9==In|}Ug)p`ܙ+ӛ0Og%ضY>Εp&)u86,UoKv,x]3qQD1ӟw)jn-/=i LwH{&%keT]-wh24aH($fmy76D\NnYbw5YxbEU&TQ$hV.P9?Mp56wėꪱ,q $-4bI?u?L>P gK9.?%ګnL"!5Nm'0zqZ,0]Tn l?fy N+18it\XF$x Wt4n`I/'K: 33ȗ$c*H )PwI$&+cܾ[:MJqV؍T<In"x|V{RUl{UZP /;,27֝pwF~CN'>z\0o-]*p2dK;+pTT[]kUp$Xq$yS\Nһ{Uy)^ɘiAblO= 6t>9" 3?:?WcCKMFӤ] O< 9Hy$8F@<78PUӒ|Uv~mMn'ɫ&`sQLN)RYgKݛV A>uȏƴ9zj?G*a: CUGƇ^?8b@k\cDkd>< {UPxשWY]b'iUeƾF4GozTvS2qdϟW=^Ҋkm4UړC7G?iP×ǃ+/ E!*UaTE~`x#D򫤍Id _KHށdڟi-,ˋN}W(Gz8*UK5Il;*}F)G##Q.ʟ]P@RDUp@{|@G /bdx%y|kǒx/ſ/R}KҚN"J FB#sf'h|xSS^)]@U?<Z"ɤrT@I'Gʑ˕7qRVf7PU>X7ߨ= l =57#RliOvt`o~P]x1ea\gl(tO~`r\r;"|=s,=n*@zB05hh@C InPCQ&zP˔HZcLhLqqpV ۗ[zeS-ҏY{?wY^l]!d!OV0zV [+PFS ϵKlE$"Ybёϵ|k@?%C!`e4&b](kVo=+cRLhHĊU|\Hv_A{ ?5]_i*H*@$_LBu[ Zk)Z{>zD 20.7"]~'jtHV(åe! ¬ZM0CҌJ+v3l%Q`H d17+w$Faw`_~ Tm~Gf3N!Y%I${ (Wރubl&J8UQwx 6MFv({(-|zNC}ʬh$TH-Eu=Jղd0Pdg%Fdl.Ul3֯ѩC[L'v:^֫ZVt/]λTI8`Ԃ1gqS5s.qse䂀oUoPj)U}U?\;9(={eZi^2YYINs{3&K"3؅jJKr $J3";ٕp[LL!ًo<MH-O@(J v̆TC4K[W;Dx5`t[*&8Ѵ/q7 Jk\|:cdoNSк,Y(l$Is,h£{V?G}naZ\Gj7Ib ,h+Rŗ0\z֧VBƵ?>435M]033l@8*c?s|`C+k2L|-:6*n4y$!F8JzH#O_ccsz-sh$ YZ1^ͩ{H/ryUN ";ItӦk_JӬg+$r3cd^ۡj2a;?ϝqN-Q:<(A>l𦍆chi.4ceK dJ1&H}(&)Y_k]&gi%^)vH;jfk,y$q}%X~2H F8@??S,q2"#+EG#x dO)V:cZG_PXd=o©_c v+=hMr9%17lK]I$o>]=GZ'g{w%7דzDDLI @-~I|*c@yo> N>6Iӭ<< GGο1V,ozc`x?^?֧B6>py 9I=ߗ`/$~@#^ă@@^ ><ƉoSA_Z{qG?O]DO/_7cz` f;=ξOvnOztO~׏?ILocm)8Gޏ;6*16MWZRW5D5>:ƍ`[><Ge+iBoh 'Yx<~I>>վP$Kq#~O>OJIsu ( w3偃$DR3/e|'*Dt#1XD%pX7s 8K*!A<_9E?O QuXee*-gRbiC4lA CP_|O HJ3Q'q4V윝 {C^><|~?AaEFTکZh~>`G,V^E;)Q27PccV.3u*f_y֟}#6 !vȣHz־γ.ƃD>>t䮿(-_Ip \@<t-?5Мƍ'+gµ41UAd@ d'84I04ƚlq&D\fA+8WvfE2mY[ 4_2JVdq5qN^H)MɲJlfS U⡽my׹Bs)68ύo_؍1w=Id1#bA/9d|K_}ްiEX "ɪ+^g% ؋)+_cm?;$fLf3psáE,VJm[x&>5><|4} zԁ_E?Z#jY V Ú=6i1}!Ҟ=/ώHzo1Zy@TIR<9x޽/Է)1nl#Gaۑ׵>ҸQ `o*'>>|h}z9FMHNy`ocr38],E 󴩱wG3nwF]ꙛ0l>zSz}֨؊1gh'?/y!`sOxJ(+vY}5ʆ)I_%7ZF"?? ;!?4too}Bo¹eLY҈*Ҕ"T,TD?`Ll?YXUxGq4jO4:Xct5@W|Y:ԱF3FIemk?uXm+(e>?!!G`|x|yi cN>ǝhoլp+YXrA! VxgW7\xHc;wW}_4?Jc ~ șT芉NӺNo-) @ KYl۴8!z{ *|A:ܷSAQǏ>O_>7SQ\c$ 4[zLIFS_^IO;j*0w:SߣNwe3W38fm69y D~t-04{ 4@x| ̽GY6W΀׏;Eu#?}﯁6u| |3"thAJF|k/'SΙO!_?Q}8z+UxDq5w` %x .#g^?p5~g,8!Tƀ|Z y$x>6J1@G+j+}u9ddvo7}?4k Uzp.^~A?2|7 Iֈ|~|>mx";~׷ApP7j~QTKD>yWD)~@~_#7|:b:g~>0.Ks>Ƽ~4><~ϑN,ƒN`>h{# <..~|{`Ac: |~ `ߟζ|mǍ6o]ykd y:ߍh. '%<Z߂G@Yk}(?^V\QOؽ4j<դF5˻o].NuDi',6LݲGvDdoȀQ?xm}kϊԾ.mw2:u}6c#EVfNӣt~~~<>Έ]<kcu+ξ<}`>@??POc=(?~|y ~|Lcǁ~|o_Hi޿ο~2?(=g{>Y?n/Q|H:~N:~|󳭑 w_>~GǏ< #s}G<_YIǨOCȣ|~Iy7ޥ֭F^}0Kq;A _ȟ~vFX~|o@x؏졁V6=q= HC q[d:2^Ȅ&Vf>>5oplkc|"yxs䘮*+ mϊL3(.y?ύ~r<_x;Kxן׍~g׆~~][[$?ogϒINxE?ﭝ|~5#ϏTɽo[]0ׂG5x_'~! bۏW79WG<uc86zx|A;lN|Ǐ#|d$x,>| l><}Odc??Q?Uq|]U>|PEO̚~7?;_Vt;ƀ~>Nu6?5_>ֿ}>7{>O[=NB {@jv_ُ#h>4wv?߶ξuA̾??'ϟ>w'v@?|kƾ|~5^j=x:O@~{}@:[g ύx''@~GI-Y9.+??{LB8t v<(;󽟯$ O/"<8$ɯ"< yuoW'_Y nG^w7`O/>4@|wǟ?#Ƶƿx#8Gׁ+]|qyJJ[G:;w~Y$?|{]yƀ4@xu 䑲 rֿR7 <WC:xSh?oP~='?n>?oa_ އcΎ;?^Yl޷|kǑ'B}Yl\N#;7nXR[H fx`@3jO~ ٞb)er=X)҂UM4 ]J鋯6EJM&\0YePrҔQl5B^O| YH,@:_;'M r'|~N'7ҟ?okߨ\͉Ofo %KUx,d^,^Z֒ǐԴaJfx$FXYGuU8fww`;hO&ƙ&.T4y#fn*F ~AOoG~:0֤bM&flqNW+YY+ح4xʦ zZB\0KSlbIk,Ոyd1&DHF4K:Ծ *f,OAqh`HB]$=BHȸ=/*o[clX3N1InijN ȱ"@F1f<K.kʚy!^,HnHH`vNxNbsCqn(պ18G&IIj<&8%>>^i@@Oj(0vFe.[he] Qƿr:ߩ.Ye*K^1q!9Rù*6HW|!E@B!$A*1w$Ӂrwh; *H;xnߎ7ȭ+1V$r f4>^Sj d$n .R3*7T}%`'Gu;ԃVHc7fhي1Tdt䭮|c([} xc$PˡpP@1$5ٍ@ (oO3|3f ^ߋ&ןaǓ^$ KāOFې?$~v:kl:mGyE r*O@6πW@ iaE04RvuX2+ώ=9~+=hl<oǷ_'Iʞ|l ahF(?;?;:>~v޴ 0|kwuA$ @$? |~7P葽>9x???^ z~?c?$q'Nj}?Oֱ`kZ_>?yy$ce׍||k_|tN7y:0>~Gl G׾jҺ~xO}{5?>~1$?Z_?R=wցƈ{v|! y#_|_W?V<澵{n{c$ :?= p_wk_ 7?X}<@=jq v|`Q$}~t9oMMiݶaz$olI;|6|'og|ssyO~8<}4`~4@ dkD"$c|{F Hc@Hm{ƉƼo"_$ҏ:׀Nco~hy~>:y^z#C >랼/ڧFLc -9'MFZ^q y=Ȭ4+4oI:l '<'.Q&w#L,,]F p2=`ׁ#W6hygP|ξ6?c>1'|ܟZ[Po'̼[V:eH۽h_)h58kY"VA33lA<}m$ X8瞤J!xֽWRȾ'~qQ9Ŋ4k0&-$}VYJv:^u-{9Ύtퟶ%}|N^zSw$qCu]V z{uCz6:o%~Sӳ|BťY!!)$jFzB$riQQڤnwTZ[}J׋4E#6}O?:k%C1+kY,!gTr?8  F=5,gzW"UJ?i)7f03NzCS4pe` r榱J25{d{̰ʕߒ "WV]>RtK$EhUUkܴt1+We.z˰K^X- i#ɋ 9&Ǔ*\yS]d*IyM(7d ``=$Җ;܈C [_T{J*Ohmb/9܁`Nz;nIF TiR28v:/$*Zi&j"ߥ/LhdgL*| ,f8N([[V=l_)Wӭ,:Sc r.biC qӫ7VSchelfe>d [P}Ur͎^Gg-6r8ujb*k*6r{D>>TEٲ)٤ޞ1Da<{bA d%N]I&.К@- jޠlzQmd厭lyOؖ8ؘ޽nXa5#UL SZjl6X4 Gƶ@ 26NUf+[ %9X+Tl|G9zGzssBµVwhD/,䱔7ft٫*R;wn^VaɌo'\S#+N- G%e"gH+'L%Ñiڷb]CjP5MJk(kHHiGE ד! <ɖ3=6lKkUT2EB8Qsq4aR8IB6ҋM:ض;T׹jHs_1X*u^Kqu wrb+ ֬Wk*׌ O2}3]Y՝I!ٚ۬ҥXMQjw mYMtOE+[H"GazѼjSdXzu^j;!׷==yXU:IR *s䍖o,+,Sݗp%*g}dd:#c&N *:"0p@)JE \I.mƥ 1?\@6ڏCK亊#b)qD^ABM,+Zؑ\wnzPC^f[w7DFhּzGIPc3W)Q$j890qI?_F`¨,i@<_zR2Io?^H$ W JDg,$y\@Lq_QQ-6qH.|UHg">ֳסʠR;'nIfBΔ,BjooGuI dd#*&4-q5lUE*Ml+-zEH v%U-<>9tl]2q}bsNU 2$;Q90 -}:ΔIKR8!E Hb6>: FHZGnԌDhI$h-_J]Zd[XU`N_#kǗ#ȓmI<ܨ ܏Ht` j"Ϲ` @E7|tpCJ4\mG+G_$W::U>1zGRI';,Ps,Ab=m^%,q(UU*U@|?YBR,+x Hw$@$~wY2I؝wةYtj5/Hp>=}m}lRF`K k v8 :') H£lhl?'ϟ?.#~E?_]l{6#ʝy$o4$a^um k꣇;?<hON@]rQX||oy4u_QG#S<<ooa<'-3B?Ө9xאoycGv;?G7FkǷ~GzґG`7<7weVȐpYP #G? / hx~G)-/|I9*X":5S%4XZ}$x U,>_ך vJĴKb,C +D,j$duj_ y#ǐ~H鼝=b_:#~#O$I~Rv~ ܭH<׿Qa@?>?/ߏXYAևGWsyPģ64΂U ~X(>C#HY,؛N_ht?Ϋg,]Ŕ܊VdE #܄rU)!%-j؊,QV-4Wl1!?D ;_PhoǁkZ'o,~/ *oWZNlhZ8zY|;%BGZI{;^(v^RU/XF׭N^bō ^\Gx O\cqҵ,)M/baݖIom O׀U\=*ʪ+@BׂD=]׈P8 i$,!;RX 7*lW{zRZSt*˞~{M`0}A=.ƼO&{81uzĮK1 %.of@f [ofXGq mкHYShf@/tV*K-fQ٬Ĺ;rOD&*vvf^Bn5l>tfڧ%$kXqJq(xrvbJLs;D&i'&:vȇ2(u~1})1Frnc.(oҙ߱KLM-zGs#*Hsṱf~A)vem`[hA {toRd(g`\\Mf+2 TW%5wj߯V*0ޮI"dj[zkJ2f:I!F7)>)1jښ6]7F*2xάIjHsH^4ճS(RC:PيH"Փ0EqĈg%{̤-EIp R<@C@uM\c (h$2.nLF[(h_TAlVk/Ęj9iHt rJ40T3 -}+믠CK/XꏵV;lFzק]S]Èa~ Vn|,(=2O.vDS=9Qr8<@ta'1',}e/TdGH^*ENUt 2cplPhf'~6Nh^ON^K [iv͛beb{eCe'c'ΊS]-Aa&̊#CVTe$[LDV͇ͩ.$7|<)(iCr1|1k&veHǑ.tg"0ކhJŃ~0V m3mb^Ew2IyOIf{IdJtcT(#VԊyd#`EQѐ6&RۊSg.AM,%KtݷE.mpfVW8/ז!꾆;'z^ JdwRoVzWb 51(>fJxJA -ZEhZ(bHwlUw' 7?ʘ$ @'f I&ol?~1t&94$ȝcIˆ)ࡐʝ͝ bȍ q/תeڝ)6W4+IX2\J(ǵzh9n=Iy q35 VreI孩)%wjt֫ZuUV"kE8D1NѢGV6d) NIU% f$?bƏ7cŘ ۣeY}; P]@6֢eOyGߪ]2a/S}T\BZt{"$AOM,#' nQOꌾby?`eCa`4%Hd3$Nei~ bZjI4JP$q,Q̥HOZ5R2|V e$"U}se_Xt:=sӉ0a#Y7p~4QnDʩN*(yrΩ!' /w5ou7~8.I^đ:Yeֺv &"g;'gO'_3H/qMJT"4rC3X0JQ3mVF~˪2)Usjh>}_> TӢsY/PD/,-!0k~~4VlW(HUm"yHK#e!`#v,р<+Y/Aw'ofR,\sI&1maKz~?EBVHI-GvEXtW?w(sv@ly_Oo##4cŵ{ #UTcv$,n׽IuQ2qGDHh}#Fn8'`JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(<" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?/VLY^c#?xƚ-B0*ӞAShayL >X,p=?=GPX#\``=y6#э(|Ozs4PXXs*w7f[{,r$f;M~TEg5:M`Ȥy9KskF7D6o~LG)l8+F#34+T^i|y7`Hdi[dmY4FdwFޑ<(3D?µx_Lj1s(猞]T=+٣WDjCe]8zu^ydb:gϠHm#ک{m :yRK*MTF0220Nbv ~   0100  2006:01:24 22:20:272006:01:24 22:20:27 _ _ S (&S HHJFIFHH Adobe_CMAdobed            R"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?E$n!ė}3?j~omx\ÁpoXC/s]s8 +&6fѮ}ʈ3Yzvop?{>3&hϊ--.sςh smtG hbu=Ne{i<!@Y'*:\\=i+ITs}W0|}FQ<#ޢߺ!'!;)O j!*FL0o1 J}-Xޤֽ=ע (^}8MwXgn֏Xge:6N;GU|67cp!澰d} ~!$'+YI7{l-y5saZZ܂i>'?I"~"Xz6 v妟E74[I.ݡTFq7&` >ʴ5OsIu-ܜӎM/cl#@w%q} ϬX6z,wcqś ^H?7`)iqr#*c㢛_Г*𑭛9f6E~m9뱮k`ljȪ @|҇Tk],?)"hK-k31Z@F}d>ROO{TVKS\A~F-~5AaI9=#LqFF}2I Emύ^^= oͭs4K\oo,~kO?SXh#kD 9ӸhH,!@E$Yj#[kᤉ [>66=oKxck650AuK}۾󊥏}ZGosơ} [icNCkk`.CP3-1wVZIub]\9,fڧ_N3$fcU8fŧymw':Ew7?d4=u. 2a;Cv˶iWcdt-kmil7f^#h?qk}7p0s.ML~fN`pi` ,#\ϰDpꮃw]~p~!,9ϢUKN#3'hL$|*j0{;o- 㦽P,'n؄-dNH[U { H{}T̖z?f}9*&}=۟u]Y-hhn$*#s7gF#oTp--!&9IObIcZZ,|nk GVC]Ŗ\u.HGk'כ!4җ^"]@ ncD4o?{ v"d~bn[,:S@ݽ~]XkX>kw AzKYLZ]u0{ã( Ac ;Gn)9p GeBZNb4o$:li/ų2^1X^H#nE0Ig]Ob0s ct#< Fkv4B<Nn;!2T]W#:4'3-$ {R}LvI:9P/P{Bn]A"Sc2>bT@-rƋdj&4 vfl17iQ`&C!AR#.R-`p/"3jtCC\E*톹͒I:Rv{ iN̶͗Y\Ѱ, e Cg{~W{@dݾg$aviS٨Yee:j~}]Hn3hywj g6羫0m}ɭ 3&Oާ i3&M MxSB448 R_eΙվ1aKzzgУ7^8VYHFdг)}V7s!rُ}?߷ ]W?z`_f΄GfN;S&)nƛID&X>q{KV۵Nd5{G}o||'ddAyHƊL2q.иq#oPD<|C};jJO^,h˻(55q3OKKIxԘW\^^)#F)?VD챠k$j#|D,\&8}Z)3fj28,R"Ժ7N~+RQ?ޏn|s>H/ I=3&ߣn8^,e DV}Lez>)s $:ZT|+Mq$ాR8^xc/ Photoshop 3.08BIM%8BIM8BIM&?8BIM 8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM8BIMEIMG_3156nullboundsObjcRct1Top longLeftlongBtomlongRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM8BIM oR{ SJFIFHH Adobe_CMAdobed            R"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?E$n!ė}3?j~omx\ÁpoXC/s]s8 +&6fѮ}ʈ3Yzvop?{>3&hϊ--.sςh smtG hbu=Ne{i<!@Y'*:\\=i+ITs}W0|}FQ<#ޢߺ!'!;)O j!*FL0o1 J}-Xޤֽ=ע (^}8MwXgn֏Xge:6N;GU|67cp!澰d} ~!$'+YI7{l-y5saZZ܂i>'?I"~"Xz6 v妟E74[I.ݡTFq7&` >ʴ5OsIu-ܜӎM/cl#@w%q} ϬX6z,wcqś ^H?7`)iqr#*c㢛_Г*𑭛9f6E~m9뱮k`ljȪ @|҇Tk],?)"hK-k31Z@F}d>ROO{TVKS\A~F-~5AaI9=#LqFF}2I Emύ^^= oͭs4K\oo,~kO?SXh#kD 9ӸhH,!@E$Yj#[kᤉ [>66=oKxck650AuK}۾󊥏}ZGosơ} [icNCkk`.CP3-1wVZIub]\9,fڧ_N3$fcU8fŧymw':Ew7?d4=u. 2a;Cv˶iWcdt-kmil7f^#h?qk}7p0s.ML~fN`pi` ,#\ϰDpꮃw]~p~!,9ϢUKN#3'hL$|*j0{;o- 㦽P,'n؄-dNH[U { H{}T̖z?f}9*&}=۟u]Y-hhn$*#s7gF#oTp--!&9IObIcZZ,|nk GVC]Ŗ\u.HGk'כ!4җ^"]@ ncD4o?{ v"d~bn[,:S@ݽ~]XkX>kw AzKYLZ]u0{ã( Ac ;Gn)9p GeBZNb4o$:li/ų2^1X^H#nE0Ig]Ob0s ct#< Fkv4B<Nn;!2T]W#:4'3-$ {R}LvI:9P/P{Bn]A"Sc2>bT@-rƋdj&4 vfl17iQ`&C!AR#.R-`p/"3jtCC\E*톹͒I:Rv{ iN̶͗Y\Ѱ, e Cg{~W{@dݾg$aviS٨Yee:j~}]Hn3hywj g6羫0m}ɭ 3&Oާ i3&M MxSB448 R_eΙվ1aKzzgУ7^8VYHFdг)}V7s!rُ}?߷ ]W?z`_f΄GfN;S&)nƛID&X>q{KV۵Nd5{G}o||'ddAyHƊL2q.иq#oPD<|C};jJO^,h˻(55q3OKKIxԘW\^^)#F)?VD챠k$j#|D,\&8}Z)3fj28,R"Ժ7N~+RQ?ޏn|s>H/ I=3&ߣn8^,e DV}Lez>)s $:ZT|+Mq$ాR8^xc/8BIM!UAdobe PhotoshopAdobe Photoshop 7.08BIMHhttp://ns.adobe.com/xap/1.0/ adobe:docid:photoshop:20b28843-8f56-11da-83d8-9fa953f039de     XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km!Adobed@    !"#1$ A23%C !1"AQ2#aBq3R$brC%Sc&!1AQaq"2BR#br3$C% 4p7 &v?ҩ[(!AG?PO>hgHڣq.@ 1Z%F"\̐DvynDw팼kw+e–hcObĢ~1M.wTK/4 :b`62nqLk~r~S 1 [xPMتSt~˺q//CӴ6S5eVg)`)L]*%K)i<6d/dZ^џ[{a9Sߝ;>- J+j~5 _cbܥbPTóO%lڮdZ9f3^} 鋢qdb8?;1V)K׺u+"cV_sS^'o͞mږA@U&,vqߤz,cWl&|yjϷG!ǭCe_0M*b^iW q#6氬 ^$7~[=}[,*IjelkiF8'U\Mu c]VfU.n+,;]q Z߳WaS`챶z}˖  lkI-Fr ꞧ}IF'ҚNR0B;26KwNr\5(]*2skՂXIXRIjK*5`9 KqUU7HI&-2Ԭ[muے5ҥ.( ZiP!!.Ծ_/b{}/.d!ccWeO_ =ٹ[ nM( !hqص\-WV)M2 G2iܨRTnYTbf*{jD|B'5 (dV*nOWU97z7fxd~X [8r/2ʉ/4j{`g28 4ta+Z:N.jt -o:O~# zP=omcu ^"2&UUzSJqN[q] \[2O2& 07 )-ukMĝͤ+,WÆtNAc<²M\K:Ls/cպZ'[r Mv:eSą=0RhI҂$񙺵…zUETZN8O Y bÃ("0$0!l8wao^ M2̤w2=GX4}WvR/[} /zAk2P qiGxSNRnplp& g1#@NXh|T$-ֺe_m00v| @K-iD99 F zX$ZDLʕ{fQ +D)jPMA=1G1GӎA }T:0&lJa΋(Lo*R>}ym-)Ofݹ0PD9>L.&;taM.tdn4$}R״_~퀃1 *#w ?ǐDؑ&c.fYZCUČ AiMKU7UdMuձiK*KF>qpXí="jz}hX`q 5G-~q3[iyT?[I2UpEO_Ajs#"a0J`D&\wCfS=j>@1y]ڛ7KbiF,Y^b9n^i%1Kt]4݋R8~oFf,6hnda;$yv- NQa\ ԅ="E[5-n6l@DnbIgfc?/-ٓ3u"Z?{*Ʀ؄1慗 i!5"iÆ}3E:s\d3চ@!qұ M361Uw5 @*<e w9uFحZs~[ w5T4fae`R>$C i :L9#J)#1Дv$3|i}!BO*4(΄A&HsF~zgF|v̭r4|ҚB ύ0q1$E0h,ZJ9C-o V]mZ(V9Pb)amЗ4_yWe鴎3w8R\OkI~c \nĤg^-}.9#iF*ݘifKH9E(sk5߆wLh qlcef2c,eg8TPfR[)z0\?I2vI퉭2CYpAe֘o`cL&(cRqXW8EUkԶ@+ c}Ȇ&x}y<%s5=Kfy1YV $M)o Kj^miL!7`)iML뙭9,흧f=q^5kJ3Tv+Eq"U?,A2(_`$DI@,glR.Ⲿ}O7,!2 ZxgLTf7v`b DrL\n$˯x}5M3A}aYhVM˛$t1or!j-$b`X;c]d Hot$45Z-&ýbʌE4` "8J.DcT#@D|\#.q6C|96}8lZȂUew 1[@GRӋG*l5k\}>+*w'vƊW dXoZoY]fAH&qbw-(bߢyGFPGZ|`VK|V!4a[ P7 =G_+*V%lϥM̟..m46e.`3s]&i*OeȕTS$BbӜTPەg?|sZl;kOL_׻6ofH^&>Fدo-hg@\y^[UF `V5eZ;TfdK+zGHVP5rlڜo;QeF{rt6R.Ͳ耪b|}rX"fWD{X6O4kl)joB'Vv7>d%2ՕQu^B}>*|~YCQjAu*6%-Ca+ԼZەElޔGaܖW_^#yCyMӱ$x-ysNJl$ZeW*|7mb2&%G#Ə£" %ףif96v$9w%\\5t.snu `,?׵ó-=/kٖ?kZτKֽ\d4K.JbXtmRViVXr]q[?8mۅn="ڦU||7/>FɴR+mh'S[Jң9foJ Y0o BVྞɳS* nv]>,pON1&2ו!7M\v& kZ &B(Vdl z5q}U%}W '@:k[(&2a֠sec(t0 f/ C9V-}3h3ESM|BsD:sgga%`UM>[iqKJY%>p(sq$+pU5O`]dGj^^jIZ=b%&/P+T< ̱$Q=-ϋ+eld;* d8eZW\(fu3B,zW>RfoDQ}?n9m q^ JePvK-§o_.Ba2n MlyTP*H2ŨI)T3Jl6 3X| YgIKW>0:1E5M%r99cv=( YXY540]f Jn֠zh{X]cpU'kz+[;5F^0yUKԬLK)<WiiqV Dюd'!8ˉ8 w)=FIi91X*mLLhvkLVUZKV#2/h]*C#kP'Ŭh1UKTd%j*G֑zc׭h`ı*ŻH/J(GK%Bw{TVCl,ZUz-zZ aqO#1 0+gЇ5hY[, YVpv2A*h1|e훤`_VQ$mV,XOABsO6'PEi`MX1RvXE+KqDYVВ%e:TU3$JuW*-rY[GoõV+^?9i J;VڱIlAZRY mB_Gp6ZT 43l*eMsM"XM"hJ. YFhq4*,@^(u>ү tTfˎY>%XQK#mOX;#TQֽ""c|?Cp@&ĵh{XlA+U Z3!'BE#:鈏I\ EaבYX] \J2>qE^*.) A$ҙ!r*vnMKU5kc<4 ZzA뚂Zdr3AMJߪfoE+Z|b7Lu¹KVKT 杦6OWWDM{1f:e*&ueH<ՒP=,U4k_ufbUqgǸŀLC"ؔvhqR25@g̫ 6hF{50G@Y!-,E?O^@D|IN щ&ޡ` 'GE6164l\{|MW ɗ`&%X@24KnphVFa͉+z 3Av.+`zI6kDU@6jc2||{R_?Pq3RADEaRW)3#B/%WʢSxkGavm R0D+|nUu؀ Epk m\@eA VI;1J6̾5NS;XVL<28OSW+jYlNt-|=fz;Ys=~~("U٨I&zל_|37{EfAMm`2;*a;Sv.ebw|| QЪDWC$E)ze"z~T*`ào?ž^h==1E G^_[Ǫ+5GUM35GEZF[_J`˷Z旝͹Gذ`7J/WpVҕ>[Xg N%j]H7A-Jc +wiЦ-&""߁Q_̊%`Չ5NYEn[ԳߨXUzBҸF։1zbދEJjc>ԛ]yF8<8$:`dF`vB\ɰ喯Nb\(fΨ+E^w>E ޳-7ׁ;Hl"Mmڢd6X4_UqXvwf#o:PtlET4W ؑJUL&)$r-Řsu0fΉkB +ǚMMCW!vR_ 8T{~fDuhhSIR+xDӷ_Md=@bGJڔb~-JbO{0)TCZ{MaqŖW+K㺒(MrR[W5k05Dq%DQ!:ňЋPa`LbX[եfnRԤM`0:-i)+Q?OoE{x~.ZV#Dj#ߚV:?v^3 U굞Z-1#LvLc&mbbIYO-D )$%SFe9^  ׿';z^o0RxuO^ֽDTEH;E'^7A"k9럋ܞ\ׯyDw19SüE_iExIV)k V=_"uGxbNsN-JZ+F[0o4n)=ud+Z뇟r_+^&]tdHdcm' N!v"!+nYv ܁篈AJJ&W_? q*"%E5oUi{Xo_ CW;wHUxH߭G:bB7Zt2zcH[P>;:Ue`S</o&_)ǟB?Q#WbZCq\qrO/xV _ |un|ָMPw'c-> K] ڠ:ĬJz0`s~#m"ʷy[\}z$Լi^[?_sL|8>웤ok|ԵM3A#Q1khV}u4X$$!nkJڥk4qBe&20: ׷ܧs?KxZ!O= 8ElG5'N1٧:nn2/TMGW,Ö7V-9׆:cQy`eH*3F(#@ij$ևcORXf1o"Uɯp_oG n-0_7IG}7O517TlʼnՃ+mL gD4Mмc6+ g֫D;WGZ$앟KS,0ۦ; XraH$,ʨR #,|jR:>#3~s3|s3 zbf\w-fD7]h;MxU=xEV(_tJ ]RXGRM 9@bx ^W1tH{ښg&#:Z0FD,XlB SAM0FX7KBKhY-ЭeǾ`jeAW D֑B}PQH4 .'eRTFf'Z 3Hi7 n\LV;H v-_5ms*6h3d-M!ITdoQrW>i['D3˝ ,䮂;CCk G#KQW"TXcy#-[MeG;#BW?J-~aT`V]B s3 -W])U(ZMTj{C5C%l4bs/"Vʝ[ILp!N8<\yѰIm8uqliu&GȪvJt{QDk9-F,P Bz͡ Hk禵3%-kf>EM~|iBBT_S*(4B3F(G(\ ZZmVme%ƚ4OMAG+U!yb1uH =B|"@x~*u`~Qzk 1*5KH3 ҴVDYƍj<G^vw-nF*_"肷 :LTA *QE-ph*Q;GEyǓQhz 5>×UN6OVt /AL3K#\+0Fw=aThUeZփ``ZZ-0B0\m4hu]a} h*> |jE|-ruXƴ,Ӣ{jV>*>qQ]T*ZЅXI ks$-5$2{SEŕ0``DBNo,R9 kTO7 b޴bh0Ɣ:`/VHY@l ڨghíŮ]o k}x'_@Dd 3|x𑌳C ŝR(GaRX𠥪y Qܹ n1FV8/7`OLt5/h 4z9 Lα }"g/Lju Yfj7"G`Ě׿fUpP'`fӤ)[ui_-JbZzeg^CBZ)^ b͞t%c=Y"3ݙ78Q=Z#“ZABt@xB3f{OihPي--fhb++Jk1"V*4O_ |%о7Ťf'Ȧx%LMg7;ۼ]:IĈ%(D-4 aބ!)Ki pՈ F 9cMR\ⅵ^Y9COz7XQ\7bkJXi0BBJZ_ @oBɛ3-b`$Ϡy Ib|HXضTk[޽L;fl!ڔcEenIL[@m{iF,"2Pq+m 聵ʸæ!WP" n딕lXWN+ku-X]}<ҧt2+eKuJ.A)hb3{i!dCw`ÎC&n{d=^֙1վNǺ~w0`SbhMk} OUThj"oG,fLx#nO4p]䖒' i&a(5*k6fDdE8$tbn5*Q:geٴeS&Z;~^u\"R%zLS;@M7da|dk/6WXZu7k:ixkZkYXĭdWI#,3v#!&7U8dXbn|_-kHhm(c]u$EQ/OKLĔ^{<*Ƅ--aYp3gl0VwG7h{ߢZ&;:6Mf"g]bz%+۫! IdU8 1▆*ȑE{Zz W1%ozV!+ Ж8{˙iF' hJi$r jܷZZ"ěіKv&+MhN^U{MߎoWLz۩Ox yU$E.+ *]'S74PbfyͺM*BF!y.bDlHHJLv[RAXp՘CиY`b^kM-CX<Ug~cKH19-HɁ6vD\ T8s/y2建sZ<&f)yF9j?7i>+] Wnwv:?Y5\fj6v'nLE|-|Չڐ=ymn3&njL+ԒHK8俏xtp :;Ձaq^= p,@Qቴ(kҡ#vl>gD[MwC|cYzzCrAW KHؽbkqڽLGDտ=nSEI~d-imXo垻:1#/iVPNQ kV3}ӡmok7ndF|ibFokiϬzW\U1ᔛbm3/۫+3ռboh5ݼ{t;:kK|)zS{u$RY2ISiy31[EcHɲiu=+TZ.1Uִj'&TA^B?‹孢zcZͷ64A*S6lb(R@B{gʳ_=蝢 "{u=I۵Z|m =|o64?N&pZ-c|3"g[Yyk5(Ϝ6qc䴗1bQ2ԅ,&chjýV5Y3 Ӌyb"o=S$/Z&x''SIo"EnmOXoJx~FGB+?ZBw &/=f:k/m{$1Ϛ贳ofo4 Du:@NnY^A64x/=Wz1cȿwT*ru4}VnM~cuOMl r&ISG>l>C}Mm H[[37RP'|r=l{=/{7InxO)X7漕G;/7嫾O-B6ml11W\yԮծ?./Ʒd:Ǯ/ v8_~O'ժfS.4^HG.V~cU1ef'_ǎjGy",ٰ H"gV 95up=eoH N\Yh -N/=/otǾ873u81սȹ<^\O? o=^U٨)^=oY^.✐'8w8rUo׺~{CמtwRpǝXAxO,-kZ CG)IN-4zԜ~!oWopOPh~mWoǏv"^:7 ݲS2#ħ>&iZ6|wF:uf}Xyl.O9hZ}cɰm±v'W$9SqB|GP=%ukM\0A,oz ӿE%n~C-L4w{<\/k؞s<72{~ἛN+%ӻ,83YtLR\N\g4Hd3|DjC[t{0@h)pDZp\dv\-[`1&ێBp*Ij Dyf&0to*9 hєȡ%ǷmC؁F^G'پ?uf COHp?rep xx( ziE3]/Ͽx~cml{ck7W|0|yR| -EǸ+n{2yf'&f8y=\pg1ܳ*!V6}RLIaX++ȹo^+noñkw0"rEp CHNG.qP>WKA|gV,~+j'Itow|\//PUoרs1'87ᾜ^㸡wk Ey9oA6}qSA +kCW{ֹ\{{<kn*T^kǏXrMqUBz00i08119*Eq -^fc{g# ϔ`Tr)B42I/xV_Aa_n `m{} oCKe??Z9zn.=Bcmq\n_kr1}sϹp~f_9 #|orMqn9Nr]~INgΖ'1Eĸ-q#~U[+W`/9e7Lg?c7/CLP ӯg%9' tsfLuO":3jECSqd`{}Tpmsr 'q|]rU8|rm^{ɷ8Ÿ3u}>J֛|wqxBwnk)~i\\x޳s$}}y4GW~ 1ox/ SWXw_#ebO_ n7鱠 >rw]85$p_e`m']{?臐Ҥo0 *; _N}ok> i|D:f?Vskq^6!l^JԷ]\͌Ti9 9WqZ俫ʳax}}ƅJh bf9̲k>G\+Vos9\/=n}ӞwǛcZgo|kƟS]%؆WW2TgD=k'nJ!V7:#G|@{S\-drG/zӘx)O+ CrTK{.K( ::pE38#f9)K¼~ |ݬZa$ UܽZD]Y@[Wg9MsZ 438#\kwتe7o~_/I͠kgq>GwpU|Xca{ n<48w(2}myWUfMjY3|ip]}ofz{3g?S{w`C@ΐ4(rK͟-<{.:,9T~8*Ϯr` 2i8Wss,~a1'C9 _pU_bl7&"8zZHKع ˨!uamqyeOtm }r}7peʷ'ŹcdHQ6g*3*9uw<&S$|~>v'de8 9ÇH pk$F(-yvYA.<%] T;uwN,Ѧ;%jka3tvxجKn8߬\2vװ7΃n 4KCUIRg&\sPyƨ;.'ZtGs? 꽾8u`Y< [VԷo;_Yx9W\oY=c[D֊_@ N~qY^L!f6ǥBSyįֵ[I>DHOV+o޻㜠g#.,`a|9z*>CU.<ɣi=-,"WI%UƀTrhrWy?&CLVL[n\~4\Z'#/ܠȈ깱Ьu}{v%vn6c+zI Ʌk765n_e*ҥF56]/O/PL g}Bbfi7`z0SC?'\r\o5%9+8c,NAø6o׌˞&P`CXP/enh0m sz1dMTkGNh!.O򽨖ubq~_õz\Ftť }q:Hzك-($$!*x:4ZK=s_[lPkUkmqqΌ=k <COsF0b7-\uw\ MA Gh5~tړMC06>KH թ3ճtg[/K 1[d7Ym]Ri6E`#qH6\cp\`bݕ6dq*9JWO3=}H.)W9*|Kq.xWM~?vYT8#jsP<:mf2~wGIi=W7xO [O}_\5s(z* Zղؙ|V?X8rSRf6(`-c%-8 3­XXQ3/3|+yƈy3(Zs٬􃕯K=޿s81L(#‰xtY|*KZeiyu+Hs;Ȭd5Fb9Lξ9ltUa%ƖaWT㗌(SN2yi*f9viQ+5_ŧ;Ptl`x8K\(K||Ϥ U}"ZvI$hk^zԕt&:ufG^ͬ@b$9 /H=լ 1ЕYH^J/]5-Sȿ\ϊO*tF˔o= L[7CMŝ=̨oU{U}*\|6[M\nl,jֹYl+Xĵ W!":T[kZcv:ZeY}{;" fT(>V~]??КE"`KOo6Ě&.ě3&mżQf˾Nc $;އd&/Lڏ4ZD<>1F^E)48Tѵ/hN/T+Òp=szb;eMU.qTDCV4ꦆnᒗۗ<|hyzN %#%/ ܘUOƈ0ȕQ<W*P,QcЃe8.d ORFjEGq3;͋yUV$ nhTϟ˷L^!.H@SDQ+ WPXjY;KьhVO'=W3\:0ЛV{chćuCT, b60$e,p$/pVOM@AE<G0FOӝ1xBƺiLCn$Lx3+{m(*9$)!-Z˨bW/nl ;ͼb3đSׂ>#d/$Jf W2'>JI+q(!8#! \(5U'0'qMWѐlt2%:pwqq(ɑ5rQLvw?c/rz{ALLeDP+1d ':z9`Ԕ^Yq޻FáSܩFLRH` n1TEu!! n 6"}l&SRA5Z# !A\ $uF)ڙє)*K5 _F9/ G7J)2#F4%~ \*"Aj \ ?LT6/żzYlJ(J3 扉J蛎E`g 'YSvܖXm#%Łm ČݼLߗn\91chɡњmbN(r.+=śs"T(ꠌZJXBNS!u8܊Œ!hfW/ETFP 2TJ'wQKqasvk"3TqܵBv(eX9\ #J<րsBra1'VEt!lviN!]1۸SQ|_&^'C"r3kQCŸB2)ϢqBnQ ~ v{TH*38c srz1H~HwhRTq遾M::\qvU'?:*OlB!= (&cܪ*}h_rY* y [$\1BNS ʙ9id:f0n Q$91P*)P(! 5Įۏ"P4;͙NɈB6V(*I(6ݴ-ˮ^+Dz;{Y@Ҁ9D}1oѻAݪ$%Ab`k~D@ JTeMxL:jGƉK"̔B B#3 ?pȪNje#wG"GQČ-YDt@Gi9~Bqk !r2eЏDĔ4#EĻ)//rYrJ/v@LDRYlU %h#OgRYxУXI,d(0dN!(Bmj]s( LcvBQ%(N{G9YԗF5/#J p$" bHUF.>Pf\FNCt :ЊrNxfCTLBd03lo~_j9,rb+%5)qhv{G.)@U\M1'ho:6pؼjYݭO4ꀊbPZ %%)0>%d" Xfぉܮií[̎Z1(pI$U%I͛vN ow;I4lnDܒr<_ 0v]ʀTgf7?@(,Զ;x@ (BUTiWE9?\ޟv.nPQ7 :on!ӒVnA. o N|'2WKnI t9s*.HZUY% jrQ\dB0*z%pdUWV`LJL{#%1c}k$$w(_>,m:翄.0 œ);.Ԓİx,N P 8u}{i@\f(*k;w$ i]h ?ڑJ[AIc2;Ur*piKDUI &5(_HbGyU8;/$.UAo]v%UN %YpG5 JBwwۗ7 _*28HGēBz P WPI9T!1#i)~U%nؔcFճzӨU@4\ ۶gSP2?6[HȬF>S j|h퍷U! (!F.@T9XvX dx/ B"VILϞ-^,DDW8Iebw9V ~E_ZyeO z~fCՂra E u#xT(Dp 0m݁Zhq),ܿJdpP+}DdĻ{~ItUQ2 };H Q ۂ[W? Ä!ksLFwb$NEb: pUj S&#ky`$P H J%"RJh0,06ڨE>9&!Uz-prG}q,ދ&:g76\G _?07vdD $:Mq;쌈0ԕ41"Nhr{$PJ,LI*tL]wˍ(H&LNRh}b2fw(W1*CDܷX=!;6He'jNTlJ@At(TRAȔ@fHŽjI{m (BviE Z @ ##?*2E ;ڄ@$C0vT1ͤHq} SȖ@tt%r݂(A*( !3FDF^kU-ZjDj`Y師g;;#C D = 1P&pIO侘+@PXB iXUՍ jɒQ07P'蘱@fGO#CzJ2UpȈ1z 팀 ̎KD@ Q@hz܎O ^J#$_D̗TmJS/*&0;jTi.0#옐%zԶdf(\2S2J,NW  dĞ B}C9+rI F dG7,HeUtO9(#)YU `$:'Sjjc*o(O$* Yq ".*NApFi hB{梫Q1D~<, pta#펹3 _ۉ\苦$lތ*Z A?mA5MTb̓)?xʥ hٜ) @U2w3$E}L$w*#p ۹emiAVU!$+RS;wnL %$'FGmf b8o_BgE#rX12 ڏ@pdsb&U_ 3eArWJjuqٌU\LL@L#ɐt @eq_L \uOG暧yi^ j2O xԂrZJjѩF U:\%oJ`J"[}uWPOCr#MBd*TT\J7dgq}! W-li ӓgPLnj==~3lB O|j[B(D狻N@o9&<U^rYAW 1 Ev4-0t&\Fzܬm?qHhUa]*% 9Ud /~ g ĕ  "( e"M踹w#rm /Tfv YD{@w{VU܌wVnIph(J?J&1cs F #'6^^?-DG (YF~Q ň"bdE(BWmܵF21BH(;~i3Op^Hwp;8L"⥎a@6߷s2 (QqS2G5;PB .;۸m9Dk{.@Jn0aU#~w;8i"EFt"CLv^%hFq&PJK(s@ T 8~K  ڑH" I$%j3*hhXb"n1ae #K.;~Rl"v@F esw|VΈ] ɭ[O6_<bE"2@2>\13(?T#0 >nk0\ LۆȖh!, VT!U1 @A%U9N"#n("#ZeBc~𨋰y%$ tw9eG!ܑ^ & EUG!1b)Î6 b$9d(D:;S*W% ::b$,RA#)xDs*rCз\s}8"w45(W N=2\I$`HnT($dĮlU$M` AXn] +;vw YAPgQy؍ݒpUD~ 2\)YĤJ{(J R*bT(vџ29Dt-S碌G{[5yE":gb; 6$ǵ[{jRRHH  mY7W|I;ʪ)>%㶱2D@hyb}wr @ AqR -Y9#!ve1w-Z,EVS7;N6I$oZϾ?ּ-!*r8vv=wgzD}R /׷$ R˽mn)(Ę*jGq&08ţ(tSdCcw\  H;{_;WH6D:Fv%_gdn!8R]#P'|Lv7kŒigtǻsh2elFR! CI&A" 8=K|+q\V93kB&L;+uaf\!5ZStH $jIFa W 'FVp2 Ţ )kn[NEnHxq~OJ/<`\DUze=[z'1rs4dFP8PbrR4<=s-FB8K)hw'pШ&/R SQ 95vPUdJ%r`2 j+4CTLPPL-j.;jJ?,ls 2rQ98yvcrJ>ݪ~wߜ !uRLI4`^;kvV!3$ƅ'"$8k{ Oa )PI;NmG;-ݴQ&  ږ! 7;vzK .AI(HJ20Ql -#D`pr V wACDzBkz'PI$ j.v;6>JQK3)Pp'֣ܽe8"D.;HJ͉[!#_#6R=ݑ}va$ @ER|+)A;3!b#DgJwwaNbb)L\cgGhʼnRTK +dn%ڲz$UcG!8GQ%}]8Ğ#sjK*֥MńDJHꌈ7{F&c-$GRB o[e _,d UG ?:ϹC?덣&/z` b E4ɍDsZ)"Jf\rЌ"X Jʿ&$> N _z,#h5mźWq#ziTT NDPk2Q*)B'@bC{hDӷq5*N:;;n!eJE;wYDD@IU$QPTg UB*AS ૏enLI2\;-de'GcmD$&Ff;^付3aR6Qw/X;{Y8Stgl[w ( #r* j]42 I*N %]fBq 0FS1QPP/Y "@n)59oJ4!I+ !Mwv{r*HJ@RTck0k7  OTCmb'8;S+6,Kp2ADi (7m!(&{wIc߼[_i@DI oZ¤-RAT( >/v-2gXr"_*nH\R.AgĐp`m]N1ڏJ3BbЉ2zݫ&Z," ȒcH%A!SD:pvL%DPPN^7 +KInơJhuf^,ܞT1#eW :rLv"TWZI)-r!9؁CQ9پ\7SAݚ=8;b F 3rq}4v $s ~ dI)ZFP1"fv.\፱x6)#W))2sNyG:reWv1-Ph4 ^*:!Ao:oPfMx"Pw}d%RjRE5> +hĀ_'2#Q^9fonܔ!s.w#(^U;% u]&ů;Ghv$])f&t@ `*Ā&Y2 w҅\#H*TyĬެUP;+VvI+uGZoቔ6)30 ۝◉ v$&*N6u$Ge2b'ټR'Dt.]Egm)t ȅş~qwc"/>)_O|rBFeHȨ:cV]۽v@+`$҇v2X9D NLo/tXFa},F(ʜ@J8㶷o;Ewg? 00@i@xYZFRwO0D#uLqC5ۑ#PR:u{erDH %$L[0*HB*I-Iś~+;"A$"hRpe@sn)08wc$ `tFց}B ^˽& ,YlY?q c)! W"j?]+o%c̮64,D>_^*tّHd`d5zJ:k?iwCצ6Y8*b& uiDf%UQ~գbn˼ߖ JqL aF$!sq"Xs@ {U)T+=nw@2U: ? bPD#!tɣn% _^8 lԍD (~b-Ģ"PZ'rlDN xUAHultEቓN%5 9}9m㴗Vݻp52;UA(^:vD*U;^b,D}by$0]12X Q?"aT. Я3zq&:f٫eZs OA?LHF.OK ,ІNɰ_!q{pa;1zͺBS嚥KQp"usQ\BE)V]5$d|j.NR*2)l UFϓb2 [t3ZkG$ݘVsɳ,b "NtBTq^zSRAT$=̮ޑM)Bjʺw,&dDȽY FkgIFE\4dJwF'l &K=LBz%ܷ􃕈'=L@@tss#3J"DErg 8 6~8;)*dܳrB5"0p혌D#U>UH%\& $L{e)))"u wv*Ȕ-ɄJ"Ij1ی틟yJRHݸ +Qnɑ' r!#h1>߰w:3IdQ`!i$N-qJGܫH>q =PvP FKjƑU[k9Kfe; H*o\,n>؝(J%De W";BԂ"B* l̙ r/F[LRwq%**u5q6dFEr$̆&!J!j@!At&L!)҇[V[9(wrGm;ds%;&b$E@,H.ƀZPRUvRq+@ $ID$>#m(kCRtT@@q;8r0-Г1!.YÐe(3JPd;LԹ#(5ˉ)ADaSǑUr*jj*. "H2x#KR7>9&5FX PUOkFg(H^zj68 b&+!Vm|LڤYf߫,pDz/׆Vte(IU@Nx>Rt.ANaHH p' I[27(¼G;MݬoI_gsrvM#h1+'̭&6'pg$2;b]n#B/[O*2q?;}1) Q0ԌK܄gfmHܔbP,9So`)!J)q=?0VGibmB/{H2rH!|>Dij" (u߶1'E~$'bD8g#<;l$Z%z7lj™\lYg5q\Q +l^53nC婉 nAWvw żD ȋ 3Ş !M _\vQD,$s஧}w̺"ԒDL;k=CRP[djd:uU-0tʃ$t(HZ*\N1 .MY>XU!X/O:V̐*'!fIL~MER_E'"V䢔otBEjXT*T%4 PLHt\;K{ySz ;X>j*@ ۽)Wr#=4KT! 0rG)2z뛧4 hS3~м=Pnr%jLIX$wN%"bh \҅ FD+d@jF-v  n 'P 镛J[v"BdRBr:?OIHReD2UUmٳr&d&TE!@ H_g;̤Ke;PVEš(D0 FkCXJ*pnOH!ArRcPnHP'bMI A4S#~⯉7c'dXH*[9$+%JB=U*̩%lJ*(@Bbg 'wj;QInC( s۩4(ٸr "b/GxPXpUZP qLCЀr=?1 h ؍PPUHOv IPN8#ˍ=k$j AEd"HCPf^X`4yLBr AaXC_ #)EPSFG)ۀ-J UN%K 0 <F%~K2b&5 Br!s_~a)H!MȭUd@`DUf|2b;TyQ?:S|n}@UPfO҉D|pln[j=B&l +P_vǛRIE^$J0 a?W"*+\ܪByۈ>ǜBP 3kwv2t"m$|¶#"bJ*ŸJ"2&$SIzghN*A3J;rA-@LE4t;dLA *ur0Nu@7Jh(҄!tZ LDRb=q /BGdB*T8q LHJ#:m1Pʨ쀯]* vI}H[D! $Q Ϻ lt*vevbJR$,B☹~rPZWRq(QM.Tsn%BUj ;1?Ȣ1aQ'T/V2.UDp;ȩB$HBʖmqz-NS8T f"Ij>pjDNA!f} CrB-j/B+)pF12?:3::yvq#8BN1VĀ*R@*J,'x SM+ ]p*`SfigB]"SbJy|&C!4̙&eʍ';EHӮH^X7F!N55w,kUb EG5$#>_ \0T?SbCExS@j"0\^JOpR -Ci;j\* 0>ʁWid(Uqx}B$H?.XЄa+iPurbNfaڔ6Wzdc)P'"hMZ7"HČFJ iFٌ9.\˪WAZ8;G|S%ߴ;B n"ArDanYD(r M0FV.p@^")b@hvW)&;lB1(JݸAT(/=mj9/Ϙov\NU)20QM`s!d;'廘: keeT$Hr8AGZlJMl=B;p F\2B @c,݁PTJg$i)ZPcm[ATtX !@\hhNyfIcn&>" sfM$"#ĘR1U^aqPָp&UQ ȹ'FvyL\|8*T$gVo0Y&!gH}E ~x%J# C52PUnҞXH9?"](AHL rRQG(svMi<艈1H)\OcEdwUJ*P%+s1H L\6eH:9,$i22D9)B{G,4DZ(:3 75(| dQU@*JplȁBd8"$**p#~ڈȐh!T:{Anrhȯ) TIs`Cmľ,LGxݲ% NWHq= /B;V7mHKUD93@Crpl?Ĕ\ p8*#\5\7&rGJ.YY&dTq@.eȊ9\X{!jP깢/L'G 6\rܢ%1PĤHT(ɁڀL`* av&ggZ6!pGTc+=BCJ;>`lDDdHb1+"_M-`q#B +Nhp*#M" 6LiU].DҌ% H6@\je1d jj D"1dOpmU9+dIHE5r;]* *S%)D@ œqWiDi WT+P&4*T9C,6!P@tg+D.BW1Z6Z請W7Y #|ԁwS1ޅ(@tg?r+eG.艄sAzY> x8}1G)DeזO|n` QyQƒOSƤW0fclÂW_x%<[9aDWnYd!;cH+Ȍ[$ң_#-  A b}2Ws6㖌 {ADTfYS鈁~5z H9GSNnYZm>㹶ds 9|AQoShjbjUUN^jANN. 1]/*D8 Cca1 fzJ&U'$@M$•>;^V'-ФV5ա vᝤĞ;Z9%;iE sLqkHw% ]ze&f}TՅ"j3s@% VUSU!T`@A_RT JQ"B2 J/T)8|:"p|瀈6H,\G.1W ,\1ۘhnKQB0 I¶hTx#b%m_rCuEr!97Lvdq\Djtn 78jB҃]>tČ_s̡`H_GǏ" d3A1D-_%) Ky?',Ҿ mn+>C0_$_6p(FP\(5o˛`@< Đ89:sClt,NJ]|xFWHe ܠ uҠ> bV9t]1s%_4~1%t)Oqdd~Kl(|pdAj (T%I8J} 9Q3%8DVk2 z[n~Ъ 7ADVTcDFXIa:`Z9ħ\F;R#$B$T5 F7O}(zK)F-۲ i$?fj֠ V( ~<T^].\?5D|)鈘 J5!< [i\~0wꉮ-!@.׊cw\|"?$PS&63^Mn952pMx~s@fT? } 0ڹ>Fh_)C$PJSF #:ĥGpSc=.QUb4QTHH`b. .K\~+*pZ9'DIZaJ6UD۸!J G(Q- >գP3Ą,M7\))D% ]qMI wzAI"T>Hr O0oS?Ez\FF(" Hw)Z'="P K'܎{iEB6ͅYB1; &mY ' kY)e86`-wWB]&1+k>8Hb5DIG2K5d8S% <dąw ZU(hD㏺ Tĭtq-,L儀+yؔJ c?1(d O\4ևE(na*r_:b p9$"5,a`Vj!@\p"Dz/؄ G JLI 0%a_H#wvJ\1+`7@ QUO<%tєAU+EE./q` iU]ԉ>ɩZ.Fd z?TF誠^O7&$EYQB&!pG`U п;Rx# ̣v mT`/?5膊>y;{}RIdjh{1y+ŸPFQrorjgf0b-$8+\J) @|KR n53 0 oZeBq+f`xNZ*"#$(8_PeGţ;[ kH-.2CPH #n;d%Z 'B2CB"4bL ^=6P3l ī`#st'(J2ņ#9ڬ e!4ɰ & !9r0Ґ`C$ą Z#0*MJ8Pnۃ*b;A, 1=yBU]$%(ӹnD;d TWZ .-FFpJ6ڠvG)X{ PP^>=/ ^:j ?7 [h5:HA n;dUE#i+#5r)FB:-,(IpI5ZPBPl}s J*56D*0"D !<~k(Rb\d4AU.H"K[5!6$h$#bիj&2Pd z۟9̣@ X9 wQicx(б'dn'lFOj B&ghP*SCM0e8{͢!7nL'Rd`Le,x` P&3!)Vʙ1 FWQAUX\Yx'=ҘP59 'Ύ̇ ^~,$ȑŏXAGd~M=r *Tq50j8ru nIƥWɾ }U|HOF@f$W q񯎸Kxsp|nr(p _b^%]),*~IHSSPX |rL\D&X?ye݋̻C 4cp`XUCFdGq>87N#+"ߞwR  tqgMĐBHz^3H] = ') Q*Qxw!l n! 2D8  TRK&bM..\֠ )\2PJkk M[<@J*fqAtU  ~;70\ol2(+֚^1M顪. RI@^ ɜ _JѨݘĕph?LnA)P@⎨]O n]=$'HӀ 0Z-S:ʇjG M}|alMhqwgE+cq@Ɗ9VmՋ xc@8rŻWDeDH+(*/#ws9(/Vb7MWUѰ hTᙌ&׭+/h0# ɳjrGa3>o 9@ ˄_R!fxedW&#J ;a"Pc;)7 2AL@BҤE V V3̘Nn9 o!)t~AtMjjN.=Bx!Q~8[QG Ż|;~ЫL<~4Ϊq0#p 8ePy3!>>+q# m1+0hON 2~I }~B4=q9(7F1:)Ry$,Rjy!I"Q H LQzIŽ S.$| z"}x~p,Lqە+>|k$ ",rTT^)7u ς&_~~x}m%_<3M[e8ԅ#R/dE,u+RN N;MTf>hUMNqIjQ2">0DBlHĥtz. &ݴ=;(ʫk=ށH^m#O' Z3O6weJ'yCFe ]DBeR"I:nYW '%`V<xX*s;Ae)/u$V {Ozp2/BIJJӧOygׇ294ѱ0 |>^2AJH.oxnFJfO$Ųȵ0 Iû|4b_ @Ѣ6cφ Ǔy7ZL ɂ0xj>Fsv)T"HT&[!#p]3G Ô`^RSbWLmBQ+rDF$ (uWM -(W uĈ^MDE⢴pH/E .PbQyp\F((zKaD>XL٘$(BPJ2cHn$#`FDcFIgqjTVwq*>4Ǹ,# LAW6X!MEwI(rE1f6Dpd t@ B'97Uw=et2!o!:%AM)ֈ5" V8w1$XVJp!ٚԁNmeVj`wV $;WMUP-YHѼƹ`|iG$z_B)UW@k IPQQWZRlGJTb6!뒀Ι>l#aՈ18B[F~:)C 1 UA}B  *Cyת,H^'\™ )2QJqYKUPdBF|y>kIN=PaͻS0pfJ+8HU )r*[þV$J)F. EL6 #xU(6~IG^mAV(ę$r!W f.YPqHK:3ȑ\ eЩ>g;ZzOJNtʘ18xB$j|CZ(?=tL]C֬Ǵ )Í܂@V,F9F;ymJ`ܛs~H>z.G3T ِY]tC^]]I;֊$ p&FNlCUDW"gwMcl8|4̳Jm?' )eu|҆,F(vG?%ti4?o^2u%ku"*) ܠ?CЭx8TeJlmJ A W[;@B!OД J=_ΉFPãol*DQ^}1ptrT qNz*)}ùDL4a(pr<L+9qlV ]z';N tщJ&SN-˗>.+Cu@WfJ-0xb7#%) _fD]rW<.߹l:UPF_D1N(G`r0c q.|-t@`1ꤗ@שLX3>'\P>dDY3Z9'Ƌy#E.i 9W44ș kO'@?J7.aD_ZxS;UQˏłFVĤ#x4= #,F#ihI W[&d$*yP֬;FqPf:pDDAT TMqۡ 7of)Υd(- E5S- l:)PAcl#Q#!>%r~$jzS5qW(k-5MtB˄ɺJ}q+!%C (0 ЮÕ5GlJQq:TbL52|C,Sr?XiB0_w+3H/Z=#-6jJ)t72R)tP?\A)C4 `1V!ѺBT"6^x&HNi$ZG9sLm*U5Elie7^>Cmtsbv^ޭ aZgFdfᯃφ6DR|>N)L^WP|⨃:(Nn(*}0!%@gQBĿ!T eUDNg.9+hFUs7ٶY! [vNQcE$@|Gh@ e"dKL`k.Eây6U_?L*^Bh̥ ʵ S]J5_D!]m w!@,&,DsD*L $64Y7лb\wvAT|OG(L1TJfET"\NOW?$(YS6g͵Ӛ`JҞW]c*-!=IXЩB(1zkۙ@''jtt!~` D"7*'M m3xӃ Bi k;iJ+rq WN'l禘 .kA45W% UuѩPT,ڑȑ ֬yl"2|G1':u?Ҕ6L@lB`ҔͲ2,޴*`'UMΕ )dG™,IPDL"'GP8|=a`U+#׫bD?HYRT*f'b.z,2L#g /etx1%y-Kle5P—#'"gw** 59b6֙;l;nD9q@U*XsFӑ8D 8:jxj"=2 'pI׭9 ؙU4W.DȐ1*40fe +QL]j̭FJS@S^|(}0g%Tr8N;_4WlȈRPG|pc zd#(!"T|yrk &P2v7B`Pc_q`jU :~܎.帋*E5 E3J*/Jc3y)i?i!@1T?q(8vGe [I:  c;~ܷ k4Z($& v|I ( udgP.Ic@r˯kDJ)Pu5μ1v` P[O+@rsdy&(/ҟ 0SsҤP_:vӠM<OEѵȖӏaé~ P"D͈ȑ֬mId/X?5FQtU0B.+%!tm<>4Vnϵ F{O\ouueL?$5NtAN7 ~.E!}pRqDRT5[Pgr&vc$<[np /!Ѕ^1 !ԯ2Η Q\T*Wp.g\=0"d% ud/\'Gpe2Qb\Cp@Eә3J4Z)SBqGPB"3h%8 f$=Rܲd2@79,BBDwb[}@P 1!nѝJ:f4Y+@:nV\\. =JfVNVY?"%:/w6dLI~T{Ӳ i*TŸߜG";gPTp覮=V#nܕPJ \1 6#mb]@NYQP~XoxW"11)YsE?+=Dɐ=EB[ũFDصvQroHY*2G}P -\ >.už# EOOsQab\hrd]Qybԧ)H3"]Bp ~>BA 4ھOTۙ6( J 0v휾v9+09P"@jșm 3WJ< hoU.F" ZS= `@tOT\2z"|Oӎ2}dz -;SHBA 9ۅ1 d(b/uUR@Ə ;Bg5Z%gARE_$nQL.^T( sOM֭ q5tZQ"V=(JBĚr.o# rq69-ҚͨrD-R?[mB_db˯7r訵ETIū6CUU1Zc}<&XJ'/"^Րn|S&-'S崂SZ g')_D*0%(TD#f4$%8b=1Ew)D] ;\+AqQsXL8`-(%IR2ƅqwW߼ ){ر՜Ŀ)܀FB%B8MuH䘳RgpJl6 wwx.[y:`ڷܯm(Hn OH QS[KH$Kk ]t"^."V m$mji)9dQcmbeڙ*5RpQbr[~놄ĹQ pwPRpQP%c%O%%wl߄=FSAPq~,g$Aǻ)Y6 Γ(MAU{J$GC֊BFF%Zh\> i]Y@S*T jFt?\G F\k[|K Nc%%/\dvUN~Cb湶U\ݙg t,QxhB$҅B7 t>+۞iTu_ǟLYvB%T8Q\q8SqgJ2Ȑtd4*Pj^"$[@' cdfT&lQn#t3_7n$2+ aL[QK!.:9\r5QI\#cԯ]zV)JIF(Hf.n!K: 1M`T :iP3O iRP1B*s(8 D$#Uu:_3;LVKCj{e MT֎%j;+nL ~UTHE?nS㺹vPJ>Lb܄o+7,$w I{ Iz_],lF^$ 3;JÐ;^q ]`fy]$BKU1wϷ/I&PUٸbŻ]fiJ#TVrhxn@ۼ8P:" b-HYE7'܎fsK HWLCh޲I3푃ThJÙ9>kZs_:&Ӏ>J=>$O^x M T lF$3!Cæ^]SM8`l)rOb'"4>.ܙX<圈"&ܑ&x GY7AdBd)PfOJF'Ȍ>+ť( W=h2LձFkC@SS==ъWЧ"^Q=L#ȠjY[}ۛvb8&tD{ Xm'6LRQ A(݋oݏ\DPQUb%)tw}k%)PY Y1Re@ QpjQé{&-SBUVquVlSO֋DYڄlW~*r͸N֔W81;$U9d BE8ѝ3RtZTQp;h!Q̺)TTG` @U]qq*/~X${phԗL W9)E(pOJh*3ģ8{M/NtX́U}U:I16P@cs-hW}gj'H*3V48$?Sn2\JPFй;'Cj ˄O%xf.L+kJ>Э.6vZӆ7^ jZ omFSbj. .鑚U4;@]GNg('tS5w!vVeN1M3[V B7iNtT eIqT\qLI`97 ߓ}<\mEtEm(K@r *a9ȸd_BʌOpQI$VmFVe ljTgV'!|y%<'dQ#φ32V!*LPu;"W - )8URB6j*xETEdgs/" x2@.vf޹)(R&R@8($q'ݴϰfśQpsݙ.qre}ĒP BRcv))I$^(v*  bv#jԐrPC r 2(HP׃.f@"䧫/Om1\$e3l [R ȡ@71wvA@(W$ժ[l"Z1l_1%m*2%op%Z%Eb Lqto _v9pXSJrjN%@Uf&"d(Z< QU&6n)RJT娠ECnhj0.J JG V)־Nwvd+H4u%E,HhY!j<;qs *>>YkuO%:m rJ:nWD@.syC S9?׃\sTuJ`ZH/V}P-~x8{4bMGb2sn% 0m^/AQpI˂bHl,:9TBb_>yS_tLbP 'Ѫ(uT lI?5Qblo4)Z'U4+T\]JdRN= 㳏}BtO]Lp$6_Q鋅b7"5=G h"P*1NjdAYWW0nґIy:Eqj2v!9:RE HDA,rWz2"߉XL%k 1qZ!Gy? ?0 bٻv=ɷ}F Hm'2!&%*vwДb$'-"EPwm~}Ӷ RJ-IX32[G"W,N&LȒ#"#JoGUh:9ǺTu]|L.Zp Mƾ(ؐmڏUG!i Fr xy05VDx8f ]J'pBROĮ1Hv⚸Fnb6ʍuF`$qp 8g (7by\"~֪t\")ώ@L̇`v2# )wŘǻP8!UT!^#8MeQ`]hP9' W iE: W;(J! hj`l#h 8Fb68`0!IE8)-9MhMsu%r8J{B}QrQ1{"AT1N.,]~aY#mT(I/۷܋[j"r!~&qV1 ƒ]~1D# PQjVIŞ￁J&@sB bYfh`NL۷AU>(XtAԲcT% |A5.2ؐ%d hq) ("*ХMpfTT9Y&@@  E+ ʧˊjعġ i9oCd#*$t~T 1B$≈ۻ1rR2 C,Yۀ~*zhOq" #U~d@fBJ7Cl7 ˊ|#} _kSSD2-cn^E6j#b &[I$-@!Wܝ]DrD~5]}O%8 ݋#._SYJ5WZRAUC\>Yۛ/lo"P*rȬc(6RR1}c PbP"ҔJL-!wS & V1jpfJ#hnZu XFڌeU2Ӛ7P"FW7) •UFѵ\`FB;t"Nx/M1DT1t}A<~ 0&=;uvGL# B$ȲJ6~g18Nu\\N4lw7!8`A-M1 ;Je(Cl:E5@ `TONLHDPmhma\(BW ~S%قȳ / [H۔Mfzx/!G?KoƇχG "2c"AS6Ѩk\ns ԥ8YȟEP)цzFP  П^#\9#1հ>(?pp҂ qH]J9jћ v32&,AeLF;x]G:2 !BT.r i9U)r@mrQq%Ϧ, JH Ȏ^1^ mP$'tHG,\DU(BGap.\d_ǃiQOj~&;^#f[ +k0:]m؎׶{iP'r)D$4Ne]NL:U굳f(#" {ہTLJ$EPTE PfoCt\.QPZ+qۛ}D*yt R lJbG\§ g;t!)G(ʧΟ> QLM 4Yf: QNNJB3̣N("UR,5STAH8:2,UHӈm"ʫ$9Ҝ|G><^8:^HpG4iT8#x ՇςSU@D 3eQrrTk].!q ‰8lI 5+@pm$TVkUwMB'ƴ1|j7BiP .zŽ[TCnLK*M$MBsUUnL)Xt~SBy3qtOb)slDu>nܐ1v_SE~ܒZ"%~?AR W*˂ \Т.{HJ֋SaA O+DXM:+Ur!gVRj9ȯˈ6iǃCM1;Lu'^,,SI (@Eb>EY5),v2̥?$ ?%tO(mrpCj R P"jX+g(#&D|:*W'㙠%I8dl*QȺUfrȟ?"6OSEs?%*c$/PtQSȹQsjl }KfC@mʒ#%ޙ0T9"X G\j%UN:rjc9?Db$\ (d"N#vU>.gsG@WMeqF&7RMq#nf!te#3PMT;t5a,`IոUq8 (P4rnT %\29}o?kH( IpY(2t냺[-=qAؤ"4A )ո[1Iꌾ|/1^E>9\#R\(_YDI9"5jyaNcϏqKM> lu*=WtZ eBM]ʡڴPg ˓鋛aT~NO" Gw=$#"@s+;hز#"@*^BJ\d؅qU fy#&CdJg-:(28v8WlCRփWd!n&#.S:yD"Jh ]8K j P2ҏor*$Ck*q 3vvёb%:R7N+m[ PM~r !ւuنiTqN@ b9% FJmF_$0C?,X:ua@r xB 9.K@ F"YQH}K 1jUU:V}Zi<aК `]ꮚ6|^BlJPXb2ījy0|{)B]C"/<޿#3)We(4aDSA 2JFpI87OR!FǸJղ_1(BN]։}<bH0tO7 i\dQT? ˌHBD %b<$$@Z:*J~?3N4DG? qAǒ`(Wϑ5&(/"EWΜ)pe$TڠR㋮W(\+~`۸k!2%QBBVnH4H7+%t모U $oL]7cBƌ4%j$4BUtU şx6d=?ot~2Wqr+kGm%QxQ4.l ROm?iPY*lv T/vi(H>h'oɇeboI_s/FA#p\8#M* B$~[x48 <:F#*'$U(Q#=^>ؿr{ΡUi;w!V%s(㷵9TF s< HDEuYr1"K I9}]S IԨЌfߎA0u";k l~Z0=Vjyᦠi>Ǵy p\|< A4|`0.|8U>Y`2jS6_:? ę/]H8eMoN1c:-(TLI_\Q}i 9/F%)Ȩo_uDI@_,$vxӏfM8N8P#T!IR+닽><"bӂi YQxykA6?/"j6?"3rVtԲ:)Ġ/ 앖>HU؀H $4M8a|k֍HS2Nqjv&s"UmXN1$Bd.B(mJRE^L(1#&L D %rvLMID@j DCBS$WJ$H1[ UERNXؠLgNY%pC1eb+Cgl)C:+k(ׇI3=F%!?EX'&g[H@8_d<;m" sW\ݻI>EZSz$#ۥuW:(&!ѹ*XǓGFDPi0A yiɰv!ulx|&|xW?L~"\zV(F7D.Js?>޲!&':̱StE25\2d Pu4R3JPsȷ ?7BO z~ ‰_,HRRjjQ[$Vw!pHN.;k$XH!(na(SBAh5?!yw%H~1Ab2i(޸BQ}?%/Db@TqLV1gdjL(S#kv$lF >Ј7RQ*G搵li!ϸ2#΍J%G#ǧz`T!O@# )',$<'ybFJ"ELFP}9#(NjiLPhNn_lQ@a/痪$H#\vT. xn*B%+s<[յeTϠ9u7ȠE, 2{I|!2dJ5"Q2 ɓd'n-P_jU1#*L*b仛Q <1v˦B$V0\|b7e"b[?702@.̫j!Abdؠbs@RJ,I֥UBĖe]|3Qrkj$\6=OEM7#B. !W@QXS=%GzQ()RC#9B2-߰nRrO?M=3/ )b[Xrڀ )5F77ҫTZ M8cDo"ȉF#n[S0rqT%P"!nrO,JRb(d4Ů8+փK $O/qt%A_OL\z2g\,}*SrL"> }qm%B rEtˠ8XIpや5ʿ# redGƋgǎɚ/ª^%WnI3ZrFxc!Yi0 :x% Gφ8`v )DO ur$ RR> Oy8}@ Aہ T?/˜ T GJZ<Lƈ=~:¨ㄑ/`/IWk:q/0d:_E> :U,Qr! "V$xWz`/rg^^KDVk~2*AʜJW (뇛#P?p#uJU0@*9WJ,$|paSWǏ_6œh .HhpàE[:0NOS !x8 ´n!?h(gvANGOIʘԼڒ9/4#+rC`?? A*=1vvWڊA *(mdPhB a dŒz98ru!hˢU/2/f?H^ni1R^kq$v` wHp0&6y2` ~񧐩z+>X25y, nE5@ =WWL儏|#)>zak H44O?LU~xDW|xEECŴ#tNbӅK.z [t.jk] Շ}L= dnq(b@idGά.\=elLrKdjAj9hPp;cp lRw=YN_7@0FT^1  jS_ n>S2N-8!&r "0 Dp9 uL H3psYQr$qrs"(11o?L?O'LpĀ TPJ49&2! !̧:C`˒1r?_ZB)eDeLҾGiƆmN~9qU<tog^(X۰n۟=ε?~dTyxA7 ƀN%\¦>x\{z/<m<|50||E >Px FSx _EF87ߑJ(G;sB(=poM/ E^ZQ0DO-rmӆ#'j4!h^0d-әp6v29|zcz;( i Ȅ\̉dY=F, mV@SVL9Bhj(',UφSip#Q]])Gʙ.J} Yb#U.]m+nMSbf ԢcBu-07*?HJ._!VD)UTǴHE=x\*JJ*8`7'_yq-_2Z ku/|ewqO06B|}0. |ij+s|q$_OLP;xt?JFS?J@dTC"*ˁCYa!,\{]$a,X@q?;̡A$۝6ь:DH#v%C[o1a`i׶-lg{9ۡ|)cFAT(ت+3M\k鹮E#tq۪M+ȒE}q5 .#SK($ ܚal-HeA`j3Na>?q) a.3t BU p<c~)BBN 4,w`hOgt^>F::%Pl]ʠ OsZ΋e M9Wv~05.'tO1m?LqT>3'" [nGOXAbWBBՔ2/ܺgƤz_S*bY[,clDbI`zJch7ZMH*0pFu!Рpp#2a4X;0>E{, AݻpnfuN 2N}A$W?:%2e¾ v$R$A,Iܕ!H#AS[TY $$ Iـ fj{,U1#:cl8SJwab3q u/ԓR2ǽ[yTi\HbQХr@b(Cӿ(ݴkG\*u)!1p0F3g1m9nߎ?c81^{GZ6'VڪZEf&BG\ȿ3?h9X^z@yQ9;t#+>dA$  \c槰>G6H6,l!+=T,@!·Z|٭A qN̈́y%P5[IF^/|r՛qf)tIT4xs`upP$Ҩ\=4/%}\eڱFFLr2Qq|H#=,+7'\0U?ӷv#]F#4kH {1`(q2z)+K HݷL* 4>|j|. l>,F.216I\ 힞Db`1mv#syݵ!A_F#C#\1 Xq1(nʬiD N~\}vbJc#hvI z%J2L$錀5s,tHͶ@Qa 3bX*)R9PJynP հ#:He#J iӥ;b@7 3QY%ڬBcj gf6 i/?]}?wdI1UʲSʲ,mNtۓ/r; ,Ns׮[^xFHA)Mϐ :hx"(!@_ H^#bsJu?یU%ʕ8*ĩ_.kk@ur_bLdkVn(ZPT劻m$݄$m]f+IWrıaIdueƬ9ހ7 a?u(eDA(Fwa4ƚT*#Ir}y#@1ۦdy^2jgTn2=[7FEVu/@H'8Աnt++M C6d.Cc,] "d%])ƑÌ=4S$L҂{ -- ݁ 'f)%i9:?ӫ5a^*1oR ;2@ޑVFblmH* H *IP|fN;bYRAIiJ- %ogoO\geܣ㉍ݙ>+wI^ Ȧ!J6P F C݆&sջٌ{5\ Zm)jn5wd4N&,?̧!ƺ-IDQ1q;! ,P3勂p1j?f7 "!O)A"Z1"3w;Wy zöO$19܄NB0!M.Qܨ/$]!$JpW jzPol"3.A#bDrOf T݉c5L6v6 b2܂AtcIR,|I>WF܏"qɐHB ᴪiIScI pUUiE@d(-A*HR6遯\ .AKzAi\Ù$ 18/f,Ay#:lTc'NAt3C3ӭ6vXh>*\.tM;ct6' eK9Xep{)颙# CNQ̺R0cR umb; 0# }kۄA*h*A`q?<`_Cވצs cݧזیgon?>An"t7z1>[5}M\zbYnҕVtZ?V:XH;z܏& חjKz'(6AT7(j4bTóB0H`gL5olW*=X${rČTN0>85[ %VFvwn,wN )XfVT1 <(!X߁X '}2(1ܠ.NDꛊ*sԑ $JOwHpi `RW,Hg8 vkf%ۍsٌoZ:~# 2ؖm+)ذEϭdNvq\uQ5ztR~NW%8=IHn OHb7"/Yݶlp3? )R" fEh#$1R'f^7ʩ혦H܇s,P7arqV1a&B̦TRFfF'8^UY$щ%qcʀs-:V 5tS^p@_EPH9nnY=:᧕ H,Χf hg +-RQ`#VL_%;rP\9$VIm9EG]2*05KFyM$ddb/pwd}0<CMh&1aH* ۝ Ô#kM~H*\FD,sDVOqX_3Ӯw2.T) cOG;JKX EQc\GliэwrUX >^SKnb?hJ]efB[q]2=3 eaߵUX.;gLc\ ]ǂcJj0@ƐHcz%Q߷8FMv!wNsHzĿع!749kk%U#"za[$ g# mަeEj Brѳ$?Q7BZ0cTrr]H9<ebvW!#wI`h@>X:deF$z@ȓpW딸a<͂HNvʩu?N랖c[ViL~pw@Jƽ;V5FB7x%@5{*ɀ9l iJfDn$eQJG`s2G.Ad݀Ec5'Ԝ~rGf0{yn&5Z7 Qe%uloѴ:0L=wIDY["lB\8BVZI,!Pk56W`Q2c&2\\rk B&3Cu5U # qrKp5=+Wm _hG"IJdcP:0Ym#n]XN[Li:M&58p4іt(; lflgjq d2X՘;v RAV"cDmH J'@԰d6eXc5# Aۯv~n;I~v+ e.'&8D|=\(j^SV~2DD($Xt 2I$N>LڕcR='lN A%q9TbהK@gqNNZ)4`ʉ*+Ҋ(aCCc2km;˵%gK VɀJ*F@S(ʆtHfFF :r3\ *#^ $ǡs5Pe!C @ں`w:Rİ,hZQ.F jC_+椟i@h &Ѵ@b:a^{u2(eȈK \>6O@Yxh ,dBHa"Ѱm1SR-B գp[Lr: s+6/ p3_aS:(3"gNΧ=I2۸y6MH:NzF(TT,!6A+Nmœ 0(,2F@pz#jwcD8 ) 0h m`p{cHB1UF6Ē03Py 4#|wR8U>$8iPq8|v%qYk<i$ .Wţi'EHY"̻60'?`p%8/1ȴƆWE Ȍ3W,OlV+UDH'uhJ.rX!vU : U8p@u4NWFi~X6?_ _Fiʈʦ"p[>yK5gwd@$N1:9ʔg [4a+j6EoIv21q):p WSaIFrY3.I;T*.1cJ pF@g]!ƃjqfg]Ā]<{H ?M?O;H"c/l f2`+eC2534.T &P5ZvBЮ 䁃{in(){UN1˶]֯9*Tz! #P\kKJE%d@J:DUK+㌍WcAY8>͠p& S FO`4Hp ; x&Us{ @WkG\Qۀ0:k6N = p`t8-$ _r( $ܨgUwF>2.@"@5\ r2: /HC1 uV LbqLnF}ޢ1i~lФ8?{Z퉷{ƍF뎶ysc;vnuR+R9~̲`8=0J$]D LM- 75C=i=OIFdI]ۆ=Q%$*َ+(bwΠ2E!jK<`ÂGŀ:g9=rV.C5?*b rKm՛tuB vWDحRs섔/f9H]ZfƃS߱謁z43I5CIF(wPp6~q?BDCiI'\p,U|1>d [E%v²  nF)V?7 V\OVi[{]JRJ\>A%χ^FDbe%^:#3댽R^MO14#Jɮն뵎5ϋvѓJ'$BLDd ##MI#w!d7[#$z!1Iu}5_ov㹩U+w܈SPw]@PqRS=) _UTm"76ν_J=\zC^]tFiqpPr̐luxPI!*7law:uk=5Y YhOIg%\_99EA8x+/SPtւUPxA%80 nfn:O%+Fw3y@ 0$A+,@ o"|{y6}Ұt wj;ON{nHZ'`SU<|@ӯqT;٧rrU$qL]AR@{rK~%Wձ'^I%e % h f>z)gi yaCG N 2D$ BѰē0>8htgif)Ve+$:ѷ+aOfܳ0H3!ׅ:6?:ᜂfέ^:mە"Ejd#:s׵XCm6Qw#h$'#_K"RHbPO9Qп<[kN9Wiv eTc`qt->It'g_՜( r;u%m޹=hv-/RC:\cܜI"w{QplĆvn>_}ݻ;qˮ3DHsE_oS1r]^F$0 .D"IY;MvR@a#mPY",bH̀2p9!c=QaR(|~[TOOYϭ}B`P>:V`@ v]vd'#8$FO_[&X72zS?U98K3: !fP=M> (r5H3 RvT}m8 =G 2\![;VXv9)jHTF{-[lN8sp:F;$끢e}x1\_I⒴ļn)`dČhq3Z>F75슏#׽+DjWC)8k?GbvY+C$ֵZ%v 71>%HudB/_⫲DKJlmvĶ8N\A[gǹM,EeMu]I>ѹH>-~<[ۋCqH mc4zi),KY)}\( c[aC n^zr*Z; z `(' JŋHdr|*h,Ιc,cW/ A9VM,wQ-K#,+Gk.P*,!v:&7 (m*+6;h;Yfc8(7$Nᱱۀ;(bzIZ4olhbYU@bw8XV8c8oIq A,7%c+PD, eq+{%5fK,.vGz%o7V?ѪB  Msظ{fx]4q$KS~¨!AN&|OÖh+Ūv$q`w[Ui(.Jd $ꅘhz9l<3krۄXdV]7/sO)~>G+Iv&v 2MHUgӂ (6)$B«q T[&Jx?pRD:rEy'fTj qG/R4ͺq,#C_!dW~4Ą(XCVF uu\W%ܗ!uj6"Wyh!5yT,V*)&H A*#=}(.Ifb0N LqLuJFLs(~Vbe]p ܓ!9Pz敊y@vv$ 8(Fu8= cWvT2l5 !6ܾjX#p]@ hBFh,@uٔoR.23 p|Hfӫu[tQ:D=X ,Go3Uq=aQHPl+~1v7mn~;av< cece 2B;Is4#c+**=M #S",1DyɴƸzщ_"gul?U qAt_ءcƟ:Bê72xsUeNUe)Ftʤ `);!MuB2. >=p\xҿ-?x `AT]d+DD ʐt-J}PJ~1I?0CrfkwNu7)BNY @ʧoarȦGFFȧb"peg% ʧ~5=SK)hO|dSL^Dd:~SR%F"nXmDRbҴ7b8gEF@rBʱ{x!,F#$ s8I+Lh`tF6ߩ<)1U jyLdRT]-=F#,)*YUH.Xe:e.\I UXƙHLG!<#;1ٝaARq~~c&&=l\ J馘+vR1B)X&sGFm U ܅&v#AQN_ׅl+%I$d(\ivʋڤcJMfV, T YU*!٪˹t$}.h)AZ&V70:Hvq_/+fً$\GY# bDrI =Ykq&y g*!Gz crUp܇#Nk6=b2$U):^"AX0F%HJDG$s[+_Y??;sx+ $:Y-*$ ĵp^g`u\ASiR cĈqړvY$82jz>Ok+=W*H}frChpA1MmQ8{Vǯ"`exwe Z=Nz?-I4jdִi e Winzl>CЙ/X-HdmK3bMWg'A%hFm=uy*'k((G_ 5q4{Ut㦎%r|XK>< n>f>7N@KN+%]*I`Dv& AJ^z'FN-c@"Ko i%X!VM9{v㠵*nI34yd촧%8׀zHͿ cG\uij|zյ7;;nWX:1BYKG+L uDSn?kVhpվ3bY$Jy^m$¤*b&0PWƸɉ}k4JJ2YT0ā:.!wŕ /Aa_ƬBt?LYڠ1NJg9 ,lzVd @?LmXWu s ` e2 Qwg9 MP*k1 4?l&GNJێYAbK #<7hDd%! r 4j,r>u #ϐ_VE6 ɰ)VaU}Ɇϐ:!"8v zC $yFgRiߨ[,HaCB}3`ocSVa$ݧ`ia4,np7H@I kSKp8 rv"Y4qC[]F/=Ÿ8jfeY\bɿk:瓑Dbճ,J$(vHvtKHCc]NcZ[Q,GQCZ R |/6/] / R7N\Xa|t[/=ͭz/N$6ڼ4 bwhS.FB%KuQړjC*mLxU_%Sʞgg/Wxh&f(k-1!*]G棷z.ԶRD~>cZ[k^֒8b Fr/ƞ>.j~3{ERqߵa-ȬAqnͿEs<-~. 0,%ePI-zcizkvɹ^6FZK*=qL6xGqIO piK!^ ?j̵9KQ2=2GcOc S7qxɫS6HRbEHI,#oW[|U&%G-Wod+ر 8\'\%Uc|'b7[dpKC\TĪ. ^W~G?ϛ3M^ާzܫhU)6Y6;-{pq֮q V.ljWu\̑')=?ؘiCcT]׮SBGh3Y_֍ϊI ;|\eMYR9Bv'qh |tP[+I;CA[ 5zXr`gvٓ20AQ_ck,k3[8}1kX˷J{] 0fx7م`rF49$3>0jV=H,A 3;+P,v'QW"GԇI]Y!v+cwۜgמi c0[tLا9'+}M Nu(2N6A'5F]VȞ9]Öm֪A89jCK-@u_],۸>y Sw@䬛pmʾ@hA=n+BmSFadx7c@qO0c`$nQ4*26]P2$u'3U)=dqR%Y]TRB d6רl܉țp[B@V,3gE o${fD6vH>[qUvUܘFA#Rz`ґ BF͑#=k%J~"L%l뮚*)f%+%}]0P:~#Hs}~C(&}V*[!㥽R~1l*@h9h]7(bFz(,ߛȭ]. w(9:[v"|b\ZqeW=!JtrrRG&ʸdۭYf!">6I ve+zE4IYk0-6|8=WG,oxnORx5WT*y ׫6ۆ|D+N[q*PK( (~k|Ӆ㖰})ʢ]!$`#M2OZNV5*,jrGZOzc<  (W,>Or/Ya!']ʹgU[Y 'fZ2{RIysieKࡱۜ*%2y2/D!b<+2'N7P&8O|\X/#cʈ{ױ$bemŁKMlq6Ӎ[ޭ{֩|WPOE4p|vl3%E@y2ckcqT"AM;KW+"HɺAoW6;xf$H^z *qozKdʁXqU,ګI8j)rS59<ȷĒ`3^CBlq9:B,3ՖEb%c8RLdaz~ZHmLOr@&ik̏Ύt'z*:\5nV>2U(qu'4`7c,̆2d ?|V8ϐVMnĵyE,/%bJCI\gxE|krOkh$§rE#.-aA >-p :5jW/K6'@s)s/m<<41I^>BTsgFv m%qSN_pf,nbeikbǴ,l7~D|E> 8(69YLvR+LIX'Q pO3꜏.+-Ȑխ ,`$|u'Će‘fNF:t$@R"VL cSïlTrU̻!g: J(0p[%;KdcN3ji h Rrt m@Q+ ^ignэsz1Y#cU)R6R A_'rhF!LXVHzA2ܟn"/YGs9ݻ\jq։$=v)+K(Pdm\j1Vc#\e %@u:Q2nd4@~vةTmYwp:K 9#vWh:d#HWdhbhB9A-H6PdFpIa[o`q9V0l*рaiHlLJ2caa'n8?:gep1>̱PY܁ ) <9B 0:*psQ(RH}hHvu]H#'(FJ3ŝd4'[)E ~Ds x٤IWP];,۹U{!$*ST.l2A'Ln~!Kk c\4 jhx3y*1K.WcS,MJ]+IzGmOzB)8i_o)hrrUzxny749ᒧj, H$]/G׮P珂n[,7X⑥:m͇pvqsq7n\ɥPJvx~2kY>rZgZ]~|_ "o8-ru#^X#":ߖW.gZxYl؇I?6&2y8S/.A,~{:yVFO"o Rs40eU 3fjCCWnK3Ӫ رޑS" LlZ6%4m8N>_#Kε)m!Z1)qN9i^;,n8R;S%XޞԮLβZKf%odQA'Ur -~JF%[؝~{3eaE?z;Q796"kNUf{-U^PЈkq5,qHIk%3"q WI4*c % (VDI0(x>`? ~WxМKUzՒ*M˱o/YiJ oQ~2jӐ^*OK+##-;[Vl 9(np${iU=fϊEC QxjZnrs;F9kd)l -rWMLڱVXwԲ~(Skȹp: rS?!)f(TU|,+ N=_xd8-q5.)i8V!X)\ ?~Kȥ5_+!u-< ),v\u^,?GcX%xx~Y=q 2:RY<>≹ǐ^>b~h݇*u,d.l GPrݮnˈs c@ӫs'5xX[|q5 rb8} .W?:ږK[Rojr܉:z{g-x~2Ջ\),R|e{R䣬aTQڌ:N:db ;XnN`+0H> _.AQݎ:Ue 3\))0\ 춪Ct98=E@RL^ﵳ" r[2oR^A%jc'Y#Y%Vm}m$;>rSզ6B6a;Z6R*AǾY5y8ۜ?KSlA4I1dirh2W~?y*[N,Sܢl**]ҲOh'|.c^Fjs$72iښS$ep;\"ضgt%'^:Oe qa|46^]"'ޱHI`]mE%޷v Nx0I[V C67dɆ'crPl/ r*V& ~CY-3FH^ͮolM5uV<7#o&&',zKX9o|NJ|?^~J8;E+%,vd"21FrFjK #%kT\ǩj~nF F$n6*,%]Kv(r~ ~/)|/|tdɽxlP6(L(ǵPcX*ڹ4?.k b!2nߓ5R#S%azJO1 񹮼,Q+J낹_๋i\?n)RվB+%~#$1Wa"j^q8Iy\*iVՋ3˞6\T"cbY^$64cPwRJ߿رd=)nUj 8%2qDDh0G8?+JG~C%\Y#eEEρ|bc; Tomӌl12eqez+Qxy k-voǯF[GqЇ=Rl bXfFkI4u,b,;208'XI,3ohݸ6⁛6ײ]̴e-,giuPbF{G(F`Ƥx:d7sz CQ_ػlX4=6tVIT'p;_qĕ6;fS a e u:w+1!bpXq$ tHwFU&૰ʧ't/0#;q|Mijp}qOj*1:8*䗩rN%@b*BtsK՝8ixs0[h!CaCu*9N5-tBC7Idӫy~:9U&[)^+FvHX[!\xy`QfFjQFheT#˜K[t\,X*UbUg' hCpGF$^՞yfܵLԖydܱ `9嘧3xXͶ&P%Jveڬkp5nj8 &fI=qWgidbxȏ`O#P$[y2Vgimڒ431mDW*O-ZGx;Ҟ)ڝ #i.ڎ$m+ʬ "k;c4 I_*Z2ۈpcًlhט$A&o+TV=NWܕ.6UX5C1VVVH&+?WO$ p׬)x/渥Ǹ)ܳRHc$OyU!b/7&#?y_|EUM^tc2m|[wk|JZf(ƳɊW'Enj4UkXyTF"x^Sɹ-; 0k43"T"U%Af32_|jZ?&U n'#@BajAP$Jdu\ZM$S˽Z `l*mnmN'fgZyVO71NQ).ݢHS/+=8rG+/W|"PjӮd8UCUM$S%`Bˈ0:omM#y! `GO1ݞz`%}HT 8E\ӓ݈V'tK@L> 9KP#Xc*dC8Pu =G,7W=[/4 wF3ŗ,Mt:PKa;s;cX{bv/Ko?׶teS܅Q(( GH:U$?8dݝw?:,n"W:UuF-J=))m3 vrmјrF"pXfc^YĶ,[t&52%~CiOBf23e FbwF!u>Xqdkq+.+!BM͸F@brzda{@bK@}̍oT)PĒ1^I&F*CII hOաzQ{c/-x^7opܰ\מْ'DʒPj:gŒ钚q ~=z|QxCܟ䓋jY+[͸3omOX)TwFH"JȬawr䜪VicZ܌t#IMpEv^.$ꌲ8 ˸-WcJiZd6b#w*=Wk؈{I Wy7`ԟzo#/&:դ.ڿ8AZ=O壧4ØٷW\^.9Dk7x`wݹNY;\A`OdN9%i'x`9ݰsw\>k*[JM$=Dجb4N#,rĥ m?-~~FW'9Gb3M$=HT &vWp]\h!J%\ٚeܰTdZՆ(8? 㯎T!h9 R & ϾDԌ GҬ'j1XWVeV ('[թQ 0,bx\{"kr\!q?+D䪲H z2b-L%[l4ߵ5YخV p\E9 v0$isqvio3T^p>ܖdPvg: ,1+("(#`u;tNHJ1(ٌ# xouъf d-"I!TT2[nO❵өA mL6\,r[v ۧB qPknr4;N2:$gS\neaa.@1H7< cYiIH/mSԝtӶľQAH0pPF2NA::(0mB·񒫹`m:;XYUX'; qר6 *FCg1FvNYhS<7ؓFF@g``ರ.mc+*v슜بT:Pc屑?9.B?miKE[^"$Cbm3Ń7Uiy;)/s5HUUiw҅(zQ# K!'+**\G,$9'dtNsGOrtGCr/_ q2Of]^/pdGfȷGr5[5fKR8#ѤkqHD^p7nX:n: Yk,bh)H0 nSͦ-Hϲ"aF 2:fGEXCR=+O*l+/0`eRrN:]hEiT0Į e$8\c6Uxɘra^htR4inڃ9JV9ҵ-ZwiԾqosr GJZxE]J0RIq9WiU8Z]ZK~ l(YTBx)~^:bk>7RsI.ԍ9H6v N~.cRUrM_eRԱ`2ԧ<L%y㼵jW8Snx$bS'"fM,Rohª㜻ҟoQ~WrqFN]lWZZ->ESn  =|Ef!=Hҭ.1\ \*GU-цԙB kMZFz!4ސ7W曇t^P/:^Z9kD\ x-ҫB_zY\H%:֨\}rE/-Ibnיn*V$;R05Ddn~JObs4ictF̠vرYG`O JQL!B&9ѵ 0 vH=X cMsz_A : ;Ѱ@L]c'`F5 %\{}:PCvulj$ ǹ`2.bz%op k bHn#0\x\:~c(p!Y=rƧ;=.={,g8٦gףI*u+[󌫕1d%W۪lX(\jo =jիҒIzv_AVݰ QrHC'4{"v n\0v& ܦ1:w8K>3alD a6Q:2MMeAxR~Q::id +q?^Hb6kܳb@FPQ_SPk4nc4+)hܪѪN0P-g1rr3EdZ"y&tz eVB NINc'bL֩4Ұ1Ijx2(0ɳwn OV'5\-[AR%T [ 7zsrwՊ'jހe lk%~&Ӕ8yfJ,X[B U2$0H"* W9$`w5Zi,5@^ DU^=NJۻmYQH-q\x k1Ჱ_`|1כ~'^ZPx^7*e#.U׿_ߗ/OG.^ 4O/\X\_G4KuZUKMj~E/b>H>: 0gC>Iy%oԮl|[+Cf9_kԅ'y*ی9'A?3zEI"f?H!OzOPgHqg3JT_g"}jmsR^δ-q<>r 'abI'pUq/%61Y26R$d9+^x! ef5LHZeQ[q xp܍._3߅,KF–7G %$PFPZ#LNrH  }lBIܨ1m2X7+67l@I VKǵT`HPNA7.HI.@'zǫ;uݟNRSKܹ4H쥋H'DIwHyA#c}Ā&3ԱDOee2cf*c`*iО2m>۝rνCR5TMd08$ϥÇ$h w_[31@L嘄_юny%U;Up$;X }~+W8ZpȌV FX};u i}DQLcwߥT.!QI98?NM[-zcld'pm Pd%e/PH e 呎N`zu~;IrH%! Ee2I뙵Qq|wV,rָZ27/V[Hdqc[A/U`:_&fҖ({К+=z=RAV4 @>MSX`T"Ba4h2HDٵ{C{n~q2sKJ)lo qFqeH`b4۹Ѷ."$/,n#1r/}[rvc;wgcn6i]%iޭrZ}Wb2sd"e5"pdBNjJ.;=Yy$6[el.C6(!MR%L>"D*w׿~>Fۙ6${FUb@YgmXxʪ,A]9 +rIUGGB8#$eys,^.7 ze1O0¦pvSQ*3~SJU3wgl`1'p=w;0u;iSfH$lFWty}X.qcS x D(U 'Te9hc~[I$'lLaVL.XcdI~r^sf+Yn!v2ԒEeIl*#+Ȏqj߂7?RUrI &cR *KRW'!/b\<م#y8d䒤vU=cKV̞sPN=,ӄ8$).GIĊ_*;.TMZRR ߙgO (*ï[䒌|w7 J$JӲU$DWV/+q"Zo=CyU\H%CSYa<*J99;E4qԵ^ac%Y8˹j )ْ1k PwFGrq=AOf[jrUo^G.ʍ&]1=7/BI+G,(YvfvI"p64 RYmHc9l+1pPHs/zyYlj:ך,V2,TL)8+\zz 2CJ[~k$eK䉙Dvz'ūOh.؝X#[sDf.;g\kV9wa_v\Vb!\kʯAy$V`IIVB|sV )gLKiYZ3,T=Qߚ{+O-i+$k[̧rKjĞrȥ e[Xm]unZ;d2r̋Hfjv8| ֓[zps.S q_ *O8G\&,J2O >Ш$gFPs툦VHfz[vE{ܧf|yڭ˯/U46a ZZ|E"?t8U<#2|j!R׬sgʹ[qQ'c+{J(>8#\voNF* ;OHX>+vهlQvߵzMIU",$o3ɐvvd$*L$,sĂ0F1 /!x)6ǀ13=UU[iBv@Iev*vU_,r`G*Kj@FP`ړǴa *dĄb 3)#p Xn3LB`h˂|(!FOG^ID 䤯w*F%FR1F\8!黸83Va2Ġ a'?QPY}AV!Ƈ\)7tۖmЩ@PfnR3ZmgQe)`DI_PHe?yb9>+a!b^,h)u.@-NrR kVJVyĺ2 )2Ht(CZG$HV#r+W7Sڎ3Z٨E<&Y@ YԆ;@ۯ+E3v?[֐1 fPIQAq+VĢ0DqHaK,[@AGO/Z[5zGN"*Ba3 iYSr5[{u?`ݿBh_acW# iAi`5K79lo=W)7+֪j)Ixۤ4SH-FE.D7l_DV9^!xZMRA%vRyBz*u-IDnGNcX|ed A9c]fkȒzDUUji %Eڵ"~K*Y!_-18G VyLAlA8dXؐ 'u{\e[DCFd* Hg#S]drH{4yV(kM`x,-Gvjt`nzx˫&!Zk7N3]53eAy WX#Ekk찈o7[!wi 1_iLh+H#)-[2H+IYmuuRԼkʽUy_$kF<̪p6窓G(Ugbf8% h': U$%u]7T,!x?p6Ƥ2Nvjq޻t+M zH ;Zf$ֶk*Dd֢%]'GCI%&/> 9+IUyN{ FIٚ׫$,Š*=[ ܟ>ȓ<%9nVu)mTHA9 QFJ`+ D:#-G.g`` =wx}hԉ)ؕ'7$!]8c$ ߶@WY4dqB9I9ֵhҸ+ң(#) BY{}tS<#jO\B$1%23VM~X]A ߲,:PJ =tdp͑~oCfʫc=]bfU̸WGVRp8m S& 3ռrH T~WoVM_su6XyX"gor5˼ \ Ԑbz+4xȲU{$('FsՉY{1;}lrHBtal'@P2zq'c:3:Ƿp̅άp4Ua6put΁pH][єɲH#?nZ2  O߅͈Q<^[U•-1ܫ}`_ZYJRI'4ƺuz̵V֨6"b.!8u,?רh%M{KțU `v&WOs w0`MA˔b:C/KpJdw!ZiLhф3uY7Q?C`ePLd*ϸ@rkQ)ԙC+]#vTD{LN=X=;*B,#AڹB‘Q*v2I&%t.I̭"IYB2=kUI,Q[ň:/rg͙1=jɺ2X/3|o3^ӭf%CSo+6avJcwī% g7J>Q עzC%xiL1.G}lr+ Ԍs>5 #Ad3F̡Xb8 ݧ~W8j #e2'SߥǵccIyjʕ0B$$mGS ~:02ӧ [2ʩ!$yί":60U&CgS^A,XuTg {c퀠49.TdQ[)̄C _p>+u.M厒 j\#ʮmc;5$iY;;qNࠅ2.u{t@]Da 8:צ1;Mijco?׏Qn۟3޽ ;2X̄@? t6=ްF0 $ʐ ŽH$2^Ej+8)zCy8ؖ=mc@2{_KIߌAK dg'=$ӍFY] 8Ƹ*Au9Sa#0p3BoV#d #rXm@6,J'y)uU Oh{8m%d;52s׷H0jႬk ,eYiqdDYtW!P;2A .YVp!A8~2zY`8::9,d]#3tWPW״* w_*zU+SH \*Xm۹m\Hh%ZKI=jF8AQ&xU#E݀ }jG%IZx!TUyqyO%n̥-Hѕ}Tv.HF|88S`Dbw((bh.eq:"j4d`7 kWU+qpɕc偕Y`]<hj׎hcxRhvlG6 F򶘴g< qcU6vVRZEec' 9 #K|1\Ku/\ ؍(ٱ,1 g;84,sv@vR'4lK U\;1똮~ 9jxETm`j_1'f¬֭~X0G4k7g*GZl}yN4D%*ƀ9 1Fr,Yr"2IaĆ*?ݜqVpʹ/ض"%I*! rt%Y02 Fʥ'ig?~d|n%Y(,B6~R258I!\dauxѤ`|힑c wcllԡS|`)0 ,ƚ;#6 F&aq˷9Dy]+9l?4S~䎑mӅ g3vЎeА(=ۨK$/GvZVEGRُč\dj_NT i" q Ƥ~C 8Xf$$Dq+"FXgQFYU(Gs~MB쮐z9g-7=սrܑ+fy7ڋک4qC1$1O>LjM*K?X'a^ "@'"29 ,W ?l,xr:B6]PMvjAZXKqgPS&PBN1?bfIf4*U}kPp}zi3HX:D3FFtLT;IWa32ʠ I` v TwN45 f c(rwrHmuw=grhH9bN-1}@mPs'M M#OԞ+FNeGvB 䌫|r1\&sm }C N맳iVc6Ꮾ;9#n[i ݏUU`@v0wd04x.J r܀$=2I 3oˑ0$\cj7$dLNn*{QG+eґ\y?Ygh'=&!._ Y *8$K0RlhF013&;H`yn!Y0Sk/S9ݸ!$+'Ni J.#CNOAh[*!!PD3"v>FD-Rw+(6û p8 I'kcy˫cgv!&4~ANX9ňZbv 4+%4"?RF`j\3K<. mFv6o~K%.ZXȽ6Yjې6Ap$;|Vqw$-rqݴ<:pƱFqrs+ۻ도*)H&ggV Ӊ!m*qV}eJPdJӘsVtʕu ek#B+. a|YH 5f,* b+y&0zOWܝ,yfI+DK܍ ~6?[E5UH$+fb2'6l-z'Q<Ⱟ`G+0"V! •~=^<,'#c0Mm :fKբ멎{!z~xٓ8QQ$4""#q,nl^_#58yj@\ QgjF>>Gpr OĵRKo&,-Zfi0p&0+p`i#W1W5k÷"B~;돏X6)I:Ɓ}/퍗p) 9܍rqzR+d% hg j;$a=+(2uӱXS9bspI 5,jܸpb;y6w䍥j3s9$jv2B3hH; m m#5;`;C):g?WUTlU:v' e v%Fd]ҝ<\3sg&;go:A sFK9"9}d1uAܷ`smX$1XƄc۸`Cf2&_{tңMAf*0vt 6v.C!w`LCـNT (LR1">G Y\ ($ C2%]z׍>䪨md$@ImC;R;ŗ,-9nBN+y! 7ءQHE LlbdJ]Fq))¨p@#8SҹS- v34yk^M($;$@!GO}k9&isY'BePƫ2՛[PP=Sd4/v̴ 4|-H89s,QN>883b>\~5;q Z1xnb ^VFdJ7ZbOQF ,Jm˵)EejjV&HP~,&Y@'aK-;I8>;`'(iy8J,O&s4_Ķd04wh(f`TkΈ&]{u[5/׉ӴI;T#!Tt,XOuIJĭ2œrm|,𨴸-&㨓1v֥pDfpvSۓ%9)_D_#yQ@8!Bq*`vJT9l۝vO `Ń)=0F#ɂ r00tbA?^, u t[>sf[8gfsvwƟӠ=9*vd 0>3ҳFlUfXzp>ᓱ\`njD(* LǸY_6F|oAyH[óCLg?\o ;p bw06BHd\eRRAbPuipF2rRJ e3 Os @:`zCd :c*d} VnM Vc+aI Om]BՏy$ci2f p?`mScuӠUyR" RAF0fS=M4·U_ CvSݫfXeeFd;|H#i!$JZԕTp;D$k[@$S&"bY4R9nYZ^N; ]*e93N{k*D!>jU̎j)Nwj4d`_QX34a r<0Ƣ QBF$d",w;QQӔ˲#䙔Y۳%EQ1 )Bhx(JCs&?^'jBf~1>!ť'nN*Ev1rG2VD;7l$]"h,rQ) ʃ ZA6 _q^/ݭM=\ْ^S)C^MH4`U2=>.<'gVcݒi1d.N"rYN{9;UBvX?ӤF@c$d3.qwM۴ƨq8M4۷߷9?N1/K x@kvdw V$)ZG&Q4)b7r0` ꩷'(*LO e؂'ETy6aU2ost31"dK썜 cpnB d69 3~O4s,G5[IbdkR#vW ;La qWS8~T9!DCJ^#C$X!l3)$cy^,0v)cZFݴܒkجƠ)(ڡU=`_ՆYgr0X2#ۓ>i)PWQ|w'jerՎ-Z5[^,cԆC$I8 kj# N6EPUq@dD3zQUKȦhXdzA,آCƟ=I>VYik~f%Rܕ,j TbkivgfFaYV`55`"v2K ׸[j2.2vEx Dk UV@<\hH!foZ۸_rc.4FA>%F%Qt*5zV x([H-%u:sb/$2R_-5;[j;tBf;SjSj`C9H޹Ô%ee ISpNAKk6j2Au G2#ziU;ث9{랼dۍʼnV%]{'Nݷc d}pwl cݗߍsߌm׶!pFm`TdޭO@*+)>HdFr0FROy;@.0 (HP2`NzϩpB'v퍸8,N;Fm )Nv o=];c _"B`d\h`jzrܮRAm'c^&cl0pNtCr0Ͱ+`!eJ9R: €T(;4[q-ˬ K` &s9P=xKl (] `A921H ͩN_[;lGe+d_p`R1t# RPWx`|K\m Sc۩w愌n#$uΝ^ܳ=do ثlFў0…\(IC#'L'N m'8wbѐ [CeIIPpWq($v'+}dvV!FsXd즳+ L]U;eNjs4,2*|L} RUMtc$ "s; g;F.fl`XB`GӾf'nU6ÂqQ2V6lw#,6nBON_4V X$6džO\a*?W`P,v?pPr6'$ndOVᲠנKn׶fWߩ$$,0TQBLJaYl |r@ ͕;Fw8fI* ;B( wm;N [ ! d! 4bh#V݆Y>!N~kݿ7lݮ= Uﰲ鑩` 4rBxsa!=_!ېp+#n#;UWjs=S[3@j@H@>ʀu/ZЮXjFBC bvJn CkpuۢtPр7R A}?:Ƥc)*:= ߈c!qpXu NFFWS uחKܯ`9+c m$`j8M x-t! UYs­tT;/c[0vؤꭈԾऐW;p l;VS~ a&X1^)38%,OR 3m,&`~ qwTec% nc&s|؉C SkIqp3 j5=).\ E*p\IgQ$Z:ñto[Tl镑ƮS.ްϴI74aG'TЮwz˂pUY|BaUJ(HMv1# }N3Z5̊L0enU=7H~bmH,(gU 1,(B=hd$\Dr.qj5p`3|#&x'#FC$!Jޭ'?yW%b=99p`Zi}$GM@_ץr}vm{@+4xMfI*vnm]vרśX I ux9jrوV2J rAgw0#)UV(9* 3S܇459$`"mg0ae#~FnwCd밪u=eЅbOtz̝a),<~0ʒۜ彌a}1.W`@?.=[[?Ar}یeoG=o fcL9 HC{zԒIF m&5LDd ӴB=fM l.H;0Al20?=.˼}I%?zR% _M8g'cT L6uc߷hvyԝTgĹ}033ߣI$80ˡ2-T4;gh Ccnrs~-hggl{3\gJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(>" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Ã]k9V}9#ڠmWP9b;FKG`/GjU``=EZKCY#m\~zкzײ|O=M%/ ?ǎ3דҵ,?Ro~`HF8Q=1߭tSA|qFGl瞹AgZVQG6:ֻ 8*^sTA`R:ʅheKGp?ˍXYZ Zs&XYZ (W3XYZ Rsf32 B&lcurvdescGeneric RGB ProfileGeneric RGB ProfilevcgtRRRndin8HW K'P T9textCopyright 2002 - 2003 2Apple Computer Inc., all rights reserved.mluc enUS&fesES&jdaDK.deDE,fiFI(frFU(itIT(>nlNL(noNO&ptBR&jsvSE&jaJP:koKR(zhTWTzhCNYleinen RGB-profiiliGenerisk RGB-profilProfil Gnrique RVBN, RGB 000000u( RGB r_icϏPerfil RGB GenricoAllgemeines RGB-Profilfn RGB cϏeNGenerel RGB-beskrivelseAlgemeen RGB-profiel| RGB \ |Profilo RGB GenericoGeneric RGB Profile! C     C   h" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghi3jstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Cv߀v> [_d4!'jǹ^U?Ǟ$yߊg~~eeq#id^zRR^ƃ ޹c2#Qs s![vpq8J},r;YsXxd$lcJR9&ufV>'F'm,s+@yRUi|E4) a@Zxդ#85 > /Z&z)jᄑg w!Ԝ1q;pK'ărx뜎+WVȕMu:yPl0SXzk ' ^GJp r01\SUhɪKpr~99Ò[*6ܜs\M(i2K5em$FGa =ۏlմ)Ld4QBI@*TeiOjtSnq4)rOJܴ "g9=)ήpx"ܢR1*/4Њ bl*熥MZݰRsPK*(2=9UJ˨_ vn#"Ќ՘~"֯.0CjaHڣ`\tyw;ڴb '铓Vm~0Ⱦ_i8rO8s1<#5\zln:R̻K(jX<4"h[b {W2a##wT[rotz4q@*ȯms ubGNQ^W~Ҷk c"D߅|JPZb9:⩔VZҒX+44=+AtfVkfK=ZH_W,DTVjEzJy$ש]Gk^9e::Wp?j_1 V~v+ݭ=2+=3 f5s>GN_j o,ZK\-Weo>o7_ [mm-#{μ_WOo6#U%aϲb~h㣲<.Iyjx{:tuH7-t+K3/~UdէXW R! qѡ]}*U!SяZA?7ժw1hU^}H_qT;6_fx \]L#qϹ?hτ~'ӑtO"Ԗ($XCYW<1'S&1)6ޅqϳ~0Yiw< f7DWte|ufo$tHyJm@8 TsުeZ*H*Rc2g =J1\Z%] 5Gjs I+ H !f{q5$9Os<=cXrI\u>~W&cq h2F8?($<}: (NT*1ii0Pp@FztqzT XqPsL`3,M'~f_|-y5BK+?\R+N5"a*7U?w<zgh-[Ad[3ƸNGLTP_+ *Է}-׉~+\I&Ð]I:u׭r6ZBCT%+PFMfh,ڷ/`2I 6gq"`_nrl}> P.&9SJzT+^ 8aE ?7E ~ҨLJֹRXsO{q>C)UkBHx{:gTJ&@A5|`semR2I(EP1q+%2"!/6X♌{gO<&uH²Q?.RiU*;C}kѴkgX&p 8:W]-6{7L)'^M,e^ 2n\O6)&`38FIE4~Sc޽,$6KЙ 7wp42*É_&7}JΫ/ >; k2{BԍBFUv%kUb8Sn:clT)“Q[QiYF9UI,C0s[z5L#&*)+]GADMsa1:.n-YR>n|υB]iS.p8 xǽ{??[:[ecY23we3Uwn4rciu#{WKmiyO#ƒ˞,U׿kQSwGx6[m.<7mGo:u<`xFĿ./>kֲEvhd. H6'c9sI86 n˴<1fg}$A=_PYܰeC rXGg{ۢxeYbddwFujQ:#D[~CKh%!2 &Gö5{;a!9 xsb7j季b,*W뚞 ΰʒs۷_=֏թ&M>[aЧ/i-#wF 4Vh s -z db1}W^:-&:`E|ӨIiЉ[$]&?(:8XPE?Y'CDc@uf?`Wh%Y2}:Wy_Y.$ɵշ$q烂0AXml"^7xÃkԭ7x;)q3揊_č\]Gå h@^-2}$/mu*zuD Oq5/[k,7ѬE>S6XL߳t[ :H {xaۤFq:6,Bţe$c8U巅|KsaR` W)-[fVʣc9 IzWSiiJ`F{j[ipaTuvg[@9f30 :zZeǃTq,-矩z֬:lIbAݖ8< lNF1 Q+tS1Ь9+7m[w2}'0#qI5inmu \+pu9gxVHIUPc2ERk^qR K#d$ 9VX\TtP0ggEIjzo[9ؐPoJ++eSP]<-X9[ɟ``GǕbOatM&MkXӠ8e8E'OJπ&%fKxTdi\O뎵8fiQ5x\bR_ WZWD'uixneFO?3w )Aqo5j +u0ޙ+1\C*mKN !ך;[Y_2`WЦ- QCbed s zZ_ {?w9H޼gq1RIA>oHY.#A:xÚE非ifI+X<+|kVYDN'. ->}7M!#l,~ 5ä Q\a3o(9U#|anۄ_GW N*+Þfυě4Hm8NUu\|8lGAčvOvw1O0fy$^znšW^[  ӞſNj{J#,p:p+/M7cA)$9qYa]FMaUto.c8\NYGa[KQF]һw[ :j8;Tc{W|b|CenMݜ@ h&CΡ} |]߈QCo$XvKyI8~ >VlSJܷ8?{Th*׿q|][ ݦm7-ݖ;Akp=vuʹܔiEdV2rZ~xj6hmU{}sxYǺ1ZKnTc{GmN|=(dcEzӥy/OZocU38A11]MB?_Q{q#l-̌*TNM6[zQS-S61j6rkw%2H8x6DF!R>IR=^X_ lq"uZ?W[ychHWIbVngzvSFYr~}D-pRG: 㶅V&Vn*3?ɮVlzhNi$廸ͯaYi˄ 3BQWn_zkC_xsw\-K,`xPz|I%[i|H9VuЭPPn1j/gBLbH'nNGsWeloy$E}cȩR1|2rMU:Kx`D2:WY aTqX4Sbb>fn[ZƜAc$Ѱx~>!_媜R*69 t} "h9$jw)R>>Z[}ªN[5;H@Lnƻ'ʺ$F03d9#ȮMKXP~%bytr#gxx5uxl1ŲX<ՆX|P$Vsl4P$yi';OcMJд8,l]p9'9\LEJ\-UQ]BH5[R`Grq`d^7{{wYZ?yw{ua{h՗j#ٌ#F0z{խ60Y`KW!a8pO^3^9G滭|3-KGȻ@b#d2(v97G~௡!|$мkqh# W /usJEm|i*d>S@nFF"PrE7l; ֝%Zb)H vcʷu 2ZȖڻy26Bwq~eUue}1/e'm^U$IAb9 u^)-b'2o}o#JVrcxxF!=;|,{Wbԣ~g[tR3¿Nw@W$۵Kk,LїIr9^!mnY Vo` <lZj%XTH c/<"m4LH qIɯkK_~jeWYϖ{c^y:M;L1#FC|zs^{{]Sy`aM|#)`qOk.j/|c=, G9g2ɑ8;>{@8$?/m?Q=:V*ֺ#U1qJ0 <[s|F6–ʠKG|q߮+< &XS}s2aWoOy9M7WԬtoƗtc)(ݕNլڣݪIC2 d+p9(SoqRݓW}_ ٵ(aUJH8ܶ3W;wgo UJJ3G'\N?]NKLf7W|='ȭ.lu[_i7 J;N g~ 2k,^f͸OȋazzיU~Yv9BՕǟguG.bݐ黨+/"nb?~(/ pD^rQc|rFy8~+__m:%ֱm 67]7!S׏#]|)u xVOQ.mȄ>y}@40_\OKB"H]Q$R3lc}8nxK?>6-s 0h~c}ȯ>bvd$HTx߯jS RcB5-baW-(&tf2kv)m2(ڬ q"UnWNkmҦۏxt=*Džӳ#7h0y'<]EgbDh# p+42u\4庾ݽݜl$0!;p6|U$HG͑3U; #VӮT|g8ޕXY7n*ACpwp9/:%:gpB\E9=aBO>kOH_$5;R1%Hn2H9׼f,Cbb6f ])2)=I~h(ӯv*>|gi>&XmxrHGqL?# e߈9Μғ84)%QY8>R,0xϠ>-oz YcE[})&QFc{#OP:ׁx]ޯm k f!P0^x4~|5Y;Cggx|~~cGX:Jj6mH]8Pspk?fXYc![Xy@kQֽHӭ0 ~ 8+2az}[俤wa>uE|"c+d*.S,Ewo2NXr#׭|Xt2:zz{Wp[k~p a k~<~6^5ӵIO\4GBA 0NYL$(~G<!IQxHx"fl,eeԴ{Xt\2xcCt&G>S2&7=}+ź8ez7Oμ6uRgUKWK>9'CYUյ Yϙ*I$ϏNme.ˢAs2y*X䕏/8RqHN8QT@]˒!h!]uK1 *Km%\8=3↧mzT:vy27*m$=gA缸9iE1$*q,p3lsE?Z.-`B:?]Бڽj),LHFxjC*2QAY7бOK&y^ \2V "8P}3^c}ޣNm<[i#"T2Pq`W־yFglf f= ubfiQ{4psIםWp=-_hNek]uk=A,"3*;4p <$^%\R7 $ cw"<Bi08\xPӬ].%1Ϙ$` xʎ0z5Em B+c$i|n5k#r:;:HAЎ3q8o=/`%$#cI!ʪ 76[ jRI Z4en8.Y)"}K9еJ;xe7a)Fyo NMzSǟm Y#љjs-ڄRuꪽھ~ݖw~8Z m9 aĞN@W 7Of[}R"6n㩮[+[ݨMB{оKEPIVN*zs긩A4/(Ou8|GBc7'C>5~4:m# 0&Nֿܑ*;HYR}zU f癥_x~]g@dlowahO1_irO8Mg7K?T1iFox(1e8)=<{yVzD=$ga .qI|amr4nwi9 .w({Տu߉,᰸|Yb m\q`/<įov[hyZ_~4a͖xTnl#)#g##W0( }^kz7Mcm="ݤ3G( { v2*.?j"kzDžH}M*#{vSG\sWFxr]wAYBH {&^yѾ"oYf>o .9Wy.WÀZMbB#r#\GL"ޕEIQ:R=GXRUUS'Ƞs@ gƣKi-HL쌼q ۀ 0ta~̲FB2p2*_ŤJ.kO9JebM:XC`|f>_n9*ֻlBȹU`p9>pS~;襭nZlDBE{e0Kg(eJ1N9p;{ H:g-YF=#2xjv&0pH#U*fVwϼhC^ֵKMvQ{j`s?x&ƚo|%pdo:,L0 n0}s|~3 $፦M_}z1LTyooZ猭8j3z^1[U[{v.8G$70гXc9x#=?: rCzWR"/˪/孟 Ͽug[^Ԑ".5kUE$'kGN[|Oz]btf0(utaqP+K=L5X/xSѠ ߽iwI6\dgqŷTBk#-l$ >|a-m*%sJsA->;1 )5ܙ.ylL.~9|;F)'0>CЭ0!gi޸X:|Q/C]Tty7Kr$qAU:\$&d)Uw8*^!߬}6")H3kI Bfj6EiD9鴓ڹ}(U^|.Xa Zͭ70iZi:Ʈ7 mc<POӑ5 KQ\=*=JViY#$,rx 3 m+W4F-4ov VD%ڇck;H6{g"A)a@8=랱t:6_.9 TYQ9Rp׷*т|X:~j ,`Mo|v;gJAN6{2:C_Ɠ>l"xk)fzpqgĻo"rGB3}:Zg*sǨkJyBPyEў|*BV9 ㌁Ҽ?:bԖMEW NU._KD#\|i (FF3vf~3ܫxɧè[ep^ֽ}=n.7D\P^8?zشxt>(ԁ’ 9%DD˙YeG<ݭCKok䡄]I( ΨNN$q;t|W}jw+]2I Z?-n"s*Vvqpج;T>.q{Ʒx5mbk]f2阦 g= *Ʈ' (bRVjݾM;kPZ4/EvK孥j :Ȏ.J+)<c$^JĚ6g)EBp2$#֛qi]MYM@H^漧߱ sӗ{_8yrCdepF /W  mJ7{iBrNݻ}mͤjIiS4;# ώ{k}X=bMVdqIǨ81^@KФHMkj*&*p O']u_ ëѿ-~k?]'B1w6O$Fj,\i;lJUinFT~֧=SE:FpF?Z01fUnIOJtog܌}$d86Isl.l[F<3ڼqYAn0yy} ni=?rߪ75]ZA,7)1iwѲ{O$zq֮PؤsR6㌜Aʰ?]4z$i^<Ё^HJ4ng⨯2 Q˖ JLJ_ 7eK*-6G.ѭn2&[ <{goυKi% ?}NV3">fy5\FK >}ο;-J/tAwc4k,dmRpx 5wëD/4-2NY~l Og|8v7SEE_sk/ǦZxBGrr&pt$XS¼l}t>שWkuυ<fqs )dy1p9W%NvVʙĨ3>}^)mmw#HؕA '\T)ЪݓZ"5No |L%[P:D}o^<-dhx$n#?Zq| y`~)8s{kT>t/q;m]Ima cdZH`k9#Wiܡ g9̫Qnn$;_۩*dP+߅"ԭQ(Tki٬|G=2) u \X֡v"23OcxJ[)t2wd H*x 5j79y:M~ErX Ɲ}[[s㟗G}CM擭vKֵ&-'1<## l9qTb{-*RIKnGFTHn{H0=Oޙ>7Z_ּ߀NBw#uQ`9YǠ?(x5UTigmciWx1 CVEh`T-QeI2ChwmyPH9M}_I [* rӽI7^!;gx:/@G>w89U?w:[N0^ _G), bp=:;^8" I:=l=kV&/?e:`z5> 1,'ddu=,[\{㞣[duF;7.pF~eȯ_ҵx[|{ ~D.WNNǫ]m J' xv:smud9G*ˎaQ^rr[cU_:u[`\T9W}o%[L"[YUaxqG2dgkh4*ZLo kO[t..MAW>jlW$9nW>W= /[m-s$|nj[ٷeVR`8ZLI!wbIby'9$dڳ\RkEdS~=TGzMԼ9l. Ltz\nPH⹿xOrDr@>ge[ƤTxJ?vZ^Ex-GjO0 ;e=cFxkkt#'9qFuk"x_V FAR:uzGFV a&_^wWGag]8m𧎭H܂Xd'9'm w>X|\fl5ݠw#lqǖQ]m~j&~JP.?3 Ym4+Ŧ39 $QM[89!?{h`L ^Hs ":tr+ɼ1K!<o#`'hAyLt6.m+棅-qoxuqNM$R+hN3JC> ʚ핯<;[\v{ K|FI#c95/4]iN2hќ2 WK$dK0vaq0 ,nm{C4T fhe 񜊼d!\*;=}5 k%dZ4 ( c s#YTZd6͠Z\_DĬ>z5o>2(WF=2x 8ou?LnƵ#GpwaM6c_{:JD}fnRZڏR(8+~+6V2ݘ JkcU"uA5Œ$dV9k{J=~nr0M>u:Rnmi"Jcӷv G'ai0hQUb:_\mI./P 6X)'>rC/ c&`َ73}I$~y:<[-{3R-wW:TrjNUm ԎW˞7[5FV;#eS$Ys+LY y mٮ7šg4dYAgfbOL{)ԩ-7 +[_9J5k*x\Ҽ;Kң^4JѣHS.ʸO[s⏇#?Yx;Fm#XI[+UIpv GHHfHm85}skVŋj=^O$6L8®Np3mCAӷӵ<HF㧥ii~=R8Zu :QKP\q^ 6~\/|'䋨V&4rq t:Izni?asqoE1EVR͌vVe4^+2k3B.mxVVFI.mn|X|8=3W{ukۉ$`Aʀ +ӤS-^ॏ Jj4ލZ?j㵾omiq[s@d#scAӒ09ެROT{TY6ywxơktJrqHjp$9;\f ^m`ppz?~(> hurJ4sp9iM]]ĝՇMUe&-6B%O.]}ܿds,Qg'O:ڍR.m,Ɖ<̌ 8Œ3k˽*T( 1m $BWdӎGs_іl|X[kSdчΊÒ:d OxeeV$Tuuogq.Ns^1^?HlBʩF?)>޽P-&g?|+m cՙikwZ\0ig#6KI@P8զԜgW8+œyѵf&$ ,tqmju Zxd"D{f؍h8'8 ǩL &p=NypxoC-ܗS,LJJR17h>>eV:-K :UMݪ mt$Icӵr7^*m=WN!`2kOG}Ʊ8(&;2*}>bѭ]dhȩ8+)MzLMt*~&u]v( o\=F? ߴVMtkol.@u k ZhsFn\8i V B -ᶏuְxlH `r s댁|aBRv{8O@mXdL[#mq:J)6q9޼_tt"m&H6ê;$\+ЯyD궨iՏ^aA5cm%o.FV?ćzU5L &6? n99|iX-!5-.8/)8x~?z4RXB3MFx0v|/ȴbrqsjPms%murtipѮq3MwG ^c촶18z6m?keHV ?]xn%h$Ȁ[$g>'|M1ϫCx;) ᑈSק|85SOY<;< !D$d2q]8G֧nxJmzu϶t? [j0׏Hĝ {mkRi0I#MwOo9-Ր6 @=8'`gp-2k$ʛ\.'W8JԫsM|VƘjћ>jm[šך{\M.FD۷ rx#m߉6K_[ZSY]d8p,x@+y3(fa fJtQ}nS#'eBP̪rj`iJ֦'ƏMf' K08#x(=vau2:?< u5T\Z|V"ZH!.q~&sBR@m`G$L2y?1Nɯ^<*jwz*5knj>ֻ %'<}F9<ׯkiS]r2$ruZH്,\r$L2CǓҽCuoOx'Rs?ι2[Tzs%RM kw3x'ՑcE~clV/ZkD1 s! 1?ymVzki׫$wB 'Ӄ_Z<9=(;OsZҕ)T*^ϊ'ODMΝ$4"&uO _go r$QswI|G3a~am"͙B"D|˞s:iO# )r1s\ EvjEtt~˂>WZ..ϓz]ׁgB(eޫO"|l-h$QW&sZ=GA0 y!{cYN@ J? |&V,"u>SJ\C{G L77:.%d;vTF$zc^ GRjGon/4Ąz/> F XĞ{W'h9Xv,O;[>ZæW6wʱYco($A1=8\ c)F/w;!J4q>U>)ek|΢H ہ#xR2fQf~UR1l H惦ͨUF%܌ g Ӓ^Se=CuŅ2,"b 2O^VW\pR_-Òɾ/ M+ϔT =Ism _PVgm Bd'9;9_f5[G *g>ׅdWO}֟ea#@28 c:i=Wog] tp+?zFI{o0e!I $@߲WEG=GlA*#?_xg/}]y6V$T-Y(28sgol$H#MG #qϕЭ^S\7Sj1EV )']%a,Ip=k{{-b |۸dYH3^8'V;B;]9+ [HTC呃Ÿ|~qy-ƃixXKF]j 4-dd^Iq#LIöGPxmѲ&=Jc*j7峾SۧVг>anFǘ=CM{›-O~,R[ NG` ;GM|-1/$-y`&y95WWљRmP@XBJKrxiT}InmL4Պܚ~6% .D x 9~-SrUP(瞕dmKKH =*X:H.F ۵|q^Or['uc  \g~tWdDVsG+Ďj}U>Uvp}s{: <3{^ۉ฀*g9qaiTߊ7AF.f|CG _6 I$ 1<ߖA\[AA}k޿g ]~WMt+"[;n9F'w<}i)ԍIk+y3媪)KU֩M%)1tb .e9 #89;Akhi//fyFp1'i1D $'޻;5)$g\׋WTiIyu= &*i^Gx^︕!H&q3^Uw0_g[%Qd^̥==}U46d$pZ-F5HiLCy7L\j9OTg%(t4~Z=u>Gg!}?{~qi-\n{Gτ5E f4}0<<q^]OZѵ7zfM~.#6fFH$`gwd澚5:^jyUdԹF<[kzuދ}|[]ɰ _v|.k6Rdd8f18O+/ N~TՂ][gڵ9[sDŽa ItldEoF^;49m6ܲ:f*[YHp>Gw\zϚ=jQ 2OV1%ONZ߅TxI!N:|:W 5ۛK{ˇ󧽷J ԓ}A {V.\ LǦzWK;|5?-4'ĥPX.T%A=ŷ/Z\4=]iGa;֩=.{SM}%cg=9F\Rߙo)W+G)"ռMYc-V2мg'rqy?ky'c\[FWr6hOU-o\A5lBv\~&O KHD\&y32}}*yG8c'VuSؼ IXG!ގ #W}, uC͞sX"i `ÓR1ߥws>" gwt=y \U"5[c"&hIl(,J#F#8$kXd;NXrpyDhR4VVYwLw:l7OS+o|srinlwϧ\,NAڿ1!V=l+2Pz22=v񧂴=J췚6֊J@?s$e($ӥyVe7{e5$Hv]O\9> ͷ 3 N)KruA f'^@㿿~~V|1@#` 0W#>>1#eGcxx S +6T9\7=b-;xS:F<yj|WA"ncCߧ^߭}MZ jKW;h&ČF0XI? Km~9 cynGV>eҭ?%.eܲ,|:m9ҽ'G}W߈GynEPܨX3C22yr?ǒ["`A8<]_"˦bp 0`ז$~ ּ8-+:B-*8#ӵt`)a竏__?s©'g  6y ?Q8m2@ Lc׊..ch JG:\<KͪH=URs)^&n[3[ZuF%F3^5?Zڌ6n zW;TMV8-خ>)< -́GUqVU)Fn.6|.Bdm8 0G|? ^MxojZm,Kn%. Hkz{GVWëm"gm?1v.R İyyn̩ bN3FO__?64}qD.&cGgp!އ+VRH1M 857~ Z}P5|o)$+t~'ԦkXkWo) #yi=2N;׺=T `Ɛe_OH[%sJ3gr)K[5&ipG]hfq z+>q$1t+zך9Еx+ -rc 9#үx }BsܤhH1q px^CPy6u&RA.y؞?::Tn6>\ uR%Xnvnw8qkSM+a%3_ܚ|;7&ADiʻ_^hsio.o*sxYշ W8SvI~sV(hzB$Ƶ["IyT| U#B`F /ү #Mv;%8_}zSo/'+ƺXf:t&uue&~UI/:Ӎeery c4>^.[h,Mw  y)* Ϩk fSVy=Y.t8{kՍo"LX12FǜqSjs!xm2GqZ>.A> Y3̀=5xlU|2lt{kl H.}y,M inz>K>NO>ʹoZ7s"lVmΔH8yy9ۻ>O -RIMJ+ɥKy9SiOK}]+*Sv~Gy;?!o-pLK]oS`Vk1Rl=:תxS{|C4Mc#F9-ct5☼F&;9XHFN)֩9(<̏LKz^ p$yG8T>(`./mPD=qSh> ð[\\ `8:zչ[hS\iS&9#73|͸ڰRWra 25/}PHl9x8c^vBČB}+ntۥ7tKt_T1n[(}X-HurɂI$}}`+H:O/s#Rslj7Kpݴ}uo14?(_[\A:wq^ǤD"{9`NOӀ:WJ3]O]r-h@pKzּxt6bIǶu7ҵ;Rey\tΚCo__c+Twǿy1tlvaw)JB_hkFzėLk20}}J|GUhZ+r?2p~KB||n)sھmKۘ\}_˄vؼhxݸ:j){>Ժ%C*3n}+O^[KW u*! ר$r@  ,/7F`۳_=?ier`VZ.c/.+O)UU~=xնC.;_j3H# cNy'2xWseb^HjQ@8l*:qDžwC_K\^ZmNx\(x`HQ++0xI[H,iq /7s;A_or!3'5߆%Kጫa֜j)ZۣķI*"Io2V=1$s\?!ner$^Ǡ5Fsj鎲ځTn+c6ډ\v֨ѫ.T[oaסN C.*]v}i/W 7f<<;N7 zzoswI\]'/ YxSö[ ȡ$>OfZI w8>^z0q\t!Ӌ犔2>&Am)V0(v9WkoyFG 0Oÿj MNp+f4PnMkElt_[I+-:K)(1eX^3l$t}{FG=E|~VuyePȀ}G^{mBCV, @w==КɘaoByi,j#BwAcIj- #&s_q]9%f|)IAS|+r~KV[ڠ|so5;I8'e¼=5j"{@ ƣ8۩+/-NiZ(rwAb:QmmGGCazvTW_,J9l8LLP(?qO_יa59˩-i ;F Zϲ3d_He˨<v/sDcۙvG<ֲ5䳲d풑o S^L+9{)j2HJ1Op{U {W{{x$+ |U]Qxۼ9X`CҺ<3re^|9VNjx5mEvzz#G"iՐ, ;OPq+dVVᣙP ?LTVKBqs= |G` !o|WnX1/Ղb72ӤKkQ _0.=!4S1QpC$ʼ L*|MK]F8VZ'<5"~Ǧ?y gIrկƫP prBNylVWǖ: >PG5a(FOZozyRQ.V/׼| 5mj-CTAu! "2V;nyl[/,@ҿ@hzuAgqô%(*mZO]X<[8%"k5G cE8_Lk|umٽݾH-lf$kfL$B '.ȯ@\^ eCnIѭTέbjTڌvVkm}LeЌ^5q|suë͍YO6a\$s9;1B[F}zR&#pdv NGֺmVSP`Agz}0Z/B>bNsI90P؏Zfdv 6xZ 8O!8ޒ~Pg49CMKդ*3}K.faLP۩}ndo1O >mRUrĜs_=iVΝpװ 8ЎouPTKv\F>C+g`?\WubI]&BckZ</ y|_RD n95&s$zF$s]^u=/MX玣 C^43TT<)> f/ ּQm/sFAGJseY= ̖U#}5Я#kx"/Q+~-|rK#y#qlҸ*n^h9Դa5Ō'kHy@xi-8E𯇼kM'Oaj1ǯjζXi"3 e+t= [:Emj@$W}_.dngA:/k>Xne^Us_;apˍ\W/sÈSW_M0ϙLP5#B¼ƤUr$pGmmUnIʩ=WϟqxT5s1^ V)UtKU{EWϹntRPπpzy԰t _:xkrw6l u5pxfqrq{CvUJUiK=R#A(WIEz.좵1npR@3 k\R;k0Q,Z^gױ_ R˶d27;8mӒr:׫G6G g}l[Îc:u禧Eꏊ'FEAG(Ԉ';C)p3['ZzǨxW~-"3{oXb%]@r]dOңgXI%^O5ISu#e Fќg x;෇L𶔶Rzt+onCWS5KE);qWut ao5 !^*b[On6 GlhMZ dӊsΈEic匏WŚ֯L9m3_m(:Nd*<~C+V.i[8~RִOm9ؕx]rbf7ڎ b3͐ K<:uظ!>Ҵ!5q 9C W ]ZUr~3@pyvQX:oǖ8oܭQv Wi6ivo$Fo>jpנ}FP\S5y;;^=6fH*TƽMx s\Εex  kExh!TF~TR3]\۹LhMxt])բOsۼ\Z%ƗOEr}c>⚆-{o1[^!:0Q$VoզVlԏJ틜"敝E's-?öCmj# mQ{]{Kks S~T~Rg )w>qU`R!'#j+:>dҵ|z<)1#36\Qde8 zvk@-dl$1r_.@i\@xT*Q[ii^=xBMoVmQ ?SR[`3OK .j_6(RL3 Zbe^1nۜc-\hʿ/*Z y<ɠs ȫh?8Pj׻Ʊ;x햳JK ^lv` vyTguW3]Cn5z2@G9]<wL`G>S3ȗ>)>LLL `'cq;y| A8V]t;Yf\ G+t4=Rjq{ G*O"o+OU.(y߇?l9uv#6GWc"tyѦҔl/;x\pٯmi1zm Z4*D@pfGUZGSȾT6Q1iI5EnTd ȇ֩;R*]Txg(qν88_]/40+%﩯.Y9|ZSw1N>_q%¼ƚmRzWS+Ϋ7[H3ĵJ"CkEľ:57'vI-/e>t!}=1IsG) nC-.{:iWU#kSkF$yzY5jlxzbl6H2~_Sf& rrQ^i.j^^IBT 0+RH#Dzʟ¬F8IOl;²\rw)͙mDػLS,4G$ʺm?D{/0cʺ7Ep)8'v14:o-|Ž ͩ*`O\Wc=ΌpC_W0WI\#0MhcG|'ڭs\o i>ҞX;h`Mň`QUC'B՟=TVK{~y.E 8KMB3_&S]~7 j_kjĸ8 Lg5I+v-¿.zG]ҺkPJQЯ*Q "clo|WWk8#I  8g?_|Νko$Bۅ" cPm_Q(h{Jͩ>qs2{ <>2vOmw]BL")ZM2圆b,FO_ZnIX>KI~#WG>,B9B]G<57:}ډEG0=_pxzYG9_/_-mUcvz.aXb*]z,P݃k 69\tj}W\d+xՓncDhAJοԋ@F1YW H@⹽jtVqֳX/v ;^E$zkʼWFeĎ'5|F/n.Y.G#׵Miroܹ+0DjRхSڶBC3gEAS1eYci|  mՖ98,kթ(ӓ0%mxlIj3 }q޻>Ra$r{cYiAq#v O=&H|gZnkB*ь3_י~u9.kBtہ3ڶ|'h|'( 'zD׋%K+r޹5RuwFBng5:Ο]58WUgm,Qм7iq_D0I1908kZM͸B獠pJ{p1v1OֱoŢ\PV?z)܉#T+_SWѣY-3}+ƾ'c< [Fڦ1ږoy$J!P㌞kM3\@L.d~XYaМ5ujAUoVyoYl^M[G:9]geK['Y.#$Ì5b=Npyckm]% FI"ʄ'R2e,G G\Xוx-b @zq^% juyn:`a,eWV{:J0e[7[;mZ<%%P=eۇTmLv5^jb>Rw3Hs81\JH' qyQՙ@194xw9uc>t %(V_`8Ku!y2r#U]WIB+r+~ '7NiY; >&hŔk,WZ⇕NLezѺeY-m*3qҬGХJ;v--`mψ}%Sˇ9S^֧.Я .hfV8 {$z7E+_ثuS^*?PMZ~{ vV$M +V?RnV>JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(2" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?/Y+Jr6m .2jNtUAb6Bp3Ί.#'rq_e嫉KH“o]O9q$#9 vUI@ Z*5Hgf/g<7={mW6WUe!FS8 !!teaspoon?cornstarchcornstarchD= 77?chile pepper, choppedchile pepper, chopped;< !#%tablespoon?white sugarsugar, whiteE; !-/tablespoon?red wine vinegarvinegar, red wine7: #tablespoons?soy saucesoy sauceJ9 ==@Chinese eggplants, cubedchinese eggplants, cubedbl in a large skillet or wok over medium-high heat. Fry the eggplant until it is tender and begins to brown, 5 to 10 minutes. Pour in the sauce, and cook and stir until the sauce is thick and the eggplant is evenly coated. Serve immediately.There's nothing like stir fried Chinese eggplant. The warm and tender pieces of eggplant are intermingled with dark soy sauce, hot sauce, sugar, and a little bit of sherry. Serve this over white rice, and you'll get some very happy diners. I&#8217;ve tried this recipe at home, and I can&#8217;t seem to get the same aromas and flavors as the restaurant version. It's most likely the industrial strength flame and wok. If only I had room for a double ringer burner at home. A good recipe I found is as follows.James YuJFIFExifII* z(2ifCanonCanon PowerShot S1102005:05:15 15:34:23V^c0210"> FN fnv  ~|60100,0 (2005:05:15 15:34:232005:05:15 15:34:23} _   &hpx     L0Z b@@4P_}0b}IMG:PowerShot S110 JPEGdFirmware Version 1.1James YujOR980100@(    !#"! $)4,$'1'-=-167:::"*?D>8B3796    OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOx! }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?뀂W*P vT=RJ*~uxx_#?ٳ)] k?3UӮ&rmߘ'|[wïX0钢?Z-σwygnr?@?Zۃ,?Xddet?'uVMէ_A{.0MX,7-EGxd unJOi4rLu^R~ozx֍%w{Dl鬼 gSt~UVӲĀp_Z:W%5yV(.#_ƫne`ֻ:)paT?4=kҼ%dKHtyF`xW"R=)q6J#jtU|M[g z±?SXvv}J]:K?= MW7V5pё5jQnꇮ}-f͹ܥ;-d6ꐗr+XKDJXQ$i⌜ޛ-ٟwm-9$.LJON㷴0rLB4 yxHumFQX^>xc%԰lUPzyNM-#-%"!hmțV/B6~fjvsInL"NNEՊtikpMz*)< (!1́痷cw_eR6rG 6EX2kH"X@QschU[lq s';I\EnV&&ӱ#̶m,A>iJ۞j1о-tffIupǭ^7vP)tYc$*6F3ޯYM]h.됭ƥgWf^}&;x^m)Cי{ծZs,"DCs¥3[X*FW=**Ijҧ)GK$RI܀N:n_k vgMF<6ыˆ[sHе;YL $pk̐6 ܙU2Qj\3[Z4;n`ڼzWMi2$Y1ڦa9vݝk*oξ-ttnqm8_4#?i:׫FMN3g2ZбH2ODyWgk6ee d;͞z5$Cjc%>V'*1vi&{މhsgE"` 7+Y^YfT }z~Ua*IoK M=U՚WPh)-|yx?6$ KdVV ǫKIGDwfƋ[ix/VcuInhW^lylQצK .^],_6=c[Wդs;Zũרݾ/\W-Z[蕥Tu%viѡT,n{)ݴyhIRéKyI5:G>f;:7*8NKke;0Ϸ4^Scsi3m/̄v>š4C- #K ;UЂIJUjJ|n靭6pFֽhEB)EZ+dyғrȂc] 'iu6塤ǔ\r 9BOEAN?ۻ!pq$inVcM\In_Ή iY&Kɒle?lwZx(-NOG6w%ªF,]n Z%n:6^śVLqNJc$!eFqI-kKwwmC4_ { n-(aÁfIMmh$qՖ=m6WWR;we8n:ƶIgx9M)/$g)~똆%*8_SXvz!gW U٫(Zszhz,W:~I+G*I#MvKr5#֘y/h3'^)Z)^Voz"nu:мk~aD lD\ʟ#hƒQwjp~'hc=ϵdGZeȏyՔz{W^iF&[wg9MV#D|d[Vvg$F)ʵZo}_Dcz3,ڤF@zIEd7nUѧjne{&EGfe L5t拇#"9=\]Z%斍'l>)Xw$DIEdXhc[hgs3ʄZu[\GEРQ$D/I#ߥVt,/QXgV2-z҄cۛ4=EԝA^Ճ弖FW9aݞW.C+Z(Ҩ-%hs ]}6|}{Fһ)jo^zzQzN$R}ElcSKvڵ-p2~CegMgIX Z|3wkrV>L!Մ0$8+<}sSxNUh"6d샸Yrի4\(_TfX3$$VgolԺorxǮ+9JI_cf]2ږy  7Ixnf{z6*#Ijn)^|c6}ҫд; %[*`9JsnLi]wݠdDJY z?h}N0DׯWEi%HdI5kOqzzdߵbsh)) g2U'5F:Hi̿y6}} j5Ɠ1>kNk< Q`I*ыQog5VWU 0H'+%2"띾{Tͩh*}}L6$-9L'լd&a97j։Haڔ]]RQN#mam 3lng{f}zw#ПM{\H# : ccXVpm<÷iݑ9Y st&'=z}kJ9"֚ rug}p֚ L|{~bZַ ?x{׃Z2V>uA-kR"ds,73f|1{*uo4O.b9edQĹk/h/u=ܧEڕc#RӴ sqdrA>wN-4.bYoxⶊ}"sJ>= "+g*]$?P0=jE҃Qr"۶vz^)RKCͫNT-^6mͱ<3J }k+~g֤9jdjY_% GU1\V~]Fg%Պ".>T7ԾdژP9oҼ=5;q[.2m"[ZW#ڹK[SHOm枧e(TWz#> I<`VPoi{T [9?(Mr{I!ԤtH6v|Q豯5j7r6@QзZG.M|5{[kц-@+ uPup՟,Yj4V$BGN*ynb箝6ehm4$cUrw=oqI+F? 3VRݙsqMm#+f`qf)$&B}Ty@t"TFAM5͡ Mo"Kr++S%9'ɎucR\[Dv]j7zO7*!ڿCT.Ek>"_C̊\e$zc'V: ZQiuHJNͭO@0*m*+hǚQwHuưۮZڽ5^T;_jݴF+]X83PqAcf;+` Oʓw**ƜVpDHG$#F>qYh[&_I_p:ʼItg3K[rZH,<Ro_mGĞ,:5< Y"։TU%Vf?YT4F^ERk [<{?Gx Jn13܁1$NmlK3rk$TjGsbmBH)AEc96I% g?LU)ܐc]QmeҫyFfidb&Tm튶ۑ6sYpW&ٙܐc]QmeҫyFfidb&Tm튶ۑ6sYpW&C   %# , #&')*)-0-(0%()(C   (((((((((((((((((((((((((((((((((((((((((((((((((((,"Hk!1A"Qaq2#BR3r$CSbc4%5D1!1A"Q2Baq#3 ?£@+qN48:_[i0T*) BNyN;mPAV+c]:sRwӢ+إrNb(!sp ݸs ⽊tV^TqF+gHrN9rѬWqNr9kF]/]:#S3RlDV!!c Q׹hHU+EM"/ш?i_}#V֧1ЇҾկg=Hך>pu%$w$ ؟ Ϧzc,?#?٫8x;Dži]:|J脞}k4ǓO_*?)[7? 8W<61fXTj72tϭ'`OÞ}NJ7=*8-p}C%۷`Y\? j~'Nf v&EsO"n5CPn:k,nmV"tW\8T"EwsJU$ -Ea^O-q؞lŬen T :a9싚4?V5u?Aga鶱[=~Jz0'_ u 8:]z 8xKKx1K_>H9nJNn9-UGۯJ0+JG 5SDdu2 LiN3ԝɧmcU>Pv\Ui\RUK` 6hUU79O'~Z-s603VphvE 2ZC{Kpcm@$[Ǩ)RPGꦺ4`[PsДcV.[UӣǭU|NzeAs¤^Ld~KCQ!cF+<6Zz!S_nf+&pE^n[SR{U pHy}=MmziZ| sjqC^%G pK [gT N\9mMc{ePlT;{Sp==<$Dl[0oN#`u,'X)R9QQĒ=Kҫ5bJ/QԱ68\N07lc=v8^WEbk8k?#vГ2y;VA5 2C25or iwW,q ,MVVC1}~)wz̓ :OO+Ϋk R*3sǎRsjp儷Џ"(V[A%\x~ ʰ+A*B"s0`Nǧڬxd/|1|AU"qpU d' 4r;Ht+KU%`}h R8@(c1Ǜ_)B19  rD@&V\q&_nydH'ҁ8\:aB-HA `fb* $4.?5a#.Z v2%̱z{T]ۘXd`Û~6Y9" UǴ}gåVKyʥՆ [bIᏈڷ ܆52aϚ279麛Emi>8e'd\"yhךuO*:\FVUzDn9nU=EB"i#p>Օ/]yy4K= Ùly?.8Q2GSE@땐PŪg"ZGq9E2I/4s1 蘭s C9}jzyzzssGl~U:dEq6yosQ㿵V d0Č~Pc ,L7gR O!2,\:  W?vSWX $<>Qʳi71"o䶏>?3(޸[XrJ(BFA Fy|@ҕ&F-O:mVM Wtd)"SVW?M^I峻;#q[QtmKc1A oWk`em9YE&CVwS^i-^ZN{`pֳ!ۭ2j.y 5]rwɩ6'9;fl *F'߉OƻSh&7HFXj%զU{/O|7>*1F=km'NMDOJw;CGom JN*Q)b*NbsojJ]:2=ߦiLlzR]OVLiM;2qΠdRgޫ9n AARƾs͏Iw lFD+Fσ,8M>^7`r'*ǶO 7J)6if[m쁘*:U΋j|8U>`lj ÒorI5UY2l|`E?0F]^-U(`4sE~0p}CJs!QSW:g ʤsz={曳SX\,Ev4+Z|Ku?<75*+V0_vöKci ̯s+ " 3T.{÷\FcInɔ]jCqvG4qy2qT].\X[;GA:tov<~ ^ A!CWszC<.vK7B{5f.56+ױmcu]>eW , |S(_-b)9y,V6.㓕P@?Jn&s-ĭt1Q&$2^2MЖϦ(rGG쎨Ifas;Q_mkJSO<ݎтsj0vaF@GB;{}11.A+`2u$Vy!ܨ?׆!L~7ʏS x3f(GqOϦI2Α~EO eNmuz/,S0T\aE2iZTd˅>SeInf`͐>;ŜA|rbS@:/pBRbIKkO@lv$Jý|mRA8?St2Emfjj'b:׼Bz !Q9Ӂk"v R}w7N]3PVdep ƭ:eڪNegpE,1dw_ZnT!Ƴn*g#))Քvӑ -[lv4U1/ +NRt@pzƇڙDqNјS:~i5˿,v1Z_YI,QAID OM27(oe&[ͥy @v:lX=H\ -2/'7ڠ>yj.r#98"}"$I"2b6>„򧙠evb@#9qT~;_y+{~~:8JÊ4v T3)mGnm/%|>Rҳ`ߜU"i3isw3`(8>lI$2;uZ3.K`PAlrVq'91'׊j$˝"G2Z^w$~uJذǷJhZ+ "sqVVڍLyA 4s>j2=WFofs_o/dž3楉œr޴)y=mk* '@}3V;qKmCw Q2**qVl-'!QJGyG F^@ AV3)˿ 'Ա~Dyd#U*ҾI[QS01[î!8 ɨmi[4.6x4છ"يb(K [t iHjiFd5 dFVPAڬ bE<υ,ucb水!ݗ5V'펕Yš$oǎ?SWf 8b&rNND`jrwWWh9\K$˷ڼ͏AJ܍L葐7#i}!Pnz u"{y'ր/IMLnRp|?'3E^:ݽ"R3 I'Nr; 3CW}IirgNbJ ٰ÷~jkKm:$VRX/i*ג,|S] zz֪Ľp;G؟TH\BKxQ>ӧU;h#8=6W[ muS̨,j@'ǵSmmvA*y/F}{wp&Z pbm;ZQZטgm9DE_sʿrOpݬwm0=%OWV:E?Ì?rq62uֹ!Gl?ffnsiz4zTLoHh+Fҡ{W.əa+ ʸN[ "jJʕW=(?]_k12GOV]WMSiXIڶ!{XAq f˲'B1{Zىm]|u8t=hS_iG˟@Z{I&[8A26z& y}AQw׶ "`ZUYX'f+bɴҨ8Ml'Ym[XظYff֢uSf>ÿ3Hx;4#ZouxէC8ʮ;SZ&-/V<=Mo:Gھ H00V7ƫjn%1=I{?-ܸfnS)r^4Ҳ ҲTۇ8ܿfnll!VÓ'l]!PQy!\)wEsZhmZ6ܢ4虮Ky1AkJ6n(i|/ucA 8D>Yv і:vò"]cj˂ֳHKKc!3D ĭ^;gӭI_ ćo=/UoFP.r;$8Ň1 q ƥ;FGᝁM\\FQ)=-ũ]=h$|4ϫ'N شk󊟧9AyFyrjy-3+`roUm-u%7!mnHin4H!o͋r#py1緭KMkAZ+.#d pyB+ p'kx]Xpd2>ڎNP'P6o6?:1hcx"9 xuB(Fy7jiU`EH>:v,jn bcox:KDJ$P vHKK'lEL{xER3TU#$ǠSo0_N:q gQkAK1j)XOEv sX`okfav*]9ՏBGzX䔣f,a2ޕpv@^B<5AjvcQE7xDžu#/#VШQԴlNA]F%G\1 1hn)Ra4P\ƹ}#ë@G, G\h?WAvI_ y=7X0iV;cб؏J#@Rn(n4xwƇ*ӽh:/< 2OUWkg`n2Q%Zqr۾60Yx6݁k[BGI8%|S'])9 :;~4k[np~ R0$Q9hJ(Nio{A޻q3T--`cmMSL)64RXjW) zzRpo;)g2OzXLRfj1S< k'+JvQiA-|k%2~jqsy=ќrc+{@OL6eFrװ ÀQ^}IqەrKa Pep3;T*pyqӷYuF#;W|4+qn$3j2 ނ@cnޑt_s<\2 ݤ3¤ǟB[ Zu).gp 7a1UgivqO2R;b8et93~.oL7 ]&-B'u7 Hc['kwf",q2::Ӥ1pb9ƽښYdwpe8̮8#yl+..oSBsTR\yW']]-k k V`F g-$K`/,}j [~k9qxقq/~ 3{~r-Z+N@%B|kU{)Qu6%u8cwdu)=.EY}2RHbO(Um,9,dazD09a_9LQr!6#-xQlR2p>K讄tlLbmRyG308QyW>cw(x7Ej:+0}>gJ/@Qf䚍2Jy"e9W4e\FIBjA_ML2LxM/1@=%lЪCdt"ku*Jyvko lA ;>A35uU.[;mkKR;ft^v ء`Av(i1%t.|H$\LoއwnV*rr7^[U9,y;bzƐմL>W\q& τ_ORM1Yv?+=o@?$MTwEmf ~ -Ӹ YGX0R=:xKA'fը.,&2@7\KJ4}N(Dah> ]qp6oγIs5T8*:iH1()j+j|L m0Pv%Z6UNxV~ÿ)'֫ )xbp4w_pv?ڏ+Kx!hD9|]b=7Vu n;g0ߗjOX*-/H0d1;=u&HA%ۘP6?\w˦\ ;S-ЭeV21@O J1d--J&m -(\qҏ4~N$ZssX1܎=.pk9u=T3 sAy7k lw/e@=)~T2x|S3O!zpy +xS%y'''@H sN>p wr_/(ʯEFk٧lW Go\>(V| o.H*=]hZeZs)ߔd yekBN6-U-gl4&IYDJrҸC-8gOHVKcTAH2:TX9Q[ t{=QdG}{>%<ےߥ4f dj.Щc?*YalSkmLz'b yqjA-ı*MJKZI|8ڢ63iѫؤգ#+g'hNU@9TzPvrt 2SsMXjAgbUT ΛVixēNd iUMF)4[|]~|He>3\V?ztk9T38 NcKr9e'2t%qчZUgHs~wC<Hn`#n4*=L0qUF3 j3=dRXSRHFH0Sl+ȨxFK'5ဇ'iLػHisNvh1T:#*F 8T0 wKX -3K/Bߥan;y6kvL|>ernml?{,\aeV]tff8k۞3+5ĚT0y>YqjmV CsM3Q31X& Cc%HsPm AP֧HDDBJ¡ƿ5i᜖_) c$SZrL34VV&BTM=Ķ1:luamA'Ԯ[@! c q r #ҏMf]=v`gA/i?76/(U'cwަ[Z/^(/.mӴeԮ$2pn"8Y.W}~^Zj)o~Glag*?b6UlM%K`a|o9I8j2\3g-N=1[o p=lĕ"-@Z~ysw"Z*a@zJ WQ`\,i,GXYzWyc7TH%721ca(@IHN`֣dq:́0ލ~5Ƥ$$TnWX$$ .hq>@T>U3?JOW`ZF` j]WPPn3@V%#7<3=j{u<0fӶ*~ uՆfieƗ1,Ұe0-J.Cs1ԟ\{ otSs,#z_ʯ^ɭ-Ea 'Rz?oy2% LR4oAjmJ !姴'nӟr扵h 2?df=mvճ58)dH;T]h-MYri۫@; }AMPPEsޡhZa ER "}fLiKtnf.vEH4a dsbm-%[wTǜ+2 YAV>ŧ02AW=JFpqg0ƴ>-0:zb&uɒL(ѓj-)9 _qSMl8I]$ebaNCWN0 ҕHb<,ܐ1w+h`<2i11hSԋqqāI߻gqڱzzڎi-Zk.*'zCFH;@>iZ.}{#%<2@+wcԱ @v.m<7l܌S#. >C։j": U 9)q~]^"Gq5_kH-m=wK$nUcL5-r[I/⌮zQpd!T9{߭P|B ap7z1 )WP倞G w1ѬAg=~ s.FsVzFfOi35K KxC87GlVem,l pazAY=ixA^_\GvSdYceFy CK]*.h[XJdֻui:I ;1 MF(͔olP{Ig<$t8*lvL{+}ET&]Fan<8|BbI%v3>: n+. 4F+Y l?e X7,c oQHe*_;G^{$pIcG۽z=*`r`ّ K(>h ,LYB}qTvl_#YON%5Co5ʤxb@H.Sk̳3$[NJ22n+D^Ee&H㸈eNۥO􋯛;zdcIq.KB#;(Au#4qXӕ@(_%-_VxX>/qbVc@R'lo!Td-2F5# 6 އ8Rсhxn{ͽ͆ʡceϋ=UuE6Ķ+uZk"&_sK %x(eCbÛϘ޶;Tm.4Kh/sټ 3.UJq6BiSn3z}W/Ⱦ0I{f5ZݳTƃ%؞~(帑..YGE#޻MJpO?s2衬lԡ-oTLc9'Zh "{ tPk6B2WE~;r/$M(MLM,ftoGzp'jh67Zq:ե3e֟G`Qt(t1NP& lyy}jm34ez*@\gq6+܌1iU<.OhSxУ 3=ҾѣYnfGrcءQa Dž!ƐKU3Q]-8 &eXO) 8OLjm:K8&6++9mBcUPc*QY:-Û7 8jFs!m2\ QIQ 􃎽X[k ^ \Ɩ%Z;ptȭdVzgk.y:8xp2 Ef65L"l{ZՄpȇ؊ {|)0 _?zNE3;FDN&O!NXPi.uqtK9guk[ERelszgjС ?Q>'uKcᥝ7Ai gHڃuRmlb$r(HtaN(\PcQSN{լdU}hqe_l1hXyu;Nc%p޴ `sܑu~#DyMRśy9LBcUw#zU˫Ek+ʚulGI =O-/ZI柝HSZG:=ʹ?c^WtU@|89U}qi]M"թfɇ%^Cw˒zdc$ #.Ezfm3223B>iy|֗ô21ApIyiW3Ʌ9'J#&_ FXd >IQpJk-%`G~_i(&+HrzRzҵ=:]ZSVT vUC^n]kN]N}hr:5ȹ/~UIiQ!ʃ ÿrhcglwHךKiYr1J, ާ[GZ xEecE6a{5q LLZ61SMIA' 3h [ %qtGiFn8z1wg/EcS<p?';b)6Wa‚/ =.O rnX\L\] ؂hg;{^\)U=k/(Dދ-;A,tTיmP fW1K]a(915K5ýDlM,Mt膦ȧZA ٥㔰iH{SۿMV͗9ͫ9~⦊\ N`C {UzZVr]P"XP s>c8֊ۨ nnM [r̄ZbGK"zrlMOOUY947y!h 0#jρ$AHҼ͵5lQʕ=E Z,/J|cje8fۉ 'x><i[. sg=Hh` r3}SBg[Mj ɵ}9h|hߕLfiqnbFAk[h X2;6I}_\>CaST ^"VX[qnLFh#f1 mkmb+KBBi:ZBL'eр=N3 vd$ss65!A"n5K6 , x2ē%ݽt,` ~#f98'>)q˦b S؟JZ[`[V0e8aV@G dgI4/4Hvޘ*O7ffmԓIg0ѡYY鐘Qxf;Ws#vс3ۏ\A+rm47Y,K37( aTKE v5RT|HhQ5vw ^vOLwڛ`D3֟$YQCFIgq4輦%2{|8K)a(x vaoq' !3|rsU])"V̹h_5ѧ[̤JWYqsYXƮ <^{u˞LF\55h&Z~P rzM!(qi:M{2'P;im=!\mO`=*5u Fb~r0 릩fk׎NaҠӮN4FY?1y穭tfapl1 ?UpƗJE*z doj#]Ilxm2#bz=s h>3gHq3K[K6U oF{W\QM;xyi.uMqcVIe~ [>#_XQpѭ GIZ,Ei`aOg d$zLo 2mmꢡ\͕$E, 8&k/|A8w0鐣YWvq6Mi>N#$ Q>djToM <ѤHUn01VqT+\ sI$oJ4q)8i&itAQzT{YR_ xV3ma$Dw";mcOqH#8;c~)脓a:4Nrh@`DZt=hW/I׻R5᎕Rz%Y?@^@3ck]A.X|!o6 iVs+CTW nQ{5 }#iG=̛ z7ZkѓFAlGqTZ\#9Ȫ+c)/Y/^99r ӫ[IFXj&8`Ze$[c WGu^=!K|*aRkYⳁ!enVw"R:`6GrL%{x 9`:}O鷶 goy准zQ',#-ԁ]v;VG`rKżOzZTze$Mkn"Uq>{8i+-HOqD3Jn-DrH7P]+Pm:_n^ m1O`C'+I+"ȣ@`2@}jVèƳH!y;lsWMW𶣥v#3 4FEÀuO0Mi -=psWmmh0ri: eGaOj9yXX|4cf+ҭd'zJӳ:Uq0`es귳f?VpޜrRV@=wSH)YUc36r76Y0 Nj~c nF zk\!#ZcZ\gm$ʹnD cQ>omUYXK1GJ( /IOQq{( {{m3VRl5*Ľʶ sVVS-[(U:~C^[^ hG¨Xhm-,車%i*~5p8MMq+ Xcѣ4yKvAv:.\Ib&Ѵ:TD =*B@@Qe8cJ?1&yF֚-"0S^_eL\.u{ÒIG֗Vw4sĝw_+0WA.<3l;t~Khr/ZCy[zj60 zVmԇ^PCFicוv}+2G,6X`kiU* Z"xRDQ*@Zm3OJ3:sR^52" $$΍\;uALPJ.L6ׂ>Z+ujٜ3n җe:‹ UQ) cz<Ӹ^%$;ԩV|S+bQr0Fݒ$$-1Tik3隭/66Wb@\]D#9dR~4`??|L3%o#Rjmb尖{¦uk11:TN ,.91Ckd> J6=[P , )֧Apy$c0l3! md2z87c/ GV#y5@PcOz+]~ѝE:ƥ[\"//(Բ,bUai[,sY#O8b=mD:TFKNJ8Lj27bw5GP' !>l19rEUm#_?ϊvFz+oDtޭ{kX>fV䎸sV&YBq^\bb5˟ i 74>ơe,Y@;UF}Mkl|Qrs]u:i|Pk. '!U-M}E='%@AҤe-W6R,3gZL'\ta+ԮW>GNbžF$ y 5#4́иygw^քi[nVi]ǩ=ǀɑmҙTwQVb&4U8a]=ɯ6 t&yrBe Tm瘑# ~Qe#yKdtF6_ZB e@kyG:kK&hFV!oSip L6qUt%}xZ\E{ e)L1JAbkD~#m~["F ;sF䉧 @'%v?uiwvpj YiQO@3U ̒X2@j5zSuB 69kw%x,(^o;-?l,ϙ7;֯c`O)<;3dF3Vw[\3"foZf\ZyO0'֝0rDTrUvɂ|6gР3ˆy-feusPHެź*;O.c1~PV؇vQJlZy/;2E?M*_ O.a37FdQ ǩ*`y=MH$q)y*9nL YmTOL`c:j4; a!<5XR6?ڎa(b 0M!wc+WA&cSQP;n"A,$^yOaBwSݓ#OP; J/VvD%"p;RFBssu؎~3JyX}ky[#֔z`^԰0Z2F%~X؅)(Tޝ؊F9>cp}ךU=قė*UG =?%$&L'*3;\;*KH22j;SQ1ퟭvIۙi-XV}]xBq'e]{a=* 9 6Q2ee'{KmY9z,ҍ@ S#")A0sFP݉`uK#~֔P)Mң'H1ڪ5;y`$wRmOE]ɬ.nE%Z]t'֛N7<QsķS[#M 2Rߘ%c¯k+6瘊w Z,\E0PqXKk^ ĭkKVԟCE,P*xu}5=\/g 殸Q,ĮܝT]^]JXbKf'nWB'9y$cĊ'Ӡ =im"s!: h- j6&{]di gRmjncM3*9J9hḱ=h[_M(.Le 8[FK1008QTڮ%׬L2-9օ ׭M3/A=ƹ̓ދE0v v5:jwFR/0XصOu im;Ch]H;MPޘZ"in/4#wS Ud}뉔Ed5%cNry';׈cP@'7#qH,d3ږH]M9LyVZ7כ)S;cbڢL$qjJ p7ڝIO>虔Ěd};/1 j3T]"OmD95]=;QB7R< HLC$@"Imk> EƗ&1#X[pW۫ĩw??6*?(Eu_-{yTldUY")#9-ז;s4gRBT\ROݷ *0ؓ$XA@7R{Xm'#Ih{q\Ov({k1Y6u i#bD>6[YS%XxLFˁǭGS]cRW UilS"Nyu5^yCp3AO$\Wy}w$mxY݁8侺vp@8GQ8jP؁'#~twIlXwՋ)ʊhPZ|RD@6}kNiqs,2K2wH>Qjz$-ezӾ W7-lw 5E}EhO^[mF5A$u5`4 eծLc@cD\C@ⴒO׫z%?T}ޭLG3+yTR'UJq8*<v.L})W"[=(y';m\N,zҐ$c>bqO02P!;i#) <۾j$Ƙi[ ˜ 쭜g#SRBGZ%oVV=wb0Th1<4xR% һ2cFėc(jn:}MTGmNO-DWkQ&zo`yq ké=s$FeJeLҝ"cQ1+b &6IWSfcn4F瑾:C=EFN$ga(_ ~$Ӣ @-~U|gńç2kDIGwȄnGu:w9@$ȟSiOkR6[JHw^'k5Յ !y=k.w+W[d V V⨝"DkmE%OތOLdA{ZrЋXK=FHLKȋSB mbKrqAs4T 3 ڕ'!.tS(~z}p)7?SVnj$>;UPrb<*ڒ;-FeL&)޲>$?ndvE6QڽbAR8 !}~Ge6!ڴ0ˆEb9wǞEz[cF2]LķPR ͬHGWq6"GP|3Ɗ*Anc,.5{C_jwIrr}NiQ 9Â:PbAp { e {Rb֪L"gyP°ڒ9t'+횩ip"UldΑ9$0ԁMW2(3Nk$qHC)ڕ+18'v11-NӓcY1H~:4A0m$@#4ԧbOj{#mQI- nb9pq͌Sšo336mQ8OJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(5" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?3÷~'+Ui ]-t?R C\:*/_ hq(&8'zX\iDIN ؠ[2֑g7Hn+->P[+9c2]1ynrZnV#|\AI^i`͛Os<X u 1y ӆ+əW4 Ecb-._ gA.*{ mXDȊ@9U v1M[^I5cYOA9ۜn$9{9YSnȯhokvhM6L1Ryk)8ukouWvr!b xat俁lgP*28|Fn w;נx>8lbBv*ǀ#'pW'(E˦͏&8Q*(P0_m?~kmފ6q:w7ZdU]^#"2NpJ(hȧ#V7W7Zgj:mymmcQaz2ڙ X씌1 6~Px+Xh]IE[&$Hrrqջ+C%[htt(J4t2U$W0 ESut 1 minute less than package indicates for al dente pasta. In the mean time, melt 1/2 cup of unsalted, best-quality butter in a saute pan ove medium heat.  When butter starts to foam, add 2 cloves of minced garlic.  Heat until butter smells garlicky and is completely melted then dump in a large can of imported San Marzano whole, peeled tomatoes. Smash tomatoes up with a wooden spoon. Continue simmering until sauce is reduced by about a third, 20 minutes or so. Salt and pepper to taste. Toss with hot, cooked pasta. Pass the grated parmesan or pecorino romano cheese. (My family is Roman, so we prefer pecorino romano.) Serves 4 as a main dish or 6 as a starter.If your Valentine is anything like mine, he (she) appreciates a fine meal, sure, but would much prefer to snuggle up on the couch with a bowl of pasta and good movie. My favorite "warms-the-heart," comforting pasta dish is the one I grew up eating: spaghetti con burro e pomodori. My mom was a working mom so it was a dish she could throw together quickly. The beauty of this sauce, like so many good pasta sauces, is that in the time it takes to boil the pasta water and cook the pasta, it's done. The recipe is simple, but the key is to use the best ingredients you can get your hands on. Don't skimp on quality. Buon appetito!@JFIFHHExifII* SONYDSC-W7HH2006:02:07 17:31:04 P 2006:02:07 17:31:042006:02:07 17:31:04 0O PrintIM0300  (-4<(2DiXX`"'0220h|   0100  R980100! C     C   h" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?`{օ\3>p |G;~?d a`>yײ0:#*W-Z[u ȭܟ1Gik-&;v~ּ z,,%r I8ץONW1ҙk56 xQJI.?i6Z΃an`bl}=8^$SİG*bJ o?,EmCq^TuҼŌQIԺ=ѥJ1PQnGxLNj.8||ItSX X{c=#5

ʶSJT\ҵ%-GA|/v}?S`KHZ7F]ǒ=>DMg |n#ڹM2)Gw]8WwmߥH|k]?5v5}GM<ԕW#?|Fqiz?>rַaHAоwcVP#> 宾|9u/]MMUV5oV8ٞ&/)zGV2+~Gśx7m֩Y\I0>e,0s^w:V؏2/Z(j%ͥ*qwj5Hk/Go'I8Ҹe\'j2RJQzT(6"NH8Wۣƺ-1Q|xPhZmy1q\=ϋKiX͜|=lU*P#|/ Kߟ}u80 *+?j2t7|`|E=J푳q]3xQtȖDlrۃ\՝7e۩%`j6B:'udN2;q?J!SSm//QY7C~+Ȑv6?nJ3Ҿ|~"OAsse{o!GbO$Ev~ ^jN|'t\sy3sGu\.O9]tKmjk6nxt%׌k+JXbG ëBM WmH^oc_4k>ԾzE޹ǔqXNo Gb)N\֨K{&mwz~{4NwßH.PAd~'  Zi zy|ⳚTlx55%RQ滾x3G o. ug4rnO156HF뻃\-ֵx{9_3W:t*m>a״7=Cq igG#3jkIҚ2G)ڻ iڐDb91$+}}>}9Qw+ƱX E*E/t}v3Q_B}WOѥu̶X49VOa:0d;l#+q75In.0̧}|xB}z.sPZUYdbjenPwGҥe<3慽 ytis|ƾ6!KHƾO]\[^D{pu\WU53ʫ2<Դnާ, jWgk,KFFN=ozΟr>{ȉzv?x^xnB[KrScp؟v6k|/>j?9!ROPj]o*IIbHp1|7fC Z(KMSk[igKe%hv>{6Q&l"KSҿ5o]NeZ$t~(l3Z}'ع6lr? cURjL)8'{ٜ/ )6Ȅ I6?V~le A%RZ_ůw&u_*^׵xIIYmK%!=,d~gWܫ_ᯀZ$Pijw k?;9Ǣkh%"3V;l#8ou?Աq*OOS嵽nдZPvMFO J.w莚uyB;.kլZ$Mzױ'>7,4Qs.jבE&s2F+ҼV< s_ڭk,yU3_&$JrX+haԬ2G|Eys~:/70_-#K ZVR)@#cS;6bN/c|֧~ AO?.OJDˀ>NtEcx-)G)nfiIћaݏ> C:K>U m֏t{JmCK;.#_[>s9zsGg?8p}+g*]&zźw-'R@-յ̻ 8?z2x5i~({x%U֨QZˈ&Kcjv_̃"j6HW̚ѣgPn=* =.=(E2;bt+Ke/bI`\s\5ʑ-m0|&k}B%Gc۴+FwO:V 4t2~2x_Ck4pAN =ה|C4wZMBJJmNzW_1dE>UmWDMdM2|2w޽VZ:TU(ST3>5\|I<\ip#L6e~k[?Xf@nzGd#War}+PTӕyk{*T*Q柟B_ TkVK~bV#=~^kS)_5rzqnn]x l5zTRK9Vg6wv"A}_/jI$8'; oIѵhcrB}>'/Fp=1E:BT*[-u:KGi>0ivj[ IF+OPӞOo[8 os^_x_2yDב^4JVyn⍳2Z9ӟ VZSE0k:t}V(⍶.XyK5b3'ڶ),ihzVy #[+܏c3Ztz=C]5ѼR)#>yX}_x6I>4x9}x_-w $Pd zs_eJ3$jyKq\ǜH"չ-w=>^]й cE=8QZ㑙=iCd`_.ӓin?yD8Th@;jjTvf+F7v=kYI=XcڏS{\'d7-L r4ep=Z αX~a#CR~iݾq ToRѴƣo.Hlz[]R{;2['$WqR;|}kɎ:8TWRҴ:_猌/J]ReY]p=5r6>㟶]Ion$JA{k}]Τ}"˩+RCK?{VY;9C \F]bp#pOSq~%ʾ%Sgwz Sj(n $Ǡ57_FQ=sבE=L#gҪ&De]zz ,(S'>o;7ǖC1ehNq9Ve{zVr\hy}#^0<7+`KYr/ 8?L $8Y1_%o//ktz<kA-ƛ`s ^3쥾2[E';mzeӖ{_ F$qNz~hgmbW!%\^i^7+\idx7o7M,Eo&g%yKw#5̰͗[ZM2 ?*<7whhu^9SllJUQ%k^#VB>e'#dqׅk>g9gşlR sdP+z M4MHa]׈|Gi J^Ժy-\*a cK $3jҔ3]QO M'UHHGl95-5-Mn%`,*B@ҷ(`MM-V; 6Gjtb7,V$8?w֧J<)y=m^DTzc^IF .;֎O^P|Qh=i]6,Ц`2C2mUyHkڨ9hs[757*mvhʎ9ֲW|{/:tMltm" u w0lK9#p9 4]R[r[wM<6(*A4V|7Mm1#AG+85s 'b}i臷jjM'^ؑ5?5z_O ;/^n{?f 6BkI'ׁ^o)fCԭ;pZY$p:RwPik*=+R+æ6zVEh%,6ZbܪrwuyD[NiHTz ێդ8AV[Zvs\RX!$m>OTt=W=.4$osڼsKy 5SN,uVR$aSn2ax/W>!^Xma*"݀=WMr]XV5'8I ;\ kb19@ցibķh<F8Ӽ-K_!y]~^(01 odVW.O"1T|xkE^^O$| gzhX 3d{ ^2'9y8\&̙ͮ_ `nkLⒿq'uwzm,ўahJ.rӼi7>9N#LzZ4=VS3 e~H?ƽ@5h-xh/ӎzk7f[pF;.X/g:qzʣIchc\I5+AC%9X",㗞S?q ~# 韸5{S|]ʭu-;@Xid<"5I),I5  \vzQ[PE,1n]n]ݷ}iߧJׅhBzTW<%JRͳ,)m/Kw] |1"mdA+OƐzMW0Hd%xǮ=|!e} mnPE8x?^p6> -M8l K)-/J:զZWv1.8zD3pxA;$еA\slɌ w_T [k,ֱm:Bס}F3eA$g={W*cf[e)R=.)tJck>%Zw5Ht,15;]Mm;ϓ qeڤHr0ry{{# G+ϓp߯Nw+FΌ'*{k߆-ѥCƅh g EzM.KO=nZ(POZ+pY' OA.狈0ʎ|Kq U*z-mcC,dº/ڪ[[.rZէ]x;;E*DKb$;Q Gzֆ=f_"c搊è¢ `uVfR$U=Aq5tO,pg$CKD#i ?'W?{A/"^q[7SM{O]N:vYkh0J(< 4.پo |)FJGΔoS!ѤmV_YB*#j}kou&㙰*N: ՌZ4evN `c\9}> hnpy *ڢ\e}* sIad 0Norz>wmHD;٘O+]ne2TeJ*cnq6|Fq/cierJ^_b賑є Zn7t<ۡ-u1q^Y29E|+yI|c5w HXݫ{2w}V]=brm0Y֞ Um+kn1NJCZFwI%d*XZDOn3yUzۙ @G(%\}\& ݉>[0h!vv=kȼ_trwҹ7tvSìTMY'sյ>]>2R!XQY6奷y"P>nxǸ|7HB1<0Hѵ+/ *Tiť-%tի:7&|u_z>tJLpj'1@ aY"N7s@H;mGxtܫ_CKNӵ,$O9MWIG-ۍ4/Wk4vu(~8[6]iϚGZ쮪bLDTG+[c61HZEc7#?brե^|Sѿ<./c =x޹_Klrj%W[hZTs-7aI w|njU|)W CQtHp +D7ke7saN.0h-섛a^;X!Ҭ]AYkw CPķPc#yt`ubMdi'Oi&Z|F=@ZL(/!wܥ8=&|%?ZXQl00Ā+֎"_٩~gNV=xnKڄO+p2kO;+Roi uUoj5bfF3ϭ{2hi8d^[Pc=+\ ZvN"1r%/SX]nI,vF.0G~6Xd]1~yM#5g>S(mm^Mqnv7%(9޻xe5 [HG_qnTXcZL A:s <u Ū}^tEG+DVaqNM˯ݺ|S{8u ~d*H,qn!`F{=k /^]y/k38!!Gchh~4<>:u=_54 Rƫ1($Fnj3><]'kPVFw u\t+_jA 0^;uHGȻ%S*xZj{5f~Xr "<=?x!^GCU I?k֥Ul Cgվ,p kǤJ~Z:%EX6>3H~\G񎩤Fc:DA8QXPȰo@ϰ5Y JZ.p}jWU:kOmlBр ~uN{c* tU|G8F}'#`S;po⿩cѴ8nNB|qqp̉|3,z:üNpH+߭r^17/Tw[̟:60֦sςqnǏxi7ƲOW\lg(ibW>!Ԭ'mn.TA41ǜSx4$ipo9>liRi7Qz_g?fᩛZxDEjs2v cLqF#R~Sp lzfl}XH3EkwCLn'$`W$Q+yu1u"i4(b wrǹμS.<+=F<݁*靬?#^kƱkbϋryQzLa=k(aq2[3ucx==Lmu]wS}OCM)洳ulkx3A|Iz4Q;k! z[Wš.tʼlK}ឆ?6kWxƺ׌]co4϶A al!_BXxVy]XrΒz3E)_fvcD(Φ *F .Z5(S.27tMT2fyx{u_o. {Z[G|zEt"F>ƱE (T /4V#xx~2ZN:9&H)Qyjw&bc\QWϦ?qo,>ҸWi $jzO;稐szĝs]If"F(N> :KOg:~QRݮes%Χ)Ϙ"-|P~q`HIszsZwu{VRy7 :/=oG"}8Ώ~¤WOyBH18S$i>!|uֺJ{D%axdy@H$sYVK+êٯCo5ʵ0&i/ dE3̊G(n}oL&+ZPA!}I^[mƗ.[ˈ@> SkyV_?t \b [T u[Nqi0FC|Ox×QծJCt\|`Z <('*r>V"M_8ca5ܫ|y55OKhQ¦h3>٪v9MWG&|W$. O\b7`}Qq}+s +Mߚ^=+?gV7>7x;(aP0ޤU/+_?,5M.#2aHMNJ5ۋwg;0HJX6֥,${%VLqcmg7[w.3ǾF}+ռF+eyFa|usݙkwU>5k}B琂dWejoD!#"q}ż]K?T񟋓K٘3!G85ܟpĮc5_|H4Ict10$#zXӒ9ub{5ĭEA@oP}k-HYC!:FUqèIo4Vr$#8 3RXX+WRSNKSZBŭs Iȉ@dǞՑ4wp^`qC;+̬<{4;Dչhciwd1?uU|q(?wc[?sKP3[jSDRAGmES6 ^LV ݀#jףƚFbXP0p#_Tq ?5ƶ*/$~4nHÛ+ݸP!&y >^V֣<(]Z_t|2 i:syJUz#Z8SUdl1uU3ܜB˔u8`ݍwZ5UuɉžWG:JS|Q/$#_iFxNYF{7p}(ӣG\z|w3m#ߊVZlb3uv1s_UJUQZHUںxFHUf5&;[՘V{Q73}1^9{Ad|B6х}=,g^u\$R䞧c迆S{!"1@ǭqjkX<|Uk?z^,7 Fc9aB2W-^..Pzy//xuP\&mtc1ߎz;XU#2ŐOt5F:u]XaG¯.NaRv,c@^OGUv"U^ k{ɦ6wx;/A u%3f$`~7]UR)k#č%y?p8½>H=` )G(!kJfx6co>pohed{5=J(ܩ=Z- 0) Vo1X&֜[[MLǮ:޿rSQ\-(:tĉw7q"Wqjۗ0SŸZ]@3Hoz|-Y{jJ>'aٯ=4S)CUobqERZ#ѱZڱTW:N>Tvn(k7CB.d[C,7Vuķz[;l8hZ/r1]piu-I4|mKjR`$FzRj 323Փn͵$+rqڽD}驶2OWZV2ǛnVcP ]WVhf.belzjׄ<)ojvR1;m0UM]X[sw= jZ7(# +yžN { ?+{EtZ>k椒A*>vgC\+[ykce>0c[Y4"g @@8g?g^ˣB{hF1np vseGq0f9E+zvǸ*3ԇ%k9-Wi1D ާcÑjzeL3D,~#XҝdF[W*I >c=Ŗ_f*p8"ؗR*`Fo|ϡ|^_)Iu?l_KIeD˹<t{lx^c>Z ftmiP6^LQ|rWVki^:nNK0=yh +KlDؐDrzkϭ5])mZimg]:i,mj+3_7V*uOS§A4궯km[ۤȋr7}r{ }]K] 8lTPw5zĐIt rlւxdFOs,\t[Z^4{7Oo0];dvo[&׺yKkY\G'TQ5dω$9e[2v.ބӧ(7(-Y斟.$U\F\EM#8MFyFךe ˞?Zϸmd3Nr|kl>ok_,T#zR6oC< ėN#6Sc>머%X@ NIϥyxFr}"lujw>UWx>S ~_쫝:$;`3_|Tx7{`a6Z&{v*AܳNEQ>xi(*}AẈ꿭439Е|-BHz׫c j' y~>v4c&(ǏF=p>?:DT> E8K }z]E>Ѷ^ |Ch˺9x${ExrKL9t8fT{y-,6d|d'k_:H^e QOP>++)U'#0+7S y 4$60OB( Ӝaw1>!Yv݌S_B|ͧT%f$Č8;~}k8O JU#QދϩX,mXi-e=MԠF#E0})$c\\Nu?Ƭx+"r pCsa*O^qz_=EX1'?3tcO>SiX1ڹ+U5OJU[51g+2y"NԓYw0X >oMGL1Gt>ZZܩ rkZrz}-SsPJն/xRZMF^\sI+iirF̂k!-‚p@u }:Y{Y.`&2H V*{\߅|A/KIP _zsZiF٪ZI$o׵lOu' tcW[qsp2 UmRg1of椵5EC&y'z{9oQBJkrm'{iDwW=$^ 6;#,{WjC!'A{uۦ(pT5(EzIt1RZ{3gqw ~5xͣEx|& kk$!= o4#(bA\1{؞kīB |Vg9]ccۆ=x=/k5= {KIny˿ k[͙ ?2zo[D VXpki8_N&JW9/Y! rq4UoIP-u|׃Eupm${9^Z(D۝-o,~T3[0V=99=~JzF~;V WG9&+YC8R}__imc  )+懷͂zvZ &8Fx_%`5d}Q%7fx-^MW$[ʳ x'gZQu.r?*>/xNVdz]tA?"_]~RÉ3Q5N x:PWUdo.|QBtW@%QR?w"v9Ͻp(tXW4 WydFR`3G ϤR{j.Ix9 U.Mij0Zsgndt[Rrؑ[֬Yk.&AA<Ti8t\jۿtۗ Um+(*5.5XoLW8 03=%F$WPG])zϵUtG5|?KJw~~efNj_\`ʆЧQ[ ڃ$vԲDHux21| h9mU9zT5F\>HI˱'wzc[HLG|yw9@{e=J5@S7\S(n?{MMkA 21I q`ۨ=~hMNHq潗[EJ$'`T稯2 NngSm0l4{zhF2o9#R|OɕN192N+?u26wO]G4iRsXƕy'*ǭB;gcjzƹ Ҝ9UY[Mf/4.^UO?^}C=:is2|Ö__iͤv}~y1"{&I| Qup$q W5vouu6 ^GVq%pmt'iz-9;kjcbyPtk2,F=+?]2 #cs\߃~&{MVWOߑ {񯧣O K7)%5׿+Eiz<%ex.Xy `|xYtX6/k鿱ǦBWyc1=8|Ckkkp%LT)Cuۥxsz{ Nqv~|8͝gޱYH#yikr4g*>U݂Xgk+V֒FwC`~%^w\RbkJOF ^FLs!Vp3q*埃ͣU2 ڑ^]OֶA޲,{"){Wk$]+7F1Eő#zA~5]!8 Eqp!VRׯjYIRm#%ޤ>޵a1xsʺ)>ygNFtSMmîvЊߋS"CG*o#kK @[+ׯ.gV;u&iԆ\5j=c<%5$bOk^ev8G|q5 vBcV9!szKW w媖Mykxn#bLq\υo{ᛑ$R41'?ƽ#}h\oOׇy_O(bQE~x;Io[L9ByQ]SEq"3zS:kHe5ջڜ沧E}'cv[ 5_G+2A\t>r}jԒ ASgG-(J,dxD-Z+U ϯlV+-oܤCP^."xI,XQHܨ77ǿNʵ)]}>Ƥy7_~Mm[BV>iz-WFTdws1"!pA^DcɯSjM-0u`:sY7rʬ TXJx|;[*_/yRЌ~vs Ӯ-$Kx'֨^xnI"6T0J9c)ʓ>;o%D`ǽw5o`.sxWRY}U ; gwՔa094LY7=+B;D U_(FRCp:tG  F\N֢mcGc=s]݊.jz$u>ZdR^'TB)b۔:u?Al .~5H`~Æ sZ&$l־ Eub=дVѤd q.AF*/ӔrOּ3E5,:q\iBHwנJmDxo֓*I! x$,, jVfo+h1Wsڼj._ y}Z9&W>o^JϸgV]Z\G$akwn= MnhNP<}7tz`d漺 __>F>eyᣥ- *aN89?5,aH 0;܎dӥyeōJۇmZp|UYYLЍþ:W/F2Wam?OK:&7@H!ROaao kp s 7&]vA}7``T¦Hֺze8CXօ)Y|d"1+% V\~{W8t ǼYd)E2e1zWGGι.RR=E:5۔mhޟסyVU{wsOtiZbO'xF,eY2>Y&SGkČ*{I5 KT\)jv,*a. k<:zWk>"y#{qk )E9kڡ)FɪirO5u#hø:j]ۨ>:eql2 +-b3ZNyU ?|1y4}ю`?ZZoi':+oVRYqJ>ugǚd4Mo4Uƽ|>`D;Ab%|QHC``|SdRI_M[l^=6 $\INz'Tx/H<55]='CLb#R>˫G%(#ZdT"TJζH E9aW5^ ͆f)|ĕ=q]y-P'Z IttMú'^RE=Ӧ\yݥwrY^ֶD +_3WaZY*ѯ[9ک|lGVXB$Xxh1A^,iF<]ޖ1vf;~*yu 5|\]k"꠶L04zBڠYXVlSق*`2*+D^KEHVVcp=7W $}02$ƽH=W0n_D Ywg?{ɽki⎨f|5ZO{R4XtdZ `R.7%a嫦b/?{RIĔW fSFړ-P mc?_\ö,i ZW?_Pf#d_>6#&EI9Yye ?<ڞX]Ӷȫ1uPH$ Ď $[1OyGV%7es\ljiuxR+bϖCJi+WE<& :GiW: v0WSWz"Q 9rǽxRU6X88²MidpdE<nsFЯ=ҹ<ˊƺ1UDM{*V eda,\I_Qȼ4ۿ(\|CG_E8Kxʣ,qʘ|ME]FSgbL3gxDug?hƗùa^S}DJahF'n(jӏ.r{#%jԥ)ǙXFýLբq["=nYZ l9Q5IZI<`S89i,^ ^, p)R7|xTNSi3LW;N?UYtWpKl;FP<՛(cTHqp1=U727;T6[I MFùW\0 &q?QWI[}^ǜ1v?8*ǠS/RkxYcF ʊX'p:~Oj6zpN6[Ō*y2e%fftc'5֐9Qe";@\h8g퇤]CڋȢ$'հ>q4zK2c d1<\uVDZZG!in^xcWq{>p^ P2KB˖9U r-n;p83[ t +*8ߺzuRҥ(庴z+4g cÖwwM$!= @֊Ҳ拹K/u:N+sD.rԵd:>ƲǸ1Pʃ?7皶GaßOxuNnMhva)ԶHR>l=A*kS2V7.c +/ːH8Gxd1OvaLLY[ڲ6 y=qgpCo,:F"X_9$5\Z=ҩ Fݏ󢹟4"l؉͗f+#*dv'(BSʈWS_{>9j`;6[4,AUsټ w+#zWxLt:*\x(֤e?ô (NtQ5bEZuZ69U5qǐiH}X?Š*}5Q^֣O 25_(+3 V`'O'b7V'Z cup?sugarsugar#Y cup?oiloil0X ##@eggs beateneggs beaten%W tsp?saltsalt3V ##tsp?baking sodabaking soda(U cups@flourflour(T @bananasbananas)S cup?butterbutter'R cup?sugarsugarAQ /1tbs.@fresh lemon juicejuice, fresh lemon%P qt.@milkmilk7O ')c.?vegetable oiloil, vegetable4N ##tsp.?cumin seedscumin seeds&M tsp.?saltsalt;L -/@hot green chileschiles, hot green6K %'tbs?fresh gingerginger, fresh,J cups?UUUUUUraisinsraisins;I ++cup?chopped walnutschopped walnuts0H cups@hot waterhot water AI>)'%Zucchini Breadmix first 5 ingredients (1 - 1.5 cups sugar) then add flour and spices bake at 325 for an hour (probably more) until a knife comes out cleanAmericanPatty Hinkle@<=%%Banana BreadWhip sugar and margarine until smooth, add bananas then flour sifted with salt and baking soda. Bake 50-60 minutes at 325 degrees.American Patty Hinkle@o<+paneerSee p.82 indian cookbook Servings represent cups of cheese.IndianIndian Cookbook@J;?+BareSee p. 58 Indian cookbookIndianIndian Cookbook@ Tf5 nD3~T'm cup?sugarsugar)l cup?butterbutter%k tsp?saltsalt3j ##tsp?baking sodabaking soda(i cups@flourflourTh GG?21 oz. can cherry pie filling21 oz. can cherry pie filling(g cups@flourflour9f ))tsp?almond extractalmond extract+e tsp?vanillavanilla"d @eggseggs'c cup@sugarsugar)b cup?butterbutter8a ''tsp.?baking powderbaking powder4` ##tsp.?baking sodabaking soda&_ tsp.?saltsalt.^ tbs.?cinnamoncinnamon(] cups@flourflour,\ tbs.?vanillavanilla=[ +-cups@grated zucchinizucchini, grated =Z]DD=5Arabian Squash CasseroleSee moosewood, p.140@.C'Namkeen lassiSee p.229@HB#UMango LassiBeat the curds with the milk or water until very smooth and the surface turns bubbly. Mix in the rest of ingredients and beat again. Serve chilled with crushed ice.@OA#7'Baba GanoujSee Moosewood, p. 104MediterraneanMoosewood@ @9 ;Chocolate Chip CookiesPreheat oven to 375. mix ingredients. Bake for 9-11 minutes.American Ghiradelli Chip Wrapper@ ??+)Cherry Pie CakePreheat oven to 325 degrees F. Grease 9 x 13 inch glass baking pan. Cream butter with sugar in large bowl. Beat in eggs 1 at a time. Stir in vanilla and almond extracts. Blend in flour. Spoon half of batter into prepared dish. Top with cherry pie filling. Spoon remaining batter over the top of the filling. Bake until golden, about 1 hour, until toothpick comes out clean and it is firm to touch.Sue Sayre@ 8pC`&p28[ IIpinch?roasted and ground cumin seedsroasted and ground cumin seeds7~ ''tsp?kewra essencekewra essence0} ##?crushed icecrushed ice,| to taste?sugarsugar;{ ++cup?mangoes, pureedmangoes, pureed&z cups@milkmilk3y ##cup?thick curdsthick curds,x some?parsleyparsley%w tsp?saltsalt7v ''cup?sesame tahinisesame tahini@u /1cup?fresh lemon juicejuice, fresh lemon,t cloves@garlicgarlic0s medium?eggplanteggplant;r ++oz.@(chocolate chipschocolate chips*q c.?walnutswalnuts'p large@eggseggs,o tsp.@vanillavanilla4n #%cup?brown sugarsugar, brown im+T)_i? /1lb?peppered linguinilinguini, peppered h WWsome?sunflower seeds and/or minced walnutssunflower seeds and/or minced walnuts F 57cup?crumbled feta cheesecheese, crumbled feta 4 #%cup?firm yogurtyogurt, firm , cloves@garlicgarlic 8 %'small@bell pepperspeppers, bell& tsp.?saltsalt( cups?oniononion1 !tbs.?olive oiloil, olive@ //cups@squash or pumpkinsquash or pumpkin& tsp.?saltsalt4 ##tsp.?cumin seedscumin seeds? -/tsp.?fresh lime juicejuice, fresh lime< //@ fresh mint leavesfresh mint leavesQ ?Acups@low-fat or non-fat yogurtyogurt, low-fat or non-fat <c-AS{<< +-lb.?fresh mushroomsmushrooms, fresh1 !tbs.?olive oiloil, olive8 %'bunch?green onionsonions, green, cloves@garlicgarlic7 )+@2corn tortillastortillas, cornU CEcups@shredded cabbage or lettucelettuce, shredded cabbage orJ 9;cup?chopped fresh cilantrocilantro, chopped freshF 55cups@Salsa Cruda (p. 240)salsa cruda (p. 240)n ]]cups@crumbled queso ranchero (or a mild feta)crumbled queso ranchero (or a mild feta)J 77recipe?Every Day Black Beansevery day black beans+ cup?parsleyparsley3 #%lb?feta cheesecheese, feta& ?pepperpepper/ !#?red pepperpepper, red? ++package?cherry tomatoescherry tomatoes hnh-L#!Corn CrepesSee p. 203@ KKeLasagnaCook lasagna like you normally would, silly.@J%oChana MasalaHeat oil in a frying pan. Add chopped onions and fry until golden brown. Add all spices (except mango powder), crushed garlic and grated ginger to it. Fry for about two to three minutes. Add garbanza beans, salt and mango powder. Add about .5 cups of water and cook on low heat for about 15 minutes. This will give some time for garbanza beans to absorb all the spices.@AI%GBulgur Pilafsee Vegetarian Epicure, p.131@$GH/IBuckewheat CrepesSee p. 136, Vegetarian Epicure@ ]G+G1Bowl of NoodlesSee p. 255 vegetarian epicureItalianVegetarian Epicure@_F-I1Black Bean Tacossee p. 238 vegetarian epicure.MexicanVegetarian Epicure@-E7Bell Pepper Feta Toss@ `BgDc%`%. tsp?saltsalt-*- tbs.@butterbutter,1, !tbs.@olive oiloil, olive+9+ ')lbs.@yellow onionsonions, yellow*;* +-c.@buckwheat flourflour, buckwheat)&) tsp.?saltsalt((( tbs.@sugarsugar'9' ')tbs.@vegetable oiloil, vegetable&&& c.?UUUUUUwaterwater%%% cup?beerbeer$ $ @eggegg#5# %'c.?UUUUUUlow-fat milkmilk, low-fat"V" EElbs.?tomatoes, peeled and choppedtomatoes, peeled and chopped!G! 77lb.?fettucine or linguinefettucine or linguine ; +-c.@vegetable brothbroth, vegetableE 55lb.?fresh spinach leavesfresh spinach leaves5 !#splash?white winewine, white G l?R&:> )+tsp?cayenne pepperpepper, cayenne=-= tsp?turmericturmeric<0< !inch piece?gingerginger;); large?oniononion:9: ))can?garbanza beansgarbanza beans919 !cups?pine nutsnuts, pine8:8 ))cups?golden raisinsgolden raisins7=7 +-cups@vegetable brothbroth, vegetable6*6 cups@bulgurbulgur515 !tbs.@olive oiloil, olive4,4 cloves@garlicgarlic373 %%small@fennel bulbsfennel bulbs2;2 ')medium@yellow onionsonions, yellow1F1 57oz.@ sharp cheddar cheesecheese, sharp cheddar0.0 tbs.@calvadoscalvados/] ~Q'[LO ;=lb.?fresh white goat cheesecheese, fresh white goatN&N tsp.?saltsaltM(M cups?waterwaterL&L cups?milkmilkK'K large@eggseggsJ*J ?zucchinizucchiniI+I cup?spinachspinachH.H lb?mushroomsmushroomsG@G /1cup?mozzarella cheesecheese, mozzarellaF:F )+cup?cottage cheesecheese, cottageE:E )+cup?ricotta cheesecheese, ricottaD5D %%oz.@@tomato saucetomato sauceC K[1ak/vK(^ @carrotscarrots]$] @leeksleeks\U\ GI@(dried chinese black mushroomsmushrooms, dried chinese black[7[ %'tbs.?fresh gingerginger, freshZ9Z ')tbs.?minced garlicgarlic, mincedYQY ?Atbs.?safflower oil or corn oiloil, safflower oil or cornX3X !#tsp.@sesame oiloil, sesameWiW YYlb.?thin chinese egg noodles or angel hairthin chinese egg noodles or angel hairV7V %'tbs.@green chileschiles, greenU0U !cup?pine nutsnuts, pineT*T tbs.@butterbutterS3S ##cup?masa harinamasa harinaR'R cup?flourflourQ9Q ))cup?golden raisinsgolden raisinsPfP UUcups?diced cooked nopalitos (or zucchini)diced cooked nopalitos (or zucchini)O Q{FtAOQ5o #%cups?frozen peaspeas, frozenn)n lb.?shrimpshrimpm(m tbs.?sugarsugarl2l !!tbs.@fish saucefish saucek7k %'cups?coconut milkmilk, coconutj/j !#@red onionsonions, redi7i %'tsp.?black pepperpepper, blackh&h tsp.?saltsaltg0g tsp.?coriandercorianderf'f tsp?cumincumine0e !inch piece?gingergingerd6d ##stalks@lemon grasslemon grasscBc /1dried@red chile pepperspeppers, red chilebQb ?Atbs.?safflower oil or corn oiloil, safflower oil or corna2a !!tbs.@cornstarchcornstarch`0` tbs.@soy saucesoy sauce_O_ ??cup?chinese rice wine or sakechinese rice wine or sake^ MPM`Q9aIndian Potato PancakesPeel potatoes, cut into cubes and boil in water until tender. Mash (may want to add a little water to make mashing them easier). Saute onions and garlic. Add to mashed potatoes. Add bread crumbs, curry powder and salt. Cool enough to handle. Form 10 to 12 four inch diameter patties and brown them in a non-stick pan sprayed with non-stick spray. You can also add cooked carrots, peas, and any other soft cooked vegetables to the potatoe mixture before browning them. Serve as is or with some Indian condiments like mango chutney or coriander chutney.Indian@IP5GEveryday Black Beanssee p. 239 vegetarian epicure@POAICurried Vegetarian Noodlessee p.34 asian noodle cookbook@YNYCCurried Coconut Shrimp on Rice NoodlesSee p. 96 asian noodle book@QMKACrisp-Cooked Vegetarian NoodlesSee p.98 asian noodle book@ RuH]#r8R, cloves@ garlicgarlic: ')large@yellow onionsonions, yellow~5~ ##pinch?baking sodabaking soda}?} //lb.?dried black beansdried black beans|7| %'tsp.?black pepperpepper, black{&{ tsp.?saltsaltz(z tsp.?sugarsugary0y tbs.@soy saucesoy saucex'x cup?brothbrothw7w %'cups@Napa cabbagecabbage, napav?v -/cups@red bell pepperspeppers, red bellu3u !#cups@red onionsonions, redt6t %%tbs.?curry powdercurry powders7s %'tbs.?fresh gingerginger, freshr*r tbs.?garlicgarlicqQq ?Atbs.?safflower oil or corn oiloil, safflower oil or cornp4p #%cup?fresh basilbasil, fresho ZUUvGZ, some?oreganooregano( some?basilbasil) Tbs@caperscapers2 !#cup?white winewine, white/ cup?UUUUUUmargarinemargarine, cloves@garlicgarlic< ++some?non-stick spraynon-stick spray% tsp?saltsalt5 %%tsp@curry powdercurry powder= )+slices@crumbled breadbread, crumbled, cloves@garlicgarlic) large?oniononion/ large@potatoespotatoes9 ')tbs.?sweet paprikapaprika, sweet4 ##tbs.@cumin seedscumin seedsB /1large?green bell pepperpepper, green bell1 !tbs.?olive oiloil, olive/ bunch?cilantrocilantro 7}A S tId7*# tbs.@butterbutter:" )+cup?fresh cilantrocilantro, fresh6! %%tsp.?garam masalagaram masala6 %%cups@paneer cubespaneer cubes3 !#cups@green peaspeas, green( cups@waterwater& tsp.?saltsalt/ large@tomatoestomatoes7 %'tbs.?fresh gingerginger, freshG 9;@fresh hot green chileschiles, fresh hot green< ++tsp.?ground turmericground turmeric? -/tbs.@ground coriandercoriander, ground3 %'@yellow oniononion, yellow4 ##tsp.@cumin seedscumin seeds9 ')tbs.@vegetable oiloil, vegetableF 13package?lemon pepper pastapasta, lemon pepper7 %'some?black pepperpepper, black *8*CY'GSanta Fe WrapPlace first 5 ingr. in food processor/blender, process. Add feta, beans, cilantro, sauce. Pulse 4 or 5 until combined. Make wraps, roll up, cut diagonally.@9X7#Portobello SandwichesMix mayo, basil and pepper and spread on bread. Saute or broil mushrooms (and onion if desired). Toast bread & put together sandwich.@?WIPenne w/Goat Cheese&Ruby ChardSee p. 54@0V#Pad ThaiHeat oil in wok, fry garlic. Break egg into pan and scramble withgarlic. Add noodles and stir well. One by one, add the other ingredients.Thai@JU7GOrtega Chile PotatoesSee p.300 vegetarian epicure.@ DT)5Mushroom CurrySee Moosewood, p.174Moosewood@NS%C+Matar PaneerSee p. 130, Indian cookbookIndian Cookbook@tR1Lemon Pepper PastaSaute garlic, add margarine, white wine, capers herbs cook pasta combine.@ ;{JqH~%;Q5 AAlbs@ small red-skinned potatoessmall red-skinned potatoes04 to taste?cayennecayenne53 #%tbs.@lemon juicejuice, lemon(2 tbs.?honeyhoneyV1 EGcup?shredded unsweetened coconutcoconut, shredded unsweetened60 ##medium@tart applestart apples0/ medium@tomatoestomatoes/. lb.?mushroomsmushrooms)- cup?celerycelery&, tsp.?saltsalt*+ tsp.?clovescloves8* ''tsp.?mustard seedsmustard seeds=) +-tsp.?powdered gingerginger, powdered.( tsp.?turmericturmeric.' tsp.?cinnamoncinnamon(& tsp.?cumincumin,% cloves@garlicgarlic($ cups@oniononion .u*kN f.5G ')@spring onionsonions, spring3F ##oz.?beansproutsbeansproutsIE 99tbs?preserved white radishpreserved white radish5D %%tsp?chili powderchili powder+C tbs@peanutspeanuts6B %'tbs@dried shrimpshrimp, dried'A tsp?sugarsugar1@ !!tbs?fish saucefish sauce4? #%tbs@lemon juicejuice, lemonL> ;=oz.@flat rice flour noodlesnoodles, flat rice flour = ?eggegg,< cloves@garlicgarlic#; tbs@oiloilD: 35oz.@Montery Jack Cheesecheese, montery jackH9 79cup?chopped Ortega Chileschiles, chopped ortega+8 clove?garlicgarlic&7 @onionsonions16 !tbs.@olive oiloil, olive 5e1q>Qw5?X +-slices@sourdough breadbread, sourdough6W %'tsp?black pepperpepper, black4V #%tbs@fresh basilbasil, fresh1U !!cup?mayonnaisemayonnaise3T !slices@red oniononion, redGS 57cups@portobello mushroomsmushrooms, portobello0R !tsp?olive oiloil, olive2Q !#cup?white winewine, white8P ')lb.?penne noodlesnoodles, penne0O !cup?pine nutsnuts, pineNN =?oz.@creamy white goat cheesecheese, creamy white goat?M -/tbs.@balsamic vinegarvinegar, balsamic*L tsp.?butterbutter1K !tbs.@olive oiloil, olive:J ')large@yellow onionsonions, yellow"I ?limelime6H !to garnish?coriandercoriander 6yH p9Xf6-i lb.?potatoespotatoes.h medium@carrotscarrots0g !tbs@red oniononion, redEf 57c.?monterey jack cheesecheese, monterey jackCe 13cups@curly leaf lettucelettuce, curly leaf9d +-@flour tortillastortillas, flour/c tsp?hot saucehot sauce:b )+tbs?fresh cilantrocilantro, fresh3a ##cup?black beansblack beans4` #%cup?feta cheesecheese, feta+_ clove?garlicgarlic2^ !#tbs?lime juicejuice, lime6] %'tbs@cream cheesecheese, cream9\ )+c.?ricotta cheesecheese, ricotta.[ c.?chickpeaschickpeas=Z -/oz@provolone cheesecheese, provoloneDY 35cup?Qroasted red pepperspeppers, roasted red 6vj^RC6'}o^QC6)}ocUH:, ~Entree }Entree |Entree {Salad z Entree y Soup x Entree w Salad vSauce udrink tSalad sEntree rbread qentree psalad osalad nentree msalad lsoup kentree jbread isauce hentree gsaucefappetizer eentree dentree csalad bentree asoup `entree _entree ^entree ]entree \sandwich [saladZappetizer Ydessert Xdessert Wsnack Vdessert Usoup Tsoup Ssoup Rsnack Qsauce Psauce Osalad Nentree Mentree Lentree Kentree Jentree Isandwich dlAe!\%d.{ !!@egg whitesegg whites)z cup?butterbutter&y tsp.?saltsalt8x ''tsp.@baking powderbaking powder4w ##cups@masa harinamasa harina&v cups?milkmilk6u %%cups@corn kernelscorn kernels-t cup?cilantrocilantro0s medium@zucchinizucchiniAr /1cups@Chile Ancho Salsasalsa, chile ancho0q !!lb?tomatillostomatillos>p #%'small bunch?green onionsonions, green=o +-lbs.?Tahitian squashsquash, tahitian%n tsp?saltsalt(m cups@waterwater=l +-cups@vegetable brothbroth, vegetable$k @leeksleeks*j medium?oniononion D]2 @N!mD& lb?pastapasta . cups@couscouscouscous @ //cups?dried cranberriesdried cranberries = +-cups@vegetable brothbroth, vegetable * tsp.@butterbutter1 !tsp.@olive oiloil, olive) large?oniononionL ;=cup?swiss or cheddar cheesecheese, swiss or cheddar@ /1tbs@fresh lemon juicejuice, fresh lemon@ //cups?almonds or pecansalmonds or pecans& cups?ricerice, cloves@garlicgarlic, lb?mushroommushroom% tsp?saltsalt( cups?oniononion0~ !tbs?olive oiloil, olive0} medium@zucchinizucchini:| )+oz.@cheddar cheesecheese, cheddar LB:VLJbM1Curried Squash and Mushroom SoupSee Moosewood p.15@9a1)Sweet Potato FriesCut potatoes. Bath in oil and spices. If cut pretty thin, cook at 375. If cut thicker, cook them at 400. Cook until done, about 30 minutes.@@`#GSalsa CrudaSee p. 240 Vegetarian Epicure@C_%KMole PoblanoSee p. 204-5 vegetarian epicure@X^WCSalad with Wheat Pilaf and Red Grapesp. 284, Vegetarian Epicure.@]C-Mac and Cheese (SueSayre's)Melt butter and whisk in flour -- watch carefully -- until it turns a nice light brown. Then whisk in milk and stir. Bring just to a boil and then turn off and add cheese (grated) a bit at a time, stirring.@I\1Kcranberry couscousSee p.155-6, vegetarian epicure@ .['ZuccanoesSee Moosewood@>Z!ETamale PieSee p.126 vegetarian epicure@ aX/~E3aK 9;cups@wheat and lentil pilafpilaf, wheat and lentil? -/tbs.?balsamic vinegarvinegar, balsamic? -/tbs.@virgin olive oiloil, virgin olive qqcup?radish sprouts (or 1/3 cup thinly sliced radishes)radish sprouts (or 1/3 cup thinly sliced radishes)  yycup?sunflower seed sprouts (or any mild-flavoured sprouts)sunflower seed sprouts (or any mild-flavoured sprouts)6 #%small@red pepperspeppers, red/ large?cucumbercucumberO ??qt.@mixed tender salad greensmixed tender salad greens* dash?nutmegnutmeg& dash?saltsalt& cups@milkmilk& c.?flourflour( c.?butterbutter( lb?cheesecheese 3y0U&Os3=, +-tsp.?ground cinnamoncinnamon, ground+9+ ')tsp.?ground clovescloves, ground*+* cup?raisinsraisins)/) !c.?pine nutsnuts, pine(=( -/c.?blanched almondsalmonds, blanched'6' %%tbs.@sesame seedssesame seeds&4& ##tsp.?anise seedsanise seeds%<% ++tsp.?coriander seedscoriander seeds$%$ tsp?saltsalt#,# cloves@garlicgarlic"+" large@onionsonions!:! ++c.@peeled tomatoespeeled tomatoes & c.@waterwaterD 35oz.@dried mulato chileschiles, dried mulatoF 57oz.@dried pasilla chileschiles, dried pasillaE 35cups@seedless red grapesgrapes, seedless red< +-cup?UUUUUUtoasted almondsalmonds, toasted HbX`sH(; cups@waterwater:S: ?Amedium@acorn or butternut squashsquash, acorn or butternut9G9 77cup?ketchup or mayonnaiseketchup or mayonnaise8J8 79bunch?assorted other spicesspices, assorted other7+7 clove?garlicgarlic6&6 tsp.@saltsalt5$5 tbs.@oiloil464 ))@sweet potatoessweet potatoes3>3 -/cup?chopped cilantrocilantro, chopped292 +-@jalapeno chileschiles, jalapeno191 %'medium?yellow oniononion, yellow0D0 11medium@vine-ripe tomatoesvine-ripe tomatoes/H/ 79oz.?unsweetened chocolatechocolate, unsweetened.]. MOc.?white grape juice or apple juicejuice, white grape juice or apple-;- +-c.@vegetable brothbroth, vegetable, Ua2 oC p?U3N !#tsp.@dried dilldill, driedM&M tsp.?saltsaltL0L lbs.?mushroomsmushroomsK(K cups@oniononionJ*J tbs.@butterbutterI.I optional?yogurtyogurtH9H #%optional?lemon juicejuice, lemonG,G dash?cayennecayenneF.F lb?mushroomsmushroomsE4E #%tsp?dry mustardmustard, dryD)D tsp?gingergingerC-C tsp?cinnamoncinnamonB/B tsp?coriandercorianderA6A %'tsp?ground cumincumin, ground@%@ tsp?saltsalt?,? cloves@garlicgarlic>'> cup?oniononion=9= ')tbs.?butter or oiloil, butter or<6< %'cup?orange juicejuice, orange; =b7['p-}==` +-cups@vegetable brothbroth, vegetable_6_ %'cup?dry red winewine, dry red^9^ ))oz.@fresh shiitakefresh shiitake]8] ''lbs.@ripe tomatoesripe tomatoes\@\ /1tsp?dried whole thymethyme, dried whole[*[ ?bay leafbay leafZ,Z cloves@garlicgarlicY+Y large@onionsonionsX*X tbs.@butterbutterW1W !tbs.?olive oiloil, oliveV8V ')oz.@dried porciniporcini, driedU@U #')for garnish?fresh parsleyparsley, freshT3T !#cups?sour creamcream, sourS%S cup?milkmilkR(R cups@waterwaterQ(Q tbs.@flourflourPAP /1tsp.@fresh lemon juicejuice, fresh lemonO,O tbs.?paprikapaprikaN |C<!|!g'Congo SquaresMelt butter and brown sugar. Cool to lookwarm. Add eggs, dry ingredients and chocolate chips. Bake at 350 20-30 minutes.@fyNut DopeHeat oven to 250 degrees F. Melt butter and stir in seasonings. Mix cereals, pretzels and nuts. Add seasoned butter and mix gently. Heat in oven, slightly above center, for one hour, stirring gently every 15 minutes. Stir gently while cooling.@eOShortcakeSift flour, sugar, baking powder, and salt together. Cut the butter in fine. Stir in enough milk to make a soft dough. Knead lightly, and put into a greased 8" round cake pan. Bake at 425 degrees F. for 20 to 22 minutes.@ZdWGWild mushroom and charred tomato soupSee p. 135 Vegetarian Epicure@$]c;5-Hungarian Mushroom SoupSee p. 18 Moosewood.Eastern EuropeanMoosewood@ =GN i.h=(s c.?UUUUUUbutterbutterr&r tsp.?saltsaltq:q ))tsp.@backing powderbacking powderp&p c.@flourflouro4o ##tsp.@garlic saltgarlic saltn8n ''tsp.@seasoned saltseasoned saltm:m ))tbs.@Worcestershireworcestershirel(l lb?butterbutterk9k !!#13 oz. can@mixed nutsnuts, mixedj>j )+package?stick pretzelspretzels, sticki5i !largebox?rice chexchex, ricehCh 57?large box wheat chexchex, large box wheatg%g cup?UUUUUUmilkmilkf(f c.?butterbuttere%e tsp?saltsaltd7d ''tbs?baking powderbaking powderc'c tbs@sugarsugarb(b cups@flourfloura'a cup?creamcream` HM e&j8 |H1 #%?bell pepperpepper, bell* ?cucumbercucumber& ?tomatotomato5 %%bag?salad greenssalad greens+ oz.@Spinachspinach/ oz.@Mushroomsmushrooms' oz.@salsasalsa) lb.?cheesecheese~,~ @tortillastortillas}4} ##tsp.?baking sodabaking soda|<| ++tsp.@cream of tartarcream of tartar{({ cups@flourflourz"z @eggseggsy'y cup?sugarsugarx)x cup?butterbutterw?w ++package?chocolate chipschocolate chipsvIv 99cup?broken nuts (optional)broken nuts (optional)u"u @eggseggst?t /1c.@light brown sugarsugar, light browns 4w4Jm+7)Potato Pancakesp.410, Joy of CookingJoy of Cooking@Il91Spinach-rice CasseroleMoosewood, p. 135.Moosewood@Mk)[Grilled CheeseMake grilled cheese with tomato slices.@Wj+mPlain Old SaladMake a salad. Better yet, make Katharine do it.@i!gQuesadillaSautee mushrooms. Add spinach, mushrooms and grated cheese to the center of a tortilla. Fold tortilla in the middle. Cook the quesadilla a few minutes on both sides, until lightly browned. Serve with salsa and (if desired) sour cream.MexicanTom@fh'{SnickerdoodleHeat oven to 400 degrees. Mix butter sugar and eggs thoroughly. Blend dry ingredients and stir them in. Roll into balls the size of small wallnuts. Roll them in a mixture of 2 tbs. sugar and 2 tsp. cinammon. Place 2 inches apart on an ungreased baking sheet and bake 8-10 minutes. They'll puff up and flatten.Caroline@ =w: V's5p=0 to taste?paprikapaprika8 ))c.?grated cheddargrated cheddar$ c.?milkmilk" @eggseggs; ++cup?sunflower seedssunflower seeds; %'to taste?black pepperpepper, black, tsp.?cayennecayenne* tsp.?nutmegnutmeg, cloves@garlicgarlic& tsp.?saltsalt, lbs.@spinachspinach( cups@oniononion* tbs.?butterbutter3 !#cups@brown ricerice, brown& ?tomatotomato* tsp.@butterbutter: )+lb.?UUUUUUcheddar cheesecheese, cheddar* slices@breadbread) cup?olivesolives- box?croutonscroutons RR)s< r<R?, -/tsp.?ground coriandercoriander, ground:+ ))inch@cinnamon stickcinnamon stick;* +-c.@long-grain ricerice, long-grain*) tsp.?butterbutter3( !#tbs.?sesame oiloil, sesame@' //inch?fresh ginger rootfresh ginger root+& clove?garlicgarlic$% ?oniononion/$ !#?red pepperpepper, red4# #%lb.?feta cheesecheese, feta9" ))cup?grape tomatoesgrape tomatoes ++tsp.?chopped galangachopped galangaD= 33tbs.?chopped lemon grasschopped lemon grass CPY};C>[ 11@kaffir lime leaveskaffir lime leaves2Z !!tbs.@fish saucefish sauceEY 35tsp.@palm or brown sugarsugar, palm or brown7X %'cups@coconut milkmilk, coconut?W //cup?green curry pastegreen curry paste1V #%?large oniononion, large?U 13@green bell pepperspeppers, green bell$T tsp.@oiloiln 11@kaffir lime leaveskaffir lime leaves/m !#@star aniseanise, star6l ##stalks@lemon grasslemon grassck QScups@shredded sui choy or nappa cabbagecabbage, shredded sui choy or nappa ed3b4 g:eD 35oz.?smoked Gouda cheesecheese, smoked gouda L ;=oz.?fresh white goat cheesecheese, fresh white goat < +-cup?yellow cornmealcornmeal, yellow* tsp.?butterbutter; +-c.@vegetable brothbroth, vegetable1 !tbs.@olive oiloil, olive0 !cup?red oniononion, red% cup?leekleek+ clove?garlicgarlic3 !#tsp.@sesame oiloil, sesame( tsp.@sugarsugarm []tbs.@Chinese red vinegar or balsamic vinegarvinegar, chinese red vinegar or balsamic. c.?soy saucesoy sauce_~ KKpackage?round won ton or gyoza wrappersround won ton or gyoza wrappers7} %'tsp.?fresh gingerginger, fresh -n-JX-( tbs.@sugarsugar6 !envelopes@dry yeastyeast, dryA /1cups@all-purpose flourflour, all-purpose@ /1cup?whole wheat flourflour, whole wheatj YYlbs.?fresh red tomatoes, scalded and peeledfresh red tomatoes, scalded and peeled& tsp.@saltsalt1 !tbs.@ olive oiloil, olive3 %'@large onionsonions, large/ cup?hot waterhot water@ 11c.?sun-dried tomatoessun-dried tomatoes& tsp.?saltsalt( tbs.@sugarsugarI ;=@large dried red chilieschilies, large dried red> --tbs.@chopped shallotschopped shallots* tbs.@garlicgarlic # cup?oiloil < +-oz.?parmesan cheesecheese, parmesan q^m*qQG1naanSee p.213 vegetarian epicure.IndianVegetarian Epicure@$ba)1Tamales with Zucchini and Cilantro fillingp. 84-86 VegEpVegetarian Epicure@ @%!1Lentil Saladp.17 VegEpVegetarian Epicure@ T~;31Salad of Peppery Greensp. 320 Veg Epicure.Vegetarian Epicure@ P}M1Roasted Yams with Green Tomatoesp.155.Vegetarian Epicure@i|1Salad of Bitter Greens with Gorgonzola Cheese and Walnutsp. 249Vegetarian Epicure@ 5{;Oyster Mushroom Chowderp. 250@Jz7GGreek Pasta CasseroleInsert any instructions here.@0SyG1Tomato and Onion Batter Breadp.270ItalianVegetarian Epicure@ Hx3-Roasted Chili Pastesee p. 12ThaiNew Thai Cuisine?Tw-A1Torta di PolentaVegetarian Epicure, p.191.Vegetarian Epicure@ nr/D Jn*+ tbs.?butterbutter*1* !tbs.?olive oiloil, olive)A) 35@large yellow onionsonions, large yellow(4( #%lb.?feta cheesecheese, feta'J' 9;cup?UUUUUUsliced Kalamata olivesolives, sliced kalamata&5& #%lbs.@shell pastapasta, shell%9% ')tbs.?fresh oreganooregano, fresh$6$ %'cup?UUUUUUdry red winewine, dry red#A# 11cup?sun-dried tomatoessun-dried tomatoes"1" !tbs.@olive oiloil, olive!,! cloves@garlicgarlic A 35@large yellow onionsonions, large yellow@ //lbs.@ripe red tomatoesripe red tomatoesY KM@large green or red bell pepperspeppers, large green or red bell/ large?eggplanteggplant @v8 x3Z#z@7< %'head?curly endiveendive, curly;0; head?radicchioradicchio:+: oz.@(arugulaarugula9E9 !-/to garnish?chopped cilantrocilantro, chopped848 #%cup?heavy creamcream, heavy7&7 cups@milkmilk6>6 -/cup?sweet red pepperpepper, sweet red5,5 tbs.@marsalamarsala4=4 +-cups@vegetable brothbroth, vegetable3B3 11tsp.?dried thyme leavesdried thyme leaves2*2 ?bay leafbay leaf1+1 stalk?celerycelery070 ''cup?chopped leekschopped leeks/(/ cups@waterwater.;. ++lb.?russet potatoesrusset potatoes-:- )+cup?dry white winewine, dry white,J, 9;lb.?fresh oyster mushroomsmushrooms, fresh oyster+ ;Lb9f2z;-> !?red oniononion, red=>= 11@(fresh basil leavesfresh basil leaves< @i7j< ]@@\ //tsp.?red-pepper flakesred-pepper flakes[?[ /1c.?flat-leaf parsleyparsley, flat-leafZMZ =?c.?thin-sliced green onionsonions, thin-sliced greenYEY 35tbs.@fruity wine vinegarvinegar, fruity wineX1X !tbs.@olive oiloil, oliveW-W bunch?spinachspinachVIV 99oz.@(white-skinned potatoeswhite-skinned potatoesU,U cloves@garlicgarlicT+T lb.?lentilslentilsS?S 13@4cured black olivesolives, cured blackR?R -/tbs.@balsamic vinegarvinegar, balsamicQFQ 77c.?coarse-ground walnutscoarse-ground walnutsP/P !c.?UUUUUUolive oiloil, oliveOLO ;=oz.@$fresh white goat cheesecheese, fresh white goatNEN 11handful?fresh basil leavesfresh basil leavesM@ "(.4:@FLRX^djpv|#4DUh{ ,>N`q%7E!R#a%n<|> HJ0MANRPbnpt}&6HZk{!/:L^oÆĆƆ$dž6ȆIɆ[ʆjˆyԇ Շև,؇9ڇI݇Zއl߇~M2 "(.4:@FLRX^djpv|ztnhb\VPJD>82 wo_P@1#ݑ ܐzېlؐ\?Qbt   );M^n/?$O/_0n1}3 45*8`GZm.>O^o#5GXi{ ,Ž;ÎNĎ`ƎsǏɏʏ,̏<ΏKϏ[Џjя|Ґ ӐՐ+֐<אM KlChIK;l +-c.?vegetable brothbroth, vegetablek$k c.?milkmilkj8j ''tsp.@baking powderbaking powderi&i tsp.?saltsalth2h ##c.@ masa harinamasa harinag=g --oz.@butter, softenedbutter, softenedfVf GGc.?UUUUUUchopped fresh cilantro leaveschopped fresh cilantro leavese5e #%tbs.?lemon juicejuice, lemondKd ;=c.?diced mild green chileschiles, diced mild greenc1c !tbs.?olive oiloil, oliveb3b %'@ green onionsonions, greena,a cloves@garlicgarlic`?` 13?large yellow oniononion, large yellow_&_ tsp.?saltsalt^H^ 79lb.?tender young zucchinizucchini, tender young]F] 99@Dlarge dried corn huskslarge dried corn husks\ >q3]"X> z {}cup?canned diced tomatoes with green chiles or tomato salsasalsa, canned diced tomatoes with green chiles or tomatoyLy A3ounce@>canned white beans, rinsedwhite beans, cannedx8x ++?pepper, choppedpepper, choppedw;w ))small?onion, choppedonion, choppedvIv 33teaspoons@canola oil, dividedcanola oil, dividedu=u ++pound?chicken tenderschicken tenderst8t ##teaspoon?kosher saltkosher saltsMs 79teaspoon?freshly ground pepperpepper, freshly groundrDr -/teaspoons@ground coriandercoriander, groundq //c.@cabbage, shreddedcabbage, shredded& tsp.?saltsalt/ #tbs.@ginger rootginger~1~ 'tbs.@minced garlicgarlic}9} ')tbs.@vegetable oiloil, vegetable|9| 7cups@onions; thinly slicedonions{n{ ]_cup?shredded Monterey Jack or Cheddar cheesecheese, shredded monterey jack or cheddarz 2 to 4 minutes per side. Transfer to a plate and cover to keep warm. 3. Reduce heat to medium and add the remaining 1 teaspoon oil to the pan. Add onion and jalapeno and cook until beginning to soften, 1 to 2 minutes. Add beans, tomatoes (or salsa) and any accumulated juices from the chicken; cook, stirring often, until heated through, about 3 minutes. Transfer the bean mixture to a medium bowl and mash with a potato masher until creamy but still slightly chunky. Stir in cheese. Serve with the chicken.Kids love this combination of refried white beans and chicken tenders. If you're concerned about making it too spicy, omit the jalapeno. Serve with extra cheese to sprinkle on top.Eating Well February/March 200644@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222uu" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?.@"\Q<  v2h0[늮,ʣՊ}:2kb".=WmVgUj ?zJ%*+b vܧݟ%T樣Դ MB&IcA+RU2eO!Xצade2P/ROsk1PH#Һ6mZP[mIr9,s=1l6N\O_fB/DڽAaB1:u8t'X;NzWJiF $J΢/cV ;$rsr?f| Ƴxŵ- t䑩֠xo#f,.m =9js-d,YdYT҃Z%ͫ>)ԫ#5 ^]g/n^e[xY2Oz0+о"!ܾnDpbLұ,3rqZnn}GU(rUXotw+ql \ vO%+Y_}ECwVjcpUTr3RT~I_9z0OZķ)j!BaF`IG KdqڲaK;/͖=C9^~-GkFu6'- ÇxQbOO ~|UۄbYu#{'D2=b=@fUٿלprxms{Giݒyf@uoDׁo4-^F%qqU<(tpF;XgtTfHPH{;\okSm1a|V PIEٝŤAު8NA7 vA9@wZ_Me &m#Ɯϧæ'J6N29=TWhm`Ì2x.qV%2]R۶M/{Twaаz+&mCϴHلd=dHbTr{Q'|ZVhOOז%ɟ1}{}JmEUl r=9y~ʹ-<#HLHLӕEhO]EK(|HWbͩ<,6viQ\geM9H{ן³Űsye@VtwAffnJCMg3\*P~ 4*$B<_MIq d #۵\٩̨S.4˛-HnOXib^&+[kjm b<9ך“JYfl]ͯ09'51]0⭊RV换|8'[?TN1\ʽEÅxe< ?Zڦ3ʞ)q6˒=_' 9/Z(/k[|? +6ٛ}ymcׂl5i䒂6=Ez41oms\֡~!z\2v'${t{kIhWq 3Qּaz:>.Jr;mGVW tKk 8=(ӝe"V3yF)ҟ#]Ov,CQ,pq{qN~ Xi%bF=sƺkchӕSƇ-"Zfk l 䃁G/,ê-J+ I^/BeU_<REYp9W  yvng{e]2P$ 3ZZJP e<׎p)o|_c-H&@0 zБ^DJMZJNkfXu[kw]4P!9u<ҕ\1EAW  [cuK@fGolden Chicken with Spicy Refried Beans1. Combine cumin, coriander, pepper and salt in a medium bowl. Add chicken and toss to coat. 2. Heat 2 teaspoons oil in a large nonstick skillet over medium-high heat. Add the chicken and saute until golden brown and just cooked through, GATibetan-Style Seitan BurritosPreheat the oven to 350. Lightly oil a baking dish. Sauté the onions in oil on medium heat for 5 minutes, until just soft. Add garlic, ginger and salt and cook for 1 to 2 minutes. Stir in the cabbage and cook until the cabbage is limp. Add the chili paste, carrots and seitan and cook for about 10 minutes, until the vegetables are soft and somewhat broned. Add a little water to prevent sticking, if needed. At the very end, sprinkle the sesame oil over the vegetables and remove the pan from the heat. Divide the filling among the tortillas, roll them up, and place them seam side down in the baking dish. Cover the dish tightly with aluminum foil and bake for about 15 minutes, until hot. Serve immediately.Moosewood Celebrates p.288 @ v{<l&|S*v: )+cup?whipping creamcream, whipping@ /1cup?fresh lemon juicejuice, fresh lemon1 large@egg yolksegg yolks& c.?sugarsugar& cups@milkmilk* @tea bagstea bags= ++whole@cinnamon stickscinnamon sticks: ))tsp.?cardamom seedscardamom seedsC ?c.?UUUU=?chopped fresh ginger rootginger& c.@waterwater7 -tbs.@minced scallionsscallions0 tsp.@soy saucesoy sauce7 %'tsp.@rice vinegarvinegar, rice< 3#tbs.?brown sugar, packedbrown sugar= +-tsp.@dark sesame oiloil, dark sesameB /#tsp.??asian chili pastechili paste 66K3ASpicy Cabbage SaladPlace the cabbage in the colander, toss with the salt, and set the colander in the sink. Let it stand at room temperature for about 2 hours. Rince the cabbage with cool running water and drain well, pressing out some of the liquid. Mix together the ginger root, chili paste, sesame oil, brown sugar, vinegar, soy sauce, and scallions in a large bowl. Add the drained cabbage to the bowl and toss well with seasonings. Serve at room temperature or chilled.Moosewood Celebrates p.292X @11aATibetan-Style ChaiIn a large covered pot, bring the water, ginger root, cardamom, cinnamon, and tea to a boil. Reduce the heat, uncover, and simmer for 10 to 15 minutes. Add the milk and sugar and return to a boil; then lower the heat and simmer for 5 more minutes. Strain and serve. Store the leftover chai in a sealed container in the fridge. Gently reheat the tea as necessary.Moosewood Celebrates p.293@ 5Ev:5V# EGcup?finely diced red bell pepperpepper, finely diced red bellO" ??cup?finely diced fresh papayafinely diced fresh papayaW! EGcups@finely diced fresh pineapplepineapple, finely diced fresh9 ;recipe?Pineapple Papaya Relishq =@pork chops, 1-inch thick, bones frenched by butcher if desiredpork chops, 1-inch thickX GIcup?chopped fresh Italian parsleyparsley, chopped fresh italiancup?freshly grated Parmesan cheese plus additional for servingfreshly grated parmesan cheese plus additional for serving0 ounces@(linguinelinguineounces@ green beans, trimmed, cut on diagonal into 2-inch-long piecesgreen beans, trimmed, cut on diagonal into 2-inch-long piecesN ;;ounces@(frozen artichoke heartsfrozen artichoke hearts by tablespoonfuls if dry. Season with salt and pepper. Serve, passing additional cheese alongside. Retrieved from http://www.epicurious.com/bonappetit/every_night_cooking/recipes/234147.GreekMarch 2006 Bon Appétit@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222u\" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?QINH^{|jf{5M}u,.Qm`pFXy~У$Xz緝$qgNó=e y3- J&icnzn|˴~~%}#\a4hH9,çM-A&z>1<1~hV&(dPO|s{o6+cuHp*Q}G^|Y9"MQ%mn"(2@S=W>բҵbխ$М}RZ2^OG{oclp?Wh/@ԓ4Iqu_šedc"Vfkx3[J=##>x埍|C^] G[,~uʘ:{k]7E,,XCmƤd5i +s߉oC7+w3L,8з'%NOq]N `+6<icngRvP:5w9$>U-@.n=i6<1ԯ _hټoFl'kye&!vi6ltE`E쵽*H̎_/dspOYOZK 4/&A"vq +;9wCSRW /b,ZFW&flw+2ןKZIwn 2}F@v>EzDAy7 HCQzqR #ݓ\*2IF201צ8dzԻZ{b$ /oY2,O&7<n⮫UEЮ#,4wCofQe  2\;"T{e8$xA9snZt*+1ܓ{` jT^H|ۛ Ku!I%㷨O\ag4.0S<'3NnEVF7\;rT 8}NɃ-Qb#A$}.iQXGmH`99 ^HW k5k35yKvdFT{q{jRW],XX2gp mbǃ5[E}Va<{vdVR5j}}O Z䓞N*Eye6Ir?"nf]Hϵ7VT_4zt"pCfh!\8Z-24y.Ya10ʾ9h]ޣwpvgv{FYA!w99N:eum$!\%2?{^s)ӂqZi6Pv?Vm=nc90g( Wu2MBCO_ZRID^EMcucLτK_v[gW*öާC5d$v62C6$uf;ïGK-Gp;i1:doryZi43]ݤy@5uuxoJyk}>4\p?wRz7XZ1*QP:y>6xoC'Ӗ;c !Lu~2ˮ᷺ .B>X$kWgYfJBxlA?Qx2D4_:%RFһד ְl?Yĺ]K[&[.޺?izn9\!XWͻr8ݗs7⏂-=~ 귈Аu5hJz;)#4QZcC.uߴ`sk$;WK:{"ٔ}g'3QEJxFѼGsioG#`(-RZ * UE[(1Cφ.[A/<fd9eĞQQ>?JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?McR'>yz"(|ٟ,r3=z\ߊC=~nOv}x`)/ӵ+;XV膺 T TqgiֲF I@;`AB -/ teaspoons@ground coriandercoriander, ground4= + clove?garlic; choppedgarlic4< ) yellow?onion; choppedonions7; )+ ?boiling potatopotato, boiling1: ' lb.@fresh spinachspinachC9 #++ tablespoons@parmesan cheeseparmesan cheeseI8 K- @ artichoke hearts; thinly slicedartichoke heartsT7 !=; tablespoon?nutritional yeast flakesnutritional yeast flake,6 1 sea salt; to tastesea salt;5 ++ cup?vegetable brothvegetable brothC4 13 cups@white rice; cookedrice, white, cookedI3 #9) tablespoons@fresh parsley; choppedparsley, freshC2 #3# tablespoons@fresh dill; choppeddill, fresh 959P?!7Lime and Tamarind ChickenAsian/ThaiNew Thai Cuisine p.93@ai7Takkalipayam Pachadi (Tomato and Yogurt Salad)IndianSavoring India p. 150@B -5Tandoori ChickenIndianSavoring India p. 96@V U5Palak Shorva (Fragrant Spinach Soup)IndianSavoring India p. 52@n A)UShortcut Artichoke RisottoIn large skillet, combine the oil and onion and sauté over a medium flame until the onions are translucent, about 6 minutes. Stir in the dill and parsley and cook another 2 minutes. Stir in the rice and broth. The mixture should be sticky and wet but not runny. If the rice is too dry, add another 1/4 cup of broth. Season with salt and pepper to taste, then stir in the yeast flakes and artichokes. Heat another 4 minutes, stirring frequently, until the artichokes and rice are hot. Stir in the parmesan just before serving.ItalianVenturesome Vegetarian Cooking p.141@ hh0Yg< h-P '?onion; slicedonions9O ')tbs.@vegetable oiloil, vegetable2N !!tsp.@cornstarchcornstarch0M tsp.?hot saucehot sauce(L tbs.?sugarsugar5K %'c.?orange juicejuice, orange0J tbs.@soy saucesoy sauceg !''tablespoon?baking powderbaking powder.f tsp.?turmericturmeric(e tsp.?cumincumin6d %%tsp.?curry powdercurry powder6c #%Tbsp.?lemon juicejuice, lemon2b !Tbsp.@olive oiloil, olive4a ##head?cauliflowercauliflower3` !!large@egg whitesegg whiteslespoonfuls onto the prepared baking sheet. Smooth slightly to form nice circles. Bake for 10 minutes, until set but not browned. Allow to cool for a few minutes on the baking sheet, then remove to a wire rack to cool completely. When cookies are cool, prepare the icing. Sift 3/4 cup confectioners sugar into each of two small bowls. Add 1 tbsp milk and the almond and vanilla extracts to one bowl and stir until smooth. Add cocoa and 2 tbsp milk to the other bowl and stir until smooth. Using a small knife and working over the bowls to catch drips, spread each icing over half of each cookie. Set cookies on a rack until icing is set and firm. Then enjoy! Store in an airtight container if there are leftovers. Makes 2 dozen cookies.Retrieved from http://www.slashfood.com/2006/04/03/what-makes-a-black-and-white-a-black-and-white/slashfood@8JFIF``vExifII* (12i.aCASIO COMPUTER CO.,LTD EX-Z750HH1.00 2005:08:12 12:38:32PrintIM0300"0221   |^0100;aa&    2005:08:12 12:38:322005:08:12 12:38:32l dQVCE@YrR YrR < N b   !(   $j ! " # 1 2N 3 4 5d 6 A B C D E4 F G I H I J4 Q R1 S T U4 V W X Y Z000000:000 0000d00000000000<<0 0!<<0"<<05041116230 Bl 0@xLos Angeles         @" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?_eQo#g d~E/LaL*~#(@3xVgZ/}Gߧ]Ce e&O]FQoc#kNz?OLp=^:rsgs-~tbF~(Q ,?J$vdy}s⨕AVe/Ĺ1ʮ< o$̍ۚcxrc`껚{3d񭼇j|k}+4T`n+J?1៞jt}43yOc~aKŲ*Y$.vwOMs8Tȯ@Fn=\Zo#ϗoMj4y`7Ir􋻩S7fCp=)s6_">_3F@akD\rqxLVSȬt7 p6hSQ b94@py+]ƉK˒eVR{K=(p9Y ³{W|5h#hDJҢ`ek{ €q Ҁu$ 5~':Fd@S9  :d.9ֳ!?Rn%vsJ!U[xKYMCx WJ᭴w?:wwzΫ2'}p:3'jIw1tF[ye ׽|<Գ`@f+r{ݮMfߎ;r 3oMdr]zQ_WAl/F?>2`o% ~|ijǧ&;W,̈;G0/=SY||,׈q=0`tl~؇(sWoc+fPf\z+_^|=C҄\}xB'cmV<\<;ÿ S+Ӵxc YT?nAymMNEQ}.Տ̃Jڱ㨩PX$ҵgk.V%U!l£j_OٻB}Go4_ہ.U]>?A_7M&xG‹ue0xf#*!SD,u~_ֆ2Oæڼڌwv rOJ_ fֽ  \Z۷L(z. =k?*ڢyBN4}-͝F/枱:ݭՎOSZFpʯc_wb:-}8'_zNy*+5U#'*['-Rg+= WO!<Pjz"{ۛY(>ڧۺZI4Ӭ߿j q/CibLEA6:c|bW d<7MiRF˕IJ~?.Os3Xqw|@|`~-։&4c& [:EZ&IYKS"'Gcq{+kx# C:zuntsգ>ڿr]?Nh1 \@ɓOF_OӴ:崱Gv.{9xeI]J<-3<A$R uu=#tb^Qx;A3جc pbF]ށu2b;Y?NJ6>jQzl|uCf5Opw6:c~TB'-Bϛ"%;aϨ_3OόgKwy}.dgޜ|gn/*VqMO#5y~-]%HvB3Dz8⾋*qֿLO%VGi)c][>U9ɎE=ȯK$WAc82 )}3_MCsqYa޻w:h<"u?f> Wֶ8ܠں?aGW鵹ϑ]ęTȃŇc ?(xgʶ#8Z3qr72Nx5hbAb(/Tt3rlb,98O,du?۰#aqUiebmЪY7(Hm-t4`;T!n}[ˈE r:x dcqW(MYvܞiJ7Ilc"ۍNJTu9"4FX7|$ 2EWq :_?7Rzl`ʍFd(Gj4n?/?o{;Lρ|+9*V3#7@9/9gR1l?,?x-p Fe7v?(3 ]iaqU~ ڔ}q_{rXe֪=/YHSߴNϪxRԧ$]L}~gZuiO${r-!Ed]M9tX+53`ք1= APs޴Z|`fj2^YщuD 3bI>gu @=ҽfI|Cxj5m:f?ŋ]+Pl=!Mײ*Ei~fz*J'.)nz8|C<~ 1l>v7d"/c~#$>v-݉ uj~m? 兩t Br#ע[ 1SHn4.)+6&0Wgt{ӡa*@[v)V :f?n?4T5ҲQgNHQ_8;W^<=SSE28 OOdvqrWǩ.O]61qȬ+xelLסOiWr*QX_l#=iXH|Z閚,)u ʼyïٳ?>hzno|ei}|x⸍bLUعy[Ӱ+6Fn-'{]fV* h EαP=H,粨O~\~U |\w;t 6PMawdQUrꍣFr?d;T-vk+ #\mOZ:a~~߳oxI -b[ve㷽tPΓVWx~3.ķO짲t S"Ǎ[sxI,yS۳mYПB@= ,EXz_0>:3_̆W#;IlwTn6BDۯHµF[Fޤi-tƑpK[ P~)|L2k~%T^{<9涢\Zrl%2\;ozr*UWT$+lbݑ(bQ*e+eym\֨B2*V޸aE8Ա \ςQ'[$R$S|V~?bw߉,hIݾD>f x_wb10>t2\q>c:E'5n@$YnX;D~F 7F||ی4&fMϑ`Wֽ⫽Pn&s$K!w$I>y.O:q)Mۿ՞ݙسXO1byɦdZo{ězSwuw=jԺqӕsҐOZv-3:1# tHCN0QӬ#ϒk^[|,$8DZq :,4 :5Nk\*]@4߄~pݤXa$W;B%z\7WoDzƝǡ`={S=~ AF҉nzUSVlžv/!"]>55|,|VּG˥;*De,kYNktN7˧;r {J8|28?Φ\^9fKܒC_O.Y_Mkox 7(_ .0~޵Z9>}~qa^rƫ=Xbi%c 펣}ZO҄2,0ƣs3MfL&͟$Kq)Wr!b-C]~:_J״97irCFZrpѾ8䌞W.{kUkPv+Y=n͋Ũ{C},y@k6i2OƽNC@O#o5[d\zJI$M (^ S<+/OgW .ac PpIzgV~G.w8(g_H|/&j".|T/A,Hة,8c'>4nae?k p|4*eQQ*uݏ3k~<'O}+ow]GMa4s(te0# G;y_#c7^Ǜx=(]-%v\5i{=b|" c_ >_? MkZi~!ikIAā}6?گ]bѐ { Zw_ KSTp?*pMJ ?=M Tj5~$x{DZSS[_ dž5BGge ™k^T' ;vTJ% ߊӴLpk6g+N8°a;N1__e-߇67`[Bc[Vݷ?Zsw/u߈ida%7(P9NI}j;ۅ)PFࣟ?lύ~ {xd/iZg,y}UԤn,U?h?|y+뚗5-5Woa ygi$,MSzV\ ǚ\gJb9럭?h(^ԼjuOqlz͎:Ӡ27z--QCS[ȥidl]EAҙ8 ?,=~5ʾfDu+2;w#*գBsvHtVVOmֲ;M}&-{S{?g_ O6vxǺj o[P5/xVE5(@(UQt6R!ӵ~SΪ~?ypPVsg|/:WÝM4lmQPwTGOzy[DdLHs۽KÓDK;+fFC K^Mإ$xs^> }xuҥϥ9+k|GK=J4c %7=+ݿd/J?h[M7`千ۊ愯٘ݢx'v~"'ðr=`oE>rkV&,tcr>bNXj\N*C=j %aZvrI}ܮfl9)9:M\)ڜ8s"B?^ߊ>6Zjn +r45pY9< O?)ܟ&-&Ld硹su9"_Cu/ڏ)㿈jaĻFqÿMr9]^;w.::?P-όhM"L15??ƭ/?vzߊڈ[!v޹5?ZK,*BycX99jSXY?%'~I{̑$j!WQACqAlg&F9P[+/ukm<,:V,ktD.Q] $fBFch,c?/J",GҿM?M~<}c=a3ʄ|(*T(M#Jpsv[1`ۿC\C_?x}YU#>@߄l~xZBGj0t lO]14/NCvO$A_QaK'auܺ4?0s\ :k=$-#rEN7aQ* b-#j\Q#x)Npҍ{P=ۧw%өPi:q[!=CTQҮ|M;ErJMgu#Dcfu9%}ؖsMyҼ t2$}N?J2ht议_OӚªvKc,& +o +X67z}X 0vx;<~9˷,YvׇOr8+.m-X)#64V?,55 J.|+"" "2l?_U<3?|NLz}Ig8wƹ) Ф(wֿ, ?XٙnVi{;sWuC7xmXu}aOp_- m?\~xӪ:8+,6iv5._@~AӡW1Ԯ܁_9k[B\(d׼~)ea"F_mV.4jl^3`qlHjcn{$sa-;m/x]4 |F 71㦕4ޭqsvNُrM{yfqNr>+V*XgZY3-Oѯ|77%h&繺"@;=rkxPiz);fZ-Sƚ1', 0S#,G$Jc3 ,Cuc.ȡ d$Ww$i !Ѽ9𦔾FX*(b>k=_o#uo;gv:_]5Ab\)ndKO3BIwQy%,joBV+rJdܝԗVk(Rxr.RJ4ɨv$z(U_L!Qۚ>ĹROEoQ3ݛt %,x)cn) i\FaS4% lq_V=SMg{$6s^ܶ V[NyWe}LNC(榸[IS4#X2z+M3ԼSyoccgip;ki"&7va@V%>6&[L_f{܍]>7W Ef=RY$+b !MKOYy$~ W}5=2yVYK1'==8ϯۛe3Wz].{xԷ-$Q¾ujZ]Fq@BkgVoޑge)O0#WjGRV3PDbncH6t+J0oȳs+Nt ĚX(KjC5Z_LH<-;Uex+socj1oQX#mU+*hxM9; bZ싣\/,q^ L~`FQҾ??1&#Ż5ۧ5;?'aϩ9;E5艢>cDtkr]=+ž.FiOYJJwzA_;'SC#!s('/.+XTzڮp_$\n+U\|āV"7 Ҵ I Ƒ |?{3B]j1o.oD*K&UkO4υ^eGҭ"@?}cqO_c*dsPh#醈wB^Sir`B> [e!IXս0c+c+un"Hs⟉OBʊ~{1ǥzC''ʷ9/Oпeͬ_ۦ<>sڿڏoA}k{y/hB|5WxIg6_e"& qN;W??iо+iDVPCGU!*I]F2Lz 6 ?leK^ow Mw+cpop90\eHd7~'ėzo &Ju Yj_<^ɴ.|7֘葵ۤ `gf.yOS??C{|4o]FH$%!HWP@:4RР}{/-G 4Hr a=M>[}cIf=ۺSpwHqUg.1Iiꮋ&Yp0; 0Hm=ke++2gL㵀w0" < R[NHֻwNaf91NO^b]FN^5YsKE2\j<ܲr#Wsgs)29cxZIOh$ƀg?#̆A~ǟ%}kQv#81G?ZZyuV>F'0mkWǞ< 'ܑ>o[I$brI=Ӿ1!QmrWL0l@ ҠA@z/ T ߩ#&/EWֵ8R9f?]B#,sWӶQE(AD9#w<8  V?y/&195O%GZ4=/>+{HV )<'^q+㷔u5^${:/%;v2|^2f]#fLN)CDϴiQg+LM2v{UkpNb~}"[žc4`&2~*S JDy ŧVS‚z ņ1ն|?9A(pimHr)߹v!g|gkf ۮ:}k&9> s]9TkOH{Gt‘qꓬBq vIKst/|qgai m-̶8=s% m$9'ԷA`)l3}Iz`XʆڼjXZu7G|AO$Jj.oỈ#gf;E/to*S6<*U <|?gϊ|gm=Ο1XD M ?#~r8ūI?<=ї5麯O2-ׅȮˬ[Xwۺ>{濡1_ş?V %ەaM_ז0ntXeǿ¿ j:r 7q_ Q+=Or'欛{g> v_w7j>5enUN@$grkΣMM&Jr劻f'Q^xRmqFvݥl<ۉ=N簯;qLTI-m 'yVx}R;mJd#~TfIм_Xu/ILX7)l=Cc^76 Sh 㿜gm%G.9'nGL O xQu—|7/rd-$-Oᶹj p,b~\[B|mӾhRO.{0((f2;Hn.mBx!U+e#]cWno WweŽsLNGTSE#8=x5 *zjܟs\VkZhN&1 \mJ1RI+VF̜=q&RnNC- ӚOd֖"'rZ`@F9$1Hye`6XVot&E8SSTJ6hO8'Xa8KRDٯG E! d k;as^ݑ@VH yO&> mB\L5Oyriዞ*ǐ1eɓ \Z~tpuЬG;^ʽϩn*^K-m^tX4tNC,N[$ζ_:[ZQyx-՜˭ݴ'DPUZ/*QܮFEtluHĦ41nz($OsvW3[ŞYd`}^EH[֢o/011v:6&hxj]jGق3FrM{/zsb[=ѱkȷ0S dA6Fku-2QM>?OIXp3=hT8&%.>2>&ZZG$ҦW).DK{ .C_|a;^QF%u¿؏Wfzc$-}mn񼽥n\yՒmJW綯o=gë/;k$ W[[Oܭm^mjE^|LBSP>Z1rNLzU"H(Y1#qU̠<́lß?+֬TD́3J{񯽮m9+vVCa )'fT5fG(>2i{#R}0vȠ|pG&77V N[K3nD8bd~],?x OSS2BS$7}kc q{W%`zP@mgj{Fxhڊ?}_trѡ8 $<",@|xU׷wm/dA_M~?W?iyuCZ5Xȏ GLgr+;&ps^] .iPFDžu> z;^ZT[y Y ۰y+mtyTFyt6͒r]f7~ ާxᆺ೿bC2ck }s[I^mD`7 _~. 9bYR6d `~{cmhHdc^PۜҾD ? -d,ooX(pzWcN#x""GlѺzȭ׵u~"Zx'zC߻l g#?5/N⵶(\y`e+8 {&|:G+MwhɞŮImWk|UPdo)XػkEE \wҰΡ{C(voCuWf֡vzkɬqq6\J1JVHQz#ɕkفktK6\03"u0o·`esWҵ8(b*{I:/YDd+=Muۧ\)6ϽLj/AT ۥa9䵋wH>c`4j8[uvraWido=>Zv|gA_xo#{yN%rVGqUc7ß !>iam4ʫ!=X3[i:ǃtylȃE]F9_P1 wгmOjykɾЦ{Hϯm:ׄtKJ%D_<[%6nmxm۱k 589%kfl_B'>ܺ]I7Fa$p0`JܻyZkfڂ*GlHmS?6 9;aYEQO 2 :Y/. xbVQ̒K].ڣ>d>jvZW6i`rln#vKSBoJ.Xj_V%d)U\0kܿNQ|bo/xjQyN3*!8d«^#W Aм/Lv$!"M}Ltf OWMK'9VIo CC %,Enz3u_ypi F~0q/`\"[FF\#V*s=y#ŵB}_T3DQ*:Uag$3$98ͮQFo%A# m[5senƍ.rm;S-OH^)ˇڄA^ Z69kڵ kψm'0k*Gs ;MK8W܅kŰմb Z?5I av'⿚] _bڨ[8yj{:#\c(J'o%,e&NډbWxl~0?qeM;_aWI} ZF鞅m!rK1+b;׌fFҸC*K.sW#=k6,Լ2b]K-#FHp0ǭsR31Ut\\-uFLܮD/X+85iӹ9f~ZӞ' /54C J#ʺf˩JjRH~sWUЖ\Fӏ6UI2 ¨A湛M|nDO'W[ꂉU͞?,vB1U<?:T GQ]oirz{e-^t-G?7JD-4NkCh/Nk q梒RZxqQ.wj=x#jEӴBOO»."-¨ڹ 23]O^?wUe{=WX׭݁׷?@M;#'g:KR s{8ݝ~z~𯈂S~⚂ۡ;OjV:l>HR+6ai^KܼFe4dU@H?+m(>l22Y҆yWV[߳*ry9^x[F𞹩ϨjsGs7h-8B䏔'$ר5PZ]YȰݨܡ_d53@O)a)^?=o¶ڿngxKyrNwaC@7n\}yqlWx`"$㎹ĦN w|.poC 0PA*LyR{f?J槻kc9rUDI7JÐ栓s+ƵJlwxzR̄~"ؒ2GOT9z#MZLprgyk/Zݕf)xg)LhH-_ǽ^U@o B$p?Zm|gNWdO35(ǩ]>Ovj?q);g׌ =Ni;nٚv&+(:6Zq1$#ƾӌ֧B;izr*1GFI_C\h.SU[FxGQ1gk*Lrn-qڸ~ ϖq;Vu@jKHyư6=8%y<ⷎ =ZoQkr3T6imAZaIh "u7dizՕJo*SIS[ҧblX2ƧveT<'LhK89#j4ݐa{,b[(y ῇ Ն#p?yw|>- ஝2v_H+6|e^8+Fs ȴNAa"r|EM (3ʓזxs]ԶZ\u*=[GI2f1uWx⎓;H,ks1.cmW-޿Cu),ybK[1a^f.\gu9V[GoS=~G`KqktW (y?O ^&ړEF.O@*Rkqp=9Yul|幟3퇄oȥZlǾ"#ZZPBI\RƪMwg@Gn{Mަ,~`3\995N=Ad,8,  kZ;z_"fQAkr={2@$~E` 3s? T\_?cvpҧ |éE,< dC;Իbwdov;Ka֢#jR$rsLU޵ >(0G֨G] Cc5z~vLđ[k(sTJ͍5 4RknXh}Zʵ\ xu<'Ȭ [sOsnrv9M}y*m7KndN9?^;} Rsţ6>ͮZ,}?~ZxK?Ol-ncbc*çֿMG(gixNF{ifn]̄jxԳkTyN? Qb4GFg̀>f7<@-ue0q=E}-uˍWzj+)_A?koոÞ(gk B l:2bpiXc^;x_ԓB61 37g~o_Ë/$Kgk;W=eo~Zk1idԿ𲥾w;qEԘc߼KL~5?4N+ĥy6t_'i EyF#n~S~2|xsI 3ߎDo&"E;zAW? SrǨjPlH_Ic[R~gW{?BLؼyFNp?a@ 0cc?Z.F@R Xc9bkϙ>LO8WÄW9ݷ%{g+p8=k͝#H3߭r >K*K8`sf}#s]T2N2:wjĶ%a 3^[ Tr1qP+[pUhNNE55H|_5$p1⵬1]$:ZeZM+9u:6of 3|K[L%`vkm- K T1R|̪^T=~T׷h~ybH;q'-oJFq~5g<-Hݵyhxs/%Egnui^Ot rG8׿isF֡-9DYTE]GP FKG H'H> h֠S]7ɇ_x&㟍GE9!O(#ݳ_ckv.KmN AֽUTL)}L`թ&Cu=/JĿSy"LNLʅpbz~UZ;%y:eYf*2st})56s0y1Ĉ|I==+_-8\mF/1#nrh.q׈<:?ZSd-!=]tיdӭsjdU;py9⹤8:uYI:Y4hx$3|[9޵W-}QiWhZڲ 9ġ YXf#zaVJھmJ短sm9o ikuBS&|)&@J$3¾!G)JY T`cPu_#paǍ~89R01000b8b(@bdHHJFIFC   %# , #&')*)-0-(0%()(C   ((((((((((((((((((((((((((((((((((((((((((((((((((( }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzx" ?K; V `ܱ&?r"OSOJGKdW)Ӷ0+cX,.8i,QچՍSECb+NBe4] zsf;SZbFqW4*TʎNI,wP%GU>Յ_xjvD;H~9s@mC_^9|yU\ x2}ax Y%gGڧA$+oXoSW,5B:?_5ojF[FOicfos\Ƅ9}GcI9{qмdʙ}AR *\ cJ|~,捱$ҽϯj__Z-kh98Y$구+O:REz G'1tnVftTk`U?dRɈE>{ q=[k2paGCkkμ}{!˥ ھm~*mld:NE?ۓ wr'f=M!ӝt&˶'yIyMޣsu#<;ǒ}j*cJ ^m_Sңcں kZ<4mV2W鞟VV 66Vћ-4ؾ{+\2}3{|#:kg^zҹ%yt#!$ zv11ֲKo 1L}sAyVm?yPNsZF |-[ eռCf')s㫑{WaJVivI;&T-khL띲ZEizwW'lqsޤ񖡭7Ou}`w w#wt$>a #6I Ҝ*>m[>VciYjV4N19S꧱K]x'őGn[Fx?Q xQmYi)YQߎGҵ5iq\x2Pm~ O {ERg) ɢ@5O[tO{^+Kdk;P`b呋buo\W<ާEr2 =G=>Sվ'7~mѬ`My蟩Wϗד\=M4Yس1$jrM3`њ$Syjr4BҺ vZ;C\zݘtcRO-vڑ=뿄^Z>&1˪a&QE?IEW1G|9MJյeLƧS>5p1,P"G* @ wҞnkd~jFѾ= H*Ĺ4o'<cZ-DK5#L+=IZ' ŵd1{7Zv&.$MO=Oj jl\}+i+t:}t*Þwǿ}S]v`Cnz?׼xw[^l8Yn"f?\Ľ>mg@-pbr3Ӟ?*mA]i >KV"uBz&ƪ-'d|2lYlO^,]F}.Q!mUQZ+n}s:=jw1['=O`RO?ćU{*ɗvhv_]ݏgڸ/}zdJCot_'ּWnuKnyANQG$vrB3}Qob(Y=jVj>¥l(m$7 .dS&BI=*ϧ?g .3\@u17=9>WEs:W5Z8|s8@#&Е=jF`b$NdWDffl&3Ş8>'R[-pPt8§ncO_T='5V}?ҼR\GqKw;$s ޻p1k>Cp%2G,cR0\{4%J\HpDӞ5odG;u# v?2| }:V Osִu=3T\՚9-! pߌ--]滞c' 5izZ =ˇFRi)g-^WUeY-1s^wwokg% JYs|/Si߬Z4̍)Ӟǂ+ߎAkM("6_zcD)B߈~%K2ǣqǵsoSMm%Ia2`qvsv[RNq^ϳ&gd\iM)m?uhpZB%|P$mUr6>#Tb!J$ ߏu]rh`T(VI;⸫|ۂ*;֢o[ l.X$}MTSQKp0I;>N@PlAw}=@6*rG^j */23G,O |*qP=Ik)F'R\׹\c_N|՜$$Vrķm$wpN9PEn#GlA1<? JvbDFqجlC)\8 |d~cͩ7a`3!Bz:4iFlbKZٸ/ȼ~&!K2Z\[f@QWp,rq#=q:|>'"K[$=Mn ǫvi}Uٯ} 1[#$?ySLYZԥx pd<*'s&`mj|k3_˰g#/>uωVdwTw+Ec !BUC?̎7 =:T/p[Y~Q`U9$̅/f D̂/mlG">ǽGhV4f$U9\w1ǽT{95VY´'uB\屟ޢ}&@&R fB>I 5UL.8\f995f= =ϥV"HE8\~.ZJ?Sqqb'<zTSgAvF$_C\ծpw[gu%QՐ5*;jvƴjoh$Z9n)'\C dvCT^~槫ZБ c}I}J!MGwcU?. "灞Ոڽ)$Pg ɬ܉q{yr3^wFW7H!B&kzdbxPku/;"%`-v)Y*.4 %d>\d3V%NJv[0U']8k1QVG;ww)\ɽ0=+6V'fV8+>nbaI ?,bv?N+e4[һSŞMxKԙ,Ǚa/Gr>u xu2MF+L|qAjkF_->OtD &C nyf~ W'?~՝MBaCҝgO?$Yfvk0ebz۴}ҩJ5幏r75p#=+V/ֳn>h _ZΕ9ִTjɠ+;=S֥ҡa!OJeʬ:`,Jńq8iCh\,C*!?hz":oiRꚔЌ}s_BZǧilbBW,UgoZ6UGPhotoshop 3.08BIMP Picasa 2.0u 0-0-7fffffff-0 0-0-0-0 0 0 0 v JFIFCC }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz;" ?g?OӴ}FlşlVXvwps:+ H̺@Adb>ɼ\5 oUNA%+hP r:y7#bUƀ9II \TS$Jm:^e$tM3ŭdOEtrI1,'kkaTVak6Lln9*9._iCB07,Ivzaf_M,6=rs޼97/wEfpթ&6-gtmkq^Մ"lm l )w p@HK$ʒ\_Ј6 P.;Yv9 '%#ݰʊ㐱ܰbr|tUQy6d \N7&nv^v]WASNҶ]kVSR&RDc kR%皔72b N3۳9P I(ȯ.}pM~bGR PIA YpRG~Wۜ*N@lH--ώ'P) nE\g7cO<&STf<`Gq5L|c'|?y/[])%}I{uw~om_>:Չ}d Joep@v$:Ց$b<1=>lr>G`qlxWInEP rw64CF[=cu1rD;ɶإ]7lֶOO-u~Vq<\x,9Qt>/Gp=FOQA, nK6q)͸GRU*5J]&9&Sbҳc+Y4vٹYFM4~\? |T]h$ ¾ &EӛT򳨍?Wnj,kjSs,ːT8D%_.Tqڮ4Jq4|3wI9m-z>,J #'y/^*W5Fbj Kk)Y0W'6hʤU{E`p0~R' I}ىC:҄J`Uѕ9 `qC-F~ݜ%N V¢VrRIWfҵvZHa)mhVxS_¿m^"HDrC-9dܫwÌ^@5ch!Pzd?9=8߳|)AچW0ږusvn%da"?{%<]2'H}O٩ki-viګ JAbcf4%+EcpRoU'*Fi 97ZY5y&qKWZ)_wvm;-y&GP@^9gO|8Ɯq#GFA9Px5ok: j.~<#/5f̑=^[ L_yFc% D`\wd\fKӯkBiJh?~D*UcNvUL}Zѫf#*( SgǯzsYwRИ@cT`$ `񜎭8:LJy:ɬKdyPBKqy5R]סVoFf=<2\HnAolg.q`+|'zLjsop|!I=r (܃ qgoEI[yP ͏qax>,DR6%w7Lh$GrsWeco[K\e#DZ,ex0rA(8peo]q巗1k.v!FeJ+uM%'6kmYG'­]~3JL*YIpXDvO,0xv|$w`ev 1w΋O&d' y&K rKnc 8~ W(#2Fp^EFmA1rzs+7fӓMMҵUftW_niͪ 7;be%9u{,qBah@Fv~I$2xL;0%5aq9E 8\q-ٶ, Py{j~u;$}&՛ѭZi$E%h-Z:uGg^ۆWYC30 ĠeчA8_&$졁D{Tn*6]* TV\l?18m.yS|$|s %ygYY)5{KI읒nɦwʖVuVҲ)C⋨%C: lt 1ͱ+3 [#;25tY鞟 (XImEbNц P*5NU7dAoBdbm8*2n>VM.f.Q7鶩kdkl{- . \.$b6pТ,Ppx9g8Nԏl@ RY[Y^0Jn,7ȹpzdgvʝY&eS@0>`:R*:m٨KF4chV+nw-Vn鲹ʰevUl,;\*9aZ8%\-tĒ~c.odDb3]ؕ䌁4] %vvU%`7=A!睋oZJI&᧽.VN.ӢVRjYmKmvO.c`f`c"c[im:7.6IU;Aˑu#q,T#(=1xHJm"m^N?}+Hds2N  _'V^TV߫_}UwZ7=Vq# đ98'$Y,Paq_c-AѱxU 07rN3B8gHl{+ 8%b6[F8p2k7 FܑuZ{+=_9TkF얎ӧkëZ6X| Iwیօρ/R$e lʕ=,c@u 08U~p=:$ w /'$x`H C1srWiW~IMNROSt}w .$n'1 ّ s76&9.w9=91_DUPFàcO9mkY:&oy.?ʡ#8cp=A#$ W@C,?﬌܀1wtVq2+5"WO[.mV["6$(~@U0.qWg)^o^p<S"7QI~eZIMN[F+W)ϖ1NRzE7 iEn۴WM^˲}H@<&ࢿYkѵ ]KYJyX 0dIlٜ5'Lv?e z;?a{T8 k-7{{_G4,IM[AG PU.q6ws{9=oekX-q<&[ 9ڽE,%j{{֊{LJRII<:\V2?E6JչOVkZ\R/Sϊ73?>S\Yx;6BwVQXY{5Od&!6ՂŃp9^Į㜒xuZ}BWvfFr[!N{F;Gqbr>bqy ' Ol8ONYMrˤxޣŧ3vIh&7ev+M>2N30>n~BK'9';r*Iu'O G8@9p9q>GI<!@ Xq}ҽm5)Wr8K]d嵣I﫲i'mwZztk,:I1:Oâ^0F*Wh p16iv*q>Qϡ36/89'0'=O!T1Lj<߼(I)|+\kYIke}֖Tk*Xy ~Rv|`@F2$`fzpc92m6$__O nżfl((,v c-*A%Z F{]6}k%FfDqܩ.pGN'B3ԣO(ϖ 7ʬ־굝N-K Kvm'o쏈'wuՌGHY%@~d+1FA\ 5F4g7n<9%Z)cv$; `|koڄDSDs 5-u-Zm Tmjw}oi^B>+'e]-mZ GnΓ?.!ʩ}k MSr$FRwV$˥1.z86WfՕ凉U{_O_K}ai1KFBOօ.=[[̧im4EIi6o',wWG@| Kr`N XWV: щ v |&O{VA%Ğ&>;t.kIGaݵncÿ^?X7ڏĿk>e7,+ܹsqN#5VH8|],BN2Qyax_5-y⏦ØR\V&*\J#V~IJNsiq$HBlQW|#bb +q[6nl6rwW߰hGE`X> {Dw^[ǻ#kWH6|оx2"yocuౘ\o<"V*JtSSrTJU-.ZK˕S'5' F ='t'Һ̴}T+bvEc:`@9#wzb48 |z݌ +E`;.Fp޸f=o??7K; =m5kEcu$yAHeH<`LD1U07:UI1bZsMsN1P޾rlmhaPZpP[EdWKv)FXv+~ y_8(Շu)6=C$r*<|$He@R9Galα?~!G_~7Ң=Z M/uXD#t$*^?f |I}QW-?̎K:r(D0MΛvH~ +aj_0teJ9(Q8WxgN5)TI{H2ju*^ a~NPt6qw9EsK[ |Aq>jø!+#9 :sN ĿWy?=oi ?4) \;}o@Ia?6QXk_t G$6:8n06r3_qX\OԦi&8(T E4n!:U'Jp:88WQvZ̓G …AcU::w 1y)Sչ # CU=Q}VoZ//@s[?%F`TL%Qye`.-<J7EA`5_'j$ 1…P0@#Jxmx25ODҒ^D^>-Y;쮶W~-ޮ #,Faw Ac偑Nܙ0Td@ ŋK}>pCW}dwJNN 1- 1!C3N@z$bK 8%T# uv>InڵogdD;~]&@|߾ Đݖڹ=V g\Hc~n fE'p!C6R ܃l_Ufl}ࣈԓ@#о (}*XlSX!2nGBe/++l⤓wWYKVջ{=Z}uWwHBsdn$H,ǐmecb*#b8;rNϝ0춞 pB&܅Vb AldT|!`y@F 8amc(K)0vR/TۻMuw{YyuWzo⶚e۲R~U)<ʜNixJYص>dº*Ot#r1 =cU~Mg2JJIۅz~RBEB6PNܷ,4`#uJ]ҊOU{_{yY7WinzZ/<$Hmv:iLH(9 Ihi1l !C9 nrwdvd16#9t)ʑ)|<$~/z-6v~WVID+]/$ޖI~C䴶Z6s`ܱhN)!b=^~sԴ?kh2|wi:peF%yqXSVV?){L0C,Lix<((ˑJ(Q}mZ6\hI鮩'm/V]jƓ:i6gMwj}H[˹!5U,$Iڳ j Mx7Q4>pyu 2x?w9%Mj4mj7ᥙwyxwI=|QPӱ-_]MUl٘$zTA'dbO$nf?27*3pFx9Wҫ^.|XfӆPպ瓷-ݬ<^w']߶]ؚ֡JxkNq$er42\_Ϸ:h5kw$]BGb{XmngIbΫ @>$e${ mAĜ%&ecx@qH\ NA\6wd#UMy5)ZRqW^\Ko&f{ךZ˖p98\sRS|v1nIt JXtu#d <Yv !B>V;wu$r95o̤Քdikeiҽ쭥KER鐰3ӒFAP[9r$ .*lsg7NG#Iv ^߰Xv pHcG?73Kh}Qh+vY8%Σ6NqRΦ}4抓R.f-Ke-.rn|x[P'DYl#%yu ^6J:|3be%7n;=,n,Sv gu^<(%C"FːBF7#(xҴ t D6ZVP C`{?V~m4Si/__*< ]XhpBk4(-Wi[X[NTWË4~Qc~jyg"{S\]JQ1F|ǏF3^+rʬQ4wOB|rBmlD%u'΍>NY۳U%TS_|?KFok^12kXtXFچt<| gos3-_T~|U xŞ)uO 4ܓ6bk锸Wf~p7?s? ̷hn+b pz&gxGw|a xº]ic*F1UKR,1!f9>?47#MN3t Qe sFxj3vrҼ|Y~L_W,gĺтT#NjzTѳ  5ԢMA: Wχ.J>+ GY[#t_g n.u|Zt;{_ik{|5u[$ m%G)-mlHrpIi9<7ZG\:lU 0\G9Szu k9<fٲA"Rd$ELwڝ実e..n#(+*噁 Gd~̟|{K7( x;j:<6I)kx 6C; |/?Þ7OşoBcG GuۆЈ,69JnZpxSUUW8MU>zfj*)V?RvnZr^W|^ jv3h#↫Z(OF%ΥM\U¿h? [};ˆ0ZJ 7\qqmlmDmQŵD!w,*cA.9~yHƙp?B8"9c|ݸ|[mvV t$RYKfJ1QN1IBSbxR84RIӧ]>)IMMig<:fuǪf]:b)[q} -h^"͐+ Pq\^i|+cpٖ F~ΈK$Rfoec!htm)Fێ@rzL)mDH#iYO%q [jȺw<;okN~RY}KMZBOo']{<)~7ZI#C^?JDޏ~s nkṆT0bQvu_?g- "l_GЂRYBhSi>J%(Tg&J(TjAƥ)J['E5tvm4Ϭ`|- $1+a [- n [xE>DddFrF6)clG #sA2;XO DP`a qcgvF?}ԊO~+r얩eR(M-_ODi+[{m<*!1GWvSq]*e@]w,y?!`n{ JH,"R2%L o F a:'x%IY$2h.["Юi=h-6E▞VDUA"m(Uif$} ,8I#f]Pc+"9?uUbFV #9.~[趉>AHs2J~f瓸q[T1!8#'ǿ ('$&oeuk}6J,nɸg,*wv~U6$usسj>Tzd/'d~(=OY=q:q^E\k߶"t[-k!A ݬA@F^iFO0N#m p8jqi ʥgg$=in/>bY x8t\IPwwj6]vuW6٧B 8 ܏A8ĸ9O~IH#J;q{`9|,';Ab\ 1 Ly-?iy۾Ϡtk]Ϲ&0d<Jxw@Q9{]_6@ߞܟH4ەVwk̆K;[{~־E(<Ā4n+_K^|deII__/%J:UZxVIUQ_i*8q:ׂL?eoC@u>A,g{Cx$5l) w*GP_X/$NyIV {ԒjQNM5oOEH^7%ayƏZeIlx ҨmϡibgZWZU+y Wj??acftoןok?cԬIVxbyдw#u*~ j^jw-j7ڍKw{}w$WW2HYqzW;nؿ+t^$g ]smF2QSN%yW\咝GE sVtڒVWZ4?1W|CK67%&Sh31E.Ȝ,hBv#a] R3ԐqN;p1-TVL;+2nA@,3^ zׅ=Rc ns=Q9?-uB+q+K[;^B:|Mg9^K]IO}]8B؜ A,{H?=OYAo;!ܮXCeWxZ7T=s*4`!:*@H|K~J6`tP4C2Ʌېa@'}4Ss6߳vc;^'oەojEN[Wz=?[\k^Em"e\H7 n)ik,; n%Y;`q׉-rwY˒YKUv;n;b{ }sgk↕>; \4[mRŞ1m:M棫= -OwKdLqR9^ƅ((B<^RJ|M"ҭ^J SRMZ+ik&"Z>xOQs;Xmko|F]ո_[i:[]Crf Ib|G:>ѾFR$io[(TֵﵝZIuj3Osd硰`BBtdi8?0+_-ղ 7 ۢ@|7 E%-oNgv*d;6W7¯Ox$kIggL7$i~m&ͧJhjq)U>֞#T:a:ps&4U+mَkb)ћpʣ&w/unә}z39Rٜ<̋xu9䴽äSOWT1g:C;m>H2 Kp dӌ0EhXV%! p!q& e^1B$dOk':e&湣ͫ74'yM$٤e|0[<ap10#x#?7ZW3S? IsEzY1ḶxYW~$Fpdrrl` WIxMnX[qn7+tyq M/yf9%Gd~h֌+QVZ+c 1JCd{g3Ϡȯ<^obQ2,J9\d1ʃ˓|݌zt,PHsFB?o)kLCӮ|o3Qg<ݫ5nco'i6;YkB9I߃ueB2R{rܷ11yWv(>U*g&NW97H7|Es|CZ>beIQ3 (;v8VƢ֯ac\78m;+~w,7_/<~ ѭt{ۈMKFi&ȿl\;c/&T>T7Ə_~xMOAk晫i #H<q-"G4u|KY zuS 7:|JNq=R3q(ةa1VNKNpjQI7;yc7' 9+ݜ_!wIo>G,Ij͍ڑ4Raoij< Rʹ>`<:pD1p;O]#QWabሌsE%$ԝe(tZ#|^k&=t?,_j_ |W5P&dm+Y2ŖcKȑw6[,Le]gny4`hC_ۗi~/Y8nu{>^3{iHZ_!8Kk̍ %x |W/5 :eF I#c4H&e\FJa8sQ):8UܩPUmgiUfsJIA׋e=ޔꮍI>Iپek%7;Në[<eֲlSʓlbA0pVO0[>Wc_xcNd$Оch+77m1,Ip+o8.WW^& -ZGb2,lՔiMԓN[]ŴI|Ɋgd!FG ik.#Vʫ~|7S޳˫TgAz{9m#?s|`0H+vN8#zs 1Qps퓞F2d%3{lN|M_[m{t_qi}-m.P`ó?@3B8RUQ !'d1I_~>K![V^FX& ZfAhw|qhF5φ߰OnucqǺm>ԡm5πq76ojCAm|}%GVkTZm)m*mSÕ޴)7Jehy❬ۗDHi;uGabFe 3⦗V{ގ~.(3Zfm@#UΛuNB_ڣOdڦoXVX&,cẉ;HQm zp(B)_607gN1\W 䜰'8p.F{KݸXJVJ)|0引қNwJqmrIqc7 [ !A'!FѷH)`ss r@9lb.6`7|0' @sIAO9w%(ZWEWIxĆ꬛NVBMp~T*G,#2c8NdPCO@9c6rX}3+4>$ lnP9I ܣ Atӧ(9)Iuȟ,9h2j\JOj ˞N%j۲mdZ'u3_mMvaHޣ9@$1xNlM=Yhxpoت%A9aqkky"UX%I>aRZ+Ջnl|'p1_Q2/v')=;JLZ_{uWTݤγZnP@`m'8hkm`lEiU- 6<|A 5[Þ--1Ɓj\@O^N 0}?꿖z_`hSW8Ugψ*% a 4'AZR_g3?G]ƝQtxZkXj R}fnIu&6J<|vCnIbNF އq\|?Mk][pt?1YccF8Hnk_ϖH AAA9ˬIpÜH9<||CHZ%%Z){'.;;jqBokk[]K[r&مZɁ"3Md0@)|5VO-E8GuLnX!G*;U#34癞`}F+ =sA_~_ <{#4-׵SL״%-ku<:~mdZcZ=w` jmQ"J5V׳N+\V1QV9WXjscZPRWח[ە5{̿,/I3]Lu/Gi{7h+Bnݣ36s6QP+oA\$uTv ͿqDbr[9 ޥCNx59v Q%'YGK8N)^R\}^v+ ONtRHI{ܭvӍD;e{'Oq|? '4-_~bVn .6j=B9KK˿InXrpqO㷇|ddh;̮!RVuE4Ԏ-F8$9ߎ1]Vu2V5 y{jv\WwE*;T6+MjTjդvTjQs#dMJTݝ&w^ M=xƲ1ϩI.7G3db׌ds#t|.6:n[@6M^V{F}ShMtIj?=kDE=7sf$|PEWf] j>JI]dw>g>35$s#'A9C׌ z@Bp=6ZzjvcVcۯ=Y/ }''d|sfB6lw|0۞p06#'yՎf< rrGSPIsգmSm;~m6QOߺ/{n$ O<pH=' 6B1Th>18˃؎æ*L '9ܹA$d ,Ǘ_?'p~5iSƥcw}]>#x}D 9i- $X~_\54F2SӎU4A:$IAK2s{vkk'tG$B&kPҴ* 5jMuuvײM>z;7<,Q8cRڃvk5}[[w^տg ⟊>(xiяC-s xj'GlKw|J '*ژ#FR ͚vi7169 P6IoOU 8a@By䃓Nޜ5TT'7e&-:*5nLt~n7u׺noM'~Rzn![p<0T ' 6B@-s 61NJXh"8BUpr`NW$ۥctg)Z1|Ow6x(sFRO#F&־mT4k;ScD=ܖ-g;?>i 98 x9?uI sX0V8b[w#f ˶"Z0ʹlĄ1e$Ӕc+Tm$b̹&.i%EŹZ5!iI]-߫ץGxWyenWjr,<,d'<S',TBNc"o;&r$ ^Hmavmy U< ;77 pm $e'Gu>f]ܯIMW{YSꮒzZH#23>@<.3FI1S/|IJ X+(ߌuiR$.1VmH#Hl gc$+mdl0RHA!tHMe[P3=ZqmYL'8'({r%h֖ٕ"oT2dcRqkӴ6O09 ۝lME\*lK|9\f*݌vRpsPA+{g]JrrD'( R1wɴIJMuIwݝҶ QpJ/p@I7]]ԑkN Hi'e;K`,VV!O_?oh^Ce|cW| #t ֫vqZ!K\yνW  ?d_Eҵmv~7n|kiڏ"uV,w?ьD[UY5M~r3c0g,UXiSVGgSF:9FW9dz W冉ԕoI{=ޑ<~ϿH?(7kaxtvkg$e\'Z\Tit]A0 !(> ЅkW,ԗɞO"pTj!Շ;$:>>Iy?r@C 7/&ь~3ї$xZÃ>oL{n'g>+q5"Ѡ\y?jJ܏B4Wuok6~,))JRӿ,Ӻq=_NYNI:c605izkG5tMw&5{.#121>Q+즶4XWˉ@]"41/AWJgSQy=lq~Kke<G$鴫k8KWtY)8 T^dg=dzۃg hK9˝07)7ZifNI&vz+k|Q_H+[ݮM[˛t4 ;F=Hr}N=sTG$8&? }Q]bKJY Uz<[fN﮺'wk3yQv\$0l!q-N}B-!]UaAqIs;,`O4Mc;Fይ1$[9G!$6>Ş6㹉ϐvT8`321Q*8-ƬQTӍjܖi,N4U!4R%VWM>^ZK;V#]2@yM6~y Rba=DŽxU%hs$`BC3ՓU/մ.me󢸶{96Bъ}PIيMr`l<+x:HJyCmw!%V0Tyj*0gk99J)S(AopmKv\j.DnWvJN=gZ2 I p_ l2&ds@8I [Jb\.X<A%ƅ -cH!i, ặ74m%E|r# ),o]^8x% 5Z9T8,Uuk.71^mcpVd8ܳNPj 4l^ sRpz;5~qz+l.eY.70#N:dF 1ִ2IdIe8#ؒn0! ݴr gwIX2ۜTIヌ xpxwXTN-Y&}y\Mvw;pmd~wz%`ʞ xzs1xkċGVΩuT1RDNX-է }x|W{!}F%ɖ06S55 $W49XFJKzr`ls`xӟ x c"ռ M Osy+%q;7$3lahUt<eԦVªwR8t#^~<9}VիT~e+N_ {'fSvm!ٜ= H$~nI,q(#iA+d9 ($*3MBzd|60AyY'8 OdPY II]aQsn IK˙.IiiE^|l,uݞrkپ^X#4|ެA«n|I00~/cz9ߵnj> AlI*kN!7;iI d x!FHg|$,qnBWh?G7<Z\lxzfTenKyveΜAd9&\ WqXnGvziԅ:ݵ;_t`䒑MJ1&NWf8gʚIڦp S! #m:H'9.3[[(^Q;H[# ]1bǁNyJG.~j Iۑ_e n1r*IZJ*KoYgMSToNU{y J9F~zW?'C5^?wuqs<& J 42\c_EƺOJmɸR& Z,=7ț^3ʜAԌh99yj&f$23qs|n:dey8qP}6 q = F-=RyI'wz˯=E y88ysr8-) Tc8F *Ԟ 6F2xt<6gU  ܁R*'';x5[2׭6(n8 g 89{8Fz ;jIH[nS6r@P$vQJ6w]{!׮NŅXNG#'i㎃G'ն"Qu8u=H9'o r+88y:7@q18opљ$u(yeVT(M;JUcT#E E0M*|ɭV۵}u[׷]67n G@yqM{7<+l&Rs>MJ$? ىW ipd]kneW|5>,BLԼKe;|k}xeT״Y$2h~Dt1j .Y|o3ڿşk➩˩!iIdžh:Nk!>NYڬQ+w7K)KR< -7(TT-˅j?KI7w}SVߚi5mQ?8#w_G=Ga/H>>|Hr=.Sϭ쑒iZ6GkJguK̸IgFiY$YFW,ƹ_DhMII(!_%{=mS|WA<B,PH9bUp9Rq9 mu@*N3QF>f'8mtD|.<` >28}4fԞrU)GӋO'QJ+[${Z7w{-oOMX:XL>lmq8lqFpkF|ʣ7#p JS%j~@NŽpIN8 mE\*A\a<M8h%FVwQPm-rrrI&ZZwէe8UB ;nI y@y\Fn$w5 e{@;- ;2e-h7]jZYYy}Y\^῅mSǖox`L&wRMv[K}~w:O߄|0𭇂JF΅dU-kumSQy-s\i/u^PS3i唡 3Lf%ZN0%7mZ0̥QN2#(K/zItut>ៅG^ wo [º- v3C±ize 8[9guw-O'mus43lQK& (,:gTt#in `h=lq$gEi|3lr*;z+qtgVXJri;KGw+IO 9bRVJ(YZ>z;vy_/Uqپf|}=kV7I#?!WlpH83Qg,-0ǰ#S`Vѵ(4R37 nqP?`ع:8AKPr-\(B6miv.j(Z<-^[n },X 9 `(R$Z~QVð H~R>c#URۄvO2pќۆ9d 3[{i* `Y#/P3IN4UqSI7gg6}ݞ0+ݥM4,epă`r< Xci:#UK$`G 8G|gW\7= e ߸l! 1]&Y23ƒZEWP. Ƹ?Jx UݦWM'vy/uZKD39*u;JQIyYYk=3@m-h.#>d 1!Ie%0SVfjvP+d+ beI_.UBckQ@#:-˟* ;P,[hsc8q9rWv(Y+1ZY$EI'v&y>Zum]G$q̍eaA?C#yH|+a5-cǞ0Ow& r ̶P1P'H»I;Eo%W)}{Vb↼_xfG[vյZ?kdtt ltMH/3MN.Y~ Zj~.XizoYnfh]<^>\sWNg'cFtiեEׯJ"xZUͨ7~EZT9,WR~3ZX7VT9㌯ 5[/asU(UԲJ?Yߏ"hu#z.a 5/K$r4&N#L Hk? ŖmMCyms:7Q t̖:tЫnⳞtt7~:񇈼GOjz桨PMqs=c+IIx;gbWEgrҿץ&?τu;ĺ/kCմk,5-'QPtSO Eʺ*w/yur1GvI%BKt V XlO-d:4ؓ-v;.u;DӼ;̓ZxIAQ$B+8HWS0bg/&oW +eɺkx\uAyѾb+- Ϸƻi&]ʧ"MA+gq3Z1¸(ӯ.n%YF-6r1euWXZs!])k)=4e]V%NEݵ꺕'|8R#ے @9' _HsD>&b35Z%^0EK3IJ;~DeNB7&6='m:CF7 + AqlO쵽rGk4&Kk?L[Hxnio-Q=Ͳ}|mJ8:qp1JMWN;I)Z#-]#R'4PuuFݫ՚OMtR JrN?.pq_S{ +şjW l}NI@f5]eD-U?Mdp?0 @'8<q@{wwkoi75m4I@-Xʌf9d%ux5ITwRQe7*J2vvM%{Y'%Rԩ4wP*NmK0ᲞXWe/ ?dJ­lɯ"b=vOVq{ɹzMŴEF%ܩ>E[m*sr}XsOr chFpj6 <{#is* ^2rxvCѓNA2r;t2GrUA9"BR^kWeuwVՖ\rv71y,}jx!p2я9;Ȫ@#q+ӗ@9!q $gz)hEtF{Z-ݴk5嶊ږ<20yoRF}rE5Hbq!p@CtPz ky|0Tx`cS ۺxPM~A?u~EĚ A QV!L*|qdץNqQJKIssrF1JR$ HhAi5=٭kw1x⏎gU3j_ =Bmext]0s7ťQ[=aUT@\cP:Q遊ÎؔVUsaUP$.I'dA^ I{``#>)V_zo7mr(E&F(ҧSIFi(շwm܆4@?NrzM$K;r0p>cG==K#ڑ'#*1#=O4.T?Ղz/B9p2T9SGnIhi'v+/Ugi]'Mo"NnxYX)[H$vc[uIQI1N #%O\Mg̅b( r@|F8Sp\sC^M5)(+Y=u?u7}OukӿVQ 98 t81ڤpie _6y"p]Wp`X /8nva 89lHrA )|7lNޚX?g'ik:8ԓ[I>]FfIӖi>oz~aJ&HP;wT$N@,rQ3*D%%|T8 (ꥫSH֣ Wp$`g?\> g 27!8q$PKDqM`N헳u!{$}tMNEԦNђWo]{k֎aw#H.$!tgeK(>Z #!QG  |[M5[ɋ/iڊC%Ok}na!8g#bԺ/⏋j[>]:_ bjiukuy^& J b.-cJi_Ǿ>,~ҿEx[Ak?%&Ww1ƺhv^]L4RFK^aie)NlνuF8EΛJsӔ*n4RQL*o´J`>iuBU'1œ"Ш״%NZjwkNZ<3go#aqj sfOu+DKw,͜Wҋ$bDTU5kگ/4I _YCmHx|Yc :}- S3[K sJ efGuY٦J1.mti:iiia\Gi752.'{۸<"!9cԛU&EZާ[]% >F)JPt(FJq*ɦ5=*)өMp2> nU?v)_z1Q*N-$ ?<ck e[2ck+\0 XrK tM_C?NO_o>UscW輺UmYOl5Kj㵴-yK8oV9BU, !^=zWuiU:^ S劢Uhׅ䢙kΒhJ'-99^>Wvz5mrHIӴ`^z_[f,YY@8`T?IANWXuK印덤a7$: }15IPA玄c /֫B!T;Nu(MKq嵝՛ieiwE"09%'ijI+_K+O~Ϻ?Qғ^𞩢권6w^m2r4~uy Y7_|KQU}B+ iTzeIy c'Oom!,Hs"UEsE4,ȑp$4y 3b;sni¶7ݝ'p5[w=W#IbB+p[SQ¶; aksTNL5Jj5iMFTiʔha8TF4rSj먛WQ<ޔwWe^DkgHwH|5/M7WL|V5C 0 |td0S2\Wuj7mңyͿ,0弪vfQpP3e"dpXsp ˱eF?9f<81.EV~~M`;P8 5Sp;Uv8x,r)\@HU,"3m H#l.YYWq!Igb6*kѓOo_y[Gu{} g~l%…;?wU^uiσÝo_hF}jHt? MK~ )hD772߳NP/-g>R=R/?ItOx:OA z_#R|+IsN#2/?dOG gV5ׂ~ 3h0iVNyA-VdRՕFyN8JT{ẖMQkx5Ɇ'v<՜E*VMhGG~'CѾ+~ڿ+\ŸGemS[C4Ņό-~JW>,,~,~^%ZJ̒Oݿ4׎Y$~Io^ ]V|'/~?M>~$ii>I%1T^6I z֔JTߋu7mƟ&񏈵=fIeio%U$,LQ"( j ?aKR4%Mc:2ʞhIw!4ӾsHEn?1 ۹R`::7>$af~YnDŧ'dOS*9,Y)9s*Oؓ[˕s9ZOM B6QI__]srγy%,vAЫK!d30byobweT9$ .' kˋZKˉf,g]T``sU60,T~v7 XF`VyNs+iQQr峋ArM=Zͻ6=~TnEQOH9lsڃ89p<&/ؖIa#'v6tY8 >⮽C6W bG3U55ݪ%k,GF4ytqvէg׻J͹+-.A fG<8lNĈ6Fӕ hd’H^lYtDJFd*lT\ hقJ|h6OYNrʇ\ rܲP[r{RQQm7ڔ9]tvkڻYHms5Ϝ Vp͖*Gޕ݀!ݝW C+ S+ 6,in؈J9leK.p',e8!M;ê#}]Ĕ&*pX*_ Xz US/q͵xG7(ԥ)87gzrP*O[j$Zۤt4tir)E$ 0e%Gv5Zk n*as|pۯ ˌ3c~<|/ ڭ"S2ϗ^ۉJrSQvrMNWNRiwy.gzvGfʠJrXPy,19y&0}ή VX9XN؟,aL?#*OV?/Fxrr)Ter'p~Igܤ r r7iKɥ!h9]앜$KM[ɫwKex`vYބ6Nx,@] nhMi&dڮM@/=VOln{][Z3 o3xVFr N##r[p5`ڏak5 ?? vv>].B5ft}>߂zćȳt}]GF3U7MFUd\H-+Gh pJ0ueh޾mOQcFi,q^8+;ȕgV59]pOȷbđ0w1sf{) F$ =0#+G*58g{6SѶmw{]۷][IFsO w@B90=:ciՖy(&N@-X9*:GmO.pUSג r[]t)P~ٹN].VwiMۙ]rJWի|_[}ֺo# 99cw#g' 9ޤf5uXag;NO2k3rps=I;qʡ7UF*1fd޻z+~\D+n{l/Gb@=spy023Ty a×Q(#[x#,s %c5pPFAP<Ư >宅Ige󧐧lm$pb1w5}"1R&Zxz4#*jjN>M +YOu&UagZqF8JsIXwoI]wөxM}y{4i%m[0f([5|xo'Դ?kP­LM#ƞ$qc΃m4:|a_+j95}>Gς|A" <4mm'Lj~[|D>EhiC}ogwkd@m0ǏS<&8_NCLU yaFa>eˌ̨TR:mWK W2<瘔\U4 O )'cp5 5YAթW~?G_K/>:e妣?|3'ׅ|9o֢ZDK~'P_j~ɩ^[[w? }⿏!𷇵 -+BVsKwhZKoy5}Tp=ƯkC4 8_ٿz oP3coh,߅+i'Z izC[f^:ִ~K jjLZzW:i? [+?w4;ON4D:xCE&} O:ji ^k6I qZ8t%rXZ5ש<#JhN**:SpRHUN*TsœWG zR?m:rjp5'8ƚ|_kU'#v߲αKT֟^-R7\n5}9emQYY&x&?:%x3Oxb~|eb+,o%7LU2U go5߂/~mEfGkGAWKto[hݺp[2/5mqm,u([d]1-,j6 Ȩ#3Nm: pƧdqXLE*ܜOʥMӪu-݅;OU#N(N)zsR9q掖x]KIӬ-=6zMMu ]o?n.E@Љ-"zH| ZJr s7*3Nѻ$ nq= vIm2i[ZHIhḛA+jSʎ q0"}nSnӵ}İ\?)Tx[k}#aV''sNgBׯ9Q:8҅(>JWu*f'D4ri5I;Rd$a!9 Ƞ ! z1'V "L"9b eu 嫨yp"*]!b*%0=[_l*rv6R 9 Rj1iW-xWR_VͩA*&⽆e#+,lr2;Rd(W; `T+%8?_#Wӭ|#湻GmJLt|%>#Р{Xjb( VfaQb]L4b**'.kM)]>K(ӮyPҍMWM-SQmݮd9 `ɹ\`'9 *q:,P%H2g369dB6 96s+~Q Ď@Sf#׼QN6w!H-y]8f*9GU, }<*"ڄS嫳byl+FrGVTɤڲWu>"F6Zn{\O"^M)lK{xd!34ϏV_|YKf?cԵ9XH`m:+c-_Uo(7 |!~<6>!qoYM(K9͵BW յHaB2Iʓ(1 v|&gi/*5Vt䓝V9T\bjNR,%̯g:kEԥڟ2vMǞ6JNCxCǾѵ{jFSun@9Cu,H@~G ڄd[;'!32Guqdf$![#vr8$`AG 3KWY\*_۶$dڠI!WXEӔ)Z*RPy_W'eGVj434ܬmVKՏYno$yv|q+cmܱb1['^KԘ2$bF0H;N8Iܹl/H>ҁ<ҳmۓ~YE &њɼD58%7M9_~9*1aB~I¶%.Xbirʝ$Je)ſVX/i7QR &tvZk7'/hKPO}.}u[[&F7sO'̓?kOGs2iEԫel.me-Q!#UU]2aExrk? ]2.Fom#KXd#|1Y +MC\JyXBs,'iԩ6Bs%RjNVN bڙ޷sM,$e ;OZF{I@6Y66pɳr¦g-,R<XFK#,N,HwIfvrBvW99A5,>y{c)~֞ kryq$T8SNy!>e]MIS̡O][VRn+Kvolc> [\rڻj1uk:1K%FXDJ/&\_LIWϪg>{xmݤ70tH1&ՙ BUUiqjbEa%9/o[z9W$">g^s\qpNsiPU'&ϢfnMQ V`OI{J|i5ȔyR0Xylu=P0.H%NbBɀCIE_8H!P;:`[1̻w1⬥x92CQ %@qNu9[^&Y&(vDm4vVzk" n㝹N3Q"`Dϸ0UvHbgnY~/*n&t !4Jb \im gpU!O2&\cVR0m.FӌK^䝩:VJ\:ji[]imWE{V84fuڱl@lg-9/oxPk+1# P&8 #o ľA"L`yL?4D BNw t4,ٖ6d*>QUs3 R~'wdi$ff枯Ӵo{}5nhmvz7{ֹ@2рϻ~py= 2ˆ7yOm7HW;`bUrsU˹@lyMH]2nvUM`VZ(E!w`DB.'iS3A][⎋ҼvJ.wkm/6e9.WfUW;۪o*: )mogkkhݭtvZM+1j9n<^Fs&oFa8^$`^Yrs G|$Hwj`֭e8FqiIrPTNP4J4u*,,W4);SNjiS95w{F*S ~^POŚBZ]x7-ãذewq ]RO@~to\?dҵ=h~ ?%Fҵ}GPkbuOwvQM⼻'wo>9x)^KlF.EɼosŗZ| mgOLMj{;-cP&Kc+6OK^>c|k߈ o^n|NP>S_mSMwJQt%ƣ%? ~^vo?|()KcND Χh׺4u|S> |NxuY<[ayZ\}OX/oI:6>!.Ӛg_ o xgƟ״Il|1_ iW炴 kSC$~&'פſԭ5߈>5o^Hu<5:ށ_eێ4Zҟ.%OMNq3ʫR)JNUq2Z,JjtK(aS7R BKU:Evi^NS~zz%e4Ȗ66 Vq=5֡c^S-ՕӤgxDLj9rYEjC-qM,mtfYb[4,^]6OK}ᶷmS{{{RzAe:Xįcm2F}KPmV/fG&{4zcäqy 0[Cm62uu3E{/׎ UNQJI'喙(U"y#(~ pEF}xXZjZ^5%{8](7>ey)d73L;;\LC7 iI2tkurA^4 YB¤@B_-@­G"%SJʆBŇw#kc*1)c *B*z:@ .s@c|EJΥI?kWJQcN4BM>YZ jJv4mG݊7myU'j֥i7@F=6:GS:ǗEe!<I$GA LP~U?|p1^g@EFh1?xoPC6r%\lS\qR^㳳jWܙdvշgy$պ=ZQ^M뭛f,rfrW%AEck.s_Boc>7Gco%oCDƱW#p1:pc"h L9'xm@$Xc6 c8\ h ZΟ}=VRθM{fH0ĝJJ HF\=]F*Ys^)kŶ{[,T_*j{ݧikͥ֊QM],lԕ@!"I'0p1߃ R%֭4M2xPգasgk+hd9)LG{Oښ>Gigw/&ԂfmX|!1 _GfɨwG 1uPIbUK^W>ogQOj5 ЖѭV\ѯJQqMܥU;%m/()99/hR+:z_iZ?0]H"mBF6vNR av$ӸVp.%iP NC19an+wuoNs7>fwc'sG540eB06)ʐwRܧ RwWapl*t҄)Q)ӥNPa(R䍹RWbJrm>v)-yi9oݢe.TqeC`9>N7rNݩZ2JQp~bAqpЯ59+eW,T0@,Wo? b-Ğ#*ljmjc ˌ`[~kJ"nJJsR 6ޏɴNNV]nMG&&LLtwFPb+Rw;w+ 8$dd} g+'ҥ5EQki%t )[j+kdܓmײWvfɹfQ!Nrrs n}YO>2:q'bFio\.ymUfUJjvtEKkU_[{Gvv~~&iM3YumX[\;Ȧf*^k $Qď>twVIowghi}OZi>+ Yr]U(7"o yF3\ŵ2O<,mQ'+J!N bd$Y<7rػWTy}rDrdB3F` !lu> y^SZs;5uh2WnӦ*+[i[5k%kgU?VmR\0*kjc( \ޯp4]ܰt4(*хWIa]fzޏk=>[o.i}Z(\%6ՊYFsD|VXU7.Q OkŇYXKwg9ܥb/f 1W*jթb-5(FQ\F\g{,5:5aFVQp:rTSU99'rdW-}_I4e2AQ 1ā؁+Kk~$f1Ʋ*"XbFqeFNqR56ǧW'` U 8nA V𬳱w1W,3!&IiDI|Q˒FcӔT$ETMJR$jxO$Q=6'J)?d}wѸn-FKg]>/[ UuC \0%fLy4燗LPou+s;۞7skؓVT 1]m‚pFAY!0o#pes1PQҪF:z{GߝsIƮIT4m7WOuA:pG٩$j-6նeu7u;uP7M؋!8$@ >c:V#}U4Sg$dRSF%ĖkHɉpi /%ǖG)9c"V.ge^Ld! Ϲry"7RnjT!NO1jsQbƔb9QMyBg-]MkgM4Mᷖ·Os_yBpU+.ž>?bxM-6II䕋;?Ft2 >nYF®|rdWF)^WWiνon᧋H͏u5=bæD&MR84iqn`F.)w.n]pbNi?/Ԅ*Yҗ#IZ[Wm6]\^@GBvquaԞ1Ͽ[hb ː:9' 3\grr@oA~ӏF1 A,yяBWn}GL+嚌SӕIݮI.]vW_OESKssp $;dKm6w 8-} #  5x||N085q0@sԒ9H$׳NNJ\\'5խuo^ ̢w{v{|knT<]K?|4_DA4Oh֬|j)`f՝N^iMF5Jal>:UN{JmSj9vǖqt^2{%'*eN1EKO.WY%t0U+Ifx֥*yS{NNsjŸ7>~οSπZ:Hd # K[\˦A=ޅ*ꚅ,VßkG^:ռi$kzyuZm<9j<𦫪S.tՒ9AFbxԮ,n{-Y!x> 5Yu_a\˯>qhcRM7R%6/~>O< P)o-A-,ECt~wz]JŵpbyBWFu)N!85*JcV0Jty&Qp'/{=3*cEjϗSJIN^ѧj~RROcUs^|c4?ցiwZM΍}BBF,RYզ[PQY%^lj|9CU [_N.+MCš_|=k}Kb9s7yo}zEi;x=t/H=ĝz_5JBB[ @[>Yl>tپ^=E x<./3_VZVOT{T\kGz4k-=J[Te{MRʽd:хz5pQQN҄K_`״(61F!E +FT&=J|TTʣ4*%otytg' Xxc{]ŠC#=]^:1+|/J}2-\ryxFCx\m/4/~_GE,yd|Sj~ ΃=c> F` *~h#wOxgY÷xkkIw=;He7wzOwOV/<;Q𖕢{Ʃ;^W^ dgω"ok4:OIwLDG ^:t`PաYSJC/*ҭscp~ަފ*ÝU]IBrT B5$:aRTۙ8]sK i>%t(-<'7/-o~shH-n_">$'he|$Ŋ%O,4x6;_.H kZ#IM=ЭdVJ'QM>;EY *)bF_5R1*EԳ3%<oONqU$heIKJ+߫gB׽ |rRo9;'wdQ ex<3~l|(`r=8rĤ Fo3O ΢`ghd}@ݞ1s-v]Uٺ?0ے2¼ԴU;S<9c^eS9Im4w;%xٽ.JNѺ[Mw#+% ǟr<603Y<\2`H^8(VR09-0Y ʤdNv*CsڍҢ\cp3 sʂ@ muNYrɩOVRnoWΚ)D7{gY7$ioIlejw: 71ۖYNBV9ʟq]g.jY+{4ՏfӮ$܆Pp"j<;Fsp=A4XTBsNWjKIs?|PۼhXt];-wfܶi]?yk bN,A'9$p\IUc`GUQIM'֦6 ҅VzmKΕպymvlwR6|⒖W`cY ]ٴVK0Z 0ݹLҒݸ K t-:)#y !We$.sg?b Fu Tҭc8_]Iˬ4-@˙u}KO"]Ɵ%G+(WUy$o{ESN#=__4)J**NըNɸ i o\\ΠEoY; `S,j3k K"?QL`HZUmgnͫ_hI6*FX} t[3YTeW-kiyi|p LmtnWG'[b,eCd #9v<2%h$$n0qŒGL0\S2:q#u$+ҵHs4)RdV/k8OU_tn;ArP ݆1 rvZ6 ^j6GbIC.k6*3(\UKg|`ܕfrvrW\ڔ(e9F\ા.iRGbRHNS|<&ڥ%:qiFjke\FSN/{勷{IݝhOR=F=;G 7V1kn$R)fʁzO2G!'rƣ Qݸa序o s|,H浌뉈s$Z;HoS NXF<8rՆܜb))iF2T.+3Maj_=(Ө^޺fsg;x{QxHt}& ۩U^P[BbL TDQm̔N# <7OQpÜsZ 0޹$0Np3)BN)G*Ѝ_ejuUש:kU*T.jnR~VZ[LAso0$qy\p3_ i{Eq]I \FO0# p G$ud㊪T#u LoTM|\{]ҵh+.k3CBh!9RU4jlEFU״7ճKyW?ɗ e/|RO^,HVZ$Ğҟm0C^#Ю.Yl mu :MIgoִkY"&# 9arY67Ï|-ūx:-;-P^L[H"\( >;0q)Q|yJ&RqmB5%+')E*Qvf#єܲP\Eɻ>hhhY?͹$M!eH.\bUڻ@OY_R/VM6VvWs6cZ^m,|w\EFvc># o\&>idENo&͏Kf5VYu])?go/>a9HV~|J+ TPӠ KO@0orAebh*e ԧ{F,)&gISIJ S*VBXJm%G[[I+5u{vׂ(ႍyEw6˴wܧӧ8$#GCOxSY=CMxȖζ 'gsm)E'ZvSM:ku8-޿5u1#.ju#&ێj+i~#̚N /y}{YGN:灴 qtˀ 6oy" $yTvm!U_(szsG\0?Z OF}[⊺i~&&^ ]hq;[j)s$)IuzfX-kߣcܤ %5ψקJ:77)Tn`r~qX|#k)U0J7Qjm.(9ݧ I/O*g|:_~?bmmlfl]f)&0ӢkmAtn帵SlE|U'Ok%_\<[Z)#izcC5%6!5+ 3<#rȑ|{/;H/ϋ:.|)Ʃqťxz_Pw<-;XLVu,Tz<?b(sTiUp)F"]Wt\qF>jKJJqS월.~Y['_⫟ ֭6[Y|?3:跲F-ؿ\XXj7ӥk.B׼3k7 t-_O<<֞=/Ľ%mr/UTX,,5t>TMݹžUx{ *|wi6K7S =rXhY᠗vww#o mn?~+|m:FԼ5xDŽE}TTsm+mN5GQ͞x[9`quRTT卝7>e*R|SRRUWxZ!PJtq~IԌg8Ŵ)iNRQ\e|+[?Pе֭4zew1jZk:NXjYhE%Ϸ߃_|;߈[2Y{nm)ƞЭ{}Q,ҋ]ϣi6mopu/fU֭'UaQ!C[qUp娣IamG}E9ү8קFE{^c6Z*6MIF80e;x.㷋$𵞯| B<-kyƕmX֥gkilW?WZ)k/56VBËk.xSn CZėdn>l9߄:%OjZ#u_m'A}ږm6 s^Ě}UG#έj؇u+ۻ{Il㕙ktP;0YUrm|6XO:WҳvQZ+OUem.S)Vy~$C,!c+pBToqu3Lr6F?$Q"8QF-o|.Pv%F6;ȩĸ*Y_+ uv>9 UUOR.UUkVi_]m}.jzM?n)-T0f$#q#MF@&B" VRdH۸N9!?.xm"}, 2>`JAʞN22 [OM{j$#$t'y+ ' 289q5U9JRruԴW$Zprc7-䖎I>M-{Wwr_jėrFm_쁴3f# 1Pr;sI(9,H5Ҍ1 @$ಪ`nB|SwP2G˵rp$%^䵔kާh$'$8?f˩J)Ӎ[$iKusfRAbG\+v[íXLZʬxlaX@wyrN3] sqÓ(zs1\񊌛\IǚQr$$4uis%N_wvo}|d|:pxyҍLDcapzi?ήt4W^ISeU-6׳mƣzaZ?O'6'oڕ{ٗ2ms*EX?ȴK1gt:[ Aeo)ɰJ" Z#&86`O-WMSOJX _.gI5 $@FHZ4牭\]syyr-] BUc`bs|p!R?W(jQj8ΣQBS,%)Ÿ_YOF5e TKHKNXI)ۭܮR7>+xkX,t /i{ n ݴN^ d%KqARX$c-{74=7jڎ|M.d>k-'O2,pr xV% ʙ>$`,kRi:2#R%K^g~R$!F.\5VzynIZ)Z du3 8OW\ ^"ap!f]  XC3Uo iS73{ʶaYHa\T@ gվc~jzMYj(ɴ u Vx¾:z&Zk͝Σ Lee/?`t9(b1..T2pK׭(4a|WQ)uM$+\֧;])J>O߅a6d%}:ITK}:]XDZYdH {@ixB+LX- ꮦNx Ae 7EY83@{?Z vJFF\k&={D[X|A[}Jm&: =:Cm9RVtw"Y!+$W%MAKsvoo!c^g!>O#*Y,RJRJQJvywJnЫNV"~젛j}ۣ@+ފ"(ӭ+I7k:ԂudrQ"C F6 A;\%[;xVFg<+X",A_ho$=|#>xújk>%Kޤ:֪6VZ^y,h5KJ[M;UԼQ㛍2[ Q[{$6umy&4cM[/{t*e ǜLUhǝ*[%,]()=֧RMR 8*ҏ4#h֋$T#V18NJ3V7(N^e>y]\sSB 4KYi\WO34#F; 5gOn|9SFKK5aK%?ب;6V8|1 xW}O]+.Ԥqkg30o&$Q$aj(>9/hJT&R. gj%I݊9H 7eeN $m^Mxji1qV1XVmc1tF:qxӅT%ңJRnz)5{ ~~:>0Oѯ'+k3O_s#$?Ѭ5`w*-n-,,㶶8a$HQUTDU€~~;_ [ xsLӭmm}F_6io7̔ {|@ CWrG^)§ύWQÖJVJ(Х)4;T&~ey쳼tzyns.,EUkF#2.(gJ\Wj ʌW>ГҶѭBU[iA'cy'_)f#8=}8rWCjs]sa܎fV&EӾi/y}+[d)҅IY'nۤt&N[89|Ku!5iڝ߿줆|2뿱ŻS7>-6QRG.`Tk#wI{c=1 6ᐰNN89<O yҿਟF|&'U3xH[hCGMdK1%kC<D/,=j(7D)r֠n¶bN*)U N-n5ڴe$%[GT߳e?#S jZNe\zd&FY&5}&G$S.&3;۽*F99(y`?ٳ?i|evx?SYYGs?Kml3]h=V˦inҪ ߄uυ|[n_kö^E{OΒ\Ė<)g0ߥV YYO S%qtm*RPZ T')MF.kl9aNZjsPI۞4(riJ\_ ߶v9nno㗓_2{ i_Q`8l VT[|jڌz}su=1G$5,Cn_a|v1}?9մ5~S y﮴N;;=%,::pҫRxET"J|UR5VQSsSu(azqQU8O.=]QTl/qW>%|/ i aS rI$cRVVvs՟bp,RNd\y%ϪyһI? kgwGI= [ـ;vkS!O$;<p1lm|; Ts9,NޜpɒYT 9'Ԓ[ ߸rnۻW$0p2f:){OvTvkᓲM[G.irNq~'-cm׼ѷ `ڝȂ@P dnpb#r{*[NJpJOEV$S=yj j$ߺ]j^V`U\NC*͞"^4Ev|+nRbC UCUv.FQX`Xa9 |2xkYryI>dѴ%4iIɾUVѥwZ'g̬6җq̷w0F>\X®r/. ݌O%U`ڃnrFCdf\vָ`.$c @ `rFC.O̲ ![x?qG:%xɨz0P⦔]A6J̓Ko'gm ﵒFw#n;6*0W]'JߑѷA%kIF$! ?'ɖl)7۶u.YF-'%` $vԥ; E]6z+5׼4{Vۼt;+rH~U z#q+'sgArKn3zȭeX rJ\@[| 9=֕>0_rHpHlu^rӄen_5>^ijeZpڕTou䟽'Y+FϭڤԵh&a,A4Ap= ?/֨fؠ9 H,=:TOV*bӔhqOj}zwQI7/Wꖯg5M *#0Ϻq }ww%mt#RaP"%w"M"72f\Ȓ[y$:T֡*$[ڻHCUkOMlK1q-wA4,ԡa9?9Ɲ(u'RNE7~I9׺%˩0nqQI56Fesi&i:b[Xgs9 4kkZA]pUީ?YQXStBxI˲V8xyC0;Cuwx_E~df #cm 5IfGȸ ̒+o|B/\[ ƇJ66_׶Hk̰6V7RjU"xf:}' QS7{HӔ(ny9/Iӌm~ʘӲTT;:Si8rSI_iz|)oZoU[_@nݵWYK5RkAa%nbKWK <#|+k/I`mFngUvk{Y-o_ .%*K9dk🃾6I%4B(Q|8X/u o >#VuR6i79ޙmZ_xA)ڴ6Xk5!m4v|ģonBԡBOViBXZ?#/թy6ZT}*%AMFJ*ө U%gV2YuUSt_eeRUUHl] w :$V=]S^$VT\]gg3h]y=0r^e=⯇*[/ZjZ3/HATS")A8_3&)3Kʳ>UQo]us^Լc/݆/,~"{ߴM ,!Mm,vʐY41:)D|+<)3㟆m-_ACV1cGE4mz["NQ~n5|Z\\i;j'AIheBɩ˴4lBɿ$M[%MNmKgym: I`R&@:EYX"H+ r͸< Y7UB~ JѝZ?`IBi+JDe7:s882e!80ig!/z sFT18SIӨif%՘07b1Ht`:׭m lHI^%GT,T pǝ>!VLO7r6x 񓑕ߕoxX靮9XR$rF33?cjV iÚc&M̮̚IjSh֛n҃։;;fetQǚ~bN8Nq]* N:g\Bj垘1={n Fp=;fS@++3YTu#׎pbq^^Rt2V%hsN뛴SzW;kV(hUwzFifPFILg1<$sԌ3S<8qy;~5QE!I=3FpI#c=*H!rd1|q$W3Io@A ',+n,JIV[{+o߀ K9Cmd{ⲪW'%4 :i%2OJV} G(Fh&۷,l{qG,u/E#lx|b$V&,JݳFU3|Sye/.ܗzc=٥62 +x)!]I"\\,:LsQK{./ ɶe[,:,m5[Vݕ"tHFʿyRyRi (#"0eL-F?08 JPHa+BornViݚUg./+׵"U8JRQo9;$*k#ThdIr8@,0m$(%'+nI`_*ǟ $r'ԑGi<9')7l$H.Hg>jA!0\m8J*oU Q58ڟRnVNqo 7*oYFϑ'jkfV=tӖ[uVY<22w0c#6tRBHG=]Lj53]U]'s|ۤP'p,Acm͚X.rH$z| tϔXIBT ۊW9ӥ F)ܜ2I]ƢJOXǑ)Jjwy$--^iktg{mE0+!YTkunPg1zt:oM&I+9Z9!4dHTv%6Cm ^M.$/c* 0;!ldNx{⦾$3Y`Ñ;CVT'IiZVp\դܚNr 9$-w7ۘ^YRiY#x$fX1|Ұ2vyڃ4=rBWKRk%OIvSrip2QR+<,&K r%!~Eb $!kDw2(` *Pg53 T2:U!8UJpi):n)SJ.2KYStJQßM(^OI+(kJɩx?H&\xKD&mJy#urI,PhW G(UP,o9bhi4v.$eml]6cda `TtNz{@Rh씷K665eb8cn۴80RjFRr)U*]ki|G5Zr%-'ܥj.-ikr>&!h & vF:??6@9|Id摮1dwF7Sqd^[ؖ#R%VQw)"D΍!X͵%ٻx`c0kУF*ʣѯ/wᏴ+gw}yWkZoi=-\]r*&Ie+'#?mn rAm3mp&I#fA0l3x#<+xđS P rTQz4pҍF_m瞍RnǙ_Ve)-VNtetu2>qdI p9!H(9g[F!y9$B>^^In)Y؏-ثu~UgwK$o)mew!&Nd*+1ݓEz }{{rn]]GY#ƩBVh^05kս4WVq4-%?vm-?(U\ynWeYלյ_6Kn5q0RّP|߾HG& ,}~cprCnA+t$T#(%UX$Fx 8 z5J=֒(ӺIIʤTaJj1^q~坚\_^}%9+`qDȋ|̱>c% Bb FzmpAO4g˚e;7mr e~H\ Tc]q-ei^J*N3\|[Q{=T^Wj[fqiNw6vQ3> 2>Ul2TwkDwL ˂Fs*G\v(KchJXV?)nKf@'͕YNѺqn<ڸ8ZQkMKT׵қfVPVItJ$ݺ4I+ZF'%f̡ 1< PJ +oeU@ݥwd F;@8r '+<x#rs׃'h9^2Y-B8]sB ߕ+&.Xa7(9j&czZ֋J״SMr+XB$N܆ (5 37j m1mns%.ۑpf x|rxH؃X>cQyP ee74n.OQqj)EWSֽ{ij'-zmm+p0p>g<?\([ۢˆ2\ﻜ qYAGGKI5RZ4mkqSUOehl}U#78+{ NP`T8Sx~z}goǢ[yu$&SpOjwDe+vXW q-yʎ@H/; '6nbF,VPy%r T9,NyAM„o RQrr9Ο,ZG[G7,=(B3(EWѻV?1񗂯9Lj0I\I7*1*uMHoz[cGn/SB忇|oma51xfߕIYGJ[c^4t"ET/]:@P\Η2$˜+t^υ~[Nc[Wv.O.ZAy#ij:m"E; ]B_GӂR槏\F&RΥjTJ7 Piq5TS)EN&Rêp<=NJMF(T冮irMMFI_ƴ뿆w;^jkSӗ$:Vxw6w\ikI=1rHHbӞOXeu+jmo+{XtY|.BGnk5䡞$E|1+M!+^MZa~xO J+Nm{jg3&h~ZW/k{ Imc[:l]՝xpЬۑ4b*QacK NS*BrZ*''7*rml*ieRUaRh$()¤ڜǕOqrL'io-DŽ$%5_.Ve_iwYcg&2\YG5 kþO⾕/Bco}4z=s~ ]-iqxvMOWӭlʆɗ>M/o? <%o>'_7?|' o5hdMԼKi^K2o.XKy$)l5e(ߏ8k:s@m{z^ftp ·s-r?|Iid͡Z}ݍ\|)SRV;_V9)`N9jƍWVqqW5VHѧG3*tgJqUq:F|ҌQEi2/٠q_ůh~,o=֯+Ffsu4׶IԒa[ocO3KFia5]ž >kڣAPZEmjMvB Jp ~ xYt^q4|oKugiɣעo.QDߪ~#U -:얗7U?mE|IsmOg%ԥZMGQյcbuH-chS˸7!sWWM:7b3 M;F2I*;S%|LT=F5%%^$}T ~5a[ rK0xǖV/(:Gwcx)@4sZ65}&_ iNm$O*ffhB0%PH(@V;A `ĩ#sH##\AsjLvnQ*KmO.rkԞWGC GA-gWISVrI'7nkFsN7cu5uʬܕ8ǥ:~ iE/tvG֕e JϘyjF`}7ʐEЯvrN C@W\\Xy%6#2@uヰ6al'wi!#=T`Q |!_)RU`kөg[P>(ﳵۮpB9mǯ'8өK 9I9T:t$1 BERv@v `;9%8x0sO큎 v9AFPoWם3Jm螗m5vi]U{VϾWg+iL HN:xE3NqcwKQʎ$玸#S10$#9ܜ|4r'{JR>iM蕵J9wkE4?%~G7 ʳ9\2@Ld8W^ ܻMK>0Swc8t)2023<noA:L3;ʒAύܫ٪L9<2 Y0w:$*ŔVU ]d76ҬprXyJr2j.IK-9|WM6Z,ϻY&+Ǖ~g]s+}6 }z#&Eqh@AǼ_yN6!kĦ6[<]yV}zЋk{n17I PY`pޣnp&B`NT $8G#>H)S<4\Jk+RpNkE38ՔYFܫǕom\ytN{J>W,yR.IAĞEgMyge c{ \`^2픹v\ԍdq\`cˉ;NK~ZN)e$˖Вpu)Je}~ZE5dZVmgsT$s1&G$vz97@N:r2 #mrU7Gxʥ1}Mi5#(- Xm :m?/mrIvVmϽ9>m+Ʀ>W'7ڷ];ť6m%{%ŴEc1redYd [# l F'~v[$WA$)!wV;5>7'q +s0T@9< 嫳p0Tן_:Uv t`19 J$˓(ƒ|iIOoY]ehF/QG; ɥ(s^\Lx9Ws6TH*Fyy]s1'v:44͖vQۏ53e{wr;ьcV[7wҭz6MT'‚F2I 9^]b~H2apv.z)$.$c5F0qA!q8e}Fx@@Ax85(6qַI{MjwH+bjTr{$Gu=vsg<CrGlwXAe K6Nrgq`8c7(#gv3n[Ae<$ 8R po?)5j*RI'EEnmtng}RNSo 1*I WXz 4Fv3+!\9 TІTJEprArH3~8$q0y$ϖ U*W ' g<QRtWv2sr%&SRWh':oۇ7%U/*2˴HÐBjI*Wqn#V!G'Ri2' 0\! 7a$ɴwrNT.rdpG6|˚02E]6MXOTB4SM[^^h*+ľI.@pXD݁l13KE@Y#9<|/Cn~VOirXQZF2mZ(EyۥmnY#OOpk7yo}vڻVkMfOONb0% ņけзbFGG^Nt}9+˱% 6t>dR0A/6yp[mGp>r yXU'NI_ '.|)'b)"ekK!ca؁s^czJrrU.Nr朕[RyEJrT[NQNRwQJ[KN]R[}uvZT-,32D/pKnn?}A^\뺍΢芒2ombPjEU Xgʹ u'NSOI8UpuojyrKEO%9S%iFyc͢l d^bmr6Kse,PohJ`Sq aICx#[DMȩp'$k7m5qm~g\И;&6e`UM r \\]Z6^ƺN<4eʜy'SIաZ)U|NvRN+m4ij+ /{垳5įuIoC$DbCU"A$Q c ƿh.VuVZy? _x>Mhh1Z><}{Ɨ^ ;/5n?b٬Lnnc0];Y$#R8ѷy_ <]#9#nMbT;V&ԥֳ..5]`Zu/ZJNqioT<:iUzgB5c8UMi~R)Nk՜g >6~Z6ۦe N{kzM=_ͥk&7.`Mg\_xZ-+^I#MOw+Oٟ⮟a<}㟍:guxTӛHm.M[]Lųm>}3G6k,hR xdž r=߈|A k:v6#[.&}:,O'KXQ}|yJ)X+E&iXXf|1^+uw)gQtRi @2)Qb{j+aZױb'U)"VjqtcRl:UQV~ոM])s~eƣsK񗃡׵è,mͶыYx'ЌOgA"7FArX֩Ox^|(Q-sF?_&Ohz>kr/4&×2_YY:TI_/kT^}/Dto Yt=>`$:ӻo&خ\Aqk^~]=%>#d$y[yACsٱtno$bE8LnYFlFh)W)CNR{ Ea2Z^֤?gK\AQq)S'y)5uëZZOi{~.a~em2kx-F[tZفk+=_? iVU]= ڮ0Ψ$P{Pʋ(HJ<@~zG@U޹+x-gX,-Fcm+y0DWK~\|JV<!^\b5( 鼲FȰ)PfsYJ6uJ49<. s=#J2H:vGn>zl&RY&UaSQb4Xle'*S|ӏP@ .ndQ$B9,UTwbz_|AI`-,OSA `T1>]YhO4v%3]m7QqTڈ6lk^_mK=JxI vc!y!q78Ш7#R4ݛnWzDVZ][Ԯ%dhXcap|ܾ|̒!A%NA9PF,'qArIVʩf< IcawmVc4o0H?~1"_kFyvK?alի+ TevA qWK,%A.@ ׎)KuxTD!O˸9$c8 }k'ĚSyX޶+^ۛ-@!_;0^1c(j_\ov$PY؆~&byxgMԒA$vm庵6p4n_0!)Vq[':tէ/5ݤ%.gdrV#dcK #f iYs]n.ĺUyM V9s tr 9*oa; rr'iNrۏO/>fVm*9;|6.](Uhme[`qk OVH귺l\Ƙ|tLOdEOn5Bj_|:0ks6'do\4'fnVjEto+>x|&"B2ɑ_`>$HY=[$;s]Oǟ1K 8\y$`qYq<8#=}NWn=AsJ4i(9[kM/չ6Rwjݭ1iNIJgVtXIl=II91Pjzu'c3g`3^54 )9ܞC#k4%}ӥ{$ߞޗZ?Eg #+xsx` pIs϶H-9z*8qJ[@!0.B6*r6Vm4(#bp lw<Ǝ HSby#CF70Q}їcJ⼊^N 9+8J?ieVRIZCj[uv;[9$+Z֠+$`۹R\#p;IV$wbd9 cro pQ1`%Rs@28x 9"TBYI x !SP^+ OݔcdxsPK\+> .e&z&֗wt8e?1*\r@(RrrXC`WAoo6`Q_9e9 ^6Un '%@$1XIu0řF l)a,+ ԜsQw5=ҩVxi+K5wۋ$M+mmb_9!1 `u'-`Mgx@B**W9vF 2T6V'H#=kt>KD7@*rjÌai*nOu.tkGݡ&g;ܵܝM^7eWt+FNh Iy1qPDV^H;] j$h^UǘK0a*;X2ͭ4*\2ɀyݧq;MmCj8  pppFG5/٥Cotpє,Eh&Rף<ϥF5^nO[gC8C#Y@[87wx{]4򋹈,z[^);kpt"(ڷB_(M+*n\P=>K԰{aH dߗx,FI؊u=1{)WJRk:WwpnQQrzsZ2.̰AG ʒsP'tetL|w$|?yqsjkba6Z¬ךjui9&8Ԋ ZRz-))B 0rKt?~ 95u$r↙/5ygcO /YGoO]IHxV9Xc-~J[IƟzIo'OmJ/Io.ܘ%&ˎ3>TM;ooh[s5̖НONG$)t%lhɴ͉)>tPiZMƭs>!ּ'4>/o&tmKQu4iVtҮys[Y(qcKraM'4M\gx*~tpO(LEDWj`̣g{:Uz?|Þ;s]5}dK4>! 3ix~ 1u)J( ӚkBIUsN.׺/<]G˙fTFu*VScG 'ʣ.h+R@4k-:MY[$.2$`8'%YYZ͆YUs"6$Ŏр@qKm̥<۫2 /t9{M_F]H `z8׵ySTѧzMk-:IFNwnMkozm L^7X]˼ pwnQ&#ai XQ;=UOݝ-R]A Pă䓚9uae&ҥœT0c99?{o+ y*bj 'nFv`CCJ*Q:=bJI^YJj*=NS }9$ʱ$x$ cc?|]Ke-@sp2@999R+C^w$a6my݁_/j77S8$ A2qs^3II57- +GӚ/G+Gd)e%v=4ﮫόZumb-c cqБ~?Fa+堶m[ϻI!1hÆHSڛK_CKH%xv>^%rm i(?31e@ƿ}1A֗m$WJ{?LB"r33DbBHK/kaWnAVj%vy'.U-&z-F:}Rtn뾬[y'fYXLBlvAy)LUn$h; H6͍MoA]o9̹[r[34ь4~zJE3|?9V+8@\+MfO,F2=KX{Ǖ6ԹmSZٯ2\>f՞jmm4WM"TvI"0w@ tb:vO qڞ!b[Ebd`1W, -۴>uxъ:*M4Fdk(!N.^hq7AUVXYؖ\*F^p1UR$`wq[wQ'+kqV-koKo.j ues#G+DlC0+s8Ul /j1q${5\D[g- }CS HWR .mHX+&ȬTG %TnҢr6;9Ĥ*$ܩFOIN-ǚ1QiE%/5+ztեm+u[|Y,2y4iLjܱ2|ͅ Hr@¸?D EiҝJq1OFW,285qʂTQe++yAS(##q-89??~(n< D,s$Gs UWu,f.)9󴽚/yE'J\I{mNVrftI+=_g='` exÅ@~fEd/%^j*,)窱~P _FjI i$ށ~l ($ئM&WSFKVX[/&XSPmۉ%'վFmhNNN2z-);wfޚjFi3I?$h`6tV~a<< V1epb{6Imc;oShT${9pmNJH(ŏ'Zp "*ɴKd` N2*YӜoGoN݌jZ%dw^+~՞}UM68ґN0Q، `06_º fL:K$m(">DifE;css TXRD1DFlBqD\r T2FvXbfŝQ~CA+>c84/9orrx8E\^R勓pnI)\)#G)+r':-GW&HTn&" >0>Y\)ˮpt T+ <I%Ywq81BWko9 I$m{ \Ҁ`cc9 I$q( -88mˢ\ d4qm{=mմv1 `px G<+#Pvd(IF63,䁀5cUN1 F~`Qp͵. Nc`˰m0\1 w|Ғ$ܤ) P׳|*pNVS鸍u|͵6-.Eɥ&۵ﮤ|Opeu31ˌ*̹Ps` ˌ^|S񽟆 ,ϬL7Y yf8~6Y"lⰅVKɜFBw<8@1.NJX66W 6  r*78xFAk '!|5EĚ]+to,^bQ⦏x œWƫs6M#Ro{V$NnݷI2Lz,i T$ގ&LPnD{RC;/֐m|Qm$m&8׬/n~az©vS 1RFK (ubF[ 35c_~&H]( mhΖLC3ir^FYR&R4чA%mw۹bFe9BKyܮ,~\Uz)AUR*uZSQzRQ"%eOkYydwsxu-p+ǖ#w'U?-e'ndI5k+>KIifWZ--W׽KJѿyREW$g#$KUP821=zq>1XๅFQmF%݈nI1;9?.+7mgpw|sg$%U## ¯%5٨s'+{])YuZ. sSwj=WӬn]cYv Ld%椁An:;p=GN5xA&@I<| sxVɐe8瑁rqFz|Wi$2wm8Z[Ti^'k[{ymۺHʪ0A#8-='o. #ۻkr9 ۸;c53;bL) 82IXmV9bzrT8=8 攩׿ZIBJ7,b3KW.Wˤxߙn˲x62ݼO`#9G|-2lp2c? m94|Mxn.vKq'= s_7R&ocK$:͵yL\yA;E#|Ѯv|kb0?iZnY(rRQ(NI66hPF3n4ISJM;l|j|u[Þ]D3!!~C[P!~M|DuM~#EmNէ?)7!KO5&:֫i"xsCw;Ԥ&m3̒Υ^Պ[Y?n,#Ɲion8ES DRƋ5I߲e(QB%5Cr^!9niI5VZn.v.Eh涺sZ;9umqm:C"I3B`̖$y$*1eGU@ѕ^X%V1"ɓo %$E.]e$.Aou7!UBec۳*-H*b][$7angTvyV a27) cϒ}iCђM7i7+}ߒ_V%({W[k^p;mb"1"gkeUYYM&TIU4\їQ䤜87rFE8FwF0>lcc!$R-#(QOR~+;+k$ݚz9]Nײ׶L"M2pBL;œ)X&-e.,ɱJl T8>,Nm0] T*U>\yhɻoBBO m ΍nZ,Ճ`+3-ߒ;-{zsZ˖i{Rm)}9{vz[DwebMJ]C ̲9*Y^z[ Ie(\FBYT`'lFܱXd4VJA!fAn 7˗u`D y*I %r|, e wT7h2I6r2̛VWmKwI׻kutG@Hʋ$HJ2$B3q *JeW3di(o"< I"D[ ©n6Fs> 7>ÀYq!l`vJ $e9usEK٨=%(E{ϖ<'m쬛t[]VŸgw\Ȭ@Tn+ma7y[B6`NJP2#vTtZ]`fQ+;ڠk*H7@ !QeVw0 n?6w1\ok^\j0v¤/˼Qi]4֍wWKr"v²sSA1Tx݀і"t TB9bcgf8 2jcgNBr )[]@VS$!$0@hM6{jZۖ7.]cWIKowe5{Q@ۀ1l98@'wu!ѳpU,G?/Tg'Dv<*pU^HfU6)p+|w93RPPB\4$ܥe)8$(VϚVmkYk$mYV[B*x9ns .}DKkoiO@&U9lިT $[ K5#:-J8pT`UBp0|I5ZZĚ1^ߴ/\@%#ޠ {#_Ko{?X[: 4yx-*Ȭ#q1M dcN'.Vӟ-MY)Yg̓oqw\JP}eE].i]&JWWOS4>%x'~Z-Y<=kFү-q{c/. UQ,;bڵOgvxc̳1[6d@mNђqď Z5ZiwJ&Dd,"~rm"*!|e柪šw.KƖGu y$ɤ6?qp4lFKÐbiNr]*^hiJJvrQOg'K2|ޥxvOW*U}:~jr~/*SIrŨ98sÛҿj$Zf nz p99=5$` ʳʨ{I۟~y9tC܈UFRJ]̢3n5_5ռ;+][Kdug.ht|Ys0 |Jj9͹4nk7M%tyIJKoK,v0N49n-rNqQJ2|\7ve]ʺ%NyE%smnDa)đ'[̍Rȳ#(vu,n.P#ZKG+}h'b*VE3NdQbAjI 3A8G&7iDB)sSR-J)(1jQM-I$kMN'k[[Ti6}8o-r~Fecm8U ycId&Ril!)yONUX9MI\:y f|:I +"[f6]ԒM:(R1#nc GmqH%HQEpD %ĒW#G,q Gsc|8W.Y&ci˖KNJx{M/gMIyYN{t{'}׻խʾy.bCs0Yah!iYc $7𤘜rIJ+cJPyD[<з*) .ΏyMǣyah`i"F2B F8KGtMRFtcnfDmX *$\m)GE( m%dN IZQJNItWw/+fvV}Ry eemyݟt٣EluU Ƅ&D{,`&<%B yJЃϸM<+ƨB20yqiUwfGr+uP#5JR<Ҍ}I)N2|XRԒV7klin=lagX)…*WQFHʃ"Ǒ#FTe Y$+lYe zɸƬQ9˵*9lI#nI!\{@qnYR3;;).2X  ]Y'iI˒&\ۓiɥ1>M^&V[kKۭf\v̱ݚ7M+*ѹNQ>Ť|"\<.e2dR WiO>ewG)Z'2riFc UF3Fɖ%q$jIgxe$Ѩ{)&SwrI2mYi){I95 )F%fH,,yIrӸ gd,dl_ Eնk0I3@y#ydl;GJq]XO.5two|9Қ\XL"09[8>n_~i6# Fi-$t7ks5񵶒٫2EYμBt8#-M,c$ \d?(ppwr=Œ$)_ OHڸgjsk0[i q\E\1V25✝V|ӕjNOަfWIitצ餹/#IO2vBFd8*F`ّ!IW+ʳt9V_VEc+H2%Au(#$}^r*#Jn0eU;D5uԺrp'tޜ(NSV_nsXq`I# d0*6+IfaeONhUَ9<?(85$+yN8Sr6*b;?-lp,gw69&䔥XBҲr\ҿ2,ݒN謴[&nje l"6FH @+ *}gPKkhb*yXAdNv!iْX8b`bܠq\&=N-~Nj Bh Pm 2nzX~my\[M9EAS!.f,TTݝғiE$v*jnk&y_Khike#̲aѣB4mlC2gY*4=ib1 j@s |+uoSZLJ^w q p#Pr 毷Ûʅ-Hl\- )!9/,`*0ДC%i+Wp*\rוΧv= M{25:Nj*6rjow]-H*&LnUyzFfk˩9' u A 28e$$zB$GA?/~>>6Ie'PC8͞9 r&y$ԥ9JJ1cs;%5&wvqU/19I9;u'gvJH w~xZch-"#{/8cSkHKm:++~""Hx `(݅b xO?IkgEDY'r n0:`z;fGf`3Ln-+6G=⾵]{LDeT F+&|V*kμ'hF傲IRrUw+UbKӹ4|=A*X~ NڭNCȉR2B ʑP0:c ,vdz^ltiz^hZdpHZUk) .;KvH|F9x'3g]Rcb*CDI'$ރ p\JOQKN^Q謞[d쭥ғ+Nggm-ϾRlnb3$pX|˩wPXƁiLWʟq6_Ţx8~,,QW1iy61|?zDQG݄51YZ0#xk6ljYjRX Myi2m<9qyR_sŖqW^Zc !fIL5cxRMW]^sI ɪ4$1b@UP>t_OkHg~Ȭ|<ۇ;$tʕFA3S $%+hTkEZO3 1ꞏZ({k&kGeOD vS1Z)*HfñD;FE|mn~zkf7MqDqdKBӐsW{8`xI 'y ,A7@w|&~23`ui#)]ePh$ؗ_tOZ+>IֿWgþ y>mcS 6f&=0FpLӶr-} Q"I VS|kH18lPg0_EF!bP)TO1VMWj/A{{oF ie?aZ4b} qEsFKީ I5gV7w+67{~)m_?*1`{_诧*mb s^;fo{^Фv1Qi Dc770#i[J{<i`I ]ƨ!IkbrXێ#;{mS;27Ϸy,p+w`n YKgzxs.)VPҧF)MӥNV4my&ܜdIKޔt6z'w֖v iwK%N/dh!Xל[4#NbLIX )6acƘ2 $. OMo }$щ4~U1@;v7{դI%wXe,r"3 `JRSM$N).^gIoNKDzYAOkMJ@P#kYG|cqPSsH>sOqM7OΥբ|Ӷ2MJJn_7å糷KW[I/6(b$ k2e 1P4`@1s\n#m+;Jk&\mpӜԚ) +&G+nS誺rn16e}RMA&)k'&կn[WnYiRA$I |Ṯhw;wmR9UxǓj.nf9$9\מ5>Y=:Vt^I;Fpum'-,ۊBvPdezw[=M[]1AܛV0 XHoIhHhSP  YTgfsOB@#Qs vN0ymdԴnQ%Mҋ$ZVM\ʛu)]5kr۷𵟂<7x?OTKO.ZWg*l 6_dL]$F!g3l_,,ıfNI$ONCfh#Y m~f~黂NI9lrMTfRrӒ&3:HTQj-;N ֲq\;5(Oy;&|ۄ[[ٽt֮D@mjNT>%]N` <?IHIUI4n? o9+ѫhtI~Ҵ=Vi-z%JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(5" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?;f cShEiI*VCkM"G jZI$Wm4wKCu#~Ot_aUv蚅ݏWR^Vp'y8ֱIk^ +9 7uS7y^wpr7 2NtU8fO ޟ\Om䵄 ^0Yq~\g VNpi :|Y$W#WQHvW ;MB Fv7*\pn3_xNF)å #O㊋]t{vo%RdNDl u=P5Loty *JtzV)汯:ŮaFN6S}J;gqpecx]r1pEp۶vAF+HwpOu3hVeqHk3I*8)kLY|o#ԋ D09jv&Y0j|V+Ù;GX]$0)DӼ/>N1⑴1hSqBYѦO9T8hromU!y"U:39ɦzR5StzB؎E 2i<,jujOgLY O&~mE*M6 +چXOgh/幷f(p?3,ucM~rmUofY"`GU6U./ch7FUC{ku̇j}B B"̈+2(%e5?"rwgnI MV499KWDF&v#Վk\324R[c'vUHs9@lOq^+ VG>)sM*4v9ɂi<В@}K Ӂ ;0k*$`Uis%PBCJzz9B]аvH-up zdN9kj.yܥtz6&;ܜ^;S 8ImV尹kȬvF3$r9ȡ\07H0Uqv1f^\8$r-HRtF0~E' v@ ¼:)lǟExSPX@"#1Xy5g"i,Ž':N0:pzN+HŌ 8&{Aڑ'b' *jGNvF݅Y1iıKglrMi\me@*5"V5e91OlfV6+vb Ă& _c<\>3Fat V36qPצAU+S7ԂJJFIZ fy>$q'=kvd}c`W< eOK*EčTF[a9]Y_R&xe xT|?=I4чԺ_)fbx,u,ߊ{vhױ$jkqZ60r3啻\"i,x{U@4wSO^docO-C$n!dqDYL) R' @WS~ʳn}CR[1MUf8W>)N:Ȭˁq2e ޡma`-ˏ䯌dF+OE`)jE1vG75K[+Y kFg"`MO~hcq+q֒hc84"B6ٱE cYKd#\'f@mk^>تКJ<4&Ji(eheꅩld .ԍ5EXV1aDr5E 槗"v4"V>纳2"@EM*RwsƓZ;!'ÿ}Fӽ61n7(2{{N2G&UiRmm QccmorҺ gQ?O@ sMz NUJ$ @:oYAn Z]BĻՃZ=wuF_qy6%Yvuكk;m-zQ19PprEWa9ߚH@'Hr 7HLQǾًm:FDhw{v.qyŴ ^e{cz7Nfi]eC46J.=mċs$`w#H,c*=jv*eB#@dN[PCb҂ ;l9քli98]MTOݠWGK}$c95דOHw#m1r/$㝗4DΠH/9]W~K!1ޡW ޅ$xhFw洕h(&uHsw*zƦHm9'#2yٰKqFIQ4ūfѣӤ rq y̌YGc{k.UuzVVҩ71صV'P*AEkĈƺ+ŝAԝ |>o:w52zA%;iAҍo3W}J`_`eM6'byWƈI$wbrAF]>aZJ^}wh izDC<.dĂI`w&mPx$d]ރqXB|$et)"/w1;gڴV4l&z=F1"6jj4b٪f%ª*V1a\oWBgρIJY;Wo&:`v)2pI<|,0M Fw 9lպ(2}9JQ"TA zI5`1^(:jiK[w1.8ZQU](]\ y*8X_k#`{f+ҠWD-q'I*Bgk8n'Ua#“;nV`rF#\ "t6<|u]iC}@Sr 9b`+ZKh[ڼȊc}::(pտ흑FzAn> 19g#,Ԟ 1F .g`=!yɤ B 5zQ0ȥq#6٢$kfLv> ؁qBNqOZ,Z~mQA[Gxs2F})ZIŦ tYrq/g~ruG ) Wh]\~+ȤOz&2lWFT#oHN H5A%DZd_uϑ^RIJ'~xgx4uK8ZBn7G}Gl"vz~;[3!+(SI'<҅OKrdWGKW@Ȼl*3)ޜap Drdw 4fQWuxpKlkN{T4˪ Tt00q;7lwJf]CӁe\+AxN V$ jݢ'?P;pOg i&47+"84lG*~$ƒ4Hbw)[{8TӞicjrG" |.QK *`iɖD1HDlP&x#~z$ q}5]L6]HatOsItX&I[Fh$IF.)ڶ[;vV,hM#I[/poc'9 `*Xde?Sqh >YĈ v&d4GhH 9qJZ M*ezJ& \exBYV%p24 EЌI<HЅɩko[s@BA?a#+i 0nmD BpF<ٖKE+.Ja"2L#OAriįXܲ9qoU%$91[ST3jۚX0{y8)BS;4Hg-jIJM sY2]Z;q^8}gmpPkE<$FyʦM }U^`]-d(q&oe_j;V, jͤ:9K>VTqY"M*| DB5i5ɤx*tGHƬ.Rp_8?ujKmPa\i `Ƞ)r9y>A)JiRFX|cQÊXXw1ӥ!_nzX継6FexZqG];?4),ĬFk:$"3C_5zh\q⃵Zk:!;W713i+^CQiXCci?k֧It1B0Ϧ宴eeSoe$#X<k+:P=rP6OF HjZy֢%J0Xyq>gRTh$fՖgEyKԢxT+.ナC5-=t>j0D)[ku=Aoj#Blku%G2TQCڂ8[ eP.I޽2Ɖ \;eRF/a@80E%x+RF⯧?NȪ[lJ0w+AXe#ҤjUQLw!IGWu%Fi` Uj^ɦY-9~<1+xDGRU64ԦexE0gڗ[{\cAl]"%^F4ج$>TnQ1\(wb*O4* VݴHkcnUE(Bg ԧk.G<oDA}hlT:j,`B8V9ƾRNXcA30R/'jŃZn1(>jسI+rmVPKe; />Œu ˆ8PI=Ao+E'm-tdQ;[PI@]^<`AmIHƧRsR*ezDAOSlP y\M\x?!@j_h-"s$hIW00FךqN[$[^(tV풄04!ud<|Uy=/hd RvQcf <5nkk=QTcr,Dt/5+ )֘\C6+$~ɂX ;"ܳ7i$9Κep8}⭚W2ٮ4LUFF4cQ8^Ж^U(rs>5cGovTs>(=F2tmU6ԉm.數? x:ʌ8䚁争< U8&P3c[|iZ‘Ja◒ }鉧 YQxQ4x^YEXUEXWb9 P*F Uk(6M Va\xO/[R`-MV`$qXQo|ja$p!z*NE:^!Sl n嘦%u\i#ޒwӰ G >h4M1.$Mj+ĬHٶ\ԖʿരDUjvĤPXc>hM= zE]{ey^4,q(0yԓXu\@td{每'G (o1YWfcqZ:xW!(7 lѮlbXv~+K9L]RqKm#8\ݘ?vvKP$jCu!ȫB՛\D"T(_JM֬-,ͳk]KTp^~wH g5{u:2P^-l) 忘3kON0O,0G]:c]]DqR1ԑ &5(D20pwڽZƊXsXwJ a=;+7FNUVxFSRUԭF#P1ͶVUERV'R[&t);4ݒKtOXLE$P^"n3$e̲N 3&@69?fQ-\|]HLMj➱2mjr3zH6PĹ#!IeBPѡKɦA(#;r+_a)m#1ږHmOLddl~3Z7VePh /=fdqz}qL$J_޸|S/Z23¥]eID,JvC@n[r{V<$zz@Cϵgil`dc9ډlr_UdR5-4cF5*84.D t8?^NMo*~)ٓAZF$ps[sPf|RVYf;w++ +5]Gs"fWU];6O,JrE#'޺#l;zMge^=^+[-uRTچe-Ƭ@9bsN-*5{q'|ӷ[ŕ]YMB d5FYZ֊%zvq3[2I2i\okDˀOB,a潭PkJ}[ ORsbsX@mPdX#Ua95`\; jϧ"H5E$TelCXЋobB!A:o{֔2C*:`qR1+JHdd)փ٠F nRwErtv4gAc#@= LgHk4?pTgcDUP 6|f"IS cQ H _'}릺YӒ{ED5 $C CpwrеKg"n*SO;'J=A\[G"bhzJ:Td# 2c:bha0pp+CB qD ,-wb{]ťzPiYfxq>kw`VXu ǵkJiGimNz9zLNORrH!EWTgy`0G%^HaSaIhҖfk0@$ּW IPON#Pc c9 +jg֕Qnx Y"#TrxK."H.q&pNk8څ'ЇynᑁrIc"E.&?`EWSń[YMn+oe YmsDhPh`bѝq8",'#ɭ&Ek ˱E$*Ttɤ*`lAVH<^^|r$,=mr%+\RgDZ{CxՍ28ϒDbᑃFvQ(WRiN'ڃ{]L` ZϨg :i*UuM%VShA/!+D [)k*>汣lġ*2tz*NMޅj\[vA`2ikSNհ}VuWX 5h:NwTv `V0w5{sZi[t3,,d¯K<>yeWIB=BB ){D'sc|{RF4R㙦Δm?&%"ҴJMɇ֊HC9rO=MuuTB(GFU69]@'kFAEՑEuu2\UFoeѐUM+uu.> l(Luu8Z5hh\]]@%tV =0UUQ]]XWڙEVTmHGC(ԡ3/H]c^e' ;Q s]]Zi8& Gs42ONWW B"X `Akd2g溺VVEKv$ҷsIAam]]T\ɾK7H՝Ff'I_cں8z9tLTs:OydORH3\5* D)nd LA:ɾ.߲'BOnqZmQ@ qߦH. -U+.,$t=+xkX:=ffr,9PpOz+B1&\ 3ueW!9OrkrR69%zv?Z "qEsQFJvNiL} &@##5MW+}n TOy~e㼁CFOCZي;xcTcp6Ɋ6;hrbK`[yk#W v:uKX8m9׏ǽW2RwFf(Q^inro   "C;C2fRoasted curried cauliflowerBehold: my first ever attempt at a roasted, curried cauliflower. I simply cut the cauliflower into small to medium florets, then tossed the florets, along with whole cloves of garlic, with a little "dressing" made with 3 Tbsp. olive oil, 1 Tbsp. lemon juice, salt and pepper to taste, and about 1/4 tsp. each of cumin, turmeric, and curry powder. I roasted them in a 425 oven for about 25 minutes. They were delicious, caramelized where the florets had met the baking sheet. I ate them plain, but next time, I might try them with a little homemade raita. I still have half a head left, though...When you don't have a big family living with you, it's a tough thing to buy something like...cauliflower WQC'/Hot-and-Sour Shrimp Lo MeinAsian/ChineseAsian Noodle Book@%7{"Bisquick" SubstituteSift together powder and sugar into flour. Sift together twice into large mixing bowl. Slowly add oil, cutting in with pastry blender (or 2 knives), until mix is consistency of corn meal. Store in tightly covered container at room temperature or may be refrigerated. Spoon lightly into cup and level with spatula. Use for pancakes, waffles, biscuits, coffee cake.@ ^ (*w teaspoon?saltsalt(v@chiles or 1 jalapeno pepper (or to taste), stemmed and roughly choppedchiles or 1 jalapeno pepper (or to taste), stemmed and roughly chopped|u kmcup?(loosely packed) roughly chopped fresh cilantrocilantro, (loosely packed) roughly chopped freshdt QQcloves@garlic, peeled and roughly choppedgarlic, peeled and roughly chopped>s -/cup?fresh lime juicejuice, fresh lime6r %'lb.?flat noodlesnoodles, flatRq c!lb.?snow peas; ends snapped and strings removedpeas, snowpq+c.?water chestnuts; sliced, blanched in boiling water for 10 seconds, refreshed in cold water, drained and patted drywater chestnuts %sMR%* teaspoon?saltsalt@~ ++teaspoon?ground allspiceground allspiceM} 79teaspoon?freshly ground pepperpepper, freshly grounde| OOteaspoons@dried oregano, preferably Mexicandried oregano, preferably mexican6{''?scallion, thinly sliced, or 2 tablespoons chopped fresh cilantro, for garnishscallion, thinly sliced, or 2 tablespoons chopped fresh cilantro, for garnishiz WWlarge?head Boston lettuce, leaves separatedhead boston lettuce, leaves separatedy ss?avocado, peeled, pitted and cut into 1/4-inch cubesavocado, peeled, pitted and cut into 1/4-inch cubesxqqpound?sashimi-grade boneless, skinless salmon or tuna, cut into 1/2-inch cubes, or 1 pound medium-to-small cooked shrimpsashimi-grade boneless, skinless salmon or tuna, cut into 1/2-inch cubes, or 1 pound medium-to-small cooked shrimp let it "cook," in the refrigerator, to suit your own taste. You can eat it right away (Peruvian-style) if you like raw fish, or let it "cook" for an hour or two if you like it more well-done; cooked shrimp need only a few minutes to soak up the flavors of the marinade. 3. Pour off half the marinade and set it aside. Toss avocado with the fish (or shrimp). Divide lettuce among 4 plates. Scoop a portion of the ceviche into the center of each arrangement. Sprinkle with scallion (or cilantro). Drizzle the reserved marinade over the lettuce and serve.Bayless, Rick @JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222uu" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?mR:/+{`Á7|՝v/o-3T:35|7]pMIx#QX>/,bX.5A7*[;+U*-{'平j1}w5֝o1XF6d^SI x;&tg0)4ĘIP@!ӽ쑠 5쒬ܥ>vy'| 'bm)]V?e6ymըI#.p2x-J&kH]c)FǠ#crMR9&4}fxB Bs޺خ4ktgH9ptWF]yPuPA$3ZP M/u-tY9hZyLMtv4_d5$RvːLJ郖yUU~+5x )Jk& pR -; c+x|WRNm#XI}ĺNHrӱ گtu}J) B.HE*y:мk*5^W%:Wȭ%N Ƅ~n a# g~TY2mAeG1⳯<2ddv:*3$Sۛ)+-lG t<SV,ssrK@X0b޻(a''s+2GےxgXDo@TT5q֎,mSIMB.5\ou=bE5l.yKiŸ1?ZNp.2|;pOCi]呠϶jK%6H>kS| DJ'm##?Ξtu_%aʎvB?OMEKcF~}t6MQ~ni)Qqv{}߅كC0>_ֳ4[F%ޣ9^cԴr,N3}{LYӝ'Va"=:QJ>\b*Qih4a*;VT3V=Kcyz e$y=ҕ58ٜ=jŗSw1ƉT%Ͽhڄ:ӸWSt;aV՝4%F2I@?G$q{ ΠK#M߆hEu2mvtݍgĞB;PdbP:XyL匀I yZ"YXRI{ҷUDNbOxKGUwcWC\^I<1[`1i;4M);GrO`=ID֚mxz!FGNsҴ{pT&R:5m!uUS`#d|sپO,Hn0s y#.jV^7Hrx6y9Gj+pI K'b0c|f.g{" :!C1ՇCH#ӭ4fk`;[Igmmrmǭyn4I-$v9<ꋫ0mA$grN*3Ɏ'eIz; sf'T<P?xsmq2K2*,F]\09=YĺJp3fەU Ǐa5kªRٳT\x"$/Q>WBүI+pjdͷgOLs?v7vXL%ZKbȋ܁^Q}_G$+'+΢z*PsGc]^VQu([gp?uw_múIg)n! y=58FKʔ ySx]U&8 '#3)JU* (Lt~Te'-Rf^iokmfzI<{W}46ɣ? [,"C*#|q9aVJoǭG`.MH-$h<zҬYZA:Ic3<+U>e _YA)#E'5uHLOpr7#8)jn Uu@7Uq3E:0fT,P2IpQZݎQ`ֆm,*}0;wڮcbڴo"4qT-4٧6&͜?z+g\-3\40859i4pixGlKi5ʹ{Gr 0QN;SCխ#VEqۨ@˧ZM8yFcߜ:W#E;D-ZA-tFRھP|%iŨYޯl=>kpN6ۯwư'MWwn0CZVwoFCygr=qUmgs UB2m n 'EW8ƝU)!LI0GzZTKGlϯmyPu(#6$'P})Tt'-S18Zsri$ s tJ{KreW̱*ddVujmjcrFM3^#}3ZTBA"4J"FXEZs\>! Ocst82p~ԖrGꖒqhaQ29bp$_/ɯLwNLItz-C"zn%kJF'۴++M2I$U˫ử11Vs$gu4{=Hȧn#Vլm#i\ܲPcҴuϹ5/hf|[ޑ8A ^jN0+g!Kz0#RFrk\2/l?"SL3=fi }GQ@lH&C`Gկj&ѫ`v!Mr;v$Hdێji䲌]z뛰c^:MRh{jϱ],U΍AlmBFR8,V2|G*}H_4$#QX&]Ŏ+' ֽ0&"4̉l$s+]؊ѵ{ 64jDBG`h+⿉f/KBPN `h(`=yQ:/>&um:ǚ,6!A;vAa]>,,chHcXϘc\x3$S躢㑻*3N0ZCN׼gwdIx~KϙԨ<rמkISVbyިkCki0n xJ$AleP^ty#kb~\.qxQVu}+iigw%^ 5rSJ3sNϯOvQEm:9f+[EH.n m4xNP%oʡt_ 康gw1lr03=+ O5cc\]ԥMНu&U2a Hۃ2;u\%]py+['@g٠F9R?kGG}[%"",眃ZNIF+xxzSJjVHQleoxw[rGA $ac~ :θF sow Gs l th_߻C[x^meRHE^K8/˒8d@wmnX~ߊh.,1cG8 EwNU5ӱNmx6+&|rx_MY{`x.@$޴Q\kn:1[Wj4_H^>@TqwῆDYV[2q4Ҋ*qN~{ރ UustX6K9IJmHăQ]ZqSRNKA鴸-YgHV[f2,nF@= >ekvC}p-õyn#,=xZ(2k(ޒe]BH"MByVIDMIYlXy2+F]NOP03ӭWu9OfeAM6Kl,R:3zWiiZv ;RO$d(04c K:h"eR vkռ5‰5ՔRKso(=(ߺpOHO޼wN_#U6^ky 5G_<9'=x-#Ǧ]\m:3$$ aOK{k9Xn% pCІ'*x5 |B- 圜y/*Zs׼z0Pn?~#P [g,q22~=9о^e4W6qA7#7LgҸ-Zh 3zbp_pˆ'ig LZ[F7 )AG 0Ad8 [2Uz,Ef+Qݻo) a9Г*w\v<$vk$G/299mQYThmlsr%cB+jq4}W#hPK17BCwAY. Vf0jaF]?E'U%hC3CrcrLwcA9a$fwS>U<ʥ@ǁ84QZC)ߚ74"QsmbL1`n5'ĒQEcuv2Y |a=OBaked Fish Dugler-ini and Angel Hair PastaRecipe courtesy Rachael Ray Preheat oven to 375 degrees F. Retrieved from http://www.foodnetwork.com/food/recipes/recipe/0,1977,FOOD_9936_27488,00.html.Rachael Ray (www.foodnetwork.com)@|1,vChicken in Tangy Escabeche of Caramelized Onions, Carrots & JalapenosEase of preparaWqI':Ceviche Salad with Avocado, Cilantro & Green ChileIn Mexico, for centuries ceviche has meant ultrafresh fish or shellfish that's preserved/marinated/"acid-cooked" in lime juice. My version here is pretty traditional except that the fish in Mexico would likely be mackerel or kingfish. Typically it would be marinated long enough to "cook" through and served in a glass bowl or on a tostada, rather than nestled into greens. 1. Combine lime juice, garlic, cilantro, chiles and salt in a blender or food processor. Process until smooth. 2. Place fish (or shrimp) in a large bowl. Pour the lime marinade over it and FEgH Usmall?onion, finely chopped, about 1/3 cuponion [ #e!tablespoons@extra-virgin olive oil, twice-around-the-panoil, olive V EGcup?reduced-sodium chicken brothbroth, reduced-sodium chicken m u1whole@@pickled jalapenos, stemmed, seeded and thinly slicedjalapenos, pickled _ OOcup?vinegar, preferably cider vinegarvinegar, preferably cider vinegar R ??cloves@garlic, peeled and halvedgarlic, peeled and halved  large@carrots, peeled and sliced 1/4 inch thick on the diagonalcarrots, peeled and sliced 1/4 inch thick on the diagonal i WWlarge?white onion, cut into 1/4-inch sliceswhite onion, cut into 1/4-inch slices f #MOtablespoons@canola or extra-virgin olive oiloil, canola or extra-virgin olive N ;;pounds@bone-in chicken breastsbone-in chicken breaststion: Moderate This dish is seductive—exotic aromas are woven together with the browned-onion sweetness, vinegar dazzle and jalapeno fireworks. It's a Mexican classic that strikes an immediate chord with folks everywhere. Plus, it has the added benefit of being completely delicious whether served warm or cool. Serve warm when you want to huddle close to the fire. Serve cool, and you'll be looking for a place to picnic. 1. Combine oregano, pepper, allspice and salt in a small bowl. Sprinkle half the mixture over chicken. 2. Heat oil in a large skillet over medium heat. Add the chicken, skin-side down, and cook, turning once, until richly browned, 3 to 4 minutes on each side. Transfer to a plate, leaving behind as much oil as possible. 3. Add onion and carrots to the pan and cook, stirring often, until the onion is browned, about 7 minutes. Add garlic and stir until aromatic, about 1 minute. Add the remaining spice mixture, vinegar, jalapenos and broth. Nestle the chicken, skin-side up, in the onion mixture. Cover and simmer gently over medium-low heat until the chicken is just cooked through, 15 to 20 minutes, depending on the size of the pieces. Serve the chicken topped with the onion mixture. `@JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222uu" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?mG[ԑmɈ!T~?|3p wk[8T6s^{⻋5y$I?|:\#RO P{*;ǑN+{hZQg95[D톌1H fw5t*$lr)z}˩5+p?6g>ffNѸuTfve%{ CC1KHAn P@ʠl2@kc'#]+iHG27d̛Tv<+n3":-QB6BzpAWlt RmdXWMBA H$f4q!I$N0zWe%ݮ-ȥ%,~Std9WҤ}:UddWiƑ,м0ʄkK-.\U4y55^hk|Zo#u`RK3360r@96~Zl',S.Oi_o{}VUkBQ<\ӚV+lHN~nǵaVz+kCף^)ݎ*Z5eyvNzrßWE642i)T+>fQYs3?=S *=8j\%1ӐAکZ-/EݬHIs,pƍio`QV4XiVI"*ƕ:(Kvβ331 Py vI dqX>&)Yس}BPëvsα俰9ܙ%>Sk{{TLdSӇG,N\I&0HwEz4OxyaKh@`Iy3+ɻ漋N֓IG-u܃$.\jWDۄm9 Ar3J*d;BQi-K6-9V\6z9?ƺw~Qy"q&SzwcKk{3K nU8N;bZ]\l %\<θse"ri6 8du-8|ZG,y,f8rK.Pu$I>4V31ȯfBQ,FG}kt 'MF&h$ tC<xkh&yRT`AMIZ?U?7cӭfxOư_X#\B숭8_pu5i׳ Lsc<ކ~04(mf!(J/?OU)GV =HI{L1s WO/hgN:KUOIImwAq )>gٲ֭f/4(a&~WNK:=ToqzÍ;U>eq X )9?0{{]G lQ]ՌR,%);qoqy5{8!qڴӗԭ[/ټZFR19n;]&uA%ם],[e\z?:Qً #Qw+yZH˟#dGԟzĮf]{8c͔֯ (b`Hs3&o$i r } \_I$L˺R6t۟qϷdhdLS 8pOVl?jyw藷vv" ld \ljk{;i#-<tu?hmo#Y=ÞcԓWD~e[]6:c!UJR0Jz֡G%7r׷JVkh Yrn$`s֊~X{ϕ@ c0=V0n#[{"I{K[rYH9?1Y^-ͼ ׶`w1TcnWFIM\;[@9ob?F-Q'xǝ?uK¬UɎۘ8Q ib]SPYAEDb`Gt^F`  \nVLoo0 pwөNN8N}K]5̓ć̇aO/#?+F&r;c$N]{;Mm.DqG (pJ4m k%»~V=z3j)G %޵FC1U~[ucvFI/8q'-N+wIĐy>iRGY dX=!Ju ǽGA׾q$QHm y?r$6ee_'\c8znƕ.Nk6=>GO4QkutOsl* z;cS{ThhF&ҹox~ ̍pˑa\3_4Xo`E K2{-)6Km$s"Hp#-;urJdu5jMTxZέasOWP2²[,PFO$sZ/6v l\|<Ť?Pri[,3#$k=McUyl~iR1,r8S5xwZڸXe|J.H&=)%.qƊO~as{ /wۜtEO%gO ȆHYw|?>[IpN} (jrMNwm !wΌ˽޴Iʂ@aEk}7o#:f9QD7J(e5L20 J4ψ) $c>]?:(枧"|FV}7I{E?͡ ƶM> q1VnZ/#w|QQ ͻ6v tr;xr#6,0vGQ].)Y[G)!(qZGJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222((" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?퀚Q.9ԱP1c0;1Ȭj;Ek{'D&70qpGlqYڶiR]YZ3LUn!nI+'f ~& o$ ӮzkꭤXtnXimH @f|{ˣiSGV naP~QN(@*cR${l99AU~m'Kc[;]U$!q7[IbJxsDuG( Nq 89W|բމֲWԑFIi#IQI17j`mFbGk[ WБbs^tOM3; LGaלGiu [6@ *.H$H<t뜝jjtV7D1=xW]PѝɯPp3tcd}~[KWSc؃q!˒r[zuby7حuHLy@*_#hc'-3)V ICݚY༟POC/ǰ7cH6sEq"Ԯ$bG&YX  dWfx&7},2!P3'1w:J5L\3INI_F:'ڥ8U^%+_LEi2\mϳ9 ]|.子ApJ1f# 21(Z/q:ۗAo2Yɯ= &,xkӷ$E+ݜѾ 1s@ Y.& tsp.?saltsalt ( tbs.?sugarsugar ? /1c.?UUUUUUall purpose flourflour, all purpose n/pound?angel hair, cooked just shy of al dente, about 4 or 5 minutespasta, angel hair 1 #tablespoons@butterbutter 0 ++Salt and peppersalt and pepper ` MMpounds@cod or haddock, rinsed and driedcod or haddock, rinsed and dried X #?Atablespoons@chopped flat-leaf parsleyparsley, chopped flat-leaf W IK?(15-ounce) can stewed tomatoestomatoes, (15-ounce) can stewed : )+cup?dry white winewine, dry white 5 +cloves@garlic, choppedgarlic -%Pie CrustPatty Hinkle@ gourmand-1.2.0/tests/old_databases/gourmet-0.13.8/000077500000000000000000000000001510115424500214625ustar00rootroot00000000000000gourmand-1.2.0/tests/old_databases/gourmet-0.13.8/guiprefs000066400000000000000000000017671510115424500232440ustar00rootroot00000000000000(dp0 S'rectree_column_order' p1 (dp2 sS'sautTog' p3 (dp4 S'active' p5 I01 ssS'shophpaned1' p6 (dp7 S'position' p8 I470 ssS'rectree_hidden_columns' p9 (lp10 S'Website' p11 aS'Servings' p12 aS'Preparation Time' p13 aS'Cooking Time' p14 asS'rc1' p15 (dp16 g8 (I0 I0 tp17 sS'window_size' p18 (I730 I550 tp19 ssS'rc2' p20 (dp21 g8 (I0 I0 tp22 sg18 (I730 I550 tp23 ssS'rc3' p24 (dp25 g8 (I0 I0 tp26 sg18 (I730 I550 tp27 ssS'save_recipes_as' p28 S'.grmt' p29 sS'regexpTog' p30 (dp31 g5 I01 ssS'rec_exp_directory' p32 S'/home/tom/Projects/grm/src/tests/recipe_files' p33 sS'shopGuiWin' p34 (dp35 sS'rc4' p36 (dp37 S'position' p38 (I0 I0 tp39 sS'window_size' p40 (I730 I550 tp41 ssS'rc1_edit' p42 (dp43 g8 (I0 I0 tp44 sg18 (I800 I500 tp45 ssS'app_window' p46 (dp47 g8 (I10 I100 tp48 sg18 (I750 I600 tp49 ssS'rc2_edit' p50 (dp51 g8 (I0 I0 tp52 sg18 (I800 I500 tp53 ssS'rc4_edit' p54 (dp55 g38 (I0 I0 tp56 sg40 (I800 I500 tp57 ssS'shopvpaned1' p58 (dp59 g8 I176 ssS'rc3_edit' p60 (dp61 g8 (I0 I0 tp62 sg18 (I800 I500 tp63 ss. gourmand-1.2.0/tests/old_databases/gourmet-0.13.8/recipes.db000066400000000000000000133420001510115424500234260ustar00rootroot00000000000000SQLite format 3@ # e%"   ASj?{ O3) % MM Recipe with unicodeun jalapeño con un acentó en el sitiò incorrecto.Salvadoreño8d7ce98622fd805cedd3252d5c0bd08208eb77b9099dbac739076bedde9ff14eASj,@%95MM;Fancy RecipeA recipe with some formatting in it!And also some notes!American Source 1d4bf94746fb91593c319e8710e907830a09607bcb8d38eac26a61fb539e18b8bhttp://www.slashdot.orgAShx9*L+q MM=Referrer recipeMore instructions.AmericanSource 2*080b18fba9ddefd7570cba55e2f2252553b4b6e10cf407b1e5de7eacc627646f5http://www.wikipedia.orgASh-,m9W  x>MM Recipe with photographThis recipe has a picture, or should! XJFIF l  recipenutritionm  oA ]( añorainrainb ]]éxtrõüûrdinarily accented charactèréxtrõüûrdinarily accented charactèr3 -/jalapeño pepperpepper, jalapeño+ /cupsugarsugar, granulated% %recipeFancy Recipe% cupcinnamoncinnamon1 tsp.?garlicgarlicDressing4 /tsp.sugarsugar, granulatedDressing, Tbs.vinegarvinegarDressing1 !Tbs.olive oiloil, oliveDressing- 1cupsflourflour, all purpose- /cupssugarsugar, granulated  salad Entree Dessert Dessert BB){~_tableinfoinfoCREATE TABLE info (version_super INTEGER,version_major INTEGER,version_minor INTEGER,last_access INTEGER)d#tablereciperecipeCREATE TABLE recipe (id INTEGER PRIMARY KEY AUTOINCREMENT,title text,instructions text,modifications text,cuisine text,rating INTEGER,description text,source text,preptime INTEGER,cooktime INTEGER,servings float,image BLOB,thumb BLOB,deleted bool,recipe_hash VARCHAR(32),ingredient_hash VARCHAR(32),link text,last_modified INTEGER)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)H'_indexrecipeidIndexrecipeCREATE INDEX recipeidIndex ON recipe (id)d##tableingredientsingredientsCREATE TABLE ingredients (id INTEGER,refid INTEGER,unit text,amount float,rangeamount float,item text,ingkey text,optional bool,shopoptional INTEGER,inggroup text,position INTEGER,deleted bool)R!!qtablecategoriescategoriesCREATE TABLE categories (id INTEGER,category text)!=Kysmga[UOIC=JcI?HGxFRE+DCeBBA@}?\><=vf_fC=`'QQ(.5QS'ٴSU ҧ5јc !tablenutritionnutrition!CREATE TABLE nutrition (ndbno INTEGER PRIMARY KEY AUTOINCREMENT,desc char(100),water float,kcal float,protein float,lipid float,ash float,carb float,fiber float,sugar float,calcium float,iron float,magnesium float,phosphorus float,potassium float,sodium float,zinc float,copper float,manganese float,selenium float,vitaminc float,thiamin float,riboflavin float,niacin float,pantoacid float,vitaminb6 float,folatetotal float,folateacid float,foodfolate float,folatedfe float,vitb12 float,vitaiu float,vitarae float,retinol float,vite float,vitk float,alphac float,betac float,betacrypt float,lypocene float,lutzea float,fasat float,famono float,fapoly float,cholestrl float,gramwt1 float,gramdsc1 char(100),gramwt2 float,gramdsc2 char(100),refusepct float,foodgroup text) J I.. ( - (5 ' 2c.2{#55tablenutritionconversionsnutritionconversions)CREATE TABLE nutritionconversions (ingkey text,unit text,factor float)}"C-indexnutritionaliasesingkeyIndexnutritionaliases(CREATE INDEX nutritionaliasesingkeyIndex ON nutritionaliases (ingkey) --Otablenutritionaliasesnutritionaliases&CREATE TABLE nutritionaliases (ingkey text PRIMARY KEY,ndbno INTEGER,density_equivalent char(20))?!S-indexsqlite_autoindex_nutritionaliases_1nutritionaliases']3windexnutritionndbnoIndexnutrition#CREATE INDEX nutritionndbnoIndex ON nutrition (ndbno)%%wtableusda_weightsusda_weights$CREATE TABLE usda_weights (ndbno INTEGER,seq float,amount float,unit char(80),gramwt float,ndata INTEGER,stdev float)     #`vX;{Y=#xZ<u`#!oiloil, olive"!oliveoil, olive!!olive oiloil, olive couscouscouscouscouscouscouscous-seedscoriander, seeds-coriandercoriander, seeds%+-coriander seedscoriander, seeds-mabolovelvet persimmon-mabolovelvet persimmon-persimmonvelvet persimmon-velvetvelvet persimmon&--velvet persimmonvelvet persimmongrapegrapegrapegrapemilkmilkmilkmilk'fruitpassion fruit'passionpassion fruit ''passion fruitpassion fruit)currantcurrant, black)blackcurrant, black! ')black currantcurrant, black -brothbroth, vegetable -vegetablebroth, vegetable% +-vegetable brothbroth, vegetable !#gooseberrygooseberry ##gooseberry gooseberry  figfig fig fig whitingwhitingwhitingwhitinghiprose hiproserose hiprose hiprose hip #RaCwcE-r]I9)nRF'pricklyprickly pear  E''prickly pear prickly pear DfriseefriseeCfriseefrisee!B1persimmonamerican persimmon A1americanamerican persimmon*@11american persimmonamerican persimmon?porkpork>porkpork=oiloil, corn<cornoil, corn;corn oiloil, corn:'pastapasta, shells9'shellspasta, shells8%'shells pastapasta, shells7asparagusasparagus6asparagusasparagus5#beansbroad beans4#broadbroad beans3##broad beansbroad beans2jujubejujube1jujubejujube0!cranberrycranberry /!!cranberry cranberry  .roeroe -roeroe,-gingerginger, powdered+-powderedginger, powdered%*+-powdered gingerginger, powdered)+extractvanilla extract(+vanillavanilla extract$'++vanilla extractvanilla extract&)chickenchicken, whole%)wholechicken, whole!$')whole chickenchicken, whole $PkL.qW0r^J6"nPj1leekleek allium porrum*i11leek allium porrumleek allium porrumhradishradishgradishradishf##fiddleheadsfiddleheadse##fiddleheadsfiddleheadsdappleapplecappleapplebpitayapitayaapitayapitaya`musselmussel_musselmussel^longanlongan]longanlongan\lycheelychee[lycheelycheeZcamucamucamucamuYcamucamucamucamuX-pepperpepper, habaneroW-habaneropepper, habanero%V+-habanero pepperpepper, habaneroU%powderchili powderT%chilichili powderS%%chili powderchili powderRcroutonscroutonsQcroutonscroutonsP!blueberryblueberry O!!blueberry blueberry N!#watermelonwatermelon M##watermelon watermelon L-sproutsbrussels sproutsK-brusselsbrussels sprouts&J--brussels sproutsbrussels sproutsIspaghettispaghettiHspaghettispaghettiG'pearprickly pear  "ShP:$ xU:oS<)}hS loquatloquat loquatloquat +cilantrocilantro, fresh +freshcilantro, fresh#)+fresh cilantrocilantro, freshtangerinetangerinetangerinetangerinesoitat soitattat soitat soitat soi)watertamarind water)tamarindtamarind water"))tamarind watertamarind water/squashsquash, spaghetti ~/spaghettisquash, spaghetti'}-/spaghetti squashsquash, spaghetti|)cabbagecabbage, nappa{)nappacabbage, nappa!z')nappa cabbagecabbage, nappa"y5mushroommushroom, portobello$x!5portobellomushroom, portobello-w35portobello mushroommushroom, portobellovbarberrybarberry ubarberry barberry tpollockpollockspollockpollockrrutabagarutabagaqrutabagarutabagaplimelimeolimelimenduckduckmduckduckl1porrumleek allium porrumk1alliumleek allium porrum "XzbJ+nS8! nVC0 mX.carrotcarrot-+sproutsalfalfa sprouts,+alfalfaalfalfa sprouts$+++alfalfa sproutsalfalfa sprouts*)potatopotato, russet))russetpotato, russet!(')russet potatopotato, russet'honeyhoney&honeyhoney%!saucefish sauce$!fishfish sauce#!!fish saucefish sauce"-tortillastortillas, flour!-flourtortillas, flour% +-flour tortillastortillas, flourpommelopommelopommelopommelohamburgerhamburgerhamburgerhamburgersharksharksharkshark+chipschocolate chips+chocolatechocolate chips$++chocolate chipschocolate chips#beansgreen beans#greengreen beans##green beansgreen beans!snakefruitsalak!snakefruitsalaksalaksalaksalaksalak)stemscilantro stems)cilantrocilantro stems" ))cilantro stemscilantro stems m\K4sM&{W;J5goudacheese, smoked Gouda I5cheesecheese, smoked Gouda H5smokedcheese, smoked Gouda-G35smoked cheese Goudacheese, smoked GoudaF)mustardmustard, seedsE)seedsmustard, seeds!D')seeds mustardmustard, seedsC)beansborlotti beansB)borlottiborlotti beans"A))borlotti beansborlotti beans"@=goatcheese, fresh white goat#?=whitecheese, fresh white goat$>=cheesecheese, fresh white goat#==freshcheese, fresh white goat5<;=fresh cheese white goatcheese, fresh white goat ;1linguinilinguini, peppered :1pepperedlinguini, peppered)9/1peppered linguinilinguini, peppered8rhubarbrhubarb7rhubarbrhubarb6lamblamb5lamblamb4duriandurian3duriandurian2%sugarsugar, brown1%brownsugar, brown0#%brown sugarsugar, brown/carrotcarrot F{EeM4hS>#p[Fhprawnsprawnsgprawnsprawns f5pepperblack pepper, ground e5groundblack pepper, groundd5blackblack pepper, ground-c35black ground pepperblack pepper, groundbwolfberrywolfberryawolfberrywolfberry`tomatotomato_tomatotomato^cabbagecabbage]cabbagecabbage\salsasalsa[salsasalsaZdatedateYdatedateX%fruitkeppel fruitW%keppelkeppel fruitV%%keppel fruitkeppel fruitU#fruitkiwi fruit T#kiwikiwi fruit S##kiwi fruit kiwi fruit RkohlrabikohlrabiQkohlrabikohlrabi.PSbeanschickpeas, garbanzos, or ceci beans-OScecichickpeas, garbanzos, or ceci beans+NSorchickpeas, garbanzos, or ceci beans3M!Sgarbanzos,chickpeas, garbanzos, or ceci beans3L!Schickpeas,chickpeas, garbanzos, or ceci beansLKSSchickpeas, garbanzos, or ceci beanschickpeas, garbanzos, or ceci beans X|eN.]>bAX)/1light sugar brownsugar, light brown#%huckleberryhuckleberry %%huckleberry huckleberry artichokeartichokeartichokeartichoke ''sea-buckthornsea-buckthorn ''sea-buckthornsea-buckthorn1pepperbell pepper, green)/1green bell pepperbell pepper, green##1bell pepperbell pepper, green~1pepperbell pepper, green$}%1green pepperbell pepper, green|1greenbell pepper, green{1pepper,bell pepper, greenz1bellbell pepper, green*y11bell pepper, greenbell pepper, greenxturmericturmericwturmericturmeric veggsegg ueggsegg teggegg seggeggr%beefbeef, groundq%groundbeef, groundp#%ground beefbeef, groundohalibuthalibutnhalibuthalibutm)currantcurrant, whitel)whitecurrant, white!k')white currantcurrant, whitejmangomangoimangomango JvT3nY2V3pJ#(9lettucelettuce lactuca sativa2'99lettuce lactuca sativalettuce lactuca sativa&!beansmung beans%!mungmung beans$!!mung beansmung beans#3pasteroasted chili paste"3chiliroasted chili paste !3roastedroasted chili paste, 33roasted chili pasteroasted chili pasteswordfishswordfishswordfishswordfish!+red pepperred bell pepper+pepperred bell pepper+bellred bell pepper+redred bell pepper$++red bell pepperred bell pepperorangeorangeorangeorangewalnutwalnutwalnutwalnutpawpawpawpawpawpawpawpawavocadoavocadoavocadoavocadozuchinizuchinizuchinizuchini/vinegarvinegar, balsamic /balsamicvinegar, balsamic' -/balsamic vinegarvinegar, balsamic 1brownsugar, light brown 1sugarsugar, light brown 1lightsugar, light brown ![uW:# tY>jR-u[I%garamgaram masalaH%%garam masalagaram masalaG)mulberryblack mulberryF)blackblack mulberry"E))black mulberryblack mulberryD!!gooseberrykiwi fruitC!chinesekiwi fruit"B1!chinese gooseberrykiwi fruitA!fruitkiwi fruit@!kiwikiwi fruit?!!kiwi fruitkiwi fruit>+breastchicken, breast=+chickenchicken, breast#<)+chicken breastchicken, breast;!#strawberrystrawberry :##strawberry strawberry 9mangetoutsnap peas8mangetoutsnap peas7peassnap peas6snapsnap peas5snap peassnap peas4turnipturnip3turnipturnip2goosegoose1goosegoose0!beansnavy beans/!navynavy beans.!!navy beansnavy beans-)mustardmustard, dijon,)dijonmustard, dijon!+')dijon mustardmustard, dijon"*9sativalettuce lactuca sativa#)9lactucalettuce lactuca sativa !^jK1s^I4S2^%j+-ground cinnamoncinnamon, groundi/coconutcoconut, shreddedh/shreddedcoconut, shredded'g-/shredded coconutcoconut, shreddedf1freshbasil, fresh, thaie1thaibasil, fresh, thaid1basil,basil, fresh, thai)c/1basil, thai freshbasil, fresh, thaibsteaksteakasteaksteak`'vinegarvinegar, rice_'ricevinegar, rice^%'rice vinegarvinegar, rice]cherimoyacherimoya\cherimoyacherimoya[salamisalamiZsalamisalamiYmarangmarangXmarangmarangWbassbassVbassbass U/coriandercoriander, groundT/groundcoriander, ground'S-/ground coriandercoriander, groundR#pitayadragonfruitQ#pitayadragonfruitP##dragonfruitdragonfruitO##dragonfruitdragonfruitNmonkfishmonkfishMmonkfishmonkfishLquincequinceKquincequinceJ%masalagaram masala #cy\:}^@# {bF0xc bananabanana bananabanana 'oniononion, yellow 'yellowonion, yellow %'yellow oniononion, yellowspringscallion%spring onionscalliononionscalliongreenscallion#green onionscallionscallionscallionscallionscallionspinachspinachspinachspinachtamarindtamarind~tamarindtamarind}!fruitugli fruit|!ugliugli fruit{!!ugli fruitugli fruitz+cheesecheese, ricottay+ricottacheese, ricotta#x)+ricotta cheesecheese, ricottawcempedakcempedakvcempedakcempedakutilapiatilapiattilapiatilapias'ajowanajowan, seedsr'seedsajowan, seedsq%'seeds ajowanajowan, seedsp!!mangosteenmangosteeno!!mangosteenmangosteenngarlicgarlicmgarlicgarlicl-cinnamoncinnamon, groundk-groundcinnamon, ground !bn[>!~_F-bmL5#/pepperpepper, jalapeño.!quenepamamoncillo-!quenepamamoncillo,!!mamoncillomamoncillo+!!mamoncillomamoncillo*haddockhaddock)haddockhaddock(lingcodlingcod'lingcodlingcod&-cornmealcornmeal, yellow%-yellowcornmeal, yellow%$+-yellow cornmealcornmeal, yellow "/jalapeñopepper, jalapeño'!-/jalapeño pepperpepper, jalapeño swedeturabagaswedeturabagaturabagaturabagaturabagaturabaga/pastegreen curry paste/currygreen curry paste/greengreen curry paste(//green curry pastegreen curry paste!!sheepberrynannyberry!!sheepberrynannyberry!!nannyberrynannyberry!!nannyberrynannyberrybaconbaconbaconbaconshallotshallotshallotshallot#leaveslime leaves#limelime leaves##lime leaveslime leaves "]cB( v[>'sXB,w]P%pastapasta, penneO%pennepasta, penneN#%penne pastapasta, penneM#juicelemon juiceL#lemonlemon juiceK##lemon juicelemon juiceJgingergingerIgingergingerHcrabsnow crabGsnowsnow crabFsnow crabsnow crabE-(manioc)cassava (manioc)D-cassavacassava (manioc)&C--cassava (manioc)cassava (manioc)BbilberrybilberryAbilberrybilberry@!anisestar anise?!starstar anise>!!star anisestar anise=%greenssalad greens<%saladsalad greens;%%salad greenssalad greens:coconutcoconut9coconutcoconut8sanddabsanddab7sanddabsanddab6%potatosweet potato5%sweetsweet potato4%%sweet potatosweet potato3/squashsquash, butternut 2/butternutsquash, butternut'1-/butternut squashsquash, butternut0!genipmamoncillo/!genipmamoncillo $dx]. hP9$y\?,|dtsaguarosaguaro ssaltsaltrsaltsaltq#applegreen applep#greengreen appleo##green applegreen applenoysteroystermoysteroysterlchardchardkchardchardj!!watercresswatercressi!!watercresswatercresshmuttonmuttongmuttonmuttonfsaskatoonjuneberryesaskatoonjuneberrydjuneberryjuneberrycjuneberryjuneberrybsalmonsalmonasalmonsalmon`leavesbok choy_chinesebok choy^)chinese leavesbok choy]choybok choy\bokbok choy[bok choybok choyZ3fruitpeanut butter fruitY3butterpeanut butter fruitX3peanutpeanut butter fruit,W33peanut butter fruitpeanut butter fruitV%cheesecheese, fetaU%fetacheese, fetaT#%feta cheesecheese, fetaS#squashsquash, gemR#gemsquash, gemQ!#gem squashsquash, gem $R|gS>)Y;{`E*nR'roughyorange roughy'orangeorange roughy ''orange roughyorange roughysablefishblack codsablefishblack codcodblack codblackblack codblack codblack codnectarinenectarinenectarinenectarine'applecustard apple 'custardcustard apple ''custard applecustard apple limekey lime keykey lime key limekey lime/brownsugar, dark brown/sugarsugar, dark brown/darksugar, dark brown'-/dark sugar brownsugar, dark brownfuetfuetfuetfuetchickenchickenchickenchicken%beanskidney beans%kidneykidney beans~%%kidney beanskidney beans}fennelfennel|fennelfennel{guavaguava zguava guava yradicchioradicchioxradicchioradicchiowpineapplepineapplevpineapplepineappleusaguarosaguaro  miH.vL/rEm)5/1all purpose flourflour, all purpose41whiteflour, all purpose#3#1white flourflour, all purpose21flourflour, all purpose11flourflour, all purpose#0#1all-purposeflour, all purpose*/11flour, all-purposeflour, all purpose.1purposeflour, all purpose-1allflour, all purpose,1flour,flour, all purpose*+11flour, all purposeflour, all purpose*!roesalmon roe)!salmonsalmon roe(!!salmon roesalmon roe'')3potato-skinnedpotato, red-skinned&3redpotato, red-skinned+%13red potato-skinnedpotato, red-skinned$pumpkinpumpkin#pumpkinpumpkin"ricerice!ricerice %familyonion family%oniononion family%%onion familyonion family/cheesecheese, provolone /provolonecheese, provolone'-/provolone cheesecheese, provolonecelerycelerycelerycelery !XwbG1\9$nF$xXV#%jack cheesecheese, jackU%%broccoflowerbroccoflowerT%%broccoflowerbroccoflowerS!creamsour creamR!soursour creamQ!!sour creamsour creamP-breadbread, sourdoughO-sourdoughbread, sourdough%N+-sourdough breadbread, sourdoughM)springcollard greens!L')spring greenscollard greensK)greenscollard greensJ)collardcollard greens"I))collard greenscollard greensHnutmegnutmegGnutmegnutmeg F5chilesgreen chiles, canned E5cannedgreen chiles, cannedD5greengreen chiles, canned-C35green canned chilesgreen chiles, cannedBwhitefishwhitefishAwhitefishwhitefish@medlarmedlar?medlarmedlar>mahimahi mahi=mahi mahimahi mahi<jicamajicama;jicamajicama:akeeakee9akeeakee8goumigoumi7goumigoumi)6/1all-purpose flourflour, all purpose !cx]AgN.cP=$ cw!!cantaloupecantaloupev#carambolastart fruitu#carambolastart fruitt#fruitstart fruits#startstart fruitr##start fruitstart fruitqmandarinmandarinpmandarinmandarinorowanrowannrowanrowanm'capsicumchilli pepperl'capsicumchilli pepperk'pepperchilli pepperj'chillichilli pepper i''chilli pepperchilli pepperh%oniononion, whiteg%whiteonion, whitef#%white oniononion, whiteehoneydewhoneydewdhoneydewhoneydewc+cheesecheese, cottageb+cottagecheese, cottage#a)+cottage cheesecheese, cottage`)tomatotomato, cherry_)cherrytomato, cherry!^')cherry tomatotomato, cherry]'tomatotomato, grape\'grapetomato, grape[%'grape tomatotomato, grapeZsturgeonsturgeonYsturgeonsturgeonX%cheesecheese, jackW%jackcheese, jack b\=|^D-oA b"))tamarind juicetamarind juice%juiceorange juice%orangeorange juice%%orange juiceorange juice3leaflettuce, curly leaf 3lettucelettuce, curly leaf3curlylettuce, curly leaf+13curly lettuce leaflettuce, curly leaf#azukiazuki beans#adzukiazuki beans #adzukiazuki beans %#adzuki beansazuki beans #beansazuki beans #azukiazuki beans ##azuki beansazuki beans#oiloil, sesame#sesameoil, sesame!#sesame oiloil, sesame%beansrunner beans%runnerrunner beans%%runner beansrunner beans!panspatty pans!pattypatty pans!!patty panspatty pans+snapperpacific snapper~+pacificpacific snapper$}++pacific snapperpacific snapper|solesole{solesolez##cauliflowercauliflowery##cauliflowercauliflowerx!!cantaloupecantaloupe %mqX?% kT>(iT?*m;%%bean sproutsbean sprouts<%beanbean sprouts:!beefroast beef9!roastroast beef8!!roast beefroast beef7beefbeef6beefbeef5olivesolives4olivesolives3turkeyturkey2turkeyturkey1+pastapasta, linguine0+linguinepasta, linguine#/)+linguine pastapasta, linguine.nettlesnettles-nettlesnettles,scallopscallop+scallopscallop*rocketarugula)rocketarugula(arugulaarugula'arugulaarugula&'butterpeanut butter%'peanutpeanut butter $''peanut butterpeanut butter#chorizochorizo"chorizochorizo!aubergineeggplant aubergineeggplanteggplanteggplanteggplanteggplant codcod codcodcalabresecalabresecalabresecalabrese)juicetamarind juice)tamarindtamarind juice \o^I4zK, W2v\\%freshbasil, fresh[#%fresh basilbasil, freshZ#beansblack beansY#blackblack beansX##black beansblack beansWsquashsquashVsquashsquashU1cheesecheese, mozzarella"T!1mozzarellacheese, mozzarella)S/1mozzarella cheesecheese, mozzarellaR+cheesecheese, cheddarQ+cheddarcheese, cheddar#P)+cheddar cheesecheese, cheddar O3spinachnew zealand spinach N3zealandnew zealand spinachM3newnew zealand spinach,L33new zealand spinachnew zealand spinachKtangelotangeloJtangelotangeloI1redchiles, red, driedH1driedchiles, red, driedG1chiles,chiles, red, dried)F/1chiles, dried redchiles, red, driedEbeetrootbeetDbeetrootbeetCbeetbeetBbeetbeetAwineberrywineberry@wineberrywineberry?parsleyparsley>parsleyparsley=%sproutsbean sprouts !T~aD$ oO/ mE$mT}%bassstriped bass|%stripedstriped bass{%%striped bassstriped bassz'powderbaking powdery'bakingbaking powder x''baking powderbaking powderw-squashsquash, tahitianv-tahitiansquash, tahitian%u+-tahitian squashsquash, tahitianthawthornhawthornshawthornhawthornr#wonderberrysunberryq#wonderberrysunberrypsunberrysunberryosunberrysunberrynsquidsquidmsquidsquidl-peanutspeanuts, roastedk-roastedpeanuts, roasted%j+-roasted peanutspeanuts, roastedi'crabdungness crabh'dungnessdungness crab g''dungness crabdungness crabf!applechokeberrye!cookingchokeberryd'!cooking applechokeberryc!!chokeberrychokeberryb!!chokeberrychokeberryabearberrybearberry`bearberrybearberry_blowfishblowfish^blowfishblowfish]%basilbasil, fresh "gnS8fBlL0g##pomegranatepomegranatecodrock codrockrock codrock codrock codsnailsnailsnailsnailpapayapapayapapayapapaya%legchicken, leg%chickenchicken, leg#%chicken legchicken, leg)chestnutwater chestnut)waterwater chestnut"))water chestnutwater chestnutyogurtyogurtyogurtyogurt$;noodlesflat rice flour noodles";flourflat rice flour noodles! ;riceflat rice flour noodles! ;flatflat rice flour noodles4 ;;flat rice flour noodlesflat rice flour noodles sawosapodilla sawosapodillafruitsapodillasnakesapodilla#snake fruitsapodillasapadillasapodillasapadillasapodillachikusapodillachikusapodillasapodillasapodillasapodillasapodillacatfishcatfish~catfishcatfish #ac=(gN7  mU@+|aB%sapotemamey sapoteA%mameymamey sapote@%%mamey sapotemamey sapote?rapinirapini>rapinirapini=!oniononion, red<!redonion, red;!red oniononion, red:butterbutter9butterbutter8#oatsrolled oats7#rolledrolled oats6##rolled oatsrolled oats5broccolibroccoli4broccolibroccoli3tunatuna2tunatuna1lemonlemon0lemonlemon/abaloneabalone.abaloneabalone-cucumbercucumber,cucumbercucumber+!!cloudberrycloudberry*!!cloudberrycloudberry)'cumincumin, ground('groundcumin, ground'%'ground cumincumin, ground&wasabiwasabi%wasabiwasabi#$9noodlespasta, lasagna noodles!#9pastapasta, lasagna noodles#"9lasagnapasta, lasagna noodles1!79lasagna pasta noodlespasta, lasagna noodles ##pomegranatepomegranate #Ty^C2!tS9qM$~iTecherrycherrydcherrycherry chamham bhamhamacoriandercilantro`coriandercilantro_cilantrocilantro^cilantrocilantro]pohapoha\pohapoha&[?snapperwhole rock cod or snapper!Z?orwhole rock cod or snapper"Y?codwhole rock cod or snapper#X?rockwhole rock cod or snapper$W?wholewhole rock cod or snapper8V??whole rock cod or snapperwhole rock cod or snapperU%radishwhite radishT%whitewhite radishS%%white radishwhite radishRkalekaleQkalekaleP'gingerginger, freshO'freshginger, freshN%'fresh gingerginger, freshMcrayfishcrayfishLcrayfishcrayfishKvealvealJvealvealIcrowberrycrowberryHcrowberrycrowberryG#applesugar appleF#sugarsugar appleE##sugar applesugar appleDcrabapplecrabappleCcrabapplecrabapple #YfO8! a?#gE*jYclamclamnangkajackfruitnangkajackfruitjackfruitjackfruitjackfruitjackfruit##boysenberryboysenberry##boysenberryboysenberry'shrimpshrimp, dried'driedshrimp, dried%'dried shrimpshrimp, dried~-cheesecheese, parmesan}-parmesancheese, parmesan%|+-parmesan cheesecheese, parmesan{%currantcurrant, redz%redcurrant, redy#%red currantcurrant, redx+peasblack-eyed peasw!+black-eyedblack-eyed peas$v++black-eyed peasblack-eyed peasuendiveendivetendiveendivesanchovyanchovyranchovyanchovyqchiveschivespchiveschivesokumquatkumquatnkumquatkumquatmgalangagalangalgalangagalangak!!grapefruitgrapefruitj!!grapefruitgrapefruitisoybeanssoybeanshsoybeanssoybeansgcayennecayennefcayennecayenne #NiZK.qR9 yb;Nk*-basschilean sea bass*+5-patagonian toothfishchilean sea bass)-seachilean sea bass(-chileanchilean sea bass&'--chilean sea basschilean sea bass&!+vegetablesroot vegetables%+rootroot vegetables$$++root vegetablesroot vegetables#lobsterlobster"lobsterlobster!%milkcoconut milk %coconutcoconut milk%%coconut milkcoconut milk!!breadfruitbreadfruit!!breadfruitbreadfruit#grasslemon grass#lemonlemon grass##lemon grasslemon grass!!clementineclementine!!clementineclementinecourgettezucchinicourgettezucchinizucchinizucchinizucchinizucchini!!blackberryblackberry!!blackberryblackberry eeleel eeleelguanabanasoursopguanabanasoursop soursopsoursop soursopsoursop oniononion oniononion clamclam '\v_N=kT<uW>%s\RsnappersnapperQsnappersnapperPsweetcornO!sweet corncornNmaisecornMmaisecornLsweetcorncornKsweetcorncornJcorncornIcorncornHrambutanrambutanGrambutanrambutanF!#elderberryelderberry E##elderberry elderberry DtrouttroutCtrouttroutB!fruitstar fruitA!starstar fruit@!!star fruitstar fruit?!malayrose apple>#!malay applerose apple=!applerose apple<!roserose apple;!!rose applerose apple:plantainplantain9plantainplantain8flounderflounder7flounderflounder6#sodabaking soda5#bakingbaking soda4##baking sodabaking soda3okraokra2okraokra1lentilslentils0lentilslentils/skirretskirret.skirretskirret--toothfishchilean sea bass ,!-patagonianchilean sea bass &_cD3" qQ7  w^E(r_xaniseanisewaniseanisev%pasteshrimp pasteu%shrimpshrimp pastet%%shrimp pasteshrimp paste syamyam ryamyamq!saladcorn saladp!corncorn salado!!corn saladcorn saladnceleriacceleriacmceleriacceleriaclmushroomsmushroomskmushroomsmushroomsjrockfishrockfishirockfishrockfishhcitroncitrongcitroncitronfoctopusoctopuseoctopusoctopusd)oiloil, vegetablec)vegetableoil, vegetable!b')vegetable oiloil, vegetablea+cinnamoncinnamon, stick`+stickcinnamon, stick#_)+stick cinnamoncinnamon, stick^shrimpshrimp]shrimpshrimp\plumplum[plumplumZ##lingonberrylingonberryY##lingonberrylingonberryXpikepikeWpikepikeVraspberryraspberryUraspberryraspberryTpastapastaSpastapasta !XkO. eTC*fK/Xw/sugarsugar, granulated'-/granulated sugarsugar, granulated/sugarsugar, granulated!!/granulatedsugar, granulated/sugar,sugar, granulated(//sugar, granulatedsugar, granulated'endiveendive, curly'curlyendive, curly%'curly endiveendive, curlymulberrymulberrymulberrymulberrycrabking crab kingking crab king crabking crab basssea bass seasea bass sea basssea basscrabcrabcrabcrab%+-bell red pepperbell pepper, red-pepperbell pepper, red-bellbell pepper, red-redbell pepper, red%+-red bell pepperbell pepper, red%%buffaloberrybuffaloberry%%buffaloberrybuffaloberry'squashsquash, acorn~'acornsquash, acorn}%'acorn squashsquash, acorn|parsnipparsnip{parsnipparsnipzcaviarcaviarycaviarcaviar &`nWB- lS@-bF% w`?!limelime juice>!!lime juicelime juice=leekleek<leekleek;!!mayonnaisemayonnaise:!!mayonnaisemayonnaise9%powdercurry powder8%currycurry powder7%%curry powdercurry powder6!persimmonpersimmon 5!!persimmon persimmon 4%saucetomato sauce3%tomatotomato sauce2%%tomato saucetomato sauce1waterwater0waterwater/tilefishtilefish.tilefishtilefish-peachpeach,peachpeach+mushroommushroom*mushroommushroom)tarotaro(tarotaro'angelicaangelica&angelicaangelica%%cumincumin, seeds$%seedscumin, seeds##%seeds cumincumin, seeds"surimisurimi!surimisurimi paprikapaprikapaprikapaprikaapricotapricotapricotapricot#beanbutter bean#limabutter bean#lima beanbutter bean $kvbM8'oZE lU>#kc#redred snapperb##red snapperred snappera%seedssesame seeds`%sesamesesame seeds_%%sesame seedssesame seeds^saucesoy sauce]soysoy sauce\soy saucesoy sauce[guaranaguaranaZguaranaguaranaYdaikondaikonXdaikondaikonW#winewine, whiteV#whitewine, whiteU!#white winewine, whiteT)greensmustard greensS)mustardmustard greens"R))mustard greensmustard greensQpotatopotatoPpotatopotatoOsardinesardineNsardinesardine"M3artichokejerusalem artichoke"L3jerusalemjerusalem artichoke,K33jerusalem artichokejerusalem artichokeJpeaspeasIpeaspeasHfeijoafeijoaGfeijoafeijoaFdukulangsatEdukulangsatDlongkonglangsatClongkonglangsatBlangsatlangsatAlangsatlangsat@!juicelime juice Q,sbQnrainrainmrainrain8l!]charactèréxtrõüûrdinarily accented charactèr6k]accentedéxtrõüûrdinarily accented charactèrBj5]éxtrõüûrdinarilyéxtrõüûrdinarily accented charactèrVi]]éxtrõüûrdinarily accented charactèréxtrõüûrdinarily accented charactèrhcinnamoncinnamongcinnamoncinnamonfvinegarvinegarevinegarvinegard#snapperred snapper i4-5BUTTER,WITH SALT@/p =?333333@TG =p@Gz?Q?Q?zG{@? =p ?tzG{?hr Ĝ?$/?(\)?htj~?\( @\(@Iv@5`A7L@XbM1 cup@,ffffff1 tbspDairy & Egg Products4j4=5BUTTER,WHIPPED,WITH SALT@/p =?333333@TG =p@Gz?Q?Q?zG{;??bM?pbM?tzG{?hr Ĝ?$/?(\)?htj~? =p @\(@I>O;@7mV@tj1 cup@"1 tbspDairy & Egg Productsk455BUTTER OIL,ANHYDROUS?θQl?Q@X޸Q?zG{?PbM?PbM?tzG{?htj~?zG{?PbM?zG{ H8@ffffff@!333333@NE@>>?4?Gz @.S@O;d?+ I^H1 cup@1 drumstick, bone and skin removed,Poultry __LR5;CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,Cooked,Stewed@PQ@;@ =p?Q ?QP@(\)?E?tj~?S?C$@333333?n?p =q?θQ9?GzH@ 333333?(\)?Gz?QX1 cup, chopped or diced1 unit0PoultryMQ5;CHICKEN,BROILERS OR FRYERS,Drumstick,MEAT ONLY,Cooked,Roasted@P\(@b4GCHICKEN,BROILERS OR FRYERS,NECK,MEAT ONLY,Cooked,Simmered@P33333@8\(@ \(\? =p,@ =p @@(\)?nP?tj~@4?O;dZ?1&@S?xF?zG{?\(y$$@@QR@=p =O1 unit1 neck, bone and skin removedCPoultry\c4q77CHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,RAW@PQ@1EQ@.?Q ?zGL??-V?tj~@)@ffffff?vȴ9X?Õ$/@9XbN?nP?У =p?333333,)?Q@333333@C%@ C%@ I^5?T91 thigh, bone removed^1 thigh, bone removedPoultry 34C )SAUCE,HOISIN,Ready-to-serve@Fp =@ zG{@ Q@Q@F =p @ffffff@zG ?(\)&wO?zG{?bM?A7Kƨ??ٙ?pbM?Ƨ-?Q?hr Ĝ?vȴ9X?Q?-?-V?`A7?+ I^1 tbspSoups & Sauces4G )SOUP,STOCK,FISH,HOME-PREPARED@X=p =@zG?Q?zG?zG{8?Q?-V?vȴ9??`A7L?tj~?"`?Vu?l?zG?\(?lC?5?|h?lD1 cupSoups & Sauces 4M )SOUP,STOCK,Chicken,HOME-PREPARED@W $@(\)?333333?(\)@ =p =?GzH?Gzi?Q?S@?ə?Q?\(?XbM?;dZ?Q?ə?ԋC%?⟾vȴ9?C$1 cupSoups & Sauces k"45 )USDA COMMODITY,SALSA@Vl$??ə??ffffff @Q?\(?tj~?ٙ??Q?GzH?nO&?-V?bM?dZ1Soups & Sauces#!4u )SOUP,MINESTRONE,Canned,Reduced Sodium,Ready-to-serve@U333332?陙?(\) @333333? =p "?zG{??|hs@@?Q?zG{?zG{?Q!?ffffff@333333c]Z?Q?Q?Soups & Sauces$ 4C )SAUCE,OYSTER,Ready-to-serveP3??@\(@% =p?333333?Q ? =p 6 ? =p ?`A7?"`A@??zG{?vȴ9X?$/?bM?bM?=p =?tj? ě?`A7L1 tbspSoups & Sauces 7%4q)SAUCE,NESTLE,LJ MINOR ITALIAN Sauce,Ready-to-serve@Rb?Gz?ffffff@QR@2}p =?ffffff@ffffff7? =p E`?Gz?"`?-V@?|hr? ě?&x?^5?|?ѩlD?У =p?nO?XbM1 cup1 packageSoups & Sauces $4Q )SOUP,SHARK FIN,Restaurant-prepared@VQ.@ ? =p@ffffff ?zG5?=p =?S?tj~??S?+?ߍO;dZ? =p?vȴ9 ?QR?1&x?-?m1 cupSoups & Sauces,#4?)SAUCE,FISH,READY-TO-SERVE@QzG#@=p =?zG{@48Q@ Q+?\( (?ə??m@"333333??tj~?/v@$/?5?|h?XbM333?޸Q ?htj~?`bM?htj~1 tbsp@>v475 )SOUP,PROGRESSO HEALTHY CLASSICS Beef BARLEY,Canned,Ready-to-serveU;@?陙?\(@ ? ? =p 1?zG{? ěT?tj~??"`A?vȴ9?`A7K?;dZ?E ?333333? =p?M?vȴ91 cupSoups & Sauces=85 )SOUP,PROGRESSO HEALTHY CLASSICS Chicken NOODLE,Canned,Ready-to-serve@V @\(\?zG?陙@ =p??zG$X?\(?S?dZ1?333333?bM?bM??|hs?E?+ I ? =p ?Ƈ+ I?ϝ-V?ěS1 cupSoups & SaucesE95)SOUP,Cream OF ASPARAGUS,Canned,Prepared with Equal VOLUME MILK,CommercialVA@ffffff@ ffffff?@p =q?333333F?ffffff>?׮zG?1&y?Õ$/??E?j~"?ָQ?Gz?vȴ9 ?ə?p =q?Gz? 1 cupZ1 canSoups & Sauces 84u 9MACARONI and Cheese LOAF Chicken PORK and Beef@LУ =q@'Q@-Q@Q@'Gzz?3333339?(\)?(\)?Ѻ^5?|@033333?Vt?;dZ@Q?`A7L?Vu?\(@tj~@tj~?nP,&1 sliceSausages & Lunch Meats4- 9FRANKFURTER,PORK@M @)Q@7zG@ ?Q? @ 0@Q?l?bM@;?"`?x@/v?I^5?}?ԛS?\(\OO@!p ě@%ǮzH@/wBL1 linkSausages & Lunch Meats4A 9HAM HONEY SMOKED Cooked@Q|(\z@1zG@\(@Q@zG?\(?Q?E?1&y@$?333333?ٺ^5?|?"`B@5?|h?vȴ9X?͑hr ?QR?p =q?9XbN?tjSausages & Lunch Meats W4w 9TURKEY,BREAST,SMOKED,LEMON PEPPER FLAVOR,97% FAT-FREE@R`_@4fffff?zG@ ?\(?(\)??QR01 sliceSausages & Lunch Meats45 9PATE TRUFFLE FLAVOR@IfffffG@&ffffff@<@@333333F@Q '@?ٙ?Q@D?Q?333333@ ffffff?333333?Q<<<@ :@$333333@+333333@ \(\i81 servingSausages & Lunch MeatsN5  9SALAMI ITALIAN PORK and Beef DRY SLICED 50% LESS Sodium@D@^@5@:ffffff@@?(\)z@ =p?zG{?tj~@:?333333?=p =@w+?\(??ffffff?@#@*ffffff@QRY1 servingSausages & Lunch Meats " 4? 9FRANKFURTER MEAT Heated@L\)@#=p @8O\(@ Q@c?Q?GzH?S?1&@)?(\)?Q@;dZ?Ƨ-?Q?Q? =p @Gz@%|j~#@9XbNI41 servingSausages & Lunch Meats6 4? 9FRANKFURTER Beef Heated@J =pF@'zG@=u\(@zG{@(\)@ Q ?\(@?Õ$/?E@(333333?+?nO;@E??+?ffffff?ə?@&;dZ@,Z1?$/841 servingSausages & Lunch Meats4S 9TURKEY WHITE ROTISSERIE DELI CUTHp@+@ffffff@?ٙ@]@?+?zG{@=fffff ?`A7L?/v@`A? ě?`A7?(\)?Q??QR7Sausages & Lunch Meats ||34C9BOLOGNA,Chicken,TURKEY,PORK@K,@#\(@:.zG@=p =@R?\(?zG{?Q?+ I@333333?$/?`A7L@ \(?E? =p ?GzHK ?=p = @\(@%(\@ ěP1 serving1 sliceSausages & Lunch Meats+4' 9SCRAPPLE,PORK@O<(\@ Q@+p =?zG{@,Q?333333?ə?=p = L?\(?"`A@1ffffff@?-V?^5?|@/v?Q? =p&rr?333333@ 333333@hr!@vȴ9?vȴ9181 servingSausages & Lunch Meats4/ 9FRANKFURTER MEAT@L'zH"@$Q@9\(@ @zGc?p =qB?333333?E? =p @)?(\)?"`@QR? =p??|hs?Q?QR@lD@&š@-VM41 servingSausages & Lunch Meats 4= 9TURKEY SAUSAGE,Fresh,RAW@QG{@2=p @ (\)@Q?zG?QQ@zG{?tj?$/@ffffff?E?E@ffffff?QR?ە$/?K ? =p ?hr Ĝ@E@+ JKSausages & Lunch Meats$4; 9BEEF SAUSAGE,PRE-COOKED@E@/@B\)@ GzH?Q?zG{ @\(\?`A7L?$/?ffffff?1&y?E@ zG?٩lD?ȓtj~@=p =r?\(\@  @.2-V@0cnP?ffffffSSausages & Lunch Meats4; 9PORK SAUSAGE,PRE-COOKED@G(\z@,G{@AQ@Q?p =q 3??&x?E?ffffff?ʟvȴ9?+@333333?tj?nO?Q^?\(@ @'Rm@.W =p@y"`JSausages & Lunch Meats !4C 9TURKEY SAUSAGE,Fresh,Cooked@PC =p@7 =p@$Gz@333333? =p*@ =p ?\(?tj~?ffffff?$/?QR@Gz?GzH?ԛS?zGK ? =p ? @ ěT@Q@S\Sausages & Lunch Meats14U 9PORK and TURKEY SAUSAGE,PRE-COOKED@IW =pV@(@> =p@zG@ =p J?l?p =q?hr!?ΗO;d?ffffff?ȴ9Xb?XbM@ =p?\(\?vȴ9X ?\(f? =p@ G@#nP@*S@tjHSausages & Lunch Meats4? 9BEEF SAUSAGE,Fresh,Cooked@I\(L@25\(@;G{@Q?ffffff ?Q@Q?lD?tj~?333333@ ?zG{?1&x@zGQ ?θQ?񙙙  @%\(@)G+ I?tjRSausages & Lunch Meats 22VA4} /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN ORIGINAL@\(@*GzH@@ffffff@R\(@=L@/aGz@1j~@(? =p@ =p@"@(\)@zG@-?\( )@2  ?(\)@?zG{?p =q@Gz.5 cupBreakfast Cereals4459BOLOGNA,Chicken,PORK@IlN@$Q@>(\@(\)@\(?Q? =p?+?$/@*ffffff? ěT?nP@ p =q?E?QR ?K ?zG{?333333 @#"`@*XbM@dZ1W1 serving1 sliceSausages & Lunch Meats84?9BOLOGNA,Chicken,PORK,Beef@L5\(@&\)@6G{@p =q@p =q\?9`?Q?bM?tj@/?l?GzH@ 9XbN?nO?Vu?GzK ?? @hr@#e`A7L@ S1 serving1 sliceSausages & Lunch Meats \\OI4;CHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,Cooked,Stewed@QGz@5!BABYFOOD,FRUIT,PLUMS with TAPIOCA,without Vitamin C,StrainedPG??θQ@333333?333333@*zG?əU?zG{?l?ٙ?񙙙?bM?1&y?C$?(\)?tj~?Q@ N1 tbsp@1 thigh, bone removedPoultry RRUf5;CHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,Cooked,Roasted@M\(@9\(@.G{?(\) ?p =qT@Gz?+?$/@3?&x?"`A@u\(?^5?|? =p?ҏ\(00?GzH@333333@QR@@ \(\]1 cup, chopped or diced%1 unitPoultryQg57CHICKEN,BROILERS OR FRYERS,THIGH,MEAT and Skin,Cooked,Stewed@OzG@7B\(@-zG{?\( ?QG@?Q?tj~@1fffff?/v?r ě@tj~?E?\(?QR,,?GzH@333333@p =q@\(\@ T)1 unitD1 thigh, bone removedPoultry Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx            !!""##$$++,,--..//00112233445566778899::;;<<==>>??@@AABBCCDDEEFFGGHH Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpxNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^__``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~ lZh4iIICHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,RAW@R =pw@3fffff@GzH?Q ? =pV?\(?&x?zG{@+?tj~?bM@O;dZ?^5?|?Q ?ffffffA? =p@333333?\(\? =p S)1 thigh, bone and skin removedE1 thigh, bone and skin removed+PoultryDi4{ICHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,FRIED@MzH@<.zG@$? =p?Gz ?\(\_@QR? =p ?S@4?+ I?QR@zG{?\(?QR ?QF@=p =@\(@p =qf1 unit41 thigh, bone and skin removed$PoultryHj4;CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,Roasted@Oo\(@9 =q@%\(?ffffff ?\(X@\(?j~#?$/?l?͑hr @?l?ffffff? =pC?GzH@333333@=p =@@ =p_1 cup, chopped or diced1 unit#Poultry ZGk4};CHICKEN,BROILERS OR FRYERS,THIGH,MEAT ONLY,Cooked,Stewed@Pe\(@#zG?Q ?QK@ =p?E?zG{@1? ěT?lC@?+?Gz?Gz??GzH@ @zG@ @QZ1 cup, chopped or diced!1 unit'PoultryRl4o55CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,RAW@Pp =@2TzG@/ =q?zG ?ffffffI?GzH?E?nO;@/?ffffff?tj~?+ I@9XbN?nP?ffffff?zG{,,?333333@p =q@Q@ zGM1 wing, bone removed11 wing, bone removed.PoultryLm55CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,FRIED,BATTER@GG{D@3޸Q@5\(?Q@%Gz?333333? =py@?zG? ěT?Q@933333?"`A?tj~@\(?Q?333333 ?q""@QR@!Q@GzHO1 unit11 wing, bone removed&Poultry YYKn5 5CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,FRIED,Flour@HO\(A@:(\@6(\)? =p @Q??M?(\)?;dZ?1&y@5L?-V?7KƧ@ɺ^5?}?+?=p =?Q}&&@=p =@!ǮzH@Q1 unit 1 wing, bone removed/PoultryTo5;CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,Roasted@KQ"@:(\@3u\(??QRR?Q?/v?nO;@6333333?$/?bM@O;d?9XbN?Gz?ҏ\(//?GzH?333333@@\(@\(T1 cup, chopped or diced1 unit0Poultry HHRp5;CHICKEN,BROILERS OR FRYERS,WING,MEAT and Skin,Cooked,Stewed@O =p@6ǮzH@0R? =p ?zGyC?zG?O;dZ?nO;@2?zG{?^5?|@{lC? ěT?(\)? =p ((?GzH?ə@ =p@ffffff@ =pF1 cup, chopped or diced1 unit0Poultry^q4gGGCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,RAW@R~@5Q@ QR?\( ?(\)Q?zG?E?nO;@1?333333?5?|h?"`B@o-V?n?\(?QR;? =p?zG?333333?陙91 wing, bone and skin removed1 wing, bone and skin removedDPoultry  _;r4yGCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,FRIED@M=p @>&fffff@"L? =p?=p =[@\(?"`A?bM@9ffffff?O;dZ?bM@j~?S?Gz?\(=@@ =p@\(T 1 unit1 wing, bone and skin removedBPoultrySs4}GCHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,Roasted@Oc =p@>u\(@ B\(?zG{?\(\@Q?S?bM@833333?bM?nP@?|hs?+?Gz?\(<?GzH?333333@zG@Gz?zG{U 1 unit1 wing, bone and skin removedDPoultryFt4{;CHICKEN,BROILERS OR FRYERS,WING,MEAT ONLY,Cooked,Stewed@P =q@;.zG@Q?\(\ ?QI@(\)?bM?hr Ĝ@533333?+ I?(\)@?E?zG{?(\)5?GzH?ə@zG{?QJ1 cup, chopped or diced1 unitDPoultry ??v3u4{ CHICKEN,ROASTING,MEAT and Skin and GIBLETS and NECK,RAW@P~Q@1 =p@.Q?Q? =p ?QE?zG{?Q?S@'333333@333333?5?|h?S@?|h?M?zG{?zGK@ =p@\(@ =pV1 chickenPoultryGv5CHICKEN,ROASTING,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@O,@7\(@*# =p?333333? ?\(G?\(\?-V?S@/ffffff?ٙ?/v?1&x@vȴ9? I^5??\(?\(U@ GzH@Gz@^01 chicken1 unitPoultry;w4Q=CHICKEN,ROASTING,MEAT and Skin,RAW@P`@1# =p@/33333? =p ?(\)D?Q?O;dZ?nO;@.?-V?p =q@I^5?}?QR?zG{? =p&&?333333@333333@Q@\(@ 333333I%1 unit.5 chicken, bone removedPoultry ]]/x4g=CHICKEN,ROASTING,MEAT and Skin,Cooked,Roasted@O @7Q@*ǮzH?Q ?(\)I?333333?-V?nO;@7?/v?M@1&y?`A7K?ffffff?GzHS@ Q@@\(\L1 unit.5 chicken, bone removedPoultry>y4IOCHICKEN,ROASTING,MEAT ONLY,RAW@R(\o@4TzG@?Q ?zG{K? =p ??nO;@0fffff?lD?&x@?nP?Gz? =p - ?(\)@333333?p =q?\(?p =qA1 unit.5 chicken, bone and skin removed1Poultry*z4_;CHICKEN,ROASTING,MEAT ONLY,Cooked,Roasted@P=p @9\(@Q?ffffff ?\(\K?QR?/v?hr Ĝ@8?vȴ9X?`A7@$/?vȴ?=p =?ҏ\() ?\(@?(\)K1 cup, chopped or diced1 unit+Poultry NNs!{4ECHICKEN,ROASTING,GIBLETS,RAW@RQ@2# =p@(\)?ffffff?=p = @M@ Q?lC? =p@K @*333333?zG{?-V@E@hr ? =p @"%x @ @? =p?zG{?(\)1 unitq1 gibletsPoultry=|4];CHICKEN,ROASTING,GIBLETS,Cooked,Simmered@PzG@:Q@Gz?\(?Q @\(\<@Q?5?|h?`A7@Yfffff@?l?"`B@ ěT@tj?333333///@ fffff ?=p =?GzH?Qe1 cup, chopped or diced1 unitPoultryH}4_OCHICKEN,ROASTING,Light MEAT,MEAT ONLY,RAW@R33333m@6333333?zG?񙙙 ?zG{3?Q?tj~?hr Ĝ@1?`A7L?ȴ9Xb@$ov?S?ᙙ?\(?(\)@333333?׮zG?޸Q?ٙ9c1 unit.5 chicken, bone and skin removed+Poultry 77J~4u;CHICKEN,ROASTING,Light MEAT,MEAT ONLY,Cooked,Roasted@Pfffff@;!Gz@GzH?ffffff ?GzH3?\(?$/?Q@9?;dZ?+@$ ě?$/?GzH? =p?GzH?333333?GzH?QR?\(K1 cup, chopped or dicedN1 unit(PoultryG4]OCHICKEN,ROASTING,Dark MEAT,MEAT ONLY,RAW@R޸Qq@2p =@ Gz? =p ?ffffff_?ffffff?5?|h?zG{@+?nO;?$/@nP?hr!?zG{ ?\(<?Gz@333333?\(?Q?Hq1 unit.5 chicken, bone and skin removed5Poultry,4s;CHICKEN,ROASTING,Dark MEAT,MEAT ONLY,Cooked,Roasted@P33333@7@@!?zG ?GzH_@ =p ?Q?tj~@3? ěT?ȓtj~@l?j~"? =p?GzH6@p =q@ zG{K1 cup, chopped or diced^1 unit.Poultry LLO:5G )SOUP,PROGRESSO HEALTHY CLASSICS Chicken RICE with Vegetable, vegetables,Canned,Ready-to-serve[%@\(? =p?333333@Q?333333 ? %s? =p ?E?XbM?333333?vȴ9?Q?XbM? I^5?Q ?zG{? =p ? I^5?ɺ^5?|1 cupSoups & Sauces*;5 )SOUP,PROGRESSO HEALTHY CLASSICS Cream OF BROCCOLI,Canned,Ready-to-serve\$? =p ?ffffff?(\)@ =p?B?(\)?Q?S@333333?tj~?tj~? =p?j~"?Q x?GzH? ěT?zG1 cupSoups & Sauces/<5 )SOUP,PROGRESSO HEALTHY CLASSICS LENTIL,Canned,Ready-to-serve@VGz4@ \(? =p? =p @ ǮzH@ffffff?񙙙5?ۅQ?ȴ9Xb?̬1&y?ٙ? =p ?nO;?ҟvȴ9?hr!?&x***?(\)?Ցhr ?1 cupSoups & Sauces DDA=5 )SOUP,PROG HEALTHY CLASSICS NEW ENGLAND CLAM CHOWDER,Canned,Ready-to-serve@VI0@ =p ?Q?QR@ 8Q??׮zGt?\(?-V?&x@?+ I?nO;?֗O;d?1&?Q @=p =d?Gz?щ7KƧ?E1 cupSoups & Sauces2>5  )SOUP,PROGRESSO HEALTHY CLASSICS MINESTRONE,Canned,Ready-to-serve@UG{3?zG??zG{@ Gz??ffffff $?GzH?nO;?tj~?333333?vȴ9X?`A7L?tj~?vȴ9X?/v3?\(?أ =p?-V1 cupSoups & Sauces=?5# )SOUP,PROGRESSO HEALTHY CLASSICS Vegetable, vegetables,Canned,Ready-to-serve["?(\)?GzH?(\)@=p =?333333 ?zG{ z?zG{?vȴ9?vȴ9X?333333?`A7L?-V?C%?vȴ9?vȴ9X ?Q??Q?-V?`A71 cupSoups & Sauces VVR@5+ )SOUP,Chicken Vegetable, vegetables with POTATO and Cheese,CHUNKY,Ready-to-serve@UA?\(@ =p?\(@?333333?333333?zG{I?zG{?zG{@ ?Q?hr Ĝ?$/?$/ ?zG{w?Q@ffffffM6!?-V?zG?+ I^Soups & SaucesPB5)SOUP,Cream OF CELERY,Canned,Prepared with Equal VOLUME MILK,Commercial@Up =B@QR@GzH? =p@p =q?333333K?Q =}?zG{?vȴ9X?1&?ffffff?333333?Q??Ƈ+ I?Q?vȴ9?ə.,?p =q?zG?Q 1 cupZ1 canSoups & Sauces **xJC5)SOUP,Cheese,Canned,Prepared with Equal VOLUME MILK,Commercial@T(\\@(\)@333333?QR@Gz?ٙs?zG{d?GzH?1&y?^5?|@ffffff???$/?ə?QR?vȴ9X?\(@ =p ?zG? =p 1 cupa1 canSoups & SaucesCH5 )SOUP,Cream OF Chicken,Prepared with Equal VOLUME MILK,Commercial@U5QM@zG@zG{?(\)@(\)?I?GzH=n?GzH?1&y?Õ$/??Q?vȴ9?+?p =q?S?(\) HE?Q??Q 1 cup1 fl ozSoups & Sauces=I4y )SOUP,Vegetable, vegetables,Canned,Low Sodium,Condensed@T\(A@?@(8Q@@=p =?Q-?ٙ?Ͳ-V??陙?lC?O;dZ? =p?$/?`A7K  V?Gz@:k6-?`A7?lC?nSoups & Sauces uV5+)SOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Prepared with Equal VOLUME MILK,Commercial@UNQB@\(@GzH?@?333333?\(K?333333 ?y?zG{?1&y?1&@?ffffff?S?QR?ڟvȴ9?Q?1&@QN? =p ?? =p ?Q?(\) 1 cup1 cupSoups & Saucesnc5)SOUP,Cream OF MUSHROOM,Canned,Prepared with Equal VOLUME MILK,Commercial@U# =pR@Q@Q?Q@333333?ə@zG{H?θQ?mr?У =p?1&y?1&???vȴ9X?hr!?׍O;dZ??vȴ9?ə2??񙙙@\(?333333?\(1 cupZ1 canSoups & Sauces 55y@f5)SOUP,Cream OF ONION,Canned,Prepared with Equal VOLUME MILK,Commercial@U K@Q@=p =?@?333333H?Q >}??Q??+?(\)?;dZ?Q?Q ?ə?zG?Q?zG{ 1 cupZ1 canSoups & Sauces(\)2 tbspSoups & SaucesIw4m )SAUCE,LA VICTORIA,LA VICTORIA SALSA RANCHERA,HOT[? =p?333333?Q@\(?ə@333333?Q3@333333@>u\(2 tbspSoups & SaucesPy4m )SAUCE,LA VICTORIA,LA VICTORIA SALSA PICANTE,MILD@VR? =p ?ҏ\(@\(\@GzH?333333@?(\)T@ffffff@>u\(2 tbspSoups & SaucesRz4q )SAUCE,LA VICTORIA,LA VICTORIA SALSA PICANTE,Medium@VR?Q?\(? =p @Gz?@(\)?Q@ ffffff@>(\)2 tbspSoups & Sauces wM$P{4m )SAUCE,LA VICTORIA,LA VICTORIA SALSA SUPREMA,MILD@VzG?GzH?333333@QR@?333333@\(?\(K@,`@>u\(2 tbspSoups & SaucesR|4q )SAUCE,LA VICTORIA,LA VICTORIA SALSA SUPREMA,Medium@VQ?\(?У =p@ffffff@?陙@ Q ?Q&@ffffffD@>(\)2 tbspSoups & SaucesS}4u )SAUCE,LA VICTORIA,LA VICTORIA Green CHILE SALSA,MILD@WzG??@ =p@333333?ٙ?QR?Q>@*@>u\(2 tbspSoups & SaucesX~4} )SAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,MILD@WQ?(\)?ҏ\(?Q@Q?陙@ =p?Q@,@>(\)2 tbspSoups & Sauces x4[5 )SAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,Medium@WzG? =p ?\(@zG@\(?@\(?333333 @,@@>u\(2 tbspSoups & SaucesW4{ )SAUCE,LA VICTORIA,LA VICTORIA THICK 'N CHUNKY SALSA,HOT@V?zG{?ffffff? =p@Q?@ =p ?zG{@ffffff @>u\(2 tbspSoups & Sauces84Y )SAUCE,LA VICTORIA,Green SALSA JALAPENA@VR ?p =q?p =q@zG@??ٙX @>(\)2 tbspSoups & SaucesH4] )SAUCE,LA VICTORIA,Reduced SALSA JALAPENA@V/\((?333333?Gz?zG@\(?@\(?\(@@ @>u\(2 tbspSoups & Sauces x+N4g )SAUCE,LA VICTORIA,LA VICTORIA ENCHILADA Sauce@VzH!?zG{?333333? =p@zG{?ffffff? =p ?Q@ @N(\).25 cupSoups & Sauces/4I )SAUCE,LA VICTORIA,MOLE POBLANO@Gz@-@2# =p@& =p@H\)@0@3QRf@QR Px92 ozSoups & SaucesR4Y )SAUCE,LA VICTORIA,CHEDDAR Cheese Sauce@R7zH?\(@*@ 333333@"# =p@p =q\? =p@ 1&y@Z1'@Q@PJG{.25 cupSoups & Sauces{5 )SAUCE,LA VICTORIA,NACHO Cheese Sauce with JALAPENO PEPPERS,Medium@QQ?Q@*G{@ffffff@$Q?333333@Y?333333?6@ x@Jn@;dZ@Q =p.25 cupSoups & Sauces ezeE4 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN BRAN BUDS@333333@ffffffP+??޸Q@R5Z@.\(?333333?GzH ?QR?zG@4aGz?\(@=p = ?\(?陙.FK?QR?333333?zG.75 cupBreakfast Cereals(Q4k /CEREALS Ready-to-eat,GENERAL MILLS,COOKIE CRISP@Q@GzX?*MZR@)?333333?&x@333333??Q@033333?"`A?QM:)?У =p?ffffff-y?333333?7KƧ?S1 cupBreakfast Cereals "n"HW4 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S CRACKLIN' OAT BRAN@ @-333333@@Qٙ@'ffffff)@ {E@?Q@vȴ ? =p? =p@$?lC?QRO@?Gz@@@ @7.75 cupBreakfast CerealsDV4c/CEREALS Ready-to-eat,CORN FLAKES,Low Sodium@?333333?ə@V333333?񙙙@p =q+@\( 1I ?GzH?+ I?E@ffffff?zG{? =p ?Gz?|hr? ěT! ?Q?333333=]?E?333333?nP1 cup@ O@15>N@J@?@A7K@%@@E@As33333n[ .@433333@'(\??ٙ??񙙙.75 cupBreakfast Cereals/Z4{ /CEREALS Ready-to-eat,GENERAL MILLS,WHEATIES RAISIN BRANM?333333@zGQ !@+333333M@+333333?zG{@E?\(?@2333333?E?QlC)N@?(\)?ffffff?ٙ?šo?䛥S71 cupBreakfast CerealsEY4M/CEREALS Ready-to-eat,CRISPY RICE@@?ٙ@@V&fffff?333333@"333333@*m_?\(?1&x?n@.@Js33333?@@8\(?ěS@\(;7?ҏ\(@.-?l?Q?(\)1 cup@_5 /CEREALS Ready-to-eat,KELLOGG'S Frosted MINI-WHEATS,ORIGINALT@#?@@T @3 v&T @ ?zG{@M@ffffff?zG?\(@#?S?\(\@@Q?\(?? =p ?θQ31 cupBreakfast CerealsL^4q /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S FROOT LOOPS@ffffff@(\)@?GzH@U޸Q@@DzG@4ffffff!px?nO?S@!/@? =p @8333333?\(@ p =q`MI@GzHJ?ҏ\(?ə?QR?ۅQ?\(1 cupBreakfast Cereals6]4g /CEREALS Ready-to-eat,BRAN FLAKES,SINGLE BRAND@ @@"@@T@1@2fffff8h?C%@ C%@%??Q@0Q?Ƨ-?QM:) ?333333?ffffff?ٙ?Gz?ffffff.75 cupBreakfast Cereals (Q(%c4o /CEREALS Ready-to-eat,GENERAL MILLS,GOLDEN GRAHAMS@(\)t@ @\(S#@)?zG{?n@ffffff??Q@033333?`A7?QM:)?׮zG?333333?p =q?`A7.75 cupBreakfast Cerealskb5/CEREALS Ready-to-eat,RICE,PUFFED,PRESWEETENED,FRUIT Flavored,SINGLE BRAND@ @333333?@U?ffffff,@zG:nH@=p =?Q?|hr@.?=p =?Q@2Q?lC?r_h@=p = BB?zG?ə??1&?9XbN.75 cup@5L1 boxBreakfast Cereals<`5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted RICE KRISPIES{@ 333333?陙@333333@Vy?333333( \]???+@.??ffffff?-V?333333p@ffffff?Q?ə?333333?333333.75 cupBreakfast Cereals ZZ(N4m!BABYFOOD,FRUIT,Applesauce and Pineapple,Strained@V`%???ə@$333333??N?zG{?Q?333333@<?$/?vȴ9?+?"`B?+?zG{?nO;?bM@?ə?ə?QR@0?@!\)?ٙA ?zG{?/v?ٙ@+?nO;?tj?^5?|?E?$/)?GzH@!+?tj~?tj~? ě@4GOCHICKEN,STEWING,MEAT ONLY,RAW@R"\(@5B\(@GzH?QR ?p =qO?ffffff?ȴ9Xb?tj~@/ffffff@ ffffff?nO?~"@r Ĝ?p =q?(\)?QRi ?θQ?Q? =p ?Q?1 unit.5 chicken, bone and skin removed2Poultry>4[;CHICKEN,STEWING,MEAT ONLY,Cooked,Stewed@L,@>kQ@'ǮzH? ?GzN@zG{?-V?+ I@9333333?1&y?Ѻ^5?|@o?O;dZ? =p?У =pp""?333333@@@333333@ =pS1 cup, chopped or diced1 unit0Poultry OOt!4CCHICKEN,STEWING,GIBLETS,RAW@Qs33333@1 =p@"kQ? =p @ =p @QM@zG?љ?S@L @&?E?-V@!\(@ 333333? =p^^^@%\)) P P@ =p @@1 unitQ1 gibletsPoultry54[;CHICKEN,STEWING,GIBLETS,Cooked,Simmered@@9G{@"? =p?(\) @\(8@Q?"`A?Ƨ-@V@? =p ?n@M@ěS?=p =ooo@"\(%@ 0 0@GzH@Q?=p =c1 cup, chopped or diced1 unitPoultryO 4]OCHICKEN,STEWING,Light MEAT,MEAT ONLY,RAW@RO\(@7@ =p?񙙙 ?p =q5?333333?&x?nO;@1??`A7L?|hr@#zG?bM?=p =?ٙF?p =q@333333? =p ?? =p/Y1 unit.5 chicken, bone and skin removed,Poultry AAw2 4q;CHICKEN,STEWING,Light MEAT,MEAT ONLY,Cooked,Stewed@LQ@@Q@Q? =p ? =p :?\(?\(?zG{@<33333?bM?+ J@!tj~?zG?\(?GzHI?zG@Q?=p =F1 cup, chopped or diced@1 unit*PoultryO 4[OCHICKEN,STEWING,Dark MEAT,MEAT ONLY,RAW@Q(\@333333@ =p =?\( ?Qe@ =p?dZ1?$/@+@ffffff?/w?"`B@Q?1&x?\( ?׮zG))?θQ@333333@ =p@(\)@(\)Mi1 unit.5 chicken, bone and skin removed6Poultry2 4o;CHICKEN,STEWING,Dark MEAT,MEAT ONLY,Cooked,Stewed@KQ@<# =p@.\(? =p ?=p =_@\(?nO;?O;dZ@5?bM?5?|h@9XbM?(\)?θQ?,,@GzH@\(@ 333333_1 cup, chopped or dicedI1 unit3Poultry DDw/ 4w CHICKEN,CAPONS,MEAT and Skin and GIBLETS and NECK,RAW@OzG@2\(@0fffff?zG?zG{ ?\(/?Q? ěT?1&y@(ffffff@? =p?lC@KƧ?-V? =p ?(\)@\(@ =p@ Wh1 caponPoultryC5 CHICKEN,CAPONS,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@M@4M9CHICKEN,CAPONS,MEAT and Skin,RAW@OQ@2Q@1R?Q ?p =q-?Q??zG{@-333333?333333?bM?A7Kƨ@O;d?Gz? =p ?\(%%?zG{@333333@@=p =@ \(K.5 capon, bone removed)1 unitPoultry +4c9CHICKEN,CAPONS,MEAT and Skin,Cooked,Roasted@MY@<\(@'L? =p? =p1? =p?lD?$/@5?Q?\(@!/?lD?ۅQ?QD@ zG@@(\)V}.5 capon, bone removed1 unitPoultry4ACHICKEN,CAPONS,GIBLETS,RAW@RzH@2GzH@Q?Q @M@ =p ?&x?/w@Kfffff@2ffffff?E?lC@-V@ l?zG@)fffff8?=p =?Q? =p $s1 giblets1 unitPoultry-4Y;CHICKEN,CAPONS,GIBLETS,Cooked,Simmered@P\(@:c =p@?Q?QR @3333337@zG?`A7?ȓtj~_ ?QR?"`@zG{@ ^5?|?QR?=p =3?QR?Q?zG1 cup, chopped or diced 1 unitPoultry VV24SDUCK,DOMESTICATED,MEAT and Skin,RAW@H@@&G{@CQ?\( @333333??\(?5?|h?hr Ĝ@(@ffffff?7KƧ?Gz@xF?nO;?QR ?22?ffffff@@*p =q@2 =q@QRL1 unitz.5 duckPoultry?4i;DUCK,DOMESTICATED,MEAT and Skin,Cooked,Roasted@IQQ@2p =@Poultry4CDUCK,DOMESTICATED,LIVER,RAW@QR@2p =@\(?Q@ =p = @>zH @\(@+ ?ЃnPC@?lC?C%@@j~#?QR6..? =p ?Q?(\),1 liver 1 unitPoultry4CDUCK,WILD,MEAT and Skin,RAW@PGz@1kQ@.ffffff?\(@ =p8? =p?+?tj~@)@?vȴ9X?7KƧ@ 7KƧ?nO;?\(?X@(\)@333333@(\)P1 unit.5 duck(Poultry ee,4IMDUCK,WILD,BREAST,MEAT ONLY,RAW@R =q{@3ٙ@?GzH@ =p  9?zG?Q?tj~@+@?ڟvȴ9? =p@ O;dZ? =p?(\)?QR5?Q?\(\?\(MI1 unitS.5 breast, bone and skin removed.Poultry4UGOOSE,DOMESTICATED,MEAT and Skin,RAW@HzGs@/Q@@\(? =p @4I?Q?GzH?zG{@,@?\(?\(\@ /w?9XbN?\(?\(7@#\(@1Q@zGP@1 unit'.5 goosePoultryF4k;GOOSE,DOMESTICATED,MEAT and Skin,Cooked,Roasted@I1@9(\)@5Q? =p @ =pIF@\(?`A7L?O;dZ@5?E?Ԭ1&y@1&y?zG{?׮zG?=p =F? =p@ffffff@zG{@$@(\)[1 cup, chopped or diced1 unitPoultry RRE6o4g )SOUP,LIPTON,SOUP SECRETS Extra NOODLE,MIX,DRY@ =p v@,Q@zG@#zG@PFfffff@@zG@ \( ?ə?Ƨ-?KƧ@lDW<I@Ee1 servingSoups & Saucesm4q )SOUP,LIPTON,SOUP SECRETS SPIRAL PASTA SOUP,MIX,DRYa@(p =q@Q@.=p @OУ =q@ffffff@!B\(@ =p C?333333?vȴ9?|hr@6E\,^? 1 servingSoups & Saucesa 4k )SOUP,LIPTON,SOUP SECRETS Chicken NOODLE,MIX,DRY@1O\(@#R@(Q@LB\(@\(0@ GzH |?333333?nO?nO@ 7KƧs@|hrK1 servingSoups & Saucesa 4Y )SOUP,LIPTON,SOUP SECRETS RING-O-NOODLE@)Q@'L@*8Q@M# =p@@Q@ \(?ٙ?O;dZ?@`A7KK5i@+ J\1 servingSoups & Sauces $$p 4i )SOUP,LIPTON,SOUP SECRETS GIGGLE NOODLE,MIX,DRY@Q@*\(@&aGz@&@N+Q@@zG{@ Q"?333333?Ƨ-?zG{@2-VK:c@ E^1 servingSoups & Sauces 5  )SOUP,LIPTON,SOUP SECRETS NOODLE with REAL Chicken BROTH,MIX,DRY@ \(@)\)@(zG@,GzH@L\(@@zG@ QR?ٙ?dZ1?;dZ@%S|H4r@$/Z1 servingSoups & Saucesm4q )SOUP,LIPTON,CUP-A-SOUP BROCCOLI and Cheese,MIX,DRY@&33333@2L@%kQ@KR@@*(\"?\(\ P@2?1&y?"`A?+'@`A7L1 servingSoups & Saucesn4w )SOUP,LIPTON,CUP-A-SOUP HEARTY Chicken SUPREME,MIX,DRY@zG@1(\@ @P7zH@@#\(\m?zG{ ?333333?hr Ĝ?1&x@1&yv@}E1 servingSoups & Sauces ==1p4u! )SOUP,LIPTON,CUP-A-SOUP HEARTY Chicken NOODLE,MIX,DRY@0R@(\)@"8Q@O =p?ffffff?333333%@\(p?陙?1&y?GzH@nPj55@VtY1 envelopeSoups & Saucesj4k )SOUP,LIPTON,CUP-A-SOUP Chicken NOODLE with MEAT}@/Q@ =p @$p =@N@ffffff?GzH,@QQ??zG{? I^5?@+ Jb7+ @VtXd1 servingSoups & Saucesc4k! )SOUP,LIPTON,CUP-A-SOUP Cream OF Chicken,MIX,DRY@zG@)@$Q@Q*G{@'\(o?\(?陙?Ցhr ?1&x@ =p ?-1 envelopeSoups & Saucesv5 )SOUP,LIPTON,CUP-A-SOUP Chicken FLAVOR Vegetable, vegetablesv@#p =@@#\(@Q6fffff@@Q*@\(w@ ?hr ?I^5?}@vȴ_'8z8r@hr ĜE1 servingSoups & Sauces ``I.e4a )SOUP,LIPTON,CUP-A-SOUP RING NOODLE,MIX,DRY}@&.zG@zG@$Q@PQ??QR@ =p ?񙙙?ěS?vȴ9X@ =p xZ3@Ƨ-S1 servingSoups & Saucesa4W! )SOUP,LIPTON,CUP-A-SOUP TOMATO,MIX,DRYn@!zG@ @zG@S2\(@@J޸Q^?@-?zG{?x@ $/ ?bM 1 envelopeSoups & Saucesa4] )SOUP,LIPTON,CUP-A-SOUP Green PEA,MIX,DRYf@5333333@@%zG@MNzG@-@Q@=p = ?ə?bM?^5?|?zG?땁$/1 servingSoups & Saucesi4m )SOUP,LIPTON,CUP-A-SOUP Cream OF MUSHROOM,MIX,DRY@@,.zG@'\(@PNQ@ ffffff@#(\)r?\(?陙?E?333333?Q@lD1 servingSoups & Sauces 88- q5! )SOUP,LIPTON,CUP-A-SOUP SPRING Vegetable, vegetables,MIX,DRYi@*Q@QR@'zG@O\)@"@ =p@333333?A7Kƨ?1&x@hr hV5 ?1&< 1 envelopeSoups & Saucesn4w )SOUP,LIPTON,FAT FREE CUP-A-SOUP Chicken BROTH,MIX,DRY3@4@=p =@3@K\(?@(\) ?QR?ٙ?bM?S@Z1' ?S1 servingSoups & Saucesi4w )SOUP,LIPTON,FAT FREE CUP-A-SOUP CHICKEN/PASTA,MIX,DRYT@0L@@*333333@?333333?ffffff@p =q ??tj~?ϝ-V@&xl^ }?;dZ 1 servingSoups & Saucesp4w )SOUP,LIPTON,KETTLE CREATIONS HOMESTYLE LENTIL,MIX,DRYb@4\(@ QR@#Q@O>Q@-333333@ @333333,@ ?bM?1&y?oPF ?ؓtj~$1 servingSoups & Sauces ##"{5  )SOUP,LIPTON,KETTLE CREATIONS Chicken with PASTA and BEAN,MIX,DRYa@/# =p@(\)@&(\@P-p =@!333333@\(}@ 333333 @ffffff?"`B?݁$/@VubEv?hr 1 servingSoups & Saucess4} )SOUP,LIPTON,RECIPE SECRETS Vegetable, vegetables,MIX,DRY@ 8Q@\(@4(\@P-p =@$ffffff@3Q@ Q@Tfffff?/w?1&x?O;dZ?GzH 1 servingSoups & Saucesj4o )SOUP,LIPTON,RECIPE SECRETS ONION MUSHROOM,MIX,DRYB@ =p@p =q@6B\(@L@ ?\(e? =pq@@lC?dZ1@;dZ?vȴ 1 servingSoups & Saucesu!5 )SOUP,LIPTON,RECIPE SECRETS SAVORY HERB with GARLIC,MIX,DRYW@%zG@zG@+fffff@P\(@ @zG{M?zG@2ffffff?333333?ffffff@ Gz?\( 1 servingSoups & Sauces **?#4S )SAUCE,KRAFT BARBECUE Sauce ORIGINAL@Pt??333333@ 333333@:?@533333? =p Q?əP"2 tbspSoups & SaucesD$4] )SAUCE,KRAFT BARBECUE Sauce HICKORY SMOKE@Pffffft??333333@ 333333@:333333?@533333? =p Q?əP"2 tbspSoups & SaucesGV5)SOUP,TOMATO BISQUE,Canned,Prepared with Equal VOLUME MILK,Commercial@T` =qO@zG@ =p ?zG@'u\(?əJ?ffffff E??1&y?^5?|@ffffff? =p ?dZ1?-V?ə?1&y ?\(^ ???\(\ 1 cupa1 canSoups & Sauces OO_W5)SOUP,TOMATO,Canned,Prepared with Equal VOLUME MILK,Commercial@U%QA@zG@\(\?@!G{?񙙙@zG@?\(\ <,?Q?"`A?1&?@;L?S??㝲-V?(\)?`A7L? =p ?K?Q??1 cupZ1 canSoups & SaucesJ5)SOUP,Cream OF ASPARAGUS,Canned,Prepared with Equal VOLUME H2O,Commercial@V33333#?zG?Gz?\(\@Q?ə ?QG? =p ?1&?öE?񙙙?+ I?bM?j~"??tzG{ ?zG{?ۅQ?\(?QR1 cupQ1 canSoups & Sauces o5 )SOUP,BLACK BEAN,Canned,Prepared with Equal VOLUME H2O,Commercial@UGz/@=p =?Q?(\)@ =p ??zG{? =p+o?=p =?+?У =p?ٙ?333333?vȴ9X?+ I?˥S?zG{?tj~ ?zG{ ??333333`?zG{?(\)?QR1 cup@>fffff1 fl ozSoups & Saucesv5)SOUP,BEAN with PORK,Canned,Prepared with Equal VOLUME H2O,Commercial@U =p D@\(@?\(@"Q@ 333333?p =q ?Q4x?=p =?Z1'?\(@ ?333333?Q?vȴ9?̬1&y?zG{?bM ?zG{_?333333?333333M ?333333?Q? =p 1 cup@?1 fl ozSoups & Sauces @@O5%)SOUP,BEAN with FRANKFURTERS,Canned,Prepared with Equal VOLUME H2O,Commercial@TRK@Q@QR?=p =@!#?zGB?zG?9XbM?(\)@ 333333?ٙ?+ I?vȴ9?=p =?zG{?"`A ?Q\?333333?p =q?Q1 cup_1 canSoups & Saucesi 5)SOUP,Beef NOODLE,Canned,Prepared with Equal VOLUME H2O,Commercial@V\("?zG?(\)?p =q@ p =q?333333?ᙙ?)?(\)?/v?1&y??1&y?tj~?+?zG{?Q ?zG{2?Q??zG?QR?ə1 cup@>1 fl ozSoups & Sauces ::pf5/CEREALS Ready-to-eat,WHEAT and MALT BARLEY GRANULES,Plain,SINGLE BRAND@ g@%?ffffff@@TS33333@!ffffff "@;zGd3b@\(?\(\@tj~@#333333??\(\@!=p =?1&x?Q@Q ?(\)??ٙ?(\)?$/:.5 cup@Bfffff1 boxBreakfast CerealsNe4W/CEREALS Ready-to-eat,GRANOLA,HOMEMADE@ =p@-p =@8\(\@\(\@Jy@!333333@4N@@p =q?Z1'@Q@;?333333?O;dZ?Ұ ě@Q?S?lCSSS @Q@(@%S@nO@%kQz1 cup@4} /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Special Potassium{@6??333333G@333333@)>@333333?ə@-V@Ks33333@P?333333?ffffff@ @3 @.??ffffff?ٙ?陙1 cupBreakfast Cereals V< 4G/CEREALS Ready-to-eat,TASTEEOS@@)@ffffff@ @Sfffff@%333333.@333333@@`A7L@O;d@Avȴ9X?/w?-V@ffffff?n?O;dZ?$/@3333331 tbsp.5 ozBaby Foods Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx  aabbeeffiijjmmnnppxx        (())++2255<<==IIUUVVXXYYZZ KK;p4c !BABYFOOD,Cereal,Whole WHEAT,with Apples,DRY?333333@)333333@333333@ @SFfffff@(ffffff@6333333X-@? =p@(\)@P,@M&fffff??@*\)?~"?333333?zG@ ?r ě?nO;?"`B.5 ozBaby Foods5q4?!BABYFOOD,CEREAL,MIXED,DRY@{@(ffffff@@ ffffff@RS33333@? =p@Gd'@333333?`A7K@9fffff@ffffff@$/@j~#@A[dZ?/v?1&x+++@ p =q? ?蛥S?KƧ?&x@1 tbsp.5 ozBaby Foods9r4Y!BABYFOOD,Cereal,Mixed,with BANANAS,DRY@@%ffffff@ffffff@@SFfffff@333333@Q@GZov?ffffff?bM@ @=p =@ zG{@4\(?1&?θQ}?QR@ 13`?nO?hr ?vȴ9X@1 tbsp.5 ozBaby Foods nLs5!BABYFOOD,Cereal,Mixed,with Applesauce and BANANAS,StrainedPR?333333??333333@1fffff?333333@(\)@zG{)?QR?S@@9?Q?ffffff@9XbN?\(?7KƧ?Q?333333 ? =p ?GzH?r ě@5?|?ާ-?hr Ĝ?(\)@ ěT@1 tbsp.5 ozBaby Foods9{4!BABYFOOD,Cereal,RICE,with Applesauce and BANANAS,StrainedQO?333333?ٙ?333333@1@Q@ ?zG{?1&@@??У =p? I^5@hr ?E?zG{?ə ?/v?vȴ9?1&1 tbsp@ 4y!BABYFOOD,Cereal,High Protein,with Apple and ORANGE,DRY@333333v@9ffffff@@@L@ffffff@G2h@?+ @zH@\(@+ J@Qfffff@?lC?C%@@j~#?QR6y$]$]?p =q?Q?У =p^1 liver 1 unitPoultry 4EGUINEA HEN,MEAT and Skin,RAW@Q9@7ffffff@? ?GzC?zG?tj?nO;@0L??5?|h?1&@ I^? ěT?QR?\(\?QR@p =q?\(Jg1 unitY.5 guineaPoultry 4=GUINEA HEN,MEAT ONLY,RAW@R(\n@4 =p@\(? ? =pE?333333?+ I?nO;@1?333333?&x?1&y@!bM?E?zG?׮zG) ?zG{?\(?Gz?1 unit.5 guinea$Poultry!4A#PHEASANT,RAW,MEAT and Skin@PGz@633333@"zG?QR ?ffffff(?Q? =p?hr Ĝ@/ffffff@333333?nO;?M@9XbN?-V?Q? =p55@@GzH?GzGs1 unit.5 pheasantPoultry  "49#PHEASANT,RAW,MEAT ONLY@R1Gz@7R@ Q? ?ffffff%? =p ?lD?bM@0333333?E?Õ$/@ 7KƧ?Q?zG?Gz22? =p?Q? =pBF1 unit`.5 pheasantPoultry(#4GMPHEASANT,BREAST,MEAT ONLY,RAW@R@8^Q@ ??GzH!?(\)?O;dZ?Q@033333?j~#?vȴ9X@!S?Q?zG?Gz,,?񙙙? =p?ᙙ:1 unit.5 breast, bone and skin removedPoultry$4AEPHEASANT,LEG,MEAT ONLY,RAW@RY@6333333@333333? =p ?zG{(-?zG{?S?zG{@.?Q?Gz@ ?Q?zG ?Gz;;?\(\?zG?\(\Pc1 unitk1 leg, bone and skin removedPoultry %4;QUAIL,MEAT AND SKIN,RAW@Qi@3Gz@(? @\(5@\(\?9XbM?tj~@0@ffffff?;dZ?У =p@&x?9XbN?333333?ۅQII@ =p @Q@ =pLm1 quail1 unit Poultry &43QUAIL,MEAT ONLY,RAW@QR@5\(@Q?Q @ =p 33@? I^5?tj~@1ffffff@?1&?=p =@ ffffff?/v?\(?zG9?Q?zG{?QF\1 quailV1 unitPoultry'4AQUAIL,BREAST,MEAT ONLY,RAW@QG{{@6 =p@Q?QR @zG{7@?۶E?nO;@2@ffffff?θQ?vȴ@ ffffff?/v?\(?zG% ? =p?Gz? =p:1 unit81 breastPoultry (4MSQUAB,(PIGEON),MEAT and Skin,RAW@LL&@2xQ@7?ffffff @ QR6@?+?tj~@*@?"`A?̬1&y@/v?QR?=p =?ٙII@ (\@#p =q@\(_)1 unit1 squabPoultry)4ESQUAB,(PIGEON),MEAT ONLY,RAW@R333333@1@?Q @ =p 33@? I^5?tj~@+@?1&?=p =@p =q?/v?\(?zG^?\(\@GzH?Z1 unit1 squab#Poultry0*4a9SQUAB,(PIGEON),Light MEAT without Skin,RAW@R4zG@5\(@zG?zG{ @zG{7@?۶E?nO;@/@ffffff?θQ?vȴ@I^5?}?/v?\(?zG9?Gz?\(?QZe1 breast, bone removed1 unitPoultry HH~2+4 TURKEY,ALL CLASSES,MEAT and Skin and GIBLETS and NECK,RAW@Q =p@4^Q@zG??zG{? =p  C@zG{?/v?vȴ9@7L?ə? =p?lC@O;d?~"?=p =?QUff@@zG?GzN1 turkeyPoultry?,5TURKEY,ALL CLASSES,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted>@;G{@"fffff?\(\?Q@zGC@ 333333?dZ1?S@?fffff??1&y?^5?|@7Kƨ?\(?ٙ?zG{EE@(\)@ffffff@\(\_1 unit1 turkeyPoultry;-4U;TURKEY,ALL CLASSES,MEAT and Skin,RAW@Q@4kQ@ =p ?(\)?Gz A@?^5?|?zG{@8ffffff?bM? =p@W =p?m?=p =?ٙ?ffffff@@zG@333333?zGDL1 unit .5 turkey, bone removedPoultry 44w?.4k;TURKEY,ALL CLASSES,MEAT and Skin,Cooked,Roasted@Nٙ@<@#u\(? =pD@zG?+?$/@@s33333?/v?Ƨ-@XbM?tj~?=p =?ffffff?\(?@Q@ Q@ =pR1 cup, chopped or diced1 unitPoultry?/4MMTURKEY,ALL CLASSES,MEAT ONLY,RAW@R=p w@5Q@Gz? =p ?333333(F@\(?lC?$/@:?nO;?Ł$/@-V?$/?zG ?ۅQ?ffffff@?ffffff?Q?\(A1 unit~.5 turkey, bone and skin removed!PoultryB04c;TURKEY,ALL CLASSES,MEAT ONLY,Cooked,Roasted@P8Q@=QR@Gz??zG{*F@?bM?$/@Bffffff?vȴ9X?KƧ@š?-V?p =q?׮zG?Q@ ?=p =?zG{?GzL1 cup, chopped or diced1 unitPoultry 14M5TURKEY,ALL CLASSES,Skin ONLY,RAW@Hfffff@)kQ@BtzG?ٙ?Rf$?QR?tj~?tj~@(?tj~?j~#?vȴ9X?1&x?Q?θQ& @#B\(@/u\(@ fffff[31 unit.5 turkey, skin onlyPoultry(24c5TURKEY,ALL CLASSES,Skin ONLY,Cooked,Roasted@C33333@333333@CzG?Q#? =p5@\(?tj?$/@_33333?+ I?° ě@?|hs?ӕ$/?zG{?θQ@$zG@0fffff@"(\)q 1 unit.5 turkey, skin onlyPoultry34ITURKEY,ALL CLASSES,GIBLETS,RAW@RKQ@3\(\@?\(@Q@\(\zG@5Q@\(?\(?QR@LC@ \(? ěT?S@@33333@333333?vȴ9?~"@zG??"`A @ (\)??S?\(\?tj@T(\1 gizzard1 cup, chopped or dicedPoultry UUz!74E TURKEY,HEART,ALL CLASSES,RAW@S'zHv@1!Gz@(\)??=p =@Q'^@ \(?7KƧ?-V@A33333?"`A? =p @@\(?9XbM@.k?zG{?Vu?A7Kƨ?Z1'@;&fffff1 heartPoultryN84];TURKEY,HEART,ALL CLASSES,Cooked,Simmered@QQ@5xQ@\(?zG?\(@#Z@?|hr? =p@F@ffffff?hr Ĝ? =p@ =p ?GzH?nO@533333@? ?vȴ9?5?|h?Vu@4\(1 heart1 cup, chopped or dicedPoultry094E TURKEY,LIVER,ALL CLASSES,RAW@O%Q@1 =p@0\(\?@zG G@zG? I^5??\(@Q33333@8?Õ$/@Q@+@Q?Q@H33333TT?Q?陙L@+ I@+ J?ffffffK@YzG1 liverPoultry b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx112233445566778899::;;<<==>>??@@AABBCCDDEEFFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^__``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~ ((\:4];TURKEY,LIVER,ALL CLASSES,Cooked,Simmered@Ly@4Q@4=p ? =p?\(\@%ffffff&8@\(?Vt?xF@T@6?tj~@zG@$ffffff@ffffff? =p@M&EXHXH?(\)?333333@ɺ^5?}@"7KƧ@-V@TǮzH1 liver1 cup, chopped or dicedPoultry$;4WGTURKEY,ALL CLASSES,NECK,MEAT ONLY,RAW@R8Q@4# =p@zG?".]@QR?M?vȴ9@<?ȴ9Xb?E@ Z1'?Gz?׮zG ?=p =?Q?zG?zGO 1 unit1 neck, bone and skin removed*PoultryL<4oGTURKEY,ALL CLASSES,NECK,MEAT ONLY,Cooked,Simmered@PL(\@: =p@ =p ?Q%@ffffffz8@zG{?öE?+ I@B?nO;?ȓtj~?C$?nO;?Gz?p =q?zG{@ @Q?ffffff@p =qz 1 unit1 neck, bone and skin removed)Poultry rrN 5)SOUP,Cream OF CELERY,Canned,Prepared with Equal VOLUME H2O,Commercial@WGz%?\(@QR?ffffff@ \(?333333?У =p2?Q?-V?^5?|???tj~?zG{?hr Ĝ?p =q?tzG{?~?\(?\(?zG{1 cupQ1 canSoups & Sauces8 5)SOUP,Cheese,Canned,Prepared with Equal VOLUME H2O,Commercial@VzH?@Q@\(? =p @ =p ?ٙ9?3333337>?У =p?vȴ9?vȴ9??|1&y?(\)?ěS?zG{?zG{xu@?333333?Q 1 cupX1 canSoups & Sauces >>t 5%)SOUP,Chicken with DUMPLINGS,Canned,Prepared with Equal VOLUME H2O,Commercial@VR(@ =p@QR?񙙙@zG?ə?Q?У =p0e?333333?1&?lC@?|1&y?Q?C$?Q?Q?Q ?p =q?333333&] ?GzH??GzH1 cup@>1 fl ozSoups & SaucesF 5)SOUP,Chicken BROTH,Canned,Prepared with Equal VOLUME H2O,Commercial@W@(\)?=p =?QR?QR?GzV>??1&?1&?pbM?-V?E?zG{?zG{??zG{?zG{?θQ?(\)1 cup1 cupSoups & Sauces ==P5)SOUP,Cream OF Chicken,Canned,Prepared with Equal VOLUME H2O,Commercial@VzH0?\(@(\)?Q@ffffff??$?У =p?1&?öE??tj~??Ձ$/?zG{?|1&y?zG{CB?333333?p =q?Q1 cup@>1 fl ozSoups & Saucesk5)SOUP,Chicken GUMBO,Canned,Prepared with Equal VOLUME H2O,Commercial@Wu\(?GzH?Gz?\(@ p =q?陙?QR ?׮zG ?333333?1&?^5?|@ ffffff?zG{?zG{?hr Ĝ?zG{?vȴ9?zG{7?333333@ ? =p?GzH?Q1 cup@>1 fl ozSoups & Sauces{$*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|LkMnNqtwz }    + ,-.01234 Y#Z,[/\2]5^8_:`=a?bBEHNPSVY\^`cfiloruxƈ{Lj}Ȉʉˉ̉ ͉ ΉωЉ!$(,/RUX[^adgjmpsvz} BCDE=FAGDHGIMJcKeLhokpnqsrzs}tuv   %+./0178k;l>mAnDoGpKPTWZ]`{$*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|fimrux{ $.CJPSY`gbin56Y7[8^9b:f;is?{@~cdef g hjkl)m5nIoXp!-047;>FWagknqs  $Ѡ'Ҡ.Ӡ1ԣգ!֣&ף1أ8ڣ?ۣCGO^gjox!" #$%&' ($))M-N1O4P7Q:RBT U V wxyz{|~"%'*,/2 m5)SOUP,Chicken NOODLE,Canned,Prepared with Equal VOLUME H2O,Commercial@V\(?Gz?QR?333333@ =p ?333333?(\)?zG{?zG{?zG{?Q@??+ I??ffffff?Q?+ I ?Q!?zG{?GzH?p =q?p =q1 cup@>1 fl ozSoups & Sauceso5)SOUP,Chicken with RICE,Canned,Prepared with Equal VOLUME H2O,Commercial@WtzG?Q?GzH?ffffff@\(?333333?? =p *R?(\)?+ J?tj~??|1&y?zG{?S?Q?zG{?Q ?zG{?ə*Z?QR?QR?\(1 cup@>1 fl ozSoups & Sauces 53)SOUP,Chicken Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,Commercial@W(\)??Gz?zG@ zG{?ٙ? =p ? =p @?333333?1&?tj~@?ٙ?nO;?O;dZ?QR?Q?zG{?*?\(@ q6/?ffffff?\(?1 cup@>1 fl ozSoups & Saucesr5 )SOUP,CHILI Beef,Canned,Prepared with Equal VOLUME H2O,Commercial@U,(\D@p =q@Q?Q@!(\)@ffffff?GzH?333333 ;?Q?9XbM?Gz@333333??tj~?Q?S?ə? ěT? =pP?Q?4J8H?p =q?Q?(\)1 cup@?3333331 fl ozSoups & Sauces k5)SOUP,CLAM CHOWDER,MANHATTAN,Canned,Prepared with Equal VOLUME H2O@VzH ??Q?\(@ =p ?333333?(\) ?p =qM?ٙ?S? =p@ffffff??tj~?bM?p =q?E?\(?Q@333333O@?tj?tj?hr!1 cup@>1 fl ozSoups & Sauces|5))SOUP,CLAM CHOWDER,NEW ENGLAND,Canned,Prepared with Equal VOLUME H2O,Commercial@V\('?Q?Gz?Q@\(\?333333?333333?Q<w? =p?1&?^5?|@?陙?bM?nO;?7KƧ? =p?hr Ĝ@ =p =??333333?\(??1 cup@>1 fl ozSoups & Sauces ^^" 5#)SOUP,Beef BROTH,BOUILLON,CONSOMME,Prepared with Equal VOLUME H2O,Commercial@X\( @\(?Q?\(\?(\) @?333333?1&?tj~?ٙ?nO;?tj~?Gz?zG{?zG{1 cupJ1 canSoups & Sauces<(5 )SOUP,MINESTRONE,Canned,Prepared with Equal VOLUME H2O,Commercial@VQ"?QR? =p? =p @ =p?ٙ?QRz? =p?1&?tj~??+ I?nO;?$/?Q?E1?p =q?ҏ\(?p =q1 cupJ1 canSoups & Sauces8*5)SOUP,MUSHROOM BARLEY,Canned,Prepared with Equal VOLUME H2O,Commercial@W? =p?\(?񙙙@333333?333333?Gz&m?ə???zG{?nO;? =p ??QQ? =p ?=p =?ҏ\(1 cupQ1 canSoups & Sauces IIf+5)SOUP,Cream OF MUSHROOM,Canned,Prepared with Equal VOLUME H2O,Commercial@VQ5?ffffff@ p =q?\(@zG{?ə?=p =?Gz)i?θQ?1&?^5?|?333333?ٙ?tj~?l? I^5?Q?xtj~?zG{?\(?陙?ffffff?zG1 cupQ1 canSoups & SaucesI,5))SOUP,MUSHROOM with Beef STOCK,Canned,Prepared with Equal VOLUME H2O,Commercial@WQ#? =p?ffffff?Q@zG{?333333?\(A?=p =?^5?|?öE?ٙ?1&y?+?ߝ-V??Q?zG{?\(?zG{1 cupQ1 canSoups & Sauces ""yS-5)SOUP,ONION,Canned,Prepared with Equal VOLUME H2O,Commercial@WC =p?\(? =p ?QR@ Q?ٙ?(\) ?Q??1&?1&???1&y?zG{?;dZ?zG{?zG{?333333?(\)? =p?GzH1 cupJ1 canSoups & SaucesE.5)SOUP,Cream OF ONION,Canned,Prepared with Equal VOLUME H2O,Commercial@V,?zG@GzH?񙙙@?ٙ?У =p1|?Q?Q???$/?vȴ9X?^5?|?Q?zG{?zG{y?333333?Q?3333331 cupQ1 canSoups & Sauces:05)SOUP,OYSTER STEW,Canned,Prepared with Equal VOLUME H2O,Commercial@W =p? =p?p =q?zG? =p ?=p =@zG?&x?tj~??nO;?Q?E??tzG{?Q? =p?QR?Q1 cupJ1 canSoups & Sauces NN_15 )SOUP,PEA,Green,Canned,Prepared with Equal VOLUME H2O,Commercial@TzGB@ Q?Q?Q@%333333?񙙙?333333 ?\(2Lo?\(?S?E@ ?ffffff?tj?S?߾vȴ9X??$/Q?333333@333333/?Q?ٙ?3333331 cup_1 canSoups & SaucesK35)SOUP,PEA,SPLIT with HAM,Canned,Prepared with Equal VOLUME H2O,Commercial@TqGzK@QR? =p?\(@&? ?T? =p?° ě?\(?333333?-V?Q?-??S? ?ffffff?Q?1 cupf1 canSoups & Sauces QQh45 )SOUP,PEPPERPOT,Canned,Prepared with Equal VOLUME H2O,Commercial@V+@Q?Q?ffffff@Q?ə?\( ?׮zG??QR?1&?A7Kƨ??333333?+ I?zG{?A7Kƨ?Q??Q?(\)@O@ ?333333?\(?3333331 cupJ1 canSoups & Sauces?55)SOUP,Cream OF POTATO,Canned,Prepared with Equal VOLUME H2O,Commercial@W\(? =p ? =p ?=p =@?ə?ə8?У =p?^5?|?öE?1&y?Q?I^5?}?\(?Q?zG{v??p =q?\(1 cupQ1 canSoups & Sauces 7Q74[ /CEREALS Ready-to-eat,GENERAL MILLS,TRIX?zG@ffffff@\(Y,M C:@)?ҏ\(?5?|h@??Q@033333?QM:)? =p??333333?+?/v1 cupBreakfast CerealsM 4u /CEREALS Ready-to-eat,GENERAL MILLS,Whole GRAIN TOTAL@zGD@!\(@333333@'# =pK@"333333@/`@R(X@M?C$@zG@333333@Q@ Q@Vfffff@A@"R6# @5ffffff-?333333?\(?=p =?Q.75 cupBreakfast CerealsZ 4s/CEREALS Ready-to-eat,CORN FLAKES,Plain,SINGLE BRAND@ h@?@ffffff@U@@@3J=p 4u?޸Q?vȴ9X?E@ffffff?p =q?QR@1(\?|hr? =peRR@p =q y??3333330J?Q?1&1 cup@5L1 boxBreakfast Cereals |4g /CEREALS Ready-to-eat,GENERAL MILLS,WHEAT CHEX@\(Y @ zGQ P,w{?zG{@ S ??333333   C,,? =p ?333333?ٙ?E?m1 cupBreakfast Cerealsb5 /CEREALS Ready-to-eat,Whole WHEAT,SHREDDED,PRESWEETENED,SINGLE BRAND@\(@# =p@(\)?Q@TNzG@@7zG@ zGY@p =q?lC@+@Ds33333?nO?$/@#:G{?zG?ȴ9Xb*)@ =p ???tj?$/?"`A41 cupBreakfast Cerealsz4G/CEREALS Ready-to-eat,WAFFELOS@@ffffff@?ffffff@U33333@//X?Q?hr!5??@1?Ƈ+ I? @3333339,,1 cup@?GzH?@zG{q1 cup@aGz$nA?p =q?? =p?Q?@!?ۅQ?Gz)?Q??Q?3333331 packetBreakfast CerealsR4/CEREALS,QUAKER,CORN GRITS,Instant,Plain,Prepared with H2O@TG{D?\(?QR? =p @.Q??Q@=p =? =p??Q@ ?/v?hr Ĝ?"`B?E?zG{"!9?zG{?tj~?S?/v1 cup@.1 tbspBreakfast Cereals ##^5 /CEREALS,QUAKER,CORN GRITS,Instant,CHEDDAR Cheese FLAVOR,DRY@ffffffn@ p =@Gz@Gz@REQ@@ =p .@<zG%I??(\)?GzH@/ffffff?\(?Q@QR?ٙ?zG{?ə ?ٙ?333333?(\)?Q? =p1 packetBreakfast Cerealsw5/CEREALS,QUAKER,CORN GRITS,Instant,CHEDDAR Cheese FLAVOR,Prepared with H2O@T =qH??񙙙?zG{@,Q?陙?=p = @Q!f?333333?vȴ9?vȴ9@?hr!? ěT??tj~?vȴ9X1?zG{?zG{?ə?ӶE?-V?-V@5;TURKEY,ALL CLASSES,Light MEAT,MEAT and Skin,Cooked,Roasted@Oj=p @<R@ \)?QR?\(?@QR?tj~?zG{@=?1&y?`A7L@'-?1&x?zG?ffffff? =p@Q@Q@zGL1 cup, chopped or diced1 unitPoultry(?4i;TURKEY,ALL CLASSES,Dark MEAT,MEAT and Skin,RAW@QQ@2Q@!?Q? =p G@?7KƧ?$/@:ffffff? ě?"`B@ =p?+ I?zG{ ?QR@ =p@=p =H1 unit.5 turkey, bone removedPoultry GGO@4;TURKEY,ALL CLASSES,Dark MEAT,MEAT and Skin,Cooked,Roasted@Np =@;}p =@'zG? =p !@(\)L@ =p?333333?O;dZ@Bfffff?-V?zG@ =p =?\(?zG{ ? =p ?Q@@ Q@ 333333@QY1 cup, chopped or dicedh1 unitPoultry#A4OMTURKEY,ALL CLASSES,Light MEAT,RAW@RtzGs@7\(?\( ? =p 1??Q?333333?tj~@8ffffff?bM?;dZ@`A7K?tj?Q???GzH?Gz<1 unit.5 turkey, bone and skin removedPoultry;B4e;TURKEY,ALL CLASSES,Light MEAT,Cooked,Roasted@PGz@=fffff@ \(?GzH?1@@QR?$/?zG{@@ ?;dZ?nP@Z1'?lD?GzH?׮zG? =p ?zG{?Q?QE1 cup, chopped or dicedu1 unitPoultry cc)C4MMTURKEY,ALL CLASSES,Dark MEAT,RAW@RQ}@4R@Q?\(?M@ \(?`A7?+ I@<?j~#?I^5?}@?zG{? =p ?ٙ?Q?zG?\(E1 unit.5 turkey, bone and skin removed$PoultryAD4c;TURKEY,ALL CLASSES,Dark MEAT,Cooked,Roasted@OQ@<R@Gz?QR @ =p"O@ =p?zG{?O;dZ@Ds33333? ěT?Ͼvȴ9X@ 1&x?tj~? =p ?׮zG?zG{@333333@\(\?=p =@GzHU1 cup, chopped or diced[1 unit%Poultry'E4_7TURKEY,ALL CLASSES,BACK,MEAT and Skin,RAW@PR@2(\@*8Q?GzH?zGB@\(\?A7Kƨ?zG{@:ffffff? =p?lC@tj~?XbM?ҏ\( ? =p @ GzH@\(@ =pJi.5 back, bone removed/1 unit(Poultry ??SF4u;7TURKEY,ALL CLASSES,BACK,MEAT and Skin,Cooked,Roasted@LQ@: =p@,\(?\(!@QI@\(\?-V?O;dZ@Bfffff?S?̬1&y@ hr ?+ I^?333333?\(?Gz@@Q@ [1 cup, chopped or diced.5 back, bone removed)Poultry,G4c;TURKEY,ALL CLASSES,BREAST,MEAT and Skin,RAW@Q33333@5 =p@zG?Q ?333333;?Q?l?nO;@6ffffff?-V?p =q@?;dZ?޸Q?Gz?\(@GzH?\(A1 unitl.5 breast, bone removed Poultry6H4y;TURKEY,ALL CLASSES,BREAST,MEAT and Skin,Cooked,Roasted@O(\@<\(@ =p?zG{?ffffff ?@=p =?bM?zG{@=?/v?ěS@u\(?I^5?}?޸Q? =p @@?Jp1 unit`.5 breast, bone removedPoultry ee$I4]3TURKEY,ALL CLASSES,LEG,MEAT and Skin,RAW@R,(\@3=p @Gz?zG{?QJ@Q?-V?+ I@:ffffff?E? I^5@tj~?p =q?\( ?\(@zG{@zG{?GzHGi1 unit01 leg, bone removedPoultryEJ4s3TURKEY,ALL CLASSES,LEG,MEAT and Skin,Cooked,Roasted@NQ@;޸Q@# =p?zG @ffffffM@zG?öE?O;dZ@Bfffff?Q?+ @ |hr?GzH?Q ? =p ? =p@ffffff@zG{@\(@\(UG1 unit"1 leg, bone removedPoultry&K4_5TURKEY,ALL CLASSES,WING,MEAT and Skin,RAW@P\(@48Q@( =p?Q?(\)7? =p?E?hr Ĝ@6ffffff??(\)@33333?^5?|?=p =?\( @ =p =@Gz@GzF!1 unit1 wing, bone removed!Poultry 55y@L4u5TURKEY,ALL CLASSES,WING,MEAT and Skin,Cooked,Roasted@MQ@;aGz@((\? =p ?\(\ =@?1&y?zG{@=fffff??&x@hr!? ě?Gz?\(?\(@ Q@ =p@QQ1 unit1 wing, bone removed"Poultry6M5 TURKEY,FRYER-ROASTERS,MEAT and Skin and GIBLETS and NECK,RAW@R9@6&fffff@?p =q? ?=@Q?tj~?Q@8?ə?tj?˅Q@W =p?zG{?Gz?ww?Q?Q?Q\ j1 turkeyPoultryIN5TURKEY,FRYER-ROASTERS,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@P|@<zG@\(? =p ?zG{@\(A@Q?ěS?vȴ9X@A??$/?˥S@Q?+?ٙ?QCC?=p =?=p =? =p v1 unit1 turkeyPoultry WW(O4[;TURKEY,FRYER-ROASTERS,MEAT and Skin,RAW@R/\(@6^Q@? ?Q:?Q?n?$/@8?E?S@'-?zG?ۅQ ?Gz?\(\?QR?\(Q61 unitE.5 turkey, bone removedPoultryIP4q;TURKEY,FRYER-ROASTERS,MEAT and Skin,Cooked,Roasted@Pp =q@V5;TURKEY,FRYER-ROASTERS,Light MEAT,MEAT and Skin,Cooked,Roasted@P\(@<Q@QR? =p?\(9@ =p?O;dZ?tj~@=fffff?tj~?n@?j~#?\(\? =p ??333333?p =q_{1 unit.5 turkey, bone removedPoultry2W4o;TURKEY,FRYER-ROASTERS,Dark MEAT,MEAT and Skin,RAW@R =p@4\(@(\)?Gz?QB@ffffff?zG{?O;dZ@;L?O;dZ?1&x@9XbN?p =q?\( ?ٙ?Gz??QRW1 unit.5 turkey, bone removedPoultry NN6X5;TURKEY,FRYER-ROASTERS,Dark MEAT,MEAT and Skin,Cooked,Roasted@P4zG@; =q@=p =?zG@ =pL@ =p?n?tj~'?tj~?zG@ ?/v?Q ?׮zG@\(@(\)?zGuj1 unitv.5 turkey, bone removedPoultry7Y4iMTURKEY,FRYER-ROASTERS,Light MEAT,MEAT ONLY,RAW@R =pl@8.zG?\(\?\(\ ?Q4?=p =?5?|h?zG{@8ffffff?+?vȴ9X@$/?\(?=p =?p =q?zG{? =p ? =pB1 unit.5 turkey, bone and skin removedPoultry9Z4;TURKEY,FRYER-ROASTERS,Light MEAT,MEAT ONLY,Cooked,Roasted@Q# =p@>0 =q?Gz?p =q?Q8@ =p?tj?@@ ?E?hr Ĝ@vȴ9X?Gz?=p =?\(?QR?Gz? =pV1 cup, chopped or dicedh1 unitPoultry \\6[4gMTURKEY,FRYER-ROASTERS,Dark MEAT,MEAT ONLY,RAW@SzGo@4u\(@\(\?(\) ?\(E@GzH?ļj~#?tj~@<?+ J?ə@-?ěS?׮zG ?=p =??Q?陙Q1 unit.5 turkey, bone and skin removed%Poultry8\4};TURKEY,FRYER-ROASTERS,Dark MEAT,MEAT ONLY,Cooked,Roasted@P\)@< =p@=p =?\(\@GzHO@Q?̋C%?@Ds33333?1&?Ͼvȴ9X@ ěS?S?QR ?\(?333333?\(\? =pp1 cup, chopped or diced[1 unit)Poultry*]4e7TURKEY,FRYER-ROASTERS,BACK,MEAT and Skin,RAW@RzG@3 =p@zG?QR?ffffff1 fl ozSoups & Sauces ))UB51)SOUP,TURKEY Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,Commercial@W8\)?zG{?(\)?zG@ =p?ə?zG{Ix??1&?1&?tj~?bM?ڰ ě?ə?zG{?Q3?׮zG?ᙙ?Q1 cup@>1 fl ozSoups & SauceszD59)SOUP,VEGETARIAN Vegetable, vegetables,Canned,Prepared with Equal VOLUME H2O,Commercial@WQ? =p?陙?zG{@Gz?ə?333333 ?WU?QR?1&?r ě??333333?+ I?tj~?QR?Q?O;dZ0?\(@h?Q?\(?3333331 cupJ1 canSoups & Sauces lG5)SOUP,Vegetable, vegetables Beef,Prepared with Equal VOLUME H2O,Commercial@V =p @QR?\(?\(@zG?ə?ٙ?p =qGD?(\)?333333?nP??Q?zG{?nO?Q?vȴ9X? =p'?333333?~.?ffffff?Q?1 cupQ1 canSoups & SauceswH5C)SOUP,Vegetable, vegetables with Beef BROTH,Canned,Prepared with Equal VOLUME H2O,Commercial@V"?zG?GzH? =p@\(?ə@Q?ٙPP?Q?bM?Q?񙙙?$/?tj~?٩lD?Q?O;dZc+?p =q? ?>? =p ?p =q?Q1 cupJ1 canSoups & Sauces S;I4u)SOUP,Cream OF ASPARAGUS,Dehydrated,Prepared with H2O@Wy?(\)?zG?Q@ \( ?ə 5??GzH?1&?1&?333333?zG{?zG{?ə?Q?htj~?zG{l?zG{?333333?У =p@oY1 cup@1 packetSoups & SauceseJ4o)SOUP,BEAN with BACON,Dehydrated,Prepared with H2O@VnQ(@\(?Q?\(\@Q@ 333333?p =q? "{^?У =p??ə@?ٙ?zG{??333333?zG{?zG{?zG{?Gz?333333 ? =p ?ffffff?Q@pfffff1 cup@@1 fl ozSoups & Sauces@K4y)SOUP,Beef BROTH OR BOUILLON,Powdered,Prepared with H2O@X/\(? =p?ҏ\(?Q? =p?zG{?zG{ .?Q?xtj~?bM?ffffff?`bM?bM?° ě?zG{?? I^5??5?|h?+ I1 cup@>1 fl ozSoups & Sauces xx)L4[)SOUP,Beef BROTH,CUBED,Prepared with H2O@XR?ffffff?zG{?\(\?Q?Q??bM?ffffff?pbM?tzG{?&x?zG{?zG{?333333?zG{?Q@n)1 cup@>3333331 fl ozSoups & Sauces6M4g)SOUP,Beef NOODLE,Dehydrated,Prepared with H2O@WzG?(\)?zG{?p =q@333333?333333? =p ?zG{?zG{?zG{??ə?+ J?tj~?љ?PbM?1&y ??Q?Q1 cup@?ffffff1 fl ozSoups & SaucesN4g )SOUP,CAULIFLOWER,Dehydrated,Prepared with H2O@W;Q?zG?p =q?GzH@\(?ə)I??zG{?zG{?Q?Q?ə?zG{?zG{?Q??ҏ\(?@p1 cupSoups & Sauces O4o )SOUP,Cream OF CELERY,Dehydrated,Prepared with H2O@W\?zG{?zG{? =p@Q?ə +J??? =p ??zG{?zG{?Q?ٙ?zG{j??Q?θQ1 cupSoups & Sauces8P5)SOUP,Chicken BROTH OR BOUILLON,Dehydrated,Prepared with H2O@X333333 ?ᙙ??\(?Gz? =p?Q `?htj~?1&y?zG{?zG{?zG{?Q@333333 ?(\)?\(?3333331 cup@>1 fl ozSoups & SaucesQ4w)SOUP,Chicken BROTH CUBES,Dehydrated,Prepared with H2O@X[Q?\(?Q? =p ? =p? F?zG{?zG{?tzG{?zG{?^5?|?zG{?zG{?Q??zG{1 cup1 cubeSoups & Sauces w_S4q)SOUP,Cream OF Chicken,Dehydrated,Prepared with H2O@V(\)?\(@QR?Q@p =q??Gz?%R?333333??333333@?ə?zG{?+?333333?zG{??p =q@ffffffR2???zG{@pQ1 cup@@L1 fl ozSoups & Sauces8U4i)SOUP,Chicken RICE,Dehydrated,Prepared with H2O@Wu\(? =p ?=p =? =p @ GzH?333333?ə??zG{?zG{@?nO;?Q?zG{?Q?zG{?? =p??\(1 cup1 fl ozSoups & SaucesIV5 )SOUP,Chicken Vegetable, vegetables,Dehydrated,Prepared with H2O@W =p?Q?zG{?zG{@Gz?p =q B?zG{?zG{??333333??1&y?tj~?щ7KƧ??Q?zG{?Q?Q?Q@oVfffff1 cup1 packetSoups & Sauces PPy%Y4{)SOUP,CONSOMME with GELATIN,Dehydrated,Prepared with H2O@WzG? =p?zG{@ =p?\(?У =p?-?zG{?ffffff?zG{?p =q?zG{?zG{??zG{1 cup@?1 fl ozSoups & SaucesJZ4Y)SOUP,LEEK,Dehydrated,Prepared with H2O@W1R?\(?Q?GzH@?333333?zG{ ?ə #|? =p ?1&y?zG{?ffffff?zG{?zG{??zG{?zG{?zG{?Q?ٙ?ٙ?\(?Q1 cup@o1 cupSoups & Sauces5\4e)SOUP,MINESTRONE,Dehydrated,Prepared with H2O@VG{??\(?\(\@\(?ٙ?333333??zG{?ffffff?ٙ?Q?zG{?ٙ?333333?zG{t?zG{?ҏ\(?zG{@o1 cup@1 packetSoups & Sauces >>L]4a)SOUP,MUSHROOM,Dehydrated,Prepared with H2O@V=p &?(\)?Q?=p =@?333333?333333?əO?Q?tj~??ٙ?j~"?+ I?XbM?tj~?zG{??QR?陙?zG{?zG{?Q1 cup1 packetSoups & Sauces,^4[)SOUP,ONION,Dehydrated,Prepared with H2O@X\( ??p =q? =p @zG{?ٙ?QR?Q Y?zG{?xtj~?tj~??+ I?O;dZ?+ J??? =p?Q1 cup1 packetSoups & Sauces>_4])SOUP,OXTAIL,Dehydrated,Prepared with H2O@W=p =?\(?(\)?zG@ QR?ə?\(?!?zG{?ffffff?zG{?zG{?333333?zG{?zG{?? =p?333333 ??Gz?zG{1 cup@o333331 cupSoups & Sauces &84a!BABYFOOD,FRUIT,APRICOT with TAPIOCA,Junior@Tfffff??333333?ٙ@1L?@'?GzH }?zG{?nO;?333333@1fffff?bM?vȴ9?+ J?lD?1&y$?333333?ٙ' 1 tbsp@@ @Q?Gz_@QR?$/?tj~@-?O;dZ?n?zG{?nO;?l?\(@3y@!WO;d? =pg@\@ =p ?bM?1&y?öE? I^5?E?l?"`A ? =p }}? =p ?@-Z1@}E?xY1 cup, crumbled@GzH@ ffffff?\(?? =p Q?bM?+ I@-?Q?\(?+?Gz?9XbM?\(?У =p@N@3`A7@!n?ěSY1 cup, dicedq1 cup, shreddedDairy & Egg ProductsF4E+5CHEESE,MOZZARELLA,Whole MILK@IGz,@6+Q@6Y@ =p =@Q?zG{?(\)bLs@\(\?+ I?Q?Q?1&?vȴ9? I^5??l@=p =?QR@ffffff9@*M@Jn?zG{Op1 cup, shredded@@5@8 =p@GzH@\(?(\)??əK@zG?+ I?nO;@0?bM?GzH?bM?-V?vȴ9X?\(\?Gz@?@/;dZ@S?`A7LY@ =p @ GzH?Q?Q?=p =t@zG{?vȴ9X?bM@-?vȴ9?zG{?^5?|?QR?1&y ?Q*)?У =p@ @3hr@!l1&y?&x`1 cup, dicedq1 cup, shreddedDairy & Egg Products4/5CHEESE,NEUFCHATEL@OG{@#Q@7nzG?\(\@QK?Qr? =p?bM?pbM?Q?\(? ěT?1&?E ?У =pn*!@-bM@+ J?L@@??333333@%?@Q?333333"x ?ٙ?zG{?zG{@ffffff??Q?Q?\(\?E?Q?zG{?Q??? =p ?j~"1 tbspq1 jarBaby Foods BB?Z4Q!BABYFOOD,CARROTS and Beef,Strained@U33333;@ 333333@?ffffff@@@QR? -:?陙?S?Q@ffffff?陙?zG{?Q?\(??3333338t?@?Q?\(? =p1 tbspq1 jarBaby Foods]4] !BABYFOOD,PLUMS,BANANAS and RICE,Strained@Uffffff9?񙙙?333333?ۅQ@)ffffff?@"  ? =p?S@333333@(?zG{??陙? =p?θQ@I A?Q?Q?QBaby FoodsU`5 !BABYFOOD,DINNER,TURKEY,RICE,AND Vegetable, vegetables,Toddler@U33333;@ffffff??陙@?陙?Q ?ٙ?k?Q??p =q@ ffffff?333333?Q?Q@Gz?`A7L? =p?q?333333@333333\A??\(?Ƨ-Baby Foods bOa4c!BABYFOOD,DINNER,Apples and Chicken,Strained@UYA@GzH?zG? =p @%p =?@?QR _ ? =p ?zG{?Q@?ə?zG{?/v?vȴ9X?+ J??|hs?zG{?Q?333333 ?5?|h?M?ffffff@?E?GzH@+ ?&x?QR?׮zG? =p?333333?QRZb1 unitX.5 breast, bone removed Poultry2c4aMTURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,RAW@RzHo@8??QR ?Q%1? =p?-V?$/@8ffffff?E?5?|h@Q?l?\(?zG?Gz?(\)?\(>o1 unit.5 breast, bone and skin removedPoultry OOMd4wMTURKEY,FRYER-ROASTERS,BREAST,MEAT ONLY,Cooked,Roasted@Q@>\(?zG?=p = ?zG{$4? =p?Q?tj~@@ ?tj?ěS@F?-?Q?\(? =p ?θQ? =p?əSW1 unit2.5 breast, bone and skin removedPoultry&e4c3TURKEY,FRYER-ROASTERS,LEG,MEAT and Skin,RAW@R =pv@4!Gz@ \(?(\) ? =pE@333333?`A7K?vȴ9@;?tj~?lC@+?Q?ffffff ?ٙ?񙙙?GzH? =p Wc1 unit]1 leg, bone removedPoultry2f4y3TURKEY,FRYER-ROASTERS,LEG,MEAT and Skin,Cooked,Roasted@PgzH@<}p =@ =p?zG@QP@\(\?m?@Cٙ?vȴ9?r ě@ tj?n?\( ?׮zG?Q?\(?zGFF1 unit1 leg, bone removedPoultry ii+g4[ETURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,RAW@S'zHl@4Y@\(? ?QRG@ =p?M?S@<??Gz@ffffff?9XbN?׮zG ?=p =?陙?GzH?QT]1 unitI1 leg, bone and skin removedPoultry7h4qETURKEY,FRYER-ROASTERS,LEG,MEAT ONLY,Cooked,Roasted@P\(@=0 =q@(\)?QR@GzHQ@Q?"`?vȴ9@Ds33333?S?$/@ O;dZ?/v?׮zG ?QR?QR?Q?zGw@1 unit1 leg, bone and skin removedPoultry)i4e5TURKEY,FRYER-ROASTERS,WING,MEAT and Skin,RAW@Q(\@4ٙ@Gz?\(?=p =8?\(?nP?bM@5??1&y@Z1'?m?ٙ?ٙ @zG{@Q?b$1 unit1 wing, bone removed%Poultry GG~3j4{5TURKEY,FRYER-ROASTERS,WING,MEAT and Skin,Cooked,Roasted@O&fffff@;fffff@#p =?Q?\(I@ ?öE?tj~@<?1&y?Z1'@ Q?nO?Gz?ffffff@zG@ \(@s1 unitZ1 wing, bone removed'Poultry,k4]GTURKEY,FRYER-ROASTERS,WING,MEAT ONLY,RAW@RzGj@6}p =?Q? =p ?GzA@QR? ěT?hr Ĝ@8ffffff?S?Q@ O;d?E?\(?ۅQ? =p ?ə?333333Q1 unitZ1 wing, bone and skin removed8PoultryNl4sGTURKEY,FRYER-ROASTERS,WING,MEAT ONLY,Cooked,Roasted@Pffffff@>ٙ@ Q?333333?zG{N@ =p??|hs?S@@ ?Q?Z1'@|hr?-V?Gz?=p =? =p ?333333?񙙙?333333?p =qf1 unit<1 wing, bone and skin removed;Poultry kk0m4{ TURKEY,YOUNG HEN,MEAT and Skin and GIBLETS and NECK,RAW@Qo\(@4&fffff@!\(??(\)?=p = ?@ =p?vȴ9X?-V@7333333?ə?;dZ?ʟvȴ9@S?-?ٙ?333333xx@Q@ =p @p =qIi1 turkeyPoultry6n5TURKEY,YOUNG HEN,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@NQ@%?zG?Q?Q?@ffffff?"`B?1&y??vȴ9?7KƧ@+ J?n?\(?zG{88@@ Q@^1 unit 1 turkeyPoultry#o4Q;TURKEY,YOUNG HEN,MEAT and Skin,RAW@Q`@4.zG@".zG?(\)?=@Q?lC?+ I@8333333?Q?9XbM@n?^5?|?=p =?ٙ@zG{@ ffffff@?G1 unit.5 turkey, bone removedPoultry uu.p4g;TURKEY,YOUNG HEN,MEAT and Skin,Cooked,Roasted@NQ@< =p@%\(?QR?zG{@@333333?tj?+ I@?ffffff?"`A?\(@:^5?|?ꗍO;d?ٙ?\(@ p =q@ QR@=p =N1 unit.5 turkey, bone removedPoultry'q4IMTURKEY,YOUNG HEN,MEAT ONLY,RAW@RqGzz@5\(@ p =q? =p ?Q%B@ffffff?p =q?O;dZ@:?hr Ĝ?tj@:^5?|?+ J?zG ?ۅQ??\(?p =q<1 unit.5 turkey, bone and skin removed"Poultry*r4_;TURKEY,YOUNG HEN,MEAT ONLY,Cooked,Roasted@PQ@=@@ =p ?Q?(\)+C@=p =?E?+ I@A333333?-V?ffffff@+ J?+ J?(\)? =p ?Q?=p =?GzHI1 cup, chopped or diced1 unitPoultry s4I5TURKEY,YOUNG HEN,Skin ONLY,RAW@Gffffff@'zG@DO\(?ٙ?QRQk ?(\)?zG{?Q@'333333?tj~??|hs?S?zG?Q?(\)@%333333@1O\(@"Q31 unitA.5 turkey, skin onlyPoultry&t4_5TURKEY,YOUNG HEN,Skin ONLY,Cooked,Roasted@A =p@3zH@F9?(\) ?Q,@zG{?+?+ I@b33333?$/?$/@hr Ĝ? I^5?Q?θQ@'.zG@2 =q@$\(\j1 unit.5 turkey, skin onlyPoultry.u4g;TURKEY,YOUNG HEN,Light MEAT,MEAT and Skin,RAW@QHQ@5\(@ 333333? ?\( 7? =p?j~#?$/@6L?"`A?|hr@n?E?޸Q?Gz@Q@?\(>1 unitK.5 turkey, bone removedPoultry EE9v4};TURKEY,YOUNG HEN,Light MEAT,MEAT and Skin,Cooked,Roasted@OR@< =p@"??=p =:?zG?+ I?$/@<?vȴ9?nP@TE?Q?p =q?\(@333333@ 333333@=p =J1 unit[.5 turkey, bone removedPoultry6w4eMTURKEY,YOUNG HEN,Dark MEAT,MEAT and Skin,RAW@QzG{@2fffff@$? =p?GzHC@ =p? I^5??O;dZ@:?hr Ĝ?xF@n?QR?zG{ ?QR@Q@ =p =@QA1 unit.5 turkey, bone and skin removedPoultry@x4{MTURKEY,YOUNG HEN,Dark MEAT,MEAT and Skin,Cooked,Roasted@MzG@;^Q@)\(?\(\@=p =H@ffffff?n?O;dZ@B?(\)?̋C%@ E?;dZ? =p?\(@Gz@=p =@ \(\Tj1 unit.5 turkey, bone and skin removedPoultry jj+y4_MTURKEY,YOUNG HEN,Light MEAT,MEAT ONLY,RAW@RdzGt@7 =p?\( ?zG+1 unit,.5 turkey, bone and skin removed&Poultry ss3|4s;TURKEY,YOUNG HEN,Dark MEAT,MEAT ONLY,Cooked,Roasted@O^Q@%4m)GRAVY,CUSTOM FOODS,Reduced LABEL AU JUS BASE,DRY@#p =q@/\(\@ =p @G\(@6G{@@* =p }@zGH?333333?n?I^5?}?? =p ?bM?S?1&?ЃnP1?3333331@$/?vȴ9X?bM 1 serving1 packageSoups & Sauces bbp &4Y)GRAVY,NESTLE,TRIO AU JUS GRAVY MIX,DRY@ \(?Q@ =p @@P =q@L=p ?g@ffffff3??S?1&?PbM?tzG{?PbM?zG{?Z1'?&x1 tsp1 packageSoups & Sauces5'4m)GRAVY,CUSTOM FOODS,SUPERB Instant AU JUS MIX,DRY@\((@5&fffff@\(@? @CQ@2}p =@< +7?Gz?ؓtj~?m?j~"?lD@R?׮zG?Gz?'@ ěT@M?tjq1 package@1 servingSoups & SaucesS(5)GRAVY,CUSTOM FOODS,SUPERB PEPPERED OLD-FASH BISCUIT MIX,DRY@\(@GzH@= =p@\(@I\(@@Q#?Qe ?GzH?333333?l?陙?և+ I?C$@+ I^?ם-V?+!.?(\)@!`ěT@4$/?-V1 package@#ffffff1 servingSoups & Sauces eH)4u)GRAVY,CUSTOM FOODS,SUPERB Instant PORK GRAVY MIX,DRY@(\)k@ \)@Q@+\(@P.zG@333333@(\(u@Qu?\(\?~"?j~"?ffffff?vȴ9X? ěT?x?-V? ě?zG{u@Z1'@ \(\?ڏ\( @1 serving1 packageSoups & SaucesJ*4u)GRAVY,CUSTOM FOODS,SUPERB Instant Beef GRAVY MIX,DRY@q@#@"\(@- =q@N@333333@%kQ@zG)S?QR?° ě?öE??-V?r ě?333333?|hr?lD ? =p(@Q@ E?tj @1 serving1 packageSoups & SaucesI+4q)GRAVY,CUSTOM FOODS,SUPERB OLD-FASH BISCUIT MIX,DRY@zG@=p =@<zH@ =p @Kp =@333333@ Gz%@(\) Rm? =p?ěS?Ł$/?333333?+ J?1&?O;dZ?-V?Q!3?p =q@ $/@2 =q? ě1 package@#ffffff1 servingSoups & Sauces ,,wG 45%5CHEESE,PARMESAN,HARD@=(\)@A@9zG@(\)@ \(?陙?=p =,\B@?bM?zG{@6?+??|hs?XbM?E?KƧ?333333lj?p =q?333333@0h\)@\(?5?|hD@\)@?@: =q@Gz@ =p ?\(\(? =p)V@ =p?Q?zG{@-?l?׮zG?E?"`A?\(?Q`Z?p =q@E@1p =@Z1'?"`h@ =p@\(?Q[@ =p?hr Ĝ?Q@-?zG{?n?|hr?-V?vȴ9X111?zG{&"@3CS@ ě?QZ@4%%'5CHEESE,SWISS@B\(|@:zG@;@(\)@Q?Q?ə&7M@p =q?tj?tzG{@2333333? ěT?l?O;dZ?tj~??|hs@ Q>?QR@F@1lC@tj?vȴ\1 cup, diced1 cup, meltedDairy & Egg Products4'5CHEESE,TILSIT@EnzGT@8h\)@9G{@zG{?zG?p =q A@ ?vȴ9?vȴ9@-?;dZ?"`?=p =?$/? =p@@0fffff@C%?nOf@\)?p =q@zG?(\)E?Q=a"??|1&y?PbM??333333?tj~??$/?Гtj~?1&y?ə?(\)@<@3VE@"/-V?I^5?}ox1 cup1 cup, fluidDairy & Egg ProductsH4A%5CREAM,FLUID,Heavy WHIPPING@LG{Y@ffffff%?@QR?(\)A?Q>K&?p =q?xtj~?PbM??333333?+ I?(\)?+?QR?vȴ9? =p ?\(@ H@71&x@%_;dZ?lC@]1 cup1 cup, fluidDairy & Egg Products ::H4[5CREAM,WHIPPED,Cream TOPPING,PRESSURIZED@N=p @ @68Q?QR@(G{?Qe? Y?׮zG?zG{?PbM?ffffff?l? =p?Q?ӅQ?E?ҏ\(?zG{?ffffff+@+x@1&y?ffffffL<1 cup1 tbspDairy & Egg Products>4K5CREAM,SOUR,Reduced FAT,CULTURED@T\)@Q ?Q@ =p ?zG{h?Q _)??bM?htj~@??Q?nO?&x?;dZ?bM ?333333tfd?\(?333333@Gz@ ^5?|?܋C%'1 cup1 tbspDairy & Egg Products4 435CREAM,SOUR,CULTURED@Q@ GzH@4\(?Q@zG?zG{t?Q U5?GzH?tj~?htj~@??Q?nO?&x? =p ?bM ?333333?333333)@*bM@7KƧ?`A7L,1 cup 1 tbspDairy & Egg Products }p4} !BABYFOOD,Cereal,RICE,with HONEY,Prepared with Whole MILK@Rs@333333@ ffffff?@1#@%Q-1?? ěT?vȴ9X?tj~@TE?p =q?333333l@1 fl ozBaby FoodsEY5 !Infant formula,NESTLE,GOOD START SUPREME,with IRON,Liquid Concentrate@R33333@QR@?Q@,ffffff@#ffffffQ?ffffff ."?QR?? ?A7Kƨ?ȴ9Xb?GzH?QR ?Gz}rr?\( @\(@zG{?Q @?ffffff1 fl ozBaby Foods hhIZ5 !Infant formula,NESTLE,GOOD START SUPREME,with IRON,Powdered@@&@:@=p =@L\)@CfffffH@$)@ffffff?=p =@$ffffff@G ?bM?l@Q?ؓtj~MM?񙙙@)@'QR@!@Q @!ffffff1 scoopBaby FoodsG[5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,with IRON,Ready-to-feed@VfffffB?zG@ ?zG{@@Q3?Gz#G?Q??@?vȴ9?O;dZ?Q?zG{ ?QR::?333333@?\(?GzH?p =q@>1 fl ozBaby Foods t_\5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,with IRON,Liquid Concentrate, NOT REC@RzG@p =q@(\)? =p@,Gz@+Qd@ffffff D#?zG{?tj~?tj~@ @.?1&?x?+ I?E"?QRyqq?\(@$ffffff@tj@?E@?ffffff1 fl ozBaby Foods.]4{ !Infant formula,MEAD JOHNSON,ENFAMIL,with IRON,Powdered@ ffffff@%@@L8@")0@?\(@->?=p =? =p @? =pSS?@Q)@'@$@@ 1 scoopBaby FoodsV^5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,Low IRON,Ready-to-feed@Vfffff??zG@ ?zG{@@Q3?p =q#G?Q??zG{?@?vȴ9?O;dZ?Q?`A7?zG{ ?QR::?333333@?Q?-? I^5?@>1 fl ozBaby Foods [[&`5 !Infant formula,MEAD JOHNSON,ENFAMIL LIPIL,with IRON,Powdered@ ffffff@%@@L8@")0@?\(@->?=p =? =p @? =pSS?@Q)@'@%B\(@333333Baby Foods8a5 !INFANT FORMULA,MEAD JOHNSON,ENFAMIL,Low IRON,Powdered,NOT Reconstituted@ ffffff@%@@L8@ )0@?\(@->?=p =? =p @? =pSS?@ffffff)@' @333333@ 1 scoopBaby Foods;b5# !Infant formula,MEAD JOHNSON,LOFENALAC,with IRON,Powdered,NOT Reconstituted@ 333333@ <@I333333@!3333332@@ ?ۅQ@%333333%? =p ?ۅQ@333333?ҏ\(HHz?Gz@%333333H@Gz@\(@% =p@#3333331 scoopBaby Foods lSc5 !Infant formula,MEAD JOHNSON,LOFENALAC,with IRON,Prepared FROM Powdered@UfffffA@Q@QR?QR@ fffff@ffffff=?Q.B?QR?;dZ?@333333?1&?;dZ?tj?E ?ə<1 fl ozBaby FoodsSe5 !Infant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,with IRON,Ready-to-feed@UQB?GzH@ ?޸Q@=p =@Q>?Gz*H?Q??@?vȴ9?5?|h?Q?zG{ ?QR:;?333333@?Q?-? I^5?@>1 fl ozBaby Foods9f5 !Infant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN,with IRN,Powdered,NOREC@+@333333@K@F&fffff@!76&?׮zG?vȴ9X@+?=p =? =p @? =pSS?@Q)@' @333333Baby Foods cc+k5 !CHILD FORMULA,MEAD JOHNSON,PORTAGEN,with IRON,Powdered,NOT Reconstituted@0@ @Kffffff6@!bJN@?zG&?zG?(\)@#?\(\JJ~@333333tVV@QJ?zG?ffffff@"1 scoopBaby FoodsEl5 !CHILD FORMULA,MEAD JOHNSON,PORTAGEN,with IRON,Prepared FROM Powdered@T =pX@ =p@Q?QR@!# =p@X?Bv4?(\)?l@ffffff?l?Ƈ+ I?vȴ?E?=p =?=p =@.333333@333333?M?O;dZ1 fl ozBaby Foods!m5% !INFANT FORMULA,MEAD JOHNSON,PREGESTIMIL,with IRON,Powdered,NOT Reconstituted@ @Jffffff3D@"7|&?QR1 fl ozBaby FoodsIo5 !Infant formula,MEAD JOHNSON,PROSOBEE,with IRON,Ready-to-feed@Vfffff??=p =@ ?ٙ@p =q@\(E?Gz6O?GzH??@?vȴ9?5?|h?Q?zG{ ?QR:;?333333@?\(?GzH?p =q@>1 fl ozBaby Foods RRQp5 !INFANT FORMULA,MEAD JOHNSON,PROSOBEE,with IRON,Liquid CNC, NOT REC@RzG@ Q@(\)? =p@+(\)@+(\)@ffffffj-?zG{?tj~@ @.?1&?p =q?zG{?E"?QRyqq?\(@$ffffff@tj@1&y?E@>1 fl ozBaby Foods!r5% !Infant formula,MEAD JOHNSON,ENFAMIL,PROSOBEE,IRON,Powdered,NOT Reconstituted@)@ @K&fffff5 7X?QR?Gz?\(\@? =pSS?\(@*@'@$@Baby Foods ??Hv5 !INF FOLME JOHNS,ENFAM,LACTOFREE LIPI,with IRON Liquid Concentrate,NOT RE@RzG@p =q@(\)?zG{@+Q@+Qh@ffffff F&?zG{?tj~@ @.?1&?x?+ I?E"?QRyqq?\(@$ffffff@?|hs@nO?p =qBaby FoodsIx5% !Infant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE LIPIL,with IRON,Ready-to-feed@VfffffB?zG@ ?Q@Q@Q6?Gz$H?Q??@?vȴ9?O;dZ?Q?zG{ ?QR::?333333@?Q?° ě? I^5?Baby Foods${5 !INFANT FORMULA,MEAD JOHNSON,GERBER,Low IRON,Powdered,NOT Reconstituted@@%@ffffff9@ *0@?\(@-333333>?Gz?\(\@? =pS?\(@' =q@%B\(@333333@!1 scoopBaby Foods ffk}5 !Infant formula,ROSS,SIMILAC PM 60/40,Low IRON,Powdered,NOT Reconstituted@ @&@<\(@@KxQ@J0 =q ?zG{@?ݑhr ?vȴ9@#@G?r ě? =p@hr @|hr?ӶEMM?zG{@!8Q@D@(mhr!@+@%Q@!ffffff1 scoopBaby Foods'~5 !Infant formula,MEAD JOH,ENFAMIL,NUTRLIPIL,with IRON,Powdered,NOT RE@+@333333@K@F&fffff@!76&?׮zG?vȴ9X@+1 unitj.5 breast, bone removed Poultry44u;TURKEY,YOUNG HEN,BREAST,MEAT and Skin,Cooked,Roasted@OXQ@<@p =q?\(?\(!:?Q?tj?$/@;fffff?"`A?bM@E? =p?zG?ffffff@@?GzHm1 unit.5 breast, bone removedPoultry"4Y3TURKEY,YOUNG HEN,LEG,MEAT and Skin,RAW@R\(@3u\(@?Q?QF@zG?`A7?O;dZ@;L?nO;?n@ ě?lC?\( ?\(@QR@QR@QR?i1 unit1 leg, bone removedPoultry tt-4o3TURKEY,YOUNG HEN,LEG,MEAT and Skin,Cooked,Roasted@N]p =@;G{@%?zG@QRI@Gz?M?tj~@CL?1&y?Vu@ nP?-?zG{ ?ffffff@ =p =@QR@GzHRG1 unit1 leg, bone removedPoultry$4[5TURKEY,YOUNG HEN,WING,MEAT and Skin,RAW@PKQ@3zG@+p =?Q?Gz3? =p?j~#?zG{@5?bM?-V@.zG?$/?ٙ?QR@ p =q@zG{@ \(A$1 unit1 wing, bone removedPoultry/4q5TURKEY,YOUNG HEN,WING,MEAT and Skin,Cooked,Roasted@MC =p@;L@*Q?zG?Gz 8? =p?+ J?$/@;?tj~?bM@Vt?=p =?=p =?Q@ p =q@zG@ QM1 unit1 wing, bone removedPoultry dd04{ TURKEY,YOUNG TOM,MEAT and Skin and GIBLETS and NECK,RAW@Q\)@4c =p@ =p?zG{?zG{?F@Q?"`A?+ I@7L?ə?-V?ȴ9XbN@Vt?-V?=p =?!WW@ffffff@ffffff? =pQ 1 turkeyPoultry=5TURKEY,YOUNG TOM,MEAT and Skin and GIBLETS and NECK,Cooked,Roasted@O =p@;Q@!Q? =p ?H@ Q?Gz?vȴ9@@s33333??;dZ? I^5@ 7KƧ?vȴ?=p =?QRVV@ =p@Gz@zG`1 unitE1 turkeyPoultry#4Q;TURKEY,YOUNG TOM,MEAT and Skin,RAW@Qp =@4s33333@Q?(\)?zG{D@=p =?QR?hr Ĝ@8?Q?tj~@.zG?\(?=p =?ٙ@@p =q?p =qHR1 unit7.5 turkey, bone removedPoultry uu.4g;TURKEY,YOUNG TOM,MEAT and Skin,Cooked,Roasted@N\(@< =p@"Q?zG?zG{H@(\)?bM?zG{@A@?vȴ9X?lC@? ěT?Gz? =p @Q@ =p@zG{R1 unit .5 turkey, bone removedPoultry' 4IMTURKEY,YOUNG TOM,MEAT ONLY,RAW@RQu@5Q@? =p ?.I@zG??tj~@:?9XbM?Q@nO?/w?zG ?ۅQ?zG{?=p =?\(D1 unit .5 turkey, bone and skin removedPoultry* 4_;TURKEY,YOUNG TOM,MEAT ONLY,Cooked,Roasted@PC33333@=\(\@Q?zG{?zG{-J@ \(\?QR?zG{@Bffffff?hr Ĝ?bM@\(?"`?zG?QR? =p?\(\?M1 cup, chopped or diced1 unitPoultry  4I5TURKEY,YOUNG TOM,Skin ONLY,RAW@Ip@*zG{@AGzH?\(?333333R`(?(\)?hr Ĝ?nO; ?tj~?9XbM?+ J?E?Q?1@" =p @-u\(@zG_31 unitP.5 turkey, skin onlyPoultry& 4_5TURKEY,YOUNG TOM,Skin ONLY,Cooked,Roasted@DQ@4# =p@B?p =q%?(\)<@ =p?E?$/@c?+ I? =p@E?9XbM?zG{?@#p =q@/p =@!\(u 1 unitv.5 turkey, skin onlyPoultry. 4g;TURKEY,YOUNG TOM,Light MEAT,MEAT and Skin,RAW@Q@5Gz@(\)? ? =p??? =p?bM@6ffffff?;dZ?S@5?|h?㕁$/?zG?Gz?\(@p =q?\(C1 unitY.5 turkey, bone removedPoultry ^^24};TURKEY,YOUNG TOM,Light MEAT,MEAT and Skin,Cooked,Roasted@O =q@33333?;dZ?&x@tj?r ě?޸Q? =p @333333@GzH?\(K1 unit.5 turkey, bone removedPoultry-4e;TURKEY,YOUNG TOM,Dark MEAT,MEAT and Skin,RAW@QQ@3 @\(?Q?Q K@Gz?ěS?tj~@:?zG{?=p =@-V?vȴ9?Q ?QR@\(@GzH@zG{M1 unit.5 turkey, bone removedPoultry74{;TURKEY,YOUNG TOM,Dark MEAT,MEAT and Skin,Cooked,Roasted@N*=p @;zG@%33333? =p #@zGP@?öE?+ I@Cٙ?vȴ9X?ϝ-V@ nO;?"`A?Q ?׮zG@ =p =@ GzH@GzH[g1 unit.5 turkey, bone removedPoultry dd+4_MTURKEY,YOUNG TOM,Light MEAT,MEAT ONLY,RAW@R}p =r@7nzG?Q ?(\):C?Q?bM?hr Ĝ@8ffffff?Q?/v@$/?S?ᙙ???Q?Gz>1 unit.5 turkey, bone and skin removedPoultry44u;TURKEY,YOUNG TOM,Light MEAT,MEAT ONLY,Cooked,Roasted@P =p@=Gz@\(\??\(4D@?$/?tj~@@ ?&x?ěS@L?-V?ᙙ?QR?\(?QR?\(E1 cup, chopped or dicedu1 unitPoultry14]MTURKEY,YOUNG TOM,Dark MEAT,MEAT ONLY,RAW@R{@4 =p @p =q?\(?Q"P@ =p ? I^5??$/@<?ȴ9Xb?̬1&y@ $/?r ě? =p ?ٙ?zG?\(?zGK1 unit.5 turkey, bone and skin removed"Poultry ss34s;TURKEY,YOUNG TOM,Dark MEAT,MEAT ONLY,Cooked,Roasted@O\)@<zG@Q?(\)#@ =p%R@=p =?E?+ I@Ds33333?hr Ĝ?д9XbN@ $/?333333?׮zG ?QR@Q?GzH@QX1 cup, chopped or dicedZ1 unit$Poultry%4[7TURKEY,YOUNG TOM,BACK,MEAT and Skin,RAW@QR\(@2xQ@&GzH?陙?zG{G@Q?vȴ9X?nO;@9? ě?r ě@GzH?Vt?333333 ?׮zG @ Q@zG{@=p =O .5 back, bone removed-1 unit&Poultry)4q7TURKEY,YOUNG TOM,BACK,MEAT and Skin,Cooked,Roasted@M*=p @:@+L?zG#@zGM@ =p ?`A7?+ I&?-V?vȴ9X@ ě?S? =p?ffffff@\(@Q@ zG^|.5 back, bone removed!1 unit(Poultry #4_;TURKEY,YOUNG TOM,BREAST,MEAT and Skin,RAW@QQ@5\(@\(\?Q ? =p??\(? =p?bM? ěT?lC@bM?-V?޸Q?Gz?zG@Gz?C1 unit.5 breast, bone removed Poultry-4u;TURKEY,YOUNG TOM,BREAST,MEAT and Skin,Cooked,Roasted@Offfff@<(\@\(?\(!C@?tj~?tj~@>333333?;dZ?&x@1&x?䛥S?\(\? =p @ =p@zG? =pKs1 unit1.5 breast, bone removedPoultry"4Y3TURKEY,YOUNG TOM,LEG,MEAT and Skin,RAW@R>Q@3=p @\(\?zG{?p =qM@ \(?hr Ĝ?zG{@;?$/?C$@ zG{?hr Ĝ?\( ?\(? =p ? =p ?QLk1 unit1 leg, bone removedPoultry {{-4o3TURKEY,YOUNG TOM,LEG,MEAT and Skin,Cooked,Roasted@N =p@;zG@#B\(?\(\#@=p =P@\(\?tj?+ I@D?bM? ěT@ ȴ9Xb?n?\( ?׮zG@Q@ =p@GzHZ%1 leg, bone removedF1 unitPoultry4[5TURKEY,YOUNG TOM,WING,MEAT and Skin,RAW@PzG@4s33333@&p =q?=p = ?Q333333?1&y?7KƧ@B\(?+ I^?ۅQ?ffffff@ =p @ffffff@\(Q1 unit1 wing, bone removed%Poultry X@PX`hpxH@ (08@HPX`hpx (08@HPX`hpx            !!""##$$%%&&''--..//001122335566778899::;;<<==>>??@@BBCCHHIIVVccffhhiimmppqqrrssttuuvvwwyyzz{{||}}~~  4S CHICKEN,Canned,MEAT ONLY,with BROTH@Q)@5Q@?\(?GzH o?\(?O;dZ?Q@/?Q?nP@P`A7?333333?ffffff?ҏ\(q""?У =p?@@ 333333?>1 canPoultry*"4qPATE DE FOIE GRAS,Canned (GOOSE LIVER PATE),SMOKED@BQ@&@EQ@ffffff@zGF@ ?p =q?ٙ?Q,?+ I?"`A@zG?333333?Q<<<@" @,fffff@9(\?Gz 1 tbsp@DJPV\bhntz "(.4:@FLRX^djpv|8;>@BDFjGiHhJOLPNQPRRSUTWUZV]W`Xcqergujvmwoxqytzw{z|}} ¨è!Ĩ$Ũ'ƨ*Ǩ-Ȩ0ɨ3ʨ6˨9ͨ<?BEHKNQTWZ]`cfilorux {!~ABCD E FGHIJL$q,r/s5t8u;v>wAxEyWzvy|  qvܮyݮ|ޯ߯ fJ59)SOUP,SPLIT PEA with HAM,CHUNKY,Reduced FAT,Reduced Sodium,Ready-to-serve,SINGLE BRANDQL@?񙙙?ffffff@&?p =qW@ A?333333?"`B?XbM1 package1 servingSoups & SaucesTK4c)SOUP,BEAN with BACON,Condensed,SINGLE BRAND@Qu@@@@ffffff?Qn?;dZ?lC?܋C%F1 package1 servingSoups & Sauces$L4g)SOUP,Beef BROTH,Canned,Condensed,SINGLE BRAND@Wfffff@@*1 package~1 servingSoups & SaucesnM5')SOUP,Beef with Vegetable, vegetables and BARLEY,Canned,Condensed,SINGLE BRAND@U&fffff=@333333?ffffff?ffffff@ ffffff7T?޸Q?$/?+ J81 package1 servingSoups & Sauces i6$bN5)SOUP,Chicken with STAR-SHAPED PASTA,Canned,Condensed,SINGLE BRAND@U333332@ffffff?ffffff@333333@ffffff?S?xF?dZ1*1 package}1 servingSoups & SaucesIP4s)SOUP,Cream OF Chicken,Canned,Condensed,SINGLE BRAND@TYc@333333@@?\(?=p =@ffffff11 package~1 servingSoups & SaucesjR5 )SOUP,SPLIT PEA with HAM and BACON,Canned,Condensed,SINGLE BRAND@PY@!333333@ffffff@@5333333?p =qZ?o?C%?tjF1 package1 servingSoups & SaucesXS5)SOUP,Vegetable, vegetables Beef,Canned,Condensed,SINGLE BRANDV5@ffffff?陙?333333@+W4?͑hr ?Ƈ+ I?Vt*1 package1 servingSoups & Sauces IIH?5{T5M)SOUP,Chicken Vegetable, vegetables,CHUNKY,Reduced FAT,Reduced Sodium,Ready-to-serve,SINGLE BRAND@V`(@?@333333?"`?Ł$/?dZ11 package1 servingSoups & SaucessU5-)SOUP,Chicken NOODLE with CELERY and CARROTS,HOMESTYLE,Ready-to-serve,SINGLE BRAN@W,@?񙙙@?C?1&?~"?\(11 package11 servingSoups & SaucesrV5)SOUP,Vegetable, vegetables Beef,MICROWAVABLE,Ready-to-serve,SINGLE BRAND@V&fffff,@?ffffff?333333@ ffffff?x?I^5?}?̋C%?1&y$1 package$1 servingSoups & SaucesGZ4o)GRAVY,PEPPERIDGE FARM HEARTY Beef GRAVY,GLASS JAR@V+?ffffff?333333@w?vȴ9X? ěT?bMT1 package<1 servingSoups & Sauces R5!45EGGNOG@RzH@zG{@Q?陙@+zG@ R?əm6?p =q?vȴ9?tzG{@??hr Ĝ?QR?Gz?ڰ ě??--?ə?ə6@š@/w?ղ-V;1 cup@?1 fl ozDairy & Egg Products["4y5SOUR Dressing,NON-BUTTERFAT,CULTURED,FILLED CREAM-TYPE@R\(@ @0R?Q@Q@Qq?Q W0?׮zG?zG{?`bM@ffffff??tj~?/w?l?xF?hr Ĝ ?Q ?p =q@ffffff@*C%?S?E1 cup 1 tbspDairy & Egg ProductsK#55MILK,FILLED,FLUID,with BLEND OF Hydrogenated Vegetable, vegetables OILS@UG{?@ =p@ zG?陙@\(? a9? =p ?zG{?`bM??Q?|hr?E?C$?zG{?\(?tj~?+ I?1 cup1 quartDairy & Egg Products ]]L$4Y5MILK,FILLED,FLUID,with LAURIC ACID OIL@UQ?@ =p@ 333333?陙@\(@\(? a9? =p ?zG{?`bM??Q?|hr?E?C$?zG{?\(? =p?陙@+??zG{1 cup@>1 fl ozDairy & Egg Products4+535CREAM Substitute,Liquid,with Hydrogenated Vegetable, vegetables OIL and SOY Protein@SQGz@# =q?QR@&\(@&\( ?Q@O?zG{?񙙙?Q@ ?E@49XbN?S1 cup1 fl ozDairy & Egg Products,5#5CREAM Substitute,Liquid,with LAURIC ACID OIL and Sodium CASEINATE@SQGz@# =q?QR@&\( ?Q@O?zG{??zG{?񙙙Y@"S?"`A?htj~1 containerx.5 cupDairy & Egg Products ``x-4?5CREAM SUBSTITUTE,POWDERED@zG"@(\)@Ap =@Q@Kp =q@Kp =q?ffffff,?QR?p =q?(\)?333333?Q!?Gz@!@@C33333?"`?1&y^1 cup1 tspDairy & Egg Products.4=5DESSERT TOPPING,POWDERED?QA@@C\(?Q@JEQ@JEQ?QJz?zG{?5?|h??333333 ?QR@#l@B\C?333333?ܛS@E@1.5 oz?1 portionDairy & Egg Productsb/55DESSERT TOPPING,Powdered,1.5 Ounce Prepared with 1/2 CUP MILK@P@ @(R?Q@0zH@0zHZ?zG{ VB?GzH?tj~?tzG{@333333?ffffff?S?E?Q?hr!?Q?У =p{?(\)@ @%^5?|?"`?ɺ^5?| P1 cup1 tbspDairy & Egg Products  04C5DESSERT TOPPING,PRESSURIZED@N/\(?\(\@6L?Q@0R@0R?zG{>?zG{?tj~? =p ?N?333333@/@2x?E?+ F1 cup1 tbspDairy & Egg Products14O5DESSERT TOPPING,SEMI SOLID,Frozen@IG{>?@9O\(? =p @7 @7 ?Q?Q?Q?-V@?Q@333333V@5r Ĝ?"`B?j~#K1 cup1 tbspDairy & Egg Products24G5SOUR Cream,Imitation,CULTURED@Qə@333333@3Q?333333@Q@Q?\(-f?Gz?-V?(\)@?zG@333333@1~"?`A7?1&y1 cup@1 fl ozDairy & Egg Products44c5MILK SUBSTITUTES,FLUID,with LAURIC ACID OIL@V Q=?@ GzH?@ =p!?\(JrN?Gz?1&?E?ffffff?tj~?+ I@KƧ?Ƈ+ I?bM1 cup1 quartDairy & Egg Products<54=5MILK,Whole,3.25% MILKFAT@VzG<@ \(@ ?zG@zG@ =p q?Q [(?ٙ?+ I?htj~@ ?+ I?lC?dZ1?+ I^?nO;?(\)f?Q?ə? =p?lC?\( 1 cup@.ffffff1 tbspDairy & Egg Products  G#64M5MILK,PRODUCER,FLUID,3.7% MILKFAT@U(\@@ =p =@ GzH? =p @w? ]1?QR?zG{?pbM??tj~?ěS?$/?1&x?$/? =p !@9XbM?x?hr Ĝ1 cup1 quartDairy & Egg Productsd74{5MILK,Reduced FAT,FLUID,2% MILKFAT,with ADDED Vitamin A@VUQ2@ ffffff?Q?Q@Q@=p =u?Q ^)?ۅQ?tj~?htj~@?ə?+?ǮzG?O;dZ?ȴ9Xb?tj~?p =q77?Q?ə?1&?Q? ě1 cup@>1 fl ozDairy & Egg ProductsM855MILK,Reduced FAT,FLUID,2% MILKFAT,with NONFAT MILK Solids and Vitamin A@V7 =p3@ =p?Q? =p@Gz?d4?ٙ?bM?`bM@ffffff?zG{?$/? =p ?Ձ$/? =p ?QR87?Q?\(?-V1 cup1 quartDairy & Egg Products <<j955MILK,Reduced FAT,FLUID,2% MILKFAT,Protein Fortified,with Vitamin A@Up =8@?zG? =p@\(@ =p ?Qp;??bM?`bM@?񙙙? =p ?E?"`B?bM?1&?ۅQ?zG{??E?M?l1 cup1 quartDairy & Egg ProductsR:4e5MILK,LOWFAT,FLUID,1% MILKFAT,with Vitamin A@VzG{*@ \(? =p ?@\(@w?Q _,?Gz?zG{?htj~@ ffffff?zG{?ǮzG?+?vȴ?l?(\)::?zG{??A7Kƨ?Ѻ^5?|?Q1 cup@>1 fl ozDairy & Egg Products [H;55MILK,LOWFAT,FLUID,1% MILKFAT,with NONFAT MILK Solids and Vitamin A@Vs =p+@ =p? =p ? =p@Gz?d4?ٙ?zG{?`bM@ffffff?zG{?$/? =p ?Ձ$/? =p ?QR;:?S?Q?nO;1 cup1 quartDairy & Egg ProductsJ<5 5MILK,LOWFAT,FLUID,1% MILKFAT,Protein Fortified,with Vitamin A@V/\(0@p =q?Q?Q@zG?Qo:??zG{?`bM@?333333? =p ?ȓtj~??;dZ??ۅQ==?KƧ?աo?tj1 cup1 quartDairy & Egg ProductsS=4u5MILK,NONFAT,FLUID,with Vitamin A (FAT FREE OR SKIM)@V\("@ \(?zG{?@ =p@\(\}?Q e*?Gz?vȴ9?htj~@? =p ?KƧ?bM?+ ?l?\(==?zG{?E?bM?|1&y1 cup@>1 fl ozDairy & Egg Products GGb>55MILK,NONFAT,FLUID,with NONFAT MILK Solids and Vitamin A (FAT FREE/SKIM)@VQ%@ \(??\(@zG@zG?h5?=p =?+ I?`bM@?E?ffffff?KƧ?ղ-V?O;dZ?\(==?ļj~#? =p?nO;1 cup@>1 fl ozDairy & Egg ProductsO?55MILK,NONFAT,FLUID,Protein Fortified,with Vitamin A (FAT FREE/SKIM)@VW =p)@zG?? =p@=p =?Qp;??+ I?`bM@333333?񙙙? =p ?E?"`B?bM??ۅQ==?ļj~#? =p?nO;1 cup1 quartDairy & Egg Products ==C@4W5MILK,Buttermilk,FLUID,CULTURED,LOWFAT@VQ(@ zG{?(\)?zG{@(\)@(\)t? Yi?Gz?+ I?`bM?hr Ĝ?öE?-V?љ?hr Ĝ?(\)???7KƧ?A7Kƨ?`A7L1 cup@>1 fl ozDairy & Egg Products:A475MILK,LOW SODIUM,FLUID@V =@@ zG?\(@ =p@ =pe?V?QR?zG{?pbM??zG{?Gz?tj?tj~?hr Ĝ? =p g?Q?ə@;dZ?+?bM1 cup@>1 fl ozDairy & Egg Products:B4)5MILK,DRY,WHOLE@\(@:QR@:\(@QR@C5\(@C5\(?zGU2s@ Q?zG{?zG{@0L@!333333?1&?GzH?1&y@+ I^?S%%%@ ?޸Q?+@0E@-V?GzHa1 cup .25 cupDairy & Egg Products %%h5 !Infant formula,ROSS,SIMILAC Natural CARE, ADVANCEE Low IRON,Ready-to-feed@UDzGN@\(@\(?@\(\@ ffffff?ҏ\( [e"?Q?\(?nO;?ffffff@1 fl ozBaby Foodsk5% !Infant formula,ROSS,SIMILAC Special CARE ADVNCEE 24,with IRON,Ready-to-feed@Ug =pO@ =p @zG? =p @zG@ ?\( Oe"?Gz?+ J?nO;?ffffff@=?+ J?+ I^@j~"?;dZ?+ J1?ۅQ&&@Gz@"@C$?ěS?;dZ@>1 fl ozBaby Foods TTN4s !Infant formula,ROSS,ISOMIL,with IRON,Ready-to-feed@U\(B?\(@ Q?Q@ffffff@E?Gz1G?\(\?+ J?bM?ffffff@?+?5?|h?bM?ߍO;dZ?+ ?333333;;?Q@?-?-V?`A7@>1 fl ozBaby FoodsV4} !Infant formula,ROSS,ISOMIL,with IRON,Liquid Concentrate@R =p@ =p @Q?(\)@*kQ@*333333@ffffff `8?Q?tj~?bM@@'?E?p =q??-?E!?\(|rr?333333@,333333@tj@GzH?@?ffffff1 fl ozBaby Foods TTd5  !Infant formula,ROSS,ISOMIL,with IRON,Powdered,NOT Reconstituted@@)333333@< =p@ Q@J\)@J|(\@"Q'+@Gz?ش9XbN?nP@%@G&fffff?Ƨ-?ݡo@š@"`B?Ƨ-MM@zG{@ffffff@LL@"U$/@%Vu@Vt@!ffffff1 scoopBaby Foods@5 !Infant formula,MEAD JOHNSON,ENFAMIL,NUTRAMIGEN LIPIL,with IRON LC@R~@ =p =@Q?p =q@*(\)@#p ={@=p =P1 fl ozBaby FoodsO 4u !Infant formula,ROSS,SIMILAC,with IRON,Ready-to-feed@U\(B?\(@ ffffff?QR@zG@3?GzE?\(\?5?|h?htj~?333333@?`A7L?XbM?zG?l?+ ?zG{;;?Q@333333?n?$/?o@>ffffff1 fl ozBaby Foods ,,h 5# !Infant formula,ROSS,SIMILAC,with IRON,Liquid Concentrate,NOT Reconstituted@S =p @Q@\(?GzH@+ =p @+Qc@ffffff6?Q?p =q?xtj~@ffffff@'?A7Kƨ?r ě?lC?^5?|?tj~!?zG{~rr@zG{@$ffffff@5?|h@hr Ĝ?Gz@?ffffff1 fl ozBaby Foodsd 5 !Infant formula,ROSS,SIMILAC,with IRON,Powdered,NOT Reconstituted@@%ǮzH@<޸Q@ zG@K]p =@K]p =@" =q (~@Q?E?vȴ9@'333333@Gfffff?E??|hs@+ J@-V?9XbMOO?Q*@(\)@E @#"@$dZ@$/@!1 scoopBaby Foods LLF4q !Infant formula,ROSS,SIMILAC,Low IRON,Ready-to-feed@U\(A?\(@ ffffff?QR@zG@Q3?QE?\(\?5?|h?htj~?ffffff@?`A7L?XbM?zG?l?+ ?zG{;;?Q@333333?n?$/?o1 fl ozBaby Foodsf5 !Infant formula,ROSS,SIMILAC,Low IRON,Liquid Concentrate,NOT Reconstituted@S =p @Q@\(?GzH@+ =p @+Qc?zG{6?Q?p =q?xtj~@ffffff@'?A7Kƨ?r ě?lC?+ I?tj~!?zG{~rr?zG{@$ffffff@5?|h@hr Ĝ?Gz@?ffffff1 fl ozBaby Foods Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx::;;<<@@AABBCCDDEEFFGGHHIIJJKKLLMMNNPPRRSSTTUUVVZZ[[\\]]    ++,,--..//00112233445566778899::;;<<==>>??@@AABBCCDDEEFFGGHHIIYYZZ[[\\]]^^__``bbcceeffgghhiijjkk ""b5  !Infant formula,ROSS,SIMILAC,Low IRON,Powdered,NOT Reconstituted@ @%33333@<޸Q@ @Kc =p@KY@ p =q (~@Q?E?vȴ9@'333333@Gfffff?E??|hs@+ J@-V?9XbMOO?Q*@(\)@E @#"@$dZ@$/@!ffffff1 scoopBaby FoodsI4w !CHILD FORMULA,ROSS,PEDIASURE,with IRON,Ready-to-feed@TzG_@Gz@zG?@%@%]?p =qL}$?ffffff?QR?ΗO;d@@#?ЃnP?ɺ^5?|?m?\(?Ͼvȴ9X#$?Gz? =p@? =pSS?\(@Q*@'@$@Baby FoodsA5 !Infant formula,MEAD JOHNSON,ENFAMIL,LACTOFREE,with IRN,LQCN,NOREC@RzG@p =q@(\)?zG{@, =p@+Qh@ffffff F&?zG{?tj~@ @.?1&?5?|h?+ I?E"?QRyqq?\(@$ffffff@?|hs@nO?p =qBaby Foods 66v< 5 !INF FORMU,ME JOHNS,ENFAMIL LIPIL,with IRON,Liquid CO,NOT REC@RzG@p =q@(\)? =p@+Q@+Qd@ffffff D#?zG{?tj~@ @.?1&?x?+ I?E"?QRyqq?\(@$ffffff@?|hs@?p =qBaby FoodsE(5  !Infant formula,WYETH-AYERST,STORE BRAND,with IRON,Ready-to-feed@Vfffff??ffffff@ ?Q@\()?Gz7?\(?O;dZ?ffffff@ffffff?Q??\(\?zG{ ? =p;;?=p =@5ffffff??ffffff?@>ffffff1 fl ozBaby Foods=)5 !Infant formula,WYETH-AYERST,STOREBRAND,with IRON,Liquid CON,NOTRECONL@333333?Q@*G{@+S@Gz 7m?\(?O;dZ@@&ffffff? =p?ə?zG?zG{ ?У =pvv?\(@%333333@ @ffffff@?ffffff1 fl ozBaby Foods FFq'+5' !Infant formula,WYETH-AYERST,STORE BRAND,with IRON,Powdered,NOT Reconstituted 88K@#$v@333333?׮zG @Efffff?\(?GzH@Q?Q''B?QR)@ =p +@)@&CnP@S @ 1 scoopBaby FoodsI25 !Infant formula,WYETH-AYERST,STORE BRAND SOY,with IRON,Ready-to-feedX??@ ?Q@\(\@;?Gz)E?\(?O;dZ?ffffff@?Q??\(\?zG{ ?ə;8?Gz@ffffff%??ffffff?@>ffffff1 fl ozBaby Foods>55 !Infant formula,WYETH-AYERST,STOREBRAND SOY,with IRON,Powdered,NOTRECON@+333333@;333333@J@J@"3333333=@ffffff?ָQ *??QR@=p =?zG{&&@?)@ Q@D@(\(@%Q@ =p@!ffffff1 scoopBaby Foods uR<5 !Infant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Ready-to-feed@UfffffA?333333@?zG@!zG@\(N?3333334X? =p?(\)?@?vȴ9?KƧ??$/ ?zG{00?Q@?Gz? =p?333333@>1 fl ozBaby FoodsD=5# !Infant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Liquid Concentrate@R}@ @Q?\(@0@'@ d1?"`A@ ??ffffff??j~# ? =p9bb? @=p =?zG?@?fffff1 fl ozBaby Foods?I5 !Infant formula,NESTLE,GOOD START 2 ESSENTIALS,with IRON,Powdered@@(ffffff@3L@(\)@Op =@F&fffff5@!&y|?ٙ@"*? ěT?+ J@ =p?ӕ$/GGy?333333bb@ffffff&@!zG@Q@=p =@"1 scoopBaby Foods jMU5 !Infant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Ready-to-feed@UA?zG@ ffffff?ٙ@zG?(\)D?)K?333333?+?@333333?+?;dZ? =p ?+ ?ə22?ffffff@?ffffff?陙@>1 fl ozBaby FoodsSV5 !Infant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Liquid CO@Rٙ@ @?陙@,333333@ @QRP.?=p =?tj~@@.ffffff?tj~?vȴ9X?ffffff?tj~#?QR}hd?\(@$ffffff0@ffffff@=p =?nO@?ffffff1 fl ozBaby Foods;X5 !Infant formula,NESTLE,GOOD START ESSENTIALS SOY,with IRON,Powdered@@)@9@ffffff@Kٙ@+ 7<E@ =p ?;dZ @N ?C$?$/@ O;dZ?C$PP?@\(\@D @ 333333@3333331 scoopBaby Foods O3Y5 !Infant formula,MEAD JOHNSON,NEXT STEP PROSOBEE,Powdered,NOT Reconstituted@/333333@ ffffff@L8@#4l:@? =p ?θQ@*9?QR?ۅQ@?QLL?Q@Q&@!\(@333333@Baby FoodscZ5 !Infant formula,MEAD JOHNSON NEXT STEP PROSOBEE. Prepared FROM Powdered@U=p C@Q@GzH?p =q@ (\)@zG?\(UO?GzH??`A7L?@?vȴ9?5?|h?Q?Q?zG{ ?QR::?333333@?S??|hs?Vt@>1 fl ozBaby Foods-!4+'FAT,BEEF TALLOWd?ə@@Hfffff@Dfffffm1 cup@)1 tbspFats and Oils %4_TURKEY,DICED,Light and Dark MEAT,SEASONED@Q@233333@?6R@(\)? ěT?vȴ9@:?zG{?(\)@333333?+ ?Q?θQ??zG?zG{7@1 medium, slice*1 thick, slicePoultry ee.-4w; TURKEY BREAST,PRE-BASTED,MEAT and Skin,Cooked,Roasted@Q=p ~@6(\)@ zG@zG{ ?Q?zG{?E?Q@933333?"`A?$/@""M?KƧ?zG{?zG{?\(\?=p =?Gz*`.5 breast, bone removedPoultry,.4u7 TURKEY THIGH,PRE-BASTED,MEAT and Skin,Cooked,Roasted@Qfffff@2@!zG@zG{?(\)@zG{?n?Q@;fffff??|hs?QR@E?lC?p =q?θQ@333333@=p =@>:1 thigh, bone removed Poultry5/5TURKEY Roast,Boneless,Frozen,SEASONED,Light and Dark MEAT,RAW@Qx@1@@ 333333@@h?\(?+ I?hr Ĝ@:?zG{?Q@?tj~?QR?ffffff?\(\?zG?zG{5n1 box.25 boxPoultry XX`05;TURKEY Roast,Boneless,Frozen,SEASONED,Light and Dark MEAT,Roasted@P\(@5QR@Q? =p@\(?zG*@QR?Q?Q@B@?bM?/w@$/?n?GzH?QR?QR?ffffff?ffffff?333333?\(51 cup, chopped or diced1 boxPoultry 44U TURKEY Sticks,BREADED,BATTERED,FRIED@H33333@,ffffff@0fffff@@F?\(\? ě??|hs@433333?? =p @?Vu?ə +?p =q( @Q@zG@\(@@1 stickPoultry055  POULTRY,MECHANICALLY DEBONED,FROM BACKS and NECKS with Skin,RAW@OTzG@&ǮzH@8G{?Q?Q h(? =p? =p?tj~@%ffffff???nP@Q?^5?|?QR?JJ@@$Gz@ =p.5 lbPoultry #65 POULTRY,MECHANICALLY DEBONED,FROM BACKS and NECKS without Skin,RAW@QR\(@+zG@.\({?zG 3?Q?lD?zG{@,?-V?ffffff@lC?;dZ?zG{ ?ffffffk @ =p@ =p@=p =h.5 lbPoultry74o POULTRY,MECHANICALLY DEBONED,FROM MATURE HENS,RAW@Oy@-p =q@3G{?ffffff?Q h(?ffffff? =p?tj~@/ffffff?tj~?Q@tj?9XbN?Q?GzH--@Q@"@333333.5 lbPoultry84q TURKEY,MECHANICALLY DEBONED,FROM TURKEY FRAMES,RAW@QE\(@*zG@/Q?񙙙?\( s0@333333?+?Q@:?tj~?&x?$/?7KƧ?Gz?У =p@=p =@zG@ =p _.5 lbPoultry ii*94[POULTRY Food PRODUCTS,GROUND TURKEY,RAW@QzG@1u\(@ Q? =p ?^?Gz? =p ?nO;@2fffff?(\)?$/@ l?zG?ffffff?\(?ffffff?333333@@O@|Y1 lbr1 pattyPoultry0:4aPOULTRY Food PRODUCTS,GROUND TURKEY,Cooked@M\(@;\(\@*L? =p ?Gzk@Gz? =p ?zG{@B?S?Ł$/@F-?tj?\(?Q?\(?@ Q@\(@ =pfR1 pattyJ1 unitPoultry1;4c CHICKEN,CORNISH GAME HENS,MEAT and Skin,RAW@Q Q@1&fffff@, =p ?陙 ?\(=?ffffff?+ J?bM@'?? ě?\(@33333?|hr?Gz?Ql ?Q@333333@Q@ =p@(\)e.5 bird'Poultry //xE<4y'CHICKEN,CORNISH GAME HENS,MEAT and Skin,Cooked,Roasted@MW =p@6EQ@25\(? =p ?Q@? =p?;dZ?Q@/??&x?xF@+ J?"`?ӥS?Qk ? =p @333333@333333@ 1 bird, whole.5 bird%Poultry:=4['CHICKEN,CORNISH GAME HENS,MEAT ONLY,RAW@R\(t@4 =p @ =p? ?zG D?\(?"`A?hr Ĝ@/?333333?O;dZ?˥S@"`?Z1'?أ =p?ٙK?Gz@333333?333333?Q?Q[1 bird, wholex.5 bird9PoultryF>4q'CHICKEN,CORNISH GAME HENS,MEAT ONLY,Cooked,Roasted@Q@7L@\(? =p ? =p??zG{?5?|h?Q@4?333333?333333?Vu@O;d?\(?x?333333C?θQ@333333?zG? =p?zGj1 bird, wholen.5 bird.Poultry bbj?4;CHICKEN,CANNED,NO BROTH@P9@9L@ 333333?陙?陙?@?@2ffffff?@333333?QRq""?zG{@ffffff@@ ;dZ?S21 cup}1 canPoultryI@4eCHICKEN,WING,Frozen,GLAZED,BARBECUE Flavored@NQ@3Q@)W =p@=p =@ Q?333333@QR@GzHg?=p =?+@@?l?"`@?p =q?-V ?ٙ:? =p @ hr @bM@;dZ~@=TzG1 piece@UQ1 serving!PoultryEA5  CHICKEN,WING,Frozen,GLAZED,BARBECUE Flavored,Heated (MICROWAVE)@JR@9W =p@+@QR@Q?@&@QE??+ J@Dٙ??j~#?l@ffffff?n?Gz ?޸QD?QR@ =p =@0 ě@n!Poultry vC5)DUCK,YNG DUCKLING,Domestic,WH PEKIN,BRST,MEAT and Skin,Boneless,Cooked,Roasted@O@8@%33333?ffffff@ zGT@:ffffff@ffffff@kQ@`A7K@E?1&81 unitU3 ozPoultryD5+;DUCK,YNG DUCKL,Domestic,WH PEKIN,BRST,MEAT,Boneless,Cooked without Skin,Broiled@Q@;@?ffffff @\(i@ @$33333?~"?;dZ?1&x1 cup, chopped or diced,1 unitPoultry{E5%3DUCK,YNG DUCKLING,Domestic,WH PEKIN,LEG,MEAT and Skin,BONE IN,Cooked,Roasted@Ns33333@:@& @ =pn@5?@zG@@w+?Vtr\1 leg, bone removed+1 unitPoultry F5'KDUCK,YNG DUCKL,Domestic,WH PEKIN,LEG,MEAT,BONE IN,Cooked without Skin,Braised@P&fffff@=@ =p?񙙙 @ =pl@5@ffffff@QR?lC@tj?+ Ji1 cup, chopped or diced, cooked#1 unit"Poultry@H5 CHICKEN,WING,Frozen,GLAZED,Barbequed Flavored,Heated (CONVENTIONAL OVEN)@L@6=p =@-p =@=p =@ Gz?? =p ?Q/?@A?E?У =p@Q?KƧ?lC ?ᙙE?(\)@^5?|@ ě@9XbN!PoultrywW43 Chicken,FEET,BOILED@Ps33333@3ffffff@-333333?əX?QSC?zG?1&@ ?Q?ə?ٙ?zG{VVV?zGd?GzH?ə@\(\@@ =pTPoultry `4oUSDA COMMODITY,TURKEY HAM,Dark MEAT,SMOKED,Frozen@R`v@0L@ @?333333!@@C?p =q?GzH@zG{?Q?陙5?333333?dZ1?-V@@?GzH??|hs@ =q@Q?C% @?θQ?Z1'?E?mE@]?\(1 pattyPoultry,v4GEMU,GROUND,Cooked,PAN-BROILED@PuQ@1 servingSoups & Sauces-w4o)SAUCE,NESTLE,LJ MINOR CREOLE Sauce,Ready-to-serve@VQGz(? =p?\(@333333@Q?@8?.#?zG{?QR?`A7K?S?zG{?333333?$/?j~"y?S?+?$/1 cup1 packageSoups & Sauces-y4m)SAUCE,NESTLE,LJ MINOR LEMON Sauce,Ready-to-serve@Pə?(\)?Gz? =p@?Q@8?QR?zG{?tj~?vȴ9X@!333333?|1&y?tzG{?Q?zG{?bM?nO;?šo?QN1 package 1 servingSoups & Sauces 88F{5)SAUCE,NESTLE,CHEF-MATE SHARP CHEDDAR Cheese Sauce,READY-TO -SERVE@PQ@!QR@2EQ@QR@333333?\(?Gz ?zG{?bM?bM??|1&y?;dZ?vȴ9?&x?nO;?333333@@ ě@ E$1 cup 1 packageSoups & Sauces=|4)SAUCE,NESTLE,CHEF-MATE GOLDEN Cheese Sauce,Ready-to-serve@P0 =q@%L@2R@\(@ 333333?񙙙?ffffff?(\) ?zG{?bM?bM?|1&y?;dZ?vȴ9?&x?nO;?333333=@!zG@ ě@ E.1 cup 1 packageSoups & Sauces9}5)SAUCE,NESTLE,ORTEGA MILD NACHO Cheese Sauce,Ready-to-serve@QQ@zG@0R@ =p?陙?zG{  ?zG{?bM?bM??|1&y?;dZ?vȴ9?&x?nO;?333333@ =p@ ě@ E 1 cup 1 packageSoups & Sauces QQ1~4w)SAUCE,NESTLE,ORTEGA NACHO Cheese Sauce,Ready-to-serve@P@ =p@0zH@(\)@Q?ffffff?\(\?θQ ?zG{?bM?bM?ffffff?|1&y?;dZ?vȴ9?&x?nO;?333333@"ffffff.1 cup 1 packageSoups & Sauces2 5 )SAUCE,NESTLE,CHEF-MATE BASIC CHEDDAR Cheese Sauce,Ready-to-serve@Rp =@333333@QR@ =p @)(\?zG{J?ҏ\(R?GzH?vȴ9?|1&y??pbM? =p?&x? I^5??vȴ9? =p ?@QR 1 cup 1 packageSoups & Sauces@ 5)SAUCE,NESTLE,QUE BUENO JALAPENO Cheese Sauce,Ready-to-serve@RzG@ Q@ =p@ =p@(?QRU?QRR?GzH?vȴ9?|1&y?陙?pbM? =p?&x? I^5??vȴ9? =p q@\(@-?Vu 1 package?1 servingSoups & Sauces *)4C )SAUCE,Cheese,Ready-to-serve@Q@ =p@*zG@\(\@QR??Gz?Gz ??1&?ffffff?Q?Q?zG{??333333?ə?-V?"`?ļj~#1 cup@>1 fl ozSoups & Sauces(44K )SOUP,TOMATO,Low Sodium,with H2O@V#?陙?陙?ffffff@333333?ə@Q? =p l??^5?|?ə@;333333?zG{?zG{?\(?? =p ?(?tj~?KƧ?GzH1 cupSoups & Sauces"54E )SOUP,PEA,Low Sodium,with H2O@TB@ 333333?333333?ffffff@%333333?333333?=p = ?\(2L ?\(?S??ffffff?zG{?Q??zG{%%%Q ?zG{@333333?^5?|?=p =?öE1 cupSoups & Sauces ,,{KC4a5MILK,DRY,NONFAT,Regular,without Vitamin A@ GzHj@BzG? =p@Q@Ip =@Ip =?zG{n@QR?E?zG{@;L@333333?ڏ\(??nO;@ C%?vȴ222@Q??-V?ɺ^5?|?Qx1 cup.25 cupDairy & Egg ProductsND4[!5MILK,DRY,NONFAT,Instant,with Vitamin A@zGf@A? =p @ \(@JQ@JQ? =pu%@ =p?E?zG{@;L@ffffff?nO;?lC?nP@ Gz?zG222@Q =?zG{?S?-V?1&yD1 cup[1 envelopeDairy & Egg Products/E4K5MILK,DRY,NONFAT,Calcium Reduced@b@A?ə@ffffff@Ifffff?zG{<@Q?bM?bM@;L@?/w?E?GzH@ ~"?nO222@ =p?vȴ9X?-V?|1&y@I4G5MILK,Canned,Evaporated,NONFAT@SٙN@333333?ə?@&33333@&33333"?ҏ\(Ls??bM?xtj~@?333333? =p ?Ƨ-?E?睲-V?(\) ?θQvv?"`?vȴ9X?xtj~1 cup@?fffff1 fl ozDairy & Egg ProductsSN4M5MILK,Chocolate,FLUID,Commercial,@T33333S@ \(\@ Q?陙@$zG?陙@#zGp?θQ e1 fl ozDairy & Egg Products1 fl ozDairy & Egg Products uuT4?5MILK,INDIAN BUFFALO,FLUID@T\)a@@\(?GzH@Q?Qu4?(\)?O;dZ?nO;@ffffff?vȴ9?GzH?KƧ?ȓtj~?O;dZ? =p 55@cS?O;d?° ě1 cup1 quartDairy & Egg ProductsU4-5MILK,SHEEP,FLUID@T,l@Q?Q@p =q?,?GzH?O;dZ?nO;?333333@? =p?ָQ?ڰ ě? I^5??Q?Q,,@ix?$/?ӶE1 cup1 quartDairy & Egg ProductsNV4C#5MILK SHAKES,THICK Chocolate@R w@ffffff@?@5&fffff?333333@4ٙ? =p~o?޸Q? =p?+?ffffff?bM?j~"?vȴ9X?;dZ??zG{C??ə?`A7L?\(? @>5%'SANDWICH Spread,with Chopped PICKLE,Regular,Unspecified OILS@Dffffff?"@6ffffff?ٙ@.\(\?ə#?Q?zG{??zG{?zG{?zG{?zG{?Gz @833333^W@ffffff@L@.1 tablespoon1 cupFats and Oils rC^?5'SHORTENING,HOUSEHOLD,Soybean (Hydrogenated) -COTTONSEED (Hydrogenated)td?陙+@F@@:1 cup@)1 tbspFats and OilsUB4c%'OIL,Soybean,SALAD OR COOKING,(Hydrogenated)td@ 333333@833333@-+@B@+3333331 tablespoon@1 tspFats and OilsME4S%'OIL,Vegetable, vegetables,RICE BRANtd?Q@@&fffff@833333@333333@Cfffff#@+3333331 tablespoon1 cupFats and Oils9F4)%'OIL,WHEAT GERMtd@b@833333@2@.333333@Nٙ@+3333331 tablespoon1 cupFats and Oils {LMJ4C%'OIL,Peanut,SALAD OR COOKINGtd?Q?zG{@/aGz?ffffff@0fffff@G @+1 tablespoon1 cupFats and OilsHL4E'OIL,Soybean,SALAD OR COOKINGtd?zG{@"kQ@h33333@,@7L@L33333@+3333331 tbsp1 cupFats and OilsBO47'VEGETABLE OIL,COCONUT^d?zG{? =p ?@U@333333?@+3333331 tbsp1 cupFats and OilsMU4A%'OIL,OLIVE,SALAD OR COOKINGtd?Q@,33333@N@*r Ĝ@Ryl@$7Kƨ@+1 tablespoon1 cupFats and Oils0W41'OIL,VEGETABLE,PALMtd?zG{@/Gz@Hfffff%@"@+3333331 tbsp1 cupFats and Oils FZ4C%'OIL,SESAME,SALAD OR COOKINGtd?ffffff@+333333@,ffffff@Cٙ@Dٙ@+3333331 tablespoon1 cupFats and Oilsh\5'OIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC (LESS THAN 60%)td?Q@D=p @@$333333@F33333@D @+3333331 tbsp1 cupFats and Oils-a4y'MARGARINE,Regular,HARD,CORN (Hydrogenated and Regular)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@'333333?b@Cffffff@8@1 tsp@\Y1 stickFats and Oils w41%EMU,FAN FILLET,RAW@RzHg@6?陙?񙙙@*,x@ ? I^5?-V@@@?+ J?/w@+ J@lD?I^5?} @zG?(\)?ɺ^5?|?j~"?lCG@(\1 fan filletU1 servingPoultry$x4GEMU,FAN FILLET,Cooked,Broiled@PQ@?EQ@ffffff?@=p =5@ Q?Ͳ-V?vȴ9@G ?ffffff?+ I^@#ěT@ tj?O;dZ @"p =?p =q?-?XbM?Z1'R@xQ1 steakU1 servingPoultryy43' EMU,FLAT FILLET,RAW@Rٙf@6@?zG?\(?=p =?1&y@??\(\?~"@$/@;dZ?⟾vȴ9 @zG{?(\)?-V?Gz?1&G@v!R1 flat filletPoultry z4/# EMU,FULL RUMP,RAW@Rr\(p@6zG?=p =?=p =@ =p(JZ@ Q? I^5?-V@@@? =p ?O;dZ@tj@"`?tj~ @Q?p =q?$/?j~#?lCU@\)1 full rumpPoultry0{4E3EMU,FULL RUMP,Cooked,Broiled@N(\@@\(@p =q?@\("CDn@GzH?=p =?nO;@J ?ۅQ? =p@%#S@ -V?$/ @ ?У =p? =p?C$?㝲-V@~\(1 full rump, cookedU1 servingPoultry|43' EMU,INSIDE DRUM,RAW@RQl@68Q? =p?ffffff@Q>f@QR?=p =?1&y@?ffffff?Gz?܋C%@7KƧ@dZ1?1&x @zG?(\)?^5?|?`A7K?r ěC@Q1 inside drumPoultry 4}4K7EMU,INSIDE DRUMS,Cooked,Broiled@P =p@@0 =q@zG?@zG!38v@\(\?hr Ĝ?hr Ĝ@H?=p =?;dZ@$S@ bM?^5?| @333333 ??hr!?|hr?1&[@z=p 1 inside drum, cookedU1 servingPoultry~45) EMU,OUTSIDE DRUM,RAW@RzHg@7zG?޸Q@@d@?xF?@B&fffff?ЃnP?I^5?}@G{@?o@zG?\(?;dZ?"`B?QN@zcQ1 outside drumPoultry4) EMU,OYSTER,RAW@R$zG@6\(@p =q?ffffff@?E?S@=?XbM?O;dZ@"@\(?tj~ @ =p ?θQ?-V?E?xFQ@r=p 1 steakPoultry "4CEMU,TOP LOIN,Cooked,Broiled@P׮zH@=R@ =p ?QR @GzHv:@ \(\?Q?vȴ9X@E??m@"?|hs@ 1&x?C$ @!kQ?p =q?hr Ĝ?lC?۶EX@n(\1 steakU1 servingPoultryy 41 OSTRICH,GROUND,RAW@QzG@48Q@!ffffff?\(\@GzH#H@ zG?bM?hr Ĝ!?KƧ?+ J@ I^5?GzH?ffffff@p =q?θQ@j~"@;dZ?QGPoultry0 4OOSTRICH,GROUND,Cooked,PAN-BROILED@PǮzH@:&fffff@GzH?\(@ p =qCP@QR?hr Ĝ?hr Ĝ@@?C$?&x@:^5?|?\(\?1&x@\(?θQ@ ? ě@?|hs?SS@WP1 pattyU1 servingPoultry | 4+ OSTRICH,FAN,RAW@RQu@5\(@333333?Q@Q4K@ zG?hr Ĝ?hr Ĝ@As33333?+ J?nO;@S? =p?j~"@Gz?ə?ffffff?ffffff?IPoultry 49 OSTRICH,INSIDE LEG,RAW@RzGo@6c =p?Q?Q@ffffff@H@\(? I^5??nO;@B333333?ɺ^5?|?Gz@cS?"`A?E@ffffff?ə?333333?333333?QRBU1 servingPoultry 4? OSTRICH,INSIDE LEG,Cooked@Q|@=\(? =p ?QR@\(`S@ =p?l?nO;@B@?Vt?nO@tj?xF?\(@p =q?(\)?ffffff?p =q?zG{IU1 servingPoultry 4= OSTRICH,INSIDE STRIP,RAW@R=p @7 =q@\(?Q@JL@ =p?\(?tj~@B?C$?+@tj?A7Kƨ?m @?Gz?7KƧ?/w?xIPoultry4C OSTRICH,INSIDE STRIP,Cooked@PR@=^Q@ =p ?333333@333333nI@?Õ$/?tj~@B33333?θQ?C$@tj~?vȴ9X?lC@\(?θQ?\(\? =p?zGaU1 servingPoultry4; OSTRICH,OUTSIDE LEG,RAW@R\(s@6(\?\(\? =p@333333BZ@Q?-V?nO;@BL?=p =?S@Ƨ?7KƧ?/v@ =p?ə?Q?Gz?ۅQAPoultry OO/64I)SOUP,Chicken NOODLE,Low Sodium\?333333? =p @QR?333333?Q?zG{K?zG{?j~#?9XbM@??zG{?Q?\(?zG{  ?Q'?Q?ffffffA ?+ J?׾vȴ9X?/v1 cup11 canSoups & Sauces274Q )VEGETABLE SOUP,Low Sodium,with H2O@W`?陙?333333?333333@333333?ə?QR?4?Q?vȴ9?E?@333333?zG{?zG{? =p?zG{ G?@!&1`?xF?`A7L?Q1 cupSoups & SaucesD84{)SOUP,Cream OF MUSHROOM,Low Sodium,Ready-to-serve,Canned@V333335@ ?zG@Q?ə?Q?Gz)?θQ?1&?333333?ٙ?zG{?zG{?333333?zG{ ?zG{?׮zG?陙?zG?+ I?m1 cupQ1 canSoups & Sauces "94C )POTATO SOUP,Instant,DRY MIX@333333W@"ffffff@@ =p @S\)@ffffff@$33333@ =p >d?Q?@(?(\)?(\)@zG?zG{=9@<?GzH@+ ;?㝲-V?\(?ffffff Soups & Saucesy:4U )SOUP,Chicken BROTH,Low Sodium,Canned`?333333?ə?333333?zG{?GzV??1&?Q?Q?zG{??x?щ7KƧ? ěT1 cupSoups & Sauces];45)SAUCE,WORCESTERSHIRE@S\(C@3u\(@$\(k@333333 < ?QR?ə? ?Q? =p?ffffffO?zG{+01 cup1 tbspSoups & Sauces VV0<4a)SAUCE,TOMATO CHILI Sauce,Bottled,with SALTDh@?333333@" =q@3=p @@*\)?陙 4r:?zG{? =p?񙙙? =p ?Q??zG{ "?Q@ 2? =p ?tj~?öE1 cup1 packetSoups & Sauces5=4s)SAUCE,TOMATO CHILI Sauce,Bottled,NO SALT,Low SodiumDh@?333333?޸Q@4g )SOUP,Vegetable, vegetables Chicken,Low Sodium@TٙE@ffffff?zG@!Q?ٙ@QR ?Q,#??@ffffff@ffffff?zG{?Q?Q?zG{? ?333333@t?vȴ? =p?n1 cupSoups & Sauces {{;?4g)SAUCE,BARBEQUE,Low Sodium,Commercially Canned@T9K??@@)@"?a??+ J??Q?zG{??zG{d+?Q?{?p =q?hr ?/w1 cup@"1 packetSoups & Sauces@4A )SAUCE,SPAGHETTI,Low Sodium@Rٙm?@333333@@/@'# =p?$?Gz?/v?񙙙@&ffffff?Q?Q??ffffff f@\(\@;33333dH`?9XbN@ tj~?tj~1 cupSoups & Sauces!A4_ )GRAVY,MEAT OR POULTRY,Prepared,Low Sodium@U5@ffffff@333333?Q@ =p?333333?zG{?ffffffQ??333333?Q?zG{?Q?zG{??Q? I^5??+ J?QR1 cupSoups & Sauces xx8B4g )SOUP,Beef and MUSHROOM,Low Sodium,CHUNK STYLE@T33333E@333333@ffffff? =p@#(\)?ə?Gz ? =p 2?񙙙?@?zG{?(\)?zG?Q?У =pb?(\)@ /?-V?7KƧ?hr Ĝ1 cupSoups & Sauces C4%)ADOBO FRESCO@6@4fffff@B333333@2??zG{@ &C??Q@333333?zG{?Q?zG @Q@~{@GzH@-V@Z1' 1 cup1 tbspSoups & Sauces;D4{ )SOUP,Beef STROGANOFF,Canned,CHUNKY STYLE,Ready-to-serve@Sb@ffffff@ffffff?ffffff ?333333?\(?(\)2?񙙙?@ffffff?zG{? =p ??QC 8J?У =p4T3?=p =@Y333331m@O;d?`A7L?|hr1 cupSoups & Sauces ]]JE4k)SOUP,BOUILLON CUBES and GRANULES,Low Sodium,DRY@ffffff@033333@+ǮzH@P8Q?ə@, =q?zG{85+? =p @;?񙙙??ۅQ@zG??333333? =p @PF@ vȴ9X@u\(@ =q @1 tsp@ 1 cubeSoups & SaucesQF4e)SOUP,RAMEN NOODLE,Beef FLAVOR,Dehydrated,DRY@zG@$zG@/kQ@ =p@O\(@?zG{@p =qy?GzH?333333?\(@%ffffff?333333??+ J@ȴ9Xb?S?EmT? =p ?\( @(\@"`A?r ě+1 servingU1 packageSoups & Sauces s\a4o#5YOGURT,FRUIT,Low Fat,10 GRAMS Protein PER 8 Ounce@RQf@zG{?GzH?QR@3 @3 ?Qw:?zG?zG{? =p@?ffffff?l?ȴ9Xb?QR?KƧ?zG{ ?zG$ ?zG{??M? I^5?vȴ9X1 cup1 containerDairy & Egg ProductsFb4o#%5YOGURT,FRUIT,Low Fat,11 GRAMS Protein PER 8 Ounce@Rfffffi@p =q?\(?zG{@2?QA?=p =?zG{? =p@?ffffff?E?XbM?Gz?hr Ĝ? =p ? =p<?+ J?ěS?zG{1 containerq.5 containerDairy & Egg Products?c43'5EGG,WHOLE,RAW,FRESH@R\(@)(\)@#Gz?Q? =p? =p5?GzH ?\(?1&?tj~@?33333?lD?ޗO;d?Q? I^5?M///? =p? =p ?333333 K@n@zG{?m1 cup:1 extra large Dairy & Egg Products {{d435EGG,WHITE,RAW,Fresh@UzG4@%?\(?(\)?\(\?Q?zG{ ?Q?O;dZ?+ I?pbM?tj?Gz?QR?tzG{? =p 1 cup@@333331 largeDairy & Egg Products:e415EGG,YOLK,RAW,Fresh@J'zHB@/Q@:=p ?\(\@ Q?Q@ =pm0@ffffff?E?(\)8?Ƈ+ I?`A7L?tj~@Q?ffffff?333333}s@ =p?ffffff&X!F@#1'@'y"`@`A71 cup@01 largeDairy & Egg Products0f43 5EGG,YOLK,RAW,FROZEN@L/@/@9??ffffff?QR@ Q vC@ =p ?tj~?vȴ9X@Dfffff? =p? =p? =p @ =p =?zGttt?QI@Q?ffffff$U @GzH@#~vȴ9X@ $/3.5 lbDairy & Egg Products TTtg4C 5EGG,YOLK,RAW,Frozen,SUGARED@I3@+@6?ffffff@%{@ Q gC@zG{?tj~?5?|h@Bٙ?GzH?\(?O;dZ@ ?-V?QR#@Gz@!:^5?|@ E.5 lbDairy & Egg Products5h49 5EGG,Whole,Cooked,FRIED@QHQ@+B\(@.Q??(\)?\(;?zG ?333333?j~"?E@A?333333?tj~?E?hr!? =p333?=p =?Q@ffffff. f@-V@bM@GzH.1 largeDairy & Egg ProductsOi4E)5EGG,Whole,Cooked,HARD-BOILED@RzH@)(\)@%8Q?GzH?Q?Q2? =p ~|??vȴ9?vȴ9@>?`A7L?j~"?bM?^5?|?"`,,,?\(J?zG{?333333 a@ "`A@N+?vȴ91 cup, chopped@!1 tbsp Dairy & Egg Products ;;Cj4;5EGG,WHOLE,COOKED,OMELET@RQ@%=p =@( =p ?Gz?zG?/? =p r?\(?+ I?bM@:33333?-V?"`B?Q?hr Ĝ?"`'''?p =q<?ffffff@$@ Q@\(@Ƨ-d@.ffffff1 tbsp=1 largeDairy & Egg Products7k4= 5EGG,Whole,Cooked,POACHED@R\(@)\(@#?(\)?QR? =p5?GzH &?񙙙?1&?+@??lD?vȴ9X?Q?hr!?-V///?zG{?Q?333333 J@-V@\(\?vȴ9X21 largeDairy & Egg Products?l4A5EGG,Whole,Cooked,Scrambled@RI@&.zG@(kQ?\(@?zGG?333333 ?1&y?+ I@6?ə?vȴ9?+?9XbM?1&?5?|h? =p?333333!@ nO;@nO@/v`1 cup@+ffffff1 tbspDairy & Egg Products nn7m4+5EGG,WHOLE,DRIED@R@G@Dy@ 333333@@ =p@(\)*? @Q?+ J?@]fffff?\(? =p?ӅQ@Q?E@@ =p ?333333)$1@)t9XbN@.C@7KƧU1 cup1 tbspDairy & Egg Products4n4a5EGG,Whole,DRIED,STABILIZED,GLUCOSE Reduced?Qg@H\(@E@ =p @ =p @ \(1$@ =p?GzH?333333@^Ffffff??E?Гtj~@ =p?Gz@%Qhh@*e`A7L@1bM@1'U1 cup1 tbspDairy & Egg Productso4Y 5EGG,WHITE,DRIED,FLAKES,GLUCOSE Reduced@-=p =_@S:G{?zG{@@zG@zGS?p =qCS?333333?p =q?Q@]333333?Q@KƧ?噙?C$?O;dZYYY?\(\.5 lbDairy & Egg Products ee#p4]5EGG,WHITE,DRIED,Powdered,GLUCOSE Reduced@!zGx@T?zG{@333333@Gz@GzY?θQHY\?zG{?\(?@_Ffffff?l@+ I?"`A?S?tj~```?\(k1 cup1 tbspDairy & Egg Products7q4)5EGG,YOLK,DRIED@@A @Kfffff@ 333333@ @ @zG @Q?tj~?vȴ9X@U33333?ҏ\(?zG?QR@\(?Q@QR@zG?OF@1'lC@5!$/@zG C1 cup1 tbspDairy & Egg Products5r4= 5EGG,DUCK,WHOLE,FRESH,RAW@QQ@)Q@+=p ?=p =?333333?\(@@?\(?vȴ9X?tj~@B333333?+?"`B?ə?n?PPP@?p =q?ٙ @ r ě@?hr tF1 egg Dairy & Egg Products uu7s4? 5EGG,GOOSE,WHOLE,FRESH,RAW@QQ@+p =@*=p ?GzH??zG<@ Q?GzH?vȴ9X?tj~@Bs33333?`A7?r ě?1&x?$/?5?|hLLL@ffffff? =p?ٙ @ \(@hr?nT1 egg Dairy & Egg Products/t4? 5EGG,QUAIL,WHOLE,FRESH,RAW@Rfffff@*@&.zG?񙙙?=p =?=p =@@ 333333 ?Q?vȴ9X?tj~ ? =p?GzH?333333?-V?333333BBB?GzH?GzH?333333 q@ tj~@KƧ?/vL 1 eggDairy & Egg Productsu4A 5EGG,TURKEY,Whole,Fresh,RAW@R @+\(\@'\(?GzH?ffffffc@ffffff ?GzH?vȴ9X?tj~@A&fffff?(\)?zG?tj~?9XbM?ěSGGG? =p *@ Vu@H9Xb?+ IO1 egg Dairy & Egg Products ::|>v475EGG SUBSTITUTE,FROZEN@RFfffff@&zG@&8Q?@ @ I?zGH?\(\?+ I?xtj~@Dfffff??Q?ش9XbN?Q?\(?$/?\( ?p =q?ə?Gz@zG{@ȴ9X1 cup<.25 cupDairy & Egg Products5w475EGG SUBSTITUTE,LIQUID@TT @ zG{??zG{?zG{5@ yJ??O;dZ?|1&y@8fffff?(\)?333333?(\)@?htj~?333333h?GzH?陙?+ J?1&y?S1 cup@/ffffff1 tbspDairy & Egg ProductsGx475EGG SUBSTITUTE,POWDER@Gz@K @\(\@5@5F@ GzHA ?Q?~"?zG{@_?陙?hr!?(\)?vȴ9X@ nO?M}}}@ (\)qq?(\)?ٙ@ ěT@]/w?hr!<@#.35 oz@3.7 ozDairy & Egg Products DDGc5I'MARGARINE,Regular,HARD,CORN and Soybean (Hydrogenated) and Cottonseed (Hydrogenated),with SALT@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3 ]b@Bffffff@9@1 tsp@\Y1 stickFats and OilsRd5O'MARGARINE,Regular,HARD,CORN and Soybean (Hydrogenated) and Cottonseed (Hydrogenated),without SALT@2?@T33333?ə? ??xtj~?$/?vȴ9?+ J?tzG{?Q 3@'333333]b@BY@1 tsp@\Y1 stickFats and Oilsg4a'MARGARINE,Regular,HARD,CORN (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@'333333b@*ffffff@Ffffff@1 tsp@\Y1 stickFats and Oils aai4g'MARGARINE,Regular,HARD,Soybean (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@]b@033333@Cfffff@4fffff@1 tspq1 stickFats and OilsDj55'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and CORN and Cottonseed (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@]b@3 @9@1 tsp@\Y1 stickFats and Oils3k5'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and Cottonseed@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@ffffff]b@0L@DY@3fffff@1 tsp@\Y1 stickFats and Oils KKBl5#'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and Cottonseed (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@333333]b@.333333@Gfffff@-333333@1 tsp@\Y1 stickFats and Oils5m5'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and PALM (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@]b@.333333 @=@1 tsp@\Y1 stickFats and Oils2n5'MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@1]b@+@?33333@?ffffff@1 tsp@\Y1 stickFats and Oils 22Io5?'MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated) and Cottonseed (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@1]b@*@DY@1 tsp@\Y1 stickFats and Oils.p4'MARGARINE,Regular,HARD,Soybean (Hydrogenated and Regular)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@]b@*333333@B@:333333@1 tsp@\Y1 stickFats and OilsKq55'MARGARINE,Regular,HARD,Soybean,Soybean (Hydrogenated), and Cottonseed (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@(]b@/333333@B @9L@1 tsp@\Y1 stickFats and Oils eeHr5/'MARGARINE,Regular,HARD,Soybean (Hydrogenated) and PALM (Hydrogenated and Regular)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@]b@1@?333333@<333333@1 tsp@\Y1 stickFats and OilsKs55'MARGARINE,Regular,HARD,Soybean (Hydrogenated),Cottonseed (Hydrogenated), and Soybean@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@]b@/333333@D@4333333@1 tsp@\Y1 stickFats and Oils ++\y5W'MARGARINE,Regular,HARD,SAFFLOWER and Soybean (Hydrogenated and Regular) and Cottonseed (Hydrogenated)@/ffffff?@T ?*?ə?zG{?l?O;dZ?$/?nO;? 3@0ffffff]b@,@>L@@&fffff@1 tsp@\Y1 stickFats and Oils; 5!'MARGARINE,Regular,Liquid,Soybean (Hydrogenated and Regular) and Cottonseed@/?ffffff@T&fffffB3^ ?ٙ?+ I?j~#??-V?tj~?Gz 3@ffffff@Zb@*ffffff@<@Afffff1 cup@,ffffff1 tbspFats and Oils2 5='MARGARINE-LIKE Spread,APPRX 60% FAT,TUB,Soybean Hydrogenated and Cottonseed Hydrogenated%?333333@Nffffff?333333??|1&y?vȴ9?bM?5?|h?xtj~?Q 3]b @Cs33333@ffffff1 cup@3333331 tspFats and Oils ..n< 5''MARGARINE-LIKE Spread,(Approximately 40% FAT),CORN (Hydrogenated and Regular)@M Y?@Cffffff@?ٙ??xtj~?+ I?vȴ9?1&?tzG{?Q 3]b@@-@0L1 cup@3333331 tspFats and OilsP 5O'MARGARINE-LIKE Spread,(Approximately 40% FAT),SOY(Hydrogenated) and PLM(Hydrogenated and Regular)@M Y?@Cffffff@?ٙ??xtj~?+ I?vȴ9?1&?tzG{?Q 3]b@$333333@,333333@)1 cup@3333331 tspFats and Oils: 5'MARGARINE-LIKE Spread,(Approximately 40% FAT),Soybean (Hydrogenated)@M Y?@Cffffff@?ٙ??xtj~?+ I?vȴ9?1&?tzG{?Q 3?陙]b@@033333@+1 cup@3333331 tspFats and Oils ::R5E'MARGARINE-LIKE Spread,(Approximately 40% FAT),SOY(Hydrogenated) and Cottonseed(Hydrogenated)@M Y?@Cffffff@?ٙ??xtj~?+ I?vȴ9?1&?tzG{?Q 3@!333333]b@@2ffffff@&1 cup@3333331 tspFats and OilsI53'MARGARINE-LIKE Spread,(Approximately 40% FAT),Soybean (Hydrogenated) and Cottonseed@M Y?@Cffffff@?ٙ??xtj~?+ I?vȴ9?1&?tzG{?Q 3@]b@ @,ffffff@-1 cup@3333331 tspFats and Oils4q'SALAD Dressing,ITALIAN Dressing,Commercial,Regular@L333333#?QR@<^Q@zG@$(\@ =p?(\) 0v? =p?hr Ĝ?vȴ9?$/?Q$8@`A7L@B\(@)o@-ffffff1 tbsp1 cupFats and Oils S0>4S 'SALAD Dressing,KRAFT RANCH Dressing@Bffffff?ffffff@Jٙ@@ffffff?333333? =p [1?ə&@ ffffff2 tbspFats and OilsF4c 'SALAD Dressing,KRAFT ZESTY ITALIAN Dressing@JY_?333333@A33333@@?@333333?zG{^?$2 tbspFats and OilsY4w 'SALAD Dressing,KRAFT Light DONE RIGHT! RANCH Dressing@Nfffff?333333@6@@%?@?QR?)?ffffff2 tbspFats and OilsL4{ 'SALAD Dressing,KRAFT Light DONE RIGHT! ITALIAN DressingI?񙙙@,@?@?QZ??2 tbspFats and Oils ++-E4o 'SALAD Dressing,KRAFT FREE FAT FREE RANCH Dressing@O?ffffff@>?333333@ffffff?QOX??ə#2 tbspFats and Oils54o%'SALAD Dressing,FRENCH Dressing,Commercial,Regular@BGzH? =p@FgzH@QR@/(\)@/fffff?陙CD?ҏ\(?$/?tj~?"`A?bM?Q@^Y\u@O;d@ ݲ-V@5lC@/3333331 tablespoon1 cupFats and OilsO4s 'SALAD Dressing,KRAFT FREE FAT FREE ITALIAN Dressing@Tffffff>?ffffff?@ ?ffffff@ffffff*?θQs??!2 tbspFats and Oils . 5 %'MARGARINE-LIKE Spread,(Approximately 40% FAT),Unspecified OILS@M Y?@Cffffff@?ٙ??xtj~?+ I?vȴ9?1&?tzG{?Q 3]b@@/ffffff@+01 tablespoon1 cupFats and Oils #4m'MARGARINE,Regular,Unspecified OILS,without SALT@2?@T33333?ə? ??xtj~?$/?vȴ9?+ J?tzG{?Q 3@)]b@BY@1 tsp@\Y1 stickFats and Oils#$4e'MARGARINE,Regular,Unspecified OILS,with SALT@/ffffff?@T ??Q*?ə?zG{?l?O;dZ?$/?nO;? 3 ]b@/@Afffff@9ffffff@1 tsp@\Y1 stickFats and Oils 4? OSTRICH,OUTSIDE STRIP,RAW@RQx@7\(\@zG?zG@ QMF@zG?`A7?tj~@B33333?Gz?ӶE@;dZ?+?hr @QR?Gz?1&y?+?ݑhr OPoultry 4E OSTRICH,OUTSIDE STRIP,Cooked@PQ@<@ =p?\(@333333oH@ =p?öE?tj~&?m?n@o?"`A?xF@ =p ?θQ?Gz?p =q?(\)]U1 servingPoultry41 OSTRICH,OYSTER,RAW@RzH}@5@ \(\? =p@Gz)S@ Q?ěS?hr Ĝ@@fffff?E?-V@\)?j~"?9XbM@ =p?ə?Q??QIPoultry  47 OSTRICH,OYSTER,Cooked@P33333@<\(@\(?=p =@Q@\(? =p ?O;dZ@G@?zG?l@`A7L?S?o@GzH?p =q? =p ?333333?QRZU1 servingPoultry~4/ OSTRICH,Round,RAW@RQt@5p =@333333? =p@ QR;H@ffffff?n?nO;@Afffff?XbM?ҏ\(@ C%??C%@ =p ?ə?Q?333333? =pGPoultry49 OSTRICH,TENDERLOIN,RAW@R{@6R@ Q?\(\@Q@V@\(? I^5??nO;@B333333?XbM?ҟvȴ9@1&?/w?S@Q?Gz?Q?zG?PPoultry Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpxmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~  !!""##%%&&''(())**++,,--..//001122445566778899::;; |4+ OSTRICH,TIP RAW@SzHr@5ٙ@ffffff?Q@Gz6C@ Q?7KƧ?nO;@A?+ J?nO;@Q?1&y?r ě@Q?ə?Q?GzH?HPoultry41 OSTRICH,TIP Cooked@Q =q@<}p =@\(?\(@QRjP@ffffff?tj~?tj~@B?Ͳ-V?Ұ ě@nO?+ J?p =q@?p =q? =p ?(\)UU1 servingPoultry45 OSTRICH,TOP LOIN,RAW@Rfffffw@5Q@?\(\@ =p 8Q@zG?7KƧ?nO;@A33333?\(?M@Õ$?+ I?I^5?}@\(?ə?333333?\(?\(KPoultry GGb4; OSTRICH,TOP LOIN,Cooked@P@<Q@\(?\(@ zG{aM@Gz?l?nO;@BL?O;dZ?~"@49XbN?`A7?7KƧ@zG?p =q@ 333333?Q?QR?QR]U1 servingPoultryA4a# CHICKEN,LIVER,ALL CLASSES,Cooked,PAN-FRIED@PNzG@9ǮzH@Q?Q?\( @)\(;\@ =p ?Q?@V @?Ұ ě@$/@+ٙ@ Gz?Gz000@5!Gz8*? =p  O@C$?1&x?=p =4@nW =p1 containerPoultryUq4s)SOUP,Cream OF ASPARAGUS,Canned,Condensed,Commercial@U33333E?Q@ zG@@! =p ?ٙ?zG{?zG{?ffffff??333333?ffffff@?tj?vȴ9X? =p?(\)?zG{?zG{?\(\ F?=p =??\(\1 cup11 canSoups & Sauces ]Er4c)SOUP,BLACK BEAN,Canned,Condensed,Commercial@RQ[@QR?Q@@. =p@333333?#?!K?񙙙?333333??ə?$/?+?=p =?zG{?Q? =p ?S?\(?޸Q?=p =1 cup81 canSoups & SaucesYt4k)SOUP,BEAN with PORK,Canned,Condensed,Commercial@QG{@Q@zG@\(@0Q@@QZ4W 9BEERWURST,BEER SALAMI,PORK and Beef@LZG{@6zH@@zG??zG@zG?^5?|? =p@1ffffff?333333?|hr?$/@? I^5?p =q?\( ?QR?@ A7K@$5\(@ =p>82 ozSausages & Lunch Meats [4A9BEERWURST,BEER SALAMI,PORK@NG{@,zG{@2@ Q@zG{?QR g?Q??bM@4fffff?^5?|?ȓtj~@ 1&x?\(\?ffffff? =p@Q@!\(@Gz;1 slice1 sliceSausages & Lunch Meats mm6\4G9SAUSAGE BERLINER PORK Beef@N|(\@.=p @1333333@\(@Q@ ?ffffff@\(?zG{?E@,333333?QR?C$@Gz?zG?ə@\(\?@QR?GzH.1 slice@c4+9BOLOGNA TURKEY@P#33333@& =p@0 @ ffffff@Q?@333333{r??nO;?1&@.@*?+ J?QR@"`B?m?vȴ ?p =q ??333333@kQ@XbM@EK1 serving1 packageSausages & Lunch Meats1e47) 9BRATWURST,PORK,Cooked@IK@+p =q@=.zG@ffffff@Q?\(N@Q?9XbM?tj~@:fffff??У =p@=p ? ěT?-V?陙?zG{@ 333333@$?Gz<@Q?Q?zG{?-V?I^5?}?Q?"`B? I^5??Q@.`A@m?"`A@@Q@A˅Q@ \(@\(\@\(\?zG60Z?p =q?bM? ěT@?Q? =p @333333?=p =?zG{?Q? =p[@8lC@ ;lC? =p i@?Q?p =q?333333?zG?ļj~#III?Q @ -V@+ J?O;dDairy & Egg Productsk45 5EGG,WHITE,RAW,FROZEN@V#33333/@#?333333?? ?zG{?tj~?|1&y@1?tzG{?ٙ?? =p?pbM?QDairy & Egg Products v4+ 5EGG,WHITE,DRIED@333333~@TFfffff@333333@333333@>?333333Xoe??/v?|1&y@_Ffffff?tzG{@=p =?zG??nO;? =p Dairy & Egg Products 49 5SOUR CREAM,REDUCED FATG@,333333??333333?Q UF?GzH?zG{@ffffff??zG{?θQ?Q?zG{ ?333333wu?ٙ?ffffff@!ffffff@ffffff?#Dairy & Egg Products4- 5SOUR CREAM,LIGHT@Sfffff@ @%333333?ffffff@ffffff?(\)?Q GG??bM@??zG{?Q?Q?zG{ ?GzHZX?333333?@ffffff@?ٙ#Dairy & Egg Products  ~%4O%'SALAD Dressing,FRENCH,HOME RECIPE@8333333w?@Q?@ 333333?ə??333333?zG{?zG{? =p@)333333@433333@@ٙ1 tablespoon1 cupFats and Oils7&4O%'SALAD Dressing,HOME RECIPE,Cooked@QL@@#@333333@-@"# =pT?Wy?ffffff?zG{??333333?Q?333333??Q ?ffffff21?陙@+2@333333@ffffff@91 tablespoon1 cupFats and Oilsq'4a%'SALAD Dressing,HOME RECIPE,VINEGAR and OIL@G33333@I @@?@p =q@X33333@"333333@-@81 tablespoon1 cupFats and Oils eer ,5%'SALAD Dressing,BLUE + ROQUEFORT Cheese,Commercial,Regular,without SALT@@&fffff@333333@J&fffff?@Q?əJ%??zG{????@#@.1 tablespoon1 cupFats and Oils(-5  'SALAD Dressing,FRENCH Dressing,Commercial,Regular,without SALT@BGzH? =p@FgzH@QR@/(\)@/fffff?陙C?ҏ\(?$/?tj~?"`A?bM@zG{@^Y\u@O;d@ ݲ-V@5lCFats and Oils^.4}%'SALAD Dressing,FRENCH Dressing,Reduced FAT,without SALT@K# =p?\(@*Q@333333@=GzH?񙙙@DJPV\bhntz "(.4:@FLRX^djpv|  ! $ (*-+1-3.6/80;1>2A3F4I5MWPXTYWZ[[^\a]d^h_kanbqt|  YZ"[%\-]/^2_6`9~<?BIciquz~ !V β ϲ вӲԲղֲ*ײ,ز0ٲ3ڲ58=ADHKNQV\_"b#d$%&'"(%)(*+M.N3O7P7Q;RASETIVM OO[L;5%'SALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,Commercial,Regular@@&fffff@333333@J&fffff@ @@ Q?əJ%F?GzH?bM?zG{???E?l?GzHCA[~@#@(@;@.1 tablespoon1 cupFats and Oils8=4;%'OIL,VEGETABLE,CUPU ASSUtd?333333@J@CY@ffffff@+3333331 tablespoon1 cupFats and Oils>>4#'FAT,CHICKEN?ə@X33333?ə@@=@FY@4fffffU1 cup@)1 tbspFats and Oils_?5%'OIL,Soybean,SALAD OR COOKING,(Hydrogenated) and Cottonseedtd@(333333@833333@=@H @+3333331 tablespoon1 cupFats and Oils mL[@4{%'SHORTENING,HOUSEHOLD,LARD and Vegetable, vegetables OILd@5@D&fffff@F333333@%8@)1 tablespoon1 cupFats and Oils[A5'OIL,Vegetable, vegetables,SUNFLOWER,LINOLEIC,(Hydrogenated)td@D=p @ @G@B333333@+3333331 tbsp1 cupFats and Oils?B4y%'SHORTENING BREAD,Soybean (Hydrogenated) and Cottonseedtd!@DL@)1 tablespoon1 cupFats and OilsmC5-%'SHORTENING FRYING (Regular),Soybean (Hydrogenated) and Cottonseed (Hydrogenated)td?陙+@.@M@)1 tablespoon1 cupFats and Oils >>Ew5)SOUP,BEAN with HAM,Canned,CHUNKY,Ready-to-serve,Commercial@SQ_@\(@ ?QR@&QR@ffffff ?GzH;?(\)?zG{?ҏ\(@??Q?Q?ffffff?zG{? ?QZQ?Q?GzH?\( 1 cup"1 canSoups & Sauces%x4o)SOUP,Beef BROTH OR BOUILLON Canned,Ready-to-serve@Xc33333?=p =?(\)??zG{?\( 6F?zG{?ffffff?`bM?$/?\(?zG{?zG{?Q?(\)? =p ?zG{1 cupJ1 canSoups & SaucesLy4e)SOUP,Beef NOODLE,Canned,Condensed,Commercial@UG{C@@zG@\(@ =p?333333?Q ?(\)%O?zG?(\)?lC@?333333?(\)?bM?+ I^?zG{?Q ?zG{ ?x!;?Q?zG?\(1 cup1 cupSoups & Sauces cQz4m)SOUP,Cream OF CELERY,Canned,Condensed,Commercial@U=p =H?Q@ =p@ =p@Q?333333? ?b?Q?hr!?ə??ə?O;dZ?+?\(?p =q?zG{?zG{ ?=p =@1333333?Q?zG{ 1 cup11 canSoups & Sauces?{4[)SOUP,Cheese,Canned,Condensed,Commercial@SIy@Gz@ L@QR@ aGz?陙? =p o?\(jx???ə@ ?vȴ9?Gz? =p?Q?zG{)IE?Q@'@\(@zG{?p =q1 cup81 canSoups & SaucesV|4{)SOUP,Chicken with DUMPLINGS,Canned,Condensed,Commercial@TzGO@QR@ =p @GzH@Q?ٙ?Q ?QR2_?333333??ٙ@#?vȴ9?5?|h?Gz?Q?Q? =p ?(\)@0w?Q@zG{?\(1 cup*1 canSoups & Sauces [@}4i)SOUP,Chicken BROTH,Canned,Condensed,Commercial@Vp =@zG? =p?GzH??=p =<r?ə??ə@ffffff?xtj~?O;dZ@ =p?zG{?zG{?ə?zG{? =p?zG?(\)1 cup@?ffffff1 fl ozSoups & Sauces[4u)SOUP,Chicken,Canned,CHUNKY,Ready-to-serve,Commercial@UzHG@=p =@Q?\(@Q?333333?\( ?zG-Fb?ٙ??@??hr Ĝ?lD?(\)?zG{?zG{?? =p@hI8?GzH?Gz?ᙙ 1 cup1 cupSoups & SaucesB4o)SOUP,Cream OF Chicken,Canned,Condensed,Commercial@TY@ =p @zG?333333@ =p?ҏ\(?\(1?ҏ\(?bM?hr Ĝ?ffffff??vȴ9?O;dZ?+ J?ȓtj~+)?GzH@ffffff?o@\(\?ěS1 cup11 canSoups & Sauces 11M4i)SOUP,Chicken GUMBO,Canned,Condensed,Commercial@VGz-@?=p =@\(@zG??Gz?Q<?333333??ə@?ə?333333?\(?zG{??zG{b? =p @9J?У =p? =p?Q1 cup11 canSoups & SaucesI4m)SOUP,Chicken NOODLE,Canned,CHUNKY,Ready-to-serveTI@333333@?񙙙@ffffff??(\) ?333333-b?ٙ??@%?Q?Q??333333?zG{? =p?Q?m?\(?\(?(\)1 cup1 canSoups & Sauces-4k)SOUP,Chicken NOODLE,Canned,Condensed,Commercial@U޸Q5@Q? =p ?\(\@Q ?#,?zG{?"`?vȴ9@#?hr!?+?S?tj~&)?Q ?&x?\(\?GzH 1 cup1 cupSoups & Sauces ii95 )SOUP,Chicken NOODLE,with MEATBALLS,Canned,CHUNKY,Ready-to-serve@VzG(@ (\)? =p ?333333@ \( ?ffffff">?ə??ə@???(\)?333333?zG{ ?/?ۅQ??3333331 cup71 canSoups & SaucesV4i)SOUP,Chicken RICE,Canned,CHUNKY,Ready-to-serve@UR5@p =q?GzH?Q@ =p?ٙ?Gz?\(-r?ٙ??@??zG{?E?\(\?333333?zG{? =p rz?θQ@ `?ٙ?333333?Q1 cup1 canSoups & Sauces ]]Y4q)SOUP,Chicken with RICE,Canned,Condensed,Commercial@U\(1@Q?\(?zG@\(\??zG{?QR?Gz?tj~?333333@ffffff??1&y?zG{?`A7K?Q?zG{? =p]?Q?333333M?׮zG?zG?\(1 cup*1 canSoups & SaucesB5 )SOUP,Chicken Vegetable, vegetables,Canned,CHUNKY,Ready-to-serve@T(\E@Q@zG? =p@zG{ ?Q,???@ffffff@ffffff?hr Ĝ?lD?-V?Q?zG{? }?333333??Gz1 cup1 canSoups & Sauces 99p 5 )SOUP,Chicken Vegetable, vegetables,Canned,Condensed,Commercial@UaGz=@Q@\(@\(@ =p ?ffffff?ffffff?Q!~?333333?XbM?333333@?陙?nO;?O;dZ?bM?Q?+?Xm?@ ffffffHI?zG? =p?\(\1 cup@>1 fl ozSoups & SaucesO 4c)SOUP,CHILI Beef,Canned,Condensed,Commercial@Q =p@\(\@Q@Q@0TzG@333333?p =q!?Qq?\(?333333?陙@? =p ?-V?tj??Q?θQN7?Q@B@zG@?ə 1 cup?1 canSoups & Sauces vvs49 9HAM,CHOPPED,NOT CANNED@PS33333@0@$@ @?\(?2? =p ?Q@1ffffff?9XbM?1&@ =p ?ffffff?p =q?p =q@ `A7K@+ J?(\);1 sliceSausages & Lunch Meats!t4A 9HAM,SLICED,Extra Lean only@Rc =pn@1GzH@Gz@ \(\@ =p ?陙^R?Gz?Q?`A7L@0333333?m?̋C%?zG?p =q??ҏ\(?C%?-V?S0?3 slicesSausages & Lunch MeatsIu4a9HAM,SLICED,Regular (Approximately 11% FAT)@PGz@0@!333333@ @ =p??QR??ȴ9Xb?m@433333?1&x?ȴ9Xb@;dZ? =p?Vu?Gz?zG{@|hr@j~"??|hs981 serving1 sliceSausages & Lunch Meats v4!9HAM,MINCED@L@0GzH@4zG@? ?GzH7?ffffff?zG{?vȴ9X?ȴ9Xb?QR@S? =p ?У =p?ffffff?GzH@Q@## =p@\(F1 slice@? =p ?;dZ??O;dZ?p =q?(\)?QR??@ 333333@ 7KƧ@glC?$/E-1 servingSausages & Lunch MeatsB{499HONEY LOAF PORK Beef@QzG}@/=p @Gz@zG@QR?W(@\(\?Q?Q@L@ @? =p R ?zG?l?tj~?|hr?E@  I^5?E?Gz??У =p@%zG@,zG@ zG{>@Q@4Y@D# =p@=p =@(\)??? =p ;@ =p?-V?Ԭ1&y@5?ffffff?$/?p =q@lD?\(\?\(?Q?@0O;d@3 C%@zGv15 slices1 ozSausages & Lunch Meats kkB4G 9PICKLE and PIMIENTO LOAF,PORK@N%Q@&u\(@/fffff@GzH@ Q?333333@ zGm?GzH<?ffffff?ȴ9Xb?lD @333333?Vt?\(@ S?+?/w?GzH [N?Gz@(R@%S@=p =@nO;:&1 sliceSausages & Lunch Meats!439POLISH SAUSAGE,PORK@J33333F@,333333@>??@@AABBCCDDEEFFGGHHIIJJKKLLMMNNOOPPQQRRSSTTUUVVWWXXYYZZ[[\\]]^^``aabbccddeeffgghhiijjkkllmmnnoo     419MOTHER'S LOAF,PORK@Ks33333@(# =p@6L@ @Q+?Qg?Gz? =p ?`A7L@A?ᙙ?\(@lC?zG? =p ?@@$zG@ =p-@ 5# 5YOGURT,VAN OR LEM Flavored,NONFAT MILK,Sweetened with LOW-CALORIE Sweetener@UۅQ+@Gz? =p @@?Q m;?p =q?9XbM@?񙙙?hr Ĝ?ļj~#?tj?l?ۅQ?-V?+ J?tzG{Dairy & Egg Products!4M 5PARMESAN Cheese TOPPING,FAT FREE@!333333r(@(? (X~?zG{@Efffff???ə??񙙙('?zG{?ٙ @Gz?"`A?+Dairy & Egg Products %*"47 5CHEESE,CREAM,FAT FREE@RR`@,R?\(@\(@333333?ٙ? =p !?(\)??@??tj?zG{?E?%%%?ᙙ?zG{??ěS?O;dZ?5?|hDairy & Egg Productss#4E 5YOGURT,Chocolate,NONFAT MILK@QzGp@ =p =?Q@7zH?333333@- =qX?Gz(S?zG?n?bM?˅Q?̋C%?bM ?Dairy & Egg Products`$4o 5KRAFT CHEEZ WHIZ Pasteurized PROCESS Cheese Sauce@I @333333@"ffffff?333333@g?QR&f?=p =?ٙ?θQ@*333333K!2 tbspDairy & Egg Products 660*v%4 5KRAFT CHEEZ WHIZ Light Pasteurized PROCESS Cheese PRODUCT@I@0L@#@@0333333?ə@ ffffff?zG{)@Gz?ٙ?Qt@##2 tbspDairy & Egg Productsv&5 5KRAFT FREE SINGLES AMERICAN NONFAT Pasteurized PROCESS Cheese PRODUCT:@633333@ffffff@'ffffff?ə@?@?ə?Qv?ffffff1 sliceDairy & Egg ProductsV'4m 5KRAFT VELVEETA Pasteurized PROCESS Cheese Spread@Ffffff/@0L@#@ 333333? =p _O?p =q?ə?ffffffS@,P1 ozDairy & Egg Productsx(5 5KRAFT VELVEETA Light Reduced FAT Pasteurized PROCESS Cheese PRODUCT@Ifffff@3@%333333@ffffff@'@!>?QY2@Q??@ffffff*1 ozDairy & Egg Products ppAM)4_ 5KRAFT BREAKSTONE'S Reduced FAT SOUR Cream@S @ ?陙@?@?Qn;?񙙙@ffffff22 tbspDairy & Egg ProductsN*4c 5KRAFT BREAKSTONE'S FREE FAT FREE SOUR Cream@Sl[@??333333@.333333@?tH?333333?陙 2 tbspDairy & Egg Productsj+4s# 5KRAFT BREYERS LOWFAT STRAWBERRY YOGURT (1% MILKFAT)@S `@ffffff?陙?ffffff@2333333?ə@1ffffff}?Y4?QR?\("? 1 containerDairy & Egg Products{,5# 5KRAFT BREYERS Light N' LVLY LOWFAT Strained'BERY YOGURT (1% MILKFAT)@RS33333l@ ?陙?333333@5fffff?ə@3[?(\)C-?Q?p =q? }1 containerDairy & Egg Products }-5# 5KRAFT BREYERS SMOTH and CRMY LOWFAT Strained'BERY YOGURT (1% MILKFAT)@R33333f@ffffff??ffffff@3fffff?333333@1333333l? =pN7? =p ? =p? 1 containerDairy & Egg Products.5+# 5KRAFT BREYERS Light NONFAT Strained'BERY YOGURT (with Aspartame and FRUCT SW'T)V7@ 333333?ə?333333@#@_?(\)D-?333333?Q?=p =?1 containerDairy & Egg Products!/4I5CREAM,HALF and HALF,FAT FREEV;@?ffffff `?Q?bM?`bM@333333?ffffff?1&y?Vt?vȴ9X?`A7K?vȴ9X? =p+ ?zG{?ə?x?ؓtj~?vȴ91 cup1 tbspDairy & Egg Products 04Q 5REDDI WIP FAT FREE WHIPPED TOPPING@P(\?Q?ٙl?QDlH? =p?tj~?l?+?KƧ?|hr?zG10? =p ?333333 @??"`ADairy & Egg ProductsQ4+)ALLSPICE,GROUND@ Q@\(\@!aGz@@RzH@5@=p =qM?(\)?-V@C%@@C?"`B? ěT@Gz?Gz$$$@ffffff?Q@Gz1 tbsp?ffffff1 tspSpices & HerbsR4!)ANISE SEED@#zGQ@1@/@@I\(@-333333@BzG{@333333?Q@ffffff?\(?ҏ\(@zG{?$/? 7?n@#\(@ 333333@1 tbsp@1 tspSpices & Herbs ``JS41'))SPICES,BASIL,DRIED@Q@,p =@ =p@,=p @NzG{@D@?\(\A* i"@GzH?;dZ@ Vt@ffffff@N?l?9XbM@n@\($@Q@Q~?θQ?E@XbM?ffffff1 tsp, leaves@1 tbsp, leavesSpices & Herbs)T4+-+)SPICES,BAY LEAF@\(9@p =q@ Q@ \(@RzG@:LB+xq@ ?ڟvȴ9@ U$/@ffffff@G@?nO;?l@ =p ? =p)5@=p =?=p =@QR?1 tbsp, crumbled?3333331 tsp, crumbledSpices & Herbs!U4%)CARAWAY SEED@#p =M@3Q@-.zG@zG{@H33333&?zG{@0:G{8G@?Q?@(333333?؃nP?A7Kƨ@ + ? =p k@:? =p@@ -V@1 tbsp@1 tspSpices & Herbs V4+)')SPICES,CARDAMOM@ \(7@%Q@@Q@QzG@+ =q_@Gz?؃nP?XbM?KƧ?o?p =q?\(? =p?ۅQ@3333331 tbsp, ground1 tsp, groundSpices & Herbs%W4#)CELERY SEED@(\)@2R@9EQ@"=p @D@'?p =q@Fs33333#x@Q?Q@DS@(333333@1?\(?ҏ\(@zG{?zG{ 4?Q@Q@/(\@ \(@1 tbsp1 tspSpices & HerbsX4')CHERVIL,DRIED@@7333333@333333@0@H@&B@?33333S@!?(\)@@=L2?QR?\(@?\(%?šo?bM??ffffff1 tbsp?3333331 tspSpices & Herbs TT3Y4%)CHILI POWDER@(\):@(Q@0\(@!\(@KTzG@A@\(@,/|@?tj~@QR@Pfffff?Vt?hr Ĝ@nO@ \(\ddds@= @Zl*: 6@vȴ9@ O;d@E@1 tbsp@1 tspSpices & Herbs7Z4+)CINNAMON,GROUND@# =p @Q@ Q@ ffffff@Sfffff@K&fffff@\(\@C\)8=?Q?m@0n?񙙙@<?E?Q?? =p?ffffff@?333333'??޸Q?\(@3333331 tbsp@ffffff1 tspSpices & Herbs6[4')CLOVES,GROUND@p =qC@Q@4R@Q@NG{@A@ =p @!\(\iN?p =q?5?|h@>r Ĝ@@T333333?p =q?+ J?S?Gz]]]@! =p @aT@n?7KƧ@Z1'@ffffff1 tbsp@1 tspSpices & Herbs D\45)CORIANDER LEAF,DRIED@333333@5zG@Q@,(\)@J @$@zG@E:G{r@Gz?tj~@kQ@=L@?1&x?@%ilD?Q%?zG{@> O?p =q@"`B?E?1 tbsp?3333331 tspSpices & Herbs]4))CORIANDER SEED@!Q*@(p =@1Q@zG@K~Q@D33333@0QRJ#@?333333?ffffff@:333333?ΗO;d?ҏ\(@ =p ?zG@+(\)?1 tbsp?1 tspSpices & Herbs.^4!)CUMIN SEED@ Qw@1\(@6EQ@zG{@FQ@%@@P =pn@333333?vȴ9X@ lD@@?tj?hr!@P`A7? =p @@ =p@?\(@,zG@ ;dZ1 tbsp@1 tspSpices & Herbs |GgD5'SHORTENING CAKE MIX,Soybean (Hydrogenated) and Cottonseed (Hydrogenated)td?陙+@;333333@K@,333333@)1 tbsp1 cupFats and OilsGE4}'SHORTENING INDUSTRIAL,LARD and Vegetable, vegetables OILd@Aٙ@DY@33333338@)1 tbsp1 cupFats and OilsHF4'SHORTENING FRYING (Heavy DUTY),Beef TALLOW and Cottonseedd@Fs33333@C@@!d@)1 tbsp1 cupFats and OilsiG5/'SHORTENING CONFECTIONERY,Coconut (Hydrogenated) and OR PALM KERNEL (Hydrogenated)td?333333+@V33333@@)1 tbsp1 cupFats and Oils r7iH5#'SHORTENING FRYING Heavy DUTY,Soybean Hydrogenated,LINOLEIC 30% with SILICONtd?陙+@2ffffff@Eٙ@@@)1 tbsp1 cupFats and OilsLJ5'SHORTENING INDUSTRIAL,Soybean (Hydrogenated) and Cottonseedtd?陙+@9: @)1 tbsp1 cupFats and OilsAL4q'SHORTENING FRYING (Heavy DUTY),PALM (Hydrogenated)td@G@DL@@)1 tbsp1 cupFats and OilsEO4u'SHORTENING HOUSEHOLD Soybean (Hydrogenated) and PALMtd @9Q@EAGz@: =p@)1 tbsp1 cupFats and Oils yAfP5'SHORTENING FRYING Heavy DUTY,Soybean Hydrogenated,LINOLEIC (LESS THAN 1%td?陙+@5@Rl?ٙ@)1 tbsp1 cupFats and Oils9Z4a'SHORTENING,CONFECTIONERY,FRACTIONATED PALMtd@P`@=?@+3333331 tbsp1 cupFats and Oils5\4['OIL,Vegetable, vegetables,NUTMEG BUTTERtd?əZ@333333@+3333331 tbsp1 cupFats and OilsD]4]'OIL,Vegetable, vegetables,UCUHUBA BUTTERtd?333333@UL@@333333@+3333331 tbsp1 cupFats and Oils;^4'FAT,DUCK?ə@X33333?ə@@@@Hfffff@)d@)1 tbsp1 cupFats and Oils ]_=_4!'FAT,TURKEY?ə@X33333?ə@333333@=ffffff@Es33333@7f1 cup@)1 tbspFats and Oils-`4'FAT,GOOSE?ə@X33333?ə@@;33333@LY d1 cup@)1 tbspFats and Oilse47'VEGETABLE OIL,AVOCADOtd@'Q@Qtj~@*F1 tbsp1 cupFats and Oils,f45'VEGETABLE OIL,CANOLAtd@1z@ffffff@Ms33333@=1 tbsp1 cupFats and Oilsg47'VEGETABLE OIL,MUSTARDtd@')lD@M-@5:G{1 tbsp1 cupFats and Oils _h5 'OIL,Vegetable, vegetables,SUNFLOWER,High OLEIC (70% and OVER)td@D=p @@#~"@Tt@bM1 tbsp1 cupFats and OilsXi5'MARGARINE-BUTTER BLEND,60% CORN OIL MARGARINE and 40% BUTTER@/=p ?(\)@T,??Q$?zG{?xtj~?`bM?ٙ??bM?Q?vȴ9X??xtj~?Q 3@\(\@Yfffffb@mO;dZ@:l@A7KƧ 1 cup@+3333331 tbspFats and Oils eX`hpx (08@HPX`hpxPH@80(  (08@HPX`hpxBBCCDDEE --|!'p4U'FISH OIL,MENHADEN,FULLY Hydrogenatedd@Wfffff1 cup@)1 tbspFats and Oils q4+'FISH OIL,SALMONd@3;dZ@= x@D)x1 cup@+3333331 tbspFats and Oils!r4-'FISH OIL,SARDINEd@=Z1@@S@?E1 cup@+3333331 tbspFats and OilsWs5'SHORTENING,MULTIPURPOSE,Soybean (Hydrogenated) and PALM (Hydrogenated)td@>lI^5?@I|C@,hr Ĝ@)1 tbsp1 cupFats and Oilsx4Y 'VEGETABLE OIL-BUTTER Spread,TUB,SALTED8j(?zG{$?zG{?`bM???zG{?Q?zG{?zG{? =p 3@Gz@G b@E@2p ě@)%`A7LFats and Oils ttmo9uy4E 'BUTTER,Light,Stick,with SALT@E @ ffffff@K0?p =q"G?У =p?zG{?Q?zG{?zG{? =p?GzH@333333k@A)+ @/ڟvȴ@^5?|jFats and Oils~z4K 'BUTTER,Light,Stick,without SALT@E@ ffffff@K?0?p =q"G$?У =p?zG{?Q?zG{?zG{? =p?GzH@333333k@A)+ @/ڟvȴ@^5?|jFats and OilsF~4k 'MEAT DRIPPINGS (LARD,Beef TALLOW,MUTTON TALLOW)y@X\(?ffffff!?Gz@FeQ@D\(@=p =eFats and OilsC4; 'ANIMAL FAT,BACON GREASE@X??(\)?333333@Cn@Fo;dZ@&I^5?}_@3333331 tspFats and Oils 4s'MARGARINE,Regular,Stick,Composite,80% FAT,with SALT@1+Q? =p @SGz? =p ? =p ?Q?(\)?tj~?htj~? 3@Q]b@-m@B^5?}@7F1 tbsp@,ffffff1 tbspFats and Oils4o'MARGARINE,Regular,TUB,Composite,80% FAT,with SALT@0333333?陙@T?333333&7??nO;?bM?zG{?bM?zG{ 3]b@) =q@BzH@;ٙ1 cup@,ffffff1 tbspFats and Oils/4}'MARGARINE,Vegetable, vegetables OIL Spread,60% FAT,Stick@Cp =?333333@M+Q?333333?Q??|1&y?vȴ9?bM?5?|h?xtj~?Q 3@YS33333b@$I^5?@;m@.-V1 cup@,1 tbspFats and Oils ..j 5 )SOUP,CLAM CHOWDER,MANHATTAN STYLE,Canned,CHUNKY,Ready-to-serve@U\(8@(\)?\(? =p @\(\?333333?Q?񙙙#?ffffff??@@ffffff?tj~?vȴ9? =p??(\)@ ffffffF?7KƧ#1 servingSoups & Sauces -5)SOUP,Beef BROTH BOUILLON and CONSOMME,Canned,Condensed,Commercial@W&fffff@zG{?p =q? =p ?ۅQ}?333333?ə?333333@?ffffff?hr Ĝ?O;dZ?\(?zG{?zG{?zG{1 cup*1 canSoups & Saucesb4] )SOUP,LIPTON,RECIPE SECRETS ONION,MIX,DRY@QR?ffffff@9Q@Nfffff@@p =q? =p"@'333333?ə?333333?ᙙ?\(1 servingSoups & Sauces"4K)SOUP,CRAB,Canned,Ready-to-serve@V@? =p?\(@Gz?333333?$?333333?ə?ə@?zG{?Q?ᙙ?Q??zG{ ?zG{?Q?zG{1 cupq1 canSoups & Sauces jj4S)SOUP,ESCAROLE,Canned,Ready-to-serve@X8\) ? =p?\(\? =p? =p ?333333 k??333333???Q?zG{?\(?Q? =p ?ək,?(\)?Q?3333331 cup)1 canSoups & SaucesB4S)SOUP,GAZPACHO,Canned,Ready-to-serve@WqGz@333333??Gz??ə?zG{ ?ٙ\/??Q?333333?@333333?zG{?zG{?QR?Q?Qz? =p ?ffffffE?zG{?zG{?Q1 cupq1 canSoups & Sauces,4a)SOUP,LENTIL with HAM,Canned,Ready-to-serve@Up8@ Q?Q? =p@ QR?Q J?333333?Q?Q?333333?333333?Q? =p ?p =q?Q? =p ?Q?? =p? =p1 cup71 canSoups & Sauces BBH4e)SOUP,MINESTRONE,Canned,CHUNKY,Ready-to-serve@UzG5@ =p ?Q?@!GzH@333333?\(?zG.h?333333??333333@?O;dZ?+ J?lC?333333? Y?p =q@ ruK-? =p?QR?(\)1 cup1 canSoups & SaucesO4c)SOUP,MINESTRONE,Canned,Condensed,Commercial@TD@ =p@ffffff@@"W =p?陙??.?333333??333333@ffffff??+ I?nO;? =p?Q?zG{ (U?p =q@333333?(\)?Q?Q1 cup*1 canSoups & Sauces4m)SOUP,MUSHROOM BARLEY,Canned,Condensed,Commercial@U9=??@@#333333 ?ٙ2L?ٙ?zG{??zG{?Q?ffffff??Q?ffffff?陙?=p =1 cup11 canSoups & Sauces **i;4q)SOUP,Cream OF MUSHROOM,Canned,Condensed,Commercial@TfffffU?\(@\(?Gz@Gz?Q ?\(>?ə?Õ$/?E@333333?tj? =p ?"`A?E?Q?333333?lC?\(?`A7L1 cup1 cupSoups & SaucesY4)SOUP,MUSHROOM with Beef STOCK,Canned,Condensed,Commercial@U&fffffD@zG@ zG@(\)@ =p?@333333?p =q~?񙙙?ə?333333@ ?陙?1&y?tj~?Q?QR?Q?zG{@ffffffd? =p?Q? =p1 cup11 canSoups & Sauces64Y)SOUP,ONION,Canned,Condensed,Commercial@Ufffff.@zG{?Q@Q@Q?ffffff??ᙙ 8\???ə@ ?S?zG{?\(\?zG{ ?(\)?ٙ?Gz?Q?\(1 cup*1 canSoups & Sauces 88F4k)SOUP,Cream OF ONION,Canned,Condensed,CommercialQX@@@@$?ٙ@ Q?b?Q?(\)?ə@ffffff?zG{?Q?ٙ?θQ?zG{?zG{q?ۅQ@ ?Q?Q?\( 1 cup11 canSoups & Sauces- 4e)SOUP,OYSTER STEW,Canned,Condensed,Commercial@VxQ0?Q@ =p ?333333@ \(?陙'( @ ??333333@333333@?hr Ĝ?-V?QR??zG{? =p:@QR?zG? =p 1 cup*1 canSoups & SaucesI!4a)SOUP,PEA,Green,Canned,Condensed,Commercial@Q"\(}@(\)@ =p@zG@4.zG@?zG{?zG_??nO;?@??E?vȴ9?-V??zG{? =p ?ٙ?Q?QR?ҏ\(1 cup?1 canSoups & Sauces 44\"4u)SOUP,PEA,SPLIT with HAM,Canned,CHUNKY,Ready-to-serve@T @333333@ffffff?(\)z@ =p?zG{@:?333333?=p =@w+??ffffff?Q?@%9XbM@-?|h@?|hsd3 slicesSausages & Lunch Meats TT>!4?9SANDWICH SPREAD,PORK,BEEF@N# =p@ =p@1W =p@=p =@'Gz?ə ?GzH;n?QR? =p?vȴ9@#ffffff?tj?&x?zG?ۅQ?Q?QW? =p?@\(@p =q@zG{&1 tbsp@nzG@ =p @ =p?333333 @QRo@zG{?333333@4L@0?333333?Q@=p =?У =p@?(\)?@'Q@) =q?333333J82 ozSausages & Lunch Meats NN='41 9TURKEY BREAST MEAT@RzGh@1R?\(@Q@ =p?@ zG? =p .?zG?"`A?Q@>@? =p?zG{?(\)?Gz? =p @(\)! ? =p ?޸Q?GzH?щ7KƧ+@@=p 1 servingSausages & Lunch Meats?(4Q 9TURKEY HAM,CURED TURKEY THIGH MEAT@QG{~@1@\(\@ @QR?ə?Gz@Q&Z@Q??zG{@@?Q?nO@l?A7Kƨ?n?p =q?zG{?j~"?nO;?vȴH1 servingSausages & Lunch Meats*)499TURKEY ROLL,LIGHT MEAT@Q33333@233333@Gz?\((?zG{?\(?zG{?tj~@6L?ȴ9Xb?hr!?Gz?zG{?θQ? =p@(\)@? =p+@@%@=ffffff@ @333333?ffffffE?zG{ ?Q?ə@$G{@,\(@p =qg1 servingSausages & Lunch Meats!4A 9OSCAR MAYER,BOLOGNA (BEEF)@K33333<@&@=@ @?ffffff ?\(m@=p =?(\)??(\)@\(\?Q?\( ?Gz@)33333@.kQ?\(@1 servingSausages & Lunch Meatsg"4M 9OSCAR MAYER,BOLOGNA (BEEF LIGHT)A@'@-@ @ffffff@ffffff ?Q?\(?Gz @GzH@ =p?zG,1 servingSausages & Lunch MeatsR#4I 9OSCAR MAYER,BOLOGNA (FAT FREE)NO@)333333?333333@333333@?p =q?=p =?ə?zG?ʟvȴ9?A7Kƨ1 servingSausages & Lunch Meats cxph`XPH@80(  (08@HPX`hpx (08@HPX`hpx + + * * ( ( % % $ $ ! !                                            , , - - . . / / 0 0 1 1 2 2 7 7 8 8 9 9 : : ; ; < < = = > > ? ? @ @ A A B B C C D D E E F F G G H H I I K K N N O O P P Q Q R R T T U U V V W W X X Y Y Z Z [ [ \ \ ] ] ^ ^ _ _ ` ` a a b b c c d d e e f f g g h h i i j j k k m m p p q q r r s s t t u u v v w w  1_4%)CURRY POWDER@# =p E@)QR@+Q@GzH@M33333@@@zG@= =p]4@333333?zG@'-@1@&?1&x?lC@ j~#?ffffff1@5p =@X33333P@`A7L@49XbN@tj~@3333331 tbsp1 tspSpices & Herbs `4)DILL SEED@1@/\(@-zG@zG{@K\(@5@0TzG@?\(?S@(333333?n?-V@tj~? 5?\(\@"R?(\)@ffffff1 tbsp@1 tspSpices & Herbsra4+)DILL WEED,DRIED@333333@3\(@p =q@)Q@K\)@+333333@Hc =p @ ffffff?\(\@2?n?-V@tj~?\(\%?E@1 tbsp1 tspSpices & Herbs |b4#)FENNEL SEED@!QY@/@-p =@ p =q@J%Q@Cfffff@2=p X@ ?nO@!o?1&?֗O;d@333333?zG?޸Q@#R? =p @3333331 tbsp1 tspSpices & Herbszc4))FENUGREEK SEED@!zGC@ =p@ 333333@M,@8@@ =p(C@?\(?S@333333?ԛS?lC?=p =?333333999<?\(\@&3333331 tbsp@ 1 tspSpices & Herbsd4')GARLIC POWDER@L@0?QR@ QR@R-p =@#@8LP@:M@ =p ?`A7?p =q&?m?tj~?$/@Q?(\)?GzH?hr Ĝ?1&x@ 1 tbsp@ffffff1 tspSpices & Herbs &e4')GINGER,GROUND@"\([@"=p =@@zG@Q\(@)@ Qt@' =p ? @Gz?޸Q@:@C@?O;dZ?ǮzG@Q?Gz'''@2Q?陙X? =p ?\(@1 tbsp?1 tspSpices & Herbsf4#)MACE,GROUND@ W =p@ =p@@0 =q@ =p@I@@4333333@+nP@ffffff@j~#?@?+?ܬ1&y??zG{LLL (@#Q@&W =p@\(@3333331 tbsp?3333331 tspSpices & Herbs@Q@%?\(\@3zG@\(@&ffffff1 tbsp@ ffffff1 tspSpices & Herbsi4')NUTMEG,GROUND@Q @\(\@B'zH@Q@HQ@4@<}p =@QR^@333333?nO;@333333??$/?/v?ȴ9Xb?zG{LLLfZ@9 =q@ \(?ffffff1 tbsp@1 tspSpices & Herbs5j4%)ONION POWDER@ =p [@$=p =?@ 333333@T*G{@@Ap =k@zG{zT6@ =p?Ƨ-?-V@@-ffffff?n?1&y?9XbN?p =q?GzH@ffffff?lC?9XbM?tj@1 tbsp@3333331 tspSpices & Herbs SS5k45'')SPICES,OREGANO,DRIED@ =p2 @$@@PQ@Effffff@\(\(,@Q?-V@ I^@2?m?zG{@Gz?\(\Y@2(\@m<^@GzH?p =q@Q1 tsp, leaves?1 tsp, groundSpices & Herbs5l4)PAPRIKA@#zG!@-Q@)fffff@zG@K޸Q@B33333@$zG@7 =pY ("@=p =?lC?"`@Qfffff? =p?S@. =p?zG{@zGjjj M@=zG@T33333l3e@?zG@ =p@1 tbsp@1 tspSpices & Herbs7m4')PARSLEY,DRIED@" =p @6kQ@Q@( =q@IzG@>ffffff@zG@Xw =p_@?zG{@%@=Lz?tj?zG@KƧ?1&x'@ =p@>?p =q@ "`?O;dZ?1 tbsp?3333331 tspSpices & Herbs yy/n4%)PEPPER,BLACK@%Q@%fffff@ zG@QR@P3 =p@:?zG{@<(\,?Q?1&x@@?lC?θQ?E?\( +? =p @dvfffff0?\(\?(\)?zG@1 tbsp@1 tspSpices & Herbs?o4?)PEPPER,Reduced OR CAYENNE@ >@(Q@1EQ@(\)@LP =q@;333333@$zG@333333%@ =p?;dZ@!@S?E?hr Ĝ@!fx@jjj!@=zG@T33333UPl3e@ zG@@ p =@3333331 tbsp?1 tspSpices & Herbs p4%)PEPPER,WHITE@& =p(@$@\(?p =q@Q' =p@:333333 @,QZI?zG?Q@333333@?+ I? ěT?"`A? ?1&x??|hs?E@ffffff1 tbsp@3333331 tspSpices & Herbs ffq4!)POPPY SEED@Q@2 =p @FY@Q@7 =q @+aGz@"ǮzHKQ@$u\(? ěT@TE??+ I^?$/?;dZ?j~":::?\(@zG{@\(\@>R@!1 tbsp@ffffff1 tspSpices & Herbs8r4/)POULTRY SEASONING@"Q3@#.zG@Q@zG@Pe\(@&@ =p@Afffff@ Q?"`@mhr!@ ?`A7L?r ě@\(?Q H?Q@+33333 @ QR?KƧ?"`@ 1 tbsp?1 tspSpices & Herbs:s4/)PUMPKIN PIE SPICE@ QV@ =p @)333333@333333@QQR@-@ =p @3\(v4@\(?"`@/ ě@"@7ffffff?ěS?7KƧ@l?ٙ333 ?\(@@333333?lD@5?|@2?bM?lC@!fffff@GzHh?tj?Vt@ $/?3333331 tsp, leaves?QR1 tbsp, leavesSpices & Herbs;z41'))SPICES,THYME,DRIED@(\)@"8Q@Q@'zG{@OQ%?\(\b@^fffff.7@Q?Q@w+@ffffff2?j~"?ى7KƧ@\(?ᙙ@Q@!^@ =p?zG? =p 1 tsp, leaves@1 tbsp, leavesSpices & Herbs xx6{4+)TURMERIC,GROUND@&Qb@QR@#\(@zG@P;Q@5@ zG@D\( &@ffffff?KƧ@TE@@9fffff?tj~?m@\(?'''@@*@\(?\(@p =q@3333331 tbsp@1 tspSpices & Herbs/|4#)BASIL,FRESH@Vp =@QR?Q?@\(\@333333?333333@ \(\QE?333333?ҏ\(?"`A?333333?vȴ9? ě?홙?vȴ9X?nP@@@@y F.?E?+ I?`A7L@3333332 tbsp@5 leaves$Spices & Herbs}4+')DILL WEED,Fresh@U|+@ zG?Q@@zG@@\(\7B=?Q?° ě?9XbMU?-V?l?Q?hr Ĝ?ǮzG&?Q?lD?QR@!1 cup, sprigs5 sprigs)Spices & Herbs 88k'/~4;)MUSTARD,PREPARED,YELLOW@Th\)B@@Gz@ (\)@Q@ @QP?&X`?333333?Q?333333$@333333?1&??p =q?E?-V?333333@FK?9XbM@&x?-1 cup1 tspSpices & Herbs84!)SALT,TABLE?ə@X33333?Qf??Q??$1 cup1 tbspSpices & HerbsA4')VINEGAR,CIDER@Ws33333?333333@@?333333 d?zG{?θQ?1 cup1 tbspSpices & Herbs4#)THYME,Fresh@PG =pe@=p =?Gz@ @8s33333@1s33333ja ?\(?\(?$/@d33333?tj~?$/?/v?-V?E--- #?S?j~#?$/?陙1 tsp?ٙ.5 tsp Spices & Herbs $$F~=5'MARGARINE,Vegetable, vegetables OIL Spread,60% FAT,TUB/BOTTLE@C =q?333333@)1 tbsp1 cupFats and Oils?4Q'SHORTENING,INSTITUTIONAL,Composite~d?陙+@733333@MǮzH@(.zG@)1 tbsp1 cupFats and Oils  4q'MARGARINE,Regular,Stick,UNSALTED,Composite,80% FAT@1?@T ?ə? ??xtj~?$/?vȴ9?tzG{?Q 3]b@/ =p @C\(@6W =p1 cup@,ffffff1 tbspFats and Oils 4m'MARGARINE,Regular,TUB,UNSALTED,Composite,80% FAT@2?陙@T?ə?&??nO;?bM?zG{?bM?zG{ 3]b@) =q@BzH@;ٙ1 cup@,ffffff1 tbspFats and Oils" 5  'MARGARINE,Vegetable, vegetables OIL Spread,60% FAT,Stick,NO SALT@Cp =?333333@M+Q?333333?Q??|1&y?vȴ9?bM?5?|h?xtj~?Q 3@YS33333b@$I^5?@;m@.-VFats and Oils  5 'MARGARINE,Vegetable, vegetables OIL Spread,60% FAT,TUB/BOTTLE,UNSALTED@C =q?333333"@B]@0LC1 tbspFats and Oils  4a 'MARGARINE Spread,Approximately 48% FAT,TUB@HzG?ə@G =p??Q?Gz$?Q?bM?tj~?PbM?PbM@Q@YS33333@!$/@0j~"@4<(\Fats and Oils4G'MARGARINE Spread,FAT-FREE,TUB@V(\,?@QR?GzH@\(\?zG{$D?Q?-V?A7Kƨ?XbM?PbM ? =p?@$/?ȴ9Xb? I^51 cup@-3333331 tbspFats and Oilsp4q'MARGARINE,Vegetable, vegetables OIL Spread,20% FAT@S33333@3??ٙ 3@@Qb@\(@Q@ zG1 cup1 tbspFats and Oils ~5 'MARGARINE,Vegetable, vegetables OIL Spread,20% FAT,without SALT@S33333@3??ٙ 3@]b@\(@Q@ zG1 cup@)1 tbspFats and Oils34m'SALAD Dressing,Thousand ISLAND Dressing,FAT-FREE@P\)?ᙙ?333333@Q@=EQ@ ffffff@0zG ?Qz? =p ?ȴ9Xb?$/?5?|h?+ J?д9XbN ?@ 3?XbM?S?(\)1 tbsp1 cupFats and Oils74]'SALAD Dressing,ITALIAN Dressing,FAT-FREE@U|/? =p ? =p@ \(@!?333333@!33333?ٙmfi? =p ?-V?bM?ٙ?vȴ9X?"`A?GzH ? =pM?QR?( ?Gz?zG?ȓtj~1 tbsp1 cupFats and Oils ==u44Y% 'SALAD Dressing,RANCH Dressing,FAT-FREE@QQw??Q@:\(?@ffffff2?qo?ٙ?\(?j~"?陙?Q??|1&y?1&y?tj~? =p @ffffff?ܛS?E?Vt1 tablespoonFats and OilsH4m 'SALAD Dressing,RANCH Dressing,Commercial,Regular@C =p?zG{@IR@zG@\(?ffffff@? =p>0?ٙ?tj?$/@333333@ 333333?tj~?(\)?|1&y?7KƧ?O;dZ?Q& @Q@_L@ ^5?}@&ɺ^5?}@1 fl ozSoups & Saucesf35)SOUP,Vegetable, vegetables,Canned,CHUNKY,Ready-to-serve,Commercial@UQ3?\(\? =p?@zG??GzH?\(???ə@333333@?Q?S??Q?zG{ yy?\(@ 333333 |?p =q?Q?\(1 cup1 canSoups & Sauces AAg45)SOUP,VEGETARIAN Vegetable, vegetables,Canned,Condensed,Commercial@U:=p ;?Q?GzH@(\)@#\(?@Gz?(\)?QR??@ ?333333?+ I?l?lC?Q? =p ?Q@?θQ?\(?Gz1 cup*1 canSoups & SaucesP64Y)SOUP,Beef,Canned,CHUNKY,Ready-to-serve@T\(G@\(@Q? =p@ L?333333?p =q ? =p 2i?񙙙??@@333333?tj~? ěT?1&x? =p ?(\)?У =p@6?Q@-$?\(?zG{? =p 1 cup1 canSoups & Sauces ((g75)SOUP,Vegetable, vegetables Beef,Canned,Condensed,Commercial@T(\?@?(\)@@ 8Q??p =q ?zG{ w?zG?\(?@?ffffff?-V?+?Vt?Q?Q? ?޸Q@ffffffRl\?\(?zG{? =p 1 cup11 canSoups & Saucesi85)SOUP,Vegetable, vegetables with Beef BROTH,Canned,Condensed,Commercial@TGzB@\(\?\(@zG{@%ffffff??=p =?GzH ???љ@?ffffff?$/?l??|hs?Q?O;dZ U?Q@ffffff?#? =p ??zG{1 cup*1 canSoups & Sauces rr994a)SOUP,Cream OF ASPARAGUS,Dehydrated,DRY MIX@333333n@+@%@-@K@333333@ffffff8t@?333333?@?ə?333333??...?ə?\(@\(@=p =@,ffffff1 cup@Offfff1 packetSoups & Sauces:4[ )SOUP,BEAN with BACON,Dehydrated,DRY MIXr@3aGz@ffffff@&@L(\@>@j;~ @ =p? =p ??ə??ffffff?ə?? @ =p @ ffffff?\( @4S )SOUP,CAULIFLOWER,Dehydrated,DRY MIX@h@.Q@"333333@-333333@LKQ/@  +b??ə?333333? =p ?(\)@333333???\(@GzH@ \(\@2fffff1 cupSoups & Sauces ww?4S )SOUP,Cream OF CELERY,Dehydrated,DRY@fffffff@"@.ffffff@K33333@@ m?陙?ffffff??Q??333333@333333?Q ? M?=p =@ @1ffffff1 cupSoups & Sauces1@4g)SOUP,Chicken BROTH OR BOUILLON,Dehydrated,DRY@(\) @0\)@+\(@H =p@2\(?zG{85H? =p ?333333?񙙙??ۅQ@zG?333333? ?333333?p =q@ p =q@p =q@Q 1 cup1 tspSoups & Sauces:A4[)SOUP,Chicken BROTH CUBES,Dehydrated,DRY@@-333333@@KY@7?Q8v]?ə? ěT@;fffff?QR?QR@333333?333333? ?333333? =p ??333333?zG @1 cup@3333331 cubeSoups & Sauces C4U)SOUP,Cream OF Chicken,Dehydrated,DRY@@@5zG@)\(@K+Q?6?ffffffl?ٙ?\( @333333?(\)r@+\(@Q?ffffff @8ffffff1 cup@2L1 packetSoups & Sauces*E4_ )SOUP,Chicken RICE MIX,Dehydrated,DRY FORM@Qq@.# =p@!ǮzH@.@LQ?-?333333EG?陙?ٙ?333333?ٙ?zG{?zG{@E???xx? =p@GzH@Gz@03333331 cupSoups & Sauces6F4o)SOUP,Chicken Vegetable, vegetables,Dehydrated,DRY@ =pZ@2G{@\(\@/u\(@KQb@\(B?Q?Ƨ-?@!333333?߾vȴ9X?Ձ$/@_;dZ??ffffffc? =p@GzH?GzH@,3333331 cup@%3333331 packetSoups & Sauces G4m )SOUP,CLAM CHOWDER,MANHATTAN STYLE,Dehydrated,DRY@ffffffY@%Gz@ ffffff@3L@LG{@"3333338@?ffffff@?\(?(\)@333333?ffffff?333333555 ?=p =@QR@\(@2fffff1 cupSoups & SaucesH4e )SOUP,CLAM CHOWDER,NEW ENGLAND,Dehydrated,DRY@ QR@(zG@0+Q@&Q@L^Q@Q@ffffff ? ?zG{?Gz@ ??333333'(@ =p@Gz@zG@6333331 cupSoups & SaucesI4_)SOUP,CONSOMME with GELATIN,Dehydrated,DRY?333333@10 =q?@Ps33333@0L<3@fX?p =q?Q?θQ@?333333?ə 2??zG{??Q@)3333331 cup@LY1 packetSoups & Sauces J4=)SOUP,LEEK,DEHYDRATED,DRY@\(y@&@%@-333333@Nc =p@ @6??r ě?ə?333333?ə?ffffff?333333?---?ə@Q@=p =?(\) @1L1 cupN1 packetSoups & SaucesL4I)SOUP,MINESTRONE,Dehydrated,DRY@333333f@333333@+@J@ @$ @ ?333333??333333?ə@ffffff?333333?PO.B@ p =q@ \(?@1L1 cupN1 packetSoups & Sauces3M4E)SOUP,MUSHROOM,Dehydrated,DRY@zG{@$\(\@6W =p@*ffffff@I =p@ 2@bI?ٙ?GzH?333333?-?QR@ffffff?\(?Q?333333 @GzH@=p =@$ =p@@R1 packet@0333331 packetSoups & Sauces XX>%4m 9OSCAR MAYER BOLOGNA LIGHT (PORK Chicken BEEF)@P0@'@-@ @@2?=p =]?\(?ə? =p@ffffff?Z1'?E@tj~?\(?/w?ҏ\(@zG{@333333? =p81 servingSausages & Lunch Meats&4a 9OSCAR MAYER. BOLOGNA (WISCONSIN MADE RING)@KY9@'@81 servingSausages & Lunch MeatsB'4o 9OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SLICED)@I@K@,@=Y@ @?ə?333333 @%Q@ 333333??l ?p =q?@"aGz@ ?Q///@2ǮzH=pss@%Gz@.\(@ =p1 servingSausages & Lunch Meats >(4w 9OSCAR MAYER,BRAUNSCHWEIGER LIVER SAUSAGE (SAREN TUBE)@HU@,ffffff@>@ 333333@ffffff??ffffff @#zG{ ^@ GzH?ٙ? =p ?p =q?@ \(@ =p ?\(===@2QA@%ǮzH@/# =p@zG81 servingSausages & Lunch Meatsw)4a 9OSCAR MAYER CHICKEN BREAST (HONEY GLAZED)@Qm@3ٙ?@333333@333333@333333 ?zG$!I?ffffff?\(?7KƧ? I^5??lC541 servingSausages & Lunch Meats|*4q9OSCAR MAYER,Chicken BREAST (OVEN Roasted,FAT FREE)@R33333U@2L?333333@ ?333333? ?GzH$<?333333?p =q?\(?zG{?Q,41 serving 1 sliceSausages & Lunch Meats (+4Q 9OSCAR MAYER HAM and CHEESE LOAF@N@@+33333@2333333@ @@ ffffffC?Q ?\(?Q?nO;?\(?QR@ =p?(\)??QR@>vȴ9X@ Vu?ěS>1 servingSausages & Lunch Meats{,4g 9OSCAR MAYER,HAM (CHOPPED with Natural JUICE)@PP@0L@&L@ 333333@ 333333@ ?@?θQ@9XbM@P`A7?ffffff;1 servingSausages & Lunch Meats-4 9OSCAR MAYER HAM (WATER ADDED Baked Cooked 96% FAT FREE)@Rh@0L@ (\)@333333?GzH ? ?\(?θQ?;dZ? =p?$/0?1 servingSausages & Lunch Meats CC' `.4G9OSCAR MAYER,HAM (H2O ,Boiled)@Rfffffh@0@ ?333333?333333 ?zGD??θQ?E?o?ȴ9Xb/?1 serving1 sliceSausages & Lunch Meats_/4E9OSCAR MAYER,HAM (H2O ,HONEY)@R,o@033333@ @@ ?@ =p?p =q?1&y?9XbN?tj-?1 serving1 sliceSausages & Lunch Meatsn04U9OSCAR MAYER,HAM (H2O ,SMOKED,Cooked)@R33333c@0@ @333333?? ? ?\(?θQ?O;dZ?ěS?zG0?1 serving1 sliceSausages & Lunch Meats14y9OSCAR MAYER,HAM (40%HAM/WATER PRODUCT,SMOKED,FAT FREE)@SH@-333333?ffffff@ ?ffffff?񙙙 ?Q@??QD@?zG{@%aGz@-@ p =qM01 serving1 linkSausages & Lunch Meats g:4G9OSCAR MAYER,SALAMI Beef COTTO@P @,ffffff@/ffffff@ffffff?ffffff?񙙙@zG@Q?p =q@\(@ =p?\(S.1 serving1 sliceSausages & Lunch Meatsw;4e9OSCAR MAYER,SALAMI COTTO (Beef,PORK,Chicken)@NL@*@4L@ @?K@QG?Q?Gz@ =q@$L?QP.1 serving1 sliceSausages & Lunch Meatsh<4G9OSCAR MAYER,SALAMI (FOR BEER)@Os33333@+@2333333@ ?ffffff?񙙙 ?Gz@QR?θQ@O;dZ@!S?VtE.1 serving1 sliceSausages & Lunch Meats=4A9OSCAR MAYER,SALAMI (GENOA)@C@433333@@fffff@ffffff?333333?ə?\(N"@ Gz??tj? =p?333333@zG?\(?Q@(zG@0@zGf1 serving 1 sliceSausages & Lunch Meats '>4?9OSCAR MAYER,SALAMI (HARD)@C p@9fffff@<33333@333333?ffffff?ə ?GzHd@ GzH?QR?+?=p =?У =p@333333?\(?(\)?zG!@&+Q@.@+ a1 serving 1 sliceSausages & Lunch Meatsw?4k 9OSCAR MAYER,Sandwich Spread (PORK,Chicken,Beef)@M@@0@333333@.?333333@?陙 Ev5?(\)? =p d@tj@@/w-1 servingSausages & Lunch Meatsc@4M 9OSCAR MAYER,SMOKIE LINKS SAUSAGE@K.@(@;L@?333333? ?Q@Q?@"\(@*W =p@=p =?+1 servingSausages & Lunch Meats ,,iA4C 9OSCAR MAYER SMOKIES (BEEF)@L&fffff(@(@:fffff@333333?333333?ffffff ?@zG?ə @&@)?>+1 servingSausages & Lunch Meats`B4E 9OSCAR MAYER,SMOKIES (Cheese)@Ks33333/@)@;@ ffffff??-?Q ?\(\?ə@$QR@)G{@F+1 servingSausages & Lunch MeatszC4m9OSCAR MAYER,SMOKIES SAUSAGE LITTLE (PORK,TURKEY)@K-@(@;@ ??ffffff ?Gz?Q?ə@"S@)+ I@\(@ 1 link91 servingSausages & Lunch MeatsD4{9OSCAR MAYER,SMOKIES SAUSAGE LITTLE Cheese (PORK,TURKEY)@J;@+@<333333@ 333333?333333?333333C? =p @QR?333333@&QR@*aGz@QRC 1 link91 servingSausages & Lunch Meats (E4q9OSCAR MAYER,Summer SAUSAGE Beef THURINGER CERVELAT@J@5@-333333@ffffff?ffffff?񙙙@Qy@Q?QR?bM?333333?Q@=p =?У =p@@'@)?zGP.1 serving1 sliceSausages & Lunch Meats3F4g9OSCAR MAYER,Summer SAUSAGE THURINGER CERVALAT@Jfffff0@-@:33333@ffffff?? @Q@ =p ?\(?vȴ9X?p =q?ҏ\(@\(?ᙙ?333333@zG@%t9XbN@(H9Xb@ET.1 serving1 sliceSausages & Lunch MeatsuG4c9OSCAR MAYER,TURKEY BREAST (SMOKED,FAT FREE)@S`P@-?333333@ 333333@ ?񙙙 ? =pG?333333?У =p? =p ?333333?(\)41 serving 1 sliceSausages & Lunch Meats /H4O 9OSCAR MAYER,WIENERS (PORK,TURKEY)@JD@%fffff@=fffff@ 333333@?B\(@\(@? ?p =q @Q?Q?zG{@'?hr Ĝ?@Vt?(\)?nO;?zG@(Q@-zG{?\(8-1 servingSausages & Lunch Meats{J4i 9OSCAR MAYER WIENERS (BEEF FRANKS BUN LENGTH)@J33333D@&333333@>@@333333? ?\(i@?333333 @)\(@-=p =?Q;91 servingSausages & Lunch Meats II2 eK4a 9OSCAR MAYER,WIENERS (BEEF FRANKS,FAT FREE)NN@*ffffff?@ @ffffff@ffffff?333333@GzH?zG{??QR?+ J21 servingSausages & Lunch MeatsjL4[ 9OSCAR MAYER,WIENERS (BEEF FRANKS,LIGHT)@P33333@%ffffff@-@ @ffffff@?\(7@?Gz@GzH@zG?zG191 servingSausages & Lunch MeatsoM4q 9OSCAR MAYER,WIENERS (CHEESE HOT DOGS with TURKEY)@Js33333> @<33333@ @ffffff??zGw?p =q? =p @$ @*5?|h@nJ-1 servingSausages & Lunch MeatsiN4[ 9OSCAR MAYER,WIENERS (FAT FREE HOT DOGS)@S33333I@)333333?333333@ @333333@?p =q? =p ?(\)?ə?Gz?(\)21 servingSausages & Lunch Meats QQ`W\ 4+)VANILLA EXTRACT@JJ=p  ?Q?Q?У =p@)L@)L ?Q  ?(\)?nO;?p =q?+ I?QR?333333?Q?vȴ9?zG{?zG{?pbM1 cup 1 tbspSpices & Herbss4O)VANILLA EXTRACT,Imitation,ALCOHOL@Pp =??(\)@GzH? =pb?Q?O;dZ?+ ?bM?-V?Z1'?vȴ9?tj~ 1 tbsp@1 tspSpices & Herbs4U)VANILLA EXTRACT,Imitation,NO ALCOHOL@UeQ8?Q@,@,??zG{?htj~?PbM?htj~?-V?nP?+ I?bM 1 tbsp@1 tspSpices & Herbs 4/)VINEGAR,DISTILLED_ ?zG{?1 cup@01 tbspSpices & Herbs ~~,4' )CAPERS,CANNED@Tfffff@Gz?Q@ zG@\(@ ?=p =(?Q! ( ?zG{?-V?+?333333@333333?nO;?n?/w?S?O;dZ?(\)@8S?m? ěT?tj~@!3333331 tbspSpices & Herbs245)HORSERADISH,PREPARED@UEQ0?Gz?zG?(\)@&zG@ ffffff@\(8?Gz:?\(?-V? ěT@ffffff@8fffff?bM?tj~?ش9XbN?+? ě999?zG{? ? =p ? =p?ղ-V1 tbsp1 tspSpices & Herbs4))ROSEMARY,FRESH@PGz@ zG{@p =q@@433333@,333333=@[B?\(?C$?Q@5?nO;?tj~?/v?^5?|?Ձ$/mmm l@9XbN?\(?E?3333331 tbsp?ffffff1 tsp#Spices & Herbs 4-)PEPPERMINT,FRESH@SF@?zG?(\)@-ǮzH@QRPI9?\(?Vu?`A7@??E?$/?KƧ?աo?nPrrr?|hr?`A7L?A7Kƨ@ 2 tbsp?2 leaves'Spices & Herbs 4+ )SPEARMINT,FRESH@Uc33333,@ QR?\(\@=p =@ R@333333@'p =?<?p =q?θQ?S@*?+?ffffff?Vt??9XbMiii?r ě??7KƧ@&2 tbsp;Spices & Herbs4+)SPEARMINT,DRIED@&@3zG@Q@%ffffff@JQ@=@UzGZX@GzH?1&y@&ȴ9X?nO;?j~#@>vȴ9X?bM@o)S?;dZ?Gz@ Vu?1 tbsp?1 tspSpices & Herbs $:4C!BABYFOOD,MEAT,Beef,Strained@T&fffffk@+333333@?陙?QTQ@zG?tj@#@?zG{?-V@n?\(?Q?Q?ٙ?ffffff@ =p@?θQ1 tbsp@@zG?(\)@ ?333333?tj~?ə@ffffff?=p =?tj~@Q?@zG{?Q?ə&1 tbsp@]@P? =p@&333333@K@3\(@9 =p@1333331 tablespoonFats and OilsTB4}% 'MARGARINE-LIKE Spread,SMART BALANCE Light BUTTERY Spread@NffffffQ@B?Gz)@#333333@>33333@% =p@,p =q@#fffff1 tablespoonFats and Oilsofoflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|XZ{]|y}}~ ,/258;>ADFI[^bf¶iölĶoŶrux{~    #&)03#6'7*8-91:5;9<==@>D?G@JANcRdVeZf^gcifjjkml\mbnehknqtwz}abc defgAEKMOSW\_cfmpuz} ۿܿݿ޿߿$ 88`C5% 'MARGARINE-LIKE Spread,SMART BEAT SUPER Light without SATURATED FAT@T5Q@1?\( ?333333@(@\(@ffffff@ =p1 tablespoonFats and OilsPD4i% 'MARGARINE-LIKE Spread,SMART BEAT SMART SQUEEZE@U=p /@@@ffffff=?ə@? =p?zG?Gz1 tablespoonFats and OilsJE4w% 'MARGARINE-LIKE Spread,SMART BALANCE OMEGA PLUS Spread@;]@P33333?\(\G @J@@3Y@9O\(@2# =p1 tablespoonFats and Oils> 5 CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,RAW@P\(@2TzG@-\)?陙? =p ?\(F?zG?bM?-V@'@?;dZ?+@Vu?&x?\(?\(@\(@QR@ QZ1 chickenPoultry ^^M 5CHICKEN,BROILER OR FRYER,MEAT and Skin and GIBLETS and NECK,FRIED,BATTER@HQ#@6 =p@1zH?\(@"\(? =p?\(?ȴ9Xb?bM@4L?ٙ?hr!?Ͼvȴ9X@TE?vȴ9?zG{ &?\([@zG@Q@g1 chicken41 unitPoultryM 5CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,FRIED,Flour@I =q@<R@.=p ?(\)@ (\)? =pV@Gz??bM@0??+ I?n@!(\?+ I?Gz ?\(:@ =p@\(@ zGp1 chicken1 unitPoultry OO` 5CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,Roasted@NzG@:ǮzH@*=p ??Q?\(O@GzH?zG{?vȴ9X@/?? ěT?̬1&y@o? I^5??QR?zG|?Q@333333@ @zG@333333k1 chicken1 unitPoultryI 5CHICKEN,BROILERS OR FRYERS,MEAT and Skin and GIBLETS and NECK,Stewed@P\(@8}p =@(p =?QR?Q?zG{B?zG?-V?-V@/??tj~?ɺ^5?|@Vu?xF?(\)?GzHC@ @GzH@a1 chicken1 unit!Poultry AN4Q)SOUP,ONION MIX,Dehydrated,DRY FORM@QR/@Q@\(\@7O\(@N(\)@ffffff@<_?Q?֗O;d?GzH@6333333?"`B?щ7KƧ?O;dZ?S?⟾vȴ9?333333?ffffff ?l?hr Ĝ?ʟvȴ9'1 packet@ffffff1 packetSoups & SaucesO4A)SOUP,OXTAIL,Dehydrated,DRY@333333y@+333333@233333@G33333?<2@<???ə@?333333?ə2@zG@\(?GzH@01 cup@R1 packetSoups & SaucesP4Y)SOUP,PEA,Green,MIX,Dehydrated,DRY FORM@333333d@4}p =@Q@$Q@NW =p <@Q|f{ ?GzH?j~"?n?Gz?-V@ E?旍O;d?`A7L(((? =p@\(?zG{q1 packet1 packetSoups & Sauces ,,_/R4A)SOUP,TOMATO,Dehydrated,DRY@\(\h@!B\(@ 33333@%Q@Q33333?ffffff? =p3 ?zG??333333@0333333?Ƨ-??|hs@tj?ٙ?E?333333 p@zG{@ =p ?=p =@6333331 cup@5L1 packetSoups & Sauces^S4)SOUP,TOMATO Vegetable, vegetables MIX,Dehydrated,DRY FORM@ =pE@'u\(@\(\@3=p @M33333@ zG{.@ zGs]B?\(\?QR?\(\@6@Afffff?\(?$/@?"`A?333333<<<N?޸Q?}@\(?\(?@21 cup?3333331 tbspSoups & Sauces;T4i)SOUP,Vegetable, vegetables Beef,Dehydrated,DRY@\(X@2\)@@1@I޸Q?T@ =p ?ffffff????ə?333333?ٙ?zG{ ?ٙ?p =q@\(@ =p @01 cup@81 packetSoups & Sauces2W4C )SAUCE,Cheese,Dehydrated,DRY@\(\@6 =q@9p =q@,=p =@@zG?񙙙@=\(\?Gz,U@?zG{?zG{@+333333?zG{?vȴ9X?Լj~#? ?陙@>?Q?333333@(@ Gz@ GzH3#1 packetSoups & Sauces X4A)SAUCE,CURRY,Dehydrated,DRY@@"\(@7@)ffffff@IO\(@)`?????ə?陙?ٙ? ?ٙf@ Q@#(\@!aGz@ =q@GQ@"8-D?ffffff?Q?&x@?5?|h?Լj~#@Y+ ?tj?EQQQ?zG{ @5?|h@dZ?p =q1 tspSoups & Sauces!d4/)GRAVY,BEEF,CANNED@U޸Q5@@Gz?@=p =?ٙ?zG{?ffffffQ0??ə?bM?nO;?Q?zG{?zG{??zG{??r ě?ȴ9Xb?zG{1 cup#1 canSoups & Sauces f4+ )GRAVY,BROWN,DRYo@%zG{@#8Q@.=p @M =q?Q"?\(?QR?^5?|@ffffff?333333? =p ?\(@ ??+?ffffff@ O;dZ@+?Q1 tbspSoups & Sauces2g45)GRAVY,CHICKEN,CANNED@UU\(O?Gz@ =p?@zG?ٙ?zG{?zGmA?陙??ə?陙?hr Ĝ?tj?Z1'?zG{?zG{?? =p?ə?\(@ffffff?1 cup*1 canSoups & Saucesh4/)GRAVY,CHICKEN,DRY@}@&=p @#u\(@*Q@O Q?GzH(8?=p =?1&y?1&x@?333333?;dZ?I^5?}@nO?tj~?"`B}m?޸Q4&@\(\@O;d?1&x1 tbsp1 servingSoups & Sauces i47)GRAVY,MUSHROOM,CANNEDY2?(\)@zG?\(@Gz?ٙ?Qj:?ffffff??333333?ffffff?`A7L? ěT?xF?񙙙?zG{ ?ٙ?Q?QR@m1 cup*1 canSoups & Sauces"j4G )GRAVY,MUSHROOM,Dehydrated,DRY@ QH @P*=p @333333@ =p"? =p?Q?ٙ@333333?ə?ٙ@ ??+?ffffff?333333?ə @Gz?\(?Q@5L1 cupSoups & Saucestk4A )GRAVY,ONION,Dehydrated,DRY@p =qB @P\)"Z?(\)?\(?ٙ@ffffff?ə?ٙ@ ??+?ffffff?\(??Q1 cupSoups & Sauces G (08@HPX`hpx (08@HPX`hpx            ((**++,,--..00113344557788<<==??AABBDDGGHHII ss:l4) )GRAVY,PORK,DRY@Qo@!\(@!B\(@-.zG@O\)@333333@8G{@Q"?\(?öE?lC@ffffff?ffffff?zG{?1&@(\)?/w?tj*?QRu""?У =p?ٙ @(\)@ I^5??Vu @1 servingSoups & Sauces7m43)GRAVY,TURKEY,CANNED@V&fffff3@@?@ffffff?ٙ?Gz?ffffffmA?陙??ə?333333?zG{?zG{??zG{?zG{??? =p??\(\@m1 cup@-1 tbspSoups & Saucesn4- )GRAVY,TURKEY,DRY@zGo@$ =p@\(@)8Q@PGzH@ QR,(?(\)?$/?1&x@?ə? I^5?@(\)?1&x?1&RB]?\(#?@@hr 1 servingSoups & Sauces qlo4A )GRAVY,Unspecified TYPE,DRYX :-b?ffffff??ٙ@ffffff?ə?ۥS@ ??+?ffffff@Gz@ 333333?Q@81 cupSoups & Sauces^p4c)SOUP,Chicken NOODLE MIX,Dehydrated,DRY FORM@\(y@. =p@ =p @%@O(\)@ ?ffffff7@Q&2;?ffffff?M?E@@333333?ffffff?bM@Q? =p?5?|hG> s?,?Q? +?&x@vȴ?=p =J@R1 packet@&3333331 packetSoups & Sauces)q4s)SAUCE,NESTLE,LJ MINOR TERIYAKI Sauce,Ready-to-serve@QB\(?\(@ =p @QR@7^Q@1nzG?Q2??+ I?j~"?zG{?S?ȴ9Xb?vȴ9X?vȴ9X?vȴ?vȴ?Q1 tbsp1 packageSoups & Sauces ##oO4e 9OSCAR MAYER,WIENERS (LIGHT PORK,TURKEY,BEEF)@P@(333333@-@ @ffffff?&?zG{ ?QR?ə@Ƨ@ O;dZ@Z1'>91 servingSausages & Lunch MeatskP4]9OSCAR MAYER,WIENERS LITTLE (PORK,TURKEY)77@%@<33333@@ffffff? ?QR a?p =q?(\)@&L@,\)@\(\7 1 piece91 servingSausages & Lunch Meats Q5 9LOUIS RICH,Chicken BREAST CLASSIC Baked /GRILL (CARVING BOARD)@R9b@333333?@ ffffff@ ?ffffff?zG{ #v?(\)?θQ?ļj~#?Ƨ-?j~#4-1 serving1 sliceSausages & Lunch MeatsjR4k 9LOUIS RICH,Chicken BREAST (OVEN Roasted DELUXE)@Rle@2L@ @??ffffff  ?\(\?p =q?O;dZ?E?I^5?}11 servingSausages & Lunch Meats VV6-\S4[ 9LOUIS RICH,Chicken (WHITE,OVEN Roasted)@Q@ffffff@ @ffffff?GzH.?zG?p =q?;dZ@ ě?"`A;1 servingSausages & Lunch MeatssT4k 9LOUIS RICH,FRANKS (TURKEY and Chicken CHEESE)@O33333@)ffffff@-@ffffff@ffffff?333333@Gz.??ə@\(@Gz@ =p^-1 servingSausages & Lunch MeatslU4] 9LOUIS RICH,FRANKS (TURKEY and CHICKEN)@P@&ffffff@+@@333333?@p =qp?\(?(\)@E@6E@ M\-1 servingSausages & Lunch Meats_V4= 9LOUIS RICH TURKEY BACON;@.333333@4L@333333?ffffff?(?333333@(\)?@zG@ =p @Z1 servingSausages & Lunch Meats 66!&gW4? 9LOUIS RICH,TURKEY BOLOGNA@P33333@&@*ffffff@@ffffff?333333|?=p =5?? =p @QR@=p =@ QC1 servingSausages & Lunch MeatsX5 9LOUIS RICH,TURKEY BREAST and WHITE TURKEY (OVEN ROASTED)@Rc@1@@ ?陙?zG?ffffff?\(?E?Q?=p =)1 servingSausages & Lunch MeatstY4 9LOUIS RICH,TURKEY BREAST and WHITE TURKEY (SMOKED SLICED)@R33333d@1@ffffff@333333?񙙙 ?#?Q?p =q?(\)?zG?QR*1 servingSausages & Lunch Meats^Z4a 9LOUIS RICH,TURKEY (HONEY Roasted,FAT FREE)Hf@3L?陙@ @@333333?\(?(\)?E?ΗO;d?M(81 servingSausages & Lunch Meats ,,k[4m 9LOUIS RICH,TURKEY BREAST (OVEN Roasted,FAT FREE)@S T?ffffff@ ffffff@?333333 ?\(?Q??=p =?XbM?hr Ĝ 1 servingSausages & Lunch Meatsz\4} 9LOUIS RICH,TURKEY BREAST (OVEN Roasted,PORTION FAT FREE)@R33333Z@3?ffffff@ ?ffffff?ٙ?\( ?Q?ə?~"?xF?$/(81 servingSausages & Lunch Meatsr]4k9LOUIS RICH,TURKEY BREAST (SMOKED,CARVING BOARD)@R33333^@333333@ ??333333?Q>8?ffffff?\(?333333?Q?QR+-1 serving1 sliceSausages & Lunch Meatsm^4q 9LOUIS RICH,TURKEY BREAST (SMOKED,PORTION FAT FREE)J]@3L?陙@ffffff@?333333?Q. ?(\)?ə?E?1&x?/w)81 servingSausages & Lunch Meats ffKD#a`4K 9LOUIS RICH,TURKEY HAM (10% H2O)@RFfffffq@2333333@ffffff@ ???QR&"g@Q??\(?=p =?ffffffC1 servingSausages & Lunch Meatsua4a9LOUIS RICH,TURKEY NUGGETS/STICKS (BREADED)@IY@,@1@@.? ? =p?p =q?ҏ\(@ Q@ aGz@Q(1 pieceU1 servingSausages & Lunch Meats[b4= 9LOUIS RICH,TURKEY SALAMI@Q@.@"@?ٙ?ٙ(? @\(?QR@C$@ + I^@j~#L1 servingSausages & Lunch MeatsYc4I 9LOUIS RICH,TURKEY SALAMI COTTO@Qٙ@#@ ??ٙ?=p =@? =p @333333@\(\@ =pM1 servingSausages & Lunch Meats Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpxAABBCCEEJJKKLLMMNNOOQQRRSSTTVVWWYYZZ\\]]^^__``bbcceeffggmmnnooppqqrruuvvyyzz{{||}} gd4M 9LOUIS RICH,TURKEY SMOKED SAUSAGE@QFfffff@-@#@ 333333@ffffff?zG@333333?\(@\(\@ zG{@p =qB81 servingSausages & Lunch Meats-e4U 9BUTCHER BOY MEATS,INC.,TURKEY FRANKS@MzH@*fffff@2+Q@ =p@ =p?ə@Q?GzH@ =p ?+ J?陙?/v?\(@E?hr Ĝ?ʟvȴ9?)@p =q@+ I^@/vh81 servingSausages & Lunch Meatsnf4i9CARL BUDDIG,Cooked CORNED Beef,Chopped,PRESSED@QFfffff@3L@333333@ffffff@333333`>? =p ?θQ@@ffffff?333333AG1 package@LY1 servingSausages & Lunch Meats ###  |g4w9CARL BUDDIG,SMOKED SLICED Chicken,Light and Dark MEAT@Q @1fffff@$333333@?ffffff|?\(?Q?@\(@@5@LY1 servingG1 packageSausages & Lunch Meatseh4I9CARL BUDDIG,SMOKED SLICED Beef@QY@3L@@ffffff?333333@zGP? =p ?θQ@Gz@?333333C@LY1 servingG1 packageSausages & Lunch Meats{i4u9CARL BUDDIG,SMOKED SLICED TURKEY,Light and Dark MEAT@Q @1@"333333@ ffffff?p =@' =p @zG{@=p =@)B@333333?ə1@ @@ {1 servingSausages & Lunch Meatsro4C' 9HORMEL WRANGLER BEEF FRANKS@LU\("@)(\)@9 =q@zG@Gz?Q?@ffffff?@3fffff @%=p =@*Q?zG{C81 frankfurterSausages & Lunch Meats;\4e 9TURKEY,PORK, and Beef SAUSAGE,Low Fat,SMOKED@S33333e@?\(@'?333333 @J?333333?&x@8?ffffff? =p?zG{??Q??Q? =p ?333333?zG{?Q@|Y1 lbSausages & Lunch Meats YY.]5 9USDA COMMODITY,PORK,SAUSAGE,BULK/LINKS/PATTIES,Frozen,Cooked@MTzG @3\(@4B\(?Q ?ffffff@Q?vȴ9?"`A@533333?lC?+ @^5?|?~"?Q?zG{2@ ěT@!kQ@~"bSausages & Lunch Meats(a4c 9FRANKFURTER,Beef,PORK, and TURKEY,FAT FREE@Qm@)?p =q@ @&kQ6?zG{@\(\?E@233333?ļj~#?öE@ ^5?|?+ I^?\(???zG?ffffff)91 frankSausages & Lunch MeatsEb5/ 9LUNCHEON MEAT,PORK,HAM, and Chicken,MINCD,Canned,Reduced Sodium,Vitamin C, (SPAM)@K%@)@9@ @ 333333?zG{m4@\(?O;dZ+?`A7L?x@ ffffff?1&?Q?θQ@!"@(zG@SL82 ozSausages & Lunch Meats QQ~)c4 9USDA COMMODITY,PORK SAUSAGE,BULK/LINKS/PATTIES,Frozen,RAW@P:G{@-fffff@2\(@ ?zG@Q?bM?nO;@533333?tj?̋C%@E?Ƨ-?E?Gz( @;dZ@ ;dZ@+ISausages & Lunch Meats=d5 9LUNCHEON MEAT,PORK with HAM,MINCED,Canned,Including SPAM (HORMEL)@Iٙ;@*@:@ @ffffff?zG{2?p =q?1&@6fffff?I^5?}?Ƈ+ I@ =p =?lC??Gz@!\)@(8Q?\(G82 ozSausages & Lunch Meats=e5  9LUNCHEON MEAT,PORK and Chicken,MINCED,Canned,Including SPAM LITE@PnzG@.u\(@+@ffffff??(\)'?ffffffm@?@C@? =p ?Gz@ ?1&?Q?θQ@_;dZ@nP?vȴ9KSausages & Lunch Meats wi4W!BABYFOOD,DINNER,Beef and RICE,Toddler@TyR@333333?ffffff@! ?zG#xe?p =q?S@ @333333?bM?lD?|hr?n?QR@@ffffff??Gz ?ffffff? ?\( #zK??zG{?Q@?333333?1&y?E?㕁$/? =p?nO;?\( ?Gz@2+?"`B?Z1'?M1 cup1 tbspBaby Foods XXDo4k !BABYFOOD,DINNER,Beef with Vegetable, vegetables@U33333`@=p =@Q?QR@p =q?@GzH?Q?ffffff?nO;?xtj~@?Q?Q?ffffff?Гtj~??|hs ? =p T?=p =@'333333u:@Q@\(? q1 jarBaby Foods\s4}!BABYFOOD,DINNER,Vegetable, vegetables and BACON,Strained@UpG?Q@?ٙ@!Q?333333?QR?333333 t1?333333?zG{?Q?333333?333333?bM?+?Vt?zG{?-V?Qr?QR@"333333X? I^5?O;dZ? ěT1 cup1 tbspBaby Foods p\u4y!BABYFOOD,DINNER,Vegetable, vegetables and HAM,Strained@UzG;@Q@Q?=p =@333333??Q?=p = !?zG{?Q?Q@333333??Q?S?o?S?nO;?Q 8? =p@y1?r ě?`A7?E1 cup1 tbspBaby FoodsCv4u!BABYFOOD,DINNER,Vegetable, vegetables and HAM,JuniorW<@(\)?=p =?@!L?zG?θQ!aW?333333?Q?Q@333333?񙙙?bM?zG{?bM?O;dZ?Q 8? =p@y1?x?E?ܬ1&y1 cup1 tbspBaby FoodsEz4{!BABYFOOD,DINNER,Vegetable, vegetables and LAMB,Strained@V&fffff4?@?񙙙?zG ?ffffff1^?(\)?-V@333333?333333?nO;?hr Ĝ?hr!?zG{?O;dZ?zG{d?θQ@ffffff"?~"?M?`A7K1 cup1 tbspBaby Foods  [7{4w!BABYFOOD,DINNER,Vegetable, vegetables and LAMB,Junior@V&fffff3@?333333?@ffffff?񙙙 ?\(1_ ?(\)?-V@333333?333333?$/?bM?^5?|?Z1'?+ I?zG{L?E?zG?öE@4U!BABYFOOD,DINNER,Chicken STEW,Toddler@T33333N@@ ?ffffff@?333333?Gz$?Q 3\?=p =?zG{@?ffffff?vȴ9X?l?r ě?O;dZ?Q4?(\)@ ?񙙙?333333? =p1 tbsp@R@"=p =?p =q? =p ??[@Q?333333?1&y@8?\(?XbM@#Stj~?-?޸Q?\(<?p =q@ffffff@zG@ @333333^1 cup, chopped or diced1 unit*PoultryB4e;CHICKEN,BROILERS OR FRYERS,MEAT ONLY,Roasted@OQ@<zG@ =p?QR?\(\V@?&x?tj~?lD?ȴ9Xb@"Xtj?lD?zG?Q5?GzH@333333@QR@GzH? =p Y1 cup, chopped or diced@!ffffff1 tbsp.PoultryH4c;CHICKEN,BROILERS OR FRYERS,MEAT ONLY,Stewed@P =p@;J=p @ =p?333333?QF? =p?;dZ?tj~@4fffff?+ J?/w@w+?;dZ?У =p?(\)2?GzH@333333?p =q@Q? =pS1 cup, chopped or diced@!ffffff1 tbsp0Poultry LL34]7CHICKEN,BROILERS OR FRYERS,Skin ONLY,RAW@K(\]@*\)@@,?=p = ?GzH dg??\(?E?tj~@(?`A7L?lD@`A7L?$/? =p ?p =qLL@333333@"(\)@+zG@=p =m/1 unitO.5 chicken, skin onlyPoultry<4}7CHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,FRIED,BATTER@BzG@$ =p@?\())@p =q@(33333@QRJr1 unit.5 chicken, skin onlyPoultry94{7CHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,FRIED,Flour@<=p @3 =p@EJ=p ?@"zG?QR~}5?ffffff?9XbM?Q@Os33333?E?Q@E?hr ?!5? =p FF@'W =p@2\(@"GzI!1 unit8.5 chicken, skin onlyPoultry [[@4s7CHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,Roasted@D%Q@4\(\@DW =p??(\)}A?zG?bM?+ I?nO;?A7Kƨ@Rm?Q??əON?ٙ@333333@& =p@1zH@!# =pS"1 unit8.5 chicken, skin onlyPoultry.4q7CHICKEN,BROILERS OR FRYERS,Skin ONLY,Cooked,Stewed@J\(k@.p =q@@Q?ۅQ ?zG cu8?Q?O;dZ?nO;@\fffff?hr Ĝ?bM@ I^5??$/??(\);;@"\(@+\)@ =p?,1 unitH.5 chicken, skin onlyPoultry+4YCHICKEN,BROILERS OR FRYERS,GIBLETS,RAW@RzH|@1Gz@Gz?zG? @p =qM@ \(?vȴ?nO@K@0333333?+ I?$/@S@ lD?GzYYY@&R" a a?\(?Q?p =q1 unitK1 gibletsPoultry E (08@HPX`hpx (08@HPX`hpx            !!""##$$%%&&''(())**++,,--..// LLD4k;CHICKEN,BROILERS OR FRYERS,GIBLETS,Cooked,FRIED@GR@@EQ@*Q?QR@ffffff@$ =pJq@zG? I^5?j~"@Z @!ffffff?E?bM@%XbM@;dZ?Q{{{@*Q. @ffffff@zG@ =p 1 cup, chopped or diced 1 unitPoultryO4q; CHICKEN,BROILERS OR FRYERS,GIBLETS,Cooked,Simmered@PzG@;&fffff@?Q?ۅQ@(\)!C@Q?/v?xF@M@)?M?E@@ 1&x?hr Ĝ@"Gz?p =q  %?&x?ȴ9Xb?lC1 cup, chopped or dicedPoultry4K CHICKEN,GIZZARD,ALL CLASSES,RAW@SQ^@1\)@zG{?ffffff @QE@\(?-V?(\)@9@ ?1&y?͑hr @ p =q?1&x?1&y?\(\@?Q?hr!?bM?+ Poultry ff4 4c; CHICKEN,GIZZARD,ALL CLASSES,Cooked,Simmered@PQ@>c =p@p =q?zG{@ Q8@zG?ěS?l@D?vȴ9?Gz@\(?E?-V? =p?ə?p =q?`A7L?֗O;dr1 cup, chopped or dicedPoultry)!4GCHICKEN,HEART,ALL CLASSES,RAW@Rc =p@/@"\)?333333?Q @ =pJ@\(\?$/?ȴ9Xb@333333@ ?tj~?KƧ@1&x@xF? =p HHH@(\) @GzH@\(@zG@ffffff1 heart?1 unitPoultry1"4_;CHICKEN,HEART,ALL CLASSES,Cooked,Simmered@P6fffff@:h\)@zG? =p ?@"\(0@333333?bM?dZ1??Q?E@lC@;dZ?zG{PPP@(\)@zG@zG@ffffff1 cup, chopped or diced1 unitPoultry CCh!#4G CHICKEN,LIVER,ALL CLASSES,RAW@Sp =w@0Q@QR?\(?\(\@!G{)G@\(\?|hr?QR@KL@1fffff?ӅQ?r ě@#tj~@O;?KƧLLL@0zG+F ?ffffff 8 (? I^5?lC?5?|hYPoultry@$4_# CHICKEN,LIVER,ALL CLASSES,Cooked,Simmered@P =p@8u\(@ =p ?\(? =p @'B\(L@ =p?߾vȴ9X?"`@T@;fffff?ҟvȴ9?S@& =p@1&y?(\)BBB@0ٙ4?=p =  S@zG{?-?M3@ozH1 containerPoultryP%4=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,RAW@Q&fffff@4EQ@&# =p?Q ?GzHA?\(?zG{?nO;@0ffffff?5?|h?tj@!`A7?hr Ĝ?޸Q?\(c?GzH@333333@ GzH@zG@QCt1 unit.5 chicken, bone removedPoultry <<P&5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,FRIED,BATTER@Ip =@7@.Gz? =p@#?(\)?\(?;dZ?(\)@;333333?hr!?`A7@"O;dZ?hr Ĝ?\( ?QO@zG{@zG{@ Tq1 unit.5 chicken, bone removedPoultryl'5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,FRIED,Flour@KTzG@>s33333@(.zG?\(\?Q??\(\M?(\)?-V?vȴ9@=?tj~?$/@(R? =p ?GzH ?QD?=p =@333333@ \(@333333@QWN1 unit.5 chicken, bone removedPoultry dD(5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,Roasted@NAGz@=Q@%33333?\(?=p =K?zG?"`A?nO;@8?Q?5?|h@&DS?o? =p?zG{n!!@ffffff@ =p @zG{TO1 unit.5 chicken, bone removedPoultryC)5=CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT and Skin,Cooked,Stewed@PHQ@:# =p@# =q?\( ?\(\??=p =?+ I?nO;@5333333?E?1&y@p =?Q?GzH?ə`@ffffff@\(\@\(JZ1 unit.5 chicken, bone removedPoultryQ*4}=CHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,RAW@PZG{@0 =q@2W =p?QR ?\(\I?GzH?S?tj~@)ffffff?;dZ?° ě@bM?+??ҏ\(11?333333@333333@ =p @@zGQ1 unit .5 chicken, bone removed#Poultry LLP+5=CHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,FRIED,BATTER@Hh\)*@5ٙ@2 =p?\(@"\(? =p '@ =p?zG{?-V@7?E?lC@mhr!?~"? ?GzHg@@QR@QY1 unit.5 chicken, bone removedPoultry\,5=CHICKEN,BROILERS OR FRYERS,Dark MEAT,MEAT and Skin,Cooked,FRIED,Flour@Ih\)@;8Q@0\)? =p @QR?Y@?+ I?+@4?QR?zG@^5?|?nP?zG{  ?333333h@333333@QR@ =p@GzH\n1 unit.5 chicken, bone removedPoultry GG@zG{@ffffff?ə@ =p^?\o@ =p?+ I?/v@-333333?ffffff?睲-V?Ձ$/@6E?Q?KƧ?(\) @%(\)@* =p@7KƧZ@ffffff?-V?$/@ ffffff?$/?bM?ۅQ@+ J@$/@ lC<81 servingSausages & Lunch MeatsFp4{ 9SWISSWURST PORK and Beef with SWISS Cheese SMOKED@KzH2@)aGz@;^Q@=p =?J? =p ;@?Q?bM@?;dZ?zG{@333333?QR? =p?zGNdd@$ =q@+\(\@(\)=@S#333331 servingSausages & Lunch Meats!q4; 9BACON and Beef Sticks@5@=@F@333333?陙?陙?\(@ =p?zG{?tj~@:?333333?=p =@w+?\(??ffffff?@5fffff@333333f1 ozSausages & Lunch Meats r4Q 9BRATWURST Beef and PORK SMOKED@LS33333)@(ffffff@:W =p@zG{P@\(?zG{?E@,333333?QR?C$@Gz?zG?ə@\(\@QR?GzHNB1 servingSausages & Lunch Meatss4= 9BRATWURST,Chicken,Cooked@QR@3p =q@$33333?(\) ? =pH?Gz??&x?$/@49XbN?+ ?أ =p?\(e@$vE@zG{@ =pGT1 servingSausages & Lunch Meats>t4m 9BRATWURST PORK Beef and TURKEY LITE SMOKED@Px\)@,fffff@+\(@ =p ?Q?Q?zG@p =q? ěT?Q@4333333? =p ??|hs?O;dZ?nO;?C$?@&x@\)?nO8B1 servingSausages & Lunch Meats ~~"u4E 9PASTRAMI Beef 98% FAT-FREE@R33333_@3?\(@ 333333? =p @=p =@ =p ?9XbM?vȴ9@$@AL?QR?\(@B\(?333333? =p ?(\)?Q?zG{/91 servingSausages & Lunch Meatsv47 9SALAMI ITALIAN PORK@AL@533333%@?333333?333333 ?QRTb@?zG{?Q@9ffffff?\(?Q@ffffff?\(?ᙙ@ffffff@*333333@2333333@ P1 ozSausages & Lunch Meats=w4M 9SAUSAGE ITALIAN TURKEY SMOKED@Q @.@!@ffffff@?@ @#333333@ =p ?j~"?`A7L@6333333@>ffffff?-V?$/@ ffffff?$/?bM?ۅQ++@ 5?|h@ =p ?&x581 servingSausages & Lunch Meats  F8x4i 9SAUSAGE Chicken Beef PORK SKINLESS SMOKED@N@@+333333@,@ @ ffffff?ffffffd@333333 @p =q? ěT?Q@4333333? =p ??|hs?O;dZ?nO;?C$?@333333@\)?nOxT1 linkSausages & Lunch Meats9y4E 9SAUSAGE TURKEY HOT SMOKED@Q @.@!@ffffff@?@ @#333333@ =p ?j~"?`A7L@6333333@>ffffff?-V?$/@ ffffff?$/?bM?ۅQ++@ 5?|h@ =p ?&x581 servingSausages & Lunch Meats6z4Y 9YACHTWURST,with PISTACHIO NUTS,Cooked@M @-@6?ffffff@@81 servingSausages & Lunch Meats KK0{4A 9BEERWURST PORK and Beef@LZG{@6zH@@zG??zG@zG?^5?|? =p@1ffffff?333333?|hr?$/@? I^5?p =q?\( ?@ A7K@$5\(@ =p>81 servingSausages & Lunch Meats?|4o 9CHICKEN BREAST FAT-FREE Mesquite FLAVOR SLICED@S.QP@0?\(@ =p@?ə?333333$<?333333?p =q?hr Ĝ@ffffff?1&y?O;dZ@-V?ȴ9XbN?Q?Q? =p?zG{?Q$*1 servingSausages & Lunch Meats:}4i 9CHICKEN BREAST OVEN-ROASTED FAT-FREE SLICED@S-p =O@0=p ?\(@Q@\(\??zG{ @*333333@1@ 333333@333333? =p@-@Q@ =p @ =pF81 servingSausages & Lunch Meats=4M 9OVEN-ROASTED Chicken BREAST ROLL@R>Q@-.zG@@Q? =p?ۅQ?zG{yDs??lD?hr Ĝ@'ffffff?tj?vȴ9X@$/?zG?nO?θQ?Q?@ =p@+ I?KƧ'81 servingSausages & Lunch Meats&4M 9BOLOGNA PORK and TURKEY LITE@P7zH@*Q@0\(@zG{@ 0?ffffff^?\(\?E? =p@ffffff?Z1'?E@tj~?\(?/w?ҏ\(@ =p@1&x@hr ĜO81 servingSausages & Lunch Meats 14M 9BOLOGNA PORK TURKEY and Beef@F\(M@'Q@=@@@ =p??333333@\(?+?\(@( ?tj~?333333@ zG{? =p ?E?GzH@'ffffff@)@tjK@\)@ =p ?QR?\(M?zG??hr Ĝ@8ffffff? =p?-V@(׍O;d?vȴ?333333?\( ?GzH?333333?QR? =p?\(\U1 cup, chopped or diced@1 unit*PoultryT25;CHICKEN,BROILERS OR FRYERS,Light MEAT,MEAT ONLY,Cooked,Stewed@QGz@L@,ffffff:@)1 tbsp 1 unitPoultryK84o7CHICKEN,BROILERS OR FRYERS,BACK,MEAT and Skin,RAW@M ?@,@

4yICHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,FRIED@G\( @=p =@. =p?ffffff@Q?ffffffc@ffffff?QR?bM@3fffff?lC?1&x@Q?+ I^?ffffff ? =pb@zG{@Q@ Q]#1 unit:.5 back, bone and skin removed.Poultry QQT?4}ICHICKEN,BROILERS OR FRYERS,BACK,MEAT ONLY,Cooked,Roasted@M`@<0 =q@*QR?GzH?=p =`@333333?j~#?+ I@1L?hr Ĝ?Ƨ-@F-?zG?\(?333333_?GzH@333333@ @QR@ffffffZ1 unit(.5 back, bone and skin removed? =p ?+ I?nO;@5?E?p =q@:^5?|?$/?ҏ\(?GzP?GzH?ə@ =p@333333?GzHK1 cup, chopped or dicedB1 unitPoultrySF4kMCHICKEN,BROILERS OR FRYERS,BREAST,MEAT ONLY,RAW@R =qn@7 =p? =p?QR ? =p A?陙?E?nO;@1?333333?Q?O;dZ@&cS?5?|h?ᙙ?QR? =p?ə?Q?333333?Q:G1 unitv.5 breast, bone and skin removed#Poultry YYs95=/CEREALS,OATS,Regular and QUICK and Instant,Unenriched,Cooked with H2O,without SALT@US33333?@?333333@%?333333?333333?\(L8?\(\?(\)?Q@ 333333?(\)?zG{? =p?ə?zG{?@ ?zG{?zG{?QR1 cup@-3333331 tbspBreakfast Cereals,:4] /CEREALS,OATS,Instant,Fortified,Plain,DRY@"q@/@ffffff@@%e@<zGeb@\(?E@ =p "?"`A?lC@,nO??/w  00?\(@ ?333333?1&y@`A71 packetBreakfast Cereals kM/4k' 7APPLES,Canned,Sweetened,SLICED,Drained,Unheated@T =pC? =p ?\(\?GzH@033333?333333?p =qD?Q?"`A?Õ$/?333333?ٙ?nO;?zG{? ě?vȴ9X?+ I3?Gz?333333?zG{?zG{?nO;1 cup, slicesFruits & Fruit JuicesK04g' 7APPLES,Canned,Sweetened,SLICED,Drained,Heated@TRC? =p ?ۅQ?GzH@0 =p@-zG?θQF??1&?Q?333333?ə?nO;?zG{?j~#?bM?+ I8?Gz?333333?Q?hr Ĝ? ěT1 cup, slicesFruits & Fruit JuicesB14q 7APPLES,Dehydrated (Low Moisture),SULFURED,UncookedZ?Q?\(?Q@WaR@(@THQ7|?ҏ\(?XbM?bM?@?O;dZ? =p?\(?ۥS?QQ?@333333#?QR?tj~?S<1 cupFruits & Fruit Juices FFVX5=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,Braised@O @;33333@$GzH?(\)?zG)@GzH?l?zG{@F33333?333333?hr ?ЃnP@tj~?j~"?/v?(\)?Gz@zG@ffffff?\(\GU3 ozH1 chop, excluding refusePork\W5=PORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),Boneless,Lean only,RAW@QQ@5@Q?\(\? =p-? =p ?-V?zG{@A33333?333333?dZ1?&x@$/?nP?zG?\(? =p @Q@p =q?ffffff7@|Y1 lbX1 chop, excluding refusePork YYXZ5=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,PAN-FRIED@NnzG@;zG@'? =p?\(4@Q?lD?|1&y@F33333?333333?Z1'?\(@u\(?`A7L?E?Q?(\)@333333@=p =? =pFU3 ozB1 chop, excluding refusePorkGY5=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only,Cooked,Broiled@Ly@=u\(@$?\(?=p =A@ =p ?Q?zG{@Gfffff?333333?웥S?Ԭ1&y@C?;dZ?ٙ ?ffffff@ \(@ffffff?zG{QU3 ozG1 chop, excluding refusePork ,,P]5OPORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only and FAT,Cooked,Braised@J(@7޸Q@5?(\)?QH;@ zG{?+?tj~@Cٙ?ffffff?Z1'?bM@\(?O;dZ?hr!?zG@ Q@"\(?\(W1 piece, cooked, excluding refuseU3 ozPork-\4}PORK,Fresh,LOIN,COUNTRY-STYLE RIBS,Lean only and FAT,RAW@OQ@0p =@2\(? =p?zG{.:@zG{?&x?+ I@<333333?ffffff?旍O;d?ϝ-V@ =p ?`A7K?M?@\(@ zGE@Q@!333333?Q?\(\t8@\(?"`A?htj~@I@?ٙ?$/?&x@ɺ^5?}?A7Kƨ?E?\(?GzH@ =p @?zG[U3 ozJ1 chop, excluding refusePork[c5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only and FAT,Cooked,Braised@O@:=p @ \(?zG ?p =q`.@Q?+ I?1&y@Dٙ?陙?Q?љ@I^5?}?^5?|?Ƨ-?=p =?Gz@=p =@ GzH?QU3 ozR1 chop, excluding refusePork @@Yf5 =PORK,Fresh,LOIN,SIRLOIN (CHOPS OR ROASTS),Boneless,Lean only,RAW@Rc33333@5\(@Gz?p =q ? =pr3??lD?1&y@@??`A7K?Ұ ě@ěT?~"?(\)?zG?\(?\(\?\(??@|Y1 lbe1 chop, excluding refuse Pork_e5!OPORK,Fresh,LOIN,SIRLOIN (ROASTS),Boneless,Lean only and FAT,Cooked,Roasted@N=p =@<@"(\?zG?Q8@zG?bM?bM@E@?1&x?-V@N+?KƧ?S??QR@ \(\@zG{?333333V;1 piece, cooked, excluding refuseU3 ozPork hhSh5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only,Cooked,Broiled@N =p@?!Gz@zG?Q? =py8@GzH?"`A?zG{@I?ٙ?zG{?ٺ^5?|@Vu?E?GzH?Gz?У =p@\(@GzH?\(\U3 ozG1 chop, excluding refuse Pork=g5=PORK,Fresh,LOIN,SIRLOIN (CHOPS),Boneless,Lean only,Cooked,Braised@P9@ffffff?ffffff ?\(d.@\(?ȴ9Xb?1&y@EL??E?lC@ =p?zG?j~"?=p =@Q@333333?=p =QU3 ozP1 chop, excluding refusePork gug k47PORK,FRESH,GROUND,RAW@NzH@0Gz@50 =q? =p?(\)8@? =p ?zG{@8?ffffff?lC?zG@Z1'?`A7K?؃nP?ffffff@zG{@"Gz?\(H@kQ@QR@ffffff?Gz$'A@?hr Ĝ?tj~@I?-V?ěS@=p ?XbM?`A7L@Q@ =p?Q^U3 ozI1 chop, excluding refusePork6p5 PORK,Fresh,LOIN,TOP LOIN (ROASTS),Boneless,Lean only and FAT,RAW@P33333@4=p =@'8Q?Q?Q+? =p?(\)?nO;?333333?`A7K?bM@t?+ ?S?QR@zG@Q? =p;@%P?vȴ9?1&y?tj~1 cup6 fl ozVegetablesa95!TURNIP Greens and TURNIPS,Frozen,Cooked,Boiled,Drained,without SALT@W(\@ =p?zG{?ffffff@\(??Q[?GzH >? =p?E?Ƨ-?@"?Q?Q?Gz?tj~?-V!?p =q@y񙙙/%.5 cup, slices$4 waterchestnutsVegetablesfC4? !VINESPINACH,(BASELLA),RAW@WFfffff??333333?ffffff@ 333333m?333333A4?ۅQ?dZ1?Q?陙f?? =p??"`A?θQ@Vegetables QQ}(G4))!WATERCRESS,RAW@W =p @ffffff??333333? =p??əx?ə<J)?(\)?E?;dZ?+? =p ?Q?ə? =p?nP \ ?S?bM?Q"1 cup, chopped@1 sprigVegetables!I4[%!!WAXGOURD,(CHINESE PRESERVING MELON),RAW@Xfffff ?ٙ?ə?333333@333333?ٙ o?Q?O;dZ?-V?ə ?zG{?(\)?ٙ?$/?Q?bM?l?E1 cup, cubesD1 waxgourdVegetablesZJ5% !WAXGOURD,(CHINESE PRESERVING MELON),Cooked,Boiled,Drained,without SALT@X =p?ٙ?ə?333333@QR?Gz?QR k?Gz?+ I?1&y?ə@%?hr Ĝ?PbM?ؓtj~?"`?bM?\(@ffffff?bM?l?+ I1 cup, cubesVegetables  K4K'!WINGED Beans,Immature SEEDS,RAW@U\(1@? =p?\(@=p =T?"%?\(?1&?lC?@2L?Q???5?|h?hr!BBB?vȴ9X??+,1 cup, slices1 podVegetables,L5  !WINGED Beans,Immature SEEDS,Cooked,Boiled,Drained,without SALT@V =p&@=p =?Q?Q@ zG=?p =q?Q?l?9XbM?񙙙@#?tj?nO;?/w?E?E###X?+ I^?1&x?-V>1 cupVegetablesqM49 !WINGED BEAN LEAVES,RAW@S6fffffJ@ffffff?񙙙@@,333333? ?zG{?/v?;dZ?-?-?C$@ Ƨ-?hr Ĝ?Ͳ-V?hr Ĝ?=p =?C$Vegetables gO47 !WINGED BEAN TUBER,RAW@L33333@'333333?@<-J#?=p =?-V?$/?ffffff?A7Kƨ?nO?=p =?-V?333333?j~"?E?EVegetables"Q4% !YAM,RAW@Qffffffv?zG{?\(?=p =@;Gz@ffffff??GzH70 ?θQ?ȴ9Xb?hr Ĝ?ffffff@1?1&y?bM?lD?tj?n?\(@S?l?xtj~?tj~1 cup, cubesVegetablesWR4k%'!YAM,Cooked,Boiled,Drained,OR Baked,without SALT@QQt? =p?Q?Q@;zG@333333?\(\? =p1?ə?tj~?׾vȴ9X?ffffff@(333333?QR?1&y?lD?lC?/vz?QR@I?-V?tzG{?Q1 cup, cubesD.5 cup, cubesVegetables 0w0C)4O;%CASHEW NUTS,DRY Roasted,with SALT?333333>@.Q@G,@@@XQ@ =p -5@ffffff@\(?nO;@'ffffff?ə?ə?ffffff?xF?bMEEE?p =q@AY@"PbM@;Q&x@XbM1 cup, halves and whole@(\)@ ffffff@ =p +@333333x4@ffffff@XbM? ě@4L?333333?;dZ?lC?Ƨ-?(\)?Ԭ1&y?p =q@AY@ j~@9I^5?@!O;d@`"\(1 cup, whole@` =p1 cup, halvesNuts & Seeds ccJ]4g%MIXED NUTS,OIL Roasted,with Peanuts,with SALT@=p =i@0\(@L*=p @ \(@5h\) @Gzl@ zGE@QR?tj~?E@zS33333??;dZ?j~"@>vȴ9X?+?θQSSS@@)ffffff@!s33333@?R@*+ 1 cup@@E@D|(\@7$/n1 cup@@ \(\@ ěT@! ě@1 cup@@ffffff?(\)?Q@233333?zG{?Gz@ Q?ffffff?Q@Q?ə?@!zG@"p =q?\(X1 piece, cooked, excluding refuseU3 oz BeefQ#@:+Q@3Gz?Q @333333<>@\(?j~"?Q@3?zG{?Gz@ \(\?ffffff?Q@@Q@!? =p V1 piece, cooked, excluding refuseU3 ozBeef8O5BEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Select,RAW@N@2xQ@1kQ?zG{?zG/9@ zG?Q?vȴ9@*? =p ?zG{@ Q?zG{?\(@\(\@GzH@(\)?zG{C@@?1&?Q@8? =p ?Gz@Q?׮zG?׮zG@@"G{@$(\)?QS!1 piece, cooked, excluding refuseU3 oz Beef7Q5BEEF,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,PRIME,RAW@L=p  @2GzH@7L?Gz? =p)5@ =p ?hr Ĝ?tj~@1? =p ?333333@ \(? =p?QR@=p =@#Q@$B\(? =pD@4w+7APRICOTS,Canned,H2O Pack,with Skin,Solids and LIQUIDS@W =p?Q?zG{?QR@\(?@(\)?zG{ ?(\)?E?"`A?@ 333333?$/?O;dZ?GzH?O;dZ?Sb?333333@ ?+ I?lD?vȴ9X1 cup$1 apricot, halfFruits & Fruit Juices ZG?4}A 7APRICOTS,Canned,H2O Pack,without Skin,Solids and LIQUIDS@W[Q?zG?Q?QR@Q?񙙙?GzH  ?(\)?hr Ĝ?"`A??zG{?tj~?+?O;dZ?S[?`bM?vȴ9?xtj~1 cup, whole, without pitsFruits & Fruit Juicesg@4{+7APRICOTS,Canned,Juice Pack,with Skin,Solids and LIQUIDS@UzH0?(\)?zG{?׮zG@(zG?@%zG{ ?333333 ?(\)?S?vȴ9?@?nO;?tj~?tj?O;dZ?SU?333333@ ?htj~?hr Ĝ?|1&y1 cup$1 apricot, halfFruits & Fruit Juices7A5 7APRICOTS,Canned,Extra Light SYRUP Pack,with Skin,Solids and LIQUIDS@U333331?333333??@)? ?333333 ?zG{?zG{?vȴ9?zG{?zG{?333333?O;dZ?S@?|1&y?tj?zG{1 cupFruits & Fruit Juices nB5+7APRICOTS,Canned,Light SYRUP Pack,with Skin,Solids and LIQUIDS@T =p??\(??׮zG@0}p =?@-ǮzH ?\( ?(\)?9XbM?vȴ9?@?bM?zG{?tj~?O;dZ?S*B?333333@?htj~?$/?zG{1 cup(1 apricot, halfFruits & Fruit JuiceslC5%7APRICOTS,Canned,Heavy SYRUP Pack,with Skin,Solids and LIQUIDS@Sc =pS?\(?zG{?׮zG@5xQ?@3޸Q ?333333 ?(\)?+?1&?@?zG{?+ I?bM?O;dZ?S>?333333@?tzG{?`A7L?Q1 cup1 cup, wholeFruits & Fruit Juices ..PD5 A 7APRICOTS,Canned,Heavy SYRUP Pack,without Skin,Solids and LIQUIDS@Sj=p S?QR? =p ?ҏ\(@5s33333? ?ۅQ ?? =p?1&@ffffff?tj~?O;dZ?ڟvȴ9?O;dZ?S>?xtj~?l?hr Ĝ1 cup, whole, without pitsFruits & Fruit JuicesUE5A 7APRICOTS,Canned,Extra Heavy SYRUP Pack,without Skin,Solids and LIQUIDS@RQ`?ᙙ?zG{?p =q@8ٙ?? =p~ ??bM?@333333?bM?+ I?\(?O;dZ?SJ?htj~?hr Ĝ?bM1 cup, whole, without pitsFruits & Fruit Juices!F4u 7APRICOTS,Dehydrated (LOW-MOISTURE),SULFURED,Uncooked@@@? =p@\(\@T\)=@=p =?: ?nO;?ם-V@#?tj?l@ =p?nO? =p1}y?tj?&x?"`w1 cupFruits & Fruit Juices AAj%G4q 7APRICOTS,Dehydrated (LOW-MOISTURE),SULFURED,Stewed@O~?Gz?θQ?\(@@O\(@ =p>?\(?Vu?\(@ffffff?vȴ9?&x?zG?E?ěS7?hr Ĝ?Gz?bM1 cupFruits & Fruit JuicesIH4M7APRICOTS,DRIED,SULFURED,Uncooked@> =p@ Q?QR@\(@OQR@333333@JQ7@GzH G ?\(?E?zG@?Q?l@E?nP?M @QR@s?hr Ĝ?l?l1 cup@ 1 halfFruits & Fruit JuicesEI4g 7APRICOTS,DRIED,SULFURED,Stewed,without SUGAR@R =pU?333333? =p ?Q@6&fffff@@3R?zG ?Q?"`??|hs?陙?333333?tzG{?vȴ9?GzH?1&@?zG{?񙙙?xtj~?vȴ9?vȴ91 cupFruits & Fruit Juices mm$J4a 7APRICOTS,DRIED,SULFURED,Stewed,with SUGAR@Qq?Q?333333?\(\@=B\(@ffffff?QR&?θQ?lD?+ I?ffffff?tzG{?S?KƧ?r ě?^5?|[k?zG{?bM?-V1 cupFruits & Fruit JuicesK4? 7APRICOTS,FROZEN,SWEETENED@RS33333b?ffffff??陙@9@ ? ??bM??ٙ ?zG{?zG{?陙?ə?QT?|1&y?+ I?zG{1 cupFruits & Fruit JuicesOL4]7APRICOT NECTAR,Canned,without Vitamin C@U7zH8?׮zG? =p ?ҏ\(@,ǮzH?333333@+zG?QR r? =p ? ě?bM?333333?nO;?1&y?У =p?tj~?+ I$B? =p?333333?xtj~?tj~?hr Ĝ1 cup@?ffffff1 fl ozFruits & Fruit Juices .'4m!TOMATO PRODUCTS,Canned,Sauce,with TOMATO TIDBITS@VE\( ?Q?\(@Gz@\(\?ffffff ?\(*u?QR?1&y?(\)?333333@5? ě?E?hr!?1&x? =p !(?(\)?-V?tj1 cup1 canVegetables Z%5!TOMATO PRODUCTS,Canned,Sauce,with ONIONS,Green PEPPERS, and CELERY@VR)?zG?zG?QR@!=p ?ffffff@p =q ?QR&"?Q?XbM?;dZ?333333@*ffffff?&x?Q?Q?I^5?}?E*)?Gz?x?$/?1&?Ցhr 1 cup1 canVegetables 77Ht5#PORK,Fresh,Composite OF Retail CUTS (LOIN and Shoulder BLADE),Lean only,RAW@RQ@5:G{@Q??(\)6? =p? =p?tj~@@333333?333333?\(\?hr Ĝ@L??|hs?QR?Q@=p =@GzH?(\)<@DJPV\bhntz "(.4:@FLRX^djpv|f`ZT1-0*/-p*q-r0s3t6u8:v<w@BDGJNQS[^`bdfi¿lqtw}   #&*-14677=8C9G:L[?_]b^i_k`za}bcde f !%(+/4:?BEHKNQX[]`bdfhjlnpr u*, +2.1479;>ACFILN 34u USDA COMMODITY,PORK,GROUND,FINE/COARSE,Frozen,Cooked@L=p  @7@20 =q? =p ?(\)7L@ Q?ěS?zG{@A33333@ffffff?"`A?ϝ-V@ Ƨ-?7KƧ?`A7K@ffffff@\(@"H1&x@-ViPork"44y USDA COMMODITY,PORK,CURED,HAM,Boneless,Cooked,Unheated@RG{@1p =q@ =p@ QR?zG?Q@ffffff?j~"?vȴ9X@0ffffff@633333?+ J?-V@333333?+ J?O;dZ?\(?ěS@=p =?/wGPork54o USDA COMMODITY,PORK,GROUND,FINE/COARSE,Frozen,RAW@Pp =@.R@1.zG?GzH?Q):@=p =?bM?zG{@8?333333?`A7K?dZ1@1&y?Q?ffffff?zG{@tj@vȴ?ěS:Pork A#8c41 HORMEL,CURE 81 HAM@Rj@2nzG@ Q@ (\)?Gz?陙????Q??׮zG3T1 servingPork^d4y HORMEL ALWAYS TENDER,PORK TENDERLOIN,TERIYAKI-FLAVORED@Qw@2333333@\(@@Q@ =p??@??(\)?333333.p4 ozPorkge4} HORMEL ALWAYS TENDER,PORK TENDERLOIN,PEPPERCORN-FLAVORED@R(\n@15\(@ffffff@ =p?Q?Q?񙙙JR?ffffff??ffffff?\(?333333?/p4 ozPorknf5HORMEL ALWAYS TENDER,PORK LOIN FILETS,LEMON GARLIC-FLAVORED@RaRv@1zG@ =p@Q? =p?(\)?333333N??333333?\(?GzH?333333*1 ozp1 servingPork qg4mHORMEL ALWAYS TENDER,Center CUT CHOPS,Fresh PORK@QJG{@2p =@#=p =?zG?Gz?Q?3333333z???333333@ @Q?\(4@ > B B C C E E F F G G J J K K L L M M N N O O P P Q Q R R U U V V [ [ \ \ ^ ^ _ _ ` ` a a b b e e f f i i j j k k q q u u z z { { | | } } ~ ~                                               $$tLk5'- PORK,Fresh,LOIN,TOP LOIN (CHPS),Boneless,Lean only and FAT,Cooked,PAN-BROIL@OB\(@"?+ I?Ƨ-?\(% ?zG{?@,_vȴ9@3 =q@tjk@ =p =1 slice, cooked@9Gz1 slice, rawPorkHm4Q%+PORK,CURED,BACON,Cooked,MICROWAVED@0}p =@CO\(@B\(@GzH? ?zG{@ ?-V?+ I@Ps33333?"`A?@$L?=p =?۶E?GzH% ? =p?@(49XbN@0Vt@Ƨ-u@9R1 slice, raw@ =p 1 slice, cookedPork 9n4O+%PORK,CURED,BACON,Cooked,PAN-FRIED@(=p =@C+Q@D&fffff@\(? ?zG$1O |@ Q?° ě?+ IA?`A7K?Ѻ^5?|@'&fffff?\(?`A7L?% ?333333@*E@1"`@ɺ^5?}q@\(1 slice, cooked@9p =1 slice, rawPorkAo5' PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,STOMACH,Cooked,Simmered@QzG@5ffffff@ =p ? =p? =p ?zGU(@\(\?ΗO;d?-V@D&fffff?zG{?bM?zG?1&?$/?޸Q? =p @Q@ I^5?睲-V<Porkzp4I PORK,BACON,RENDERED FAT,Cooked??Q@X?zG{? =p ?Q?+ I?xtj~@?pbM?Q?333333?|1&y?tzG{? =p % @?-V@DzH@%RaPork 3y4A!ALFALFA SEEDS,SPROUTED,RAW@V\)@Q?zG?ٙ@=p =@? =p ?QFO?p =q?tj?bM?333333@ ffffff?tj~? ěT?ȴ9Xb?tj?hr Ĝ$$$?zG{@>W?lD?1&y?-V!1 cup1 tbspVegetables {43!AMARANTH LEAVES,RAW@V(\@zG?Q?@zG@\(72c??ļj~#?QR?@Efffff?S?9XbM?Vu?bM?ȓtj~UUUt?KƧ?tj~?`A71 cup1 leafVegetables#|4q !AMARANTH LEAVES,Cooked,Boiled,Drained,without SALT@V\(@Gz? =p @Gz@p =q@zG7H?(\)?9XbM?O;dZ?@D?zG{?&x?S?vȴ9X?Ƨ-999 ??E?zG{1 cupVegetables n}4'!ARROWHEAD,RAW@RQc@QR?ҏ\(?Q@4:G{ @\(3?Q?S? =p ?ffffff?񙙙?\(? ě?ffffff?+ I^?У =p1 large 1 mediumVegetables~4e !ARROWHEAD,Cooked,Boiled,Drained,without SALT@SEQN@\(?@Q@0# =p?\(\1q?(\)?GzH?=p =?333333?333333?nO;?Q?\(?ܼj~#?^5?| 1 mediumVegetables*4M##!ARTICHOKES,(GLOBE OR FRENCH),RAW@U<(\/@ (\)?333333?zG@%Q@,?zG{F?׮zG?vȴ?j~#??Q?Q??tj~?Vu ?+? =p ?~"C1 cup, chopped'Vegetables /g4i) !KALE,SCOTCH,Cooked,Boiled,Drained,without SALT@V?ffffff?=p =? =p@Q?333333?Gz9&-?θQ?+?ڰ ě?@Jffffff?zG{?+?XbM?tj~?n d?"`A?Q?+ J1 cup, choppedVegetables6h4m!LEEKS,(BULB and LOWER-LEAF PORTION),FREEZE-DRIEDA@.ffffff@@333333@R@$h@ffffffZ `#?Q?$/@nO@v?陙?ٙ@ ?C%?XbMnnn?"`B?-V?tj~?ə1 tbsp?陙.25 cupVegetablesi45!PARSLEY,FREEZE-DRIED@?L@@3Q@E0 =q@@Y@J33333t$@p =q?`A7K?hr Ĝ@@&fffff? =p@zG@$@ ěT??ٙ1 tbsp?ffffff.25 cupVegetables  lHj4y !BEANS,MUNG,MATURE SEEDS,SPROUTED,Canned,Drained Solids@Xfffff ?ffffff?Q?333333@Q?陙?p =q?ۅQ ?Q?tj? ě?333333?333333?Q?Q?(\)?M?bM ?zG{@*?bM?bM?zG{}1 cupVegetablesQp4a)'!PEPPERS,JALAPENO,Canned,Solids and LIQUIDS@V8\)?p =q?zG@ =p @\(@@Q?zG?\(?° ě?/v?ٙ ?tj?tj~?n?ڟvȴ9?QRU?zG@) H?E?"`A?r ě1 cup, choppedh1 cup, slicedVegetables;r4M!PEPPERS,Sweet,Green,FREEZE-DRIED:@1fffff@ @Q,@5L@Db\(@$G b@GzH?9XbM?Z1'@ l?333333?333333@?;dZ@ȴ9Xb @\<?ܛS?"`B?E?ٙ1 tbsp?.25 cupVegetables u4?)!RADISHES,WHITE ICICLE,RAW@W׮zH?񙙙??陙@ =p ?ffffff?陙 ? =p?XbM?`A7L?ffffff?Q?zG{?333333?ǍO;dZ?333333?Q?bM? =p 2.5 cup, slices1 radish#Vegetablesx47!SHALLOTS,FREEZE-DRIED\@(?@@T,h(r;?Gz?333333?1&y@'?333333??+ I?ttt# ?$/?Q?+ J?1 tbsp@ .25 cupVegetables?y4]'!SQUASH,Summer,ALL Variety, varieties,RAW@W\)?\(\? =p ? =p@ ?񙙙@?ffffff&?ҏ\(?1&?ffffff?ə?tj~?-V?+ I^? =p?lC ?QxM?+ I?bM?ȴ9Xbq1 cup, slicedC1 largeVegetables PPez5' !SQUASH,Summer,ALL Variety, varieties,Cooked,Boiled,Drained,without SALT@Wl?Q? =p? =p@=p =?ffffff@Q? =p '?\(?^5?|?C$?ə@?+ I?E?j~"?7KƧ? =p ?Q@ ?bM?O;dZ?ěS1 cup, slicedVegetablesC{4]% !SQUASH,Winter,ALL Variety, varieties,RAW@Vp =q"?ffffff? =p?=p =@!.zG?@?\(^?Gz?-V?/w?ٙ@(?Q?vȴ9X??bM?+WD?Q?񙙙4&?O;dZ?hr Ĝ?bMt1 cup, cubesVegetables **^|5 % !SQUASH,Winter,ALL Variety, varieties,Cooked,Baked,without SALT@VMp =%?zG{?ffffff?zG@!33333@ffffff@ ffffff?(\) ?(\)?E?-V?ٙ@#333333?bM?&x?߮zG?E?ěSg?Q@ ? =p?bM?\(1 cup, cubesVegetablesP}4s!SWEET POTATO,Canned,SYRUP Pack,Solids and LIQUIDS@SX\)Y?\(\?ə?@4zG@@.?陙 ,?QR?vȴ9X?9XbM?ffffff@%?tj~?O;dZ?/v?Q?1&jy?zG@?tj?bM?ȴ9Xb1 cup~1 canVegetables4g !SWEET POTATO,Canned,SYRUP Pack,Drained Solids@RzGl?zG{?zG{?=p =@9\(\?ffffff '?zG{?`A7K?zG?陙@%??tj~?\(?ٺ^5?|?vȴ9X?lD?tj~? I^5?1 cupVegetables )4a!TOMATO PRODUCTS,Canned,Sauce,SPANISH STYLE@VEQ!? =p ?GzH?zG@\(?ffffff@ =p0q?\(?zG{?˥S?333333@!333333?l?vȴ9X?1&y?lC?Ƨ-1?tj~?zG{?S1 cup1 canVegetables 4W !BEANS,PINTO,MATURE SEEDS,SPROUTED,RAW@TS33333>@??ffffff@'333333+?Q5^3??zG{?lC?333333@533333?p =q?ffffff@=p =?zG?Svvv?lC?&x?j~#Vegetables+5 !BEANS,PINTO,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@WX\)?\(?zG{?\(@ffffff?Qb3?\(?dZ1?|hr?333333@ffffff?&x?5?|h?333333?zG?S?+?tj~?ǮzGVegetables LL:43!CARROT JUICE,CANNED@V7zH(?ffffff?333333?@"zG?陙@GzH?p =q*$? =p ?O;dZ? =p?333333@!?O;dZ?(\)?ش9XbN?/v?Ƨ-J?\(@/$WM?S?|1&y?-V1 cup@=1 fl ozVegetables%4U!CORN Pudding, puddings,HOME-PREPARED@SzGm@\(@GzH?333333@)Q(?Q97??tj?&x@@ffffff?nO;?bM?$/?|hr?5?|h? =p 61<@KƧ?7KƧ?Sd1 cup.667 cupVegetablesI 4i !POTATOES,Mashed,HOME-PREPARED,Whole MILK ADDED@S =qS?Q?=p =?\(\@1zH??(\)?GzH.(.?ҏ\(?nO;?vȴ9X?陙@?ȴ9Xb?tj?-V?x?Ͳ-V?Q?zG{??S?vȴ9X? =p1 cupVegetables  4G!SPINACH SOUFFLE,HOME-PREPARED@R|(\@ (\)@+@GzH@ =p?zG1?ffffff?+ I?m@#@?&x?̬1&y?vȴ9X?ěS?+ I;.DHl @$/@vȴ@ ěT1 cup-1 recipeVegetables! 4_ !SWEET POTATO,Cooked,CANDIED,HOME-PREPARED@P(\? =p@ ?GzH@;(\@333333?zG F?333333?1&?S?陙@?nO;?$/?7KƧ?XbM?E ??bM?`A7i1 pieceVegetables$ 4S!TOMATOES,Reduced,RIPE,Cooked,Stewed@T(QO?\(\@p =q?Gz@*?333333?\(&? =p ?QR?ȴ9XbN?333333@2333333?S?zG{?\(?bM?tj !?1&y?ěS?tje1 cup\1 recipeVegetables #j#CV5OBEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,Choice,Cooked@Mo\(@=zG@%QR?333333 @QhC@zG??hr Ĝ@8333333??θQ@\(?ٙ?׮zG@Q@GzH@Q? =p V1 piece, cooked, excluding refuseU3 ozBeef0U5BEEF,Composite OF Retail CUTS,Lean only,1/4"FAT,Choice,RAW@QGz@4ǮzH@GzH?zG{@ =p d?@GzH?9XbM?1&y@1?(\)? =p @ ? =p ?(\)@ @zG{@ =p ?GzH;@s33333@GzH_@ =q@zG{c@@@ I^5@#+ ?Vu1 cup, cubes1 cup, pureedFruits & Fruit JuicesZN4;'K7AVOCADOS,RAW,CALIFORNIA@RQ?\(\@.R?\(@!GzH@333333?333333 ?Q6?\(?\(?nO?ٙ@!?333333?M?O;d?hr Ĝ?^5?|YYY?Q?@ I^5@#+ ?Vu1 cup, pureed1 fruit, without skin and seedsFruits & Fruit Juices <<JO45'K7AVOCADOS,RAW,FLORIDA@S =px@ =p@$Q?GzH@GzH@ffffff@\(\ ?\((_?ٙ?lC?QR@1ffffff?$/?"`A?$/?n?+###@GzH5$?\(\@ O;dZ?`A71 cup, pureed01 fruit, without skin and seeds!Fruits & Fruit Juices9P4#''7BANANAS,RAW@R=p Y?p =q?Q?=p =@6 =p@@(u\(?У =pf?333333?+?GzH@!ffffff?vȴ9X? ě?GzH?`A7K?|hr@???1&y?bM? ě1 cup, mashed1 cup, sliced$Fruits & Fruit Juices5Q4W7BANANAS,Dehydrated,OR BANANA PowderedZ@Q?\(@(\)@VR@#@Gfffff?fffffflJ?Q?$/?^5?|@333333? =p ?θQ@ffffff?(\) ?\(`eT?Vt?Õ$/?Ցhr d1 cup@1 tbspFruits & Fruit Juices \\)R4- 7BLACKBERRIES,RAW@V +?=p =?\(\?׮zG@#8Q@333333@Q? =p?\(?Q?1&y?ٙ?zG{?vȴ9?1&y?ѩlD?Q ?Q@3v?1&y?bM?Q1 cupFruits & Fruit JuicesS4; 7BLACKBERRY Juice,Canned@V&?333333?333333?ٙ@333333?@ ?޸Q ?=p =?/v?333333@&?tj~?nO;?܋C%?$/ {?@.ffffffJD?nO;?-V?tjFruits & Fruit JuicesQV4q 7BLACKBERRIES,Canned,Heavy SYRUP,Solids and LIQUIDS@R =p\?\(?Q?\(@7@ 333333@333333?c? =p ?$/?M?333333@ffffff?S?+?^5?|?S?nO; ?\(@*O?tzG{?1&y?zG{1 cupFruits & Fruit Juices Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx##########################################################################################################################$$$$$$$$$$$$$$$$$ $ $ $ $ $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ $"$" ''vKX4K+7BLACKBERRIES,Frozen,Unsweetened@Tp =@?Gz?ۅQ?QR@/W =p@%W =p?陙??Q?hr ?ٙ@?-V?O;dZ?O;dZ?S?;dZ"""r?Q@3Dv?Q?E?\(\1 cup, unthawed1 packageFruits & Fruit Juices4Z4+7BLUEBERRIES,RAW@U p =9?zG?Q?θQ@,G{@333333@#Q?Q M?zG{?/v?Ձ$/?@#ffffff?l?E?n?vȴ9X?vȴ96?=p =@3L P?1&y?bM?° ě1 cup1 pintFruits & Fruit JuicesN\4o 7BLUEBERRIES,Canned,Heavy SYRUP,Solids and LIQUIDS@S1RX??Q?\(@6\(?@4u\(?Q (?Q?"`A?lC??񙙙?hr Ĝ?"`A?hr!?ȴ9Xb?nO;$?QR@5?S?bM?nO;1 cupFruits & Fruit Juices ??P^4I+7BLUEBERRIES,Frozen,Unsweetened@U\(3?Gz?zG{? =p @(W =p@@ fffff? =p  6?Q?`A7L?`A7?@?bM?l? =p??5?|h.?޸Q@0ffffffD?"`A?KƧ?"`B1 cup, unthawed71 packageFruits & Fruit JuicesE_4E'7BLUEBERRIES,Frozen,Sweetened@SYQ?ٙ? =p?Q@533333@@3Q?\(<?Q?+?ěS?ə?zG{?vȴ9?1&x??5?|h1? =p@133333I?+ I?nO;?/v1 cup, thawed1 packageFruits & Fruit Juices `4M 7BOYSENBERRIES,Canned,Heavy SYRUP@S =qX?zG?Q?zG{@6O\(@?ۅQ Z?QR?Q??ٙ@?vȴ9?-V?p =q?ěS?tj~"""(?pbM?tj~?hr Ĝ1 cupFruits & Fruit Juices ''~Sa4M+7BOYSENBERRIES,Frozen,Unsweetened@Uy2?񙙙?У =p?GzH@(aGz@333333@\(?333333?(\)?zG{?$/?ə@?"`A?l?C%??1&y???C? =p@333333(v?nO;??l1 cup, unthawed1 packageFruits & Fruit Juices(c4)7BREADFRUIT,RAW@Qg?Q?p =q?\(@;Q@ ?GzH?Q?$/?Q?333333?(\)?Q???|hs????tj~?hr Ĝ?`A7L1 cup`.25 fruitFruits & Fruit JuicesRd4?%'7CARAMBOLA,(STARFRUIT),RAW@VQ? =p?Q? =p@Q@ffffff@ =p?zG{ ?Q?7KƧ?l?333333@A333333?1&y?bM?|hr?$/?hr Ĝ =?333333B?tj~?Q?ǍO;dZ@`=p 1 cup, cubes@Zfffff1 cup, slicedFruits & Fruit Juices ne4='K7CARISSA,(NATAL-PLUM),RAW@U G{>???ٙ@+B\( ?\(?Gz&?zG{?Q?ə(1 cup, slices1 fruit, without skin and seedsFruits & Fruit Juices%f4'K%7CHERIMOYA,RAW@S\)J?ffffff? =p?zG{@133333@ffffff?333333 ? =p ? ě??|hs@'?KƧ?vȴ9X?^5?|?Vt?"`A@s\(1 fruit, without skin and seeds@czH1 cup, dicedFruits & Fruit JuicesCg4?3-7CHERRIES,SOUR,Reduced,RAW@UQ2?333333?ٙ@(\(\?@ G{?zG{ ??vȴ9?1&y ?Q?zG{?ٙ?M?+ I@?Q@U?hr Ĝ?E? =p 1 cup, without pitsg1 cup, with pits Fruits & Fruit Juices YYlh53 7CHERRIES,SOUR,Reduced,Canned,H2O Pack,Solids and LIQUIDS (Including USDA Commodity)@V{Q$? =p??У =p@!Gz?񙙙@ffffff ?Q b?Q?Q?tj~@?hr Ĝ?E?Ƨ-?Gz?+ I&?p =q?ffffff9?O;dZ?S?Q1 cupFruits & Fruit Juices3i5  7CHERRIES,SOUR,Reduced,Canned,Light SYRUP Pack,Solids and LIQUIDS@SzHK?zG??@3L?陙 ?Q _?Q?hr Ĝ? ě?bM?+?\(?Gz?+ I$?+ I?vȴ9?-V1 cupFruits & Fruit Juices ll(4m!ASPARAGUS,Canned,Regular Pack,Solids and LIQUIDS@WzG?? =p ?Q@\(?333333 &?zG?dZ1?tj~?@0?S?ȴ9Xb?;dZ?vȴ9X?+ JUUU?+ I?xtj~?\(z.5 cup1 canVegetables>4K!ASPARAGUS,Canned,Drained Solids@W~Q@Q?? =p@zG??\(?GzH +?ٙ?tj~?\(?333333@2ffffff?;dZ??+ I?n?(\)```6)? =p@Dfffffv?`A7?$/?-V1 cup1 spearVegetables" 4C!ASPARAGUS,Frozen,Unprepared@VzG@ =p?p =q? =p@ffffff?ffffff?\(\@?Gz?7KƧ?lC?333333@??"`?ěS?;dZ?ǍO;dZ?j~"/?vȴ9?|1&y?"`B1 package:4 spearsVegetables CCP 4s!ASPARAGUS,Frozen,Cooked,Boiled,Drained,without SALT@Wfffff@?Gz?Q?Q??zG{?Q 1?=p =?Gz?Q@333333@8ffffff? =p?^5?|?S?9XbM?zG{&(?333333Pj?QR?vȴ9?ǍO;dZ1 cup%1 packageVegetables4_!BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,RAW@VP@333333?zG?Q@ QRT@QRUc` ?333333?ɺ^5?|?&x?X?+ I^?+ I^?\(? ěT?-VW1 leaf.5 cup>Vegetables^5 !BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,Cooked,Boiled,Drained,without SALT@V,(\#@ ?ə?\(\@Q?ffffff? =p*?QR^MZ ?333333?ɺ^5?|?&x?@K?`A7? I^5?? =p?Q?QRXXX py?333333@dc33333 N?bM?tzG{??|hs:1 cupVegetables 4S'!BALSAM-PEAR (BITTER GOURD),PODS,RAW@WR?\(?񙙙@ @ffffff?ۅQ(?陙?hr Ĝ?ȴ9Xb?əT?zG{?zG{?ٙ?"`A?tjHHH]1 cup|1 balsam-pearVegetablesO5!BALSAM-PEAR (BITTER GOURD),PODS,Cooked,Boiled,Drained,without SALT@W|?Gz? =p ?Q@GzH?333333 ?QR$?? =p?`A7L?tj?ə!?1&?"`A?Q?ȴ9XbN?E333q?Q@333333D+?1&y?`A7L?+|1 cup>.5 cupVegetables4/!BAMBOO SHOOTS,RAW[@?333333?@@ ?;?񙙙?QR?ěS?陙?333333?Q?333333?ěS?θQ ?lD?|1&y?&x1 cupL.5 cupGVegetables  4m!BAMBOO SHOOTS,Cooked,Boiled,Drained,without SALT@WG{ ?zG{?(\)?=p =?Q ?θQ?zG?E?hr!?ٙ?zG{??333333?`A7L?+ J?1&?tzG{?+ Jx1 cup1 shootVegetables54S!BAMBOO SHOOTS,Canned,Drained Solids@WzG?Q?ٙ?\(@ \(?ffffff?=p =?zG{P??/v?tj??񙙙?vȴ9?vȴ9?Q?O;dZ?hr Ĝ ?(\)?O;dZ?nO;?ȴ9Xb1 cup1 canVegetables4Y !BEANS,KIDNEY,MATURE SEEDS,SPROUTED,RAW@V@??@ffffff?Q%?ٙ?Z1'?KƧ?333333@CY?׮zG?@\(\?׍O;dZ?\(;;;?nO;?+?ѩlD1 cupVegetables HHy-5 !BEANS,KIDNEY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@VS33333!@QR?\(?\(@Gz?zG{&?(\)?E?xF?333333@A?+ I^?xF@1&x?bM?+///??|hs? =p ?Z1'Vegetables34G !LIMA Beans,Immature SEEDS,RAW@Q\(q@\(\?Q?=p =@4+Q@?zG"@ Q:?\(?Z1'?p =q?@7ffffff?Ƨ-?^5?|?$/?ϝ-V?1&"""/? =p @ffffff?XbM??`A71 cup8VegetablesL5 !LIMA Beans,Immature SEEDS,Cooked,Boiled,Drained,without SALT@PG{{@=p =?zG{@zG{@7 =p@333333?zG @J:?GzH?ӅQ?1&x@$333333?Q?tj~? =p?r ě?ȴ9XbNr?Q@? ě?tj~?öE1 cupVegetables dd@5 !BEANS,LIMA,Immature SEEDS,Canned,Regular Pack,Solids and LIQUIDS@TJG{G@GzH?ҏ\(?=p =@*\)@ ?\("G?zG{?ļj~#?ffffff?񙙙@333333?-V?tj?$/?QR?vȴ9X?`A7L?bM?n|.5 cup1 canVegetablesT4u!LIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Unprepared@R33333j@?ffffff?Q@3zG@?=p =?(\)&J:?\(\?vȴ9X?zG?333333@3L?O;dZ?&x?E?r ě?hr Ĝ ? =p @333333?j~#?$/?tjP.5 cup1 packageVegetables ``l5%!LIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Cooked,Boiled,Drained,without SALT@R>Qg@GzH?\(?@3QR@333333?p =q?Q*a0E?zG?\(?j~#?333333@)?l?;dZ?vȴ?/w?;dZ ?ҏ\(@ffffffr?E?zG{?/w71 packageU.5 cupVegetables,4m!LIMA Beans,Immature SEEDS,Frozen,BABY,Unprepared@P]p =@\(\?(\)?Q@9!Gz#@zG2h4?(\)?bM?vȴ9X@@ ?/v?333333?^5?|?-V?zG{ ?1&?vȴ9?˥SR.5 cup1 packageVegetables ]]a 5!LIMA Beans,Immature SEEDS,Frozen,BABY,Cooked,Boiled,Drained,without SALT@Rfffffi@?333333?@3s33333?Q?\(\8p?ᙙ?7KƧ?tj?333333@333333?Q?(\)? =p?Ƨ-?p =q?zG{@d?hr Ĝ?hr Ĝ?\(71 packageZ.5 cupVegetables:#4U!MUNG Beans,MATURE SEEDS,SPROUTED,RAW@V@QR? =p ?(\)@\(?@Q ?Q6?=p =?E?bM?333333@*ffffff?$/?vȴ9X?+?QR?+ I===?!?O;dZ?+ I?-Vh1 cupT1 packageVegetables kkU$5 !MUNG Beans,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@WX\)@=p =? =p ?333333@\(?陙@Q ?e ?zG?;dZ?Q?333333@&??1&?$/?vȴ?S ?Q@633333??tj~?bM|1 cupVegetables %4q !MUNG Beans,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIED@U333332@333333?Gz?333333@%.zG?ffffff ?ffffff!O ??QR?Ұ ě?333333?Q? =p ?333333?S? =pFFF?+?1&y?hr Ĝ|1 cupVegetables&4U !BEANS,NAVY,MATURE SEEDS,SPROUTED,RAW@SəC@?ffffff?ffffff@*?Gzed3 ?zG{?ȴ9Xb?1&?333333@2?\(?˅Q?Q?ffffff?r ě?\(?vȴ9? I^5?h1 cupVegetables VV+'5 !BEANS,NAVY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,without SALT@SGzN@GzH?Q?p =q@.Q@Gzog=? =p ?`A7L?܋C%?333333@1L?bM?zG?5?|h?S?XbMjjj?+ J?Q?EVegetables&(4e%!BEANS,PINTO,Immature SEEDS,Frozen,Unprepared@Kfffff@#??ffffff@@@@:Gz@!3333334@zG6dS?zG?+ I?ߍO;dZ?ffffff?ffffff?щ7KƧ?S?9XbM?ЃnP?E"""?-V?Q?ѩlD1 package^.333 packageVegetables II8*4_ !BEANS,SHELLIE,Canned,Solids and LIQUIDS@V(\?(\)?QR?Q@\(@ 333333?\(?zGmN?GzH?zG{?r ě?陙@?bM?S?=p =?$/?+ J ?QK?O;dZ?1&y?(\)1 cupVegetables2,45!BEANS,SNAP,GREEN,RAW@VGz?Q?Q?Q@\(@ 333333?ffffff%? =p&?θQ?lD?dZ1?333333@0L?$/?Gz?bM?bM?l%%%#?=p =@,E{?vȴ9?tzG{?5?|hn1 cup710 beans VegetablesA-4s !BEANS,SNAP,Green,Cooked,Boiled,Drained,without SALT@VNzG#?=p =?Q?\(\@Q@ ?,???/v?=p =?ə@#ffffff?l?E?S?l?1&y!!!#??bM?+ I?\(}1 cupVegetables 41 !SEAWEED,AGAR,DRIED@!\(\2@ =p?333333@p =q@T8Q@@\(q@5ffffff4ef@333333?Q@333333@?zG{?j~"?"`B@$/?dZ1DDD@8ffffff?;dZ?S?1&Vegetables{47 !SEAWEED,SPIRULINA,RAW@VG{@zG?\(?333333@\(\ @QR b?ə?vȴ?+?ffffff??j~"?S?"`A??hr Ĝ 8?GzH?hr Ĝ?"`AVegetables 4; !SEAWEED,SPIRULINA,DRIED@Q"@L(\@Gz@Q@7fffff@ @x@<vS@ffffff?ffffff@@$333333@ =p @ \(\@) =p@ =p?KƧ^^^:@9V@333333?噙@ =p1 cupVegetables ||41 !SEAWEED,WAKAME,RAW@S\(-@=p =?zG{@@"GzH??@p =qkP2h?QR?-V?ffffff?ffffff?Q?p =q??M?`bMh@Q? =p?-V?lC 2 tbspVegetablesE4C=!PEPPERS,HOT CHILI,Green,RAW@U\((?ə?333333@"Q?@ffffff?333333.T?333333?E?Vt?@nP? =p ? =p ?ffffff?;dZ?n;?zG@,2?$/?+ I?lC-1 pepperK.5 cup, chopped or dicedVegetables4I!POTATOES,O'BRIEN,HOME-PREPARED@SfffffQ@?zG{? =p@. =q$?zG2 ?333333?nP?"`?333333@033333?333333?1&y? ěT?lC?C$?$/?5?|h?(\)1 cup1 recipeVegetables KKa4G !POTATO PANCAKES,HOME-PREPARED@GGz@ =p@.zG{@Q@< =p?\(!o?\(?|hr?=p =@ffffff?GzH?$/@$/?E?A7Kƨ?QR@Z1'@Vu@)lD`L1 pancakeVegetables_4c+-!POTATO,Baked,FLESH and Skin,without SALT@R\)]@? =p?GzH@5&fffff@?Gz?GzHF ? =p ?5?|h?1&x?ٙ@#333333?bM?tj~?\(?bM?lC ?zG{?Q?htj~?-V@rfffff1 potato, large@e1 potato, mediumVegetables85  !POTATOES,MICROWAVED,Cooked IN Skin,FLESH and Skin,without SALT@R\(i@Q??Gz@8!Gz@ffffff ? =pi? =p ?`A7K?Ұ ě?ٙ@.333333?Q?bM?lC?Vu?tj ?vȴ9?`bM?tj1 potatoVegetables 4? !RADISH SEEDS,SPROUTED,RAW@VzG+@zG{@=p =?\(@ 3?Q,qV?Q?Q?У =p?333333@5 !BALSAM-PEAR (BITTER GOURD),LEAFY TIPS,Cooked,Boiled,Drained,with SALT@V,(\#@ ?ə?\(\@Q?ffffff? =p*?QR^MZ?333333?ɺ^5?|?&x?@K?`A7? I^5?? =p?Q?QRXXX py?333333@dc33333 N:1 cupVegetables.?5  !BALSAM-PEAR (BITTER GOURD),PODS,Cooked,Boiled,Drained,with SALT@W|?Gz? =p ?Q@GzH?333333 ?QR$?? =p?`A7L?tj?ə!?1&?"`A?Q?ȴ9XbN?E333q?Q@333333D+|1 cupVegetables@4g!BAMBOO SHOOTS,Cooked,Boiled,Drained,with SALT@WG{ ?zG{?(\)?=p =?Q ?θQ?zG?E?hr!?ٙ?zG{??333333?`A7L?+ J?1&?tzG{?+ Jx1 cup1 shootVegetables 'f'; 4gBEEF,FLANK,Lean only and FAT,0"FAT,Choice,RAW@Q]p =@58Q@ zG?QR?J6@zG{?-V?vȴ9@7L?1&y? =p @^5?|?+?E ?Gz?Q?@ C%@ =p ?zG{)@iJ\(1 steak@4sBEEF,CHUCK,BLADE Roast,Lean only,1/4"FAT,Select,RAW@Qfffff@3@@333333?ffffff @Q?M@ =p?E?1&y@0?(\)?QR@Gz?zG{?ٙ@? =p?333333@\(@ffffff?θQA@ffffff?Q? =p @zG?׮zG?ffffff @ ffffff?zG@@zG@\(?\(H1 piece, cooked, excluding refuseU3 ozBeef DD95BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,ALL Grades,RAW@KEQ9@0^Q@:G{? =p ?Q 6@ \(\?-V?tj~@0?zG{? =p@=p =? =p? =p@ffffff@&B\(@'B\(? =p G@?Q?QR@ffffff?QR? =p @ GzH?Q?@(\)@\(?\(G1 piece, cooked, excluding refuseU3 ozBeef $V$.5 BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,Choice,RAW@J]p =M@0\(@=^Q? ? =p 5@ \(?/v?+ I?zG{? =p@ =p?333333? =p@@(8Q@)QR?\(H@@Q?zG{?vȴ9@5ffffff?zG{?\(@ zG?zG{?GzH@Q@'\(@)# =p?GzHR 1 piece, cooked, excluding refuseU3 ozBeef 'X'-5 BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/4"FAT,PRIME,RAW@IFfffffl@/R@@nzG?zG ?Q5@ (\)?/v?+ I?zG{? =p@?333333?333333@\(@+p =q@,zG?333333I@$>$?$?$A$A$B$B$C$C$D$D$E$E$F$F$G$G$H$H$I$I$J$J$K$K$L$L$M$M$N$N$O$O$P$P$Q$Q$R$R$S$S$U$U$V$V$X$X$Z$Z$[$[$]$]$^$^$_$_$`$`$a$a$b$b$c$c$d$d$e$e$f$f$g$g$h$h$i$i$j$j$m$m$n$n$p$p$v$v$|$|$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ %Z%15BEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,ALL Grades,RAW@QHQ@3zG@ zG?\(\@QaA@=p =?lD?1&y@1? =p ?zG{@ ?QR?׮zG@ Gz@ @ \(\?333333;@@p =q?zG{?vȴ9@5L?zG{?\(@ 333333?zG{?ҏ\(@\(@+p =q@, =q?ffffffU1 piece, cooked, excluding refuseU3 ozBeef 0`0,4{BEEF,RIB,Whole (RIBS 6-12),Lean only,1/4"FAT,Choice,RAW@Q\(@3zG@"(\?\(\@QbA@333333?lD?1&y@1? =p ?zG{@ Gz?QR?׮zG@ \(@=p =@ =p ?\(;@?ҏ\(?^5?|?ěS?ٙ?vȴ9?`A7L?bM?+ ?Q ?@K?bM?nO;?tj~1 cup, pitted@ 1 date Fruits & Fruit Juices|4- 7ELDERBERRIES,RAW@S33333I?Q??zG{@2ffffff&?'?(\)?;dZ?333333$?Q?Q??Q?p =qX?O;dZ?zG{?ϝ-V1 cupFruits & Fruit Juices*47FIGS,RAW@S =pJ??333333?Q@3.zG@333333@0B\(#?׮zG?333333?Q?bM?ə?Q??ٙ?333333?hr!?(\)@U ?Q?`A7L?nO;@1 large21 mediumFruits & Fruit Juices PPP4[17FIGS,Canned,H2O Pack,Solids and LIQUIDS@UMp =5?ٙ??333333@+G{@@'zG?ҏ\( g?Q?(\)?+ I??O;dZ?tj~?zG{?lD?Q&?zG{@ ffffff?zG{?+ I?tj~1 cup1 fig, with liquidFruits & Fruit JuicesX4k17FIGS,Canned,Light SYRUP Pack,Solids and LIQUIDS@TP =qE?\(??333333@133333?@0&fffff?ҏ\( f?(\)?S?tj?ə?+ I?tj~?+?lD?Q%?@?zG{?+ I?tj~1 cup1 fig, with liquidFruits & Fruit Juices DDX4k17FIGS,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@SQX?QR??ҏ\(@6fffff@@433333?Q c?(\)?"`A?$/?ə?+ I?l?dZ1?lD?Q%?Q@333333 ?zG{?+ I?tj~1 cup1 fig, with liquidFruits & Fruit Juices4w 7FIGS,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDS@Q\)k?QR??Q@;(\?Q a?(\)?^5?|??|hs?+ I?nO;?`A7?lD$?zG{?+ I?bM1 cupFruits & Fruit JuicesF437FIGS,DRIED,UNCOOKED@> @ ffffff?\(?\(@O\(@#@G\(@=p =DC ?ᙙ?^5?|?QR?333333?333333?\(?E?+?Ƨ-?"`A ?ffffff@/333333 ?nO;?Z1'?zG@b=p 1 cup@ Gz1 figFruits & Fruit Juices 22e/4/ 7FIGS,DRIED,STEWED@Qs33333k?Q?ٙ?陙@;R@@7YF?(\)&?θQ?vȴ9X?(\)?ə@?+ I?(\)?zG{?A7Kƨ?$/?333333@?vȴ9X?hr Ĝ?nO1 cupFruits & Fruit JuicesH4o 7FRUIT COCKTAIL,Canned,H2O Pack,Solids and LIQUIDS@V =q ?Gz??У =p@!Q@ =p ? ^? =p ?-V?333333?@?bM?+ I?;dZ?vȴ9X?vȴ9 ?ٙ@~0K?xtj~?nO;?zG{1 cupFruits & Fruit JuicesK 4s 7FRUIT COCKTAIL,Canned,Juice Pack,Solids and LIQUIDS@U(\.?p =q?zG{?p =q@'Q@%Q?Gz_? =p ?vȴ9X?° ě?@?tj~?bM?n?vȴ9X?1&1?ٙ@:K?PbM?`bM?pbM1 cupFruits & Fruit Juices ##pI.5!!BEANS,SNAP,Green Variety, varieties,Canned,Regular Pack,Solids and LIQUIDS@WQ?陙??p =q@ ?? \?ə?Q?p =q?ə@ 333333??1&?ə?"`A?QA?O;dZ?pbM?vȴ9x.5 cup1 canVegetablesR04s!BEANS,SNAP,Green,Canned,Regular Pack,Drained Solids@WS33333?ffffff??ffffff@?ffffff?Q? m?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l ?Q@#?+ I?pbM?1&1 cup>10 beansVegetables624}!BEANS,SNAP,Canned,ALL STYLES,SEASONED,Solids and LIQUIDS@W33333?\(?ə?Gz@ Q??zG ]u?Q?Q?+?ə@??+ J?m?+ J?+ I ? =p ?bM?1&r.5 cup1 canVegetables XX044g!BEANS,SNAP,Green,Frozen,ALL STYLES,Unprepared@VxQ!??Gz?\(@QR@ffffff*?Q ?У =p?+ J?أ =p?ٙ@)?XbM?O;dZ?-V?\(?$/$?bM?bM?S|1 cup1 packageVegetablesI55 !BEANS,SNAP,Green,Frozen,Cooked,Boiled,Drained without SALT@VG{? =p?\(?zG@?zG1?(\)~ ?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Q-? =p @)ffffffN4?+ I?bM??|hs1 cupVegetables#H4!BEETS,RAW@UQ+?\(?\(?GzH@#Q@ffffff@ =p ?陙(EN?ffffff?333333?Vu?ffffff@?vȴ9X?zG{?`A7K? =p?&xmmm!?zG{?ə?S?`A7L?;dZ1 cupR1 beet!Vegetables 66q7I4C)!BEETS,Cooked,Boiled,Drained@U =p,?Gz? =p ?Q@#Q@ =p?GzH&1M?ffffff?l?/w?ffffff@ ?S?zG{?/v?\(?&xPPP#?zG{?ə?1&y?Q?bMU.5 cup, slicesd2 beetsVegetables@J4e !BEETS,Canned,Regular Pack,Solids and LIQUIDS@V33333?\(\? =p ?zG@\(?333333@Q?\(\?\(?tj?M?@ffffff?zG{?tj~?S?333333?(\)?Q?ə?+ I?vȴ9?1 cupVegetablesGL4C%+!BEETS,Canned,Drained Solids@Vp =?Q?Q?\(@ =p?333333@ =p ?Q?Gz?5?|h?^5?|?@ffffff?zG{?zG{?tj?+?/v?Q?ə?O;dZ?1&y?1&1 cup, diced1 cup, shreddedVegetables  N4+!BEET GREENS,RAW@VGz@? =p@ =p@QR@ ?u@\(F)?QR?r ě?$/???(\)?ٙ??"`A<??zG{?vȴ9?O;dZ&1 cup 1 leaf,Vegetables@O4i !BEET Greens,Cooked,Boiled,Drained,without SALT@VHQ@\(?ə@Q@ =p@333333?333333r?ffffffD)??bM?r ě?@8fffff?E?~"?-V?Vu?`A7L?\(?vȴ9X?tj~?Q1 cupVegetablesP4G#!BROADBEANS,Immature SEEDS,RAWQH@ffffff?333333?񙙙@'ffffff@?ffffff&_2?\(?l?zG{?333333!?\(?(\)??tj?tj~```^?lD?hr Ĝ? =pm1 cup1 broadbeanVegetables OOy&Q5 !BROADBEANS,Immature SEEDS,Cooked,Boiled,Drained,without SALT@T>@333333??@$333333@ ?I)?zG?Q?д9XbN@3?bM? =p ?333333?`A7L?-V:::?-V?zG{?dZ1Vegetables3R4%)!BROCCOLI,RAW@VS33333"@\(?׮zG? =p@\(@?333333/?\(\B?Q%a??vȴ9? =pVegetables8Y45+)!BROCCOLI RAAB,Cooked@V=p !@ =p? =p?\(@\(@ffffff? =pv?QRRW8?GzH?333333?QR?%?šo?Q@Q?ܬ1&y?(\)GG@=p = ?/v?Q?333333@{MGz1 bunch, cookedU1 NLEA servingVegetables aaZ45!BRUSSELS SPROUTS,RAWV+@ =p ?333333?Q@!fffff@ffffff@*?ffffffE?Gz?Q?Ցhr ?U?n? =p ? =p?Ƨ-?1&x===&?(\)6?vȴ9X?O;dZ?Õ$/X1 cup1 sprout VegetablesK[4s!BRUSSELS SPROUTS,Cooked,Boiled,Drained,without SALT@V9$@ffffff??ffffff@ffffff@? =p$?3333338=?Q??|hs?Vu?>?dZ1?zG{?lC? ěT?ȴ9Xb<<<'?ۅQ@a ?Gz?+?У =p1 sproutN.5 cupVegetables*\4Q!BRUSSELS SPROUTS,Frozen,Unprepared@UzG)@=p =?=p =?(\)@p =q@ffffff?\(>r ? =p?`A7L?lC?@Rfffff?Gz?;dZ?j~"?=p =?"`B{{{ir?$/?vȴ9X?~"1 package1 packageVegetables >>Q]5 !BRUSSELS SPROUTS,Frozen,Cooked,Boiled,Drained,without SALT@U\(*@ Q?\(?Q@ =p@ffffff@ =p?޸Q8"?θQ?hr Ĝ?^5?|?333333@Fٙ?^5?|?hr!?/v?S?~"eee.?QR@h0+?j~#?Q?ə1 cupVegetables#`4-!BURDOCK ROOT,RAW@T\(H?zG{?333333?zG{@1W =p@ ffffff@333333)?陙&34?Q?E?Ͳ-V?ffffff?zG{?Q?333333?ԋC%?θQ?QR???l?5?|hv1 cup1 rootVegetablesBa4k!BURDOCK ROOT,Cooked,Boiled,Drained,without SALT@R\)X@Q?Q?\(\@5&fffff?@ ffffff1? =p']h?QR?ȴ9Xb?GzH?@?+?-V?zG{?֗O;d?"`B?p =q?O;dZ?Q?(\)}1 cup1 rootVegetables 11`+A5 !BEANS,KIDNEY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@VS33333!@QR?\(?\(@Gz?zG{&?(\)?E?xF?333333@A?+ I^?xF@1&x?bM?+///??|hs? =p ?Z1'VegetablesAB4 !LIMA Beans,Immature SEEDS,Cooked,Boiled,Drained,with SALT@PG{{@=p =?zG{@zG{@7 =p@333333?zG @J:?GzH?ӅQ?1&x@$333333?Q?tj~? =p?r ě?ȴ9XbNr@? ě?tj~?öE1 cupVegetablesWC5!LIMA Beans,Immature SEEDS,Canned,NO SALT,Solids and LIQUIDS@TJG{G@GzH?ҏ\(?=p =@*\)@ ?\(?\("G?zG{?ļj~#?ffffff?񙙙@!ffffff?-V?tj?$/?QR?vȴ9X?ҏ\(@ Z?`A7L?bM?n|.5 cup1 canVegetables 77_D5!LIMA Beans,Immature SEEDS,Frozen,BABY,Cooked,Boiled,Drained,with SALT@Rfffffi@?333333?@3s33333?Q?\(\8p ?ᙙ?7KƧ?tj?333333@333333?Q?(\)? =p?Ƨ-?p =q?zG{@d?hr Ĝ?hr Ĝ?\(71 packageZ.5 cupVegetablesbE5!LIMA Beans,Immature SEEDS,Frozen,FORDHOOK,Cooked,Boiled,Drained,with SALT@R>Qg@GzH?\(?@3QR@333333?p =q?Q*a0!?zG?\(?j~#?333333@)?l?;dZ?vȴ?/w?;dZ ?ҏ\(r?E?zG{?/w71 packageU.5 cupVegetables --SF5  !MUNG Beans,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@WX\)@=p =? =p ?333333@\(?陙@Q ?e?zG?;dZ?Q?333333@&??1&?$/?vȴ?S ?Q@633333??tj~?bM|1 cupVegetables)G5  !BEANS,NAVY,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@SGzN@GzH?Q?p =q@.Q@Gzog=? =p ?`A7L?܋C%?333333@1L?bM?zG?5?|h?S?XbMjjj?+ J?Q?EVegetablesKH5%!BEANS,PINTO,Immature SEEDS,Frozen,Cooked,Boiled,Drained,with SALT@MGz@"Q?޸Q?GzH@>Gz@!3333334@zG6d??zG?+ I?ߍO;dZ?ffffff?ffffff?щ7KƧ?S?9XbM?ЃnP?E"""?-V?Q?ѩlD1 package^.333 packageVegetables )I5 !BEANS,PINTO,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@WX\)?\(?zG{?\(@ffffff?Qb?\(?dZ1?|hr?333333@ffffff?&x?5?|h?333333?zG?S?+?tj~?ǮzGVegetables J47 !BEANS,SNAP,YELLOW,RAW@VGz?Q?Q?Q@\(@ 333333%? =p&?θQ?lD?dZ1?333333@0L?$/?Gz?bM?bM?l%%%l?vȴ9?tzG{?5?|hn1 cup Vegetables?K4m !BEANS,SNAP,Green,Cooked,Boiled,Drained,with SALT@VNzG#?=p =?Q?\(\@\(@ ?.?zG{'+? =p ?^5?|?`A7?ٙ@#ffffff?l?E?S?l?1&y!!!#??bM?+ I?\(}1 cupVegetables GG@L4u !BEANS,SNAP,Yellow,Cooked,Boiled,Drained,without SALT@VNzG#?=p =?Q?\(\@Q@ ffffff?.?zG{'+? =p ?^5?|?`A7?ٙ@#ffffff?l?E?S?l?1&y!!!Q?1?bM?+ I?\(}1 cupVegetables>M4o !BEANS,SNAP,Yellow,Cooked,Boiled,Drained,with SALT@VNzG#?=p =?Q?\(\@Q@ ffffff?.?zG{'+? =p ?^5?|?`A7?ٙ@#ffffff?l?E?S?l?1&y!!!Q?1?bM?+ I?\(}1 cupVegetables/N4q!BEANS,SNAP,Green,Canned,NO SALT,Solids and LIQUIDS@WQ?陙??p =q@ ?? \?ə?Q?p =q?ə@ 333333??1&?ə?"`A?QA?O;dZ?pbM?vȴ9x.5 cup1 canVegetables KK5O4}!BEANS,SNAP,Yellow,Canned,Regular Pack,Solids and LIQUIDS@WQ?陙??p =q@ ?? b?ə?Q?p =q?ə@ 333333??1&?ə?"`A?Q??O;dZ?pbM?vȴ9x.5 cup1 canVegetables(P4s!BEANS,SNAP,Yellow,Canned,NO SALT,Solids and LIQUIDS@WQ?陙??p =q@ ?? b?ə?Q?p =q?ə??1&?ə?"`A?Q??O;dZ?pbM?vȴ9x.5 cup1 canVegetablesLQ4i!BEANS,SNAP,Green,Canned,NO SALT,Drained Solids@WS33333?ffffff??ffffff@?ffffff?Q? m?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l ?Q@#?+ I?pbM?1&1 cup>10 beansVegetables 77j/R4i!BEANS,SNAP,Yellow,Frozen,ALL STYLES,Unprepared@VxQ!??Gz?\(@GzH@ffffff*?Q ?У =p?+ J?أ =p?ٙ@)?XbM?O;dZ?-V?\(?$/?bM?bM?S|1 cup1 packageVegetablesFS4{ !BEANS,SNAP,Green,Frozen,Cooked,Boiled,Drained,with SALT@VG{? =p?\(?zG@?zG1?(\)~?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Q-? =p @)ffffffN4?+ I?bM??|hs1 cupVegetablesHT5 !BEANS,SNAP,Yellow,Frozen,Cooked,Boiled,Drained,without SALT@VG{? =p?\(?zG@?zG1?(\)~ ?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Qp? =p @)ffffffC4?+ I?bM??|hs1 cupVegetables 33|EU4} !BEANS,SNAP,Yellow,Frozen,Cooked,Boiled,Drained,with SALT@VG{? =p?\(?zG@?zG1?(\)~?޸Q?;dZ?Ԭ1&y?ٙ@ffffff?Q? =p ?؃nP?+ J?Qp? =p @)ffffffC4?+ I?bM??|hs1 cupVegetablesBV4Y)!BEETS,Cooked,BOILED. Drained,with SALT@U =p,?Gz? =p ?Q@#Q@ =p?GzH&1?ffffff?l?/w?ffffff@ ?S?zG{?/v?\(?&xPPP#?zG{?ə?1&y?Q?bMU.5 cup, slicesd2 beetsVegetables:W4[ !BEETS,Canned,NO SALT,Solids and LIQUIDS@VzH?陙?Q?zG@GzH?333333@Q ?(\)?p =q?E?+ ?@ffffff?zG{?tj~?S?333333?(\)?Q? ?+ I?vȴ9?1 cupVegetables $X4c !BEET Greens,Cooked,Boiled,Drained,with SALT@VHQ@\(?ə@Q@ =p@333333r?ffffffD)??bM?r ě?@8fffff?E?~"?-V?Vu?`A7L?vȴ9X?tj~?Q1 cupVegetablesY4Y !BORAGE,Cooked,Boiled,Drained,with SALT@VQ@Q?Q?Q@ fffffff@ Q97D?(\)?M?أ =p?@@@?5?|h?Q?zG? =p ?+ I !?7KƧ?\(\?A7KƨVegetablesZ4 !BROADBEANS,Immature SEEDS,Cooked,Boiled,Drained,with SALT@T>@333333??@$333333?I?zG?Q?д9XbN@3?bM? =p ?333333?`A7L?-V:::?-V?zG{?dZ1Vegetables u[43 !BROCCOLI,LEAVES,RAW@V(\@ =p?ffffff?p =q@\(0?(\)BE?ٙ? =p ?O;dZ@WL? =p?vȴ9X?j~"?Q?Z1'GGG> ?S?tj~?`A7KVegetables\4E!!BROCCOLI,FLOWER CLUSTERS,RAW@V(\@ =p?ffffff?p =q@\(0?(\)BE?ٙ? =p ?O;dZ@WL? =p?vȴ9X?j~"?Q?Z1'GGG ?S?tj~?`A7KG1 cup 1 floweretVegetables|]43 !BROCCOLI,STALKS,RAW@V(\@ =p?ffffff?p =q@\(0?(\)BE?ٙ? =p ?O;dZ@WL? =p?vȴ9X?j~"?Q?Z1'GGG?S?tj~?`A7Kr1 stalkVegetables 1j15'5BEEF,RIB,EYE,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Choice,RAW@M =p@1\(@6R?333333 ?Q18@?Q?tj~@0?zG{? =p@ =p?ҏ\(? =p @Gz @#(\)? =pD@=p  @ =p *?@zG{?E?vȴ9@5L?Q?zG{@zG?\(?p =q@\(@)Q@*zG?\(Q 1 piece, cooked, excluding refuseU3 ozBeef1.5BEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,Choice,RAW@I\)Y@/@>zG?\(\?ffffff5@ \(?/v?+ I?zG{? =p@=p =? =p?Q@ =p @)Q@*p =q?QI@'>'?'?'@'@'A'A'B'B'C'C'D'D'E'E'F'F'G'G'H'H'I'I'J'J'K'K'L'L'M'M'N'N'O'O'P'P'Q'Q'R'R'S'S'T'T'U'U'V'V'W'W'X'X'Y'Y'Z'Z'['['\'\']']'^'^'_'_'`'`'a'a'b'b'c'c'd'd'e'e'f'f &u&K55%OBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,PRIME,Cooked,Broiled@ENzG@4L@BG{?(\) @QR#=@?333333?vȴ9@5333333?Q?\(@?Q?У =p@@/ =p?(\)V1 piece, cooked, excluding refuseU3 ozBeef745BEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/4"FAT,PRIME,RAW@HzGy@/ =p @A@? =p ?Q5@ ?/v?+ I@/?zG{? =p@? =p?Q@Q@, =q@-R?QRI@5OBEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Select,Cooked,Broiled@N`@9+Q@%R?zG @\(tH@Q? =p ?Q@5fffff?zG{?QR@ p =q?=p =?У =p@ zG{@\(@p =q?=p =L1 piece, cooked, excluding refuseU3 oz(Beef0=5BEEF,RIB,Large END (RIBS 6-9),Lean only,1/4"FAT,Select,RAW@Qy@3Gz@ffffff?Q@GzUB@?Q?1&y@1? =p ?zG{@?ٙ?\(@ =p@@ffffff?ҏ\(;@DJPV\bhntz "(.4:@FLRX^djpv|V\`dgi%k&o'q(t)w*{+~,-./ O PRSUVW X#Y%Z([,x.y0z3{8|<}?~BHMUX_cfipsw~ #&(+.13579<?BEHKNQUX ]!a"d@fAiBnC|D EF8G;H>IAgLhRiUjX __#4o 7FRUIT SALAD,Canned,Light SYRUP,Solids and LIQUIDS@U\(:?\(?Q?Gz@.GzH?ҏ\( R?Q? =p?l@?1&y?zG{?\(\?"`A?bM?nO;?tj~?1&y1 cupFruits & Fruit JuicesI4o 7FRUIT SALAD,Canned,Heavy SYRUP,Solids and LIQUIDS@T =qI?\(?Q?Gz@3(\@2(\?Q P?Q?bM?\(?@333333?Q?$/?5?|h?"`A?bM?ٙ@`K?zG{?1&y?vȴ9X1 cupFruits & Fruit Juices)4{ 7FRUIT SALAD,Canned,Extra Heavy SYRUP,Solids and LIQUIDS@S(\)X?Q?Q?Gz@6Q?Q P?Q? ěT?M@?1&y?zG{?֗O;d?"`A?bM} ?nO;?tj~?S1 cupFruits & Fruit Juices HHf4- 7GOOSEBERRIES,RAW@UzH,?(\)?\(?\(\@$\(\@333333? =p ?Q?Q?nO;?333333@;33333?zG{?Q?333333?M?zG{"?׮zG?tj~?1&?I^5?}1 cupFruits & Fruit Juices14{ 7GOOSEBERRIES,Canned,Light SYRUP Pack,Solids and LIQUIDS@TfffffI??ə?ҏ\(@2@333333?QM?(\)?Ƨ-?Ƨ-?ٙ ?zG{?"`A?Õ$/?lD?tj~?vȴ9?nO;?(\)1 cupFruits & Fruit Juicesa4s+7GRAPEFRUIT,RAW,PINK and Reduced and WHITE,ALL AREAS@V\) ?(\)?? =p@ (\)?񙙙@Q ? =p ?Q?bM?tj~?333333@A333333?nO;?zG{??1&?$/ .? =p(o?1&y?vȴ9?tj~1 cup, sections.5 large2Fruits & Fruit Juices \  (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx++++++++++++++++++++++++++++++++++++++,,,,,,,,,,,,,,,,, , , , , , , , , , ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, , ,!,!,",",#,#,$,$,%,%,&,&,',',(,(,),),*,*,,,,,.,.,0,0,1,1,4,4,5,5,6,6,:,:,;,;,<,<,>,>,?,?,A,A,E,E,F,F,G,G,I,I,J,J,K,K,P,P,Q,Q,U,U,V,V,W,W,X,X,Y,Y,Z,Z,[,[,\,\,],],^,^,b,b --V4_+7GRAPEFRUIT,RAW,PINK and Reduced,ALL AREAS@V =p*? =p?Q? =p @%QR?@\(?zG{ ?Q?bM?+ I?@?333333?tj?vȴ9X?1&?ěS?"`A ~:? =p?zG{?zG{?nO;1 cup, sections{.5 fruit1Fruits & Fruit Juices;4y+7GRAPEFRUIT,RAW,PINK and Reduced,CALIFORNIA and ARIZONA@VS =p%???ٙ@#aGz ?zG{ ?Q?bM?zG{@C ?hr Ĝ?zG{?r ě?1&?$/ ?1&y?vȴ9?tj~1 cup, sections{.5 fruit1Fruits & Fruit Juices64_+7GRAPEFRUIT,RAW,PINK and Reduced,FLORIDA@V =p?ᙙ??ҏ\(@?񙙙?Q ?Q?+ I?zG{?ffffff%?zG{?zG{?ə?1&?$/  ?1&y?vȴ9?tj~1 cup, sections{.5 fruit1Fruits & Fruit Juices ppH4I+7GRAPEFRUIT,RAW,WHITE,ALL AREAS@VQ!?zG??Q@ R?񙙙@=p = ?Q ?Q??vȴ9?ffffff@@fffff?l?zG{?7KƧ?1&?tj !? =p ?1&y?vȴ9?tj~1 cup, sectionsv.5 fruit3Fruits & Fruit Juices#4K+7GRAPEFRUIT,RAW,WHITE,CALIFORNIA@VeQ%?(\)??ffffff@".zG ?zG{ ?Q?bM?zG{@@fffff?l?zG{?7KƧ?1&?tj ?1&y?vȴ9?tj~1 cup, sectionsv.5 fruit3Fruits & Fruit Juices4E+7GRAPEFRUIT,RAW,WHITE,FLORIDA@V =q ?(\)??zG{@ aGz? ?Q?1&y?+ I%?zG{?zG{?ə?1&?tj ?1&y?vȴ9?tj~1 cup, sectionsv.5 fruit3Fruits & Fruit Juices ^^L4y 7GRAPEFRUIT,SECTIONS,Canned,H2O Pack,Solids and LIQUIDS@Vvfffff$?\(??zG{@"L?ٙ@!?=p = ? =p ?&x?|1&y?@5?+?$/?;dZ?Q?zG{ ? =p ?1&y?1&y?tj~1 cupFruits & Fruit JuicesN 4} 7GRAPEFRUIT,SECTIONS,Canned,Juice Pack,Solids and LIQUIDS@VjG{%?ffffff? =p ?\(@"kQ?ٙ@!?Gz ?zG{?l?|1&y?@@33333?-V?nO;?;dZ?Q?zG{ ? =p ?tj~?tj~?$/1 cupFruits & Fruit Juices TTU!5  7GRAPEFRUIT,SECTIONS,Canned,Light SYRUP Pack,Solids and LIQUIDS@T\(fffff1 fl ozFruits & Fruit Juices SSM$4[7GRAPEFRUIT Juice,WHITE,Canned,Sweetened@UQ.?\(? =p ?=p =@&B\(?@&\(? =p ?Q?tj~?zG{?@:fffff?zG{?O;dZ?j~"? =p?zG{ ?zG{ ?tj~?tj~?$/1 cup@?3333331 fl ozFruits & Fruit JuicesX%5  7GRAPEFRUIT Juice,WHITE,Frozen Concentrate,Unsweetened,Undiluted>?Q?޸Q?zG@AGzH?ٙ@AzG?\(\&1? =p ?5?|h?Q?333333@]33333?\(?+?9XbN?$/?öE ?Q? "?bM? ěT?hr!1 canFruits & Fruit Juices OOw&5-7GRAPEFRUIT Juice,WHITE,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O@VS33333)?ᙙ? =p?Q@#u\(?@#B\(?Q ??`A7L?zG{?@@ٙ?E?+ I?Ƨ-?1&x?+ I ?zG{ ?tj~?nO;?bM1 cup@>fffff1 fl ozFruits & Fruit Juices2(4A7GRAPEFRUIT Juice,WHITE,RAWZ'???ə@"ffffff?@"333333 ?ə ??`A7L?zG{?&?zG{?zG{?ə?1&x?+ I !?(\) ?1&y?vȴ9?tj~1 cup@>fffff1 fl ozFruits & Fruit Juices ""oI+4U7GRAPES,AMERICAN TYPE (SLIP Skin),RAW@TS33333C?(\)?ffffff?=p =@1&fffff?@0@?ҏ\( ?zG{?zG{?"`??O;dZ?/v?333333?tj~?(\)d?QR@-333333;H?/v?1&y?1&\1 cup@3333331 grape*Fruits & Fruit Juices ,5/+/7GRAPES,Reduced OR Green(EURO TYPE Variety, varieties,SUCH AS,THOMPSON SDLESS),RAW@T"\(E? =p ?zG{?޸Q@2?@.\( ? =p ?Q?A7Kƨ?-V?@%?lD?Q?bM??tjB?QR@-333333'H?S?|1&y?tj~1 cup, seedless1 cup, with seedsFruits & Fruit Juices sb45!BUTTERBUR,(FUKI),RAW@W?\(?zG{?\(\@ Gzg? ?zG{?^5?|?щ7KƧ?@??zG{?zG{?ə?bM?tj~ 2^1 cup1 petiole Vegetables{c4e !BUTTERBUR,Cooked,Boiled,Drained,without SALT@X,?p =q?zG{?(\)@GzH;?b? =p ?5?|h?+?@2fffff?zG{?zG{??nO;?vȴ9Vegetablesvd4-)!BUTTERBUR,CANNED@XzG{?(\)? =p?\(\?QR"?(\) ?Q?l?+ J?@'?xtj~?xtj~?Q?+ I?`A7L|1 cup, chopped-3 stalksVegetables 99n1e4#)+!CABBAGE,RAW@W ? =p ?Q?Q@QR@ffffff@ =p/?Gz? =p ?O;dZ?Z1'?@@??zG{?333333?Q?tj~+++ ?333333<Z6?bM?nO;?QY1 cup, choppedF1 cup, shreddedVegetablesPf4a-!CABBAGE,Cooked,Boiled,Drained,without SALT@Wffffff?QR?ۅQ?\(\@ =p?ffffff@\(\?\(a? =p ?tj~?E?333333@4?/v?(\)? I^5??n?hr!?Q@Hs33333J?"`A?Q?+ J1 headK.5 cup, shreddedVegetables:h43)+!CABBAGE,Reduced,RAW@V\)?Gz?zG{?zG{@zG{@@GzH-?陙?(\)?hr Ĝ?vȴ?3333339?bM?lD?n?`A7?n\8?(\)@CI?hr Ĝ?tj~?Y1 cup, choppedF1 cup, shreddedVegetables aaVi4q-!CABBAGE,Reduced,Cooked,Boiled,Drained,without SALT@V\(?(\)? =p ? =p@\(@@ \(*?Q!??S?̋C%@ffffff@%?-V?Q?r ě?öE?!?Q@G?vȴ9?Q?QR1 leafK.5 cup, shreddedVegetablesj4/+ !CABBAGE,SAVOY,RAW[??陙@ffffff@@(\)#?ٙ*?GzH?vȴ9X? =p ??Q?Q?333333?-V?QRPPP2?\(@Q333333XM?vȴ9?|1&y?tj~F1 cup, shreddedVegetables#k4m+ !CABBAGE,SAVOY,Cooked,Boiled,Drained,without SALT\?? =p ?ffffff@ =p@ffffff?QR!?p =q?vȴ9?tj~?ffffff?1&?zG{?tj~?Z1'?tj~...y,?tj~?|1&y?tj1 cup, shreddedVegetables @@{7l4I+!CABBAGE,CHINESE (PAK-CHOI),RAW@WzG ??ə?陙@p =q?Gzi?陙%A?QR?$/?Z1'?-?zG{?Q??+ I?EBBBt? =p @Afffff y(?vȴ9?Q?tj~F1 cup, shreddedH1 head VegetablesIm5+ !CABBAGE,CHINESE (PAK-CHOI),Cooked,Boiled,Drained,without SALT@W33333 ?\(?zG{?ffffff?zG{?\(]? =p s"?\(?tj~?nO;?ٙ?bM? ěT?dZ1?9XbM??|hs)))? =p " &?$/?tj~?E1 cup, shreddedVegetables4o4G+ !CABBAGE,CHINESE (PE-TSAI),RAW@W\)?333333?ə?\(\@ =p?333333?\(M? =p  ?p =q?nO;?QR?333333?zG{??ٙ?Gz?Ͳ-VOOO>?Q@Es333330?tj?O;dZ?nO;L1 cup, shreddedVegetables Dp5+!CABBAGE,CHINESE (PE-TSAI),Cooked,Boiled,Drained,without SALT@W\(??\(?\(@GzH?333333 ?333333 ' ? =p ?-V?Õ$/?ٙ@/?+ I?+ I??zG{?Ƨ-5550?nO;?zG{?;dZw1 cup, shredded1 leafVegetables~r4#+ !CARDOON,RAW^?ffffff?? =p@\(?F?ffffff*?\(?1&y?bM??zG{?Q?333333?XbM?tjx?+ I?nO;?E1 cup, shredded3Vegetables s4a !CARDOON,Cooked,Boiled,Drained,without SALT@W]p =?QR?(\)?\(@QR?333333H?\(\+? =p ?$/?333333?nO;?vȴ9X?`A7?E?$/v?tj~?zG{?+ IVegetables W9t4#)'!CARROTS,RAW@V\()?\(?θQ? =p @#(\)@ffffff@(\)!?333333 #@E?θQ? =p ?M?@?`A7L?-V?tj~?xF?lD/Z?Q@*ffffff N?l?1&y?E1 cup, choppedn1 cup, gratedVegetablesRu4a)!CARROTS,Cooked,Boiled,Drained,without SALT@VG{#?QR? =p ?p =q@ p =q@ ?\( :?ə?hr Ĝ? =p?ffffff@ ?`A7L?+ I? =p?Ͳ-V?Õ$/C2\?zG{@+ffffff ?l?|1&y?dZ1@#ffffff1 tbspN.5 cup, slicesVegetablesOv4i)!CARROTS,Canned,Regular Pack,Solids and LIQUIDS@W?\(?\(?Q?p =q@zG{?@zG? =p ?ҏ\(?^5?|??ٙ?tj~?S?l?n?1&y/ Z?\(\@# ??xtj~? =p{.5 cup, slices1 canVegetables [[Yx4a''!CARROTS,Canned,Regular Pack,Drained Solids@W<?zG{?QR?\(@(\)?@ =p?zG{?У =p?vȴ9??ٙ@?nO;?Q?lD?GzH?1&y +.?zG@# ?nO;?nO;?O;dZ1 cup, mashed1 cup, slicedVegetablesDz4?)!CARROTS,FROZEN,UNPREPARED@V\($?\(?p =q?\(@@ ffffff@ =p $?(\) !D?Q?l?S?ffffff@?+ I?l?ݲ-V?-V?QR +2? =p @1 J*?bM?1&y?E1 package@.5 cup, slicesVegetables WWQ{4o' !CARROTS,Frozen,Cooked,Boiled,Drained,without SALT@VzG%?\(?\(?zG@Q@ ffffff@QR#?\( ;?ffffff?E?`A7K?333333@ffffff?Q?l?ڟvȴ9?E?$/ @??(\)@+333333!?Q?vȴ9X?`A7K1 cup, slicedVegetables'~4#!CASSAVA,RAW@M =p?\(?Q? =p@CzH??333333?GzH?\(??ؓtj~?ffffff@4?E?tj~?S?dZ1?+ I ?QR?ffffff?l?333333?tj~1 cup1 rootVegetables%4+!!CAULIFLOWER,RAW@V=p ?zG??Q@333333@@333333?(\),/?Q?$/?+?333333@G333333?/v? ěT?E?/w?j~"999 ?zG{!?bM?1&y?XbMd1 cup 1 floweret=Vegetables 22|F4i#!CAULIFLOWER,Cooked,Boiled,Drained,without SALT]?p =q??333333@p =q@?\(?Q ? =p ?S?lD?@F&fffff?$/?vȴ9?=p =?A7Kƨ?$/,,, ?Q@+?Q?bM?Ƨ->.5 cup63 floweretsVegetables;4G!CAULIFLOWER,Frozen,Unprepared@W =q@zG?GzH?\(@Q@ffffff@\(?GzH #?\(?vȴ9X?7KƧ?陙@Hffffff?1&?Q?tj~?hr Ĝ?|hr@@@ ?Q@-?E?tj~?bM1 packageB.5 cupVegetablesA4w !CAULIFLOWER,Frozen,Cooked,Boiled,Drained,without SALT^?\(?(\)?Gz@@??=p = ? =p?tj~?333333?333333@?L?l?"`A? =p?+ J?+ I))) ?Q@'?`A7L?Q?^5?|1 cupVegetables `C^4]!BROCCOLI,Cooked,Boiled,Drained,with SALT@V(\@ =p?ffffff?p =q@=p =@ ffffff?=p =(?p =qC%??;dZ?E?*? ěT?|hr?-V?E?əlllb?333333@a33333?S?tj~?`A7K1 stalk1 stalkVegetablesG_4{ !BROCCOLI,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@VzG@?Q?Q@ffffff? =p !?Q 1?Q?hr Ĝ?̋C%?ffffff@D ?(\)?j~#?O;dZ?щ7KƧ? =p888^8?Q@X?nO;?bM?(\)1 cupVegetablesQ`4y!BROCCOLI,Frozen,SPEARS,Cooked,Boiled,Drained,with SALT@VzG@?(\)?Q@ffffff? =p 3?Q7?333333?tj??ffffff@D ?(\)?j~#?O;dZ?щ7KƧ? =p^8?Q@X?nO;?bM?(\)1 package\.5 cupVegetables ss*a4m!BRUSSELS SPROUTS,Cooked,Boiled,Drained,with SALT@UzG)@ffffff?QR?ffffff@!W =p@$?3333338=?Q??|hs?Vu?>?dZ1?zG{?lC? ěT?ȴ9Xb<<<$?Gz?+?У =p1 sproutN.5 cupVegetables/b4{ !BRUSSELS SPROUTS,Frozen,Cooked,Boiled,Drained,with SALT@U\(*@ Q?\(?Q@ =p@ffffff?zG6E? =p ?Q?zG{?@Fٙ?^5?|?hr!?/v?S?~"eeeM?j~#?Q?ə1 cupVegetables(c4e!BURDOCK ROOT,Cooked,Boiled,Drained,with SALT@R\)X@Q?Q?\(\@5&fffff?@ ffffff1? =p']h?QR?ȴ9Xb?GzH?@?+?-V?zG{?֗O;d?"`B?p =q}1 cup1 rootVegetables yd4_ !BUTTERBUR,Cooked,Boiled,Drained,with SALT@X,?p =q?zG{?(\)@GzH;?b? =p ?5?|h?+?@2fffff?zG{?zG{??nO;?vȴ9Vegetables#e4Q-!CABBAGE,COMMON,FRESHLY HARVEST,RAW@W!Gz?\(\? =p ? =p @zG{@ffffff/?Q? =p ?O;dZ?Z1'?3??Q?333333?Q?QR999~?O;dZ?vȴ9?E1 head#.5 cup, shreddedVegetables@f5 -!CABBAGE,COMMON (DANISH,DOMESTIC, and POINTED TYPES),STORED,RAW@W!Gz?\(\? =p ? =p @zG{@ffffff/?Q? =p ?O;dZ?Z1'?*??Q?333333?Q?QR999~?O;dZ?vȴ9?E1 head#.5 cup, shreddedVegetables NNUg4i-!CABBAGE,COMMON,Cooked,Boiled,Drained,with SALT@Wffffff?QR?ۅQ?\(\@ =p?ffffff@\(\?\(a? =p ?tj~?E?333333@4?/v?(\)? I^5??n?hr!?Q@Hs33333J?"`A?Q?+ J1 headK.5 cup, shreddedVegetables0h4k-!CABBAGE,Reduced,Cooked,Boiled,Drained,with SALT@Wffffff??ə? =p@\(%?ffffff ?333333?lD?nP?333333@A333333?hr Ĝ?zG{?ə?(\)?Q ?vȴ9?Q?QR1 leafK.5 cup, shreddedVegetables!i4g+ !CABBAGE,SAVOY,Cooked,Boiled,Drained,with SALT\?? =p ?ffffff@ =p@ffffff?QR!?p =q?vȴ9?tj~?ffffff?1&?zG{?tj~?Z1'?tj~...y,?tj~?|1&y?tj1 cup, shreddedVegetables \\Gj5+ !CABBAGE,CHINESE (PAK-CHOI),Cooked,Boiled,Drained,with SALT@W33333 ?\(?zG{?ffffff?zG{?\(]? =p s?\(?tj~?nO;?ٙ?bM? ěT?dZ1?9XbM??|hs)))? =p " &?$/?tj~?E1 cup, shreddedVegetablesAk4+!CABBAGE,CHINESE (PE-TSAI),Cooked,Boiled,Drained,with SALT@W\(??\(?\(@GzH?333333 ?333333 '? =p ?-V?Õ$/?ٙ@/?+ I?+ I??zG{?Ƨ-5550?nO;?zG{?;dZw1 cup, shredded1 leafVegetablesl4[ !CARDOON,Cooked,Boiled,Drained,with SALT@W]p =?QR?(\)?\(@QR?333333H?\(\+? =p ?-V?$/?333333?nO;?vȴ9X?`A7?E?$/v?tj~?zG{?+ IVegetables aaOm4[)!CARROTS,Cooked,Boiled,Drained,with SALT@VG{#?QR? =p ?p =q@ p =q@ ?\( .?ə?hr Ĝ? =p?ffffff@ ?`A7L?+ I? =p?Ͳ-V?Õ$/AM?zG{@+ffffff &?Q?xtj~?ȴ9Xb@#ffffff1 tbspN.5 cup, slicesVegetablesHn4_)!CARROTS,Canned,NO SALT,Solids and LIQUIDS@W?\(?Gz?Q?p =q@zG{?@zG? =p "?ҏ\(?^5?|??ٙ?tj~?S?l?n?1&y+.?\(\@# ??xtj~? =p{.5 cup, slices1 canVegetables mTo4Y''!CARROTS,Canned,NO SALT ,Drained Solids@W<?zG{?QR?\(@(\)?@ =p?zG{*?У =p?vȴ9??ٙ@?nO;?Q?lD?GzH?1&y +.?zG@# ?nO;?nO;?O;dZ1 cup, mashed1 cup, slicedVegetablesGp4i' !CARROTS,Frozen,Cooked,Boiled,Drained,with SALT@VzG%?\(?\(?zG@Q@ ffffff@QR#?\( '?ffffff?E?`A7K?333333@ffffff?Q?l?ڟvȴ9?E?$/ @?@+333333!?`A7L?Q?Z1'1 cup, slicesVegetablesDq4c#!CAULIFLOWER,Cooked,Boiled,Drained,with SALT]?p =q??333333@p =q@?\(?Q ? =p ?S?lD?@F&fffff?$/?vȴ9?=p =?A7Kƨ?$/,,, ?Q@+?Q?bM?Ƨ->.5 cup63 floweretsVegetables qq?r4q !CAULIFLOWER,Frozen,Cooked,Boiled,Drained,with SALT^?\(?(\)?Gz@@??=p = ? =p?tj~?333333?333333@?L?l?"`A? =p?+ J?+ I))) ?Q@'?`A7L?Q?^5?|1 cupVegetabless4]' !CELERIAC,Cooked,Boiled,Drained,with SALT@W33333?Q?QR?zG{@?ۅQ B)?ə?tj?tj~?ٙ@ ?S?l?S?lC?"`B1 cup, piecesVegetables=t4Y% !CELERY,Cooked,Boiled,Drained,with SALT@W =p?\(?zG{?@ =p ?@\(*?Gz G?Q?nO;?"`A@ffffff?tj?bM?j~"?\(?tjC?ffffff@Bfffff\m?zG{?Q?3333331 cup, dicedVegetables -u4c) !CHARD,SWISS,Cooked,Boiled,Drained,with SALT@W)?zG?zG{?(\)@Q@?񙙙:@zGV!%?Q?/w?`A7K??hr Ĝ?tj? =p ?/w?\( 2?=p =@tt-D+1 cup, choppedVegetables v4g !CHAYOTE,FRUIT,Cooked,Boiled,Drained,with SALT@W[Q? =p?޸Q?QR@\(\@ffffff ?(\) ? =p?(\)?šo?333333?vȴ9?zG{?Gz?1&?5?|h/?tj1 cupVegetables3w4w!CHRYSANTHEMUM,GARLAND,Cooked,Boiled,Drained,with SALT@W\(?=p =? =p ?Q@=p =@ffffff@zGE@ Q+9!?ə?$/?ָQ?333333@7fffff?$/?zG{? =p ?$/?5?|h222 @afffff d1 cup1 tbspVegetables ##b;x4]) !COLLARDS,Cooked,Boiled,Drained,with SALT@V =p@Gz? =p ?QR@ =p@ffffff?\(t?p =q?tj~?lC?@2333333?zG{?"`A?ffffff?lC?bM]]]?(\)Z?bM?vȴ9?$/1 cup, choppedVegetablesIy4{) !COLLARDS,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@VzG$@\(?=p =?@p =q@ffffff?=p =?Q?GzH?(\)?7KƧ?@:ffffff?bM?p =q?QR?p =q?/vLLL,??@y*?zG{1 cup, choppedVegetablesMz4o!CORN,Sweet,Yellow,Cooked,Boiled,Drained,with SALT@QdzGl@ \(?zG{? =p @9(\@ffffff@ \(\?Q g?޸Q?"`A?E?ə@?˅Q?nO;?m?tj?Q... ? =p ?ٙB?7KƧ?-V?KƧY1 earg1 ear-Vegetables 11k6%4q/CEREALS,Cream OF RICE,Cooked with H2O,without SALT@U4???@&??zG{?ə?zG{?hr Ĝ?nO;?ٙ?tj~?S?zG{?S?vȴ9X?S1 cup@.ffffff1 tbspBreakfast Cereals6&4Q/CEREALS,CREAM OF WHEAT,Regular,DRY@%r@%??333333@S @ffffff?ə/@<sx?(\)?^5?|??ə@?tj~?SyW"?(\)??vȴ9X?=p =?+ I1 cup@%3333331 tbspBreakfast CerealsW'5/CEREALS,CREAM OF WHEAT,Regular,Cooked with H2O,without SALT@Ufffff2?\(\?QR?GzH@%u\(?ٙ?Q-@Q&:?Q?vȴ9X@333333?/v?vȴ9?O;dZ?hr Ĝ?tj~ ?zG{??Q??^5?|1 cup@/ffffff1 tbspBreakfast Cereals ``)(4M/CEREALS,CREAM OF WHEAT,QUICK,DRY@$i@$ffffff?@ K@ffffff?ٙ/@?p =q?θQ?@*(\)?333333?Q@@ =p?\(?tj@ ?Ͳ-V?Gz@vȴ9X?E?Ƨ->8e?zG{??tj~?`A7L?&x1 cup@.3333331 tbspBreakfast Cereals",4a /CEREALS,CREAM OF WHEAT,MIX'N EAT,Plain,DRY@%ffffffi@#ffffff?333333@ffffff@Rfffff@ffffffG@<GR?333333?nO;??@1?ݑhr ?a?"@9,,?lC??|hs?O;dZ@>O14y/CEREALS,FARINA,Enriched,Cooked with H2O,without SALT@U0?Q?Q?Q@$ =q?333333?zG{? ?zG{?bM?+@"333333?;dZ?tj?KƧ?1&y?|1&y" 9?zG{?zG{?zG{?Q1 cup@-3333331 tbspBreakfast Cereals(241/CEREALS,MALTEX,DRY@`@&ffffff@?ffffff@SS33333@?Q$@ o] @ Q?$/@Q? =p?ə@ =p?"`B?333333999@Q@ffffff?ԋC%?vȴ?tj1 cup&.25 cupBreakfast Cereals?34g/CEREALS,MALTEX,Cooked with H2O,without SALTQL@QR?ۅQ?zG@/Q?? =p ? =p Gk??Q@-?\(?l?tj~?Q?1&y??333333?lD??`A7K1 cup@/1 tbspBreakfast Cereals y44G/CEREALS,MALT-O-MEAL,Plain,DRY@$p@%??333333@Sl@< G^?\(?9XbM@7??@1?ڟvȴ9?-V1 cup@$1 tbspBreakfast Cereals.55/CEREALS,MALT-O-MEAL,Plain and Chocolate,Cooked with H2O,without SALT@Ufffff3???@%ffffff?ٙ ?Q?+ I?ə?@333333?-V?bM?$/??bM1 cup1 tbspBreakfast Cereals64//CEREALS,MAYPO,DRY@333333@*ffffff@333333@ H@%@Afffffs2@ ? =p @Dٙ@??@5333333?tj~@@33333355?QR|?E?(\)?(\)^1 cup/.5 cupBreakfast Cereals mm@74e/CEREALS,MAYPO,Cooked with H2O,without SALT@TG@333333?333333@*@333333@ =p 4@ gX? =p?`A7L@ ?333333?333333@333333? I^5??ٙ?333333$$?Q?333333?ffffff?ӅQ?׍O;dZ1 cup1 tbspBreakfast CerealsK85 /CEREALS,OATS,Regular and QUICK and Instant,NOT Fortified,DRY@!@333333?ffffffC@#?3333334@^@\(?E@ =p "?\(\?Q?\(?Q?Q ?ffffff@ ?\(?zG@ffffffQ1 cup.333 cupBreakfast Cereals MMT;4{'/CEREALS,OATS,Instant,Fortified,Plain,Prepared with H2O@UzG7@\(?Q?\(@#.zG?8@\(\65-?p =q?/v?hr Ĝ@ffffff?\(?$/@E?-V?dZ1+&F???nO?^5?|?`A7K1 cup, cooked1 cupBreakfast CerealsW<4} /CEREALS,QUAKER,Instant OATMEAL,Apples and Cinnamon,DRY@333333m@\(@ Gz@SzG{@@A =p:@&QQ>?\(?(\)@zG@6?333333?zG?Q@)333333?p =q?(\) N?QR@?|hr?(\)?(\)#1 packetBreakfast Cereals ::h=5+ /CEREALS,QUAKER,Instant OATMEAL,Apples and Cinnamon,Prepared with BOILING H2O@S =pW?Q?Gz@1Q?@ 333333J@ =p?Io?ۅQ?(\)?Vt@ffffff?ə?ȴ9XbN?Ͳ-V@E?Gz?^5?|94^? =p ??`A7K?tj?^5?|1 packetBreakfast CerealsV@5 /CEREALS,OATS,Instant,Fortified,with Cinnamon and SPICE,DRY@=p =r@!.zG@zG@ Q@S>zG@ffffff@@ٙ@!333333Y,?Gz@(\)@533333??Q?Q@#Q??ffffff5 W?Gz?"`B?Q?zG.1 packetBreakfast Cereals LLR-5 7GRAPES,Canned,THOMPSON SEEDLESS,H2O Pack,Solids and LIQUIDS@V5\((??(\)?@$?333333@#ffffff ?\(\k??1&y?+??vȴ9X?O;dZ? =p?E? =p-? =p@#0?Q?pbM?vȴ9X1 cupFruits & Fruit JuicesZ.5 7GRAPES,Canned,THOMPSON SEEDLESS,Heavy SYRUP Pack,Solids and LIQUIDS@SRI?޸Q??θQ@3fffff?333333@3 ?zGg??S?tj~??Q?+ I??E? =p@? =p@#&0?`A7L?pbM?Q1 cupFruits & Fruit Juices ::c/57GRAPE Juice,Canned OR Bottled,Unsweetened,without Vitamin C@UzH=?Q?zG{?ҏ\(@-Q?@-Q ?θQ ??1&y? =p ???vȴ9?l?ěS?E? =p?ٙ#??htj~?+ I1 cup@?1 fl ozFruits & Fruit Juices[05 7GRAPE Juice,Frozen Concentrate,Sweetened,Undiluted,with Vitamin C@K333333?? =p?GzH@F/\(?333333@F\) ? =p J? =p?O;dZ?vȴ9X?ٙ@Tfffff?vȴ9?KƧ?ە$/??|hs?`A7?ffffff?^5?|?vȴ9?O;dZ1 canFruits & Fruit Juices aax1517GRAPE Juice,Frozen Concentrate,Sweetened,Diluted with 3 VOLUME H2O,with Vitamin C@U3?QR? =p ?zG{@)?@)L??zG{?vȴ9?Ƨ-?@7fffff?Q?vȴ9?vȴ9X?tj~?$/?ٙH?-V?pbM?vȴ91 cup@?3333331 fl ozFruits & Fruit JuicesJ24i 7GROUNDCHERRIES,(CAPE-GOOSEBERRIES OR POHA),RAW@UY5?ffffff?ffffff?陙@&ffffff ( ?(\)?zG{@ffffff$1 cupFruits & Fruit JuicesQ34/;7GUAVAS,COMMON,RAW@T333333D@ffffff?ffffff?=p =@, =p@@! =p?У =p(?p =q?p =q?333333?333333@l?&x?zG{?XbM?/w?(\)111p?\(\@vT?hr Ĝ?E?٩lD1 cup@KZG{1 fruit, without refuseFruits & Fruit Juices s447;7GUAVAS,STRAWBERRY,RAW@T*=p E?\(?333333?陙@1\(\@?(\)$%%?Q?Q?333333Z?tj?(\)?1&x1 cup1 fruit, without refuseFruits & Fruit Juices+741 7GUAVA SAUCE,COOKED@Vc =p$?zG{?Q?@"\(@ @Q? =p  ?\(?E?S?@bL?vȴ9?vȴ9?Gz? =p ?ᙙ?ffffffE?zG{?vȴ9?5?|h1 cupFruits & Fruit Juices84'' 7JACKFRUIT,RAW@RNQ^?Q?333333@8\(?"?333333%$/?Gz?-V?7KƧ?333333@?Q?(\)?ٙ?S)? ěT?+ I?tj1 cup, slicedHFruits & Fruit Juices ::T94=7JAVA-PLUM,(JAMBOLAN),RAW@TQ?Q ?\(?QR?GzH@E33333?l? =p ?tj~?ʟvȴ9?nO;"?333333?^5?|?öE?S1 fruit, without refuseFruits & Fruit Juices9>4;+7LEMONS,RAW,WITHOUT PEEL@V>Q?񙙙?333333?333333@" =p@ffffff@?333333?Q?l?Q?ٙ5?zG{?zG{??QR?zG{ ?333333 ?+?+ I?ȴ9Xb1 cup, sections:1 fruit/Fruits & Fruit Juices ?459 7LEMONS,RAW,WITH PEEL@Uٙ?333333?333333?ٙ@%ffffff@=?ffffff ??У =pM??zG{?ə?Ͳ-V?lC?+?+ I?ȴ9Xbl1 fruit, without seedsFruits & Fruit Juices OOd@4+7LEMON JUICE,RAW@VQ?QR?У =p@!B\(?ٙ@333333?Q|??-V?bM?.?Q?zG{??^5?|?1& ?333333 1 cup@>1 fl ozFruits & Fruit JuicesAA4G7LEMON Juice,Canned OR Bottled@Wp =?ٙ?ҏ\(? =p @Q?ٙ@333333 ? =p f?Q?l?zG{?@8?E?nO;?7KƧ?KƧ?tj ?333333 ?tj~?+ I?\(1 cup@.ffffff1 tbspFruits & Fruit JuicesSB4i7LEMON Juice,Frozen,Unsweetened,SINGLE STRENGTH@W\)?p =q?zG{?Q@?ٙ@333333?QY??Q?Q?@??5?|h?vȴ9?7KƧ?"`?Q ?zG{ ?tj?tj~?E1 cup@>1 fl ozFruits & Fruit Juices uuD4)7LEMON PEEL,RAW@Tffffff/??333333?333333@%333333@zG?陙 ??O;dZ?ffffff?Q?zG{?ٙ?j~"?tj 2?-?+?+ I?ȴ9Xb1 tbsp1 tspFruits & Fruit Juices6G4)7LIMES,RAW@V =q?ffffff?ə?333333@%zG@ffffff? =p !?333333f?(\)? =p?bM?ٙ@=?Q?zG{?ə?Ƨ-?tj2?(\)?333333?+ I?tj~?(\)C1 fruitC1 NLEA servingFruits & Fruit Juices2H4)7LIME JUICE,RAW@V\(?Gz?Q? =p@ =p?ٙ? =p ? =p u?zG{?S?nO;???Q?-V?|hr?tj~ 2?(\)?333333?bM?bM?O;dZ1 cup@>1 fl ozFruits & Fruit Juices @@TI4]7LIME Juice,Canned OR Bottled,Unsweetened@W!Gz??p =q? =p@\(?ٙ?Q ?p =q K?Q?Q?bM?@?`A7L?htj~?/w?`A7L?S?Q? ?vȴ9?+ I?bM1 cup@>1 fl ozFruits & Fruit Juices@L4#;7LITCHIS,RAW@Tp =qB?\(?(\)?(\)@0zH?@.u\(? =p ?Q?l?(\)?333333@Q?+ I? =p?KƧ??Q?ٙ?XbM?Q?`A7L1 cup@#3333331 fruit, without refuse(Fruits & Fruit Juices M4' 7LITCHIS,DRIED@6L@ffffff?333333@Q@ffffff@Pfffff!?333333*V?Q?1&x?E??zG{?=p =@? =p ? =p??GzH?E?vȴ@1 fruit.Fruits & Fruit Juices ZD;O43+ 7LOGANBERRIES,FROZEN@U' =p7?QR? =p?GzH@* =p @333333@?zG{?\(?E?E?ə@.??hr Ĝ?Gz?;dZ? =p#? =p@333333v?+ I?Q?Ƈ+ I1 cup, unthawedFruits & Fruit JuicesfT4#; 7LONGANS,RAW@T4!))!CELERY,RAW@WۅQ?zG?\(?@\(??GzH(?ə P? =p?Q?^5?|?ٙ@?$/?/v?zG{?|hr?l$$$?GzH@=L?tj?bM?j~#@YY1 cup, choppedn1 NLEA serving Vegetables H4_%!CELERY,Cooked,Boiled,Drained,without SALT@W =p?\(?zG{?@ =p ?@\(*?Gz [?Q?nO;?"`A@ffffff?tj?bM?j~"?\(?tjC?ffffff@Bfffff\m?zG{?Q?3333331 cup, dicedK2 stalksVegetablesk 4# !CELTUCE,RAW@W?333333?333333?ffffff@ 333333?333333'?ᙙ'J ?GzH?zG{?tj?@3?(\)?Q?ᙙ?lC?... 1 leafVegetables 4+!CHARD,SWISS,RAW@W*=p ??ə?@ Q??񙙙3?Q.{? =p ?x?lC??zG{? =p ?ٙ?tj?XbM2?=p =>-?*?Q?zG{?Q$1 cup01 leafVegetables ooH 4i) !CHARD,SWISS,Cooked,Boiled,Drained,without SALT@W)?zG?zG{?(\)@Q@?񙙙:@zGV!%?Q?/w?`A7K??hr Ĝ?tj? =p ?/w?\( 2?=p =@tt-D+?tj~?bM?1&y1 cup, choppedVegetables. 4/!CHAYOTE,FRUIT,RAW@Wfffff?=p =? =p?333333@333333?333333??\( }?zG?|hr?1&x?ə@??-V?zG?;dZ?tj~]]]?Q@ffffff?1&y?zG{?/v1 cup1 chayoteVegetables4m !CHAYOTE,FRUIT,Cooked,Boiled,Drained,without SALT@W[Q? =p?޸Q?QR@\(\@ffffff ?(\) ? =p?(\)?šo?333333?vȴ9?zG{?Gz?1&?5?|h/?tj1 cupVegetables  43!CHICORY,WITLOOF,RAW@WGz???zG@?θQ ?zG{?1&??ə@ffffff?vȴ9X?S?zG{?\(?$/%%%?tj~?`bM?+ I51 head-.5 cup Vegetables41) !CHICORY GREENS,RAW\?333333?333333?@?ffffffd?/-?Gz?Gz?tj~?333333?Q???C%?GznnnU@zG@r f(>>\Q@6$Za?1&y?љ?zG{.25 cup9 sprigsVegetables O/47!CORN,SWEET,YELLOW,RAW@Rp =V@ \(?Gz? =p@3Q@@ \(? =p%Y??S?ěS?333333@333333?ə?Q?333333?QR?(\)... ?Q?3333334?KƧ?5?|h?SI1 earZ1 ear@VegetablesO 4u!CORN,Sweet,Yellow,Cooked,Boiled,Drained,without SALT@QdzGl@ \(?zG{? =p @9(\@ffffff@ \(\?Q g?޸Q?"`A?E?ə@?˅Q?nO;?m?tj?Q... ? =p ?ٙB?7KƧ?-V?KƧY1 earg1 ear-VegetablesZ"5!CORN,Sweet,Yellow,Canned,BRINE Pack,Regular Pack,Solids and LIQUIDS@TU\(@?333333??陙@.R?333333@ =p?=p =3? =p ?1&y?`A7L?ffffff@?vȴ9?;dZ? I^5??9XbN?l&&&A?Q@?E?nO;?m.5 cup1 canVegetables 44s;$4u!CORN,Sweet,Yellow,Canned,Whole KERNEL,Drained Solids@S:G{Q@\(? =p@2 =p@ ?QA?\(?-V?$/?ffffff@!?`A7L?+?&x?O;dZ?bM111P?zG{ ?öE?Ұ ě?$/1 cup1 canVegetablesF&4o!CORN,Sweet,Yellow,Canned,Cream STYLE,Regular Pack@SQH? =p?Gz?\(\@2!Gz?333333@ =p?QR3?\(?vȴ9?hr Ĝ?ٙ@ffffff??"`A?Q? =p ? ěT---J?Q? =p?|hr?XbM1 cup1 canVegetables?(4o!CORN,Sweet,Yellow,Canned,VACUUM Pack,Regular Pack@S%QO@GzH??Q@3p =q@ zG{?Gz@?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)111Q?zG{!?E?`A7?Vti.5 cup1 canVegetables 77X*4{!CORN,Sweet,Yellow,Frozen,Kernels CUT OFF COB,Unprepared@RG{X@(\)? =p?޸Q@4@333333@ Gz?GzE?׮zG?nO;? ěT?ffffff@??|hs?Q?-V?Q?ȴ9Xb$$$ ?zG{?3333336?vȴ9X?Vu?lCR.5 cup1 packageVegetablesi+5!CORN,Sweet,Yellow,Frozen,Kernels CUT OFF COB,Boiled,Drained,without SALT@SARQ@ffffff?p =q?(\)@3L@333333@\(?zGO?(\)?tj~? =p?ffffff@ ?Q?vȴ9X?"`?S?XbM### ?Q?3333332z?^5?|?7KƧ?Z1'1 packageR.5 cupVegetables 33H{4s!CORN,Sweet,Yellow,Canned,NO SALT,Solids and LIQUIDS@TU\(@?333333??陙@.R?333333@ =p?=p =3 ? =p ?1&y?`A7L?ffffff@?vȴ9?;dZ? I^5??9XbN?l&&&A?Q@?E?nO;?E.5 cup1 canVegetables@|4e!CORN,Sweet,Yellow,Canned,Cream STYLE,NO SALT@SQH? =p?Gz?\(\@2!Gz?333333@ =p?QR3?\(?vȴ9?+?ٙ@ffffff??"`A?Q? =p ? ěT---J?Q? =p?|hr?XbM1 cup1 canVegetables9}4e!CORN,Sweet,Yellow,Canned,VACUUM Pack,NO SALT@S%QO@GzH??Q@3p =q@ zG{?Gz@?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)111Q?zG{!?E?`A7?Vti.5 cupT1 canVegetables ##g~5!CORN,Sweet,Yellow,Frozen,Kernels,CUT OFF COB,Boiled,Drained,with SALT@SARQ@ffffff?p =q?(\)@3L@333333@\(?zGO?(\)?tj~? =p?ffffff@ ?Q?vȴ9X?"`?S?XbM### ?Q?3333332z?`A7L? ěT?lC1 packageR.5 cupVegetablesn5+!CORN,Sweet,Yellow,Frozen,Kernels ON COB,Cooked,Boiled,Drained,with SALT@RL]@Gz?zG? =p@6TzG@ffffff@ Q?QK?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y ?zG{?ٙ:T?/v?˥S?E?1 earR.5 cup, kernels-Vegetables ((wK5 !COWPEAS (BLACKEYES),Immature SEEDS,Cooked,Boiled,Drained,with SALT@R޸Qa@ \(\?QR?@4QR@ =p?Q43?zG{?$/?M@@?"`B?l?r ě?öE? =p(?(\)?tj~?hr Ĝ?ěS1 cupVegetablesb5 !COWPEAS (BLACKEYES),Immature SEEDS,Frozen,Cooked,Boiled,Drained,with SALT@Pfffff@ G{?Q?zG@7\(@@ =p@\(2zw?Q?ǍO;dZ?O;dZ@ 333333@?У =p?bM?KƧ?C$?QRK?333333@Bffffff-?ffffff?Q?Q1 cupVegetables5 !COWPEAS,YOUNG PODS with SEEDS,Cooked,Boiled,Drained,with SALT@V`"@?333333?3333337?ffffff)1?θQ?-V?1&x?ffffff? =p ? =p ?陙?j~"?|hrxF?9XbM?S?A7Kƨ_1 cupVegetables bb*4q) !COWPEAS,LEAFY TIPS,Cooked,Boiled,Drained,with SALT@V33333@zG??zG@ffffffE?p =q>*_?θQ?öE?^5?|?@2ffffff?bM?-V? ěT?O;dZ?GzH<<<@?vȴ9?nO;?$/51 cup, choppedVegetables=4e !CRESS,GARDEN,Cooked,Boiled,Drained,with SALT@W ?ffffff?333333?333333@ffffff?ffffff@Gz=?陙0a?333333?/v?+??Q?zG{?陙?/w?tj%%%?@wfffff x"?zG{?=p =?+ J1 cupVegetables+4m) !DANDELION Greens,Cooked,Boiled,Drained,with SALT@Vs33333!?333333?333333@@333333@ =p?*?Q?p =q?p =q?333333? =p?ffffff?r ě?/v?zG{ &@ 333333@h<>ei1 cup, choppedVegetables WW:4] !EGGPLANT,Cooked,Boiled,Drained,with SALT@VjG{#?\(?p =q?GzH@!u\(@@ ? {?Q?5?|h?hr!???tj~?zG{?333333?333333?tj%?=p =@333333?+ I?zG{?+c1 cupVegetables/5  !GOURD,WHITE-FLOWERED (CALABASH),Cooked,Boiled,Drained,with SALT@WzG?333333?zG{?׮zG@ Q? ?ffffff?vȴ9?`A7L?ə@!?-V?+ I?\(?nO;?tj~?`bM?pbM?nO;1 cupVegetables4 5!GOURD,DISHCLOTH (TOWELGOURD),Cooked,Boiled,Drained,with SALT@U\(8?Q?\(?׮zG@,zG ? =p ?\(?\(?̋C%?ə@?O;dZ?$/?У =p?1&x?XbM  ?S? ěT?l1 cupY.5 cupVegetables # 5) !HORSERADISH-TREE,LEAFY TIPS,Cooked,Boiled,Drained,with SALT@Ti<@zG?\(@&L@\(CX?\(\?tj?Ƨ-??j~"?I^5?}?Q?1&?^5?|e_?lp*1 cup, choppedVegetables 4w' !HORSERADISH-TREE,PODS,Cooked,Boiled,Drained,with SALT@VG{$@Q?QR?Q@ \(\@?*1?Gz?+?+ ?ffffffa?O;dZ?hr Ĝ?Gz?nO;?1&yFv1 cup, slicesVegetables- 5 !HYACINTH-BEANS,Immature SEEDS,Cooked,Boiled,Drained,with SALT@U2@?GzH?\(@"ffffff)?QR*1?QR?tj~?Gz?@ffffff?1&y?+ I?޸Q?"`A?O;dZ///?vȴ9X?nP?zG{W1 cupVegetables ]]( 4e !JUTE,POTHERB,Cooked,Boiled,Drained,with SALT@Uə%@ p =q?ə?Gz@(\)@ Q>H&?GzH?QR?|hr?!?KƧ?ȓtj~?zG{?nO;?=p =hhhA?Ql '?Q?1&y?tj~W1 cupVegetables/4U) !KALE,Cooked,Boiled,Drained,with SALT@V?ffffff?ٙ? =p@Q?H??θQ?+?ڟvȴ9?)?"`A?Q??+ J?lD 55?333333GF?vȴ9?Q?ȴ9XbN1 cup, choppedVegetables@4c) !KALE,Frozen,Cooked,Boiled,Drained,with SALT@V@Q?\(\?zG@Q?p =q?zGA? =p ?bM??@9333333?tj?/v?$/?"`A?tj9p?p =qr"wL? ěT?nO;?zG1 cup, choppedVegetables oo%4c) !KALE,SCOTCH,Cooked,Boiled,Drained,with SALT@V?ffffff?=p =? =p@Q?Gz9&?θQ?+?ڰ ě?@Jffffff?zG{?+?XbM?tj~?n d?"`A?Q?+ J1 cup, choppedVegetables=4]' !KOHLRABI,Cooked,Boiled,Drained,with SALT@V33333??(\)?񙙙@\(?񙙙@ffffff?ٙ-T? =p?`A7L?-V?陙6?zG{?zG{?\(?zG{?öE #? =p??1&y?bM?"`A1 cup, slicesVegetables#4i) !LAMBS QUARTERS,Cooked,Boiled,Drained,with SALT@V9 @ ?ffffff@@?ffffff-  ?333333?7KƧ??%??У =p??vȴ9X?E%?vȴ9?ěS?ӥS1 cup, choppedVegetables 99D5-!LEEKS,(BULB and LOWER LEAF-PORTION),Cooked,Boiled,Drained,with SALT@V33333?Q?ə?=p =@zG{?񙙙W?Q?vȴ9X?ϝ-V?@?vȴ9?zG{?ə?nO;?hr!.?S?htj~?j~"|1 leek.25 cup, choppedVegetables+4a!LOTUS ROOT,Cooked,Boiled,Drained,with SALT@TZG{B?GzH?Q?Q@0zH@?Nk?Q?Ƨ-?(\)?333333@;ffffff?A7Kƨ?zG{?333333?S?lC?$/?1&y?1&y<.5 cupY10 slicesVegetablesL4_'!MUSHROOMS,Cooked,Boiled,Drained,with SALT@VQ@\(\?zG?zG@(\)@@? =p Wd? =p? ěT?p =q@*? ě?333333@ =p@GzH?QR?zG{??;dZ?bM?lC1 cup, pieces@#1 tbspVegetables BBcA5%/CEREALS,OATS,Instant,Fortified,with Cinnamon and SPICE,Prepared with H2O@Rs33333k@333333?\(?Q@5Q?@" =pE@GzHTF?Q?bM??x?˅Q@QR? ěT?$/6/V?Q??hr!?S?ش9XbN1 cup1 tbspBreakfast CerealsSB5 /CEREALS,QUAKER,Instant OATMEAL,MAPLE and BROWN SUGAR,DRY@zG{n@!(\@QR@GzH@RR@ffffff@>nzG@"kQ]8^@ =p?(\)@ =p @533333?QR? =p@$u\(?zG?QRL ?(\)?Q? =p? =p +1 packetBreakfast Cereals ,,bC5 /CEREALS,QUAKER,Instant OAT, MAPLE and BR SUGAR,Prepared with BOIL H2O@RQe@ =p ? =p?\(@4 =p ?@ 333333F@zGSE?Q?bM?C%@333333?KƧ?(\)@9XbN??hr Ĝ70Y?Q??j~"?ݡo?؃nP1 packetBreakfast CerealsjD5 /CEREALS,OATS,Instant,Fortified,with RAISINS and SPICE,DRY@ u\(h@ =p @zG@ \(\@S =p@@B'zH@"ffffffP i2?333333?θQ@@533333?ffffff?QR?Q@$p =q?QR?QRG ?Gz@333333?陙? =p?p =q@E@1 packetBreakfast Cereals bbpE5#/CEREALS,OATS,Instant,Fortified,with RAISINS and SPICE,Prepared with H2O@R\(d@\(?=p =?\(\@4QR?@#W =pF@G`?p =q?lD?1&x@333333?ə?KƧ?lC@zG?"`B?hr Ĝ6/W?(\)?333333?XbM?hr Ĝ?+ 1 cup1 tbspBreakfast CerealszF43/CEREALS,RALSTON,DRY@#U@,333333@?333333@Rfffff@*#@y @ ?A7Kƨ@Q?GzH?޸Q@Gz?E?~"<<*1 cup 10 fruitFruits & Fruit JuicesOi4Y7OLIVES,RIPE,Canned (SMALL-EXTRA Large)@S\(s?Gz@%\(\@ =p@ =p @ X@ ffffffh?(\)?bM?zG{???htj~?l?Q?nO;?ffffff?ffffff ? =p@O;dZ?&x@ 1 tbsp@1 largeFruits & Fruit Juices o\j4_-7OLIVES,RIPE,Canned (JUMBO-SUPER COLOSSAL)@U\(Q? =p @zG{@\(@p =q@^@ \( ?(\)?hr!?zG{???htj~?+ I?Q?tj~Z?ffffff?ffffff?+ J@H9Xb?n@ 1 jumbo@.ffffff1 super colossalFruits & Fruit Juices0k4Y 7OLIVES,PICKLED,Canned OR Bottled,Green@RR?zG{@. =p@Q@Q@ ffffff?GzH4?\(\ *?zG{?Q??$/?|1&y?Vt?O;dZ?vȴ9X@zG{?ffffff @;dZ@&ěT?xFruits & Fruit JuicesYp4g+7ORANGES,RAW,ALL Commercial Variety, varieties@U/?zG?Q?(\)@'@333333@"33333(? ?Q? =p ??@J?E?zG{? I^5???Q ? =p Gt?Q?O;dZ?1 cup, sections1 largeFruits & Fruit Juices YY,q4M+7ORANGES,RAW,CALIFORNIA,VALENCIAS@U\(1? =p?333333?Gz@'ǮzH@(? =p ?Q?l?O;dZ@H@?E?zG{?щ7KƧ?? ěT''' ?Q?(\)?Q1 cup, sectionsy1 fruitFruits & Fruit Juices7r41+7ORANGES,RAW,NAVELS@U~zG1?Q?333333?ۅQ@)zG@@!+? =p ?zG{?+?-V@M?hr Ĝ?1&?333333?д9XbN?9XbM""" ?333333Wt?hr Ĝ?Q?vȴ9X1 cup, sections1 fruit Fruits & Fruit Juices8s43+7ORANGES,RAW,FLORIDA@U\).?ffffff?Gz?=p =@'zG@333333@"GzH+? =p ?zG{?+?tj~?-??zG{?ٙ??1& ? =p Gt??+?$/1 cup, sections1 fruitFruits & Fruit Juices UUy u4797ORANGES,RAW,WITH PEEL@T33333???333333?333333@/@F?陙?(\)?/v?ffffffG????Q?+ ?Q?(\)?Q1 cup1 fruit, without seedsFruits & Fruit Juices1v4-7ORANGE JUICE,RAW@V33333-?ffffff?ə?ٙ@$?ə@ ?ə ??+ I?1&y?2? =p ?Q?ٙ?QR?zG{ ?zG{?!s?tj~?nO;?zG{1 cup1 fl ozFruits & Fruit JuicesNw4K7ORANGE Juice,Canned,Unsweetened@V@ =q*?Gz?Q?=p =@#33333?ə@ ?(\) ?Q?/v?1&y?@A333333?Q?1&y?tj?333333?+ I ?ə?s?nO;??hr Ĝ1 cup@?1 fl ozFruits & Fruit Juices PP?y4k7ORANGE Juice,CHILLED,Including FROM Concentrate@V,?陙?GzH?޸Q@$Q?ə ?\( ?zG{?zG{?O;dZ?@@s33333?j~"?$/?Q?r ě?SN?-V?O;dZ?bM1 cup@?1 fl ozFruits & Fruit Juicesi~4w7ORANGE Juice,Frozen Concentrate,Unsweetened,Undiluted@L@Q?Gz?zG@C\(?陙@B\( ?ffffff"9? =p ? =p?tj~?ٙ@aA?tj~?tj~?E1 cup@A1 fl ozFruits & Fruit Juices ..s57ORANGE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O@Vfffff-?\(?Q?\(@%\(?ə@ ? ??+ I?1&y?@Cs33333?9XbM?nO;?"`B?9XbM?+ I,,,k?ə?[s?|1&y?zG{?tj~1 cup@?1 fl ozFruits & Fruit Juices|4+7ORANGE PEEL,RAW@R a??ə?陙@%333333?陙??O;dZ?Q? =p ??\(\?Ƈ+ I?tj~?nO;?zG{1 tbsp1 tspFruits & Fruit JuicesW4a7ORANGE-GRAPEFRUIT Juice,Canned,Unsweetened@V(\)+?333333??\(@$\(?@$\(\?p =q ?Q?tj~?hr Ĝ?@=?1&y?Q?Ձ$/?Q?O;dZw?Q?bI?+ I?hr Ĝ?tj~1 cup@>fffff1 fl ozFruits & Fruit Juices Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx............... . .!.!.".".#.#.$.$.%.%.&.&.'.'.(.(.).).*.*.+.+.,.,.-.-....././.0.0.1.1.2.2.3.3.4.4.5.5.6.6.7.7.8.8.9.9.:.:.;.;.<.<.=.=.>.>.@.@.C.C.D.D.E.E.F.F.G.G.H.H.I.I.J.J.K.K.L.L.M.M.N.N.O.O.P.P.Q.Q.R.R.S.S.T.T.U.U.V.V.W.W.X.X.Y.Y.Z.Z.[.[.\.\.].].^.^._._.`.`.a.a.b.b.c.c.d.d.e.e.f.f.g.g.h.h.i.i.j.j.k.k.l.l.m.m.n.n.o.o.p.p.q.q.r.r.s.s.t.t 11W,4q+!CORN,Sweet,Yellow,Frozen,Kernels ON COB,Unprepared@Q\(b@ =p =?\(?@7@ffffff@=p =?\( W&?ffffff?1&?9XbM?陙@?^5?|?+ I?`A7L?n?x((( ? =p ?ٙ=?Q?/v?|hr}1 earR.5 cup, kernels-Vegetablesp-5!+!CORN,Sweet,Yellow,Frozen,Kernels ON COB,Cooked,Boiled,Drained,without SALT@RL]@Gz?zG? =p@6TzG@ffffff@ Q?QK?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y ?zG{?ٙ:T?/v?˥S?E?1 earR.5 cup, kernels-Vegetables .05 !CORN with Reduced and Green PEPPERS,Canned,Solids and LIQUIDS@S`K@ =p?ᙙ?333333@2+Q?GzH>[?׮zG?Q?tj?333333@!?+ I?zG{?ffffff?ܛS?E""" ?\(?tj?д9XbN1 cupVegetables\64' !CORNSALAD,RAW@W333333?ٙ?333333@ &@p =q 5?Gz?&x?"`?@C?-V?E?ڏ\(?$/?xFc81 cupVegetables74Y !COWPEAS (BLACKEYES),Immature SEEDS,RAW@SLZ@?ffffff?333333@2fffff~?񙙙35?(\)? =p?Q@ffffff@?(\)?\(?333333?S?&x? =p ?bM?3333331 cup1Vegetables kU85 !COWPEAS (BLACKEYES),Immature SEEDS,Cooked,Boiled,Drained,without SALT@R޸Qa@ \(\?QR?@4QR@ =p?Q43?zG{?$/?M@@?"`B?l?r ě?öE? =p(?(\)@:?tj~?hr Ĝ?ěS1 cupVegetables+;4u!COWPEAS (BLACKEYES),Immature SEEDS,Frozen,Unprepared@P @!\(?ffffff?@9!Gz@7z?GzH?=p =?1&x@ ?\(\?-V?E?Vt?"`AT?ǮzG? ěT? I^51 cup1 packageVegetablesb<5! !COWPEAS (BLACKEYES),IMMTRE SEEDS,Frozen,Cooked,Boiled,Drained,without SALT@Pfffff@ G{?Q?zG@7\(@@ =p@\(2zw?Q?ǍO;dZ?O;dZ@ 333333@?У =p?bM?KƧ?C$?QRK?333333@Bffffff-?ffffff?Q?Q1 cupVegetables =4O!COWPEAS,YOUNG PODS with SEEDS,RAWV,@ ffffff?333333?@#A:A?\(??ӶE?!?333333?Q?333333?=p =?$/555@P?9XbM?S?A7Kƨ^1 cup 1 pod Vegetables!>5  !COWPEAS,YOUNG PODS with SEEDS,Cooked,Boiled,Drained,without SALT@V`"@?333333?3333337?ffffff)1?θQ?-V?1&x?ffffff? =p ? =p ?陙?j~"?|hrxF?9XbM?S?A7Kƨ_1 cupVegetables ?4/'!YARDLONG BEAN,RAW@Ufffff/@ffffff?ٙ?333333@ 333332?zG,;?׮zG?tj~?=p =?@2?dZ1?(\)?=p =?(\)?tj~>>>a+?Gz?nO;?šo[1 cup, slices 1 podVegetables ,@4m'!YARDLONG BEAN,Cooked,Boiled,Drained,without SALT@UzG/@=p =??\(\@"\(\,?\(\*9"? =p ?bM?ɺ^5?|?@0333333?\(?XbM?(\)?1&?tj~---?vȴ9?nO;?$/h1 cup, slices1 podVegetables A49)!COWPEAS,LEAFY TIPS,RAW@VqR@ffffff??@GzH??Q+ ?ҏ\(?r ě?I^5?}?$?֧-?ffffff?Q?Q?Ƨ-eee$?`A7L?+ I?"`A$1 cup, chopped1 leaf0Vegetables,B4w) !COWPEAS,LEAFY TIPS,Cooked,Boiled,Drained,without SALT@V33333@zG??zG@ffffffE?p =q>*_?θQ?öE?^5?|?@2ffffff?bM?-V? ěT?O;dZ?GzH<<<@?vȴ9?nO;?$/51 cup, choppedVegetables QQu C4-!CRESS,GARDEN,RAW@VY @?ffffff?@?񙙙@Q?&L^?p =q?\(?-V?E?zG{?У =p?"`?ϝ-VPPPZ?ffffff@3333360?O;dZ?ΗO;d?/v21 cup1 sprigVegetablesFD4k!CRESS,GARDEN,Cooked,Boiled,Drained,without SALT@W ?ffffff?333333?333333@ffffff?ffffff@Gz=?陙0a?333333?/v?+??Q?zG{?陙?/w?tj%%%?@wfffff x"?zG{?=p =?+ J1 cupD.5 cupVegetables=E49)!!CUCUMBER,WITH PEEL,RAW@WθQ??(\)?QR@ =p ??Q?Q ?ə?E?9XbM?333333@ffffff?S?`A7L?+ J?Гtj~?zG{i?Q@0ffffff -?hr Ĝ?htj~?"`A4.5 cup, slices-1 cucumberVegetables GG;F43%'!CUCUMBER,PEELED,RAW@X.Q ?Gz?zG{? =p @GzH?ffffff?zG?(\) ?\(?-V? ě?@ ?vȴ9X??l?θQ?1&H?Q@?vȴ9?`bM?htj~1 cup, paredw1 cup, slicedVegetables-G45) !DANDELION GREENS,RAW@Uffffff-@?ffffff?@"ffffff@ @@$BL?=p =?S?S?#?QR?У =p?n?$/?bMC@(\)@q33333 ?\(?1&y?ӕ$/71 cup, choppedVegetablesEH4s) !DANDELION Greens,Cooked,Boiled,Drained,without SALT@Vs33333!?333333?333333@@333333@ =p?*,?Q?p =q?p =q?333333? =p?ffffff?r ě?/v?zG{ &@ 333333@h<>e?° ě?tj~?ěSi1 cup, choppedVegetables RR9I4%%1!EGGPLANT,RAW@W=p ?(\)?QR?ffffff@@ 333333@ ?θQ?zG{?E??333333@?+?l?ěS?lC?$/?333333@ ?hr Ĝ?bM?tj~R1 cup, cubes1 eggplant, peeledVegetables3333335}? ě?+?`A7K1 cup1 packageVegetablesA#4a !PEAS,Green,Cooked,Boiled,Drained,with SALT@SwzHT@p =q?(\)?p =q@/GzH@@Q? =p'u? =p ?$/??ffffff@,ffffff?Гtj~?nO@+ I^?Õ$/?˥S???!(?Q@9fffff !?+?tj~?1&1 cupVegetables ::H$4e!PEAS,Green,Canned,NO SALT,Solids and LIQUIDS@UzG{5@ Q?333333?Gz@#@ ffffff@ ?QR5d ?ffffff?S?`A7L?@#?j~"? ě?l?KƧ? =pH?zG{@0[r?S?S?-V|.5 cup1 canVegetablesE%4]!PEAS,Green,Canned,NO SALT,Drained Solids@TlE@zG?ffffff? =p @)(\)@ffffff@ =p?ffffffC?Q?E?dZ1?333333@#333333?"`?+?lC?bM?bM,,,?Q@5ffffff@F?vȴ9X?vȴ9X?/wU.5 cup91 canVegetables-&4o!PEAS,Green,Frozen,Cooked,Boiled,Drained,with SALT@SGzN@?GzH?陙@,Q@?QZC?zG?n?~"@#?1&??zG?-V?hr!;;;!?+ J?tj~?nP1 packageP.5 cupVegetables MMt#'5 !PEAS,MATURE SEEDS,SPROUTED,Cooked,Boiled,Drained,with SALT@RzHb@333333?QR?zG@1zG?Q) ?\(?zG{??333333@ffffff?˥S?=p =?&x?"`B?bM$$$? =p ? =p ?θQVegetablesI(4q !PEAS and CARROTS,Canned,NO SALT,Solids and LIQUIDS@V &@\(\?GzH?\(@ \(@ ffffff@ =p?.d?\(?^5?|?+ ?@ffffff?l?"`A?◍O;d?Q?+ IYQ?QR@*333333_ ?+ J?O;dZ?nP1 cupVegetables;)4{!PEAS and CARROTS,Frozen,Cooked,Boiled,Drained,with SALT@Us333330@Q?Gz?=p =@$=p =@?zG10??tj~?"`B?񙙙@ 333333??bM?vȴ9X?/w?EQ?E?Q?ɺ^5?|1 packageP.5 cupVegetables eeL*4y !PEAS and ONIONS,Frozen,Cooked,Boiled,Drained,with SALT@V Q-@QR?ə?@!B\(@@(\)?zG "u?ҏ\(? ěT??|hs?ٙ@?333333?lD?9XbN? =p ?E5?zG{@(333333 r?nO;?tj~?bM1 cupVegetablesG+4G=!PEPPERS,HOT CHILI,Reduced,RAW@VGz(?Q?(\)? =p@!Q?@333333?zG{+B ?У =p?nP?-V?@afffff?nO;?tj?lC?ɺ^5?|?1&x0?zG$(?$/?tj~?ΗO;d-1 pepperK.5 cup, chopped or dicedVegetables KKr,5=!PEPPERS,HOT CHILI,Reduced,Canned,EXCLUDING SEEDS,Solids and LIQUIDS@W ???ffffff@ffffff?@ \(??\(?"`B?lD?333333D?zG{??陙?hr Ĝ?Õ$/ .tS?zG@!ffffff?zG{?xtj~?(\)I1 pepperD.5 cup, chopped or dicedVegetables;-4?)'!PEPPERS,SWEET,Reduced,RAW@W p =?zG?333333?zG@Q@?ۅQ ??hr Ĝ?1&y??S?\(?S?I^5?}?ҟvȴ9 ;?GzH@X43?5?|h?|1&y?+1 cup, chopped\1 cup, slicedVegetables ((g;.4s!PEPPERS,Sweet,Green,Cooked,Boiled,Drained,with SALT@VzH?p =q?ə? =p@?333333 ?p =q ?Q? =p?p =q?333333@R?5?|h?Q?އ+ I?9XbM?mP?-V?vȴ9?"`A@'3333331 tbspI1 pepperVegetables`/4}'!PEPPERS,Sweet,Reduced,Cooked,Boiled,Drained,without SALT@VzH?p =q?ə? =p@?333333@\( ?p =q ?Q? =p?p =q?333333?5?|h?Q?އ+ I?9XbM?my?ffffff@ffffff7@?-V?vȴ9?"`A1 cup, strips@'3333331 tbspVegetables104w!PEPPERS,Sweet,Reduced,Cooked,Boiled,Drained,with SALT@VzH?p =q?ə? =p@?333333 ?p =q ?Q? =p?p =q?333333?5?|h?Q?އ+ I?9XbM?m?-V?vȴ9?"`A 1 tbspI1 pepperVegetables dd\T5/CEREALS Ready-to-eat,WHEAT,SHREDDED,Plain,SUGAR and SALT FREE,SPOON SIZE@ffffffT@$?񙙙?S@&?+@ p =qte@\(\?Q@l@?GzH?Q@GzH?lC?=p =***??ə?vȴ9X?tj11 cup@81 boxBreakfast Cereals!X5 /CEREALS Ready-to-eat,NUTRI-GRAIN,WHEAT,SEE NEW PRODUCT 08292h@!ffffff@@U&fffff@333333@\(Nv@*ffffff?GzH@#3333335??@1?񙙙?aNK@333333?ǮzG?/v?lBreakfast Cereals[5/CEREALS,ROMAN MEAL WITH OATS,Cooked with H2O,without SALT@T`G?陙?ٙ@,ffffff@333333 ?\(bk?Q?vȴ9X? =p? =p ?\(?vȴ9?9XbM ?nO;1 cup.75 cupBreakfast Cereals }}\4a/CEREALS Ready-to-eat,RICE,PUFFED,Fortified@333333??ٙ@Vs33333?333333@?33333bq?zG{?šo?@%@?@Afffff?zG{?333333? =p1 cup@,ffffff.5 ozBreakfast Cereals]4c/CEREALS Ready-to-eat,WHEAT,PUFFED,Fortifiedl@-ffffff?333333?@Sfffff@@?33333c\@Gz?-V?zG@^fffff@?@Afffff?tj~?\( ?ə 1 cup@,ffffff.5 ozBreakfast CerealsI^5/CEREALS,CORN GRITS,WHITE,Regular and QUICK,Unenriched,DRY s@!?333333?ٙ@Sfffff??zG{I?=p =?333333?"`A? =p?zG{?333333? =p ?`A7?Q?333333? =p?333333?nP1 cup@#ffffff1 tbspBreakfast Cereals XXT_5/CEREALS,CORN GRITS,Yellow,Regular and QUICK,Enriched,DRY s@!?333333?ٙ@Sfffff??zG{@GzHI?=p =?333333?"`A?zG{?QR@ =p? =p ?`A7Y ?Q?333333?aK? =p?333333?nP1 cup@#ffffff1 tbspBreakfast CerealsL`5/CEREALS,CORN GRITS,Yellow,Regular and QUICK,Unenriched,DRY s@!?333333?ٙ@Sfffff??zG{I?=p =?333333?"`A? =p?zG{?333333? =p ?`A7 ?Q?333333?aK? =p?333333?nP1 cup@#ffffff1 tbspBreakfast Cereals ..aa5#/CEREALS,CORN GRITS,WHITE,Regular,QUICK,Enriched,Cooked with H2O,with SALT@UVfffff;?Q?QR?zG{@)p =?333333??333333 ?Q?nO;?nO;@??|hs?(\)?vȴ?+?$/! 8?zG{??tj~??|hs1 cup.75 cupBreakfast Cerealsib55/CEREALS,CORN GRITS,WHITE,Regular and QCK,Unenriched,Cooked with H2O,without SALT@UVfffff;?Q?QR?zG{@)p =?333333??zG{ ?Q?nO;?nO;@?hr Ĝ?xtj~?ffffff?+?$/?zG{??tj~??|hs1 cup.75 cupBreakfast Cereals GGFc5'/CEREALS,CORN GRITS,WHITE,Regular,QUICK,Unenriched,Cooked with H2O,with SALT@US33333?p =q?θQ?@*(\)?333333?Q@@ =p?\(?tj@ ?Ͳ-V?Gz@vȴ9X?E?Ƨ->8e?zG{??tj~?`A7L?&x1 cup.75 cupBreakfast Cereals"l4G/CEREALS,FARINA,Unenriched,DRY@%q@%333333??ٙN?ffffff? X^?\(?9XbM?-V@7?Q??ffffff?ڟvȴ9?-V?(\)?zG{?Q?(\)1 cup@%1 tbspBreakfast Cereals __N4O+7TANGERINES,(MANDARIN ORANGES),RAW@UJG{5?Q? =p?QR@*zG?@%(\)%?333333 ?Q?$/?+?@:33333?-V?nO;?bM?˥S?+"?əe?+?Q? =p1 cup, sectionsb1 largeFruits & Fruit JuicesK4k 7TANGERINES,(MANDARIN ORANGES),Canned,Juice Pack@V` =q%? =p?Q?Q@## =p?ffffff@!p = ?GzH ?QR?`A7L?bM?ٙ@A?E?-V?zG{??$/T+??htj~?tzG{?tzG{1 cupFruits & Fruit Juices ;;P4w 7TANGERINES,(MANDARIN ORANGES),Canned,Light SYRUP Pack@T =p=???QR@00 =q?ffffff@.G{?׮zG N?θQ?+ I?bM?ٙ@3?"`A?+ I?zG{??$/H*??tj~?nO;?zG{1 cupFruits & Fruit Juices5437TANGERINE JUICE,RAW@V9+??ə?333333@$333333?ə@#?ə?Q??l??Q?zG{???$/ ? =p&?tj~?nO;?zG{1 cup@>fffff1 fl ozFruits & Fruit Juices44M7TANGERINE Juice,Canned,SweetenedW2??ə?333333 ?ə@'?ə?Q??l??Q?zG{???bM ?333333&?vȴ9?nO;?1 cup@?1 fl ozFruits & Fruit Juicesofflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|fjmp|      #&)-021H2L3P4S5V6Y7\8a\d]h^k_o`savbzcd "(+-7<?BEHMRUX\`cimpsvz}  #$%"&%'((,)1*6+<JAKGLKMUNXOZP\QbReShrksntsuvvyw~ "% 55o64y 7TANGERINE Juice,Frozen Concentrate,Sweetened,Undiluted@M??\(?Q@Cl?333333?\(? =p ?ȴ9Xb? =p@UFfffff?lC?`A7L?E?1&x?° ě  ?vȴ9?hr Ĝ?tj~1 canFruits & Fruit JuicesG 57TANGERINE Juice,Frozen Concentrate,Sweetened,Diluted with 3 VOLUME H2O@Vfffff.?ۅQ?(\)?333333@&Q?q?Q??l@8333333?vȴ9?tj~?+??$/=?|1&y?zG{?1&y1 cup@>1 fl ozFruits & Fruit JuicesB 4#%'7PAPAYAS,RAW@V5Q'?Q?Q?Q@#Q?@? ?Q?bM?+ I?333333@Nfffff?S?bM?աo?lC?tj~&&&F7?\(\@K?tj?tj~?vȴ9X1 cup, cubes1 cup, mashed!Fruits & Fruit Juices DD; 457PAPAYA NECTAR,CANNED@UAGz9?\(?333333?333333@-Q?333333@+R ?\(?333333?vȴ9?vȴ9?333333?xtj~?pbM?333333?S?nO;i?θQ?陙[?bM?E?Q1 cup@?3333331 fl ozFruits & Fruit Juices?4W;7PASSION-FRUIT,(GRANADILLA),PURPLE,RAW@R;Qa@?ffffff?陙@7aGz@$@&ffffff ?D\??tj?333333? =p??@?zG{?ffffff)?5?|h?tj?M1 cup1 fruit, without refuse0Fruits & Fruit Juices64I7PASSION-FRUIT Juice,PURPLE,RAW@UgzH3?\(??\(@+333333?ə@*?θQ ??"`A?@=?ěS?\(\?$?zG{?ٙ?pbM?xtj~?-V1 cup@>fffff1 fl ozFruits & Fruit Juices 11M4I7PASSION-FRUIT Juice,Yellow,RAW@U p =fffff1 fl ozFruits & Fruit Juices<4#'7PEACHES,RAW@V7zH'?Q??ۅQ@#zG?@ ǮzH? ?\(?hr Ĝ?;dZ?@ffffff?tj~?vȴ9X?n?Õ$/?F?\(\@C[?tj~?&x?tj1 cup, slices1 large Fruits & Fruit Juiceso4a;37PEACHES,Canned,H2O Pack,Solids and LIQUIDS@WHQ?(\)?Q?GzH@p =q?@=p =?zG{ c? =p ?S?tj~?333333@333333?nO;?tj~?1&y??tj~?\(\?333333m=?xtj~?$/?1&y1 cup, halves or slicesb1 half, with liquidFruits & Fruit Juices cce4e;7PEACHES,Canned,Juice Pack,Solids and LIQUIDS@U\(,?(\)?Q?GzH@'# =p?@$=p ?GzH?(\)??tj~?333333@ ?bM?hr Ĝ?⟾vȴ9??tj~}?\(\?333333N=?pbM?tj~?bM1 cup1 cup, halves or slicesFruits & Fruit Juices04s; 7PEACHES,Canned,Extra Light SYRUP,Solids and LIQUIDS@V *?ٙ??θQ@&333333?333333 J? =p ??bM?zG{?zG{?陙??tj~?+ I?nO;?tj~1 cup, halves or slicesFruits & Fruit Juices w4q;37PEACHES,Canned,Light SYRUP Pack,Solids and LIQUIDS@U.zG6??Q?@-?@*? =p  a? =p ?vȴ9?O;dZ?333333@333333?nO;??"`??tj~b?\(\?333333I=?htj~?tj~?Q1 cup, halves or slicesb1 half, with liquidFruits & Fruit Juicese4q37PEACHES,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@SRJ???θQ@3 =q?@2 =p?GzH \? =p ?1&? =p ?333333@ffffff?+ I?tj~?S??tj~L?\(\?333333D=?zG{?Q?bM1 cupb1 half, with liquidFruits & Fruit Juices ;;{<4}; 7PEACHES,Canned,Extra Heavy SYRUP Pack,Solids and LIQUIDS@RL(\`?zG?Q?@:\(?ҏ\( S? =p ??+ I?333333?+ I?$/? =p??tj~?htj~?+ I?1&y1 cup, halves or slicesFruits & Fruit JuicesW4% 7PEACHES,SPICED,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@SK?=p =??Gz@4zG?@2ǮzH?Q U?zG{?+ J?333333@333333?+ I?Q?/v??tj~=?\(\?333333A=?+ I?nO;?tj~1 cup, wholeFruits & Fruit Juices&4s 7PEACHES,Dehydrated (LOW-MOISTURE),SULFURED,Uncooked@E@\(?zG{@ Q@T˅Q&@ =p 9G ?\(?ߍO;dZ?nO;@%333333?+?(\)@L?9XbN?Z1'G?j~"? ěT?;dZt1 cupFruits & Fruit Juices BBj$4o 7PEACHES,Dehydrated (LOW-MOISTURE),SULFURED,Stewed@OQ@zG?Gz?=p =@AR@zGB*?zG{?"`B?\(@333333?bM?Q@=p =?ȴ9Xb?S? =p ?öE?1&1 cupFruits & Fruit JuicesI4K7PEACHES,DRIED,SULFURED,Uncooked@?@ Gz?QR@@N=p @ ffffff@D޸Q@=p =*w?=p =?KƧ?ӅQ?@333333?`bM?"`A@? I^5??&xsl?QR@/ffffff2/?E?n?|hr1 cup 1 halfFruits & Fruit JuicesE4e 7PEACHES,DRIED,SULFURED,Stewed,without SUGAR@SfffffM?\(??陙@3 =q@@0p = ?\( &@? =p ?E?+ J?ə@ ?tzG{?$/?M?+ I^?tj~ ?Qb(?vȴ9?ȴ9Xb?5?|h1 cupFruits & Fruit Juices **Y+ 4_ 7PEACHES,DRIED,SULFURED,Stewed,with SUGAR@QQg?\(?(\)?\(\@:@333333?333333 #$?\(?dZ1?ȴ9Xb?ffffff@ 333333?tzG{?tj~?5?|h?Q?Q ?tj~?E?S1 cupFruits & Fruit JuicesR"4K'7PEACHES,Frozen,SLICED,Sweetened@RQ^?(\)? =p?\(@7G{?@6.zG?׮zG ??tj~?-V?ٙ@W?vȴ9?Q?`A7L?`A7L?nO;? =p@:M?1&y?tj~?bM1 cup, thawed10 slicesFruits & Fruit JuicesM#4Y7PEACH NECTAR,Canned,without Vitamin C@Uh\)6?GzH?zG{?333333@+ =p?333333@* =p?QR(?zG{?lD?tj~?ə@333333?htj~?1&y?nO;?hr Ĝ?|1&y ?ҏ\(5%?`bM?bM?+ I1 cup@?1 fl ozFruits & Fruit Juices Y6$4'7PEARS,RAW@Tp =:?QR?Q?Q@.Q@@# ?\( w??E?+ J?@?tj~??tj?tj~?1&y?Q@ -?xtj~?vȴ9?-V1 cup, slices1 pearFruits & Fruit JuicesK%4]37PEARS,Canned,H2O Pack,Solids and LIQUIDS@V =p?QR?Q?zG{@=p =?@ffffff?Gz5? =p ?1&?hr Ĝ?bM?zG{?S?+ I?1&y?zG{?333333"?`bM?xtj~?|1&y1 cupL1 half, with liquidFruits & Fruit JuicesT&4a37PEARS,Canned,Juice Pack,Solids and LIQUIDS@UzG2?\(?Q?QR@)Gz?@#ffffff ?ҏ\( `? =p ?"`A?hr Ĝ??+ I?+ I?ə?+ I?1&y?zG{?333333"?pbM?1&y?Q1 cupL1 half, with liquidFruits & Fruit Juices }}1S5 !GOURD,WHITE-FLOWERED (CALABASH),Cooked,Boiled,Drained,without SALT@WzG?333333?zG{?׮zG@ Q? ?ffffff?vȴ9?`A7L?ə@!?-V?+ I?\(?nO;?tj~?`bM?pbM?nO;1 cupVegetablesT4M!GOURD,DISHCLOTH (TOWELGOURD),RAW@Wvfffff?333333?ə?ٙ@p =q? =p  ?Q?Q?O;dZ?ə ??Q?ٙ?lC?tj?bM?l?E_1 cup1 gourdVegetables6U5 !GOURD,DISHCLOTH (TOWELGOURD),Cooked,Boiled,Drained,without SALT@U\(8?Q?\(?׮zG@,zG ? =p ?\(?\(?̋C%?ə@?O;dZ?$/?У =p?1&x?XbM  ?S? ěT?l1 cupY.5 cupVegetables {V4K) !HORSERADISH-TREE LEAFY TIPS,RAW@S=p @@"?ffffff@zG@ \(pQ ?333333?Gz? I^5?@Iٙ?r ě?Q@\(??333333(((z1 cup, chopped&Vegetables=W5 ) !HORSERADISH-TREE,LEAFY TIPS,Cooked,Boiled,Drained,without SALT@Ti<@zG?\(@&L@\(CX ?\(\?tj?Ƨ-??j~"?I^5?}?Q?1&?^5?|e_?lp?tj~?E?Q*1 cup, choppedVegetablesX4O !HYACINTH-BEANS,Immature SEEDS,RAW@UzH.@?ə?zG{@"aGz2?zG(1?׮zG?bM?=p =?@)?E?O;dZ? =p?(\)?tj~>>>m?+ I?QR?bMP1 cupVegetables /Y5  !HYACINTH-BEANS,Immature SEEDS,Cooked,Boiled,Drained,without SALT@U2@?GzH?\(@"ffffff)?QR*1?QR?tj~?Gz?@ffffff?1&y?+ I?޸Q?"`A?O;dZ///?vȴ9X?nP?zG{W1 cupVegetablesZ4=' !JERUSALEM-ARTICHOKES,RAW@S =qL?zG{@QR@1p =q?@#333333@ 333333N?Q?Q?Q?ffffff?ə?Q??hr Ĝ?E ?QR? ?pbM?PbM1 cup, slicesVegetablesz\49'!JEW'S EAR,(PEPEAO),RAW@W%\(?޸Q?zG{?333333@?Q+ ?Q?zG{?"`B@&333333?333333?j~#?1&?Q? =p?+ Ic1 cup, slices1 pieceVegetables k^4= !JEW'S EAR,(PEPEAO),DRIED@&GzH*@GzH?(\)@\(@TB\(q@\(tF@zG@GzH?j~"@`33333?ffffff?nO;?ffffff@5z1'?ffffff1 cup Vegetablesy_4- !JUTE,POTHERB,RAW@UzG"@??GzH@333333@ =p @S/?GzH?QR?|hr?%?$/?xF?(\)?nO;?333333{{{?tj~?hr Ĝ?Q1 cup&Vegetables*`4k !JUTE,POTHERB,Cooked,Boiled,Drained,without SALT@Uə%@ p =q?ə?Gz@(\)@ Q>H& ?GzH?QR?|hr?!?KƧ?ȓtj~?zG{?nO;?=p =hhhA?ffffffl '?Q?1&y?tj~W1 cupVegetables ~a4) !KALE,RAW@Up =2@ ffffff?ffffff?zG{@$Q?333333"8+?(\)?ҏ\(?ěS?x?(\)? =p?KƧ?XbM<1$ ~?KƧ?vȴ9?աoC1 cup, chopped'Vegetables3b4[) !KALE,Cooked,Boiled,Drained,without SALT@V?ffffff?ٙ? =p@Q?H??θQ?+?ڟvȴ9?)?"`A?Q??+ J?lD 55?3333331GF?vȴ9?Q?ȴ9XbN1 cup, choppedVegetablesc49%!KALE,FROZEN,UNPREPARED@VǮzH@GzH?p =q?(\)@?\(M? =p ?O;dZ?Z1'?@Cfffff?1&y?1&y?Vt?vȴ9? =p m9?5?|h?hr Ĝ?1&x1 package^.333 packageVegetables ss[d4i)=!KALE,Frozen,Cooked,Boiled,Drained,without SALT@V@Q?\(\?zG@Q?p =q?zGA? =p ?bM??@9333333?tj?/v?$/?"`A?tj9p?p =qr"wL? ěT?nO;?zG1 cup, choppedA.5 cup, chopped or dicedVegetablese4C!KANPYO,(DRIED GOURD STRIPS)@3Q@!(\)?Q@p =q@PB\(@zG{}.@p =q?۶E?1&x@?ə?+ I@333333@lC?$/===? =p ?^5?|?;dZ@3333331 strip.5 cupVegetablesi4%!KOHLRABI,RAW[?333333?@@ @?ٙ.^?Q?nP?n?ffffff>??zG{?ٙ?Q?333333$?޸Q??vȴ9?|1&y?tj~1 cup1 slice6Vegetables ~~?j4c' !KOHLRABI,Cooked,Boiled,Drained,without SALT@V33333??(\)?񙙙@\(?񙙙@ffffff?ٙ-T? =p?`A7L?-V?陙6?zG{?zG{?\(?zG{?öE #? =p??1&y?bM?"`A1 cup, slicedVegetablestl4/ !LAMBSQUARTERS,RAW@U33333+@?陙@ 333333@3333335?333333"H+?(\)?n?$/?P?zG{?(\)?333333?O;dZ?щ7KƧ-PD?5?|h?333333?vȴ9XVegetablesCm4m) !LAMBSQUARTERS,Cooked,Boiled,Drained,without SALT@V9 @ ?ffffff@@? =p?ffffff- ?333333?7KƧ??%??У =p??vȴ9X?E%?@~33333A?vȴ9?ěS?ӥS1 cup, choppedVegetables 'n4[!LEEKS,(BULB and LOWER LEAF-PORTION),RAWS=??333333?@,L?@333333;@#?Q?Q?ȴ9Xb ?Q?Q?ٙ?Q?m@@@S?p =q/l?zG{?pbM??|hsY1 cupY1 leek8VegetablesOo5?!LEEKS,(BULB and LOWER LEAF-PORTION),Cooked,Boiled,Drained,without SALT@V33333?Q?ə?=p =@zG{?񙙙W ?Q?vȴ9X?ϝ-V?@?vȴ9?zG{?ə?nO;?hr!.?S?htj~?j~"|1 leek.25 cup, chopped or dicedVegetables{p45 !LENTILS,SPROUTED,RAW@P\(j@!Q?ᙙ@6# =p@ zG%B ?(\)?և+ I?1&x?333333@0?/v?bM? I^5??~"?QRddd-?/v?vȴ9?1&xM1 cupVegetables  ;q4k !LENTILS,SPROUTED,Cooked,STIR-FRIED,without SALT@Q,e@!??陙@5@@# ??Ցhr ?bM?333333@)333333?(\)? =p ?333333?E?ECCC)?"`A?QR?ɺ^5?|Vegetableskr4}A!LETTUCE,BUTTERHEAD (Including BOSTON and BIBB TYPES),RAW@WQ ??(\)?=p =@ =p?񙙙?zG#? =p !?ə?bM?x?333333@ ?/v?vȴ9X?+ ?333333?EIII ? =p @Y33333?-V?bM?E71 cup, shredded or chopped1 headVegetablesRs4A+'!LETTUCE,COS OR ROMAINE,RAW@W =p?zG?333333?\(@ QR@? =p !? =p ?p =q?tj~? =p?ٙ?nO;?&x?1&x?-V?l"? =p@Y ?+?tj~?zG{@Gs333331 cup, shredded@\(1 leaf, innerVegetables AAct4k+!LETTUCE,ICEBERG (Including CRISPHEAD TYPES),RAW@W\)??Q? =p @\(?333333?(\)?=p = ?333333???@ffffff?E??|hr?KƧ?$/? =p @8+?nO;?xtj~?l@RQ1 cup, shredded@\zG1 headVegetablesDu49+!LETTUCE,Green LEAF,RAW@WzG?\(?333333? =p@QR??\($?Q ? =p ?-V??333333?Q?zG{??&x? =p &&&r?ҏ\(@e33333[?zG{?xtj~?E@A=p 1 cup, shredded@v~fffff1 head$Vegetables v4)!LOTUS ROOT,RAW@SfffffJ@?? =p @1:G{@-?\(d,(?\(?r ě?д9XbN?ffffff,?zG{?(\)?ٙ? ěT?ЃnP ?Q?zG{?zG{Q10 slicess1 rootVegetables Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx.v.v.w.w.x.x.y.y.z.z.{.{.|.|.}.}.~.~................................................................................................................................................................ bbJw4g!LOTUS ROOT,Cooked,Boiled,Drained,without SALT@TZG{B?GzH?Q?Q@0Q@??Nk-?Q?Ƨ-?(\)?333333@;ffffff?A7Kƨ?zG{?333333?S?lC?zG{??$/?1&y?1&y<.5 cupY10 slicesVegetables5y4=''!LETTUCE,Reduced LEAF,RAW@W\)?GzH?(\)?ᙙ@zG??޸Q!?333333 ?ə?1&y?lC?@ ?bM?E?ԋC%?nO;?$$Dw?333333@a@0Gz1 leaf, outer@1 leaf, innerVegetablesz4;'!MOUNTAIN YAM,HAWAII,RAW@T\(\C?p =q??=p =@0O\(?(\) " ?GzH?(\)?"`?ffffff@?1&?tj~?ȴ9Xb?۶E?x?+ I?pbM? =p D.5 cup, cubes1 yamVegetables RR+15 !PEPPERS,Sweet,Green,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@W?ffffff? =p ?GzH@333333? =p H??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S "?S?tj~?XbMVegetablesN24 !PIGEONPEAS,Immature SEEDS,Cooked,Boiled,Drained,with SALT@Q33333o@ =p?\(?=p =@3}p =@@ =p)?Q(v?=p =?Gz?/w?333333@<?ffffff??|hs@9XbM?(\)?"`Addd7?zG{@3!?\(\?vȴ9?ěS1 cupVegetables)34{ !POKEBERRY SHOOTS,(POKE),Cooked,Boiled,Drained,with SALT@W9@ffffff?ٙ?@??5?333333!?QR? ěT?Ձ$/?R?Q??񙙙?+?j~" !?333333ld1 cupVegetables &&_44a+-!POTATOES,Baked,FLESH and Skin,with SALT@R\)]@? =p?GzH@5&fffff@?Gz?GzHF? =p ?5?|h?1&x?ٙ@#333333?bM?tj~?\(?bM?lC ?zG{?Q?htj~?-V@rfffff1 potato, large@e1 potato, mediumVegetables<54I!POTATOES,Baked,FLESH,with SALT@RG{]?\(\?? =p @5??333333?ffffff2?ҏ\(?˅Q?ěS?333333@)?Gz?$/?QR?\(?C$ ?zG{?333333?vȴ9?`bM?tj=.5 cup1 potatoVegetables364I !POTATOES,Baked,Skin,with SALT@GzH@(\)?@Q@GzH@?ffffff"@(\)+e=?\(\?$/?E?ffffff@+?;dZ?"`A@Q?lC?S ?zG{?333333?vȴ9?`bM?tj:1 skinVegetables 88z>74i!POTATOES,Boiled,Cooked IN Skin,FLESH,with SALT@S>QW?Q??p =q@4!Gz? =p? =p,{?333333?bM?lD?333333 ?"`A?zG{?$/? =p?"`A ?@ ?vȴ9?`bM?tjN.5 cup1 potato Vegetables$84g !POTATOES,Boiled,Cooked IN Skin,Skin,with SALT@Ss33333N@Gz?@QR@15\(@ ffffff-@GzH6?(\)?tj?hr Ĝ?333333@?bM?nO;?O;dZ?vȴ?ΗO;d ?vȴ9?`bM?tj"1 skinVegetablesZ94w!POTATOES,Boiled,Cooked without Skin,FLESH,with SALT@S]p =V?\(\?? =p @4\(?333333? =p(H?GzH?`A7K?Q?333333@?+ J?tj~?E?I^5?}?7KƧ ?zG{@ ?vȴ9?`bM?tj@r1 large@d333331 mediumVegetables bb6:5 !POTATOES,MICROWAVED,Cooked,IN Skin,FLESH and Skin,with SALT@R\(i@Q??Gz@8!Gz@ffffff ? =pi? =p ?`A7K?Ұ ě?ٙ@.333333?Q?bM?lC?Vu?tj ?vȴ9?`bM?tj1 potatoVegetables3;4q!POTATOES,MICROWAVED,Cooked IN Skin,FLESH,with SALT@Rc33333d@?? =p @7GzH??=p =m?Q?Vt?\(?ٙ@.333333?nP???vȴ?j~" ?vȴ9?`bM?tjN.5 cup1 potatoVegetables)<4o !POTATOES,MICROWAVED,Cooked,IN Skin,Skin with SALT@O@\(?@ =p @=Gz@.@\(%R?QR?9XbM?\(\?@.?-V?333333@\(? I^5?|hr?vȴ9?`bM?tj:1 skinVegetables ..W%=4w !POTATOES,Frozen,Whole,Cooked,Boiled,Drained,with SALT@T33333A?zG? =p?=p =@- =p ?ffffff?Gz ??+?ǮzG?ə@"?1&??7KƧ?Q?"`B?hr Ĝ?htj~?1&yVegetablesJ>5!POTATOES,French fries,Frozen,HOME-PREPARED,Heated IN OVEN,with SALT@L33333@ \(\@=p =?\(@?0 =q@ ? =pR ?ٙ?5?|h?д9XbN?ٙ@$333333?hr!?1&y@9XbN?Ցhr ?ӶE ?1&x@ C%?hr!210 strips1 packageVegetablesW@5-!POTATOES,Frozen,FRCH FR,Partially fried,CTTGE-CUT,Prepared,Heated OVEN,with SALT@Js33333@ Q@ ffffff?Gz@AQ@ ? =pA?=p =?ə?tj~?ٙ@#?vȴ9X?vȴ9X@M?zG?vȴ@&x@ vȴ9?zG210 strips1 packageVegetables SS0C5 !POTATOES,AU GRATIN,HOME-PREPARED FROM RECIPE USING MARGARINEJ@=p =@\(\@Q@&=p ?w?zG{q?zG?zG{?ěS@@#?bM?-V?Ƨ-?ěS?E  @<0@ =p =@-V?7KƧ1 cupVegetables(D4k !POTATOES,Scalloped,HOME-PREPARED with MARGARINE@T<(\V@\(@ p =q?zG@%\(?ffffff9?=p =?zO?ٙ?/w??|hs?@%333333?lD?O;dZ?+ ?r ě?ȴ9Xb  !?1&x?o?;dZ1 cupVegetablesIE4[' !PUMPKIN,Cooked,Boiled,Drained,with SALT@Wl(\? =p ?Q? =p@?񙙙?QR?=p = ?p =q?KƧ?ȴ9Xb?ə@?vȴ9X?+?nO;?ɺ^5?|?+ I ?陙?陙\0?l?nO;?pbM1 cup, mashedVegetables F4= !PUMPKIN,CANNED,WITH SALT@V~zG"?񙙙?Q?Q@ (\)@333333?=p =#?\(?dZ1?nO?ٙ@?tj~?S?|hr?ٙ?1&y V(O?° ě?l?Q1 cupVegetablesG4k !PUMPKIN,FLOWERS,Cooked,Boiled,Drained,with SALT@W?p =q?zG{?Q@ ffffff?%?(\)"j????nO;?bM? =p?)))W?E?zG{?pbM1 cupVegetables6H4i !PUMPKIN,LEAVES,Cooked,Boiled,Drained,with SALT@W =q@\(?(\)?\(@ Q@?zG+@ &O?ə?$/?ָQ??hr Ĝ?hr Ĝ?333333?$/?+ J@P?Ql?/v?-V?tj~G1 cupVegetables yy|I4] !PURSLANE,Cooked,Boiled,Drained,with SALT@WaGz? =p?QR?@ ffffffN? =pC%?\(?/v?ӥS?@%?vȴ9X? =p ?p =q?nO;?Q <]s1 cupVegetables?J4o' !RADISHES,ORIENTAL,Cooked,Boiled,Drained,with SALT@W\(?p =q?θQ? =p@ p =q??GzH?333333 ? =p?"`B?`A7L?ffffff@.333333?O;dZ?333333?/v?tj~?333333? ě?zG{?S1 cup, slicesVegetables=K4_) !RUTABAGAS,Cooked,Boiled,Drained,with SALT@V8Q'? =p?(\)? =p@!zG{@zG0?\(8F?ffffff?E?E?ffffff@2?E?E?Gz? =p?1&?zG{?333333?-V?S?QRx.5 cup, mashedVegetables kk$L4[' !SALSIFY,Cooked,Boiled,Drained,with SALTQD@ =p?\(?zG@.Q@@333333/?ᙙ8?333333?Q?Gz?333333@ffffff?1&y?$/?+ J?ѩlD?lC?QR?3333331 cup, slicesVegetables"M4i !SOYBEANS,Green,Cooked,Boiled,Drained,with SALT@Q&fffff@(33333@?@&@@<?Q?E?bM?ffffff?У =p? =p??bM?Qooo?zG?XbM@+ J1 cupVegetablesCN4[ !SPINACH,Cooked,Boiled,Drained,with SALT@Vp =@\(?У =p?\(@@333333?ۅQ@ \(W82?QR?E?Q?@#?QR?5?|h?\(\?\(?"`( @ =p@~ٙ,,?$/?|1&y?S1 cupVegetables ;!O4_ !SPINACH,Canned,NO SALT,Solids and LIQUIDS@WNzG@Gz?׮zG?zG@\(\@S?GzH8 K?Gz?-V?ߍO;dZ?333333@+?nO;?"`A?XbM?tj~?zG{::: B?Q?zG{? =p1 cupVegetables[P5 !SPINACH,Frozen,Chopped OR LEAF,Cooked,Boiled,Drained,with SALT@V<(\ @ =p ??=p =@ =p@ ?QR?\(\R2.B?\(\?ěS?l@@?+?Ƈ+ I?tj?333333?hr Ĝyyy/[@ QR@噙E=J?KƧ?˅Q1 package_.5 cupVegetablesbQ5' !SQUASH,Summer,ALL Variety, varieties,Cooked,Boiled,Drained,with SALT@Wl?Q? =p? =p@=p =?ffffff@Q? =p '?\(?^5?|?C$?ə@?+ I?E?j~"?7KƧ? =p ?Q@ ?bM?O;dZ?ěS1 cup, slicesVegetables Im4u/CEREALS,FARINA,Enriched,Cooked with H2O,with SALT,@U0?Q?Q?Q@$ =q?333333?zG{? I?zG{?bM?+@"333333?;dZ?tj?KƧ?1&y?|1&y" 9?zG{?zG{?zG{?Q1 cup.75 cupBreakfast Cereals7p4a/CEREALS,MALTEX,Cooked with H2O,with SALTQL@QR?ۅQ?zG@/Q?? =p ? =p GkL??Q@-?"`A?E?~"?Q?vȴ9X ??333333"?;dZ?O;dZ? =p1 cup.75 cupBreakfast Cerealsuq4O/CEREALS,MALT-O-MEAL,Chocolate,DRY@$p@%??333333@Sl@< G^ ?\(?9XbM??@1?ڟvȴ9?-V1 cup@$1 tbspBreakfast Cereals IIkr5/CEREALS,MALT-O-MEAL,Plain and Chocolate,Cooked with H2O,with SALT@Ufffff3???ə@%?ٙ ?Q?+ I?ə?@333333?-V?bM?zG{1 cup.75 cupBreakfast CerealsGs4_/CEREALS,MAYPO,Cooked with H2O,with SALT@TG@p =q? =p ?p =q@*u\(@ =p 6@ QgXl? =p?nO;@@'?`A7?/v@+ I^? I^5??ش9XbN?\($$?Q?333333?ǮzG?QR?"`A1 cup.75 cupBreakfast CerealsFt57/CEREALS,OATS,Regular and QUICK and Instant,Unenriched,Cooked with H2O,with SALT@US33333>@?333333@%?333333?\(L8?\(\?(\)?Q?(\)?zG{? =p?ə?zG{? =p ?zG{?׮zG1 cup.75 cupBreakfast Cereals II_u4u/CEREALS,ROMAN MEAL,Plain,Cooked with H2O,with SALT@T=@?ٙ?@+ffffff@ 333333 ?(\)-Y}R?zG?$/???zG{?öE?bM ?"`A1 cup.75 cupBreakfast Cereals:v4e/CEREALS,WHEATENA,Cooked with H2O,with SALT@UY;@=p =??QR@'zG{??Q4-''7PLANTAINS,COOKED@P33333t?GzH? =p ?\(@?&fffff@ffffff?\( ? =p?`A7L?ffffff@%?O;dZ?vȴ9?1&x?m?θQ-? =p?ffffffaq?lD?Q?`A7L1 cup, mashed1 cup, slicesFruits & Fruit Juices2?4'7PLUMS,RAW@UθQ.?ffffff?Q?׮zG@& =p?ffffff@# =p?\(??/v?vȴ9@#?1&y?vȴ9?ڰ ě?GzH?-VY?У =p@#I?hr Ĝ?&x?+ I1 cup, slicedB1 fruitFruits & Fruit Juices YYNA4k7PLUMS,Canned,PURPLE,H2O Pack,Solids and LIQUIDS@Vfffff)?\(?zG{?p =q@&\(?@$333333?zG{ ~?zG{?+?`A7L@?$/?E?׮zG?nO;?S.? =p @333333]1?PbM?tzG{?`bM1 cup.1 plumFruits & Fruit JuicesQB4o7PLUMS,Canned,PURPLE,Juice Pack,Solids and LIQUIDS@UGz:?QR?zG{?333333@.L?@,p =q ?\(?(\)?S?`A7L@ffffff?O;dZ?5?|h?E?nO;?S2? =p @333333*f1?`bM?1&y?tzG{1 cup.1 plumFruits & Fruit Juices KKe{4k% !MOUNTAIN YAM,HAWAII,Cooked,Steamed,without SALT@SH\)R?zG?zG{?\(?ۅQ ( ?zG{?nP?1&??tj?1&y? =p?޸Q?n ?nO;?htj~?nO;1 cup, cubesVegetablesE|4';%!MUSHROOMS,RAW@Wp =@Gz?\(?333333@ Q?333333?\(? =p U:? =p?j~"?O;dZ@!@333333?KƧ?ڟvȴ9@E? ěT?-V?zG{?zG{??O;dZ?xtj~?nF1 cup, pieces or slices`1 cup, wholeVegetablesN}4e'!MUSHROOMS,Cooked,Boiled,Drained,without SALT@VQ@\(\?zG?zG@(\)@@? =p Wd? =p? ěT?p =q@'? ě?333333@ =p@GzH?QR?zG{??;dZ?bM?lC1 cup, pieces@#1 tbspVegetables 94K!MUSHROOMS,Canned,Drained Solids@VQ?Q?ҏ\(?Q@\(\@333333@ ?GzHB? =p ?zG?tj@ffffff?\(?$/?|hr?E?;dZ ?zG{??tj~?tzG{?hr!1 cup@`p1 canVegetables 4= !MUSHROOMS,PORTABELLA,RAW@V@?ə?zG{@GzH???333333 ?333333?ٙ?-V ?E?޸Q@????vȴ9?htj~?+Vegetables4Y !MUSHROOMS,BROWN,ITALIAN,OR CRIMINI,RAW@W33333@??\(\@zG{?333333?Q?ٙ x?񙙙??-V?QR?\(\@ffffff??(\)??1&y?`bM?$/1 pieceVegetables 33H4=!#!MUSHROOMS,SHIITAKE,DRIED@#(@#(\)?zG@=p =@R׮zH@'@6^Q ?Q& @ =p@\)?`A7@`@ ?333333?QR@,333333@5$/?Gz?Q?ffffff?ϝ-V?ӥS?Q@ 1 mushroom4 mushroomsVegetablesL4Y'#!MUSHROOMS,SHIITAKE,Cooked,without SALT@T޸Q7?\(?(\)?ffffff@,\(@@QR?(\)u?GzH?1&y?1&@8?333333?l?\(?@ n?Z1'?zG{??(\)?hr Ĝ?vȴ9X1 cup, piecesH4 mushroomsVegetables-41) !MUSTARD GREENS,RAW@V33333@?ə?ffffff@@ ffffff?g?\(\ +b?ə?`A7?޸Q?F?zG{?(\)?陙?Gz? =p ) @zG@&?zG{?O;dZ?tj~81 cup, choppedVegetables fJ4o) !MUSTARD Greens,Cooked,Boiled,Drained,without SALT@Wp =@zG?θQ?zG@?J?ffffff)?(\)?$/?щ7KƧ?333333@9L?E? ěT?۶E?Q?+ JIII<?\(\@rJ?tj~?(\)?O;dZ1 cup, choppedVegetables/4M)!MUSTARD Greens,Frozen,Unprepared@WMp =@Q?GzH?(\)@ GzH@ fffffft? =p?p =q?&x?ղ-V?ffffff@9L?tj~?;dZ?tj?tj~?ěS#?1&y?vȴ9X?1&1 cup, chopped1 packageVegetablesc 4})!MUSTARD Greens,Frozen,Cooked,Boiled,Drained,without SALT@Ws33333@(\)??=p =@Gz@ffffff?zG{e?Q ?ə?-V?`A7?333333@+?zG{?"`A?ЃnP?bM?SFFFb?@t񙙙?vȴ9?hr!?bM1 cup, chopped1 packageVegetables  4O) !MUSTARD SPINACH,(TENDERGREEN),RAW@W @?333333?ffffff@333333@ffffff? ?\(?333333? I^5??陙?hr Ĝ?+?-V?ȴ9Xb?Õ$/&?Q?lD?/v1 cup, choppedVegetables 5 ) !MUSTARD SPINACH,(TENDERGREEN),Cooked,Boiled,Drained,without SALT@W?333333?ə?陙@ffffff?陙?(\)??GzH?333333A?E?vȴ9X?ۅQ?vȴ9X?EIII 1 cup, choppedVegetables 4;) !NEW ZEALAND SPINACH,RAW^??ə?@:?陙'?QR?+?r ě?ffffff?zG{? =p??+?tj~0?bM?tzG{?$/81 cup, choppedVegetables yy' 4y) !NEW ZEALAND SPINACH,Cooked,Boiled,Drained,without SALT@W33333 ??\(?@0?Q fk? =p?E?E??Q?dZ1?\(?bM?Vt&?S?tzG{?-V1 cup, choppedVegetables4!OKRA,RAW@VG{??ffffff@Q@ ?333333Q?陙9?/?333333?bM?zG?ffffff@5?ə?Q?\(\?˅QXXXw? =p 5?vȴ9?hr Ĝ?Sd1 cup_8 podsVegetablesE4[)!OKRA,Cooked,Boiled,Drained,without SALT@W$zG?Q?\(?Gz@333333@@333333M?Q$ ?ۅQ?\(?`A7?ٙ@0L?`A7L?(\)?;dZ?C$?-V...?GzH(? =p ?1&y?O;dZP.5 cup, slicesU8 podsVegetables ((j>49!OKRA,FROZEN,UNPREPARED@VzG? =p ??Q@Q@@\(Q?=p =+*?\(??|hs?-V?333333@(?ȴ9Xb?Gz?-?˥S?$/^?Q@H33333? =p?E?`A7L1 packageQ1 packageVegetablesZ4i)!OKRA,Frozen,Cooked,Boiled,Drained,without SALT@VǮzH@ =p?333333?@@ffffff@\(`?p =q3.? =p?E?Vt?333333@(ffffff?XbM?|hr?Q?θQ?bMS?zG{@Gfffff?9XbM??j~#1 package\.5 cup, slicesVegetables44!)'!ONIONS,RAW@V"\(*?p =q?zG{?ffffff@$8Q?ffffff@Q?QR ?zG{?tj~?`A7L?@?tj~???|hs?;dZ?`A7?zG{?ٙ?vȴ9?O;dZ?vȴ9X1 cup, choppeds1 cup, sliced Vegetables 00L4_+!ONIONS,Cooked,Boiled,Drained,without SALT@U =p,?\(?QR?(\)@$L?ffffff@Q?θQ #?Gz?&x?Õ$/?333333@?$/?O;dZ?Q?hr!?nP?zG{??vȴ9X?S? ě1 cup1 tbsp, choppedVegetables+4=!ONIONS,DEHYDRATED FLAKES@p =q]@!fffff?p =q@ =p @TR@"ffffff@AR?\/V?=p =?ڟvȴ9?9XbMK???zG?zG?? =p @ &?+?bM? =p 1 tbsp.25 cupVegetablesM4M=!ONIONS,Canned,Solids and LIQUIDS@Wfffff?333333? =p ?zG@zG?333333@-? =pos?ҏ\(?(\)?1&?333333@333333?bM?xtj~?;dZ?E?7KƧ ?Q?ə?bM?vȴ9?nO;?1 onionp.5 cup, chopped or dicedVegetables AA^4M !ONIONS,Frozen,Chopped,Unprepared@V\(?GzH??333333@=p =??Q| ?Q?tj~?l?ٙ@ ffffff?Q?S?S?1&?333333#?hr Ĝ?1&y?+1 packageVegetablesl4}+=!ONIONS,Frozen,Chopped,Cooked,Boiled,Drained,without SALT@W\(? =p??333333@ffffff?@333333?333333l ?Q?tj~?-V?ٙ@?O;dZ??n?XbM?lD ?zG{?333333?bM?vȴ9?tj~1 tbsp, choppedi.5 cup, chopped or dicedVegetables.4I !ONIONS,Frozen,Whole,Unprepared@VzG#?zG{?Q?QR@ Gz?333333@ 333333$?p =q  ?Q???ٙ?vȴ9?tj~?ffffff?XbM?+?zG{?ٙ?+ I?nO;?1 packageVegetables ++_R5' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Cooked,Boiled,Drained,with SALT@Wl?Q? =p? =p@=p =?ffffff?=p =?׮zG?(\)? ěT? =p?ə@?+ J?+ J?j~"?7KƧ?bM@b;?bM?O;dZ?ěS1 cup, slicesVegetablesnS5+' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Cooked,Boiled,Drained,with SALT@W\(?zG{?ə?zG@(\)?ffffff@ =p? =p)?\(? ě?E?333333@333333?nO;?bM?(\)?1&?XbM ?Q@x?zG{?Q?E1 cup, slicesVegetables **ZT4w))!SQUASH,Summer,SCALLOP,Cooked,Boiled,Drained,with SALT_?zG{?\(?@ ffffff?ffffff?ffffff?Q?θQ??|hs?bM?ə@%?1&??ݲ-V?9XbM?\(U?Q@ 3?Q?vȴ9?nO;Z.5 cup, slicesx.5 cup, mashedVegetablestU5))!SQUASH,Summer,ZUCCHINI,Including Skin,Cooked,Boiled,Drained,with SALT@W\(?zG{??zG{@p =q?ffffff? =p ?ffffff(? =p ?tj?ȴ9Xb?ə@ffffff?E?E?dZ1?/v?+]8?Q@~?zG{?pbM?$/Z.5 cup, slicesx.5 cup, mashedVegetables ,,cV5% !SQUASH,Summer,ZUCCHINI,Including Skin,Frozen,Cooked,Boiled,Drained,with SALT@W\(?ffffff? =p?Gz@ zG{?? =p ?޸Q ?ə?bM?p =q?ə@ ?E?zG{?ش9XbN?\(? =p  ?Q@v&?S?zG{?(\)1 cupVegetables>};k4s)!TOMATOES,Reduced,RIPE,RAW,JUNE THRU OCTOBER AVERAGE@Wp =q?333333?Q?Gz@\(?񙙙?  ? =p ?l?Gz?ٙ?5?|h?tj~?tj?ϝ-V?zG{o?\(? =p ??GzH1 cup1 cup, chopped Vegetablesffffff1 fl ozVegetablesEo4Y!TOMATO PRODUCTS,Canned,PASTE,with SALT@R`R@GzH?zG@ffffff@2\)@@(\(\$@ =p*S?(\)?\(\?S@333333@5fffff?Q?Õ$/@S?-V?˥S L@333333@&p\?dZ1??|hs?̬1&y.5 cup1 canVegetablesCp4Y!TOMATO PRODUCTS,Canned,PUREE,with SALT@UQ&?ffffff?Gz?zG{@!\(?ffffff@QR?zG{(? =p ?^5?|?šo?ffffff@%333333??zG{?tj~?(\)? ěT ?Q@ 3333332T?$/?O;dZ? ěT1 cup61 canVegetables rX 5 /CEREALS Ready-to-eat,CHOCOLATE-FLAVORED Frosted PUFFED CORN@ \(\@ Q@ @@U@ffffff/F@/p =$?Q?θQ?|hr@@Js33333?+ I^?lC@1nP?"`B?9XbMaNK@(\)9,,?(\)?333333?n@o?͑hr Breakfast CerealsM4a /CEREALS Ready-to-eat,MALT-O-MEAL,COCO-ROOS@ \(\@ Q@ @@U@ffffff@GTzGF@/p =$?Q?θQ?|hr@@Js33333?+ I^?lC@1nP?9XbMaNK@(\)9,,?GzH?陙?n@o?͑hr .75 cupBreakfast Cereals94u/CEREALS Ready-to-eat,QUAKER,QUAKER OAT Cinnamon LIFEw@!R@ p =q@S\)@@: =pI@4fffffVw@)u\(?(\)@(\)@??QR? =p @0\(?? =p ?\(\?GzH? =p .75 cup*1 cupBreakfast Cereals TTJ4g /CEREALS Ready-to-eat,QUAKER,HONEY GRAHAM OH!S@@\(@ =p@zG{@TR@@F\) @3fffffX@0aGz?Q?\(@@:333333?zG?@5 =p? =p@p =q H?\(??p =q? =p .75 cupBreakfast CerealsZ5 /CEREALS Ready-to-eat,QUAKER,SUN COUNTRY GRANOLA with ALMONDS?Q@'=p @2Q?Q@P@@4kQV@ffffff[&!?ҏ\(@p =q@1L?? =p? =p ?ffffff?=p =?Q"""?Q@@@\(@\(\@ p =q9.5 cupBreakfast Cereals KKU4q /CEREALS Ready-to-eat,QUAKER,QUAKER OATMEAL SQUARES@z@&zG@GzH@ QR@S\(@ffffff@0@>zG{uon@GzH?zG{@ Q@@&?zG?333333@$?333333?\(\)**?zG{@??333333?(\)81 cupBreakfast CerealsX5 /CEREALS Ready-to-eat,QUAKER,QUAKER Cinnamon OATMEAL SQUARES@z@$8Q@Q@ zG@SQ@ffffff@7zG@<lP@Q?333333@Q@333333 ?\(? =p@"W =p?Q?Q@\(?ffffff?Gz? =p ? =p<1 cupBreakfast Cereals BBK4q /CEREALS Ready-to-eat,QUAKER,QUAKER OAT BRAN Cerealt@(\(@p =q@ @R\)@#@0W =p@=33333l@?zG{@@'333333? =p ?=p =@#GzH?333333?Q""@\(@?Q?Q@QR91.25 cupBreakfast Cerealsk5) /CEREALS Ready-to-eat,QUAKER,100% Natural Cereal with OATS,HONEY, and RAISINS@ =p @$ =p@1fffff?zG{@Po\(@ @6n@l23?zG?٩lD?Q@+@?Ցhr ?+ ??hr @Q&&&@=p =@@M@(\)@ffffff3.5 cupBreakfast Cereals ]A4e /CEREALS Ready-to-eat,QUAKER,HONEY NUT HEAVEN@333333@"L@ =p@ QR@SY@ffffff@:(\@+ǮzH{Sq ?\(@Q@ffffff?333333?\(@-QR?Q?\(\{h@ \(\?333333?p =q@ Q@ffffff11 cupBreakfast Cerealsl5 /CEREALS Ready-to-eat,QUAKER,Low Fat 100% Natural GRANOLA with RAISINS@ @@ =p?=p =@TKQ@@@zG<@ =p U ?Gz?333333@zG{@?ffffff?333333?\(?Q?Gz?zG{??@333333?=p =? =p?zG{2.5 cupBreakfast Cereals/4s /CEREALS,QUAKER,CORN GRITS,Instant,BUTTER FLAVOR,DRY@Qn@ .zG@ =p @zG{@R\(@333333? =p@<zGT?\(?Q? =p ?Gz?Q@ffffff?ۅQ? =p-)@Q?\(\?QR1 packetBreakfast Cereals g!5 /CEREALS,QUAKER,Instant OATMEAL,FRUIT and Cream Variety, varieties,DRY@\(@\(@zG@ \(@RzG@333333@?333333:@&QP*?zG?-V@bM?ٙ?zG?\(@)# =p?ٙ?? F?(\)?hr Ĝ@nO?zG{#1 packetBreakfast Cerealsx#5C /CEREALS,QUAKER,Instant OATMEAL,FRT and Cream Variety, varieties,Prepared with BOILING H2O@TQH?333333?\(?zG@+Q?񙙙@ =p;@zG{63^?zG{?+?۶E@333333??öE?lC@Vt? ě?Vu.)K?zG{:?zG{?ٙ?nO;?۶E?Ͳ-VBreakfast Cereals DDH$5  /CEREALS,QUAKER,Instant OATMEAL,RAISINS,DATES and WALNUTS,DRY@ =p =m@!p =@@\(@Rl(\@ffffff @% =pZ'^? =p ?У =p@GzH@5333333?333333?Gz?Q@&33333?(\)?=p =p TT?zG?zG@Gz%1 packetBreakfast CerealsF%4g /CEREALS,QUAKER,Instant OATMEAL,Low Sodium,DRY@".zGm @\(\@ @Pҏ\(@#?p =q@=ffffffw@zG?333333@\(@@?Q?GzH@/p =q?zG?Q;"Y?zG{@ ? I^5?@\(@ =p1 packetBreakfast Cereals"&4k /CEREALS,QUAKER,FARINA,CREAMY WHEAT,Enriched,DRY@'QR]@% =p?ffffff?Gz@SQ@333333?333333 Ub?Q?Q?Q?(\)?У =p@ (\)?ۅQ??θQ?zG{?޸Q,.25 cupBreakfast Cereals ~~.'4u /CEREALS,QUAKER,OAT BRAN,QUAKER/MOTHER'S OAT BRAN,DRY@!l@1zH@Gz@ Q@OxQ@,?GzO@ # =pC@?333333@? =p ?333333?陙?333333?(\)&&&d?Gz@Gz@=p =(.5 cupBreakfast Cereals#(4q /CEREALS,QUAKER,SCOTCH BARLEY,Regular and QUICK,DRY@#LZ@%zG{@Q? =p @SQ@$?Q? =p<?\(\?QR?(\)?? =p @zG?Q?У =p?zG?ə?zG{Breakfast Cereals%*5 /CEREALS,QUAKER,OATMEAL,Instant,Low Sodium,Prepared with H2O@S>Q]@ Q? =p?Q@0Q@ffffffb@Q#r^H?\(?zG{?`A7L?Q?ԋC%@M?+?A7KƨLC {?m?ěS?+ Breakfast Cereals xx<+5! /CEREALS,QUAKER,OATMEAL,Instant,RAISINS,DATES and WALNUTS,Prepared with H2O@QQt@ =p?? =p@7@]@ zG^p?zG{?E?+ I^?ə?&x?ӕ$/@ \(?Q?KƧH@u?333333?lD?7KƧBreakfast Cereals,4i /CEREALS,QKR,OAT BRAN,Prepared with H2O,NO SALT@VDzG+@=p =?ffffff?p =q@\(?333333 ? =p SE?\(?E?^5?|?p =q?nO;?tj~?"`B?vȴ9 ?\(? =p? =p Breakfast Cereals,-5 /CEREALS,QUAKER,CREAMY WHEAT,FARINA,Enriched,Prepared with H2O,NO SALT@U\(3?zG{?Q?333333@&Q?ٙ@Q ??Q?E?lD?tj~?`A7L?"`A?|1&y%?zG{?zG{?+ IBreakfast Cereals .5 /CEREALS,QUAKER,CORN GRITS,Instant,BUTTER FLAVOR,Prepared with H2O@T\(G?(\)?zG{?zG@, =p ??zG{O@ =p?zG{?tj~?hr Ĝ?(\)?|hr?xF?zG{?tj~|Breakfast Cereals(05 /CEREALS,OAT BRAN,QKR,QKR/MOTHER'S OAT BRAN,Prepared with H2O,SALT@V>Q+@=p =?ffffff?=p =@\(?333333 ? =p RE.?\(?E?-V?p =q?nO;?QR?"`B?vȴ9 ?\(? =p? =p Breakfast Cereals)15 /CEREALS,QUAKER,CREAMY WHEAT,FARINA,Enriched,Prepared with H2O,SALT@UzH3?zG{?Q?ҏ\(@&zG{?ٙ@Gz 7??Q?E?lD?tj~?/w?"`A?|1&y%?zG{?zG{?+ IBreakfast Cereals HHP24w /CEREALS Ready-to-eat,JUST RIGHT with CRUNCHY NUGGETS@ s@@@@T@ffffff@5333333@=>f??@E@ffffff?ffffff?陙@"333333?/@@p =q@333333?ə??ffffff71 cupBreakfast Cereals?34w /CEREALS Ready-to-eat,GENERAL MILLS,HONEY NUT CLUSTERS@ =p@@=p =S@>fffff$@ ffffff:@333333?\(@lD@%ffffff?\(? =p@"333333?Z1'?Q(@@ =p ?ffffffW?333333@`A7L?Z1'71 cupBreakfast Cereals44e /CEREALS Ready-to-eat,GENERAL MILLS,FIBER ONE@ Q@@GzHQ0M@)?Vu@M ??Q@033333?Ƨ-?QM:)?Q?陙?ٙ?(\)?"`B.5 cupBreakfast Cereals ''yNC4{7PLUMS,Canned,PURPLE,Light SYRUP Pack,Solids and LIQUIDSS??׮zG??@0GzH?@.33333 ?Q ]?zG{?tj~?bM?ٙ?bM?+? I^5?nO;?S ? =p @3333331?bM?lD?O;dZ1 cup.1 plumFruits & Fruit JuicesVD4{7PLUMS,Canned,PURPLE,Heavy SYRUP Pack,Solids and LIQUIDS@S =pY? =p ??θQ@7=p =?@6O\( ?Gz [?Q?l?vȴ9X?ٙ?bM?tj~?ҟvȴ9?nO;?S ? =p @3333331?bM?`A7L?+ I1 cup.1 plumFruits & Fruit Juices)E5 7PLUMS,Canned,PURPLE,Extra Heavy SYRUP Pack,Solids and LIQUIDSIe? =p ??θQ@:O\( ?=p = Y?Q?nO;?vȴ9X?ٙ?bM?l?=p =?nO;?S ?bM? =p?$/1 cupFruits & Fruit Juices ||.F4-' 7POMEGRANATES,RAW@T>zGD?ffffff?333333?Q@1+Q?333333@0R?333333?Q?Q?333333@ffffff?Q?Q?333333?nO?Gzl?333333@ffffff2(?tj~?O;dZ? ěT1 pomegranate,Fruits & Fruit JuicesG4/;7PRICKLY PEARS,RAW@U33333)?\(\?QR?=p =@## =p@ 8?333333U?Q?zG{?333333?1&y?Q?p =q?Q+?&x?333333?C$1 cupg1 fruit, without refuseFruits & Fruit Juices4H4o7PRUNES,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@QG{i? =p?ə?p =q@;@ffffff?=p =?QR?5?|h?+ J@ffffff?hr Ĝ?;dZ?E??lC(?bM? =p?tj1 cupV5 fruits Fruits & Fruit Juices I4_ 7PRUNES,Dehydrated (LOW-MOISTURE),UncookedS@ ?\(\@@VDzGH@ (\)@p"??O;dZ?+?5?|h?Q@\(?n? =pX?5?|h?x?Z1'1 cupFruits & Fruit JuicesJ4[ 7PRUNES,Dehydrated (LOW-MOISTURE),Stewed@P\(q?zG?θQ?\(@=33333?Q%a??1&?vȴ9?O;dZ?Q?Q?S?r ě ?zG{?ěS?"`A1 cupFruits & Fruit JuicesNK4G7PLUMS,DRIED (PRUNES),Uncooked@>Q@p =q?QR@Q@O =q@ffffff@C =q+?\()E?(\)?lC?"`A?333333?333333?1&?+?1&? I^5?=p = '?ۅQ@M9]?+ I?"`A?vȴ9X1 cup@ 1 prune Fruits & Fruit Juices KKPL4m 7PLUMS,DRIED (PRUNES),Stewed,without ADDED SUGAR@QnQk?Q?zG{?\(@<zG@@8G{?=p =A?QR?|hr?ěS?@333333?tj~??"`A?dZ1?lCV?QR@:)A?tj~?tj~?1 cupFruits & Fruit Juices(M4g 7PLUMS,DRIED (PRUNES),Stewed,with ADDED SUGAR@PEQ|?p =q?(\)?\(\@@p =q@ffffff? =p!8?(\)? =p ?O;dZ@?+ I?+?噙??lC?hr Ĝ?-V?bM1 cupFruits & Fruit Juices1N417PRUNE JUICE,CANNED@TO\(G?Q?Q?\(@1s33333@0s33333 ?Gz?Gz?hr Ĝ?S?333333@ffffff?bM?Q?Q?dZ1?lC?Q@ 333333(?htj~?$/?|1&y1 cup 1 fl ozFruits & Fruit Juices xO4#+;7PUMMELO,RAW@VFfffff&?QR?zG{?޸Q@#=p =?(\)?zG{?tj~?hr Ĝ=?hr Ĝ?S?(\)?nO; 1 cup, sectionsa1 fruit, without refuse,Fruits & Fruit JuicesP4#; 7QUINCES,RAW@T333339?ٙ??ٙ@.?ffffff ?ffffff?zG{? =p?333333?zG{?Q?ə?j~#?zG{(?zG{?nO;?\1 fruit, without refuse'Fruits & Fruit Juices6Q4;7RAISINS,GOLDEN SEEDLESS@- =q.@ Q?p =q?\(@SGz@MQ5? =p#s ?zG{?;dZ?ӶE?ffffff@ ?bM?r ě?E?Q?Ԭ1&y?Q@ ?S?tj~?GzH1 cup1 cupFruits & Fruit Juices 6R4-7RAISINS,SEEDLESS@.(\+@\(?p =q?@S˅Q@ @MQ2?zG e ?(\)?Z1'?"`A?333333@ffffff?"`A??nP?QR?E?Q@ ?-V?1&?l1 cup1 cupFruits & Fruit JuicesS4)7RAISINS,SEEDED@0R(@(\)?GzH?=p =@SzG@333333@QK9? =p ?S?+ J?333333@?1&y?KƧ?m? =p ?bM?ȴ9Xb?+ I?Z1'1 cup1 cupFruits & Fruit JuicesU4A7RAMBUTAN,Canned,SYRUP Pack@S\(R??Gz?p =q@4޸Q??ffffff * ?zG{?`A7L?E@?vȴ9?+ I?o?nO;?zG{1 cup1 cupFruits & Fruit Juicesofflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|-26;>CHLQTVY\_beinqtz~  #%'-068;@FJMRU^bfiry{  #047=@9C:E;HQ?T@WAZB]e`fcgfhiiljnkqltmwnz}   #&)+-0369<@EHKN gg5V4+7RASPBERRIES,RAW@Up4?333333??p =q@'Gz@@zG?zG?Gz? =p ?p =q?ə@:333333?bM?tj~?"`A?Vu?(\)!? =p@333333 ?tj~?bM?{1 cup81 pintFruits & Fruit Juices\X5  7RASPBERRIES,Canned,Reduced,Heavy SYRUP Pack,Solids and LIQUIDS@RQ[?\(?Q? =p @7\(\@ ffffff@4\( ?Gz ^?zG{?/v?m?@!ffffff?zG{?vȴ9X?Z1'?\(\?$/ !?Gz@ [?tzG{?+ I?hr Ĝ1 cupFruits & Fruit Juices b08@HPX`hpx (08@HP( X`hpx (08@HPX`hpx------------- - - - ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,--------------- - - - -----!-!-#-#-%-%-'-'-+-+-,-,-----.-.-/-/-0-0-1-1-2-2-6-6-7-7-8-8-9-9-:-:-;-;-=-=-?-?-@-@-C-C-D-D-F-F-G-G-I-I-J-J-K-K-L-L-M-M-O-O-Q-Q-R-R-S-S-T-T-U-U-Y-Y-]-]-^-^-_-_-`-`-a-a-b-b-d-d-e-e-f-f-g-g-h-h-i-i-j-j-p-p 77VZ4U+7RASPBERRIES,Frozen,Reduced,Sweetened@R0g?ffffff?zG{?θQ@:(\)@@5\(? r? =p ?Gz??333333@0?tj~? =p ?p =q?333333?hr Ĝ<? =p @q?tzG{?Q?ȴ9Xb1 cup, unthawed1 packageFruits & Fruit Juices*[4#%7RHUBARB,RAW@Wg =p??ə?QR@(\)??񙙙V?(\)  ??$/?+ J?񙙙?zG{?Q?333333?\(?tj~f?QR)=?"`A?+?XbMz1 cup, diced31 stalkFruits & Fruit Juices=]4;% 7RHUBARB,FROZEN,UNCOOKED@W` =q?ᙙ?(\)? =p @ffffff??񙙙?ҏ\( l??O;dZ?E?񙙙@333333?vȴ9X?-V?lC? =p?k?GzH@=L@?-V?$/?S1 cup, dicedFruits & Fruit Juices <<w-7^4M 7RHUBARB,Frozen,Cooked,with SUGAR@P\(t?\(??Q@?333333@<33333?Gz `?zG{?S? ě?@ ffffff?nO;?O;dZ?ə??zG{I?GzH@=,{?1&y?zG{?1 cupFruits & Fruit Juices2_4# 7ROSELLE,RAW@UQ1?Q?zG{?QR@&Q?zG3% ?+ I?1&y? =p91 cup'Fruits & Fruit JuicesF`4+ 7ROSE-APPLES,RAW]?333333?333333?ٙ@?Q{?Q?bM?-V@6L?zG{?Q?陙S!Fruits & Fruit Juicesa4'#7SAPODILLA,RAWNS?(\)?񙙙?@3\(@333333?陙 ??tj?333333@-ffffff?zG{?ə? ěT?l<?E?1&y?+ I1 cup1 sapodillaFruits & Fruit Juices Wb4E; 7SAPOTES,(MARMALADE PLUM),RAW@O7 =p@\(?333333?񙙙@@Gz@'X ?zG{?zG{?1 fruit, without refuseFruits & Fruit Juices#c4#7SOURSOP,RAW@TJ=p B?333333?ffffff@0 =p@ ffffff@+zG?333333??tj?333333@4?Q???1&x?5?|h?zG{?ٙ?1&? =p ?lD1 cupq1 fruit!Fruits & Fruit Juices6d4-'7STRAWBERRIES,RAW@V ?p =q?333333?ٙ@Q@ =p?Gz ?Q?tj~?ش9XbN?ٙ@Mffffff?tj~?+ I?ش9XbN??bM ?ҏ\(@?Q?tj? =p1 cup1 cup, pureedFruits & Fruit Juices ]H4y !ONIONS,Frozen,Whole,Cooked,Boiled,Drained,without SALT@W\(?Q??333333@?ffffff@333333?\(e? =p ?tj~?zG{?ٙ@ffffff?bM?nO;?`A7L?+?Q ?zG{?333333?nO;?|1&y?zG{1 cupVegetables`4})+!ONIONS,SPRING OR SCALLIONS (Including TOPS and BULB),RAW@VuQ ?GzH?QR?Q@\(\@@ =pH?zG%?\(??|hs?zG{?333333@2?(\)?zG{??333333?;dZ@@@2?ᙙVq?bM?S?ld1 cup, chopped1 tbsp, choppedVegetables;4E!ONIONS,YOUNG Green,TOPS ONLY@V33333???@@ @=?Q!??;dZ?nP?@F?Q?Q?ə?Q?Q?Gz@633333 `?bM?1&y?tj~1 tbsp 1 stalkVegetables q4- !ONIONS,WELSH,RAW@V"?ffffff?ٙ?ffffff@?Q1? =p?Q?7KƧ?333333?? =p ?ٙ?šo?nO;:?&x?1&y?+#Vegetables4-)!ONIONS,Sweet,RAW@V\( ?陙?zG{?\(@333333?@zG?У =p w? =p?1&y?tj~?@333333?E?zG{?$/?+ J? =p?zG{?333333@tzH1 onion1 NLEA servingVegetables64w!ONION RINGS,BREADED,Partially fried,Frozen,Unprepared@I(\@ 333333@,333333@>zH?.?\(1? =p ?l?"`A@333333@ffffff??9XbM?-V?θQ?`A7L0D @"`A@E@1 package1 packageVegetables iiD 5!ONION RINGS,BREADED,Partially fried,Frozen,Prepared,Heated IN OVEN@<@\(\@:33333?@CzG?? =p Qw?Gz?zG{?Gz@ ?ffffff?Q?Q@ Gz?p =q?EB5 g @!+Q@%dZ@sE01 cupG10 ringsVegetables'!4#!PARSLEY,RAW@Up =$@\(?GzH@@QR@ ffffff?333333@2:*8?Q?nO?zG{??tj?+ J? I^5?ٙ? =p ?h?`A7L?Gz?vȴ9X<1 cup@ffffff1 tbspVegetables "4%' !PARSNIPS,RAW@SRK?333333?333333?\(\@1p =@@333333$?GzGw ?Gz?Q?Q?? =p ??ffffff?333333? =p CCC? =p@6??1&y?bM1 cup, slicesVegetables II<#4c)!PARSNIPS,Cooked,Boiled,Drained,without SALT@T\(G?Q?333333?zG@1\(@ @333333%?\(Eo ?У =p?lD?`A7?333333 ??|hs?1&?+ I^?`A7?+:::??1&y?bMN.5 cup, slices1 parsnipVegetables,$49)%!PEAS,EDIBLE-PODDED,RAW@V8\)*@ffffff?ə?Q@333333@+@ =p5?GzH?9XbM?;dZ?ffffff3333335}? ě?+?`A7K1 cup1 packageVegetables(4) !PEAS,GREEN,RAW@S =pQ@zG?ٙ? =p@,Q@ffffff@zG?Q!l? =p?Ƈ+ I?=p =?(?$/?`A7L@Q?vȴ9?šoAAA&? =p@8 ?-V?Q?-V1 cup>Vegetables _C)4g !PEAS,Green,Cooked,Boiled,Drained,without SALT@SwzHT@p =q?(\)?p =q@/GzH@@Q? =p'u? =p ?$/??ffffff@,ffffff?Гtj~?nO@+ I^?Õ$/?˥S???!(?Q@9fffff !?+?tj~?1&1 cupVegetablesN*4o!PEAS,Green,Canned,Regular Pack,Solids and LIQUIDS@UzG{5@ Q?333333?Gz@#@ ffffff@ ?QR5d?ffffff?S?`A7L?@#?j~"? ě?l?KƧ? =pH?zG{@0[r???`A7L|.5 cup1 canVegetablesK,4g!PEAS,Green,Canned,Regular Pack,Drained Solids@TlE@zG?ffffff? =p @)(\)@ffffff@ =p?ffffffC?Q?E?dZ1?333333@#333333?"`?+?lC?bM?bM,,,?Q@5ffffff@F?vȴ9X?vȴ9X?/w1 cup91 canVegetables TT|$.4g!PEAS,Green,Canned,SEASONED,Solids and LIQUIDS@U =q2@Q?GzH?(\)@"?3333336z??XbM?&x?@'?tj~?-V?zG?ȴ9Xb?+ J?tj~?tj~?A7Kƨ1 cupr.5 cupVegetables604E!PEAS,Green,Frozen,Unprepared@SQM@ =p?׮zG?\(@+kQ@@Q?zG{Pp?Q?;dZ?աo?333333?ЃnP??O;dZ?hr Ĝ?;dZ555 g?Q@7 0?`A7L?`A7L?ffffffH.5 cup1 packageVegetablesF14u!PEAS,Green,Frozen,Cooked,Boiled,Drained,without SALT@SGzN@?GzH?陙@,Q@@?QRMnH?p =q?Gz?"`B@#?1&??zG?-V?hr!;;;4i?Q `?+ J?tj~?nP1 packageP.5 cupVegetables 44I !PEAS,MATURE SEEDS,SPROUTED,RAW@O"\(@!?\(?=p =@? =p?E?Ƨ-?@"?Q?Q?Gz?tj~?-V!?p =q@y񙙙/%1 cup.5 cupVegetables uuUy4e%'!YAM,Cooked,Boiled,Drained,OR Baked,with SALT@QQt? =p?Q?Q@;zG@333333?\(\? =p1?ə?tj~?׾vȴ9X?ffffff@(333333?QR?1&y?lD?lC?/vz?QR@I?-V?tzG{?Q1 cup, cubesD.5 cup, cubesVegetablesz4m !YAMBEAN (JICAMA),Cooked,Boiled,Drained,with SALT@VzG&? =p ? =p ?333333@! =p ?=p = ?333333?O;dZ?/v?ffffff@,333333?hr Ĝ?1&y?QR?"`?zG{Vegetables*{4g'!YARDLONG BEAN,Cooked,Boiled,Drained,with SALT@UzG/@=p =??\(\@"\(\,?\(\*9"? =p ?bM?ɺ^5?|?@0333333?\(?XbM?(\)?1&?tj~---?vȴ9?nO;?$/h1 cup, slices1 podVegetables 44d,|45!CORN,SWEET,WHITE,RAW@Rp =V@ \(?Gz? =p@3Q@@ \(? =p%Y??S?ěS?333333@333333?ə?Q?333333?QR?(\)...?Q?333333"?KƧ?5?|h?SI1 earZ1 ear@VegetablesK}4s!CORN,Sweet,WHITE,Cooked,Boiled,Drained,without SALT@QdzGl@ \(?zG{? =p @9(\@@GzH?Q g?޸Q?"`A?E?陙@?˅Q?nO;?m?tj?Q...? =p ?ٙ+?7KƧ?-V?KƧY1 earg1 ear-VegetablesI~4m!CORN,Sweet,WHITE,Cooked,Boiled,Drained,with SALT@QdzGl@ \(?zG{? =p @9(\@@GzH?Q g?޸Q?"`A?E?陙@?˅Q?nO;?m?tj?Q...? =p ?ٙ+?7KƧ?-V?KƧY1 earg1 ear-Vegetables Y88@HPX`hpx (08@HPX`hpx (08@HPX`hpx........................................///////////////// / /////////////!/!/'/'/-/-/././4/4/5/5/6/6/7/7/8/8/=/=/>/>/?/?/@/@/A/A/B/B/C/C/D/D/E/E/H/H/L/L/M/M/N/N/R/R/S/S/T/T/U/U/V/V/W/W/X/X/Y/Y/Z/Z/_/_/`/`/a/a/b/b/c/c/d/d/g/g/i/i/j/j/l/l/n/n/o/o/p/p/q/q/s/s/u/u/w/w/x/x/z/z/{/{/~/~//// ((uI5!CORN,Sweet,WHITE,Canned,Whole KERNEL,Regular Pack,Solids and LIQUIDS@TU\(@?333333??陙@.R?333333?=p =3? =p ?1&y?`A7L?333333@?vȴ9?;dZ? I^5??9XbN?l&&& ?E?nO;?m.5 cup1 canVegetablesC5 !CORN,Sweet,WHITE,Canned,Whole KERNEL,NO SALT,Solids and LIQUIDS@TU\(@?333333??陙@.R?ffffff?=p =3 ? =p ?1&y?`A7L?333333@?vȴ9?;dZ? I^5??9XbN?l&&& ?E?nO;?m.5 cup1 canVegetables@4s!CORN,Sweet,WHITE,Canned,Whole KERNEL,Drained Solids@S:G{Q@\(? =p@2 =p@333333?QAC?\(?-V?$/?ffffff@!?`A7L?+?&x?O;dZ?bM111?Q?333333(?öE?Ұ ě?$/1 cup*1 canVegetables 77K4m!CORN,Sweet,WHITE,Canned,Cream STYLE,Regular Pack@SQH? =p?Gz?\(\@2!Gz?333333@zG?QR3?\(?vȴ9?+?333333@ffffff??"`A?Q? =p ? ěT---?Q?333333%? =p?|hr?XbM1 cup1 canVegetablesF4c!CORN,Sweet,WHITE,Canned,Cream STYLE,NO SALT@SQH? =p?Gz?\(\@2!Gz?333333@zG?QR3?\(?vȴ9?+?333333@ffffff??"`A?Q? =p ? ěT---?Q?333333%? =p?|hr?XbM.5 cup1 canVegetables,4m!CORN,Sweet,WHITE,Canned,VACUUM Pack,Regular Pack@S%QO@GzH??Q@3p =q?Gz@?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)111)?E?`A7?Vti.5 cupT1 canVegetables ,,V&4c!CORN,Sweet,WHITE,Canned,VACUUM Pack,NO SALT@S%QO@GzH??Q@3p =q?Gz@?p =q?tj~?&x?ffffff@ 333333?E? ě?1&y?噙?(\)111(?E?`A7?Vti.5 cupT1 canVegetables<4y!CORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Unprepared@RG{X@(\)? =p?޸Q@4\(@333333?GzE?׮zG?nO;? ěT?ffffff@??|hs?Q?-V?Q?ȴ9Xb$$$6?vȴ9X?Vu?lCR.5 cup1 packageVegetablesf5!CORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Boiled,Drained,without SALT@S.QP@?ۅQ?\(@3\(@333333@\(?ffffff9?ٙ?l?A7Kƨ?ffffff@??|hs?-V?ȴ9Xb? =p ?nP?Q?3333332?`A7L? ěT?lC1 packageR.5 cupVegetables iL5!CORN,Sweet,WHITE,Frozen,Kernels CUT OFF COB,Boiled,Drained,with SALT@S.QP@?ۅQ?\(@3\(@333333?ffffff9?ٙ?l?A7Kƨ?ffffff@??|hs?-V?ȴ9Xb? =p ?nP2?`A7L? ěT?lC1 packageR.5 cupVegetables; 4o+!CORN,Sweet,WHITE,Frozen,Kernels ON COB,Unprepared@Q\(b@ =p =?\(?@7@ffffff?\( W&?ffffff?1&?9XbM?陙@?^5?|?+ I?`A7L?n?x(((=?Q?/v?|hr}1 earR.5 cup, kernels-VegetablesT 5+!CORN,Sweet,WHITE,Frozen,Kernels ON COB,Cooked,Boiled,Drained,without SALT@RL^@Gz?zG? =p@6TzG@?QK?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y:?/v?˥S?E?1 earR.5 cup, kernels-Vegetables xx254{ /CEREALS Ready-to-eat,GENERAL MILLS,OATMEAL RAISIN CRISP@QRr @ @GzQ $@ ffffffIk@GzH?\(@1L ?\(? =p@"333333?+?Q(@@zG??陙?E?Z1'71 cupBreakfast Cereals$64u /CEREALS Ready-to-eat,GENERAL MILLS,TOTAL CORN FLAKES@zG{u@333333?\(@@Uc33333@ <n^2?tj~@ffffff@zG@P!@zG5"}-?ə.F?ٙ?dZ1?׍O;dZ1.333 cupBreakfast Cereals&74u /CEREALS Ready-to-eat,GENERAL MILLS,TOTAL RAISIN BRAN@ =p 7@ =pK $@@YI@;L?ҟvȴ9@I^5?@ =p@Q@B333333@ Q@%@8=p ?333333?ٙ?GzH?vȴ9X71 cupBreakfast Cereals vv)95 /CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,Prepared with H2O,NO SALT@TQ=@ =p?zG?׮zG@*G{@?Q@K?Q?tj?+ ?"`A?tj~?E?O;dZ?+ I?tj~?Gz?zGBreakfast Cereals&<5  /CEREALS,QUAKER,QUAKER MULTIGRAIN OATMEAL,Prepared with H2O,SALT@T(\=@\(?zG?GzH@* =q@?Q?KF?Q?tj?ȴ9Xb?"`A?tj~?\(?O;dZ?+ I?QR?Gz?zGBreakfast Cereals/=5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S ALL-BRAN with Extra FIBER@&@ @M2?׮zGT?333333@1&x@"??333333?tj~{)ff@Q?ffffff?333333?ffffff@.5 cupBreakfast Cereals KKj>5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Apple Cinnamon SQUARES MINI-WHEATS@#K@??ffffff@Tfffff@!333333@5333333&@=X.$@?ə@j~#@ffffff?ffffff?陙@"333333?nP?G@?ᙙ??ٙ??7.75 cupBreakfast Cereals B5  /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S COMPLETE OAT BRAN FLAKES^ @ @M 6?^4?333333@/w@F#A.@4 +@E# =p?ffffff?陙?333333.75 cupBreakfast Cereals4C4i /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S CRISPIXy@333333?陙@ 333333V?@$[?Q?vȴ@%?ffffff@@8?hr @333333[@? =p?ə.?ə?ə?ٙ1 cupBreakfast Cereals YY@?333333?C%?GzH?Q@ffffff?E?Q|@?GzH@?陙?71 cupBreakfast Cereals6G5 /CEREALS Ready-to-eat,GENERAL MILLS,Apple Cinnamon CHEERIOS@ffffff@QT@333333*MC@)?ə?vȴ9@B??Q@033333?zG{?Qa???zG@?zG{.75 cupBreakfast Cereals  J4s /CEREALS Ready-to-eat,GENERAL MILLS,Frosted WHEATIES@p =qu@zG{Y'M$Cn??A7Kƨ@@@ =p@@fffff?֧-@ =p5" ?ə?lC?+ J.75 cupBreakfast Cereals%K4s /CEREALS Ready-to-eat,GENERAL MILLS,Frosted CHEERIOS@zG~@333333@ QV,M5@)?QR?$/@B??Q@033333?bM?Qa?ҏ\(?ffffff?"`B?bM1 cupBreakfast Cereals)L4k /CEREALS Ready-to-eat,GENERAL MILLS,FRANKENBERRY@Q@@ =p Z?/C C.@)?zG{?&x@3??Q@033333?5?|h?QM:)?(\)?333333?ٙ?-?+ I1 cupBreakfast Cereals ` (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx#*#*                                                           !!!!!!!!!!!!! ! ! ! ! ! ! ! ! ! !!!!!!!!!!!!#)#)#+#+#,#,#-#-#.#.#/#/#0#0#1#1#2#2#3#3#4#4#5#5#6#6#7#7#8#8#9#9#:#:#;#;#<#< M4y /CEREALS Ready-to-eat,GENERAL MILLS,COUNTRY CORN FLAKES?s?@ffffffU?333333ACim@)??vȴ9@ffffff??Q@033333?\(\?Qa?ٙ?;dZ?Gz1 cupBreakfast Cereals+N4m /CEREALS Ready-to-eat,GENERAL MILLS,COUNT CHOCULA?\(\@ @QX?/CCH@)?$/?vȴ9X@??Q@033333?j~"?QM:)?333333?陙?ffffff?p =q?~"1 cupBreakfast Cereals*O4i /CEREALS Ready-to-eat,GENERAL MILLS,COCOA PUFFS@zG{@ @\(X@ffffff/MC;@)?Q?lC@??Q@033333?hr!?QM:)?Gz?333333?ffffff?9XbN?㕁$/1 cupBreakfast Cereals pp,P4} /CEREALS Ready-to-eat,GENERAL MILLS,Cinnamon TOAST CRUNCH@zG{ @QO"M @)?ə@`A7L@333333??Q@033333?`A7L?QM:)?=p =@333333?@tj@ Vu.75 cupBreakfast Cereals&Q4e /CEREALS Ready-to-eat,GENERAL MILLS,BOO BERRY@ =p@@p =qZ?/C C.@)?zG{?@??Q@033333??QM:)?ҏ\(?陙?ٙ?^5?|?`A7K1 cupBreakfast Cereals2R4q /CEREALS Ready-to-eat,GENERAL MILLS,BERRY BERRY KIX@Gz@333333@ =p W@|RQ@)?zG{? =p@??Q@033333?Ѻ^5?|?QM:)? =p?333333?ffffff@S?vȴ9.75 cupBreakfast Cereals SS;U5 /CEREALS Ready-to-eat,GENERAL MILLS,NATURE VALLEY Low Fat FRUIT GRANOLA@Gz@ffffff@GzP@@zG$,x?񙙙?lC@Vu@1L?zG{?Q?Q?j~" ?@333333?333333@Q?E7.667 cupBreakfast Cereals%V4_ /CEREALS Ready-to-eat,GENERAL MILLS,KABOOM@Q @ @GzQM5 @)?QR?$/@??Q@033333?vȴ?Qa? =p???C%?󙙙1.25 cupBreakfast CerealsA[5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S JUST RIGHT FRUIT and NUT@n@ ffffff@@Tl@#4??ə?A7Kƨ@ffffff?333333?ffffff@ @ ffffffb <@????71 cupBreakfast Cereals GGv+\5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Low Fat GRANOLA with RAISINS@ n@ P@^4i /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S MUESLIX@!ffffffe@"333333@@ I@333333:@ ffffffY5@333333?ə@j~"@1L?ٙ?陙?陙 @ffffff@  !@@333333?陙@333333?7.667 cupBreakfast CerealsD_4 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S RAISIN MINI-WHEATS@!ffffffR@ ??@S@"'O@ffffff?@Q@ffffff?Q?陙@"?zG4@333333???ffffff?ffffff?7.75 cupBreakfast Cereals NNTe4{ 7STRAWBERRIES,Canned,Heavy SYRUP Pack,Solids and LIQUIDS@Rfffff\?Q?У =p?333333@7zH?333333@5zG ?\(\ V? =p ? ěT?ə?333333@?33333?$/?hr Ĝ?/v?x?+ J?QR??1&y?nO;?nP1 cupFruits & Fruit JuicesVf4K'+7STRAWBERRIES,Frozen,Unsweetened@V~zG#?ۅQ?(\)?׮zG@"B\(@@=p =? ? =p?+ J?ҏ\(?ffffff@D?+ I?l?ݑhr ?S?1&y-?ҏ\(@?xtj~?Q?S1 cup, thawed1 cup, unthawedFruits & Fruit Juices 77Lg4S'7STRAWBERRIES,Frozen,Sweetened,Whole@S33333N? =p?Q?333333?ffffff@2Q ?zG b??tj~?;dZ?ffffff@C?Q?E?n?S?1&y?θQ?ffffff?|1&y?tj~?hr Ĝ1 cup, thawed1 packageFruits & Fruit JuicesTh4U'7STRAWBERRIES,Frozen,Sweetened,SLICED@RKQ`?\(? =p?θQ@9Q?ffffff@8\( ?Gz b?Q?zG{??ffffff@D33333?bM?1&?٩lD?S?Q?p =q?333333?|1&y?nO;?bM1 cup, thawed1 packageFruits & Fruit Juicesi4C7SUGAR-APPLES,(SWEETSOP),RAW@RNQ^@zG{?ҏ\(?\(@7 =p@?333333 ??tj?333333@B&fffff?(\)?hr!?A7Kƨ?hr!?ə?tj~?/v?zG{1 cup1 fruit-Fruits & Fruit Juices ZZ+j4'7TAMARINDS,RAW@?ffffff@ffffff?333333@@O@@ffffff@L33333J@ffffff\qt??tj?@ ?dZ1?tj~? I^5?M?`A7L?@ffffff?hr Ĝ?+ I^?5?|hx1 cup1 fruitBFruits & Fruit Juices,m5 7FRUIT SALAD,TROPICAL,Canned,Heavy SYRUP,Solids and LIQUIDS@S1RV?=p =??ffffff@6\(\? ? =p ?(\)?zG{?@1?S? =p ?lC?Q ?tj~?nO;?bM1 cupFruits & Fruit JuicesCn4)%%7WATERMELON,RAW@V?Q?333333?@333333?ٙ@?θQ p??$/?tj~?ٙ@ 333333?`A7L?$/?ȴ9Xb?I^5?}? =p 9??/N?bM?l?1 cup, balls1 cup, diced0Fruits & Fruit Juices ,p4Q 7MARASCHINO CHERRIES,Canned,Drained@L\(?(\)?Gz?\(@D(\@ @Cb\(6?ۅQ?У =p?M?tj~?ə?pbM?S?tzG{-??;?+?+ J?(\)1 cherryFruits & Fruit Juicesv4!';7FEIJOA,RAW@Ufffff1? =p?\(?zG@%B\(?zG{ ?zG{?(\)?\(@4L?bM?bM?~"?/v?&&&1 cup, pureed21 fruit, without refuseFruits & Fruit Juices/|4+7PEARS,ASIAN,RAW@V*??p =q?׮zG@%L@ @333333 y?zG{??Q?@ffffff?nO;?zG{?1&x?Q?+ I?Q@2?tj~?+ J?(\)z1 fruit1 fruit Fruits & Fruit Juices 55p74_ 7FRUIT COCKTAIL,Canned,Heavy SYRUP,Drained@TF?zG??θQ@2?333333@1# =p?ҏ\( Z?zG{?tj??ffffff?tj~?$/?-V?1&?333333@3333334p?1&y?nO;?$/1 cupFruits & Fruit JuicesG 4S')7PINEAPPLE,Canned,Juice Pack,Drained@T =q57ORANGE Juice,CALIFORNIA,CHILLED,Including FROM Concentrate@V,?陙?GzH?޸Q@$Q ?\( ?zG{?zG{?O;dZ@EY?j~"?$/?Q?r ě?S?-V?O;dZ?bM1 cup@?1 fl ozFruits & Fruit Juices ??v3?4S7PEACH NECTAR,Canned,with Vitamin C@Uh\)6?GzH?zG{?333333@+ =p?333333?QR(?zG{?lD?tj~?ə@:?htj~?1&y?nO;?hr Ĝ?|1&y ?`bM?bM?+ I1 cup@?1 fl ozFruits & Fruit Juices*@4Q7PEAR NECTAR,Canned,with Vitamin C@U =q4O!PEAS and ONIONS,Frozen,Unprepared@T`F@ =p?zG{?ffffff@+Q@ ? =p;=?޸Q?^5?|?щ7KƧ?333333? I^5?/v?Q?+?nO;--- ?/v?vȴ9X?lE.5 cup1 packageVegetablesN?4 !PEAS and ONIONS,Frozen,Cooked,Boiled,Drained,without SALT@V Q-@QR?ə?@!B\(@@(\)?zG "u%?ҏ\(? ěT??|hs?ٙ@?333333?lD?9XbN? =p ?E5?zG{@(333333 r?nO;?tj~?bM1 cupVegetablesrA5=!PEPPERS,HOT CHILI,Green,Canned,PODS,EXCLUDING SEEDS,Solids and LIQUIDS@W ???ffffff@ffffff?@\(??\(?"`B?lD?333333D?zG{??陙?hr Ĝ?Õ$/ $?zG@!ffffff?zG{?xtj~?(\)I1 pepperD.5 cup, chopped or dicedVegetables 00q=E4;)'!PEPPERS,SWEET,GREEN,RAW@Wx\)?Q?\(?ۅQ@\(?333333@333333 ?\( ? =p?`A7L?;dZ@T?/v?1&y?޸Q?XbM?̬1&y r?׮zG@U?-V?bM?vȴ9X1 cup, chopped\1 cup, slicedVegetablesbF4y'!PEPPERS,Sweet,Green,Cooked,Boiled,Drained,without SALT@VzH?p =q?ə? =p@?333333@ =p ?p =q ?Q? =p?p =q?333333@R?5?|h?Q?އ+ I?9XbM?m$?\(@#?-V?vȴ9?dZ11 cup, strips@'3333331 tbspVegetables%G4g !PEPPERS,Sweet,Green,Canned,Solids and LIQUIDS@V?陙?333333@@333333?333333)?陙 Y? =p ? =p?zG{?333333@G@??Q?ᙙ?tj~?ȴ9Xb? =p ?zG{?ěS1 cupVegetables 'I4g !PEPPERS,Sweet,Green,Frozen,Chopped,Unprepared@W}p =?GzH?Gz?333333@? ? =p[?Q?"`A?E?ə@MY?lD?tj~?Q?Q?7KƧo?vȴ9X?1&y?hr!1 packageVegetables.J5  !PEPPERS,Sweet,Green,Frozen,Chopped,Boiled,Drained,without SALT@W?ffffff? =p ?GzH@333333?? =p H??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S "?S?tj~?XbMVegetables K4C !PEPPERS,Sweet,Green,SAUTEED@T?\(@'33333?@Gz?@\(\?333333?Q?hr Ĝ?vȴ9X?333333?$/?tj~?⟾vȴ9?j~"?+ J?ffffff@5L*?p =q@-V@Vegetables rr)P4G!PIGEONPEAS,Immature SEEDS,RAW@PxQ@?=p =?ffffff@7Gz@ffffff*?D(? =p?&x?^5?|?'?ٙ?\(@?\(?hr ĜC?\((?֧-?vȴ9?-V1 cup10 seeds4VegetablesQQ5 !PIGEONPEAS,Immature SEEDS,Cooked,Boiled,Drained,without SALT@Q33333o@ =p?\(?=p =@3}p =@@ =p)?Q(v?=p =?Gz?/w?333333@<?ffffff??|hs@9XbM?(\)?"`Addd7?zG{@3!?\(\?vȴ9?ěS1 cupVegetablesU4 !POI@Q\)p?QR?Q?Q@;:G{?ٙ?\(?(\)' ?(\)??|hs?׮zG?ffffff? =p?zG{?񙙙?n?xFB@ffffff?-V?+ I?-V1 cupVegetables kkctV4C !POKEBERRY SHOOTS,(POKE),RAW@Vfffff@?ٙ?333333@ ?3333335?333333,?θQ?tj?n??zG{?Q?333333?+ J?° ě!1 cupVegetablesKW5!POKEBERRY SHOOTS,(POKE),Cooked,Boiled,Drained,without SALT@W9@ffffff?ٙ?@??5?333333!?QR? ěT?Ձ$/?R?Q??񙙙?+?j~" !?333333ld?O;dZ?vȴ9?Ƈ+ I1 cup 1 tbspVegetablesJX4C+-!POTATO,FLESH and Skin,RAW@S\(M@(\)? =p ?GzH@1xQ@?\( ?\(9?ҏ\(?S?Õ$/?333333@333333?zG{?bM?/w?l?Gz?zG{?ffffff?vȴ9?`bM?tjq1 Potato, large1 Potato, mediumVegetables SSSY4U+-!POTATOES,RUSSET,FLESH and Skin,RAW@SQO@Q?zG{?zG@2R?? =p ?Q7?ҏ\(?^5?|?tj?ٙ@333333?E?`A7L?\(?C$?zG?zG{??zG{?`bM?hr Ĝ1 potato, small1 Potato, mediumVegetablesRZ4S+-!POTATOES,WHITE,FLESH and Skin,RAW@TeQF?Gz??zG@/kQ@333333?ffffff ? =p>?ҏ\(?-V?\(?333333@333333?-V?hr Ĝ?Vu?lC?lC?zG{? ?vȴ9?`bM?$/q1 potato, large1 potato, mediumVegetables RRM[4W+-!POTATOES,Reduced,FLESH and Skin,RAW@T=p =H?=p =?Q?񙙙@/?333333 ?\(\=?Q?&x? I^5??@333333?j~#?vȴ9X?bM?"`B?\(?zG{@333333?vȴ9?htj~?tjq1 potato, large1 potato, mediumVegetablesY\4Y+-!POTATOES,RUSSET,FLESH and Skin,Baked@Ra@ =p ? =p?@5p =q@ffffff?GzH?QG&?ffffff?dZ1?/v?@)?&x?tj~?hr ?QR?֧- ?zG{??`bM?$/@rfffff1 potato, large@e1 potato, mediumVegetables ++`]4W+-!POTATOES,WHITE,FLESH and Skin,Baked@RۅQ^@?333333? =p@5zG@?zG{ ?zG{K ?ffffff?A7Kƨ?1&x?@)333333?tj~?tj?r ě?؃nP? I^5&&& ?zG{@?+ I?`bM?l@rfffff1 potato, large@e1 potato, mediumVegetablesb^4[+-!POTATOES,Reduced,FLESH and Skin,Baked@S*G{Y@ffffff?333333? =p@3 =p??333333 ?ffffffH!?ٙ?E?$/?@)333333?nO;??Q?m?"`A ?zG{@ffffff?vȴ9?`bM?tj@rfffff1 potato, large@e1 potato, mediumVegetablesb4/ !POTATOES,RAW,SKIN@Tҏ\(:@\(??\(@(Gz@@ Q& ?ffffff?nO?C$?333333@&?$/?tj~?+ I?S?ΗO;d?vȴ9?`bM?tj&1 skinVegetables ;;}>c4O!POTATOES,Baked,FLESH,without SALT@RG{]?\(\?? =p @5??333333?ffffff2?ҏ\(?˅Q?ěS?333333@)?Gz?$/?QR?\(?C$ ?zG{?333333?vȴ9?`bM?tj=.5 cup1 potatoVegetables4d4M !POTATOES,Baked,Skin,without SALT@GzH@(\)?@Q@GzH@?ffffff"@(\)+e=?\(\?$/?E?ffffff@+?;dZ?"`A@Q?lC?S ?zG{?333333?vȴ9?`bM?tj:1 skinVegetablesGe4o!POTATOES,Boiled,Cooked IN Skin,FLESH,without SALT@S>QW?Q??p =q@4!Gz?? =p? =p,{?333333?bM?lD?333333 ?"`A?zG{?$/? =p?"`A ?zG{@ ?vȴ9?`bM?tjN.5 cup1 potato Vegetables 66`&f4m !POTATOES,Boiled,Cooked IN Skin,Skin,without SALT@Ss33333N@Gz?@QR@15\(@ ffffff-@GzH6?(\)?tj?hr Ĝ?333333@?bM?nO;?O;dZ?vȴ?ΗO;d ?vȴ9?`bM?tj"1 skinVegetablescg4}!POTATOES,Boiled,Cooked without Skin,FLESH,without SALT@S]p =V?\(\?? =p @4\(??333333? =p(H?GzH?`A7K?Q?333333@?+ J?tj~?E?I^5?}?7KƧ ?zG{@ ?vȴ9?`bM?tj@r1 large@d333331 mediumVegetables5h4w!POTATOES,MICROWAVED,Cooked IN Skin,FLESH,without SALT@Rc33333d@?? =p @7GzH??=p =m?Q?Vt?\(?ٙ@.333333?nP???vȴ?j~" ?vȴ9?`bM?tjN.5 cup1 potatoVegetables mR 5+!CORN,Sweet,WHITE,Frozen,Kernels ON COB,Cooked,Boiled,Drained,with SALT@RL^@Gz?zG? =p@6TzG@ffffff?QK?(\)?O;dZ?-V?ffffff@333333?E?lD?E??̬1&y:?/v?˥S?E?1 earR.5 cup, kernels-Vegetables6 4k)!PEPPERS,Sweet,Reduced,Canned,Solids and LIQUIDS@V?陙?333333@@333333?333333)?陙 Y? =p ? =p?zG{?333333@G@??Q?ᙙ?tj~?ȴ9Xb? =p ?zG{?ěS1 cupF.5 cup, halvesVegetablesU 4k!!PEPPERS,Sweet,Reduced,Frozen,Chopped,Unprepared@W}p =?GzH?Gz?333333@?@ zG ? =p[?Q?"`A?E?ə@MY?lD?tj~?Q?Q?7KƧ?zG@ffffff.5?vȴ9X?1&y?hr!1 package.1 packageVegetables rr05 !PEPPERS,Sweet,Reduced,Frozen,Chopped,Cooked,Boiled,Drained,without SALT@W?ffffff? =p ?GzH@333333? =p H??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S ?S?tj~?XbMVegetables.5 !PEPPERS,Sweet,Reduced,Frozen,Chopped,Cooked,Boiled,Drained,with SALT@W?ffffff? =p ?GzH@333333? =p H??+ I?E?ə@D?1&?vȴ9X?O;dZ?O;dZ?S ?S?tj~?XbMVegetables$4G !PEPPERS,Sweet,Reduced,SAUTEED@S? =p@)?ffffff@GzH?@Q?zG ?333333?hr Ĝ?p =q@dY?1&y?lC?+ I?;dZ?KƧ @Q@0ffffff`"M?E@\(@\(Vegetables N4] !SESBANIA FLOWER,Cooked,Steamed,with SALT@WS33333?=p =??Q@Q?Q k?ffffff%?tj~?tj?999h1 cupVegetables.4{ !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,Steamed,with SALT@SQ@ =q@?񙙙@Q?陙;?\(<c? =p?Q?Q?333333@ ?=p =?"`A?xF?Ƨ-?GzPPP ?vȴ9X?$/@vȴ^1 cupVegetables 5 !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIED,with SALT@P}@*333333@ffffff@ @"?陙R?ٙ`7@?/w? ěT?333333 ?Gz?QR?񙙙?"`?Ł$/Vegetables v4U !DOCK,Cooked,Boiled,Drained,with SALT@Wffffff?GzH?zG{?(\)@p =q&@ =pY4A?\(?/v?dZ1?@:L?hr Ĝ?tj?M?nO;? Vegetables4e !LENTILS,SPROUTED,Cooked,STIR-FRIED,with SALT@Q,e@!??陙@5@@#??Ցhr ?bM?333333@)333333?(\)? =p ?333333?E?ECCC)?"`A?QR?ɺ^5?|Vegetables4e% !MOUNTAIN YAM,HAWAII,Cooked,Steamed,with SALT@SH\)R?zG?zG{?\(?ۅQ (?zG{?nP?1&??tj?1&y? =p?޸Q?n ?nO;?htj~?nO;1 cup, cubesVegetables llu4A=!TREE FERN,Cooked,with SALT@V&fffff(?ҏ\(?Q?Q@%\(@ ?zG{? =p?"`B??|hs??333333@ ? ěT?x 1 frondG.5 cup, chopped or dicedVegetables?5% !POTATOES,Mashed,Prepared FROM GRANULES,without MILK,Whole MILK and MARGARINE@S^Ql@ffffff@Q?=p =@,@#?QR<?θQ?+ I?htj~??9XbM?E?j~"?A7Kƨ?zG{,(0?C%@S?+1 cupVegetablesD5! !POTATOES,Mashed,Prepared FROM FLAKES,without MILK,Whole MILK and MARGARINE@S33333q?ffffff@ffffff?Gz@. =p @ffffff1?(\)8L? =p ?bM?/v?@#ffffff?j~"??p =q?Q?nO;.*0?\(\@tj~?`A71 cupVegetables 99|?4Q!PEPPERS,Sweet,Reduced,FREEZE-DRIED:@1fffff@ @Q,@5L@Db\(@$G b@GzH?9XbM?Z1'@ l?333333?333333@?;dZ@ȴ9Xb-@\?ܛS?"`B?E?ٙ1 tbsp?.25 cupVegetablesQ4u!BEANS,SNAP,Yellow,Canned,Regular Pack,Drained Solids@WS33333?ffffff??ffffff@??Q? m?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l i?ҏ\(@#??+ I?pbM?1&1 cup>10 beansVegetables+4k!BEANS,SNAP,Yellow,Canned,NO SALT,Drained Solids@WS33333?ffffff??ffffff@?? m?ҏ\(?tj~?ə?ٙ@333333?Q?1&y?ɺ^5?|?nP?l i?+ I?pbM?1&D.5 cup1 canVegetables LLJ5 !POTATOES,Mashed,HOME-PREPARED,Whole MILK and BUTTER ADDED@R\)q?Q@Gz?@0Q??zG?У =p-=?Q?lD?/v?陙?\(?tj?333333?S?j~"?Q#"?Q ?1&y?Z1'?nO 1 cupVegetables#4!CATSUP@QQd? =p?\(\@ GzH@9ǮzH?@6# =p? yV?θQ?ffffff?|hr?ٙ@.333333?vȴ9?E?tj?O;dZ?nO /?\(\@ ffffff0Bo?hr Ĝ?333333?ə1 cup1 tbspVegetables;!47;!PICKLES,CUCUMBER,DILL@VG{? =p?QR@ 333333@zG{?333333@ zG ?\( t?Q?9XbM?Q?ffffff?1&y?-V?Q?S?vȴ9 ? =p @2LN-)?tj~?htj~?E1 cup, chopped or diced1 cupVegetables zz:$47)'!PICKLE,CUCUMBER,SWEET@PP =qu?׮zG?У =p@ffffff@?\(?񙙙@ zG?Gz ?zG{?Gz?Q?333333?nO;?bM?E?Q?Q ? =p @2LN-)?&x?pbM?"`A1 cup, chopped1 cup, slicedVegetables%45!PICKLE,CUCUMBER,SOUR@WQ ?Q?ə@ =p @zG?333333?\(?ٙ?zG{?\(?+ I?zG{?tj~?nO;?Q 7 ?vȴ9?htj~?E1 cup1 largeVegetables2&4o!PICKLES,CUCUMBER,Fresh,(BREAD and BUTTER PICKLES)@SM??ə@ffffff@1fffff?@zG{ ?ٙ?zG{?vȴ9X?zG{ ?Q?7KƧ?zG{?zG{@Gs33333<"h?1&?htj~?j~#1 cup1 sliceVegetables &'4)!PIMENTO,CANNED@WFfffff?񙙙?333333?ٙ@ffffff?ffffff@\(?Gz?QR?+ J?O;dZ?ə@U9?hr Ĝ?Q?zG?zG{?˅Q _?zG? =p ?zG{?ěS1 cup 1 tbspVegetables(47!PICKLE RELISH,HOT DOG@Q陙[??p =q@QR@7Y??(NC?Gz?E?Q?zG{?zG{??|1&y?Q?+ I?Vu?(\)1 tbspz.5 cupVegetables)43!PICKLE RELISH,SWEET@O\)?׮zG?zG@=p =@Afffff?񙙙@ zG? =p+?Q?\(?Q?`A7L?m?|1&y?Q ? =p @2LN-)?(\)?n?"`1 cup1 tbspVegetables ``-`5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S RICE KRISPIES TREATS CerealW?ə@> @OOv?陙??ȴ9Xb@(333333??ffffff?333333?ۅQ?񙙙?ffffff@333333?ffffff.75 cupBreakfast Cereals2a5 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S STRAWBERRY MINI-WHEATS@V@"333333?ffffffP@#ffffff@2-@@333333x,X@?GzH@Q@ffffff??333333 (?޸Q??ٙ?333333?71 cupBreakfast Cereals5b4o /CEREALS Ready-to-eat,HEALTH VALLEY,FIBER 7 FLAKESa@,Gz?\(@S@,333333 G@QRG5@Q?ޗO;d@ E@?hr!?333333@8Q?tj~?\(z@\(ajj?zG@?д9XbN?;dZ?QBreakfast Cereals 66h.e4g /CEREALS Ready-to-eat,QUAKER,QUAKER Apple ZAPS@@ p =q@ ?Q@V/\(@ffffff@G~Q @0}p =2@+zG{?Q?ffffff?Q?@2TzG?ffffff?GzHxe ?)''? =p?333333? =p.75 cupBreakfast CerealsDf4k /CEREALS Ready-to-eat,QUAKER,QUAKER COCOA BLASTS@@ \(\@ QR?Q@V,@@H%Q5@)? =p ?QR@??\(@0Q?ҏ\(?\(g?QR?.?ffffff?zG{?Gz!1 cupBreakfast CerealsLi4o /CEREALS Ready-to-eat,QUAKER,QUAKER FRUITANGY OH!S@@zG{@ ?Q@Up =@@E @.Q:@)Q?333333?Q@(??\(@0zG?\(?\(N;+ ?zG{??p =q?zG?3333331 cupBreakfast Cereals ccKj4w /CEREALS Ready-to-eat,QUAKER,QUAKER Marshmallow SAFARI@@(\)@zG@ffffff@UGz@@G\(W8@)?Gz?Gz@3(??\(@0Q?QR?\(M:) ?zG?333333?@?.75 cupBreakfast CerealsJk4i /CEREALS Ready-to-eat,QUAKER,QUAKER Sweet PUFFS@\(@ =p ?Gz?p =q@U\(@ 333333@G(\ ?ffffff9? =p?p =q?zG{@?Q?(\)@333333? =p??333333? =p?? =p ?ۅQ?\("1 cupBreakfast Cereals 88Xq5# /CEREALS Ready-to-eat,OAT,CORN and WHEAT SQUARES,PRESWEETENED,MAPLE Flavored@@#?@S?@A'qp?\(?5?|h?r ě@??Q@0Q?Q?QM:) ?@ffffff}?ffffff@6E@S1 cupBreakfast CerealsNu5  /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S HONEY CRUNCH CORN FLAKES@@333333@ ?W@ 333333!@333333? =p @+ I@5ffffff@@ 333333(%K ?333333?ə?21 cupBreakfast Cereals=5- /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Frosted MINI-WHEATS,BITE SIZEX@$333333??Q @4 v&Y@ ?zG{@M@ffffff?zG?\(@#?\(\@@Q?? =p ?θQ71 cup, bite sizeBreakfast Cereals4} /CEREALS Ready-to-eat,KRAFT,POST BANANA NUT CRUNCH Cereal@@!@$@J@333333@4ffffff$@;u\(R6"@QR?؃nP?ə?zG{? =p @ =q?333333@QR?ffffff;1 cupBreakfast Cereals 4} /CEREALS Ready-to-eat,KRAFT,POST BLUEBERRY MORNING Cereal@@ffffff@@S@ffffff@4@ (\)+?=p =?GzH?\(? =p@".zG?Q(@ =pT?33333371.25 cupBreakfast Cerealss4c /CEREALS Ready-to-eat,KRAFT,POST BRAN FLAKES@ @@"@@T@1@2fffff8h?C%??Q@0Q?QM:) ?ٙ.75 cupBreakfast Cereals4u /CEREALS Ready-to-eat,KRAFT,POST COCOA PEBBLES Cereal@333333@ @?ffffff@U?, @ =p%Q@zG?˅Q? =p?Q@1=p =?QYF=@zG @ .75 cupBreakfast Cereals 4w /CEREALS Ready-to-eat,KRAFT,POST FRUITY PEBBLES Cereal@ @333333?@U?ffffff,@zG:nH@=p =?Q?=p =?Q@2Q?r_h@=p = ?.75 cupBreakfast Cereals4 /CEREALS Ready-to-eat,KRAFT,POST Frosted ALPHA-BITS Cereal?@!@ffffff@@T@ffffff'@ GzN@\(? =p?Q?GzH@/B\(?\(8%@\( (?陙 1 cupBreakfast Cereals5 /CEREALS Ready-to-eat,KRAFT,POST Marshmallow ALPHA-BITS Cereal?@@ ffffff@@U?333333@E@"Q)d@zG?? =p?Q@1=p =?zGYF=@zG ?3333331 cupBreakfast Cereals 25- /CEREALS Ready-to-eat,KRAFT,POST FRUIT and FIBRE DATES,RAISINS and WALNUTS Cereal@!@ffffff@ffffff@@S @#ffffff@=+@# =px&@ =p?E?\(? =p@".zG?Q(@ =pT?陙71 cupBreakfast Cereals4s /CEREALS Ready-to-eat,KRAFT,POST GOLDEN CRISP Cereal@333333@?ffffff?陙@V@J33333@zG=}@=p =?(\)?=p =?Q@2Q?r_h@=p = ?ə.75 cupBreakfast Cereals 4o /CEREALS Ready-to-eat,KRAFT,POST GRAPE-NUTS Cereal@ g@%?ffffff@@TS33333@!ffffff "@;zGd3b@\(?\(\??\(\@!=p =?Q@Q ?ٙ:.5 cupBreakfast Cereals  4o /CEREALS Ready-to-eat,KRAFT,POST GRAPE-NUTS FLAKES@ m @333333@333333@T`@!@1'@;zGg.T@\(?? =p?Q@1=p =?zGYF=@zG ?333333.75 cupBreakfast Cereals 5 /CEREALS Ready-to-eat,KRAFT,POST GREAT GRAINS CRUNCHY PECAN Cereal@333333@"@'@Qٙ@.@\(\WA@zG?աo?ə?Q?333333@"(\?zG4@ =p?ffffff5.667 cupBreakfast Cereals. 5 /CEREALS Ready-to-eat,KRAFT,POST GREAT GRAINS RAISIN,DATE and PECAN Cereal@!ffffffy@ ?ffffff@RL@@8@zGTF @\(?ӶE??ffffff?GzH@"Q?\(-@=p =m?񙙙6.667 cupBreakfast Cereals kk1B5 7APPLE Juice,Frozen Concentrate,Unsweetened,Undiluted,with Vitamin C9?QR?׮zG?Q)?Q? =p???ٙ@V9?+ I?S?GzH?̋C%?-V?Q?Q?S1 canFruits & Fruit Juices]C557APPLE Juice,Frozen Concentrate,Unsweetened,Diluted with 3 VOLUME H2O,with Vitamin C@U/?Q??zG{@'zG??У =p~?zG{?1&y? ěT??htj~?Q?tj~? ěT?`A7L?nO;?`bM?vȴ9X1 cup@=fffff1 fl ozFruits & Fruit Juices{L4C 7JACKFRUIT,Canned,SYRUP Pack@RR\? =p ?Q?Q@7 =q?,?ҏ\( ` ?(\)??+??`A7L?nO;?lD?nO;?+ I1 cupFruits & Fruit Juices ))6L M4') 7DATES,MEDJOOL@5QR?\(?333333? =p@RzG@@PzG@?6>?(\)?+ I^?l??Q?\(?\(?;dZ@Y@7Q1 date, pittedFruits & Fruit JuicesN45;7DURIAN,RAW OR FROZEN@P?\(?Q@QR?Q@; =p@ffffff?ۅQ'?Q?~"?@333333?-V?ə?/v?p =q?9XbM$$,1 cup, chopped or dicedZ1 fruitDFruits & Fruit Juices;O4# 7PRUNE PUREE@?ə@@PFfffff@ ffffff'@ffffffHT@333333?zG{@?ۅQd?bMFruits & Fruit JuicesqR4' 7CANDIED FRUIT@033333A?ffffff?Q?333333@T\(?@T(Q?\(9b??1&y?333333?zG{?333333  ?nO;?bM?zG{Fruits & Fruit Juices 99 OS4# 7ABIYUCH,RAW@SE???@1@333333@!?\(/0? =p?/v?KƧ@K dvȴ9X@+ IN@?񙙙?n?1&x@aGz?"`A?+ J?zG{@\(@Q?GzB@@\(?^5?|?O;dZ@Gffffff?ə??Vu@Q?-V?9XbM? =p ?(\)@@zG{?zG`1 cup, dicedU3 ozPork(4ePORK,Fresh,LEG (HAM),RUMP HALF,Lean only,RAW@R5Q@5=p =@\(?GzH? =pxE?\(\?E?zG{@A33333??+ I^?-V@o-V?`A7K?ݲ-V?Q? =p@Q?Q=@ =q@ GzH?ffffff?=p =A@zG?lC?vȴ9@H?ə?-V?ȴ9Xb@ I^?Q?ղ-V? @\(@(\)?QR`1 cup, dicedU3 ozPork ii1 4wPORK,Fresh,LEG (HAM),SHANK HALF,Lean only and FAT,RAW@No\(@1zG@5Q?Gz?\(7?\(? ěT?+ I@<33333?ffffff?;dZ?m@E?$/?&x?333333@(\)@"zG@QD@v4y !POTATOES,Mashed,Dehydrated,GRANULES with MILK,DRY FORM@333333f@%?񙙙@Sl@@ =p =@ J8R?333333?~"?;dZ@:L?QR?333333@?m?bMK?Q@!ffffff %?݁$/?tj~?=p =1 cupVegetables iw5% !POTATOES,Mashed,Dehydrated,Prepared FROM GRNLS with MLK,H2O and MRGRN ADDED@S =qt@Q@(\)?zG@0zG??QR ?Gz>?θQ?S?xF@ffffff@? =p ?tj?S?M?zG{?/,?QR@!?\(\?GzH?Q1 cupVegetables*x4W%!POTATOES,AU GRATIN,DRY MIX,Unprepared@Gz:@!@ @ =p =@R =p@ffffff7?zG@/??θQ?Gz @/?Q?1&x@@n?p =q?333333(((61<@$/?Gz?"`1 package.167 packageVegetablesMy5%!POTATOES,AU GRATIN,DRY MIX,Prepared with H2O,Whole MILK and BUTTER@SQ]@ffffff@zG{?(\)@)zG?S?zG{_?θQ?O;dZ? =p@@?zG{?j~#? I^5??ΗO;d?zG{41@ ě??&x.167 package61 packageVegetables OO/z4W%!POTATOES,Scalloped,DRY MIX,Unprepared@Gzf@zG@\(\@\(@R{Q@!333333>@zG;*?p =q?У =p?lC@@0?Q?|hr@!o?ffffff? =p ?333333??\(1 package.167 packageVegetablesI{5%!POTATOES,Scalloped,DRY MIX,Prepared with H2O,Whole MILK and BUTTER@SG{]@\(@333333?=p =@)=p ?񙙙$?QR8U??+ J?+ I^?@ ffffff?tj~?1&y?vȴ9X?hr!?$/ #!@bM?hr Ĝ?E 1 cup.167 packageVegetables-~4g!POTATOES,HASHED BROWN,Frozen,Plain,Unprepared@SfffffR@zG{? =p?@1Q?ffffff ?\(\ /?Gz?XbM?° ě?333333@ ffffff?E?1&y?vȴ9?Ԭ1&y?E?/w?1&y?7KƧi.5 cupT1 packageVegetables vv*4K;!PICKLE,CUCUMBER,SOUR,Low Sodium@WQ ?Q?ə@ =p @zG?333333?\(?ٙ?zG{?\(?zG{?nO;?Q 7 ?vȴ9?htj~?E1 cup, chopped or diced1 cupVegetables+4M!PICKLES,CUCUMBER,DILL,Low Sodium@VG{? =p?QR@ 333333@Q?333333 ?\( t?Q?9XbM?Q?ffffff?1&y?-V?Q?S?vȴ9I?tj~?htj~?EA1 medium1 sliceVegetablesM,4M;'!PICKLE,CUCUMBER,Sweet,Low Sodium@PP =qs?׮zG?У =p@ffffff@?\(?񙙙@ zG?Gz ?zG{?Gz?Q?333333?nO;?bM?E?Q?Q ? =p @2LN-)?&x?pbM?"`A1 cup, chopped or diced1 cup, slicedVegetables .-4/!CATSUP,LOW SODIUM@PQh?QR? =p @ =p @;GzH?@6ٙ?ffffff'?p =q?^5?|?hr Ĝ?陙@.333333?ȴ9Xb? ě?;dZ?M?ffffff4?zG@qJ?+ J?(\)?`A71 cup1 tbspVegetables .43!MUSHROOMS,ENOKI,RAW@VW =p"@\(?\(?333333@zG@?zG{q}?=p =?&x?E@'?tj?Gz@ (\)?o?tj?tj?|1&y?ěS1 large1 mediumVegetables/4=!PEPPERS,SWEET,YELLOW,RAW@WGz?Gz?@GzH? ?p =q ?\(?dZ1?E?333333@f?1&y??zG{?Ł$/?Ł$/ x?vȴ9X1 pepper410 stripsVegetables vv*04'+!RADICCHIO,RAW@WH\)?Gz??ffffff@Q??333333?=p = (.? =p?m?lD??bM?1&y?QR?7KƧ?/v<<<@zG@offfff"?Q?zG{?(\)(1 cup, shredded1 leaf Vegetables14=!SQUASH,ZUCCHINI,BABY,RAW@W.Q@zG?ٙ?@Gz?񙙙?GzH!]?\(?E?+ J?333333@A ?$/?nO;?\(?|hr?-V??|hs?vȴ9X?šo1 large 1 medium Vegetables<24)=!TOMATILLOS,RAW@VQ ?Q?QR?ᙙ@\(\?ffffff@p =q? =p' ?(\)?9XbM?Õ$/?@'ffffff?+ I?Q??333333?1&yr?QR@# ??n? =p?ڰ ě"1 mediumB.5 cup, chopped or dicedVegetables .341!TOMATOES,SUN-DRIED@-Q@,8Q@\(@)333333@KGz@(@B˅Qn@".zGd c/? =p?ěS?7KƧ@@C?`A7L?KƧ@"@-V??|hsDDDj,?zG{+ D?C$?+ I^? =p61 cup1 pieceVegetables"44]!TOMATOES,SUN-DRIED,PACKED IN OIL,Drained@J=p @=p =@,(\)@ @7TzG@333333/@p =qQ ?\(?E?m@Ys33333?ȴ9XbN?؃nP@ =p ?ާ-?j~"@?I^5?}@!Stj~@zG{n1 cup1 pieceVegetablesv54+'!FENNEL,BULB,RAW@Vp =? =p?ə?@(\)@1?\(\24?ə?`A7L?r ě?ffffff ?zG{?bM?zG{?Ͳ-V?bMW1 cup, sliced1 bulbVegetables 64;!PICKLE RELISH,HAMBURGER@N\(?(\)?GzH@ \(@A=p =@ ?=p =LH?(\)??|hs?Q@ffffff?zG{?$/?vȴ9X?|1&y?Q ?vȴ9?7KƧ?ěS1 tbspz.5 cupVegetables"74#!ARUGULA,RAW@Vp =@ =p?Q?ffffff@ 333333?@ffffff?\(\/4q?zG?tj~?ԋC%?333333?+ I?tj?ӅQ?+? ěaaa Ew?ۅQ@[&fffff ?tj?+ J?j~"1 leaf .5 cup(Vegetables*84-!CARROTS,BABY,RAW@Vfffff#?zG{? =p?(\)@ zG{?@ =p ?zG{ N?\(??S?@ ?Q?nO;?n?٩lD?Gz!!!5@"f?O;dZ?|1&y? =p1 large 1 mediumVegetables zz947!HEARTS OF PALM,CANNED@V@(\)? =p@QR@zG{@333333:@ =p &A?ffffff?$/?M?ffffff@?+ I?/v?+? ěT?+ I'''? =p?^5?|?"`B1 cup!1 pieceVegetablesE:4C!PEPPERS,HOT CHILE,SUN-DRIED@D@%(\)@=p =@ffffff@Qw =p@<33333@DzH-@(\)XN[?QR?/v?E@ @?ffffff?j~#?GzH@!V+ J?O;d?Q333gx,@ Q@[ 9Ov?tj?E@o%1 cup?GzH1 pepperVegetables!;4#' !NOPALES,RAW@WzH?Q? =p ?=p =@ =p@?ffffff?Gz4??vȴ9??|hs?ffffff@"?tj~?E?=p =?`A7K?Q@3333330?bM?nO;?V1 cup, slicedVegetables )<4C!NOPALES,Cooked,without SALT@W =p???(\)@ =p =?Q?/?Gz?+ J?1&?ffffff@333333?+ I?zG{?l?333333?&x@ffffff/?xtj~?|1&y?$/1 cup1 padVegetables3=47!!CAULIFLOWER,GREEN,RAW@Vr\(@?333333?(\)@\(\@ @=p =!?\(\>,?zG{?E?ϝ-V?333333@Vfffff?zG{?1&?|hr?E?j~"999?zG{@4333333]*?bM?1&y?$/@1 cup1 floweret'Vegetables?4M !CAULIFLOWER,Green,Cooked,NO SALT@V^zG @QR? =p?@Q@ ffffff ? =p 9?(\)?zG{?"`?陙@R&fffff?Q??n?n?^5?|)))?+ J?-V?7KƧZ.2 headVegetables @4G !CAULIFLOWER,Green,Cooked,SALT@V^zG @QR? =p?@Q@ ffffff ? =p 9?(\)?zG{?"`?陙@R&fffff?Q??n?n?^5?|)))?+ J?-V?7KƧ>.5 cupVegetables,A4; !BROCCOLI,CHINESE,COOKED@Wb\(?=p =? =p ?GzH@zG{@?Gzd?Q)?\(?;dZ?`A7L?@<333333?QR?° ě?+?Z1'?QcccfR?޸Q@U333333?(\)??QX1 cupVegetablesmB43 !CABBAGE,NAPA,COOKED@XQ ?񙙙?\(?\(@ =p?zGW @?tj~?lC?ٙ@ ?tzG{??m?Q?l+++ 1m1 cupVegetables D4E!LEMON GRASS (CITRONELLA),RAW@QQc?Q?\(\?@9O\(A@ W =pz@'p =q??"` @Gffffff?Q?GzH@/=p =? ěT?\(8%@Q '?=p =?ə.?=p =?? 1 cupBreakfast Cereals94c /CEREALS,Ready-to-eat,MALT-O-MEAL,TOASTY O'S@Qt@&# =p@Q@p =q@RG{ @ p =qkM9@)? =p?"`A@B2??Q@0Q?E?QM:)G?(\)@?zG@ =p@=p =1 cupBreakfast Cereals DD=5 /CEREALS Ready-to-eat,QUAKER,MOTHER'S Peanut BUTTER BUMPERS Cereal@@ \(@\(\@ Q@SGz@333333@=\(d@QJ&?Q?333333?p =q?陙? =p?@GzH?QR?(\)? =p @ =p@ =pBreakfast Cereals: 5 /CEREALS Ready-to-eat,QUAKER,MOTHER'S Toasted OAT BRAN Cereal,BROWN SUGARu@'@zG@Q@RG{@!@/B@p =qx@ =p?Q@ GzH@333333?ٙ? =p ?Q?zG? =p(G?zG{?zG?QBreakfast Cereals9!4} /CEREALS Ready-to-eat,QUAKER,MOTHER'S Cinnamon OAT CRUNCH@|@$G{@\(@ Q@Sp =@ @9RJ@ jg@\(?Q@zG@333333??333333?GzH@ffffff?Q?Q$$$ ?GzH?333333?\(Breakfast Cereals xx!"4s /CEREALS Ready-to-eat,QUAKER,MOTHER'S GROOVY GRAHAMS@t@\(?zG@Q@UQ@Fh\)@Gz9e?QR?Q?QR?Q?zG??\(?Q?Q?zG{?zGBreakfast Cereals'#4q /CEREALS Ready-to-eat,QUAKER,MOTHER'S COCOA BUMPERS@x@QR? =p@(\)@U\)@@DQ@(\)<"?GzH?QR?׮zG?333333?(\)?\(?\(?Q ? =p? =p?(\)Breakfast Cereals4%5 /CEREALS Ready-to-eat,QUAKER,FRUITY BRONTOSAURUS BLASTS,BAGGED Cereal@x@@@zG@VQGz?ffffff@E@#(\)?1N?Q?Q? =p?Q? =p @3zG?\( x%%?p =q?zG?p =qBreakfast Cereals ii.&4u /CEREALS Ready-to-eat,QUAKER,CRISPY CORN PUFFS Cereal@x@Q@ =p @ =p @T@333333@4Yx@`@/zG?333333?Gz@9L?(\)? =p@5Q? =p@Gz@- @zz? =p??zGBreakfast Cereals5(5 /CEREALS Ready-to-eat,QUAKER,OATMEAL Cereal,BROWN SUGAR BLISS@@!\(@=p =@ p =q@S(\@*@$333333i<G ?\(@ =p@ffffff@ ?333333?\(? =p?yf@?\(? =p ?\(11 cupBreakfast Cereals PP=)4y /CEREALS Ready-to-eat,QUAKER,HONEY GRAHAM BAGGED Cereal@@ffffff@\(@T\)@ffffff@C/\(#@1zG<9@-u\(? =p ?GzH@333333@7?Q?Q@3 =p?\(\?\(\ ?zG{NN?\(?Q?ffffffBreakfast Cereals1*4o /CEREALS Ready-to-eat,QUAKER,Toasted OATS/OATMMM'S@ |@"u\(@ffffff@Q@Sz=p @ffffff@\()@=zHa @+?Gz@Q??\(?p =q@2TzG?޸Q?GzHxe ?*''?Q?QR?\(\Breakfast Cereals6+4 /CEREALS Ready-to-eat,QUAKER,KRETSCHMER Toasted WHEAT BRAN@'p =q@1\(@ =p@(\)@MGz@Dfffff@zGB@+\(^"@&u\(?p =q@1aGz?񙙙?@4Q@p =q?\(),?p =q? =p?陙@\(Breakfast Cereals *#,4 /CEREALS Ready-to-eat,QUAKER,Cinnamon CRUNCH BAGGED Cereal@@GzH@zG@\(@TG{ @0> @+?zG{?\(\?Q?@2TzG?QR?GzHxe ?)''?QR?Q?QBreakfast Cereals/.4 /CEREALS Ready-to-eat,QUAKER,KRETSCHMER WHEAT GERM,Regular@Qn@?nzG@#Q@GzH@H =q@'2@ zG9jI@0\(? =p@3zG?Q?\(@QR?ffffff?333333=`|?Gz?\(?@QBreakfast CerealsR/4a /CEREALS Ready-to-eat,GENERAL MILLS,SUNRISE@zG{|@@zG{W!Cb@)??Q@033333?QM:)?ٙBreakfast Cereals aaNi05 /CEREALS Ready-to-eat,GENERAL MILLS,PARA SU FAMILIA Cinnamon CORN STARS@GzH@333333@ WMCT@)??Q@033333?Q?Breakfast Cereals<24o /CEREALS Ready-to-eat,GENERAL MILLS,RICE CRUNCHINS@}@\(V j2??333333?Q ?ٙBreakfast Cereals35  /CEREALS Ready-to-eat,GENERAL MILLS,PARA SU FAMILIA RAISIN BRAN@ (\)5 @ffffff@GzJ @@YIVI@+333333?KƧ?\(?@2333333?Q@?Breakfast Cerealsk44w /CEREALS Ready-to-eat,GENERAL MILLS,NESQUICK Chocolate@QR@@ffffffU)Mg@)?$/??Q@033333?QM:)?Breakfast Cereals D65  /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S,CRISPIX Cinnamon CRUNCH@333333@ ?W?@>ffffff@3E{V@? =p ?Ƨ-???ӅQ?333333r@ffffff?zG{??@?񙙙.75 cupBreakfast Cereals<85 /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S Marshmallow BLASTED FROOT LOOPS@@ffffff@333333?333333@Vy?5 9Ug??|hs?^5?|2??Q?&x?333333S@3?QR????3333331 cupBreakfast Cerealsc:4q /CEREALS Ready-to-eat,KELLOGG,KELLOGG'S PUFFED RICE@ffffff@ ??333333@U? ?/??ə?ٙ??333333Breakfast Cereals ;;n/#4}%PORK,Fresh,LEG (HAM),SHANK HALF,Lean only,Cooked,Roasted@N7 =p@<5\(@%??\(h@@ ?S?hr Ĝ@Hfffff?ٙ?A7Kƨ?tj@$/?Q?p =q?Q@ =p @zG?Q\1 cup, dicedU3 oz$PorkC$4c=PORK,Fresh,LOIN,Whole,Lean only and FAT,RAW@PG{@3p =@)(\)?Q?GzHd2? =p?1&y?+ I@@?333333?E?Ͼvȴ9X@QR?"`A?5?|h?\(?Gz@p =q@p =q?p =q?@|Y1 lbu1 chop, excluding refusePorkG%4y=PORK,Fresh,LOIN,Whole,Lean only and FAT,Cooked,Braised@M"\(@;:G{@+=p =??Qv0@ =p ?E?tj~@Ffffff?333333?9XbM?A7Kƨ@V?j~#?lC?GzH?θQ@p =q@=p =?QPU3 ozY1 chop, excluding refusePork ++vG&4y=PORK,Fresh,LOIN,Whole,Lean only and FAT,Cooked,Broiled@L\(@;QR@+ =p?? =p>@Q? ě?nO;@Ffffff?333333?bM?ԋC%@%S?Vt?ݲ-V?ffffff?ҏ\(@Q@\(?333333PU3 ozW1 chop, excluding refusePorkG'4y=PORK,Fresh,LOIN,Whole,Lean only and FAT,Cooked,Roasted@LGz@; =p@-L?\(\?zG;@\(?1&y?+ I@@33333?333333?-V?1&x@I^5?}?QR?nP?Q ?QR@zG{@ =p ?\(\RU3 ozY1 chop, excluding refusePork;(4S=PORK,Fresh,LOIN,Whole,Lean only,RAW@RQ@5nzG@ =p??Gz4?p =q?vȴ9X?tj~@B ?333333?S?+ J@\)?E?/w?(\)? =p ?333333@zG{?Q;@|Y1 lbj1 chop, excluding refusePork 77z?)4i=PORK,Fresh,LOIN,Whole,Lean only,Cooked,Braised@N33333@<R@"=p =?ffffff?zG2@ =p?9XbM?vȴ9@H?333333?+ J?+ J@Z1'?lD?ěS?ᙙ?Gz@ =p @ =p?ffffffOU3 ozP1 chop, excluding refusePork?*4i=PORK,Fresh,LOIN,Whole,Lean only,Cooked,Broiled@N\(\@<R@#?ffffff?Q@@ =p?333333?nO;@H?ffffff?7KƧ?աo@F?S?|hr? =p ?GzH@ Q@? =pOU3 ozO1 chop, excluding refusePork?+4i=PORK,Fresh,LOIN,Whole,Lean only,Cooked,Roasted@N\(@@GzH?tj~?1&y@E&fffff?陙??hr Ĝ@r ě?r ě?ffffff?Q?Gz@\(@Q?zG{SU3 oz?1 chop, excluding refuse,PorkA25 =PORK,Fresh,LOIN,BLADE (CHOPS),BONE-IN,Lean only,Cooked,Broiled@MzG@9\(\@+ǮzH?Q?p =qvP@\(?O;dZ?nO;@Es33333?陙?+?Vt@5?|h?M?/w?zG@=p =@(\)?\(TU3 oz?1 chop, excluding refuse+PorkL35 OPORK,Fresh,LOIN,BLADE (ROASTS),BONE-IN,Lean only,Cooked,Roasted@M@:@-Q?Gz? =p]@zG{?tj?vȴ9@E&fffff?333333?^5?|?S@-?`A7L?(\)?陙@=p =@ =p?񙙙]1 piece, cooked, excluding refuseU3 oz(Pork UU[45=PORK,Fresh,LOIN,Center LOIN CHOPS OR ROASTS,BONE-IN,Lean only and FAT,RAW@P@4Q@)aGz? =pL@zG?tj~?bM@E33333?M?Vu@lC??٩lD?QR?Gz@\(@ zG?zG{UU3 ozJ1 chop, excluding refuse Pork `G:5=PORK,Fresh,LOIN,Center LOIN (CHOPS),BONE-IN,Lean only,Cooked,Broiled@N33333@>0 =q@ # =p?333333?333333w<@ =p ? =p ?+ I@Gfffff?ٙ?bM?ӶE@+ I^?1&?zG?zG@@ Q?\(RU3 ozJ1 chop, excluding refuse"PorkD;5OPORK,Fresh,LOIN,Center LOIN (ROASTS),BONE-IN,Lean only,Cooked,Roasted@O}p =@;@"Q?Q? =pjB@Q?Q?bM@E?/v?$/@`A7?5?|h?׾vȴ9X?\(@ Q? =p O1 piece, cooked, excluding refuseU3 oz PorkT<5!=PORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),BONE-IN,Lean only and FAT,RAW@PI@4+Q@+333333?Q?ffffff*?QR?(\)?nO;@=?333333?9XbM?Vt@H9Xb? =p ?"`A?Q@ =p@=p =?333333<@|Y1 lbb1 chop, excluding refuse#Pork ccG=5#=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,Braised@L~Q@:Q@.# =p?zG?Q(@zG?nO;?zG{)?333333?"`?Ͳ-V@7Kƨ?r ě?(\)?\(@\(\@zG{?QRIU3 ozK1 chop, excluding refuse!PorkN>5#=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only and FAT,Cooked,Broiled@J\(@<=p @.\(? =p !? =p>@zG?hr Ĝ?nO;@F&fffff?333333?+ I?dZ1@vȴ9?7KƧ?Ƨ-?\(\@\(@Q?zGRU3 ozJ1 chop, excluding refuse"Pork TTF4c'!POTATOES,HASHED BROWN,Frozen,Plain,Prepared@L @ GzH@'?=p =@<?Q?(\)H"?zG{?tj~?̋C%?333333@333333?j~"?zG{@^5?|?܋C%? ěT?QR@333333@F@I^5??3333331 patty, ovalN.5 cupVegetables34 !POTATOES,HASHED BROWN,Frozen,with BUTTER Sauce,Unprepared@R =q?Q@ =p?zG@2GzH@333333? M??E?ǮzG?333333@?"`A?? ěT?Ƨ-?"`A T@r ě@+ J?lC1 packageVegetables'4{ !POTATOES,HASHED BROWN,Frozen,with BUTTER Sauce,Prepared@OG{@zG@!zG?p =q@8!Gz@ffffff!?zG&Ge?Q?1&?;dZ?333333@ffffff?vȴ9?vȴ9X?j~#?|hr?$/ o@ lC@ 1&x?$/Vegetables 4Q !POTATOES,O'BRIEN,Frozen,Unprepared@SzGL?GzH?Q?333333@1xQ?ffffff ?zG{1!?ҏ\(?A7Kƨ?vȴ9X?333333@&?S? =p ?bM?dZ1?n?bM?xtj~?;dZVegetables4M !POTATOES,O'BRIEN,Frozen,Prepared@NG{@\(@*kQ?@5(\?333333?Q"]+?ᙙ?+ ?hr!?333333@$?vȴ9?GzH?+ I^?lC? ěT @ $/@KƧ@ nVegetables4I !POTATO PUFFS,Frozen,Unprepared@O8Q@\(\@!@=p =@8O\(@ffffff? =p&/S?θQ?tj~?˥S?333333@?ǍO;dZ?;dZ? =p ?-?E @@n@ ȴ9Xb?C%1 cupVegetables bb84E!POTATO PUFFS,Frozen,Prepared@Js33333@ @%u\(@ffffff@>xQ@ ?QR?\(0|?333333?Q?XbM?ٙ@?+ J?nO;@KƧ?Vu?͑hr ?@@aGz@kQ?^5?|1 cup1 puffVegetables34M !POTATOES,Frozen,Whole,Unprepared@S33333N@ =p ?zG{?zG@1zG{?333333?\(?(\) Z?333333?bM?̋C%?333333@,ffffff?öE?vȴ9X?Gz?-V?bM ?zG{?ffffff?E?htj~?&x1 cupVegetables' 4} !POTATOES,Frozen,Whole,Cooked,Boiled,Drained,without SALT@T33333A?zG? =p?=p =@- =p ?ffffff?Gz ??+?ǮzG?ə@"?1&??7KƧ?Q?"`B?hr Ĝ?htj~?1&yVegetables 2ppx (08@HPX`hpx------------------------------------------------------................. . . . . . . . . . .................... ++T% 4[!POTATOES,French fries,Frozen,Unprepared@PQ@\(@? =p @8TzG? =p @F?zG{?O;dZ?1&?333333@#?vȴ9?O;dZ?lC?Ұ ě? ěT ?Q@ E?tj~A10 strips1 packageVegetablesb 5!POTATOES,French fries,Frozen,HOME-PREPARED,Heated IN OVEN,without SALT@L33333@ \(\@=p =?\(@?0 =q@ ?\(? =pR?ٙ?5?|h?д9XbN?ٙ@$333333?hr!?1&y@9XbN?Ցhr ?ӶE ?QR?1&x@ C%?hr!210 strips1 packageVegetablesB5!POTATOES,Frozen,French fries,Partially fried,COTTAGE-CUT,Unprepared@PzG@\(\@Q?(\)@7G{?.R ?ҏ\(? I^5??dZ1?333333@ ?XbM?O;dZ?vȴ9?GzH? =p @l@\(?۶EA10 strips1 packageVegetables XXY53!POTATOES,Frozen,FRCH FR,Partially fried,CTTGE-CUT,Prepared,Heated OVEN,without SALT@Js33333@ Q@ ffffff?Gz@AQ@ ? =pA-?=p =?ə?tj~?ٙ@#?vȴ9X?vȴ9X@M?zG?vȴ@&x@ vȴ9?zG210 strips1 packageVegetablesG5 !POTATOES,Frozen,French fries,Partially fried,EXTRUDED,Unprepared@HQ@ =p@-fffff@ =p @>&fffff@ ?QM?Q?bM?Vu?@333333?l?vȴ9X@hr!?GzH? =p @-V@!Qhr ?&xA10 strips1 packageVegetables Y51!POTATOES,Frozen,FRCH FR,Partially fried,EXTRUDED,Prepared,Heated OVEN,without SALT@A33333M@ ffffff@2\(@GzH@C =p@ ?\(`e?=p =?zG{?=p =?333333@?zG{?l@QR?tj~?C$@ =p@&V?zG{210 strips1 packageVegetableso4S !USDA COMMODITY,POTATO WEDGES,Frozen@Q33333{@@?p =q@9?333333?ffffffW1?׮zG@&ffffff??zG{? =p?ffffff?ᙙ?7KƧ?1&Vegetables4% !POTATO FLOUR@zGe@?\(@ Q@TQ@@ (\)A?zGA7?GzH?7KƧ?1&x?񙙙@ffffff?/v?1&@ Vu?Vt?蛥S?? =p ?bM?3333331 cupVegetables 4A !POTATO SALAD,HOME-PREPAREDL@p =q@ ffffff?333333@&W =p??4? =p?5?|h?"`B@ffffff ?E?Q?zG{?+ J? I^5? $?/w@ =p@ `A7LD1 cupVegetables[43!PUMPKIN FLOWERS,RAW@Wə?zG{?Q?޸Q@ =p ='?ffffff1?ffffff?$/?333333?zG;;;a?nO;?nO;?pbM!1 cup1 flowerAVegetables(4q !PUMPKIN FLOWERS,Cooked,Boiled,Drained,without SALT@W?p =q?zG{?Q@ ffffff?@333333%?(\)"j???ffffff?nO;?bM? =p?)))W?zG{?E?zG{?pbM1 cupVegetables y41 !PUMPKIN LEAVES,RAW@W8Q@ 333333?ٙ? =p@ =p'@\(&h ?ə?$/?ָQ? ?bM?bM?p =q?$/?~"$$$a?~"?vȴ9?+ I'1 cup;Vegetables84o !PUMPKIN LEAVES,Cooked,Boiled,Drained,without SALT@W =q@\(?(\)?\(@ Q@?zG+@ &O?ə?$/?ָQ??hr Ĝ?hr Ĝ?333333?$/?+ J@P?Ql?/v?-V?tj~G1 cupVegetables4# !PUMPKIN,RAW@Vfffff??陙@??\(?陙 ,T?zG{?A7Kƨ??333333 ??(\)?333333?nO?;dZq?\(?񙙙 a?vȴ9?vȴ9?tzG{t1 cupVegetables ooK4a' !PUMPKIN,Cooked,Boiled,Drained,without SALT@Wl(\? =p ?Q? =p@?񙙙?QR?=p = ?p =q?KƧ?ȴ9Xb?ə@?vȴ9X?+?nO;?ɺ^5?|?+ I ?陙?陙\0?l?nO;?pbM1 cup, mashedVegetables+ 4C !PUMPKIN,Canned,without SALT@V~zG"?񙙙?Q?Q@ .zG@333333@ ffffff?=p =#?\(?dZ1?nO?ٙ@?tj~?S?|hr?ٙ?1&y < ?\(?° ě?l?Q1 cupVegetables"49 !PUMPKIN PIE MIX,CANNED@Q\(h?p =q? =p?Q@:c =p@ %?\(-?GzH?hr Ĝ?٩lD?񙙙@ ?bM?5?|h?-V?1&x?Z1'### j? =p?bM?|1&y1 cupVegetables c#4%!PURSLANE,RAW@WzG{???@ p =qA? =pD,-?\(?hr!?dZ1??bM?1&y?޸Q?nO;? ě (B+1 cup1 plantVegetables $4c!PURSLANE,Cooked,Boiled,Drained,without SALT@WaGz? =p?QR?@ ffffffN? =pC%,?\(?/v?ӥS?@%?vȴ9X? =p ?p =q?nO;?Q <]s1 cup1 squashVegetables'%4%'!RADISHES,RAW@WGz?\(??ᙙ@ 333333?@\(?\( '?Q??lD?333333@-?tj~?+?A7Kƨ?Q?-V? ?Q?hr Ĝ? =p t1 cup, slices 1 large Vegetables &47 !RADISHES,ORIENTAL,RAW@WzH?333333??\(@ffffff?@?ٙ?333333?p =q?tj~?ffffff?zG{?zG{?ə?lD?O;dZ?333333?Q?hr Ĝ? =p R1 radishVegetablesA'4u' !RADISHES,ORIENTAL,Cooked,Boiled,Drained,without SALT@W\(?p =q?θQ? =p@ p =q??GzH?333333  ? =p?"`B?`A7L?ffffff@.333333?O;dZ?333333?/v?tj~?333333? ě?zG{?S1 cup, slicedVegetables(4; !RADISHES,ORIENTAL,DRIED@3zG@? =p @ \)@O\(u@Q @ =p ?tj??|hs?ffffff?GzH?\(@ 333333?lD?Ƨ-'''?lC?vȴ9X?t1 cupVegetables ~~ G43 !GRAPE LEAVES,Canned@SfffffE@zG?Q@@'kQ!@ =p" %?ٙ?tj~?ҏ\(?@&?bM?KƧ@Q@tj?hr ĜNNNu ?+?tj~?S1 leafVegetables-H4/!PEPPER,BANANA,RAW@V =p?\(??\(\@ffffff@ 333333?333333?p =q  ??bM??333333@T?j~#?S?;dZ?\(?+ T?zG@#'?tj~?S?vȴ|1 cup!1 smallVegetables@I41)!PEPPER,SERRANO,RAW@V ? =p?(\)? =p@@ @=p = ?Q(1 ?У =p?nP?-V?ٙ@Fs33333?S?j~#?O;d?ə?(\)/?zG@&(A?5?|h?O;dZ?j~"i1 cup, chopped@ffffff1 pepperVegetables J41 !PEPPER,ANCHO,DRIED@6Gz@'Q@ ffffff@\(@IzG@5=@%(\q k+?Q?A7Kƨ?vȴ9X@333333?x@ =p @1&?S@ GzHEEEO?=p =?|hr@ C%1 pepperVegetables:K45'!PEPPERS,JALAPENO,RAW@V(\?? =p?(\)@ =p@ffffff@ zG ?ffffff?p =q?$/??333333@F&fffff?nO;?/v?;dZ?/v?A7Kƨ///(?zG@#ffffff"?vȴ9X?`A7L?j~"Z1 cup, sliced1 pepperVegetablesL4A !PEPPERS,CHILI,Green,Canned@WP? =p ?GzH?\(@ffffff?333333$?GzH q? =p ?333333@A?zG{?Q?bM?$/?Q666~?1&y?hr Ĝ?Õ$/1 cupVegetables M47 !PEPPERS,HUNGARIAN,RAW@V =q?陙?=p =?\(@Q ?p =q?333333?p =q?1&?333333@W9?9XbM?(\)?xF?=p =?C%555?O;dZ?tj~?θQ1 pepper Vegetables~N47 !PEPPERS,PASILLA,DRIED@-zGY@(33333@/33333@GzH@I =q@:a@#\) Y?ffffff?nO?GzH@ @?tj@ tj~@33333?tj~@x1 pepperVegetablesO4w !PICKLES,CHOWCHOW,with CAULIFLOWER ONION MUSTARD,Sweet@Q9z???333333?@GzH?ffffff?p =q?O;dZ?zG{?ə?zG{Z?zG{@Q &?nO?\(?hr Ĝ1 cupVegetables }P4#!EPAZOTE,RAW@VMp = ?Q? =p@@\(@ffffff?zGyVy+?񙙙?QR@ȴ9Xb?@ ?1&y?E?r ě?x?tj~9&?陙1 tbsp1 sprigVegetablesQ43)!FIREWEED,LEAVES,RAW@QRg@ =p@@QR@38Q@%333333@333333l"@GzH?zG{@`A7?@?`A7L?7KƧ@-V?-V?9XbMppp1 cup, chopped1 plantAVegetables|R49!MALABAR SPINACH,COOKED@W @ =p?\(? =p@zG@|?zG0$7?333333?j~"?QR?@?"`A?nP?/v?GzH?tjrrr:,1 cup1 bunchVegetables uS43!MUSHROOM,OYSTER,RAW@U =q%@\(?QR?Q@Gz@333333? =p?\(?;dZ?-V@2ffffff?(\)? =p @ o?-?;dZ///01 large1 small VegetablesqT49!FUNGI,CLOUD EARS,DRIED@-@"?\(\@zGI@Qfffff@QS#?Q?lC?7KƧ?Q? I^5@hr ?ȴ9Xb?1&y&&&1 cup@1 pieceVegetables&U4W!MUSHROOMS,STRAW,Canned,Drained Solids@VxQ @ =p?\(? =p @\(@ ?Gz=N?p =q?$/?+ J@.ffffff?vȴ9?Q?̬1&y?^5?|?1&y&&&?ȴ9Xb?tj~?E1 cup@1 pieceVegetables CC@Q!yV4+'!WASABI,ROOT,RAW@QG =pm@333333?(\)?Q@7=p @333333?zG{EP8?Q? =p?$/@D33333?ěS?/v?Ƨ-?lC?щ7KƧ#1 cup, sliced1 rootVegetables W45'!YAUTIA (TANNIER),RAW@RC =pb?\(\?ٙ?333333@7Gz? ?\(\3V??r ě?+?ffffff@?E?zG{?XbM?n?Vt?E1 cup, sliced11 rootVegetablesL[45 !FIDDLEHEAD FERNS,RAW@V+Q"@333333?ٙ?\(@(\) ?\("er?\(?zG{?QR@:?zG{?Gz@Q!Vegetables[\4Q !FIDDLEHEAD FERNS,Frozen,Unprepared@V:=p "@=p =?ffffff?zG@\(?\(\:?Q?(\)?zG@1?1&y? =p@ zG NVegetables  a45 %BREADFRUIT SEEDS,RAW@L"\(@@\(\?@==p =@$@ \(\6??^5?|?-V@ffffff?+ ?C$?1&x?bM?zG{555 ?$/?ȴ9Xb@`A7@@zG{@E@Bٙw@ Q?bM@Vt@ hr Ĝ@Q@7U\(@#>#?#?#@#@#A#A#B#B#C#C#D#D#E#E#F#F#G#G#H#H#I#I#J#J#K#K#L#L#M#M#N#N#O#O#P#P#Q#Q#R#R#S#S#V#V#X#X#Z#Z#\#\#^#^#_#_#`#`#a#a#c#c#d#d#e#e#f#f#g#g#h#h#i#i#j#j#k#k#l#l#n#n#o#o#p#p#q#q#r#r#s#s#t#t#u#u#v#v#w#w#y#y#z#z#{#{#|#|#}#}#~#~################################################################## I4e /CEREALS Ready-to-eat,KASHI GOLEAN BY KELLOGG@@:?ffffff :@3 ?ffffff? I^5@tj~?\(?9XbM@  I^5?zG?ԋC%@@@a?333333@?ٙ?ٙ?񙙙Breakfast CerealsJ4q /CEREALS Ready-to-eat,QUAKER,MOTHER'S HONEY ROUNDUP@~@\(@(\)@UGz@@A =p?QR@K?zG{?333333?p =q? =p ?? =p?=p =?Q?QR?Q?=p =Breakfast Cereals!K4a /CEREALS Ready-to-eat,QUAKER,HONEY NUT OATS@@(\)@ 333333@ (\)@U!R@333333@CQR@1zG?%@-u\(?333333?Q@7?zG?Q@3fffff? =p?\(\?(\)? =p ?ffffffBreakfast Cereals L4s /CEREALS Ready-to-eat,QUAKER,HONEY CRISP CORN FLAKES@v@Q? =p@zG@V4zG@/Ye?У =p??Q2??\(@0\)?Q?\(M ?? =p ?zG{Breakfast CerealsfM4y /CEREALS Ready-to-eat,GENERAL MILLS,Frosted CORN FLAKES?p =q?ٙ?zG{\,@)7w+?Q?\(\@,?Gz @333333 00?əBreakfast Cereals#N4a /CEREALS Ready-to-eat,GENERAL MILLS,HARMONY@ =pm @@\(OC@0ffffff,@+333333?\(?vȴ9X@57@ =p?@2333333?Q@ffffff@8=p ??? I^5??;dZBreakfast Cereals uO5  /CEREALS Ready-to-eat,GENERAL MILLS,TOTAL BROWN SUGAR and OAT@S@@ffffff@'@S33333 <5|2?$/@zG@P@@fffff@zG5?Breakfast Cereals@P5 /CEREALS Ready-to-eat,QUAKER,CRANBERRY MACADAMIA NUT Cereal@ =p @\(@# =p@(\)@S>Q@zG@ffffff@@ٙ@!333333Y,?Gz@(\)??Q?Q@#Q??ffffff5 W?Gz? =p?Q?zG.1 packetBreakfast CerealsZ[5 /CERLS,QUKR,Instant OTML,DNSR EGS with "DNSR Beans",BRN SGR Cinnamon,DRY@(\)@zG@Gz@Q@Rfffff@ffffff'@zGN?? =p @p =q?Q?zG@!?ٙ?(\)?׮zG?ffffff@  I^5?QR?\(\21 packetBreakfast Cereals RRR?5%OPORK,Fresh,LOIN,Center RIB (ROASTS),BONE-IN,Lean only and FAT,Cooked,Roasted@KQ@;nzG@.\(?(\)?zG.@zG{?l?zG{)?333333?+ I^?333333@vȴ9X?E?Լj~#?Q@zG@Q?zG{I1 piece, cooked, excluding refuseU3 oz$PorkT@5=PORK,Fresh,LOIN,Center RIB (CHOPS OR ROASTS),BONE-IN,Lean only,RAW@QQ@6(\@ =p ?QR-?=p =?-V?zG{@@?333333?"`A?bM@B\(?tj~?އ+ I??QR@\(@zG?7@|Y1 lbV1 chop, excluding refuse+Pork NNUA5=PORK,Fresh,LOIN,Center RIB (CHOPS),BONE-IN,Lean only,Cooked,Braised@NtzG@\(@#zG{? =p?=p =A@ =p ?Q?zG{@Gfffff?333333?;dZ?/w@ I^?+ I?zG?QR?ҏ\(@ zG@? =pQU3 ozC1 chop, excluding refuse)Pork cQC5OPORK,Fresh,LOIN,Center RIB (ROASTS),BONE-IN,Lean only,Cooked,Roasted@Mb\(@=p =@ =p?\(?\(b-@zG{?bM?+ I@H?ٙ?r ě?+@kQ?◍O;d?ٙ ?ᙙ@\(@ Gz?޸QN1 piece, cooked, excluding refuseU3 ozPork:V4kPORK,Fresh,Shoulder,Whole,Lean only and FAT,RAW@PGz@1.zG@1p =?(\)?.A@?$/?+ I@9?ffffff?C%?љ@lD? I^5?E?zG?QR@\(@ Q?QG@.4a' !SALSIFY,Cooked,Boiled,Drained,without SALTQD@ =p?\(?zG@.Q@@333333/?ᙙ8?333333?Q?Gz?333333@ffffff?1&y?$/?+ J?ѩlD?lC?QR?333333?E?htj~?l1 cup, slicedVegetables@/4U!SAUERKRAUT,Canned,Solids and LIQUIDS@W!Gz?Q?Q@333333@Q@?zG{?Q ?QR?tj~?S?333333@-ffffff?$/?+ I?M?+? =p?@L'?Q?vȴ9?;dZ1 cup1 cupVegetables24- !SEAWEED,AGAR,RAW@VzG?GzH?Q?\(@??Q6?\(C ?\(?;dZ?;dZ?ffffff?tzG{?+ I?(\)?S?bMUUU? =p@ffffff?xtj~?htj~?zG{ 2 tbspVegetables %447 !SEAWEED,IRISHMOSS,RAW@TU\(1?(\)?zG{@@(zG??QH@!?C?333333?nO?׮zG?ffffff?Q?m?"`?Ƈ+ I?lDv? =p@PG?`A7L?Q?(\) 2 tbspVegetables54- !SEAWEED,KELP,RAW@TeQ+?Gz?Q@p =q@## =p??333333@y*Y?zG? =p?ə?ffffff??333333?zG?C%?`bMt? =pBF?ϝ-V?+ J?bM 2 tbspVegetables64/!SEAWEED,LAVER,RAW@UAR#@=p =?Q@(\)@p =q?333333?\(\F?:d0??`A7L?-V?ffffff'?+ J?܋C%?Q?1&y?Z1'R 1?;dZ??(\)10 sheets 2 tbspVegetables 33B743!SESBANIA FLOWER,RAW@VQ?zG{?zG{?QR@Q?Gz ?I??|hs?j~#?ۅQfff1 flower1 cupVegetablesP84c !SESBANIA FLOWER,Cooked,Steamed,without SALT@WS33333?=p =??Q@Q?Q k ?ffffff%?tj~?tj?999h1 cupVegetables:41 !SOYBEANS,GREEN,RAW@P@)fffff@333333?333333@&@@ ffffffAl?zG?bM?$/?? =p?ffffff?ffffff?`A7? =p?&x?C%@ 1 cup/Vegetables$;4o !SOYBEANS,Green,Cooked,Boiled,Drained,without SALT@Q&fffff@(33333@?@&@@<?Q?E?bM?ffffff?У =p? =p??bM?Qooo?zG?XbM@+ J1 cupVegetables {{'<4Q!!SOYBEANS,MATURE SEEDS,SPROUTED,RAW@QC33333z@*.zG@?p =q@## =p?񙙙C@H?Q?S?vȴ9X?333333@.?\(?5?|h?^5?|?^5?|?Ƈ+ I ?^5?|?I^5?}@C$#.5 cup 10 sproutsVegetables9=4g !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,Steamed@SQ@ =q@?񙙙@Q?陙?ۅQ;?\(<c ? =p?Q?Q?333333@ ?=p =?"`A?xF?Ƨ-?GzPPP(?Gz! ?vȴ9X?$/@vȴ^1 cupVegetables>4m !SOYBEANS,MATURE SEEDS,SPROUTED,Cooked,STIR-FRIED@P}@*333333@ffffff@ @"?陙R?ٙ`7@?/w? ěT?333333 ?Gz?QR?񙙙?"`?Ł$/?Q?vȴ9X@ 7KƧVegetables aa&A4#!SPINACH,RAW@Vٙ@Gz?\(?Q@ =p @?Gzc@zGO1.O?\(? =p?9XbN@<?+?1&x?+ I^? =p?\($@=p =@~.fffff/? ěT?zG{?Q1 cupT1 bunchVegetablesFB4c !SPINACH,Cooked,Boiled,Drained,without SALT@Vp =@\(?У =p?\(@@333333?ۅQ@ \(W8F?QR?E?Q?@#?QR?5?|h?\(\?\(?"`( @ =p@~ٙ,,?$/?|1&y?S1 cupVegetables'C4i !SPINACH,Canned,Regular Pack,Solids and LIQUIDS@WNzG@Gz?׮zG?zG@\(\?S?GzH8 ??Gz?-V?ߍO;dZ?333333@+?nO;?"`A?XbM?tj~?zG{::: B?Q?zG{? =p1 cupVegetables R4E4G !SPINACH,Canned,Drained Solids@VR@zG{??(\)@ 333333@333333?ٙ@ffffffL,Z?p =q? =p ?vȴ?ffffff@,?bM?lD?E?bM?bbb&I? =p @|ٙ)O?j~#?1&y?n1 cupVegetablesHG4_!SPINACH,Frozen,Chopped OR LEAF,Unprepared@V\@Q??zG{@QR@? =p@=p =I4tJ??tj?ȴ9Xb@@8L?"`A?Ͳ-V?E?|hr?zG{-J@333333@w{1k?Ұ ě??|hs1 cup1 packageVegetables^H5!SPINACH,Frozen,Chopped OR LEAF,Cooked,Boiled,Drained,without SALT@V<(\ @ =p ??=p =@ =p@ ?QR?\(\R2.a?\(\?ěS?l@@?+?Ƈ+ I?tj?333333?hr Ĝyyy/[@ QR@噙E=J?KƧ?˅Q1 package_.5 cupVegetablesofCflrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|SUX[^adg j m p,s-u.x/{0~2345 T UVWXYZ![&\)x,y/z2{5|8};~?BFILORU\dgmux'47>ADLRUX_bglpuz !"!$'%*&-'d(z)|)X]dJMPSVY\_foz}  !"#!$$ OO1K4e' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,RAW@W?zG?θQ?\(@(\)?ffffff?޸Q ?ҏ\(?1&?tj?ə@ ?vȴ9?tj?Vu?1&?lCZ"?+ J?nO;?1 cup, slicedVegetablesxL5#')!SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Cooked,Boiled,Drained,without SALT@Wl?Q? =p? =p@=p =?ffffff?=p =?׮zG?(\)? ěT? =p?ə@?+ J?+ J?j~"?7KƧ?bM?Q@b;?bM?O;dZ?ěS1 cup, slicedZ.5 cup, slicesVegetables JJtO5!%'!SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Canned,Drained,SOLID,without SALT@X\( ?Q?Q?zG{@zG?ffffff? =p ?Q `?ҏ\(?zG{?E?ə@?bM?S?n?tj~?$/ f?Q@ffffff=?Q?tzG{?vȴ9X1 cup, diced1 cup, mashedVegetables:Q5' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Unprepared@Wj=p ?\(?Q?\(@333333?333333?޸Q#?׮zG?\(?ļj~#?ə@?zG{?tj~?ٙ?+ I?+ I ?-V?+ I?Q1 cup, slicesVegetables O (08@HPX`hpx (08@HPX`hpx-u-u-x-x-y-y-z-z-{-{-|-|-}-}------------------------------------------------------------------------------------------------------------------------------------------------  pR51' !SQUASH,Summer,CROOKNECK and STRAIGHTNECK,Frozen,Cooked,Boiled,Drained,without SALT@W\(?zG{?ə?zG@(\)?ffffff@ =p? =p)?\(? ě?E?333333@333333?nO;?bM?(\)?1&?XbM ?Q@x?zG{?Q?E1 cup, slicesVegetablesS4?' !SQUASH,SUMMER,SCALLOP,RAW@WQ?333333?ə?\(@Q?ٙ$?ҏ\(?1&?tj?ə?Q?Q?333333?1&?lCn?E?Q?$/1 cup, slicesVegetables\T4}''!SQUASH,Summer,SCALLOP,Cooked,Boiled,Drained,without SALT_?zG{?\(?@ ffffff?ffffff?ffffff?Q?θQ??|hs?bM?ə@%?1&??ݲ-V?9XbM?\(U?Q@ 3?Q?vȴ9?nO;1 cup, mashed1 cup, slicedVegetables 9}4{%SESAME Seed Kernels,Toasted,without SALT (Decorticated)7@0\(0@: =p @0fffff?޸Q@QZ'@$u\(?O;dZ?E?333333?GzH?m@n?\(?° ě```B?(@S@2 n@5 lD1 cup@O?QR?;dZ?dZ1?1&y?5?|h?;dZ?Gz?`A7LWWW'@`A7@.7+@bM@+Q? =p @KS33333+?\(\ng?zG{?O;dZ?S?° ě?öE@Vu?n?tjrrr3@bM@3(\@@n@@.Q@G,@@@XQ@ =p -5@ffffff@\(?nO;@'ffffff?ə?ə?ffffff?xF?bMEEE?p =q@AY@"PbM@;Q&x@XbM1 cup, halves and whole@!3333331 tbspNuts & Seeds^64U%'%CASHEW NUTS,OIL Roasted,without SALT@ =pD@0 =p@G\(@=p =@=޸Q@ ffffff@ =p +@333333x @ffffff@XbM? ě@4L?333333?;dZ?lC?Ƨ-?(\)?Ԭ1&y?p =q@AY@ j~@9I^5?@!O;d@`"\(1 cup, whole@` =p1 cup, halvesNuts & Seeds0745 %NUTS,CASHEW NUTS,RAW@)@28Q@E@QR@>0 =q@ ffffff@ =p%@Q$Q @Q@\(?zG{@3fffff??nO?-V?E?S?ڰ ě?@A @!o@71&y@aGz@4; %CHESTNUTS,CHINESE,DRIED@!k@GzH?\(@zG@S =q@QR?\(?Gz@+@M@?У =p?n??/w?O;dZnnnH?$/?=p =?E@>>?333333?\(?웥S1 cup@xQ @#fffff]4@ffffff?Gz@ =p@1fffff??陙?Q@%u\(?p =q?Q] {&%?ۅQ??Q?S?\()1 packetBreakfast CerealsYb4y /CEREALS,QUAKER,Instant OATMEAL EXPRESS,Baked Apple,DRY@ffffffo@ # =p@zG{@ (\)@S[Q@333333@AH\)@QRR /N?Q?(\)@ffffff@133333?陙?Q?zG@ GzH??Qdc?ٙ@?7KƧ??Q61 cupBreakfast Cereals ..Uc4} /CEREALS,QUAKER,Instant OATMEAL EXPRESS Cinnamon ROLL,DRY@zGs@!33333@(\)@\(@S\(@@>p =@QR[;@zG{?Gz@@6?ə?Q?zG@ L?zG?Qdd?(\)@v?p =q?zG?Breakfast Cerealsud5 /CEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,VANILLA Cinnamon,DRY@Gzk@'kQ@@zG{@RR@333333@=p =qb@.(\YA~@ =p?У =p@@6??\(\?\(@#\(?(\)?\(\V?6@p =q @'@?hr ?zG?\(-1 packetBreakfast Cereals $$ke5 /CEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,GLDN BRWN SGR,DRY@zGk@'333333@Gz@\(@Q陙@ffffff@;\(O@..zGaD:@\(?@\(@633333?Q?Q@#Q?(\)?QO8)@\( W@&@?"`B?zG?=p =.1 packetBreakfast Cerealsif5 /CEREALS,QUAKER,Instant OATMEAL,Nutrition FOR WOMEN,Apple SPICE,DRY@\(h@%# =p@Q@Gz@R =q@"N@.# =pM$?GzH?У =p@ =p@4333333?陙?Q?Q@#?=p =?QN7(@Gz T@&zG@333333?Vt?\(?(\)/1 packetBreakfast Cereals VVQg5 /CEREALS,QUAKER,Instant OATMEAL,Cinnamon SPICE,Prepared with BOILING H2O@Rs33333k@333333?\(?Q@5Q?@" =pE@GzHTF?Q?bM??x?˅Q@QR? ěT?$/6/V?Q??hr!?S?ش9XbNBreakfast CerealsQh5 /CLS,QKR,INSTOAT,DIN EGSwith DINBNS,BRNSGRCINN,PRP with BOIL H2O@R33333w@=p =@\(?zG@6\(?333333@'# =pC@NA? =p?-V?nO@?Ƈ+ I?n@+ ?vȴ9X?д9XbN4-T?(\)?333333?vȴ9?/w?"`Breakfast Cereals FFUi5 /CEREALS,QUAKER,Instant OATMEAL,FRENCH VANILLA,Prepared with BOIL H2O@RQf@GzH?\(?\(\@4(\)?@QF@TF?Q?bM?`A7L@ffffff?KƧ?(\)@9XbN?bM?hr Ĝ70X?Q??Vt?$/?$/Breakfast Cereals]j5 /CEREALS,QUAKER,Instant OATMEAL,Baked Apple,Prepared with BOILING H2O@SGz`@(\)?\(?=p =@3s33333?@!\(@FL?zG?;dZ?Z1'@?ə?+?̋C%@tj?/v?n82Z??333333?QR?ؓtj~?ԋC%Breakfast Cereals OOVk5 /CEREALS,QUAKR,Instant OATMEAL,TREASURE HUNT,Prepared with BOILING H2O@RaRl@Q??Q@5ٙ?@$=p A@QRL??QR?1&y?^5?|@?S?˥S@S?-V?+ J6/V?(\)?񙙙?hr!?܋C%?և+ IBreakfast CerealsSl5 /CEREALS,QUAKER,Instant OATMEAL,HONEY NUT,Prepared with BOILING H2O@RGzk@\(@ =p?ffffff@3QR?333333@GzC@SG?Q?9XbM?I^5?}@?ffffff?Gz@ěS?bM?ЃnP4.T? =p ??ӕ$/?=p =?SBreakfast Cereals //j7]4ePORK,Fresh,Shoulder,ARM PICNIC,Lean only,RAW@RHQ@3@ =p?(\)? =p UR@Gz?E?vȴ9@>333333??+?ӕ$/@nP?E?\(\?\(\?\(@ =p @=p =?QA@vȴ9X?GzH?p =q?(\)?QR@Gz@ =p ?(\)V1 piece, cooked, excluding refuseU3 ozPork NNUd5?PORK,Fresh,Shoulder,BLADE,BOSTON (ROASTS OR STEAKS),Lean only,RAW@R (\@3^Q?QR?VF@ =p ?tj~?tj~@L?Q/?@]@ffffff?-V?1&y@B33333?1&?r ě@fffff??ffffff?GzH ?\(@&=p =@*\(@ =py1 piece, cooked, excluding refuseU3 oz&Porkbm5'OPORK,Fresh,Composite OF Retail CUTS (LEG,LOIN, and Shoulder),Lean only,Cooked@N'zH@=EQ@#QR?Gz?񙙙w;@\(?;dZ?nO;-?333333?nO?zG@ ě?S?Ƨ-?? =p @ GzH@ffffff?V1 piece, cooked, excluding refuseU3 ozPork3p5PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAW@S =p@$\(@"kQ?zG ?x?QR?θQ?bM@/@+? =p?љ@@ffffff?QR@Q@o?C%?/w@w5PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,HEART,RAW@S p =v@1EQ@p =q?Gz?GzH@Q&8@ffffff?1&? ěT@$@333333?㝲-V?\(@\(@Q?\(@QR?\(?QR?Q@>g%]4C% !SQUASH,Winter,BUTTERNUT,RAW@U=p -??陙@'aGz@0?ffffff"!`?333333?nO;?"`B???zG{?333333?ٙ?öE)? =p ?񙙙B ?$/?|1&y?$/1 cup, cubesVegetablesA^4o% !SQUASH,Winter,BUTTERNUT,Cooked,Baked,without SALT@U33333(?? =p ? =p @$G{?Q)?333333? =p? =p?tj?@.333333?nO;?hr Ĝ? I^5?"`?vȴ9X+.? =pj ,?tj~?|1&y?tj~1 cup, cubesVegetablesP_4_!SQUASH,Winter,BUTTERNUT,Frozen,Unprepared@T9?(\)??zG@,R?@ =p?(\)?\(?1&?Ͼvȴ9X?ffffff@? =p ?5?|h?zG?I^5?}?(\)??ffffffxp?$/?|1&y?$/T1 package1 packageVegetables 1`4' !SQUASH,Winter,BUTTERNUT,Frozen,Cooked,Boiled,without SALT@U33333'?zG?Q?Q@$?\( ?Q?nO;?$/?@ ??+?ݲ-V?öE?lD ?1&y?tzG{?-V1 cup, mashedVegetables}a4?% !SQUASH,WINTER,HUBBARD,RAWX(??陙@!ffffff?ٙ@? =p?bM?x? ?Q?zG{??ٙ?öEWD4?^5?|?nO;? I^5t1 cup, cubes$Vegetables&b4k% !SQUASH,Winter,HUBBARD,Cooked,Baked,without SALT@UFfffff2@ =p? =p?zG@%Q?zGf?333333? =p ?\(?333333@#?l?bM?"`B?ܛS?tj.?bM?O;dZ?У =p1 cup, cubesVegetables AAOc4{' !SQUASH,Winter,HUBBARD,Cooked,Boiled,Mashed,without SALT@Vfffff?zG?׮zG?Gz@ =p@333333@p =q ?Q ??bM? ěT?333333@?$/?1&y?`A7K? I^5?^5?| ?Q[?tj~?1&y?+1 cup, mashedVegetablesd4C% !SQUASH,Winter,SPAGHETTI,RAW@Vfffff?zG{?=p =?Q@ =p? =p l?QR?l??333333@?l?nO;?ffffff? =p ?"`B 2?E?$/?ΗO;de1 cup, cubesVegetablesVe5 !SQUASH,Winter,SPAGHETTI,Cooked,Boiled,Drained,OR Baked,without SALT@W33333?Q?У =p?zG{@ =p?ffffff@=p =?\( u?ə?Q?lC?333333@ ?tj~?+ I?Q?ָQ?XbMn?Q?陙;?vȴ9X?+ I? ěT1 cupVegetables g4I !SUCCOTASH,(CORN and LIMAS),RAW@RFfffffc@Q?QR?(\)@3 =p@ffffff?GzH0qq?Q?+?tj?333333@.333333?ʟvȴ9?E?dZ1?bM? =p((($?QR?XbM?KƧVegetables5h5 !SUCCOTASH,(CORN and LIMAS),Cooked,Boiled,Drained,without SALT@QzHs@GzH?陙?=p =@8aGz@?QR5u?(\)?x?蛥S?333333@ ffffff?Ł$/?tj~?;dZ?$/?-V!!!&?l? =p?bM1 cupVegetables(i4{ !SUCCOTASH,(CORN and LIMAS),Canned,with Cream STYLE CORN@SG{M@Q?GzH? =p@1(\ ?ᙙ;?ۅQ?ȴ9Xb? =p?333333@?S? =p?lC?lC?bM,,,?"`B?Gz?У =p 1 cupVegetables //wDk5# !SUCCOTASH,(CORN and LIMAS),Canned,with Whole KERNEL CORN,Solids and LIQUIDS@T}p =?@?\(\?Q@+\(@ ?\(7??lC?lC?333333@ffffff?-V?-V?zG{?Ƨ-?+ J ?O;dZ?tj~?5?|h1 cupVegetables'm4e!SUCCOTASH,(CORN and LIMAS),Frozen,Unprepared@R =p]@=p =?zG{?@3 =q?zGN'-?zG? ěT?Gz?333333@!?E?nO;??ЃnP?*** ??|hs?$/?S1 cup1 packageVegetablesZn5 !SUCCOTASH,(CORN and LIMAS),Frozen,Cooked,Boiled,Drained,without SALT@Rfffff]@=p =?zG{?@333333@ffffff@zG?zG{F -??Q?Q?333333@?l?hr Ĝ?`A7L?Ͳ-V?QR!!! ? =p @ R=m??|hs?$/?S1 cupVegetables  o4O)!SWAMP CABBAGE,(SKUNK CABBAGE),RAW@WzG@?ə?@ Q@M?QG'8q? =p ?O;dZ?zG{?7?Q??? I^5??tj~999;81 cup, chopped 1 shootVegetables)p4m) !SWAMP CABBAGE,Cooked,Boiled,Drained,without SALT@W;Q@ =p?θQ?@ zG?ffffff6?Q*z?zG{?$/?M???zG{?? ěT?j~####P?+?|1&y?b1 cup, choppedVegetablesq4;)!SWEET POTATO LEAVES,RAW@Up =#?333333?\(@Q%?(\)=^ ?ҏ\(?l?bM? ?+?zG?zG??QRPPP? =p?tj~?&x#1 cup, chopped1 leafVegetables !!jEr4m !SWEET POTATO LEAVES,Cooked,Steamed,without SALT@V-p ="@\(?333333?@GzH?ffffff@zG?333333=< ?У =p?`A7L?O;dZ???1&y?+ J? I^5??ə?zG{111.?Q@[&fffff& I? =p?tj~?&x@1 cupVegetables@s4C%'!SWEET POTATO,RAW,Unprepared@SQRV?Q??zG@4Q@Q?Q/Q7?333333?S?ЃnP?333333@333333?+?;dZ?m?陙?n 7k?У =p?!=?nO;?PbM?1&y1 cup, cubes1 sweetpotatoVegetablesNt4k!SWEET POTATO,Cooked,Baked IN Skin,without SALT@RRZ@zG?333333?@4\(@ ffffff@ Gz&?zG6$?zG{?ěS?+?ə@3?dZ1?"`A?n?I^5?}?MK?Q@ffffff+,?vȴ9?`bM?tj~1 cup1 largeVegetables ^^Hv4]'!SWEET POTATO,Cooked,Boiled,without Skin@TQL?Q?Q?(\)@1Q@@\(? =p  ?ə?bM?$/?ə@)?1&y?bM?7KƧ?◍O;d?Q=|?zG@$?zG{?zG{H1 cup, mashed1 mediumVegetables7x4K''!SWEET POTATO,Canned,VACUUM Pack@SR[?ffffff?ə@5Q??zG{185? =p ?n?Q?ffffff@:ffffff?l?/v?E?j~#?QR/@?tj?bM?ȴ9Xb1 cup, mashed1 cup, piecesVegetablesz4A!SWEET POTATO,Canned,Mashed@RxQe?zG?ə?@70 =q?333333?GzH4K?Gz?n?-V?陙@?S? =p ?\(?bM?zG ?tj?bM?ȴ9Xb1 cup1 canVegetables tt E4W %CHESTNUTS,EUROPEAN,Boiled and Steamed@Q ?zG?Q@;\(.?zG6c??5?|h?S@:33333?l?vȴ9?dZ1?9XbM?m&&&?У =p?vȴ9X?p =q@ěT??A7Kƨ1 cup1 tbspNuts & SeedsTT4}%COCONUT Cream,Canned (Liquid EXPRESSED FROM GRATED MEAT)@Q@Q@1Q?zG{@ 33333@@?QRe2?333333?5?|h?zG@??+ I?zG{?tj~?/w?-V? =p?@/mV? ěT?E(1 cup1 tbspNuts & SeedsSU5%COCONUT MILK,RAW (Liquid EXPRESSED FROM GRATED MEAT and H2O)@PzH@QR@7 =p? =p @(\)@@ Q?=p =%d?p =q?$/?O;dZ@@ffffff?vȴ9?QR?lC?`A7L?333333?@5# =p?9XbM?д9XbN1 cup1 tbspNuts & Seeds ff"V5 %COCONUT MILK,Canned (Liquid EXPRESSED FROM GRATED MEAT and H2O)@R8Q@(\)@5TzG? =p @zG{@ ffffff.` ?Q?̋C%?tj~?+ I?bM?Õ$/?1&y@2=p ?$/?m1 cup1 tbspNuts & Seeds)W4Q%COCONUT H2O (Liquid FROM COCONUTS)@W\(? =p ?ə?\(@ zG?񙙙@Gz?ҏ\(i??zG{?-V@333333?Q?/v?zG{?tj?bM?Ƈ+ I?bM?`bM1 cup1 tbspNuts & SeedsCX47)'%HAZELNUTS OR FILBERTS@=p =t@-fffff@N`@QR@033333@#ffffff@\(\r@"@?@33333@333333@333333?tj~?hr!??`A7K?tjqqq@.\(@,ffffff \@"`B@Ftj~@zGs1 cup, choppedK1 cup, ground6Nuts & Seeds Y4I %HAZELNUTS OR FILBERTS,BLANCHED@(\)u@+ffffff@N33333@Gz @ Q@ ffffff6@?@)L@ffffff?ffffff?(\)??zG?QNNN(@1@V@Htj@;dZ@vȴ9X?+?θQSSS@!s33333@?R@*+ 1 cup@!1 tbspNuts & Seeds2j4s%MIXED NUTS,OIL Roasted,without Peanuts,without SALT@ 333333g@/ =p @L\(@Q@6EQ@j@\( @ =p?Q?n?? ěT?vȴ?lC?ȴ9Xb? =p 888@",C@@7Kƨ@&S1 cup@@Q? =p @V??333333?333333?? =p?7KƧ@!fx@7Q@6ȴ9X@@E@D|(\@7$/n1 cup@s45%NUTS,PINE NUTS,DRIED@=p =@+aGz@QzH@Q@*(\)@ @ Q@Q?U@?/v@!vȴ?ffffff?陙?KƧ?Vu@I^5??1&x?bM"""@"\)@J33333 @tj@2Õ$@A + @`\(1 cup@5 PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,STOMACH,RAW@R`@0ٙ@$GzH?(\) ?(\) K??šo?tj~@??1&?ɺ^5?|@ =p?Q?hr Ĝ?333333?zG{@@ Q?C%@?"`B?`A7L@&2 ě?j~#?Vt?zG% ? =p?@+z^5?|@2Q@1&xn@ =p 1 slice, cooked@=B\(1 slice, rawPork uu4cPORK,CURED,Breakfast STRIPS,RAW OR Unheated@GzG@'zG{@BzG?ffffff?zG ?\(? ěT?Q@;333333?ffffff? =p @ 333333?vȴ9X?Gz?zG@)R@0=p @333333ET1 packageD3 slicesPork24Q-PORK,CURED,Breakfast STRIPS,Cooked@:zG@<33333@BY@zG{??Q 3@ p =q?Õ$/?+ I@833333?畁$/?׍O;dZ@^5?|?$/?\(?QR?@)=p @0ffffff@i1 package"3 slices, cookedPork04]PORK,CURED,CANADIAN-STYLE BACON,Unheated@PQ@4 =p@Gz@QR?Gz?\(X?=p =? =p ?O;dZ?1&x?tj@C? =p?\(?p =q?Gz@\(@ 333333?(\)21 package@LY2 slicesPork NN64[PORK,CURED,CANADIAN-STYLE BACON,GRILLED@Nٙ@8=p =@ Gz@zG? ?=p =( ?333333?S?S@833333?^5?|?7KƧ@\)? =p??\(?\(@Q@(\)?Q:1 package@G@2 slicesPork)4;PORK,CURED,FEET,PICKLED@Q'zH@+ =p @0# =p?333333?zG{?333333 ? =p"? =p??hr Ĝ@?|1&y?$/?lC?tj?QR? =p?zG{@GzH@GzH?`A7LP@1 cupU3 ozPork<4{PORK,CURED,HAM,Center SLICE,COUNTRY-STYLE,Lean only,RAW@K =p@;@ =p@?333333 ?\(> @zG{?S?tj~@9?$/?"`@ I^5??ٺ^5?|?Gz?(\)?Q@=p =@hr ? =p F@ٙ@ffffff?333333 ?\( e'?ffffff??+ I@5?ffffff?ǮzG@ \(?ěS?zG{?ffffff?p =q@&.zG@-W =p@ =pH@M1 patty, cooked1 unit, cookedPork bb.%4yPORK,CURED,HAM,STEAK,Boneless,Extra Lean only,Unheated@R\(z@3\(@@E@(\)?zG{?l@/@@&fffff?陙?ə@QR? =p?׮zG?GzH? =p ?\(\?zG-@1 cupU3 ozPork .(4[PORK,CURED,HAM,Whole,Lean only,Unheated@Q =q@6QR@ =p@ GzH??Qs@QR?9XbM?Q@2?m?hr!@ I^5?7KƧ?\(? =p?ə?Q@\(?Q41 cup@>M4_!TOMATO PRODUCTS,Canned,PASTE,without SALT@R`R@GzH?zG@ffffff@2\)@@$R$@ =p*Sb?(\)?\(\?S@333333@5fffff?Q?Õ$/@S?-V?˥S L@333333@&p\??&x?zG{1 cup@0ffffff1 tbspVegetablesE4_!TOMATO PRODUCTS,Canned,PUREE,without SALT@UQ&?ffffff?Gz?zG{@!\(?ffffff@QR?zG{(? =p ?^5?|?šo?ffffff@%333333??zG{?tj~?(\)? ěT ?Q@ 3333332T?$/?O;dZ? ěT1 cup61 canVegetables$4' !TOMATO POWDER@zG{.@)R?(\)@!R@RQ@0@E33333@=p ='?\(\?"`B?7KƧ@333333@],?7KƧ?Z1'@"Dtj@zG??|hsxxxC_^@(@Hffffff(lZ?vȴ9X?`A7L?xVegetables %4E !TOMATO PRODUCTS,Canned,Sauce@VDzG ?Q?θQ@zG{?@ ?QRK ?ə?E?dZ1?ə?tj~?`A7L?333333?Ƨ-?E \@ =p@ffffff;0?hr Ĝ?l?+ J1 cupVegetablesB4c !TOMATO PRODUCTS,Canned,Sauce,with MUSHROOMS@UzG#?333333? =p@(\)@ (\?@Q ?zG{ |?Gz?xF?bM?ə@(?nO;?S?=p =?|hr?$/ 0@QR@=A%?hr Ĝ?zG{?1 cupVegetables  !4] !TOMATO PRODUCTS,Canned,Sauce,with ONIONS@U\(*?\(?QR@zG@#Gz??\(''?p =q?+ I^?C$?陙@)ffffff? ě?$/?;dZ?׍O;dZ?+ JR+?Q?1&y?E1 cupVegetables)#4q!TOMATO PRODUCTS,Canned,Sauce,with HERBS and Cheese@TۅQ;@ =p ?Gz@(\)@$zG{@%? =p6d? =p ?E?bM? ?tj~?vȴ9X?XbM?љ?tj~1?bM?QR?ffffffz.5 cup1 canVegetables D{4+)'%WALNUTS,ENGLISH@GzH@.u\(@PMp =?zG{@+kQ@@Gzb@GzHZ@Q?`A7K@ O;dZ@??m?333333??=p =?/vbbb?ffffff@ @$/@!ݲ-V@GE@]E\(1 cup, choppedP1 cup, ground7Nuts & Seeds ~4= %BREADFRUIT SEEDS,ROASTED@Hٙ@@?@D V?>:?zG{?"`A?/w@ffffff?=p =?θQ@?$/?Gz;;;&?S?tj? I^5@@ \(\@ ěT@! ě@1 cup@ǮzH@B@ffffff@:Q@.W =pi')@%W =p?QR?m@xF?M@*hr@lC?tj~E@ȴ9Xb@,Q@0B`A@@(GzH@ffffff@2fffff@M!Gza?(\):R\?333333?(\)?1&x@>33333?r ě?nO@033333?lC?`A7L___??/w?Ƨ-@/vJ1 cup@3>3?3?3@3@3A3A3B3B3E3E3H3H3K3K3L3L3M3M3N3N3Q3Q3T3T3W3W3X3X3Y3Y3Z3Z3[3[3\3\3]3]3^3^3_3_3`3`3a3a3b3b3c3c3d3d3e3e3f3f3m3m333333333333333333333333333333333333333333333333333333 #4M%ALMOND BUTTER,Plain,without SALTy@.(\)@M@ @58Q@ @ /  @ffffff?@E?ffffff?$/?O;dZ@?Гtj~?tj~AAA@hr Ĝ@C/;dZ@(1 cup1 tbspNuts & Seeds&4y%SESAME BUTTER,TAHINI,FROM RAW and STONE GROUND Kernels:@1\(0@:0 =q@"@zG`J@\(?S?O;dZ?+ I?QR@33333?5?|h?nObbbC@S@2 n@5 lD1 tbsp@@BEGJMPSVY\_acehpsvy}    #;Q=UVXZ]`bdfhknqs2 nnO]5 /CEREALS Ready-to-eat,KASHI,ORGANIC PROMISE STRWBRY FLD BY KLG\@"333333?ٙ?W@ @=ffffff?F#zr???ə 1 cupBreakfast CerealsC5 /CEREALS Ready-to-eat,KASHI,SEVEN IN THE MORNING BY KELLOGG @ffffff?333333Q@'ffffff)?333333?333333?:.5 cupBreakfast Cereals`4u /CEREALS Ready-to-eat,KELLOGG'S,DISNEY MUD and BUGS@ @@333333V4 &Vk4?ffffff?m?陙??3333331 cupBreakfast Cereals5 /CEREALS Ready-to-eat,KELLOGG'S,Cinnamon Marshmallow SCOOBY-DOO! Cereal@333333@ ?ffffffO@*!Gl@ffffff/?333333??J@6@ffffff@ffffff?333333Breakfast Cereals L5 /CEREALS Ready-to-eat,KASHI,ORGANIC PROMISE CRANBERRY SUNSHINE=@?񙙙X@#?ffffffG??陙?3333331 cupBreakfast Cereals8)4M;7ACEROLA,(WEST INDIAN CHERRY),RAW@V=p ?ٙ?333333?ə@\(?񙙙 ?ə ??tj?333333@6fffff?zG{?Q?ٙ?Ƨ-?nO;&?hr Ĝ?E? =p b1 cup@3333331 fruit, without refuseFruits & Fruit Juices1*4/7ACEROLA JUICE,RAW@W33333?ٙ?333333?ə@333333?333333@ ? a??tj?@?zG{?Q?ٙ?=p =?pbM? =p ?ffffff1?hr Ĝ?E? =p 1 cup@>3333331 fl ozFruits & Fruit Juices &&wM+45C'7APPLES,RAW,WITH SKIN@Uc =p4?У =p?\(?QR@+Q@333333@$ǮzH?Q k?zG{?S?Q@ffffff?hr Ĝ?vȴ9?KƧ?;dZ?E6? =p @ ?1&y?|1&y?1&}1 cup, quartered or choppedn1 cup, slicesFruits & Fruit Juices7,4;'7APPLES,RAW,WITHOUT SKIN@UG{0?GzH? =p?\(@)Q?@$333333?Q Z??vȴ9X?tj~?tj~?1&y?KƧ?-V?l&??333333 ?$/?tzG{?ln1 cup, slices1 mediumFruits & Fruit JuicesJ-4W' 7APPLES,RAW,without Skin,Cooked,Boiled@U^zG5?У =p? =p ?Q@+GzH@333333@&Q?QRX?zG{?Q?5?|h?333333?ə?bM?tj~?QR?O;dZ?+ I,??333333?-V?1&y?vȴ91 cup, slicesFruits & Fruit Juices N.4_' 7APPLES,RAW,without Skin,Cooked,MICROWAVE@U(Q8?Q?Gz?У =p@,R@ffffff@'8Q?\(]?zG{?O;dZ?-V?333333?333333?hr Ĝ?+ I?;dZ?O;dZ?O;dZ(??ffffff ?hr Ĝ?hr Ĝ?;dZ1 cup, slicesFruits & Fruit Juices ww-64oPORK,CURED,FAT (FROM HAM and ARM PICNIC),Unheated@?\(C@Q@NzG?QR? =p ?\(bi?陙?+ I?tzG{@?+ ?hr Ĝ?Q?p =q?Q?Q@6Q@=xQ@QD@5PORK,Fresh,Variety, varieties MEATS and BY-PRODUCTS,TAIL,RAW@Gfffffz@1@@??zG2]?@zG{?$/?+ I@?Gz?(\)@zG{?7KƧ?׮zG?(\)@'GzH@/@ p =qa@zG{@%?Q?3333339@QR?E?bM@Ffffff?333333?`A7?@1&x?lC?S?p =q?(\)@ @ffffff? =pMU3 oz?1 chop, excluding refusePork 66GF5PORK,CURED,HAM,Boneless,Extra Lean only and Regular,Unheated@PG{@2B\(@ ǮzH@@=p =?)@ffffff?ȴ9Xb?bM@0L?r ě?θQ@\(\?Vu?QR?陙?(\)@@Q?\(51 cup@@333333?&x?zG{@DL?333333? =p?E@9XbN?GzH?7KƧ? =p?ə@Gz@\(?333333[1 piece, cooked, excluding refuseU3 ozPorkP4_PORK,Fresh,BACKRIBS,Lean only and FAT,RAW@MR@0Q@7zG?Q ?QK@zG{?vȴ9X?|1&y?ə? ě?ЃnP@GzH? =p?GzH?=p = @!u\(@%L?\(\Q@vȴ9X?\(\? =p?(\)@zG{@ =p?QIU3 ozQ1 chop, excluding refusePorkHT5%=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only and FAT,Cooked,Broiled@J\(@;Gz@/Q?Q? =p>@zG?hr Ĝ?nO;,?333333? ě?333333@ǮzH?nO;?׾vȴ9X?p =q@(\)@ =p ? =pRU3 ozP1 chop, excluding refusePork YU5)=PORK,Fresh,LOIN,Center RIB (CHOPS),Boneless,Lean only and FAT,Cooked,PAN-FRIED@L+Q@9R@2 ?Gz ?\(\2@QR?&x?|1&y@D33333?-?1&x@8Q?"`A?+ ?Gz?ə@Gz@ =p@ =pIU3 ozK1 chop, excluding refusePork jUH5+OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@G:G{o@5G{@>=p =?GzH @:>@zG?tj~?vȴ9@6333333?Q?zG{@Q?p =q?θQ@\(@(aGz@*(\)?\(T1 piece, cooked, excluding refuseU3 ozBeefUK5+OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,Select,Cooked,Roasted@I\)K@6xQ@:(\?񙙙 @GzHC?@ =p?E?vȴ9@6L?Q?zG{@ 333333?θQ?θQ@\(@$G{@&\(?ffffffS1 piece, cooked, excluding refuseU3 ozBeef9L5BEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,RAW@JAGzV@0\(@>zG?GzH ?5@ zG{?/v?tj~@0?zG{?Q@ffffff?Q?\(@Q@(fffff@*u\(?QG@fffff1 fl ozBeverages  V5ALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 86 PROOF@O33333??zG{?zG{?$/?nO;?xtj~?pbM?vȴ9?PbM@;1 fl oz*1 jiggerBeverages*U5/ TEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,with Vitamin C,Powdered,Prepared@V"??@!?zG{?Q?bM?У =p? ?nO;?nO;?zG{?`bM?htj~?PbM?bM1 cupBeverages;T5TEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,with Vitamin C,Powdered?333333?333333?333333?񙙙@Xffffff?zG{ ??@Q?ffffffd?ə? I^5??(\)?+ I+++?l?+ I?KƧ1 cup@6333331 servingBeverages ::UY41 WINE,NON-ALCOHOLIC@X??ə?񙙙?񙙙 ?ٙ X?zG{?+ I?ə?zG{??zG{1 fl ozBeveragesbX4cCARBONATED Beverage,CHOCOLATE-FLAVORED SODA@VL*?@%ffffff@%ffffff?2X?zG{?vȴ9?nO;?1 fl oz1 canBeveragesW5ALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 90 PROOF@O ?zG{?zG{?$/?nO;?xtj~?pbM?vȴ9?PbM@;1 fl oz*1 jiggerBeverages 'D'45 -ANCHOVY,EUROPEAN,RAW@RWzH@4Y@\(\? =p @ )h?Q? I^5?Q@B@?(\)?bM@, I^5?? =p?M ? =p2?=p =??nP?x?1&xfffff??У =p@GzH?zG?\(@zG{?\(@(\)@ =p?zG[1 piece, cooked, excluding refuseU3 oz(Lamb, Veal & Game_ 5O/LAMB,Domestic,Shoulder,BLADE,Lean only,1/4"FAT,Choice,Cooked,Braised@HR @@,@0 =p?zG@O@ Q?bM?bM@BL?Q?(\)@Q?Q?Q@Q?ə@zG{@\(?\(\u1 piece, cooked, excluding refuseU3 oz*Lamb, Veal & Game >>Y#5)/LAMB,Domestic,CUBED FOR STEW OR KABOB (LEG and Shoulder),Lean only,1/4"FAT,RAW@Ro\(@45\(@Q?\( ?QRA@?"`?tj~@6? =p?θQ@?Q?zG{@ =p?(\)?=p =@ =p ?޸QA@\(@(\)? @\(}1@ffffff?1&y?1&y@ffffff?Q? =p @\(?׮zG? =p @?ə@Gz@?\(e1 piece, cooked, excluding refuseU3 oz;Lamb, Veal & Game 77Q25/LAMB,New Zealand,Imported,Frozen,LEG,Whole (SHK and SIRL),Lean only,RAW@RzH{@4ٙ@ffffff?=p =?Gz,@ffffff?vȴ9?tj~@ ?333333?Gz@zG??333333@?(\)?Q?\(\?QRI@5)/LAMB,New Zealand,Imported,Frozen,Shoulder,Whole (ARM and Boiled),Lean only,RAW@R8\)@4@@Q?񙙙?Gz/@ (\)?bM?tj~@ ?Q? =p @zG{?GzH?@ zG{@zG{@ =p?QG@4>4?4?4@4@4A4A4B4B4C4C4D4D4E4E4F4F4G4G4H4H4I4I4J4J YY?24?))CRACKERS,RYE,WAFERS,PLAINN@#333333?@ffffff@T@6fffff?(\)(@\(yN@ffffff?݁$/@vȴ9X@7??S?~"?KƧ?5?|h?XbM---?陙@?S?tj~?hr Ĝ=1 cup, crushed 1 crackerBaked ProductsD14i)CRACKERS,RYE,SANDWICH-TYPE with Cheese FILLING@ffffff@"ffffff@6L@333333@Nffffff@ @%SV?ffffff?tj~?QR@4?ٙ?㕁$/?ߝ-V@ \(?Q?tj~QA?QN@ ě@(xF@lC @,\(\.5 oz1 crackerBaked Products043)CRACKERS,RUSK TOAST@@+@?333333@R33333@\($?񙙙?\(\?tj@4?"`B?ى7KƧ@?\(\?bMW@g? =p ) ?tj@ =p @zG{N 1 rusk@,\(\.5 ozBaked Products QQJ54U-))CRACKERS,Standard SNACK-TYPE,Regular@ @@9L@ffffff=?? =px@ O?\(?C$?n@ffffff?1&?S@1&x?XbM?"`AZL@=p =@333333 @5?|h@%GzH@# =p>1 cup, bite sizeH1 cup, crushedBaked ProductsB44i))CRACKERS,SALTINES (Including OYSTER,SODA,SOUP)@Q@"p =q@&33333@ Q@Q=p ?QRD@\(e0?\(?nO?`A7L@$?QR?ܼj~#@"?+?+l?zG ?~"@tj?-VF1 cup, crushed-1 cupBaked Products34E)CRACKERS,RYE,WAFERS,SEASONED} @"ffffff@Rs33333@4fffff,@QRj3w@ffffff?߮zG@+@@@??9XbM?̋C%@n?"`B?QR444?O;d@ (\)@ /w@,\(\.5 oz1 crackerBaked Products !!p75 !)CRACKERS,Standard SNACK-TYPE,Sandwich,with Peanut BUTTER FILLING@p =q@& =q@8=p @p =q@M0 =q@ffffff@%Q@(\)7?zG?Լj~#?+ J@%?KƧ?XbM@tj~?vȴ9X?lV4"z?zG{@zG{@# @x@+O;dZ@Q'6 cracker@1 sandwichBaked Productse64)CRACKERS,Standard SNACK-TYPE,Sandwich,with Cheese FILLING@333333@"@5@Nٙ?ffffff@ p =q@Q$y? =p?E?ҏ\(@5??܋C%?S@ ěT?I^5?}?+ JdV?>?(\)@  @@& I^5@7KƧ@,\(\.5 oz1 crackerBaked Products MM9:4q)CRACKERS,WHEAT,Sandwich,with Peanut BUTTER FILLING@ 333333@+@:33333@@Jfffff@@\(\&[)'?=p =?(\)?nO;@5?`A7L?n@ I^5? I^5??7KƧF!%]@hr Ĝ@'1&x@!XbM@,\(\.5 oz1 crackerBaked Products994c)CRACKERS,WHEAT,Sandwich,with Cheese FILLING@ @#@ffffff@M@@\(6~2? =p?zG{?S@8L??x?S@ zG{?lC?д9XbN@-`?QG@tj@$E@"TE@,\(\.5 oz1 crackerBaked Products2849) )CRACKERS,WHEAT,REGULAR@@!333333@4@ffffff@P9@@*zG1@>??Z1'?~"@333333?(\)?hr!@bM?9XbN?hr Ĝuc?@#333333Q@E@&`A7L@^5?|S1 cup, crushedBaked Products 77W=4)CREAM PUFFS,Prepared FROM RECIPE,SHELL (Including ECLAIR)@D@j @9fffff?@6?陙?ۅQ$@(\) wa-?\(\?1&? I^5?^5?|? =p ?nO?+?3333335K?\( @zG{@8@e`A7L@&A7Kƨ@Q@DJPV\bhntz "(.4:@FLRX^djpv|D*E,F/G2I5J8K;L>MANE>L N T Y \_be  :;<>(?+@.A1B4C=D@EIgLhTiajlm n opq #).257:=@CEHJLOQSW\`ehknqsux{~    %&'(!)$*'+*,--0H4I7J:KMLdMsN|OP(Q*k@lBmanjoy ((uI5!OBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,Select,Cooked,Roasted@H33333J@7@9Gz @GzH6A@GzH?\(?1&y@533333?Q? =p @ zG?zG{?θQ@ =p@$ =p@&Q?QT!1 piece, cooked, excluding refuseU3 ozBeef4 5 BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,PRIME,RAW@IGzc@0&fffff@?\)?QR ?3333335@ ?/v?+ I@433333?zG{? =p@?333333? =p@zG@*p =q@+=p ?ffffffH@@\(?j~#?1&y@;33333?zG{? =p @ Q?zG{?333333@Q@* =p@,B\(?QU1 piece, cooked, excluding refuseU3 ozBeef  sO 5OBEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,PRIME,Cooked,Roasted@E33333@6R@@ٙ?Q @\(\0A@\(??|hs?vȴ9@@zG{?tj~?vȴ9@5?Q?\(@Q?Q?GzH@QR@-Q@.zG?\(\V1 piece, cooked, excluding refuseU3 ozBeef YYR5%OBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,1/8"FAT,PRIME,Cooked,Roasted@F>Q@6(\@@^Q?Q @ =p#@@Q?+ I?1&y@6?Q?QR@ 333333?׮zG?p =q@Q@+.zG@,zG?zGU1 piece, cooked, excluding refuseU3 ozBeefM5BEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/8"FAT,ALL Grades,RAW@Nfffff@3TzG@3\(??=p ='1@ =p? =p?zG{@5?Q?+@Ƨ?n?/w ?Gz?333333@ěS@ Rm?333333F@@3\(?zG{?ffffff)1@ =p =?&x?nO;@6ffffff?Q?"`A@x?^5?|?GzH ?\(?ٙ?@Vu@E?QB@tGz1 steak@@@ffffff?"`B?Q@;L? =p ?Gz@zG?\(?QR @=p =@@=p =? =pO91 piece, cooked, excluding refuseU3 ozBeef&*4}BEEF,Round,FULL CUT,Lean only and FAT,1/8"FAT,Select,RAW@PzH@4\(@%\(\?\(\V6@ Q?333333?vȴ9@333333?? =p @ Q? =p ?zG@\(@@zG{?=p =>@Q@;zG@&(\)?GzH@zG{>@p =q?"`B?Q@;ffffff??Gz@zG?\(?QR @=p =@Q@ =p ?(\)O91 piece, cooked, excluding refuseU3 ozBeef .#4]-CATFISH,CHANNEL,Cooked,BREADED and FRIED@MgzH@2 =p@*\)?(\)@ zG?ffffff,?GzT?Q?"`B?zG{@+? ě?$/@A7Kƨ?\(\?QR'?ffffff@ M@ql@ QW1 filletU3 ozFish & Shellfish-$4O-CAVIAR,BLACK and Reduced,GRANULAR@G@8@1fffff@@'\(,d?ffffff?(\)?@P`?QR? =p?Q@ ?zG{222N11?ffffff@=p =@$/@QL1 tbsp@333333?Q?l@lC?A7Kƨ?333333 ?3333339?\(?? =p?5?|h?+ 91 filletU3 ozFish & Shellfish:4;-HADDOCK,COOKED,DRY HEAT@Rp@8=p =?\(?*?2W?޸Q?`A7L?Q@D@?zG{? =p @+ I?333333?$/ ?=p =??`A7K?S?Ƨ-J1 filletU3 ozFish & Shellfish ee:;4))9-HADDOCK,SMOKED@Q޸Qt@9:G{?Q?Q1?ffffff6??$/?Q@Es33333?bM?+ J@Jn?\(?ٙ?I?ᙙ??$/?tj?ԋC%M@47-HALIBUT,GREENLAND,RAW@QGz@,p =@+zG?Q P?ٙ?Q?tj~@B@?Q?zG{???Gz9?333333?@Z1'@ 7Kƨ?;dZ..5 filletU3 ozFish & Shellfish:?45)-HERRING,ATLANTIC,RAW@R33333@1\(@"zG?\(\9?񙙙 GZ?zG?O;dZ?Q@B@?ffffff?O;dZ?m@ j~#? =p?S @+W =p]?Q?@QR@ S@bM<@@&ǮzH?333333?ffffffEW@ =p ?/v?nO;@(?Q?zG{@Gz?(\)? =p?Q?ٙ@ffffff@Q@?陙r1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game4B4c/VEAL,Composite OF Retail CUTS,Lean only,RAW@R=p p@4333333@\(?GzH?333333HV@ =p?hr!?-V@!333333?zG{?Q@QR?Q?ۅQ ?ffffff?У =p?Q?p =q?333333S@0 =q@15\(?\(?p =qP@ =p ?KƧ?hr Ĝ@*ffffff?zG{?333333@"\(?GzH?У =p?\(\?ٙ@Q@Q?\(vU3 ozP1 chop, excluding refuse$Lamb, Veal & GameKR4aO/VEAL,LOIN,Lean only and FAT,Cooked,Roasted@N]p =@8@( =p?zG? =pE]@=p =?(\)?-V ??Q@!Q?333333?\(? =p?(\)@@ =p @Q?Qg1 piece, cooked, excluding refuseU3 oz$Lamb, Veal & Game-S4;=/VEAL,LOIN,Lean only,RAW@R\)t@4+Q@ Q?p =q?D[@Q??-V@!?Q?У =p@"(\)?=p =?Q?Gz?У =p?(\)?Q?\(P@c@Q?Q?zG{@-333333?Q? =p@ =p?zG?\(?zG{?ffffff@zG{@\(?zG1 piece, cooked, excluding refuseU3 oz*Lamb, Veal & Game;[4OO/VEAL,RIB,Lean only,Cooked,Roasted@P(\)@9\(@\(?GzH ?Q7a@\(?"`A?bM@&333333?Q?ҏ\(@?zG?GzH?GzH? =p @ =p@GzH?p =qs1 piece, cooked, excluding refuseU3 oz(Lamb, Veal & GameS\5/VEAL,Shoulder,Whole (ARM and Boiled),Lean only and FAT,RAW@RR@3EQ@Q??Q.[@p =q?vȴ9X?1&y@ 333333? =p ?ҏ\(@\(?Q?\( ?Q?GzH@ffffff@ffffff? =p ?=p =W@5%)CREAM PUFFS,Prepared FROM RECIPE,SHELL,with CUSTARD FILLING@J@@/?@6fffff?ٙ?(\)B?Q msU?333333?Q?1&y@.?333333?;dZ?Q?Q?C%?vȴ9X%4? =p O?Gz@)TP@ nO;@S@vȴ9@D4K)DANISH PASTRY,Cinnamon,Enriched@8L@6ffffff?333333@FL?@3ǮzHG?\(\k}s? =p ??+ I^??333333?E@-V?XbM?tj~D#!\??\(@"4@XbM@)zH@vȴ9X@M1 piece, cooked, excluding refuseU3 ozBeef 88H95BEEF,Round,EYE OF Round,Lean only and FAT,1/8"FAT,Select,RAW@Q =p@5L@GzH?zG? =p Z>@ =p?O;dZ?vȴ9@9?E?hr!@ I^5?KƧ?A7Kƨ ?QR?zG{?@ =p@ + I^?~"&@5OBEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Choice,Cooked,Roasted@Nu\(@;EQ@(zG?Q@QRm?@zG{?vȴ9X?bM@:? =p ?@ \(?(\)?QR@QR@Q@p =q?޸QRE1 piece, cooked, excluding refuseU3 ozBeef 33e.?4BEEF,Round,TIP Round,Lean only and FAT,1/8"FAT,Select,RAW@P =p@3p =@$ǮzH?Q@(\)L:@?E?vȴ9@3?(\)? =p @ p =q?Q?=p =@=p =@ffffff@?=p =@@Q ?\(@=p =)@?l?+ I@?33333?Q?/w@p =q?\(\?n ?\(\?ۅQ?@ QR@-V?5?|h:F1 piece, cooked, excluding refuseU3 ozBeef bDF4BEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,Choice,RAW@Q333333@5 =q@ aGz?\(?QU9@=p =?+ J?vȴ9@:33333?$/?S@ I^?zG{?j~# ?\(?Q?@ n@ M?1&x)@33333@$=p ?Gz@QR(@\(\?&x?+ I@@333333?bM?$/@333333?S?n ?p =q?(\)?@/v@tj?XbMB@u(\1 steakU3 ozBeef D4-LING,RAW@SQW@2p =?zG{?ffffff"??{?\(?(\)?Q@B@?(\)?QR@ffffff?zG{?tj~?Qd?Q? =p ?(\)(1 filletU3 ozFish & ShellfishE4#-LINGCOD,RAW@TARU@1\)?\(?\(\?zG{;??S?zG{@B@?Q?/v?ffffff??333333 @ 2?7KƧ?ffffff?3333334.5 filletU3 ozFish & Shellfish#F47-MACKEREL,ATLANTIC,RAW@Offfff@2@+ǮzH? ?zGL:Z?(\)? ě?Q@F ?ٙ?Ƈ+ I?+@"(\)?dZ1?ى7KƧ@!kQ22?QR@ Vu@m@ Fp1 filletU3 ozFish & Shellfish G4O-MACKEREL,ATLANTIC,Cooked,DRY HEAT@J\(@7ٙ@1\(?zG{?QaS?zG?bM?zG{@I?ٙ?Z1'?^5?|@ffffff?zG?p =q66@9XbN@$/@333333KX1 filletU3 ozFish & ShellfishKH4S)-MACKEREL,JACK,Canned,Drained Solids@QJG{@70 =q@333333?zG@QR%-{?QR?`A7?zG{@Bٙ??zG{?"`A@Q?ӅQ?Gz@\(?zG{??E@?j~"O1 cup@?\(?333333?ffffff@)333333?333333?Q??QR??Q?ffffff ?ə??ǮzG?tj~?׍O;dZZ<1 filletU3 ozFish & Shellfish U4S-PERCH,Mixed Species,Cooked,DRY HEAT@RPu@8(\?Gz?p =qf?\(&XO?Gz?ȓtj~?@0?333333?zG{?Q?ffffff? =p?Q@ ?Vt?\(?5?|hs.1 filletU3 ozFish & Shellfish V4/-PIKE,NORTHERN,RAW@SG{X@3B\(?zG?3333339?ᙙ'?p =q?1&?θQ@)333333@ffffff?-V? ěT@ffffff??EF?ə??5?|h?tj?"`B'.5 filletU3 ozFish & ShellfishW4G-PIKE,NORTHERN,Cooked,DRY HEAT@R>zGq@8 =q?(\)? =pI?Q(K1?Q? =p? =p@0333333@ffffff?&x?E@ffffff? =p?GzH@ffffffQ?S?ɺ^5?|?Гtj~2.5 filletU3 ozFish & ShellfishX4--PIKE,WALLEYE,RAW@S =p]@3# =p?Q?333333n?3? =p?ȴ9Xb?陙@)333333?GzH?zG{@ffffff??QF?;dZ?`A7?ܛSV1 filletU3 ozFish & Shellfish "Y45-POLLOCK,ATLANTIC,RAW@SQ\@3p =q?\(\?\(;>;?;?;@;@;A;A;B;B;C;C;D;D;E;E;F;F;G;G;H;H;I;I;J;J;K;K;L;L;M;M;N;N;O;O;P;P;Q;Q;R;R;S;S;T;T;U;U;V;V;W;W;X;X;Y;Y;Z;Z;[;[;\;\;];];^;^;_;_;`;`;a;a;b;b;c;c;d;d;e;e;f;f;g;g;h;h;i;i;j;j *\43)-POMPANO,FLORIDA,RAW@QǮzH@2zG{@" =q?񙙙?333333}A? =p ?tj~?vȴ9@B@?Q?Q??ə?n!!? =p ?@ nO@ ě?1&x2@Q@?B\(@*GzH?\(?333333AO@GzH?bM?Q??ffffff@QR?(\)?ffffff?zG?=p =@Q@? =pl1 piece, cooked, excluding refuseU3 ozLamb, Veal & GameUp4gO/VEAL,SIRLOIN,Lean only and FAT,Cooked,Roasted@OTzG@9# =p@$fffff?=p = ?p =q_S@ ?nP?-V@&333333?Q?ffffff@!p =?(\)?zG{?Q?Gz@ffffff@ =p @QR?\(f 1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game WW#q4A/VEAL,SIRLOIN,Lean only,RAW@R(\n@4333333@Q?p =q ?陙\P@ =p?-V?-V@!ffffff?zG{? =p@! =q?333333? =p?p =q??\(?\(?GzHO@\)@GzH?\(\@ffffffR@@*333333 ?Q?(\)@\(?\(@ffffff@p =q@p =q?ə:T1 piece, cookedU3 ozLamb, Veal & Games4G/GAME MEAT,BISON,Lean only,RAW@RzGm@5Q?p =q?333333@W6@ffffff? =p ?|1&y?bM?\(?zG? =p ?QR>@9@ffffff@#?@Jfffff?@(zG ?QR ;S?\(??|hs?׍O;dZ@1?θQ?ҏ\(@(\)?|hr?SA6 g?zG{>^^?Q@3L?^5?|@KƧ@glC@A@@$ffffff@ffffff@H@333333K? =p ?zG{? ěT?I^5?}@.ffffff??;dZ?ѩlD@+?/w?"`A9. Y?zG{)$@`A7K@"?>@Gz@Q?=p =@(\))@=p =?j~#?+ I?E?öE@V?\(\?ٺ^5?| ?Q?Gz?@vȴ9X@ ^5?|?nO1@vo =p1 steakU3 ozBeef-M4}BEEF,Round,TOP Round,Lean only and FAT,1/8"FAT,PRIME,RAW@Q.Q@6=p =@!W =p?Q@QRs3@ffffff?zG{?1&y@4?? =p @?ffffff? @QR@ ffffff@ Q?QR;@@4@zG?\(?nO;@<333333?`A7L?-V@V? =p?/w? =p?zG?333333@$/@`A?Vu]@a =p1 steakU3 ozBeefEb5 OBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Choice,Cooked,Roasted@GQK@7fffff@9c =p?Gz @GzA@Q?|hr?bM@6?333333?GzH@ =p ?ٙ?޸Q@ \(@$ =p @%?QUI1 piece, cooked, excluding refuseU3 ozBeef --sBc4uBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Select,RAW@N=p @3^Q@2u\(??Q,2@ \(?hr Ĝ?nO;@6?lD?Gz@9XbN?hr ?Q ?p =q?=p =?@@vȴ9?vȴ9XD@b\)1 steak@e5 OBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,Select,Cooked,Roasted@HnzG<@7fffff@733333?Gz @GzK9@Q?|hr?1&y@6fffff? =p ?У =p??@zG@"\(@# =p?QUI1 piece, cooked, excluding refuseU3 ozBeef b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx;l;l;m;m;n;n;o;o;p;p;q;q;r;r;s;s;t;t;u;u;v;v;w;w;x;x;y;y;z;z;{;{;|;|;};};~;~;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MMy(f4sBEEF,TENDERLOIN,Lean only and FAT,1/8"FAT,PRIME,RAW@M\(@2&fffff@5zG?(\)@01@ffffff?+?tj~@1?Q?Gz@Q?333333?QR@@!Q@"Q? =pF@@DJPV\bhntz "(.4:@FLRX^djpv|{xurpmkhqr3s@uetPa bcdefgij h#k(l+-/2468;>CEHKNSUWY\_behknqtwz} FGH3I9J>KCrKsRtcuvw'x0y8?CIV_epty| !$7< A EPTY.a ]] 4A -STURGEON,Mixed Species,RAW@S#33333i@0# =p@(\)?񙙙 ?ffffff#6?Gz?E?@)333333?Q?Q@ ??ə@???GzH?$/?zG?vȴ?bM?n;1 filletU3 ozFish & Shellfish 6 4M+/GAME MEAT,CARIBOU,Cooked,Roasted@O7 =p@=Q@zG?@zG6<@ =p ?E?E@+333333??@(\)@p =q?zG{@\(?ٙ?ffffff?333333?GzH? =pmT1 piece, cookedU3 ozLamb, Veal & Game! 41/GAME MEAT,DEER,RAW@RdzGx@6\(@\(\?\(@ 333333>3@Q?1&x?E@#ffffff?(\)?޸Q@zG{?׮zG@=p =?ə?񙙙?ffffff?p =q?zGU@5\(@ Q?QR@GzO6@?333333?O;dZ@)? =p ?333333@ =p??(\)? =ppT1 piece, cookedU3 ozLamb, Veal & Game W4//GAME MEAT,ELK,RAW@RQo@633333?333333@zG8:@333333?Q?tj~@#?\(? =p ?3333337@0 =q?ffffff?Q@ =p H=@ GzH?-V?vȴ9 ?ffffff?޸Q?ٙIT1 piece, cookedU3 ozLamb, Veal & Gameq4/GOAT,RAW@R\(m@4@zG{?\( @ =pR?bM?tj~@!?(\)?\(\@?zG?Q?zG{?\(9@ =p@'zG{?\(\$@ffffff@_@(\)?1&x?bM@-?zG{?Q@\(?\(?zG @ y91 piece, cookedU3 ozLamb, Veal & Game VV'4M+/GAME MEAT,OPOSSUM,Cooked,Roasted@M&fffff@>333333@$ffffff@ffffff@\(":@=p =?1&x@2333333??׮zG@ (\?zG @ ?(\)??KƧ@/v@/w1 piece, cookedU3 ozLamb, Veal & Game54s/GAME MEAT,RABBIT,DOMESTICATED,Composite OF CUTS,RAW@R4zG@4 @333333? =p ?QJ)?Q?\(?vȴ9@733333??333333@zG?陙?@ =p?\(??GzH9@aGz@ R?p =q@\(,%@\(?Ƈ+ I?bM@C@?Q?\(@ =p?p =q?\( @ =p ?(\)?@zG@(\)?zGV+1 piece, cookedU3 ozLamb, Veal & Gamef4?/GAME MEAT,RABBIT,WILD,RAW@R =qr@5=p @\(?Q @ z2@"?Q?Q@?zG?(\)?Q@Q@\(?Gz@=p =`w?zG{?l?bM@.333333?Q?ҏ\(@\(?\(?׮zG @ =p ?ٙ?ffffff?333333?GzH?\(\y91 piece, cookedU3 ozLamb, Veal & Game JJ2!4{/LAMB,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAW@Sz@$@!(\)?GzH ? (p?Q?θQ?+ I ? =p?333333@333333?p =q?ҏ\(@&@Q??(\)H@@nP@1&?vȴ9X@@ =ptI?Q?zG{?QR@/ffffff?333333?A7Kƨ?tj@ =p ?ە$/?zG{-C? =p e?Q?*?C%?O;dZ?`A7 @DGzH1 pancakeI1 pancakeBaked ProductsUn4e)MUFFINS,WHEAT BRAN,TOASTER-TYPE with RAISINS@?ffffff'@@!@333333@J@@5 =q%@GzH??7KƧ?Gz@3?θQ?333333@\(\?lC?+ J! 1?zG{55?p =q@0ffffff/?E@I^5?}@I^5?}@>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>????????????????? ? ? ? ? ? ????????????????? ? ?!?!?"?"?#?#?$?$?%?%?&?&?'?'?.?.?/?/?0?0?????????? \\&v4[)PANCAKES,BLUEBERRY,Prepared FROM RECIPE@J@ffffff@"ffffff@?Q?GzH?(\)?Vt@?\(?hr Ĝ?bM?GzH?+ J$ 5?ə20?Ƨ-@+ I@S8@>m*4_)PIE,Chocolate CREME,Commercially Prepared@E0@@3ffffff?陙@@$?QD?p =q??ə@?nO;?dZ1?-V?&x?zG{ ?zG{@;dZ@&;lC@/v@333333?Q?陙zO?\(? ěT?Gz@?333333?+ I?l?n?vȴ9X?+ I ? =p n@j~"@G{?Q#@^Q@\(\?zG @Q?@ =p?9XbM?l?+ J@ ^5?|?tj~ @ =p ?QR@ =p@ ?zG{cU3 oz@|Y1 lbBeef CCx1{5#BEEF,CHUCK,CLOD STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,Cooked,Braised@NqR@=zG@\(?ffffff@Q 4@GzH? ěT?zG{?;dZ@r ě? I^5@Gz? =p@Q@ QR?ffffffXU3 oz@|Y1 lbBeefB|5  BEEF,FLANK,Lean only and FAT,0" FAT,ALL Grades,Cooked,Broiled@P G{@;\)@ u\(?p =q? =pS8@?E?nO;@=ffffff?333333?$/@sE?p =q?+ I ?zG?QR?ffffff@ (\)@ 7KƧ?ԛS-@w =p1 steakBeef>}5 BEEF,FLANK,Lean only and FAT,0" FAT,Select,Cooked,Broiled@P@ =q@;ǮzH@?zG?Gz_:@ =p ?tj~?zG{@=?j~#?° ě@$/?7KƧ?|hr ? =p ?׮zG?@S@Vu?Q'@wp =1 steakBeef  4Q-TROUT,RAINBOW,WILD,Cooked,DRY HEAT@Q@6Q@GzH?V?QR 8?QR?-V?$/@*ffffff?tj~?E@zG? =p ?$/@3333332?lC?-V?KƧE1 filletU3 ozFish & Shellfish 49 -TUNA,FRESH,BLUEFIN,RAW@Q\(@7TzG@?Gz?QR2'?333333?tj?Q@B@?+ ?bM@!N+?/w?Q@"(\?1&??hr!&U3 ozFish & Shellfish4Q -TUNA,Fresh,BLUEFIN,Cooked,DRY HEAT@MQ@=\)@Q?(\) ?\(@FC2? =p?(\)?zG{@Gffffff?n?ӕ$/@%zG?Q?@%\( ?n@lC?$/1U3 ozFish & Shellfish ee=4[9-TUNA,Light,Canned IN OIL,Drained Solids@M=p @=!Gz@ kQ@zG ?=p =7b??-V?QL?tj~?Q@(?׮zG?(\)@M? =p,?C%@O;d@zG1 cup, solid or chunks@?Gz?\(?zG{? =p@D?hr Ĝ?Q?Q?? =p @q""?333333??ٙ?zG{?ȴ9XbTH1 filletU3 ozFish & Shellfish 47-WOLFFISH,ATLANTIC,RAW@S`@1@Q?\(? =p ,U?\(?-V?Q@B@? =p ?zG{@bM?=p =?ٙ@=p =wqq?\(\?ȴ9Xb? =p ..5 filletU3 ozFish & Shellfish$4E-YELLOWTAIL,Mixed Species,RAW@RGz@7# =p@\(?p =q?\(\'? =p? =p ?Q@B@@ffffff?nO;?zG{@333333?Gz?zG{?_??zG{? =p?Q7.5 filletU3 ozFish & Shellfish 45-CRAB,ALASKA KING,RAW@SzGT@2J=p ?333333?.?Gz1D@?$/?Q@B333333?tj?tj?񙙙?ffffff?333333,,, ? =p ?zG{? =p*1 legU3 ozFish & Shellfish !4W-CRAB,ALASKA KING,Cooked,Moisture HEAT@Sc33333a@3Y? =p?;?QR?0@zG{?x?zG{(@ffffff?"`A?(\)?p =q?ٙ? =p 333@' ?$/?ǮzG?&x51 legU3 ozFish & Shellfish5"4c -CRAB,ALASKA KING,Imitation,MADE FROM SURIMI@Rlf@( =p ?\(@@$p =q ?\(+ZI?Q?bM?+ I@6L?bM?S? =p ?Q?Q?C???У =p?ə?p =qU3 ozFish & Shellfish#4'-CRAB,BLUE,RAW@SGzW@2\(?GzH?\(?zG{Y?zG"I%@ QR?hr Ĝ?333333@B33333?zG{?zG{@?ffffff?333333,,, ?j~"?ȓtj~?ěSNU3 oz1 crabFish & Shellfish =$4I=-CRAB,BLUE,Cooked,Moisture HEAT@S[Qf@4333333?QRh?Q!D@Gz? =p?QR@D@ ffffff??@ ffffff?ۅQ? =p 333@333333?p =q??/v?Q?\(dv1 cup, flaked and pieces1 cupFish & Shellfish)%4--CRAB,BLUE,CANNED@S =p c@4Q?zG@ffffffe?Gz'vM@zG?QR?QR@?@?zG{?$/?Q? =p ?333333+++?p =q?p =q?? ěT?lC?(\)Y1 cup@R@!Q?Q@=p =@ \(8@\(@KƧ? =p@[ٙ?p =q@Q@(L@zG?\(\III@S aqCC@ GzH?p =q?\(P1 unit, cookedU3 ozLamb, Veal & GameR15)/LAMB,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,PAN-FRIED@L@9zH@)L?GzH@=p = @$ffffff`|@Q@#\)? I^5@]fffff ?ffffff@\(\@0zG@QR?ffffff@Ulefa@@Q?=p =B1 unit, cookedU3 ozLamb, Veal & Game DDJ24{ /VEAL,Variety, varieties MEATS and BY-PRODUCTS,LIVER,RAW@Q\)@3zG@ffffff?Q@GzH@{4M@( =p @'G{?QR@633333?ffffff?$/@Q@%@B\(?vȴ9}}}@M--?׮zG? ?\(?"`?+ INLamb, Veal & Gameh35 /VEAL,Variety, varieties MEATS and BY-PRODUCTS,LIVER,Cooked,Braised@MzG@4}/LAMB,Variety, varieties MEATS and BY-PRODUCTS,SPLEEN,RAW@Se@1333333@? @DRfT@Q?"`?1&@@333333?bM?E@zG?(\)@\(\?zG{?Q?p =q@>IC5 /VEAL,Variety, varieties MEATS and BY-PRODUCTS,THYMUS,Cooked,Braised@RhQ}@6Q@Gz@ =p ? =ps;@ =p ?nO;?$/@5@C33333?S?@ =p ?GzH?S@? =p ?$/?`A7L?(\)^U3 ozLamb, Veal & Game4D4}/LAMB,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,RAW@Pfffff@/ffffff@1+Q?p =q @333333N@\(?"`A?+ J?333333?QR@? =p ? =p @@Q@ Q?\(@@H@\(?"`?tj~@;333333??У =p@333333?p =q?Q@\(@@Q? =p`1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game U?L5/LAMB,Domestic,FORESHANK,Lean only and FAT,1/8"FAT,Choice,RAW@P =q@2\)@*\(?ffffff ?QH@Gz?"`B?$/@3fffff??QR@Gz?zG?333333@Q@QR@\(?\(H@??QR@ =p?(\)?@=p =@Q@Q? =p j1 piece, cooked, excluding refuseU3 oz8Lamb, Veal & GameNN5#/LAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only and FAT,1/8"FAT,Choice,RAW@PQ@2xQ@, =p? =p ?3333339@ p =q?-V?$/@5L? =p?θQ@?ffffff?333333@QR@ =p@ =p?ffffffD@@?E?1&y@5? =p ?QR@zG?ҏ\(?\(@GzH@'zG@(\(T1 piece, cooked, excluding refuseU3 ozBeefTN5)OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/4"FAT,PRIME,Cooked,Roasted@D=p @5\)@AzG? ?Gz>A@?tj~?vȴ9@6?Q?zG{@zG?ffffff?333333@Q@-Q@/333333?T1 piece, cooked, excluding refuseU3 ozBeef ZZQQ5#OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,ALL Grades,Cooked,Roasted@Mp =@: =p@&G{? @GzHG@ =p?ȴ9Xb?bM@6?Q?QR@ Q?GzH?Q@ =p@333333@?QRO1 piece, cooked, excluding refuseU3 oz*BeefMT5OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,Choice,Cooked,Roasted@M4zG@: =p@*Q? @GzHG@ =p?ȴ9Xb?bM@6?Q?QR@ Q?GzH?Q@ =p@ =p@Q?(\)O1 piece, cooked, excluding refuseU3 oz,Beef {dW5OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/4" FAT,Select,Cooked,Roasted@NG{@: =p@#? @GzHG@ =p?ȴ9Xb?bM@6?Q?QR@ Q?GzH?Q@ =p?Q?@ =p@\(?zG{O1 piece, cooked, excluding refuseU3 oz(Beef1X5BEEF,RIB,Small END (RIBS 10-12),Lean only,1/4"FAT,PRIME,RAW@Pfffff@4!Gz@).zG?(\) @p =qu?@ =p?&x?1&y@1? =p ?333333@ Q?\(?Gz@ \(@ =p@\(?ۅQ;@\(@2!Gz?\(\ @ Gz9:@333333?dZ1?nO;@6? =p?"`B@ lD?Ցhr ?Q@ zG?Q?ffffff@\(@Q?ᙙ]y1 piece, cooked, excluding refuseU3 oz>Beef<_4}BEEF,Round,FULL CUT,Lean only and FAT,1/4"FAT,Choice,RAW@P0@4^Q@)Q? =p ?QR5@ ?333333?vȴ9@3??\(@ zG? =p ?zG@ffffff? =p ?@Q?\(\?@@QR?"`B?Q@;? =p ?Gz?\(?QR @(\)@Q@Q?=p =791 piece, cooked, excluding refuseU3 ozBeef X@@HPX`hpx (08@HPX`hpx (08@HPX`hpx44444444444444444444444444444444444444444444444444445 5 5 5 5555555(5(5)5)5*5*555556565@5@5A5A5B5B5M5M5N5N5a5a5b5b5i5i5j5j5q5q5r5r5y5y5z5z555555555555555555555555555555555555555555555555555555555555555555555555555555 ==}@\(?p =q?bM@:L? =p ?@ =p?ۅQ?׮zG@Q? =p ?@zG@ =p?\(S@1 piece, cooked, excluding refuseU3 ozBeef' 4BEEF,Round,TIP Round,Lean only and FAT,1/4"FAT,Select,RAW@P\)@3\(@& =p?ffffffH:@?tj~?vȴ9@3ffffff?(\)? =p @ 333333?Q?=p =@zG@\(@p =q?(\)A@@QR?p =q?bM@:333333? =p ?θQ@ zG?ۅQ?׮zG@\(@zG@=p =?ffffffSG1 piece, cooked, excluding refuseU3 ozBeef OO|)4wBEEF,Round,TIP Round,Lean only,1/4"FAT,ALL Grades,RAW@R |@5(\@ffffff? =p@\(\l>@p =q?E?1&y@4?Q?ə@ Q?ffffff?(\)@ \(? =p?? =p <@@p =q?E?1&y@4?Q?ə@ Q?ffffff?(\)@ \(?? =p?Gz<@?j~#?° ě@49XbN?lD?㕁$/ ?333333?(\)?@j~#@R?5?|h`@lfffff1 steakBeef hS5- BEEF,RIBEYE,Small END(RIBS 10-12),Lean only and FAT,0",ALL Grades,Cooked,Broiled@L\(@;EQ@-zG{?񙙙?T8@Q?E?zG{@=?l?ěS@+ I?7KƧ?E???@Gz@"`A?$/o@m*G{1 steakBeefQ57 Beef,Bottom SRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,ALL Grades,Cooked,Roasted@OP =q@: @&# =p??\(C5@zG?+?nO;?Q? ěT@dZ?r ě?p =q?zG{?ٙ?ffffff@H9Xb@C?;dZT@zG1 roastBeef?5# BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,ALL Grades,RAW@QQ@4 =p@!?zG{? =p=4@ =p?Q?+ I@7?bM?@Y+ ? I^5?tj ?\(?zG{?@ Q@lC?7KƧABeef oU51 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Choice,Cooked,Roasted@N\)@9\)@(Q?zG{?33333342@zG??|hs?nO;@;L?bM?hr!@t?(\)?Z1'? =p ?=p =?ffffff@/v@{lC?lC^@u1 roastBeef45 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Choice,RAW@QWzH@4 =p@#Q?Q93@ Gz?&x?vȴ9@6?(\)?E@o?KƧ?n ?ffffff?Q?@ l@`A7L?1&xHBeefU51 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Select,Cooked,Roasted@O@:p =q@#\(?\(?QR8@GzH? ě?nO;@<33333?E?lD@vȴ9?9XbN?+ I?Q?\(?ffffff@ \(@]/w?ԋC%J@\(1 roastBeef BB;5 BEEF,Bottom SIRLOIN,TRI-TIP Roast,Lean only and FAT,0" FAT,Select,RAW@QQ@4 =p@Q?\(?(\)A5@ QR? ě?zG{@8?l?1&y@bM?Q?=p = ?\(\? =p?333333@tj~@+ I?֧-:BeefL5 BEEF,Round,TOP Round,Lean only and FAT,0" FAT,ALL Grades,Cooked,Broiled@N@?(\@\(?Q@=p =)@?l?+ I@?33333? ě?Ł$/@?-V?ڏ\( ?(\)?=p =?ffffff@hr!@l?j~"B@qIQ1 steakBeef+5 BEEF,CHUCK,MOCK TENDER Stick,Lean only,1/4" FAT,USDA Choice,RAW@Re\(r@2fffff@ GzH?񙙙@(\)|D@?tj~?-V?-V@ + I?$/@Q? =p??Q?Q:@|Y1 lb@C>C?C?C@C@CACACBCBCCCCCDCDCECECFCFCGCGCHCHCICICJCJCKCKCLCLCMCMCNCNCOCOCPCPCQCQCRCRCSCSCTCTCUCUCVCVCWCWCXCXCYCYCZCZC[C[C\C\C]C]C^C^C_C_C`C`CaCaCbCbCcCcCdCdCeCeCfCfCgCgChChCiCiCjCjCkCkClClCmCmCnCnCoCoCpCpCqCqCsCsCtCtCuCuCvCvCwCwCxCxCyCyCzCzC{C{C|C|C}C}C~C~CCCCCCCCCCCCCCCCCCCCCCCCCC *:4M-CLAM,Mixed Species,Canned,Liquid@Xl?ٙ?zG{?? ?333333 r??`A7L?l@ffffff?zG{?zG{? =p ?zG{?zG{ ? =p?ə?`bM?`bM?xtj~1 cupU3 ozFish & Shellfish;4E -CUTTLEFISH,Mixed Species,RAW@T# =pO@0=p =?ffffff?Gz?=p =Z@zGbt?zG?ȴ9Xb?(\)@Fffffff@333333?nO;?Q?tj~??333333wqq?5?|h?j~#?&xpU3 ozFish & Shellfish"<4+-MUSSEL,BLUE,RAW@T%QV@'@Q?p =q@ Q@"@??bM@ 333333@Fffffff?zG{?Gz???*** 00?ᙙ??333333?9XbM?dZ11 cup@41 -OCTOPUS,COMMON,RAW@TR@-R? =p?@5@333333^?Gz? =p?@Fffffff?Q?zG{@?? =p --?333333??Vu?ļj~#?ΗO;d0U3 ozFish & Shellfish4?4;-OYSTER,EASTERN,WILD,RAW@UJ=p D@333333@zG?Q@GzH-@ =p/@V =p@+?|hr@Oٙ@ ??QR?zG?ǮzG?vȴ9X @3u\(d?333333??9XbN?tj?"`51 cupT6 mediumFish & Shellfish vv-@4[-OYSTER,EASTERN,Cooked,BREADED and FRIED@P.zG@!=p @)(\)?Q@'=p =>@:@UQ@-V?\(\@P@ffffff?333333?"`B?ffffff?GzH?bM+@/B\(.[[@ tj~@+@ $/QU3 ozX6 mediumFish & Shellfish(A4]-OYSTER,EASTERN,WILD,Cooked,Moisture HEAT@QzG@,333333@ =p@Q@GzHZ@'G{_@fQ@F-?M@Qfffff?QR?+ I^@;dZ?vȴ9X?5?|h@A\(66?9XbN?tj?"`iU3 oz*6 mediumFish & Shellfish)B47-OYSTER,EASTERN,CANNED@UH\)E@=p =@\(?Q@GzH-@6p@V@bM?@Afffff?333333??|hs?lC? =p ?QR @3!Gz,ZZ?333333??1&x??S71 cup1 cupFish & Shellfish C41-OYSTER,PACIFIC,RAW@T =pQ@"fffff@ffffff?zG@@p =qj@0Q?7KƧ?tj~M?&x?m@zG?? QQ?QR?x?웥S221 mediumU3 ozFish & Shellfish$D4?-SCALLOP,MIXED SPECIES,RAW@SzGX@0ǮzH?QR?zG{@Gz?ҏ\(8B?ffffff?"`A? =p @6333333?tj~? =p?ffffff?M?333333?zG{2??9XbM?l?д9XbN!1 unitU3 ozFish & Shellfish-E4i -SCALLOP,Mixed Species,Cooked,BREADED and FRIED@M8Q@2R@%Gz?GzH@$B\(*?=p =;M?\(?+?Q@:fffff@ffffff?$/?(\)?zG?ə?Q%2?QK@Z1'@E@+ =2 largeFish & Shellfish zz$F4m -SCALLOP,Mixed Species,Imitation,MADE FROM SURIMI@RtzGc@)=p ?=p =@\(@%=p =? =p+g?Q?bM?+ I@7?zG{?bM? =p?Q?Q?B?zG{?Q?GzU3 ozFish & Shellfish8G4;)-SQUID,MIXED SPECIES,RAW@S33333\@/(\)?zG?\(@ =p ?\(!,?zG{?A7Kƨ?Q@Fffffff@?zG{?^5?|@ffffff??1&y?! ?333333?x?dZ1?ěS@1 filletU3 ozFish & ShellfishT4E-BASS,STRIPED,Cooked,DRY HEAT@RW =p|@6G{@Q?GzH?GzH3HX?QR?zG{?tj~@Gffffff?p =q?l@vȴ9X?zG?$/ @ =ph??nO?zGg|1 filletU3 ozFish & Shellfish U4=-BLUEFISH,COOKED,DRY HEAT@OQR@9 =q@\(?GzH ? =p*#M? =p?hr Ĝ?S@Gffffff?&x?E@hr?\(?ݲ-V@Gz?n@`A7K?^5?|Lu1 filletU3 ozFish & Shellfish V49-BURBOT,COOKED,DRY HEAT@RZ=p s@8\(? =p? =p@?ffffff)|? =p ?bM?9XbN@0333333?tj~?tj?hr ?$/?$/?p =q?n?\(?bMMZ1 filletU3 ozFish & ShellfishyW4A-BUTTERFISH,Cooked,DRY HEAT@PQ@6&fffff@$\(? =p?zG{ 4r?zG?lD?tj~@Gffffff?° ě?ȓtj~@tj~?zG?$/?GzHm!!S1 filletU3 ozFish & Shellfish QQ_Q5%O/LAMB,Domestic,LEG,SHANK HALF,Lean only and FAT,1/8"FAT,Choice,Cooked,Roasted@N =p@:G{@&?\( ? =pIA@Gz?5?|h?vȴ9@=33333??GzH@zG?ffffff?zG{@p =q@ffffff@p =q?陙Z 1 piece, cooked, excluding refuseU3 ozLamb, Veal & GameFR5/LAMB,Domestic,LEG,SIRLOIN HALF,Lean only and FAT,1/8"FAT,Choice,RAW@N\)@15\(@4? ?zG8@ =p ?/v?tj~@3fffff? =p?p =q@\(\?ffffff?Q@@"=p =@!zG?=p =G@\(?\(?Gz:@\(?O;dZ?hr Ĝ@133333??QR@=p =? =p?Q@Q@*(\@)333333@\(\J@@10 =q@3p =?zG?\(*@GzH??|hs?tj~@?Q? =p@ =p?ᙙ?zG{@ Q@#@GzH?QJ@@p =q?E?1&y@4?Q?ə@ Q?ffffff?(\)@ \(?p =q??333333<@@p =q?E?1&y@4?Q?ə@ Q?ffffff?(\)@ \(@zG@?zG{<@DJPV\bhntz "(.4:@FLRX^djpv|0k1m2wRSTUV W#v)w0x@yE{H|OVXZ]cCF?J@NAQBVCYDEFG"m%n(o+p.q1r4s7t:u=v@wCFILORUX[^adgjmpsvy|  #&),/25 8"<#?$B%E&HK'N(Q)T*WLZM]N`OcPfQiRlToUrVuWxX{z~{|}~    33[$5 OBEEF,Round,TOP Round,Lean only,1/4" FAT,Choice,Cooked,PAN-FRIED@K@A\)@!(\)? =p@ 333333#$G@zG{?ěS?zG{@@?(\)?Q@Q?p =q?Q @ p =q?Q?333333@\(\@ =p?=p =a1 piece, cooked, excluding refuseU3 oz Beef%'4mBEEF,Round,TOP Round,Lean only,1/4"FAT,PRIME,RAW@Q\)@6=p @Q?񙙙@Q4@\(?E?1&y@4??QR@p =q? =p ?QR @Q@(\)@(\)?ҏ\(9@ =q@-\(\@Q@ =@"Q? =p?nO;@<33333?Q?ə@QR?׮zG?\( @ zG@@?\(P1 piece, cooked, excluding refuseU3 oz%Beef&+4oBEEF,SHANK CROSSCUTS,Lean only,1/4"FAT,Choice,RAW@RAR@5@? =p @\(?@\(?-V?1&y@133333??(\)@\(?ffffff?zG@ =p?zG{?(\)?333333'@45!BEEF,Short LOIN,T-BONE STEAK,Lean only,1/4" FAT,USDA Choice,Cooked,Broiled@N@:ǮzH@$?\(@ GzHGM@p =q?M?bM ?(\)?@Q?Q?\(@(\)?Q@ Q@fffff?333333;U3 ozU1 serving)Beef ((uI75OBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,Roasted@G(\L@7(\@9?\( @zG{F8@\(?"`?1&y@7?zG{?У =p@\(??@@$B\(@%kQ?zG{VJ1 piece, cooked, excluding refuseU3 ozBeef>:5 OBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@GS@7(\@:aGz?\( @zG{A@\(?"`?bM@7?333333?GzH@ =p?\(?zG@ =p@$ =p@%GzVI1 piece, cooked, excluding refuseU3 ozBeefE=5 OBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,Select,Cooked,Roasted@HD@7(\@8Q?\( @zG{F8@\(?"`?1&y@7333333?zG{?У =p@\(??@@#@$p =?zGVK1 piece, cooked, excluding refuseU3 ozBeef [[!>4sBEEF,TENDERLOIN,Lean only and FAT,1/4"FAT,PRIME,RAW@MEQ@1fffff@7\(? =p@zG{*0?O;dZ?tj~@0fffff?(\)?Gz@?333333?׮zG@\(@" =q@#Q?QF@fffff? ě?hr Ĝ@Q?E?^5?| ?zG{?QR?@/w@R?&xGBeef2#5%BEEF,Bottom SIRLOIN,TRI-TIP STEAK,Lean only,0" FAT,ALL Grades,Cooked,Broiled@I\(@>zG@*QR? =p @ QI@ =p ?ļj~# ?ěS?n@KƧ?Q @ =p ? =p @zG{@Q?p =qCU3 oz@|Y1 lbBeef34KALCOHOLIC Beverage,BEER,Regular@W:G{'?333333?(\)@(\)?zG{?zG{?tzG{?bM?333333?tzG{??j~"?E?O;dZ?zG{@=333331 fl ozd1 canBeverages ?O;44_ALCOHOLIC Beverage,BEER,Regular,BUDWEISER@W1Gz)? =p ?(\)@\( !?htj~?nO;@=ǮzH1 fl oze12 fl ozBeverages 64GALCOHOLIC Beverage,BEER,Light@W\(?Q??\(\? =p ?Q ?zG{?xtj~?xtj~?ٙ?tzG{?Q?$/?Q?hr Ĝ? =p @=1 fl ozb1 canBeverages074[ALCOHOLIC Beverage,BEER,Light,BUD Light_??(\)?\( ?`bM@=}p =1 fl oz@vzG12 fl ozBeveragesy94QALCOHOLIC Beverage,DAIQUIRI,Canned@Rfffff}?@/ffffff?zG{ (?Q?bM?tzG{???PbM?PbM?1&y?|1&y?htj~@>1 fl oz1 canBeverages #U:4m!ALCOHOLIC Beverage,DAIQUIRI,PREPARED-FROM-RECIPE@Qo\(?Q?Q?zG{@\(?@QR? =p ?zG{?+ I?Q???vȴ9?tzG{?1&?hr Ĝ?bM?Q??xtj~?xtj~?bM@>3333331 fl oz<1 cocktailBeveragesK=4eALCOHOLIC Beverage,BEER,Light,MICHELOB ULTRA@Wٙ?\(?Q?\(\?zG{?`bM?tzG{@=\(1 fl oz@v"Q12 fl ozBeverages >4k ALCOHOLIC Beverage,MARTINI,PREPARED-FROM-RECIPE@O =p?zG{?@QR?QR?zG{?zG{?+ I?$/??htj~?htj~?l?xtj~@<3333331 fl ozBeverages dd)?4WALCOHOLIC Beverage,PINA COLADA,Canned@Ks33333?333333@ffffff?333333@;??Q$SG?ə?E?j~"?ffffff??hr Ĝ?tzG{?vȴ9?S?hr Ĝ@H9Xb?I^5?}?7KƧ@@L1 fl oz1 canBeveragesYA4s!ALCOHOLIC Beverage,PINA COLADA,PREPARED-FROM-RECIPE@P?\(?Gz?zG?Q@6\)?333333@6TzG?GzG? =p?9XbM?`A7L?ffffff@?-V?hr Ĝ?5?|h?;dZ? =p ?zG{??-V?E?`A7L@?ffffff1 fl oz1 cocktailBeveragesC4_ALCOHOLIC Beverage,TEQUILA SUNRISE,Canned@S33333n?333333??@&?zG{ 9?333333?$/?1&y@3L?tj~?bM?QR?+ I? a?vȴ9@?1 fl oz1 canBeverages  X4C-COD,PACIFIC,Cooked,DRY HEATLi@633333?Q? =p ?Q[?QR?`A7L?Q@Gffffff??1&@Gz?ļj~#?ݑhr ? =p ?vȴ9?Gz?1&x/Z1 filletU3 ozFish & ShellfishrY45-CUSK,COOKED,DRY HEAT@QkQp@8Y?(\)? ?\(((?\(\?O;dZ?tj~@Gffffff?tj~?ļj~#@ + I^?ԛS?ܛS?333333E5_1 filletU3 ozFish & ShellfishZ4C-DOLPHINFISH,Cooked,DRY HEAT@QzGm@7Q?@Q?333333&q?Gz?"`A?tj~@Gffffff?O;dZ?\(@KƧ?zG?ݑhr ?zG>>?+ ? =p? I^5^1 filletU3 ozFish & Shellfish [4K-DRUM,FRESHWATER,Cooked,DRY HEAT@Q(\@6}p =@GzH?zGM?ffffff&a`?333333? I^5?9XbN@0333333?j~#?~"@`A7L?zG?$/@zG{;;?l@tj~?lDR1 filletU3 ozFish & Shellfish\4O-HALIBUT,GREENLAND,Cooked,DRY HEAT@N =q@2kQ@1p =?zG{?333333!Xg?QR?tj~?Q@Gffffff? ě?^5?|?ěS?nO;? =p ?Q<@`A7@%{lC? I^5?;.5 filletU3 ozFish & Shellfish]4K-HERRING,PACIFIC,Cooked,DRY HEAT@OQ@5\(@1=p @QRj? =p )$_?\(??-V@Gffffff? ě?bM@hr ?vȴ9X?S@#=p =t##@-V@!/w@+ c1 filletU3 ozFish & Shellfish m^45-LING,COOKED,DRY HEAT@RxQo@8Y?=p =? =p,?\(Q? I^5??tj~@Gffffff?A7Kƨ?͑hr @hr Ĝ?ם-V?vȴ9X?s##31 filletU3 ozFish & Shellfish_4;-LINGCOD,COOKED,DRY HEAT@RQm@6 =p?\(??=p =!0L?\(?Q?vȴ9@Gffffff?Q?n@nP?zG?$/ @:?QR?ܛS?؃nPC.5 filletU3 ozFish & Shellfish`4G-MACKEREL,KING,Cooked,DRY HEAT@QB\(@zG{?=p =(@=p =)>.? =p ?`A7L?xtj~@Gffffff??p =q?\(@$C?"`?QR G?\(?S?+ D.5 filletU3 ozFish & Shellfish ja4{)9-MACKEREL,PACIFIC and JACK,Mixed Species,Cooked,DRY HEAT@Np =@9G{@$=p =@ =p? =p$ n?Q?vȴ9X?tj~@Gffffff@?GzH?GzH@%U$/?\(\?bM@Q6??@ I^5?@ +@lC<@1 filletU3 ozFish & Shellfisht4S-TUNA,SKIPJACK,Fresh,Cooked,DRY HEAT@O# =p@<5\(? =p?Q%?, /??(\)?tj~@Gffffff?tj~?;dZ@27Kƨ? =p ?dZ1 @Q<?Gz?vȴ?n<.5 filletU3 ozFish & Shellfishu4U -TUNA,YELLOWFIN,Fresh,Cooked,DRY HEAT@OgzH@=Q?Q?Q?zG@9/?p =q?E?tj~@Gffffff?1&x?/v@';dZ?zG?S?333333D?C$?7KƧ?KƧ:U3 ozFish & Shellfish v4K-TURBOT,EUROPEAN,Cooked,DRY HEAT@Qz@4zG@=p =@Q?p =qA1?Q?bM?+ I@Gffffff?333333?tj~?E@nO;?Vu?"` @QR( >.5 filletU3 ozFish & Shellfish w4[-WHITEFISH,Mixed Species,Cooked,DRY HEAT@PE\(@8xQ@ =p ? =p !?zG*ZA?QR?O;dZ?tj@0333333?S?öE@ěS?zG?$/?Q''?O;d@xF@ =p M1 filletU3 ozFish & Shellfishx4O-WOLFFISH,ATLANTIC,Cooked,DRY HEAT@RQ{@6p =q@zG{? =p?Q&m?l?tj~@Gffffff?ʟvȴ9?E@ȴ9Xb?Vu?ݑhr @?E?&x?S;w.5 filletU3 ozFish & Shellfish y4]-YELLOWTAIL,Mixed Species,Cooked,DRY HEAT@PQ@=Q@Gz?ffffff?(\)&2?p =q?-V?tj~@Gffffff@333333?ffffff?1&@!o-V?n?ǮzG?hG.5 filletU3 ozFish & Shellfish&z4S-CRAB,DUNGENESS,Cooked,Moisture HEAT@RS =pn@6QR? =p@p =q?ffffff;?ۅQ:z@Gz?|hr?E@G@ ?/v?lC@ lC?"`B?$/***@$\(h?Ł$/?dZ1? I^5?LU3 oz1 crabFish & Shellfish{4K -CRAB,QUEEN,Cooked,Moisture HEAT@Rfffffs@7Q?(\)@zG{!@ =p ?@ Q?;dZ?l@F333333@?E?;dZ@zG?"`B?$/***@$\(44?lC?E?GzHGU3 ozFish & Shellfish YY=n5/LAMB,New Zealand,Imported,Frozen,RIB,Lean only and FAT,1/8"FAT,RAW@LNzG7@/p =?333333?Gz x*@Q?&x?hr Ĝ??Q?У =p@(\)?? =p @\(@+ffffff@$33333?\(P@@QR@#? =p ?\(!D@\(?tj~?bM@)?Q?Q@! =q?=p =?ҏ\(?zG@ \(@1&x?7KƧt1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game __,|4m/VEAL,SHANK (FORE and HIND),Lean only and FAT,RAW@S:G{q@3&fffff@ =p? =p?QR:T@Q?l?nO;@?9XbM?&x@E?-?+?\(?\(?1&?;dZK@P@\(?Õ$/?1&y ?ěS? =p @?|hs?1&x?7KƧ@zG@1&x@"`B?nW1 piece, cooked, excluding refuseU3 oz Lamb, Veal & Game4K/LAMB,AUS,Imported,Fresh,FAT,RAW@9zG@zG@Q7zH?ffffff?(\)Gp!?\(?O;dZ?/v?dZ1? I^5??E?j~"?\(@A/w@;@nM@5/LAMB,AUS,Imported,Fresh,LEG,SHANK HALF,Lean only and FAT,1/8"FAT,RAW@P\)@2 =p@*\(?\(\ ?zG-K@(\)?+ I^?zG{@333333?-V?Ұ ě@=p =?߮zG?|hr@@Vu@2-V?=p =B@@>k)[4uBEEF,Short LOIN,TOP LOIN,Lean only,1/4"FAT,PRIME,RAW@P\)@5zH@%u\(?zG{?zG{];@ Q?+?1&y@1??333333@? =p ?(\)@ffffff@(\)@=p =?\(;@7>7?7?7@7@7A7A7B7B7C7C7D7D7F7F7G7G7I7I7J7J7K7K7M7M7V7V7X7X7Y7Y7_7_7a7a7b7b7e7e7f7f7k7k7p7p7r7r7s7s7t7t7u7u7v7v7y7y7z7z7{7{7|7| hhD4{BEEF,Variety, varieties MEATS and BY-PRODUCTS,BRAIN,RAW@S\(@%Q@$?(\)?+@ffffff j~?QR?^5?|?vȴ9@5L@%ffffff?O;dZ?xF@ ffffff@zG?hr!@#Q?zGX@Z1'@1&x?O;dZ @1 fl oz1 canBeverages L4=WHISKEY SOUR MIX,Bottled@SW???ə@5ffffff@5ffffff?(\)f?Q?ٙ@?vȴ9?zG{?vȴ9?bM?`bM?zG{@>fffff1 fl oz@P&fffff2 fl ozBeverages@M4}ALCOHOLIC Beverage,WHISKEY SOUR,Prepared FROM ITEM 14028@R(\?Q?Q?Q@) =p@)\(?zG{=?Q?bM?|1&y?ə??zG{?bM?tzG{?bM?tzG{?PbM?+ I@>ffffff1 fl ozj1 portionBeveragesR4cALCOHOLIC Beverage,CREME DE MENTHE,72 PROOF@1 fl oz1 canBeverages&5;! NABISCO,KNOX DRINKING GELATIN,ORANGE FLVR,with Aspartame,Low Calorie, calories,Powderedw@P?GzH?񙙙@8\)C?zG{* ???zG{?zG{?Q??333333?zG{ 1 envelopeBeverages)'4o Mixed Vegetable, vegetables and FRUIT Juice Drink@V\),? =p ?zG{? =p@& =p?@% =p?Q?zG{?nO;?1&y?@??xtj~?|1&y?tj?zG{?1&ye?zG?ffffffpBeverages CC tJF)4GCARBONATED Beverage,CLUB SODA@X??zG{??xtj~?PbM@=1 fl oz1 canBeverages)*5 VERYFINE Apple QUENCHERS Apple RSPBRRY CHRY Juice CKTL,Ready-to-drink@U333334?? @@&fffffBeverages6+4{ SNAPPLE,SNAPPLE KIWI STRAWBERRY COCKTAIL,Ready-to-drinkX0??@'@"?333333{@n =p8 fl ozBeveragesR/5' KRAFT,SUGAR FREE KOOL-AID MIX,with Aspartame and Vitamin C,CHERRY FLAVOR@"@ffffff?333333@@U9?ffffff0?333333.125 envelopeBeverages204k KRAFT. COUNTRY TIME LEMONADE MIX,with Vitamin C?b??333333?@Xfffff@UYH@B1 portionBeverages ''['C15  KRAFT,SUGAR FREE COUNTRY TIME PINK LEMONADE MIX,with Vitamin C?333333@?333333@@V,? \?ffffff1 portionBeveragesU24ICARBONATED Beverage,Cream SODA@U3?@*@*? ?Q?bM?vȴ9@>fffff1 fl oz1 canBeverages34[ GATORADE LEMON LIME FLAVOR MIX,Powdered@l@W33333@Vl[.75 scoopBeveragesH55 TABASCO TOMATO COCKTAIL,BLOODY MARY MIX,MILD,Ready-to-drink@W33333??ffffff@?ٙ@? =p ,@n8Q8 fl ozBeveragesU84ICARBONATED Beverage,GINGER ALE@VθQ"@!=p @!ffffff? =p ??nO;?vȴ9?@>1 fl oz1 canBeverages dd8|4m-SPINY LOBSTER,Mixed Species,Cooked,Moisture HEAT@P =q@:h\)? =p ?zG{@\(??\(3@zG?ڏ\(?nO;@M@?nO;?1&y@O;d?"`B?$/@(\)?dZ1?֗O;d?1&xZ1 lobsterU3 ozFish & Shellfish/}4g -CUTTLEFISH,Mixed Species,Cooked,Moisture HEAT@N\(@@=p =?ffffff@ Gz?=p =@%zG<D}@ zG?-V?n@Vffffff@!?hr Ĝ?lD@nP??GzH@?5?|h?ļj~#?&xU3 ozFish & Shellfish)~4S -OCTOPUS,COMMON,Cooked,Moisture HEAT@N@@=R@ =p@ @j@#zG<v@ Gz?S?bM@Vffffff?/v?tj~@=p =??j~#$,ZZ?333333??E?Լj~#?އ+ I`U3 ozFish & Shellfish <4S-OYSTER,PACIFIC,Cooked,Moisture HEAT@PzH@2fffff@ffffff@zG@#@"ffffff,.@@Q@nO;?O;dZ@)?A7Kƨ?Z1'@ l?? =p @<?333333??QR?E?Sd1 mediumU3 ozFish & Shellfish 4G -ROUGHY,ORANGE,Cooked,DRY HEAT@QFfffffY@2ٙ??ffffff&?p =q&Q?Q?x?tj~@Gffffff?p =q?lC@ ;dZ?QR?$/@zG{Q?O;dZ?zG?bMU3 ozFish & Shellfish"4U-CATFISH,CHANNEL,WILD,Cooked,DRY HEAT@SjG{i@2xQ@?ffffff ?ffffff02?Q?+?S@,?陙?Vu?&x@zG?Q?"`A @3333332?+?$/?Z1'H1 filletU3 ozFish & Shellfish (4A-CATFISH,CHANNEL,FARMED,RAW@RQ@/@\(\ ?+5?zG?"`B?nO;@)333333?333333?vȴ?333333@nO;?333333?bM @\(2?333333??I^5?}@ ě?+ J/1 filletU3 ozFish & Shellfish%4Y-CATFISH,CHANNEL,FARMED,Cooked,DRY HEAT@QQ@2Q@ =p ?Q ?=p =AP??;dZ?zG{@-?陙?Gz? ě@vȴ?vȴ9X?/w@ffffff2?vȴ9@Q?E@1 filletU3 ozFish & Shellfish4A-SALMON,ATLANTIC,FARMED,RAW@Q9@3fffff@%33333? ? =p j;?ٙ?+ J?Q@B@@333333?\(?Q@Q?zG?bM@ffffff2@vȴ9X@l@r ě;.5 filletU3 ozFish & Shellfish &4Y-SALMON,ATLANTIC,FARMED,Cooked,DRY HEAT@P0@6@(33333?ffffff?\(=?ۅQ?+ J?bM@D33333@ ?\(?GzH@  =p??9XbN"""@ffffff2@1&x@^5?|@9XbN?.5 filletU3 ozFish & Shellfish49-SALMON,COHO,FARMED,RAW@QzG@5EQ@zG? ?\($/?ۅQ?tj~?tj~@)333333?񙙙? =p ?(\)@@n?=p =?Q @\(\88?Vu@ =p?Ƨ-31 filletU3 ozFish & Shellfish4Q-SALMON,COHO,FARMED,Cooked,DRY HEATC@8L@ u\(?ffffff ?\("L4?zG?ȴ9Xb?$/@,333333???hr!@nO?^5?|?-V@ \(\;;?vȴ@ l?hr Ĝ?1 filletU3 ozFish & Shellfish -4=-TROUT,RAINBOW,FARMED,RAW@R.Q@4޸Q@?GzC?GzH #?=p =?O;dZ?nO;@)333333@333333?lC? ě@ r-V? =p ?+ @(\)TT?Q??/w?vȴ9?Gz;O1 filletU3 ozFish & Shellfish 4U-TROUT,RAINBOW,FARMED,Cooked,DRY HEAT@PR@8EQ@?V?Q  *?\(\?;dZ?zG{@ ffffff?Vt?zG{@!zG?\(?XbM@GzVV@ =p@ěS@ =pDG1 filletU3 ozFish & Shellfish 4O!-CRAYFISH,Mixed Species,FARMED,RAW@U33333H@-33333? =p ?ᙙ>?(\)?Vt?° ě@S@ =p ?E?hr Ĝ ?GzH?Gz@fffff?zG?p =q@ Q@1&x@^5?|?+ i1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game;5' /LAMB,AUS,Imported,Fresh,LEG,SIRL CHOPS,Boneless,Lean only and FAT,1/8"FAT,RAW@P =p@2TzG@,\(?Q ?4;@ zG?n?1&y@ffffff?Q?nO;@lC?\(\?+ I^@\(@O;d@nP?ěSB@=@ \(?nO;?Q@?\(?nO@ I^?bM?@zG{@@n@$/?xA@@9}p =@(?zG{@\(KN@ Gz?333333?vȴ9@#333333?$/?ԛS@Rm?tj?ߍO;dZ@I^5?}@O;dZ?vȴRU3 ozLamb, Veal & Game 4q/LAMB,AUS,Imported,Fresh,LOIN,Lean only,1/8"FAT,RAW@R G{@\(?ffffff? =pGK@Q? I^5??1&y ?lC?1&x@!o?Q?;dZ?@bM@9XbN?д9XbN@@@.5/LAMB,AUS,Imported,Fresh,Shoulder,BLADE,Lean only and FAT,1/8"FAT,RAW@O =q@0zG{@5GzH?QR?\(\N@zG{?lC?zG{@?dZ1?C$@tj?^5?|?д9XbN@Gz@$@!(r Ĝ?SC@@zG?"`B?vȴ9@<33333?Vu?5?|h@š?+ I^?5?|h @zG?zG{?Q?zG?l@@UQ1 roast Lamb, Veal & Game RR*4yBEEF,Variety, varieties MEATS and BY-PRODUCTS,SUET,RAWV?^??\(?(\)?|1&y?PbM?ə?|1&y?vȴ9?Гtj~??Q?GzH?@ @J&fffff@?Q@ \(\D@333333?$/??p =q?O;dZ?zG{?(\)@!8Q@!GzH@ =p&}1 piece, cooked, excluding refuseU3 ozBeef XX-4}BEEF,Variety, varieties MEATS and BY-PRODUCTS,TONGUE,RAW@P!R@-@0 =p?陙@ p =q@;E@\(?\(?vȴ9@"@??\(@\(?`A7L? =p@QR@\(?W@@=p =?"`A?bM@433333?zG{?(\)@ p =q? =p ?Q@zG? =p ?333333@ffffff@ =p?(\)W1 piece, cooked, excluding refuseU3 oz BeefI25OBEEF,Composite OF Retail CUTS,Lean only and FAT,0"FAT,Choice,Cooked@J(\@;5\(@2=p ?Q @\(B>@zG?hr!?hr Ĝ@4?zG{?(\)@ \(\?ffffff?zG{@@=p =@ =p?p =qW1 piece, cooked, excluding refuseU3 oz Beef bB35OBEEF,Composite OF Retail CUTS,Lean only and FAT,0"FAT,Select,Cooked@KkQ@;xQ@/ =p?zG @E?@p =q?dZ1?bM?zG{?(\)@ Q? =p ?Q@(\)@zG@Q?=p =V1 piece, cooked, excluding refuseU3 oz BeefU45 OBEEF,Composite OF Retail CUTS,Lean only,0" FAT,ALL Grades,Cooked@M=p @=Gz@"\(?zG@QcB@Q?vȴ9X?tj~@5L? =p ?θQ?\(?ffffff@Q?Q?@ QR@333333?zG{V1 piece, cooked, excluding refuseU3 ozBeefA55OBEEF,Composite OF Retail CUTS,Lean only,0"FAT,Choice,Cooked@Mj=p @=Gz@$L?zG@QcB@zG?vȴ9X?tj~@5333333? =p ?θQ@ =p ?\(? =p @333333@\(@ =p ?ffffffV1 piece, cooked, excluding refuseU3 ozBeefh[x[agmsy !'-39?EKQW]ciou{  '.5<CJQX_fmt{!$'*-0369<?CFILORUX[^adgknqtwz} 345#6&708=9E:M;U<\XeYpZw[}\] ^_`!a$b'}+~0ikmoqsuwy{}   HI!J#K%L'M)N,O.P0Q2R4S6T8U:V<W>y@ ^^:65OBEEF,Composite OF Retail CUTS,Lean only,0"FAT,Select,Cooked@Nfffff@= =p@ .zG?zG@QbB@333333?vȴ9X?tj~@4? =p ?θQ?\(?ffffff@Q@Q@ 333333?QV1 piece, cooked, excluding refuseU3 ozBeef`75OBEEF,BRISKET,Whole,Lean only and FAT,0"FAT,ALL Grades,Cooked,Braised@IQ#@:=p @3Q?ffffff@=p =A@ =p?S?Q@7L?Q?ə@ \(?zG{?GzH@?QR?@Q@!\(\?p =q]:1 piece, cooked, excluding refuseU3 ozBeef sX85OBEEF,BRISKET,Whole,Lean only,0"FAT,ALL Grades,Cooked,Braised@LG{@=@$(\)? =p@zG{F@\(?vȴ9X?hr Ĝ@8?Q?(\)@ zG? =p ?ҏ\(@?Q?@ =p @?333333]1 piece, cooked, excluding refuseU3 ozBeefK95 BEEF,BRISKET,FLAT HALF,Lean only and FAT,0"FAT,ALL Grades,Cooked,Braised@Ms33333@@s33333@ Q?zG{@zG6@p =q?/v?+ I@>fffff?&x?\(@ I^?ěS?ԛS @p =q?(\)?@ 7KƧ@ O;dZ?l(@pGz1 steakBeef::5 BEEF,BRISKET,FLAT HALF,Lean only,0"FAT,ALL Grades,Cooked,Braised@Mfffff@@Gz@\(? =p@\( 6?p =q?tj~"?&x?ʟvȴ9@\(\?hr!?Z1' @\(\?ۅQ?@-V@m?;dZE@pGz1 steakU3 ozBeef  :#94o NESTLE,NESTEA ICE TEA,LEMON FLAVOR,Ready-to-drink@V%?333333@!@?tj~1 cupBeverages?;5 TROPICANA TWISTER ORANGE STRAWBERRY BANANA Drink,Frozen Concentrate@J&fffff?ٙ?ٙ?ٙ@G@@BL@$Beverages,=5  WELCH'S ORCHARD TROPICALS PASSION FRUIT Drink,Frozen Concentrate2?333333?ٙ@Hfffff@C333333,@-Beverages?>4ICARBONATED Beverage,GRAPE SODA@V333333+?@&ffffff?zG{?Q?+ I?vȴ91 fl ozt1 canBeverages?57CARBONATED Beverage,Low Calorie, calories,OTHER THAN COLA OR PEPPER,without CAFFEINE@X33333???zG{??hr Ĝ@=1 fl ozc1 canBeverages !!s@4wCARBONATED Beverage,LEMON-LIME SODA,CONTAINS CAFFEINE@V`(?@$@$ffffff?Q ??tj~?vȴ9?Q@>333331 fl oz1 canBeveragesaA4SCARBONATED Beverage,LEMON-LIME SODA@V`(?@$@$ffffff?Q ??tj~?vȴ9?Q@>333331 fl oz1 canBeveragesB5)CARBONATED Beverage,Low Calorie, calories,COLA,with Aspartame,without CAFFEINE@X33333???Q ?zG{?+ I?Q??tzG{?O;dZ@=1 fl oz1 canBeveragesgC4_CARBONATED Beverage,COLA,without CAFFEINE@VFfffff*??@%@%?zG{ ?zG{?xtj~?nO;?1 fl oz1 canBeverages __N kD4gCARBONATED Beverage,COLA,with HIGHER CAFFEINE@VFfffff*??@%@%?zG{ ?zG{?xtj~?nO;?1 fl oz1 canBeverages;F4ACARBONATED Beverage,ORANGE@Ufffff0?@(?Q ??Q?vȴ91 fl oz1 canBeveragesG5ACARBON Beverage,Low Calorie, calories,OTHER THAN COLA OR PEPPER,with Aspartame,with CAFFEN@X33333???zG{??hr Ĝ@=1 fl ozc1 canBeveragesgI4oCARBONATED Beverage,PEPPER-TYPE,CONTAINS CAFFEINE@VY)?@$?zG{  ?zG{?xtj~?Q??Q@>333331 fl oz1 canBeverages : J5  ENERGY Drink,with CAFFEINE,NIACIN,PANTO ACID,VIT B6 and B12@V (\+?\(?@% =q@%(\)R?333333 rN?zG{?zG{?(\)??pbM@XbM?XbM?XbM?\(\?BeveragesMK4GCARBONATED Beverage,TONIC H2O@Vfffff"?@!?zG{??xtj~?PbM@>1 fl oz1 canBeverages[M4GCARBONATED Beverage,ROOT BEER@VS33333)?@%333333@%333333? ?Q?|1&y?vȴ9?@>1 fl oz1 canBeveragesV5;CARBONATED Beverage,Low Calorie, calories,COLA OR PEPR,with Sodium SACC,CONTAINS CAFFN@X33333???zG{ ?Q?vȴ9?nO;?@=1 fl oz1 bottleBeverages XXe X4Q CAROB-FLAVOR Beverage MIX,Powdered@333333t??ə?ffffff@WS33333 @ffffffhg?zG{?Q? ěT??nO;?PbM?QR?xtj~?vȴ9X?Q?Q?hr Ĝ 1 tbspBeverages2Y5 CAROB-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILK@UzGK@ GzH@Gz?@!\(\?ٙb? P.?׮zG??xtj~@ ?$/?E?lD?$/?zG{?Gza?vȴ9X?/w?1&x 1 cupBeveragesa_5 CHOCOLATE-FLAVOR Beverage MIX FOR MILK,Powdered,without ADDED Nutrition?]@ ffffff@?@V33333@@U*=p %@ QbO??\(?柾vȴ9@?ffffff?bM?° ě?Z1'?vȴ9?zG{??񙙙?XbM?$/?KƧ1 servingBeverages Za5  CHOCOLATE-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILK@T2\(U@ =p@ Q?\(@'R?ٙ@(333333_?333333X:?޸Q?E?bM@ ??tj? =p ?-V?Ձ$/?hr Ĝ?ٙ^?Q?333333?\(?+ I?+  1 cupBeveragesDb5) KRAFT,KOOL-AID SPLASH SOFT DRINK GRAPE BERRY PUNCH,Ready-to-drink@Uٙ.?@(ffffff@'?zG{1 NLEA servingBeverages e4+/ CHOCOLATE SYRUP@?zG?p =q@PFfffff@@H33333@GzAH?\(\?bM?r ě?ffffff?ə?nO;??ԛS?vȴ9?xtj~?S?M?vȴ9@C@1 serving, 2 tbspBeverages ll;f4_ CHOCOLATE SYRUP,Prepared with Whole MILK@T =qZ@\(@zG?zG@)\(?333333@&QY?zG{Z/?ۅQ? =p ?(\)@ 333333?+?Q?7KƧ?(\)?bM?QRX??ə?`A7L?zG?tj 1 cupBeverages"k4ECLAM and TOMATO Juice,Canned@Uٙ0?333333?ə?333333@%fffff?ٙ@ zG{?333333 Yj?zG{?-V?bM?ٙ?$/?tj~?͑hr ??|hs?;dZ?Q?(\)Y @>3333331 fl oz1 canBeverages+p41 COCOA MIX,Powdered?@Q@ffffff@U!Gz@ @RzG? =p S;?\(\?M?7KƧ??tj~?zG?n?tj~?/v?Q?\(?陙@C$?7KƧ?vȴ9X@>>?\(@333333?1&y?tj~?+1 cupLegumes ^^(4C BEANS,PINK,MATURE SEEDS,RAW@$QW@4\(?zG@ GzH@P (\@)ffffff@=p =@zG@ffffff?Q?tj ?9XbN?ȓtj~?E?lC?/w?p =q?Ұ ě?+ J?+ I^1 cupLegumes@)4q BEANS,PINK,MATURE SEEDS,Cooked,Boiled,without SALT@N@"Q?\(\?p =q@;\)@333333?׮zG4@ffffffA?Q?XbM?7KƧ?ffffff?r ě? ěT?=p =?"`A?ffffff?QR@ffffff? ěT?$/?Gz1 cupLegumes9*4EBEANS,PINTO,MATURE SEEDS,RAW@&\)[@5kQ?zG@ zG@OFfffff@/@Gzq@GzHq @=p =?tj~?^5?|@;fffff@333333?`A7?"`A?ȴ9Xb?Q?Vt   ?Gz@ffffff?zG?O;dZ? I^5?1 cup 1 tbspLegumes ``O+4sBEANS,PINTO,MATURE SEEDS,Cooked,Boiled,without SALT@Oy@"Q??Q@:8Q ?\(.@Q2?\(\?1&x?E@?陙?ȴ9XbN?vȴ9X?Z1'?Gz?O;dZ?zG@ ?S?"`A?-V1 cup@%3333331 tbspLegumes0,4K BEANS,PINTO,MATURE SEEDS,Canned@Sb\(V@p =q?Q? =p@.@ffffff?(\)+?\(\\&?zG?Q?O;dZ@ffffff??"`B? ěT?Ұ ě?hr Ĝ?l<<<?Gz@?`A7K?ļj~#?~"1 cupLegumes-4Q BEANS,Small WHITE,MATURE SEEDS,RAW@'kQP@5(\?Gz@@O @8fffff@Q @zG{?QR?r ě@)?Ƨ-?~"?xF?S?tj?tj~?1&?9XbM1 cupLegumes ,,zI74}/GAME MEAT,BISON,RIBEYE,Lean only,1" STEAK,Cooked,Broiled@PQ@=s33333@zG?QR@ =p s4@ =p ?ɺ^5?|?tj~@E ?7KƧ?ӥS@|hs?(\)?ffffff? =p?Gz@Z1'@9XbN?$/O@fQGz1 steakU1 servingLamb, Veal & GameF85/GAME MEAT,BISON,TOP Round,Lean only,1" STEAK,Cooked,Broiled@PEQ@>.zG@ =p?333333@ (\)~)@QR?Gz?+ I)?Q?\(\@fffff?+ I^?$/?\(?Gz?O;dZ? =p?˅QU@f1 steakU1 servingLamb, Veal & Game694m /GAME MEAT,BISON,TOP Round,Lean only,1" STEAK,RAW@R|z@7QR@p =q?Gz@GzH/@\(\?ěS?bM@Afffff?Ƨ-?Ցhr @dZ?hr ?lC??\(?vȴ9?ffffff?/vA@~1 steakLamb, Veal & Game  :4= /GAME MEAT,ELK,GROUND,RAW@Q5\(@5\(@! =p? =p @BO@?333333?O;dZ??У =p@\(?Q?Ձ$/@ =p ?Q@ n@Vu?ڏ\(BLamb, Veal & Game1;4[/GAME MEAT,ELK,GROUND,Cooked,PAN-BROILED@P\)@: =p@!zG{? =p @ QbU@=p =?-V?+ I ??zG{@GzH??Gz@\(?=p =@ I^5@Vu?^5?|N@WR1 pattyU1 servingLamb, Veal & Game5<4c/GAME MEAT,ELK,LOIN,Lean only,Cooked,Broiled@P @Q?=p =@zG6@ffffff?$/?tj~@%?zG{?Q@!\(?O;dZ?zG ?\(?Q?-V?xF?+ I^K@\aGz1 steakU1 servingLamb, Veal & Game ``==4e/GAME MEAT,ELK,Round,Lean only,Cooked,Broiled@P[Q@> =q@Q?zG{@QR 3@\(?I^5?}?Q@%333333? =p ?p =q@ =p?$/?m ??GzH?O;d??vȴ9XN@e333331 steakU1 servingLamb, Veal & GameB>4o/GAME MEAT,ELK,TENDERLOIN,Lean only,Cooked,Broiled@P;Q@>\(@ GzH?p =q@GzH2@zG{?Vt?tj~@%?nO;?׮zG@nO?dZ1? =p @zG?ᙙ?xF? =p ?ěSH@W\(1 steakU1 servingLamb, Veal & Game?4? /GAME MEAT,DEER,GROUND,RAW@Qə@5ǮzH@Q?(\) @\(\JK@?Q?1&y ?$/?^5?|@?zG?ݲ-V?Q??333333@ S?$/?7KƧPLamb, Veal & Game ggA@4]/GAME MEAT,DEER,GROUND,Cooked,PAN-BROILED@PQ@:s33333@ p =q?Q@ lN@??vȴ9@$?tj?hr!@"$?QR?E@\(?\(?ffffff@l?$/?j~"b@W*=p 1 pattyU1 servingLamb, Veal & GameNA4w/GAME MEAT,DEER,LOIN,Lean only,1" STEAK,Cooked,Broiled@PzG@>333333@ =p ?@\(\9@ =p ?Vu?-V@*?Q?j~"@%$?Ƨ-?1&x ?GzH? =p?333333?tj?vȴ9X?^5?|O@K/\(1 steakU1 servingLamb, Veal & Game NN\B5/GAME MEAT,DEER,Shoulder CLOD,Lean only,3-5 LB Roast,Cooked,Braised@M =p@B# =p@?Q@ =p 94@!GzH?=p =?vȴ9@133333?Õ$/?$/@Q?ffffff?ȴ9Xb @zG{???XbM?Vu?p =qq@rOzH1 roastU1 servingLamb, Veal & GameLC5/GAME MEAT,DEER,TENDERLOIN,Lean only,0.5-1 LB Roast,Cooked,Broiled@P@=fffff@?QR@!+9@Q?A7Kƨ?+ I ?У =p?tj@!\(?dZ1?S @ \(? =p?E?^5?|?A7KƨX@iB=p 1 roastU1 servingLamb, Veal & Game 22tR55)BAGELS,Plain,Toasted,Enriched,with Calcium Propionate (Including ONION,POPPY,SESAME)@;'@&?333333?ffffff@L@?zG{P@\(gm>?zG?ffffff?◍O;d@A333333?ݡo?ӅQ@\)?A7Kƨ?+ JaP?zG{?ə5?5?|h?Q?-V@?333333?&x?zG@ C%?xF?EXB?zG{m!!?l?Gz?C%1 bagel@QB\(1 small bagelBaked Products/U49)BAGELS,CINNAMON-RAISIN @#?333333?@K@ffffff@Q@ffffffdB?zG?/w?1&x?ffffff?ؓtj~?Ѻ^5?|@ =p?I^5?}?vȴ9XoZI? =p?ffffff6?щ7KƧ?ffffff?xF@5 BEEF,CHUCK,ARM POT Roast,Lean only and FAT,0" FAT,Choice,Cooked,Braised@I,6@}p =? @ =p"@@ =p ?+ I?vȴ9@5333333?Q?QR@ Q?׮zG?p =q@ =p@(zG@*zG?U"1 piece, cooked, excluding refuseU3 ozBeef DDQK5#OBEEF,RIB,Large END (RIBS 6-9),Lean only and FAT,0"FAT,Select,Cooked,Roasted@H =pK@7zG{@9=p ?\( @333333,A@ =p ?KƧ?1&y@5?Q?QR@?QR?p =q@\(@$@%(\?zG{T1 piece, cooked, excluding refuseU3 ozBeefcL5OBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,ALL Grades,Cooked,Roasted@L33333@;zH@*?GzH@\(eI@ =p?Gz?bM@6? =p ?(\)@??У =p @Gz?Q?@ffffff@ffffff?QRQ1 piece, cooked, excluding refuseU3 oz&Beef VBM5OBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,Choice,Cooked,Roasted@Lffffff@;zH?GzH@\(eI@ =p?Gz?bM@6? =p ?(\)@??У =p @Gz@\(@zG?ۅQQ1 piece, cooked, excluding refuseU3 oz(BeefIN5OBEEF,RIB,Large END (RIBS 6-9),Lean only,0"FAT,Select,Cooked,Roasted@Mfffff@;zH@&?GzH@\(eI@ =p?Gz?bM@6? =p ?(\)@??У =p @Gz@333333@zG?QQ1 piece, cooked, excluding refuseU3 oz%BeefYO5/BEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,ALL Grades,Cooked,Broiled@L\(@;EQ@-zG{?񙙙?T8@Q?E?zG{@=?l?ěS@+ I?7KƧ?E???@Gz@"`A?$/o@m*G{1 steakU3 ozBeef ``EP5'OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Choice,Cooked,Broiled@I=p 8@8G{@6 =p?GzH @=p =V@@Q? =p ?1&y? =p ?QR@Q?333333?ffffff@"zG{@#\(?\(S1 piece, cooked, excluding refuseU3 ozBeefSQ5'OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,0"FAT,Select,Cooked,Broiled@JeQ@8\)@3=p ?p =q @ffffffX@@Q? =p ?1&y@5? =p ?QR@Gz? =p?ffffff@zG@ Q@ G{?\(S 1 piece, cooked, excluding refuseU3 ozBeef \\QR5BEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,ALL Grades,Cooked,Broiled@OKQ@=h\)@Q?Gz?Qx=@ =p?E?+ I@A&fffff?zG{?nO@ zG?+ I?1&x ?=p =?ٙ?ffffff@l@ =p ?Ѻ^5?|L@m*G{1 steakU3 ozBeefKS5OBEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,Choice,Cooked,Broiled@MY@< =p @'ffffff?zG @\(E@\(??bM@5fffff??(\)@333333?\(?ٙ@ \(@Q@\(?QP1 piece, cooked, excluding refuseU3 oz%Beef bKT5OBEEF,RIB,Small END (RIBS 10-12),Lean only,0"FAT,Select,Cooked,Broiled@N&fffff@< =p @!ffffff?zG @\(E@\(??bM@5fffff??(\)@333333?\(?ٙ@ \(@ zG@ \(\?P1 piece, cooked, excluding refuseU3 oz%BeefJV5BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,Braised@L=p @@ǮzH@!Q@\(,@ffffff?zG{?tj~@A?E?x@vȴ9X?/v?9XbM ?Q??@ xF@ I^5?`A7Kc@gzH1 steakU3 ozBeefLW5 BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,Roasted@Pp =@;kQ@Gz?p =q@Q$@p =q? =p?zG{@<? ěT?° ě@,1&y?O;dZ? =p ?zG{?QR?@/v@ ěT?ҟvȴ9V@~zG1 roastBeef ##hAY5 BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Choice,Cooked,Braised@L^Q@@]p = ?(\)@zG*@ =p?-V?+ I@A@?hr Ĝ?ǍO;dZ@1&y?䛥S?ۅQ ?Q?p =q?@ vȴ9X@O;? ěTp@gzH1 steakBeefHZ5 BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Choice,Cooked,Roasted@OQ@:\(@"p =?\(@#@ =p?-V?nO;@<?1&y?333333@["`B?/w?և+ I?\(?\(?ffffff@ hr!@^5?|?֗O;di@ =p1 roastBeefH\5 BEEF,Round,Bottom Round,Lean only and FAT,0"FAT,Select,Cooked,Braised@L\(@A1R@Gz?zG @Q-@Q?+ I?tj~@@fffff?E?$/@5?|h?^5?|?hr! ?(\)??@333333@ &x?ҟvȴ9V@fWzH1 steakBeef W@ =pJE?\(?+?Q???-V?^5?|?-?O;dZ?nPQQQ?"`B?bM?m1 cupLegumes dd:14EBEANS,WHITE,MATURE SEEDS,RAW@& =pM@7\(\?333333@@N"\(@.ffffff@Q@$Gz-@ \(\?|hr?j~#@)?+?° ě?ާ-?lC?Z1'?(\)@?1&x?l?KƧ1 cup@)3333331 tbspLegumesK24sBEANS,WHITE,MATURE SEEDS,Cooked,Boiled,without SALT@O=p @#u\(?ffffff?@9 =p@333333? =p Z@ ?q1?zG?^5?|?Z1'??5?|h?O;dZ?Q?O;dZ?+QQQ? =p @ ?KƧ?vȴ9X?tj~1 cup@&ffffff1 tbspLegumes 34K BEANS,WHITE,MATURE SEEDS,Canned@Qfffffu@ =p ?ҏ\(?Gz@5 =q@333333I@Q3[?Q?Ͳ-V?zG{??tj~?l?hr!?ǮzG?333333AAA?l??|hr1 cupLegumes NN>44]BROADBEANS (FAVA Beans),MATURE SEEDS,RAW@%\(U@:Q?zG{@ =p@M%Q@g@& @ Q?^5?|?tj@ ffffff?ffffff?\(?O;dZ@-?;dZ?lC5? ?A7Kƨ?dZ1?bM1 cup@"1 tbspLegumesP55  BROADBEANS (FAVA Beans),MATURE SEEDS,Cooked,Boiled,without SALT@Q\(n@ffffff?ٙ?Q@3fffff@?Q$?+} ?(\)?Гtj~?l@?333333?E?ȴ9Xb?n?tj?nO;hhh?zG{@333333 ?`A7L?9XbM?E1 cupLegumes64c BROADBEANS (FAVA Beans),MATURE SEEDS,Canned@TzGG@Gz?(\)?GzH@(R@  O? =p?lC?nO;???zG{??Q?vȴ9X? =p !!! ?l?+ I? =p 1 cupLegumes LLl74#CAROB FLOUR@ =p@zG{?@(\)@V8Q@Cfffff@H=p \@Q6O;#?p =q?E?A7Kƨ@333333?ə?"`A?݁$/?Z1'?bM?lC?(\)? =p ?7KƧ?˥Sg1 cup1 tbspLegumesL84{CHICKPEAS (GARBANZO Beans,BENGAL Gram),MATURE SEEDS,RAW@'\(l@3L@(\)@ =p@NS33333@1ffffff@%ffffffi@\(snk@ p =q?vȴ@o@ ffffff?އ+ I?"`A?-?hr Ĝ?Q---C?=p = (?1&x?^5?|@O;dZ1 cup@)1 tbspLegumes@94q CHICKPEAS ,MATURE SEEDS,Cooked,Boiled,without SALT@NG{@!Q@Q?p =q@;kQ@ffffff@3333331@Q0#?zG{?և+ I?zG{@ ??-V? ěT?E?M?n?ffffff?7KƧ?-?~"1 cupLegumes /:5 CHICKPEAS (GARBANZO Beans,BENGAL Gram),MATURE SEEDS,Canned@Ql(\w@?=p =?\(@6Q@ ?Z+?\(?E?S@ffffff@ffffff?-V?`A7L?lD?"`A?ECCC?5?|h?r ě?QR1 cupLegumes,;4;CHILI WITH BEANS,CANNED@R =qp@ =p@\(?zG@'R@?Q/@ p =q-m ?E?&x??333333?tj~?Gz?x?Q?`A7LQ?=p =@+Rj@`A7@-?+ I^1 cup1 tbspLegumes<4M COWPEAS,CATJANG,MATURE SEEDS,RAW@&W@7ٙ@\(@ Q@MR@%ffffffU@#fffffM_:@p =q?l?9XbN@"333333??\(?\(@\(\?-V?vȴ!?XbM?$/?r ě1 cupLegumes M.=4{ COWPEAS,CATJANG,MATURE SEEDS,Cooked,Boiled,without SALT@Qlu@ B\(?Q?\(@4QR@ @ffffff`w?Q?XbM?E@?ٙ?ļj~#?O;dZ?+ ?ش9XbN?O;dZ ?ǮzG?5?|h?dZ11 cupLegumesQ>5COWPEAS,COMMON (BLACKEYES,CROWDER,SOUTHERN),MTRE SEEDS,RAW@'fffffP@7Q?(\)@ Q@N =p@%333333@n@ =p X@ \(? =p ?r ě ??KƧ?hr!@?-V?+ yyy2?\(?/v?"`A?XbM1 cup@%1 tbspLegumesZ?5 COWPEAS,COMMON (BLKEYES,CRWDR,STHRN),MTURE,Cooked,Boiled,without SALT@Q\(t@Q?\(?zG@4\(@@ ffffff@zG5? =p?&x?ffffff@?ٙ?"`B?(\)?߮zG?M??Q?333333 ?lD?+ I?1 cupLegumes @4] COWPEAS,COMMON,MATURE SEEDS,Canned,Plain@SQM@\(?ᙙ?333333@+B\(@ ffffff? =p F+?ffffff?E?1&@ffffff@?tj~?l?֧-?QR? =p 333 ?nO;?O;dZ?Vt1 cupLegumes A4e COWPEAS,COMMON,MATURE SEEDS,Canned with PORK@Se\(S@Q?? =p@0zH@ ffffff?Q+`^? =p?\(?+ J@ffffff?ə? ěT??ە$/?r ě? =p 333?\(\?E?O;dZ1 cupLegumeswC4K HYACINTH Beans,MATURE SEEDS,RAW@"\(X@7fffff? =p @(\)@NaGz@fffffft@"?\(\?+ I^@ ffffff?zG?hr Ĝ?\(?n? =p?nO;1 cupLegumes llz D4y HYACINTH Beans,MATURE SEEDS,Cooked,Boiled,without SALT@QHQu@ GzH?\(?\(\@433333(@QRRxQ@?m?+ @ffffff?GzH?l?M?9XbM?l?XbM1 cupLegumes-E4=LENTILS,MATURE SEEDS,RAW@&aGzR@<\(?Q@@LQ@>@3@" =p k @ Gz?C$?/w@ ffffff@?ffffff?\(\@+?$/?Q'?Q?GzH?/w?ܛS1 cup 1 tbspLegumesQF4kLENTILS,MATURE SEEDS,Cooked,Boiled,without SALT@Qh\)t@" =p ?QR?\(@4!Gz@?@ =p$q?QR?bM?ߝ-V@ffffff??šo? ě?\(?j~"?ȴ9Xb?(\)?333333?"`A?bM?ffffff1 cup@(1 tbspLegumes rr0G4OLIMA Beans,Large,MATURE SEEDS,RAW@$W =pR@5u\(?zG@333333@O =q@!Q@ =p @ =p?zG?n@?9XbM?"`B?O;d?zG?bM? =p ?ěS?vȴ9X?Ƨ-1 cup@&3333331 tbspLegumesAH4}LIMA Beans,Large,MATURE SEEDS,Cooked,Boiled,without SALT@Qr\(s@333333?QR?ffffff@4Gz@333333@Q+o?ffffff?zG?nP@?ěS?(\)?l? I^5?ěSSSS? =p ?ȴ9Xb?hr Ĝ?S1 cup@'ffffff1 tbspLegumesI4U LIMA Beans,Large,MATURE SEEDS,Canned@SEQO@Q?\(@\(\@-R@333333?\('JP?? =p ?;dZ@?(\)?hr Ĝ?д9XbN?Гtj~?KƧ222?+?Q?l1 cupLegumes 6J4i LIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,RAW@(# =pO@4Q?\(@ ffffff@Oj=p @4@ =pQ@\(r{ @?GzH?"`?^5?|?lC?dZ1?=p =?hr!?ffffff@?1&x?$/?Gz1 cupLegumes5K5 LIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,Cooked,Boiled,without SALT@Pə~@ zG?QR?Q@7O\(@@3333335?zG{?˅Q?Q@?ěS?(\)?Q?5?|h?+?+ I?hr Ĝ?šo1 cupLegumes L4; LUPINS,MATURE SEEDS,RAW@$Gzs@B\(@#zG{@ =p =@D0 =q@p =q@?Z1'@Vu@ ffffff@333333?zG{?(\)@Q??+ ccc?~"@Q@nP1 cupLegumes \>Z4U)BISCUITS,Plain OR Buttermilk,DRY MIX@"ffffff@.@Offfff@@'L@(\)I?333333?öE?\(@?333333?ffffff?+@+ I^?I^5?}?tj~}u?\(? =p@@Q@!+ I^@+ Jr1 cupx1 cupBaked Products7[4g )BISCUITS,Plain OR Buttermilk,DRY MIX,Prepared@@@+@Eٙ?@ =p bR?ffffff?hr Ĝ?m@4?ى7KƧ?̬1&y@ zG?(\)?O;dZ83\@ + I^@.zG?j~#@w??zG{?QR@5fffff?1&y?p =q?Q?1&?E ?zG{W?zG{@G? I^5??~"? I^5?@?1&x?lC@dZ1? I^5??bMi#F????У =p?-?|hr@j~"?-V3@"@ffffff?ffffff8@Q@Qr ?=p =? =p?ָQ?陙?nO?7KƧ@=p =???|hs/% I?0-?Ƨ-?lC?S@fffff?/v?\(@hr!?Q?QR ?\(?׮zG?@I^5?}@ E?=p =g@ =p1 roastU3 ozBeefEe5BEEF,Round,Bottom Round,Lean only,0"FAT,Select,Cooked,Braised@Mh\)@Aw =p@333333?(\)@!.@Gz?tj~?vȴ9@Efffff?$/?1&x@+ I?tj?݁$/ ??(\)?@$/@=p =?zGU@fWzH1 steakU3 ozBeef _Lf5BEEF,Round,Bottom Round Roast,Lean only,0" FAT,Select,Cooked,Roasted@Py@333333?5?|h?ěS@ I^?tj? ?Q? =p ??@~"?lC6@v(zG1 roastBeef %%jAi5 BEEF,Round,EYE OF Round,Lean only and FAT,0"FAT,Select,Cooked,Roasted@Pu\(@=Q@Gz?\(\@'@ =p?333333?zG{@r5 BEEF,Round,TIP Round,Lean only,0" FAT,Select,Cooked,Roasted@PQ@;^Q@Q?\(@zG$@?E?zG{@A333333?`A7L?l@?^5?|?vȴ ?\(?\(?333333? I^5?9XbN?ěS>@ԙ1 roast Beefds5OBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,ALL Grades,Cooked,Braised@JzG@@=p @&(\?zG@\(;-@Q?E?hr Ĝ@@?Q?θQ@ Gz?ffffff?GzH @?\(?333333@GzH@Gz?zGZ1 piece, cooked, excluding refuseU3 ozBeef LLbt5OBEEF,Round,TOP Round,Lean only and FAT,0"FAT,ALL Grades,Cooked,Braised@L33333@A\(@=p =?Q@ (\)J-@?;dZ?nO;@@Y?Q?@zG?׮zG?Q @p =q?333333?@@zG?GzHZ 1 piece, cooked, excluding refuseU3 ozBeefJu5OBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,Choice,Cooked,Braised@J\)@@=p @)\(?Q@Q8-@\(?-V?hr Ĝ@@?Q?θQ@ =p?ffffff?GzH @Q@p =q@GzH?\(Z!1 piece, cooked, excluding refuseU3 ozBeef fHv5OBEEF,Round,TOP Round,Lean only and FAT,0"FAT,Choice,Cooked,Braised@LzH@A\(@\(\?Q@ (\)J-@?;dZ?nO;@@Y?Q?@zG?׮zG?Q @p =q@(\)@\(? =pZ 1 piece, cooked, excluding refuseU3 ozBeefJw5OBEEF,Round,TOP Round,Lean only and FAT,1/4"FAT,Select,Cooked,Braised@Kl@A Q@#Q?ffffff@ Q=-@=p =?5?|h?hr Ĝ@@?Q?θQ@ =p ?ffffff?GzH @Gz@ =p@QR?ٙZ1 piece, cooked, excluding refuseU3 ozBeefHx5OBEEF,Round,TOP Round,Lean only and FAT,0"FAT,Select,Cooked,Braised@M>Q@A\(@QR?Q@ (\)J-@?;dZ?nO;@@Y?Q?@zG?׮zG?Q @p =q?Q@ =p ?p =qZ 1 piece, cooked, excluding refuseU3 ozBeef qUy5 OBEEF,Round,TOP Round,Lean only,1/4"FAT,ALL Grades,Cooked,Braised@L33333@B\(@ffffff?@ \(N-@=p =?vȴ9X?nO;!?Q?@zG{?׮zG?Q @?Q??Q@p =q?Z1 piece, cooked, excluding refuseU3 oz BeefLz5 OBEEF,Round,TOP Round,Lean only,0"FAT,ALL Grades,Cooked,Braised@MY@B\(?@ \(N-@=p =?vȴ9X?nO;!?Q?@zG{?׮zG?Q @?Q??Q? =p ?(\)Z1 piece, cooked, excluding refuseU3 ozBeef;{5OBEEF,Round,TOP Round,Lean only,1/4"FAT,Choice,Cooked,Braised@Ls33333@B\(@?@ \(N-@=p =?vȴ9X?nO;!?Q?@zG{?׮zG?Q @@ =p@(\)?ҏ\(Z1 piece, cooked, excluding refuseU3 oz Beef 1/4m COFFEE,Instant,with SUGAR,FRENCH-FLAVOR,Powdered@333333@@1 =p@333333@Q=p @L8Q$?Q-b?У =p?&x?zG{@?PbM?+ I@o-V?vȴ9?pbMV3@ 7KƧ@*:^5?|?"`A@'2 tspBeveragese5) KRAFT,GENERAL FOODS INTRN COFFEE CAFE FRANCAIS FLV Instant,Powdered@@@:@ffffff@Kfffff@ @>333333?\(.@ 1 NLEA ServingBeveragesb5 ) KRAFT,GENERAL FOODS INTRN COFFEE FRENCH VAN FLV Instant,Powdered?@@3333333@@Qfffff?ffffff@K&fffff ?Q"@ffffff1 NLEA ServingBeverages vm51) KRAFT,GENERAL FOODS INT COFFEE SGR and FAT FR Low Calorie, calories FRN VN Instant@k@@@L@@>?=p =?陙1 NLEA ServingBeveragesE4m COFFEE Substitute,Cereal GRAIN Beverage,Powdered@\(h@ =p @(\)@=p =@SG{@7L@Q4@ffffffD S?QR?ʟvȴ9?񙙙@Pfffff?nO;?QR@1lD?\(?lC444?\(\??A7Kƨ?x?lD@ffffff1 tspBeverages=4COFFEE Substitute,Cereal GRAIN Beverage,Prepared with H2O@XzG?zG{?Q?zG{?333333?Q?Q?zG{?nO;?1&y?陙?tzG{?PbM?hr!?nO;?zG{?zG{?bM?tzG{?bM1 cup1 fl ozBeverages  4SCRANBERRY-APPLE Juice Drink,Bottled@TpG?Q??zG{@2(\??Q? =p ?|1&y? =p ?tzG{?zG{?Q?1&y?$/1 cup@>1 fl ozBeverages 4WCRANBERRY-APRICOT Juice Drink,Bottled@T@?ə?@0333333? ?333333=?zG{?Q??tzG{?zG{?Q?nO;?zG{1 cup@>1 fl ozBeverages!4SCRANBERRY-GRAPE Juice Drink,Bottled@Uffffff8?ə????zG{?zG{?|1&y?9XbM ?zG{?nO;?Q?"`A?1&y?`A7L?pbM?O;dZ1 cup@>1 fl ozBeverages ]]~"4MCRANBERRY Juice COCKTAIL,Bottled@U`9?@,?@+?333333?Q?nO;?ȴ9XbN@A33333?nO;?nO;?Q?1&y?tj~?nO;?1&y?+ I1 cup@?1 fl ozBeveragesW#5MCRANBERRY Juice COCKTAIL,Bottled,Low Calorie, calories,with Calcium,SACCHARIN and CORN Sweetener@W?zG{?zG{? =p @ffffff@\(\ ?zG{?zG{?zG{?xtj~@@?`bM?pbM?PbM?`bM??ə1 cup@=1 fl ozBeverages#$4= EGGNOG-FLAVOR MIX,POWDER??ٙ?ffffff@XY?ٙ@S p = ??Q?bM?tj?ffffff?pbM?tj~? =p?1&?tzG{?Q?zG{?^5?|?;dZ?1&y@%4u EGGNOG-FLAVOR MIX,Powdered,Prepared with Whole MILK@S=p _@p =q@(\)?zG@,ffffff@)QR\?Q My7?ffffff?+ I?|1&y@ 333333?zG{??|hs?1&y?Q?`A7L?\(^?Q?ə?7KƧ?C%?+ 1 cupBeveragesM64cCITRUS FRUIT Juice Drink,Frozen Concentrate@L33333?333333??񙙙@D&fffff?ə@C^Q@Q$?Q?E?QR?333333@W33333?1&?S?9XbM?ݡo?tj ?Q??|1&y?|1&y?Q@A1 fl oz1 canBeverages;75CITRUS FRUIT Juice Drink,Frozen Concentrate,Prepared with H2O@U=p 2? =p ??\(@(aGz?@&\(?1?zG{?hr Ĝ?|1&y?@-333333?bM?bM?;dZ?(\)?bM?zG{ 1 cup1 fl ozBeverages  84q FRUIT PUNCH Drink,without ADDED NUTRITENTS,Canned@UzG0?@' =q@&zG? =p  ?zG{?zG{?$/?ə?ٙ?+ I?O;dZ?$/?1&y?+ I?zG{Beverages+;4iFRUIT PUNCH Drink,with ADDED Nutrition,Canned@UzG/?@' =q?ə@&zG? =p &?zG{?zG{?$/?ə@=?+ I?O;dZ?$/?1&y?+ I?zG{ ?`bM?htj~1 cup1 fl ozBeverages<4UFRUIT PUNCH Drink,Frozen Concentrate@M?ə?ə@D33333?ٙ?333333,?Q? =p ? =p @cs33333?hr Ĝ?O;dZ?l?1&y?$/'?htj~?htj~?xtj~@Affffff1 fl oz1 canBeverages "M4i LUPINS,MATURE SEEDS,Cooked,Boiled,without SALT@QQw@/# =p@\(\?ᙙ@#\(@ffffff3?3333336?zG?͑hr ?o@?񙙙?&x?"`A?߮zG?bM?nO;;;;?$/?Gz?\(\1 cupLegumesN4A MOTHBEANS,MATURE SEEDS,RAW@#\(\W@6 =q?\(@ =p @N\(@%33333}?Q?tj?Q@ ffffff?lC?KƧ@ffffff?\(?lC ?KƧ?nP?1 cupLegumesO4o MOTHBEANS,MATURE SEEDS,Cooked,Boiled,without SALT@QNQu@=p =?ᙙ?333333@4\(@ Qh0 ?Gz?E?/w@ffffff?vȴ9X?O;dZ?`A7K?$/?+ ?vȴ9X?+ I?bM1 cupLegumes WW2P4CMUNG Beans,MATURE SEEDS,RAW@"[@7(\?ffffff@ \(@OO\(@0L@ffffff@\(o@p =q?1&?\(@ ffffff@333333?;dZ?m@ I^5?\(?r ěqqqr?QR D?E?ěS?ؓtj~1 cup 1 tbspLegumes7Q4q MUNG Beans,MATURE SEEDS,Cooked,Boiled,without SALT@R*=p i@zG?QR?GzH@3&fffff@ffffff?ffffff0c ?Gz?+?nO@?E?;dZ?vȴ9X?=p =?&x?333333@?-V?S?bM1 cupLegumes4R5  NOODLES,CHINESE,CELLOPHANE OR LONG RICE (MUNG Beans),Dehydrated@* =p_?zG{?Q?GzH@U\(?@\(\ ?=p =?j~#?@?333333?ə??? =p?hr Ĝ?bM?nO;1 cupLegumes mmS4E MUNGO Beans,MATURE SEEDS,RAW@%U@95\(?=p =@ Gz@M~Q@2L@GzH {&@ ?dZ1?nO;@ ffffff?xF?A7Kƨ?&x?E?lC?/v?\(?"`A1 cupLegumesBT4sMUNGO Beans,MATURE SEEDS,Cooked,Boiled,without SALT@R =qi@(\)?ᙙ?\(@2W =p@@zG5???\(?n?^5?|@?333333?333333??۶E?-V^^^?333333@?tj~?-V?"`1 cupE1 ozLegumes6U4CPEAS,SPLIT,MATURE SEEDS,RAW@&=p U@8?\(@333333@N/\(@97@Qsn@zG?E?A7Kƨ???;dZ?˅Q@1&? ěT?E? =p @-Y?ěS?"`?߮zG1 cup@|Y1 lbLegumes LLBV4qPEAS,SPLIT,MATURE SEEDS,Cooked,Boiled,without SALT@Q_\(v@ zG?\(?\(@5@ @333333? =p$cj?+ I^?XbM?333333?ٙ?QR?1&y?zG{? =p ?tj~AAA?Q?S?j~#?Q1 cup@(ffffff1 tbspLegumes)W47PEANUTS,ALL TYPES,RAW@7@9@HQ@ =p@0!Gz@!@\(\@QRx@ (\)?M?l@?zG{?GzH@(!o?E?E@ \)@Vt@8m@/5?|1 cup@@+@6\(?333333@5B\(@!@\(7?(\)f?GzH?-V?^5?|@?Гtj~? ěT@ 7KƧ?ffffff?tj~KKK@ffffff@p =q@%׍O;d@m?1 cup1 cup, shelledLegumes VVVY4[);PEANUTS,ALL TYPES,OIL-ROASTED,with SALT?333333W@<zH@J@@@.Q@"@Q=?QR@@ =p =?Vu?Q@ ffffff?陙?\(?ȴ9Xb@+fffff?;dZ?݁$/xxx@\(@!Xtj@9-V@.^5?}1 cup, chopped1 cup, halves and wholeLegumes7Z4[PEANUTS,ALL TYPES,DRY-ROASTED,with SALT?I@7zG@HzG@ @5\(@Q6@zGf-@ zG{?xF@lD@?1&x?+ J@+ ?QR?bM@333333@nO@8 =p@/cS@@QPL@ Q?j~#?zG@333333?r ě?333333@)?l?\(@P`A7@5ilD@01 cup@Q@3 =q@zG{@>(\)@"@/ffffff@\(?+ I@"`A@1?+? =p?+?`A7K? ěTwww?333333/@nO@-V@&\(1 cupLegumes#W?Q?޸Q?H?~"??|hs?;dZ@ @#@7@?=p =@zG{E?QR?ҏ\(? =p,?ղ-V?zG{@Q?ꗍO;d?\(###?Q?ffffff5?=p =?Vt?Gz@1 pita1 pitaBaked Products3{4M)BREAD,Protein (Including GLUTEN)(@(333333@?ffffff@Efffff? =p |@AB#?Q?ڰ ě?O;dZ@@s33333? =p ?7KƧ@'-?Gz?-VtQ#? =p ?M??|hs?lC?$/@4Y)BREAD,Reduced-calorie,OAT BRAN,Toasted@Aٙ@#@ffffff?@H@,@D@7z? =p ?`A7?tj@8?աo?Ƨ-@ ěT??|hs?ER0"s?Q0?\(? I^5??+@ffffff?? I^5?Gz@zG?(\)? ěT[??θQ?ə)?tj? ěT? I^5@fffff?n?Q@~"?lC?E[2)~?ҏ\(?1?웥S?Q?Vu@?+?n@j~#?5?|h?S ?333333?\(?ffffff@+ @ &x?=p =:U3 oz1 steak, excluding refuseBeefN5BEEF,Short LOIN,TOP LOIN,Lean only and FAT,0"FAT,Choice,Cooked,Broiled@O @ffffff?-V?@/w?Q?$/ ?zG?ٙ?ffffff@ =p@5?|h?SE@dG{1 steakU3 ozBeef VVL5 BEEF,Short LOIN,TOP LOIN,Lean only and FAT,0" FAT,Select,Cooked,Broiled@P# =p@=J=p @\(? =p?QRr=@zG?zG{?zG{@?ffffff?\(?Õ$/@vȴ?~"?C% ?QR?QR?@Vu@vȴ?/v.@bfffff1 steakBeefV5?BEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,ALL Grades,Cooked,Broiled@PGz@=@@zG{??p =qr<@zG{?tj?+ I@@ٙ?zG{?l@ E?nO;?tj ?=p =?QR?ffffff@ffffff@Vt?E@1 steak, excluding refuseU3 ozBeef hF 5 BEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,Choice,Cooked,Broiled@OQ@<\)@Q? =p ? =p d;@\(?KƧ?+ I@@s33333?E?l@!\(?-V?C$ ??\(?ffffff@?|hs@\(\?lCM@dG{1 steakU3 ozBeefF 5 BEEF,Short LOIN,TOP LOIN,Lean only,0"FAT,Select,Cooked,Broiled@PS33333@= =p@p =q?\(?\(>@Q?zG{?+ I@BY?$/?tj@!KƧ?-?hr! ?\(?׮zG??Q@M?bM3@bfffff1 steakU3 ozBeefJ 5BEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,ALL Grades,Cooked,Broiled@N*=p @=TzG@#W =p?(\)?=p =p=@QR?ȴ9Xb?zG{@?fffff?9XbM? I^5?@:^5?|?~"?S ?zG?Gz?@1&x@1&y?"`I@wfffff1 steakU3 ozBeef 00uA 5  BEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,Choice,Cooked,Broiled@M =p@=Q@%zG?Q?\(\c:@ =p?QR?zG{@??nO;?bM@zG{?E?~" ?\(?ۅQ?@\(\@A7Kƨ?$/O@x1 steakBeefA 5  BEEF,TOP SIRLOIN,Lean only and FAT,0"FAT,Select,Cooked,Broiled@N|(\@=fffff@!??GzH}?@\(?E?zG{@@333333?tj? =p@"`?Q? ? =p?Gz?@ Vt@ E?hr!B@wl1 steakBeefB5BEEF,TOP SIRLOIN,Lean only,0"FAT,ALL Grades,Cooked,Broiled@O}p =@>@(\)?\(?\(\@@ =p?KƧ?+ I@Afffff??|hs? =p@!{dZ?;dZ?E ?\(\?\(?ffffff@ =p@zG{?C$:@wfffff1 steakU3 oz Beef ))j=4yBEEF,TOP SIRLOIN,Lean only,0"FAT,Choice,Cooked,Broiled@O0 =q@>J=p @333333?QR@\(|?@?E?+ I@A?zG{? =p@!߾vȴ9? =p ?(\) ?=p =?ٙ?ffffff@\(@Q?+ B@x1 steakU3 oz Beef=4yBEEF,TOP SIRLOIN,Lean only,0"FAT,Select,Cooked,Broiled@O=p @>@Q??QB@?\(?+ I@Cs33333?+ I?/w@"n?lC?n ?Q?\(?ffffff? =p@ I^5??ǮzG3@wl1 steakU3 oz BeefQ5'BEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAW@O =q@35\(@1O\(?Q@5@ =p ?+?vȴ9@)?XbM?S@ 9XbN?ӶE?QR@?(\)@`A7K@"`?GzH?@|Y1 lb@@Q?5?|h?1&y@3L? =p ?n@n?Ұ ě?`A7K@Gz?(\)@$U$/@'(\?+HU3 oz@|Y1 lbBeefS59BEEF,Short LOIN,Porterhouse Stick,Lean only and FAT,0" FAT,ALL Grades,Cooked,Broiled@KTzG@7\(@3EQ?Q@Q+A@=p =? =p?Q@3?XbM?/v@ =p?tj?\(\@p =q? =p @$/@!L?zGCU3 oz@|Y1 lbBeef YYM5/BEEF,LOIN,Porterhouse Stick,Lean only and FAT,0" FAT,USDA Choice,Cooked,Broiled@J@7(\@4&fffff?GzH@zGA@\(\? =p?Q@333333??p =q@ ě?9XbM?|hr@Q? =p @Q@"?oEU3 oz@|Y1 lbBeefR5)BEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/4" FAT,USDA Select,RAW@OGz@4G{@-?p =q@\(\6@ Q?9XbM?vȴ9@%??$/@ "`A?+?أ =p@=p =?(\)@QR@tj?;dZ9@fffff1 fl ozBeverageso?4[ GELATIN,DRINKING,ORANGE-FLAVOR,Powdered@~@Afffff?333333?333333@N333333?Q?tj~@!?pbM?tj~?ҏ\(?~"@1ffffff1 packetBeveragesE@5) KRAFT,CAPRI SUN ALL Natural Juice Drink FRUIT PUNCH,Ready-to-drink@Ufffff/?@) ?Q ?1 NLEA ServingBeveragesjA5=) KRAFT,CRYSTAL Light SG FR Low Calorie, calories SOFT Drink MIX LEMONAD,with SWN,Powdered@ ffffff?@@ffffff??zG{ @?3333331 NLEA ServingBeverages zzT(VB5) KRAFT,KOOL-AID Unsweetened SOFT Drink MIX TROPICAL PUNCH,Powdered?@"@#333333?ٙ@ ffffffQ?zG{ ?3333331 NLEA ServingBeveragesPC5) KRAFT,KOOL-AID SUGAR Sweetened SOFT Drink MIX TROPICAL PUNCH,Powdered?əw?@Wfffff@W?QK @Afffff1 NLEA ServingBeveragesAD5 ) KRAFT,KOOL-AID BURSTS SOFT Drink TROPICAL PUNCH,Ready-to-drink@Vfffff+?@'333333@&ffffff?zG{1 NLEA ServingBeveragesE41GRAPE DRINK,CANNED@VQ-?zG{?Q@'@'? =p  ?Q?vȴ9?S?@A ?PbM?pbM?zG{?htj~?`bM?PbM?PbM1 cup@?L1 fl ozBeverages J4=GRAPE JUICE DRINK,CANNEDW2??Q@)\(@)?!?zG{?Q?dZ1??|1&y?tj~?lD?tj~?hr Ĝ? 1 cup@?L1 fl ozBeveragesO4+LEMONADE,POWDER?333333x?陙@X33333@X33333?~x?Q?zG{?333333@??Q? =p?Q?vȴ9 ?htj~?PbM?xtj~1 cup@;3333331 scoopBeveragesuP4S LEMONADE,Powdered,Prepared with H2O@Vi'?\(@$W =p@$W =p?Q ?zG{?bM?@ ?`bM?vȴ9?xtj~?htj~?PbM1 cupBeverages ,Q4yLEMONADE,Low Calorie, calories,with Aspartame,Powdered?L@ ?333333@%333333@T? @ ?zG{?(\)?(\)?333333?|1&y?l ?+?zG{? =p @'1 packet1 packetBeveragesR5LEMONADE,Low Calorie, calories,with Aspartame,Powdered,Prepared with H2O@Xҏ\(?zG{?\(? =p?zG{ ?zG{?|1&y?PbM@?PbM1 cup@=1 fl ozBeverages;T4OLEMONADE,Frozen Concentrate,WHITE@J&fffff?333333?ə?ə@G?ə@F =p? =p  C?zG{?Q?zG{?ٙ@133333?vȴ9?tj~?l?/v??zG{?vȴ9?bM?5?|h@B@1 fl oz1 canBeverages EU4sLEMONADE,Frozen Concentrate,WHITE,Prepared with H2O@UGz5? =p ?Q? =p@+u\(?@*B\(?Gz?Q?+ I?xtj~?@?bM?1&y?+ I?hr Ĝ?|1&y?zG{?bM?`bM?hr Ĝ1 cup1 fl ozBeveragesX4ILEMONADE-FLAVOR Drink,Powdered?333333??ə?333333@X33333@X\(S?(\) *?? =p ?htj~?333333@]&fffff?`bM?+ I?tj?tj~?bM1 cup@=.5 scoopBeverageslY4m LEMONADE-FLAVOR Drink,Powdered,Prepared with H2O@VFfffff*?@% ?zG{?Q?zG{?@)?PbM?hr Ĝ?`bM?pbM 1 cupBeverages o4O SOYBEANS,MATURE SEEDS,DRY Roasted?陙@C=p @5Q@Q@@\(\@ 333333@T@zG?C$@xF@3L@ffffff?S?(\)?`A7L?E?%@ tj@vȴ@(ilD1 cupLegumesp4 MISO@E\(@'aGz@ =p @)Q@:xQ@@9@Q0@zG{?Gz?|hr?+ J?m?E?Ցhr ?xF?zG{W?zG{@>4?9XbM?;dZ@ o1 cupLegumesq4 NATTO@K\(@1Q ?ffffff@,Q@@ @!333333s@=p =?XbM?r ě@! ?zG{?QR?˅Q? =p?zG{@7?tj~@p =q@ =p1 cupLegumes er4 TEMPEH@M33333@2=p @%?Q@"ǮzHo@Q  ?=p =?Q??+?x@Q?n?˅Q?zG{@\(@-V1 cupLegumes,s49SOY FLOUR,FULL-FAT,RAW@ =p@AEQ@4fffff@ =p@AQ@#333333@@zG{ @\(\@\(\@333333@?◍O;d?\(@GzH?p =q?݁$/YYYx?333333FH@`A7L@>vȴ9X@'PbMT1 cup@1 tbspLegumes"t4A SOY Flour,FULL-FAT,Roasted@zG{@Affffff@5(\@p =q@@\(@#ffffff@p =q@GzHq @ =p@ěS@-V@?^5?|?1&@ I^5?}?XbM?vȴ9Xz?zGGI@ KƧ@P`A7@(O;U1 cupLegumes (u41SOY FLOUR,DEFATTED@J@GGz?Q@@C/\(@1@"zG{" P@zG@B\(@$/?333333?Vt?1&x@`A7L?Q?^5?|111(?ə@ffffff?hr Ĝ?ʟvȴ9?Vud1 cup@1 tbspLegumes.v4/SOY FLOUR,LOW-FAT@t@GC =p@@\(\@Bp =@$ffffff@3@\(Q ?Gz@QR@ =p@"?QR?=p =@GzH?Q?9XbN(?QR@ffffff? I^5?zG@A7KƨX1 cup@1 tbspLegumesxw47 SOY MEAL,DEFATTED,RAW@\(S@Fy@Q@QR@DR@+ffffff2 @=p =@ffffff@ ffffff?1&?bM@-V?-V?5?|h///(?&x?-V?Qz1 cupLegumes 'x4)SOY MILK,FLUID@VR4@Q?Q?zG{@Q??&?񙙙7|7?(\)? I^5??lC@333333?;dZ?1&?~"?tj~?tj~?Qd?o?m?؃nP?nP1 cup@>1 fl ozLegumes6y4y SOY Protein Concentrate,PRODUCED BY ALCOHOL EXTRACTION@333333K@M =q?p =q@@>\)@k@%\(;G@?;dZ@\(?陙?9XbM?-V?x?/v?&xTTT?vȴ9?9XbM?ɺ^5?|@W =p?zG@-Q@l@#u\(;@?/w@ nP@K&fffff?ffffff?ߝ-V?I^5?}?$/?ڏ\(?M\\\@O;dZ@@1 ěT1 pieceLegumes ` (08@HPX`hpx (08@HPX`hpx (08@HPX`hpxBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB #4!TOFU,FRIED@IB\(@10 =q@4.zG?Q@$G{@333333@\(t@zG{<? =p?xF?Q@<?\(???Q?XbM?zG{@333333@XbM@m@&ǮzH@1 fluid ounceLegumes 4- LENTILS,PINK,RAW@'zGY@833333@\(\? =p @M33333@%)@=p =H&B@333333?+ ?1&y@ ffffff?333333?QR?"`A?Q?E?n:#?A7Kƨ??1&x1 cupLegumes4M PEANUT BUTTER,SMOOTH,Reduced FAT?333333@9fffff"@ @A33333@@=p =#?ffffffq@ffffff?\(@?GzH?Q@-333333? =p<<<@zG?陙@@0'-@$1&xLegumes QQ>4-)BREAD,WHEAT GERM@B@#333333@333333@@H&fffff@@ =pY@ y)?\(\?1&? =p @;333333?ə?ם-V?@E?1&y?9XbMv?7?Q?QR?񙙙7?$/?ffffff?`A7K@ffffff% @@K333333@@\(w@ =pgP?\(?lD?l?ڏ\(?Ցhr @hr Ĝ?n? ěThN?zG{?θQ@ 333333.?~"?xF@Q-1 cup, crumbs*1 cup, cubesBaked Products<5)BREAD,WHITE,Prepared FROM RECIPE,MADE with NONFAT DRY MILK@Affffff@@?ffffff@J @ p =q`oP?Gz?1&y?p =q@7?ە$/?և+ I@ + ?-V?lU:~?zG{) ?$/?/w?j~"@>}:!4E)BREAD STUFFING,BREAD,DRY MIX@ @ 333333@@S @ @ =p a@zG{(6?\(?vȴ9X? I^50?nO?"`B@bM?xF?tj~RV?zG{?QR?񙙙H? =p ?S?`A7@?p =q?lD?/v@>33333?陙?E?O;dZ?E?Q?tj~aY?zG{TNI?333333@!:?zG@+ @S@G>G?G?G@G@GAGAGBGBGCGCGDGDGEGEGFGFGGGGGHGHGIGIGJGJGKGKGLGLGMGMGNGNGOGOGPGPGQGQGRGRGSGSGTGTGUGUGVGVGWGW 11q;(4K)CAKE,ANGELFOOD,DRY MIX,Prepared@@s33333@ffffff?333333@MY?ə@>\(T?p =q? =p?hr Ĝ? ěT@.?O;dZ?"`B?S?(\)?xtj~?Q?zG{??tj?vȴ9?vȴ9X21 pieceT1 tubeBaked ProductsW*4c)CAKE,BOSTON Cream PIE,Commercially Prepared@F33333@333333@!?ffffff@Es33333?ffffff@BzG?QR1'?zG{?$/?@ffffff?ə?1&?GzH?r ě?C$?vȴ9?zG{R?333333@@\(@-V?$/%@U3 oz@|Y1 lb BeefA5)BEEF,Short LOIN,Porterhouse STEAK,Lean only, 0" FAT,USDA Choice,Cooked,Broiled@M =q@9\(@)?Q@ Q-E@=p =?M?bM?(\)?@Q?\(?ٙ@(\)?Q@aGz@33333?أ =pAU3 ozU1 servingBeef ))oB5%BEEF,Short LOIN,Porterhouse STEAK,Lean only ONLY,TO 1/4" FAT,USDA Select,RAW@QR@6@?(\)@ =p%:@ =p?E?1&y ?(\)?QR?\(?Gz@Q? =p@(\)@\(\?=p =2@|Y1 lb@+5!BEEF,Short LOIN,T-BONE STEAK,Lean only,1/4" FAT,USDA Select,Cooked,Broiled@NQ@;Y@!fffff?@ GzHGG@p =q?M?bM ?(\)?@Q?Q?\(@(\)?Q@ Q@GzH?Q5U3 ozU1 serving#Beef6,5BEEF,Short LOIN,T-BONE STEAK,Lean only, 0" FAT,USDA Select,Cooked,Broiled@Op =@p =q?333333@ GzHGG@p =q?M?bM ?(\)?@Q?Q?\(@(\)?Q@\(@ Q?QR6U3 ozU1 servingBeef/-5 BEEF,BRISKET,FLAT HALF,Lean only,0" FAT,Select,Cooked,Braised@M\(@@33333@zG?\(\@\(8@ \(?1&y?tj~@C?nO;?ʟvȴ9@vȴ9?`A7K?tj @=p =?ۅQ?@hr!@+ I^?~";Beef ss).5  BEEF,Round,TIP Round,Lean only and FAT,0" FAT,ALL Grades,RAW@R =q@4zG{@ =p ? =p >7@ \(?+ I?tj~@8333333?j~#?@y"`?+ ?lC ?zG?333333?333333@9XbM@+ J?ѩlD#Beef,/5 BEEF,Round,TIP Round,Lean only and FAT,0" FAT,Choice,RAW@Qٙ@4(\)@Q?zG?zG{53@ p =q?ȴ9Xb?tj~@8333333?E?n@ I^5?+ ? =p ?\(\?333333?333333@+ I@ O;d?ӅQ&Beef,05 BEEF,Round,TIP Round,Lean only and FAT,0" FAT,Select,RAW@R'zH@4@Q?(\)?p =qG:@?E?tj~@8?\(?j~"@mhr!?+ ?Ƨ- ? =p?ҏ\(?333333@x@O;d?ϝ-VBeef ^4ALIMEADE,Frozen Concentrate@H\)?\(?zG{?zG@Hh\)?ə@DR ?Q+ ?zG{?+?tzG{?333333@&?bM?vȴ9?tj~?"`A?hr Ĝ@B3333331 fl oz1 canBeverages _4eLIMEADE,Frozen Concentrate,Prepared with H2O@VH\)*?zG{?zG{?@%# =p@!Q?zG{ ?zG{?bM?PbM?@333333?`bM?htj~?bM?+ I?pbM1 cup@>fffff1 canBeveragesa4'MALT BEVERAGE@Və%?Gz?Q?Q@ @ ?Q ?zG{?bM?vȴ9?333333??bM?tj~?+?l?S?zG{?tj~?Q?1&y1 cup@=1 fl ozBeverages ==]e4{% MALTED Drink MIX,Natural,with ADDED Nutrition,Powdered@@!@ffffff@@TL?333333@F x@0Bx?Q? I^5??nO@%ffffff@`)@S@ O;d@HKdZ?\(\@ nO?zG{)V f f?У =p@!?^5?|?vȴ?C$1 individualBeverages^f5/ MALTED Drink MIX,Natural,with ADDED Nutrition,Powdered,Prepared with Whole MILK@T_\(V@ \(\@ zG? =p @%W =p@ p ={?\(kH?=p =?+ I?l@@$?Ѻ^5?|?Q@l?֗O;d??ٙ?ٙ?GzH?lD?C$  1 cupBeverages I4g4O MALTED Drink MIX,Natural,Powdered@&ffffff@@ @R33333@MzG{*?ffffff]f?zG?ə?͑hr @7333333@333333?(\)?p =q@lC?땁$/?=p =...?\(#RP? =p@ @Ƨ@Z1'?O;dZ1 servingBeveragesMh5 MALTED Drink MIX,Natural,Powdered,Prepared with Whole MILK@TYX@Gz@ \(?zG{@$u\(?@#Qu? =p jO?ۅQ?l?$/@?ə?j~#?"`?S?ٺ^5?|?`A7L?p =qu! ?@O;dZ?`A7L?ѩlD  1 cupBeveragesbk4MALTED Drink MIX,Chocolate,with ADDED Nutrition,Powdered@f@@ 333333@ffffff@U@@Q =p@1aGz`R?Q?I^5?}?bM@0ffffff@b33333@j~"@p =q@Iw-?"`B@vȴ9X?׮zG3*YY?Q?񙙙 ?lC?nO;?N1 cup1 servingBeverages SScl53 MALTED Drink MIX,Chocolate,with ADDED Nutrition,Powdered,Prepared with Whole MILK@T\(\T@ Gz@ zG@% =p?ٙ@$G{?QmW?(\)?nO;?"`A@ ?=p =?+@^5?|?E?؃nP?ۅQxUU?Q?333333?S?=p =?=p =  1 cupBeveragesBm4S MALTED Drink MIX,Chocolate,Powdered?w@ffffff@ffffff?ffffff@U33333@@7 =p <@=p =Fj?陙?ə?-@9ffffff??$/?ə@$/?A7Kƨ?+333?ə??@E?Q?+ 1 servingBeverages UUWn5 MALTED Drink MIX,Chocolate,Powdered,Prepared with Whole MILK@TU\(U@ \(@ QR?GzH@&ffffff?@Qb?Gz[N@@zG{?/v?@ ?vȴ?"`A?1&x?dZ1?|hr)?\(@"333333?-V?bM@/w\1 cupLegumes4/HUMMUS,COMMERCIAL@P\(@@#333333?\(@,zG&@QG{?GzH?/w?j~#@? =p ?bM?⟾vȴ9?`A7L?əSSS?E@'-@ lC1 cup1 tbspLegumes4U TOFU,Extra FIRM,Prepared with NIGARI@TQR[@#ǮzH@QR?ٙ??p =q5?񙙙?r ě?I^5?} ??tj~? =p ?nO;?E? ěT?XbM@Z1'?XbM[.2 blockLegumes )  4I TOFU,HARD,Prepared with NIGARI@QǮzH@)\(\@#G{?Q@\(?333333Y@5?\(?E?E@0?333333?$/?E?r ě?l?+?Q@ =p@O;dZz.25 blockLegumesj!4= MORI-NU,TOFU,SILKEN,SOFTY7@333333@?333333@333333??\(?=p =>? =p?~"??zG{?333333?+ I?+ ?9XbN?T1 sliceLegumesq"4= MORI-NU,TOFU,SILKEN,FIRM@Uٙ>@@?333333@333333??QR ?zG{Z$?Q?lC?"`B?E?ϝ-V?+ I?lC??|hs?\(T1 sliceLegumesp#4I MORI-NU,TOFU,SILKEN,Extra FIRM@Vfffff7@?ffffff?333333??zG? =p d??333333?ə?9XbM?hr Ĝ?zG?+ I?333333?zG?"`T1 sliceLegumes f$4E MOR-NU,TOFU,SILKEN,LITE FIRM@Vٙ%@333333?陙?ٙ?񙙙?$? Q?U?Q?"`?zG{?zG{?(\)?$/?hr Ĝ?ܼj~#T1 sliceLegumes_%4S MORI-NU,TOFU,SILKEN,LITE Extra FIRM@V&?ffffff?ٙ?Gz+?GzH S9b?У =p?nP?Q?zG{?(\)?-V?5?|h?GzHT1 sliceLegumes'&4)SOY MILK,FLUID@VP =q1@?\(?GzH@=p =?@ =p ?\(1 ?p =q?Q?\(??ěS?Q?`A7?tj~?E}}?zG{?333333?dZ1?/w?-1 cup@>1 fl ozLegumes ((B-)'4S USDA Commodity,Peanut BUTTER,SMOOTH?v@5zG@HQ@7G{@@6@GzHOP@\(\?E?Ƨ-@D333333?dZ1?Gz@*QR?9XbN?o###@\(@# ^5?}@4"`@&xLegumesg.4' TEMPEH,Cooked@MǮzH@20 =q@&\(?zG{@"33333`@ =p M?Q?GzH?\(?S?+ @zG?E?xF?Q@ 333333@ \(@vȴLegumesx/5 SOY Protein ISOLATE,Protein TECHNOLOGIES INTERNATIONAL,SUPRO@zG@U@ =p (^d?ffffff?ə??333333?ə?;dZ?xF?lD@@ =pJE?\(?+?Q???-V?^5?|?-?O;dZ?nPQQQ?"`B?bM?m1 cupLegumes  zU14S)CAKE,Chocolate,DRY MIX,PUDDING-TYPE@333333@ffffff@"ffffff@ @S@ @GGz@\(\)Q}?\(?hr Ĝ?C$@ ffffff??Gz?\(@Vt? I^5?vȴ9X.$ G??@?ěS@ $/@Gz@/_?\(@ffffff @ 1&@=p =@-V@>@@#333333?333333@Jffffff?333333@=zH?Gzp??nO? =p@033333?ə?`A7K?ffffff?M?7KƧ?0$ I?Qy##?ə@ ,?zG@+@ QR1@4U)CAKE,FRUITCAKE,Commercially Prepared@9LD@333333@"333333@N@ @;kQ!@\(4?GzH??(\)???XbM?O;dZ?hr!?O;dZ ?zG{???ěS@@ $/@;@QR@Ƨ-@ A7Kƨ@?^@'5?|@?nO1 piece@Y4A)CAKE,WHITE,DRY MIX,Regular@@%@N?@KAGz?=p = Qu?p =q?j~#?=p =@!333333?333333?zG?7KƧ?GzH?`A7?1&y[P ? =p ? =p@?I^5?}@W =p@glC@6>6?6?6@6@6C6C6D6D6E6E6F6F6G6G6H6H6I6I6J6J6K6K6L6L6M6M6N6N6Q6Q6R6R6S6S6T6T ``=25# BEEF,RIB,EYE,Small END (RIBS 10- 12) Lean only,0" FAT,Select,Cooked,Broiled@O\(@=zG@333333? =p ?p =q?@ =p?j~#?+ I@Bfffff?\(?Z1'@!~"?Gz?&x ?Gz?QR?ffffff@p =q@S?̋C%=Beef135  BEEF,Round,TOP Round,Lean only,0" FAT,ALL Grades,Cooked,Broiled@O\(@?33333@Q?Q@p =q*@?9XbM?+ I@B?nO;?x@Ƨ-?+?333333 ??ٙ??p =q@lC?GzLBeef&45 BEEF,Round,TOP Round,Lean only,0" FAT,Choice,Cooked,Broiled@NQ@?33333@=p =?(\)@\( +@Q?tj~?+ I%?`A7L?XbM@\(\?-V?I^5?} ?Q?Gz?@ I^5@E?A7Kƨ\Beef GGx-55 BEEF,Round,TOP Round,Lean only,0" FAT,Select,Cooked,Broiled@OzH@?33333@?Q@Q*@Q?+ I?tj~@C33333?tj~?tj@??n ?zG?\(?ffffff?/w?1&x??|hs<BeefG65 BEEF,GROUND,70% Lean only / 30% FAT,CRUMBLES,Cooked,PAN-BROWNED@K =p@9\(@1(\? =p)@ =pH`@?l?tj~@6333333?tj~?+@o-V?\(?tj~ @zG@ 333333@n@!\1&?+ XU1 serving@aRG{1 portionBeef974wBEEF,GROUND,70% Lean only / 30% FAT,LOAF,Cooked,Baked@M/\(@7޸Q@.p =?(\)!@(\)I@\(\?j~#?nO;@3?1&?Ł$/@vȴ?zG{?lC@zG@ @ǮzH@Gz?ڏ\(BU1 serving@qzG1 loafBeef ooI85BEEF,GROUND,70% Lean only / 30% FAT,PATTY Cooked,PAN-BROILED@MzG@6(\@/zG? =p? =p %@GzH4\@GzH?`A7L?vȴ9@3333333?+ I?ffffff@"`A?C%??|hs@\(@@ O;dZ@5?|h?GzNU1 serving@SO\(1 pattyBeef94} BEEF,GROUND,70% Lean only / 30% FAT,PATTY,Cooked,Broiled@L!Gz@9aGz@2=p =? =p #@Q@\(?lD?nO;@5ffffff?1&?+ I^@%S?m?Ձ$/ @333333@e`A7L@!XbM?|hrRBeef:4[BEEF,GROUND,70% Lean only / 30% FAT,RAW@K0 =qL@,33333?ffffff?=p =C@ \(??nO;@+?+ I?n@ Vu?1&?n@\(@333333@&@*RnON@L? =p?3@ Q?`A7L?+ I@1?E?nO@ =p?=p =?\(@ =p @)\(@+kQ?zGI@}p =@+ =p ?\(\@ zG`A@GzH?GzH?hr Ĝ@8?tj~?ЃnP@ȴ9Xb? I^5??QR @@ =p @Q?Z1 piece, cooked, excluding refuseU3 oz/Beef2c5BEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/2"FAT,PRIME,RAW@L\(&@1@8(\)?Gz@zG!9@zG{?E?tj~@/?vȴ9?šo@+ ?ҏ\(? =p @Q@$Q@%u\(?QF@\(?Q @Q:@zG?A7Kƨ?Q?`A7L?Vu@bM?lC?GzH @@)aGz@+Q?333333c1 piece, cooked, excluding refuseU3 oz Beef VV)k4uBEEF,CHUCK,ARM POT Roast,Lean only,1/2"FAT,PRIME,RAW@Q33333@5B\(@ =p?@\(tC@ffffff?bM?1&y@0?A7Kƨ?^5?|@ m?5?|h?(\)@ =p@@zG?׮zG<@@?\(@4zH?zG @ p =qG@$=p ?l?nO;@:33333??|hs?-V@S?և+ I?ҏ\(@\(@ p =@"\(\?zGj1 piece, cooked, excluding refuseU3 oz-Beef ))Z- 5 BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/2"FAT,PRIME,RAW@HG{r@/@@zG?\(\ ?ffffff4@ \(?1&y?+ I?333333?@r ě?n?333333@@-(\)@.Q?(\)I@1 fl ozBeverages qq@ 4?SHAKE,FAST FOOD,CHOCOLATE@Q@ 333333@ ?@4?ffffff@2q? =pfa?=p =? =p?+?333333?ٙ?-V?\(\?ěS?\(??\(]?(\)?@$/?333333?Q 1 cup@41 fl ozBeverages8 4;SHAKE,FAST FOOD,VANILLA@Ro@ ?@1fffff?@1z? =p fR? =p ?1&?1&y@ 333333?陙? =p ?KƧ?ǮzG?n?vȴ9? =p %$?Q?333333?^5?|?땁$/?j~" 1 cup@41 fl ozBeverages 4[ STRAWBERRY-FLAVOR Beverage MIX,Powdered?ٙ??ə?ə@Xfffff@U;Q?(\)&??333333?htj~?(\)? ě?`bM?Q?vȴ9X?+ J1 servingBeverages 05 STRAWBERRY-FLAVOR Beverage MIX,Powdered,Prepared with Whole MILK@T9X@?ffffff@(n?zG{ V0?ffffff?nO;?`bM???Q?9XbM??|hs?nO;?+?Qt?\(?Z1'?/v  1 cupBeveragesz4iTEA,BREWED,Prepared with TAP H2O,DECAFFEINATED@X?333333?zG{%?zG{?zG{?1&x?1&y?+ I?`bM?PbM?pbM1 cup@=1 fl ozBeverages54i TEA,Instant,Unsweetened,Powdered,DECAFFEINATED@333333@'ffffff?ٙ@1@P`@ @Q7@(\)k@ ?o@R ě@333333?S?-V@)vȴ9@ \(\?KƧggg??Q?;dZ?ffffff1 tspBeverages HH8l4MTEA,BREWED,Prepared with TAP H2O@X?333333?zG{%?zG{?zG{?1&x?1&y?+ I?`bM?PbM?pbM1 cup@=1 fl ozBeverages_5/TEA,Instant,Sweetened with Sodium SACCHARIN,LEMON-Flavored,Powdered,DECAFFEINATED@ R@ ffffff?333333@@UY?333333@!p =} ?zG{?Q@>^Q@ 333333?hr Ĝ?dZ1@ =p ?`A7K? ?l?O;dZ?KƧ?2 tsp@,4 tbspBeveragesa5=TEA,Instant,Sweetened with SUGAR,LEMN-Flavored,without Vitamin C,Powdered,DECAFFEINATED?333333?333333?333333?񙙙@Xffffff_?zG{ ??@Q?ffffff?333333?tzG{?ə? I^5??(\)?S?l?+ I?KƧ1 cup@6333331 servingBeverages  4M TEA,Instant,Unsweetened,Powdered@333333@'ffffff?ٙ@19@ @Q7@(\)k@ ?o@R ě@333333?S?-V@)vȴ9@ \(\?KƧggg??Q?;dZ?ffffff1 tspBeverages4_TEA,Instant,Unsweetened,Powdered,Prepared@XzH?Q?333333?\(?zG{?zG{?zG{?nO;?lC?`bM?l?+ I?`bM1 cup@=1 fl ozBeveragesC 4kTEA,Instant,Unsweetened,LEMON-FLAVORED,Powdered@333333)@?ٙ@#333333@Rfffff@Q?k }?zG?\(@>Q@ffffff@333333? =p ?@zG? =p ?hr Ĝ888??Q?;dZ?ffffff1 tsp@&2 tbspBeverages TTLt!4} TEA,Instant,Unsweetened,LEMON-FLAVORED,Powdered,Prepared@Xٙ??ٙ?zG{?Q?bM?+ I^?bM?tj~?+ I?`bM?PbM1 cupBeveragesb"5#TEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,without Vitamin C,Powdered?333333?333333?333333?񙙙@Xffffff?ə_?zG{ ??@Q?ffffff?333333?tzG{?ə? I^5??vȴ9X?S?zG{?l?+ I?KƧ1 cup@6333331 servingBeveragesJ#55 TEA,Instant,Sweetened with SUGAR,LEMON-FLAVORED,without Vitamin C,Powdered,Prepared@V(\"??Q?QR@!\(@ ?zG{?zG{?bM?У =p???hr Ĝ?nO;?+ I?`bM?htj~?PbM?bM1 cupBeverages KKm^4m BEANS,WHITE,MATURE SEEDS,Cooked,Boiled,with SALT@O=p @#u\(?ffffff?@9@333333Z@ ?q1?zG?^5?|?Z1'??5?|h?O;dZ?Q?O;dZ?+QQQ?KƧ?vȴ9X?tj~1 cupLegumesNa5 BROADBEANS (FAVA Beans),MATURE SEEDS,Cooked,Boiled,with SALT@Q\(n@ffffff?ٙ?Q@3fffff@?Q$?+} ?(\)?Гtj~?l@?333333?E?ȴ9Xb?n?tj?nO;hhh?zG{@333333 ?`A7L?9XbM?E1 cupLegumes=e4i CHICKPEAS,MATURE SEEDS,Cooked,Boiled,with SALT@NG{@!Q@Q?p =q@;kQ@ffffff@3333331@Q0#?zG{?և+ I?zG{@ ??-V? ěT?E?M?n?ffffff?7KƧ?-?~"1 cupLegumes xx,i4u COWPEAS,CATJANG,MATURE SEEDS,Cooked,Boiled,with SALT@Qlu@ B\(?Q?\(@4QR@ @ffffff`w?Q?XbM?E@?ٙ?ļj~#?O;dZ?+ ?ش9XbN?O;dZ ?ǮzG?5?|h?dZ11 cupLegumesHk4s COWPEAS,COMMON,MATURE SEEDS,Cooked,Boiled,with SALT@Q\(t@Q?\(?zG@4\(@@ ffffff@zG5? =p?&x?ffffff@?ٙ?"`B?(\)?߮zG?M??Q?333333 ?lD?+ I?1 cupLegumesp4s HYACINTH Beans,MATURE SEEDS,Cooked,Boiled,with SALT@QHQu@ GzH?\(?\(\@433333(@QRRxQ@?m?+ @ffffff?GzH?l?M?9XbM?l?XbM1 cupLegumes OOAr4e LENTILS,MATURE SEEDS,Cooked,Boiled,with SALT@Qh\)t@" =p ?QR?\(@4!Gz@?@ =p$q?QR?bM?ߝ-V@ffffff??šo? ě?\(?j~"?ȴ9Xb?(\)?333333?"`A?bM?ffffff1 cupLegumes1t4w LIMA Beans,Large,MATURE SEEDS,Cooked,Boiled,with SALT@Qr\(s@333333?QR?ffffff@4Gz@333333@Q+o?ffffff?zG?nP@?ěS?(\)?l? I^5?ěSSSS? =p ?ȴ9Xb?hr Ĝ?S1 cupLegumes3w5 LIMA Beans,THIN SEEDED (BABY),MATURE SEEDS,Cooked,Boiled,with SALT@Pə~@ zG?QR?Q@7O\(@@3333335?zG{?˅Q?Q@?ěS?(\)?Q?5?|h?+?+ I?hr Ĝ?šo1 cupLegumes  y4c LUPINS,MATURE SEEDS,Cooked,Boiled,with SALT@QQw@/# =p@\(\?ᙙ@#\(@ffffff3?3333336?zG?͑hr ?o@?񙙙?&x?"`A?߮zG?bM?nO;;;;?$/?Gz?\(\1 cupLegumes{4i MOTHBEANS,MATURE SEEDS,Cooked,Boiled,with SALT@QNQu@=p =?ᙙ?333333@4\(@ Qh0?Gz?E?/w@ffffff?vȴ9X?O;dZ?`A7K?$/?+ ?vȴ9X?+ I?bM1 cupLegumes5}4k MUNG Beans,MATURE SEEDS,Cooked,Boiled,with SALT@R*=p i@zG?QR?GzH@3&fffff@ffffff?ffffff0c ?Gz?+?nO@?E?;dZ?vȴ9X?=p =?&x?333333@?-V?S?bM1 cupLegumes 77w;4m MUNGO Beans,MATURE SEEDS,Cooked,Boiled,with SALT@R =qi@(\)?ᙙ?\(@2W =p@@zG5???\(?n?^5?|@?333333?333333??۶E?-V^^^?333333@?tj~?-V?"`1 cupLegumes24k PEAS,SPLIT,MATURE SEEDS,Cooked,Boiled,with SALT@Q_\(v@ zG?\(?\(@5@ @333333? =p$cj?+ I^?XbM?333333?ٙ?QR?1&y?zG{? =p ?tj~AAA?Q?S?j~#?Q1 cupLegumesM4a)'PEANUTS,ALL TYPES,OIL-ROASTED,without SALT?333333E@:Y@Hfffff@ =p@2Q@@ =pX?GzH@Q?@~"@?1&x?S@,?=p =?QR~~~@ =p@_;dZ@8vE@/(\)1 cup, chopped@vȴ9X@'PbMU1 cupLegumes# 4 SOY Flour,FULL-FAT,Roasted,CRUDE Protein BASIS (N X 6.25)@zG{@C Q@5(\@p =q@>aGz@GzHq @ =p@ěS@-V@?^5?|?1&@ I^5?}?XbM?vȴ9Xn@ KƧ@P`A7@(O;U1 cupLegumes@!4o SOY Flour,DEFATTED,CRUDE Protein BASIS (N X 6.25)@G@IG{?Q@@@\(@/@1zG@"zG{" P@zG@B\(@$/?333333?Vt?1&x@`A7L?Q?^5?|111(?ə@ffffff?hr Ĝ?ʟvȴ9?Vud1 cupLegumes nn?"4m SOY Flour,LOW-FAT,CRUDE Protein BASIS (N x 6.25)@q@Iw =p@@\(\@@=p @$ffffff@3@\(Q ?Gz@QR@ =p@"?QR?=p =@GzH?Q?9XbN(?QR@ffffff? I^5?zG@A7KƨX1 cupLegumes#4u SOY MEAL,DEFATTED,RAW,CRUDE Protein BASIS (N X 6.25)@\(Q@H@Q@QR@AR@+ffffff2 @=p =@ffffff@ ffffff?1&?bM@-V?-V?5?|h///(?&x?-V?Qz1 cupLegumes-$4g SOY Protein Concentrate,PRODUCED BY ACID WASH@333333K@M =q?p =q@@>\)@k@%\(G@?;dZ@\(?陙?9XbM?-V?x?/v?&xTTT?vȴ9?9XbM?ɺ^5?|@?Q5X??hr Ĝ?QR@??Q??ffffff?S (?333333?@+@mhr!@7@m4=')COOKIES,CHOCOLATE WAFERS@@ffffff@,ffffff@R@ 333333@=\)@ =p 5D?p =q?ݡo?E@?lC?$/@/w?bM?1&=2 `? =p ? =p @333333 @ȴ9X@u\(@1&p1 cup, crumbs@fffff?\( ?zG5@ zG?1&y?tj~@0?E?|hr@tj?љ?\(@GzH@*\)@,\(?񙙙G@@ffffff?E?vȴ9@5?E?ǍO;dZ@E?n?\(@333333@(\)@*Q?QRT1 piece, cooked, excluding refuseU3 ozBeefTB5)OBEEF,RIB,Small END (RIBS 10-12),Lean only and FAT,1/2"FAT,PRIME,Cooked,Roasted@D\)@5ǮzH@B ?zG{ ?Q<@@ =p?ȴ9Xb?vȴ9@6? ěT?ļj~#@Q?Vt?333333@ =p@.zG@00 =q?QRU1 piece, cooked, excluding refuseU3 ozBeef ++{LM5OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/2"FAT,PRIME,Cooked,Broiled@K(\@< =p @/\(?zG @\(E@\(??bM@5fffff?Gz?˥S@333333?\(?ٙ@ \(@QR@333333?zGP1 piece, cooked, excluding refuseU3 oz(BeefLN5OBEEF,RIB,Small END (RIBS 10-12),Lean only,1/2"FAT,PRIME,Cooked,Roasted@I=p 0@:p =@5 =p?p =q @ffffffK@\(?ȴ9Xb?bM@6?E?\(@ =p ?+?׮zG@ \(@!Gz@"u\(?zG{P1 piece, cooked, excluding refuseU3 oz-Beef1a5BEEF,Round,Bottom Round,Lean only and FAT,1/2"FAT,PRIME,RAW@O33333@4!Gz@.\(?\(@\(\M7@ Q?E?vȴ9@3fffff?dZ1? =p @C$?"`B? =p @Q@(\)@\(?\(@@@\(??bM@:33333?tj?S@ I^5?/v?QR@\(\@ GzH@ =p ?ҏ\(E=1 piece, cooked, excluding refuseU3 oz Beef-4}BEEF,Round,TIP Round,Lean only and FAT,1/2"FAT,PRIME,RAW@P =q@3# =p@0\(?p =q?\(\>9@zG?l?vȴ9@3333333?Gz?Ƈ+ I@9XbN?zG{?ٙ@@ =p@ =p?QB@G{@'aGz?p =q@ffffff<@Q?"`?bM@;?/v?Гtj~@QR?E?GzH @Q@GzH@Q? =pUK1 piece, cooked, excluding refuseU3 ozBeef <<A5OBEEF,Round,TOP Round,Lean only,1/2"FAT,PRIME,Cooked,Broiled@N,@? =q@!p =?zG@ =p =@GzH?|hr?hr Ĝ@<?5?|h?&x@%S?KƧ?Q @ =p@@ \(?GzT;1 piece, cooked, excluding refuseU3 ozBeef125 BEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,RAW@MR @1@7?Q@QR(0@\(?KƧ?tj~@0fffff?hr!?1&@$/?nO?׮zG@zG{@$zG@$Q?\(G@|Y1 lb1 steakBeefF35?BEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,Broiled@I~Q>@8 =p@7nzG?=p =@j;@(\)?ļj~#?Q@8?j~"?ЃnP@ n?`A7K?QR@Q@#.zG@# =q?QVU3 ozr1 steak, excluding refuseBeef 22|F45?BEEF,Short LOIN,TENDERLOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,Roasted@Gw =pf@7p =q@?5?BEEF,Short LOIN,TENDERLOIN,Lean only,1/2"FAT,PRIME,Cooked,Broiled@MS33333@<@@(Q?@ =p?@\(\?x?hr Ĝ@8ffffff? =p?nO@`A7K?1&x?(\)@\(@QR@=p =?\(\TU3 oz\1 steak, excluding refuseBeef>@5?BEEF,Short LOIN,TENDERLOIN,Lean only,1/2"FAT,PRIME,Cooked,Roasted@L =p@;=p @.=p ?\(@ GzH;@zG?`A7K?bM@733333?Gz?zG{@ Q?E?QR@(\)@Gz@\(?333333VU3 ozX1 steak, excluding refuseBeef 88}AG5?BEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/2"FAT,PRIME,RAW@K5\(B@1޸Q@;EQ? =p ?3@GzH?`A7L?tj~@033333?j~#?nP@ l?"`A?׮zG@Gz@'aGz@(ǮzH?zGF@|Y1 lb01 steak, excluding refuseBeefEH5?BEEF,Short LOIN,TOP LOIN,Lean only and FAT,1/2"FAT,PRIME,Cooked,Broiled@HaGzS@8Q@9\)?QR @\(\P>@\(?^5?|?1&y@8L?E?E@tj~?j~"? =p ?Q@%p =q@&33333?ffffffPU3 oz1 steak, excluding refuseBeef6P5 ?BEEF,Short LOIN,TOP LOIN,Lean only,1/2"FAT,PRIME,Cooked,Broiled@L\(@^Q??hr Ĝ?dZ1@ =p ?$/? ?l?O;dZ?KƧ?Q1 serving@,4 tbspBeverages(5TEA,Instant,Sweetened with Sodium SACCHARIN,LEMON-FLAVORED,Prepared@X=p ?zG{?Q?(\)? ?zG{?|1&y? =p?PbM?zG{?xtj~?PbM?PbM1 cup@=1 fl ozBeveragesl)5?) KRAFT,CRYSTAL Light SUGAR FREE Low Calorie, calories ICED TEA MIX,with Aspartame,Powdered@333333@333333?ٙ@333333@Es33333@!333333?l1 NLEA ServingBeverages wbw-4UTEA,HERB,OTHER THAN CHAMOMILE,BREWED@X?ə?zG{ ?zG{?Q?+ I?zG{?pbM?+ I?`bM?PbM?tzG{1 cup@=1 fl ozBeveragesb.4GTHIRST QUENCHER Drink,Bottled@W`?ə@333333@? (?zG{?zG{?333333?tzG{?PbM1 cup@>1 fl ozBeveragesg/5FRUIT-FLAVORED THIRST QUENCHER Beverage,Low Calorie, calories@X333333 ?ə? #?zG{?zG{?@3333331 cup1 fl ozBeverages047WATER,Bottled,PERRIER@X?1 cup@=R1 fl ozBeverages %% 14C WATER,Bottled,POLAND SPRINGd?zG{1 cupBeveragesP65 COCOA MIX,with Aspartame,Powdered,Prepared FROM ITEM 14196@WQ?(\)?p =q?ffffff@\(?@ /?\(FY?GzH? ěT?vȴ9???$/?lC?\(?nO?? =p0?Q?ffffff?tj~?|1&y1 packetBeverages=4 GELATIN,DRINKING,ORANGE-FLAVOR,Powdered,Prepared with H2O@U1@?ə?@?zG{?tzG{?333333@B?PbM?tj~?l? =p 1 packetBeveragesr@4a+CARBONATED Beverage,COLA,CONTAINS CAFFEINE@VFfffff*??@%@%?zG{ ?zG{?xtj~?nO;?1 fl ozr1 can, 12 fl ozBeverages cC4]ORANGE-FLAVOR Drink,KRAFT,TANG Drink MIX?333333n?@X?333333@Vq?Q?zG{?1&y?\(?陙2 tbsp1 portionBeveragesD5 ORANGE-FLAVOR Drink,KRAFT,TANG SUGAR FREE Low Calorie, calories Drink MIX?@ @!ffffff@Uy@ffffff@b?Qu W =p?zG@-Q?333333V@#u\(@?/w@ nP@K&fffff?ffffff?ߝ-V?I^5?}?$/?ڏ\(?M\\\@O;dZ@@1 ěT1 pieceLegumes-4] TOFU,FRIED,Prepared with Calcium SULFATE@IB\(@10 =q@4.zG?Q@%@333333@zG{_? =p?xF?Q@<?\(???Q?XbM@XbM@m@&ǮzH 1 pieceLegumes&05  TOFU,SALTED and FERMENTED (FUYU),Prepared with Calcium SULFATE@Q =qt@ L@!aGz@?zG:IK 9?\(?bM?ȴ9Xb@1L?ə?tj?"`B?A7Kƨ?`A7L?KƧ?nP?E@bM 1 blockLegumes MM525 YARDLONG Beans,YARDLONG,MATURE SEEDS,Cooked,Boiled,with SALT@Q333333v@ zG??Q@5 =p@ffffff*@Qb;?GzH??+ I^@ffffff?ٙ?"`A?bM?o?xF?QR?-V?+?ȴ9XbN1 cupLegumes44o WINGED Beans,MATURE SEEDS,Cooked,Boiled,with SALT@P(\@%=p =@\(\?Gz@-Gz@QR6? =p ?j~#?/v@333333?Gz?nP?\(?+?bM ?ffffff@9XbM?`A71 cupLegumesVi5#/LAMB,Domestic,Composite OF Retail CUTS,Lean only and FAT,1/4"FAT,Choice,RAW@NY @0Gz@5 =p?(\) ?Q:@ =p?vȴ9?tj~@3?Q?(\)@ffffff?p =q? =p@Q?Gz@" =q@!Q?333333H@??QR@ =p?(\)?@=p =? =p @333333@Q@Q? =p j1 piece, cooked, excluding refuseU3 oz8Lamb, Veal & Game6q4u/LAMB,Domestic,FORESHANK,Lean only,1/4"FAT,Choice,RAW@R =px@5zG@ QR? ? =pO@?lC?tj~??ə@=p =?Q?\(@?θQ?Gz?Q?333333E@Lamb, Veal & GameOs5#/LAMB,Domestic,LEG,Whole (SHK and SIRL),Lean only and FAT,1/4"FAT,Choice,RAW@PzG@1\)@1R?zG ?\(8@ \(?hr!?zG{@433333? =p?p =q@ =p ?zG?333333@?Gz@Q?E@@Q? ěT?tj~@7?Q?@Q? =p ?\(@?(\)?\(?\(?=p =@@?(\)?ҏ\(@\(\?Q?\(@Q? =p @ @zG@ Q?QRY1 piece, cooked, excluding refuseU3 oz#Lamb, Veal & GameLw5/LAMB,Domestic,LEG,SHANK HALF,Lean only and FAT,1/4"FAT,Choice,RAW@PG{@2zG@*G{?\(\?\(\9@ ?p =q?$/@5ffffff? =p?p =q@Gz?\(?333333@zG?Gz@333333@Q?GzHC@Q@?Q? =p@zG?ffffff?\(@ =p?\(@ =p =@zG?333333\1 piece, cooked, excluding refuseU3 oz)Lamb, Veal & GameN4{=/LAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,RAW@LFfffff6@0QR@:Gz?Gz?\(8@=p =?Gz?nO;@2fffff?(\)?Gz@Gz?(\)? =p@QR? =p @'Q@%Gz@ =pJ@^?\(?`A7?E@ ffffff?333333?9XbM?Ƨ-?lC?KƧ?333333# 5? =p ! ?@333333?+@$/@-V@n@tj@+ ě@ r ě@@Q?j~"?Q@7fffff? =p ?(\)@ ?ffffff?Q@zG@ zG{@! =q?W1 piece, cooked, excluding refuseU3 oz Beef8g5BEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,Select,RAW@O =p@2޸Q@/?\(?Q5:@QR?-V?vȴ9@-333333??zG{@ ?zG{?\(@\(@zG{@GzH?\(A@BDCHDOEUFYc]dbeffjgmhpitjvx{~   #&)X,Y/[2\5]7^:_=@CFHJLNPRUWZ]`cfil၎p⁎s䁎v偎{恎~灏聏遏 ꁏ HIJKL"M(N+O.a1b4c8d;e=gAhEiHjO|R}\~_bՁfGhnqt II7i5BEEF,Composite OF Retail CUTS,Lean only and FAT,1/8"FAT,PRIME,RAW@M @2Q@4}p =? =p?GzH46@ Q?lD?vȴ9@-? =p ?333333@ GzH?zG{?\(@Q@ p =@!p =?QRB@@(\)?j~#?+ I@4L?Q?n@Rm?-V?/v ?ffffff?ٙ?@tj@ɺ^5?}?SB@Q@38Q?p =q@=p =2@Q?vȴ9?zG{@333333@3zG?\(@Gz1@zG{?-V?zG{@;?/v?ȴ9XbN@(\? =p ?n @zG?GzH?ffffff@S@!*~"?畁$/R@ zH1 roastBeefLu5BEEF,CHUCK,ARM POT Roast,Lean only and FAT,1/8"FAT,Select,RAW@Op =q@3TzG@1c =p?333333?\(">@zG?zG{?zG{@4?tj~?GzH@Vt?7KƧ?vȴ ??ٙ?@bM@Ƨ-?&x@@G{1 roast@ @2?Q@zG2@\(\?+?zG{@<? =p?/w@Rm?"`?l ? =p? =p?@Y+ @A7K?SL1 piece, cooked, excluding refuseU3 ozBeef5w5 BEEF,CHUCK,BLADE Roast,Lean only and FAT,1/8"FAT,ALL Grades,RAW@Np =@1(\)@3h\)?=p = @QRD@Q? ě?tj~@0333333??\(@p =q?ҏ\(? =p @ 333333@GzH@! =p ?QG@@;TzG@6Y?zG{ @ B@!L?nP?bM@833333?Q?@zG?zG{?У =p@zG{@!ǮzH@#QR?陙h1 piece, cooked, excluding refuseU3 ozBeef95BEEF,RIB,Whole (RIBS 6-12),Lean only and FAT,1/8"FAT,ALL Grades,RAW@KQ2@0zH@:?\( ? =p7@ =p?5?|h?tj~@0333333?zG{? =p@ffffff? =p? =p@\(@%Q@&zG{?zGF@ffffff1 fl oz@P&fffff2 fl ozBeverages {D5ALCOHOLIC Beverage,DISTILLED,ALL (GIN,RUM,VODKA,WHISKEY) 94 PROOF@N&fffff?zG{?zG{?$/?nO;?xtj~?pbM?vȴ9?PbM@;1 fl oz*1 jiggerBeveragescE4aALCOHOLIC Beverage,DISTILLED,ALL 100 PROOF@L'?zG{?zG{?$/?nO;?xtj~?pbM?vȴ9?PbM@;1 fl oz*1 jiggerBeveragesF4aALCOHOLIC Beverage,LIQUEUR,COFFEE,63 PROOF@D333334??333333?@@?Q?Q?zG{?hr Ĝ?333333?pbM?tj~?nO;?"`A?+ I?Gz@Affffff1 fl oz41 jiggerBeverages **a5=/LAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,Broiled@I\)<@9+Q@7zG?p =q?\(GM@ =p? =p?+ I@;ffffff??@ffffff?zG{? =p@\(? =p@333333@#\)@#ffffff?GzdU3 oz@1 chop, excluding refuseLamb, Veal & Gamek5O/LAMB,Domestic,LOIN,Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@J@5@6@7 =p?\(@\(@@ GzH?vȴ9X?zG{@8??θQ@ffffff??(\)@zG?(\)@@$zG{@#\(\?Q_ 1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game ^^F4k=/LAMB,Domestic,LOIN,Lean only,1/4"FAT,Choice,RAW@R#33333@4Gz@\(?\( ?\(D@ Q?bM?tj~@7? =p?p =q@ =p ?Q?\(@zG?QR@ =p @Q?GzHB@L??GzH@QR?\(?zG{@GzH?zG{@ \(@?QW1 piece, cooked, excluding refuseU3 oz,Lamb, Veal & Game@4y/LAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,RAW@Ifffffft@- =p @A1R?zG?=p =8@zG?ȴ9Xb?bM@0??QR@\(\? =p?(\)@Q? =p @.QR@,B\(@QL@>\5O/LAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,Cooked,Broiled@GzHi@6!Gz@= =p?=p =?zGL?"`?zG{@7fffff? =p ?(\)?Q?(\)@QR?Q@333333@)ffffff@(=p =@\(c1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game\5O/LAMB,Domestic,RIB,Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@GRg@5Q@=R?\(?I@ Q?p =q?tj~@5? =p ?Gz@?(\)?(\)@ =p?@)=p @) =p @\(\a1 piece, cooked, excluding refuseU3 ozLamb, Veal & Game dd84i/LAMB,Domestic,RIB,Lean only,1/4"FAT,Choice,RAW@Q(\@3G{@"u\(?(\) ?Q H@ffffff?j~"?tj~@6L?Q?ə@\(??zG{@ =p ?QR@ ffffff@ zG?GzB@c =p?񙙙@Q2H@QR?n?O;dZ@B?Q?@ =p?Q?(\)@ =p?333333@#p =@$\(\?\(\xU3 ozF1 chop, excluding refuseLamb, Veal & Game[5!=/LAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,Cooked,Broiled@KXQ@8p =q@3?\(@Q5M@\(?$/?O;dZ@;??GzH@zG?\(?Q@Gz? =p@ p =@ Q?Q`U3 oz]1 chop, excluding refuseLamb, Veal & Game JJe5!O/LAMB,Domestic,Shoulder,ARM,Lean only and FAT,1/4"FAT,Choice,Cooked,Roasted@K\(@6zH@4=p =?\(\@=p =A@Q?hr!?$/@9ffffff? =p ?@ =p?Q?Q@ffffff?Q@!zG{@ ?\(\1 piece, cooked, excluding refuseU3 ozLamb, Veal & GameG4{=/LAMB,Domestic,Shoulder,ARM,Lean only,1/4"FAT,Choice,RAW@R\)@3p =@?Q ? =pE@?-V?tj~@633333?Q?p =q? =p ?333333@\(\?(\)?\(@Q?޸Q@@@Q?tj~?zG{@3333333?(\)?ə@Q?p =q?Q@Q?(\)@!(\@!zG?GzH@ s?zG{?Q@333333@@"tj~@\(@4M)COOKIES,SUGAR,Refrigerated DOUGH@-@@433333?;?ffffff@5\(Q?ffffff?θQ?l?ӶE@?=p =?;dZ@KƧ?|hr?tj~?7f?zG{% ?QR@!@\(@'@\(1 cookie1 cookieBaked ProductsD4Y)COOKIES,SUGAR,Refrigerated DOUGH,Baked@@7?333333@Pffffff?陙@7\(Z?p =q?GzH?E?~"@ ?KƧ?;dZ@KƧ?S?O;dZF@s?Q) ?Gz@# @vȴ9@*Q@ ěT 1 cookie1 cookieBaked Products` 4y)COOKIES,SUGAR,Prepared FROM RECIPE,MADE with MARGARINE@!@@7ffffff??GzH?p =q?߮zG@8?Ԭ1&y?ЃnP@ffffff?tj~7. W?ᙙ@0L'@ I^5@!-@6:^5?|@1 cup, bite sizeH1 cup, crushedBaked Products ,,a'4}!)CRACKERS,Cheese,SANDWICH-TYPE with Peanut BUTTER FILLING@ =p =@(R@9Q@zG@L^Q@ 333333@Q2@\(8 ? =p?S?M@ ffffff?lD?`A7@Rm? =p ?S^E?Q@\( @vȴ9@*7Kƨ@_;dZ'6 cracker@1 sandwichBaked Products9(4;)%)CRACKERS,CRISPBREAD,RYE@ffffffn@?@333333@T@0?Q@p =qN ?@Q?QR@@BL?vȴ?\(? =p?o?Gz/A?Q?\(?Q?m71 cup, crushed 1 crispbreadBaked Products+)45)CRACKERS,MATZO,PLAIN@333333 ?ffffff?333333@T?ҏ\( @ GzHYp?\(?Q?@Bs33333?ěS?ҟvȴ9@"`A?Z1'?p =q?Q?333333?hr!?A7Kƨ?KƧ@\4e -RICE,WHITE,LONG-GRAIN,Regular,RAW,Unenriched@'=p =m@Q?Q?zG{@S??Q?陙ss?p =q?(\)?hr Ĝ@.333333?Q?+ J??9XbM?E?(\)?? =p ?^5?|?Ƨ-1 cupGrains and Pasta c4_ -RICE,WHITE,MEDIUM-GRAIN,Cooked,Unenriched@Q' =p@ =p ?Gz?Gz@< =p?ə %?Gz?tj~? ěT?zG{?bM?ٙ?M??/v? =p?1&y1 cupGrains and Pastab4Y -RICE,WHITE,MEDIUM-GRAIN,RAW,Unenriched@)ǮzHh@p =q?\(?\(@S\( ?陙#lV?\(?(\)?񙙙?Q?tj~??xF?\( ?9XbM?+ I^? =p1 cupGrains and Pasta"_4o -RICE,WHITE,LONG-GRAIN,Parboiled,Unenriched,Cooked@R\(r@QR?GzH?(\)@8G{?ٙ?ə *%? =p?bM?У =p@ ffffff?zG{?nO;?ffffff?Լj~#?tj~? ě?$/?nO;1 cupGrains and Pasta r43 -SEMOLINA,UNENRICHED@)W =ph@)\(\?? =p@R5Q@333333?zG/??1&x?+?Q?zG{@ zG{?\(?^5?|HHH?333333?vȴ9X?ۅQ1 cupGrains and Pasta e4] -RICE,WHITE,SHORT-GRAIN,Cooked,Unenriched@Q!R@Gz?QR?ə@Gz ? =p 2*??$/?ڰ ě@9333333?nO?ěS?dZ1?M?bMRG ?bM?vȴ9?QR1 cupGrains and Pasta*4Q -CORNMEAL,DEGERMED,Unenriched,WHITE@'.zGn@ \(?ffffff?333333@SkQ@?񙙙(T? =p ?+?Gz@333333?Q??+?r ě000??^5?|?Q1 cupGrains and Pasta)4Y -SPAGHETTI,Cooked,Unenriched,with SALT@P\(@zG?p =q?θQ@@zG?^5?|?1&y@>?KƧ? I^5?@dZ1?E?/w ??ҏ\(?񙙙? I^5??1&y?tj2@@ =p?vȴ9?1&y@??KƧ?-V@I^5??\(?\( ??Q?񙙙?j~#?zG?hr!$@^5 BEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,ALL Grades,RAW@R=p @5B\(@Q?\(? =pM6@?nO;?tj~@9fffff? =p?dZ1@W =p? ěT? =p ? =p?ҏ\(?333333?lD@\(?E+@pQR1 roastBeef"X5 BEEF,Variety, varieties MEATS and BY-PRODUCTS,TRIPE,Cooked,Simmered@Ti^@'kQ@333333?333333? =pQ?QB*D?\(\?^5?|@'??݁$/?E? =p ?Q?E?lD?ʟvȴ9BeefXV5%BEEF,RIB Small END (RIBS 10-12),Lean only,1/8" FAT,ALL Grades,Cooked,Broiled@PGz@=zG@Q?ffffff?zGz>@\(?E?+ I@A333333?j~#?333333@ hr!?⟾vȴ9?QR ? =p ?QR?ffffff@A7Kƨ@bM?xFG@a5 BEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Select,Cooked,Roasted@Pc33333@;+Q@?p =q?Gzg:?l?zG{@A ?+?nO;@7Kƨ?Q?333333 ??׮zG?@"`A@ tj?̋C%;@\(1 roastBeef9`4{ BEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Choice,RAW@QQ@5+Q@=p =?QR? =pC6@\(\?lD?vȴ9@8?5?|h?vȴ9@zG?(\)?◍O;d ?ffffff? =p?333333@Vu@\(\?nO;5@p\(1 roastBeef6_5 BEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Choice,Cooked,Roasted@OQ@:W =p@#u\(?\(?QRD6@?E?zG{@=fffff?Q?GzH@zG?C%?7KƧ ?=p =?\(?ffffff@ 7KƧ@ěT?+SBeef XX2d4m BEEF,Round,TIP Round,Lean only,0" FAT,Choice,RAW@R~Q@4\(@333333?QR?Q>4@\(?KƧ?vȴ9@9?E?nO@A7Kƨ?Ƨ-?Q ?zG?Q?񙙙?`A7L?zG?VuH@\(1 roast Beef.c4u BEEF,Round,TIP Round,Lean only,0" FAT,ALL Grades,RAW@RQ~@5R@?zG{?QRC6@Q?KƧ?vȴ9?$/?GzH@5?|?-V?㕁$/ ?Q?GzH?񙙙?tj?A7Kƨ?ɺ^5?|@@% =p1 roastBeef9b4{ BEEF,Bottom SIRLOIN,TRI-TIP,Lean only,0" FAT,Select,RAW@R^Q@5W =p@ =p?񙙙?X6@?l?+ I@=33333?nO;?p =q@?bM?C$ ??Q?񙙙?@&x?lC%@o333331 roastBeef VV3g4o BEEF,FLANK,Lean only,0" FAT,Select,Cooked,Broiled@P` =q@;\(@Q?zG?\(\m;@\(\?tj~?zG{@AY?zG{?l@ WO;d?o?Ƨ- ?p =q?׮zG?@$/@nO;?bM+@wp =1 steakBeef7f4w BEEF,FLANK,Lean only,0" FAT,ALL Grades,Cooked,Broiled@P2\(@; =p@?񙙙? =p^9@\(\?j~#?zG{@?fffff?tj~? I^5?@C?hr ?+ I^ ??QR?@\(@Vt?Ұ ě1@w =p1 steakBeef1e4m BEEF,Round,TIP Round,Lean only,0" FAT,Select,RAW@R\(z@5aGz@ ? =p?zG{Q:@Q?E?vȴ9@<?+ I?hr Ĝ@o-V?tj?tj ??GzH?񙙙?Z1'?;dZ?Ł$/5@Q1 roastBeef \\Hj5  BEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8" FAT,Choice,RAW@Mffffff@2Q@6&fffff?=p =?Q?Gz=@zG?9XbM?tj~@3L?Q?GzH@dZ1?hr!?n ? =p ?(\)?@!ěT@"Q?"`Q@{Q1 steakBeef!i4Y BEEF,FLANK,Lean only,0" FAT,Select,RAW@R5\(@5nzG?zG? =pU5@ =p? ě?+ I@=?nO;?p =q@r Ĝ?(\)?\(\ ?Q?ҏ\(?333333@O;d?xF?\("@e\(1 steakBeef,h4a BEEF,FLANK,Lean only,0" FAT,ALL Grades,RAW@RQ@5R@Gz?QR?QT7@Q? ě?vȴ9@:ffffff?`A7L?S@dZ?j~"?S ?\(?333333?333333@vȴ9X?7KƧ?ȴ9XbN!@g|(\1 steakBeef :i:*95 %AGUTUK,FISH/BERRY with SEAL OIL (ICE CREAM) (ALASKA NATIVE)@Gfffffa@ 333333@?@ffffff@*??333333.F? =p ?Q? =p@333333?zG{??ᙙ?zG{?zG{@Gz@@,@ Ethnic FoodsLl5 BEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8" FAT,Choice,Cooked,Braised@I=p *@<\)@3xQ?ffffff@zG.@Gz?lC?zG{@:333333?S?lC@$/? I^5??n @ =p? =p?@ p ě@ Ƨ-? =p P@y\)1 steakBeefAk5  BEEF,BRISKET,FLAT HALF,Lean only and FAT,1/8" FAT,Select,RAW@MQ@1Q@65\(?陙?:@Q?333333?nO;@3ffffff?Q?vȴ9X@;dZ?tj?܋C% ?zG?ۅQ?333333@!V@#? =p Q@}d\)1 steakBeef D:4c -NOODLES,EGG,Cooked,Unenriched,without SALT@Q,@?Q?θQ@8 =p?񙙙?zG{ ?333333E? =p?tj?ěS@533333?Q?zG{?ٙ?\(?nO;? =p ?zG{?&? =p?ۅQ?1&!1 cupGrains and Pasta 55nc5+)WAFFLES,Plain,Frozen,Ready-to-heat,Toasted (Including Buttermilk)@E @@ ffffff@333333@DY@ffffff@ =p@Gz?\(?tj~?|hr?أ =p?vȴ9X@p =?n? =p6#C@zG?Q?ffffff"?$/@ zG@A7Kƨ@54Q/ CHOCOLATE-FLAVORED HAZELNUT Spread?Q@ =p@=G{? =p @OzG@@KkQl@Q@)?\(?tj?Ƨ-@ ?Q?\(?S?+ ??|hs?Q@ =p?ffffff @nO@0G-@zG%1 serving, 2 TBSPSweets964WCANDIES,MILK Chocolate Coated Peanuts?ffffff@*333333@@?@H33333@@B˅Qh?\(`)@Q?hr Ĝ?\(@?-V?E@"?=p =?Gz?(\){""@ zG@-333333@) =p@QR 1 cup(10 piecesSweets  G74WCANDIES,MILK Chocolate Coated RAISINS@&ffffff@ffffff@-?@Q33333@@O(\V?\(\-$?Q?ղ-V?1&@ffffff?ə?$/?ěS?ٙ?Ƨ-?zG{? =p U?QR@ @!@\(?QR1 cup 10 piecesSweets|84cSYRUPS,TABLE BLENDS,PANCAKE,Reduced-calorie@Ks33333?ffffff@F&fffff@@ffffff?zG{+?zG{?htj~?+ I?ٙ?+ I?nO;?zG{?O;dZ1 cup1 tbspSweetsr94CSYRUPS,TABLE BLENDS,PANCAKE@Bp =? =p@N(\?ffffff@NZG{?Q R?zG{?bM?hr Ĝ?xtj~?nO;?+ I?1&y?tzG{:1 cup1 tbspSweets 0:4]' CANDIES,HERSHEY'S POT OF GOLD ALMOND BARA@) =p@C:G{@G33333@ffffff@C:G{?@@0n N1 bar, 2.8 ozSweets4<4SCANDIES,MILK Chocolate,with ALMONDS? @A333333?333333@J@@E33333?zGZJ?p =q? I^5?+?ə?Q? =p?vȴ9X?ۅQ?1&?Q,+@\(@ffffff@0G{@*G{@=p =)1 bar,1 barSweets9>4[CANDIES,MILK Chocolate,with RICE Cereal?ffffff@333333@:?@O33333@ ffffff7?1W?Q?+?j~"@ffffff?333333?-V?ҟvȴ9?ݡo?C$?-V ? =p>=@@/ǮzH@!GzH?\((1 bar-1 barSweets ??4[CANDIES,M and M MARS,MARS MILKY WAY BAR@333333@@0?@Q?333333@NTzG?QR"?Q?333333?zG@ffffff?Q?j~"?ffffff?333333??zG{@?@ffffff@(\)@zG?3333331 bar61 barSweets@4;' CANDIES,SKOR TOFFEE BAR?Q@ =p @@ =p?333333@N(\?@MR?=p = ==?\(?zG{??zG{?? =p?zG{@2ǮzH@"zG?zG{5'1 bar, 1.4 ozSweetsA43TOPPINGS,STRAWBERRY!?ə??ٙ@P33333?ffffffA?Q3?Q?bM?`A7K?陙@+ffffff?+ I?tj~?ěS?tj~?tj~??ffffff ?tzG{?1&y?T1 cup*2 tbspSweets ^^EC5'BAKING Chocolate,M and M MARS,"M and M'S"SEMISWEET Chocolate MINI BAKING BITS?QR@zG@:J=p @\(@P}p =@@JQ"@jzP? =p?1&y?O;dZ?1&?$/?&x?E?O;dZI@/O\(@!?l1 tbsp,L1 packageSweetsSD4}CANDIES,M and M MARS,"M and M'S"Peanut Chocolate CANDIES?zG{@" =q@:=p =@ffffff@N:G{@ 333333@IaGze?ffffffL[0@GzH?$/?Vt@333333??1&?9XbM@\(\?S?+ I&&&?zG{]@zG{@@$x @ 1 cup1 packageSweets ffTE4{CANDIES,M and M MARS,"M and M'S" MILK Chocolate CANDIES?Gz@QR@5!Gz?zG@Qp =@@OzGi?\("r=?񙙙?hr Ĝ?$/@333333??;dZ?šo?n?r ě?tj~?\(_?񙙙@@*(\)@ GzH?أ =p1 cup*1 boxSweetsF4=//CANDIES,MOUNDS CANDY BAR@"@ffffff@:? =p@MKQ@ @GQ@QA?ffffff? =p ?@4zG?\(?Q1 bar, snack size51 package, 1.9 ozSweets0G4OCANDIES,MR. GOODBAR Chocolate BAR?@$p =q@@G{?zG{@K+Q@ffffff@G(\n?=p =/)?\(?\(??Q?Q@ Q?Gz?Q&&&?Q}##@ \(\@ @,B\(@ g-@vȴ9X 11 barI1 barSweets b (08@HPX`hpx (08@HPX`hpx (08@HPX`hpxGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHH H H H H H HHHHHHHHHHHHHHHHHHHHHHH+H+H,H,H-H-H.H.H/H/H0H0H1H1H2H2H3H3H4H4H5H5H6H6H7H7H8H8H9H9H:H:H;H;HH>H?H?H@H@HAHAHBHBHCHCHDHDHEHEHFHFHGHGHHHHHIHIHJHJHKHK KR5 BEEF,BRISKET,FLAT HALF,Lean only,1/8" FAT,Select,Cooked,Braised@NR@@ =p@ =p?@zG{7@ aGz?lC?tj~@C&fffff?Q?1&@49XbN?hr!?ӶE @Q?=p =??hr @^5?|? =p 2@.^?@vȴ9@(m?QX1 pastryFast Foods4I !FAST FOODS,DANISH PASTRY,FRUITd@=p =@033333? =p@GQ? =pIub?QR?5?|h?=p =@-?333333? =p?(\)?\(?(\)?Q!-?[@ 7KƧ@%zG{? ě^1 pastryFast Foods JJ34= !FAST FOODS,EGG,SCRAMBLED@P@+zG@0.zG?333333@ =p?QR9@Q?\(?&x?tj@6@ ffffff?zG{? =p?Gz?zG?QR888?(\)y?Q@-333333f@1&@Vu?$/^2 eggsFast Foods)4W !FAST FOODS,English MUFFIN,with BUTTER@@P =q,@Q@"GzH@ffffff@HQ@(\)ne?p =q?1&??|hs@2?333333?ٙ?@?(\)?QZ??Q2/?ə@"`B@tj~@Q?1 muffinFast FoodsK4o !FAST FOODS,English MUFFIN,with Cheese and SAUSAGE@BٙV@*zG@5@@9\(\??\(?\(\?\(\?`A7L?r ě@2?񙙙?Q?(\)@ ?p =q? =p:*W?GzJXV?񙙙<@!!o@!1&x@vȴ9X3s1 muffinFast Foods KKW5! !FAST FOODS,English MUFFIN,with EGG,Cheese, and CANADIAN BACON@Lc =p@(\(\@"aGz@ =p@3Q?񙙙@zGn?zG{?=p =?1&?nO;@8??vȴ?hr!@xF?`A7L?dZ12 ??\(\?=p =@ =p =@ E?1&x1 sandwichFast Foods,4y !FAST FOODS,English MUFFIN,with EGG,Cheese, and SAUSAGE@G33333'@*B\(@233333@2Qw@?Gz?nO;?+ I^@2??QR?333333@?333333?Q6!E?\(wv@@lC@tj1 muffinFast Foods#4] !BREAKFAST ITEMS,FRENCH TOAST with BUTTER@I\(\@ =p@+?QR@:333336?ffffff l|?(\)?tj~? =p@/??ۅQ?׮zG@333333?ٙ?zG{6 L?GzH^ed@\(@\(?\(V2 slicesFast Foods qq7 4I !FAST FOODS,FRENCH TOAST Sticks@=\(l@zG{@4@QR@D =p?ffffff@2Q7@WZb?Q?ȓtj~? =p@033333?zG{? =p @?ٙ? =p N>??ffffff@@ Q@! =q@33333355 piecesFast Foods*!4_ !FAST FOODS,PANCAKES with BUTTER and SYRUP@H(\@ zG{@Q?(\)@C =p7?zGl?(\)? =p?n@ ??\(?θQ?\(\?ҏ\(??y##?333333@-V@+ I^? I^52 cakesFast Foods"4M !FAST FOODS,POTATOES,HASHED BROWN@NR@@)?Q@6nzG ?p =q`s?333333?E?Õ$/?333333@ffffff?(\)?zG{? =p?zG?p =q ?zG{?\(@Q@o-V?`A7L H.5 cupFast Foods #41 !FAST FOODS,BROWNIE@)L@GzH@0 =p@P<*@333333?p =q?+ I^@333333@333333?Q?Gz? =p ?ᙙ?zG{,?У =p@Gz@ I^5@O;d<1 brownieFast FoodsN$4m !FAST FOODS,ICE MILK,VANILLA,SOFT-SERVE,with CONE@P^zG@=p =@\(?ffffff@7h\)?@1nzG?333333Y?ᙙ?nO;?zG{@ ?񙙙???333333?У =p?Q ?ə::?׮zG?ffffff@ nO;?5?|h?Eg1 coneFast Foods%4Q !FAST FOODS,COOKIES,ANIMAL CRACKERS@@Q@*(\?\(@RQ@`T??tj~?+ I^?333333?׮zG? =p @ \(\?zG{?QyX!?Q( ?zG@+ J@tj?hr!C1 boxFast Foods &4O !FAST FOODS,COOKIES,Chocolate CHIP@p =q@@6zG? =p @Pw =p$@p =q_V?Q?p =q?ە$/?zG{?ffffff@=p =?У =p?<R?QR^?p =q@#k I^@"^Q? =p71 boxFast Foods(4? !FAST FOODS,SUNDAE,CARAMEL@L@@ =p@Q@?\(z?Q~?\(?"`A?Q@ @?zG{?QR?Q?θQ?Q?\(-+?\(@GzH?O;dZ?`A7L1 sundaeFast Foods )4C !FAST FOODS,SUNDAE,HOT FUDGE@Mٙ@ \(@ =p?񙙙@>+Q?׮zGs?333333?E?zG{@ ffffff??zG{?QR?\(?Gz?zG{?=p =%#?Gz@ nO;??Z1' 1 sundaeFast Foods dd*4E !FAST FOODS,SUNDAE,STRAWBERRY@Ns33333@\(\@Q?ffffff@=.zGi?Gze5# !FAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with Chicken@U333330?ffffff?\(\?N`?=p =?tj?/v@ffffff??Q@?GzH?ə? =p ?\(?lC?QR!1.5 cupFast Foods gH?57 !FAST FOODS,SALAD,Vegetable, vegetables,TOSSED,without Dressing,with PASTA and SEAFOOD@TzH[@Q?Q@zG?QR 1y?ٙ?E?zG{@%ffffff@"ffffff?Q??333333? =p ?zG{-@(?陙??ffffff#@?Gz?׮zG?$/?Q?zG{?ə?ə)Ethnic Foods y#sBy5 %FISH,SALMON,KING OR CHINOOK,KIPPERED,Canned (ALASKA NATIVE)@I @>33333@/@&?333333??Q@%2Ethnic Foods+x4e %FISH,SALMON,TIPNUK,FERMENTED (ALASKA NATIVE)@Q333333@/@%333333@.? =p?333333?ffffff Ethnic Foods"w4S %RHUBARB,WILD,LEAVES (ALASKA NATIVE)@T=@??ffffff@# !? ?Ethnic Foods*t4] %FISH,PIKE,NORTHERN,LIVER (ALASKA NATIVE)@Qs33333@0?@333333@??ffffff\Ethnic Foodss4K %OWL,HORNED,MEAT (ALASKA NATIVE)@Q33333@633333@333333^Ethnic Foods ,4Q,<4M %SEAL,RINGED,MEAT (ALASKA NATIVE)@Pٙ@ADHKPՁTׁX؁\ف`ځdہh܁l݁pށt߁wz~*.38; > C G K P U X [ r ; > !A #E $H :L ;O \ ?` @c Ag Cj Dm [r \v ]y ^} _ a b c { | } ~  ! $ ' * - /023ց6ׁ9؁>فAځDہGJMPSV ::KN4Q#/CANDIES,REESE'S Peanut BUTTER CUPS? =p @$zG{@>zH@=p =@KzG@ @G\(N?\(\>W:?zG{?θQ?ffffff?333333?zG{?(\)@\(? =p?222?Q8?333333@ffffff@%u\(@*333333@ffffff1 miniature1 package, 0.6 ozSweets$O4ECANDIES,REESE'S PIECES CANDY@(Q@8Q?\(@MzG@JE?\(\Xg?ffffff?=p =?񙙙?陙? =p ?(\)@=p =?Q?(\)777?Q?p =q@0kQ@ =p?zG/.25 cup10 piecesSweetsHP4[1WCANDIES,ROLO CARAMELS IN MILK Chocolate@ffffff@QR@4zG?QR@P?@O =p?GzG??zG{?Q?zG{?GzHy"!?zG{@@, =p@zG?\( 61 package, 1.91 oz$2 rolls, 3 pieces per snack size rollSweets llQ4MCANDIES,NESTLE,AFTER EIGHT MINTS@333333f@@+ffffff?333333@S333333@?zG{-9 ?Gz?ϝ-V?Ƨ-??zG{?333333?hr Ĝ?bM@ \(\@ =p? =p@ ffffff1 piece)1 servingSweets6R47CANDIES,SESAME CRUNCH@@'333333@@fffff@@I&fffff@@?+Q@zGB@zG?ffffff?C%@ffffff??\(?tj@ vȴ9?E?$/444?\(@ =p@)# =p@-(\)@?@ dZ1@xF?o2 piecesFast Foods #E4] !FAST FOODS,BURRITO,with Beans and Cheese@JzG@ 333333@(\)@333333@=s?Q+a s?(\)?1&x?Ͳ-V@"333333??Q?QR?Q?Q? =p(8?޸Q5@ tj~?\(\? ě2 piecesFast Foods"F4k !FAST FOODS,BURRITO,with Beans and CHILI PEPPERS@K/\(@ \(@\(? =p @?Gz.@xF@ tj?\(1 enchiritoFast FoodsU4K !FAST FOODS,FRIJOLES with Cheese@QG =p@=p =@ =p@ =p@10 =qq?p =q3ij? =p?1&?C$?333333??zG{?ə?zG{?Q?QCCC?=p = @Q?nO?ڰ ě1 cupFast FoodsV4G !FAST FOODS,NACHOS,with Cheese@D92@ @0Q@ =p@@33333?zG1?GzH?vȴ9X?XbM@+?񙙙?\(?Q?\(?\(? =p ?\(\@=p @KƧ?-Vq1 portionFast Foods aa2W4q !FAST FOODS,NACHOS,with Cheese and JALAPENO PEPPERS@EY*@ zG{@0p =@\(@=s333330?3333335S?Q?\(?˅Q@??Q?θQ?=p =?333333? =p ?@|hr@>vȴ9X?hr )1 portionFast Foods?陙5/@/w@-V?\("1 sandwichFast Foods2d4q! !FAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY,Plain@E/\('@1ٙ@2^Q@Q@,u\(@@ ?$/?S@433333?zG{?θQ@ =p ?ٙ?zG{,>? =p@@? =p@ Q@hr Ĝ?\(G1 sandwichFast Foods iTwKi]4m %FISH,WHITEFISH,Mixed Species,RAW (ALASKA NATIVE)@R333333@2fffff@ffffff@?ҏ\(!=3?zG?nO;? =p? =p?Q@zG{?Q7Ethnic Foods24a %FISH,WHITEFISH,BROAD,LIVER (ALASKA NATIVE)@Sfffffh @@ 333333@ffffff5@!333333)? =p ?GzH@Ethnic Foodsq4O %OIL,WHALE,BOWHEAD (ALASKA NATIVE)d Ethnic FoodsX5  %WHALE,BOWHEAD,Skin and SUBCUTANEOUS FATMUKTUK(ALASKA NATIVE)(@)333333@G ??333333W?zG{?zG{?陙@=p =@<Q@Gz6Ethnic Foods' 4} %WHALE,BOWHEAD,SUBCUTANEOUS FAT (BLUBBER) (ALASKA NATIVE)@333333f?ٙ@X ?ə?Ethnic Foods UZgU :4O %MUSH,BLUE CORN with ASH (NAVAJO)@UG{6?Q?\(\?(\)@'zG{?񙙙?QR`@\(\':?QR?tj~?ӅQ??zG{?Q?1&?+?+ J?l?lC?ʟvȴ9Ethnic Foods,4c %WILLOW,YOUNG LEAVES,Chopped (ALASKA NATIVE)@Q,z@ffffff?@333333@433333@~@ffffffI Ethnic Foods 4U %WILLOW,LEAVES IN OIL (ALASKA NATIVE)P@=?333333@ 333333?:Ethnic Foods.5  %FISH,WHITEFISH,HEAD,EYES,CHEEKS and SOFT BONES (ALASKA NATIVE)@S33333k@2@ ?@333333Ethnic Foods!4] %FISH,WHITEFISH,BROAD,ROE (ALASKA NATIVE)@T33333W?陙@3333336?8?333333?ffffffEthnic Foods =4a %CHILCHEN (Reduced BERRY BEVERAGE) (NAVAJO)@Vl(\,?Q?(\)?ə@!\(\@?ffffff ?QR?tj~?l?zG{?Q?Ͼvȴ9X?Q?`A7L?333333?GzH?SEthnic Foodsx<47 %MELON,BANANA (NAVAJO)@W=p ?Gz?ə?θQ@=p =?333333@ Gz ?Gz ?Q?Q?nO;?ٙ@ 333333?zG{?nO;?p =q?Q?@Ethnic Foods ;49 %CORNMEAL,BLUE (NAVAJO)@@$@\(? =p@S;Q@!ffffff?\(@GzHb@GzH?lC?A7Kƨ@'?=p =?dZ1@(\)?֗O;d?"`::?\(\?Z1'?/w@QEthnic Foods @4; %CORNMEAL,WHITE (NAVAJO)@zG@%G{@(\)?ffffff@SH\)@$?\(\ @QR}@ Q?1&x?1&y? =p?7KƧ@ffffff@Q?- $?׮zG?ٙ?KƧ?nP@vȴ9Ethnic Foods ?4C %CORN,WHITE,Steamed (NAVAJO)@ .zG@#p =q@Q?\(@R@0@Gz@QR{8@ 333333?͑hr ?o?zG{?&x@ zG{?333333?~"dd?陙?\(?^5?|?nEthnic Foodsy>43 %CORN,DRIED (NAVAJO)@ 333333@#\(@Gz?\(@RQ@Q?Q|Q @ffffff?\(?"`A?ə?hr Ĝ@ ffffff?QR?+MM??=p =?^5?|?ffffffEthnic Foods WHHPX`hpx (08@HPX`hpx (08@HPX`hpxHHHHHHHHHHHHHHHHHHHHHHHHIIIIIIJ:J:J;J;JJ>J?J?J@J@JAJAJBJBJCJCJEJEJFJFJGJGJHJHJIJIJKJKJLJLJMJMJNJNJOJOJPJPJRJRJSJSJWJWJXJXJYJYJZJZJ[J[J\J\J^J^J_J_J`J`JaJaJbJbJcJcJeJeJfJfJgJgJhJhJiJiJjJjJkJkJlJlJmJmJpJpJqJqJrJrJsJsJuJuJvJvJwJwJxJxJyJyJ{J{J|J|J}J}J~J~JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ 141~D4? %BREAD,KNEEL DOWN (NAVAJO)@JzG{@(\)@zG?Q@C(\@ Q?\(7@~?\(\?QR?dZ1@'?Q?`A7L@Q?֧-bb?333333?֗O;d?KƧ?vȴEthnic FoodsHC4U %SQUASH,INDIAN,Cooked,Boiled (NAVAJO)@X p =? =p?333333?@ \(?@(\)?zG{?Q?1&?Q?`A7LEthnic FoodseB4A %SQUASH,INDIAN,RAW (NAVAJO)@WVfffff? =p?ə?ҏ\(@\(@ QR ?\( ?Q?hr Ĝ?S@?zG{?zG{?\(?(\)?-VEthnic FoodsA4= %CORNMEAL,Yellow (NAVAJO)@$L@#33333@Q?Q@R9@"?\(@QkB@?"`?nP?333333?+@\(? =p ?Gz"'?׮zG?ə? ě@$/@`A7Ethnic Foods =G5 %TORTILLA,Including Plain and FROM MUTTON Sandwich (NAVAJO)@CG{@Q?ffffff?Q@HQ@333333@F@zG{i?zG{?1&?&x@0?׮zG?/v@?\(?QbW ?QR?ٙ?l?ǮzG?$/Ethnic FoodsF4_ %BREAD,INDIAN,FRY,MADE with LARD (NAVAJO)@?RJ@\(@(p =q?@H!Gz@=p =9@(\){MI?ffffff?KƧ? I^5@2?ۅQ?Ƨ-@ix?E?tj~zi?陙@{lC@/?GzEthnic Foods~E4I %MUTTON,Cooked,Roasted (NAVAJO)6@@ =p@&.zG?\(?zG{ @ =p @Q?vȴ9X?`A7L&?Q?333333@zG?9XbN? ěT@\(?陙@hr @t? I^5?mEthnic Foods  J4M %STEW,MUTTON CORN SQUASH (NAVAJO)@SQg@!=p =@\(\@ =p @zG?333333?Q&?\(\o1?Q? ěT?E@ ?Q?(\)?GzH?S?\(?׮zG??\(?+?zG{+Ethnic FoodsI4O %STEW,HOMINY with MUTTON (NAVAJO)@TeQS@ =p@zG{?У =p@"\(?(\)?QRv-? =p ?bM?ȴ9Xb@ffffff?Q?Q??KƧ?zG{?׮zG?ffffff?tj~?9XbN?^5?| Ethnic Foods!H4S %STEW,DUMPLING with MUTTON (NAVAJO)@Sp =e@!kQ@=p =?GzH@ \(?Gz? =p?R.??"`A?bM@$ffffff? =p?KƧ@ =p ?ļj~#?E))?=p =?׮zG?333333?XbM?+ I?щ7KƧEthnic Foods !!yG5# FRUIT-FLAVORED Drink,DRY Powdered MIX,Low Calorie, calories,with Aspartame?p =q??zG{@$@Ufffff??zG{?PbM01 tspBeveragesA84-SYRUPS,GRENADINE@@333333 @Pfffff@Pfffff?? =p?vȴ9?333333?zG{1 tbsp@1 tspSweetsL4A %STEW,Steamed CORN (NAVAJO)@SRp@! =p@?333333@%@ffffff?QR?񙙙kh??333333?1&?Q?(\)@(\)?ٙ?Q ?ffffff?S?E?+ JEthnic Foods K4- %TAMALES (NAVAJO)@Qfffff@Q@zG{?Q@2Q@?zG?Qc?zG? ěT?E?333333??zG{?p =q?=p =?M?GzH@+ I^@x?tjEthnic Foods uet5 /CEREALS Ready-to-eat,OATS,CORN PUFFED,PRESWEETENED,with MARSHMALLOW?@@ ffffff@@U?333333@E@"Q)d@zG??`A7L@'? =p?Q@1=p =?9XbM?zGYF=@zG ?=p =?333333?333333?=p =?XbM1 cupBreakfast CerealsTZ5 ICE Cream NOVELTIES,VANILLA,Light,NO SUGAR ADDED,CHOCOLATE-COATED@L@@$333333? =p @:TzG?@8zG?ҏ\(1h?=p =?tj~?+ I@?ə??XbM?tj~?ؓtj~?hr Ĝ?QRY?p =q?ffffff@1&@?vȴ9XSweetsO4' PECTIN,LIQUID@X9 @@Sweets zzz{\4Q)'CANDIES,Special Dark Chocolate BAR?@(\)@@333333?p =q@MzG@@GǮzH@ =p 3?zG{?zG{?333333?zG{@\(?(\))1 bar, 1.45 ozI1 bar, 2.6 ozSweets0]4ICOCOA,DRY Powdered,Unsweetened@3@+ffffff@333333@K&fffff@@?@+Q@=p =@M@-V@,?+?+ @zG{?A7Kƨ?5?|h ?@&@ # =p@GzH?(\)V1 cup@1 tbspSweetsL^4uCOCOA,DRY Powdered,Unsweetened,Processed with ALKALI@@2@*333333@333333@Kffffff@=?(\)o@/ =p  @zG{@ "`B@ `A7L@*ffffff?(\)?p =q@333333?A7Kƨ?5?|h ?@333333&@ =p @\(?GzV1 cup@1 tbspSweets !!?aa45EGG CUSTARDS,DRY MIX?333333@@@@T33333?Gz-L??O;dZ?zG{@0?ٙ?\(?^5?|?zG{@lC?˥S?Q??@=p =@333333?333333U1 package1 portionSweetsb4i EGG CUSTARDS,DRY MIX,Prepared with Whole MILK@RjG{y@(\)@ =p ?zG@1J=p ?ffffffX?QR?bM?|1&y@?陙?S? I^5? ěT?Z1'?hr Ĝ ?(\)%$@"`?7KƧ?;dZ5Sweetsc5 COCOA,DRY Powdered,Unsweetened,HERSHEY'S EUROPEAN STYLE COCOA <$1 tbspSweetsd4OGELATIN Dessert, desserts,DRY MIX}@333333?ffffff@V@V? =p?zG{?5?|h?+ I@?htj~?E?nO;?1&y?PbMU1 package@5L1 portionSweets e4uGELATIN Dessert, desserts,DRY MIX,Prepared with H2O@U\)>?Q?ə@,aGz@,aGz?zG{K?zG{?tj~?`bM?񙙙?xtj~?PbM?`bM1 package.5 cupSweetspg5# GELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame?Gz@/W =p@p =q@T p =??Q ^@Q1 servingSweetsh5IGELATIN Dessert, desserts,DRY MIX,Reduced Calorie, calories,with Aspartame,Prepared with H2O@W\(?\(?Gz@Gz?zG{D0?|1&yu.5 cup1 packageSweets >i4O!GELATINS,DRY Powdered,Unsweetened O@Uffffff??7?\('?Q@I^5?}?Gz@C??p =q?\(??|1&y?Q?Q?zG{1 envelope1 packageSweets)k4 CANDIES,E.J. BRACH'S,BRACH'S STAR BRITES PEPPERMINT MINTS?ffffff?ə?ə@Xl@Os33333(3 piecesSweetsl4 CANDIES,WILLY WONKA'S EVERLASTING GOBSTOPPERS JAWBREAKERS@q?333333@W333336 piecesSweets=m41 CANDIES,YORK BITES@".zG?zG{@GzH?@Th\)K ?zGl.?zG{@Q?޸Q?'15 piecesSweets ``~o4KPUDDINGS,Chocolate,Ready-to-eat@QS33333@@1ٙZ?QRP?Gz?-V?lD@333333??vȴ9? =p?5?|h?M?1&y$ ?ҏ\( ?Q?333333?Gz@q5PUDDINGS,Chocolate,DRY MIX,Instant,Prepared with Whole MILK@Rffffffo@@?ffffff@2f?ҏ\(?Gz?bM?$/?333333??`A7L? I^5??tj~?7KƧ?tj~?333333x?GzH?p =q? =p .5 cupK1 packageSweets zFs4EFLAN,CARAMEL CUSTARD,DRY MIX@333333\?Q@Vfffff?zG{?zG{?Q?|1&y@5LU1 package1 portionSweets$t4QPUDDINGS,Chocolate,DRY MIX,Regular@@@VS33333@@EQR5?QCXa??tj~?/v@ ffffff?Q?"`B?Q?Q?bM?\(\?zG?Qc1 package@81 servingSweetsXu5PUDDINGS,Chocolate,DRY MIX,Regular,Prepared with Whole MILK@RS33333w@ zG@ 333333?zG@3ffffff?陙@' =p`?ffffffWb?޸Q?(\)?tj~@ ?nO;?ȓtj~?nO?I^5?}?vȴ9X?333333X??ə?l? I^5??x .5 cup:1 packageSweets jjYe5O! !FAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY,with Condiment, condiments and Vegetable, vegetables@I@)@)ffffff@@5333333g@zG{y@? =p ? =p @,ffffff?Gz?\(@ffffff?У =p?(\)%5?\(+%@$/@`A7?-V$1 sandwichFast Foods3f5! !FAST FOODS,CHEESEBURGER,Regular,DOUBLE PATTY and BUN,Plain@E33333 @+\)@+Q?@;\)@zG{-@\(?+ I?QR@5L?Gz?θQ@zG?=p =?Q,;?33333344@š@E?I^5?}21 sandwichFast Foods ::Vi5;! !SANDWICHES and BURGERS,CHSBURGER,Large,SNGLE PATTY,with BACON and Condiment, condiments@E8@0h\)@2ٙ@@3 =p S@p =q@ ?j~#?\(@0fffff?񙙙?zG{?Gz@ 333333? =p ?zG{,??333333*&@ \)@Q?=p =91 sandwichFast Foodsfj5K! !FAST FOODS,CHEESEBURGER,Large,SINGLE PATTY,with Condiment, condiments and Vegetable, vegetables@J@@)p =@.zG@zG{@1zH^@ =p @?\(?-V@1@ ? =p ?Gz@ \(?Q? =p% 6?Q@? =p@1'@F?"`B-b1 sandwichFast Foods4E! !FAST FOODS,HOTDOG,with CHILI@Gfffff@'33333@'zG?񙙙@;s33333@ =p ?\(? =p ?@&@333333?QR?ffffff@ =p =?޸Q?zG{@,N?У =p3@1&x@# =p?1&y-r1 sandwichFast Foods(4s! !FAST FOODS,HOTDOG,with CORN Flour COATING (CORNDOG)@GY@#333333@%?QR@?Gz:@ =p = _,??Q?(\)@)ffffff?zG{?ٙ@ =p ? =p?;"M?v"!@O;d@R?+-1 sandwichFast Foods 4U! !FAST FOODS,Roast Beef Sandwich,Plain@HQR@. =q@#?Gz@8\('@QR:@Q?Q? =p ??GzH?(\)@Gz?333333?QR) 1?(\)@n@zG?o%1 sandwichFast Foods,4y! !SANDWICHES and BURGERS,Roast Beef Sandwich with Cheese@E @2O\(@$u\(@p =q@9ǮzHh@\(@ffffff?hr!?Ƨ-@3?(\)?У =p@ ?\(?QR$ -?Qn!!@Q@ =p? =p,1 sandwichFast Foods#4W! !SANDWICHES and BURGERS,STEAK Sandwich@I\)@-p =@?333333@9xQ-@=p =@\(?S? =p @4@?ə? =p @ =p?? =p ,?? =p ?Q@\(?=p =$1 sandwichFast Foods yy*4e# !FAST FOODS,SUBMARINE Sandwich,with COLD CUTS@Lfffff@#(\)@ W =p@\(@6c =pS?񙙙~?zG?$/?m@+@?(\)?ffffff@GzH?\(?Q&0?޸Q@S@ /w?tj1 submarineFast Foods$4g# !FAST FOODS,SUBMARINE Sandwich,with Roast Beef@M|(\@*Q?QR@4\(?Y@=p =?`A7K?ə@'@?QR?QR@zG? =p ?333333! )?Gz@ ?|hs?333333?XbM"1 submarineFast Foods*4g# !FAST FOODS,SUBMARINE Sandwich,with TUNA SALAD@K'zH@'333333@%(\?zG{@5Gz?zG{V?\(\?`A7K?ə@7?ffffff? =p ? =p@Q?\(\? =p (5?(\)I@-@ =q@1 submarineFast Foods 43 !FAST FOODS,COLESLAW@RGz?Q@&(\)?ᙙ@)\("?\(\ $?ə?$/?@ ?zG{?Q?zG{?333333?(\)'''? =p U$9?E@O;dZ@tc.75 cupFast Foods4Y !FAST FOODS,CORN ON THE COB with BUTTER@R33333j@zG{@?@5Gz?333333J? =p?ffffff@?\(?Q? =p??(\)  ??tj?`A71 earFast Foods 4; !FAST FOODS,HUSH PUPPIES@@%QI@@-Q?\(@F^QX?GzH?ᙙ?ěS?S@$?Q@?Q? =pJ/k?(\)x @ O;dZ@$ I^5??;dZN5 piecesFast Foods 88D4_!BABYFOOD,BANANA Juice with Low Fat YOGURT@SY@?陙?Q@1=p ?ٙ@*\(O?ə A%?Q?Q?@@33333?Q??GzH?Q?ۅQ??ٙ?C%?1&x?+ I@?1 fl oz~1 bottleBaby Foods*4u+%5IMITATION Cheese,AMERICAN OR CHEDDAR,Low Cholesterol& ?ffffff7?Q@-333333?Q? =p ?zG{?Q?\(sq?Q@@B\(@,A$/@%:G{q1 cup, shredded@1333331 cubic inchDairy & Egg ProductsK5='CREAMY Dressing,MADE with SOUR Cream AND/OR Buttermilk and OIL,Reduced Calorie, caloriesJ?@ @? =p$?zG{??ٙ?zG{?zG{?zG{?Q?Q@Q@ @Q@ /v@"`1 cup1 tbspFats and Oils EmE#4G9BOLOGNA,Beef and PORK,Low Fat@O33333@'@3L@ ?Q T??zG{@&ffffff?\(? =p@QR? =p ?\(?(\)?333333@;dZ@"J=p ?9XbM'1 slice+1 sliceSausages & Lunch Meats@5'%9TURKEY HAM,SLICED,Extra Lean only,PREPACKAGED OR DELI-SLICEDHv@3@ffffff??0+@Gz?(\)%??@ =p =?p =q?У =p?\(?bM?띲-V?1&xC1 cup, pieces@31 cubic inchSausages & Lunch MeatsI4i!BABYFOOD,Mixed FRUIT Juice with Low Fat YOGURT@T`L@333333?陙? =p@-\(\?ٙ@%Q?ə <$?Q?Q?@@33333?zG{??zG{??ۅQ?Q?ə?C%?1&x?+ I@?1 fl oz~1 bottleBaby Foods 4I 5WHIPPED TOPPING,Frozen,Low Fat@Mٙ@*333333?333333@7@7G?JeH??zG{@333333?zG{? =p ??zG{?əJ?@ -@&Ƨ?`A7?7KƧK1 cupDairy & Egg Products4w MILK Dessert, desserts,Frozen,MILK-FAT FREE,Chocolate8@333333?@Bٙ@Bٙ?zG{-{Ma?zG?bM@?ffffff??У =p??zG{?ᙙ?vȴ?Vu?Q1 cupSweets43'TURKEY BACON,COOKED@@L~@=@;fffff@333333@ @Gz@=p =?333333@9?Q?θQ@ =p =?zG{ ? =p ?zG{@ffffff@ + J@%I^5?@:^5?|bR1 cup, pieces1 ozPoultry {4s'MAYONNAISE,Reduced-calorie OR DIET,Cholesterol-free8M?@@fffff@@C?@Q@833333@xF@@31 cup@-3333331 tbspFats and Oils04w'SALAD Dressing,PEPPERCORN Dressing,Commercial,Regular@?fffff4?333333@N33333@ @?ffffff)? =p ?zG{??333333?Q?Q& @Q@_L@% @-zG@@|j~#1@*1 tbsp1 fl ozFats and Oils 4K5CREAM Substitute,Powdered,Light@?ffffff@/ffffff@ffffff@RY@RY?Q?zG{?zG{?陙?У =p@333333 @ffffff@'?XbM^1 cup1 packetDairy & Egg Products x~x4G5CREAM Substitute,Liquid,Light@UE?陙@ ?ٙ@"333333@"333333?QKvȴ9X?~" Snacks TT1&4m!BABYFOOD,Apple YOGURT Dessert, desserts,Strained@Sy`?陙??ə@3?@'\(F?Q??ffffff@A?\(??zG{ ??zG{?ə?C%?1&x?+ I1 tbspq1 jarBaby Foods3%4I7ORANGE-STRAWBERRY-BANANA Juice@UzH.?Gz?333333?\(@( =q?ə@$ =p ?У =p d?Q?O;dZ??(\)?-V?Q?;dZW?zG{?D7?+ I?zG{?zG{1 cup@=3333331 fl ozFruits & Fruit Juices9$5 CANDIES,M and M MARS,"M and M'S"Peanut BUTTER Chocolate CANDIES@#@9?zG{=@@Hu\(l? =pR~?QR?=p =@??zG{@ zG? =p 111?ffffff7@zG@@!1&x@%KC%@C% 1 cup1 barSweets dd,+4;%+5CHEESE,MONTEREY,LOW FAT.9@<333333@5@ ?ffffff?Q? =p Q4?bM@-?zG{? =p ? =p ?zG{?\(%?QR?7@,zG@\(?GzA1 cup, dicedq1 cup, shreddedDairy & Egg ProductsR)5!'SALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,Reduced Calorie, calories@Ss33333V@@@@*ffffff@ D?Q/3J?333333?vȴ9??zG{?zG{?zG{?zG{?(\)CA?[~?tj?xF?\(\ 1 cup@/3333331 tbspFats and Oils'4w'VEGETABLE OIL-BUTTER Spread,Reduced Calorie, calories@FY5@ffffff?zG{ E?zG{?PbM??zG{?zG{ 3@"ffffff@Nb@1Gz@4Q@&L61 cup 1 tbspFats and Oils ScS 145 9BOLOGNA,BEEF,LOW FATA@'@-@ @  ?GzH?Q@(??@?333333?ffffff?QR?333333@"`B@R?QR,1 sliceSausages & Lunch MeatsB.5U'CREAMY Dressing,with SOUR Cream AND/OR Buttermilk and OIL,Reduced Calorie, calories,Cholesterol-freeI@ =p =$?У =pd1? =p ??zG{?Q?zG{?zG{?C@zG@Affffff1?zG@ ěT@ ěT1 cup1 tbspFats and OilsQ-5;'CRMY DRSG,MDE with SOUR Cream AND/OR BTRMLK and OIL,Reduced Calorie, calories,FTFREE@Rk?ffffff@?333333@ffffff$?M? =p ??zG{?Q?zG{?zG{?p =q@ffffff?ߝ-V?zG{?vȴ1 cup@01 tbspFats and Oils rr-v4 PUDDINGS,Chocolate,DRY MIX,Regular,Prepared with 2% MILK@Rm@ =p =? =p?\(\@3?333333p? =p `h?p =q? ě?tj@?ffffff?bM?ffffff?Gz?Q?nO;?/. ?$/?zG?nO;Sweets@w5PUDDINGS,Coconut Cream,DRY MIX,Instant,Prepared with 2% MILK@Rk@333333@ffffff?333333@3333333?f?333333?Q??tj~?陙?hr Ĝ?lD?tj?XbM?tj~?333333--?Q? =p?QR.5 cupK1 packageSweetsy4APUDDINGS,RICE,Ready-to-eat@P@?333333?4?333333D?|?333333k?Gz?dZ1?QR@:333333?333333?Ұ ě? =p@cS?GzH?XbM*?Q?@@ j~#@Q?dZ1i1 servingFast Foods KK^m5!FAST FOODS,Chicken,BREADED and FRIED,Boneless PIECES,Plain@G=p )@/.zG@2R@Q@0QR??(\)?\(!>?Q?j~#?hr!@1333333?333333?O;dZ?1&@ =q?x?l ?Q?Q@+ J@r Ĝ@GzH7`6 pieces@4 piecesFast Foods$n4A !MCDONALD'S, CRISPY Chicken@IzH@( =p@'ffffff@Gz@6u\(?ffffffN?zG?\(?QR@3L?333333?zG{?lC@p =q?^5?|? ěT +?Q?zG@ffffff@E@ Q@Gz1 servingFast Foods$o4A !MCDONALD'S,Chicken MCGRILL@Lٙ@,Q@@2p =q?R?QF?=p =?333333?=p =@:33333?333333?Ƈ+ I?šo@=p =?C%?`A7L(?Q?ٙ@3fffff?@QR@Q!1 servingFast Foods tt(p4; !MCDONALD'S,FILET-O-FISH@E =q&@&Q@.333333? =p @<8Q?ffffffm??Q??-V@9?333333? I^5? =p@\(?~"?tj!?GzH?Q@@ O;dZ@(\)@\( 1 servingFast Foods(q4; !MCDONALD'S,CHEESEBURGER@FW =p@)\)@(@333333@; =q??Qm@ffffff?333333?͑hr @5?333333?Gz?9XbM@333333? =p ?333333'?Q?zG{@@A7K@Q?#w1 servingFast Foods-r4U !MCDONALD'S,QUARTER POUNDER,NO Cheese@HgzH@/\(\@'333333?QR@6# =p?񙙙W?zGyv@QR?"`B?ȴ9XbN@8?333333?zG{?ɺ^5?|@?7KƧ?l ?\(?Q@Q@Q? =p(1 servingFast Foods __9s4[ !MCDONALD'S,QUARTER POUNDER,with Cheese@H.zG @.kQ@,@zG{@3Q?333333?QRO@ =p?333333?/w@833333?333333?vȴ9X?У =p@333333?Gz?+ ??ə@@ =p@QR? =p01 servingFast Foods)t4E !MCDONALD'S,BIG MAC,NO Cheese@I&fffff@(W =p@*? =p@6 =q?ffffffg@\(p@ =p ?"`B?zG@9L?333333?͑hr ?Vu@Q?ݡo?tj~"?zG? =p @7ffffff@\(@GzH@ffffff 1 itemFast Foods0u4K !MCDONALD'S,BIG MAC,with Cheese@IEQ@'Gz@,333333?=p =@5zH?ffffff?ffffff@GzH?ěS?"`A@9fffff?333333?ǍO;dZ?ɺ^5?|@ =p ?9XbM?\( (?QR?Q@0ffffff@"@ =p@ =p $1 servingFast Foods 22[$v4;!MCDONALD'S,French fries@@G{i@333333@3EQ?@EnzG@ffffff?(\)%[?ᙙ?lD?lC?ٙ@?$/?S@QR?\(?M?\(@N+@$F-@tjr1 medium1 largeFast Foods@Y5!BEEF,Short LOIN,Porterhouse STEAK,Lean only and FAT,1/8"FAT,ALL Grades,RAW@NGz@2@2\(?(\)?\(\+5@ Q?E?vȴ9@0ffffff??\(@ QR? =p?QR@\(@zG@ ffffff?ffffff@@3333331 fl ozBeverages$C4=''9FRANKFURTER,Beef,Low FAT@Offfff @3??ffffff ?\(\? =p@+??@ffffff??ffffff? =p ?@ 333333@#?333333(1 cup, sliced91 frankfurterSausages & Lunch Meats CCLI5! FROZEN YOGURTS,Chocolate,NONFAT MILK,with Low Calorie, calories Sweetener@R`k@?陙?@333333@133333?zG{(SQ?\(\?lC@ffffff?ffffff?zG{? =p ?ə?zG{ ?\(\?zG{?333333?(\)?dZ1?Q1 cupSweetsMH4q /CEREALS Ready-to-eat,MUESLI,DRIED FRUIT and NUTS@333333T@#ffffff@?@Ss33333@333333@!N@ 333333?\(@j~"@1L?Q?zG{@(L@ffffff?Q@ 333333"@%ffffff@333333?\(@ =p ? =p U1 cupBreakfast CerealsG4w CANDIES,M and M MARS,TWIX Chocolate FUDGE COOKIE BARS@&@333333@@fffff?33333385?\(.5 ?p =q?n?Q?ə?\(?zG{ ?Q" @zG@2@+ @,S@) nSweets (L4S''9FRANKFURTER,Beef and PORK,Low FAT@Q33333 @ ?333333 ?\(\?333333@.333333? =p ?(\)@333333???zG{?333333@ 7KƧ@\(?lC,1 cup, sliced91 frankfurterSausages & Lunch Meats$K4c FROZEN YOGURTS,FLAVORS OTHER THAN Chocolate@Q@ ?333333@5@3Qd?p =q Y??Q?nO;?ffffff?ffffff?zG{? =p ?Q?zG{?Q10? =p ?333333 @S?O;dZ? 1 cupSweetsJ4= FROZEN YOGURTS,Chocolate@Q@ ?333333@5@ffffff@3=p =d?p =qY??Q?S?ffffff@?zG{? =p ?Q?zG{ ?Q'&? =p ?333333 @-V?n?1& 1 cupSweets (t(GP4'SALAD Dressing,BLUE OR ROQUEFORT Cheese Dressing,FAT-FREEDs@?陙@ @9@ 333333@5\(H?zG{ k?(\)?zG{???zG{??Q?zG{?У =p ?zG{?Q?+?ݑhr  1 cup@01 tbspFats and OilsBN4i9PORK SAUSAGE RICE LINKS,BROWN and SERVE,Cooked@F @+ffffff@BУ =q@\(@Gz?Qt?333333?`A7L?9XbM@0?޸Q?Q@ ?ə??(\)@ 333333@@!:G{@lB-2 links<3 linksSausages & Lunch Meats@M4a5MILK,Buttermilk,FLUID,CULTURED,Reduced FAT@U8@ffffff?@333333@333333?Q RV?θQ?bM@ffffff???Gz??Q?׮zG:?(\)??;dZ?nO;?-V1 cup@>1 fl ozDairy & Egg Products X4 PAPAD@ Qs@9\(@ @GzH@M\(@2@333333@ 333333?-V?E@ ?Ѻ^5?|?ЃnP?O;dZ?XbM?=p =2 ??ٙ?XbM?$/?^5?|LegumesET4[)CANDIES,M and M MARS,MILKY WAY Dark BAR@@ffffff@0L?QR@R@@N\(8?Q3?Q?bM@ffffff?333333?zG{??Gz??D? =p@333333@ 1&y@vȴ9X?-V@H333331 bar, 1.76 oz1 barSweetsQ4[ 'SALAD Dressing,MAYONNAISE-LIKE,FAT-FREE@ST?ə@@@/?ffffff@$?Q1??zG{?+ I?333333?1&y?zG{@833333?333333?1&x? ěT 1 cupFats and Oils jIs4}CANDIES,M and M MARS,"M and M'S"ALMOND Chocolate CANDIES?@ @;? =p@NL@ @H<(\?\(\s{k?QR?\(\@333333?zG{? =p ?(\)?? =pp@zG@ @#%S@+ 7KƧ@ nP1 cup@ 3333331 pieceSweetsY]4{%5CHEESE,Pasteurized PROCESS,CHEDDAR OR AMERICAN,FAT-FREE@Ls33333@6?陙@@*@#fffff?Q$ @ \(\?tj~@4?Q?޸Q?Gz? =p ?Q?GzH@? ěT?O;dZ? @03333331 cubic inch1 sliceDairy & Egg Products3\4q% RICE CAKE,CRACKER (Including HAIN MINI RICE CAKES)@333333@ffffff@333333?333333@TFfffff@?(\) ? =phG?zG{@8?Q?zG{@=p =?333333? =p?ffffff??O;dZ?QR@1 cubic inchSnacks QQQg5)')BAGELS,Plain,Unenriched,with Calcium Propionate (Including ONION,POPPY,SESAME)@@L@%??@J33333@ffffffJ?\(`e?(\)?/w?GzH?/w?vȴ9? ěT?;dZ?1&?(\)?ěS?E1 bagel@QB\(1 small bagelBaked ProductsTh5/')BAGELS,Plain,Unenriched,without Calcium Propionate (Including ONION,POPPY,SESAME)@@L@%??@J33333@ffffff?\(`e?(\)?/w?GzH?/w?vȴ9? ěT?;dZ?1&?(\)?ěS?E1 bagel@QB\(1 small bagelBaked Products MM>4I)PIE,MINCE,Prepared FROM RECIPE@B33333!@@%?3333330@@4K)PIE,PECAN,Commercially Prepared@3L@2?@L@ @CR? =pMJ?=p =?\(??|hs?񙙙?KƧ?;dZ?;dZ?"`A?$/"6?32?zG{@333333#@ \(\@%{dZ@ tj~ @@ffffff@I333333?<@333333T>?\(?l?ӅQ@6?dZ1?+@lC?Ł$/?1&yF: o@bM@1IlD@Ƨ-1 crust1 pieceBaked ProductsH4w)PIE CRUST,STANDARD-TYPE,Frozen,Ready-to-bake,Enriched@333333@=333333?@F ?@!@zG5b@?333333?hr Ĝ?$/@?+? ěT@E?͑hr ?-VF< p?Q@Q@333333@mhr!@(և+ J 1 crust1 pieceBaked Products>4q)PIE CRUST,STANDARD-TYPE,Frozen,Ready-to-bake,Baked@&ffffff@@@ffffff@H@#\)@zG;n?\(?tj~?zG?Q?bM@|hr?šo?-V7/X?zG{@ =p @ ffffff@%*~"@/nzG@"`A~1 crust1 pieceBaked Products PPM 4q)PIE CRUST,STANDARD-TYPE,Prepared FROM RECIPE,Baked@#@@AL?333333@G?333333?\( @QCC?(\)?KƧ?ۅQ@5?$/?Ѻ^5?|@ tj~?Ƨ-?C8 j? =p@- @!>vȴ9X@.V+ J@">vȴ9X1 crust1 pieceBaked Products0!4M)PUFF PASTRY,Frozen,Ready-to-bake@!'@333333@C @F??zG @zG{<=?\(?/v?;dZ@8333333?xF?1&@1&y?$/NA |?GzH@0+@#I7KƧ@5F@tj~@ffffff3@#@?3333334@ @=p =;@ (\)eh!?Q?$/?/w@=?/w?C%@ KƧ?\(?"`A5?θQ? =p @G?;dZ@p =q? I^5?2@@$@ 333333@333333@J@?Q@6|? =p ?ɺ^5?|?vȴ9X@;?QR?GzH@333333?؃nP?vȴ9XcM?\(@6?\(\?Ƨ-?-+1 large$1 mediumBaked Products+41 )ROLLS,DINNER,WHEAT%@!333333@333333@.@ffffff?zG@ ffffff$hsT??333333?^5?|!?۶E?xF@I^5?}?KƧ?tj~<-\? =p @A?E@;dZ?E@^?Q?(\)?hr Ĝ@3?ٙ?Z1'@-V?/v?-VoT?ə?Q@-?xF?n?|hr@QY@=p =@\(?Q@(kQw? ].?ffffff?1&y?pbM?ffffff??Q?S?E?~"?+?Qs?7KƧ?l?/v Sweetsc4S DESSERTS,RENNIN,TABLETS,Unsweetened@T?@R @3@GzHT$e@p =q?ə? =p?E?tj~?|1&y@#1 packageSweets uu%4[) FROSTINGS,Chocolate,CREAMY,Ready-to-eat?񙙙@1@O?@Lٙ?QO?ҏ\(?ə?θQ?陙?vȴ9?hr Ĝ?vȴ9X?1&y?tzG{?\(@vȴ@" =p @ =p @D(\2 tbsp, creamySweets/4Q%FROSTINGS,COCONUT-NUT,Ready-to-eat??陙@Jffffff@( ?GzH??=p =??S@?ə?Q?tj~?"`A?nO;?O;dZ ?\(@ @Q@(kQ@ GzH1 package&.083 packageSweets(4a)+FROSTINGS,Cream CHEESE-FLAVOR,Ready-to-eat@.333333?@1L? =p @PzG@OQ?zG{#?zG{?zG{?vȴ9??xtj~?+ I?`bM@.zG@ =p @1&@@@2 tbsp, creamy2 tbsp, whippedSweets 4W%FROSTINGS,VANILLA,CREAMY,Ready-to-eat@.# =p@0(\?Q@P =q?@O?zG{"?Q??zG{?S?(\)?(\)@ @n@p =q@1 package&.083 packageSweets 4s FLAN,CARAMEL CUSTARD,DRY MIX,Prepared with 2% MILK@Rp =g@Q?Q?QR@2Rq?Q Vq? =p ?zG{?htj~@333333?ffffff?bM?l?E?^5?|?Q?У =p43 ?\(?5?|h?bMSweets 4y FLAN,CARAMEL CUSTARD,DRY MIX,Prepared with Whole MILK@RQq@?zG@2zGo?Q Tp?ffffff?+ I?tzG{@?ffffff?vȴ9X?\(?333333? I^5??hr Ĝ?У =pq??E?j~" Sweets -0{4m 5CHEESE,COTTAGE,LOWFAT,1% MILKFAT,LACTOSE Reduced@TJ@(?@ ?333333@5?QV?QR?1&y ?zG{?zG{? =p?Q ?(\)( ?zG{??zG{?ҏ\(?Q1 cupDairy & Egg Products"w4%'FLAXSEED OILtd@1@"@4333333B1 cup@+3333331 tbspFats and Oils'v4e'SALAD Dressing,COLESLAW Dressing,Reduced FAT%I(?ٙ@C]p =$?У =p2@? =p ?pbM??zG{?zG{??PbM?zG{??p =q@C@ =p@!333333@zG 1 cup@01 tbspFats and Oils yZ5! /CEREALS Ready-to-eat,CORN,Whole WHEAT,ROLLED OATS,PRESWEETENED,with ALMOND@333333@!@ffffffN@%@:!GzE[? =p ?̬1&y?bM ??\(\?Q@0!Gz?\(\?\(C0@\(\ s? =p??񙙙@9XbN@`A7L.75 cupBreakfast Cereals+}4m/CEREALS Ready-to-eat,WEETABIX Whole WHEAT Cerealu@'@ffffff@ ffffff@SY@&d@ =p\!?Q?O;dZ@?GzH?\(\@\(?p =q...?p =q?޸Q?ffffff?Q91 cup1 biscuitBreakfast CerealsR|4 /CEREALS Ready-to-eat,Frosted OAT Cereal with MARSHMALLOWS@ffffff@ffffff@ @@Ufffff@333333@EG@/p =4@\(? I^5?@A@@Js33333?Q?@1 =p?(\)aNK@(\)9,,?=p =?333333? =p?񙙙?zG{1 cupBreakfast Cereals I5 5CHEESE PRODUCT,Pasteurized PROCESS,CHEDDAR OR AMERICAN,Reduced FAT@Ifffff@1@,333333@@%333333@ =p ?ə!=J3@Gz?Q@(?Q?޸Q? =p ?zG{?\(?GzH@R@!33333@Q?=p =5Dairy & Egg Products94e 'MARGARINE-LIKE Spread,Stick OR TUB,Sweetened4?@033333 3]b@ 33333@7Fats and OilsB4m'%9TURKEY,PORK, and Beef SAUSAGE,Reduced FAT,SMOKED@M@2@0@ffffff@?Q@p =q?;dZ@;? =p ?333333@ QR?GzH?(\)?@GzH@ =p @zGA1 cup, pieces1 cubic inchSausages & Lunch Meats hh"4K'%9SAUSAGE,Chicken and Beef,SMOKED@K(@2?ffffff ?GzHo?zG?1&@-?zG{?Q@=p =?\(?QRg?@ =p@$aGz@GzF1 cup, pieces1 cubic inchSausages & Lunch Meatse5 /CEREALS Ready-to-eat,Whole WHEAT,ROLLED OATS,PRESWEETENED,with PECANS@333333@"@'@Qٙ@.@\(\WA@zG?աo@$/@,333333?ə?Q?333333@"(\?;dZ?zG4@ =p?陙?ffffff?ffffff@ I^5?@`A7K5.667 cupBreakfast Cereals4C POPCORN,OIL-POPPED,UNSALTED@ffffff @<@M ?GzH @=p =l@Q?I^5?}@333333?333333? =p?Q??Gz@p =q@333333.F?@\(@ W =p@* =pSnacks #T#,4E !BABYFOOD,Juice,ORANGE-CARROT@VFfffff+???@#?ٙ@ ?ə  ?Q?+ I?@A ?Q??Gz?'''X^?ҏ\(?_?zG{?zG{?Q@>1 fl ozBaby Foods/4O !BABYFOOD,Juice,APPLE-SWEET POTATO@U0?333333??ҏ\(@&?@#333333?333333?zG{?bM?@A ?zG{?Q??Q ?\(?ffffff9?Q?zG{?@>1 fl ozBaby Foodss5' /CEREALS Ready-to-eat,Whole WHEAT,ROLLED OATS,PRESWEETENED,with NUTS and FRUIT@!ffffffy@ ?ffffff@RL@@8@zGTF @\(?ӶE?+@,333333??ffffff?GzH@"Q?-V?\(-@=p =m? =p@?񙙙@ O;dZ@vȴ96.667 cupBreakfast Cereals + 4_ GRANOLA BAR,with Coconut,Chocolate Coated@ffffff@@@?@K@@AR*?8?Q?j~"@0ffffff??Q?zG{?Gz?Q ?Q?333333?ffffff0@6Q@Gz@Snacks4A POPCORN,OIL-POPPED,Low Fat@ffffff@)333333@#@333333@R @,ffffff?zG @=p =t@ =p?p =q@!333333?ffffff?(\)@\(?\( ?=p =?ffffff7Td? =p@W =p@ tj~Snacks41ORANGE JUICE DRINK@U5?ə?QR@*@( =q?(\)*?zG{?nO;?|1&y?QR?ۅQ?Q??,?zG{%?zG{?zG{1 cup@?1 fl ozBeverages HH8(4Y' 9FRANKFURTER,MEAT and POULTRY,Low FAT@Qy@/@ffffff@ ? ?Q?Gz? ěT@6333333?ٙ?333333?\(@ GzH?GzH?GzH?ə?333333? =p ? =p ? =p ,1 cup, slicedSausages & Lunch Meats('4E!BABYFOOD,PEAS and BROWN RICE@Ufffff@@ 333333??QR@&G{@@ =p ?4]?p =q?zG{?333333??zG{?ffffff?Q?Q@)333333 ?? =p ? =p 1 cup@,1 tbspBaby FoodsI&4y!BABYFOOD,Vegetable, vegetables and BROWN RICE,Strained@UfffffE?ffffff??ۅQ@(333333?񙙙@Q?ٙ!?(\)?zG{?333333?333333???񙙙??333333@*!I&?Q? =p ?zG{1 cup@,1 tbspBaby Foods -4Y !BABYFOOD,Cereal,BROWN RICE,DRY,Instant@!ffffff?ffffff@Ui@?p =q7@G ?׍O;dZ@7ffffff?\(?\(?\(\? =p?333333?GzH?Q@ 1 tbspBaby Foods,4c !BABYFOOD,Baked PRODUCT,FINGER SNACKS Cereal@ @@#@ \(@S+Q@ffffff@6rD?(\)@B ?ffffff?@&?r_@333333 ?Vt@ =p @ vȴBaby Foods!+4WPOTATO CHIPS,WHITE,RESTRUCTURED,Baked?ffffff@2333333@ =p@Qٙ@333333@ =p }?陙+??vȴ9@ 333333?\(?Q@\(\?QR@p =q@@ I^5?@#R@-V"1 cup 10 chipsSnacksbR mRY`gnu|$+29@GNU\cjqx  '.5<CJQX_fmt{[^dhmqu0y1~345P QRTUV k#l&m)n,o0p3q;r@EIMPSW[`eipwz} $Á'ā,Ł;ၗI⁗MしP䁗T偗W恗\灗_聗j遗m p u v y }  Z _ c f j %m &y ' ( )" *& +* ,. -2 E6 F$ G( K+ L. M1 N6 O9 P= Q@ RC dF eL fO gR hU iX j] k` lc K34E PEANUT BUTTER,Reduced Sodium?񙙙y@H33333@ffffff@533333@ffffff@GzH)?ffffff=@=p =?zG{@?Q?(\)@+aGz?\\\@\(?陙@#(\)@7\(@,333331 tbspLegumesH24y5MILK,FLUID,NONFAT,Calcium Fortified (FAT FREE OR SKIM)@V33333#@ 333333? =p ? =p@ffffff@ffffff?zG{ e4?ٙ?+ I@?nO;?Q?+ I?zG{?QR?zG{?E?bM?|1&y1 cup@>fffff1 fl ozDairy & Egg Products0143'OIL,CORN AND CANOLAtd@48Q@833333@"@Dfffff@FL1 cup1 tbspFats and Oils @@=/4W)ROLLS,HAMBURGER OR HOTDOG,MIXED-GRAIN&@#333333?@FL@ffffff@_@,z??˥S?=p =@??ݡo? =p@;dZ?|hr?O;dZoV?zG{?Q@-?=p =@E?r ě@=? =p@F@o@0 ě@Z1B@8Q8@ zG@@Q@I@?Q@ Q||?GzH?-V?;dZ@6333333??|hs?+ J@ tj~?E?h\ ?QR@ 333333 ?-V@&x?XbM@1 tortillaBaked Productss=4-)WAFFLES,Plain,Frozen,Ready-to-heat (Including Buttermilk)@Fs33333@@333333@ffffff@CL@@ GzH@z?ᙙ? ě?Լj~#@2??|hs?tj@XbM?+ ?=p == 0F@ =p ~}?(\)?"?j~#@ 9XbM@+ I^ @HR\fpz$.8BLV`jt~ FF GG HH II JJ KK LL 88 GG OO ZZ tt                                                                && '' (( ++ ,, -- 11 22 .?4Q+)WAFFLES,Plain,Prepared FROM RECIPE*#@@,333333@@@s33333@zG{?\(?vȴ9X?\(@G?ٙ?E?5?|h@$/? =p ?1&y.D?A@@hr!@ + I^@# =pE@H4M)BREAD CRUMBS,DRY,GRATED,SEASONED@ffffff@,B\(@Q@333333@Q\(@@\(@zG.?Gz?;dZ?|hr@833333@?n?ڏ\(@/?-V?Swc ?У =p.t?A7Kƨ? ě@ffffffx1 cup@L?Q?`A7?O;dZ??xtj~?-V?-V?-V?zG{1 packageSweets/)4} FROSTINGS,Chocolate,CREAMY,DRY MIX,Prepared with BUTTER@,ffffff?p =q@)(\?Q@Qfffff? ?zG2?(\)?O;dZ?r ě??tzG{?vȴ9?/v?hr Ĝ?vȴ9X?zG{@NJ?\(7@p =q@O;dZ?/vSweets 0*4S-/CANDIES,REESE'S CRUNCHY COOKIE CUPS?QR@ =q@<(\)?p =q@M@ @H]p =O?zG)S?ffffff?zG{?333333?333333?Q? =p@Q?333333?&&G@'Q@#u\(@Q1 package, .6 oz1 package, .72 ozSweetsr+43 CANDIES,HEATH BITES?Q@Q@>aGz?\(@OR@N\(V?\(G?(\)?Q?陙?zG{?(\)? =p ?zG{@/=p =@!@ffffff'15 piecesSweetsv,4M%FROSTINGS,VANILLA,CREAMY,DRY MIX?ffffff?333333@?333333@Ws33333? ?zG{?Q?tj~?陙?`bM?PbM?|1&y?PbM1 package".083 packageSweets u.4I%FROSTINGS,WHITE,FLUFFY,DRY MIX?ffffffs@ffffff?@W? =p u?zG{?l?|1&y@ffffff?PbM?-V?vȴ9?PbM?zG{1 package.083 packageSweets/4m%FROSTINGS,WHITE,FLUFFY,DRY MIX,Prepared with H2O@A??333333@OL?QM?zG{?S?tzG{@?PbM?vȴ9?Q?hr Ĝ?PbM?zG{;1 package.083 packageSweets}04= CANDIES,ALMOND JOY BITES?(\)!@QR@A@?Q@Lp =@333333@IG{m?GzH&2'?GzH? =p ?zG{?zG{?Q??Qu@4@!33333?\(\ (18 piecesSweets 6WU15 / CANDIES,REESESTICKS CRISPY WAFERS,Peanut BUTTER,MILK Chocolate? @#\(@?W =p@K =q@ ffffff@D*=p F?1'?zG?ə?ffffff?333333? =p?@ Q?(\)?zG{(((?333333:@(\)@-@*kQ@% =p@Q*1 serving, 1.5 ozSweets24S-CANDIES,HERSHEY,KIT KAT BIG KAT BAR?񙙙@\(@; =p?Q@OR?ffffff@JG{?Gzp&@?Q?zG{???\(? =p ?zG{\@1p =@ =p?QR 71 bar@SQ1 bar, king sizeSweets$34G SOKOL,SOLO POPPY Seed FILLING@:L@333333@!?@M BJ?zG{?`A7L@O;dZ$2 tbspSweets \\1/45 CANDIES,REESE'S,FAST BREAK,MILK Chocolate PNT BTR and SFT NUGTS@ffffff@!QR@7kQ@zG@N@333333@J=p =?Q0J?zG? =p ?ٙ? =p?@ \(?Gz?Q''(@ u\(@!Gz@QR82 oz, barSweets 54m CANDIES,HERSHEY,CRISPY RICE SNACKS Peanut BUTTER@ =p @ =p@/Q@zGG@@@9X@zGf?\(\?(\)@-?ۅQ?@?Gz?\(ww@Q@zG@\(Sweets 94S POLANER ALL-FRUIT STRAWBERRY Spread@Dٙ?ffffff?3333339@E 1 tbspSweetsJ;4k ICE CREAMS,HEALTHY Choice PRALINE and CARAMEL@Lp =@QR@\(?ffffff@AG{@@fffff?(\)b?ffffff?Q?G.5 cupSweets 9J<4[ ICE CREAMS,VANILLA,Light,NO SUGAR ADDED@PaGz@\(@?333333@5kQ?ffffff@ =p?QR K`? =p?Q?xtj~?ffffff??-V?;dZ?l?bM?-V? =p.VU?ҏ\(@ffffff @1&x?zG?zG@Q1 servingSweets$?4gFROZEN Juice NOVELTIES,FRUIT and Juice BARS@S33333R?333333??ə@4333333@1zG{?QR5??Q?ə@#?+ I?nO;?Z1'?zG{?? =p? "?QM1 bar\1 barSweetsB@5! ICE Cream NOVLTS,ESKIMO PIE BAR,VNLA ICE Cream,with Dark Chocolate COATNG@G&fffffK@ffffff@8@8@2LwD@-21 barSweets A?4;+%5CHEESE,MUENSTER,LOW FAT@I@@833333@1@ @ @ ?=p =X@zG{?vȴ9X@-?zG{? =p ??Q ?QQ?333333?@%fffff@\(\??q1 cup, shredded@11 cubic inchDairy & Egg Products:;49'OIL,CANOLA AND SOYBEANtd@..zG@a@QR@KQ@@7 =p1 cup@+3333331 tbspFats and Oilse95 /CEREALS Ready-to-eat,Whole WHEAT,OATS,PRESWEETENED,with WALNUTS and FRUIT@@!@$@J@333333@4ffffff$@;u\(R6"@QR?؃nP@?ə?zG{? =p @ =q?;dZ?333333@QR~~?Q?333333?ffffff@ Vt@ =q;1 cupBreakfast Cereals E5  'VEGETABLE OIL-BUTTER Spread,Reduced Calorie, calories,TUB,SALTED.2? =p %_?zG{?tzG{???zG{?zG{?Q?zG{? 3@@Lb@0C%@3F@&+ GFats and OilsC4W 'BUTTER-MARGARINE BLEND,Stick,UNSALTED@/?@T,?333333? =p %?zG{?tzG{???zG{?zG{?Q?zG{? 3@Qb@:lC@?E@2|5!BABYFOOD,Dessert, desserts,BANANA Pudding, puddings,Strained@TD?陙?Q@,GzH?陙@% ?333333"Z?Q?zG{?񙙙 ?zG{?Q?zG{? =p?zG{?Q?ə?`A7L?Ѻ^5?|?j~"1 tbspq1 jarBaby Foods ww 4;'SALAD DRESSING,COLESLAW@C33333?@@33333@7?@4(\?ə ? =p ?+ I?S??zG{?zG{?ěS?zG{?Gz?@ =p@Oٙ0@ 1 cup@/3333331 tbspFats and Oils=4Y'SALAD Dressing,CAESAR Dressing,Regular@A&fffff?333333@Lٙ@ @??\(? =p 6?(\)?zG{?zG{??zG{?zG{?zG{?bM?Q@Qp@!@+ I^5@@m-V1 cup@-ffffff1 tbspFats and Oils4M!BABYFOOD,DINNER,Chicken and RICEX3???333333@"ffffff?񙙙?ᙙ?ə<???zG{?zG{?333333?Q?:?(\)?;i? I^5?+ J?bM 1 tbspq1 jarBaby Foods {{ 4G'SALAD Dressing,Sweet and SOUR@W??@ @ ?zG{!?zG{?zG{?Q?@ 333333?zG{?Q?S?zG{@zG{@C1 cup@/3333331 tbspFats and Oils& 4e 'SALAD Dressing,Buttermilk AS MAIN Ingredient@Hfffffl@ @Bs33333@ffffff@zGc?Q Ya?\(?nO;??ffffff?Q?Q?zG{?zG{?θQ& @ \(\@Q33333@^5?|@/I^5?@*lC!Fats and Oils9 4U'SALAD Dressing,Green GODDESS,Regular@=?ffffff@H@.?@zG"?ffffff:;??zG{??ə?zG{??Q?zG{?У =p) @ffffff@X,'@9XbN@'-V@HR\fpz$.8BLV`jt~ 99 ;; ?? @@ CC EE FF II LL               && 11 22 33 44 CC FF ZZ \\ ee hh jj uu xx yy zz {{ || }} ~~                               !! ## ** // 00 == >> ?? AA &4) CANDIES,NOUGAT@333333@ =p?Q?p =q@W\)@ ffffff@TQ ?Gz 7i!?Gz?&x?tj~@?333333?vȴ9?l?ޗO;d?Q?zG{?zG{@(\)?1&y1 pieceSweets'4c CANDIES,Chocolate COVERED,CARAMEL with NUTS@ffffff@#@ =p@NU\(@333333@H =pN?333333Q?Q?\(@ffffff?ffffff?zG{?zG{@ =p ?zG{\\\*)?񙙙@ @ěT@"S@Vt1 pieceSweets$5 JAMS and PRESERVES,DIETETIC (WITH Sodium SACCHARIN),ANY FLAVOR@Ffffff?333333?333333? =p @J@@BzH ?ٙ E?Q?tj~?333333?zG{ ? =p ?bM?$/?S1 cup1 tbspSweets ,,a0P4;)BREAD,RICE BRAN,TOASTED@A33333@#ffffff@@Gfffff@333333@QRK@\(\L?zG?KƧ?Vt@?333333?-V?n@S?У =p?ʟvȴ9O8v?Q?񙙙3?1&y?ěS?S@?333333??|hs?A7Kƨ@1&x?\(?tj~pE+?Q?=p =?333333:?睲-V?x?1&x@?@E&fffff@ 333333?333333 @\( <;?\(?j~#?؃nP@2?E?|hr@C%?9XbM?+ IG= r?Q@*ffffff @-V@+@ +>h4+ VEGETARIAN STEWF{?񙙙?陙?x?񙙙?ěS??ffffff?333333 ?񙙙ggg@/?\(\?3?ffffff?S?Gz1 cupLegumesj4= SANDWICH SPREAD,MEATLESSF  @ ffffff? =p,?Tv??ěS??333333?ffffff ?񙙙ggg@d?zG<?@$/@lD1 tbspLegumesX~41 VEGETARIAN FILLETS-" @ffffff?陙_X?ffffff?홙?񙙙? ?fff@@ @n@$/@"lDU1 filletLegumes}4%SOYBURGER:@1\)@Gz@Gz@*@ffffff? =p@X&??旍O;d?陙??333333 ?333333NNN@333333?zG? I^5?zG@+ 1 cup1 oz, cookedLegumes  4U !CABBAGE,JAPANESE STYLE,Fresh,PICKLED@Vٙ???zG@zG@?0?\(\ +U?ə??ffffff?zG{? =p ?*** ?Q@PldT?vȴ9?bM?tj~1 cupVegetables4K !RADISHES,HAWAIIAN STYLE,PICKLED@V?񙙙?333333?ffffff@@?p =qM?(\)?S?ffffff?zG{?Q? =p? ??O;dZ??GzH1 cupVegetablesq4I VEGETARIAN MEATLOAF OR PATTIES: @ffffff?333333@X&??旍O;d?陙??333333 ?333333NNN@333333?zG?@$/@lD81 sliceLegumes i4KALCOHOLIC Beverage,WINE,COOKING@V92?@333333? ?ٙ Xr?zG{?+ I?ə?zG{??zG{@1 tsp1 fl ozBeverages 4- !EGGPLANT,PICKLED@U1??ffffff?zG@#=p @@333333? =p ?p =q?$/?333333??Q?Q?Q2?Q@ ?Q? ěT?`A71 cupVegetables49 !CABBAGE,MUSTARD,SALTED@Wfffff?񙙙??Q@Q@?ffffffC?ffffff?333333?hr Ĝ??zG{? =p ? =p ?333333HHH1?zG{@N3333338?vȴ9?|1&y?tj~1 cupVegetables @@x3u4k)COOKIES,BUTTER,Commercially Prepared,Unenriched@ffffff@ffffff@2?@Q9?陙?ҏ\( fo_?QR?ə?\(?`A7L?-V?zG{?;dZ?nO;? =p @&1'@+ J?lCu@1 cup, bite sizeH1 cup, crushedBaked Products2|4;) )CRACKERS,WHEAT,LOW SALT@@!333333@4@ffffff@P9@@*zG1@>??Z1'?~"@@ٙ?(\)?hr!@bM?9XbN?hr Ĝ2 H?@#333333Q@E@&`A7L@^5?|1 cup, crushedBaked ProductsC}4G))CRACKERS,WHOLE-WHEAT,Low SALT@@!@1333333@@Q&fffff@%?׮zG2@ =pc')@333333?j~"@"`@-ffffff?ɺ^5?|?@tj~?tj?lC?Q@ @ $/@Q@bM^1 cup, crushed1 crackerBaked Products OOv"~4O)DANISH PASTRY,Cinnamon,Unenriched@8L@6ffffff?333333@FL?333333G?\(k}s? =p ??+ I^?ə? =p ??񙙙?XbM?tj~!!!? @XbM@)zH@vȴ9X@ffffff% @@K333333w@ =pg?\(?lD?l?ڏ\(?Ցhr @hr Ĝ?n? ěT_E?zG{?C%?Vt?-V@1 cupH1 cup, crushedBaked Products+4Q)DANISH PASTRY,RASPBERRY,Unenriched@;s@@2?333333@Gfffff?ffffff.?YSb?GzH? =p?1&x@333333? =p?O;dZ?蛥S?I^5?}?zG{? =p <<@S@|hs? ěT(@N>N?N?N@N@NANANBNBNCNCNDNDNENENFNFNHNHNININLNLNMNMNNNNNONO  47)PIE,FRIED PIES,CHERRY@B<@0?񙙙@EL@?Q +Av?p =q?bM?̬1&y@333333?? I^5??"`A??(\)?Q?zG{ @-@Ƨ@$/@4i )COOKIES,OATMEAL,Commercially Prepared,FAT-FREE@)F@??@Sfffff@333333@D33333(@Q#i*?zG{?˅Q?`A7K?-V?+ ?+ J?KƧ? =p,&G?zG{?"?tj?E?QR@xQ?׮zG?Q?p =q@Q7 =p?񙙙@H@?\(\M ?Q??zG{@!?bM?tj~?nO;?zG{?zG{ ?Q?zG{?tj~1 tbsp1 packetSweets#d4/JELLIES@=Q ?333333?zG{?Q@Q|@D<(\?QR6?Q?+ I?`A7L?ٙ??PbM?vȴ9?nO;?7KƧ?zG{?333333?tzG{?PbM?pbM@4Q1 serving, 1 tbsp1 packetSweets0e5 CANDIES,FUDGE,Chocolate Marshmallow,with NUTS,PREPARED-BY-RECIPE@ =p@ =p@5 ?Gz@PǮzH@1?=p =.Xa? =p?Ձ$/?$/?333333?$/?E?Ұ ě? =p?S?QJMI4@#+@^5?|@C$Sweets $|g4-MARMALADE,ORANGE@@?333333?ə@P33333?ffffff<&?333333%8?zG{? =p ?zG{?333333@333333?tzG{??vȴ9?Q?tj~ >?Q&:@1 cup1 tbspSweetsh4;MOLASSES@5޸Q"?@ ffffff@RQ@KQ@Gz%?ҏ\(?+ I^?zG{@1?E?`bM?\(?^5?|?p =q?nO;?bM?@u\(1 cup@4 1 serving, 1 TablespoonSweetsWi43MOLASSES,BLACKSTRAP@<33333@ ffffff@Nffffff\@1( 7@QR@Gz@1?`A7L?vȴ9?GzH?(\)?ffffffH1 cup1 tbspSweets n4A PECTIN,Unsweetened,DRY MIX@!ffffffE?333333?333333?333333@V@!333333@zG?zG?Gz?Q?bM?Q?tzG{?(\)?zG{??zG{? =p 21 packageSweetso4EPUDDINGS,BANANA,Ready-to-eatH@333333@ ?@5333333?U? =pEn?Q?1&y?bM?ffffff??zG{?`A7?/w?zG{?$/? =p ?Q?zG{?GzH@@7fffff ?񙙙@ =pL9@ =p?j~"@4@333333?Q?ffffff@ffffff?=p =?=p =]?Q@ x@+ @/wt1 cup, chopped or dicedPoultry VVP05 !VEGETABLES,Mixed (CORN,LIMA Beans,PEAS,Green Beans,CRRT) Canned,NO SALT@V%?ffffff?ə?zG{@=p =@@?%?QR?vȴ9?333333@ffffff?Q?zG{?޸Q?zG{-F?\(@( L&?+?+ I?+ J1 cupVegetables)/4Y !POTATOES,Canned,Drained Solids,NO SALT@U33333>?ffffff?ə?@+333333@333333?Gz?(\)?Q?/v?@ffffff?Q?zG{?p =q?QR???1&?tzG{?\(1 cupVegetables"*4M/CEREALS,NESTUM,Prepared with H2O@T`N@?@+@ffffff?zG{I?ffffff^=?Q?vȴ9X@#ffffff??\(?陙?\(?? =p ?vȴ9X?7KƧ1 cup@.1 tbspBreakfast Cereals 49 )BREAKFAST TART,Low Fat@(zGt@Q@\(?Gz@S333333?@zG{,@ \(\,]B?Q? ě@)@ffffff?=p =?hr @ffffff?QRd/5?\(?ٙ?I^5?}@ 9XbN?tjBaked Products+5 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Apple Cinnamon@)@@$ffffff?zG@RGz?񙙙@@ٙ@ 5[N??zG{?ҏ\(?Q@ffffff?QRP? =p @zG{@41 pastryBaked Products,4y )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BLUEBERRY@)@ffffff@*? =p @QQ?񙙙@>fffff@ X_?QR?333333?ҏ\(?Q@ffffff?QRP@(\)@@=p =41 pastryBaked Products -5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted BLUEBERRY@)@ffffff ? =p @QGz?񙙙@?333333@ U_?zG?333333?ҏ\(?Q@ffffff?QRP?zG@QR?zG41 pastryBaked Products.5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,BRWN SUGAR Cinnamon@%@@2ffffff?\(@P?@9ffffff@ ??Q?zG{?333333?\(?ٙP@ =p@\(@"GzH21 pastryBaked Products/5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TRTS,Frosted BR SGR CIN@%@-?(\)@QzG?@>@ ]oq@\(\?zG{?333333?\(?ٙP@zG@Q@ =p 21 pastryBaked Products 04q )TOASTER PASTRIES,KELLOGG,KELLOGG'S POPTARTS,CHERRY@)@ffffff@$?zG@Q(\?񙙙@?33333@ Ur?zG?333333?ҏ\(?Q@ffffff?QRP?Q@Q41 pastryBaked Products15 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted CHERRY@)@@$ffffff?񙙙@Qp =$@ P_?\(\?QR?ҏ\(?Q@?\(P? =p @\(?GzH41 pastryBaked Products!25 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted Chocolate FUDG@)@ffffff@"?@Q33333?񙙙&&@ T??ə?333333?333333@ffffff?ٙd?ffffff@@41 pastryBaked Products 35 )TOASTER PASTRIES,KELLOGG,KELLOG POP TARTS,Frosted Chocolate VAN Cream@)@$ffffff? =p @Q\(@Bfffff@ Ex?333333??ҏ\(?Q@ffffff?ٙd? =p @\(?zG41 pastryBaked Products45 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted GRAPE@)@@#?Q@R@A33333@ Ys}???ҏ\(?Q@ffffff?ٙd?zG@@33333341 pastryBaked Products 55 )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,MILK Chocolate@(@@&ffffff?ffffff@Q ?@AL&@ W?ٙ??333333?333333@ffffff?ٙd@333333@@41 pastryBaked Products 65  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted RASPBERRY@)@@%333333?GzH@Q\(@A33333@ XU?\(\?zG{?ҏ\(?Q@ffffff?ٙd?zG@zG@zG{41 pastryBaked Products74u )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,S'MORES@)@@%?333333@Qffffff?ffffff@B@@ K}~?ٙ??333333?333333@ffffff?ٙd@ffffff@?41 pastryBaked Products84{ )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,STRAWBERRY@)@@%?333333G?񙙙!@ 7]c?333333?333333?333333@ffffff?ٙd@333333@?41 pastryBaked Products 95  )TOASTER PASTRIES,KELLOGG,KELLOG'S POP TARTS,Frosted STRAWBERRY@)@@#333333?񙙙@R@B@ 3UE?333333?333333?333333@ffffff?ٙd@@ffffff?ffffff41 pastryBaked Products :5  )TOASTER PASTRIES,KELLOGG,KELLOGG'S POP TARTS,Frosted WLD BERRY@)@333333@"ffffff@R9@Cffffff@ ffffff 1R7?333333?333333?333333@ ?ٙd@@?61 pastryBaked Products;5 )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted Apple Cinnamon@)p@@?@S9?񙙙@C&fffff @ )6?333333?333333?333333@ffffff?ٙd?񙙙@ffffff?41 pastryBaked Products {<4g )KELLOGG,KELLOGG'S Low Fat POP TARTS,BLUEBERRY@)q@@@S ?333333@A33333 @ ,9?333333?333333?333333@ffffff?ٙd?333333?41 pastryBaked Productsx=4a )KELLOGG,KELLOGG'S Low Fat POP TARTS,CHERRY@)q@@@S ?333333@Afffff @ +9?333333?333333?333333@ffffff?ٙd?333333?41 pastryBaked Products>5  )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted BROWN SUGAR Cinnamon@%x@@@S33333?333333@B@ -=?333333??333333?333333?ٙd?333333@333333?21 pastryBaked Products ?5 )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted Chocolate FUDGE@)n@ffffff@333333?ffffffL?񙙙@B@ Lw??ə?333333?333333@ffffff?ٙd@333333?33333341 pastryBaked Products@4i )KELLOGG,KELLOGG'S Low Fat POP TARTS,STRAWBERRY@)q@@@S&fffff?333333@Afffff @ +6?333333?333333?333333@ffffff?ٙd0?333333@333333?41 pastryBaked Products A4y )KELLOGG,KELLOGG'S Low Fat POP TARTS,Frosted STRAWBERRY@)o@ffffff@333333?@S`?񙙙@C33333 @ '1?333333?333333?333333@ffffff?ٙd?񙙙@41 pastryBaked Products yB4s )KELLOGG,KELLOGG'S POP TARTS,Frosted WILD WATERMELON@)@333333@"ffffff@R9@Cffffff@ ffffff 1R7?333333?333333?333333@ ?ٙd@@?Baked ProductsC4_ )KELLOGG,KELLOGG'S EGGO,Buttermilk PANCAKE@G@\(?\(\@C ?񙙙@ ffffff#@Ug?333333?ffffff?У =p?ҏ\(@ ?ffffff4?zG{^? =p @Q@ =p Baked ProductsD4c )KELLOGG,KELLOGG'S EGGO,BANANA BREAD WAFFLES@D@333333@#?@D@@3@ffffffUg?333333?ffffff?ٙ?ٙ@ffffff?3??\(\@Q@zGN1 servingBaked Products !!(E4w )KELLOGG,KELLOGG'S NUTRI-GRAIN Cereal BARS,Mixed BERRY@-r@333333@ffffff?陙@R333333?ffffff@@'@b)@ffffff??񙙙@+?ffffffl??񙙙Baked ProductsgF4W )LENDER'S BIG'N CRUSTY BLUEBERRY BAGEL@A,@"Q??(\)@JG{@&u\( @ V?`A7K? =p?1&yF?ə??U1 servingBaked ProductsvG4i )LENDER'S PREMIUM Refrigerated BLUEBERRY BAGELS@@Gz@$(\?zG?ffffff@JAGz@@#Q@=p =?У =p?Ƈ+ I?`A7LJ?Q?ۅQ?\(Q1 bagelBaked ProductslH4U )LENDER'S BAGEL SHOP BLUEBERRY BAGELS@@G{@%??zG{@J*=p ?333333@"(\8??У =p?ə?QJ?333333?ٙ?f1 bagelBaked Products I4[_)KELLOGG'S EGGO LOWFAT HOMESTYLE WAFFLES@EQ@=p =@ zG{? =p@F33333@\(\:@=p =DQ?(\)?zG@ =p?zGM?Q??QF1 serving#1 round waffle, (4" dia) (include frozen)Baked ProductsJ4c+)KELLOGG'S EGGO LOWFAT NUTRI - GRAIN WAFFLES@G@Q@ @@D"\(@ @Q=@zG{8QHf?QR?(\)@Q?QR3? =p?zG?p =q?#1 waffle, roundF1 servingBaked ProductsK4w+)KELLOGG'S EGGO LOWFAT BLUEBERRY NUTRI - GRAIN WAFFLES@GzH@@ =p@@EZG{@ @!ǮzH=@zG{6MDO?QR?(\)@Q?QR3? =p?=p =?ffffff?陙#1 waffle, roundF1 servingBaked Products II*\L4{ )KELLOGG'S POP-TARTS PASTRY SWIRLS,Apple Cinnamon DANISH@0@333333@133333@Mٙ?ffffff@133333 ? =p2@333333@333333@ffffff>1 pastryBaked ProductsXM4s )KELLOGG'S POP-TARTS PASTRY SWIRLS,STRAWBERRY DANISH@0QR@333333@133333?Gz1 pastryBaked Products[N4k )KELLOGG'S POP-TARTS PASTRY SWIRLS,Cheese DANISH@0ٙ@333333@133333?@M?@3ffffff@? =p"@333333@333333@ffffff>1 pastryBaked ProductsP4O+)KELLOGG'S EGGO GOLDEN OAT WAFFLES@IL@QR@ \(?GzH@B\(@ @ \(B@ffffff,C?陙?ٙ?@ffffff?)??333333?nO?nO#1 waffle, roundF1 servingBaked Products  4%SUGARS,MAPLEb??ə?陙@V@U7zHZ?\( @=p =?XbM@ ě?陙?nO;?vȴ9?zG{?tj~?htj~?nO;?bM?1 tsp@@?@Q33333=?QH@#?Q?ə?@(?+ I?&x@ =p =?S? 1 cup1 tbspSweets 4%SYRUPS,MAPLE@@zG?ə?333333@P\(@M\(C?333333 @ =p?l@ bM?333333?xtj~?zG{?Q?nO;?`bM?nO;?bM?@t'333331 cup1 tbspSweetsg4)SYRUPS,SORGHUM@633333"@333333@R@R@ffffffd8?=p =? =p?zG{?333333?? =p??^5?|?p =qJ1 cup1 tbspSweets 4_SYRUPS,TABLE BLENDS,PANCAKE,with 2% MAPLE@> ??ə@Qffffff@O33333?Q =?p =q? =p ?ǮzG?ٙ?tzG{?hr Ĝ?htj~?bM?nO;?bM?;1 cup1 tbspSweets !4YSYRUPS,TABLE BLENDS,CANE and 15% MAPLE@>?Q?ffffff@QaGz?@QWzH ?QR5h?(\)?hr Ĝ?߮zG??PbM?1&y?tzG{?tzG{?zG{?bM?;1 cup1 tbspSweetsq"4cSYRUPS,TABLE BLENDS,CORN,REFINER, and SUGAR@/333333??@T?zG ?G?Q?Q?+ I?陙?xtj~?bM?zG{?Q?nO;<1 cup1 tbspSweets$4M TOPPINGS,BUTTERSCOTCH OR CARAMEL ???@Py?5?ə/T]?QR?tj~??333333?tj~?QR?+?9XbM?1&y? =p Z?(\)?zG{)2 tbspSweets %4ATOPPINGS,Marshmallow Cream@3B?陙?333333?O?@Gffffff?(\)P?zG{?QR?bM?ffffff?PbM?PbM?tj~?tzG{?`bM?1&y?zG{?bM@1 piece, cooked, excluding refuseU3 ozBeef7_5BEEF,Short LOIN,T-BONE STEAK,Lean only and FAT,1/8"FAT,Select,RAW@PR@3 =p@'zG? =p@GzH?7@ Q?j~#?vȴ9@033333?(\)? =p @ zG?zG{?\(@\(@=p =@ffffff?ᙙ-@Q@:\(@0W =p?ffffff @zGM_@Q?Q?bM@/?-V?Q@  I^5?^5?|?`A7L @zG{) @"`@tj? =pYBeefO4m USDA COMMODITY,Beef,PATTIES (100%),Frozen,Cooked@Mb\(@6G{@0^Q? =p ?Q@ffffffB@ =p ?bM?bM@5?1&?+@Q?dZ1?`A7K@ # @ I^5@ )x?+ V@1 pattyBeef R4k USDA COMMODITY,Beef PATTIES with VPP,Frozen,RAW@O@.kQ@0zG{?Q@Q?@GzH$&7@\(?/w? ěT@'ffffff?9XbM?(\)@vȴ9?KƧ?(\)@ Q`@|hr@O;d?Vt!Beef S4g USDA COMMODITY,Beef,PATTIES (100%),Frozen,RAW@P.zG@-B\(@/aGz?\(?Gz J@zG{? ě?hr Ĝ@-?tj?zG{@ěS?Ƨ-?dZ1@ffffff@TE@ql?tj~5BeefT4} USDA COMMODITY,Beef,GROUND,BULK/COARSE GROUND,Frozen,RAW@Ps =p@1^Q@1R?Q? =p z9@ Q?vȴ9X?Q@(333333?1&y?Ͳ-V@?+ I^?+ ?\(@@n@x?QEBeef ff4U5BEEF,CHUCK,MOCK TENDER Stick,Lean only,0" FAT,ALL Grades,Cooked,Broiled@PGz@9fffff@zG?\(@p =q%G@QR?5?|h@9L?j~"?p =q@ zG?ԛS@ Q?zG{??|hs@/w?ؓtj~?U3 oz@|Y1 lbBeef*V5 BEEF,CHUCK,MOCK TENDER Stick,Lean only,1/4" FAT,ALL Grades,RAW@RQk@3\(@ 333333?Q@QpB@GzH?+?-V?bM@ ě?7KƧ@Gz?Q?r ě?n? =p9@|Y1 lb@聤ADGJMPSVY\_b dfhjlor u!x"z#}$%&' 6 789i:l;oZ?] ?4k HAM,SMOKED OR CURED,Low Sodium,Lean only,Cooked@P@4fffff@@??zG@ =p ?9XbM@3??ə@zG?ٙ???`A7@"`B?/v5Pork'>4u )PORK,CURED,HAM,Low Sodium,Lean only and FAT,Cooked@PFfffff@6L@ ?333333?Q @ffffff?`A7L@3?\(\? =p@\(?Q?zG?Q@?|hs@ I^5?5?|h:@%P?1&y?bM?$/1 cup@>3333331 fl ozVegetablesd4ISNACKS,TORTILLA CHIPS,UNSALTED?@@:L@OY@?333333?Q? =p ?KƧ@?Q?333333??У =pR@ =p =@4fffff%@tj~@'+Q@!(\1 cup1 bagSnacks q|ql4{APPLE CIDER-FLAVORED Drink,Powdered,Vitamin C and SUGAR?333333?@X33333?@T<?Q_?PbM?333333k?tj~?htj~?`bM?`bM1 tsp1 packetBeveragesFi4eCHOCOLATE-FLAVORED Drink,WHEY and MILK Based@Vfffff/?zG{?ٙ?Q@$ffffff?陙@!\(\d?p =qL[?Gz?Gz?dZ1?@?xtj~?Q??Q?|1&y?zG{<<? =p?+ J?nO;1 cup@>1 fl ozBeverages4g4w ;TURKEY,Drumstick,SMOKED,Cooked,with Skin,BONE REMOVED@N@;fffff@#?񙙙 @ffffff@zG?öE@C&fffff?Q?θQ@ zG{?Q ? =p ? =p@ffffff@nO;@x@QU1 oz, with bone, cookedPoultry T&0:DNXblv  *4>HR\fpz$.8BLV`jt~ mm aa `` LL OO QQ RR VV XX [[ dd ee ff gg ii ll mm rr ss vv xx {{ || ~~                                     .. 22 44 @@ AA EE KK MM NN OO     NN ~~       9H9H DD 88cr5+%PORK,CURED,BACON,Cooked,Broiled,PAN-FRIED OR Roasted,Reduced Sodium@( =p@BQ@D =p@Q?Gz ? =p !5@ ?E?+ I>?"`B?`A7L@&2 ě?j~#?Vt?zG% ? =p?@+z^5?|@2Q@1&xn@ =p 1 slice, cooked@=B\(1 slice, rawPork[m5!BABYFOOD,DINNER,Chicken and NOODLE with Vegetable, vegetables,Toddler@US33333B@ffffff?333333? =p@!ǮzH?333333?=p = ?ٙ *_?=p =?zG{@ ?333333?zG{??zG?Q  ?Qb?QR@ ffffff?݁$/?9XbM?+ J1 tbsp1 jarBaby Foods  mQ4g )ARCHWAY HOME STYLE COOKIES,SUGAR FREE OATMEAL@(\)@4Q?p =q@P?ffffff?(\)?\(\W4?GzH?\(?\(:@@p =q?\(1 servingBaked ProductsxR4m )ARCHWAY HOME STYLE COOKIES,SUGAR FREE ROCKY ROAD@@\(@4R?=p =@P@? =p@zG{?θQ?QR?\( @Q@!(\@1 servingBaked ProductspS4m )ARCHWAY HOME STYLE COOKIES,SUGAR FREE SHORTBREAD@ =p@6O\(?p =q@P|(\??\( ?;?У =p?QR@Gz@@ =p @ p =?ffffff1 servingBaked ProductswT4k )ARCHWAY HOME STYLE COOKIES,Apple FILLED OATMEAL@-R@333333@)Q?ffffff@PhQ@@?33333@zG{?У =p?zG{?5 @\(@QR?ffffff1 servingBaked Products ` (08@HPX`hpx (08@HPX`hpx (08@HPX`hpxOjOjOeOeOdOdOcOcNQNQNRNRNSNSNTNTNUNUNVNVNWNWNXNXNYNYN\N\N]N]N^N^N_N_N`N`NaNaNbNbNcNcNdNdNeNeNfNfNgNgNhNhNiNiNjNjNkNkNlNlNmNmNnNnNpNpNqNqNrNrNsNsNtNtNvNvNwNwNxNxNyNyNzNzN{N{N|N|N}N}N~N~NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMOMONONOVOVOZOZO\O\O]O]O`O`OaOaObObOyOyOOOOOOOOOO 11%  oU4_ )ARCHWAY HOME STYLE COOKIES,APRICOT FILLED@-@=p =@+?@P2\(?ffffff@@333333@ffffff~A??ə?3333336@@ffffff?Gz1 servingBaked ProductsvV4{ )ARCHWAY HOME STYLE COOKIES,AUNT BEA'S POUND CAKE COOKIE@0p =@zG@/GzH?zG{@NTzG@@\(%@zG{Q???θQ? =p V@@zG{?Q91 servingBaked ProductshW4k )ARCHWAY HOME STYLE COOKIES,BLACK WALNUT ICE BOX@333333@@9\)? =p>?333333@;fffff@zGR??ҏ\(?p =q@(\)I>@"p =@(1 servingBaked ProductsnX4] )ARCHWAY HOME STYLE COOKIES,CHERRY FILLED@-\(@(\)@+ǮzH? =p@P)?ffffff@?Q@GzyJ?У =p?ə?\(W@\(@ffffff?\(1 servingBaked Products %%tY4i )ARCHWAY HOME STYLE COOKIES,Chocolate CHIP DROP@/fffff@(\)@-Q?Q@N\(?񙙙@? =q&@QRk6??@zGT@@(\)?=p =71 servingBaked ProductspZ4o )ARCHWAY HOME STYLE COOKIES,Chocolate CHIP ICE BOX@333333@(\)@7\)?\(@P @Aj=p @ =p q?θQ?ə?Gz0@(\)@!Q? =p 1 servingBaked Productsp[4_ )ARCHWAY HOME STYLE COOKIES,Cinnamon Apple@)@\(@,Q@=p =@PzH?@>\( @\(\Z?Q?Gz@QB@ Q@Gz?Q1 servingBaked Productss\4c )ARCHWAY HOME STYLE COOKIES,Coconut MACAROON@%u\(@ =p @;Q?\(@L33333@ffffff@EGz?\(?Q?Q?dZ1@8\(?ffffff?ffffff1 servingBaked Products 33-u]4i )ARCHWAY HOME STYLE COOKIES,COOKIES JAR HERMITS@-p =|@@%zG@Q@P@@@aGz5@\(K?ҏ\(?p =q@zG{"@@GzH?1 servingBaked Productsb^4] )ARCHWAY HOME STYLE COOKIES,Dark MOLASSES@Q@(W =p@p =q@QQ@B>Q0@U%?333333?Gz@QD@ =p @\(?\(\1 servingBaked Productsu_4i )ARCHWAY HOME STYLE COOKIES,DATE FILLED OATMEAL@+Q@\(@(Q@zG@PR@@AL"@=p =?У =p?\(?@@\(?ffffff 1 servingBaked Productsm`4Y )ARCHWAY HOME STYLE COOKIES,DUTCH COCOA@&zG@@+L?333333@Q333333@ffffff@A*=p @\(\k?θQ? =p ?Q@ =p@zG{? =p1 servingBaked Products 33&na4[ )ARCHWAY HOME STYLE COOKIES,FROSTY LEMON@(\(@ =p@1(\?Q@P1R?ffffff@@)?Q\n?θQ?ə?333333;@QR@?p =q1 servingBaked Productsob4] )ARCHWAY HOME STYLE COOKIES,FROSTY ORANGE@&zG{@Q@1?QR@P7 =p?陙@@p =+?\(]h?θQ?ə?\(:@\(@Q@Gz1 servingBaked Productsuc4i )ARCHWAY HOME STYLE COOKIES,FRUIT and HONEY BAR@+@\(@)L?p =q@PQ?ffffff@A=p @zG?Q?ə@GzH+@zG@Q?QR1 servingBaked Productsgd4] )ARCHWAY HOME STYLE COOKIES,ICED MOLASSES@%@ \(@)\(@Q@Qy@AУ =q@QK?ҏ\(?ə@Q@ffffff@?Gz1 servingBaked Products @@3#ne4[ )ARCHWAY HOME STYLE COOKIES,ICED OATMEAL@#.zG@Gz@1\(\?GzH@P\(@ffffff@AR?333333J??333333?GzH@GzH@Gz@QR 1 servingBaked Productskf4W )ARCHWAY HOME STYLE COOKIES,LEMON DROP@1@@+33333?p =q@NzG?333333@;Q%@S?Q?θQ@zG:@ @Q?\(%1 servingBaked Productsig4S )ARCHWAY HOME STYLE COOKIES,MOLASSES@&@Q@&Q@=p =@Q|(\?333333@C =p!@zG{p)?Q?p =q@=p =.@\(@333333?陙1 servingBaked Productsjh4Q )ARCHWAY HOME STYLE COOKIES,MUD PIE@*\(\@333333@3G{@@MQ@ffffff@>@@\( ?Gz?QR?1 @!333333@Q?\(1 servingBaked Products $$ii4Q )ARCHWAY HOME STYLE COOKIES,OATMEAL@$aGz@333333@.Q?\(@P\(@333333@@zG@ =p Z?ҏ\(?\(?\(@ zG@p =q? 1 servingBaked Productsij4_ )ARCHWAY HOME STYLE COOKIES,OATMEAL RAISIN@&G{@@+zG@=p =@P\(@Afffff@=p =y?GzH?zG{?Q@ 333333@(\)?Q 1 servingBaked Productswk4o )ARCHWAY HOME STYLE COOKIES,OLD FASHIONED MOLASSES@$@p =q@&33333@zG{@QQ?333333@B\(#@q?ҏ\(?θQ@333333.@QR@QR? =p1 servingBaked Productsl4 )ARCHWAY HOME STYLE COOKIES,OLD FASHIONED WINDMILL COOKIES@@zG@1J=p @\(@QzG@@@33333$@ ffffffd?Q?θQ@Q @ @\(?zG1 servingBaked Products ==* hm4] )ARCHWAY HOME STYLE COOKIES,Peanut BUTTER@ffffff @8GzH?ffffff@M=p =@ffffff@@Ffffff#@\(?θQ?ə@zG{=@\(@$kQ@Q%1 servingBaked Productshn4] )ARCHWAY HOME STYLE COOKIES,Peanut JUMBLE@ffffff@".zG@9 =p?Q@K@;Q@ffffffA??zG{@ @QR@$=p =@zG1 servingBaked Productsno4] )ARCHWAY HOME STYLE COOKIES,PECAN ICE BOX@zG@\(@::G{?@Offfff?񙙙@<(\@ffffffE9?333333?Gz@&@ =p@%=p @3333331 servingBaked Productsqp4c )ARCHWAY HOME STYLE COOKIES,RASPBERRY FILLED@,Q@ =p @+?QR@PMp =?ffffff@@]p =@333333|P?zG{?ə?Q*@@ffffff?Gz1 servingBaked Products CC8pq4_ )ARCHWAY HOME STYLE COOKIES,RUTH'S OATMEAL@#G{@\(@/\(@=p =@P@@A Q@zG?GzH?zG{? =p "@ =p =@Q@\(1 servingBaked Products`r4a )ARCHWAY HOME STYLE COOKIES,SOFT SUGAR DROP@@*p =q?p =q@O}p =?@@ Q'?QSM?У =p??\(\@M@ Q@ =p ?zG{9Baked Productsss4e )ARCHWAY HOME STYLE COOKIES,STRAWBERRY FILLED@-Gz@ =p @+ǮzH?@P*G{?ffffff@?\(@QP?У =p?ə?Q*@\(@ffffff?\(1 servingBaked Productsft4M )ARCHWAY HOME STYLE COOKIES,SUGAR@$kQ@Q@)33333@ =p@Q>Q?񙙙@?B\(@S? =p?p =q@ @ \(\@zG?Gz1 servingBaked Products   xu4o )ARCHWAY HOME STYLE COOKIES,GOURMET APPLE'N RAISIN@%.zG@Q@/\(@\(@PkQ@ffffff@Afffff@Q??Q?ffffff@ QR@ =p?\(1 servingBaked Productsuv4i )ARCHWAY HOME STYLE COOKIES,GOURMET CARROT CAKE@&aGz@\(@1 =p@zG@P\(?ffffff@BG{(@zG{(s?p =q?zG{?\(\@ =p @ffffff@ =p 1 servingBaked Products{w5 )ARCHWAY HOME STYLE COOKIES,GOURMET Chocolate CHIP N' TOFFEE@333333@@5 =p?\(@?@@8Q@QJ?? =p @ffffffI@p =q@ Q?zG1 servingBaked Products x4 )ARCHWAY HOME STYLE COOKIES,FAT FREE Cinnamon HONEY HEARTS@%zG{`@p =q? =p?Q@TGz?@EQR@QB?Q?Gz@GzN?Gz?(\)?\(1 servingBaked Productsy4{ )ARCHWAY HOME STYLE COOKIES,FAT FREE DEVIL'S Food COOKIE@)G{R@GzH?@=p =@SGz@ffffff@D @ =p  ?Q?QR@\(A?zG{?ҏ\(?Q1 servingBaked Productsxz4o )ARCHWAY HOME STYLE COOKIES,FAT FREE LEMON NUGGETS@"G{f@Gz?Q? =p @U\)?񙙙@G(\)@ =p ?m?333333?QR@333333H?QR?Gz? =p 1 servingBaked Products  A4S FROZEN YOGURTS,Chocolate,SOFT-SERVE@Offfff@8fffff@?b?\(\?ěS?"`@333333?333333?nO;? I^5?ӅQ?hr ?l ?ҏ\(,+ @ =p ??(\)H.5 cupSweets&H4%BANANA CHIPS@333333@ffffff@@?ffffff@M333333@@AQ?L8??=p =?\(?@333333?\(?hr Ĝ?Q? =p?У =pS?θQ? ".@?M?lC?ə?j~"?щ7KƧ?ڏ\(?͑hr |@GzH@!fffff@@?ffffff?(\)@/ffffff?ə?(\)?Q?Gz? =p h? =p?ə/?333333?\(@\(Snacks4j4a CHEESE PUFFS and TWISTS,CORN Based,Low Fat@!@(333333@333333@Rfffff@%ffffff@(\)e?zG{)e@Q?\(@#333333@5ffffff?GzH?Q@\(?Qaaa@Q,&@?񙙙:@@ @\(@d5BEEF,CHUCK,TOP BLADE,Lean only and FAT,1/4" FAT,USDA Choice,RAW@Q˅Q@3@@!? =p@zGL<@Q?$/@$333333?E?QR@  I^5?htj~?xF@ 333333? =p@j~#@I^5??vȴ9X=@|Y1 lb@@|Y1 lb@L?Q? =p @\(\?=p =?ffffff?\(@333333@S@ p =q@ȴ9XbR@Q@\(\?p =q? =p @p =q;@\(@$8Q@zG$1 servingBaked Products{4s )ARCHWAY HOME STYLE COOKIES,Reduced FAT GINGER SNAPS@zG@Q@&p =@zG{@S:G{?@BQ@Gz?Q?(\)@\(L@\(@ =p ?\( 1 servingBaked Products YYROHt4g )ARCHWAY HOME STYLE COOKIES,GOURMET ROCKY ROAD@!ǮzH@Q@5zG?QR@OO\(@@@R@\(\?p =q?ə?\(M@Q@Q@=p =(1 servingBaked Productsx4} )ARCHWAY HOME STYLE COOKIES,GOURMET RUTH'S GOLDEN OATMEAL@%Gz@\(\@2zH@OQ@333333@@ffffff@=p =?Q?\(?p =q@ Q@Q@zG 1 servingBaked Productst4u )ARCHWAY HOME STYLE COOKIES,SUGAR FREE Chocolate CHIP@@ =p @60 =q?Gz@PzH?\(? =pP ?p =q?QR?p =q@Q@ \)?1 servingBaked Products34S )ARTIFICIAL BLUEBERRY MUFFIN MIX,DRY@@@!ffffff@@S\? =p@ -V?/w1 muffinBaked Products c:q4c) )KRAFT,STOVE TOP STUFFING MIX CHICKEN FLAVOR@333333}@)333333@ffffff@333333@RFfffff@@$333333?@GzH @ ffffff?\(?ҏ\(@QPk?陙1 NLEA servingBaked ProductsT(4i )CONAGRA,BANQUET Apple PIE,Frozen,READY TO BAKE@H9@@'zG?(\)@B~Q? ?333333B@p =q@?Qp1 servingBaked ProductsR)4 )GENERAL MILLS,BETTY CROCKER WILD BLUEBERRY MUFFIN MIX,DRY@733333A@@?333333@P9@?33333?Z1'?lC?-V(1 servingBaked ProductsA*4y )CAKE,BETTY CROCKER,SUPERMOIST PARTY CAKE SWIRL,DRY MIX@ffffff@333333@ffffff@@T@Fٙj@zG+1 servingBaked Products h2 V+4w )BEST FOODS,BROWNBERRY SAGE and ONION STUFFING MIX,DRY@}@*@ffffff@@Q@@zG{?m@QR?Z1'C1 servingBaked ProductsE,4u )CAMPIONE D'ITALIA FOODS,CAMPIONE GARLIC BREAD,Frozen@<j@!@0?@F&fffff@?GzH&@1 servingBaked ProductsU-5 )GENERAL MILLS,GOLD MEDAL IMITATION BLUEBERRY MUFFIN MIX,DRY@ffffff@333333@!333333@@S33333@B333333?5?|h@ -V@1 servingBaked Productso.5 )INTERST BRNDS CRP,HOSTESS DING DONGS Chocolate SNACK CKE,Cream FILL@)@333333@8333333?Q@LY@ffffff@D@@ffffff-@+ =p@\(?+P1 servingBaked Products o+K/5  )HOWARD JOHNSON'S TOASTEES,BLUEBERRY TOASTER MUFFNS,Frozen,R T E@@333333K@ffffff@+333333?@FA@ =p ?@GzHG1 servingBaked Products104] )KEEBLER,KEEBLER Chocolate GRAHAM SELECTS@@ffffff@0?ffffff@Q33333@:e@Q1 servingBaked ProductsE15 )KEEBLER,KEEBLER GOLDEN VANILLA WAFERS,ARTIFICIALLY Flavored@@@3?ffffff@Ql@;ffffff@ =p1 servingBaked Products724u )KRUSTEAZ ALMND POPPYSD MUFF MIX,ARTIFIC Flavored,DRY@@#@ffffff@Sfffff@B\@Q(1 servingBaked ProductsP35 )KRUSTEAZ Buttermilk MINI PANCAKES,Frozen,READY TO MICROWAVE@H&fffff@?@D@zG?Ƨ-?"`B?߮zG61 servingBaked Products Shhpx (08@HPX`hpx (08@HPX`hpxOOOOOOOOOOOOOOOOOOOOPPPPPPP)P)P*P*P+P+PAPAPePePPR R R R R R R R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R R!R!R"R"R#R#R$R$R%R%R&R&R(R(R)R)R*R*R+R+R,R,R2R2R3R3R6R6R7R7R8R8R;R;RR>R?R?R@R@RARARBRBRCRCRDRDRERERFRFRGRGRHRHRIRIRJRJRKRKRLRLRMRMRNRNRORORPRPRQRQRRRRRSRSRTRT \1545 )MCKEE BAKING,LITTL DEBBI NUT BAR,WAFER with Peanut BUTE,Chocolate COVE$@@ffffff@K"@(\)91 servingBaked ProductsT55 )MARTHA WHITE FOODS,MARTHA WHITE'S Artificial BLUEBERRY MUFFIN MIX@@ffffff@!@ ffffff@Sfffff Z@ ěT@1&x? ě(1 servingBaked Products+64_ )MARTHA WHITE'S CHEWY FUDGE BRWNIE MIX,DRY@@@333333?S@Q?GzH1 servingBaked ProductsP75 )MARTHA WHITE FOODS,MARTHA WHITE'S Buttermilk BISCUIT MIX,DRY@!@@-@@P @ȴ9Xb@ + I?nO;)1 servingBaked ProductsJ84y )MISSION FOODS,MISSION Flour TORTILLAS,SOFT TACO,8 INCH@@@!ffffff@@H? =p?=p =@+ I^?hr 31 servingBaked Products u94M )NABISCO,NABISCO GRAHAMS CRACKERS@ @\( @ffffff@S @ 333333O@Q;? =p ?Q?/v?θQ@=p =?.?\(@ ?p =q1 servingBaked Products:4e )NABISCO,NABISCO NILLA PIE CRUST,READY TO USE@ zG{@ @;?陙@O?@@)?QRSE?Q???|hs?ȓtj~@`A7L?zG{?(\) @@233333? 1 servingBaked Products;4s )NABISCO,NABISCO OREO CRUNCHIES,COOKIE CRUMB TOPPING?Q@Q@5?ffffff@QQ@ $@0g?zG?GzH?;dZ?Q?Q?nO;?bM?zG{@\(@ \(\?=p = 1 servingBaked Products {<4o )NABISCO,NABISCO ORIGINAL PREMIUM SALTINE CRACKERS@ 333333@%@$ffffff@@Qfffff@@\(cc?Q?(\)@zG{?bMT?@ffffff?Q1 servingBaked Productsy=4G )NABISCO,NABISCO RITZ CRACKERS@@@6fffff@@P ?ffffff@ zG@333333,]?333333?1&x?ӕ$/@zG{?nO;<@\(\@133333?QR1 servingBaked Products>4o )NABISCO,NABISCO SNACKWELL'S ZESTY Cheese CRACKERS? =p@ @ 333333M@zG+@ p =q!??`A7L?333333?+ ?Ձ$/@ S?Q?KƧ9?Q@x@nP?"`A1 servingBaked Products 6Z@4a )NABISCO,NABISCO WHEAT THINS CRACKERS,Baked@@ @ffffff@QFfffff P@ 4B?333333?333333?E*@ Q? =p1 servingBaked ProductsUA4q )CPC Food SERVICE,OROWEAT SEASONED Dressing MIX,DRY@#333333e@*?@ ffffff@Q@@\(?tj?ϝ-V?XbM1 servingBaked Products0B4k )PEPPERIDGE FARM CLASSIC STYLE CROUTONS,SEASONED@@+333333@2@@Nn@ \(1 servingBaked ProductsEC4c )PEPPERIDGE FARM CRUSTY ITALIAN BREAD,GARLIC@=t@ @3333333?@D@\(@I^5?}@XbM@ QR 21 servingBaked Products yZ3FD4u )PEPPERIDGE FARM Apple TURNOVERS,Frozen,READY TO BAKE@D33333?@?陙@A?@(333333?Q@QY1 servingBaked Products\E5 )PILLSBURY Buttermilk BISCUITS,Artificial FLAVOR,Refrigerated DOUGH@C@333333@@ ffffff@G@\(\W?zG{?E?;dZ@1 servingBaked ProductsTF4s )PILLSBURY,Chocolate CHIP COOKIES,Refrigerated DOUGH@$@333333@4333333?333333@O33333@333333@B9@"`@" A7K??|hs1 servingBaked ProductsHG4k )PILLSBURY,CRUSTY FRENCH LOAF,Refrigerated DOUGH@C@"@ffffff?@GL@ =p s?ꗍO;d?vȴ9X?۶E>1 servingBaked Products ]< ??ə@Qffffff?Q =?p =q? =p ?ǮzG?333333?tzG{?hr Ĝ?zG{?bM;1 cup1 tbspSweetsX4ACORN CAKES,VERY Low Sodium@ffffff@ 333333@333333?@Tٙ?ffffffr?Gz? =p @#??@?\(?Q ?Gz?QR?\( 1 cake2 cakesSnacksCZ5SNACKS,CORN-BASED,EXTRDD,PUFFS OR TWISTS,CHEESE-FLAVOR,Unenriched?*@ffffff@A333333@@Jfffff?񙙙:?񙙙l?QR? ěT?-V?ə?У =p?ə?Gz?-V?$/?Q  @\(\@4GzH@ =p @@zG?nO;?PbM@;fffff? =p?Ͳ-V@^5?|?tj~?XbM @\(?(\)@zG@š?`A7KbU3 oz@|Y1 lbBeef?o5BEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,USDA Choice,RAW@Q@4nzG@Q?p =q@pC@?bM@=ffffff??ɺ^5?|@ 1&y?tzG{?nO@ ? =p@l@9XbM?QR=@|Y1 lb@@QR?tj? ěT?lC@ \(?nO;?S@ Q?(\)@zG{@ nO?n<@|Y1 lb@?(\)?zG{?陙@'ffffff?zG{??Q?zG{C? =p??C%?1&x?+ I1 tbspq1 jarBaby Foodslz4{ICE NOVELTIES,POP,with Low Calorie, calories Sweetener@WL??@? =p?333333?nO;?bM? 1 fl oz1 doubleSweets (4[!BABYFOOD,Dessert, desserts,PEACH YOGURT@T7zHL?? =p ?@1?ٙ@Q?ٙ f? =p ?zG{?陙@'ffffff?zG{??ٙ?zG{?ۅQ?E?tj~?tzG{1 tbspq1 jarBaby Foods)4G!BABYFOOD,Juice,Apple - CHERRY@V .?ə?? =p @&GzH?333333@%?ffffff n?Q?zG{?@@ ?zG{?zG{?(\)?Q?zG{?ə ?zG{?Q@?3333331 fl oz}1 bottleBaby Foods 4E !BABYFOOD,RICE and Apples,DRY@ @@333333?Q@U\)@ \(R%?ffffff?;dZ@'333333??? =p ?(\)??tj?zG?p =q@1 tbspBaby Foods 4z4A4?%ICE CREAMS,Chocolate,RICH@LFfffff@Gz@0G{@4?@3\(?QR s9?zG{?ffffff?$/@??Q?`A7K?KƧ?Ձ$/?`A7L? =p ?p =q?@$$/@-V?Vu<1 cup@$ffffff1 cubic inchSweets@4o!BABYFOOD,Dessert, desserts,BANANA YOGURT,Strained@T,N?񙙙??Q@1ffffff?@zG?Q d?У =p?zG{?@+?zG{?zG{?QR?zG{? =p?zG{??׮zG?Q?Q1 tbspq1 jarBaby Foods<4u!BABYFOOD,Dessert, desserts,BLUEBERRY YOGURT,Strained@TYM??ffffff?ffffff@1 ?ٙ@+=p =?ə m>?Q?Q?陙@(?zG{?Q?ٙ?ۅQ)?ٙ@*@?hr!?ȓtj~?tj~1 tbspq1 jarBaby Foods 14m!BABYFOOD,BANANA Apple Dessert, desserts,Strained@TfffffC?333333?ə?ҏ\(@0L@-QR? G??Q?333333@(?zG{?zG{? =p?Q?zG{?  ?-V?nO;?bM1 tbspq1 jarBaby Foods%4S!BABYFOOD,BANANA NO TAPIOCA,Strained@S,[?ə?QR@5W =p?@&Q?333333"??zG{?񙙙@5fffff?zG{?Q?GzH?У =p???nO;?1&y?E1 tbspq1 jarBaby Foodst495MILK,IMITATION,NON-SOYZ.??񙙙@333333@333333R?d7??zG{??==?A7Kƨ?"`?ȴ9Xb1 cup@>1 fl ozDairy & Egg Products HhH44U POPCORN,MICROWAVE,Low Fat and Sodium@ffffff@)333333@#?\(\@RX\)@,ffffff?GzH @=p =@ =p?p =q@!333333?ffffff?(\)@\(?\(@ =p @/ffffff+B?? =p@W =p@ tj~Snacks@25  /CEREALS Ready-to-eat,CORN,Whole WHEAT,ROLLED OATS,PRESWEETENED@ffffff@@ffffff@Ty@@57?GzH?j~" ??Q@0Q?~"?QM:) ?zG{?333333?陙@^5?|@;dZ.75 cupBreakfast CerealsN.4q)SNACKS,TORTILLA CHIPS,Light (BAKED with LESS OIL)?@!ffffff@.ffffff?@RY@?\(?zGa>?ffffff?-V@/ffffff?ə?(\)?Q?Gz? =p ?QQ@ =p =?ffffff%@-V@]/w@tj?1 cup, crushed10 chipsSnacks dANL5 )HIDDEN VALLEY RANCH,SALAD CRISPINS ITAL STYLE,PARMES CROUTON@ @'@)@333333@P33333t?hr!@Q@ l1 servingBaked Products5M5 )KRAFT FOODS,SHAKE 'N' BAKE ORIG RECIPE,COATING FOR PORK,DRY@ y@ffffff@ @@S33333 1 servingBaked ProductsXO4] )BEST FOODS,THOMAS' English MUFFINS,Plain@EL@!ffffff??@F@Qq?? =p ?O;dZ?Q@ 1&91 servingBaked Products:P4i/ )HEINZ,WEIGHT WATCHERS Chocolate ECLAIRS,Frozen@G33333?@Cfffff?@2ffffff;?(\)3;1 éclair, frozenBaked Products yyU WQ4g )INTERSTATE BRANDS CORP,WONDER HAMBURGER ROLLS@A@ # =p@?Q@IkQ@@&QW@\(T?5?|h?"`A@j~"+1 servingBaked ProductsFR5 )GENERAL MILLS,BETTY CROCKER SUPERMOIST Yellow CAKE MIX,DRY@@ffffff@ 333333@@TS33333@E33333@=p =+1 servingBaked Products9S4k )QUAKER OATS,AUNT JEMIMA ORIGINAL WAFFLES,Frozen@C@ffffff@ @@E&fffff@Q@QH1 servingBaked ProductsU4q )NABISCO,NABISCO SNACKWELL'S CRACKED PEPPER CRACKER?333333@"Q@&# =p@ (\)@R(\@ffffff@zG@ =p BtA?=p =?\(??+?E@{lC?"`AR?XbM@M?p =q1 servingBaked Products V4m )NABISCO,NABISCO SNACKWELL'S SALSA SNACK CRACKERS @ Q@Su\(@Q*@ =p .?Q?tj~?ffffff?Vt?"`A@ Vu??|hsI?Q/?"`@1&y?~"1 servingBaked ProductsW4} )NABISCO,NABISCO SNACKWELL'S ITALIAN RANCH SNACK CRACKERS?zG{@GzH @ =p@SqGz@Q)@ 333333 ?\(\?ffffff?Vt?ӕ$/@ "`A?j~#I?&@"`A?ȴ9Xb1 servingBaked Products X4{ )NABISCO,NABISCO SNACKWELL'S FRENCH ONION SNACK CRACKERS@\( @ QM@p =q'@ =p ??Q?陙?vȴ9X?lC@ + J?E9?Q?E@O;dZ?tj~1 servingBaked Products mm(Y4i )NABISCO,NABISCO SNACKWELL'S MINT CREME COOKIES@@ffffff@,?QR@R@@J@Q(U!? =p?Q?`bM?nO;?Q? I^5??`A7L?O;dZ?zG{@ =p@ Q?m1 servingBaked Products$Z4u )NABISCO,NABISCO SNACKWELL'S CARAMEL DELIGHTS COOKIES@*33333@@&u\(?\(@Qvfffff?333333@GG{/?Q]z?\(?tj??1&y?XbM?Vt?vȴ95?Q@;dZ@ Q?Q1 servingBaked Products8[5  )NABISCO,NABISCO SNACKWELL'S FAT FREE DEVIL'S Food COOKIE CAKES@1fffff1?p =q?QR@R?@E =q@=p =Go?p =q?Ł$/?333333??E?S?Q?/v?$/?Q?S?|hr?+ J1 servingBaked Products U\4_ )NABISCO,NABISCO SNACKWELL'S WHEAT CRACKER@(\)@\( @\(M@333333@'\)@333333.J@333333?xtj~?lC?׍O;dZ1 servingBaked Productsco4s!)Crackers, cheese, sandwich-type with cheese filling@=p =@! =p@8h\)@@MaGz?ffffff@(\)Y@ =p  'n?=p =?"`?+ @?A7Kƨ??|hs@ m?\(\?/vRB?陙' ? =p@4 @=p =@,/w@-V'6 cracker@1 sandwichBaked Productsr4K )USDA Commodity,BAKERY,Flour MIX@%=p =@ =q@)@Q@OC =p@ffffff@p =qv|?ᙙ?^5?|?睲-V@ffffff?vȴ?lC@-V?؃nP?zG{#@@Q@(\)?\(\Baked Products tts4[ )USDA Commodity,BAKERY Flour MIX LOW-FAT@%Qi@"# =p@@Q@Q\(@ @p =qyP?\(? I^5??hr!@??nO@-V?333333?+#?333333?GzH?Baked Products8:4GBEEF JERKY,Chopped and FORMED@7\(\@@@9@333333 ? @zG3U@ 8Q?Vu?j~"@%ffffff?öE?-V?E?/w?x?zG?\(\@ffffff@%33333@&(\?-V0@@6?333333?\(@4Y CORN-BASED,EXTRUDED,CONES,NACHO-FLAVOR?ffffff@@?33333@@Lfffff$?QRL{?޸Q?5?|h?+@ffffff??Gz?Q?\(?٩lD?-V; @:=p @Q?Gz@@333333 @Q?GzH?A7Kƨ? =p?Q?Q?Q?m?bM %@)Q@\(@zG@?ffffff?(\)@/ffffff?ə?(\)?Q?Gz? =p R@ =p =@4fffff%?333333?\(@\(Snacks uu95  SNACKS,TORTILLA CHIPS,NACHO-FLAVOR,MADE with Enriched MASA Flour?333333@333333@9@@O333333@333333@ R?333333?Ƨ-?1& ??ٙ?ffffff?ҏ\(?M?s@@..zG@ QR@\(@7Gz.a?\(?1&y@333333?1&?Ͼvȴ9X?Q?bM?Sweets \'P4k FROZEN NOVELTIES,NO SUGAR ADDED,FUDGESICLE POPS@Qfffffi@ ? =p ?ffffff@6GzH?@p =qe?zGf?ffffff?=p =@U =q1 servingSweetsD 4_ FROZEN NOVELTIES,FAT FREE FUDGESICLE BARS@P|(\@333333?Q?Q@: =q?333333@4?Q^?޸Q@I@1 servingSweetsF!5  FROZEN NOVELTIES,SUGAR FREE,ORANG,CHERY and GRAPE POPSICLE POPS@W?zG{?@\(? =p?zG{ @KW =p1 servingSweetsT"5  Frozen NVL, KLONDIKE,SLIM-A-BEAR FUDG BR,98% FT FR,NO SGR ADDED@OGz|@=p =?zG?p =q@>R@ffffff?Qx?1@R=p 1 servingSweets TI#4e ICE CREAMS,BREYERS,ALL Natural Light VANILLA@P8\)@\(\@\(\?QR@9L?ə@6ǮzH?QG?񙙙@GzD1 servingSweetsP$4s ICE CREAMS,BREYERS,ALL Natural Light FRENCH VANILLA@OZG{@GzH@=p =?(\)@:zH?ə@5(\?GzI?@ \(5D1 servingSweetsC%4[ ICE CREAMS,BREYERS,98% FAT FREE VANILLA@O\(@ ffffff@?=p =@>\(@@4zGz? =p I?陙 ?\(D1 servingSweets_&5 ICE CREAMS,BREYERS,ALL Natural Light VANILLA Chocolate STRAWBERRY@O\)@\(@ffffff?GzH@:\(?ٙ@6xQ? =pE?333333@D1 servingSweets c5U'4} ICE CREAMS,BREYERS,ALL Natural Light MINT Chocolate CHIP@MzG@\(@\(\? =p @@ffffff?tj?p =q?+@ tj~?bM?+ J@Gz?Q@+@ 1&y?nO=@|Y1 lb@5BEEF,CHUCK,CLOD STEAK,Lean only and FAT,1/4" FAT,ALL Grades,RAW@Q@4Q@\(? =p@\(cA@?KƧ@=333333??"`B@ n?|1&y?333333@ Gz?Q@1&x@"`?GzH=@|Y1 lb@@M4E%+5CHEESE,MOZZARELLA,Low Sodium@H33333@;@1@333333@?zG? _@ =p ?S@/ffffff?zG{?\(?Q?zG{ ?p =q?333333?,@%lC@`A7K?I^5?}61 cup, dicedq1 cup, shreddedDairy & Egg Products K4_ BREAKFAST BAR,CORN FLAKE CRUST with FRUIT@-y@@?陙@R9@@A)@p =qg@ffffff??񙙙@+?ffffffl_ ``?QR@+(??Snacks  47 5CHEESE FOOD,IMITATION@Offfff@6ffffff?@ @!@ kQ(?Q#P@ QR?Q@1ffffff?Q?޸Q?333333? =p?zG' ?zG{?ə?Q?QR?tj~Dairy & Egg Products1e4? 'OIL,CORN,PEANUT,AND OLIVEtd? =p?zG{@-\(@,lC@H9XbN@@9XbNFats and Oils9O4y'SALAD Dressing,Mayonnaise Dressing,DIET,NO Cholesterol@C33333?@@33333?ffffff@7fffff@?ə ? =p ?zG{?+ I??vȴ9?tj~?pbM?vȴ?hr Ĝ?Gz @zG{@E^W 1 cup1 tbspFats and Oils ~~(N4mJELLIES,Reduced SUGAR OR NO SUGAR,HOME PRESERVED5?333333?Q?zG{@G ?陙@Ffffff? =p G?Q?O;dZ?ffffff?zG{?zG{?Q?zG{?ə?nO;?PbM?bM,1 cup@21 tbspSweets;5  PUDDINGS,Chocolate FLAVOR,Low Calorie, calories,Instant,DRY MIX@A@333333@@'@R33333?陙?ffffff+@ \(\p| ?=p =?`A7@333333?zG{? =p ?ٙ?zG{?Q?Q?陙 @"`B?tj?\(Sweets43 !CELERY FLAKES,DRIED ?@&@@+@Oٙ@;@A33333K@QR$@(\)?E@.@U?(\)?@\(?p =qkkkb@333333@A?\(?Q?\(Vegetables ``.b5  PUDDINGS,Chocolate FLAVOR,Low Calorie, calories,Regular,DRY MIX@"3333334@@ffffff@Rfffff?陙?QY@\(\[?(\)?|hr@?zG{?(\)?zG??Q?ffffff ?p =q?S?(\)SweetsA+4i COCKTAIL MIX,NON-ALCOHOLIC,Concentrated,Frozen@< =p?zG{?zG{?Q@Qfffff?@QУ =q?/?zG{?vȴ9?O;dZ?333333@?tj~?tj~?"`A?+ I?+ I ???tj~?xtj~?Q$1 fl ozBeverages"~4GPIE FILLINGS,BLUEBERRY,Canned@KTzG?=p =?ə?ffffff@F0 =q@@B?陙 s ??1&y?˅Q?ٙ?ffffff?O;dZ?hr Ĝ?KƧ?O;dZ?-V?p =q@333333 !1 cup1 servingSweets f#4g FRUIT-FLAVORED Drink MIX,Powdered,Unsweetened?Q@\(@V33333Q?Q ?zG{?htj~?|1&y@ ?PbM@9ffffff2 tspBeveragesd5# PUDDINGS,ALL FLAVORS Except Chocolate,Low Calorie, calories,Instant,DRY MIX@333333V??陙@)@T`???θQ/?陙?zG{??333333?/w?θQ?Z1'Sweetsc5# PUDDINGS,ALL FLAVORS Except Chocolate,Low Calorie, calories,Regular,DRY MIX@$d??@ @U,?Gz1? ?QR?zG{???񙙙?nO;?bM?Sweets "#2,"4U -SCALLOP,(BAY and SEA),Cooked,Steamed@RFfffffp@7333333?ffffff@zG{s7R ?333333@;fffff??Q?? ?d??ə?° ě?hr Ĝ?ȴ9Xb5Fish & Shellfish&4+' -MACKEREL,SALTED+1@2@9@*B?ffffff<b?񙙙?@RY?zG{?QR@ ffffff?=p = //@ =p @333333@O;d@ =p@ =p_1 cup, cookedFish & ShellfishlH4' -FROG LEGS,RAW@TyI@0ffffff?333333?ffffff?:?@,333333?Q??333333?Q?ٙ2??tj~?"`A?1&2Fish & ShellfishX441 -VITAL WHEAT GLUTEN@ ffffffr@R=p ?@+zG?333333@d?333333?KƧ@Cٙ?hr Ĝ?+?QGrains and Pasta .I4MGRANOLA BARS,HARD,Chocolate CHIP@333333@333333@0L?@Rfffff@M@ffffffHX?Gz?д9XbN?1&@)?? =p ??\(?1&x?-V ?zG{*@&R@ =p ?QR@R5GRANOLA BARS,SOFT,Coated,MILK Chocolate COATING,Peanut BUTTER@ @$ffffff@??ffffff@J33333@ffffffl?333333CS?Q?Ԭ1&y??333333??Gz@ QR?\(?"`A@1\(@(\)?ffffff @>>Z@!ǮzH@zG{@1kQ@44c FROZEN NOVELTIES,SUGAR FREE,CREAMSICLE POPS@T=p 1?Q@ =p?(\)@'fffff@?ۅQ?Q@S333331 servingSweetsD54w ICE CREAMS,BREYERS,ALL Natural Light FRENCH Chocolate@LJ=p @333333@Q?\(@=zG@8 =p ?333333K@Q)D1 servingSweetsE64_ ICE CREAMS,BREYERS,98% FAT FREE Chocolate@O@Q@\(\?Q@>.zG@333333@4J=p ~?GzK?ffffff?zGD1 servingSweets H74s ICE CREAMS,BREYERS,NO SUGAR ADDED,Chocolate CARAMEL@P-p =@ QR@333333?\(@9+Q@=p =y?GzM?ffffff @ 333333G1 servingSweets!4 -AMARANTH@#zGv@,fffff@ =p @QR@PG{@.ffffff@\(\ n@ p =q?/w@zG@?zG{?ʟvȴ9?tj~?n?̋C%111?O;d?hr!@ ěT1 cupGrains and Pastan#4+ -ARROWROOT FLOUR@&p =e?333333??zG{@V @ 333333(?Q ?Q?zG{?zG?PbM? =p?tzG{?tj~?`bM? =p 1 cupGrains and Pasta$4 -BARLEY@"Gzb@(\(@ffffff@QR@R^Q@1L?陙!@  @(\)?;dZ?+ J@Bٙ?1&y?=p =@j~"? I^5??Z1'?=p =@ ?+ ?Gz?^5?|1 cupGrains and Pasta '%41 -BARLEY,PEARLED,RAW@$.zG`@#R?\(?\(@SnzG@/333333?陙@O @ =p ?Gz?&x@Bٙ?r ě?/v@j~"? I^5??У =p?zG{@ ?;dZ?nO?Q1 cupGrains and Pasta&&47 -BARLEY,PEARLED,COOKED@Q333333{@zG?(\)?GzH@<8Q@ffffff?Q ?GzH6]?=p =?Gz?Гtj~@!333333??|hs?vȴ9X@$/?GzH?p =q?zG{?陙8?+?/v?dZ11 cupGrains and Pastaz(4 -BUCKWHEAT@#W@*@ 333333@@Q @[@333333?񙙙?@ ?"`B?333333@zG?^5?|?Gz?E? =p?vȴ91 cupGrains and Pasta _ (08@HPX`hpx (08@HPX`hpx (08@HPX`hpx\L\L\K\K\J\J\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \!\!\"\"\#\#\$\$\%\%\&\&\'\'\(\(\)\)\*\*\+\+\,\,\-\-\.\.\/\/\0\0\1\1\2\2\3\3\4\4\5\5\6\6\7\7\8\8\9\9\:\:\;\;\<\<\=\=\>\>\?\?\@\@\A\A\B\B\C\C\D\D\E\E\F\F\G\G\H\H\I\I\M\M\N\N\O\O\P\P\Q\Q\R\R\S\S\T\T\U\U\V\V\X\X\^\^\_\_\`\`\a\a\b\b\c\c\d\d\e\e\f\f\g\g\h\h\i\i\j\j\k\k\l\l        $PP\ht(4@LXdp|sIIt  x x AA}00/K`JJ,99ill<<h , , ;#=#=##$#$# $$H'g'gk''+`+`++T,c,c,,-r-r--...u.u&0T`lx ,8DP\hHt0<RURU RRJJ1//33#33Z4K4K~4455G6U6U66k7}7}8G8G::z;;;k;k>>??BBBBC1C1!CCSFyFyFF"GXGXGGHLHL2JJHH `KSKSNPNPSMMOO H  "\\ p EEf 33z CC )4E -BUCKWHEAT GROATS,Roasted,DRY@ RZ@'u\(@zG@@R@$@\(?@ @\(\?+?S@ ?̬1&y?XbM@=p ?^5?|?֗O;d***?x?~"?~"1 cupGrains and Pasta0*4K -BUCKWHEAT GROATS,Roasted,Cooked@RQ\@ =p ? =p?ۅQ@3 =q@??陙3FX?Q?° ě?n@?zG{?+?zG?"`?E? =p ?ffffff43 -HOMINY,CANNED,WHITE@TRH?zG?(\)?Q@,Q@?Q ? =p# ??Q?Q?htj~?xtj~?`A7L?öE?tzG{??ə?|hr?͑hr ?ى7KƧ1 cupGrains and Pasta?4! -MILLET,RAW@!W =pz@& =p @Gz@ @R6fffff@!@zGr?Gz??1&@?l?ҏ\(@Gz?"`A?ؓtj~UUU???"`A?j~#@nO1 cupGrains and Pasta@4' -MILLET,COOKED@Q=p w@ zG?=p =@7Q?? =p?(\),d>?Q?ěS?hr Ĝ??"`A?E?GzH?S?S?zG{?333333F?tj?ǍO;dZ?A7Kƨ1 cupGrains and Pasta !A4% -OAT BRAN,RAW@333333@1L@Q@Q@PzG@.?333333:@ =p6@Gz?n@Q@F?Q?(\)?S?lC?Q444?(\)@ ??|hs@ I^5@ ěT^1 cupGrains and Pasta|B4+ -OAT BRAN,COOKEDT(@ zG?Q?\(\@&Gz@ ?(\)(w\?\(?`A7L?+ @?zG{?hr Ĝ?nO;?Ƨ-??/w?ҟvȴ9?ղ-V1 cupGrains and PastavC4 -QUINOA@"v@*333333@333333@333333@Q9@<@"@ ffffff?=p =@zG?XbM?XbM@p =q?n?̋C%111?Gz?\(@Ƨ-1 cupGrains and Pasta ^^J 5BEEF,GROUND,90% Lean only MEAT / 10% FAT,PATTY,Cooked,Broiled@N@:(\@'u\(? =p @zGMD@zG{?KƧ?vȴ9@5?+ I?ffffff@`A?ěS?hr Ĝ@zG{?=p =?񙙙@tj@ǮzH?GzUU1 serving@TQ1 pattyBeefN 5BEEF,GROUND,90% Lean only MEAT / 10% FAT,PATTY,Cooked,PAN-BROILED@OG{@95\(@%\(\?GzH@(\)kK@QR?tj?tj~@433333?$/?x@S?1&x?A7Kƨ@?\(?񙙙@Q@tj?؃nPRU1 serving@U =p1 pattyBeef %%}S 5BEEF,GROUND,90% Lean only MEAT / 10% FAT,CRUMBLES,Cooked,PAN-BROWNED@MJ=p @H@=p =?\(?tj~@5?O;dZ?Ƈ+ I@nP?$/?r ě @Q??333333@hr @v?"`ZU1 serving@S!R1 pattyBeefN5BEEF,GROUND,85% Lean only MEAT / 15% FAT,PATTY,Cooked,PAN-BROILED@NNzG@8Q@, =p ?Q@p =q]O@?j~#?tj~@4L?tj?ȴ9Xb@1&?+?|hr@zG{?Gz?ffffff@9XbM@'-?1&xVU1 serving@T1 pattyBeef 33S5BEEF,GROUND,85% Lean only MEAT / 15% FAT,CRUMBLES,Cooked,PAN-BROWNED@K33333@;G{@.?Q@p =qY@zG{?+?tj~@5?+ I?r ě@E?m?dZ1 @QR?zG?@-V@`A7K?ޗO;dZU1 serving@b\(1 portionBeef?5BEEF,GROUND,85% Lean only MEAT / 15% FAT,LOAF,Cooked,Baked@M}p =@9zG@,Q?p =q@Q@@?9XbM?zG{?zG{?S@?|h?vȴ?աo@Q?(\)?ffffff@/w@7Kƨ?ܼj~#[U1 serving@sRzG1 loafBeef,4eBEEF,GROUND,80% Lean only MEAT / 20% FAT,RAW@NQ@1+Q?Gz? =p C@Q?;dZ?zG{?tj?l@r Ĝ?bM?Ԭ1&y@Q?=p =?@&x@!$? =pG@@#B\(@ /w@ I^@ 333333?`A7??zG?Ł$/?S?ٙ@#ffffff&@@,hr@0"`B?Gz1 cup, grated@HR\fpz$.8BLV`jt~                                                               :: ;; << == >> ?? @@ AA BB CC DD %m4- -WHEAT BRAN,CRUDE@#ǮzH@/@@(\)@P =q@Effffff?=p =I@%# =pc@zG?-V@'@Sffffff?j~#?vȴ9X@+'-@r ě?+ OOO ? =p?ffffff?(\)?bM@-V:1 cupGrains and Pasta n4- -WHEAT GERM,CRUDE@&=p =h@7&fffff@#p =q@ =p@Ifffff@*ffffff'@ =p J| @(zG?xF@*1'@S?1&?-V@@n@Vu?? =p? =p@ =p s1 cupGrains and Pasta,p4; -WHEAT FLOUR,WHOLE-GRAIN@$=p S@+ffffff?Q?@R$zG@(ffffff?=p ="@ =p Z@p =q?r ě@dZ1@Q?ܛS?˅Q@u\(? ěT?m,,, ?=p =?ffffff?ԛS?Ͳ-V?hr!x1 cupGrains and Pasta ??I5BEEF,RIB,Small END (RIBS 10-12),Lean only,1/8" FAT,Select,RAW@R9@6zH@?\(?p =qa7@zG?tj~?+ I@>ffffff?tj~?"`@-V?/v?QR ?ffffff?ҏ\(?333333?+ ? =p ?KƧ+@?l?5?|h@o?j~#?lC ?\(? =p?333333@+ I@nO?bM=@?333333?Q@A7K?hr!?tj ?zG?Q?񙙙?x?n?Õ$/$@޸Q@Gz? =p ?\(B@\(?\(?+ I@Cffffff?+ I?E@" =p ?tj~?m ?Q?ٙ?ffffff@E@;dZ?j~":@@zG{?zG{?+ I@BL??|hs?öE@ hr?Vt?C% ?=p =?ٙ?ffffff@vȴ9@ěS?Ѻ^5?|I@@zG{?zG{?+ I@BL?$/? =p@!%S?~"?j~# ?ffffff?׮zG??9XbM?zG?Ƨ-.@@Q?zG{?+ I@BY?$/?+@!4j~?\(? ?\(?QR?@vȴ9X@M?=p =6@ Beef  rM/5BEEF,RIB,Small END (RIBS 10-12),Lean only,1/8" FAT,ALL Grades,RAW@Q|@6TzG@(\)?zG?[8@ =p ?l?vȴ9@:fffff?lD?1&y@lD?Q? ?񙙙?zG{??m@;dZ?lC4@R?\(@MGz?333333@JG{?Qe@@2W =p@ =p?zG*1 bar, 1.5 ozD1 bar, 2.4 ozSweets$41 ICE CREAMS,VANILLA=@ ?@7?ffffff@58Q? =p iP?zG?O;dZ?bM??333333?E?θQ?-V?◍O;d?tj~?\(vt?333333?333333@(\)@\(?/w,@Q.5 cupSweets ee64S ICE CREAMS,VANILLA,Light,SOFT-SERVE@Qffffff~@@?񙙙@5@5?QyF?\(?S?bM@ ??vȴ9?XbM?5?|h?ܛS?O;dZ?g?Q?ٙ?zG?QR? X1 servingSweets4)SHERBET,ORANGE@Pfffff?񙙙?ٙ@>ffffff@ ffffff@8QR6?Q(`.?޸Q?1&y?+ I?@333333?vȴ9X?ȴ9Xb?tj~?(\)?S?Q- ?Q ?\(?\(?zG{J.5 cupB1 barSweets:4ECANDIES,5TH AVENUE CANDY BAR@ffffff@!\(@7G{?\(@OW =p@@GQI?333333>[?Q?Gz??333333?ٙ?Q? =p @333333?GzH?(\)$$$? =p 3@@@@%333333@ Q81 bar1 barSweets ~~pm4U CANDIES,FONDANT,PREPARED-FROM-RECIPE@ =p v?zG{?Q@WZG{@WW =p?zG{?htj~?bM?333333?PbM?hr Ĝ?`bM?`bM?PbMSweets>4e CANDIES,FUDGE,Chocolate,PREPARED-FROM-RECIPE@#\(@Q@$R?ffffff@SQ?333333@Rp =q-?QR$E/?񙙙?O;dZ?nO@?vȴ9?\(?Ƨ-? I^5??tj~? =p ,+? =p ?ffffff @1&y@+?p =q1 pieceSweetsH4{ CANDIES,FUDGE,Chocolate,with NUTS,PREPARED-FROM-RECIPE@\(@Q@2zG? =p@Pp =@@O\(6?Q7p)?Q?hr!?Z1'@333333?ə?&x?QR?9XbM?ʟvȴ9?+ I?Q&%?У =p? @!o@ 9XbN@vȴ9 Sweets rr,4a CANDIES,FUDGE,VANILLA,PREPARED-FROM-RECIPE@%kQ?@\(?\(@TR@TR"?zG{.3? =p?bM?|1&y?333333?+ I?l?+?Q?nO;?zG{.-?Q? @tj~?vȴ9?\(Sweets) 4M CANDIES,FUDGE,VANILLA with NUTS@p =q@+\(\?GzH@R\(?@RX\)+?GzGd.?\(?̋C%?zG@??+ J?\(? =p ?ǍO;dZ?+ ?Q)(?(\)?陙 @ \(@+@j~ Sweets*!4mCANDIES,NESTLE,GOOBERS Chocolate COVERED Peanuts?ffffff@+ffffff@@?@HY@ffffff?p =qw()@Q?S?\(?Q?Gz@?=p =?Gz?ҏ\(@(kQ@-zG{@ffffff '1 package1 packageSweets 77Cq4k -WHEAT Flour,WHITE,ALL-PURPOSE,Enriched,BLEACHED@' =pl@$\)?\(\?zG@S =p@?GzH@\(lk?ffffff?nO;?m@@33333?Q?ߝ-V@-V?1&x?+ I#?Q?333333? =p?E?nO;}1 cupGrains and PastaBr4q -WHEAT Flour,WHITE,ALL-PURPOSE,SELF-RISING,Enriched@%.zGb@#ǮzH? =p @QR@RzG@?(\)R@zGS|? =p?1&y@A333333?hr ?~"@S?1&x?&3??333333?öE?tj?=p =}1 cupGrains and Pasta5s4M -WHEAT Flour,WHITE,BREAD,Enriched@*Qi@'\(?\(?zG@R!R@333333? =p@ =pad?333333?KƧ?XbM@Cٙ?lC?bM@7KƧ?1&x?l! ?ٙ?333333O?;dZ?Q?C$1 cupGrains and Pasta 4t4K -WHEAT Flour,WHITE,CAKE,Enriched@)Qj@ ffffff?Q?\(@SR?333333? =p@GzHUi? =p?n?I^5?}@?C%?ۅQ@(\)?O;dZ?`A7L/?zG{?333333?A7Kƨ? ě?A7Kƨ1 cupGrains and Pastav4[ -WHEAT Flour,WHITE,TORTILLA MIX,Enriched@$(\)@#QR@%B\(@Q@P\)@333333d?zG{??S?Q?ߍO;dZ@GzH?7KƧ?zG{p@ffffff@)lD?Z1'o1 cupGrains and Pasta w4) -WHEAT,SPROUTED@G@\(?QR?Q@EC =p?񙙙@QR?ffffff?д9XbN?^5?|@E@@?? =p@-V?M?\(&&&?^5?|?S?ml1 cupGrains and Pasta #x4' -WILD RICE,RAW@ =p e@-u\(?GzH?zG{@R@@?\(\@ =p?ěS?C$@ffffff?p =q?ěS@O;?/v?$/___?=p =?ffffff ?+?Z1'?o1 cupGrains and Pasta!y4- -WILD RICE,COOKED@R{Qe@Q?\(?ٙ@5W =p??\(\?333333 Re?p =q?"`? I^5??陙?vȴ9?E?O;d?öE?GzH?θQ?@?+ J??C$1 cupGrains and Pastaz4- -RICE FLOUR,BROWN@' =qk@Q@=p =? =p@SQ@ffffff ?zGpQ!@?p =q@ O;dZ?Z1'?zG{@\(\?tj~?O;dZ?m? ěT?;dZ1 cupGrains and Pasta |{4)-PASTA,CORN,DRY e@ =p@ =p?333333@SУ =q ?\(w&? =p?"`B?x@?͑hr ?E@p =q?"`?^5?| ?ҏ\(?`A7K?hr i1 cup92 ozGrains and Pasta|4/ -PASTA,CORN,COOKED@Q =p~@ =p ?\(\?Gz@;\)@333333?$L?(\)?bM?Õ$/@ffffff?"`A?O;dZ?n?bM?-V9?1&?r ě?1 cupGrains and Pasta}4c -PASTA,FRESH-REFRIGERATED,Plain,AS PURCHASED @&Q@ffffff?Q@K]p =@ .?Q?/v?$/?\(?tj@ ?Q?+? =p/?E?XbM?$/I4.5 ozGrains and Pasta ~4W -PASTA,FRESH-REFRIGERATED,Plain,Cooked@Q# =p@??333333@8zG?=p =??Q?+?̬1&y?n?333333?vȴ9X?lC?hr Ĝ@9h?Q?333333?vȴ9X?tj~!92 ozGrains and Pasta4g -PASTA,FRESH-REFRIGERATED,SPINACH,AS PURCHASED@>!@&Q@?=p =@K(\+@ ffffff??ffffff?7KƧ?E?|hr?xF@ zG?tj?(\)y8? =p?x?+ J?SI4.5 ozGrains and Pasta4[ -PASTA,FRESH-REFRIGERATED,SPINACH,Cooked@Q%Q@=p =?zG?׮zG@9 =p ?\(9%?(\)?zG{?9XbM?ȴ9Xb?&x?-V?Ͳ-V?hr!@.`?Qg ?Ƨ-?l?Gz!92 ozGrains and Pasta  4S -PASTA,HOMEMADE,MADE with EGG,Cooked@Q-p =@Q? =p?\(\@7=p ?\(4S?(\)?1&y?lC?$/?E?1&?͑hr ?l+?zG?333333n?r ě?E?Q_&1 cup92 ozGrains and Pasta44C -NOODLES,EGG,Cooked,Enriched@Q,@?Q?θQ@8 =p?񙙙?zG{ ?p =qE? =p?tj?ěS@533333?+??|hs?n?\(?nO;@9h? =p ?zG{?&? =p?ۅQ?1&!1 cupGrains and Pasta kk4M-NOODLES,EGG,SPINACH,DRY,Enriched@!p =q~@-8Q@333333? =p@QzG@3333338@RcH?GzH?r ě?QR?tj~?އ+ I@L?ěS?^5?|Xb?ٙ;?n?Gz?1&x_&1 cup92 ozGrains and Pasta=4S -NOODLES,EGG,SPINACH,Cooked,Enriched@Q!Gz@(\)?Q? =p@8@@ffffff?ٙ?p =q9% ?(\)?zG{?I^5?}@5?\(\?|hr?$/?m?/v@+^?Qg ?\(@YFfffff3?vȴ?ߍO;dZ?Vt!1 cupGrains and Pasta-4?-NOODLES,CHINESE,CHOW MEIN?\(\@ \(@>\(@@LQ@333333?У =p@Q4x?ffffff?`A7K?E+?~"?l@?Vu?(\)ZD@ =p@8@7KƧ@7Kƨ@1Tj~-1 cup+1.5 ozGrains and Pasta 4? -NOODLES,JAPANESE,SOBA,DRY@QP@,\(?Q@ GzH@RzH#@_?\(\?p =q?-?޸Q? =p@ zG?+ I?θQ<<<?hr Ĝ?ǮzG?(\)92 ozGrains and Pasta4E -NOODLES,JAPANESE,SOBA,Cooked@R@ =qc@=p =??\(@5p =q?޸Q #5BEEF,CHUCK,ARM POT Roast,Lean only,1/8" FAT,Choice,Cooked,Braised@L1R@A\(\@ p =?zG{@QR8@ ffffff?nP?tj~@AY?Q?͑hr @F?m?tj @Q?p =q?333333@ \(\@ |hr?~"Q@??ə?333333@TS33333?@LǮzH?p =qP?zG{?E?bM?333333?PbM?PbM?+?tzG{?htj~?1&y?zG{?bM21 cup10 miniaturesSweets-47 CANDIES,HALAVAH,PLAIN@ \(\@(G{@5Q?GzH@N>Q@!@Q_@GzH?;dZ?-V@'??"`A?+ I@+ ?E?EAAA?zG{@ I^5@ cS@ ESweets &.4E CANDIES,NESTLE,OH HENRY! BAR@ffffff@@7?@PY@2Q? =p3D?ffffff?֗O;d?Q@ ?ə?O;dZ?ěS@ffffff?nP?tj,,,?ə! @zG{@Gz@zG@\( 1 barSweets /4?CANDIES,NESTLE,CHUNKY BAR@333333 @=333333?333333@L@333333?I5?p =q? =p?߮zG?333333?E?GzH?ffffff?+?vȴ9X?׮zG?@78Q? =p@ =p #1 bar(1 barSweets |4G -NOODLES,JAPANESE,SOMEN,Cooked@P=p ? =p ? =p @;=p ? =p?(\)??bM?zG{?`A7L?E?tj?vȴ9??$/? ě1 cupGrains and Pasta+49 -SPAGHETTI,DRY,ENRICHED@$s@)\(?GzH?ffffff@R(\@333333?QR@Gz0?\(\?A7Kƨ?5?|h@O?vȴ9X?j~"@1&x?ە$/?"`A? =p ?ə??+?9XbN92 ozGrains and Pasta94[ -SPAGHETTI,Cooked,Enriched,without SALT@P\(@zG?p =q?θQ@l:?GzH?=p =?bM@6?E?^5?|?zG{?lC?tj~ ?KƧ?nO;?r ě1 cupGrains and Pasta zz(!4G -WHEAT FLOURS,BREAD,Unenriched@*Qi@'\(?\(?zG@R!R@333333? =p?ad?333333?KƧ?XbM@Cٙ?zG{?Q?1&x?l!!!?ٙ?333333O?;dZ?Q?C$1 cupGrains and Pasta""45 -BARLEY FLOUR OR MEAL@(8QY@%??zG{@RGz@$333333?陙 @p =q`(5?E?C%@Bٙ?׮zG?/v@tj~?\(?XbM?=p =@?p =q?=p =?1&y1 cupGrains and Pasta-#4/ -BARLEY MALT Flour@ kQi@$\(?p =q?Q@S33333@ffffff?陙%@ =pa/ @zG{?GzH?+ J@Bٙ?333333?Ƨ-?ӶE@C%?vȴ9X?\(&&&?=p =@ ?ش9XbN?A7Kƨ?~"1 cupGrains and Pasta $4G -OAT Flour,Partially DEBRANNED@!@-QR@"=p =?Q@Pl@?陙7s@ ?+@tj~"?$/??$/?ɺ^5?|? ?ffffff@ ?E@hr!@ oGrains and Pasta%4- -RICE NOODLES,DRY@'Rl@ Q?Q?333333@T\(??ffffff ?zG?+?;dZ@.333333?vȴ9X?hr Ĝ?I^5?}?1&?Q?Õ$/?ffffff?333333Grains and Pasta&43 -RICE NOODLES,COOKED@RtzGm?Q?ə? =p @8fffff?Q??tj~?/v@?nO;?pbM?nO;?+ I?xtj~?O;dZ?vȴ9?O;dZ1 cupGrains and Pasta 2ppx (08@HPX`hpxRVRVRWRWRXRXRYRYRZRZR[R[R\R\R]R]R^R^R_R_R`R`RaRaRbRbRcRcRdRdReReRfRfRgRgRhRhRiRiRjRjRkRkRlRlRmRmRnRnRoRoRpRpRqRqRrRrRsRsRtRtRuRuRvRvRwRwRxRxRyRyRzRzR{R{R|R|R}R}R~R~RRRRRRRRRRRRRRRRRR hh6M4q3-MACARONI,PROTEIN-FORTIFIED,DRY,Enriched,(N X 6.25)@"u\(v@5ǮzH@ =p?Q@Pi@333333'@A? =p?n?Q?E?ffffff@-V?S?ȴ9Xb?E?XbM?O;dZ]1 cup, small shells92 ozGrains and Pasta0N4w3 -MACARONI,PROTEIN-FORTIFIED,Cooked,Enriched,(N X 6.25)@Mp =@!Q?Gz? =p@>Gz? ? =p 2*??$/?ڰ ě?nO?ěS?dZ1?M?bMRG ?bM?vȴ9?QRs1 cup, small shellsGrains and Pasta#V4Y -NOODLES,EGG,Cooked,Enriched,with SALT@Q,@?Q?θQ@8 =p?񙙙 ?p =qE? =p?tj?ěS@533333?+??|hs?n?\(?nO;@9h? =p ? =p?ۅQ?1&!1 cupGrains and Pasta uZ4! -CORN,WHITE@$p =m@" =p@\(?333333@R =q@zG#@zG?tj? =p @/?أ =p?ɺ^5?|@ tj?"`A?lC?XbM?tj@M1 cupGrains and Pasta/\4E -CORN Flour,WHOLE-GRAIN,WHITE@%Ri@Q@Gz?333333@S6fffff@#333333?zG{@ =p ];?zG?p =q?p =q@.?|hr?zG{?ffffff?Vu?׮zG?Gz?333333?`A7K?I^5?}?$/u1 cupGrains and Pasta]4K -CORN Flour,MASA,Enriched,Yellow@"\(m@"zG@=p =?Q@SGz@ =pn*?zG{?šo?"`?/w?tj@#-V?Vu?׮zG| ?aK?$/?lC?$/r1 cupGrains and Pasta XX-`4A -CORNMEAL,WHOLE-GRAIN,WHITE@$Qj@ =p =@ Q?zG@S8\)@333333?zG{@ #?Q?ȴ9XbN?;dZ@/?أ =p?ɺ^5?|@ Vu?333333?tj~?Gz?333333?(\)?Vt?5?|hz1 cupGrains and Pasta6a4U -SPAGHETTI,Cooked,Enriched,with SALT@P\(@zG?p =q?θQ@?zG?333333n?r ě?E?Q_&1 cupGrains and Pasta8xx  '.5<CJQX_fmt{ǁOȁTɁWʁZˁ]ꁷ`끷c쁷f큷il o r u { .~ / 0 1 2 S T U V W X Y r s# t& u( v+ w. x1 y4 z6 9 < ? B E H K N Q݁ŔU΁^ρaЁdсgҁjӂ9邑@ꂑF낑N삑S $TmA-pX?$ rY;# nT$!cup, diced#oz@" zbI+sUG)package (8 oz)Foz@!cubic inch=oz@M$cupL#quartK#cupJ"tbsp I"cupH!quartG!fl oz@?F!cupE tbsp D cupCtbspBcupAtbsp@cup<?fl oz@=>tbsp0=Qcup, fluid (yields 2 cups whipped)<%cup, whippedx;tbsp0:Qcup, fluid (yields 2 cups whipped)9%cup, whippedx)87container, individual@&3333337fl oz6tbsp5cup-4Mcontainer, individual (.5 fl oz)3fl oz@>333333 )ZvbC0 nXD0zdP:& pZ=quart~=fl oz@>}=cup|<quart{<cupz;quarty;cupx:quartw:fl oz@>v:cupu9quartt9cups8quartr8cupq7quartp7fl oz@>o7cupn6quartm6cupl5quartk5fl oz@>j5tbspi5cuph4quartg4cupf3quarte3fl oz@>d3cupc2oz@Acup@quart@fl oz@>@cup?quart?cup>quart>fl oz@>>cup #Pt`D0r^H5[=qPH-_container (8 oz)G'_cup (8 fl oz)$F-^?container (4 oz)qE-^container (8 oz)D'^cup (8 fl oz)$C-]?container (4 oz)qB-]container (8 oz)A']cup (8 fl oz)$@-\?container (4 oz)q?-\container (8 oz)>'\cup (8 fl oz)=[tbsp@<[cup;Zquart:Zcup9Ytbsp@3333338Ycup97Xquart6Xcup5/Wcontainer (11 oz)94Wfl oz@,Scup+Rquart*Rfl oz@>)Rcup(Qfl oz@?333333'Qcup&Pquart !NxW6yR1 t_K6" wcNijlarge=hjtbspgilarge2fitbsp@!e%icup, choppeddhlarge.cg?lbbf?lbaelarge`ecup_dlarge!^dcup]csmall%\cmedium,[clarge2Zclarge2YcjumboAX#cextra large:#W7ccup (4.86 large eggs)$V-b?container (4 oz)qU-bcontainer (8 oz)$T-a?container (4 oz)q3SYacontainer, Dannon Sprinkl'ins (4.1 oz)tR-acontainer (8 oz)Q-acontainer (6 oz)P'acup (8 fl oz)$O-`?container (4 oz)qN-`container (8 oz)M-`container (6 oz)L-`container (5 oz)K1`container (4.4 oz)}J'`cup (8 fl oz)$I-_?container (4 oz)q '_x]I/pVB.o[B(u_quartcup!~jar (5 oz) ~oz@333333HtbspGcupF-container (8 oz)E-container (8 oz)D1container (4.4 oz)}C-container (8 oz)Btbsp Atbsp@oz?oz>slice=tbsp#<tbsp!;%slice (1 oz):!cubic inch9oz@dash?ə=tsp<tbsp;cup:tsp@9tbsp 8tsp@7tbsp 6tsp@5tbsp 4cup3?tsp?ٙ2tsp?陙1tbsp0cup/dash?ٙ.tsp-tbsp,cup$++tsp or 1 packet*cup)sprigs(!cup sprigs@!'leaves@&tbsp@333333%tsp@$tbsp@333333 #%tbsp, ground@333333"#tsp, ground?ffffff!!%tbsp, leaves@ #tsp, leaves %tbsp, ground@333333#tsp, ground? Kx]C/xdK8 p@w^Ka jarG` oz@*|P<#qX oz@ cup !Yg9dP7X-mY~ jar} oz@ oz@jar Heinz Strained-2 (4 oz)q*EG >jar Gerber Second Food (4 oz)qD >jarqC >oz@tbsp'A? =jar Heinz Junior-3 (6 oz)+@G =jar Gerber Third Foods (6 oz)*?E =jar Beech-Nut Stage 3 (6 oz)> =jar= =oz@ p?oz= m?oz< mtbsp@333333;- kbottle (4 fl oz)}: kjar9 kfl oz@?3333338 jjar7 jfl oz@?3333336 ijar5 ifl oz@?3333334 hjar3 hfl oz@?3333332 gjar1 gfl oz@?333333,0K fbottle Heinz Strained (4 fl oz)}/ fjar. ffl oz@?333333- ejar, efl oz@?333333/+Q dbottle Beech-Nut Stage 3 (4 fl oz)}1*U dbottle Gerber Second Foods (4 fl oz)},)K dbottle Heinz Strained (4 fl oz)} $PlQ8$ qXD+}iP<iPn oz@ jar= oz@oscoop@!ffffffnfl oz@?ffffffmfl oz@>loz@ffffff+scoop@ )fl oz@?ffffff(fl oz@>fffffffl ozscoop@!ffffff fl oz@?ffffff fl oz  scoop@!  fl oz@?ffffff  fl oz@>fffffffl oz@>scoop@!fffffffl oz@?fffffffl oz@>fl oz@>fl oz@>scoop@!ffffffscoop@!scoop@!fl oz@>~fl oz@>}fl oz@>|scoop@!{fl ozzscoop@"yfl oz@?xscoop@#333333wfl oz@>vfl oz@>uscoop@#333333tscoop@ sfl oz@>rscoop@ 'XtX<  r^J0wcI5rX:!tablespoon9cup8!tablespoon@+7packet 6tbsp5cup4!tablespoon@+3cup2!tablespoon1cup0!tablespoon/cup.!tablespoon-cup,!tablespoon+cup*!tablespoon@-ffffff)tbsp(cup'cup&!tablespoon%cup$tbsp#tbsp"tbsp!tbsp tbsptbsp@)cuptbsp@)cupZfl oz@>Xscoop@333333Vfl oz@?ffffffUfl oz@>Iscoop@"=fl oz@?fffff<fl oz@>5scoop@!ffffff %\o[G, mY? x^=)w\_tbsp@+333333^tsp@]cup\!tablespoon@+333333[tsp@ZcupYtbsp@+333333Xtsp@WcupV!tablespoon@+Utsp@TcupStbsp@+333333Rtsp@QcupPtbsp@+333333Otsp@NcupM!tablespoon@+Ltsp@KcupJ!tablespoon@+333333Itsp@HcupG!tablespoon@+333333FcupEtsp@D!tablespoon@+333333Ctbsp@)BcupAcup@!tablespoon?cup>!tablespoon@,333333=cup<!tablespoon;cup 'otZE+oZ@+oU@&o cup packet tsp@ tbsp@,ffffff cupstickqtsp@stickq~tsp@}stickq|tsp@{stickqztsp@ystickqxtsp@wstickqvtsp@ustickqttsp@sstickqrtsp@qstickqptsp@ostickqntsp@mstickqltsp@kstickqjtsp@istickqhtsp@gstickqftsp@estickqdtsp@cstickqbtsp@atsp@`cup (\v\H.mS?w]I/p\./cup-!/tablespoon@-ffffff,.cup+!.tablespoon*,cup)!,tablespoon('cup'!'tablespoon&&cup%!&tablespoon$%cup#!%tablespoon"$stickq!$tsp@ #stickq#tsp@ cup! tablespoon0tbsp!%/individual packet@(cup!tablespoontbsp#tbsptbsptbsptbspcuptbsp@-fffffftsp@333333cuptsp@333333cup  tsp@333333  cup  tsp@333333  cup  tsp@333333 cup tsp@333333 $`oUA  tZ@+nM9`R!tablespoon@+333333Qtsp@PcupO!tablespoon@+333333Ntsp@McupL!tablespoon@+333333Ktsp@JcupI!tablespoon@+333333H)tbsp (1/8 cup)GcupF!tablespoon@+333333Etsp@DcupC!tablespoon@+333333B1tsp@Atbsp@cup@+333333?tsp@>cup=tbsp@+333333<tsp@;cup:!tablespoon@+3333339tsp@8cup7!tablespoon@+3333336cup5!tablespoon42cup3!2tablespoon21cup1!1tablespoon@+00cup/!0tablespoon %\uZ@+lX> qW6"w\wtbsp@)vcuputsp@tcups!tablespoon@+333333rcupq!tablespoonptsp@ocupn!tablespoon@+333333mtsp@lcupktbsp@+333333jtsp@icuph!tablespoon@+333333gtsp@fcupe!tablespoon@+333333dtsp@ccupb!tablespoon@+333333atsp@`cup_!tablespoon@+333333^tsp@]cup@+333333\!tablespoon[stickqZtsp@Ytbsp@)XcupWtsp@VcupUtbsp@+333333Ttsp@Scup &a|aM3kP<! eQ6"{atsp@cuptbsp@+333333tsp@cuptbsp@+333333cuptbsp@+333333cuptbsp@)cuptbsp@)cuptbsp@)cuptbsp@) cup tbsp@) cup tbsp@) cuptbsp@)cuptbsp@)cuptbsp@)cup!tablespoon@)cup!tablespoon@)tsp@~cup}tbsp@+333333|cup{!tablespoon@)ztsp@ycupx!tablespoon@+333333 (_tYE1}iO4  kQ="s_EcupD1tsp@Ctbsp@+333333BcupA1tsp@@tbsp@+333333?cup>1tsp@=tbsp@+333333<cup;tsp@:cup9tbsp@+3333338cup7tbsp@)6cup5tbsp@)4stickq3tsp2cup1tbsp@,ffffff0tsp@/cup.tbsp-1tsp@,cup+tbsp*tsp@)cup(tbsp'1tsp@&cup%tbsp$tbsp@)#cup"tsp@333333!tbsp@) cupcuptbsp@) &^lQ6}hT9% wcH4 r^ktbspjtbspitbsph tbsp@,ffffffg cupf stickq#e9 pat (1" sq, 1/3" high)d tbsp@,ffffffc cupbcupatbsp@)`cup_tbsp@)^tsp@333333]tbsp@,\cup[tsp@333333ZcupYtbsp@,XcupWtbsp@,ffffffVcupUstickq#T9pat (1" sq, 1/3" high)Stsp@Rtbsp@,ffffffQtbspPtsp@333333OcupNtbsp@)M1tsp@Ltbsp@+333333KcupJ1tsp@Itbsp@+333333HcupG1tsp@Ftbsp@) %mzfR>*hG(w\H.m+cup+tbsp@+333333*tsp@ *cup *tbsp@+333333 )tsp@ )cup )tbsp@+333333(tsp@(cup(tbsp@+333333&tsp@&cup&tbsp@+333333%teaspoon@%cup!%tablespoon@+333333$cup~$teaspoon@}!$tablespoon@+333333|#teaspoon@{#cupz!#tablespoon@+333333y"cupx"teaspoon@w!"tablespoon@+333333v!tablespoonucupttbspscuprtbspqtbsp@)pcupotbspncupmtbsp@-333333lcup &enT9% ~dI5nZ@%e68tsp@58cup48tbsp@+33333337tsp@27cup17tbsp@+33333306tsp@/6cup.6tbsp@+333333-5tsp@,5cup+5tbsp@+333333*4tsp@)4cup(4tbsp@+333333'3tsp@&3cup%3tbsp@+333333$2tsp@#2cup"2tbsp@+333333!1tsp@ 1cup1tbsp@+3333330tsp@0cup0tbsp@+333333/tbsp.tsp@.cup.tbsp@+333333-tsp@-cup-tbsp@+333333,tsp@,cup,tbsp@+333333+tsp@ `y_E+pXq4`:Peunit (yield from 1 lb ready-to-cook chicken)*O7?chicken, bone removed:Neunit (yield from 1 lb ready-to-cook chicken)*M7?chicken, bone removed:Leunit (yield from 1 lb ready-to-cook chicken):Keunit (yield from 1 lb ready-to-cook chicken)Jchicken:Ieunit (yield from 1 lb ready-to-cook chicken)Hchicken:Geunit (yield from 1 lb ready-to-cook chicken)Fchicken:Eeunit (yield from 1 lb ready-to-cook chicken)4DchickenCchickenB!EtablespoonA!Dtablespoon@!Ctablespoon?!Btablespoon>!Atablespoon=<tsp@<<cup;;cup:;tbsp@)9:cup8:tbsp@)79tbsp FpCv@f)oF&d1?chicken, skin onlyO9ceunit (yield from 1 lb ready-to-cook chicken)/:beunit (yield from 1 lb ready-to-cook chicken)atbsp@!ffffff#`7cup, chopped or diced:_eunit (yield from 1 lb ready-to-cook chicken)^tbsp@!ffffff#]7cup, chopped or diced3\I?chicken, bone and skin removed:[eunit (yield from 1 lb ready-to-cook chicken)#Z7cup, chopped or diced3YI?chicken, bone and skin removedI:Xeunit (yield from 1 lb ready-to-cook chicken)*W7?chicken, bone removedN:Veunit (yield from 1 lb ready-to-cook chicken)#U7cup, chopped or diced*T7?chicken, bone removed+:Seunit (yield from 1 lb ready-to-cook chicken)#R7cup, chopped or diced*Q7?chicken, bone removed: k^5k/jN k;wgcontainer (cooked, yield from 400g raw liver)9veunit (yield from 1 lb ready-to-cook chicken)#u7cup, chopped or diced@teunit (yield from 1 lb ready-to-cook chicken)?sheart@ffffff#r7cup, chopped or diced#q7cup, chopped or diced9peunit (yield from 1 lb ready-to-cook chicken) #o7cup, chopped or dicedngibletsK9meunit (yield from 1 lb ready-to-cook chicken)&l1?chicken, skin onlyH9keunit (yield from 1 lb ready-to-cook chicken),&j1?chicken, skin only89ieunit (yield from 1 lb ready-to-cook chicken)"&h1?chicken, skin only89geunit (yield from 1 lb ready-to-cook chicken)!'f1?chicken, skin only9eeunit (yield from 1 lb ready-to-cook chicken)r M[.\ LzM* 7?chicken, bone removed9eunit (yield from 1 lb ready-to-cook chicken)e*7?chicken, bone removed9eunit (yield from 1 lb ready-to-cook chicken)n*7?chicken, bone removed:eunit (yield from 1 lb ready-to-cook chicken)*7?chicken, bone removed :eunit (yield from 1 lb ready-to-cook chicken)*7?chicken, bone removed9eunit (yield from 1 lb ready-to-cook chicken)Z*7?chicken, bone removed9~eunit (yield from 1 lb ready-to-cook chicken)O*}7?chicken, bone removed9|eunit (yield from 1 lb ready-to-cook chicken)N*{7?chicken, bone removed9zeunit (yield from 1 lb ready-to-cook chicken)q*y7?chicken, bone removed9xeunit (yield from 1 lb ready-to-cook chicken)t M[%s>k5!M3I?chicken, bone and skin removed9eunit (yield from 1 lb ready-to-cook chicken)Q#7cup, chopped or diced9eunit (yield from 1 lb ready-to-cook chicken)[cup3I?chicken, bone and skin removed9eunit (yield from 1 lb ready-to-cook chicken)m2I?chicken, bone and skin removedw9eunit (yield from 1 lb ready-to-cook chicken)G#7cup, chopped or diced2I?chicken, bone and skin removedk9eunit (yield from 1 lb ready-to-cook chicken)@#7cup, chopped or diced9eunit (yield from 1 lb ready-to-cook chicken)@cup3 I?chicken, bone and skin removed9 eunit (yield from 1 lb ready-to-cook chicken)X* 7?chicken, bone removed9 eunit (yield from 1 lb ready-to-cook chicken)n DhMCyP*D9/eunit (yield from 1 lb ready-to-cook chicken)#/.C?back, bone and skin removed39-eunit (yield from 1 lb ready-to-cook chicken)9,eunit (yield from 1 lb ready-to-cook chicken)$#+7cup, chopped or diced&*1?back, bone removed59)eunit (yield from 1 lb ready-to-cook chicken) &(1?back, bone removedH9'eunit (yield from 1 lb ready-to-cook chicken),&&1?back, bone removedx9%eunit (yield from 1 lb ready-to-cook chicken)H&$1?back, bone removedc9#eunit (yield from 1 lb ready-to-cook chicken);*"9?chicken, separable fat49!eunit (yield from 1 lb ready-to-cook chicken)  tbsp@)3I?chicken, bone and skin removed9eunit (yield from 1 lb ready-to-cook chicken)V#7cup, chopped or diced M`$r6 }AM9Aeunit (yield from 1 lb ready-to-cook chicken)G(@5?breast, bone removedn9?eunit (yield from 1 lb ready-to-cook chicken)B#>7cup, chopped or diced(=5?breast, bone removedb9<eunit (yield from 1 lb ready-to-cook chicken):#;7cup, chopped or diced(:5?breast, bone removedb99eunit (yield from 1 lb ready-to-cook chicken);)85?breast, bone removed97eunit (yield from 1 lb ready-to-cook chicken)T)65?breast, bone removedQ5 ?breast, bone removed (yield from 1 lb ready-to-cook chicken)W/4C?back, bone and skin removed*93eunit (yield from 1 lb ready-to-cook chicken)/2C?back, bone and skin removed(91eunit (yield from 1 lb ready-to-cook chicken)/0C?back, bone and skin removed: X\6d0j.~X#T7cup, chopped or diced$S;drumstick, bone removed49Reunit (yield from 1 lb ready-to-cook chicken)#Q7cup, chopped or diced$P;drumstick, bone removed19Oeunit (yield from 1 lb ready-to-cook chicken)$N;drumstick, bone removedH9Meunit (yield from 1 lb ready-to-cook chicken)+$L;drumstick, bone removedI9Keunit (yield from 1 lb ready-to-cook chicken),1JG?breast, bone and skin removed_9Ieunit (yield from 1 lb ready-to-cook chicken)9#H7cup, chopped or diced1GG?breast, bone and skin removedV9Feunit (yield from 1 lb ready-to-cook chicken)4#E7cup, chopped or diced1DG?breast, bone and skin removedV9Ceunit (yield from 1 lb ready-to-cook chicken)41BG?breast, bone and skin removedv 9EG<_9#g7cup, chopped or dicedf/leg, bone removedp9eeunit (yield from 1 lb ready-to-cook chicken)Cd/leg, bone removed9ceunit (yield from 1 lb ready-to-cook chicken)_b/leg, bone removedFaleg, bone removed (yield from 1 lb ready-to-cook chicken)e-`Mdrumstick, bone and skin removed.9_eunit (yield from 1 lb ready-to-cook chicken)#^7cup, chopped or diced-]Mdrumstick, bone and skin removed,9\eunit (yield from 1 lb ready-to-cook chicken)#[7cup, chopped or diced-ZMdrumstick, bone and skin removed*9Yeunit (yield from 1 lb ready-to-cook chicken)-XMdrumstick, bone and skin removed>UW drumstick bone and skin removed (yield from 1 lb ready-to-cook chicken)%$V;drumstick, bone removed99Ueunit (yield from 1 lb ready-to-cook chicken)" i}A g=O%iz1neck, bone removed49yeunit (yield from 1 lb ready-to-cook chicken)x1neck, bone removed29weunit (yield from 1 lb ready-to-cook chicken)'vAleg, bone and skin removede9ueunit (yield from 1 lb ready-to-cook chicken)<#t7cup, chopped or diced'sAleg, bone and skin removed_9reunit (yield from 1 lb ready-to-cook chicken)9#q7cup, chopped or diced'pAleg, bone and skin removed^9oeunit (yield from 1 lb ready-to-cook chicken)8(nAleg, bone and skin removedOm leg bone and skin removed (yield from 1 lb ready-to-cook chicken)Nl/leg, bone removed}9keunit (yield from 1 lb ready-to-cook chicken)K#j7cup, chopped or dicedi/leg, bone removedr9heunit (yield from 1 lb ready-to-cook chicken)E ]fDv:dA] 3thigh, bone removed>9 eunit (yield from 1 lb ready-to-cook chicken)%# 7cup, chopped or diced 3thigh, bone removed>9 eunit (yield from 1 lb ready-to-cook chicken)& 3thigh, bone removedV9eunit (yield from 1 lb ready-to-cook chicken)4 3thigh, bone removed^I thigh, bone removed (yield from 1 lb ready-to-cook chicken)9(Cneck, bone and skin removed9eunit (yield from 1 lb ready-to-cook chicken)(Cneck, bone and skin removed9eunit (yield from 1 lb ready-to-cook chicken)(Cneck, bone and skin removed9eunit (yield from 1 lb ready-to-cook chicken)~1neck, bone removed&9}eunit (yield from 1 lb ready-to-cook chicken) |1neck, bone removed$9{eunit (yield from 1 lb ready-to-cook chicken) ML V*Q/sM# 7cup, chopped or diced1wing, bone removed 9eunit (yield from 1 lb ready-to-cook chicken)1wing, bone removed19eunit (yield from 1 lb ready-to-cook chicken)1wing, bone removed1H wing, bone removed (yield from 1 lb ready-to-cook chicken))Ethigh, bone and skin removed79eunit (yield from 1 lb ready-to-cook chicken)!#7cup, chopped or diced)Ethigh, bone and skin removed49eunit (yield from 1 lb ready-to-cook chicken)#7cup, chopped or diced)Ethigh, bone and skin removed49eunit (yield from 1 lb ready-to-cook chicken))Ethigh, bone and skin removedER thigh, bone and skin removed (yield from 1 lb ready-to-cook chicken)) 3thigh, bone removedD9eunit (yield from 1 lb ready-to-cook chicken)) 0|@c8oD,m0:4eunit (yield from 1 lb ready-to-cook chicken)*37?chicken, bone removed:2eunit (yield from 1 lb ready-to-cook chicken)%:1eunit (yield from 1 lb ready-to-cook chicken)0chicken0/chicken(.Cwing, bone and skin removed9-eunit (yield from 1 lb ready-to-cook chicken)#,7cup, chopped or diced(+Cwing, bone and skin removed9*eunit (yield from 1 lb ready-to-cook chicken) ()Cwing, bone and skin removed9(eunit (yield from 1 lb ready-to-cook chicken) ('Cwing, bone and skin removedQ& wing, bone and skin removed (yield from 1 lb ready-to-cook chicken)%1wing, bone removed(9$eunit (yield from 1 lb ready-to-cook chicken)##7cup, chopped or diced"1wing, bone removed"9!eunit (yield from 1 lb ready-to-cook chicken) b`:H t8b#G7cup, chopped or dicedFchicken9Eeunit (yield from 1 lb ready-to-cook chicken)^#D7cup, chopped or diced3CI?chicken, bone and skin removed9Beunit (yield from 1 lb ready-to-cook chicken)q9Aeunit (yield from 1 lb ready-to-cook chicken)N#@7cup, chopped or diced3?I?chicken, bone and skin removed9>eunit (yield from 1 lb ready-to-cook chicken)c9=eunit (yield from 1 lb ready-to-cook chicken)#<7cup, chopped or diced;gibletsq9:eunit (yield from 1 lb ready-to-cook chicken):9eunit (yield from 1 lb ready-to-cook chicken)#87cup, chopped or diced37I?chicken, bone and skin removed:6eunit (yield from 1 lb ready-to-cook chicken)*57?chicken, bone removed .`3V0z>j.9Ze unit (yield from 1 lb ready-to-cook chicken)i9Ye unit (yield from 1 lb ready-to-cook chicken)@#X7 cup, chopped or diced3WI ?chicken, bone and skin removed9Ve unit (yield from 1 lb ready-to-cook chicken)Y9Ueunit (yield from 1 lb ready-to-cook chicken)#T7cup, chopped or dicedSgibletsQ9Reunit (yield from 1 lb ready-to-cook chicken):Qeunit (yield from 1 lb ready-to-cook chicken)#P7cup, chopped or diced3OI?chicken, bone and skin removed:Neunit (yield from 1 lb ready-to-cook chicken)*M7?chicken, bone removed:Leunit (yield from 1 lb ready-to-cook chicken)*K7?chicken, bone removed:Jeunit (yield from 1 lb ready-to-cook chicken)#I7chicken, bone removedQ:Heunit (yield from 1 lb ready-to-cook chicken) 6hR<p5J.x\6#p7cup, chopped or dicedo?duck/7n_unit (yield from 1 lb ready-to-cook duck)m?duck~7l_unit (yield from 1 lb ready-to-cook duck)#k7cup, chopped or dicedj?duckz7i_unit (yield from 1 lb ready-to-cook duck)7haunit (yield from 1 lb ready-to cook capon) #g7cup, chopped or diced7faunit (yield from 1 lb ready-to cook capon)egibletss8daunit (yield from 1 lb ready-to cook capon)(c3?capon, bone removed}8baunit (yield from 1 lb ready-to cook capon))(a3?capon, bone removed8`aunit (yield from 1 lb ready-to cook capon)_capon^ caponh9]e unit (yield from 1 lb ready-to-cook chicken)I#\7 cup, chopped or diced3[I ?chicken, bone and skin removed k]#_Bl1k?guineaY9cunit (yield from 1 lb ready-to-cook guinea)g7aunit (yield from 1 lb ready-to-cook goose) liver^?gooseO8aunit (yield from 1 lb ready-to-cook goose)?goose8~aunit (yield from 1 lb ready-to-cook goose)}?goose8|aunit (yield from 1 lb ready-to-cook goose)#{7cup, chopped or dicedz?goose'8yaunit (yield from 1 lb ready-to-cook goose)@1xG?breast, bone and skin removedS6w_unit (yield from 1 lb ready-to-cook duck)Iv?duck7u_unit (yield from 1 lb ready-to-cook duck)6t_unit (yield from 1 lb ready-to-cook duck) sliver,r?duck6q_unit (yield from 1 lb ready-to-cook duck)d _iI z>t9#_!5*breast, bone removede)squab7_)unit (yield rom 1 lb ready-to-cook squab)(squab7_(unit (yield rom 1 lb ready-to-cook squab))'breast88a'unit (yield from 1 lb ready-to cook quail)8a&unit (yield from 1 lb ready-to cook quail)V&quail\8a%unit (yield from 1 lb ready-to cook quail)%quailm'A$leg, bone and skin removedk9e$unit (yield from 1 lb ready-to-eat pheasant)c2 G#?breast, bone and skin removed: e#unit (yield from 1 lb ready-to-eat pheasant) "?pheasant`: e"unit (yield from 1 lb ready-to-eat pheasant)F !?pheasant:e!unit (yield from 1 lb ready-to-eat pheasant)s ?guinea9c unit (yield from 1 lb ready-to-cook guinea) Rs\ f*X/xR#.74cup, chopped or diced-3giblets8,c3unit (yield from 1 lb ready-to-cook turkey)&+/2?turkey, skin only8*c2unit (yield from 1 lb ready-to-cook turkey) &)/1?turkey, skin only8(c1unit (yield from 1 lb ready-to-cook turkey)39'c0unit (yield from 1 lb ready-to-cook turkey)#&70cup, chopped or diced2%G/?turkey, bone and skin removed~9$c/unit (yield from 1 lb ready-to-cook turkey))#5.?turkey, bone removedA9"c.unit (yield from 1 lb ready-to-cook turkey)#!7.cup, chopped or diced) 5-?turkey, bone removed 9c-unit (yield from 1 lb ready-to-cook turkey)L,turkey9c,unit (yield from 1 lb ready-to-cook turkey)+turkey7_*unit (yield rom 1 lb ready-to-cook squab) >oYCd)o3y>8Ec@unit (yield from 1 lb ready-to-cook turkey)h#D7@cup, chopped or diced)C5??turkey, bone removed9Bc?unit (yield from 1 lb ready-to-cook turkey))A5>?turkey, bone removed9@c>unit (yield from 1 lb ready-to-cook turkey)#?7>cup, chopped or diced)>5=?turkey, bone removedl9=c=unit (yield from 1 lb ready-to-cook turkey))<C<neck, bone and skin removed8;c<unit (yield from 1 lb ready-to-cook turkey) ):C;neck, bone and skin removed89c;unit (yield from 1 lb ready-to-cook turkey) #87:cup, chopped or diced7:liverS69liverd#578cup, chopped or diced48heart37heart#276cup, chopped or diced16gizzardT05gizzardc8/c4unit (yield from 1 lb ready-to-cook turkey) 6c=k0{@q68XcIunit (yield from 1 lb ready-to-cook turkey)i)W5H?breast, bone removed`8VcHunit (yield from 1 lb ready-to-cook turkey)p)U5G?breast, bone removedl9TcGunit (yield from 1 lb ready-to-cook turkey)8ScFunit (yield from 1 lb ready-to-cook turkey)"'R1F?back, bone removed#Q7Fcup, chopped or diced8PcEunit (yield from 1 lb ready-to-cook turkey)/'O1E?back, bone removedi8NcDunit (yield from 1 lb ready-to-cook turkey)[#M7Dcup, chopped or diced2LGC?turkey, bone and skin removed9KcCunit (yield from 1 lb ready-to-cook turkey)8JcBunit (yield from 1 lb ready-to-cook turkey)u#I7Bcup, chopped or diced2HGA?turkey, bone and skin removed9GcAunit (yield from 1 lb ready-to-cook turkey))F5@?turkey, bone removed( TF#r[O}T&l/S?turkey, skin only8kcSunit (yield from 1 lb ready-to-cook turkey)&9jcRunit (yield from 1 lb ready-to-cook turkey)#i7Rcup, chopped or diced2hGQ?turkey, bone and skin removed9gcQunit (yield from 1 lb ready-to-cook turkey))f5P?turkey, bone removed(9ecPunit (yield from 1 lb ready-to-cook turkey))d5O?turkey, bone removedE9ccOunit (yield from 1 lb ready-to-cook turkey)6bNturkey9acNunit (yield from 1 lb ready-to-cook turkey)`Mturkey j _1Lwing, bone removed8^cLunit (yield from 1 lb ready-to-cook turkey) ]1Kwing, bone removed8\cKunit (yield from 1 lb ready-to-cook turkey)![/Jleg, bone removed"8ZcJunit (yield from 1 lb ready-to-cook turkey)GY/Ileg, bone removed0 1a5f+h-[1'1]?back, bone removed8~c\unit (yield from 1 lb ready-to-cook turkey)[#}7\cup, chopped or diced2|G[?turkey, bone and skin removed9{c[unit (yield from 1 lb ready-to-cook turkey)8zcZunit (yield from 1 lb ready-to-cook turkey)h#y7Zcup, chopped or diced2xGY?turkey, bone and skin removed9wcYunit (yield from 1 lb ready-to-cook turkey))v5X?turkey, bone removedv8ucXunit (yield from 1 lb ready-to-cook turkey)j)t5W?turkey, bone removed9scWunit (yield from 1 lb ready-to-cook turkey))r5V?turkey, bone removed8qcVunit (yield from 1 lb ready-to-cook turkey){)p5U?turkey, bone removed19ocUunit (yield from 1 lb ready-to-cook turkey)%n/T?turkey, skin onlyy8mcTunit (yield from 1 lb ready-to-cook turkey)" ?`%J|G z?8cfunit (yield from 1 lb ready-to-cook turkey)F/eleg, bone removed]8ceunit (yield from 1 lb ready-to-cook turkey)c2Gd?breast, bone and skin removed28 cdunit (yield from 1 lb ready-to-cook turkey)W2 Gc?breast, bone and skin removed8 ccunit (yield from 1 lb ready-to-cook turkey)o) 5b?breast, bone removedX8 cbunit (yield from 1 lb ready-to-cook turkey)b)5a?breast, bone removed8caunit (yield from 1 lb ready-to-cook turkey){/C`?back, bone and skin removedc8c`unit (yield from 1 lb ready-to-cook turkey)0C_?back, bone and skin removed8c_unit (yield from 1 lb ready-to-cook turkey)+8c^unit (yield from 1 lb ready-to-cook turkey)%'1^?back, bone removed8c]unit (yield from 1 lb ready-to-cook turkey)4 Qx=yWt8!}Q)%5p?turkey, bone removed9$cpunit (yield from 1 lb ready-to-cook turkey))#5o?turkey, bone removed9"counit (yield from 1 lb ready-to-cook turkey)G!nturkey 9 cnunit (yield from 1 lb ready-to-cook turkey)mturkeyi(Clwing, bone and skin removed<8clunit (yield from 1 lb ready-to-cook turkey)(Ckwing, bone and skin removedZ8ckunit (yield from 1 lb ready-to-cook turkey)1jwing, bone removedZ8cjunit (yield from 1 lb ready-to-cook turkey) 1iwing, bone removed8ciunit (yield from 1 lb ready-to-cook turkey)$(Ahleg, bone and skin removed8chunit (yield from 1 lb ready-to-cook turkey)@(Agleg, bone and skin removedI8cgunit (yield from 1 lb ready-to-cook turkey)]/fleg, bone removed Ci-e)Y$xC27Gy?turkey, bone and skin removed96cyunit (yield from 1 lb ready-to-cook turkey)25Gx?turkey, bone and skin removed84cxunit (yield from 1 lb ready-to-cook turkey)j23Gw?turkey, bone and skin removed92cwunit (yield from 1 lb ready-to-cook turkey))15v?turkey, bone removed[90cvunit (yield from 1 lb ready-to-cook turkey))/5u?turkey, bone removedK9.cuunit (yield from 1 lb ready-to-cook turkey)&-/t?turkey, skin only8,ctunit (yield from 1 lb ready-to-cook turkey)&+/s?turkey, skin onlyA8*csunit (yield from 1 lb ready-to-cook turkey)39)crunit (yield from 1 lb ready-to-cook turkey)#(7rcup, chopped or diced2'Gq?turkey, bone and skin removed9&cqunit (yield from 1 lb ready-to-cook turkey) ?c.h>`4z?8Jcunit (yield from 1 lb ready-to-cook turkey)$I/leg, bone removed8Hcunit (yield from 1 lb ready-to-cook turkey)GG/leg, bone removed8Fcunit (yield from 1 lb ready-to-cook turkey)i)E5?breast, bone removed8Dcunit (yield from 1 lb ready-to-cook turkey)m)C5?breast, bone removedj9Bcunit (yield from 1 lb ready-to-cook turkey)8Ac~unit (yield from 1 lb ready-to-cook turkey)#'@1~?back, bone removed8?c}unit (yield from 1 lb ready-to-cook turkey)/'>1}?back, bone removed*8=c|unit (yield from 1 lb ready-to-cook turkey)]#<7|cup, chopped or diced2;G{?turkey, bone and skin removed,9:c{unit (yield from 1 lb ready-to-cook turkey)89czunit (yield from 1 lb ready-to-cook turkey)w#87zcup, chopped or diced Bh,qE r7nB)^5?turkey, bone removedY9]cunit (yield from 1 lb ready-to-cook turkey)&\/?turkey, skin onlyv8[cunit (yield from 1 lb ready-to-cook turkey) &Z/?turkey, skin onlyP8Ycunit (yield from 1 lb ready-to-cook turkey)39Xcunit (yield from 1 lb ready-to-cook turkey)#W7cup, chopped or diced2VG?turkey, bone and skin removed 9Ucunit (yield from 1 lb ready-to-cook turkey))T5?turkey, bone removed 9Scunit (yield from 1 lb ready-to-cook turkey))R5?turkey, bone removed79Qcunit (yield from 1 lb ready-to-cook turkey)RPturkeyE9Ocunit (yield from 1 lb ready-to-cook turkey)Nturkey M1wing, bone removed8Lcunit (yield from 1 lb ready-to-cook turkey) K1wing, bone removed [\0X2`%[8pcunit (yield from 1 lb ready-to-cook turkey)!'o1?back, bone removed|8ncunit (yield from 1 lb ready-to-cook turkey)-'m1?back, bone removed 8lcunit (yield from 1 lb ready-to-cook turkey)Z#k7cup, chopped or diced2jG?turkey, bone and skin removed9icunit (yield from 1 lb ready-to-cook turkey)8hcunit (yield from 1 lb ready-to-cook turkey)u#g7cup, chopped or diced2fG?turkey, bone and skin removed9ecunit (yield from 1 lb ready-to-cook turkey))d5?turkey, bone removed8ccunit (yield from 1 lb ready-to-cook turkey)g)b5?turkey, bone removed9acunit (yield from 1 lb ready-to-cook turkey))`5?turkey, bone removed9_cunit (yield from 1 lb ready-to-cook turkey) ^]1a&v]@%^1Umedium slice (approx 3" x 2" x 1/4")(Apackage (net weight, 5 oz)cup?lboz@full rump=#flat filletb<-serving ( 3 oz )U;steak:-serving ( 3 oz )U9!fan fillet8-serving ( 3 oz )U17Spatty (yield from 135.8 g raw meat)m6pattyu5serving4oz@'cup (8 fl oz))Ccan (19 oz), ready-to-serve~'cup (8 fl oz)}'can (10.5 oz)*|cup){Ccan (19 oz), ready-to-servezcupy#can (20 oz)7 `|^?+ y[G( oQ3~`7'cup (8 fl oz)6'can (10.5 oz)*5'cup (8 fl oz)4)can (10.75 oz)13'cup (8 fl oz)2'can (10.5 oz)*1'cup (8 fl oz)0'can (11.5 oz)F/'cup (8 fl oz) ).Ccan (19 oz), ready-to-serve-cup,)can (11.25 oz)?+'cup (8 fl oz)*'can (10.5 oz)*)'cup (8 fl oz)()can (10.75 oz)1'cup&'can (10.5 oz)*%'cup (8 fl oz)$?cup~#)can (10.75 oz)1"'cup (8 fl oz)!)can (10.75 oz)1 'cup (8 fl oz)cup)can (10.75 oz)1'cup (8 fl oz)'can (10.5 oz)*'cup (8 fl oz))Ccan (19 oz), ready-to-serve#can (19 oz) g}_@"qS7gS4 }gVpacketUcube@ T'cup (8 fl oz)S'cup (8 fl oz)Rpacket@Qcup@,ffffffP'can (10.5 oz)*OcupN)can (10.75 oz)1Mcup)LCcan (19 oz), ready-to-serveKcupJ'can (10.5 oz)*Icup)HCcan (19 oz), ready-to-serveGcupF'can (10.5 oz)*Efl oz@>D'cup (8 fl oz)C)can (10.75 oz)1B'cup (8 fl oz),AIcan (18.75 oz), ready-to-serve@'cup (8 fl oz)$?9can (11 oz), undiluted8>'cup (8 fl oz)=)can (10.75 oz)1<'cup (8 fl oz)$;9can (11 oz), undiluted8:'cup (8 fl oz)9)can (10.75 oz)18)can (10.75 oz)1 FsE!]qT7eFs+packet, instantr+packet, regularJqpacketNp'cup (8 fl oz)opacketNn'cup (8 fl oz)mpacket9lcup@)333333k'cup (8 fl oz)j'cup (8 fl oz)ipacket@%333333hcup@,333333g'cup (8 fl oz)fpackete'cup (8 fl oz)dcube@333333!c'cup (8 fl oz)@@bsportion, amount of dry mix to make 8 fl oz prepared&a?packet (6 fl oz prepared)`cube_tsp^'cup (8 fl oz)]'cup (8 fl oz)\'cup (8 fl oz)[packet@"ffffff!Z'cup (8 fl oz)@,ffffff+Y;cube (6 fl oz prepared)@ GXsportion, amount of dry mix to make 8 fl oz prepared@333333@Wsportion, amount of dry mix to make 8 fl oz prepared XqQ4fP3 ~aK.nXpacket9'cup (8 fl oz)Lpacket.'cup (8 fl oz)8serving packet' serving  packet* packet 'cup (8 fl oz) packet#'cup (8 fl oz)packet#packet'cup (8 fl oz)@sportion, amount of dry mix to make 8 fl oz prepared&?packet (6 fl oz prepared)'cup (8 fl oz)packetJ'cup (8 fl oz)@sportion, amount of dry mix to make 8 fl oz prepared~packet'}tbsp?333333|'cup (8 fl oz){-packet (6 fl oz)z'cup (8 fl oz)y-packet (6 fl oz)xpacketqwpacketJv'cup (8 fl oz)-u?packet (6 fl oz prepared)@fffffftpacket' )]zfR?+kN0iU=&q]<tbsp!;serving!:package9tbsp 8serving 7package6serving5package4tbsp3serving2package1tbsp$0-packet (6 fl oz)@&333333/packetJ.'cup (8 fl oz)-serving,can*+tsp*tbsp@-)cup(serving@''cup (8 fl oz)&'cup (8 fl oz)%can*$cup#serving"tbsp!can* cuptbspcan#cuptspcan*cuppacket2'cup (8 fl oz)fl oz$tbspcup packet. %TnZ?%xZ=)lT=# hTacup`)can (10.75 oz)1_cup$^9can (11 oz), undiluted8]'cup (8 fl oz)\ tbsp[ servingZ packageY ?cup?X serving?W package V packet"U' cup (8 fl oz)-T packetS' cup (8 fl oz)R tbspQ servingP packageOtbspNcup1Mpacket@"L'cup (8 fl oz)K)can (10.75 oz)1J'cup (8 fl oz)Ipacket#H'cup (8 fl oz)FG)can (10.75 oz)1F'cup (8 fl oz)E?cupgDtbsp@-Ctbsp Btbsp$Atbsp@?cup?!cup, sauce >?cup}=!cup, sauce 'xv\B!nR>*}iU7x'Bcup (8 fl oz)?cup>cup=cup<cup;cup:cup&=9can (10.75 oz), preparedZ'9cup (8 fl oz)8cup~7cup}5cup|0cup{/cupz'cupy&cupx%?cup>w%serving>v%packageu%cupt$cups#fl oz@servingd=envelope<serving;serving:serving9serving8serving7serving6serving5serving4?cupH3?cupA2oz91?cup<0tbsp/tbsp.tbsp-tbsp,~tbsp+}tbsp*|tbsp N|`:sW.sK7bNocup&n=can (10.75 oz), preparedQmfl oz@>lcupk+ envelope yields&j= can (10.75 oz), preparedQi fl ozh' cup (8 fl oz)g cup%f; can (10.5 oz), preparedJe fl oz@>d' cup (8 fl oz)#c7 can (11 oz), preparedXb' cup (8 fl oz)&a= can (10.75 oz), preparedQ` cup&_= can (10.75 oz), preparedQ^ fl oz@>]' cup (8 fl oz)&\=can (11.25 oz), prepared_['cup (8 fl oz)%Z;can (11.5 oz), preparedfYfl oz@?X'cup (8 fl oz)#W7can (11 oz), preparedXVfl oz@>fffffUcup&T=can (10.75 oz), preparedQS'cup (8 fl oz)&R=can (10.75 oz), preparedZ RY;e<b:pR ',cup (8 fl oz)& =+can (10.75 oz), preparedQ +cup& =*can (10.75 oz), preparedQ'*cup (8 fl oz)%;(can (10.5 oz), preparedJ'(cup (8 fl oz)%; can (10.5 oz), preparedJ' cup (8 fl oz)&=can (10.75 oz), preparedQfl oz@>cup&=can (10.75 oz), preparedQfl oz@>~'cup (8 fl oz)&}=can (11.25 oz), prepared_|fl oz@?333333{cup%z;can (10.5 oz), preparedJyfl oz@>x'cup (8 fl oz)%w;can (10.5 oz), preparedJvfl oz@>u'cup (8 fl oz)%t;can (10.5 oz), preparedJsfl oz@>r'cup (8 fl oz)&q=can (10.75 oz), preparedQpfl oz@> S}T6mE'gA-qS)'Bcup (8 fl oz)&(=Acan (10.75 oz), preparedQ'Afl oz@>&Acup#%7?can (11 oz), preparedX$?cup&#==can (10.75 oz), preparedQ"=cup#!7<can (11 oz), preparedX '<cup (8 fl oz)&=8can (10.75 oz), preparedQ8cup%;7can (10.5 oz), preparedJ7cup&=5can (10.75 oz), preparedQ'5cup (8 fl oz)%;4can (10.5 oz), preparedJ'4cup (8 fl oz)%;3can (11.5 oz), preparedf'3cup (8 fl oz)&=1can (11.25 oz), prepared_1cup%;0can (10.5 oz), preparedJ'0cup (8 fl oz)&=.can (10.75 oz), preparedQ'.cup (8 fl oz)%;-can (10.5 oz), preparedJ-cup& =,can (10.75 oz), preparedQ Ub9f?Y;sUF'Scup (8 fl oz)%E;Qcube (6 fl oz prepared)D'Qcup (8 fl oz)'C?Ppacket (6 fl oz prepared)BPfl oz@>A'Pcup (8 fl oz)@'Ocup (8 fl oz)?'Ncup (8 fl oz)'>?Mpacket (6 fl oz prepared)=Mfl oz@?ffffff<Mcup%;;Lcube (6 fl oz prepared):Lfl oz@>3333339'Lcup (8 fl oz)'8?Kpacket (6 fl oz prepared)$7-Kfl oz (prepared)@>6'Kcup (8 fl oz)5Jfl oz@@4'Jcup (8 fl oz) 3Ipacketi2'Icup (8 fl oz)%1;Hcan (10.5 oz), preparedJ0'Hcup (8 fl oz)&/=Gcan (10.75 oz), preparedQ.'Gcup (8 fl oz)%-;Dcan (10.5 oz), preparedJ,Dcup%+;Bcan (10.5 oz), preparedJ*Bfl oz@> NpR1oQ&x\1bNedcup'd?cpacket (6 fl oz prepared)c'ccup (8 fl oz)bccupa-bpacket, prepared`bcup '_?`packet (6 fl oz prepared)^`cup(]A_packet (36 fl oz prepared)s\_fl oz@>['_cup (8 fl oz)Z_cup'Y?^packet (6 fl oz prepared)X^cup'W?]packet (6 fl oz prepared)V]cup(UA\packet (36 fl oz prepared)wT'\cup (8 fl oz)(SAZpacket (36 fl oz prepared)wR'Zcup (8 fl oz)QZcup(PAYpacket (36 fl oz prepared)aOYfl oz@?N'Ycup (8 fl oz)M-Vpacket (6 fl oz)L'Vcup (8 fl oz)K-Upacket, preparedJUfl ozIUcup'H?Spacket (6 fl oz prepared)GSfl oz@@L Uy[1dF vX@)sU)package (4 oz)qserving)package (7 oz)tsp+package (16 oz)serving ~serving@#ffffff}package|serving {packagepzserving@ypackagex+package (16 oz)wservingvtbsp&u=can (10.75 oz), preparedQt'cup (8 fl oz)#s7can (11 oz), preparedXr'cup (8 fl oz)q-packet, preparedp'cup (8 fl oz)&o=can (10.75 oz), preparedQn'cup (8 fl oz)&m=can (10.75 oz), preparedQl'cup (8 fl oz)'k?packet (6 fl oz prepared)j'cup (8 fl oz)icup'h?epacket (6 fl oz prepared)g'ecup (8 fl oz)(fAdpacket (36 fl oz prepared)s #\nP0yeM6s\E&p\':tbsp &):package (2 lb)%:serving $9tbsp #)9package (2 lb)"9serving !6serving@ffffff 6package)can (10.75 oz)1packageUserving+"7container, individual@serving*?cup<servingpackage7+package (16 oz)serving@servingpackagetbsp+package (16 oz)serving@servingpackageptbsp serving@#ffffff package +package (16 oz) serving@ +package (16 oz)serving@serving@#ffffffpackageserving@ "fr[D-iQ2vW@! ~fISservingH)Spackage yields*GRservingF)Rpackage yieldsFEPserving~D)Ppackage yields1CNserving}B)Npackage yields*AMserving@)Mpackage yields8?Lserving~>)Lpackage yields*=Kserving<)Kpackage yieldsF;Jserving:)Jpackage yields9Iserving8)Ipackage yields7Hserving6)Hpackage yields5Gserving4)Gpackage yields3Fserving2)Fpackage yields1Eserving0)Epackage yields/Dserving.Cserving -Bserving ,Atbsp+)<package (2 lb)*<serving@,ffffff));package (2 lb)(;serving@,ffffff &Ts[<%hQ7# kT:&lTopackage ncupm?cup?lserving?kpackage jcupi?cup?hserving?gpackage fcupe?cup?dserving?cpackage bcupatbsp `serving _packageN^?cup>]serving>\package[cupZ?cup>Yserving>Xpackage W]servingV)]package yieldsU\servingT)\package yieldsS[servingR)[package yieldsQZserving<P)Zpackage yieldsTOVserving$N)Vpackage yields$MUserving1L)Upackage yields1KTservingJ)Tpackage yields 'YrZC)oQ3qUA-mY<cup;tbsp;cup:cup&=8can (10.75 oz), preparedQ8cup7cup)6can (10.75 oz)16cup 5cup 4cup 3fl oz@> 3cup 2tbsp2cup1tbsp1cup+/package (16 oz)/serving@+.package (16 oz).serving@-serving@-package,cup~?cup}}tbsp|?cup}{serving}zcupy?cup?x ?cup?w serving?v package u ?cup>t serving>s package r cupq?cup?pserving? $Z}iUA-taO6q\E% rZ:cpackage9cserving(8Cbslice (4" dia x 1/8" thick);7ibslice, medium (4-1/2" dia x 1/8" thick) (1 oz)6`@ 7KƧozd5`oz@cup=tbsp=cup<packet AxU=^ l='pWAVxsliceUwoz@glinkF=fslice,<Kfslice (2-1/2" dia x 1/4" thick);#elink cookedU KlR9zK2}a4x_Kvtbsp uoz@ olink (raw dimensions: 4" long x 7/8" dia), cooked  link /serving (2 links)0& ?link (7/8" dia x 4" long)+serving 2 links8slices91Uslice (1 oz) (4" x 4" x 3/32" thick),Kslice (4-1/4" x 4-1/4" x 1/16")oz@*osausages (drained contents from can, net wt 4 oz)q))Esausage (7/8" dia x 2" long)(slices9'oz@oslice (4" dia x 1/8" thick) (10 per 8 oz package) $ZkJ3u^=kT>'zZS-;serving 2 slices.R:sliceQ-:serving 2 slices.P9linkO+9serving 2 links0N8servingM7servingL6servingK5servingJ4slice&I2servingH1sliceG1serving/F0sliceE0serving?D/sliceC/serving?B.sliceA.serving?@1-serving (3 slices)??/,serving (1 slice)>+serving=*slice <*serving4;1)serving (4 slices)4:(serving89/'serving (1 slice)8&serving87/%serving (1 slice)6#serving5/"serving (1 slice)4/!serving (1 slice)3 serving2oz@slice Y->serving 3 slicesX=slice W-=serving 3 slicesV<sliceU-<serving 2 slices.T;slice %nv_J3}aE.ybF4n/oz 1 NLEA serving8"5frank 1 NLEA serving9lb 16 oz@|Y#ofrankfurter8nservingmoz%mserving 2 oz8loz%lserving 2 oz8kpackageG%kserving 2 oz9jpackageG%jserving 2 oz9ipackageG%iserving 2 oz9hpackageG%hserving 2 oz9 gpackageG %gserving 2 oz9 %fserving 2 oz9 fpackageG eserving8dserving8cservingbservingaservingUapiece`serving^serving8]slice]serving-\serving8~[serving}Zserving8|Yserving{XservingzWserving "QlS3lM.xX8fQ@slice?%serving 2 oz8>-serving 5 slices=slice&<linkL;oz@tbsp@%=cup<-packet, prepared;packet#:-packet, prepared9packet $U~jV5"}iN; |hM"U*Gbox, single serving (.875 oz)!5cup (1 NLEA serving)1)biscuits round&)biscuit oblong~serving.&}?biscuits (1 NLEA serving).(|5?cup (1 NLEA serving){?cupzcupy?O;dZcupxcup^w?cupvcupu?cup#tcups?cupr?cupqcupp?cupocupn?O;dZcupmtbsp@333333lcup]k?cupjtbspicuph?cupgcupvf-packet, preparedetbspdcupcpacket+b-packet, preparedapacket+`-packet, prepared_tbsp 'gkW<( lQ="fR7#{g)cup(?cup'cup&tbsp@%%cup$?cup#cup"?cup!cup ?cupcup?cupcup?cupcup?cupcup?cupcup?cupcup?cupcup?cupcup?cupcuptbsp@#ffffff cup tbsp@#ffffff cup tbsp@#ffffff cup?oz@,ffffffcup ?oz@,ffffffcup?cupcup nsXD)mY>uQ&n(H5 ?cup (1 NLEA serving)G cup*(F5 ?cup (1 NLEA serving) (E5 ?cup (1 NLEA serving)!D5 cup (1 NLEA serving)7(C5 ?cup (1 NLEA serving)(!B5 cup (1 NLEA serving)7(A5 ?cup (1 NLEA serving)(@5 ?cup (1 NLEA serving)7!?5cup (1 NLEA serving)4!>5cup (1 NLEA serving)7(=5?cup (1 NLEA serving)7<?cup;cup:?cup9cup8?cup7cup6?cup5cup4?cup3cup2?cup1cup0?cup/cup.?cup-cup,tbsp@$+cup*?cup MsH$vK'e:xM(b5 G?cup (1 NLEA serving)!a5 Fcup (1 NLEA serving)7!`5 Ecup (1 NLEA serving)7!_5 Ccup (1 NLEA serving)(^5 B?cup (1 NLEA serving)(]5 >?cup (1 NLEA serving)7(\5 =?cup (1 NLEA serving)![5 7cup (1 NLEA serving)7(Z5 6?Scup (1 NLEA serving)!Y5 5cup (1 NLEA serving)7(X5 4?cup (1 NLEA serving)!W5 3cup (1 NLEA serving)7!V5 2cup (1 NLEA serving)7(U5 '?cup (1 NLEA serving)((T5 &?cup (1 NLEA serving),S %packetR $packet%Q !packet#P packet(O5 ?cup (1 NLEA serving)2!N5 cup (1 NLEA serving)1(M5 ?cup (1 NLEA serving)3L ?cup9!K5 cup (1 NLEA serving)333333L#*cup(K5#)fruit without refuse@333333J#)cupbI!cupH!cupG!?cup:F!cup E!cup6D! cup2C! ?cupB! biscuit4A! ?cup@! ?cup?!cup4>!cup=!cup<!packet;!packet:!packet9 packet "OhM9$kO8kO' vcO{#Gcupz#Fcupw&y=#Ecup, whole, without pits&x=#Dcup, whole, without pits%w=#Capricot half with liquid(v!#Ccup, wholeu##Ccup, halves%t=#Bapricot half with liquid(s##Bcup, halvesr##Acup, halves%q=#@apricot half with liquid$p##@cup, halves&o=#?cup, whole, without pits%n=#>apricot half with liquid$m##>cup, halvesl#=apricot#k##=cup, slicedj##=cup, halvesi#<cuph#;cupg#:fl oz@=ffffff#:cupe'#9can (6 fl oz)$d9#8drink box (8.45 fl oz)c#8fl ozb#8cupa!#7cup slices`!#6cup slices_#5cup^#4cup]#3ring@\#3cupV[#2cupZ#1cup< U}iM2y]AZ0uU+#Xpackage (18 oz)'#Xcup, unthawed#Vcup#Rcup#Qtbsp@#Qcupd%#PNLEA serving~(A#Pextra large (9" or longer)'?#Plarge (8" to 8-7/8" long)'A#Pmedium (7" to 7-7/8" long)v&?#Psmall (6" to 6-7/8" long)e,K#Pextra small (less than 6" long)Q ##Pcup, sliced ##Pcup, mashed* E#Ofruit without skin and seeds0 ##Ocup, pureed %#NNLEA serving*E#Nfruit without skin and seeds##Ncup, pureed5[#Mavocado, NS as to Florida or California##Mcup, sliced##Mcup, pureed!#Mcup, cubes#Lfl oz@?ffffff#Lcup#Kcup##Jcup, halves~##Icup, halves}#Hhalf@ |##Hcup, halvesoi insx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| $ G k  2 V  % H i  5 V z  A a   = ] ~  : W q  ‡+ ÇG ćh ň ƈ( LjJ Ȉn ɉ ʉ/ ˉQ ̉q ͊ Ί: ϊ_ Ћ ы. ҋR Ӌw Ԍ ՌE ֌k ׍ ؍6 ٍP ڍd ۍw ܎ ݎ ގ/ ߎA T g z 4 G Z p   . E X l   % 7 J ^ p  # > Y x  7 V s  < a  ) Q o  ) F e  ' I o  : V v  / S ynl lrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| @ \ u  8 ^  ) H b !| " #8 $Y %{ & )8 *Z +x , -; .X /w 0 15 2T 3o 4 51 6P 7q 8 94 :D ;U ?& @9 A[ Bw C D4 EL F] Gp H I) JF Ke L M) NH Og P Q% RI Sj T U. VN Wn X Y. ZC [c \ ]) ^M _p ` a5 bU cx d e: f] g} h i> j] kz l m< nX oz p q8 r[ s t( uL vm w x5 yV z~ { |9 }R ~l   . E Y n   byY= x\8z^<b#89#ncup, with pits, yieldsu7+#lpackage (18 oz)6'#lcup, unthawed5#kcup4#jcup3#icup2#hcup#19#gcup, with pits, yieldsg0/#gcup, without pits/!#fcup, diced+.E#ffruit without skin and seeds8)-E#efruit without skin and seeds,!#ecup slices!+3#dsmall (3-1/8" long)F"*5#dmedium (3-5/8" long)[!)3#dlarge (4-1/2" long)|(##dcup, slicedl '!#dcup, cubes &%#c?fruit, small`%#ccup$+#apackage (10 oz)#'#acup, unthawed"#`cup!+#_package (10 oz) ##_cup, thawed+#^package (20 oz)7'#^cup, unthawed#\cup#Z2berriesD'?#Zpint as purchased, yields#Zcup "XlP4r^#_<mXZ#cupY#cupX+#fig with liquidW#cupV+#fig with liquidU#cupT+#fig with liquidS#cupR1#small (1-1/2" dia)( Q3#medium (2-1/4" dia)2P1#large (2-1/2" dia)@O#cupN#date@ "M5#cup, pitted, choppedL#}cupK#|cuppJ#{cuppI#zcup8Hc#yslice (1/2" thick, approx 8 slices per can)9G#ycupF#w?Qcup(E!#vcup, whole_D%#vcup, choppednC!#ucup slicesnB+#tpackage (10 oz)A##tcup, thawed@##scup, pitted?##rcup, pitted>##qcup, pitted=##pcup, pitted<##ocup, pitted;%#nNLEA serving:#ncherry@3333339/#ncup, without pits f{gS8$R$\3 f&x=#cup sections, with juice&w1#?fruit (3-3/4" dia)v&v=#cup sections, with juice&u1#?fruit (3-3/4" dia){&t=#cup sections, with juice&s1#?fruit (3-3/4" dia){&r=#cup sections, with juiceq%#NLEA serving&p1#?fruit (3-3/4" dia){&o=#cup sections, with juice-n?#?small (approx 3-1/2" dia)d+m9#?medium (approx 4" dia).l?#?large (approx 4-1/2" dia)&k=#cup sections, with juicej#cupi#cuph#cupg#cupf#cupe#cupd#cupc#?cupb#cupa#cup`#cup_#?cup{^#cup]#cup\#cup[#fig@ P "gq]I5kN;nZF2{g#cup"7#fruit, without refuse7#cup#cup#fl oz@?333333#cup'#can (6 fl oz)#fl oz@?#cup#cup#cup%#NLEA serving~-?#grape, with seeds, yields@333333 +#grape, seedless% ;#cup, with seeds, yields '#cup, seedless #grape@333333 #cup\%#fruit yields#fl oz@>fffff#cup#fl oz@>fffff#cup'#can (6 fl oz)#fl oz@?333333#cup#fl oz@>fffff#cup~#cup}#cup|#cup&{1#?fruit (3-3/4" dia)v&z=#cup sections, with juice&y1#?fruit (3-3/4" dia)v !NoFy=!{gK*iN;##lime yields&:#fl oz@>9#cup8%#NLEA servingC7)#fruit (2" dia)C6#tsp5#tbsp4#fl oz@>3#cup2/#individual packet1#fl oz@>0#tbsp/#cup .%#wedge yields@-%#lemon yields/,#fl oz@>+#cup *3#fruit without seedsl)%#NLEA serving:9(e#wedge or slice (1/8 of one 2-1/8" dia lemon)'1#fruit (2-3/8" dia)T&1#fruit (2-1/8" dia):%'#cup, sections!$5#fruit without refuse#%#NLEA serving'"A#fruit without skin, mediumL&!?#fruit without skin, large[ #cup#fruit #cup##cup, sliced#cup!5#fruit without refuse KuY;mH+e8fKX!#cup, cubesW%# NLEA servingV-# cantaloupe balls.UO# wedge, small (1/8 of small melon)7-TK#melon, small (about 4-1/4" dia)0SS#wedge, medium (1/8 of medium melon)E*RE#melon, medium (about 5" dia)(.QO#wedge, large (1/8 of large melon)f-PK#melon, large (about 6-1/2" dia).O!#cup, dicedN!#cup, cubesM!#cup, ballsL#cupK%#cup, drained"J5#fruit without refuseI##cup, sliced"H5#fruit without refuseNG#small@+333333F#mediumE#largeD!#cup, cubed(C5#fruit without refuse@ B'#cup, unthawedA#fruit@(@5#fruit without refuse@#333333?#cup>#fl oz@>=#cup<%#wedge yields I|Y5zfF* r]B& lI w1#fruit (2-5/8" dia)v1#small (2-3/8" dia)`!u3#large (3-1/16" dia)t'#cup, sectionss)#super colossalr#jumbo@ q#small@ p#large@o#tbsp@ n# fruit m#cupl%#NLEA serving k1#fruit (2-1/2" dia)j!#cup slicesi# fruith#cupg+#package (10 oz)f##cup, thawede+#package (11 oz)%d#cupc'#cup, unthawedb%#NLEA servinga)# honeydew balls/`O#wedge (1/8 of 6" to 7" dia melon),_K#wedge (1/8 of 5-1/4" dia melon)}!^3#melon (6" - 7" dia) ]1#melon (5-1/4" dia)3\W#cup, diced (approx 20 pieces per cup)[!#cup, ballsZ#?fruitY#melonh K~[>ydH4s_C/gK%$NLEA servingm1$small (2-1/4" dia)F 3$medium (2-3/8" dia)T1$large (2-1/2" dia)b'$cup, sections$fl oz@>fffff$cup$tsp$tbsp#fl oz@? #cup '#can (6 fl oz) #fl oz@A #cup #fl oz@?#cup$9#drink box (8.45 fl oz)#fl oz@?#cup%#fruit yieldsV#fl oz#cup!3#fruit without seeds#cup#7#fruit (2-11/16" diam) ~1#fruit (2-5/8" dia)-}K#cup sections, without membranes|%#NLEA serving {1#fruit (2-7/8" dia)-zK#cup sections, without membranesy1#fruit (2-5/8" dia)y-xK#cup sections, without membranes jxZF*cO3G~j5$cup4/$half, with liquidb#37$cup, halves or slices2%$NLEA serving-1M$small (2" dia) (approx 5 per lb)O20W$medium (2-1/2" dia) (approx 4 per lb)b6/]$large (2-3/4" dia) (approx 2-1/2 per lb).!$cup slices-$fl oz@>fffff,$cup+$fl oz@>fffff*$cup!)5$fruit without refuse($cup'$ fl oz@?333333&$ cup.%M$ small (4-1/2" long x 2-3/4" dia)+$G$ medium (5-1/8" long x 3" dia)0.#M$ large (5-3/4" long x 3-1/4" dia)|"#$ cup, mashed!!$ cup, cubes $ fl oz@>$ cup'$can (6 fl oz)$fl oz@?$cup$fl oz@>fffff$cup$cup$cup VmL8kW;$X* wVT/$'half, with liquidLS#$'cup, halvesR/$&half, with liquidLQ#$&cup, halvesP/$%half, with liquidLO#$%cup, halvesN%$$NLEA serving+MG$$pear, small (approx 3 per lb)0LQ$$pear, medium (approx 2-1/2 per lb)+KG$$pear, large (approx 2 per lb)J!$$cup slicesI$#fl oz@?H$#cupG+$"package (10 oz)F$" slicesE#$"cup, thawedD$ cupC$cupB$half A#$cup, halves@$cup?$cupt>!$cup, whole#=7$cup, halves or slices</$half, with liquidb;$cup:/$half, with liquidb#97$cup, halves or slices#87$cup, halves or slices7/$half, with liquidb#67$cup, halves or slices LrQ5! [7r@|L-oK$6cup, crushed, sliced, or chunks/nQ$5slice or ring (3" dia) with liquid0-mK$5cup, crushed, sliced, or chunks/lQ$4slice or ring (3" dia) with liquid/-kK$4cup, crushed, sliced, or chunks/jQ$3slice or ring (3" dia) with liquid/-iK$3cup, crushed, sliced, or chunks2hW$2slice, thin (3-1/2" dia x 1/2" thick)8,gK$2slice (3-1/2" dia x 3/4" thick)Tf$2fruite!$2cup, diced!d5$1fruit without refuse!c5$0fruit without refuse" b1$/fruit (2-1/2" dia)a$.fl oz@?333333`$.cup_#$-cup, halves^#$,cup, halves]$+ halves\$+half[#$+cup, halvesZ/$*half, with liquidOY#$*cup, halves X/$)half, with liquidLW$)cup V/$(half, with liquidLU#$(cup, halves PnR4 }bF$sS7dP$Icup1$Hfruits with liquidV $Hcup! 5$Gfruit without refuseg $Gcup& =$Fpomegranate (3-3/8" dia) #$Ecup, pitted-$Dplum with liquid.#$Dcup, pitted-$Cplum with liquid.#$Ccup, pitted-$Bplum with liquid.#$Bcup, pitted-$Aplum with liquid.#$Acup, pitted%$?NLEA serving1$?fruit (2-1/8" dia)B~#$?cup, sliced}!$>cup slices|#$>cup, mashed{$=mediumz#$=cup, sliced!y5$<fruit without refusex$<cupw$;fl oz@?333333v$;cupu'$:can (6 fl oz)t$9fl oz@?Ls$9cupr#$8cup, chunks-qK$7cup, crushed, sliced, or chunks/pQ$6slice or ring (3" dia) with liquid1 "L|hS5rM+~T9%fL1$acup, pulp 03$_cup, without refuse9/$^cup.!$]cup, diced-$[stalk3,!$[cup, dicedz++$Zpackage (10 oz)*'$Zcup, unthawed)$Xcup(#$V raspberries''?$Vpint as purchased, yields8&$Vcup{%$Ufruit $$Ucup#%$Ucup, drained"-$Scup (not packed)!#$Scup, packed $R2raisins1$Rsmall box (1.5 oz)+"7$Rminiature box (.5 oz)-$Rcup (not packed)#$Rcup, packed-$Qcup (not packed)#$Qcup, packed!5$Pfruit without refuse\"5$Ofruit without refusea'$Ocup, sections$Nfl oz $Ncup#$Mcup, pitted#$Lcup, pitted$Kprune@ #$Kcup, pitted$Jcup OcG+y[>*x\<"}O+PG$nmelon (15" long x 7-1/2" dia)O!$ncup, dicedN!$ncup, ballsM$mcupL+$jfruit (3" x 1")K$jcup, pulpx J1$ifruit (2-7/8" dia)I$icup, pulpH+$hpackage (10 oz)G#$hcup, thawedF+$gpackage (10 oz)E#$gcup, thawedD+$fpackage (20 oz)7C$fberry@%333333B'$fcup, unthawedA#$fcup, thawed@$ecup?%$d NLEA serving>)$d small (1" dia)'=?$dpint as purchased, yieldse <3$dmedium (1-1/4" dia) ;1$dlarge (1-3/8" dia)%:=$dextra large (1-5/8" dia)9!$dcup, whole8#$dcup, sliced7#$dcup, pureed6#$dcup, halves%5;$cfruit (7" x 5-1/4" dia)q4$ccup, pulp"35$bfruit without refuse2$asapodilla !WqU1jU9mF2 W&q?$fruit without skin, large[p%$fruit yieldso$cupn$fl oz@?ffffffm$cupl$cupk$cupj$fl ozi$cuph$cup$g9$cup, with pits, yieldsf$half,0e$cupd$slice@)ffffffc$half,Ib$cup$a9$cup, with pits, yields`#$cup, pitted_!$cup, whole^#$cup, halves]$spear\#$cup, sliced[%$cup, crushedZ#$cup, chunksY$cup-XK$|fruit 3-3/8" high x 3" diameter+WI$|fruit 2-1/4" high x 2-1/2" diaz!V5$vfruit without refuse2U#$vcup, pureed"T7$pcherry (NLEA serving)S%$nNLEA servingR-$n watermelon ballsz*QE$nwedge (approx 1/16 of melon) "XvbF2hR8nR9 qX'lb@|Y'oz@'+ozUY= #'*chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)O<'*ozUY; #')chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)P:')ozUY9 #'(chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)j8'(lb@|YY7 #''chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Y6''ozUY5 #'&chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)W .L:!WEf .YU #'6chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)RT'6ozUYS #'5chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)SR'5ozUYQ #'4chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)pP'4lb@|YO'3ozUUN '3piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)YM #'2chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)?L'2ozUYK #'1chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)?J'1ozUYI #'0chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)RH'0lb@|YG'/ozUUF '/piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) YE #'.chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)P 2}!EfT2Uf '?piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)Ye #'>chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Jd'>ozUYc #'=chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Kb'=ozUYa #'<chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)b`'<lb@|Y_';ozUU^ ';piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)Y] #':chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)J\':ozUY[ #'9chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)JZ'9ozUYY #'8chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)bX'8lb@|YW'7ozUUV '7piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) _yg E3P>x_x'Hlb@|Yw'GozUUv 'Gpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)Yu #'Fchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Kt'FozUYs #'Echop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Pr'EozUYq #'Dchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)kp'Dlb@|Yo'CozUUn 'Cpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)Ym #'Bchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Cl'BozUYk #'Achop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Cj'AozUYi #'@chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)Vh'@lb@|Yg'?ozU 6$p^E,V 'Rlb@|Y 'Roz@'toz@!m'piece, cooked (yield from 1 lb unheated product)x L{gUC]K2:(^LL'ozUYK #'chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)PJ'ozUYI #'chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)QH'ozUYG #'chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 113 g)eF'lb@|YE'ozUUD 'piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)C'lb@|YB'oz@'oz@++can (300 x 407)"=7+spear (about 5" long)<+cup;++can (300 x 407):+?cupz91+spears (1/2" base)<8+?cupZ/7C+spear tip (2" long or less)@ 46[+spear, extra large (8-3/4" to 10" long),5K+spear, large (7-1/4" to 8-1/2").4O+spear, medium (5-1/4" to 7" long)+3I+spear, small (5" long or less) 2+cup)17+?O;dZpackage (9 oz) yieldsP$09+package (9 oz), yields/+cup.)+package (9 oz)-!+?cup heartsT,/+artichoke, mediumx+-*artichoke, large*/*artichoke, medium s{Y1|bB(fL9s$e9+)package (10 oz) yields#d++(?O;dZpackage (10 oz)^c++(package (10 oz)b+&cupha+%cup|`+$cup|_++#package (12 oz)T^+#cuph]+ ?cupZ$\9+ package (10 oz) yields7[++package (10 oz)Z+?cupRY+?cupU$X9+package (10 oz) yields7W++package (10 oz)V+?cupPU++can (303 x 406)T+?cup|S+cupR+cupQ+cupP++can (303 x 406)O/+cup (1/8" slices)N+shootM/+cup (1/2" slices)x%L/+?cup (1/2" pieces)LK/+cup (1/2" slices)%J/+?cup (1/2" pieces)>I/+cup (1/2" pieces)|H#+balsam-pear|G/+cup (1/2" pieces)] #gz`@,vbE${fR2 }g+Rbunch`%+Rcup, choppedX+Pbroadbean+Pcupm++Ocup (1" pieces)#++N?cup (1" pieces)+Nleaf +Ncup&++Lcan (303 x 406)&+Lbeet~+Lslice}!+Lcup, whole|!+Lcup slices{'+Lcup, shreddedz!+Lcup, dicedy+Jcup#x9+Ibeets (2" dia, sphere)dw!+I?cup slicesUv'+Hbeet (2" dia)Ru+Hcupt+5cups++4package (10 oz)r+4cup|q++2can (303 x 406)p+2?cupro++0can (303 x 406)n+0 beans>m+0cupl++.can (303 x 406)k+.?cupxj+-cup}i++, beans (4" long)7h+,cupng+*cup*f9+)?O;dZpackage (10 oz) yields^ !O|K$xX9fF'eO)+dstalks-(%+dcup, chopped|'+bpetiole&+bcup^%+aroot$++acup (1" pieces)}#+`root"++`cup (1" pieces)v!+]cup )+\package (2 lb)++\package (10 oz)+[?cupN+[sprout+Zsprout+ZcupX%+YNLEA servingU%+Ybunch cooked+W?cup\$9+Wpackage (10 oz) yields)+Vpackage (2 lb)++Vpackage (10 oz)+Ucup++Tpackage (10 oz)+Tcup%+SNLEA servingW %+S?cup, choppedN"7+Sspear (about 5" long)%$9+Sstalk, small (5" long). M+Sstalk, medium (7-1/2" - 8" long)) C+Sstalk, large (11"-12" long) %+RNLEA serving +Rstalk" 7+Rspear (about 5" long) LQ5Q=y\G3qL"H7+tcup, strips or sliceszG#+tcup, gratednF%+tcup, choppedE'+rcup, shreddedD+pleafC'+pcup, shreddedwB'+ocup, shreddedLA'+mcup, shredded@+lleaf?+lheadH>'+lcup, shreddedF='+kcup, shredded<'+jcup, shreddedF!;'+i?cup, shreddedK:+ileaf"95+hhead, small (4" dia)7)8C+hhead, medium (about 5" dia)G7+hleaf,6I+hhead, large (about 5-1/2" dia)n5'+hcup, shreddedF4%+hcup, choppedY!3'+f?cup, shreddedK2+fhead1+eleaf,0I+ehead, small (about 4-1/2" dia)/%+eleaf, medium-.K+ehead, medium (about 5-3/4" dia)-#+eleaf, large!(,A+ehead, large (about 7" dia)+'+ecup, shreddedF*%+ecup, choppedY WzeB'uY=!{hP)}W#g++?cup (1" pieces)Bf++package (10 oz)e+flowerets6#d++?cup (1" pieces)>"c5+head, small (4" dia) %b;+head, medium (5-6" dia)?$a9+head, large (6-7" dia)H`+floweret _+cupd^+~root]+~cup\#+{cup, sliced[!+z?cup slices@Z++zpackage (10 oz)Y++xcan (303 x 406)X+xslice@ffffffW#+xcup, slicedV#+xcup, mashedU++vcan (303 x 406)T!+v?cup slices{S+ucarrot.R!+u?cup slicesNQ+utbsp@#ffffffP++t carrot (7-1/2")HO#+t strip, thin N3+t small (5-1/2" long)2M+tsliceL'+tstrip, mediumK+tmedium=#J9+tstrip, large (3" long)*IG+tlarge (7-1/4" to 8-1/2" long)H !Qy^3yfR5uO3nQ%+cup, chopped%+cup, chopped$+?cup<+tbsp++cup (1" pieces)d1+stem (8-3/4" long)++cup (1" pieces)#+tsp chopped%+tbsp chopped#++?cup (1" pieces)-~+root<}%+cup, chopped|+?cup-{+head5z++cup (1" pieces)y-+chayote (5-3/4")x++cup (1" pieces)w%+cup, choppedv+leaf0u+cup$t+leafs+stalksKr!+cup, dicedq++strip (4" long)#p9+stalk, small (5" long)-oM+stalk, medium (7-1/2" - 8" long)((nA+stalk large (11"-12" long)> m+tbsp@l%+NLEA servingnk#+cup choppede j!+cup piecesi+cuph++cup (1" pieces) LtBg9! wcC)gL%#+ear, yields}$+?cupR$#9+package (10 oz) yields"++package (10 oz)!+?cupR ++can (303 x 406)T$9+can, 15 oz (303 x 406)+?cupi++can (303 x 406)+cup++can (303 x 406)* 1+can (12 oz) yields+cup++can (303 x 406)+?cup+baby ear+cup cut+I+ear, large (7-3/4" to 9" long)v0S+ear, medium (6-3/4" to 7-1/2" long)g/Q+ear, small (5-1/2" to 6-1/2" long)Y+cup,I+ear, large (7-3/4" to 9" long)0S+ear, medium (6-3/4" to 7-1/2" long)Z/Q+ear, small (5-1/2" to 6-1/2" long)I + sprigs +?cup %+cup, chopped )+package (3 lb)Q ++package (10 oz) $nzfR> w[G+nS/nI!+cup, cubesRH%+cup, choppediG%+cup, chopped7F++stick (4" long) !E3+small (6-3/8" long)D+sliceC+medium!B3+large (8-1/4" long)A#+cup, slicedw!@3+cup, pared, chopped?/+cucumber (8-1/4")->!+?cup slices4=+?cupD<+cup;+sprig:+cup29%+cup, chopped58+leaf7%+cup, chopped$6+pod5!+cup slicesh4+pod 3!+cup slices[2+cup_1+pod 0+cup^/+cup.++package (10 oz)-+cup,+cup++cup*+cup8)+cup(#+?cup kernelsR'#+ear, yields?&#+?cup kernelsR !Sva>*cM.{hU:  yS#j++?O;dZpackage (10 oz)^i++package (10 oz)h%+cup, choppedg%+cup, choppedCf+cupWe+cupd+cupc+pieceb!+cup slicesca!+cup slices`+cupW_+cupP^%+cup, chopped*]%+cup, chopped#\++?cup (1" slices)Y[++cup (1" pieces)Z+gourdY++cup (1" pieces)_X)+cup (1" cubes)W+gourd#V++?cup (1" pieces):U++slices (1" dia) 'T3+?cup slices (1" dia)S+tspR+cloves Q+cloveP+tsp@ffffffO+cup N%+?cup, choppedM+headL)+cup (1" cubes)c2KU+eggplant, unpeeled (approx 1-1/4 lb)$4JY+eggplant, peeled (yield from 1-1/4 lb) !imX< hJ)gJ.~i +headh %+cup shredded$ %+NLEA servingY!+leaf outer'!+leaf inner#+head, smallD#7+head, medium (6" dia)!+head large %+cup shreddedH%+NLEA servingU+headr!+leaf outer!+leaf inner~%+cup shredded/}%+NLEA servingU|!+leaf outer@-333333{!+leaf inner@z'+head (5" dia)%y=+cup, shredded or chopped7x+cupM)w7+?cup, chopped or dicedv+leek|u+slicet+leekYs+cupYr%+cup, choppedq#+cup, slicedp+sliceo+cupn+?cupm+strip@333333)l7+?cup, chopped or dicedAk%+cup, chopped #`fC)kF,hG3 `.,mushroom@ -,piece,!,?cup piecesN+,caps/*, slices(),small(,medium ',large&,can%,cup$!+?cup piecesN#+mushroom "+tbsp@#!!+cup pieces !+?cup pieces#+small +slice+medium+large!+cup, whole`"7+cup, pieces or slicesF!+cup, cubes+yam!+?cup, cubesD%+NLEA servingU+head5%+cup shredded!+leaf inner@!+leaf outer 3+ slices (2-1/2" dia)Y+?cup<1+root (9-1/2" long)s 3+ slices (2-1/2" dia)Q !+leaf outer !+leaf inner@333333 Vz]= sU4rW;%jVN,cupM, rings<L#, slice, thin K,smallF'JA,slice, medium (1/8" thick) I3,medium (2-1/2" dia)n&H?,slice, large (1/4" thick)&G,largeF%,tbsp chopped E#,cup, slicedsD%,cup, choppedC!,?cup slices\$B9,package (10 oz) yieldsA),package (3 lb)Q@+,package (10 oz)?),pods (3" long)U>!,?cup slicesP=),pods (3" long)_<,cupd;%, cup, chopped:%, cup, chopped89%, cup, chopped8%, cup, chopped$79, package (10 oz) yields6%, cup, chopped5+,package (10 oz)4%,cup, chopped3%,cup, chopped2%,cup, chopped81,mushroomsH0!,cup pieces/,mushrooms beP5!^>*qZ=ubn,!cup<$m;,  rings, small (1-2" dia)0%l=,  rings, medium (2-3" dia)<$k;,  rings, large (3-4" dia)Gj, cup0i),package (9 oz)h+,package (16 oz)g%,NLEA servingf,onionKe,stalk d,tbspc+,small (3" long)!b5,medium (4-1/8" long)a,large`%,tbsp chopped_%,cup, choppedd^,cup]+,package (10 oz))\7,?cup, chopped or dicedi[%,tbsp choppedZ+,package (10 oz))Y7,?cup, chopped or dicedpX,onion?W,?cupV,tbspU#,slice, thinT,small<'SA,slice, medium (1/8" thick) R,medium^&Q?,slice, large (1/4" thick) P,largeO%,tbsp chopped #RqU;#lX> [A.rR+,>package (10 oz),>?cupE,<cupx,;?cupP$ 9,;package (10 oz) yields +,:package (10 oz) ,:?cupF ,6cup ,4cupx,1?cupP$9,1package (10 oz) yields+,0package (10 oz),0?cupH,.?cupr,.cup+,,can (303 x 406)9,,cup+,*can (303 x 406),*?cup|~,)cup},(cup|,'?cupP${9,'package (10 oz) yieldsz,'cupy+,&package (10 oz)x,&?cupHw,%cupv,$ pea pods"u!,$cup, whole?t%,$cup, choppedbs/,#parsnip (9" long)r!,#?cup slicesNq!,"cup slicesp,! sprigs o,!tbsp@ffffff MrWoT1|h8M2.U,YPotato medium (2-1/4" to 3-1/4" dia)1-S,Ypotato small (1-3/4" to 2-1/4" dia),,Xcup dicedK1+S,XPotato small (1-3/4" to 2-1/2" dia)2*U,XPotato medium (2-1/4" to 3-1/4" dia)-)K,XPotato large (3" to 4-1/4" dia)q(,Wtbsp ',Wcup&,Vcup%,Ucup$,Qcup#,P seeds",Pcup!+,Ipackage (10 oz) #,Gcup, halves %,F?cup, choppedD,Ftbsp@'333333#,Fcup, strips,E strips,EsmallJ&?,Ering (3" dia, 1/4" thick) 4[,Emedium (approx 2-3/4" long, 2-1/2" dia)w>m,Elarge (2-1/4 per lb, approx 3-3/4" long, 3" dia),Etbsp@"#,Ecup, sliced\%,Ecup, chopped)7,A?cup, chopped or dicedD,ApepperI,?cup DJ]= t? r^DC,c?cup=B,bskin&1AS,^potato small (1-3/4" to 2-1/2" dia)2@U,^potato medium (2-1/4" to 3-1/4" dia)-?K,^potato large (3" to 4-1/4" dia)+1>S,]potato small (1-3/4" to 2-1/2" dia)2=U,]potato medium (2-1/4" to 3-1/4" dia)-<K,]potato large (3" to 4-1/4" dia)+1;S,\potato small (1-3/4" to 2-1/2" dia)2:U,\potato medium (2-1/4" to 3-1/4" dia)-9K,\potato large (3" to 4-1/4" dia)+8,[?cup dicedK17S,[potato small (1-3/4" to 2-1/4" dia)26U,[potato medium (2-1/4" to 3-1/4" dia)-5K,[potato large (3" to 4-1/4" dia)q4!,Z?cup, dicedK03Q,Zpotato small (1-3/4 to 2-1/2" dia)22U,Zpotato medium (2-1/4" to 3-1/4" dia)-1K,Zpotato large (3" to 4-1/4" dia)q0!,Y?cup, dicedK-/K,YPotato large (3" to 4-1/4" dia)q a}i?r^J6"nZF%a$c-,z?`A7Kpackage (5.5 oz)b-,zpackage (5.5 oz)#a7,ypackage yield, 5.5 oz6,`;,y?`A7Kpackage (5.5 oz) yields$_-,x?`A7Kpackage (5.5 oz)^-,xpackage (5.5 oz)],wcup\,vcup[,ucupZ,tcupY,scupX,rcup0W,ppotato#V,pcupU+,ncan (303 x 406)T!,ncup, whole,S,mcupR,lcupQ,kcupP,jcupO,iskin:&N=,hpotato (2-1/3" x 4-3/4")M,h?cupNL,g?cupN*KG,gsmall (1-3/4" to 2-1/2" dia.)},JI,gmedium (2-1/4" to 3-1/4" dia.)'I?,glarge (3" to 4-1/4" dia.),H,fskin")GC,epotato (2-1/2" dia, sphere)F,e?cupNE,dskin:&D=,cpotato (2-1/3" x 4-3/4") "XpPbM9#|U?  ~kX,cupG,cup',cup,flower,cup!,cup,cup$~9,package (9 oz), yields}, strips2|),package (9 oz){, stripsA$z9,package (9 oz), yieldsy, strips2x),package (9 oz)w, stripsA$v9,package (9 oz), yieldsu, strips2t),package (9 oz)s, stripsAr,cupq, puffsOp', Crispy Crowns<o,puffn,cupm,cupl),package (6 oz)"k5,package yield, 12 ozj,?cupN4i[,patty, oval (approx 3" x 1-1/2" x 1/2")h+,~package (12 oz)Tg,~?cupi#f7,{package yield, 5.5 oz6,e;,{?`A7Kpackage (5.5 oz) yieldsd-,{cup (unprepared) $\vcL2 pTA&uaB$p\),cup(,cuph'#,cup flowers&,flower%),tbsp (1/8 cup) $, sheets#),tbsp (1/8 cup) "),tbsp (1/8 cup) !),tbsp (1/8 cup)  ),cup, undrained,cup#,cup, sliced!,cup slices#,cup, mashed!,cup, cubes,small,medium,large!,cup, cubes,cupt#,cup, sliced-,radish (7" long)R!,?cup slices:,small,slice+;,medium (3/4" to 1" dia)@%=,large (1" to 1-1/4" dia) !,cup slicest ,squash ,cups ,plant ,cup+ ,cup,cup#,cup, mashed),cup (1" cubes)t $^kK7#~bA& iM1^M#,?cup, mashedxL#,cup, slicedK,smallvJ,slice@#I,mediumH,largeCG#,cup, slicedqF%,cup, chopped|E#,cup, slicedD#,cup, mashedC!,cup slicesB!,cup slicesA!,cup slices@+,can (303 x 406)?,slice>!,cup slices=#,cup, mashed<!,cup, diced;!,?cup slicesZ:#,cup, sliced9#,cup, sliced8,?cup_$79,package (10 oz) yields6+,package (10 oz)5,cup4,cup3,cup2,cup1+,package (10 oz)0,leaf /,bunchT.,cup-,cup^,, sprouts +,?cup#*,cup #Y~Z?#x]A's^B&Y*pG,medium (2" dia, 5" long, raw)ro,largen,cup"m5,sweetpotato, 5" longl!,cup, cubesk,cup@ j3,leaf (12-1/4" long)i%,cup, chopped#h%,cup, choppedbg,shoot f%,cup, chopped8e,cupd+,package (10 oz)c,cupb,cupa,cup `,cup_,cup^!,cup, cubese]#,cup, mashed\!,cup, cubes[!,cup, cubestZ#,cup, mashedY),package (4 lb)X+,package (12 oz)TW!,cup, cubesV!,cup, cubesU#,cup, mashedT!,cup, cubes!S3,squash (4 inch dia)R!,cup, cubesQ,cupP,cupO),package (3 lb)QN+,package (10 oz) !cmM2u`E+yR4c%=- small whole (2-2/5" dia)[#- plum tomato>'A- slice, medium (1/4" thick)&?- medium whole (2-3/5" dia){" 5- large whole (3" dia) - cherry )- Italian tomato>$ 9- cup, chopped or sliced! 3- cup cherry tomatoes-small[)-slice or wedge-medium{-large-cup!-cup slices!-cup slices}!-cup slices-shootS!-?cup slices+~-cup }3-leaf (11" x 6-1/2") |-cup{#,cup, slicedz#,cup, slicedhy!,cup, cubesx!,cup, cubesw+,can (404 x 307)v,cupu!,cup piecest#,cup, masheds,mediumr#,cup, mashedHq,small< $TgS<  {gS=)hA-jT5-,large4!-,cup, cubes 33-+frond (6-1/2" long) 2%-+?cup, choppedG$19-'can, 15 oz (303 x 406)0-'cup$/9-%can, 15 oz (303 x 406).-%cup$-9-#can, 15 oz (303 x 406),-#?cupz+-!cup*-cup)-cup%(;-can (29 oz) (401 x 411)6'-cup&!-can (6 oz)%-tbsp$-cup#-fl oz"-cup!-cup -cup- cup- smallR- mediumo- large- can- tbsp- cup%- NLEA servingy- medium- cup%- NLEA serving/- slice, thin/small)E- wedge (1/4 of medium tomato),K- slice, thick/large (1/2" thick) ]h@X8$|fR>~]U!-F?cup slicesFT)-Dwaterchestnuts$S!-D?cup slices>R-@?cup[$Q9-@package (10 oz) yieldsP+-?pack (2-1/2 lb)nO+-?package (10 oz)N-=cupM-;cupL-:fl ozK-:cupJ-9?cupVI-9cupH)-8package (3 lb)QG+-8package (10 oz)$F9-7package (10 oz) yieldsE-7cupD+-6package (10 oz))C7-6?cup, chopped or dicedR$B9-2can, 15 oz (303 x 406)A-2?cupu@%-1cup, chopped?%-0cup, chopped7>-/cup+=;-.?O;dZpackage, mashed (10 oz)^%<;-.package, mashed (10 oz);#--cup, mashed:!--cup, cubes9!-,?cup, cubesA8-,small=7-,slice6-,mediumz #_y`E+jS>( zgM+_x-i?cup?ffffffw-itbsp?ٙv-h?cup?陙u-htbsp?ət%-gcup, choppeds%-fcup, choppedCr#-ecup, slicedvq1-dpod (15-1/3" long) p!-dcup slicesdo-bcupdn%-`cup, choppedm-_?cup?陙l-_tbsp?ək+-]cup (1" pieces)Yj!-Ycup slicesi!-Ucup slicesh-Ssmallmg-Sslicef-Smediume-Slarged-Scupc!-Scup slicesxb!-R?cup, cubesDa!-Rcup, cubes`!-Qcup, cubes_-Lcup>^-Kpod]!-Kcup slices,\!-Jcup, cubes[-IwaxgourdDZ!-Icup, cubesY-G sprigsX-Gsprig@W%-Gcup, chopped"V)-Fwaterchestnuts #bcB"mQ7iU/b)-tbsp (1/8 cup) -cup%-recipe yield\-cupe$;-piece (2-1/2" x 2" dia)i%-recipe yield--cup-cup#)-?XbMcup (#6 scoop)-cup-fl oz@=-cup$9-can, 15 oz (303 x 406)-cup -cup +-}can (404 x 307)~ -}cup !-|cup, cubes !-{cup, cubest#-zcup, sliced-ysmallv-yslice@#-ymedium-ylargeC#-ycup, slicedq-x?cup@ -xtbsp?--uradish (7" long)!-u?cup slices2~-r?cup?}-rtbsp?ٙ|-ppepper{#-pcup, slicedhz%-pcup, choppedy-jcup} XvE|`M0sW6rX:-?cupz91-spears (1/2" base)<8-?cupZ)77-?O;dZpackage (9 oz) yieldsP$69-package (9 oz), yields5-cup4!-?cup heartsT3/-artichoke, mediumx2%-corm, medium 1-cup0-leaf/%-cup, chopped3.-root!-#-cup, slicedx,-tomato+%-cup, chopped*-tomatoo)%-cup, chopped(-cupJ'%-tbsp chopped &-cup&)%C-potato (2-1/2" dia, sphere)$%-NLEA serving3#U-potato small (1-3/4" to 2-1/2" dia.)4"W-potato medium (2-1/4" to 3-1/4" dia.).!K-potato large (3" to 4-1/4" dia)+ -pancakeL%-recipe yield-cup)7-?cup, chopped or dicedK-pepper- #O|[:$nTAgM-wcO]-cup\-cup[+-package (10 oz)Z-cup|Y+-can (303 x 406)X- beans>W-cupV+-can (303 x 406)U-?cupxT+-can (303 x 406)S-?cupxR+-can (303 x 406)Q-?cupxP-cup}O-cup}N-cup}M-cupn*L9-?O;dZpackage (10 oz) yields^$K9-package (10 oz) yieldsJ-cup|I-?cupU$H9-package (10 oz) yields7G-?cupZ$F9-package (10 oz) yields7E+-can (303 x 406)D-?cup|C-cupB-shootA/-cup (1/2" slices)x@/-cup (1/2" pieces)|?-cup:>-spears<$=9-package (10 oz) yields%<-cup;+-can (300 x 407) SqT<'~[?+r]9$qS}'-cup, shredded|'-cup, shredded!{'-?cup, shreddedKz-leaf!y'-?cup, shreddedKx-head!w'-?cup, shredded#v-head!u'-?cup, shredded#t-heads-rootr+-cup (1" pieces)}q-cupp-?cupNo-sproutn-?cup\$m9-package (10 oz) yieldsl-cupk%-NLEA servingW j%-?cup, choppedN"i7-spear (about 5" long)%$h9-stalk, small (5" long).gM-stalk, medium (7-1/2" - 8" long))fC-stalk, large (11"-12" long)e-stalkrd-floweret c'-cup floweretsGb+-cup (1" pieces)a-cup#`9-beets (2" dia, sphere)d_!-?cup slicesU^-cup X}\< nN3n< xX+-can (303 x 406)-cup+-can (303 x 406)-?cup-cup+I-ear, large (7-3/4" to 9" long)v0S-ear, medium (6-3/4" to 7-1/2" long)g/Q-ear, small (5-1/2" to 6-1/2" long)Y%-cup, chopped%-cup, chopped-tbsp+-cup (1" pieces)d+-cup (1" pieces)%-cup, chopped!-cup, diced !-cup pieces +-cup (1" pieces) -flowerets6# +-?cup (1" pieces)> !-cup slices+-can (303 x 406)-slice@ffffff#-cup, sliced#-cup, mashed+-can (303 x 406)!-?cup slices{-carrot.!-?cup slicesN-tbsp@#ffffff-leaf~'-cup, shreddedw "UjH4  d>"pS?pU>!.cup pieces=!.?cup piecesN<.mushroom ;.tbsp@#:!.cup pieces 93. slices (2-1/2" dia)Y8.?cup< 7%.?cup, chopped6.leek|5%.cup, chopped4!.cup slices3%.cup, chopped2%.cup, chopped1%.cup, chopped0. cupW/. cupW.!. cup slicesv-%. cup, chopped*#,+. ?cup (1" slices)Y++. cup (1" pieces)*).cup (1" cubes))).cup (1" cubes)c(%.cup, choppedi'.cup&%.cup, chopped5%.cup_$.cup#.cup"#-?cup kernelsR!#-ear, yields? -?cupR$9-package (10 oz) yields+-can (303 x 406)T-?cupi dwZ=pH2 ~];'d]+.%can (303 x 406)9\.%?cupU[+.$can (303 x 406)Z.$?cup|Y.#cup$X9."package (10 oz) yieldsW."cupV.!cupU/. parsnip (9" long)T!. ?cup slicesNS.cup)R7.?cup, chopped or dicediQ%.tbsp choppedP!.slice thinO.small<&N?.slice medium (1/8" thick) M.medium^%L=.slice large (1/4" thick) K.largeJ%.tbsp choppedI.cupH!.?cup slices\$G9.package (10 oz) yieldsF).pods (3" long)UE!.?cup slicesPD%.cup, choppedC%.cup, chopped)B7.?cup, chopped or dicedK$A9.package (10 oz) yields@%.cup, chopped?.mushroomsH ujV@>uY>u.zK.4potato large (3" to 4-1/4" dia)+y.3cupx.2cup w%.0?cup, chopped\v.0pepperIu.0tbsp t%./?cup, choppedDs./tbsp@'333333r#./cup, strips q%..?cup, chopped\p..pepperIo..tbsp@'333333n.-smallJ&m?.-ring (3" dia, 1/4" thick) 4l[.-medium (approx 2-3/4" long, 2-1/2" dia)w>km.-large (2-1/4 per lb, approx 3-3/4" long, 3" dia)j.-tbsp@"i#.-cup, sliced\h%.-cup, chopped)g7.,?cup, chopped or dicedDf.,pepperI)e7.+?cup, chopped or dicedKd.+pepper-c.*cupb.)?cupP$a9.)package (10 oz) yields`.(cup_.&?cupP$^9.&package (10 oz) yields F{^DT' wQ;hF#.K?cup, mashedx!.Jcup slices.Icups.HcupG.Gcup.Fcup#.Ecup, mashed.Dcup.Ccup#7.@package (9 oz) yields.@ strips2#7.>package (9 oz) yields .> strips2 .<skin:& =.;potato (2-1/3" x 4-3/4") .;?cupN& =.:potato (2-1/3" x 4-3/4").9?cupN*G.9small (1-3/4" to 2-1/2" dia.)},I.9medium (2-1/4" to 2-1/4" dia.)'?.9large (3" to 4-1/4" dia.),.8skin")C.7potato (2-1/2" dia, sphere).7?cupN.6skin:&=.5potato (2-1/3" x 4-3/4").5?cup=~%.4NLEA serving}.4?cup=2|S.4potato small (1-3/4" to 2-1/2" dia)3{U.4potato medium (2-1/4" to 3-1/4" dia) #PhM2}bG+eR%kP<!.icup slices;!.hcup slices:.gcup9!.fcup slices8!.ecup, cubes7.dmedium6#.dcup, mashedH5#.c?cup, mashedd*4G.cmedium (2" dia, 5" long, raw)r3.bcup@2%.acup, choppedb1.`cup0._cup/.^cup.#.]cup, mashed-!.\cup, cubes,#.[cup, mashed+!.Zcup, cubes*#.Ycup, mashed)!.Xcup, cubes(!.Wcup, cubes'.Vcup&#.U?cup, mashedx%!.U?cup slicesZ$#.T?cup, mashedx#!.T?cup slicesZ"!.Scup slices!!.Rcup slices !.Qcup slices.P?cup_$9.Ppackage (10 oz) yields.Ocup.Ncup.Mcup!.Lcup slices P\3 }\8oT,lPX%.lNLEA servingyW.l?cupxV.lcupU/.k slice, thin/small)TE.k wedge (1/4 of medium tomato)S.k tomato{,RK.k slice, thick/large (1/2" thick)%Q=.k small whole (2-2/5" dia)[P#.kplum tomato>'OA.kslice, medium (1/4" thick)&N?.kmedium whole (2-3/5" dia){"M5.klarge whole (3" dia)L.kcherryK).kItalian tomato>J%.kcup, chopped!I3.kcup cherry tomatoesH/.j slice, thin/small)GE.j wedge (1/4 of medium tomato)F.j tomato{,EK.j slice, thick/large (1/2" thick)D#.jplum tomato>'CA.jslice, medium (1/4" thick)&B?.jmedium whole (2-3/5" dia){"A5.jlarge whole (3" dia)@.jcherry?).jItalian tomato>$>9.jcup, chopped or sliced!=3.jcup cherry tomatoes "ZiU9#zfI"kP/nZz.|cup,yI.|ear, large (7-3/4" to 9" long)0xS.|ear, medium (6-3/4" to 7-1/2" long)Z/wQ.|ear, small (5-1/2" to 6-1/2" long)Iv.{podu!.{cup slicesht!.y?cup, cubesDs!.ycup, cubesr.x?cupq.xcup>p!.wcup, cubeso.v?cup[$n9.vpackage (10 oz) yieldsm.ucupl.t?cupR$k9.tpackage (10 oz) yieldsj%.scup, choppedi.rcuph#.qcup, mashedg!.qcup, cubes%f;.pcan (29 oz) (401 x 411)6e.pcupd!.ocan (6 oz)c.o?cupb.nfl oza.nfl oz@>ffffff`.ncup_.m?cupx^.msmallR].mmediumo\.mlarge[.mcanZ.mtbspY.mcup FmU#oT4 wW={aF#.ear, yields}.?cupR$9.package (10 oz) yields.?cupR$9.package (10 oz) yields+.package (10 oz).?cupR+.can (303 x 406)T.?cupi+.can (303 x 406)T .?cupi +.can (303 x 406) .?cup +.can (303 x 406) .cup+.can (303 x 406)*.cup+.can (303 x 406).?cup+.can (303 x 406).?cup.~cup cut+I.~ear, large (7-3/4" to 9" long)v0S.~ear, medium (6-3/4" to 7-1/2" long)g/Q.~ear, small (5-1/2" to 6-1/2" long)Y~.}cup cut+}I.}ear, large (7-3/4" to 9" long)v0|S.}ear, medium (6-3/4" to 7-1/2" long)g/{Q.}ear, small (5-1/2" to 6-1/2" long)Y !]dH&|P<( iUA-r]8.small%7.slice!65.medium (3-3/4" long)A5+.large (4" long)#47.cup (about 23 slices)#37.cup, chopped or diced2.packet1.tbsp0.cup/.cup.+.can (303 x 406)-.?cupD,+.can (303 x 406)+. beans>*.cup).?cup?(.tbsp?ٙ'.cup&.cup)%7.?cup, chopped or dicedG $3.frond (6-1/2" long)#!.cup, cubes".cup^!.cuph# +.?package (10 oz)+.package (10 oz)#.?cup, halvesF#.cup, halves#.?cup kernelsR#.ear, yields?#.?cup kernelsR#.ear, yields?#.?cup kernelsR #Pf:%p[F2 kJ${eP[.sliceZ.mediumAY.spearX.small%W.slice!V5.medium (3-3/4" long)AU+.large (4" long)#T7.cup (about 23 slices)#S7.cup, chopped or dicedR/.packet (2/3 tbsp) Q.tbspP.cupO.?cupzN.tbspM+.pimiento, wholeBL.sliceK.tbsp J.cupI.sliceH.cupG.spearF.small%E.slice!D5.medium (3-3/4" long)AC+.large (4" long)B.cupA'.spear Gherkin(@C.small Gherkin (2-1/2" long)?.slice)>E.midget Gherkin (2-1/8" long)"=7.Gherkin (2-3/4" long)$<;.large Gherkin (3" long)#;#.cup, sliced:%.cup, chopped9.spear 'Z~iUA+pZDjV<'mZ.pad.cup#.cup, slicedV.pepper?~.cup%}.piece!|.cup{%.NLEA servingUz.medium y.largex.?cup w.leafv.?cupzu.tbspt.bulbs#.cup, slicedWr.pieceq.cupnp.pieceo.cup6)n7.?cup, chopped or dicedBm.medium"l.medium k.largej.leafi'.cup, shredded(h. strips41gS.pepper, large (3-3/4" long, 3" dia)f.mediume.larged.packetc.tbspb.cupa.small`.slice_.medium#^.large#]#.cup, sliced#\7.cup, chopped or diced &TaF  xdQ2o[E/|gT(.cup'.small&.large%.bunch$.cup,#.plant"%.cup, chopped!.sprig .tbsp?陙.cup.pepper.pepper.cup.pepper#.cup, slicedZ.pepper.pepper@ffffff%.cup, choppedi+.large (5" long)K!5.medium (4-1/2" long).+.small (4" long)!.cup|.leaf.leaf.cup.pod@ffffff.cup~ .tbsp@333333 .cupC .cupm .cupX# +.?cup (1" pieces)>.?əheadZ"5.head, small (4" dia)E%;.head, medium (5-6" dia)$9.head, large (6-7" dia).floweret.cup@ $hgR9 t[H ~jV=)hL#/cup, hulledK/cup*JG/cup, with hulls, edible yield.I/oz@.cup)=7.oz hulled (142 seeds)@oz@/wkernel?ffffff#=+/woz (49 kernels)@,92lb@|Y82oz@ 2piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)=2lb@|Y<2oz@,8& 2 .3%ozUU- 3%piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse),3$lb@|Y+3$oz@3.oz@,8& 2 Y3;ozUUX 3;piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)W3:lb@|YV3:oz@ozUU^ 3>piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)]3=lb@|Y\3=oz@,8& q_kY@L3lb@|YK3ozUUJ 3piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)I3lb@|YH3oz@ 3piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)=3ozUU< 3piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)I;3lb@|Y:3oz@,jX?&^L3\Jz3ozU\y '3steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 261 g)x3lb@|Y\w '3steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 261 g)v3lb@|Yu3ozUUt 3piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)[s '3steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 174 g)br3ozUq3lb@|Yp3oz@%4+slice (1 oz)1=U4)slice (1 oz) (4" x 4" x 3/32" thick)</4&serving 10 slices;4$oz@,jXw o]\4=ozU1[Q4=roast (yield from 1601 g raw meat)Z4<ozUUY 4<piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)X4;ozUUW 4;piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse):V4:ozU/UM4:steak (yield from 418g raw meat)0TO49steak (Yield from 418 g raw meat)S48ozUUR 48piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)Q47ozUUP 47piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse):O46ozUUN 46piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)M45ozUUL 45piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)K44ozUUJ 44piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) KdR o]1]Kp4HozUUo 4Hpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)n4GozUUm 4Gpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)l4FozUUk 4Fpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)j4EozUUi 4Epiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)h4DozUUg 4Dpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)f4CozUUe 4Cpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)d4BozU1cQ4Broast (yield from 1675 g raw meat) b4AozU0aO4Aroast (yield from 1528g raw meat)G `4@ozU1_Q4@roast (yield from 1601 g raw meat)1^Q4?roast (yield from 1675 g raw meat) 1]Q4>roast (yield from 1528 g raw meat)G 8>,jXQ?}k80O4Rsteak (yield from 296 g raw meat)4QozUU 4Qpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) 4PozUU 4Ppiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)~4OozU0}O4Osteak (yield from 233 g raw meat)|4NozUU{ 4Npiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)z4MozUUy 4Mpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)x4LozUUw 4Lpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)v4KozUUu 4Kpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)t4JozUUs 4Jpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)"r4IozUUq 4Ipiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)" 8,o< ^L}J84fozU0O4froast (yield from 572 g raw meat) 4eozU0O4esteak (yield from 281 g raw meat) 4cozU0O4croast (yield from 627 g raw meat) 4bozU0O4bsteak (yield from 299 g raw meat) 4`ozU0O4`roast (yield from 600 g raw meat)4_ozU0O4_steak (yield from 290 g raw meat)0O4]roast (yield from 572 g raw meat) 0O4\steak (yield from 281 g raw meat) 0 O4Zroast (yield from 627 g raw meat) 0 O4Ysteak (yield from 299 g raw meat) 0 O4Wroast (yield from 600 g raw meat) 4VozU0 O4Vsteak (yield from 290 g raw meat)4TozUU 4Tpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)4SozUU 4Spiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)4RozU VU"R@ ^*hV14tozUU0 4tpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) /4sozUU. 4spiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)1-Q4rroast (yield from 1388 g raw meat)u 1,Q4qroast (yield from 1405 g raw meat)r +4pozU1*Q4proast (yield from 1397 g raw meat)s1)Q4oroast (yield from 1388 g raw meat)u 1(Q4nroast (yield from 1405 g raw meat)r '4mozU1&Q4mroast (yield from 1139 g raw meat)s%4lozU0$O4lroast (yield from 426 g raw meat)Q #4kozU0"O4kroast (yield from 445 g raw meat)c !4jozU0 O4jroast (yield from 436 g raw meat)Z0O4iroast (yield from 426 g raw meat)Q 0O4hroast (yield from 445 g raw meat)c 4gozU0O4groast (yield from 436 g raw meat)Z F>,jX,XFC4}ozUUB 4}piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)A4|ozUU@ 4|piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)?4{ozUU> 4{piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)=4zozUU< 4zpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse);4yozUU: 4ypiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)94xozUU8 4xpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) 74wozUU6 4wpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)54vozUU4 4vpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) 34uozUU2 4upiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)! =&dR Y&p=0WO4steak (yield from 203 g raw meat) V4ozU\U '4steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)0TO4steak (yield from 186 g raw meat) S4ozU0RO4steak (yield from 203 g raw meat) \Q '4steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 223 g)P4ozUO4ozU/NO4steak (yield from 136 g raw meat)l M4ozU/LO4steak (yield from 161 g raw meat)~ K4ozU[J '4steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)W/IO4steak (yield from 136 g raw meat)l /HO4steak (yield from 161 g raw meat)~ [G '4steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 135 g)]F4ozUE4~ozUUD 4~piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) ^vd1uB0lS:!~^u-4oz ( 1 serving )Ut4oz@,w^I5ozUUH 5piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)G5 ozUUF 5 piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)&E5 lb@|YD5 oz@ 4piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)=4lb@|Y<4oz@,8&dR9 ^L]5BozUU\ 5Bpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)[5AozUUZ 5Apiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)Y5@lb@|YX5@oz@,w^jX?&s5lb@|Yr5oz@,8& u7[ '5steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)X5ozU[ '5steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)\5ozU[ '5steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)t5ozU[ '5steak, excluding refuse (yield from 1 raw steak, with refuse, weighing 162 g)r5ozU5steak~5lb@|Y}5ozUU| 5piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse);{5ozUUz 5piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)Ky5lb@|Yx5oz@ 5piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)=5lb@|Y<5oz@6?oz@ozUU< 6>piece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)E;6=lb@|Y:6=oz@SGVD+P>6mozUU 6mpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)36lozUU 6lpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)26klb@|Y6koz@DJPV\bhntz "(.4:@FLRX^djpv| L g z  1 I \ p   1 C W u  3 I ] s   9 P e {  ' ? T l   7 S q  * D c  $ A ] }  8 Y  ) L v  B j  < g  < h  @ f  5 `   2 F Y m   3 K ] r   8 T o . G [ o  ! < V w  oygN5jQ1tT;o07O6steak (yield from 294 g raw meat) 06O6~steak (yield from 388 g raw meat) 05O6}steak (yield from 467 g raw meat){ 04O6|steak (yield from 475 g raw meat)36{lb@|Y2-6{oz ( 1 serving )U16zlb@|Y0-6zoz ( 1 serving )U/6yoz@6oz@ffffffn6fl ozAm6fl oz@>fffff%l;6can (6.8 fl oz, 200 ml)k6fl oz@>j-6packet, preparedgi6fl oz@=ffffffh6packet%g;6can (6.8 fl oz, 200 ml)f6fl oz@?"e56cocktail (4.5 fl oz)d6fl oz@?ffffff%c;6can (6.8 fl oz, 200 ml)b6fl oz@@La6fl oz@<333333`6 fl ozb_6fl oz@=^16cocktail (2 fl oz)<]6fl oz@>333333%\;6can (6.8 fl oz, 200 ml)[6fl oz@>Z6 fl ozbY6fl oz@=&X=6can or bottle (12 fl oz)bW6fl oz@=V6 fl ozeU6fl oz@='T=6can or bottle (12 fl oz)d jhL,bB&oR:j"770portion (1/8 cap/tub)#7/?envelope?333333 7+fl oz& =7)can or bottle (12 fl oz)c& =7)can or bottle (16 fl oz) 7)fl oz@= 7&envelope %7"can (5.5 oz)7"fl oz@>/7glass (3.5 fl oz)g7fl oz@=/7glass (3.5 fl oz)g7fl oz@=/7glass (3.5 fl oz)g7fl oz@=+7glass 3.5 fl ozg7fl oz@=~/6glass (3.5 fl oz)g}6fl oz@=|6jigger*{6fl oz@;z-6jigger 1.5 fl oz*y6fl oz@;x-6jigger 1.5 fl oz*w6fl oz@;v-6jigger 1.5 fl oz*u6fl oz@;t-6jigger 1.5 fl oz*s6fl oz@;r-6jigger 1.5 fl oz2 EfJ3iM.{R1 nE&*=7Bcan or bottle (16 fl oz))7Bfl oz@=+(G7Adrink, extra large (44 fl oz)G%';7Adrink, large (32 fl oz)&&=7Adrink, medium (22 fl oz)%%;7Adrink, small (16 fl oz)$-7Adrink (12 fl oz)p&#=7Acan or bottle (12 fl oz)p&"=7Acan or bottle (16 fl oz)!7Afl oz@>33333& =7@can or bottle (12 fl oz)p&=7@can or bottle (16 fl oz)7@fl oz@>33333)7?can (12 fl oz)c7?fl oz@=&=7>can or bottle (12 fl oz)t7>fl oz'79cup (8 fl oz)&=78can or bottle (12 fl oz)n&=78can or bottle (16 fl oz)78fl oz@>75fl oz73?scoop&=72can or bottle (12 fl oz)s&=72can or bottle (16 fl oz)72fl oz@>fffff)771portion (1/8 cap/tub)?ffffff GzR)lD^B#pG&D=7Kcan or bottle (12 fl oz)n&C=7Kcan or bottle (16 fl oz)B7Kfl oz@>&A=7Ican or bottle (12 fl oz)p&@=7Ican or bottle (16 fl oz)?7Ifl oz@>33333>)7Gcan (12 fl oz)c=7Gfl oz@=&<=7Fcan or bottle (12 fl oz)t&;=7Fcan or bottle (16 fl oz):7Ffl oz+9G7Ddrink, extra large (44 fl oz)I%8;7Ddrink, large (32 fl oz)&7=7Ddrink, medium (22 fl oz)%6;7Ddrink, small (16 fl oz)&5=7Dcan or bottle (12 fl oz)r&4=7Dcan or bottle (16 fl oz)37Dfl oz+2G7Cdrink, extra large (44 fl oz)I%1;7Cdrink, large (32 fl oz)&0=7Cdrink, medium (22 fl oz)%/;7Cdrink, small (16 fl oz)&.=7Ccan or bottle (12 fl oz)r&-=7Ccan or bottle (16 fl oz),7Cfl oz+)7Bcan (12 fl oz)c KvT5!sW:U>&nK c%7{tsp, rounded?b7{tsp dry?a#7zfluid ounce`7yfl oz_7yfl oz@=^'7ycup (8 fl oz)]7vserving\7venvelope[7uenvelopeZ7userving*YG7tenvelope Swiss Miss (.53 oz)$X;7tenvelope Alba (.675 oz)W7sservingV7senvelope*UE7roz packet with 6 fl oz water2TW7pserving (3 heaping tsp or 1 envelope)S%7kcan (5.5 oz)R7kfl oz@>333333Q'7fcup (8 fl oz)P)7eserving 2 tbsp'O%7bNLEA servingN'7acup (8 fl oz) M7_servingL'7Ycup (8 fl oz)K7Xtbsp J)7Vcan (12 fl oz)cI/7Vbottle (16 fl oz)H7Vfl oz@=&G=7Mcan or bottle (12 fl oz)r&F=7Mcan or bottle (16 fl oz)E7Mfl oz@> O|`J/mW4z^B& kO7fl oz@>'7cup (8 fl oz)7fl oz@>'7cup (8 fl oz)7fl oz~7fl oz}'7cup (8 fl oz)|7tsp@ffffff{%7NLEA Servingz%7NLEA Servingy%7NLEA Serving x%7tsp, rounded@'w-7serving envelopev%7NLEA Serving u17serving 2-1/2 tbspt-7serving envelopes7fl oz r%7tsp, rounded?q7fl oz p%7tsp, rounded?o7fl ozn7fl oz@=)m77serving (1 round tsp)? l%7tsp, rounded?k7tsp dry?j#7fluid ouncei7fl ozh7fl oz@=g'7cup (8 fl oz)f%7}NLEA Servinge7|tsp dry@)d77{serving (1 round tsp)? !hnR6w[<tW9h$'7cup (8 fl oz)#7tbsp"7scoop!7cup +7glass (6 fl oz)7fl oz@?L'7cup (8 fl oz)7fl oz@?L'7cup (8 fl oz)%7NLEA Serving%7NLEA Serving %7NLEA Serving?333333%7NLEA Serving%7NLEA Serving7packet7fl oz@>fffff'7cup (8 fl oz))7can (12 fl oz)7fl oz@Affffff7fl oz'7cup (8 fl oz)7fl oz'7cup (8 fl oz) )7can (12 fl oz) 7fl oz@A '7cup (8 fl oz) %7tsp, rounded 7fl oz@='7cup (8 fl oz)7fl oz@?'7cup (8 fl oz)7fl oz@>'7cup (8 fl oz) GcD&vW9q< eGA'7cup (8 fl oz)@'7cup (8 fl oz) 2?W7serving (3 heaping tsp or 1 envelope)>'7cup (8 fl oz) 2=W7serving (3 heaping tsp or 1 envelope)<7cupN;'7cup (8 fl oz) 2:W7serving (3 heaping tsp or 1 envelope)9'7cup (8 fl oz) ?8q7individual serving (4-5 heaping tsp or 1 envelope)77fl oz@=67cup5!7can (1 oz)4'7cup (8 fl oz)3'7can (6 fl oz)2)7can (12 fl oz)17fl oz@B3333330'7cup (8 fl oz) "/)7?scoop (2 tbsp).'7cup (8 fl oz)-7fl oz,'7cup (8 fl oz)+'7can (6 fl oz)*)7can (12 fl oz))7fl oz@B@(7fl oz@=''7cup (8 fl oz)&-7packet (0.67 oz)$%-7packet (0.42 oz)@' RwY=) nIxS!pR]'8cup (8 fl oz)\8tsp?ffffff[8fl ozZ8fl oz@=Y'8cup (8 fl oz)X'8cup (8 fl oz) &W?8serving (2-3 heaping tsp)/VO8 small McDonald's shake (12 fl oz)"U58 milkshake (10 fl oz)0TQ8 medium McDonald's shake (16 fl oz)M/SO8 large McDonald's shake (22 fl oz)R8 fl oz@4Q'8 cup (8 fl oz)/PO8 small McDonald's shake (12 fl oz)"O58 milkshake (10 fl oz)0NQ8 medium McDonald's shake (16 fl oz)M/MO8 large McDonald's shake (22 fl oz)L8 fl oz@4K'8 cup (8 fl oz)J8fl oz@>I8cupH8fl oz@?LG'8cup (8 fl oz)F7fl oz@?LE'7cup (8 fl oz)D7fl oz@?333333C'7cup (8 fl oz)B7fl oz ]{T:qJ,pT6y]}80fl oz@=|'80cup (8 fl oz){8/fl ozz'8/cup (8 fl oz)y8.fl oz@>x'8.cup (8 fl oz)w8-fl ozv8-fl oz@=u'8-cup (8 fl oz)t%8)NLEA Servings8(fl ozr/8(bottle (10 fl oz)q8(fl oz@=p'8(cup (8 fl oz)"o)8'tbsp (1/4 cup)@,"n'8'serving 1 tsp?333333m'8#cup (8 fl oz)$l;8"serving (3 heaping tsp)k8"cupj'8!cup (8 fl oz)!i'8 tbsp, rounded@& h%8 tsp, rounded?ffffffg8fl ozf8fl oz@=e'8cup (8 fl oz)d8tsp?ffffff$c;8serving (3 heaping tsp)b8cup"a)8tbsp (1/4 cup)@,`8tsp?_8fl oz^8fl oz@= JlV9x\= Q5iJ+8Vpacket (.75 oz)8Ufl oz%8Pcan 12 fl ozc+8Pbottle 16 fl oz8Pfl oz@=-8Ojigger 1.5 fl oz/8Ofl oz@?-8Njigger 1.5 fl oz48Nfl oz@AffffffGs8Iportion, amount of dry mix to make 8 fl oz prepared@8Hfl oz@@33333 '8Hcup (8 fl oz)2 W8Gserving (3 heaping tsp or 1 envelope) 8Ffl oz '8Fcup (8 fl oz) )8Ecan (12 fl oz)8Efl oz@AGs8Dportion, amount of dry mix to make 8 fl oz prepared@@s8Cportion, amount of dry mix to make 8 fl oz prepared8Ctbsp+8@bottle 16 fl oz%8@can 12 fl ozr8@fl oz-8=packet, prepared/O86packet dry mix with 6 fl oz water'81cup (8 fl oz) ~180bottle (6.5 fl oz) a|`A#wX:y]Ha8-8jigger 1.5 fl oz478fl oz@Affffff6-8jigger 1.5 fl oz*58fl oz@;4-8jigger 1.5 fl oz*38fl oz@;02S8portion (2 oz mix + 1.5 oz whiskey)j18fl ozA08fl oz@>ffffff/8fl ozA.8fl oz@@&fffff-8dfl oz@?,'8dcup (8 fl oz)+8cfl oz@?L*'8ccup (8 fl oz))8_fl oz@?333333('8_cup (8 fl oz)')8^can (12 fl oz)&8^fl oz@B!%58]ice cube (3/4 fl oz)@$8]fl oz@=#'8]cup (8 fl oz)"8\ fl oz!8[fl oz@?L '8[cup (8 fl oz))8Zcan (12 fl oz)8Zfl oz@B&fffff8Yfl oz'8Ycup (8 fl oz))8Xcan (12 fl oz)8Xfl oz@Afffff8Wfl oz !N[:gK/pT4x`NY:ozUX8serving W8servingV8fl ozU)8can (12 fl oz)q&T=8can or bottle (16 fl oz)S8fl ozR8jigger*Q8fl oz@;P-8jigger 1.5 fl oz*O8fl oz@;N'8cup (8 fl oz)$M;8serving (3 heaping tsp)L8cupK8fl ozJ8fl oz@=I'8cup (8 fl oz)H8fl ozG8fl oz@=F8fl oz@>fffffE'8cup (8 fl oz)D'8can (6 fl oz)C)8can (12 fl oz)B8fl oz@B333333A'8cup (8 fl oz)@-8packet (7.25 oz)?'8tbsp, rounded>/8packet (0.675 oz)*=G8envelope Swiss Miss (.53 oz)<)8can (12 fl oz)c;8fl oz@=:/8glass (3.5 fl oz)g98fl oz@= *o}kTB+w`N8&}fT@.o:filletW:ozU:filletO:ozU:fillett~:ozU+}I:piece (5-1/2" x 1-1/2" x 1/2")P|:oz@:ozU=:?fillet<:ozU;:fillet::ozU9:fillet38Y:fillet, small (2-3/8" x 1-3/8" x 1/4")07S:fillet, medium (5" x 1-3/4" x 1/4")(/6Q:fillet, large (7" x 2-1/4" x 1/4")A!55:cubic inch, boneless 4%:oz, boneless@%;oz, boneless@ozUA;=ozU@;<ozU?;<small >;<medium=;<large *rtbL:$pR@)kG0 r;fozU;f?fillet;eozU;e?fillet ;dozU ;dfillet| ;cozU ;bozU ;aozU;afillet!5;acubic inch, boneless %;aoz, boneless@i;RozUh;Rcan +^uWE'~lVD.lZC1p^<;}ozU;;|ozU:;|lobster9;{ozU8;zcrab7;zozU6;yozU5;y?fillet4;xozU3;x?filletw2;wozU1;wfillet0;vozU/;v?fillet.;uozU-;tozU,;t?fillet+;sozU*;sfillet>);rozU(;rfillet%';qozU&;qfillet|%;pozU$;pfillet2#;oozU";ofillet!;nozU ;nfillet;mozU;mfillet2;lozU;l?fillet|;kozU;k?fillet;jozU;j?fillet;iozU;i?fillet;hozU;h?fillet;gozU;goz@cupg>cupf>cup e>cupd>cupc>sliceb>cup(a>cup`>cup_-;oz cooked, yield^#;cup, sliced];ozU\;?fillet[;medium;Z;ozUY;mediumTX;ozUW;medium;V;ozUU;ozUT;crayfishS;ozUR;ozUQ;filletGP;ozUO;filletON;ozUM;filletL;ozUK;filletJ;ozUI;?filletH;ozUG;?filletF;ozUE;filletD;ozUC;filletB;ozUA;fillet@;ozU?;ozU>;medium=;~ozU -gmYE1 }iUA-r^J6"{g>cup>cup>cup>cup>cup>tbsp@%333333>cup>tbsp  >cup >cup >cup >cup >cup>cup>cup>cup>tbsp>cup>tbsp >cup>tbsp@(ffffff>cup>cup~>cup}>cup|>tbsp {>cupz>cupy>cupx>cupw>cupv>cupu>cupt>cups>cupr>cupq>cupp>cupo>cupn>cupm>tbsp@(333333l>cupk>tbspj>cupi>cup +mz_K7$}iU:&kP<! m@>tbsp ?>cup>>cup=>cup<>cup;>cup:>cup9>cup8>cup7>tbsp@'ffffff6>cup5>tbsp@&3333334>cup3>tbsp@(2>cup1>tbsp 0>cup/>cup.>cup->cup,>cup+>cup*>tbsp@%)>cup(>cup'>cup&>tbsp%>cup$>cup#>cup">tbsp@)!>cup >tbsp>cupg>cup>cup>tbsp@">cup>cup>tbsp@&ffffff>cup>tbsp@)333333>cup &gqXD)c= jV=)gf>oz@cup<d>tbsp c>cupb>tbsp a>cup`>oz@cup^>oz@cup\>oz@cupZ>oz@cupX>oz@cupV>oz@cupT>peanutS>oz@peanut?#Q7>cup, halves and wholeP%>cup, choppedO>!nutsN!>oz shelled@cup, shelled'LA>cup in shell, edible yield?K>oz@cupI>tbsp@(ffffffH>cupG>lb@|YF>cup(EC>oz dry, yield after cookingED>cupC>cupB>cupA>cup (cpP;(zfR>*iVB& vc>tsp >tbsp% />individual packet@! >tsp@333333 >tbsp >cup>oz@oz@fl oz@>>cup>cupz>tbsp@%>cup, stirredX>tbsp@%>cup, stirredd%>cup, stirredU~>tbsp@}%>cup, stirredT|>cup{>cupz>cupy>cupx>cupw>tbsp@%ffffffv>cupu>cupt>slices>patty&r>linkq>oz@cupXo>stripn->oz cooked, yieldm>cupl>tbspk>cupj>cupi>cuph>oz@cup< 'hmL2xcO;'kWC/}h5?$sliceT4?#sliceT3?"sliceT2?!sliceT1? ?blockz0??əblock[/?tbsp.?cup-?cup\,?tbsp +?cup*?tbsp )?cup(?cup'#? fluid ounce&? cup&%?? patty (approx 2-1/4" dia)$? tbsp#? cup"?cup!?cup ?cup?cup?block ?cupz?piece ?oz@?əblockZ>?blockt)E>piece (2-1/2" x 2-3/4" x 1")x!>cubic inch->cup (1/2" cubes)>?əblock[>?blockQ>?cup~>?cup:>tsp>tbsp +ouaM9%q]I5! mYE(o`@ cup_@oz@?cup=?cup<?cup;?cup:?0oz@7?&cup6?%sliceT %d~jVB.y`G3oZF2}dBklb@|YBkoz@Boz@,XFr`G.ZHBozU5[Bunit, cooked (yield from 1 lb raw meat)Blb@|YBoz@,w ;X !Bchop, excluding refuse (yield from 1 raw chop, with refuse, weighing 85 g)*Boz@[Bunit, cooked (yield from 1 lb raw meat)'=BozU5<[Bunit, cooked (yield from 1 lb raw meat);Blb@|Y:Boz@,8& 2 yA5[Bunit, cooked (yield from 1 lb raw meat)+BozqBoz@C oz@ozqC>oz@CNlb@|Y=CNoz@CozUU= Cpiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse) !zmTB),~lS:(zwCozUvClb@|YuCoz@1FUbagel (4-1/2" dia)v%==FUbagel, mini (2-1/2" dia)<)FUbagel (4" dia)Y;1FUbagel (3-1/2" dia)G:)FUbagel (3" dia)99FUoz@/Fslice, snack-size=Fslice <Foz@EFcake, 2-layer (8" or 9" dia)w =1Fpackage (18.50 oz) <Foz@%g7rYGoz@CGcookie, medium (1-5/8" dia)=Goz@^G%wafer]G%oz@oz@1G4cracker, rectangleG4?oz@,ffffff f~_?jJ7n?f#O7GFlarge (approx 7" dia)NGFoz@/GAcroissant, medium9=-GAcroissant, small*<GAoz@cream puff, miniature&3?G>eclair (5" x 2" x 1-3/4")Z2!G>cream puff BfM*d(cJrB-hMGLdoughnut, medium (approx 3" dia)-g/GLdoughnut (2" dia)fGLoz@Gkoz@Groll&=Goz@%yeL*sU;!i'a?Gtortilla (approx 10" dia)FN)`AGtortilla (approx 7-8" dia).-_KGtortilla medium (approx 6" dia)x^Goz@AGpiece (1/12 of 12 oz cake))=EGpiece (1/10 of 10.6 oz cake)&<?Gpiece (1/9 of 20 oz cake)? ]iM$rR.`1],tKGsmall or frozen (approx 3" dia)#s-Gcontainer (3 oz)rGoz@[G?oz@,ffffffZGcrackerY1Gcracker, rectangleXG?oz@,ffffff S|gN8`GtO*lSHoz@{HpastryGzHoz@KHMpastry>JHLpastry>IHKservingF4H[HKwaffle, round (4" dia) (include frozen)#GHJservingF4F[HJwaffle, round (4" dia) (include frozen)#3EYHIround waffle (4" dia) (include frozen)#DHIservingFC)HHbagel (4" dia)fB)HGbagel (3" dia)QAHFservingU@HDservingN?HApastry4>H@pastry4=H?pastry4<H>pastry2;H=pastry4:H<pastry49H;pastry48H:pastry67H9pastry4 (hv_H1ybK4|eN7  hHservingHservingHserving ~Hserving}Hserving|Hserving{H~serving%zH}servingyH|servingxH{servingwHzserving vHyservinguHxservingtHwservingsHvservingrHuservingqHtservingpHsservingoHqservingnHpservingmHoservinglHnservingkHmservingjHlservingiHkservinghHjservinggHiservingfHhservingeHgservingdHfservingcHeservingbHdservingaHcserving`Hbserving_Haserving^H`serving]H_serving\H^serving[H]servingZH\serving 'bpYB+s\E.v_H1yb(Hserving'Hserving,&Hserving"%Hserving=$Hserving#Hserving>"Hserving!Hserving@ HservingYHserving2HservingHservingHservingHservingHservingHservingHserving HservingHservingHserving3Hserving)HservingHserving(Hserving9Hserving6Hserving(Hserving Hserving HservingG HservingP Hserving HservingHservingCHserving+Hserving(Hservingp2WHNLEA serving (makes 1/2 cup prepared)HmuffinHserving &]nW@)oV:!u\A(p]NJGbarMJFsmallLJFlargeK+JEpacket (.75 oz)JJEpackageIJEoz@oz@!J<bag (7 oz)=J<oz@+Jserving 1/2 cupL=!Jbar (3 oz)U !Vz^BwZ4dD* mV|J kisses. {#Jbar 1.55 oz,z'Jbar miniatureyJcup chipsx%Jbar (1.4 oz)(w'Jbar (1.25 oz)#vJbaruJregular@t!J miniaturess-Jcup of miniature2r'Jbar (1.76 oz)2qJservingDpJtbspoJcup;&n=Jpieces from 8 oz package-&m=Jpieces from 5 oz package&lJ@oz 2.5 ozG#k7Jbar fun size (1.0 oz)j%Jbar (0.75oz)iJblocks%hJbar 2 oz8g#Jbar 1.45 oz)f)Jbar (3.375 oz)`e%Jbar (2.8 oz)Nd)Jbar (1.625 oz).$c;Jbar, miniature (.35 oz) b%Jbar (1.5 oz)*a%J large (1 oz)`J small _%Jpiece, small^Jpiece]Joz@Jminiature=/Jpackage (1.58 oz)-<J pieces ;Jpackage-:-Jbar (1.75 fl oz)29%Jbar (1.6 oz)-8%Jbar (1.4 oz)(7Joz@K+pieces'=-K*pieces minitures'&<=K*package 1.44 oz, 2 cups( #_uaA${_C {gH) s_~Kitbsp}KicupH"|5Khserving 1 Tablespoon{KhcupQz-Kgpackage (0.5 oz)yKgtbspxKgcup@w+Kdpacket (0.5 oz)v)Kdserving 1 tbspu+Kapacket (0.5 oz)tKatbsps+K`packet (0.5 oz)rK`tbspqK`cupSpK^tbspoK^cupnK]?cupHm%K[NLEA Serving\ l%KZNLEA Serving@k%KYNLEA Servingqj%KXNLEA Servingqi%KWNLEA Servingh%KVNLEA Servingg%KUNLEA Servingf%KTNLEA Servinge'KSbar (2 fl oz);d%KSsingle stickXc%KSdouble stickb-KSbar (1.75 fl oz)4aKRbar`KQ?cupt_KQfl oz!^'KP?cup (4 fl oz)c]%KNNLEA Serving\%KMNLEA Serving UuY?Q6}].|U$9Kcup, unpacked unpacked 1Kcup, packed packed,KKportion, amount to make 1/2 cup)Kpackage (3 oz)U$9Kpackage yield (2 cups)KK?cup,KKportion, amount to make 1/2 cup-Kpackage (3.5 oz)c$9K}package yield (2 cups)/K}?cup,KK|portion, amount to make 1/2 cup/K|package (3.12 oz)X$ 9K{package yield (2 cups)K K{?cup, KKzportion, amount to make 1/2 cup -Kzpackage (3.5 oz)c, KKxportion, amount to make 1/2 cup/Kxpackage (3.12 oz)X,KKvportion, amount to make 1/2 cup-Kvpackage (3.5 oz)cKr?canJ#Krcan (21 oz)SKp?canJ#Kpcan (21 oz)S!Kocan (5 oz)Kooz@Koz@I-Kpackage (2.3 oz)AHK pieces@%ffffffG)Kpackage (4 oz)q&F?Kpackage (2 oz, 54 pieces)9EKpackage&DKcupCKtbsp)BKcupHAKtbsp*@KcupT #hw]I4 u\C({R2h/Lpackage (0.35 oz) Ltbsp ,KLportion, amount to make 1/2 cup)Lpackage (3 oz)U&1Loz (approx 60 pcs)@Mmoz@cupx+N=oz, dry, yieldsVw-N=cup, dry, yieldsv#N=cup, cookeduN<cuptN;cupsN9cuprN8cupqN7cupzpN6cupoN4cupznN2cup~ (ht`M:'zfSA-pP>hB/Ncup spiral shapedTA-Ncup small shellss@Noz9?-Ncup small shells]>-Ncup small shellss=/Ncup spiral shaped<-Ncup elbow shaped;Noz9:-Ncup small shells]9/Ncup spiral shapedT8-Ncup elbow shapedi7Noz96Noz95Noz94N@oz3N~oz92N}@oz1N|cup0N{oz9/N{cupi.Nzcup-Nycup,Nxcup+Nwcupl*Nvcupo")5Ntcup unsifted, dipped(Nscup'Nrcup}&Nqcup}%Npcupx$Nncups#Nmcup:"Nlcup!Nkcup NjcupNicupNhcupNgcupNfcupNecup +myfT@-~jXD2 weE1 mmOjcuplOecupkOdcupjOccupziObcuphOacupgO`cupzfO]cupreO\cupudOZcupcOVcupb-ONcup small shellssaOMoz9`-OMcup small shells]_Ncup^Ncup]Ncup"\5Ncup unsifted, dipped[NcupZNoz9YNcupXNoz9WNcupVNoz9UNcupTNoz9SNcupRNoz9QNcuprPNoz9ON?oz+NNcup-MNcupLNoz9KNcup&JNcupINoz9HNcup&G-Ncup elbow shapedFNoz9E-Ncup elbow shapediD/Ncup spiral shapedCNoz9 *nkWC/p^J6"u]E.nRpastry^RpastryXRpastry[RcroissantRcroissantRcroissantRcroissantRbiscuit|RbiscuitqRbiscuit Rbiscuit R biscuit R biscuit R biscuit R biscuitPoz9Pecup}PAcupP+cupP*cupP)cupPcupPoz9-Pcup elbow shapediPcup}~Ocup}Ocup|Ocup{OcupzOcupyOcupxOcupwOcupvOcupuOcuptOcupsOoz9rOcupqOcup&p-Ocup elbow shapedoOcup}nOycup &jybL2ybD*dI.j=RGpieces<RFpieces;REpieces:RDpieces9!RC6-8 shrimp8RBpieces7RA?cupF6R@?cup5R??cup4R>?cup3R=?cup2R<?cuph1R<?cup0R;sliceG/+R;pizza (12" dia)7.R8pieces-R7fillet[,R6cake<+R3?cups*'R2cup (8 fl oz))R,pieces(R+pieces'R*sundae&R)sundae%R(sundae$R&box7#R%boxC"R$coneg !3R#brownie (2" square)< R"?cupHR!cakesR piecesRslicesRmuffinRsandwichRmuffinsRmuffin?Reggs^ $RnP4~Z5t^H1kRaRisandwich`Rhsandwich_Rgsandwich^Rfsandwich]Resandwich\Rdsandwich[RcsandwichZRbsandwichqYRasandwichfXR`piecesWR_pieceVR^pieceUR]pieceTR\?cupSR[?cupRRZsmallQRZlarge!P5RYportion (6-8 nachos)m"O5RXportion (6-8 nachos)"N5RWportion (6-8 nachos)!M5RVportion (6-8 nachos)qLRUcupKRTenchiritoJRSenchiladaIRRenchiladaH#RQchimichangaG#RPchimichangaF#ROchimichangaE#RNchimichangaD)RMburrito, smallJC)RMburrito, largeBRLpieces0ARKpieces@RJpieces?RIpiecesP>RHpieces` I "(.4:@FLRX^djpv|ztnhb\VPJD>82,&  H Gs FS E8 D Cu BP A( @ ?f >A = Vhserving7 #VkS4wX@! hP1uV)Xpackage yieldsXservingU)Xpackage yieldsXserving)Xpackage yieldsXserving~)Xpackage yields}Wserving|)Wpackage yields{Wservingz)Wpackage yieldsyWcupxWservingw)Wpackage yieldsvWservingu)Wpackage yieldstWservings)Wpackage yieldsrWservingq)Wpackage yieldspWservingo)Wpackage yieldsnWservingm)Wpackage yieldslWservingk)Wpackage yieldsjWservingi)Wpackage yieldshWservingg)Wpackage yieldsfWservingeWservingdW\serving`cW\sandwich0bW\package` "Zz[C$ gH0lU6yZ&)Xpackage yields%Xserving$)Xpackage yieldso#Xserving")Xpackage yields!Xserving )Xpackage yieldsXserving)Xpackage yieldsXservingz)Xpackage yieldsXserving)Xpackage yields#Xserving)Xpackage yieldsX serving)X package yieldsX serving)X package yields X serving)X package yieldsX serving)X package yieldsX serving)X package yields Xserving )Xpackage yields Xserving )Xpackage yields Xserving)Xpackage yieldsXserving)Xpackage yieldsXserving "\z[C$ iJ3oW8 {\H)X*package yieldsSGX)servingF)X)package yieldsEX(servingD)X(package yields"CX&servingB)X&package yields0AX%serving@)X%package yields9?X$serving>)X$package yields=X#serving<)X#package yields;X"serving:)X"package yields9X!serving8)X!package yields7X servingv6)X package yieldsb5Xserving}4)Xpackage yieldsp3Xserving2)Xpackage yields1Xservingq0)Xpackage yieldsT/Xserving.)Xpackage yieldsb-Xserving,)Xpackage yields^+Xserving*)Xpackage yieldsb)Xserving()Xpackage yieldsP'Xserving "Zz[C$ gH1mU6yZj)X<package yields@iX;serving8h)X;package yields8gX:servingxf)X:package yieldsxeX9serving d)X9package yields cX8servingb)X8package yieldsaX7serving`)X7package yields_X6serving^)X6package yields]X5serving\)X5package yields[X4servingFZ)X4package yieldsFYX3serving}X)X3package yields7WX2servingV)X2package yieldsUX1serving)T)X1package yields)SX0servingR)X0package yieldsQX/servingP)X/package yieldsTOX-servingN)X-package yieldsMX,serving L)X,package yields KX+servingJ)X+package yieldsIX*serving $az[C$ qYB*tU=yaXSserving )XSpackage yields XRserving )XRpackage yields XQserving )XQpackage yieldsXPserving)XPpackage yieldsXOserving)XOpackage yieldsXNservingb)XNpackage yieldsbXMserving)XMpackage yieldsXLserving)XLpackage*~XKserving}XKpackage|XJserving}{XJpackagezXJcupyXIservingxXIpackagewXIcupvXHservingpuXHpackagetXHcupsXGservingr)XGpackage yieldsqXFservingp)XFpackage yieldsoXCservingn)XCpackage yieldsmX@servingl)X@package yieldskX<serving@ "\t\=%aI*mN6t\0Xserving/)Xpackage yields.Xserving -)Xpackage yields ,Xservingc+)Xpackage yieldsc*Xservingp))Xpackage yieldsp(Xserving')Xpackage yields&Xserving%)Xpackage yields$Xserving#)Xpackage yields"Xserving*!)Xpackage yields* Xserving)Xpackage yieldsXserving)Xpackage yieldsX[serving)X[package yieldsXZserving)XZpackage yieldsXYserving)XYpackage yieldsXXserving7)XXpackage yields7XWserving)XWpackage yieldsXVserving)XVpackage yieldsXUservingr)XUpackage yieldst $Z~_G(lM5|]F2qZTXpackage|SXcup]RX@ozFQXservingFPXpackageOXserving-NXpackageMXservingL)Xpackage yieldsKXcupJXservingvI)Xpackage yieldsHXservingG)Xpackage yieldsFXcupEXservingD)Xpackage yieldsCXservingB)Xpackage yieldsAXserving@)Xpackage yields?Xserving>)Xpackage yields=Xserving<)Xpackage yields;Xserving:)Xpackage yields9Xservingk8)Xpackage yields7Xserving6)Xpackage yields*5Xserving4)Xpackage yieldsp3Xcup2Xserving71)Xpackage yields7 %\{gH0wX@! |dP8$ t\yXservingxXcupwXservingvXcupuXservingtXcupsXservingrXcupqXservingpXcupoXservingnXcupmXserving*l)Xpackage yields*kXservingj)Xpackage yieldsiXserving h)Xpackage yields gXservingf)Xpackage yieldseXservingTd)Xpackage yieldsTcXservingFb)Xpackage yieldsFaXserving7`)Xpackage yields7_Xserving^)Xpackage yields]Xcup\Xserving[)Xpackage yieldsZXcupYXservingX)Xpackage yieldsWXservingV)Xpackage yieldsUXserving> Fv^I1}dKWE,_F[lb@|Y-[oz ( 1 serving )U[patty@[pattyDYozUU Ypiece, cooked, excluding refuse (yield from 1 lb raw meat with refuse)lYlb@|YYoz@[lb@|Y=[lb@|Y<-[oz ( 1 serving )U;[lb@|Y _|cJ*fM4o:x_z\ lb@|Yy\ ounce0xO\ loaf ( yield from 1 lb raw meat )Cw-\ serving ( 3 oz )U5vY\portion ( yield from 1/2 lb raw meat )u-\serving ( 3 oz )U2tU\patty ( yield from 1/4 lb raw meat )Vs-\serving ( 3 oz )U2rU\patty ( yield from 1/4 lb raw meat )R*q-\serving ( 3 oz )Up-\serving ( 4 oz )qo\lb@|Yn\ouncem\oz@\,lb@|Y=\,oz@lb@|Y]\>oz@'bar, fun size=cup<fl oz;cup:tbsp9cup8tbsp@-3333337cup6fl oz5tbsp@*4packet3cup^2cupK1cup0-oz cooked, yield/oz.!cup piecesR-!cubic inch,!cup pieces+#slice, thin*%slice, thick+)'slice, medium(!cubic inch'!cup pieces&!bottle NFS~%fl oz@?$!bottle NFS~#fl oz@?"!cubic inch!'cup, shreddedq tbspcup"5tcup (1 NLEA serving)Gtsp %l|gR6u`K-y\G*lffl oz@>ecupd#frankfurter9c#cup, slicedbcupacup`cup_cupU^fl oz@<]cup\fl oz@>333333[#frankfurter9Z#cup, slicedYtbspXcupW#cup, cookedV-oz cooked, yieldUozT'patty, cookedStbspRcupQslicePtbspOcupNtbspMcupL%slice (1 oz)K!cubic inchJ'cup, shreddedqI!cup, dicedHtbspGcupFtbsp Ecup*DEjar Beech-Nut Stage 2 (4 oz)qCjar NFSqBtbsp !^uO2zeI4  eI.{^fl oz@?cup!bottle NFSfl oz@>!bottle NFSfl oz@>)5?XbMcup (1 NLEA serving)6!cubic inch!cup pieces)~5?XbMcup (1 NLEA serving)5}!cubic inch|!cup pieces){5?cup (1 NLEA serving)zbiscuitycup9xcupwcupvtbsp@+333333ucupttbspscup rpiece@ 333333qcupp)slice (3/4 oz)o!cubic inchn!cubic inch@m%bar fun size#l7bar 1.76 oz (1.76 oz)2kcupjtbspicup #h5links 1 NLEA serving<#g5links 1 NLEA serving- !N|gK ~aL't\/yN((?jar Heinz Junior-3 (6 oz)'jar NFS&tbsp)%Cjar Heinz Strained-2 (4 oz)q$jar NFSq#tbsp,"Ijar Heinz Strained-2 (4.25 oz)x*!Ejar Beech-Nut Stage 2 (4 oz)q jar NFSqtbsp'@cup, shreddedq?slice!?cubic inch'?cup, shreddedq;tbsp@+333333;cup"59cup (1 NLEA serving);3tbsp2fl oz@>fffff2cup1tbsp1cup-tbsp@ + chips +cup"#(cup, sliced(?'jar Earth's Best (4.5 oz) 'tbsp@, 'cup( ?&jar Earth's Best (4.5 oz) &tbsp@, &cup%9drink box (8.45 fl oz) (hnR=(kVA,mX?*~hPystickOxcupNucupMjcupLhcupKesmall>JemediumsIelargeH\bar+GZcupFFenvelopeEFtbspDCfl oz@?333333C'Ccup (8 fl oz)B4pieceA2piece@1piece?1cup>&piece=piece<tbsp;cup:tbsp9cup8 tbsp7 cup6 tbsp5 cup4 tbsp3 cup2 tbsp1 cup0tbsp/cup.tbsp@-ffffff-cup*,Ejar Beech-Nut Stage 2 (4 oz)q+jar NFSq *1jar, Gerber (4 oz)q)tbsp %a`J3 nQ/oS:vau tbspt cups cuprcupPq-container (8 oz)p-container (6 oz) o1container (4.4 oz)}n'cup (8 fl oz)menvelopeltbsp@ffffff"k5cup (1 NLEA serving)7jcupzicupqhcupgcupPftbspeenvelope%dtbsp@c/glass (3.5 fl oz)gbfl oz@=afl oz`tsp@_cup^cup]cup\cup[slice8ZcupYtbspX~filletUW}pattyFV-}oz cooked, yieldU}cupT|cupS#{slice, thinR#zfrankfurterFQ#zcup, sliced $XnY?*mXC. kVA%mX[tbsp[cupXcupVcupRbarJRfl oz@=QtspOtsp dry@Ltbsp#Lcup, grateddCtbspCcup Atbsp@- Acup" 5>cubic inch, boneless! %>oz, boneless@#icup""5gcubic inch, boneless=!kgoz with bone, cooked (yield after bone removed)" 5fcubic inch, boneless=kfoz with bone, cooked (yield after bone removed)efl oz@>333333ecupd chips!3dbag, single servingdcup km8oZ> aF0k0SQbottle Gerber First Food (4 fl oz)}-RKbottle Heinz Strained (4 fl oz)}.QKbottle Earth's Best (4.2 fl oz)Pfl oz@?333333OtspNsliceM!cubic inchL'cup, shreddedlK!cup, dicedJfl ozI'cup (8 fl oz)Htsp dry?333333GsliceF!cubic inchE'cup, shreddedqD!cup, dicedCcup)B5?cup (1 NLEA serving);1ASthick slice (approx 3" x 2" x 3/8")*2@Umedium slice (approx 3" x 2" x 1/4")1?S~thick slice (approx 3" x 2" x 3/8")*2>U~medium slice (approx 3" x 2" x 1/4")"=5~cubic inch, boneless!<%~oz, boneless@&jNs tbsp@rfl oz@?qcup,pIjar Heinz Strained-2 (4.25 oz)x*oEjar Beech-Nut Stage 2 (4 oz)q+nGjar Gerber Second Food (4 oz)qmjar NFSqltbspk%single stickXj%double stickifl oz hcup g#frankfurter9f#cup, slicedecup:dcup/ccupbfl oz@=acup`cup_ chips!^3bag, single serving]%cup, crushedXD\yroll (pan, dinner, or small roll) (2" square, 2" high)![3medium (2-1/2" dia)$ZtbspYjar NFSXpiece$W!cup piecesV!cup, dicedU!bottle NFS}0TQbottle Beech-Nut Stage I (4 fl oz)} Ee0|gO#lW5 uE-Kjar Gerber First Foods (2.5 oz)G* Ejar Beech-Nut Stage I (4 oz)q1 Sjar Beech-Nut Baby's First (2.5 oz)G jar NFSq tbsp fl oz@>cup!cubic inch@$ffffffcup,Ijar Heinz Strained-2 (4.25 oz)x*Ejar Beech-Nut Stage 2 (4 oz)q+Gjar Gerber Second Food (4 oz)qjar NFSqtbsp)Cjar Heinz Strained-2 (4 oz)qjar NFSq~tbsp)}Cjar Heinz Strained-2 (4 oz)q*|Ejar Beech-Nut Stage 2 (4 oz)q+{Gjar Gerber Second Food (4 oz)qzjar NFSqytbsp2xUbottle Gerber Second Foods (4 fl oz)}0wQbottle Beech-Nut Stage 2 (4 fl oz)}v!bottle NFS}-uKbottle Heinz Strained (4 fl oz)}tfl oz@?333333 zL/oR6wbM3,-IDpiece (5-1/2" x 1-1/2" x 1/2")P",5Dcubic inch, boneless+#Dcup, cooked*%tsp, rounded)fl oz$(~serving'~cup&Ntbsp%Ncup,$Otbsp#Ocup"Ntbsp!Ncup %Mslice (1 oz)!Mcubic inch'Mcup, shreddedq!Mcup, diced%Eslice (1 oz)!Ecubic inch'Ecup, shreddedl!Ecup, dicedAtbsp@cup&)52?cup (1 NLEA serving). chips%.cup, crushed?+Gjar Gerber Second Food (4 oz)qjar NFSqtbsp+Gjar Heinz Beginner-1 (2.5 oz)G(?jar Earth's Best (4.5 oz) 'jqWH6jr]E/pXA. !!oil, olivewines&oils'-cinnamon, groundspices&longanproduce%lycheeproduce$/squash, butternutproduce#camucamuproduce"-pepper, habaneroproduce!%chili powderspices croutonsbread!blueberry produce#watermelon produce-brussels sproutsproducespaghettipastas'prickly pear producefriseeproduce1american persimmonproduce porkmeats!oil, cornwines&oils'pasta, shellspastasasparagusproduce#broad beansproduceplantainproduce!cranberry produceroeseafood-ginger, powderedspices+vanilla extractbaking)chicken, wholemeats couscouspastas -coriander, seedsspices -velvet persimmonproduce grapeproduce milkdairy'passion fruitproduce)currant, blackproduce -%broth, vegetablesoups&sauces#gooseberry producefig producewhitingseafoodrose hipproduce 'mq\H2q^C1eI1mN)mustard, seedsspicesM)borlotti beansproduce!L=cheese, fresh white goatdairyK1linguini, pepperedpastasJrhubarbproduce IlambmeatsHdurianproduceG%sugar, brownbakingF#green beansproduceE+alfalfa sproutsproduceD)potato, russetproduceChoneybakingB!'fish sauceinternationalA-tortillas, flourdairy@pommeloproduce?hamburgermeats>sharkseafood=+chocolate chipsbaking<carrotproduce;salakproduce:)cilantro stemsproduce9loquatproduce8+cilantro, freshproduce7tangerineproduce6tat soiproduce5)'tamarind waterinternational4/squash, spaghettiproduce3)cabbage, nappaproduce25mushroom, portobelloproduce1barberry produce0pollockseafood/rutabagaproduce.limeproduce -duckmeats,1leek allium porrumproduce+radishproduce*#fiddleheadsproduce)appleproduce(pitayaproduce 40=HR_mz!3BL]g~!0>Qbx angelica| abalone'ajowan, seeds akee+alfalfa sproutsE1american persimmon anchovy9 anisek apple) apricotx artichokec arugula asparagus avocadoh#azuki beans bacon'baking powder #baking sodaQ banana barberry 1%basil, fresh1basil, fresh, thaibass~%bean sproutsbearberry beef%beef, ground^ beet1bell pepper, greena-bell pepper, redp bilberry#black beansblack cod)black mulberryx5black pepper, groundY+black-eyed peas;!blackberryE blowfish!blueberry  bok choy)borlotti beansM#boysenberry?-bread, sourdough!breadfruitI#broad beans%broccoflower broccoli -broth, vegetable-brussels sprouts%buffaloberryo butter" - %5@Vct+CYp'=Ufy cinnamon cabbageV)cabbage, nappa3calabrese camucamu#!cantaloupe carrot<-cassava (manioc) catfish #cauliflower caviarl cayenne3 celeriacg celery cempedak chard+cheese, cheddar+cheese, cottage%cheese, feta=cheese, fresh white goatL%cheese, jack1cheese, mozzarella-cheese, parmesan=/cheese, provolone+cheese, ricotta5cheese, smoked GoudaOcherimoya cherry2 chicken+chicken, breastw%chicken, leg)chicken, whole'Schickpeas, garbanzos, or ceci beansP-chilean sea bassM1chiles, red, dried%chili powder!'chilli pepper chives8+chocolate chips=!chokeberry chorizo cilantro0)cilantro stems:+cilantro, fresh8-cinnamon, ground' 40=HR_mz!3BL]g~!0>Qbx angelica| abalone'ajowan, seeds akee+alfalfa sproutsE1american persimmon anchovy9 anisek apple) apricotx artichokec arugula asparagus avocadoh#azuki beans bacon'baking powder #baking sodaQ banana barberry 1%basil, fresh1basil, fresh, thaibass~%bean sproutsbearberry beef%beef, ground^ beet1bell pepper, greena-bell pepper, redp bilberry#black beansblack cod)black mulberryx5black pepper, groundY+black-eyed peas;!blackberryE blowfish!blueberry  bok choy)borlotti beansM#boysenberry?-bread, sourdough!breadfruitI#broad beans%broccoflower broccoli -broth, vegetable-brussels sprouts%buffaloberryo butter" - %5@Vct+CYp'=Ufy cinnamon cabbageV)cabbage, nappa3calabrese camucamu#!cantaloupe carrot<-cassava (manioc) catfish #cauliflower caviarl cayenne3 celeriacg celery cempedak chard+cheese, cheddar+cheese, cottage%cheese, feta=cheese, fresh white goatL%cheese, jack1cheese, mozzarella-cheese, parmesan=/cheese, provolone+cheese, ricotta5cheese, smoked GoudaOcherimoya cherry2 chicken+chicken, breastw%chicken, leg)chicken, whole'Schickpeas, garbanzos, or ceci beansP-chilean sea bassM1chiles, red, dried%chili powder!'chilli pepper chives8+chocolate chips=!chokeberry chorizo cilantro0)cilantro stems:+cilantro, fresh8-cinnamon, ground' 'eerZF3pQ7!|iT>+R1flour, all purposebakingusnap peasproducetturnipproducesgoosemeatsr!navy beansproduceq)!mustard, dijoncondiments!p9lettuce lactuca sativaproduceo!mung beansproducenwasabiproducemswordfishseafoodlhawthornproducekorangeproducejwalnutbakingipawpawproducehavocadoproducegzuchiniproducef/!vinegar, balsamicwines&oilse1sugar, light brownbakingd%huckleberry producecartichokeproduceb'sea-buckthornproducea1bell pepper, greenproduce`turmericspices _eggdairy^%beef, groundmeats]halibutseafood\)currant, whiteproduce[mangoproduceZprawnsseafoodY5black pepper, groundspicesXwolfberryproduceWtomatoproduceVcabbageproduceU'salsainternationalTdateproduceS%keppel fruitproduceQkohlrabiproduce.PSchickpeas, garbanzos, or ceci beansproduceO5cheese, smoked Goudadairy /4p|$.>Takz^L 4(9BU`iq@ daikon feijoa%curry powder%cumin, seeds{ citrond clamA!clementineG!cloudberry coconut%coconut milkJ/coconut, shreddedcod)collard greens/coriander, ground}-coriander, seeds cornY!corn saladh-cornmeal, yellow couscous crabqcrabapple&!cranberry  crayfish* croutons crowberry( cucumber'cumin, ground)currant, black%currant, red<)currant, white\'custard appledateT#dragonfruitduck-'dungness crab durianHeelDegg_ eggplant#elderberry W endive:'endive, curlyu fennel#fiddleheads*fig !fish sauceB;flat rice flour noodles /4p|$.>Takz^L 4(9BU`iq@ daikon feijoa%curry powder%cumin, seeds{ citrond clamA!clementineG!cloudberry coconut%coconut milkJ/coconut, shreddedcod)collard greens/coriander, ground}-coriander, seeds cornY!corn saladh-cornmeal, yellow couscous crabqcrabapple&!cranberry  crayfish* croutons crowberry( cucumber'cumin, ground)currant, black%currant, red<)currant, white\'custard appledateT#dragonfruitduck-'dungness crab durianHeelDegg_ eggplant#elderberry W endive:'endive, curlyu fennel#fiddleheads*fig !fish sauceB;flat rice flour noodles 'Ys[>-x`F1mT?.Yx/pepper, jalapeñoproduce%runner beansproduce!mamoncilloproducehaddockseafoodlingcodseafood-cornmeal, yellowbaking"/'green curry pasteinternational!nannyberryproducebaconmeatsshallotproduce#lime leavesproducebananaproduce'onion, yellowproducescallionproduce1basil, fresh, thaiproduce tamarindproduce !ugli fruitproduce +cheese, ricottadairy cempedakproduce tilapiaseafood'ajowan, seedsspices!mangosteenproducegarlicproduce/coconut, shreddedbakingspinachproducesteakmeats''vinegar, riceinternationalcherimoyaproducesalamimeatsmarangproduce~bassseafood}/coriander, groundspices|#pomegranateproduce{monkfishseafoodzquinceproducey%garam masalaspicesx)black mulberryproducew+chicken, breastmeatsv#strawberry produce (`uW@,~gU=*fSC%z`D%onion familyproduceC/cheese, provolonedairyBceleryproduceA'orange roughyseafood@black codseafood?nectarineproduce>'custard appleproduce=key limeproduce</sugar, dark brownbaking ;fuetmeats:chickenmeats9%kidney beansproduce8fennelproduce7guava produce6radicchioproduce5pineappleproduce4saguaro produce3saltbaking2#green appleproduce1oysterseafood0chardproduce/!watercressproduce.muttonmeats-juneberryproduce,salmonseafood+bok choyproduce*3peanut butter fruitproduce)%cheese, fetadairy(#squash, gemproduce'%pasta, pennepastas&#lemon juiceproduce%gingerproduce$snow crabseafood#-cassava (manioc)produce"bilberryproduce!!star anisespices %salad greensproducecoconutproducesanddabseafood%sweet potatoproduce : )6CLcn  -8CN]o'3FYeu)mustard greens langsat!lime juice leek!mayonnaise%keppel fruitS key lime%kidney beansking crabs#kiwi fruit kohlrabiQ kumquat7lambI1leek allium porrum, lemon#lemon grassH#lemon juice lentilsO9lettuce lactuca sativap3lettuce, curly leaflime.#lime leaves lingcod#lingonberry^1linguini, pepperedK lobsterK longan& loquat9 lychee%mahi mahi%mamey sapote%!mamoncillo mandarin mango[!mangosteen marang medlarmilk monkfish{ mulberryt!mung beanso mushroom~5mushroom, portobello2mushroomsf mussel)mustard, dijonq)mustard, seedsN mutton!nannyberry!navy beansrnectarine nettles3new zealand spinach nutmeg octopusc oil, corn!oil, olive #oil, sesame : )6CLcn  -8CN]o'3FYeu)mustard greens langsat!lime juice leek!mayonnaise%keppel fruitS key lime%kidney beansking crabs#kiwi fruit kohlrabiQ kumquat7lambI1leek allium porrum, lemon#lemon grassH#lemon juice lentilsO9lettuce lactuca sativap3lettuce, curly leaflime.#lime leaves lingcod#lingonberry^1linguini, pepperedK lobsterK longan& loquat9 lychee%mahi mahi%mamey sapote%!mamoncillo mandarin mango[!mangosteen marang medlarmilk monkfish{ mulberryt!mung beanso mushroom~5mushroom, portobello2mushroomsf mussel)mustard, dijonq)mustard, seedsN mutton!nannyberry!navy beansrnectarine nettles3new zealand spinach nutmeg octopusc oil, corn!oil, olive #oil, sesame &UucO8$ jR<!v^E3lUjcalabreseproducei)'tamarind juiceinternationalh%orange juiceproduceg3lettuce, curly leafproducef#azuki beansproducee#!oil, sesamewines&oilsd!patty pansproducec+pacific snapperseafoodbsoleseafooda#cauliflowerproduce`!cantaloupeproduce_mandarinproduce^rowanproduce]'chilli pepperproduce\%onion, whiteproduce[honeydewproduceZ+cheese, cottagedairyY)tomato, cherryproduceX'tomato, grapeproduceWsturgeonseafoodV%cheese, jackdairyU%broccoflowerproduceT!sour creamdairyS-bread, sourdoughbreadR)collard greensproduceQnutmegspices%P5'green chiles, cannedinternationalOwhitefishseafoodNmedlarproduceMmahi mahiseafoodLjicamaproduceKakeeproduceJgoumiproduceI#kiwi fruit produceH!salmon roeseafoodG3potato, red-skinnedproduceFpumpkinproduceEricepastas :,?K`ly +>Wmw )5Nal~ rain okraP olives onionB%onion family!onion, red#%onion, white'onion, yellow orangek%orange juice'orange roughy oyster+pacific snapper papaya paprikay parsley parsnipm'passion fruit pasta[9pasta, lasagna noodles+pasta, linguine%pasta, penne'pasta, shells!patty pans pawpawi peach'peanut butter3peanut butter fruit-peanuts, roasted peas-pepper, habanero"/pepper, jalapeño!persimmon  pike]pineapple pitaya( plantain plum_ poha/ pollock0#pomegranate| pommelo@pork potato3potato, red-skinned)potato, russetD prawnsZ'prickly pear  pumpkin quincezradicchio radish+ rambutanX rapini$raspberry\#red snapper rhubarbJ rice :,?K`ly +>Wmw )5Nal~ rain okraP olives onionB%onion family!onion, red#%onion, white'onion, yellow orangek%orange juice'orange roughy oyster+pacific snapper papaya paprikay parsley parsnipm'passion fruit pasta[9pasta, lasagna noodles+pasta, linguine%pasta, penne'pasta, shells!patty pans pawpawi peach'peanut butter3peanut butter fruit-peanuts, roasted peas-pepper, habanero"/pepper, jalapeño!persimmon  pike]pineapple pitaya( plantain plum_ poha/ pollock0#pomegranate| pommelo@pork potato3potato, red-skinned)potato, russetD prawnsZ'prickly pear  pumpkin quincezradicchio radish+ rambutanX rapini$raspberry\#red snapper rhubarbJ rice 'ZnR@,yX= xZG1vZ)water chestnutproduceyogurtdairy(;'flat rice flour noodlesinternationalsapodillaproduce catfishseafood %striped bassseafood 'baking powderbaking -squash, tahitianproduce sunberryproducesquidseafood-peanuts, roastedproduce'dungness crabseafood!chokeberryproducebearberryproduceblowfishseafood%basil, freshproduce#black beansproducesquashproduce1cheese, mozzarelladairy~+cheese, cheddardairy}3new zealand spinachproduce|tangeloproduce{1chiles, red, driedproducezbeetproduceywineberryproducexparsleyproducew%bean sproutsproducev!roast beefmeats ubeefmeatstolivesproducesturkeymeatsr+pasta, linguinepastasqnettlesproducepscallopseafoodoarugulaproducen'peanut butterbreadmchorizomeatsleggplantproducekcodseafood 9,9DVcq -?LVbt (4G]n3roasted chili paste rock cod rockfisheroe#rolled oats!+root vegetablesL!rose appleT rose hip rowan%runner beans rutabaga/ saguaro %salad greens salak; salami salmon!salmon roe salsaU salt sanddabsapodilla sardine scallion scallop sea bassr'sea-buckthornb%sesame seeds shallot shark> shrimp`%shrimp pastej'shrimp, dried> skirretN snail snap peasu snapperZsnow crab sole!sour cream soursopCsoy sauce soybeans4 spaghetti spinach squash'squash, acornn/squash, butternut$#squash, gem/squash, spaghetti4-squash, tahitian squid!star anise!star fruitU steak#strawberry v%striped bass sturgeon 9,9DVcq -?LVbt (4G]n3roasted chili paste rock cod rockfisheroe#rolled oats!+root vegetablesL!rose appleT rose hip rowan%runner beans rutabaga/ saguaro %salad greens salak; salami salmon!salmon roe salsaU salt sanddabsapodilla sardine scallion scallop sea bassr'sea-buckthornb%sesame seeds shallot shark> shrimp`%shrimp pastej'shrimp, dried> skirretN snail snap peasu snapperZsnow crab sole!sour cream soursopCsoy sauce soybeans4 spaghetti spinach squash'squash, acornn/squash, butternut$#squash, gem/squash, spaghetti4-squash, tahitian squid!star anise!star fruitU steak#strawberry v%striped bass sturgeon )]oH.rZF,xQ?)q]:endiveproduce9anchovyseafood8chivesproduce7kumquatproduce6galangaproduce5!grapefruitproduce4soybeansproduce3cayennespices2cherryproduce 1hammeats0cilantroproduce/pohaproduce$.?whole rock cod or snapperseafood-%white radishproduce,kaleproduce+'ginger, freshproduce*crayfishseafood )vealmeats(crowberryproduce'#sugar appleproduce&crabappleproduce%%mamey sapoteproduce$rapiniproduce#!onion, redproduce"butterdairy!#rolled oatspastas broccoliproducetunaseafoodlemonproducemusselseafoodabaloneseafoodcucumberproduce!cloudberryproduce'cumin, groundspices$3'roasted chili pasteinternational 9pasta, lasagna noodlespastas#dragonfruitproducerock codseafoodsnailseafoodpapayaproduce%chicken, legmeats 4%<JVhv(;P[eq~ #7GWix-]éxtrõüûrdinarily accented charactèr%sugar, brownG/sugar, dark brown/sugar, granulatedv1sugar, light browne sunberry surimiz%sweet potato swordfishm tamarind)tamarind juice)tamarind water5 tangelo tangerine7 taro} tat soi6 tilapia tilefish tomatoW%tomato sauce)tomato, cherry'tomato, grape-tortillas, flourA troutV tuna turkey turmeric` turnipt!ugli fruit+vanilla extract veal)-velvet persimmon vinegar/vinegar, balsamicf'vinegar, rice walnutj wasabin water)water chestnut!watercress#watermelon %white radish-whitefish whiting?whole rock cod or snapper.#wine, whitewineberry wolfberryXyami yogurt zucchiniF zuchinig 4%<JVhv(;P[eq~ #7GWix-]éxtrõüûrdinarily accented charactèr%sugar, brownG/sugar, dark brown/sugar, granulatedv1sugar, light browne sunberry surimiz%sweet potato swordfishm tamarind)tamarind juice)tamarind water5 tangelo tangerine7 taro} tat soi6 tilapia tilefish tomatoW%tomato sauce)tomato, cherry'tomato, grape-tortillas, flourA troutV tuna turkey turmeric` turnipt!ugli fruit+vanilla extract veal)-velvet persimmon vinegar/vinegar, balsamicf'vinegar, rice walnutj wasabin water)water chestnut!watercress#watermelon %white radish-whitefish whiting?whole rock cod or snapper.#wine, whitewineberry wolfberryXyami yogurt zucchiniF zuchinig (]r[I6!ydG){hO9'|]b)!oil, vegetablewines&oilsa+cinnamon, stickspices`shrimpseafood_plumproduce^#lingonberryproduce]pikeseafood\raspberryproduce[pastapastasZsnapperseafoodYcornproduceXrambutanproduceW#elderberry produceVtroutseafoodU!star fruitproduceT!rose appleproduceSjujubeproduceRflounderseafoodQ#baking sodabakingPokraproduceOlentilsproduceNskirretproduceM-chilean sea bassseafoodL+root vegetablesproduceKlobsterseafoodJ%'coconut milkinternationalI!breadfruitproduceH#lemon grassproduceG!clementineproduceFzucchiniproduceE!blackberryproduceDeelseafoodCsoursopproduceBonionproduceAclamseafood@jackfruitproduce?#boysenberryproduce>''shrimp, driedinternational=-cheese, parmesanpastas<%currant, redproduce;+black-eyed peasproduce )`|kK8$}gL`3 vjK3~v/sugar, granulatedbaking 3jerusalem artichokeproduce peasproduce feijoaproducelangsatproduce!lime juiceproduceleekproduce!mayonnaisebread%curry powderspices!persimmon produce%%tomato saucesoups&sauces  watertilefishseafoodpeachproduce~mushroomproduce}taroproduce|angelicaproduce{%cumin, seedsspiceszsurimiseafoodypaprikaspicesxapricotproducew#butter beanproduceu'endive, curlyproducetmulberryproducesking crabseafoodrsea bassseafoodqcrabseafoodp-bell pepper, redproduceo%buffaloberryproducen'squash, acornproducemparsnipproducelcaviarseafoodkaniseproducej%'shrimp pasteinternationaliyamproduceh!corn saladproducegceleriacproducefmushroomsproduceerockfishseafooddcitronproducecoctopusseafood !=T_iv'AXdq}$ guarana3jerusalem artichoke1flour, all purposeR frisee fuet galanga6%garam masalay garlic ginger'ginger, fresh+-ginger, powdered gooses#gooseberry  goumi grape !grapefruit5#green apple#green beansF5green chiles, canned/green curry paste guava haddock halibut]ham1 hamburger? hawthornl honeyC honeydew%huckleberry djackfruit@ jicama jujubeSjuneberry !=T_iv'AXdq}$ guarana3jerusalem artichoke1flour, all purposeR frisee fuet galanga6%garam masalay garlic ginger'ginger, fresh+-ginger, powdered gooses#gooseberry  goumi grape !grapefruit5#green apple#green beansF5green chiles, canned/green curry paste guava haddock halibut]ham1 hamburger? hawthornl honeyC honeydew%huckleberry djackfruit@ jicama jujubeSjuneberry vY9 rain,]éxtrõüûrdinarily accented charactèr cinnamon vinegar#red snapperseafood%'sesame seedsinternational'soy sauceinternationalguaranaproducedaikonproduce#!wine, whitewines&oils)mustard greensproduce potatoproduce sardineseafood f g h i k jو0VV\s?\Ab0oQI?µ44 d*>)+;0owqǯZj- IlW 0A .IWĺP@9=*ĺͿ ¶Q9VQ 3*^o'O-ܲ|2!9ڮߌEśAy4eSrx {kjsA4q֡YI編6 Z7P_0#c!g0<0WJL4]*>m~`Q^upcke-n;6;zoǛʍUnܾߙII -umY,҉B' 4kKFSomiqq8@TBgm68s)\b!779TPbdo} #q5v:kPm#%BB*Vm$zRwR Q*Fk;7gݎ2 ӽ\\,rI&9v=JJKi5 A5aoߜqʆf8ⴑ*FXy=y4kuۗ>D݌gzr,`ٙfhv5(#8OJnm@jwׯssEPI9'$rrh"siQ]nPyqk+.ͭtm!Mp>T|?Jmxq׬LѼqݒ)7pzv|4U%"Dʊ6K vuw\y pݣ\M,ɷܯ1>եh^4QYcXd1:fK.)f%]G= Â]NdX9I'B= t$ZiiQ,`\qqTH`1yc +Pl'#$S@7k*^-G{PB1TyRYY\CAPAp @%95MM;Fancy RecipeA recipe with some formatting in it!And also some notes!American Source 1d4bf94746fb91593c319e8710e907830a09607bcb8d38eac26a61fb539e18b8bhttp://www.slashdot.orgAShx9*L+q MM=Referrer recipeMore instructions.AmericanSource 2*080b18fba9ddefd7570cba55e2f2252553b4b6e10cf407b1e5de7eacc627646f5http://www.wikipedia.orgASh-,m9W  x>MM Recipe with photographThis recipe has a picture, or should! XJFIF l j9W  x> Recipe with photographThis recipe has a picture, or should! XJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222V" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Ya ʜǃ\%֝ ֒q$șyN7t<ˉ"Ǔ`F@R15K4ZxVs,#|d1E?,d Jgϩ޺i(!New RecipeASiK½m9W  x>MM Recipe with photographThis recipe has a picture, or should! XJFIF l mC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222V" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Ya ʜǃ\%֝ ֒q$șyN7t<ˉ"Ǔ`F@R15K4ZxVs,#|d1E?,d Jgϩ޺iṵDtƲF7 W|s1B/[$e'~AZX+.;\]Pe~AdE9oM.wo,GH G}}SF;k+ &z< }zus\y#Q^ú0و0VV\s?\Ab0oQI?µ44 d*>)+;0owqǯZj- IlW 0A .IWĺP@9=*ĺͿ ¶Q9VQ 3*^ no'O-ܲ|2!9ڮߌEśAy4eSrx {kjsA4q֡YI編6 Z7P_0#c!g0<0WJL4]*>m~`Q^upcke-n;6;zoǛʍUnܾߙII -umY,҉B' 4kKFSomiqq8@TBgm68s)\b!779TPbdo} #q5v:kPm#%BB*Vm$zRwR Q*Fk;7gݎ2 ӽ\\,rI&9v=JJKi5 A5aoߜqʆf8ⴑ*FXy=y4kuۗ>D݌gzr,`ٙfhv5(#8OJnm@jwׯssEPI9'$rrh"siQ]nPyqk+.ͭtm!Mp>T|?Jmxq׬LѼqݒ)7pzv|4U%"Dʊ6K vuw\y pݣ\M,ɷܯ1>եh^4QYcXd1:fK.)f%]G= Â]NdX9I'B= t$ZiiQ,`\qqTH`1yc +Pl'#$S@7k*^-G{PB1TyRYY\CAPAp Ϧ8Re7W!#=,,Vv9Z'(K\v#a;@9LhGT#lI=yqhؔBȉpz7}q0yc!rci$u*ǿ]n/ Dp3oo~Tc+W: oiV1GH8Њ%kRyT@[Qy E`y6zTߵy[옊ܞ1;d~Q_[X_^%ΗezLi2ӾhX|Sle}RZH?'ٴ+fL0p ǮOa][u BKE=3vg$}1VןWյH;o*LL@%E6oAt4g#i+GnUS6 h51ganF >G_\at nH2}}jQQm%V S@{pFxW5-IN-ēol,m9*1PNX8 XmB0qNJ<8ӄqH$-ޣۧJvC4*+mt¯t_57SvD|5]:Q"Ƭ@@܁n$i~XQ ?ր0ۋ.>-ϼ&=6:5O<~l˃ ̻4PGܼkJ_|<]lhVvn>uko.~U9sUϐ3jB{[i5{2* qʌs>]kEH|jd0;`z6.F\nY]Hbr|ټ)6Єr}ONvm%͸^2K|'zԞ1񅧈4xń̩o:Π#XeT$?<}kn#B;X Q śc5i3ʯ&̪Fr LvoE+LNDY7sg<OZ}ʺ<ѴHc}U+ r2 jl pu]X Jx M]u[+H[CncS݀O9@0wHܑf/O ̰GH?Oׯ Um?O= ugټda:+?Dg{[[7 8p3ϡ O={<C{SU 7 ֊Sc tv ǨlCI+F@sҡ}ޭ} S w?\=GTw[OwId]3qOcy?KJl\2#$pv~3\*4 j^; :z"@Df(d\7P288+ Zקın62T12w ^8=u$gݻo]ƯNg>`6x푌DFrX'OK'L<,?yH~\sJ2) O8<NvI Ik@Q@Uvh%@=^ToaW`UH=~kQ!YR -3IQӵSӭ)yr,C`!B'=s댓Tm5 UF{r+6?#I,&űS zqW)q?16I?h1I;$bBUE7ºu *\z>PCp5>7_OЃXT8^OV|Qr)5 F|3+&IYPn}p{PET~p{t^gck  qЎssxg4mfab1x9׺XZ~c?ƀ ܘz?q?LЫO#s5A&\D$Wr@${r| ;yQ |-`٧~!-ύѨ=FӸz: ^o!yiPL< X&}w> O ^ ]9H&nD$1$ēc+;-.`ˎ4FdRNOsUW4Kp%Lqy:ݝ>5ŭ%JaC$ȴukr@6_UG6~OUdDw0N)}3X44Xl8 ~4XMS»<8 ;G\R[,1>Tx$a1;,|Ε r%O@맳c )l(CnRsJ(JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222(" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?g|@4b;Lld0 1~}EgxK., oR`9|GJSZ[fkRH~jRHftly;i~GP v6*ZYp%crq\`zx-_Gkф&O avU|Ue6 Z@2|!+ 9Ko+DFʒ$hitۄbIelr띠}!m< gl&dete+ּ{Es^4= *:+={R+4| 5 Layer Mediterranean Dip Almost Risotto Asian Honey BBQ Chicken Drummettes Asparagus And Tomatoes Italian Atnenos Greek Salad Bacon Breakfast Casserole Bacon Carbonara Appetizers Bacon Onion Pinwheels Banana Raisin Scones Banana Ricotta Flapjack Stacks BBQ Chicken Wings Bistro Chicken Pasta Salad Black Bean And Mango Salsa Black Bean Feta Salad Breakfast Burritos Brunch Eggs Brunch Latkes Caribbean Jerk Chicken Cereal Yogurt Bars Cheddary Artichoke Snacks Cheesy Beef Nachos Cheesy Chili Cornbread Muffins Chicken Feta Pizza Chicken Salad And Feta Wrap Chocolate Chunk Streusel Coffee Cake Chocolate-Walnut Torta Caprese Classic Caesar Salad Cobb Wrap Cranberry, Feta And Toasted Walnut Salad Creamy Feta And Sun-Dried Tomato Spread Cuban Bean Salad Curried Salmon Salad Sandwiches Dutch Boy Pancake Easy Banana Pancakes Easy Eggs Benedict Easy Feta Foccacia Easy Feta Potato Bake Easy Skillet Breakfast Fabulous Fajitas Fabulous Fruit And Feta Salad Feta And Pesto Bread Feta Frittata Feta Mufaletta Feta Slaw Feta Spaghetti Sauce Feta Spinach Dip Fresh Vegetable Saute Garden Chicken Pesto Salad Grecian Rice Greek Salad Wrap Grilled BBQ Pork Chop Sandwich Grilled Catfish, Coriander Black Beans, Roasted Eggplant Grilled Mediterranean Quesadillas Grilled Mozzarella Sandwiches Grilled Portabello And Spinach Salad With Feta Grilled Tri-Colored Pepper And Mushroom Salad Grilled Vegetarian Club Sandwich Guacamole Dip Ham 'n Cheese Omelet Herbed Pita Chips Hummus Party Platter Hummus, Feta And Vegetable Wraps Italian Vegetable Dip Lemon And Lime Rice Salad Lemon Dill Fish Mango Chicken Summer Salad Marinated Olives Mediterranean Bread Spread Mediterranean Couscous Salad Minestrone Pasta Salad Mole BBQ Chicken Oreo Cheesecake Oven-Baked French Toast With Cranberry Maple Sauce Party Spirals Pear And Walnuts With Mixed Greens Pesto Pasta Toss Pickled Beet And Endive Salad With Feta Cheese And Walnuts Quick Breakfast Sandwich Rack Of Lamb With Vegetable Ragout And Mustard Spatzle Savory Feta-Filled Shells Savory Scrambled Eggs Simple Summer Marinade Smoked Turkey Sub Southwest Ranch Cheeseburgers Spicy Grilled Mushrooms Spinach And Feta Pasta Salad Spinach Garlic Pizza Spinach Salad With Warm Balsamic Walnut Dressing Stuffed Potato Thai Chicken And Sesame Noodles Tomato And Feta Village Salad Tomato And Orange Feta Salad Torta Rustica Turkey-In-The-Round Sandwich Vegetable Pita Pockets Waffle Stack White Chocolate Raspberry Swirl Cheesecake Zesty Grilled Tuna With Fresh Tomato Topping Zesty Shrimp Spread Zippy Mashed Potatoes Appetizers Dips/Spreads (4 oz) Spread hummus on bottom of 9-inch pie plate. Layer with remaining ingredients. Serve with tortilla chips. This recipe yields 2 cups. Great Substitute: Try kalamata olives in place of ripe olives. Athenos' recipe archive at http://www.athenos.com Side Dish uncooked drained (optional) Bring broth and salad dressing mix to boil in medium saucepan on medium-high heat. Add orzo. Reduce heat to low; cover. Simmer 10 minutes or until orzo is tender. Stir in mushrooms. Serve with Di Giorno Shredded Parmesan Cheese, if desired. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Appetizers Chicken Poultry plus Mix barbecue sauce, soy sauce, ginger and garlic powder. Place chicken on greased grill over medium coals. Grill 15 minutes or until chicken is cooked through, turning and brushing occasionally with barbecue sauce mixture. Serve with additional barbecue sauce, if desired. This recipe yields 15 appetizers. Athenos' recipe archive at http://www.athenos.com Salads/Dressings Vegetables cooked, cooled cut thin wedges Toss all ingredients. Refrigerate 1 hour or overnight. This recipe yields 6 servings. Helpful Hint: To cool vegetables quickly, run under cold water. Athenos' recipe archive at http://www.athenos.com Salads/Dressings cut into wedges peeled, and (4 oz) Toss greens, olives, tomatoes, onion and cucumber in large bowl. Drizzle with dressing. Sprinkle with cheese. This recipe yields 4 servings. Greek Chicken Salad: Arrange 1 pound cooked boneless skinless chicken breasts, cut into strips, over tossed salad. Take a Shortcut: Add 1 package (6-oz) Louis Rich Carving Board Grilled Chicken Breast Strips. Athenos' recipe archive at http://www.athenos.com Breakfast crusts trimmed crisply cooked, drained sliced beaten Place 4 of the bread slices on bottom of greased 8-inch square baking dish. Sprinkle bacon, mushrooms, onions and cheese on bread. Cover with remaining 4 bread slices. Mix eggs and milk; pour over bread. Cover. Refrigerate 1 hour or overnight. Bake, uncovered, at 350 degrees for 1 hour. Let stand 10 minutes before serving. This recipe yields 6 servings. Great Substitute: Prepare as directed, substituting 1 can (2.8-oz) Oscar Mayer Real Bacon Pieces for bacon slices. Athenos' recipe archive at http://www.athenos.com Appetizers crisply cooked, Spread each bread shell with 2 tablespoons sauce; layer each with remaining ingredients. Bake at 350 degrees for 8 minutes or until bread shells are crisp. Cut into wedges. This recipe yields 12 servings. Athenos' recipe archive at http://www.athenos.com Appetizers crisply cooked, softened (8 oz ea) Mix all ingredients except crescent rolls. Unroll crescent rolls and separate into 8 rectangles. Firmly press perforations to seal. Spread bacon mixture evenly on each rectangle. Roll up each rectangle starting from short side. Cut each roll into 4 slices. Place pinwheels on ungreased cookie sheets. Flatten slightly. Bake at 375 degrees for 15 minutes or until golden brown. This recipe yields 32 pieces. Great Substitute: Substitute Louis Rich Turkey Bacon for Oscar Mayer Bacon. Athenos' recipe archive at http://www.athenos.com Biscuits Breads/Rolls Heat oven to 425 degrees. Mix raisins and water in small bowl; set aside. Mix flour, sugar, baking powder and baking soda in large bowl. Cut in butter until mixture resembles coarse crumbs. Stir in cereal. Beat egg in small bowl. Stir in yogurt and reserved raisins and water. Add to flour mixture; stir until soft dough forms. Drop dough by 1/4 cupfuls onto greased cookie sheets. Bake 10 minutes or until lightly browned. This recipe yields 15 scones. Variation: Prepare as directed above, substituting Post Selects Blueberry Morning or Cranberry Almond Crunch Cereal for the Post Selects Banana Nut Crunch Cereal. Athenos' recipe archive at http://www.athenos.com Breakfast Pancakes separated thinly sliced for serving Mix egg yolks, ricotta cheese, milk and lemon peel in bowl until smooth. Stir in flour, baking powder and sugar until well blended. Beat egg whites in small bowl until stiff peaks form. Gently stir into ricotta mixture. Heat griddle. Brush lightly with butter. Spoon batter by 1/4 cupfuls onto griddle. Place 6 slices of banana on each pancake and sprinkle with granola. Cook until fluffy and golden brown, about 3 minutes. Turn pancakes and cook until other side is golden brown. Keep pancakes warm in a low oven (about 275 degrees). Repeat with remaining batter. Serve with maple syrup and additional sliced bananas, if desired. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Chicken Poultry separated at joints, Place chicken in 15- by 10- by 1-inch baking pan lined with aluminum foil. Bake at 450 degrees for 35 minutes. Drain excess grease. Brush with barbecue sauce; bake an additional 10 minutes. This recipe yields 4 servings or about 12 wings. Tex Mex Variation: Stir 1 tablespoon chili powder and 1/2 teaspoon garlic powder into barbecue sauce. Continue as directed. Hot & Spicy Variation: Stir 1 1/2 tablespoons hot pepper sauce into barbecue sauce. Continue as directed. Athenos' recipe archive at http://www.athenos.com Salads/Dressings (4 oz) cut into strips Mix all ingredients except chicken. Top pasta mixture with chicken. Serve warm or chilled. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Accompniment Salsa rinsed, drained thawed Mix all ingredients in large bowl. Refrigerate several hours or until chilled. Serve with tortilla chips or grilled chicken. This recipe yields about 5 cups. Special Extra: Add 1 1/2 cups cooked Minute Brown Rice to bean mixture before refrigerating. Athenos' recipe archive at http://www.athenos.com Salads/Dressings rinsed, drained Mix all ingredients. Let stand 10 minutes at room temperature to marinate. This recipe yields 3 cups. Great Substitute: Try fresh basil in place of mint. Athenos' recipe archive at http://www.athenos.com Breakfast (optional) Cook bacon in large skillet on medium heat until crisp; drain. Place 2 bacon slices on each tortilla; sprinkle with cheese. Beat eggs and chilies; add to hot skillet. Cook and stir 2 minutes or until set. Divide egg mixture between tortillas; fold tortillas over filling. Top with Taco Bell Home Originals Thick 'N Chunky Salsa, if desired. This recipe yields 2 servings. To Make Ahead: Wrap filled burritos in foil; place in warm oven for up to 30 minutes. Variation: Substitute 4 tablespoons Oscar Mayer Real Bacon Pieces or Bacon Bits for cooked bacon strips. Use 2 tablespoons for each tortilla. Athenos' recipe archive at http://www.athenos.com Brunch Egg Dishes beaten (8 oz) melted Mix all ingredients. Pour into lightly greased 12- by 8-inch baking dish; cover. Refrigerate several hours or overnight. Bake at 325 degrees for 45 minutes or until knife inserted near center comes out clean. This recipe yields 6 to 8 servings. Variations: Add 1 can (4 ounces) chopped green chilies, drained. Add 1/4 cup sliced green onions. Add 3/4 cup chopped ham. Athenos' recipe archive at http://www.athenos.com Pancakes softened as needed Beat cream cheese and eggs with electric mixture on medium speed until smooth. Add flour and salt; mix well. Heat oil in large skillet on medium heat. Spoon cream cheese batter by tablespoonfuls into skillet. Fry on 1 side until pancakes bubble. Turn; fry on second side until golden brown. Repeat as needed. Add additional oil, if needed. Drain on paper towel. Sprinkle with cinnamon sugar. This recipe yields 35 (3-inch) latkes. Fruit Topped Gelt: Top with warm cherry, blueberry or apple pie filling. Savory Gelt: Top with ratatouille or warm sauted mixed vegetables. Athenos' recipe archive at http://www.athenos.com Chicken Main Dish Poultry Mix all ingredients except chicken in small bowl until well blended. Coat chicken with dressing mixture. Place in large baking dish; cover. Refrigerate 1 hour to marinate. Drain; discard dressing mixture. Place on greased grill over medium coals or on rack of broiler pan 5 to 7 inches from heat. Grill or broil 40 to 45 minutes or until cooked through, turning frequently. This recipe yields 6 to 8 servings. Athenos' recipe archive at http://www.athenos.com Cookies any fruit flavor slightly beaten Heat oven to 350 degrees. Spray 8-inch square baking pan with no stick cooking spray. Mix cereal, 3/4 cup flour, sugar and cinnamon in small bowl. Cut in butter until coarse crumbs. Press 1/2 of the mixture firmly into bottom of prepared pan. Mix yogurt, egg and 2 tablespoon flour in another small bowl. Spread over cereal mixture in pan; sprinkle with remaining cereal mixture. Bake 30 minutes or until golden brown. Cool in pan on wire rack. Cut into bars. This recipe yields 16 bars. Athenos' recipe archive at http://www.athenos.com Appetizers Snacks toasted drained, chopped sliced thinly sliced Top toast slices with artichokes, peppers, onion and cheese. Place on cookie sheet. Broil 2 to 3 minutes or until cheese is melted. Garnish with additional red pepper and green onion. This recipe yields 20 pieces. Athenos' recipe archive at http://www.athenos.com Appetizers Snacks Brown meat; drain. Stir in salsa; simmer 2 minutes. Arrange chips on microwavable dinner plate. Top with meat mixture. Sprinkle with cheese. Microwave on HIGH 2 to 3 minutes or until cheese is melted, rotating plate every minute. Sprinkle with Toppings as desired. This recipe yields 4 servings. Cheesy Bean Nachos: Prepare as directed, omitting meat. Mix 1 cup Taco Bell Home Originals Refried Beans and 1/2 cup Taco Bell Home Originals Thick N Chunky Salsa. Top chips with bean mixture. Sprinkle with cheese. Microwave as directed. Cheesy Chicken Nachos: Prepare as directed, substituting 1 package (6-oz) Louis Rich Grilled Chicken Breast Strips, chopped, for ground beef and increasing salsa to 1 cup. Athenos' recipe archive at http://www.athenos.com Breads/Rolls Muffins lightly beaten drained chopped Mix muffin mix, milk and egg just until blended. Stir in chilies and 2% Milk Singles. Spoon into greased or paper-lined muffin pan, filling each cup 2/3 full. Bake at 400 degrees for 16 to 18 minutes or until golden brown. Serve warm. This recipe yields 8 muffins. Great Substitutes: Prepare batter as directed. Pour into greased 8-inch square baking pan. Bake 20 to 25 minutes or until golden brown. Cut into squares. Substitute Kraft 2% Milk Sharp Cheddar Singles with Added Calcium for 2% Milk American Singles. Storage Know-How: Place extra muffins in zipper-style freezer plastic bag. Freeze up to 2 months. Athenos' recipe archive at http://www.athenos.com Pizza divided chopped chopped Place crust on cookie sheet. Spread crust with olive oil. Sprinkle with 3/4 cup of the mozzarella cheese. Top with chicken, tomato and feta cheese. Sprinkle with remaining 3/4 cup mozzarella cheese. Bake at 450 degrees for 10 to 12 minutes or until cheese is melted and crust is golden brown. Let stand 5 minutes. This recipe yields 8 appetizer or 2 to 4 main dish servings. Special Extra: Sprinkle pizza with 1 tablespoon chopped fresh basil. Great Substitute: Try Athenos Crumbled Feta Cheese with Garlic & Herb or Traditional Feta Cheese in place of Feta Cheese with Basil & Tomato. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Sandwiches Wraps (4 oz) Mix chicken breast strips, feta cheese, grapes, mayonnaise, pine nuts and basil. Spoon chicken mixture onto tortillas; wrap. This recipe yields 6 servings. How To Toast Nuts: Spread pine nuts in single layer on cookie sheet. Bake at 350 degrees for 7 minutes or until lightly toasted, stirring occasionally. Athenos' recipe archive at http://www.athenos.com Cakes Desserts chopped any variety Heat oven to 350 degrees. Lightly grease 15- by 10- by 1-inch baking pan. Mix flour and sugar in medium bowl. Using pastry blender or 2 knives, cut in butter until mixture resembles coarse crumbs. Stir in half of chopped chocolate and almonds. Prepare cake mix as directed on package, substituting brewed coffee for water. Pour batter into prepared pan. Sprinkle with streusel mixture and remaining chopped chocolate. Bake in preheated oven at 350 degrees for 20 to 25 minutes or until toothpick inserted in center comes out clean. Cool. Cut into squares to serve. This recipe yields 24 servings. Athenos' recipe archive at http://www.athenos.com Cakes Desserts softened divided melted, cooled separated Beat butter and 1/2 cup of the granulated sugar with electric mixer on medium speed until light and fluffy. Blend in chocolate. Add egg yolks, 1 at a time, beating well after each addition. Toss ground walnuts and flour. Stir into butter mixture. Beat egg whites until foamy. Gradually add remaining 1/4 cup granulated sugar, beating until soft peaks form. Stir 1/4 of the egg whites into chocolate batter. Fold in remaining egg whites. Pour into 9-inch springform pan sprayed with no stick cooking spray. Bake at 350 degrees for 40 minutes or until toothpick inserted in center comes out clean. Cool in pan 10 minutes. Remove rim and cool completely. Sprinkle with powdered sugar and garnish with additional walnut pieces, if desired. Cut into wedges to serve. This recipe yields 10 servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings minced (2 oz) Mix oil, garlic, juice, Worcestershire sauce, pepper and anchovies. Toss lettuce with oil mixture until evenly coated. AddD croutons and cheese; toss lightly. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Sandwiches Wraps as needed (4 oz) cooked as needed as needed Spread tortillas with hummus. Top with remaining ingredients; wrap. This recipe yields 6 servings. Great Substitutes: Try Athenos Spicy Three Pepper Hummus or Roasted Red Pepper Hummus in place of Roasted Garlic Hummus. Substitute 1/4 cup Oscar Mayer Bacon Bits for bacon slices. Athenos' recipe archive at http://www.athenos.com Salads/Dressings (4 oz) Layer salad greens, cranberries, feta cheese and walnuts in shallow salad bowl or on large serving platter. Pour Balsamic Vinaigrette over salad. Toss gently to coat. Serve immediately. Balsamic Vinaigrette: Whisk vinegar, honey, mustard and pepper in small bowl. Gradually add oil in a thin stream, whisking constantly until well blended. This recipe yields 6 servings. How to Toast Nuts: Spread walnuts in single layer on cookie sheet. Bake at 350 degrees for 5 minutes or until lightly toasted. Athenos' recipe archive at http://www.athenos.com Dips/Spreads softened (4 oz) Mix all ingredients. Refrigerate 2 hours or until chilled. Serve as a spread on bagels, crackers or fresh vegetables. This recipe yields 1 1/2 cups. Athenos' recipe archive at http://www.athenos.com Salads/Dressings seeded, and drained drained drained sliced cut 2" strips sliced chopped Mix dressing ingredients in large bowl. Add salad ingredients to bowl; stir well. Cover. Refrigerate 2 hours or overnight. This recipe yields 8 (1-cup) servings. Great Substitute: Substitute lime juice for the lemon juice. Athenos' recipe archive at http://www.athenos.com Sandwiches drained, flaked chopped Mix salmon, pickles, onion and raisins in medium bowl. Mix mayo and curry powder; stir gently into salmon mixture. Fill each pita bread with about 1/4 cup salmon mixture and 1 lettuce leaf. This recipe yields 6 sandwiches. Athenos' recipe archive at http://www.athenos.com Pancakes softened Beat cream cheese and marshmallow creme in large bowl with electric mixer on medium speed until well blended; set aside. Beat flour, salt, milk and eggs until smooth. Heat heavy 9-inch ovenproof skillet in 450 degree oven until very hot. Add butter to coat skillet; pour in batter immediately. Bake on lowest oven rack 10 minutes. Reduce oven temperature to 350 degrees; continue baking 10 minutes or until golden brown. Fill pancake with fruit; top with cream cheese mixture. Serve immediately. This recipe yields 6 to 8 servings. Variation: Toss fruit with 1 tablespoon kirsch. Let stand 30 minutes. Athenos' recipe archive at http://www.athenos.com Breakfast Pancakes Beat egg in large bowl; stir in milk and oil. Add pancake and waffle mix; stir just until moistened. Stir in cereal. Let stand 5 minutes. Pour 1/4 cup batter onto hot griddle for each pancake; cook until bubbles form on top. Turn to brown other side. Garnish with fresh bananas and strawberries and sprinkle with powdered sugar. This recipe yields 6 to 8 pancakes. Athenos' recipe archive at http://www.athenos.com Breakfast Egg Dishes cooked, and split, toasted (optional) Cook yogurt, mayo and mustard in small saucepan on low heat 5 minutes or until thoroughly heated, stirring frequently. Place 4 bacon pieces on each English muffin half. Top each with 1 tomato slice and 1 egg. Spoon warm yogurt mixture over eggs. Sprinkle with paprika or chopped fresh parsley, if desired. This recipe yields 4 servings. Variation - Eggs Florentine: Place 2 tablespoons cooked steamed spinach on top of tomato before topping with egg and yogurt mixture. Athenos' recipe archive at http://www.athenos.com Breads/Rolls Top bread shell with onion and feta cheese. Drizzle with oil. Place directly on middle rack in oven. Bake at 425 degrees for 10 minutes. Sprinkle with Parmesan cheese. This recipe yields 8 servings. Variation: Try Athenos Feta Cheese with Basil & Tomato in place of Athenos Feta Cheese with Garlic & Herb. Athenos' recipe archive at http://www.athenos.com Side Dish Vegetables (32 oz), thawed (16 oz) (8 oz) (10 3/4 oz) Mix potatoes, sour cream, feta cheese, soup and peppers in large bowl. Spoon into greased 13- by 9-inch baking dish. Sprinkle parmesan cheese over potato mixture. Bake at 400 degrees for 35 minutes. Stir before serving. This recipe yields 12 to 16 servings. Variations: Substitute 1 package (8-oz) Athenos Feta Cheese with Garlic & Herb or Basil & Tomato. Athenos' recipe archive at http://www.athenos.com Breakfast Main Dish cut 1/2" pieces beaten Heat oil in nonstick skillet. Add potatoes and sausage; cook 5 minutes or until potatoes are browned, stirring occasionally. Mix eggs, milk and mustard in small bowl; pour evenly over potatoes and sausage. Cover. Reduce heat to low. Cook 8 minutes or until eggs are set. Sprinkle with cheese; cover. Heat until cheese melts. Cut into wedges. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Main Dish cut into strips cut thin wedges (optional), cut as needed Mix sour cream, cilantro, salt and lime juice. Refrigerate until ready to use. Heat oil in large skillet on medium-high heat. Add meat, onion and green pepper; cook and stir 5 to 7 minutes or until meat is cooked through. Spoon meat mixture evenly onto tortillas. Top with sour cream mixture and salsa; fold in half. This recipe yields 4 servings. Variation: Mix sour cream with 1/2 cup salsa and 2 tablespoons chopped fresh cilantro. Use Your Grill: Place steak or chicken breast halves on greased grill over medium (160 degrees) coals; grill 12 to 15 minutes or until cooked through. Warm tortillas in foil pack on edge of grill while steak is cooking. Athenos' recipe archive at http://www.athenos.com Salads/Dressings drained toasted (4 oz) Toss greens, orange segments, onion, walnuts and feta cheese in large bowl. Add dressing; toss to coat. This recipe yields 6 servings. Great Substitutes: Substitute Good Seasons Italian Salad Dressing, Good Seasons Zesty Italian Salad Dressing, Sevev Seas Viva Italian Dressing, Kraft Special Collection Greek Vinaigrette Dressing or Kraft Ranch Dressing for Raspberry Vinaigrette Dressing. How To Toast Nuts: Spread walnuts in single layer on cookie sheet. Bake at 350 degrees for 7 minutes or until lightly toasted, stirring occasionally. Athenos' recipe archive at http://www.athenos.com Breads/Rolls halved lengthwise sliced (4 oz) Place bread, cut-sides up, on cookie sheet. Bake at 400 degrees for 8 to 10 minutes or until golden brown. Spread each bread half with pesto sauce; top with tomato slices. Sprinkle with olives and feta cheese. Bake at 400 degrees for 8 to 10 minutes or until feta cheese is slightly melted. Cut into slices to serve. This recipe yields about 24 servings. Athenos' recipe archive at http://www.athenos.com Egg Dishes cubed (8 oz) (optional) Arrange bread cubes on bottom of greased 13- by 9-inch baking dish. Mix eggs, salad dressing mix, milk, cheeses and red pepper in bowl. Pour mixture evenly over bread cubes. Bake at 375 degrees for 30 minutes or until golden brown. Top with parsley before serving. This recipe yields 12 servings. Make-Ahead: Prepare as directed except for baking; cover. Refrigerate overnight. When ready to serve, bake, uncovered, at 375degrees for 35 minutes or until golden brown. Athenos' recipe archive at http://www.athenos.com Sandwiches as needed drained, and Mix mayonnaise, feta cheese, olives and parsley. Slice bread in half horizontally. Spread 1/2 of the mayonnaise mixture over bottom half of bread. Layer with lettuce and red pepper strips. Spread top half of bread with remaining mayonnaise mixture; place over fillings. Cut into wedges before serving. This recipe yields 4 to 6 servings. Great Substitute: Try 1 package (4-oz) of your favorite variety Athenos Crumbled Feta Cheese. Make-Ahead: Wrap sandwich tightly in plastic wrap. Refrigerate until ready to serve. Athenos' recipe archive at http://www.athenos.com Salads/Dressings (4 oz) thinly sliced Toss all ingredients. Serve immediately. This recipe yields 3 1/2 cups. How To Toast Nuts: Spread nuts in single layer on cookie sheet. Bake at 350 degrees for 7 minutes or until lightly toasted, stirring occasionally. Make-Ahead: Mix all ingredients except dressing and feta cheese in large bowl; cover. Refrigerate 2 hours or overnight. Toss with dressing and feta cheese just before serving. Athenos' recipe archive at http://www.athenos.com Sauces (4 oz) Heat pasta sauce as directed on label. Remove from heat, stir in feta cheese. Serve over hot cooked pasta. This recipe yields 6 servings. Great Substitute: Try 1 package (4-oz) Athenos Crumbled Feta Cheese with Basil & Tomato in place of Traditional Feta Cheese. Athenos' recipe archive at http://www.athenos.com Dips/Spreads thawed, drained (4 oz) Mix all ingredients. Refrigerate 2 hours or until chilled. Serve with assorted cut-up vegetables or pita bread wedges. This recipe yields 2 1/2 cups Great Substitute: Try 1 package (4-oz) Athenos Crumbled Feta Cheese with Garlic and Herb in place of Traditional Feta Cheese. Athenos' recipe archive at http://www.athenos.com Vegetables diagonally sliced Heat oil in large skillet on medium-high heat. Add vegetables; cook and stir until tender-crisp. Stir in vinegar and salad dressing mix; cook and stir until thoroughly heated. This recipe yields 8 servings. Variation: Prepare as directed, using 7 cups of any combination of your favorite cut-up vegetables. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Salads/Dressings any flavor as needed Prepare pasta as directed on package; drain. Rinse with cold water. Toss pasta with chicken breast strips, sauce, and vegetables. Sprinkle with tomato. Refrigerate. This recipe yields 3 servings. Athenos' recipe archive at http://www.athenos.com Rice/Grains Side Dish uncooked Heat oil in medium saucepan. Add onion; cook and stir 3 to 4 minutes or until tender. Add rice; cook and stir 1 minute. Stir in broth and water. Bring to boil. Reduce heat to low; cover. Simmer 15 minutes or until liquid is absorbed. Stir in feta cheese and oregano. Garnish with fresh herbs, if desired. This recipe yields 4 servings. Great Substitute: Try 2 tablespoons chopped fresh mint in place of oregano. Athenos' recipe archive at http://www.athenos.com Sandwiches Wraps chopped (4 oz) (optional) Spread tortillas with hummus. Toss remaining ingredients in medium bowl. Spoon lettuce mixture onto tortillas; wrap. This recipe yields 4 servings. Great Substitute: Try Athenos Crumbled Basil & Tomato Feta Cheese in place of Traditional Crumbled Feta Cheese. Athenos' recipe archive at http://www.athenos.com Pork Sandwiches (18 oz) as needed Place chops on grill over medium coals. Brush with barbecue sauce. Grill 6 to 8 minutes on each side or until cooked through (170 degrees), brushing occasionally with barbecue sauce. Place tomato and onion on grill during last 4 minutes of grilling time, turning and brushing occasionally with barbecue sauce. Spread rolls with barbecue sauce. Fill with lettuce, chops, tomato and onion. This recipe yields 4 sandwiches. Athenos' recipe archive at http://www.athenos.com Fish (Fresh Water) Main Dish (1 to 2) cut 1/2"-thk rounds halved, seeded chopped minced crushed Black Beans: Rinse black beans. Place in plastic bucket, cover with water. Fold in 1 1/2 teaspoons baking soda, rest overnight. Drain and rinse well. Place bacon into a skillet and saut. Add onions and garlic and saut for 3 minutes. Add basil, cumin and coriander seeds and saut for 3 minutes. Add black beans. Add beer to cover beans. Simmer for 1 1/2 hours until tender. Catfish: Combine olive oil, lemon juice, garlic and chives. Pour over catfish, sliced eggplants, red pepper. Rest for 20 minutes. Preheat grill. Grill catfish 3 to 4 minutes on each side or to desired doneness. Grill eggplants 1 to 2 minutes on each side. Grill red peppers. Place black beans on plate, top with catfish, surround with eggplant, red pepper. Spoon Athenos Roasted Eggplant Hummus over vegetables. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Fritz Sonnenschmidt Sandwiches softened (4 oz) sliced Mix cheeses and olives. Spread 4 tortillas evenly with cheese mixture, leaving 1/2-inch border around edge. Top each with 4 remaining tortillas. Place on grill over low coals. Grill 2 minutes on each side or until crisp and golden. Cut each quesadilla into 8 wedges. This recipe yields 32 pieces. Great Substitute: Substitute 1/2 cup chopped roasted red peppers for olives. Use Your Electric Griddle: Assemble quesadillas as directed. Grill on 350 degree electric griddle 2 minutes on each side or until crisp and golden. Athenos' recipe archive at http://www.athenos.com Sandwiches drained, and Slice cheese into 6 thin slices. Top 3 bread slices each with 2 cheese slices. Top with roasted red pepper strips and second bread slice. Spread outside of each sandwich with 2 teaspoons butter. Cook in skillet on medium heat until lightly browned on both sides. Serve immediately. This recipe yields 3 sandwiches. Athenos' recipe archive at http://www.athenos.com Salads/Dressings divided (8 oz) cut into wedges Pour 2/3 cup of the dressing over mushrooms in shallow dish; cover. Refrigerate 1 hour to marinate. Drain; discard dressing. Place mushrooms on greased grill or rack of broiler pan. Grill over hot coals or broil 4 to 6 inches from heat until cooked through, 8 to 10 minutes. Cut into slices. Toss mushrooms with remaining ingredients in large bowl. This recipe yields 6 servings. Variations: Prepare as directed, substituting 3 boneless skinless chicken breast halves (about 3/4 lb), for mushrooms. Prepare as directed, substituting 1 beef sirloin steak, 1/2- to 3/4-inch thick (3/4 lb), for mushrooms. Athenos' recipe archive at http://www.athenos.com Salads/Dressings divided Cut peppers into quarters. Toss peppers and mushrooms with 1/2 cup of the dressing. Place vegetables on grill over medium coals. Grill 8 to 10 minutes or until tender, turning and brushing occasionally with dressing. Slice mushrooms. Toss mushrooms, peppers and remaining 1/4 cup dressing. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Sandwiches stems removed, cut 3/4"-thk rounds cut 3/4" thick cut 1/4" thk slices to taste to taste as needed grilled grilled Preheat grill to medium (350 to 400 degrees). Brush mushrooms, eggplant, zucchini and onion with sesame oil. Sprinkle with salt and pepper. Grill all on medium heat turning twice approximately 8 minutes for portabello, 6 minutes for eggplant, 4 minutes for onion and 3 minutes for zucchini. Remove and place on plate. Sprinkle with chopped thyme. Brush bread slices with olive oil and grill 1 minute on each side. Place vegetables evenly on 8 slices of bread. Top with Atnenos Roasted Red Pepper Hummus and sprinkle with basil. Place each slice on top of the other and finish topping with last slice. Serve with toothpick and slice in half. Serve with remaining Atnenos Roasted Red Pepper Hummus. This recipe yields ?? servings. Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Fritz Sonnenschmidt Dips/Spreads peeled, pitted Mash avocados with fork or potato masher until smooth. Add remaining ingredients; mix well. Cover. Refrigerate at least 1 hour before serving. Serve with tortilla chips and assorted cut-up vegetables. This recipe yields 2 cups. Variation: Serve as a dip in a tostada shell lined with lettuce. Garnish with shredded cheddar cheese, sliced pitted ripe olives, chopped tomatoes and chopped green onions. Store, covered with plastic wrap, in refrigerator. Athenos' recipe archive at http://www.athenos.com Egg Dishes Omelets beaten divided Mix eggs, milk, ham, onion and seasonings in medium bowl. Melt butter in 10-inch skillet on medium-high heat. Pour egg mixture into skillet. As egg mixture sets, lift slightly with spatula to allow uncooked portion to flow underneath. When egg mixture is set but top is still moist, place 3/4 cup cheese on half of omelet. Slip turner underneath egg mixture, tip skillet and gently fold omelet in half. Sprinkle with remaining 1/4 cup cheese. This recipe yields 3 to 4 servings. Athenos' recipe archive at http://www.athenos.com Accompaniment Snacks minced crushed crushed 6 rounds Mix olive oil, garlic and seasonings. Split each pita bread in half to form 2 rounds. Brush each pita bread round with oil mixture; cut into 8 wedges. Place on cookie sheets. Bake at 350 degrees for 8 to 10 minutes or until crisp. This recipe yields 8 dozen. Athenos' recipe archive at http://www.athenos.com Appetizers split, and Arrange hummus, vegetables, pita triangles and crackers on large serving platter. This recipe yields ?? servings. Make-Ahead: Wrap platter tightly with plastic wrap. Refrigerate until ready to serve. Athenos' recipe archive at http://www.athenos.com Sandwiches Wraps (4 oz) Spread tortillas evenly with hummus. Top with remaining ingredients; wrap. This recipe yields 4 servings. Great Substitutes: Substitute Athenos Spicy Three Pepper Hummus or Roasted Red Pepper Hummus for Roasted Garlic Hummus. Substitute kalamata olives for pitted ripe olives. Athenos' recipe archive at http://www.athenos.com Dips/Spreads Mix all ingredients. Refrigerate. Garnish as desired. Serve with assorted cut-up vegetables. This recipe yields 2 1/4 cups. Creative Leftovers: Leftover dip is great as a spread on sandwiches. Athenos' recipe archive at http://www.athenos.com Rice/Grains Salads/Dressings uncooked Prepare rice as directed on package. Stir butter into rice until melted. Stir in remaining ingredients. Serve warm. This recipe yields 4 servings. Tips: This salad can also be served cold. This fragrant rice goes well with Mexican, Indian, Greek and other ethnic meals. Try substituting grated orange peel for the lemon and lime peels. Try other fresh herbs such as tarragon, dill or mint in place of the cilantro. Athenos' recipe archive at http://www.athenos.com Fish (Ocean) Main Dish Seafood Mix mayo, juice, dill and peel. Place fish on greased grill over medium coals or on rack of broiler pan 2 to 4 inches from heat. Brush with 1/2 of the mayo mixture. Grill or broil 5 to 8 minutes. Turn; brush with remaining mayo mixture. Continue grilling or broiling 5 to 8 minutes or until fish flakes easily with fork. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Salads/Dressings (6 oz) peeled, diced peeled, diced as needed Mix yogurt, mayonnaise and milk until well blended. Toss chicken breast strips, mango and avocado with 1/2 cup of the yogurt mixture. Serve on bed of lettuce with remaining yogurt mixture. This recipe yields 4 servings. Variation - Mango Chicken Salad Wrap: Prepare chicken salad as directed; spoon evenly onto lettuce leaves. Roll up. How to ripen mango and/or avocado: Store at room temperature until ripened. Athenos' recipe archive at http://www.athenos.com Accompaniment Appetizers drained minced minced minced Mix olives and seasonings of choice. Refrigerate 2 hours or overnight. This recipe yields 1 3/4 cups. Athenos' recipe archive at http://www.athenos.com Dips/Spreads softened Mix all ingredients with electric mixer on medium speed until well blended. Refrigerate 2 hours or until chilled. Serve with crusty bread rounds or assorted cut-up vegetables. This recipe yields 2 1/2 cups. Great Substitutes: Try 1 package (4-oz) your favorite variety Athenos Crumbled Feta Cheese in place of Crumbled Feta Cheese with Garlic & Herb. Athenos' recipe archive at http://www.athenos.com Rice/Grains Salads/Dressings chopped Boil 1 1/2 cups water in medium saucepan. Stir in couscous; cover. Remove from heat; let stand 5 minutes. Fluff couscous with fork; cool, uncovered, 10 minutes. Mix couscous, lemon juice and olive oil. Add tomatoes and green onions; cover. Refrigerate 4 hours or overnight. Stir in cheese just before serving. Serve on lettuce-lined plate or as a filling for pita bread. This recipe yields 6 servings. Variation - Mediterranean Tabbouleh Salad. Prepare as directed, substituting 1 cup bulgar wheat, cooked as directed on package, in place of couscous. Athenos' recipe archive at http://www.athenos.com Salads/Dressings cooked, drained drained, rinsed seeded, chopped chopped chopped Mix pasta, beans, tomatoes, peppers and onions in large bowl. Add dressing; toss to coat. Refrigerate. Sprinkle with cheese just before serving; toss lightly. This recipe yields 6 to 8 servings. Athenos' recipe archive at http://www.athenos.com Chicken Main Dish Poultry cut up Mix barbecue sauce, cocoa, honey and chili powder in small bowl. Pour barbecue sauce mixture over chicken in 13- by 9-inch baking dish. Bake at 350 degrees, uncovered, for 1 hour or until cooked through. This recipe yields 4 servings. Miami Style BBQ Chicken: Omit cocoa, honey and chili powder. Blend barbecue sauce and 1/2 cup guava paste in covered blender container until smooth. Pour over chicken; bake as directed. Tropical Style BBQ Chicken: Omit cocoa, honey and chili powder. Blend barbecue sauce, 6 tablespoon frozen orange juice concentrate, 2 cloves garlic and 1/4 cup cilantro leaves in covered blender container until smooth. Pour over chicken; bake as directed. Grilled Mole BBQ Chicken: Mix barbecue sauce, cocoa, honey and chili powder in saucepan. Cook on medium heat 5 minutes or until mixture bubbles. Place chicken on greased grill over low coals. Grill, uncovered, 30 to 40 minutes or until cooked through, turning and brushing with barbecue sauce mixture every 10 minutes. Athenos' recipe archive at http://www.athenos.com Cheesecake Desserts (abt 12 cookies) melted softened quartered Crust: Mix crushed cookies and butter; press onto bottom of 9-inch springform pan. Bake at 325 degrees for 10 minutes if using a silver springform pan. (Bake at 300 degrees for 10 minutes if using a dark nonstick springform pan.) Filling: Mix cream cheese, sugar and vanilla with electric mixer on medium speed until well blended. Add eggs, mixing on low speed just until blended. Gently stir in quartered cookies. Pour over crust. Bake at 325 degrees for 1 hour or until center is almost set if using a silver springform pan. (Bake at 300 degrees for 1 hour or until center is almost set if using a dark nonstick springform pan. Run knife or metal spatula around rim of pan to loosen cake; cool before removing rim of pan. Refrigerate 4 hours or overnight. Garnish with additional cookies, if desired. This recipe yields 12 servings. How to press crumbs into pan to make crust: Use bottom of straight-sided glass to evenly press cookie crumb mixture onto bottom of springform pan. Athenos' recipe archive at http://www.athenos.com Breakfast softened cut 1 1/2" slices Mix cream cheese, butter, sugar, vanilla and cinnamon in large mixing bowl with electric mixer on medium speed until well blended. Add eggs, 1 at a time, mixing well after each addition. Stir in milk. Toss bread and cranberries in large bowl. Pour cream cheese mixture over bread mixture; toss lightly to coat. Let stand 15 minutes, rearranging bread in bowl occasionally to moisten evenly. Arrange bread in rows in greased 13- by 9-inch baking dish. Pour any remaining cream cheese mixture over bread. Bake at 350 degrees for 40 to 45 minutes or until golden brown. Serve with Cranberry Maple Sauce. Cranberry Maple Sauce: Bring syrup just to boil in medium saucepan on medium heat. Add cranberries and sugar. Reduce heat to low; simmer 10 minutes, stirring occasionally. Cool slightly. This recipe yields 10 to 12 servings. Athenos' recipe archive at http://www.athenos.com Appetizers softened Spread tortilla with cream cheese. Sprinkle with green pepper. Layer with meat. Roll up; cover with plastic wrap. Refrigerate. Cut into 1-inch pieces. Serve with salsa. This recipe yields ?? servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings peeled, sliced coarsely chopped Toss all ingredients in large bowl. This recipe yields 4 servings. How to Toast Nuts: Spread walnuts in single layer on cookie sheet. Bake at 350 degrees for 5 minutes or until lightly toasted. Athenos' recipe archive at http://www.athenos.com Main Dish Pasta crumbled drained, and Cook pasta as directed on package; drain. Toss remaining ingredients with hot pasta. This recipe yields 6 to 8 servings. Make-Ahead: This pasta can also be enjoyed cold. Prepare as directed, cover. Refrigerate until serving. Athenos' recipe archive at http://www.athenos.com Salads/Dressings minced to taste to taste peeled, cored, crumbled toasted, and to taste to taste To prepare the vinaigrette: Place the shallots and sherry wine vinegar in a small bowl and slowly whisk in the canola and olive oils. Season to taste with salt and pepper. To prepare the beets: Peel the beets and place in a small saucepan with salted water. Bring to a boil and cook for 15 to 20 minutes, or until tender. Drain the beets and cool slightly. Julienne the beets and place them in a medium bowl with the pickling juice for 2 hours. Drain, discarding the pickling juice. Toss with 2 tablespoons of the vinaigrette and season to taste with salt and pepper. To prepare the salad: In a large bowl, toss the endive, pear, goat cheese, and walnuts with the remaining vinaigrette and season to taste with salt and pepper. Arrange the salad in the center of a large platter and top with the beets. Top with freshly ground black pepper. This recipe yields ?? servings. Serve with Gallo of Sonoma Chardonnay Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Charlie Trotter Breakfast Sandwiches to taste split, toasted cooked Mix egg and water in small bowl. Melt butter in small skillet on medium heat. Add egg mixture; cook 3 minutes or until egg is set, stirring occasionally. Season to taste with pepper. Spread English muffin halves with additional butter. Spoon egg onto 1 English muffin half; cover with Kraft Singles and bacon. Top with remaining English muffin half. This recipe yields 1 sandwich. Athenos' recipe archive at http://www.athenos.com Lamb Main Dish to taste to taste less 2 tbspns beaten as needed peeled, chopped peeled, chopped peeled, chopped seeded, chopped Rub the lamb with 3 tablespoons of olive oil, sprinkle with 1 tablespoon herbs, and marinate overnight. Heat a large ovenproof pan over medium-heat, add 2 tablespoons of olive oil, and sear the lamb on all sides. Transfer to a 450-degree oven and roast for 8 to 12 minutes, depending on the size of the racks and the desired degree of doneness. Remove the racks when they are a little underdone and allow them to rest for 4 to 5 minutes. They will continue to cook and the meat will have a chance to soften up. For the vegetable ragout, peel and slice the vegetables as appropriate. Combine 2 tablespoons of butter, vegetable stock, remaining herbs and a little salt and pepper in a pot and stew the vegetables for 2 or 3 minutes over medium heat until they are just cooked through. Just before serving, saut the cooked Mustard Spatzle briefly in 2 tablespoons of butter to create a very desirable crispy effect. Assembly: Put a mound of vegetable ragout on each plate. Slice the rack into chops and place 3 or 4 around the vegetables (if desired the meat can be cut off the bone and sliced). Drizzle the reduction sauce around the edges. Sprinkle a small amount of Herb Oil over the reduction sauce and strew Spatzle onto each plate as well. Mustard Spatzle: In a mixing bowl, combine everything but the milk. Add enough milk to make a somewhat stiff batter. Cover the dough, refrigerate, and let rest for 1 to 2 hours. To cook, drop 1/2 teaspoon of batter from a spoon or pastry bag into simmering, lightly salted water, or put the batter through a colander or a special sliding cutter designed for making Spatzle. Cook for about 1 minute or until done. Strain and set aside. Mustard and Thyme Reduction: In a medium saut pan, sweat the onion, celery, carrot, and pepper in the olive oil and butter until they are just beginning to brown. Deglaze with red wine and reduce down to a glaze. Add the lamb stock and the mustard seed and slowly reduce to about 1 quart. Strain and continue to reduce to 1 cup. Steep the thyme in the reduction for 40 seconds or so and strain. Serve warm. This recipe yields ?? servings. Serve with Gallo of Sonoma County Merlot Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Charlie Trotter Main Dish Pasta thawed, well (8 oz), divided cooked, drained Mix spinach, ricotta cheese, 3/4 of the feta cheese and garlic powder. Fill shells with spinach mixture. Place in 10- by 6-inch baking dish. Pour sauce over shells. Top with remaining feta cheese. Bake at 350 degrees for 20 minutes. This recipe yields 4 servings. Make-Ahead Directions: Prepare Savory Feta-Filled Shells as directed except for baking; cover. Refrigerate overnight. Bake, uncovered, at 350 degrees for 30 minutes or until heated through. Athenos' recipe archive at http://www.athenos.com Egg Dishes beaten to taste to taste cubed Melt butter in skillet on low heat. Add combined eggs, milk and seasonings. Cook slowly, stirring occasionally, until eggs begin to set. Add cream cheese; continue cooking, stirring occasionally, until cream cheese is melted and eggs are set. Serve with toast. This recipe yields 6 servings. Microwave: Microwave butter on HIGH 30 seconds. Add remaining ingredients. Microwave on HIGH 2 minutes; stir. Micowave on HIGH 4 minutes, stirring occasionally. Variations: Prepare as directed, adding chopped fresh parsley, chives, green onion slices or crisply cooked Oscar Mayer Bacon, crumbled, as eggs begin to set. Prepare as directed, substituting Philadelphia Neufchatel Cheese, 1/3 Less Fat than Cream Cheese for cream cheese. Athenos' recipe archive at http://www.athenos.com Chicken Marinades Poultry any variety cut up Prepare salad dressing mix as directed on envelope. Pour over chicken; cover. Refrigerate several hours to overnight to marinate. Drain; discard dressing. Place chicken on greased grill over medium-hot coals. Grill, covered, 35 to 40 minutes or until chicken is cooked through, turning occasionally. This recipe yields 4 servings. Comments: If using a combination of meat and vegetables, marinate in separate containers. Athenos' recipe archive at http://www.athenos.com Poultry Sandwiches Turkey split drained, and Mix mayonnaise and feta cheese. Spread bottom half of rolls with mayonnaise mixture. Layer remaining ingredients over mayonnaise mixture. Cover with top halves of rolls. This recipe yields 4 sandwiches. Great Substitutes: Try substituting 1 package (4-oz) your favorite variety of Athenos Crumbled Feta Cheese. Athenos' recipe archive at http://www.athenos.com Sandwiches split, toasted crisply cooked as needed Shape meat into 4 patties. Cook patties in skillet on medium heat 4 to 6 minutes on each side or to desired doneness. Top each patty with 2 Singles; cover. Continue cooking until Singles are melted. Fill rolls with cheeseburgers; top with dressing and bacon. Serve with salsa. This recipe yields 4 cheeseburgers. Try serving with corn on the cob and a crisp green salad drizzled with Kraft Ranch or Italian Dressing. TIP! Grill: Place patties on grill over medium coals. Grill 7 to 9 minutes on each side or until cooked through. Athenos' recipe archive at http://www.athenos.com Appetizers Mushrooms Side Dish minced stems removed Mix vinegar, soy sauce, salad dressing mix, oil, hot pepper sauce and garlic in cruet or small bowl as directed on envelope. Pour over mushrooms in large bowl. Let stand 30 minutes to marinate. Drain, reserving dressing mixture. Place mushrooms on greased grill over medium coals or on rack of broiler pan 3 to 5 inches from heat. Grill or broil mushrooms 3 to 5 minutes on each side or until tender and slightly crisp, turning and brushing frequently with reserved dressing mixture. This recipe yields 4 to 6 servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings washed, and crumbled Mix all ingredients. Cover and refrigerate until chilled. This recipe yields 6 servings. Great Substitute: Try 1 package (8-oz) Atnenos Feta Cheese with Garlic & Herb in place of Feta Cheese with Basil & Tomato. Athenos' recipe archive at http://www.athenos.com Pizza minced thawed, and thinly sliced Mix olive oil and garlic in small microwavable bowl. Microwave on HIGH 30 seconds. Place pizza crust on cookie sheet; brush entire crust with oil mixture. Top with spinach, mozzarella cheese, tomato slices and feta cheese. Sprinkle pizza with rosemary. Bake at 450 degrees for 10 to 12 minutes or until cheese is melted and crust is golden. Let stand 5 minutes. This recipe yields 8 appetizer or 2 to 4 main dish servings. Great Substitute: Try 1 package (4-oz) Athenos Crumbled Feta Cheese with Tomato and Basil or Traditional Crumbled Feta Cheese in place of Feta Cheese with Garlic and Herb. Athenos' recipe archive at http://www.athenos.com Salads/Dressings washed, drained (4 oz) thinly sliced quartered Toss spinach, mushrooms, cheese and onion in large bowl; set aside. Cook bacon in large skillet on medium heat to desired crispness, turning frequently. Drain bacon, reserving 2 tablespoons drippings in skillet. Drain bacon on paper towels. Crumble bacon; set aside. Add walnuts to reserved drippings in pan. Cook 1 to 2 minutes or until lightly browned. Stir in vinegar, oil, salt and pepper. Cook 30 seconds to heat thoroughly. Pour hot dressing over salad; toss to coat. Top with eggs; sprinkle with reserved bacon. This recipe yields 6 servings. Make Ahead Directions: Prepare dressing as directed. Let cool. Refrigerate until ready to serve. Before serving, heat and stir. Toss with salad. Athenos' recipe archive at http://www.athenos.com Side Dish Vegetables scrubbed thawed, well drained (4 oz) Bake potatoes at 400 degrees for 50 minutes or until tender. Cut 1/2-inch lengthwise slice off top of potato; discard. Carefully scoop out pulp into small bowl. Add remaining ingredients; mix well. Divide mixture and evenly spoon back into 4 potato skins. Bake at 400 degrees for 10 additional minutes or until thoroughly heated. This recipe yields 4 servings. Great Substitutes: Try Athenos Crumbled Feta Cheese with Peppercorn, Garlic & Herb, or Basil & Tomato in place of Traditional Feta Cheese. Special Extra: Serve potatoes topped with sliced olives. Athenos' recipe archive at http://www.athenos.com Main Dish Pasta divided cut into strips cooked, drained Pour 1/3 cup of the dressing over chicken in medium bowl; toss to coat. Cover. Refrigerate 1 hour to marinate. Drain; discard dressing. Mix remaining 2/3 cup dressing, peanut butter, honey and pepper; set aside. Cook chicken in large skillet on medium-high heat about 8 minutes or until chicken is cooked through. Mix chicken, spaghetti, carrot, onions and cilantro in large bowl. Add peanut butter mixture; toss to coat. Serve immediately. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings cut into chunks cut into chunks cut into chunks cut into chunks Toss all ingredients. This recipe yields 6 to 8 servings. Special Extas: Try adding 3 tablespoons fresh chopped basil. Athenos' recipe archive at http://www.athenos.com Salads/Dressings sliced 1/4" thick peeled, and sliced 1/8" thick Arrange tomatoes, oranges and feta cheese alternately in overlapping circles on serving platter. Sprinkle with basil. Mix remaining ingredients; spoon over salad. This recipe yields 8 servings. Make-Ahead Directions: Prepare salad as directed except for preparing dressing; cover. Refrigerate until serving. Pour dressing over salad at serving time. Athenos' recipe archive at http://www.athenos.com Main Dish thawed, divided divided thawed, squeezed dry (8 oz) drained, sliced Roll 1 puff pastry sheet into 16-inch circle on lightly floured surface. Press onto bottom and sides of 9-inch springform pan sprayed with no stick cooking spray, leaving 2-inch overhang. Mix 4 of the eggs, spinach, cheeses, bread crumbs and onion. Spoon 1/2 of the cheese mixture into prepared pan. Top with peppers and remaining cheese mixture. Roll remaining puff pastry sheet on lightly floured surface; cut out 9-inch circle. Place over filling, pinching edges to seal. Cut remaining pastry into cut-outs, if desired. Place over top of crust. Brush with remaining egg, beaten. Place pan on cookie sheet. Bake at 425 degrees for 40 minutes or until golden brown. Cool 30 minutes. Run knife along edges and carefully remove pan. Serve warm or at room temperature. This recipe yields 10 servings. Athenos' recipe archive at http://www.athenos.com Poultry Sandwiches Turkey as needed as needed as needed cut in half Cut bread in half horizontally. Spread cut surfaces of bread with salad dressing. Layer bottom half of bread with lettuce, tomato, turkey and cheese. Cover with top half of bread. Cut into wedges. This recipe yields 8 servings. Athenos' recipe archive at http://www.athenos.com Sandwiches cut in half sliced as needed Mix cucumber, carrot and dressing. Line each pita bread half with tomato slices and spinach leaves. Fill with cucumber mixture. Sprinkle with fresh ground pepper, if desired. This recipe yields 4 sandwiches. Athenos' recipe archive at http://www.athenos.com Breakfast Spread 2 waffles with cottage cheese; top with second waffle spread with cottage cheese. Top with fruit. Serve with maple syrup, if desired. This recipe yields 2 servings. Athenos' recipe archive at http://www.athenos.com Cheesecake Desserts softened (3 oz), melted (6 oz or 9") Mix cream cheese, sugar and vanilla with electric mixer on medium speed until well blended. Add eggs; mix until blended. Stir in white chocolate. Pour into crust. Microwave preserves in small bowl on HIGH 15 seconds or until melted. Dot top of cheesecake with small spoonfuls of preserves. Cut through batter with knife several times for marble effect. Bake at 350 degrees for 35 to 40 minutes or until center is almost set. Cool. Refrigerate 3 hours or overnight. This recipe yields 8 servings. Great Substitute: To lower the fat, prepare as directed, substituting Philadelphia Neufchatel Cheese, 1/3 Less Fat than Cream Cheese, for cream cheese. Athenos' recipe archive at http://www.athenos.com Fish (Ocean) Main Dish Seafood divided coarsely chopped Mix vinegar, wine, salad dressing mix and oil until well blended. Stir in 1 tablespoon of the basil. Mix 2 tablespoons of the dressing mixture with tomatoes and onion. Stir in remaining 1 tablespoon basil. Pour remaining dressing mixture over fish in shallow dish; cover. Refrigerate 30 to 60 minutes to marinate. Drain; discard marinade. Place fish on greased grill over medium-high coals or on rack of broiler pan 3 to 5 inches from heat. Grill or broil 5 to 7 minutes on each side or to desired doneness. Place on serving plates; top with tomato mixture. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Dips/Spreads softened minced Beat cream cheese and mayo with electric mixer on medium speed until well blended. Add remaining ingredients; mix well. Cover; refrigerate. Serve with crackers or toasted bread rounds. This recipe yields 2 1/4 cups. Special Extra: Mix 2 teaspoons Kraft Prepared Horseradish into cream cheese mixture before refrigerating. Athenos' recipe archive at http://www.athenos.com Side Dish any variety Stir sour cream and horseradish into hot potatoes; mix well. Serve immediately. This recipe yields 8 servings. Athenos' recipe archive at http://www.athenos.com gourmand-1.2.0/tests/recipe_files/athenos1.mx2000066400000000000000000011574201510115424500213030ustar00rootroot00000000000000 5 Layer Mediterranean Dip Almost Risotto Asian Honey BBQ Chicken Drummettes Asparagus And Tomatoes Italian Atnenos Greek Salad Bacon Breakfast Casserole Bacon Carbonara Appetizers Bacon Onion Pinwheels Banana Raisin Scones Banana Ricotta Flapjack Stacks BBQ Chicken Wings Bistro Chicken Pasta Salad Black Bean And Mango Salsa Black Bean Feta Salad Breakfast Burritos Brunch Eggs Brunch Latkes Caribbean Jerk Chicken Cereal Yogurt Bars Cheddary Artichoke Snacks Cheesy Beef Nachos Cheesy Chili Cornbread Muffins Chicken Feta Pizza Chicken Salad And Feta Wrap Chocolate Chunk Streusel Coffee Cake Chocolate-Walnut Torta Caprese Classic Caesar Salad Cobb Wrap Cranberry, Feta And Toasted Walnut Salad Creamy Feta And Sun-Dried Tomato Spread Cuban Bean Salad Curried Salmon Salad Sandwiches Dutch Boy Pancake Easy Banana Pancakes Easy Eggs Benedict Easy Feta Foccacia Easy Feta Potato Bake Easy Skillet Breakfast Fabulous Fajitas Fabulous Fruit And Feta Salad Feta And Pesto Bread Feta Frittata Feta Mufaletta Feta Slaw Feta Spaghetti Sauce Feta Spinach Dip Fresh Vegetable Saute Garden Chicken Pesto Salad Grecian Rice Greek Salad Wrap Grilled BBQ Pork Chop Sandwich Grilled Catfish, Coriander Black Beans, Roasted Eggplant Grilled Mediterranean Quesadillas Grilled Mozzarella Sandwiches Grilled Portabello And Spinach Salad With Feta Grilled Tri-Colored Pepper And Mushroom Salad Grilled Vegetarian Club Sandwich Guacamole Dip Ham 'n Cheese Omelet Herbed Pita Chips Hummus Party Platter Hummus, Feta And Vegetable Wraps Italian Vegetable Dip Lemon And Lime Rice Salad Lemon Dill Fish Mango Chicken Summer Salad Marinated Olives Mediterranean Bread Spread Mediterranean Couscous Salad Minestrone Pasta Salad Mole BBQ Chicken Oreo Cheesecake Oven-Baked French Toast With Cranberry Maple Sauce Party Spirals Pear And Walnuts With Mixed Greens Pesto Pasta Toss Pickled Beet And Endive Salad With Feta Cheese And Walnuts Quick Breakfast Sandwich Rack Of Lamb With Vegetable Ragout And Mustard Spatzle Savory Feta-Filled Shells Savory Scrambled Eggs Simple Summer Marinade Smoked Turkey Sub Southwest Ranch Cheeseburgers Spicy Grilled Mushrooms Spinach And Feta Pasta Salad Spinach Garlic Pizza Spinach Salad With Warm Balsamic Walnut Dressing Stuffed Potato Thai Chicken And Sesame Noodles Tomato And Feta Village Salad Tomato And Orange Feta Salad Torta Rustica Turkey-In-The-Round Sandwich Vegetable Pita Pockets Waffle Stack White Chocolate Raspberry Swirl Cheesecake Zesty Grilled Tuna With Fresh Tomato Topping Zesty Shrimp Spread Zippy Mashed Potatoes Appetizers Dips/Spreads (4 oz) Spread hummus on bottom of 9-inch pie plate. Layer with remaining ingredients. Serve with tortilla chips. This recipe yields 2 cups. Great Substitute: Try kalamata olives in place of ripe olives. Athenos' recipe archive at http://www.athenos.com Side Dish uncooked drained (optional) Bring broth and salad dressing mix to boil in medium saucepan on medium-high heat. Add orzo. Reduce heat to low; cover. Simmer 10 minutes or until orzo is tender. Stir in mushrooms. Serve with Di Giorno Shredded Parmesan Cheese, if desired. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Appetizers Chicken Poultry plus Mix barbecue sauce, soy sauce, ginger and garlic powder. Place chicken on greased grill over medium coals. Grill 15 minutes or until chicken is cooked through, turning and brushing occasionally with barbecue sauce mixture. Serve with additional barbecue sauce, if desired. This recipe yields 15 appetizers. Athenos' recipe archive at http://www.athenos.com Salads/Dressings Vegetables cooked, cooled cut thin wedges Toss all ingredients. Refrigerate 1 hour or overnight. This recipe yields 6 servings. Helpful Hint: To cool vegetables quickly, run under cold water. Athenos' recipe archive at http://www.athenos.com Salads/Dressings cut into wedges peeled, and (4 oz) Toss greens, olives, tomatoes, onion and cucumber in large bowl. Drizzle with dressing. Sprinkle with cheese. This recipe yields 4 servings. Greek Chicken Salad: Arrange 1 pound cooked boneless skinless chicken breasts, cut into strips, over tossed salad. Take a Shortcut: Add 1 package (6-oz) Louis Rich Carving Board Grilled Chicken Breast Strips. Athenos' recipe archive at http://www.athenos.com Breakfast crusts trimmed crisply cooked, drained sliced beaten Place 4 of the bread slices on bottom of greased 8-inch square baking dish. Sprinkle bacon, mushrooms, onions and cheese on bread. Cover with remaining 4 bread slices. Mix eggs and milk; pour over bread. Cover. Refrigerate 1 hour or overnight. Bake, uncovered, at 350 degrees for 1 hour. Let stand 10 minutes before serving. This recipe yields 6 servings. Great Substitute: Prepare as directed, substituting 1 can (2.8-oz) Oscar Mayer Real Bacon Pieces for bacon slices. Athenos' recipe archive at http://www.athenos.com Appetizers crisply cooked, Spread each bread shell with 2 tablespoons sauce; layer each with remaining ingredients. Bake at 350 degrees for 8 minutes or until bread shells are crisp. Cut into wedges. This recipe yields 12 servings. Athenos' recipe archive at http://www.athenos.com Appetizers crisply cooked, softened (8 oz ea) Mix all ingredients except crescent rolls. Unroll crescent rolls and separate into 8 rectangles. Firmly press perforations to seal. Spread bacon mixture evenly on each rectangle. Roll up each rectangle starting from short side. Cut each roll into 4 slices. Place pinwheels on ungreased cookie sheets. Flatten slightly. Bake at 375 degrees for 15 minutes or until golden brown. This recipe yields 32 pieces. Great Substitute: Substitute Louis Rich Turkey Bacon for Oscar Mayer Bacon. Athenos' recipe archive at http://www.athenos.com Biscuits Breads/Rolls Heat oven to 425 degrees. Mix raisins and water in small bowl; set aside. Mix flour, sugar, baking powder and baking soda in large bowl. Cut in butter until mixture resembles coarse crumbs. Stir in cereal. Beat egg in small bowl. Stir in yogurt and reserved raisins and water. Add to flour mixture; stir until soft dough forms. Drop dough by 1/4 cupfuls onto greased cookie sheets. Bake 10 minutes or until lightly browned. This recipe yields 15 scones. Variation: Prepare as directed above, substituting Post Selects Blueberry Morning or Cranberry Almond Crunch Cereal for the Post Selects Banana Nut Crunch Cereal. Athenos' recipe archive at http://www.athenos.com Breakfast Pancakes separated thinly sliced for serving Mix egg yolks, ricotta cheese, milk and lemon peel in bowl until smooth. Stir in flour, baking powder and sugar until well blended. Beat egg whites in small bowl until stiff peaks form. Gently stir into ricotta mixture. Heat griddle. Brush lightly with butter. Spoon batter by 1/4 cupfuls onto griddle. Place 6 slices of banana on each pancake and sprinkle with granola. Cook until fluffy and golden brown, about 3 minutes. Turn pancakes and cook until other side is golden brown. Keep pancakes warm in a low oven (about 275 degrees). Repeat with remaining batter. Serve with maple syrup and additional sliced bananas, if desired. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Chicken Poultry separated at joints, Place chicken in 15- by 10- by 1-inch baking pan lined with aluminum foil. Bake at 450 degrees for 35 minutes. Drain excess grease. Brush with barbecue sauce; bake an additional 10 minutes. This recipe yields 4 servings or about 12 wings. Tex Mex Variation: Stir 1 tablespoon chili powder and 1/2 teaspoon garlic powder into barbecue sauce. Continue as directed. Hot & Spicy Variation: Stir 1 1/2 tablespoons hot pepper sauce into barbecue sauce. Continue as directed. Athenos' recipe archive at http://www.athenos.com Salads/Dressings (4 oz) cut into strips Mix all ingredients except chicken. Top pasta mixture with chicken. Serve warm or chilled. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Accompniment Salsa rinsed, drained thawed Mix all ingredients in large bowl. Refrigerate several hours or until chilled. Serve with tortilla chips or grilled chicken. This recipe yields about 5 cups. Special Extra: Add 1 1/2 cups cooked Minute Brown Rice to bean mixture before refrigerating. Athenos' recipe archive at http://www.athenos.com Salads/Dressings rinsed, drained Mix all ingredients. Let stand 10 minutes at room temperature to marinate. This recipe yields 3 cups. Great Substitute: Try fresh basil in place of mint. Athenos' recipe archive at http://www.athenos.com Breakfast (optional) Cook bacon in large skillet on medium heat until crisp; drain. Place 2 bacon slices on each tortilla; sprinkle with cheese. Beat eggs and chilies; add to hot skillet. Cook and stir 2 minutes or until set. Divide egg mixture between tortillas; fold tortillas over filling. Top with Taco Bell Home Originals Thick 'N Chunky Salsa, if desired. This recipe yields 2 servings. To Make Ahead: Wrap filled burritos in foil; place in warm oven for up to 30 minutes. Variation: Substitute 4 tablespoons Oscar Mayer Real Bacon Pieces or Bacon Bits for cooked bacon strips. Use 2 tablespoons for each tortilla. Athenos' recipe archive at http://www.athenos.com Brunch Egg Dishes beaten (8 oz) melted Mix all ingredients. Pour into lightly greased 12- by 8-inch baking dish; cover. Refrigerate several hours or overnight. Bake at 325 degrees for 45 minutes or until knife inserted near center comes out clean. This recipe yields 6 to 8 servings. Variations: Add 1 can (4 ounces) chopped green chilies, drained. Add 1/4 cup sliced green onions. Add 3/4 cup chopped ham. Athenos' recipe archive at http://www.athenos.com Pancakes softened as needed Beat cream cheese and eggs with electric mixture on medium speed until smooth. Add flour and salt; mix well. Heat oil in large skillet on medium heat. Spoon cream cheese batter by tablespoonfuls into skillet. Fry on 1 side until pancakes bubble. Turn; fry on second side until golden brown. Repeat as needed. Add additional oil, if needed. Drain on paper towel. Sprinkle with cinnamon sugar. This recipe yields 35 (3-inch) latkes. Fruit Topped Gelt: Top with warm cherry, blueberry or apple pie filling. Savory Gelt: Top with ratatouille or warm sauted mixed vegetables. Athenos' recipe archive at http://www.athenos.com Chicken Main Dish Poultry Mix all ingredients except chicken in small bowl until well blended. Coat chicken with dressing mixture. Place in large baking dish; cover. Refrigerate 1 hour to marinate. Drain; discard dressing mixture. Place on greased grill over medium coals or on rack of broiler pan 5 to 7 inches from heat. Grill or broil 40 to 45 minutes or until cooked through, turning frequently. This recipe yields 6 to 8 servings. Athenos' recipe archive at http://www.athenos.com Cookies any fruit flavor slightly beaten Heat oven to 350 degrees. Spray 8-inch square baking pan with no stick cooking spray. Mix cereal, 3/4 cup flour, sugar and cinnamon in small bowl. Cut in butter until coarse crumbs. Press 1/2 of the mixture firmly into bottom of prepared pan. Mix yogurt, egg and 2 tablespoon flour in another small bowl. Spread over cereal mixture in pan; sprinkle with remaining cereal mixture. Bake 30 minutes or until golden brown. Cool in pan on wire rack. Cut into bars. This recipe yields 16 bars. Athenos' recipe archive at http://www.athenos.com Appetizers Snacks toasted drained, chopped sliced thinly sliced Top toast slices with artichokes, peppers, onion and cheese. Place on cookie sheet. Broil 2 to 3 minutes or until cheese is melted. Garnish with additional red pepper and green onion. This recipe yields 20 pieces. Athenos' recipe archive at http://www.athenos.com Appetizers Snacks Brown meat; drain. Stir in salsa; simmer 2 minutes. Arrange chips on microwavable dinner plate. Top with meat mixture. Sprinkle with cheese. Microwave on HIGH 2 to 3 minutes or until cheese is melted, rotating plate every minute. Sprinkle with Toppings as desired. This recipe yields 4 servings. Cheesy Bean Nachos: Prepare as directed, omitting meat. Mix 1 cup Taco Bell Home Originals Refried Beans and 1/2 cup Taco Bell Home Originals Thick N Chunky Salsa. Top chips with bean mixture. Sprinkle with cheese. Microwave as directed. Cheesy Chicken Nachos: Prepare as directed, substituting 1 package (6-oz) Louis Rich Grilled Chicken Breast Strips, chopped, for ground beef and increasing salsa to 1 cup. Athenos' recipe archive at http://www.athenos.com Breads/Rolls Muffins lightly beaten drained chopped Mix muffin mix, milk and egg just until blended. Stir in chilies and 2% Milk Singles. Spoon into greased or paper-lined muffin pan, filling each cup 2/3 full. Bake at 400 degrees for 16 to 18 minutes or until golden brown. Serve warm. This recipe yields 8 muffins. Great Substitutes: Prepare batter as directed. Pour into greased 8-inch square baking pan. Bake 20 to 25 minutes or until golden brown. Cut into squares. Substitute Kraft 2% Milk Sharp Cheddar Singles with Added Calcium for 2% Milk American Singles. Storage Know-How: Place extra muffins in zipper-style freezer plastic bag. Freeze up to 2 months. Athenos' recipe archive at http://www.athenos.com Pizza divided chopped chopped Place crust on cookie sheet. Spread crust with olive oil. Sprinkle with 3/4 cup of the mozzarella cheese. Top with chicken, tomato and feta cheese. Sprinkle with remaining 3/4 cup mozzarella cheese. Bake at 450 degrees for 10 to 12 minutes or until cheese is melted and crust is golden brown. Let stand 5 minutes. This recipe yields 8 appetizer or 2 to 4 main dish servings. Special Extra: Sprinkle pizza with 1 tablespoon chopped fresh basil. Great Substitute: Try Athenos Crumbled Feta Cheese with Garlic & Herb or Traditional Feta Cheese in place of Feta Cheese with Basil & Tomato. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Sandwiches Wraps (4 oz) Mix chicken breast strips, feta cheese, grapes, mayonnaise, pine nuts and basil. Spoon chicken mixture onto tortillas; wrap. This recipe yields 6 servings. How To Toast Nuts: Spread pine nuts in single layer on cookie sheet. Bake at 350 degrees for 7 minutes or until lightly toasted, stirring occasionally. Athenos' recipe archive at http://www.athenos.com Cakes Desserts chopped any variety Heat oven to 350 degrees. Lightly grease 15- by 10- by 1-inch baking pan. Mix flour and sugar in medium bowl. Using pastry blender or 2 knives, cut in butter until mixture resembles coarse crumbs. Stir in half of chopped chocolate and almonds. Prepare cake mix as directed on package, substituting brewed coffee for water. Pour batter into prepared pan. Sprinkle with streusel mixture and remaining chopped chocolate. Bake in preheated oven at 350 degrees for 20 to 25 minutes or until toothpick inserted in center comes out clean. Cool. Cut into squares to serve. This recipe yields 24 servings. Athenos' recipe archive at http://www.athenos.com Cakes Desserts softened divided melted, cooled separated Beat butter and 1/2 cup of the granulated sugar with electric mixer on medium speed until light and fluffy. Blend in chocolate. Add egg yolks, 1 at a time, beating well after each addition. Toss ground walnuts and flour. Stir into butter mixture. Beat egg whites until foamy. Gradually add remaining 1/4 cup granulated sugar, beating until soft peaks form. Stir 1/4 of the egg whites into chocolate batter. Fold in remaining egg whites. Pour into 9-inch springform pan sprayed with no stick cooking spray. Bake at 350 degrees for 40 minutes or until toothpick inserted in center comes out clean. Cool in pan 10 minutes. Remove rim and cool completely. Sprinkle with powdered sugar and garnish with additional walnut pieces, if desired. Cut into wedges to serve. This recipe yields 10 servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings minced (2 oz) Mix oil, garlic, juice, Worcestershire sauce, pepper and anchovies. Toss lettuce with oil mixture until evenly coated. AddD croutons and cheese; toss lightly. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Sandwiches Wraps as needed (4 oz) cooked as needed as needed Spread tortillas with hummus. Top with remaining ingredients; wrap. This recipe yields 6 servings. Great Substitutes: Try Athenos Spicy Three Pepper Hummus or Roasted Red Pepper Hummus in place of Roasted Garlic Hummus. Substitute 1/4 cup Oscar Mayer Bacon Bits for bacon slices. Athenos' recipe archive at http://www.athenos.com Salads/Dressings (4 oz) Layer salad greens, cranberries, feta cheese and walnuts in shallow salad bowl or on large serving platter. Pour Balsamic Vinaigrette over salad. Toss gently to coat. Serve immediately. Balsamic Vinaigrette: Whisk vinegar, honey, mustard and pepper in small bowl. Gradually add oil in a thin stream, whisking constantly until well blended. This recipe yields 6 servings. How to Toast Nuts: Spread walnuts in single layer on cookie sheet. Bake at 350 degrees for 5 minutes or until lightly toasted. Athenos' recipe archive at http://www.athenos.com Dips/Spreads softened (4 oz) Mix all ingredients. Refrigerate 2 hours or until chilled. Serve as a spread on bagels, crackers or fresh vegetables. This recipe yields 1 1/2 cups. Athenos' recipe archive at http://www.athenos.com Salads/Dressings seeded, and drained drained drained sliced cut 2" strips sliced chopped Mix dressing ingredients in large bowl. Add salad ingredients to bowl; stir well. Cover. Refrigerate 2 hours or overnight. This recipe yields 8 (1-cup) servings. Great Substitute: Substitute lime juice for the lemon juice. Athenos' recipe archive at http://www.athenos.com Sandwiches drained, flaked chopped Mix salmon, pickles, onion and raisins in medium bowl. Mix mayo and curry powder; stir gently into salmon mixture. Fill each pita bread with about 1/4 cup salmon mixture and 1 lettuce leaf. This recipe yields 6 sandwiches. Athenos' recipe archive at http://www.athenos.com Pancakes softened Beat cream cheese and marshmallow creme in large bowl with electric mixer on medium speed until well blended; set aside. Beat flour, salt, milk and eggs until smooth. Heat heavy 9-inch ovenproof skillet in 450 degree oven until very hot. Add butter to coat skillet; pour in batter immediately. Bake on lowest oven rack 10 minutes. Reduce oven temperature to 350 degrees; continue baking 10 minutes or until golden brown. Fill pancake with fruit; top with cream cheese mixture. Serve immediately. This recipe yields 6 to 8 servings. Variation: Toss fruit with 1 tablespoon kirsch. Let stand 30 minutes. Athenos' recipe archive at http://www.athenos.com Breakfast Pancakes Beat egg in large bowl; stir in milk and oil. Add pancake and waffle mix; stir just until moistened. Stir in cereal. Let stand 5 minutes. Pour 1/4 cup batter onto hot griddle for each pancake; cook until bubbles form on top. Turn to brown other side. Garnish with fresh bananas and strawberries and sprinkle with powdered sugar. This recipe yields 6 to 8 pancakes. Athenos' recipe archive at http://www.athenos.com Breakfast Egg Dishes cooked, and split, toasted (optional) Cook yogurt, mayo and mustard in small saucepan on low heat 5 minutes or until thoroughly heated, stirring frequently. Place 4 bacon pieces on each English muffin half. Top each with 1 tomato slice and 1 egg. Spoon warm yogurt mixture over eggs. Sprinkle with paprika or chopped fresh parsley, if desired. This recipe yields 4 servings. Variation - Eggs Florentine: Place 2 tablespoons cooked steamed spinach on top of tomato before topping with egg and yogurt mixture. Athenos' recipe archive at http://www.athenos.com Breads/Rolls Top bread shell with onion and feta cheese. Drizzle with oil. Place directly on middle rack in oven. Bake at 425 degrees for 10 minutes. Sprinkle with Parmesan cheese. This recipe yields 8 servings. Variation: Try Athenos Feta Cheese with Basil & Tomato in place of Athenos Feta Cheese with Garlic & Herb. Athenos' recipe archive at http://www.athenos.com Side Dish Vegetables (32 oz), thawed (16 oz) (8 oz) (10 3/4 oz) Mix potatoes, sour cream, feta cheese, soup and peppers in large bowl. Spoon into greased 13- by 9-inch baking dish. Sprinkle parmesan cheese over potato mixture. Bake at 400 degrees for 35 minutes. Stir before serving. This recipe yields 12 to 16 servings. Variations: Substitute 1 package (8-oz) Athenos Feta Cheese with Garlic & Herb or Basil & Tomato. Athenos' recipe archive at http://www.athenos.com Breakfast Main Dish cut 1/2" pieces beaten Heat oil in nonstick skillet. Add potatoes and sausage; cook 5 minutes or until potatoes are browned, stirring occasionally. Mix eggs, milk and mustard in small bowl; pour evenly over potatoes and sausage. Cover. Reduce heat to low. Cook 8 minutes or until eggs are set. Sprinkle with cheese; cover. Heat until cheese melts. Cut into wedges. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Main Dish cut into strips cut thin wedges (optional), cut as needed Mix sour cream, cilantro, salt and lime juice. Refrigerate until ready to use. Heat oil in large skillet on medium-high heat. Add meat, onion and green pepper; cook and stir 5 to 7 minutes or until meat is cooked through. Spoon meat mixture evenly onto tortillas. Top with sour cream mixture and salsa; fold in half. This recipe yields 4 servings. Variation: Mix sour cream with 1/2 cup salsa and 2 tablespoons chopped fresh cilantro. Use Your Grill: Place steak or chicken breast halves on greased grill over medium (160 degrees) coals; grill 12 to 15 minutes or until cooked through. Warm tortillas in foil pack on edge of grill while steak is cooking. Athenos' recipe archive at http://www.athenos.com Salads/Dressings drained toasted (4 oz) Toss greens, orange segments, onion, walnuts and feta cheese in large bowl. Add dressing; toss to coat. This recipe yields 6 servings. Great Substitutes: Substitute Good Seasons Italian Salad Dressing, Good Seasons Zesty Italian Salad Dressing, Sevev Seas Viva Italian Dressing, Kraft Special Collection Greek Vinaigrette Dressing or Kraft Ranch Dressing for Raspberry Vinaigrette Dressing. How To Toast Nuts: Spread walnuts in single layer on cookie sheet. Bake at 350 degrees for 7 minutes or until lightly toasted, stirring occasionally. Athenos' recipe archive at http://www.athenos.com Breads/Rolls halved lengthwise sliced (4 oz) Place bread, cut-sides up, on cookie sheet. Bake at 400 degrees for 8 to 10 minutes or until golden brown. Spread each bread half with pesto sauce; top with tomato slices. Sprinkle with olives and feta cheese. Bake at 400 degrees for 8 to 10 minutes or until feta cheese is slightly melted. Cut into slices to serve. This recipe yields about 24 servings. Athenos' recipe archive at http://www.athenos.com Egg Dishes cubed (8 oz) (optional) Arrange bread cubes on bottom of greased 13- by 9-inch baking dish. Mix eggs, salad dressing mix, milk, cheeses and red pepper in bowl. Pour mixture evenly over bread cubes. Bake at 375 degrees for 30 minutes or until golden brown. Top with parsley before serving. This recipe yields 12 servings. Make-Ahead: Prepare as directed except for baking; cover. Refrigerate overnight. When ready to serve, bake, uncovered, at 375degrees for 35 minutes or until golden brown. Athenos' recipe archive at http://www.athenos.com Sandwiches as needed drained, and Mix mayonnaise, feta cheese, olives and parsley. Slice bread in half horizontally. Spread 1/2 of the mayonnaise mixture over bottom half of bread. Layer with lettuce and red pepper strips. Spread top half of bread with remaining mayonnaise mixture; place over fillings. Cut into wedges before serving. This recipe yields 4 to 6 servings. Great Substitute: Try 1 package (4-oz) of your favorite variety Athenos Crumbled Feta Cheese. Make-Ahead: Wrap sandwich tightly in plastic wrap. Refrigerate until ready to serve. Athenos' recipe archive at http://www.athenos.com Salads/Dressings (4 oz) thinly sliced Toss all ingredients. Serve immediately. This recipe yields 3 1/2 cups. How To Toast Nuts: Spread nuts in single layer on cookie sheet. Bake at 350 degrees for 7 minutes or until lightly toasted, stirring occasionally. Make-Ahead: Mix all ingredients except dressing and feta cheese in large bowl; cover. Refrigerate 2 hours or overnight. Toss with dressing and feta cheese just before serving. Athenos' recipe archive at http://www.athenos.com Sauces (4 oz) Heat pasta sauce as directed on label. Remove from heat, stir in feta cheese. Serve over hot cooked pasta. This recipe yields 6 servings. Great Substitute: Try 1 package (4-oz) Athenos Crumbled Feta Cheese with Basil & Tomato in place of Traditional Feta Cheese. Athenos' recipe archive at http://www.athenos.com Dips/Spreads thawed, drained (4 oz) Mix all ingredients. Refrigerate 2 hours or until chilled. Serve with assorted cut-up vegetables or pita bread wedges. This recipe yields 2 1/2 cups Great Substitute: Try 1 package (4-oz) Athenos Crumbled Feta Cheese with Garlic and Herb in place of Traditional Feta Cheese. Athenos' recipe archive at http://www.athenos.com Vegetables diagonally sliced Heat oil in large skillet on medium-high heat. Add vegetables; cook and stir until tender-crisp. Stir in vinegar and salad dressing mix; cook and stir until thoroughly heated. This recipe yields 8 servings. Variation: Prepare as directed, using 7 cups of any combination of your favorite cut-up vegetables. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Salads/Dressings any flavor as needed Prepare pasta as directed on package; drain. Rinse with cold water. Toss pasta with chicken breast strips, sauce, and vegetables. Sprinkle with tomato. Refrigerate. This recipe yields 3 servings. Athenos' recipe archive at http://www.athenos.com Rice/Grains Side Dish uncooked Heat oil in medium saucepan. Add onion; cook and stir 3 to 4 minutes or until tender. Add rice; cook and stir 1 minute. Stir in broth and water. Bring to boil. Reduce heat to low; cover. Simmer 15 minutes or until liquid is absorbed. Stir in feta cheese and oregano. Garnish with fresh herbs, if desired. This recipe yields 4 servings. Great Substitute: Try 2 tablespoons chopped fresh mint in place of oregano. Athenos' recipe archive at http://www.athenos.com Sandwiches Wraps chopped (4 oz) (optional) Spread tortillas with hummus. Toss remaining ingredients in medium bowl. Spoon lettuce mixture onto tortillas; wrap. This recipe yields 4 servings. Great Substitute: Try Athenos Crumbled Basil & Tomato Feta Cheese in place of Traditional Crumbled Feta Cheese. Athenos' recipe archive at http://www.athenos.com Pork Sandwiches (18 oz) as needed Place chops on grill over medium coals. Brush with barbecue sauce. Grill 6 to 8 minutes on each side or until cooked through (170 degrees), brushing occasionally with barbecue sauce. Place tomato and onion on grill during last 4 minutes of grilling time, turning and brushing occasionally with barbecue sauce. Spread rolls with barbecue sauce. Fill with lettuce, chops, tomato and onion. This recipe yields 4 sandwiches. Athenos' recipe archive at http://www.athenos.com Fish (Fresh Water) Main Dish (1 to 2) cut 1/2"-thk rounds halved, seeded chopped minced crushed Black Beans: Rinse black beans. Place in plastic bucket, cover with water. Fold in 1 1/2 teaspoons baking soda, rest overnight. Drain and rinse well. Place bacon into a skillet and saut. Add onions and garlic and saut for 3 minutes. Add basil, cumin and coriander seeds and saut for 3 minutes. Add black beans. Add beer to cover beans. Simmer for 1 1/2 hours until tender. Catfish: Combine olive oil, lemon juice, garlic and chives. Pour over catfish, sliced eggplants, red pepper. Rest for 20 minutes. Preheat grill. Grill catfish 3 to 4 minutes on each side or to desired doneness. Grill eggplants 1 to 2 minutes on each side. Grill red peppers. Place black beans on plate, top with catfish, surround with eggplant, red pepper. Spoon Athenos Roasted Eggplant Hummus over vegetables. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Fritz Sonnenschmidt Sandwiches softened (4 oz) sliced Mix cheeses and olives. Spread 4 tortillas evenly with cheese mixture, leaving 1/2-inch border around edge. Top each with 4 remaining tortillas. Place on grill over low coals. Grill 2 minutes on each side or until crisp and golden. Cut each quesadilla into 8 wedges. This recipe yields 32 pieces. Great Substitute: Substitute 1/2 cup chopped roasted red peppers for olives. Use Your Electric Griddle: Assemble quesadillas as directed. Grill on 350 degree electric griddle 2 minutes on each side or until crisp and golden. Athenos' recipe archive at http://www.athenos.com Sandwiches drained, and Slice cheese into 6 thin slices. Top 3 bread slices each with 2 cheese slices. Top with roasted red pepper strips and second bread slice. Spread outside of each sandwich with 2 teaspoons butter. Cook in skillet on medium heat until lightly browned on both sides. Serve immediately. This recipe yields 3 sandwiches. Athenos' recipe archive at http://www.athenos.com Salads/Dressings divided (8 oz) cut into wedges Pour 2/3 cup of the dressing over mushrooms in shallow dish; cover. Refrigerate 1 hour to marinate. Drain; discard dressing. Place mushrooms on greased grill or rack of broiler pan. Grill over hot coals or broil 4 to 6 inches from heat until cooked through, 8 to 10 minutes. Cut into slices. Toss mushrooms with remaining ingredients in large bowl. This recipe yields 6 servings. Variations: Prepare as directed, substituting 3 boneless skinless chicken breast halves (about 3/4 lb), for mushrooms. Prepare as directed, substituting 1 beef sirloin steak, 1/2- to 3/4-inch thick (3/4 lb), for mushrooms. Athenos' recipe archive at http://www.athenos.com Salads/Dressings divided Cut peppers into quarters. Toss peppers and mushrooms with 1/2 cup of the dressing. Place vegetables on grill over medium coals. Grill 8 to 10 minutes or until tender, turning and brushing occasionally with dressing. Slice mushrooms. Toss mushrooms, peppers and remaining 1/4 cup dressing. This recipe yields 6 servings. Athenos' recipe archive at http://www.athenos.com Sandwiches stems removed, cut 3/4"-thk rounds cut 3/4" thick cut 1/4" thk slices to taste to taste as needed grilled grilled Preheat grill to medium (350 to 400 degrees). Brush mushrooms, eggplant, zucchini and onion with sesame oil. Sprinkle with salt and pepper. Grill all on medium heat turning twice approximately 8 minutes for portabello, 6 minutes for eggplant, 4 minutes for onion and 3 minutes for zucchini. Remove and place on plate. Sprinkle with chopped thyme. Brush bread slices with olive oil and grill 1 minute on each side. Place vegetables evenly on 8 slices of bread. Top with Atnenos Roasted Red Pepper Hummus and sprinkle with basil. Place each slice on top of the other and finish topping with last slice. Serve with toothpick and slice in half. Serve with remaining Atnenos Roasted Red Pepper Hummus. This recipe yields ?? servings. Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Fritz Sonnenschmidt Dips/Spreads peeled, pitted Mash avocados with fork or potato masher until smooth. Add remaining ingredients; mix well. Cover. Refrigerate at least 1 hour before serving. Serve with tortilla chips and assorted cut-up vegetables. This recipe yields 2 cups. Variation: Serve as a dip in a tostada shell lined with lettuce. Garnish with shredded cheddar cheese, sliced pitted ripe olives, chopped tomatoes and chopped green onions. Store, covered with plastic wrap, in refrigerator. Athenos' recipe archive at http://www.athenos.com Egg Dishes Omelets beaten divided Mix eggs, milk, ham, onion and seasonings in medium bowl. Melt butter in 10-inch skillet on medium-high heat. Pour egg mixture into skillet. As egg mixture sets, lift slightly with spatula to allow uncooked portion to flow underneath. When egg mixture is set but top is still moist, place 3/4 cup cheese on half of omelet. Slip turner underneath egg mixture, tip skillet and gently fold omelet in half. Sprinkle with remaining 1/4 cup cheese. This recipe yields 3 to 4 servings. Athenos' recipe archive at http://www.athenos.com Accompaniment Snacks minced crushed crushed 6 rounds Mix olive oil, garlic and seasonings. Split each pita bread in half to form 2 rounds. Brush each pita bread round with oil mixture; cut into 8 wedges. Place on cookie sheets. Bake at 350 degrees for 8 to 10 minutes or until crisp. This recipe yields 8 dozen. Athenos' recipe archive at http://www.athenos.com Appetizers split, and Arrange hummus, vegetables, pita triangles and crackers on large serving platter. This recipe yields ?? servings. Make-Ahead: Wrap platter tightly with plastic wrap. Refrigerate until ready to serve. Athenos' recipe archive at http://www.athenos.com Sandwiches Wraps (4 oz) Spread tortillas evenly with hummus. Top with remaining ingredients; wrap. This recipe yields 4 servings. Great Substitutes: Substitute Athenos Spicy Three Pepper Hummus or Roasted Red Pepper Hummus for Roasted Garlic Hummus. Substitute kalamata olives for pitted ripe olives. Athenos' recipe archive at http://www.athenos.com Dips/Spreads Mix all ingredients. Refrigerate. Garnish as desired. Serve with assorted cut-up vegetables. This recipe yields 2 1/4 cups. Creative Leftovers: Leftover dip is great as a spread on sandwiches. Athenos' recipe archive at http://www.athenos.com Rice/Grains Salads/Dressings uncooked Prepare rice as directed on package. Stir butter into rice until melted. Stir in remaining ingredients. Serve warm. This recipe yields 4 servings. Tips: This salad can also be served cold. This fragrant rice goes well with Mexican, Indian, Greek and other ethnic meals. Try substituting grated orange peel for the lemon and lime peels. Try other fresh herbs such as tarragon, dill or mint in place of the cilantro. Athenos' recipe archive at http://www.athenos.com Fish (Ocean) Main Dish Seafood Mix mayo, juice, dill and peel. Place fish on greased grill over medium coals or on rack of broiler pan 2 to 4 inches from heat. Brush with 1/2 of the mayo mixture. Grill or broil 5 to 8 minutes. Turn; brush with remaining mayo mixture. Continue grilling or broiling 5 to 8 minutes or until fish flakes easily with fork. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Chicken Poultry Salads/Dressings (6 oz) peeled, diced peeled, diced as needed Mix yogurt, mayonnaise and milk until well blended. Toss chicken breast strips, mango and avocado with 1/2 cup of the yogurt mixture. Serve on bed of lettuce with remaining yogurt mixture. This recipe yields 4 servings. Variation - Mango Chicken Salad Wrap: Prepare chicken salad as directed; spoon evenly onto lettuce leaves. Roll up. How to ripen mango and/or avocado: Store at room temperature until ripened. Athenos' recipe archive at http://www.athenos.com Accompaniment Appetizers drained minced minced minced Mix olives and seasonings of choice. Refrigerate 2 hours or overnight. This recipe yields 1 3/4 cups. Athenos' recipe archive at http://www.athenos.com Dips/Spreads softened Mix all ingredients with electric mixer on medium speed until well blended. Refrigerate 2 hours or until chilled. Serve with crusty bread rounds or assorted cut-up vegetables. This recipe yields 2 1/2 cups. Great Substitutes: Try 1 package (4-oz) your favorite variety Athenos Crumbled Feta Cheese in place of Crumbled Feta Cheese with Garlic & Herb. Athenos' recipe archive at http://www.athenos.com Rice/Grains Salads/Dressings chopped Boil 1 1/2 cups water in medium saucepan. Stir in couscous; cover. Remove from heat; let stand 5 minutes. Fluff couscous with fork; cool, uncovered, 10 minutes. Mix couscous, lemon juice and olive oil. Add tomatoes and green onions; cover. Refrigerate 4 hours or overnight. Stir in cheese just before serving. Serve on lettuce-lined plate or as a filling for pita bread. This recipe yields 6 servings. Variation - Mediterranean Tabbouleh Salad. Prepare as directed, substituting 1 cup bulgar wheat, cooked as directed on package, in place of couscous. Athenos' recipe archive at http://www.athenos.com Salads/Dressings cooked, drained drained, rinsed seeded, chopped chopped chopped Mix pasta, beans, tomatoes, peppers and onions in large bowl. Add dressing; toss to coat. Refrigerate. Sprinkle with cheese just before serving; toss lightly. This recipe yields 6 to 8 servings. Athenos' recipe archive at http://www.athenos.com Chicken Main Dish Poultry cut up Mix barbecue sauce, cocoa, honey and chili powder in small bowl. Pour barbecue sauce mixture over chicken in 13- by 9-inch baking dish. Bake at 350 degrees, uncovered, for 1 hour or until cooked through. This recipe yields 4 servings. Miami Style BBQ Chicken: Omit cocoa, honey and chili powder. Blend barbecue sauce and 1/2 cup guava paste in covered blender container until smooth. Pour over chicken; bake as directed. Tropical Style BBQ Chicken: Omit cocoa, honey and chili powder. Blend barbecue sauce, 6 tablespoon frozen orange juice concentrate, 2 cloves garlic and 1/4 cup cilantro leaves in covered blender container until smooth. Pour over chicken; bake as directed. Grilled Mole BBQ Chicken: Mix barbecue sauce, cocoa, honey and chili powder in saucepan. Cook on medium heat 5 minutes or until mixture bubbles. Place chicken on greased grill over low coals. Grill, uncovered, 30 to 40 minutes or until cooked through, turning and brushing with barbecue sauce mixture every 10 minutes. Athenos' recipe archive at http://www.athenos.com Cheesecake Desserts (abt 12 cookies) melted softened quartered Crust: Mix crushed cookies and butter; press onto bottom of 9-inch springform pan. Bake at 325 degrees for 10 minutes if using a silver springform pan. (Bake at 300 degrees for 10 minutes if using a dark nonstick springform pan.) Filling: Mix cream cheese, sugar and vanilla with electric mixer on medium speed until well blended. Add eggs, mixing on low speed just until blended. Gently stir in quartered cookies. Pour over crust. Bake at 325 degrees for 1 hour or until center is almost set if using a silver springform pan. (Bake at 300 degrees for 1 hour or until center is almost set if using a dark nonstick springform pan. Run knife or metal spatula around rim of pan to loosen cake; cool before removing rim of pan. Refrigerate 4 hours or overnight. Garnish with additional cookies, if desired. This recipe yields 12 servings. How to press crumbs into pan to make crust: Use bottom of straight-sided glass to evenly press cookie crumb mixture onto bottom of springform pan. Athenos' recipe archive at http://www.athenos.com Breakfast softened cut 1 1/2" slices Mix cream cheese, butter, sugar, vanilla and cinnamon in large mixing bowl with electric mixer on medium speed until well blended. Add eggs, 1 at a time, mixing well after each addition. Stir in milk. Toss bread and cranberries in large bowl. Pour cream cheese mixture over bread mixture; toss lightly to coat. Let stand 15 minutes, rearranging bread in bowl occasionally to moisten evenly. Arrange bread in rows in greased 13- by 9-inch baking dish. Pour any remaining cream cheese mixture over bread. Bake at 350 degrees for 40 to 45 minutes or until golden brown. Serve with Cranberry Maple Sauce. Cranberry Maple Sauce: Bring syrup just to boil in medium saucepan on medium heat. Add cranberries and sugar. Reduce heat to low; simmer 10 minutes, stirring occasionally. Cool slightly. This recipe yields 10 to 12 servings. Athenos' recipe archive at http://www.athenos.com Appetizers softened Spread tortilla with cream cheese. Sprinkle with green pepper. Layer with meat. Roll up; cover with plastic wrap. Refrigerate. Cut into 1-inch pieces. Serve with salsa. This recipe yields ?? servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings peeled, sliced coarsely chopped Toss all ingredients in large bowl. This recipe yields 4 servings. How to Toast Nuts: Spread walnuts in single layer on cookie sheet. Bake at 350 degrees for 5 minutes or until lightly toasted. Athenos' recipe archive at http://www.athenos.com Main Dish Pasta crumbled drained, and Cook pasta as directed on package; drain. Toss remaining ingredients with hot pasta. This recipe yields 6 to 8 servings. Make-Ahead: This pasta can also be enjoyed cold. Prepare as directed, cover. Refrigerate until serving. Athenos' recipe archive at http://www.athenos.com Salads/Dressings minced to taste to taste peeled, cored, crumbled toasted, and to taste to taste To prepare the vinaigrette: Place the shallots and sherry wine vinegar in a small bowl and slowly whisk in the canola and olive oils. Season to taste with salt and pepper. To prepare the beets: Peel the beets and place in a small saucepan with salted water. Bring to a boil and cook for 15 to 20 minutes, or until tender. Drain the beets and cool slightly. Julienne the beets and place them in a medium bowl with the pickling juice for 2 hours. Drain, discarding the pickling juice. Toss with 2 tablespoons of the vinaigrette and season to taste with salt and pepper. To prepare the salad: In a large bowl, toss the endive, pear, goat cheese, and walnuts with the remaining vinaigrette and season to taste with salt and pepper. Arrange the salad in the center of a large platter and top with the beets. Top with freshly ground black pepper. This recipe yields ?? servings. Serve with Gallo of Sonoma Chardonnay Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Charlie Trotter Breakfast Sandwiches to taste split, toasted cooked Mix egg and water in small bowl. Melt butter in small skillet on medium heat. Add egg mixture; cook 3 minutes or until egg is set, stirring occasionally. Season to taste with pepper. Spread English muffin halves with additional butter. Spoon egg onto 1 English muffin half; cover with Kraft Singles and bacon. Top with remaining English muffin half. This recipe yields 1 sandwich. Athenos' recipe archive at http://www.athenos.com Lamb Main Dish to taste to taste less 2 tbspns beaten as needed peeled, chopped peeled, chopped peeled, chopped seeded, chopped Rub the lamb with 3 tablespoons of olive oil, sprinkle with 1 tablespoon herbs, and marinate overnight. Heat a large ovenproof pan over medium-heat, add 2 tablespoons of olive oil, and sear the lamb on all sides. Transfer to a 450-degree oven and roast for 8 to 12 minutes, depending on the size of the racks and the desired degree of doneness. Remove the racks when they are a little underdone and allow them to rest for 4 to 5 minutes. They will continue to cook and the meat will have a chance to soften up. For the vegetable ragout, peel and slice the vegetables as appropriate. Combine 2 tablespoons of butter, vegetable stock, remaining herbs and a little salt and pepper in a pot and stew the vegetables for 2 or 3 minutes over medium heat until they are just cooked through. Just before serving, saut the cooked Mustard Spatzle briefly in 2 tablespoons of butter to create a very desirable crispy effect. Assembly: Put a mound of vegetable ragout on each plate. Slice the rack into chops and place 3 or 4 around the vegetables (if desired the meat can be cut off the bone and sliced). Drizzle the reduction sauce around the edges. Sprinkle a small amount of Herb Oil over the reduction sauce and strew Spatzle onto each plate as well. Mustard Spatzle: In a mixing bowl, combine everything but the milk. Add enough milk to make a somewhat stiff batter. Cover the dough, refrigerate, and let rest for 1 to 2 hours. To cook, drop 1/2 teaspoon of batter from a spoon or pastry bag into simmering, lightly salted water, or put the batter through a colander or a special sliding cutter designed for making Spatzle. Cook for about 1 minute or until done. Strain and set aside. Mustard and Thyme Reduction: In a medium saut pan, sweat the onion, celery, carrot, and pepper in the olive oil and butter until they are just beginning to brown. Deglaze with red wine and reduce down to a glaze. Add the lamb stock and the mustard seed and slowly reduce to about 1 quart. Strain and continue to reduce to 1 cup. Steep the thyme in the reduction for 40 seconds or so and strain. Serve warm. This recipe yields ?? servings. Serve with Gallo of Sonoma County Merlot Athenos' recipe archive at http://www.athenos.com Recipe created for Athenos by chef Charlie Trotter Main Dish Pasta thawed, well (8 oz), divided cooked, drained Mix spinach, ricotta cheese, 3/4 of the feta cheese and garlic powder. Fill shells with spinach mixture. Place in 10- by 6-inch baking dish. Pour sauce over shells. Top with remaining feta cheese. Bake at 350 degrees for 20 minutes. This recipe yields 4 servings. Make-Ahead Directions: Prepare Savory Feta-Filled Shells as directed except for baking; cover. Refrigerate overnight. Bake, uncovered, at 350 degrees for 30 minutes or until heated through. Athenos' recipe archive at http://www.athenos.com Egg Dishes beaten to taste to taste cubed Melt butter in skillet on low heat. Add combined eggs, milk and seasonings. Cook slowly, stirring occasionally, until eggs begin to set. Add cream cheese; continue cooking, stirring occasionally, until cream cheese is melted and eggs are set. Serve with toast. This recipe yields 6 servings. Microwave: Microwave butter on HIGH 30 seconds. Add remaining ingredients. Microwave on HIGH 2 minutes; stir. Micowave on HIGH 4 minutes, stirring occasionally. Variations: Prepare as directed, adding chopped fresh parsley, chives, green onion slices or crisply cooked Oscar Mayer Bacon, crumbled, as eggs begin to set. Prepare as directed, substituting Philadelphia Neufchatel Cheese, 1/3 Less Fat than Cream Cheese for cream cheese. Athenos' recipe archive at http://www.athenos.com Chicken Marinades Poultry any variety cut up Prepare salad dressing mix as directed on envelope. Pour over chicken; cover. Refrigerate several hours to overnight to marinate. Drain; discard dressing. Place chicken on greased grill over medium-hot coals. Grill, covered, 35 to 40 minutes or until chicken is cooked through, turning occasionally. This recipe yields 4 servings. Comments: If using a combination of meat and vegetables, marinate in separate containers. Athenos' recipe archive at http://www.athenos.com Poultry Sandwiches Turkey split drained, and Mix mayonnaise and feta cheese. Spread bottom half of rolls with mayonnaise mixture. Layer remaining ingredients over mayonnaise mixture. Cover with top halves of rolls. This recipe yields 4 sandwiches. Great Substitutes: Try substituting 1 package (4-oz) your favorite variety of Athenos Crumbled Feta Cheese. Athenos' recipe archive at http://www.athenos.com Sandwiches split, toasted crisply cooked as needed Shape meat into 4 patties. Cook patties in skillet on medium heat 4 to 6 minutes on each side or to desired doneness. Top each patty with 2 Singles; cover. Continue cooking until Singles are melted. Fill rolls with cheeseburgers; top with dressing and bacon. Serve with salsa. This recipe yields 4 cheeseburgers. Try serving with corn on the cob and a crisp green salad drizzled with Kraft Ranch or Italian Dressing. TIP! Grill: Place patties on grill over medium coals. Grill 7 to 9 minutes on each side or until cooked through. Athenos' recipe archive at http://www.athenos.com Appetizers Mushrooms Side Dish minced stems removed Mix vinegar, soy sauce, salad dressing mix, oil, hot pepper sauce and garlic in cruet or small bowl as directed on envelope. Pour over mushrooms in large bowl. Let stand 30 minutes to marinate. Drain, reserving dressing mixture. Place mushrooms on greased grill over medium coals or on rack of broiler pan 3 to 5 inches from heat. Grill or broil mushrooms 3 to 5 minutes on each side or until tender and slightly crisp, turning and brushing frequently with reserved dressing mixture. This recipe yields 4 to 6 servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings washed, and crumbled Mix all ingredients. Cover and refrigerate until chilled. This recipe yields 6 servings. Great Substitute: Try 1 package (8-oz) Atnenos Feta Cheese with Garlic & Herb in place of Feta Cheese with Basil & Tomato. Athenos' recipe archive at http://www.athenos.com Pizza minced thawed, and thinly sliced Mix olive oil and garlic in small microwavable bowl. Microwave on HIGH 30 seconds. Place pizza crust on cookie sheet; brush entire crust with oil mixture. Top with spinach, mozzarella cheese, tomato slices and feta cheese. Sprinkle pizza with rosemary. Bake at 450 degrees for 10 to 12 minutes or until cheese is melted and crust is golden. Let stand 5 minutes. This recipe yields 8 appetizer or 2 to 4 main dish servings. Great Substitute: Try 1 package (4-oz) Athenos Crumbled Feta Cheese with Tomato and Basil or Traditional Crumbled Feta Cheese in place of Feta Cheese with Garlic and Herb. Athenos' recipe archive at http://www.athenos.com Salads/Dressings washed, drained (4 oz) thinly sliced quartered Toss spinach, mushrooms, cheese and onion in large bowl; set aside. Cook bacon in large skillet on medium heat to desired crispness, turning frequently. Drain bacon, reserving 2 tablespoons drippings in skillet. Drain bacon on paper towels. Crumble bacon; set aside. Add walnuts to reserved drippings in pan. Cook 1 to 2 minutes or until lightly browned. Stir in vinegar, oil, salt and pepper. Cook 30 seconds to heat thoroughly. Pour hot dressing over salad; toss to coat. Top with eggs; sprinkle with reserved bacon. This recipe yields 6 servings. Make Ahead Directions: Prepare dressing as directed. Let cool. Refrigerate until ready to serve. Before serving, heat and stir. Toss with salad. Athenos' recipe archive at http://www.athenos.com Side Dish Vegetables scrubbed thawed, well drained (4 oz) Bake potatoes at 400 degrees for 50 minutes or until tender. Cut 1/2-inch lengthwise slice off top of potato; discard. Carefully scoop out pulp into small bowl. Add remaining ingredients; mix well. Divide mixture and evenly spoon back into 4 potato skins. Bake at 400 degrees for 10 additional minutes or until thoroughly heated. This recipe yields 4 servings. Great Substitutes: Try Athenos Crumbled Feta Cheese with Peppercorn, Garlic & Herb, or Basil & Tomato in place of Traditional Feta Cheese. Special Extra: Serve potatoes topped with sliced olives. Athenos' recipe archive at http://www.athenos.com Main Dish Pasta divided cut into strips cooked, drained Pour 1/3 cup of the dressing over chicken in medium bowl; toss to coat. Cover. Refrigerate 1 hour to marinate. Drain; discard dressing. Mix remaining 2/3 cup dressing, peanut butter, honey and pepper; set aside. Cook chicken in large skillet on medium-high heat about 8 minutes or until chicken is cooked through. Mix chicken, spaghetti, carrot, onions and cilantro in large bowl. Add peanut butter mixture; toss to coat. Serve immediately. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Salads/Dressings cut into chunks cut into chunks cut into chunks cut into chunks Toss all ingredients. This recipe yields 6 to 8 servings. Special Extas: Try adding 3 tablespoons fresh chopped basil. Athenos' recipe archive at http://www.athenos.com Salads/Dressings sliced 1/4" thick peeled, and sliced 1/8" thick Arrange tomatoes, oranges and feta cheese alternately in overlapping circles on serving platter. Sprinkle with basil. Mix remaining ingredients; spoon over salad. This recipe yields 8 servings. Make-Ahead Directions: Prepare salad as directed except for preparing dressing; cover. Refrigerate until serving. Pour dressing over salad at serving time. Athenos' recipe archive at http://www.athenos.com Main Dish thawed, divided divided thawed, squeezed dry (8 oz) drained, sliced Roll 1 puff pastry sheet into 16-inch circle on lightly floured surface. Press onto bottom and sides of 9-inch springform pan sprayed with no stick cooking spray, leaving 2-inch overhang. Mix 4 of the eggs, spinach, cheeses, bread crumbs and onion. Spoon 1/2 of the cheese mixture into prepared pan. Top with peppers and remaining cheese mixture. Roll remaining puff pastry sheet on lightly floured surface; cut out 9-inch circle. Place over filling, pinching edges to seal. Cut remaining pastry into cut-outs, if desired. Place over top of crust. Brush with remaining egg, beaten. Place pan on cookie sheet. Bake at 425 degrees for 40 minutes or until golden brown. Cool 30 minutes. Run knife along edges and carefully remove pan. Serve warm or at room temperature. This recipe yields 10 servings. Athenos' recipe archive at http://www.athenos.com Poultry Sandwiches Turkey as needed as needed as needed cut in half Cut bread in half horizontally. Spread cut surfaces of bread with salad dressing. Layer bottom half of bread with lettuce, tomato, turkey and cheese. Cover with top half of bread. Cut into wedges. This recipe yields 8 servings. Athenos' recipe archive at http://www.athenos.com Sandwiches cut in half sliced as needed Mix cucumber, carrot and dressing. Line each pita bread half with tomato slices and spinach leaves. Fill with cucumber mixture. Sprinkle with fresh ground pepper, if desired. This recipe yields 4 sandwiches. Athenos' recipe archive at http://www.athenos.com Breakfast Spread 2 waffles with cottage cheese; top with second waffle spread with cottage cheese. Top with fruit. Serve with maple syrup, if desired. This recipe yields 2 servings. Athenos' recipe archive at http://www.athenos.com Cheesecake Desserts softened (3 oz), melted (6 oz or 9") Mix cream cheese, sugar and vanilla with electric mixer on medium speed until well blended. Add eggs; mix until blended. Stir in white chocolate. Pour into crust. Microwave preserves in small bowl on HIGH 15 seconds or until melted. Dot top of cheesecake with small spoonfuls of preserves. Cut through batter with knife several times for marble effect. Bake at 350 degrees for 35 to 40 minutes or until center is almost set. Cool. Refrigerate 3 hours or overnight. This recipe yields 8 servings. Great Substitute: To lower the fat, prepare as directed, substituting Philadelphia Neufchatel Cheese, 1/3 Less Fat than Cream Cheese, for cream cheese. Athenos' recipe archive at http://www.athenos.com Fish (Ocean) Main Dish Seafood divided coarsely chopped Mix vinegar, wine, salad dressing mix and oil until well blended. Stir in 1 tablespoon of the basil. Mix 2 tablespoons of the dressing mixture with tomatoes and onion. Stir in remaining 1 tablespoon basil. Pour remaining dressing mixture over fish in shallow dish; cover. Refrigerate 30 to 60 minutes to marinate. Drain; discard marinade. Place fish on greased grill over medium-high coals or on rack of broiler pan 3 to 5 inches from heat. Grill or broil 5 to 7 minutes on each side or to desired doneness. Place on serving plates; top with tomato mixture. This recipe yields 4 servings. Athenos' recipe archive at http://www.athenos.com Dips/Spreads softened minced Beat cream cheese and mayo with electric mixer on medium speed until well blended. Add remaining ingredients; mix well. Cover; refrigerate. Serve with crackers or toasted bread rounds. This recipe yields 2 1/4 cups. Special Extra: Mix 2 teaspoons Kraft Prepared Horseradish into cream cheese mixture before refrigerating. Athenos' recipe archive at http://www.athenos.com Side Dish any variety Stir sour cream and horseradish into hot potatoes; mix well. Serve immediately. This recipe yields 8 servings. Athenos' recipe archive at http://www.athenos.com gourmand-1.2.0/tests/recipe_files/mastercook_text_export.mxp000066400000000000000000000017761510115424500244740ustar00rootroot00000000000000 * Exported from MasterCook * 4th Of July Recipe By : Serving Size : 1 Preparation Time :0:00 Categories : Mixed Drinks Specialty Drinks Amount Measure Ingredient -- Preparation Method -------- ------------ -------------------------------- 1 1/2 ounces Vodka 1/2 ounce Triple sec 1/2 ounce Sweet and sour mix 1/2 ounce Curacao 1 dash Grenadine Mix all ingredients except grenadine in shaker and chill. Serve in martini glass. Add grenadine and it will sink to bottom. This is a great specialty drink for Independance Day. Recipe Source: THE ALL DRINKS LIST compiled by Andy Premaza Formatted for MasterCook by Joe Comiskey, aka MR MAD - jpmd44a@prodigy.com -or- MAD-SQUAD@prodigy.net 06-17-1998 - - - - - - - - - - - - - - - - - - gourmand-1.2.0/tests/recipe_files/mealmaster.mmf000066400000000000000000000121221510115424500217500ustar00rootroot00000000000000MMMMM----- Recipe via Meal-Master (tm) v7.07 Title: Almond Mushroom Pate Categories: Appetizers Servings: 6 1-2 tb Margarine 1 sm Onion, Chopped Clove Garlic, Minced 1-1 1/2 c Sliced Mushrooms 1/2 ts Tarragon 1/2-1 c Blanched Whole Almonds 1 tb Lemon Juice 2 ts Soy Sauce 1 ds White Pepper 2 tb Cream Cheese, Optional * * or Kefir cheese, or Neufchatel cheese GARNISH: Slivered or finely chopped almonds, fresh parsley sprigs, pimiento strips, or sweet red pepper strips, optional. ~------------------------------------------------------------------------ In a large skillet, melt margarine. Add onion, garlic, and mushrooms. Saute until tender but not browned. Add tarragon, stir until it is softened. Pour mixture into a bowl of food processor. Add remaining ingredients. Process until mixture is smooth. Add cheese if you prefer a more spreadable consistency. Spoon into a serving bowl. Top with garnish of your choice. Makes 1 1/2 cups. People who do not like ordinary pate seem to love this one. Vary the herbs and substitute the vegetables as you wish. Serve with water crackers, thick slices of crusty French bread, thin slices of whole wheat bread, or unsalted whole wheat crackers. May be frozen. VARIATIONS: - Substitute other vegetables for the mushrooms (maybe broccoli.) - Substitute 1/2 t fennel for the tarragon and 1 c whole pecans for the almonds - vary the flavor by using other seasonings such as basil, oregano, dillweed, curry powder, or nutmeg. MMMMM MMMMM----- Recipe via Meal-Master (tm) v7.07 Title: Almond Puff Categories: Appetizers Servings: 6 1/2 c Butter (or margarine), -softened 1 c Gold Medal flour 2 tb Water 1/2 c Butter (or margarine) 1 c Water 1 ts Almond extract 1 c Gold Medal flour 3 Eggs Chopped nuts Confectioners' Sugar Glaze (below) Heat oven to 350. Cut 1/2 C. butter into 1 C. flour. Sprinkle 2 tbsp. water over mixture; mix with fork. Round into ball; divide in half. On ungreased baking sheet, pat each half into a strip, 12 by 3 inches. Strips should be about 3 inches apart. In medium saucepan, heat 1/2 C. butter & 1 C. water to rolling boil. Remove from heat & quickly stir in almond extract & 1 C. flour. Stir vigorously over low heat until mixture forms a ball, about 1 minute. Remove from heat. Beat in eggs, all at one time, until smooth. Divide in half; spread each half evenly over strips, covering completely. Bake about 60 minutes or until topping is crisp & brown. Cool. Frost with Confectioners' Sugar Glaze & sprinkle generously with nuts. 10 to 12 servings CONFECTIONERS' SUGAR GLAZE Mix 1 1/2 C. confectioners' sugar, 2 tbsp. butter,(softened), 1 to 1 1/2 tsp. almond extract or 1 1/2 tsp. Vanilla & 1 to 2 tbsp. warm water until smooth. **** And that is it.. **** Enjoy it!! V.O. MMMMM MMMMM----- Recipe via Meal-Master (tm) v7.07 Title: Almond Stuffed Dates with Bacon Categories: Appetizers Servings: 6 1 pk (4-oz) blanched whole -almonds 1 lb Pitted dates 1 1/2 lb Lean thinly sliced bacon cut -into thirds Put an almond in each date. Wrap a piece of bacon around each stuffed date and secure with a toothpick. Line cookie sheet with aluminum foil. Place dates on foil and bake in preheated 400 degree oven for 12-15 minutes or until bacon is crisp. Remove to rack or paper towel; drain. Serve warm. MMMMM MMMMM----- Recipe via Meal-Master (tm) v7.07 Title: Anchovy Olive Dip Categories: Dips Servings: 6 1 c Dairy sour cream 1/2 c Finely chopped stuffed green -olives 1 1/2 tb Anchovy paste 1/2 ts Grated onion Combine ingredients; mix well. Chill Randy Rigg MMMMM MMMMM----- Recipe via Meal-Master (tm) v7.07 Title: Anchoyade Categories: Appetizers Servings: 6 Jim Vorheis 4 oz Flat anchovy fillets 2 md Cloves garlic, finely -chopped 1 ts Tomato paste 1 tb To 1 1/2 tb olive oil 2 ts Lemon juice (or red wine -vinegar) Freshly ground black pepper 8-10 slices French bread, -1/2-inch thick, cut into Strips 1 ts Finely chopped fresh parsley Soak anchovies 10 minutes in cold water and pat dry with paper towels. Place in a large mortar or heavy bowl with the garlic and tomato paste. Pound with a pestle, wooden masher or spoon into a very smooth puree, or use food processor with steel blade. Dribble the oil in, a few drops at a time, stirring constantly until thick and smooth, like mayonnaise. Stir in lemon juice and a few grounds of black pepper. Preheat oven to 500 F. Brown bread lightly on one side. While bread is warm, spread untoasted side with anchovy mixture, pressing it into bread with back of fork or spoon. Bake for 10 minutes. Sprinkle with parsley and serve at once. Note: For a first course, use whole slices of French bread spread with anchovy mixture. Colorado Cache Cookbook (1978) From the collection of Jim Vorheis MMMMM gourmand-1.2.0/tests/recipe_files/mealmaster_2_col.mmf000066400000000000000000000033001510115424500230240ustar00rootroot00000000000000MMMMM----- Recipe via Meal-Master (tm) v8.02 Title: Chiles Rellenos de Queso Categories: Appetizers, Main dish, Cheese, Mexican Yield: 2 servings 2 Chiles, calif.; roast & peel 1 Eggs; separated 1 1/3 oz Cheese, monterey jack 3/16 c Flour, all purpose Oil; for frying MMMMM------------------------TOMATO SAUCE----------------------------- 1 1/3 sm Tomatoes; peeled 3/16 ts Salt 1/3 sm Onion 2/3 sm Chiles, calif. 1/3 Garlic clove pn Cinnamon, ground 1/3 tb Oil, vegetable pn Cloves, ground 3/16 c Chicken broth Prepare tomato sauce; keep warm. Cut as small a slit as possible in one side of each chile to remove seeds. Leave stems on. Pat chiles dry with paper towels. Cut cheese into long thin sticks, one for each chile. Place one stick in each chile, using more if chiles are large. If chiles are loose and open, wrap around cheese and fasten with wooden picks. Pour oil 1/4" deep into large skillet. Heat oil to 365 F. Beat egg whites in a medium bowl until stiff. Beat egg yolks lightly in a small bowl and add all at once to beaten egg whites. Fold lightly but thoroughly. Roll chiles in flour, then dip in egg mixture to coat. Fry in hot oil until golden brown, turning with a spatula. Drain on paper towels. Serve immediately topped with tomato sauce. Tomato Sauce: Combine tomatoes, onion and garlic in blender or food pro- cessor; puree. Heat oil in a medium saucepan, add tomato mixture. Cook 10 minutes, stirring occasionally. Add broth, salt, chiles, cloves and cinnamon. Simmer gently 15 minutes. MMMMM gourmand-1.2.0/tests/recipe_files/mycookbook.mcb000066400000000000000000003473471510115424500220000ustar00rootroot00000000000000PKfQdmK/ "my_cookbook2020_11_06_22_30_37.xmlUT _,¥_ux Vn6}/X,R8 ,a{AI#D$e'_}K:|MErfKSZ]_D,T.^_t 7_mr3We~夫1C轒h7|5:` 6$;\0'^yډzX8 Q͍$ZOZz/^-(Нf`:K,$*nj򮅬s͆0}%b[;;ZN(Y诏6;e\ h\~pJuv`YntRfPejA .{ߣ!V%jDo5"R_G z dBtEi{= T1$V+w BO l$ˑ3hvxD,?cC@it޻YuҀTCtVD1A8!CTYOƤ ~^";ߕ`/މgCR ۧE:{ J70ჷ`4ůWpL*)َlSl ;2зHEU蔓5FkWT9P# _ܮk ӜB#Ҷ3uZ9+=V9y.<9AՈ-U)N0`X*/48yIZ(s3f[ꝓ%cg{Aaʵi|7t?.}?'/$l@pAZ 2`~N洈$|^j^bσy@dE$*\-Vd]V \z\&"XxRxk:|Y!-򊞽,2M]Nwi<|O44llT%F/\x\A sa2]Z^+#x v 4H3j>g14cX)Y}9P YMTRl=XA0aSy蚑xw(ЈM,Od ŵ xI~Co&hbV@sU9;UD> C` "6un'}Pf\f 9Aբ0-eeE psfcGu]͘;BMNZN2T8-{=D}T{";AdkaU!<2% m0^dHZ{0D'A $wM R5Asu} lE^W2(\uyʂrלyI 6NھVGk.?цwg}jZ=yШJvd))H廯fz꧀Bf a%% , $q F 4S*?T_\zH7.D!ϧf43߰IʽEQN0Ӣ*+@Oji_煮˖!r:ƨqmq3 N Y~믷/J4Bn Rbe];ыΏX4x.(fM8Kguy*5=.!<+(z mO`Q]0@~Bu2J#`+:o}j`"F4_Cel$>Sz%tZ\]SKgɶ9,7lXV@lY~SN ŮMN~B+)Z!m?[ T|B%I󷧦Ko(HH:5м~҈Hl0Y'`Չ3hGJd5?m G*G7:e$H&#:#FA̫vgie{Y[!ƻqq*pf~(+@O4-V)Bk&kwM:SEߠJEN~BMaiH.puC:=ZQ/9l5Ѿzjʸ H)FtrRd>%gmE4©, j">g3nɾݲxe6&1&<]-ny,qqhY/v H,pya ѡ׺ƉeeԘ);)̷hyi1}Ӈ|б*/(%<~G~H1y2~\t~d5/bؔ~m]G}Wejؒa\~#]>zX 'kc< fxbiP5%4+uiҤzL<ZɆ\6;'.#T 8K5q-rQܽNQje(:6]vC^No VjGos6~Ϊ)Yb =vHpLJ1穖܅')jjEŇUo,T37NEYh4SY!MU0#FdFeo磍˼֔Ե՝,A+E>)^D!Ŷ?/Z88/hm=+A.dW?W[YɁ|W(c\V?nXuG$-++vk'abC~^u@(,cKqaau-@ȵuD ]w +Jo{,!<"&[ ̂:ZNwas$?Eh3[J3FZ(ϫ_VK6 ΍+츗UE'жn J2>Q#RV\ئ%6!U=)~ZE\u_.:<(@CM}|bMM˥p:Lus8&S?TƾCIX'*D3zDTn̛{ R^$K W$2h4SYqO?s}^nyQczu^,}@j1!p/U3oWSSֵl}~]YUK*.W|Iʆ4bO *Ug0M*RSQBx:Gj~Ù 'xXM9Pj.=']:\~v0;Ygy_UaP×921aA{c/`!X3ٮ3aƂimHOּȧ'ۺUKh< aUQ^k)< H@xr#+nþFI[,?Gc숐 3zk 6봵 PiK]KA;>+߳0"@[qEfP5eg͗C ^"QuGf| ;ȘʦF&`ϽGYF;OYVrFJU4+j+dŜĺ":hM[B,fr1*XrU汘Zv}g ЉJ&VK^'fq%Vܵn-vF*мMxI- {RurSHHz\n֥Թ(~Ep5$ޚHtט_]TLWafTG}i!]m*ly4bj[괬*A/'<=/8zQylp>*aQcH7tjHxJ`vA]pXn^n4IO坕9m#*| f=w@3x9Wz]{ȃQ=UA$>hPH9-~bik\)hקE: a#5f^bbr\|~b[Ձ h!8yNPZH2,^t wзu0m2Kpx[F['qZs\R*2p--I`~cVF|ѢkN`ĹRqHG,ץᅥ!zj&TQ|`55x\)q a[ԥ aԖv2LTF]qN@J)^3q>ZOI`Defsm4~p@ v[X>nK^m_<,?~ѷs32@>ǖ7IT׈>ŀ UG6Loމg@?˿X~\Fjj1%mW(q)2 xT 9\ʇ*1fy *݌J9CA}z!mح4Q7d w\_pX)ݓuÊǂE*)|TbҎ]&vՄʍA't&2"ȩmr+{HfCxv5g :|2Ql,iju͡P^Bh<-ӌ#E|k1g |Z` :D[sCs.l+\E8Xg1$A="S^5|Exk«1a('4f:cVm=`(dӇ3Q;~w/ypDWT| voNU>Nagʷ1[*(&S_)T/UԀhyO`e;>|y3FJ+ mZAJخAW;9ii_DX1njDwnbP2OwYGm uԔ/&x\6t 0L׃p3GB(\<[t4{jRXkK^RLCySkN!Xf©Y0#u;Hseu jHSG߻+0ڔY^}~.,̧[;&xK>7۰P18&4a:e!WfV;5mj|t3Z[ / "T,gP R̍= +>fɐ9i1Gը3@|XH>=x#:+|zֶۈj2== ˹r,^=V(F/nQJOH[k3'zU T/ryͅk]4س&(8ftaN$X^;? G|hߍP%)DŽ`GR 5}+yE XA 9W,`~.i;3?UVR$A6='"{>/Y僼̟?D6rbnb `nmIerZ~RUBRF}0.͛<+3%Ead Zi6+/ɮj"=56ڽ~}o֐J=\XimBc-&g2wIB ;L>ta]1j3|*ۅѝ{;zWw!N#6Zl )K$9qK/KD7xNM ̂+9Z+6a0TEA2 zu+ϔ.SDlICJkr1R,h*]w\++7"/Y!~!;*CAmf":Y ; Lqxo}٨2o %/1UbD4ϧe?#2Ϣ? {#f>뇢'a WGuRU:^'4 j@+,3KyX"\'Sd%>~AzC6a&tXJfvy<+J{ݩ;^=rБ:a ik/,aZiDZ 9yD~3Ij\YSC4iYPwU7LvV|<K=,1/;<20Y`ShTy(O[?MR'+&uZ&ڮok2V8FIC'ܝՂ [5,$!{,v/;93w >Ž)w$k]im"O)d0Hly$LwkpCS݈ҩ\ ,H&+ ipb9s4$/('ŃK w=l(98j/qg=kX=uͶBbgZ{WhZ*}T3M ,DnCbF2`?p!b eզRNXbq Ҧ=zr!}Tm#N&!yw,QIgxګx'k|o*8|'"NCwW[Cb[6IvcNvLEE]N[^2)9ʕkwU%*!j2{U=]s,򐢦lŖ &ﲷҌD<$\ :)?C`ߕؠ"eUl}E#o%~)C*eu.=M$XY|*7 1:n4~V70}})>=7%Rd~(;d#H{&BQ|:V6%>q}.9Ms.V(h;M:'d|ROȏ̈ۿM1MFjўeJWQ~b6 ]z8.94c"X#ܼWPIG:uiLHL4'tOF ΏHM.m_  <65o$mʀqA;޺CփGJ2JYU>w{ng[Pź6sDEQ#P?Mۢzȏ:&gW~ BX:7y2n̈́XRxsl*Mvi*KZR8?싔o(dtx;Iu$%qESt/BԠF7vA\b3P" E9{{k~8$1 ;?`YzMEܙLfa+cQF<2*|n W ~ѫJv͞ec0np*Qe{) h1yW^ a7:|΍lln^`R춃aV'7C%#W{UAgGdzኌ_(NK\Ľq[B>ABDC^RmQjm _K6o`Psi$a14E͓NȇWo؈/*:۹}SN]y&LN36o6]p_i{xQ+R8:հ"A@QK`^+蘰b툫֨S曞 <7}˥uxd$`Vk#ו4N7T pCSNN2E1b72$F3?ZXgFuF1327h*V z48t'k+\ Q*ea+-Љ Sz#?kboTjUk#iB餏(η8bѡ]fza~UP6ŅZqE?`)zJ="=XGOE3μIJ{x^S-Ns-'`mr_m̜p؝3^IUVZNygn栨wǧ3t5]ۦ{ ʤԧ1؈Ar+bnVp0IR@)V}_ðG=#CD+Ʌ8萪i WuȔa^1ZA⍒m},7@ l_8f*[NߢۮNGJfХ)+D=i\ 8V{tp|R86Q8ԗ잔;cڧQߺS3("|}'xQ-/́ L@VџKѢKTX}4yC\b/׋9 #5(ɏ^.T[_$x@C(lqd^J0Wk%Jy&fZ!W/=H)^(5R`9stsWJ3Fh83^c3M8V0 G^ PQeO w@y됢P'W I8F0`xS/{NAOf8i& ߗҰPT*uT VYX-m_P)"DG%I w8qCpiGЌeca7G }⾎VKnM}=`7]ڳeG^ρIx"> =R I96)Py3\q;7[Ss~#t\ֵU}!A.mp̮I_*F9ү8PQ{vd'I@$d|/ppVkֹ6_ J/.QeͲy:Lᐐ;Bdek*-ovL 59F_Q31g5cwVnzGy9fe&\ɼ#DhJy#i|O4\X j}EYu<W?R^]7=M%λ*>&ۉ1FrSʣ80?mҦ~e O"1mJMaIʲmn82϶Wҽ#O iȸ}1 p>, %v)hb/zzQȾ6>헝mZ̄Ca:dzPAU7tҸF6#Nh<4ߦ7{Pՙ+\XނǷHFCȭYFˎq$yBMюkz~(:ڿgdW\UKW߾.K\. ^XHf'?Jf4"NDw&uRփO :1VCʋFPLb:c.G@Sjd!;+zpyi${[&rPv\Qɼ6h*Dmdf*\IP{R(xXX򥁑ww@M<L@N U+:[dl4rP"AVU(@S1{ñ@$3 OJ (3 ޕoI-rWG?B27 )|qL*_zsqd]Ҩf"O)b./g%P ~STn1mK{AhYv3͗gmkxRѸx1YvD]Xƨ?5`޴qyMSf5vA; rWJ_SeKG#xox0F8,!P OW Or|C{Ygr!EOTfC-CZ_p_"1ɣ"=KEXJ XسeHpi௤#agRSV.4GGFn[tͦ=_;OK/zg|_~ëE<8Vxv~O'O;r۶Yin:1WvGA-ET=aA՚X/41Ѯƺ`Kmkw Ʌ&yy| zLG?*^FRn wKrzK~#Mzj 1%EGU=#]8ey~^.LXtZ4cY/XT{+)!9^f^*F|  ;gRpӖ`|B蕥?d,IUL56p$^C{e7ã* HJW.%2:scY3ⵢ3L:J>=6kBdohRMD, 'Ww۸.l־Am|fe8O*5vG_Y]5 wx<'BL ϥуɣ(a, lZpAպU MgP0Q4*xBYTxKc;hCh -^0+Rn5jw=HT!?kR.UMnsōaniS6y=*xLp/ޔ+‹;%E,]VWLtU"r1[&loe$_:qߎ }v~ȃLjH^81Xu[ft:\GP & PƉ,ш> _LnEWh1O"Ÿ̖igEѦ9ŒKO0 W[{Oh[X ˓(ij hC٪ztRcE(C`9#UkL$z{,θlukZd!{{bq~Ooc7r ߛEݠwKNNum5& ]*CWUXA[y~;"Anqzׅ+#eI̿$Wߓ4wW5>, z :~׀̞kfV<\6v(mQVʷF݌st,%hOgzҧrUt~bLY=h|xj)l)7ؒrynNolH!G}toeZ$rr@^#4";7;8Ғ ٟ КNNZ Fᨬmg=׃X ,єPۮ|+ m$ٶy{ɿ`wN11˫ 18D~2+Ue2AzQs߳3 UQsqbI-׸EuI|sFhii i_k*S+9wW3zїZ,7Ǘd0::Ie6@mB pwI VO3lbiUi mwSaڼpkiK~x42CK.櫴l}QWnYd+7*).ŝT*91oQ1V`0@>3BB:+/{F3ԣ9%KбKv(u =+XS?#IWV ?[OZޒ&ǜfƫ:_Uj-jb0R?S&yCUv] $A'S`̓^#,B!P.`YY46?1HG߻^9a8uZmN \,Dq4¼CDz{\Y ,lMe6Xd]_QBsҒ(BVuĞR~Cp`uQT RTOqӜ8[՝ÒtdѨxujD$jk9lfOH4M`âɄ1~ﴴ -sy<~t QI F&QaZՌ_VU-RX;饩-~SJJ E{GxtlAwXs{F||eQ0 x+/}zyK#b8Fbr{W`3ܚ#GLW0FxmghE*+Κ޿@xRL,<"|mqI@ٶ Jǚ諁i{{ J)_ !'>J X1(3 d!9W/yg`]hަ"}7OW&2䨖H2G&' oA>^L7a|VZ6>VŁ^Jgp| T#M>:dk'?0(~DԉiYk$,;H˭~YtN^qO􂌁zN|'M$L` |Ӳ[Y/I:@O*9Ac3dž_QChkD_Fi$ dpLYwiqcbb% Q-0Tk%dtl\:J9{JQx򀫫P`Iq#n%O |ܪXOwE%wO&n6mOs}Б+$ su_(sa;h@ϳl]7\zS1|#W.ê/3H OK%k&'=.<^;9,g?) *5"ZUxr&cL! EO( t(?u*斗']X]mؑ^jgfХ襄)"Ln`IoNF ybu Jƴ3lm4|@@9م[({vL٘!D0\b'ȕ?GfX/ )IW&Ԟn6Rwf4GLiәhO&7ky {|GSlUe>ՋQCKT!ftyhOB3ɨp/] Vf/2?HG-cmcC8{zOH,s%pN(YpL^[zD̥˷Q K!|]QwYhEE [/Smdʾs|YQ+:Q鞜OZVT2G}qxͩ"L9ZvKT;+vc\DgsBӴӇ1m"r4!p[$ ִ - F)A˔$ș 5nտm&nE&2 6pHSjIOn񇱘wڌµz&~$sT"Q< LrCD ^Ǘx1MoA>]I#R qf+O#^jy=%w,N`êѰrCb$zJŁ7Z I|IS7E 1%5abW!=UUl*u=;|n0-\wGwr=/X`;1o!uwF:a6 G{'e?(0'FR]ٯFA? 2'.nc7NVq08~.Z\90ԇ,g܃C!G{&X) ;$WFTn Ї(F6U{XSIqZBԆ1,ȫJMOOws6dg!)z+S'B!NI&%6wnTѽ:lw4ȽӇQL`xGuȩ>@@BYZ# "KTN}$!'`<>Ω.~[6!2A7^Al&"VɚJi͂Cd(*eGC/ 3U`U[K9E•cS]|(s#7fh}U ^Rw@!yLI?3}![M5u Y SU.0ͭby `wlӨ<*\4[,^?boux_Q Q fɵZ $"=9?S VrEUF;xiq}1H:{. t? 7$whT7_~s[+_a<*~A"cMV/V{>sV+ ^GL3QE|e{p\P't*g"!佟0SWzvKYG7w6g@Dcm~}뗛CӠƵ,<*UbceJ2*/Gip~B~>lޑע*wׯ{M.iّL挅zWpAD|A1X~~!2T p2]۱a:eyR `vDsM6%\[D7'vc.B/81q"R,͔p6ض/uVwEҤʌa/-h> K!w;H%Էwo֘+59:料_4F~Pi_*W^pciJ40bH{yš%5Ѡ0-ep0%vUۊ&\zx8|\`>'`3GJ5͊yW&1|qzsrƹ6͡n4ZeE&&T1Ɖ/[h[76K c9EU,2v!z)>;F-z5Ym~FK_Q*m A'o@Bł}~󿻸Z|ӽg3f?Wiz7Y"xxkpei\;@yvO(LoJu]W=*Ee'Z߶ŭͻ~˥תO?R 3"5W^5^bv!ANҙ8S0Ԉ% f7TԺZ*2ee/$Y4kp欦ȎyL$MC$ygdݣLn  ;w0t}T`^WFs &8Lm,\``+)hw,CJO%:UjoS`gN:+]ub>w als/g[ǃYBT~ uqԇ1p꼛尸nEp q$"+Aq{Z&,~!s lJW{ 0_V+e:htcʱBl=1Mt?/I|o1 BG$xI e~ 5q3>-: rbFmmS2o-+е=FE_&/gW'Ev)/m$⣦68IE^ކ:R)Op) 8o5Tz W.Ou_T5t݉pH&`,>"y-JnPݔqja!2OI0M+I?J{CUu\?OL_SQxM͟(")ujW9m }%773_DUv!)RSpwfv5cĀ Jxs CdD] uMXw- BSܯ{_e*U. ,!DS%8.M69aЉ}%q*-]-ѹKdB_*ܯ9\h2n?6i]{hgb#"-4 f1H:UE[^eb4UsTu^doX өqlC^wE/⨫!QVe8m/?'84x͌~_(JTõbG+ԓ$@iwJ!?(h=AM9uzn"e(cҏIbәcfZiȀ4VFdcU)ID~d#ݗS]hTy4zCfV֫+6j}dn$}k2䟠㦺ґdQ2Dn'!~YV[B5U坉1'i kLL3uoΈ|.Ob6կirbޛ;)&%䲼Ky5rhgI)ZP5-̎f+W:;1䍄g$dʍb#3Kp!_P_}~$zEYŤE۞gЖ5`AI06Djn.+r]YiӼ}Jˠ{Lj;S@`73|UtKϘNO9ծ#d*ͲI rSs0P}PFَ5L1hvgɳU.ɩO  /scJWmCi{n $|mnMJ]QV4%5= pIogUy-$V-|{B-|yXhUU[Ua~SH'^ᾙ:Ky-GL_2 7 fZ?'kV?[U(2;gr4>鎉kz E՜&˷gǃ<* ͷ*P<1:+9Q.,O{ /9zrg&\&&6:yo |;;#~bx }oS'mꮫ;)4%9&s5W6dOuGQQ|9 ,4Msu\| EǢu;%FfT ? &QG~-Ҋ> x9f7Ď{. ~/ ? L+tqf֪Bŀr]3e, ؑVzj4f'qw=c92 1UA;zasAZN皧볞 n=Ֆb߅+YcRXyQGpW~])Jw8F@_&zJBITZ7 {zmv")<|K?쭜|uu8 JزȍL X}`FJ .)lGx pH^c&;7i$l!=Y ZFm3mZrT m \.D4RwA0=6X}1BmNzoVE1KJqF$5Hӟvj`(˯תO?qZ՛5'=j^.F$3}T0{㉠/'BH5_o7?֋T|+_iP"񘱛GȰ__ xuoK?qW??IUfi]ŸBqS-v77JL)S$\.w8wvUd\m OT*/Ɇ|x^\98{.#??c$A%FNSJس.fSdп9ID*#E#5e?}ӄRœŎcapoU% (C.0I9 PKl/sa>/}#JG㵲QKdQ+x*īzeN߈mev7v yO[< dgQFG;,&[λX/ښ,A24[E1Sz">-bDsOnöK`2@+뵵rI8-c+)zթI4ϊEr>tsWo_&Og<(_H+uλvv;U @^u$~ 7{Q/i(R)W#v&WP!U"^aa8&j~ޢX;Ifq!I_q缁.JHC +HI_uֱh/7mLX| I/4Ə4Nz֕/-" j(Z+#_K1*s#ƭWX:֗x銕db"@"a1O8Y2bTkE36t tԥaT q!_JO zyxMrSv0127d>j&'QќGOij_~"TlNY|||cV>:]YC@QM *pT | o' A"٭'qI`sGA*~uvaϳ DU[no*lŭ_TN e5S*zE9fRF;| mVƇĻ5$+[U *E0g NNPm7~dT)mkw}ӣP\2Jjm K ^"Oa.mUmsw=.,u-t-%nߌ[+&KKyqMϑ^J? +'~b[bF$$|6b?mk[:$  ĝͯFDi1Gmq"AfY".Or[р'|^|OOS iv)ջ}z("Wrr^uȠU.y_sعBثn!on(bd/–:I`0Q/u'y qTG 55kR_kcV!έ5ׄd}\I+bZ4IexnJ^ODpivP-gV&1.?JȀPoMB~{>vR)n~f|3v?Mlpc|Qs4H5^cEp]4),֖d?yJ}\LX[-KA 1Ij<OOK % +U@gl RfŊ$;&sؑ>+j,$KKrM %Wt}l;ĠSioF [%fn;dJY+@Wc%jvƚ("#&5%jfXiyhj[ʧҺN_ O%o;''>жs$zEuWǸsm'ȇ\XvOP7;[Q?^t1B}ܢs&̻ ˢ9BlC7\^}s-OTn. st]f1qӱtfr tͦmF*ikU.7쐝\+HoQ>zϰAߵt3K؟\.h&:7N#Ȅԟ^i\}G ꉵwJ*Sp(Ͼ۩=W,AAqWd:>#/x'hr\+o֧'-\|*T3>X?#a/YP$օ5=}$dA?2qD[n_QP.>7'J)S:sPYfޟd'70jxF9܌熿'nt: OhMg8~K >h,__\.2q;'UGV~Y591Es 6sJEnm+ ߲OG0(w)\͐";IH@qc]7+'˖U7 7smc1uN(XP}K:!4&*oL : _'sjv5K]Fx)~HЭNn֖v 擢jh_L.3܌*έrhw$Ce/h;Y_>Qj!.Q^GIh[پZҮn:\k>BL+|4*2b0퍍X+cY $"KELqB}*[F#Ck JwΆysPZ_Ko ңm'ڒގTHu1{Ib! "59XC\KIE\O$g&cb-_R(cfoqXo.xW7GV:iLK3"TI*r`y ] >R5FBb}+iq"bu <;b0Gw;\ `wQ_d]dk'It ^u^%GǏ팰艗 Ǿ-_BiDV8Bqh^o[޾6)Z _>?/A(LLj)h 'գȚeHxNl٩Grf~.z hj Ӊ+NdOD|w}pgFjd4B{.!3u즢FJ9 ->2 8H!G F\`Z::¬+F$\y< ,HqVԣ<.%7c|Y@Qv󵏗c+N-_A/K&%_Ù!tNgCɭG[:Mg#dD'*T2YY%{jI쁹hI(#Cp.~ɌqD<g ѢufE;]~U3+x^?1&B!ճ_N5eLW!}[AEڹACfUK=TX`TOeGj JWǍ%WY_pl3jh*X@UY$r. xFZw5AZJR&YOϷQ"ߏ?i c{/+NrkJE2,dזa/HINyKN/<Łs^Dʾ^U/#8RU&j*.&]MRe`qt+/aT3 0,GՆ>o3TR8tl;%q:~2 ~>a{ 1jO)`ۼgN[J6R|zW/Iƻ{P.sp493`m8nŽ2$vDCc75-}sb 8sX;_g|wiަzu-F3@Ō=n|W][.<:of2k'ƕ; &%{?@›|c4ű܍VR ~Z}[ sʄ] Sϥ e-s8$L~!>R}c&n{$wy8ʙi5Vcl_w O]iڎuĥG q '^:7<(Ļ%S2U*@ۋLkQ{αc5Ldž|qP edEcVXVv˶)$!6,ԞUl@Yzn}^in4uWb0k!\Bn7V^j:P6Yk>S-]D Es3\;` dXX2[E/ǐ6ॡ*#;jk0QT&anuߌ×H:(m>I$YicFBб~lŪC7V!% `yҠؑ2;kOMh!="M~ kzOi}p'#Xo?Ib' bqjC@ xu?mG$0g-Q|.CϽX2<՜ +]DkLuz5ilS=% )cZe#QQ/-!F4:Vo_!p:=NQ'\{v-zme7W ^aٖ5q|a;ۯM4*ypW[ǸGʕo9 WK=9_C6gtoO]HM& [.x7~| bWOSqa[&.i&m˲?VTL@ʧa3?L.jՒ; yʲ8O"S{{*wC`(}eeiҗˍ l}$?#sRWJ]{p!'Q9]qT,`)㏦T vbRT¾DplปLEQm۞tmti^QJzU;JW+^;uOD}DV巘MgY\d;LLCLAis7`[tw|-n~ D#PcwF$jNZcWr)Ztѫk2N*2w@AE^"69*}ؙñQEނq˧Icol(߫s|KlD׎W#ybL ;O 惔^^'}hi馐m.#Y OǑj_MJO.TrL yƗ|ڡ_X& Sm,OfyRZSOR,v'^XhL f^Z-=O7*ݠoCW *kHMPuU٤I49q 5S`zsQm4LV+-Ë#`^+ⶮεdۼt ,3 d \{wǀX[yi-IWsx{fw1my]]0B.#`_)Ake4]<>ci(]b2J}F5wJaAz*GlL% lwcD! 7M``IqF9ObŴw_.m}w,m{j8sl waf?y]c[:lq? bX &Qrmj49_VǃC j]C3 \FQcD75e,ORMVR&}"X~MA3*97<*JR*wuRa}ә'p.Q5`7Dj쬲(eM6g\]?% !?5mj$\9 K]Ū]H`hώ&jz`c$fbQTv>C^+9"֑6q+=ExN%e#?/K6]+_!h2~55W;wg69܋ﴎܜ* oV Hv%ɻZ:Qj̯_YsiU<($+QqH)bjCX6SnMw0TUgu0iG__<%hB#69*6[ s(D&4iG'!QS#s!Y;@Q9eҰ0=j3uo\Pb+>qx"O,$"f:cl/{{3Je#J(~(lI0j8ku|u]~(qO*xIF~ymmeC&Uiyjy17s-yI JXǔcH̆^f: FW7Ȫ^ۤC<-D(>CRF ݵ0 " НΫ't),݅bU-2']o}{4}g:jhԉ9TnfsNp /';~_%@U`EV.9ڎ/A9b9w#"])'{E~kNj("+ݧ QçPa C`Hzx Vǁx.J b̈́r8 l `!^0V?ĚhT[y`ʄL%ڰ:)g:R~CE&^P'zm$A[KkRKGUNIûZ??#MIҨy9eo+(CBb5 -ngT2Ekǃy[NM,3w %мڜ*ґl'U~xV!&U<&|X[wUP5ޖIa!gj+\~ ؝oƮkro5+;Ǵop"ނXlT$h:^Dzg|bRǐ M겈YdL#19¸tTL,Zםw31P;2 WQ,܆4S3GqwFjc<^d?!Ħnً[O*n qN;9M&͹iO|i?VRjJTq]/837i4AJ<YDUdd2O9p=}Q殆:gY]$<ۛk)ajАt>a|,e 6vk&2kJfWebfDx¬MҨ:ũ=U{"Ky 4tv?{*CsBk"4A%OK+^ӌwC*Gr<9:G_ rdzoZJSE_45Ņ;d^8$(~0"Nx/~h^y :qz۠_R#7WUĂPg ;pv^=e3'|?DLDmM9}FvCE "=nXpp8") g` S%WTRcRռdB`{%XPb_ðh ,RFcI'@rdl+Eyu PZZݟqC?<$V=\m1/] ?Ґ]DT@M"bi[WI^6|}zSZQ#t-Gf]a\]B"b\+LbZ2ARR(<$pGH`M#jVMR zh9J_Ei>J)_j-zH>EE;h)V88fP~\%1BˡfX+q);i2_y/B>'$(1m!jj࠙H\WshBX; jN\M6Iĉ8[ Ȼ} ,Y/Cy9,0L as;^xF?k/Hk)0 MUy,{ba.];˽cSD.'_؅BwhggNVW%.I9ac?]ڒC4WW2IzXv㰮><ӴRIHq^bF8EfϔwlRz; {o#ٔ+5IgZ E]&lZK SJ`IF3Y77eM vG=c>m$݀Afl9k߷jaz47`WASs^`uFvQ meORF -G 9VZ4}v!%Wi&GS[:_[9B̥z b\Oe< d _U.4x{I0T4#nj4H +;؞DyéQ g~5~re<\KR|#բ$AcQzQ}t,LVt59>zE5"r{pGJ!Nh=i(@tj3 ^&HNg#n EY(¥Ft@gjDTCP7p}s9SEqY,CH73UvG,3XFj/2{-܎kԵm$.T7!7wYobMCn_Kz~ÓTPs^="s6"0$ԠdfQRḫ!M4֛B4%GsH\g4̊CҕDgFI"c;!o4֙59їԬHRƫuFjT\ӽ4(j՜)U)R:⡫T/z@,ĊF3_Bx7?Q# `f9_ƺ {+e8C5$z0ϵ5EqNk<>\([#׏mћZVGHVWTۓ=L]XFV޷<#I*>{O8&/`H]t3\*e7 :2zQ5vZ:nΌ\JK/„lƱAB˴n^菨L^b͑mh:~tv= 3KaOۜU )8焪n8^s_3]hE_!tSLWSm[$ 5? W\# uu_ 47xr u鯦d`bxfo~wImHTly sޕf)?J01F\2ϥhnKyi9|/[Ow@@uk:* ?9)pvjᘺ]KM+3Ⱦ%ꠗ,wo Z +t*+Ix7[hY%$F:Fh@1^PcFg*ȭ@yN/' :jv(ͦ3qUbP Ej†J}M;bj)bЉa3iZZtpfyDvdA/:΂XÏʺ#u#&!L03z[ww{Oj SaIK,1Kc")Rɸ]ڦ[fBX cִmz;VbEa!zҧe"Rf2;eUI.8Vǽcp 3NH$wjSW{M"KD/j V .mdGY#Iۆ_){\w3ƤgTt_11X}1\|7Cp\YpKv5zON+t/" ^92fI`R0ie> kby^\Fc85}u< 1rYYHpEDkj8^u^A='r=Ze*شU%A%|Vj^Fh3<>O)XcVۜ;ƭFP%IKΣX'zY3|^蹢GtVCW!8ߏƧ]is!r3399#ڟnF㏭e4Ԃe(:yojѕ8Z7ٴ \,NrzwF[MS49m.Q-iz,-nwLq^owZWW*$kѼ=;Mlϖ4;ddHX޺ X]\D#y`r+м<tb:y姆uV ᥅K6\f|.-7*X+#o&|7R;&z\׈!+^:t(K'UEq)G#1 #u Gp[!]y|RCm]#su)[  g{t&KC1Z H|;][n88T<%[}ZKq_Gj6IػW ^mXk6yP 2/jΘ;Lo 7ovI9c_пh{$QGV'3iu *QdJ5x'R Z7=lcEx濦ɮleYcPsKsJgp:?iQ4B\ەYZZR]?.ZsT1E{Vc`WXP!P0H.4Mfi `(X W}i}@\*yȠP@lzpTujД){U"˰\in[dSnk'˷SfjNR{ VHM<5U/ Nú'[D݌dؐ2* {|$ 2>rZIޯ=T^E-zh]YO2?O͏L!G:qS$碜ZL[f>r}OEh.՗(ӹ,bȎܓS%$pqO@gZo8<_ZWRj|ҩG϶BsJc%,p5j,dES7 8c5kF\d9 ]6uI / xB^%x-MqSDPZirLU!J{boJg.}r?vzl09[/F#ڙgpװkZ SǥqFb*lvG>u卼b@ՅRϭdxܡ#EHcJƮǨ+C0=KUg8^xI޽ b\nikh1Qyrr?ÚL's38=ڿ<v#sjd`ޣ[h~hma *wǐ~/3Rқ#2V&%Qޮ\Eʙ)#k] lWZ"}RM]"@yHE?A]j29MMdEy['hHkncVQ ұ "{p]Ԛњ]ǚ#CV6M.G7'4H1̄GxSW+"Iڕ_jUEXJz<82d 摎r?Z6:U뚔]1 gS6n7cb|֋AXpNi6G#Fq8h2Im' )2#*9ڳ;-}1ڻ#╥@\Mĩ@$4܂ǽc2F3 |.YKFI¼Gnl6s6}l,#ޫ Sqc-6A#Jb϶T yC¢T/ Ʃ;g84qo.x*yZd~JkcfzP knc4tXhfǚsֳ51SjL5E pdjɞs~jQU[+,մ]9JQST 5z +noc ( 1B)w x8z68#H`rH7_wS1}5PGTb_*c bh(cgq+J921ӽVR)RԵtZ)x_Zk[v<23_Dh;J.G|_ ⻏ xm'Jv.6;i˛C/6eHśQ^ɢRo$I>|UNJM2kX $\x7}f}h]鱳'$k[]ި>&_"> WxjIW^ggPAUmW𷇼9h[y#+#'&O,_CDՐ5x ů|4gRk`H'aϡw{9M#hU@S=+}ӑn-I+k׿lM{^W=3BՏMU5_5׼7i4]@%SSß5Ɨn]P1†!mr_ziV Gh4mrG{x5?j|K7lK+WL)8#)9YF!c-B(!/rz/oK#np<)SF$%$޾iiaA S2(esȾjZٺHYlk䳿HEoxwPhhö9i9*s]eU]s:7SԌWm}z I])m[OGdV\%G A;mk{qco\|8^cƍ&!a _'_^lrpĪqJR-ŴrX)qZr+ 3]>*+Wg'o*kjᶬZjcs7֫tP1_{/\(~o\GymiUu;7jg[9+clg9횮,UfUסQ@^֝=   XnҤ@ּ!<g+ZrDc-,{ݲ$5gon-hVS^de mᇭCM jhCdzG#[YHF9ZzRFzF%brsTZGgb ڨľ^3 6/ 9bǥ\p+Ӽ۷5$RF@M"xAsY6 VԞqeUX-RC մeȫʽp$Ub [w$*%@0qR݇L ۓPK|. bIl㕷. }}8(G9 |j H?J!m5x=Mm-[vkPùAb!f܄cړqǰx+it>Q3=muA 5x |5x~֕zφB] [(ǵ[k^fs=Rbk[ƉjKQme.lEjm8ibݬqdv뚳af"ZqTͫ#5|H73Q7ë6ֺ~ < Ǽ^ *f9CƞF<ᦑWXMq&GmNˠ }ۡRHm7d6ʠ l%$%9l7CMc{h|5iaܬ }X7߳=@_XxҦ_+e-B|m6oNBc _h&h;VxD#Ο2D^w#6Amc6(tk?E5<$~uI*R󃹆LW8UX@ zWxԒ dXFH3XTѳaagu}@˓ ?|yw_r`n_cpS;#5$}-Yd?k֊ڕ}wh^[=X`޾F1Ҽ> I,POֹ+n}QbfBzUf#4jEő%J knҳ:+"\1RB5iYA"eumf.=wM&a9'QOUjg:SirI(Ec( RA8jTR Üc5f(@44=I)+B==1$='#1 皨= w?$q*[؎"UǛ_SUI1Wa3%r+Ӿk\@ ᴚ,nPUݙ! ZLcRN? MHڰg4_QMnUoBs[V5mr (L0j݋n=u Nݼª%x~|d,,R +149S5r[V"r:qYwNy"fȊj A%Sr 1T lVH,nFHSJ! w^EUUZDV QZ0ӓcҎ 05(?-@pi ѸMv6NzRɩ #8VYZ }VcrUy~6JVH4n5 ‘ilQ{ZAZd W1tJn.$Y5Oé |mG P-~xے5wėz=h`5V:QxWCO^ ja!Ҟ8bTM}c?PL[(iH]"mVo&5!T/CiDR\mY𿋡V 1+Fo6"ikC8tx俲noǎ+?a2k!s_G7 0ЗR,Bzӊswi^!vG{7[RYs]+JGI$C* tm"AۗR:E7?'ZB2Ղ֧O_5MkOw|įԋo XHןx~n\Mo 1Vr,TOkM5Zٰ ڸ]BH.?u܊_Ö2{^gc3xčNl\I4ΘTѽ*Sʒ1Ӯb0L`_q LA4x,3$/(5A+ MZx _@q^C_ZSF~OZk?!\m}3֊"朕$(sO[7sD?*󮡾hK̖6dQ^?a' B6'F3Y>)f^4\̜Ϟ<!5qFNNҀg5:e#T '"w!*s./Pau)\$p1mju#Źj%"xUJ[V=*.⡫ ; a ʸDxZi﷡M<ܨu#KM]%'Yؓ)4ҦqJ&lN aW;-ޕ2w75krQ5?.x㚠5Dv4t ~ֳuk(`d#9&{!ԏF@2]1+IlU2kbٰ gM۟,£t0kQ:Txzڴ`HS< \6̸t`O4bGk^ VE>X0⚍'$OJjC ҳvA݉nx`ȧl|j| ~Ec쎿n3]Yy+-GTm#pZ/ɣ^Ēa}YׇnHiWǙUkMhUDNNq_d# _u$/0\y8_ƽ᜺BXR&xIR])nG5ísMC#JTfrXtkC^HÒTWȟ?ck#pXBS:(TѺk\]>k5c ⸳C ѫb3{lڮ6v:T#9\,U.r[c}d8r >?*ຆcBvڦ7 5~[Aodj5 nvJVmщ$̵lŘږ9elI׋ӸŻZ5m_OԾpSnA $@e3+<+&q+ZrӚ ^,D A&P/2G \_wu!P5=8=W)KE)^?ONmyJy >gֳk}ݴȞy`jp槵&yYVds[ ӋE[U5HźZB&ۜIjFFsXVҾ?z8VYEpOdzW^}W dcEX^I~׶·^ uV窑xkҴL2mxf*Gi"mWwzgVx"uC"<H}eH {Tt})⟁O2X @y~1D<{R2[w'V+%Q$BVPw5E2pZEN"M]'=ػ-6=  55)GCHi]ƕ ɤN%V T&M=:͚o,1Mظ֒T \|֏(dg9'L⢏XR'N}M?}fá'R+U/W 7aii3)t5,`a]3Q8V~ :)=q[:f.qnCY;-E{2L

+}^Ѯ"Vf:4Z ?G=Y(lM8R6&A9S_#avIc!qx<ى.:8=2L^K@\H`z* G ZL[f~[XXc}AS)s3;ErLT76+PIsJWvy^.,q\F"V@x+z݈0#ƗK۔EG)|fqv4m EN4hs^h\J3aV]?Q8?.k`,@PZ^2d#-ҝ\|s!kRff!5 Epixp֐Y'y05 hg.qMox?\fP5-HVPgҠm/"a!qf?  /Ycֲfa! {s^E>-d1V,-8{4zE[؁[_ QX .s[A]*dh8D\½kP1d+Q L@Xk"ww^-TZi*$Ұcc%wQqU$ީºx2s5\çǺJ,THtIW,k -r_ fKw:N{[J<"%rN+R]. z5{x< ԠKn +mF%XV寊.-ЬYzsOc;=Ίi|T!~Xv,us`]\HVүך\TRAh"-`2}x) _țez Y~}vA :Ȑ{s)E3kn#̎BZFkӴ[^8k3V0tٲzT`c1I-pDThëϥO5݈!hՆjjBֶDy  GLcUNcCW"])-2=,DN_,@6%trHr j0v(!G*f)HzfT} JGB*S%RLf95a#"-NE]KN W#pF3We lJ09BIX\p'7Q5,׊R{ ^FP+1@MXhsVВ^/lWc$ZZ`c>G#A$<ԃ_O,Ap^?Zv-T-?KkF 7aXg5AF&{fNutH[p+پtV_&u,W Ÿ8a+~~ڝ\au^_sN"+^73jffxc۹H5OV__kys\k& r3soowh^6$+W|Klb]/q q_QeNh/5d:M$ xPuVٞ+ce0s[>5d3GVd9n}k+GQk.$- [:6Zx6;U #=+}{ Z !\ޣ=$Pg`.i'ל] ?0pYF9k7r2ȇ[F71fF̪#(^=-k#=;?ek\34_J?!zVٔ~Q 15k0o"LZ ]smϭf ҧHU jF."M+V^F{tM KEFVw.E7?7u &.wkÜVIm.9SYKv#5eB1ھ F,(O9<xG& _ŽN5,k{Z\SNt,ㅯVM_9t*gusOķ_s[W_jw}+Ǵ }Oٱ^+"LG,!Hvyɧ*l=vkF&Nh1.'=+Bт 6Ά̷fmVEp+5z@i$gSy(3I,Mn4*WݜUn5ٯ) E+ 4źD)n3RI{CpN)&*I9>zfQt֭Q-\-޲傞(";;Eyw޲K洭B(:͘EUV;7^pOzK=WPx} {Wz]*2jr{T 1iy~ER~h`/Xڱvv⽌Fɦ%VE%3]ě-mRge ;Esmi]I$8Mљvf{ d)aQY Nk"QW[&% : UY[\,3޺.Vf]A\-,#}\ZB4$MsVgl 'X!]n( X![v{dJrg"(U1#@^Ou:jknԲ2y*t1gz=+3ցX,; sS-h ;Npkv-1("-s(&{V c+ gɪ@LX2å"ΑV|oj{VE柩]KA1ѱ`1Haiv[o^Po5 W{w7 /J{uۡjW74M1_5kz6’9 )rʻ5zvR!𱼸LF%cqfK)rLXqmlk 2kë+<)BHcK搩m ]$$|+0 ]DRc9Jl!@sטi= 4)Vm^Xd>jjkacZvUv#9#XN KZh:٭S)&eN@ =V?Nx[: rI{VF 9( %cB YA!p^3U83nZ4v B6s]1BbFP9$e^@@+F j {*ݵcg*+ lOi*+)nF=*hlIcc5q.ܐjiF"ug&ViHM~vGl],zB%# ?xKym.ce!s^3:iahok v|2i8)ֱv˗GÿZ@22+<X0$nᯈχoZLNFҿmSC Ng]n4h2?_m$:HrEA_jްZȀUqֿJ1OxOűk4а ZVfo,^ܹbLJ?&qym* \:ɴ6`Ϗn${}F9Qh|$aֲj,ksD֊>~0d'=X5]W[(<iw$8,zvpV4g^-UBxYڏ5uf~uȅoJM6wUgt055 M5 ŀՏHV~q /\ˡYx.FGXӭĻf`>ڐlx^H"+3Us#[iv> h3_xhQg< Go\LP½=M8W\a¤9I<;vq@"nei$Ȇ.)[v,p5LnIf-f 2NLFY6䚄|<'4v+̤Cbm [Bd[+ތ P@ 1[յ -DB2+"rpĚȰ{) ߑbr!Ճ?B?c/z.%0(8_l~/]mk.FޕqmV÷,Svbj?#V-pZ| yYF  HJ&ޟewVUCζL%NGj#r]SKE'0u*^N;%(W$ri+HjL6OJ&ժrM uvɬ;h*jDSBL¡nH5ԋҕJ+ $RƜcI25MI`z~b18O }iC&M#YHj*GQ9ĆqtoJ CEGFi[\LJ|asn7Y0HZktmV|U:]\0ⷿE!S^ O;(OcA'U@!X[Հ0}Onlf-,h#|V!f; -|UA\7lr QI N)0ZmT~jɟ]11ȺFT醬 u瞔r6IRYI(W9k*zMhZ Mӥ11vC*+^x4r#ƹv}cK9)R֖[b m=,&6A=8)HN.lPYjac fWojֵ\P ֲ&bj1A7~bv\H,kZV($@ɞF(n*D~#RnVKBNچ֡kRs)`uM^($'hV U~@3n<K-2p{Waؘ"3\&~DA,j@y^j=7RGAX6;\lIʪ{Rpl3Iז^r2zVIYAq"n :ZYLP;\oΥQmz0$lCYܫFw7,qGgn3AH'h^Km>4Z߬"@d whg} *UH6}Eoj R 3YQ?#z[#dǩfԐ^ɽU,R*o 21V%=)ۓ l6Fx Vi]k4oNWf'_Lngd|_?I#5v}+cGFNr+J H ׊>5|רxWZYPzu#u6H۳Ү a=:N]Lt)];cI "U C 1J@h+qYm:dW'`sGY1<`=R]%8=:gq%Vk|FJq\ OjHƗ3T<Ҿ RMtcΖ_)d~ֵ?: Q=P =sH*rW%T~2+~<)B#\ ީ[$|'*Ʋn>%H.ߝR{ƩHb[+^!FbO5ڍ n9\=kW1b*⵿3^+o;oʤO ]6Ҭ3Hڝ4#Ί nAS>Yо5ԊI]w,񁱇E>^\}+<ɠhC:{ *R}U/m/UZ2~#{V9 QKp+'+ky?7N'?"/i`zW%;-,QJ5L[\t q\1I'+ܕɪTBc%;偢1'a봮=k_ÿ[y>yka6hP}IY;R'N6.5χ\iR2&J9o 2%$3|~_.rel tNX__h !Ք~ڲm/n[`r}/.fGʲr),{J%sL4xvk.ZL#+x/ŞK]J8qG'/E\p?los46? xGnLGtgk,Uwi^qc;/$鱋y-n)" Wen<.VmAZ巖V'\#[>A^kD/0eW"V-[]5msчYr왻czW9a>7*RkʴqX5h_/<`WX [S 3\,7ӪH]I%v[^텪O$>qIc^k!lo$)p[:- xv3lA,;~5͟xWfI$cğnFK7NW }^WrMg5+{77lUaȯ V\kobNjjW9#edݏSRt$ԻrXnNÝV^ItB63%m1KHFdep3k=NX,I= ZW;)>aMk4C 짌 SvF;Z*kaQhhUPV暠sKOZ@x57R F9-XrIlPn8ֹ sR|Hkuª}ojt$VC;'$y޿쐴2sҠ𾓯J^B3^u'֭pAdsXsSFi0ZoFV޻CAьX9q\t~€*k?5/ #ZHn-<p+翈~ZXrFHu_Vj~~lFbx_~4xh+N }i=&'O*`v+;=̚& OA8^h*VhM;'9+H\xBA`zV>;xcr2=hKҭGEj82]38 ;g!Xz ¸$}sc-Y6P"|2f94r8c8銥w5nac!RX԰*OxYFp>x:+K`ncji|‚,$.UWR-֟FQ|3҂VK$0yTRY]U$,-Yuk8|FN:P:#`{])қ2[Rq ytisK;YVB= -Bz$k&߽%+?Ey Kh[^LV g͔O4Yɪ΃u%8/RfSx#kKKm( A\Mc"u ! c6[5n+`hʨ\jlUciQQ\ b 9I  iۚBay@p{TPCS#?Z$AnVXWV|Y.81Y)r Sɑ~V@sxN<u2C<{0< |m\XuvE?x j3wEe]ۙ{iz $hA1"]MBwF 6gh9yYG$k=9pZȼTs3jbj+SI+$g Wѳu,oiݎ?٫x>ߤCtxP$qY?Ҋ~?(~џ~|C eH95- nRxjt 2췋oxʹz&Ѥҭt0QgT[vя/n: 343#scmap{; \P'nyo0o&Fֱ)^k`(Q ȮewcºE俴7%ٱS _C_|?^Ap}LC=#ᖕ5>Mɑ mZU nO}*J' 0+9|1rM"m9n+?Lȶ~ u ]1vg2E+t=1\/ Ьx=[ZPv|u6(Kb2ώ5mTV֙5*W^/X 9''ɴUͲy8';n 7C#GјSԼ+&f[W&c%bػBo\9 sOQJ}y4m̏:֕wQYC[|O(ޘ*kNPQj?(cŏ +=bO'irNE [cz2(QڤNӑҦD|?x^TJ4l8Rek"y ZcNTUV{˖8O`tkD6&8]>v)"9'm1QS- .cM F,qjCk5tA56tMsDYu#ҕ̣֣czTkkt]Cct\oz؏ғ֨CWu @8INR0k2җoҜ=.1րR`TjIڙh{~>i-X1PFj@Vi*G')DF"帒j)9ZGcX#{T&Fҟ#*fp5O?K4@B1իI,9elװxFö)XCڬzSں3ck_?|+j;(^|R%-xf~ŭQ{[v,u~0d![޸AB7bZ2.M5.K\BDCgu1%".Njޕ  64M;1=*l#WS5kilXa/ڲ&3oQS]"/n* p+>~Y`Qؽw jF<դ~qE>x1Ғ-D$xEzUY5f_.Aعb1IdR:rfy3L#PqPm(upkOZ1Y+ʟքtF:(V$խ bá$$2Tv; ShC GnXPbe"B/&XwZpKH3Y:l҂q HXp.Xs^im\Okkii-ΒRc5 #m B-RlhH8$Ul׊SjCJsm4\4c*½;<;sڲ5ː{RQCX;fEn݀~A1mcםܴ.DKtoopMtnRfP9}WMlk:Q`zrڞfBܭU-Dbz\VF>hJ1I$.S~iKtHiQ#>΃ښZ)x7dj H~v;{xu-.%Tjӹ ܐ2㚽[ 8.‘l -?+?UG23om+BM W)}[p9;W/>Dio%qRW5"$ mgi^!.ՕCVŤXSz,sj& z {[m@~3 ]WIO5+BΘ6[_hé} bh3xŲZHkd^q1mc5\Zqµa_xQɒaD!GQ@:oh)*g't#ul2x~2)io"{(pk,imdR FNzf]3N5CzI]hv`ە]5H,U jZt>LEɇZ) J7\D/j,#Iwʓ'JW"-0"5TV%HyRCW&=Y巼'7dHGI/5b,aM;"WFHSk|讃&ҡqS%My3v{.rO.H.7gּFI`=>q#%<QR>i+,`W_I'5ׅ{V Z_ |VmOhB؜c"c*ҬN5[KU$f5KPL-{Vw9d.åc$ AVc_θ#Һ_x_ܭX6V&ږHԮۭ_FUe*w>q_Vu9Űx~.ֺr~r3]n'݆R̬ZIφzZkM`#{^4OmԷ[Zͩ\z>I Hb~j7uaZskO-&kst ׎f ?k^q>.$d"^1ԺW4P|eF#ۥ$W<\S1 W4'g#^riuvVBsY}b[{%mpk/xVĬVa_?_mmyDFSht+XR^>]sޥ}c I7W ײxFU_k[ 9elW5;KRJYGQ\j1X`HWu{6}Ws hL^fq]-lR8E)Ԧ6uZߏddag.lL שxGÚ>& eײ ~xCԹ[rn|mw-$鰜VƋkHֱ1ĕ|&mY1:5K?_hh5iAeΦPՙ7Ľ+W&؆akKz!dk&զܣz9AvdxRXg 5&ڄ&@үjcK!aWL$9gae ҽաJ`Wm<4ˋ%s[wy9&!iMV)3Nނ-ZW$driZ\J,gPqpi9йW,Uo5bo#@,!jS1#MXkLE*Vg#zlI+nUR\o8~fI|isUL2b9ulFAOr)$Umf njk :YEo%άE1.HT"oqVܮj$'48VYۅy'$V4 X\ȋo51R($TnC;PĦgz^`"})Ph4 cL1zMm=)A[ %CKME9&Q0Z 8oݠG5 \rNn1Α#rnIH iTbX) =T╛=5Ehfrj`i"|*Qcow+$vd*իʬڹI[_DCz-9#Pˏ|IԴ9vӾE}OƧ lvivcQg>5y"FLQW ?wZť97xк\ UJtZoÍ8+P3mW>4KMtvnezW]iirx?%kF++_s2yG<4)WU`˒-KCU &E$8t)'[94Da6*[+v+f`[;PI9+Xx7995ZIUU߶Pr:ְzu^rSSه"mm GQװLWQ`<P[&ʒ~Gm~ċ&EwZ%!b@kX2!nm7&$01z9$z!uvnpkŦ͕ǖU=kkOQ!c_S@AվwՈV 5x9+i>{ȨT,kzZw([.e;]9_zgŞ%eQ<t7uE,8niv͑@8^ Uׁ5%>էr0faԼ?{-0nL^a)9TkKu"‰Tޔ+i 2q2*#ݎk:ǨX\`|FSsrFI'=G/¸<]M_%*%qG*شvpom8#)]#>xÞ$^;6kF6R\Ҳ-]X.3rDl9tcDeY^[v۞Qd/XZ(6 K:QlkgiǥMR_ jmM\lIX둊3ųMeS$-qT-KuKHdףE_jV469xRD̒&V+gicF6jy\<\|?0Is wQ RAsnnĒnBsI-DZ>׮$zd}ׯ;|W`{Eo$R(%}&ei[&0Tkwetl9 _Nx Wqϩɻo,]|""P5j|+5:6d4d[^( =ի.Ha%mѼ|v7^ƹMi{kWu(S[FS?uD KrkIkJe?6w7$A|rx'~& x¡9( %A 7i1URHWu.Ms_g$G5ˡV =h#>*۲Zt@Icօ܀E'EYtڥ) \p1Mɧ1XPJiC[4QM!iU=!OZUi3Jmµbۆ幩p:)ɩem;b[tCrN*1Qg%A<{ay05gEdն:`-^P.D]7omX[i1w/M"JPjb>?RKҥ9v2)ڕX(搐W\ Pj3zVÁ5n ~jSGxzk1a}gUt%Gj೺Gܬ &eC[PKTX7zۼ1sSA ^j'Ùtvi,5:\^gzl6+ZRS٘J&^@ZFLZ:~}H}>tBbyT< y~5Зcr=KҢ`u+'qOnkRHv9X:sؚgSa},r}NJɜq:Vs,3 kϕmڕ.O 7I>f eVoן3q `ֺ ?VMd01Bi>2d(I7@4ZZ$\qY>}IJ 8cÐM+w5$DW>թoiD8ȫvah19+Zf3Cݦ@IN%1<4\# (0wbGx@;sSקC 0 q\ƓdL9NMYPsz>խru .M!֖lWҹW.'hBW>x6/1CWFv3\ Jš-$LM{xRCd[ViӏB+>Dl妇/'"y HFf½N8$@M0Y} 5DyuƋUa.>M-ݽh=}'oIcFQY3"EQ\ǒiϿ[z鮼ʌ< u6 jD9֎HYBZhd!~v5#c>l|?kȘ <^KCg\ş&RFs&&1+!B Қ}L+ٴztʉQVd54?kXnm1t2[ƅe]2+OGq !dҔ k8ܦ!nEq935}3}S̋pLPl>+xVGZ¿ܱ\$:|w}9⎑D;՛sM 6]xyevk |9q0$!+oȦW#Ay{qV#t<'  FK<^wYߡuYj7[gol2g;\5\lC<^ʼnm\5| ⺋k+yє~>V:Wgف+~?Xjp-&8y r&DBH74o|9ҥRLw\{@L95H&)ߓ5tKiha." ͛ஃ#:l!ՊuZv@\VMwGD?54E2Tr7{QZɦ2p(6ԈJA͑QNf!t\9X:R7,WviVI'>b7{ZƠ6`Zß(NP1%j솵 rN0;bY$ @@-tͳ/2kYԼC,y7ˀUfk$4m֤/>_+0{EQ>: « gGzW| kxR/5b}毥,5+mF2pG5Z\'njj3¥Zҵƃ"t`-eͱ gpq^kHfB+:!*xppu&IP-E@==3]2CVEoYqnb.V(6s\$w M׶kbOd=I; m6=֥1`&{e+KFF O_j+Q߈|FoѰ?*欝f䞵>9/2t  ֩Q]-ַGb6`FAԮX֘8yEO ,Ӗ=EPuVQpY]F2 w{wiMgRxѭ/w .'wZE|Ś=RH|:l qUֳ5L|0R3)#Ҭa98[>O q^_u{]UWu'}VNw0q6D)ik%d)?b7޵^XKbQ5}o#qWG|cޒ_&0s2Ȍ^kK$nj^*=j᭐8|B^ ʎVoK(P[ֵ[/Pdaҝ.t3Fv15iKY\ټ'7OH$u6v5iSB |/%y-zor͜9 S8Q54K y`#>[CNOJYmPT6@9$u5zLiǪO躂FOBs^CH&@(+43ҵ{]@s`&>i-N^8v1xOԬo"]rh:\bcєFW#S]C=$c$i#t Qmn6(7ܱPMq@E4ڪt}\ԣTl0s[I=L~RinX印8g!Lշ[U8wV{RQoJ9GΑo3Hޣd!mptܭ6u|͟U|)%E\U!5M4nr6E"=rH3(nli~(R]N0:ɯjN‚mSҹIk][ړz V4T52ZP:?{ً*5/l/ar|0Sk_&mmV22j[jWrw- V*ugǪs֮A B;;ոNsa/rV'~B2@2;S:u 螆-Ofe^Ȯd U'8/c4 $ݒM_".sְ?QnT HI7± f@qORߝ85-^ 9c,I~`̅d$ W&1N*i/r1dsXYG^KIs:$zP\sU28R _EeL0r#ItY~^>DhPA4rQ՞_w=Ӿ vtT[Who>]>Z7p*F8B񄖌$Z`P(*(WZ|CDZf H#5'W崹qָ' _G ?z$WϺK1\Mh 3bvʲ`lށURV%iWf9jDFaҴlUޗKUcoA `9WG?>z'һ71Fl)zo[f\;tr(N'o>k~?~}j:~2+pTO jH'dpk\a,d8\Nn~bk>x/Cn!`͌WX[5m-O^[iPtCOCM_)[V KImRȅq {+?%cg#SqϔI3w V'ŽO!b"We}}fqW /:^ RÎ*z.4 K)3{הxlE۱%q_sE,f$Nڿ+dW8ewe TFx־Gը(t7aWk5yk9Dcۊj1=7dl{sQ*j^gHVNԩ(dCx T}✔uɦ}H 9*8=TToLv ڣ~抋qUqS#lRj(=hpiA2MJ(j8>iLt%$@8FI[FIԨUun:Fg8,A&f,ʘڧ;N=&oZm^Ob+· |3kt ]߄>#xwg.#Bv:,?Kuwͳ 8kԼ#eILgǫ,K"rWAUP`֋Pkcǯ| ')g𾫣܃`f2;r]t1̺f{\ pkE$8$ H˴&k_`m5.2qޯjً޹S6P3[:7ܴJ`N̖˿ibaYw?^]e~HF9>qsGR.m!,2r{/ $Ye;xU]v0kP] 4MNWiy;N dxF2pf1L.y#yiKr+=B=a.I2hB3[x;H)=0kF?5n,9'4*QoS^ 9E6!°!Gua#ŧX:vFHF ~ΏM6Ky" l֦;A'TI;&J]BͱzЕ2Z7O:?J<.H~<סΩp2 +*\.azNP"|+O!gdzݮl̥nZ,q` f'S&mKɕY8@m¾մ;]Jx"5GV74;y#"'Dgw's-r@niOL5hihxj2$qҲ-ᶱUQ?'殼dif0pXPb΂Fw,TMB% m~z]7W-!!lEؾEmNڴN7 b:VE} *ڰ4]\A]x,ZcSر^LVtZ3pQ]̺=\8N[";=Ka[_j.tq^W_ 5en⾫` 4#" hh0I󍹬=vO VY~R6b[+N?ZoiѫDiO  Z[S\xG q~GNQwzV; eASV6U;md qڊ^O쇏hb>sÆ➩ \&{ÏFC]eo:sj♡\Ӗd~?:kZ/G?I:I85j Ԧleq%~tPyN䴑ybe\r`%lj&xց7:ᚬC}m`s^|.8V,H>Ȳ=6=Ap&R&s\L:l. rI`: /;AcEj"q5cr=bFɘ{ƶ1 zӘo;PqZ%Z h8fߨ*7 1W{{U6pu >d`bӐIRi0sO5 ݄˷wX#z0Y)~lTACψoŖXelg:u}k+\jg?Z,Q81gZa3Tfc9Wj&i"ŋW:tZ<kŚp!TQOm@6zWid1AO?-z] _8 U͝֌$d0M%ͥ2=cu_,;CRP2=*̹UŖ> ^]D$ac9Z3 Y#U'%;I+BetMAEUUio"W7E*%yy@[KyѲ=iBqZVhFYi6%ż@k"d2K {֊z 3{},Ѷg"Q9XJR' W^)kr8*vF6V8 ^2[l;k u ~΄EH@zJfL[vCZ̍ z."W,vc, K/Q#̎3\/f9X#rW#rb|\.R\zW~i+gTfKǿc[%Ŝm&+~.\[7JόZ}1\.G<`>+j1n蘃 W?4A#5ց3KJO804xž(u5lQS|{I*;?mNE ~|+q[tA<{Oh; ;kr$ 0xdf>^x}5⟇7zh/>&kY\6u $]?ZMFd7U2FQR^5yGn2@k.k1ޒMt"AEt}ӹ#|k65ʯ z^:(Y2헏n"WfV7{՟h2*J5-XGʨ+ҧS>K3w_RĚԚ8ZV7v@ "둯FSuY% 9@F$vKpdf-b+cΎ٘Z|/,OI!܌sMѣ77w<\]>.3fH1BtQZFL¤U֢[1ɕdh,5LABbL522A=@ux`V&1V;mG\Qʶ<;)b`uv ǥ4dy֗igWV.ez-mGyeyVEmW"V{T:-^ >C.TX|5T! j,<5)<2WZ0FcU?{H^WRWD9di i+ܫ* K] n}9Qug/o%rA,AoʠHhE7{楺!^+\񕶏!BzOX$3|k١5I6 ,2Ci*\JG7'YM!;*tԤlum+Hf|[61<ֹ?]- Uߎ,qyk'gzƺYDFЬH#+isV+ @XdG]Q.:hzFPWI56PЀ$cC$őymy:jHƲ/(<Ċ_5BTN G~5[bS6nEϠ84vR'4[77(|3\i7S}<0O4ȓԷwctZtmhgG#5ޔT0V[At9 ڳ|GvȎ6{ HؤTPO.dXC+=xf}N_:1;1^ ATh1br=RJiF¡ R֐hc7;su[Ӵ끆S-RFhn8TF=fYuh/'Jt+h͛p8kkLܨF=r9QЬŽEm}5ZPqō8ReƀjG9* r^?Φ}6\D VfXa0jvqK ?JV]ܸ[ƕnM} քHJW.#r*!e}Rw/~BI䰅ށ m>U`GUF-f.sFp?*+ EU} |K\5$)Nɯ^| X3 א%s"yB4?6Z#|ǧ_+906[OJ%xXk֥: ̻I\Բ<Q ?Z֤Sz^;1V9B+<9GPH䈹cG;F+𥽥ykw4&^ 5fTAM-Gh.bM/_{@0})kT~&^[ݟ\PqnqҦR8t8>+mj)яS\th |ޕST2g-Rr\0aAIS~NJp5"ޙkb#n:՛x]<(E. vSkFi+CsU+~|ݲ ^<'mGj]Ōv[UT=~vtjFy$tH]Mq3WC{tx#׊t>Py55W!|Cj%d}cdSyໍBimc&=ĀjZ~Wo佹 IvVwx|L8VɡeQV7'gfDPh!R)9iH FdQ^xrMcd+پxʝ5ЉJτ!c}xDb#Sgw j`ZOZ-Nf;y5x, |5y`\R˕ÞktR0s[$scS̢U 8zVf4sLG5i$zQEoWT3ERsOpPEp_vJ~y[, U0]6y wU؛J;"$d3=H5"{q}k*İpfyxlU&HɬgRLJNǢ^xf^^kNP湯^a4^K>~-׉4է ")ߎkʼ"axL$Y'qյєdsAH~,xv[U.^S_~x,AuI&%8wzv: "sʎKC/h#Ɠ&72FqBG򯜼AoXy3]ׇ1UfI$Q =FEN+ :)@VUZy|`{Օ6`1HHRK*CsPĀ\޶򞔖dj^`bmbC;J|ڔ3D f$IvQ"&A%jXsi)pr¬ڬʼn حS͕Nv*D] Vsj[9W5VV]nxnG7F2kB߷-9`2dr1EvC(>Y줌eo2+&&ɬ@3VͰxU5$VBcA#"Hz~l{L# q/G%0bc$ȮCC涼Y⹗g.V:_Uʨ?rZV7s^yVG1CfSŗlz=KQ'lךyJ7*>[^yq|ujAҒ14mr}.ehdl5~i8ZM-TZkPFgDCpr:eۼ-*P!f'NǬ5ALTXV/Gq{zjfFY]K ƣ{sԩjdՌ ;yc[kU`w?պR1K%s֍"]}2NhŦ0sZBdqhc:9&hϽeMN,Oȷ/-jsxOz{BVǐIj\`n6+qU&$5ːi| EH{ѐ5q!I&I$9VIL+zUB SZ HQ"cO&<]ڇRq\֣+iLj)l>ZE:߹{Ba +ś]~XOWQy8BEw7f%x8I|kh7g<}ޛ qJ \ ?Z<ECWH1VZq[Ws%uz5+$+>M *9~mTEd?q'*Bbܟtz hF|`RdRj u4ƚ 86)ZIJd5m+%jqֳobmA M=_^ "km XWMБ~HN=kҴ$ -2uwn-@xݳߞͮ}?Csto4ֽH׮,(:_.H84Kv}VD8KG-8jR'hBG^kwm&NWr(͡)Kam*7}+Gۊ%H̚M].@VEfgr֨,! cOwY?K.T5􍶅or"!Z(=r=ճ؁Jn{uH|.EOW|)K[g'xJ;+4wʏZF\7xi3ГǖVCd)/d\fk3yZO>XX c⫡$(S-e:nmz>]i>b@^?44|e."LƠgoX|=i2-:Wշ@HڼU-rznd>լؖ/)#Q]bxR jҹ<3<օ`(V2slmu[O,)N$/4'Ny(FykNTavNu%H_b&@q[3@Q\ۮnj?=f2bֻׂGY[ c3,KPRRqZ!}pA,VmeFAoO& =;ӵÞ3$˟j-[gդKUI|4M8Т&HXTcWl'S0D|3G5u KlA9!+&NS4eliXnwN,\ṬN}iFcpOJ|6sNȷ?$s0>c5l&F)\g\WGF6>jsh$_D=jHb?i]cǥS9n "Cz{;AVVB }bY M?*E E٭P0s\Wƥ$}kq<7 0GU ֐^y+Ĵm9i]OC޺NM/0}ocj+_m!Y^sKyP RMI ֆ`COuqT/m7`|R4qx\wU4>"#7=V[nT#ßo'bU.+;YIxc$5hn1W#klYc'm Vާm4t|M`?zDVVŧHdlgՒm~GWm.qo2|c&Vh A7Kk&Q]!Gw^k ;e3cEs 2@] zcճdFNՅkNWI`25wQb*Ļ 3]z&tS4~XaTivZ \dhn JdtcIrsd7RZ}z^Dp+N@` ]7KO3'eۋ{V͟E d !t.JCh:K{GX!?*LYbG82Q#(R^fB۵yFm*"tZqYA6w6DYS?Mf {ո-VLp+)z94 D.>THȭM>ݡ V,( Ѯq\._>@rOj^gX++x#-Etg&^A#4WmkSUrqB ⎦b4qBw6B Hj!Lb:Mדr+#aɣ!s^ah jFmֹ%cܫHzfqP+ ElirFp+)$㱭:Ƨ5g}=94#L kRFU}Y;z4Ъ)<^"j7)I=Fkss:&V^ yVXN95MO*j?:bUW 4+lzvg{JTܨz ~!ͬm1"ShI75ҕ}?Y=|Inohnq:Ugx֬Ҩ95h),f%LzlJ!bx"_ s$6p zVvQqh!UιmgRzW+x*Fkxx5&bu\FQ?N$F`p$x0$/UUKʊnxƹE?0MGD|]K(o+ &T$>> @bN=)F&>g#0E? / g}/$5Z(QG~DEt ck/H})Dr|$@8V ڱ?xCU6FL2Mkl[Sy "k^TEٛVRgÑҞtPS`Sm6I6;1!4EitMF wqHd&*jڑ@Ni'ڕiIhEzNNɕMK cҫRwϥE#+X8[]TF2s*żc(&tƣGQ"H V2glgu+gϕ6e{UҐr;׽xOD>px4q C^oxWtj(c-v9ԭ@׀-ߙq>%n?:\2j꺼1jhdpx׃|κm#]Ʈ2V H1WZ鬵8e9RM\-qp3LM `@']m q⫚jK 9կonSIxjh'%ʱfUBAsMh .>S|*W)>7 vjgJ~F(?J.}Z?'\ׁڇ|m>71}?~TZ?8{SGp*tKuOҩp-ScdRxvdUFx!RG0>~Hѿ*b3r?U[߹vԛ#~0=xt<7^^̿j.hckKxΝ>zʫE\#^7D*<+$ژs:#+wn ۏ½DEǷ𭛟 ¥ !WWŶo]Rvv[vn? p|9KXu\[0ʧkrqHM/snVބ9j"zw(48FR1wV[U_+UHv:TWY*v&1XZ$ѰCSᵤȨqH7m_@_ibPrڌEOn3gZï"UT ^oBҾ˺Uz߅P.#ړ)r>)şVfɦ<<k[:+<{N}GH=A7IQ*;xN{Wss:+HT>%b4ivִmyQ7!>OQC;Lϕ⍐bMU ܻ{NMd_ʍ!$WE3qlK6#,A(8>j]ՄgWM [1RxFB&+~T O>.-IyڷŽc_lihRں Y#Һ!~j TxHT}kWU֭XqJS9讓H"}nX>왩jpH=+&k^B:WV-ʛ5pvTn*KD|{UIL?e}: Y V=^ XoSkMO`nZg? 9HҾHeQɪٸ#!}'~ld»mፄGq W[oc5o+>žV$dը&fȫg*pV0Y^[VLyZoC)*ARbw+c9NMwwM qMێ.i0ddڅ\/ <fK9qD'ZS R}OY3j6aPր.❻p5' Mk÷@ѢD\β&jz#YWGN3J/f+JsPKⳤIӶ$uᆟrX;<A*`8MR%8 sQoX, b+ܓj/f=ͭ*01PMc38t(;OW%bA,¯ȆO£6YW,}R>Sѧ/JfvDlylҶ'i>(ӳ* C=)}K5DPy95F=iQڕHM I'Z,4IMȨ TPޝޕCڜJxVEFMh8[:@?ZV"bGcƘ|T-HT&oz;>kƵ4X;ـ9nUl&sZ(teFw>R q׷x;dw&e>>Bί=BzÚƫT}ͤx$w{ky> (y3ӽ{H'3a+6xՀ⯥WY:Dh<3Z#{*vJ2kN;dـi m3pRZ%&NqN_ JȝM/%OҘ 0(< ;==7/ `d3m W jٔƸ]geѳϭd䒹I; 'VՌ[U%M>62 Uj-E/́j#km^CŘԲ|LosHglǂ)KyekȢ9\Q9'Թn=*M6>pB`MalVL8flIdh쵆es\ HAYJ2-k߂8GJ5pխ3İ/5ҢsNOcmt" D`zTB2ކ# HZɟŶP2~#%{-Z(d 1XymRjȦts/^Cx= Z ^eq]O!\LW}l 65\Gҷ-F + d0Uem޲|Ui&uU Xvyw5E 5A; L"@OofM$w3þ]oTH'nt,y$sU mxGg;so?HA+cgU:zSh-Kᦡl[@gQ 'χ( \\8Mφ9nRAؚ l»'> ;>X J=ZW^eΣuHۻn5x{55ݍ{,ֺOx (=(iExl%ݵ@M /S:o>$ UtOVfP{f6E7s_ O]gc Tǥ~G?}F\sF^^Q?w֮3:Iԙ5-$\zŹÉSίZ z՚(+5FW]O;Mv^%\z洭8kO8ZfoŒsLFC:l6O֬r5_kI<@=ӥqt̥A>Ed¸8`=$ Zѯ켏$f=m64n#yN%e=V& C֑1tZW~s6RLvO[@:9I=+9uhdG~IIeQ7yl`oz k(SSI$nR Y|olXwFVei_Dn>oeVj2c @]Z\SZyLIךU8~qQucQtAhǥDҶy]gSU4D3Ni]$vǡn,F_Hӊc?S@X* 4d iJh*y@s.lA4C!jzGjXD|⪽Z1 OZidj1hA F1UܦLeHqj$*̋ސ6M`3dW&# #j@(x#o|GSWI@hOTgcsQ1DdP&T,&`sj;h87?)h 唜HXVn$$F8=*FsPOBJ׷Ua &oMaي1VaڱPOZԵ^4Qs_(>:@<Zq7&ıp=hI@'&$ cjSiaNQiSN@zQpM8-B&4{iGtzR4L\bC1AAJ<QqDO2gir=* 74d(U*u'Z]\־E@dk,̤zd/g#/RE`Z[L]6">EªW=̈I\l3իk9h'FziR v5Z<_I ׽Rv*1ksuۃ`YznqT2`Vuyfv{T6c/(0#|Z0f=y5c|\>r1%+IiI>?L5;3W~RF(*zJWz?>^s_=n!\Ykw1Jn$ִ\t 15M{tZ#54haN-^ᱫֵa<6ǟzFc5iIб>ТC3m|J̹UCKƊ>OҖO'Tf ,ksM/4Ok'J8˃ͩ60% =@ UPRTSԆʚiz8)5AK?T5n/J0S]^d&QBMu>B?pVѿA$6! ZWS~wzz? %𹛓WG>a؏j t1NMh?Қ%np 8.GOH|{_ghlYY$ys@ťJ^o þoN՟{Ŕ0?*\9z:*R#KzWO2sEaX{Qjmck! g⛋y6$gw! Pv~(4G:lj6h3\Tjk?Z!mq_F[qyǘxcU &ix_mw#w iڪ(?Z{5R'ƗZdy'j{vb;WwV›0˘Tia9u/ohkঝtZ5~϶G([( H}Euna Wׯ93@+vR|cҲp:Xת)gFڵ`^/@0-+t:4m&>JG>YP^ٶ I3 릴Գ>oO $1һ_,qrW>v层CqW!^Pu!59jϭG! TrW>NXV %ǒ5XM2k N1SGqqYkvuޟ$7lٮZ`ըנ)r4:[?toNc5|wV$+Qv>~m@D_":gxR*^rvq54ruRxsUeQ7Wcڂ2}WAJjoIX7K]"3ǭkaB?ZhDSCdC"7r ua~?w˟_P[+Ҽa|-0\cz8ݟrӴ(gcsSx7& dkG.ѵ:Csxc=k>6w-z[͐:=q^)szRjߴU; q5]_1jbXֱd/20,}UQK9j-~>Y,~5]">LsEf1?:|[w m44+k}Vݔ}\QS?uL}k?x>g޶kz{orERWV5 k}M|MYԭiXOXi=k^cR> W:-XJf8Ea]V 3Ts\цwT.ו[x@Ruoƴ-[m`G5&Jdu(sɱ ꤜ֑|0qdZZ-hc@!\-Z:S w i ls. e4،f`x?aZ.2$y[j7Es[pI~oME͓TP3P4s"YG*qYKqҜڢ¥˰(6{RIFfTom(0$V ˮE=t{ԦƩw0*m%=*s:osc~uHNǵ+Nr}Ͻ3ZL7ޕn4hiزrS(\0ɥ* vժlQ&u?p#柺9h W 4g$ JM™qN+S`px-7恒@vЧxz3e:)Xv@81#C\E qaG5Y M@{ԤVRNzֶ.*Hg#4 Qv' X+^Ǘ1Ld`y^Vm.IJm} ῌQfW Wimd_2)-m0߭r*;3hٟC'~ o(󯚣H$P媣W]KGӿ3]E?5X95:u܇;W[\9#-[{[s2*X皅<4ѱ$W8B8N֪]^MF1!q.!⾏KA6m#djVϙ#w n}^ k3jDVG "{Uji*:oILʡV{?Z|sts>AAT!VBx^TV|ڽ{ʡ(@ڣϑ_C4 $cJHP+Y$(AbI1@0NA/"r:ln: Ѷ0po mQ|sOV[;F>kn~UQ6Vkx7+!ªՆՁEl歗^jȤ b+e8ȸ&@,-ɤXf@"[ `t/AE{rS?UƮƀv%RA;KNvԉdq[1Byqc%s P  P$=m֚Jaf.N@'ڕ4lA#`Z]Mxz#?J|>thNpS>փE+$??N~}aOYԃ4g1J|*u2G$}`·ه(υQzm}P))r[8JQ^i WM4pF+Ե4RpJ۔mż[Kf)o╃l~y0q]5M-fx~06W 7EBOF8Ŧ#7_ƫ?݋;o^Koقџʄ:`WuX.Twj.5-O=K.f HJG{WK)сyiY:J/#F<JOVsnxn~Z%Ң?4x"Ԣ~b3!44 ?ɯ4 ""~Z+mi90I4?1dыciȪwގ+jȫa?:"16>2YΣ>[¿B`ң6ˏEVS쐮(;M3?}w,YKC}*,\jHK :֭WW͸UU? v"?GQZ,8?J&pTFr}{oW-3~YFP~U<ך'hlTU^8"3_fX| ->yG"O>P 1GZsp$:ѷ "X,@q^yFcB>Ώ85Pg&Qp{ I+`Jpbit{:'晕6EuwÀ7SZ~9eFVpl fr'D`_+_0öCҬ rAL۟;Id@s@Tdp'L,9LJ+)r=*ϒ?-ceko F}I.og^y~;tӱщPAVL`bw^}kOc}#u򗯥s𶛩Hzu5n=:<+ NӒ$(U :T-kVJ U#cjs;n[U-MbQ5* .Bmښ75ް Ȼ»>`gIw:8 a]xTS8渭wۧx6n.9H4cIuOj<1\eL˜>?%̞TOF;&&[~gw~7[X( ~+[8Ȝzo[aP>&}jϽCO+)zJH4?`O>e_U/{zENG>+*׋jחLX[N7V ٣<>PC5AqN0ұ|V~c\Ŀr13}kRPEx_Q$c;#%~=aߝyëϸWE|7 -JMXv4Xhhx\}Ees=՛> `j c3y׭EOB9;IAlvuSQVo)XH4bvr)u SzU% 枇TjYh}?SGCOtԲh@:xINMm'jLg1iv|oP)Ѷ3I!ZS}iwJ݈'1Zfzud\sVmO5b75K\lsZׂLM`8QF odٲGok(U0^W ;Wk-u,tZ:!4:{mF;oװU9Ynp.մ)nV>Ҿ)i3OŦF _!Ru ]q9>Ӈ7Gt_]rz Ė:Z|;!)z"RƯk)pH?tzw\#4\==fةt8EH+̴uesŵW9Cض:6zwi-Zw XߗS]ܑQ6uQg+}xrLHF"8ruTfxzvR/b 9֕:%.mY"\CP=N@5[MJ֟3&MwZe 5$n˳v0kѵ);=&f<׊M&{빥 5HH'5֟ @!Vm5QvoO\mbޘdcs6Z:D+oOPWsTSEXA,ZO5s[[r>q-^*ϞH2WF# n4: ʖ3tx!3Q[l'յlЭԝ uMml < S;4?#uT p=w=D} ĹSQ?vQj&z7 .*_;"ScJ*ZA|M?!nL[1w\j%l_ʑSq8; c ]#+=wP*KU[eM?JDOWΗ Uh/C ֝&u{TgjMQWhVFv]^G <1BIa.QIxo4K~=}1-Zcd޼;MnZdIO܇->F_,\^鲱X[|@yF=k |TC@g8EYr;n9 AVCw˹2sGKUp}gB |a?WPʡZҾ"Ы48M\'qJw4ls/̛ǞdLEqtzI,QNHUs]&ȡX1pkxYB;Oua+*ɜ{RL.c3ZX=vY~]|ž6@N>7H.GyUI}:g9(֨>xT9eAԵء7ck<џP:渟|A) Ig|;QMou˅s{mBsY+cO0ܟLWqቯuج? |'ޕg^DTn}{1&^iַ?0ƿi:v`<.Gk4yp1_S^Hv*_.8Wy}hv!'+bs+NAv :VRC/wQ_,S1[ҳ[ dŀ u_+9ƇPs[ر< \jVC \Ӡ4[ ]0Vr#JڱbR_v6QVF$;ı+7a1VSnEIlxiuo>C߭wQ' {Q kKNO =VaoԏZIf˜{W[mqDf-E}No=$־\񘕵I[D TL3WT:/PH﷎di3kJ 򬋝&fb}+ƋiU(.n8/ʡo?Τy8eO] x97WxgJA/ʊc;z pvv"WZxG(Z.FJ]B0ﮇ;@dUP}Xzˎx>r850/^SȬ'Ro#sV:SƹΪfme*X휒+6kk*k\ˋr<++Pඉ0o]V 9r~p5r,l3Xn7ezKTjzZj4`_̏>>l0xB;S Hr bG9f >p`:U6)c9EscRXq]luUwRJ9fi<3ֺ\UY9#?klT"(Öp=ii2dyAvCRQr=>4Zpp  0)hW( )GC@Ұ`rqO8=tT^&<bPz}m85%[ N3z aEKQdqH3S\F5M]iRBje-n TdSKSwsM*֨Ok'US\W. w1TPO~Q 7Z1ksi6(84pjs)AȨG@)kΒ8 EIeTj-Y+;psȖAɪbB[F !95ֶtʲ$\m= DkX? ]|kҵ(x r2[mܬ1RmAx5ڹC [oH7VbSwxfk~:{ׄ>kSJ񬖒Vϲ4v1>o?Z؇ >`-fc޺x<|%$N=q'OzxZ;N@ɬٲH|nXdWI89€5,Dg5Qfm+áf8A $Oi[֗2I#n{H5$M;Ma/o";O&ŗ"C[ކFe|w㎇[i{p3^s#l}8|$gs2@ s4x¨t6R:ڴW!_/M·zHc$v1f0NKU#̃{\JH{ke9ZQJPeZp4-& ֡]]Rxexfuc?AQϠƯF~$ZIVyO3Vk8Eg\5 yޣ6m3΂U&(#([pP1z_+ z֜42cs Ri-e^[1ֶM\; r Ռ8^h@{s^s*& m;32ޛ;UP ^IzKpnnOij˺9Xb@1 cޝcl2=+uk;朝)85"ܘZ_+W}i>$\?;Fb_nG r3y1^hpsVaf3Y>L[m*qG@{q]QWyZF\W 9[]ec/Ʃ+} WRbpB'ޚ 7 =[|Kz >9cC|ip0q ! 9{j\;+G#lKnmJw nFq}=.7<梿͓pxdJ6k~s%JG˪FRD@"Ǒےp뜼<-ӵoȡ!<>І̀)p}kZPmNki /ާGc޼o;.!'"TjǭGETp'o*50WKb^xi% JVRцtu\SgѤFPⳮ4 aq^}f (Լ/)dyض0qUeӳ]χJɹ\ =Hhd Q{'J릲d893Ytȫ79ViwVm<ҵRNqJk g1W͠љTJMD`+rV4E&zQ%81P.jbq'Ԙq @% p)$QojY۱T,\,Jܴul\ӗ)M\lz֪Ke[衐Uq\sx:UIP&tgZ'rN20id] HٵDxJ59c?z*eypruy/Z$;C\XօۃSCX` *s!֠ s\jjG.1f^̻ dk:=NɕsOZ )kq_K?"yoֱf"@A5|͔]~!XxbY6\nAHM3Zln+ʞ[]ZjdzƲHSY-K%$dWO dd/5+)(w. !:w-pHjÅ@_ҎfJYS\FG\b˒_J9n>]N[/8rAQT§ʗ;)TZo Da;VZ,QޯE) 4U/qu}qQ;>~a1{me;N"AVV0j!e H6E<]qqon#'9#4O! rWxV#=Ż᱑_?xVmBi1ɦ5\Mg~A])~uVznm?Z+OS1V5=<'Zx9"ksڬ&8n^&U3-<\W x8|pBu^+LJ$eQ5J9z減]a5Oj(F9\8ղ1jt:2O^ktc$u B+~BeR|i4r@Q A֡iK3\Fm>EchyY&5ȭ? վA߀AO }kE漆V iV1Kp=J&QA5 ŚHm_ SXEcY],3VoNkɜOF2Z^#( U''"J6n@EJ}w+\I춞2櫺9.[/j6uBdۚߚJ%e'-R)8Z-QPNiꣳOz dui*90E8}B&(J CwIQs֝M*HE-6PH|qĿ8 G\֧&шsɚ # Zg`C>: X ^/95'ZW84R>qHlx$毗o?ZDJ=q<3HNm%?9cneEz)I+ׁV}EGQ`f Һ,uV5iѹI@<ϗ=+!q8!GZrD>WC𚪐jaWc WI ?*%42羅?O&]Mh\MG; LpT]جvSD|0b_KS2z¾>7ݽi9%H8}&M<tƄf-ArlدM$kX3@5j=Py6 F+4P"fR]I8#Y6VhlQ {][(g8R-֝іhOɪ1)lonw 4&md*yFhFNkδ2X Ċ*CTuk3P +Ұ!iD΢KzTF@Aj{k_5{6rSYiohU&qܐMFn^Nj)%jboE.z(c<y5~+<@$ԫ)^ܣcRC|2rn;T-;Ո.:grkNW*$rj r+槖#JՃ_W8bjWr EJ=&RWZpΏSd#۴Os֑u;u9x5RGX:8'MP0'"6n:ܧ'7g]xOtGһ+[|gG0ҫGxI8{ ?vo(T8'.\eԟ<9"k|&?/XZ+ sgYSS{ ^l*UxmҴoh9R{\vRx<{U Z\õtsiϖ/AO7zƷTMlj}څV͇4bݵG8$Vݕ+s j^:i4cyVQULDmprGsZ06T9yYTSҪdO[,爜WXRp*mZ5$ktԂ0''F=(@AɬDRh#zUR~DI2})hޟ=)欁Oݦ7JyC' ZPsPn5(#5q%Vҏ9ߝ45>-ءRqJ$ۜkh[ j E$<Vn P4.OU/WO:}mq=?ovϽkXeA&-Q'5hk F2=NRg'5k9ug\Uj*Tt5: XTVn$9*'s> FbIu-+V6JI0Sv9ld;O,Eһ#ϻk#Uќ6>s LF02-#coWl< r?J唎H-]ĤwV}0+~IcUqFUBXUxs^<3~ukHf6xJ#+]rhޕVƈYcM:@4Ea&+IH;κ֥l=<FG[r$,lԐ(!Z'ʟʜ4`oOjAk[$c-y|[x!Zw Sqf?7ջ/KSG!`N9S4/l檟W;9w뢓QtY^œ/Mh&r% q5x2>~]?rNJɻ~*4rk'2>M윰vBo1A*ЧA?#]IAcP=ja9S%x?s7gtR*CzNwex7MDvAvZ#jڛ7m. kfGҩi)WcxlL#R#FwZ *if ֽR J<a~iZ9/ x>{ᶓҽŸUso¯xGq#`zƅbQǵ S9O#A^i.\m >EkGR$O858]N}4? y~U"1MLɨ\hqVM#k8`Yt2@'Fk{0k񁚣RI=J.Q[ɨ%sXJ/##o֪2l#4Fu g# G!XgY9lmg$ |VA=+ƢaRxKC%VƊ>~a-fpNHǥXYȬ;\R&ɬPׂ95ڥԹjZqQ%,O\桪 _~sG1`vUyobsX2ޟZ%oj\lOLq\tq2sPIz|^k+PbHVm\-,Lz9Ƈ']|wfB۶je櫩oJj%S vѰce+2kZZ5+&-.uA\=6&q]3QҸ{y[1_4j7kɒIHP`u@c'ԄɌ.3TZW1{\-rj i\98]d(AQVV+S9e# Oh|`#g{Hո8Z] )5#jw#YJ&ѕ:x/crrq\ZYQSY8Rw;+]SZ[1?ppDwXn8J~" Wֺ?/+ȣHaiì4x=_1ZP) # 7-'}xR~N7=!&U>zl ZU?:i&G!W9׵v?i3Vai-)ќ3`hiJi4T'eR(ㅦ}; y:kVINޕweuoUOB U6J^yXxs'R&8 lCUfsv@FQTntRJ9%^qPc] ^3 4'iG%)/kq!z|Hzjv4P905fЊq'u;'}H=|V;'Ҷ2#Eڵ |PFGB|1MGޞG=)`֑"[sNJAsVI*OTj)3֑#Hvc@N̏Zr?'ҸhȢ>j~E70EPHG͚ZoTDdQNSLho<h)zS`)9iZ⽂?/"Q3MMH>T[`N(S=h &}*xlfҥfrqjXۃT)$ҩVryMԜZ^lc\tM6KkhFH漟M֊]v)T4;|V\<z^f#.?:Է#daӍM#' @EZq+)T6L}}%p?Ji}yaԣQi V i~2ƴCtų\4:U!'+XY;̖3Yv4}NV} Jꤑ[Ҫ;:۱&HG,}z2 | 8c^:&[V?*/ˏʶ-qS8#ֹW99|: GP2aWZ/&FyBsuDžIxvFAB緞L6@c\xb2㟥zEպ&6Gs'z>@_ҫ7S~Ó(m:/OҲUnlSȇU3GU|'8QW6#n? 4nOJq's\cڡedJKb&!5.z]_$tKTF OT5b}ii>T u( b,o]jĝ^)5i$ȯ/c៭m+~8#M<`FY3\=kƈp i L.|P70jtח@!>L~,tg\xIU zחN7ΥK;:TOS8߭6I3V2ί6-+|ϴ191'k]j+յG_ZO!ݛu''z[.W޼1Q֎Hw1SJXpjƺd{W fUjY䀵}xϒrk˖97 NEb\ZBmL3 7vaY)Y;LK sV5] I18"ԩu81EZ#[#u2)Nn+e|qZhsu,m]\F+>]X܀xs1!dM,dw4KLqZVQvv61@[~QcGjcL_<:$T$*Imi[VQTwRRg-tZ7Qn$!+l6h>PVzV}"9Gǩ3m%YF$*ܰ5*ݑ^̾sY qY]ylմOSSQ WBh\Re/ZpUTu)Qgi]PLSVQ6;ӄ4MKht;/r \SzsSU#ԂgҶ8wx'Py{?/qYւ6Z2krVW\s^9uiw`G'ZD砯+|FTLB3XU-u%siѺVBG_)L3qZ0j2&FɜU _xUC1y@S޳淍r3fYM%b*EcڢQ\敽#tiu8][89\ޝNSm5&m ߭yDzNmuQ,3:8kVKZ3iGEC~z;e帯5~?M՟-T=?ּO GeˑFz v}'aOr$ǽ|mc3|{"[ zK/2?Θ)G`d?:q\թ6t{x~YXw9#oCu`-G=sR: .v6'W Eq#S *l#vMM&:YF3T=k-j,jy6W}CΠ7zpYݲ* +dӐ{ޫ akQ*xd1r+c+4ӯ oHjnՇ3M&jݦq|2y֤K ؏SNMbi$#m:Պҫv7>PmPa + `S1-m=cUfpN{V+^ಒjRDKbIJ ΛY Gj/IZn"ѽ mZ.#L iubl%yjoBلW7/Fzy/_(xjxW@U͸殊7Zzq@+ѡV1 0ŠrW7;< ַ g4̰Zef^Hs浴iEFF3T/&y1BM٪PH j\+j:jQTCsEE>Z=h=jmlṯ>;@Bw$@v&i3fBP.Evrj7!PzS'5.)cmdOVSSzc=54B@@ڶyaeR+4R7*L@㚯0N e˨sش$db[O<14@^M'aQ_psV!=kx#ԱʹkQ:a;taO5nQ\\ըn55[j s[VzF1>RuJ2xqYxn kcwZ5A;}u?1M$Cfjo''y=PkZxspƪ8U'뜴@3qZ0I/!(05>_kCpXVb_88Ys|4X,5%E50qQG{$mu}Mh8vDhپQO dK 98N hMX{Â* Xq)8M[ugݞz8w5Ҩ+jf]/8hsP 9FUaZGM)^t]xZ%B%R28OPq_3=x~1Gj{Z,xRK8JvdZĖ囑HMj\Zp90hZhV8EG:Q_~|SO"E8ͧւ(ޤۚMSטyIN W"Ae)ҥK:h**ؿ =pSxY*Xdq)IMԁX~@:/dN ~T'U}V=sYYj|SCe.M5c5Q1 s˂Njw##SA׊ѵvc I4y;}l5e?ޭ[ޝi`vsmq^Wm k-aMJ.+s,5$.25(漋Mpf5Yk֗Lͮp[-]JMԄMzѻNKHn( K SzSP N䃩I+cQzPs@EJ)0 A=ka 0icI JTh*6ԀqI(Fk{ԫpy!ѰI!5s ( (9Š(viԫނ3jNq^_o`)Rq5ikcɧ,j#kEe#Ϻho m59"AҪؕO axg$zoܨetR?w/XW:)\Z4lOʱn|>F?*q<~})}ΖՂmz9. V.S"8Tk-DT/LU&Km Cnp8\1]S"0hzV[ޫQF*6jcEd\Q2qLS=b Ѩ85քj0JeЗl~&(lQG% =(q EQETxP%&Nb"cMƓZMրRE(iQ@ S4ZIGOhjNޜ#i09F>R))TxHkRE^E=ڕaʻi3IڍԉmDSo#9E*'.(P@➝MnI⬪ ޠERڱiS9LuQqҲqE&iEwulɪ.yJ/kMM5&)]4T]g!jhdj3N):W-GջYbz4J3QR?&&؏fX`tyxW^*XF hصk[+#`9{eȬln|zq XFIx2FqSyA8&4/&{z c+>TM(!X #p(cUϭk'A\+Sb8P_95}p+Yfq(ĊyۺuoLٷ,s`(g8%Qңcx2JAbrRHԈlX8'sׅJ)ܧlL>lQ6 tU֖ni F MnA蚷kpT>jIlm6F'i7 ݺT]#lW=quf\m)[QBBwsYEg֯L95\MCq2W5,%+^u% RM؛9! %Zdg"=(E{k|kJ*žqkRNœ5I酑 XdahM? cߥgxPiWUQ\mu52ס繶X`sm%kgLKMt3Ε.Ws ]O6^OJ+ϥ]PKfQdmK/ "my_cookbook2020_11_06_22_30_37.xmlUT_ux PKسfQ.images/Best_Brownies.jpgUT_ux PK gourmand-1.2.0/tests/recipe_files/sample.kreml000066400000000000000000000202411510115424500214330ustar00rootroot00000000000000 Recipe title Unai Garro Jason Kivlighn Ethnic Cakes 5 01:30 flour 2 cups cherry pie filling 2 cans some other filling 1 cup some prep method eggs 2 Write the recipe instructions here gourmand-1.2.0/tests/recipe_files/special_chars.grmt000066400000000000000000000010071510115424500226100ustar00rootroot00000000000000 Yes special characters - Origx2 <b>less than bold &lt;</b> <i>greater than italic &gt;</i> <u>ampersand underlined &amp;</u> All 10 symbols above <u>numbers </u><u><b>!@#</b></u><u><i>$%</i></u><u><b>^&amp;*()</b></u> gourmand-1.2.0/tests/recipe_files/test_set.grmt000066400000000000000000000100061510115424500216410ustar00rootroot00000000000000 Amazing rice Side Dish, Grain American 3/5 stars 40 minutes 25 minutes 6 servings 1 cup rice rice Amazing Sauce 2 cups broth broth Cook up the rice &lt;i&gt;well&lt;/i&gt;. Enjoy!!! Amazing Sauce Sauce, Salsa, Extra Southwestern Tom's imagination http://slashdot.org 4/5 stars 10 minutes 2 days 4 cups veggies 1 cup tomatoes, diced tomatoes, diced 3 whole jalapeño peppers jalapeño peppers 1 cup onions, diced onions, diced 2 cups cheese cheese liquids 2 Tbs. olive oil olive oil 2 limes, juiced limes, juiced Mix everything &lt;i&gt;well.&lt;/i&gt; &lt;b&gt;Then&lt;/b&gt; eat it and &lt;u&gt;enjoy&lt;/u&gt;! "well" should be italicized. "Then" should be in bold. "enjoy" should be underlined. gourmand-1.2.0/tests/test_clipboard_exporter.py000066400000000000000000000030011510115424500217600ustar00rootroot00000000000000from collections import namedtuple # noqa: E402 import gi import pytest gi.require_version("Gtk", "3.0") gi.require_version("Gdk", "3.0") from gi.repository import Gdk, Gtk # noqa: E402 from gourmand.exporters.clipboard_exporter import copy_to_clipboard # noqa: E402 Recipe = namedtuple("Recipe", ["title", "source", "yields", "yield_unit", "description", "instructions", "link"]) recipe1 = Recipe("Title1", "Source1", 700.0, "g.", None, "Make the Dough.", "") recipe2 = Recipe("Title2", "Source2", 2, "litres", "test", "Directions.", "https://example.com") Ingredient = namedtuple("Ingredient", ["amount", "unit", "item"]) ingredients1 = (Ingredient(600, "g.", "flour"),) ingredients2 = (Ingredient(600, "g.", "flour"), Ingredient(2, "l.", "water")) recipe_input = [(recipe1, ingredients1)] recipe_expected_output = """# Title1 Source1 700.0 g. 600 g. flour Make the Dough. """ two_recipes_input = [(recipe1, ingredients1), (recipe2, ingredients2)] two_recipes_expected_output = """# Title1 Source1 700.0 g. 600 g. flour Make the Dough. # Title2 Source2 https://example.com 2 litres test 600 g. flour 2 l. water Directions. """ @pytest.mark.parametrize( "recipes, expected", [ ([], ""), (recipe_input, recipe_expected_output), (two_recipes_input, two_recipes_expected_output), ], ) def test_clipboard_exporter(recipes, expected): copy_to_clipboard(recipes) clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) assert clipboard.wait_for_text() == expected gourmand-1.2.0/tests/test_convert.py000066400000000000000000000047761510115424500175750ustar00rootroot00000000000000import unittest from gourmand import convert class ConvertTest(unittest.TestCase): def setUp(self): self.c = convert.get_converter() def test_equal(self): self.assertEqual(self.c.convert_simple("c", "c"), 1) def test_density(self): self.assertEqual(self.c.convert_w_density("ml", "g", item="water"), 1) self.assertEqual(self.c.convert_w_density("ml", "g", density=0.5), 0.5) def test_readability(self): self.assertTrue(self.c.readability_score(1, "cup") > self.c.readability_score(0.8, "cups")) self.assertTrue(self.c.readability_score(1 / 3.0, "tsp.") > self.c.readability_score(0.123, "tsp.")) def test_adjustments(self): amt, unit = self.c.adjust_unit(12, "Tbs.", "water") self.assertEqual(amt, 0.75) def test_integer_rounding(self): self.assertTrue(convert.integerp(0.99)) def test_fraction_generator(self): for d in [2, 3, 4, 5, 6, 8, 10, 16]: self.assertEqual(convert.float_to_frac(1.0 / d, fractions=convert.FRACTIONS_ASCII), ("1/%s" % d)) def test_fraction_to_float(self): for s, n in [ ("1", 1), ("123", 123), ("1 1/2", 1.5), ("74 2/5", 74.4), ("1/10", 0.1), ("one", 1), ("a half", 0.5), ("three quarters", 0.75), ("0.5", 0.5), ("0,5", 0.5), ]: self.assertEqual(convert.frac_to_float(s), n) def test_ingmatcher(self): for s, a, u, i in [ ("1 cup sugar", "1", "cup", "sugar"), ("1 1/2 cup sugar", "1 1/2", "cup", "sugar"), ("two cloves garlic", "two", "cloves", "garlic"), ("0.5 cl gin", "0.5", "cl", "gin"), ("0,5 cl gin", "0,5", "cl", "gin"), ]: match = convert.ING_MATCHER.match(s) self.assertTrue(match) self.assertEqual(match.group(convert.ING_MATCHER_AMT_GROUP).strip(), a) self.assertEqual(match.group(convert.ING_MATCHER_UNIT_GROUP).strip(), u) self.assertEqual(match.group(convert.ING_MATCHER_ITEM_GROUP).strip(), i) def test_timestring_to_seconds(self): converter_1 = convert.Converter() for timestring, seconds in [ ("15 seconds", 15), ("10 minutes", 600), ("3 hours", 3*60*60), ("3 days", 3*24*60*60), ]: result = convert.Converter.timestring_to_seconds(converter_1, timestring) self.assertEqual(result, seconds) gourmand-1.2.0/tests/test_db.py000066400000000000000000000343401510115424500164700ustar00rootroot00000000000000import unittest from gourmand.backends import db from gourmand.plugin_loader import MasterLoader class DBTest(unittest.TestCase): def setUp(self): print("Calling setUp") # Remove all plugins for testing purposes self.ml = MasterLoader.instance() self.save_active_plugins = self.ml.save_active_plugins self.ml.save_active_plugins = lambda *args: True # Don't save anything we do to plugins self.active_plugins = self.ml.active_plugins self.active_plugin_sets = self.ml.active_plugin_sets self.ml.active_plugins = [] self.ml.active_plugin_sets = [] # Done knocking out plugins... self.db = db.get_database() def tearDown(self): self.ml.save_active_plugins = self.save_active_plugins self.ml.active_plugins = self.active_plugins self.ml.active_plugin_sets = self.active_plugin_sets class TestRecBasics(DBTest): def test_recipe_basics(self): old_count = self.db.fetch_len(self.db.recipe_table) rec = self.db.add_rec({"title": "Fooboo"}) self.assertEqual(rec.title, "Fooboo") rec2 = self.db.new_rec() rec2 = self.db.modify_rec(rec2, {"title": "Foo", "cuisine": "Bar"}) self.assertEqual(rec2.title, "Foo") self.assertEqual(rec2.cuisine, "Bar") self.db.delete_rec(rec) self.db.delete_rec(rec2) self.assertEqual(self.db.fetch_len(self.db.recipe_table), old_count) class TestIngBasics(DBTest): def test_addings(self): old_count = self.db.fetch_len(self.db.ingredients_table) rid = self.db.new_rec().id ing = self.db.add_ing({"amount": 1, "unit": "c.", "item": "Carrot juice", "ingkey": "juice, carrot", "recipe_id": rid}) ing2 = self.db.add_ing({"amount": 2, "unit": "c.", "item": "Tomato juice", "ingkey": "juice, tomato", "recipe_id": rid}) self.assertEqual(len(self.db.get_ings(rid)), 2) ing = self.db.modify_ing(ing, {"amount": 2}) self.assertEqual(ing.amount, 2) ing = self.db.modify_ing(ing, {"unit": "cup"}) self.assertEqual(ing.unit, "cup") self.db.delete_ing(ing) self.db.delete_ing(ing2) self.assertEqual(self.db.fetch_len(self.db.ingredients_table), old_count) self.db.add_ings( [ {"rangeamount": None, "item": "water", "recipe_id": rid, "position": 1, "ingkey": "water"}, {"rangeamount": None, "item": "linguine", "amount": 0.5, "recipe_id": rid, "position": 1, "ingkey": "linguine", "unit": "pound"}, ] ) ings = self.db.get_ings(rid) self.assertEqual(ings[1].unit, "pound") self.assertEqual(ings[1].amount, 0.5) def test_unique(self): self.db.delete_by_criteria(self.db.ingredients_table, {}) # Clear out ingredients for i in [ "juice, tomato", "broccoli", "spinach", "spinach", "spinach", ]: self.db.add_ing({"amount": 1, "unit": "c.", "item": i, "ingkey": i}) vv = self.db.get_unique_values("ingkey", self.db.ingredients_table) assert len(vv) == 3 cvw = self.db.fetch_count(self.db.ingredients_table, "ingkey", ingkey="spinach", sort_by=[("count", -1)]) assert cvw[0].count == 3 assert cvw[0].ingkey == "spinach" class TestSearch(DBTest): def test_search(self): self.db.delete_by_criteria(self.db.ingredients_table, {}) # Clear out ingredients self.db.delete_by_criteria(self.db.recipe_table, {}) # Clear out recipes self.db.delete_by_criteria(self.db.categories_table, {}) # Clear out categories self.db.add_rec({"title": "Foo", "cuisine": "Bar", "source": "Z"}) self.db.add_rec({"title": "Fooey", "cuisine": "Bar", "source": "Y"}) self.db.add_rec({"title": "Fooey", "cuisine": "Foo", "source": "X"}) self.db.add_rec({"title": "Foo", "cuisine": "Foo", "source": "A"}) self.db.add_rec({"title": "Boe", "cuisine": "Fa"}) result = self.db.search_recipes([{"column": "deleted", "search": False, "operator": "="}, {"column": "cuisine", "search": "Foo", "operator": "="}]) assert len(result) == 2 result = self.db.search_recipes([{"column": "deleted", "search": False, "operator": "="}, {"column": "cuisine", "search": "F.*", "operator": "REGEXP"}]) assert len(result) == 3 result = self.db.search_recipes( [ {"column": "deleted", "search": False, "operator": "="}, {"column": "cuisine", "search": "Foo"}, {"column": "title", "search": "Foo", "operator": "="}, ] ) assert len(result) == 1 result = self.db.search_recipes([{"column": "title", "search": "Fo.*", "operator": "REGEXP"}], [("source", 1)]) assert result[0].title == "Foo" and result[0].source == "A" # Advanced searching self.db.add_rec({"title": "Spaghetti", "category": "Entree"}) self.db.add_rec({"title": "Quiche", "category": "Entree, Low-Fat, High-Carb"}) assert ( len(self.db.search_recipes([{"column": "deleted", "search": False, "operator": "="}, {"column": "category", "search": "Entree", "operator": "="}])) == 2 ) # Test fancy multi-category searches... assert ( len( self.db.search_recipes( [{"column": "category", "search": "Entree", "operator": "="}, {"column": "category", "search": "Low-Fat", "operator": "="}] ) ) == 1 ) # Test ingredient search recs = self.db.fetch_all(self.db.recipe_table) r = recs[0] self.db.add_ing({"recipe_id": r.id, "ingkey": "apple"}) self.db.add_ing({"recipe_id": r.id, "ingkey": "cinnamon"}) self.db.add_ing({"recipe_id": r.id, "ingkey": "sugar, brown"}) r2 = recs[1] self.db.add_ing({"recipe_id": r2.id, "ingkey": "sugar, brown"}) self.db.add_ing({"recipe_id": r2.id, "ingkey": "flour, all-purpose"}) self.db.add_ing({"recipe_id": r2.id, "ingkey": "sugar, white"}) self.db.add_ing({"recipe_id": r2.id, "ingkey": "vanilla extract"}) r3 = recs[2] self.db.add_ing({"recipe_id": r3.id, "ingkey": "sugar, brown"}) self.db.add_ing({"recipe_id": r3.id, "ingkey": "sugar, brown", "amount": 3, "unit": "c."}) assert ( len( self.db.search_recipes( [ { "column": "ingredient", "search": "sugar%", "operator": "LIKE", } ] ) ) == 3 ) assert len(self.db.search_recipes([{"column": "ingredient", "search": "sugar, brown"}, {"column": "ingredient", "search": "apple"}])) == 1 class TestUnicode(DBTest): def test_unicode(self): rec = self.db.add_rec( { "title": "Comida de \xc1guila", "source": "C\xc6SAR", "category": "C\xc6sar", } ) assert rec.title == "Comida de \xc1guila" assert rec.source == "C\xc6SAR" rec = self.db.modify_rec(rec, {"title": "\xc1 Comida de \xc1guila"}) assert rec.title == "\xc1 Comida de \xc1guila" ing = self.db.add_ing_and_update_keydic({"recipe_id": rec.id, "amount": 1.0, "unit": "\xc1guila", "item": "\xc1guila", "ingkey": "\xc1guila"}) for attr in "unit", "item", "ingkey": assert getattr(ing, attr) == "\xc1guila" class TestIdReservation(DBTest): def test_id_reservation(self): rid = self.db.new_id() rid2 = self.db.new_id() r1 = self.db.add_rec({"title": "intermittent"}) r1i = self.db.add_rec({"title": "intermittent2"}) r12 = self.db.add_rec({"title": "intermittent3"}) r2 = self.db.add_rec({"title": "reserved", "id": rid}) r3 = self.db.add_rec({"title": "reserved2", "id": rid2}) try: assert r2.id == rid except: print("reserved ID", rid) print("fetched ID", r2.id) print("intermittent ID", r1.id) raise for r in [r1, r1i, r12, r2, r3]: self.db.delete_rec(r) img = b"\xff\xd8\xff\xe0\x00\x10JFIF\x00\x01\x01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00C\x00\x08\x06\x06\x07\x06\x05\x08\x07\x07\x07\t\t\x08\n\x0c\x14\r\x0c\x0b\x0b\x0c\x19\x12\x13\x0f\x14\x1d\x1a\x1f\x1e\x1d\x1a\x1c\x1c $.' \",#\x1c\x1c(7),01444\x1f'9=82<.342\xff\xdb\x00C\x01\t\t\t\x0c\x0b\x0c\x18\r\r\x182!\x1c!22222222222222222222222222222222222222222222222222\xff\xc0\x00\x11\x08\x00(\x00#\x03\x01\"\x00\x02\x11\x01\x03\x11\x01\xff\xc4\x00\x1f\x00\x00\x01\x05\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\xff\xc4\x00\xb5\x10\x00\x02\x01\x03\x03\x02\x04\x03\x05\x05\x04\x04\x00\x00\x01}\x01\x02\x03\x00\x04\x11\x05\x12!1A\x06\x13Qa\x07\"q\x142\x81\x91\xa1\x08#B\xb1\xc1\x15R\xd1\xf0$3br\x82\t\n\x16\x17\x18\x19\x1a%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94\x95\x96\x97\x98\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xff\xc4\x00\x1f\x01\x00\x03\x01\x01\x01\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\xff\xc4\x00\xb5\x11\x00\x02\x01\x02\x04\x04\x03\x04\x07\x05\x04\x04\x00\x01\x02w\x00\x01\x02\x03\x11\x04\x05!1\x06\x12AQ\x07aq\x13\"2\x81\x08\x14B\x91\xa1\xb1\xc1\t#3R\xf0\x15br\xd1\n\x16$4\xe1%\xf1\x17\x18\x19\x1a&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94\x95\x96\x97\x98\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00?\x00\xf5\x01#r\xc0\x1c\x01\x92q\xd0S\x9a\xea+x\x1a{\xa9\x92(\x82\x16R\xc7n\xefl\x9e+\x07\xc6z\xf0\xd3$\x16p\xa4A\xf2\xb2d\xb1S\x8eq\xfc'=\xff\x00:\xcf\x9a\xf7Q\xf1O\x85\x9eDB\xa9\x14\xdbJ\xc7\xceO\xe4\x0f\x7f\xd6\xaeUU\xb4*4\x9bj\xfb\x1d5\x9e\xadk}m\xba\x19\xe3\x92U8a\x1b\x02\x05`k\xfe'm1\x84\x0bl\x1d\x87F.F>\xb8\xebShKi\xa0\xe9-4\xf8I\xe7E\r\xba,\x98\xd8\x03\x81\x8c\xe4\xf5\xcf^A\x14\x96\x97:>\xb5rl\xae\x00\xbd\x91\x8b\"\xbbB\xcaz\xfd\xe1\xe9\xeb\xc1\x1c}1I\xc9\xc9+n5\x15\x17\xaa\xba,\xe9\xda\xb5\xd6\xa3a\r\xdb\xa2\xabH2F\x07c\x8f\xe9Etp\xd9\xc1o\x04p\xc5\x10\x11\xc6\xa1T{\n+U-52v\xbe\x86\x0f\x8c\xbc2\xfa\xcc\x90\xdc@3 \xc4dd\x0f\xa7\xf3\xadm\x13H\x87C\xd2\xa2\xb2\x1f31\xdc\xe4\x0e\x0b\x1cg\xf9\x01Z\x8e\xe7#\x18\x1e\xe6\xa2\xbb\xbb\x8a\xd9Y\x9d\x86\xc03\x9a\xc9E'r\xdc\xdb\x8f)\xc6\xfcF\xd3e\xb9\xb3\x82\xea0\xc7h*v\xfey\xff\x00>\x95\x93\xf0\xfbIxo\x1e\xfex\xdbj\x02\xa8I\xfe#\xd7\xf4\xcf\xe7]\xcc\x97\xd1\xdd\xda\xc8\x8a\x98S\xf2\xe5\xfe\\\xfd;\xf1\x8c\xfe\x1d\xba\xd3\x86AX\xc4,\x15F7\xed\x00\x13\xdf\x8c\xf1\xcei{?{\x98~\xd3\xdc\xe5,1%\x89\x07\x03\xd0QF(\xadL\xc9\xd9\xc6*\xa5\xec\"x\n\xed\xdcr\x1b\x1e\xb84QR\x80\xa0\xc8\xb3C\xf6i\"|0\xc6\x0eG\x1f^\xb9\xabS\\}\x968`p\xca\xa3\x01X\xe4\x8f\xc4\xff\x00\x8d\x14U\x89\n\xf7r+m\x8ebT\x01\x8c-\x14QH\x0f\xff\xd9" # noqa: E501 class TestMoreDataStuff(DBTest): def test_image_data(self): r = self.db.add_rec({"image": img}) self.assertEqual(r.image, img) def test_update(self): r = self.db.add_rec({"title": "Foo", "cuisine": "Bar", "source": "Z"}) self.db.update_by_criteria(self.db.recipe_table, {"title": "Foo"}, {"title": "Boo"}) self.assertEqual(self.db.get_rec(r.id).title, "Boo") def test_modify_rec(self): orig_attrs = {"title": "Foo", "cuisine": "Bar", "yields": 7, "yield_unit": "cups"} new_attrs = {"title": "Foob", "cuisine": "Baz", "yields": 4, "yield_unit": "servings"} r = self.db.add_rec(orig_attrs.copy()) for attr, val in list(new_attrs.items()): r = self.db.modify_rec(r, {attr: val}) # Make sure our value changed... self.assertEqual(getattr(r, attr), val, "Incorrect modified value for %s" % attr) # Make sure no other values changed for a, v in list(orig_attrs.items()): if a != attr: self.assertEqual(getattr(r, a), v, "Incorrect original value for %s" % a) # Change back our recipe r = self.db.modify_rec(r, {attr: orig_attrs[attr]}) def test_modify_ing(self): r = self.db.add_rec({"title": "itest"}) orig_attrs = {"item": "Foo", "ingkey": "Bar", "amount": 7, "unit": "cups", "optional": True, "rangeamount": None, "recipe_id": r.id} new_attrs = { "item": "Fooz", "ingkey": "Baz", "amount": 3, "unit": "ounces", "optional": False, "rangeamount": 2, } i = self.db.add_ing(orig_attrs.copy()) for attr, val in list(new_attrs.items()): r = self.db.modify_ing(i, {attr: val}) # Make sure our value changed... self.assertEqual(getattr(r, attr), val, "Incorrect modified value for %s" % attr) # Make sure no other values changed for a, v in list(orig_attrs.items()): if a != attr: self.assertEqual(getattr(r, a), v, "Incorrect original vlaue for %s" % a) # Change back our ingredient... r = self.db.modify_ing(i, {attr: orig_attrs[attr]}) def test_category_none(self): expected = [] r = self.db.add_rec({"title": "Category None Test", "category": None}) result = self.db.get_cats(r) self.assertEqual(expected, result) def test_format_amount_string_from_amount(): ret = db.RecData.format_amount_string_from_amount((0.5, 1)) assert ret == "½-1" ret = db.RecData.format_amount_string_from_amount((1.0, 1.5)) assert ret == "1-1 ½" ret = db.RecData.format_amount_string_from_amount((1.5, 2)) assert ret == "1 ½-2" ret = db.RecData.format_amount_string_from_amount((1.5, 2.5)) assert ret == "1 ½-2 ½" ret = db.RecData.format_amount_string_from_amount((1.5, 2.5)) assert ret == "1 ½-2 ½" gourmand-1.2.0/tests/test_export_manager.py000066400000000000000000000146111510115424500211150ustar00rootroot00000000000000import sys import tempfile import unittest from pathlib import Path import gourmand.backends.db import gourmand.gglobals import gourmand.main from gourmand.exporters.exportManager import EXTRA_PREFS_DEFAULT, ExportManager class SampleRecipeSetterUpper: __single = None @classmethod def instance(cls): if SampleRecipeSetterUpper.__single is None: SampleRecipeSetterUpper.__single = cls() return SampleRecipeSetterUpper.__single recipes = { "simple recipe": { "recipe": { "title": "Simple Test", "cuisine": "Indian", "instructions": "Cook as usual", "modifications": "Unless you want to get fancy", "preptime": 3600, "cooktime": 11239, }, "categories": ["Healthy", "Bread"], "ingredients": [ {"amount": 1, "unit": "cup", "item": "water", "ingkey": "water, municipal"}, {"amount": 2, "unit": "cups", "item": "atta flour", "ingkey": "flour, atta (whole wheat)"}, {"amount": 2, "unit": "Tbs", "item": "salt", "ingkey": "salt, table"}, {"amount": 1, "unit": "tsp", "item": "black pepper", "ingkey": "pepper, black", "optional": True}, ], }, "unicode": { "recipe": {"title": "¡Jalapeño extravaganza!", "yields": 3, "yield_unit": "cups"}, "categories": ["Spicy", "Healthy"], "ingredients": [ {"amount": 1, "unit": "cup", "item": "water", "ingkey": "water, municipal"}, {"amount": 1, "unit": "lb", "item": "jalapeño", "ingkey": "pepper, habañero"}, {"amount": 2, "unit": "más", "item": "habañeros", "ingkey": "pepper, habañero"}, ], }, "formatting": { "recipe": { "title": "Recipe with formatting", "instructions": """These are my instructions I would like to see what you think of them. Aren\'t these pretty nifty?""", "modifications": """These are my notes I would like to see what you think of them. Aren\'t these pretty nifty?""", }, "ingredients": [ {"amount": 1, "unit": "cup", "item": "water", "ingkey": "water, municipal"}, {"amount": 1, "unit": "lb", "item": "jalapeño", "ingkey": "pepper, habañero"}, {"amount": 2, "unit": "más", "item": "habañeros", "ingkey": "pepper, habañero"}, ], }, } def __init__(self): self.db = gourmand.backends.db.get_database() for rec in self.recipes: self.add_rec(self.recipes[rec]) def add_rec(self, recdic): recdic["recipe"]["deleted"] = False r = self.db.add_rec(recdic["recipe"]) recid = r.id print("added rec", r.id) recdic["recipe_id"] = r.id if "categories" in recdic: for c in recdic["categories"]: print("add categories", c) self.db.do_add_cat({"recipe_id": recid, "category": c}) if "ingredients" in recdic: print("Add ingredients...") for i in recdic["ingredients"]: i["recipe_id"] = recid i["deleted"] = False print(i) self.db.add_ings(recdic["ingredients"]) print("done add_rec\n-------") rec = self.db.get_rec(recdic["recipe_id"]) print(rec) print(self.db.get_cats(rec)) print(self.db.get_ings(rec)) print("^^^^^^^^^^^^^^^^^^^^") def setup_sample_recs(): # FIXME: We're instantiating this class for side effects. Rethink that. return SampleRecipeSetterUpper.instance() class TestExportManager(unittest.TestCase): def setUp(self): print("start setUp", file=sys.stderr) self.sample_recs = setup_sample_recs() self.recs = self.sample_recs.recipes print("in setUp 1", file=sys.stderr) self.em = ExportManager.instance() print("in setUp 2", file=sys.stderr) self.db = gourmand.backends.db.get_database() print("finish setUp", file=sys.stderr) def test_multiple_exporters(self): def fail_on_fail(thread, errorval, errortext, tb): self.assertTrue(False, errortext + "\n\n" + tb) for format_name, plugin in list(self.em.plugins_by_name.items()): print(format_name, file=sys.stderr) filters = plugin.saveas_filters ext = filters[-1][-1].strip("*.") recs = [ self.db.get_rec(self.recs["simple recipe"]["recipe_id"]), self.db.get_rec(self.recs["unicode"]["recipe_id"]), self.db.get_rec(self.recs["formatting"]["recipe_id"]), ] with tempfile.TemporaryDirectory() as directory: path = Path(directory, "All." + ext) plugin, exporter = self.em.get_multiple_exporter(recs, str(path), format_name, extra_prefs=EXTRA_PREFS_DEFAULT) exporter.connect("error", fail_on_fail) exporter.do_run() def test_single_export(self): for format_name, plugin in list(self.em.plugins_by_name.items()): filters = plugin.saveas_single_filters ext = filters[-1][-1].strip("*.") for rec, f in [ (self.db.get_rec(self.recs["simple recipe"]["recipe_id"]), "Simple." + ext), (self.db.get_rec(self.recs["unicode"]["recipe_id"]), "Uni." + ext), (self.db.get_rec(self.recs["formatting"]["recipe_id"]), "Formatted." + ext), ]: with tempfile.TemporaryDirectory() as directory: Path(directory, f + ext) self.em.do_single_export(rec, f, format_name, extra_prefs=EXTRA_PREFS_DEFAULT) if hasattr(plugin, "check_export"): print("Checking export for ", plugin, rec, f) fi = open(f, "r") try: plugin.check_export(rec, fi) except Exception: import traceback self.assertEqual(1, 2, "Exporter test for %s on file %s raised error %s" % (plugin, f, traceback.format_exc())) finally: fi.close() gourmand-1.2.0/tests/test_gglobals.py000066400000000000000000000032551510115424500176760ustar00rootroot00000000000000import unittest from unittest.mock import Mock, patch from gourmand.gglobals import _get_link_and_star_color class TestLinkColor(unittest.TestCase): def setUp(self): pass @patch("gourmand.gglobals.Gtk") def test_dark_mode_link_color(self, Gtk): # Closer to 0 is darker. So in dark mode the background # will be a smaller value than the foreground color. dark_bgcolor = Mock() fgcolor = Mock() Gtk.TextView().get_style_context().get_background_color.return_value = dark_bgcolor Gtk.TextView().get_style_context().get_color.return_value = fgcolor fgcolor.red, fgcolor.green, fgcolor.blue = (1, 1, 1) dark_bgcolor.red, dark_bgcolor.green, dark_bgcolor.blue = (0.18, 0.18, 0.19) link_color_actual, star_color_actual = _get_link_and_star_color() self.assertEqual("deeppink", link_color_actual) self.assertEqual("gold", star_color_actual) @patch("gourmand.gglobals.Gtk") def test_light_mode_link_color(self, Gtk): # Closer to 0 is darker. So in light mode the background # will be a larger value than the foreground color. light_bgcolor = Mock() fgcolor = Mock() Gtk.TextView().get_style_context().get_background_color.return_value = light_bgcolor Gtk.TextView().get_style_context().get_color.return_value = fgcolor fgcolor.red, fgcolor.green, fgcolor.blue = (0.13, 0.13, 0.13) light_bgcolor.red, light_bgcolor.green, light_bgcolor.blue = (1, 1, 1) link_color_actual, star_color_actual = _get_link_and_star_color() self.assertEqual("blue", link_color_actual) self.assertEqual("blue", star_color_actual) gourmand-1.2.0/tests/test_image_utils.py000066400000000000000000000146001510115424500204020ustar00rootroot00000000000000from pathlib import Path from gi.repository.GdkPixbuf import Pixbuf from PIL import Image, ImageChops from gourmand.image_utils import ThumbnailSize, bytes_to_image, bytes_to_pixbuf, image_to_bytes, image_to_pixbuf, make_thumbnail, pixbuf_to_image IMAGE = b"\xff\xd8\xff\xe0\x00\x10JFIF\x00\x01\x01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00C\x00\x08\x06\x06\x07\x06\x05\x08\x07\x07\x07\t\t\x08\n\x0c\x14\r\x0c\x0b\x0b\x0c\x19\x12\x13\x0f\x14\x1d\x1a\x1f\x1e\x1d\x1a\x1c\x1c $.' \",#\x1c\x1c(7),01444\x1f'9=82<.342\xff\xdb\x00C\x01\t\t\t\x0c\x0b\x0c\x18\r\r\x182!\x1c!22222222222222222222222222222222222222222222222222\xff\xc0\x00\x11\x08\x00(\x009\x03\x01\"\x00\x02\x11\x01\x03\x11\x01\xff\xc4\x00\x1f\x00\x00\x01\x05\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\xff\xc4\x00\xb5\x10\x00\x02\x01\x03\x03\x02\x04\x03\x05\x05\x04\x04\x00\x00\x01}\x01\x02\x03\x00\x04\x11\x05\x12!1A\x06\x13Qa\x07\"q\x142\x81\x91\xa1\x08#B\xb1\xc1\x15R\xd1\xf0$3br\x82\t\n\x16\x17\x18\x19\x1a%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94\x95\x96\x97\x98\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xff\xc4\x00\x1f\x01\x00\x03\x01\x01\x01\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\xff\xc4\x00\xb5\x11\x00\x02\x01\x02\x04\x04\x03\x04\x07\x05\x04\x04\x00\x01\x02w\x00\x01\x02\x03\x11\x04\x05!1\x06\x12AQ\x07aq\x13\"2\x81\x08\x14B\x91\xa1\xb1\xc1\t#3R\xf0\x15br\xd1\n\x16$4\xe1%\xf1\x17\x18\x19\x1a&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94\x95\x96\x97\x98\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00?\x00\xe4>V\xdaA\x18\xe4\xe3\xf2\xe9\xf5\xcdy\xf8\xacdhB\xcd\xea\xf6=\x8a*\x83v\xa3\x0en\xed\xff\x00\x91\xe6\x1a\xa6\xa3aa\xa8\x1b8ti.\x95c\x04\xb1l3\x12\xa1\xc7\xcb\xe9\xb7'<\xe7\xda\xabL\xda<\xed<)a\x0b\x10\xf1\x88D\x91\xc9\x19\x19nA\xf9\xc6\xe6\xc9\xfb\xa3\x18\xe7\x92\x06k\xaf\xf1\x0e\x97\x05\xecwK\x1c&\x061$\x89r\x8aN\x19K\xa0\x19\xff\x00gh'\x9e\x84\xf1\xc0\xae\x1fX\xf0\xce\xa5\xe1\xeb\x1b\xab\xaf\xb4\x19\xad\xb2\xe3.\xe4\x1d\x81\xd9Q\xb8a\xbb\x8d\xa7\x1d>`0y\xc7\x1d\xc8\xc0\xc8\x1b\xca0\x0c\xd8>\x98\xe7\x1dG\xb9\xack-m\xf5 Y_\x13\x81\x86Y0\x00u9F\xfa\x11\x95ls\xd3\x18\xebSx\x9d\xdd\xb4\x99\xf6\xc7\x1c\xa2\tR\xe8,\x8b\xb8\x18\xcepq\xdb\x9c\x83\x9cp\x0fj\xc2\x8c'N\xb4c#v\x94]\xdfC\x90\x1al\xd6\xf3\xc14n&\x10a\xd8FD\xa9\x8c\xee\xc3\x1e\x98\xc7\\\x8cu\xe3\x83Oh\xed\xafn\x1eb\x02\xc8K\xb7\x99\x1a\xacJI#\x92\xb9 \x01\x9e\x8a=ES\xb2\xd4r\x0f\x90\x88\x19\x95\x91\xd5Qy\x18\x03;\x9b\xd7\xd3\x1c~&\xa4\x9e\xed\xadd\xcd\xc5\x8a\x1b|\xf9\x91\xc2\xdb\x95;g\x95 \xf4\xc089\xe7\xb7oe\xa9\xb7g\xb8\x9chJ\x1c\xd6\xd3\xf06\xc6\xa1\x05\xacN\xdat\xf1\xc4\x92H\xa08\x8b\xcc\x01\x9599e\xca\x82\xdb\x8f\x1d8\xe7\x8a\xed\x7f\xe1/\x97\xfe\x83W\xdf\xf8\x0c\x7f\xf8\xe5y\x9e\x95\x04z\x84\x90\xc2\xf3G\xb4\xfc\xca\xb1\x92\x19Opr9\xcf\xe3\xd3\xadv_\xf0\x8fC\xfd\xc7\xff\x00\xbf\xa7\xfck\x87\x13*P\x92S\xdc\xea\xa1JUax\xda\xc7\xab\xf8\x97\xc3\xd2\xeb2\xc5s\x04\x89\xbd\x13o\x96\xdcg\xa9\xe0\xfa\xf2k\x89\xb9\xf0V\xa3\xe6\xaf\x9dc\xba<\x82\xeb\xb3\x7f\xe5\x8c\xd1E^;\t\x18\xc9\xd4\x8bi\x9e^\x0f4\xadN\x92\x86\x8d\x14\xb5O\x03\xdd\\\x1f:\xde\xda\xee\x19@\xc0dF\xc0\x1f\x88\xe4U{%\xbc\xd2\xe5\xfb'\x88bH\xe3\xc3\x08&*\x0bc\x8d\xc0\xa8\xfe\x13\x90N{\xe4v\xc2\x94W\r;\xca\x9f,\x9d\xce\x87\x8c\x95o\x8a(\xc9\xd4|\x05\x03y\x97\x9a=\xf8\x95\x18\x9d\xd1,\x8a\xeb\x9c\xf4\xdcH\xc68\x1d\xcf\xb9\xac4\x86\xe2\t>\xcf\xa8\x15a\x06\n\xae\xef0\x03\x9fO\xc4\x9e\xbe\xbf\x81Et\xd2\xafRW\x8c\x9d\xeckEZ\\\x8bc\xba\xf0\xa7\x83b\xd4\xb5e\x96+E\x8a CHW?\"\xfdOs\xfa\xfeu\xeb\xff\x00\xd8Zg\xfc\xf8\xdb\xff\x00\xdf\xa1\xfe\x14Q]X*J\xa49\xe7\xabg\x0eg\x88\x9a\xae\xe9\xc7E\x1d\x8f\xff\xd9" # noqa: E501 def test_make_thumbnail(): # TODO: Switch to using resources instead of hard-coded paths path = Path(__file__) logo = path.parent.parent / "src" / "gourmand" / "data" / "images" / "splash.png" thumbnail = make_thumbnail(str(logo)) x, y = thumbnail.size assert y == 127 assert x == 256 thumbnail = make_thumbnail(str(logo), ThumbnailSize.SMALL) x, y = thumbnail.size assert y == 63 assert x == 128 def test_image_utils(): image = bytes_to_image(IMAGE) bytes_ = image_to_bytes(image) image2 = bytes_to_image(bytes_) assert ImageChops.difference(image, image2).getbbox() == (0, 0, 57, 40) def test_bytes_to_pixbuf(): pixbuf = bytes_to_pixbuf(IMAGE) assert isinstance(pixbuf, Pixbuf) def test_pixbuf_to_image(): pixbuf = bytes_to_pixbuf(IMAGE) image = pixbuf_to_image(pixbuf) assert isinstance(image, Image.Image) def test_image_to_pixbuf(): image = bytes_to_image(IMAGE) pixbuf = image_to_pixbuf(image) assert isinstance(pixbuf, Pixbuf) gourmand-1.2.0/tests/test_importer.py000066400000000000000000000067111510115424500177450ustar00rootroot00000000000000import unittest from gourmand.importers import importer class TestImporter(unittest.TestCase): def setUp(self): self.i = importer.Importer() def _get_last_rec_(self): return self.i.added_recs[-1] def test_recipe_import(self): self.i.start_rec() attrs = [("title", "Foo"), ("cuisine", "Bar"), ("yields", 3), ("yield_unit", "cups")] for att, val in attrs: self.i.rec[att] = val self.i.commit_rec() rec = self._get_last_rec_() for att, val in attrs: self.assertEqual(getattr(rec, att), val) def test_ingredient_import(self): self.i.start_rec() self.i.rec["title"] = "Ingredient Import Test" self.i.start_ing() self.i.add_amt(2) self.i.add_unit("cups") self.i.add_item("water") self.i.commit_ing() self.i.commit_rec() ings = self.i.rd.get_ings(self._get_last_rec_()) self.assertEqual(len(ings), 1) ing = ings[0] self.assertEqual(ing.amount, 2) self.assertEqual(ing.unit, "cups") self.assertEqual(ing.item, "water") class ImporterTest(unittest.TestCase): def setUp(self): self.importer = importer.Importer() def test_parse_simple_yields(self): assert self.importer.parse_yields("3 cups") == (3, "cups") assert self.importer.parse_yields("7 servings") == (7, "servings") assert self.importer.parse_yields("12 muffins") == (12, "muffins") assert self.importer.parse_yields("10 loaves") == (10, "loaves") def test_parse_complex_yields(self): assert self.importer.parse_yields("Makes 12 muffins") == (12, "muffins") assert self.importer.parse_yields("Makes 4 servings") == (4, "servings") assert self.importer.parse_yields("Serves 7") == (7, "servings") def test_parse_fractional_yields(self): assert self.importer.parse_yields("Makes 4 3/4 muffins") == (4.75, "muffins") assert self.importer.parse_yields("Makes 4 3/4") == (4.75, "servings") assert self.importer.parse_yields("19/4") == (4.75, "servings") assert self.importer.parse_yields("Makes 19/4") == (4.75, "servings") @unittest.expectedFailure def test_failed_parsing_fractional_yields(self): assert self.importer.parse_yields("Makes 19/4") == (4.75, "muffins") class RatingConverterTest(unittest.TestCase): def setUp(self): class FakeDB: recs = dict([(n, {}) for n in range(20)]) def get_rec(self, n): return n def modify_rec(self, n, d): for attr, val in list(d.items()): self.recs[n][attr] = val self.db = FakeDB() def test_automatic_converter(self): rc = importer.RatingConverter() tests = [("good", 6), ("Great", 8), ("Excellent", 10), ("poor", 2), ("okay", 4)] for n, (rating, number) in enumerate(tests): rc.add(n, rating) self.db.recs[n]["rating"] = rating rc.do_conversions(self.db) print("Conversions: ") for n, (rating, number) in enumerate(tests): print("Converted", rating, "->", self.db.recs[n]["rating"]) self.assertEqual(number, self.db.recs[n]["rating"]) def test_string_to_rating_converter(self): assert importer.string_to_rating("4/5 stars") == 8 assert importer.string_to_rating("3 1/2 / 5 stars") == 7 assert importer.string_to_rating("4/10 stars") == 4 gourmand-1.2.0/tests/test_imports_from_files.py000066400000000000000000000137351510115424500220120ustar00rootroot00000000000000import re import unittest from pathlib import Path from gourmand.backends.db import RecipeManager from gourmand.importers.importManager import ImportFileList, ImportManager from gourmand.plugins.import_export.mastercook_import_plugin.mastercook_plaintext_importer import Tester as MCTester TEST_FILE_DIRECTORY = Path(__file__).parent / "recipe_files" class ThreadlessImportManager(ImportManager): def get_app_and_prefs(self): self.prefs = {} def do_import(self, importer_plugin, method, *method_args): # No threading, for profiling purposes! try: importer = getattr(importer_plugin, method)(*method_args) except ImportFileList as ifl: # recurse with new filelist... self.import_filenames(ifl.filelist) else: if hasattr(importer, "pre_run"): importer.pre_run() importer.run() self.follow_up(None, importer) class ImportTest(unittest.TestCase): @classmethod def setUpClass(cls): cls.im = ThreadlessImportManager.instance() cls.db = RecipeManager.instance_for() def run_test(self, d): self.db.delete_by_criteria(self.db.recipe_table, {"title": d["test"]["title"]}) filename = str(TEST_FILE_DIRECTORY / d["filename"]) self.im.import_filenames([filename]) self.do_test(d["test"]) def do_test(self, test): recs = self.db.search_recipes([{"column": "deleted", "search": False, "operator": "="}, {"column": "title", "search": test["title"], "operator": "="}]) assert recs, 'No recipe found with title "%s".' % test["title"] rec = recs[0] ings = self.db.get_ings(rec) if test.get("all_ings_have_amounts", False): for i in ings: assert i.amount, (i, i.amount, i.unit, i.item, "has no amount!") if test.get("all_ings_have_units", False): for i in ings: assert i.unit, (i, i.amount, i.unit, i.item, "has no unit") for blobby_attribute in ["instructions", "modifications"]: if test.get(blobby_attribute, False): match_text = test[blobby_attribute] assert re.match(match_text, getattr(rec, blobby_attribute)), "%s == %s != %s" % (blobby_attribute, getattr(rec, blobby_attribute), match_text) for non_blobby_attribute in ["source", "cuisine", "preptime", "cooktime"]: if test.get(non_blobby_attribute, None) is not None: assert getattr(rec, non_blobby_attribute) == test[non_blobby_attribute], "%s == %s != %s" % ( non_blobby_attribute, getattr(rec, non_blobby_attribute), test[non_blobby_attribute], ) if test.get("categories", None): cats = self.db.get_cats(rec) for c in test.get("categories"): assert c in cats, "Found no category %s, only %s" % (c, cats) cats.remove(c) assert not cats, "Categories include %s not specified in %s" % (cats, test["categories"]) print("Passed test:", test) def run_test_2(self, d): self.db.delete_by_criteria(self.db.recipe_table, {"title": d["test"]["title"]}) filename = str(TEST_FILE_DIRECTORY / d["filename"]) self.im.import_filenames([filename]) self.do_test_2(d["test"]) def do_test_2(self, test): recs = self.db.search_recipes([{"column": "deleted", "search": False, "operator": "="}, {"column": "title", "search": test["title"], "operator": "="}]) assert recs, 'No recipe found with title "%s".' % test["title"] rec = recs[0] for blobby_attribute in ["instructions", "modifications"]: if test.get(blobby_attribute, False): match_text = test[blobby_attribute] assert match_text == getattr(rec, blobby_attribute) def progress(self, bar, msg): pass def test_mastercook(self): self.run_test( { "filename": "athenos1.mx2", "test": { "title": "5 Layer Mediterranean Dip", "all_ings_have_amounts": True, "all_ings_have_units": True, }, } ) def test_mealmaster(self): self.run_test( { "filename": "mealmaster.mmf", "test": { "title": "Almond Mushroom Pate", "categories": ["Appetizers"], "servings": 6, }, } ) def test_krecipes(self): self.run_test( { "filename": "sample.kreml", "test": { "title": "Recipe title", "source": "Unai Garro, Jason Kivlighn", "categories": ["Ethnic", "Cakes"], "servings": 5, "preptime": 90 * 60, "instructions": "Write the recipe instructions here", }, } ) def test_mycookbook(self): self.run_test( { "filename": "mycookbook.mcb", "test": { "title": "Best Brownies", "link": "https://www.allrecipes.com/recipe/10549/best-brownies/", }, } ) def test_grmt_formatting_and_special_chars(self): self.run_test_2( { "filename": "special_chars.grmt", "test": { "title": "Yes special characters - Origx2", "instructions": 'less than bold <\ngreater than italic >\nampersand underlined &\nAll 10 symbols above nu\ mbers !@#$%^&*()', }, } ) def test_mastercook_file_tester(): filename = TEST_FILE_DIRECTORY / "mastercook_text_export.mxp" tester = MCTester() assert tester.test(filename) gourmand-1.2.0/tests/test_interactive_importer.py000066400000000000000000000056571510115424500223520ustar00rootroot00000000000000import unittest from bs4 import BeautifulSoup from gourmand.importers import interactive_importer class TestGetImages(unittest.TestCase): def test_get_images(self): html = """

Turismo de Tenerife
""" soup = BeautifulSoup(html, "html.parser") images = list(interactive_importer._get_images(soup)) self.assertListEqual(["https://www.webtenerifefr.com/-/media/project/webtenerife/common/logos_tenerife/tenerife_logo_degradado_fra.svg"], images) class TestConvenientImporter(unittest.TestCase): def setUp(self): self.ci = interactive_importer.ConvenientImporter() def test_import(self): self.ci.start_rec() self.ci.add_attribute("title", "Test") self.ci.add_attribute("category", "foo") self.ci.add_attribute("category", "bar") self.ci.add_ings_from_text( """6 garlic cloves, peeled 1/2 pound linguine 1/4 cup plus 1 tablespoon olive oil 2 to 2 1/2 pounds small fresh squid (about 10), cleaned and cut into 3/4-inch thick rings, tentacles cut in half* 1 1/2 teaspoons Baby Bam or Emeril's Original Essence, to taste 1/4 cup chopped green onions 1 teaspoon crushed red pepper, or to taste 1/4 teaspoon salt 1/4 cup fish stock, shrimp stock, or water 2 tablespoons fresh lemon juice 1 tablespoon unsalted butter 1/4 cup chopped fresh parsley leaves 1/2 cup freshly grated Parmesan""" ) self.ci.commit_rec() rec = self.ci.added_recs[-1] self.assertEqual(rec.title, "Test") cats = self.ci.rd.get_cats(rec) cats.sort() self.assertEqual(len(cats), 2) self.assertEqual(cats[0], "bar") self.assertEqual(cats[1], "foo") ings = self.ci.rd.get_ings(rec) self.assertEqual(len(ings), 13) self.assertEqual(ings[1].amount, 0.5) self.assertEqual(ings[1].unit, "pound") self.assertEqual(ings[1].item, "linguine") gourmand-1.2.0/tests/test_mycookbook_exporter.py000066400000000000000000000006171510115424500222070ustar00rootroot00000000000000import unittest from gourmand.plugins.import_export.mycookbook_plugin.mycookbook_exporter import sanitize_image_name class RectoMCBTest(unittest.TestCase): def test_sanitize_image_name(self): input_name = "Brownies w/ caram/el" result = sanitize_image_name(input_name) self.assertEqual("Brownies with caramel", result) if __name__ == '__main__': unittest.main() gourmand-1.2.0/tests/test_nutritional_information.py000066400000000000000000000012201510115424500230470ustar00rootroot00000000000000from unittest.mock import Mock import pytest from gourmand.plugins.nutritional_information.nutrition import NutritionData @pytest.mark.parametrize( "description, mock_content, expected", [("", ["", ""], []), ("with", ["", ""], []), ("what a str", ["str", 5], [("str", 5)])], ) def test_get_matches(description, mock_content, expected): content_mock = Mock() content_mock.desc = mock_content[0] content_mock.ndbno = mock_content[1] mock_db = Mock() mock_db.search_nutrition = Mock(return_value=(content_mock,)) nd = NutritionData(db=mock_db, conv=None) ret = nd.get_matches(description) assert ret == expected gourmand-1.2.0/tests/test_pango_html.py000066400000000000000000000246641510115424500202430ustar00rootroot00000000000000from gourmand.gtk_extras.pango_html import PangoToHtml def test_convert_colors_to_html(): val = "0:0:0" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#000000" val = "ffff:0:0" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#ff0000" val = "0:ffff:0" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#00ff00" val = "0:0:ffff" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#0000ff" val = "ffff:ffff:ffff" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#ffffff" val = "0:00000000:ffff" # add some arbitrary amounts of leading zeroes ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#0000ff" val = "ff00:d700:0000" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#fed600" # Gold val = "ffff:1414:9393" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#ff1493" # Deep Pink val = "4747:5f5f:9494" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#475f94" # Some Blue val = "00fd:ffdc:ff5c" ret = PangoToHtml.pango_to_html_hex(val) assert ret == "#00fefe" # Some other blue def test_pango_markup_to_html(): # These are examples found throughout the application pango_markup = b'GTKTEXTBUFFERCONTENTS-0001\x00\x00\x07Z \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nThis is bold. This is italic\n This is bold, italic, and underlined!\n This is a test of bg color\n This is a test of fg color\n This is a test of fg and bg color\n +\n\n' # noqa: E501 expected = 'This is bold. This is italic\n This is bold, italic, and underlined!\n This is a test of bg color\n This is a test of fg color\n This is a test of fg and bg color\n +' # noqa: E501 ret = PangoToHtml().feed(pango_markup) assert ret == expected links = {"a link": "foo", "fancy, fancy": "fancy_desc", "recipe link": "123:foo", "¼ recipe boogoochooboo": "456:boo"} pango_markup = b'GTKTEXTBUFFERCONTENTS-0001\x00\x00\x07\xfa \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nThis is some text\n Some fancy, fancy, text.\n This is a link, a\n fancy, fancy link.\n\n recipe link\n\n \xc2\xbc recipe boogoochooboo\n\n Yeah!\n \n\n' # noqa: E501 expected = 'This is some text\n Some fancy, fancy, text.\n This is a link, a\n fancy, fancy link.\n\n recipe link\n\n ¼ recipe boogoochooboo\n\n Yeah!\n ' # noqa: E501 ret = PangoToHtml().feed(pango_markup, links) assert ret == expected pango_markup = b'GTKTEXTBUFFERCONTENTS-0001\x00\x00\x01i \n \n \n \n \n \n \n \n \nddffddffddff\n\n' # noqa: E501 expected = "ddffddffddff" ret = PangoToHtml().feed(pango_markup) assert ret == expected links = { "1/2 hour": "1/2 hour", "three days": "three days", "20 to 30 minutes": "20 minutes", "two and a half hours": "two and a half hours", "25 seconds": "25 seconds", } pango_markup = b'GTKTEXTBUFFERCONTENTS-0001\x00\x00\x07\x1c \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nCook potatoes for 1/2 hour.\n\n When you are finished, leave in the refrigerator for up to three days.\n\n After that, boil onions for 20 to 30 minutes.\n\n When finished, bake everything for two and a half hours.\n\n 15-25 seconds.\n \n\n' # noqa: E501 expected = """Cook potatoes for 1/2 hour. When you are finished, leave in the refrigerator for up to three days. After that, boil onions for 20 to 30 minutes. When finished, bake everything for two and a half hours. 15-25 seconds. """ ret = PangoToHtml().feed(pango_markup, links, ignore_links=True) assert ret == expected pango_markup = b'GTKTEXTBUFFERCONTENTS-0001\x00\x00\x01t \n \n \n \n \n \n \n \n \nHello\n\n' # noqa: E501 ret = PangoToHtml().feed(pango_markup) assert ret == "Hello" def test_unsupported_pango_attributes(): # Check that unsupported attributes are ignored, such as typo highlighting # ie. PANGO_UNDERLINE_ERROR pango_markup = b'GTKTEXTBUFFERCONTENTS-0001\x00\x00\x01\x18 \n \n \n \n \n \nhel lo \n\n' # noqa: E501 ret = PangoToHtml().feed(pango_markup) assert ret == "hel lo " gourmand-1.2.0/tests/test_pdf_exporter.py000066400000000000000000000021661510115424500206050ustar00rootroot00000000000000"""This test may leave marks in the user preferences file.""" from unittest import mock from gourmand.plugins.import_export.pdf_plugin.pdf_exporter import PdfPrefGetter def test_get_args_from_opts(tmp_path): with mock.patch("gourmand.gglobals.gourmanddir", tmp_path): pref_getter = PdfPrefGetter() options = ( ["Paper _Size:", "Letter"], ["_Orientation:", "Portrait"], ["_Font Size:", 42], ["Page _Layout", "Plain"], ["Left Margin:", 70.86614173228347], ["Right Margin:", 70.86614173228347], ["Top Margin:", 70.86614173228347], ["Bottom Margin:", 70.86614173228347], ) expected = { "pagesize": "letter", "pagemode": "portrait", "base_font_size": 42, "mode": ("column", 1), "left_margin": 70.86614173228347, "right_margin": 70.86614173228347, "top_margin": 70.86614173228347, "bottom_margin": 70.86614173228347, } ret = pref_getter.get_args_from_opts(options) assert ret == expected gourmand-1.2.0/tests/test_prefs.py000066400000000000000000000027001510115424500172150ustar00rootroot00000000000000from pathlib import Path from sys import version_info import pytest if version_info >= (3, 11): from tomllib import loads as toml_loads else: from tomli import loads as toml_loads from tomli_w import dumps as toml_dumps from gourmand.prefs import Prefs, update_preferences_file_format def test_singleton(): prefs = Prefs.instance() pprefs = Prefs.instance() assert prefs == pprefs def test_get_sets_default(): """Test that using get with a default value adds it to the dictionnary""" prefs = Prefs.instance() val = prefs.get("key", "value") assert val == val assert prefs["key"] == val # The value was inserted val = prefs.get("anotherkey") assert val is None with pytest.raises(KeyError): prefs["anotherkey"] def test_update_preferences_file_format(tmpdir): """Test the update of preferences file format.""" filename = tmpdir.join("preferences.toml") with open(filename, "w") as fout: fout.write(toml_dumps({"sort_by": {"column": "title", "ascending": True}})) update_preferences_file_format(Path(tmpdir)) with open(filename) as fin: d = toml_loads(fin.read()) assert "category" not in d["sort_by"].keys() assert d["sort_by"]["title"] with open(filename, "w") as fout: fout.write(toml_dumps({})) update_preferences_file_format(Path(tmpdir)) with open(filename) as fin: d = toml_loads(fin.read()) assert d == {} gourmand-1.2.0/tests/test_reccard.py000066400000000000000000000264771510115424500175220ustar00rootroot00000000000000from unittest import mock from unittest.mock import Mock import gi from gourmand.main import get_application from gourmand.reccard import RecCard, RecCardDisplay, add_with_undo gi.require_version("Gtk", "3.0") VERBOSE = True def print_(*msg): if VERBOSE: print(*msg) def assert_with_message(callable_, description): try: assert callable_() except AssertionError: print("FAILED:", description) raise else: if VERBOSE: print("SUCCEEDED:", description) def add_save_and_check(rc, lines_groups_and_dc): idx = rc._RecCard__rec_editor.module_tab_by_name["ingredients"] ing_controller = rc._RecCard__rec_editor.modules[idx].ingtree_ui.ingController # All ingredient addition actions pass through add_with_undo ing_editor = ing_controller.ingredient_editor_module added = [] for line, group, _desc in lines_groups_and_dc: # TODO: We ignore this for now, but is this code indeed correct? # Issue of B023: `line` is a loop variable and part of the lambda body. Which `line` value is used for the actual call? add_with_undo(ing_editor, lambda *args: added.append(ing_editor.add_ingredient_from_line(line, group_iter=group))) # noqa: B023 history = ing_editor.history print_("add_save_and_check REVERT history:", history) added = [ing_controller.get_persistent_ref_from_iter(i) for i in added] # Make a save via the callback, which would normally be called via the # Save button in the recipe editor window. rc._RecCard__rec_editor.save_cb(None) ings = rc._RecCard__rec_gui.rd.get_ings(rc.current_rec) check_ings([i[2] for i in lines_groups_and_dc], ings) print_("add_save_and_check.return:", lines_groups_and_dc, "->", added) return added def check_ings(check_dics, ings): """Given a list of dictionaries of properties to check and ingredients, check that our ingredients have those properties. We assume our check_dics refer to the last ingredients in the list ings """ n = -1 check_dics.reverse() for dic in check_dics: for k, expected in dic.items(): val = None try: val = getattr(ings[n], k) assert val == expected except (AssertionError, IndexError) as error: msg = f"{k} is {val}, should be {expected} in entry {ings} for index {n}" raise AssertionError(msg) from error n -= 1 def do_ingredients_editing(rc): """In a recipe card, test ingredient editing""" # Show the ingredients tab mock_button = Mock() mock_button.get_name = Mock(return_value="ingredients") rc.show_edit(mock_button) # Create an new ingredient group idx = rc._RecCard__rec_editor.module_tab_by_name["ingredients"] ing_controller = rc._RecCard__rec_editor.modules[idx].ingtree_ui.ingController i_group = ing_controller.add_group("Foo bar") print_("Testing ingredient editing - add 4 ingredients to a group.") add_save_and_check( rc, [ ["1 c. sugar", i_group, {"amount": 1.0, "unit": "c.", "item": "sugar", "inggroup": "Foo bar"}], ["2 c. silly; chopped and sorted", i_group, {"amount": 2.0, "unit": "c.", "ingkey": "silly", "inggroup": "Foo bar"}], ["3 lb. very silly", i_group, {"amount": 3.0, "unit": "lb.", "item": "very silly", "inggroup": "Foo bar"}], ["4 tbs. strong silly", i_group, {"amount": 4.0, "unit": "tbs.", "item": "strong silly", "inggroup": "Foo bar"}], ], ) print_("Ingredient editing successful") def do_ingredients_undo(rc): """In a recipe card, test adding ingredients and undoing that""" # Show the ingredients tab mock_button = Mock() mock_button.get_name = Mock(return_value="ingredients") rc.show_edit(mock_button) # Create a group with a single ingredient, adding more ingredients will # require more reverts. ings_groups_and_dcs = [["1 c. oil", None, {"amount": 1, "unit": "c.", "item": "oil"}]] # TODO: change 1 cup of oil to 1.5 refs = add_save_and_check(rc, ings_groups_and_dcs) idx = rc._RecCard__rec_editor.module_tab_by_name["ingredients"] ing_controller = rc._RecCard__rec_editor.modules[idx].ingtree_ui.ingController del_iter = [ing_controller.get_iter_from_persistent_ref(r) for r in refs] print_(f"refs: {refs}") print_(f"-> {del_iter}") # Delete the ingredients from the recipe card ing_controller.delete_iters(*del_iter) history = ing_controller.ingredient_editor_module.history print_(f"test_ing_undo - just deleted - UNDO HISTORY: {history}") # Make a save via the callback, which would normally be called via the # Save button in the recipe editor window. rc._RecCard__rec_editor.save_cb(None) # Try to access the previously added ingredient. # If that raises an AssertionError, it means that the deletion # worked as expected. try: ings = rc._RecCard__rec_gui.rd.get_ings(rc.current_rec) check_ings([i[2] for i in ings_groups_and_dcs], ings) except AssertionError: print_("Deletion worked!") else: print_([i[2] for i in ings_groups_and_dcs]) print_("corresponds to") print_([(i.amount, i.unit, i.item) for i in ings_groups_and_dcs]) raise Exception("Ingredients Not Deleted!") # The meat of this test is to undo the deletion. # Undo the deletion and save the card. The content should now be # what it was at the beginning. # Make a revert via the callback, which would normally be done via the # Revert button in the recipe editor window. action = ing_controller.ingredient_editor_module.action_groups[0].get_action("Undo") action.activate() history = ing_controller.ingredient_editor_module.history print_(f"test_ingredient_revert: reverted - history: {history}") rc._RecCard__rec_editor.save_cb(None) # Check that our ingredients have been put back properly by the undo action print_("Checking for ", [i[2] for i in ings_groups_and_dcs]) print_("Checking in ", rc._RecCard__rec_gui.rd.get_ings(rc.current_rec)) check_ings([i[2] for i in ings_groups_and_dcs], rc._RecCard__rec_gui.rd.get_ings(rc.current_rec)) print_("Deletion revert worked!") def do_ingredients_group_editing(rc): # Show the ingredients tab mock_button = Mock() mock_button.get_name = Mock(return_value="ingredients") rc.show_edit(mock_button) idx = rc._RecCard__rec_editor.module_tab_by_name["ingredients"] ing_ui = rc._RecCard__rec_editor.modules[idx].ingtree_ui ing_controller = ing_ui.ingController test_group = "TEST GROUP" # The test relies on the first item being a group itr = ing_controller.imodel.get_iter( 0, ) # Test setting a group ing_ui.change_group(itr, test_group) rc._RecCard__rec_editor.save_cb(None) ings = rc._RecCard__rec_gui.rd.get_ings(rc.current_rec) assert ings[0].inggroup == test_group print_(f'Group successfully changed to "{test_group}"') # Test undoing the group action = ing_ui.ingredient_editor_module.action_groups[0].get_action("Undo") action.activate() rc._RecCard__rec_editor.save_cb(None) ings = rc._RecCard__rec_gui.rd.get_ings(rc.current_rec) assert ings[0].inggroup != test_group print_("Undo of group change worked.") def do_undo_save_sensitivity(rc): # Show the description tab mock_button = Mock() mock_button.get_name = Mock(return_value="description") rc.show_edit(mock_button) # Make a save via the callback, which would normally be called via the # Save button in the recipe editor window. rc._RecCard__rec_editor.save_cb(None) # Check that the `save` and `revert` push buttons are disabled. action = rc._RecCard__rec_editor.mainRecEditActionGroup.get_action("Save") is_enabled = action.get_sensitive() assert not is_enabled, "Save Button not de-sensitized after save" action = rc._RecCard__rec_editor.mainRecEditActionGroup.get_action("Revert") is_enabled = action.get_sensitive() assert not is_enabled, "Revert Button not de-sensitized after save" # preptime, cooktime, and rating are intentionally strings. test_values = {"preptime": "½ hours", "cooktime": "1 hour", "title": "Foo bar", "cuisine": "Mexican", "category": "Entree", "rating": "8"} card_display = RecCardDisplay(rc, rc._RecCard__rec_gui, rc.current_rec) idx = rc._RecCard__rec_editor.module_tab_by_name["description"] undo_action = rc._RecCard__rec_editor.modules[idx].action_groups[0].get_action("Undo") redo_action = rc._RecCard__rec_editor.modules[idx].action_groups[0].get_action("Redo") save_action = rc._RecCard__rec_editor.mainRecEditActionGroup.get_action("Save") for wname, value in test_values.items(): # Get the widget from the RecCardDisplay widget = getattr(card_display, f"{wname}Display") print_(f"TESTING {wname}") orig_value = widget.get_text() widget.set_text(value) get_method = widget.get_text print_(f"Set with set_text({value})") msg = f"{wname} not set correctly: {get_method()}, should be {value}" assert get_method() == value, msg action = rc._RecCard__rec_editor.mainRecEditActionGroup.get_action("Save") is_enabled = action.get_sensitive() assert not is_enabled, "Save button not de-sensitized after save" action = rc._RecCard__rec_editor.mainRecEditActionGroup.get_action("Revert") is_enabled = action.get_sensitive() assert not is_enabled, "Revert button not de-sensitized after save" print_("-- Hitting Undo") undo_action.activate() value = get_method() msg = f"Value of {wname} is {value}, should be {orig_value}" assert value == orig_value, msg action = rc._RecCard__rec_editor.mainRecEditActionGroup.get_action("Save") is_enabled = action.get_sensitive() assert not is_enabled, f"Save should be desensitized after unsetting {wname}" print_("-- Hitting 'REDO'") redo_action.activate() if orig_value and isinstance(value, int): print_("(Hitting redo a second time for text...)") redo_action.activate() current = get_method() msg = f"Value of {wname} is {current}, should be {value}" assert current == value, msg assert not save_action.get_sensitive(), f"Save sensitized after setting {wname} via REDO" print_("-- Hitting UNDO again") undo_action.activate() if orig_value and isinstance(value, int): print_("(Hitting UNDO a second time for text)") undo_action.activate() assert get_method() == orig_value, "Value incorrect after UNDO->REDO->UNDO" assert not save_action.get_sensitive(), f"Save desensitized after undo->redo->undo of {wname}" print_("DONE TESTING", wname) def test_reccard(tmp_path): with mock.patch("gourmand.gglobals.gourmanddir", tmp_path): rec_gui = get_application() rec_card = RecCard(rec_gui) do_ingredients_editing(rec_card) print("Ingredient Editing test passed!") do_ingredients_undo(rec_card) print("Ingredient Revert test passed!") # do_undo_save_sensitivity(rec_card) print("Undo properly sensitizes save widget.") do_ingredients_group_editing(rec_card) print("Ing Group Editing works.") gourmand-1.2.0/tests/test_reccard_sortby.py000066400000000000000000000040001510115424500210760ustar00rootroot00000000000000from unittest import mock from gourmand.main import get_application from gourmand.reccard import RecSelector def test_sort_by(tmp_path): """Test the sort_by property of the RecSelector class.""" with mock.patch("gourmand.gglobals.gourmanddir", tmp_path): rec_gui = get_application() # Mock UI-related calls within the RecSelector constructor to prevent # windows from being created during the test run. with mock.patch("gourmand.reccard.RecIndex.__init__", return_value=None), \ mock.patch("gi.repository.Gtk.Dialog") as mock_dialog, \ mock.patch("gi.repository.Gtk.Builder.get_object"): # The RecSelector constructor calls self.dialog.run(). We ensure the mock # for Gtk.Dialog doesn't block the test execution. mock_dialog.return_value.run.return_value = None # The RecSelector constructor expects an IngredientEditorModule instance. # We can mock this dependency. mock_ing_editor = mock.Mock() # Instantiate the class under test rec_selector = RecSelector(rec_gui, mock_ing_editor) # Test setting the sort_by property sort_order = [("name", 1), ("rating", -1)] rec_selector.sort_by = sort_order # Test the getter - use set to ignore order assert set(rec_selector.sort_by) == set(sort_order) # Test the underlying preference. RecSelector and rec_gui share # the same singleton Prefs instance. expected_prefs = {"name": True, "rating": False} assert rec_gui.prefs.get("sort_by") == expected_prefs # Test setting an empty value rec_selector.sort_by = [] assert "sort_by" not in rec_gui.prefs # Test setting to None rec_selector.sort_by = sort_order # set it again assert "sort_by" in rec_gui.prefs rec_selector.sort_by = None assert "sort_by" not in rec_gui.prefs gourmand-1.2.0/tests/test_time_scanner.py000066400000000000000000000070611510115424500205520ustar00rootroot00000000000000import unittest from gourmand.timeScanner import make_time_links class TimeScannerTest(unittest.TestCase): def test_single_time(self): text = "Bake for 15 minutes or until slightly brown." expected = 'Bake for 15 minutes or until slightly brown.' result = make_time_links(text) self.assertEqual(expected, result) def test_multiple_single_time(self): text = "Bake for 15 minutes or until slightly brown. Refrigerate 3 hours, until cooled." expected = 'Bake for 15 minutes or until slightly brown. Refrigerate 3 hours, until cooled.' result = make_time_links(text) self.assertEqual(expected, result) def test_time_range_with_to(self): text = "Bake for 15 to 20 minutes." expected = 'Bake for 15 to 20 minutes.' result = make_time_links(text) self.assertEqual(expected, result) def test_time_range_with_dash_no_spaces(self): text = "Bake for 15-20 minutes." expected = 'Bake for 15-20 minutes.' result = make_time_links(text) self.assertEqual(expected, result) def test_time_range_with_dash_with_spaces(self): text = "Bake for 15 - 20 minutes." expected = 'Bake for 15 - 20 minutes.' result = make_time_links(text) self.assertEqual(expected, result) def test_time_range_multiple_types(self): text = ("Mix cream cheese, sugar and vanilla with electric mixer on " "medium speed until well blended. Add eggs; mix until blended." " Stir in white chocolate. Pour into crust.\nMicrowave " "preserves in small bowl on HIGH 15 seconds or until melted. " "Dot top of cheesecake with small spoonfuls of preserves. Cut " "through batter with knife several times for marble effect.\n" "Bake at 350 degrees for 35 to 40 minutes or until center is " "almost set. Cool. Refrigerate 3 hours or overnight.\nThis " "recipe yields 8 servings.\nGreat Substitute: To lower the " "fat, prepare as directed, substituting Philadelphia Neufchatel" " Cheese, 1/3 Less Fat than Cream Cheese, for cream cheese.") expected = ('Mix cream cheese, sugar and vanilla with electric mixer on' ' medium speed until well blended. Add eggs; mix until ' 'blended. Stir in white chocolate. Pour into crust.\n' 'Microwave preserves in small bowl on HIGH 15 seconds or until melted. Dot top of ' 'cheesecake with small spoonfuls of preserves. Cut through' ' batter with knife several times for marble effect.\nBake ' 'at 350 degrees for 35 to 40 minutes or until center is almost set.' ' Cool. Refrigerate 3 hours or ' 'overnight.\nThis recipe yields 8 servings.\nGreat ' 'Substitute: To lower the fat, prepare as directed, ' 'substituting Philadelphia Neufchatel Cheese, 1/3 Less Fat ' 'than Cream Cheese, for cream cheese.') result = make_time_links(text) self.assertEqual(expected, result) gourmand-1.2.0/tests/test_web_importer.py000066400000000000000000000024701510115424500206000ustar00rootroot00000000000000import unittest from unittest.mock import Mock, patch import gi import pytest from recipe_scrapers._exceptions import SchemaOrgException from gourmand.importers.web_importer import ( import_urls, initialize_recipe, # noqa: E402 ) gi.require_version("Gtk", "3.0") @pytest.mark.parametrize( "urls, expected_pass, expected_fails", [ ([], 0, []), (["https://something.example.com/recipe.html"], 0, ["https://something.example.com/recipe.html"]), ( ["https://something.example.com/recipe.html", "https://www.allrecipes.com/recipe/17981/one-bowl-chocolate-cake-iii/"], 1, ["https://something.example.com/recipe.html"], ), ], ) def test_import_urls(tmp_path, urls, expected_pass, expected_fails): with patch("gourmand.gglobals.gourmanddir", tmp_path): recipes, failures = import_urls(urls) assert len(recipes) == expected_pass assert failures == expected_fails class TestWebImporter(unittest.TestCase): def test_no_rating_gets_set_to_zero(self): recipe_scrape_mock = Mock() recipe_scrape_mock.ratings.side_effect = SchemaOrgException("Error") recipe_scrape_mock.yields.return_value = ('5 muffins') recipe = initialize_recipe(recipe_scrape_mock) self.assertEqual(0, recipe.rating)